diff --git a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.html b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.html index 0d298c339..4e476082e 100644 --- a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.html +++ b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.html @@ -91,34 +91,34 @@

Inheritance
- +
System.Object
AbstractFileContentProcessingAutomaticTask
Inherited Members
- object.ToString() + System.Object.ToString()
- object.Equals(object) + System.Object.Equals(System.Object)
- object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
- object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
- object.GetHashCode() + System.Object.GetHashCode()
- object.GetType() + System.Object.GetType()
- object.MemberwiseClone() + System.Object.MemberwiseClone()
-

Namespace: SdlSdl.ProjectAutomationAutomaticTasks
+
Namespace: Sdl.ProjectAutomation.AutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
@@ -185,7 +185,7 @@
Property Value
- ProjectFile + ProjectFile[] @@ -211,7 +211,7 @@
Property Value
- string + System.String @@ -221,7 +221,7 @@

Methods -

Cancel(bool)

+

Cancel(Boolean)

Called when user request cancel manually.

@@ -240,7 +240,7 @@
Parameters
- bool + System.Boolean doRollback @@ -270,7 +270,7 @@
Parameters
ProjectFile projectFile -

The file to processed in this task.

+

The file to processed in this task.

@@ -284,10 +284,10 @@
Parameters
-

CreateReport(string, string, string)

+

CreateReport(String, String, String)

Creates a report for this task. Generally the report data is created in xml format. The xml data will be provided to function as the data parameter. When a report is created the xml data will be stored as a xml file residing normally under the project/Reports folder. To render the report properly -in the report view, a xslt file should be present in the task implementation project as embeded resource. The xlst file must have extension .xsl.

+in the report view, a xslt file should be present in the task implementation project as embeded resource. The xlst file must have extension .xsl.

Declaration
@@ -305,19 +305,19 @@
Parameters
- string + System.String name

The name of the report.

- string + System.String description

The description of this Report.

- string + System.String data

The xml data of this report.

@@ -327,10 +327,10 @@
Parameters
-

CreateReport(string, string, string, LanguageDirection)

+

CreateReport(String, String, String, LanguageDirection)

Creates a report with a specified language for this task. Generally the report data is created in xml format. The xml data will be provided to function as the data parameter. When a report is created the xml data will be stored as a xml file residing normally under the project/Reports folder. To render the report properly -in the report view, a xslt file should be present in the task implementation project as embeded resource. The xlst file must have extension .xsl.

+in the report view, a xslt file should be present in the task implementation project as embeded resource. The xlst file must have extension .xsl.

Declaration
@@ -348,19 +348,19 @@
Parameters
- string + System.String name

The name of the report.

- string + System.String description

The description of this Report.

- string + System.String data

The xml data of this report.

@@ -382,7 +382,8 @@

Declaration
-
protected TSettings GetSetting<TSettings>() where TSettings : ISettingsGroup, new()
+
protected TSettings GetSetting<TSettings>()
+    where TSettings : ISettingsGroup, new()
Returns
@@ -503,7 +504,7 @@
Returns
- + @@ -559,7 +560,7 @@
Returns
- + diff --git a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html index 402e5443d..8687a7384 100644 --- a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html +++ b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html @@ -91,34 +91,34 @@

Inheritance
- +
System.Object
AbstractFileLevelAutomaticTask
Inherited Members
- object.ToString() + System.Object.ToString()
- object.Equals(object) + System.Object.Equals(System.Object)
- object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
- object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
- object.GetHashCode() + System.Object.GetHashCode()
- object.GetType() + System.Object.GetType()
- object.MemberwiseClone() + System.Object.MemberwiseClone()
-

Namespace: SdlSdl.ProjectAutomationAutomaticTasks
+
Namespace: Sdl.ProjectAutomation.AutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
@@ -159,7 +159,7 @@
Property Value
- + @@ -212,7 +212,7 @@
Property Value
- + @@ -238,7 +238,7 @@
Property Value
- + @@ -248,7 +248,7 @@

Methods -

Cancel(bool)

+

Cancel(Boolean)

Called when the task execution is request to cancel.

@@ -267,7 +267,7 @@
Parameters
- + @@ -368,7 +368,7 @@
Declaration
-

UploadFile(ProjectFile, string)

+

UploadFile(ProjectFile, String)

Uploads the file for the new version generated.

@@ -393,7 +393,7 @@
Parameters
- + @@ -422,7 +422,7 @@
Event Type
- + diff --git a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.html b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.html index 6732c9a05..a6b2455dc 100644 --- a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.html +++ b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.html @@ -91,172 +91,15 @@

Inheritance
- - - -
AutomaticTaskAttribute
+
System.Object
+
AutomaticTaskAttribute
-
-
Implements
-
_Attribute
-
-
-
Inherited Members
-
- ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) -
-
- ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) -
-
- ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) -
-
- ExtensionAttribute.Id -
-
- ExtensionAttribute.Name -
-
- ExtensionAttribute.Description -
-
- ExtensionAttribute.Icon -
-
- Attribute.GetCustomAttributes(MemberInfo, Type) -
-
- Attribute.GetCustomAttributes(MemberInfo, Type, bool) -
-
- Attribute.GetCustomAttributes(MemberInfo) -
-
- Attribute.GetCustomAttributes(MemberInfo, bool) -
-
- Attribute.IsDefined(MemberInfo, Type) -
-
- Attribute.IsDefined(MemberInfo, Type, bool) -
-
- Attribute.GetCustomAttribute(MemberInfo, Type) -
-
- Attribute.GetCustomAttribute(MemberInfo, Type, bool) -
-
- Attribute.GetCustomAttributes(ParameterInfo) -
-
- Attribute.GetCustomAttributes(ParameterInfo, Type) -
-
- Attribute.GetCustomAttributes(ParameterInfo, Type, bool) -
-
- Attribute.GetCustomAttributes(ParameterInfo, bool) -
-
- Attribute.IsDefined(ParameterInfo, Type) -
-
- Attribute.IsDefined(ParameterInfo, Type, bool) -
-
- Attribute.GetCustomAttribute(ParameterInfo, Type) -
-
- Attribute.GetCustomAttribute(ParameterInfo, Type, bool) -
-
- Attribute.GetCustomAttributes(Module, Type) -
-
- Attribute.GetCustomAttributes(Module) -
-
- Attribute.GetCustomAttributes(Module, bool) -
-
- Attribute.GetCustomAttributes(Module, Type, bool) -
-
- Attribute.IsDefined(Module, Type) -
-
- Attribute.IsDefined(Module, Type, bool) -
-
- Attribute.GetCustomAttribute(Module, Type) -
-
- Attribute.GetCustomAttribute(Module, Type, bool) -
-
- Attribute.GetCustomAttributes(Assembly, Type) -
-
- Attribute.GetCustomAttributes(Assembly, Type, bool) -
-
- Attribute.GetCustomAttributes(Assembly) -
-
- Attribute.GetCustomAttributes(Assembly, bool) -
-
- Attribute.IsDefined(Assembly, Type) -
-
- Attribute.IsDefined(Assembly, Type, bool) -
-
- Attribute.GetCustomAttribute(Assembly, Type) -
-
- Attribute.GetCustomAttribute(Assembly, Type, bool) -
-
- Attribute.Equals(object) -
-
- Attribute.GetHashCode() -
-
- Attribute.Match(object) -
-
- Attribute.IsDefaultAttribute() -
-
- Attribute.TypeId -
-
- object.ToString() -
-
- object.Equals(object, object) -
-
- object.ReferenceEquals(object, object) -
-
- object.GetType() -
-
- object.MemberwiseClone() -
-
-

Namespace: SdlSdl.ProjectAutomationAutomaticTasks
+
Namespace: Sdl.ProjectAutomation.AutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
-
[ExtensionPointInfo("Batch tasks api extension", ExtensionPointBehavior.Static)]
-[AttributeUsage(AttributeTargets.Class)]
-public class AutomaticTaskAttribute : ExtensionAttribute, _Attribute
+
[AttributeUsage(AttributeTargets.Class)]
+public class AutomaticTaskAttribute : ExtensionAttribute

Constructors

@@ -274,7 +117,7 @@
Declaration
-

AutomaticTaskAttribute(string, string, string)

+

AutomaticTaskAttribute(String, String, String)

Constructor with required attributes

@@ -293,19 +136,19 @@
Parameters
- + - + - + @@ -334,7 +177,7 @@
Property Value
- + @@ -365,10 +208,6 @@
Property Value
boolSystem.Boolean

Returns true to indicate the file is updated. By default it returns false.

boolSystem.Boolean
boolSystem.Boolean
boolSystem.Boolean
ProjectFileProjectFile[]
boolSystem.Boolean doRollback
stringSystem.String localFilePath

The local path of the file.

EventHandlerTaskProgressEventArgsSystem.EventHandler<TaskProgressEventArgs>
stringSystem.String id

The unique id for AutomaticTask

stringSystem.String name

The name of the AutomaticTask

stringSystem.String description

The description of the AutomaticTask

boolSystem.Boolean
-

Implements

-
- _Attribute -
diff --git a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.html b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.html index 17e1edafd..88c7a7cd1 100644 --- a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.html +++ b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.html @@ -89,7 +89,7 @@

Enum values for the task file type.

-

Namespace: SdlSdl.ProjectAutomationAutomaticTasks
+
Namespace: Sdl.ProjectAutomation.AutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
@@ -107,22 +107,22 @@

Fields BilingualSource -

A bilingual source file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's source language.

+

A bilingual source file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's source language.

BilingualTarget -

A bilingual target file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's target language.

+

A bilingual target file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's target language.

NativeSource -

A native source file, i.e. a file in its native format, which is associated with the project's source language.

+

A native source file, i.e. a file in its native format, which is associated with the project's source language.

NativeTarget -

A native target file, i.e. a file associated with the project's target language after it has been converted back to its native format.

+

A native target file, i.e. a file associated with the project's target language after it has been converted back to its native format.

diff --git a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.html b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.html index d197b9bf2..680dbaeef 100644 --- a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.html +++ b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.html @@ -93,150 +93,15 @@

Inheritance
-
object
-
Attribute
-
AuxiliaryExtensionAttribute
-
AutomaticTaskSupportedFileTypeAttribute
+
System.Object
+
AutomaticTaskSupportedFileTypeAttribute
-
-
Implements
-
_Attribute
-
-
-
Inherited Members
-
- AuxiliaryExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) -
-
- Attribute.GetCustomAttributes(MemberInfo, Type) -
-
- Attribute.GetCustomAttributes(MemberInfo, Type, bool) -
-
- Attribute.GetCustomAttributes(MemberInfo) -
-
- Attribute.GetCustomAttributes(MemberInfo, bool) -
-
- Attribute.IsDefined(MemberInfo, Type) -
-
- Attribute.IsDefined(MemberInfo, Type, bool) -
-
- Attribute.GetCustomAttribute(MemberInfo, Type) -
-
- Attribute.GetCustomAttribute(MemberInfo, Type, bool) -
-
- Attribute.GetCustomAttributes(ParameterInfo) -
-
- Attribute.GetCustomAttributes(ParameterInfo, Type) -
-
- Attribute.GetCustomAttributes(ParameterInfo, Type, bool) -
-
- Attribute.GetCustomAttributes(ParameterInfo, bool) -
-
- Attribute.IsDefined(ParameterInfo, Type) -
-
- Attribute.IsDefined(ParameterInfo, Type, bool) -
-
- Attribute.GetCustomAttribute(ParameterInfo, Type) -
-
- Attribute.GetCustomAttribute(ParameterInfo, Type, bool) -
-
- Attribute.GetCustomAttributes(Module, Type) -
-
- Attribute.GetCustomAttributes(Module) -
-
- Attribute.GetCustomAttributes(Module, bool) -
-
- Attribute.GetCustomAttributes(Module, Type, bool) -
-
- Attribute.IsDefined(Module, Type) -
-
- Attribute.IsDefined(Module, Type, bool) -
-
- Attribute.GetCustomAttribute(Module, Type) -
-
- Attribute.GetCustomAttribute(Module, Type, bool) -
-
- Attribute.GetCustomAttributes(Assembly, Type) -
-
- Attribute.GetCustomAttributes(Assembly, Type, bool) -
-
- Attribute.GetCustomAttributes(Assembly) -
-
- Attribute.GetCustomAttributes(Assembly, bool) -
-
- Attribute.IsDefined(Assembly, Type) -
-
- Attribute.IsDefined(Assembly, Type, bool) -
-
- Attribute.GetCustomAttribute(Assembly, Type) -
-
- Attribute.GetCustomAttribute(Assembly, Type, bool) -
-
- Attribute.Equals(object) -
-
- Attribute.GetHashCode() -
-
- Attribute.Match(object) -
-
- Attribute.IsDefaultAttribute() -
-
- Attribute.TypeId -
-
- object.ToString() -
-
- object.Equals(object, object) -
-
- object.ReferenceEquals(object, object) -
-
- object.GetType() -
-
-
Namespace: SdlSdl.ProjectAutomationAutomaticTasks
+
Namespace: Sdl.ProjectAutomation.AutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
-public sealed class AutomaticTaskSupportedFileTypeAttribute : AuxiliaryExtensionAttribute, _Attribute
+public sealed class AutomaticTaskSupportedFileTypeAttribute : AuxiliaryExtensionAttribute

Constructors

@@ -308,10 +173,6 @@
Property Value
-

Implements

-
- _Attribute -
diff --git a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.CancelHelper.html b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.CancelHelper.html index 6cfdec42b..45e704f4c 100644 --- a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.CancelHelper.html +++ b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.CancelHelper.html @@ -91,34 +91,34 @@

Inheritance
- +
System.Object
CancelHelper
Inherited Members
- object.ToString() + System.Object.ToString()
- object.Equals(object) + System.Object.Equals(System.Object)
- object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
- object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
- object.GetHashCode() + System.Object.GetHashCode()
- object.GetType() + System.Object.GetType()
- object.MemberwiseClone() + System.Object.MemberwiseClone()
-

Namespace: SdlSdl.ProjectAutomationAutomaticTasks
+
Namespace: Sdl.ProjectAutomation.AutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
@@ -129,7 +129,7 @@

Methods -

CancelTaskIfRequested(bool)

+

CancelTaskIfRequested(Boolean)

Notifies the task executor to stop the task execution

@@ -148,7 +148,7 @@
Parameters
- bool + System.Boolean cancelRequested diff --git a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.LanguageDirection.html b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.LanguageDirection.html index 977c43511..2e636c8e1 100644 --- a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.LanguageDirection.html +++ b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.LanguageDirection.html @@ -91,34 +91,34 @@

Inheritance
-
object
+
System.Object
LanguageDirection
Inherited Members
- object.ToString() + System.Object.ToString()
- object.Equals(object) + System.Object.Equals(System.Object)
- object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
- object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
- object.GetHashCode() + System.Object.GetHashCode()
- object.GetType() + System.Object.GetType()
- object.MemberwiseClone() + System.Object.MemberwiseClone()
-
Namespace: SdlSdl.ProjectAutomationAutomaticTasks
+
Namespace: Sdl.ProjectAutomation.AutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
diff --git a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.MessageLevel.html b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.MessageLevel.html index 3d4f0695a..4e582d9b4 100644 --- a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.MessageLevel.html +++ b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.MessageLevel.html @@ -89,7 +89,7 @@

Error message level enum.

-
Namespace: SdlSdl.ProjectAutomationAutomaticTasks
+
Namespace: Sdl.ProjectAutomation.AutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
diff --git a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.ProjectFileExtension.html b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.ProjectFileExtension.html index 84ca75086..496245442 100644 --- a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.ProjectFileExtension.html +++ b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.ProjectFileExtension.html @@ -91,34 +91,34 @@

Inheritance
-
object
+
System.Object
ProjectFileExtension
Inherited Members
- object.ToString() + System.Object.ToString()
- object.Equals(object) + System.Object.Equals(System.Object)
- object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
- object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
- object.GetHashCode() + System.Object.GetHashCode()
- object.GetType() + System.Object.GetType()
- object.MemberwiseClone() + System.Object.MemberwiseClone()
-
Namespace: SdlSdl.ProjectAutomationAutomaticTasks
+
Namespace: Sdl.ProjectAutomation.AutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
diff --git a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.html b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.html index b8b8a6f6e..01a5636de 100644 --- a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.html +++ b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.html @@ -91,153 +91,15 @@

Inheritance
-
object
-
Attribute
-
AuxiliaryExtensionAttribute
-
RequiresSettingsAttribute
+
System.Object
+
RequiresSettingsAttribute
-
-
Implements
-
_Attribute
-
-
-
Inherited Members
-
- AuxiliaryExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) -
-
- Attribute.GetCustomAttributes(MemberInfo, Type) -
-
- Attribute.GetCustomAttributes(MemberInfo, Type, bool) -
-
- Attribute.GetCustomAttributes(MemberInfo) -
-
- Attribute.GetCustomAttributes(MemberInfo, bool) -
-
- Attribute.IsDefined(MemberInfo, Type) -
-
- Attribute.IsDefined(MemberInfo, Type, bool) -
-
- Attribute.GetCustomAttribute(MemberInfo, Type) -
-
- Attribute.GetCustomAttribute(MemberInfo, Type, bool) -
-
- Attribute.GetCustomAttributes(ParameterInfo) -
-
- Attribute.GetCustomAttributes(ParameterInfo, Type) -
-
- Attribute.GetCustomAttributes(ParameterInfo, Type, bool) -
-
- Attribute.GetCustomAttributes(ParameterInfo, bool) -
-
- Attribute.IsDefined(ParameterInfo, Type) -
-
- Attribute.IsDefined(ParameterInfo, Type, bool) -
-
- Attribute.GetCustomAttribute(ParameterInfo, Type) -
-
- Attribute.GetCustomAttribute(ParameterInfo, Type, bool) -
-
- Attribute.GetCustomAttributes(Module, Type) -
-
- Attribute.GetCustomAttributes(Module) -
-
- Attribute.GetCustomAttributes(Module, bool) -
-
- Attribute.GetCustomAttributes(Module, Type, bool) -
-
- Attribute.IsDefined(Module, Type) -
-
- Attribute.IsDefined(Module, Type, bool) -
-
- Attribute.GetCustomAttribute(Module, Type) -
-
- Attribute.GetCustomAttribute(Module, Type, bool) -
-
- Attribute.GetCustomAttributes(Assembly, Type) -
-
- Attribute.GetCustomAttributes(Assembly, Type, bool) -
-
- Attribute.GetCustomAttributes(Assembly) -
-
- Attribute.GetCustomAttributes(Assembly, bool) -
-
- Attribute.IsDefined(Assembly, Type) -
-
- Attribute.IsDefined(Assembly, Type, bool) -
-
- Attribute.GetCustomAttribute(Assembly, Type) -
-
- Attribute.GetCustomAttribute(Assembly, Type, bool) -
-
- Attribute.Equals(object) -
-
- Attribute.GetHashCode() -
-
- Attribute.Match(object) -
-
- Attribute.IsDefaultAttribute() -
-
- Attribute.TypeId -
-
- object.ToString() -
-
- object.Equals(object, object) -
-
- object.ReferenceEquals(object, object) -
-
- object.GetType() -
-
- object.MemberwiseClone() -
-
-
Namespace: SdlSdl.ProjectAutomationAutomaticTasks
+
Namespace: Sdl.ProjectAutomation.AutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
-public class RequiresSettingsAttribute : AuxiliaryExtensionAttribute, _Attribute
+public class RequiresSettingsAttribute : AuxiliaryExtensionAttribute

Constructors

@@ -263,12 +125,12 @@
Parameters
- Type + System.Type settingsType - Type + System.Type settingsPageType @@ -297,7 +159,7 @@
Property Value
- Type + System.Type @@ -323,15 +185,11 @@
Property Value
- Type + System.Type -

Implements

-
- _Attribute -
diff --git a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.html b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.html index f8265baa7..a511f471a 100644 --- a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.html +++ b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.html @@ -91,38 +91,38 @@

Inheritance
- - +
System.Object
+
System.EventArgs
TaskProgressEventArgs
Inherited Members
- EventArgs.Empty + System.EventArgs.Empty
- object.ToString() + System.Object.ToString()
- object.Equals(object) + System.Object.Equals(System.Object)
- object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
- object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
- object.GetHashCode() + System.Object.GetHashCode()
- object.GetType() + System.Object.GetType()
- object.MemberwiseClone() + System.Object.MemberwiseClone()
-

Namespace: SdlSdl.ProjectAutomationAutomaticTasks
+
Namespace: Sdl.ProjectAutomation.AutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
@@ -133,7 +133,7 @@

Constructors -

TaskProgressEventArgs(int, string)

+

TaskProgressEventArgs(Int32, String)

Creates an instance with the specified percent complete value and operation description.

@@ -152,16 +152,16 @@
Parameters
- int + System.Int32 percentComplete

A value between 0 and 100.

- string + System.String currentOperationDescription

A description of the operation currently performed by the task. Can be null or empty, where null means keeping the previous description; - an empty string resets the description.

+an empty string resets the description.

@@ -189,7 +189,7 @@
Property Value
- string + System.String @@ -215,7 +215,7 @@
Property Value
- int + System.Int32 diff --git a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.WordCounter.html b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.WordCounter.html index becb0832c..29772920f 100644 --- a/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.WordCounter.html +++ b/api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.WordCounter.html @@ -91,34 +91,34 @@

Inheritance
-
object
+
System.Object
WordCounter
Inherited Members
- object.ToString() + System.Object.ToString()
- object.Equals(object) + System.Object.Equals(System.Object)
- object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
- object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
- object.GetHashCode() + System.Object.GetHashCode()
- object.GetType() + System.Object.GetType()
- object.MemberwiseClone() + System.Object.MemberwiseClone()
-
Namespace: SdlSdl.ProjectAutomationAutomaticTasks
+
Namespace: Sdl.ProjectAutomation.AutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
@@ -173,7 +173,7 @@
Returns
-

Count(ISegment, bool)

+

Count(ISegment, Boolean)

Count the words of a segment

@@ -198,7 +198,7 @@
Parameters
- bool + System.Boolean useNewTokenization

Flag determining whether the new tokenization method should be used

diff --git a/api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.html b/api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.html deleted file mode 100644 index 10d599e5b..000000000 --- a/api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - - - Interface IScriptDetails - - - - - - - - - - - - - - - - -
-
- - - - -
-
- -
-
Search Results for
-
-

-
-
    -
    -
    - - - -
    - - - - - - diff --git a/api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.html b/api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.html deleted file mode 100644 index d00aee97c..000000000 --- a/api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - Namespace Sdl.Core.Globalization.Async.CultureMetadataManager - - - - - - - - - - - - - - - - -
    -
    - - - - -
    -
    - -
    -
    Search Results for
    -
    -

    -
    -
      -
      -
      - - - -
      - - - - - - diff --git a/api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html b/api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html deleted file mode 100644 index d38211bb2..000000000 --- a/api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html +++ /dev/null @@ -1,682 +0,0 @@ - - - - - - - - Class AbstractCultureMetadataService - - - - - - - - - - - - - - - - -
      -
      - - - - -
      -
      - -
      -
      Search Results for
      -
      -

      -
      -
        -
        -
        - - - -
        - - - - - - diff --git a/api/core/Sdl.Core.Globalization.Async.CultureMetadataService.html b/api/core/Sdl.Core.Globalization.Async.CultureMetadataService.html deleted file mode 100644 index 7571bcb90..000000000 --- a/api/core/Sdl.Core.Globalization.Async.CultureMetadataService.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - Namespace Sdl.Core.Globalization.Async.CultureMetadataService - - - - - - - - - - - - - - - - -
        -
        - - - - -
        -
        - -
        -
        Search Results for
        -
        -

        -
        -
          -
          -
          - - - -
          - - - - - - diff --git a/api/core/Sdl.Core.Globalization.Async.DateTimePatternClassifier.html b/api/core/Sdl.Core.Globalization.Async.DateTimePatternClassifier.html deleted file mode 100644 index 871b4f810..000000000 --- a/api/core/Sdl.Core.Globalization.Async.DateTimePatternClassifier.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - Class DateTimePatternClassifier - - - - - - - - - - - - - - - - -
          -
          - - - - -
          -
          - -
          -
          Search Results for
          -
          -

          -
          -
            -
            -
            - - - -
            - - - - - - diff --git a/api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html b/api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html deleted file mode 100644 index ad8451426..000000000 --- a/api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html +++ /dev/null @@ -1,776 +0,0 @@ - - - - - - - - Class PatternParsingHandler - - - - - - - - - - - - - - - - -
            -
            - - - - -
            -
            - -
            -
            Search Results for
            -
            -

            -
            -
              -
              -
              - - - -
              - - - - - - diff --git a/api/core/Sdl.Core.Globalization.Async.PatternType.html b/api/core/Sdl.Core.Globalization.Async.PatternType.html deleted file mode 100644 index 603dd2280..000000000 --- a/api/core/Sdl.Core.Globalization.Async.PatternType.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - Enum PatternType - - - - - - - - - - - - - - - - -
              -
              - - - - -
              -
              - -
              -
              Search Results for
              -
              -

              -
              -
                -
                -
                - - - -
                - - - - - - diff --git a/api/core/Sdl.Core.Globalization.Async.html b/api/core/Sdl.Core.Globalization.Async.html deleted file mode 100644 index bb7628672..000000000 --- a/api/core/Sdl.Core.Globalization.Async.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - Namespace Sdl.Core.Globalization.Async - - - - - - - - - - - - - - - - -
                -
                - - - - -
                -
                - -
                -
                Search Results for
                -
                -

                -
                -
                  -
                  -
                  - - - -
                  - - - - - - diff --git a/api/core/Sdl.Core.Globalization.Codepage.html b/api/core/Sdl.Core.Globalization.Codepage.html index 1758654fb..59735ff13 100644 --- a/api/core/Sdl.Core.Globalization.Codepage.html +++ b/api/core/Sdl.Core.Globalization.Codepage.html @@ -90,29 +90,29 @@

                  Inheritance
                  -
                  object
                  +
                  System.Object
                  Codepage
                  Implements
                  -
                  ICloneable
                  +
                  System.ICloneable
                  Inherited Members
                  - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                  - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                  - object.GetType() + System.Object.GetType()
                  - object.MemberwiseClone() + System.Object.MemberwiseClone()
                  -
                  Namespace: SdlSdl.CoreGlobalization
                  +
                  Namespace: Sdl.Core.Globalization
                  Assembly: Sdl.Core.Globalization.dll
                  Syntax
                  @@ -160,7 +160,7 @@
                  Parameters
                  -

                  Codepage(string)

                  +

                  Codepage(String)

                  Declaration
                  @@ -178,7 +178,7 @@
                  Parameters
                  - string + System.String codepageName @@ -205,7 +205,7 @@
                  Parameters
                  - Encoding + System.Text.Encoding encoding @@ -233,7 +233,7 @@
                  Property Value
                  - Encoding + System.Text.Encoding @@ -258,7 +258,7 @@
                  Property Value
                  - bool + System.Boolean @@ -283,7 +283,7 @@
                  Property Value
                  - bool + System.Boolean @@ -308,7 +308,7 @@
                  Property Value
                  - string + System.String @@ -335,7 +335,7 @@
                  Returns
                  - object + System.Object @@ -343,7 +343,7 @@
                  Returns
                  -

                  Equals(object)

                  +

                  Equals(Object)

                  Declaration
                  @@ -361,7 +361,7 @@
                  Parameters
                  - object + System.Object obj @@ -377,13 +377,13 @@
                  Returns
                  - bool + System.Boolean
                  Overrides
                  -
                  object.Equals(object)
                  +
                  System.Object.Equals(System.Object)
                  @@ -404,13 +404,13 @@
                  Returns
                  - int + System.Int32
                  Overrides
                  -
                  object.GetHashCode()
                  +
                  System.Object.GetHashCode()
                  @@ -431,16 +431,16 @@
                  Returns
                  - string + System.String
                  Overrides
                  -
                  object.ToString()
                  +
                  System.Object.ToString()

                  Implements

                  - ICloneable + System.ICloneable
                  diff --git a/api/core/Sdl.Core.Globalization.ConfirmationLevel.html b/api/core/Sdl.Core.Globalization.ConfirmationLevel.html index 62202ea7d..005ad2d63 100644 --- a/api/core/Sdl.Core.Globalization.ConfirmationLevel.html +++ b/api/core/Sdl.Core.Globalization.ConfirmationLevel.html @@ -88,12 +88,11 @@

                  -

                  Namespace: SdlSdl.CoreGlobalization
                  +
                  Namespace: Sdl.Core.Globalization
                  Assembly: Sdl.Core.Globalization.dll
                  Syntax
                  -
                  [DataContract]
                  -public enum ConfirmationLevel
                  +
                  public enum ConfirmationLevel

                  Fields

                  diff --git a/api/core/Sdl.Core.Globalization.CoreCultureInfoExtensions.html b/api/core/Sdl.Core.Globalization.CoreCultureInfoExtensions.html deleted file mode 100644 index a5dbb88bb..000000000 --- a/api/core/Sdl.Core.Globalization.CoreCultureInfoExtensions.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - - Class CoreCultureInfoExtensions - - - - - - - - - - - - - - - - -
                  -
                  - - - - -
                  -
                  - -
                  -
                  Search Results for
                  -
                  -

                  -
                  -
                    -
                    -
                    - - - -
                    - - - - - - diff --git a/api/core/Sdl.Core.Globalization.CultureCode.html b/api/core/Sdl.Core.Globalization.CultureCode.html deleted file mode 100644 index 5b8b0824f..000000000 --- a/api/core/Sdl.Core.Globalization.CultureCode.html +++ /dev/null @@ -1,625 +0,0 @@ - - - - - - - - Class CultureCode - - - - - - - - - - - - - - - - -
                    -
                    - - - - -
                    -
                    - -
                    -
                    Search Results for
                    -
                    -

                    -
                    -
                      -
                      -
                      - - - -
                      - - - - - - diff --git a/api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.html b/api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.html deleted file mode 100644 index 102d5ea19..000000000 --- a/api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - - - Class CultureMetadataException - - - - - - - - - - - - - - - - -
                      -
                      - - - - -
                      -
                      - -
                      -
                      Search Results for
                      -
                      -

                      -
                      -
                        -
                        -
                        - - - -
                        - - - - - - diff --git a/api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html b/api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html deleted file mode 100644 index a5c13125d..000000000 --- a/api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html +++ /dev/null @@ -1,1136 +0,0 @@ - - - - - - - - Class CultureMetadataManager - - - - - - - - - - - - - - - - -
                        -
                        - - - - -
                        -
                        - -
                        -
                        Search Results for
                        -
                        -

                        -
                        -
                          -
                          -
                          - - - -
                          - - - - - - diff --git a/api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.html b/api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.html deleted file mode 100644 index 9a6e0aace..000000000 --- a/api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - Class CultureMetadataManagerSettings - - - - - - - - - - - - - - - - -
                          -
                          - - - - -
                          -
                          - -
                          -
                          Search Results for
                          -
                          -

                          -
                          -
                            -
                            -
                            - - - -
                            - - - - - - diff --git a/api/core/Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager.html b/api/core/Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager.html deleted file mode 100644 index 6c87b67df..000000000 --- a/api/core/Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - Class DesktopCultureMetadataManager - - - - - - - - - - - - - - - - -
                            -
                            - - - - -
                            -
                            - -
                            -
                            Search Results for
                            -
                            -

                            -
                            -
                              -
                              -
                              - - - -
                              - - - - - - diff --git a/api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html b/api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html deleted file mode 100644 index 39235e6da..000000000 --- a/api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html +++ /dev/null @@ -1,1058 +0,0 @@ - - - - - - - - Interface ICultureMetadataManager - - - - - - - - - - - - - - - - -
                              -
                              - - - - -
                              -
                              - -
                              -
                              Search Results for
                              -
                              -

                              -
                              -
                                -
                                -
                                - - - -
                                - - - - - - diff --git a/api/core/Sdl.Core.Globalization.CultureMetadataManager.html b/api/core/Sdl.Core.Globalization.CultureMetadataManager.html deleted file mode 100644 index 7495cc2ea..000000000 --- a/api/core/Sdl.Core.Globalization.CultureMetadataManager.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - Namespace Sdl.Core.Globalization.CultureMetadataManager - - - - - - - - - - - - - - - - -
                                -
                                - - - - -
                                -
                                - -
                                -
                                Search Results for
                                -
                                -

                                -
                                -
                                  -
                                  -
                                  - - - -
                                  - - - - - - diff --git a/api/core/Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.html b/api/core/Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.html deleted file mode 100644 index ee072d11b..000000000 --- a/api/core/Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - Class EmbeddedCultureMetadataService - - - - - - - - - - - - - - - - -
                                  -
                                  - - - - -
                                  -
                                  - -
                                  -
                                  Search Results for
                                  -
                                  -

                                  -
                                  -
                                    -
                                    -
                                    - - - -
                                    - - - - - - diff --git a/api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html b/api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html deleted file mode 100644 index 984298f44..000000000 --- a/api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html +++ /dev/null @@ -1,492 +0,0 @@ - - - - - - - - Interface ICultureMetadataService - - - - - - - - - - - - - - - - -
                                    -
                                    - - - - -
                                    -
                                    - -
                                    -
                                    Search Results for
                                    -
                                    -

                                    -
                                    -
                                      -
                                      -
                                      - - - -
                                      - - - - - - diff --git a/api/core/Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.html b/api/core/Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.html deleted file mode 100644 index 0b8dc78f5..000000000 --- a/api/core/Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - Class LanguageAndVariants - - - - - - - - - - - - - - - - -
                                      -
                                      - - - - -
                                      -
                                      - -
                                      -
                                      Search Results for
                                      -
                                      -

                                      -
                                      -
                                        -
                                        -
                                        - - - -
                                        - - - - - - diff --git a/api/core/Sdl.Core.Globalization.DataVersion.DataVersion.html b/api/core/Sdl.Core.Globalization.DataVersion.DataVersion.html deleted file mode 100644 index f58fa9fc7..000000000 --- a/api/core/Sdl.Core.Globalization.DataVersion.DataVersion.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - - - Class DataVersion - - - - - - - - - - - - - - - - -
                                        -
                                        - - - - -
                                        -
                                        - -
                                        -
                                        Search Results for
                                        -
                                        -

                                        -
                                        -
                                          -
                                          -
                                          - - - -
                                          - - - - - - diff --git a/api/core/Sdl.Core.Globalization.DataVersion.html b/api/core/Sdl.Core.Globalization.DataVersion.html deleted file mode 100644 index 48ef7f72d..000000000 --- a/api/core/Sdl.Core.Globalization.DataVersion.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - Namespace Sdl.Core.Globalization.DataVersion - - - - - - - - - - - - - - - - -
                                          -
                                          - - - - -
                                          -
                                          - -
                                          -
                                          Search Results for
                                          -
                                          -

                                          -
                                          -
                                            -
                                            -
                                            - - - -
                                            - - - - - - diff --git a/api/core/Sdl.Core.Globalization.Language.html b/api/core/Sdl.Core.Globalization.Language.html index 3d74c7e25..e936e8f73 100644 --- a/api/core/Sdl.Core.Globalization.Language.html +++ b/api/core/Sdl.Core.Globalization.Language.html @@ -90,151 +90,19 @@

                                            Inheritance
                                            - - - -
                                            Language
                                            +
                                            System.Object
                                            +
                                            Language
                                            Implements
                                            -
                                            ICloneable
                                            -
                                            IDeserializationCallback
                                            +
                                            System.ICloneable
                                            +
                                            System.Runtime.Serialization.IDeserializationCallback
                                            -
                                            -
                                            Inherited Members
                                            -
                                            - LanguageBase.CultureMetadataManager -
                                            -
                                            - LanguageBase._isoAbbreviation -
                                            -
                                            - LanguageBase._lazyCultureInfo -
                                            -
                                            - LanguageBase._evaluationResult -
                                            -
                                            - LanguageBase._regionalVariantsResult -
                                            -
                                            - LanguageBase._defaultSpecificLanguageResult -
                                            -
                                            - LanguageBase._defaultSpecificLanguageRetrievalAttempted -
                                            -
                                            - LanguageBase.IsNullOrInvalid(LanguageBase) -
                                            -
                                            - LanguageBase.Equals(string, string) -
                                            -
                                            - LanguageBase.Equals(LanguageBase, LanguageBase) -
                                            -
                                            - LanguageBase.GetCultureInfoAsync() -
                                            -
                                            - LanguageBase.GetIsSupportedAsync() -
                                            -
                                            - LanguageBase.GetRegionalVariantsAsync() -
                                            -
                                            - LanguageBase.GetParentLanguageAsync() -
                                            -
                                            - LanguageBase.GetDefaultSpecificLanguageAsync() -
                                            -
                                            - LanguageBase.GetDisplayNameAsync() -
                                            -
                                            - LanguageBase.GetDisplayNameAsync(LanguageFormat, bool) -
                                            -
                                            - LanguageBase.FormatIsoCode(string, bool) -
                                            -
                                            - LanguageBase.Equals(object) -
                                            -
                                            - LanguageBase.ToString() -
                                            -
                                            - LanguageBase.GetHashCode() -
                                            -
                                            - LanguageBase.IsoAbbreviation -
                                            -
                                            - LanguageBase.DefaultDisplaySettings -
                                            -
                                            - LanguageBase.UseBlankAsWordSeparator -
                                            -
                                            - LanguageBase.UseBlankAsSentenceSeparator -
                                            -
                                            - LanguageBase.IsValid -
                                            -
                                            - LanguageBase.UsesCharacterCounts -
                                            -
                                            - LanguageBase.LanguageCode -
                                            -
                                            - LanguageData.EnglishName -
                                            -
                                            - LanguageData.IsNeutral -
                                            -
                                            - LanguageData.Direction -
                                            -
                                            - LanguageData.ParentLanguageCode -
                                            -
                                            - LanguageData.DefaultSpecificLanguageCode -
                                            -
                                            - LanguageData.Script -
                                            -
                                            - LanguageData.SupportedProducts -
                                            -
                                            - LanguageData.LanguageGroup -
                                            -
                                            - LanguageData.IsDeprecated -
                                            -
                                            - LanguageData.Aliases -
                                            -
                                            - object.Equals(object, object) -
                                            -
                                            - object.ReferenceEquals(object, object) -
                                            -
                                            - object.GetType() -
                                            -
                                            - object.MemberwiseClone() -
                                            -
                                            -

                                            Namespace: SdlSdl.CoreGlobalization
                                            +
                                            Namespace: Sdl.Core.Globalization
                                            Assembly: Sdl.Core.Globalization.dll
                                            Syntax
                                            -
                                            [DataContract]
                                            -public class Language : LanguageBase, ICloneable, IDeserializationCallback
                                            +
                                            public class Language : LanguageBase, ICloneable, IDeserializationCallback

                                            Constructors

                                            @@ -270,7 +138,7 @@
                                            Parameters
                                            - CultureInfo + System.Globalization.CultureInfo cultureInfo @@ -279,7 +147,7 @@
                                            Parameters
                                            -

                                            Language(string)

                                            +

                                            Language(String)

                                            Declaration
                                            @@ -297,7 +165,7 @@
                                            Parameters
                                            - string + System.String isoAbbreviation @@ -313,8 +181,7 @@

                                            Declaration
                                            -
                                            [IgnoreDataMember]
                                            -public CultureInfo CultureInfo { get; }
                                            +
                                            public CultureInfo CultureInfo { get; }
                                            Property Value
                                            @@ -326,7 +193,7 @@
                                            Property Value
                                            - + @@ -339,8 +206,7 @@

                                            Declaration
                                            -
                                            [JsonIgnore]
                                            -[Obsolete("Obsolete, use DefaultSpecificLanguage")]
                                            +    
                                            [Obsolete("Obsolete, use DefaultSpecificLanguage")]
                                             public Language DefaultSpecificCulture { get; set; }
                                            Property Value
                                            @@ -366,9 +232,7 @@

                                            Declaration
                                            -
                                            [DataMember]
                                            -[Obsolete("Obsolete, use DefaultSpecificLanguageCode")]
                                            -[JsonIgnore]
                                            +    
                                            [Obsolete("Obsolete, use DefaultSpecificLanguageCode")]
                                             public string DefaultSpecificCultureCode { get; set; }
                                            Property Value
                                            @@ -381,7 +245,7 @@
                                            Property Value
                                            - + @@ -394,8 +258,7 @@

                                            Declaration
                                            -
                                            [JsonIgnore]
                                            -public Language DefaultSpecificLanguage { get; set; }
                                            +
                                            public Language DefaultSpecificLanguage { get; set; }
                                            Property Value
                                            CultureInfoSystem.Globalization.CultureInfo
                                            stringSystem.String
                                            @@ -432,7 +295,7 @@
                                            Property Value
                                            - + @@ -458,7 +321,7 @@
                                            Property Value
                                            - + @@ -483,7 +346,7 @@
                                            Property Value
                                            - + @@ -496,8 +359,7 @@

                                            Declaration
                                            -
                                            [JsonIgnore]
                                            -public string LdmlData { get; }
                                            +
                                            public string LdmlData { get; }
                                            Property Value
                                            stringSystem.String
                                            ImageSystem.Drawing.Image
                                            boolSystem.Boolean
                                            @@ -509,7 +371,7 @@
                                            Property Value
                                            - + @@ -522,9 +384,7 @@

                                            Declaration
                                            -
                                            [DataMember]
                                            -[Obsolete("Obsolete, use  ParentLanguageCode")]
                                            -[JsonIgnore]
                                            +    
                                            [Obsolete("Obsolete, use  ParentLanguageCode")]
                                             public string ParentIsoCode { get; set; }
                                            Property Value
                                            @@ -537,7 +397,7 @@
                                            Property Value
                                            - + @@ -550,8 +410,7 @@

                                            Declaration
                                            -
                                            [JsonIgnore]
                                            -public Language ParentLanguage { get; }
                                            +
                                            public Language ParentLanguage { get; }
                                            Property Value
                                            stringSystem.String
                                            stringSystem.String
                                            @@ -576,8 +435,7 @@

                                            Declaration
                                            -
                                            [JsonIgnore]
                                            -public IList<Language> RegionalVariants { get; }
                                            +
                                            public IList<Language> RegionalVariants { get; }
                                            Property Value
                                            @@ -589,7 +447,7 @@
                                            Property Value
                                            - + @@ -616,7 +474,7 @@
                                            Returns
                                            - + @@ -624,7 +482,7 @@
                                            Returns
                                            -

                                            GetAlternativeLanguageCodes(string)

                                            +

                                            GetAlternativeLanguageCodes(String)

                                            Declaration
                                            @@ -643,7 +501,7 @@
                                            Parameters
                                            - + @@ -659,7 +517,7 @@
                                            Returns
                                            - + @@ -667,7 +525,7 @@
                                            Returns
                                            -

                                            GetDisplayName(LanguageFormat, bool)

                                            +

                                            GetDisplayName(LanguageFormat, Boolean)

                                            Declaration
                                            @@ -685,12 +543,12 @@
                                            Parameters
                                            - + - + @@ -706,7 +564,7 @@
                                            Returns
                                            - + @@ -714,12 +572,12 @@
                                            Returns
                                            -

                                            GetFlagImage(bool, float, int)

                                            +

                                            GetFlagImage(Boolean, Single, Int32)

                                            Declaration
                                            -
                                            public Image GetFlagImage(bool useFlag = true, float scaleFactor = 1, int baseSize = 24)
                                            +
                                            public Image GetFlagImage(bool useFlag = true, float scaleFactor = 1F, int baseSize = 24)
                                            Parameters
                                            IListLanguageSystem.Collections.Generic.IList<Language>
                                            objectSystem.Object
                                            stringSystem.String productId
                                            stringSystem.String[]
                                            LanguageFormatSdl.Core.Globalization.LanguageFormat languageFormat
                                            boolSystem.Boolean includeCountry
                                            stringSystem.String
                                            @@ -732,17 +590,17 @@
                                            Parameters
                                            - + - + - + @@ -758,7 +616,7 @@
                                            Returns
                                            - + @@ -766,7 +624,7 @@
                                            Returns
                                            -

                                            GetImage(bool)

                                            +

                                            GetImage(Boolean)

                                            Declaration
                                            @@ -785,7 +643,7 @@
                                            Parameters
                                            - + @@ -801,7 +659,7 @@
                                            Returns
                                            - + @@ -809,7 +667,7 @@
                                            Returns
                                            -

                                            OnDeserialization(object)

                                            +

                                            OnDeserialization(Object)

                                            Declaration
                                            @@ -827,7 +685,7 @@
                                            Parameters
                                            - + @@ -854,7 +712,7 @@
                                            Parameters
                                            - + @@ -877,10 +735,10 @@
                                            Returns
                                            boolSystem.Boolean useFlag
                                            floatSystem.Single scaleFactor
                                            intSystem.Int32 baseSize
                                            ImageSystem.Drawing.Image
                                            boolSystem.Boolean useFlag
                                            ImageSystem.Drawing.Image
                                            objectSystem.Object sender
                                            LanguageBaseSdl.Core.Globalization.LanguageBase l

                                            Implements

                                            - ICloneable + System.ICloneable
                                            - IDeserializationCallback + System.Runtime.Serialization.IDeserializationCallback
                                            diff --git a/api/core/Sdl.Core.Globalization.LanguageBase.html b/api/core/Sdl.Core.Globalization.LanguageBase.html deleted file mode 100644 index 0dede97b3..000000000 --- a/api/core/Sdl.Core.Globalization.LanguageBase.html +++ /dev/null @@ -1,1048 +0,0 @@ - - - - - - - - Class LanguageBase - - - - - - - - - - - - - - - - -
                                            -
                                            - - - - -
                                            -
                                            - -
                                            -
                                            Search Results for
                                            -
                                            -

                                            -
                                            -
                                              -
                                              -
                                              - - - -
                                              - - - - - - diff --git a/api/core/Sdl.Core.Globalization.LanguageCancelEventArgs.html b/api/core/Sdl.Core.Globalization.LanguageCancelEventArgs.html index 5a5fa6439..e0f34ce35 100644 --- a/api/core/Sdl.Core.Globalization.LanguageCancelEventArgs.html +++ b/api/core/Sdl.Core.Globalization.LanguageCancelEventArgs.html @@ -90,42 +90,10 @@

                                              Inheritance
                                              - - - -
                                              LanguageCancelEventArgs
                                              +
                                              System.Object
                                              +
                                              LanguageCancelEventArgs
                                              - -

                                              Namespace: SdlSdl.CoreGlobalization
                                              +
                                              Namespace: Sdl.Core.Globalization
                                              Assembly: Sdl.Core.Globalization.dll
                                              Syntax
                                              diff --git a/api/core/Sdl.Core.Globalization.LanguageData.html b/api/core/Sdl.Core.Globalization.LanguageData.html deleted file mode 100644 index 95a292b44..000000000 --- a/api/core/Sdl.Core.Globalization.LanguageData.html +++ /dev/null @@ -1,474 +0,0 @@ - - - - - - - - Class LanguageData - - - - - - - - - - - - - - - - -
                                              -
                                              - - - - -
                                              -
                                              - -
                                              -
                                              Search Results for
                                              -
                                              -

                                              -
                                              -
                                                -
                                                -
                                                - - - -
                                                - - - - - - diff --git a/api/core/Sdl.Core.Globalization.LanguageDataContainer.html b/api/core/Sdl.Core.Globalization.LanguageDataContainer.html deleted file mode 100644 index 8f14aa36a..000000000 --- a/api/core/Sdl.Core.Globalization.LanguageDataContainer.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - - Class LanguageDataContainer - - - - - - - - - - - - - - - - -
                                                -
                                                - - - - -
                                                -
                                                - -
                                                -
                                                Search Results for
                                                -
                                                -

                                                -
                                                -
                                                  -
                                                  -
                                                  - - - -
                                                  - - - - - - diff --git a/api/core/Sdl.Core.Globalization.LanguageEventArgs.html b/api/core/Sdl.Core.Globalization.LanguageEventArgs.html index 2416e38ed..05bae22d3 100644 --- a/api/core/Sdl.Core.Globalization.LanguageEventArgs.html +++ b/api/core/Sdl.Core.Globalization.LanguageEventArgs.html @@ -90,38 +90,38 @@

                                                  Inheritance
                                                  - - +
                                                  System.Object
                                                  +
                                                  System.EventArgs
                                                  LanguageEventArgs
                                                  Inherited Members
                                                  - EventArgs.Empty + System.EventArgs.Empty
                                                  - object.ToString() + System.Object.ToString()
                                                  - object.Equals(object) + System.Object.Equals(System.Object)
                                                  - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                  - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                  - object.GetHashCode() + System.Object.GetHashCode()
                                                  - object.GetType() + System.Object.GetType()
                                                  - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                  -
                                                  Namespace: SdlSdl.CoreGlobalization
                                                  +
                                                  Namespace: Sdl.Core.Globalization
                                                  Assembly: Sdl.Core.Globalization.dll
                                                  Syntax
                                                  diff --git a/api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html b/api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html deleted file mode 100644 index 13f682350..000000000 --- a/api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html +++ /dev/null @@ -1,1679 +0,0 @@ - - - - - - - - Class LanguageMetadata - - - - - - - - - - - - - - - - -
                                                  -
                                                  - - - - -
                                                  -
                                                  - -
                                                  -
                                                  Search Results for
                                                  -
                                                  -

                                                  -
                                                  -
                                                    -
                                                    -
                                                    - - - -
                                                    - - - - - - diff --git a/api/core/Sdl.Core.Globalization.LanguageMetadata.html b/api/core/Sdl.Core.Globalization.LanguageMetadata.html deleted file mode 100644 index e655ff0f1..000000000 --- a/api/core/Sdl.Core.Globalization.LanguageMetadata.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - Namespace Sdl.Core.Globalization.LanguageMetadata - - - - - - - - - - - - - - - - -
                                                    -
                                                    - - - - -
                                                    -
                                                    - -
                                                    -
                                                    Search Results for
                                                    -
                                                    -

                                                    -
                                                    -
                                                      -
                                                      -
                                                      - - - -
                                                      - - - - - - diff --git a/api/core/Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.html b/api/core/Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.html deleted file mode 100644 index e25e4a196..000000000 --- a/api/core/Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - - Class AlternativeLanguageCode - - - - - - - - - - - - - - - - -
                                                      -
                                                      - - - - -
                                                      -
                                                      - -
                                                      -
                                                      Search Results for
                                                      -
                                                      -

                                                      -
                                                      -
                                                        -
                                                        -
                                                        - - - -
                                                        - - - - - - diff --git a/api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.html b/api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.html deleted file mode 100644 index eec013daa..000000000 --- a/api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - - Class LanguageRegistry - - - - - - - - - - - - - - - - -
                                                        -
                                                        - - - - -
                                                        -
                                                        - -
                                                        -
                                                        Search Results for
                                                        -
                                                        -

                                                        -
                                                        -
                                                          -
                                                          -
                                                          - - - -
                                                          - - - - - - diff --git a/api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html b/api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html index 39f0c2f4f..d6e0f33fc 100644 --- a/api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html +++ b/api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html @@ -90,74 +90,10 @@

                                                          Inheritance
                                                          - - -
                                                          LanguageRegistryApi
                                                          +
                                                          System.Object
                                                          +
                                                          LanguageRegistryApi
                                                          - -
                                                          Namespace: SdlSdl.CoreGlobalizationLanguageRegistry
                                                          +
                                                          Namespace: Sdl.Core.Globalization.LanguageRegistry
                                                          Assembly: Sdl.Core.Globalization.dll
                                                          Syntax
                                                          @@ -212,7 +148,7 @@
                                                          Returns
                                                          - IListLanguage + System.Collections.Generic.IList<Language> @@ -237,7 +173,7 @@
                                                          Returns
                                                          - IListLanguage + System.Collections.Generic.IList<Language> @@ -262,7 +198,7 @@
                                                          Returns
                                                          - IListProduct + System.Collections.Generic.IList<Sdl.Core.Globalization.LanguageRegistry.Product> @@ -287,7 +223,7 @@
                                                          Returns
                                                          - IListLanguage + System.Collections.Generic.IList<Language> @@ -295,7 +231,7 @@
                                                          Returns
                                                          -

                                                          GetAlternativeLanguageCodes(string, string)

                                                          +

                                                          GetAlternativeLanguageCodes(String, String)

                                                          Declaration
                                                          @@ -313,12 +249,12 @@
                                                          Parameters
                                                          - string + System.String productId - string + System.String languageCode @@ -334,7 +270,7 @@
                                                          Returns
                                                          - IListAlternativeLanguageCode + System.Collections.Generic.IList<Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode> @@ -342,7 +278,7 @@
                                                          Returns
                                                          -

                                                          GetApplicableLanguageMetadata(string[])

                                                          +

                                                          GetApplicableLanguageMetadata(String[])

                                                          Declaration
                                                          @@ -360,7 +296,7 @@
                                                          Parameters
                                                          - string + System.String[] languageCodes @@ -376,7 +312,7 @@
                                                          Returns
                                                          - LanguageMetadata + Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata[] @@ -384,7 +320,7 @@
                                                          Returns
                                                          -

                                                          GetLanguage(string)

                                                          +

                                                          GetLanguage(String)

                                                          Declaration
                                                          @@ -402,7 +338,7 @@
                                                          Parameters
                                                          - string + System.String languageCode @@ -426,7 +362,7 @@
                                                          Returns
                                                          -

                                                          GetLanguage(string, string)

                                                          +

                                                          GetLanguage(String, String)

                                                          Declaration
                                                          @@ -444,12 +380,12 @@
                                                          Parameters
                                                          - string + System.String alternativeLanguageCode - string + System.String productId @@ -473,7 +409,7 @@
                                                          Returns
                                                          -

                                                          GetLanguageMetadata(string[])

                                                          +

                                                          GetLanguageMetadata(String[])

                                                          Declaration
                                                          @@ -491,7 +427,7 @@
                                                          Parameters
                                                          - string + System.String[] languageCodes @@ -507,7 +443,7 @@
                                                          Returns
                                                          - LanguageMetadata + Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata[] @@ -515,7 +451,7 @@
                                                          Returns
                                                          -

                                                          GetLanguages(string[])

                                                          +

                                                          GetLanguages(String[])

                                                          Declaration
                                                          @@ -533,7 +469,7 @@
                                                          Parameters
                                                          - string + System.String[] languageCodes @@ -549,7 +485,7 @@
                                                          Returns
                                                          - IListLanguage + System.Collections.Generic.IList<Language> @@ -557,7 +493,7 @@
                                                          Returns
                                                          -

                                                          GetProductSpecificCodeWithFallback(string, string, string, out MappingType)

                                                          +

                                                          GetProductSpecificCodeWithFallback(String, String, String, out MappingType)

                                                          Declaration
                                                          @@ -575,22 +511,22 @@
                                                          Parameters
                                                          - string + System.String sourceProductId - string + System.String sourceLanguageCode - string + System.String targetProductId - MappingType + Sdl.Core.Globalization.LanguageRegistry.MappingType mappingType @@ -606,7 +542,7 @@
                                                          Returns
                                                          - IListAlternativeLanguageCode + System.Collections.Generic.IList<Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode> @@ -614,7 +550,7 @@
                                                          Returns
                                                          -

                                                          GetSupportedLanguages(string)

                                                          +

                                                          GetSupportedLanguages(String)

                                                          Declaration
                                                          @@ -632,7 +568,7 @@
                                                          Parameters
                                                          - string + System.String productId @@ -648,7 +584,7 @@
                                                          Returns
                                                          - IListLanguage + System.Collections.Generic.IList<Language> diff --git a/api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html b/api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html deleted file mode 100644 index 6768b9d31..000000000 --- a/api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html +++ /dev/null @@ -1,795 +0,0 @@ - - - - - - - - Class LanguageRegistryApiAsync - - - - - - - - - - - - - - - - -
                                                          -
                                                          - - - - -
                                                          -
                                                          - -
                                                          -
                                                          Search Results for
                                                          -
                                                          -

                                                          -
                                                          -
                                                            -
                                                            -
                                                            - - - -
                                                            - - - - - - diff --git a/api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.html b/api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.html deleted file mode 100644 index 593e8ba6c..000000000 --- a/api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - - - Class LanguageRegistryException - - - - - - - - - - - - - - - - -
                                                            -
                                                            - - - - -
                                                            -
                                                            - -
                                                            -
                                                            Search Results for
                                                            -
                                                            -

                                                            -
                                                            -
                                                              -
                                                              -
                                                              - - - -
                                                              - - - - - - diff --git a/api/core/Sdl.Core.Globalization.LanguageRegistry.MappingType.html b/api/core/Sdl.Core.Globalization.LanguageRegistry.MappingType.html deleted file mode 100644 index 99b493c92..000000000 --- a/api/core/Sdl.Core.Globalization.LanguageRegistry.MappingType.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - Enum MappingType - - - - - - - - - - - - - - - - -
                                                              -
                                                              - - - - -
                                                              -
                                                              - -
                                                              -
                                                              Search Results for
                                                              -
                                                              -

                                                              -
                                                              -
                                                                -
                                                                -
                                                                - - - -
                                                                - - - - - - diff --git a/api/core/Sdl.Core.Globalization.LanguageRegistry.Product.html b/api/core/Sdl.Core.Globalization.LanguageRegistry.Product.html deleted file mode 100644 index 322ff007f..000000000 --- a/api/core/Sdl.Core.Globalization.LanguageRegistry.Product.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - - - Class Product - - - - - - - - - - - - - - - - -
                                                                -
                                                                - - - - -
                                                                -
                                                                - -
                                                                -
                                                                Search Results for
                                                                -
                                                                -

                                                                -
                                                                -
                                                                  -
                                                                  -
                                                                  - - - -
                                                                  - - - - - - diff --git a/api/core/Sdl.Core.Globalization.LanguageRegistry.html b/api/core/Sdl.Core.Globalization.LanguageRegistry.html index 951c9975c..39373d435 100644 --- a/api/core/Sdl.Core.Globalization.LanguageRegistry.html +++ b/api/core/Sdl.Core.Globalization.LanguageRegistry.html @@ -90,22 +90,8 @@

                                                                  Classes

                                                                  -

                                                                  AlternativeLanguageCode

                                                                  -
                                                                  -

                                                                  LanguageRegistry

                                                                  -

                                                                  LanguageRegistryApi

                                                                  -

                                                                  LanguageRegistryApiAsync

                                                                  -
                                                                  -

                                                                  LanguageRegistryException

                                                                  -
                                                                  -

                                                                  Product

                                                                  -
                                                                  -

                                                                  Enums -

                                                                  -

                                                                  MappingType

                                                                  -
                                                                  diff --git a/api/core/Sdl.Core.Globalization.LegacyAsyncHelpers.html b/api/core/Sdl.Core.Globalization.LegacyAsyncHelpers.html deleted file mode 100644 index 598c8f76e..000000000 --- a/api/core/Sdl.Core.Globalization.LegacyAsyncHelpers.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - - - Class LegacyAsyncHelpers - - - - - - - - - - - - - - - - -
                                                                  -
                                                                  - - - - -
                                                                  -
                                                                  - -
                                                                  -
                                                                  Search Results for
                                                                  -
                                                                  -

                                                                  -
                                                                  -
                                                                    -
                                                                    -
                                                                    - - - -
                                                                    - - - - - - diff --git a/api/core/Sdl.Core.Globalization.LegacySdlxLanguage.html b/api/core/Sdl.Core.Globalization.LegacySdlxLanguage.html index 17835741b..e62f41f96 100644 --- a/api/core/Sdl.Core.Globalization.LegacySdlxLanguage.html +++ b/api/core/Sdl.Core.Globalization.LegacySdlxLanguage.html @@ -90,34 +90,34 @@

                                                                    Inheritance
                                                                    - +
                                                                    System.Object
                                                                    LegacySdlxLanguage
                                                                    Inherited Members
                                                                    - object.ToString() + System.Object.ToString()
                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                    - object.GetType() + System.Object.GetType()
                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                    -

                                                                    Namespace: SdlSdl.CoreGlobalization
                                                                    +
                                                                    Namespace: Sdl.Core.Globalization
                                                                    Assembly: Sdl.Core.Globalization.dll
                                                                    Syntax
                                                                    @@ -141,7 +141,7 @@

                                                                    Methods -

                                                                    GetCultureInfoFromIsoCode(string)

                                                                    +

                                                                    GetCultureInfoFromIsoCode(String)

                                                                    Declaration
                                                                    @@ -159,7 +159,7 @@
                                                                    Parameters
                                                                    - string + System.String isoCode @@ -175,7 +175,7 @@
                                                                    Returns
                                                                    - CultureInfo + System.Globalization.CultureInfo @@ -183,7 +183,7 @@
                                                                    Returns
                                                                    -

                                                                    GetLcidFromIsoCode(string)

                                                                    +

                                                                    GetLcidFromIsoCode(String)

                                                                    Declaration
                                                                    @@ -201,7 +201,7 @@
                                                                    Parameters
                                                                    - string + System.String isoCode @@ -217,7 +217,7 @@
                                                                    Returns
                                                                    - int + System.Int32 diff --git a/api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html b/api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html index 1f355674f..9a971d76e 100644 --- a/api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html +++ b/api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html @@ -90,32 +90,32 @@

                                                                    Implements
                                                                    -
                                                                    IXmlSerializable
                                                                    +
                                                                    System.Xml.Serialization.IXmlSerializable
                                                                    Inherited Members
                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                    - object.GetType() + System.Object.GetType()
                                                                    -
                                                                    Namespace: SdlSdl.CoreGlobalization
                                                                    +
                                                                    Namespace: Sdl.Core.Globalization
                                                                    Assembly: Sdl.Core.Globalization.dll
                                                                    Syntax
                                                                    -
                                                                    public struct LegacyTradosLanguage : IXmlSerializable
                                                                    +
                                                                    public struct LegacyTradosLanguage

                                                                    Constructors

                                                                    -

                                                                    LegacyTradosLanguage(int)

                                                                    +

                                                                    LegacyTradosLanguage(Int32)

                                                                    Declaration
                                                                    @@ -133,7 +133,7 @@
                                                                    Parameters
                                                                    - int + System.Int32 lcid @@ -142,7 +142,7 @@
                                                                    Parameters
                                                                    -

                                                                    LegacyTradosLanguage(string)

                                                                    +

                                                                    LegacyTradosLanguage(String)

                                                                    Declaration
                                                                    @@ -160,7 +160,7 @@
                                                                    Parameters
                                                                    - string + System.String isoCode @@ -176,7 +176,7 @@

                                                                    Declaration
                                                                    -
                                                                    public bool IsInstalled { get; }
                                                                    +
                                                                    public readonly bool IsInstalled { get; }
                                                                    Property Value
                                                                    @@ -188,20 +188,20 @@
                                                                    Property Value
                                                                    - +
                                                                    boolSystem.Boolean
                                                                    - -

                                                                    IsProprietary

                                                                    + +

                                                                    IsoCode

                                                                    Declaration
                                                                    -
                                                                    public bool IsProprietary { get; }
                                                                    +
                                                                    public readonly string IsoCode { get; }
                                                                    Property Value
                                                                    @@ -213,20 +213,20 @@
                                                                    Property Value
                                                                    - +
                                                                    boolSystem.String
                                                                    - -

                                                                    IsValid

                                                                    + +

                                                                    IsProprietary

                                                                    Declaration
                                                                    -
                                                                    public bool IsValid { get; }
                                                                    +
                                                                    public readonly bool IsProprietary { get; }
                                                                    Property Value
                                                                    @@ -238,20 +238,20 @@
                                                                    Property Value
                                                                    - +
                                                                    boolSystem.Boolean
                                                                    - -

                                                                    IsoCode

                                                                    + +

                                                                    IsValid

                                                                    Declaration
                                                                    -
                                                                    public string IsoCode { get; }
                                                                    +
                                                                    public readonly bool IsValid { get; }
                                                                    Property Value
                                                                    @@ -263,7 +263,7 @@
                                                                    Property Value
                                                                    - + @@ -276,7 +276,7 @@

                                                                    Declaration
                                                                    -
                                                                    public int Lcid { get; }
                                                                    +
                                                                    public readonly int Lcid { get; }
                                                                    Property Value
                                                                    stringSystem.Boolean
                                                                    @@ -288,7 +288,7 @@
                                                                    Property Value
                                                                    - + @@ -298,7 +298,7 @@

                                                                    Methods -

                                                                    Equals(object)

                                                                    +

                                                                    Equals(Object)

                                                                    Declaration
                                                                    @@ -316,7 +316,7 @@
                                                                    Parameters
                                                                    - + @@ -332,13 +332,13 @@
                                                                    Returns
                                                                    - +
                                                                    intSystem.Int32
                                                                    objectSystem.Object obj
                                                                    boolSystem.Boolean
                                                                    Overrides
                                                                    -
                                                                    ValueType.Equals(object)
                                                                    +
                                                                    System.ValueType.Equals(System.Object)
                                                                    @@ -359,7 +359,7 @@
                                                                    Returns
                                                                    - int + System.Int32[] @@ -384,7 +384,7 @@
                                                                    Returns
                                                                    - string + System.String @@ -392,7 +392,7 @@
                                                                    Returns
                                                                    -

                                                                    GetEnglishLanguageNameFromLcid(int)

                                                                    +

                                                                    GetEnglishLanguageNameFromLcid(Int32)

                                                                    Declaration
                                                                    @@ -410,7 +410,7 @@
                                                                    Parameters
                                                                    - int + System.Int32 lcid @@ -426,7 +426,7 @@
                                                                    Returns
                                                                    - string + System.String @@ -434,7 +434,7 @@
                                                                    Returns
                                                                    -

                                                                    GetEnglishNameFromLcid(int)

                                                                    +

                                                                    GetEnglishNameFromLcid(Int32)

                                                                    Declaration
                                                                    @@ -452,7 +452,7 @@
                                                                    Parameters
                                                                    - int + System.Int32 lcid @@ -468,7 +468,7 @@
                                                                    Returns
                                                                    - string + System.String @@ -493,17 +493,17 @@
                                                                    Returns
                                                                    - int + System.Int32
                                                                    Overrides
                                                                    -
                                                                    ValueType.GetHashCode()
                                                                    +
                                                                    System.ValueType.GetHashCode()
                                                                    -

                                                                    GetIsoCodeFromLcid(int, bool)

                                                                    +

                                                                    GetIsoCodeFromLcid(Int32, Boolean)

                                                                    Declaration
                                                                    @@ -521,12 +521,12 @@
                                                                    Parameters
                                                                    - int + System.Int32 lcid - bool + System.Boolean includeCountry @@ -542,7 +542,7 @@
                                                                    Returns
                                                                    - string + System.String @@ -550,7 +550,7 @@
                                                                    Returns
                                                                    -

                                                                    GetLanguageCode(int)

                                                                    +

                                                                    GetLanguageCode(Int32)

                                                                    Declaration
                                                                    @@ -568,7 +568,7 @@
                                                                    Parameters
                                                                    - int + System.Int32 primaryLanguageCode @@ -584,7 +584,7 @@
                                                                    Returns
                                                                    - string + System.String @@ -592,7 +592,7 @@
                                                                    Returns
                                                                    -

                                                                    GetLcidFromIsoCode(string)

                                                                    +

                                                                    GetLcidFromIsoCode(String)

                                                                    Declaration
                                                                    @@ -610,7 +610,7 @@
                                                                    Parameters
                                                                    - string + System.String isoCode @@ -626,7 +626,7 @@
                                                                    Returns
                                                                    - int + System.Int32 @@ -634,7 +634,7 @@
                                                                    Returns
                                                                    -

                                                                    GetLcids(int)

                                                                    +

                                                                    GetLcids(Int32)

                                                                    Declaration
                                                                    @@ -652,7 +652,7 @@
                                                                    Parameters
                                                                    - int + System.Int32 primaryLanguageCode @@ -668,7 +668,7 @@
                                                                    Returns
                                                                    - int + System.Int32[] @@ -676,7 +676,7 @@
                                                                    Returns
                                                                    -

                                                                    GetLocaleInfo(LanguageFormat, bool)

                                                                    +

                                                                    GetLocaleInfo(LanguageFormat, Boolean)

                                                                    Declaration
                                                                    @@ -694,12 +694,12 @@
                                                                    Parameters
                                                                    - LanguageFormat + Sdl.Core.Globalization.LanguageFormat languageFormat - bool + System.Boolean includeCountry @@ -715,7 +715,7 @@
                                                                    Returns
                                                                    - string + System.String @@ -723,7 +723,7 @@
                                                                    Returns
                                                                    -

                                                                    GetLocaleInfo(int, LanguageFormat, bool)

                                                                    +

                                                                    GetLocaleInfo(Int32, LanguageFormat, Boolean)

                                                                    Declaration
                                                                    @@ -741,17 +741,17 @@
                                                                    Parameters
                                                                    - int + System.Int32 lcid - LanguageFormat + Sdl.Core.Globalization.LanguageFormat languageFormat - bool + System.Boolean includeCountry @@ -767,7 +767,7 @@
                                                                    Returns
                                                                    - string + System.String @@ -792,7 +792,7 @@
                                                                    Returns
                                                                    - string + System.String @@ -800,7 +800,7 @@
                                                                    Returns
                                                                    -

                                                                    GetNativeLanguageNameFromLcid(int)

                                                                    +

                                                                    GetNativeLanguageNameFromLcid(Int32)

                                                                    Declaration
                                                                    @@ -818,7 +818,7 @@
                                                                    Parameters
                                                                    - int + System.Int32 lcid @@ -834,7 +834,7 @@
                                                                    Returns
                                                                    - string + System.String @@ -842,7 +842,7 @@
                                                                    Returns
                                                                    -

                                                                    GetNativeNameFromLcid(int)

                                                                    +

                                                                    GetNativeNameFromLcid(Int32)

                                                                    Declaration
                                                                    @@ -860,7 +860,7 @@
                                                                    Parameters
                                                                    - int + System.Int32 lcid @@ -876,7 +876,7 @@
                                                                    Returns
                                                                    - string + System.String @@ -901,7 +901,7 @@
                                                                    Returns
                                                                    - XmlSchema + System.Xml.Schema.XmlSchema @@ -909,7 +909,7 @@
                                                                    Returns
                                                                    -

                                                                    IsDefaultForCountry(int)

                                                                    +

                                                                    IsDefaultForCountry(Int32)

                                                                    Declaration
                                                                    @@ -927,7 +927,7 @@
                                                                    Parameters
                                                                    - int + System.Int32 lcid @@ -943,7 +943,7 @@
                                                                    Returns
                                                                    - bool + System.Boolean @@ -951,7 +951,7 @@
                                                                    Returns
                                                                    -

                                                                    IsInstalledLcid(int)

                                                                    +

                                                                    IsInstalledLcid(Int32)

                                                                    Declaration
                                                                    @@ -969,7 +969,7 @@
                                                                    Parameters
                                                                    - int + System.Int32 lcid @@ -985,7 +985,7 @@
                                                                    Returns
                                                                    - bool + System.Boolean @@ -993,7 +993,7 @@
                                                                    Returns
                                                                    -

                                                                    IsProprietaryLcid(int)

                                                                    +

                                                                    IsProprietaryLcid(Int32)

                                                                    Declaration
                                                                    @@ -1011,7 +1011,7 @@
                                                                    Parameters
                                                                    - int + System.Int32 lcid @@ -1027,7 +1027,7 @@
                                                                    Returns
                                                                    - bool + System.Boolean @@ -1053,7 +1053,7 @@
                                                                    Parameters
                                                                    - XmlReader + System.Xml.XmlReader reader @@ -1079,13 +1079,13 @@
                                                                    Returns
                                                                    - string + System.String
                                                                    Overrides
                                                                    -
                                                                    ValueType.ToString()
                                                                    +
                                                                    System.ValueType.ToString()
                                                                    @@ -1106,7 +1106,7 @@
                                                                    Returns
                                                                    - bool + System.Boolean @@ -1114,7 +1114,7 @@
                                                                    Returns
                                                                    -

                                                                    UsesCharacterCounts(int)

                                                                    +

                                                                    UsesCharacterCounts(Int32)

                                                                    Declaration
                                                                    @@ -1132,7 +1132,7 @@
                                                                    Parameters
                                                                    - int + System.Int32 lcid @@ -1148,7 +1148,7 @@
                                                                    Returns
                                                                    - bool + System.Boolean @@ -1174,7 +1174,7 @@
                                                                    Parameters
                                                                    - XmlWriter + System.Xml.XmlWriter writer @@ -1182,7 +1182,7 @@
                                                                    Parameters

                                                                    Implements

                                                                    - IXmlSerializable + System.Xml.Serialization.IXmlSerializable
                                                                    diff --git a/api/core/Sdl.Core.Globalization.LocalizableString.html b/api/core/Sdl.Core.Globalization.LocalizableString.html index efb0952e2..8e70e9ceb 100644 --- a/api/core/Sdl.Core.Globalization.LocalizableString.html +++ b/api/core/Sdl.Core.Globalization.LocalizableString.html @@ -90,31 +90,31 @@

                                                                    Inheritance
                                                                    - +
                                                                    System.Object
                                                                    LocalizableString
                                                                    Inherited Members
                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                    - object.GetType() + System.Object.GetType()
                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                    -

                                                                    Namespace: SdlSdl.CoreGlobalization
                                                                    +
                                                                    Namespace: Sdl.Core.Globalization
                                                                    Assembly: Sdl.Core.Globalization.dll
                                                                    Syntax
                                                                    @@ -125,7 +125,7 @@

                                                                    Constructors -

                                                                    LocalizableString(string)

                                                                    +

                                                                    LocalizableString(String)

                                                                    Declaration
                                                                    @@ -143,7 +143,7 @@
                                                                    Parameters
                                                                    - string + System.String content @@ -171,7 +171,7 @@
                                                                    Property Value
                                                                    - string + System.String @@ -196,7 +196,7 @@
                                                                    Property Value
                                                                    - bool + System.Boolean @@ -221,7 +221,7 @@
                                                                    Property Value
                                                                    - string + System.String @@ -248,13 +248,13 @@
                                                                    Returns
                                                                    - string + System.String
                                                                    Overrides
                                                                    -
                                                                    object.ToString()
                                                                    +
                                                                    System.Object.ToString()
                                                                    diff --git a/api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.html b/api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.html deleted file mode 100644 index 3a51cc8c9..000000000 --- a/api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.html +++ /dev/null @@ -1,296 +0,0 @@ - - - - - - - - Class DoubleNumberGrammarRange - - - - - - - - - - - - - - - - -
                                                                    -
                                                                    - - - - -
                                                                    -
                                                                    - -
                                                                    -
                                                                    Search Results for
                                                                    -
                                                                    -

                                                                    -
                                                                    -
                                                                      -
                                                                      -
                                                                      - - - -
                                                                      - - - - - - diff --git a/api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html b/api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html deleted file mode 100644 index aaf594bc0..000000000 --- a/api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html +++ /dev/null @@ -1,322 +0,0 @@ - - - - - - - - Class IntNumberGrammarRange - - - - - - - - - - - - - - - - -
                                                                      -
                                                                      - - - - -
                                                                      -
                                                                      - -
                                                                      -
                                                                      Search Results for
                                                                      -
                                                                      -

                                                                      -
                                                                      -
                                                                        -
                                                                        -
                                                                        - - - -
                                                                        - - - - - - diff --git a/api/core/Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.html b/api/core/Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.html deleted file mode 100644 index 5075cdc6c..000000000 --- a/api/core/Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.html +++ /dev/null @@ -1,253 +0,0 @@ - - - - - - - - Class NumberGrammarRangeSet - - - - - - - - - - - - - - - - -
                                                                        -
                                                                        - - - - -
                                                                        -
                                                                        - -
                                                                        -
                                                                        Search Results for
                                                                        -
                                                                        -

                                                                        -
                                                                        -
                                                                          -
                                                                          -
                                                                          - - - -
                                                                          - - - - - - diff --git a/api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadata.html b/api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadata.html deleted file mode 100644 index 1142bdc73..000000000 --- a/api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadata.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - Class NumberMetadata - - - - - - - - - - - - - - - - -
                                                                          -
                                                                          - - - - -
                                                                          -
                                                                          - -
                                                                          -
                                                                          Search Results for
                                                                          -
                                                                          -

                                                                          -
                                                                          -
                                                                            -
                                                                            -
                                                                            - - - -
                                                                            - - - - - - diff --git a/api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.html b/api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.html deleted file mode 100644 index 0a67df35a..000000000 --- a/api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - - - Class NumberMetadataException - - - - - - - - - - - - - - - - -
                                                                            -
                                                                            - - - - -
                                                                            -
                                                                            - -
                                                                            -
                                                                            Search Results for
                                                                            -
                                                                            -

                                                                            -
                                                                            -
                                                                              -
                                                                              -
                                                                              - - - -
                                                                              - - - - - - diff --git a/api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.html b/api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.html deleted file mode 100644 index 16ff707c9..000000000 --- a/api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - - - Class NumberMetadataRegistry - - - - - - - - - - - - - - - - -
                                                                              -
                                                                              - - - - -
                                                                              -
                                                                              - -
                                                                              -
                                                                              Search Results for
                                                                              -
                                                                              -

                                                                              -
                                                                              -
                                                                                -
                                                                                -
                                                                                - - - -
                                                                                - - - - - - diff --git a/api/core/Sdl.Core.Globalization.NumberMetadata.RangeOperator.html b/api/core/Sdl.Core.Globalization.NumberMetadata.RangeOperator.html deleted file mode 100644 index 71b6b9492..000000000 --- a/api/core/Sdl.Core.Globalization.NumberMetadata.RangeOperator.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - - - Enum RangeOperator - - - - - - - - - - - - - - - - -
                                                                                -
                                                                                - - - - -
                                                                                -
                                                                                - -
                                                                                -
                                                                                Search Results for
                                                                                -
                                                                                -

                                                                                -
                                                                                -
                                                                                  -
                                                                                  -
                                                                                  - - - -
                                                                                  - - - - - - diff --git a/api/core/Sdl.Core.Globalization.NumberMetadata.RangeTransform.html b/api/core/Sdl.Core.Globalization.NumberMetadata.RangeTransform.html deleted file mode 100644 index 69ae682c2..000000000 --- a/api/core/Sdl.Core.Globalization.NumberMetadata.RangeTransform.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - Class RangeTransform - - - - - - - - - - - - - - - - -
                                                                                  -
                                                                                  - - - - -
                                                                                  -
                                                                                  - -
                                                                                  -
                                                                                  Search Results for
                                                                                  -
                                                                                  -

                                                                                  -
                                                                                  -
                                                                                    -
                                                                                    -
                                                                                    - - - -
                                                                                    - - - - - - diff --git a/api/core/Sdl.Core.Globalization.NumberMetadata.html b/api/core/Sdl.Core.Globalization.NumberMetadata.html deleted file mode 100644 index 48fa4c6bd..000000000 --- a/api/core/Sdl.Core.Globalization.NumberMetadata.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - Namespace Sdl.Core.Globalization.NumberMetadata - - - - - - - - - - - - - - - - -
                                                                                    -
                                                                                    - - - - -
                                                                                    -
                                                                                    - -
                                                                                    -
                                                                                    Search Results for
                                                                                    -
                                                                                    -

                                                                                    -
                                                                                    -
                                                                                      -
                                                                                      -
                                                                                      - - - -
                                                                                      - - - - - - diff --git a/api/core/Sdl.Core.Globalization.StableCultureInfo.html b/api/core/Sdl.Core.Globalization.StableCultureInfo.html deleted file mode 100644 index 18f2e2c0f..000000000 --- a/api/core/Sdl.Core.Globalization.StableCultureInfo.html +++ /dev/null @@ -1,608 +0,0 @@ - - - - - - - - Class StableCultureInfo - - - - - - - - - - - - - - - - -
                                                                                      -
                                                                                      - - - - -
                                                                                      -
                                                                                      - -
                                                                                      -
                                                                                      Search Results for
                                                                                      -
                                                                                      -

                                                                                      -
                                                                                      -
                                                                                        -
                                                                                        -
                                                                                        - - - -
                                                                                        - - - - - - diff --git a/api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinition.html b/api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinition.html deleted file mode 100644 index 1853c291b..000000000 --- a/api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinition.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - Class UnitDefinition - - - - - - - - - - - - - - - - -
                                                                                        -
                                                                                        - - - - -
                                                                                        -
                                                                                        - -
                                                                                        -
                                                                                        Search Results for
                                                                                        -
                                                                                        -

                                                                                        -
                                                                                        -
                                                                                          -
                                                                                          -
                                                                                          - - - -
                                                                                          - - - - - - diff --git a/api/core/Sdl.Core.Globalization.UnitDefinition.html b/api/core/Sdl.Core.Globalization.UnitDefinition.html deleted file mode 100644 index 4f042d3ac..000000000 --- a/api/core/Sdl.Core.Globalization.UnitDefinition.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - Namespace Sdl.Core.Globalization.UnitDefinition - - - - - - - - - - - - - - - - -
                                                                                          -
                                                                                          - - - - -
                                                                                          -
                                                                                          - -
                                                                                          -
                                                                                          Search Results for
                                                                                          -
                                                                                          -

                                                                                          -
                                                                                          -
                                                                                            -
                                                                                            -
                                                                                            - - - -
                                                                                            - - - - - - diff --git a/api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.html b/api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.html deleted file mode 100644 index 378a037af..000000000 --- a/api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - Class LabelValueCondition - - - - - - - - - - - - - - - - -
                                                                                            -
                                                                                            - - - - -
                                                                                            -
                                                                                            - -
                                                                                            -
                                                                                            Search Results for
                                                                                            -
                                                                                            -

                                                                                            -
                                                                                            -
                                                                                              -
                                                                                              -
                                                                                              - - - -
                                                                                              - - - - - - diff --git a/api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html b/api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html deleted file mode 100644 index 8491ddfaa..000000000 --- a/api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html +++ /dev/null @@ -1,356 +0,0 @@ - - - - - - - - Class LabelValueSet - - - - - - - - - - - - - - - - -
                                                                                              -
                                                                                              - - - - -
                                                                                              -
                                                                                              - -
                                                                                              -
                                                                                              Search Results for
                                                                                              -
                                                                                              -

                                                                                              -
                                                                                              -
                                                                                                -
                                                                                                -
                                                                                                - - - -
                                                                                                - - - - - - diff --git a/api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.html b/api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.html deleted file mode 100644 index 46baa2745..000000000 --- a/api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - - - - Class UnitMetadata - - - - - - - - - - - - - - - - -
                                                                                                -
                                                                                                - - - - -
                                                                                                -
                                                                                                - -
                                                                                                -
                                                                                                Search Results for
                                                                                                -
                                                                                                -

                                                                                                -
                                                                                                -
                                                                                                  -
                                                                                                  -
                                                                                                  - - - -
                                                                                                  - - - - - - diff --git a/api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html b/api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html deleted file mode 100644 index 1ecbc7b8f..000000000 --- a/api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html +++ /dev/null @@ -1,490 +0,0 @@ - - - - - - - - Class UnitMetadataRegistry - - - - - - - - - - - - - - - - -
                                                                                                  -
                                                                                                  - - - - -
                                                                                                  -
                                                                                                  - -
                                                                                                  -
                                                                                                  Search Results for
                                                                                                  -
                                                                                                  -

                                                                                                  -
                                                                                                  -
                                                                                                    -
                                                                                                    -
                                                                                                    - - - -
                                                                                                    - - - - - - diff --git a/api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.html b/api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.html deleted file mode 100644 index b2df3a3c8..000000000 --- a/api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - - - Class UnitMetadataRegistryException - - - - - - - - - - - - - - - - -
                                                                                                    -
                                                                                                    - - - - -
                                                                                                    -
                                                                                                    - -
                                                                                                    -
                                                                                                    Search Results for
                                                                                                    -
                                                                                                    -

                                                                                                    -
                                                                                                    -
                                                                                                      -
                                                                                                      -
                                                                                                      - - - -
                                                                                                      - - - - - - diff --git a/api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.html b/api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.html deleted file mode 100644 index 6779199c8..000000000 --- a/api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - - - Class UnitMetadataSet - - - - - - - - - - - - - - - - -
                                                                                                      -
                                                                                                      - - - - -
                                                                                                      -
                                                                                                      - -
                                                                                                      -
                                                                                                      Search Results for
                                                                                                      -
                                                                                                      -

                                                                                                      -
                                                                                                      -
                                                                                                        -
                                                                                                        -
                                                                                                        - - - -
                                                                                                        - - - - - - diff --git a/api/core/Sdl.Core.Globalization.UnitMetadata.html b/api/core/Sdl.Core.Globalization.UnitMetadata.html deleted file mode 100644 index 79ba829ef..000000000 --- a/api/core/Sdl.Core.Globalization.UnitMetadata.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - Namespace Sdl.Core.Globalization.UnitMetadata - - - - - - - - - - - - - - - - -
                                                                                                        -
                                                                                                        - - - - -
                                                                                                        -
                                                                                                        - -
                                                                                                        -
                                                                                                        Search Results for
                                                                                                        -
                                                                                                        -

                                                                                                        -
                                                                                                        -
                                                                                                          -
                                                                                                          -
                                                                                                          - - - -
                                                                                                          - - - - - - diff --git a/api/core/Sdl.Core.Globalization.UnsupportedCodepageException.html b/api/core/Sdl.Core.Globalization.UnsupportedCodepageException.html index 636a6da83..e87bbf4da 100644 --- a/api/core/Sdl.Core.Globalization.UnsupportedCodepageException.html +++ b/api/core/Sdl.Core.Globalization.UnsupportedCodepageException.html @@ -90,73 +90,73 @@

                                                                                                          Inheritance
                                                                                                          - - +
                                                                                                          System.Object
                                                                                                          +
                                                                                                          System.Exception
                                                                                                          UnsupportedCodepageException
                                                                                                          Implements
                                                                                                          -
                                                                                                          ISerializable
                                                                                                          -
                                                                                                          _Exception
                                                                                                          +
                                                                                                          System.Runtime.Serialization.ISerializable
                                                                                                          +
                                                                                                          System.Runtime.InteropServices._Exception
                                                                                                          Inherited Members
                                                                                                          - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                          - Exception.ToString() + System.Exception.ToString()
                                                                                                          - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                          - Exception.GetType() + System.Exception.GetType()
                                                                                                          - Exception.Message + System.Exception.Message
                                                                                                          - Exception.Data + System.Exception.Data
                                                                                                          - Exception.InnerException + System.Exception.InnerException
                                                                                                          - Exception.TargetSite + System.Exception.TargetSite
                                                                                                          - Exception.StackTrace + System.Exception.StackTrace
                                                                                                          - Exception.HelpLink + System.Exception.HelpLink
                                                                                                          - Exception.Source + System.Exception.Source
                                                                                                          - Exception.HResult + System.Exception.HResult
                                                                                                          - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                          - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                          - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                          - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                          - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                          - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                          -

                                                                                                          Namespace: SdlSdl.CoreGlobalization
                                                                                                          +
                                                                                                          Namespace: Sdl.Core.Globalization
                                                                                                          Assembly: Sdl.Core.Globalization.dll
                                                                                                          Syntax
                                                                                                          @@ -195,12 +195,12 @@
                                                                                                          Parameters
                                                                                                          - SerializationInfo + System.Runtime.Serialization.SerializationInfo info - StreamingContext + System.Runtime.Serialization.StreamingContext context @@ -209,7 +209,7 @@
                                                                                                          Parameters
                                                                                                          -

                                                                                                          UnsupportedCodepageException(string)

                                                                                                          +

                                                                                                          UnsupportedCodepageException(String)

                                                                                                          Declaration
                                                                                                          @@ -227,7 +227,7 @@
                                                                                                          Parameters
                                                                                                          - string + System.String message @@ -236,7 +236,7 @@
                                                                                                          Parameters
                                                                                                          -

                                                                                                          UnsupportedCodepageException(string, Exception)

                                                                                                          +

                                                                                                          UnsupportedCodepageException(String, Exception)

                                                                                                          Declaration
                                                                                                          @@ -254,12 +254,12 @@
                                                                                                          Parameters
                                                                                                          - string + System.String message - Exception + System.Exception inner @@ -267,10 +267,10 @@
                                                                                                          Parameters

                                                                                                          Implements

                                                                                                          - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                          - _Exception + System.Runtime.InteropServices._Exception
                                                                                                          diff --git a/api/core/Sdl.Core.Globalization.UnsupportedLanguageException.html b/api/core/Sdl.Core.Globalization.UnsupportedLanguageException.html deleted file mode 100644 index fcaf85093..000000000 --- a/api/core/Sdl.Core.Globalization.UnsupportedLanguageException.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - - - Class UnsupportedLanguageException - - - - - - - - - - - - - - - - -
                                                                                                          -
                                                                                                          - - - - -
                                                                                                          -
                                                                                                          - -
                                                                                                          -
                                                                                                          Search Results for
                                                                                                          -
                                                                                                          -

                                                                                                          -
                                                                                                          -
                                                                                                            -
                                                                                                            -
                                                                                                            - - - -
                                                                                                            - - - - - - diff --git a/api/core/Sdl.Core.Globalization.html b/api/core/Sdl.Core.Globalization.html index b9fab9ef6..4714d03e2 100644 --- a/api/core/Sdl.Core.Globalization.html +++ b/api/core/Sdl.Core.Globalization.html @@ -92,36 +92,18 @@

                                                                                                            Classes

                                                                                                            Codepage

                                                                                                            -

                                                                                                            CoreCultureInfoExtensions

                                                                                                            -
                                                                                                            -

                                                                                                            CultureCode

                                                                                                            -

                                                                                                            Language

                                                                                                            -

                                                                                                            LanguageBase

                                                                                                            -

                                                                                                            LanguageCancelEventArgs

                                                                                                            -

                                                                                                            LanguageData

                                                                                                            -
                                                                                                            -

                                                                                                            LanguageDataContainer

                                                                                                            -
                                                                                                            -

                                                                                                            LanguageDisplaySettings

                                                                                                            -

                                                                                                            LanguageEventArgs

                                                                                                            -

                                                                                                            LegacyAsyncHelpers

                                                                                                            -

                                                                                                            LegacySdlxLanguage

                                                                                                            LocalizableString

                                                                                                            -

                                                                                                            StableCultureInfo

                                                                                                            -

                                                                                                            UnsupportedCodepageException

                                                                                                            -

                                                                                                            UnsupportedLanguageException

                                                                                                            -

                                                                                                            Structs

                                                                                                            LegacyTradosLanguage

                                                                                                            @@ -130,10 +112,6 @@

                                                                                                            Enums

                                                                                                            ConfirmationLevel

                                                                                                            -

                                                                                                            LanguageBase.EvaluationResult

                                                                                                            -
                                                                                                            -

                                                                                                            LanguageFormat

                                                                                                            -
                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.html b/api/core/Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.html index ff18c8fce..f94e20296 100644 --- a/api/core/Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.html +++ b/api/core/Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.html @@ -91,147 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            AuxiliaryExtensionAttribute
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            AuxiliaryExtensionAttribute
                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(MemberInfo, Type) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(MemberInfo, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(MemberInfo) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(MemberInfo, bool) -
                                                                                                            -
                                                                                                            - Attribute.IsDefined(MemberInfo, Type) -
                                                                                                            -
                                                                                                            - Attribute.IsDefined(MemberInfo, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttribute(MemberInfo, Type) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttribute(MemberInfo, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(ParameterInfo) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(ParameterInfo, Type) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(ParameterInfo, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(ParameterInfo, bool) -
                                                                                                            -
                                                                                                            - Attribute.IsDefined(ParameterInfo, Type) -
                                                                                                            -
                                                                                                            - Attribute.IsDefined(ParameterInfo, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttribute(ParameterInfo, Type) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttribute(ParameterInfo, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(Module, Type) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(Module) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(Module, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(Module, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.IsDefined(Module, Type) -
                                                                                                            -
                                                                                                            - Attribute.IsDefined(Module, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttribute(Module, Type) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttribute(Module, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(Assembly, Type) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(Assembly, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(Assembly) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(Assembly, bool) -
                                                                                                            -
                                                                                                            - Attribute.IsDefined(Assembly, Type) -
                                                                                                            -
                                                                                                            - Attribute.IsDefined(Assembly, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttribute(Assembly, Type) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttribute(Assembly, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.Equals(object) -
                                                                                                            -
                                                                                                            - Attribute.GetHashCode() -
                                                                                                            -
                                                                                                            - Attribute.Match(object) -
                                                                                                            -
                                                                                                            - Attribute.IsDefaultAttribute() -
                                                                                                            -
                                                                                                            - Attribute.TypeId -
                                                                                                            -
                                                                                                            - object.ToString() -
                                                                                                            -
                                                                                                            - object.Equals(object, object) -
                                                                                                            -
                                                                                                            - object.ReferenceEquals(object, object) -
                                                                                                            -
                                                                                                            - object.GetType() -
                                                                                                            -
                                                                                                            - object.MemberwiseClone() -
                                                                                                            -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [AttributeUsage(AttributeTargets.Class)]
                                                                                                            -public class AuxiliaryExtensionAttribute : Attribute
                                                                                                            +
                                                                                                            public class AuxiliaryExtensionAttribute : Attribute

                                                                                                            Constructors

                                                                                                            @@ -280,7 +147,7 @@
                                                                                                            Parameters
                                                                                                            IExtensionValidationContext context

                                                                                                            Provides functionality to validate extensions targeting the extension point - and report warning or error messages

                                                                                                            +and report warning or error messages

                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.AuxiliaryExtensionAttributeCollection.html b/api/core/Sdl.Core.PluginFramework.AuxiliaryExtensionAttributeCollection.html index 818dc2d91..057af5d7a 100644 --- a/api/core/Sdl.Core.PluginFramework.AuxiliaryExtensionAttributeCollection.html +++ b/api/core/Sdl.Core.PluginFramework.AuxiliaryExtensionAttributeCollection.html @@ -91,96 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            AuxiliaryExtensionAttributeCollection
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            AuxiliaryExtensionAttributeCollection
                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            -
                                                                                                            IListAuxiliaryExtensionAttribute
                                                                                                            -
                                                                                                            ICollectionAuxiliaryExtensionAttribute
                                                                                                            -
                                                                                                            IList
                                                                                                            -
                                                                                                            ICollection
                                                                                                            -
                                                                                                            IReadOnlyListAuxiliaryExtensionAttribute
                                                                                                            -
                                                                                                            IReadOnlyCollectionAuxiliaryExtensionAttribute
                                                                                                            -
                                                                                                            IEnumerableAuxiliaryExtensionAttribute
                                                                                                            -
                                                                                                            IEnumerable
                                                                                                            -
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class AuxiliaryExtensionAttributeCollection : ReadOnlyCollection<AuxiliaryExtensionAttribute>, IList<AuxiliaryExtensionAttribute>, ICollection<AuxiliaryExtensionAttribute>, IList, ICollection, IReadOnlyList<AuxiliaryExtensionAttribute>, IReadOnlyCollection<AuxiliaryExtensionAttribute>, IEnumerable<AuxiliaryExtensionAttribute>, IEnumerable
                                                                                                            -
                                                                                                            -

                                                                                                            Implements

                                                                                                            -
                                                                                                            - IList<T> -
                                                                                                            -
                                                                                                            - ICollection<T> -
                                                                                                            -
                                                                                                            - IList -
                                                                                                            -
                                                                                                            - ICollection -
                                                                                                            -
                                                                                                            - IReadOnlyList<T> -
                                                                                                            -
                                                                                                            - IReadOnlyCollection<T> -
                                                                                                            -
                                                                                                            - IEnumerable<T> -
                                                                                                            -
                                                                                                            - IEnumerable +
                                                                                                            public class AuxiliaryExtensionAttributeCollection : ReadOnlyCollection<AuxiliaryExtensionAttribute>
                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.Configuration.ConfigManager.html b/api/core/Sdl.Core.PluginFramework.Configuration.ConfigManager.html index a934c375e..a1edd3bfe 100644 --- a/api/core/Sdl.Core.PluginFramework.Configuration.ConfigManager.html +++ b/api/core/Sdl.Core.PluginFramework.Configuration.ConfigManager.html @@ -90,38 +90,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ConfigManager
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFrameworkConfiguration
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework.Configuration
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ConfigManager
                                                                                                            +
                                                                                                            public class ConfigManager : Object

                                                                                                            Constructors

                                                                                                            @@ -165,7 +141,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetXmlConfiguration(string)

                                                                                                            +

                                                                                                            GetXmlConfiguration(String)

                                                                                                            Declaration
                                                                                                            @@ -183,7 +159,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String pluginConfigFilePath diff --git a/api/core/Sdl.Core.PluginFramework.Configuration.IFrameworkConfiguration.html b/api/core/Sdl.Core.PluginFramework.Configuration.IFrameworkConfiguration.html index 52181d47c..0bf6afded 100644 --- a/api/core/Sdl.Core.PluginFramework.Configuration.IFrameworkConfiguration.html +++ b/api/core/Sdl.Core.PluginFramework.Configuration.IFrameworkConfiguration.html @@ -88,7 +88,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFrameworkConfiguration
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework.Configuration
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -117,7 +117,7 @@
                                                                                                            Property Value
                                                                                                            - DictionarystringVersion + System.Collections.Generic.Dictionary<System.String, System.Version> @@ -143,7 +143,7 @@
                                                                                                            Property Value
                                                                                                            - DictionarystringVersion + System.Collections.Generic.Dictionary<System.String, System.Version> @@ -169,7 +169,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -195,7 +195,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -221,7 +221,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/core/Sdl.Core.PluginFramework.DefaultObjectResolver.html b/api/core/Sdl.Core.PluginFramework.DefaultObjectResolver.html index 574f1ee47..d42a14012 100644 --- a/api/core/Sdl.Core.PluginFramework.DefaultObjectResolver.html +++ b/api/core/Sdl.Core.PluginFramework.DefaultObjectResolver.html @@ -91,42 +91,18 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DefaultObjectResolver
                                                                                                            Implements
                                                                                                            IObjectResolver
                                                                                                            - -
                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class DefaultObjectResolver : IObjectResolver
                                                                                                            +
                                                                                                            public class DefaultObjectResolver : Object, IObjectResolver

                                                                                                            Constructors

                                                                                                            @@ -164,7 +140,7 @@
                                                                                                            Parameters
                                                                                                            - Type + System.Type objectType @@ -180,7 +156,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -206,7 +182,7 @@
                                                                                                            Parameters
                                                                                                            - Type + System.Type objectType @@ -227,7 +203,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object diff --git a/api/core/Sdl.Core.PluginFramework.DefaultPluginLocator.html b/api/core/Sdl.Core.PluginFramework.DefaultPluginLocator.html index c91901b4d..8af2bb975 100644 --- a/api/core/Sdl.Core.PluginFramework.DefaultPluginLocator.html +++ b/api/core/Sdl.Core.PluginFramework.DefaultPluginLocator.html @@ -92,40 +92,19 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DefaultPluginLocator
                                                                                                            Implements
                                                                                                            IPluginLocator
                                                                                                            -
                                                                                                            IDisposable
                                                                                                            +
                                                                                                            System.IDisposable
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public sealed class DefaultPluginLocator : IPluginLocator, IDisposable
                                                                                                            +
                                                                                                            public sealed class DefaultPluginLocator : Object, IPluginLocator

                                                                                                            Constructors

                                                                                                            @@ -164,7 +143,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -206,7 +185,7 @@
                                                                                                            Returns
                                                                                                            - IPluginDescriptor + IPluginDescriptor[]

                                                                                                            An array of plug-in descriptors.

                                                                                                            @@ -220,7 +199,7 @@

                                                                                                            Implements

                                                                                                            IPluginLocator
                                                                                                            - IDisposable + System.IDisposable
                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.DefaultPluginTypeLoader.html b/api/core/Sdl.Core.PluginFramework.DefaultPluginTypeLoader.html index 8c5f4aa2d..9052ce565 100644 --- a/api/core/Sdl.Core.PluginFramework.DefaultPluginTypeLoader.html +++ b/api/core/Sdl.Core.PluginFramework.DefaultPluginTypeLoader.html @@ -87,47 +87,23 @@

                                                                                                            Class DefaultPluginTypeLoader

                                                                                                            Implementation of a plug-in type loader (IPluginTypeLoader) which attempts to load types -using GetType(), assuming the plug-in assembly is available in one of the default assembly locations.

                                                                                                            +using System.Type.GetType, assuming the plug-in assembly is available in one of the default assembly locations.

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DefaultPluginTypeLoader
                                                                                                            Implements
                                                                                                            IPluginTypeLoader
                                                                                                            - -
                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class DefaultPluginTypeLoader : IPluginTypeLoader
                                                                                                            +
                                                                                                            public class DefaultPluginTypeLoader : Object, IPluginTypeLoader

                                                                                                            Constructors

                                                                                                            @@ -147,7 +123,7 @@

                                                                                                            Methods -

                                                                                                            LoadType(IPlugin, string)

                                                                                                            +

                                                                                                            LoadType(IPlugin, String)

                                                                                                            Loads the specified type, referred to in the manifest of the specified plug-in.
                                                                                                            This type loader will also check for Open Exchange plug-ins in their respective folders.

                                                                                                            @@ -172,7 +148,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String typeName

                                                                                                            The assembly-qualified type name of the requested type.

                                                                                                            @@ -189,7 +165,7 @@
                                                                                                            Returns
                                                                                                            - Type + System.Type

                                                                                                            The loaded type. Throws an exception if the type failes to load.

                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.ExtensionAttribute.html b/api/core/Sdl.Core.PluginFramework.ExtensionAttribute.html index 861f6ec13..aed319590 100644 --- a/api/core/Sdl.Core.PluginFramework.ExtensionAttribute.html +++ b/api/core/Sdl.Core.PluginFramework.ExtensionAttribute.html @@ -91,164 +91,16 @@

                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(MemberInfo, Type) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(MemberInfo, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(MemberInfo) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(MemberInfo, bool) -
                                                                                                            -
                                                                                                            - Attribute.IsDefined(MemberInfo, Type) -
                                                                                                            -
                                                                                                            - Attribute.IsDefined(MemberInfo, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttribute(MemberInfo, Type) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttribute(MemberInfo, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(ParameterInfo) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(ParameterInfo, Type) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(ParameterInfo, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(ParameterInfo, bool) -
                                                                                                            -
                                                                                                            - Attribute.IsDefined(ParameterInfo, Type) -
                                                                                                            -
                                                                                                            - Attribute.IsDefined(ParameterInfo, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttribute(ParameterInfo, Type) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttribute(ParameterInfo, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(Module, Type) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(Module) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(Module, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(Module, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.IsDefined(Module, Type) -
                                                                                                            -
                                                                                                            - Attribute.IsDefined(Module, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttribute(Module, Type) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttribute(Module, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(Assembly, Type) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(Assembly, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(Assembly) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttributes(Assembly, bool) -
                                                                                                            -
                                                                                                            - Attribute.IsDefined(Assembly, Type) -
                                                                                                            -
                                                                                                            - Attribute.IsDefined(Assembly, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttribute(Assembly, Type) -
                                                                                                            -
                                                                                                            - Attribute.GetCustomAttribute(Assembly, Type, bool) -
                                                                                                            -
                                                                                                            - Attribute.Equals(object) -
                                                                                                            -
                                                                                                            - Attribute.GetHashCode() -
                                                                                                            -
                                                                                                            - Attribute.Match(object) -
                                                                                                            -
                                                                                                            - Attribute.IsDefaultAttribute() -
                                                                                                            -
                                                                                                            - Attribute.TypeId -
                                                                                                            -
                                                                                                            - object.ToString() -
                                                                                                            -
                                                                                                            - object.Equals(object, object) -
                                                                                                            -
                                                                                                            - object.ReferenceEquals(object, object) -
                                                                                                            -
                                                                                                            - object.GetType() -
                                                                                                            -
                                                                                                            - object.MemberwiseClone() -
                                                                                                            -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [AttributeUsage(AttributeTargets.Class)]
                                                                                                            -public class ExtensionAttribute : Attribute
                                                                                                            +
                                                                                                            public class ExtensionAttribute : Attribute
                                                                                                            Remarks

                                                                                                            To define a new extension point, create a new attribute class, extending ExtensionAttribute. The class must be annotated with the @@ -262,9 +114,10 @@

                                                                                                            RemarksPluginResourceAttribute attribute. Users should now specify the name of the resource key, instead of the actual value, as the property value. When no resource string with the specified key can be found, the framework keeps the specified string as the property value. To define non-string properties whose value is stored in the PluginResources.resx resource file, create a string property, which value -should be set to a resource key. When consuming the extension, use GetPluginResource<T>(string) tio retriece the resource from +should be set to a resource key. When consuming the extension, use GetPluginResource<T>(String) tio retriece the resource from the plug-in resource file. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -281,7 +134,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            ExtensionAttribute(string, string, string)

                                                                                                            +

                                                                                                            ExtensionAttribute(String, String, String)

                                                                                                            Constructor with required attributes.

                                                                                                            @@ -300,19 +153,19 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id

                                                                                                            The unique id for the extension.

                                                                                                            - string + System.String name

                                                                                                            The name for the extension. Should typically be a key of a resource string in PluginResources.resx.

                                                                                                            - string + System.String description

                                                                                                            The description for the extension. Should typically be a key of a resource string in PluginResources.resx.

                                                                                                            @@ -343,7 +196,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -372,7 +225,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -398,7 +251,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -425,7 +278,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -466,7 +319,7 @@
                                                                                                            Parameters
                                                                                                            IExtensionValidationContext context

                                                                                                            Provides functionality to validate extensions targeting the extension point - and report warning or error messages

                                                                                                            +and report warning or error messages

                                                                                                            @@ -475,7 +328,7 @@
                                                                                                            Parameters

                                                                                                            ValidateId(IExtensionAttributeInfo, IExtensionValidationContext)

                                                                                                            -

                                                                                                            Validates the extension Id. Checks whether this is not null or empty.

                                                                                                            +

                                                                                                            Validates the extension Id. Checks whether this is not null or empty.

                                                                                                            Declaration
                                                                                                            @@ -502,7 +355,7 @@
                                                                                                            Parameters
                                                                                                            IExtensionValidationContext context

                                                                                                            Provides functionality to validate extensions targeting the extension point - and report warning or error messages

                                                                                                            +and report warning or error messages

                                                                                                            @@ -511,7 +364,7 @@
                                                                                                            Parameters

                                                                                                            ValidateName(IExtensionAttributeInfo, IExtensionValidationContext)

                                                                                                            -

                                                                                                            Validates the extension Name. Checks whether this is not null or empty.

                                                                                                            +

                                                                                                            Validates the extension Name. Checks whether this is not null or empty.

                                                                                                            Declaration
                                                                                                            @@ -538,7 +391,7 @@
                                                                                                            Parameters
                                                                                                            IExtensionValidationContext context

                                                                                                            Provides functionality to validate extensions targeting the extension point - and report warning or error messages

                                                                                                            +and report warning or error messages

                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.ExtensionCollection.html b/api/core/Sdl.Core.PluginFramework.ExtensionCollection.html index c69aad95d..5db73f2f8 100644 --- a/api/core/Sdl.Core.PluginFramework.ExtensionCollection.html +++ b/api/core/Sdl.Core.PluginFramework.ExtensionCollection.html @@ -91,71 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            ExtensionCollection
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ExtensionCollection
                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            - - - - - - - - -
                                                                                                            - -
                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ExtensionCollection : ReadOnlyCollection<IExtension>, IList<IExtension>, ICollection<IExtension>, IList, ICollection, IReadOnlyList<IExtension>, IReadOnlyCollection<IExtension>, IEnumerable<IExtension>, IEnumerable
                                                                                                            +
                                                                                                            public class ExtensionCollection : ReadOnlyCollection<IExtension>

                                                                                                            Constructors

                                                                                                            @@ -163,7 +106,7 @@

                                                                                                            Constructors

                                                                                                            ExtensionCollection(IList<IExtension>)

                                                                                                            -

                                                                                                            Constructor for ExtenstionCollection that it's accepting a list of extensions

                                                                                                            +

                                                                                                            Constructor for ExtenstionCollection that it's accepting a list of extensions

                                                                                                            Declaration
                                                                                                            @@ -181,7 +124,7 @@
                                                                                                            Parameters
                                                                                                            - IListIExtension + System.Collections.Generic.IList<IExtension> list @@ -192,7 +135,7 @@

                                                                                                            Properties -

                                                                                                            this[string]

                                                                                                            +

                                                                                                            Item[String]

                                                                                                            Gets the IExtension with the specified extension id.

                                                                                                            @@ -211,7 +154,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String extensionId @@ -232,31 +175,6 @@
                                                                                                            Property Value
                                                                                                            -

                                                                                                            Implements

                                                                                                            -
                                                                                                            - IList<T> -
                                                                                                            - -
                                                                                                            - IList -
                                                                                                            - - - - -
                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.ExtensionEventArgs.html b/api/core/Sdl.Core.PluginFramework.ExtensionEventArgs.html index ef0286945..290af8d6e 100644 --- a/api/core/Sdl.Core.PluginFramework.ExtensionEventArgs.html +++ b/api/core/Sdl.Core.PluginFramework.ExtensionEventArgs.html @@ -91,38 +91,10 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            ExtensionEventArgs
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ExtensionEventArgs
                                                                                                            - -
                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.ExtensionPointBehavior.html b/api/core/Sdl.Core.PluginFramework.ExtensionPointBehavior.html index 1992408ff..95ac84ce6 100644 --- a/api/core/Sdl.Core.PluginFramework.ExtensionPointBehavior.html +++ b/api/core/Sdl.Core.PluginFramework.ExtensionPointBehavior.html @@ -5,10 +5,10 @@ - Enum ExtensionPointBehavior + <title>Class ExtensionPointBehavior - @@ -84,41 +84,100 @@
                                                                                                            -

                                                                                                            Enum ExtensionPointBehavior +

                                                                                                            Class ExtensionPointBehavior

                                                                                                            Possible extension point types.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            +
                                                                                                            Inheritance
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ExtensionPointBehavior
                                                                                                            +
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public enum ExtensionPointBehavior
                                                                                                            +
                                                                                                            public sealed class ExtensionPointBehavior : Enum

                                                                                                            Fields

                                                                                                            + + +

                                                                                                            Dynamic

                                                                                                            +

                                                                                                            Dynamic extension point. Extensions for this extension point can be enabled or disabled without +requiring an application restart.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public const ExtensionPointBehavior Dynamic
                                                                                                            +
                                                                                                            +
                                                                                                            Field Value
                                                                                                            - + + + + + + + + +
                                                                                                            NameType Description
                                                                                                            ExtensionPointBehavior
                                                                                                            + + +

                                                                                                            Static

                                                                                                            +

                                                                                                            Static extension point. Once the extension have been instantiated, enabling or disabling +extensions within this extension point requires a restart of the application.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public const ExtensionPointBehavior Static
                                                                                                            +
                                                                                                            +
                                                                                                            Field Value
                                                                                                            + + + + + + - - + + + +
                                                                                                            TypeDescription
                                                                                                            Dynamic

                                                                                                            Dynamic extension point. Extensions for this extension point can be enabled or disabled without -requiring an application restart.

                                                                                                            -
                                                                                                            ExtensionPointBehavior
                                                                                                            + + +

                                                                                                            value__

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public int value__
                                                                                                            +
                                                                                                            +
                                                                                                            Field Value
                                                                                                            + + - - + + + + + + + + -
                                                                                                            Static

                                                                                                            Static extension point. Once the extension have been instantiated, enabling or disabling -extensions within this extension point requires a restart of the application.

                                                                                                            -
                                                                                                            TypeDescription
                                                                                                            System.Int32
                                                                                                            +
                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.ExtensionPointCollection.html b/api/core/Sdl.Core.PluginFramework.ExtensionPointCollection.html index 19aafbda5..711774f22 100644 --- a/api/core/Sdl.Core.PluginFramework.ExtensionPointCollection.html +++ b/api/core/Sdl.Core.PluginFramework.ExtensionPointCollection.html @@ -91,96 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            ExtensionPointCollection
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ExtensionPointCollection
                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            - - - - - - - - -
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ExtensionPointCollection : ReadOnlyCollection<IExtensionPoint>, IList<IExtensionPoint>, ICollection<IExtensionPoint>, IList, ICollection, IReadOnlyList<IExtensionPoint>, IReadOnlyCollection<IExtensionPoint>, IEnumerable<IExtensionPoint>, IEnumerable
                                                                                                            -
                                                                                                            -

                                                                                                            Implements

                                                                                                            -
                                                                                                            - IList<T> -
                                                                                                            -
                                                                                                            - ICollection<T> -
                                                                                                            -
                                                                                                            - IList -
                                                                                                            -
                                                                                                            - ICollection -
                                                                                                            -
                                                                                                            - IReadOnlyList<T> -
                                                                                                            -
                                                                                                            - IReadOnlyCollection<T> -
                                                                                                            -
                                                                                                            - IEnumerable<T> -
                                                                                                            -
                                                                                                            - IEnumerable +
                                                                                                            public class ExtensionPointCollection : ReadOnlyCollection<IExtensionPoint>
                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.html b/api/core/Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.html index 9eb0170fe..4786aa757 100644 --- a/api/core/Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.html +++ b/api/core/Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.html @@ -91,153 +91,25 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            ExtensionPointInfoAttribute
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ExtensionPointInfoAttribute
                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [AttributeUsage(AttributeTargets.Class)]
                                                                                                            -public sealed class ExtensionPointInfoAttribute : Attribute
                                                                                                            +
                                                                                                            public sealed class ExtensionPointInfoAttribute : Attribute
                                                                                                            Remarks

                                                                                                            To define a new extension point, create an ExtensionAttribute, annotated with - an ExtensionPointInfoAttribute. For more information on how to define extension points, see ExtensionAttribute.

                                                                                                            +an ExtensionPointInfoAttribute. For more information on how to define extension points, see ExtensionAttribute.

                                                                                                            Constructors

                                                                                                            -

                                                                                                            ExtensionPointInfoAttribute(string, ExtensionPointBehavior)

                                                                                                            +

                                                                                                            ExtensionPointInfoAttribute(String, ExtensionPointBehavior)

                                                                                                            Constructor with a name and behavior.

                                                                                                            @@ -256,7 +128,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name

                                                                                                            A name for this extension point.

                                                                                                            @@ -318,7 +190,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/core/Sdl.Core.PluginFramework.FileBasedPluginDescriptor.html b/api/core/Sdl.Core.PluginFramework.FileBasedPluginDescriptor.html index e0731af60..c14ec77cd 100644 --- a/api/core/Sdl.Core.PluginFramework.FileBasedPluginDescriptor.html +++ b/api/core/Sdl.Core.PluginFramework.FileBasedPluginDescriptor.html @@ -86,54 +86,30 @@

                                                                                                            Class FileBasedPluginDescriptor

                                                                                                            -

                                                                                                            Plug-in descriptor which loads the plug-in manifest and the plug-in's resources from files on the local file system.

                                                                                                            +

                                                                                                            Plug-in descriptor which loads the plug-in manifest and the plug-in's resources from files on the local file system.

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FileBasedPluginDescriptor
                                                                                                            Implements
                                                                                                            - -
                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class FileBasedPluginDescriptor : IPluginDescriptor
                                                                                                            +
                                                                                                            public class FileBasedPluginDescriptor : Object, IPluginDescriptor

                                                                                                            Constructors

                                                                                                            -

                                                                                                            FileBasedPluginDescriptor(string)

                                                                                                            +

                                                                                                            FileBasedPluginDescriptor(String)

                                                                                                            Constructs a FileBasedPluginDescriptor using the specified path of a plug-in manifest path.

                                                                                                            @@ -152,7 +128,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String pluginManifestFilePath

                                                                                                            The full path to the plug-in manifest.

                                                                                                            @@ -182,7 +158,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -208,7 +184,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -236,7 +212,7 @@
                                                                                                            Returns
                                                                                                            - Stream + System.IO.Stream

                                                                                                            A file stream for reading the plug-in manifest file.

                                                                                                            @@ -245,7 +221,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetPluginResource(string)

                                                                                                            +

                                                                                                            GetPluginResource(String)

                                                                                                            Gets a plug-in resource by name. This only includes resources that are referred to in the plug-in manifest, such as strings and images.

                                                                                                            @@ -265,7 +241,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name

                                                                                                            The resource name.

                                                                                                            @@ -282,14 +258,14 @@
                                                                                                            Returns
                                                                                                            - object + System.Object
                                                                                                            Remarks

                                                                                                            When a property of an extsion attribnute or auxiliary extension attribute is merked with the PluginResourceAttribute - attribute, any value assigned to it is assumed to be the name of a plug-in resource and can therefore be retrieved using this method.

                                                                                                            +attribute, any value assigned to it is assumed to be the name of a plug-in resource and can therefore be retrieved using this method.

                                                                                                            Implements

                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.IExtension.html b/api/core/Sdl.Core.PluginFramework.IExtension.html index 27614a886..3634ace27 100644 --- a/api/core/Sdl.Core.PluginFramework.IExtension.html +++ b/api/core/Sdl.Core.PluginFramework.IExtension.html @@ -89,7 +89,7 @@

                                                                                                            Represents an extension registered with a particular extension point within a particular plug-in.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -144,7 +144,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -222,7 +222,7 @@
                                                                                                            Property Value
                                                                                                            - Type + System.Type @@ -276,7 +276,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            The newly created instance.

                                                                                                            @@ -291,7 +291,8 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            T[] GetAuxiliaryExtensionAttributes<T>() where T : AuxiliaryExtensionAttribute
                                                                                                            +
                                                                                                            T[] GetAuxiliaryExtensionAttributes<T>()
                                                                                                            +    where T : AuxiliaryExtensionAttribute
                                                                                                            Returns
                                                                                                            @@ -303,7 +304,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -328,7 +329,7 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            SetEnabled(bool)

                                                                                                            +

                                                                                                            SetEnabled(Boolean)

                                                                                                            Enables or disables this extension.

                                                                                                            @@ -347,7 +348,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -364,7 +365,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -403,7 +404,7 @@
                                                                                                            Event Type
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.IExtensionAware.html b/api/core/Sdl.Core.PluginFramework.IExtensionAware.html index c3c951d5c..67d964944 100644 --- a/api/core/Sdl.Core.PluginFramework.IExtensionAware.html +++ b/api/core/Sdl.Core.PluginFramework.IExtensionAware.html @@ -89,7 +89,7 @@

                                                                                                            This interface can be implemented by extension types that want to know about the extension meta-data associated with the type.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.IExtensionPoint.html b/api/core/Sdl.Core.PluginFramework.IExtensionPoint.html index b1d3ced70..0591f4431 100644 --- a/api/core/Sdl.Core.PluginFramework.IExtensionPoint.html +++ b/api/core/Sdl.Core.PluginFramework.IExtensionPoint.html @@ -90,7 +90,7 @@

                                                                                                            ExtensionPointInfoAttribute.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -145,7 +145,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -197,7 +197,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -223,7 +223,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -250,7 +250,7 @@
                                                                                                            Event Type
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.IObjectResolver.html b/api/core/Sdl.Core.PluginFramework.IObjectResolver.html index bdf1acaaa..01d1c7299 100644 --- a/api/core/Sdl.Core.PluginFramework.IObjectResolver.html +++ b/api/core/Sdl.Core.PluginFramework.IObjectResolver.html @@ -89,7 +89,7 @@

                                                                                                            Will provide an implementation that will be used to create objects based on the plugin manifest file

                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -119,7 +119,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -135,7 +135,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -162,7 +162,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -185,7 +185,7 @@
                                                                                                            Returns
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.IPlugin.html b/api/core/Sdl.Core.PluginFramework.IPlugin.html index 9d473ff2b..f6bade51e 100644 --- a/api/core/Sdl.Core.PluginFramework.IPlugin.html +++ b/api/core/Sdl.Core.PluginFramework.IPlugin.html @@ -89,7 +89,7 @@

                                                                                                            Represents a plug-in, which provides a number of extensions.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -119,7 +119,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -146,7 +146,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -198,7 +198,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -276,7 +276,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -302,7 +302,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -311,7 +311,7 @@
                                                                                                            Property Value

                                                                                                            Status

                                                                                                            -

                                                                                                            Gets the status of this plug-in.

                                                                                                            +

                                                                                                            Gets the status of this plug-in.

                                                                                                            Declaration
                                                                                                            @@ -335,8 +335,8 @@
                                                                                                            Property Value
                                                                                                            T[]

                                                                                                            The auxiliary extension attributes of the requested type.

                                                                                                            boolSystem.Boolean enabled

                                                                                                            True to enable the extension.

                                                                                                            boolSystem.Boolean

                                                                                                            True if disabling the extension does not require restarting the application, false otherwise.

                                                                                                            EventHandlerExtensionEventArgsSystem.EventHandler<ExtensionEventArgs>
                                                                                                            TypeSystem.Type
                                                                                                            boolSystem.Boolean
                                                                                                            stringSystem.String
                                                                                                            EventHandlerExtensionEventArgsSystem.EventHandler<ExtensionEventArgs>
                                                                                                            TypeSystem.Type objectType
                                                                                                            boolSystem.Boolean
                                                                                                            TypeSystem.Type objectType

                                                                                                            Object type

                                                                                                            objectSystem.Object
                                                                                                            boolSystem.Boolean
                                                                                                            boolSystem.Boolean
                                                                                                            boolSystem.Boolean
                                                                                                            boolSystem.Boolean
                                                                                                            stringSystem.String
                                                                                                            Remarks

                                                                                                            Only plug-ins with status Initialized - are fully functional and can instantiate their extensions. Plug-ins that have not been initialized must be initialized before use - by using IPluginInitializer.

                                                                                                            +are fully functional and can instantiate their extensions. Plug-ins that have not been initialized must be initialized before use +by using IPluginInitializer.

                                                                                                            @@ -359,7 +359,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -369,13 +369,14 @@

                                                                                                            Methods -

                                                                                                            GetPluginResource<T>(string)

                                                                                                            +

                                                                                                            GetPluginResource<T>(String)

                                                                                                            Retrieves a resource of a specific type from the plug-ins resource file.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            T GetPluginResource<T>(string resourceName) where T : class
                                                                                                            +
                                                                                                            T GetPluginResource<T>(string resourceName)
                                                                                                            +    where T : class
                                                                                                            Parameters
                                                                                                            @@ -388,7 +389,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -429,8 +430,8 @@
                                                                                                            Type Parameters
                                                                                                            stringSystem.String resourceName

                                                                                                            The name of the resource in the resource file.

                                                                                                            Remarks

                                                                                                            The plug-in resource file is a .Net resource file, with extension ".plugin.resources". - For instance, when the plug-in manifest XML file is called "Myplugin.plugin.xml", the plug-in resource file should be called "MyPlugin.plugin.resources". - Localized resources are supported by deploying additional resource files, following the naming convention "MyPlugin.plugin.LANGUAGECODE.resources".

                                                                                                            +For instance, when the plug-in manifest XML file is called "Myplugin.plugin.xml", the plug-in resource file should be called "MyPlugin.plugin.resources". +Localized resources are supported by deploying additional resource files, following the naming convention "MyPlugin.plugin.LANGUAGECODE.resources".

                                                                                                            Exceptions
                                                                                                            @@ -442,7 +443,7 @@
                                                                                                            Exceptions
                                                                                                            - + @@ -451,7 +452,7 @@
                                                                                                            Exceptions
                                                                                                            -

                                                                                                            SetEnabled(bool)

                                                                                                            +

                                                                                                            SetEnabled(Boolean)

                                                                                                            Enables or disables the plug-in.

                                                                                                            @@ -470,7 +471,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -487,7 +488,7 @@
                                                                                                            Returns
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.IPluginCache.html b/api/core/Sdl.Core.PluginFramework.IPluginCache.html index 807647a6c..7a5ca738f 100644 --- a/api/core/Sdl.Core.PluginFramework.IPluginCache.html +++ b/api/core/Sdl.Core.PluginFramework.IPluginCache.html @@ -89,20 +89,21 @@

                                                                                                            Represents a plug-in cache, which is used to store plug-in state.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            public interface IPluginCache
                                                                                                            Remarks
                                                                                                            -

                                                                                                            A default implementationm of this interface is available, XmlPluginCache: it stores plug-in state in an xml file.

                                                                                                            +

                                                                                                            A default implementationm of this interface is available, XmlPluginCache: it stores plug-in state in an xml file.

                                                                                                            +

                                                                                                            Methods

                                                                                                            -

                                                                                                            GetPluginState(string)

                                                                                                            +

                                                                                                            GetPluginState(String)

                                                                                                            Gets the plug-in state of the plug-in with the specified id.

                                                                                                            @@ -121,7 +122,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -139,8 +140,8 @@
                                                                                                            Returns
                                                                                                            - diff --git a/api/core/Sdl.Core.PluginFramework.IPluginDescriptor.html b/api/core/Sdl.Core.PluginFramework.IPluginDescriptor.html index d1af1db21..d1c674430 100644 --- a/api/core/Sdl.Core.PluginFramework.IPluginDescriptor.html +++ b/api/core/Sdl.Core.PluginFramework.IPluginDescriptor.html @@ -89,7 +89,7 @@

                                                                                                            Represents a plug-in descriptor, which gives access to a plug-in manifest and corresponding resources.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -97,7 +97,7 @@
                                                                                                            Syntax
                                                                                                            Remarks

                                                                                                            The framework includes one implementation, FileBasedPluginDescriptor, which loads the plug-in manifest from a file on the local - file system.

                                                                                                            +file system.

                                                                                                            Properties

                                                                                                            @@ -123,7 +123,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -151,7 +151,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -160,7 +160,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetPluginResource(string)

                                                                                                            +

                                                                                                            GetPluginResource(String)

                                                                                                            Gets the plugin resource.

                                                                                                            @@ -179,7 +179,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -196,7 +196,7 @@
                                                                                                            Returns
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.IPluginFilter.html b/api/core/Sdl.Core.PluginFramework.IPluginFilter.html index 419de361b..179846f25 100644 --- a/api/core/Sdl.Core.PluginFramework.IPluginFilter.html +++ b/api/core/Sdl.Core.PluginFramework.IPluginFilter.html @@ -89,7 +89,7 @@

                                                                                                            Provides control over whether certain plug-ins or individual extensions are loaded.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -100,7 +100,7 @@

                                                                                                            Methods -

                                                                                                            ShouldLoadExtension(IPlugin, string)

                                                                                                            +

                                                                                                            ShouldLoadExtension(IPlugin, String)

                                                                                                            Determines whether the specified extension should be loaded.

                                                                                                            @@ -125,7 +125,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -142,7 +142,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -150,7 +150,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ShouldLoadPlugin(string)

                                                                                                            +

                                                                                                            ShouldLoadPlugin(String)

                                                                                                            Determines whether the specified plug-in should be loaded.

                                                                                                            @@ -169,7 +169,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -186,7 +186,7 @@
                                                                                                            Returns
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.IPluginInitializer.html b/api/core/Sdl.Core.PluginFramework.IPluginInitializer.html index a8424568f..73cbe4bff 100644 --- a/api/core/Sdl.Core.PluginFramework.IPluginInitializer.html +++ b/api/core/Sdl.Core.PluginFramework.IPluginInitializer.html @@ -90,7 +90,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -120,7 +120,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -149,7 +149,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -178,7 +178,7 @@
                                                                                                            Event Type
                                                                                                            - + @@ -203,7 +203,7 @@
                                                                                                            Event Type
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.IPluginLocator.html b/api/core/Sdl.Core.PluginFramework.IPluginLocator.html index 4add597cc..a43989f0f 100644 --- a/api/core/Sdl.Core.PluginFramework.IPluginLocator.html +++ b/api/core/Sdl.Core.PluginFramework.IPluginLocator.html @@ -89,17 +89,11 @@

                                                                                                            Represents a plug-in locator, which is used by a plug-in registry to locate plug-ins.

                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public interface IPluginLocator : IDisposable
                                                                                                            +
                                                                                                            public interface IPluginLocator
                                                                                                            Remarks

                                                                                                            The framework includes one implementation, DefaultPluginLocator, which loads locates plug-ins within @@ -128,7 +122,7 @@

                                                                                                            Returns
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.IPluginRegistry.html b/api/core/Sdl.Core.PluginFramework.IPluginRegistry.html index b87657d75..bc17bb3d0 100644 --- a/api/core/Sdl.Core.PluginFramework.IPluginRegistry.html +++ b/api/core/Sdl.Core.PluginFramework.IPluginRegistry.html @@ -89,17 +89,11 @@

                                                                                                            This interface provides the main entry point for working with plug-ins and extensions.

                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public interface IPluginRegistry : IDisposable
                                                                                                            +
                                                                                                            public interface IPluginRegistry
                                                                                                            Remarks

                                                                                                            Instances of the plugin registry can be created using the various factory methods of the PluginManager class.

                                                                                                            @@ -212,14 +206,14 @@
                                                                                                            Property Value
                                                                                                            InvalidCastExceptionSystem.InvalidCastException

                                                                                                            Thrown when the resource with the specified name is not of the required type.

                                                                                                            boolSystem.Boolean enabled

                                                                                                            True to enable the plug-in.

                                                                                                            boolSystem.Boolean

                                                                                                            True if disabling the plug-in does not require restarting the application, false otherwise.

                                                                                                            stringSystem.String pluginId

                                                                                                            The id of the plug-in for which to get the state.

                                                                                                            PluginState

                                                                                                            A PluginState object containing the plug-in's state information. If no state - information is found, a default state object is created.

                                                                                                            +

                                                                                                            A PluginState object containing the plug-in's state information. If no state +information is found, a default state object is created.

                                                                                                            stringSystem.String
                                                                                                            StreamSystem.IO.Stream

                                                                                                            A stream to the plug-in manifest.

                                                                                                            stringSystem.String name

                                                                                                            The name.

                                                                                                            objectSystem.Object
                                                                                                            stringSystem.String extensionId

                                                                                                            The extension id.

                                                                                                            boolSystem.Boolean
                                                                                                            stringSystem.String pluginName

                                                                                                            Name of the plugin.

                                                                                                            boolSystem.Boolean
                                                                                                            IEnumerableIPluginSystem.Collections.Generic.IEnumerable<IPlugin> plugin

                                                                                                            The plug-ins to be initialized.

                                                                                                            IEnumerableIPluginSystem.Collections.Generic.IEnumerable<IPlugin> plugin

                                                                                                            The plug-ins for which initialization should be cancelled.

                                                                                                            EventHandlerInitializePluginCompletedEventArgsSystem.EventHandler<InitializePluginCompletedEventArgs>
                                                                                                            EventHandlerInitializePluginProgressChangedEventArgsSystem.EventHandler<InitializePluginProgressChangedEventArgs>
                                                                                                            IPluginDescriptorIPluginDescriptor[]

                                                                                                            An array of plug-in descriptors.

                                                                                                            - -

                                                                                                            PluginStateHandler

                                                                                                            -

                                                                                                            Gets or sets an plugin state handler, which determines whether plugins can be enabled or disabled. Can be null.

                                                                                                            + +

                                                                                                            Plugins

                                                                                                            +

                                                                                                            Returns a collection of all the plug-ins that are available.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            IPluginStateHandler PluginStateHandler { get; set; }
                                                                                                            +
                                                                                                            PluginCollection Plugins { get; }
                                                                                                            Property Value
                                                                                                            @@ -231,21 +225,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            IPluginStateHandlerPluginCollection
                                                                                                            - -

                                                                                                            PluginTypeLoader

                                                                                                            -

                                                                                                            Gets the plug-in type loader component used by the plug-in registry to load types referred to in plug-in manifests.

                                                                                                            + +

                                                                                                            PluginStateHandler

                                                                                                            +

                                                                                                            Gets or sets an plugin state handler, which determines whether plugins can be enabled or disabled. Can be null.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            IPluginTypeLoader PluginTypeLoader { get; }
                                                                                                            +
                                                                                                            IPluginStateHandler PluginStateHandler { get; set; }
                                                                                                            Property Value
                                                                                                            @@ -257,21 +251,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            IPluginTypeLoaderIPluginStateHandler
                                                                                                            - -

                                                                                                            Plugins

                                                                                                            -

                                                                                                            Returns a collection of all the plug-ins that are available.

                                                                                                            + +

                                                                                                            PluginTypeLoader

                                                                                                            +

                                                                                                            Gets the plug-in type loader component used by the plug-in registry to load types referred to in plug-in manifests.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            PluginCollection Plugins { get; }
                                                                                                            +
                                                                                                            IPluginTypeLoader PluginTypeLoader { get; }
                                                                                                            Property Value
                                                                                                            @@ -283,7 +277,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -313,12 +307,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -333,7 +327,8 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            IExtensionPoint GetExtensionPoint<T>() where T : ExtensionAttribute
                                                                                                            +
                                                                                                            IExtensionPoint GetExtensionPoint<T>()
                                                                                                            +    where T : ExtensionAttribute
                                                                                                            Returns
                                                                                                            PluginCollectionIPluginTypeLoader
                                                                                                            IEnumerableIExtensionSystem.Collections.Generic.IEnumerable<IExtension> extensions
                                                                                                            EventHandlerPluginInitializationResultsEventArgsSystem.EventHandler<PluginInitializationResultsEventArgs> pluginsInitializedCallback
                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.IPluginStateHandler.html b/api/core/Sdl.Core.PluginFramework.IPluginStateHandler.html index be5d5266e..d8bb82880 100644 --- a/api/core/Sdl.Core.PluginFramework.IPluginStateHandler.html +++ b/api/core/Sdl.Core.PluginFramework.IPluginStateHandler.html @@ -90,7 +90,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -98,7 +98,7 @@
                                                                                                            Syntax
                                                                                                            Remarks

                                                                                                            Assign an instance of this object to PluginStateHandler to use the handler - for a particular plug-in registry.

                                                                                                            +for a particular plug-in registry.

                                                                                                            Methods

                                                                                                            @@ -141,7 +141,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -186,7 +186,7 @@
                                                                                                            Returns
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.IPluginTypeLoader.html b/api/core/Sdl.Core.PluginFramework.IPluginTypeLoader.html index 71db176bb..dc9e21093 100644 --- a/api/core/Sdl.Core.PluginFramework.IPluginTypeLoader.html +++ b/api/core/Sdl.Core.PluginFramework.IPluginTypeLoader.html @@ -90,7 +90,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -101,7 +101,7 @@

                                                                                                            Methods -

                                                                                                            LoadType(IPlugin, string)

                                                                                                            +

                                                                                                            LoadType(IPlugin, String)

                                                                                                            Loads the specified type, referred to in the manifest of the specified plug-in.

                                                                                                            @@ -126,7 +126,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -143,7 +143,7 @@
                                                                                                            Returns
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.IThirdPartyPluginDescriptor.html b/api/core/Sdl.Core.PluginFramework.IThirdPartyPluginDescriptor.html index f5d42bdd5..99a7791c3 100644 --- a/api/core/Sdl.Core.PluginFramework.IThirdPartyPluginDescriptor.html +++ b/api/core/Sdl.Core.PluginFramework.IThirdPartyPluginDescriptor.html @@ -95,13 +95,13 @@
                                                                                                            Inherited Members
                                                                                                            IPluginDescriptor.GetPluginManifestStream() -
                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -130,7 +130,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -156,7 +156,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -182,7 +182,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -208,7 +208,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -234,7 +234,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -260,7 +260,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -286,7 +286,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.IValidatingPluginLocator.html b/api/core/Sdl.Core.PluginFramework.IValidatingPluginLocator.html index e32a1e415..6d67ad68c 100644 --- a/api/core/Sdl.Core.PluginFramework.IValidatingPluginLocator.html +++ b/api/core/Sdl.Core.PluginFramework.IValidatingPluginLocator.html @@ -93,15 +93,12 @@
                                                                                                            Inherited Members
                                                                                                            - -
                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public interface IValidatingPluginLocator : IPluginLocator, IDisposable
                                                                                                            +
                                                                                                            public interface IValidatingPluginLocator : IPluginLocator

                                                                                                            Properties

                                                                                                            @@ -109,7 +106,7 @@

                                                                                                            Properties

                                                                                                            InvalidDescriptors

                                                                                                            -

                                                                                                            This property exposes a list of plug-in descriptors that have failed to validate against the original .sdlplugin package and it's embedded signature.

                                                                                                            +

                                                                                                            This property exposes a list of plug-in descriptors that have failed to validate against the original .sdlplugin package and it's embedded signature.

                                                                                                            Declaration
                                                                                                            @@ -126,7 +123,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -151,7 +148,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.html b/api/core/Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.html index e506c24c0..61f3c9fc3 100644 --- a/api/core/Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.html +++ b/api/core/Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.html @@ -92,51 +92,10 @@

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            InitializePluginCompletedEventArgs
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            InitializePluginCompletedEventArgs
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -147,7 +106,7 @@

                                                                                                            Constructors -

                                                                                                            InitializePluginCompletedEventArgs(IPlugin, Exception, bool)

                                                                                                            +

                                                                                                            InitializePluginCompletedEventArgs(IPlugin, Exception, Boolean)

                                                                                                            Constructor.

                                                                                                            @@ -172,13 +131,13 @@
                                                                                                            Parameters
                                                                                                            - + - + diff --git a/api/core/Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.html b/api/core/Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.html index 4873212f0..b2845b5ef 100644 --- a/api/core/Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.html +++ b/api/core/Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.html @@ -92,45 +92,10 @@

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            InitializePluginProgressChangedEventArgs
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            InitializePluginProgressChangedEventArgs
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -141,7 +106,7 @@

                                                                                                            Constructors -

                                                                                                            InitializePluginProgressChangedEventArgs(IPlugin, int)

                                                                                                            +

                                                                                                            InitializePluginProgressChangedEventArgs(IPlugin, Int32)

                                                                                                            Cosntructor.

                                                                                                            @@ -166,7 +131,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.Integration.ExtensionArguments.html b/api/core/Sdl.Core.PluginFramework.Integration.ExtensionArguments.html index 8eaab60bb..057e6fc25 100644 --- a/api/core/Sdl.Core.PluginFramework.Integration.ExtensionArguments.html +++ b/api/core/Sdl.Core.PluginFramework.Integration.ExtensionArguments.html @@ -91,38 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ExtensionArguments
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFrameworkIntegration
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework.Integration
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public abstract class ExtensionArguments
                                                                                                            +
                                                                                                            public abstract class ExtensionArguments : Object

                                                                                                            Constructors

                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.html b/api/core/Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.html index 6acbf596a..5ca07fb19 100644 --- a/api/core/Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.html +++ b/api/core/Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.html @@ -91,10 +91,9 @@

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            ExtensionBuilderAttribute
                                                                                                            +
                                                                                                            System.Object
                                                                                                            + +
                                                                                                            ExtensionBuilderAttribute
                                                                                                            Inherited Members
                                                                                                            @@ -119,139 +118,12 @@
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFrameworkIntegration
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework.Integration
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [ExtensionPointInfo("ExtensionBuilders", ExtensionPointBehavior.Static)]
                                                                                                            -[AttributeUsage(AttributeTargets.Class)]
                                                                                                            +    
                                                                                                            [ExtensionPointInfo]
                                                                                                             public class ExtensionBuilderAttribute : ExtensionAttribute

                                                                                                            Constructors @@ -278,13 +150,13 @@
                                                                                                            Parameters

                                                                                                            - + - + @@ -314,7 +186,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -340,7 +212,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.Integration.ExtensionStoreItem.html b/api/core/Sdl.Core.PluginFramework.Integration.ExtensionStoreItem.html index df5349f5d..2e5ec909e 100644 --- a/api/core/Sdl.Core.PluginFramework.Integration.ExtensionStoreItem.html +++ b/api/core/Sdl.Core.PluginFramework.Integration.ExtensionStoreItem.html @@ -91,35 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ExtensionStoreItem
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFrameworkIntegration
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework.Integration
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public sealed class ExtensionStoreItem
                                                                                                            +
                                                                                                            public sealed class ExtensionStoreItem : Object

                                                                                                            Fields

                                                                                                            @@ -143,7 +122,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -171,7 +150,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -197,7 +176,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -249,7 +228,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.Integration.ExtensionsFactory.html b/api/core/Sdl.Core.PluginFramework.Integration.ExtensionsFactory.html index 93ef8d4dd..f9a192f5f 100644 --- a/api/core/Sdl.Core.PluginFramework.Integration.ExtensionsFactory.html +++ b/api/core/Sdl.Core.PluginFramework.Integration.ExtensionsFactory.html @@ -91,35 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ExtensionsFactory
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFrameworkIntegration
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework.Integration
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public sealed class ExtensionsFactory
                                                                                                            +
                                                                                                            public sealed class ExtensionsFactory : Object

                                                                                                            Constructors

                                                                                                            @@ -138,13 +117,14 @@

                                                                                                            Methods -

                                                                                                            Create<TResult>(IExtension, ExtensionArguments, bool)

                                                                                                            +

                                                                                                            Create<TResult>(IExtension, ExtensionArguments, Boolean)

                                                                                                            Create an extension instance based on its extension and the result type.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static TResult Create<TResult>(IExtension extension, ExtensionArguments arguments = null, bool useCache = true) where TResult : class
                                                                                                            +
                                                                                                            public static TResult Create<TResult>(IExtension extension, ExtensionArguments arguments = null, bool useCache = true)
                                                                                                            +    where TResult : class
                                                                                                            Parameters
                                                                                                            boolSystem.Boolean

                                                                                                            true if the plug-in can be disabled.

                                                                                                            boolSystem.Boolean

                                                                                                            true if the plug-in can be enabled.

                                                                                                            stringSystem.String typeName

                                                                                                            The assembly-qualified type name of the requested type.

                                                                                                            TypeSystem.Type

                                                                                                            The loaded type. Throws an exception if the type failes to load.

                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            ListInvalidSdlAssemblyReferenceSystem.Collections.Generic.List<InvalidSdlAssemblyReference>
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            boolSystem.Boolean
                                                                                                            VersionSystem.Version
                                                                                                            ListIPluginDescriptorSystem.Collections.Generic.List<IPluginDescriptor>
                                                                                                            ListIPluginDescriptorSystem.Collections.Generic.List<IPluginDescriptor>
                                                                                                            ExceptionSystem.Exception exception

                                                                                                            If initialization failed, the exception that occurred during initialization.

                                                                                                            boolSystem.Boolean canceled

                                                                                                            true if initialization was canelled.

                                                                                                            intSystem.Int32 progressPercentage

                                                                                                            The percentage of initialization that has been completed so far (0-100).

                                                                                                            TypeSystem.Type extensionAttributeType

                                                                                                            The attribute type of the extension

                                                                                                            TypeSystem.Type instanceType

                                                                                                            The instance result type created by the builder

                                                                                                            TypeSystem.Type
                                                                                                            TypeSystem.Type
                                                                                                            ListValuePairTypeInstanceSystem.Collections.Generic.List<ValuePairTypeInstance>
                                                                                                            TypeSystem.Type
                                                                                                            objectSystem.Object
                                                                                                            TypeSystem.Type
                                                                                                            @@ -169,7 +149,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -211,13 +191,14 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            Create<TAttribute, TResult>(ExtensionArguments, bool)

                                                                                                            +

                                                                                                            Create<TAttribute, TResult>(ExtensionArguments, Boolean)

                                                                                                            Creates the list of all the extension objects based on there attribute and instance type.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static IEnumerable<TResult> Create<TAttribute, TResult>(ExtensionArguments arguments = null, bool useCache = true) where TAttribute : ExtensionAttribute where TResult : class
                                                                                                            +
                                                                                                            public static IEnumerable<TResult> Create<TAttribute, TResult>(ExtensionArguments arguments = null, bool useCache = true)
                                                                                                            +    where TAttribute : ExtensionAttribute where TResult : class
                                                                                                            Parameters
                                                                                                            boolSystem.Boolean useCache

                                                                                                            Determines if the instance should be retrieved from the cache if exist or create a new one an store it in the cache.

                                                                                                            @@ -236,7 +217,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -253,7 +234,7 @@
                                                                                                            Returns
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.Integration.ExtensionsRepository.html b/api/core/Sdl.Core.PluginFramework.Integration.ExtensionsRepository.html index 497ac26b6..4d41929b8 100644 --- a/api/core/Sdl.Core.PluginFramework.Integration.ExtensionsRepository.html +++ b/api/core/Sdl.Core.PluginFramework.Integration.ExtensionsRepository.html @@ -91,35 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ExtensionsRepository
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFrameworkIntegration
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework.Integration
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public sealed class ExtensionsRepository
                                                                                                            +
                                                                                                            public sealed class ExtensionsRepository : Object

                                                                                                            Properties

                                                                                                            @@ -154,13 +133,14 @@

                                                                                                            Methods -

                                                                                                            AddExtension<TResult>(IExtension, ExtensionArguments, Func<IExtension, object, ExtensionArguments, object>)

                                                                                                            +

                                                                                                            AddExtension<TResult>(IExtension, ExtensionArguments, Func<IExtension, Object, ExtensionArguments, Object>)

                                                                                                            Add an extension to the repository

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public TResult AddExtension<TResult>(IExtension extension, ExtensionArguments arguments, Func<IExtension, object, ExtensionArguments, object> instanceCreator) where TResult : class
                                                                                                            +
                                                                                                            public TResult AddExtension<TResult>(IExtension extension, ExtensionArguments arguments, Func<IExtension, object, ExtensionArguments, object> instanceCreator)
                                                                                                            +    where TResult : class
                                                                                                            Parameters
                                                                                                            boolSystem.Boolean useCache

                                                                                                            Determines if the instance should be retrieved from the cache if exist or create a new one an store it in the cache.

                                                                                                            IEnumerableSystem.Collections.Generic.IEnumerable<TResult>

                                                                                                            The extension instance.

                                                                                                            @@ -185,7 +165,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -227,7 +207,7 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            FirstOrDefault(Func<ExtensionStoreItem, bool>)

                                                                                                            +

                                                                                                            FirstOrDefault(Func<ExtensionStoreItem, Boolean>)

                                                                                                            Returns the first element stored in the repository that satisfies a condition or a default value if no such element found.

                                                                                                            @@ -246,7 +226,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -272,7 +252,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            FirstOrDefault(object)

                                                                                                            +

                                                                                                            FirstOrDefault(Object)

                                                                                                            Returns the first element stored in the repository that contains the extension instance reference.

                                                                                                            @@ -291,7 +271,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -323,7 +303,8 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public TResult GetAssignableInstanceOrDefault<TResult>(IExtension extension) where TResult : class
                                                                                                            +
                                                                                                            public TResult GetAssignableInstanceOrDefault<TResult>(IExtension extension)
                                                                                                            +    where TResult : class
                                                                                                            Parameters
                                                                                                            FuncIExtensionobjectExtensionArgumentsobjectSystem.Func<IExtension, System.Object, ExtensionArguments, System.Object> instanceCreator

                                                                                                            A delegate passed to initialize a custom extension instance which will get the extension object, default extension instance and the extension initializer arguments

                                                                                                            FuncExtensionStoreItemboolSystem.Func<ExtensionStoreItem, System.Boolean> predicate

                                                                                                            The predicate used for the searching inside the repository.

                                                                                                            objectSystem.Object extensionInstanceReference

                                                                                                            The extension instance reference which is searched in the repository

                                                                                                            @@ -384,7 +365,8 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public TResult GetAssignableInstanceOrDefault<TResult>(Type extensionAttributeType, Type extensionType) where TResult : class
                                                                                                            +
                                                                                                            public TResult GetAssignableInstanceOrDefault<TResult>(Type extensionAttributeType, Type extensionType)
                                                                                                            +    where TResult : class
                                                                                                            Parameters
                                                                                                            @@ -397,13 +379,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -451,7 +433,8 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public TResult GetAssignableInstanceOrDefault<TAttribute, TExtensionType, TResult>() where TAttribute : ExtensionAttribute where TResult : class
                                                                                                            +
                                                                                                            public TResult GetAssignableInstanceOrDefault<TAttribute, TExtensionType, TResult>()
                                                                                                            +    where TAttribute : ExtensionAttribute where TResult : class
                                                                                                            Returns
                                                                                                            TypeSystem.Type extensionAttributeType

                                                                                                            The type for an attribute decorating the extension for which the search is done.

                                                                                                            TypeSystem.Type extensionType

                                                                                                            The extension type for which the search is done.

                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.Integration.IExtensionBuilder.html b/api/core/Sdl.Core.PluginFramework.Integration.IExtensionBuilder.html index fff2aaabf..a3f7972a9 100644 --- a/api/core/Sdl.Core.PluginFramework.Integration.IExtensionBuilder.html +++ b/api/core/Sdl.Core.PluginFramework.Integration.IExtensionBuilder.html @@ -89,7 +89,7 @@

                                                                                                            Implements a custom extension instance builder

                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFrameworkIntegration
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework.Integration
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -100,7 +100,7 @@

                                                                                                            Methods -

                                                                                                            Build(IExtension, object, ExtensionArguments)

                                                                                                            +

                                                                                                            Build(IExtension, Object, ExtensionArguments)

                                                                                                            Builds the custom extension instance

                                                                                                            @@ -125,7 +125,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -148,7 +148,7 @@
                                                                                                            Returns
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.Integration.ValuePairTypeInstance.html b/api/core/Sdl.Core.PluginFramework.Integration.ValuePairTypeInstance.html index 8e77c2ffd..86a421617 100644 --- a/api/core/Sdl.Core.PluginFramework.Integration.ValuePairTypeInstance.html +++ b/api/core/Sdl.Core.PluginFramework.Integration.ValuePairTypeInstance.html @@ -91,35 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ValuePairTypeInstance
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFrameworkIntegration
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework.Integration
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public sealed class ValuePairTypeInstance
                                                                                                            +
                                                                                                            public sealed class ValuePairTypeInstance : Object

                                                                                                            Properties

                                                                                                            @@ -144,7 +123,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -170,7 +149,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.Integration.html b/api/core/Sdl.Core.PluginFramework.Integration.html index 5e2e0e467..836db3559 100644 --- a/api/core/Sdl.Core.PluginFramework.Integration.html +++ b/api/core/Sdl.Core.PluginFramework.Integration.html @@ -95,15 +95,15 @@

                                                                                                            ExtensionBuilderAttribute

                                                                                                            Attribute used to customize the creation of an extension instance

                                                                                                            -
                                                                                                            -

                                                                                                            ExtensionStoreItem

                                                                                                            -

                                                                                                            Implements an item of the repository collection containing extension informations and its instances

                                                                                                            ExtensionsFactory

                                                                                                            Implements the creation of the extension objects

                                                                                                            ExtensionsRepository

                                                                                                            Implements an extensions repository which stores singleton instances of the extensions

                                                                                                            +
                                                                                                            +

                                                                                                            ExtensionStoreItem

                                                                                                            +

                                                                                                            Implements an item of the repository collection containing extension informations and its instances

                                                                                                            ValuePairTypeInstance

                                                                                                            Implements a pair value containing the instance of an extension and its type

                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.html b/api/core/Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.html index 34942cc7a..89ff18d2f 100644 --- a/api/core/Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.html +++ b/api/core/Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.html @@ -90,38 +90,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            InvalidSdlAssemblyReference
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class InvalidSdlAssemblyReference
                                                                                                            +
                                                                                                            public class InvalidSdlAssemblyReference : Object

                                                                                                            Constructors

                                                                                                            @@ -146,7 +122,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -165,7 +141,7 @@

                                                                                                            Properties

                                                                                                            AssemblyReference

                                                                                                            -

                                                                                                            Assembly reference information

                                                                                                            +

                                                                                                            Assembly reference information

                                                                                                            Declaration
                                                                                                            @@ -182,7 +158,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.ObjectFactory.html b/api/core/Sdl.Core.PluginFramework.ObjectFactory.html index d63cdc873..99185ed42 100644 --- a/api/core/Sdl.Core.PluginFramework.ObjectFactory.html +++ b/api/core/Sdl.Core.PluginFramework.ObjectFactory.html @@ -91,38 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ObjectFactory
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ObjectFactory
                                                                                                            +
                                                                                                            public class ObjectFactory : Object

                                                                                                            Constructors

                                                                                                            @@ -141,13 +117,14 @@

                                                                                                            Methods -

                                                                                                            CreateObject<T>(string)

                                                                                                            +

                                                                                                            CreateObject<T>(String)

                                                                                                            Creates an oject of the specified type.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static T CreateObject<T>(string typeName) where T : class
                                                                                                            +
                                                                                                            public static T CreateObject<T>(string typeName)
                                                                                                            +    where T : class
                                                                                                            Parameters
                                                                                                            objectSystem.Object defaultInstance

                                                                                                            The default instance of the extension

                                                                                                            objectSystem.Object

                                                                                                            The custom extension instance created.

                                                                                                            objectSystem.Object
                                                                                                            TypeSystem.Type
                                                                                                            AssemblyNameSystem.Reflection.AssemblyName assemblyReference

                                                                                                            Assembly reference

                                                                                                            AssemblyNameSystem.Reflection.AssemblyName
                                                                                                            @@ -160,7 +137,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -209,7 +186,7 @@
                                                                                                            Exceptions
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.ObjectRegistry-2.html b/api/core/Sdl.Core.PluginFramework.ObjectRegistry-2.html index a7ae824fe..2adce464c 100644 --- a/api/core/Sdl.Core.PluginFramework.ObjectRegistry-2.html +++ b/api/core/Sdl.Core.PluginFramework.ObjectRegistry-2.html @@ -92,39 +92,15 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ObjectRegistry<TExtensionAttribute, TExtensionType>
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ObjectRegistry<TExtensionAttribute, TExtensionType> where TExtensionAttribute : ExtensionAttribute where TExtensionType : class
                                                                                                            +
                                                                                                            public class ObjectRegistry<TExtensionAttribute, TExtensionType> : Object where TExtensionAttribute : ExtensionAttribute where TExtensionType : class
                                                                                                            Type Parameters
                                                                                                            stringSystem.String typeName

                                                                                                            The name of the type to instantiate.

                                                                                                            InvalidCastExceptionSystem.InvalidCastException

                                                                                                            When the newly created object is not of the requested type T.

                                                                                                            @@ -229,7 +205,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -245,7 +221,7 @@
                                                                                                            Exceptions
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.PluginAttribute.html b/api/core/Sdl.Core.PluginFramework.PluginAttribute.html index a98afe4de..9fa51ca40 100644 --- a/api/core/Sdl.Core.PluginFramework.PluginAttribute.html +++ b/api/core/Sdl.Core.PluginFramework.PluginAttribute.html @@ -91,149 +91,21 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            PluginAttribute
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            PluginAttribute
                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false)]
                                                                                                            -public sealed class PluginAttribute : Attribute
                                                                                                            +
                                                                                                            public sealed class PluginAttribute : Attribute

                                                                                                            Constructors

                                                                                                            -

                                                                                                            PluginAttribute(string)

                                                                                                            +

                                                                                                            PluginAttribute(String)

                                                                                                            Constructor with required properties.

                                                                                                            @@ -252,7 +124,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -283,7 +155,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.PluginCollection.html b/api/core/Sdl.Core.PluginFramework.PluginCollection.html index a47631b73..3553b7566 100644 --- a/api/core/Sdl.Core.PluginFramework.PluginCollection.html +++ b/api/core/Sdl.Core.PluginFramework.PluginCollection.html @@ -91,96 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            PluginCollection
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            PluginCollection
                                                                                                            - - -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class PluginCollection : ReadOnlyCollection<IPlugin>, IList<IPlugin>, ICollection<IPlugin>, IList, ICollection, IReadOnlyList<IPlugin>, IReadOnlyCollection<IPlugin>, IEnumerable<IPlugin>, IEnumerable
                                                                                                            -
                                                                                                            -

                                                                                                            Implements

                                                                                                            -
                                                                                                            - IList<T> -
                                                                                                            - -
                                                                                                            - IList -
                                                                                                            - - - - -
                                                                                                            - IEnumerable +
                                                                                                            public class PluginCollection : ReadOnlyCollection<IPlugin>
                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.PluginFrameworkException.html b/api/core/Sdl.Core.PluginFramework.PluginFrameworkException.html index e22298a81..b462b2156 100644 --- a/api/core/Sdl.Core.PluginFramework.PluginFrameworkException.html +++ b/api/core/Sdl.Core.PluginFramework.PluginFrameworkException.html @@ -91,76 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            PluginFrameworkException
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            PluginFrameworkException
                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            - -
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class PluginFrameworkException : Exception, ISerializable
                                                                                                            +
                                                                                                            public class PluginFrameworkException : Exception

                                                                                                            Constructors

                                                                                                            @@ -197,13 +135,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -213,7 +151,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            PluginFrameworkException(string)

                                                                                                            +

                                                                                                            PluginFrameworkException(String)

                                                                                                            Constructor with message.

                                                                                                            @@ -232,7 +170,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -242,7 +180,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            PluginFrameworkException(string, Exception)

                                                                                                            +

                                                                                                            PluginFrameworkException(String, Exception)

                                                                                                            Constructor wrapping an inner exception.

                                                                                                            @@ -261,23 +199,19 @@
                                                                                                            Parameters
                                                                                                            - + - +
                                                                                                            TExtensionType[]

                                                                                                            An array, containing a new instance of every object registered with the extension point.

                                                                                                            InvalidCastExceptionSystem.InvalidCastException

                                                                                                            Thrown when any of the created objects cannot be cast to the required type.

                                                                                                            stringSystem.String name

                                                                                                            A friendly name for this plug-in. Should typically be a key of a resource string in PluginResources.resx.

                                                                                                            stringSystem.String
                                                                                                            SerializationInfoSystem.Runtime.Serialization.SerializationInfo info

                                                                                                            Serialization info.

                                                                                                            StreamingContextSystem.Runtime.Serialization.StreamingContext context

                                                                                                            Streaming context.

                                                                                                            stringSystem.String message

                                                                                                            Message clarifying the exception.

                                                                                                            stringSystem.String message

                                                                                                            Message clarifying the exception.

                                                                                                            ExceptionSystem.Exception innerException

                                                                                                            The inner exception.

                                                                                                            -

                                                                                                            Implements

                                                                                                            -
                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.PluginId.html b/api/core/Sdl.Core.PluginFramework.PluginId.html index bf37884a8..de01a6f68 100644 --- a/api/core/Sdl.Core.PluginFramework.PluginId.html +++ b/api/core/Sdl.Core.PluginFramework.PluginId.html @@ -91,36 +91,21 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            PluginId
                                                                                                            - -
                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public sealed class PluginId
                                                                                                            +
                                                                                                            public sealed class PluginId : Object

                                                                                                            Constructors

                                                                                                            -

                                                                                                            PluginId(string)

                                                                                                            +

                                                                                                            PluginId(String)

                                                                                                            Creates a PluginId object with a string id.

                                                                                                            @@ -139,7 +124,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id

                                                                                                            The plug-in id.

                                                                                                            @@ -169,7 +154,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -179,7 +164,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Compares IDs by looking at the underlying Id property.

                                                                                                            @@ -198,7 +183,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -214,14 +199,12 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if the IDs are equal.

                                                                                                            -
                                                                                                            Overrides
                                                                                                            - @@ -243,14 +226,12 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32

                                                                                                            The hashcode.

                                                                                                            -
                                                                                                            Overrides
                                                                                                            -
                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.PluginInitializationResult.html b/api/core/Sdl.Core.PluginFramework.PluginInitializationResult.html index ba0e24d61..fbebf0afc 100644 --- a/api/core/Sdl.Core.PluginFramework.PluginInitializationResult.html +++ b/api/core/Sdl.Core.PluginFramework.PluginInitializationResult.html @@ -91,38 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            PluginInitializationResult
                                                                                                            - -
                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class PluginInitializationResult
                                                                                                            +
                                                                                                            public class PluginInitializationResult : Object

                                                                                                            Constructors

                                                                                                            @@ -154,7 +130,7 @@
                                                                                                            Parameters
                                                                                                            - Exception + System.Exception exception

                                                                                                            The exception that occurred, if initialization failed.

                                                                                                            @@ -184,7 +160,7 @@
                                                                                                            Property Value
                                                                                                            - Exception + System.Exception diff --git a/api/core/Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.html b/api/core/Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.html index d804ee5b2..312d0ac18 100644 --- a/api/core/Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.html +++ b/api/core/Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.html @@ -91,38 +91,10 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            PluginInitializationResultsEventArgs
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            PluginInitializationResultsEventArgs
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -152,7 +124,7 @@
                                                                                                            Parameters
                                                                                                            - PluginInitializationResult + PluginInitializationResult[] results

                                                                                                            An array of plug-in initialization results, one for each plug-in that was initialized.

                                                                                                            @@ -182,7 +154,7 @@
                                                                                                            Property Value
                                                                                                            - PluginInitializationResult + PluginInitializationResult[] diff --git a/api/core/Sdl.Core.PluginFramework.PluginInitializedCallback.html b/api/core/Sdl.Core.PluginFramework.PluginInitializedCallback.html index a85507f2d..90d05941b 100644 --- a/api/core/Sdl.Core.PluginFramework.PluginInitializedCallback.html +++ b/api/core/Sdl.Core.PluginFramework.PluginInitializedCallback.html @@ -5,10 +5,10 @@ - Delegate PluginInitializedCallback + <title>Class PluginInitializedCallback - @@ -84,52 +84,33 @@
                                                                                                            -

                                                                                                            Delegate PluginInitializedCallback +

                                                                                                            Class PluginInitializedCallback

                                                                                                            Callback delegate for the InitializePluginAsync(IEnumerable<IPlugin>) call.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            +
                                                                                                            Inheritance
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            PluginInitializedCallback
                                                                                                            +
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate void PluginInitializedCallback(IPlugin plugin, Exception error)
                                                                                                            +
                                                                                                            public sealed class PluginInitializedCallback : MulticastDelegate
                                                                                                            -
                                                                                                            Parameters
                                                                                                            - - - - - - - - - - - - - - - - - - - - -
                                                                                                            TypeNameDescription
                                                                                                            IPluginplugin

                                                                                                            The plug-in for which initialization was attempted.

                                                                                                            -
                                                                                                            Exceptionerror

                                                                                                            If initialization failed, the exception that occurred during initialization.

                                                                                                            -

                                                                                                            Constructors

                                                                                                            -

                                                                                                            PluginInitializedCallback(object, IntPtr)

                                                                                                            +

                                                                                                            PluginInitializedCallback(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public PluginInitializedCallback(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public PluginInitializedCallback(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            @@ -142,12 +123,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -158,12 +139,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(IPlugin, Exception, AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(IPlugin, Exception, AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(IPlugin plugin, Exception error, AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(IPlugin plugin, Exception error, AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -181,17 +162,17 @@
                                                                                                            Parameters
                                                                                                            - + - + - + @@ -207,7 +188,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -233,7 +214,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -265,7 +246,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.html b/api/core/Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.html index 41063af78..844ceeb31 100644 --- a/api/core/Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.html +++ b/api/core/Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.html @@ -91,38 +91,10 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            PluginLoadExceptionEventArgs
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            PluginLoadExceptionEventArgs
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -158,7 +130,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -188,7 +160,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.PluginManager.html b/api/core/Sdl.Core.PluginFramework.PluginManager.html index 03bbe3782..1d3b57ad2 100644 --- a/api/core/Sdl.Core.PluginFramework.PluginManager.html +++ b/api/core/Sdl.Core.PluginFramework.PluginManager.html @@ -91,38 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            PluginManager
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public static class PluginManager
                                                                                                            +
                                                                                                            public static class PluginManager : Object

                                                                                                            Properties

                                                                                                            @@ -158,7 +134,7 @@

                                                                                                            Methods

                                                                                                            CreateDefaultPluginCache()

                                                                                                            -

                                                                                                            Creates the default plug-in cache, stored in an XML file in the user's profile.

                                                                                                            +

                                                                                                            Creates the default plug-in cache, stored in an XML file in the user's profile.

                                                                                                            Declaration
                                                                                                            @@ -183,7 +159,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, IPluginFilter, bool, IObjectResolver)

                                                                                                            +

                                                                                                            CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, IPluginFilter, Boolean, IObjectResolver)

                                                                                                            Creates a plug-in registry containing plug-ins from the specified plugin directory.

                                                                                                            @@ -238,7 +214,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -269,12 +245,12 @@
                                                                                                            Returns
                                                                                                            ExceptionSystem.Exception error
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            ExceptionSystem.Exception error
                                                                                                            ExceptionSystem.Exception exception

                                                                                                            The exception that occurred while loading the plug-in.

                                                                                                            ExceptionSystem.Exception
                                                                                                            boolSystem.Boolean validate

                                                                                                            True to validate all the plug-ins detected. Specify false to ensure lazy initialization.

                                                                                                            Remarks

                                                                                                            Attach an event handler to this the PluginLoadException even before calling this method to get - notification about plug-ins that fail to load.

                                                                                                            +notification about plug-ins that fail to load.

                                                                                                            -

                                                                                                            CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, bool)

                                                                                                            +

                                                                                                            CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, Boolean)

                                                                                                            Creates a plug-in registry containing plug-ins from the specified plugin directory.

                                                                                                            @@ -323,7 +299,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean validate

                                                                                                            True to validate all the plug-ins detected. Specify false to ensure lazy initialization.

                                                                                                            @@ -348,19 +324,18 @@
                                                                                                            Returns
                                                                                                            Remarks

                                                                                                            Attach an event handler to this the PluginLoadException even before calling this method to get - notification about plug-ins that fail to load.

                                                                                                            +notification about plug-ins that fail to load.

                                                                                                            -

                                                                                                            ResolvePluginAssemblyReference(string)

                                                                                                            +

                                                                                                            ResolvePluginAssemblyReference(String)

                                                                                                            Resolve the assembly reference when the version is compatible with the current installed version.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [Obsolete]
                                                                                                            -public static string ResolvePluginAssemblyReference(string pluginAssemblyReference)
                                                                                                            +
                                                                                                            public static string ResolvePluginAssemblyReference(string pluginAssemblyReference)
                                                                                                            Parameters
                                                                                                            @@ -373,7 +348,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -390,7 +365,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -398,7 +373,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ResolvePluginAssemblyReference(string, IFrameworkConfiguration)

                                                                                                            +

                                                                                                            ResolvePluginAssemblyReference(String, IFrameworkConfiguration)

                                                                                                            Resolve the assembly reference when the version is compatible with the current installed version.

                                                                                                            @@ -417,7 +392,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -440,7 +415,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -467,14 +442,14 @@
                                                                                                            Event Type
                                                                                                            - +
                                                                                                            stringSystem.String pluginAssemblyReference

                                                                                                            Assembly reference to resolve

                                                                                                            stringSystem.String
                                                                                                            stringSystem.String pluginAssemblyReference

                                                                                                            Assembly reference to resolve

                                                                                                            stringSystem.String
                                                                                                            EventHandlerPluginLoadExceptionEventArgsSystem.EventHandler<PluginLoadExceptionEventArgs>
                                                                                                            Remarks

                                                                                                            Attach an event handler to this event before calling one of the factory methods of this class to get - notification about plug-ins that fail to load.

                                                                                                            +notification about plug-ins that fail to load.

                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.PluginResourceAttribute.html b/api/core/Sdl.Core.PluginFramework.PluginResourceAttribute.html index 8058bf2f9..335aa2efa 100644 --- a/api/core/Sdl.Core.PluginFramework.PluginResourceAttribute.html +++ b/api/core/Sdl.Core.PluginFramework.PluginResourceAttribute.html @@ -92,142 +92,14 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            PluginResourceAttribute
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            PluginResourceAttribute
                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [AttributeUsage(AttributeTargets.Property)]
                                                                                                            -public sealed class PluginResourceAttribute : Attribute
                                                                                                            +
                                                                                                            public sealed class PluginResourceAttribute : Attribute
                                                                                                            Remarks

                                                                                                            For more information see ExtensionAttribute.

                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.PluginState.html b/api/core/Sdl.Core.PluginFramework.PluginState.html index 399d31ab3..bd2313a84 100644 --- a/api/core/Sdl.Core.PluginFramework.PluginState.html +++ b/api/core/Sdl.Core.PluginFramework.PluginState.html @@ -91,45 +91,21 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            PluginState
                                                                                                            - -
                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class PluginState
                                                                                                            +
                                                                                                            public class PluginState : Object

                                                                                                            Constructors

                                                                                                            -

                                                                                                            PluginState(bool)

                                                                                                            +

                                                                                                            PluginState(Boolean)

                                                                                                            Constructor with Enabled property.

                                                                                                            @@ -148,7 +124,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean enabled

                                                                                                            True if the plug-in is enabled

                                                                                                            @@ -178,7 +154,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean diff --git a/api/core/Sdl.Core.PluginFramework.PluginStatus.html b/api/core/Sdl.Core.PluginFramework.PluginStatus.html index 914f3f396..69feb3613 100644 --- a/api/core/Sdl.Core.PluginFramework.PluginStatus.html +++ b/api/core/Sdl.Core.PluginFramework.PluginStatus.html @@ -5,10 +5,10 @@ - Enum PluginStatus + <title>Class PluginStatus - @@ -84,49 +84,148 @@
                                                                                                            -

                                                                                                            Enum PluginStatus +

                                                                                                            Class PluginStatus

                                                                                                            Represents the status of a plug-in.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            +
                                                                                                            Inheritance
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            PluginStatus
                                                                                                            +
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public enum PluginStatus
                                                                                                            +
                                                                                                            public sealed class PluginStatus : Enum

                                                                                                            Fields

                                                                                                            + + +

                                                                                                            InitializationFailed

                                                                                                            +

                                                                                                            The plug-in failed to initialize. You cannot instantiate extensions provided by the plug-in.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public const PluginStatus InitializationFailed
                                                                                                            +
                                                                                                            +
                                                                                                            Field Value
                                                                                                            - + + + + + + + + +
                                                                                                            NameType Description
                                                                                                            PluginStatus
                                                                                                            + + +

                                                                                                            Initialized

                                                                                                            +

                                                                                                            The plug-in has been successfully initialized. This means extensions provided by the plug-in can be instantiated.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public const PluginStatus Initialized
                                                                                                            +
                                                                                                            +
                                                                                                            Field Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            PluginStatus
                                                                                                            + + +

                                                                                                            Initializing

                                                                                                            +

                                                                                                            The plug-in is currently initializing. This is the case during a call to InitializePluginAsync(IEnumerable<IPlugin>).

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public const PluginStatus Initializing
                                                                                                            +
                                                                                                            +
                                                                                                            Field Value
                                                                                                            + + + + + + - - + + + +
                                                                                                            TypeDescription
                                                                                                            InitializationFailed

                                                                                                            The plug-in failed to initialize. You cannot instantiate extensions provided by the plug-in.

                                                                                                            -
                                                                                                            PluginStatus
                                                                                                            + + +

                                                                                                            NotInitialized

                                                                                                            +

                                                                                                            The initial status of a plug-in when the plug-in registry has been loaded.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public const PluginStatus NotInitialized
                                                                                                            +
                                                                                                            +
                                                                                                            Field Value
                                                                                                            + + - - + + + + - - + + + +
                                                                                                            Initialized

                                                                                                            The plug-in has been successfully initialized. This means extensions provided by the plug-in can be instantiated.

                                                                                                            -
                                                                                                            TypeDescription
                                                                                                            Initializing

                                                                                                            The plug-in is currently initializing. This is the case during a call to InitializePluginAsync(IEnumerable<IPlugin>).

                                                                                                            -
                                                                                                            PluginStatus
                                                                                                            + + +

                                                                                                            value__

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public int value__
                                                                                                            +
                                                                                                            +
                                                                                                            Field Value
                                                                                                            + + + + + + + + - - + + -
                                                                                                            TypeDescription
                                                                                                            NotInitialized

                                                                                                            The initial status of a plug-in when the plug-in registry has been loaded.

                                                                                                            -
                                                                                                            System.Int32
                                                                                                            +
                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.SdlAssemblyReferenceError.html b/api/core/Sdl.Core.PluginFramework.SdlAssemblyReferenceError.html index c2f7ad508..7bc0a82e1 100644 --- a/api/core/Sdl.Core.PluginFramework.SdlAssemblyReferenceError.html +++ b/api/core/Sdl.Core.PluginFramework.SdlAssemblyReferenceError.html @@ -5,10 +5,10 @@ - Enum SdlAssemblyReferenceError + <title>Class SdlAssemblyReferenceError - @@ -84,45 +84,124 @@
                                                                                                            -

                                                                                                            Enum SdlAssemblyReferenceError +

                                                                                                            Class SdlAssemblyReferenceError

                                                                                                            Types of validation error that occur when validating SDL assembly references in third party plug-ins.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            +
                                                                                                            Inheritance
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            SdlAssemblyReferenceError
                                                                                                            +
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public enum SdlAssemblyReferenceError
                                                                                                            +
                                                                                                            public sealed class SdlAssemblyReferenceError : Enum

                                                                                                            Fields

                                                                                                            + + +

                                                                                                            NewerApiVersionInstalled

                                                                                                            +

                                                                                                            Newer version of referenced SDL assembly currently installed.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public const SdlAssemblyReferenceError NewerApiVersionInstalled
                                                                                                            +
                                                                                                            +
                                                                                                            Field Value
                                                                                                            - + + + + + + + + +
                                                                                                            NameType Description
                                                                                                            SdlAssemblyReferenceError
                                                                                                            + + +

                                                                                                            OlderApiVersionInstalled

                                                                                                            +

                                                                                                            Older version of referenced SDL assembly currently installed.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public const SdlAssemblyReferenceError OlderApiVersionInstalled
                                                                                                            +
                                                                                                            +
                                                                                                            Field Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            SdlAssemblyReferenceError
                                                                                                            + + +

                                                                                                            SdlAssemblyNotPublic

                                                                                                            +

                                                                                                            Referenced SDL assembly is not to be used directly by third party plug-ins.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public const SdlAssemblyReferenceError SdlAssemblyNotPublic
                                                                                                            +
                                                                                                            +
                                                                                                            Field Value
                                                                                                            + + + + + + - - + + + +
                                                                                                            TypeDescription
                                                                                                            NewerApiVersionInstalled

                                                                                                            Newer version of referenced SDL assembly currently installed.

                                                                                                            -
                                                                                                            SdlAssemblyReferenceError
                                                                                                            + + +

                                                                                                            value__

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public int value__
                                                                                                            +
                                                                                                            +
                                                                                                            Field Value
                                                                                                            + + - - + + + + - - + + -
                                                                                                            OlderApiVersionInstalled

                                                                                                            Older version of referenced SDL assembly currently installed.

                                                                                                            -
                                                                                                            TypeDescription
                                                                                                            SdlAssemblyNotPublic

                                                                                                            Referenced SDL assembly is not to be used directly by third party plug-ins.

                                                                                                            -
                                                                                                            System.Int32
                                                                                                            +
                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.Util.ExtensionSorter.html b/api/core/Sdl.Core.PluginFramework.Util.ExtensionSorter.html index b0a536630..e6fe47936 100644 --- a/api/core/Sdl.Core.PluginFramework.Util.ExtensionSorter.html +++ b/api/core/Sdl.Core.PluginFramework.Util.ExtensionSorter.html @@ -91,38 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ExtensionSorter
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFrameworkUtil
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework.Util
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public static class ExtensionSorter
                                                                                                            +
                                                                                                            public static class ExtensionSorter : Object
                                                                                                            Remarks

                                                                                                            This class only supports sortable extensions, i.e. extensions marked with an extension attribute that extends SortableExtensionAttribute.

                                                                                                            @@ -152,7 +128,7 @@
                                                                                                            Parameters
                                                                                                            - IEnumerableIExtension + System.Collections.Generic.IEnumerable<IExtension> extensions

                                                                                                            The extensions to sort.

                                                                                                            @@ -169,7 +145,7 @@
                                                                                                            Returns
                                                                                                            - IListIExtension + System.Collections.Generic.IList<IExtension>

                                                                                                            A sorted list of extensions.

                                                                                                            @@ -185,7 +161,7 @@
                                                                                                            Exceptions
                                                                                                            - ArgumentException + System.ArgumentException

                                                                                                            Thrown if one of the extensions specified does not target a sortable extenion point.

                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.Util.ITopologicalSortable.html b/api/core/Sdl.Core.PluginFramework.Util.ITopologicalSortable.html index dc45f1b66..edf195c8f 100644 --- a/api/core/Sdl.Core.PluginFramework.Util.ITopologicalSortable.html +++ b/api/core/Sdl.Core.PluginFramework.Util.ITopologicalSortable.html @@ -89,7 +89,7 @@

                                                                                                            Interface to be implemented by classes that need to support sorting topologically using the TopologicalSort<T> class.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.CorePluginFrameworkUtil
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework.Util
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -118,7 +118,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -144,7 +144,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -170,7 +170,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -196,18 +196,18 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32
                                                                                                            Remarks

                                                                                                            When two items specify the same criteria, for example InsertBefore=x, then the item with the highest priority, will be inserted - right before x, followed by the item with the lower priority.

                                                                                                            +right before x, followed by the item with the lower priority.

                                                                                                            See Also

                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.html b/api/core/Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.html index ba896cf0d..a56a1efee 100644 --- a/api/core/Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.html +++ b/api/core/Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.html @@ -91,10 +91,9 @@

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            SortableExtensionAttribute
                                                                                                            +
                                                                                                            System.Object
                                                                                                            + +
                                                                                                            SortableExtensionAttribute
                                                                                                            Inherited Members
                                                                                                            @@ -119,139 +118,12 @@
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFrameworkUtil
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework.Util
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [AttributeUsage(AttributeTargets.Class)]
                                                                                                            -public class SortableExtensionAttribute : ExtensionAttribute
                                                                                                            +
                                                                                                            public class SortableExtensionAttribute : ExtensionAttribute
                                                                                                            Remarks

                                                                                                            @@ -262,7 +134,8 @@

                                                                                                            SortedObjectRegistry<TSortableExtensionAttribute, TExtensionType> if you want to create all extension instances at once. Use the TopologicalSort<T> class if you need more control over when the extensions are instantiated. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -279,7 +152,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            SortableExtensionAttribute(string, string, string)

                                                                                                            +

                                                                                                            SortableExtensionAttribute(String, String, String)

                                                                                                            Constructor with required attributes.

                                                                                                            @@ -298,19 +171,19 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id

                                                                                                            The unique id for the extension.

                                                                                                            - string + System.String name

                                                                                                            The name for the extension. Should typically be a key of a resource string in PluginResources.resx.

                                                                                                            - string + System.String description

                                                                                                            The description for the extension. Should typically be a key of a resource string in PluginResources.resx.

                                                                                                            @@ -340,7 +213,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -366,7 +239,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/core/Sdl.Core.PluginFramework.Util.SortedObjectRegistry-2.html b/api/core/Sdl.Core.PluginFramework.Util.SortedObjectRegistry-2.html index 71db3f446..13e228482 100644 --- a/api/core/Sdl.Core.PluginFramework.Util.SortedObjectRegistry-2.html +++ b/api/core/Sdl.Core.PluginFramework.Util.SortedObjectRegistry-2.html @@ -92,8 +92,8 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ObjectRegistry<TSortableExtensionAttribute, TExtensionType>
                                                                                                            SortedObjectRegistry<TSortableExtensionAttribute, TExtensionType>
                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFrameworkUtil
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework.Util
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -207,15 +186,15 @@
                                                                                                            Returns
                                                                                                            - + TExtensionType[]

                                                                                                            An array, containing a new instance of every object registered with the extension point, sorted according to the InsertBefore - and InsertAfter properties.

                                                                                                            +and InsertAfter properties.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            Sdl.Core.PluginFramework.ObjectRegistry<TSortableExtensionAttribute, TExtensionType>.CreateObjects()
                                                                                                            Exceptions
                                                                                                            @@ -226,7 +205,7 @@
                                                                                                            Exceptions
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.Util.TopologicalExtensions.html b/api/core/Sdl.Core.PluginFramework.Util.TopologicalExtensions.html index bc8207c2e..418210515 100644 --- a/api/core/Sdl.Core.PluginFramework.Util.TopologicalExtensions.html +++ b/api/core/Sdl.Core.PluginFramework.Util.TopologicalExtensions.html @@ -91,38 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TopologicalExtensions
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFrameworkUtil
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework.Util
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public static class TopologicalExtensions
                                                                                                            +
                                                                                                            public static class TopologicalExtensions : Object

                                                                                                            Methods

                                                                                                            @@ -135,7 +111,8 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static IEnumerable<T> TopologicalSort<T>(this IEnumerable<T> items) where T : ITopologicalSortable
                                                                                                            +
                                                                                                            public static IEnumerable<T> TopologicalSort<T>(this IEnumerable<T> items)
                                                                                                            +    where T : ITopologicalSortable
                                                                                                            Parameters
                                                                                                            InvalidCastExceptionSystem.InvalidCastException

                                                                                                            Thrown when any of the created objects cannot be cast to the required type.

                                                                                                            @@ -148,7 +125,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -165,7 +142,7 @@
                                                                                                            Returns
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.Util.TopologicalSort-1.html b/api/core/Sdl.Core.PluginFramework.Util.TopologicalSort-1.html index 5fbf1579e..ff81b4fdd 100644 --- a/api/core/Sdl.Core.PluginFramework.Util.TopologicalSort-1.html +++ b/api/core/Sdl.Core.PluginFramework.Util.TopologicalSort-1.html @@ -91,38 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TopologicalSort<T>
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFrameworkUtil
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework.Util
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public static class TopologicalSort<T> where T : ITopologicalSortable
                                                                                                            +
                                                                                                            public static class TopologicalSort<T> : Object where T : ITopologicalSortable
                                                                                                            Type Parameters
                                                                                                            IEnumerableSystem.Collections.Generic.IEnumerable<T> items

                                                                                                            ITopologicalSortable items

                                                                                                            IEnumerableSystem.Collections.Generic.IEnumerable<T>

                                                                                                            Sorted items

                                                                                                            @@ -164,7 +140,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.html b/api/core/Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.html index c0856aefd..7b7ab3d21 100644 --- a/api/core/Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.html +++ b/api/core/Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.html @@ -87,49 +87,25 @@

                                                                                                            Class ValidatingSystemPluginLocator

                                                                                                            This class is an extension to an existing IPluginLocator interface and allows installed third party plugins to be -validated against their .sdlplugin packages and it's embedded signature.

                                                                                                            +validated against their .sdlplugin packages and it's embedded signature.

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ValidatingSystemPluginLocator
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IDisposable
                                                                                                            - -
                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ValidatingSystemPluginLocator : IValidatingPluginLocator, IPluginLocator, IDisposable
                                                                                                            +
                                                                                                            public class ValidatingSystemPluginLocator : Object, IValidatingPluginLocator, IPluginLocator

                                                                                                            Constructors

                                                                                                            @@ -172,7 +148,7 @@
                                                                                                            Exceptions
                                                                                                            - + @@ -183,7 +159,7 @@

                                                                                                            Properties

                                                                                                            InvalidDescriptors

                                                                                                            -

                                                                                                            This property exposes a list of plug-in descriptors that have failed to validate against the original .sdlplugin package and it's embedded signature.

                                                                                                            +

                                                                                                            This property exposes a list of plug-in descriptors that have failed to validate against the original .sdlplugin package and it's embedded signature.

                                                                                                            Declaration
                                                                                                            @@ -200,7 +176,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -226,7 +202,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -271,7 +247,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -285,7 +261,7 @@

                                                                                                            Implements

                                                                                                            IPluginLocator
                                                                                                            - IDisposable + System.IDisposable
                                                                                                            diff --git a/api/core/Sdl.Core.PluginFramework.Validation.IExtensionAttributeInfo.html b/api/core/Sdl.Core.PluginFramework.Validation.IExtensionAttributeInfo.html index fd2caee66..581605fa3 100644 --- a/api/core/Sdl.Core.PluginFramework.Validation.IExtensionAttributeInfo.html +++ b/api/core/Sdl.Core.PluginFramework.Validation.IExtensionAttributeInfo.html @@ -90,7 +90,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFrameworkValidation
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework.Validation
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -119,7 +119,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -171,7 +171,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.html b/api/core/Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.html index 59eeeba03..e283c96a4 100644 --- a/api/core/Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.html +++ b/api/core/Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.html @@ -90,7 +90,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.CorePluginFrameworkValidation
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework.Validation
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            @@ -101,7 +101,7 @@

                                                                                                            Methods -

                                                                                                            ReportError(string, string)

                                                                                                            +

                                                                                                            ReportError(String, String)

                                                                                                            Reports an error.

                                                                                                            @@ -120,13 +120,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -136,7 +136,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ReportWarning(string, string)

                                                                                                            +

                                                                                                            ReportWarning(String, String)

                                                                                                            Reports an warning.

                                                                                                            @@ -155,13 +155,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -197,7 +197,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -226,7 +226,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/core/Sdl.Core.PluginFramework.XmlPluginCache.html b/api/core/Sdl.Core.PluginFramework.XmlPluginCache.html index 4b19c2394..5dd53b223 100644 --- a/api/core/Sdl.Core.PluginFramework.XmlPluginCache.html +++ b/api/core/Sdl.Core.PluginFramework.XmlPluginCache.html @@ -92,49 +92,25 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            XmlPluginCache
                                                                                                            Implements
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CorePluginFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.PluginFramework
                                                                                                            Assembly: Sdl.Core.PluginFramework.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class XmlPluginCache : IPluginCache
                                                                                                            +
                                                                                                            public class XmlPluginCache : Object, IPluginCache

                                                                                                            Constructors

                                                                                                            -

                                                                                                            XmlPluginCache(string)

                                                                                                            +

                                                                                                            XmlPluginCache(String)

                                                                                                            Constructs a plug-in cache using the specified path for persisting plug-in state.

                                                                                                            @@ -153,7 +129,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -183,7 +159,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -193,7 +169,7 @@

                                                                                                            Methods -

                                                                                                            GetPluginState(string)

                                                                                                            +

                                                                                                            GetPluginState(String)

                                                                                                            Gets the plug-in state of the plug-in with the specified id.

                                                                                                            @@ -212,7 +188,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -230,8 +206,8 @@
                                                                                                            Returns
                                                                                                            - diff --git a/api/core/Sdl.Core.PluginFramework.html b/api/core/Sdl.Core.PluginFramework.html index 13bba0901..d97bde5ed 100644 --- a/api/core/Sdl.Core.PluginFramework.html +++ b/api/core/Sdl.Core.PluginFramework.html @@ -105,7 +105,7 @@

                                                                                                            De

                                                                                                            DefaultPluginTypeLoader

                                                                                                            Implementation of a plug-in type loader (IPluginTypeLoader) which attempts to load types -using GetType(), assuming the plug-in assembly is available in one of the default assembly locations.

                                                                                                            +using System.Type.GetType, assuming the plug-in assembly is available in one of the default assembly locations.

                                                                                                            ExtensionAttribute

                                                                                                            Base class extension attributes, defining extension points.

                                                                                                            @@ -115,6 +115,9 @@

                                                                                                            Ext

                                                                                                            ExtensionEventArgs

                                                                                                            Event arguments class for extenion-related events.

                                                                                                            +
                                                                                                            +

                                                                                                            ExtensionPointBehavior

                                                                                                            +

                                                                                                            Possible extension point types.

                                                                                                            ExtensionPointCollection

                                                                                                            Read-only collection of extension points.

                                                                                                            @@ -123,7 +126,7 @@

                                                                                                            FileBasedPluginDescriptor

                                                                                                            -

                                                                                                            Plug-in descriptor which loads the plug-in manifest and the plug-in's resources from files on the local file system.

                                                                                                            +

                                                                                                            Plug-in descriptor which loads the plug-in manifest and the plug-in's resources from files on the local file system.

                                                                                                            InitializePluginCompletedEventArgs

                                                                                                            Events argument class for plug-in initialization completion events (InitializePluginCompleted), @@ -159,6 +162,9 @@

                                                                                                            PluginInitializationResultsEventArgs

                                                                                                            Event args providing initialization results for a number of plug-ins. See EnsurePluginsInitialized(IEnumerable<IExtension>, EventHandler<PluginInitializationResultsEventArgs>).

                                                                                                            +
                                                                                                            +

                                                                                                            PluginInitializedCallback

                                                                                                            +

                                                                                                            Callback delegate for the InitializePluginAsync(IEnumerable<IPlugin>) call.

                                                                                                            PluginLoadExceptionEventArgs

                                                                                                            EventArgs class for the PluginLoadException event.

                                                                                                            @@ -172,10 +178,17 @@

                                                                                                            PluginState

                                                                                                            Captures the state of a plug-in, which can be saved into a plugin cache (see IPluginCache).

                                                                                                            +
                                                                                                            +

                                                                                                            PluginStatus

                                                                                                            +

                                                                                                            Represents the status of a plug-in.

                                                                                                            +
                                                                                                            +

                                                                                                            SdlAssemblyReferenceError

                                                                                                            +

                                                                                                            Types of validation error that occur when validating SDL assembly references +in third party plug-ins.

                                                                                                            ValidatingSystemPluginLocator

                                                                                                            This class is an extension to an existing IPluginLocator interface and allows installed third party plugins to be -validated against their .sdlplugin packages and it's embedded signature.

                                                                                                            +validated against their .sdlplugin packages and it's embedded signature.

                                                                                                            XmlPluginCache

                                                                                                            Default implementation of the plug-in cache interface (see IPluginCache) that stores plug-in state @@ -231,23 +244,6 @@

                                                                                                            IValidatingPluginLocator

                                                                                                            -

                                                                                                            Enums -

                                                                                                            -

                                                                                                            ExtensionPointBehavior

                                                                                                            -

                                                                                                            Possible extension point types.

                                                                                                            -
                                                                                                            -

                                                                                                            PluginStatus

                                                                                                            -

                                                                                                            Represents the status of a plug-in.

                                                                                                            -
                                                                                                            -

                                                                                                            SdlAssemblyReferenceError

                                                                                                            -

                                                                                                            Types of validation error that occur when validating SDL assembly references -in third party plug-ins.

                                                                                                            -
                                                                                                            -

                                                                                                            Delegates -

                                                                                                            -

                                                                                                            PluginInitializedCallback

                                                                                                            -

                                                                                                            Callback delegate for the InitializePluginAsync(IEnumerable<IPlugin>) call.

                                                                                                            -
                                                                                                            diff --git a/api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html b/api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html index 9e89555e6..aba9345a0 100644 --- a/api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html +++ b/api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html @@ -90,7 +90,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractSettingsGroupBase
                                                                                                            @@ -98,38 +98,38 @@
                                                                                                            Inheritance
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            +
                                                                                                            System.ComponentModel.IEditableObject
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.Settings
                                                                                                            Assembly: Sdl.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public abstract class AbstractSettingsGroupBase : ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                            +
                                                                                                            public abstract class AbstractSettingsGroupBase : ISettingsGroup

                                                                                                            Constructors

                                                                                                            @@ -164,7 +164,7 @@
                                                                                                            Field Value

                                                                                                            - + @@ -188,7 +188,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -212,7 +212,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -236,7 +236,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -260,7 +260,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -284,7 +284,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -311,7 +311,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -336,7 +336,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -416,7 +416,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            CollectSettings(ISettingsGroup, List<string>)

                                                                                                            +

                                                                                                            CollectSettings(ISettingsGroup, List<String>)

                                                                                                            Declaration
                                                                                                            @@ -439,7 +439,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -448,7 +448,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ContainsSetting(string)

                                                                                                            +

                                                                                                            ContainsSetting(String)

                                                                                                            Declaration
                                                                                                            @@ -466,7 +466,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -482,7 +482,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -509,33 +509,8 @@
                                                                                                            Declaration
                                                                                                            - -

                                                                                                            GetSettingIds()

                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            public abstract IEnumerable<string> GetSettingIds()
                                                                                                            -
                                                                                                            -
                                                                                                            Returns
                                                                                                            -
                                                                                                            IListSystem.Collections.Generic.IList<T> items

                                                                                                            List of items to sort.

                                                                                                            ArgumentNullExceptionSystem.ArgumentNullException
                                                                                                            ListIPluginDescriptorSystem.Collections.Generic.List<IPluginDescriptor>
                                                                                                            ListIPluginDescriptorSystem.Collections.Generic.List<IPluginDescriptor>
                                                                                                            IPluginDescriptorIPluginDescriptor[]

                                                                                                            An array of plug-in descriptors.

                                                                                                            AuxiliaryExtensionAttributeAuxiliaryExtensionAttribute[]
                                                                                                            TypeSystem.Type
                                                                                                            stringSystem.String code

                                                                                                            The error code, which serves as a reference for errors of this type.

                                                                                                            stringSystem.String message

                                                                                                            The error message.

                                                                                                            stringSystem.String code

                                                                                                            The error code, which serves as a reference for warnings of this type.

                                                                                                            stringSystem.String message

                                                                                                            The warning message.

                                                                                                            TypeSystem.Type extensionAttributeType

                                                                                                            The type of extension attribute required by the auxiliary extension attribute.

                                                                                                            TypeSystem.Type interfaceType

                                                                                                            The interface type to check for.

                                                                                                            stringSystem.String pluginCacheFilePath

                                                                                                            The path to a plug-in cache xml file. A new file is created if it does not exist yet.

                                                                                                            stringSystem.String
                                                                                                            stringSystem.String pluginId

                                                                                                            The id of the plug-in for which to get the state.

                                                                                                            PluginState

                                                                                                            A PluginState object containing the plug-in's state information. If no state - information is found, a default state object is created.

                                                                                                            +

                                                                                                            A PluginState object containing the plug-in's state information. If no state +information is found, a default state object is created.

                                                                                                            boolSystem.Boolean
                                                                                                            boolSystem.Boolean
                                                                                                            PropertyChangedEventHandlerSystem.ComponentModel.PropertyChangedEventHandler
                                                                                                            EventHandlerSettingsChangedEventArgsSystem.EventHandler<SettingsChangedEventArgs>
                                                                                                            intSystem.Int32
                                                                                                            ListstringSystem.Collections.Generic.List<System.String>
                                                                                                            boolSystem.Boolean
                                                                                                            stringSystem.String
                                                                                                            ListstringSystem.Collections.Generic.List<System.String> keys
                                                                                                            stringSystem.String settingId
                                                                                                            boolSystem.Boolean
                                                                                                            - - - - - - - - - - - - -
                                                                                                            TypeDescription
                                                                                                            IEnumerablestring
                                                                                                            - - -

                                                                                                            GetSetting<T>(string)

                                                                                                            +

                                                                                                            GetSetting<T>(String)

                                                                                                            Declaration
                                                                                                            @@ -553,7 +528,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id @@ -569,7 +544,7 @@
                                                                                                            Returns
                                                                                                            - Setting + Setting<T> @@ -592,12 +567,12 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            GetSetting<T>(string, out Setting<T>)

                                                                                                            +

                                                                                                            GetSetting<T>(String, T)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public abstract bool GetSetting<T>(string settingId, out Setting<T> setting)
                                                                                                            +
                                                                                                            public abstract Setting<T> GetSetting<T>(string settingId, T defaultValue)
                                                                                                            Parameters
                                                                                                            @@ -610,13 +585,13 @@
                                                                                                            Parameters
                                                                                                            - + - - + + @@ -631,7 +606,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -654,12 +629,12 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            GetSetting<T>(string, T)

                                                                                                            +

                                                                                                            GetSetting<T>(String, out T)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public abstract Setting<T> GetSetting<T>(string settingId, T defaultValue)
                                                                                                            +
                                                                                                            public abstract bool GetSetting<T>(string settingId, out T value)
                                                                                                            Parameters
                                                                                                            stringSystem.String settingId
                                                                                                            SettingsettingTdefaultValue
                                                                                                            boolSetting<T>
                                                                                                            @@ -672,13 +647,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -693,7 +668,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -716,12 +691,12 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            GetSetting<T>(string, out T)

                                                                                                            +

                                                                                                            GetSetting<T>(String, out Setting<T>)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public abstract bool GetSetting<T>(string settingId, out T value)
                                                                                                            +
                                                                                                            public abstract bool GetSetting<T>(string settingId, out Setting<T> setting)
                                                                                                            Parameters
                                                                                                            stringSystem.String settingId
                                                                                                            TdefaultValuevalue
                                                                                                            SettingSystem.Boolean
                                                                                                            @@ -734,13 +709,13 @@
                                                                                                            Parameters
                                                                                                            - + - - + + @@ -755,7 +730,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -777,6 +752,31 @@
                                                                                                            Type Parameters
                                                                                                            stringSystem.String settingId
                                                                                                            TvalueSetting<T>setting
                                                                                                            boolSystem.Boolean
                                                                                                            + +

                                                                                                            GetSettingIds()

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public abstract IEnumerable<string> GetSettingIds()
                                                                                                            +
                                                                                                            +
                                                                                                            Returns
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.Collections.Generic.IEnumerable<System.String>
                                                                                                            + +

                                                                                                            ImportSettings(ISettingsGroup)

                                                                                                            @@ -805,7 +805,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            OnSettingChanged(string)

                                                                                                            +

                                                                                                            OnSettingChanged(String)

                                                                                                            Declaration
                                                                                                            @@ -823,7 +823,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingId @@ -832,7 +832,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            OnSettingsChanged(IList<string>, bool)

                                                                                                            +

                                                                                                            OnSettingsChanged(IList<String>, Boolean)

                                                                                                            Declaration
                                                                                                            @@ -850,12 +850,12 @@
                                                                                                            Parameters
                                                                                                            - IListstring + System.Collections.Generic.IList<System.String> settingIds - bool + System.Boolean isResumingEvents @@ -863,13 +863,13 @@
                                                                                                            Parameters
                                                                                                            - -

                                                                                                            RemoveSetting(string)

                                                                                                            + +

                                                                                                            parent_PropertyChanged(Object, PropertyChangedEventArgs)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public abstract bool RemoveSetting(string settingId)
                                                                                                            +
                                                                                                            protected abstract void parent_PropertyChanged(object sender, PropertyChangedEventArgs e)
                                                                                                            Parameters
                                                                                                            @@ -882,66 +882,26 @@
                                                                                                            Parameters
                                                                                                            - - + + - -
                                                                                                            stringsettingIdSystem.Objectsender
                                                                                                            -
                                                                                                            Returns
                                                                                                            - - - - - - - - - + +
                                                                                                            TypeDescription
                                                                                                            boolSystem.ComponentModel.PropertyChangedEventArgse
                                                                                                            - -

                                                                                                            Reset()

                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            public abstract void Reset()
                                                                                                            -
                                                                                                            - - - -

                                                                                                            ResumeEvents()

                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            public void ResumeEvents()
                                                                                                            -
                                                                                                            - - - -

                                                                                                            SuspendEvents()

                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            public void SuspendEvents()
                                                                                                            -
                                                                                                            - - - -

                                                                                                            parent_PropertyChanged(object, PropertyChangedEventArgs)

                                                                                                            + +

                                                                                                            parent_SettingsChanged(Object, SettingsChangedEventArgs)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected abstract void parent_PropertyChanged(object sender, PropertyChangedEventArgs e)
                                                                                                            +
                                                                                                            protected abstract void parent_SettingsChanged(object sender, SettingsChangedEventArgs e)
                                                                                                            Parameters
                                                                                                            @@ -954,12 +914,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -967,13 +927,13 @@
                                                                                                            Parameters
                                                                                                            objectSystem.Object sender
                                                                                                            PropertyChangedEventArgsSettingsChangedEventArgs e
                                                                                                            - -

                                                                                                            parent_SettingsChanged(object, SettingsChangedEventArgs)

                                                                                                            + +

                                                                                                            RemoveSetting(String)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected abstract void parent_SettingsChanged(object sender, SettingsChangedEventArgs e)
                                                                                                            +
                                                                                                            public abstract bool RemoveSetting(string settingId)
                                                                                                            Parameters
                                                                                                            @@ -986,17 +946,57 @@
                                                                                                            Parameters
                                                                                                            - - + + + +
                                                                                                            objectsenderSystem.StringsettingId
                                                                                                            +
                                                                                                            Returns
                                                                                                            + + + + + + + + - - +
                                                                                                            TypeDescription
                                                                                                            SettingsChangedEventArgseSystem.Boolean
                                                                                                            + + + +

                                                                                                            Reset()

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public abstract void Reset()
                                                                                                            +
                                                                                                            + + + +

                                                                                                            ResumeEvents()

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public void ResumeEvents()
                                                                                                            +
                                                                                                            + + + +

                                                                                                            SuspendEvents()

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public void SuspendEvents()
                                                                                                            +

                                                                                                            Events

                                                                                                            @@ -1018,7 +1018,7 @@
                                                                                                            Event Type
                                                                                                            - PropertyChangedEventHandler + System.ComponentModel.PropertyChangedEventHandler @@ -1042,7 +1042,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerSettingsChangedEventArgs + System.EventHandler<SettingsChangedEventArgs> @@ -1052,10 +1052,10 @@

                                                                                                            Implements

                                                                                                            ISettingsGroup
                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            - IEditableObject + System.ComponentModel.IEditableObject
                                                                                                            diff --git a/api/core/Sdl.Core.Settings.AbstractSettingsPage.html b/api/core/Sdl.Core.Settings.AbstractSettingsPage.html index 5023c863f..ab33490d4 100644 --- a/api/core/Sdl.Core.Settings.AbstractSettingsPage.html +++ b/api/core/Sdl.Core.Settings.AbstractSettingsPage.html @@ -90,40 +90,39 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractSettingsPage
                                                                                                            -
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IDisposable
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.Settings
                                                                                                            Assembly: Sdl.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -163,7 +162,7 @@
                                                                                                            Property Value
                                                                                                            - object + System.Object @@ -188,7 +187,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -255,7 +254,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -330,7 +329,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -340,7 +339,7 @@

                                                                                                            Implements

                                                                                                            ISettingsPage
                                                                                                            - IDisposable + System.IDisposable
                                                                                                            diff --git a/api/core/Sdl.Core.Settings.ISettingsBundle.html b/api/core/Sdl.Core.Settings.ISettingsBundle.html index c0bf20618..e06c86a5b 100644 --- a/api/core/Sdl.Core.Settings.ISettingsBundle.html +++ b/api/core/Sdl.Core.Settings.ISettingsBundle.html @@ -88,7 +88,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.Settings
                                                                                                            Assembly: Sdl.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -116,7 +116,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -141,7 +141,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -210,7 +210,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -245,7 +245,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ContainsSettingsGroup(string)

                                                                                                            +

                                                                                                            ContainsSettingsGroup(String)

                                                                                                            Declaration
                                                                                                            @@ -263,7 +263,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id @@ -279,7 +279,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -287,7 +287,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetSettingsGroup(string)

                                                                                                            +

                                                                                                            GetSettingsGroup(String)

                                                                                                            Declaration
                                                                                                            @@ -305,7 +305,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id @@ -328,38 +328,14 @@
                                                                                                            Returns
                                                                                                            - -

                                                                                                            GetSettingsGroupIds()

                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            IEnumerable<string> GetSettingsGroupIds()
                                                                                                            -
                                                                                                            -
                                                                                                            Returns
                                                                                                            - - - - - - - - - - - - - -
                                                                                                            TypeDescription
                                                                                                            IEnumerablestring
                                                                                                            - -

                                                                                                            GetSettingsGroup<T>()

                                                                                                            Declaration
                                                                                                            -
                                                                                                            T GetSettingsGroup<T>() where T : ISettingsGroup, new()
                                                                                                            +
                                                                                                            T GetSettingsGroup<T>()
                                                                                                            +    where T : ISettingsGroup, new()
                                                                                                            Returns
                                                                                                            @@ -394,12 +370,13 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            GetSettingsGroup<T>(string)

                                                                                                            +

                                                                                                            GetSettingsGroup<T>(String)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            T GetSettingsGroup<T>(string id) where T : ISettingsGroup, new()
                                                                                                            +
                                                                                                            T GetSettingsGroup<T>(string id)
                                                                                                            +    where T : ISettingsGroup, new()
                                                                                                            Parameters
                                                                                                            @@ -412,7 +389,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -450,8 +427,33 @@
                                                                                                            Type Parameters
                                                                                                            stringSystem.String id
                                                                                                            + +

                                                                                                            GetSettingsGroupIds()

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            IEnumerable<string> GetSettingsGroupIds()
                                                                                                            +
                                                                                                            +
                                                                                                            Returns
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.Collections.Generic.IEnumerable<System.String>
                                                                                                            + + -

                                                                                                            RemoveSettingsGroup(string)

                                                                                                            +

                                                                                                            RemoveSettingsGroup(String)

                                                                                                            Declaration
                                                                                                            @@ -469,7 +471,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id diff --git a/api/core/Sdl.Core.Settings.ISettingsBundleAware.html b/api/core/Sdl.Core.Settings.ISettingsBundleAware.html index 3adc06428..24c9d2ad9 100644 --- a/api/core/Sdl.Core.Settings.ISettingsBundleAware.html +++ b/api/core/Sdl.Core.Settings.ISettingsBundleAware.html @@ -88,7 +88,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.Settings
                                                                                                            Assembly: Sdl.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/core/Sdl.Core.Settings.ISettingsGroup.html b/api/core/Sdl.Core.Settings.ISettingsGroup.html index 37c3112d2..42309ea25 100644 --- a/api/core/Sdl.Core.Settings.ISettingsGroup.html +++ b/api/core/Sdl.Core.Settings.ISettingsGroup.html @@ -88,26 +88,11 @@

                                                                                                            - -
                                                                                                            Namespace: SdlSdl.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.Settings
                                                                                                            Assembly: Sdl.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public interface ISettingsGroup : INotifyPropertyChanged, IEditableObject
                                                                                                            +
                                                                                                            public interface ISettingsGroup

                                                                                                            Properties

                                                                                                            @@ -131,7 +116,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -156,7 +141,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -216,7 +201,7 @@

                                                                                                            Methods -

                                                                                                            ContainsSetting(string)

                                                                                                            +

                                                                                                            ContainsSetting(String)

                                                                                                            Declaration
                                                                                                            @@ -234,7 +219,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingId @@ -250,32 +235,7 @@
                                                                                                            Returns
                                                                                                            - bool - - - - - - - -

                                                                                                            GetSettingIds()

                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            IEnumerable<string> GetSettingIds()
                                                                                                            -
                                                                                                            -
                                                                                                            Returns
                                                                                                            - - - - - - - - - - + @@ -283,7 +243,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetSetting<T>(string)

                                                                                                            +

                                                                                                            GetSetting<T>(String)

                                                                                                            Declaration
                                                                                                            @@ -301,7 +261,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -317,7 +277,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -340,12 +300,12 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            GetSetting<T>(string, out Setting<T>)

                                                                                                            +

                                                                                                            GetSetting<T>(String, T)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            bool GetSetting<T>(string settingId, out Setting<T> setting)
                                                                                                            +
                                                                                                            Setting<T> GetSetting<T>(string settingId, T defaultValue)
                                                                                                            Parameters
                                                                                                            TypeDescription
                                                                                                            IEnumerablestringSystem.Boolean
                                                                                                            stringSystem.String id
                                                                                                            SettingSetting<T>
                                                                                                            @@ -358,13 +318,13 @@
                                                                                                            Parameters
                                                                                                            - + - - + + @@ -379,7 +339,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -402,12 +362,12 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            GetSetting<T>(string, T)

                                                                                                            +

                                                                                                            GetSetting<T>(String, out T)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            Setting<T> GetSetting<T>(string settingId, T defaultValue)
                                                                                                            +
                                                                                                            bool GetSetting<T>(string settingId, out T value)
                                                                                                            Parameters
                                                                                                            stringSystem.String settingId
                                                                                                            SettingsettingTdefaultValue
                                                                                                            boolSetting<T>
                                                                                                            @@ -420,13 +380,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -441,7 +401,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -464,12 +424,12 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            GetSetting<T>(string, out T)

                                                                                                            +

                                                                                                            GetSetting<T>(String, out Setting<T>)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            bool GetSetting<T>(string settingId, out T value)
                                                                                                            +
                                                                                                            bool GetSetting<T>(string settingId, out Setting<T> setting)
                                                                                                            Parameters
                                                                                                            stringSystem.String settingId
                                                                                                            TdefaultValuevalue
                                                                                                            SettingSystem.Boolean
                                                                                                            @@ -482,13 +442,13 @@
                                                                                                            Parameters
                                                                                                            - + - - + + @@ -503,7 +463,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -525,6 +485,31 @@
                                                                                                            Type Parameters
                                                                                                            stringSystem.String settingId
                                                                                                            TvalueSetting<T>setting
                                                                                                            boolSystem.Boolean
                                                                                                            + +

                                                                                                            GetSettingIds()

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            IEnumerable<string> GetSettingIds()
                                                                                                            +
                                                                                                            +
                                                                                                            Returns
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.Collections.Generic.IEnumerable<System.String>
                                                                                                            + +

                                                                                                            ImportSettings(ISettingsGroup)

                                                                                                            @@ -553,7 +538,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            RemoveSetting(string)

                                                                                                            +

                                                                                                            RemoveSetting(String)

                                                                                                            Declaration
                                                                                                            @@ -571,7 +556,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingId @@ -587,7 +572,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -643,7 +628,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerSettingsChangedEventArgs + System.EventHandler<SettingsChangedEventArgs> diff --git a/api/core/Sdl.Core.Settings.ISettingsPage.html b/api/core/Sdl.Core.Settings.ISettingsPage.html index 39c1a3105..5c071623e 100644 --- a/api/core/Sdl.Core.Settings.ISettingsPage.html +++ b/api/core/Sdl.Core.Settings.ISettingsPage.html @@ -91,10 +91,10 @@

                                                                                                            Inherited Members
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.Settings
                                                                                                            Assembly: Sdl.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -122,7 +122,7 @@
                                                                                                            Property Value
                                                                                                            - object + System.Object @@ -147,7 +147,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -204,7 +204,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -269,7 +269,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean diff --git a/api/core/Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.html b/api/core/Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.html index 6c51cde22..b411b5a35 100644 --- a/api/core/Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.html +++ b/api/core/Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.html @@ -90,7 +90,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractSettingsBundleAware
                                                                                                            @@ -100,28 +100,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.CoreSettingsImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.Settings.Implementation
                                                                                                            Assembly: Sdl.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingImpl-1.html b/api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingImpl-1.html index 58795e7c3..ad35ec4e2 100644 --- a/api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingImpl-1.html +++ b/api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingImpl-1.html @@ -90,13 +90,13 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            JsonSettingImpl<T>
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            @@ -107,28 +107,28 @@
                                                                                                            Inherited Members
                                                                                                            Setting<T>.Inherited
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.CoreSettingsImplementationJson
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.Settings.Implementation.Json
                                                                                                            Assembly: Sdl.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -182,7 +182,7 @@
                                                                                                            Parameters
                                                                                                            - JsonSettingImpl + JsonSettingImpl<T> other @@ -210,13 +210,13 @@
                                                                                                            Property Value
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            Sdl.Core.Settings.Setting<T>.Id
                                                                                                            @@ -225,8 +225,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [JsonIgnore]
                                                                                                            -public ISettingsGroup SettingsGroup { get; set; }
                                                                                                            +
                                                                                                            public ISettingsGroup SettingsGroup { get; set; }
                                                                                                            Property Value
                                                                                                            @@ -269,7 +268,7 @@
                                                                                                            Property Value
                                                                                                            Overrides
                                                                                                            -
                                                                                                            Setting<T>.Value
                                                                                                            +
                                                                                                            Sdl.Core.Settings.Setting<T>.Value

                                                                                                            Methods

                                                                                                            @@ -292,7 +291,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -318,10 +317,10 @@
                                                                                                            Declaration
                                                                                                            public override void Reset()
                                                                                                            Overrides
                                                                                                            -
                                                                                                            Setting<T>.Reset()
                                                                                                            +
                                                                                                            Sdl.Core.Settings.Setting<T>.Reset()

                                                                                                            Implements

                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.html b/api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.html index 7be084474..a91705b1f 100644 --- a/api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.html +++ b/api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.html @@ -90,7 +90,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            JsonSettingsBundle
                                                                                                            @@ -100,28 +100,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.CoreSettingsImplementationJson
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.Settings.Implementation.Json
                                                                                                            Assembly: Sdl.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -161,7 +161,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -186,7 +186,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -199,8 +199,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [JsonIgnore]
                                                                                                            -public ISettingsBundle Parent { get; set; }
                                                                                                            +
                                                                                                            public ISettingsBundle Parent { get; set; }
                                                                                                            Property Value
                                                                                                            @@ -256,7 +255,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -291,7 +290,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ContainsSettingsGroup(string)

                                                                                                            +

                                                                                                            ContainsSettingsGroup(String)

                                                                                                            Declaration
                                                                                                            @@ -309,7 +308,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -325,7 +324,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -333,7 +332,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetSettingsGroup(string)

                                                                                                            +

                                                                                                            GetSettingsGroup(String)

                                                                                                            Declaration
                                                                                                            @@ -351,7 +350,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -374,38 +373,14 @@
                                                                                                            Returns
                                                                                                            boolSystem.Boolean
                                                                                                            stringSystem.String id
                                                                                                            boolSystem.Boolean
                                                                                                            stringSystem.String id
                                                                                                            - -

                                                                                                            GetSettingsGroupIds()

                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            public IEnumerable<string> GetSettingsGroupIds()
                                                                                                            -
                                                                                                            -
                                                                                                            Returns
                                                                                                            - - - - - - - - - - - - - -
                                                                                                            TypeDescription
                                                                                                            IEnumerablestring
                                                                                                            - -

                                                                                                            GetSettingsGroup<T>()

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public T GetSettingsGroup<T>() where T : ISettingsGroup, new()
                                                                                                            +
                                                                                                            public T GetSettingsGroup<T>()
                                                                                                            +    where T : ISettingsGroup, new()
                                                                                                            Returns
                                                                                                            @@ -440,12 +415,13 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            GetSettingsGroup<T>(string)

                                                                                                            +

                                                                                                            GetSettingsGroup<T>(String)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public T GetSettingsGroup<T>(string id) where T : ISettingsGroup, new()
                                                                                                            +
                                                                                                            public T GetSettingsGroup<T>(string id)
                                                                                                            +    where T : ISettingsGroup, new()
                                                                                                            Parameters
                                                                                                            @@ -458,7 +434,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -496,8 +472,33 @@
                                                                                                            Type Parameters
                                                                                                            stringSystem.String id
                                                                                                            + +

                                                                                                            GetSettingsGroupIds()

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public IEnumerable<string> GetSettingsGroupIds()
                                                                                                            +
                                                                                                            +
                                                                                                            Returns
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.Collections.Generic.IEnumerable<System.String>
                                                                                                            + + -

                                                                                                            RemoveSettingsGroup(string)

                                                                                                            +

                                                                                                            RemoveSettingsGroup(String)

                                                                                                            Declaration
                                                                                                            @@ -515,7 +516,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id diff --git a/api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html b/api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html index 5e4790672..8b4918025 100644 --- a/api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html +++ b/api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html @@ -90,16 +90,16 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            JsonSettingsGroup
                                                                                                            Implements
                                                                                                            - - - +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            +
                                                                                                            System.ComponentModel.IEditableObject
                                                                                                            +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            @@ -131,10 +131,10 @@
                                                                                                            Inherited Members
                                                                                                            AbstractSettingsGroupBase.DiscardEvents()
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.CoreSettingsImplementationJson
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.Settings.Implementation.Json
                                                                                                            Assembly: Sdl.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class JsonSettingsGroup : AbstractSettingsGroupBase, ISettingsGroup, INotifyPropertyChanged, IEditableObject, ICloneable
                                                                                                            +
                                                                                                            public class JsonSettingsGroup : AbstractSettingsGroupBase, ISettingsGroup, ICloneable

                                                                                                            Constructors

                                                                                                            @@ -234,7 +234,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -249,8 +249,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
                                                                                                            -public override ISettingsGroup Parent { get; }
                                                                                                            +
                                                                                                            public override ISettingsGroup Parent { get; }
                                                                                                            Property Value
                                                                                                            @@ -277,8 +276,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [JsonIgnore]
                                                                                                            -public override ISettingsBundle SettingsBundle { get; set; }
                                                                                                            +
                                                                                                            public override ISettingsBundle SettingsBundle { get; set; }
                                                                                                            Property Value
                                                                                                            @@ -343,7 +341,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -351,7 +349,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CollectSettings(ISettingsGroup, List<string>)

                                                                                                            +

                                                                                                            CollectSettings(ISettingsGroup, List<String>)

                                                                                                            Declaration
                                                                                                            @@ -374,18 +372,18 @@
                                                                                                            Parameters
                                                                                                            - +
                                                                                                            objectSystem.Object
                                                                                                            ListstringSystem.Collections.Generic.List<System.String> keys
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.CollectSettings(ISettingsGroup, List<string>)
                                                                                                            +
                                                                                                            AbstractSettingsGroupBase.CollectSettings(ISettingsGroup, List<String>)
                                                                                                            -

                                                                                                            ContainsSetting(string)

                                                                                                            +

                                                                                                            ContainsSetting(String)

                                                                                                            Declaration
                                                                                                            @@ -403,7 +401,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingId @@ -419,13 +417,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.ContainsSetting(string)
                                                                                                            +
                                                                                                            AbstractSettingsGroupBase.ContainsSetting(String)
                                                                                                            @@ -440,35 +438,8 @@
                                                                                                            Overrides
                                                                                                            AbstractSettingsGroupBase.EndEdit()
                                                                                                            - -

                                                                                                            GetSettingIds()

                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            public override IEnumerable<string> GetSettingIds()
                                                                                                            -
                                                                                                            -
                                                                                                            Returns
                                                                                                            - - - - - - - - - - - - - -
                                                                                                            TypeDescription
                                                                                                            IEnumerablestring
                                                                                                            -
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.GetSettingIds()
                                                                                                            - - -

                                                                                                            GetSetting<T>(string)

                                                                                                            +

                                                                                                            GetSetting<T>(String)

                                                                                                            Declaration
                                                                                                            @@ -486,7 +457,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id @@ -502,7 +473,7 @@
                                                                                                            Returns
                                                                                                            - Setting + Setting<T> @@ -523,16 +494,16 @@
                                                                                                            Type Parameters
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.GetSetting<T>(string)
                                                                                                            +
                                                                                                            AbstractSettingsGroupBase.GetSetting<T>(String)
                                                                                                            -

                                                                                                            GetSetting<T>(string, out Setting<T>)

                                                                                                            +

                                                                                                            GetSetting<T>(String, T)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public override bool GetSetting<T>(string settingId, out Setting<T> setting)
                                                                                                            +
                                                                                                            public override Setting<T> GetSetting<T>(string settingId, T defaultValue)
                                                                                                            Parameters
                                                                                                            @@ -545,13 +516,13 @@
                                                                                                            Parameters
                                                                                                            - + - - + + @@ -566,7 +537,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -587,16 +558,16 @@
                                                                                                            Type Parameters
                                                                                                            stringSystem.String settingId
                                                                                                            SettingsettingTdefaultValue
                                                                                                            boolSetting<T>
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.GetSetting<T>(string, out Setting<T>)
                                                                                                            +
                                                                                                            Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting<T>(System.String, T)
                                                                                                            -

                                                                                                            GetSetting<T>(string, T)

                                                                                                            +

                                                                                                            GetSetting<T>(String, out T)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public override Setting<T> GetSetting<T>(string settingId, T defaultValue)
                                                                                                            +
                                                                                                            public override bool GetSetting<T>(string settingId, out T value)
                                                                                                            Parameters
                                                                                                            @@ -609,13 +580,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -630,7 +601,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -651,16 +622,16 @@
                                                                                                            Type Parameters
                                                                                                            stringSystem.String settingId
                                                                                                            TdefaultValuevalue
                                                                                                            SettingSystem.Boolean
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.GetSetting<T>(string, T)
                                                                                                            +
                                                                                                            Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting<T>(System.String, T)
                                                                                                            -

                                                                                                            GetSetting<T>(string, out T)

                                                                                                            +

                                                                                                            GetSetting<T>(String, out Setting<T>)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public override bool GetSetting<T>(string settingId, out T value)
                                                                                                            +
                                                                                                            public override bool GetSetting<T>(string settingId, out Setting<T> setting)
                                                                                                            Parameters
                                                                                                            @@ -673,13 +644,13 @@
                                                                                                            Parameters
                                                                                                            - + - - + + @@ -694,7 +665,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -715,7 +686,34 @@
                                                                                                            Type Parameters
                                                                                                            stringSystem.String settingId
                                                                                                            TvalueSetting<T>setting
                                                                                                            boolSystem.Boolean
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.GetSetting<T>(string, out T)
                                                                                                            +
                                                                                                            Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting<T>(System.String, Sdl.Core.Settings.Setting<T>)
                                                                                                            + + + +

                                                                                                            GetSettingIds()

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public override IEnumerable<string> GetSettingIds()
                                                                                                            +
                                                                                                            +
                                                                                                            Returns
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.Collections.Generic.IEnumerable<System.String>
                                                                                                            +
                                                                                                            Overrides
                                                                                                            +
                                                                                                            AbstractSettingsGroupBase.GetSettingIds()
                                                                                                            @@ -774,13 +772,13 @@
                                                                                                            Parameters
                                                                                                            - -

                                                                                                            RemoveSetting(string)

                                                                                                            + +

                                                                                                            parent_PropertyChanged(Object, PropertyChangedEventArgs)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public override bool RemoveSetting(string settingId)
                                                                                                            +
                                                                                                            protected override void parent_PropertyChanged(object sender, PropertyChangedEventArgs e)
                                                                                                            Parameters
                                                                                                            @@ -793,50 +791,28 @@
                                                                                                            Parameters
                                                                                                            - - + + - -
                                                                                                            stringsettingIdSystem.Objectsender
                                                                                                            -
                                                                                                            Returns
                                                                                                            - - - - - - - - - + +
                                                                                                            TypeDescription
                                                                                                            boolSystem.ComponentModel.PropertyChangedEventArgse
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.RemoveSetting(string)
                                                                                                            - - - -

                                                                                                            Reset()

                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            public override void Reset()
                                                                                                            -
                                                                                                            -
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.Reset()
                                                                                                            +
                                                                                                            AbstractSettingsGroupBase.parent_PropertyChanged(Object, PropertyChangedEventArgs)
                                                                                                            - -

                                                                                                            parent_PropertyChanged(object, PropertyChangedEventArgs)

                                                                                                            + +

                                                                                                            parent_SettingsChanged(Object, SettingsChangedEventArgs)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected override void parent_PropertyChanged(object sender, PropertyChangedEventArgs e)
                                                                                                            +
                                                                                                            protected override void parent_SettingsChanged(object sender, SettingsChangedEventArgs e)
                                                                                                            Parameters
                                                                                                            @@ -849,28 +825,28 @@
                                                                                                            Parameters
                                                                                                            - + - +
                                                                                                            objectSystem.Object sender
                                                                                                            PropertyChangedEventArgsSettingsChangedEventArgs e
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.parent_PropertyChanged(object, PropertyChangedEventArgs)
                                                                                                            +
                                                                                                            AbstractSettingsGroupBase.parent_SettingsChanged(Object, SettingsChangedEventArgs)
                                                                                                            - -

                                                                                                            parent_SettingsChanged(object, SettingsChangedEventArgs)

                                                                                                            + +

                                                                                                            RemoveSetting(String)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected override void parent_SettingsChanged(object sender, SettingsChangedEventArgs e)
                                                                                                            +
                                                                                                            public override bool RemoveSetting(string settingId)
                                                                                                            Parameters
                                                                                                            @@ -883,31 +859,53 @@
                                                                                                            Parameters
                                                                                                            - - + + + +
                                                                                                            objectsenderSystem.StringsettingId
                                                                                                            +
                                                                                                            Returns
                                                                                                            + + - - + + + + + + +
                                                                                                            SettingsChangedEventArgseTypeDescription
                                                                                                            System.Boolean
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.parent_SettingsChanged(object, SettingsChangedEventArgs)
                                                                                                            +
                                                                                                            AbstractSettingsGroupBase.RemoveSetting(String)
                                                                                                            + + + +

                                                                                                            Reset()

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public override void Reset()
                                                                                                            +
                                                                                                            +
                                                                                                            Overrides
                                                                                                            +
                                                                                                            AbstractSettingsGroupBase.Reset()

                                                                                                            Implements

                                                                                                            ISettingsGroup
                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            - IEditableObject + System.ComponentModel.IEditableObject
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.html b/api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.html index 1142210cc..75b71b828 100644 --- a/api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.html +++ b/api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.html @@ -90,71 +90,10 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            SettingsGroupTypeDescriptionProvider
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            SettingsGroupTypeDescriptionProvider
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CoreSettingsImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.Settings.Implementation
                                                                                                            Assembly: Sdl.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -177,7 +116,7 @@

                                                                                                            Methods -

                                                                                                            GetTypeDescriptor(Type, object)

                                                                                                            +

                                                                                                            GetTypeDescriptor(Type, Object)

                                                                                                            Declaration
                                                                                                            @@ -195,12 +134,12 @@
                                                                                                            Parameters
                                                                                                            - Type + System.Type objectType - object + System.Object instance @@ -216,13 +155,11 @@
                                                                                                            Returns
                                                                                                            - ICustomTypeDescriptor + System.ComponentModel.ICustomTypeDescriptor -
                                                                                                            Overrides
                                                                                                            -
                                                                                                            diff --git a/api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.html b/api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.html index cef70b473..afd543684 100644 --- a/api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.html +++ b/api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.html @@ -90,76 +90,14 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            SettingsGroupTypeDescriptor
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            SettingsGroupTypeDescriptor
                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            - -
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.CoreSettingsImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.Settings.Implementation
                                                                                                            Assembly: Sdl.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class SettingsGroupTypeDescriptor : CustomTypeDescriptor, ICustomTypeDescriptor
                                                                                                            +
                                                                                                            public class SettingsGroupTypeDescriptor : CustomTypeDescriptor

                                                                                                            Constructors

                                                                                                            @@ -212,17 +150,11 @@
                                                                                                            Returns
                                                                                                            - PropertyDescriptorCollection + System.ComponentModel.PropertyDescriptorCollection -
                                                                                                            Overrides
                                                                                                            -
                                                                                                            CustomTypeDescriptor.GetProperties()
                                                                                                            -

                                                                                                            Implements

                                                                                                            -
                                                                                                            - ICustomTypeDescriptor -
                                                                                                            diff --git a/api/core/Sdl.Core.Settings.Implementation.Xml.XmlSettingImpl-1.html b/api/core/Sdl.Core.Settings.Implementation.Xml.XmlSettingImpl-1.html index e7a057abe..ebc051387 100644 --- a/api/core/Sdl.Core.Settings.Implementation.Xml.XmlSettingImpl-1.html +++ b/api/core/Sdl.Core.Settings.Implementation.Xml.XmlSettingImpl-1.html @@ -90,8 +90,8 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            XmlSettingImpl<T>
                                                                                                            @@ -100,28 +100,28 @@
                                                                                                            Inherited Members
                                                                                                            Setting<T>._inherited
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.CoreSettingsImplementationXml
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.Settings.Implementation.Xml
                                                                                                            Assembly: Sdl.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -164,13 +164,13 @@
                                                                                                            Property Value
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            Sdl.Core.Settings.Setting<T>.Id
                                                                                                            @@ -191,13 +191,13 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            Sdl.Core.Settings.Setting<T>.Inherited
                                                                                                            @@ -224,7 +224,7 @@
                                                                                                            Property Value
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            Sdl.Core.Settings.Setting<T>.Value

                                                                                                            Methods

                                                                                                            @@ -248,7 +248,7 @@
                                                                                                            Declaration
                                                                                                            public override void Reset()
                                                                                                            Overrides
                                                                                                            -
                                                                                                            Setting<T>.Reset()
                                                                                                            +
                                                                                                            Sdl.Core.Settings.Setting<T>.Reset()
                                                                                                            diff --git a/api/core/Sdl.Core.Settings.Setting-1.html b/api/core/Sdl.Core.Settings.Setting-1.html index cbe956d83..a9bddede5 100644 --- a/api/core/Sdl.Core.Settings.Setting-1.html +++ b/api/core/Sdl.Core.Settings.Setting-1.html @@ -90,7 +90,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            Setting<T>
                                                                                                            @@ -98,28 +98,28 @@
                                                                                                            Inheritance
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.Settings
                                                                                                            Assembly: Sdl.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -173,7 +173,7 @@
                                                                                                            Field Value
                                                                                                            - bool + System.Boolean @@ -200,7 +200,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -225,7 +225,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -272,7 +272,7 @@

                                                                                                            Operators -

                                                                                                            implicit operator T(Setting<T>)

                                                                                                            +

                                                                                                            Implicit(Setting<T> to T)

                                                                                                            Declaration
                                                                                                            @@ -290,7 +290,7 @@
                                                                                                            Parameters
                                                                                                            - Setting + Setting<T> setting diff --git a/api/core/Sdl.Core.Settings.SettingsChangedEventArgs.html b/api/core/Sdl.Core.Settings.SettingsChangedEventArgs.html index e82734adc..daec68a44 100644 --- a/api/core/Sdl.Core.Settings.SettingsChangedEventArgs.html +++ b/api/core/Sdl.Core.Settings.SettingsChangedEventArgs.html @@ -90,38 +90,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            SettingsChangedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.Settings
                                                                                                            Assembly: Sdl.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -132,7 +132,7 @@

                                                                                                            Constructors -

                                                                                                            SettingsChangedEventArgs(ISettingsGroup, IList<string>)

                                                                                                            +

                                                                                                            SettingsChangedEventArgs(ISettingsGroup, IList<String>)

                                                                                                            Declaration
                                                                                                            @@ -155,7 +155,7 @@
                                                                                                            Parameters
                                                                                                            - IListstring + System.Collections.Generic.IList<System.String> settingIds @@ -183,7 +183,7 @@
                                                                                                            Property Value
                                                                                                            - IListstring + System.Collections.Generic.IList<System.String> diff --git a/api/core/Sdl.Core.Settings.SettingsGroup.html b/api/core/Sdl.Core.Settings.SettingsGroup.html index 790300b1c..3d96bfb8d 100644 --- a/api/core/Sdl.Core.Settings.SettingsGroup.html +++ b/api/core/Sdl.Core.Settings.SettingsGroup.html @@ -90,15 +90,15 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            SettingsGroup
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            +
                                                                                                            System.ComponentModel.IEditableObject
                                                                                                            Inherited Members
                                                                                                            @@ -130,10 +130,10 @@
                                                                                                            Inherited Members
                                                                                                            AbstractSettingsGroupBase.DiscardEvents()
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.Settings
                                                                                                            Assembly: Sdl.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public abstract class SettingsGroup : AbstractSettingsGroupBase, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                            +
                                                                                                            public abstract class SettingsGroup : AbstractSettingsGroupBase, ISettingsGroup

                                                                                                            Constructors

                                                                                                            @@ -203,7 +203,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -293,7 +293,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            CollectSettings(ISettingsGroup, List<string>)

                                                                                                            +

                                                                                                            CollectSettings(ISettingsGroup, List<String>)

                                                                                                            Declaration
                                                                                                            @@ -316,18 +316,18 @@
                                                                                                            Parameters
                                                                                                            - Liststring + System.Collections.Generic.List<System.String> keys
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.CollectSettings(ISettingsGroup, List<string>)
                                                                                                            +
                                                                                                            AbstractSettingsGroupBase.CollectSettings(ISettingsGroup, List<String>)
                                                                                                            -

                                                                                                            ContainsSetting(string)

                                                                                                            +

                                                                                                            ContainsSetting(String)

                                                                                                            Declaration
                                                                                                            @@ -345,7 +345,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingId @@ -361,13 +361,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.ContainsSetting(string)
                                                                                                            +
                                                                                                            AbstractSettingsGroupBase.ContainsSetting(String)
                                                                                                            @@ -383,7 +383,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            GetDefaultValue(string)

                                                                                                            +

                                                                                                            GetDefaultValue(String)

                                                                                                            Declaration
                                                                                                            @@ -401,7 +401,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingId @@ -417,42 +417,15 @@
                                                                                                            Returns
                                                                                                            - object + System.Object - -

                                                                                                            GetSettingIds()

                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            public override IEnumerable<string> GetSettingIds()
                                                                                                            -
                                                                                                            -
                                                                                                            Returns
                                                                                                            - - - - - - - - - - - - - -
                                                                                                            TypeDescription
                                                                                                            IEnumerablestring
                                                                                                            -
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.GetSettingIds()
                                                                                                            - - -

                                                                                                            GetSetting<T>(string)

                                                                                                            +

                                                                                                            GetSetting<T>(String)

                                                                                                            Declaration
                                                                                                            @@ -470,7 +443,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id @@ -486,7 +459,7 @@
                                                                                                            Returns
                                                                                                            - Setting + Setting<T> @@ -507,16 +480,16 @@
                                                                                                            Type Parameters
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.GetSetting<T>(string)
                                                                                                            +
                                                                                                            AbstractSettingsGroupBase.GetSetting<T>(String)
                                                                                                            -

                                                                                                            GetSetting<T>(string, out Setting<T>)

                                                                                                            +

                                                                                                            GetSetting<T>(String, T)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public override bool GetSetting<T>(string settingId, out Setting<T> setting)
                                                                                                            +
                                                                                                            public override Setting<T> GetSetting<T>(string settingId, T defaultValue)
                                                                                                            Parameters
                                                                                                            @@ -529,13 +502,13 @@
                                                                                                            Parameters
                                                                                                            - + - - + + @@ -550,7 +523,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -571,16 +544,16 @@
                                                                                                            Type Parameters
                                                                                                            stringSystem.String settingId
                                                                                                            SettingsettingTdefaultValue
                                                                                                            boolSetting<T>
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.GetSetting<T>(string, out Setting<T>)
                                                                                                            +
                                                                                                            Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting<T>(System.String, T)
                                                                                                            -

                                                                                                            GetSetting<T>(string, T)

                                                                                                            +

                                                                                                            GetSetting<T>(String, out T)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public override Setting<T> GetSetting<T>(string settingId, T defaultValue)
                                                                                                            +
                                                                                                            public override bool GetSetting<T>(string settingId, out T value)
                                                                                                            Parameters
                                                                                                            @@ -593,13 +566,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -614,7 +587,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -635,16 +608,16 @@
                                                                                                            Type Parameters
                                                                                                            stringSystem.String settingId
                                                                                                            TdefaultValuevalue
                                                                                                            SettingSystem.Boolean
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.GetSetting<T>(string, T)
                                                                                                            +
                                                                                                            Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting<T>(System.String, T)
                                                                                                            -

                                                                                                            GetSetting<T>(string, out T)

                                                                                                            +

                                                                                                            GetSetting<T>(String, out Setting<T>)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public override bool GetSetting<T>(string settingId, out T value)
                                                                                                            +
                                                                                                            public override bool GetSetting<T>(string settingId, out Setting<T> setting)
                                                                                                            Parameters
                                                                                                            @@ -657,13 +630,13 @@
                                                                                                            Parameters
                                                                                                            - + - - + + @@ -678,7 +651,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -699,7 +672,34 @@
                                                                                                            Type Parameters
                                                                                                            stringSystem.String settingId
                                                                                                            TvalueSetting<T>setting
                                                                                                            boolSystem.Boolean
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.GetSetting<T>(string, out T)
                                                                                                            +
                                                                                                            Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting<T>(System.String, Sdl.Core.Settings.Setting<T>)
                                                                                                            + + + +

                                                                                                            GetSettingIds()

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public override IEnumerable<string> GetSettingIds()
                                                                                                            +
                                                                                                            +
                                                                                                            Returns
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.Collections.Generic.IEnumerable<System.String>
                                                                                                            +
                                                                                                            Overrides
                                                                                                            +
                                                                                                            AbstractSettingsGroupBase.GetSettingIds()
                                                                                                            @@ -758,13 +758,13 @@
                                                                                                            Parameters
                                                                                                            - -

                                                                                                            RemoveSetting(string)

                                                                                                            + +

                                                                                                            parent_PropertyChanged(Object, PropertyChangedEventArgs)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public override bool RemoveSetting(string settingId)
                                                                                                            +
                                                                                                            protected override void parent_PropertyChanged(object sender, PropertyChangedEventArgs e)
                                                                                                            Parameters
                                                                                                            @@ -777,50 +777,28 @@
                                                                                                            Parameters
                                                                                                            - - + + - -
                                                                                                            stringsettingIdSystem.Objectsender
                                                                                                            -
                                                                                                            Returns
                                                                                                            - - - - - - - - - + +
                                                                                                            TypeDescription
                                                                                                            boolSystem.ComponentModel.PropertyChangedEventArgse
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.RemoveSetting(string)
                                                                                                            - - - -

                                                                                                            Reset()

                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            public override void Reset()
                                                                                                            -
                                                                                                            -
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.Reset()
                                                                                                            +
                                                                                                            AbstractSettingsGroupBase.parent_PropertyChanged(Object, PropertyChangedEventArgs)
                                                                                                            - -

                                                                                                            parent_PropertyChanged(object, PropertyChangedEventArgs)

                                                                                                            + +

                                                                                                            parent_SettingsChanged(Object, SettingsChangedEventArgs)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected override void parent_PropertyChanged(object sender, PropertyChangedEventArgs e)
                                                                                                            +
                                                                                                            protected override void parent_SettingsChanged(object sender, SettingsChangedEventArgs e)
                                                                                                            Parameters
                                                                                                            @@ -833,28 +811,28 @@
                                                                                                            Parameters
                                                                                                            - + - +
                                                                                                            objectSystem.Object sender
                                                                                                            PropertyChangedEventArgsSettingsChangedEventArgs e
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.parent_PropertyChanged(object, PropertyChangedEventArgs)
                                                                                                            +
                                                                                                            AbstractSettingsGroupBase.parent_SettingsChanged(Object, SettingsChangedEventArgs)
                                                                                                            - -

                                                                                                            parent_SettingsChanged(object, SettingsChangedEventArgs)

                                                                                                            + +

                                                                                                            RemoveSetting(String)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected override void parent_SettingsChanged(object sender, SettingsChangedEventArgs e)
                                                                                                            +
                                                                                                            public override bool RemoveSetting(string settingId)
                                                                                                            Parameters
                                                                                                            @@ -867,19 +845,41 @@
                                                                                                            Parameters
                                                                                                            - - + + + +
                                                                                                            objectsenderSystem.StringsettingId
                                                                                                            +
                                                                                                            Returns
                                                                                                            + + - - + + + + + + +
                                                                                                            SettingsChangedEventArgseTypeDescription
                                                                                                            System.Boolean
                                                                                                            Overrides
                                                                                                            -
                                                                                                            AbstractSettingsGroupBase.parent_SettingsChanged(object, SettingsChangedEventArgs)
                                                                                                            +
                                                                                                            AbstractSettingsGroupBase.RemoveSetting(String)
                                                                                                            + + + +

                                                                                                            Reset()

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public override void Reset()
                                                                                                            +
                                                                                                            +
                                                                                                            Overrides
                                                                                                            +
                                                                                                            AbstractSettingsGroupBase.Reset()

                                                                                                            Events

                                                                                                            @@ -901,7 +901,7 @@
                                                                                                            Event Type
                                                                                                            - PropertyChangedEventHandler + System.ComponentModel.PropertyChangedEventHandler @@ -911,10 +911,10 @@

                                                                                                            Implements

                                                                                                            ISettingsGroup
                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            - IEditableObject + System.ComponentModel.IEditableObject
                                                                                                            diff --git a/api/core/Sdl.Core.Settings.SettingsUtil.html b/api/core/Sdl.Core.Settings.SettingsUtil.html index 94f8a1080..406291d02 100644 --- a/api/core/Sdl.Core.Settings.SettingsUtil.html +++ b/api/core/Sdl.Core.Settings.SettingsUtil.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            SettingsUtil
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.Core.Settings
                                                                                                            Assembly: Sdl.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -259,7 +259,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateSettingsBundle(ISettingsBundle, bool)

                                                                                                            +

                                                                                                            CreateSettingsBundle(ISettingsBundle, Boolean)

                                                                                                            Declaration
                                                                                                            @@ -282,7 +282,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean isDefault @@ -348,7 +348,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            DeserializeJsonSettingsBundle(string)

                                                                                                            +

                                                                                                            DeserializeJsonSettingsBundle(String)

                                                                                                            Declaration
                                                                                                            @@ -366,7 +366,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String jsonSettingsBundle @@ -408,7 +408,7 @@
                                                                                                            Parameters
                                                                                                            - XmlReader + System.Xml.XmlReader reader @@ -437,7 +437,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            DeserializeSettingsBundle(XmlReader, ISettingsBundle, bool)

                                                                                                            +

                                                                                                            DeserializeSettingsBundle(XmlReader, ISettingsBundle, Boolean)

                                                                                                            Declaration
                                                                                                            @@ -455,7 +455,7 @@
                                                                                                            Parameters
                                                                                                            - XmlReader + System.Xml.XmlReader reader @@ -465,7 +465,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean isDefault @@ -523,7 +523,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String @@ -591,7 +591,7 @@
                                                                                                            Parameters
                                                                                                            - XmlWriter + System.Xml.XmlWriter writer @@ -605,7 +605,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            SerializeSettingsBundle(XmlWriter, ISettingsBundle, bool)

                                                                                                            +

                                                                                                            SerializeSettingsBundle(XmlWriter, ISettingsBundle, Boolean)

                                                                                                            Declaration
                                                                                                            @@ -623,7 +623,7 @@
                                                                                                            Parameters
                                                                                                            - XmlWriter + System.Xml.XmlWriter writer @@ -633,7 +633,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean includeInheritedSettings diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.html b/api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.html index 9ec8308ce..67f04546d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.html @@ -90,7 +90,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            GenericTagVerifier
                                                                                                            @@ -109,16 +109,16 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportSdl.FileTypeSupport.FiltersSdl.FileTypeSupport.Filters.VerifiersGenericTagVerifier
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier
                                                                                                            Assembly: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.dll
                                                                                                            Syntax
                                                                                                            @@ -191,7 +191,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -216,7 +216,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -241,7 +241,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -266,7 +266,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -291,7 +291,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -316,7 +316,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -366,7 +366,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -391,7 +391,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -416,7 +416,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -527,9 +527,7 @@

                                                                                                            Methods

                                                                                                            Complete()

                                                                                                            -

                                                                                                            Called by the framework when all content has been processed.

                                                                                                            -

                                                                                                            At this point it is safe to assume that the document properties will not change any further.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -539,9 +537,7 @@
                                                                                                            Declaration

                                                                                                            FileComplete()

                                                                                                            -

                                                                                                            Called by the framework after all trans units in a file have been processed by all components.

                                                                                                            -

                                                                                                            At this point it is safe to assume that the file properties will not change any further.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -551,13 +547,7 @@
                                                                                                            Declaration

                                                                                                            Initialize(IDocumentProperties)

                                                                                                            -

                                                                                                            The framework will call this method to provide the implementation -with a reference to the document properties for the document being processed.

                                                                                                            -

                                                                                                            This method will always be called, and always before any other calls are made on this interface.

                                                                                                            -

                                                                                                            This or other content processor implementations may modify the document properties -as part of the document processing. If you need to access the final version of the -document properties, you should do so through the Complete() method implementation.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -583,7 +573,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            InitializeSettings(ISettingsBundle, string)

                                                                                                            +

                                                                                                            InitializeSettings(ISettingsBundle, String)

                                                                                                            Initializes the settings from the given settings bundle for the given configuration id.

                                                                                                            @@ -608,7 +598,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String configurationId

                                                                                                            configuration id

                                                                                                            @@ -623,8 +613,7 @@

                                                                                                            ProcessParagraphUnit(IParagraphUnit)

                                                                                                            -

                                                                                                            The framework will call this method for each ParagraphUnit in the file.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -651,13 +640,7 @@
                                                                                                            Parameters

                                                                                                            SetFileProperties(IFileProperties)

                                                                                                            -

                                                                                                            The framework will call this method to provide the implementation with -a reference to the properties for each file in the document -before the ParagraphUnits of the file are processed.

                                                                                                            -

                                                                                                            This or other content processor implementations may modify the properties as part of the file processing. -If you need to access the final version of the file properties, you should do so through the FileComplete() method -implementation.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -684,9 +667,7 @@
                                                                                                            Parameters

                                                                                                            SetSharedObjects(ISharedObjects)

                                                                                                            -

                                                                                                            The framework calls this method before the component is used for content processing -in order to communicate with the interface used for accessing shared objects.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -709,12 +690,6 @@
                                                                                                            Parameters
                                                                                                            -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            - Note that not all shared objects may have been published at the time of this call. - Handle the SharedObjectPublished event to get notifications - when new object instances are shared. -

                                                                                                            Implements

                                                                                                            IBilingualContentMessageReporter diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.html b/api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.html index c3eb2009b..37c9358cf 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.html @@ -91,31 +91,31 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            GenericVerifierSettings
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            - - +
                                                                                                            System.ICloneable
                                                                                                            +
                                                                                                            System.IEquatable<ISettingsClass>
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportSdl.FileTypeSupport.FiltersSdl.FileTypeSupport.Filters.VerifiersGenericTagVerifier
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier
                                                                                                            Assembly: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class GenericVerifierSettings : AbstractSettingsClass, INotifyPropertyChanged, ISettingsClass, ICloneable, IEquatable<ISettingsClass>
                                                                                                            +
                                                                                                            public class GenericVerifierSettings : AbstractSettingsClass, ISettingsClass, ICloneable, IEquatable<ISettingsClass>
                                                                                                            Remarks

                                                                                                            This settings class supersedes the GenericTagSettings class, which is only kept -for backward compatibility with file types that don't yet use the new WPF/Silverlight UI +for backward compatibility with file types that don't yet use the new WPF/Silverlight UI and settings storage mechanism for tag verification settings.

                                                                                                            Constructors @@ -227,7 +227,7 @@

                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -252,7 +252,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -277,7 +277,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -302,7 +302,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -377,7 +377,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -402,7 +402,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -427,7 +427,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -452,7 +452,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -477,7 +477,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -554,7 +554,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -579,7 +579,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -606,7 +606,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -677,7 +677,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -717,8 +717,7 @@
                                                                                                            Overrides

                                                                                                            ResetToDefaults()

                                                                                                            -

                                                                                                            Restore all settings to default values.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -757,16 +756,16 @@
                                                                                                            Overrides

                                                                                                            Implements

                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            - IEquatable<T> + System.IEquatable<T>
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.html index a9c5d8bc8..80e97b40b 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            MatchedItem
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportSdl.FileTypeSupport.FiltersSdl.FileTypeSupport.Filters.VerifiersGenericTagVerifier
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier
                                                                                                            Assembly: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.dll
                                                                                                            Syntax
                                                                                                            @@ -155,7 +155,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            MatchedItem(IAbstractMarkupData, int)

                                                                                                            +

                                                                                                            MatchedItem(IAbstractMarkupData, Int32)

                                                                                                            Declaration
                                                                                                            @@ -178,7 +178,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 vector @@ -231,7 +231,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -257,7 +257,7 @@
                                                                                                            Property Value
                                                                                                            - Listint + System.Collections.Generic.List<System.Int32> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.Properties.Resources.html b/api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.Properties.Resources.html index 4d7d3aa8a..a1282b6b9 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.Properties.Resources.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.Properties.Resources.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            Resources
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportSdl.FileTypeSupport.FiltersSdl.FileTypeSupport.Filters.VerifiersGenericTagVerifierProperties
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.Properties
                                                                                                            Assembly: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.dll
                                                                                                            Syntax
                                                                                                            @@ -130,7 +130,7 @@

                                                                                                            Properties

                                                                                                            Culture

                                                                                                            -

                                                                                                            Overrides the current thread's CurrentUICulture property for all +

                                                                                                            Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

                                                                                                            @@ -148,7 +148,7 @@
                                                                                                            Property Value
                                                                                                            - CultureInfo + System.Globalization.CultureInfo @@ -174,7 +174,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -200,7 +200,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -226,7 +226,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -252,7 +252,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -278,7 +278,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -304,7 +304,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -330,7 +330,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -356,7 +356,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -382,7 +382,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -408,7 +408,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -434,7 +434,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -460,7 +460,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -486,7 +486,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -512,7 +512,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -538,7 +538,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -564,7 +564,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -590,7 +590,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -616,7 +616,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -642,7 +642,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -668,7 +668,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -694,7 +694,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -720,7 +720,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -746,7 +746,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -772,7 +772,7 @@
                                                                                                            Property Value
                                                                                                            - ResourceManager + System.Resources.ResourceManager @@ -798,7 +798,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -824,7 +824,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -850,7 +850,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -876,7 +876,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.html index 062cea5c9..54cc464c8 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.html @@ -93,7 +93,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractBilingualContentHandler
                                                                                                            @@ -110,16 +110,16 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -166,7 +166,8 @@
                                                                                                            Constructors
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.html index 5d15ddc66..c83214e25 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.html @@ -95,7 +95,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractBilingualContentProcessor
                                                                                                            @@ -115,16 +115,16 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -167,7 +167,8 @@

                                                                                                            Implementations are not required to derive from this class. It is designed as a convenient default implementation to be used when appropriate. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.html index a421e2104..0a6db652b 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.html @@ -94,7 +94,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractBilingualFileTypeComponent
                                                                                                            @@ -111,28 +111,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -142,7 +142,8 @@

                                                                                                            Implementations are not required to derive from this class. It is designed as a convenient default implementation to be used when appropriate. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -242,7 +243,7 @@

                                                                                                            Methods -

                                                                                                            ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation)

                                                                                                            +

                                                                                                            ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation)

                                                                                                            Calls the corresponding method on the message reporter (if set).

                                                                                                            @@ -261,12 +262,12 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object source - string + System.String origin

                                                                                                            The description of the action/component that this message originated from.

                                                                                                            @@ -277,7 +278,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message @@ -296,7 +297,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData)

                                                                                                            +

                                                                                                            ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData)

                                                                                                            Calls the corresponding method on the message reporter (if set).

                                                                                                            @@ -315,12 +316,12 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object source - string + System.String origin

                                                                                                            The description of the action/component that this message originated from.

                                                                                                            @@ -331,7 +332,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message @@ -355,7 +356,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ReportMessage(object, string, ErrorLevel, string, string)

                                                                                                            +

                                                                                                            ReportMessage(Object, String, ErrorLevel, String, String)

                                                                                                            Calls the corresponding method on the message reporter (if set).

                                                                                                            @@ -374,12 +375,12 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object source - string + System.String origin

                                                                                                            The description of the action/component from which this message originates.

                                                                                                            @@ -390,12 +391,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message - string + System.String locationDescription @@ -404,7 +405,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData)

                                                                                                            +

                                                                                                            ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData)

                                                                                                            Calls the corresponding method on the message reporter (if set).

                                                                                                            @@ -423,12 +424,12 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object source - string + System.String origin

                                                                                                            The description of the action/component from which this message originates.

                                                                                                            @@ -439,12 +440,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message - string + System.String locationDescription diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.html index ec9bdcaf6..17032c60f 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.html @@ -93,7 +93,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractBilingualParser
                                                                                                            @@ -105,22 +105,22 @@
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IDisposable
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -163,7 +163,8 @@

                                                                                                            Implementations are not required to derive from this class. It is designed as a convenient default implementation to be used when appropriate. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -225,7 +226,7 @@
                                                                                                            Property Value
                                                                                                            - PredicateIPersistentFileConversionProperties + System.Predicate<IPersistentFileConversionProperties> @@ -273,7 +274,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            Dispose(bool)

                                                                                                            +

                                                                                                            Dispose(Boolean)

                                                                                                            Last change for the Parser to dispose manage and unmanged objects. It can be overriden by subclases.

                                                                                                            @@ -293,7 +294,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean disposing

                                                                                                            indicates if the dispose is explicit or implicit (from GC)

                                                                                                            @@ -303,18 +304,18 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ~AbstractBilingualParser()

                                                                                                            +

                                                                                                            Finalize()

                                                                                                            The distructor just calls Dispose with false parameter specifying this is a cakl from GC.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected ~AbstractBilingualParser()
                                                                                                            +
                                                                                                            protected void Finalize()
                                                                                                            -

                                                                                                            OnProgress(byte)

                                                                                                            +

                                                                                                            OnProgress(Byte)

                                                                                                            Raises the Progress event.

                                                                                                            @@ -333,7 +334,7 @@
                                                                                                            Parameters
                                                                                                            - byte + System.Byte percent @@ -361,7 +362,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            False when there is no more content to be processed, otherwise true.

                                                                                                            @@ -372,7 +373,7 @@

                                                                                                            Events

                                                                                                            Progress

                                                                                                            -

                                                                                                            Default implementation of this event. Use OnProgress(byte) to raise the event.

                                                                                                            +

                                                                                                            Default implementation of this event. Use OnProgress(Byte) to raise the event.

                                                                                                            Declaration
                                                                                                            @@ -389,7 +390,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerProgressEventArgs + System.EventHandler<ProgressEventArgs> @@ -414,7 +415,7 @@

                                                                                                            Implements

                                                                                                            IParser
                                                                                                            - IDisposable + System.IDisposable
                                                                                                            IBilingualFileTypeComponent diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.html index 264d5f4c3..78d6348f9 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            BilingualContentMessageReporterProxy
                                                                                                            @@ -104,28 +104,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -173,7 +173,7 @@

                                                                                                            Methods -

                                                                                                            ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation)

                                                                                                            +

                                                                                                            ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation)

                                                                                                            Reports the message with the given message arguments.

                                                                                                            @@ -192,13 +192,13 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object source

                                                                                                            source

                                                                                                            - string + System.String origin

                                                                                                            origin

                                                                                                            @@ -210,7 +210,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message

                                                                                                            message

                                                                                                            @@ -232,7 +232,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData)

                                                                                                            +

                                                                                                            ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData)

                                                                                                            Reports the message with the given message arguments and extended data.

                                                                                                            @@ -251,13 +251,13 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object source

                                                                                                            source

                                                                                                            - string + System.String origin

                                                                                                            origin

                                                                                                            @@ -269,7 +269,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message

                                                                                                            message

                                                                                                            @@ -301,7 +301,7 @@
                                                                                                            -

                                                                                                            ReportMessage(object, string, ErrorLevel, string, string)

                                                                                                            +

                                                                                                            ReportMessage(Object, String, ErrorLevel, String, String)

                                                                                                            Reports the message with the given message arguments.

                                                                                                            @@ -320,13 +320,13 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object source

                                                                                                            source

                                                                                                            - string + System.String origin

                                                                                                            origin

                                                                                                            @@ -338,13 +338,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message

                                                                                                            message

                                                                                                            - string + System.String locationDescription

                                                                                                            location description

                                                                                                            @@ -354,7 +354,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData)

                                                                                                            +

                                                                                                            ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData)

                                                                                                            Reports the message with the given message arguments and extended data.

                                                                                                            @@ -373,13 +373,13 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object source

                                                                                                            source

                                                                                                            - string + System.String origin

                                                                                                            origin

                                                                                                            @@ -391,13 +391,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message

                                                                                                            message

                                                                                                            - string + System.String locationDescription

                                                                                                            location description

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.html index 0e038efeb..32af9936c 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.html @@ -93,11 +93,11 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate string DependencyFileLocator(IDependencyFileProperties missingFileInfo)
                                                                                                            +
                                                                                                            public delegate string DependencyFileLocator(IDependencyFileProperties missingFileInfo);
                                                                                                            Parameters
                                                                                                            @@ -113,8 +113,8 @@
                                                                                                            Parameters
                                                                                                            @@ -129,7 +129,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -140,12 +140,12 @@

                                                                                                            Constructors -

                                                                                                            DependencyFileLocator(object, IntPtr)

                                                                                                            +

                                                                                                            DependencyFileLocator(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public DependencyFileLocator(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public DependencyFileLocator(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            IDependencyFileProperties missingFileInfo

                                                                                                            Everything that is known about the missing dependency file. - The implementation is not expected to change any of these properties, but is not prevented - from doing so.

                                                                                                            +The implementation is not expected to change any of these properties, but is not prevented +from doing so.

                                                                                                            stringSystem.String

                                                                                                            Full path to the located dependency file.

                                                                                                            @@ -158,12 +158,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -174,12 +174,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(IDependencyFileProperties, AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(IDependencyFileProperties, AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(IDependencyFileProperties missingFileInfo, AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(IDependencyFileProperties missingFileInfo, AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -197,12 +197,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -218,7 +218,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -244,7 +244,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -260,7 +260,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -302,7 +302,7 @@
                                                                                                            Returns
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractDataContent.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractDataContent.html index 1cd5875d8..0b8613bc4 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractDataContent.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractDataContent.html @@ -109,13 +109,13 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractMarkupData.ParentParagraph
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarker.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarker.html index d39c7d9b0..0918e283d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarker.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarker.html @@ -108,13 +108,13 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractMarkupData.ParentParagraph
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData.html index cbb45aa55..41b897fed 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData.html @@ -93,13 +93,13 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -128,18 +128,19 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            intSystem.Int32
                                                                                                            Remarks

                                                                                                            -This is equivalent to calling

                                                                                                            item.Parent.IndexOf(item)
                                                                                                            . +This is equivalent to calling
                                                                                                            item.Parent.IndexOf(item)
                                                                                                            .

                                                                                                            If this item has no parent this property, -1 is returned. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -206,7 +207,8 @@

                                                                                                            This property is null if the item does not appear (directly or nested) inside a IParagraph. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -219,7 +221,7 @@

                                                                                                            ISegment or IOtherMarker) should NOT apply the visitor to their content items. -It must be left to the visitor implementation to 'decide' whether the visitor 'wants' +It must be left to the visitor implementation to 'decide' whether the visitor 'wants' to visit the sub-items of a node.

                                                                                                            @@ -246,10 +248,11 @@
                                                                                                            Parameters
                                                                                                            Examples

                                                                                                            The ILocationMarker implementation of this interface looks as follows:

                                                                                                            -
                                                                                                            void AcceptVisitor(IMarkupDataVisitor visitor)
                                                                                                            +
                                                                                                            void AcceptVisitor(IMarkupDataVisitor visitor)
                                                                                                             {
                                                                                                               visitor.VisitLocationMarker(this);
                                                                                                             }
                                                                                                            + @@ -267,8 +270,9 @@
                                                                                                            item.Parent.Remove(item)
                                                                                                            . -

                                                                                                            +calling
                                                                                                            item.Parent.Remove(item)
                                                                                                            . +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.html index bed8137ef..5fd3ae634 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.html @@ -94,46 +94,46 @@

                                                                                                            Inherited Members
                                                                                                            - IList<IAbstractMarkupData>.IndexOf(IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.Insert(int, IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.RemoveAt(System.Int32)
                                                                                                            - IList<IAbstractMarkupData>.this[int] + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Item[System.Int32]
                                                                                                            - ICollection<IAbstractMarkupData>.Add(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Clear() + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Clear()
                                                                                                            - ICollection<IAbstractMarkupData>.Contains(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.CopyTo(IAbstractMarkupData[], int) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32)
                                                                                                            - ICollection<IAbstractMarkupData>.Remove(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Count + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Count
                                                                                                            - ICollection<IAbstractMarkupData>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IsReadOnly
                                                                                                            - IEnumerable<IAbstractMarkupData>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.GetEnumerator()
                                                                                                            ISupportsUniqueId.UniqueId
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -161,7 +161,7 @@
                                                                                                            IAbstractMarkupData GetParent(IAbstractMarkupDataContainer container) +
                                                                                                            IAbstractMarkupData GetParent(IAbstractMarkupDataContainer container)
                                                                                                             {
                                                                                                                 IAbstractMarkupData item = container as IAbstractMarkupData;
                                                                                                                 if (item != null)
                                                                                                            @@ -175,11 +175,11 @@ 
                                                                                                            Split(int). +referencing the same properties objects. The easiest way to accomplish this is to call Split(Int32).

                                                                                                            Note that not all containers can be split (for example, IParagraph cannot be split). Before calling -Split(int) you should therefore check the CanBeSplit property. +Split(Int32) you should therefore check the CanBeSplit property.

                                                                                                            Another common operation is to move items into a different container. The easiest way to do that is @@ -189,7 +189,8 @@

                                                                                                            Location class. You can iterate over all possible locations in a container (including locations in nested containers) using the Locations iterator. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -213,7 +214,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableIAbstractMarkupData + System.Collections.Generic.IEnumerable<IAbstractMarkupData> @@ -223,13 +224,14 @@

                                                                                                            CanBeSplit

                                                                                                            Indicates whether it is possible to split this container into different -parts by calling the Split(int) method.

                                                                                                            +parts by calling the Split(Int32) method.

                                                                                                            Declaration
                                                                                                            @@ -246,7 +248,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -272,14 +274,14 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableLocation + System.Collections.Generic.IEnumerable<Location>
                                                                                                            Examples

                                                                                                            Below you find an example of how you can use this iterator:

                                                                                                            -
                                                                                                            void ProcessAllText(IAbstractMarkupDataContainer container)
                                                                                                            +
                                                                                                            void ProcessAllText(IAbstractMarkupDataContainer container)
                                                                                                             {
                                                                                                               foreach (Location location in container.Locations)
                                                                                                               {
                                                                                                            @@ -290,6 +292,7 @@ 
                                                                                                            Methods
                                                                                                            @@ -318,13 +321,13 @@
                                                                                                            Parameters
                                                                                                            Location startAt

                                                                                                            The location at which the search is started. This must NOT be null. -

                                                                                                            If the predicate matches - this location, it will be returned.

                                                                                                            -

                                                                                                            If no corresponding location is found, null is returned.

                                                                                                            +

                                                                                                            If the predicate matches +this location, it will be returned.

                                                                                                            +

                                                                                                            If no corresponding location is found, null is returned.

                                                                                                            - PredicateLocation + System.Predicate<Location> match

                                                                                                            The predicate to evaluate for each location.

                                                                                                            @@ -372,7 +375,7 @@
                                                                                                            Parameters
                                                                                                            - PredicateIAbstractMarkupData + System.Predicate<IAbstractMarkupData> match

                                                                                                            Delegate that returns true when a matching item has been found

                                                                                                            @@ -391,14 +394,14 @@
                                                                                                            Returns
                                                                                                            IAbstractMarkupData

                                                                                                            The first item that matches the specified predicate -

                                                                                                            If no corresponding item is found, null is returned.

                                                                                                            +

                                                                                                            If no corresponding item is found, null is returned.

                                                                                                            Examples

                                                                                                            The following example shows how this can be used (with an anonymous method) to find the an equivalent item inside a paragraph.

                                                                                                            -
                                                                                                            IAbstractMarkupData GetEquivalentItem(IAbstractMarkupData equalItem, IParagraph para)
                                                                                                            +
                                                                                                            IAbstractMarkupData GetEquivalentItem(IAbstractMarkupData equalItem, IParagraph para)
                                                                                                             {
                                                                                                               return para.Find( 
                                                                                                                 delegate(IAbstractMarkupData item)
                                                                                                            @@ -406,6 +409,7 @@ 
                                                                                                            @@ -430,7 +434,7 @@
                                                                                                            Parameters
                                                                                                            - PredicateLocation + System.Predicate<Location> match

                                                                                                            Delegate that returns true when a matching location has been found

                                                                                                            @@ -449,14 +453,14 @@
                                                                                                            Returns
                                                                                                            Location

                                                                                                            The first location that matches the specified predicate -

                                                                                                            If no corresponding location is found, null is returned.

                                                                                                            +

                                                                                                            If no corresponding location is found, null is returned.

                                                                                                            Examples

                                                                                                            This example shows how this can be used to find the location of an equivalent item inside a paragraph.

                                                                                                            -
                                                                                                            Location GetEquivalentItemLocation(IAbstractMarkupData equalItem, IParagraph para)
                                                                                                            +
                                                                                                            Location GetEquivalentItemLocation(IAbstractMarkupData equalItem, IParagraph para)
                                                                                                             {
                                                                                                               return para.Find( 
                                                                                                                 delegate(Location location)
                                                                                                            @@ -464,6 +468,7 @@ 
                                                                                                            @@ -486,7 +491,7 @@
                                                                                                            Parameters
                                                                                                            - ActionIAbstractMarkupData + System.Action<IAbstractMarkupData> action @@ -496,7 +501,8 @@

                                                                                                            The action is executed on the container nodes themselves before it is executed on the content items of the containers. -

                                                                                                            +

                                                                                                            + @@ -536,7 +542,7 @@
                                                                                                            Returns
                                                                                                            - IEnumerableLocation + System.Collections.Generic.IEnumerable<Location>

                                                                                                            Iterator that can be used to iterate over the remainder of the collection

                                                                                                            @@ -567,7 +573,7 @@
                                                                                                            Parameters
                                                                                                            IAbstractMarkupDataContainer destinationContainer

                                                                                                            The container that will receive all - items from this container.

                                                                                                            +items from this container.

                                                                                                            @@ -578,7 +584,7 @@
                                                                                                            -

                                                                                                            MoveAllItemsTo(IAbstractMarkupDataContainer, int)

                                                                                                            +

                                                                                                            MoveAllItemsTo(IAbstractMarkupDataContainer, Int32)

                                                                                                            Moves all items from this container to a specific location in another container.

                                                                                                            @@ -603,10 +609,10 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 insertAtIndex

                                                                                                            The index in the destination container where items should be inserted. - Must be less than or equal to the number of items in the destination container.

                                                                                                            +Must be less than or equal to the number of items in the destination container.

                                                                                                            @@ -617,7 +623,7 @@
                                                                                                            -

                                                                                                            MoveItemsTo(IAbstractMarkupDataContainer, int, int)

                                                                                                            +

                                                                                                            MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32)

                                                                                                            Moves a number of items from this container into another one.

                                                                                                            @@ -642,13 +648,13 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 startIndex

                                                                                                            Index of the first item in this container to be moved

                                                                                                            - int + System.Int32 count

                                                                                                            Number of items to be moved

                                                                                                            @@ -661,7 +667,7 @@
                                                                                                            -

                                                                                                            MoveItemsTo(IAbstractMarkupDataContainer, int, int, int)

                                                                                                            +

                                                                                                            MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32, Int32)

                                                                                                            Moves a number of items from this container into a specific location in another one.

                                                                                                            @@ -686,19 +692,19 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 destinationIndex

                                                                                                            The location where the items should be inserted in the destination container

                                                                                                            - int + System.Int32 startIndex

                                                                                                            Index of the first item in this container to be moved.

                                                                                                            - int + System.Int32 count

                                                                                                            Number of items to be moved

                                                                                                            @@ -711,7 +717,7 @@
                                                                                                            -

                                                                                                            Split(int)

                                                                                                            +

                                                                                                            Split(Int32)

                                                                                                            Splits this container in two. After the split, this object will hold all items with index lower than the splitBeforeItemIndex parameter. The returned object is a clone of this object, which contains all other items.

                                                                                                            @@ -732,7 +738,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 splitBeforeItemIndex @@ -758,7 +764,8 @@
                                                                                                            Exceptions
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractTag.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractTag.html index d49fd367d..bb36e3253 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractTag.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractTag.html @@ -108,13 +108,13 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractMarkupData.ParentParagraph
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -143,7 +143,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -169,7 +169,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -178,7 +178,8 @@

                                                                                                            Call AddSubSegmentReference(ISubSegmentReference) or RemoveSubSegmentReference(ISubSegmentReference) to add or remove localizable content. -

                                                                                                            +

                                                                                                            + @@ -261,7 +262,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -311,9 +312,10 @@
                                                                                                            Parameters
                                                                                                            boolSystem.Boolean
                                                                                                            IEnumerableISubSegmentReferenceSystem.Collections.Generic.IEnumerable<ISubSegmentReference>
                                                                                                            IEnumerableISubSegmentReferenceSystem.Collections.Generic.IEnumerable<ISubSegmentReference> subSegmentReferences
                                                                                                            Remarks

                                                                                                            -If the subSegmentReference is not part of the collection, +If the subSegmentReference is not part of the collection, nothing happens. -

                                                                                                            +

                                                                                                            +
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler.html index 47777a005..848322e5e 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler.html @@ -91,7 +91,7 @@

                                                                                                            IBilingualWriter.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -110,9 +110,10 @@
                                                                                                            IDisposable interface, the Dispose() method +If the component implements the System.IDisposable interface, the Dispose() method will be called by the framework for clean-up after parsing is finished. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter.html index 6b2c1a193..c912e0d2d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter.html @@ -93,10 +93,10 @@

                                                                                                            Inherited Members
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -107,7 +107,7 @@

                                                                                                            Methods -

                                                                                                            ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation)

                                                                                                            +

                                                                                                            ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation)

                                                                                                            Used by bilingual content processors to report a non-critical issue with an associated range or location in the bilingual object model.

                                                                                                            @@ -127,13 +127,13 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object source

                                                                                                            The component the message originates from. Components typically pass this as parameter.

                                                                                                            - string + System.String origin

                                                                                                            The description of the action/component from which this message originated.

                                                                                                            @@ -145,7 +145,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message

                                                                                                            The actual message text.

                                                                                                            @@ -160,9 +160,9 @@
                                                                                                            Parameters
                                                                                                            TextLocation uptoLocation

                                                                                                            The end of the content range that the message refers to. - This parameter is optional; it may be null or the same object as - the one from the location, in which case the message is interpreted as referring to a single location rather - than a range.

                                                                                                            +This parameter is optional; it may be null or the same object as +the one from the location, in which case the message is interpreted as referring to a single location rather +than a range.

                                                                                                            @@ -171,7 +171,8 @@

                                                                                                            The location objects allow a bilingual content processor to report locations inside the bilingual content model (without requiring modifications to the object model). -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporterWithExtendedData.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporterWithExtendedData.html index 95b3d7f63..26310f0ac 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporterWithExtendedData.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporterWithExtendedData.html @@ -93,10 +93,10 @@

                                                                                                            Inherited Members
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -111,7 +111,7 @@

                                                                                                            Methods -

                                                                                                            ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData)

                                                                                                            +

                                                                                                            ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData)

                                                                                                            Reports the message with the given message arguments.

                                                                                                            @@ -130,13 +130,13 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object source

                                                                                                            source

                                                                                                            - string + System.String origin

                                                                                                            origin

                                                                                                            @@ -148,7 +148,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message

                                                                                                            message

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentProcessor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentProcessor.html index 0579c16f7..3eee5cc8a 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentProcessor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentProcessor.html @@ -109,7 +109,7 @@
                                                                                                            Inherited Members
                                                                                                            IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit)
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -118,12 +118,13 @@
                                                                                                            Remarks

                                                                                                            Similar to a native content processor, i.e. -the component may buffer content and 'decides' what to output when. +the component may buffer content and 'decides' what to output when.

                                                                                                            This allows inserting of new paragraph units into the content stream, as well as removal or re-ordering of existing paragraph units. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentFileWriter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentFileWriter.html index f8bd8876b..b2d52e29e 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentFileWriter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentFileWriter.html @@ -109,7 +109,7 @@
                                                                                                            Inherited Members
                                                                                                            IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit)
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -133,7 +133,8 @@
                                                                                                            See Also
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputProperties.html index 4cc33c331..67a5101f5 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputProperties.html @@ -91,7 +91,7 @@

                                                                                                            IBilingualDocumentFileWriter.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -101,7 +101,8 @@

                                                                                                            This includes the path to the output file that will be created. This may be changed by bilingual content processors, or by the bilingual document file writers. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -129,7 +130,7 @@
                                                                                                            Property Value
                                                                                                            - IListIDependencyFileProperties + System.Collections.Generic.IList<IDependencyFileProperties> @@ -144,7 +145,8 @@
                                                                                                            @@ -166,7 +168,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputPropertiesAware.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputPropertiesAware.html index 5a73bf2ac..6eb0e8c5c 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputPropertiesAware.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputPropertiesAware.html @@ -91,7 +91,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -130,7 +130,7 @@
                                                                                                            Parameters
                                                                                                            IOutputFileInfo proposedFileInfo

                                                                                                            Proposed filename and other output file properties. - The implementation may modify this to propose different output properties.

                                                                                                            +The implementation may modify this to propose different output properties.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentParser.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentParser.html index 067b6938a..b4d7ed1d7 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentParser.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentParser.html @@ -87,7 +87,7 @@

                                                                                                            Interface IBilingualDocumentParser

                                                                                                            Parser for intermediate bilingual document formats such as SDL XLIFF, -which are used for persistence of the entire bilingual object model.

                                                                                                            +which are used for persistence of the entire bilingual object model.

                                                                                                            @@ -105,7 +105,7 @@
                                                                                                            Inherited Members
                                                                                                            IParser.Progress
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -125,7 +125,8 @@
                                                                                                            IBilingualParser. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -177,7 +178,7 @@
                                                                                                            Property Value
                                                                                                            - PredicateIPersistentFileConversionProperties + System.Predicate<IPersistentFileConversionProperties> @@ -189,13 +190,14 @@
                                                                                                            See Also
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentWriter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentWriter.html index 8624f71a9..023e24e54 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentWriter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentWriter.html @@ -108,10 +108,10 @@
                                                                                                            Inherited Members
                                                                                                            IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit)
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -122,7 +122,8 @@
                                                                                                            IBilingualContentHandler interface, and the implementation should let all the content processors defined in the bilingual processor container act on the input before writing it. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualFileTypeComponent.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualFileTypeComponent.html index d94dab706..7bf58eb19 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualFileTypeComponent.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualFileTypeComponent.html @@ -92,7 +92,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualParser.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualParser.html index 0248b8076..09319e8c5 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualParser.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualParser.html @@ -99,7 +99,7 @@
                                                                                                            Inherited Members
                                                                                                            IParser.Progress
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -127,7 +127,8 @@
                                                                                                            Parsers for full intermediate bilingual file formats such as SDL XLIFF should implement IBilingualDocumentParser. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualToNativeConverter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualToNativeConverter.html index 83cddb7eb..30eb9a8c8 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualToNativeConverter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualToNativeConverter.html @@ -89,7 +89,7 @@

                                                                                                            Interface implemented by components that can convert bilingual content received from calls on the IBilingualContentHandler interface to (source or target language) the native content output on the Output interface.

                                                                                                            -

                                                                                                            Note that it is up to the implementation to 'decide' if the source or the target +

                                                                                                            Note that it is up to the implementation to 'decide' if the source or the target (or both) in the bilingual content should be processed.

                                                                                                            @@ -111,7 +111,7 @@

                                                                                                            Inherited Members
                                                                                                            IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit) -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualVerifier.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualVerifier.html index 55bf41ca1..3b0928bc9 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualVerifier.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualVerifier.html @@ -113,7 +113,7 @@
                                                                                                            Inherited Members
                                                                                                            IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit)
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualWriter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualWriter.html index e3900024d..7fa6fee24 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualWriter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualWriter.html @@ -109,10 +109,10 @@
                                                                                                            Inherited Members
                                                                                                            IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit)
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -132,7 +132,8 @@

                                                                                                            Writers for single bilingual files implement this interface. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ICommentMarker.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ICommentMarker.html index aba695fb6..d22026815 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ICommentMarker.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ICommentMarker.html @@ -107,22 +107,22 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractMarkupData.ParentParagraph
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            - IList<IAbstractMarkupData>.IndexOf(IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.Insert(int, IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.RemoveAt(System.Int32)
                                                                                                            - IList<IAbstractMarkupData>.this[int] + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Item[System.Int32]
                                                                                                            - ICollection<IAbstractMarkupData>.Add(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Clear() + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Clear()
                                                                                                            - ICollection<IAbstractMarkupData>.Contains(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.CopyTo(IAbstractMarkupData[], int) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32)
                                                                                                            - ICollection<IAbstractMarkupData>.Remove(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Count + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Count
                                                                                                            - ICollection<IAbstractMarkupData>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IsReadOnly
                                                                                                            - IEnumerable<IAbstractMarkupData>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -202,7 +202,8 @@
                                                                                                            Comments instance. (Just call CreateCommentMarker(ICommentProperties), and pass in the same properties instance.) -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentItemFactory.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentItemFactory.html index 8e7fba936..6bdd1dfab 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentItemFactory.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentItemFactory.html @@ -92,7 +92,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -586,7 +586,8 @@
                                                                                                            Returns
                                                                                                            Remarks

                                                                                                            Uses the same properties object when creating the corresponding source and target segments. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -695,7 +696,8 @@
                                                                                                            Returns
                                                                                                            Remarks

                                                                                                            Used to save data to the Windows clipboard during a copy operation. -

                                                                                                            +

                                                                                                            + @@ -927,13 +929,13 @@
                                                                                                            Parameters
                                                                                                            - IFormatter + System.Runtime.Serialization.IFormatter formatter

                                                                                                            Formatter to use for de-serialization

                                                                                                            - Stream + System.IO.Stream serializationStream

                                                                                                            Stream that contains the data to de-serialize from

                                                                                                            @@ -959,7 +961,8 @@
                                                                                                            Returns
                                                                                                            Remarks

                                                                                                            Used to parse data from the Windows clipboard during a paste operation. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties.html index f34fd0d00..2f53f35b5 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties.html @@ -92,10 +92,10 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -124,7 +124,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -133,7 +133,8 @@

                                                                                                            This property is meant to be available as a hint. It is not guaranteed to be kept up-to-date, and it may be empty. -

                                                                                                            +

                                                                                                            + @@ -155,7 +156,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -164,7 +165,8 @@

                                                                                                            This property is meant to be available as a hint. It is not guaranteed to be kept up-to-date, and it may be empty. -

                                                                                                            +

                                                                                                            + @@ -196,7 +198,8 @@

                                                                                                            This property is not set by the framework itself. It is up to implementations to initialize and use it as appropriate. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties.html index 908a3afea..590878114 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties.html @@ -93,10 +93,10 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -181,7 +181,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -208,7 +208,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILocationMarker.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILocationMarker.html index e3ef627f9..153febc79 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILocationMarker.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILocationMarker.html @@ -110,13 +110,13 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractMarkupData.ParentParagraph
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILockedContainer.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILockedContainer.html index 0627d2c97..be2ec26fd 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILockedContainer.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILockedContainer.html @@ -92,19 +92,19 @@

                                                                                                            Inherited Members
                                                                                                            - IList<IAbstractMarkupData>.IndexOf(IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.Insert(int, IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.RemoveAt(System.Int32)
                                                                                                            - IList<IAbstractMarkupData>.this[int] + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Item[System.Int32]
                                                                                                            - ICollection<IAbstractMarkupData>.Add(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Clear() + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Clear()
                                                                                                            - ICollection<IAbstractMarkupData>.Contains(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.CopyTo(IAbstractMarkupData[], int) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32)
                                                                                                            - ICollection<IAbstractMarkupData>.Remove(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Count + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Count
                                                                                                            - ICollection<IAbstractMarkupData>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IsReadOnly
                                                                                                            - IEnumerable<IAbstractMarkupData>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.GetEnumerator()
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILockedContent.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILockedContent.html index 15295e76b..811ea73fd 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILockedContent.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILockedContent.html @@ -109,13 +109,13 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractMarkupData.ParentParagraph
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -133,7 +133,8 @@
                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IMarkupDataVisitor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IMarkupDataVisitor.html index 5bc95f277..4f9cbc03e 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IMarkupDataVisitor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IMarkupDataVisitor.html @@ -90,7 +90,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.INativeToBilingualConverter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.INativeToBilingualConverter.html index f708d2317..ef55f7e30 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.INativeToBilingualConverter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.INativeToBilingualConverter.html @@ -138,7 +138,7 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractNativeContentHandler.ParagraphComments(ICommentProperties)
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IOtherMarker.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IOtherMarker.html index ceb306703..be978e1de 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IOtherMarker.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IOtherMarker.html @@ -107,22 +107,22 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractMarkupData.ParentParagraph
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            - IList<IAbstractMarkupData>.IndexOf(IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.Insert(int, IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.RemoveAt(System.Int32)
                                                                                                            - IList<IAbstractMarkupData>.this[int] + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Item[System.Int32]
                                                                                                            - ICollection<IAbstractMarkupData>.Add(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Clear() + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Clear()
                                                                                                            - ICollection<IAbstractMarkupData>.Contains(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.CopyTo(IAbstractMarkupData[], int) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32)
                                                                                                            - ICollection<IAbstractMarkupData>.Remove(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Count + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Count
                                                                                                            - ICollection<IAbstractMarkupData>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IsReadOnly
                                                                                                            - IEnumerable<IAbstractMarkupData>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -210,7 +210,8 @@

                                                                                                            The markers have no equivalent representation in the native API. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -234,7 +235,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -252,7 +253,8 @@
                                                                                                            Rema

                                                                                                            This property may be null. -

                                                                                                            +

                                                                                                            + @@ -274,7 +276,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -285,7 +287,8 @@
                                                                                                            Inherited Members
                                                                                                            - IList<IAbstractMarkupData>.IndexOf(IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.Insert(int, IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.RemoveAt(System.Int32)
                                                                                                            - IList<IAbstractMarkupData>.this[int] + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Item[System.Int32]
                                                                                                            - ICollection<IAbstractMarkupData>.Add(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Clear() + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Clear()
                                                                                                            - ICollection<IAbstractMarkupData>.Contains(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.CopyTo(IAbstractMarkupData[], int) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32)
                                                                                                            - ICollection<IAbstractMarkupData>.Remove(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Count + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Count
                                                                                                            - ICollection<IAbstractMarkupData>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IsReadOnly
                                                                                                            - IEnumerable<IAbstractMarkupData>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.GetEnumerator()
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -193,7 +193,8 @@
                                                                                                            R

                                                                                                            The IsSource and IsTarget properties can be used to quickly find out if this is the source or target part of the Parent paragraph unit. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -217,7 +218,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -243,7 +244,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IParagraphUnit.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IParagraphUnit.html index 951533f96..241799374 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IParagraphUnit.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IParagraphUnit.html @@ -88,16 +88,16 @@

                                                                                                            A continous unit of source language content within a single context, and (if applicable) the localized target language version of the content. -This often corresponds to a paragraph of text in a native file.

                                                                                                            +This often corresponds to a paragraph of text in a native file.

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -119,7 +119,7 @@

                                                                                                            The Properties of the paragraph unit contains associated -information, including contexts and the paragraph unit's unique id. +information, including contexts and the paragraph unit's unique id.

                                                                                                            The content in localizable paragraph units is typically divided into segments. @@ -140,7 +140,8 @@

                                                                                                            The GetSourceSegment(SegmentId) and GetTargetSegment(SegmentId) methods provide a convenient way of locating the corresponding source/target version for a segment. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -165,7 +166,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -217,7 +218,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableISegmentPair + System.Collections.Generic.IEnumerable<ISegmentPair> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IPlaceholderTag.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IPlaceholderTag.html index 9be3a5927..f7122bbbf 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IPlaceholderTag.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IPlaceholderTag.html @@ -129,13 +129,13 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractMarkupData.ParentParagraph
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -200,7 +200,8 @@
                                                                                                            IRevisionMarker containers like other localizable content. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRepetitionsTable.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRepetitionsTable.html index cc9a870ae..c648e3031 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRepetitionsTable.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRepetitionsTable.html @@ -94,10 +94,10 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -133,7 +133,8 @@
                                                                                                            RepetitionTableId property. This allows the editor to better track auto-propagated segments. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -157,7 +158,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -183,7 +184,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableRepetitionId + System.Collections.Generic.IEnumerable<RepetitionId> @@ -238,7 +239,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -329,7 +330,7 @@
                                                                                                            Returns
                                                                                                            RepetitionId

                                                                                                            The repetition id for the specified segment, or default (RepetitionId) if - the table has no entry for this segment.

                                                                                                            +the table has no entry for this segment.

                                                                                                            @@ -372,7 +373,7 @@
                                                                                                            Returns
                                                                                                            - IListPairParagraphUnitIdSegmentId + System.Collections.Generic.IList<Pair<ParagraphUnitId, SegmentId>> @@ -420,7 +421,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if the segment was removed, otherwise false

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRevisionMarker.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRevisionMarker.html index c6120978f..4135c7df2 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRevisionMarker.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRevisionMarker.html @@ -94,19 +94,19 @@

                                                                                                            Inherited Members
                                                                                                            - IList<IAbstractMarkupData>.IndexOf(IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.Insert(int, IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.RemoveAt(System.Int32)
                                                                                                            - IList<IAbstractMarkupData>.this[int] + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Item[System.Int32]
                                                                                                            - ICollection<IAbstractMarkupData>.Add(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Clear() + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Clear()
                                                                                                            - ICollection<IAbstractMarkupData>.Contains(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.CopyTo(IAbstractMarkupData[], int) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32)
                                                                                                            - ICollection<IAbstractMarkupData>.Remove(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Count + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Count
                                                                                                            - ICollection<IAbstractMarkupData>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IsReadOnly
                                                                                                            - IEnumerable<IAbstractMarkupData>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.GetEnumerator()
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -226,7 +226,8 @@

                                                                                                            FeedbackComment -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRevisionProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRevisionProperties.html index 06b6fa0bd..7f4b41265 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRevisionProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRevisionProperties.html @@ -92,16 +92,16 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -134,7 +134,8 @@
                                                                                                            A single revision that spans multiple parts of a document can be achieved by having multiple IRevisionMarker instances reference the same revision properties. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -158,7 +159,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -187,7 +188,7 @@
                                                                                                            Property Value
                                                                                                            - DateTime + System.Nullable<System.DateTime> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISegment.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISegment.html index a19adfb78..841e5c303 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISegment.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISegment.html @@ -87,7 +87,7 @@

                                                                                                            Interface ISegment

                                                                                                            Identifies the content of a segment inside the Source -or Target.

                                                                                                            +or Target.

                                                                                                            @@ -108,22 +108,22 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractMarkupData.ParentParagraph
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            - IList<IAbstractMarkupData>.IndexOf(IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.Insert(int, IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.RemoveAt(System.Int32)
                                                                                                            - IList<IAbstractMarkupData>.this[int] + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Item[System.Int32]
                                                                                                            - ICollection<IAbstractMarkupData>.Add(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Clear() + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Clear()
                                                                                                            - ICollection<IAbstractMarkupData>.Contains(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.CopyTo(IAbstractMarkupData[], int) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32)
                                                                                                            - ICollection<IAbstractMarkupData>.Remove(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Count + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Count
                                                                                                            - ICollection<IAbstractMarkupData>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IsReadOnly
                                                                                                            - IEnumerable<IAbstractMarkupData>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -232,7 +232,8 @@
                                                                                                            Rem paragraph unit appears inside a segment. There can also be content outside of segments, such as spaces between sentences, tags, and other elements that the segmentation engine has not considered part of a segment. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -291,7 +292,8 @@

                                                                                                            Matching source and target segments in a ParagraphUnit must reference the same segment pair properties object instance. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair.html index 839979268..05fb60cda 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair.html @@ -89,7 +89,7 @@

                                                                                                            Represents a source and target segment pair in a paragraph unit.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -102,7 +102,8 @@
                                                                                                            Source and Target content. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -134,7 +135,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            Assigning to this property will affect both the source and the target segment. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISerializableMarkupDataContainer.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISerializableMarkupDataContainer.html index 83f8f6a86..3a27d1492 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISerializableMarkupDataContainer.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISerializableMarkupDataContainer.html @@ -94,19 +94,19 @@

                                                                                                            Inherited Members
                                                                                                            - IList<IAbstractMarkupData>.IndexOf(IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.Insert(int, IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.RemoveAt(System.Int32)
                                                                                                            - IList<IAbstractMarkupData>.this[int] + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Item[System.Int32]
                                                                                                            - ICollection<IAbstractMarkupData>.Add(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Clear() + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Clear()
                                                                                                            - ICollection<IAbstractMarkupData>.Contains(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.CopyTo(IAbstractMarkupData[], int) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32)
                                                                                                            - ICollection<IAbstractMarkupData>.Remove(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Count + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Count
                                                                                                            - ICollection<IAbstractMarkupData>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IsReadOnly
                                                                                                            - IEnumerable<IAbstractMarkupData>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -183,7 +183,8 @@
                                                                                                            Properties
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IStructureTag.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IStructureTag.html index 932978208..09295e3dd 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IStructureTag.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IStructureTag.html @@ -130,13 +130,13 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractMarkupData.ParentParagraph
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -147,7 +147,8 @@
                                                                                                            SubSegments collection. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -180,7 +181,8 @@

                                                                                                            These properties originate from the native file type processors. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISubSegmentReference.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISubSegmentReference.html index f5bc59fa9..1d07187ab 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISubSegmentReference.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISubSegmentReference.html @@ -93,10 +93,10 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -108,7 +108,8 @@
                                                                                                            ParagraphUnitId identifies the localizable paragraph unit in wich the content has been externalized for translation. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -167,7 +168,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            This originates from the native file processing components. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ITagPair.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ITagPair.html index 1884833cc..01bf1033b 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ITagPair.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ITagPair.html @@ -128,22 +128,22 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractMarkupData.ParentParagraph
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            - IList<IAbstractMarkupData>.IndexOf(IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.Insert(int, IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.RemoveAt(System.Int32)
                                                                                                            - IList<IAbstractMarkupData>.this[int] + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Item[System.Int32]
                                                                                                            - ICollection<IAbstractMarkupData>.Add(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Clear() + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Clear()
                                                                                                            - ICollection<IAbstractMarkupData>.Contains(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.CopyTo(IAbstractMarkupData[], int) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32)
                                                                                                            - ICollection<IAbstractMarkupData>.Remove(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Count + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Count
                                                                                                            - ICollection<IAbstractMarkupData>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IsReadOnly
                                                                                                            - IEnumerable<IAbstractMarkupData>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -298,7 +298,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -308,7 +308,8 @@
                                                                                                            @@ -321,7 +322,8 @@

                                                                                                            +

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -337,7 +339,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -347,7 +349,8 @@
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IText.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IText.html index 7b1d15a42..02fe4045c 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IText.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IText.html @@ -108,13 +108,13 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractMarkupData.ParentParagraph
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -154,7 +154,7 @@

                                                                                                            Methods -

                                                                                                            Split(int)

                                                                                                            +

                                                                                                            Split(Int32)

                                                                                                            Splits the text node in two.

                                                                                                            This object retains the first part of the text. The returned object is a clone of this object, which @@ -176,7 +176,7 @@

                                                                                                            Parameters
                                                                                                            - int + System.Int32 fromIndex

                                                                                                            Must be a value between 0 and the length of the text

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.html index 06f3276f8..2c241c692 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.html @@ -91,29 +91,29 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            LevelLocation
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -139,7 +139,8 @@
                                                                                                            Use a location marker instead if you need to refer to a specific location that may change as part of operations on the data. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -156,7 +157,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            LevelLocation(IAbstractMarkupDataContainer, int)

                                                                                                            +

                                                                                                            LevelLocation(IAbstractMarkupDataContainer, Int32)

                                                                                                            Creates from specific parent and index values.

                                                                                                            @@ -180,7 +181,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 index @@ -240,7 +241,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -266,7 +267,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -292,7 +293,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -319,7 +320,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -402,7 +403,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -410,7 +411,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Compares all properties.

                                                                                                            @@ -429,7 +430,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -445,13 +446,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -473,13 +474,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -501,16 +502,16 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()

                                                                                                            Implements

                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.Location.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.Location.html index 6fa1f5f16..d6ee9d321 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.Location.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.Location.html @@ -91,29 +91,29 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            Location
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -123,7 +123,8 @@
                                                                                                            Rem

                                                                                                            The parent in the top level location (index 0) is the root container (often IParagraph or ISegment). The BottomLevel is the location in the lowest level. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -169,7 +170,7 @@
                                                                                                            Parameters
                                                                                                            IAbstractMarkupData itemAtLocation

                                                                                                            Must be an item somewhere inside the root container, i.e. - the root container must be an ancestor to the item.

                                                                                                            +the root container must be an ancestor to the item.

                                                                                                            @@ -177,7 +178,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Location(IAbstractMarkupDataContainer, bool)

                                                                                                            +

                                                                                                            Location(IAbstractMarkupDataContainer, Boolean)

                                                                                                            Initialize the location to the first or last position in the specified root container.

                                                                                                            @@ -201,11 +202,11 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean firstLocation

                                                                                                            Indicates whether the location should be initialized to the - first or the last available location of the root container. Pass true to initialize - it to the first location, and false to initialize it to the last location.

                                                                                                            +first or the last available location of the root container. Pass true to initialize +it to the first location, and false to initialize it to the last location.

                                                                                                            @@ -317,7 +318,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -344,7 +345,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -371,7 +372,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -398,7 +399,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -453,7 +454,7 @@
                                                                                                            Property Value
                                                                                                            - ListLevelLocation + System.Collections.Generic.List<LevelLocation> @@ -481,7 +482,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -489,7 +490,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Returns true if this location refers to the same position as the other location.

                                                                                                            @@ -508,7 +509,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -524,13 +525,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -552,13 +553,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -587,7 +588,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if the location was changed successfully

                                                                                                            @@ -621,7 +622,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if the location was changed successfully

                                                                                                            @@ -653,7 +654,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if location was successfully advanced to the next possible position.

                                                                                                            @@ -683,7 +684,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if the location was changed successfully

                                                                                                            @@ -713,7 +714,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if the location was changed successfully

                                                                                                            @@ -743,7 +744,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if the location was successfully moved to a previous position.

                                                                                                            @@ -773,7 +774,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if the location was changed successfully

                                                                                                            @@ -800,16 +801,16 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()

                                                                                                            Implements

                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.html index 0610c59fe..4fc43a603 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.html @@ -86,79 +86,79 @@

                                                                                                            Class NotSplittableException

                                                                                                            -

                                                                                                            Thrown by the Split(int) method if content cannot be split.

                                                                                                            +

                                                                                                            Thrown by the Split(Int32) method if content cannot be split.

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Exception
                                                                                                            NotSplittableException
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            +
                                                                                                            System.Runtime.InteropServices._Exception
                                                                                                            Inherited Members
                                                                                                            - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                            - Exception.ToString() + System.Exception.ToString()
                                                                                                            - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                            - Exception.GetType() + System.Exception.GetType()
                                                                                                            - Exception.Message + System.Exception.Message
                                                                                                            - Exception.Data + System.Exception.Data
                                                                                                            - Exception.InnerException + System.Exception.InnerException
                                                                                                            - Exception.TargetSite + System.Exception.TargetSite
                                                                                                            - Exception.StackTrace + System.Exception.StackTrace
                                                                                                            - Exception.HelpLink + System.Exception.HelpLink
                                                                                                            - Exception.Source + System.Exception.Source
                                                                                                            - Exception.HResult + System.Exception.HResult
                                                                                                            - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -199,12 +199,12 @@
                                                                                                            Parameters
                                                                                                            - SerializationInfo + System.Runtime.Serialization.SerializationInfo info - StreamingContext + System.Runtime.Serialization.StreamingContext context @@ -213,7 +213,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            NotSplittableException(string)

                                                                                                            +

                                                                                                            NotSplittableException(String)

                                                                                                            Construction from a message

                                                                                                            @@ -232,7 +232,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message @@ -241,7 +241,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            NotSplittableException(string, Exception)

                                                                                                            +

                                                                                                            NotSplittableException(String, Exception)

                                                                                                            Construction from a message and another exception

                                                                                                            @@ -260,12 +260,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message - Exception + System.Exception inner @@ -273,10 +273,10 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            - _Exception + System.Runtime.InteropServices._Exception
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.RevisionType.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.RevisionType.html index a4f161d65..f1d5b4831 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.RevisionType.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.RevisionType.html @@ -89,7 +89,7 @@

                                                                                                            Type of revision/editing operation; used in RevisionType.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.html index 00429a72e..01b254ed9 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.html @@ -92,29 +92,29 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TextLocation
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -125,7 +125,8 @@
                                                                                                            Location and a text offset (0-based). The text offset is used only when the location references a text item. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -171,7 +172,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            TextLocation(IText, int)

                                                                                                            +

                                                                                                            TextLocation(IText, Int32)

                                                                                                            Constructs from a markup data text item; the location will reference the specified character offset into the text.

                                                                                                            @@ -196,7 +197,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 offsetIntoText @@ -205,7 +206,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            TextLocation(Location, int)

                                                                                                            +

                                                                                                            TextLocation(Location, Int32)

                                                                                                            Initializes using the specified location and text offset.

                                                                                                            @@ -229,7 +230,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 textOffset @@ -286,7 +287,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -343,7 +344,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -371,7 +372,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -379,7 +380,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Objects are considered equal if they refer to the same location and text offset.

                                                                                                            @@ -399,7 +400,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -415,13 +416,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -443,13 +444,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -471,16 +472,16 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()

                                                                                                            Implements

                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.html index c8a74ca2b..5ff71350a 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.html @@ -123,7 +123,7 @@

                                                                                                            IAbstractMarkupDataContainer collection.

                                                                                                            NotSplittableException

                                                                                                            -

                                                                                                            Thrown by the Split(int) method if content cannot be split.

                                                                                                            +

                                                                                                            Thrown by the Split(Int32) method if content cannot be split.

                                                                                                            TextLocation

                                                                                                            Reference to a location inside the bilingual content model that @@ -188,7 +188,7 @@

                                                                                                            IBilingualDocumentParser

                                                                                                            Parser for intermediate bilingual document formats such as SDL XLIFF, -which are used for persistence of the entire bilingual object model.

                                                                                                            +which are used for persistence of the entire bilingual object model.

                                                                                                            IBilingualDocumentWriter

                                                                                                            Implemented by components that can write bilingual data for multiple @@ -208,7 +208,7 @@

                                                                                                            IBilingualContentHandler interface to (source or target language) the native content output on the Output interface.

                                                                                                            -

                                                                                                            Note that it is up to the implementation to 'decide' if the source or the target +

                                                                                                            Note that it is up to the implementation to 'decide' if the source or the target (or both) in the bilingual content should be processed.

                                                                                                            IBilingualVerifier

                                                                                                            @@ -267,7 +267,7 @@

                                                                                                            IParagraphUnit

                                                                                                            A continous unit of source language content within a single context, and (if applicable) the localized target language version of the content. -This often corresponds to a paragraph of text in a native file.

                                                                                                            +This often corresponds to a paragraph of text in a native file.

                                                                                                            IPlaceholderTag

                                                                                                            A standalone inline tag that appears inside the source or target @@ -288,7 +288,7 @@

                                                                                                            ISegment

                                                                                                            Identifies the content of a segment inside the Source -or Target.

                                                                                                            +or Target.

                                                                                                            ISegmentPair

                                                                                                            Represents a source and target segment pair in a paragraph unit.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IFileTypeSettingsConverterComponentBuilder.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IFileTypeSettingsConverterComponentBuilder.html index 9b4530beb..e9316cb3e 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IFileTypeSettingsConverterComponentBuilder.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IFileTypeSettingsConverterComponentBuilder.html @@ -89,7 +89,7 @@

                                                                                                            Interface for implementing FileTypeSettingsConverterComponentBuilder

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -100,7 +100,7 @@

                                                                                                            Methods -

                                                                                                            BuildFileTypeSettingsConverter(string)

                                                                                                            +

                                                                                                            BuildFileTypeSettingsConverter(String)

                                                                                                            Method for building FileTypeSettingsConverter component

                                                                                                            @@ -119,7 +119,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name

                                                                                                            name of component

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IProjectAware.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IProjectAware.html index 05cd843b0..03f5110f1 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IProjectAware.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IProjectAware.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -123,7 +123,7 @@
                                                                                                            Property Value
                                                                                                            - IDictionarystringstring + System.Collections.Generic.IDictionary<System.String, System.String> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage-2.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage-2.html index 85ec2cfd8..1dca3a63d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage-2.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage-2.html @@ -92,69 +92,19 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            AbstractFileTypeSettingsPage<SettingsControlType, SettingsType>
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            AbstractFileTypeSettingsPage<SettingsControlType, SettingsType>
                                                                                                            - -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public abstract class AbstractFileTypeSettingsPage<SettingsControlType, SettingsType> : AbstractSettingsPage, ISettingsPage, IDisposable, IFileTypeConfigurationAware where SettingsControlType : new() where SettingsType : FileTypeSettingsBase, new()
                                                                                                            +
                                                                                                            public abstract class AbstractFileTypeSettingsPage<SettingsControlType, SettingsType> : AbstractSettingsPage, IFileTypeConfigurationAware where SettingsControlType : new()
                                                                                                            +    where SettingsType : FileTypeSettingsBase, new()
                                                                                                            Type Parameters
                                                                                                            @@ -168,17 +118,17 @@
                                                                                                            Type Parameters
                                                                                                            @@ -187,13 +137,14 @@

                                                                                                            Settings pages do not need to be derived from this class. However, if they follow standard patterns, deriving from this class can result in a simpler implementation. -

                                                                                                            +

                                                                                                            +
                                                                                                            Examples

                                                                                                            To use this class in order to implement a file type settings page, take the following steps:

                                                                                                            • Create a settings class that implements FileTypeSettingsBase. Make sure that your property setters -are raising the PropertyChanged event when values change. Implement the +are raising the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event when values change. Implement the ResetToDefaults() method by calling the property setters (rather than updating the fields directly). Implement settings reading and writing functionality using the settings bundle.
                                                                                                            • Create a settings control for the settings page, and implement IFileTypeSettingsAware for your settings class. @@ -207,6 +158,7 @@
                                                                                                              Constructors
                                                                                                              @@ -257,7 +209,8 @@
                                                                                                              GetControl(). -

                                                                                                              +

                                                                                                              + @@ -281,7 +234,7 @@
                                                                                                              Property Value
                                                                                                            - + @@ -292,7 +245,8 @@
                                                                                                            @@ -367,7 +321,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -409,7 +363,8 @@
                                                                                                            @@ -440,16 +395,17 @@
                                                                                                            Returns
                                                                                                            Remarks

                                                                                                            The default implementation creates a new instance of the settings class -using the default constructor, and calls PopulateFromSettingsBundle(ISettingsBundle, string). +using the default constructor, and calls PopulateFromSettingsBundle(ISettingsBundle, String).

                                                                                                            Override this if you need to do additional initialization of the settings. -

                                                                                                            +

                                                                                                            +

                                                                                                            Dispose()

                                                                                                            -

                                                                                                            Standard implementation of the Dispose method; calls Dispose(bool) with true +

                                                                                                            Standard implementation of the Dispose method; calls Dispose(Boolean) with true and suppresses finalization.

                                                                                                            @@ -457,12 +413,10 @@
                                                                                                            Declaration
                                                                                                            public override void Dispose()
                                                                                                            -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            Dispose(bool)

                                                                                                            +

                                                                                                            Dispose(Boolean)

                                                                                                            Override this method to perform additional clean-up tasks when the object is destroyed.

                                                                                                            @@ -481,10 +435,10 @@
                                                                                                            Parameters
                                                                                                            - + - @@ -495,13 +449,13 @@
                                                                                                            -

                                                                                                            ~AbstractFileTypeSettingsPage()

                                                                                                            -

                                                                                                            Finalizer calls Dispose(bool) with false

                                                                                                            +

                                                                                                            Finalize()

                                                                                                            +

                                                                                                            Finalizer calls Dispose(Boolean) with false

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected ~AbstractFileTypeSettingsPage()
                                                                                                            +
                                                                                                            protected override void Finalize()
                                                                                                            @@ -524,13 +478,11 @@
                                                                                                            Returns
                                                                                                            - +
                                                                                                            SettingsControlType

                                                                                                            Control class that will be used to edit the settings; should be derived from Control, and - have a default constructor. The control should implement IFileTypeSettingsAware, and use data binding - to interact with the settings.

                                                                                                            +have a default constructor. The control should implement IFileTypeSettingsAware, and use data binding +to interact with the settings.

                                                                                                            SettingsType

                                                                                                            Settings data container class; should implement FileTypeSettingsBase and - raise property change events when data is changed. Must have a default constructor. The settings class should - correspond to the settings displayed by the control for the ResetToDefaults function to work as expected without - manual tweaking. If the settings class contains settings used by other pages, you must override the - ResetToDefaults() method to ensure that only the settings for this page are reset.

                                                                                                            +raise property change events when data is changed. Must have a default constructor. The settings class should +correspond to the settings displayed by the control for the ResetToDefaults function to work as expected without +manual tweaking. If the settings class contains settings used by other pages, you must override the +ResetToDefaults() method to ensure that only the settings for this page are reset.

                                                                                                            stringSystem.String
                                                                                                            ListstringSystem.Collections.Generic.List<System.String>
                                                                                                            boolSystem.Boolean disposing

                                                                                                            Indicates whether the call originates from the Dispose() method - or from the finalizer.

                                                                                                            +

                                                                                                            Indicates whether the call originates from the System.IDisposable.Dispose() method +or from the finalizer.

                                                                                                            objectSystem.Object
                                                                                                            -
                                                                                                            Overrides
                                                                                                            -
                                                                                                            Remarks

                                                                                                            The default implementation calls CreateAndInitializeControl() the first time that this method is called. If custom initialization is required for the control, it is recommended that you override that particular custom method rather than this one.

                                                                                                            @@ -547,8 +499,6 @@
                                                                                                            Declaration
                                                                                                            public override void Refresh()
                                                                                                            -
                                                                                                            Overrides
                                                                                                            -
                                                                                                            Remarks

                                                                                                            If you are using @@ -556,7 +506,8 @@

                                                                                                            @@ -568,8 +519,6 @@
                                                                                                            Declaration
                                                                                                            public override void ResetToDefaults()
                                                                                                            -
                                                                                                            Overrides
                                                                                                            -
                                                                                                            Remarks

                                                                                                            This method should not save the settings yet. This should be done in Save(). @@ -581,7 +530,8 @@

                                                                                                            @@ -593,21 +543,14 @@
                                                                                                            Declaration
                                                                                                            public override void Save()
                                                                                                            -
                                                                                                            Overrides
                                                                                                            -
                                                                                                            Remarks

                                                                                                            This method is called once after ValidateInput() has been called.

                                                                                                            -The default implementation calls SaveToSettingsBundle(ISettingsBundle, string) on the settings. -

                                                                                                            +The default implementation calls SaveToSettingsBundle(ISettingsBundle, String) on the settings. +

                                                                                                            +

                                                                                                            Implements

                                                                                                            - - diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList-1.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList-1.html index 210d1e3ad..24278441b 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList-1.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList-1.html @@ -92,26 +92,26 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ComplexObservableList<T>
                                                                                                            Implements
                                                                                                            - - - - - - +
                                                                                                            System.Collections.Generic.IList<T>
                                                                                                            +
                                                                                                            System.Collections.Generic.ICollection<T>
                                                                                                            +
                                                                                                            System.Collections.Generic.IEnumerable<T>
                                                                                                            +
                                                                                                            System.Collections.IEnumerable
                                                                                                            +
                                                                                                            System.Collections.Specialized.INotifyCollectionChanged
                                                                                                            +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ComplexObservableList<T> : ObservableList<T>, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged where T : ISerializableListItem, new()
                                                                                                            +
                                                                                                            public class ComplexObservableList<T> : ObservableList<T>, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable where T : ISerializableListItem, new()
                                                                                                            Type Parameters
                                                                                                            @@ -213,7 +216,7 @@
                                                                                                            Type Parameters
                                                                                                            @@ -235,10 +238,10 @@

                                                                                                            Methods -

                                                                                                            ClearListItemSettings(ISettingsGroup, string)

                                                                                                            +

                                                                                                            ClearListItemSettings(ISettingsGroup, String)

                                                                                                            Removes all saved items belonging to this list from the stored settings group. This is -called from SaveToSettingsGroup(ISettingsGroup, string) to make sure that the settings being updated -are all saved cleanly. This implementation calls ClearListItemSettings(ISettingsGroup, string) +called from SaveToSettingsGroup(ISettingsGroup, String) to make sure that the settings being updated +are all saved cleanly. This implementation calls ClearListItemSettings(ISettingsGroup, String) to allow complex list item implementations to clear themselves. This may be used, for example, when a list item is a nested list.

                                                                                                            @@ -264,7 +267,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -272,13 +275,13 @@
                                                                                                            Parameters
                                                                                                            T

                                                                                                            The type of the object contained in the list - must derive from - ISerializableListItem and have a default constructor.

                                                                                                            +ISerializableListItem and have a default constructor.

                                                                                                            stringSystem.String listSettingId

                                                                                                            The ID of the setting to remove.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList<T>.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, System.String)
                                                                                                            -

                                                                                                            GetListItemFromSettings(ISettingsGroup, string, out bool)

                                                                                                            +

                                                                                                            GetListItemFromSettings(ISettingsGroup, String, out Boolean)

                                                                                                            Gets the setting for the list item from the settings group and populates it by calling -PopulateFromSettingsGroup(ISettingsGroup, string).

                                                                                                            +PopulateFromSettingsGroup(ISettingsGroup, String).

                                                                                                            Declaration
                                                                                                            @@ -302,13 +305,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting

                                                                                                            The setting ID to use to retrieve the setting.

                                                                                                            - bool + System.Boolean foundSetting

                                                                                                            A flag which reports if the setting was found or not.

                                                                                                            @@ -332,11 +335,11 @@
                                                                                                            Returns
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList<T>.GetListItemFromSettings(Sdl.Core.Settings.ISettingsGroup, System.String, System.Boolean)
                                                                                                            -

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, String)

                                                                                                            Restores the list from the settings group and populates itself using the setting ID as its base. Any list items that implement ISerializableListItem will be deserialized according to their implementations, otherwise default object deserialization will be used.

                                                                                                            @@ -363,7 +366,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listSettingId

                                                                                                            The setting ID to use as a base when populating the list.

                                                                                                            @@ -371,11 +374,11 @@
                                                                                                            Parameters
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList<T>.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String)
                                                                                                            -

                                                                                                            SaveToSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            SaveToSettingsGroup(ISettingsGroup, String)

                                                                                                            Saves this list to the settings group using the setting ID as a base. Any list items that implement ISerializableListItem will be serialized according to their serialization implementations, otherwise default object serialization will be used.

                                                                                                            @@ -402,7 +405,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listSettingId

                                                                                                            The setting ID to use as a base when saving the list.

                                                                                                            @@ -410,25 +413,25 @@
                                                                                                            Parameters
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList<T>.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String)

                                                                                                            Implements

                                                                                                            - IList<T> + System.Collections.Generic.IList<T>
                                                                                                            - ICollection<T> + System.Collections.Generic.ICollection<T>
                                                                                                            - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                            - IEnumerable + System.Collections.IEnumerable
                                                                                                            - INotifyCollectionChanged + System.Collections.Specialized.INotifyCollectionChanged
                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.EncodingConstants.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.EncodingConstants.html index 263cea495..730b7f958 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.EncodingConstants.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.EncodingConstants.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            EncodingConstants
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsConstants
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.Constants
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -171,7 +171,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -196,7 +196,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.html index ccb63640b..df3afc5d3 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            SettingsConstants
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsConstants
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.Constants
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -171,7 +171,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -199,7 +199,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -224,7 +224,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -249,7 +249,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -274,7 +274,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.html index f1458c5fa..b5d8ba8d2 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DeserializeFileInfo
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -129,7 +129,7 @@

                                                                                                            Constructors -

                                                                                                            DeserializeFileInfo(bool, bool, string)

                                                                                                            +

                                                                                                            DeserializeFileInfo(Boolean, Boolean, String)

                                                                                                            Constructor

                                                                                                            @@ -148,17 +148,17 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean isFileCreated - bool + System.Boolean isDirectoryCreated - string + System.String fullPath @@ -187,7 +187,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -213,7 +213,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -239,7 +239,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.html index d2df3ec62..83f447799 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.html @@ -92,34 +92,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FileSerializer
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -130,7 +130,7 @@

                                                                                                            Methods -

                                                                                                            DeserializeFile(string)

                                                                                                            +

                                                                                                            DeserializeFile(String)

                                                                                                            Deserializes the file from a base-64 string

                                                                                                            @@ -149,7 +149,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String encodedFile

                                                                                                            The serialized file string

                                                                                                            @@ -194,7 +194,7 @@
                                                                                                            Parameters
                                                                                                            - FileInfo + System.IO.FileInfo file

                                                                                                            The file to encode

                                                                                                            @@ -211,7 +211,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            The serialized file string

                                                                                                            @@ -220,7 +220,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SerializeFile(string)

                                                                                                            +

                                                                                                            SerializeFile(String)

                                                                                                            Serializes the file into a base-64 encoded string

                                                                                                            @@ -239,7 +239,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String filePath

                                                                                                            The path of the file to encode

                                                                                                            @@ -256,7 +256,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            The serialized file string

                                                                                                            @@ -265,7 +265,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            UnzipExternalFile(string)

                                                                                                            +

                                                                                                            UnzipExternalFile(String)

                                                                                                            Unzips a file

                                                                                                            @@ -284,7 +284,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String filePath

                                                                                                            The path to the zip file.

                                                                                                            @@ -310,7 +310,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ZipExternalFile(string)

                                                                                                            +

                                                                                                            ZipExternalFile(String)

                                                                                                            Compresses the file according to the zip standard to reduce the size of the encoded file.

                                                                                                            @@ -329,7 +329,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String filepath

                                                                                                            The path to the file that needs to be zipped

                                                                                                            @@ -346,7 +346,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            The path to the zip file

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html index bcf1176ab..4ba96f98e 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html @@ -91,55 +91,56 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FileTypeSettingsBase
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public abstract class FileTypeSettingsBase : INotifyPropertyChanged
                                                                                                            +
                                                                                                            public abstract class FileTypeSettingsBase
                                                                                                            Remarks

                                                                                                            Settings implementations are not required to implement this class, but it is recommended.

                                                                                                            -The INotifyPropertyChanged interface facilitates dynamic +The System.ComponentModel.INotifyPropertyChanged interface facilitates dynamic UI updates for operations such as ResetToDefaults() if data binding is used. Note that -for this to work properly, all relevant property setters must raise the PropertyChanged event -or call OnPropertyChanged(string). -

                                                                                                            +for this to work properly, all relevant property setters must raise the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event +or call OnPropertyChanged(String). +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -157,7 +158,7 @@

                                                                                                            Methods -

                                                                                                            GetSettingFromSettingsGroup<T>(ISettingsGroup, string, T)

                                                                                                            +

                                                                                                            GetSettingFromSettingsGroup<T>(ISettingsGroup, String, T)

                                                                                                            Checks whether the setting exists in the settings group, and retrieves its value (if it exists). If it does not exist, the default value is returned instead.

                                                                                                            @@ -183,7 +184,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingName

                                                                                                            The name of the setting to retrieve.

                                                                                                            @@ -223,7 +224,7 @@
                                                                                                            Type Parameters
                                                                                                            T

                                                                                                            The type of the setting to retrieve. The type must be the same as at the point - of save, or it will not be found. See UpdateSettingInSettingsGroup<T>(ISettingsGroup, string, T, T).

                                                                                                            +of save, or it will not be found. See UpdateSettingInSettingsGroup<T>(ISettingsGroup, String, T, T).

                                                                                                            @@ -231,7 +232,7 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            OnPropertyChanged(string)

                                                                                                            +

                                                                                                            OnPropertyChanged(String)

                                                                                                            Fires the PropertyChanged event with the propertyName used as the event argument. This needs to be called from the setter of every property when using binding (for example, in WPF UIs).

                                                                                                            @@ -251,7 +252,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String propertyName

                                                                                                            The name of the property that has been changed.

                                                                                                            @@ -261,7 +262,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            PopulateFromSettingsBundle(ISettingsBundle, string)

                                                                                                            +

                                                                                                            PopulateFromSettingsBundle(ISettingsBundle, String)

                                                                                                            Populates the settings for a specific file type configuration.

                                                                                                            @@ -286,12 +287,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String fileTypeConfigurationId

                                                                                                            Id that can be used (as key) to retrieve the - settings group with file type specific settings from the settings bundle (this is normally - equal to the file type definition id). Default settings should be used if no settings - group exists with the specified configuration id.

                                                                                                            +settings group with file type specific settings from the settings bundle (this is normally +equal to the file type definition id). Default settings should be used if no settings +group exists with the specified configuration id.

                                                                                                            @@ -310,7 +311,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            SaveDefaultsToSettingsBundle(ISettingsBundle, string)

                                                                                                            +

                                                                                                            SaveDefaultsToSettingsBundle(ISettingsBundle, String)

                                                                                                            Stores default settings for a specified file type configuration. Each setting must have its default value explicitly stored.

                                                                                                            @@ -336,10 +337,10 @@
                                                                                                            Parameters
                                                                                                            - string + System.String fileTypeConfigurationId

                                                                                                            Id for the settings group that - file type specific settings should be stored in.

                                                                                                            +file type specific settings should be stored in.

                                                                                                            @@ -347,7 +348,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            SaveInGroup<T>(ISettingsGroup, string, T)

                                                                                                            +

                                                                                                            SaveInGroup<T>(ISettingsGroup, String, T)

                                                                                                            Checks whether the setting exists in the settings group. If the setting does exist, then it is updated with the new value; if it does not exist, a new setting is created.

                                                                                                            @@ -373,7 +374,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingName

                                                                                                            The name of the setting to save.

                                                                                                            @@ -398,7 +399,7 @@
                                                                                                            Type Parameters
                                                                                                            T

                                                                                                            The type of the setting to save. The type must be the same as at the point of - retrieval, or it will not be returned again correctly. See GetSettingFromSettingsGroup<T>(ISettingsGroup, string, T).

                                                                                                            +retrieval, or it will not be returned again correctly. See GetSettingFromSettingsGroup<T>(ISettingsGroup, String, T).

                                                                                                            @@ -406,7 +407,7 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            SaveToSettingsBundle(ISettingsBundle, string)

                                                                                                            +

                                                                                                            SaveToSettingsBundle(ISettingsBundle, String)

                                                                                                            Stores settings for a specified file type configuration.

                                                                                                            @@ -431,10 +432,10 @@
                                                                                                            Parameters
                                                                                                            - string + System.String fileTypeConfigurationId

                                                                                                            Id for the settings group that - file type specific settings should be stored in.

                                                                                                            +file type specific settings should be stored in.

                                                                                                            @@ -442,7 +443,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            UpdateSettingInSettingsGroup<T>(ISettingsGroup, string, T, T)

                                                                                                            +

                                                                                                            UpdateSettingInSettingsGroup<T>(ISettingsGroup, String, T, T)

                                                                                                            Checks whether the setting exists in the settings group. If the setting does exist, then it is updated with the new value; if it does not exist, a new setting is created, but only if the value is not the same as the default value (in which case the call is effectively ignored).

                                                                                                            @@ -469,7 +470,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingName

                                                                                                            The name of the setting to save.

                                                                                                            @@ -484,8 +485,8 @@
                                                                                                            Parameters
                                                                                                            T defaultValue

                                                                                                            The default value of the setting. This is used to prevent creating unnecessary - settings when the setting to be created is equal to the default value. This does not affect updating a setting, - it only applies when creating a new one.

                                                                                                            +settings when the setting to be created is equal to the default value. This does not affect updating a setting, +it only applies when creating a new one.

                                                                                                            @@ -502,7 +503,7 @@
                                                                                                            Type Parameters
                                                                                                            T

                                                                                                            The type of the setting to save. The type must be the same as at the point of - retrieval, or it will not be returned again correctly. See GetSettingFromSettingsGroup<T>(ISettingsGroup, string, T).

                                                                                                            +retrieval, or it will not be returned again correctly. See GetSettingFromSettingsGroup<T>(ISettingsGroup, String, T).

                                                                                                            @@ -513,7 +514,7 @@

                                                                                                            Events

                                                                                                            PropertyChanged

                                                                                                            All property setters must fire this event if data binding is to be used. The recommended approach is to use -OnPropertyChanged(string).

                                                                                                            +OnPropertyChanged(String).

                                                                                                            Declaration
                                                                                                            @@ -530,14 +531,14 @@
                                                                                                            Event Type
                                                                                                            - PropertyChangedEventHandler + System.ComponentModel.PropertyChangedEventHandler

                                                                                                            Implements

                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.html index 097b2b935..c20be0c1c 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.html @@ -91,184 +91,21 @@

                                                                                                            Inheritance
                                                                                                            - - - - -
                                                                                                            FileTypeSettingsPageAttribute
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            FileTypeSettingsPageAttribute
                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            - -
                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [ExtensionPointInfo("File Type Settings Page", ExtensionPointBehavior.Static)]
                                                                                                            -[AttributeUsage(AttributeTargets.Class)]
                                                                                                            -public class FileTypeSettingsPageAttribute : SortableExtensionAttribute, _Attribute
                                                                                                            +
                                                                                                            [AttributeUsage(AttributeTargets.Class)]
                                                                                                            +public class FileTypeSettingsPageAttribute : SortableExtensionAttribute
                                                                                                            Remarks

                                                                                                            File type settings pages typically also implement IFileTypeConfigurationAware. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -285,7 +122,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            FileTypeSettingsPageAttribute(string, string, string)

                                                                                                            +

                                                                                                            FileTypeSettingsPageAttribute(String, String, String)

                                                                                                            Construct with id, name and description. See base class for parameter documentation.

                                                                                                            @@ -304,17 +141,17 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id - string + System.String name - string + System.String description @@ -343,15 +180,11 @@
                                                                                                            Property Value
                                                                                                            - string + System.String -

                                                                                                            Implements

                                                                                                            - diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.html index 122fdda89..85be44da2 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.html @@ -92,28 +92,28 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FontMappingRule
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -154,7 +154,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -180,7 +180,7 @@
                                                                                                            Property Value
                                                                                                            - Liststring + System.Collections.Generic.List<System.String> @@ -206,7 +206,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -232,7 +232,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -242,7 +242,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Determines whether the given object is equal to this object.

                                                                                                            @@ -261,7 +261,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj

                                                                                                            object

                                                                                                            @@ -278,14 +278,14 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            whether equal to this object

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -307,14 +307,14 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32

                                                                                                            hash code

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html index 9200728c3..f8ae1dcad 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html @@ -91,58 +91,58 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FontMappingSettings
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class FontMappingSettings : FileTypeSettingsBase, INotifyPropertyChanged
                                                                                                            +
                                                                                                            public class FontMappingSettings : FileTypeSettingsBase

                                                                                                            Constructors

                                                                                                            @@ -180,7 +180,7 @@
                                                                                                            Property Value
                                                                                                            - Dictionaryintstring + System.Collections.Generic.Dictionary<System.Int32, System.String> @@ -206,7 +206,7 @@
                                                                                                            Property Value
                                                                                                            - ObservableListstring + ObservableList<System.String> @@ -232,7 +232,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -258,7 +258,7 @@
                                                                                                            Property Value
                                                                                                            - ObservableListFontMappingRule + ObservableList<FontMappingRule> @@ -268,7 +268,7 @@

                                                                                                            Methods -

                                                                                                            GetFontMappingRule(string, string)

                                                                                                            +

                                                                                                            GetFontMappingRule(String, String)

                                                                                                            Returns the list of FontMappingRule items that corresponds to the lcid parameter

                                                                                                            @@ -287,13 +287,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String languageCultureCode

                                                                                                            the culture identifier code of the language

                                                                                                            - string + System.String lcid

                                                                                                            the culture identifier id of the language

                                                                                                            @@ -310,7 +310,7 @@
                                                                                                            Returns
                                                                                                            - Dictionarystringstring + System.Collections.Generic.Dictionary<System.String, System.String>

                                                                                                            a hash table containing the the FontMappingRule items that correspond to the given lcid

                                                                                                            @@ -338,7 +338,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            an xml representation of the font mapping settings

                                                                                                            @@ -347,7 +347,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            PopulateFromSettingsBundle(ISettingsBundle, string)

                                                                                                            +

                                                                                                            PopulateFromSettingsBundle(ISettingsBundle, String)

                                                                                                            Populates a FontMappiongSettings from a SettingsBundle

                                                                                                            @@ -372,7 +372,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String fileTypeConfigurationId

                                                                                                            the filter definition id to use

                                                                                                            @@ -380,7 +380,7 @@
                                                                                                            Parameters
                                                                                                            Overrides
                                                                                                            - + @@ -397,7 +397,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            SaveDefaultsToSettingsBundle(ISettingsBundle, string)

                                                                                                            +

                                                                                                            SaveDefaultsToSettingsBundle(ISettingsBundle, String)

                                                                                                            Saves the default FontMappingSettings into a SettingsBundle

                                                                                                            @@ -422,7 +422,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String fileTypeConfigurationId

                                                                                                            the filter definition id to use

                                                                                                            @@ -430,11 +430,11 @@
                                                                                                            Parameters
                                                                                                            Overrides
                                                                                                            - + -

                                                                                                            SaveToSettingsBundle(ISettingsBundle, string)

                                                                                                            +

                                                                                                            SaveToSettingsBundle(ISettingsBundle, String)

                                                                                                            Saves the FontMappingSettings into a SettingsBundle

                                                                                                            @@ -459,7 +459,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String fileTypeConfigurationId

                                                                                                            the filter definition id to use

                                                                                                            @@ -467,10 +467,10 @@
                                                                                                            Parameters
                                                                                                            Overrides
                                                                                                            - +

                                                                                                            Implements

                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html index daac37bc2..1d7a44bd3 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html @@ -91,29 +91,29 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FormattingGroupSettings
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            - - +
                                                                                                            System.ICloneable
                                                                                                            +
                                                                                                            System.IEquatable<ISettingsClass>
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class FormattingGroupSettings : AbstractSettingsClass, INotifyPropertyChanged, ISettingsClass, ICloneable, IEquatable<ISettingsClass>, ISerializableListItem
                                                                                                            +
                                                                                                            public class FormattingGroupSettings : AbstractSettingsClass, ISettingsClass, ICloneable, IEquatable<ISettingsClass>, ISerializableListItem

                                                                                                            Constructors

                                                                                                            @@ -217,7 +217,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -243,7 +243,7 @@
                                                                                                            Property Value
                                                                                                            - ObservableDictionarystringstring + ObservableDictionary<System.String, System.String> @@ -268,7 +268,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -280,7 +280,7 @@

                                                                                                            Methods -

                                                                                                            ClearListItemSettings(ISettingsGroup, string)

                                                                                                            +

                                                                                                            ClearListItemSettings(ISettingsGroup, String)

                                                                                                            Clears all formatting items in Settings Group

                                                                                                            @@ -304,7 +304,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting @@ -331,7 +331,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Reference to the clone instance.

                                                                                                            @@ -377,7 +377,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -387,7 +387,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Declaration
                                                                                                            @@ -405,7 +405,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object other @@ -421,7 +421,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -447,17 +447,17 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            -

                                                                                                            GetSettingFromSettingsGroup<T>(ISettingsGroup, string, T)

                                                                                                            +

                                                                                                            GetSettingFromSettingsGroup<T>(ISettingsGroup, String, T)

                                                                                                            Gets setting from Settings Group

                                                                                                            @@ -481,7 +481,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingName @@ -525,7 +525,7 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, String)

                                                                                                            Retrieves formatting items from Settings Group

                                                                                                            @@ -549,7 +549,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting @@ -588,8 +588,7 @@
                                                                                                            Overrides

                                                                                                            ResetToDefaults()

                                                                                                            -

                                                                                                            Restore all settings to default values.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -629,7 +628,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            SaveToSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            SaveToSettingsGroup(ISettingsGroup, String)

                                                                                                            Saves formatting items to Settings Group

                                                                                                            @@ -653,7 +652,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting @@ -662,7 +661,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            UpdateSettingInSettingsGroup<T>(ISettingsGroup, string, T, T)

                                                                                                            +

                                                                                                            UpdateSettingInSettingsGroup<T>(ISettingsGroup, String, T, T)

                                                                                                            Updates setting in Settings Group

                                                                                                            @@ -686,7 +685,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingName @@ -719,16 +718,16 @@
                                                                                                            Type Parameters

                                                                                                            Implements

                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            - IEquatable<T> + System.IEquatable<T>
                                                                                                            ISerializableListItem diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IAbstractSettingsPage.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IAbstractSettingsPage.html index 226a961d8..23054f15c 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IAbstractSettingsPage.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IAbstractSettingsPage.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -100,7 +100,8 @@

                                                                                                            This interface intentionally excludes initialization and user interface components, since this tends to be implementation specific. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -124,15 +125,16 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean
                                                                                                            Remarks

                                                                                                            -Determines whether a 'Reset To Default' button should be displayed/enabled in the host application. -

                                                                                                            +Determines whether a 'Reset To Default' button should be displayed/enabled in the host application. +

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -206,7 +208,8 @@

                                                                                                            This method should not save the settings yet. This should be done in Save().

                                                                                                            -

                                                                                                            This method will not be called if HasDefaultSettings returns false.

                                                                                                            +

                                                                                                            This method will not be called if HasDefaultSettings returns false.

                                                                                                            + @@ -242,7 +245,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if the input on this settings page is valid.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeConfigurationAware.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeConfigurationAware.html index 5b5195ede..61718bf44 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeConfigurationAware.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeConfigurationAware.html @@ -91,7 +91,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -122,7 +122,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -133,7 +133,8 @@
                                                                                                            @@ -156,7 +157,7 @@
                                                                                                            Property Value
                                                                                                            - Liststring + System.Collections.Generic.List<System.String> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsAware-1.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsAware-1.html index a433972a4..bfa6650e5 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsAware-1.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsAware-1.html @@ -90,11 +90,12 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public interface IFileTypeSettingsAware<SettingsType> where SettingsType : FileTypeSettingsBase
                                                                                                            +
                                                                                                            public interface IFileTypeSettingsAware<SettingsType>
                                                                                                            +    where SettingsType : FileTypeSettingsBase
                                                                                                            Type Parameters
                                                                                                            @@ -116,7 +117,8 @@
                                                                                                            Properties
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.html index 3e413de6d..8622f5e96 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.html @@ -89,7 +89,7 @@

                                                                                                            Interface which should be implemented by File Types supporting conversion from XML to Json settings and vice versa

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -100,7 +100,7 @@

                                                                                                            Methods -

                                                                                                            ConvertJsonToXml(ISettingsBundle, ISettingsBundle, string)

                                                                                                            +

                                                                                                            ConvertJsonToXml(ISettingsBundle, ISettingsBundle, String)

                                                                                                            Converts from Json to XML passing in both settings bundles and fileTypeConfigurationId

                                                                                                            @@ -131,7 +131,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -141,7 +141,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ConvertJsonToXml(ISettingsBundle, string)

                                                                                                            +

                                                                                                            ConvertJsonToXml(ISettingsBundle, String)

                                                                                                            Converts from a Json settings object to an Xml settings object

                                                                                                            @@ -166,7 +166,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -192,7 +192,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertXmlToJson(ISettingsBundle, ISettingsBundle, string)

                                                                                                            +

                                                                                                            ConvertXmlToJson(ISettingsBundle, ISettingsBundle, String)

                                                                                                            Converts from XML to JSON passing in both settings bundles and fileTypeConfigurationId

                                                                                                            @@ -223,7 +223,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -233,7 +233,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ConvertXmlToJson(ISettingsBundle, string)

                                                                                                            +

                                                                                                            ConvertXmlToJson(ISettingsBundle, String)

                                                                                                            Converts from an Xml settings object to a Json settings object

                                                                                                            @@ -258,7 +258,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsPage.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsPage.html index 90b4f0720..c0fd9755f 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsPage.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsPage.html @@ -120,10 +120,10 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractSettingsPage.HasDefaultSettings
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -152,7 +152,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -205,7 +205,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -214,7 +214,7 @@
                                                                                                            Returns

                                                                                                            Init(ISettingsBundle)

                                                                                                            -

                                                                                                            The framework calls this method after the settings page has been created, before it is used for the first time.

                                                                                                            +

                                                                                                            The framework calls this method after the settings page has been created, before it is used for the first time.

                                                                                                            Declaration
                                                                                                            @@ -235,10 +235,10 @@
                                                                                                            Parameters
                                                                                                            @@ -251,7 +251,8 @@
                                                                                                            IFileTypeConfigurationAware. The framework will set the configuration id before calling the Init() method. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.html index 5db8fea7d..a67fffc2f 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.html @@ -87,11 +87,11 @@

                                                                                                            Interface ISerializableListItem

                                                                                                            Interface that provides complicated list items in an ObservableList<T> with the opportunity -to serialize and restore themselves when SaveToSettingsGroup(ISettingsGroup, string) and -PopulateFromSettingsGroup(ISettingsGroup, string) are called on the parent list.

                                                                                                            +to serialize and restore themselves when SaveToSettingsGroup(ISettingsGroup, String) and +PopulateFromSettingsGroup(ISettingsGroup, String) are called on the parent list.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -106,9 +106,9 @@

                                                                                                            Methods -

                                                                                                            ClearListItemSettings(ISettingsGroup, string)

                                                                                                            +

                                                                                                            ClearListItemSettings(ISettingsGroup, String)

                                                                                                            Removes all current settings belonging to this list item from the settings bundle. This is called from -SaveToSettingsGroup(ISettingsGroup, string) to ensure that all list items in the settings are removed from +SaveToSettingsGroup(ISettingsGroup, String) to ensure that all list items in the settings are removed from the stored list before saving a new set of list items. Implementations may be required if the settings object is of a complex type such as another list, otherwise this can be left empty.

                                                                                                            @@ -134,7 +134,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -144,7 +144,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, String)

                                                                                                            Deserializes and re-populates the list item from the settings group.

                                                                                                            @@ -169,7 +169,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -179,7 +179,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            SaveToSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            SaveToSettingsGroup(ISettingsGroup, String)

                                                                                                            Serializes and saves the list item to the settings group.

                                                                                                            @@ -204,7 +204,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.html index e4f659c87..9ef75705b 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FileTypeSettingsJson
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsJsonSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -157,7 +157,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -207,7 +207,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.html index 6498663dd..75b76a224 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FileTypeSettingsUtil
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsJsonSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -172,7 +172,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateJsonSettingsBundleFromData(FileTypeSettingsJson, string)

                                                                                                            +

                                                                                                            CreateJsonSettingsBundleFromData(FileTypeSettingsJson, String)

                                                                                                            Create a new ISettingsBundle from FileTypeSettings in JSON format, based on existing data

                                                                                                            @@ -196,7 +196,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -255,7 +255,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -263,7 +263,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetWellKnownSectionFromJsonBundle(JObject, string, string)

                                                                                                            +

                                                                                                            GetWellKnownSectionFromJsonBundle(JObject, String, String)

                                                                                                            Extract all settings from FileTypeSettings section of a JsonBundle

                                                                                                            @@ -287,12 +287,12 @@
                                                                                                            Parameters
                                                                                                            - + - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html index 02738992c..dfcc11a8d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html @@ -86,56 +86,56 @@

                                                                                                            Class ObservableDictionary<TKey, TValue>

                                                                                                            -

                                                                                                            An implementation of IDictionary<TKey><TValue> which fires INotifyCollectionChanged -and INotifyPropertyChanged when required. This allows the dictionary to be used as +

                                                                                                            An implementation of IDictionary<TKey><TValue> which fires System.Collections.Specialized.INotifyCollectionChanged +and System.ComponentModel.INotifyPropertyChanged when required. This allows the dictionary to be used as a data source for WPF user controls implementing data-binding.

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ObservableDictionary<TKey, TValue>
                                                                                                            Implements
                                                                                                            - - - - - - - +
                                                                                                            System.Collections.Generic.IDictionary<TKey, TValue>
                                                                                                            +
                                                                                                            System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>
                                                                                                            +
                                                                                                            System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>
                                                                                                            +
                                                                                                            System.Collections.IEnumerable
                                                                                                            +
                                                                                                            System.Collections.Specialized.INotifyCollectionChanged
                                                                                                            +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ObservableDictionary<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISerializable
                                                                                                            +
                                                                                                            public class ObservableDictionary<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, ISerializable
                                                                                                            Type Parameters
                                                                                                            stringSystem.String fileTypeConfigurationId

                                                                                                            fileTypeConfigurationId

                                                                                                            stringSystem.String fileTypeConfigurationId

                                                                                                            fileTypeConfigurationId

                                                                                                            stringSystem.String fileTypeConfigurationId

                                                                                                            fileTypeConfigurationId

                                                                                                            stringSystem.String fileTypeConfigurationId

                                                                                                            fileTypeConfigurationId

                                                                                                            boolSystem.Boolean
                                                                                                            ControlSystem.Windows.Controls.Control
                                                                                                            ISettingsBundle settingsBundle

                                                                                                            The settings bundle in which settings are persisted. The implementation should - store this value and make it accessible from the SettingsBundle property. -

                                                                                                            The implementation should use settings from the bundle to initialize the user interface before - returning the control from GetControl, and to persist changed settings in the - Save() method.

                                                                                                            +store this value and make it accessible from the SettingsBundle property. +

                                                                                                            The implementation should use settings from the bundle to initialize the user interface before +returning the control from , and to persist changed settings in the +Save() method.

                                                                                                            stringSystem.String listItemSetting

                                                                                                            The setting ID used by the ObservableList<T> to access the list settings.

                                                                                                            stringSystem.String listItemSetting

                                                                                                            The setting ID used by the ObservableList<T> to load the list settings.

                                                                                                            stringSystem.String listItemSetting

                                                                                                            The setting ID used by the ObservableList<T> to save the list settings.

                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String data
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String fileTypeId
                                                                                                            stringSystem.String settingsNameKey
                                                                                                            @@ -174,7 +174,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            ObservableDictionary(int)

                                                                                                            +

                                                                                                            ObservableDictionary(Int32)

                                                                                                            Constructor creating a new dictionary with the specified capacity.

                                                                                                            @@ -193,7 +193,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -222,12 +222,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -256,7 +256,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -282,7 +282,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -290,7 +290,7 @@
                                                                                                            Property Value
                                                                                                            -

                                                                                                            this[TKey]

                                                                                                            +

                                                                                                            Item[TKey]

                                                                                                            Retrieves the dictionary element value at the specified key.

                                                                                                            @@ -353,7 +353,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -379,7 +379,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -389,13 +389,14 @@

                                                                                                            Methods -

                                                                                                            Add(KeyValuePair<TKey, TValue>)

                                                                                                            -

                                                                                                            Adds a new element to the dictionary.

                                                                                                            +

                                                                                                            Add(TKey, TValue)

                                                                                                            +

                                                                                                            Adds an element with the key and value to the dictionary or updates the value +if the key already exists.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public void Add(KeyValuePair<TKey, TValue> item)
                                                                                                            +
                                                                                                            public void Add(TKey key, TValue value)
                                                                                                            Parameters
                                                                                                            intSystem.Int32 size

                                                                                                            The initial capacity of the dictionary.

                                                                                                            SerializationInfoSystem.Runtime.Serialization.SerializationInfo info
                                                                                                            StreamingContextSystem.Runtime.Serialization.StreamingContext context
                                                                                                            intSystem.Int32
                                                                                                            boolSystem.Boolean
                                                                                                            ICollectionSystem.Collections.Generic.ICollection<TKey>
                                                                                                            ICollectionSystem.Collections.Generic.ICollection<TValue>
                                                                                                            @@ -408,9 +409,15 @@
                                                                                                            Parameters
                                                                                                            - - - + + + + + + + @@ -418,14 +425,13 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Add(TKey, TValue)

                                                                                                            -

                                                                                                            Adds an element with the key and value to the dictionary or updates the value -if the key already exists.

                                                                                                            +

                                                                                                            Add(KeyValuePair<TKey, TValue>)

                                                                                                            +

                                                                                                            Adds a new element to the dictionary.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public void Add(TKey key, TValue value)
                                                                                                            +
                                                                                                            public void Add(KeyValuePair<TKey, TValue> item)
                                                                                                            Parameters
                                                                                                            KeyValuePairitem

                                                                                                            The element to add to the dictionary.

                                                                                                            +
                                                                                                            TKeykey

                                                                                                            The object to use as the key for the element.

                                                                                                            +
                                                                                                            TValuevalue

                                                                                                            The object to use as the value for the element.

                                                                                                            @@ -438,15 +444,9 @@
                                                                                                            Parameters
                                                                                                            - - - - - - - - + + @@ -465,9 +465,9 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            ClearDictionaryItemSettings(ISettingsGroup, string)

                                                                                                            +

                                                                                                            ClearDictionaryItemSettings(ISettingsGroup, String)

                                                                                                            Removes all saved items belonging to this dictionary from the stored settings group. This is -called from SaveToSettingsGroup(ISettingsGroup, string) to make sure that the settings being updated +called from SaveToSettingsGroup(ISettingsGroup, String) to make sure that the settings being updated are all saved cleanly.

                                                                                                            @@ -492,7 +492,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -521,7 +521,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -538,7 +538,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -583,7 +583,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -592,7 +592,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CopyTo(KeyValuePair<TKey, TValue>[], int)

                                                                                                            +

                                                                                                            CopyTo(KeyValuePair<TKey, TValue>[], Int32)

                                                                                                            Copies the dictionary elements into the provided array, starting from the specified index in the array.

                                                                                                            @@ -612,13 +612,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -628,7 +628,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            GetDictionaryItemFromSettings<T>(ISettingsGroup, string, out bool)

                                                                                                            +

                                                                                                            GetDictionaryItemFromSettings<T>(ISettingsGroup, String, out Boolean)

                                                                                                            Gets the setting for the dictionary item from the settings group and populates it.

                                                                                                            @@ -653,13 +653,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -718,7 +718,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -745,12 +745,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -759,7 +759,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, String)

                                                                                                            Restores the dictionary from the settings group and populates itself using the setting ID as its base.

                                                                                                            @@ -784,7 +784,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -794,13 +794,13 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Remove(KeyValuePair<TKey, TValue>)

                                                                                                            -

                                                                                                            Removes the specified item from the dictionary.

                                                                                                            +

                                                                                                            Remove(TKey)

                                                                                                            +

                                                                                                            Removes the element with the specified key from the dictionary.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public bool Remove(KeyValuePair<TKey, TValue> item)
                                                                                                            +
                                                                                                            public bool Remove(TKey key)
                                                                                                            Parameters
                                                                                                            TKeykey

                                                                                                            The object to use as the key for the element.

                                                                                                            -
                                                                                                            TValuevalue

                                                                                                            The object to use as the value for the element.

                                                                                                            +
                                                                                                            System.Collections.Generic.KeyValuePair<TKey, TValue>item

                                                                                                            The element to add to the dictionary.

                                                                                                            stringSystem.String listSettingId

                                                                                                            The ID of the setting to remove.

                                                                                                            KeyValuePairSystem.Collections.Generic.KeyValuePair<TKey, TValue> item

                                                                                                            The item to look for.

                                                                                                            boolSystem.Boolean

                                                                                                            true if the item exists in the dictionary.

                                                                                                            boolSystem.Boolean

                                                                                                            true if the key exists in the dictionary.

                                                                                                            KeyValuePairSystem.Collections.Generic.KeyValuePair<TKey, TValue>[] array

                                                                                                            The index to copy the dictionary elements in to.

                                                                                                            intSystem.Int32 arrayIndex

                                                                                                            The index in the array to start copying from.

                                                                                                            stringSystem.String listItemSetting

                                                                                                            The setting ID to use to retrieve the setting.

                                                                                                            boolSystem.Boolean found

                                                                                                            A flag which reports if the setting was found or not.

                                                                                                            IEnumeratorKeyValuePairSystem.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>>
                                                                                                            SerializationInfoSystem.Runtime.Serialization.SerializationInfo info
                                                                                                            StreamingContextSystem.Runtime.Serialization.StreamingContext context
                                                                                                            stringSystem.String listSettingId

                                                                                                            The setting ID to use as a base when populating the dictionary.

                                                                                                            @@ -813,9 +813,9 @@
                                                                                                            Parameters
                                                                                                            - - - + + @@ -830,8 +830,8 @@
                                                                                                            Returns
                                                                                                            - - + @@ -839,13 +839,13 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Remove(TKey)

                                                                                                            -

                                                                                                            Removes the element with the specified key from the dictionary.

                                                                                                            +

                                                                                                            Remove(KeyValuePair<TKey, TValue>)

                                                                                                            +

                                                                                                            Removes the specified item from the dictionary.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public bool Remove(TKey key)
                                                                                                            +
                                                                                                            public bool Remove(KeyValuePair<TKey, TValue> item)
                                                                                                            Parameters
                                                                                                            KeyValuePairitem

                                                                                                            The item to remove from the dictionary.

                                                                                                            +
                                                                                                            TKeykey

                                                                                                            The key of the element to remove.

                                                                                                            bool

                                                                                                            true if the item was successfully removed from the dictionary.

                                                                                                            +
                                                                                                            System.Boolean

                                                                                                            true if the element was successfully removed.

                                                                                                            @@ -858,9 +858,9 @@
                                                                                                            Parameters
                                                                                                            - - - + + @@ -875,8 +875,8 @@
                                                                                                            Returns
                                                                                                            - - + @@ -884,7 +884,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SaveToSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            SaveToSettingsGroup(ISettingsGroup, String)

                                                                                                            Saves this dictionary to the settings group using the setting ID as a base.

                                                                                                            @@ -909,7 +909,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -962,7 +962,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -990,7 +990,7 @@
                                                                                                            Event Type
                                                                                                            - + @@ -1015,32 +1015,60 @@
                                                                                                            Event Type
                                                                                                            - + + + + +
                                                                                                            TKeykey

                                                                                                            The key of the element to remove.

                                                                                                            +
                                                                                                            System.Collections.Generic.KeyValuePair<TKey, TValue>item

                                                                                                            The item to remove from the dictionary.

                                                                                                            bool

                                                                                                            true if the element was successfully removed.

                                                                                                            +
                                                                                                            System.Boolean

                                                                                                            true if the item was successfully removed from the dictionary.

                                                                                                            stringSystem.String listSettingId

                                                                                                            The setting ID to use as a base when saving the dictionary.

                                                                                                            boolSystem.Boolean

                                                                                                            true if an element with the specified key exists.

                                                                                                            NotifyCollectionChangedEventHandlerSystem.Collections.Specialized.NotifyCollectionChangedEventHandler
                                                                                                            PropertyChangedEventHandlerSystem.ComponentModel.PropertyChangedEventHandler
                                                                                                            +

                                                                                                            Explicit Interface Implementations +

                                                                                                            + + + +

                                                                                                            IEnumerable.GetEnumerator()

                                                                                                            +

                                                                                                            Returns an enumerator that iterates through the collection.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            IEnumerator IEnumerable.GetEnumerator()
                                                                                                            +
                                                                                                            +
                                                                                                            Returns
                                                                                                            + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.Collections.IEnumerator

                                                                                                            Implements

                                                                                                            - IDictionary<TKey, TValue> + System.Collections.Generic.IDictionary<TKey, TValue>
                                                                                                            - ICollection<T> + System.Collections.Generic.ICollection<T>
                                                                                                            - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                            - IEnumerable + System.Collections.IEnumerable
                                                                                                            - INotifyCollectionChanged + System.Collections.Specialized.INotifyCollectionChanged
                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html index 00f247a06..1db950210 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html @@ -86,49 +86,49 @@

                                                                                                            Class ObservableList<T>

                                                                                                            -

                                                                                                            An implementation of IList<T> which fires INotifyCollectionChanged -and INotifyPropertyChanged when required. This allows the list to be used as +

                                                                                                            An implementation of IList<T> which fires System.Collections.Specialized.INotifyCollectionChanged +and System.ComponentModel.INotifyPropertyChanged when required. This allows the list to be used as a data source for WPF user controls implementing data-binding.

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ObservableList<T>
                                                                                                            Implements
                                                                                                            - - - - - - +
                                                                                                            System.Collections.Generic.IList<T>
                                                                                                            +
                                                                                                            System.Collections.Generic.ICollection<T>
                                                                                                            +
                                                                                                            System.Collections.Generic.IEnumerable<T>
                                                                                                            +
                                                                                                            System.Collections.IEnumerable
                                                                                                            +
                                                                                                            System.Collections.Specialized.INotifyCollectionChanged
                                                                                                            +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettings
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ObservableList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
                                                                                                            +
                                                                                                            public class ObservableList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
                                                                                                            Type Parameters
                                                                                                            @@ -181,7 +181,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -211,7 +211,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -237,7 +237,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -245,7 +245,7 @@
                                                                                                            Property Value
                                                                                                            -

                                                                                                            this[int]

                                                                                                            +

                                                                                                            Item[Int32]

                                                                                                            Retrieves the list item at the specified index.

                                                                                                            @@ -264,7 +264,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -340,7 +340,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -361,9 +361,9 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            ClearListItemSettings(ISettingsGroup, string)

                                                                                                            +

                                                                                                            ClearListItemSettings(ISettingsGroup, String)

                                                                                                            Removes all saved items belonging to this list from the stored settings group. This is -called from SaveToSettingsGroup(ISettingsGroup, string) to make sure that the settings being updated +called from SaveToSettingsGroup(ISettingsGroup, String) to make sure that the settings being updated are all saved cleanly.

                                                                                                            @@ -388,7 +388,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -434,7 +434,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -443,7 +443,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CopyTo(T[], int)

                                                                                                            +

                                                                                                            CopyTo(T[], Int32)

                                                                                                            Copies the elements of the list to an array, starting at a particular index.

                                                                                                            @@ -462,13 +462,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -478,7 +478,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            CreateObservableStringList(string[])

                                                                                                            +

                                                                                                            CreateObservableStringList(String[])

                                                                                                            Factory method used by the Spring framework to create observable string lists to assign to the properties that require them.

                                                                                                            @@ -498,7 +498,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -514,7 +514,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -522,7 +522,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Determines whether the given object is equal to this object.

                                                                                                            @@ -541,7 +541,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -558,14 +558,14 @@
                                                                                                            Returns
                                                                                                            - +
                                                                                                            IEnumerableSystem.Collections.Generic.IEnumerable<T> collection

                                                                                                            The collection to be added

                                                                                                            intSystem.Int32
                                                                                                            boolSystem.Boolean
                                                                                                            intSystem.Int32 index

                                                                                                            The zero-based index of the item to retrieve.

                                                                                                            IEnumerableSystem.Collections.Generic.IEnumerable<T> collection

                                                                                                            The collection of elements to add to the list.

                                                                                                            stringSystem.String listSettingId

                                                                                                            The ID of the setting to remove.

                                                                                                            boolSystem.Boolean

                                                                                                            true if the list contains the item.

                                                                                                            T[] array

                                                                                                            The array to copy the list items in to.

                                                                                                            intSystem.Int32 arrayIndex

                                                                                                            The zero-based index of the array from which to start copying.

                                                                                                            stringSystem.String[] strings
                                                                                                            ObservableListstringObservableList<System.String>
                                                                                                            objectSystem.Object obj

                                                                                                            given object

                                                                                                            boolSystem.Boolean

                                                                                                            whether equal to this object

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -589,9 +589,9 @@
                                                                                                            Parameters
                                                                                                            - Predicate + System.Predicate<T> match -

                                                                                                            The Predicate<T> delegate that defines the conditions of the element to search for.

                                                                                                            +

                                                                                                            The System.Predicate<T> delegate that defines the conditions of the element to search for.

                                                                                                            @@ -633,7 +633,7 @@
                                                                                                            Returns
                                                                                                            - IEnumerator + System.Collections.Generic.IEnumerator<T>

                                                                                                            An enumerator that iterates through the list.

                                                                                                            @@ -660,18 +660,18 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32

                                                                                                            hash code

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            -

                                                                                                            GetListItemFromSettings(ISettingsGroup, string, out bool)

                                                                                                            +

                                                                                                            GetListItemFromSettings(ISettingsGroup, String, out Boolean)

                                                                                                            Gets the setting for the list item from the settings group and populates it.

                                                                                                            @@ -696,13 +696,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting

                                                                                                            The setting ID to use to retrieve the setting.

                                                                                                            - bool + System.Boolean foundSetting

                                                                                                            A flag which reports if the setting was found or not.

                                                                                                            @@ -764,7 +764,7 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32

                                                                                                            The zero-based index of the item in the list.

                                                                                                            @@ -773,7 +773,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Insert(int, T)

                                                                                                            +

                                                                                                            Insert(Int32, T)

                                                                                                            Inserts an item into the list at the specified index.

                                                                                                            @@ -792,7 +792,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 index

                                                                                                            The zero-based index to insert the item at.

                                                                                                            @@ -808,7 +808,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            InsertRange(int, IEnumerable<T>)

                                                                                                            +

                                                                                                            InsertRange(Int32, IEnumerable<T>)

                                                                                                            Inserts the elements of a collection into list at the specified index.

                                                                                                            @@ -827,13 +827,13 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 index

                                                                                                            The index to insert elements at.

                                                                                                            - IEnumerable + System.Collections.Generic.IEnumerable<T> collection

                                                                                                            The elements to insert into the list.

                                                                                                            @@ -843,7 +843,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, String)

                                                                                                            Restores the list from the settings group and populates itself using the setting ID as its base.

                                                                                                            @@ -868,7 +868,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listSettingId

                                                                                                            The setting ID to use as a base when populating the list.

                                                                                                            @@ -914,7 +914,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if the item was successfully removed.

                                                                                                            @@ -923,7 +923,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            RemoveAt(int)

                                                                                                            +

                                                                                                            RemoveAt(Int32)

                                                                                                            Removes the list item at the specified index.

                                                                                                            @@ -942,7 +942,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 index

                                                                                                            The zero-based index of the item to remove.

                                                                                                            @@ -952,7 +952,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            SaveToSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            SaveToSettingsGroup(ISettingsGroup, String)

                                                                                                            Saves this list to the settings group using the setting ID as a base.

                                                                                                            @@ -977,7 +977,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listSettingId

                                                                                                            The setting ID to use as a base when saving the list.

                                                                                                            @@ -1017,7 +1017,7 @@
                                                                                                            Parameters
                                                                                                            - IComparer + System.Collections.Generic.IComparer<T> comparer

                                                                                                            The comparer to sort the list with.

                                                                                                            @@ -1046,7 +1046,7 @@
                                                                                                            Parameters
                                                                                                            - Comparison + System.Comparison<T> comparison

                                                                                                            The delegate to use when comparing

                                                                                                            @@ -1074,7 +1074,7 @@
                                                                                                            Returns
                                                                                                            - + T[]

                                                                                                            A new array containing the elements of the list.

                                                                                                            @@ -1102,7 +1102,7 @@
                                                                                                            Event Type
                                                                                                            - NotifyCollectionChangedEventHandler + System.Collections.Specialized.NotifyCollectionChangedEventHandler @@ -1127,29 +1127,58 @@
                                                                                                            Event Type
                                                                                                            - PropertyChangedEventHandler + System.ComponentModel.PropertyChangedEventHandler +

                                                                                                            Explicit Interface Implementations +

                                                                                                            + + + +

                                                                                                            IEnumerable.GetEnumerator()

                                                                                                            +

                                                                                                            Returns an enumerator that iterates through the list.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            IEnumerator IEnumerable.GetEnumerator()
                                                                                                            +
                                                                                                            +
                                                                                                            Returns
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.Collections.IEnumerator

                                                                                                            An enumerator that iterates through the list.

                                                                                                            +

                                                                                                            Implements

                                                                                                            - IList<T> + System.Collections.Generic.IList<T>
                                                                                                            - ICollection<T> + System.Collections.Generic.ICollection<T>
                                                                                                            - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                            - IEnumerable + System.Collections.IEnumerable
                                                                                                            - INotifyCollectionChanged + System.Collections.Specialized.INotifyCollectionChanged
                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html index b274a5642..0444e6664 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html @@ -93,7 +93,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            BaseMarkupDataType
                                                                                                            @@ -105,10 +105,10 @@
                                                                                                            Inheritance
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.ICloneable
                                                                                                            +
                                                                                                            System.IEquatable<ISettingsClass>
                                                                                                            - +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            Inherited Members
                                                                                                            @@ -125,16 +125,16 @@
                                                                                                            Inherited Members
                                                                                                            AbstractSettingsClass.Equals(ISettingsClass)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsQuickInserts
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public abstract class BaseMarkupDataType : AbstractSettingsClass, ISettingsClass, ICloneable, IEquatable<ISettingsClass>, ISerializableListItem, INotifyPropertyChanged
                                                                                                            +
                                                                                                            public abstract class BaseMarkupDataType : AbstractSettingsClass, ISettingsClass, ICloneable, IEquatable<ISettingsClass>, ISerializableListItem

                                                                                                            Constructors

                                                                                                            @@ -204,7 +204,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -216,7 +216,7 @@

                                                                                                            Methods -

                                                                                                            ClearListItemSettings(ISettingsGroup, string)

                                                                                                            +

                                                                                                            ClearListItemSettings(ISettingsGroup, String)

                                                                                                            Clears settings in settings group

                                                                                                            @@ -240,7 +240,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting @@ -249,7 +249,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            GetSettingFromSettingsGroup<T>(ISettingsGroup, string, T)

                                                                                                            +

                                                                                                            GetSettingFromSettingsGroup<T>(ISettingsGroup, String, T)

                                                                                                            Gets a settings from settings group

                                                                                                            @@ -273,7 +273,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingName @@ -317,7 +317,7 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            OnPropertyChanged(string)

                                                                                                            +

                                                                                                            OnPropertyChanged(String)

                                                                                                            Fires the PropertyChanged event

                                                                                                            @@ -336,7 +336,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -345,7 +345,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, String)

                                                                                                            Loads settings from settings group

                                                                                                            @@ -369,7 +369,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting @@ -378,7 +378,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            SaveToSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            SaveToSettingsGroup(ISettingsGroup, String)

                                                                                                            Saves settings to settings group

                                                                                                            @@ -402,7 +402,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting @@ -429,18 +429,18 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            A System.String that represents the current object.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            -

                                                                                                            UpdateSettingInSettingsGroup<T>(ISettingsGroup, string, T, T)

                                                                                                            +

                                                                                                            UpdateSettingInSettingsGroup<T>(ISettingsGroup, String, T, T)

                                                                                                            Updates a setting in settings group

                                                                                                            @@ -464,7 +464,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingName @@ -517,7 +517,7 @@
                                                                                                            Event Type
                                                                                                            - PropertyChangedEventHandler + System.ComponentModel.PropertyChangedEventHandler @@ -527,16 +527,16 @@

                                                                                                            Implements

                                                                                                            ISettingsClass
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            - IEquatable<T> + System.IEquatable<T>
                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.html index 35bb4617e..e0ed110a7 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            MarkupDataFactory
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsQuickInserts
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -141,7 +141,7 @@

                                                                                                            Methods -

                                                                                                            CreateMarkupDataType(string)

                                                                                                            +

                                                                                                            CreateMarkupDataType(String)

                                                                                                            Creates a markup representation object (Quick Inserts)

                                                                                                            @@ -160,7 +160,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String type diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.html index edf8346a2..8bd9979b4 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            @@ -100,21 +100,21 @@
                                                                                                            Inheritance
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.ICloneable
                                                                                                            +
                                                                                                            System.IEquatable<ISettingsClass>
                                                                                                            - +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            Inherited Members
                                                                                                            BaseMarkupDataType.SettingName @@ -123,16 +123,16 @@
                                                                                                            Inherited Members
                                                                                                            BaseMarkupDataType.PropertyChanged
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsQuickInserts
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class PlaceholderTagMarkup : BaseMarkupDataType, ISettingsClass, ICloneable, IEquatable<ISettingsClass>, ISerializableListItem, INotifyPropertyChanged
                                                                                                            +
                                                                                                            public class PlaceholderTagMarkup : BaseMarkupDataType, ISettingsClass, ICloneable, IEquatable<ISettingsClass>, ISerializableListItem

                                                                                                            Constructors

                                                                                                            @@ -200,7 +200,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -226,7 +226,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -236,7 +236,7 @@

                                                                                                            Methods -

                                                                                                            ClearListItemSettings(ISettingsGroup, string)

                                                                                                            +

                                                                                                            ClearListItemSettings(ISettingsGroup, String)

                                                                                                            Clears the settings from settings group

                                                                                                            @@ -260,14 +260,14 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting
                                                                                                            Overrides
                                                                                                            - + @@ -289,7 +289,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Reference to the newly created object.

                                                                                                            @@ -334,7 +334,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -344,7 +344,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, String)

                                                                                                            Loads the settings from settings group

                                                                                                            @@ -368,14 +368,14 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting
                                                                                                            Overrides
                                                                                                            - + @@ -409,8 +409,7 @@
                                                                                                            Overrides

                                                                                                            ResetToDefaults()

                                                                                                            -

                                                                                                            Restore all settings to default values.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -450,7 +449,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            SaveToSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            SaveToSettingsGroup(ISettingsGroup, String)

                                                                                                            Saves the settings to settings group

                                                                                                            @@ -474,14 +473,14 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting
                                                                                                            Overrides
                                                                                                            - + @@ -503,7 +502,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            A System.String that represents the current object.

                                                                                                            @@ -516,16 +515,16 @@

                                                                                                            Implements

                                                                                                            ISettingsClass
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            - IEquatable<T> + System.IEquatable<T>
                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html index 3596ead33..b909dda3d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            QuickInsertSettings
                                                                                                            @@ -99,24 +99,24 @@
                                                                                                            Inheritance
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.ICloneable
                                                                                                            +
                                                                                                            System.IEquatable<ISettingsClass>
                                                                                                            - +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsQuickInserts
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class QuickInsertSettings : AbstractSettingsClass, ISettingsClass, ICloneable, IEquatable<ISettingsClass>, ISerializableListItem, INotifyPropertyChanged
                                                                                                            +
                                                                                                            public class QuickInsertSettings : AbstractSettingsClass, ISettingsClass, ICloneable, IEquatable<ISettingsClass>, ISerializableListItem

                                                                                                            Constructors

                                                                                                            @@ -188,7 +188,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -197,7 +197,7 @@
                                                                                                            Property Value

                                                                                                            CommandName

                                                                                                            -

                                                                                                            Represents the Quick Insert's Command Name

                                                                                                            +

                                                                                                            Represents the Quick Insert's Command Name

                                                                                                            Declaration
                                                                                                            @@ -214,7 +214,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -223,7 +223,7 @@
                                                                                                            Property Value

                                                                                                            Description

                                                                                                            -

                                                                                                            Represents the Quick Insert's Description

                                                                                                            +

                                                                                                            Represents the Quick Insert's Description

                                                                                                            Declaration
                                                                                                            @@ -240,7 +240,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -266,7 +266,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -317,7 +317,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -329,7 +329,7 @@

                                                                                                            Methods -

                                                                                                            ClearListItemSettings(ISettingsGroup, string)

                                                                                                            +

                                                                                                            ClearListItemSettings(ISettingsGroup, String)

                                                                                                            Clears settings from settings group

                                                                                                            @@ -353,7 +353,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting @@ -379,7 +379,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -423,7 +423,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -433,7 +433,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            GetSettingFromSettingsGroup<T>(ISettingsGroup, string, T)

                                                                                                            +

                                                                                                            GetSettingFromSettingsGroup<T>(ISettingsGroup, String, T)

                                                                                                            Gets a setting from the settings group

                                                                                                            @@ -457,7 +457,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingName @@ -501,7 +501,7 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            OnPropertyChanged(string)

                                                                                                            +

                                                                                                            OnPropertyChanged(String)

                                                                                                            Fires the PropertyChanged event

                                                                                                            @@ -520,7 +520,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -529,7 +529,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, String)

                                                                                                            Loads settings from settings group

                                                                                                            @@ -553,7 +553,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting @@ -633,7 +633,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            SaveToSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            SaveToSettingsGroup(ISettingsGroup, String)

                                                                                                            Saves settings to settings group

                                                                                                            @@ -657,7 +657,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting @@ -666,7 +666,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            UpdateSettingInSettingsGroup<T>(ISettingsGroup, string, T, T)

                                                                                                            +

                                                                                                            UpdateSettingInSettingsGroup<T>(ISettingsGroup, String, T, T)

                                                                                                            Updates a setting in the settings group

                                                                                                            @@ -690,7 +690,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingName @@ -743,7 +743,7 @@
                                                                                                            Event Type
                                                                                                            - PropertyChangedEventHandler + System.ComponentModel.PropertyChangedEventHandler @@ -753,16 +753,16 @@

                                                                                                            Implements

                                                                                                            ISettingsClass
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            - IEquatable<T> + System.IEquatable<T>
                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.html index c5a17e662..0ed9e418d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.html @@ -91,31 +91,31 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            QuickInsertsSettings
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            - - +
                                                                                                            System.ICloneable
                                                                                                            +
                                                                                                            System.IEquatable<ISettingsClass>
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsQuickInserts
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class QuickInsertsSettings : AbstractSettingsClass, INotifyPropertyChanged, ISettingsClass, ICloneable, IEquatable<ISettingsClass>
                                                                                                            +
                                                                                                            public class QuickInsertsSettings : AbstractSettingsClass, ISettingsClass, ICloneable, IEquatable<ISettingsClass>

                                                                                                            Constructors

                                                                                                            @@ -198,7 +198,7 @@
                                                                                                            Property Value
                                                                                                            - ComplexObservableListQuickInsertSettings + ComplexObservableList<QuickInsertSettings> @@ -223,7 +223,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -252,7 +252,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -296,7 +296,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -403,16 +403,16 @@
                                                                                                            Overrides

                                                                                                            Implements

                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            - IEquatable<T> + System.IEquatable<T>
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.html index 94b3d9d58..023cc3705 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            @@ -100,21 +100,21 @@
                                                                                                            Inheritance
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.ICloneable
                                                                                                            +
                                                                                                            System.IEquatable<ISettingsClass>
                                                                                                            - +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            Inherited Members
                                                                                                            BaseMarkupDataType.SettingName @@ -123,16 +123,16 @@
                                                                                                            Inherited Members
                                                                                                            BaseMarkupDataType.PropertyChanged
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsQuickInserts
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class TagPairMarkup : BaseMarkupDataType, ISettingsClass, ICloneable, IEquatable<ISettingsClass>, ISerializableListItem, INotifyPropertyChanged
                                                                                                            +
                                                                                                            public class TagPairMarkup : BaseMarkupDataType, ISettingsClass, ICloneable, IEquatable<ISettingsClass>, ISerializableListItem

                                                                                                            Constructors

                                                                                                            @@ -201,7 +201,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -227,7 +227,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -279,7 +279,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -289,7 +289,7 @@

                                                                                                            Methods -

                                                                                                            ClearListItemSettings(ISettingsGroup, string)

                                                                                                            +

                                                                                                            ClearListItemSettings(ISettingsGroup, String)

                                                                                                            Clears settings from Settings Group

                                                                                                            @@ -313,14 +313,14 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting
                                                                                                            Overrides
                                                                                                            - + @@ -342,7 +342,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Reference to the newly created object.

                                                                                                            @@ -387,7 +387,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -397,7 +397,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, String)

                                                                                                            Loads markup from Settings Group

                                                                                                            @@ -421,14 +421,14 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting
                                                                                                            Overrides
                                                                                                            - + @@ -503,7 +503,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            SaveToSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            SaveToSettingsGroup(ISettingsGroup, String)

                                                                                                            Saves markup to Settings Group

                                                                                                            @@ -527,14 +527,14 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting
                                                                                                            Overrides
                                                                                                            - + @@ -556,7 +556,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            A System.String that represents the current object.

                                                                                                            @@ -569,16 +569,16 @@

                                                                                                            Implements

                                                                                                            ISettingsClass
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            - IEquatable<T> + System.IEquatable<T>
                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.html index c5c407289..9c812e96b 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            @@ -100,21 +100,21 @@
                                                                                                            Inheritance
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.ICloneable
                                                                                                            +
                                                                                                            System.IEquatable<ISettingsClass>
                                                                                                            - +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            Inherited Members
                                                                                                            BaseMarkupDataType.SettingName @@ -123,16 +123,16 @@
                                                                                                            Inherited Members
                                                                                                            BaseMarkupDataType.PropertyChanged
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsQuickInserts
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class TextMarkup : BaseMarkupDataType, ISettingsClass, ICloneable, IEquatable<ISettingsClass>, ISerializableListItem, INotifyPropertyChanged
                                                                                                            +
                                                                                                            public class TextMarkup : BaseMarkupDataType, ISettingsClass, ICloneable, IEquatable<ISettingsClass>, ISerializableListItem

                                                                                                            Constructors

                                                                                                            @@ -200,7 +200,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -210,7 +210,7 @@

                                                                                                            Methods -

                                                                                                            ClearListItemSettings(ISettingsGroup, string)

                                                                                                            +

                                                                                                            ClearListItemSettings(ISettingsGroup, String)

                                                                                                            Clears settings from settings group

                                                                                                            @@ -234,14 +234,14 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting
                                                                                                            Overrides
                                                                                                            - + @@ -263,7 +263,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Reference to the newly created object.

                                                                                                            @@ -308,7 +308,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -318,7 +318,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, String)

                                                                                                            Loads settings from settings group

                                                                                                            @@ -342,14 +342,14 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting
                                                                                                            Overrides
                                                                                                            - + @@ -383,8 +383,7 @@
                                                                                                            Overrides

                                                                                                            ResetToDefaults()

                                                                                                            -

                                                                                                            Restore all settings to default values.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -424,7 +423,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            SaveToSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            SaveToSettingsGroup(ISettingsGroup, String)

                                                                                                            Saves settings to settings group

                                                                                                            @@ -448,14 +447,14 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting
                                                                                                            Overrides
                                                                                                            - + @@ -477,7 +476,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            A System.String that represents the current object.

                                                                                                            @@ -490,16 +489,16 @@

                                                                                                            Implements

                                                                                                            ISettingsClass
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            - IEquatable<T> + System.IEquatable<T>
                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.html index 8480d09cf..1be7642ae 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            @@ -100,21 +100,21 @@
                                                                                                            Inheritance
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.ICloneable
                                                                                                            +
                                                                                                            System.IEquatable<ISettingsClass>
                                                                                                            - +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            Inherited Members
                                                                                                            BaseMarkupDataType.SettingName @@ -123,16 +123,16 @@
                                                                                                            Inherited Members
                                                                                                            BaseMarkupDataType.PropertyChanged
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsQuickInserts
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class TextPairMarkup : BaseMarkupDataType, ISettingsClass, ICloneable, IEquatable<ISettingsClass>, ISerializableListItem, INotifyPropertyChanged
                                                                                                            +
                                                                                                            public class TextPairMarkup : BaseMarkupDataType, ISettingsClass, ICloneable, IEquatable<ISettingsClass>, ISerializableListItem

                                                                                                            Constructors

                                                                                                            @@ -200,7 +200,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -226,7 +226,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -236,7 +236,7 @@

                                                                                                            Methods -

                                                                                                            ClearListItemSettings(ISettingsGroup, string)

                                                                                                            +

                                                                                                            ClearListItemSettings(ISettingsGroup, String)

                                                                                                            Clears the settings related to this object in settings group

                                                                                                            @@ -260,14 +260,14 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting
                                                                                                            Overrides
                                                                                                            - + @@ -289,7 +289,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Reference to the newly created object.

                                                                                                            @@ -334,7 +334,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -344,7 +344,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, String)

                                                                                                            Gets the settings for this markup from settings group

                                                                                                            @@ -368,14 +368,14 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting
                                                                                                            Overrides
                                                                                                            - + @@ -409,8 +409,7 @@
                                                                                                            Overrides

                                                                                                            ResetToDefaults()

                                                                                                            -

                                                                                                            Restore all settings to default values.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -450,7 +449,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            SaveToSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            SaveToSettingsGroup(ISettingsGroup, String)

                                                                                                            Saves this markup to settings group

                                                                                                            @@ -474,14 +473,14 @@
                                                                                                            Parameters
                                                                                                            - string + System.String listItemSetting
                                                                                                            Overrides
                                                                                                            - + @@ -503,7 +502,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            A System.String that represents the current object.

                                                                                                            @@ -516,16 +515,16 @@

                                                                                                            Implements

                                                                                                            ISettingsClass
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            - IEquatable<T> + System.IEquatable<T>
                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html index a6887419b..a88d7ae76 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html @@ -90,7 +90,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractSettingsClass
                                                                                                            @@ -101,10 +101,10 @@
                                                                                                            Inheritance
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            - - +
                                                                                                            System.ICloneable
                                                                                                            +
                                                                                                            System.IEquatable<ISettingsClass>
                                                                                                            Inherited Members
                                                                                                            @@ -112,44 +112,44 @@
                                                                                                            Inherited Members
                                                                                                            FileTypeSettingsBase.ResetToDefaults()
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsSerialization
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public abstract class AbstractSettingsClass : FileTypeSettingsBase, INotifyPropertyChanged, ISettingsClass, ICloneable, IEquatable<ISettingsClass>
                                                                                                            +
                                                                                                            public abstract class AbstractSettingsClass : FileTypeSettingsBase, ISettingsClass, ICloneable, IEquatable<ISettingsClass>

                                                                                                            Constructors

                                                                                                            @@ -186,7 +186,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -215,7 +215,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -242,7 +242,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -284,7 +284,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -292,12 +292,12 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public override sealed bool Equals(object obj)
                                                                                                            +
                                                                                                            public sealed override bool Equals(object obj)
                                                                                                            Parameters
                                                                                                            @@ -310,7 +310,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -326,13 +326,13 @@
                                                                                                            Returns
                                                                                                            - +
                                                                                                            objectSystem.Object obj
                                                                                                            boolSystem.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -355,7 +355,7 @@
                                                                                                            Returns
                                                                                                            - IEnumerablestring + System.Collections.Generic.IEnumerable<System.String> @@ -367,13 +367,12 @@
                                                                                                            -

                                                                                                            PopulateFromSettingsBundle(ISettingsBundle, string)

                                                                                                            -

                                                                                                            Populates the settings for a specific file type configuration.

                                                                                                            -
                                                                                                            +

                                                                                                            PopulateFromSettingsBundle(ISettingsBundle, String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            -
                                                                                                            public override sealed void PopulateFromSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId)
                                                                                                            +
                                                                                                            public sealed override void PopulateFromSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId)
                                                                                                            Parameters
                                                                                                            @@ -388,22 +387,17 @@
                                                                                                            Parameters
                                                                                                            - + - + - +
                                                                                                            ISettingsBundle settingsBundle

                                                                                                            The settings bundle to read settings from.

                                                                                                            -
                                                                                                            stringSystem.String fileTypeConfigurationId

                                                                                                            Id that can be used (as key) to retrieve the - settings group with file type specific settings from the settings bundle (this is normally - equal to the file type definition id). Default settings should be used if no settings - group exists with the specified configuration id.

                                                                                                            -
                                                                                                            Overrides
                                                                                                            - + @@ -461,14 +455,12 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            SaveDefaultsToSettingsBundle(ISettingsBundle, string)

                                                                                                            -

                                                                                                            Stores default settings for a specified file type configuration. Each setting must have its -default value explicitly stored.

                                                                                                            -
                                                                                                            +

                                                                                                            SaveDefaultsToSettingsBundle(ISettingsBundle, String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            -
                                                                                                            public override sealed void SaveDefaultsToSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId)
                                                                                                            +
                                                                                                            public sealed override void SaveDefaultsToSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId)
                                                                                                            Parameters
                                                                                                            @@ -483,30 +475,26 @@
                                                                                                            Parameters
                                                                                                            - + - + - +
                                                                                                            ISettingsBundle settingsBundle

                                                                                                            The default settings bundle in which the settings should be stored.

                                                                                                            -
                                                                                                            stringSystem.String fileTypeConfigurationId

                                                                                                            Id for the settings group that - file type specific settings should be stored in.

                                                                                                            -
                                                                                                            Overrides
                                                                                                            - + -

                                                                                                            SaveToSettingsBundle(ISettingsBundle, string)

                                                                                                            -

                                                                                                            Stores settings for a specified file type configuration.

                                                                                                            -
                                                                                                            +

                                                                                                            SaveToSettingsBundle(ISettingsBundle, String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            -
                                                                                                            public override sealed void SaveToSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId)
                                                                                                            +
                                                                                                            public sealed override void SaveToSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId)
                                                                                                            Parameters
                                                                                                            @@ -521,32 +509,29 @@
                                                                                                            Parameters
                                                                                                            - + - + - +
                                                                                                            ISettingsBundle settingsBundle

                                                                                                            The settings bundle in which the settings should be stored.

                                                                                                            -
                                                                                                            stringSystem.String fileTypeConfigurationId

                                                                                                            Id for the settings group that - file type specific settings should be stored in.

                                                                                                            -
                                                                                                            Overrides
                                                                                                            - +

                                                                                                            Implements

                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            - IEquatable<T> + System.IEquatable<T>
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.html index b1c209e93..e4251fd53 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.html @@ -90,7 +90,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            GenericFileTypeSettingsConverter
                                                                                                            @@ -100,28 +100,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsSerialization
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -132,7 +132,7 @@

                                                                                                            Constructors -

                                                                                                            GenericFileTypeSettingsConverter(params SettingsBundleConverterMethod[])

                                                                                                            +

                                                                                                            GenericFileTypeSettingsConverter(SettingsBundleConverterMethod[])

                                                                                                            Declaration
                                                                                                            @@ -150,7 +150,7 @@
                                                                                                            Parameters
                                                                                                            - SettingsBundleConverterMethod + SettingsBundleConverterMethod[] conversionMethods @@ -161,9 +161,8 @@

                                                                                                            Methods -

                                                                                                            ConvertJsonToXml(ISettingsBundle, ISettingsBundle, string)

                                                                                                            -

                                                                                                            Converts from Json to XML passing in both settings bundles and fileTypeConfigurationId

                                                                                                            -
                                                                                                            +

                                                                                                            ConvertJsonToXml(ISettingsBundle, ISettingsBundle, String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -182,29 +181,25 @@
                                                                                                            Parameters
                                                                                                            ISettingsBundle jsonSettingsBundle -

                                                                                                            JSON settings bundle

                                                                                                            - + ISettingsBundle xmlSettingsBundle -

                                                                                                            XML settings bundle

                                                                                                            - + - string + System.String fileTypeConfigurationId -

                                                                                                            fileTypeConfigurationId

                                                                                                            - + -

                                                                                                            ConvertJsonToXml(ISettingsBundle, string)

                                                                                                            -

                                                                                                            Converts from a Json settings object to an Xml settings object

                                                                                                            -
                                                                                                            +

                                                                                                            ConvertJsonToXml(ISettingsBundle, String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -223,14 +218,12 @@
                                                                                                            Parameters
                                                                                                            ISettingsBundle jsonSettingsBundle -

                                                                                                            json settings bundle

                                                                                                            - + - string + System.String fileTypeConfigurationId -

                                                                                                            fileTypeConfigurationId

                                                                                                            - + @@ -245,17 +238,15 @@
                                                                                                            Returns
                                                                                                            ISettingsBundle -

                                                                                                            A populated ISettingsBundle with settings from passed in jsonSettingsBundle

                                                                                                            - + -

                                                                                                            ConvertXmlToJson(ISettingsBundle, ISettingsBundle, string)

                                                                                                            -

                                                                                                            Converts from XML to JSON passing in both settings bundles and fileTypeConfigurationId

                                                                                                            -
                                                                                                            +

                                                                                                            ConvertXmlToJson(ISettingsBundle, ISettingsBundle, String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -274,29 +265,25 @@
                                                                                                            Parameters
                                                                                                            ISettingsBundle xmlSettingsBundle -

                                                                                                            XML settings bundle

                                                                                                            - + ISettingsBundle jsonSettingsBundle -

                                                                                                            JSON settings bundle

                                                                                                            - + - string + System.String fileTypeConfigurationId -

                                                                                                            fileTypeConfigurationId

                                                                                                            - + -

                                                                                                            ConvertXmlToJson(ISettingsBundle, string)

                                                                                                            -

                                                                                                            Converts from an Xml settings object to a Json settings object

                                                                                                            -
                                                                                                            +

                                                                                                            ConvertXmlToJson(ISettingsBundle, String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -315,14 +302,12 @@
                                                                                                            Parameters
                                                                                                            ISettingsBundle xmlSettingsBundle -

                                                                                                            xml settings bundle

                                                                                                            - + - string + System.String fileTypeConfigurationId -

                                                                                                            fileTypeConfigurationId

                                                                                                            - + @@ -337,8 +322,7 @@
                                                                                                            Returns
                                                                                                            ISettingsBundle -

                                                                                                            IJsonSettingsBundle with settings from passed in xmlSettingsBundle

                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass.html index 30e8d7fe7..70744f55f 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass.html @@ -91,13 +91,13 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            - IEquatable<ISettingsClass>.Equals(ISettingsClass) + System.IEquatable<Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass>.Equals(Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass)
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsSerialization
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.html index ed166c0d7..b3b6f2c58 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.html @@ -88,7 +88,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsSerialization
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -99,12 +99,13 @@

                                                                                                            Methods -

                                                                                                            GetCompositeList<T>(string, List<T>)

                                                                                                            +

                                                                                                            GetCompositeList<T>(String, List<T>)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            List<T> GetCompositeList<T>(string key, List<T> defaultValue) where T : ISettingsClass, new()
                                                                                                            +
                                                                                                            List<T> GetCompositeList<T>(string key, List<T> defaultValue)
                                                                                                            +    where T : ISettingsClass, new()
                                                                                                            Parameters
                                                                                                            @@ -117,12 +118,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -138,7 +139,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -161,7 +162,7 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            GetStringDictionary(string, Dictionary<string, string>)

                                                                                                            +

                                                                                                            GetStringDictionary(String, Dictionary<String, String>)

                                                                                                            Declaration
                                                                                                            @@ -179,12 +180,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -200,7 +201,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -208,7 +209,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetStringList(string, List<string>)

                                                                                                            +

                                                                                                            GetStringList(String, List<String>)

                                                                                                            Declaration
                                                                                                            @@ -226,12 +227,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -247,7 +248,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -255,7 +256,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetValue(string, bool)

                                                                                                            +

                                                                                                            GetValue(String, Boolean)

                                                                                                            Declaration
                                                                                                            @@ -273,12 +274,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -294,7 +295,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -302,7 +303,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetValue(string, int)

                                                                                                            +

                                                                                                            GetValue(String, Int32)

                                                                                                            Declaration
                                                                                                            @@ -320,12 +321,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -341,7 +342,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -349,7 +350,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetValue(string, string)

                                                                                                            +

                                                                                                            GetValue(String, String)

                                                                                                            Declaration
                                                                                                            @@ -367,12 +368,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -388,7 +389,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -396,12 +397,13 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetValue<T>(string, T, bool)

                                                                                                            +

                                                                                                            GetValue<T>(String, T, Boolean)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            T GetValue<T>(string key, T defaultValue, bool discardKey) where T : ISettingsClass, new()
                                                                                                            +
                                                                                                            T GetValue<T>(string key, T defaultValue, bool discardKey)
                                                                                                            +    where T : ISettingsClass, new()
                                                                                                            Parameters
                                                                                                            stringSystem.String key
                                                                                                            ListSystem.Collections.Generic.List<T> defaultValue
                                                                                                            ListSystem.Collections.Generic.List<T>
                                                                                                            stringSystem.String key
                                                                                                            DictionarystringstringSystem.Collections.Generic.Dictionary<System.String, System.String> defaultValue
                                                                                                            DictionarystringstringSystem.Collections.Generic.Dictionary<System.String, System.String>
                                                                                                            stringSystem.String key
                                                                                                            ListstringSystem.Collections.Generic.List<System.String> defaultValue
                                                                                                            ListstringSystem.Collections.Generic.List<System.String>
                                                                                                            stringSystem.String key
                                                                                                            boolSystem.Boolean defaultValue
                                                                                                            boolSystem.Boolean
                                                                                                            stringSystem.String key
                                                                                                            intSystem.Int32 defaultValue
                                                                                                            intSystem.Int32
                                                                                                            stringSystem.String key
                                                                                                            stringSystem.String defaultValue
                                                                                                            stringSystem.String
                                                                                                            @@ -414,7 +416,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -424,7 +426,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.html index 5dbb2ae2e..8af381a63 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.html @@ -88,7 +88,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsSerialization
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -99,7 +99,7 @@

                                                                                                            Methods -

                                                                                                            Process(string, ISettingsClass, ISettingsClass, bool)

                                                                                                            +

                                                                                                            Process(String, ISettingsClass, ISettingsClass, Boolean)

                                                                                                            Declaration
                                                                                                            @@ -117,7 +117,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -132,7 +132,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -141,7 +141,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Process(string, bool, bool)

                                                                                                            +

                                                                                                            Process(String, Boolean, Boolean)

                                                                                                            Declaration
                                                                                                            @@ -159,17 +159,17 @@
                                                                                                            Parameters
                                                                                                            - + - + - + @@ -178,7 +178,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Process(string, IReadOnlyDictionary<string, string>, IReadOnlyDictionary<string, string>)

                                                                                                            +

                                                                                                            Process(String, IReadOnlyDictionary<String, String>, IReadOnlyDictionary<String, String>)

                                                                                                            Declaration
                                                                                                            @@ -196,17 +196,17 @@
                                                                                                            Parameters
                                                                                                            - + - + - + @@ -215,7 +215,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Process(string, IReadOnlyList<ISettingsClass>, IReadOnlyList<ISettingsClass>)

                                                                                                            +

                                                                                                            Process(String, IReadOnlyList<ISettingsClass>, IReadOnlyList<ISettingsClass>)

                                                                                                            Declaration
                                                                                                            @@ -233,17 +233,17 @@
                                                                                                            Parameters
                                                                                                            - + - + - + @@ -252,7 +252,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Process(string, List<string>, List<string>)

                                                                                                            +

                                                                                                            Process(String, List<String>, List<String>)

                                                                                                            Declaration
                                                                                                            @@ -270,17 +270,17 @@
                                                                                                            Parameters
                                                                                                            - + - + - + @@ -289,7 +289,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Process(string, int, int)

                                                                                                            +

                                                                                                            Process(String, Int32, Int32)

                                                                                                            Declaration
                                                                                                            @@ -307,17 +307,17 @@
                                                                                                            Parameters
                                                                                                            - + - + - + @@ -326,7 +326,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Process(string, string, string)

                                                                                                            +

                                                                                                            Process(String, String, String)

                                                                                                            Declaration
                                                                                                            @@ -344,17 +344,17 @@
                                                                                                            Parameters
                                                                                                            - + - + - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.html index ee5b85145..55b813d22 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.html @@ -88,11 +88,11 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsSerialization
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate void SettingsBundleConverterMethod(ISettingsBundle sourceSettingsBundle, ISettingsBundle targetSettingsBundle, string fileTypeId)
                                                                                                            +
                                                                                                            public delegate void SettingsBundleConverterMethod(ISettingsBundle sourceSettingsBundle, ISettingsBundle targetSettingsBundle, string fileTypeId);
                                                                                                            Parameters
                                                                                                            stringSystem.String key
                                                                                                            boolSystem.Boolean discardKey
                                                                                                            stringSystem.String key
                                                                                                            boolSystem.Boolean discardKey
                                                                                                            stringSystem.String key
                                                                                                            boolSystem.Boolean value
                                                                                                            boolSystem.Boolean defaultValue
                                                                                                            stringSystem.String key
                                                                                                            IReadOnlyDictionarystringstringSystem.Collections.Generic.IReadOnlyDictionary<System.String, System.String> value
                                                                                                            IReadOnlyDictionarystringstringSystem.Collections.Generic.IReadOnlyDictionary<System.String, System.String> defaultValues
                                                                                                            stringSystem.String key
                                                                                                            IReadOnlyListISettingsClassSystem.Collections.Generic.IReadOnlyList<ISettingsClass> value
                                                                                                            IReadOnlyListISettingsClassSystem.Collections.Generic.IReadOnlyList<ISettingsClass> defaultValue
                                                                                                            stringSystem.String key
                                                                                                            ListstringSystem.Collections.Generic.List<System.String> value
                                                                                                            ListstringSystem.Collections.Generic.List<System.String> defaultValue
                                                                                                            stringSystem.String key
                                                                                                            intSystem.Int32 value
                                                                                                            intSystem.Int32 defaultValue
                                                                                                            stringSystem.String key
                                                                                                            stringSystem.String value
                                                                                                            stringSystem.String defaultValue
                                                                                                            @@ -115,7 +115,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -126,12 +126,12 @@

                                                                                                            Constructors -

                                                                                                            SettingsBundleConverterMethod(object, IntPtr)

                                                                                                            +

                                                                                                            SettingsBundleConverterMethod(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public SettingsBundleConverterMethod(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public SettingsBundleConverterMethod(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            stringSystem.String fileTypeId
                                                                                                            @@ -144,12 +144,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -160,12 +160,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(ISettingsBundle, ISettingsBundle, string, AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(ISettingsBundle, ISettingsBundle, String, AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(ISettingsBundle sourceSettingsBundle, ISettingsBundle targetSettingsBundle, string fileTypeId, AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(ISettingsBundle sourceSettingsBundle, ISettingsBundle targetSettingsBundle, string fileTypeId, AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -188,17 +188,17 @@
                                                                                                            Parameters
                                                                                                            - + - + - + @@ -214,7 +214,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -240,7 +240,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -249,7 +249,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Invoke(ISettingsBundle, ISettingsBundle, string)

                                                                                                            +

                                                                                                            Invoke(ISettingsBundle, ISettingsBundle, String)

                                                                                                            Declaration
                                                                                                            @@ -277,7 +277,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.html index a657860c5..80c41c92b 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            SettingsFormatConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreSettingsSerialization
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Settings.dll
                                                                                                            Syntax
                                                                                                            @@ -128,12 +128,13 @@

                                                                                                            Methods -

                                                                                                            ConvertSettings<T>(ISettingsBundle, ISettingsBundle, string)

                                                                                                            +

                                                                                                            ConvertSettings<T>(ISettingsBundle, ISettingsBundle, String)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static void ConvertSettings<T>(ISettingsBundle sourceSettingsBundle, ISettingsBundle targetSettingsBundle, string fileTypeId) where T : FileTypeSettingsBase, new()
                                                                                                            +
                                                                                                            public static void ConvertSettings<T>(ISettingsBundle sourceSettingsBundle, ISettingsBundle targetSettingsBundle, string fileTypeId)
                                                                                                            +    where T : FileTypeSettingsBase, new()
                                                                                                            Parameters
                                                                                                            stringSystem.String fileTypeId
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            stringSystem.String fileTypeId
                                                                                                            @@ -156,7 +157,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.html index 948c6fbf5..ec1929c9e 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.html @@ -122,13 +122,13 @@

                                                                                                            ObservableDictionary<TKey, TValue>

                                                                                                            -

                                                                                                            An implementation of IDictionary<TKey><TValue> which fires INotifyCollectionChanged -and INotifyPropertyChanged when required. This allows the dictionary to be used as +

                                                                                                            An implementation of IDictionary<TKey><TValue> which fires System.Collections.Specialized.INotifyCollectionChanged +and System.ComponentModel.INotifyPropertyChanged when required. This allows the dictionary to be used as a data source for WPF user controls implementing data-binding.

                                                                                                            ObservableList<T>

                                                                                                            -

                                                                                                            An implementation of IList<T> which fires INotifyCollectionChanged -and INotifyPropertyChanged when required. This allows the list to be used as +

                                                                                                            An implementation of IList<T> which fires System.Collections.Specialized.INotifyCollectionChanged +and System.ComponentModel.INotifyPropertyChanged when required. This allows the list to be used as a data source for WPF user controls implementing data-binding.

                                                                                                            Interfaces @@ -155,8 +155,8 @@

                                                                                                            ISerializableListItem

                                                                                                            Interface that provides complicated list items in an ObservableList<T> with the opportunity -to serialize and restore themselves when SaveToSettingsGroup(ISettingsGroup, string) and -PopulateFromSettingsGroup(ISettingsGroup, string) are called on the parent list.

                                                                                                            +to serialize and restore themselves when SaveToSettingsGroup(ISettingsGroup, String) and +PopulateFromSettingsGroup(ISettingsGroup, String) are called on the parent list.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.html index 07871667c..dfc08d294 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AsposeLicenseEncoder
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesAsposeLicense
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -141,7 +141,7 @@

                                                                                                            Methods -

                                                                                                            GenerateEncodedLicenseFile(string)

                                                                                                            +

                                                                                                            GenerateEncodedLicenseFile(String)

                                                                                                            Can be used for applying the obfuscation to a new license file

                                                                                                            @@ -160,7 +160,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -176,7 +176,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -185,7 +185,7 @@
                                                                                                            Returns

                                                                                                            GetEncodedLicense()

                                                                                                            -

                                                                                                            Returns the license stream that has to be passed into Aspose's methods. +

                                                                                                            Returns the license stream that has to be passed into Aspose's methods. The key is stored obfuscated in an embedded resource.

                                                                                                            @@ -203,7 +203,7 @@
                                                                                                            Returns
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.html index 6949edecc..b1df5a8ef 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            BilingualContentHandlerAdapter
                                                                                                            @@ -107,28 +107,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -141,7 +141,8 @@
                                                                                                            IBilingualFileTypeComponent, IBilingualDocumentOutputPropertiesAware, and ISharedObjectsAware and forwards calls to those interfaces of the implementation (if it implements these interfaces). -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -377,7 +378,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            InitializeSettings(ISettingsBundle, string)

                                                                                                            +

                                                                                                            InitializeSettings(ISettingsBundle, String)

                                                                                                            Calls the corresponding method on the implementation (if available).

                                                                                                            @@ -402,7 +403,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.html index 55c2684f6..94f9f9088 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            BufferedBilingualContentHandler
                                                                                                            @@ -101,28 +101,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -193,7 +193,7 @@
                                                                                                            Property Value

                                                                                                            - + @@ -219,7 +219,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -245,7 +245,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.html index 5dac636fa..cf02ab752 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.html @@ -91,43 +91,43 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            CharacterCountingIterator.EndOfItemCharacterCounterVisitor
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            protected class CharacterCountingIterator.EndOfItemCharacterCounterVisitor : CharacterCountingIterator.ICharacterCountingVisitor, IMarkupDataVisitor
                                                                                                            +
                                                                                                            protected class EndOfItemCharacterCounterVisitor : CharacterCountingIterator.ICharacterCountingVisitor, IMarkupDataVisitor

                                                                                                            Constructors

                                                                                                            @@ -164,7 +164,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.ICharacterCountingVisitor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.ICharacterCountingVisitor.html index 61a64471d..b258e50c1 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.ICharacterCountingVisitor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.ICharacterCountingVisitor.html @@ -119,11 +119,11 @@
                                                                                                            Inherited Members
                                                                                                            IMarkupDataVisitor.VisitRevisionMarker(IRevisionMarker) -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public interface CharacterCountingIterator.ICharacterCountingVisitor : IMarkupDataVisitor
                                                                                                            +
                                                                                                            public interface ICharacterCountingVisitor : IMarkupDataVisitor

                                                                                                            Properties

                                                                                                            @@ -148,7 +148,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.html index d6b2702ba..86a35fb92 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.html @@ -92,43 +92,43 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            CharacterCountingIterator.StartOfItemCharacterCounterVisitor
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            protected class CharacterCountingIterator.StartOfItemCharacterCounterVisitor : CharacterCountingIterator.ICharacterCountingVisitor, IMarkupDataVisitor
                                                                                                            +
                                                                                                            protected class StartOfItemCharacterCounterVisitor : CharacterCountingIterator.ICharacterCountingVisitor, IMarkupDataVisitor

                                                                                                            Constructors

                                                                                                            @@ -165,7 +165,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.html index 0d92e9c6e..16d62a970 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.html @@ -92,34 +92,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            CharacterCountingIterator
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -153,7 +153,8 @@
                                                                                                            Constructors
                                                                                                            @@ -183,7 +184,7 @@
                                                                                                            Parameters
                                                                                                            @@ -191,7 +192,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            CharacterCountingIterator(Location, Func<ICharacterCountingVisitor>, Func<ICharacterCountingVisitor>)

                                                                                                            +

                                                                                                            CharacterCountingIterator(Location, Func<CharacterCountingIterator.ICharacterCountingVisitor>, Func<CharacterCountingIterator.ICharacterCountingVisitor>)

                                                                                                            This constructor overload allows a custom implementations of the counter visitor implementations.

                                                                                                            @@ -216,20 +217,22 @@
                                                                                                            Parameters
                                                                                                            - + +

                                                                                                            + - + +

                                                                                                            +
                                                                                                            stringSystem.String fileTypeId
                                                                                                            stringSystem.String path
                                                                                                            stringSystem.String
                                                                                                            StreamSystem.IO.Stream
                                                                                                            stringSystem.String configurationId

                                                                                                            The FileTypeDefinitionId used to reference the correct SettingsGroup in the SettingsBundle

                                                                                                            ListIParagraphUnitSystem.Collections.Generic.List<IParagraphUnit>
                                                                                                            boolSystem.Boolean
                                                                                                            boolSystem.Boolean
                                                                                                            intSystem.Int32
                                                                                                            intSystem.Int32
                                                                                                            intSystem.Int32
                                                                                                            Location startLocation

                                                                                                            The location passed to the iterator will be used and modified by the iterator. - If you do not want the location to change, pass in a clone.

                                                                                                            +If you do not want the location to change, pass in a clone.

                                                                                                            FuncCharacterCountingIteratorICharacterCountingVisitorSystem.Func<CharacterCountingIterator.ICharacterCountingVisitor> startCounterFactory

                                                                                                            Factory method to create the implementation of the visitor that is used to count characters at the start of container nodes. -

                                                                                                            FuncCharacterCountingIteratorICharacterCountingVisitorSystem.Func<CharacterCountingIterator.ICharacterCountingVisitor> endCounterFactory

                                                                                                            Factory method to create the implementation of the visitor that is used to count characters at the end of container nodes. -

                                                                                                            @@ -238,7 +241,8 @@
                                                                                                            CharacterCountingIterator.StartOfItemCharacterCounterVisitor and CharacterCountingIterator.EndOfItemCharacterCounterVisitor to customize the character counting algorithm. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -262,7 +266,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -273,7 +277,8 @@
                                                                                                            @@ -296,7 +301,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -304,7 +309,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            This property is 0 if no location is available after the current location. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -327,7 +333,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -335,7 +341,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            This property returns 0 if no previous location exists. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -366,7 +373,8 @@

                                                                                                            Assigning to this property has the effect of "jumping" to the new location without affecting the accumulated character count. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -392,7 +400,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -420,7 +428,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.html index ca78c5c2b..de218df8e 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.html @@ -89,23 +89,23 @@

                                                                                                            Handler for Complete()

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate void CompleteHandler()
                                                                                                            +
                                                                                                            public delegate void CompleteHandler();

                                                                                                            Constructors

                                                                                                            -

                                                                                                            CompleteHandler(object, IntPtr)

                                                                                                            +

                                                                                                            CompleteHandler(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public CompleteHandler(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public CompleteHandler(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            @@ -118,12 +118,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -134,12 +134,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -152,12 +152,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -173,7 +173,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -199,7 +199,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.Constants.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.Constants.html index 920dc3ed9..d2c5da6f8 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.Constants.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.Constants.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            Constants
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -128,13 +128,13 @@

                                                                                                            Fields

                                                                                                            -

                                                                                                            AUTOCLONED_TAG_PAIR_KEY

                                                                                                            -

                                                                                                            Autocloned tag pair key

                                                                                                            +

                                                                                                            AUTOCLONE_FLAG_SUPPORTED_KEY

                                                                                                            +

                                                                                                            Autocloned flag supported key

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string AUTOCLONED_TAG_PAIR_KEY = "SDL:AutoCloned"
                                                                                                            +
                                                                                                            public const string AUTOCLONE_FLAG_SUPPORTED_KEY = "SDL:AutoClonedFlagSupported"
                                                                                                            Field Value
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            @@ -146,20 +146,20 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            AUTOCLONE_FLAG_SUPPORTED_KEY

                                                                                                            -

                                                                                                            Autocloned flag supported key

                                                                                                            +

                                                                                                            AUTOCLONED_TAG_PAIR_KEY

                                                                                                            +

                                                                                                            Autocloned tag pair key

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string AUTOCLONE_FLAG_SUPPORTED_KEY = "SDL:AutoClonedFlagSupported"
                                                                                                            +
                                                                                                            public const string AUTOCLONED_TAG_PAIR_KEY = "SDL:AutoCloned"
                                                                                                            Field Value
                                                                                                            @@ -171,7 +171,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -196,7 +196,7 @@
                                                                                                            Field Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.DefaultDocumentItemFactory.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.DefaultDocumentItemFactory.html index bc8a745ef..2700eab44 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.DefaultDocumentItemFactory.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.DefaultDocumentItemFactory.html @@ -92,34 +92,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DefaultDocumentItemFactory
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -132,7 +132,8 @@
                                                                                                            Fields
                                                                                                            @@ -155,7 +156,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -180,7 +181,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -224,7 +225,7 @@
                                                                                                            Exceptions
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.html index f285893c2..b13f38407 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.html @@ -102,11 +102,12 @@

                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ExistingContentHandling.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ExistingContentHandling.html index 262a911ef..8c34d0812 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ExistingContentHandling.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ExistingContentHandling.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.html index 86aa09d0c..609aa6a1c 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.html @@ -89,23 +89,23 @@

                                                                                                            Handler for FileComplete()

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate void FileCompleteHandler()
                                                                                                            +
                                                                                                            public delegate void FileCompleteHandler();

                                                                                                            Constructors

                                                                                                            -

                                                                                                            FileCompleteHandler(object, IntPtr)

                                                                                                            +

                                                                                                            FileCompleteHandler(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public FileCompleteHandler(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public FileCompleteHandler(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            ExceptionSystem.Exception

                                                                                                            thrown if the implementation cannot be located.

                                                                                                            @@ -118,12 +118,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -134,12 +134,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -152,12 +152,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -173,7 +173,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -199,7 +199,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.html index cda4c6386..7f6d0d7b4 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.html @@ -89,11 +89,11 @@

                                                                                                            Handler for Initialize(IDocumentProperties)

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate void InitializeHandler(IDocumentProperties documentInfo)
                                                                                                            +
                                                                                                            public delegate void InitializeHandler(IDocumentProperties documentInfo);
                                                                                                            Parameters
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            @@ -117,12 +117,12 @@

                                                                                                            Constructors -

                                                                                                            InitializeHandler(object, IntPtr)

                                                                                                            +

                                                                                                            InitializeHandler(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public InitializeHandler(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public InitializeHandler(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            @@ -135,12 +135,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -151,12 +151,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(IDocumentProperties, AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(IDocumentProperties, AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(IDocumentProperties documentInfo, AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(IDocumentProperties documentInfo, AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -174,12 +174,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -195,7 +195,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -221,7 +221,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.html index 8332a4326..6d967df7f 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            InvalidEncodingRemovalVisitor
                                                                                                            @@ -101,28 +101,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.html index 323e7d29e..f1428760c 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.html @@ -100,34 +100,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ParagraphUnitBuffer
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -137,7 +137,8 @@

                                                                                                            This class is used in the implementation of the Native to Bilingual Converter and other implementations in which buffering of bilingual content is necessary. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -203,7 +204,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -229,7 +230,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -255,7 +256,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.html index 193785f19..1ddaf36c8 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.html @@ -89,11 +89,11 @@

                                                                                                            Handler for ProcessParagraphUnit(IParagraphUnit)

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate void ProcessParagraphUnitHandler(IParagraphUnit paragraphUnit)
                                                                                                            +
                                                                                                            public delegate void ProcessParagraphUnitHandler(IParagraphUnit paragraphUnit);
                                                                                                            Parameters
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            ListIParagraphUnitSystem.Collections.Generic.List<IParagraphUnit>
                                                                                                            boolSystem.Boolean
                                                                                                            boolSystem.Boolean
                                                                                                            @@ -117,12 +117,12 @@

                                                                                                            Constructors -

                                                                                                            ProcessParagraphUnitHandler(object, IntPtr)

                                                                                                            +

                                                                                                            ProcessParagraphUnitHandler(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public ProcessParagraphUnitHandler(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public ProcessParagraphUnitHandler(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            @@ -135,12 +135,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -151,12 +151,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(IParagraphUnit, AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(IParagraphUnit, AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(IParagraphUnit paragraphUnit, AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(IParagraphUnit paragraphUnit, AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -174,12 +174,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -195,7 +195,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -221,7 +221,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.html index 99bd6e6c4..f9e7d2c28 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.html @@ -89,11 +89,11 @@

                                                                                                            Handler for SetFileProperties(IFileProperties)

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate void SetFilePropertiesHandler(IFileProperties fileInfo)
                                                                                                            +
                                                                                                            public delegate void SetFilePropertiesHandler(IFileProperties fileInfo);
                                                                                                            Parameters
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            @@ -117,12 +117,12 @@

                                                                                                            Constructors -

                                                                                                            SetFilePropertiesHandler(object, IntPtr)

                                                                                                            +

                                                                                                            SetFilePropertiesHandler(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public SetFilePropertiesHandler(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public SetFilePropertiesHandler(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            @@ -135,12 +135,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -151,12 +151,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(IFileProperties, AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(IFileProperties, AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(IFileProperties fileInfo, AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(IFileProperties fileInfo, AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -174,12 +174,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -195,7 +195,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -221,7 +221,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.html index af31f9a15..01ad234d3 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.html @@ -98,11 +98,12 @@

                                                                                                            HandleExistingTargetContent property (and the corresponding constructor parameter) determines how this processor handles situations in which content is already present in the target of the paragraph unit. -

                                                                                                            +

                                                                                                            +
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -238,7 +239,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -335,7 +336,8 @@
                                                                                                            Overrides
                                                                                                            Remarks

                                                                                                            Set the HandleExistingTargetContent property to specify -how paragraph units with existing target content should be handled.

                                                                                                            +how paragraph units with existing target content should be handled.

                                                                                                            +

                                                                                                            Implements

                                                                                                            IBilingualFileTypeComponent diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.html index 82bf36c48..d354a4445 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.html @@ -93,7 +93,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TextCollectionVisitor
                                                                                                            @@ -103,28 +103,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesBilingualApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -135,7 +135,7 @@

                                                                                                            Constructors -

                                                                                                            TextCollectionVisitor(bool)

                                                                                                            +

                                                                                                            TextCollectionVisitor(Boolean)

                                                                                                            Constructor that allows collection of tag content as text.

                                                                                                            @@ -154,11 +154,11 @@
                                                                                                            Parameters
                                                                                                            - + @@ -186,7 +186,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.html index d1e41cd76..1dd0ba182 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.html @@ -132,7 +132,8 @@

                                                                                                            InvalidEncodingRemovalVisitor

                                                                                                            Removes invalid characters from Bilingual Content

                                                                                                            @@ -161,7 +162,8 @@

                                                                                                            HandleExistingTargetContent property (and the corresponding constructor parameter) determines how this processor handles situations in which content is already present in the target of the paragraph unit. -

                                                                                                            +

                                                                                                            +

                                                                                                            TextCollectionVisitor

                                                                                                            A visitor that can be used to collect all the text in IAbstractMarkupData. If the markup data is an IAbstractMarkupDataContainer then its children diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.html index a118128d0..52acbc463 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            Characters
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesConstants
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.Constants
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -158,7 +158,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -183,7 +183,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -208,7 +208,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -233,7 +233,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -258,7 +258,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -283,7 +283,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -308,7 +308,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -333,7 +333,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -358,7 +358,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -383,7 +383,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -408,7 +408,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -433,7 +433,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -458,7 +458,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -483,7 +483,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -508,7 +508,7 @@
                                                                                                            Field Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Encryption.EncryptionConstants.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Encryption.EncryptionConstants.html index 6df24ad18..38688f2b0 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Encryption.EncryptionConstants.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Encryption.EncryptionConstants.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            EncryptionConstants
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesEncryption
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.Encryption
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -171,7 +171,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -196,7 +196,7 @@
                                                                                                            Field Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.html index 20de43035..c821f08c1 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FileEncoding
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilities
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -129,7 +129,7 @@

                                                                                                            Methods -

                                                                                                            Detect(string, Encoding, out string)

                                                                                                            +

                                                                                                            Detect(String, Encoding, out String)

                                                                                                            Is used for code page detection. First, the file is searched for a UTF BOM. If a BOM is found, it is used to detect the appropriate code page. If a BOM is NOT found, the encoding detector is used to retrieve the code page. @@ -151,19 +151,19 @@

                                                                                                            Parameters
                                                                                                            - + - + - + @@ -180,7 +180,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -189,7 +189,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Detect(string, Encoding, out string, out bool)

                                                                                                            +

                                                                                                            Detect(String, Encoding, out String, out Boolean)

                                                                                                            Is used for code page detection. First, the file is searched for a UTF BOM. If a BOM is found, it is used to detect the appropriate code page. If a BOM is NOT found, the encoding detector is used to retrieve the code page. @@ -211,22 +211,22 @@

                                                                                                            Parameters
                                                                                                            - + - + - + - + @@ -242,7 +242,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -250,7 +250,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            DetectEncoding(Pair<Codepage, DetectionLevel>, string, Encoding)

                                                                                                            +

                                                                                                            DetectEncoding(Pair<Codepage, DetectionLevel>, String, Encoding)

                                                                                                            Is used to find the encoding of a file using the EncodingDetector class

                                                                                                            @@ -269,17 +269,17 @@
                                                                                                            Parameters
                                                                                                            - + - + - + @@ -288,7 +288,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            DetectUtfEncoding(byte[], Pair<Codepage, DetectionLevel>, out bool)

                                                                                                            +

                                                                                                            DetectUtfEncoding(Byte[], Pair<Codepage, DetectionLevel>, out Boolean)

                                                                                                            Is used to check if file has BOM present and decides on UTF Encoding if rules are matched

                                                                                                            @@ -308,17 +308,17 @@
                                                                                                            Parameters
                                                                                                            - + - + - + @@ -328,7 +328,7 @@
                                                                                                            Parameters

                                                                                                            GetDefaultAnsiCodepage(CultureInfo)

                                                                                                            -

                                                                                                            Gets the default 'ansi' code page for the given language CultureInfo

                                                                                                            +

                                                                                                            Gets the default 'ansi' code page for the given language CultureInfo

                                                                                                            Declaration
                                                                                                            @@ -346,7 +346,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -363,7 +363,7 @@
                                                                                                            Returns
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilitesResources.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilitesResources.html index bfb117f65..0ff8e30a8 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilitesResources.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilitesResources.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ColorUtilitesResources
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -128,59 +128,6 @@

                                                                                                            Properties

                                                                                                            - -

                                                                                                            Culture

                                                                                                            -

                                                                                                            Overrides the current thread's CurrentUICulture property for all -resource lookups using this strongly typed resource class.

                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            public static CultureInfo Culture { get; set; }
                                                                                                            -
                                                                                                            -
                                                                                                            Property Value
                                                                                                            -
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            boolSystem.Boolean
                                                                                                            boolSystem.Boolean tagContentAsText

                                                                                                            If true then the TagContent property - of internal tags will be included as text in this container. If false then tags - themselves will be ignored (content between tags will still be processed).

                                                                                                            +of internal tags will be included as text in this container. If false then tags +themselves will be ignored (content between tags will still be processed).

                                                                                                            stringSystem.String
                                                                                                            charSystem.Char
                                                                                                            charSystem.Char
                                                                                                            charSystem.Char
                                                                                                            charSystem.Char
                                                                                                            charSystem.Char
                                                                                                            charSystem.Char
                                                                                                            charSystem.Char
                                                                                                            charSystem.Char
                                                                                                            charSystem.Char
                                                                                                            charSystem.Char
                                                                                                            charSystem.Char
                                                                                                            charSystem.Char
                                                                                                            charSystem.Char
                                                                                                            charSystem.Char
                                                                                                            charSystem.Char
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String filePath

                                                                                                            Path to file for code page detection

                                                                                                            EncodingSystem.Text.Encoding suggestedEncoding

                                                                                                            A suggested codepage that may be used if it is a valid option.

                                                                                                            stringSystem.String lineBreakType

                                                                                                            String for the line break type.

                                                                                                            PairCodepageDetectionLevelPair<Codepage, DetectionLevel>

                                                                                                            A Pair container that holds the detected codepage and the information on how likely it is to be the correct one.

                                                                                                            stringSystem.String filePath
                                                                                                            EncodingSystem.Text.Encoding suggestedEncoding
                                                                                                            stringSystem.String lineBreakType
                                                                                                            boolSystem.Boolean hasUTF8BOM
                                                                                                            PairCodepageDetectionLevelPair<Codepage, DetectionLevel>
                                                                                                            PairCodepageDetectionLevelPair<Codepage, DetectionLevel> detectedEncoding
                                                                                                            stringSystem.String filePath
                                                                                                            EncodingSystem.Text.Encoding suggestedEncoding
                                                                                                            byteSystem.Byte[] bom
                                                                                                            PairCodepageDetectionLevelPair<Codepage, DetectionLevel> detectedEncoding
                                                                                                            boolSystem.Boolean hasUtf8Bom
                                                                                                            CultureInfoSystem.Globalization.CultureInfo cultureInfo

                                                                                                            The CultureInfo of the language

                                                                                                            intSystem.Int32

                                                                                                            The default code page for the given language, 0 for invalid input

                                                                                                            - - - - - - - - - - - - -
                                                                                                            TypeDescription
                                                                                                            CultureInfo
                                                                                                            - - - -

                                                                                                            ResourceManager

                                                                                                            -

                                                                                                            Returns the cached ResourceManager instance used by this class.

                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            public static ResourceManager ResourceManager { get; }
                                                                                                            -
                                                                                                            -
                                                                                                            Property Value
                                                                                                            - - - - - - - - - - - - - -
                                                                                                            TypeDescription
                                                                                                            ResourceManager
                                                                                                            - -

                                                                                                            activeborder

                                                                                                            Looks up a localized string similar to ActiveBorder.

                                                                                                            @@ -200,7 +147,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -226,7 +173,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -252,7 +199,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -278,7 +225,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -304,7 +251,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -330,7 +277,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -356,7 +303,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -382,7 +329,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -408,7 +355,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -434,7 +381,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -460,7 +407,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -486,7 +433,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -512,7 +459,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -538,7 +485,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -564,7 +511,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -590,7 +537,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -616,7 +563,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -642,7 +589,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -668,7 +615,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -694,7 +641,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -720,7 +667,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -746,7 +693,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -772,7 +719,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -798,7 +745,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -824,7 +771,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -850,7 +797,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -876,7 +823,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -902,7 +849,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -928,7 +875,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -954,7 +901,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -980,7 +927,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -1006,7 +953,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -1032,7 +979,34 @@
                                                                                                            Property Value
                                                                                                            - string + System.String + + + + + + + +

                                                                                                            Culture

                                                                                                            +

                                                                                                            Overrides the current thread's CurrentUICulture property for all +resource lookups using this strongly typed resource class.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public static CultureInfo Culture { get; set; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + @@ -1058,7 +1032,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1084,7 +1058,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1110,7 +1084,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1136,7 +1110,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1162,7 +1136,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1188,7 +1162,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1214,7 +1188,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1240,7 +1214,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1266,7 +1240,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1292,7 +1266,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1318,7 +1292,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1344,7 +1318,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1370,7 +1344,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1396,7 +1370,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1422,7 +1396,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1448,7 +1422,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1474,7 +1448,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1500,7 +1474,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1526,7 +1500,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1552,7 +1526,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1578,7 +1552,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1604,7 +1578,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1630,7 +1604,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1656,7 +1630,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1682,7 +1656,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1708,7 +1682,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1734,7 +1708,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1760,7 +1734,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1786,7 +1760,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1812,7 +1786,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1838,7 +1812,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1864,7 +1838,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1890,7 +1864,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1916,7 +1890,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1942,7 +1916,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1968,7 +1942,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1994,7 +1968,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2020,7 +1994,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2046,7 +2020,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2072,7 +2046,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2098,7 +2072,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2124,7 +2098,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2150,7 +2124,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2176,7 +2150,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2202,7 +2176,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2228,7 +2202,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2254,7 +2228,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2280,7 +2254,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2306,7 +2280,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2332,7 +2306,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2358,7 +2332,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2384,7 +2358,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2410,7 +2384,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2436,7 +2410,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2462,7 +2436,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2488,7 +2462,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2514,7 +2488,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2540,7 +2514,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2566,7 +2540,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2592,7 +2566,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2618,7 +2592,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2644,7 +2618,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2670,7 +2644,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2696,7 +2670,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2722,7 +2696,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2748,7 +2722,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2774,7 +2748,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2800,7 +2774,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2826,7 +2800,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2852,7 +2826,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2878,7 +2852,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2904,7 +2878,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2930,7 +2904,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2956,7 +2930,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2982,7 +2956,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3008,7 +2982,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3034,7 +3008,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3060,7 +3034,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3086,7 +3060,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3112,7 +3086,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3138,7 +3112,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3164,7 +3138,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3190,7 +3164,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3216,7 +3190,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3242,7 +3216,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3268,7 +3242,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3294,7 +3268,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3320,7 +3294,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3346,7 +3320,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3372,7 +3346,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3398,7 +3372,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3424,7 +3398,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3450,7 +3424,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3476,7 +3450,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3502,7 +3476,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3528,7 +3502,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3554,7 +3528,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3580,7 +3554,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3606,7 +3580,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3632,7 +3606,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3658,7 +3632,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3684,7 +3658,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3710,7 +3684,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3736,7 +3710,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3762,7 +3736,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3788,7 +3762,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3814,7 +3788,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3840,7 +3814,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3866,7 +3840,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3892,7 +3866,33 @@
                                                                                                            Property Value
                                                                                                            - + + + + +
                                                                                                            TypeDescription
                                                                                                            System.Globalization.CultureInfo
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            + + + +

                                                                                                            ResourceManager

                                                                                                            +

                                                                                                            Returns the cached ResourceManager instance used by this class.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public static ResourceManager ResourceManager { get; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + @@ -3918,7 +3918,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3944,7 +3944,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3970,7 +3970,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3996,7 +3996,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4022,7 +4022,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4048,7 +4048,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4074,7 +4074,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4100,7 +4100,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4126,7 +4126,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4152,7 +4152,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4178,7 +4178,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4204,7 +4204,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4230,7 +4230,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4256,7 +4256,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4282,7 +4282,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4308,7 +4308,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4334,7 +4334,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4360,7 +4360,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4386,7 +4386,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4412,7 +4412,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4438,7 +4438,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4464,7 +4464,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4490,7 +4490,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4516,7 +4516,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4542,7 +4542,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4568,7 +4568,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4594,7 +4594,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4620,7 +4620,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4646,7 +4646,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4672,7 +4672,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4698,7 +4698,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4724,7 +4724,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.html index 5a043bd3b..e80e9528c 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.html @@ -92,34 +92,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ColorUtilities
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -148,7 +148,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -158,7 +158,7 @@

                                                                                                            Methods -

                                                                                                            FromName(string)

                                                                                                            +

                                                                                                            FromName(String)

                                                                                                            Creates Color struct by the color name.

                                                                                                            @@ -177,7 +177,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -194,7 +194,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -203,7 +203,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetLocalizedColorName(string)

                                                                                                            +

                                                                                                            GetLocalizedColorName(String)

                                                                                                            Returns name of a color specific to current culture.

                                                                                                            @@ -222,7 +222,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -239,7 +239,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -248,7 +248,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            IsKnownName(string)

                                                                                                            +

                                                                                                            IsKnownName(String)

                                                                                                            Tests whether provided color name is known.

                                                                                                            @@ -267,7 +267,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -284,8 +284,8 @@
                                                                                                            Returns
                                                                                                            - - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html index 5ed1ee3de..0a43d05d1 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html @@ -92,110 +92,113 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            FormattingGroup
                                                                                                            Implements
                                                                                                            - - - +
                                                                                                            System.Collections.Specialized.INotifyCollectionChanged
                                                                                                            +
                                                                                                            System.ComponentModel.INotifyPropertyChanged
                                                                                                            +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            - - - - - - +
                                                                                                            System.Collections.Generic.IDictionary<System.String, IFormattingItem>
                                                                                                            +
                                                                                                            System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, IFormattingItem>>
                                                                                                            +
                                                                                                            System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, IFormattingItem>>
                                                                                                            +
                                                                                                            System.Collections.IEnumerable
                                                                                                            +
                                                                                                            System.ICloneable
                                                                                                            +
                                                                                                            System.Xml.Serialization.IXmlSerializable
                                                                                                            Inherited Members
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.MemberwiseClone() + System.Object.GetType() +
                                                                                                            +
                                                                                                            + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class FormattingGroup : ObservableDictionary<string, IFormattingItem>, INotifyCollectionChanged, INotifyPropertyChanged, ISerializable, IFormattingGroup, IDictionary<string, IFormattingItem>, ICollection<KeyValuePair<string, IFormattingItem>>, IEnumerable<KeyValuePair<string, IFormattingItem>>, IEnumerable, ICloneable, IXmlSerializable, ISupportsPersistenceId
                                                                                                            +
                                                                                                            public class FormattingGroup : ObservableDictionary<string, IFormattingItem>, ISerializable, IFormattingGroup, IDictionary<string, IFormattingItem>, ICollection<KeyValuePair<string, IFormattingItem>>, IEnumerable<KeyValuePair<string, IFormattingItem>>, IEnumerable, ICloneable, ISupportsPersistenceId
                                                                                                            Remarks

                                                                                                            @@ -217,7 +220,8 @@

                                                                                                            OverrideWith(IFormattingGroup) and UnderrideWith(IFormattingGroup) to merge other formatting layers with this one. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -281,12 +285,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -300,7 +304,7 @@

                                                                                                            Properties

                                                                                                            PersistenceId

                                                                                                            The persistence ID associated with an object may be used by implementations during operations such as serialization -and de-serialization of the object model.

                                                                                                            +and de-serialization of the object model.

                                                                                                            Declaration
                                                                                                            @@ -317,7 +321,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -349,19 +353,19 @@
                                                                                                            Parameters
                                                                                                            TypeDescription
                                                                                                            System.Resources.ResourceManager
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            DictionarystringColorSystem.Collections.Generic.Dictionary<System.String, System.Drawing.Color>
                                                                                                            stringSystem.String colorName

                                                                                                            Color name (refer to http://msdn.microsoft.com/en-us/library/system.drawing.knowncolor.aspx for the list of known colors)

                                                                                                            ColorSystem.Drawing.Color

                                                                                                            Created Color struct

                                                                                                            stringSystem.String defaultColorName

                                                                                                            Default name of a color.

                                                                                                            stringSystem.String

                                                                                                            Name of a color defined for current culture.

                                                                                                            stringSystem.String colorName

                                                                                                            Color name

                                                                                                            bool

                                                                                                            True if the color is known, false otherwise.

                                                                                                            +
                                                                                                            System.Boolean

                                                                                                            True if the color is known, false otherwise.

                                                                                                            SerializationInfoSystem.Runtime.Serialization.SerializationInfo info
                                                                                                            StreamingContextSystem.Runtime.Serialization.StreamingContext context
                                                                                                            intSystem.Int32
                                                                                                            IFormattingItem formatting

                                                                                                            If formatting of the same type already exists in the layer, it is - overwritten with this one. This value must not be null.

                                                                                                            +overwritten with this one. This value must not be null.

                                                                                                            Remarks

                                                                                                            To remove a formatting type, call Remove, passing the formatting - type name, as returned from FormattingName.

                                                                                                            +type name, as returned from FormattingName.

                                                                                                            -

                                                                                                            Add(string, IFormattingItem)

                                                                                                            +

                                                                                                            Add(String, IFormattingItem)

                                                                                                            Hiding functionality for the base class Add function, used to ensure that the key is in fact the formatting name.

                                                                                                            @@ -381,7 +385,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String key @@ -394,8 +398,8 @@
                                                                                                            Parameters
                                                                                                            Remarks

                                                                                                            This function should not be used to add formatting items - to the collection (it is unfortunately in the base class interface). - Always use the Add(IFormattingItem) instead.

                                                                                                            +to the collection (it is unfortunately in the base class interface). +Always use the Add(IFormattingItem) instead.

                                                                                                            Exceptions
                                                                                                            @@ -407,9 +411,9 @@
                                                                                                            Exceptions
                                                                                                            - + @@ -435,7 +439,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -479,7 +483,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -488,7 +492,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Contains(string)

                                                                                                            +

                                                                                                            Contains(String)

                                                                                                            Checks whether formatting of a specific type is present in this layer.

                                                                                                            @@ -507,10 +511,10 @@
                                                                                                            Parameters
                                                                                                            - + @@ -525,7 +529,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -533,7 +537,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Create(params object[])

                                                                                                            +

                                                                                                            Create(Object[])

                                                                                                            Factory method used by the Spring framework.

                                                                                                            @@ -552,7 +556,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -576,7 +580,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Declaration
                                                                                                            @@ -594,9 +598,9 @@
                                                                                                            Parameters
                                                                                                            - + - @@ -611,14 +615,14 @@
                                                                                                            Returns
                                                                                                            - - +
                                                                                                            ArgumentExceptionSystem.ArgumentException

                                                                                                            Thrown if the key is not - the formatting name.

                                                                                                            +the formatting name.

                                                                                                            objectSystem.Object
                                                                                                            boolSystem.Boolean

                                                                                                            true if a formatting of the same type and with the same value exists in the layer, otherwise false.

                                                                                                            stringSystem.String formattingName

                                                                                                            Type name for the formatting. This is the value that is returned - from the FormattingName property of a formatting item.

                                                                                                            +from the FormattingName property of a formatting item.

                                                                                                            boolSystem.Boolean
                                                                                                            objectSystem.Object[] formattingItems
                                                                                                            objectSystem.Object obj

                                                                                                            The object to compare with the current object.

                                                                                                            +

                                                                                                            The System.Object to compare with the current System.Object.

                                                                                                            bool

                                                                                                            true if the specified object is equal to the current object; otherwise, false.

                                                                                                            +
                                                                                                            System.Boolean

                                                                                                            true if the specified System.Object is equal to the current System.Object; otherwise, false.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -648,7 +652,8 @@
                                                                                                            Returns
                                                                                                            Remarks

                                                                                                            This implementation returns a new FormattingItemFactory. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -669,14 +674,14 @@
                                                                                                            Returns
                                                                                                            - int -

                                                                                                            A hash code for the current object.

                                                                                                            + System.Int32 +

                                                                                                            A hash code for the current System.Object.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -698,7 +703,7 @@
                                                                                                            Returns
                                                                                                            - XmlSchema + System.Xml.Schema.XmlSchema @@ -706,7 +711,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            IsCurrentOrPreviousTypeName(string)

                                                                                                            +

                                                                                                            IsCurrentOrPreviousTypeName(String)

                                                                                                            Checks the parameter name is of current type or previous type.

                                                                                                            @@ -725,7 +730,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -741,7 +746,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -799,7 +804,7 @@
                                                                                                            Parameters
                                                                                                            - XmlReader + System.Xml.XmlReader reader @@ -826,13 +831,13 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            @@ -885,7 +890,7 @@
                                                                                                            Parameters
                                                                                                            - XmlWriter + System.Xml.XmlWriter writer @@ -893,34 +898,34 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            - INotifyCollectionChanged + System.Collections.Specialized.INotifyCollectionChanged
                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            - IDictionary<TKey, TValue> + System.Collections.Generic.IDictionary<TKey, TValue>
                                                                                                            - ICollection<T> + System.Collections.Generic.ICollection<T>
                                                                                                            - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                            - IEnumerable + System.Collections.IEnumerable
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            - IXmlSerializable + System.Xml.Serialization.IXmlSerializable
                                                                                                            ISupportsPersistenceId diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.html index d7747b0f2..bf2abbd88 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FormattingInflator
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -186,7 +186,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            DeflateFormatting(IDictionary<string, string>)

                                                                                                            +

                                                                                                            DeflateFormatting(IDictionary<String, String>)

                                                                                                            Deflates an IDictionary containing formatting definitions to a FormattingGroupSettings object Used for FormattingForm interactions

                                                                                                            @@ -206,7 +206,7 @@
                                                                                                            Parameters
                                                                                                            - IDictionarystringstring + System.Collections.Generic.IDictionary<System.String, System.String> formatting

                                                                                                            an IDictionary containing formatting definitions

                                                                                                            @@ -313,7 +313,7 @@
                                                                                                            Returns
                                                                                                            - IDictionarystringstring + System.Collections.Generic.IDictionary<System.String, System.String> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.html index f5e9695f7..9269392bc 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FormattingItemFactory
                                                                                                            @@ -102,28 +102,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -177,7 +177,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateFormattingItem(string, string)

                                                                                                            +

                                                                                                            CreateFormattingItem(String, String)

                                                                                                            Default implementation, which compares the name against all known formatting types, instantiates a corresponding object, and sets its value from the string.

                                                                                                            @@ -197,17 +197,17 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name

                                                                                                            formatting name, should be the FormattingName for - a known format type, or anything else for an UnknownFormatting.

                                                                                                            +a known format type, or anything else for an UnknownFormatting.

                                                                                                            - string + System.String value

                                                                                                            String representation of the value associated with the formatting item; should - be equivalent to the StringValue property for the item.

                                                                                                            +be equivalent to the StringValue property for the item.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.html index cdd82a8c4..45dfd0ac8 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.html @@ -94,194 +94,242 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Collections.Generic.List<IFormattingGroup>
                                                                                                            FormattingStack
                                                                                                            Implements
                                                                                                            - - - - - - - - - +
                                                                                                            System.Collections.Generic.IList<IFormattingGroup>
                                                                                                            +
                                                                                                            System.Collections.Generic.ICollection<IFormattingGroup>
                                                                                                            +
                                                                                                            System.Collections.IList
                                                                                                            +
                                                                                                            System.Collections.ICollection
                                                                                                            +
                                                                                                            System.Collections.Generic.IReadOnlyList<IFormattingGroup>
                                                                                                            +
                                                                                                            System.Collections.Generic.IReadOnlyCollection<IFormattingGroup>
                                                                                                            +
                                                                                                            System.Collections.Generic.IEnumerable<IFormattingGroup>
                                                                                                            +
                                                                                                            System.Collections.IEnumerable
                                                                                                            +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            - List<IFormattingGroup>.Add(IFormattingGroup) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.System.Collections.IList.get_Item(System.Int32)
                                                                                                            - List<IFormattingGroup>.AddRange(IEnumerable<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.System.Collections.IList.set_Item(System.Int32, System.Object)
                                                                                                            - List<IFormattingGroup>.AsReadOnly() + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.Add(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup)
                                                                                                            - List<IFormattingGroup>.BinarySearch(int, int, IFormattingGroup, IComparer<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.System.Collections.IList.Add(System.Object)
                                                                                                            - List<IFormattingGroup>.BinarySearch(IFormattingGroup) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.AddRange(System.Collections.Generic.IEnumerable<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - List<IFormattingGroup>.BinarySearch(IFormattingGroup, IComparer<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.AsReadOnly()
                                                                                                            - List<IFormattingGroup>.Clear() + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.BinarySearch(System.Int32, System.Int32, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, System.Collections.Generic.IComparer<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - List<IFormattingGroup>.Contains(IFormattingGroup) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.BinarySearch(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup)
                                                                                                            - List<IFormattingGroup>.ConvertAll<TOutput>(Converter<IFormattingGroup, TOutput>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.BinarySearch(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, System.Collections.Generic.IComparer<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - List<IFormattingGroup>.CopyTo(IFormattingGroup[]) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.Clear()
                                                                                                            - List<IFormattingGroup>.CopyTo(int, IFormattingGroup[], int, int) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.Contains(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup)
                                                                                                            - List<IFormattingGroup>.CopyTo(IFormattingGroup[], int) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.System.Collections.IList.Contains(System.Object)
                                                                                                            - List<IFormattingGroup>.Exists(Predicate<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.ConvertAll<TOutput>(System.Converter<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, TOutput>)
                                                                                                            - List<IFormattingGroup>.Find(Predicate<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.CopyTo(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup[])
                                                                                                            - List<IFormattingGroup>.FindAll(Predicate<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
                                                                                                            - List<IFormattingGroup>.FindIndex(Predicate<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.CopyTo(System.Int32, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup[], System.Int32, System.Int32)
                                                                                                            - List<IFormattingGroup>.FindIndex(int, Predicate<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.CopyTo(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup[], System.Int32)
                                                                                                            - List<IFormattingGroup>.FindIndex(int, int, Predicate<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.Exists(System.Predicate<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - List<IFormattingGroup>.FindLast(Predicate<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.Find(System.Predicate<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - List<IFormattingGroup>.FindLastIndex(Predicate<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.FindAll(System.Predicate<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - List<IFormattingGroup>.FindLastIndex(int, Predicate<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.FindIndex(System.Predicate<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - List<IFormattingGroup>.FindLastIndex(int, int, Predicate<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.FindIndex(System.Int32, System.Predicate<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - List<IFormattingGroup>.ForEach(Action<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.FindIndex(System.Int32, System.Int32, System.Predicate<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - List<IFormattingGroup>.GetEnumerator() + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.FindLast(System.Predicate<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - List<IFormattingGroup>.GetRange(int, int) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.FindLastIndex(System.Predicate<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - List<IFormattingGroup>.IndexOf(IFormattingGroup) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.FindLastIndex(System.Int32, System.Predicate<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - List<IFormattingGroup>.IndexOf(IFormattingGroup, int) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - List<IFormattingGroup>.IndexOf(IFormattingGroup, int, int) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.ForEach(System.Action<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - List<IFormattingGroup>.Insert(int, IFormattingGroup) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.GetEnumerator()
                                                                                                            - List<IFormattingGroup>.InsertRange(int, IEnumerable<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.System.Collections.Generic.IEnumerable<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.GetEnumerator()
                                                                                                            - List<IFormattingGroup>.LastIndexOf(IFormattingGroup) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.System.Collections.IEnumerable.GetEnumerator()
                                                                                                            - List<IFormattingGroup>.LastIndexOf(IFormattingGroup, int) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.GetRange(System.Int32, System.Int32)
                                                                                                            - List<IFormattingGroup>.LastIndexOf(IFormattingGroup, int, int) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.IndexOf(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup)
                                                                                                            - List<IFormattingGroup>.Remove(IFormattingGroup) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.System.Collections.IList.IndexOf(System.Object)
                                                                                                            - List<IFormattingGroup>.RemoveAll(Predicate<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.IndexOf(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, System.Int32)
                                                                                                            - List<IFormattingGroup>.RemoveAt(int) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.IndexOf(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, System.Int32, System.Int32)
                                                                                                            - List<IFormattingGroup>.RemoveRange(int, int) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.Insert(System.Int32, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup)
                                                                                                            - List<IFormattingGroup>.Reverse() + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.System.Collections.IList.Insert(System.Int32, System.Object)
                                                                                                            - List<IFormattingGroup>.Reverse(int, int) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - List<IFormattingGroup>.Sort() + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.LastIndexOf(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup)
                                                                                                            - List<IFormattingGroup>.Sort(IComparer<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.LastIndexOf(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, System.Int32)
                                                                                                            - List<IFormattingGroup>.Sort(int, int, IComparer<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.LastIndexOf(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, System.Int32, System.Int32)
                                                                                                            - List<IFormattingGroup>.Sort(Comparison<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.Remove(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup)
                                                                                                            - List<IFormattingGroup>.ToArray() + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.System.Collections.IList.Remove(System.Object)
                                                                                                            - List<IFormattingGroup>.TrimExcess() + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.RemoveAll(System.Predicate<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - List<IFormattingGroup>.TrueForAll(Predicate<IFormattingGroup>) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.RemoveAt(System.Int32)
                                                                                                            - List<IFormattingGroup>.Capacity + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.RemoveRange(System.Int32, System.Int32)
                                                                                                            - List<IFormattingGroup>.Count + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.Reverse()
                                                                                                            - List<IFormattingGroup>.this[int] + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.Reverse(System.Int32, System.Int32)
                                                                                                            - object.ToString() + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.Sort()
                                                                                                            - object.Equals(object) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.Sort(System.Collections.Generic.IComparer<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - object.Equals(object, object) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - object.ReferenceEquals(object, object) + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.Sort(System.Comparison<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>)
                                                                                                            - object.GetHashCode() + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.ToArray()
                                                                                                            - object.GetType() + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.TrimExcess()
                                                                                                            - object.MemberwiseClone() + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.TrueForAll(System.Predicate<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>) +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.Capacity +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.Count +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.System.Collections.IList.IsFixedSize +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.IsReadOnly +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.System.Collections.IList.IsReadOnly +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.System.Collections.ICollection.IsSynchronized +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.System.Collections.ICollection.SyncRoot +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.Item[System.Int32] +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup>.System.Collections.IList.Item[System.Int32] +
                                                                                                            +
                                                                                                            + 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: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -292,7 +340,8 @@
                                                                                                            Constructors
                                                                                                            @@ -385,7 +434,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -448,31 +497,31 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            - IList<T> + System.Collections.Generic.IList<T>
                                                                                                            - ICollection<T> + System.Collections.Generic.ICollection<T>
                                                                                                            - IList + System.Collections.IList
                                                                                                            - ICollection + System.Collections.ICollection
                                                                                                            - IReadOnlyList<T> + System.Collections.Generic.IReadOnlyList<T>
                                                                                                            - IReadOnlyCollection<T> + System.Collections.Generic.IReadOnlyCollection<T>
                                                                                                            - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                            - IEnumerable + System.Collections.IEnumerable
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html index 77ac53e0e..6e38f12bf 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractQuickTagBuilder
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -214,7 +214,7 @@
                                                                                                            Returns
                                                                                                            - IListIQuickTag + System.Collections.Generic.IList<IQuickTag> @@ -222,7 +222,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateDefaultPlaceholder(QuickTagDefaultId, string, string, bool, bool)

                                                                                                            +

                                                                                                            CreateDefaultPlaceholder(QuickTagDefaultId, String, String, Boolean, Boolean)

                                                                                                            Create a Placeholder QuickTag using some defaults for the settings

                                                                                                            @@ -246,22 +246,22 @@
                                                                                                            Parameters
                                                                                                            - string + System.String tagContent - string + System.String displayText - bool + System.Boolean isWordStop - bool + System.Boolean isSoftBreak @@ -285,7 +285,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateDefaultTagPair(QuickTagDefaultId, string, string, string)

                                                                                                            +

                                                                                                            CreateDefaultTagPair(QuickTagDefaultId, String, String, String)

                                                                                                            Create a TagPair QuickTag using some defaults for the settings

                                                                                                            @@ -309,17 +309,17 @@
                                                                                                            Parameters
                                                                                                            - string + System.String startTagContent - string + System.String endTagContent - string + System.String displayText @@ -343,7 +343,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateFormatting(params IFormattingItem[])

                                                                                                            +

                                                                                                            CreateFormatting(IFormattingItem[])

                                                                                                            Convenience method to create an IFormattingGroup comprised of a specified set of formatting items.

                                                                                                            @@ -363,10 +363,10 @@
                                                                                                            Parameters
                                                                                                            - IFormattingItem + IFormattingItem[] formattingItems

                                                                                                            must not be conflicting, i.e. must not have more - than a single item of any formatting type

                                                                                                            +than a single item of any formatting type

                                                                                                            @@ -389,7 +389,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreatePlaceholder(string, string, string, string, string, bool, string, string, bool, bool, string)

                                                                                                            +

                                                                                                            CreatePlaceholder(String, String, String, String, String, Boolean, String, String, Boolean, Boolean, String)

                                                                                                            Create a Placeholder QuickTag

                                                                                                            @@ -408,57 +408,57 @@
                                                                                                            Parameters
                                                                                                            - string + System.String commandId - string + System.String tagContent - string + System.String displayText - string + System.String commandName - string + System.String description - bool + System.Boolean displayOnToolbar - string + System.String iconResource - string + System.String iconPath - bool + System.Boolean isSoftBreak - bool + System.Boolean isWordStop - string + System.String textEquivalent @@ -482,7 +482,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateQuickTag(string, string, string, bool, string, string)

                                                                                                            +

                                                                                                            CreateQuickTag(String, String, String, Boolean, String, String)

                                                                                                            Create a basic QuickTag object

                                                                                                            @@ -501,32 +501,32 @@
                                                                                                            Parameters
                                                                                                            - string + System.String commandId - string + System.String commandName - string + System.String description - bool + System.Boolean displayOnToolbar - string + System.String iconResource - string + System.String iconPath @@ -583,7 +583,7 @@
                                                                                                            Exceptions
                                                                                                            - Exception + System.Exception

                                                                                                            thrown, if the implementation cannot be located.

                                                                                                            @@ -626,7 +626,7 @@
                                                                                                            Exceptions
                                                                                                            - Exception + System.Exception

                                                                                                            thrown, if the implementation cannot be located.

                                                                                                            @@ -635,7 +635,7 @@
                                                                                                            Exceptions
                                                                                                            -

                                                                                                            CreateTagPair(string, string, string, string, string, string, string, string, bool, IFormattingGroup, bool, bool, bool)

                                                                                                            +

                                                                                                            CreateTagPair(String, String, String, String, String, String, String, String, Boolean, IFormattingGroup, Boolean, Boolean, Boolean)

                                                                                                            Create a QuickTag for a TagPair

                                                                                                            @@ -654,47 +654,47 @@
                                                                                                            Parameters
                                                                                                            - string + System.String commandId - string + System.String startTagContent - string + System.String endTagContent - string + System.String displayText - string + System.String commandName - string + System.String description - string + System.String iconResource - string + System.String iconPath - bool + System.Boolean displayOnToolbar @@ -704,17 +704,17 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean canHide - bool + System.Boolean isSoftBreak - bool + System.Boolean isWordStop @@ -738,7 +738,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateTextPair(string, string, string, string, string, string, string, string)

                                                                                                            +

                                                                                                            CreateTextPair(String, String, String, String, String, String, String, String)

                                                                                                            Create a QuickTag for a TextPair

                                                                                                            @@ -757,42 +757,42 @@
                                                                                                            Parameters
                                                                                                            - string + System.String commandId - string + System.String commandName - string + System.String description - string + System.String startContent - string + System.String endContent - string + System.String displayText - string + System.String iconResource - string + System.String iconPath @@ -816,7 +816,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateTextPlaceholder(string, string, string, string, string)

                                                                                                            +

                                                                                                            CreateTextPlaceholder(String, String, String, String, String)

                                                                                                            Create a QuickTag for a Text Placeholder

                                                                                                            @@ -835,27 +835,27 @@
                                                                                                            Parameters
                                                                                                            - string + System.String commandId - string + System.String textContent - string + System.String displayText - string + System.String commandName - string + System.String description diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.html index c5dd17cf9..02c0e0808 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AlignmentDefaults
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -159,7 +159,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.html index f5383a683..394e5b1ed 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            BilingualMessageLocation
                                                                                                            @@ -102,22 +102,22 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -187,7 +187,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -213,7 +213,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -239,7 +239,7 @@
                                                                                                            Property Value
                                                                                                            - FileId + System.Nullable<FileId> @@ -265,7 +265,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -291,7 +291,7 @@
                                                                                                            Property Value
                                                                                                            - ParagraphUnitId + System.Nullable<ParagraphUnitId> @@ -343,7 +343,7 @@
                                                                                                            Property Value
                                                                                                            - SegmentId + System.Nullable<SegmentId> @@ -379,7 +379,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True, if all properties have equal values.

                                                                                                            @@ -398,7 +398,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -414,13 +414,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -442,13 +442,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()

                                                                                                            Implements

                                                                                                            IMessageLocation diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Constants.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Constants.html index ebd103ec6..11cf2936a 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Constants.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Constants.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            Constants
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -171,7 +171,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -196,7 +196,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -221,7 +221,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -246,7 +246,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -271,7 +271,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -296,7 +296,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultFileTypeManager.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultFileTypeManager.html index 0d7ca4a19..76d65e1a6 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultFileTypeManager.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultFileTypeManager.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DefaultFileTypeManager
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -171,7 +171,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -215,7 +215,7 @@
                                                                                                            Exceptions
                                                                                                            - Exception + System.Exception

                                                                                                            thrown if the implementation cannot be located.

                                                                                                            @@ -224,7 +224,7 @@
                                                                                                            Exceptions
                                                                                                            -

                                                                                                            CreateInstance(bool)

                                                                                                            +

                                                                                                            CreateInstance(Boolean)

                                                                                                            Create an instance of the default implementation of FileTypeManager. Note: may return null if instance is not found.

                                                                                                            @@ -243,7 +243,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean autoLoadFileTypes

                                                                                                            true to autoload all available file types, false to only load file type manager without any file types.

                                                                                                            @@ -276,7 +276,7 @@
                                                                                                            Exceptions
                                                                                                            - Exception + System.Exception

                                                                                                            thrown if the implementation cannot be located.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.html index 2534650e1..36ee40518 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DefaultQuickTagInfo
                                                                                                            @@ -102,28 +102,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -134,7 +134,7 @@

                                                                                                            Constructors -

                                                                                                            DefaultQuickTagInfo(string, string, string, string, string, IFormattingItem)

                                                                                                            +

                                                                                                            DefaultQuickTagInfo(String, String, String, String, String, IFormattingItem)

                                                                                                            Constructor to create QuickTag info with all properties set

                                                                                                            @@ -153,33 +153,33 @@
                                                                                                            Parameters
                                                                                                            - string + System.String commandName

                                                                                                            The localisable command name

                                                                                                            - string + System.String commandID

                                                                                                            The file type-unique command ID

                                                                                                            - string + System.String imageResource

                                                                                                            The resource file in which the icon for - the QuickTag can be found

                                                                                                            +the QuickTag can be found

                                                                                                            - string + System.String imagePath

                                                                                                            The location of the QuickTag icon within the - image resource file

                                                                                                            +image resource file

                                                                                                            - string + System.String description

                                                                                                            The localisable description of the QuickTag

                                                                                                            @@ -215,7 +215,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -241,7 +241,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -293,7 +293,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -345,7 +345,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -371,7 +371,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.html index 2ab8ba067..6f1c8fe45 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FilePathProvider
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -129,7 +129,7 @@

                                                                                                            Constructors -

                                                                                                            FilePathProvider(params string[])

                                                                                                            +

                                                                                                            FilePathProvider(String[])

                                                                                                            Construction from a list of file paths

                                                                                                            @@ -148,7 +148,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String[] filePaths @@ -177,7 +177,7 @@
                                                                                                            Property Value
                                                                                                            - Liststring + System.Collections.Generic.List<System.String> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.html index f9c999a51..002d2f6b4 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.html @@ -92,34 +92,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FolderPathProvider
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -130,7 +130,7 @@

                                                                                                            Constructors -

                                                                                                            FolderPathProvider(string)

                                                                                                            +

                                                                                                            FolderPathProvider(String)

                                                                                                            Construct with a specified folder path

                                                                                                            @@ -149,7 +149,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String outputFolder @@ -182,7 +182,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -208,7 +208,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -277,7 +277,7 @@
                                                                                                            Parameters
                                                                                                            IOutputFileInfo suggestedFileInfo

                                                                                                            the file name is used if available - and if IgnoreProposedFilename is false.

                                                                                                            +and if IgnoreProposedFilename is false.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.html index b91a6a143..19dcc5ad2 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.html @@ -93,73 +93,73 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Exception
                                                                                                            Framework1ExternalPreviewException
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            +
                                                                                                            System.Runtime.InteropServices._Exception
                                                                                                            Inherited Members
                                                                                                            - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                            - Exception.ToString() + System.Exception.ToString()
                                                                                                            - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                            - Exception.GetType() + System.Exception.GetType()
                                                                                                            - Exception.Message + System.Exception.Message
                                                                                                            - Exception.Data + System.Exception.Data
                                                                                                            - Exception.InnerException + System.Exception.InnerException
                                                                                                            - Exception.TargetSite + System.Exception.TargetSite
                                                                                                            - Exception.StackTrace + System.Exception.StackTrace
                                                                                                            - Exception.HelpLink + System.Exception.HelpLink
                                                                                                            - Exception.Source + System.Exception.Source
                                                                                                            - Exception.HResult + System.Exception.HResult
                                                                                                            - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -175,7 +175,8 @@
                                                                                                            Constructors
                                                                                                            @@ -211,12 +212,12 @@
                                                                                                            Parameters
                                                                                                            - SerializationInfo + System.Runtime.Serialization.SerializationInfo info - StreamingContext + System.Runtime.Serialization.StreamingContext context @@ -225,7 +226,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Framework1ExternalPreviewException(string)

                                                                                                            +

                                                                                                            Framework1ExternalPreviewException(String)

                                                                                                            Create with an explicit message.

                                                                                                            @@ -244,7 +245,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message @@ -253,7 +254,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Framework1ExternalPreviewException(string, Exception)

                                                                                                            +

                                                                                                            Framework1ExternalPreviewException(String, Exception)

                                                                                                            Create with a message and related exception.

                                                                                                            @@ -272,12 +273,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message - Exception + System.Exception inner @@ -285,10 +286,10 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            - _Exception + System.Runtime.InteropServices._Exception
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.QuickTagDefaults.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.QuickTagDefaults.html index 40418d9f3..8af939165 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.QuickTagDefaults.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.QuickTagDefaults.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            QuickTagDefaults
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -147,7 +147,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -172,7 +172,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -197,7 +197,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -222,7 +222,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String[] @@ -250,7 +250,7 @@
                                                                                                            Property Value
                                                                                                            - ListDefaultQuickTagInfo + System.Collections.Generic.List<DefaultQuickTagInfo> @@ -277,7 +277,7 @@
                                                                                                            Property Value
                                                                                                            - DefaultQuickTagInfo + DefaultQuickTagInfo[] diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.html index 369ff215c..7a7c50a05 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractFilePostTweaker
                                                                                                            @@ -104,28 +104,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -170,7 +170,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -222,7 +222,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -249,7 +249,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.html index cd828b493..b8240665e 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.html @@ -93,7 +93,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractFilePreTweaker
                                                                                                            @@ -105,28 +105,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -171,7 +171,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -223,7 +223,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -250,7 +250,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -261,7 +261,7 @@

                                                                                                            Methods

                                                                                                            Tweak(IPersistentFileConversionProperties)

                                                                                                            -

                                                                                                            This method should be overridden to provide an implementation of the processing
                                                                                                            performed before the native file is parsed by the framework.

                                                                                                            +

                                                                                                            This method should be overridden to provide an implementation of the processing
                                                                                                            performed before the native file is parsed by the framework.

                                                                                                            Declaration
                                                                                                            @@ -327,7 +327,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            WillFileBeTweaked(string)

                                                                                                            +

                                                                                                            WillFileBeTweaked(String)

                                                                                                            This method can optionally be overridden to let the framework know whether the tweaking operation will actually modify the file. This helps the framework know whether a backup of the file should be created and can allow read-only files to be processed without error if no tweaking is required. By default, this @@ -349,7 +349,7 @@

                                                                                                            Parameters
                                                                                                            - string + System.String filePath

                                                                                                            The full path to the file that is passed to the method

                                                                                                            @@ -366,9 +366,9 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            A boolean parameter indicating whether or not the particular implementation of the File Tweaker - will make any modifications to the file. By default the method just returns true.

                                                                                                            +will make any modifications to the file. By default the method just returns true.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.html index 3bbeb9d69..0df24d4b5 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractContentItem
                                                                                                            @@ -117,28 +117,28 @@
                                                                                                            Inheritance
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -185,8 +185,8 @@
                                                                                                            Parameters
                                                                                                            IAbstractNativeContentHandler output

                                                                                                            the content handler on which the implementation - should call a method. Can be null, in which case the implementation - should do nothing.

                                                                                                            +should call a method. Can be null, in which case the implementation +should do nothing.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.html index 5af21b619..180b529d3 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.html @@ -91,26 +91,26 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ChangeContextContentItem
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -179,7 +179,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True, if properties are equal

                                                                                                            @@ -198,7 +198,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -214,13 +214,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -242,13 +242,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -300,14 +300,14 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            the string value of the properties, or calls the base class if they are null.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.html index 50406d84b..417fb74d1 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.html @@ -91,29 +91,29 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            CommentEndContentItem
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -137,8 +137,8 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            -

                                                                                                            Determines whether the specified object is equal to this instance.

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            +

                                                                                                            Determines whether the specified System.Object is equal to this instance.

                                                                                                            Declaration
                                                                                                            @@ -156,9 +156,9 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj -

                                                                                                            The object to compare with this instance.

                                                                                                            +

                                                                                                            The System.Object to compare with this instance.

                                                                                                            @@ -173,14 +173,14 @@
                                                                                                            Returns
                                                                                                            - bool -

                                                                                                            true if the specified object is equal to this instance; otherwise, false.

                                                                                                            + System.Boolean +

                                                                                                            true if the specified System.Object is equal to this instance; otherwise, false.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -202,19 +202,19 @@
                                                                                                            Returns
                                                                                                            - int -

                                                                                                            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                            + System.Int32 +

                                                                                                            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()

                                                                                                            Invoke(IAbstractNativeContentHandler)

                                                                                                            -

                                                                                                            Calls CommentEnd() on the output instance.

                                                                                                            +

                                                                                                            Calls CommentEnd() on the output instance.

                                                                                                            Declaration
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.html index 8fe2155c0..c812e48f8 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.html @@ -91,26 +91,26 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            CommentStartContentItem
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -181,8 +181,8 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            -

                                                                                                            Determines whether the specified object is equal to this instance.

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            +

                                                                                                            Determines whether the specified System.Object is equal to this instance.

                                                                                                            Declaration
                                                                                                            @@ -200,9 +200,9 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj -

                                                                                                            The object to compare with this instance.

                                                                                                            +

                                                                                                            The System.Object to compare with this instance.

                                                                                                            @@ -217,14 +217,14 @@
                                                                                                            Returns
                                                                                                            - bool -

                                                                                                            true if the specified object is equal to this instance; otherwise, false.

                                                                                                            + System.Boolean +

                                                                                                            true if the specified System.Object is equal to this instance; otherwise, false.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -246,19 +246,19 @@
                                                                                                            Returns
                                                                                                            - int -

                                                                                                            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                            + System.Int32 +

                                                                                                            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()

                                                                                                            Invoke(IAbstractNativeContentHandler)

                                                                                                            -

                                                                                                            Calls CommentStart(ICommentProperties) on the output instance. +

                                                                                                            Calls CommentStart(ICommentProperties) on the output instance. CommentProperties is used as an argument for the call.

                                                                                                            @@ -289,7 +289,7 @@
                                                                                                            Overrides

                                                                                                            ToString()

                                                                                                            -

                                                                                                            Returns a string that represents this instance.

                                                                                                            +

                                                                                                            Returns a System.String that represents this instance.

                                                                                                            Declaration
                                                                                                            @@ -306,14 +306,14 @@
                                                                                                            Returns
                                                                                                            - string -

                                                                                                            A string that represents this instance.

                                                                                                            + System.String +

                                                                                                            A System.String that represents this instance.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.html index 293006a92..b127a1781 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.html @@ -91,26 +91,26 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            CustomInfoContentItem
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -179,7 +179,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True, if properties are equal

                                                                                                            @@ -198,7 +198,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -214,13 +214,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -242,13 +242,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -300,14 +300,14 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            the string value of the properties, or calls the base class if they are null.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.html index dcefe6323..309f44331 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.html @@ -91,26 +91,26 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            InlineEndTagContentItem
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -179,7 +179,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True, if properties are equal

                                                                                                            @@ -198,7 +198,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -214,13 +214,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -242,13 +242,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -300,14 +300,14 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            the string value of the properties, or calls the base class if they are null.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.html index 2540c814d..760645c2b 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.html @@ -91,26 +91,26 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            InlinePlaceholderTagContentItem
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -179,7 +179,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True, if properties are equal

                                                                                                            @@ -198,7 +198,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -214,13 +214,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -242,13 +242,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -300,14 +300,14 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            the string value of the properties, or calls the base class if they are null.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.html index 282c9c628..9b63d20fa 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.html @@ -91,26 +91,26 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            InlineStartTagContentItem
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -179,7 +179,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True, if the start tag properties are equal.

                                                                                                            @@ -198,7 +198,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -214,13 +214,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -242,13 +242,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -300,14 +300,14 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            the string value of the properties, or calls the base class if they are null.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.html index 6091fb624..27981eda5 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.html @@ -91,29 +91,29 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            LocationMarkContentItem
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -182,7 +182,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True, if properties are equal

                                                                                                            @@ -201,7 +201,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -217,13 +217,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -245,13 +245,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.html index 5b99df9d0..c8015ca3e 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.html @@ -91,29 +91,29 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            LockedContentEndContentItem
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -137,7 +137,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True, if the objects are equal

                                                                                                            @@ -156,7 +156,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -172,13 +172,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -200,13 +200,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.html index 6e220785a..2ea3bb10d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.html @@ -91,26 +91,26 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            LockedContentStartContentItem
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -179,7 +179,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True, if the locked content properties are equal

                                                                                                            @@ -198,7 +198,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -214,13 +214,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -242,13 +242,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -300,14 +300,14 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            the string value of the properties, or calls the base class if they are null.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.html index 4c41ce137..eb84051fc 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.html @@ -96,13 +96,13 @@

                                                                                                            Output.

                                                                                                            If Release is called after EndOfInput is received and there is content left in the buffer, an exception is thrown, since the output should not be generated after EndOfInput. -It is the buffer user's responsibility to ensure that the buffer is emptied before +It is the buffer user's responsibility to ensure that the buffer is emptied before end of input is called for the parser components following it.

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            NativeBuffer
                                                                                                            @@ -117,28 +117,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -180,7 +180,7 @@
                                                                                                            Property Value
                                                                                                            - ListAbstractContentItem + System.Collections.Generic.List<AbstractContentItem> @@ -271,7 +271,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -297,7 +297,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -897,6 +897,60 @@
                                                                                                            Parameters
                                                                                                            +

                                                                                                            Explicit Interface Implementations +

                                                                                                            + + + +

                                                                                                            INativeExtractionContentProcessor.Output

                                                                                                            +

                                                                                                            Redirected to ExtractionOutput

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            INativeExtractionContentHandler INativeExtractionContentProcessor.Output { get; set; }
                                                                                                            +
                                                                                                            +
                                                                                                            Returns
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            INativeExtractionContentHandler
                                                                                                            + + + +

                                                                                                            INativeGenerationContentProcessor.Output

                                                                                                            +

                                                                                                            Redirected to GenerationOutput

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            INativeGenerationContentHandler INativeGenerationContentProcessor.Output { get; set; }
                                                                                                            +
                                                                                                            +
                                                                                                            Returns
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            INativeGenerationContentHandler

                                                                                                            Implements

                                                                                                            INativeExtractionContentProcessor diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.html index dc8a2a55b..6275b64bb 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.html @@ -91,26 +91,26 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ParagraphComments
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -181,8 +181,8 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            -

                                                                                                            Determines whether the specified object is equal to this instance.

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            +

                                                                                                            Determines whether the specified System.Object is equal to this instance.

                                                                                                            Declaration
                                                                                                            @@ -200,9 +200,9 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj -

                                                                                                            The object to compare with this instance.

                                                                                                            +

                                                                                                            The System.Object to compare with this instance.

                                                                                                            @@ -217,14 +217,14 @@
                                                                                                            Returns
                                                                                                            - bool -

                                                                                                            true if the specified object is equal to this instance; otherwise, false.

                                                                                                            + System.Boolean +

                                                                                                            true if the specified System.Object is equal to this instance; otherwise, false.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -246,19 +246,19 @@
                                                                                                            Returns
                                                                                                            - int -

                                                                                                            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                            + System.Int32 +

                                                                                                            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()

                                                                                                            Invoke(IAbstractNativeContentHandler)

                                                                                                            -

                                                                                                            Calls CommentStart(ICommentProperties) on the output instance. +

                                                                                                            Calls CommentStart(ICommentProperties) on the output instance. CommentProperties is used as an argument for the call.

                                                                                                            @@ -289,7 +289,7 @@
                                                                                                            Overrides

                                                                                                            ToString()

                                                                                                            -

                                                                                                            Returns a string that represents this instance.

                                                                                                            +

                                                                                                            Returns a System.String that represents this instance.

                                                                                                            Declaration
                                                                                                            @@ -306,14 +306,14 @@
                                                                                                            Returns
                                                                                                            - string -

                                                                                                            A string that represents this instance.

                                                                                                            + System.String +

                                                                                                            A System.String that represents this instance.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.html index ce47cf5b1..cfdd47a16 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.html @@ -91,29 +91,29 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ParagraphUnitEndContentItem
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -137,7 +137,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True, if the objects are equal

                                                                                                            @@ -156,7 +156,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -172,13 +172,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -200,13 +200,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.html index bb7f54f60..6edb0947d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.html @@ -91,26 +91,26 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ParagraphUnitStartContentItem
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -151,7 +151,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True, if the objects are equal

                                                                                                            @@ -170,7 +170,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -186,13 +186,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -214,13 +214,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -272,14 +272,14 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            the string value of the properties, or calls the base class if they are null.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.html index e72f61c36..04c0763e0 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.html @@ -91,29 +91,29 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            RevisionEndContentItem
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -137,8 +137,8 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            -

                                                                                                            Determines whether the specified object is equal to this instance.

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            +

                                                                                                            Determines whether the specified System.Object is equal to this instance.

                                                                                                            Declaration
                                                                                                            @@ -156,9 +156,9 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj -

                                                                                                            The object to compare with this instance.

                                                                                                            +

                                                                                                            The System.Object to compare with this instance.

                                                                                                            @@ -173,14 +173,14 @@
                                                                                                            Returns
                                                                                                            - bool -

                                                                                                            true if the specified object is equal to this instance; otherwise, false.

                                                                                                            + System.Boolean +

                                                                                                            true if the specified System.Object is equal to this instance; otherwise, false.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -202,19 +202,19 @@
                                                                                                            Returns
                                                                                                            - int -

                                                                                                            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                            + System.Int32 +

                                                                                                            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()

                                                                                                            Invoke(IAbstractNativeContentHandler)

                                                                                                            -

                                                                                                            Calls RevisionEnd() on the output instance.

                                                                                                            +

                                                                                                            Calls RevisionEnd() on the output instance.

                                                                                                            Declaration
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.html index a8cf8ca96..31b596567 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.html @@ -91,26 +91,26 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            RevisionStartContentItem
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -181,8 +181,8 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            -

                                                                                                            Determines whether the specified object is equal to this instance.

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            +

                                                                                                            Determines whether the specified System.Object is equal to this instance.

                                                                                                            Declaration
                                                                                                            @@ -200,9 +200,9 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj -

                                                                                                            The object to compare with this instance.

                                                                                                            +

                                                                                                            The System.Object to compare with this instance.

                                                                                                            @@ -217,14 +217,14 @@
                                                                                                            Returns
                                                                                                            - bool -

                                                                                                            true if the specified object is equal to this instance; otherwise, false.

                                                                                                            + System.Boolean +

                                                                                                            true if the specified System.Object is equal to this instance; otherwise, false.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -246,19 +246,19 @@
                                                                                                            Returns
                                                                                                            - int -

                                                                                                            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                            + System.Int32 +

                                                                                                            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()

                                                                                                            Invoke(IAbstractNativeContentHandler)

                                                                                                            -

                                                                                                            Calls RevisionStart(IRevisionProperties) on the output instance. +

                                                                                                            Calls RevisionStart(IRevisionProperties) on the output instance. RevisionProperties is used as an argument for the call.

                                                                                                            @@ -289,7 +289,7 @@
                                                                                                            Overrides

                                                                                                            ToString()

                                                                                                            -

                                                                                                            Returns a string that represents this instance.

                                                                                                            +

                                                                                                            Returns a System.String that represents this instance.

                                                                                                            Declaration
                                                                                                            @@ -306,14 +306,14 @@
                                                                                                            Returns
                                                                                                            - string -

                                                                                                            A string that represents this instance.

                                                                                                            + System.String +

                                                                                                            A System.String that represents this instance.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.html index 3c392d0fd..3027bfbc5 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.html @@ -91,29 +91,29 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            SegmentEndContentItem
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -137,7 +137,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True, if the objects are equal

                                                                                                            @@ -156,7 +156,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -172,13 +172,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -200,13 +200,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.html index 75e4bbfd4..4bb6b9814 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.html @@ -91,26 +91,26 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            SegmentStartContentItem
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -151,7 +151,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True, if the objects are equal

                                                                                                            @@ -170,7 +170,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -186,13 +186,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -214,13 +214,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -272,14 +272,14 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            the string value of the properties, or calls the base class if they are null.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.html index 344603367..dcd87d2b3 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.html @@ -91,26 +91,26 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            StructureTagContentItem
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -179,7 +179,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True, if properties are equal

                                                                                                            @@ -198,7 +198,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -214,13 +214,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -242,13 +242,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -300,14 +300,14 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            the string value of the properties, or calls the base class if they are null.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.html index e7b4a40c9..f8514b149 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.html @@ -91,26 +91,26 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TextContentItem
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApiBuffer
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -179,7 +179,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True, if the properties are equal

                                                                                                            @@ -198,7 +198,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -214,13 +214,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -242,13 +242,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -300,14 +300,14 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            the string value of the properties, or calls the base class if they are null.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.html index 0560afeb0..9d89cf8cc 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.html @@ -135,7 +135,7 @@

                                                                                                            Output.

                                                                                                            If Release is called after EndOfInput is received and there is content left in the buffer, an exception is thrown, since the output should not be generated after EndOfInput. -It is the buffer user's responsibility to ensure that the buffer is emptied before +It is the buffer user's responsibility to ensure that the buffer is emptied before end of input is called for the parser components following it.

                                                                                                            ParagraphComments

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultPersistentFilePropertiesKeys.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultPersistentFilePropertiesKeys.html index ea6022608..d87f61646 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultPersistentFilePropertiesKeys.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultPersistentFilePropertiesKeys.html @@ -92,34 +92,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DefaultPersistentFilePropertiesKeys
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -147,7 +147,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -172,7 +172,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -197,7 +197,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -222,7 +222,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -247,7 +247,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -255,7 +255,7 @@
                                                                                                            Field Value

                                                                                                            FileTypeDllVersion

                                                                                                            -

                                                                                                            File Type component's dll file version stored in the FileConversionProperties metadata

                                                                                                            +

                                                                                                            File Type component's dll file version stored in the FileConversionProperties metadata

                                                                                                            Declaration
                                                                                                            @@ -272,7 +272,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -297,7 +297,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -323,7 +323,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -348,7 +348,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -373,7 +373,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -398,7 +398,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -423,7 +423,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -448,7 +448,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -475,7 +475,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -502,7 +502,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -511,7 +511,8 @@

                                                                                                            For a TTX file created from an HTML file, the value of the property accessed with this key could be "HTML" or "HTML Documents". -

                                                                                                            +

                                                                                                            +
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultPropertiesFactory.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultPropertiesFactory.html index ee54ef7fb..ac7c80542 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultPropertiesFactory.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultPropertiesFactory.html @@ -92,34 +92,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DefaultPropertiesFactory
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -132,7 +132,8 @@
                                                                                                            Fields
                                                                                                            @@ -155,7 +156,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -180,7 +181,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -223,7 +224,7 @@
                                                                                                            Exceptions
                                                                                                            - Exception + System.Exception

                                                                                                            thrown, if the implementation cannot be located.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultTranslationOrigin.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultTranslationOrigin.html index 67f1c8df7..d00be74df 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultTranslationOrigin.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultTranslationOrigin.html @@ -94,34 +94,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DefaultTranslationOrigin
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -149,20 +149,21 @@
                                                                                                            Field Value
                                                                                                            - string + System.String -

                                                                                                            AutoPropagated

                                                                                                            -

                                                                                                            The segment has been translated using AutoPropagation from internal matches.

                                                                                                            +

                                                                                                            AutomatedAlignment

                                                                                                            +

                                                                                                            The translated segment was created by an automated linguistic alignment of previously +translated source and target content.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string AutoPropagated = "auto-propagated"
                                                                                                            +
                                                                                                            public const string AutomatedAlignment = "auto-aligned"
                                                                                                            Field Value
                                                                                                            @@ -174,21 +175,20 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            AutomatedAlignment

                                                                                                            -

                                                                                                            The translated segment was created by an automated linguistic alignment of previously -translated source and target content.

                                                                                                            +

                                                                                                            AutomaticTranslation

                                                                                                            +

                                                                                                            Adaptive machine translated content

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string AutomatedAlignment = "auto-aligned"
                                                                                                            +
                                                                                                            public const string AutomaticTranslation = "automatic-translation"
                                                                                                            Field Value
                                                                                                            @@ -200,20 +200,20 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            AutomaticTranslation

                                                                                                            -

                                                                                                            Adaptive machine translated content

                                                                                                            +

                                                                                                            AutoPropagated

                                                                                                            +

                                                                                                            The segment has been translated using AutoPropagation from internal matches.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string AutomaticTranslation = "automatic-translation"
                                                                                                            +
                                                                                                            public const string AutoPropagated = "auto-propagated"
                                                                                                            Field Value
                                                                                                            @@ -225,7 +225,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -251,7 +251,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -276,7 +276,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -301,7 +301,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -326,7 +326,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -351,7 +351,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -376,7 +376,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -401,7 +401,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -426,7 +426,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -451,7 +451,7 @@
                                                                                                            Field Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultTranslationOriginPropertiesKeys.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultTranslationOriginPropertiesKeys.html index 1021b6ee5..572a40b36 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultTranslationOriginPropertiesKeys.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultTranslationOriginPropertiesKeys.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DefaultTranslationOriginPropertiesKeys
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -154,7 +154,8 @@
                                                                                                            Field Value
                                                                                                            Remarks

                                                                                                            Used to determine whether the TM needs to be updated because of a change to the translation. -

                                                                                                            +

                                                                                                            +

                                                                                                            ProjectTranslationHash

                                                                                                            @@ -175,7 +176,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -183,7 +184,8 @@
                                                                                                            Field Value
                                                                                                            Remarks

                                                                                                            Used to determine whether the TM needs to be updated because of a change to the translation. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LengthTypes.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LengthTypes.html index d14637466..d9f51b0c5 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LengthTypes.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LengthTypes.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            LengthTypes
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -171,7 +171,7 @@
                                                                                                            Field Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.html index b49bd2c4b..4e1252997 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.html @@ -92,7 +92,7 @@

                                                                                                            + +
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -228,7 +234,8 @@
                                                                                                            Line and Offset properties. These properties can also be written to, which could be useful if the values need to be adjusted. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -267,7 +274,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -295,7 +302,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -305,7 +312,7 @@
                                                                                                            Property Value

                                                                                                            LineBeforeIncrement

                                                                                                            Accessor to the field holding the value that is set to the -current line number before it is incremented in the IncrementLineAndOffsetNumbers(string) implementation. +current line number before it is incremented in the IncrementLineAndOffsetNumbers(String) implementation. Implementations that override that method without calling the base class may need to set this property. The value is used in the implementation of GetLocationBeforeCurrentContent().

                                                                                                            @@ -324,7 +331,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -351,7 +358,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -361,7 +368,7 @@
                                                                                                            Property Value

                                                                                                            OffsetBeforeIncrement

                                                                                                            Accessor to the field holding the value that is set to the -current offset number before it is incremented in the IncrementLineAndOffsetNumbers(string) implementation. +current offset number before it is incremented in the IncrementLineAndOffsetNumbers(String) implementation. Implementations that override that method without calling the base class may need to set this property. The value is used in the implementation of GetLocationBeforeCurrentContent().

                                                                                                            @@ -380,7 +387,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -468,7 +475,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            IncrementLineAndOffsetNumbers(string)

                                                                                                            +

                                                                                                            IncrementLineAndOffsetNumbers(String)

                                                                                                            This method gets called for each text and tag content that is processed. The implementation parses text for CR and LF and updates the Line and Offset @@ -490,7 +497,7 @@

                                                                                                            Parameters
                                                                                                            - + @@ -590,7 +597,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            ParseText(string)

                                                                                                            +

                                                                                                            ParseText(String)

                                                                                                            Returns the number of lines and characters after the last line break in the text. Does not update any of the member variables.

                                                                                                            @@ -610,7 +617,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -626,7 +633,7 @@
                                                                                                            Returns
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.MetaDataTypes.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.MetaDataTypes.html index 0396d9aaa..fddd011ee 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.MetaDataTypes.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.MetaDataTypes.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            MetaDataTypes
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -171,7 +171,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -196,7 +196,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -221,7 +221,7 @@
                                                                                                            Field Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.html index 451c6db0e..5663ae0e5 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            RegExFilePostTweaker
                                                                                                            @@ -119,28 +119,28 @@

                                                                                                            Inherited Members
                                                                                                            AbstractFilePostTweaker.Enabled
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -163,7 +163,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            RegExFilePostTweaker(List<string>, List<string>)

                                                                                                            +

                                                                                                            RegExFilePostTweaker(List<String>, List<String>)

                                                                                                            Constructor that takes two ordered lists of strings that contain the match and replace values to apply to the file. The first item in the list of matches will be replaced by the first item in the list of replacements, and so on.

                                                                                                            @@ -183,13 +183,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -199,9 +199,9 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            RegExFilePostTweaker(string, string)

                                                                                                            +

                                                                                                            RegExFilePostTweaker(String, String)

                                                                                                            Simple constructor that can be used when there is only a single match/replace to be performed -on the native file.

                                                                                                            +on the native file.

                                                                                                            Declaration
                                                                                                            @@ -219,13 +219,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -257,7 +257,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.html index bc456fa36..b845984e9 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            RegExFilePreTweaker
                                                                                                            @@ -119,28 +119,28 @@

                                                                                                            Inherited Members
                                                                                                            AbstractFilePreTweaker.Enabled
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -148,21 +148,22 @@
                                                                                                            Examples

                                                                                                            Normally, this class would be derived from to create a specific implementation for a particular file type. E.g.:

                                                                                                            -
                                                                                                                 public class XmlFilePreTweaker : RegExFilePreTweaker
                                                                                                            +
                                                                                                                public class XmlFilePreTweaker : RegExFilePreTweaker
                                                                                                             {
                                                                                                            -    public XmlFilePreTweaker()
                                                                                                            -    {
                                                                                                            -        List<Pair<string, string>> replaceInfo = new List<Pair<string, string>>();
                                                                                                            +   public XmlFilePreTweaker()
                                                                                                            +   {
                                                                                                            +       List<Pair<string, string>> replaceInfo = new List<Pair<string, string>>();
                                                                                                             
                                                                                                            -        replaceInfo.Add(new Pair<string, string>("&lt;", "<SDL:lt />"));
                                                                                                            -        replaceInfo.Add(new Pair<string, string>("&gt;", "<SDL:gt />"));
                                                                                                            -        replaceInfo.Add(new Pair<string, string>("&quot;", "<SDL:quot />"));
                                                                                                            -        replaceInfo.Add(new Pair<string, string>("&apos;", "<SDL:apos />"));
                                                                                                            -        replaceInfo.Add(new Pair<string, string>("&amp;", "<SDL:amp />"));
                                                                                                            +       replaceInfo.Add(new Pair<string, string>("&lt;", "<SDL:lt />"));
                                                                                                            +       replaceInfo.Add(new Pair<string, string>("&gt;", "<SDL:gt />"));
                                                                                                            +       replaceInfo.Add(new Pair<string, string>("&quot;", "<SDL:quot />"));
                                                                                                            +       replaceInfo.Add(new Pair<string, string>("&apos;", "<SDL:apos />"));
                                                                                                            +       replaceInfo.Add(new Pair<string, string>("&amp;", "<SDL:amp />"));
                                                                                                             
                                                                                                            -        base.ReplaceInfo = replaceInfo;
                                                                                                            -    }
                                                                                                            +       base.ReplaceInfo = replaceInfo;
                                                                                                            +   }
                                                                                                             }
                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -180,7 +181,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            RegExFilePreTweaker(List<string>, List<string>)

                                                                                                            +

                                                                                                            RegExFilePreTweaker(List<String>, List<String>)

                                                                                                            Constructor that takes two ordered lists of strings that contain the match and replace values to apply to the file. The first item in the list of matches will be replace by the first item in the list of replacements, and so on.

                                                                                                            @@ -200,13 +201,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -216,9 +217,9 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            RegExFilePreTweaker(string, string)

                                                                                                            +

                                                                                                            RegExFilePreTweaker(String, String)

                                                                                                            Simple constructor that can be used when there is only a single match/replace to be performed -on the native file.

                                                                                                            +on the native file.

                                                                                                            Declaration
                                                                                                            @@ -236,13 +237,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -274,7 +275,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -286,7 +287,7 @@

                                                                                                            Methods

                                                                                                            Tweak(IPersistentFileConversionProperties)

                                                                                                            The implementation of the Tweak method from the AbstractFilePreTweaker -base class.

                                                                                                            +base class.

                                                                                                            Declaration
                                                                                                            @@ -316,9 +317,9 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            WillFileBeTweaked(string)

                                                                                                            +

                                                                                                            WillFileBeTweaked(String)

                                                                                                            The implementation of the WillFileBeTweaked method from the AbstractFilePreTweaker -base class.

                                                                                                            +base class.

                                                                                                            Declaration
                                                                                                            @@ -336,7 +337,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -353,14 +354,14 @@
                                                                                                            Returns
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            boolSystem.Boolean
                                                                                                            intSystem.Int32
                                                                                                            intSystem.Int32
                                                                                                            intSystem.Int32
                                                                                                            intSystem.Int32
                                                                                                            stringSystem.String text

                                                                                                            The text or tag content to be processed

                                                                                                            stringSystem.String text
                                                                                                            PairintintPair<System.Int32, System.Int32>
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            ListstringSystem.Collections.Generic.List<System.String> regExMatchList

                                                                                                            The list of strings that will be matched. This can use the full .NET RegEx syntax.

                                                                                                            ListstringSystem.Collections.Generic.List<System.String> regExReplaceList

                                                                                                            The list of strings that will replace any matches. This can use the full .NET RegEx syntax, and - as such - can incorporate parts of the matched string.

                                                                                                            stringSystem.String regExMatch

                                                                                                            The string that will be matched. This can use the full .NET RegEx syntax.

                                                                                                            stringSystem.String regExReplace

                                                                                                            The string that will replace any matches. This can use the full .NET RegEx syntax, and - as such - can incorporate parts of the matched string.

                                                                                                            ListPairstringstringSystem.Collections.Generic.List<Pair<System.String, System.String>>
                                                                                                            ListstringSystem.Collections.Generic.List<System.String> regExMatchList

                                                                                                            The list of strings that will be matched. This can use the full .NET RegEx syntax.

                                                                                                            ListstringSystem.Collections.Generic.List<System.String> regExReplaceList

                                                                                                            The list of strings that will replace any matches. This can use the full .NET RegEx syntax, and - as such - can incorporate parts of the matched string.

                                                                                                            stringSystem.String regExMatch

                                                                                                            The string that will be matched. This can use the full .NET RegEx syntax.

                                                                                                            stringSystem.String regExReplace

                                                                                                            The string that will replace any matches. This can use the full .NET RegEx syntax, and - as such - can incorporate parts of the matched string.

                                                                                                            ListPairstringstringSystem.Collections.Generic.List<Pair<System.String, System.String>>
                                                                                                            stringSystem.String filePath

                                                                                                            The path to the file

                                                                                                            boolSystem.Boolean

                                                                                                            Whether the file matches any of the supplied regexs

                                                                                                            Overrides
                                                                                                            - +

                                                                                                            Implements

                                                                                                            IFilePreTweaker diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.SeverityTypes.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.SeverityTypes.html index 729189e11..b3308f2dc 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.SeverityTypes.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.SeverityTypes.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            SeverityTypes
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -171,7 +171,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.html index acf0082de..9f7c18ad0 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.html @@ -91,49 +91,49 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            StandardContextTypes.ContextData
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class StandardContextTypes.ContextData : ICloneable
                                                                                                            +
                                                                                                            public class ContextData : ICloneable

                                                                                                            Constructors

                                                                                                            -

                                                                                                            ContextData(ContextData)

                                                                                                            +

                                                                                                            ContextData(StandardContextTypes.ContextData)

                                                                                                            Copy constructor for cloning

                                                                                                            @@ -152,7 +152,7 @@
                                                                                                            Parameters
                                                                                                            - StandardContextTypesContextData + StandardContextTypes.ContextData other @@ -161,7 +161,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ContextData(string, string, string, Color)

                                                                                                            +

                                                                                                            ContextData(String, String, String, Color)

                                                                                                            Constructor that creates all default properties for additional context properties.

                                                                                                            @@ -181,25 +181,25 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name

                                                                                                            The localised display name for the context

                                                                                                            - string + System.String code

                                                                                                            The localised display code for the context

                                                                                                            - string + System.String description

                                                                                                            The localised description of the context

                                                                                                            - Color + System.Drawing.Color color

                                                                                                            The display color associated with the context

                                                                                                            @@ -229,7 +229,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -255,7 +255,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -281,7 +281,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -307,7 +307,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -335,14 +335,14 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.html index 6125d3ec6..0a6045089 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.html @@ -92,34 +92,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            StandardContextTypes
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -129,7 +129,8 @@

                                                                                                            The standard context IDs are prefixed with "sdl:" to ensure that they do not unintentionally clash with other context IDs. -

                                                                                                            +

                                                                                                            +

                                                                                                            Fields

                                                                                                            @@ -153,7 +154,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -179,7 +180,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -205,7 +206,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -231,7 +232,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -257,7 +258,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -283,7 +284,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String @@ -309,21 +310,21 @@
                                                                                                            Field Value
                                                                                                            - string + System.String -

                                                                                                            BIDIOutline

                                                                                                            -

                                                                                                            A BIDI outline +

                                                                                                            BarCode

                                                                                                            +

                                                                                                            A bar code

                                                                                                            • Word

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string BIDIOutline = "sdl:bidi-outline"
                                                                                                            +
                                                                                                            public const string BarCode = "sdl:bar-code"
                                                                                                            Field Value
                                                                                                            @@ -335,21 +336,21 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            BarCode

                                                                                                            -

                                                                                                            A bar code +

                                                                                                            BIDIOutline

                                                                                                            +

                                                                                                            A BIDI outline

                                                                                                            • Word

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string BarCode = "sdl:bar-code"
                                                                                                            +
                                                                                                            public const string BIDIOutline = "sdl:bidi-outline"
                                                                                                            Field Value
                                                                                                            @@ -361,7 +362,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -386,7 +387,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -411,7 +412,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -436,7 +437,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -462,7 +463,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -488,20 +489,20 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            CData

                                                                                                            -

                                                                                                            CDATA section in an XML/HTML/SGML file.

                                                                                                            +

                                                                                                            Callout

                                                                                                            +

                                                                                                            Content is in an image callout.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string CData = "sdl:cdata"
                                                                                                            +
                                                                                                            public const string Callout = "sdl:callout"
                                                                                                            Field Value
                                                                                                            @@ -513,20 +514,21 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            Callout

                                                                                                            -

                                                                                                            Content is in an image callout.

                                                                                                            +

                                                                                                            Caption

                                                                                                            +

                                                                                                            A screen caption +

                                                                                                            • RC

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string Callout = "sdl:callout"
                                                                                                            +
                                                                                                            public const string Caption = "sdl:caption"
                                                                                                            Field Value
                                                                                                            @@ -538,21 +540,20 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            Caption

                                                                                                            -

                                                                                                            A screen caption -

                                                                                                            • RC

                                                                                                            +

                                                                                                            CData

                                                                                                            +

                                                                                                            CDATA section in an XML/HTML/SGML file.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string Caption = "sdl:caption"
                                                                                                            +
                                                                                                            public const string CData = "sdl:cdata"
                                                                                                            Field Value
                                                                                                            @@ -564,7 +565,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -591,7 +592,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -617,7 +618,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -643,7 +644,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -669,7 +670,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -694,7 +695,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -719,7 +720,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -745,7 +746,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -770,7 +771,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -796,7 +797,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -822,7 +823,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -848,7 +849,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -874,7 +875,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -900,7 +901,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -926,7 +927,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -952,21 +953,21 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            DDEAutomaticReference

                                                                                                            -

                                                                                                            A DDE automatic reference +

                                                                                                            DataCommand

                                                                                                            +

                                                                                                            A data command

                                                                                                            • Word

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string DDEAutomaticReference = "sdl:dde-automatic-reference"
                                                                                                            +
                                                                                                            public const string DataCommand = "sdl:data-command"
                                                                                                            Field Value
                                                                                                            @@ -978,21 +979,21 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            DDEReference

                                                                                                            -

                                                                                                            A DDE reference +

                                                                                                            DDEAutomaticReference

                                                                                                            +

                                                                                                            A DDE automatic reference

                                                                                                            • Word

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string DDEReference = "sdl:dde-reference"
                                                                                                            +
                                                                                                            public const string DDEAutomaticReference = "sdl:dde-automatic-reference"
                                                                                                            Field Value
                                                                                                            @@ -1004,21 +1005,21 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            DataCommand

                                                                                                            -

                                                                                                            A data command +

                                                                                                            DDEReference

                                                                                                            +

                                                                                                            A DDE reference

                                                                                                            • Word

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string DataCommand = "sdl:data-command"
                                                                                                            +
                                                                                                            public const string DDEReference = "sdl:dde-reference"
                                                                                                            Field Value
                                                                                                            @@ -1030,7 +1031,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1056,7 +1057,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1082,7 +1083,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1108,7 +1109,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1134,7 +1135,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1160,7 +1161,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1186,7 +1187,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1212,7 +1213,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1237,7 +1238,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1263,7 +1264,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1289,7 +1290,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1315,7 +1316,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1341,7 +1342,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1366,7 +1367,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1392,7 +1393,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1418,7 +1419,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1443,7 +1444,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1469,7 +1470,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1494,7 +1495,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1520,7 +1521,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1546,7 +1547,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1572,7 +1573,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1598,7 +1599,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1624,7 +1625,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1650,7 +1651,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1676,7 +1677,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1702,7 +1703,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1728,7 +1729,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1754,7 +1755,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1779,7 +1780,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1805,7 +1806,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1830,7 +1831,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1856,7 +1857,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1882,7 +1883,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1908,7 +1909,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1934,7 +1935,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1960,7 +1961,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -1986,7 +1987,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2012,7 +2013,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2038,7 +2039,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2064,7 +2065,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2090,7 +2091,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2116,7 +2117,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2142,7 +2143,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2168,7 +2169,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2194,7 +2195,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2220,7 +2221,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2246,7 +2247,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2273,7 +2274,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2299,7 +2300,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2325,7 +2326,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2351,21 +2352,21 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            META_DATA_GENERIC

                                                                                                            -

                                                                                                            MetaData key for additional data on a context that is not -specific to any use (possibly for user information only)

                                                                                                            +

                                                                                                            Macro

                                                                                                            +

                                                                                                            A macro +

                                                                                                            • Word

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string META_DATA_GENERIC = "generic"
                                                                                                            +
                                                                                                            public const string Macro = "sdl:macro"
                                                                                                            Field Value
                                                                                                            @@ -2377,21 +2378,21 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            META_DATA_LEVEL

                                                                                                            -

                                                                                                            MetaData key for additional data on the level on which a context is -within the context group that it belongs to (example: Header 1)

                                                                                                            +

                                                                                                            MacroButton

                                                                                                            +

                                                                                                            A macro button +

                                                                                                            • Word

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string META_DATA_LEVEL = "level"
                                                                                                            +
                                                                                                            public const string MacroButton = "sdl:macro-button"
                                                                                                            Field Value
                                                                                                            @@ -2403,21 +2404,21 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            Macro

                                                                                                            -

                                                                                                            A macro +

                                                                                                            MarkTableOfAuthoritiesEntry

                                                                                                            +

                                                                                                            A marked table of authorities

                                                                                                            • Word

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string Macro = "sdl:macro"
                                                                                                            +
                                                                                                            public const string MarkTableOfAuthoritiesEntry = "sdl:mark-table-of-authorities-entry"
                                                                                                            Field Value
                                                                                                            @@ -2429,21 +2430,20 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            MacroButton

                                                                                                            -

                                                                                                            A macro button -

                                                                                                            • Word

                                                                                                            +

                                                                                                            MasterPage

                                                                                                            +

                                                                                                            Content is on a master page.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string MacroButton = "sdl:macro-button"
                                                                                                            +
                                                                                                            public const string MasterPage = "sdl:masterpage"
                                                                                                            Field Value
                                                                                                            @@ -2455,21 +2455,21 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            MarkTableOfAuthoritiesEntry

                                                                                                            -

                                                                                                            A marked table of authorities -

                                                                                                            • Word

                                                                                                            +

                                                                                                            MasterSpread

                                                                                                            +

                                                                                                            The master spread of a document +

                                                                                                            • InDesign

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string MarkTableOfAuthoritiesEntry = "sdl:mark-table-of-authorities-entry"
                                                                                                            +
                                                                                                            public const string MasterSpread = "sdl:master-spread"
                                                                                                            Field Value
                                                                                                            @@ -2481,20 +2481,21 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            MasterPage

                                                                                                            -

                                                                                                            Content is on a master page.

                                                                                                            +

                                                                                                            Menu

                                                                                                            +

                                                                                                            A menu item +

                                                                                                            • RC

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string MasterPage = "sdl:masterpage"
                                                                                                            +
                                                                                                            public const string Menu = "sdl:menu"
                                                                                                            Field Value
                                                                                                            @@ -2506,21 +2507,21 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            MasterSpread

                                                                                                            -

                                                                                                            The master spread of a document -

                                                                                                            • InDesign

                                                                                                            +

                                                                                                            Menus

                                                                                                            +

                                                                                                            A group of menu items +

                                                                                                            • RC

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string MasterSpread = "sdl:master-spread"
                                                                                                            +
                                                                                                            public const string Menus = "sdl:menus"
                                                                                                            Field Value
                                                                                                            @@ -2532,21 +2533,21 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            Menu

                                                                                                            -

                                                                                                            A menu item -

                                                                                                            • RC

                                                                                                            +

                                                                                                            MergeFields

                                                                                                            +

                                                                                                            Merge fields +

                                                                                                            • Word

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string Menu = "sdl:menu"
                                                                                                            +
                                                                                                            public const string MergeFields = "sdl:merge-fields"
                                                                                                            Field Value
                                                                                                            @@ -2558,21 +2559,21 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            Menus

                                                                                                            -

                                                                                                            A group of menu items -

                                                                                                            • RC

                                                                                                            +

                                                                                                            MergeRecordSequenceNumber

                                                                                                            +

                                                                                                            Merge record sequence number +

                                                                                                            • Word

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string Menus = "sdl:menus"
                                                                                                            +
                                                                                                            public const string MergeRecordSequenceNumber = "sdl:merge-record-sequence-number"
                                                                                                            Field Value
                                                                                                            @@ -2584,21 +2585,20 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            MergeFields

                                                                                                            -

                                                                                                            Merge fields -

                                                                                                            • Word

                                                                                                            +

                                                                                                            Meta

                                                                                                            +

                                                                                                            Metadata information for the document

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string MergeFields = "sdl:merge-fields"
                                                                                                            +
                                                                                                            public const string Meta = "sdl:meta"
                                                                                                            Field Value
                                                                                                            @@ -2610,21 +2610,21 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            MergeRecordSequenceNumber

                                                                                                            -

                                                                                                            Merge record sequence number -

                                                                                                            • Word

                                                                                                            +

                                                                                                            META_DATA_GENERIC

                                                                                                            +

                                                                                                            MetaData key for additional data on a context that is not +specific to any use (possibly for user information only)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string MergeRecordSequenceNumber = "sdl:merge-record-sequence-number"
                                                                                                            +
                                                                                                            public const string META_DATA_GENERIC = "generic"
                                                                                                            Field Value
                                                                                                            @@ -2636,20 +2636,21 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            Meta

                                                                                                            -

                                                                                                            Metadata information for the document

                                                                                                            +

                                                                                                            META_DATA_LEVEL

                                                                                                            +

                                                                                                            MetaData key for additional data on the level on which a context is +within the context group that it belongs to (example: Header 1)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string Meta = "sdl:meta"
                                                                                                            +
                                                                                                            public const string META_DATA_LEVEL = "level"
                                                                                                            Field Value
                                                                                                            @@ -2661,7 +2662,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2687,7 +2688,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2713,7 +2714,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2738,20 +2739,21 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            NoScript

                                                                                                            -

                                                                                                            Content displayed when scripts are not supported

                                                                                                            +

                                                                                                            NormalSpread

                                                                                                            +

                                                                                                            A normal spread in a document +

                                                                                                            • InDesign

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string NoScript = "sdl:no-script"
                                                                                                            +
                                                                                                            public const string NormalSpread = "sdl:normal-spread"
                                                                                                            Field Value
                                                                                                            @@ -2763,21 +2765,20 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            -

                                                                                                            NormalSpread

                                                                                                            -

                                                                                                            A normal spread in a document -

                                                                                                            • InDesign

                                                                                                            +

                                                                                                            NoScript

                                                                                                            +

                                                                                                            Content displayed when scripts are not supported

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public const string NormalSpread = "sdl:normal-spread"
                                                                                                            +
                                                                                                            public const string NoScript = "sdl:no-script"
                                                                                                            Field Value
                                                                                                            @@ -2789,7 +2790,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2815,7 +2816,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2841,7 +2842,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2867,7 +2868,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2892,7 +2893,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2918,7 +2919,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2943,7 +2944,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2970,7 +2971,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -2996,7 +2997,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3022,7 +3023,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3048,7 +3049,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3074,7 +3075,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3100,7 +3101,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3126,7 +3127,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3152,7 +3153,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3178,7 +3179,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3204,7 +3205,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3230,7 +3231,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3256,7 +3257,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3282,7 +3283,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3308,7 +3309,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3334,7 +3335,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3360,7 +3361,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3386,7 +3387,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3412,7 +3413,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3438,7 +3439,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3464,7 +3465,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3490,7 +3491,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3516,7 +3517,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3542,7 +3543,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3568,7 +3569,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3594,7 +3595,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3620,7 +3621,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3646,7 +3647,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3672,7 +3673,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3698,32 +3699,7 @@
                                                                                                            Field Value
                                                                                                            - - - - -
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            string
                                                                                                            - - -

                                                                                                            SID

                                                                                                            -

                                                                                                            SID type used to specify the Match set on IContextInfo.Purpose is for SID the actual SID value being stored in IContextInfo.Description

                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            public const string SID = "sdl:sid"
                                                                                                            -
                                                                                                            -
                                                                                                            Field Value
                                                                                                            - - - - - - - - - - + @@ -3748,7 +3724,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3776,7 +3752,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3802,7 +3778,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3828,7 +3804,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3853,7 +3829,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3879,7 +3855,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3905,7 +3881,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3931,7 +3907,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -3957,7 +3933,32 @@
                                                                                                            Field Value
                                                                                                            - + + + + +
                                                                                                            TypeDescription
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            + + +

                                                                                                            SID

                                                                                                            +

                                                                                                            SID type used to specify the Match set on IContextInfo.Purpose is for SID the actual SID value being stored in IContextInfo.Description

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public const string SID = "sdl:sid"
                                                                                                            +
                                                                                                            +
                                                                                                            Field Value
                                                                                                            + + + + + + + + + + @@ -3982,7 +3983,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4008,7 +4009,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4034,7 +4035,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4060,7 +4061,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4086,7 +4087,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4112,7 +4113,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4138,7 +4139,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4164,7 +4165,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4189,7 +4190,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4215,7 +4216,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4240,7 +4241,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4265,7 +4266,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4291,7 +4292,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4316,7 +4317,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4342,7 +4343,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4368,7 +4369,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4394,7 +4395,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4420,7 +4421,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4446,7 +4447,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4471,7 +4472,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4497,7 +4498,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4523,7 +4524,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4549,7 +4550,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4575,7 +4576,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4601,7 +4602,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4627,7 +4628,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4652,7 +4653,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -4681,7 +4682,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes.html index 8102096de..a4f5cd14a 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes.html @@ -93,34 +93,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TMMatchContextTypes
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -131,7 +131,8 @@
                                                                                                            Fields
                                                                                                            @@ -156,7 +157,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -182,7 +183,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -208,7 +209,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -217,7 +218,8 @@
                                                                                                            Field Value

                                                                                                            LengthInformation

                                                                                                            Indicates that length restrictions apply to the content.

                                                                                                            -

                                                                                                            This context type is also used for validation purposes.

                                                                                                            +

                                                                                                            This context type is also used for validation purposes.

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -233,7 +235,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -274,7 +276,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -299,7 +301,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -326,7 +328,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -353,7 +355,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -378,7 +380,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -388,7 +390,7 @@

                                                                                                            Methods -

                                                                                                            IsDefined(string)

                                                                                                            +

                                                                                                            IsDefined(String)

                                                                                                            Tells whether a given context type is a predefined TM match context type.

                                                                                                            @@ -407,7 +409,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -424,7 +426,7 @@
                                                                                                            Returns
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMTranslationOriginMetaData.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMTranslationOriginMetaData.html index 62bc385bb..2a27b5f4f 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMTranslationOriginMetaData.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMTranslationOriginMetaData.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TMTranslationOriginMetaData
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -171,7 +171,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -196,7 +196,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -221,7 +221,7 @@
                                                                                                            Field Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter-2.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter-2.html index 980f34c3b..401031118 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter-2.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter-2.html @@ -92,38 +92,39 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            PredicateAdapter<AdapteeType, TargetType>
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilities
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class PredicateAdapter<AdapteeType, TargetType> where AdapteeType : class
                                                                                                            +
                                                                                                            public class PredicateAdapter<AdapteeType, TargetType>
                                                                                                            +    where AdapteeType : class
                                                                                                            Type Parameters
                                                                                                            TypeDescription
                                                                                                            System.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            IDictionarystringStandardContextTypesContextDataSystem.Collections.Generic.IDictionary<System.String, StandardContextTypes.ContextData>
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String contextType

                                                                                                            The context type to check.

                                                                                                            boolSystem.Boolean

                                                                                                            True if the context type is predefined, false otherwise.

                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            @@ -175,7 +176,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -204,7 +205,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -230,7 +231,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -278,7 +279,7 @@
                                                                                                            Returns
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Properties.Resources.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Properties.Resources.html index e09cbba0b..91e820135 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Properties.Resources.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Properties.Resources.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            Resources
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkSdl.FileTypeSupport.Framework.CoreUtilitiesProperties
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.Properties
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
                                                                                                            Syntax
                                                                                                            @@ -130,7 +130,7 @@

                                                                                                            Properties

                                                                                                            Culture

                                                                                                            -

                                                                                                            Overrides the current thread's CurrentUICulture property for all +

                                                                                                            Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

                                                                                                            @@ -148,7 +148,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -174,7 +174,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -200,7 +200,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -226,7 +226,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -252,7 +252,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -278,7 +278,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -304,7 +304,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -330,7 +330,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -356,7 +356,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -382,7 +382,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -408,7 +408,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -434,7 +434,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -460,7 +460,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -486,21 +486,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            PredicateSystem.Predicate<AdapteeType> adaptee
                                                                                                            PredicateSystem.Predicate<AdapteeType>
                                                                                                            PredicateSystem.Predicate<TargetType>
                                                                                                            boolSystem.Boolean

                                                                                                            result of the implementation predicate

                                                                                                            CultureInfoSystem.Globalization.CultureInfo
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_LRE_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to Start of left-to-right embedding.

                                                                                                            + +

                                                                                                            QuickTag_LeftToRight_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to Apply left-to-right reading order.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_LRE_Description { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_LeftToRight_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -512,21 +512,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_LRE_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to LRE.

                                                                                                            + +

                                                                                                            QuickTag_LeftToRight_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Left-To-Right.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_LRE_Name { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_LeftToRight_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -538,21 +538,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_LRM_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to Left-to-right mark.

                                                                                                            + +

                                                                                                            QuickTag_LRE_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to Start of left-to-right embedding.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_LRM_Description { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_LRE_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -564,21 +564,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_LRM_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to LRM.

                                                                                                            + +

                                                                                                            QuickTag_LRE_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to LRE.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_LRM_Name { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_LRE_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -590,21 +590,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_LRO_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to Start of left-to-right override.

                                                                                                            + +

                                                                                                            QuickTag_LRM_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to Left-to-right mark.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_LRO_Description { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_LRM_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -616,21 +616,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_LRO_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to LRO.

                                                                                                            + +

                                                                                                            QuickTag_LRM_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to LRM.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_LRO_Name { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_LRM_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -642,21 +642,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_LeftToRight_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to Apply left-to-right reading order.

                                                                                                            + +

                                                                                                            QuickTag_LRO_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to Start of left-to-right override.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_LeftToRight_Description { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_LRO_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -668,21 +668,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_LeftToRight_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Left-To-Right.

                                                                                                            + +

                                                                                                            QuickTag_LRO_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to LRO.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_LeftToRight_Name { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_LRO_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -694,7 +694,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -720,7 +720,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -746,7 +746,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -772,7 +772,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -798,7 +798,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -824,7 +824,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -850,7 +850,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -876,7 +876,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -902,21 +902,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_RLE_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to Start of right-to-left embedding.

                                                                                                            + +

                                                                                                            QuickTag_Registered_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to Insert a registered symbol.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_RLE_Description { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_Registered_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -928,21 +928,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_RLE_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to RLE.

                                                                                                            + +

                                                                                                            QuickTag_Registered_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Registered.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_RLE_Name { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_Registered_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -954,21 +954,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_RLM_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to Right-to-left mark.

                                                                                                            + +

                                                                                                            QuickTag_RightToLeft_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to Apply right-to-left reading order.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_RLM_Description { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_RightToLeft_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -980,21 +980,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_RLM_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to RLM.

                                                                                                            + +

                                                                                                            QuickTag_RightToLeft_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Right-To-Left.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_RLM_Name { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_RightToLeft_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -1006,21 +1006,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_RLO_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to Start of right-to-left override.

                                                                                                            + +

                                                                                                            QuickTag_RLE_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to Start of right-to-left embedding.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_RLO_Description { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_RLE_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -1032,21 +1032,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_RLO_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to RLO.

                                                                                                            + +

                                                                                                            QuickTag_RLE_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to RLE.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_RLO_Name { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_RLE_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -1058,21 +1058,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_Registered_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to Insert a registered symbol.

                                                                                                            + +

                                                                                                            QuickTag_RLM_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to Right-to-left mark.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_Registered_Description { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_RLM_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -1084,21 +1084,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_Registered_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Registered.

                                                                                                            + +

                                                                                                            QuickTag_RLM_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to RLM.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_Registered_Name { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_RLM_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -1110,21 +1110,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_RightToLeft_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to Apply right-to-left reading order.

                                                                                                            + +

                                                                                                            QuickTag_RLO_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to Start of right-to-left override.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_RightToLeft_Description { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_RLO_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -1136,21 +1136,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            QuickTag_RightToLeft_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Right-To-Left.

                                                                                                            + +

                                                                                                            QuickTag_RLO_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to RLO.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string QuickTag_RightToLeft_Name { get; }
                                                                                                            +
                                                                                                            public static string QuickTag_RLO_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -1162,7 +1162,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1188,7 +1188,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1214,7 +1214,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1240,7 +1240,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1266,7 +1266,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1292,7 +1292,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1318,7 +1318,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1344,7 +1344,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1370,7 +1370,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1396,7 +1396,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1422,7 +1422,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1448,7 +1448,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1474,7 +1474,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1500,7 +1500,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1526,7 +1526,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1552,7 +1552,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1578,7 +1578,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1604,7 +1604,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1630,7 +1630,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1656,21 +1656,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            ResourceManagerSystem.Resources.ResourceManager
                                                                                                            - -

                                                                                                            StandardContextTypes_AddressBlock_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to AB.

                                                                                                            + +

                                                                                                            StandardContextTypes_Address_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to A.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_AddressBlock_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Address_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -1682,21 +1682,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_AddressBlock_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Address block.

                                                                                                            + +

                                                                                                            StandardContextTypes_Address_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to An address.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_AddressBlock_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Address_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -1708,21 +1708,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Address_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to A.

                                                                                                            + +

                                                                                                            StandardContextTypes_Address_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Address.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Address_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Address_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -1734,21 +1734,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Address_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to An address.

                                                                                                            + +

                                                                                                            StandardContextTypes_AddressBlock_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to AB.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Address_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_AddressBlock_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -1760,21 +1760,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Address_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Address.

                                                                                                            + +

                                                                                                            StandardContextTypes_AddressBlock_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Address block.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Address_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_AddressBlock_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -1786,7 +1786,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1812,7 +1812,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1838,7 +1838,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1864,7 +1864,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1890,7 +1890,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1916,7 +1916,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1942,7 +1942,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1968,7 +1968,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1994,21 +1994,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_AutoTextList_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to ATL.

                                                                                                            + +

                                                                                                            StandardContextTypes_AutoText_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to AT.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_AutoTextList_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_AutoText_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -2020,21 +2020,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_AutoTextList_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Autotext List.

                                                                                                            + +

                                                                                                            StandardContextTypes_AutoText_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Autotext.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_AutoTextList_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_AutoText_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -2046,21 +2046,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_AutoText_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to AT.

                                                                                                            + +

                                                                                                            StandardContextTypes_AutoTextList_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to ATL.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_AutoText_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_AutoTextList_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -2072,21 +2072,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_AutoText_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Autotext.

                                                                                                            + +

                                                                                                            StandardContextTypes_AutoTextList_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Autotext List.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_AutoText_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_AutoTextList_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -2098,21 +2098,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_BIDIOutline_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to BDI.

                                                                                                            + +

                                                                                                            StandardContextTypes_BarCode_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to BC.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_BIDIOutline_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_BarCode_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -2124,21 +2124,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_BIDIOutline_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to BiDi outline.

                                                                                                            + +

                                                                                                            StandardContextTypes_BarCode_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Bar code.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_BIDIOutline_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_BarCode_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -2150,21 +2150,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_BarCode_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to BC.

                                                                                                            + +

                                                                                                            StandardContextTypes_BIDIOutline_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to BDI.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_BarCode_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_BIDIOutline_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -2176,21 +2176,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_BarCode_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Bar code.

                                                                                                            + +

                                                                                                            StandardContextTypes_BIDIOutline_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to BiDi outline.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_BarCode_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_BIDIOutline_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -2202,7 +2202,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2228,7 +2228,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2254,7 +2254,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2280,7 +2280,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2306,7 +2306,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2332,7 +2332,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2358,7 +2358,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2384,7 +2384,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2410,7 +2410,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2436,7 +2436,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2462,7 +2462,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2488,7 +2488,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2514,7 +2514,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2540,7 +2540,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2566,7 +2566,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2592,21 +2592,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_CData_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to CDA.

                                                                                                            + +

                                                                                                            StandardContextTypes_Callout_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to CT.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_CData_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Callout_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -2618,21 +2618,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_CData_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A CDATA section.

                                                                                                            + +

                                                                                                            StandardContextTypes_Callout_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to Callout to an object in a document (eg, an image).

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_CData_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Callout_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -2644,21 +2644,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_CData_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to CDATA Section.

                                                                                                            + +

                                                                                                            StandardContextTypes_Callout_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Callout.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_CData_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Callout_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -2670,21 +2670,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Callout_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to CT.

                                                                                                            + +

                                                                                                            StandardContextTypes_Caption_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to CAP.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Callout_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Caption_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -2696,21 +2696,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Callout_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to Callout to an object in a document (eg, an image).

                                                                                                            + +

                                                                                                            StandardContextTypes_Caption_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A caption.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Callout_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Caption_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -2722,21 +2722,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Callout_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Callout.

                                                                                                            + +

                                                                                                            StandardContextTypes_Caption_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Caption.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Callout_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Caption_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -2748,21 +2748,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Caption_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to CAP.

                                                                                                            + +

                                                                                                            StandardContextTypes_CData_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to CDA.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Caption_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_CData_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -2774,21 +2774,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Caption_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A caption.

                                                                                                            + +

                                                                                                            StandardContextTypes_CData_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A CDATA section.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Caption_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_CData_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -2800,21 +2800,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Caption_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Caption.

                                                                                                            + +

                                                                                                            StandardContextTypes_CData_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to CDATA Section.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Caption_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_CData_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -2826,7 +2826,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2852,7 +2852,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2878,7 +2878,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2904,7 +2904,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2930,7 +2930,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2956,7 +2956,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2982,7 +2982,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3008,7 +3008,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3034,7 +3034,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3060,7 +3060,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3086,7 +3086,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3112,7 +3112,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3138,7 +3138,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3164,7 +3164,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3190,7 +3190,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3216,7 +3216,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3242,7 +3242,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3268,7 +3268,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3294,7 +3294,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3320,7 +3320,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3346,7 +3346,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3372,7 +3372,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3398,7 +3398,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3424,7 +3424,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3450,7 +3450,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3476,7 +3476,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3502,7 +3502,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3528,7 +3528,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3554,7 +3554,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3580,7 +3580,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3606,7 +3606,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3632,7 +3632,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3658,7 +3658,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3684,7 +3684,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3710,7 +3710,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3736,7 +3736,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3762,7 +3762,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3788,7 +3788,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3814,7 +3814,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3840,7 +3840,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3866,7 +3866,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3892,7 +3892,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3918,7 +3918,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3944,7 +3944,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -3970,21 +3970,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_DDEAutomaticReference_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to DDA.

                                                                                                            + +

                                                                                                            StandardContextTypes_DataCommand_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to DC.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_DDEAutomaticReference_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_DataCommand_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -3996,21 +3996,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_DDEAutomaticReference_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A DDE automatic reference.

                                                                                                            + +

                                                                                                            StandardContextTypes_DataCommand_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to Used for print merge.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_DDEAutomaticReference_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_DataCommand_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -4022,21 +4022,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_DDEAutomaticReference_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to DDE automatic reference.

                                                                                                            + +

                                                                                                            StandardContextTypes_DataCommand_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Data command.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_DDEAutomaticReference_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_DataCommand_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -4048,21 +4048,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_DDEReference_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to DDR.

                                                                                                            + +

                                                                                                            StandardContextTypes_DDEAutomaticReference_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to DDA.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_DDEReference_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_DDEAutomaticReference_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -4074,21 +4074,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_DDEReference_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A DDE reference.

                                                                                                            + +

                                                                                                            StandardContextTypes_DDEAutomaticReference_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A DDE automatic reference.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_DDEReference_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_DDEAutomaticReference_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -4100,21 +4100,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_DDEReference_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to DDE reference.

                                                                                                            + +

                                                                                                            StandardContextTypes_DDEAutomaticReference_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to DDE automatic reference.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_DDEReference_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_DDEAutomaticReference_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -4126,21 +4126,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_DataCommand_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to DC.

                                                                                                            + +

                                                                                                            StandardContextTypes_DDEReference_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to DDR.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_DataCommand_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_DDEReference_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -4152,21 +4152,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_DataCommand_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to Used for print merge.

                                                                                                            + +

                                                                                                            StandardContextTypes_DDEReference_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A DDE reference.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_DataCommand_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_DDEReference_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -4178,21 +4178,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_DataCommand_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Data command.

                                                                                                            + +

                                                                                                            StandardContextTypes_DDEReference_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to DDE reference.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_DataCommand_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_DDEReference_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -4204,7 +4204,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4230,7 +4230,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4256,7 +4256,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4282,7 +4282,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4308,7 +4308,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4334,7 +4334,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4360,7 +4360,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4386,7 +4386,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4412,7 +4412,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4438,7 +4438,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4464,7 +4464,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4490,7 +4490,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4516,7 +4516,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4542,7 +4542,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4568,7 +4568,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4594,7 +4594,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4620,7 +4620,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4646,7 +4646,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4672,7 +4672,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4698,7 +4698,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4724,7 +4724,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4750,7 +4750,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4776,7 +4776,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4802,7 +4802,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4828,7 +4828,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4854,7 +4854,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4880,7 +4880,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4906,7 +4906,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4932,7 +4932,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4958,7 +4958,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -4984,7 +4984,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5010,7 +5010,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5036,7 +5036,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5062,7 +5062,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5088,7 +5088,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5114,7 +5114,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5140,7 +5140,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5166,7 +5166,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5192,7 +5192,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5218,7 +5218,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5244,7 +5244,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5270,7 +5270,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5296,7 +5296,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5322,7 +5322,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5348,7 +5348,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5374,21 +5374,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_FootnoteReference_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to FR.

                                                                                                            + +

                                                                                                            StandardContextTypes_Footnote_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to FN.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_FootnoteReference_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Footnote_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -5400,21 +5400,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_FootnoteReference_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to A footnote reference.

                                                                                                            + +

                                                                                                            StandardContextTypes_Footnote_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A footnote.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_FootnoteReference_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Footnote_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -5426,21 +5426,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Footnote_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to FN.

                                                                                                            + +

                                                                                                            StandardContextTypes_Footnote_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Footnote.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Footnote_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Footnote_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -5452,21 +5452,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Footnote_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A footnote.

                                                                                                            + +

                                                                                                            StandardContextTypes_FootnoteReference_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to FR.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Footnote_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_FootnoteReference_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -5478,21 +5478,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Footnote_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Footnote.

                                                                                                            + +

                                                                                                            StandardContextTypes_FootnoteReference_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to A footnote reference.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Footnote_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_FootnoteReference_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -5504,21 +5504,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_FormCheckBox_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to FCB.

                                                                                                            + +

                                                                                                            StandardContextTypes_Form_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to FRM.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_FormCheckBox_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Form_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -5530,21 +5530,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_FormCheckBox_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Form check box.

                                                                                                            + +

                                                                                                            StandardContextTypes_Form_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Form.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_FormCheckBox_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Form_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -5556,21 +5556,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_FormListBox_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to FLB.

                                                                                                            + +

                                                                                                            StandardContextTypes_FormCheckBox_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to FCB.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_FormListBox_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_FormCheckBox_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -5582,21 +5582,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_FormListBox_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Form list box.

                                                                                                            + +

                                                                                                            StandardContextTypes_FormCheckBox_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Form check box.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_FormListBox_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_FormCheckBox_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -5608,21 +5608,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_FormTextBox_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to FTB.

                                                                                                            + +

                                                                                                            StandardContextTypes_FormListBox_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to FLB.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_FormTextBox_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_FormListBox_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -5634,21 +5634,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_FormTextBox_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Form text box.

                                                                                                            + +

                                                                                                            StandardContextTypes_FormListBox_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Form list box.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_FormTextBox_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_FormListBox_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -5660,21 +5660,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Form_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to FRM.

                                                                                                            + +

                                                                                                            StandardContextTypes_FormTextBox_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to FTB.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Form_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_FormTextBox_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -5686,21 +5686,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Form_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Form.

                                                                                                            + +

                                                                                                            StandardContextTypes_FormTextBox_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Form text box.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Form_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_FormTextBox_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -5712,7 +5712,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5738,7 +5738,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5764,7 +5764,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5790,7 +5790,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5816,7 +5816,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5842,7 +5842,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5868,7 +5868,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5894,7 +5894,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5920,7 +5920,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5946,7 +5946,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -5972,21 +5972,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_GroupBox_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to GB.

                                                                                                            + +

                                                                                                            StandardContextTypes_Group_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to G.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_GroupBox_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Group_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -5998,21 +5998,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_GroupBox_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A group box.

                                                                                                            + +

                                                                                                            StandardContextTypes_Group_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A group.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_GroupBox_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Group_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -6024,21 +6024,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_GroupBox_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Group Box.

                                                                                                            + +

                                                                                                            StandardContextTypes_Group_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Group.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_GroupBox_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Group_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -6050,21 +6050,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Group_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to G.

                                                                                                            + +

                                                                                                            StandardContextTypes_GroupBox_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to GB.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Group_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_GroupBox_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -6076,21 +6076,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Group_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A group.

                                                                                                            + +

                                                                                                            StandardContextTypes_GroupBox_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A group box.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Group_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_GroupBox_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -6102,21 +6102,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Group_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Group.

                                                                                                            + +

                                                                                                            StandardContextTypes_GroupBox_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Group Box.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Group_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_GroupBox_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -6128,21 +6128,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_HTMLControl_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to HTM.

                                                                                                            + +

                                                                                                            StandardContextTypes_Heading_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to H.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_HTMLControl_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Heading_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -6154,21 +6154,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_HTMLControl_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to HTML control.

                                                                                                            + +

                                                                                                            StandardContextTypes_Heading_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A heading.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_HTMLControl_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Heading_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -6180,21 +6180,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Heading_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to H.

                                                                                                            + +

                                                                                                            StandardContextTypes_Heading_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Heading.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Heading_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Heading_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -6206,21 +6206,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Heading_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A heading.

                                                                                                            + +

                                                                                                            StandardContextTypes_HTMLControl_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to HTM.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Heading_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_HTMLControl_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -6232,21 +6232,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Heading_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Heading.

                                                                                                            + +

                                                                                                            StandardContextTypes_HTMLControl_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to HTML control.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Heading_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_HTMLControl_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -6258,21 +6258,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_HyperlinkDestination_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to HD.

                                                                                                            + + +

                                                                                                            Looks up a localized string similar to HL.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_HyperlinkDestination_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Hyperlink_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -6284,21 +6284,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_HyperlinkDestination_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to The destination of a hyperlink.

                                                                                                            + + +

                                                                                                            Looks up a localized string similar to A hyperlink.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_HyperlinkDestination_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Hyperlink_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -6310,21 +6310,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_HyperlinkDestination_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Hyperlink Destination.

                                                                                                            + + +

                                                                                                            Looks up a localized string similar to Hyperlink.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_HyperlinkDestination_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Hyperlink_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -6336,21 +6336,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - - -

                                                                                                            Looks up a localized string similar to HL.

                                                                                                            + +

                                                                                                            StandardContextTypes_HyperlinkDestination_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to HD.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Hyperlink_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_HyperlinkDestination_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -6362,21 +6362,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - - -

                                                                                                            Looks up a localized string similar to A hyperlink.

                                                                                                            + +

                                                                                                            StandardContextTypes_HyperlinkDestination_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to The destination of a hyperlink.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Hyperlink_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_HyperlinkDestination_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -6388,21 +6388,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - - -

                                                                                                            Looks up a localized string similar to Hyperlink.

                                                                                                            + +

                                                                                                            StandardContextTypes_HyperlinkDestination_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Hyperlink Destination.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Hyperlink_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_HyperlinkDestination_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -6414,7 +6414,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6440,7 +6440,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6466,7 +6466,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6492,7 +6492,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6518,7 +6518,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6544,7 +6544,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6570,7 +6570,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6596,7 +6596,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6622,7 +6622,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6648,7 +6648,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6674,7 +6674,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6700,7 +6700,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6726,7 +6726,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6752,7 +6752,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6778,7 +6778,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6804,7 +6804,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6830,7 +6830,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6856,7 +6856,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6882,7 +6882,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6908,7 +6908,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6934,7 +6934,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6960,7 +6960,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -6986,7 +6986,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7012,7 +7012,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7038,7 +7038,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7064,7 +7064,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7090,7 +7090,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7116,7 +7116,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7142,7 +7142,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7168,7 +7168,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7194,7 +7194,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7220,7 +7220,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7246,7 +7246,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7272,7 +7272,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7298,7 +7298,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7324,7 +7324,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7350,7 +7350,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7376,7 +7376,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7402,7 +7402,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7428,7 +7428,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7454,7 +7454,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7480,7 +7480,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7506,7 +7506,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7532,7 +7532,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7558,7 +7558,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7584,7 +7584,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7610,7 +7610,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7636,7 +7636,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7662,7 +7662,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7688,7 +7688,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7714,7 +7714,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7740,7 +7740,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7766,7 +7766,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7792,7 +7792,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7818,7 +7818,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7844,7 +7844,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7870,7 +7870,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7896,7 +7896,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7922,7 +7922,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7948,7 +7948,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -7974,7 +7974,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8000,7 +8000,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8026,7 +8026,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8052,7 +8052,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8078,7 +8078,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8104,7 +8104,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8130,7 +8130,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8156,21 +8156,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_MacroButton_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to MB.

                                                                                                            + +

                                                                                                            StandardContextTypes_Macro_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to M.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_MacroButton_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Macro_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -8182,21 +8182,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_MacroButton_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A macro button.

                                                                                                            + +

                                                                                                            StandardContextTypes_Macro_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Macro.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_MacroButton_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Macro_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -8208,21 +8208,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_MacroButton_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Macro button.

                                                                                                            + +

                                                                                                            StandardContextTypes_MacroButton_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to MB.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_MacroButton_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_MacroButton_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -8234,21 +8234,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Macro_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to M.

                                                                                                            + +

                                                                                                            StandardContextTypes_MacroButton_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A macro button.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Macro_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_MacroButton_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -8260,21 +8260,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Macro_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Macro.

                                                                                                            + +

                                                                                                            StandardContextTypes_MacroButton_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Macro button.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Macro_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_MacroButton_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -8286,7 +8286,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8312,7 +8312,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8338,7 +8338,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8364,7 +8364,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8390,7 +8390,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8416,7 +8416,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8442,7 +8442,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8468,7 +8468,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8494,7 +8494,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8520,7 +8520,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8546,7 +8546,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8572,7 +8572,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8598,7 +8598,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8624,7 +8624,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8650,7 +8650,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8676,7 +8676,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8702,7 +8702,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8728,7 +8728,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8754,7 +8754,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8780,7 +8780,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8806,7 +8806,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8832,7 +8832,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8858,7 +8858,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8884,7 +8884,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8910,7 +8910,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8936,7 +8936,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8962,7 +8962,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -8988,7 +8988,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -9014,7 +9014,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -9040,7 +9040,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -9066,7 +9066,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -9092,21 +9092,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_NoScript_Code

                                                                                                            + +

                                                                                                            StandardContextTypes_NormalSpread_Code

                                                                                                            Looks up a localized string similar to NS.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_NoScript_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_NormalSpread_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -9118,21 +9118,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_NoScript_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to Used when scripts cannot be run.

                                                                                                            + +

                                                                                                            StandardContextTypes_NormalSpread_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A normal spread.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_NoScript_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_NormalSpread_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -9144,21 +9144,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_NoScript_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to No Script.

                                                                                                            + +

                                                                                                            StandardContextTypes_NormalSpread_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Normal Spread.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_NoScript_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_NormalSpread_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -9170,21 +9170,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_NormalSpread_Code

                                                                                                            + +

                                                                                                            StandardContextTypes_NoScript_Code

                                                                                                            Looks up a localized string similar to NS.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_NormalSpread_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_NoScript_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -9196,21 +9196,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_NormalSpread_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A normal spread.

                                                                                                            + +

                                                                                                            StandardContextTypes_NoScript_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to Used when scripts cannot be run.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_NormalSpread_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_NoScript_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -9222,21 +9222,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_NormalSpread_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Normal Spread.

                                                                                                            + +

                                                                                                            StandardContextTypes_NoScript_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to No Script.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_NormalSpread_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_NoScript_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -9248,21 +9248,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_NoteReference_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to NR.

                                                                                                            + +

                                                                                                            StandardContextTypes_Note_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to N.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_NoteReference_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Note_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -9274,21 +9274,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_NoteReference_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A note reference.

                                                                                                            + +

                                                                                                            StandardContextTypes_Note_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A note.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_NoteReference_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Note_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -9300,21 +9300,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_NoteReference_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Note reference.

                                                                                                            + +

                                                                                                            StandardContextTypes_Note_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Note.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_NoteReference_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Note_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -9326,21 +9326,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Note_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to N.

                                                                                                            + +

                                                                                                            StandardContextTypes_NoteReference_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to NR.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Note_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_NoteReference_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -9352,21 +9352,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Note_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A note.

                                                                                                            + +

                                                                                                            StandardContextTypes_NoteReference_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A note reference.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Note_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_NoteReference_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -9378,21 +9378,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Note_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Note.

                                                                                                            + +

                                                                                                            StandardContextTypes_NoteReference_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Note reference.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Note_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_NoteReference_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -9404,7 +9404,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -9430,7 +9430,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -9456,7 +9456,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -9482,7 +9482,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -9508,21 +9508,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_PageHeaderFooter_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to PHF.

                                                                                                            + +

                                                                                                            StandardContextTypes_PageHeader_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A page header or footer.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_PageHeaderFooter_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_PageHeader_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -9534,21 +9534,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_PageHeader_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A page header or footer.

                                                                                                            + +

                                                                                                            StandardContextTypes_PageHeader_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Page Header or Footer.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_PageHeader_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_PageHeader_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -9560,21 +9560,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_PageHeader_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Page Header or Footer.

                                                                                                            + +

                                                                                                            StandardContextTypes_PageHeaderFooter_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to PHF.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_PageHeader_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_PageHeaderFooter_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -9586,7 +9586,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -9612,7 +9612,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -9638,7 +9638,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -9664,21 +9664,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_ParagraphUnitReference_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to PUR.

                                                                                                            + +

                                                                                                            StandardContextTypes_Paragraph_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to P.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_ParagraphUnitReference_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Paragraph_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -9690,21 +9690,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_ParagraphUnitReference_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to ID of the paragraph unit where the tag containing the translatble content in this paragraph unit is located..

                                                                                                            + +

                                                                                                            StandardContextTypes_Paragraph_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A paragraph of text.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_ParagraphUnitReference_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Paragraph_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -9716,21 +9716,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_ParagraphUnitReference_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Paragraph Unit Reference.

                                                                                                            + +

                                                                                                            StandardContextTypes_Paragraph_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Paragraph.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_ParagraphUnitReference_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Paragraph_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -9742,21 +9742,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Paragraph_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to P.

                                                                                                            + +

                                                                                                            StandardContextTypes_ParagraphUnitReference_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to PUR.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Paragraph_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_ParagraphUnitReference_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -9768,21 +9768,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Paragraph_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A paragraph of text.

                                                                                                            + +

                                                                                                            StandardContextTypes_ParagraphUnitReference_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to ID of the paragraph unit where the tag containing the translatble content in this paragraph unit is located..

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Paragraph_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_ParagraphUnitReference_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -9794,21 +9794,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Paragraph_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Paragraph.

                                                                                                            + +

                                                                                                            StandardContextTypes_ParagraphUnitReference_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Paragraph Unit Reference.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Paragraph_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_ParagraphUnitReference_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -9820,7 +9820,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -9846,7 +9846,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -9872,7 +9872,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -9898,7 +9898,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -9924,7 +9924,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -9950,7 +9950,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -9976,7 +9976,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10002,7 +10002,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10028,7 +10028,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10054,7 +10054,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10080,7 +10080,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10106,7 +10106,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10132,7 +10132,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10158,7 +10158,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10184,7 +10184,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10210,7 +10210,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10236,7 +10236,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10262,7 +10262,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10288,7 +10288,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10314,7 +10314,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10340,7 +10340,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10366,7 +10366,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10392,7 +10392,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10418,7 +10418,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10444,7 +10444,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10470,7 +10470,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10496,7 +10496,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10522,7 +10522,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10548,7 +10548,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10574,7 +10574,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10600,7 +10600,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10626,7 +10626,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10652,7 +10652,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10678,7 +10678,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10704,7 +10704,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10730,7 +10730,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10756,7 +10756,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10782,7 +10782,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10808,7 +10808,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10834,7 +10834,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10860,7 +10860,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10886,7 +10886,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10912,7 +10912,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10938,7 +10938,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10964,7 +10964,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -10990,7 +10990,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11016,7 +11016,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11042,7 +11042,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11068,7 +11068,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11094,7 +11094,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11120,7 +11120,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11146,7 +11146,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11172,7 +11172,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11198,7 +11198,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11224,7 +11224,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11250,7 +11250,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11276,7 +11276,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11302,7 +11302,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11328,7 +11328,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11354,7 +11354,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11380,7 +11380,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11406,7 +11406,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11432,7 +11432,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11458,7 +11458,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11484,7 +11484,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11510,7 +11510,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11536,7 +11536,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11562,7 +11562,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11588,7 +11588,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11614,7 +11614,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11640,7 +11640,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11666,7 +11666,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11692,7 +11692,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11718,7 +11718,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11744,7 +11744,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11770,7 +11770,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11796,7 +11796,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11822,7 +11822,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11848,7 +11848,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11874,7 +11874,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11900,7 +11900,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11926,7 +11926,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11952,7 +11952,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -11978,21 +11978,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_SectionPages_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to SP.

                                                                                                            + +

                                                                                                            StandardContextTypes_Section_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to S.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_SectionPages_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Section_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -12004,21 +12004,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_SectionPages_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Section pages.

                                                                                                            + +

                                                                                                            StandardContextTypes_Section_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Section.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_SectionPages_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Section_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -12030,21 +12030,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Section_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to S.

                                                                                                            + +

                                                                                                            StandardContextTypes_SectionPages_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to SP.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Section_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_SectionPages_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -12056,21 +12056,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Section_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Section.

                                                                                                            + +

                                                                                                            StandardContextTypes_SectionPages_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Section pages.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Section_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_SectionPages_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -12082,7 +12082,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12108,7 +12108,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12134,7 +12134,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12160,7 +12160,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12186,7 +12186,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12212,7 +12212,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12238,7 +12238,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12264,7 +12264,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12290,7 +12290,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12316,7 +12316,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12342,7 +12342,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12368,7 +12368,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12394,7 +12394,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12420,7 +12420,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12446,7 +12446,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12472,7 +12472,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12498,7 +12498,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12524,7 +12524,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12550,7 +12550,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12576,7 +12576,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12602,7 +12602,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12628,7 +12628,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12654,7 +12654,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12680,7 +12680,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12706,7 +12706,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12732,7 +12732,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12758,7 +12758,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12784,7 +12784,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12810,7 +12810,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12836,7 +12836,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12862,7 +12862,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12888,7 +12888,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12914,7 +12914,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12940,7 +12940,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12966,7 +12966,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -12992,7 +12992,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13018,21 +13018,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_TableCell_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to TC.

                                                                                                            + +

                                                                                                            StandardContextTypes_Table_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to TBL.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_TableCell_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Table_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -13044,21 +13044,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_TableCell_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A cell in a table.

                                                                                                            + +

                                                                                                            StandardContextTypes_Table_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A table.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_TableCell_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Table_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -13070,21 +13070,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_TableCell_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Table Cell.

                                                                                                            + +

                                                                                                            StandardContextTypes_Table_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Table.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_TableCell_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_Table_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -13096,21 +13096,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_TableHeading_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to TH.

                                                                                                            + +

                                                                                                            StandardContextTypes_TableCell_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to TC.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_TableHeading_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_TableCell_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -13122,21 +13122,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_TableHeading_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A heading in a table.

                                                                                                            + +

                                                                                                            StandardContextTypes_TableCell_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A cell in a table.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_TableHeading_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_TableCell_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -13148,21 +13148,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_TableHeading_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Table Heading.

                                                                                                            + +

                                                                                                            StandardContextTypes_TableCell_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Table Cell.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_TableHeading_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_TableCell_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -13174,21 +13174,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_TableOfContentsEntry_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to TOC.

                                                                                                            + +

                                                                                                            StandardContextTypes_TableHeading_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to TH.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_TableOfContentsEntry_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_TableHeading_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -13200,21 +13200,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_TableOfContentsEntry_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A table of contents entry.

                                                                                                            + +

                                                                                                            StandardContextTypes_TableHeading_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A heading in a table.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_TableOfContentsEntry_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_TableHeading_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -13226,21 +13226,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_TableOfContentsEntry_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Table of Contents Entry.

                                                                                                            + +

                                                                                                            StandardContextTypes_TableHeading_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Table Heading.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_TableOfContentsEntry_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_TableHeading_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -13252,21 +13252,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_TableRow_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to TR.

                                                                                                            + +

                                                                                                            StandardContextTypes_TableOfContentsEntry_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to TOC.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_TableRow_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_TableOfContentsEntry_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -13278,21 +13278,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_TableRow_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A row in a table.

                                                                                                            + +

                                                                                                            StandardContextTypes_TableOfContentsEntry_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A table of contents entry.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_TableRow_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_TableOfContentsEntry_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -13304,21 +13304,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_TableRow_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Table Row.

                                                                                                            + +

                                                                                                            StandardContextTypes_TableOfContentsEntry_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Table of Contents Entry.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_TableRow_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_TableOfContentsEntry_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -13330,21 +13330,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Table_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to TBL.

                                                                                                            + +

                                                                                                            StandardContextTypes_TableRow_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to TR.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Table_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_TableRow_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -13356,21 +13356,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Table_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A table.

                                                                                                            + +

                                                                                                            StandardContextTypes_TableRow_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A row in a table.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Table_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_TableRow_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -13382,21 +13382,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_Table_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Table.

                                                                                                            + +

                                                                                                            StandardContextTypes_TableRow_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Table Row.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_Table_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_TableRow_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -13408,7 +13408,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13434,7 +13434,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13460,7 +13460,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13486,7 +13486,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13512,7 +13512,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13538,7 +13538,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13564,7 +13564,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13590,7 +13590,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13616,7 +13616,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13642,7 +13642,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13668,7 +13668,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13694,7 +13694,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13720,7 +13720,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13746,7 +13746,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13772,7 +13772,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13798,7 +13798,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13824,7 +13824,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13850,7 +13850,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13876,7 +13876,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13902,7 +13902,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13928,7 +13928,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13954,7 +13954,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -13980,7 +13980,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -14006,7 +14006,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -14032,7 +14032,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -14058,7 +14058,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -14084,7 +14084,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -14110,7 +14110,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -14136,7 +14136,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -14162,7 +14162,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -14188,7 +14188,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -14214,7 +14214,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -14240,7 +14240,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -14266,7 +14266,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -14292,7 +14292,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -14318,7 +14318,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -14344,7 +14344,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -14370,21 +14370,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_WorkSheetName_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to The name associated with a worksheet.

                                                                                                            + +

                                                                                                            StandardContextTypes_WorkSheet_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to WS.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_WorkSheetName_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_WorkSheet_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -14396,21 +14396,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_WorkSheet_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to WS.

                                                                                                            + +

                                                                                                            StandardContextTypes_WorkSheet_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to A worksheet.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_WorkSheet_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_WorkSheet_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -14422,21 +14422,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_WorkSheet_Description

                                                                                                            -

                                                                                                            Looks up a localized string similar to A worksheet.

                                                                                                            + +

                                                                                                            StandardContextTypes_WorkSheet_Name

                                                                                                            +

                                                                                                            Looks up a localized string similar to Worksheet.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_WorkSheet_Description { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_WorkSheet_Name { get; }
                                                                                                            Property Value
                                                                                                            @@ -14448,21 +14448,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_WorkSheet_Name

                                                                                                            -

                                                                                                            Looks up a localized string similar to Worksheet.

                                                                                                            + +

                                                                                                            StandardContextTypes_WorksheetName_Code

                                                                                                            +

                                                                                                            Looks up a localized string similar to WSN.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_WorkSheet_Name { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_WorksheetName_Code { get; }
                                                                                                            Property Value
                                                                                                            @@ -14474,21 +14474,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            StandardContextTypes_WorksheetName_Code

                                                                                                            -

                                                                                                            Looks up a localized string similar to WSN.

                                                                                                            + +

                                                                                                            StandardContextTypes_WorkSheetName_Description

                                                                                                            +

                                                                                                            Looks up a localized string similar to The name associated with a worksheet.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static string StandardContextTypes_WorksheetName_Code { get; }
                                                                                                            +
                                                                                                            public static string StandardContextTypes_WorkSheetName_Description { get; }
                                                                                                            Property Value
                                                                                                            @@ -14500,7 +14500,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -14526,7 +14526,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Direction.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Direction.html index 37519b297..bf3f94083 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Direction.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Direction.html @@ -89,7 +89,7 @@

                                                                                                            Reading order directionality for text

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.FileJanitor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.FileJanitor.html index 2e72d326e..25346b7d5 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.FileJanitor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.FileJanitor.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FileJanitor
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IDisposable
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -144,13 +144,14 @@
                                                                                                            Remarks Note that the .NET Framework does not guarantee that finalizers will be called, so there is always a possibility that the file does not get deleted. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            -

                                                                                                            FileJanitor(string)

                                                                                                            +

                                                                                                            FileJanitor(String)

                                                                                                            Associates the janitor with the specified file.

                                                                                                            @@ -169,7 +170,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -198,23 +199,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String filePath
                                                                                                            boolSystem.Boolean
                                                                                                            - -

                                                                                                            DeleteDirectoryIfEmpty

                                                                                                            -

                                                                                                            If true a check will be made after the file -has been deleted, and if no other files exist in the -same directory that directory will also be deleted.

                                                                                                            + +

                                                                                                            Deleted

                                                                                                            +

                                                                                                            If true then this managed file was sucessfully deleted.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public bool DeleteDirectoryIfEmpty { get; set; }
                                                                                                            +
                                                                                                            public bool Deleted { get; }
                                                                                                            Property Value
                                                                                                            @@ -226,21 +225,23 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            boolSystem.Boolean
                                                                                                            - -

                                                                                                            Deleted

                                                                                                            -

                                                                                                            If true then this managed file was sucessfully deleted.

                                                                                                            + +

                                                                                                            DeleteDirectoryIfEmpty

                                                                                                            +

                                                                                                            If true a check will be made after the file +has been deleted, and if no other files exist in the +same directory that directory will also be deleted.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public bool Deleted { get; }
                                                                                                            +
                                                                                                            public bool DeleteDirectoryIfEmpty { get; set; }
                                                                                                            Property Value
                                                                                                            @@ -252,7 +253,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -278,7 +279,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -310,7 +311,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            Dispose(bool)

                                                                                                            +

                                                                                                            Dispose(Boolean)

                                                                                                            Implementation of the recommended dispose protocol. Deletes the file if possible.

                                                                                                            @@ -329,7 +330,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -339,17 +340,17 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ~FileJanitor()

                                                                                                            +

                                                                                                            Finalize()

                                                                                                            Deletes the file, if possible.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected ~FileJanitor()
                                                                                                            +
                                                                                                            protected void Finalize()

                                                                                                            Implements

                                                                                                            - IDisposable + System.IDisposable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.html index f056d40b0..d65b90cb9 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.html @@ -92,16 +92,16 @@

                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -112,7 +112,7 @@

                                                                                                            Constructors -

                                                                                                            FileTypeDefinitionId(string)

                                                                                                            +

                                                                                                            FileTypeDefinitionId(String)

                                                                                                            Create from a string ID.

                                                                                                            @@ -131,7 +131,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -148,7 +148,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public string Id { get; }
                                                                                                            +
                                                                                                            public readonly string Id { get; }
                                                                                                            Property Value
                                                                                                            boolSystem.Boolean
                                                                                                            stringSystem.String
                                                                                                            boolSystem.Boolean disposing

                                                                                                            true if this method is called from IDisposable.Dispose() and false if called from Finalizer

                                                                                                            stringSystem.String id
                                                                                                            @@ -160,7 +160,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -170,7 +170,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Returns true if the objects have the same ID value.

                                                                                                            @@ -189,7 +189,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -205,13 +205,13 @@
                                                                                                            Returns
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            objectSystem.Object obj
                                                                                                            boolSystem.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.Equals(System.Object)
                                                                                                            @@ -233,13 +233,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.GetHashCode()
                                                                                                            @@ -261,19 +261,19 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.ToString()

                                                                                                            Operators

                                                                                                            -

                                                                                                            operator ==(FileTypeDefinitionId, FileTypeDefinitionId)

                                                                                                            +

                                                                                                            Equality(FileTypeDefinitionId, FileTypeDefinitionId)

                                                                                                            Returns true if the two IDs have the same Id value.

                                                                                                            @@ -313,7 +313,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -321,7 +321,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            operator !=(FileTypeDefinitionId, FileTypeDefinitionId)

                                                                                                            +

                                                                                                            Inequality(FileTypeDefinitionId, FileTypeDefinitionId)

                                                                                                            Returns true if the two IDs have different Id values.

                                                                                                            @@ -361,7 +361,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeSupportException.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeSupportException.html index 6bd4cf700..d51bf7a00 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeSupportException.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeSupportException.html @@ -91,8 +91,8 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Exception
                                                                                                            FileTypeSupportException
                                                                                                            @@ -105,67 +105,67 @@
                                                                                                            Inheritance
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            +
                                                                                                            System.Runtime.InteropServices._Exception
                                                                                                            Inherited Members
                                                                                                            - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                            - Exception.ToString() + System.Exception.ToString()
                                                                                                            - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                            - Exception.GetType() + System.Exception.GetType()
                                                                                                            - Exception.Message + System.Exception.Message
                                                                                                            - Exception.Data + System.Exception.Data
                                                                                                            - Exception.InnerException + System.Exception.InnerException
                                                                                                            - Exception.TargetSite + System.Exception.TargetSite
                                                                                                            - Exception.StackTrace + System.Exception.StackTrace
                                                                                                            - Exception.HelpLink + System.Exception.HelpLink
                                                                                                            - Exception.Source + System.Exception.Source
                                                                                                            - Exception.HResult + System.Exception.HResult
                                                                                                            - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -206,12 +206,12 @@
                                                                                                            Parameters
                                                                                                            - SerializationInfo + System.Runtime.Serialization.SerializationInfo info - StreamingContext + System.Runtime.Serialization.StreamingContext context @@ -220,7 +220,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            FileTypeSupportException(string)

                                                                                                            +

                                                                                                            FileTypeSupportException(String)

                                                                                                            Create an exception from a message string.

                                                                                                            @@ -239,7 +239,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message @@ -248,7 +248,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            FileTypeSupportException(string, Exception)

                                                                                                            +

                                                                                                            FileTypeSupportException(String, Exception)

                                                                                                            Create an exception from a message and an inner exception.

                                                                                                            @@ -267,12 +267,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message - Exception + System.Exception inner @@ -280,10 +280,10 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            - _Exception + System.Runtime.InteropServices._Exception
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.html index c6708cc69..a8ffdb719 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractBooleanFormatting
                                                                                                            @@ -102,7 +102,7 @@
                                                                                                            Inheritance
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            @@ -113,7 +113,7 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFormattingItem.AcceptVisitor(IFormattingVisitor)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -166,7 +166,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            AbstractBooleanFormatting(bool)

                                                                                                            +

                                                                                                            AbstractBooleanFormatting(Boolean)

                                                                                                            Initializes the boolean formatting with the specified value.

                                                                                                            @@ -185,7 +185,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean value @@ -214,7 +214,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -242,7 +242,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -252,7 +252,8 @@
                                                                                                            Overrides
                                                                                                            Remarks

                                                                                                            Typically used for serialization. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -274,7 +275,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -284,7 +285,7 @@

                                                                                                            Implements

                                                                                                            IFormattingItem
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.html index 64408fef1..ce4b1a132 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.html @@ -87,13 +87,13 @@

                                                                                                            Class AbstractFormattingItem

                                                                                                            Abstract base class for formatting items; provides a default implementation -of the IFormattingItem interface, implements Equals(object) +of the IFormattingItem interface, implements Equals(Object) and GetHashCode() using the FormattingName and StringValue.

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractFormattingItem
                                                                                                            @@ -107,24 +107,24 @@
                                                                                                            Inheritance
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -153,7 +153,8 @@

                                                                                                            Declaration
                                                                                                            @@ -169,7 +170,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -196,7 +197,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -223,7 +224,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -236,7 +237,8 @@

                                                                                                            Declaration
                                                                                                            @@ -252,7 +254,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -311,7 +313,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            A clone of this object

                                                                                                            @@ -320,7 +322,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Compares the name and value properties of the objects.

                                                                                                            @@ -339,9 +341,9 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj -

                                                                                                            The object to compare with the current object.

                                                                                                            +

                                                                                                            The System.Object to compare with the current System.Object.

                                                                                                            @@ -356,14 +358,14 @@
                                                                                                            Returns
                                                                                                            - bool -

                                                                                                            True if the specified object is equal to the current object, otherwise false.

                                                                                                            + System.Boolean +

                                                                                                            True if the specified System.Object is equal to the current System.Object, otherwise false.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -386,7 +388,7 @@
                                                                                                            Parameters
                                                                                                            - MemberInfo + System.Reflection.MemberInfo type @@ -402,7 +404,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String @@ -427,14 +429,14 @@
                                                                                                            Returns
                                                                                                            - int -

                                                                                                            A hash code for the current object.

                                                                                                            + System.Int32 +

                                                                                                            A hash code for the current System.Object.

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -456,19 +458,19 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()

                                                                                                            Implements

                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.html index bda13f184..166d8b771 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.html @@ -91,14 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            BackgroundColor
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            @@ -112,19 +112,19 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFormattingItem.FormattingName
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -165,7 +165,7 @@
                                                                                                            Parameters
                                                                                                            - Color + System.Drawing.Color value @@ -194,7 +194,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -224,7 +224,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -252,7 +252,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -283,7 +283,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -293,7 +293,8 @@
                                                                                                            Overrides
                                                                                                            Remarks

                                                                                                            Setting this value to null sets the color to the windows default color. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -315,7 +316,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -373,7 +374,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -383,7 +384,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Overridden to consider equivalent colors represented by different values equal

                                                                                                            @@ -402,7 +403,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -418,13 +419,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - + @@ -446,7 +447,7 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32 @@ -458,7 +459,7 @@

                                                                                                            Implements

                                                                                                            IFormattingItem
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Bold.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Bold.html index c408d96b3..71ad5b8d7 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Bold.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Bold.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            Bold
                                                                                                            @@ -99,7 +99,7 @@
                                                                                                            Inheritance
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            @@ -116,7 +116,7 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFormattingItem.GetDefaultName(MemberInfo)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -162,7 +162,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            Bold(bool)

                                                                                                            +

                                                                                                            Bold(Boolean)

                                                                                                            Creates a formatting representing bold explicitly turned on or off.

                                                                                                            @@ -181,7 +181,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean value @@ -210,7 +210,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -238,7 +238,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -299,7 +299,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -311,7 +311,7 @@

                                                                                                            Implements

                                                                                                            IFormattingItem
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontName.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontName.html index 38a3a2a3a..055843ba6 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontName.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontName.html @@ -91,14 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FontName
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            @@ -106,7 +106,7 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFormattingItem.GetDefaultName(MemberInfo)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -155,7 +155,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            FontName(string)

                                                                                                            +

                                                                                                            FontName(String)

                                                                                                            Construction from a specified font name.

                                                                                                            @@ -174,7 +174,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String value

                                                                                                            Name of the font

                                                                                                            @@ -204,7 +204,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -232,7 +232,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -261,7 +261,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -289,7 +289,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -347,7 +347,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -359,7 +359,7 @@

                                                                                                            Implements

                                                                                                            IFormattingItem
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontSize.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontSize.html index 28847bd4d..28d2bb1ba 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontSize.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontSize.html @@ -91,14 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FontSize
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            @@ -106,7 +106,7 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFormattingItem.GetDefaultName(MemberInfo)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -155,7 +155,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            FontSize(float)

                                                                                                            +

                                                                                                            FontSize(Single)

                                                                                                            Specifies an explicit font size.

                                                                                                            @@ -174,7 +174,7 @@
                                                                                                            Parameters
                                                                                                            - float + System.Single value @@ -203,7 +203,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -231,7 +231,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -260,7 +260,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -291,7 +291,7 @@
                                                                                                            Property Value
                                                                                                            - float + System.Single @@ -349,7 +349,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -361,7 +361,7 @@

                                                                                                            Implements

                                                                                                            IFormattingItem
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.html index 81ad48eb2..7d81bc696 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.html @@ -89,76 +89,68 @@

                                                                                                            A collection of non-conflicting formatting items that together specify a fully defined formatting or a formatting override. -

                                                                                                            +

                                                                                                            +
                                                                                                            Inherited Members
                                                                                                            - -
                                                                                                            - IDictionary<string, IFormattingItem>.Remove(string) + System.Collections.Generic.IDictionary<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>.ContainsKey(System.String)
                                                                                                            - IDictionary<string, IFormattingItem>.TryGetValue(string, out IFormattingItem) + System.Collections.Generic.IDictionary<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>.Add(System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem)
                                                                                                            - IDictionary<string, IFormattingItem>.this[string] + System.Collections.Generic.IDictionary<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>.Remove(System.String)
                                                                                                            - IDictionary<string, IFormattingItem>.Keys + System.Collections.Generic.IDictionary<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>.TryGetValue(System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem)
                                                                                                            - IDictionary<string, IFormattingItem>.Values + System.Collections.Generic.IDictionary<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>.Item[System.String]
                                                                                                            - ICollection<KeyValuePair<string, IFormattingItem>>.Add(KeyValuePair<string, IFormattingItem>) + System.Collections.Generic.IDictionary<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>.Keys
                                                                                                            - ICollection<KeyValuePair<string, IFormattingItem>>.Clear() + System.Collections.Generic.IDictionary<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>.Values
                                                                                                            - ICollection<KeyValuePair<string, IFormattingItem>>.Contains(KeyValuePair<string, IFormattingItem>) + System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>>.Add(System.Collections.Generic.KeyValuePair<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>)
                                                                                                            - ICollection<KeyValuePair<string, IFormattingItem>>.CopyTo(KeyValuePair<string, IFormattingItem>[], int) + System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>>.Clear()
                                                                                                            - ICollection<KeyValuePair<string, IFormattingItem>>.Remove(KeyValuePair<string, IFormattingItem>) + System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>>.Contains(System.Collections.Generic.KeyValuePair<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>)
                                                                                                            - ICollection<KeyValuePair<string, IFormattingItem>>.Count + System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>[], System.Int32)
                                                                                                            - ICollection<KeyValuePair<string, IFormattingItem>>.IsReadOnly + System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>>.Remove(System.Collections.Generic.KeyValuePair<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>)
                                                                                                            - IEnumerable<KeyValuePair<string, IFormattingItem>>.GetEnumerator() + System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>>.Count
                                                                                                            - IEnumerable.GetEnumerator() + System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>>.IsReadOnly
                                                                                                            - ICloneable.Clone() + System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem>>.GetEnumerator()
                                                                                                            - IXmlSerializable.GetSchema() + System.Collections.IEnumerable.GetEnumerator()
                                                                                                            -
                                                                                                            - IXmlSerializable.WriteXml(XmlWriter) + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public interface IFormattingGroup : IDictionary<string, IFormattingItem>, ICollection<KeyValuePair<string, IFormattingItem>>, IEnumerable<KeyValuePair<string, IFormattingItem>>, IEnumerable, ICloneable, IXmlSerializable
                                                                                                            +
                                                                                                            public interface IFormattingGroup : IDictionary<string, IFormattingItem>, ICollection<KeyValuePair<string, IFormattingItem>>, IEnumerable<KeyValuePair<string, IFormattingItem>>, IEnumerable, ICloneable
                                                                                                            Remarks

                                                                                                            @@ -173,11 +165,12 @@

                                                                                                            Can be combined with other formatting by calling OverrideWith(IFormattingGroup) or UnderrideWith(IFormattingGroup). -

                                                                                                            +

                                                                                                            +
                                                                                                            Examples

                                                                                                            Here is an example that shows how to explicitly turn off bold formatting only when the formatting is set:

                                                                                                            -
                                                                                                            void SetNoBold(IFormattingGroup fmt)
                                                                                                            +
                                                                                                            void SetNoBold(IFormattingGroup fmt)
                                                                                                             {
                                                                                                                 // check if there is bold formatting already
                                                                                                                 if (fmt.ContainsKey(Bold.Name))
                                                                                                            @@ -192,7 +185,7 @@ 

                                                                                                            Properties -

                                                                                                            this[string]

                                                                                                            +

                                                                                                            Item[String]

                                                                                                            Retrieves a formatting item of a specified type.

                                                                                                            @@ -211,7 +204,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String formattingName @@ -302,7 +295,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -310,7 +303,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Contains(string)

                                                                                                            +

                                                                                                            Contains(String)

                                                                                                            Tests whether the collection contains a formatting item of a certain type.

                                                                                                            @@ -329,7 +322,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String formattingName @@ -345,7 +338,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -358,7 +351,8 @@

                                                                                                            Declaration
                                                                                                            @@ -383,7 +377,7 @@
                                                                                                            Parameters
                                                                                                            Remarks

                                                                                                            Note that this operation only overrides and appends items, - and thus cannot be used to explicitly remove formatting items (without overriding them).

                                                                                                            +and thus cannot be used to explicitly remove formatting items (without overriding them).

                                                                                                            See Also
                                                                                                            @@ -398,7 +392,8 @@

                                                                                                            OverrideWith(IFormattingGroup) is the fact that existing formatting -in this object is always preserved.

                                                                                                            +in this object is always preserved.

                                                                                                            +
                                                                                                            Declaration
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem.html index 649db3e85..0139911bf 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem.html @@ -93,10 +93,10 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -116,7 +116,7 @@

                                                                                                            Formatting items are serialized as a key/value pair using the FormattingName and StringValue properties. -They can be de-serialized from a string key/value pair by calling CreateFormattingItem(string, string). +They can be de-serialized from a string key/value pair by calling CreateFormattingItem(String, String).

                                                                                                            Formatting items are typically instantiated directly (e.g. new Bold()), and assigned to an IFormattingGroup @@ -136,7 +136,8 @@

                                                                                                            IFormattingItemFactory to ensure that formatting items are correctly de-serialized to your implementation class. Given the complexities of this approach, it is typically preferred to use an explicit UnknownFormatting instance.) -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -146,7 +147,8 @@

                                                                                                            The name of this type of formatting.

                                                                                                            The name may be used as an attribute name when storing this particular formatting in XML format, in which case the value of the attribute -represents the StringValue property.

                                                                                                            +represents the StringValue property.

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -162,15 +164,15 @@
                                                                                                            Property Value
                                                                                                            - string + System.String
                                                                                                            Remarks

                                                                                                            The name must be unique for each type of formatting. - It may be used as a key for an indexed collection, and it may be used - by factories to create object instances when de-serializing.

                                                                                                            +It may be used as a key for an indexed collection, and it may be used +by factories to create object instances when de-serializing.

                                                                                                            @@ -194,7 +196,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -221,7 +223,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -234,7 +236,8 @@

                                                                                                            Formatting classes should allow their entire value to be retrieved and set through this property.

                                                                                                            The name and string value may be used for storing the formatting as -an XML attribute with a value.

                                                                                                            +an XML attribute with a value.

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -250,7 +253,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingItemFactory.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingItemFactory.html index 9def61fd0..d20ab59a5 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingItemFactory.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingItemFactory.html @@ -91,7 +91,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -107,7 +107,8 @@
                                                                                                            If you define your own additional formatting types, you can implement your own factory to ensure that these types are used during de-serialization. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -139,7 +140,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateFormattingItem(string, string)

                                                                                                            +

                                                                                                            CreateFormattingItem(String, String)

                                                                                                            Instantiates the most appropriate formatting item derived class and initializes it with the specified value.

                                                                                                            @@ -159,12 +160,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name - string + System.String value diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor.html index 4228adda9..ebcb2162c 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor.html @@ -89,7 +89,7 @@

                                                                                                            Visitor interface for formatting items; used in AcceptVisitor(IFormattingVisitor).

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Italic.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Italic.html index 1d235a529..258950466 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Italic.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Italic.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            Italic
                                                                                                            @@ -99,7 +99,7 @@
                                                                                                            Inheritance
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            @@ -116,7 +116,7 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFormattingItem.GetDefaultName(MemberInfo)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -162,7 +162,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            Italic(bool)

                                                                                                            +

                                                                                                            Italic(Boolean)

                                                                                                            Creates a formatting representing italic explicitly turned on or off.

                                                                                                            @@ -181,7 +181,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean value @@ -210,7 +210,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -238,7 +238,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -299,7 +299,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -311,7 +311,7 @@

                                                                                                            Implements

                                                                                                            IFormattingItem
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.html index 6ccd1c136..f0b916884 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            Strikethrough
                                                                                                            @@ -99,7 +99,7 @@
                                                                                                            Inheritance
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            @@ -116,7 +116,7 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFormattingItem.GetDefaultName(MemberInfo)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -162,7 +162,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            Strikethrough(bool)

                                                                                                            +

                                                                                                            Strikethrough(Boolean)

                                                                                                            Creates a formatting object indicating whether overstrike formatting should be explicitly on or off.

                                                                                                            @@ -181,7 +181,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean value

                                                                                                            True indicates that formatting is enabled, while false indicates that overstrike formatting is explicitly turned off (even if it was in a surrounding context)

                                                                                                            @@ -212,7 +212,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -240,7 +240,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -301,7 +301,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -313,7 +313,7 @@

                                                                                                            Implements

                                                                                                            IFormattingItem
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextColor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextColor.html index 9f7a8e491..8cab984c4 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextColor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextColor.html @@ -91,14 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TextColor
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            @@ -112,19 +112,19 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFormattingItem.FormattingName
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -165,7 +165,7 @@
                                                                                                            Parameters
                                                                                                            - Color + System.Drawing.Color value @@ -194,7 +194,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -222,7 +222,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -250,7 +250,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -281,7 +281,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -291,7 +291,8 @@
                                                                                                            Overrides
                                                                                                            Remarks

                                                                                                            Setting this value to null sets the color to the windows default text color. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -313,7 +314,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -371,7 +372,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -381,7 +382,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Overridden to consider equivalent colors represented by different values equal

                                                                                                            @@ -400,7 +401,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -416,13 +417,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - + @@ -444,7 +445,7 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32 @@ -456,7 +457,7 @@

                                                                                                            Implements

                                                                                                            IFormattingItem
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextDirection.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextDirection.html index f62222eb6..f65c3b062 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextDirection.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextDirection.html @@ -92,14 +92,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TextDirection
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            @@ -107,7 +107,7 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFormattingItem.GetDefaultName(MemberInfo)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -255,7 +255,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -283,7 +283,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -311,7 +311,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -340,7 +340,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -400,7 +400,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -412,7 +412,7 @@

                                                                                                            Implements

                                                                                                            IFormattingItem
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.SuperSub.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.SuperSub.html index 87c3302a7..c26a794ce 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.SuperSub.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.SuperSub.html @@ -89,11 +89,11 @@

                                                                                                            Vertical position of text relative to normally formatted text

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public enum TextPosition.SuperSub
                                                                                                            +
                                                                                                            public enum SuperSub

                                                                                                            Fields

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.html index 13570bb50..be1a72e85 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.html @@ -91,14 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TextPosition
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            @@ -106,7 +106,7 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFormattingItem.GetDefaultName(MemberInfo)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -152,7 +152,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            TextPosition(SuperSub)

                                                                                                            +

                                                                                                            TextPosition(TextPosition.SuperSub)

                                                                                                            Creates the text position using a specific type of position

                                                                                                            @@ -171,7 +171,7 @@
                                                                                                            Parameters
                                                                                                            - TextPositionSuperSub + TextPosition.SuperSub value @@ -200,7 +200,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -228,7 +228,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -256,7 +256,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -285,7 +285,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -316,7 +316,7 @@
                                                                                                            Property Value
                                                                                                            - TextPositionSuperSub + TextPosition.SuperSub @@ -374,7 +374,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -386,7 +386,7 @@

                                                                                                            Implements

                                                                                                            IFormattingItem
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Underline.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Underline.html index 410c9ce8e..16aa61865 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Underline.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Underline.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            Underline
                                                                                                            @@ -99,7 +99,7 @@
                                                                                                            Inheritance
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            @@ -116,7 +116,7 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFormattingItem.GetDefaultName(MemberInfo)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -162,7 +162,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            Underline(bool)

                                                                                                            +

                                                                                                            Underline(Boolean)

                                                                                                            Creates a formatting object indicating whether underline formatting should be explicitly on or off.

                                                                                                            @@ -181,7 +181,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean value

                                                                                                            True indicates that formatting is enabled, while false indicates that underline formatting is explicitly turned off (even if it was on in a surrounding context).

                                                                                                            @@ -212,7 +212,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -240,7 +240,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -301,7 +301,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -313,7 +313,7 @@

                                                                                                            Implements

                                                                                                            IFormattingItem
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.html index b87ce96ec..6474c5bd4 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.html @@ -96,14 +96,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            UnknownFormatting
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            @@ -111,7 +111,7 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFormattingItem.GetDefaultName(MemberInfo)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkFormatting
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.Formatting
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -157,7 +157,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            UnknownFormatting(string, string)

                                                                                                            +

                                                                                                            UnknownFormatting(String, String)

                                                                                                            Construction from a formatting type name and a value.

                                                                                                            @@ -176,20 +176,20 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name

                                                                                                            Name of the formatting type. -

                                                                                                            - This value must be unique for all different types of formatting. -

                                                                                                            -

                                                                                                            - The default formatting types use the value returned by GetDefaultName(MemberInfo) for their type names - e.g. "Bold", "Italic", "FontName", etc. -

                                                                                                            +

                                                                                                            +This value must be unique for all different types of formatting. +

                                                                                                            +

                                                                                                            +The default formatting types use the value returned by GetDefaultName(MemberInfo) for their type names +e.g. "Bold", "Italic", "FontName", etc. +

                                                                                                            - string + System.String value

                                                                                                            Value of formatting type, or null if none.

                                                                                                            @@ -219,7 +219,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -247,7 +247,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -275,7 +275,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -304,7 +304,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -362,7 +362,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -372,7 +372,7 @@
                                                                                                            Overrides
                                                                                                            -

                                                                                                            SetFormattingName(string)

                                                                                                            +

                                                                                                            SetFormattingName(String)

                                                                                                            Allows the name of this formatting to be explicitly set (this is a read-only property in the base class).

                                                                                                            @@ -392,7 +392,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -403,7 +403,7 @@

                                                                                                            Implements

                                                                                                            IFormattingItem
                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.html index 826f5dc8e..b3047ed38 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.html @@ -95,7 +95,7 @@

                                                                                                            AbstractFormattingItem

                                                                                                            Abstract base class for formatting items; provides a default implementation -of the IFormattingItem interface, implements Equals(object) +of the IFormattingItem interface, implements Equals(Object) and GetHashCode() using the FormattingName and StringValue.

                                                                                                            BackgroundColor

                                                                                                            @@ -143,7 +143,8 @@

                                                                                                            IFormattingItem

                                                                                                            This interface represents an individual formatting property, which is typically used as part of semi-WYSIWYG display formatting.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.html index 2a5b999c6..ebdf9070c 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.html @@ -93,7 +93,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractFileTypeDefinitionComponent
                                                                                                            @@ -106,28 +106,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -137,7 +137,8 @@

                                                                                                            Implementation classes are not required to derive from this base class, it merely serves as a convenience. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.html index f6c9c57db..2d205597b 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.html @@ -90,60 +90,28 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            AbstractSingleFileRefreshablePreviewController
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            AbstractSingleFileRefreshablePreviewController
                                                                                                            - -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public abstract class AbstractSingleFileRefreshablePreviewController : AbstractSettingsBundleAware, ISettingsBundleAware, ISingleFileRefreshablePreview, ISingleFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISingleFilePreviewController, INavigablePreview, IDisposable, IFileTypeDefinitionAware, IPreviewUpdatedViaSegmentFile, IPreviewUpdatedViaRefresh, IAbstractUpdatablePreview
                                                                                                            +
                                                                                                            public abstract class AbstractSingleFileRefreshablePreviewController : AbstractSettingsBundleAware, ISingleFileRefreshablePreview, ISingleFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISingleFilePreviewController, INavigablePreview, IDisposable, IFileTypeDefinitionAware, IPreviewUpdatedViaSegmentFile, IPreviewUpdatedViaRefresh, IAbstractUpdatablePreview

                                                                                                            Constructors

                                                                                                            @@ -179,7 +147,7 @@
                                                                                                            Property Value
                                                                                                            - Control + System.Windows.Forms.Control @@ -188,9 +156,7 @@
                                                                                                            Property Value

                                                                                                            FileTypeDefinition

                                                                                                            -

                                                                                                            The framework sets this property for components that are -instantiated from a file type definition.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -211,19 +177,11 @@
                                                                                                            Property Value
                                                                                                            -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            - This property may be null, e.g. if the - component is not instantiated from a file type definition. -

                                                                                                            PreferredHighlightColor

                                                                                                            -

                                                                                                            Set by the host application to indicate the preferred color -to be used for highlighting the current segment in the preview -when NavigateToSegment(SegmentReference) is called.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -239,25 +197,16 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            - Using the highlight color is optional, but leads to an enhanced - user experience. This will typically be the same - color as the background color that is used for the active segment row - in the editor, which makes it easier for the user to see that - the two segments (i.e. from the bilingual document and the preview) relate to each other. -

                                                                                                            PreviewFile

                                                                                                            -

                                                                                                            Full path to the file that should be displayed in the preview

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -278,15 +227,6 @@
                                                                                                            Property Value
                                                                                                            -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            - The host application sets this path after generating the preview file before - calling IAbstractPreviewControl.Refresh or Launch() in order to display the file. -

                                                                                                            -

                                                                                                            - The file is passed through a temporary file manager, which means that it should - be deleted automatically when it is no longer needed. -

                                                                                                            @@ -307,7 +247,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -316,10 +256,7 @@
                                                                                                            Property Value

                                                                                                            TargetFilePath

                                                                                                            -

                                                                                                            Full path to the target language file that is overwritten when -the preview is refreshed. This path is typically set once and stays unchanged during -the lifetime of the preview.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -346,44 +283,27 @@

                                                                                                            Methods

                                                                                                            AfterFileRefresh()

                                                                                                            -

                                                                                                            Called by the host application after the preview file has been successfully -overwritten.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            public virtual void AfterFileRefresh()
                                                                                                            -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            - The implementation typically re-loads (refreshes) the file in the preview - and (if necessary) navigates to the previously displaying content. -

                                                                                                            BeforeFileRefresh()

                                                                                                            -

                                                                                                            Called by the host application when the preview is about to be updated, -before the file at TargetFilePath is overwritten.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            public virtual void BeforeFileRefresh()
                                                                                                            -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            - This call allows the implementation to release - any file locks and/or try to 'remember' the current location of the file - before it is overwritten. -

                                                                                                            CreateSegmentFile(SegmentReference)

                                                                                                            -

                                                                                                            Called by the host application to create a native source document containing the source language -content of the specified segment. The implementation returns the full path to the file created.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -402,8 +322,7 @@
                                                                                                            Parameters
                                                                                                            SegmentReference segment -

                                                                                                            Identifies the segment to create a file for.

                                                                                                            - + @@ -418,10 +337,7 @@
                                                                                                            Returns
                                                                                                            TempFileManager -

                                                                                                            Temporary file that has been created. The lifetime of the file is controlled by the - returned manager instance. All components that need access to the file should reference this. - The file will automatically be deleted when this instance is disposed or garbage collection takes place.

                                                                                                            - + @@ -439,9 +355,7 @@
                                                                                                            Declaration

                                                                                                            NavigateToSegment(SegmentReference)

                                                                                                            -

                                                                                                            Called by the host application to request that -the preview should scroll to the specified segment.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -464,11 +378,6 @@
                                                                                                            Parameters
                                                                                                            -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            - The implementation may specifically highlight - the segment in the preview (if possible). -

                                                                                                            @@ -510,10 +419,7 @@
                                                                                                            Declaration

                                                                                                            UpdatePreviewFromSegmentFile(SegmentReference, TempFileManager)

                                                                                                            -

                                                                                                            Called by the host application to update the preview with the content of a segment file. -The implementation should update the preview by replacing the segment content with the -content in the segment file.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -537,10 +443,7 @@
                                                                                                            Parameters
                                                                                                            TempFileManager translatedSegmentFile -

                                                                                                            Reference to a native file containing the updated - target language version of the segment. The implementation may dispose of this when it - is no longer needed.

                                                                                                            - + @@ -549,9 +452,7 @@

                                                                                                            Events

                                                                                                            SegmentSelected

                                                                                                            -

                                                                                                            Raised when the user interacts with the preview, selecting -a different segment than the one that is currently highlighted.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -567,21 +468,12 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerSegmentSelectedEventArgs + System.EventHandler<SegmentSelectedEventArgs> -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            - The host application typically handles this event by - changing the active segment in the editor to the one that the - user has selected in the preview. -

                                                                                                            Implements

                                                                                                            - @@ -601,7 +493,7 @@

                                                                                                            Implements

                                                                                                            INavigablePreview
                                                                                                            - IDisposable + System.IDisposable
                                                                                                            IFileTypeDefinitionAware diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.html index 7fd5b9219..d94d8f036 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.html @@ -90,7 +90,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractSourceAndTargetFileRefreshablePreviewController
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -169,7 +169,7 @@
                                                                                                            Property Value
                                                                                                            - Control + System.Windows.Forms.Control @@ -178,10 +178,7 @@
                                                                                                            Property Value

                                                                                                            PreferredHighlightColor

                                                                                                            -

                                                                                                            Set by the host application to indicate the preferred color -to be used for highlighting the current segment in the preview -when NavigateToSegment(SegmentReference) is called.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -197,19 +194,11 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            - Using the highlight color is optional, but leads to an enhanced - user experience. This will typically be the same - color as the background color that is used for the active segment row - in the editor, which makes it easier for the user to see that - the two segments (i.e. from the bilingual document and the preview) relate to each other. -

                                                                                                            @@ -230,7 +219,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -239,9 +228,7 @@
                                                                                                            Property Value

                                                                                                            SourcePreviewFile

                                                                                                            -

                                                                                                            Full path to the source language file. This should be set by the -application before the first call to Launch() or IAbstractPreviewControl.Refresh.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -262,18 +249,11 @@
                                                                                                            Property Value
                                                                                                            -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            The file is passed through a temporary file manager, which means that it should -be deleted automatically when it is no longer needed.

                                                                                                            -

                                                                                                            TargetFilePath

                                                                                                            -

                                                                                                            Full path to the target language file that is overwritten when -the preview is refreshed. This path is typically set once and stays unchanged during -the lifetime of the preview.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -298,9 +278,7 @@
                                                                                                            Property Value

                                                                                                            TargetPreviewFile

                                                                                                            -

                                                                                                            Full path to the target language file, which should be set by the -application before the first call to Launch() or IAbstractPreviewControl.Refresh.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -321,47 +299,28 @@
                                                                                                            Property Value
                                                                                                            -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            The file is passed through a temporary file manager, which means that it should automatically -get deleted when no longer needed.

                                                                                                            -

                                                                                                            Methods

                                                                                                            AfterFileRefresh()

                                                                                                            -

                                                                                                            Called by the host application after the preview file has been successfully -overwritten.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            public virtual void AfterFileRefresh()
                                                                                                            -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            - The implementation typically re-loads (refreshes) the file in the preview - and (if necessary) navigates to the previously displaying content. -

                                                                                                            BeforeFileRefresh()

                                                                                                            -

                                                                                                            Called by the host application when the preview is about to be updated, -before the file at TargetFilePath is overwritten.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            public virtual void BeforeFileRefresh()
                                                                                                            -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            - This call allows the implementation to release - any file locks and/or try to 'remember' the current location of the file - before it is overwritten. -

                                                                                                            @@ -376,9 +335,7 @@
                                                                                                            Declaration

                                                                                                            NavigateToSegment(SegmentReference)

                                                                                                            -

                                                                                                            Called by the host application to request that -the preview should scroll to the specified segment.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -401,11 +358,6 @@
                                                                                                            Parameters
                                                                                                            -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            - The implementation may specifically highlight - the segment in the preview (if possible). -

                                                                                                            @@ -448,9 +400,7 @@

                                                                                                            Events

                                                                                                            SegmentSelected

                                                                                                            -

                                                                                                            Raised when the user interacts with the preview, selecting -a different segment than the one that is currently highlighted.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -466,17 +416,11 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerSegmentSelectedEventArgs + System.EventHandler<SegmentSelectedEventArgs> -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            - The host application typically handles this event by - changing the active segment in the editor to the one that the - user has selected in the preview. -

                                                                                                            Implements

                                                                                                            - IDisposable + System.IDisposable
                                                                                                            IPreviewUpdatedViaRefresh diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.html index 1fce823ab..12dd4a5ea 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.html @@ -91,35 +91,35 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            BatchProgressEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -130,7 +130,7 @@

                                                                                                            Constructors -

                                                                                                            BatchProgressEventArgs(string, int, int, byte)

                                                                                                            +

                                                                                                            BatchProgressEventArgs(String, Int32, Int32, Byte)

                                                                                                            Construct with explicitly specified progress information.

                                                                                                            @@ -149,25 +149,25 @@
                                                                                                            Parameters
                                                                                                            - string + System.String filePath

                                                                                                            path to the file being processed

                                                                                                            - int + System.Int32 fileNumber

                                                                                                            file number in the batch, 0 is the first file

                                                                                                            - int + System.Int32 totalFiles

                                                                                                            total files in the batch

                                                                                                            - byte + System.Byte filePercentComplete

                                                                                                            percent completed for the current file in the batch

                                                                                                            @@ -198,7 +198,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -224,7 +224,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -251,7 +251,7 @@
                                                                                                            Property Value
                                                                                                            - byte + System.Byte @@ -260,7 +260,8 @@

                                                                                                            Note that this is the percent completed for the current file only, NOT the percent completed for the batch. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -282,7 +283,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -310,13 +311,13 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.html index f690e22a5..24c013bfe 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.html @@ -91,11 +91,11 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate void BilingualDocumentOutputPropertiesProvider(IBilingualDocumentOutputProperties outputProperties, IDocumentProperties documentInfo, IOutputFileInfo proposedFileInfo)
                                                                                                            +
                                                                                                            public delegate void BilingualDocumentOutputPropertiesProvider(IBilingualDocumentOutputProperties outputProperties, IDocumentProperties documentInfo, IOutputFileInfo proposedFileInfo);
                                                                                                            Parameters
                                                                                                            @@ -111,7 +111,7 @@
                                                                                                            Parameters
                                                                                                            @@ -123,7 +123,7 @@
                                                                                                            Parameters
                                                                                                            @@ -135,18 +135,19 @@
                                                                                                            Constructors
                                                                                                            -

                                                                                                            BilingualDocumentOutputPropertiesProvider(object, IntPtr)

                                                                                                            +

                                                                                                            BilingualDocumentOutputPropertiesProvider(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public BilingualDocumentOutputPropertiesProvider(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public BilingualDocumentOutputPropertiesProvider(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            IBilingualDocumentOutputProperties outputProperties

                                                                                                            The delegate implementation should - set the actual output properties to be used on this object.

                                                                                                            +set the actual output properties to be used on this object.

                                                                                                            IOutputFileInfo proposedFileInfo

                                                                                                            Proposed name, etc. for the bilingual document file, - as suggested by the file type components. Can be used when showing a File Save As dialog.

                                                                                                            +as suggested by the file type components. Can be used when showing a File Save As dialog.

                                                                                                            @@ -159,12 +160,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -175,12 +176,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(IBilingualDocumentOutputProperties, IDocumentProperties, IOutputFileInfo, AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(IBilingualDocumentOutputProperties, IDocumentProperties, IOutputFileInfo, AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(IBilingualDocumentOutputProperties outputProperties, IDocumentProperties documentInfo, IOutputFileInfo proposedFileInfo, AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(IBilingualDocumentOutputProperties outputProperties, IDocumentProperties documentInfo, IOutputFileInfo proposedFileInfo, AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -208,12 +209,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -229,7 +230,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -255,7 +256,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.html index c4942e18f..6623f9c38 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.html @@ -89,11 +89,11 @@

                                                                                                            Used to allow the component to retrieve a bilingual parser whenever it needs one

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate IBilingualParser BilingualParserFactory()
                                                                                                            +
                                                                                                            public delegate IBilingualParser BilingualParserFactory();
                                                                                                            Returns
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            @@ -115,12 +115,12 @@

                                                                                                            Constructors -

                                                                                                            BilingualParserFactory(object, IntPtr)

                                                                                                            +

                                                                                                            BilingualParserFactory(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public BilingualParserFactory(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public BilingualParserFactory(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            @@ -133,12 +133,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -149,12 +149,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -167,12 +167,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -188,7 +188,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -214,7 +214,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.html index 734705874..298235eb6 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.html @@ -89,11 +89,11 @@

                                                                                                            Delegate that is used to supply bilingual verifiers to the file extractor in order to perform the verification

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate IList<IBilingualVerifier> BilingualVerifiersProvider(FileTypeDefinitionId fileTypeDefinitionToUse)
                                                                                                            +
                                                                                                            public delegate IList<IBilingualVerifier> BilingualVerifiersProvider(FileTypeDefinitionId fileTypeDefinitionToUse);
                                                                                                            Parameters
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            @@ -122,7 +122,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -133,12 +133,12 @@

                                                                                                            Constructors -

                                                                                                            BilingualVerifiersProvider(object, IntPtr)

                                                                                                            +

                                                                                                            BilingualVerifiersProvider(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public BilingualVerifiersProvider(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public BilingualVerifiersProvider(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            IListIBilingualVerifierSystem.Collections.Generic.IList<IBilingualVerifier>

                                                                                                            The list of IBilingualVerifier objects to use

                                                                                                            @@ -151,12 +151,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -167,12 +167,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(FileTypeDefinitionId, AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(FileTypeDefinitionId, AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(FileTypeDefinitionId fileTypeDefinitionToUse, AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(FileTypeDefinitionId fileTypeDefinitionToUse, AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -190,12 +190,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -211,7 +211,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -237,7 +237,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -253,7 +253,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -295,7 +295,7 @@
                                                                                                            Returns
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html index fe68772ea..6c641b1fb 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html @@ -90,7 +90,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DynamicFilterComponentBuilder
                                                                                                            @@ -103,28 +103,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -135,7 +135,7 @@

                                                                                                            Constructors -

                                                                                                            DynamicFilterComponentBuilder(string, string, string)

                                                                                                            +

                                                                                                            DynamicFilterComponentBuilder(String, String, String)

                                                                                                            Declaration
                                                                                                            @@ -153,17 +153,17 @@
                                                                                                            Parameters

                                                                                                            - + - + - + @@ -175,9 +175,7 @@

                                                                                                            Properties

                                                                                                            FileTypeDefinition

                                                                                                            -

                                                                                                            The framework sets this property for components that are -instantiated from a file type definition.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -198,17 +196,11 @@
                                                                                                            Property Value
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            IListIBilingualVerifierSystem.Collections.Generic.IList<IBilingualVerifier>
                                                                                                            IListIBilingualVerifierSystem.Collections.Generic.IList<IBilingualVerifier>
                                                                                                            stringSystem.String baseFileTypeDefinitionId
                                                                                                            stringSystem.String fileTypeDefinitionId
                                                                                                            stringSystem.String fileTypeName
                                                                                                            -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            - This property may be null, e.g. if the - component is not instantiated from a file type definition. -

                                                                                                            FileTypeManager

                                                                                                            -

                                                                                                            Current File Type Manager instance which will be set by the framework.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -234,10 +226,8 @@

                                                                                                            Methods -

                                                                                                            BuildAbstractGenerator(string)

                                                                                                            -

                                                                                                            Gets a native or bilingual document generator of the type -defined for the specified name.

                                                                                                            -
                                                                                                            +

                                                                                                            BuildAbstractGenerator(String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -254,7 +244,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -278,9 +268,8 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildAdditionalGeneratorsInfo(string)

                                                                                                            -

                                                                                                            The the additional generator information for this file type

                                                                                                            -
                                                                                                            +

                                                                                                            BuildAdditionalGeneratorsInfo(String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -297,7 +286,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -321,9 +310,8 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildBilingualGenerator(string)

                                                                                                            -

                                                                                                            Gets the bilingual writer components for this component (if any).

                                                                                                            -
                                                                                                            +

                                                                                                            BuildBilingualGenerator(String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -340,7 +328,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -357,17 +345,15 @@
                                                                                                            Returns
                                                                                                            IBilingualDocumentGenerator -

                                                                                                            null if no bilingual generator is defined

                                                                                                            - + -

                                                                                                            BuildFileExtractor(string)

                                                                                                            -

                                                                                                            Gets the file extractor for this component.

                                                                                                            -
                                                                                                            +

                                                                                                            BuildFileExtractor(String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -384,7 +370,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -408,9 +394,8 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildFileGenerator(string)

                                                                                                            -

                                                                                                            Gets the file generator for this component.

                                                                                                            -
                                                                                                            +

                                                                                                            BuildFileGenerator(String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -427,7 +412,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -444,17 +429,15 @@
                                                                                                            Returns
                                                                                                            IFileGenerator -

                                                                                                            Null if no file generator is defined

                                                                                                            - + -

                                                                                                            BuildFileSniffer(string)

                                                                                                            -

                                                                                                            Gets the file sniffer for this component.

                                                                                                            -
                                                                                                            +

                                                                                                            BuildFileSniffer(String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -471,7 +454,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -495,9 +478,8 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildFileTypeInformation(string)

                                                                                                            -

                                                                                                            Returns a file type information object.

                                                                                                            -
                                                                                                            +

                                                                                                            BuildFileTypeInformation(String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -514,10 +496,9 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name -

                                                                                                            The IFileTypeDefinition will pass "" as the name for this parameter

                                                                                                            - + @@ -539,9 +520,8 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildPreviewApplication(string)

                                                                                                            -

                                                                                                            Creates a new instance of the preview application with the specified name.

                                                                                                            -
                                                                                                            +

                                                                                                            BuildPreviewApplication(String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -558,7 +538,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -582,7 +562,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildPreviewControl(string)

                                                                                                            +

                                                                                                            BuildPreviewControl(String)

                                                                                                            Declaration
                                                                                                            @@ -600,7 +580,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -624,9 +604,8 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildPreviewSetsFactory(string)

                                                                                                            -

                                                                                                            Gets the different sets of previews supported for this component.

                                                                                                            -
                                                                                                            +

                                                                                                            BuildPreviewSetsFactory(String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -643,7 +622,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -668,8 +647,7 @@
                                                                                                            Returns

                                                                                                            BuildQuickInsertIdList()

                                                                                                            -

                                                                                                            Returns a list of QuickInsert IDs which the given File Type supports

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -685,7 +663,7 @@
                                                                                                            Returns
                                                                                                            - ListQuickInsertIds + System.Collections.Generic.List<QuickInsertIds> @@ -693,9 +671,8 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildQuickTagsFactory(string)

                                                                                                            -

                                                                                                            Gets the QuickTags object for this component.

                                                                                                            -
                                                                                                            +

                                                                                                            BuildQuickTagsFactory(String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -712,7 +689,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -736,9 +713,8 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildVerifierCollection(string)

                                                                                                            -

                                                                                                            Gets the verifier list of this component.

                                                                                                            -
                                                                                                            +

                                                                                                            BuildVerifierCollection(String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -755,7 +731,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -776,16 +752,11 @@
                                                                                                            Returns
                                                                                                            -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            The verifier list is an optional component for a file type.

                                                                                                            -
                                                                                                            -

                                                                                                            PopulateDefaultSettingsBundle(ISettingsBundle, string)

                                                                                                            -

                                                                                                            Populates a given settings bundle with all the default settings used by the file type. -Each setting must be stored with its explicit default value.

                                                                                                            -
                                                                                                            +

                                                                                                            PopulateDefaultSettingsBundle(ISettingsBundle, String)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -804,14 +775,12 @@
                                                                                                            Parameters
                                                                                                            ISettingsBundle settingsBundle -

                                                                                                            The settings bundle to populate with the default values.

                                                                                                            - + - string + System.String fileTypeConfigurationId -

                                                                                                            Id for the settings group that file type specific settings should be stored in.

                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.html index ae9b199a1..047badbf5 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.html @@ -95,34 +95,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ExtendedMessageEventData
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -167,7 +167,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.html index 29a0266cd..ef7f61cce 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.html @@ -93,68 +93,68 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Exception
                                                                                                            FileNotSupportedException
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            +
                                                                                                            System.Runtime.InteropServices._Exception
                                                                                                            Inherited Members
                                                                                                            - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                            - Exception.ToString() + System.Exception.ToString()
                                                                                                            - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                            - Exception.GetType() + System.Exception.GetType()
                                                                                                            - Exception.Message + System.Exception.Message
                                                                                                            - Exception.Data + System.Exception.Data
                                                                                                            - Exception.InnerException + System.Exception.InnerException
                                                                                                            - Exception.TargetSite + System.Exception.TargetSite
                                                                                                            - Exception.StackTrace + System.Exception.StackTrace
                                                                                                            - Exception.HelpLink + System.Exception.HelpLink
                                                                                                            - Exception.Source + System.Exception.Source
                                                                                                            - Exception.HResult + System.Exception.HResult
                                                                                                            - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -169,7 +169,8 @@
                                                                                                            IFileTypeManager for file conversion should handle the OneOrMoreFilesNotSupportedException, where the details for each unsupported file can be accessed from the NotSupportedFiles property. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -205,12 +206,12 @@
                                                                                                            Parameters
                                                                                                            - SerializationInfo + System.Runtime.Serialization.SerializationInfo info - StreamingContext + System.Runtime.Serialization.StreamingContext context @@ -219,7 +220,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            FileNotSupportedException(string, string)

                                                                                                            +

                                                                                                            FileNotSupportedException(String, String)

                                                                                                            Construction from a message

                                                                                                            @@ -238,12 +239,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message - string + System.String filePath

                                                                                                            Full path to the unsupported file

                                                                                                            @@ -253,7 +254,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            FileNotSupportedException(string, string, Exception)

                                                                                                            +

                                                                                                            FileNotSupportedException(String, String, Exception)

                                                                                                            Construction from a message, file path, and an inner exception

                                                                                                            @@ -272,18 +273,18 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message - string + System.String filePath

                                                                                                            Full path to the unsupported file

                                                                                                            - Exception + System.Exception inner @@ -312,7 +313,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -322,7 +323,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Also compares the file path.

                                                                                                            @@ -341,7 +342,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -357,13 +358,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -385,19 +386,19 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()

                                                                                                            Implements

                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            - _Exception + System.Runtime.InteropServices._Exception
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.html index 5c12094b8..13d0001d3 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.html @@ -91,184 +91,21 @@

                                                                                                            Inheritance
                                                                                                            - - - - -
                                                                                                            FileTypeComponentBuilderAttribute
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            FileTypeComponentBuilderAttribute
                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            - -
                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [ExtensionPointInfo("File Type Component Builder", ExtensionPointBehavior.Static)]
                                                                                                            -[AttributeUsage(AttributeTargets.Class)]
                                                                                                            -public class FileTypeComponentBuilderAttribute : SortableExtensionAttribute, _Attribute
                                                                                                            +
                                                                                                            [AttributeUsage(AttributeTargets.Class)]
                                                                                                            +public class FileTypeComponentBuilderAttribute : SortableExtensionAttribute
                                                                                                            Remarks

                                                                                                            File type component builder typically also implement IFileTypeDefinitionAware. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -285,7 +122,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            FileTypeComponentBuilderAttribute(string, string, string)

                                                                                                            +

                                                                                                            FileTypeComponentBuilderAttribute(String, String, String)

                                                                                                            Construct with id, name and description. See base class for parameter documentation.

                                                                                                            @@ -304,17 +141,17 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id - string + System.String name - string + System.String description @@ -323,7 +160,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            FileTypeComponentBuilderAttribute(string, string, string, bool)

                                                                                                            +

                                                                                                            FileTypeComponentBuilderAttribute(String, String, String, Boolean)

                                                                                                            Construct with id, name and description and isTemplate. See base class for parameter documentation.

                                                                                                            @@ -342,22 +179,22 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id - string + System.String name - string + System.String description - bool + System.Boolean isTemplate @@ -386,15 +223,11 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean -

                                                                                                            Implements

                                                                                                            -
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.html index cafffa994..c27e47248 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.html @@ -91,184 +91,21 @@

                                                                                                            Inheritance
                                                                                                            - - - - -
                                                                                                            FileTypeComponentBuilderExtensionAttribute
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            FileTypeComponentBuilderExtensionAttribute
                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            - -
                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [ExtensionPointInfo("File Type Component Builder Extension", ExtensionPointBehavior.Static)]
                                                                                                            -[AttributeUsage(AttributeTargets.Class)]
                                                                                                            -public class FileTypeComponentBuilderExtensionAttribute : SortableExtensionAttribute, _Attribute
                                                                                                            +
                                                                                                            [AttributeUsage(AttributeTargets.Class)]
                                                                                                            +public class FileTypeComponentBuilderExtensionAttribute : SortableExtensionAttribute
                                                                                                            Remarks

                                                                                                            File type component builder typically also implement IFileTypeDefinitionAware. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -285,7 +122,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            FileTypeComponentBuilderExtensionAttribute(string, string, string)

                                                                                                            +

                                                                                                            FileTypeComponentBuilderExtensionAttribute(String, String, String)

                                                                                                            Construct with id, name and description. See base class for parameter documentation.

                                                                                                            @@ -304,17 +141,17 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id - string + System.String name - string + System.String description @@ -343,15 +180,11 @@
                                                                                                            Property Value
                                                                                                            - string + System.String -

                                                                                                            Implements

                                                                                                            -
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.html index 1dfa6e224..d2a68360e 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.html @@ -91,160 +91,15 @@

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            FileTypeCreatorAttribute
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            FileTypeCreatorAttribute
                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            - -
                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [ExtensionPointInfo("File Type Creators", ExtensionPointBehavior.Static)]
                                                                                                            -[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                            -public sealed class FileTypeCreatorAttribute : ExtensionAttribute, _Attribute
                                                                                                            +
                                                                                                            [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                            +public sealed class FileTypeCreatorAttribute : ExtensionAttribute

                                                                                                            Constructors

                                                                                                            @@ -293,12 +148,6 @@
                                                                                                            Parameters
                                                                                                            -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            Implements

                                                                                                            -
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.html index 3382c2fe6..50b42d485 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FileTypeCreatorWizardPage
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -129,7 +129,7 @@

                                                                                                            Constructors -

                                                                                                            FileTypeCreatorWizardPage(string, string, string, string, IFileTypeDefinitionConfiguringControl)

                                                                                                            +

                                                                                                            FileTypeCreatorWizardPage(String, String, String, String, IFileTypeDefinitionConfiguringControl)

                                                                                                            Constructor for Wizard Page data object

                                                                                                            @@ -148,25 +148,25 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id

                                                                                                            ID of Wizard Page

                                                                                                            - string + System.String name

                                                                                                            Name of Wizard Page

                                                                                                            - string + System.String description

                                                                                                            Description of Wizard Page

                                                                                                            - string + System.String helpTopic

                                                                                                            Help Topic for Wizard Page

                                                                                                            @@ -228,7 +228,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -254,7 +254,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -280,7 +280,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -306,7 +306,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionCustomizationLevel.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionCustomizationLevel.html index aaadc8f08..33d69ec54 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionCustomizationLevel.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionCustomizationLevel.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.html index 520a6d137..a4b061e31 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.html @@ -92,68 +92,68 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Exception
                                                                                                            FileTypeDefinitionNotFoundException
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            +
                                                                                                            System.Runtime.InteropServices._Exception
                                                                                                            Inherited Members
                                                                                                            - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                            - Exception.ToString() + System.Exception.ToString()
                                                                                                            - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                            - Exception.GetType() + System.Exception.GetType()
                                                                                                            - Exception.Message + System.Exception.Message
                                                                                                            - Exception.Data + System.Exception.Data
                                                                                                            - Exception.InnerException + System.Exception.InnerException
                                                                                                            - Exception.TargetSite + System.Exception.TargetSite
                                                                                                            - Exception.StackTrace + System.Exception.StackTrace
                                                                                                            - Exception.HelpLink + System.Exception.HelpLink
                                                                                                            - Exception.Source + System.Exception.Source
                                                                                                            - Exception.HResult + System.Exception.HResult
                                                                                                            - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -163,7 +163,8 @@

                                                                                                            The id of the required file type definition can be accessed through the FileTypeDefinitionId property. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -199,12 +200,12 @@
                                                                                                            Parameters
                                                                                                            - SerializationInfo + System.Runtime.Serialization.SerializationInfo info - StreamingContext + System.Runtime.Serialization.StreamingContext context @@ -213,7 +214,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            FileTypeDefinitionNotFoundException(string, FileTypeDefinitionId)

                                                                                                            +

                                                                                                            FileTypeDefinitionNotFoundException(String, FileTypeDefinitionId)

                                                                                                            Construct from message and file type definition id.

                                                                                                            @@ -232,7 +233,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message @@ -246,7 +247,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            FileTypeDefinitionNotFoundException(string, FileTypeDefinitionId, Exception)

                                                                                                            +

                                                                                                            FileTypeDefinitionNotFoundException(String, FileTypeDefinitionId, Exception)

                                                                                                            Construct from inner exception and file type definition id.

                                                                                                            @@ -265,7 +266,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message @@ -275,7 +276,7 @@
                                                                                                            Parameters
                                                                                                            - Exception + System.Exception inner @@ -314,7 +315,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Also compares the file type definition id.

                                                                                                            @@ -333,7 +334,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -349,13 +350,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -377,19 +378,19 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()

                                                                                                            Implements

                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            - _Exception + System.Runtime.InteropServices._Exception
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.html index e26c18944..e3f6efa84 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.html @@ -86,45 +86,47 @@

                                                                                                            Class FileTypeProfile

                                                                                                            -

                                                                                                            This class is a collection of data that's required to build up an XML chunk for file type information override

                                                                                                            +

                                                                                                            This class is a collection of data that's required to build up an XML chunk for file type information override

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FileTypeProfile
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Runtime.Serialization.IExtensibleDataObject
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType() +
                                                                                                            +
                                                                                                            + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [DataContract(Namespace = "http://www.sdl.com/filetypesupport", Name = "FileTypeInformation")]
                                                                                                            -public sealed class FileTypeProfile : IExtensibleDataObject
                                                                                                            +
                                                                                                            public sealed class FileTypeProfile

                                                                                                            Constructors

                                                                                                            @@ -149,8 +151,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [DataMember(Name = "Description", EmitDefaultValue = false)]
                                                                                                            -public string Description { get; set; }
                                                                                                            +
                                                                                                            public string Description { get; set; }
                                                                                                            Property Value
                                                                                                            @@ -162,7 +163,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -191,7 +192,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -217,7 +218,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -234,8 +235,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [DataMember(Name = "FileDialogWildcardExpression", EmitDefaultValue = false)]
                                                                                                            -public string FileDialogWildcardExpression { get; set; }
                                                                                                            +
                                                                                                            public string FileDialogWildcardExpression { get; set; }
                                                                                                            Property Value
                                                                                                            stringSystem.String
                                                                                                            RegexSystem.Text.RegularExpressions.Regex
                                                                                                            ExtensionDataObjectSystem.Runtime.Serialization.ExtensionDataObject
                                                                                                            @@ -247,7 +247,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -265,8 +265,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [DataMember(Name = "FileTypeDefinitionId", EmitDefaultValue = false)]
                                                                                                            -public string FileTypeDefinitionId { get; set; }
                                                                                                            +
                                                                                                            public string FileTypeDefinitionId { get; set; }
                                                                                                            Property Value
                                                                                                            stringSystem.String
                                                                                                            @@ -278,7 +277,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -293,8 +292,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [DataMember(Name = "FileTypeDocumentName", EmitDefaultValue = false)]
                                                                                                            -public string FileTypeDocumentName { get; set; }
                                                                                                            +
                                                                                                            public string FileTypeDocumentName { get; set; }
                                                                                                            Property Value
                                                                                                            stringSystem.String
                                                                                                            @@ -306,7 +304,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -321,8 +319,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [DataMember(Name = "FileTypeDocumentsName", EmitDefaultValue = false)]
                                                                                                            -public string FileTypeDocumentsName { get; set; }
                                                                                                            +
                                                                                                            public string FileTypeDocumentsName { get; set; }
                                                                                                            Property Value
                                                                                                            stringSystem.String
                                                                                                            @@ -334,7 +331,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -348,8 +345,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [DataMember(Name = "FileTypeName", EmitDefaultValue = false)]
                                                                                                            -public string FileTypeName { get; set; }
                                                                                                            +
                                                                                                            public string FileTypeName { get; set; }
                                                                                                            Property Value
                                                                                                            stringSystem.String
                                                                                                            @@ -361,7 +357,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -375,8 +371,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [DataMember(Name = "IconContent", EmitDefaultValue = false)]
                                                                                                            -public string IconContent { get; set; }
                                                                                                            +
                                                                                                            public string IconContent { get; set; }
                                                                                                            Property Value
                                                                                                            stringSystem.String
                                                                                                            @@ -388,7 +383,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -406,8 +401,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [DataMember(Name = "IsStandardCustomization", EmitDefaultValue = false)]
                                                                                                            -public bool IsStandardCustomization { get; set; }
                                                                                                            +
                                                                                                            public bool IsStandardCustomization { get; set; }
                                                                                                            Property Value
                                                                                                            stringSystem.String
                                                                                                            @@ -419,7 +413,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -464,7 +458,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            GetFileTypeProfile(string)

                                                                                                            +

                                                                                                            GetFileTypeProfile(String)

                                                                                                            Gets the file type profile from the given file type profile xml.

                                                                                                            @@ -483,7 +477,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -545,7 +539,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -553,7 +547,7 @@
                                                                                                            Returns
                                                                                                            boolSystem.Boolean
                                                                                                            stringSystem.String fileTypeProfileXml

                                                                                                            file type profile xml

                                                                                                            stringSystem.String

                                                                                                            file type profile xml

                                                                                                            Implements

                                                                                                            - IExtensibleDataObject + System.Runtime.Serialization.IExtensibleDataObject
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.html index 54b3360cc..13619e589 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.html @@ -92,16 +92,16 @@

                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -112,7 +112,7 @@

                                                                                                            Constructors -

                                                                                                            GeneratorId(string)

                                                                                                            +

                                                                                                            GeneratorId(String)

                                                                                                            Creates from a string id.

                                                                                                            @@ -131,7 +131,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id @@ -175,7 +175,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public string Id { get; }
                                                                                                            +
                                                                                                            public readonly string Id { get; }
                                                                                                            Property Value
                                                                                                            @@ -187,7 +187,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -197,7 +197,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Returns true if the objects have the same id value.

                                                                                                            @@ -216,7 +216,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -232,13 +232,13 @@
                                                                                                            Returns
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            objectSystem.Object obj
                                                                                                            boolSystem.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.Equals(System.Object)
                                                                                                            @@ -260,13 +260,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.GetHashCode()
                                                                                                            @@ -288,19 +288,19 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.ToString()

                                                                                                            Operators

                                                                                                            -

                                                                                                            operator ==(GeneratorId, GeneratorId)

                                                                                                            +

                                                                                                            Equality(GeneratorId, GeneratorId)

                                                                                                            Returns true if the two ids have the same Id value.

                                                                                                            @@ -340,7 +340,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -348,7 +348,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            operator !=(GeneratorId, GeneratorId)

                                                                                                            +

                                                                                                            Inequality(GeneratorId, GeneratorId)

                                                                                                            Returns true if the two ids have different Id values.

                                                                                                            @@ -388,7 +388,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractGenerator.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractGenerator.html index 725f4a037..fd8d4d8d7 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractGenerator.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractGenerator.html @@ -95,7 +95,7 @@
                                                                                                            Inherited Members
                                                                                                            IFileTypeDefinitionAware.FileTypeDefinition
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewApplication.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewApplication.html index c4b0058e6..9574f0167 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewApplication.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewApplication.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -134,7 +134,7 @@

                                                                                                            Events

                                                                                                            PreviewClosed

                                                                                                            The implementation may raise this event to notify the host application when the standalone application no longer needs to be tracked, e.g. when the -file that is being previewed is closed, or when the preview application is closed.

                                                                                                            +file that is being previewed is closed, or when the preview application is closed.

                                                                                                            Declaration
                                                                                                            @@ -151,7 +151,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerPreviewClosedEventArgs + System.EventHandler<PreviewClosedEventArgs> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewControl.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewControl.html index 18e72125c..8f9fee211 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewControl.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewControl.html @@ -88,7 +88,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -116,7 +116,7 @@
                                                                                                            Property Value
                                                                                                            - Control + System.Windows.Forms.Control diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewController.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewController.html index b639907c4..407517401 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewController.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewController.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -111,7 +111,8 @@
                                                                                                            +

                                                                                                            +
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractUpdatablePreview.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractUpdatablePreview.html index 1d95d1d78..e596d9c94 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractUpdatablePreview.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractUpdatablePreview.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -102,7 +102,8 @@
                                                                                                            IPreviewUpdatedViaSegmentFile and IPreviewUpdatedViaRefresh, both of which are derived from this base interface. -

                                                                                                            +

                                                                                                            +
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAdditionalGeneratorsInfo.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAdditionalGeneratorsInfo.html index e2019df3b..2c9bc7f07 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAdditionalGeneratorsInfo.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAdditionalGeneratorsInfo.html @@ -97,7 +97,7 @@
                                                                                                            Inherited Members
                                                                                                            IFileTypeDefinitionAware.FileTypeDefinition
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -126,7 +126,7 @@
                                                                                                            Property Value
                                                                                                            - IListIGeneratorInfo + System.Collections.Generic.IList<IGeneratorInfo> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IApplicationPreviewType.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IApplicationPreviewType.html index 0ea17ff2f..ed2fc546a 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IApplicationPreviewType.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IApplicationPreviewType.html @@ -99,7 +99,7 @@
                                                                                                            Inherited Members
                                                                                                            IPreviewType.TargetGeneratorId
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -114,7 +114,8 @@
                                                                                                            Properties
                                                                                                            @@ -139,7 +140,7 @@
                                                                                                            Property Value
                                                                                                            - PreviewApplicationId + System.Nullable<PreviewApplicationId> @@ -170,7 +171,7 @@
                                                                                                            Property Value
                                                                                                            - PreviewApplicationId + System.Nullable<PreviewApplicationId> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator.html index 8333a08c2..e78b30f48 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator.html @@ -96,7 +96,7 @@
                                                                                                            Inherited Members
                                                                                                            IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor)
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -125,7 +125,8 @@
                                                                                                            Input property implementation. Each call will be further processed in turn by each bilingual content processor, and last by the bilingual writer. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -150,7 +151,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableobject + System.Collections.Generic.IEnumerable<System.Object>

                                                                                                            All (bilingual) file type components

                                                                                                            @@ -179,7 +180,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableIFilePostTweaker + System.Collections.Generic.IEnumerable<IFilePostTweaker> @@ -240,7 +241,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            This property can be null. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualProcessorContainer.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualProcessorContainer.html index 057ab01d2..d19dde41f 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualProcessorContainer.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualProcessorContainer.html @@ -89,7 +89,7 @@

                                                                                                            Common base interface for components that hold bilingual content processors

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -121,7 +121,7 @@
                                                                                                            Property Value
                                                                                                            - PredicateIPersistentFileConversionProperties + System.Predicate<IPersistentFileConversionProperties> @@ -136,7 +136,8 @@
                                                                                                            @@ -160,7 +161,7 @@
                                                                                                            Property Value
                                                                                                            - PredicateIParagraphUnitProperties + System.Predicate<IParagraphUnitProperties> @@ -202,7 +203,8 @@

                                                                                                            To add a bilingual content handler (rather than a processor), use a Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -224,7 +226,7 @@
                                                                                                            Returns
                                                                                                            - IEnumerableIBilingualContentProcessor + System.Collections.Generic.IEnumerable<IBilingualContentProcessor> @@ -232,7 +234,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            InsertBilingualProcessor(int, IBilingualContentProcessor)

                                                                                                            +

                                                                                                            InsertBilingualProcessor(Int32, IBilingualContentProcessor)

                                                                                                            Inserts a bilingual processor at a specified position in the container. Any item that is currently occupying that position will - after this operation - appear after the inserted processor.

                                                                                                            @@ -252,7 +254,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 index

                                                                                                            Must be a value in the range [0 - Count]

                                                                                                            @@ -268,7 +270,8 @@

                                                                                                            To insert a bilingual content handler (rather than a processor), use a Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -306,7 +309,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if anything was removed from the collection, otherwise false

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IControlPreviewType.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IControlPreviewType.html index a7d7a92cd..5fc9da67b 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IControlPreviewType.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IControlPreviewType.html @@ -99,7 +99,7 @@
                                                                                                            Inherited Members
                                                                                                            IPreviewType.TargetGeneratorId
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -114,7 +114,8 @@
                                                                                                            Properties
                                                                                                            @@ -139,14 +140,14 @@
                                                                                                            Property Value
                                                                                                            - PreviewControlId + System.Nullable<PreviewControlId>
                                                                                                            Remarks
                                                                                                            -

                                                                                                            This id can be passed to IFileTypeDefinition.BuildPreviewControl in order to create -an instance of the preview control, which should implement ISingleFilePreviewControl.

                                                                                                            +

                                                                                                            This id can be passed to in order to create +an instance of the preview control, which should implement .

                                                                                                            @@ -170,14 +171,14 @@
                                                                                                            Property Value
                                                                                                            - PreviewControlId + System.Nullable<PreviewControlId>
                                                                                                            Remarks
                                                                                                            -

                                                                                                            This id can be passed to IFileTypeDefinition.BuildPreviewControl in order to create -an instance of the preview control, which should implement ISourceAndTargetFilePreviewControl.

                                                                                                            +

                                                                                                            This id can be passed to in order to create +an instance of the preview control, which should implement .

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultFileTypeSettingsProvider.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultFileTypeSettingsProvider.html index 3efaa614c..c540dfd9d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultFileTypeSettingsProvider.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultFileTypeSettingsProvider.html @@ -89,7 +89,7 @@

                                                                                                            Interface representing a file type able to pass all its default settings to outside callers.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -100,7 +100,7 @@

                                                                                                            Methods -

                                                                                                            PopulateDefaultSettingsBundle(ISettingsBundle, string)

                                                                                                            +

                                                                                                            PopulateDefaultSettingsBundle(ISettingsBundle, String)

                                                                                                            Populates a given settings bundle with all the default settings used by the file type. Each setting must be stored with its explicit default value.

                                                                                                            @@ -126,7 +126,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String fileTypeConfigurationId

                                                                                                            Id for the settings group that file type specific settings should be stored in.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultQuickTagInfo.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultQuickTagInfo.html index 8f599ee35..a30494313 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultQuickTagInfo.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultQuickTagInfo.html @@ -89,7 +89,7 @@

                                                                                                            This interface represents the default QuickTag info available for the file type.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -118,7 +118,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -144,7 +144,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -196,7 +196,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -248,7 +248,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -274,7 +274,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileExtractor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileExtractor.html index df0c81603..301e71297 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileExtractor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileExtractor.html @@ -96,7 +96,7 @@
                                                                                                            Inherited Members
                                                                                                            IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor)
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -149,7 +149,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableobject + System.Collections.Generic.IEnumerable<System.Object>

                                                                                                            All native and bilingual file type components

                                                                                                            @@ -184,7 +184,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            If set, the NativeExtractor and the ToBilingualConverter are not used. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -263,7 +264,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableIFilePreTweaker + System.Collections.Generic.IEnumerable<IFilePreTweaker>

                                                                                                            An iterator for file tweaker objects

                                                                                                            @@ -330,7 +331,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            Not used if a BilingualParser has been set. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -413,7 +415,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            Not used if a BilingualParser has been set. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -479,7 +482,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if there is more content in the file to be processed, false if not.

                                                                                                            @@ -539,7 +542,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> @@ -567,7 +570,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerProgressEventArgs + System.EventHandler<ProgressEventArgs> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileGenerator.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileGenerator.html index 22612cd3a..09f4d7171 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileGenerator.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileGenerator.html @@ -97,7 +97,7 @@
                                                                                                            Inherited Members
                                                                                                            IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor)
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableobject + System.Collections.Generic.IEnumerable<System.Object>

                                                                                                            All native and bilingual file type components

                                                                                                            @@ -186,7 +186,8 @@
                                                                                                            ToNativeConverter and the NativeGenerator are not used. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -210,7 +211,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableIFilePostTweaker + System.Collections.Generic.IEnumerable<IFilePostTweaker> @@ -345,7 +346,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableINativeFileVerifier + System.Collections.Generic.IEnumerable<INativeFileVerifier> @@ -486,7 +487,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html index 779724943..420a57a63 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html @@ -98,7 +98,7 @@
                                                                                                            Inherited Members
                                                                                                            IFileTypeDefinitionAware.FileTypeDefinition
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -137,7 +137,7 @@

                                                                                                            Methods -

                                                                                                            BuildAbstractGenerator(string)

                                                                                                            +

                                                                                                            BuildAbstractGenerator(String)

                                                                                                            Gets a native or bilingual document generator of the type defined for the specified name.

                                                                                                            @@ -157,7 +157,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -181,7 +181,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildAdditionalGeneratorsInfo(string)

                                                                                                            +

                                                                                                            BuildAdditionalGeneratorsInfo(String)

                                                                                                            The the additional generator information for this file type

                                                                                                            @@ -200,7 +200,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -224,7 +224,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildBilingualGenerator(string)

                                                                                                            +

                                                                                                            BuildBilingualGenerator(String)

                                                                                                            Gets the bilingual writer components for this component (if any).

                                                                                                            @@ -243,7 +243,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -268,7 +268,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildFileExtractor(string)

                                                                                                            +

                                                                                                            BuildFileExtractor(String)

                                                                                                            Gets the file extractor for this component.

                                                                                                            @@ -287,7 +287,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -311,7 +311,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildFileGenerator(string)

                                                                                                            +

                                                                                                            BuildFileGenerator(String)

                                                                                                            Gets the file generator for this component.

                                                                                                            @@ -330,7 +330,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -355,7 +355,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildFileSniffer(string)

                                                                                                            +

                                                                                                            BuildFileSniffer(String)

                                                                                                            Gets the file sniffer for this component.

                                                                                                            @@ -374,7 +374,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -398,7 +398,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildFileTypeInformation(string)

                                                                                                            +

                                                                                                            BuildFileTypeInformation(String)

                                                                                                            Returns a file type information object.

                                                                                                            @@ -417,7 +417,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name

                                                                                                            The IFileTypeDefinition will pass "" as the name for this parameter

                                                                                                            @@ -442,7 +442,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildPreviewApplication(string)

                                                                                                            +

                                                                                                            BuildPreviewApplication(String)

                                                                                                            Creates a new instance of the preview application with the specified name.

                                                                                                            @@ -461,7 +461,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -485,7 +485,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildPreviewControl(string)

                                                                                                            +

                                                                                                            BuildPreviewControl(String)

                                                                                                            Declaration
                                                                                                            @@ -503,7 +503,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -527,7 +527,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildPreviewSetsFactory(string)

                                                                                                            +

                                                                                                            BuildPreviewSetsFactory(String)

                                                                                                            Gets the different sets of previews supported for this component.

                                                                                                            @@ -546,7 +546,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -570,7 +570,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildQuickTagsFactory(string)

                                                                                                            +

                                                                                                            BuildQuickTagsFactory(String)

                                                                                                            Gets the QuickTags object for this component.

                                                                                                            @@ -589,7 +589,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -613,7 +613,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildVerifierCollection(string)

                                                                                                            +

                                                                                                            BuildVerifierCollection(String)

                                                                                                            Gets the verifier list of this component.

                                                                                                            @@ -632,7 +632,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilderAdapter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilderAdapter.html index 5b5232e53..5d6ceae35 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilderAdapter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilderAdapter.html @@ -92,40 +92,40 @@

                                                                                                            Inherited Members
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeCreator.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeCreator.html index c7a27354f..064bb1222 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeCreator.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeCreator.html @@ -97,7 +97,7 @@
                                                                                                            Inherited Members
                                                                                                            IFileTypeDefinitionAware.FileTypeDefinition
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -199,7 +199,7 @@
                                                                                                            Returns
                                                                                                            - IEnumerableFileTypeCreatorWizardPage + System.Collections.Generic.IEnumerable<FileTypeCreatorWizardPage>

                                                                                                            wizard pages

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.html index 0f42e03aa..89cd05305 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.html @@ -95,7 +95,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -245,7 +245,8 @@

                                                                                                            This is only intended for file types that can be used to fully serialize the content of the bilingual object model (e.g. SDL XLIFF). -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -301,8 +302,8 @@
                                                                                                            Parameters
                                                                                                            GeneratorId generatorId

                                                                                                            Must be a generator type defined in the file type definition, or - GenertorId.Default, which returns the default native or bilingual document generator - for the file type.

                                                                                                            +GenertorId.Default, which returns the default native or bilingual document generator +for the file type.

                                                                                                            @@ -346,7 +347,7 @@
                                                                                                            Returns
                                                                                                            IFileGenerator

                                                                                                            A file generator, or null if the file type only supports bilingual - document output, in which case BuildBilingualDocumentGenerator() should be used instead.

                                                                                                            +document output, in which case BuildBilingualDocumentGenerator() should be used instead.

                                                                                                            @@ -376,7 +377,7 @@
                                                                                                            Parameters
                                                                                                            PreviewApplicationId previewApplicationId

                                                                                                            Must be a preview application defined in the - file type definition.

                                                                                                            +file type definition.

                                                                                                            @@ -485,7 +486,7 @@
                                                                                                            Returns
                                                                                                            - ListQuickInsertIds + System.Collections.Generic.List<QuickInsertIds> @@ -649,7 +650,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            IsSupportedFilename(string)

                                                                                                            +

                                                                                                            IsSupportedFilename(String)

                                                                                                            Called by the file type manager to evaluate whether the file may be of a type supported by this file type definition (based on its file name).

                                                                                                            @@ -669,7 +670,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String nativeFilePath

                                                                                                            The file to evaluate

                                                                                                            @@ -686,7 +687,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if the file name can be supported by this file type

                                                                                                            @@ -694,12 +695,13 @@
                                                                                                            Returns
                                                                                                            Remarks

                                                                                                            -The file type manager calls this method before calling SniffFile(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsBundle) in order to perform a quick filtering -to avoid having to sniff files unnecessarily.

                                                                                                            +The file type manager calls this method before calling SniffFile(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsBundle) in order to perform a quick filtering +to avoid having to sniff files unnecessarily.

                                                                                                            +
                                                                                                            -

                                                                                                            SniffFile(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsBundle)

                                                                                                            +

                                                                                                            SniffFile(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsBundle)

                                                                                                            Called by the file type manager to perform file sniffing in order to determine whether the file can be supported by this file type definition.

                                                                                                            @@ -719,7 +721,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String nativeFilePath @@ -737,14 +739,14 @@
                                                                                                            Parameters
                                                                                                            INativeTextLocationMessageReporter messageReporter

                                                                                                            Optional message reporter; if specified, it may be used - by the file sniffer to report peculiarities detected in the file

                                                                                                            +by the file sniffer to report peculiarities detected in the file

                                                                                                            ISettingsBundle settingsBundle

                                                                                                            This settings bundle may be used by the file type Definition implementation - to retrieve a settings group, and pass it to the file sniffer through the ISettingsAware implementation.

                                                                                                            +to retrieve a settings group, and pass it to the file sniffer through the ISettingsAware implementation.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionAware.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionAware.html index aa35f16ad..06a117584 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionAware.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionAware.html @@ -91,7 +91,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -101,7 +101,8 @@

                                                                                                            API clients can use this interface to determine which file type definition (if any) was used to instantiate a specific component. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -135,7 +136,8 @@

                                                                                                            This property may be null, e.g. if the component is not instantiated from a file type definition. -

                                                                                                            +

                                                                                                            +
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionConfiguringControl.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionConfiguringControl.html index 639b388ff..5d42748cb 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionConfiguringControl.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionConfiguringControl.html @@ -89,7 +89,7 @@

                                                                                                            Used by the Configuration Wizard to save the state of a control

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -129,7 +129,7 @@

                                                                                                            Methods

                                                                                                            Save()

                                                                                                            -

                                                                                                            Saves the control's state to the underlying settings implementation

                                                                                                            +

                                                                                                            Saves the control's state to the underlying settings implementation

                                                                                                            Declaration
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if successful, false otherwise

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.html index 5c72aeffa..78bca772d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.html @@ -90,7 +90,7 @@

                                                                                                            FileTypeDefinitionFactory.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -137,7 +137,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            CreateFromFile(string)

                                                                                                            +

                                                                                                            CreateFromFile(String)

                                                                                                            Create a file type definition from an *.sdlfiletype file, transforming the file content if necessary to support older file type definition files.

                                                                                                            @@ -157,7 +157,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String filePath @@ -183,11 +183,12 @@
                                                                                                            -

                                                                                                            CreateFromResource(string)

                                                                                                            +

                                                                                                            CreateFromResource(String)

                                                                                                            Create a file type definition from the specified path or resource, without adapting the content to support older file type definitions.

                                                                                                            @@ -207,7 +208,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String path @@ -236,7 +237,8 @@
                                                                                                            http://my.company.com/my-filetype-definition

                                                                                                            No detection and adaptation of older file type definitions will be attempted when using this factory method. -

                                                                                                            +

                                                                                                            +
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeInformation.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeInformation.html index fd76d4e11..2c1241e1f 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeInformation.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeInformation.html @@ -86,7 +86,7 @@

                                                                                                            Interface IFileTypeInformation

                                                                                                            -

                                                                                                            Information that a host application may need to 'know' about a file type, such as the +

                                                                                                            Information that a host application may need to 'know' about a file type, such as the localized name of the file type, the wildcard expression (file extensions) for the file dialog, and which settings pages are available.

                                                                                                            @@ -97,16 +97,16 @@
                                                                                                            Inherited Members
                                                                                                            IFileTypeDefinitionAware.FileTypeDefinition
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -131,7 +131,8 @@

                                                                                                            The file type information can also contain additional metadata, in the form of key/value pairs, which are accessible through the IMetaDataContainer implementation. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -156,7 +157,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -166,8 +167,9 @@
                                                                                                            @@ -202,7 +204,7 @@
                                                                                                            Property Value

                                                                                                            Enabled

                                                                                                            Determines whether the file type is considered as a candidate for processing a file. This allows us to have filters present in the -file type manager that won't be used for processing.

                                                                                                            +file type manager that won't be used for processing.

                                                                                                            Declaration
                                                                                                            @@ -219,7 +221,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -246,7 +248,7 @@
                                                                                                            Property Value
                                                                                                            - Regex + System.Text.RegularExpressions.Regex @@ -275,7 +277,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -283,7 +285,7 @@
                                                                                                            Property Value
                                                                                                            Examples

                                                                                                            In the following string from the open dialog: Microsoft Word Documents (.doc;.dot) -the FileDialogWildcardExpression would be '.doc;.dot'

                                                                                                            +the FileDialogWildcardExpression would be '.doc;.dot'

                                                                                                            @@ -345,7 +347,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            By convention, this is often the file type name followed by "Document" or "File". -

                                                                                                            +

                                                                                                            +
                                                                                                            See Also
                                                                                                            @@ -381,7 +384,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            By convention, this is often the file type name, followed by "Documents" or "Files". -

                                                                                                            +

                                                                                                            +
                                                                                                            See Also
                                                                                                            @@ -409,7 +413,7 @@
                                                                                                            Property Value
                                                                                                            - Version + System.Version @@ -419,7 +423,8 @@
                                                                                                            @@ -463,7 +468,8 @@

                                                                                                            The file type name is the core name of the file type; it normally does not end on "documents" or "files". -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -487,7 +493,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -539,7 +545,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -551,7 +557,8 @@
                                                                                                            @@ -574,7 +581,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -600,7 +607,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String[] @@ -614,7 +621,8 @@
                                                                                                            @@ -636,7 +644,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String[] @@ -650,7 +658,8 @@
                                                                                                            AddFileTypeDefinition(IFileTypeDefinition), -InsertFileTypeDefinition(int, IFileTypeDefinition) or RemoveFileTypeDefinition(IFileTypeDefinition). +InsertFileTypeDefinition(Int32, IFileTypeDefinition) or RemoveFileTypeDefinition(IFileTypeDefinition). File type definitions can be instantiated from existing files or resources using the FileTypeDefinitionFactory.

                                                                                                            Call one of the overloaded GetConverter...() methods to use the file type definitions to automatically detect file types and initialize a IMultiFileConverter to process the content. -

                                                                                                            +

                                                                                                            +
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -120,7 +121,8 @@
                                                                                                            < Actual file type manager instances are often provided by the application that hosts the framework, in which case they are often pre-configured from some configuration (e.g. through the spring framework). -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -145,7 +147,7 @@
                                                                                                            Property Value
                                                                                                            - Liststring + System.Collections.Generic.List<System.String> @@ -164,7 +166,8 @@

                                                                                                            Declaration
                                                                                                            @@ -180,7 +183,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -227,7 +230,8 @@
                                                                                                            NotBilingualFileTypeException. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -235,7 +239,7 @@

                                                                                                            Provides access to the implementation used to instantiate file type definitions. Can be used to explicitly create a file type definition that can be added to the manager by calling AddFileTypeDefinition(IFileTypeDefinition) -or InsertFileTypeDefinition(int, IFileTypeDefinition).

                                                                                                            +or InsertFileTypeDefinition(Int32, IFileTypeDefinition).

                                                                                                            Declaration
                                                                                                            @@ -267,7 +271,8 @@

                                                                                                            Declaration
                                                                                                            @@ -283,7 +288,7 @@
                                                                                                            Property Value
                                                                                                            - IFileTypeDefinition + IFileTypeDefinition[] @@ -354,7 +359,7 @@
                                                                                                            -

                                                                                                            BuildAdditionalGeneratorsInfo(params IGeneratorInfo[])

                                                                                                            +

                                                                                                            BuildAdditionalGeneratorsInfo(IGeneratorInfo[])

                                                                                                            Helper method to create additional generator information so that it can be used by filter component builders.

                                                                                                            @@ -373,7 +378,7 @@
                                                                                                            Parameters
                                                                                                            - IGeneratorInfo + IGeneratorInfo[] generators @@ -420,7 +425,7 @@
                                                                                                            Parameters
                                                                                                            IBilingualDocumentWriter bilingualWriter

                                                                                                            a bilingual document writer, capable of serializing the - bilingual content model

                                                                                                            +bilingual content model

                                                                                                            @@ -437,7 +442,7 @@
                                                                                                            Returns
                                                                                                            IBilingualDocumentGenerator

                                                                                                            a bilingual document generator instance where the bilingual writer is assigned - to the Writer property.

                                                                                                            +to the Writer property.

                                                                                                            @@ -521,11 +526,11 @@
                                                                                                            -

                                                                                                            BuildExtractor(string, CultureInfo, Codepage, INativeTextLocationMessageReporter)

                                                                                                            +

                                                                                                            BuildExtractor(String, CultureInfo, Codepage, INativeTextLocationMessageReporter)

                                                                                                            Helper function used by the file type manager implementation and other components that need to create components that are normally used through the file converters objects.

                                                                                                            Determines the best matching file type for the specified file according to the rules -described in the documentation of GetConverter(string[], CultureInfo, Codepage, EventHandler<MessageEventArgs>) and returns an initialized +described in the documentation of GetConverter(String[], CultureInfo, Codepage, EventHandler<MessageEventArgs>) and returns an initialized file extractor that can be used to process the file.

                                                                                                            @@ -544,12 +549,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String filePath - CultureInfo + System.Globalization.CultureInfo cultureInfo

                                                                                                            Source CultureInfo of the file

                                                                                                            @@ -602,7 +607,7 @@
                                                                                                            Exceptions
                                                                                                            -

                                                                                                            BuildExtractorNoSniffing(string, string, CultureInfo, Codepage, INativeTextLocationMessageReporter)

                                                                                                            +

                                                                                                            BuildExtractorNoSniffing(String, String, CultureInfo, Codepage, INativeTextLocationMessageReporter)

                                                                                                            Builds a FileExtractor without sniffing - the FileType to use is defined by the fileTypeDefinitionId

                                                                                                            @@ -621,17 +626,17 @@
                                                                                                            Parameters
                                                                                                            - string + System.String fileTypeDefinitionId - string + System.String filePath - CultureInfo + System.Globalization.CultureInfo suggestedSourceLanguage @@ -1011,9 +1016,9 @@
                                                                                                            Parameters
                                                                                                            IPersistentFileConversionProperties fileConversionProperties

                                                                                                            Properties with information on the file being generated, - including the id of the file type definition used to convert the original native file. - This can either be the persistent file properties that were created when reading - the original native file, or they can be retrieved from the bilingual parser.

                                                                                                            +including the id of the file type definition used to convert the original native file. +This can either be the persistent file properties that were created when reading +the original native file, or they can be retrieved from the bilingual parser.

                                                                                                            @@ -1038,7 +1043,7 @@

                                                                                                            This method may be used as a NativeGeneratorProvider delegate in the IMultiFileConverter. The following example shows how to use this method with a multi file converter:

                                                                                                            -

                                                                                                            void SetNativeGeneratorProvider(IFileTypeManager manager, IMultiFileConverter converter)
                                                                                                            +
                                                                                                            void SetNativeGeneratorProvider(IFileTypeManager manager, IMultiFileConverter converter)
                                                                                                             {
                                                                                                                converter.NativeGeneratorProvider = new NativeGeneratorProvider(manager.BuildFileGenerator);
                                                                                                             }
                                                                                                            @@ -1056,7 +1061,7 @@
                                                                                                            Exceptions
                                                                                                            FileTypeDefinitionNotFoundException

                                                                                                            thrown if the specified file type definition ID is not - one of the file type definitions in the file type manager

                                                                                                            +one of the file type definitions in the file type manager

                                                                                                            @@ -1343,7 +1348,7 @@
                                                                                                            Returns

                                                                                                            BuildSubContentGenerator(IBilingualWriter)

                                                                                                            -

                                                                                                            Helper method to create a sub content generator so that it can be used by filter component builders.

                                                                                                            +

                                                                                                            Helper method to create a sub content generator so that it can be used by filter component builders.

                                                                                                            Declaration
                                                                                                            @@ -1516,9 +1521,9 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateFileTypeDefinition(string)

                                                                                                            +

                                                                                                            CreateFileTypeDefinition(String)

                                                                                                            Creates a file type definition based on the filter definition ID of component builder which should be used - to create this filter.

                                                                                                            +to create this filter.

                                                                                                            Declaration
                                                                                                            @@ -1536,7 +1541,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String fileTypeDefinitionId

                                                                                                            ID of component builder which should be used to create this filter

                                                                                                            @@ -1562,7 +1567,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateFileTypeDefinition(string, FileTypeProfile)

                                                                                                            +

                                                                                                            CreateFileTypeDefinition(String, FileTypeProfile)

                                                                                                            Creates a file type definition based on the Id and a profile override. The FilterManager must discover the actual component builder associated with this definition and create a new definition based on it. If a profileOverride has been supplied, then this should override the FileTypeInformation for that definition.

                                                                                                            @@ -1583,7 +1588,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String fileTypeDefinitionId

                                                                                                            ID of component builder which should be used to create this filter

                                                                                                            @@ -1659,11 +1664,12 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetAllMatchingFileTypeDefinitions(string, Language, Codepage, EventHandler<MessageEventArgs>)

                                                                                                            +

                                                                                                            GetAllMatchingFileTypeDefinitions(String, Language, Codepage, EventHandler<MessageEventArgs>)

                                                                                                            Returns the file type definitions that can operate on the specified file.

                                                                                                            Each file type definition is evaluated in order to determine if it can process the file, which may involve invoking the corresponding file sniffer.

                                                                                                            -

                                                                                                            Only file type definitions that are enabled and not hidden are evaluated.

                                                                                                            +

                                                                                                            Only file type definitions that are enabled and not hidden are evaluated.

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -1680,9 +1686,9 @@
                                                                                                            Parameters
                                                                                                            - string + System.String nativeFilePath -

                                                                                                            The path to the file which is 'sniffed' in order to determine applicable file type definitions.

                                                                                                            +

                                                                                                            The path to the file which is 'sniffed' in order to determine applicable file type definitions.

                                                                                                            @@ -1696,12 +1702,12 @@
                                                                                                            Parameters
                                                                                                            - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> messageHandler

                                                                                                            Optional handler for messages reported by any file sniffers invoked in the process. - - - You may pass null for this parameter.

                                                                                                            + + +You may pass null for this parameter.

                                                                                                            @@ -1716,9 +1722,9 @@
                                                                                                            Returns
                                                                                                            - IEnumerablePairIFileTypeDefinitionSniffInfo + System.Collections.Generic.IEnumerable<Pair<IFileTypeDefinition, SniffInfo>>

                                                                                                            File type definitions that can operate on the file specified, and the information - from their file sniffers

                                                                                                            +from their file sniffers

                                                                                                            @@ -1733,16 +1739,18 @@
                                                                                                            messageHandler. -

                                                                                                            +Any messages generated during file sniffing are reported to the optional messageHandler. +

                                                                                                            +
                                                                                                            -

                                                                                                            GetAllMatchingFileTypeDefinitions(string, EventHandler<MessageEventArgs>)

                                                                                                            +

                                                                                                            GetAllMatchingFileTypeDefinitions(String, EventHandler<MessageEventArgs>)

                                                                                                            Returns the file type definitions that can operate on the specified file.

                                                                                                            Each file type definition is evaluated in order to determine if it can process the file, which may involve invoking the corresponding file sniffer.

                                                                                                            -

                                                                                                            Only file type definitions that are enabled and not hidden are evaluated.

                                                                                                            +

                                                                                                            Only file type definitions that are enabled and not hidden are evaluated.

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -1759,16 +1767,16 @@
                                                                                                            Parameters
                                                                                                            - string + System.String nativeFilePath -

                                                                                                            The path to the file which is 'sniffed' in order to determine applicable file type definitions.

                                                                                                            +

                                                                                                            The path to the file which is 'sniffed' in order to determine applicable file type definitions.

                                                                                                            - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> messageHandler

                                                                                                            Optional handler for messages reported by any file sniffers invoked in the process. - You may pass null for this parameter.

                                                                                                            +You may pass null for this parameter.

                                                                                                            @@ -1783,9 +1791,9 @@
                                                                                                            Returns
                                                                                                            - IEnumerablePairIFileTypeDefinitionSniffInfo + System.Collections.Generic.IEnumerable<Pair<IFileTypeDefinition, SniffInfo>>

                                                                                                            File type definitions that can operate on the file specified, and the information - from their file sniffers

                                                                                                            +from their file sniffers

                                                                                                            @@ -1800,13 +1808,15 @@
                                                                                                            messageHandler. -

                                                                                                            +Any messages generated during file sniffing are reported to the optional messageHandler. +

                                                                                                            +
                                                                                                            -

                                                                                                            GetBestMatchingFileTypeDefinition(string, Language, Codepage, EventHandler<MessageEventArgs>)

                                                                                                            -

                                                                                                            Returns the first file type definition that can operate on the specified file.

                                                                                                            +

                                                                                                            GetBestMatchingFileTypeDefinition(String, Language, Codepage, EventHandler<MessageEventArgs>)

                                                                                                            +

                                                                                                            Returns the first file type definition that can operate on the specified file.

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -1823,7 +1833,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String nativeFilePath @@ -1838,7 +1848,7 @@
                                                                                                            Parameters
                                                                                                            - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> messageHandler @@ -1854,7 +1864,7 @@
                                                                                                            Returns
                                                                                                            - PairIFileTypeDefinitionSniffInfo + Pair<IFileTypeDefinition, SniffInfo> @@ -1862,8 +1872,9 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetBestMatchingFileTypeDefinition(string, EventHandler<MessageEventArgs>)

                                                                                                            -

                                                                                                            Returns the first file type definition that can operate on the specified file.

                                                                                                            +

                                                                                                            GetBestMatchingFileTypeDefinition(String, EventHandler<MessageEventArgs>)

                                                                                                            +

                                                                                                            Returns the first file type definition that can operate on the specified file.

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -1880,12 +1891,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String nativeFilePath - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> messageHandler @@ -1901,7 +1912,7 @@
                                                                                                            Returns
                                                                                                            - PairIFileTypeDefinitionSniffInfo + Pair<IFileTypeDefinition, SniffInfo> @@ -1952,7 +1963,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetConverter(string, EventHandler<MessageEventArgs>)

                                                                                                            +

                                                                                                            GetConverter(String, EventHandler<MessageEventArgs>)

                                                                                                            Creates and initializes a file converter that can be used to read a single bilingual file, without outputting content to anything in particular.

                                                                                                            @@ -1972,17 +1983,17 @@
                                                                                                            Parameters
                                                                                                            - string + System.String bilingualInputFilePath

                                                                                                            Name of the bilingual file to read

                                                                                                            - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> messageHandler

                                                                                                            An (optional) message handler implementation that will receive any messages reported - from file sniffers invoked in the process. If a converter is returned, this message handler will also have - been connected to the Message event on the converter. You may specify null for this parameter.

                                                                                                            +from file sniffers invoked in the process. If a converter is returned, this message handler will also have +been connected to the Message event on the converter. You may specify null for this parameter.

                                                                                                            @@ -2005,7 +2016,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetConverter(string, string, CultureInfo, Codepage, EventHandler<MessageEventArgs>)

                                                                                                            +

                                                                                                            GetConverter(String, String, CultureInfo, Codepage, EventHandler<MessageEventArgs>)

                                                                                                            Creates and initializes a file converter in order to create a bilingual file. The native fileType used for parsing is defined by the fileTypeDefinitionId - no sniffing is done

                                                                                                            @@ -2025,17 +2036,17 @@
                                                                                                            Parameters
                                                                                                            - string + System.String fileTypeDefinitionId - string + System.String filePath - CultureInfo + System.Globalization.CultureInfo sourceLanguage @@ -2045,7 +2056,7 @@
                                                                                                            Parameters
                                                                                                            - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> messageHandler @@ -2069,7 +2080,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetConverter(string[], CultureInfo, Codepage, EventHandler<MessageEventArgs>)

                                                                                                            +

                                                                                                            GetConverter(String[], CultureInfo, Codepage, EventHandler<MessageEventArgs>)

                                                                                                            Creates and initializes a file converter for reading native files, without passing the output to anything.

                                                                                                            @@ -2088,37 +2099,37 @@
                                                                                                            Parameters
                                                                                                            - string + System.String[] nativeFilePaths

                                                                                                            The native files to be converted

                                                                                                            - CultureInfo + System.Globalization.CultureInfo sourceLanguage

                                                                                                            Expected source language of the files. -

                                                                                                            The same source (and target) language must be used for all the files processed with a single converter instance.

                                                                                                            -

                                                                                                            If the language can be determined automatically - from the content of the file (e.g. when reading a bilingual format such as TTX), this parameter may be ignored by the parser. - If this parameter is left undefined, it is up to the file sniffer and/or parser to try to determine the - language. Parser components may report an error or a warning if they cannot reliably identify the language.

                                                                                                            +

                                                                                                            The same source (and target) language must be used for all the files processed with a single converter instance.

                                                                                                            +

                                                                                                            If the language can be determined automatically +from the content of the file (e.g. when reading a bilingual format such as TTX), this parameter may be ignored by the parser. +If this parameter is left undefined, it is up to the file sniffer and/or parser to try to determine the +language. Parser components may report an error or a warning if they cannot reliably identify the language.

                                                                                                            Codepage suggestedCodepage

                                                                                                            A rough guess of what encoding the files use. This is normally set to the default codepage - for the language, but can also be null. This serves only as a hint. A file sniffer can be used to determine the actual encoding for each file. An - undefined codepage object can be used if no encoding can be guessed. It is then up to the file sniffer and/or parser - to best determine the encoding and report an error if they fail or a warning if the result is not definite.

                                                                                                            +for the language, but can also be null. This serves only as a hint. A file sniffer can be used to determine the actual encoding for each file. An +undefined codepage object can be used if no encoding can be guessed. It is then up to the file sniffer and/or parser +to best determine the encoding and report an error if they fail or a warning if the result is not definite.

                                                                                                            - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> messageHandler

                                                                                                            An (optional) message handler implementation that will receive any messages reported - from file sniffers invoked in the process. If a converter is returned, this message handler will also be - connected to the Message event on the converter. You may specify null for this parameter.

                                                                                                            +from file sniffers invoked in the process. If a converter is returned, this message handler will also be +connected to the Message event on the converter. You may specify null for this parameter.

                                                                                                            @@ -2192,9 +2203,9 @@
                                                                                                            Parameters
                                                                                                            BilingualDocumentOutputPropertiesProvider outputSettingsProvider

                                                                                                            Implementation of the output settings provider for bilingual - document files. Will be passed to the multi-file converter and used for writing bilingual document files. - If the bilingual document generator does not have a bilingual document file writer, you can pass null - for this parameter.

                                                                                                            +document files. Will be passed to the multi-file converter and used for writing bilingual document files. +If the bilingual document generator does not have a bilingual document file writer, you can pass null +for this parameter.

                                                                                                            @@ -2211,9 +2222,9 @@
                                                                                                            Returns
                                                                                                            IMultiFileConverter

                                                                                                            A file converter object initialized to read content using the specified parser and output - to the specified writer. - To use the file converter, add your own bilingual processors to the converter, and call - Parse() or ParseNext() to process the content.

                                                                                                            +to the specified writer. +To use the file converter, add your own bilingual processors to the converter, and call +Parse() or ParseNext() to process the content.

                                                                                                            @@ -2221,7 +2232,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetConverterToBilingual(string, IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, EventHandler<MessageEventArgs>)

                                                                                                            +

                                                                                                            GetConverterToBilingual(String, IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, EventHandler<MessageEventArgs>)

                                                                                                            Creates and initializes a file converter for a single file, typically of the default bilingual file type. The specified bilingual document generator will be used for output.

                                                                                                            The file type definitions are tested in order, and the first file type definition that @@ -2248,10 +2259,10 @@

                                                                                                            Parameters
                                                                                                            - string + System.String bilingualInputFilePath

                                                                                                            The file to be converted. The language and code page of this file is expected - to be automatically detected by the file sniffer, no external hints should be necessary.

                                                                                                            +to be automatically detected by the file sniffer, no external hints should be necessary.

                                                                                                            @@ -2264,17 +2275,17 @@
                                                                                                            Parameters
                                                                                                            BilingualDocumentOutputPropertiesProvider outputSettingsProvider

                                                                                                            Implementation of the output settings provider for bilingual - document files. Will be passed to the multi-file converter and used for writing bilingual document files. - If the bilingual document generator does not have a bilingual document file writer, you can pass null - for this parameter.

                                                                                                            +document files. Will be passed to the multi-file converter and used for writing bilingual document files. +If the bilingual document generator does not have a bilingual document file writer, you can pass null +for this parameter.

                                                                                                            - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> messageHandler

                                                                                                            An (optional) message handler implementation that will receive any messages reported - from file sniffers invoked in the process. If a converter is returned, this message handler will also be - connected to the Message event on the converter. You may specify null for this parameter.

                                                                                                            +from file sniffers invoked in the process. If a converter is returned, this message handler will also be +connected to the Message event on the converter. You may specify null for this parameter.

                                                                                                            @@ -2291,8 +2302,8 @@
                                                                                                            Returns
                                                                                                            IMultiFileConverter

                                                                                                            A file converter object initialized to read the file, based on information from the best matching file type definition. - To use the file converter, add your own bilingual processors to the converter, and call - Parse() or ParseNext() to process the file.

                                                                                                            +To use the file converter, add your own bilingual processors to the converter, and call +Parse() or ParseNext() to process the file.

                                                                                                            @@ -2316,7 +2327,7 @@
                                                                                                            Exceptions
                                                                                                            -

                                                                                                            GetConverterToBilingual(string[], IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, CultureInfo, Codepage, EventHandler<MessageEventArgs>)

                                                                                                            +

                                                                                                            GetConverterToBilingual(String[], IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, CultureInfo, Codepage, EventHandler<MessageEventArgs>)

                                                                                                            Creates and initializes a file converter using the filters that best match a set of native files. The file converter can then be used to process all of the files as one document. The specified bilingual writer will be used for output.

                                                                                                            @@ -2344,7 +2355,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String[] nativeFilePaths

                                                                                                            The native files to be converted

                                                                                                            @@ -2359,37 +2370,37 @@
                                                                                                            Parameters
                                                                                                            BilingualDocumentOutputPropertiesProvider outputSettingsProvider

                                                                                                            Implementation of the output settings provider for bilingual - document files. Will be passed to the multi-file converter and used for writing bilingual document files. - If the bilingual document generator does not have a bilingual document file writer, you can pass null - as parameter.

                                                                                                            +document files. Will be passed to the multi-file converter and used for writing bilingual document files. +If the bilingual document generator does not have a bilingual document file writer, you can pass null +as parameter.

                                                                                                            - CultureInfo + System.Globalization.CultureInfo sourceLanguage

                                                                                                            Expected source language of the files. -

                                                                                                            The same source (and target) language must be used for all the files processed with a single converter instance.

                                                                                                            -

                                                                                                            If the language can be determined automatically - from the content of the file (e.g. when reading a bilingual format such as TTX), this parameter may be ignored by the parser. - If this parameter is left undefined, it is up to the file sniffer and/or parser to try to determine the - language. Parser components may report an error or a warning if they cannot reliably identify the language.

                                                                                                            +

                                                                                                            The same source (and target) language must be used for all the files processed with a single converter instance.

                                                                                                            +

                                                                                                            If the language can be determined automatically +from the content of the file (e.g. when reading a bilingual format such as TTX), this parameter may be ignored by the parser. +If this parameter is left undefined, it is up to the file sniffer and/or parser to try to determine the +language. Parser components may report an error or a warning if they cannot reliably identify the language.

                                                                                                            Codepage suggestedCodepage

                                                                                                            A rough guess on what encoding the files use. This is normally set to the default code page - for the language, but can also be null. This serves only as a hint. A file sniffer can be used to determine the actual encoding for each file. An - undefined codepage object can be used if no encoding can be guessed. It is then up to the file sniffer and/or parser - to best determine the encoding, and report an error if they fail or a warning if the result is not definite.

                                                                                                            +for the language, but can also be null. This serves only as a hint. A file sniffer can be used to determine the actual encoding for each file. An +undefined codepage object can be used if no encoding can be guessed. It is then up to the file sniffer and/or parser +to best determine the encoding, and report an error if they fail or a warning if the result is not definite.

                                                                                                            - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> messageHandler

                                                                                                            An (optional) message handler implementation that will receive any messages reported - from file sniffers invoked in the process. If a converter is returned, this message handler will also - be connected to the Message event on the converter. You may specify null for this parameter.

                                                                                                            +from file sniffers invoked in the process. If a converter is returned, this message handler will also +be connected to the Message event on the converter. You may specify null for this parameter.

                                                                                                            @@ -2406,14 +2417,14 @@
                                                                                                            Returns
                                                                                                            IMultiFileConverter

                                                                                                            A file converter object initialized to read the files, based on information from the best matching file type definitions. - To use the file converter, add your own bilingual processors to the converter and call - Parse() or ParseNext() to process the native files.

                                                                                                            +To use the file converter, add your own bilingual processors to the converter and call +Parse() or ParseNext() to process the native files.

                                                                                                            Remarks
                                                                                                            -

                                                                                                            To convert bilingual files to native, you would typically rather use GetConverterToNative(string, OutputPropertiesProvider, EventHandler<MessageEventArgs>).

                                                                                                            +

                                                                                                            To convert bilingual files to native, you would typically rather use GetConverterToNative(String, OutputPropertiesProvider, EventHandler<MessageEventArgs>).

                                                                                                            Exceptions
                                                                                                            @@ -2434,7 +2445,7 @@
                                                                                                            Exceptions
                                                                                                            -

                                                                                                            GetConverterToDefaultBilingual(IBilingualParser, string)

                                                                                                            +

                                                                                                            GetConverterToDefaultBilingual(IBilingualParser, String)

                                                                                                            Creates and initializes a file converter to write a bilingual output file in the default format, reading input from a specified bilingual parser.

                                                                                                            @@ -2460,7 +2471,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -2479,9 +2490,9 @@
                                                                                                            Returns
                                                                                                            @@ -2489,7 +2500,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetConverterToDefaultBilingual(string, string, EventHandler<MessageEventArgs>)

                                                                                                            +

                                                                                                            GetConverterToDefaultBilingual(String, String, EventHandler<MessageEventArgs>)

                                                                                                            Creates and initializes a file converter in order to read a single (typically bilingual) input file and write a bilingual output file in the default format.

                                                                                                            @@ -2521,23 +2532,23 @@

                                                                                                            Parameters
                                                                                                            - + - + - + @@ -2554,15 +2565,15 @@
                                                                                                            Returns
                                                                                                            stringSystem.String bilingualOutputFilePath

                                                                                                            Full path to the bilingual file to be created

                                                                                                            IMultiFileConverter

                                                                                                            A file converter object initialized to read content using the bilingual parser and write - an output file in the default bilingual format with the specified name. - To use the file converter, add your own bilingual processors to the converter and call - Parse() or ParseNext().

                                                                                                            +an output file in the default bilingual format with the specified name. +To use the file converter, add your own bilingual processors to the converter and call +Parse() or ParseNext().

                                                                                                            stringSystem.String bilingualInputFilePath

                                                                                                            The native files to be converted

                                                                                                            stringSystem.String bilingualOutputFilePath

                                                                                                            Full path to the bilingual file to be created

                                                                                                            EventHandlerMessageEventArgsSystem.EventHandler<MessageEventArgs> messageHandler

                                                                                                            (optional) A message handler implementation that will receive any messages reported - from file sniffers invoked in the process. If a converter is returned, this message handler will also be - connected to the Message event on the converter. You may specify null for this parameter.

                                                                                                            +from file sniffers invoked in the process. If a converter is returned, this message handler will also be +connected to the Message event on the converter. You may specify null for this parameter.

                                                                                                            IMultiFileConverter

                                                                                                            A file converter object initialized to read the file, based on information from the best matching file type definition - that will create an output file in the default bilingual format with the specified name. - To use the file converter, add your own bilingual processors to the converter and call - Parse() or ParseNext().

                                                                                                            +that will create an output file in the default bilingual format with the specified name. +To use the file converter, add your own bilingual processors to the converter and call +Parse() or ParseNext().

                                                                                                            Remarks
                                                                                                            -

                                                                                                            To convert bilingual files to native you would typically use GetConverterToNative(string, OutputPropertiesProvider, EventHandler<MessageEventArgs>).

                                                                                                            +

                                                                                                            To convert bilingual files to native you would typically use GetConverterToNative(String, OutputPropertiesProvider, EventHandler<MessageEventArgs>).

                                                                                                            Exceptions
                                                                                                            @@ -2583,7 +2594,7 @@
                                                                                                            Exceptions
                                                                                                            -

                                                                                                            GetConverterToDefaultBilingual(string, string, string, CultureInfo, Codepage, EventHandler<MessageEventArgs>)

                                                                                                            +

                                                                                                            GetConverterToDefaultBilingual(String, String, String, CultureInfo, Codepage, EventHandler<MessageEventArgs>)

                                                                                                            Creates and initializes a file converter in order to create a bilingual file in the default format. The converter will only use the file type specified by the fileTypeDefinitionId and bypasses the sniffer

                                                                                                            @@ -2603,22 +2614,22 @@
                                                                                                            Parameters
                                                                                                            - + - + - + - + @@ -2628,7 +2639,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -2652,7 +2663,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetConverterToDefaultBilingual(string[], string, CultureInfo, Codepage, EventHandler<MessageEventArgs>)

                                                                                                            +

                                                                                                            GetConverterToDefaultBilingual(String[], String, CultureInfo, Codepage, EventHandler<MessageEventArgs>)

                                                                                                            Creates and initializes a file converter in order to create a bilingual file in the default format.

                                                                                                            The converter will automatically use the filters that best match the native files to be converted. @@ -2684,43 +2695,43 @@

                                                                                                            Parameters
                                                                                                            - + - + - + - + @@ -2737,22 +2748,23 @@
                                                                                                            Returns
                                                                                                            stringSystem.String fileTypeDefinitionId
                                                                                                            stringSystem.String filePath
                                                                                                            stringSystem.String bilingualOutputFilePath
                                                                                                            CultureInfoSystem.Globalization.CultureInfo sourceLanguage
                                                                                                            EventHandlerMessageEventArgsSystem.EventHandler<MessageEventArgs> messageHandler
                                                                                                            stringSystem.String[] nativeFilePaths

                                                                                                            The native files to be converted.

                                                                                                            stringSystem.String bilingualOutputFilePath

                                                                                                            Full path to the bilingual file to be created.

                                                                                                            CultureInfoSystem.Globalization.CultureInfo sourceLanguage

                                                                                                            Expected source language of the files. -

                                                                                                            The same source (and target) language must be used for all the files processed with a single converter instance.

                                                                                                            -

                                                                                                            If the language can be determined automatically - from the content of the file (e.g. when reading a bilingual format such as TTX), this parameter may be ignored by the parser. - If this parameter is left undefined, it is up to the file sniffer and/or parser to try to determine the - language. Parser components may report an error or a warning if they cannot reliably identify the language.

                                                                                                            +

                                                                                                            The same source (and target) language must be used for all the files processed with a single converter instance.

                                                                                                            +

                                                                                                            If the language can be determined automatically +from the content of the file (e.g. when reading a bilingual format such as TTX), this parameter may be ignored by the parser. +If this parameter is left undefined, it is up to the file sniffer and/or parser to try to determine the +language. Parser components may report an error or a warning if they cannot reliably identify the language.

                                                                                                            Codepage suggestedCodepage

                                                                                                            A rough guess of what encoding the files use. This is normally set to the default codepage - for the language, but can also be null. This serves only as a hint. A file sniffer can be used to determine the actual encoding for each file. An - undefined codepage object can be used if no encoding can be guessed. It is then up to the file sniffer and/or parser - to best determine the encoding and report an error if they fail, or a warning if the result is not definite.

                                                                                                            +for the language, but can also be null. This serves only as a hint. A file sniffer can be used to determine the actual encoding for each file. An +undefined codepage object can be used if no encoding can be guessed. It is then up to the file sniffer and/or parser +to best determine the encoding and report an error if they fail, or a warning if the result is not definite.

                                                                                                            EventHandlerMessageEventArgsSystem.EventHandler<MessageEventArgs> messageHandler

                                                                                                            An (optional) message handler implementation that will receive any messages reported - from file sniffers invoked in the process. If a converter is returned, this message handler will also have - been connected to the Message event on the converter. You may specify null for this parameter.

                                                                                                            +from file sniffers invoked in the process. If a converter is returned, this message handler will also have +been connected to the Message event on the converter. You may specify null for this parameter.

                                                                                                            IMultiFileConverter

                                                                                                            A file converter object initialized to read the files, based on information from the best matching file type definitions. - To use the file converter, add your own bilingual processors to the converter and call - Parse() or ParseNext() to process the native files.

                                                                                                            +To use the file converter, add your own bilingual processors to the converter and call +Parse() or ParseNext() to process the native files.

                                                                                                            Remarks
                                                                                                            -

                                                                                                            To convert bilingual files to native you would typically use GetConverterToNative(string, OutputPropertiesProvider, EventHandler<MessageEventArgs>).

                                                                                                            +

                                                                                                            To convert bilingual files to native you would typically use GetConverterToNative(String, OutputPropertiesProvider, EventHandler<MessageEventArgs>).

                                                                                                            Examples

                                                                                                            This example shows how this method could be used convert a bunch of native files into a single SDL XLIFF document.

                                                                                                            -
                                                                                                            void ConvertFilesToXliff(IFileTypeManager manager, string[] nativeFiles, CultureInfo language, Codepage suggestedCodepage, string xliffFilePath)
                                                                                                            +
                                                                                                            void ConvertFilesToXliff(IFileTypeManager manager, string[] nativeFiles, CultureInfo language, Codepage suggestedCodepage, string xliffFilePath)
                                                                                                             {
                                                                                                                 IMultiFileConverter converter = manager.GetConverterToDefaultBilingual(nativeFiles[], xliffFilePath, language, suggestedCodepage, null, settingsBundle);
                                                                                                                 converter.Parse();
                                                                                                             }
                                                                                                            +
                                                                                                            Exceptions
                                                                                                            @@ -2800,12 +2812,12 @@
                                                                                                            Parameters
                                                                                                            +that will be passed to the multi-file converter and used for writing files as native

                                                                                                            +

                                                                                                            If this parameter is provided (i.e. not null), the returned converter will be +initialized to use this file type manager to create native file generators, and the specified +output settings provider will be used to determine output properties for the native files +when they are created.

                                                                                                            +
                                                                                                            OutputPropertiesProvider outputSettingsProvider

                                                                                                            (Optional) implementation of the output settings provider - that will be passed to the multi-file converter and used for writing files as native

                                                                                                            -
                                                                                                                    <p>If this parameter is provided (i.e. not <code>null</code>), the returned converter will be 
                                                                                                            -        initialized to use this file type manager to create native file generators, and the specified
                                                                                                            -        output settings provider will be used to determine output properties for the native files
                                                                                                            -        when they are created.</p>
                                                                                                            -
                                                                                                            @@ -2828,14 +2840,15 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetConverterToNative(string, OutputPropertiesProvider, EventHandler<MessageEventArgs>)

                                                                                                            +

                                                                                                            GetConverterToNative(String, OutputPropertiesProvider, EventHandler<MessageEventArgs>)

                                                                                                            Creates a converter for parsing a single file and writing native output files.

                                                                                                            This is intended for bilingual file types, in which the languages and codepage can be deducted automatically from the file content.

                                                                                                            This version is typically used for parsing SDL XLIFF documents (where support for these have been installed as another bilingual file type). However, it could also be used for processing individual native files in which source language (and codepage) can be deducted from -the file content.

                                                                                                            +the file content.

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -2852,7 +2865,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String bilingualInputFilePath

                                                                                                            Full path to a bilingual (typically SDL XLIFF) file

                                                                                                            @@ -2861,19 +2874,19 @@
                                                                                                            Parameters
                                                                                                            OutputPropertiesProvider outputSettingsProvider

                                                                                                            (Optional) implementation of the output settings provider - that will be passed to the multi-file converter and used for writing files as native.

                                                                                                            -
                                                                                                                    <p>If this parameter is provided (i.e. not null), the returned converter will be 
                                                                                                            -        initialized to use this file type manager to create native file generators, and the specified
                                                                                                            -        output settings provider will be used to determine output properties for the native files
                                                                                                            -        when they are created.</p>
                                                                                                            -
                                                                                                            +that will be passed to the multi-file converter and used for writing files as native.

                                                                                                            +

                                                                                                            If this parameter is provided (i.e. not null), the returned converter will be +initialized to use this file type manager to create native file generators, and the specified +output settings provider will be used to determine output properties for the native files +when they are created.

                                                                                                            + - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> messageHandler

                                                                                                            An (optional) message handler implementation that will receive any messages reported - from file sniffers invoked in the process. If a converter is returned, this message handler will also - be connected to the Message event on the converter. You may specify null for this parameter.

                                                                                                            +from file sniffers invoked in the process. If a converter is returned, this message handler will also +be connected to the Message event on the converter. You may specify null for this parameter.

                                                                                                            @@ -2900,7 +2913,7 @@
                                                                                                            Examples

                                                                                                            The following code example shows how to convert an SDL XLIFF file into native target language files.

                                                                                                            -
                                                                                                            void SaveAsTarget(IFileTypeManager manager, string xliffFilePath, string outputFolder)
                                                                                                            +
                                                                                                            void SaveAsTarget(IFileTypeManager manager, string xliffFilePath, string outputFolder)
                                                                                                             {
                                                                                                                FolderPathProvider pathProvider = new FolderPathProvider(outputFolder);
                                                                                                                IMultiFileConverter converter = manager.GetConverterToNative(xliffFilePath, pathProvider.Provider, settingsBundle);
                                                                                                            @@ -2913,7 +2926,7 @@ 
                                                                                                            -

                                                                                                            GetConverterToNative(string[], OutputPropertiesProvider, CultureInfo, Codepage, EventHandler<MessageEventArgs>)

                                                                                                            +

                                                                                                            GetConverterToNative(String[], OutputPropertiesProvider, CultureInfo, Codepage, EventHandler<MessageEventArgs>)

                                                                                                            Creates and initializes a file converter for reading native files, doing processing on them and creating native files as output in one single pass.

                                                                                                            @@ -2942,7 +2955,7 @@

                                                                                                            Parameters
                                                                                                            - string + System.String[] nativeFilePaths

                                                                                                            The native files to be converted

                                                                                                            @@ -2951,39 +2964,39 @@
                                                                                                            Parameters
                                                                                                            OutputPropertiesProvider outputSettingsProvider

                                                                                                            Implementation of the output settings provider - that will be passed to the multi-file converter and used for writing files as native.

                                                                                                            -
                                                                                                                    <p>The returned converter will be 
                                                                                                            -        initialized to use this file type manager to create native file generators, and the specified
                                                                                                            -        output settings provider will be used to determine the output properties for the native files
                                                                                                            -        when they are created.</p>
                                                                                                            -
                                                                                                            +that will be passed to the multi-file converter and used for writing files as native.

                                                                                                            +

                                                                                                            The returned converter will be +initialized to use this file type manager to create native file generators, and the specified +output settings provider will be used to determine the output properties for the native files +when they are created.

                                                                                                            + - CultureInfo + System.Globalization.CultureInfo sourceLanguage

                                                                                                            Expected source language of the files. -

                                                                                                            The same source (and target) language must be used for all the files processed with a single converter instance.

                                                                                                            -

                                                                                                            If the language can be determined automatically - from the content of the file (e.g. when reading a bilingual format such as TTX), this parameter may be ignored by the parser. - If this parameter is left undefined, it is up to the file sniffer and/or parser to try to determine the - language. Parser components may report an error or a warning if they cannot reliably identify the language.

                                                                                                            +

                                                                                                            The same source (and target) language must be used for all the files processed with a single converter instance.

                                                                                                            +

                                                                                                            If the language can be determined automatically +from the content of the file (e.g. when reading a bilingual format such as TTX), this parameter may be ignored by the parser. +If this parameter is left undefined, it is up to the file sniffer and/or parser to try to determine the +language. Parser components may report an error or a warning if they cannot reliably identify the language.

                                                                                                            Codepage suggestedCodepage

                                                                                                            A rough guess of what encoding the files use. This is normally set to the default codepage - for the language, but can also be null. This serves only as a hint. A file sniffer can be used to determine the actual encoding for each file. An - undefined codepage object can be used if no encoding can be guessed. It is then up to the file sniffer and/or parser - to best determine the encoding, and report an error if they fail or a warning if the result is not definite.

                                                                                                            +for the language, but can also be null. This serves only as a hint. A file sniffer can be used to determine the actual encoding for each file. An +undefined codepage object can be used if no encoding can be guessed. It is then up to the file sniffer and/or parser +to best determine the encoding, and report an error if they fail or a warning if the result is not definite.

                                                                                                            - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> messageHandler

                                                                                                            An (optional) message handler implementation that will receive any messages reported - from file sniffers invoked in the process. If a converter is returned, this message handler will also be - connected to the Message event on the converter. You may specify null for this parameter.

                                                                                                            +from file sniffers invoked in the process. If a converter is returned, this message handler will also be +connected to the Message event on the converter. You may specify null for this parameter.

                                                                                                            @@ -3000,9 +3013,9 @@
                                                                                                            Returns
                                                                                                            IMultiFileConverter

                                                                                                            A file converter object initialized to read the files and write corresponding output files based on the - output settings provider. - To use the file converter, add your own bilingual processors to the converter and call - Parse() or ParseNext() to process the native files.

                                                                                                            +output settings provider. +To use the file converter, add your own bilingual processors to the converter and call +Parse() or ParseNext() to process the native files.

                                                                                                            @@ -3026,8 +3039,8 @@
                                                                                                            Exceptions
                                                                                                            -

                                                                                                            InsertFileTypeDefinition(int, IFileTypeDefinition)

                                                                                                            -

                                                                                                            Inserts a file type definition into the collection at a specific priority position.

                                                                                                            +

                                                                                                            InsertFileTypeDefinition(Int32, IFileTypeDefinition)

                                                                                                            +

                                                                                                            Inserts a file type definition into the collection at a specific priority position.

                                                                                                            Declaration
                                                                                                            @@ -3045,10 +3058,10 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 index -

                                                                                                            0-based index indicating the file type definition's priority in relation to the - other currently known file type definitions.

                                                                                                            +

                                                                                                            0-based index indicating the file type definition's priority in relation to the +other currently known file type definitions.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFilterFramework1FilterDefinitionFile.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFilterFramework1FilterDefinitionFile.html index c6a1f289a..2e38e01f3 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFilterFramework1FilterDefinitionFile.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFilterFramework1FilterDefinitionFile.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -120,7 +120,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -148,7 +148,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IGeneratorInfo.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IGeneratorInfo.html index 7a1fd95d7..6ac71934f 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IGeneratorInfo.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IGeneratorInfo.html @@ -89,7 +89,7 @@

                                                                                                            Information on a generator component that is specified for the file type

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -102,7 +102,7 @@

                                                                                                            Properties

                                                                                                            Description

                                                                                                            Description of the generator; this will be used in the host application UI -to describe the result of using this generator (e.g. 'Save as native file').

                                                                                                            +to describe the result of using this generator (e.g. 'Save as native file').

                                                                                                            Declaration
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent.html index 77e85aced..771e40b62 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent.html @@ -91,7 +91,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -149,7 +149,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String @@ -214,7 +214,7 @@
                                                                                                            Returns
                                                                                                            - Control + System.Windows.Forms.Control @@ -277,7 +277,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            UpdateSegment(SegmentReference, string)

                                                                                                            +

                                                                                                            UpdateSegment(SegmentReference, String)

                                                                                                            Updates the text in the native document to match the new text of the specified segment.

                                                                                                            @@ -303,7 +303,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String filename

                                                                                                            The filename of the native document to update

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponentFactory.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponentFactory.html index 49d66510d..05e50de02 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponentFactory.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponentFactory.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation.html index 81aed15fb..01ac1121d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation.html @@ -91,7 +91,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -122,7 +122,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -154,7 +154,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -185,7 +185,7 @@
                                                                                                            Property Value
                                                                                                            - FileId + System.Nullable<FileId> @@ -214,7 +214,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -241,7 +241,7 @@
                                                                                                            Property Value
                                                                                                            - ParagraphUnitId + System.Nullable<ParagraphUnitId> @@ -295,7 +295,7 @@
                                                                                                            Property Value
                                                                                                            - SegmentId + System.Nullable<SegmentId> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.html index fb14c3bf8..222e33e34 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.html @@ -95,7 +95,7 @@
                                                                                                            Inherited Members
                                                                                                            IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor)
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -159,7 +159,8 @@
                                                                                                            BilingualDocumentOutputPropertiesProvider is used. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -280,7 +281,8 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -323,7 +325,8 @@
                                                                                                            FileConversionProperties and checking the FileSnifferInfo. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -346,7 +349,7 @@
                                                                                                            Property Value
                                                                                                            - PairLanguageDetectionLevel + Pair<Language, DetectionLevel> @@ -355,7 +358,8 @@

                                                                                                            You can also access the detected source and target languages explicitly for each extractor by looking at SniffInfo in the FileConversionProperties. -

                                                                                                            +

                                                                                                            +
                                                                                                            See Also
                                                                                                            @@ -385,7 +389,7 @@
                                                                                                            Property Value
                                                                                                            - PairLanguageDetectionLevel + Pair<Language, DetectionLevel> @@ -394,7 +398,8 @@

                                                                                                            You can also access the detected source and target languages explicitly for each extractor by looking at SniffInfo in the FileConversionProperties. -

                                                                                                            +

                                                                                                            +
                                                                                                            See Also
                                                                                                            @@ -431,8 +436,9 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            Note that changing the document properties by accessing this property will not automatically update -language settings for any of the extractors. Call SetDocumentInfo(IDocumentProperties, bool) or ApplyDocumentPropertiesToExtractors() to do that. -

                                                                                                            +language settings for any of the extractors. Call SetDocumentInfo(IDocumentProperties, Boolean) or ApplyDocumentPropertiesToExtractors() to do that. +

                                                                                                            +
                                                                                                            @@ -454,15 +460,15 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableIFileExtractor + System.Collections.Generic.IEnumerable<IFileExtractor>
                                                                                                            Remarks

                                                                                                            The order of the extractors reflects the order in which they will be used. -

                                                                                                            You must use AddExtractor(IFileExtractor) and RemoveExtractor(IFileExtractor) - if you want to modify the collection.

                                                                                                            +

                                                                                                            You must use AddExtractor(IFileExtractor) and RemoveExtractor(IFileExtractor) +if you want to modify the collection.

                                                                                                            @@ -523,7 +529,8 @@

                                                                                                            The BuildNativeGenerator(IPersistentFileConversionProperties) method can be used as an implementation for this delegate. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -611,8 +618,9 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            Applications may publish objects to be used by file type components during the conversion process -by calling PublishSharedObject(string, object, IdConflictResolution). -

                                                                                                            +by calling PublishSharedObject(String, Object, IdConflictResolution). +

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -658,7 +666,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            InsertExtractor(int, IFileExtractor)

                                                                                                            +

                                                                                                            InsertExtractor(Int32, IFileExtractor)

                                                                                                            Inserts a file converter to be used at a specific index. The converter should be initialized properly.

                                                                                                            @@ -678,7 +686,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 index @@ -704,7 +712,7 @@
                                                                                                            Declaration
                                                                                                            Remarks

                                                                                                            Always call this or the ParseNext method on the converter, never directly on the parser, since this will not - initialize the file type components properly.

                                                                                                            +initialize the file type components properly.

                                                                                                            @@ -728,7 +736,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if there is more content to be parsed

                                                                                                            @@ -773,7 +781,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if the converter was part of the collection, false if no change was made

                                                                                                            @@ -782,7 +790,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SetDocumentInfo(IDocumentProperties, bool)

                                                                                                            +

                                                                                                            SetDocumentInfo(IDocumentProperties, Boolean)

                                                                                                            Set document properties, optionally updating source and target languages for each of the extractors.

                                                                                                            @@ -806,7 +814,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean applyToAllExtractors @@ -828,10 +836,11 @@
                                                                                                            Declaration
                                                                                                            Remarks

                                                                                                            If the first extractor has a bilingual parser, use its document properties if available (by -calling SetDocumentInfo(IDocumentProperties, bool)). +calling SetDocumentInfo(IDocumentProperties, Boolean)). Otherwise, call UpdateDocumentPropertiesFromExtractors() to retrieve the properties from the extractors, and if they are valid (DetectedLanguagesCorrespondToDocumentProperties returns true), -communicate them to all the extractors (by calling ApplyDocumentPropertiesToExtractors()).

                                                                                                            +communicate them to all the extractors (by calling ApplyDocumentPropertiesToExtractors()).

                                                                                                            +
                                                                                                            @@ -860,7 +869,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if there were no conflicting languages and the document properties have been updated.

                                                                                                            @@ -888,7 +897,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> @@ -914,7 +923,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerBatchProgressEventArgs + System.EventHandler<BatchProgressEventArgs> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.INavigablePreview.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.INavigablePreview.html index eb3aeabb7..dae8e9062 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.INavigablePreview.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.INavigablePreview.html @@ -92,7 +92,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -131,7 +131,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -143,7 +143,8 @@
                                                                                                            Methods
                                                                                                            @@ -179,7 +180,8 @@

                                                                                                            The implementation may specifically highlight the segment in the preview (if possible). -

                                                                                                            +

                                                                                                            +

                                                                                                            Events

                                                                                                            @@ -203,7 +205,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerSegmentSelectedEventArgs + System.EventHandler<SegmentSelectedEventArgs> @@ -213,7 +215,8 @@
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -102,7 +102,8 @@
                                                                                                            PreviewSetKind property to find out which one applies. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -214,7 +215,8 @@

                                                                                                            The implementation checks whether the source, target and side-by-side preview types implement IApplicationPreviewType or IControlPreviewType. -

                                                                                                            +

                                                                                                            +
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSets.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSets.html index 424e9f29c..d7587405a 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSets.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSets.html @@ -94,31 +94,31 @@

                                                                                                            Inherited Members
                                                                                                            - ICollection<IPreviewSet>.Add(IPreviewSet) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet>.Add(Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet)
                                                                                                            - ICollection<IPreviewSet>.Clear() + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet>.Clear()
                                                                                                            - ICollection<IPreviewSet>.Contains(IPreviewSet) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet>.Contains(Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet)
                                                                                                            - ICollection<IPreviewSet>.CopyTo(IPreviewSet[], int) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet>.CopyTo(Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet[], System.Int32)
                                                                                                            - ICollection<IPreviewSet>.Remove(IPreviewSet) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet>.Remove(Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet)
                                                                                                            - ICollection<IPreviewSet>.Count + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet>.Count
                                                                                                            - ICollection<IPreviewSet>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet>.IsReadOnly
                                                                                                            - IEnumerable<IPreviewSet>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -152,7 +152,7 @@
                                                                                                            Property Value
                                                                                                            - PreviewSetId + System.Nullable<PreviewSetId> @@ -169,7 +169,8 @@
                                                                                                            FindFromId(PreviewSetId) to get the corresponding preview type, or null if the preview type is not defined in this file type definition. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -192,7 +193,7 @@
                                                                                                            Property Value
                                                                                                            - PreviewSetId + System.Nullable<PreviewSetId> @@ -209,7 +210,8 @@
                                                                                                            FindFromId(PreviewSetId) in order to get the corresponding preview type, or null if the preview type is not defined in this file type definition. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -261,7 +263,7 @@
                                                                                                            Returns

                                                                                                            GetApplicationPreviews()

                                                                                                            Returns all "View In" preview sets, i.e. previews that can launch a standalone application -instance for viewing the content.

                                                                                                            +instance for viewing the content.

                                                                                                            Declaration
                                                                                                            @@ -278,7 +280,7 @@
                                                                                                            Returns
                                                                                                            - IEnumerableIPreviewSet + System.Collections.Generic.IEnumerable<IPreviewSet> @@ -305,7 +307,7 @@
                                                                                                            Returns
                                                                                                            - IEnumerableIPreviewSet + System.Collections.Generic.IEnumerable<IPreviewSet> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSetsFactory.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSetsFactory.html index 46fdb7deb..53dde54b2 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSetsFactory.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSetsFactory.html @@ -87,7 +87,7 @@

                                                                                                            Interface IPreviewSetsFactory

                                                                                                            Interface used for instantiating a set of preview types available -for a specific file.

                                                                                                            +for a specific file.

                                                                                                            @@ -96,7 +96,7 @@
                                                                                                            Inherited Members
                                                                                                            IFileTypeDefinitionAware.FileTypeDefinition
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -110,7 +110,8 @@
                                                                                                            IsFileAgnostic property to determine if this is the case. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -137,7 +138,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -238,8 +239,8 @@
                                                                                                            Parameters
                                                                                                            IFileProperties fileProperties

                                                                                                            Properties of the file instance - for which previews should be specialized, or null to get - previews that are available for all files of this type.

                                                                                                            +for which previews should be specialized, or null to get +previews that are available for all files of this type.

                                                                                                            @@ -268,7 +269,8 @@
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -117,7 +117,8 @@
                                                                                                            IFileGenerator or IBilingualDocumentGenerator. It is up to the host application to determine which one, and set up the file conversion (and the output properties) accordingly. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -142,7 +143,7 @@
                                                                                                            Property Value
                                                                                                            - GeneratorId + System.Nullable<GeneratorId> @@ -185,7 +186,8 @@
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,8 @@

                                                                                                            The implementation typically re-loads (refreshes) the file in the preview and (if necessary) navigates to the previously displaying content. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -162,9 +163,10 @@
                                                                                                            Declaration
                                                                                                            Remarks

                                                                                                            This call allows the implementation to release -any file locks and/or try to 'remember' the current location of the file +any file locks and/or try to 'remember' the current location of the file before it is overwritten. -

                                                                                                            +

                                                                                                            +
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewUpdatedViaSegmentFile.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewUpdatedViaSegmentFile.html index 8095a0c71..880f53114 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewUpdatedViaSegmentFile.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewUpdatedViaSegmentFile.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -105,7 +105,9 @@
                                                                                                            Methods
                                                                                                            @@ -150,8 +152,8 @@
                                                                                                            Returns
                                                                                                            TempFileManager

                                                                                                            Temporary file that has been created. The lifetime of the file is controlled by the - returned manager instance. All components that need access to the file should reference this. - The file will automatically be deleted when this instance is disposed or garbage collection takes place.

                                                                                                            +returned manager instance. All components that need access to the file should reference this. +The file will automatically be deleted when this instance is disposed or garbage collection takes place.

                                                                                                            @@ -188,8 +190,8 @@
                                                                                                            Parameters
                                                                                                            TempFileManager translatedSegmentFile

                                                                                                            Reference to a native file containing the updated - target language version of the segment. The implementation may dispose of this when it - is no longer needed.

                                                                                                            +target language version of the segment. The implementation may dispose of this when it +is no longer needed.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag.html index f68ec6b24..e27cef058 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -119,7 +119,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -198,7 +198,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -249,7 +249,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTagContent.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTagContent.html index 7111bd4fd..ccbcebc38 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTagContent.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTagContent.html @@ -92,19 +92,19 @@

                                                                                                            Inherited Members
                                                                                                            - IList<IAbstractMarkupData>.IndexOf(IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.Insert(int, IAbstractMarkupData) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - IList<IAbstractMarkupData>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.RemoveAt(System.Int32)
                                                                                                            - IList<IAbstractMarkupData>.this[int] + System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Item[System.Int32]
                                                                                                            - ICollection<IAbstractMarkupData>.Add(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Clear() + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Clear()
                                                                                                            - ICollection<IAbstractMarkupData>.Contains(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.CopyTo(IAbstractMarkupData[], int) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32)
                                                                                                            - ICollection<IAbstractMarkupData>.Remove(IAbstractMarkupData) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
                                                                                                            - ICollection<IAbstractMarkupData>.Count + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Count
                                                                                                            - ICollection<IAbstractMarkupData>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IsReadOnly
                                                                                                            - IEnumerable<IAbstractMarkupData>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.GetEnumerator()
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.html index 2bcd444fc..f385bef75 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.html @@ -92,31 +92,31 @@

                                                                                                            Inherited Members
                                                                                                            - ICollection<IQuickTag>.Add(IQuickTag) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag>.Add(Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag)
                                                                                                            - ICollection<IQuickTag>.Clear() + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag>.Clear()
                                                                                                            - ICollection<IQuickTag>.Contains(IQuickTag) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag>.Contains(Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag)
                                                                                                            - ICollection<IQuickTag>.CopyTo(IQuickTag[], int) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag>.CopyTo(Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag[], System.Int32)
                                                                                                            - ICollection<IQuickTag>.Remove(IQuickTag) + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag>.Remove(Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag)
                                                                                                            - ICollection<IQuickTag>.Count + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag>.Count
                                                                                                            - ICollection<IQuickTag>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag>.IsReadOnly
                                                                                                            - IEnumerable<IQuickTag>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -145,7 +145,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableIQuickTag + System.Collections.Generic.IEnumerable<IQuickTag> @@ -171,7 +171,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableIQuickTag + System.Collections.Generic.IEnumerable<IQuickTag> @@ -197,7 +197,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableIQuickTag + System.Collections.Generic.IEnumerable<IQuickTag> @@ -205,7 +205,7 @@
                                                                                                            Property Value
                                                                                                            -

                                                                                                            this[string]

                                                                                                            +

                                                                                                            Item[String]

                                                                                                            Indexer that returns the IQuickTag based on the given command id. Returns null if no such command id exists in the collection

                                                                                                            @@ -225,7 +225,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String commandId @@ -270,7 +270,7 @@
                                                                                                            Parameters
                                                                                                            - IListIQuickTag + System.Collections.Generic.IList<IQuickTag> standardQuickTags diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTagsFactory.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTagsFactory.html index cbd82c156..503db3fa4 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTagsFactory.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTagsFactory.html @@ -87,7 +87,7 @@

                                                                                                            Interface IQuickTagsFactory

                                                                                                            Inteface used to instantiate a set of QuickTags available -for a specific file.

                                                                                                            +for a specific file.

                                                                                                            @@ -96,7 +96,7 @@
                                                                                                            Inherited Members
                                                                                                            IFileTypeDefinitionAware.FileTypeDefinition
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -110,7 +110,8 @@
                                                                                                            format can vary significantly). However, for most file formats, the set is the same for all document instances. You can check the IsFileAgnostic property to determine if this is the case. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -137,7 +138,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -169,9 +170,9 @@
                                                                                                            Parameters
                                                                                                            IFileProperties fileProperties

                                                                                                            Properties of the file instance - for which the QuickTags should be specialized, or null - to get a list of QuickTags that are available for all files - of the type that the factory supports.

                                                                                                            +for which the QuickTags should be specialized, or null +to get a list of QuickTags that are available for all files +of the type that the factory supports.

                                                                                                            @@ -188,7 +189,7 @@
                                                                                                            Returns
                                                                                                            IQuickTags

                                                                                                            An instance of IQuickTags, or null if no QuickTags - are available for this file.

                                                                                                            +are available for this file.

                                                                                                            @@ -202,7 +203,8 @@
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -102,7 +102,7 @@

                                                                                                            Methods -

                                                                                                            InitializeSettings(ISettingsBundle, string)

                                                                                                            +

                                                                                                            InitializeSettings(ISettingsBundle, String)

                                                                                                            Provides the component with the settings information it needs to initialize its settings.

                                                                                                            @@ -127,12 +127,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String configurationId

                                                                                                            The suggested configuration ID to use when retrieving the - settings group from the ISettingsBundle and directly relates to the settings group ID. - This does not have to be used if a component needs to self-manage its configuration ID and may be - null if the component does not belong in the processing chain of a specific filter.

                                                                                                            +settings group from the ISettingsBundle and directly relates to the settings group ID. +This does not have to be used if a component needs to self-manage its configuration ID and may be +null if the component does not belong in the processing chain of a specific filter.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewApplication.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewApplication.html index 8bdf32137..713368c26 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewApplication.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewApplication.html @@ -105,7 +105,7 @@
                                                                                                            Inherited Members
                                                                                                            ISingleFilePreviewController.PreviewFile
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewControl.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewControl.html index 052e784a8..8a8da5f54 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewControl.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewControl.html @@ -100,7 +100,7 @@
                                                                                                            Inherited Members
                                                                                                            ISingleFilePreviewController.PreviewFile
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewController.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewController.html index fb09be0a9..a5bca7116 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewController.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewController.html @@ -89,7 +89,7 @@

                                                                                                            Base interface for preview controllers that take single files as input

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -126,12 +126,13 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            The host application sets this path after generating the preview file before -calling IAbstractPreviewControl.Refresh or Launch() in order to display the file. +calling or Launch() in order to display the file.

                                                                                                            The file is passed through a temporary file manager, which means that it should be deleted automatically when it is no longer needed. -

                                                                                                            +

                                                                                                            +
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFileRefreshablePreview.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFileRefreshablePreview.html index fc3ec5ac3..13ca240a2 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFileRefreshablePreview.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFileRefreshablePreview.html @@ -109,7 +109,7 @@
                                                                                                            Inherited Members
                                                                                                            INavigablePreview.SegmentSelected
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -158,7 +158,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewApplication.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewApplication.html index e16f055da..deb8626a9 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewApplication.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewApplication.html @@ -108,7 +108,7 @@
                                                                                                            Inherited Members
                                                                                                            ISourceAndTargetFilePreviewController.TargetPreviewFile
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewControl.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewControl.html index 5a2a441b2..94ecd0b30 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewControl.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewControl.html @@ -103,7 +103,7 @@
                                                                                                            Inherited Members
                                                                                                            ISourceAndTargetFilePreviewController.TargetPreviewFile
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewController.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewController.html index e91df140a..5fb84452f 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewController.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewController.html @@ -89,7 +89,7 @@

                                                                                                            Base interface for preview controllers that show both the a source and target language file

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -102,7 +102,7 @@

                                                                                                            Properties

                                                                                                            SourcePreviewFile

                                                                                                            Full path to the source language file. This should be set by the -application before the first call to Launch() or IAbstractPreviewControl.Refresh.

                                                                                                            +application before the first call to Launch() or .

                                                                                                            Declaration
                                                                                                            @@ -133,7 +133,7 @@

                                                                                                            TargetPreviewFile

                                                                                                            Full path to the target language file, which should be set by the -application before the first call to Launch() or IAbstractPreviewControl.Refresh.

                                                                                                            +application before the first call to Launch() or .

                                                                                                            Declaration
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFileRefreshablePreview.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFileRefreshablePreview.html index 050cac52c..7106691c8 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFileRefreshablePreview.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFileRefreshablePreview.html @@ -112,7 +112,7 @@
                                                                                                            Inherited Members
                                                                                                            INavigablePreview.SegmentSelected
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -152,7 +152,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.html index 981dae04c..7f71656f5 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.html @@ -89,7 +89,7 @@

                                                                                                            Interface which is implemented by sub-content component builders

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -100,7 +100,7 @@

                                                                                                            Methods -

                                                                                                            BuildSubContentExtractor(string)

                                                                                                            +

                                                                                                            BuildSubContentExtractor(String)

                                                                                                            Gets the sub-content extractor for this component.

                                                                                                            @@ -119,7 +119,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -143,7 +143,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            BuildSubContentGenerator(string)

                                                                                                            +

                                                                                                            BuildSubContentGenerator(String)

                                                                                                            Gets the sub-content generator for this component.

                                                                                                            @@ -162,7 +162,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentExtractor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentExtractor.html index 61241c9ba..3564e2f2a 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentExtractor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentExtractor.html @@ -96,7 +96,7 @@
                                                                                                            Inherited Members
                                                                                                            IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor)
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -149,7 +149,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableobject + System.Collections.Generic.IEnumerable<System.Object>

                                                                                                            All native and bilingual file type components

                                                                                                            @@ -184,7 +184,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            If set, the NativeSubContentExtractor and the ToBilingualConverter are not used. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -298,7 +299,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            Not used if a BilingualParser has been set. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -381,7 +383,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            Not used if a BilingualParser has been set. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -442,7 +445,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if there is more content in the file to be processed, false if not.

                                                                                                            @@ -470,7 +473,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> @@ -498,7 +501,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerProcessSubContentEventArgs + System.EventHandler<ProcessSubContentEventArgs> @@ -523,7 +526,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerProgressEventArgs + System.EventHandler<ProgressEventArgs> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentGenerator.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentGenerator.html index ec57cc718..69627dcb9 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentGenerator.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentGenerator.html @@ -97,7 +97,7 @@
                                                                                                            Inherited Members
                                                                                                            IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor)
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableobject + System.Collections.Generic.IEnumerable<System.Object>

                                                                                                            All native and bilingual file type components

                                                                                                            @@ -186,7 +186,8 @@
                                                                                                            ToNativeConverter and the NativeSubContentGenerator are not used. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -210,7 +211,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableIFilePostTweaker + System.Collections.Generic.IEnumerable<IFilePostTweaker> @@ -345,7 +346,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableINativeFileVerifier + System.Collections.Generic.IEnumerable<INativeFileVerifier> @@ -486,7 +487,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IVerifierCollection.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IVerifierCollection.html index b30408a3b..3866802af 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IVerifierCollection.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IVerifierCollection.html @@ -96,7 +96,7 @@
                                                                                                            Inherited Members
                                                                                                            IFileTypeDefinitionAware.FileTypeDefinition
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -125,7 +125,7 @@
                                                                                                            Property Value
                                                                                                            - ListIBilingualVerifier + System.Collections.Generic.List<IBilingualVerifier> @@ -151,7 +151,7 @@
                                                                                                            Property Value
                                                                                                            - ListINativeFileVerifier + System.Collections.Generic.List<INativeFileVerifier> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.html index 69e343e0c..320403fd7 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            IconDescriptor
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -156,7 +156,7 @@
                                                                                                            Parameters
                                                                                                            - Icon + System.Drawing.Icon icon @@ -165,7 +165,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            IconDescriptor(string)

                                                                                                            +

                                                                                                            IconDescriptor(String)

                                                                                                            Declaration
                                                                                                            @@ -183,7 +183,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String imageLocation @@ -192,7 +192,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            IconDescriptor(string, string)

                                                                                                            +

                                                                                                            IconDescriptor(String, String)

                                                                                                            Declaration
                                                                                                            @@ -210,12 +210,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String originalLocation - string + System.String content @@ -243,7 +243,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -268,7 +268,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -293,7 +293,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -318,7 +318,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -343,7 +343,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -353,7 +353,7 @@

                                                                                                            Methods -

                                                                                                            Create(string)

                                                                                                            +

                                                                                                            Create(String)

                                                                                                            Declaration
                                                                                                            @@ -371,7 +371,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String imageLocation @@ -395,7 +395,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Create(string, string)

                                                                                                            +

                                                                                                            Create(String, String)

                                                                                                            Declaration
                                                                                                            @@ -413,12 +413,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String location - string + System.String content @@ -459,7 +459,7 @@
                                                                                                            Returns
                                                                                                            - Icon + System.Drawing.Icon @@ -485,7 +485,7 @@
                                                                                                            Parameters
                                                                                                            - Size + System.Drawing.Size size @@ -501,7 +501,7 @@
                                                                                                            Returns
                                                                                                            - Icon + System.Drawing.Icon @@ -526,7 +526,7 @@
                                                                                                            Returns
                                                                                                            - Image + System.Drawing.Image @@ -552,7 +552,7 @@
                                                                                                            Parameters
                                                                                                            - Size + System.Drawing.Size size @@ -568,7 +568,7 @@
                                                                                                            Returns
                                                                                                            - Image + System.Drawing.Image diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.html index b561c8cfe..66e8fa6ef 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FileTypeCreator
                                                                                                            @@ -106,28 +106,28 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFileTypeDefinitionComponent.FileTypeDefinition
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -240,7 +240,7 @@
                                                                                                            Returns
                                                                                                            - IEnumerableFileTypeCreatorWizardPage + System.Collections.Generic.IEnumerable<FileTypeCreatorWizardPage>

                                                                                                            wizard pages

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.html index 627e267a1..3455f92fd 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.html @@ -91,35 +91,35 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            MessageEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -141,7 +141,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            MessageEventArgs(string, string, ErrorLevel, string, IMessageLocation, IMessageLocation)

                                                                                                            +

                                                                                                            MessageEventArgs(String, String, ErrorLevel, String, IMessageLocation, IMessageLocation)

                                                                                                            Creates an instance initialized with the specified parameters.

                                                                                                            @@ -160,12 +160,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String filePath - string + System.String origin

                                                                                                            The description of the action/component from which this message originated.

                                                                                                            @@ -176,7 +176,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message @@ -195,7 +195,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            MessageEventArgs(string, string, ErrorLevel, string, IMessageLocation, IMessageLocation, ExtendedMessageEventData)

                                                                                                            +

                                                                                                            MessageEventArgs(String, String, ErrorLevel, String, IMessageLocation, IMessageLocation, ExtendedMessageEventData)

                                                                                                            Creates an instance initialized with the specified parameters.

                                                                                                            @@ -214,12 +214,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String filePath - string + System.String origin

                                                                                                            The description of the action/component from which this message originated.

                                                                                                            @@ -230,7 +230,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message @@ -301,7 +301,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -379,7 +379,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -405,7 +405,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -460,18 +460,19 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            Remarks

                                                                                                            This intended is for debugging purposes only. Do not use this in the UI; the content is not fully localized. -

                                                                                                            +

                                                                                                            +
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.html index 547504cdd..b409f7198 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.html @@ -89,11 +89,11 @@

                                                                                                            Creates and initializes a file generator that can be used to write native content.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate IFileGenerator NativeGeneratorProvider(IPersistentFileConversionProperties fileProperties)
                                                                                                            +
                                                                                                            public delegate IFileGenerator NativeGeneratorProvider(IPersistentFileConversionProperties fileProperties);
                                                                                                            Parameters
                                                                                                            @@ -109,9 +109,9 @@
                                                                                                            Parameters
                                                                                                            @@ -137,12 +137,12 @@

                                                                                                            Constructors -

                                                                                                            NativeGeneratorProvider(object, IntPtr)

                                                                                                            +

                                                                                                            NativeGeneratorProvider(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public NativeGeneratorProvider(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public NativeGeneratorProvider(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            IPersistentFileConversionProperties fileProperties

                                                                                                            Information on the original file being converted, including - the id of the file type definition that is used to convert the original native file. - This can either be the persistent file properties that were created when reading - the original native file, or it is provided from a bilingual parser.

                                                                                                            +the id of the file type definition that is used to convert the original native file. +This can either be the persistent file properties that were created when reading +the original native file, or it is provided from a bilingual parser.

                                                                                                            @@ -155,12 +155,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -171,12 +171,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(IPersistentFileConversionProperties, AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(IPersistentFileConversionProperties, AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(IPersistentFileConversionProperties fileProperties, AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(IPersistentFileConversionProperties fileProperties, AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -194,12 +194,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -215,7 +215,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -241,7 +241,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.html index beac75236..4ff2dc16e 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.html @@ -92,74 +92,74 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Exception
                                                                                                            NoDefaultBilingualFileTypeException
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            +
                                                                                                            System.Runtime.InteropServices._Exception
                                                                                                            Inherited Members
                                                                                                            - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                            - Exception.ToString() + System.Exception.ToString()
                                                                                                            - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                            - Exception.GetType() + System.Exception.GetType()
                                                                                                            - Exception.Message + System.Exception.Message
                                                                                                            - Exception.Data + System.Exception.Data
                                                                                                            - Exception.InnerException + System.Exception.InnerException
                                                                                                            - Exception.TargetSite + System.Exception.TargetSite
                                                                                                            - Exception.StackTrace + System.Exception.StackTrace
                                                                                                            - Exception.HelpLink + System.Exception.HelpLink
                                                                                                            - Exception.Source + System.Exception.Source
                                                                                                            - Exception.HResult + System.Exception.HResult
                                                                                                            - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -200,12 +200,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -214,7 +214,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            NoDefaultBilingualFileTypeException(string)

                                                                                                            +

                                                                                                            NoDefaultBilingualFileTypeException(String)

                                                                                                            Construct from message

                                                                                                            @@ -233,7 +233,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -242,7 +242,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            NoDefaultBilingualFileTypeException(string, Exception)

                                                                                                            +

                                                                                                            NoDefaultBilingualFileTypeException(String, Exception)

                                                                                                            construct from message and inner exception

                                                                                                            @@ -261,12 +261,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -274,10 +274,10 @@
                                                                                                            Parameters
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            SerializationInfoSystem.Runtime.Serialization.SerializationInfo info
                                                                                                            StreamingContextSystem.Runtime.Serialization.StreamingContext context
                                                                                                            stringSystem.String message
                                                                                                            stringSystem.String message
                                                                                                            ExceptionSystem.Exception inner

                                                                                                            Implements

                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            - _Exception + System.Runtime.InteropServices._Exception
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.html index e5abffa36..d360fb553 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.html @@ -92,74 +92,74 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Exception
                                                                                                            NotBilingualFileTypeException
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            +
                                                                                                            System.Runtime.InteropServices._Exception
                                                                                                            Inherited Members
                                                                                                            - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                            - Exception.ToString() + System.Exception.ToString()
                                                                                                            - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                            - Exception.GetType() + System.Exception.GetType()
                                                                                                            - Exception.Message + System.Exception.Message
                                                                                                            - Exception.Data + System.Exception.Data
                                                                                                            - Exception.InnerException + System.Exception.InnerException
                                                                                                            - Exception.TargetSite + System.Exception.TargetSite
                                                                                                            - Exception.StackTrace + System.Exception.StackTrace
                                                                                                            - Exception.HelpLink + System.Exception.HelpLink
                                                                                                            - Exception.Source + System.Exception.Source
                                                                                                            - Exception.HResult + System.Exception.HResult
                                                                                                            - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -200,12 +200,12 @@
                                                                                                            Parameters
                                                                                                            - SerializationInfo + System.Runtime.Serialization.SerializationInfo info - StreamingContext + System.Runtime.Serialization.StreamingContext context @@ -214,7 +214,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            NotBilingualFileTypeException(string)

                                                                                                            +

                                                                                                            NotBilingualFileTypeException(String)

                                                                                                            Construct from a message

                                                                                                            @@ -233,7 +233,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message @@ -242,7 +242,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            NotBilingualFileTypeException(string, Exception)

                                                                                                            +

                                                                                                            NotBilingualFileTypeException(String, Exception)

                                                                                                            Construct from a message and an inner exception

                                                                                                            @@ -261,12 +261,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message - Exception + System.Exception inner @@ -274,10 +274,10 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            - _Exception + System.Runtime.InteropServices._Exception
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.html index 3f88f2bd6..51deceae4 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.html @@ -93,68 +93,68 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Exception
                                                                                                            OneOrMoreFilesNotSupportedException
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            +
                                                                                                            System.Runtime.InteropServices._Exception
                                                                                                            Inherited Members
                                                                                                            - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                            - Exception.ToString() + System.Exception.ToString()
                                                                                                            - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                            - Exception.GetType() + System.Exception.GetType()
                                                                                                            - Exception.Message + System.Exception.Message
                                                                                                            - Exception.Data + System.Exception.Data
                                                                                                            - Exception.InnerException + System.Exception.InnerException
                                                                                                            - Exception.TargetSite + System.Exception.TargetSite
                                                                                                            - Exception.StackTrace + System.Exception.StackTrace
                                                                                                            - Exception.HelpLink + System.Exception.HelpLink
                                                                                                            - Exception.Source + System.Exception.Source
                                                                                                            - Exception.HResult + System.Exception.HResult
                                                                                                            - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -165,7 +165,8 @@
                                                                                                            FileNotSupportedException exceptions that are exposed through the NotSupportedFiles property. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -201,12 +202,12 @@
                                                                                                            Parameters
                                                                                                            - SerializationInfo + System.Runtime.Serialization.SerializationInfo info - StreamingContext + System.Runtime.Serialization.StreamingContext context @@ -215,7 +216,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            OneOrMoreFilesNotSupportedException(string, List<FileNotSupportedException>)

                                                                                                            +

                                                                                                            OneOrMoreFilesNotSupportedException(String, List<FileNotSupportedException>)

                                                                                                            Creates with a message and a list of unsupported files.

                                                                                                            @@ -234,12 +235,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message - ListFileNotSupportedException + System.Collections.Generic.List<FileNotSupportedException> notSupportedFiles @@ -268,7 +269,7 @@
                                                                                                            Property Value
                                                                                                            - ListFileNotSupportedException + System.Collections.Generic.List<FileNotSupportedException> @@ -278,7 +279,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Also compares the list of unsupported files.

                                                                                                            @@ -297,7 +298,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -313,13 +314,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -341,19 +342,19 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()

                                                                                                            Implements

                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            - _Exception + System.Runtime.InteropServices._Exception
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.html index 0014e441c..b70c7cfb7 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.html @@ -92,11 +92,11 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate void OutputPropertiesProvider(INativeOutputFileProperties outputProperties, IPersistentFileConversionProperties conversionProperties, IOutputFileInfo suggestedFileInfo)
                                                                                                            +
                                                                                                            public delegate void OutputPropertiesProvider(INativeOutputFileProperties outputProperties, IPersistentFileConversionProperties conversionProperties, IOutputFileInfo suggestedFileInfo);
                                                                                                            Parameters
                                                                                                            @@ -122,9 +122,9 @@
                                                                                                            Parameters
                                                                                                            @@ -134,12 +134,12 @@

                                                                                                            Constructors -

                                                                                                            OutputPropertiesProvider(object, IntPtr)

                                                                                                            +

                                                                                                            OutputPropertiesProvider(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public OutputPropertiesProvider(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public OutputPropertiesProvider(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            IOutputFileInfo suggestedFileInfo

                                                                                                            File name and other output properties as - proposed by file type components' implementation of - GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo), - or null if none.

                                                                                                            +proposed by file type components' implementation of +GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo), +or null if none.

                                                                                                            @@ -152,12 +152,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -168,12 +168,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(INativeOutputFileProperties, IPersistentFileConversionProperties, IOutputFileInfo, AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(INativeOutputFileProperties, IPersistentFileConversionProperties, IOutputFileInfo, AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(INativeOutputFileProperties outputProperties, IPersistentFileConversionProperties conversionProperties, IOutputFileInfo suggestedFileInfo, AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(INativeOutputFileProperties outputProperties, IPersistentFileConversionProperties conversionProperties, IOutputFileInfo suggestedFileInfo, AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -201,12 +201,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -222,7 +222,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -248,7 +248,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.html index b8a1b638e..3701b919a 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.html @@ -92,16 +92,16 @@

                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -112,7 +112,7 @@

                                                                                                            Constructors -

                                                                                                            PreviewApplicationId(string)

                                                                                                            +

                                                                                                            PreviewApplicationId(String)

                                                                                                            Creates from a string id.

                                                                                                            @@ -131,7 +131,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -148,7 +148,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public string Id { get; }
                                                                                                            +
                                                                                                            public readonly string Id { get; }
                                                                                                            Property Value
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            stringSystem.String id
                                                                                                            @@ -160,7 +160,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -170,7 +170,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Returns true if the objects have the same id value.

                                                                                                            @@ -189,7 +189,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -205,13 +205,13 @@
                                                                                                            Returns
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            objectSystem.Object obj
                                                                                                            boolSystem.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.Equals(System.Object)
                                                                                                            @@ -233,13 +233,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.GetHashCode()
                                                                                                            @@ -261,19 +261,19 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.ToString()

                                                                                                            Operators

                                                                                                            -

                                                                                                            operator ==(PreviewApplicationId, PreviewApplicationId)

                                                                                                            +

                                                                                                            Equality(PreviewApplicationId, PreviewApplicationId)

                                                                                                            Returns true if the two ids have the same Id value.

                                                                                                            @@ -313,7 +313,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -321,7 +321,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            operator !=(PreviewApplicationId, PreviewApplicationId)

                                                                                                            +

                                                                                                            Inequality(PreviewApplicationId, PreviewApplicationId)

                                                                                                            Returns true if the two ids have different Id values.

                                                                                                            @@ -361,7 +361,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.html index 3b80b0448..8df66b6eb 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            PreviewClosedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -155,7 +155,7 @@
                                                                                                            Parameters
                                                                                                            IAbstractPreviewApplication application

                                                                                                            The preview application, which no longer - needs to be tracked.

                                                                                                            +needs to be tracked.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.html index dd5ff270d..1e792f736 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.html @@ -90,11 +90,11 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate void PreviewControlHandler(IInteractivePreviewComponent component)
                                                                                                            +
                                                                                                            public delegate void PreviewControlHandler(IInteractivePreviewComponent component);
                                                                                                            Parameters
                                                                                                            @@ -118,12 +118,12 @@

                                                                                                            Constructors -

                                                                                                            PreviewControlHandler(object, IntPtr)

                                                                                                            +

                                                                                                            PreviewControlHandler(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public PreviewControlHandler(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public PreviewControlHandler(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            @@ -136,12 +136,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -152,12 +152,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(IInteractivePreviewComponent, AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(IInteractivePreviewComponent, AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(IInteractivePreviewComponent component, AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(IInteractivePreviewComponent component, AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -175,12 +175,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -196,7 +196,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -222,7 +222,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.html index d0a6e8bd8..38490aac4 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.html @@ -92,16 +92,16 @@

                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -112,7 +112,7 @@

                                                                                                            Constructors -

                                                                                                            PreviewControlId(string)

                                                                                                            +

                                                                                                            PreviewControlId(String)

                                                                                                            Creates from a string id

                                                                                                            @@ -131,7 +131,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -148,7 +148,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public string Id { get; }
                                                                                                            +
                                                                                                            public readonly string Id { get; }
                                                                                                            Property Value
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            stringSystem.String id
                                                                                                            @@ -160,7 +160,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -170,7 +170,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Returns true if the objects have the same id value.

                                                                                                            @@ -189,7 +189,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -205,13 +205,13 @@
                                                                                                            Returns
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            objectSystem.Object obj
                                                                                                            boolSystem.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.Equals(System.Object)
                                                                                                            @@ -233,13 +233,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.GetHashCode()
                                                                                                            @@ -261,19 +261,19 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.ToString()

                                                                                                            Operators

                                                                                                            -

                                                                                                            operator ==(PreviewControlId, PreviewControlId)

                                                                                                            +

                                                                                                            Equality(PreviewControlId, PreviewControlId)

                                                                                                            Returns true if the two ids have the same Id value.

                                                                                                            @@ -313,7 +313,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -321,7 +321,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            operator !=(PreviewControlId, PreviewControlId)

                                                                                                            +

                                                                                                            Inequality(PreviewControlId, PreviewControlId)

                                                                                                            Returns true if the two ids have different Id values.

                                                                                                            @@ -361,7 +361,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.html index d94920ee4..a18855de0 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.html @@ -92,16 +92,16 @@

                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -112,7 +112,7 @@

                                                                                                            Constructors -

                                                                                                            PreviewSetId(string)

                                                                                                            +

                                                                                                            PreviewSetId(String)

                                                                                                            Creates from a string id

                                                                                                            @@ -131,7 +131,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id @@ -148,7 +148,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public string Id { get; }
                                                                                                            +
                                                                                                            public readonly string Id { get; }
                                                                                                            Property Value
                                                                                                            @@ -160,7 +160,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -170,7 +170,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Returns true if the objects have the same id value.

                                                                                                            @@ -189,7 +189,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -205,13 +205,13 @@
                                                                                                            Returns
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            objectSystem.Object obj
                                                                                                            boolSystem.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.Equals(System.Object)
                                                                                                            @@ -233,13 +233,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.GetHashCode()
                                                                                                            @@ -261,19 +261,19 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.ToString()

                                                                                                            Operators

                                                                                                            -

                                                                                                            operator ==(PreviewSetId, PreviewSetId)

                                                                                                            +

                                                                                                            Equality(PreviewSetId, PreviewSetId)

                                                                                                            Returns true if the two ids have the same Id value.

                                                                                                            @@ -313,7 +313,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -321,7 +321,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            operator !=(PreviewSetId, PreviewSetId)

                                                                                                            +

                                                                                                            Inequality(PreviewSetId, PreviewSetId)

                                                                                                            Returns true if the two ids have different Id values.

                                                                                                            @@ -361,7 +361,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetKind.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetKind.html index 9a421c407..d2f82574c 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetKind.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetKind.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsert.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsert.html index 6ffc94f82..7696373d5 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsert.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsert.html @@ -92,10 +92,10 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApiQuickInserts
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -124,7 +124,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -150,7 +150,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -254,7 +254,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.html index 9b84939e3..0e309cf3b 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.html @@ -89,7 +89,7 @@

                                                                                                            Interface defining contract for IQuickInsertDefinitionsManager

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApiQuickInserts
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -221,7 +221,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -229,7 +229,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ParseQuickInsertIds(string)

                                                                                                            +

                                                                                                            ParseQuickInsertIds(String)

                                                                                                            Parses a comma-separated string list of QuickInsertIds and return a List

                                                                                                            @@ -248,7 +248,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String quickInsertIds @@ -264,7 +264,7 @@
                                                                                                            Returns
                                                                                                            - ListQuickInsertIds + System.Collections.Generic.List<QuickInsertIds>

                                                                                                            List of QuickInsertIds parsed from the string

                                                                                                            @@ -273,7 +273,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            TryParseQuickInsertId(string, out QuickInsertIds)

                                                                                                            +

                                                                                                            TryParseQuickInsertId(String, out QuickInsertIds)

                                                                                                            Tryes parsing a string into a QuickInsertId

                                                                                                            @@ -292,7 +292,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String quickInsertIdString @@ -313,7 +313,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertsBuilder.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertsBuilder.html index dadab2247..d0d976d31 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertsBuilder.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertsBuilder.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApiQuickInserts
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -119,7 +119,7 @@
                                                                                                            Returns
                                                                                                            - ListQuickInsertIds + System.Collections.Generic.List<QuickInsertIds> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertConstants.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertConstants.html index 957307d7b..5b8b4ee2c 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertConstants.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertConstants.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            QuickInsertConstants
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApiQuickInserts
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Field Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertIds.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertIds.html index eb67a77d3..61eb6023c 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertIds.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertIds.html @@ -89,7 +89,7 @@

                                                                                                            Standard QuickInsert IDs

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApiQuickInserts
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -138,6 +138,11 @@

                                                                                                            Fields qNoItalic

                                                                                                            Italic formatting off

                                                                                                            + + + + qNonBreakingHyphen +

                                                                                                            Non-breaking hyphen character

                                                                                                            @@ -163,11 +168,6 @@

                                                                                                            Fields qNoUnderline

                                                                                                            Underline formatting off

                                                                                                            - - - - qNonBreakingHyphen -

                                                                                                            Non-breaking hyphen character

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickTagDefaultId.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickTagDefaultId.html index 4d444b524..d57a0f03c 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickTagDefaultId.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickTagDefaultId.html @@ -89,7 +89,7 @@

                                                                                                            Command ids used for default QuickTags.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.html index 8e9c24492..47fe96729 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.html @@ -93,28 +93,28 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            SegmentReference
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -245,7 +245,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Considered equal if file, paragraph and segment ids match.

                                                                                                            @@ -264,7 +264,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -280,13 +280,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -308,13 +308,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.html index 897363c5b..655f0b435 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            SegmentSelectedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.html index f52ec41f3..074348ff1 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.html @@ -91,73 +91,73 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Exception
                                                                                                            SubContentProcessorDoesNotExistException
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            +
                                                                                                            System.Runtime.InteropServices._Exception
                                                                                                            Inherited Members
                                                                                                            - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                            - Exception.ToString() + System.Exception.ToString()
                                                                                                            - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                            - Exception.GetType() + System.Exception.GetType()
                                                                                                            - Exception.Message + System.Exception.Message
                                                                                                            - Exception.Data + System.Exception.Data
                                                                                                            - Exception.InnerException + System.Exception.InnerException
                                                                                                            - Exception.TargetSite + System.Exception.TargetSite
                                                                                                            - Exception.StackTrace + System.Exception.StackTrace
                                                                                                            - Exception.HelpLink + System.Exception.HelpLink
                                                                                                            - Exception.Source + System.Exception.Source
                                                                                                            - Exception.HResult + System.Exception.HResult
                                                                                                            - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -168,7 +168,7 @@

                                                                                                            Constructors -

                                                                                                            SubContentProcessorDoesNotExistException(string)

                                                                                                            +

                                                                                                            SubContentProcessorDoesNotExistException(String)

                                                                                                            Constructor taking message for exception

                                                                                                            @@ -187,7 +187,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message @@ -195,10 +195,10 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            - _Exception + System.Runtime.InteropServices._Exception
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.html index 173f1ce3c..804a67b27 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TemplateComponentBuilderManager
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -178,7 +178,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableIFileTypeComponentBuilder + System.Collections.Generic.IEnumerable<IFileTypeComponentBuilder> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.html index 4ec1a1ed4..93a6b0dc6 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.html @@ -92,74 +92,74 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Exception
                                                                                                            UnknownFileTypeDefinitionException
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            +
                                                                                                            System.Runtime.InteropServices._Exception
                                                                                                            Inherited Members
                                                                                                            - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                            - Exception.ToString() + System.Exception.ToString()
                                                                                                            - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                            - Exception.GetType() + System.Exception.GetType()
                                                                                                            - Exception.Message + System.Exception.Message
                                                                                                            - Exception.Data + System.Exception.Data
                                                                                                            - Exception.InnerException + System.Exception.InnerException
                                                                                                            - Exception.TargetSite + System.Exception.TargetSite
                                                                                                            - Exception.StackTrace + System.Exception.StackTrace
                                                                                                            - Exception.HelpLink + System.Exception.HelpLink
                                                                                                            - Exception.Source + System.Exception.Source
                                                                                                            - Exception.HResult + System.Exception.HResult
                                                                                                            - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -200,12 +200,12 @@
                                                                                                            Parameters
                                                                                                            - SerializationInfo + System.Runtime.Serialization.SerializationInfo info - StreamingContext + System.Runtime.Serialization.StreamingContext context @@ -214,7 +214,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            UnknownFileTypeDefinitionException(string)

                                                                                                            +

                                                                                                            UnknownFileTypeDefinitionException(String)

                                                                                                            Constructs from a message

                                                                                                            @@ -233,7 +233,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message @@ -242,7 +242,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            UnknownFileTypeDefinitionException(string, Exception)

                                                                                                            +

                                                                                                            UnknownFileTypeDefinitionException(String, Exception)

                                                                                                            Constructs from a message and an inner exception

                                                                                                            @@ -261,12 +261,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message - Exception + System.Exception inner @@ -274,10 +274,10 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            - _Exception + System.Runtime.InteropServices._Exception
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.html index ef26a2267..9cee37a85 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.html @@ -133,7 +133,7 @@

                                                                                                            FileTypeProfile

                                                                                                            -

                                                                                                            This class is a collection of data that's required to build up an XML chunk for file type information override

                                                                                                            +

                                                                                                            This class is a collection of data that's required to build up an XML chunk for file type information override

                                                                                                            IconDescriptor

                                                                                                            @@ -278,7 +278,7 @@

                                                                                                            FileTypeDefinitionFactory.

                                                                                                            IFileTypeInformation

                                                                                                            -

                                                                                                            Information that a host application may need to 'know' about a file type, such as the +

                                                                                                            Information that a host application may need to 'know' about a file type, such as the localized name of the file type, the wildcard expression (file extensions) for the file dialog, and which settings pages are available.

                                                                                                            @@ -297,14 +297,15 @@

                                                                                                            AddFileTypeDefinition(IFileTypeDefinition), -InsertFileTypeDefinition(int, IFileTypeDefinition) or RemoveFileTypeDefinition(IFileTypeDefinition). +InsertFileTypeDefinition(Int32, IFileTypeDefinition) or RemoveFileTypeDefinition(IFileTypeDefinition). File type definitions can be instantiated from existing files or resources using the FileTypeDefinitionFactory.

                                                                                                            Call one of the overloaded GetConverter...() methods to use the file type definitions to automatically detect file types and initialize a IMultiFileConverter to process the content. -

                                                                                                            +

                                                                                                            +

                                                                                                            IFilterFramework1FilterDefinitionFile

                                                                                                            A public interface for holding a spring .net framework created by a filter framework 1 filter definition file.

                                                                                                            @@ -347,7 +348,7 @@

                                                                                                            IPreviewSetsFactory

                                                                                                            Interface used for instantiating a set of preview types available -for a specific file.

                                                                                                            +for a specific file.

                                                                                                            IPreviewType

                                                                                                            Describes a type of preview that is available for a file type @@ -380,7 +381,7 @@

                                                                                                            IQuickTagsFactory

                                                                                                            Inteface used to instantiate a set of QuickTags available -for a specific file.

                                                                                                            +for a specific file.

                                                                                                            ISettingsAware

                                                                                                            This interface should be implemented by components which need to be aware of a diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.html index fff7b1032..8404c1579 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.html @@ -98,7 +98,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractNativeExtractionContentProcessor
                                                                                                            @@ -114,10 +114,10 @@

                                                                                                            Implements
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.html index 2f17e11b9..7e8536fe6 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.html @@ -96,7 +96,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractNativeExtractionGenerationContentProcessor
                                                                                                            @@ -115,10 +115,10 @@
                                                                                                            Implements
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -711,6 +711,60 @@
                                                                                                            Parameters
                                                                                                            +

                                                                                                            Explicit Interface Implementations +

                                                                                                            + + + +

                                                                                                            INativeExtractionContentProcessor.Output

                                                                                                            +

                                                                                                            Redirected to ExtractionOutput

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            INativeExtractionContentHandler INativeExtractionContentProcessor.Output { get; set; }
                                                                                                            +
                                                                                                            +
                                                                                                            Returns
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            INativeExtractionContentHandler
                                                                                                            + + + +

                                                                                                            INativeGenerationContentProcessor.Output

                                                                                                            +

                                                                                                            Redirected to GenerationOutput

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            INativeGenerationContentHandler INativeGenerationContentProcessor.Output { get; set; }
                                                                                                            +
                                                                                                            +
                                                                                                            Returns
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            INativeGenerationContentHandler

                                                                                                            Implements

                                                                                                            INativeFileTypeComponent diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Stage.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Stage.html index 779e2d4a2..750122541 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Stage.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Stage.html @@ -89,11 +89,11 @@

                                                                                                            Internal state of the parser

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            protected enum AbstractNativeFileParser.Stage
                                                                                                            +
                                                                                                            protected enum Stage

                                                                                                            Fields

                                                                                                            @@ -111,13 +111,13 @@

                                                                                                            Fields - InProgress -

                                                                                                            Parsing has commenced, and is in progress.

                                                                                                            + Initial +

                                                                                                            Parsing has not yet commenced.

                                                                                                            - Initial -

                                                                                                            Parsing has not yet commenced.

                                                                                                            + InProgress +

                                                                                                            Parsing has commenced, and is in progress.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html index 8de2ec445..fcc52161c 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html @@ -98,7 +98,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractNativeFileParser
                                                                                                            @@ -109,15 +109,15 @@
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IDisposable
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -189,7 +189,7 @@
                                                                                                            Property Value
                                                                                                            - AbstractNativeFileParserStage + AbstractNativeFileParser.Stage @@ -266,7 +266,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            Dispose(bool)

                                                                                                            +

                                                                                                            Dispose(Boolean)

                                                                                                            Last change for the Parser to dispose manage and unmanged objects. It can be overriden by subclases.

                                                                                                            @@ -286,7 +286,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean disposing

                                                                                                            indicates if the dispose is explicit or implicit (from GC)

                                                                                                            @@ -304,7 +304,7 @@

                                                                                                            AfterParsing() method will be called once.

                                                                                                            -

                                                                                                            During parsing the implementation may call OnProgress(object, ProgressEventArgs) to report the current progress.

                                                                                                            +

                                                                                                            During parsing the implementation may call OnProgress(Object, ProgressEventArgs) to report the current progress.

                                                                                                            The default implementation returns false.

                                                                                                            @@ -322,7 +322,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if there is more content to be parsed, false when parsing has been completed

                                                                                                            @@ -331,18 +331,18 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ~AbstractNativeFileParser()

                                                                                                            +

                                                                                                            Finalize()

                                                                                                            The distructor just calls Dispose with false parameter specifying this is a cakl from GC.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected ~AbstractNativeFileParser()
                                                                                                            +
                                                                                                            protected void Finalize()
                                                                                                            -

                                                                                                            OnProgress(byte)

                                                                                                            +

                                                                                                            OnProgress(Byte)

                                                                                                            Helper method to set up the Progress event

                                                                                                            @@ -361,7 +361,7 @@
                                                                                                            Parameters
                                                                                                            - byte + System.Byte percent @@ -370,7 +370,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            OnProgress(object, ProgressEventArgs)

                                                                                                            +

                                                                                                            OnProgress(Object, ProgressEventArgs)

                                                                                                            Helper method to fire the Progress event

                                                                                                            @@ -389,7 +389,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object sender

                                                                                                            the event source

                                                                                                            @@ -405,7 +405,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            OutputText(string)

                                                                                                            +

                                                                                                            OutputText(String)

                                                                                                            Helper method to output plain text

                                                                                                            @@ -424,7 +424,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String text @@ -456,7 +456,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -483,7 +483,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerProgressEventArgs + System.EventHandler<ProgressEventArgs> @@ -505,7 +505,7 @@

                                                                                                            Implements

                                                                                                            IParser
                                                                                                            - IDisposable + System.IDisposable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.html index ee01ac498..977ebe575 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractNativeFileTypeComponent
                                                                                                            @@ -108,28 +108,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -139,7 +139,8 @@

                                                                                                            For convenience, implements INativeContentStreamMessageReporter, the implementation relays calls to the MessageReporter property if it is not null. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -215,7 +216,7 @@

                                                                                                            Methods -

                                                                                                            ReportMessage(object, string, ErrorLevel, string, LocationMarkerId, LocationMarkerId)

                                                                                                            +

                                                                                                            ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId)

                                                                                                            Calls the corresponding method on the message reporter property.

                                                                                                            @@ -234,12 +235,12 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object source - string + System.String origin

                                                                                                            The description of the action/component from which this message originates.

                                                                                                            @@ -250,7 +251,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message @@ -269,7 +270,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ReportMessage(object, string, ErrorLevel, string, string)

                                                                                                            +

                                                                                                            ReportMessage(Object, String, ErrorLevel, String, String)

                                                                                                            Calls the corresponding method on the message reporter property.

                                                                                                            @@ -288,12 +289,12 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object source - string + System.String origin

                                                                                                            The description of the action/component from which this message originates.

                                                                                                            @@ -304,12 +305,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message - string + System.String locationDescription diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.html index 3b7a33d3b..39758df69 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.html @@ -95,11 +95,12 @@

                                                                                                            This class also implements the INativeOutputSettingsAware, and provides access to the output properties through the OutputProperties property. -

                                                                                                            +

                                                                                                            +
                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractNativeFileWriter
                                                                                                            @@ -109,33 +110,33 @@

                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IDisposable
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -346,7 +347,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            Dispose(bool)

                                                                                                            +

                                                                                                            Dispose(Boolean)

                                                                                                            Last change for the Parser to dispose manage and unmanged objects. It can be overriden by subclases.

                                                                                                            @@ -366,7 +367,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean disposing

                                                                                                            indicates if the dispose is explicit or implicit (from GC)

                                                                                                            @@ -376,13 +377,13 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ~AbstractNativeFileWriter()

                                                                                                            +

                                                                                                            Finalize()

                                                                                                            The distructor just calls Dispose with false parameter specifying this is a cakl from GC.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected ~AbstractNativeFileWriter()
                                                                                                            +
                                                                                                            protected void Finalize()
                                                                                                            @@ -811,7 +812,7 @@

                                                                                                            Implements

                                                                                                            INativeOutputSettingsAware
                                                                                                            - IDisposable + System.IDisposable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.html index 6b7f1a585..2f9cfac29 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.html @@ -98,7 +98,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractNativeGenerationContentProcessor
                                                                                                            @@ -114,10 +114,10 @@

                                                                                                            Implements
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.html index cad02a481..3e604d603 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.html @@ -86,81 +86,81 @@

                                                                                                            Class ConflictingIdException

                                                                                                            -

                                                                                                            Exception thrown from PublishSharedObject(string, object, IdConflictResolution) if an object with +

                                                                                                            Exception thrown from PublishSharedObject(String, Object, IdConflictResolution) if an object with the same id is already part of the collection, and the conflict resolution parameter is set to cause exceptions to be thrown.

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Exception
                                                                                                            ConflictingIdException
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            +
                                                                                                            System.Runtime.InteropServices._Exception
                                                                                                            Inherited Members
                                                                                                            - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                            - Exception.ToString() + System.Exception.ToString()
                                                                                                            - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                            - Exception.GetType() + System.Exception.GetType()
                                                                                                            - Exception.Message + System.Exception.Message
                                                                                                            - Exception.Data + System.Exception.Data
                                                                                                            - Exception.InnerException + System.Exception.InnerException
                                                                                                            - Exception.TargetSite + System.Exception.TargetSite
                                                                                                            - Exception.StackTrace + System.Exception.StackTrace
                                                                                                            - Exception.HelpLink + System.Exception.HelpLink
                                                                                                            - Exception.Source + System.Exception.Source
                                                                                                            - Exception.HResult + System.Exception.HResult
                                                                                                            - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -201,12 +201,12 @@
                                                                                                            Parameters
                                                                                                            - SerializationInfo + System.Runtime.Serialization.SerializationInfo info - StreamingContext + System.Runtime.Serialization.StreamingContext context @@ -215,7 +215,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ConflictingIdException(string)

                                                                                                            +

                                                                                                            ConflictingIdException(String)

                                                                                                            Construction from a message

                                                                                                            @@ -234,7 +234,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message @@ -243,7 +243,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ConflictingIdException(string, Exception)

                                                                                                            +

                                                                                                            ConflictingIdException(String, Exception)

                                                                                                            Construction from a message and an originating inner exception

                                                                                                            @@ -262,12 +262,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message - Exception + System.Exception inner @@ -296,17 +296,17 @@
                                                                                                            Property Value
                                                                                                            - string + System.String

                                                                                                            Implements

                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            - _Exception + System.Runtime.InteropServices._Exception
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ContentRestriction.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ContentRestriction.html index 12be8cdf3..d166d6c38 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ContentRestriction.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ContentRestriction.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ContextPurpose.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ContextPurpose.html index ab71dbbf7..a077fda50 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ContextPurpose.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ContextPurpose.html @@ -89,7 +89,7 @@

                                                                                                            Purpose for a context, originally from the XLIFF specification

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DependencyFileLinkOption.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DependencyFileLinkOption.html index f070e87cb..f663558e9 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DependencyFileLinkOption.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DependencyFileLinkOption.html @@ -91,7 +91,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DependencyFileUsage.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DependencyFileUsage.html index b27654f1c..60602f22f 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DependencyFileUsage.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DependencyFileUsage.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DetectionLevel.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DetectionLevel.html index c260d990d..c88310bce 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DetectionLevel.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DetectionLevel.html @@ -89,7 +89,7 @@

                                                                                                            Indicates the level of confidence with which a property has been determined.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -99,7 +99,8 @@

                                                                                                            This is used, for example, for codepage and language detection in a file sniffer to indicate how likely it is that the codepage and languages have been identified correctly. -

                                                                                                            +

                                                                                                            +

                                                                                                            Fields

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.EncodingCategory.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.EncodingCategory.html index 80fee765a..c4ab3b682 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.EncodingCategory.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.EncodingCategory.html @@ -90,7 +90,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel.html index 879160261..2feeb6e96 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel.html @@ -89,7 +89,7 @@

                                                                                                            Severity level for messages

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.FileId.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.FileId.html index a1675452c..3a177742c 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.FileId.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.FileId.html @@ -92,16 +92,16 @@

                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -112,7 +112,7 @@

                                                                                                            Constructors -

                                                                                                            FileId(string)

                                                                                                            +

                                                                                                            FileId(String)

                                                                                                            Construction from a string id

                                                                                                            @@ -131,7 +131,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -160,7 +160,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -170,7 +170,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True if string id values are equal

                                                                                                            @@ -189,7 +189,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -205,13 +205,13 @@
                                                                                                            Returns
                                                                                                            - +
                                                                                                            stringSystem.String id
                                                                                                            stringSystem.String
                                                                                                            objectSystem.Object obj
                                                                                                            boolSystem.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.Equals(System.Object)
                                                                                                            @@ -233,13 +233,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.GetHashCode()
                                                                                                            @@ -261,19 +261,19 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.ToString()

                                                                                                            Operators

                                                                                                            -

                                                                                                            operator ==(FileId, FileId)

                                                                                                            +

                                                                                                            Equality(FileId, FileId)

                                                                                                            True if string id values are equal

                                                                                                            @@ -313,7 +313,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -321,7 +321,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            operator !=(FileId, FileId)

                                                                                                            +

                                                                                                            Inequality(FileId, FileId)

                                                                                                            True if string id values are not equal

                                                                                                            @@ -361,7 +361,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractBasicTagProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractBasicTagProperties.html index cf428a52f..a65abc196 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractBasicTagProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractBasicTagProperties.html @@ -92,16 +92,16 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -131,7 +131,8 @@
                                                                                                            IMetaDataContainer interface. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -156,7 +157,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -183,7 +184,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractInlineTagProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractInlineTagProperties.html index eec1db86f..703b6b61f 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractInlineTagProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractInlineTagProperties.html @@ -89,7 +89,7 @@

                                                                                                            Common tag properties specific to inline tags, i.e. tags that can be found inside (translatable) text.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -118,7 +118,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -139,12 +139,13 @@

                                                                                                            IsSoftBreak

                                                                                                            -

                                                                                                            Indicates whether it is valid to break the line in front of this tag during word wrap.

                                                                                                            +

                                                                                                            Indicates whether it is valid to break the line in front of this tag during word wrap.

                                                                                                            Declaration
                                                                                                            @@ -161,7 +162,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -170,13 +171,14 @@

                                                                                                            May be used by word wrapping algorithms in editors.

                                                                                                            -

                                                                                                            This is true by default for all tag types.

                                                                                                            +

                                                                                                            This is true by default for all tag types.

                                                                                                            +

                                                                                                            IsWordStop

                                                                                                            Determines whether the tag is considered to be a new word during segmentation. It also affects the way that the -caret moves when using word movement keyboard actions such as CTRL+LEFT ARROW and CTRL+RIGHT ARROW in editors.

                                                                                                            +caret moves when using word movement keyboard actions such as CTRL+LEFT ARROW and CTRL+RIGHT ARROW in editors.

                                                                                                            Declaration
                                                                                                            @@ -193,7 +195,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractNativeContentHandler.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractNativeContentHandler.html index a1d934ced..96e612e47 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractNativeContentHandler.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractNativeContentHandler.html @@ -93,7 +93,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -205,9 +205,9 @@
                                                                                                            Parameters
                                                                                                            Remarks

                                                                                                            CustomInfo events are volatile, i.e. they are not persisted or converted - into bilingual content. They are intended only for temporary communication between - file type components. An example of a custom info event is the current cursor position - when generating a preview for a file in the editor.

                                                                                                            +into bilingual content. They are intended only for temporary communication between +file type components. An example of a custom info event is the current cursor position +when generating a preview for a file in the editor.

                                                                                                            @@ -329,7 +329,7 @@
                                                                                                            Parameters
                                                                                                            LocationMarkerId markerId

                                                                                                            Unique identifier for the message; typically created using the - default constructor

                                                                                                            +default constructor

                                                                                                            @@ -347,8 +347,8 @@
                                                                                                            Declaration
                                                                                                            Remarks

                                                                                                            This method is called when the end of the content that should be locked - has been reached. This call should always be paired with a prior call to - StartLockedContent, with the locked content calls 'sandwiched' between these two calls.

                                                                                                            +has been reached. This call should always be paired with a prior call to +StartLockedContent, with the locked content calls 'sandwiched' between these two calls.

                                                                                                            @@ -381,8 +381,8 @@
                                                                                                            Parameters
                                                                                                            Remarks

                                                                                                            When specific content in the stream needs to be treated - as locked, matching calls to StartLockedContent and EndLockedContent - are made. The content to be locked is 'sandwiched' between these calls.

                                                                                                            +as locked, matching calls to StartLockedContent and EndLockedContent +are made. The content to be locked is 'sandwiched' between these calls.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractTagProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractTagProperties.html index 6fe2b8f14..05aeba4e8 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractTagProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractTagProperties.html @@ -98,16 +98,16 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractBasicTagProperties.TagContent
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -157,7 +157,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -184,7 +184,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableISubSegmentProperties + System.Collections.Generic.IEnumerable<ISubSegmentProperties> @@ -200,7 +200,8 @@
                                                                                                            @@ -239,7 +240,7 @@

                                                                                                            Methods

                                                                                                            AddSubSegment(ISubSegmentProperties)

                                                                                                            -

                                                                                                            Adds localizable content as a sub-segment for this tag.

                                                                                                            +

                                                                                                            Adds localizable content as a sub-segment for this tag.

                                                                                                            Declaration
                                                                                                            @@ -267,7 +268,8 @@

                                                                                                            The sub-segments can be accessed through LocalizableContent, where they are sorted in the order in which they appear. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -290,7 +292,7 @@
                                                                                                            Parameters
                                                                                                            - IEnumerableISubSegmentProperties + System.Collections.Generic.IEnumerable<ISubSegmentProperties> localizableContent @@ -356,7 +358,8 @@
                                                                                                            AddSubSegment(ISubSegmentProperties). You should only need to call this method if the start offsets of segments are explicitly changed after they have been added to the tag. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporter.html index a8b33c273..86f7f0d3e 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporter.html @@ -90,7 +90,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -103,13 +103,14 @@
                                                                                                            < message reporters are derived from this interface, and it provides methods that allow locations and ranges to be associated with the messages in a manner to support automated navigation such as click-on error messages. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            -

                                                                                                            ReportMessage(object, string, ErrorLevel, string, string)

                                                                                                            +

                                                                                                            ReportMessage(Object, String, ErrorLevel, String, String)

                                                                                                            Used by any component to report a non-critical issue, not explicitly associated with a content location.

                                                                                                            @@ -129,13 +130,13 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object source

                                                                                                            The component from which the message originates. Components typically pass this for this parameter.

                                                                                                            - string + System.String origin

                                                                                                            The description of the action/component from which this message originates.

                                                                                                            @@ -147,19 +148,19 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message

                                                                                                            The actual message text

                                                                                                            - string + System.String locationDescription

                                                                                                            Optional (may be null or String.Empty). -

                                                                                                            - Clear text description of the location that the message refers to. Can be used to communicate - in clear text how the user can find the corresponding location in the content being processed. -

                                                                                                            +

                                                                                                            +Clear text description of the location that the message refers to. Can be used to communicate +in clear text how the user can find the corresponding location in the content being processed. +

                                                                                                            @@ -169,7 +170,8 @@
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -105,7 +105,7 @@

                                                                                                            Methods -

                                                                                                            ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData)

                                                                                                            +

                                                                                                            ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData)

                                                                                                            Reports the message with the given message arguments.

                                                                                                            @@ -124,13 +124,13 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object source

                                                                                                            source

                                                                                                            - string + System.String origin

                                                                                                            origin

                                                                                                            @@ -142,13 +142,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message

                                                                                                            message

                                                                                                            - string + System.String locationDescription

                                                                                                            location description

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICacheableSubContentParser.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICacheableSubContentParser.html index d9a92bf25..f48b1d543 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICacheableSubContentParser.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICacheableSubContentParser.html @@ -95,7 +95,7 @@
                                                                                                            Inherited Members
                                                                                                            ISubContentParser.InitializeSubContentParser(Stream)
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICacheableSubContentWriter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICacheableSubContentWriter.html index b5f32b030..311cab5c1 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICacheableSubContentWriter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICacheableSubContentWriter.html @@ -98,7 +98,7 @@
                                                                                                            Inherited Members
                                                                                                            ISubContentWriter.GetSubContentStream()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IComment.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IComment.html index c1d22f8fb..dca03c253 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IComment.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IComment.html @@ -94,16 +94,16 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -131,7 +131,8 @@
                                                                                                            Remark

                                                                                                            The comment properties have been explicitly designed to match the commenting features available for TTX and ITD. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -155,7 +156,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -181,7 +182,7 @@
                                                                                                            Property Value
                                                                                                            - DateTime + System.DateTime @@ -206,7 +207,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -258,7 +259,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -287,7 +288,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties.html index 6ac7e1b91..c719cf91f 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties.html @@ -92,10 +92,10 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -105,7 +105,8 @@

                                                                                                            This interface was designed to correspond to the commenting features available in TTX and ITD files. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -129,7 +130,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableIComment + System.Collections.Generic.IEnumerable<IComment> @@ -155,7 +156,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -181,7 +182,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -193,7 +194,8 @@

                                                                                                            Setting this property changes the entire content of the comment properties object. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -283,7 +285,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            GetItem(int)

                                                                                                            +

                                                                                                            GetItem(Int32)

                                                                                                            Gets the comment with the specified index. The index is 0-based.

                                                                                                            @@ -302,7 +304,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 index diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IContextInfo.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IContextInfo.html index a155206ec..540f5c59d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IContextInfo.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IContextInfo.html @@ -93,16 +93,16 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -129,7 +129,8 @@
                                                                                                            Syntax
                                                                                                            Remarks

                                                                                                            Custom metadata can be stored and accessed by using the methods in IMetaDataContainer. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -156,7 +157,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -192,7 +193,8 @@
                                                                                                            @@ -214,7 +216,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -240,7 +242,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -266,7 +268,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -292,7 +294,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IContextProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IContextProperties.html index da8e0775f..977181616 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IContextProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IContextProperties.html @@ -92,10 +92,10 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -125,7 +125,7 @@
                                                                                                            Property Value
                                                                                                            - IListIContextInfo + System.Collections.Generic.IList<IContextInfo> @@ -161,7 +161,8 @@

                                                                                                            This is computed by overlaying the formatting from each context in the order in which they appear, with the first context being the most significant. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICustomInfoProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICustomInfoProperties.html index 9d904cbe9..d9463592a 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICustomInfoProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICustomInfoProperties.html @@ -92,10 +92,10 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -124,7 +124,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -158,7 +158,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IDependencyFileProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IDependencyFileProperties.html index 854eb4438..5daece7cc 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IDependencyFileProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IDependencyFileProperties.html @@ -92,10 +92,10 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -115,7 +115,8 @@
                                                                                                            LinkedDependencyFiles, this contains information on which dependency files (if any) were explicitly linked rather than embedded in the bilingual file. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -139,7 +140,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -166,7 +167,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -193,7 +194,7 @@
                                                                                                            Property Value
                                                                                                            - IDisposable + System.IDisposable @@ -212,7 +213,8 @@
                                                                                                            @@ -243,7 +245,8 @@

                                                                                                            This does not limit the possible usage of the file, it merely serves as a hint on what it is used for. -

                                                                                                            +

                                                                                                            + @@ -266,7 +269,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -292,7 +295,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -305,7 +308,8 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -335,7 +339,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            Temporarily generated dependency files may not have an original file path. -

                                                                                                            +

                                                                                                            + @@ -357,7 +362,7 @@
                                                                                                            Property Value
                                                                                                            - DateTime + System.DateTime @@ -385,7 +390,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -394,7 +399,8 @@

                                                                                                            This property can be null if no relative path should be associated with this dependency. -

                                                                                                            +

                                                                                                            + @@ -434,7 +440,8 @@
                                                                                                            @@ -464,7 +471,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            The zipped file is generated on demand, and will also be deleted during garbage collection. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IEndTagProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IEndTagProperties.html index 8e74ab2c0..4a22919fb 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IEndTagProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IEndTagProperties.html @@ -98,16 +98,16 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractBasicTagProperties.TagContent
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -152,7 +152,8 @@
                                                                                                            IsWordStop set to false, as paired tags normally represent formatting or similar information, which should not affect the word boundaries in the text. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFilePostTweaker.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFilePostTweaker.html index 7b2777a0b..32b555be9 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFilePostTweaker.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFilePostTweaker.html @@ -98,7 +98,7 @@
                                                                                                            Inherited Members
                                                                                                            IFileTweaker.Enabled -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -108,7 +108,8 @@

                                                                                                            File tweaker implementations typically derive from Sdl.FileTypeSupport.Framework.Core.Utiltites.NativeApi.AbstractFilePostTweaker rather than implementing this interface explicitly. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFilePreTweaker.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFilePreTweaker.html index 8ecf4a619..4ed3c1251 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFilePreTweaker.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFilePreTweaker.html @@ -99,7 +99,7 @@
                                                                                                            Inherited Members
                                                                                                            IFileTweaker.Enabled -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -109,7 +109,8 @@

                                                                                                            File tweaker implementations typically derive from Sdl.FileTypeSupport.Framework.Core.Utiltites.NativeApi.AbstractFilePreTweaker rather than implementing this interface explicitly. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -138,7 +139,7 @@
                                                                                                            Parameters
                                                                                                            IPersistentFileConversionProperties properties

                                                                                                            Information on the file to be tweaked; can be modified by the implementation, e.g. to add - additional dependency files.

                                                                                                            +additional dependency files.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFileTweaker.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFileTweaker.html index cf7dc9ccd..d34985933 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFileTweaker.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFileTweaker.html @@ -90,7 +90,7 @@

                                                                                                            IFilePreTweaker and IFilePostTweaker.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -119,7 +119,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ILockedContentProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ILockedContentProperties.html index 440f51983..86572951a 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ILockedContentProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ILockedContentProperties.html @@ -93,10 +93,10 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.html index 813775fcb..1a8bce64d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -102,9 +102,10 @@

                                                                                                            Enumerate existing values through the MetaData property. Add -new values, or overwrite existing ones by calling SetMetaData(string, string). -Removes values by calling RemoveMetaData(string) or ClearMetaData(). -

                                                                                                            +new values, or overwrite existing ones by calling SetMetaData(String, String). +Removes values by calling RemoveMetaData(String) or ClearMetaData(). +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -128,7 +129,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -154,7 +155,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableKeyValuePairstringstring + System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>> @@ -162,9 +163,10 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            The returned key value pair should not be modified. -Use SetMetaData(string, string) and RemoveMetaData(string) +Use SetMetaData(String, String) and RemoveMetaData(String) to modify the meta data content. -

                                                                                                            +

                                                                                                            + @@ -186,7 +188,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -207,7 +209,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            GetMetaData(string)

                                                                                                            +

                                                                                                            GetMetaData(String)

                                                                                                            Returns the metadata value associated with the specified key, or null if no such key exists in the collection.

                                                                                                            @@ -227,7 +229,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String key

                                                                                                            Must not be empty or null

                                                                                                            @@ -244,7 +246,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            The corresponding value, or null if none

                                                                                                            @@ -253,7 +255,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            MetaDataContainsKey(string)

                                                                                                            +

                                                                                                            MetaDataContainsKey(String)

                                                                                                            True if a metadata value with the specified key exists

                                                                                                            @@ -272,7 +274,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String key

                                                                                                            Must not be empty or null

                                                                                                            @@ -289,7 +291,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -297,7 +299,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            RemoveMetaData(string)

                                                                                                            +

                                                                                                            RemoveMetaData(String)

                                                                                                            Removes the metadata key/value pair with the specified key from the collection. No changes are made if the collection does not contain such a key.

                                                                                                            @@ -318,7 +320,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String key

                                                                                                            Must not be null

                                                                                                            @@ -335,7 +337,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if the collection was modified

                                                                                                            @@ -344,14 +346,15 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SetMetaData(string, string)

                                                                                                            +

                                                                                                            SetMetaData(String, String)

                                                                                                            Sets the value of the specified metadata key.

                                                                                                            If the key already exists in the collection, its value gets overwritten. -

                                                                                                            +

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -368,13 +371,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String key

                                                                                                            Must not be empty or null

                                                                                                            - string + System.String value

                                                                                                            Must not be null

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeContentCycleAware.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeContentCycleAware.html index 178c28427..e9b13196b 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeContentCycleAware.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeContentCycleAware.html @@ -92,7 +92,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeContentStreamMessageReporter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeContentStreamMessageReporter.html index 646b0ac54..9770c1c21 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeContentStreamMessageReporter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeContentStreamMessageReporter.html @@ -95,10 +95,10 @@

                                                                                                            Inherited Members
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -109,7 +109,7 @@

                                                                                                            Methods -

                                                                                                            ReportMessage(object, string, ErrorLevel, string, LocationMarkerId, LocationMarkerId)

                                                                                                            +

                                                                                                            ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId)

                                                                                                            Used by native content processors to report a non-critical issue with an associated range or location identified by location marker ids passed around through LocationMark(LocationMarkerId) calls in the native content stream.

                                                                                                            @@ -130,13 +130,13 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object source

                                                                                                            The component from which the message originates. Components typically pass this for this parameter.

                                                                                                            - string + System.String origin

                                                                                                            The description of the action/component from which this message originated.

                                                                                                            @@ -148,7 +148,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message

                                                                                                            The actual message text

                                                                                                            @@ -157,27 +157,28 @@
                                                                                                            Parameters
                                                                                                            LocationMarkerId fromLocation

                                                                                                            The start of the content location that the location the message refers to. - Native content processors normally create a new location marker, and insert it into the content stream.

                                                                                                            +Native content processors normally create a new location marker, and insert it into the content stream.

                                                                                                            LocationMarkerId uptoLocation

                                                                                                            The end of the content location that the message refers to. May be null or the - same as the fromLocation, in which case the message is interpreted to refer to a single location, - and not a range of content.

                                                                                                            +same as the fromLocation, in which case the message is interpreted to refer to a single location, +and not a range of content.

                                                                                                            Examples

                                                                                                            The following code shows an example of how to report a message with a location from a native content processor:

                                                                                                            -
                                                                                                            void ReportWarning(string message)
                                                                                                            +
                                                                                                            void ReportWarning(string message)
                                                                                                             {
                                                                                                                LocationMarkerId location = new LocationMarkerId();
                                                                                                                Output.LocationMark(location);
                                                                                                            -   MessageReporter.ReportMessage(this, "Origin of error", ErrorLevel.Warning, message, location, null);
                                                                                                            +   MessageReporter.ReportMessage(this, "Origin of error", ErrorLevel.Warning, message, location, null);
                                                                                                             }
                                                                                                            +
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentHandler.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentHandler.html index 9134d76ab..e45f329cc 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentHandler.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentHandler.html @@ -138,7 +138,7 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractNativeContentHandler.ParagraphComments(ICommentProperties)
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.html index de7937fdd..6801bebdf 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.html @@ -141,7 +141,7 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractNativeContentHandler.ParagraphComments(ICommentProperties)
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractor.html index 7768e6054..05e334a99 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractor.html @@ -93,9 +93,10 @@

                                                                                                            Output. -

                                                                                                            +

                                                                                                            +
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -105,7 +106,8 @@

                                                                                                            Used together with other components in a IFileExtractor to extract content from a native file. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -116,9 +118,10 @@

                                                                                                            AddProcessor(INativeExtractionContentProcessor), InsertProcessor(int, INativeExtractionContentProcessor) and RemoveProcessor(INativeExtractionContentProcessor) +Use AddProcessor(INativeExtractionContentProcessor), InsertProcessor(Int32, INativeExtractionContentProcessor) and RemoveProcessor(INativeExtractionContentProcessor) to modify the collection. -

                                                                                                            +

                                                                                                            +

                                                                                                            Declaration
                                                                                                            @@ -134,7 +137,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableINativeExtractionContentProcessor + System.Collections.Generic.IEnumerable<INativeExtractionContentProcessor> @@ -195,7 +198,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            The output from the parser is processed in sequence by each native content processor -before being passed to the Output.

                                                                                                            +before being passed to the Output.

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -229,7 +233,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            InsertProcessor(int, INativeExtractionContentProcessor)

                                                                                                            +

                                                                                                            InsertProcessor(Int32, INativeExtractionContentProcessor)

                                                                                                            Inserts a content processor at the specified index in the list of content processors that will be invoked to process the output from the parser. The processors are invoked in the order in which they appear in the list.

                                                                                                            @@ -250,7 +254,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 index @@ -299,7 +303,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileParser.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileParser.html index cd36b4abe..4f09e3a9f 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileParser.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileParser.html @@ -105,10 +105,10 @@
                                                                                                            Inherited Members
                                                                                                            IParser.Progress
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileSniffer.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileSniffer.html index a78169f90..673e0a586 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileSniffer.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileSniffer.html @@ -92,9 +92,10 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -117,7 +118,7 @@

                                                                                                            -The file type manager invokes the Sniff(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) method on a file +The file type manager invokes the Sniff(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) method on a file sniffer associated with a file type definition to determine if the file is of a type that can be processed.

                                                                                                            @@ -125,7 +126,7 @@
                                                                                                            Sniff(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) implementation does not modify any class member fields +that the Sniff(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) implementation does not modify any class member fields and to avoid using static variables.

                                                                                                            @@ -133,13 +134,14 @@

                                                                                                            IFileTypeDefinitionAware. If this interface is implemented, it will be used by the framework to communicate the file type definition used to instantiate the sniffer. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            -

                                                                                                            Sniff(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup)

                                                                                                            +

                                                                                                            Sniff(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup)

                                                                                                            Called by the framework to invoke the file sniffer for a specific file.

                                                                                                            @@ -158,7 +160,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String nativeFilePath

                                                                                                            Fill path to the file to sniff.

                                                                                                            @@ -179,15 +181,15 @@
                                                                                                            Parameters
                                                                                                            INativeTextLocationMessageReporter messageReporter

                                                                                                            Supplied by the framework to allow file sniffers to report - file-related information that may be of interest.

                                                                                                            +file-related information that may be of interest.

                                                                                                            ISettingsGroup settingsGroup

                                                                                                            Supplied by the framework to allow file sniffers to change their behavior - depending on their settings. This parameter is intended as the sole means to gain access to settings in the - sniffer - methods used for other components will invalidate the stateless model of file sniffers and should not be used.

                                                                                                            +depending on their settings. This parameter is intended as the sole means to gain access to settings in the +sniffer - methods used for other components will invalidate the stateless model of file sniffers and should not be used.

                                                                                                            @@ -204,9 +206,9 @@
                                                                                                            Returns
                                                                                                            SniffInfo

                                                                                                            An instance of a SniffInfo object where the IsSupported property - has been set to true or false to indicate if the file is of a supported type. The return value - may also indicate the detected encoding, source, and target language, together with the detection - confidence levels.

                                                                                                            +has been set to true or false to indicate if the file is of a supported type. The return value +may also indicate the detected encoding, source, and target language, together with the detection +confidence levels.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileTypeComponent.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileTypeComponent.html index 0e3996561..ea29c8b04 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileTypeComponent.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileTypeComponent.html @@ -90,7 +90,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileVerifier.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileVerifier.html index 00d128730..3bdfc186d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileVerifier.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileVerifier.html @@ -98,7 +98,7 @@
                                                                                                            Inherited Members
                                                                                                            INativeOutputSettingsAware.GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo)
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileWriter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileWriter.html index 9fe519dd3..e49258e15 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileWriter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileWriter.html @@ -155,10 +155,10 @@
                                                                                                            Inherited Members
                                                                                                            INativeOutputSettingsAware.GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo)
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentHandler.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentHandler.html index e12ea8a8f..9883a94b3 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentHandler.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentHandler.html @@ -140,7 +140,7 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractNativeContentHandler.ParagraphComments(ICommentProperties)
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -161,7 +161,8 @@
                                                                                                            Methods
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.html index c8a1baed5..d87915fa1 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.html @@ -87,7 +87,7 @@

                                                                                                            Interface INativeGenerationContentProcessor

                                                                                                            Implemented by native content processors used during generation (i.e. writing) of -native files.

                                                                                                            +native files.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerator.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerator.html index 8ac00cea2..c5c8f7278 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerator.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerator.html @@ -93,9 +93,10 @@

                                                                                                            Input content handler. -

                                                                                                            +

                                                                                                            +
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -105,7 +106,8 @@

                                                                                                            Used with other components in a IFileExtractor to write a native file. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -117,9 +119,10 @@

                                                                                                            AddProcessor(INativeGenerationContentProcessor), InsertProcessor(int, INativeGenerationContentProcessor), and RemoveProcessor(INativeGenerationContentProcessor) +Use AddProcessor(INativeGenerationContentProcessor), InsertProcessor(Int32, INativeGenerationContentProcessor), and RemoveProcessor(INativeGenerationContentProcessor) to modify the collection. -

                                                                                                            +

                                                                                                            +

                                                                                                            Declaration
                                                                                                            @@ -135,7 +138,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableINativeGenerationContentProcessor + System.Collections.Generic.IEnumerable<INativeGenerationContentProcessor> @@ -175,7 +178,8 @@

                                                                                                            If no content processors or file writer have been defined, this property may be null. -

                                                                                                            +

                                                                                                            + @@ -239,7 +243,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            InsertProcessor(int, INativeGenerationContentProcessor)

                                                                                                            +

                                                                                                            InsertProcessor(Int32, INativeGenerationContentProcessor)

                                                                                                            Inserts a native processor at the specified index in the list of native processors.

                                                                                                            @@ -259,7 +263,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 index @@ -308,7 +312,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeLocationTracker.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeLocationTracker.html index f4a5c3d6d..60c20faff 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeLocationTracker.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeLocationTracker.html @@ -91,7 +91,7 @@

                                                                                                            INativeTextLocationMessageReporter interface.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputFileProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputFileProperties.html index 6e6a331f3..6f1d83034 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputFileProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputFileProperties.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -171,7 +171,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputSettingsAware.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputSettingsAware.html index e2d7ede1b..eac08734e 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputSettingsAware.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputSettingsAware.html @@ -86,12 +86,12 @@

                                                                                                            Interface INativeOutputSettingsAware

                                                                                                            -

                                                                                                            This interface needs to be implemented by any components that should be
                                                                                                            'aware' of which settings are used when writing native files.

                                                                                                            +

                                                                                                            This interface needs to be implemented by any components that should be
                                                                                                            'aware' of which settings are used when writing native files.

                                                                                                            The SetOutputProperties(INativeOutputFileProperties) method will be invoked before the content of each native file is processed.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -105,7 +105,7 @@

                                                                                                            Methods

                                                                                                            GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo)

                                                                                                            Allows a file type component to suggest a file name for the output file to be created. This is called by the framework during generation to provide a suggested default -file name (and extension) to the host application's implementation +file name (and extension) to the host application's implementation of the output properties provider.

                                                                                                            The provided information allows an application to show a properly initialized @@ -136,8 +136,8 @@

                                                                                                            Parameters
                                                                                                            IOutputFileInfo proposedFileInfo

                                                                                                            Current proposal for the file name etc. if suggested by a - preceding file processor component. The implementation may - change the properties of this object to indicate the proposed information.

                                                                                                            +preceding file processor component. The implementation may +change the properties of this object to indicate the proposed information.

                                                                                                            @@ -153,7 +153,8 @@
                                                                                                            SetOutputProperties(INativeOutputFileProperties) call. -

                                                                                                            +

                                                                                                            +
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentExtractor.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentExtractor.html index 83c0337ce..766f242fc 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentExtractor.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentExtractor.html @@ -93,9 +93,10 @@

                                                                                                            The result of the processing consists of calls to the Output. -

                                                                                                            +

                                                                                                            +
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -105,7 +106,8 @@

                                                                                                            Used together with other components in a IFileExtractor to extract content from a native file. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -116,9 +118,10 @@

                                                                                                            AddProcessor(INativeExtractionContentProcessor), InsertProcessor(int, INativeExtractionContentProcessor) and RemoveProcessor(INativeExtractionContentProcessor) +Use AddProcessor(INativeExtractionContentProcessor), InsertProcessor(Int32, INativeExtractionContentProcessor) and RemoveProcessor(INativeExtractionContentProcessor) to modify the collection. -

                                                                                                            +

                                                                                                            +

                                                                                                            Declaration
                                                                                                            @@ -134,7 +137,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableINativeExtractionContentProcessor + System.Collections.Generic.IEnumerable<INativeExtractionContentProcessor> @@ -195,7 +198,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            The output from the parser is processed in sequence by each native content processor -before being passed to the Output.

                                                                                                            +before being passed to the Output.

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -229,7 +233,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            InsertProcessor(int, INativeExtractionContentProcessor)

                                                                                                            +

                                                                                                            InsertProcessor(Int32, INativeExtractionContentProcessor)

                                                                                                            Inserts a content processor at the specified index in the list of content processors that will be invoked to process the output from the parser. The processors are invoked in the order in which they appear in the list.

                                                                                                            @@ -250,7 +254,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 index @@ -299,7 +303,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentGenerator.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentGenerator.html index d9070adb3..846438ea6 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentGenerator.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentGenerator.html @@ -93,9 +93,10 @@

                                                                                                            The input is received on the Input content handler. -

                                                                                                            +

                                                                                                            +
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -105,7 +106,8 @@

                                                                                                            Used with other components in a IFileExtractor to write a native file. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -117,9 +119,10 @@

                                                                                                            AddProcessor(INativeGenerationContentProcessor), InsertProcessor(int, INativeGenerationContentProcessor), and RemoveProcessor(INativeGenerationContentProcessor) +Use AddProcessor(INativeGenerationContentProcessor), InsertProcessor(Int32, INativeGenerationContentProcessor), and RemoveProcessor(INativeGenerationContentProcessor) to modify the collection. -

                                                                                                            +

                                                                                                            +

                                                                                                            Declaration
                                                                                                            @@ -135,7 +138,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableINativeGenerationContentProcessor + System.Collections.Generic.IEnumerable<INativeGenerationContentProcessor> @@ -175,7 +178,8 @@
                                                                                                            @@ -239,7 +243,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            InsertProcessor(int, INativeGenerationContentProcessor)

                                                                                                            +

                                                                                                            InsertProcessor(Int32, INativeGenerationContentProcessor)

                                                                                                            Inserts a native processor at the specified index in the list of native processors.

                                                                                                            @@ -259,7 +263,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 index @@ -308,7 +312,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter.html index c5211d46b..8c09a5270 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter.html @@ -94,10 +94,10 @@

                                                                                                            Inherited Members
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -116,13 +116,14 @@
                                                                                                            Methods
                                                                                                            -

                                                                                                            ReportMessage(object, string, ErrorLevel, string, NativeTextLocation, NativeTextLocation)

                                                                                                            +

                                                                                                            ReportMessage(Object, String, ErrorLevel, String, NativeTextLocation, NativeTextLocation)

                                                                                                            Used by file writers etc. in order to report a non-critical issue with an associated content range or location expressed in line and character offset numbers in the original native file format.

                                                                                                            @@ -142,12 +143,12 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object source - string + System.String origin

                                                                                                            The description of the action/component from which this message originated.

                                                                                                            @@ -158,7 +159,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message @@ -186,7 +187,8 @@
                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo.html index 30bd9e89d..9bd06b37e 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo.html @@ -92,7 +92,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -157,7 +157,7 @@
                                                                                                            Property Value

                                                                                                            FileDialogWildcardExpression

                                                                                                            -

                                                                                                            The file wildcard information; can be used by the host application when displaying a 'Save As...' dialog.

                                                                                                            +

                                                                                                            The file wildcard information; can be used by the host application when displaying a 'Save As...' dialog.

                                                                                                            Declaration
                                                                                                            @@ -174,21 +174,21 @@
                                                                                                            Property Value
                                                                                                            - string + System.String - -

                                                                                                            FileTypeName

                                                                                                            -

                                                                                                            The name of the file type (e.g. "Microsoft Word 2003"); can be used by the host application when displaying a 'Save As...' dialog.

                                                                                                            + +

                                                                                                            Filename

                                                                                                            +

                                                                                                            The name of the file, no need to supply any path information

                                                                                                            Declaration
                                                                                                            -
                                                                                                            string FileTypeName { get; set; }
                                                                                                            +
                                                                                                            string Filename { get; set; }
                                                                                                            Property Value
                                                                                                            @@ -200,21 +200,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            - -

                                                                                                            Filename

                                                                                                            -

                                                                                                            The name of the file, no need to supply any path information

                                                                                                            + +

                                                                                                            FileTypeName

                                                                                                            +

                                                                                                            The name of the file type (e.g. "Microsoft Word 2003"); can be used by the host application when displaying a 'Save As...' dialog.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            string Filename { get; set; }
                                                                                                            +
                                                                                                            string FileTypeName { get; set; }
                                                                                                            Property Value
                                                                                                            @@ -226,7 +226,7 @@
                                                                                                            Property Value
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IParagraphUnitProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IParagraphUnitProperties.html index f872a04df..061df6a6d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IParagraphUnitProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IParagraphUnitProperties.html @@ -92,10 +92,10 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IParser.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IParser.html index 35879e319..681d3a516 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IParser.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IParser.html @@ -93,10 +93,10 @@

                                                                                                            Inherited Members
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -128,7 +128,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -162,7 +162,7 @@
                                                                                                            Event Type
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.html index 36cf54047..170d6df7a 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.html @@ -99,21 +99,22 @@

                                                                                                            IMetaDataContainer implementation. It is recommended that keys are prefixed with a value that is likely to be unique in order to avoid conflicts with unrelated components. -

                                                                                                            +

                                                                                                            +
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -149,7 +150,8 @@
                                                                                                            Properties
                                                                                                            @@ -173,7 +175,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -199,7 +201,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -225,7 +227,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -236,7 +238,8 @@
                                                                                                            Property Value

                                                                                                            DependencyFiles

                                                                                                            The dependency files used or created while parsing. -

                                                                                                            +

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -252,7 +255,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -265,7 +268,8 @@
                                                                                                            @@ -296,7 +300,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            This is set by the framework, and should typically never need to be changed. -

                                                                                                            +

                                                                                                            + @@ -353,14 +358,16 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            Can be used to identify the file type. -

                                                                                                            +

                                                                                                            +

                                                                                                            InputFilePath

                                                                                                            Full path to the file that should be used as source for the parser. -

                                                                                                            +

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -376,7 +383,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -385,18 +392,20 @@

                                                                                                            Usually, this will be the same as OriginalFilePath, but under some circumstances (e.g. file tweaking) there may be an alternative input file produced. -

                                                                                                            +

                                                                                                            + -

                                                                                                            this[string]

                                                                                                            +

                                                                                                            Item[String]

                                                                                                            Convenience getter and setter for metadata using indexer syntax.

                                                                                                            -The getter functionality is equivalent to calling SetMetaData(string, string), -and setter functionality is equivalent to GetMetaData(string). -

                                                                                                            +The getter functionality is equivalent to calling SetMetaData(String, String), +and setter functionality is equivalent to GetMetaData(String). +

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -413,7 +422,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -430,7 +439,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -483,7 +492,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -492,7 +501,8 @@

                                                                                                            Usually, this is the same as the InputFilePath, but it can be different, e.g. if file tweaking has been applied. -

                                                                                                            +

                                                                                                            + @@ -580,8 +590,8 @@
                                                                                                            Property Value
                                                                                                            stringSystem.String
                                                                                                            boolSystem.Boolean

                                                                                                            true if there is more content to be parsed, and false if parsing is complete.

                                                                                                            EventHandlerProgressEventArgsSystem.EventHandler<ProgressEventArgs>
                                                                                                            DateTimeSystem.DateTime
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            IListIDependencyFilePropertiesSystem.Collections.Generic.IList<IDependencyFileProperties>
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String key

                                                                                                            Must not be null or empty

                                                                                                            stringSystem.String

                                                                                                            The corresponding value, or null if none

                                                                                                            stringSystem.String
                                                                                                            Remarks

                                                                                                            The target language is typically not set until the file is being translated. - You can test the Language.IsValid property of the target language - to find out if it has been set.

                                                                                                            +You can test the property of the target language +to find out if it has been set.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPlaceholderTagProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPlaceholderTagProperties.html index 17dfb6af7..7a7e4fd6d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPlaceholderTagProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPlaceholderTagProperties.html @@ -124,16 +124,16 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractBasicTagProperties.TagContent
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -190,7 +190,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -218,13 +218,14 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean
                                                                                                            Remarks
                                                                                                            -

                                                                                                            This is false by default.

                                                                                                            +

                                                                                                            This is false by default.

                                                                                                            +
                                                                                                            @@ -272,7 +273,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -290,7 +291,8 @@

                                                                                                            Interface implemented by factories for property objects.

                                                                                                            All file type components should use this interface to create -properties objects (unless they are created by calling Clone().

                                                                                                            +properties objects (unless they are created by calling System.ICloneable.Clone().

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -130,7 +130,7 @@

                                                                                                            Methods -

                                                                                                            CreateComment(string, string, Severity)

                                                                                                            +

                                                                                                            CreateComment(String, String, Severity)

                                                                                                            Creates a new comment with the specified properties.

                                                                                                            @@ -149,13 +149,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String text

                                                                                                            Textual content of the comment

                                                                                                            - string + System.String author

                                                                                                            Name of user or system that created the comment

                                                                                                            @@ -180,7 +180,7 @@
                                                                                                            Returns
                                                                                                            IComment

                                                                                                            A new comment that can be added to a ICommentProperties collection. -The date of the comment has been set to Now.

                                                                                                            +The date of the comment has been set to System.DateTime.Now.

                                                                                                            @@ -214,7 +214,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateContextInfo(string)

                                                                                                            +

                                                                                                            CreateContextInfo(String)

                                                                                                            Creates a single piece of context information.

                                                                                                            @@ -233,9 +233,9 @@
                                                                                                            Parameters
                                                                                                            - string + System.String contextType -

                                                                                                            The type of the context to create.

                                                                                                            +

                                                                                                            The type of the context to create.

                                                                                                            @@ -319,7 +319,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateDependencyFileProperties(string)

                                                                                                            +

                                                                                                            CreateDependencyFileProperties(String)

                                                                                                            Create a properties representing a dependency file.

                                                                                                            @@ -338,10 +338,10 @@
                                                                                                            Parameters
                                                                                                            - string + System.String currentFilePath

                                                                                                            The full path to the current location of - the dependency file.

                                                                                                            +the dependency file.

                                                                                                            @@ -358,7 +358,7 @@
                                                                                                            Returns
                                                                                                            IDependencyFileProperties

                                                                                                            A dependency file properties object initialized with the - current file path and default values for all other properties.

                                                                                                            +current file path and default values for all other properties.

                                                                                                            @@ -366,7 +366,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateEndTagProperties(string)

                                                                                                            +

                                                                                                            CreateEndTagProperties(String)

                                                                                                            Creates properties for an end tag (that matches a previously emitted start tag).

                                                                                                            @@ -385,7 +385,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String tagContent @@ -495,7 +495,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreatePlaceholderTagProperties(string)

                                                                                                            +

                                                                                                            CreatePlaceholderTagProperties(String)

                                                                                                            Creates properties for a standalone inline tag.

                                                                                                            @@ -514,7 +514,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String tagContent

                                                                                                            Tag content including delimiters

                                                                                                            @@ -582,7 +582,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateStartTagProperties(string)

                                                                                                            +

                                                                                                            CreateStartTagProperties(String)

                                                                                                            Creates properties for a start tag that may appear inside localizable content, and that has a corresponding end tag.

                                                                                                            @@ -601,7 +601,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String tagContent

                                                                                                            Tag content including delimiters

                                                                                                            @@ -653,7 +653,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateStructureInfo(IContextInfo, bool, IStructureInfo)

                                                                                                            +

                                                                                                            CreateStructureInfo(IContextInfo, Boolean, IStructureInfo)

                                                                                                            Creates a document structure object that can be used to help define the outline of the document

                                                                                                            @@ -676,24 +676,24 @@
                                                                                                            Parameters
                                                                                                            IContextInfo contextInfo

                                                                                                            The context info in the document to which the - structural info relates.

                                                                                                            +structural info relates.

                                                                                                            - bool + System.Boolean mustUseDisplayName

                                                                                                            True if the client should always - show the DisplayName property. False if the client - should attempt to display the matching text in the document. Note: setting - this parameter to true also makes sure that the structure will appear in the tree; setting - this parameter to false allows the client to decide whether it should be displayed.

                                                                                                            +show the DisplayName property. False if the client +should attempt to display the matching text in the document. Note: setting +this parameter to true also makes sure that the structure will appear in the tree; setting +this parameter to false allows the client to decide whether it should be displayed.

                                                                                                            IStructureInfo parentStructure

                                                                                                            The parent structure in the structural tree - (can be null if it has no parent)

                                                                                                            +(can be null if it has no parent)

                                                                                                            @@ -716,7 +716,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateStructureTagProperties(string)

                                                                                                            +

                                                                                                            CreateStructureTagProperties(String)

                                                                                                            Creates properties for a tag representing structural information.

                                                                                                            @@ -735,7 +735,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String tagContent

                                                                                                            Tag content including delimiters

                                                                                                            @@ -760,7 +760,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateSubSegmentProperties(int, int)

                                                                                                            +

                                                                                                            CreateSubSegmentProperties(Int32, Int32)

                                                                                                            Create properties used to indicate where localizable content appears inside a tag.

                                                                                                            @@ -779,12 +779,12 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 offset - int + System.Int32 length @@ -808,7 +808,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CreateTextProperties(string)

                                                                                                            +

                                                                                                            CreateTextProperties(String)

                                                                                                            Creates properties for localizable text.

                                                                                                            @@ -827,7 +827,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String text diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISegmentPairProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISegmentPairProperties.html index a3bd717b3..1ad0ec272 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISegmentPairProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISegmentPairProperties.html @@ -92,10 +92,10 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -162,7 +162,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            The segment id is also used to link matches with a specific segment. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -184,7 +185,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -221,7 +222,8 @@
                                                                                                            ConfirmationLevel is used to indicate its current status in the document. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.html index 7fdf2487e..c460b25a8 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.html @@ -87,11 +87,11 @@

                                                                                                            Interface ISharedObjects

                                                                                                            Implemented by the framework to provide access to objects that have been published in order to be shared across components -used for content processing. Components that are 'interested' in shared objects receive an instance +used for content processing. Components that are 'interested' in shared objects receive an instance of this interface by implementing ISharedObjectsAware.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -102,7 +102,7 @@
                                                                                                            Shared objects can be accessed directly using a key (an id), or by iterating over the collection. The SharedObjectPublished event is raised if additional shared objects are published. Any component can publish shared objects by calling -PublishSharedObject(string, object, IdConflictResolution). +PublishSharedObject(String, Object, IdConflictResolution).

                                                                                                            Shared objects can be used for a number of purposes. Below are some examples: @@ -121,7 +121,8 @@

                                                                                                            A native content processor may communicate information to a native parser via a shared object. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -145,7 +146,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerablestring + System.Collections.Generic.IEnumerable<System.String> @@ -171,7 +172,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableobject + System.Collections.Generic.IEnumerable<System.Object> @@ -198,7 +199,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableKeyValuePairstringobject + System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.Object>> @@ -208,7 +209,7 @@

                                                                                                            Methods -

                                                                                                            GetSharedObject<T>(string)

                                                                                                            +

                                                                                                            GetSharedObject<T>(String)

                                                                                                            Gets the shared object with the specified id; cast to the specified type. If no object with this id is shared, the method returns null. If an object with the specified id exists, but is not of the specified type, an exception @@ -230,7 +231,7 @@

                                                                                                            Parameters
                                                                                                            - string + System.String id @@ -269,7 +270,7 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            PublishSharedObject(string, object, IdConflictResolution)

                                                                                                            +

                                                                                                            PublishSharedObject(String, Object, IdConflictResolution)

                                                                                                            Any component may publish objects to be shared by calling this method. The object will be added to the available shared objects, and the SharedObjectPublished event will be raised.

                                                                                                            @@ -290,24 +291,24 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id

                                                                                                            Unique identifier for the object to be shared. If an object with this id is already - shared, the conflict resolution parameter determines what happens.

                                                                                                            +shared, the conflict resolution parameter determines what happens.

                                                                                                            - object + System.Object toBeShared

                                                                                                            May be null, which can be used to "remove" a shared object from the - collection. (Note that the component may still hold a reference to the old instance.)

                                                                                                            +collection. (Note that the component may still hold a reference to the old instance.)

                                                                                                            IdConflictResolution conflictingIdResolution

                                                                                                            Indicates what should happen if an object with the - same id is already shared.

                                                                                                            +same id is already shared.

                                                                                                            @@ -334,7 +335,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerSharedObjectPublishedEventArgs + System.EventHandler<SharedObjectPublishedEventArgs> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjectsAware.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjectsAware.html index 6f4628317..2b9638692 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjectsAware.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjectsAware.html @@ -92,7 +92,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -110,12 +110,13 @@

                                                                                                            An example of the use of shared objects are verification settings, which are passed from SDL Trados Studio to the verifier components. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -152,7 +153,8 @@
                                                                                                            SharedObjectPublished event to get notifications when new object instances are shared. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStartTagProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStartTagProperties.html index bc9106680..88e1f0feb 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStartTagProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStartTagProperties.html @@ -122,16 +122,16 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractBasicTagProperties.TagContent
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -169,7 +169,8 @@
                                                                                                            IsWordStop set to false, as paired tags normally represent formatting or similar information, which should not affect the word boundaries in the text. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -208,7 +209,8 @@
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStructureInfo.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStructureInfo.html index a7e21db9f..8dcd6bcaa 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStructureInfo.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStructureInfo.html @@ -93,10 +93,10 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -152,7 +152,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -190,7 +190,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStructureTagProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStructureTagProperties.html index 69feae162..b83f3bb95 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStructureTagProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStructureTagProperties.html @@ -123,16 +123,16 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractBasicTagProperties.TagContent
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentAware.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentAware.html index 16c176835..5b529b6fa 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentAware.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentAware.html @@ -89,7 +89,7 @@

                                                                                                            Implemented by parent writers which must insert sub-content into their output stream

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -119,9 +119,9 @@
                                                                                                            Parameters
                                                                                                            - Stream + System.IO.Stream subContentStream -

                                                                                                            Stream containing sub-content to be inserted into the parent writer's output stream.

                                                                                                            +

                                                                                                            Stream containing sub-content to be inserted into the parent writer's output stream.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentParser.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentParser.html index 03edef062..709ea2c21 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentParser.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentParser.html @@ -89,7 +89,7 @@

                                                                                                            Interface implemented by sub-content parsers

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -119,7 +119,7 @@
                                                                                                            Parameters
                                                                                                            - Stream + System.IO.Stream subContentStream

                                                                                                            Stream containing the sub-content to be parsed

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentPublisher.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentPublisher.html index ca30af967..8936a61ee 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentPublisher.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentPublisher.html @@ -89,7 +89,7 @@

                                                                                                            Interface which should be implemented by parsers which need to publish sub-content

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -118,7 +118,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerProcessSubContentEventArgs + System.EventHandler<ProcessSubContentEventArgs> diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentWriter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentWriter.html index 1d1405b97..b5f4f1072 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentWriter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentWriter.html @@ -89,7 +89,7 @@

                                                                                                            Interface implemented by sub-content writers

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -118,7 +118,7 @@
                                                                                                            Returns
                                                                                                            - Stream + System.IO.Stream

                                                                                                            Stream containing regenerated sub-content

                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Parameters
                                                                                                            - Stream + System.IO.Stream originalSubContent

                                                                                                            Stream containing the original source sub-content for writers which need this when regenerating

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubSegmentProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubSegmentProperties.html index 34a693667..0671a3399 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubSegmentProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubSegmentProperties.html @@ -95,10 +95,10 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -148,7 +148,8 @@
                                                                                                            @@ -170,7 +171,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -196,7 +197,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISupportsPersistenceId.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISupportsPersistenceId.html index 51130f962..5b5ae78d2 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISupportsPersistenceId.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISupportsPersistenceId.html @@ -91,7 +91,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -111,7 +111,7 @@

                                                                                                            Properties

                                                                                                            PersistenceId

                                                                                                            The persistence ID associated with an object may be used by implementations during operations such as serialization -and de-serialization of the object model.

                                                                                                            +and de-serialization of the object model.

                                                                                                            Declaration
                                                                                                            @@ -128,7 +128,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -138,12 +138,13 @@
                                                                                                            Equals(object) and GetHashCode(). +object implementations of System.Object.Equals(System.Object) and System.Object.GetHashCode().

                                                                                                            The initial value of this ID is 0 for all objects. It is up to implementations to ensure uniqueness, if that is desired. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISupportsUniqueId.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISupportsUniqueId.html index e6952edcb..ac33541a6 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISupportsUniqueId.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISupportsUniqueId.html @@ -90,7 +90,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -123,7 +123,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -133,12 +133,13 @@
                                                                                                            Equals(object) and GetHashCode(). +object implementations of System.Object.Equals(System.Object) and System.Object.GetHashCode().

                                                                                                            The initial value of this ID is 0 for all objects. It is up to implementations to ensure uniqueness, if that is desired. -

                                                                                                            +

                                                                                                            + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ITextProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ITextProperties.html index 2bb38fc01..433d7a5b3 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ITextProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ITextProperties.html @@ -92,10 +92,10 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -124,7 +124,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.html index f3ff711d1..8cc47ac7d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.html @@ -92,16 +92,16 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -128,7 +128,8 @@
                                                                                                            Synta
                                                                                                            Remarks

                                                                                                            Custom metadata can be stored and accessed through the IMetaDataContainer implementation. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -152,7 +153,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -179,7 +180,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -190,7 +191,8 @@
                                                                                                            Purpose set to Match with ContextType set to sdl:sid, in order to indicate when a match has a corresponding Description that holds the SID value. -

                                                                                                            +

                                                                                                            + @@ -213,7 +215,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -242,18 +244,20 @@
                                                                                                            -

                                                                                                            this[string]

                                                                                                            +

                                                                                                            Item[String]

                                                                                                            Convenience getter and setter for metadata using indexer syntax.

                                                                                                            -The getter functionality is equivalent to calling SetMetaData(string, string), -and the setter functionality is equivalent to GetMetaData(string). -

                                                                                                            +The getter functionality is equivalent to calling SetMetaData(String, String), +and the setter functionality is equivalent to GetMetaData(String). +

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -270,7 +274,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String key

                                                                                                            Must not be null or empty

                                                                                                            @@ -287,7 +291,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String

                                                                                                            The corresponding value, or null if none

                                                                                                            @@ -315,7 +319,7 @@
                                                                                                            Property Value
                                                                                                            - byte + System.Byte @@ -338,7 +342,35 @@
                                                                                                            +

                                                                                                            OriginalTranslationHash

                                                                                                            +

                                                                                                            A hash value that identifies the entry in the TM that provided the translation. This is used +to update the correct TM entry if a translator provides an updated version of the translation.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            string OriginalTranslationHash { get; set; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.String
                                                                                                            @@ -387,7 +419,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -413,7 +445,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -426,34 +458,8 @@
                                                                                                            OriginBeforeAdaptation may contain information on the originally adapted content. -

                                                                                                            - - - -

                                                                                                            OriginalTranslationHash

                                                                                                            -

                                                                                                            A hash value that identifies the entry in the TM that provided the translation. This is used -to update the correct TM entry if a translator provides an updated version of the translation.

                                                                                                            +

                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            string OriginalTranslationHash { get; set; }
                                                                                                            -
                                                                                                            -
                                                                                                            Property Value
                                                                                                            - - - - - - - - - - - - - -
                                                                                                            TypeDescription
                                                                                                            string
                                                                                                            @@ -528,7 +534,8 @@
                                                                                                            Enum IdConflictResolution
                                                                                                            -

                                                                                                            Indicates how conflicting ids should be handled in calls to PublishSharedObject(string, object, IdConflictResolution).

                                                                                                            +

                                                                                                            Indicates how conflicting ids should be handled in calls to PublishSharedObject(String, Object, IdConflictResolution).

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.html index 27b2e7988..c7570ad1b 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.html @@ -88,34 +88,34 @@

                                                                                                            Unique identifier for a location in native or bilingual content; used to associated locations with messages in calls to LocationMark(LocationMarkerId) -and ReportMessage(object, string, ErrorLevel, string, LocationMarkerId, LocationMarkerId).

                                                                                                            +and ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId).

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            LocationMarkerId
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -140,7 +140,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            LocationMarkerId(string)

                                                                                                            +

                                                                                                            LocationMarkerId(String)

                                                                                                            A specified id

                                                                                                            @@ -159,7 +159,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id @@ -188,7 +188,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -216,7 +216,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -224,7 +224,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True if the objects have the same id.

                                                                                                            @@ -243,7 +243,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -259,13 +259,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -287,13 +287,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -315,16 +315,16 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()

                                                                                                            Implements

                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LockTypeFlags.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LockTypeFlags.html index 61b06a81e..4c47f71af 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LockTypeFlags.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LockTypeFlags.html @@ -89,7 +89,7 @@

                                                                                                            Enumterator that contains the available lock types

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.html index a6d89f9dd..39257f02a 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.html @@ -92,30 +92,30 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            NativeTextLocation
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.ICloneable
                                                                                                            +
                                                                                                            System.IComparable<NativeTextLocation>
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -169,7 +169,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            NativeTextLocation(int, int)

                                                                                                            +

                                                                                                            NativeTextLocation(Int32, Int32)

                                                                                                            Initializes with the specified line and offset numbers.

                                                                                                            @@ -188,12 +188,12 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 line - int + System.Int32 offset @@ -225,7 +225,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -258,7 +258,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -286,7 +286,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -331,7 +331,7 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32 @@ -339,7 +339,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True if both line and offset numbers are equal.

                                                                                                            @@ -358,7 +358,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -374,13 +374,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -402,13 +402,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -450,7 +450,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -496,7 +496,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -523,19 +523,19 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()

                                                                                                            Implements

                                                                                                            - ICloneable + System.ICloneable
                                                                                                            - IComparable<T> + System.IComparable<T>
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.html index 9e92787ed..b112adc04 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.html @@ -92,21 +92,21 @@

                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IComparable<ParagraphUnitId>
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -117,7 +117,7 @@

                                                                                                            Constructors -

                                                                                                            ParagraphUnitId(string)

                                                                                                            +

                                                                                                            ParagraphUnitId(String)

                                                                                                            Construction from a string representation of the paragraph unit id.

                                                                                                            @@ -136,7 +136,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id

                                                                                                            The id as a string

                                                                                                            @@ -154,7 +154,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public string Id { get; }
                                                                                                            +
                                                                                                            public readonly string Id { get; }
                                                                                                            Property Value
                                                                                                            @@ -166,7 +166,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -211,7 +211,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -219,7 +219,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Compare the ids

                                                                                                            @@ -238,7 +238,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -254,13 +254,13 @@
                                                                                                            Returns
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            intSystem.Int32
                                                                                                            objectSystem.Object obj
                                                                                                            boolSystem.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.Equals(System.Object)
                                                                                                            @@ -282,13 +282,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.GetHashCode()
                                                                                                            @@ -310,19 +310,19 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.ToString()

                                                                                                            Operators

                                                                                                            -

                                                                                                            operator ==(ParagraphUnitId, ParagraphUnitId)

                                                                                                            +

                                                                                                            Equality(ParagraphUnitId, ParagraphUnitId)

                                                                                                            Compares the ids.

                                                                                                            @@ -362,7 +362,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -370,7 +370,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            operator !=(ParagraphUnitId, ParagraphUnitId)

                                                                                                            +

                                                                                                            Inequality(ParagraphUnitId, ParagraphUnitId)

                                                                                                            Compares the ids.

                                                                                                            @@ -410,14 +410,14 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            Implements

                                                                                                            - IComparable<T> + System.IComparable<T>
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.html index 3d24d6714..7bcd7e310 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            ProcessSubContentEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -133,7 +133,7 @@

                                                                                                            Constructors -

                                                                                                            ProcessSubContentEventArgs(string, Stream)

                                                                                                            +

                                                                                                            ProcessSubContentEventArgs(String, Stream)

                                                                                                            Constructor

                                                                                                            @@ -152,12 +152,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String fileTypeDefinitionId - Stream + System.IO.Stream subContentStream @@ -186,7 +186,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -212,7 +212,7 @@
                                                                                                            Property Value
                                                                                                            - Stream + System.IO.Stream diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.html index 36b6fbee0..1753af6fd 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.html @@ -91,35 +91,35 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            ProgressEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -130,7 +130,7 @@

                                                                                                            Constructors -

                                                                                                            ProgressEventArgs(byte)

                                                                                                            +

                                                                                                            ProgressEventArgs(Byte)

                                                                                                            Progress is a percentage values from 0 (start) up to and including 100 (complete).

                                                                                                            @@ -149,7 +149,7 @@
                                                                                                            Parameters
                                                                                                            - byte + System.Byte value

                                                                                                            Values 0 - 100 (inclusive) are accepted.

                                                                                                            @@ -166,7 +166,7 @@
                                                                                                            Exceptions
                                                                                                            - OverflowException + System.OverflowException

                                                                                                            thown if the percentag value is larger than 100.

                                                                                                            @@ -195,7 +195,7 @@
                                                                                                            Property Value
                                                                                                            - byte + System.Byte @@ -223,13 +223,13 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.html index e82fbd573..24b3e294c 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.html @@ -89,11 +89,11 @@

                                                                                                            Delegate defining the signature for progress reporting events.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate void ProgressReporter(byte percent)
                                                                                                            +
                                                                                                            public delegate void ProgressReporter(byte percent);
                                                                                                            Parameters
                                                                                                            @@ -106,7 +106,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -118,12 +118,12 @@

                                                                                                            Constructors -

                                                                                                            ProgressReporter(object, IntPtr)

                                                                                                            +

                                                                                                            ProgressReporter(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public ProgressReporter(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public ProgressReporter(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            byteSystem.Byte percent

                                                                                                            Percent completed - must be a value from 0 to 100.

                                                                                                            @@ -136,12 +136,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -152,12 +152,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(byte, AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(Byte, AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(byte percent, AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(byte percent, AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -170,17 +170,17 @@
                                                                                                            Parameters
                                                                                                            - + - + - + @@ -196,7 +196,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -222,7 +222,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -231,7 +231,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Invoke(byte)

                                                                                                            +

                                                                                                            Invoke(Byte)

                                                                                                            Declaration
                                                                                                            @@ -249,7 +249,7 @@
                                                                                                            Parameters
                                                                                                            - + diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html index d5b12713b..a68689231 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html @@ -91,21 +91,21 @@

                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IComparable
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -116,7 +116,7 @@

                                                                                                            Constructors -

                                                                                                            RepetitionId(string)

                                                                                                            +

                                                                                                            RepetitionId(String)

                                                                                                            Construction from a string representation of the repetition id

                                                                                                            @@ -135,7 +135,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -153,7 +153,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public string Id { get; }
                                                                                                            +
                                                                                                            public readonly string Id { get; }
                                                                                                            Property Value
                                                                                                            byteSystem.Byte percent
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            byteSystem.Byte percent
                                                                                                            stringSystem.String id

                                                                                                            The id as a string

                                                                                                            @@ -165,7 +165,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -175,7 +175,7 @@

                                                                                                            Methods -

                                                                                                            CompareTo(object)

                                                                                                            +

                                                                                                            CompareTo(Object)

                                                                                                            Compares the two ids.

                                                                                                            @@ -194,7 +194,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -210,7 +210,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -218,7 +218,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Compares the id to the id of the other object.

                                                                                                            @@ -237,7 +237,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -253,13 +253,13 @@
                                                                                                            Returns
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            objectSystem.Object obj
                                                                                                            intSystem.Int32
                                                                                                            objectSystem.Object obj
                                                                                                            boolSystem.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.Equals(System.Object)
                                                                                                            @@ -281,13 +281,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.GetHashCode()
                                                                                                            @@ -309,19 +309,19 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.ToString()

                                                                                                            Operators

                                                                                                            -

                                                                                                            operator ==(RepetitionId, RepetitionId)

                                                                                                            +

                                                                                                            Equality(RepetitionId, RepetitionId)

                                                                                                            Compares the ids of the two items.

                                                                                                            @@ -361,7 +361,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -369,7 +369,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            operator !=(RepetitionId, RepetitionId)

                                                                                                            +

                                                                                                            Inequality(RepetitionId, RepetitionId)

                                                                                                            Compares the ids of the two items.

                                                                                                            @@ -409,14 +409,14 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            Implements

                                                                                                            - IComparable + System.IComparable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.html index bbd908dd0..a201aa268 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.html @@ -91,73 +91,73 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Exception
                                                                                                            RevisionTypeNotSupportedException
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            +
                                                                                                            System.Runtime.InteropServices._Exception
                                                                                                            Inherited Members
                                                                                                            - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                            - Exception.ToString() + System.Exception.ToString()
                                                                                                            - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                            - Exception.GetType() + System.Exception.GetType()
                                                                                                            - Exception.Message + System.Exception.Message
                                                                                                            - Exception.Data + System.Exception.Data
                                                                                                            - Exception.InnerException + System.Exception.InnerException
                                                                                                            - Exception.TargetSite + System.Exception.TargetSite
                                                                                                            - Exception.StackTrace + System.Exception.StackTrace
                                                                                                            - Exception.HelpLink + System.Exception.HelpLink
                                                                                                            - Exception.Source + System.Exception.Source
                                                                                                            - Exception.HResult + System.Exception.HResult
                                                                                                            - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -168,7 +168,7 @@

                                                                                                            Constructors -

                                                                                                            RevisionTypeNotSupportedException(string)

                                                                                                            +

                                                                                                            RevisionTypeNotSupportedException(String)

                                                                                                            Constructor for RevisionTypeNotSupportedException

                                                                                                            @@ -187,7 +187,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message

                                                                                                            Message of exception

                                                                                                            @@ -196,10 +196,10 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            - _Exception + System.Runtime.InteropServices._Exception
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.html index 252ecea2b..aff83419f 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.html @@ -92,16 +92,16 @@

                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -112,7 +112,7 @@

                                                                                                            Constructors -

                                                                                                            SegmentId(long)

                                                                                                            +

                                                                                                            SegmentId(Int64)

                                                                                                            Convenience construction from a number. The string id is generated by calling ToString() on the number.

                                                                                                            @@ -132,7 +132,7 @@
                                                                                                            Parameters
                                                                                                            - long + System.Int64 number

                                                                                                            The segment id as a number

                                                                                                            @@ -142,7 +142,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            SegmentId(string)

                                                                                                            +

                                                                                                            SegmentId(String)

                                                                                                            Construction from a string representation of the id

                                                                                                            @@ -161,7 +161,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id

                                                                                                            The segment id as a string

                                                                                                            @@ -191,7 +191,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -201,7 +201,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Compares the id values.

                                                                                                            @@ -220,7 +220,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -236,13 +236,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.Equals(System.Object)
                                                                                                            @@ -264,13 +264,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.GetHashCode()
                                                                                                            @@ -292,19 +292,19 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.ToString()

                                                                                                            Operators

                                                                                                            -

                                                                                                            operator ==(SegmentId, SegmentId)

                                                                                                            +

                                                                                                            Equality(SegmentId, SegmentId)

                                                                                                            Compares the id values.

                                                                                                            @@ -344,7 +344,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -352,7 +352,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            operator !=(SegmentId, SegmentId)

                                                                                                            +

                                                                                                            Inequality(SegmentId, SegmentId)

                                                                                                            Compares the id values.

                                                                                                            @@ -392,7 +392,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentationHint.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentationHint.html index 6b8b497e9..bb66de5bf 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentationHint.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentationHint.html @@ -89,7 +89,7 @@

                                                                                                            Used in TagProperties to indicate how the tag should be handled during segmentation.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -119,7 +119,7 @@

                                                                                                            Fields IncludeWithText

                                                                                                            The tag will be included in a segment if the segment also contains text content, -otherwise it will not be included in a segment (in order to prevent segment-only tags).

                                                                                                            +otherwise it will not be included in a segment (in order to prevent segment-only tags).

                                                                                                            @@ -131,7 +131,7 @@

                                                                                                            Fields Undefined

                                                                                                            The value has not been explicitly specified, or the default segmentation behavior -is implied.

                                                                                                            +is implied.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.Severity.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.Severity.html index 98bcbd510..29a2bfd7a 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.Severity.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.Severity.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.html index f33c1d33a..5e5d29035 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            SharedObjectPublishedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -133,7 +133,7 @@

                                                                                                            Constructors -

                                                                                                            SharedObjectPublishedEventArgs(string, object)

                                                                                                            +

                                                                                                            SharedObjectPublishedEventArgs(String, Object)

                                                                                                            Creates with the id and the object instance.

                                                                                                            @@ -152,12 +152,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id - object + System.Object sharedObject @@ -186,7 +186,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -212,7 +212,7 @@
                                                                                                            Property Value
                                                                                                            - object + System.Object diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html index d30a11629..d4aad9c15 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html @@ -86,40 +86,40 @@

                                                                                                            Class SniffInfo

                                                                                                            -

                                                                                                            Information returned from Sniff(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup). +

                                                                                                            Information returned from Sniff(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup). This class also allows you to store key/value pairs that the parser may need to read during parsing.

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            SniffInfo
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -138,7 +138,8 @@
                                                                                                            Remar passed to all file processing components that implement INativeContentCycleAware as the FileSnifferInfo when the framework calls SetFileProperties(IFileProperties). -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -208,7 +209,7 @@
                                                                                                            Property Value
                                                                                                            - PairCodepageDetectionLevel + Pair<Codepage, DetectionLevel> @@ -235,7 +236,7 @@
                                                                                                            Property Value
                                                                                                            - PairLanguageDetectionLevel + Pair<Language, DetectionLevel> @@ -262,7 +263,7 @@
                                                                                                            Property Value
                                                                                                            - PairLanguageDetectionLevel + Pair<Language, DetectionLevel> @@ -288,7 +289,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -315,7 +316,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -323,14 +324,15 @@
                                                                                                            Property Value
                                                                                                            -

                                                                                                            this[string]

                                                                                                            +

                                                                                                            Item[String]

                                                                                                            Convenience getter and setter for metadata using indexer syntax.

                                                                                                            -The getter functionality is equivalent to calling SetMetaData(string, string), -the setter functionality is equivalent to GetMetaData(string). -

                                                                                                            +The getter functionality is equivalent to calling SetMetaData(String, String), +the setter functionality is equivalent to GetMetaData(String). +

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -347,7 +349,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String key

                                                                                                            Must not be null or empty

                                                                                                            @@ -364,7 +366,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String

                                                                                                            The corresponding value, or null if none

                                                                                                            @@ -391,7 +393,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableKeyValuePairstringstring + System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>> @@ -417,7 +419,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -428,7 +430,7 @@
                                                                                                            Property Value

                                                                                                            PersistenceId

                                                                                                            The persistence ID associated with an object may be used by implementations during operations such as serialization -and de-serialization of the object model.

                                                                                                            +and de-serialization of the object model.

                                                                                                            Declaration
                                                                                                            @@ -445,7 +447,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -454,7 +456,7 @@
                                                                                                            Property Value

                                                                                                            SuggestedTargetEncoding

                                                                                                            -

                                                                                                            The file sniffer's suggestion on what type of encoding would be +

                                                                                                            The file sniffer's suggestion on what type of encoding would be suitable when generating a translated version of this file.

                                                                                                            @@ -511,7 +513,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -519,7 +521,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True if all properties and values are equal.

                                                                                                            @@ -538,7 +540,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -554,13 +556,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -582,17 +584,17 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            -

                                                                                                            GetMetaData(string)

                                                                                                            +

                                                                                                            GetMetaData(String)

                                                                                                            Retrieves the metadata value for the specified key

                                                                                                            @@ -611,7 +613,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String key

                                                                                                            Must not be null or empty

                                                                                                            @@ -628,7 +630,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            Null if no value exists for the key.

                                                                                                            @@ -637,7 +639,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            MetaDataContainsKey(string)

                                                                                                            +

                                                                                                            MetaDataContainsKey(String)

                                                                                                            Determines if a metadata value exists for the specified key

                                                                                                            @@ -656,7 +658,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String key

                                                                                                            Must not be null or empty

                                                                                                            @@ -673,7 +675,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if a value exists for the key

                                                                                                            @@ -682,7 +684,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            RemoveMetaData(string)

                                                                                                            +

                                                                                                            RemoveMetaData(String)

                                                                                                            Removes the metadata value for the specified key from the collection. If no value exists for this key, nothing will happen.

                                                                                                            @@ -702,7 +704,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String key

                                                                                                            Must not be null

                                                                                                            @@ -719,7 +721,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if a key/value pair was removed

                                                                                                            @@ -728,7 +730,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SetMetaData(string, string)

                                                                                                            +

                                                                                                            SetMetaData(String, String)

                                                                                                            Sets the metadata value for the specified key

                                                                                                            @@ -747,13 +749,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String key

                                                                                                            Must not be null or empty

                                                                                                            - string + System.String value

                                                                                                            Must not be null

                                                                                                            @@ -764,13 +766,14 @@

                                                                                                            If no value exists for the key, one will be created. If a value already exists for the key, it will be overwritten. -

                                                                                                            +

                                                                                                            +

                                                                                                            Implements

                                                                                                            - ICloneable + System.ICloneable
                                                                                                            ISupportsPersistenceId diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.CountUnit.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.CountUnit.html index 558db223f..727582204 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.CountUnit.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.CountUnit.html @@ -89,11 +89,11 @@

                                                                                                            The type of count, i.e. word or character

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public enum SourceCount.CountUnit
                                                                                                            +
                                                                                                            public enum CountUnit

                                                                                                            Fields

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.html index d458c6f72..5dc727916 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.html @@ -91,32 +91,32 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            SourceCount
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -186,7 +186,7 @@
                                                                                                            Property Value
                                                                                                            - SourceCountCountUnit + SourceCount.CountUnit @@ -212,7 +212,7 @@
                                                                                                            Property Value
                                                                                                            - long + System.Int64 @@ -240,7 +240,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -248,7 +248,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Objects are considered equal if they have the same unit and value.

                                                                                                            @@ -267,7 +267,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -283,13 +283,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -311,16 +311,16 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()

                                                                                                            Implements

                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TagId.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TagId.html index d33d29b15..db2a1ca47 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TagId.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TagId.html @@ -92,16 +92,16 @@

                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -112,7 +112,7 @@

                                                                                                            Constructors -

                                                                                                            TagId(string)

                                                                                                            +

                                                                                                            TagId(String)

                                                                                                            Construct from a string

                                                                                                            @@ -131,7 +131,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id @@ -160,7 +160,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -170,7 +170,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True if the ids are equal

                                                                                                            @@ -189,7 +189,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -205,13 +205,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.Equals(System.Object)
                                                                                                            @@ -233,13 +233,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.GetHashCode()
                                                                                                            @@ -261,19 +261,19 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.ValueType.ToString()

                                                                                                            Operators

                                                                                                            -

                                                                                                            operator ==(TagId, TagId)

                                                                                                            +

                                                                                                            Equality(TagId, TagId)

                                                                                                            True if the ids are equal

                                                                                                            @@ -313,7 +313,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -321,7 +321,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            operator !=(TagId, TagId)

                                                                                                            +

                                                                                                            Inequality(TagId, TagId)

                                                                                                            True if ids are not equal

                                                                                                            @@ -361,7 +361,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TextContextMatchLevel.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TextContextMatchLevel.html index 33e8eefeb..7717ec133 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TextContextMatchLevel.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TextContextMatchLevel.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.NativeApi
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.html index 022918784..8d74b98c1 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.html @@ -132,7 +132,8 @@

                                                                                                            INativeOutputSettingsAware, and provides access to the output properties through the OutputProperties property. -

                                                                                                            +

                                                                                                            +

                                                                                                            AbstractNativeGenerationContentProcessor

                                                                                                            Abstract base class that can be used to build native content generation processors.

                                                                                                            @@ -144,14 +145,14 @@

                                                                                                            ConflictingIdException

                                                                                                            -

                                                                                                            Exception thrown from PublishSharedObject(string, object, IdConflictResolution) if an object with +

                                                                                                            Exception thrown from PublishSharedObject(String, Object, IdConflictResolution) if an object with the same id is already part of the collection, and the conflict resolution parameter is set to cause exceptions to be thrown.

                                                                                                            LocationMarkerId

                                                                                                            Unique identifier for a location in native or bilingual content; used to associated locations with messages in calls to LocationMark(LocationMarkerId) -and ReportMessage(object, string, ErrorLevel, string, LocationMarkerId, LocationMarkerId).

                                                                                                            +and ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId).

                                                                                                            NativeTextLocation

                                                                                                            Reference to a location inside a plain text file, @@ -170,7 +171,7 @@

                                                                                                            SharedObjectPublished event.

                                                                                                            SniffInfo

                                                                                                            -

                                                                                                            Information returned from Sniff(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup). +

                                                                                                            Information returned from Sniff(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup). This class also allows you to store key/value pairs that the parser may need to read during parsing.

                                                                                                            SourceCount

                                                                                                            @@ -300,7 +301,8 @@

                                                                                                            Output. -

                                                                                                            +

                                                                                                            +

                                                                                                            INativeFileParser

                                                                                                            This interface is implemented by all native file parsers. The framework uses this interface to operate the parser.

                                                                                                            @@ -312,7 +314,8 @@

                                                                                                            INativeFileTypeComponent

                                                                                                            Native parsers and native content processor components may implement this interface to get initialized by the framework.

                                                                                                            @@ -331,7 +334,7 @@

                                                                                                            INativeGenerationContentProcessor

                                                                                                            Implemented by native content processors used during generation (i.e. writing) of -native files.

                                                                                                            +native files.

                                                                                                            INativeGenerator

                                                                                                            @@ -341,7 +344,8 @@

                                                                                                            Input content handler. -

                                                                                                            +

                                                                                                            +

                                                                                                            INativeLocationTracker

                                                                                                            Provided by the framework to the INativeFileWriter in order to help generate locations for any messages that are reported through the @@ -352,7 +356,7 @@

                                                                                                            INativeOutputSettingsAware

                                                                                                            -

                                                                                                            This interface needs to be implemented by any components that should be
                                                                                                            'aware' of which settings are used when writing native files.

                                                                                                            +

                                                                                                            This interface needs to be implemented by any components that should be
                                                                                                            'aware' of which settings are used when writing native files.

                                                                                                            The SetOutputProperties(INativeOutputFileProperties) method will be invoked before the content of each native file is processed.

                                                                                                            @@ -364,7 +368,8 @@

                                                                                                            Output. -

                                                                                                            +

                                                                                                            +

                                                                                                            INativeSubContentGenerator

                                                                                                            Manages the Writer used to create the native file as well as a set @@ -373,7 +378,8 @@

                                                                                                            Input content handler. -

                                                                                                            +

                                                                                                            +

                                                                                                            INativeTextLocationMessageReporter

                                                                                                            Message reporter specialization that allows line and offset numbers to be associated with messages to relate to locations @@ -406,7 +412,8 @@

                                                                                                            IMetaDataContainer implementation. It is recommended that keys are prefixed with a value that is likely to be unique in order to avoid conflicts with unrelated components. -

                                                                                                            +

                                                                                                            +

                                                                                                            IPlaceholderTagProperties

                                                                                                            Information on a standalone inline tag, i.e. a tag that can appear inside translatable content, representing a placeholder that should be treated as @@ -415,14 +422,14 @@

                                                                                                            IPropertiesFactory

                                                                                                            Interface implemented by factories for property objects.

                                                                                                            All file type components should use this interface to create -properties objects (unless they are created by calling Clone().

                                                                                                            +properties objects (unless they are created by calling System.ICloneable.Clone().

                                                                                                            ISegmentPairProperties

                                                                                                            Common properties for a source and target segment pair

                                                                                                            ISharedObjects

                                                                                                            Implemented by the framework to provide access to objects that have been published in order to be shared across components -used for content processing. Components that are 'interested' in shared objects receive an instance +used for content processing. Components that are 'interested' in shared objects receive an instance of this interface by implementing ISharedObjectsAware.

                                                                                                            ISharedObjectsAware

                                                                                                            @@ -507,7 +514,7 @@

                                                                                                            IdConflictResolution

                                                                                                            -

                                                                                                            Indicates how conflicting ids should be handled in calls to PublishSharedObject(string, object, IdConflictResolution).

                                                                                                            +

                                                                                                            Indicates how conflicting ids should be handled in calls to PublishSharedObject(String, Object, IdConflictResolution).

                                                                                                            LockTypeFlags

                                                                                                            Enumterator that contains the available lock types

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Pair-2.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Pair-2.html index 1a0d3b31b..1ec196d9e 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Pair-2.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Pair-2.html @@ -92,32 +92,32 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            Pair<FirstType, SecondType>
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -254,7 +254,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -262,7 +262,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            true if First and Second are equal for both objects.

                                                                                                            @@ -281,7 +281,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -297,13 +297,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -325,16 +325,16 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()

                                                                                                            Implements

                                                                                                            - ICloneable + System.ICloneable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.html index 4843a8b85..09b5e86f0 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.html @@ -88,12 +88,12 @@

                                                                                                            Abstract base class that can be used to build native preview file writers.

                                                                                                            This class is derived from AbstractNativeFileWriter but also adds a property ExtensionMaps that can be set -in the filter definition's preview writer section to automatically map file extensions so that the preview file can be viewed in varions preview applications.

                                                                                                            +in the filter definition's preview writer section to automatically map file extensions so that the preview file can be viewed in varions preview applications.

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractNativePreviewFileWriter
                                                                                                            @@ -103,7 +103,7 @@

                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IDisposable
                                                                                                            Inherited Members
                                                                                                            @@ -171,7 +171,7 @@
                                                                                                            Inherited Members
                                                                                                            AbstractNativeFileWriter.Dispose()
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkPreviewControls
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.PreviewControls
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.PreviewControls.dll
                                                                                                            Syntax
                                                                                                            @@ -246,7 +246,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String[] @@ -303,7 +303,7 @@

                                                                                                            Implements

                                                                                                            INativeOutputSettingsAware
                                                                                                            - IDisposable + System.IDisposable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.html index 798e540a2..85d42ad84 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.html @@ -93,7 +93,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractPreviewControl
                                                                                                            @@ -112,28 +112,28 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFileTypeDefinitionComponent.FileTypeDefinition
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkPreviewControls
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.PreviewControls
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.PreviewControls.dll
                                                                                                            Syntax
                                                                                                            @@ -176,7 +176,7 @@
                                                                                                            Property Value
                                                                                                            - Control + System.Windows.Forms.Control diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.html index 1a12782b4..725223446 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.html @@ -92,1293 +92,14 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - -
                                                                                                            DualBrowserControl
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            DualBrowserControl
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkPreviewControls
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.PreviewControls
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.PreviewControls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class DualBrowserControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
                                                                                                            +
                                                                                                            public class DualBrowserControl : UserControl

                                                                                                            Constructors

                                                                                                            @@ -1416,7 +137,7 @@
                                                                                                            Property Value
                                                                                                            - WebBrowser + System.Windows.Forms.WebBrowser @@ -1442,7 +163,7 @@
                                                                                                            Property Value
                                                                                                            - WebBrowser + System.Windows.Forms.WebBrowser @@ -1452,7 +173,7 @@

                                                                                                            Methods -

                                                                                                            Dispose(bool)

                                                                                                            +

                                                                                                            Dispose(Boolean)

                                                                                                            Clean up any resources being used.

                                                                                                            @@ -1471,37 +192,13 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean disposing

                                                                                                            true if managed resources should be disposed; otherwise, false.

                                                                                                            -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            Implements

                                                                                                            - - - - - - - diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.html index 60ad52152..e1d7c594d 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.html @@ -93,7 +93,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            GenericExteralPreviewApplication
                                                                                                            @@ -105,7 +105,7 @@
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IDisposable
                                                                                                            Inherited Members
                                                                                                            @@ -113,28 +113,28 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFileTypeDefinitionComponent.FileTypeDefinition
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkPreviewControls
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.PreviewControls
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.PreviewControls.dll
                                                                                                            Syntax
                                                                                                            @@ -176,7 +176,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -203,7 +203,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -240,7 +240,7 @@

                                                                                                            Methods

                                                                                                            Dispose()

                                                                                                            -

                                                                                                            Calls Dispose(bool).

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -250,7 +250,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            Dispose(bool)

                                                                                                            +

                                                                                                            Dispose(Boolean)

                                                                                                            Dispose of resources used by this object. Implementation attempts to close the preview application and delete the temp file.

                                                                                                            @@ -270,7 +270,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean disposing @@ -279,13 +279,13 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ~GenericExteralPreviewApplication()

                                                                                                            -

                                                                                                            Calls Dispose(bool).

                                                                                                            +

                                                                                                            Finalize()

                                                                                                            +
                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected ~GenericExteralPreviewApplication()
                                                                                                            +
                                                                                                            protected void Finalize()
                                                                                                            @@ -339,7 +339,7 @@
                                                                                                            Returns
                                                                                                            - Process + System.Diagnostics.Process @@ -359,7 +359,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            OnPreviewClosed(object, PreviewClosedEventArgs)

                                                                                                            +

                                                                                                            OnPreviewClosed(Object, PreviewClosedEventArgs)

                                                                                                            Raise the PreviewClosed event.

                                                                                                            @@ -378,7 +378,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object sender @@ -411,7 +411,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerPreviewClosedEventArgs + System.EventHandler<PreviewClosedEventArgs> @@ -433,7 +433,7 @@

                                                                                                            Implements

                                                                                                            ISingleFilePreviewController
                                                                                                            - IDisposable + System.IDisposable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.html index 985d53577..39aaff4b8 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.html @@ -94,7 +94,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            GenericInternalWebBrowserPreviewControl
                                                                                                            @@ -106,7 +106,7 @@
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IDisposable
                                                                                                            Inherited Members
                                                                                                            @@ -114,28 +114,28 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFileTypeDefinitionComponent.FileTypeDefinition
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkPreviewControls
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.PreviewControls
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.PreviewControls.dll
                                                                                                            Syntax
                                                                                                            @@ -178,7 +178,7 @@
                                                                                                            Property Value
                                                                                                            - Control + System.Windows.Forms.Control @@ -207,7 +207,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -254,7 +254,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            Dispose(bool)

                                                                                                            +

                                                                                                            Dispose(Boolean)

                                                                                                            Implementation of the recommended dispose protocol. Deletes the managed WebBrowser control

                                                                                                            @@ -274,7 +274,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean disposing

                                                                                                            true if this method is called from IDisposable.Dispose() and false if called from Finalizer

                                                                                                            @@ -284,13 +284,13 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ~GenericInternalWebBrowserPreviewControl()

                                                                                                            +

                                                                                                            Finalize()

                                                                                                            Used for a standard implementation of IDisposable.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected ~GenericInternalWebBrowserPreviewControl()
                                                                                                            +
                                                                                                            protected void Finalize()
                                                                                                            @@ -324,7 +324,7 @@

                                                                                                            Implements

                                                                                                            ISingleFilePreviewController
                                                                                                            - IDisposable + System.IDisposable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.html index 65f4f0b42..e3dd21c85 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            GenericSideBySideWebBrowserPreviewControl
                                                                                                            @@ -104,7 +104,7 @@
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IDisposable
                                                                                                            Inherited Members
                                                                                                            @@ -112,28 +112,28 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFileTypeDefinitionComponent.FileTypeDefinition
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkPreviewControls
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.PreviewControls
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.PreviewControls.dll
                                                                                                            Syntax
                                                                                                            @@ -176,7 +176,7 @@
                                                                                                            Property Value
                                                                                                            - Control + System.Windows.Forms.Control @@ -205,7 +205,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -278,7 +278,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            Dispose(bool)

                                                                                                            +

                                                                                                            Dispose(Boolean)

                                                                                                            Implementation of the recommended dispose protocol. Deletes the managed WebBrowser control

                                                                                                            @@ -298,7 +298,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean disposing

                                                                                                            true if this method is called from IDisposable.Dispose() and false if called from Finalizer

                                                                                                            @@ -308,13 +308,13 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ~GenericSideBySideWebBrowserPreviewControl()

                                                                                                            +

                                                                                                            Finalize()

                                                                                                            Used for a standard implementation of IDisposable.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected ~GenericSideBySideWebBrowserPreviewControl()
                                                                                                            +
                                                                                                            protected void Finalize()
                                                                                                            @@ -348,7 +348,7 @@

                                                                                                            Implements

                                                                                                            ISourceAndTargetFilePreviewController
                                                                                                            - IDisposable + System.IDisposable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.ITempFileProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.ITempFileProperties.html index 4a9e27dcf..98dcd5bad 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.ITempFileProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.ITempFileProperties.html @@ -90,7 +90,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkPreviewControls
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.PreviewControls
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.PreviewControls.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.html index 481d3fd0c..10743051b 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.html @@ -99,7 +99,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            MsOfficeExternalPreviewApplication
                                                                                                            @@ -111,12 +111,12 @@
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IDisposable
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkPreviewControls
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.PreviewControls
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.PreviewControls.dll
                                                                                                            Syntax
                                                                                                            @@ -209,7 +209,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -255,7 +255,7 @@
                                                                                                            Returns
                                                                                                            - Process + System.Diagnostics.Process

                                                                                                            Process id of external application

                                                                                                            @@ -280,7 +280,7 @@

                                                                                                            Implements

                                                                                                            ISingleFilePreviewController
                                                                                                            - IDisposable + System.IDisposable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.html index 5af46652d..a74c138cd 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.html @@ -91,1294 +91,15 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - -
                                                                                                            NavigableDualBrowserControl
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            NavigableDualBrowserControl
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkPreviewControls
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.PreviewControls
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.PreviewControls.dll
                                                                                                            Syntax
                                                                                                            [ComVisible(true)]
                                                                                                            -public class NavigableDualBrowserControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
                                                                                                            +public class NavigableDualBrowserControl : UserControl

                                                                                                            Constructors

                                                                                                            @@ -1416,7 +137,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -1442,7 +163,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -1468,7 +189,7 @@
                                                                                                            Property Value
                                                                                                            - WebBrowser + System.Windows.Forms.WebBrowser @@ -1494,7 +215,7 @@
                                                                                                            Property Value
                                                                                                            - WebBrowser + System.Windows.Forms.WebBrowser @@ -1504,7 +225,7 @@

                                                                                                            Methods -

                                                                                                            Dispose(bool)

                                                                                                            +

                                                                                                            Dispose(Boolean)

                                                                                                            Clean up any resources being used.

                                                                                                            @@ -1523,15 +244,13 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean disposing

                                                                                                            true if managed resources should be disposed; otherwise, false.

                                                                                                            -
                                                                                                            Overrides
                                                                                                            - @@ -1624,7 +343,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            SelectSegment(string)

                                                                                                            +

                                                                                                            SelectSegment(String)

                                                                                                            Public method called from HTML Browser control when a segment has been selected

                                                                                                            @@ -1643,7 +362,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String puSegId

                                                                                                            A string representing the pu/segment id of the segment which has been selected

                                                                                                            @@ -1672,7 +391,7 @@
                                                                                                            Parameters
                                                                                                            - Color + System.Drawing.Color clr

                                                                                                            The color of the highlight to use

                                                                                                            @@ -1684,7 +403,7 @@

                                                                                                            Events

                                                                                                            WindowSelectionChanged

                                                                                                            -

                                                                                                            Raised when SelectSegment(string) is called.

                                                                                                            +

                                                                                                            Raised when SelectSegment(String) is called.

                                                                                                            Declaration
                                                                                                            @@ -1706,28 +425,6 @@
                                                                                                            Event Type
                                                                                                            -

                                                                                                            Implements

                                                                                                            - - - - - - -
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.html index d81d62504..fb41e2ca9 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            SideBySideNavigableWebBrowserPreviewController
                                                                                                            @@ -105,7 +105,7 @@
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IDisposable
                                                                                                            Inherited Members
                                                                                                            @@ -113,28 +113,28 @@
                                                                                                            Inherited Members
                                                                                                            AbstractFileTypeDefinitionComponent.FileTypeDefinition
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkPreviewControls
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.PreviewControls
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.PreviewControls.dll
                                                                                                            Syntax
                                                                                                            @@ -176,7 +176,7 @@
                                                                                                            Property Value
                                                                                                            - Control + System.Windows.Forms.Control @@ -205,7 +205,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -231,7 +231,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -304,7 +304,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            Dispose(bool)

                                                                                                            +

                                                                                                            Dispose(Boolean)

                                                                                                            Implementation of the recommended dispose protocol. Deletes the managed WebBrowser control

                                                                                                            @@ -324,7 +324,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean disposing

                                                                                                            true if this method is called from IDisposable.Dispose() and false if called from Finalizer

                                                                                                            @@ -334,13 +334,13 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ~SideBySideNavigableWebBrowserPreviewController()

                                                                                                            +

                                                                                                            Finalize()

                                                                                                            SideBySideNavigableWebBrowserPreviewController destructor

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected ~SideBySideNavigableWebBrowserPreviewController()
                                                                                                            +
                                                                                                            protected void Finalize()
                                                                                                            @@ -373,7 +373,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            OnSegmentSelected(object, SegmentSelectedEventArgs)

                                                                                                            +

                                                                                                            OnSegmentSelected(Object, SegmentSelectedEventArgs)

                                                                                                            Raise the SegmentSelected event.

                                                                                                            @@ -392,7 +392,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object sender @@ -451,7 +451,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerSegmentSelectedEventArgs + System.EventHandler<SegmentSelectedEventArgs> @@ -476,7 +476,7 @@

                                                                                                            Implements

                                                                                                            INavigablePreview
                                                                                                            - IDisposable + System.IDisposable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.html index 1b061ad5d..2470dff75 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.html @@ -91,7 +91,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkPreviewControls
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.PreviewControls
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.PreviewControls.dll
                                                                                                            Syntax
                                                                                                            @@ -262,7 +262,7 @@

                                                                                                            Implements

                                                                                                            INavigablePreview
                                                                                                            - IDisposable + System.IDisposable
                                                                                                            IPreviewUpdatedViaRefresh diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.html index 33d75b437..685f0b148 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TempFileProperties
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkPreviewControls
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.PreviewControls
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.PreviewControls.dll
                                                                                                            Syntax
                                                                                                            @@ -160,7 +160,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String[] @@ -186,7 +186,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -212,7 +212,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -238,7 +238,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileUtils.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileUtils.html index e7b2dae21..bf0bc2f42 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileUtils.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileUtils.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TempFileUtils
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFrameworkPreviewControls
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework.PreviewControls
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.PreviewControls.dll
                                                                                                            Syntax
                                                                                                            @@ -129,7 +129,7 @@

                                                                                                            Methods -

                                                                                                            GetModifiedTempFilePath(string[], string)

                                                                                                            +

                                                                                                            GetModifiedTempFilePath(String[], String)

                                                                                                            Construct a temp file name based on an original file name (which may include a path). This can optionally be done using a list of file extension mappings given in extensionMaps parameter.

                                                                                                            @@ -149,7 +149,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String[] extensionMaps

                                                                                                            A list of file extension maps that can be used to map the original filename extension to a new file extension @@ -157,19 +157,20 @@

                                                                                                            Parameters

                                                                                                            Each string in the extensionMaps array can either be in two formats. This first is -the original file extension followed by '|' and then the new file extension that will be used for a preview. This will +the original file extension followed by '|' and then the new file extension that will be used for a preview. This will generate preview files using the second extension for all previews of file with the original file that matches first extension. E.g. -

                                                                                                            ".txt | .htm"
                                                                                                            +
                                                                                                            ".txt | .htm"
                                                                                                            Will preview all .txt files by generating the a temp file using the .htm extension.

                                                                                                            The second format that can be used for a string in the extensionMaps array is simply the file extension to be used for the preview and all original file extensions will be previewed using this preview file extension. E.g. -

                                                                                                            ".html"
                                                                                                            -

                                                                                                            +
                                                                                                            ".html"
                                                                                                            +

                                                                                                            + - string + System.String originalFilePath

                                                                                                            The original file path of the file being previewed.

                                                                                                            @@ -186,7 +187,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String

                                                                                                            A tempoary file name that can be used to generate a preview.

                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.html index 0d0165ab9..2b4832c52 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.html @@ -93,7 +93,7 @@

                                                                                                            Classes

                                                                                                            AbstractNativePreviewFileWriter

                                                                                                            Abstract base class that can be used to build native preview file writers.

                                                                                                            This class is derived from AbstractNativeFileWriter but also adds a property ExtensionMaps that can be set -in the filter definition's preview writer section to automatically map file extensions so that the preview file can be viewed in varions preview applications.

                                                                                                            +in the filter definition's preview writer section to automatically map file extensions so that the preview file can be viewed in varions preview applications.

                                                                                                            AbstractPreviewControl

                                                                                                            This is a simple generic externalpreview control that allow the creation of a diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html index f4026d3fa..88c4620db 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html @@ -91,45 +91,45 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TempFileManager
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IDisposable
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            public class TempFileManager : IDisposable
                                                                                                            Remarks
                                                                                                            -

                                                                                                            The temp file's file system readonly flag can also be set using ReadOnly and also +

                                                                                                            The temp file's file system readonly flag can also be set using ReadOnly and also the file can be locked using Locked to prevent it being deleted by the user or any disk space management software.

                                                                                                            @@ -153,7 +153,8 @@
                                                                                                            Remarks The TempFileManager class also has a static method AutoDeleteNonLockedFiles() that can be called during applicaiton startup to delete any temp files that may not have been deleted previously. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -161,7 +162,7 @@

                                                                                                            Constructors

                                                                                                            TempFileManager()

                                                                                                            Creates a temp file with a random name and manages it. -See TempFileManager(string, bool) for more details.

                                                                                                            +See TempFileManager(String, Boolean) for more details.

                                                                                                            Declaration
                                                                                                            @@ -171,9 +172,9 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            TempFileManager(string)

                                                                                                            +

                                                                                                            TempFileManager(String)

                                                                                                            Creates the named temp file in a random temp directory or named sub-directory and manages it. -See TempFileManager(string, bool) for more details.

                                                                                                            +See TempFileManager(String, Boolean) for more details.

                                                                                                            Declaration
                                                                                                            @@ -191,7 +192,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String filePath

                                                                                                            A temp filename to create or empty for a random filename to be generated.

                                                                                                            @@ -201,7 +202,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            TempFileManager(string, bool)

                                                                                                            +

                                                                                                            TempFileManager(String, Boolean)

                                                                                                            Creates a temp file and manages it.

                                                                                                            @@ -220,16 +221,16 @@
                                                                                                            Parameters
                                                                                                            - string + System.String filePath

                                                                                                            A temp filename to create or empty for a random filename to be generated.

                                                                                                            - bool + System.Boolean lockFile

                                                                                                            If set to true the file is created in this constructor and locked with a read write stream - available through LockedFileStream.

                                                                                                            +available through LockedFileStream.

                                                                                                            @@ -239,7 +240,8 @@
                                                                                                            Properties
                                                                                                            @@ -263,23 +265,21 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean - -

                                                                                                            DeleteDirectoryIfEmpty

                                                                                                            -

                                                                                                            If true a check will be made after the file -has been deleted, and if no other files exist in the -same directory that directory will also be deleted.

                                                                                                            + +

                                                                                                            Deleted

                                                                                                            +

                                                                                                            If true then this managed file was sucessfully deleted.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public bool DeleteDirectoryIfEmpty { get; set; }
                                                                                                            +
                                                                                                            public bool Deleted { get; }
                                                                                                            Property Value
                                                                                                            @@ -291,21 +291,23 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            boolSystem.Boolean
                                                                                                            - -

                                                                                                            Deleted

                                                                                                            -

                                                                                                            If true then this managed file was sucessfully deleted.

                                                                                                            + +

                                                                                                            DeleteDirectoryIfEmpty

                                                                                                            +

                                                                                                            If true a check will be made after the file +has been deleted, and if no other files exist in the +same directory that directory will also be deleted.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public bool Deleted { get; }
                                                                                                            +
                                                                                                            public bool DeleteDirectoryIfEmpty { get; set; }
                                                                                                            Property Value
                                                                                                            @@ -317,7 +319,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -343,7 +345,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -352,7 +354,7 @@
                                                                                                            Property Value

                                                                                                            FileProcess

                                                                                                            -

                                                                                                            Can be set to a running process' Process instance so that the managed temp file is +

                                                                                                            Can be set to a running process' System.Diagnostics.Process instance so that the managed temp file is deleted when the process exits.

                                                                                                            @@ -370,7 +372,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -380,7 +382,7 @@
                                                                                                            Property Value

                                                                                                            Locked

                                                                                                            Set to create (if it does not exist) and then to lock the temp file. -The locked FileStream is available from LockedFileStream.

                                                                                                            +The locked System.IO.FileStream is available from LockedFileStream.

                                                                                                            Declaration
                                                                                                            @@ -397,7 +399,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -406,7 +408,7 @@
                                                                                                            Property Value

                                                                                                            LockedFileStream

                                                                                                            -

                                                                                                            Returns the locked FileStream instace if the temp file was previously locked by setting +

                                                                                                            Returns the locked System.IO.FileStream instace if the temp file was previously locked by setting Locked.

                                                                                                            @@ -424,19 +426,19 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            boolSystem.Boolean
                                                                                                            stringSystem.String
                                                                                                            ProcessSystem.Diagnostics.Process
                                                                                                            boolSystem.Boolean
                                                                                                            FileStreamSystem.IO.FileStream
                                                                                                            Remarks
                                                                                                            -

                                                                                                            The FileStream is opened for read/write access and share read access.

                                                                                                            +

                                                                                                            The System.IO.FileStream is opened for read/write access and share read access.

                                                                                                            ReadOnly

                                                                                                            -

                                                                                                            If set to true the managed temp file's readonly file system flag is set.

                                                                                                            +

                                                                                                            If set to true the managed temp file's readonly file system flag is set.

                                                                                                            Declaration
                                                                                                            @@ -453,7 +455,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -481,7 +483,8 @@
                                                                                                            @@ -496,7 +499,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            Dispose(bool)

                                                                                                            +

                                                                                                            Dispose(Boolean)

                                                                                                            Implementation of the recommended dispose protocol. Deletes the file if possible.

                                                                                                            @@ -515,7 +518,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean disposing

                                                                                                            true if this method is called from IDisposable.Dispose() and false if called from Finalizer

                                                                                                            @@ -525,13 +528,13 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ~TempFileManager()

                                                                                                            +

                                                                                                            Finalize()

                                                                                                            Deletes the file, if possible.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected ~TempFileManager()
                                                                                                            +
                                                                                                            protected void Finalize()
                                                                                                            @@ -569,7 +572,7 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            - IDisposable + System.IDisposable
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.UserCancelledException.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.UserCancelledException.html index 1ebf7bdf0..9dc0fcb22 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.UserCancelledException.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.UserCancelledException.html @@ -92,73 +92,73 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Exception
                                                                                                            UserCancelledException
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            +
                                                                                                            System.Runtime.InteropServices._Exception
                                                                                                            Inherited Members
                                                                                                            - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                            - Exception.ToString() + System.Exception.ToString()
                                                                                                            - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                            - Exception.GetType() + System.Exception.GetType()
                                                                                                            - Exception.Message + System.Exception.Message
                                                                                                            - Exception.Data + System.Exception.Data
                                                                                                            - Exception.InnerException + System.Exception.InnerException
                                                                                                            - Exception.TargetSite + System.Exception.TargetSite
                                                                                                            - Exception.StackTrace + System.Exception.StackTrace
                                                                                                            - Exception.HelpLink + System.Exception.HelpLink
                                                                                                            - Exception.Source + System.Exception.Source
                                                                                                            - Exception.HResult + System.Exception.HResult
                                                                                                            - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.FileTypeSupportFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -174,7 +174,8 @@
                                                                                                            Re

                                                                                                            This exception is explicitly NOT derived from FileTypeSupportException, so that it does not get caught in regular exception handlers for file type support exceptions. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -210,12 +211,12 @@
                                                                                                            Parameters
                                                                                                            - SerializationInfo + System.Runtime.Serialization.SerializationInfo info - StreamingContext + System.Runtime.Serialization.StreamingContext context @@ -224,7 +225,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            UserCancelledException(string)

                                                                                                            +

                                                                                                            UserCancelledException(String)

                                                                                                            Cancel with a message.

                                                                                                            @@ -243,7 +244,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message @@ -252,7 +253,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            UserCancelledException(string, Exception)

                                                                                                            +

                                                                                                            UserCancelledException(String, Exception)

                                                                                                            Cancel with a message and a related exception.

                                                                                                            @@ -271,12 +272,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message - Exception + System.Exception inner @@ -284,10 +285,10 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            - _Exception + System.Runtime.InteropServices._Exception
                                                                                                            diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.VersionInfo.html b/api/filetypesupport/Sdl.FileTypeSupport.Framework.VersionInfo.html index 194c9d219..bec89826a 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.VersionInfo.html +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.VersionInfo.html @@ -92,31 +92,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            VersionInfo
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType() +
                                                                                                            +
                                                                                                            + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.FileTypeSupportFramework
                                                                                                            +
                                                                                                            Namespace: Sdl.FileTypeSupport.Framework
                                                                                                            Assembly: Sdl.FileTypeSupport.Framework.Core.dll
                                                                                                            Syntax
                                                                                                            @@ -157,7 +160,7 @@
                                                                                                            Returns
                                                                                                            - Version + System.Version

                                                                                                            The current version of the API.

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.AbstractAction.html b/api/integration/Sdl.Desktop.IntegrationApi.AbstractAction.html index 14f8ef800..a973acefd 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.AbstractAction.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.AbstractAction.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractAction
                                                                                                            @@ -104,32 +104,32 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public abstract class AbstractAction : IAction, IExtensionAware
                                                                                                            +
                                                                                                            public abstract class AbstractAction : IAction

                                                                                                            Constructors

                                                                                                            @@ -194,7 +194,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -223,7 +223,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -253,7 +253,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -311,7 +311,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -367,7 +367,7 @@
                                                                                                            Property Value
                                                                                                            - Icon + System.Drawing.Icon @@ -393,7 +393,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -451,7 +451,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -480,7 +480,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -563,7 +563,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerActionExecutionEventArgs + System.EventHandler<ActionExecutionEventArgs> @@ -588,7 +588,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerActionExecutionCancelEventArgs + System.EventHandler<ActionExecutionCancelEventArgs> @@ -596,7 +596,7 @@
                                                                                                            Event Type

                                                                                                            PropertyChanged

                                                                                                            -

                                                                                                            Raised when the value of one of the action's properties changed.

                                                                                                            +

                                                                                                            Raised when the value of one of the action's properties changed.

                                                                                                            Declaration
                                                                                                            @@ -613,7 +613,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerActionPropertyChangedEventArgs + System.EventHandler<ActionPropertyChangedEventArgs> @@ -621,6 +621,33 @@
                                                                                                            Event Type
                                                                                                            Remarks

                                                                                                            For possible property values, see the constants defined in ActionProperties.

                                                                                                            +

                                                                                                            Explicit Interface Implementations +

                                                                                                            + + + +

                                                                                                            IAction.Execute()

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            bool IAction.Execute()
                                                                                                            +
                                                                                                            +
                                                                                                            Returns
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.Boolean

                                                                                                            Implements

                                                                                                            IAction @@ -630,7 +657,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.AbstractApplication.html b/api/integration/Sdl.Desktop.IntegrationApi.AbstractApplication.html index 1caff1829..f7e467087 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.AbstractApplication.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.AbstractApplication.html @@ -91,35 +91,35 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractApplication
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -149,7 +149,8 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual void ExecuteAction<TAction>() where TAction : AbstractAction
                                                                                                            +
                                                                                                            public virtual void ExecuteAction<TAction>()
                                                                                                            +    where TAction : AbstractAction
                                                                                                            Type Parameters
                                                                                                            @@ -176,7 +177,8 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual TAction GetAction<TAction>() where TAction : AbstractAction
                                                                                                            +
                                                                                                            public virtual TAction GetAction<TAction>()
                                                                                                            +    where TAction : AbstractAction
                                                                                                            Returns
                                                                                                            @@ -219,7 +221,8 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual TController GetController<TController>() where TController : AbstractController
                                                                                                            +
                                                                                                            public virtual TController GetController<TController>()
                                                                                                            +    where TController : AbstractController
                                                                                                            Returns
                                                                                                            @@ -346,14 +349,14 @@
                                                                                                            Event Type
                                                                                                            - +
                                                                                                            EventHandlerCancelEventArgsSystem.EventHandler<System.ComponentModel.CancelEventArgs>

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.AbstractRibbonGroup.html b/api/integration/Sdl.Desktop.IntegrationApi.AbstractRibbonGroup.html index a70205375..11ac28f37 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.AbstractRibbonGroup.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.AbstractRibbonGroup.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractRibbonGroup
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -138,7 +138,7 @@
                                                                                                            Declaration

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.AbstractViewController.html b/api/integration/Sdl.Desktop.IntegrationApi.AbstractViewController.html index 2ebb12349..8abe49ed0 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.AbstractViewController.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.AbstractViewController.html @@ -87,45 +87,45 @@

                                                                                                            Class AbstractViewController

                                                                                                            Base class used in the implementation and integration of a view in desktop applications. -Based on an MVC pattern the implementation is the controller of a view.

                                                                                                            +Based on an MVC pattern the implementation is the controller of a view.

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractViewController
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IDisposable
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -198,7 +198,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            Dispose(bool)

                                                                                                            +

                                                                                                            Dispose(Boolean)

                                                                                                            Declaration
                                                                                                            @@ -216,7 +216,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean disposing @@ -345,18 +345,18 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerActivationChangedEventArgs + System.EventHandler<ActivationChangedEventArgs>

                                                                                                            Implements

                                                                                                            - IDisposable + System.IDisposable

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.AbstractViewControllerAction-1.html b/api/integration/Sdl.Desktop.IntegrationApi.AbstractViewControllerAction-1.html index 317eedf8b..5ba25234f 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.AbstractViewControllerAction-1.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.AbstractViewControllerAction-1.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractViewControllerAction<TController>
                                                                                                            @@ -105,6 +105,9 @@

                                                                                                            Inherited Members
                                                                                                            + @@ -157,32 +160,32 @@
                                                                                                            Inherited Members
                                                                                                            AbstractAction.AfterActionExecuted
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public abstract class AbstractViewControllerAction<TController> : AbstractAction, IAction, IExtensionAware where TController : AbstractViewController
                                                                                                            +
                                                                                                            public abstract class AbstractViewControllerAction<TController> : AbstractAction, IAction where TController : AbstractViewController
                                                                                                            Type Parameters
                                                                                                            @@ -261,7 +264,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -275,7 +278,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.AbstractViewPartController.html b/api/integration/Sdl.Desktop.IntegrationApi.AbstractViewPartController.html index 976379bea..14e11d73c 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.AbstractViewPartController.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.AbstractViewPartController.html @@ -86,44 +86,44 @@

                                                                                                            Class AbstractViewPartController

                                                                                                            -

                                                                                                            Base class used in the implementation and integration of a view part in desktop applications.

                                                                                                            +

                                                                                                            Base class used in the implementation and integration of a view part in desktop applications.

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractViewPartController
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IDisposable
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -163,7 +163,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -188,7 +188,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -216,7 +216,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -245,7 +245,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -271,7 +271,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -309,7 +309,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            Dispose(bool)

                                                                                                            +

                                                                                                            Dispose(Boolean)

                                                                                                            Declaration
                                                                                                            @@ -327,7 +327,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -409,11 +409,11 @@
                                                                                                            Declaration

                                                                                                            Implements

                                                                                                            - IDisposable + System.IDisposable

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.html b/api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.html index 150a3a9d2..f5bc0bbc0 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.html @@ -91,8 +91,8 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            ActionExecutionCancelEventArgs
                                                                                                            @@ -102,31 +102,31 @@

                                                                                                            Inherited Members
                                                                                                            ActionExecutionEventArgs.ActionId
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -137,7 +137,7 @@

                                                                                                            Constructors -

                                                                                                            ActionExecutionCancelEventArgs(string)

                                                                                                            +

                                                                                                            ActionExecutionCancelEventArgs(String)

                                                                                                            Create the instance of the argument.

                                                                                                            @@ -156,7 +156,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -186,14 +186,14 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            EventHandlerActivationChangedEventArgsSystem.EventHandler<ActivationChangedEventArgs>
                                                                                                            EventHandlerVisibilityChangedEventArgsSystem.EventHandler<VisibilityChangedEventArgs>
                                                                                                            boolSystem.Boolean
                                                                                                            boolSystem.Boolean
                                                                                                            boolSystem.Boolean
                                                                                                            boolSystem.Boolean disposing
                                                                                                            stringSystem.String actionId

                                                                                                            The action identifier for which the argument event is initialized.

                                                                                                            boolSystem.Boolean

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.html b/api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.html index 471ed688c..b222d3a29 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.html @@ -91,39 +91,39 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            ActionExecutionEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -134,7 +134,7 @@

                                                                                                            Constructors -

                                                                                                            ActionExecutionEventArgs(string)

                                                                                                            +

                                                                                                            ActionExecutionEventArgs(String)

                                                                                                            Create the instance of the argument.

                                                                                                            @@ -153,7 +153,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String actionId

                                                                                                            The action identifier for which the argument event is initialized.

                                                                                                            @@ -183,14 +183,14 @@
                                                                                                            Property Value
                                                                                                            - string + System.String

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.html b/api/integration/Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.html index 7ed9c8ef2..63050131d 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.html @@ -86,47 +86,15 @@

                                                                                                            Class ActivationChangedEventArgs

                                                                                                            -

                                                                                                            Contains the arguments returned by the event fired when a UI controller instance's activation state changes.

                                                                                                            +

                                                                                                            Contains the arguments returned by the event fired when a UI controller instance's activation state changes.

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            ActivationChangedEventArgs
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ActivationChangedEventArgs
                                                                                                            - -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -137,7 +105,7 @@

                                                                                                            Constructors -

                                                                                                            ActivationChangedEventArgs(bool)

                                                                                                            +

                                                                                                            ActivationChangedEventArgs(Boolean)

                                                                                                            Initialize the instance of the argument using the changed active state value

                                                                                                            @@ -156,7 +124,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean active

                                                                                                            The active changed state.

                                                                                                            @@ -186,14 +154,14 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.ApplicationHost-1.html b/api/integration/Sdl.Desktop.IntegrationApi.ApplicationHost-1.html index c0b89995a..f1a475330 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.ApplicationHost-1.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.ApplicationHost-1.html @@ -91,39 +91,40 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ApplicationHost<T>
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public abstract class ApplicationHost<T> where T : AbstractApplication, new()
                                                                                                            +
                                                                                                            public abstract class ApplicationHost<T>
                                                                                                            +    where T : AbstractApplication, new()
                                                                                                            Type Parameters
                                                                                                            @@ -136,7 +137,7 @@
                                                                                                            Type Parameters
                                                                                                            - @@ -183,7 +184,7 @@
                                                                                                            Property Value
                                                                                                            T

                                                                                                            The hosted application.

                                                                                                            +

                                                                                                            The hosted application.

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultContextMenus.html b/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultContextMenus.html index 0375f04ff..a2b630301 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultContextMenus.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultContextMenus.html @@ -91,35 +91,35 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            StudioDefaultContextMenus
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiDefaultLocations
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.DefaultLocations
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -139,7 +139,7 @@
                                                                                                            Declaration

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups.html b/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups.html index d2763280d..79889b518 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups.html @@ -91,35 +91,35 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            StudioDefaultRibbonGroups
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiDefaultLocations
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.DefaultLocations
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -139,7 +139,7 @@
                                                                                                            Declaration

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html b/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html index 994491235..4dad2da2e 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html @@ -91,36 +91,45 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            StudioDefaultRibbonTabs.AddinsRibbonTabLocation
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.ToString()
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.Equals(System.Object)
                                                                                                            - object.GetHashCode() + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.ReferenceEquals(System.Object, System.Object) +
                                                                                                            +
                                                                                                            + System.Object.GetHashCode() +
                                                                                                            +
                                                                                                            + System.Object.GetType() +
                                                                                                            +
                                                                                                            + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiDefaultLocations
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.DefaultLocations
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public sealed class StudioDefaultRibbonTabs.AddinsRibbonTabLocation : AbstractLocation
                                                                                                            +
                                                                                                            public sealed class AddinsRibbonTabLocation : AbstractLocation

                                                                                                            Constructors

                                                                                                            @@ -134,9 +143,126 @@
                                                                                                            Declaration
                                                                                                            public AddinsRibbonTabLocation()
                                                                                                            +

                                                                                                            Properties +

                                                                                                            + + + +

                                                                                                            InsertAfter

                                                                                                            +

                                                                                                            The ribbon group which is after

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public override string InsertAfter { get; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.String
                                                                                                            +
                                                                                                            Overrides
                                                                                                            + + + + +

                                                                                                            InsertBefore

                                                                                                            +

                                                                                                            The ribbon group which is before

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public override string InsertBefore { get; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.String
                                                                                                            +
                                                                                                            Overrides
                                                                                                            + + + + +

                                                                                                            Path

                                                                                                            +

                                                                                                            The path to the Add-Ins tab location

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public override string Path { get; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.String
                                                                                                            +
                                                                                                            Overrides
                                                                                                            + + + + +

                                                                                                            TargetAttributeType

                                                                                                            +

                                                                                                            The target extension attribute type

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public override Type TargetAttributeType { get; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.Type
                                                                                                            +
                                                                                                            Overrides
                                                                                                            + +
                                                                                                            Remarks
                                                                                                            +

                                                                                                            Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element.

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html b/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html index d41ff0515..10bb3a486 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html @@ -91,36 +91,45 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            StudioDefaultRibbonTabs.HelpRibbonTabLocation
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.ToString()
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.Equals(System.Object)
                                                                                                            - object.GetHashCode() + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.ReferenceEquals(System.Object, System.Object) +
                                                                                                            +
                                                                                                            + System.Object.GetHashCode() +
                                                                                                            +
                                                                                                            + System.Object.GetType() +
                                                                                                            +
                                                                                                            + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiDefaultLocations
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.DefaultLocations
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public sealed class StudioDefaultRibbonTabs.HelpRibbonTabLocation : AbstractLocation
                                                                                                            +
                                                                                                            public sealed class HelpRibbonTabLocation : AbstractLocation

                                                                                                            Constructors

                                                                                                            @@ -134,9 +143,126 @@
                                                                                                            Declaration
                                                                                                            public HelpRibbonTabLocation()
                                                                                                            +

                                                                                                            Properties +

                                                                                                            + + + +

                                                                                                            InsertAfter

                                                                                                            +

                                                                                                            The ribbon group which is after

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public override string InsertAfter { get; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.String
                                                                                                            +
                                                                                                            Overrides
                                                                                                            + + + + +

                                                                                                            InsertBefore

                                                                                                            +

                                                                                                            The ribbon group which is before

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public override string InsertBefore { get; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.String
                                                                                                            +
                                                                                                            Overrides
                                                                                                            + + + + +

                                                                                                            Path

                                                                                                            +

                                                                                                            The path to the Add-Ins tab location

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public override string Path { get; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.String
                                                                                                            +
                                                                                                            Overrides
                                                                                                            + + + + +

                                                                                                            TargetAttributeType

                                                                                                            +

                                                                                                            The target extension attribute type

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public override Type TargetAttributeType { get; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.Type
                                                                                                            +
                                                                                                            Overrides
                                                                                                            + +
                                                                                                            Remarks
                                                                                                            +

                                                                                                            Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element.

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html b/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html index b633efe63..4d85ec0bb 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html @@ -91,36 +91,45 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            StudioDefaultRibbonTabs.ViewRibbonTabLocation
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object, object) + System.Object.ToString()
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.Equals(System.Object)
                                                                                                            - object.GetHashCode() + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.ReferenceEquals(System.Object, System.Object) +
                                                                                                            +
                                                                                                            + System.Object.GetHashCode() +
                                                                                                            +
                                                                                                            + System.Object.GetType() +
                                                                                                            +
                                                                                                            + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiDefaultLocations
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.DefaultLocations
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public sealed class StudioDefaultRibbonTabs.ViewRibbonTabLocation : AbstractLocation
                                                                                                            +
                                                                                                            public sealed class ViewRibbonTabLocation : AbstractLocation

                                                                                                            Constructors

                                                                                                            @@ -134,9 +143,126 @@
                                                                                                            Declaration
                                                                                                            public ViewRibbonTabLocation()
                                                                                                            +

                                                                                                            Properties +

                                                                                                            + + + +

                                                                                                            InsertAfter

                                                                                                            +

                                                                                                            The ribbon group which is after

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public override string InsertAfter { get; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.String
                                                                                                            +
                                                                                                            Overrides
                                                                                                            + + + + +

                                                                                                            InsertBefore

                                                                                                            +

                                                                                                            The ribbon group which is before

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public override string InsertBefore { get; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.String
                                                                                                            +
                                                                                                            Overrides
                                                                                                            + + + + +

                                                                                                            Path

                                                                                                            +

                                                                                                            The path to the Add-Ins tab location

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public override string Path { get; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.String
                                                                                                            +
                                                                                                            Overrides
                                                                                                            + + + + +

                                                                                                            TargetAttributeType

                                                                                                            +

                                                                                                            The target extension attribute type

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public override Type TargetAttributeType { get; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.Type
                                                                                                            +
                                                                                                            Overrides
                                                                                                            + +
                                                                                                            Remarks
                                                                                                            +

                                                                                                            Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element.

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.html b/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.html index 01210e094..7d99ba049 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.html @@ -91,35 +91,35 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            StudioDefaultRibbonTabs
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiDefaultLocations
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.DefaultLocations
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -139,7 +139,7 @@
                                                                                                            Declaration

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews.html b/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews.html index 76ea3b79b..ff4eecf1b 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews.html @@ -91,35 +91,35 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            StudioDefaultViews
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiDefaultLocations
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.DefaultLocations
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -139,7 +139,7 @@
                                                                                                            Declaration

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.DefaultSettingsPage-2.html b/api/integration/Sdl.Desktop.IntegrationApi.DefaultSettingsPage-2.html index c48c644aa..be971b92d 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.DefaultSettingsPage-2.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.DefaultSettingsPage-2.html @@ -91,65 +91,15 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            DefaultSettingsPage<TControl, TSettings>
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            DefaultSettingsPage<TControl, TSettings>
                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            - - -
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class DefaultSettingsPage<TControl, TSettings> : AbstractSettingsPage, ISettingsPage, IDisposable where TControl : IUISettingsControl, ISettingsAware<TSettings>, new() where TSettings : SettingsGroup, new()
                                                                                                            +
                                                                                                            public class DefaultSettingsPage<TControl, TSettings> : AbstractSettingsPage where TControl : IUISettingsControl, ISettingsAware<TSettings>, new()
                                                                                                            +    where TSettings : SettingsGroup, new()
                                                                                                            Type Parameters
                                                                                                            @@ -249,8 +199,6 @@
                                                                                                            Declaration
                                                                                                            public override void Cancel()
                                                                                                            -
                                                                                                            Overrides
                                                                                                            - @@ -262,8 +210,6 @@
                                                                                                            Declaration
                                                                                                            public override void Dispose()
                                                                                                            -
                                                                                                            Overrides
                                                                                                            - @@ -285,13 +231,11 @@
                                                                                                            Returns
                                                                                                            - +
                                                                                                            objectSystem.Object
                                                                                                            -
                                                                                                            Overrides
                                                                                                            - @@ -303,8 +247,6 @@
                                                                                                            Declaration
                                                                                                            public override void ResetToDefaults()
                                                                                                            -
                                                                                                            Overrides
                                                                                                            - @@ -316,8 +258,6 @@
                                                                                                            Declaration
                                                                                                            public override void Save()
                                                                                                            -
                                                                                                            Overrides
                                                                                                            - @@ -339,23 +279,14 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            Implements

                                                                                                            - -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.html index 977d6161e..5a4dbbc9a 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.html @@ -91,172 +91,16 @@

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            AbstractCommandBarItemAttribute
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            AbstractCommandBarItemAttribute
                                                                                                            + +
                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            - -
                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensions
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public abstract class AbstractCommandBarItemAttribute : ExtensionAttribute, _Attribute
                                                                                                            +
                                                                                                            public abstract class AbstractCommandBarItemAttribute : ExtensionAttribute
                                                                                                            Remarks

                                                                                                            The concrete classes extending this abstract base class:

                                                                                                            @@ -277,7 +121,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            AbstractCommandBarItemAttribute(string, string, string)

                                                                                                            +

                                                                                                            AbstractCommandBarItemAttribute(String, String, String)

                                                                                                            Constructor with basic properties.

                                                                                                            @@ -296,19 +140,19 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id

                                                                                                            A unique id for this command bar item.

                                                                                                            - string + System.String name

                                                                                                            A name for this command bar item. Should typically be a key of a resource string in PluginResources.resx.

                                                                                                            - string + System.String description

                                                                                                            A description for this command bar item. Should typically be a key of a resource string in PluginResources.resx.

                                                                                                            @@ -338,18 +182,14 @@
                                                                                                            Property Value
                                                                                                            - Type + System.Type -

                                                                                                            Implements

                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.html index 74137b001..287570f7a 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.html @@ -91,156 +91,21 @@

                                                                                                            Implements
                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensions
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public abstract class AbstractLayoutAttribute : AuxiliaryExtensionAttribute, _Attribute, ILocationAware
                                                                                                            +
                                                                                                            public abstract class AbstractLayoutAttribute : AuxiliaryExtensionAttribute, ILocationAware

                                                                                                            Constructors

                                                                                                            @@ -277,7 +142,7 @@
                                                                                                            Parameters
                                                                                                            - Type + System.Type locationType

                                                                                                            The location by type at which to insert the plug-in item.

                                                                                                            @@ -332,7 +197,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -358,7 +223,7 @@
                                                                                                            Property Value
                                                                                                            - Type + System.Type @@ -373,8 +238,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [PluginResource]
                                                                                                            -public string Name { get; set; }
                                                                                                            +
                                                                                                            public string Name { get; set; }
                                                                                                            Property Value
                                                                                                            @@ -386,7 +250,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -412,7 +276,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -421,17 +285,15 @@

                                                                                                            The z-Index ordering is performed only for the intergrated elements and have a lower priority than SDL ordering. It acts as importance from left to right or top to bottom.

                                                                                                            -

                                                                                                            The highest ZIndex value is in the left or top and the lowest value is in the right or bottom.

                                                                                                            +

                                                                                                            The highest ZIndex value is in the left or top and the lowest value is in the right or bottom.

                                                                                                            +

                                                                                                            Implements

                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.html index 61a774174..d198ff472 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractLayoutConfiguration
                                                                                                            @@ -99,28 +99,28 @@
                                                                                                            Inheritance
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensions
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            @@ -138,9 +138,37 @@
                                                                                                            Declaration
                                                                                                            protected AbstractLayoutConfiguration()
                                                                                                            +

                                                                                                            Properties +

                                                                                                            + + + +

                                                                                                            Id

                                                                                                            +

                                                                                                            Layout configuration identifier

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public string Id { get; protected set; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            +

                                                                                                            stringSystem.String
                                                                                                            uintSystem.UInt32
                                                                                                            + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.String

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.html index 4fd841e55..2577a7361 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.html @@ -91,177 +91,23 @@

                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            + +
                                                                                                            ActionAttribute
                                                                                                            +
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensions
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [ExtensionPointInfo("Actions", ExtensionPointBehavior.Static)]
                                                                                                            -[AttributeUsage(AttributeTargets.Class)]
                                                                                                            -public class ActionAttribute : AbstractCommandBarItemAttribute, _Attribute
                                                                                                            +
                                                                                                            [AttributeUsage(AttributeTargets.Class)]
                                                                                                            +public class ActionAttribute : AbstractCommandBarItemAttribute
                                                                                                            Remarks

                                                                                                            @@ -269,17 +115,29 @@

                                                                                                            R To specify that the value of a certain string property needs to be retrieved from the resource file, annotate the property definition with the PluginResourceAttribute attribute. Users should now specify the name of the resource key, instead of the actual value, as the property value. When no resource string with the specified key can be found, the framework keeps the specified string as the property value. To define non-string properties whose value is stored in the PluginResources.resx resource file, create a string property, which value - should be set to a resource key. When consuming the extension, use GetPluginResource<T>(string) tio retriece the resource from + should be set to a resource key. When consuming the extension, use GetPluginResource<T>(String) tio retriece the resource from the plug-in resource file. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            -

                                                                                                            ActionAttribute(string)

                                                                                                            -

                                                                                                            Initialize the instance of the action attribute

                                                                                                            +

                                                                                                            ActionAttribute()

                                                                                                            +

                                                                                                            Default constructor for XML serialization.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public ActionAttribute()
                                                                                                            +
                                                                                                            + + + +

                                                                                                            ActionAttribute(String)

                                                                                                            +

                                                                                                            Initialize the instance of the action attribute

                                                                                                            Declaration
                                                                                                            @@ -297,7 +155,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id

                                                                                                            The unique identifier of the action

                                                                                                            @@ -310,11 +168,12 @@
                                                                                                            -

                                                                                                            ActionAttribute(string, string, string)

                                                                                                            +

                                                                                                            ActionAttribute(String, String, String)

                                                                                                            Initialize the instance of the action attribute.

                                                                                                            @@ -333,19 +192,19 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id

                                                                                                            The unique identifier of the action.

                                                                                                            - string + System.String name -

                                                                                                            The name that will be displayed.

                                                                                                            +

                                                                                                            The name that will be displayed.

                                                                                                            - string + System.String description

                                                                                                            The description of the action.

                                                                                                            @@ -355,7 +214,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ActionAttribute(string, string, string, Type)

                                                                                                            +

                                                                                                            ActionAttribute(String, String, String, Type)

                                                                                                            Initialize the instance of the action attribute.

                                                                                                            @@ -374,25 +233,25 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id

                                                                                                            The unique identifier of the action.

                                                                                                            - string + System.String name -

                                                                                                            The name that will be displayed.

                                                                                                            +

                                                                                                            The name that will be displayed.

                                                                                                            - string + System.String description

                                                                                                            The description of the action.

                                                                                                            - Type + System.Type contextByType

                                                                                                            The context in which the action should work.

                                                                                                            @@ -402,8 +261,8 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ActionAttribute(string, Type)

                                                                                                            -

                                                                                                            Initialize the instance of the action attribute

                                                                                                            +

                                                                                                            ActionAttribute(String, Type)

                                                                                                            +

                                                                                                            Initialize the instance of the action attribute

                                                                                                            Declaration
                                                                                                            @@ -421,13 +280,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id

                                                                                                            The unique identifier of the action

                                                                                                            - Type + System.Type contextByType

                                                                                                            The context in which the action should work.

                                                                                                            @@ -440,14 +299,11 @@
                                                                                                            Implements
                                                                                                            - +

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.html index 6309747b0..1fbbb89da 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.html @@ -91,15 +91,12 @@

                                                                                                            Inheritance
                                                                                                            - - - - -
                                                                                                            ActionLayoutAttribute
                                                                                                            +
                                                                                                            System.Object
                                                                                                            + +
                                                                                                            ActionLayoutAttribute
                                                                                                            Implements
                                                                                                            -
                                                                                                            @@ -119,155 +116,26 @@
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensions
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
                                                                                                            -public class ActionLayoutAttribute : AbstractLayoutAttribute, _Attribute, ILocationAware
                                                                                                            +public class ActionLayoutAttribute : AbstractLayoutAttribute, ILocationAware

                                                                                                            Constructors

                                                                                                            -

                                                                                                            ActionLayoutAttribute(Type, uint, DisplayType, string, bool)

                                                                                                            +

                                                                                                            ActionLayoutAttribute(Type, UInt32, DisplayType, String, Boolean)

                                                                                                            Initialize the instance of the action layout attribute.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public ActionLayoutAttribute(Type locationByType, uint zIndex = 0, DisplayType displayType = DisplayType.Default, string name = "", bool isSeparator = false)
                                                                                                            +
                                                                                                            public ActionLayoutAttribute(Type locationByType, uint zIndex = 0U, DisplayType displayType = DisplayType.Default, string name = "", bool isSeparator = false)
                                                                                                            Parameters
                                                                                                            @@ -280,13 +148,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -298,13 +166,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -315,15 +183,12 @@

                                                                                                            You may use as a locationByType

                                                                                                            Implements

                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute.html index e1c788e90..4f65ba5bc 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute.html @@ -92,172 +92,15 @@

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            ApplicationInitializerAttribute
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ApplicationInitializerAttribute
                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            - -
                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensions
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [ExtensionPointInfo("Initializers", ExtensionPointBehavior.Static)]
                                                                                                            -[AttributeUsage(AttributeTargets.Class)]
                                                                                                            -public class ApplicationInitializerAttribute : ExtensionAttribute, _Attribute
                                                                                                            +
                                                                                                            [AttributeUsage(AttributeTargets.Class)]
                                                                                                            +public class ApplicationInitializerAttribute : ExtensionAttribute

                                                                                                            Constructors

                                                                                                            @@ -271,13 +114,9 @@
                                                                                                            Declaration
                                                                                                            public ApplicationInitializerAttribute()
                                                                                                            -

                                                                                                            Implements

                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.html index 96ded51de..1fa974676 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ExternalCommandLineArgument
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensionsCommandLine
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions.CommandLine
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            @@ -204,14 +204,14 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            TypeSystem.Type locationByType

                                                                                                            The location where the visual representation of the action should be added.

                                                                                                            uintSystem.UInt32 zIndex

                                                                                                            Defines a 0 based index order for the UI elements where the highest value is the most important.

                                                                                                            stringSystem.String name

                                                                                                            Used to override the default name of the action and replace it with a new provided name.

                                                                                                            boolSystem.Boolean isSeparator

                                                                                                            Is separator determines if a separator should be added before the action

                                                                                                            IListstringSystem.Collections.Generic.IList<System.String>

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.html index 60a1acf6c..1c194e7f8 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ExternalCommandLineArgumentDefinition
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensionsCommandLine
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions.CommandLine
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            @@ -129,7 +129,7 @@

                                                                                                            Constructors -

                                                                                                            ExternalCommandLineArgumentDefinition(string, string)

                                                                                                            +

                                                                                                            ExternalCommandLineArgumentDefinition(String, String)

                                                                                                            Creates a new command line argument definition with the given argument name and description.

                                                                                                            @@ -148,12 +148,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name - string + System.String description @@ -182,7 +182,7 @@
                                                                                                            Property Value
                                                                                                            - IListstring + System.Collections.Generic.IList<System.String> @@ -208,7 +208,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -235,7 +235,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -261,7 +261,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -270,7 +270,7 @@
                                                                                                            Property Value

                                                                                                            Name

                                                                                                            -

                                                                                                            Gets or sets the argument name. The user must use this name, preceded by a slash ('/') in order to specify this argument on the command line, +

                                                                                                            Gets or sets the argument name. The user must use this name, preceded by a slash ('/') in order to specify this argument on the command line, followed by a number of values separated by a space.

                                                                                                            @@ -288,7 +288,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -317,7 +317,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -343,19 +343,19 @@
                                                                                                            Property Value
                                                                                                            - string + System.String[]
                                                                                                            Remarks
                                                                                                            -

                                                                                                            The default value is a string[] containing the main argument name appended with '1'. Also when displaying the command line help if more +

                                                                                                            The default value is a string[] containing the main argument name appended with '1'. Also when displaying the command line help if more sample names are needed to display required or optional sample names then an incrementing number is appended to the last sample name in the the array.

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.html index 37c34cb1c..c8d407fa3 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.html @@ -91,94 +91,139 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Collections.ObjectModel.Collection<ExternalCommandLineArgument>
                                                                                                            ExternalCommandLineArguments
                                                                                                            Implements
                                                                                                            - - - - - - - - +
                                                                                                            System.Collections.Generic.IList<ExternalCommandLineArgument>
                                                                                                            +
                                                                                                            System.Collections.Generic.ICollection<ExternalCommandLineArgument>
                                                                                                            +
                                                                                                            System.Collections.IList
                                                                                                            +
                                                                                                            System.Collections.ICollection
                                                                                                            +
                                                                                                            System.Collections.Generic.IReadOnlyList<ExternalCommandLineArgument>
                                                                                                            +
                                                                                                            System.Collections.Generic.IReadOnlyCollection<ExternalCommandLineArgument>
                                                                                                            +
                                                                                                            System.Collections.Generic.IEnumerable<ExternalCommandLineArgument>
                                                                                                            +
                                                                                                            System.Collections.IEnumerable
                                                                                                            Inherited Members
                                                                                                            - Collection<ExternalCommandLineArgument>.Add(ExternalCommandLineArgument) + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.Add(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument)
                                                                                                            - Collection<ExternalCommandLineArgument>.Clear() + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.Clear()
                                                                                                            - Collection<ExternalCommandLineArgument>.CopyTo(ExternalCommandLineArgument[], int) + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.CopyTo(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument[], System.Int32)
                                                                                                            - Collection<ExternalCommandLineArgument>.Contains(ExternalCommandLineArgument) + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.Contains(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument)
                                                                                                            - Collection<ExternalCommandLineArgument>.GetEnumerator() + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.GetEnumerator()
                                                                                                            - Collection<ExternalCommandLineArgument>.IndexOf(ExternalCommandLineArgument) + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.IndexOf(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument)
                                                                                                            - Collection<ExternalCommandLineArgument>.Insert(int, ExternalCommandLineArgument) + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.Insert(System.Int32, Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument)
                                                                                                            - Collection<ExternalCommandLineArgument>.Remove(ExternalCommandLineArgument) + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.Remove(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument)
                                                                                                            - Collection<ExternalCommandLineArgument>.RemoveAt(int) + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.RemoveAt(System.Int32)
                                                                                                            - Collection<ExternalCommandLineArgument>.ClearItems() + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.ClearItems()
                                                                                                            - Collection<ExternalCommandLineArgument>.InsertItem(int, ExternalCommandLineArgument) + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.InsertItem(System.Int32, Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument)
                                                                                                            - Collection<ExternalCommandLineArgument>.RemoveItem(int) + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.RemoveItem(System.Int32)
                                                                                                            - Collection<ExternalCommandLineArgument>.SetItem(int, ExternalCommandLineArgument) + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.SetItem(System.Int32, Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument)
                                                                                                            - Collection<ExternalCommandLineArgument>.Count + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IEnumerable.GetEnumerator()
                                                                                                            - Collection<ExternalCommandLineArgument>.Items + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
                                                                                                            - Collection<ExternalCommandLineArgument>.this[int] + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.get_Item(System.Int32)
                                                                                                            - object.ToString() + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.set_Item(System.Int32, System.Object)
                                                                                                            - object.Equals(object) + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.Add(System.Object)
                                                                                                            - object.Equals(object, object) + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.Contains(System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.IndexOf(System.Object)
                                                                                                            - object.GetHashCode() + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.Insert(System.Int32, System.Object)
                                                                                                            - object.GetType() + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.Remove(System.Object)
                                                                                                            - object.MemberwiseClone() + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.Count +
                                                                                                            +
                                                                                                            + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.Items +
                                                                                                            +
                                                                                                            + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.Item[System.Int32] +
                                                                                                            +
                                                                                                            + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.Generic.ICollection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.IsReadOnly +
                                                                                                            +
                                                                                                            + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.ICollection.IsSynchronized +
                                                                                                            +
                                                                                                            + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.ICollection.SyncRoot +
                                                                                                            +
                                                                                                            + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.Item[System.Int32] +
                                                                                                            +
                                                                                                            + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.IsReadOnly +
                                                                                                            +
                                                                                                            + System.Collections.ObjectModel.Collection<Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument>.System.Collections.IList.IsFixedSize +
                                                                                                            +
                                                                                                            + 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: SdlSdl.DesktopIntegrationApiExtensionsCommandLine
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions.CommandLine
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            @@ -201,7 +246,7 @@

                                                                                                            Properties -

                                                                                                            this[string]

                                                                                                            +

                                                                                                            Item[String]

                                                                                                            Gets the command line argument with the specified name or alias (case insensitive).

                                                                                                            @@ -220,7 +265,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name

                                                                                                            The name of requested argument.

                                                                                                            @@ -245,32 +290,32 @@
                                                                                                            Property Value

                                                                                                            Implements

                                                                                                            - IList<T> + System.Collections.Generic.IList<T>
                                                                                                            - ICollection<T> + System.Collections.Generic.ICollection<T>
                                                                                                            - IList + System.Collections.IList
                                                                                                            - ICollection + System.Collections.ICollection
                                                                                                            - IReadOnlyList<T> + System.Collections.Generic.IReadOnlyList<T>
                                                                                                            - IReadOnlyCollection<T> + System.Collections.Generic.IReadOnlyCollection<T>
                                                                                                            - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                            - IEnumerable + System.Collections.IEnumerable

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.html index 03c2e79cf..e6d5adbea 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.html @@ -92,160 +92,15 @@

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            ExternalCommandLineProcessorAttribute
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ExternalCommandLineProcessorAttribute
                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            - -
                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensionsCommandLine
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions.CommandLine
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [ExtensionPointInfo("Command Line Processors", ExtensionPointBehavior.Static)]
                                                                                                            -[AttributeUsage(AttributeTargets.Class)]
                                                                                                            -public sealed class ExternalCommandLineProcessorAttribute : ExtensionAttribute, _Attribute
                                                                                                            +
                                                                                                            [AttributeUsage(AttributeTargets.Class)]
                                                                                                            +public sealed class ExternalCommandLineProcessorAttribute : ExtensionAttribute

                                                                                                            Constructors

                                                                                                            @@ -263,7 +118,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            ExternalCommandLineProcessorAttribute(string, string, string)

                                                                                                            +

                                                                                                            ExternalCommandLineProcessorAttribute(String, String, String)

                                                                                                            Constructor with required parameters.

                                                                                                            @@ -282,19 +137,19 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id

                                                                                                            An id for the processor.

                                                                                                            - string + System.String name

                                                                                                            A name for the processor.

                                                                                                            - string + System.String description

                                                                                                            A description for the processor.

                                                                                                            @@ -334,20 +189,14 @@
                                                                                                            Parameters
                                                                                                            IExtensionValidationContext context

                                                                                                            Provides functionality to validate extensions targeting the extension point - and report warning or error messages

                                                                                                            +and report warning or error messages

                                                                                                            -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            Implements

                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.IExternalCommandLineProcessor.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.IExternalCommandLineProcessor.html index 2191d2c95..551aa8b91 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.IExternalCommandLineProcessor.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.IExternalCommandLineProcessor.html @@ -91,7 +91,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensionsCommandLine
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions.CommandLine
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            @@ -120,7 +120,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableExternalCommandLineArgumentDefinition + System.Collections.Generic.IEnumerable<ExternalCommandLineArgumentDefinition> @@ -146,7 +146,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -172,7 +172,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -213,7 +213,7 @@
                                                                                                            Extension Methods
                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.IExternalWindowAwareCommandLineProcessor.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.IExternalWindowAwareCommandLineProcessor.html index ab9808ff3..4ac32d00d 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.IExternalWindowAwareCommandLineProcessor.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.IExternalWindowAwareCommandLineProcessor.html @@ -105,7 +105,7 @@
                                                                                                            Inherited Members
                                                                                                            IExternalCommandLineProcessor.SupportedArguments -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensionsCommandLine
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions.CommandLine
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.DisplayType.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.DisplayType.html index b4807bf8f..e0c21ad5f 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.DisplayType.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.DisplayType.html @@ -89,7 +89,7 @@

                                                                                                            The way that UI elements are displayed in the ribbon

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensions
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            @@ -127,6 +127,10 @@

                                                                                                            Fields +

                                                                                                            Extension Methods

                                                                                                            +
                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.DockType.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.DockType.html index 0fc2a9865..767000650 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.DockType.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.DockType.html @@ -89,7 +89,7 @@

                                                                                                            Enum specifying possible locations where a view part can be located in.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensions
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            @@ -137,6 +137,10 @@

                                                                                                            Fields +

                                                                                                            Extension Methods

                                                                                                            +
                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.GroupStyle.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.GroupStyle.html index 467d17cd1..698a770ec 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.GroupStyle.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.GroupStyle.html @@ -89,7 +89,7 @@

                                                                                                            Enum specifying possible ways a number of view parts sharing the same area can be grouped.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensions
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            @@ -122,6 +122,10 @@

                                                                                                            Fields +

                                                                                                            Extension Methods

                                                                                                            +
                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ILocationAware.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ILocationAware.html index dbdbcd7b9..09ab6af84 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ILocationAware.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ILocationAware.html @@ -89,7 +89,7 @@

                                                                                                            Implements the positioning the UI elements inside the layout.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensions
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            @@ -118,7 +118,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -144,7 +144,7 @@
                                                                                                            Property Value
                                                                                                            - Type + System.Type @@ -170,7 +170,7 @@
                                                                                                            Property Value
                                                                                                            - uint + System.UInt32 @@ -179,10 +179,11 @@
                                                                                                            Rem

                                                                                                            The z-Index ordering is performed only for the intergrated elements and have a lower priority than RWS ordering. It acts as importance from left to right or top to bottom.

                                                                                                            -

                                                                                                            The highest ZIndex value is in the left or top and the lowest value is in the right or bottom.

                                                                                                            +

                                                                                                            The highest ZIndex value is in the left or top and the lowest value is in the right or bottom.

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractController.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractController.html index ff76a2451..15e85fdf3 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractController.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractController.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractController
                                                                                                            @@ -99,28 +99,28 @@
                                                                                                            Inheritance
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensionsInternal
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions.Internal
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            @@ -140,7 +140,7 @@
                                                                                                            Declaration

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html index 332c70a9f..e8b503bdb 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractLocation
                                                                                                            @@ -108,28 +108,28 @@
                                                                                                            Inheritance
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensionsInternal
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions.Internal
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            @@ -147,9 +147,166 @@
                                                                                                            Declaration
                                                                                                            protected AbstractLocation()
                                                                                                            +

                                                                                                            Properties +

                                                                                                            + + + +

                                                                                                            InsertAfter

                                                                                                            +

                                                                                                            The id of the command bar item after which this plug-in item should be inserted.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public abstract string InsertAfter { get; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.String
                                                                                                            + + + +

                                                                                                            InsertBefore

                                                                                                            +

                                                                                                            The id of the command bar item before which this plug-in item should be inserted.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public abstract string InsertBefore { get; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.String
                                                                                                            + + + +

                                                                                                            IsSeparator

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public bool IsSeparator { get; set; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.Boolean
                                                                                                            + + + +

                                                                                                            Path

                                                                                                            +

                                                                                                            Gets or sets the command bar path at which to insert the plug-in item.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public abstract string Path { get; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.String
                                                                                                            + + + +

                                                                                                            TargetAttributeType

                                                                                                            +

                                                                                                            The target extension attribute type

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public abstract Type TargetAttributeType { get; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.Type
                                                                                                            + + + +

                                                                                                            ZIndex

                                                                                                            +

                                                                                                            Used internaly for defining and sorting the position of the UI integrated elements

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public uint ZIndex { get; set; }
                                                                                                            +
                                                                                                            +
                                                                                                            Property Value
                                                                                                            + + + + + + + + + + + + + +
                                                                                                            TypeDescription
                                                                                                            System.UInt32

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionProperties.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionProperties.html index 8081e3ab7..143d5ab18 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionProperties.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionProperties.html @@ -89,7 +89,7 @@

                                                                                                            Flags enumeration defining action properties for use in action property change events.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensionsInternal
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions.Internal
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            @@ -178,6 +178,10 @@

                                                                                                            Fields +

                                                                                                            Extension Methods

                                                                                                            +
                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.html index 265b9b969..5c33873d6 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.html @@ -91,35 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            ActionPropertyChangedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType() +
                                                                                                            +
                                                                                                            + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensionsInternal
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions.Internal
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionStyle.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionStyle.html index 9a12f09f4..34598e80d 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionStyle.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionStyle.html @@ -89,7 +89,7 @@

                                                                                                            Enumeration of different action styles.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensionsInternal
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions.Internal
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            @@ -121,6 +121,10 @@
                                                                                                            See +

                                                                                                            Extension Methods

                                                                                                            +
                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.html index 665cf0393..916436e9d 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.html @@ -91,184 +91,30 @@

                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            + + +
                                                                                                            BindActionAttribute
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensionsInternal
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions.Internal
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [ExtensionPointInfo("Bind actions", ExtensionPointBehavior.Static)]
                                                                                                            -[AttributeUsage(AttributeTargets.Class)]
                                                                                                            -public class BindActionAttribute : ActionAttribute, _Attribute
                                                                                                            +
                                                                                                            [AttributeUsage(AttributeTargets.Class)]
                                                                                                            +public class BindActionAttribute : ActionAttribute

                                                                                                            Constructors

                                                                                                            -

                                                                                                            BindActionAttribute(string)

                                                                                                            +

                                                                                                            BindActionAttribute(String)

                                                                                                            Initializes the bind action attribute

                                                                                                            @@ -287,19 +133,15 @@
                                                                                                            Parameters
                                                                                                            - string + System.String actionId -

                                                                                                            Implements

                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.html index 5b6fe82ef..06c7d7512 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.html @@ -91,141 +91,156 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Attribute
                                                                                                            BindControllerAttribute
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Runtime.InteropServices._Attribute
                                                                                                            Inherited Members
                                                                                                            - Attribute.GetCustomAttributes(MemberInfo, Type) + System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)
                                                                                                            - Attribute.GetCustomAttributes(MemberInfo, Type, bool) + System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)
                                                                                                            - Attribute.GetCustomAttributes(MemberInfo) + System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)
                                                                                                            - Attribute.GetCustomAttributes(MemberInfo, bool) + System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)
                                                                                                            - Attribute.IsDefined(MemberInfo, Type) + System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type)
                                                                                                            - Attribute.IsDefined(MemberInfo, Type, bool) + System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)
                                                                                                            - Attribute.GetCustomAttribute(MemberInfo, Type) + System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type)
                                                                                                            - Attribute.GetCustomAttribute(MemberInfo, Type, bool) + System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)
                                                                                                            - Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
                                                                                                            - Attribute.GetCustomAttributes(ParameterInfo, Type) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
                                                                                                            - Attribute.GetCustomAttributes(ParameterInfo, Type, bool) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)
                                                                                                            - Attribute.GetCustomAttributes(ParameterInfo, bool) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)
                                                                                                            - Attribute.IsDefined(ParameterInfo, Type) + System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
                                                                                                            - Attribute.IsDefined(ParameterInfo, Type, bool) + System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)
                                                                                                            - Attribute.GetCustomAttribute(ParameterInfo, Type) + System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type)
                                                                                                            - Attribute.GetCustomAttribute(ParameterInfo, Type, bool) + System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean)
                                                                                                            - Attribute.GetCustomAttributes(Module, Type) + System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type)
                                                                                                            - Attribute.GetCustomAttributes(Module) + System.Attribute.GetCustomAttributes(System.Reflection.Module)
                                                                                                            - Attribute.GetCustomAttributes(Module, bool) + System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean)
                                                                                                            - Attribute.GetCustomAttributes(Module, Type, bool) + System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)
                                                                                                            - Attribute.IsDefined(Module, Type) + System.Attribute.IsDefined(System.Reflection.Module, System.Type)
                                                                                                            - Attribute.IsDefined(Module, Type, bool) + System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)
                                                                                                            - Attribute.GetCustomAttribute(Module, Type) + System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type)
                                                                                                            - Attribute.GetCustomAttribute(Module, Type, bool) + System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean)
                                                                                                            - Attribute.GetCustomAttributes(Assembly, Type) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type)
                                                                                                            - Attribute.GetCustomAttributes(Assembly, Type, bool) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean)
                                                                                                            - Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
                                                                                                            - Attribute.GetCustomAttributes(Assembly, bool) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean)
                                                                                                            - Attribute.IsDefined(Assembly, Type) + System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)
                                                                                                            - Attribute.IsDefined(Assembly, Type, bool) + System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)
                                                                                                            - Attribute.GetCustomAttribute(Assembly, Type) + System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)
                                                                                                            - Attribute.GetCustomAttribute(Assembly, Type, bool) + System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)
                                                                                                            - Attribute.Equals(object) + System.Attribute.Equals(System.Object)
                                                                                                            - Attribute.GetHashCode() + System.Attribute.GetHashCode()
                                                                                                            - Attribute.Match(object) + System.Attribute.Match(System.Object)
                                                                                                            - Attribute.IsDefaultAttribute() + System.Attribute.IsDefaultAttribute()
                                                                                                            - Attribute.TypeId + System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfoCount(System.UInt32)
                                                                                                            - object.ToString() + System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfo(System.UInt32, System.UInt32, System.IntPtr)
                                                                                                            - object.Equals(object, object) + System.Attribute.System.Runtime.InteropServices._Attribute.GetIDsOfNames(System.Guid, System.IntPtr, System.UInt32, System.UInt32, System.IntPtr)
                                                                                                            - object.ReferenceEquals(object, object) + System.Attribute.System.Runtime.InteropServices._Attribute.Invoke(System.UInt32, System.Guid, System.UInt32, System.Int16, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr)
                                                                                                            - object.GetType() + System.Attribute.TypeId +
                                                                                                            +
                                                                                                            + System.Object.ToString() +
                                                                                                            +
                                                                                                            + System.Object.Equals(System.Object, System.Object) +
                                                                                                            +
                                                                                                            + System.Object.ReferenceEquals(System.Object, System.Object) +
                                                                                                            +
                                                                                                            + System.Object.GetType() +
                                                                                                            +
                                                                                                            + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensionsInternal
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions.Internal
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            @@ -237,7 +252,7 @@

                                                                                                            Constructors -

                                                                                                            BindControllerAttribute(string)

                                                                                                            +

                                                                                                            BindControllerAttribute(String)

                                                                                                            TODO: Add Comment

                                                                                                            @@ -256,7 +271,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String viewId @@ -285,18 +300,18 @@
                                                                                                            Property Value
                                                                                                            - string + System.String

                                                                                                            Implements

                                                                                                            - _Attribute + System.Runtime.InteropServices._Attribute

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.IAction.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.IAction.html index 7b76cf09a..e3240194f 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.IAction.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.IAction.html @@ -89,7 +89,7 @@

                                                                                                            Represents a user action, which can be added to a command bar.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensionsInternal
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions.Internal
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            @@ -119,7 +119,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -128,7 +128,8 @@

                                                                                                            This property is ignored unless the Style property is set to ToggleButton.

                                                                                                            The action group should be a string that is unique across the studio. All ToggleButton style actions that share the same action group act as a group and are rendered as a rdaio button.

                                                                                                            -

                                                                                                            When null, the action is shown on the command bar as a checkbox, otherwise it is shown as a radio button.

                                                                                                            +

                                                                                                            When null, the action is shown on the command bar as a checkbox, otherwise it is shown as a radio button.

                                                                                                            + @@ -150,7 +151,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -180,7 +181,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -232,7 +233,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -261,7 +262,7 @@
                                                                                                            Property Value
                                                                                                            - Icon + System.Drawing.Icon @@ -287,7 +288,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -342,7 +343,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -371,7 +372,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -399,7 +400,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -420,7 +421,7 @@

                                                                                                            Events

                                                                                                            PropertyChanged

                                                                                                            -

                                                                                                            Raised when the value of one of the action's properties changed.

                                                                                                            +

                                                                                                            Raised when the value of one of the action's properties changed.

                                                                                                            Declaration
                                                                                                            @@ -437,7 +438,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerActionPropertyChangedEventArgs + System.EventHandler<ActionPropertyChangedEventArgs> @@ -447,7 +448,7 @@
                                                                                                            Extension Methods
                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.IBindedController.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.IBindedController.html index daeec1b34..a27dbee7f 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.IBindedController.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.IBindedController.html @@ -89,7 +89,7 @@

                                                                                                            Contract used to distinguish between normal controller and binded controller.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensionsInternal
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions.Internal
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.PluginTargetCommandBarSiteType.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.PluginTargetCommandBarSiteType.html index 615b4e57a..3a4b958ed 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.PluginTargetCommandBarSiteType.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.PluginTargetCommandBarSiteType.html @@ -89,7 +89,7 @@

                                                                                                            Possibles sites for adding items to command bars.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensionsInternal
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions.Internal
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            @@ -127,6 +127,10 @@

                                                                                                            Fields +

                                                                                                            Extension Methods

                                                                                                            +
                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.html index b9a838131..e906af0d2 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.html @@ -91,176 +91,22 @@

                                                                                                            Inheritance
                                                                                                            - - - - -
                                                                                                            RibbonGroupAttribute
                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            + +
                                                                                                            RibbonGroupAttribute
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensions
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [ExtensionPointInfo("Ribbon Groups", ExtensionPointBehavior.Static)]
                                                                                                            -[AttributeUsage(AttributeTargets.Class)]
                                                                                                            -public class RibbonGroupAttribute : AbstractCommandBarItemAttribute, _Attribute
                                                                                                            +
                                                                                                            [AttributeUsage(AttributeTargets.Class)]
                                                                                                            +public class RibbonGroupAttribute : AbstractCommandBarItemAttribute
                                                                                                            Remarks

                                                                                                            @@ -268,17 +114,18 @@

                                                                                                            PluginResourceAttribute attribute. Users should now specify the name of the resource key, instead of the actual value, as the property value. When no resource string with the specified key can be found, the framework keeps the specified string as the property value. To define non-string properties whose value is stored in the PluginResources.resx resource file, create a string property, which value - should be set to a resource key. When consuming the extension, use GetPluginResource<T>(string) tio retriece the resource from + should be set to a resource key. When consuming the extension, use GetPluginResource<T>(String) tio retriece the resource from the plug-in resource file. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            -

                                                                                                            RibbonGroupAttribute(string)

                                                                                                            -

                                                                                                            Initialize the instance of the ribbon group attribute

                                                                                                            +

                                                                                                            RibbonGroupAttribute(String)

                                                                                                            +

                                                                                                            Initialize the instance of the ribbon group attribute

                                                                                                            Declaration
                                                                                                            @@ -296,7 +143,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id

                                                                                                            The unique identifier of the ribbon group

                                                                                                            @@ -309,11 +156,12 @@
                                                                                                            -

                                                                                                            RibbonGroupAttribute(string, string)

                                                                                                            +

                                                                                                            RibbonGroupAttribute(String, String)

                                                                                                            Initialize the instance of the ribbon group attribute

                                                                                                            @@ -332,15 +180,15 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id

                                                                                                            The unique identifier of the ribbon group

                                                                                                            - string + System.String name -

                                                                                                            The name that will be displayed by the ribbon group.

                                                                                                            +

                                                                                                            The name that will be displayed by the ribbon group.

                                                                                                            @@ -348,7 +196,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            RibbonGroupAttribute(string, string, Type)

                                                                                                            +

                                                                                                            RibbonGroupAttribute(String, String, Type)

                                                                                                            Initialize the instance of the ribbon group attribute

                                                                                                            @@ -367,19 +215,19 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id

                                                                                                            The unique identifier of the ribbon group

                                                                                                            - string + System.String name -

                                                                                                            The name that will be displayed by the ribbon group.

                                                                                                            +

                                                                                                            The name that will be displayed by the ribbon group.

                                                                                                            - Type + System.Type contextByType

                                                                                                            The context in which the ribbon is working

                                                                                                            @@ -389,8 +237,8 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            RibbonGroupAttribute(string, Type)

                                                                                                            -

                                                                                                            Initialize the instance of the ribbon group attribute

                                                                                                            +

                                                                                                            RibbonGroupAttribute(String, Type)

                                                                                                            +

                                                                                                            Initialize the instance of the ribbon group attribute

                                                                                                            Declaration
                                                                                                            @@ -408,13 +256,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String id

                                                                                                            The unique identifier of the ribbon group

                                                                                                            - Type + System.Type contextByType

                                                                                                            The context in which the ribbon group is available and enabled.

                                                                                                            @@ -427,14 +275,11 @@
                                                                                                            Implements
                                                                                                            - +

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.html index fc557e58e..f0c91ffe4 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.html @@ -91,15 +91,12 @@

                                                                                                            Inheritance
                                                                                                            - - - - -
                                                                                                            RibbonGroupLayoutAttribute
                                                                                                            +
                                                                                                            System.Object
                                                                                                            + +
                                                                                                            RibbonGroupLayoutAttribute
                                                                                                            Implements
                                                                                                            -
                                                                                                            @@ -119,144 +116,29 @@
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensions
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
                                                                                                            -public sealed class RibbonGroupLayoutAttribute : AbstractLayoutAttribute, _Attribute, ILocationAware
                                                                                                            +public sealed class RibbonGroupLayoutAttribute : AbstractLayoutAttribute, ILocationAware

                                                                                                            Constructors

                                                                                                            + +

                                                                                                            RibbonGroupLayoutAttribute()

                                                                                                            +

                                                                                                            Default constructor for XML serialization.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public RibbonGroupLayoutAttribute()
                                                                                                            +
                                                                                                            + +

                                                                                                            RibbonGroupLayoutAttribute(Type)

                                                                                                            Initialize the instance of the attribute using a specific location.

                                                                                                            @@ -277,7 +159,7 @@
                                                                                                            Parameters
                                                                                                            - Type + System.Type locationType

                                                                                                            The location of the ribbon group.

                                                                                                            @@ -285,15 +167,12 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.html index c7845ff12..058d0d180 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.html @@ -91,153 +91,15 @@

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            ShortcutAttribute
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ShortcutAttribute
                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            - -
                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensions
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
                                                                                                            -public class ShortcutAttribute : AuxiliaryExtensionAttribute, _Attribute
                                                                                                            +public class ShortcutAttribute : AuxiliaryExtensionAttribute
                                                                                                            Remarks

                                                                                                            This attribute can be used in conjunction with the ActionAttribute attributes.

                                                                                                            @@ -266,7 +128,7 @@
                                                                                                            Parameters
                                                                                                            - Keys + System.Windows.Forms.Keys shortcut

                                                                                                            The shortcut to use.

                                                                                                            @@ -296,19 +158,15 @@
                                                                                                            Property Value
                                                                                                            - Keys + System.Windows.Forms.Keys

                                                                                                            The shortcut.

                                                                                                            -

                                                                                                            Implements

                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.html index 394cf28ee..5405f0f43 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.html @@ -91,180 +91,47 @@

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            ViewAttribute
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ViewAttribute
                                                                                                            Implements
                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensions
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [ExtensionPointInfo("Views", ExtensionPointBehavior.Static)]
                                                                                                            -[AttributeUsage(AttributeTargets.Class)]
                                                                                                            -public sealed class ViewAttribute : ExtensionAttribute, _Attribute, ILocationAware
                                                                                                            +
                                                                                                            [AttributeUsage(AttributeTargets.Class)]
                                                                                                            +public sealed class ViewAttribute : ExtensionAttribute, ILocationAware
                                                                                                            Remarks

                                                                                                            A view is represented as an item in the explorer bar and is responsible for the showing the UI.

                                                                                                            -

                                                                                                            A view needs to implement the AbstractViewController class.

                                                                                                            +

                                                                                                            A view needs to implement the AbstractViewController class.

                                                                                                            +

                                                                                                            Constructors

                                                                                                            -

                                                                                                            ViewAttribute(string, string, string, Type, string, Keys, bool)

                                                                                                            +

                                                                                                            ViewAttribute()

                                                                                                            +

                                                                                                            Default constructor for XML serialization.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public ViewAttribute()
                                                                                                            +
                                                                                                            + + + +

                                                                                                            ViewAttribute(String, String, String, Type, String, Keys, Boolean)

                                                                                                            Initialize the view attribute

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public ViewAttribute(string id, string name, string description, Type locationByType, string helpTopic, Keys shorcut = Keys.None, bool allowViewParts = false)
                                                                                                            +
                                                                                                            public ViewAttribute(string id, string name, string description, Type locationByType, string helpTopic, Keys shorcut, bool allowViewParts = false)
                                                                                                            Parameters
                                                                                                            @@ -277,43 +144,43 @@
                                                                                                            Parameters
                                                                                                            - + - + - + - + - + - + - + @@ -343,7 +210,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -369,7 +236,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -395,7 +262,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -421,7 +288,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -447,7 +314,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -473,7 +340,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -482,17 +349,15 @@
                                                                                                            Rema

                                                                                                            The z-Index ordering is performed only for the intergrated elements and have a lower priority than SDL ordering. It acts as importance from left to right or top to bottom.

                                                                                                            -

                                                                                                            The highest ZIndex value is in the left or top and the lowest value is in the right or bottom.

                                                                                                            +

                                                                                                            The highest ZIndex value is in the left or top and the lowest value is in the right or bottom.

                                                                                                            +

                                                                                                            Implements

                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.html index 5db2afed7..d5bad44da 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.html @@ -91,178 +91,42 @@

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            ViewPartAttribute
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ViewPartAttribute
                                                                                                            -
                                                                                                            -
                                                                                                            Implements
                                                                                                            - -
                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensions
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [ExtensionPointInfo("IntegrationApi - View Parts", ExtensionPointBehavior.Static)]
                                                                                                            -[AttributeUsage(AttributeTargets.Class)]
                                                                                                            -public sealed class ViewPartAttribute : ExtensionAttribute, _Attribute
                                                                                                            +
                                                                                                            [AttributeUsage(AttributeTargets.Class)]
                                                                                                            +public sealed class ViewPartAttribute : ExtensionAttribute
                                                                                                            Remarks
                                                                                                            -

                                                                                                            A view part needs to implement the AbstractViewPartController class.

                                                                                                            +

                                                                                                            A view part needs to implement the AbstractViewPartController class.

                                                                                                            +

                                                                                                            Constructors

                                                                                                            -

                                                                                                            ViewPartAttribute(string, string, string, string, Keys)

                                                                                                            +

                                                                                                            ViewPartAttribute()

                                                                                                            +

                                                                                                            Default constructor for XML serialization.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public ViewPartAttribute()
                                                                                                            +
                                                                                                            + + + +

                                                                                                            ViewPartAttribute(String, String, String, String, Keys)

                                                                                                            Initialize the viewpart attribute.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public ViewPartAttribute(string id, string name, string description, string helpTopic, Keys shortcut = Keys.None)
                                                                                                            +
                                                                                                            public ViewPartAttribute(string id, string name, string description, string helpTopic, Keys shortcut)
                                                                                                            Parameters
                                                                                                            stringSystem.String id

                                                                                                            The unique id for this view.

                                                                                                            stringSystem.String name

                                                                                                            The name for this view. Should typically be a key of a resource string in PluginResources.resx.

                                                                                                            stringSystem.String description

                                                                                                            The description for this view. Should typically be a key of a resource string in PluginResources.resx.

                                                                                                            TypeSystem.Type locationByType

                                                                                                            The location where the view is loaded.

                                                                                                            stringSystem.String helpTopic

                                                                                                            The help topic identifier of the view.

                                                                                                            KeysSystem.Windows.Forms.Keys shorcut

                                                                                                            The shortcut key for accessing the view.

                                                                                                            boolSystem.Boolean allowViewParts

                                                                                                            Enables or disables the view parts integration inside the view.

                                                                                                            boolSystem.Boolean
                                                                                                            stringSystem.String
                                                                                                            boolSystem.Boolean
                                                                                                            TypeSystem.Type
                                                                                                            KeysSystem.Windows.Forms.Keys
                                                                                                            uintSystem.UInt32
                                                                                                            @@ -275,31 +139,31 @@
                                                                                                            Parameters
                                                                                                            - + - + - + - + - + @@ -309,13 +173,13 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ViewPartAttribute(string, string, Keys)

                                                                                                            +

                                                                                                            ViewPartAttribute(String, String, Keys)

                                                                                                            Initialize the viewpart attribute.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public ViewPartAttribute(string id, string helpTopic, Keys shortcut = Keys.None)
                                                                                                            +
                                                                                                            public ViewPartAttribute(string id, string helpTopic, Keys shortcut)
                                                                                                            Parameters
                                                                                                            stringSystem.String id

                                                                                                            The unique id for the viewpart.

                                                                                                            stringSystem.String name

                                                                                                            The name for this view. Should typically be a key of a resource string in PluginResources.resx.

                                                                                                            stringSystem.String description

                                                                                                            The description for this view. Should typically be a key of a resource string in PluginResources.resx.

                                                                                                            stringSystem.String helpTopic

                                                                                                            The help topic identifier of the viewpart.

                                                                                                            KeysSystem.Windows.Forms.Keys shortcut

                                                                                                            The shortcut key for accessing the viewpart.

                                                                                                            @@ -328,19 +192,19 @@
                                                                                                            Parameters
                                                                                                            - + - + - + @@ -353,7 +217,8 @@
                                                                                                            Properties
                                                                                                            @@ -377,7 +242,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -403,18 +268,14 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String id

                                                                                                            The unique id for the viewpart.

                                                                                                            stringSystem.String helpTopic

                                                                                                            The help topic identifier of the viewpart.

                                                                                                            KeysSystem.Windows.Forms.Keys shortcut

                                                                                                            The shortcut key for accessing the viewpart.

                                                                                                            stringSystem.String
                                                                                                            KeysSystem.Windows.Forms.Keys
                                                                                                            -

                                                                                                            Implements

                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.html b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.html index fe53a63b6..ff67b8642 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.html @@ -93,15 +93,12 @@

                                                                                                            Inheritance
                                                                                                            - - - - -
                                                                                                            ViewPartLayoutAttribute
                                                                                                            +
                                                                                                            System.Object
                                                                                                            + +
                                                                                                            ViewPartLayoutAttribute
                                                                                                            Implements
                                                                                                            -
                                                                                                            @@ -121,144 +118,29 @@
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiExtensions
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Extensions
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
                                                                                                            Syntax
                                                                                                            [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
                                                                                                            -public sealed class ViewPartLayoutAttribute : AbstractLayoutAttribute, _Attribute, ILocationAware
                                                                                                            +public sealed class ViewPartLayoutAttribute : AbstractLayoutAttribute, ILocationAware

                                                                                                            Constructors

                                                                                                            + +

                                                                                                            ViewPartLayoutAttribute()

                                                                                                            +

                                                                                                            Default constructor

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            public ViewPartLayoutAttribute()
                                                                                                            +
                                                                                                            + +

                                                                                                            ViewPartLayoutAttribute(Type)

                                                                                                            Initialize the viewpart layout instance

                                                                                                            @@ -279,9 +161,9 @@
                                                                                                            Parameters
                                                                                                            - Type + System.Type locationByType -

                                                                                                            The location where the viewpart will be added.

                                                                                                            +

                                                                                                            The location where the viewpart will be added.

                                                                                                            @@ -313,7 +195,7 @@
                                                                                                            Property Value
                                                                                                            - Type + System.Type @@ -341,7 +223,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -424,7 +306,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -450,7 +332,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -476,7 +358,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -529,7 +411,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -555,7 +437,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -582,21 +464,18 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32

                                                                                                            Implements

                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.IApplicationInitializer.html b/api/integration/Sdl.Desktop.IntegrationApi.IApplicationInitializer.html index acd8e32e8..db0b53c30 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.IApplicationInitializer.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.IApplicationInitializer.html @@ -90,7 +90,7 @@

                                                                                                            ApplicationInitializerAttribute attribute.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.ISettingsAware-1.html b/api/integration/Sdl.Desktop.IntegrationApi.ISettingsAware-1.html index 77554cc92..c0275d46b 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.ISettingsAware-1.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.ISettingsAware-1.html @@ -89,7 +89,7 @@

                                                                                                            Interface to mark a class with a certain Settings

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.IViewContext.html b/api/integration/Sdl.Desktop.IntegrationApi.IViewContext.html index 87146ae81..8646f981a 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.IViewContext.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.IViewContext.html @@ -89,7 +89,7 @@

                                                                                                            The contract defining context view informations.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -118,7 +118,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -144,7 +144,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -170,7 +170,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -196,7 +196,7 @@
                                                                                                            Property Value
                                                                                                            - Icon + System.Drawing.Icon @@ -222,7 +222,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -248,7 +248,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -274,7 +274,7 @@
                                                                                                            Property Value
                                                                                                            - Keys + System.Windows.Forms.Keys @@ -301,7 +301,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandler + System.EventHandler @@ -326,14 +326,14 @@
                                                                                                            Event Type
                                                                                                            - EventHandler + System.EventHandler

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html index aca505c5b..23a26b0db 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html @@ -89,7 +89,7 @@

                                                                                                            Contract for logging

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiInterfaces
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Interfaces
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -103,7 +103,7 @@

                                                                                                            Methods -

                                                                                                            Debug(object)

                                                                                                            +

                                                                                                            Debug(Object)

                                                                                                            Logs a debug message.

                                                                                                            @@ -122,7 +122,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object message

                                                                                                            The message to log.

                                                                                                            @@ -132,7 +132,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            DebugFormat(string, params object[])

                                                                                                            +

                                                                                                            DebugFormat(String, Object[])

                                                                                                            Logs a debug message using the specified format and arguments.

                                                                                                            @@ -151,13 +151,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String format

                                                                                                            The format for the message.

                                                                                                            - object + System.Object[] args

                                                                                                            The arguments to populate the message format.

                                                                                                            @@ -167,7 +167,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Error(object)

                                                                                                            +

                                                                                                            Error(Object)

                                                                                                            Logs an error message.

                                                                                                            @@ -186,7 +186,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object message

                                                                                                            The message to log.

                                                                                                            @@ -196,7 +196,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Error(object, Exception)

                                                                                                            +

                                                                                                            Error(Object, Exception)

                                                                                                            Logs an error message, including the specified exception.

                                                                                                            @@ -215,13 +215,13 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object message

                                                                                                            The message to log.

                                                                                                            - Exception + System.Exception exception

                                                                                                            The exception.

                                                                                                            @@ -231,7 +231,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ErrorFormat(string, params object[])

                                                                                                            +

                                                                                                            ErrorFormat(String, Object[])

                                                                                                            Logs an error message using the specified format and arguments.

                                                                                                            @@ -250,13 +250,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String format

                                                                                                            The format for the message.

                                                                                                            - object + System.Object[] args

                                                                                                            The arguments to populate the message format.

                                                                                                            @@ -266,7 +266,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Fatal(object)

                                                                                                            +

                                                                                                            Fatal(Object)

                                                                                                            Logs a fatal error message.

                                                                                                            @@ -285,7 +285,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object message

                                                                                                            The message to log.

                                                                                                            @@ -295,7 +295,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Fatal(object, Exception)

                                                                                                            +

                                                                                                            Fatal(Object, Exception)

                                                                                                            Logs an fatal error message, including the specified exception.

                                                                                                            @@ -314,13 +314,13 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object message

                                                                                                            The message to log.

                                                                                                            - Exception + System.Exception exception

                                                                                                            The exception.

                                                                                                            @@ -330,7 +330,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            FatalFormat(string, params object[])

                                                                                                            +

                                                                                                            FatalFormat(String, Object[])

                                                                                                            Logs a fatal error message using the specified format and arguments.

                                                                                                            @@ -349,13 +349,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String format

                                                                                                            The format for the message.

                                                                                                            - object + System.Object[] args

                                                                                                            The arguments to populate the message format.

                                                                                                            @@ -365,7 +365,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Info(object)

                                                                                                            +

                                                                                                            Info(Object)

                                                                                                            Logs a debug message.

                                                                                                            @@ -384,7 +384,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object message

                                                                                                            The message to log.

                                                                                                            @@ -394,7 +394,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Info(object, Exception)

                                                                                                            +

                                                                                                            Info(Object, Exception)

                                                                                                            Logs an info message, including the specified exception.

                                                                                                            @@ -413,13 +413,13 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object message

                                                                                                            The message to log.

                                                                                                            - Exception + System.Exception exception

                                                                                                            The exception.

                                                                                                            @@ -429,7 +429,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            InfoFormat(string, params object[])

                                                                                                            +

                                                                                                            InfoFormat(String, Object[])

                                                                                                            Logs an info message using the specified format and arguments.

                                                                                                            @@ -448,13 +448,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String format

                                                                                                            The format for the message.

                                                                                                            - object + System.Object[] args

                                                                                                            The arguments to populate the message format.

                                                                                                            @@ -464,7 +464,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Warn(object)

                                                                                                            +

                                                                                                            Warn(Object)

                                                                                                            Logs a warning message.

                                                                                                            @@ -483,7 +483,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object message

                                                                                                            The message to log.

                                                                                                            @@ -493,7 +493,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Warn(object, Exception)

                                                                                                            +

                                                                                                            Warn(Object, Exception)

                                                                                                            Logs a warning message, including the specified exception.

                                                                                                            @@ -512,13 +512,13 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object message

                                                                                                            The message to log.

                                                                                                            - Exception + System.Exception exception

                                                                                                            The exception.

                                                                                                            @@ -528,7 +528,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            WarnFormat(string, params object[])

                                                                                                            +

                                                                                                            WarnFormat(String, Object[])

                                                                                                            Logs a warning message using the specified format and arguments.

                                                                                                            @@ -547,13 +547,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String format

                                                                                                            The format for the message.

                                                                                                            - object + System.Object[] args

                                                                                                            The arguments to populate the message format.

                                                                                                            @@ -562,7 +562,7 @@
                                                                                                            Parameters

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLoggerFactory.html b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLoggerFactory.html index 6c9b95a61..2ad2a391e 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLoggerFactory.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLoggerFactory.html @@ -87,10 +87,10 @@

                                                                                                            Interface IPluginLoggerFactory

                                                                                                            Contract for logging -This can be used to write entires into the Studio logs using IPluginLog

                                                                                                            +This can be used to write entires into the Studio logs using IPluginLog

                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiInterfaces
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Interfaces
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -101,7 +101,7 @@

                                                                                                            Methods -

                                                                                                            GetLogger(string)

                                                                                                            +

                                                                                                            GetLogger(String)

                                                                                                            Declaration
                                                                                                            @@ -119,7 +119,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -142,7 +142,7 @@
                                                                                                            Returns

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioEventAggregator.html b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioEventAggregator.html index 74554f901..7aa217446 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioEventAggregator.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioEventAggregator.html @@ -89,7 +89,7 @@

                                                                                                            The contract defining the event aggregator.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiInterfaces
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Interfaces
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -118,7 +118,7 @@
                                                                                                            Returns
                                                                                                            - IObservable + System.IObservable<TEvent> @@ -183,7 +183,7 @@
                                                                                                            Type Parameters

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioGroupNotification.html b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioGroupNotification.html index ca925b8da..360894b56 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioGroupNotification.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioGroupNotification.html @@ -89,7 +89,7 @@

                                                                                                            The contract defining the Notification Group

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiInterfaces
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Interfaces
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -144,7 +144,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -170,7 +170,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -196,7 +196,7 @@
                                                                                                            Property Value
                                                                                                            - ObservableCollectionIStudioNotification + System.Collections.ObjectModel.ObservableCollection<IStudioNotification> @@ -222,14 +222,14 @@
                                                                                                            Property Value
                                                                                                            - string + System.String

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.html b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.html index 0a38757a8..f067205c6 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.html @@ -86,10 +86,10 @@

                                                                                                            Interface IStudioNotification

                                                                                                            -

                                                                                                            The contract defining the Notification

                                                                                                            +

                                                                                                            The contract defining the Notification

                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiInterfaces
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Interfaces
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -144,7 +144,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -170,7 +170,7 @@
                                                                                                            Property Value
                                                                                                            - Liststring + System.Collections.Generic.List<System.String> @@ -222,7 +222,7 @@
                                                                                                            Property Value
                                                                                                            - Guid + System.Guid @@ -248,7 +248,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -274,7 +274,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -300,7 +300,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -352,7 +352,7 @@
                                                                                                            Property Value
                                                                                                            - Liststring + System.Collections.Generic.List<System.String> @@ -378,14 +378,14 @@
                                                                                                            Property Value
                                                                                                            - string + System.String

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotificationCommand.html b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotificationCommand.html index 0707f5def..92653562b 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotificationCommand.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotificationCommand.html @@ -89,23 +89,11 @@

                                                                                                            The contract defining the Notification Command

                                                                                                            - -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiInterfaces
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Interfaces
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public interface IStudioNotificationCommand : ICommand
                                                                                                            +
                                                                                                            public interface IStudioNotificationCommand

                                                                                                            Properties

                                                                                                            @@ -130,7 +118,7 @@
                                                                                                            Property Value
                                                                                                            - Icon + System.Drawing.Icon @@ -156,7 +144,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -182,14 +170,14 @@
                                                                                                            Property Value
                                                                                                            - string + System.String

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IUIControl.html b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IUIControl.html index dd6157fa3..6f2261213 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IUIControl.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IUIControl.html @@ -91,10 +91,10 @@

                                                                                                            Inherited Members
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiInterfaces
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Interfaces
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -102,7 +102,7 @@
                                                                                                            Syntax

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IUISettingsControl.html b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IUISettingsControl.html index 6571caa66..5d8ff22f9 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IUISettingsControl.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IUISettingsControl.html @@ -91,10 +91,10 @@

                                                                                                            Inherited Members
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiInterfaces
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Interfaces
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.html b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.html index 02b5bb0b2..e7ed68b60 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.html @@ -95,7 +95,7 @@

                                                                                                            IPluginLoggerFactory

                                                                                                            Contract for logging -This can be used to write entires into the Studio logs using IPluginLog

                                                                                                            +This can be used to write entires into the Studio logs using IPluginLog

                                                                                                            IStudioEventAggregator

                                                                                                            The contract defining the event aggregator.

                                                                                                            @@ -104,7 +104,7 @@

                                                                                                            IStudioNotification

                                                                                                            -

                                                                                                            The contract defining the Notification

                                                                                                            +

                                                                                                            The contract defining the Notification

                                                                                                            IStudioNotificationCommand

                                                                                                            The contract defining the Notification Command

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.html b/api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.html index b604c5845..be5cebab9 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractBindedAction
                                                                                                            @@ -117,6 +117,9 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            + @@ -169,32 +172,32 @@
                                                                                                            Inherited Members
                                                                                                            AbstractAction.AfterActionExecuted
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiInternal
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Internal
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public abstract class AbstractBindedAction : AbstractAction, IAction, IExtensionAware
                                                                                                            +
                                                                                                            public abstract class AbstractBindedAction : AbstractAction, IAction

                                                                                                            Constructors

                                                                                                            @@ -232,7 +235,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.html b/api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.html index 2704bef6b..c7d329f97 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractBindedController
                                                                                                            @@ -104,7 +104,7 @@
                                                                                                            Inheritance
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IDisposable
                                                                                                            @@ -119,7 +119,7 @@
                                                                                                            Inherited Members
                                                                                                            AbstractViewController.Dispose()
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiInternal
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Internal
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -207,7 +207,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -275,7 +275,7 @@
                                                                                                            Parameters
                                                                                                            - Delegate + System.Delegate method @@ -291,7 +291,7 @@
                                                                                                            Returns
                                                                                                            - IAsyncResult + System.IAsyncResult @@ -374,7 +374,7 @@
                                                                                                            Parameters
                                                                                                            - Delegate + System.Delegate method @@ -390,21 +390,21 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IDisposable + System.IDisposable

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.html b/api/integration/Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.html index a51989c5b..dc8ae7b71 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.html @@ -91,1294 +91,19 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - -
                                                                                                            DefaultExplorerBar
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            DefaultExplorerBar
                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiInternal
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Internal
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class DefaultExplorerBar : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IUIControl, IDisposable
                                                                                                            +
                                                                                                            public class DefaultExplorerBar : UserControl, IUIControl, IDisposable

                                                                                                            Constructors

                                                                                                            @@ -1398,7 +123,7 @@

                                                                                                            Methods -

                                                                                                            Dispose(bool)

                                                                                                            +

                                                                                                            Dispose(Boolean)

                                                                                                            Clean up any resources being used.

                                                                                                            @@ -1417,43 +142,23 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean disposing

                                                                                                            true if managed resources should be disposed; otherwise, false.

                                                                                                            -
                                                                                                            Overrides
                                                                                                            -

                                                                                                            Implements

                                                                                                            - - - - - -
                                                                                                            - IDisposable + System.IDisposable

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.html b/api/integration/Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.html index 3a22205a6..fe4bb77b2 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ExecuteExternalJobEvent
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiJobs
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Jobs
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -130,7 +130,7 @@

                                                                                                            Constructors

                                                                                                            ExecuteExternalJobEvent(IExternalJob)

                                                                                                            - diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJob.html b/api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJob.html index 1cb3a91df..ff2c0b40f 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJob.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJob.html @@ -89,7 +89,7 @@

                                                                                                            Interface to define a relay job

                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiJobs
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Jobs
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -118,7 +118,7 @@
                                                                                                            Property Value
                                                                                                            - IDictionarystringobject + System.Collections.Generic.IDictionary<System.String, System.Object> @@ -144,7 +144,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -182,7 +182,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            JobCanceled(object, EventArgs)

                                                                                                            +

                                                                                                            JobCanceled(Object, EventArgs)

                                                                                                            Can handle job canceling from studio

                                                                                                            @@ -201,12 +201,12 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object sender - EventArgs + System.EventArgs e @@ -214,7 +214,7 @@
                                                                                                            Parameters

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJobExecutionContext.html b/api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJobExecutionContext.html index ccbbe0aa5..aad9c9ff4 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJobExecutionContext.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJobExecutionContext.html @@ -88,7 +88,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiJobs
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Jobs
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -119,7 +119,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -139,12 +139,12 @@
                                                                                                            Declaration
                                                                                                            Remarks

                                                                                                            After calling this method, you must return from the Execute(IExternalJobExecutionContext) method to complete the - cancellation process.

                                                                                                            +cancellation process.

                                                                                                            -

                                                                                                            ReportProgress(int, string)

                                                                                                            +

                                                                                                            ReportProgress(Int32, String)

                                                                                                            Reports progress on this job.

                                                                                                            @@ -163,13 +163,13 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 percentComplete

                                                                                                            The percentage (0-100) of this job that is currently completed.

                                                                                                            - string + System.String statusMessage

                                                                                                            A message indicating which operation the job is currently performing.

                                                                                                            @@ -178,7 +178,7 @@
                                                                                                            Parameters

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress.html b/api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress.html index af9e022cc..24f9090a6 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress.html @@ -92,7 +92,7 @@

                                                                                                            Inherited Members
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiJobs
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Jobs
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.html b/api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.html index 1430683bd..8e07512e9 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.html @@ -90,38 +90,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            JobFinishedArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiJobs
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Jobs
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -161,7 +161,7 @@
                                                                                                            Field Value
                                                                                                            - object + System.Object @@ -186,14 +186,14 @@
                                                                                                            Field Value
                                                                                                            - bool + System.Boolean

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.html b/api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.html index 6f92bcac0..5e25662e4 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            JobProgressArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiJobs
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Jobs
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -163,7 +163,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -189,14 +189,14 @@
                                                                                                            Property Value
                                                                                                            - string + System.String

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.html b/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.html index 53a6e16ab..88f90a2d9 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.html @@ -92,34 +92,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AddStudioGroupNotificationEvent
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiSdl.Desktop.IntegrationApi.NotificationsEvents
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Notifications.Events
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.html b/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.html index 2377a7437..0ae283179 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.html @@ -92,34 +92,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AddStudioNotificationOrCreateGroupEvent
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiSdl.Desktop.IntegrationApi.NotificationsEvents
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Notifications.Events
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -130,7 +130,7 @@

                                                                                                            Constructors -

                                                                                                            AddStudioNotificationOrCreateGroupEvent(string, IStudioNotification, string)

                                                                                                            +

                                                                                                            AddStudioNotificationOrCreateGroupEvent(String, IStudioNotification, String)

                                                                                                            Adds the given notification to a group with the given key and specifies a group title

                                                                                                            @@ -149,7 +149,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String groupNotificationKey

                                                                                                            The unique group key

                                                                                                            @@ -161,7 +161,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String newGroupTitle

                                                                                                            The group title

                                                                                                            @@ -191,7 +191,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -217,7 +217,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -250,7 +250,7 @@
                                                                                                            Property Value

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.html b/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.html index 98d554376..ce499f6a3 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.html @@ -87,39 +87,39 @@

                                                                                                            Class AddStudioNotificationToGroupEvent

                                                                                                            Publish this event through the IEventAggregator in order to add another notification -to an existing NotificationGroup within the Notifications View

                                                                                                            +to an existing NotificationGroup within the Notifications View

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AddStudioNotificationToGroupEvent
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiSdl.Desktop.IntegrationApi.NotificationsEvents
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Notifications.Events
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -130,7 +130,7 @@

                                                                                                            Constructors -

                                                                                                            AddStudioNotificationToGroupEvent(string, IStudioNotification)

                                                                                                            +

                                                                                                            AddStudioNotificationToGroupEvent(String, IStudioNotification)

                                                                                                            The AddNotificationToGroupEvent constructor

                                                                                                            @@ -149,7 +149,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String groupKey

                                                                                                            Unique group identifier

                                                                                                            @@ -185,7 +185,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -218,7 +218,7 @@
                                                                                                            Property Value

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.html b/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.html index 252ec85dc..461b4ef1e 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.html @@ -92,34 +92,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            RemoveStudioGroupNotificationEvent
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiSdl.Desktop.IntegrationApi.NotificationsEvents
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Notifications.Events
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -130,7 +130,7 @@

                                                                                                            Constructors -

                                                                                                            RemoveStudioGroupNotificationEvent(string)

                                                                                                            +

                                                                                                            RemoveStudioGroupNotificationEvent(String)

                                                                                                            The RemoveStudioGroupNotificationEvent constructor

                                                                                                            @@ -149,7 +149,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String groupKey

                                                                                                            Unique group identifier

                                                                                                            @@ -179,14 +179,14 @@
                                                                                                            Property Value
                                                                                                            - string + System.String

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.html b/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.html index e5e2faf3b..54421de28 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            RemoveStudioNotificationFromGroupEvent
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiSdl.Desktop.IntegrationApi.NotificationsEvents
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Notifications.Events
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -129,7 +129,7 @@

                                                                                                            Constructors -

                                                                                                            RemoveStudioNotificationFromGroupEvent(string, Guid)

                                                                                                            +

                                                                                                            RemoveStudioNotificationFromGroupEvent(String, Guid)

                                                                                                            Declaration
                                                                                                            @@ -147,13 +147,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String notificationGroupKey

                                                                                                            Unique identifier for the group

                                                                                                            - Guid + System.Guid notificationGuid

                                                                                                            Unique identifier for the notification

                                                                                                            @@ -183,7 +183,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -209,14 +209,14 @@
                                                                                                            Property Value
                                                                                                            - Guid + System.Guid

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.html b/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.html index 76f42e0a7..d70459398 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.html @@ -92,34 +92,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ShowStudioNotificationsViewEvent
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiSdl.Desktop.IntegrationApi.NotificationsEvents
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Notifications.Events
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -130,7 +130,7 @@

                                                                                                            Constructors -

                                                                                                            ShowStudioNotificationsViewEvent(bool, bool)

                                                                                                            +

                                                                                                            ShowStudioNotificationsViewEvent(Boolean, Boolean)

                                                                                                            The ShowStudioNotificationsViewEvent constructor

                                                                                                            @@ -149,13 +149,13 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean showNotifications

                                                                                                            Display the notifications control in the current view

                                                                                                            - bool + System.Boolean setFocus

                                                                                                            Sets focus on the notifications control

                                                                                                            @@ -186,7 +186,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -212,14 +212,14 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.StudioWindowCreatedNotificationEvent.html b/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.StudioWindowCreatedNotificationEvent.html index 176ac119d..0bea2a632 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.StudioWindowCreatedNotificationEvent.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.StudioWindowCreatedNotificationEvent.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            StudioWindowCreatedNotificationEvent
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiSdl.Desktop.IntegrationApi.NotificationsEvents
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Notifications.Events
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -138,7 +138,7 @@
                                                                                                            Declaration

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.html b/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.html index f06f64145..200fcf15b 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.html @@ -100,7 +100,7 @@

                                                                                                            AddStudioNotificationToGroupEvent

                                                                                                            Publish this event through the IEventAggregator in order to add another notification -to an existing NotificationGroup within the Notifications View

                                                                                                            +to an existing NotificationGroup within the Notifications View

                                                                                                            RemoveStudioGroupNotificationEvent

                                                                                                            Publish this event through the IEventAggregator in order to remove a group of notifications diff --git a/api/integration/Sdl.Desktop.IntegrationApi.SettingsBinder.html b/api/integration/Sdl.Desktop.IntegrationApi.SettingsBinder.html index 6c985abd7..f293a3e23 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.SettingsBinder.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.SettingsBinder.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            SettingsBinder
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -129,7 +129,7 @@

                                                                                                            Methods -

                                                                                                            DataBindSetting<TSettingValue>(IBindableComponent, string, ISettingsGroup, string)

                                                                                                            +

                                                                                                            DataBindSetting<TSettingValue>(IBindableComponent, String, ISettingsGroup, String)

                                                                                                            Databinds a setting to a control property, setting the control font to bold when the settings is not inherited.

                                                                                                            @@ -148,13 +148,13 @@
                                                                                                            Parameters
                                                                                                            - IBindableComponent + System.Windows.Forms.IBindableComponent control

                                                                                                            The control to which to bind the setting.

                                                                                                            - string + System.String propertyName

                                                                                                            The property of the control to which to bind the setting.

                                                                                                            @@ -166,7 +166,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingId

                                                                                                            The id of the setting.

                                                                                                            @@ -183,7 +183,7 @@
                                                                                                            Returns
                                                                                                            - Binding + System.Windows.Forms.Binding @@ -207,13 +207,14 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            DataBindSetting<TSettingValue>(RadioButton[], TSettingValue[], ISettingsGroup, string)

                                                                                                            +

                                                                                                            DataBindSetting<TSettingValue>(RadioButton[], TSettingValue[], ISettingsGroup, String)

                                                                                                            Databinds a setting to a radiobutton with a specific datasource update mode, setting the control font to bold when the settings is not inherited.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static Binding DataBindSetting<TSettingValue>(RadioButton[] radioButtons, TSettingValue[] values, ISettingsGroup settingsGroup, string settingId) where TSettingValue : IComparable
                                                                                                            +
                                                                                                            public static Binding DataBindSetting<TSettingValue>(RadioButton[] radioButtons, TSettingValue[] values, ISettingsGroup settingsGroup, string settingId)
                                                                                                            +    where TSettingValue : IComparable
                                                                                                            Parameters
                                                                                                            @@ -226,13 +227,13 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -244,7 +245,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -261,7 +262,7 @@
                                                                                                            Returns
                                                                                                            - + diff --git a/api/integration/Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.html b/api/integration/Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.html index 970ee737d..2d31116cf 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.html @@ -86,47 +86,15 @@

                                                                                                            Class VisibilityChangedEventArgs

                                                                                                            -

                                                                                                            Contains the arguments returned by the event fired when a UI controller instance's visibility changes.

                                                                                                            +

                                                                                                            Contains the arguments returned by the event fired when a UI controller instance's visibility changes.

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            VisibilityChangedEventArgs
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            VisibilityChangedEventArgs
                                                                                                            - -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApi
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -137,7 +105,7 @@

                                                                                                            Constructors -

                                                                                                            VisibilityChangedEventArgs(bool)

                                                                                                            +

                                                                                                            VisibilityChangedEventArgs(Boolean)

                                                                                                            Initialize the instance of the argument using the changed visibility state value

                                                                                                            @@ -156,7 +124,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -186,14 +154,14 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            System.Windows.Forms.RadioButtonSystem.Windows.Forms.RadioButton[] radioButtons

                                                                                                            The radiobutton to which to bind the setting.

                                                                                                            TSettingValue[] values

                                                                                                            The values to which radio button should be bind.

                                                                                                            stringSystem.String settingId

                                                                                                            The id of the setting.

                                                                                                            BindingSystem.Windows.Forms.Binding

                                                                                                            The binding between the property value of an object and property value of a control.

                                                                                                            boolSystem.Boolean visible

                                                                                                            The visibility changed state.

                                                                                                            boolSystem.Boolean

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Wizard.IStudioWizardPage.html b/api/integration/Sdl.Desktop.IntegrationApi.Wizard.IStudioWizardPage.html index b1b596f13..0e8cfce1a 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Wizard.IStudioWizardPage.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Wizard.IStudioWizardPage.html @@ -88,7 +88,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiWizard
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Wizard
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -116,7 +116,7 @@
                                                                                                            Property Value
                                                                                                            - IDictionarystringobject + System.Collections.Generic.IDictionary<System.String, System.Object> @@ -141,7 +141,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -166,7 +166,7 @@
                                                                                                            Property Value
                                                                                                            - Icon + System.Drawing.Icon @@ -191,7 +191,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -216,7 +216,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -241,7 +241,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -266,7 +266,7 @@
                                                                                                            Property Value
                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged @@ -291,7 +291,7 @@
                                                                                                            Property Value
                                                                                                            - Type + System.Type @@ -311,7 +311,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            SetSharedData(IDictionary<string, object>)

                                                                                                            +

                                                                                                            SetSharedData(IDictionary<String, Object>)

                                                                                                            Declaration
                                                                                                            @@ -329,7 +329,7 @@
                                                                                                            Parameters
                                                                                                            - IDictionarystringobject + System.Collections.Generic.IDictionary<System.String, System.Object> sharedData @@ -365,14 +365,14 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.html b/api/integration/Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.html index 9310d67dd..8337bc7cc 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.html @@ -90,7 +90,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            StudioWizardPage
                                                                                                            @@ -100,28 +100,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopIntegrationApiWizard
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.IntegrationApi.Wizard
                                                                                                            Assembly: Sdl.Desktop.IntegrationApi.dll
                                                                                                            Syntax
                                                                                                            @@ -161,7 +161,7 @@
                                                                                                            Property Value
                                                                                                            - IDictionarystringobject + System.Collections.Generic.IDictionary<System.String, System.Object> @@ -186,7 +186,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -211,7 +211,7 @@
                                                                                                            Property Value
                                                                                                            - Icon + System.Drawing.Icon @@ -236,7 +236,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -261,7 +261,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -286,7 +286,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -311,7 +311,7 @@
                                                                                                            Property Value
                                                                                                            - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged @@ -336,7 +336,7 @@
                                                                                                            Property Value
                                                                                                            - Type + System.Type @@ -356,7 +356,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            SetSharedData(IDictionary<string, object>)

                                                                                                            +

                                                                                                            SetSharedData(IDictionary<String, Object>)

                                                                                                            Declaration
                                                                                                            @@ -374,7 +374,7 @@
                                                                                                            Parameters
                                                                                                            - IDictionarystringobject + System.Collections.Generic.IDictionary<System.String, System.Object> sharedData @@ -410,7 +410,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -421,7 +421,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.IntegrationApi.html b/api/integration/Sdl.Desktop.IntegrationApi.html index 1c3cbbe2e..17fe85e92 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.html +++ b/api/integration/Sdl.Desktop.IntegrationApi.html @@ -101,13 +101,13 @@

                                                                                                            A

                                                                                                            AbstractViewController

                                                                                                            Base class used in the implementation and integration of a view in desktop applications. -Based on an MVC pattern the implementation is the controller of a view.

                                                                                                            +Based on an MVC pattern the implementation is the controller of a view.

                                                                                                            AbstractViewControllerAction<TController>

                                                                                                            Abstract base class for a view-specific action.

                                                                                                            AbstractViewPartController

                                                                                                            -

                                                                                                            Base class used in the implementation and integration of a view part in desktop applications.

                                                                                                            +

                                                                                                            Base class used in the implementation and integration of a view part in desktop applications.

                                                                                                            ActionExecutionCancelEventArgs

                                                                                                            Argument used for the action execution events which support canceling.

                                                                                                            @@ -116,7 +116,7 @@

                                                                                                            ActivationChangedEventArgs

                                                                                                            -

                                                                                                            Contains the arguments returned by the event fired when a UI controller instance's activation state changes.

                                                                                                            +

                                                                                                            Contains the arguments returned by the event fired when a UI controller instance's activation state changes.

                                                                                                            ApplicationHost<T>

                                                                                                            Base class for the application host

                                                                                                            @@ -128,7 +128,7 @@

                                                                                                            Settin

                                                                                                            Static helper class for databinding settings to control properties.

                                                                                                            VisibilityChangedEventArgs

                                                                                                            -

                                                                                                            Contains the arguments returned by the event fired when a UI controller instance's visibility changes.

                                                                                                            +

                                                                                                            Contains the arguments returned by the event fired when a UI controller instance's visibility changes.

                                                                                                            Interfaces

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.html index e3d3b5943..1a99060ae 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.html @@ -90,81 +90,10 @@

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            ComboboxPlaceholderBehavior
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ComboboxPlaceholderBehavior
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -203,7 +132,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -218,8 +147,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [AttachedPropertyBrowsableForType(typeof(ComboBox))]
                                                                                                            -public static string GetPlaceholder(DependencyObject element)
                                                                                                            +
                                                                                                            public static string GetPlaceholder(DependencyObject element)
                                                                                                            Parameters
                                                                                                            @@ -232,7 +160,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -248,7 +176,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -256,13 +184,12 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SetPlaceholder(DependencyObject, string)

                                                                                                            +

                                                                                                            SetPlaceholder(DependencyObject, String)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [AttachedPropertyBrowsableForType(typeof(ComboBox))]
                                                                                                            -public static void SetPlaceholder(DependencyObject element, string value)
                                                                                                            +
                                                                                                            public static void SetPlaceholder(DependencyObject element, string value)
                                                                                                            Parameters
                                                                                                            DependencyObjectSystem.Windows.DependencyObject element
                                                                                                            stringSystem.String
                                                                                                            @@ -275,12 +202,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -288,7 +215,7 @@
                                                                                                            Parameters
                                                                                                            DependencyObjectSystem.Windows.DependencyObject element
                                                                                                            stringSystem.String value

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.DataGridItemBehavior.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.DataGridItemBehavior.html index 4ae9e2af9..fb28040a0 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.DataGridItemBehavior.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.DataGridItemBehavior.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DataGridItemBehavior
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -144,7 +144,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -172,7 +172,7 @@
                                                                                                            Parameters
                                                                                                            - DataGrid + System.Windows.Controls.DataGrid dataGrid @@ -188,7 +188,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -196,7 +196,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SetIsBroughtIntoViewWhenSelected(DataGrid, bool)

                                                                                                            +

                                                                                                            SetIsBroughtIntoViewWhenSelected(DataGrid, Boolean)

                                                                                                            Declaration
                                                                                                            @@ -214,12 +214,12 @@
                                                                                                            Parameters
                                                                                                            - DataGrid + System.Windows.Controls.DataGrid dataGrid - bool + System.Boolean value diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.DragDropBehaviour.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.DragDropBehaviour.html index c3612ee59..7827b9494 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.DragDropBehaviour.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.DragDropBehaviour.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DragDropBehaviour
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -144,7 +144,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -172,7 +172,7 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject o @@ -188,7 +188,7 @@
                                                                                                            Returns
                                                                                                            - ICommand + System.Windows.Input.ICommand @@ -214,12 +214,12 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject o - ICommand + System.Windows.Input.ICommand value diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory.html index d5cfedaef..1ef488470 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            EventBehaviourFactory
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -128,7 +128,7 @@

                                                                                                            Methods -

                                                                                                            CreateCommandExecutionEventBehaviour(RoutedEvent, string, Type)

                                                                                                            +

                                                                                                            CreateCommandExecutionEventBehaviour(RoutedEvent, String, Type)

                                                                                                            Declaration
                                                                                                            @@ -146,17 +146,17 @@
                                                                                                            Parameters
                                                                                                            - RoutedEvent + System.Windows.RoutedEvent routedEvent - string + System.String propertyName - Type + System.Type ownerType @@ -172,7 +172,7 @@
                                                                                                            Returns
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty diff --git a/api/core/Sdl.Core.Globalization.LanguageDisplaySettings.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.html similarity index 60% rename from api/core/Sdl.Core.Globalization.LanguageDisplaySettings.html rename to api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.html index 1e5598817..2fa4aff0e 100644 --- a/api/core/Sdl.Core.Globalization.LanguageDisplaySettings.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.html @@ -5,10 +5,10 @@ - Class LanguageDisplaySettings + <title>Class FocusExtension - @@ -81,58 +81,64 @@
                                                                                                            -
                                                                                                            +
                                                                                                            -

                                                                                                            Class LanguageDisplaySettings +

                                                                                                            Class FocusExtension

                                                                                                            -
                                                                                                            +

                                                                                                            Behavior to change focus using a binded property +partially used this answer https://stackoverflow.com/a/7972361 +removed the if (e.OldValue == null) that forced the IsFocused to false/true on lost/got focus +in out use case the IsFocus is updated in the view model hence here

                                                                                                            +
                                                                                                            Inheritance
                                                                                                            - -
                                                                                                            LanguageDisplaySettings
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            FocusExtension
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType() +
                                                                                                            +
                                                                                                            + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.CoreGlobalization
                                                                                                            -
                                                                                                            Assembly: Sdl.Core.Globalization.Async.dll
                                                                                                            -
                                                                                                            Syntax
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            +
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            +
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public sealed class LanguageDisplaySettings
                                                                                                            +
                                                                                                            public static class FocusExtension
                                                                                                            -

                                                                                                            Properties +

                                                                                                            Fields

                                                                                                            - -

                                                                                                            Format

                                                                                                            +

                                                                                                            IsFocusedProperty

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public LanguageFormat Format { get; set; }
                                                                                                            +
                                                                                                            public static readonly DependencyProperty IsFocusedProperty
                                                                                                            -
                                                                                                            Property Value
                                                                                                            +
                                                                                                            Field Value
                                                                                                            @@ -142,47 +148,41 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            LanguageFormatSystem.Windows.DependencyProperty
                                                                                                            +

                                                                                                            Methods +

                                                                                                            - -

                                                                                                            IncludeCountry

                                                                                                            + +

                                                                                                            GetIsFocused(DependencyObject)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public bool IncludeCountry { get; set; }
                                                                                                            +
                                                                                                            public static bool? GetIsFocused(DependencyObject element)
                                                                                                            -
                                                                                                            Property Value
                                                                                                            +
                                                                                                            Parameters
                                                                                                            + - + +
                                                                                                            TypeName Description
                                                                                                            boolSystem.Windows.DependencyObjectelement
                                                                                                            - - - -

                                                                                                            UseFlags

                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            public bool UseFlags { get; set; }
                                                                                                            -
                                                                                                            -
                                                                                                            Property Value
                                                                                                            +
                                                                                                            Returns
                                                                                                            @@ -192,33 +192,39 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            boolSystem.Nullable<System.Boolean>
                                                                                                            -

                                                                                                            Events -

                                                                                                            -

                                                                                                            SettingsChanged

                                                                                                            + +

                                                                                                            SetIsFocused(DependencyObject, Nullable<Boolean>)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public event EventHandler SettingsChanged
                                                                                                            +
                                                                                                            public static void SetIsFocused(DependencyObject element, bool? value)
                                                                                                            -
                                                                                                            Event Type
                                                                                                            +
                                                                                                            Parameters
                                                                                                            + - + + + + + + + diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.html index 087ecac5b..234036440 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FocusOnClickBehaviour
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -156,7 +156,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -184,12 +184,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -216,7 +216,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -232,7 +232,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -258,12 +258,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -271,7 +271,7 @@
                                                                                                            Parameters
                                                                                                            TypeName Description
                                                                                                            EventHandlerSystem.Windows.DependencyObjectelement
                                                                                                            System.Nullable<System.Boolean>value
                                                                                                            DependencyPropertySystem.Windows.DependencyProperty
                                                                                                            DependencyObjectSystem.Windows.DependencyObject sender
                                                                                                            DependencyPropertyChangedEventArgsSystem.Windows.DependencyPropertyChangedEventArgs e
                                                                                                            ButtonSystem.Windows.Controls.Button button
                                                                                                            ControlSystem.Windows.Controls.Control
                                                                                                            ButtonSystem.Windows.Controls.Button button
                                                                                                            ControlSystem.Windows.Controls.Control value

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.html index 0542337ae..5aa60b26c 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            HighlightOnValueChanged
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -158,7 +158,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -183,7 +183,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -211,7 +211,7 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject depObj @@ -227,7 +227,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String @@ -253,7 +253,7 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject depObj @@ -269,7 +269,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -277,7 +277,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SetCompareTo(DependencyObject, string)

                                                                                                            +

                                                                                                            SetCompareTo(DependencyObject, String)

                                                                                                            Declaration
                                                                                                            @@ -295,12 +295,12 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject depObj - string + System.String value @@ -309,7 +309,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            SetDefaultValue(DependencyObject, object)

                                                                                                            +

                                                                                                            SetDefaultValue(DependencyObject, Object)

                                                                                                            Declaration
                                                                                                            @@ -327,12 +327,12 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject depObj - object + System.Object value @@ -340,7 +340,7 @@
                                                                                                            Parameters

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.KeyboardFocusBehaviour.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.KeyboardFocusBehaviour.html index e357105b8..1176df501 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.KeyboardFocusBehaviour.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.KeyboardFocusBehaviour.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            KeyboardFocusBehaviour
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -175,7 +175,7 @@
                                                                                                            Parameters
                                                                                                            - UIElement + System.Windows.UIElement element @@ -191,7 +191,7 @@
                                                                                                            Returns
                                                                                                            - FrameworkElement + System.Windows.FrameworkElement @@ -218,12 +218,12 @@
                                                                                                            Parameters
                                                                                                            - UIElement + System.Windows.UIElement element - FrameworkElement + System.Windows.FrameworkElement value diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.NumberOnlyBehaviour.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.NumberOnlyBehaviour.html index efbb35b75..c0426dde0 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.NumberOnlyBehaviour.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.NumberOnlyBehaviour.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            NumberOnlyBehaviour
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -145,7 +145,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -173,7 +173,7 @@
                                                                                                            Parameters
                                                                                                            - Control + System.Windows.Controls.Control o @@ -189,7 +189,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -197,7 +197,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SetIsEnabled(Control, bool)

                                                                                                            +

                                                                                                            SetIsEnabled(Control, Boolean)

                                                                                                            Declaration
                                                                                                            @@ -215,12 +215,12 @@
                                                                                                            Parameters
                                                                                                            - Control + System.Windows.Controls.Control o - bool + System.Boolean value diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.html index 1a78a16b6..ef364e4f8 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.html @@ -90,1742 +90,21 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - -
                                                                                                            PlaceholderAdorner
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            PlaceholderAdorner
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class PlaceholderAdorner : Adorner, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
                                                                                                            +
                                                                                                            public class PlaceholderAdorner : Adorner

                                                                                                            Constructors

                                                                                                            -

                                                                                                            PlaceholderAdorner(FrameworkElement, string)

                                                                                                            +

                                                                                                            PlaceholderAdorner(FrameworkElement, String)

                                                                                                            Declaration
                                                                                                            @@ -1843,12 +122,12 @@
                                                                                                            Parameters
                                                                                                            - FrameworkElement + System.Windows.FrameworkElement element - string + System.String text @@ -1877,12 +156,12 @@
                                                                                                            Parameters
                                                                                                            - DrawingContext + System.Windows.Media.DrawingContext drawingContext - FormattedText + System.Windows.Media.FormattedText text @@ -1909,33 +188,15 @@
                                                                                                            Parameters
                                                                                                            - DrawingContext + System.Windows.Media.DrawingContext drawingContext -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            Implements

                                                                                                            - - - - -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ShowSystemMenuBehavior.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ShowSystemMenuBehavior.html index c0a206d30..da4cdf7ae 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ShowSystemMenuBehavior.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ShowSystemMenuBehavior.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ShowSystemMenuBehavior
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -144,7 +144,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -168,7 +168,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -196,7 +196,7 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject obj @@ -212,7 +212,7 @@
                                                                                                            Returns
                                                                                                            - Window + System.Windows.Window @@ -220,7 +220,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SetRightButtonShow(DependencyObject, bool)

                                                                                                            +

                                                                                                            SetRightButtonShow(DependencyObject, Boolean)

                                                                                                            Declaration
                                                                                                            @@ -238,12 +238,12 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject obj - bool + System.Boolean arg @@ -270,12 +270,12 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject obj - Window + System.Windows.Window window diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.html index 358ac20db..8840525d9 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TextBlockAutoToolTipBehavior
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -158,7 +158,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -187,7 +187,7 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject obj @@ -203,7 +203,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -211,7 +211,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SetAutoTooltip(DependencyObject, bool)

                                                                                                            +

                                                                                                            SetAutoTooltip(DependencyObject, Boolean)

                                                                                                            Sets the value of the AutoTooltipProperty dependency property

                                                                                                            @@ -230,12 +230,12 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject obj - bool + System.Boolean value @@ -243,7 +243,7 @@
                                                                                                            Parameters

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.html index c4979d761..642a0405a 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.html @@ -90,81 +90,10 @@

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            TextBoxPlaceholderBehavior
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            TextBoxPlaceholderBehavior
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -203,7 +132,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -218,8 +147,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [AttachedPropertyBrowsableForType(typeof(TextBox))]
                                                                                                            -public static string GetPlaceholder(DependencyObject element)
                                                                                                            +
                                                                                                            public static string GetPlaceholder(DependencyObject element)
                                                                                                            Parameters
                                                                                                            @@ -232,7 +160,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -248,7 +176,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -256,13 +184,12 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SetPlaceholder(DependencyObject, string)

                                                                                                            +

                                                                                                            SetPlaceholder(DependencyObject, String)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [AttachedPropertyBrowsableForType(typeof(TextBox))]
                                                                                                            -public static void SetPlaceholder(DependencyObject element, string value)
                                                                                                            +
                                                                                                            public static void SetPlaceholder(DependencyObject element, string value)
                                                                                                            Parameters
                                                                                                            DependencyObjectSystem.Windows.DependencyObject element
                                                                                                            stringSystem.String
                                                                                                            @@ -275,12 +202,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -288,7 +215,7 @@
                                                                                                            Parameters
                                                                                                            DependencyObjectSystem.Windows.DependencyObject element
                                                                                                            stringSystem.String value

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.html index 4882008df..08f925c0b 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TimedAutoHideBehaviour
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -156,7 +156,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -180,7 +180,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -208,7 +208,7 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject obj @@ -224,7 +224,7 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32 @@ -250,7 +250,7 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject obj @@ -266,7 +266,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -274,7 +274,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SetAutoHideInterval(DependencyObject, int)

                                                                                                            +

                                                                                                            SetAutoHideInterval(DependencyObject, Int32)

                                                                                                            Declaration
                                                                                                            @@ -292,12 +292,12 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject obj - int + System.Int32 value @@ -306,7 +306,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            SetShowMessage(DependencyObject, bool)

                                                                                                            +

                                                                                                            SetShowMessage(DependencyObject, Boolean)

                                                                                                            Declaration
                                                                                                            @@ -324,12 +324,12 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject obj - bool + System.Boolean value @@ -337,7 +337,7 @@
                                                                                                            Parameters

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.html index 018990bfa..802eebd9f 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TreeViewBringIntoViewWhenSelectedBehavior
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -156,7 +156,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -184,7 +184,7 @@
                                                                                                            Parameters
                                                                                                            - TreeViewItem + System.Windows.Controls.TreeViewItem treeViewItem @@ -200,7 +200,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -208,7 +208,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SetBringIntoViewWhenSelected(TreeViewItem, bool)

                                                                                                            +

                                                                                                            SetBringIntoViewWhenSelected(TreeViewItem, Boolean)

                                                                                                            Declaration
                                                                                                            @@ -226,12 +226,12 @@
                                                                                                            Parameters
                                                                                                            - TreeViewItem + System.Windows.Controls.TreeViewItem treeViewItem - bool + System.Boolean value @@ -239,7 +239,7 @@
                                                                                                            Parameters

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewSelectedItemChangedBehaviour.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewSelectedItemChangedBehaviour.html index ff151d1ed..b3f95e04b 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewSelectedItemChangedBehaviour.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewSelectedItemChangedBehaviour.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TreeViewSelectedItemChangedBehaviour
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -144,7 +144,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -172,7 +172,7 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject o @@ -188,7 +188,7 @@
                                                                                                            Returns
                                                                                                            - ICommand + System.Windows.Input.ICommand @@ -214,12 +214,12 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject o - ICommand + System.Windows.Input.ICommand value diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserBindableSourceBehavior.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserBindableSourceBehavior.html index 53e3339a5..e3417b255 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserBindableSourceBehavior.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserBindableSourceBehavior.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            WebBrowserBindableSourceBehavior
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -145,7 +145,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -173,7 +173,7 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject dependencyObject @@ -189,7 +189,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String @@ -197,7 +197,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SetBindableSource(DependencyObject, string)

                                                                                                            +

                                                                                                            SetBindableSource(DependencyObject, String)

                                                                                                            Declaration
                                                                                                            @@ -215,12 +215,12 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject dependencyObject - string + System.String value diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserContentSource.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserContentSource.html index 51ec97509..0554fbbfd 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserContentSource.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserContentSource.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            WebBrowserContentSource
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -145,7 +145,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -160,8 +160,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [AttachedPropertyBrowsableForType(typeof(WebBrowser))]
                                                                                                            -public static string GetHtml(WebBrowser d)
                                                                                                            +
                                                                                                            public static string GetHtml(WebBrowser d)
                                                                                                            Parameters
                                                                                                            @@ -174,7 +173,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -190,7 +189,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -198,7 +197,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SetHtml(WebBrowser, string)

                                                                                                            +

                                                                                                            SetHtml(WebBrowser, String)

                                                                                                            Declaration
                                                                                                            @@ -216,12 +215,12 @@
                                                                                                            Parameters
                                                                                                            - + - + diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WindowDragBehavior.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WindowDragBehavior.html index 6ccd3f5ae..76fbc35fd 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WindowDragBehavior.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WindowDragBehavior.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            WindowDragBehavior
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -144,7 +144,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -172,7 +172,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -188,7 +188,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -214,12 +214,12 @@
                                                                                                            Parameters
                                                                                                            - + - + diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WindowLoadedBehaviour.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WindowLoadedBehaviour.html index 54a3da8a7..9b3f6c44e 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WindowLoadedBehaviour.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WindowLoadedBehaviour.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            WindowLoadedBehaviour
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBehaviours
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Behaviours
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -144,7 +144,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -172,7 +172,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -188,7 +188,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -214,12 +214,12 @@
                                                                                                            Parameters
                                                                                                            - + - + diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.html b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.html index f7c57bc28..50ab93907 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Behaviours.html @@ -98,6 +98,12 @@

                                                                                                            EventBehaviourFactory

                                                                                                            +

                                                                                                            FocusExtension

                                                                                                            +

                                                                                                            Behavior to change focus using a binded property +partially used this answer https://stackoverflow.com/a/7972361 +removed the if (e.OldValue == null) that forced the IsFocused to false/true on lost/got focus +in out use case the IsFocus is updated in the view model hence here

                                                                                                            +

                                                                                                            FocusOnClickBehaviour

                                                                                                            HighlightOnValueChanged

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.html b/api/integration/Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.html index 353672d68..9753be9da 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.html @@ -90,7 +90,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            EmbeddedBrowserCookieManager
                                                                                                            @@ -100,28 +100,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBrowser
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Browser
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -151,7 +151,7 @@
                                                                                                            Parameters

                                                                                                            - + @@ -167,7 +167,7 @@

                                                                                                            Methods -

                                                                                                            ClearCookiesFor(string)

                                                                                                            +

                                                                                                            ClearCookiesFor(String)

                                                                                                            Clears all cookies (including HttpOnly) placed in Path=/ for the specified URL.

                                                                                                            @@ -186,7 +186,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -199,7 +199,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Browser.ICookieManager.html b/api/integration/Sdl.Desktop.Platform.Controls.Browser.ICookieManager.html index 0401493fc..fc62a493c 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Browser.ICookieManager.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Browser.ICookieManager.html @@ -89,7 +89,7 @@

                                                                                                            Manages browser cookies from a desktop application

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBrowser
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Browser
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -101,7 +101,7 @@

                                                                                                            Methods -

                                                                                                            ClearCookiesFor(string)

                                                                                                            +

                                                                                                            ClearCookiesFor(String)

                                                                                                            Clears all cookies for the specified URL, including HttpOnly cookies.

                                                                                                            @@ -120,7 +120,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -129,7 +129,7 @@
                                                                                                            Parameters
                                                                                                            WebBrowserSystem.Windows.Controls.WebBrowser d
                                                                                                            stringSystem.String
                                                                                                            WebBrowserSystem.Windows.Controls.WebBrowser d
                                                                                                            stringSystem.String value
                                                                                                            DependencyPropertySystem.Windows.DependencyProperty
                                                                                                            DependencyObjectSystem.Windows.DependencyObject obj
                                                                                                            WindowSystem.Windows.Window
                                                                                                            DependencyObjectSystem.Windows.DependencyObject obj
                                                                                                            WindowSystem.Windows.Window window
                                                                                                            DependencyPropertySystem.Windows.DependencyProperty
                                                                                                            DependencyObjectSystem.Windows.DependencyObject o
                                                                                                            ICommandSystem.Windows.Input.ICommand
                                                                                                            DependencyObjectSystem.Windows.DependencyObject o
                                                                                                            ICommandSystem.Windows.Input.ICommand value
                                                                                                            ILoggerEmbeddedBrowserCookieManagerMicrosoft.Extensions.Logging.ILogger<EmbeddedBrowserCookieManager> logger
                                                                                                            stringSystem.String url

                                                                                                            URL to clear cookies for

                                                                                                            stringSystem.String url

                                                                                                            URL to clear cookies for. It must include the protocol, i.e. http:// or https://

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.html b/api/integration/Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.html index aac9cbe93..0d030948a 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.html @@ -88,7 +88,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBrowser
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Browser
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -100,7 +100,7 @@

                                                                                                            Methods -

                                                                                                            ClearCookie(string, string)

                                                                                                            +

                                                                                                            ClearCookie(String, String)

                                                                                                            Declaration
                                                                                                            @@ -118,12 +118,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String url - string + System.String cookieName @@ -139,7 +139,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -147,7 +147,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetAllCookiesFor(string)

                                                                                                            +

                                                                                                            GetAllCookiesFor(String)

                                                                                                            Declaration
                                                                                                            @@ -165,7 +165,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String uri @@ -181,7 +181,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String @@ -206,14 +206,14 @@
                                                                                                            Returns
                                                                                                            - Exception + System.Exception

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.html b/api/integration/Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.html index ca3a84df6..69c44249c 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.html @@ -90,7 +90,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            NativeBrowserApi
                                                                                                            @@ -100,28 +100,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBrowser
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Browser
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -145,7 +145,7 @@

                                                                                                            Methods -

                                                                                                            ClearCookie(string, string)

                                                                                                            +

                                                                                                            ClearCookie(String, String)

                                                                                                            Declaration
                                                                                                            @@ -163,12 +163,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String url - string + System.String cookieName @@ -184,7 +184,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -192,7 +192,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetAllCookiesFor(string)

                                                                                                            +

                                                                                                            GetAllCookiesFor(String)

                                                                                                            Declaration
                                                                                                            @@ -210,7 +210,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String uri @@ -226,7 +226,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String @@ -251,7 +251,7 @@
                                                                                                            Returns
                                                                                                            - Exception + System.Exception @@ -262,7 +262,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Browser.WebBrowserExtensions.html b/api/integration/Sdl.Desktop.Platform.Controls.Browser.WebBrowserExtensions.html index 25acbe620..2d55fe908 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Browser.WebBrowserExtensions.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Browser.WebBrowserExtensions.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            WebBrowserExtensions
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsBrowser
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Browser
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -147,7 +147,7 @@
                                                                                                            Parameters
                                                                                                            - WebBrowser + System.Windows.Controls.WebBrowser wb

                                                                                                            WebBrowser as this object

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.html index 905ce1629..d8f9561d3 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.html @@ -90,1840 +90,14 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - -
                                                                                                            BindablePasswordBox
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            BindablePasswordBox
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class BindablePasswordBox : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
                                                                                                            +
                                                                                                            public class BindablePasswordBox : Control

                                                                                                            Constructors

                                                                                                            @@ -1958,7 +132,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -1982,7 +156,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2009,7 +183,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -2034,7 +208,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -2051,12 +225,10 @@
                                                                                                            Declaration
                                                                                                            public override void OnApplyTemplate()
                                                                                                            -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            passwordDp_PasswordChanged(object, RoutedEventArgs)

                                                                                                            +

                                                                                                            passwordDp_PasswordChanged(Object, RoutedEventArgs)

                                                                                                            Declaration
                                                                                                            @@ -2074,12 +246,12 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object sender - RoutedEventArgs + System.Windows.RoutedEventArgs e @@ -2106,30 +278,14 @@
                                                                                                            Event Type
                                                                                                            - RoutedEventHandler + System.Windows.RoutedEventHandler -

                                                                                                            Implements

                                                                                                            - - - - -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.ButtonsAlignment.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.ButtonsAlignment.html index 7366de5be..11bb2f265 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.ButtonsAlignment.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.ButtonsAlignment.html @@ -88,7 +88,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.html index 9ccefcaf4..306990a92 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.html @@ -90,2157 +90,14 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - - - - -
                                                                                                            ComboBoxTreeViewWithNewItem
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ComboBoxTreeViewWithNewItem
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ComboBoxTreeViewWithNewItem : ComboBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage
                                                                                                            +
                                                                                                            public class ComboBoxTreeViewWithNewItem : ComboBox

                                                                                                            Constructors

                                                                                                            @@ -2259,7 +116,7 @@

                                                                                                            Fields

                                                                                                            NewItemCommandProperty

                                                                                                            -

                                                                                                            Dependency property to get/set the new item command

                                                                                                            +

                                                                                                            Dependency property to get/set the new item command

                                                                                                            Declaration
                                                                                                            @@ -2276,7 +133,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2284,7 +141,7 @@
                                                                                                            Field Value

                                                                                                            NewItemTextProperty

                                                                                                            -

                                                                                                            Dependency property to get/set the new item text

                                                                                                            +

                                                                                                            Dependency property to get/set the new item text

                                                                                                            Declaration
                                                                                                            @@ -2301,7 +158,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2326,7 +183,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2351,7 +208,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2375,7 +232,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2399,7 +256,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2426,7 +283,7 @@
                                                                                                            Property Value
                                                                                                            - ICommand + System.Windows.Input.ICommand @@ -2451,7 +308,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -2476,7 +333,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -2501,7 +358,7 @@
                                                                                                            Property Value
                                                                                                            - Visibility + System.Windows.Visibility @@ -2527,7 +384,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerablestring + System.Collections.Generic.IEnumerable<System.String> @@ -2553,7 +410,7 @@
                                                                                                            Property Value
                                                                                                            - object + System.Object @@ -2570,8 +427,6 @@
                                                                                                            Declaration
                                                                                                            public override void OnApplyTemplate()
                                                                                                            -
                                                                                                            Overrides
                                                                                                            - @@ -2593,14 +448,12 @@
                                                                                                            Parameters
                                                                                                            - EventArgs + System.EventArgs e -
                                                                                                            Overrides
                                                                                                            - @@ -2622,39 +475,15 @@
                                                                                                            Parameters
                                                                                                            - EventArgs + System.EventArgs e -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            Implements

                                                                                                            - - - - - -
                                                                                                            - IAddChild -
                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.html index e2bc1ec89..8b9592bfb 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.html @@ -90,2169 +90,14 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - - - - -
                                                                                                            ComboBoxWithNewItem
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ComboBoxWithNewItem
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ComboBoxWithNewItem : ComboBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage
                                                                                                            +
                                                                                                            public class ComboBoxWithNewItem : ComboBox

                                                                                                            Constructors

                                                                                                            @@ -2287,7 +132,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2295,7 +140,7 @@
                                                                                                            Field Value

                                                                                                            NewItemCommandProperty

                                                                                                            -

                                                                                                            Dependency property to get/set the new item command

                                                                                                            +

                                                                                                            Dependency property to get/set the new item command

                                                                                                            Declaration
                                                                                                            @@ -2312,7 +157,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2320,7 +165,7 @@
                                                                                                            Field Value

                                                                                                            NewItemTextProperty

                                                                                                            -

                                                                                                            Dependency property to get/set the new item text

                                                                                                            +

                                                                                                            Dependency property to get/set the new item text

                                                                                                            Declaration
                                                                                                            @@ -2337,7 +182,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2362,7 +207,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2387,7 +232,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2414,7 +259,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -2439,7 +284,7 @@
                                                                                                            Property Value
                                                                                                            - ICommand + System.Windows.Input.ICommand @@ -2464,7 +309,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -2489,7 +334,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -2514,7 +359,7 @@
                                                                                                            Property Value
                                                                                                            - Visibility + System.Windows.Visibility @@ -2542,39 +387,15 @@
                                                                                                            Parameters
                                                                                                            - EventArgs + System.EventArgs e -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            Implements

                                                                                                            - - - - - -
                                                                                                            - IAddChild -
                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.html index 5f2a07562..faab32c26 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.html @@ -90,1840 +90,14 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - -
                                                                                                            CustomProgressRing
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            CustomProgressRing
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class CustomProgressRing : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
                                                                                                            +
                                                                                                            public class CustomProgressRing : Control

                                                                                                            Constructors

                                                                                                            @@ -1958,7 +132,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -1982,7 +156,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2006,7 +180,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2030,7 +204,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2054,7 +228,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2081,7 +255,7 @@
                                                                                                            Property Value
                                                                                                            - Brush + System.Windows.Media.Brush @@ -2106,7 +280,7 @@
                                                                                                            Property Value
                                                                                                            - Thickness + System.Windows.Thickness @@ -2131,7 +305,7 @@
                                                                                                            Property Value
                                                                                                            - double + System.Double @@ -2156,7 +330,7 @@
                                                                                                            Property Value
                                                                                                            - double + System.Double @@ -2181,7 +355,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -2198,27 +372,9 @@
                                                                                                            Declaration
                                                                                                            public override void OnApplyTemplate()
                                                                                                            -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            Implements

                                                                                                            - - - - -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.html index 6f1b86621..99e40f352 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.html @@ -90,2157 +90,14 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - - - - -
                                                                                                            ComboBoxTreeView
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ComboBoxTreeView
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControlsCustomTreeViewComboBox
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ComboBoxTreeView : ComboBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage
                                                                                                            +
                                                                                                            public class ComboBoxTreeView : ComboBox

                                                                                                            Constructors

                                                                                                            @@ -2275,7 +132,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2299,7 +156,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2327,7 +184,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerablestring + System.Collections.Generic.IEnumerable<System.String> @@ -2353,7 +210,7 @@
                                                                                                            Property Value
                                                                                                            - object + System.Object @@ -2370,8 +227,6 @@
                                                                                                            Declaration
                                                                                                            public override void OnApplyTemplate()
                                                                                                            -
                                                                                                            Overrides
                                                                                                            - @@ -2393,14 +248,12 @@
                                                                                                            Parameters
                                                                                                            - EventArgs + System.EventArgs e -
                                                                                                            Overrides
                                                                                                            - @@ -2422,39 +275,15 @@
                                                                                                            Parameters
                                                                                                            - EventArgs + System.EventArgs e -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            Implements

                                                                                                            - - - - - -
                                                                                                            - IAddChild -
                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.html index 991df2898..782fef0bf 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.html @@ -90,2051 +90,14 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - - - -
                                                                                                            ExtendedTreeView
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ExtendedTreeView
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControlsCustomTreeViewComboBox
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ExtendedTreeView : TreeView, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage
                                                                                                            +
                                                                                                            public class ExtendedTreeView : TreeView

                                                                                                            Constructors

                                                                                                            @@ -2170,13 +133,11 @@
                                                                                                            Returns
                                                                                                            - DependencyObject + System.Windows.DependencyObject -
                                                                                                            Overrides
                                                                                                            -

                                                                                                            Events

                                                                                                            @@ -2198,36 +159,14 @@
                                                                                                            Event Type
                                                                                                            - MouseEventHandler + System.Windows.Input.MouseEventHandler -

                                                                                                            Implements

                                                                                                            - - - - - -
                                                                                                            - IAddChild -
                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.html index 070bb5c85..7fc4d0e9b 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.html @@ -90,2122 +90,14 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - - - - -
                                                                                                            ExtendedTreeViewItem
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ExtendedTreeViewItem
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControlsCustomTreeViewComboBox
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ExtendedTreeViewItem : TreeViewItem, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, IHierarchicalVirtualizationAndScrollInfo
                                                                                                            +
                                                                                                            public class ExtendedTreeViewItem : TreeViewItem

                                                                                                            Constructors

                                                                                                            @@ -2266,13 +158,11 @@
                                                                                                            Returns
                                                                                                            - DependencyObject + System.Windows.DependencyObject -
                                                                                                            Overrides
                                                                                                            -

                                                                                                            Events

                                                                                                            @@ -2294,39 +184,14 @@
                                                                                                            Event Type
                                                                                                            - MouseEventHandler + System.Windows.Input.MouseEventHandler -

                                                                                                            Implements

                                                                                                            - - - - - -
                                                                                                            - IAddChild -
                                                                                                            - -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ITreeViewItemModel.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ITreeViewItemModel.html index 251be7bb6..eca0c0854 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ITreeViewItemModel.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ITreeViewItemModel.html @@ -88,17 +88,11 @@

                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControlsCustomTreeViewComboBox
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public interface ITreeViewItemModel : INotifyPropertyChanged
                                                                                                            +
                                                                                                            public interface ITreeViewItemModel

                                                                                                            Properties

                                                                                                            @@ -122,7 +116,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -147,7 +141,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -172,7 +166,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -197,7 +191,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -224,7 +218,7 @@
                                                                                                            Returns
                                                                                                            - IEnumerableITreeViewItemModel + System.Collections.Generic.IEnumerable<ITreeViewItemModel> @@ -249,14 +243,14 @@
                                                                                                            Returns
                                                                                                            - IEnumerableITreeViewItemModel + System.Collections.Generic.IEnumerable<ITreeViewItemModel>

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.html index 64fbdb80a..28b929b59 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.html @@ -90,2672 +90,30 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - - - - - - -
                                                                                                            DataGridWithMultipleSelection
                                                                                                            +
                                                                                                            System.Object
                                                                                                            + +
                                                                                                            DataGridWithMultipleSelection
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class DataGridWithMultipleSelection : SortWiseDataGrid, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage
                                                                                                            +
                                                                                                            public class DataGridWithMultipleSelection : SortWiseDataGrid

                                                                                                            Constructors

                                                                                                            @@ -2790,7 +148,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2817,36 +175,14 @@
                                                                                                            Property Value
                                                                                                            - IList + System.Collections.IList -

                                                                                                            Implements

                                                                                                            - - - - - -
                                                                                                            - IAddChild -
                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.html index 8cdfbdcd5..0b2e0d630 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.html @@ -90,1840 +90,14 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - -
                                                                                                            FeedbackControl
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            FeedbackControl
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class FeedbackControl : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
                                                                                                            +
                                                                                                            public class FeedbackControl : Control

                                                                                                            Constructors

                                                                                                            @@ -1958,7 +132,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -1982,7 +156,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2006,7 +180,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2030,7 +204,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2054,7 +228,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2078,7 +252,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2102,7 +276,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2129,7 +303,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -2154,7 +328,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -2179,7 +353,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -2204,7 +378,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -2229,7 +403,7 @@
                                                                                                            Property Value
                                                                                                            - ICommand + System.Windows.Input.ICommand @@ -2254,7 +428,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -2271,27 +445,9 @@
                                                                                                            Declaration
                                                                                                            public override void OnApplyTemplate()
                                                                                                            -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            Implements

                                                                                                            - - - - -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.html index c199407a6..823f0c252 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ManagerViewFeedback
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -128,7 +128,7 @@

                                                                                                            Constructors -

                                                                                                            ManagerViewFeedback(int, string)

                                                                                                            +

                                                                                                            ManagerViewFeedback(Int32, String)

                                                                                                            Declaration
                                                                                                            @@ -146,12 +146,12 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 rating - string + System.String feedback @@ -179,7 +179,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -204,14 +204,14 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.IsFor.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.IsFor.html index c371efc34..93fb8df14 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.IsFor.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.IsFor.html @@ -88,7 +88,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControlsMenuControlComboBox
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.html index 3b3a166b7..6c31039bf 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.html @@ -90,2163 +90,14 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - - - - -
                                                                                                            MenuControl
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            MenuControl
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControlsMenuControlComboBox
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class MenuControl : ComboBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage
                                                                                                            +
                                                                                                            public class MenuControl : ComboBox

                                                                                                            Constructors

                                                                                                            @@ -2281,7 +132,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2305,7 +156,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2329,7 +180,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2353,7 +204,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2377,7 +228,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2404,7 +255,7 @@
                                                                                                            Property Value
                                                                                                            - DrawingImage + System.Windows.Media.DrawingImage @@ -2454,7 +305,7 @@
                                                                                                            Property Value
                                                                                                            - object + System.Object @@ -2504,7 +355,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -2531,17 +382,15 @@
                                                                                                            Returns
                                                                                                            - DependencyObject + System.Windows.DependencyObject -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            IsItemItsOwnContainerOverride(object)

                                                                                                            +

                                                                                                            IsItemItsOwnContainerOverride(Object)

                                                                                                            Declaration
                                                                                                            @@ -2559,7 +408,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object item @@ -2575,13 +424,11 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean -
                                                                                                            Overrides
                                                                                                            - @@ -2592,33 +439,9 @@
                                                                                                            Declaration
                                                                                                            public override void OnApplyTemplate()
                                                                                                            -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            Implements

                                                                                                            - - - - - -
                                                                                                            - IAddChild -
                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.html index 961e6244e..257aed7b7 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.html @@ -90,38 +90,38 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            MenuControlCommandModel
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.IDisposable
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControlsMenuControlComboBox
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -161,7 +161,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -186,7 +186,7 @@
                                                                                                            Property Value
                                                                                                            - ICommand + System.Windows.Input.ICommand @@ -211,7 +211,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -236,7 +236,7 @@
                                                                                                            Property Value
                                                                                                            - DrawingImage + System.Windows.Media.DrawingImage @@ -261,7 +261,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -311,7 +311,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -331,7 +331,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            Dispose(bool)

                                                                                                            +

                                                                                                            Dispose(Boolean)

                                                                                                            Declaration
                                                                                                            @@ -349,7 +349,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean disposing @@ -357,11 +357,11 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            - IDisposable + System.IDisposable

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.html index 8e87a804b..1861daa6e 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.html @@ -90,193 +90,241 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Collections.Generic.List<MenuControlCommandModel>
                                                                                                            MenuControlCommandModelList
                                                                                                            Implements
                                                                                                            - - - - - - - - +
                                                                                                            System.Collections.Generic.IList<MenuControlCommandModel>
                                                                                                            +
                                                                                                            System.Collections.Generic.ICollection<MenuControlCommandModel>
                                                                                                            +
                                                                                                            System.Collections.IList
                                                                                                            +
                                                                                                            System.Collections.ICollection
                                                                                                            +
                                                                                                            System.Collections.Generic.IReadOnlyList<MenuControlCommandModel>
                                                                                                            +
                                                                                                            System.Collections.Generic.IReadOnlyCollection<MenuControlCommandModel>
                                                                                                            +
                                                                                                            System.Collections.Generic.IEnumerable<MenuControlCommandModel>
                                                                                                            +
                                                                                                            System.Collections.IEnumerable
                                                                                                            Inherited Members
                                                                                                            - List<MenuControlCommandModel>.Add(MenuControlCommandModel) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.System.Collections.IList.get_Item(System.Int32)
                                                                                                            - List<MenuControlCommandModel>.AddRange(IEnumerable<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.System.Collections.IList.set_Item(System.Int32, System.Object)
                                                                                                            - List<MenuControlCommandModel>.AsReadOnly() + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.Add(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel)
                                                                                                            - List<MenuControlCommandModel>.BinarySearch(int, int, MenuControlCommandModel, IComparer<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.System.Collections.IList.Add(System.Object)
                                                                                                            - List<MenuControlCommandModel>.BinarySearch(MenuControlCommandModel) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.AddRange(System.Collections.Generic.IEnumerable<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - List<MenuControlCommandModel>.BinarySearch(MenuControlCommandModel, IComparer<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.AsReadOnly()
                                                                                                            - List<MenuControlCommandModel>.Clear() + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.BinarySearch(System.Int32, System.Int32, Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel, System.Collections.Generic.IComparer<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - List<MenuControlCommandModel>.Contains(MenuControlCommandModel) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.BinarySearch(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel)
                                                                                                            - List<MenuControlCommandModel>.ConvertAll<TOutput>(Converter<MenuControlCommandModel, TOutput>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.BinarySearch(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel, System.Collections.Generic.IComparer<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - List<MenuControlCommandModel>.CopyTo(MenuControlCommandModel[]) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.Clear()
                                                                                                            - List<MenuControlCommandModel>.CopyTo(int, MenuControlCommandModel[], int, int) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.Contains(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel)
                                                                                                            - List<MenuControlCommandModel>.CopyTo(MenuControlCommandModel[], int) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.System.Collections.IList.Contains(System.Object)
                                                                                                            - List<MenuControlCommandModel>.Exists(Predicate<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.ConvertAll<TOutput>(System.Converter<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel, TOutput>)
                                                                                                            - List<MenuControlCommandModel>.Find(Predicate<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.CopyTo(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel[])
                                                                                                            - List<MenuControlCommandModel>.FindAll(Predicate<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
                                                                                                            - List<MenuControlCommandModel>.FindIndex(Predicate<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.CopyTo(System.Int32, Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel[], System.Int32, System.Int32)
                                                                                                            - List<MenuControlCommandModel>.FindIndex(int, Predicate<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.CopyTo(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel[], System.Int32)
                                                                                                            - List<MenuControlCommandModel>.FindIndex(int, int, Predicate<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.Exists(System.Predicate<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - List<MenuControlCommandModel>.FindLast(Predicate<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.Find(System.Predicate<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - List<MenuControlCommandModel>.FindLastIndex(Predicate<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.FindAll(System.Predicate<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - List<MenuControlCommandModel>.FindLastIndex(int, Predicate<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.FindIndex(System.Predicate<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - List<MenuControlCommandModel>.FindLastIndex(int, int, Predicate<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.FindIndex(System.Int32, System.Predicate<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - List<MenuControlCommandModel>.ForEach(Action<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.FindIndex(System.Int32, System.Int32, System.Predicate<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - List<MenuControlCommandModel>.GetEnumerator() + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.FindLast(System.Predicate<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - List<MenuControlCommandModel>.GetRange(int, int) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.FindLastIndex(System.Predicate<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - List<MenuControlCommandModel>.IndexOf(MenuControlCommandModel) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.FindLastIndex(System.Int32, System.Predicate<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - List<MenuControlCommandModel>.IndexOf(MenuControlCommandModel, int) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - List<MenuControlCommandModel>.IndexOf(MenuControlCommandModel, int, int) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.ForEach(System.Action<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - List<MenuControlCommandModel>.Insert(int, MenuControlCommandModel) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.GetEnumerator()
                                                                                                            - List<MenuControlCommandModel>.InsertRange(int, IEnumerable<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.System.Collections.Generic.IEnumerable<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.GetEnumerator()
                                                                                                            - List<MenuControlCommandModel>.LastIndexOf(MenuControlCommandModel) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.System.Collections.IEnumerable.GetEnumerator()
                                                                                                            - List<MenuControlCommandModel>.LastIndexOf(MenuControlCommandModel, int) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.GetRange(System.Int32, System.Int32)
                                                                                                            - List<MenuControlCommandModel>.LastIndexOf(MenuControlCommandModel, int, int) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.IndexOf(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel)
                                                                                                            - List<MenuControlCommandModel>.Remove(MenuControlCommandModel) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.System.Collections.IList.IndexOf(System.Object)
                                                                                                            - List<MenuControlCommandModel>.RemoveAll(Predicate<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.IndexOf(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel, System.Int32)
                                                                                                            - List<MenuControlCommandModel>.RemoveAt(int) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.IndexOf(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel, System.Int32, System.Int32)
                                                                                                            - List<MenuControlCommandModel>.RemoveRange(int, int) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.Insert(System.Int32, Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel)
                                                                                                            - List<MenuControlCommandModel>.Reverse() + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.System.Collections.IList.Insert(System.Int32, System.Object)
                                                                                                            - List<MenuControlCommandModel>.Reverse(int, int) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - List<MenuControlCommandModel>.Sort() + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.LastIndexOf(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel)
                                                                                                            - List<MenuControlCommandModel>.Sort(IComparer<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.LastIndexOf(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel, System.Int32)
                                                                                                            - List<MenuControlCommandModel>.Sort(int, int, IComparer<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.LastIndexOf(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel, System.Int32, System.Int32)
                                                                                                            - List<MenuControlCommandModel>.Sort(Comparison<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.Remove(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel)
                                                                                                            - List<MenuControlCommandModel>.ToArray() + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.System.Collections.IList.Remove(System.Object)
                                                                                                            - List<MenuControlCommandModel>.TrimExcess() + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.RemoveAll(System.Predicate<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - List<MenuControlCommandModel>.TrueForAll(Predicate<MenuControlCommandModel>) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.RemoveAt(System.Int32)
                                                                                                            - List<MenuControlCommandModel>.Capacity + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.RemoveRange(System.Int32, System.Int32)
                                                                                                            - List<MenuControlCommandModel>.Count + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.Reverse()
                                                                                                            - List<MenuControlCommandModel>.this[int] + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.Reverse(System.Int32, System.Int32)
                                                                                                            - object.ToString() + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.Sort()
                                                                                                            - object.Equals(object) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.Sort(System.Collections.Generic.IComparer<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - object.Equals(object, object) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - object.ReferenceEquals(object, object) + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.Sort(System.Comparison<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>)
                                                                                                            - object.GetHashCode() + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.ToArray()
                                                                                                            - object.GetType() + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.TrimExcess()
                                                                                                            - object.MemberwiseClone() + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.TrueForAll(System.Predicate<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>) +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.Capacity +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.Count +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.System.Collections.IList.IsFixedSize +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.System.Collections.Generic.ICollection<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.IsReadOnly +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.System.Collections.IList.IsReadOnly +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.System.Collections.ICollection.IsSynchronized +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.System.Collections.ICollection.SyncRoot +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.Item[System.Int32] +
                                                                                                            +
                                                                                                            + System.Collections.Generic.List<Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel>.System.Collections.IList.Item[System.Int32] +
                                                                                                            +
                                                                                                            + 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: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControlsMenuControlComboBox
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -287,7 +335,7 @@

                                                                                                            Constructors -

                                                                                                            MenuControlCommandModelList(string, DrawingImage)

                                                                                                            +

                                                                                                            MenuControlCommandModelList(String, DrawingImage)

                                                                                                            Declaration
                                                                                                            @@ -305,12 +353,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String title - DrawingImage + System.Windows.Media.DrawingImage image @@ -338,7 +386,7 @@
                                                                                                            Property Value
                                                                                                            - DrawingImage + System.Windows.Media.DrawingImage @@ -363,39 +411,39 @@
                                                                                                            Property Value
                                                                                                            - string + System.String

                                                                                                            Implements

                                                                                                            - IList<T> + System.Collections.Generic.IList<T>
                                                                                                            - ICollection<T> + System.Collections.Generic.ICollection<T>
                                                                                                            - IList + System.Collections.IList
                                                                                                            - ICollection + System.Collections.ICollection
                                                                                                            - IReadOnlyList<T> + System.Collections.Generic.IReadOnlyList<T>
                                                                                                            - IReadOnlyCollection<T> + System.Collections.Generic.IReadOnlyCollection<T>
                                                                                                            - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                            - IEnumerable + System.Collections.IEnumerable

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.html index 8e4aa1823..ce825f3a1 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.html @@ -90,1919 +90,14 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - - - - -
                                                                                                            MenuItemControl
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            MenuItemControl
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControlsMenuControlComboBox
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class MenuItemControl : ComboBoxItem, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
                                                                                                            +
                                                                                                            public class MenuItemControl : ComboBoxItem

                                                                                                            Constructors

                                                                                                            @@ -2037,7 +132,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2061,7 +156,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2085,7 +180,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2109,7 +204,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2136,7 +231,7 @@
                                                                                                            Property Value
                                                                                                            - ICommand + System.Windows.Input.ICommand @@ -2161,7 +256,7 @@
                                                                                                            Property Value
                                                                                                            - object + System.Object @@ -2186,7 +281,7 @@
                                                                                                            Property Value
                                                                                                            - DrawingImage + System.Windows.Media.DrawingImage @@ -2211,7 +306,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -2239,14 +334,12 @@
                                                                                                            Parameters
                                                                                                            - KeyEventArgs + System.Windows.Input.KeyEventArgs e -
                                                                                                            Overrides
                                                                                                            - @@ -2268,36 +361,15 @@
                                                                                                            Parameters
                                                                                                            - MouseButtonEventArgs + System.Windows.Input.MouseButtonEventArgs e -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            Implements

                                                                                                            - - - - - -
                                                                                                            - IAddChild -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuScope.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuScope.html index 9eb8e6e38..c5fddd794 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuScope.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuScope.html @@ -88,7 +88,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControlsMenuControlComboBox
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuType.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuType.html index cddf8ed35..70de713b3 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuType.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuType.html @@ -88,7 +88,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControlsMenuControlComboBox
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html index a619dab25..aa4cd269d 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html @@ -91,1834 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - -
                                                                                                            NumericUpDown
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            NumericUpDown
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [TemplatePart(Name = "PART_NumericUp", Type = typeof(RepeatButton))]
                                                                                                            -[TemplatePart(Name = "PART_NumericDown", Type = typeof(RepeatButton))]
                                                                                                            -[TemplatePart(Name = "PART_TextBox", Type = typeof(TextBox))]
                                                                                                            -public class NumericUpDown : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
                                                                                                            +
                                                                                                            public class NumericUpDown : Control

                                                                                                            Constructors

                                                                                                            @@ -1953,7 +133,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -1977,7 +157,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2001,7 +181,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2025,7 +205,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2049,7 +229,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2073,7 +253,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2097,7 +277,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2121,7 +301,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2145,7 +325,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2169,7 +349,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2193,7 +373,7 @@
                                                                                                            Field Value
                                                                                                            - RoutedEvent + System.Windows.RoutedEvent @@ -2217,7 +397,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2241,7 +421,7 @@
                                                                                                            Field Value
                                                                                                            - RoutedEvent + System.Windows.RoutedEvent @@ -2265,7 +445,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2289,7 +469,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2313,7 +493,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2337,7 +517,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2361,7 +541,7 @@
                                                                                                            Field Value
                                                                                                            - RoutedEvent + System.Windows.RoutedEvent @@ -2385,7 +565,7 @@
                                                                                                            Field Value
                                                                                                            - RoutedEvent + System.Windows.RoutedEvent @@ -2409,7 +589,7 @@
                                                                                                            Field Value
                                                                                                            - RoutedEvent + System.Windows.RoutedEvent @@ -2433,7 +613,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2448,8 +628,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [Bindable(true)]
                                                                                                            -public bool AllowPositiveNegativeSign { get; set; }
                                                                                                            +
                                                                                                            public bool AllowPositiveNegativeSign { get; set; }
                                                                                                            Property Value
                                                                                                            @@ -2461,7 +640,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2474,8 +653,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [Bindable(true)]
                                                                                                            -public ButtonsAlignment ButtonsAlignment { get; set; }
                                                                                                            +
                                                                                                            public ButtonsAlignment ButtonsAlignment { get; set; }
                                                                                                            Property Value
                                                                                                            boolSystem.Boolean
                                                                                                            @@ -2513,7 +691,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2527,8 +705,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [Bindable(true)]
                                                                                                            -public bool HideUpDownButtons { get; set; }
                                                                                                            +
                                                                                                            public bool HideUpDownButtons { get; set; }
                                                                                                            Property Value
                                                                                                            CultureInfoSystem.Globalization.CultureInfo
                                                                                                            @@ -2540,7 +717,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2553,13 +730,12 @@

                                                                                                            InterceptArrowKeys

                                                                                                            -

                                                                                                            Gets or sets a value indicating whether the user can use the arrow keys Up and Down to change values.

                                                                                                            +

                                                                                                            Gets or sets a value indicating whether the user can use the arrow keys System.Windows.Input.Key.Up and System.Windows.Input.Key.Down to change values.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [Bindable(true)]
                                                                                                            -public bool InterceptArrowKeys { get; set; }
                                                                                                            +
                                                                                                            public bool InterceptArrowKeys { get; set; }
                                                                                                            Property Value
                                                                                                            boolSystem.Boolean
                                                                                                            @@ -2571,7 +747,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2597,7 +773,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2623,7 +799,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2636,8 +812,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [Bindable(true)]
                                                                                                            -public double Interval { get; set; }
                                                                                                            +
                                                                                                            public double Interval { get; set; }
                                                                                                            Property Value
                                                                                                            boolSystem.Boolean
                                                                                                            boolSystem.Boolean
                                                                                                            boolSystem.Boolean
                                                                                                            @@ -2649,7 +824,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2663,8 +838,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [Bindable(true)]
                                                                                                            -public bool IsReadOnly { get; set; }
                                                                                                            +
                                                                                                            public bool IsReadOnly { get; set; }
                                                                                                            Property Value
                                                                                                            doubleSystem.Double
                                                                                                            @@ -2676,7 +850,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2689,8 +863,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [Bindable(true)]
                                                                                                            -public double Maximum { get; set; }
                                                                                                            +
                                                                                                            public double Maximum { get; set; }
                                                                                                            Property Value
                                                                                                            boolSystem.Boolean
                                                                                                            @@ -2702,7 +875,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2715,8 +888,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [Bindable(true)]
                                                                                                            -public double Minimum { get; set; }
                                                                                                            +
                                                                                                            public double Minimum { get; set; }
                                                                                                            Property Value
                                                                                                            doubleSystem.Double
                                                                                                            @@ -2728,7 +900,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2754,7 +926,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2771,8 +943,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [Bindable(true)]
                                                                                                            -public TextAlignment TextAlignment { get; set; }
                                                                                                            +
                                                                                                            public TextAlignment TextAlignment { get; set; }
                                                                                                            Property Value
                                                                                                            doubleSystem.Double
                                                                                                            stringSystem.String
                                                                                                            @@ -2784,7 +955,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2793,10 +964,11 @@
                                                                                                            Property Value

                                                                                                            TrackMouseWheelWhenMouseOver

                                                                                                            -
                                                                                                            Gets or sets a value indicating whether the control must have the focus in order to change values using the mouse wheel.
                                                                                                            -
                                                                                                            +

                                                                                                            Gets or sets a value indicating whether the control must have the focus in order to change values using the mouse wheel. + If the value is true then the value changes when the mouse wheel is over the control. If the value is false then the value changes only if the control has the focus. If InterceptMouseWheel is set to "false" then this property has no effect. -

                                                                                                            +

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -2812,7 +984,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2825,8 +997,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [Bindable(true)]
                                                                                                            -public double UpDownButtonsWidth { get; set; }
                                                                                                            +
                                                                                                            public double UpDownButtonsWidth { get; set; }
                                                                                                            Property Value
                                                                                                            TextAlignmentSystem.Windows.TextAlignment
                                                                                                            boolSystem.Boolean
                                                                                                            @@ -2838,7 +1009,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2851,8 +1022,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [Bindable(true)]
                                                                                                            -public double? Value { get; set; }
                                                                                                            +
                                                                                                            public double? Value { get; set; }
                                                                                                            Property Value
                                                                                                            doubleSystem.Double
                                                                                                            @@ -2864,7 +1034,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -2876,19 +1046,17 @@

                                                                                                            Methods

                                                                                                            OnApplyTemplate()

                                                                                                            When overridden in a derived class, is invoked whenever application code or internal processes call -ApplyTemplate().

                                                                                                            +System.Windows.FrameworkElement.ApplyTemplate.

                                                                                                            Declaration
                                                                                                            public override void OnApplyTemplate()
                                                                                                            -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            OnMaximumChanged(double, double)

                                                                                                            +

                                                                                                            OnMaximumChanged(Double, Double)

                                                                                                            Declaration
                                                                                                            @@ -2906,12 +1074,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -2920,7 +1088,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            OnMinimumChanged(double, double)

                                                                                                            +

                                                                                                            OnMinimumChanged(Double, Double)

                                                                                                            Declaration
                                                                                                            @@ -2938,12 +1106,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -2970,14 +1138,12 @@
                                                                                                            Parameters
                                                                                                            - +
                                                                                                            doubleSystem.Nullable<System.Double>
                                                                                                            doubleSystem.Double oldMaximum
                                                                                                            doubleSystem.Double newMaximum
                                                                                                            doubleSystem.Double oldMinimum
                                                                                                            doubleSystem.Double newMinimum
                                                                                                            KeyEventArgsSystem.Windows.Input.KeyEventArgs e
                                                                                                            -
                                                                                                            Overrides
                                                                                                            - @@ -2999,14 +1165,12 @@
                                                                                                            Parameters
                                                                                                            - KeyEventArgs + System.Windows.Input.KeyEventArgs e -
                                                                                                            Overrides
                                                                                                            - @@ -3028,18 +1192,16 @@
                                                                                                            Parameters
                                                                                                            - MouseWheelEventArgs + System.Windows.Input.MouseWheelEventArgs e -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            OnPreviewTextInput(object, TextCompositionEventArgs)

                                                                                                            +

                                                                                                            OnPreviewTextInput(Object, TextCompositionEventArgs)

                                                                                                            Declaration
                                                                                                            @@ -3057,12 +1219,12 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object sender - TextCompositionEventArgs + System.Windows.Input.TextCompositionEventArgs e @@ -3071,7 +1233,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            OnValueChanged(double?, double?)

                                                                                                            +

                                                                                                            OnValueChanged(Nullable<Double>, Nullable<Double>)

                                                                                                            Raises the ValueChanged routed event.

                                                                                                            @@ -3090,13 +1252,13 @@
                                                                                                            Parameters
                                                                                                            - double + System.Nullable<System.Double> oldValue

                                                                                                            Old value of the Value property

                                                                                                            - double + System.Nullable<System.Double> newValue

                                                                                                            New value of the Value property

                                                                                                            @@ -3135,7 +1297,7 @@
                                                                                                            Event Type
                                                                                                            - RoutedEventHandler + System.Windows.RoutedEventHandler @@ -3160,7 +1322,7 @@
                                                                                                            Event Type
                                                                                                            - RoutedEventHandler + System.Windows.RoutedEventHandler @@ -3184,7 +1346,7 @@
                                                                                                            Event Type
                                                                                                            - RoutedPropertyChangedEventHandlerdouble + System.Windows.RoutedPropertyChangedEventHandler<System.Nullable<System.Double>> @@ -3237,25 +1399,9 @@
                                                                                                            Event Type
                                                                                                            -

                                                                                                            Implements

                                                                                                            - - - - -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.html index 6600721de..ee8a4b124 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.html @@ -90,57 +90,10 @@

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            NumericUpDownChangedRoutedEventArgs
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            NumericUpDownChangedRoutedEventArgs
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -151,7 +104,7 @@

                                                                                                            Constructors -

                                                                                                            NumericUpDownChangedRoutedEventArgs(RoutedEvent, double)

                                                                                                            +

                                                                                                            NumericUpDownChangedRoutedEventArgs(RoutedEvent, Double)

                                                                                                            Declaration
                                                                                                            @@ -169,12 +122,12 @@
                                                                                                            Parameters
                                                                                                            - RoutedEvent + System.Windows.RoutedEvent routedEvent - double + System.Double interval @@ -202,14 +155,14 @@
                                                                                                            Property Value
                                                                                                            - double + System.Double

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.html index 24945750b..4450962c5 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.html @@ -88,11 +88,11 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate void NumericUpDownChangedRoutedEventHandler(object sender, NumericUpDownChangedRoutedEventArgs args)
                                                                                                            +
                                                                                                            public delegate void NumericUpDownChangedRoutedEventHandler(object sender, NumericUpDownChangedRoutedEventArgs args);
                                                                                                            Parameters
                                                                                                            @@ -105,7 +105,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -121,12 +121,12 @@

                                                                                                            Constructors -

                                                                                                            NumericUpDownChangedRoutedEventHandler(object, IntPtr)

                                                                                                            +

                                                                                                            NumericUpDownChangedRoutedEventHandler(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public NumericUpDownChangedRoutedEventHandler(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public NumericUpDownChangedRoutedEventHandler(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            objectSystem.Object sender
                                                                                                            @@ -139,12 +139,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -155,12 +155,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(object, NumericUpDownChangedRoutedEventArgs, AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(Object, NumericUpDownChangedRoutedEventArgs, AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(object sender, NumericUpDownChangedRoutedEventArgs args, AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(object sender, NumericUpDownChangedRoutedEventArgs args, AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -173,7 +173,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -183,12 +183,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -204,7 +204,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -230,7 +230,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -239,7 +239,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Invoke(object, NumericUpDownChangedRoutedEventArgs)

                                                                                                            +

                                                                                                            Invoke(Object, NumericUpDownChangedRoutedEventArgs)

                                                                                                            Declaration
                                                                                                            @@ -257,7 +257,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -270,7 +270,7 @@
                                                                                                            Parameters
                                                                                                            objectSystem.Object sender
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            objectSystem.Object sender

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.html index 7ad65b555..81ba7f516 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.html @@ -90,1842 +90,14 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - -
                                                                                                            ProgressBarWithPercentageText
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ProgressBarWithPercentageText
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [TemplatePart(Name = "PART_ProgressBar", Type = typeof(ProgressBar))]
                                                                                                            -[TemplatePart(Name = "PART_TextBox", Type = typeof(TextBlock))]
                                                                                                            -public class ProgressBarWithPercentageText : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
                                                                                                            +
                                                                                                            public class ProgressBarWithPercentageText : Control

                                                                                                            Constructors

                                                                                                            @@ -1960,7 +132,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -1984,7 +156,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2008,7 +180,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -2035,7 +207,7 @@
                                                                                                            Property Value
                                                                                                            - double + System.Double @@ -2060,7 +232,7 @@
                                                                                                            Property Value
                                                                                                            - Brush + System.Windows.Media.Brush @@ -2085,7 +257,7 @@
                                                                                                            Property Value
                                                                                                            - double + System.Double @@ -2102,27 +274,9 @@
                                                                                                            Declaration
                                                                                                            public override void OnApplyTemplate()
                                                                                                            -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            Implements

                                                                                                            - - - - -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.html index e663f5d7d..0b439dbbb 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.html @@ -90,2660 +90,15 @@

                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class SortWiseDataGrid : DataGrid, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage
                                                                                                            +
                                                                                                            public class SortWiseDataGrid : DataGrid

                                                                                                            Constructors

                                                                                                            @@ -2779,7 +134,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -2804,7 +159,7 @@
                                                                                                            Property Value
                                                                                                            - ListSortDirection + System.ComponentModel.ListSortDirection @@ -2832,19 +187,17 @@
                                                                                                            Parameters
                                                                                                            - IEnumerable + System.Collections.IEnumerable oldValue - IEnumerable + System.Collections.IEnumerable newValue -
                                                                                                            Overrides
                                                                                                            - @@ -2866,39 +219,15 @@
                                                                                                            Parameters
                                                                                                            - DataGridSortingEventArgs + System.Windows.Controls.DataGridSortingEventArgs eventArgs -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            Implements

                                                                                                            - - - - - -
                                                                                                            - IAddChild -
                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.html index 76f1883a2..4cf7dcd6b 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.html @@ -86,1796 +86,19 @@

                                                                                                            Class UniformWrapPanel

                                                                                                            -

                                                                                                            Use this

                                                                                                            +

                                                                                                            Use this

                                                                                                            Inheritance
                                                                                                            - - - - - - - - -
                                                                                                            UniformWrapPanel
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            UniformWrapPanel
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class UniformWrapPanel : WrapPanel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
                                                                                                            +
                                                                                                            public class UniformWrapPanel : WrapPanel

                                                                                                            Constructors

                                                                                                            @@ -1912,7 +135,7 @@
                                                                                                            Parameters
                                                                                                            - Size + System.Windows.Size availableSize @@ -1928,35 +151,14 @@
                                                                                                            Returns
                                                                                                            - Size + System.Windows.Size -
                                                                                                            Overrides
                                                                                                            - -

                                                                                                            Implements

                                                                                                            - - - - - -
                                                                                                            - IAddChild -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.html index e2cfe2795..55315296c 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.html @@ -90,81 +90,10 @@

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            TextBoxWatermarkHelper
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            TextBoxWatermarkHelper
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControlsWatermarkTextBox
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -203,7 +132,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -227,7 +156,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -255,7 +184,7 @@
                                                                                                            Parameters
                                                                                                            - TextBox + System.Windows.Controls.TextBox control @@ -271,7 +200,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -297,7 +226,7 @@
                                                                                                            Parameters
                                                                                                            - TextBox + System.Windows.Controls.TextBox control @@ -313,7 +242,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String @@ -321,7 +250,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SetWatermarkText(TextBox, string)

                                                                                                            +

                                                                                                            SetWatermarkText(TextBox, String)

                                                                                                            Declaration
                                                                                                            @@ -339,12 +268,12 @@
                                                                                                            Parameters
                                                                                                            - TextBox + System.Windows.Controls.TextBox control - string + System.String text @@ -352,7 +281,7 @@
                                                                                                            Parameters

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html index b99b4afa4..7f037672d 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            WindowsControlUtils
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Controls
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -128,7 +128,7 @@

                                                                                                            Methods -

                                                                                                            ForWindowFromFrameworkElement(object, Action<Window>)

                                                                                                            +

                                                                                                            ForWindowFromFrameworkElement(Object, Action<Window>)

                                                                                                            Declaration
                                                                                                            @@ -146,12 +146,12 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object frameworkElement - ActionWindow + System.Action<System.Windows.Window> action diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.html b/api/integration/Sdl.Desktop.Platform.Controls.Controls.html index 12918afcb..201d5ee5d 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.html @@ -114,7 +114,7 @@

                                                                                                            SortWiseDataGrid

                                                                                                            UniformWrapPanel

                                                                                                            -

                                                                                                            Use this

                                                                                                            +

                                                                                                            Use this

                                                                                                            WindowsControlUtils

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanConverter-1.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanConverter-1.html index 325eb0682..1b5e98714 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanConverter-1.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanConverter-1.html @@ -90,7 +90,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            BooleanConverter<T>
                                                                                                            @@ -98,37 +98,37 @@
                                                                                                            Inheritance
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class BooleanConverter<T> : IValueConverter
                                                                                                            +
                                                                                                            public class BooleanConverter<T>
                                                                                                            Type Parameters
                                                                                                            @@ -236,7 +236,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -254,22 +254,22 @@
                                                                                                            Parameters
                                                                                                            - + - + - + - + @@ -285,7 +285,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -293,7 +293,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -311,22 +311,22 @@
                                                                                                            Parameters
                                                                                                            - + - + - + - + @@ -342,18 +342,18 @@
                                                                                                            Returns
                                                                                                            - +
                                                                                                            objectSystem.Object value
                                                                                                            TypeSystem.Type targetType
                                                                                                            objectSystem.Object parameter
                                                                                                            CultureInfoSystem.Globalization.CultureInfo culture
                                                                                                            objectSystem.Object
                                                                                                            objectSystem.Object value
                                                                                                            TypeSystem.Type targetType
                                                                                                            objectSystem.Object parameter
                                                                                                            CultureInfoSystem.Globalization.CultureInfo culture
                                                                                                            objectSystem.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.html index 23e9d4b4a..7d533855a 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.html @@ -86,47 +86,47 @@

                                                                                                            Class BooleanOrConverter

                                                                                                            -

                                                                                                            Converter used in the NumericTextBox control's custom errortemplate

                                                                                                            +

                                                                                                            Converter used in the NumericTextBox control's custom errortemplate

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            BooleanOrConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IMultiValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class BooleanOrConverter : IMultiValueConverter
                                                                                                            +
                                                                                                            public class BooleanOrConverter

                                                                                                            Constructors

                                                                                                            @@ -145,7 +145,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object[], Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object[], Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -163,22 +163,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object[] values - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -194,7 +194,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -202,7 +202,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type[], object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type[], Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -220,22 +220,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type[] targetTypes - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -251,18 +251,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object[]

                                                                                                            Implements

                                                                                                            - IMultiValueConverter + System.Windows.Data.IMultiValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToAutoRowHeightConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToAutoRowHeightConverter.html index dcd1ca5e5..eca144870 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToAutoRowHeightConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToAutoRowHeightConverter.html @@ -90,49 +90,49 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            BooleanToAutoRowHeightConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class BooleanToAutoRowHeightConverter : BooleanToGridRowHeightConverter, IValueConverter
                                                                                                            +
                                                                                                            public class BooleanToAutoRowHeightConverter : BooleanToGridRowHeightConverter

                                                                                                            Constructors

                                                                                                            @@ -148,11 +148,11 @@
                                                                                                            Declaration

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter.html index c7342f44b..869068053 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter.html @@ -90,21 +90,21 @@

                                                                                                            Inheritance
                                                                                                            - -
                                                                                                            BooleanConverterSystem.Windows.FontWeight
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            BooleanConverter<System.Windows.FontWeight>
                                                                                                            BooleanToFontConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class BooleanToFontConverter : BooleanConverter<FontWeight>, IValueConverter
                                                                                                            +
                                                                                                            public class BooleanToFontConverter : BooleanConverter<FontWeight>

                                                                                                            Constructors

                                                                                                            @@ -154,11 +154,11 @@
                                                                                                            Declaration

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.html index b64c9d40c..be83528c7 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.html @@ -93,51 +93,51 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            BooleanToGridRowHeightConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public abstract class BooleanToGridRowHeightConverter : IValueConverter
                                                                                                            +
                                                                                                            public abstract class BooleanToGridRowHeightConverter

                                                                                                            Constructors

                                                                                                            -

                                                                                                            BooleanToGridRowHeightConverter(object)

                                                                                                            +

                                                                                                            BooleanToGridRowHeightConverter(Object)

                                                                                                            Declaration
                                                                                                            @@ -155,7 +155,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object valueWhenVsible @@ -166,7 +166,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -184,22 +184,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -215,7 +215,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -223,7 +223,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -241,22 +241,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -272,18 +272,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToRatioRowHeightConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToRatioRowHeightConverter.html index 473c9a1af..c6947ffc7 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToRatioRowHeightConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToRatioRowHeightConverter.html @@ -90,49 +90,49 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            BooleanToRatioRowHeightConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class BooleanToRatioRowHeightConverter : BooleanToGridRowHeightConverter, IValueConverter
                                                                                                            +
                                                                                                            public class BooleanToRatioRowHeightConverter : BooleanToGridRowHeightConverter

                                                                                                            Constructors

                                                                                                            @@ -148,11 +148,11 @@
                                                                                                            Declaration

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter.html index dad27e80f..3a5e065ce 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter.html @@ -90,21 +90,21 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            BooleanConverter<System.Windows.Visibility>
                                                                                                            BooleanToVisibilityConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class BooleanToVisibilityConverter : BooleanConverter<Visibility>, IValueConverter
                                                                                                            +
                                                                                                            public class BooleanToVisibilityConverter : BooleanConverter<Visibility>

                                                                                                            Constructors

                                                                                                            @@ -154,11 +154,11 @@
                                                                                                            Declaration

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.html index 102d23554..881c3bae7 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.html @@ -91,42 +91,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            BulletedStringConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class BulletedStringConverter : IValueConverter
                                                                                                            +
                                                                                                            public class BulletedStringConverter

                                                                                                            Constructors

                                                                                                            @@ -145,7 +145,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -163,22 +163,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -194,7 +194,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -202,7 +202,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -220,22 +220,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -251,18 +251,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.html index 3863654a4..8e45af20e 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ComparisonConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ComparisonConverter : IValueConverter
                                                                                                            +
                                                                                                            public class ComparisonConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.html index c6f2eb192..906a83328 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            EmptyStringConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class EmptyStringConverter : IValueConverter
                                                                                                            +
                                                                                                            public class EmptyStringConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.html index 4a8a6710d..72a09836c 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            EnumMatchToBooleanConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class EnumMatchToBooleanConverter : IValueConverter
                                                                                                            +
                                                                                                            public class EnumMatchToBooleanConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.html index ffd85e19e..ff45ef7c5 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            EnumToBooleanConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class EnumToBooleanConverter : IValueConverter
                                                                                                            +
                                                                                                            public class EnumToBooleanConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.html index fe1da9924..466181e9c 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FeedbackCompletedToVisibilityConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IMultiValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class FeedbackCompletedToVisibilityConverter : IMultiValueConverter
                                                                                                            +
                                                                                                            public class FeedbackCompletedToVisibilityConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object[], Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object[], Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object[] values - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type[], object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type[], Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type[] targetTypes - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object[]

                                                                                                            Implements

                                                                                                            - IMultiValueConverter + System.Windows.Data.IMultiValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.html index 773c4eeb8..f86665fd6 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            HasSourceToIsEnabledConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IMultiValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class HasSourceToIsEnabledConverter : IMultiValueConverter
                                                                                                            +
                                                                                                            public class HasSourceToIsEnabledConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object[], Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object[], Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object[] values - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type[], object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type[], Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type[] targetTypes - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object[]

                                                                                                            Implements

                                                                                                            - IMultiValueConverter + System.Windows.Data.IMultiValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.html index 9f59e7025..5ddb2fd15 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.html @@ -90,43 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ImageDrawingToXamlConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [ValueConversion(typeof(Image), typeof(ImageSource))]
                                                                                                            -public class ImageDrawingToXamlConverter : IValueConverter
                                                                                                            +
                                                                                                            public class ImageDrawingToXamlConverter

                                                                                                            Constructors

                                                                                                            @@ -145,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -163,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -194,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -202,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -220,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -251,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.html index 70ee1e186..48046ddca 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.html @@ -91,42 +91,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ImagePathToImageSourceConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ImagePathToImageSourceConverter : IValueConverter
                                                                                                            +
                                                                                                            public class ImagePathToImageSourceConverter

                                                                                                            Constructors

                                                                                                            @@ -145,7 +145,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -163,22 +163,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -194,7 +194,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -202,7 +202,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -220,22 +220,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -251,18 +251,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.html index 5c0cf0dc7..6f1b83b53 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.html @@ -90,43 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ImageToBitmapImageConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [ValueConversion(typeof(Image), typeof(ImageSource))]
                                                                                                            -public class ImageToBitmapImageConverter : IValueConverter
                                                                                                            +
                                                                                                            public class ImageToBitmapImageConverter

                                                                                                            Constructors

                                                                                                            @@ -145,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -163,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -194,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -202,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -220,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -251,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.html index d5048e81a..aea38bb99 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.html @@ -90,43 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            InverseBooleanConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            [ValueConversion(typeof(bool), typeof(bool))]
                                                                                                            -public class InverseBooleanConverter : IValueConverter
                                                                                                            +
                                                                                                            public class InverseBooleanConverter

                                                                                                            Constructors

                                                                                                            @@ -145,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -163,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -194,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -202,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -220,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -251,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanToVisibilityConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanToVisibilityConverter.html index f9e80b435..6129e43e1 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanToVisibilityConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanToVisibilityConverter.html @@ -90,21 +90,21 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            BooleanConverter<System.Windows.Visibility>
                                                                                                            InverseBooleanToVisibilityConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class InverseBooleanToVisibilityConverter : BooleanConverter<Visibility>, IValueConverter
                                                                                                            +
                                                                                                            public class InverseBooleanToVisibilityConverter : BooleanConverter<Visibility>

                                                                                                            Constructors

                                                                                                            @@ -154,11 +154,11 @@
                                                                                                            Declaration

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.html index aa923a232..3efc98913 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            InverseNullToVisibilityConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class InverseNullToVisibilityConverter : IValueConverter
                                                                                                            +
                                                                                                            public class InverseNullToVisibilityConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.html index 90a993f59..abc2caeaa 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ItemCountToTabNavigationConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ItemCountToTabNavigationConverter : IValueConverter
                                                                                                            +
                                                                                                            public class ItemCountToTabNavigationConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.html index 010d0e28a..4aa206ce0 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ItemsSourceToCommandConveter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ItemsSourceToCommandConveter : IValueConverter
                                                                                                            +
                                                                                                            public class ItemsSourceToCommandConveter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.html index ce3005b47..2bf93cf97 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            LanguageNameToFlagConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IMultiValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class LanguageNameToFlagConverter : IMultiValueConverter
                                                                                                            +
                                                                                                            public class LanguageNameToFlagConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object[], Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object[], Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object[] values - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type[], object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type[], Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type[] targetTypes - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object[]

                                                                                                            Implements

                                                                                                            - IMultiValueConverter + System.Windows.Data.IMultiValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.html index 0fe91663f..76b1af3f1 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.html @@ -90,39 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            MathMultipleConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IMultiValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType() +
                                                                                                            +
                                                                                                            + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public sealed class MathMultipleConverter : IMultiValueConverter
                                                                                                            +
                                                                                                            public sealed class MathMultipleConverter

                                                                                                            Constructors

                                                                                                            @@ -168,7 +171,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object[], Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object[], Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -186,22 +189,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object[] value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -217,7 +220,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -225,7 +228,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type[], object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type[], Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -243,22 +246,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type[] targetTypes - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -274,18 +277,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object[]

                                                                                                            Implements

                                                                                                            - IMultiValueConverter + System.Windows.Data.IMultiValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.MathOperation.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.MathOperation.html index f708a13a9..c14846115 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.MathOperation.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.MathOperation.html @@ -88,7 +88,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.html index 30971c09d..2dff061b0 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            MediaColorToBrushColorConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class MediaColorToBrushColorConverter : IValueConverter
                                                                                                            +
                                                                                                            public class MediaColorToBrushColorConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.html index af88bae61..e561311bb 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            MenuControlEnabledConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IMultiValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class MenuControlEnabledConverter : IMultiValueConverter
                                                                                                            +
                                                                                                            public class MenuControlEnabledConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object[], Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object[], Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object[] values - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type[], object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type[], Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type[] targetTypes - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object[]

                                                                                                            Implements

                                                                                                            - IMultiValueConverter + System.Windows.Data.IMultiValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.html index 11a274ccd..6f87aad52 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            MenuControlScopeToVisibilityConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IMultiValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class MenuControlScopeToVisibilityConverter : IMultiValueConverter
                                                                                                            +
                                                                                                            public class MenuControlScopeToVisibilityConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object[], Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object[], Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object[] values - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type[], object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type[], Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type[] targetTypes - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object[]

                                                                                                            Implements

                                                                                                            - IMultiValueConverter + System.Windows.Data.IMultiValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.html index 3c57ee427..8f04c18e7 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            NullableToVisibilityConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class NullableToVisibilityConverter : IValueConverter
                                                                                                            +
                                                                                                            public class NullableToVisibilityConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.html index 32efbd6d6..c3749d55f 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ObservableCollectionCountToVisibilityConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ObservableCollectionCountToVisibilityConverter : IValueConverter
                                                                                                            +
                                                                                                            public class ObservableCollectionCountToVisibilityConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.html index 18c8fcdfd..9657646cb 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            PercentRangeToColorConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class PercentRangeToColorConverter : IValueConverter
                                                                                                            +
                                                                                                            public class PercentRangeToColorConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.html index 7aee1b947..564c7d22d 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            StringIsNullOrEmptyToBool
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class StringIsNullOrEmptyToBool : IValueConverter
                                                                                                            +
                                                                                                            public class StringIsNullOrEmptyToBool

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.html index a4976e846..efeb75251 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            StringIsNullOrEmptyToVisibility
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class StringIsNullOrEmptyToVisibility : IValueConverter
                                                                                                            +
                                                                                                            public class StringIsNullOrEmptyToVisibility

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.html index dfd74f51e..ccddc9102 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ViewBoxMaxWidthOrHeightConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class ViewBoxMaxWidthOrHeightConverter : IValueConverter
                                                                                                            +
                                                                                                            public class ViewBoxMaxWidthOrHeightConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.html index 12c6bda97..89ec8a488 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            VisibilityToBooleanConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class VisibilityToBooleanConverter : IValueConverter
                                                                                                            +
                                                                                                            public class VisibilityToBooleanConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.html index ea4b959e9..3867c1a66 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.html @@ -90,42 +90,42 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            WordCountToStringConverter
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Windows.Data.IValueConverter
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class WordCountToStringConverter : IValueConverter
                                                                                                            +
                                                                                                            public class WordCountToStringConverter

                                                                                                            Constructors

                                                                                                            @@ -144,7 +144,7 @@

                                                                                                            Methods -

                                                                                                            Convert(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            Convert(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -162,22 +162,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ConvertBack(object, Type, object, CultureInfo)

                                                                                                            +

                                                                                                            ConvertBack(Object, Type, Object, CultureInfo)

                                                                                                            Declaration
                                                                                                            @@ -219,22 +219,22 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object value - Type + System.Type targetType - object + System.Object parameter - CultureInfo + System.Globalization.CultureInfo culture @@ -250,18 +250,18 @@
                                                                                                            Returns
                                                                                                            - object + System.Object

                                                                                                            Implements

                                                                                                            - IValueConverter + System.Windows.Data.IValueConverter

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.html index 2a67a80d4..f3cf1b9a0 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.html @@ -90,38 +90,38 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            WpfFormattedText.TextPart
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class WpfFormattedText.TextPart
                                                                                                            +
                                                                                                            public class TextPart

                                                                                                            Constructors

                                                                                                            @@ -156,12 +156,12 @@
                                                                                                            Parameters
                                                                                                            - Inline + System.Windows.Documents.Inline inline - InlineCollection + System.Windows.Documents.InlineCollection col @@ -188,7 +188,7 @@
                                                                                                            Field Value
                                                                                                            - InlineCollection + System.Windows.Documents.InlineCollection @@ -212,14 +212,14 @@
                                                                                                            Field Value
                                                                                                            - Inline + System.Windows.Documents.Inline

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.html index d303c2d76..e2fabafaf 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            WpfFormattedText
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsConverters
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Converters
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -144,7 +144,7 @@
                                                                                                            Field Value
                                                                                                            - DependencyProperty + System.Windows.DependencyProperty @@ -172,7 +172,7 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject obj @@ -188,7 +188,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String @@ -196,7 +196,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SetFormattedText(DependencyObject, string)

                                                                                                            +

                                                                                                            SetFormattedText(DependencyObject, String)

                                                                                                            Declaration
                                                                                                            @@ -214,12 +214,12 @@
                                                                                                            Parameters
                                                                                                            - DependencyObject + System.Windows.DependencyObject obj - string + System.String value diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.html b/api/integration/Sdl.Desktop.Platform.Controls.Converters.html index 6d8c21446..4c59ae494 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.html @@ -93,7 +93,7 @@

                                                                                                            Classes

                                                                                                            BooleanConverter<T>

                                                                                                            BooleanOrConverter

                                                                                                            -

                                                                                                            Converter used in the NumericTextBox control's custom errortemplate

                                                                                                            +

                                                                                                            Converter used in the NumericTextBox control's custom errortemplate

                                                                                                            BooleanToAutoRowHeightConverter

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Errors.Severity.html b/api/integration/Sdl.Desktop.Platform.Controls.Errors.Severity.html index e655e9d5f..7617f9017 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Errors.Severity.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Errors.Severity.html @@ -88,7 +88,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsErrors
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Errors
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.html b/api/integration/Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.html index 1a98d7b96..c0af38a03 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.html @@ -90,44 +90,10 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            ValidationResultWithSeverity
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            ValidationResultWithSeverity
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsErrors
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Errors
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -138,7 +104,7 @@

                                                                                                            Constructors -

                                                                                                            ValidationResultWithSeverity(string)

                                                                                                            +

                                                                                                            ValidationResultWithSeverity(String)

                                                                                                            Declaration
                                                                                                            @@ -156,7 +122,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String errorMessage @@ -165,7 +131,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ValidationResultWithSeverity(string, Severity)

                                                                                                            +

                                                                                                            ValidationResultWithSeverity(String, Severity)

                                                                                                            Declaration
                                                                                                            @@ -183,7 +149,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String errorMessage @@ -223,7 +189,7 @@
                                                                                                            Property Value

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Summary.DetailEntry.html b/api/integration/Sdl.Desktop.Platform.Controls.Summary.DetailEntry.html index 33999f068..b70eb5829 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Summary.DetailEntry.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Summary.DetailEntry.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DetailEntry
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsSummary
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Summary
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -128,7 +128,7 @@

                                                                                                            Constructors -

                                                                                                            DetailEntry(string, string)

                                                                                                            +

                                                                                                            DetailEntry(String, String)

                                                                                                            Declaration
                                                                                                            @@ -146,12 +146,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name - string + System.String value @@ -179,7 +179,7 @@
                                                                                                            Property Value
                                                                                                            - DrawingImage + System.Windows.Media.DrawingImage @@ -204,7 +204,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -229,14 +229,14 @@
                                                                                                            Property Value
                                                                                                            - string + System.String

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Summary.ISummaryData.html b/api/integration/Sdl.Desktop.Platform.Controls.Summary.ISummaryData.html index dda4ce04c..d9c4f7528 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Summary.ISummaryData.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Summary.ISummaryData.html @@ -88,7 +88,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsSummary
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Summary
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Summary.SummarySection.html b/api/integration/Sdl.Desktop.Platform.Controls.Summary.SummarySection.html index b0aefac26..afe2161ba 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Summary.SummarySection.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Summary.SummarySection.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            SummarySection
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsSummary
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Summary
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            @@ -128,7 +128,7 @@

                                                                                                            Constructors -

                                                                                                            SummarySection(string, IList<DetailEntry>)

                                                                                                            +

                                                                                                            SummarySection(String, IList<DetailEntry>)

                                                                                                            Declaration
                                                                                                            @@ -146,12 +146,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String title - IListDetailEntry + System.Collections.Generic.IList<DetailEntry> entries @@ -179,7 +179,7 @@
                                                                                                            Property Value
                                                                                                            - IListDetailEntry + System.Collections.Generic.IList<DetailEntry> @@ -204,14 +204,14 @@
                                                                                                            Property Value
                                                                                                            - string + System.String

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryView.html b/api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryView.html index 6421f67b8..17ace2a03 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryView.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryView.html @@ -91,1895 +91,18 @@

                                                                                                            Inheritance
                                                                                                            - - - - - - - - - -
                                                                                                            SummaryView
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            SummaryView
                                                                                                            Implements
                                                                                                            - - - - - - - +
                                                                                                            System.Windows.Markup.IComponentConnector
                                                                                                            -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsSummary
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Summary
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class SummaryView : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
                                                                                                            +
                                                                                                            public class SummaryView : UserControl

                                                                                                            Constructors

                                                                                                            @@ -2008,29 +131,11 @@
                                                                                                            Declaration

                                                                                                            Implements

                                                                                                            - - - - -
                                                                                                            - IAddChild -
                                                                                                            -
                                                                                                            - IComponentConnector + System.Windows.Markup.IComponentConnector

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.html b/api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.html index a9cb2c421..66917e1d4 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.html +++ b/api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            SummaryViewModel
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsSummary
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Controls.Summary
                                                                                                            Assembly: Sdl.Desktop.Platform.Controls.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.html b/api/integration/Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.html index f55001c65..354122f98 100644 --- a/api/integration/Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.html +++ b/api/integration/Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.html @@ -91,115 +91,18 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            TranslationMemoryIcons
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            TranslationMemoryIcons
                                                                                                            Implements
                                                                                                            - - - - - - - +
                                                                                                            System.Windows.Markup.IComponentConnector
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.StylesImageResources
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Styles.ImageResources
                                                                                                            Assembly: Sdl.Desktop.Platform.Styles.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class TranslationMemoryIcons : ResourceDictionary, IDictionary, ICollection, IEnumerable, ISupportInitialize, IUriContext, INameScope, IComponentConnector
                                                                                                            +
                                                                                                            public class TranslationMemoryIcons : ResourceDictionary

                                                                                                            Constructors

                                                                                                            @@ -228,29 +131,11 @@
                                                                                                            Declaration

                                                                                                            Implements

                                                                                                            - - - - - -
                                                                                                            - IComponentConnector + System.Windows.Markup.IComponentConnector

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.html b/api/integration/Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.html index 23d68e436..8233e1509 100644 --- a/api/integration/Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.html +++ b/api/integration/Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.html @@ -91,115 +91,18 @@

                                                                                                            Inheritance
                                                                                                            - - -
                                                                                                            UserIcons
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            UserIcons
                                                                                                            Implements
                                                                                                            - - - - - - - +
                                                                                                            System.Windows.Markup.IComponentConnector
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.StylesImageResources
                                                                                                            +
                                                                                                            Namespace: Sdl.Desktop.Platform.Styles.ImageResources
                                                                                                            Assembly: Sdl.Desktop.Platform.Styles.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class UserIcons : ResourceDictionary, IDictionary, ICollection, IEnumerable, ISupportInitialize, IUriContext, INameScope, IComponentConnector
                                                                                                            +
                                                                                                            public class UserIcons : ResourceDictionary

                                                                                                            Constructors

                                                                                                            @@ -228,29 +131,11 @@
                                                                                                            Declaration

                                                                                                            Implements

                                                                                                            - - - - - -
                                                                                                            - IComponentConnector + System.Windows.Markup.IComponentConnector

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.html b/api/integration/Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.html index a8882ffc4..e746c555c 100644 --- a/api/integration/Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.html +++ b/api/integration/Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.html @@ -86,1300 +86,18 @@

                                                                                                            Class BasicSegmentEditControl

                                                                                                            -

                                                                                                            An edit control providing display and editing functionalities for bilingual content. This control is restricted to -displaying only one segment. The contents of the segment should be created using the provided ItemFactory. -This control is read-only by default.

                                                                                                            -
                                                                                                            +
                                                                                                            Inheritance
                                                                                                            - - - - - - - -
                                                                                                            BasicSegmentEditControl
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            BasicSegmentEditControl
                                                                                                            - -
                                                                                                            -
                                                                                                            Inherited Members
                                                                                                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorBasicControls
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.BasicControls
                                                                                                            Assembly: Sdl.DesktopEditor.BasicControls.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class BasicSegmentEditControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
                                                                                                            +
                                                                                                            public class BasicSegmentEditControl : UserControl

                                                                                                            Constructors

                                                                                                            @@ -1387,8 +105,7 @@

                                                                                                            Constructors

                                                                                                            BasicSegmentEditControl()

                                                                                                            -

                                                                                                            Default constructor, display settings are initialized to defaults.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -1400,8 +117,7 @@

                                                                                                            Properties

                                                                                                            IsReadOnly

                                                                                                            -

                                                                                                            Determines whether the control is read-only or not. Default is true.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -1417,7 +133,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -1426,8 +142,7 @@
                                                                                                            Property Value

                                                                                                            ItemFactory

                                                                                                            -

                                                                                                            The item factory to use when creating content to display in the control.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -1453,9 +168,8 @@

                                                                                                            Methods -

                                                                                                            Dispose(bool)

                                                                                                            -

                                                                                                            Clean up any resources being used.

                                                                                                            -
                                                                                                            +

                                                                                                            Dispose(Boolean)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -1472,21 +186,17 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean disposing -

                                                                                                            true if managed resources should be disposed; otherwise, false.

                                                                                                            - + -
                                                                                                            Overrides
                                                                                                            -

                                                                                                            GetDocumentSegment()

                                                                                                            -

                                                                                                            Provides access to the current document segment as it is in the edit control.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -1503,8 +213,7 @@
                                                                                                            Returns
                                                                                                            ISegment -

                                                                                                            The segment used by the control.

                                                                                                            - + @@ -1512,8 +221,7 @@
                                                                                                            Returns

                                                                                                            MoveSelection(TextLocation, TextLocation)

                                                                                                            -

                                                                                                            Moves the edit control's text selection to the locations provided.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -1532,14 +240,12 @@
                                                                                                            Parameters
                                                                                                            TextLocation fromLocation -

                                                                                                            The starting point of the selection.

                                                                                                            - + TextLocation uptoLocation -

                                                                                                            The finishing point of the selection.

                                                                                                            - + @@ -1547,8 +253,7 @@
                                                                                                            Parameters

                                                                                                            RedrawControl()

                                                                                                            -

                                                                                                            Forces a redraw of the control.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -1558,8 +263,7 @@
                                                                                                            Declaration

                                                                                                            ReplaceDocumentSegment(ISegment)

                                                                                                            -

                                                                                                            Replaces the document in the control with the content of the segment.

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -1578,8 +282,7 @@
                                                                                                            Parameters
                                                                                                            ISegment segment -

                                                                                                            The segment containing the content to replace.

                                                                                                            - + @@ -1588,8 +291,7 @@

                                                                                                            Events

                                                                                                            SegmentContentChanged

                                                                                                            -

                                                                                                            Event fired when the content of the segment in the control has been manually modified

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.BasicControls.html b/api/integration/Sdl.DesktopEditor.BasicControls.html index 40a743a3d..1ad7ccacd 100644 --- a/api/integration/Sdl.DesktopEditor.BasicControls.html +++ b/api/integration/Sdl.DesktopEditor.BasicControls.html @@ -91,10 +91,7 @@

                                                                                                            Classes

                                                                                                            BasicSegmentEditControl

                                                                                                            -

                                                                                                            An edit control providing display and editing functionalities for bilingual content. This control is restricted to -displaying only one segment. The contents of the segment should be created using the provided ItemFactory. -This control is read-only by default.

                                                                                                            -
                                                                                                            +
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.html index bc9c7432f..99c6957b7 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            ActiveRowChangedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -145,7 +145,7 @@
                                                                                                            Declaration

                                                                                                            ActiveRowChangedEventArgs(IRowInfo, IRowInfo)

                                                                                                            - diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.AfterEditControlsCreatedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.AfterEditControlsCreatedEventArgs.html index 14263c8d6..63d4e6367 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.AfterEditControlsCreatedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.AfterEditControlsCreatedEventArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            AfterEditControlsCreatedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -142,7 +142,7 @@
                                                                                                            Declaration

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs.html index 288b58c41..22371e2d3 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs.html @@ -91,8 +91,8 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            AfterInitialUpdateEventArgs
                                                                                                            @@ -102,31 +102,31 @@
                                                                                                            Inherited Members
                                                                                                            EditControlEventArgs.EditControl
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Declaration

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.html b/api/integration/Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.html index d4f537808..2f180bd0c 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.html @@ -92,74 +92,74 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Exception
                                                                                                            ChangeNotAllowedException
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            +
                                                                                                            System.Runtime.InteropServices._Exception
                                                                                                            Inherited Members
                                                                                                            - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                            - Exception.ToString() + System.Exception.ToString()
                                                                                                            - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                            - Exception.GetType() + System.Exception.GetType()
                                                                                                            - Exception.Message + System.Exception.Message
                                                                                                            - Exception.Data + System.Exception.Data
                                                                                                            - Exception.InnerException + System.Exception.InnerException
                                                                                                            - Exception.TargetSite + System.Exception.TargetSite
                                                                                                            - Exception.StackTrace + System.Exception.StackTrace
                                                                                                            - Exception.HelpLink + System.Exception.HelpLink
                                                                                                            - Exception.Source + System.Exception.Source
                                                                                                            - Exception.HResult + System.Exception.HResult
                                                                                                            - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -170,8 +170,9 @@
                                                                                                            R This exception will be thrown by the API e.g. if attempting to directly change filter framework objects that are accessed from a live document in an edit control. (All content changes must be done through operations -on the edit control, to ensure that they don't corrupt the undo buffer.) -

                                                                                                            +on the edit control, to ensure that they don't corrupt the undo buffer.) +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -207,13 +208,13 @@
                                                                                                            Parameters
                                                                                                            - SerializationInfo + System.Runtime.Serialization.SerializationInfo info

                                                                                                            info

                                                                                                            - StreamingContext + System.Runtime.Serialization.StreamingContext context

                                                                                                            context

                                                                                                            @@ -223,7 +224,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ChangeNotAllowedException(string, string)

                                                                                                            +

                                                                                                            ChangeNotAllowedException(String, String)

                                                                                                            Source and message constructor

                                                                                                            @@ -242,13 +243,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String source

                                                                                                            source

                                                                                                            - string + System.String message

                                                                                                            message

                                                                                                            @@ -258,7 +259,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ChangeNotAllowedException(string, string, Exception)

                                                                                                            +

                                                                                                            ChangeNotAllowedException(String, String, Exception)

                                                                                                            Source, message and inner exception constructor

                                                                                                            @@ -277,19 +278,19 @@
                                                                                                            Parameters
                                                                                                            - string + System.String source

                                                                                                            source

                                                                                                            - string + System.String message

                                                                                                            message

                                                                                                            - Exception + System.Exception inner

                                                                                                            inner exception

                                                                                                            @@ -298,14 +299,14 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            - _Exception + System.Runtime.InteropServices._Exception

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.html index 0e9c39537..eba45aede 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            ContentHeightChangedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -144,7 +144,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            ContentHeightChangedEventArgs(long, long)

                                                                                                            +

                                                                                                            ContentHeightChangedEventArgs(Int64, Int64)

                                                                                                            Create an instance initialized with the specified parameters.

                                                                                                            @@ -163,12 +163,12 @@
                                                                                                            Parameters
                                                                                                            - long + System.Int64 previousHeight - long + System.Int64 newHeight @@ -198,7 +198,7 @@
                                                                                                            Property Value
                                                                                                            - long + System.Int64 @@ -224,14 +224,14 @@
                                                                                                            Property Value
                                                                                                            - long + System.Int64

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ContentNodeIterator.html b/api/integration/Sdl.DesktopEditor.EditorApi.ContentNodeIterator.html index 7403c1025..9261224a4 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ContentNodeIterator.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ContentNodeIterator.html @@ -91,35 +91,35 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ContentNodeIterator
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -189,7 +189,7 @@
                                                                                                            Parameters
                                                                                                            IAbstractNode from

                                                                                                            The first node to start from. This is typically a node somewhere - inside the container.

                                                                                                            +inside the container.

                                                                                                            @@ -255,7 +255,7 @@
                                                                                                            Parameters
                                                                                                            IAbstractContentNode upto

                                                                                                            The node at which to stop. Will not be part of the content iterated over, - and must be after the from node to be effective.

                                                                                                            +and must be after the from node to be effective.

                                                                                                            @@ -517,7 +517,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if another content node was found, false if not, or the end of the bounding container was reached.

                                                                                                            @@ -545,7 +545,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if the operation is successful, i.e. if there is a preceding content node

                                                                                                            @@ -555,10 +555,11 @@
                                                                                                            Returns
                                                                                                            Remarks

                                                                                                            Note that when backing the iterator does not check for stop conditions. -

                                                                                                            +

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.html b/api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.html index da1609389..eb5fbb804 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.html @@ -86,15 +86,15 @@

                                                                                                            Delegate ContentRange.ReductionAllowedTest

                                                                                                            -

                                                                                                            This delegat defines the method signature used by the ReduceRanges(List<ContentRange>, ReductionAllowedTest) helper +

                                                                                                            This delegat defines the method signature used by the ReduceRanges(List<ContentRange>, ContentRange.ReductionAllowedTest) helper to determine if two ranges that have the same parent can be merged.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate bool ContentRange.ReductionAllowedTest(ContentRange from, ContentRange into)
                                                                                                            +
                                                                                                            public delegate bool ReductionAllowedTest(ContentRange from, ContentRange into);
                                                                                                            Parameters
                                                                                                            @@ -128,7 +128,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -141,12 +141,12 @@

                                                                                                            Constructors -

                                                                                                            ReductionAllowedTest(object, IntPtr)

                                                                                                            +

                                                                                                            ReductionAllowedTest(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public ReductionAllowedTest(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public ReductionAllowedTest(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            boolSystem.Boolean
                                                                                                            @@ -159,12 +159,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -175,12 +175,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(ContentRange, ContentRange, AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(ContentRange, ContentRange, AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(ContentRange from, ContentRange into, AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(ContentRange from, ContentRange into, AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -203,12 +203,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -224,7 +224,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -250,7 +250,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -266,7 +266,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -313,14 +313,14 @@
                                                                                                            Returns
                                                                                                            - +
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            boolSystem.Boolean
                                                                                                            boolSystem.Boolean

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.html b/api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.html index af90f1f45..38e427fa8 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ContentRange
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -366,7 +366,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -392,7 +392,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -418,7 +418,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -499,7 +499,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -542,7 +542,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -552,7 +552,7 @@
                                                                                                            Returns

                                                                                                            GetIntersection(ContentRange)

                                                                                                            Returns the normalized range that represents the intersection between -this range and the other, or null if they don't overlap.

                                                                                                            +this range and the other, or null if they don't overlap.

                                                                                                            Declaration
                                                                                                            @@ -640,7 +640,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -648,7 +648,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ReduceRanges(List<ContentRange>, ReductionAllowedTest)

                                                                                                            +

                                                                                                            ReduceRanges(List<ContentRange>, ContentRange.ReductionAllowedTest)

                                                                                                            Helper function to reduce a set of same-parent ranges to the smallest set of same-parent ranges necessary to span the content from the first to the last range.

                                                                                                            @@ -669,16 +669,16 @@
                                                                                                            Parameters
                                                                                                            - ListContentRange + System.Collections.Generic.List<ContentRange> rangesToReduce

                                                                                                            Set of same-parent ranges to be processed

                                                                                                            - ContentRangeReductionAllowedTest + ContentRange.ReductionAllowedTest additionalCondition

                                                                                                            Additional condition that will be evaluated to determine if - the range can be reduced. Can be null, in which case ranges will always be reduced if possible.

                                                                                                            +the range can be reduced. Can be null, in which case ranges will always be reduced if possible.

                                                                                                            @@ -693,9 +693,9 @@
                                                                                                            Returns
                                                                                                            - ListContentRange + System.Collections.Generic.List<ContentRange>

                                                                                                            The smallest set of same-parent ranges necessary to span all content in the input ranges - (and anything between them)

                                                                                                            +(and anything between them)

                                                                                                            @@ -710,7 +710,8 @@
                                                                                                            @@ -752,11 +753,11 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            - ICloneable + System.ICloneable

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.html b/api/integration/Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.html index ac6cb13dc..ea5c93e65 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.html @@ -89,11 +89,11 @@

                                                                                                            Defines a correspondence between target row numbers and source row numbers.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate int CorrespondenceProvider(int targetRowNumber)
                                                                                                            +
                                                                                                            public delegate int CorrespondenceProvider(int targetRowNumber);
                                                                                                            Parameters
                                                                                                            @@ -106,7 +106,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -122,7 +122,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -132,12 +132,12 @@

                                                                                                            Constructors -

                                                                                                            CorrespondenceProvider(object, IntPtr)

                                                                                                            +

                                                                                                            CorrespondenceProvider(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public CorrespondenceProvider(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public CorrespondenceProvider(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            intSystem.Int32 targetRowNumber
                                                                                                            intSystem.Int32
                                                                                                            @@ -150,12 +150,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -166,12 +166,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(int, AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(Int32, AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(int targetRowNumber, AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(int targetRowNumber, AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -184,17 +184,17 @@
                                                                                                            Parameters
                                                                                                            - + - + - + @@ -210,7 +210,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -236,7 +236,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -252,7 +252,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -260,7 +260,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Invoke(int)

                                                                                                            +

                                                                                                            Invoke(Int32)

                                                                                                            Declaration
                                                                                                            @@ -278,7 +278,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -294,14 +294,14 @@
                                                                                                            Returns
                                                                                                            - +
                                                                                                            intSystem.Int32 targetRowNumber
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            intSystem.Int32
                                                                                                            intSystem.Int32 targetRowNumber
                                                                                                            intSystem.Int32

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.html index 41aa64d3a..489617be7 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.html @@ -92,38 +92,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            CustomColumnContentChangedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -165,7 +165,7 @@
                                                                                                            Property Value
                                                                                                            - ListIRowInfo + System.Collections.Generic.List<IRowInfo> @@ -191,7 +191,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -202,7 +202,7 @@
                                                                                                            Extension Methods
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.CustomColumnLocation.html b/api/integration/Sdl.DesktopEditor.EditorApi.CustomColumnLocation.html index e2148acac..0b681fd0d 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.CustomColumnLocation.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.CustomColumnLocation.html @@ -89,7 +89,7 @@

                                                                                                            Location of a custom column relative to the main content of an edit control.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -98,7 +98,8 @@
                                                                                                            Syntax
                                                                                                            Remarks
                                                                                                            +

                                                                                                            +

                                                                                                            Fields

                                                                                                            @@ -121,6 +122,10 @@

                                                                                                            Fields

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            + diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.html index fec2cfce1..157969187 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.html @@ -91,39 +91,39 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            DocumentContentChangedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -150,7 +150,8 @@

                                                                                                            Properties

                                                                                                            AffectedRange

                                                                                                            The areas in the document that have been changed.

                                                                                                            Note that the ranges may be overlapping, and that some of them may -be invalid (e.g. if they refer to content that has been deleted).

                                                                                                            +be invalid (e.g. if they refer to content that has been deleted).

                                                                                                            +
                                                                                                            Declaration
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.html index b79ea047b..005abf5da 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            DocumentPropertiesChangedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.EditControlEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.EditControlEventArgs.html index 5fd7ad7ad..50fd1db3f 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.EditControlEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.EditControlEventArgs.html @@ -92,8 +92,8 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            EditControlEventArgs
                                                                                                            @@ -106,31 +106,31 @@
                                                                                                            Inheritance
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -140,7 +140,8 @@
                                                                                                            Remark

                                                                                                            Note that not all event args for the control are derived from this class, it is merely used as a convenience to avoid having to implement properties over and over again. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -212,7 +213,7 @@
                                                                                                            Property Value

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.EditException.html b/api/integration/Sdl.DesktopEditor.EditorApi.EditException.html index 2306f63d1..1faaf391b 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.EditException.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.EditException.html @@ -91,73 +91,73 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Exception
                                                                                                            EditException
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            +
                                                                                                            System.Runtime.InteropServices._Exception
                                                                                                            Inherited Members
                                                                                                            - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                            - Exception.ToString() + System.Exception.ToString()
                                                                                                            - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                            - Exception.GetType() + System.Exception.GetType()
                                                                                                            - Exception.Message + System.Exception.Message
                                                                                                            - Exception.Data + System.Exception.Data
                                                                                                            - Exception.InnerException + System.Exception.InnerException
                                                                                                            - Exception.TargetSite + System.Exception.TargetSite
                                                                                                            - Exception.StackTrace + System.Exception.StackTrace
                                                                                                            - Exception.HelpLink + System.Exception.HelpLink
                                                                                                            - Exception.Source + System.Exception.Source
                                                                                                            - Exception.HResult + System.Exception.HResult
                                                                                                            - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -198,13 +198,13 @@
                                                                                                            Parameters
                                                                                                            - SerializationInfo + System.Runtime.Serialization.SerializationInfo info

                                                                                                            serialization info

                                                                                                            - StreamingContext + System.Runtime.Serialization.StreamingContext context

                                                                                                            serialization context

                                                                                                            @@ -214,7 +214,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            EditException(string)

                                                                                                            +

                                                                                                            EditException(String)

                                                                                                            Construction from a message.

                                                                                                            @@ -233,7 +233,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message

                                                                                                            exception message

                                                                                                            @@ -243,7 +243,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            EditException(string, Exception)

                                                                                                            +

                                                                                                            EditException(String, Exception)

                                                                                                            Construction from a message and an inner exception.

                                                                                                            @@ -262,13 +262,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message

                                                                                                            exception message

                                                                                                            - Exception + System.Exception inner

                                                                                                            inner exception

                                                                                                            @@ -277,14 +277,14 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            - _Exception + System.Runtime.InteropServices._Exception

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.html index e09738647..2314a2b85 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            EditOperationAbortedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -144,7 +144,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            EditOperationAbortedEventArgs(string, string)

                                                                                                            +

                                                                                                            EditOperationAbortedEventArgs(String, String)

                                                                                                            Constructor with abort message.

                                                                                                            @@ -163,14 +163,14 @@
                                                                                                            Parameters
                                                                                                            - string + System.String source

                                                                                                            name of the component that caused the edit - operation to abort

                                                                                                            +operation to abort

                                                                                                            - string + System.String message @@ -227,7 +227,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -253,14 +253,14 @@
                                                                                                            Property Value
                                                                                                            - string + System.String

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.html index 5b83a1d83..c90e890fe 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            EditOperationCompletingEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -132,7 +132,8 @@

                                                                                                            Contains information about the edit operation being completed, including its name and the specific content changes it involves. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -194,7 +195,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -223,14 +224,14 @@
                                                                                                            Property Value
                                                                                                            - ListIAbstractEditOperation + System.Collections.Generic.List<IAbstractEditOperation>

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Extensions.EditorApiExtensions.html b/api/integration/Sdl.DesktopEditor.EditorApi.Extensions.EditorApiExtensions.html index a84ff762d..2c8f27c68 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Extensions.EditorApiExtensions.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Extensions.EditorApiExtensions.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            EditorApiExtensions
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiExtensions
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Extensions
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -135,7 +135,8 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public static T ParentFirstOrDefault<T>(this IAbstractNode node) where T : class
                                                                                                            +
                                                                                                            public static T ParentFirstOrDefault<T>(this IAbstractNode node)
                                                                                                            +    where T : class
                                                                                                            Parameters
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.html index 1753cc515..4f2a1ab4b 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            FilePropertiesChangedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -219,7 +219,7 @@
                                                                                                            Property Value

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.FindType.html b/api/integration/Sdl.DesktopEditor.EditorApi.FindType.html index 05b218ded..d1f968717 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.FindType.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.FindType.html @@ -89,7 +89,7 @@

                                                                                                            The type of data to search for.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -122,6 +122,10 @@

                                                                                                            Fields +

                                                                                                            Extension Methods

                                                                                                            +
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.FocusChangeType.html b/api/integration/Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.FocusChangeType.html index 36666d265..83518f281 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.FocusChangeType.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.FocusChangeType.html @@ -89,11 +89,11 @@

                                                                                                            Indicates the type of focus change this event is about

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public enum FocusedControlChangedEventArgs.FocusChangeType
                                                                                                            +
                                                                                                            public enum FocusChangeType

                                                                                                            Fields

                                                                                                            @@ -117,6 +117,10 @@

                                                                                                            Fields +

                                                                                                            Extension Methods

                                                                                                            + diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.html index 5f9d63507..37fedb085 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            FocusedControlChangedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.html b/api/integration/Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.html index d61eda420..c6986558d 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FormattingBuilderVisitor
                                                                                                            @@ -102,28 +102,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -134,7 +134,7 @@

                                                                                                            Constructors -

                                                                                                            FormattingBuilderVisitor(EditControlDisplaySettings, bool)

                                                                                                            +

                                                                                                            FormattingBuilderVisitor(EditControlDisplaySettings, Boolean)

                                                                                                            Default constructor, does nothing.

                                                                                                            @@ -158,7 +158,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean suppressDocumentFormatting @@ -592,7 +592,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.html index 6427b3269..20b41a499 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.html @@ -92,8 +92,8 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            FrameworkDocumentContentChangedEventArgs
                                                                                                            @@ -106,31 +106,31 @@

                                                                                                            Inherited Members
                                                                                                            DocumentContentChangedEventArgs.AffectedRange
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.html b/api/integration/Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.html index fa9519f7d..724527588 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FrameworkNodeWrapperVisitor
                                                                                                            @@ -101,32 +101,32 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class FrameworkNodeWrapperVisitor : IMarkupDataVisitor
                                                                                                            +
                                                                                                            public class FrameworkNodeWrapperVisitor

                                                                                                            Constructors

                                                                                                            @@ -472,7 +472,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.html index edcd5f815..70eaef1d0 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.html @@ -107,10 +107,10 @@
                                                                                                            Inherited Members
                                                                                                            ITreeNode<IAbstractNode, IAbstractContainerNode>.Root
                                                                                                            - IEnumerable<IAbstractNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -125,7 +125,8 @@
                                                                                                            Rema

                                                                                                            The container node implements the IEnumerable interface, so you can iterate over its content directly using a foreach loop.

                                                                                                            The start and end nodes appear in the collection, and they can also be accessed -directly through the StartNode and EndNode properties.

                                                                                                            +directly through the StartNode and EndNode properties.

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -185,7 +186,7 @@

                                                                                                            Methods -

                                                                                                            Find(Predicate<INode>, bool)

                                                                                                            +

                                                                                                            Find(Predicate<INode>, Boolean)

                                                                                                            Locate the first node that matches the predicate.

                                                                                                            @@ -204,17 +205,17 @@
                                                                                                            Parameters
                                                                                                            - PredicateINode + System.Predicate<INode> match

                                                                                                            condition used to evaluate nodes

                                                                                                            - bool + System.Boolean allSubNodes

                                                                                                            if false only direct child nodes - in the container are searched, if true sub-nodes of any child container - are also searched

                                                                                                            +in the container are searched, if true sub-nodes of any child container +are also searched

                                                                                                            @@ -238,7 +239,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            FindAllNodes(Predicate<IAbstractNode>, bool)

                                                                                                            +

                                                                                                            FindAllNodes(Predicate<IAbstractNode>, Boolean)

                                                                                                            Find all child nodes that match the specified predicate.

                                                                                                            @@ -257,17 +258,17 @@
                                                                                                            Parameters
                                                                                                            - PredicateIAbstractNode + System.Predicate<IAbstractNode> match

                                                                                                            condition used to evaluate nodes

                                                                                                            - bool + System.Boolean searchAllSubNodes

                                                                                                            if false only direct child nodes - in the container are searched, if true content sub-nodes of any child container - are also searched

                                                                                                            +in the container are searched, if true content sub-nodes of any child container +are also searched

                                                                                                            @@ -282,7 +283,7 @@
                                                                                                            Returns
                                                                                                            - ListIAbstractNode + System.Collections.Generic.List<IAbstractNode>

                                                                                                            A list containing all child nodes for which the predicate evaluated to true

                                                                                                            @@ -291,7 +292,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            FindContentNode(Predicate<IAbstractContentNode>, bool)

                                                                                                            +

                                                                                                            FindContentNode(Predicate<IAbstractContentNode>, Boolean)

                                                                                                            Locate the first content node that matches the predicate.

                                                                                                            @@ -310,17 +311,17 @@
                                                                                                            Parameters
                                                                                                            - PredicateIAbstractContentNode + System.Predicate<IAbstractContentNode> match

                                                                                                            condition used to evaluate nodes

                                                                                                            - bool + System.Boolean searchAllSubNodes

                                                                                                            if false only direct child nodes - in the container are searched, if true content sub-nodes of any child container - are also searched

                                                                                                            +in the container are searched, if true content sub-nodes of any child container +are also searched

                                                                                                            @@ -343,10 +344,10 @@
                                                                                                            Returns

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractContentNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractContentNode.html index 689aad7a9..8f6cfbc2d 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractContentNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractContentNode.html @@ -105,20 +105,21 @@
                                                                                                            Inherited Members
                                                                                                            ITreeNode<IAbstractNode, IAbstractContainerNode>.Root -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            public interface IAbstractContentNode : IAbstractNode, ITreeNode<IAbstractNode, IAbstractContainerNode>
                                                                                                            Remarks
                                                                                                            -

                                                                                                            Containers are not content nodes, but their start and end nodes are.

                                                                                                            +

                                                                                                            Containers are not content nodes, but their start and end nodes are.

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractEditOperation.html b/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractEditOperation.html index 39eab6fe3..ee5712b1d 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractEditOperation.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractEditOperation.html @@ -89,7 +89,7 @@

                                                                                                            Base interface implemented by edit operations.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkDocument.html b/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkDocument.html index aa02fecf3..2f7b1a618 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkDocument.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkDocument.html @@ -101,7 +101,7 @@
                                                                                                            Inherited Members
                                                                                                            IDocument.Delete()
                                                                                                            IDocument.ActiveRange @@ -125,10 +125,10 @@
                                                                                                            Inherited Members
                                                                                                            IDocument.EditOperationStarting
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -252,11 +252,12 @@
                                                                                                            Rem

                                                                                                            May throw Sdl.DesktopEditor.EditorApi.EditExeption if the active range cannot be copied (e.g. if it contains non-framework nodes or non-cloneable nodes such as Paragraph Units or files). -

                                                                                                            +

                                                                                                            +
                                                                                                            -

                                                                                                            CopyInternal(bool)

                                                                                                            +

                                                                                                            CopyInternal(Boolean)

                                                                                                            Returns the document selection, allowing pre-extending it to include the revision marker.

                                                                                                            @@ -275,7 +276,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean extendSelectionToIncludeRevision @@ -364,9 +365,9 @@
                                                                                                            Returns
                                                                                                            - ListContentRange + System.Collections.Generic.List<ContentRange>

                                                                                                            A list with 0 or more sub-ranges where for each sub-range all content nodes are markup - data nodes that have the same parent node.

                                                                                                            +data nodes that have the same parent node.

                                                                                                            @@ -381,7 +382,7 @@
                                                                                                            void ApplyQuickTag(IFrameworkDocument document, ContentRange range, IQuickTag quickTag) +
                                                                                                            void ApplyQuickTag(IFrameworkDocument document, ContentRange range, IQuickTag quickTag)
                                                                                                             {
                                                                                                                 foreach (ContentRange subRange in document.GetMarkupDataRanges(range))
                                                                                                                 {
                                                                                                            @@ -390,7 +391,7 @@ 
                                                                                                            BeginCompositeOperation(string) and +e.g. by calling BeginCompositeOperation(String) and EndCompositeOperation(). One way to access the undo buffer is through UndoBuffer.

                                                                                                            @@ -471,7 +472,7 @@
                                                                                                            Parameters
                                                                                                            ISegmentPairProperties segmentPairProperties

                                                                                                            Properties for the new segment pair, they must not use the - same segment ID as any existing segment in the paragraph.

                                                                                                            +same segment ID as any existing segment in the paragraph.

                                                                                                            @@ -547,7 +548,7 @@
                                                                                                            Parameters

                                                                                                            RestoreGhostTags()

                                                                                                            -

                                                                                                            Restores any tags in the document's active range, converting them from ghost tags to normal tags.

                                                                                                            +

                                                                                                            Restores any tags in the document's active range, converting them from ghost tags to normal tags.

                                                                                                            Declaration
                                                                                                            @@ -577,7 +578,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerFrameworkDocumentContentChangedEventArgs + System.EventHandler<FrameworkDocumentContentChangedEventArgs> @@ -592,10 +593,11 @@
                                                                                                            Extension Methods
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.html b/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.html index fe79effa9..039912488 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.html @@ -111,13 +111,13 @@
                                                                                                            Inherited Members
                                                                                                            IEditControl.Undo()
                                                                                                            IEditControl.SelectRowRange(IRowInfo, IRowInfo) @@ -390,10 +390,10 @@
                                                                                                            Inherited Members
                                                                                                            IControl.Control
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -480,7 +480,7 @@
                                                                                                            Property Value
                                                                                                            - Font + System.Drawing.Font @@ -507,7 +507,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -516,7 +516,8 @@

                                                                                                            Hidden tags can still be manipulated through normal editing operations in the surrounding text, so they may get accidentally deleted! -

                                                                                                            +

                                                                                                            + @@ -540,7 +541,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -562,7 +563,8 @@
                                                                                                            @@ -594,7 +596,8 @@

                                                                                                            In a side-by-side edit control the TagDisplayMode changes tag display for both source and target controls, while this property can be used to set different modes for source and target. -

                                                                                                            +

                                                                                                            + @@ -616,7 +619,7 @@
                                                                                                            Property Value
                                                                                                            - FuncIAbstractContentNodestring + System.Func<IAbstractContentNode, System.String> @@ -655,11 +658,12 @@

                                                                                                            May throw Sdl.DesktopEditor.EditorApi.EditExeption if the selection cannot be copied (e.g. if it contains non-framework nodes or non-cloneable nodes such as Paragraph Units or Files). -

                                                                                                            +

                                                                                                            + -

                                                                                                            CopySelectionInternal(bool)

                                                                                                            +

                                                                                                            CopySelectionInternal(Boolean)

                                                                                                            Returns the document selection, allowing pre-extending it to include the revision marker.

                                                                                                            @@ -678,7 +682,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean extendToIncludeRevision @@ -722,7 +726,7 @@
                                                                                                            Parameters
                                                                                                            - Point + System.Drawing.Point screenPoint

                                                                                                            The device point to search for a custom column.

                                                                                                            @@ -748,7 +752,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            HideRows(IList<int>)

                                                                                                            +

                                                                                                            HideRows(IList<Int32>)

                                                                                                            Removes the rows matching the provided row numbers from the layout and hides them in the edit control. This method will refresh the edit control and cause a fill layout to be performed in order to remove the rows properly.

                                                                                                            @@ -769,7 +773,7 @@
                                                                                                            Parameters
                                                                                                            - IListint + System.Collections.Generic.IList<System.Int32> rowNumbers

                                                                                                            The list of row numbers that should be hidden.

                                                                                                            @@ -781,7 +785,8 @@
                                                                                                            SetRowsVisibility(Predicate<IRowInfo>) should be used instead. -

                                                                                                            +

                                                                                                            + @@ -803,7 +808,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if the redo is to be performed in a source segment

                                                                                                            @@ -813,7 +818,7 @@
                                                                                                            Returns

                                                                                                            IsUndoCommandSource()

                                                                                                            -

                                                                                                            Used in SideBySide editor to determine which control to use

                                                                                                            +

                                                                                                            Used in SideBySide editor to determine which control to use

                                                                                                            Declaration
                                                                                                            @@ -830,7 +835,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            True if the undo is to be performed in a source segment

                                                                                                            @@ -861,8 +866,8 @@
                                                                                                            Parameters
                                                                                                            IDocumentFragment newContent

                                                                                                            The document fragment containing the content that will be used to replace - the current selection. This document fragment can be obtained from multiple locations, including: - CopySelection() and CreateDocumentFragment().

                                                                                                            +the current selection. This document fragment can be obtained from multiple locations, including: +CopySelection() and CreateDocumentFragment().

                                                                                                            @@ -881,7 +886,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            ShowRows(IList<int>)

                                                                                                            +

                                                                                                            ShowRows(IList<Int32>)

                                                                                                            Adds the rows matching the provided row numbers to the layout and displays them in the edit control. This method will refresh the edit control and cause a full layout to be performed in order to display the rows properly.

                                                                                                            @@ -902,7 +907,7 @@
                                                                                                            Parameters
                                                                                                            - IListint + System.Collections.Generic.IList<System.Int32> rowNumbers

                                                                                                            The list of row numbers that should be shown.

                                                                                                            @@ -914,10 +919,11 @@
                                                                                                            SetRowsVisibility(Predicate<IRowInfo>) should be used instead. -

                                                                                                            +

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractNode.html index 17ba2f5c4..ed5a0d16c 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IAbstractNode.html @@ -104,7 +104,7 @@
                                                                                                            Inherited Members
                                                                                                            ITreeNode<IAbstractNode, IAbstractContainerNode>.Root -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -112,10 +112,10 @@
                                                                                                            Syntax

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IBilingualDocument.html b/api/integration/Sdl.DesktopEditor.EditorApi.IBilingualDocument.html index 50af3521f..43d63a73b 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IBilingualDocument.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IBilingualDocument.html @@ -92,10 +92,10 @@

                                                                                                            Inherited Members
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -112,7 +112,8 @@
                                                                                                            Remarks< The document must be explicitly disposed of when no longer needed. Disposing the document raises the Disposing event, which should be handled by controls using the document in case the document is disposed of before the control. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -146,16 +147,18 @@
                                                                                                            Rem

                                                                                                            The ItemFactory and PropertiesFactory properties will be automatically set when the bilingual processor is used to process content through the filter framework. -

                                                                                                            +

                                                                                                            +
                                                                                                            Examples

                                                                                                            This example shows how to read content from a file into the document using the filter framework.

                                                                                                            -
                                                                                                            void LoadFile(IBilingualDocument document, IFileTypeManager manager, string filePath)
                                                                                                            +
                                                                                                            void LoadFile(IBilingualDocument document, IFileTypeManager manager, string filePath)
                                                                                                             {
                                                                                                               IMultiFileConverter converter = manager.GetConverterToBilingual(filePath, document.ContentInput);
                                                                                                               converter.Parse();
                                                                                                             }
                                                                                                            + @@ -185,11 +188,12 @@
                                                                                                            Property Value
                                                                                                            Examples

                                                                                                            This example shows how to save the content of a document to a bilingual
                                                                                                            file in the default bilingual file format using the filter framework.

                                                                                                            -
                                                                                                            void SaveAsBilingual(IBilingualDocument document, IFileTypeManager manager, string filePath)
                                                                                                            +
                                                                                                            void SaveAsBilingual(IBilingualDocument document, IFileTypeManager manager, string filePath)
                                                                                                             {
                                                                                                               IMultiFileConverter converter = manager.GetConverterToDefaultBilingual(document.ContentOutput, filePath);
                                                                                                               converter.Parse();
                                                                                                             }
                                                                                                            + @@ -237,7 +241,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -252,9 +256,10 @@
                                                                                                            Remarks< have been made to it in order to determine whether the document will need to be saved again at a later point.

                                                                                                            -Since the editor does not provide Open/Save operations it is the API client's responsibility +Since the editor does not provide Open/Save operations it is the API client's responsibility to reset this flag after such operations. -

                                                                                                            +

                                                                                                            + @@ -285,7 +290,8 @@
                                                                                                            Rema

                                                                                                            When the document is loaded by using it as a bilingual content processor through the filter framework this property is automatically set to the factory communicated by the framework. -

                                                                                                            +

                                                                                                            + @@ -315,7 +321,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            This is a convenience accessor to the properties factory in the ItemFactory. -

                                                                                                            +

                                                                                                            + @@ -424,7 +431,7 @@
                                                                                                            Parameters
                                                                                                            ISegmentPairProperties segmentPairProperties

                                                                                                            Properties for the new segment pair, they must not use the - same segment ID as any existing segment in the paragraph.

                                                                                                            +same segment ID as any existing segment in the paragraph.

                                                                                                            @@ -486,7 +493,7 @@
                                                                                                            Exceptions

                                                                                                            RemoveSegmentPair(ParagraphUnitId, ISegmentPairProperties)

                                                                                                            Delete the segment pair with the specified properties object from the source and target documents. All content inside the source and target segments is preserved and moved into their parent -containers, only the segment containers are removed.

                                                                                                            +containers, only the segment containers are removed.

                                                                                                            Declaration
                                                                                                            @@ -513,7 +520,7 @@
                                                                                                            Parameters
                                                                                                            ISegmentPairProperties segmentPairProperties

                                                                                                            The properties of the segment pair that is to be removed. These must - be the properties of an existing segment pair in the paragraph.

                                                                                                            +be the properties of an existing segment pair in the paragraph.

                                                                                                            @@ -530,7 +537,8 @@
                                                                                                            @@ -606,7 +614,7 @@
                                                                                                            void ChangeTargetLanguage(IBilingualDocument doc, Language newTargetLanguage) +
                                                                                                            void ChangeTargetLanguage(IBilingualDocument doc, Language newTargetLanguage)
                                                                                                             {
                                                                                                               IDocumentProperties properties = (IDocumentProperties)doc.DocumentProperties.Clone();
                                                                                                               properties.TargetLanguage = newTargetLanguage;
                                                                                                            @@ -657,7 +665,7 @@ 
                                                                                                            void ChangeTargetEncoding(IBilingualDocument doc, IFileContainerNode fileNode, Codepage newTargetEncoding) +
                                                                                                            void ChangeTargetEncoding(IBilingualDocument doc, IFileContainerNode fileNode, Codepage newTargetEncoding)
                                                                                                             {
                                                                                                               IFileProperties properties = (IFileProperties)file.FileProperties.Clone();
                                                                                                               properties.FileConversionProperties.PreferredTargetEncoding = newTargetEncoding;
                                                                                                            @@ -704,7 +712,7 @@ 
                                                                                                            void ChangeParagraphUnitStatus(IBilingualDocument doc, IParagraphUnitContainerNode paragraphUnitNode, ParagraphUnitStatus newStatus) +
                                                                                                            void ChangeParagraphUnitStatus(IBilingualDocument doc, IParagraphUnitContainerNode paragraphUnitNode, ParagraphUnitStatus newStatus)
                                                                                                             {
                                                                                                               IParagraphUnitProperties properties = (IParagraphUnitProperties)paragraphUnitNode.ParagraphUnit.Properties.Clone();
                                                                                                               properties.Status = newStatus;
                                                                                                            @@ -767,7 +775,7 @@ 
                                                                                                            void SetToTranslated(IBilingualDocument doc, ISegmentContainerNode segmentNode) +
                                                                                                            void SetToTranslated(IBilingualDocument doc, ISegmentContainerNode segmentNode)
                                                                                                             {
                                                                                                               ISegmentPairProperties properties = (ISegmentPairProperties)node.Segment.Properties.Clone();
                                                                                                               properties.TranslationOrigin.OriginType = DefaultTranslationOrigin.Interactive;
                                                                                                            @@ -797,7 +805,7 @@ 
                                                                                                            Event Type
                                                                                                            - EventHandlerFrameworkDocumentContentChangedEventArgs + System.EventHandler<FrameworkDocumentContentChangedEventArgs> @@ -806,7 +814,8 @@
                                                                                                            R

                                                                                                            This event is typically fired immediately when the content is changed, which can be before the controls have been updated. -

                                                                                                            +

                                                                                                            +

                                                                                                            Disposing

                                                                                                            @@ -828,7 +837,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandler + System.EventHandler @@ -853,7 +862,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerDocumentPropertiesChangedEventArgs + System.EventHandler<DocumentPropertiesChangedEventArgs> @@ -878,7 +887,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerFilePropertiesChangedEventArgs + System.EventHandler<FilePropertiesChangedEventArgs> @@ -903,7 +912,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerParagraphUnitPropertiesChangedEventArgs + System.EventHandler<ParagraphUnitPropertiesChangedEventArgs> @@ -929,14 +938,14 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerSegmentPropertiesChangedEventArgs + System.EventHandler<SegmentPropertiesChangedEventArgs>

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IBookmarkNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IBookmarkNode.html index 84b4600da..3de75e471 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IBookmarkNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IBookmarkNode.html @@ -107,7 +107,7 @@
                                                                                                            Inherited Members
                                                                                                            ITreeNode<IAbstractNode, IAbstractContainerNode>.Root -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -120,13 +120,14 @@
                                                                                                            Remarks

                                                                                                            Bookmarks are typically inserted temporarily in the document during complex edit operations, to easily be able to find a specific location at a later point in -the edit operation without having to track what is going on explicitly.

                                                                                                            +the edit operation without having to track what is going on explicitly.

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeGhostStatusOperation.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeGhostStatusOperation.html index 08ad227d2..0eee3c551 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeGhostStatusOperation.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeGhostStatusOperation.html @@ -95,7 +95,7 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractEditOperation.AcceptVisitor(IEditOperationVisitor) -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeTextOperation.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeTextOperation.html index 17829a6bb..757871e91 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeTextOperation.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeTextOperation.html @@ -95,7 +95,7 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractEditOperation.AcceptVisitor(IEditOperationVisitor) -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableBookmarkNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableBookmarkNode.html index ee437abb4..eace410cf 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableBookmarkNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableBookmarkNode.html @@ -125,7 +125,7 @@
                                                                                                            Inherited Members
                                                                                                            ITreeNode<IChangeableNode, IChangeableContainerNode>.Root -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -133,10 +133,10 @@
                                                                                                            Syntax

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableCommentContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableCommentContainerNode.html index e64d61cd2..3cb2a6a96 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableCommentContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableCommentContainerNode.html @@ -95,13 +95,13 @@
                                                                                                            Inherited Members
                                                                                                            ICommentContainerNode.CommentMarker
                                                                                                            - IEnumerable<IAbstractNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
                                                                                                            - IList<IChangeableNode>.IndexOf(IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.Insert(int, IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.RemoveAt(System.Int32)
                                                                                                            - IList<IChangeableNode>.this[int] + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Item[System.Int32]
                                                                                                            - ICollection<IChangeableNode>.Add(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Clear() + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Clear()
                                                                                                            - ICollection<IChangeableNode>.Contains(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.CopyTo(IChangeableNode[], int) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32)
                                                                                                            - ICollection<IChangeableNode>.Remove(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Count + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Count
                                                                                                            - ICollection<IChangeableNode>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IsReadOnly
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -193,10 +193,10 @@
                                                                                                            Synt

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableContainerNode.html index 5d60e8906..5bc390c4d 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableContainerNode.html @@ -111,43 +111,43 @@
                                                                                                            Inherited Members
                                                                                                            ITreeNode<IChangeableNode, IChangeableContainerNode>.Root
                                                                                                            - IList<IChangeableNode>.IndexOf(IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.Insert(int, IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.RemoveAt(System.Int32)
                                                                                                            - IList<IChangeableNode>.this[int] + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Item[System.Int32]
                                                                                                            - ICollection<IChangeableNode>.Add(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Clear() + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Clear()
                                                                                                            - ICollection<IChangeableNode>.Contains(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.CopyTo(IChangeableNode[], int) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32)
                                                                                                            - ICollection<IChangeableNode>.Remove(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Count + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Count
                                                                                                            - ICollection<IChangeableNode>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IsReadOnly
                                                                                                            - IEnumerable<IChangeableNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IChangeableNode>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -158,7 +158,7 @@

                                                                                                            Methods -

                                                                                                            Find(Predicate<IChangeableNode>, bool)

                                                                                                            +

                                                                                                            Find(Predicate<IChangeableNode>, Boolean)

                                                                                                            Locate the first node that matches the predicate.

                                                                                                            @@ -177,17 +177,17 @@
                                                                                                            Parameters
                                                                                                            - PredicateIChangeableNode + System.Predicate<IChangeableNode> match

                                                                                                            Condition used to evaluate nodes.

                                                                                                            - bool + System.Boolean allSubNodes

                                                                                                            If false only direct child nodes - in the container are searched, if true sub-nodes of any child container - are also searched.

                                                                                                            +in the container are searched, if true sub-nodes of any child container +are also searched.

                                                                                                            @@ -210,7 +210,7 @@
                                                                                                            Returns

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableDocumentContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableDocumentContainerNode.html index 0f69e3d54..e69548300 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableDocumentContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableDocumentContainerNode.html @@ -93,7 +93,7 @@

                                                                                                            Inherited Members
                                                                                                            - IList<IChangeableNode>.IndexOf(IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.Insert(int, IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.RemoveAt(System.Int32)
                                                                                                            - IList<IChangeableNode>.this[int] + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Item[System.Int32]
                                                                                                            - ICollection<IChangeableNode>.Add(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Clear() + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Clear()
                                                                                                            - ICollection<IChangeableNode>.Contains(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.CopyTo(IChangeableNode[], int) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32)
                                                                                                            - ICollection<IChangeableNode>.Remove(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Count + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Count
                                                                                                            - ICollection<IChangeableNode>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IsReadOnly
                                                                                                            - IEnumerable<IChangeableNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IChangeableNode>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -188,10 +188,10 @@
                                                                                                            Syn

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableFileContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableFileContainerNode.html index b014fed14..0ab06c59d 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableFileContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableFileContainerNode.html @@ -92,7 +92,7 @@

                                                                                                            Inherited Members
                                                                                                            - IList<IChangeableNode>.IndexOf(IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.Insert(int, IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.RemoveAt(System.Int32)
                                                                                                            - IList<IChangeableNode>.this[int] + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Item[System.Int32]
                                                                                                            - ICollection<IChangeableNode>.Add(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Clear() + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Clear()
                                                                                                            - ICollection<IChangeableNode>.Contains(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.CopyTo(IChangeableNode[], int) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32)
                                                                                                            - ICollection<IChangeableNode>.Remove(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Count + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Count
                                                                                                            - ICollection<IChangeableNode>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IsReadOnly
                                                                                                            - IEnumerable<IChangeableNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IChangeableNode>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -190,10 +190,10 @@
                                                                                                            Syntax<

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableLocationMarkerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableLocationMarkerNode.html index ee6f1657b..f7a1ddf52 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableLocationMarkerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableLocationMarkerNode.html @@ -131,7 +131,7 @@
                                                                                                            Inherited Members
                                                                                                            IMarkupDataNode.Item -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -139,10 +139,10 @@
                                                                                                            Syntax

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableLockedContentContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableLockedContentContainerNode.html index 14cb9c4d7..996604c8c 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableLockedContentContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableLockedContentContainerNode.html @@ -95,13 +95,13 @@
                                                                                                            Inherited Members
                                                                                                            ILockedContentContainerNode.LockedContent
                                                                                                            - IEnumerable<IAbstractNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
                                                                                                            - IList<IChangeableNode>.IndexOf(IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.Insert(int, IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.RemoveAt(System.Int32)
                                                                                                            - IList<IChangeableNode>.this[int] + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Item[System.Int32]
                                                                                                            - ICollection<IChangeableNode>.Add(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Clear() + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Clear()
                                                                                                            - ICollection<IChangeableNode>.Contains(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.CopyTo(IChangeableNode[], int) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32)
                                                                                                            - ICollection<IChangeableNode>.Remove(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Count + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Count
                                                                                                            - ICollection<IChangeableNode>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IsReadOnly
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableMarkerContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableMarkerContainerNode.html index 2ddab4186..a9189679a 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableMarkerContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableMarkerContainerNode.html @@ -95,13 +95,13 @@
                                                                                                            Inherited Members
                                                                                                            IOtherMarkerContainerNode.Marker
                                                                                                            - IEnumerable<IAbstractNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
                                                                                                            - IList<IChangeableNode>.IndexOf(IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.Insert(int, IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.RemoveAt(System.Int32)
                                                                                                            - IList<IChangeableNode>.this[int] + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Item[System.Int32]
                                                                                                            - ICollection<IChangeableNode>.Add(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Clear() + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Clear()
                                                                                                            - ICollection<IChangeableNode>.Contains(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.CopyTo(IChangeableNode[], int) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32)
                                                                                                            - ICollection<IChangeableNode>.Remove(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Count + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Count
                                                                                                            - ICollection<IChangeableNode>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IsReadOnly
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -193,10 +193,10 @@
                                                                                                            Synta

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableNode.html index c749fce91..f938edfb6 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableNode.html @@ -105,7 +105,7 @@
                                                                                                            Inherited Members
                                                                                                            ITreeNode<IChangeableNode, IChangeableContainerNode>.Root -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -144,14 +144,14 @@
                                                                                                            Parameters
                                                                                                            IChangeableNode insertBefore

                                                                                                            A node in the new container that this node should - be inserted before. If null the node is inserted last in the container.

                                                                                                            +be inserted before. If null the node is inserted last in the container.

                                                                                                            Remarks

                                                                                                            Removes the node from its current container (if any) and inserts - it before the specified item in the new container.

                                                                                                            +it before the specified item in the new container.

                                                                                                            @@ -166,7 +166,7 @@
                                                                                                            Declaration

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableParagraphUnitContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableParagraphUnitContainerNode.html index 2e6976746..98924b79e 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableParagraphUnitContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableParagraphUnitContainerNode.html @@ -104,13 +104,13 @@
                                                                                                            Inherited Members
                                                                                                            IParagraphUnitContainerNode.ContainsTQAs
                                                                                                            - IEnumerable<IAbstractNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
                                                                                                            - IList<IChangeableNode>.IndexOf(IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.Insert(int, IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.RemoveAt(System.Int32)
                                                                                                            - IList<IChangeableNode>.this[int] + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Item[System.Int32]
                                                                                                            - ICollection<IChangeableNode>.Add(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Clear() + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Clear()
                                                                                                            - ICollection<IChangeableNode>.Contains(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.CopyTo(IChangeableNode[], int) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32)
                                                                                                            - ICollection<IChangeableNode>.Remove(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Count + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Count
                                                                                                            - ICollection<IChangeableNode>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IsReadOnly
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeablePlaceholderTagNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeablePlaceholderTagNode.html index ff573e0e1..e55cceeb1 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeablePlaceholderTagNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeablePlaceholderTagNode.html @@ -131,7 +131,7 @@
                                                                                                            Inherited Members
                                                                                                            ITreeNode<IChangeableNode, IChangeableContainerNode>.Root -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -139,10 +139,10 @@
                                                                                                            Syntax

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableRevisionMarkerContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableRevisionMarkerContainerNode.html index 7e54ae5bd..88a780093 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableRevisionMarkerContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableRevisionMarkerContainerNode.html @@ -95,13 +95,13 @@
                                                                                                            Inherited Members
                                                                                                            IRevisionMarkerContainerNode.RevisionMarker
                                                                                                            - IEnumerable<IAbstractNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
                                                                                                            - IList<IChangeableNode>.IndexOf(IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.Insert(int, IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.RemoveAt(System.Int32)
                                                                                                            - IList<IChangeableNode>.this[int] + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Item[System.Int32]
                                                                                                            - ICollection<IChangeableNode>.Add(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Clear() + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Clear()
                                                                                                            - ICollection<IChangeableNode>.Contains(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.CopyTo(IChangeableNode[], int) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32)
                                                                                                            - ICollection<IChangeableNode>.Remove(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Count + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Count
                                                                                                            - ICollection<IChangeableNode>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IsReadOnly
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableSegmentContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableSegmentContainerNode.html index 5836dec12..12127eeb1 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableSegmentContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableSegmentContainerNode.html @@ -98,13 +98,13 @@
                                                                                                            Inherited Members
                                                                                                            ISegmentContainerNode.IsReadOnly
                                                                                                            - IEnumerable<IAbstractNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
                                                                                                            - IList<IChangeableNode>.IndexOf(IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.Insert(int, IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.RemoveAt(System.Int32)
                                                                                                            - IList<IChangeableNode>.this[int] + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Item[System.Int32]
                                                                                                            - ICollection<IChangeableNode>.Add(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Clear() + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Clear()
                                                                                                            - ICollection<IChangeableNode>.Contains(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.CopyTo(IChangeableNode[], int) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32)
                                                                                                            - ICollection<IChangeableNode>.Remove(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Count + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Count
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -193,10 +193,10 @@
                                                                                                            Synt

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableStartEndNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableStartEndNode.html index cb98b220c..0a5f44507 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableStartEndNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableStartEndNode.html @@ -131,7 +131,7 @@
                                                                                                            Inherited Members
                                                                                                            ITreeNode<IAbstractNode, IAbstractContainerNode>.Root -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableTagPairContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableTagPairContainerNode.html index 0fc3926a7..e73169db5 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableTagPairContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableTagPairContainerNode.html @@ -95,13 +95,13 @@
                                                                                                            Inherited Members
                                                                                                            ITagPairContainerNode.TagPair
                                                                                                            - IEnumerable<IAbstractNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
                                                                                                            - IList<IChangeableNode>.IndexOf(IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.Insert(int, IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.RemoveAt(System.Int32)
                                                                                                            - IList<IChangeableNode>.this[int] + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Item[System.Int32]
                                                                                                            - ICollection<IChangeableNode>.Add(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Clear() + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Clear()
                                                                                                            - ICollection<IChangeableNode>.Contains(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.CopyTo(IChangeableNode[], int) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32)
                                                                                                            - ICollection<IChangeableNode>.Remove(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Count + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Count
                                                                                                            - ICollection<IChangeableNode>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IsReadOnly
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -193,10 +193,10 @@
                                                                                                            Synt

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableTextNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableTextNode.html index 3cef28c97..961980d9a 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableTextNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IChangeableTextNode.html @@ -131,7 +131,7 @@
                                                                                                            Inherited Members
                                                                                                            ITreeNode<IAbstractNode, IAbstractContainerNode>.Root -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -139,10 +139,10 @@
                                                                                                            Syntax

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ICollectiveUndoCommand.html b/api/integration/Sdl.DesktopEditor.EditorApi.ICollectiveUndoCommand.html index 379c974ac..3018d2d5f 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ICollectiveUndoCommand.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ICollectiveUndoCommand.html @@ -102,7 +102,7 @@
                                                                                                            Inherited Members
                                                                                                            IUndoCommand.IsSource -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -114,7 +114,7 @@

                                                                                                            Methods

                                                                                                            Do()

                                                                                                            -

                                                                                                            Executes the command. This will be called by the undo buffer's +

                                                                                                            Executes the command. This will be called by the undo buffer's commander as required and should not usually be called externally.

                                                                                                            @@ -126,7 +126,7 @@
                                                                                                            Declaration

                                                                                                            Redo()

                                                                                                            -

                                                                                                            Performs a redo of the command. This will be called by the undo buffer's commander +

                                                                                                            Performs a redo of the command. This will be called by the undo buffer's commander as required and should not usually be called externally.

                                                                                                            @@ -139,7 +139,7 @@
                                                                                                            Declaration

                                                                                                            Undo()

                                                                                                            Reverses the execution of the command and restores all affected components -to their original state. This will be called by the undo buffer's commander +to their original state. This will be called by the undo buffer's commander as required and should not usually be called externally.

                                                                                                            @@ -149,7 +149,7 @@
                                                                                                            Declaration

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ICommentContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.ICommentContainerNode.html index 0983dad81..f5f17b9a3 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ICommentContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ICommentContainerNode.html @@ -92,13 +92,13 @@

                                                                                                            Inherited Members
                                                                                                            - IEnumerable<IAbstractNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IContentSelection.html b/api/integration/Sdl.DesktopEditor.EditorApi.IContentSelection.html index 6b740d731..facecd052 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IContentSelection.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IContentSelection.html @@ -110,8 +110,8 @@

                                                                                                            Move(Move, bool) and -MoveTo(Position, bool). +The selection can be explicitly moved through the methods Move(Move, Boolean) and +MoveTo(Position, Boolean).

                                                                                                            The selection is never null but may not always be valid. Use IsValid to test whether @@ -119,7 +119,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -237,12 +237,13 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            This is the non-active end of the selection, i.e. the end that does not move when selecting -text using arrow keys or the mouse (or the Move(Move, bool) or -MoveTo(Position, bool) methods).

                                                                                                            +text using arrow keys or the mouse (or the Move(Move, Boolean) or +MoveTo(Position, Boolean) methods).

                                                                                                            The From position may appear before the Upto position if the selection is reversed.

                                                                                                            Assigning to this property moves the selection. If the selection is not visible it is also scrolled into view. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -274,7 +275,8 @@
                                                                                                            Remarks

                                                                                                            This property can also be used to gain access to the ISegmentContainerNode and the IParagraphUnitContainerNode at the from end of selection. -

                                                                                                            +

                                                                                                            + @@ -297,7 +299,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -329,7 +331,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -362,7 +364,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -395,11 +397,12 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            This is the part of the selection that moves when selecting text using arrow keys or the mouse -(or the Move(Move, bool) or MoveTo(Position, bool) methods).

                                                                                                            +(or the Move(Move, Boolean) or MoveTo(Position, Boolean) methods).

                                                                                                            The Upto position may appear after the From position if the selection is reversed.

                                                                                                            Assigning to this property moves the selection. If the selection is not visible it is also scrolled into view. -

                                                                                                            +

                                                                                                            + @@ -431,7 +434,8 @@
                                                                                                            Remarks

                                                                                                            This property can also be used to gain access to the ISegmentContainerNode and the IParagraphUnitContainerNode at the upto end of selection. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -505,7 +509,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if the position is considered to be inside the selection.

                                                                                                            @@ -517,11 +521,12 @@
                                                                                                            -

                                                                                                            Move(Move, bool)

                                                                                                            +

                                                                                                            Move(Move, Boolean)

                                                                                                            Move the selection relative to its current location.

                                                                                                            @@ -546,10 +551,10 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean extendSelection

                                                                                                            If true only the active end (Upto) - is moved. If false both From and Upto are moved.

                                                                                                            +is moved. If false both From and Upto are moved.

                                                                                                            @@ -564,7 +569,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if the selection was moved as a result of the operation. (For example moving to the start of the line when the selection is already at the start of the line will not change the selection.)

                                                                                                            @@ -575,7 +580,8 @@
                                                                                                            Returns
                                                                                                            Remarks

                                                                                                            If the selection is not visible it is automatically scrolled into view. -

                                                                                                            +

                                                                                                            + @@ -615,7 +621,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if the selection was moved as a result of this operation.

                                                                                                            @@ -624,11 +630,12 @@
                                                                                                            Returns
                                                                                                            Remarks

                                                                                                            If the selection is not visible it is automatically scrolled into view. -

                                                                                                            +

                                                                                                            + -

                                                                                                            MoveTo(Position, bool)

                                                                                                            +

                                                                                                            MoveTo(Position, Boolean)

                                                                                                            Move the selection to a specific location.

                                                                                                            @@ -653,10 +660,10 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean extendSelection

                                                                                                            If true only the active end (Upto) - is moved. If false both From and Upto are moved.

                                                                                                            +is moved. If false both From and Upto are moved.

                                                                                                            @@ -671,7 +678,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if the selection was moved as a result of the operation.

                                                                                                            @@ -680,7 +687,8 @@
                                                                                                            Returns
                                                                                                            Remarks

                                                                                                            If the selection is not visible it is automatically scrolled into view. -

                                                                                                            +

                                                                                                            + @@ -742,10 +750,11 @@
                                                                                                            Re If the entire selection cannot be scrolled into view the Upto end of the selection should at least be scrolled in, with as much of the rest of the selection visible as possible. -

                                                                                                            +

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IControl.html b/api/integration/Sdl.DesktopEditor.EditorApi.IControl.html index edee91e21..c6db1edec 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IControl.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IControl.html @@ -92,10 +92,10 @@

                                                                                                            Inherited Members
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ICustomColumn.html b/api/integration/Sdl.DesktopEditor.EditorApi.ICustomColumn.html index 9208d0e25..c3629a8eb 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ICustomColumn.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ICustomColumn.html @@ -89,7 +89,7 @@

                                                                                                            Base interface implemented by custom columns that can appear to the left and right of an edit control.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -119,7 +119,8 @@
                                                                                                            Remarks

                                                                                                            DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) is called when a cell needs to be displayed. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -175,7 +176,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -202,7 +203,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -211,7 +212,8 @@
                                                                                                            Remarks

                                                                                                            If the column width changes, all the cell heights will need to be re-calculated. The edit control will call CalculateCellContentHeight(Graphics, IRowInfo) to calculate the height of each row. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -249,7 +251,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g

                                                                                                            The graphics context to use for drawing column content for this cell.

                                                                                                            @@ -272,7 +274,7 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32

                                                                                                            The height in pixels required to display the full content of the cell.

                                                                                                            @@ -300,7 +302,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g

                                                                                                            The graphics context to use for drawing column content for this cell.

                                                                                                            @@ -312,31 +314,31 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds

                                                                                                            The rectangle in which to draw the cell content.

                                                                                                            - Pen + System.Drawing.Pen leftBorderPen

                                                                                                            The pen to use if a border on the left should be drawn. May be null.

                                                                                                            - Pen + System.Drawing.Pen rightBorderPen

                                                                                                            The pen to use if a border on the right should be drawn. May be null.

                                                                                                            - Pen + System.Drawing.Pen topBorderPen

                                                                                                            The pen to use if a border on the top should be drawn. May be null.

                                                                                                            - Pen + System.Drawing.Pen bottomBorderPen

                                                                                                            The pen to use if a border on the bottom should be drawn. May be null.

                                                                                                            @@ -350,7 +352,8 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -390,7 +393,7 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32

                                                                                                            The most suitable width of the column.

                                                                                                            @@ -398,14 +401,14 @@
                                                                                                            Returns
                                                                                                            Remarks

                                                                                                            There is no guarantee this width will be used, but it will likely be used - if sufficient space is available.

                                                                                                            +if sufficient space is available.

                                                                                                            PrepareRegisterRows()

                                                                                                            Called from the Editor before RegisterRows are called. Unfortunately RegisterRow is called for all rows when -a change occurs in structure, even the row was already 'registered'.

                                                                                                            +a change occurs in structure, even the row was already 'registered'.

                                                                                                            Declaration
                                                                                                            @@ -446,7 +449,7 @@
                                                                                                            Parameters

                                                                                                            SetRowSizeAccessor(RowSizeAccessor)

                                                                                                            -

                                                                                                            Allows the Editor to pass in a row size delegate which can be used to get the current Rectangle +

                                                                                                            Allows the Editor to pass in a row size delegate which can be used to get the current System.Drawing.Rectangle of any row in the Editor.

                                                                                                            @@ -474,7 +477,7 @@
                                                                                                            Parameters

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IDeleteNodeOperation.html b/api/integration/Sdl.DesktopEditor.EditorApi.IDeleteNodeOperation.html index 42e350640..8f59488c1 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IDeleteNodeOperation.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IDeleteNodeOperation.html @@ -95,7 +95,7 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractEditOperation.AcceptVisitor(IEditOperationVisitor) -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -124,7 +124,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -183,7 +183,7 @@
                                                                                                            Property Value

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IDocument.html b/api/integration/Sdl.DesktopEditor.EditorApi.IDocument.html index 05461c148..09e4fa712 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IDocument.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IDocument.html @@ -92,10 +92,10 @@

                                                                                                            Inherited Members
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -105,7 +105,8 @@
                                                                                                            Remarks<

                                                                                                            The document content is typically manipulated through the Selection. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -144,7 +145,8 @@
                                                                                                            Remarks

                                                                                                            API clients set the active range before executing methods on the document. The range is also updated by methods that modify document content. -

                                                                                                            +

                                                                                                            + @@ -167,7 +169,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -183,9 +185,10 @@
                                                                                                            Remarks
                                                                                                            the document may need to be saved again at a later point.

                                                                                                            -Since the editor does not provide Open/Save operations it is the API client's responsibility +Since the editor does not provide Open/Save operations it is the API client's responsibility to reset this flag after such operations. -

                                                                                                            +

                                                                                                            + @@ -240,9 +243,9 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            Note: There is no need to go through the undo buffer to invoke - the 'Undo' and 'Redo' commands for the editor. If the edit control is available it is - preferable to call Undo() and Redo() - directly as this will allow the control to update user selection and caret positioning.

                                                                                                            +the 'Undo' and 'Redo' commands for the editor. If the edit control is available it is +preferable to call Undo() and Redo() +directly as this will allow the control to update user selection and caret positioning.

                                                                                                            Methods

                                                                                                            @@ -276,7 +279,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CopyAsText(bool)

                                                                                                            +

                                                                                                            CopyAsText(Boolean)

                                                                                                            Get the plain text content of the active range, as suited for Windows clipboard operations.

                                                                                                            If writeSegmentsAsLineBreaks is true we will write a line break for every segment.

                                                                                                            @@ -296,7 +299,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean writeSegmentsAsLineBreaks @@ -312,7 +315,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String @@ -333,7 +336,8 @@
                                                                                                            Remarks
                                                                                                            After delete the ActiveRange spans the location of the deleted content.

                                                                                                            Note that the range is not necessarily empty after this operation. -For example, it may contain ghost tags.

                                                                                                            +For example, it may contain ghost tags.

                                                                                                            + @@ -389,7 +393,7 @@
                                                                                                            Parameters
                                                                                                            IContentSelection selection

                                                                                                            The selection corresponding to the range to move to. - This must be from an edit control using the same document.

                                                                                                            +This must be from an edit control using the same document.

                                                                                                            @@ -426,7 +430,8 @@
                                                                                                            Parameters
                                                                                                            Remarks

                                                                                                            After execution the ActiveRange spans the inserted content. -

                                                                                                            +

                                                                                                            +

                                                                                                            Events

                                                                                                            @@ -451,7 +456,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerEditOperationAbortedEventArgs + System.EventHandler<EditOperationAbortedEventArgs> @@ -476,7 +481,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerDocumentContentChangedEventArgs + System.EventHandler<DocumentContentChangedEventArgs> @@ -485,7 +490,8 @@
                                                                                                            Remarks

                                                                                                            This event is typcially fired immediately when the content is changed, which can be before the controls displaying the content have been updated. -

                                                                                                            +

                                                                                                            +

                                                                                                            EditOperationCompleting

                                                                                                            @@ -509,7 +515,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerEditOperationCompletingEventArgs + System.EventHandler<EditOperationCompletingEventArgs> @@ -527,13 +533,14 @@
                                                                                                            R will be what System.Exception.ToString() returns, which cannot be considered user friendly.

                                                                                                            -Important: Do not call AbortCompositeOperation(string) from this event handler. +Important: Do not call AbortCompositeOperation(String) from this event handler. That could yield unpredictable results since the operation is completing as a result of a call to EndCompositeOperation() (or a similar internal mechanism inside -the edit control implementation) and the number of calls to BeginCompositeOperation(string) +the edit control implementation) and the number of calls to BeginCompositeOperation(String) must always match the number of calls to EndCompositeOperation() plus -the number of calls to AbortCompositeOperation(string). -

                                                                                                            +the number of calls to AbortCompositeOperation(String). +

                                                                                                            +

                                                                                                            EditOperationStarting

                                                                                                            @@ -558,7 +565,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerEditOperationCompletingEventArgs + System.EventHandler<EditOperationCompletingEventArgs> @@ -576,16 +583,17 @@
                                                                                                            Rem will be what System.Exception.ToString() returns, which cannot be considered user friendly.

                                                                                                            -Important: Do not call AbortCompositeOperation(string) from this event handler. +Important: Do not call AbortCompositeOperation(String) from this event handler. That could yield unpredictable results since the operation is completing as a result of a call to EndCompositeOperation() (or a similar internal mechanism inside -the edit control implementation) and the number of calls to BeginCompositeOperation(string) +the edit control implementation) and the number of calls to BeginCompositeOperation(String) must always match the number of calls to EndCompositeOperation() plus -the number of calls to AbortCompositeOperation(string). -

                                                                                                            +the number of calls to AbortCompositeOperation(String). +

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IDocumentContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IDocumentContainerNode.html index 47696c932..4f5688b1a 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IDocumentContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IDocumentContainerNode.html @@ -92,13 +92,13 @@

                                                                                                            Inherited Members
                                                                                                            - IEnumerable<IAbstractNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -133,10 +133,10 @@
                                                                                                            Syntax

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IDocumentFragment.html b/api/integration/Sdl.DesktopEditor.EditorApi.IDocumentFragment.html index 81b4e8ca9..8fda7a6e7 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IDocumentFragment.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IDocumentFragment.html @@ -93,7 +93,7 @@

                                                                                                            Inherited Members
                                                                                                            - IList<IChangeableNode>.IndexOf(IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.Insert(int, IChangeableNode) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - IList<IChangeableNode>.RemoveAt(int) + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.RemoveAt(System.Int32)
                                                                                                            - IList<IChangeableNode>.this[int] + System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Item[System.Int32]
                                                                                                            - ICollection<IChangeableNode>.Add(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Clear() + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Clear()
                                                                                                            - ICollection<IChangeableNode>.Contains(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.CopyTo(IChangeableNode[], int) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32)
                                                                                                            - ICollection<IChangeableNode>.Remove(IChangeableNode) + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode)
                                                                                                            - ICollection<IChangeableNode>.Count + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Count
                                                                                                            - ICollection<IChangeableNode>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IsReadOnly
                                                                                                            - IEnumerable<IChangeableNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IChangeableNode>.GetEnumerator()
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -176,7 +176,8 @@
                                                                                                            Remarks
                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -184,7 +185,7 @@

                                                                                                            Properties

                                                                                                            DocProperties

                                                                                                            If a fragment represents a part of a document this property stores the -document's properties. This may be used for validating operations like 'Paste' where +document's properties. This may be used for validating operations like 'Paste' where it is important to know whether the document fragment received belongs to the same document.

                                                                                                            @@ -212,7 +213,7 @@
                                                                                                            Property Value

                                                                                                            FileProperties

                                                                                                            If a fragment represents a part of an XLIFF document this property stores the -file properties of the fragment. This may be used for validating operations like 'Paste' where +file properties of the fragment. This may be used for validating operations like 'Paste' where it is important to know whether the document fragment received belongs to the same document.

                                                                                                            This assumes that a document fragment does not span content from multiple native files.

                                                                                                            @@ -264,7 +265,7 @@
                                                                                                            Property Value

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html b/api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html index 11980b844..75fdf92a3 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html @@ -96,10 +96,10 @@
                                                                                                            Inherited Members
                                                                                                            IControl.Control
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -129,7 +129,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -165,7 +165,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -179,7 +179,8 @@
                                                                                                            Remarks
                                                                                                            Note that disabling this will not totally prevent users from inserting tab spaces in the edit control, as the could e.g. copy and paste one. -

                                                                                                            +

                                                                                                            + @@ -214,7 +215,8 @@
                                                                                                            Remarks

                                                                                                            The active row can also be changed by setting the Active property explicitly on one of the rows in the edit control. -

                                                                                                            +

                                                                                                            + @@ -237,7 +239,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -264,7 +266,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -283,7 +285,8 @@
                                                                                                            Remarks
                                                                                                            Another user for this setting is to avoid updating controls that are not in view.

                                                                                                            Setting this from false to true will cause the control to update itself to reflect all changes to the document since this setting was set to false.

                                                                                                            -

                                                                                                            You can also explicitly force the control to update itself by calling Redraw().

                                                                                                            +

                                                                                                            You can also explicitly force the control to update itself by calling Redraw().

                                                                                                            + @@ -305,7 +308,7 @@
                                                                                                            Property Value
                                                                                                            - ICustomColumn + ICustomColumn[] @@ -331,7 +334,7 @@
                                                                                                            Property Value
                                                                                                            - ICustomColumn + ICustomColumn[] @@ -357,7 +360,7 @@
                                                                                                            Property Value
                                                                                                            - long + System.Int64 @@ -366,7 +369,8 @@
                                                                                                            Remarks<

                                                                                                            This can be used to determine scrollbar size/scale or to re-size the control to fit its content. -

                                                                                                            +

                                                                                                            + @@ -422,7 +426,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -430,7 +434,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            This setting is off by default. -

                                                                                                            +

                                                                                                            + @@ -453,7 +458,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -479,7 +484,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -487,7 +492,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            The actual color for a highlighted row also depends on whether the row is shaded. -

                                                                                                            +

                                                                                                            + @@ -509,7 +515,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableIRowInfo + System.Collections.Generic.IEnumerable<IRowInfo> @@ -536,7 +542,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -545,7 +551,8 @@

                                                                                                            When a different document is assigned to the control this property may be false until the control has been updated to reflect the new content. -

                                                                                                            +

                                                                                                            + @@ -568,7 +575,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -594,7 +601,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -620,7 +627,7 @@
                                                                                                            Property Value
                                                                                                            - IListIRowInfo + System.Collections.Generic.IList<IRowInfo> @@ -629,7 +636,8 @@
                                                                                                            Remarks

                                                                                                            Only rows that return true for IsVisible() will be displayed in the edit control. You can use the VisibleRows iterator to directly access them. -

                                                                                                            +

                                                                                                            + @@ -651,7 +659,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -659,7 +667,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            The actual color for a selected row also depends on whether the row is shaded. -

                                                                                                            +

                                                                                                            + @@ -681,7 +690,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableIRowInfo + System.Collections.Generic.IEnumerable<IRowInfo> @@ -695,7 +704,8 @@
                                                                                                            Remarks +

                                                                                                            + @@ -745,7 +755,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -753,7 +763,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            This setting is off by default. -

                                                                                                            +

                                                                                                            + @@ -775,7 +786,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -812,14 +823,15 @@
                                                                                                            Remarks

                                                                                                            -If this property is null the control's built-in tag rendering +If this property is null the control's built-in tag rendering will be used. This will produce tags that look similar to tags in TagEditor. -

                                                                                                            +

                                                                                                            +

                                                                                                            TextMarks

                                                                                                            -

                                                                                                            All text marks in the control.

                                                                                                            +

                                                                                                            All text marks in the control.

                                                                                                            Declaration
                                                                                                            @@ -836,7 +848,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableITextMark + System.Collections.Generic.IEnumerable<ITextMark> @@ -845,7 +857,8 @@
                                                                                                            Remarks

                                                                                                            This is a read-only property.

                                                                                                            Use AddTextMark(ContentRange, TextMarkLayer, ITextMarkPainter), RemoveTextMark(ITextMark), ClearTextMarks(), or NotifyTextMarkChanged(ITextMark) to change the text marks -used in the control.

                                                                                                            +used in the control.

                                                                                                            +
                                                                                                            @@ -867,7 +880,7 @@
                                                                                                            Property Value
                                                                                                            - long + System.Int64 @@ -880,12 +893,13 @@
                                                                                                            ScrollToRow(long, long) passing in values from these properties. +ScrollToRow(Int64, Int64) passing in values from these properties.

                                                                                                            The event PersistentScrollInfoChanged is fired when this value changes. -

                                                                                                            +

                                                                                                            + @@ -908,7 +922,7 @@
                                                                                                            Property Value
                                                                                                            - long + System.Int64 @@ -921,12 +935,13 @@
                                                                                                            ScrollToRow(long, long) passing in values from these properties. +ScrollToRow(Int64, Int64) passing in values from these properties.

                                                                                                            The event PersistentScrollInfoChanged is fired when this value changes. -

                                                                                                            +

                                                                                                            + @@ -949,7 +964,7 @@
                                                                                                            Property Value
                                                                                                            - long + System.Int64 @@ -973,7 +988,8 @@
                                                                                                            R

                                                                                                            The TopmostVisibleRowNumber and TopmostVisibleRowScrollOffset properties returns scroll position information that does not change when the layout changes. -

                                                                                                            +

                                                                                                            + @@ -997,7 +1013,7 @@
                                                                                                            Property Value
                                                                                                            - IEnumerableIRowInfo + System.Collections.Generic.IEnumerable<IRowInfo> @@ -1054,7 +1070,8 @@
                                                                                                            Returns
                                                                                                            ITextMark

                                                                                                            A reference to the added text mark. -

                                                                                                            - If you need to change properties for a mark you should explicitly call NotifyTextMarkChanged(ITextMark) - to ensure that the updated mark properties are reflected in the control. -

                                                                                                            +

                                                                                                            +If you need to change properties for a mark you should explicitly call NotifyTextMarkChanged(ITextMark) +to ensure that the updated mark properties are reflected in the control. +

                                                                                                            @@ -1133,7 +1150,8 @@
                                                                                                            AutoUpdate property to false while the marks are being added in order to avoid updating the control for each mark. -

                                                                                                            +

                                                                                                            + @@ -1205,7 +1223,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            whether selection can be copied to clipboard

                                                                                                            @@ -1232,7 +1250,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            whether selection can be cut and copied to clipboard

                                                                                                            @@ -1259,7 +1277,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            whether clipboard contents can be pasted to document

                                                                                                            @@ -1280,7 +1298,8 @@
                                                                                                            Declaration
                                                                                                            Remarks

                                                                                                            If there is currently no row in focus then start position is the row containing the cursor. -

                                                                                                            +

                                                                                                            + @@ -1393,7 +1412,8 @@
                                                                                                            Remarks< The normal way to modify the content of the editor through the API is to move the selection, call this method to get a document fragment that can be changed and then pass the changed document fragment to ReplaceSelection(IDocumentFragment). -

                                                                                                            +

                                                                                                            +
                                                                                                            See Also
                                                                                                            @@ -1413,7 +1433,8 @@

                                                                                                            May throw Sdl.DesktopEditor.EditorApi.EditExeption if the selection cannot be copied (e.g. if it contains non-framework nodes or non-cloneable nodes such as Paragraph Units or Files). -

                                                                                                            +

                                                                                                            + @@ -1466,7 +1487,8 @@
                                                                                                            @@ -1492,7 +1514,8 @@
                                                                                                            Declaration
                                                                                                            Remarks

                                                                                                            Throws an EditException if the selected content cannot be deleted. -

                                                                                                            +

                                                                                                            + @@ -1564,7 +1587,8 @@
                                                                                                            Declaration
                                                                                                            Remarks

                                                                                                            If there is currently no row in focus then start position is the row containing the cursor. -

                                                                                                            +

                                                                                                            + @@ -1579,7 +1603,8 @@
                                                                                                            Declaration
                                                                                                            Remarks

                                                                                                            If there is currently no row in focus then start position is the row containing the cursor. -

                                                                                                            +

                                                                                                            + @@ -1619,10 +1644,10 @@
                                                                                                            Returns
                                                                                                            - Rectangle + System.Drawing.Rectangle

                                                                                                            A rectangle where the top left corner is the location in the control - closest to the specified position, in client coordinates. The Width of the rectangle - is 0 and the Height corresponds to the height of the line.

                                                                                                            +closest to the specified position, in client coordinates. The Width of the rectangle +is 0 and the Height corresponds to the height of the line.

                                                                                                            @@ -1648,7 +1673,8 @@
                                                                                                            @@ -1671,10 +1697,10 @@
                                                                                                            Parameters
                                                                                                            - Point + System.Drawing.Point location

                                                                                                            A point relative to the top left corner of the control (i.e. - in client coordinates.)

                                                                                                            +in client coordinates.)

                                                                                                            @@ -1703,7 +1729,8 @@
                                                                                                            @@ -1746,7 +1773,7 @@
                                                                                                            Returns
                                                                                                            Position -

                                                                                                            A position that can safely be used in MoveTo(Position, bool) and similar operations.

                                                                                                            +

                                                                                                            A position that can safely be used in MoveTo(Position, Boolean) and similar operations.

                                                                                                            @@ -1764,7 +1791,8 @@
                                                                                                            @@ -1804,7 +1832,7 @@
                                                                                                            Returns
                                                                                                            - IEnumerableIRowInfo + System.Collections.Generic.IEnumerable<IRowInfo>

                                                                                                            The rows located within the range provided.

                                                                                                            @@ -1831,7 +1859,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if rows have been selected.

                                                                                                            @@ -1840,7 +1868,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            IsRowVisible(int)

                                                                                                            +

                                                                                                            IsRowVisible(Int32)

                                                                                                            Checks whether the row matching the provided row number will be visible in the editor, that is, whether the user will actually see this row on screen. This takes into account whether the row has been manually hidden using folding, whether it has any content and whether that content is valid to display.

                                                                                                            @@ -1861,7 +1889,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 rowNumber

                                                                                                            The row number of the row to check.

                                                                                                            @@ -1878,10 +1906,8 @@
                                                                                                            Returns
                                                                                                            - bool -
                                                                                                            -  true
                                                                                                            -
                                                                                                            if the row will be displayed on screen. + System.Boolean +
                                                                                                            true
                                                                                                            if the row will be displayed on screen. @@ -1924,7 +1950,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if the position can be treated as the start of a word.

                                                                                                            @@ -1992,7 +2018,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if anything was changed.

                                                                                                            @@ -2001,7 +2027,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            RedoMultiple(long)

                                                                                                            +

                                                                                                            RedoMultiple(Int64)

                                                                                                            Redo a number of operations in one go. The selection will be moved to the location of the last of the redo operations.

                                                                                                            @@ -2020,7 +2046,7 @@
                                                                                                            Parameters
                                                                                                            - long + System.Int64 count

                                                                                                            If this value is higher than the number of available redo operations, all of them are performed.

                                                                                                            @@ -2037,7 +2063,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if anything was changed.

                                                                                                            @@ -2060,7 +2086,8 @@
                                                                                                            Remarks

                                                                                                            Call this method to update the control if the document content has changed as the result of external API operations, e.g. after loading a document from a file. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -2076,7 +2103,8 @@
                                                                                                            Remarks

                                                                                                            This is a less expensive command than Redraw() and should be used if the content of a cell has changed but the layout has not. -

                                                                                                            +

                                                                                                            + @@ -2131,7 +2159,7 @@
                                                                                                            Parameters
                                                                                                            ITextMark mark

                                                                                                            The mark to be removed. If the mark is not part of this control - this call has no effect.

                                                                                                            +this call has no effect.

                                                                                                            @@ -2161,14 +2189,14 @@
                                                                                                            Parameters
                                                                                                            IDocumentFragment newContent

                                                                                                            The new document content to be inserted. If this is null - or empty this method will just delete any currently selected content.

                                                                                                            +or empty this method will just delete any currently selected content.

                                                                                                            Remarks

                                                                                                            If the current selection cannot be replaced with the document content - an EditException is thown.

                                                                                                            +an EditException is thown.

                                                                                                            See Also
                                                                                                            @@ -2207,7 +2235,8 @@
                                                                                                            Parameters
                                                                                                            Remarks

                                                                                                            If the row is already visible no action is taken. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -2241,7 +2270,8 @@
                                                                                                            Parameters
                                                                                                            Remarks

                                                                                                            If the the position is already visible no action is taken. -

                                                                                                            +

                                                                                                            + @@ -2274,7 +2304,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            ScrollToRow(long, long)

                                                                                                            +

                                                                                                            ScrollToRow(Int64, Int64)

                                                                                                            Scroll the control so that the specified vertical offset of the specified row number appears at the very top of the control window.

                                                                                                            @@ -2294,13 +2324,13 @@
                                                                                                            Parameters
                                                                                                            - long + System.Int64 topRowNumber

                                                                                                            The row to scroll to the top of the control window.

                                                                                                            - long + System.Int64 offset

                                                                                                            The offset within the row to scroll to the top of the control window.

                                                                                                            @@ -2340,7 +2370,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            SelectRow(IRowInfo, bool, bool)

                                                                                                            +

                                                                                                            SelectRow(IRowInfo, Boolean, Boolean)

                                                                                                            Selects the row in the edit control. This will typically be highlighted in some way and used for multiple row or segment operations.

                                                                                                            @@ -2366,13 +2396,13 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean isRangeOperation

                                                                                                            True when user performs a multiple selection.

                                                                                                            - bool + System.Boolean isLastInRange

                                                                                                            True when user performs a multiple selection and row is the last selected one.

                                                                                                            @@ -2419,7 +2449,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            SetRowsHighlighted(IList<int>, bool)

                                                                                                            +

                                                                                                            SetRowsHighlighted(IList<Int32>, Boolean)

                                                                                                            Sets the highlighted status of the rows in the list according to the highlight parameter.

                                                                                                            @@ -2438,13 +2468,13 @@
                                                                                                            Parameters
                                                                                                            - IListint + System.Collections.Generic.IList<System.Int32> rowNumbers

                                                                                                            The rows to highlight.

                                                                                                            - bool + System.Boolean highlight

                                                                                                            true if the rows should be highlighted, false if the normal background color should be restored.

                                                                                                            @@ -2474,10 +2504,10 @@
                                                                                                            Parameters
                                                                                                            - PredicateIRowInfo + System.Predicate<IRowInfo> rowDelegate

                                                                                                            The delegate that evaluates the row and determines whether - or not it should be visible or hidden.

                                                                                                            +or not it should be visible or hidden.

                                                                                                            @@ -2503,7 +2533,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if anything was changed.

                                                                                                            @@ -2512,7 +2542,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            UndoMultiple(long)

                                                                                                            +

                                                                                                            UndoMultiple(Int64)

                                                                                                            Undo a number of operations in one go. The selection will be moved to the location of the last of the undo operations.

                                                                                                            @@ -2531,7 +2561,7 @@
                                                                                                            Parameters
                                                                                                            - long + System.Int64 count

                                                                                                            If this value is higher than the number of available undo operations, all of them are performed.

                                                                                                            @@ -2548,7 +2578,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if anything was changed.

                                                                                                            @@ -2576,7 +2606,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerActiveRowChangedEventArgs + System.EventHandler<ActiveRowChangedEventArgs> @@ -2603,7 +2633,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerAfterInitialUpdateEventArgs + System.EventHandler<AfterInitialUpdateEventArgs> @@ -2629,7 +2659,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerRowsChangedEventArgs + System.EventHandler<RowsChangedEventArgs> @@ -2654,7 +2684,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerEditControlEventArgs + System.EventHandler<EditControlEventArgs> @@ -2679,7 +2709,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerContentHeightChangedEventArgs + System.EventHandler<ContentHeightChangedEventArgs> @@ -2704,7 +2734,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerEditControlEventArgs + System.EventHandler<EditControlEventArgs> @@ -2730,7 +2760,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerRowChangedEventArgs + System.EventHandler<RowChangedEventArgs> @@ -2739,7 +2769,7 @@
                                                                                                            Event Type

                                                                                                            HighlightedRowsChanged

                                                                                                            Raised when the set of highlighted rows in the edit control has changed as a result -of SetRowsHighlighted(IList<int>, bool) being called. To catch individual row changes, +of SetRowsHighlighted(IList<Int32>, Boolean) being called. To catch individual row changes, use HighlightedRowChanged.

                                                                                                            @@ -2757,7 +2787,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerRowsChangedEventArgs + System.EventHandler<RowsChangedEventArgs> @@ -2782,7 +2812,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerEventArgs + System.EventHandler<System.EventArgs> @@ -2807,7 +2837,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerEventArgs + System.EventHandler<System.EventArgs> @@ -2832,7 +2862,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerEventArgs + System.EventHandler<System.EventArgs> @@ -2858,7 +2888,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerMouseEnteringNodeEventArgs + System.EventHandler<MouseEnteringNodeEventArgs> @@ -2871,7 +2901,8 @@
                                                                                                            Rema

                                                                                                            These events can be used when showing tooltips or implementing "hot" highlighting of nodes in the edit control. -

                                                                                                            +

                                                                                                            +

                                                                                                            MouseEnteringTextMarks

                                                                                                            @@ -2893,7 +2924,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerMouseOverTextMarksChangedEventArgs + System.EventHandler<MouseOverTextMarksChangedEventArgs> @@ -2919,7 +2950,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerMouseLeavingNodeEventArgs + System.EventHandler<MouseLeavingNodeEventArgs> @@ -2932,7 +2963,8 @@
                                                                                                            Remar

                                                                                                            These events can be used when showing tooltips or implementing "hot" highlighting of nodes in the edit control. -

                                                                                                            +

                                                                                                            +

                                                                                                            MouseLeavingTextMarks

                                                                                                            @@ -2954,7 +2986,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerMouseOverTextMarksChangedEventArgs + System.EventHandler<MouseOverTextMarksChangedEventArgs> @@ -2980,7 +3012,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerOverwriteModeChangedEventArgs + System.EventHandler<OverwriteModeChangedEventArgs> @@ -3006,7 +3038,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerPersistentScrollInfoChangedEventArgs + System.EventHandler<PersistentScrollInfoChangedEventArgs> @@ -3015,7 +3047,7 @@
                                                                                                            Event Type

                                                                                                            RowBackColorChanged

                                                                                                            Raised whenever the FundamentalBackColor or HighlightBackColor of a single row has been changed. -This is not raised when a row's Highlighted property is changed.

                                                                                                            +This is not raised when a row's Highlighted property is changed.

                                                                                                            Declaration
                                                                                                            @@ -3032,7 +3064,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerRowChangedEventArgs + System.EventHandler<RowChangedEventArgs> @@ -3059,7 +3091,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerRowsChangedEventArgs + System.EventHandler<RowsChangedEventArgs> @@ -3085,7 +3117,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerRowChangedEventArgs + System.EventHandler<RowChangedEventArgs> @@ -3110,7 +3142,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerSelectionChangedEventArgs + System.EventHandler<SelectionChangedEventArgs> @@ -3135,7 +3167,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerEventArgs + System.EventHandler<System.EventArgs> @@ -3160,7 +3192,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerSourceEditingModeEndedEventArgs + System.EventHandler<SourceEditingModeEndedEventArgs> @@ -3185,14 +3217,14 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerVScrollEventArgs + System.EventHandler<VScrollEventArgs>

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IEditOperationVisitor.html b/api/integration/Sdl.DesktopEditor.EditorApi.IEditOperationVisitor.html index bc61768c4..514f310c5 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IEditOperationVisitor.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IEditOperationVisitor.html @@ -89,7 +89,7 @@

                                                                                                            Visitor interface for edit operations.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IFileContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IFileContainerNode.html index 72cc29c67..ba3dec5e4 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IFileContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IFileContainerNode.html @@ -93,13 +93,13 @@

                                                                                                            Inherited Members
                                                                                                            - IEnumerable<IAbstractNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -139,7 +139,8 @@
                                                                                                            Remarks<

                                                                                                            File containers cannot be nested, i.e. there can be no other file container inside this one.

                                                                                                            -

                                                                                                            provides read-only access to the file properties from the filter framework.

                                                                                                            +

                                                                                                            provides read-only access to the file properties from the filter framework.

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -171,10 +172,10 @@
                                                                                                            Property Value

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IFind.html b/api/integration/Sdl.DesktopEditor.EditorApi.IFind.html index 59f3ac871..34d18f638 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IFind.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IFind.html @@ -90,7 +90,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -119,7 +119,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -145,7 +145,7 @@
                                                                                                            Property Value
                                                                                                            - Match + System.Text.RegularExpressions.Match @@ -171,7 +171,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -275,7 +275,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -303,7 +303,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -368,7 +368,7 @@
                                                                                                            Parameters

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IFindProperties.html b/api/integration/Sdl.DesktopEditor.EditorApi.IFindProperties.html index 0c163933d..1345e830b 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IFindProperties.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IFindProperties.html @@ -89,7 +89,7 @@

                                                                                                            Properties used to describe the search that is being performed.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -118,7 +118,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -144,7 +144,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -177,7 +177,7 @@
                                                                                                            Property Value

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkDocument.html b/api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkDocument.html index 4cb24320f..2fba85a53 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkDocument.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkDocument.html @@ -99,7 +99,7 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractFrameworkDocument.Copy()
                                                                                                            IDocument.ActiveRange @@ -162,10 +162,10 @@
                                                                                                            Inherited Members
                                                                                                            IDocument.EditOperationStarting
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -195,7 +195,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -305,7 +305,8 @@
                                                                                                            Returns
                                                                                                            If the QuickTag does not have a content placeholder this method returns null. (Note that a null return value still means the operation was successful. If the operation fails an exception is thrown.) -

                                                                                                            +

                                                                                                            + @@ -327,7 +328,8 @@
                                                                                                            CommandId. -

                                                                                                            +

                                                                                                            + @@ -369,7 +371,7 @@
                                                                                                            Returns
                                                                                                            IParagraphUnitContainerNode

                                                                                                            The node representing the paragraph unit, or null if no paragraph - unit with this ID exists in the document content.

                                                                                                            +unit with this ID exists in the document content.

                                                                                                            @@ -413,7 +415,7 @@
                                                                                                            Returns
                                                                                                            - ListIParagraphUnitContainerNode + System.Collections.Generic.List<IParagraphUnitContainerNode>

                                                                                                            The nodes representing the paragraph units.

                                                                                                            @@ -466,8 +468,8 @@
                                                                                                            Returns
                                                                                                            ISegmentContainerNode

                                                                                                            The node representing the segment, or null if no segment - with the specified ID exists in the the paragraph unit with the specified ID - or if no such paragraph unit exists in the document content.

                                                                                                            +with the specified ID exists in the the paragraph unit with the specified ID +or if no such paragraph unit exists in the document content.

                                                                                                            @@ -499,7 +501,7 @@
                                                                                                            Parameters
                                                                                                            IAbstractContainerNode splitContainer

                                                                                                            The container to stop splitting tags at. This must be a parent - container of the current selection position.

                                                                                                            +container of the current selection position.

                                                                                                            @@ -512,10 +514,11 @@
                                                                                                            Extension Methods
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.html b/api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.html index 377307f67..1805f82bc 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.html @@ -95,16 +95,16 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractFrameworkEditControl.CopySelection()
                                                                                                            IEditControl.SelectRowRange(IRowInfo, IRowInfo) @@ -434,10 +434,10 @@
                                                                                                            Inherited Members
                                                                                                            IControl.Control
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -476,7 +476,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -533,7 +533,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -545,7 +545,8 @@
                                                                                                            AfterEditControlsCreated. This ensures that the layout will be disabled at the earliest possible point after the controls have been created (and before the layout has started) every time the control is created. -

                                                                                                            +

                                                                                                            + @@ -567,7 +568,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -593,7 +594,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -620,7 +621,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -647,7 +648,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -674,7 +675,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -701,7 +702,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -729,7 +730,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -757,7 +758,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -848,7 +849,8 @@
                                                                                                            @@ -963,60 +965,61 @@
                                                                                                            Declaration
                                                                                                            - -

                                                                                                            IsLockProtectionEnforced()

                                                                                                            -

                                                                                                            Returns true if lock protection should be enforced on this edit control. -Can be false when intentionally removing locked content.

                                                                                                            + +

                                                                                                            IsLockedRange(ContentRange)

                                                                                                            +

                                                                                                            Tests whether the range can be safely edited or whether doing so would affect locked content.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            bool IsLockProtectionEnforced()
                                                                                                            +
                                                                                                            bool IsLockedRange(ContentRange range)
                                                                                                            -
                                                                                                            Returns
                                                                                                            +
                                                                                                            Parameters
                                                                                                            + - - + + +
                                                                                                            TypeName Description
                                                                                                            boolContentRangerange

                                                                                                            The range to test.

                                                                                                            +
                                                                                                            - - - -

                                                                                                            IsLockedRange(ContentRange)

                                                                                                            -

                                                                                                            Tests whether the range can be safely edited or whether doing so would affect locked content.

                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            bool IsLockedRange(ContentRange range)
                                                                                                            -
                                                                                                            -
                                                                                                            Parameters
                                                                                                            +
                                                                                                            Returns
                                                                                                            - - - - +
                                                                                                            TypeName Description
                                                                                                            ContentRangerange

                                                                                                            The range to test.

                                                                                                            +
                                                                                                            System.Boolean

                                                                                                            true if the range contains locked content.

                                                                                                            + + + +

                                                                                                            IsLockProtectionEnforced()

                                                                                                            +

                                                                                                            Returns true if lock protection should be enforced on this edit control. +Can be false when intentionally removing locked content.

                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            Declaration
                                                                                                            +
                                                                                                            +
                                                                                                            bool IsLockProtectionEnforced()
                                                                                                            +
                                                                                                            Returns
                                                                                                            @@ -1027,9 +1030,8 @@
                                                                                                            Returns
                                                                                                            - - + +
                                                                                                            bool

                                                                                                            true if the range contains locked content.

                                                                                                            -
                                                                                                            System.Boolean
                                                                                                            @@ -1055,7 +1057,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -1136,7 +1138,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if the selection is no longer empty (found a word to expand around or selection was not empty to start with); false if the selection was at the start or end of a word or on whitespace.

                                                                                                            @@ -1212,7 +1214,8 @@
                                                                                                            @@ -1229,11 +1232,12 @@

                                                                                                            If the selection is empty then the tag pairs will be split around the empty selection, with the cursor moving to the center of the insertion. -

                                                                                                            +

                                                                                                            + -

                                                                                                            SetDelayedSegmentActivation(bool)

                                                                                                            +

                                                                                                            SetDelayedSegmentActivation(Boolean)

                                                                                                            Turns on/off delayed segment activation at user click. Default is on.

                                                                                                            @@ -1252,7 +1256,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean on @@ -1261,7 +1265,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            SetRevisionProtectionEnforced(bool)

                                                                                                            +

                                                                                                            SetRevisionProtectionEnforced(Boolean)

                                                                                                            Sets whether revision protection should be enforced in the edit control. Note: This should be set with caution and may be changed by the editor if required for certain functions.

                                                                                                            @@ -1281,7 +1285,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean isEnforced

                                                                                                            When true revision protection will be enforced.

                                                                                                            @@ -1309,7 +1313,8 @@
                                                                                                            @@ -1360,14 +1365,14 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerRowsChangedEventArgs + System.EventHandler<RowsChangedEventArgs>

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IInsertNodeOperation.html b/api/integration/Sdl.DesktopEditor.EditorApi.IInsertNodeOperation.html index a892e0de1..a7a89bab9 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IInsertNodeOperation.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IInsertNodeOperation.html @@ -95,7 +95,7 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractEditOperation.AcceptVisitor(IEditOperationVisitor) -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveAccessibleCustomColumn.html b/api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveAccessibleCustomColumn.html index 196fd7d59..038bbd295 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveAccessibleCustomColumn.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveAccessibleCustomColumn.html @@ -151,7 +151,7 @@
                                                                                                            Inherited Members
                                                                                                            ICustomColumn.IsComplex -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -198,14 +198,14 @@
                                                                                                            Returns
                                                                                                            - IListstring + System.Collections.Generic.IList<System.String>

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveCustomColumn.html b/api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveCustomColumn.html index 6a8443dc0..bb57a6247 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveCustomColumn.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveCustomColumn.html @@ -123,7 +123,7 @@
                                                                                                            Inherited Members
                                                                                                            ICustomColumn.IsComplex -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -188,12 +188,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -226,12 +226,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -265,7 +265,7 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds

                                                                                                            window coordinates of the cell

                                                                                                            @@ -277,7 +277,7 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle leavingCellBounds

                                                                                                            the window coordinates of the cell the mouse was in before entering this, if any

                                                                                                            @@ -312,7 +312,7 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds

                                                                                                            window coordinates of the cell

                                                                                                            @@ -324,7 +324,7 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle enteringCellBounds

                                                                                                            the window coordinates of the cell the mouse will be entering, if any

                                                                                                            @@ -358,12 +358,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -396,12 +396,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -434,12 +434,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -472,12 +472,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -506,7 +506,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerCustomColumnContentChangedEventArgs + System.EventHandler<CustomColumnContentChangedEventArgs> @@ -516,10 +516,11 @@
                                                                                                            Extension Methods
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ILayoutSynchronizer.html b/api/integration/Sdl.DesktopEditor.EditorApi.ILayoutSynchronizer.html index c71d9e357..f8ebe2d2e 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ILayoutSynchronizer.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ILayoutSynchronizer.html @@ -91,7 +91,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -125,7 +125,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -135,7 +135,7 @@

                                                                                                            Methods -

                                                                                                            CellHeightChanged(ISynchronizableCell, int, ISynchronizableLayout)

                                                                                                            +

                                                                                                            CellHeightChanged(ISynchronizableCell, Int32, ISynchronizableLayout)

                                                                                                            Inform the layout synchronizer that the height of the specified cell in the given layout has changed.

                                                                                                            @@ -161,7 +161,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 newHeight

                                                                                                            The requested new height of the cell (the cell may not yet have been updated)

                                                                                                            @@ -219,7 +219,7 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32

                                                                                                            the height of the row

                                                                                                            @@ -228,7 +228,7 @@
                                                                                                            Returns
                                                                                                            Remarks

                                                                                                            This is used by controls to determine the max height of all synchronized cells in the row, e.g. to determine if the content will fit in this row. If it does not fit the control should -call CellHeightChanged(ISynchronizableCell, int, ISynchronizableLayout) to communicate the new required cell height to all other +call CellHeightChanged(ISynchronizableCell, Int32, ISynchronizableLayout) to communicate the new required cell height to all other synchronized cells.

                                                                                                            @@ -297,7 +297,8 @@
                                                                                                            StructureChanged() on each of the registered layouts. The implementaiton of this method would then typically register all synchronizable cells in the layout (using the new common structure). -

                                                                                                            +

                                                                                                            + @@ -406,7 +407,7 @@
                                                                                                            Parameters

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ILocationMarkerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.ILocationMarkerNode.html index 32dd177a7..7eb348d18 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ILocationMarkerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ILocationMarkerNode.html @@ -110,7 +110,7 @@
                                                                                                            Inherited Members
                                                                                                            IMarkupDataNode.Item -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -149,13 +149,14 @@
                                                                                                            To change location marker properties, select the node, copy it to a document fragment, change the copy in the document fragment and call ReplaceSelection(IDocumentFragment) to insert it, replacing the existing node. -

                                                                                                            +

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ILockedContentContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.ILockedContentContainerNode.html index 7895d4dd1..3b05e753e 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ILockedContentContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ILockedContentContainerNode.html @@ -93,13 +93,13 @@

                                                                                                            Inherited Members
                                                                                                            - IEnumerable<IAbstractNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -168,13 +168,14 @@
                                                                                                            ReplaceSelection(IDocumentFragment) to insert it, replacing the existing node. -

                                                                                                            +

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IMarkupDataNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IMarkupDataNode.html index 3030497d4..7c81a01bd 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IMarkupDataNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IMarkupDataNode.html @@ -90,7 +90,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -104,7 +104,8 @@
                                                                                                            Remarks There are also markup data nodes that are not IAbstractContentNodes, e.g. tag pair containers, other markers, etc. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -135,7 +136,7 @@
                                                                                                            Property Value

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.INode.html b/api/integration/Sdl.DesktopEditor.EditorApi.INode.html index f0881096f..03f745a4b 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.INode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.INode.html @@ -105,7 +105,7 @@
                                                                                                            Inherited Members
                                                                                                            ITreeNode<IAbstractNode, IAbstractContainerNode>.Root -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -114,7 +114,8 @@
                                                                                                            Syntax
                                                                                                            Remarks

                                                                                                            Provides the infrastructure for a visitor pattern that covers all types of framework nodes. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -148,10 +149,10 @@
                                                                                                            Parameters

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.INodeFactory.html b/api/integration/Sdl.DesktopEditor.EditorApi.INodeFactory.html index 171e3ba67..f4918a8ea 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.INodeFactory.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.INodeFactory.html @@ -90,7 +90,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -139,7 +139,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            This is the factory used in the IBilingualDocument. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -169,7 +170,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            This is the factory used in the IBilingualDocument. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -266,7 +268,7 @@
                                                                                                            Returns
                                                                                                            IDocumentFragment

                                                                                                            Empty document fragment that can be filled with content and passed - to ReplaceSelection(IDocumentFragment).

                                                                                                            +to ReplaceSelection(IDocumentFragment).

                                                                                                            @@ -424,7 +426,7 @@

                                                                                                            CreateNode(IAbstractMarkupData)

                                                                                                            -

                                                                                                            Create a new editor node based on any type of bilingual API content item.

                                                                                                            +

                                                                                                            Create a new editor node based on any type of bilingual API content item.

                                                                                                            Declaration
                                                                                                            @@ -445,7 +447,7 @@
                                                                                                            Parameters
                                                                                                            IAbstractMarkupData item

                                                                                                            Any markup data item. This item will be cloned in the process and the - returned (strongly typed) editor nodes will reference the clone.

                                                                                                            +returned (strongly typed) editor nodes will reference the clone.

                                                                                                            @@ -478,7 +480,8 @@
                                                                                                            @@ -504,9 +507,9 @@
                                                                                                            Parameters
                                                                                                            IPlaceholderTagProperties tagProperties

                                                                                                            Properties for the placeholder tag. -

                                                                                                            Can be the same properties object as for an existing tag in the document, - or a new one created by cloning and modifying an existing tag properties - or by using the PropertiesFactory.

                                                                                                            +

                                                                                                            Can be the same properties object as for an existing tag in the document, +or a new one created by cloning and modifying an existing tag properties +or by using the PropertiesFactory.

                                                                                                            @@ -530,7 +533,8 @@

                                                                                                            When inserting a copy of a tag that exists in the source, use the same tag properties object, unless the target tag properties need to be modified.

                                                                                                            Note that tag properties are file format dependent. Some filters may have strict -limitations on what tags can be inserted.

                                                                                                            +limitations on what tags can be inserted.

                                                                                                            + @@ -643,9 +647,9 @@
                                                                                                            Parameters
                                                                                                            IStartTagProperties startTagProperties

                                                                                                            Properties for the start tag in the tag pair. -

                                                                                                            Can be the same properties object as for an existing tag in the document, - or a new one created by cloning and modifying an existing tag properties - or by using the PropertiesFactory.

                                                                                                            +

                                                                                                            Can be the same properties object as for an existing tag in the document, +or a new one created by cloning and modifying an existing tag properties +or by using the PropertiesFactory.

                                                                                                            @@ -676,11 +680,12 @@

                                                                                                            When inserting a copy of a tag that exists in the source, use the same tag properties objects, unless the target tag properties need to be modified.

                                                                                                            Note that tag properties are file format dependent. Some filters may have strict -limitations on what tags can be inserted.

                                                                                                            +limitations on what tags can be inserted.

                                                                                                            + -

                                                                                                            CreateText(string)

                                                                                                            +

                                                                                                            CreateText(String)

                                                                                                            Create a new text node with the specified text as content.

                                                                                                            @@ -699,7 +704,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String text @@ -722,10 +727,11 @@
                                                                                                            Returns
                                                                                                            Remarks
                                                                                                            -

                                                                                                            Creates a new text properties object and a new document item in the process.

                                                                                                            +

                                                                                                            Creates a new text properties object and a new document item in the process.

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.INodeVisitor.html b/api/integration/Sdl.DesktopEditor.EditorApi.INodeVisitor.html index 212a88f39..b139da7a5 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.INodeVisitor.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.INodeVisitor.html @@ -89,7 +89,7 @@

                                                                                                            Visitor interface for all types of filter framework editor specific nodes.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -110,7 +110,8 @@
                                                                                                            Remarks
                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -507,7 +508,7 @@
                                                                                                            Parameters

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IOtherMarkerContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IOtherMarkerContainerNode.html index e3f9c34b8..c584a41a2 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IOtherMarkerContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IOtherMarkerContainerNode.html @@ -92,13 +92,13 @@

                                                                                                            Inherited Members
                                                                                                            - IEnumerable<IAbstractNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -140,7 +140,8 @@
                                                                                                            R though it may be possible that the underlying filter framework node has been cloned, and as a result there may be other containers with the same properties object, which should in that case also be treated as marked. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -171,10 +172,10 @@
                                                                                                            Property Value

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IParagraphUnitContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IParagraphUnitContainerNode.html index 7a3e8af1d..a1a1f7d3d 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IParagraphUnitContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IParagraphUnitContainerNode.html @@ -92,13 +92,13 @@

                                                                                                            Inherited Members
                                                                                                            - IEnumerable<IAbstractNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -136,7 +136,8 @@
                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -162,7 +163,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -190,7 +191,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -251,13 +252,14 @@

                                                                                                            To change the Paragraph Unit properties, clone them, apply changes, and call UpdateParagraphUnitProperties(IParagraphUnitProperties). -

                                                                                                            +

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IPlaceholderNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IPlaceholderNode.html index 7b50a617c..fec6ce8d0 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IPlaceholderNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IPlaceholderNode.html @@ -107,7 +107,7 @@
                                                                                                            Inherited Members
                                                                                                            ITreeNode<IAbstractNode, IAbstractContainerNode>.Root -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -115,10 +115,10 @@
                                                                                                            Syntax

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IPlaceholderTagNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IPlaceholderTagNode.html index 10a90a80c..566ab0d78 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IPlaceholderTagNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IPlaceholderTagNode.html @@ -110,7 +110,7 @@
                                                                                                            Inherited Members
                                                                                                            IMarkupDataNode.Item -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -149,13 +149,14 @@
                                                                                                            To change tag properties, select the tag, copy it to a document fragment, change the tag properties and call ReplaceSelection(IDocumentFragment) to insert it, replacing the existing tag. -

                                                                                                            +

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IRevisionMarkerContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IRevisionMarkerContainerNode.html index 5059b1c74..518654a04 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IRevisionMarkerContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IRevisionMarkerContainerNode.html @@ -92,13 +92,13 @@

                                                                                                            Inherited Members
                                                                                                            - IEnumerable<IAbstractNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -164,16 +164,16 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            To change the properties, move the selection to select the entire revision (i.e. - everything from the start to the end node) and call CopySelection() to - copy it into a document fragment. Change the document fragment object and call ReplaceSelection(IDocumentFragment) - to let the changed copy replace the existing tag pair node. This ensures the undo buffer will contain the change.

                                                                                                            +everything from the start to the end node) and call CopySelection() to +copy it into a document fragment. Change the document fragment object and call ReplaceSelection(IDocumentFragment) +to let the changed copy replace the existing tag pair node. This ensures the undo buffer will contain the change.

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IRowInfo.html b/api/integration/Sdl.DesktopEditor.EditorApi.IRowInfo.html index 0838154f2..66aace207 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IRowInfo.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IRowInfo.html @@ -97,9 +97,10 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -129,7 +130,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -137,7 +138,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            The active row may be shown with a border or a different background color in the edit control. -

                                                                                                            +

                                                                                                            +
                                                                                                            See Also
                                                                                                            @@ -166,7 +168,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -192,7 +194,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -218,7 +220,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -244,7 +246,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -270,7 +272,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -279,12 +281,13 @@
                                                                                                            Remarks

                                                                                                            The effective background color for a row is calculated from the FundamentalBackColor and is affected by the Shaded, Highlighted and Active properties. -

                                                                                                            +

                                                                                                            +

                                                                                                            EndsBefore

                                                                                                            -

                                                                                                            This node is the 'upto' node for the content of the row. +

                                                                                                            This node is the 'upto' node for the content of the row. The effective row content ends just before this (immutable) node.

                                                                                                            @@ -311,7 +314,8 @@
                                                                                                            Remarks

                                                                                                            This is a node that is guaranteed to not change during the lifetime of the row (unlike the actual last node in the row), such as a paragraph or segment start end node. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -334,17 +338,18 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color
                                                                                                            Remarks

                                                                                                            -Setting this property to Empty will reset the fundamental +Setting this property to System.Drawing.Color.Empty will reset the fundamental background color to either the default edit control color (if one is available) -or Window otherwise. -

                                                                                                            +or System.Drawing.SystemColors.Window otherwise. +

                                                                                                            + @@ -366,7 +371,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -393,7 +398,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -402,8 +407,9 @@
                                                                                                            Remarks

                                                                                                            If this property is not explicitly set, the highlighting color is taken from HighlightedBackColor. To restore this as the highlighting -color, set this property to Empty. -

                                                                                                            +color, set this property to System.Drawing.Color.Empty. +

                                                                                                            + @@ -426,7 +432,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -434,7 +440,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            Highlighted rows may be shown with the HighlightedBackColor color. -

                                                                                                            +

                                                                                                            +
                                                                                                            See Also
                                                                                                            @@ -461,7 +468,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -573,7 +580,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -582,7 +589,8 @@

                                                                                                            This can be used to determine whether paragraph boundaries should be drawn at the top of a custom column for this row. -

                                                                                                            +

                                                                                                            + @@ -605,7 +613,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -614,7 +622,8 @@

                                                                                                            This can be used to determine whether paragraph boundaries should be drawn at the bottom of a custom column for this row. -

                                                                                                            +

                                                                                                            + @@ -636,7 +645,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -650,7 +659,8 @@
                                                                                                            Remarks
                                                                                                            The row number should be the same for rows with corresponding content ranges in different edit controls (e.g. in the source and target controls in a side-by-side editor). -

                                                                                                            +

                                                                                                            + @@ -701,7 +711,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -762,7 +772,8 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            This is a node that is guaranteed not to change during the lifetime of the row (unlike the actual first node in the row), such as a paragraph or segment start end node. -

                                                                                                            +

                                                                                                            +

                                                                                                            Methods

                                                                                                            @@ -873,7 +884,7 @@
                                                                                                            Parameters
                                                                                                            - Color + System.Drawing.Color color

                                                                                                            The color to apply shading settings to.

                                                                                                            @@ -890,7 +901,7 @@
                                                                                                            Returns
                                                                                                            - Color + System.Drawing.Color

                                                                                                            The shaded color, will be the same if Shaded is set to NotShaded.

                                                                                                            @@ -917,7 +928,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -925,7 +936,8 @@
                                                                                                            Returns
                                                                                                            Remarks

                                                                                                            To change the visibility of rows in the control, use SetRowsVisibility(Predicate<IRowInfo>). -

                                                                                                            +

                                                                                                            +
                                                                                                            See Also
                                                                                                            @@ -943,7 +955,7 @@
                                                                                                            Declaration

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ISegmentContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.ISegmentContainerNode.html index b5c9c82e4..874a6f5b0 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ISegmentContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ISegmentContainerNode.html @@ -92,13 +92,13 @@

                                                                                                            Inherited Members
                                                                                                            - IEnumerable<IAbstractNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -145,7 +145,8 @@
                                                                                                            Remar

                                                                                                            Segments should not be nested, i.e. one segment should never appear inside another one. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -170,7 +171,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -205,13 +206,14 @@
                                                                                                            Remar

                                                                                                            To change the segment properties, clone them, apply changes, and call UpdateSegmentProperties(ParagraphUnitId, ISegmentPairProperties). -

                                                                                                            +

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ISegmentDocument.html b/api/integration/Sdl.DesktopEditor.EditorApi.ISegmentDocument.html index 8616abf0d..5a0adaf5a 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ISegmentDocument.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ISegmentDocument.html @@ -98,7 +98,7 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractFrameworkDocument.Copy()
                                                                                                            IDocument.ActiveRange @@ -164,10 +164,10 @@
                                                                                                            Inherited Members
                                                                                                            IDocument.EditOperationStarting
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -206,12 +206,13 @@
                                                                                                            RemarksNotifyContentUpdated() to re-generate document nodes from the content, reset the selection and update all edit controls. It is usually better to explicitly -call methods like ReplaceWithContentOf(IAbstractMarkupDataContainer) or AppendText(string) to update the document content. +call methods like ReplaceWithContentOf(IAbstractMarkupDataContainer) or AppendText(String) to update the document content.

                                                                                                            This container instance can also be explicitly set by calling ReplaceContentContainer(IAbstractMarkupDataContainer), to make the document operate directly on existing content. -

                                                                                                            +

                                                                                                            + @@ -244,7 +245,7 @@

                                                                                                            Methods -

                                                                                                            AppendText(string)

                                                                                                            +

                                                                                                            AppendText(String)

                                                                                                            Handy shortcut to append a literal text string to the current content of the document.

                                                                                                            @@ -263,7 +264,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String text

                                                                                                            The text to append to the current document content.

                                                                                                            @@ -290,7 +291,8 @@
                                                                                                            Remarks

                                                                                                            Any associated edit controls are automatically updated. -

                                                                                                            +

                                                                                                            + @@ -308,7 +310,8 @@
                                                                                                            Content. The active range, the undo-buffer, and all text marks will be cleared and reset in the same way as if any of the other Replace methods had been called. -

                                                                                                            +

                                                                                                            + @@ -334,10 +337,10 @@
                                                                                                            Parameters
                                                                                                            IAbstractMarkupDataContainer newContainer

                                                                                                            The markup data container that will become the new Content - of the segment document. This must be a container that can be inserted inside a paragraph unit. Thus it must - implement IAbstractMarkupData and it must not already be part of another container (i.e. its Parent - property must be null). - This parameter can not be null.

                                                                                                            +of the segment document. This must be a container that can be inserted inside a paragraph unit. Thus it must +implement IAbstractMarkupData and it must not already be part of another container (i.e. its Parent +property must be null). +This parameter can not be null.

                                                                                                            @@ -381,8 +384,8 @@
                                                                                                            Parameters
                                                                                                            IAbstractMarkupDataContainer newContent

                                                                                                            Each item in this container will be duplicated into - the document. The result can later be accessed through the Content property, - but should not be modified directly.

                                                                                                            +the document. The result can later be accessed through the Content property, +but should not be modified directly.

                                                                                                            @@ -396,11 +399,12 @@
                                                                                                            ReplaceContentContainer(IAbstractMarkupDataContainer) instead. -

                                                                                                            +

                                                                                                            + -

                                                                                                            ReplaceWithText(string)

                                                                                                            +

                                                                                                            ReplaceWithText(String)

                                                                                                            Replace the current content in the document with a single string of text.

                                                                                                            @@ -419,7 +423,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String newText

                                                                                                            The text to show in the control.

                                                                                                            @@ -430,10 +434,11 @@

                                                                                                            This will cause the undo buffer and the active range to be reset, all text marks will be cleared, and all document nodes will be re-generated. Any associated edit controls are automatically updated. -

                                                                                                            +

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ISegmentEditControl.html b/api/integration/Sdl.DesktopEditor.EditorApi.ISegmentEditControl.html index 458b7d787..ef154465e 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ISegmentEditControl.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ISegmentEditControl.html @@ -96,16 +96,16 @@
                                                                                                            Inherited Members
                                                                                                            IAbstractFrameworkEditControl.CopySelection()
                                                                                                            IEditControl.SelectRowRange(IRowInfo, IRowInfo) @@ -435,10 +435,10 @@
                                                                                                            Inherited Members
                                                                                                            IControl.Control
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ISideBySideEditor.html b/api/integration/Sdl.DesktopEditor.EditorApi.ISideBySideEditor.html index fd09150a3..717fd4cdc 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ISideBySideEditor.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ISideBySideEditor.html @@ -96,10 +96,10 @@
                                                                                                            Inherited Members
                                                                                                            IControl.Control
                                                                                                            - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -154,7 +154,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -181,7 +181,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -189,20 +189,19 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            The initial value of this property reflects the auto-dispose parameter passed -to SetDocument(IBilingualDocument, bool). -

                                                                                                            +to SetDocument(IBilingualDocument, Boolean). +

                                                                                                            +
                                                                                                            - -

                                                                                                            AutoScrollSource

                                                                                                            -

                                                                                                            When true the source edit control is automatically scrolled -so that it is aligned with the current selection in the target -edit control when the selection in the target control is moved.

                                                                                                            + +

                                                                                                            AutomationId

                                                                                                            +

                                                                                                            Id used for UI Automation

                                                                                                            Declaration
                                                                                                            -
                                                                                                            bool AutoScrollSource { get; set; }
                                                                                                            +
                                                                                                            string AutomationId { set; }
                                                                                                            Property Value
                                                                                                            @@ -214,27 +213,23 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            boolSystem.String
                                                                                                            -
                                                                                                            Remarks
                                                                                                            -

                                                                                                            -When this property is false the source edit control can still be -explicitly scrolled to align it with the current selection in the -target edit control by calling ScrollSourceToTargetSelection(). -

                                                                                                            - -

                                                                                                            AutomationId

                                                                                                            -

                                                                                                            Id used for UI Automation

                                                                                                            + +

                                                                                                            AutoScrollSource

                                                                                                            +

                                                                                                            When true the source edit control is automatically scrolled +so that it is aligned with the current selection in the target +edit control when the selection in the target control is moved.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            string AutomationId { set; }
                                                                                                            +
                                                                                                            bool AutoScrollSource { get; set; }
                                                                                                            Property Value
                                                                                                            @@ -246,11 +241,18 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.Boolean
                                                                                                            +
                                                                                                            Remarks
                                                                                                            +

                                                                                                            +When this property is false the source edit control can still be +explicitly scrolled to align it with the current selection in the +target edit control by calling ScrollSourceToTargetSelection(). +

                                                                                                            +
                                                                                                            @@ -305,13 +307,14 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            -Assign a document to the editor by calling SetDocument(IBilingualDocument, bool). +Assign a document to the editor by calling SetDocument(IBilingualDocument, Boolean).

                                                                                                            If the AutoDisposeDocument property is true this document will be disposed by the editor when it is no longer needed. To get notifications when the document is disposed, connect to the Disposing event. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -333,7 +336,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -360,7 +363,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -413,7 +416,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -440,7 +443,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -452,7 +455,8 @@

                                                                                                            When source and target use different settings this property is false. -

                                                                                                            +

                                                                                                            + @@ -475,7 +479,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -502,7 +506,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -511,7 +515,8 @@

                                                                                                            When a different document is assigned to the control this property may be false until the control has been updated to reflect the new content. -

                                                                                                            +

                                                                                                            + @@ -587,7 +592,7 @@
                                                                                                            Property Value
                                                                                                            - PredicateIRowInfo + System.Predicate<IRowInfo> @@ -613,7 +618,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -640,13 +645,14 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean
                                                                                                            Remarks
                                                                                                            -

                                                                                                            When source and target use different settings this property is false.

                                                                                                            +

                                                                                                            When source and target use different settings this property is false.

                                                                                                            +
                                                                                                            @@ -678,7 +684,7 @@
                                                                                                            Property Value

                                                                                                            SourceRowNumberProvider

                                                                                                            Gets or sets an optional source row provider (used in Alignment target editor context). -The provider should return -1 when a correspondent row doesn't exist.

                                                                                                            +The provider should return -1 when a correspondent row doesn't exist.

                                                                                                            Declaration
                                                                                                            @@ -721,7 +727,7 @@
                                                                                                            Property Value
                                                                                                            - SplitContainer + System.Windows.Forms.SplitContainer @@ -749,7 +755,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -772,7 +778,8 @@
                                                                                                            @@ -805,7 +812,8 @@
                                                                                                            Re

                                                                                                            Changing this property will cause the source and target content to be re-formatted. -

                                                                                                            +

                                                                                                            + @@ -856,7 +864,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if the operation succeeds.

                                                                                                            @@ -865,7 +873,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            RedoMultiple(long)

                                                                                                            +

                                                                                                            RedoMultiple(Int64)

                                                                                                            Performs multiple redo operations on the correct edit controls and updates the caret position in both the source and target controls.

                                                                                                            @@ -885,7 +893,7 @@
                                                                                                            Parameters
                                                                                                            - long + System.Int64 count @@ -901,7 +909,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if the operation succeeds.

                                                                                                            @@ -923,7 +931,8 @@
                                                                                                            Remarks

                                                                                                            Call this method to update the editor if the document content has changed as the result of external API operations, e.g. after loading a document from a file. -

                                                                                                            +

                                                                                                            + @@ -939,10 +948,10 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            SetDocument(IBilingualDocument, bool)

                                                                                                            +

                                                                                                            SetDocument(IBilingualDocument, Boolean)

                                                                                                            Assigns the specified document to the editor. The document can thereafter be accessed from the Document property, and the content of the document -is shown in the source and target edit controls.

                                                                                                            +is shown in the source and target edit controls.

                                                                                                            Declaration
                                                                                                            @@ -962,16 +971,16 @@
                                                                                                            Parameters
                                                                                                            IBilingualDocument document -

                                                                                                            The document who's content should be displayed in the edit controls, - or null if none.

                                                                                                            +

                                                                                                            The document who's content should be displayed in the edit controls, +or null if none.

                                                                                                            - bool + System.Boolean autoDispose

                                                                                                            Determines whether the control should call Dispose() on the - document when it is no longer needed (i.e. when another document is set, or when - the editor is disposed).

                                                                                                            +document when it is no longer needed (i.e. when another document is set, or when +the editor is disposed).

                                                                                                            @@ -993,7 +1002,8 @@
                                                                                                            @@ -1028,7 +1038,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if the operation succeeds.

                                                                                                            @@ -1037,7 +1047,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            UndoMultiple(long)

                                                                                                            +

                                                                                                            UndoMultiple(Int64)

                                                                                                            Performs multiple undo operations on the correct edit controls and updates the caret position in both the source and target controls.

                                                                                                            @@ -1057,7 +1067,7 @@
                                                                                                            Parameters
                                                                                                            - long + System.Int64 count @@ -1073,7 +1083,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if the operation succeeds.

                                                                                                            @@ -1129,7 +1139,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerActiveRowChangedEventArgs + System.EventHandler<ActiveRowChangedEventArgs> @@ -1155,7 +1165,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerAfterEditControlsCreatedEventArgs + System.EventHandler<AfterEditControlsCreatedEventArgs> @@ -1182,7 +1192,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerAfterInitialUpdateEventArgs + System.EventHandler<AfterInitialUpdateEventArgs> @@ -1207,7 +1217,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerFocusedControlChangedEventArgs + System.EventHandler<FocusedControlChangedEventArgs> @@ -1237,14 +1247,14 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerSelectionChangedEventArgs + System.EventHandler<SelectionChangedEventArgs>

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IStartEndNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.IStartEndNode.html index 5a17177fc..4e9d5a4b2 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IStartEndNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IStartEndNode.html @@ -107,7 +107,7 @@
                                                                                                            Inherited Members
                                                                                                            ITreeNode<IAbstractNode, IAbstractContainerNode>.Root -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -118,7 +118,8 @@
                                                                                                            Remarks
                                                                                                            +but it not complete.

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -142,7 +143,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -169,7 +170,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -180,7 +181,8 @@
                                                                                                            Remarks

                                                                                                            If you need to explicitly "un-ghost" a node, move the selection to span it, call CopySelection() and change the ghost state of the corresponding start/end node of the cloned container node in the IDocumentFragment. -Then call ReplaceSelection(IDocumentFragment) with the modified document fragment.

                                                                                                            +Then call ReplaceSelection(IDocumentFragment) with the modified document fragment.

                                                                                                            + @@ -202,17 +204,17 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ISynchronizableCell.html b/api/integration/Sdl.DesktopEditor.EditorApi.ISynchronizableCell.html index 4c693a6d1..8c685ca06 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ISynchronizableCell.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ISynchronizableCell.html @@ -91,7 +91,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -120,7 +120,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -154,10 +154,11 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            This can be null if the cell does not map to document content. -

                                                                                                            +

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ISynchronizableLayout.html b/api/integration/Sdl.DesktopEditor.EditorApi.ISynchronizableLayout.html index e10a9ae17..8acb6b801 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ISynchronizableLayout.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ISynchronizableLayout.html @@ -90,7 +90,7 @@

                                                                                                            is required.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -101,7 +101,7 @@

                                                                                                            Methods -

                                                                                                            ChangeRowHeight(ISynchronizableCell, int)

                                                                                                            +

                                                                                                            ChangeRowHeight(ISynchronizableCell, Int32)

                                                                                                            Changes the height of the row in the layout to the new height specified.

                                                                                                            @@ -126,7 +126,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 height

                                                                                                            The height which the cell will be changed to

                                                                                                            @@ -158,12 +158,12 @@
                                                                                                            Declaration
                                                                                                            Remarks

                                                                                                            The implementation is expected to register all synchronizable cells with the synchronizer -and call CellHeightChanged(ISynchronizableCell, int, ISynchronizableLayout) and +and call CellHeightChanged(ISynchronizableCell, Int32, ISynchronizableLayout) and NotifyLayoutCompleted(ISynchronizableLayout) as necessary.

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ITagPainter.html b/api/integration/Sdl.DesktopEditor.EditorApi.ITagPainter.html index 429d61eef..f4a085570 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ITagPainter.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ITagPainter.html @@ -90,7 +90,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -101,7 +101,7 @@

                                                                                                            Methods -

                                                                                                            DrawPlaceholderTag(Graphics, Rectangle, IPlaceholderNode, string)

                                                                                                            +

                                                                                                            DrawPlaceholderTag(Graphics, Rectangle, IPlaceholderNode, String)

                                                                                                            Draw a placeholder node.

                                                                                                            @@ -120,17 +120,17 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g

                                                                                                            The graphics context to use for drawing

                                                                                                            - Rectangle + System.Drawing.Rectangle boundingBox -

                                                                                                            The bounding rectangle, who's size was determined from a previous call - to GetPlaceholderTagSize(Graphics, IPlaceholderNode, string, ref int, ref int). Any drawing operations should be limited to this area, or - they may overlap with other content.

                                                                                                            +

                                                                                                            The bounding rectangle, who's size was determined from a previous call +to GetPlaceholderTagSize(Graphics, IPlaceholderNode, String, ref Int32, ref Int32). Any drawing operations should be limited to this area, or +they may overlap with other content.

                                                                                                            @@ -140,9 +140,9 @@
                                                                                                            Parameters
                                                                                                            - string + System.String displayText -

                                                                                                            The tag's display text according to current tag display settings.

                                                                                                            +

                                                                                                            The tag's display text according to current tag display settings.

                                                                                                            @@ -150,7 +150,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            DrawStartEndTag(Graphics, Rectangle, IStartEndNode, string, bool)

                                                                                                            +

                                                                                                            DrawStartEndTag(Graphics, Rectangle, IStartEndNode, String, Boolean)

                                                                                                            Draw a start/end node.

                                                                                                            @@ -169,17 +169,17 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g

                                                                                                            The graphics context to use for drawing

                                                                                                            - Rectangle + System.Drawing.Rectangle boundingBox -

                                                                                                            The bounding rectangle, who's size was determined from a previous call - to GetStartEndTagSize(Graphics, IStartEndNode, string, ref int, ref int). Any drawing operations should be limited to this area, or - they may overlap with other content.

                                                                                                            +

                                                                                                            The bounding rectangle, who's size was determined from a previous call +to GetStartEndTagSize(Graphics, IStartEndNode, String, ref Int32, ref Int32). Any drawing operations should be limited to this area, or +they may overlap with other content.

                                                                                                            @@ -189,13 +189,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String displayText -

                                                                                                            The tag's display text according to current tag display settings.

                                                                                                            +

                                                                                                            The tag's display text according to current tag display settings.

                                                                                                            - bool + System.Boolean rtl

                                                                                                            The local writing direction around the tag pair: true for rtl, false for ltr

                                                                                                            @@ -205,7 +205,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            GetDisplayableTagText(string)

                                                                                                            +

                                                                                                            GetDisplayableTagText(String)

                                                                                                            Gets the tag text that should be displayed on screen (eg, with line breaks, etc, removed).

                                                                                                            @@ -224,7 +224,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String tagText @@ -240,7 +240,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String @@ -248,7 +248,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetPlaceholderTagSize(Graphics, IPlaceholderNode, string, ref int, ref int)

                                                                                                            +

                                                                                                            GetPlaceholderTagSize(Graphics, IPlaceholderNode, String, ref Int32, ref Int32)

                                                                                                            Calculate the size of a placeholder node and and ascent and descent for the tag in relation to any text that appears on it.

                                                                                                            @@ -268,7 +268,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g

                                                                                                            The graphics context to use for drawing

                                                                                                            @@ -280,23 +280,23 @@
                                                                                                            Parameters
                                                                                                            - string + System.String displayText -

                                                                                                            The tag's display text according to current tag display settings.

                                                                                                            +

                                                                                                            The tag's display text according to current tag display settings.

                                                                                                            - int + System.Int32 ascent

                                                                                                            Ascent of the font family used for tag display text, adjusted for the - location of the text within the returned size

                                                                                                            +location of the text within the returned size

                                                                                                            - int + System.Int32 descent

                                                                                                            Descent of the font family used for tag display text, adjusted for the - location of the text within the returned size

                                                                                                            +location of the text within the returned size

                                                                                                            @@ -311,7 +311,7 @@
                                                                                                            Returns
                                                                                                            - Size + System.Drawing.Size

                                                                                                            The size of the (rectangular) area required to draw the tag.

                                                                                                            @@ -323,7 +323,7 @@
                                                                                                            -

                                                                                                            GetStartEndTagSize(Graphics, IStartEndNode, string, ref int, ref int)

                                                                                                            +

                                                                                                            GetStartEndTagSize(Graphics, IStartEndNode, String, ref Int32, ref Int32)

                                                                                                            Calculate the size of a start/end node and and ascent and descent for the tag in relation to any text that appears on it.

                                                                                                            @@ -343,7 +343,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g

                                                                                                            The graphics context to use for drawing

                                                                                                            @@ -355,23 +355,23 @@
                                                                                                            Parameters
                                                                                                            - string + System.String displayText -

                                                                                                            The tag's display text according to current tag display settings.

                                                                                                            +

                                                                                                            The tag's display text according to current tag display settings.

                                                                                                            - int + System.Int32 ascent

                                                                                                            Ascent of the font family used for tag display text, adjusted for the - location of the text within the returned size

                                                                                                            +location of the text within the returned size

                                                                                                            - int + System.Int32 descent

                                                                                                            Descent of the font family used for tag display text, adjusted for the - location of the text within the returned size

                                                                                                            +location of the text within the returned size

                                                                                                            @@ -386,7 +386,7 @@
                                                                                                            Returns
                                                                                                            - Size + System.Drawing.Size

                                                                                                            The size of the (rectangular) area required to draw the tag.

                                                                                                            @@ -397,7 +397,7 @@
                                                                                                            Extension Methods
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.html b/api/integration/Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.html index 531a66067..53c38bd69 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.html @@ -89,7 +89,7 @@

                                                                                                            This interface provides the properties used when painting tags in the document.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -119,7 +119,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -146,7 +146,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -172,7 +172,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -198,7 +198,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -224,7 +224,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -250,7 +250,7 @@
                                                                                                            Property Value
                                                                                                            - FontStyle + System.Drawing.FontStyle @@ -260,7 +260,7 @@

                                                                                                            Methods -

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, String)

                                                                                                            Populates this object with the settings contained in the provided settings group.

                                                                                                            @@ -285,7 +285,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingId

                                                                                                            The setting ID to use to save the settings.

                                                                                                            @@ -295,7 +295,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            SaveToSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            SaveToSettingsGroup(ISettingsGroup, String)

                                                                                                            Saves the current state of this object to the provided settings group.

                                                                                                            @@ -320,7 +320,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingId

                                                                                                            The setting ID to use to load the settings.

                                                                                                            @@ -329,7 +329,7 @@
                                                                                                            Parameters

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ITagPairContainerNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.ITagPairContainerNode.html index a8ec32417..7176d866c 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ITagPairContainerNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ITagPairContainerNode.html @@ -92,13 +92,13 @@

                                                                                                            Inherited Members
                                                                                                            - IEnumerable<IAbstractNode>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -137,7 +137,8 @@
                                                                                                            Syntax
                                                                                                            Remarks

                                                                                                            All nodes inside this container appears between the start and the end tags in the tag pair. -

                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -168,16 +169,16 @@
                                                                                                            Property Value
                                                                                                            Remarks

                                                                                                            To change tag pair properties, move the selection to select the entire tag pair (i.e. - everything from the start to the end node) and call CopySelection() to - copy them into a document fragment. Change the document fragment object and call ReplaceSelection(IDocumentFragment) - to let the changed copy replace the existing tag pair node.

                                                                                                            +everything from the start to the end node) and call CopySelection() to +copy them into a document fragment. Change the document fragment object and call ReplaceSelection(IDocumentFragment) +to let the changed copy replace the existing tag pair node.

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ITextIterator.html b/api/integration/Sdl.DesktopEditor.EditorApi.ITextIterator.html index 6662576ba..9f393d88d 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ITextIterator.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ITextIterator.html @@ -92,10 +92,10 @@

                                                                                                            Inherited Members
                                                                                                            - ICloneable.Clone() + System.ICloneable.Clone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -124,7 +124,7 @@
                                                                                                            Property Value
                                                                                                            - char + System.Nullable<System.Char> @@ -202,14 +202,14 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean
                                                                                                            See Also

                                                                                                            Methods

                                                                                                            @@ -218,7 +218,7 @@

                                                                                                            Methods

                                                                                                            Move(Move)

                                                                                                            Move the iterator in the specified direction relative to the -current position, from the edit control's perspective.

                                                                                                            +current position, from the edit control's perspective.

                                                                                                            Declaration
                                                                                                            @@ -252,7 +252,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if the move was successful

                                                                                                            @@ -260,7 +260,7 @@
                                                                                                            Returns

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ITextMark.html b/api/integration/Sdl.DesktopEditor.EditorApi.ITextMark.html index cc8979b1a..5cdb4aa9c 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ITextMark.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ITextMark.html @@ -91,7 +91,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ITextMarkPainter.html b/api/integration/Sdl.DesktopEditor.EditorApi.ITextMarkPainter.html index 0f69954a1..14652cd0e 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ITextMarkPainter.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ITextMarkPainter.html @@ -89,7 +89,7 @@

                                                                                                            Draw marks for ranges of content an edit control.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -100,7 +100,7 @@

                                                                                                            Methods -

                                                                                                            DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool)

                                                                                                            +

                                                                                                            DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean)

                                                                                                            Draw the part of the mark that appears on a specific line of the content.

                                                                                                            @@ -119,7 +119,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g

                                                                                                            The graphics context to use for drawing

                                                                                                            @@ -131,28 +131,28 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle boundingRectangle

                                                                                                            the bounding rectangle for the mark part, as - determined from a previous call to GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool), in window coordinates.

                                                                                                            +determined from a previous call to GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean), in window coordinates.

                                                                                                            - Rectangle + System.Drawing.Rectangle contentRectangle

                                                                                                            the rectangle spanning the content to be marked - on this line, relative to the control window

                                                                                                            +on this line, relative to the control window

                                                                                                            - bool + System.Boolean isFirstLine

                                                                                                            true if this is the first line that the marked content spans.

                                                                                                            - bool + System.Boolean isLastLine

                                                                                                            true if this is the last line that the marked content spans.

                                                                                                            @@ -163,7 +163,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool)

                                                                                                            +

                                                                                                            GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean)

                                                                                                            Calculate the size of the piece of the text mark for the content on a specific line in the layout.

                                                                                                            If the content spans multiple lines this method will be called for @@ -186,7 +186,7 @@

                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g

                                                                                                            The graphics context to use for drawing

                                                                                                            @@ -198,21 +198,21 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle contentRectangle

                                                                                                            the rectangle for the content the mark part - spans on this line. These coordinates are relative to the window.

                                                                                                            +spans on this line. These coordinates are relative to the window.

                                                                                                            - bool + System.Boolean isFirstLine

                                                                                                            true if this is the first line that the marked content spans.

                                                                                                            - bool + System.Boolean isLastLine

                                                                                                            true if this is the last line that the marked content spans.

                                                                                                            @@ -230,16 +230,16 @@
                                                                                                            Returns
                                                                                                            - Rectangle + System.Drawing.Rectangle

                                                                                                            The bounding rectangle where the mark will be painted, in window coordinates. - This rectangle can be fully or partially outside of the content rectangle.

                                                                                                            +This rectangle can be fully or partially outside of the content rectangle.

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ITextNode.html b/api/integration/Sdl.DesktopEditor.EditorApi.ITextNode.html index 3d5a854f6..7a9a784ad 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ITextNode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ITextNode.html @@ -110,7 +110,7 @@
                                                                                                            Inherited Members
                                                                                                            ITreeNode<IAbstractNode, IAbstractContainerNode>.Root
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ITreeNode-2.html b/api/integration/Sdl.DesktopEditor.EditorApi.ITreeNode-2.html index 48fc1d176..87626a637 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ITreeNode-2.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ITreeNode-2.html @@ -90,7 +90,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html b/api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html index 20103408e..846258a88 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html @@ -89,7 +89,7 @@

                                                                                                            Information about the undo/redo commands for content changes in the edit control.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -103,7 +103,8 @@
                                                                                                            Remarks
                                                                                                            +

                                                                                                            +

                                                                                                            Properties

                                                                                                            @@ -128,7 +129,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -136,7 +137,7 @@
                                                                                                            Property Value
                                                                                                            See Also
                                                                                                            @@ -160,7 +161,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -186,7 +187,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -212,7 +213,7 @@
                                                                                                            Property Value
                                                                                                            - long + System.Int64 @@ -238,17 +239,18 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean
                                                                                                            Remarks

                                                                                                            If this is true the reason the operation is being aborted -can be retrieved from the AbortMessage property.

                                                                                                            +can be retrieved from the AbortMessage property.

                                                                                                            +
                                                                                                            See Also
                                                                                                            @@ -272,7 +274,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -298,7 +300,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -324,7 +326,7 @@
                                                                                                            Property Value
                                                                                                            - long + System.Int64 @@ -350,7 +352,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -377,7 +379,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -386,7 +388,7 @@
                                                                                                            Property Value

                                                                                                            RedoOperationNames

                                                                                                            -

                                                                                                            A list of all operations that can be re-done.

                                                                                                            +

                                                                                                            A list of all operations that can be re-done.

                                                                                                            Declaration
                                                                                                            @@ -403,7 +405,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String[] @@ -417,9 +419,10 @@
                                                                                                            Rema The next redo operation is first in the list.

                                                                                                            -This can be used to implement a visual list of redo operations. You can call RedoMultiple(long) to execute +This can be used to implement a visual list of redo operations. You can call RedoMultiple(Int64) to execute several redo operations in one go. -

                                                                                                            +

                                                                                                            +
                                                                                                            See Also
                                                                                                            @@ -445,7 +448,7 @@
                                                                                                            Property Value
                                                                                                            - long + System.Int64 @@ -471,7 +474,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -498,7 +501,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -507,7 +510,7 @@
                                                                                                            Property Value

                                                                                                            UndoOperationNames

                                                                                                            -

                                                                                                            A list of all operations that can be un-done.

                                                                                                            +

                                                                                                            A list of all operations that can be un-done.

                                                                                                            Declaration
                                                                                                            @@ -524,7 +527,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String[] @@ -538,9 +541,10 @@
                                                                                                            Rema The next undo operation is first in the list.

                                                                                                            -This can be used to implement a visual list of undo operations. You can call UndoMultiple(long) to execute +This can be used to implement a visual list of undo operations. You can call UndoMultiple(Int64) to execute several undo operations in one go. -

                                                                                                            +

                                                                                                            +
                                                                                                            See Also
                                                                                                            @@ -550,9 +554,9 @@

                                                                                                            Methods -

                                                                                                            AbortCompositeOperation(string)

                                                                                                            +

                                                                                                            AbortCompositeOperation(String)

                                                                                                            Flags the composite operation for aborting. This call should match a preceding -call to BeginCompositeOperation(string). Once all currently nested composite operations +call to BeginCompositeOperation(String). Once all currently nested composite operations have been ended the entire composite command will be rolled back and removed from the undo buffer. The associated message will be passed to the AfterEditOperationAborted event, and may be shown to the user to indicate why the operation was not allowed.

                                                                                                            @@ -573,13 +577,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String message

                                                                                                            A message explaining to the user why the operation was not permitted. -

                                                                                                            - If an operation is already flagged for aborting you can get the current message from the - AbortMessage property. -

                                                                                                            +

                                                                                                            +If an operation is already flagged for aborting you can get the current message from the +AbortMessage property. +

                                                                                                            @@ -589,12 +593,13 @@
                                                                                                            BeginCompositeOperation(string) should always be matched with either a call to -EndCompositeOperation() or a call to AbortCompositeOperation(string), never both. +The original call to BeginCompositeOperation(String) should always be matched with either a call to +EndCompositeOperation() or a call to AbortCompositeOperation(String), never both.

                                                                                                            After calling this method you may also want to throw an exception, to properly abort other related processing. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -627,7 +632,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            BeginCommonCompositeOperation(string)

                                                                                                            +

                                                                                                            BeginCommonCompositeOperation(String)

                                                                                                            Creates a composite command in the undo buffer, wrapping all commands in both the source and target into one command common to both controls. This should only be used for operations where the document structure for both source and target may @@ -649,7 +654,7 @@

                                                                                                            Parameters
                                                                                                            - string + System.String operationName

                                                                                                            User-friendly name of the operation or null if none.

                                                                                                            @@ -657,13 +662,13 @@
                                                                                                            Parameters
                                                                                                            Remarks
                                                                                                            -

                                                                                                            Each call to BeginCommonCompositeOperation(string) should have a corresponding call to +

                                                                                                            Each call to BeginCommonCompositeOperation(String) should have a corresponding call to EndCommonCompositeOperation() to mark the end of the operation.

                                                                                                            -

                                                                                                            BeginCompositeOperation(string)

                                                                                                            +

                                                                                                            BeginCompositeOperation(String)

                                                                                                            Initiates a composite operation that should be treated as one unit during Undo and Redo.

                                                                                                            @@ -682,7 +687,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String operationName

                                                                                                            User friendly name of the operation, or null if none.

                                                                                                            @@ -691,19 +696,20 @@
                                                                                                            Parameters
                                                                                                            Remarks

                                                                                                            -Each call to BeginCompositeOperation(string) should have a corresponding call -to EndCompositeOperation() (or AbortCompositeOperation(string)) to mark the end +Each call to BeginCompositeOperation(String) should have a corresponding call +to EndCompositeOperation() (or AbortCompositeOperation(String)) to mark the end of the composite operation.

                                                                                                            For nested composite operations only the "outermost" operation (i.e. the one that was initiated first) will be effectively used and named (since all parts of it should be treated as one unit, whether those parts are themselves composite operations or not). -

                                                                                                            +

                                                                                                            +
                                                                                                            -

                                                                                                            BeginCompositeOperationExtendingLastOperation(string)

                                                                                                            +

                                                                                                            BeginCompositeOperationExtendingLastOperation(String)

                                                                                                            Begin a composite operation extending the last edit operation in the history. The last operation executed will be removed from the history and added to this composite operation.

                                                                                                            @@ -724,7 +730,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String commandName

                                                                                                            User friendly name of the operation, or null if none.

                                                                                                            @@ -735,12 +741,13 @@

                                                                                                            This is used, for example, to merge a segment status change with the content change operation that triggered it. -

                                                                                                            +

                                                                                                            +

                                                                                                            EndCommonCompositeOperation()

                                                                                                            -

                                                                                                            Closes a composite command in the undo buffer that was started with BeginCommonCompositeOperation(string). +

                                                                                                            Closes a composite command in the undo buffer that was started with BeginCommonCompositeOperation(String). This should only be used for operations where the document structure for both source and target may change without controls getting to know about it (e.g. when splitting and merging segments).

                                                                                                            @@ -753,7 +760,7 @@
                                                                                                            Declaration

                                                                                                            EndCompositeOperation()

                                                                                                            -

                                                                                                            Marks the successful end of a composite operation that was initiated with BeginCompositeOperation(string).

                                                                                                            +

                                                                                                            Marks the successful end of a composite operation that was initiated with BeginCompositeOperation(String).

                                                                                                            Declaration
                                                                                                            @@ -777,7 +784,7 @@
                                                                                                            Remarks
                                                                                                            -

                                                                                                            RedoMultiple(long)

                                                                                                            +

                                                                                                            RedoMultiple(Int64)

                                                                                                            Execute multiple redo operations in one go.

                                                                                                            @@ -796,10 +803,10 @@
                                                                                                            Parameters
                                                                                                            - long + System.Int64 count

                                                                                                            The number of operations to redo. This must be a number between 0 and the - value of RedoOperationCount.

                                                                                                            +value of RedoOperationCount.

                                                                                                            @@ -808,11 +815,12 @@

                                                                                                            If a control is available it is preferable to execute undo and redo operations through the control instead, as that will move the selection in the control to the correct location too. -

                                                                                                            +

                                                                                                            +
                                                                                                            -

                                                                                                            UndoMultiple(long)

                                                                                                            +

                                                                                                            UndoMultiple(Int64)

                                                                                                            Execute multiple undo operations in one go.

                                                                                                            @@ -831,10 +839,10 @@
                                                                                                            Parameters
                                                                                                            - long + System.Int64 count

                                                                                                            The number of operations to undo. This must be a number between 0 and the - value of UndoOperationCount.

                                                                                                            +value of UndoOperationCount.

                                                                                                            @@ -843,7 +851,8 @@

                                                                                                            If a control is available it is preferable to execute undo and redo operations through the control instead, as that will move the selection in the control to the correct location too. -

                                                                                                            +

                                                                                                            +

                                                                                                            Events

                                                                                                            @@ -866,14 +875,14 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerUndoBufferContentChangedEventArgs + System.EventHandler<UndoBufferContentChangedEventArgs>

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IUndoCommand.html b/api/integration/Sdl.DesktopEditor.EditorApi.IUndoCommand.html index c80c88e18..976ed6251 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IUndoCommand.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IUndoCommand.html @@ -90,7 +90,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -119,7 +119,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -146,14 +146,14 @@
                                                                                                            Property Value
                                                                                                            - string + System.String

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.html index 4104910b1..b7500e2bf 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractCollectiveUndoCommand
                                                                                                            @@ -102,28 +102,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -140,13 +140,14 @@
                                                                                                            Constructors
                                                                                                            -

                                                                                                            AbstractCollectiveUndoCommand(string)

                                                                                                            +

                                                                                                            AbstractCollectiveUndoCommand(String)

                                                                                                            Construction from a command name.

                                                                                                            @@ -165,7 +166,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String name @@ -194,7 +195,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -220,7 +221,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -269,7 +270,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.html index 643ad9d7d..5a1e6a758 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.html @@ -95,7 +95,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractCustomColumn
                                                                                                            @@ -107,28 +107,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -198,7 +198,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -225,7 +225,7 @@
                                                                                                            Property Value
                                                                                                            - TextFormatFlags + System.Windows.Forms.TextFormatFlags @@ -251,7 +251,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -292,7 +292,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -313,7 +313,7 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32 @@ -321,7 +321,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CalculateTextSize(Graphics, string, Font)

                                                                                                            +

                                                                                                            CalculateTextSize(Graphics, String, Font)

                                                                                                            Determine the size of a text string in a specific font on a specific device, assuming that the text will not need to get word wrapped.

                                                                                                            @@ -341,17 +341,17 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g - string + System.String text - Font + System.Drawing.Font font @@ -367,7 +367,7 @@
                                                                                                            Returns
                                                                                                            - Size + System.Drawing.Size @@ -375,7 +375,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            CalculateTextSize(Graphics, string, Font, int)

                                                                                                            +

                                                                                                            CalculateTextSize(Graphics, String, Font, Int32)

                                                                                                            Determine the size of a text string in a specified font, assuming that there is a maximum width which if exceeded will cause the text to word wrap across multiple lines.

                                                                                                            @@ -396,22 +396,22 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g - string + System.String text - Font + System.Drawing.Font font - int + System.Int32 maxWidth @@ -427,7 +427,7 @@
                                                                                                            Returns
                                                                                                            - Size + System.Drawing.Size @@ -454,32 +454,32 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g - Rectangle + System.Drawing.Rectangle cellBounds - Pen + System.Drawing.Pen leftBorderPen - Pen + System.Drawing.Pen rightBorderPen - Pen + System.Drawing.Pen topBorderPen - Pen + System.Drawing.Pen bottomBorderPen @@ -507,17 +507,17 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g - Rectangle + System.Drawing.Rectangle cellBounds - Pen + System.Drawing.Pen bottomBorderPen @@ -545,7 +545,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -555,27 +555,27 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - Pen + System.Drawing.Pen leftBorderPen - Pen + System.Drawing.Pen rightBorderPen - Pen + System.Drawing.Pen topBorderPen - Pen + System.Drawing.Pen bottomBorderPen @@ -603,12 +603,12 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g - Rectangle + System.Drawing.Rectangle cellBounds @@ -641,17 +641,17 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g - Rectangle + System.Drawing.Rectangle cellBounds - Pen + System.Drawing.Pen leftBorderPen @@ -679,17 +679,17 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g - Rectangle + System.Drawing.Rectangle cellBounds - Pen + System.Drawing.Pen rightBorderPen @@ -717,17 +717,17 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g - Rectangle + System.Drawing.Rectangle cellBounds - Pen + System.Drawing.Pen topBorderPen @@ -754,7 +754,7 @@
                                                                                                            Returns
                                                                                                            - Font + System.Drawing.Font @@ -762,7 +762,8 @@
                                                                                                            Returns
                                                                                                            Remarks

                                                                                                            The default implementation returns the system menu font. -

                                                                                                            +

                                                                                                            +
                                                                                                            @@ -785,7 +786,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -801,7 +802,7 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32 @@ -811,7 +812,7 @@
                                                                                                            Returns

                                                                                                            PrepareRegisterRows()

                                                                                                            Called from the Editor before RegisterRows are called. Unfortunately RegisterRow is called for all rows when -a change occurs in structure, even the row was already 'registered'.

                                                                                                            +a change occurs in structure, even the row was already 'registered'.

                                                                                                            Declaration
                                                                                                            @@ -852,7 +853,7 @@
                                                                                                            Parameters

                                                                                                            SetRowSizeAccessor(RowSizeAccessor)

                                                                                                            -

                                                                                                            Allows the Editor to pass in a row size delegate which can be used to get the current Rectangle +

                                                                                                            Allows the Editor to pass in a row size delegate which can be used to get the current System.Drawing.Rectangle of any row in the Editor. The default implementation does nothing.

                                                                                                            @@ -884,7 +885,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.MarkLocation.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.MarkLocation.html index 2f3235b23..d613086fd 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.MarkLocation.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.MarkLocation.html @@ -89,11 +89,11 @@

                                                                                                            Indicates where the marker should be painted in relation to the content it marks.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public enum AbstractMarkPainter.MarkLocation
                                                                                                            +
                                                                                                            public enum MarkLocation

                                                                                                            Fields

                                                                                                            @@ -132,6 +132,10 @@

                                                                                                            Fields +

                                                                                                            Extension Methods

                                                                                                            + diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.html index ae44c8462..ee014bd64 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractMarkPainter
                                                                                                            @@ -104,28 +104,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -166,7 +166,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -192,7 +192,7 @@
                                                                                                            Property Value
                                                                                                            - AbstractMarkPainterMarkLocation + AbstractMarkPainter.MarkLocation @@ -218,7 +218,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -231,7 +231,7 @@

                                                                                                            Methods

                                                                                                            ConvertToRectangle(RectangleF)

                                                                                                            Convert a RectangleF to a rectangle. Useful when converting the bounds of a GraphicsPath to something that can be returned from -GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool).

                                                                                                            +GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean).

                                                                                                            Declaration
                                                                                                            @@ -249,7 +249,7 @@
                                                                                                            Parameters
                                                                                                            - RectangleF + System.Drawing.RectangleF rectangleF @@ -265,7 +265,7 @@
                                                                                                            Returns
                                                                                                            - Rectangle + System.Drawing.Rectangle @@ -273,7 +273,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool)

                                                                                                            +

                                                                                                            DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean)

                                                                                                            abstract method for interface implementation

                                                                                                            @@ -292,7 +292,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -302,22 +302,22 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle boundingRectangle - Rectangle + System.Drawing.Rectangle contentRectangle - bool + System.Boolean isFirstLine - bool + System.Boolean isLastLine @@ -326,7 +326,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool)

                                                                                                            +

                                                                                                            GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean)

                                                                                                            abstract method for interface implementation

                                                                                                            @@ -345,7 +345,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -355,17 +355,17 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle contentRectangle - bool + System.Boolean isFirstLine - bool + System.Boolean isLastLine @@ -381,7 +381,7 @@
                                                                                                            Returns
                                                                                                            - Rectangle + System.Drawing.Rectangle @@ -392,7 +392,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.html index 0da57b662..0a145f14e 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractOperationConsolidator
                                                                                                            @@ -106,28 +106,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -188,7 +188,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -214,7 +214,7 @@
                                                                                                            Property Value
                                                                                                            - ListIAbstractEditOperation + System.Collections.Generic.List<IAbstractEditOperation> @@ -240,7 +240,7 @@
                                                                                                            Property Value
                                                                                                            - ListIAbstractEditOperation + System.Collections.Generic.List<IAbstractEditOperation> @@ -296,7 +296,7 @@
                                                                                                            Parameters
                                                                                                            - ListIAbstractEditOperation + System.Collections.Generic.List<IAbstractEditOperation> precedingOperations @@ -345,7 +345,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -393,7 +393,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -516,7 +516,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.html index a5d1e1d8d..d55d4e84f 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractRowSelectionColumn
                                                                                                            @@ -105,10 +105,10 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            AbstractCustomColumn.GetFont() @@ -165,28 +165,28 @@
                                                                                                            Inherited Members
                                                                                                            AbstractCustomColumn.IsComplex
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -254,7 +254,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -280,7 +280,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -314,12 +314,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -352,12 +352,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -390,7 +390,7 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds @@ -400,7 +400,7 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle leavingCellBounds @@ -433,7 +433,7 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds @@ -443,7 +443,7 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle enteringCellBounds @@ -476,12 +476,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -514,12 +514,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -552,12 +552,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -590,12 +590,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -604,7 +604,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            OnContentChanged(object, CustomColumnContentChangedEventArgs)

                                                                                                            +

                                                                                                            OnContentChanged(Object, CustomColumnContentChangedEventArgs)

                                                                                                            Fire the ContentChanged event.

                                                                                                            @@ -623,7 +623,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object sender @@ -656,7 +656,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerCustomColumnContentChangedEventArgs + System.EventHandler<CustomColumnContentChangedEventArgs> @@ -670,7 +670,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.html index 1fae27677..d80f09a8a 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.html @@ -91,39 +91,39 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractTextIterator
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.ICloneable
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -215,7 +215,7 @@
                                                                                                            Property Value
                                                                                                            - char + System.Nullable<System.Char> @@ -293,7 +293,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -322,7 +322,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -365,7 +365,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -375,11 +375,11 @@

                                                                                                            Implements

                                                                                                            ITextIterator
                                                                                                            - ICloneable + System.ICloneable

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.html index 319b9513f..52029bc08 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            BackgroundColourPainter
                                                                                                            @@ -102,25 +102,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType() +
                                                                                                            +
                                                                                                            + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -132,7 +135,7 @@

                                                                                                            Constructors

                                                                                                            BackgroundColourPainter()

                                                                                                            -

                                                                                                            Create a background painter that uses the default color (Khaki).

                                                                                                            +

                                                                                                            Create a background painter that uses the default color (System.Drawing.Color.Khaki).

                                                                                                            Declaration
                                                                                                            @@ -161,7 +164,7 @@
                                                                                                            Parameters
                                                                                                            - Color + System.Drawing.Color color @@ -190,7 +193,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -200,7 +203,7 @@

                                                                                                            Methods -

                                                                                                            DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool)

                                                                                                            +

                                                                                                            DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean)

                                                                                                            Fills the content rectangle with the background color.

                                                                                                            @@ -219,7 +222,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -229,22 +232,22 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle boundingRectangle - Rectangle + System.Drawing.Rectangle contentRectangle - bool + System.Boolean isFirstLine - bool + System.Boolean isLastLine @@ -253,7 +256,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool)

                                                                                                            +

                                                                                                            GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean)

                                                                                                            The bounds are the same as the content rectangle.

                                                                                                            @@ -272,7 +275,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -282,17 +285,17 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle contentRectangle - bool + System.Boolean isFirstLine - bool + System.Boolean isLastLine @@ -308,7 +311,7 @@
                                                                                                            Returns
                                                                                                            - Rectangle + System.Drawing.Rectangle @@ -319,7 +322,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.html index 8df3f87e1..afec8535b 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            BracketPainter
                                                                                                            @@ -104,7 +104,7 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -185,7 +185,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -211,7 +211,7 @@
                                                                                                            Property Value
                                                                                                            - LineJoin + System.Drawing.Drawing2D.LineJoin @@ -221,7 +221,7 @@

                                                                                                            Methods -

                                                                                                            DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool)

                                                                                                            +

                                                                                                            DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean)

                                                                                                            Draw the mark

                                                                                                            @@ -240,7 +240,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -250,33 +250,33 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle boundingRectangle - Rectangle + System.Drawing.Rectangle contentRectangle - bool + System.Boolean isFirstLine - bool + System.Boolean isLastLine
                                                                                                            Overrides
                                                                                                            - + -

                                                                                                            GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool)

                                                                                                            +

                                                                                                            GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean)

                                                                                                            Calculate the bounding rectangle for the mark.

                                                                                                            @@ -295,7 +295,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -305,17 +305,17 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle contentRectangle - bool + System.Boolean isFirstLine - bool + System.Boolean isLastLine @@ -331,20 +331,20 @@
                                                                                                            Returns
                                                                                                            - Rectangle + System.Drawing.Rectangle
                                                                                                            Overrides
                                                                                                            - +

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.html index 78fabbc4e..a5a4368af 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ChangeGhostStatusConsolidator
                                                                                                            @@ -123,28 +123,28 @@

                                                                                                            Inherited Members
                                                                                                            AbstractOperationConsolidator.ThisOperation
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -313,7 +313,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.html index fbab14fee..072c2dd13 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ChangeGhostStatusOperation
                                                                                                            @@ -102,25 +102,25 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -131,7 +131,7 @@

                                                                                                            Constructors -

                                                                                                            ChangeGhostStatusOperation(IStartEndNode, bool)

                                                                                                            +

                                                                                                            ChangeGhostStatusOperation(IStartEndNode, Boolean)

                                                                                                            Construction from a start/end node and a previous status.

                                                                                                            @@ -155,7 +155,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean statusBefore @@ -210,7 +210,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -266,13 +266,13 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()

                                                                                                            Implements

                                                                                                            IChangeGhostStatusOperation @@ -282,7 +282,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.html index 4fb92fb97..23559d852 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ChangeTextConsolidator
                                                                                                            @@ -123,28 +123,28 @@

                                                                                                            Inherited Members
                                                                                                            AbstractOperationConsolidator.ThisOperation
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -313,7 +313,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.html index 80df6dda1..441e791db 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ChangeTextOperation
                                                                                                            @@ -102,25 +102,25 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -131,7 +131,7 @@

                                                                                                            Constructors -

                                                                                                            ChangeTextOperation(ITextNode, string)

                                                                                                            +

                                                                                                            ChangeTextOperation(ITextNode, String)

                                                                                                            Construction from a text node and its text before the change.

                                                                                                            @@ -155,7 +155,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String textBefore @@ -210,7 +210,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -266,13 +266,13 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()

                                                                                                            Implements

                                                                                                            IChangeTextOperation @@ -282,7 +282,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.html index 367b563cb..cefb521a5 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.html @@ -93,7 +93,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            CopyFragmentVisitor
                                                                                                            @@ -105,28 +105,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -655,7 +655,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.html index 9d9a68ed3..9e7e6ff55 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DeleteNodeOperation
                                                                                                            @@ -102,25 +102,25 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -131,7 +131,7 @@

                                                                                                            Constructors -

                                                                                                            DeleteNodeOperation(INode, IAbstractContainerNode, int)

                                                                                                            +

                                                                                                            DeleteNodeOperation(INode, IAbstractContainerNode, Int32)

                                                                                                            Construction from a deleted node and its location before it was deleted.

                                                                                                            @@ -160,7 +160,7 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 indexInParent @@ -189,7 +189,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -297,13 +297,13 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()

                                                                                                            Implements

                                                                                                            IDeleteNodeOperation @@ -313,7 +313,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.html index 51f5a45dc..b33110b53 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DeleteOperationConsolidator
                                                                                                            @@ -123,28 +123,28 @@

                                                                                                            Inherited Members
                                                                                                            AbstractOperationConsolidator.ThisOperation
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -313,7 +313,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.html index b80d15a4d..d10dc39bc 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            DocumentStructureInfoColumn
                                                                                                            @@ -103,10 +103,10 @@

                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            AbstractCustomColumn.GetFont() @@ -154,28 +154,28 @@
                                                                                                            Inherited Members
                                                                                                            AbstractCustomColumn.IsComplex
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -199,7 +199,8 @@
                                                                                                            Constructors
                                                                                                            @@ -265,7 +266,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -286,7 +287,7 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32 @@ -315,7 +316,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -325,27 +326,27 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - Pen + System.Drawing.Pen leftBorderPen - Pen + System.Drawing.Pen rightBorderPen - Pen + System.Drawing.Pen topBorderPen - Pen + System.Drawing.Pen bottomBorderPen @@ -359,7 +360,8 @@
                                                                                                            @@ -387,32 +389,32 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g - Rectangle + System.Drawing.Rectangle cellBounds - Pen + System.Drawing.Pen leftBorderPen - Pen + System.Drawing.Pen rightBorderPen - Pen + System.Drawing.Pen topBorderPen - Pen + System.Drawing.Pen bottomBorderPen @@ -422,7 +424,7 @@
                                                                                                            Parameters

                                                                                                            GetContext(IRowInfo)

                                                                                                            -

                                                                                                            Helper function to locate the contexts associated with a row.

                                                                                                            +

                                                                                                            Helper function to locate the contexts associated with a row.

                                                                                                            Declaration
                                                                                                            @@ -502,7 +504,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String @@ -597,7 +599,7 @@
                                                                                                            Returns

                                                                                                            GetOptimalWidth(Graphics)

                                                                                                            Returns the expected maximum width of the content in this column, -by default the size of 2 wide capital letters and a plus sign.

                                                                                                            +by default the size of 2 wide capital letters and a plus sign.

                                                                                                            Declaration
                                                                                                            @@ -615,7 +617,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -631,7 +633,7 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32 @@ -676,7 +678,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String @@ -719,7 +721,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -762,7 +764,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -794,12 +796,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -832,12 +834,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -871,7 +873,7 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds @@ -881,7 +883,7 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle leavingCellBounds @@ -914,7 +916,7 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds @@ -924,7 +926,7 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle enteringCellBounds @@ -957,12 +959,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -995,12 +997,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -1033,12 +1035,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -1071,12 +1073,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - MouseEventArgs + System.Windows.Forms.MouseEventArgs e @@ -1085,7 +1087,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            OnContentChanged(object, CustomColumnContentChangedEventArgs)

                                                                                                            +

                                                                                                            OnContentChanged(Object, CustomColumnContentChangedEventArgs)

                                                                                                            Fire the ContentChanged event.

                                                                                                            @@ -1104,7 +1106,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object sender @@ -1165,7 +1167,7 @@
                                                                                                            Event Type
                                                                                                            - EventHandlerCustomColumnContentChangedEventArgs + System.EventHandler<CustomColumnContentChangedEventArgs> @@ -1179,7 +1181,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html index 627f108fb..98a659459 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html @@ -92,34 +92,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            EditControlDisplaySettings
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -160,7 +160,7 @@
                                                                                                            Field Value
                                                                                                            - Color + System.Drawing.Color @@ -185,7 +185,7 @@
                                                                                                            Field Value
                                                                                                            - bool + System.Boolean @@ -210,7 +210,7 @@
                                                                                                            Field Value
                                                                                                            - bool + System.Boolean @@ -235,7 +235,7 @@
                                                                                                            Field Value
                                                                                                            - int + System.Int32 @@ -260,7 +260,7 @@
                                                                                                            Field Value
                                                                                                            - Color + System.Drawing.Color @@ -285,7 +285,7 @@
                                                                                                            Field Value
                                                                                                            - Color + System.Drawing.Color @@ -310,7 +310,7 @@
                                                                                                            Field Value
                                                                                                            - int + System.Int32 @@ -335,7 +335,7 @@
                                                                                                            Field Value
                                                                                                            - int + System.Int32 @@ -360,7 +360,7 @@
                                                                                                            Field Value
                                                                                                            - Color + System.Drawing.Color @@ -385,7 +385,7 @@
                                                                                                            Field Value
                                                                                                            - byte + System.Byte @@ -410,7 +410,7 @@
                                                                                                            Field Value
                                                                                                            - Color + System.Drawing.Color @@ -460,20 +460,20 @@
                                                                                                            Field Value
                                                                                                            - Color + System.Drawing.Color -

                                                                                                            DefaultTMPlaceableUnderlineColor

                                                                                                            -

                                                                                                            Default setting for the TM placeable underline color.

                                                                                                            +

                                                                                                            DefaultTagFormatHighlightColor

                                                                                                            +

                                                                                                            Default setting for the tag format highlight color.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected readonly Color DefaultTMPlaceableUnderlineColor
                                                                                                            +
                                                                                                            protected readonly Color DefaultTagFormatHighlightColor
                                                                                                            Field Value
                                                                                                            @@ -485,20 +485,20 @@
                                                                                                            Field Value
                                                                                                            - +
                                                                                                            ColorSystem.Drawing.Color
                                                                                                            -

                                                                                                            DefaultTagFormatHighlightColor

                                                                                                            -

                                                                                                            Default setting for the tag format highlight color.

                                                                                                            +

                                                                                                            DefaultTMPlaceableUnderlineColor

                                                                                                            +

                                                                                                            Default setting for the TM placeable underline color.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected readonly Color DefaultTagFormatHighlightColor
                                                                                                            +
                                                                                                            protected readonly Color DefaultTMPlaceableUnderlineColor
                                                                                                            Field Value
                                                                                                            @@ -510,7 +510,7 @@
                                                                                                            Field Value
                                                                                                            - + @@ -538,7 +538,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -564,7 +564,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -590,7 +590,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -649,7 +649,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -734,14 +734,14 @@
                                                                                                            Property Value
                                                                                                            ColorSystem.Drawing.Color
                                                                                                            ColorSystem.Drawing.Color
                                                                                                            boolSystem.Boolean
                                                                                                            boolSystem.Boolean
                                                                                                            intSystem.Int32
                                                                                                            - -

                                                                                                            DefaultDeletedTQAFormatting

                                                                                                            -

                                                                                                            Gets the default deleted TQA formatting.

                                                                                                            + +

                                                                                                            DefaultDeletedTagProperties

                                                                                                            +

                                                                                                            Gets the default deleted tag properties.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected FormattingGroup DefaultDeletedTQAFormatting { get; }
                                                                                                            +
                                                                                                            protected TagPaintingProperties DefaultDeletedTagProperties { get; }
                                                                                                            Property Value
                                                                                                            @@ -753,21 +753,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            FormattingGroupTagPaintingProperties
                                                                                                            - -

                                                                                                            DefaultDeletedTagProperties

                                                                                                            -

                                                                                                            Gets the default deleted tag properties.

                                                                                                            + +

                                                                                                            DefaultDeletedTQAFormatting

                                                                                                            +

                                                                                                            Gets the default deleted TQA formatting.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            protected TagPaintingProperties DefaultDeletedTagProperties { get; }
                                                                                                            +
                                                                                                            protected FormattingGroup DefaultDeletedTQAFormatting { get; }
                                                                                                            Property Value
                                                                                                            @@ -779,7 +779,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1039,7 +1039,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1072,14 +1072,14 @@
                                                                                                            Property Value
                                                                                                            TagPaintingPropertiesFormattingGroup
                                                                                                            ObservableDictionarystringColorObservableDictionary<System.String, System.Drawing.Color>
                                                                                                            - -

                                                                                                            DeletedTQAFormatting

                                                                                                            -

                                                                                                            The formatting that will be used when displaying TQA content which has been deleted

                                                                                                            + +

                                                                                                            DeletedTagProperties

                                                                                                            +

                                                                                                            The display properties used to paint tags that have been deleted.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public IFormattingGroup DeletedTQAFormatting { get; set; }
                                                                                                            +
                                                                                                            public ITagPaintingProperties DeletedTagProperties { get; set; }
                                                                                                            Property Value
                                                                                                            @@ -1091,21 +1091,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            IFormattingGroupITagPaintingProperties
                                                                                                            - -

                                                                                                            DeletedTagProperties

                                                                                                            -

                                                                                                            The display properties used to paint tags that have been deleted.

                                                                                                            + +

                                                                                                            DeletedTQAFormatting

                                                                                                            +

                                                                                                            The formatting that will be used when displaying TQA content which has been deleted

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public ITagPaintingProperties DeletedTagProperties { get; set; }
                                                                                                            +
                                                                                                            public IFormattingGroup DeletedTQAFormatting { get; set; }
                                                                                                            Property Value
                                                                                                            @@ -1117,7 +1117,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1143,7 +1143,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1195,7 +1195,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1403,7 +1403,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1436,7 +1436,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1469,7 +1469,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1521,7 +1521,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1547,7 +1547,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1598,21 +1598,22 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            ITagPaintingPropertiesIFormattingGroup
                                                                                                            ColorSystem.Drawing.Color
                                                                                                            ColorSystem.Drawing.Color
                                                                                                            intSystem.Int32
                                                                                                            intSystem.Int32
                                                                                                            ColorSystem.Drawing.Color
                                                                                                            byteSystem.Byte
                                                                                                            ColorSystem.Drawing.Color
                                                                                                            ColorSystem.Drawing.Color
                                                                                                            - -

                                                                                                            TMPlaceableUnderlineColor

                                                                                                            -

                                                                                                            The underline color that will be used when displaying a translation memory placeable marker.

                                                                                                            + +

                                                                                                            TagFormatHighlightColor

                                                                                                            +

                                                                                                            The background color that will be applied when highlighting tags and formatting in the document +for the user to insert.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public Color TMPlaceableUnderlineColor { get; set; }
                                                                                                            +
                                                                                                            public Color TagFormatHighlightColor { get; set; }
                                                                                                            Property Value
                                                                                                            @@ -1624,22 +1625,21 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            ColorSystem.Drawing.Color
                                                                                                            - -

                                                                                                            TagFormatHighlightColor

                                                                                                            -

                                                                                                            The background color that will be applied when highlighting tags and formatting in the document -for the user to insert.

                                                                                                            + +

                                                                                                            TMPlaceableUnderlineColor

                                                                                                            +

                                                                                                            The underline color that will be used when displaying a translation memory placeable marker.

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public Color TagFormatHighlightColor { get; set; }
                                                                                                            +
                                                                                                            public Color TMPlaceableUnderlineColor { get; set; }
                                                                                                            Property Value
                                                                                                            @@ -1651,7 +1651,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -1687,7 +1687,7 @@

                                                                                                            Methods -

                                                                                                            ApplyColorRatio(Color, Color, int)

                                                                                                            +

                                                                                                            ApplyColorRatio(Color, Color, Int32)

                                                                                                            Compares the background and text colors against the ratio and changes the text color if they are too similar.

                                                                                                            @@ -1707,17 +1707,17 @@
                                                                                                            Parameters
                                                                                                            - + - + - + @@ -1733,7 +1733,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -1742,9 +1742,9 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            ClearFormattingListSettings(ISettingsGroup, string)

                                                                                                            +

                                                                                                            ClearFormattingListSettings(ISettingsGroup, String)

                                                                                                            Removes all saved items belonging to this list from the stored settings group. This is -called from SaveFormattingGroupSettings(ISettingsGroup, string, IFormattingGroup) to make sure that the settings being updated +called from SaveFormattingGroupSettings(ISettingsGroup, String, IFormattingGroup) to make sure that the settings being updated are all saved cleanly.

                                                                                                            @@ -1769,7 +1769,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -1790,7 +1790,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            GetSettingFromSettingsGroup<T>(ISettingsGroup, string, T)

                                                                                                            +

                                                                                                            GetSettingFromSettingsGroup<T>(ISettingsGroup, String, T)

                                                                                                            Checks whether the setting exists in the settings group, and retrieves its value (if it exists). If it does not exist, the default value is returned instead.

                                                                                                            @@ -1816,7 +1816,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -1856,7 +1856,7 @@
                                                                                                            Type Parameters
                                                                                                            @@ -1864,9 +1864,9 @@
                                                                                                            Type Parameters
                                                                                                            -

                                                                                                            GetStructureInfoColor(string)

                                                                                                            +

                                                                                                            GetStructureInfoColor(String)

                                                                                                            Returns the color associated with the structure Id in the settings file or -Empty if no color is found

                                                                                                            +System.Drawing.Color.Empty if no color is found

                                                                                                            Declaration
                                                                                                            @@ -1884,7 +1884,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -1900,7 +1900,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -1908,7 +1908,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            LoadFormattingGroupSettings(ISettingsGroup, string, IFormattingGroup, IFormattingGroup)

                                                                                                            +

                                                                                                            LoadFormattingGroupSettings(ISettingsGroup, String, IFormattingGroup, IFormattingGroup)

                                                                                                            Loads the settings marked with the settings ID from the settings group and into the provided formatting group. If the settings group does not contain formatting settings then the defaults will be loaded.

                                                                                                            @@ -1934,7 +1934,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -1985,7 +1985,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            SaveFormattingGroupSettings(ISettingsGroup, string, IFormattingGroup)

                                                                                                            +

                                                                                                            SaveFormattingGroupSettings(ISettingsGroup, String, IFormattingGroup)

                                                                                                            Saves the formatting settings to the settings group using the provided settings ID as the key.

                                                                                                            @@ -2010,7 +2010,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -2088,7 +2088,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            SetStructureInfoColor(string, Color)

                                                                                                            +

                                                                                                            SetStructureInfoColor(String, Color)

                                                                                                            Sets the color for the structure info with the id provided.

                                                                                                            @@ -2107,12 +2107,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -2132,7 +2132,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            UpdateSettingInSettingsGroup<T>(ISettingsGroup, string, T, T)

                                                                                                            +

                                                                                                            UpdateSettingInSettingsGroup<T>(ISettingsGroup, String, T, T)

                                                                                                            Checks whether the setting exists in the settings group. If the setting does exist, then it is updated with the new value; if it does not exist, a new setting is created, but only if the value is not the same as the default value (in which case the call is effectively ignored).

                                                                                                            @@ -2159,7 +2159,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -2174,8 +2174,8 @@
                                                                                                            Parameters
                                                                                                            @@ -2192,7 +2192,7 @@
                                                                                                            Type Parameters
                                                                                                            @@ -2221,14 +2221,14 @@
                                                                                                            Event Type
                                                                                                            - +
                                                                                                            ColorSystem.Drawing.Color
                                                                                                            ColorSystem.Drawing.Color textColor
                                                                                                            ColorSystem.Drawing.Color backColor
                                                                                                            intSystem.Int32 ratio
                                                                                                            ColorSystem.Drawing.Color

                                                                                                            The new text color to use

                                                                                                            stringSystem.String listSettingId

                                                                                                            The ID of the setting to remove.

                                                                                                            stringSystem.String settingName

                                                                                                            The name of the setting to retrieve.

                                                                                                            T

                                                                                                            The type of the setting to retrieve. The type must be the same as at the point - of save, or it will not be found. See UpdateSettingInSettingsGroup<T>(ISettingsGroup, string, T, T).

                                                                                                            +of save, or it will not be found. See UpdateSettingInSettingsGroup<T>(ISettingsGroup, String, T, T).

                                                                                                            stringSystem.String structureInfoId
                                                                                                            ColorSystem.Drawing.Color
                                                                                                            stringSystem.String settingId

                                                                                                            The ID of the setting to load from the settings group.

                                                                                                            stringSystem.String settingId

                                                                                                            The ID to use when saving the settings.

                                                                                                            stringSystem.String structureInfoId
                                                                                                            ColorSystem.Drawing.Color color
                                                                                                            stringSystem.String settingName

                                                                                                            The name of the setting to save.

                                                                                                            T defaultValue

                                                                                                            The default value of the setting. This is used to prevent creating unnecessary - settings when the setting to be created is equal to the default value. This does not affect updating a setting, - it only applies when creating a new one.

                                                                                                            +settings when the setting to be created is equal to the default value. This does not affect updating a setting, +it only applies when creating a new one.

                                                                                                            T

                                                                                                            The type of the setting to save. The type must be the same as at the point of - retrieval, or it will not be returned again correctly. See GetSettingFromSettingsGroup<T>(ISettingsGroup, string, T).

                                                                                                            +retrieval, or it will not be returned again correctly. See GetSettingFromSettingsGroup<T>(ISettingsGroup, String, T).

                                                                                                            EventHandlerEventArgsSystem.EventHandler<System.EventArgs>

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.html index c2db76685..1124d13dd 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.html @@ -91,36 +91,36 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            EditControlFontSizeSettings
                                                                                                            Implements
                                                                                                            - +
                                                                                                            System.Xml.Serialization.IXmlSerializable
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class EditControlFontSizeSettings : IXmlSerializable
                                                                                                            +
                                                                                                            public class EditControlFontSizeSettings

                                                                                                            Constructors

                                                                                                            @@ -138,7 +138,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            EditControlFontSizeSettings(bool, int, int)

                                                                                                            +

                                                                                                            EditControlFontSizeSettings(Boolean, Int32, Int32)

                                                                                                            Constructor that takes the given adapt font sizes flag, minimum font size, and maximum font size.

                                                                                                            @@ -157,19 +157,19 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean adaptFontSizes

                                                                                                            whether to adapt the font size

                                                                                                            - int + System.Int32 minFontSize

                                                                                                            minimum font size

                                                                                                            - int + System.Int32 maxFontSize

                                                                                                            maximum font size

                                                                                                            @@ -199,7 +199,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -225,7 +225,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -251,7 +251,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -261,7 +261,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Determines whether the given object is equal to this object.

                                                                                                            @@ -280,7 +280,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj

                                                                                                            object

                                                                                                            @@ -297,14 +297,14 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            whether given object equal to this object

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -326,14 +326,14 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32

                                                                                                            hash code

                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -355,7 +355,7 @@
                                                                                                            Returns
                                                                                                            - XmlSchema + System.Xml.Schema.XmlSchema

                                                                                                            null

                                                                                                            @@ -383,7 +383,7 @@
                                                                                                            Parameters
                                                                                                            - XmlReader + System.Xml.XmlReader reader

                                                                                                            this reader is supposed to magically point to the right place

                                                                                                            @@ -393,7 +393,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            Update(bool, int, int)

                                                                                                            +

                                                                                                            Update(Boolean, Int32, Int32)

                                                                                                            Updates the edit control font sizes.

                                                                                                            @@ -412,19 +412,19 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean adaptFontSizes

                                                                                                            whether to adapt the font size

                                                                                                            - int + System.Int32 minFontSize

                                                                                                            minimum font size

                                                                                                            - int + System.Int32 maxFontSize

                                                                                                            maximum font size

                                                                                                            @@ -453,7 +453,7 @@
                                                                                                            Parameters
                                                                                                            - XmlWriter + System.Xml.XmlWriter writer

                                                                                                            an XML writer for settings bundle content

                                                                                                            @@ -462,11 +462,11 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            - IXmlSerializable + System.Xml.Serialization.IXmlSerializable

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.html index a951fa8d9..2e0ad82c9 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            EditOperationConsolidatorVisitor
                                                                                                            @@ -102,28 +102,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -139,7 +139,8 @@
                                                                                                            AcceptVisitor(IEditOperationVisitor). When done the list of consolidated edit operations can be accessed from the ConsolidatedOperations property. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -176,7 +177,7 @@
                                                                                                            Property Value
                                                                                                            - ListIAbstractEditOperation + System.Collections.Generic.List<IAbstractEditOperation> @@ -301,7 +302,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.html index 2c4076857..11701a6f0 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.html @@ -90,7 +90,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            FindResultPainter
                                                                                                            @@ -113,25 +113,28 @@
                                                                                                            Inherited Members
                                                                                                            AbstractMarkPainter.PenWidth
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType() +
                                                                                                            +
                                                                                                            + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -171,7 +174,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -196,7 +199,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -206,9 +209,8 @@

                                                                                                            Methods -

                                                                                                            DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool)

                                                                                                            -

                                                                                                            abstract method for interface implementation

                                                                                                            -
                                                                                                            +

                                                                                                            DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -225,7 +227,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -235,35 +237,34 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle boundingRectangle - Rectangle + System.Drawing.Rectangle contentRectangle - bool + System.Boolean isFirstLine - bool + System.Boolean isLastLine
                                                                                                            Overrides
                                                                                                            - + -

                                                                                                            GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool)

                                                                                                            -

                                                                                                            abstract method for interface implementation

                                                                                                            -
                                                                                                            +

                                                                                                            GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean)

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -280,7 +281,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -290,17 +291,17 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle contentRectangle - bool + System.Boolean isFirstLine - bool + System.Boolean isLastLine @@ -316,20 +317,20 @@
                                                                                                            Returns
                                                                                                            - Rectangle + System.Drawing.Rectangle
                                                                                                            Overrides
                                                                                                            - +

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.html index e9d79361d..c947cf2ac 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            HorizontalLinePainter
                                                                                                            @@ -116,28 +116,28 @@
                                                                                                            Inherited Members
                                                                                                            AbstractMarkPainter.PenWidth
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -161,7 +161,7 @@

                                                                                                            Methods

                                                                                                            DrawLine(Graphics, Rectangle)

                                                                                                            -

                                                                                                            Implementation used by DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) to draw the line.

                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -179,12 +179,12 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g - Rectangle + System.Drawing.Rectangle contentRectangle @@ -200,7 +200,7 @@
                                                                                                            Returns
                                                                                                            - Rectangle + System.Drawing.Rectangle @@ -208,7 +208,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool)

                                                                                                            +

                                                                                                            DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean)

                                                                                                            Draw the line.

                                                                                                            @@ -227,7 +227,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -237,34 +237,34 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle boundingRectangle - Rectangle + System.Drawing.Rectangle contentRectangle - bool + System.Boolean isFirstLine - bool + System.Boolean isLastLine
                                                                                                            Overrides
                                                                                                            - + -

                                                                                                            GetLineRectangle(Rectangle, int)

                                                                                                            -

                                                                                                            Implementation used by GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) to calculate the line rectangle.

                                                                                                            +

                                                                                                            GetLineRectangle(Rectangle, Int32)

                                                                                                            +

                                                                                                            Implementation used by GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) to calculate the line rectangle.

                                                                                                            Declaration
                                                                                                            @@ -282,12 +282,12 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle contentRectangle - int + System.Int32 penWidth @@ -303,7 +303,7 @@
                                                                                                            Returns
                                                                                                            - Rectangle + System.Drawing.Rectangle @@ -311,7 +311,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool)

                                                                                                            +

                                                                                                            GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean)

                                                                                                            Returns a rectangle that represents the line that will be drawn.

                                                                                                            @@ -330,7 +330,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -340,17 +340,17 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle contentRectangle - bool + System.Boolean isFirstLine - bool + System.Boolean isLastLine @@ -366,20 +366,20 @@
                                                                                                            Returns
                                                                                                            - Rectangle + System.Drawing.Rectangle
                                                                                                            Overrides
                                                                                                            - +

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.IRowEventSource.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.IRowEventSource.html index f7cc8d1d8..0aa2b036b 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.IRowEventSource.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.IRowEventSource.html @@ -90,7 +90,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.html index f496d24f3..7f4487b92 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            InsertNodeOperation
                                                                                                            @@ -102,25 +102,25 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -235,13 +235,13 @@
                                                                                                            Returns
                                                                                                            - string + System.String
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.ToString()

                                                                                                            Implements

                                                                                                            IInsertNodeOperation @@ -251,7 +251,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.html index 828a01c7d..28e523ce2 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            InsertOperationConsolidator
                                                                                                            @@ -123,28 +123,28 @@
                                                                                                            Inherited Members
                                                                                                            AbstractOperationConsolidator.ThisOperation
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -313,7 +313,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.html index 11b1f1f53..e5eb61392 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.html @@ -91,34 +91,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            MarkupDataNodeIterator
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -187,7 +187,7 @@
                                                                                                            Parameters
                                                                                                            IAbstractNode from

                                                                                                            The first node to start from. This is typically a node somewhere - inside the container.

                                                                                                            +inside the container.

                                                                                                            @@ -224,7 +224,7 @@
                                                                                                            Parameters
                                                                                                            IMarkupDataNode from

                                                                                                            The first node to start from. This is typically a node somewhere - inside the container.

                                                                                                            +inside the container.

                                                                                                            @@ -290,7 +290,7 @@
                                                                                                            Parameters
                                                                                                            IAbstractContentNode upto

                                                                                                            The node at which to stop. Will not be part of the content iterated over, - and must be after the from node to be effective.

                                                                                                            +and must be after the from node to be effective.

                                                                                                            @@ -346,7 +346,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if another markup data node was found; false if not or the end of the bounding container was reached.

                                                                                                            @@ -374,7 +374,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true when a tag has been found; false when the end of the bounding container is reached or there are no tags within the container.

                                                                                                            @@ -385,7 +385,8 @@

                                                                                                            Useful when advancement to the next ITagPairContainerNode or IPlaceholderTagNode is required. -

                                                                                                            +

                                                                                                            + @@ -407,7 +408,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if the operation is successful; false if there is no preceding markup data node or the start of the bounding container is reached.

                                                                                                            @@ -435,7 +436,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true when a tag has been found; false when the start of the bounding container is reached or there are no tags within the container.

                                                                                                            @@ -446,10 +447,11 @@

                                                                                                            Useful when advancement to the previous ITagPairContainerNode or IPlaceholderTagNode is required. -

                                                                                                            +

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.html index 8bf4f455a..f58a3240d 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            PlainTextExtractionVisitor
                                                                                                            @@ -103,32 +103,32 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class PlainTextExtractionVisitor : INodeVisitor, IMarkupDataVisitor
                                                                                                            +
                                                                                                            public class PlainTextExtractionVisitor : INodeVisitor
                                                                                                            Remarks

                                                                                                            @@ -139,7 +139,8 @@

                                                                                                            VisitNode(IAbstractContentNode) for a single content node to be processed, or pass this object to AcceptNodeVisitor(INodeVisitor) for the node to be processed. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -175,7 +176,7 @@
                                                                                                            Parameters
                                                                                                            - StringBuilder + System.Text.StringBuilder appendResultTo @@ -206,7 +207,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -234,7 +235,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -260,7 +261,7 @@
                                                                                                            Property Value
                                                                                                            - StringBuilder + System.Text.StringBuilder @@ -952,7 +953,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.html index 53f75c8c2..f67b08af3 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.html @@ -95,34 +95,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            PlainTextMapper
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -147,8 +147,8 @@

                                                                                                            Properties

                                                                                                            IgnoreDeletedRevisonContent

                                                                                                            -

                                                                                                            When Set To: 'true', Indicates This Class Will Ignore Any Content In An 'IRevisionMarkerContainerNode' That Has Been Marked As Deleted, -And Will Not Include It In The Resulting 'PlainText' Property.

                                                                                                            +

                                                                                                            When Set To: 'true', Indicates This Class Will Ignore Any Content In An 'IRevisionMarkerContainerNode' That Has Been Marked As Deleted, +And Will Not Include It In The Resulting 'PlainText' Property.

                                                                                                            Declaration
                                                                                                            @@ -165,7 +165,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -191,7 +191,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -231,7 +231,7 @@
                                                                                                            Parameters

                                                                                                            CheckIfShouldRecurseContainer(IAbstractContainerNode)

                                                                                                            Asks The Question Should We Recurse Into Revision Marker Containers? -If We're Actively Wishing To Exclude Deleted Content (eg for: SpellChecking)

                                                                                                            +If We're Actively Wishing To Exclude Deleted Content (eg for: SpellChecking)

                                                                                                            Declaration
                                                                                                            @@ -265,7 +265,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -273,10 +273,10 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            GetRangeFromPlainTextOffsets(int, int)

                                                                                                            +

                                                                                                            GetRangeFromPlainTextOffsets(Int32, Int32)

                                                                                                            Returns the range corresponding to the portion of the plain text - string given by startIndex and endIndex. Returns null if there is no valid mapping -for the startIndex.

                                                                                                            +string given by startIndex and endIndex. Returns null if there is no valid mapping +for the startIndex.

                                                                                                            Declaration
                                                                                                            @@ -294,12 +294,12 @@
                                                                                                            Parameters
                                                                                                            - int + System.Int32 startIndex - int + System.Int32 endIndex @@ -322,7 +322,7 @@
                                                                                                            Returns

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.html index 5e4ba9d11..2a55859c4 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.html @@ -90,34 +90,34 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            ProjectEditorSettings
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -158,7 +158,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -184,7 +184,7 @@
                                                                                                            Property Value
                                                                                                            - Guid + System.Guid @@ -210,14 +210,14 @@
                                                                                                            Property Value
                                                                                                            - Dictionarystringstring + System.Collections.Generic.Dictionary<System.String, System.String>

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.html index dd76041cb..451394a80 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.html @@ -93,7 +93,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            RemoveFormattingVisitor
                                                                                                            @@ -146,28 +146,28 @@

                                                                                                            Inherited Members
                                                                                                            CopyFragmentVisitor.Fragment
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -303,7 +303,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.html index 7648da753..6c1813f53 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            RowNumberColumn
                                                                                                            @@ -105,7 +105,7 @@
                                                                                                            Implements
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -233,7 +233,8 @@
                                                                                                            TextFormat property. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -273,7 +274,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -302,7 +303,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -332,7 +333,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -353,7 +354,7 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32

                                                                                                            The height of the text to be shown for this row

                                                                                                            @@ -383,7 +384,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -393,27 +394,27 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle cellBounds - Pen + System.Drawing.Pen leftBorderPen - Pen + System.Drawing.Pen rightBorderPen - Pen + System.Drawing.Pen topBorderPen - Pen + System.Drawing.Pen bottomBorderPen @@ -425,7 +426,8 @@

                                                                                                            The implementation draws the cell with the appropriate background and borders, and displays the row number as text using the current text properties. -

                                                                                                            +

                                                                                                            + @@ -448,7 +450,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -464,7 +466,7 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32

                                                                                                            The width of the largest number expected to be shown in the column.

                                                                                                            @@ -510,7 +512,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String @@ -524,7 +526,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.html index 3184f9639..4fabe45cb 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.html @@ -91,11 +91,11 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public delegate Rectangle RowSizeAccessor(ICustomColumn column, int rowNumber)
                                                                                                            +
                                                                                                            public delegate Rectangle RowSizeAccessor(ICustomColumn column, int rowNumber);
                                                                                                            Parameters
                                                                                                            @@ -114,7 +114,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -131,7 +131,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -142,12 +142,12 @@

                                                                                                            Constructors -

                                                                                                            RowSizeAccessor(object, IntPtr)

                                                                                                            +

                                                                                                            RowSizeAccessor(Object, IntPtr)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public RowSizeAccessor(object @object, IntPtr method)
                                                                                                            +
                                                                                                            public RowSizeAccessor(object object, IntPtr method)
                                                                                                            Parameters
                                                                                                            intSystem.Int32 rowNumber

                                                                                                            The row number to return the size for.

                                                                                                            RectangleSystem.Drawing.Rectangle

                                                                                                            A rectangle of the current drawing position of the requested cell.

                                                                                                            @@ -160,12 +160,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -176,12 +176,12 @@

                                                                                                            Methods -

                                                                                                            BeginInvoke(ICustomColumn, int, AsyncCallback, object)

                                                                                                            +

                                                                                                            BeginInvoke(ICustomColumn, Int32, AsyncCallback, Object)

                                                                                                            Declaration
                                                                                                            -
                                                                                                            public virtual IAsyncResult BeginInvoke(ICustomColumn column, int rowNumber, AsyncCallback callback, object @object)
                                                                                                            +
                                                                                                            public virtual IAsyncResult BeginInvoke(ICustomColumn column, int rowNumber, AsyncCallback callback, object object)
                                                                                                            Parameters
                                                                                                            objectSystem.Object object
                                                                                                            IntPtrSystem.IntPtr method
                                                                                                            @@ -199,17 +199,17 @@
                                                                                                            Parameters
                                                                                                            - + - + - + @@ -225,7 +225,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -251,7 +251,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -267,7 +267,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -275,7 +275,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            Invoke(ICustomColumn, int)

                                                                                                            +

                                                                                                            Invoke(ICustomColumn, Int32)

                                                                                                            Declaration
                                                                                                            @@ -298,7 +298,7 @@
                                                                                                            Parameters
                                                                                                            - + @@ -314,14 +314,14 @@
                                                                                                            Returns
                                                                                                            - +
                                                                                                            intSystem.Int32 rowNumber
                                                                                                            AsyncCallbackSystem.AsyncCallback callback
                                                                                                            objectSystem.Object object
                                                                                                            IAsyncResultSystem.IAsyncResult
                                                                                                            IAsyncResultSystem.IAsyncResult result
                                                                                                            RectangleSystem.Drawing.Rectangle
                                                                                                            intSystem.Int32 rowNumber
                                                                                                            RectangleSystem.Drawing.Rectangle

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.html index 52044b781..05738eac0 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            @@ -118,7 +118,7 @@
                                                                                                            Inherited Members
                                                                                                            RowNumberColumn.HorizontalPadding
                                                                                                            AbstractCustomColumn.GetFont() @@ -208,28 +208,28 @@
                                                                                                            Inherited Members
                                                                                                            AbstractCustomColumn.IsComplex
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -240,11 +240,11 @@
                                                                                                            MaxWidthRowId property. If this property is not set it is estimated in the same manner as for the row number column, where it is calculated as the width of a number consisting -entirely of digits '8', where the max number of digits is estimated +entirely of digits '8', where the max number of digits is estimated to the same number of digits as total number of rows (not segments) in the edit control. I.e. if the edit control contains 0-9 rows the column is sized -to fit the number '8', for 10-99 rows the number '88' is used to determine -the optimal column width, for 100-999 rows '888' is used, etc. +to fit the number '8', for 10-99 rows the number '88' is used to determine +the optimal column width, for 100-999 rows '888' is used, etc.

                                                                                                            If segment IDs other than sequential numbers are used this will mean that the segment ID may not fit on a single line in the column. If this is the @@ -287,7 +287,7 @@

                                                                                                            Property Value
                                                                                                            - string + System.String @@ -297,7 +297,8 @@
                                                                                                            Methods
                                                                                                            @@ -322,7 +323,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -338,7 +339,7 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32 @@ -383,7 +384,7 @@
                                                                                                            Returns
                                                                                                            - string + System.String @@ -399,7 +400,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.SquiggleShape.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.SquiggleShape.html index a4c2ef09c..094771807 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.SquiggleShape.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.SquiggleShape.html @@ -89,11 +89,11 @@

                                                                                                            The shape of the squiggles

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public enum SquigglyLinePainter.SquiggleShape
                                                                                                            +
                                                                                                            public enum SquiggleShape

                                                                                                            Fields

                                                                                                            @@ -122,6 +122,10 @@

                                                                                                            Fields +

                                                                                                            Extension Methods

                                                                                                            + diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.html index 7633b9f78..c2d3fe98f 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            SquigglyLinePainter
                                                                                                            @@ -103,6 +103,12 @@
                                                                                                            Implements
                                                                                                            - object.ToString() + System.Object.ToString() +
                                                                                                            +
                                                                                                            + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.GetHashCode()
                                                                                                            - object.GetHashCode() + System.Object.GetType()
                                                                                                            - object.GetType() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -178,7 +187,7 @@
                                                                                                            Property Value
                                                                                                            - SquigglyLinePainterSquiggleShape + SquigglyLinePainter.SquiggleShape @@ -204,7 +213,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -230,7 +239,7 @@
                                                                                                            Property Value
                                                                                                            - int + System.Int32 @@ -240,7 +249,7 @@

                                                                                                            Methods -

                                                                                                            DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool)

                                                                                                            +

                                                                                                            DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean)

                                                                                                            Draw the squiggly underline.

                                                                                                            @@ -259,7 +268,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -269,33 +278,33 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle boundingRectangle - Rectangle + System.Drawing.Rectangle contentRectangle - bool + System.Boolean isFirstLine - bool + System.Boolean isLastLine
                                                                                                            Overrides
                                                                                                            - + -

                                                                                                            GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool)

                                                                                                            +

                                                                                                            GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean)

                                                                                                            Returns a box that is SquiggleHeight high in the location.

                                                                                                            @@ -314,7 +323,7 @@
                                                                                                            Parameters
                                                                                                            - Graphics + System.Drawing.Graphics g @@ -324,17 +333,17 @@
                                                                                                            Parameters
                                                                                                            - Rectangle + System.Drawing.Rectangle contentRectangle - bool + System.Boolean isFirstLine - bool + System.Boolean isLastLine @@ -350,20 +359,20 @@
                                                                                                            Returns
                                                                                                            - Rectangle + System.Drawing.Rectangle
                                                                                                            Overrides
                                                                                                            - +

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.html index bf43382a0..582eacfbf 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TagPaintingProperties
                                                                                                            @@ -102,28 +102,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -156,18 +156,18 @@
                                                                                                            Parameters
                                                                                                            - Color + System.Drawing.Color outlineColor - Color + System.Drawing.Color backgroundColor

                                                                                                            This value is the lighter gradient parameter: the darker one is calculated.

                                                                                                            - Color + System.Drawing.Color textColor @@ -198,24 +198,24 @@
                                                                                                            Parameters
                                                                                                            - Color + System.Drawing.Color outlineColor - Color + System.Drawing.Color backgroundColor1

                                                                                                            The background color in the upper left.

                                                                                                            - Color + System.Drawing.Color backgroundColor2

                                                                                                            The background color in the lower right.

                                                                                                            - Color + System.Drawing.Color textColor @@ -246,29 +246,29 @@
                                                                                                            Parameters
                                                                                                            - Color + System.Drawing.Color outlineColor - Color + System.Drawing.Color backgroundColor1

                                                                                                            The background color in the upper left.

                                                                                                            - Color + System.Drawing.Color backgroundColor2

                                                                                                            The background color in the lower right.

                                                                                                            - Color + System.Drawing.Color textColor - FontStyle + System.Drawing.FontStyle textFormatting @@ -298,7 +298,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -325,7 +325,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -351,7 +351,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -377,7 +377,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -403,7 +403,7 @@
                                                                                                            Property Value
                                                                                                            - Color + System.Drawing.Color @@ -429,7 +429,7 @@
                                                                                                            Property Value
                                                                                                            - FontStyle + System.Drawing.FontStyle @@ -439,7 +439,7 @@

                                                                                                            Methods -

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            PopulateFromSettingsGroup(ISettingsGroup, String)

                                                                                                            Populates this object with the settings contained in the provided settings group.

                                                                                                            @@ -464,7 +464,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingId

                                                                                                            The setting ID to use to load the settings.

                                                                                                            @@ -474,7 +474,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            SaveToSettingsGroup(ISettingsGroup, string)

                                                                                                            +

                                                                                                            SaveToSettingsGroup(ISettingsGroup, String)

                                                                                                            Saves the current state of this object to the provided settings group.

                                                                                                            @@ -499,7 +499,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String settingId

                                                                                                            The setting ID to use to save the settings.

                                                                                                            @@ -512,7 +512,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TermRecognitionBoldPainter.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TermRecognitionBoldPainter.html index 8bcaef5c0..6f12b9039 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TermRecognitionBoldPainter.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TermRecognitionBoldPainter.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            @@ -104,10 +104,10 @@
                                                                                                            Implements
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -170,7 +179,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextMark.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextMark.html index 289d0c0ad..df4dc9d1f 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextMark.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextMark.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TextMark
                                                                                                            @@ -101,28 +101,28 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -254,7 +254,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.html b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.html index 6828df689..35220c61f 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.html @@ -92,7 +92,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            TextOnlyFragmentVisitor
                                                                                                            @@ -130,28 +130,28 @@

                                                                                                            Inherited Members
                                                                                                            CopyFragmentVisitor.Fragment
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApiImplementation
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi.Implementation
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -437,7 +437,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.InteractiveEventFlags.html b/api/integration/Sdl.DesktopEditor.EditorApi.InteractiveEventFlags.html index 86d3a074e..900aa7b62 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.InteractiveEventFlags.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.InteractiveEventFlags.html @@ -91,7 +91,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -155,6 +155,10 @@

                                                                                                            Fields +

                                                                                                            Extension Methods

                                                                                                            +
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.html b/api/integration/Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.html index 68451abc7..28dc2f24b 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.html @@ -92,74 +92,74 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.Exception
                                                                                                            InvalidEditOperationException
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.Runtime.Serialization.ISerializable
                                                                                                            +
                                                                                                            System.Runtime.InteropServices._Exception
                                                                                                            Inherited Members
                                                                                                            - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                            - Exception.ToString() + System.Exception.ToString()
                                                                                                            - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                            - Exception.GetType() + System.Exception.GetType()
                                                                                                            - Exception.Message + System.Exception.Message
                                                                                                            - Exception.Data + System.Exception.Data
                                                                                                            - Exception.InnerException + System.Exception.InnerException
                                                                                                            - Exception.TargetSite + System.Exception.TargetSite
                                                                                                            - Exception.StackTrace + System.Exception.StackTrace
                                                                                                            - Exception.HelpLink + System.Exception.HelpLink
                                                                                                            - Exception.Source + System.Exception.Source
                                                                                                            - Exception.HResult + System.Exception.HResult
                                                                                                            - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -173,7 +173,8 @@
                                                                                                            AfterEditOperationAborted event, and may be shown to the user to explain why the edit was not permitted. -

                                                                                                            +

                                                                                                            +

                                                                                                            Constructors

                                                                                                            @@ -209,12 +210,12 @@
                                                                                                            Parameters
                                                                                                            - SerializationInfo + System.Runtime.Serialization.SerializationInfo info - StreamingContext + System.Runtime.Serialization.StreamingContext context @@ -223,7 +224,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            InvalidEditOperationException(string, string)

                                                                                                            +

                                                                                                            InvalidEditOperationException(String, String)

                                                                                                            Prevent edit with message explaining why the edit is not permitted.

                                                                                                            @@ -242,13 +243,13 @@
                                                                                                            Parameters
                                                                                                            - string + System.String source

                                                                                                            name of the component that generates the execption

                                                                                                            - string + System.String message @@ -257,7 +258,7 @@
                                                                                                            Parameters
                                                                                                            -

                                                                                                            InvalidEditOperationException(string, string, Exception)

                                                                                                            +

                                                                                                            InvalidEditOperationException(String, String, Exception)

                                                                                                            mesage and inner exception

                                                                                                            @@ -276,18 +277,18 @@
                                                                                                            Parameters
                                                                                                            - string + System.String source

                                                                                                            name of the component that generates the execption

                                                                                                            - string + System.String message - Exception + System.Exception inner @@ -295,14 +296,14 @@
                                                                                                            Parameters

                                                                                                            Implements

                                                                                                            - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                            - _Exception + System.Runtime.InteropServices._Exception

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.html b/api/integration/Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.html index 69d0cddd9..4bb980e93 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.html @@ -86,39 +86,39 @@

                                                                                                            Class MarkupDataNodeFinder

                                                                                                            -

                                                                                                            Helper class that can be used with Find(Predicate<INode>, bool) to locate markup data nodes.

                                                                                                            +

                                                                                                            Helper class that can be used with Find(Predicate<INode>, Boolean) to locate markup data nodes.

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            MarkupDataNodeFinder
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -195,7 +195,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -239,7 +239,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean @@ -283,14 +283,14 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.MarkupDisplayMode.html b/api/integration/Sdl.DesktopEditor.EditorApi.MarkupDisplayMode.html index a0c250793..32fac457c 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.MarkupDisplayMode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.MarkupDisplayMode.html @@ -89,7 +89,7 @@

                                                                                                            The different settings for track changes markup display in the side-by-side editor.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -122,6 +122,10 @@

                                                                                                            Fields +

                                                                                                            Extension Methods

                                                                                                            +
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.html index 95b3eef29..41d1f099b 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.html @@ -91,8 +91,8 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            MouseEnteringNodeEventArgs
                                                                                                            @@ -103,31 +103,31 @@
                                                                                                            Inherited Members
                                                                                                            EditControlEventArgs.EditControl
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.html index c61ada907..5dd23e0e6 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.html @@ -91,8 +91,8 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            MouseLeavingNodeEventArgs
                                                                                                            @@ -106,31 +106,31 @@
                                                                                                            Inherited Members
                                                                                                            EditControlEventArgs.EditControl
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.html index c501ebf7e..3f75dbbc3 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.html @@ -92,8 +92,8 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            MouseOverTextMarksChangedEventArgs
                                                                                                            @@ -103,31 +103,31 @@

                                                                                                            Inherited Members
                                                                                                            EditControlEventArgs.EditControl
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Move.html b/api/integration/Sdl.DesktopEditor.EditorApi.Move.html index 1c30d057b..2b2e4708b 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Move.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Move.html @@ -87,10 +87,10 @@

                                                                                                            Enum Move

                                                                                                            Lists different types of selection moves that can be executed through -the Move(Move, bool) operation.

                                                                                                            +the Move(Move, Boolean) operation.

                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -180,6 +180,10 @@

                                                                                                            Fields +

                                                                                                            Extension Methods

                                                                                                            +
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.NodeIterator.html b/api/integration/Sdl.DesktopEditor.EditorApi.NodeIterator.html index fd4730fcf..f2d089041 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.NodeIterator.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.NodeIterator.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            NodeIterator
                                                                                                            @@ -125,28 +125,28 @@

                                                                                                            Inherited Members
                                                                                                            ContentNodeIterator.EndNode
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -216,7 +216,7 @@
                                                                                                            Parameters
                                                                                                            IAbstractNode from

                                                                                                            The first node to start from. This is typically a node somewhere - inside the container.

                                                                                                            +inside the container.

                                                                                                            @@ -282,7 +282,7 @@
                                                                                                            Parameters
                                                                                                            IAbstractContentNode upto

                                                                                                            The node at which to stop. Will not be part of the content iterated over, - and must be after the from node to be effective.

                                                                                                            +and must be after the from node to be effective.

                                                                                                            @@ -319,7 +319,7 @@
                                                                                                            Overrides

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.OverwriteModeChangedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.OverwriteModeChangedEventArgs.html index c3a8cf628..427ac3896 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.OverwriteModeChangedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.OverwriteModeChangedEventArgs.html @@ -91,8 +91,8 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            OverwriteModeChangedEventArgs
                                                                                                            @@ -102,31 +102,31 @@

                                                                                                            Inherited Members
                                                                                                            EditControlEventArgs.EditControl
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Declaration

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.html index 6b51689cd..88461c8a6 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            ParagraphUnitPropertiesChangedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.html index 26ff01106..49d4d9ff8 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            PersistentScrollInfoChangedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -144,7 +144,7 @@
                                                                                                            Declaration
                                                                                                            -

                                                                                                            PersistentScrollInfoChangedEventArgs(long, long, long, long)

                                                                                                            +

                                                                                                            PersistentScrollInfoChangedEventArgs(Int64, Int64, Int64, Int64)

                                                                                                            Construct from explicit values.

                                                                                                            @@ -163,22 +163,22 @@
                                                                                                            Parameters
                                                                                                            - long + System.Int64 oldRowNumber - long + System.Int64 oldOffset - long + System.Int64 newRowNumber - long + System.Int64 newOffset @@ -207,7 +207,7 @@
                                                                                                            Property Value
                                                                                                            - long + System.Int64 @@ -233,7 +233,7 @@
                                                                                                            Property Value
                                                                                                            - long + System.Int64 @@ -259,7 +259,7 @@
                                                                                                            Property Value
                                                                                                            - long + System.Int64 @@ -285,14 +285,14 @@
                                                                                                            Property Value
                                                                                                            - long + System.Int64

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Position.html b/api/integration/Sdl.DesktopEditor.EditorApi.Position.html index dc855958e..80331b41c 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Position.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Position.html @@ -91,33 +91,33 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            Position
                                                                                                            Implements
                                                                                                            - - +
                                                                                                            System.ICloneable
                                                                                                            +
                                                                                                            System.IComparable<Position>
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -137,7 +137,8 @@
                                                                                                            Declaration
                                                                                                            public Position()
                                                                                                            Remarks
                                                                                                            -

                                                                                                            The object is not considered valid until a node has been set.

                                                                                                            +

                                                                                                            The object is not considered valid until a node has been set.

                                                                                                            +
                                                                                                            @@ -170,11 +171,12 @@
                                                                                                            Parameters
                                                                                                            Remarks

                                                                                                            Use this constructor for position that are not inside text nodes. -

                                                                                                            +

                                                                                                            + -

                                                                                                            Position(ITextNode, long)

                                                                                                            +

                                                                                                            Position(ITextNode, Int64)

                                                                                                            Constructs a position that references a location inside a text node.

                                                                                                            @@ -199,7 +201,7 @@
                                                                                                            Parameters
                                                                                                            - long + System.Int64 textOffset

                                                                                                            0-based offset in the text of the text node.

                                                                                                            @@ -257,7 +259,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -267,7 +269,8 @@
                                                                                                            Remarks
                                                                                                            The position is not valid if the node is null, if the text offset is negative, if the text offset is non-zero for a non-text node or if the text offset is greater or equal to the length of the node. -

                                                                                                            +

                                                                                                            + @@ -315,7 +318,7 @@
                                                                                                            Property Value
                                                                                                            - long + System.Int64 @@ -343,7 +346,7 @@
                                                                                                            Returns
                                                                                                            - object + System.Object @@ -386,9 +389,9 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32

                                                                                                            1 if the other position appears before this one, 0 if they are equal or -1 if this position - appears before the other.

                                                                                                            +appears before the other.

                                                                                                            @@ -407,11 +410,12 @@
                                                                                                            -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            True if referring to the same node and text offset.

                                                                                                            @@ -430,7 +434,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -446,13 +450,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -474,7 +478,7 @@
                                                                                                            Returns
                                                                                                            - ListIAbstractContainerNode + System.Collections.Generic.List<IAbstractContainerNode> @@ -500,13 +504,13 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()
                                                                                                            @@ -545,7 +549,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if both positions are valid, in the same root container, and the this position is after the other.

                                                                                                            @@ -590,7 +594,7 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            true if both positions are valid, in the same root container, and the this position is before the other.

                                                                                                            @@ -599,14 +603,14 @@
                                                                                                            Returns

                                                                                                            Implements

                                                                                                            - ICloneable + System.ICloneable
                                                                                                            - IComparable<T> + System.IComparable<T>

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.html index 53da631a6..d6722228c 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            RowChangedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -162,7 +162,7 @@
                                                                                                            Field Value
                                                                                                            - bool + System.Boolean @@ -186,7 +186,7 @@
                                                                                                            Field Value
                                                                                                            - bool + System.Boolean @@ -221,7 +221,7 @@
                                                                                                            Property Value

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.html index c4a057350..ab0ae50d6 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.html @@ -93,38 +93,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            RowsChangedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -166,7 +166,7 @@
                                                                                                            Property Value
                                                                                                            - IListIRowInfo + System.Collections.Generic.IList<IRowInfo> @@ -192,14 +192,14 @@
                                                                                                            Property Value
                                                                                                            - IListIRowInfo + System.Collections.Generic.IList<IRowInfo>

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.html index f8b615741..80322e369 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            SegmentPropertiesChangedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.SelectionChangedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.SelectionChangedEventArgs.html index 571176ae1..b3abaa9d4 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.SelectionChangedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.SelectionChangedEventArgs.html @@ -91,8 +91,8 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            SelectionChangedEventArgs
                                                                                                            @@ -102,31 +102,31 @@

                                                                                                            Inherited Members
                                                                                                            EditControlEventArgs.EditControl
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -146,7 +146,7 @@
                                                                                                            Declaration

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.Shading.html b/api/integration/Sdl.DesktopEditor.EditorApi.Shading.html index aa33dce35..927e8a73a 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.Shading.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.Shading.html @@ -89,7 +89,7 @@

                                                                                                            Background shading state used for rows in the edit control.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -122,6 +122,10 @@

                                                                                                            Fields +

                                                                                                            Extension Methods

                                                                                                            +
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.html index a5878d61e..ab6110872 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.html @@ -91,8 +91,8 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            SourceEditingModeEndedEventArgs
                                                                                                            @@ -102,31 +102,31 @@

                                                                                                            Inherited Members
                                                                                                            EditControlEventArgs.EditControl
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.html index aef154aad..5d9449b28 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.html @@ -91,8 +91,8 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            SourceEditingModeStartedEventArgs
                                                                                                            @@ -102,31 +102,31 @@

                                                                                                            Inherited Members
                                                                                                            EditControlEventArgs.EditControl
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.TagDisplayMode.html b/api/integration/Sdl.DesktopEditor.EditorApi.TagDisplayMode.html index 65b156ef5..5d1e99ffb 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.TagDisplayMode.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.TagDisplayMode.html @@ -89,7 +89,7 @@

                                                                                                            The different settings for tag display text in the side-by-side editor.

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -127,7 +127,7 @@

                                                                                                            Fields

                                                                                                            Show the TagContent on the tag. This shows the full text that the tag consists of, and it can result in very long tags. However it is sometimes important to see exactly -what the content of a tag is, and that's when this mode is useful.

                                                                                                            +what the content of a tag is, and that's when this mode is useful.

                                                                                                            @@ -147,6 +147,10 @@

                                                                                                            Fields +

                                                                                                            Extension Methods

                                                                                                            +
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.TextMarkLayer.html b/api/integration/Sdl.DesktopEditor.EditorApi.TextMarkLayer.html index 21a808327..161333d68 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.TextMarkLayer.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.TextMarkLayer.html @@ -91,7 +91,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -123,6 +123,10 @@

                                                                                                            Fields +

                                                                                                            Extension Methods

                                                                                                            +
                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.html index dccd3a928..c8c51b9a0 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.html @@ -91,38 +91,38 @@

                                                                                                            Inheritance
                                                                                                            - - +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            System.EventArgs
                                                                                                            UndoBufferContentChangedEventArgs
                                                                                                            Inherited Members
                                                                                                            - EventArgs.Empty + System.EventArgs.Empty
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -133,7 +133,7 @@

                                                                                                            Constructors -

                                                                                                            UndoBufferContentChangedEventArgs(bool)

                                                                                                            +

                                                                                                            UndoBufferContentChangedEventArgs(Boolean)

                                                                                                            default constructor

                                                                                                            @@ -152,7 +152,7 @@
                                                                                                            Parameters
                                                                                                            - bool + System.Boolean isDocumentContentChanged @@ -181,16 +181,17 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean
                                                                                                            Remarks
                                                                                                            -

                                                                                                            Flushing the undo buffer does not affect the document content.

                                                                                                            +

                                                                                                            Flushing the undo buffer does not affect the document content.

                                                                                                            +

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.VScrollEventArgs.html b/api/integration/Sdl.DesktopEditor.EditorApi.VScrollEventArgs.html index be47da087..cfd44b8a2 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.VScrollEventArgs.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.VScrollEventArgs.html @@ -91,48 +91,10 @@

                                                                                                            Inheritance
                                                                                                            - - - -
                                                                                                            VScrollEventArgs
                                                                                                            +
                                                                                                            System.Object
                                                                                                            +
                                                                                                            VScrollEventArgs
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.DesktopEditorEditorApi
                                                                                                            +
                                                                                                            Namespace: Sdl.DesktopEditor.EditorApi
                                                                                                            Assembly: Sdl.DesktopEditor.EditorApi.dll
                                                                                                            Syntax
                                                                                                            @@ -143,7 +105,7 @@

                                                                                                            Constructors -

                                                                                                            VScrollEventArgs(ScrollEventType, int, int)

                                                                                                            +

                                                                                                            VScrollEventArgs(ScrollEventType, Int32, Int32)

                                                                                                            Wraps the Windows Forms constructor.

                                                                                                            @@ -162,17 +124,17 @@
                                                                                                            Parameters
                                                                                                            - ScrollEventType + System.Windows.Forms.ScrollEventType type - int + System.Int32 oldValue - int + System.Int32 newValue @@ -229,7 +191,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -257,16 +219,14 @@
                                                                                                            Returns
                                                                                                            - string + System.String -
                                                                                                            Overrides
                                                                                                            -

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.html b/api/integration/Sdl.DesktopEditor.EditorApi.html index be6c56465..00ac29548 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.html +++ b/api/integration/Sdl.DesktopEditor.EditorApi.html @@ -157,7 +157,7 @@

                                                                                                            MarkupDataNodeFinder

                                                                                                            -

                                                                                                            Helper class that can be used with Find(Predicate<INode>, bool) to locate markup data nodes.

                                                                                                            +

                                                                                                            Helper class that can be used with Find(Predicate<INode>, Boolean) to locate markup data nodes.

                                                                                                            MouseEnteringNodeEventArgs

                                                                                                            Information passed to the MouseEnteringNode event.

                                                                                                            @@ -237,12 +237,6 @@

                                                                                                            I

                                                                                                            IBookmarkNode

                                                                                                            A leaf node representing a temporary bookmark.

                                                                                                            -
                                                                                                            -

                                                                                                            IChangeGhostStatusOperation

                                                                                                            -

                                                                                                            Represents an operation that changed the ghost status of a start/end node.

                                                                                                            -
                                                                                                            -

                                                                                                            IChangeTextOperation

                                                                                                            -

                                                                                                            Represents an edit operation that changed the text in a text node.

                                                                                                            IChangeableBookmarkNode

                                                                                                            A changeable bookmark node, e.g. as used in a document fragment.

                                                                                                            @@ -294,6 +288,12 @@

                                                                                                            IChangeableTextNode

                                                                                                            A changeable text node, e.g. as used in a document fragment.

                                                                                                            +
                                                                                                            +

                                                                                                            IChangeGhostStatusOperation

                                                                                                            +

                                                                                                            Represents an operation that changed the ghost status of a start/end node.

                                                                                                            +
                                                                                                            +

                                                                                                            IChangeTextOperation

                                                                                                            +

                                                                                                            Represents an edit operation that changed the text in a text node.

                                                                                                            ICollectiveUndoCommand

                                                                                                            Interface representing a self-executing command in the undo buffer. This @@ -330,8 +330,8 @@

                                                                                                            IC is not after the upto position, by testing if the selection is reversed and in that case reversing it.

                                                                                                            -The selection can be explicitly moved through the methods Move(Move, bool) and -MoveTo(Position, bool). +The selection can be explicitly moved through the methods Move(Move, Boolean) and +MoveTo(Position, Boolean).

                                                                                                            The selection is never null but may not always be valid. Use IsValid to test whether @@ -445,7 +445,8 @@

                                                                                                            IRowInfo

                                                                                                            +

                                                                                                            +

                                                                                                            ISegmentContainerNode

                                                                                                            Source or target language segment in the editor.

                                                                                                            @@ -528,7 +529,7 @@

                                                                                                            Ma

                                                                                                            Move

                                                                                                            Lists different types of selection moves that can be executed through -the Move(Move, bool) operation.

                                                                                                            +the Move(Move, Boolean) operation.

                                                                                                            Shading

                                                                                                            Background shading state used for rows in the edit control.

                                                                                                            @@ -544,7 +545,7 @@

                                                                                                            TextMa

                                                                                                            Delegates

                                                                                                            ContentRange.ReductionAllowedTest

                                                                                                            -

                                                                                                            This delegat defines the method signature used by the ReduceRanges(List<ContentRange>, ReductionAllowedTest) helper +

                                                                                                            This delegat defines the method signature used by the ReduceRanges(List<ContentRange>, ContentRange.ReductionAllowedTest) helper to determine if two ranges that have the same parent can be merged.

                                                                                                            CorrespondenceProvider

                                                                                                            diff --git a/api/integration/Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.html b/api/integration/Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.html index e943eb40c..cc3eb651a 100644 --- a/api/integration/Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.html +++ b/api/integration/Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.html @@ -88,7 +88,7 @@

                                                                                                            -

                                                                                                            Namespace: SdlSdl.LanguageCloudIdentityApi
                                                                                                            +
                                                                                                            Namespace: Sdl.LanguageCloud.IdentityApi
                                                                                                            Assembly: Sdl.LanguageCloud.IdentityApi.dll
                                                                                                            Syntax
                                                                                                            @@ -116,32 +116,7 @@
                                                                                                            Property Value
                                                                                                            - string - - - - - - - -

                                                                                                            ActiveAccountId

                                                                                                            -
                                                                                                            -
                                                                                                            -
                                                                                                            Declaration
                                                                                                            -
                                                                                                            -
                                                                                                            string ActiveAccountId { get; }
                                                                                                            -
                                                                                                            -
                                                                                                            Property Value
                                                                                                            - - - - - - - - - - + @@ -166,7 +141,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -191,7 +166,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -216,7 +191,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -266,7 +241,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -291,7 +266,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -345,7 +320,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -370,7 +345,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -378,7 +353,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            TryLogin(out string, bool)

                                                                                                            +

                                                                                                            TryLogin(out String, Boolean)

                                                                                                            Declaration
                                                                                                            @@ -396,12 +371,12 @@
                                                                                                            Parameters
                                                                                                            - + - + @@ -417,7 +392,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -443,14 +418,14 @@
                                                                                                            Event Type
                                                                                                            - +
                                                                                                            TypeDescription
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            boolSystem.Boolean
                                                                                                            boolSystem.Boolean
                                                                                                            stringSystem.String errorMessage
                                                                                                            boolSystem.Boolean showLoginDialog
                                                                                                            boolSystem.Boolean
                                                                                                            EventHandlerSystem.EventHandler

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.LanguageCloud.IdentityApi.LanguageCloudCredentialInfo.html b/api/integration/Sdl.LanguageCloud.IdentityApi.LanguageCloudCredentialInfo.html index ec257287d..0e62d35bd 100644 --- a/api/integration/Sdl.LanguageCloud.IdentityApi.LanguageCloudCredentialInfo.html +++ b/api/integration/Sdl.LanguageCloud.IdentityApi.LanguageCloudCredentialInfo.html @@ -91,38 +91,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            LanguageCloudCredentialInfo
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.LanguageCloudIdentityApi
                                                                                                            +
                                                                                                            Namespace: Sdl.LanguageCloud.IdentityApi
                                                                                                            Assembly: Sdl.LanguageCloud.IdentityApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class LanguageCloudCredentialInfo
                                                                                                            +
                                                                                                            public class LanguageCloudCredentialInfo : Object

                                                                                                            Properties

                                                                                                            @@ -130,7 +106,7 @@

                                                                                                            Properties

                                                                                                            AccountName

                                                                                                            -

                                                                                                            The name of the user's active account.

                                                                                                            +

                                                                                                            The name of the user's active account.

                                                                                                            Declaration
                                                                                                            @@ -147,7 +123,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -173,14 +149,14 @@
                                                                                                            Property Value
                                                                                                            - string + System.String

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.LanguageCloud.IdentityApi.LanguageCloudIdentityApi.html b/api/integration/Sdl.LanguageCloud.IdentityApi.LanguageCloudIdentityApi.html index e87cf77cd..0f2a4778e 100644 --- a/api/integration/Sdl.LanguageCloud.IdentityApi.LanguageCloudIdentityApi.html +++ b/api/integration/Sdl.LanguageCloud.IdentityApi.LanguageCloudIdentityApi.html @@ -91,42 +91,18 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            LanguageCloudIdentityApi
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.LanguageCloudIdentityApi
                                                                                                            +
                                                                                                            Namespace: Sdl.LanguageCloud.IdentityApi
                                                                                                            Assembly: Sdl.LanguageCloud.IdentityApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class LanguageCloudIdentityApi : ILanguageCloudIdentityApi
                                                                                                            +
                                                                                                            public class LanguageCloudIdentityApi : Object, ILanguageCloudIdentityApi

                                                                                                            Properties

                                                                                                            @@ -150,7 +126,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -163,8 +139,7 @@

                                                                                                            Declaration
                                                                                                            -
                                                                                                            [Obsolete("No longer available")]
                                                                                                            -public string ActiveAccountId { get; }
                                                                                                            +
                                                                                                            public string ActiveAccountId { get; }
                                                                                                            Property Value
                                                                                                            @@ -176,7 +151,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -201,7 +176,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -226,7 +201,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -251,7 +226,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -329,7 +304,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -355,7 +330,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -409,7 +384,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -418,7 +393,8 @@
                                                                                                            Returns

                                                                                                            Logout()

                                                                                                            -

                                                                                                            Logout from LanguageCloud and clear any credentials stored in memory. Returns a bool value representing the success or failure of the logout operation.

                                                                                                            +

                                                                                                            Logout from LanguageCloud and clear any credentials stored in memory. +Returns a bool value representing the success or failure of the logout operation.

                                                                                                            Declaration
                                                                                                            @@ -435,7 +411,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -444,7 +420,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            TryLogin(out string, bool)

                                                                                                            +

                                                                                                            TryLogin(out String, Boolean)

                                                                                                            Login to LanguageCloud using the credentials stored in memory or provided through the Login dialog. Returns a bool value representing the success or failure of the login operation.

                                                                                                            @@ -463,13 +439,13 @@
                                                                                                            Parameters
                                                                                                            - + - - + @@ -486,7 +462,7 @@
                                                                                                            Returns
                                                                                                            - + @@ -514,7 +490,7 @@
                                                                                                            Event Type
                                                                                                            - + @@ -525,7 +501,7 @@

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.LanguageCloud.IdentityApi.LoginData.html b/api/integration/Sdl.LanguageCloud.IdentityApi.LoginData.html index 3cb157410..1d0f61d6e 100644 --- a/api/integration/Sdl.LanguageCloud.IdentityApi.LoginData.html +++ b/api/integration/Sdl.LanguageCloud.IdentityApi.LoginData.html @@ -90,38 +90,14 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            LoginData
                                                                                                            - -

                                                                                                            Namespace: SdlSdl.LanguageCloudIdentityApi
                                                                                                            +
                                                                                                            Namespace: Sdl.LanguageCloud.IdentityApi
                                                                                                            Assembly: Sdl.LanguageCloud.IdentityApi.dll
                                                                                                            Syntax
                                                                                                            -
                                                                                                            public class LoginData
                                                                                                            +
                                                                                                            public class LoginData : Object

                                                                                                            Constructors

                                                                                                            @@ -157,7 +133,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -182,7 +158,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -207,7 +183,7 @@
                                                                                                            Property Value
                                                                                                            - + @@ -232,14 +208,14 @@
                                                                                                            Property Value
                                                                                                            - +
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            boolSystem.Boolean
                                                                                                            boolSystem.Boolean

                                                                                                            True if logout succeeded. False if logout failed

                                                                                                            stringSystem.String errorMessage

                                                                                                            A string containing an error message if the login failed.

                                                                                                            +

                                                                                                            A string containing an error message if the login failed.

                                                                                                            boolSystem.Boolean showLoginDialog

                                                                                                            Optional parameter that specifies if the Studio dialog for Login should be displayed.

                                                                                                            boolSystem.Boolean

                                                                                                            True if login succeeded. False if login failed

                                                                                                            EventHandlerSystem.EventHandler
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String
                                                                                                            stringSystem.String

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.TellMe.ProviderApi.AbstractTellMeAction.html b/api/integration/Sdl.TellMe.ProviderApi.AbstractTellMeAction.html index 8cee13786..01eccc462 100644 --- a/api/integration/Sdl.TellMe.ProviderApi.AbstractTellMeAction.html +++ b/api/integration/Sdl.TellMe.ProviderApi.AbstractTellMeAction.html @@ -91,7 +91,7 @@

                                                                                                            Inheritance
                                                                                                            - +
                                                                                                            System.Object
                                                                                                            AbstractTellMeAction
                                                                                                            @@ -101,22 +101,22 @@
                                                                                                            Implements
                                                                                                            Inherited Members
                                                                                                            - object.ToString() + System.Object.ToString()
                                                                                                            - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                            - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                            - object.GetType() + System.Object.GetType()
                                                                                                            - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                            -
                                                                                                            Namespace: SdlSdl.TellMeProviderApi
                                                                                                            +
                                                                                                            Namespace: Sdl.TellMe.ProviderApi
                                                                                                            Assembly: Sdl.TellMe.ProviderApi.dll
                                                                                                            Syntax
                                                                                                            @@ -140,8 +140,7 @@

                                                                                                            Properties

                                                                                                            Category

                                                                                                            -

                                                                                                            Category after the results will be grouped

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -157,7 +156,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -183,7 +182,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -209,7 +208,7 @@
                                                                                                            Property Value
                                                                                                            - Icon + System.Drawing.Icon @@ -235,7 +234,7 @@
                                                                                                            Property Value
                                                                                                            - Guid + System.Guid @@ -244,8 +243,7 @@
                                                                                                            Property Value

                                                                                                            IsAvailable

                                                                                                            -

                                                                                                            Action is available to be executed

                                                                                                            -
                                                                                                            +
                                                                                                            Declaration
                                                                                                            @@ -261,7 +259,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -287,7 +285,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String[] @@ -296,7 +294,7 @@
                                                                                                            Property Value

                                                                                                            Name

                                                                                                            -

                                                                                                            User friendly description which will be displayed in the UI.

                                                                                                            +

                                                                                                            User friendly description which will be displayed in the UI.

                                                                                                            Declaration
                                                                                                            @@ -313,7 +311,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -323,7 +321,7 @@

                                                                                                            Methods -

                                                                                                            Equals(object)

                                                                                                            +

                                                                                                            Equals(Object)

                                                                                                            Declaration
                                                                                                            @@ -341,7 +339,7 @@
                                                                                                            Parameters
                                                                                                            - object + System.Object obj @@ -357,13 +355,13 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.Equals(System.Object)
                                                                                                            @@ -395,20 +393,20 @@
                                                                                                            Returns
                                                                                                            - int + System.Int32
                                                                                                            Overrides
                                                                                                            - +
                                                                                                            System.Object.GetHashCode()

                                                                                                            Implements

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.TellMe.ProviderApi.ISearchDataProvider.html b/api/integration/Sdl.TellMe.ProviderApi.ISearchDataProvider.html index ad79f1271..c504549ce 100644 --- a/api/integration/Sdl.TellMe.ProviderApi.ISearchDataProvider.html +++ b/api/integration/Sdl.TellMe.ProviderApi.ISearchDataProvider.html @@ -87,14 +87,14 @@

                                                                                                            Interface ISearchDataProvider

                                                                                                            Represents a search mechanism that can be activated if the user types the provider name preceded by @. -The Tell Me will use it's default provider in case no @ sign is detected at the beginning of the word. +The Tell Me will use it's default provider in case no @ sign is detected at the beginning of the word. In case an @ is detected it will search the providers for the corresponding provider name if none is found it will use the default one. If one is detected then it will be used to do a query on it using the words after the provider name. e.g @CustomProvider stringToSearch1 stringToSearch2

                                                                                                            -
                                                                                                            Namespace: SdlSdl.TellMeProviderApi
                                                                                                            +
                                                                                                            Namespace: Sdl.TellMe.ProviderApi
                                                                                                            Assembly: Sdl.TellMe.ProviderApi.dll
                                                                                                            Syntax
                                                                                                            @@ -122,7 +122,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -147,7 +147,7 @@
                                                                                                            Property Value
                                                                                                            - Icon + System.Drawing.Icon @@ -157,7 +157,7 @@

                                                                                                            Methods -

                                                                                                            GetProviderForQuery(string)

                                                                                                            +

                                                                                                            GetProviderForQuery(String)

                                                                                                            Called to identify if the provider can be used for the query

                                                                                                            @@ -176,7 +176,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String query

                                                                                                            text entry from the Tell Me UI

                                                                                                            @@ -193,7 +193,7 @@
                                                                                                            Returns
                                                                                                            - IEnumerableISearchDataProvider + System.Collections.Generic.IEnumerable<ISearchDataProvider> @@ -201,7 +201,7 @@
                                                                                                            Returns
                                                                                                            -

                                                                                                            SearchForSuggestion(string)

                                                                                                            +

                                                                                                            SearchForSuggestion(String)

                                                                                                            Executes the query

                                                                                                            @@ -220,7 +220,7 @@
                                                                                                            Parameters
                                                                                                            - string + System.String query

                                                                                                            text entry from the Tell Me UI (except the @ProviderName string)

                                                                                                            @@ -237,14 +237,14 @@
                                                                                                            Returns
                                                                                                            - IEnumerableITellMeAction + System.Collections.Generic.IEnumerable<ITellMeAction>

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.TellMe.ProviderApi.ISearchSpecification.html b/api/integration/Sdl.TellMe.ProviderApi.ISearchSpecification.html index 401a2e577..b75db915b 100644 --- a/api/integration/Sdl.TellMe.ProviderApi.ISearchSpecification.html +++ b/api/integration/Sdl.TellMe.ProviderApi.ISearchSpecification.html @@ -88,7 +88,7 @@

                                                                                                            -
                                                                                                            Namespace: SdlSdl.TellMeProviderApi
                                                                                                            +
                                                                                                            Namespace: Sdl.TellMe.ProviderApi
                                                                                                            Assembly: Sdl.TellMe.ProviderApi.dll
                                                                                                            Syntax
                                                                                                            @@ -99,7 +99,7 @@

                                                                                                            Methods -

                                                                                                            IsSatisfiedBy(string, string)

                                                                                                            +

                                                                                                            IsSatisfiedBy(String, String)

                                                                                                            Declaration
                                                                                                            @@ -117,12 +117,12 @@
                                                                                                            Parameters
                                                                                                            - string + System.String providerName - string + System.String query @@ -138,14 +138,14 @@
                                                                                                            Returns
                                                                                                            - bool + System.Boolean

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.TellMe.ProviderApi.ITellMeAction.html b/api/integration/Sdl.TellMe.ProviderApi.ITellMeAction.html index 98bb0ec9b..3a010c8ac 100644 --- a/api/integration/Sdl.TellMe.ProviderApi.ITellMeAction.html +++ b/api/integration/Sdl.TellMe.ProviderApi.ITellMeAction.html @@ -86,10 +86,10 @@

                                                                                                            Interface ITellMeAction

                                                                                                            -

                                                                                                            Represents the object that will be returned in the Tell Me UI after the search by the ISearchDataProvider

                                                                                                            +

                                                                                                            Represents the object that will be returned in the Tell Me UI after the search by the ISearchDataProvider

                                                                                                            -
                                                                                                            Namespace: SdlSdl.TellMeProviderApi
                                                                                                            +
                                                                                                            Namespace: Sdl.TellMe.ProviderApi
                                                                                                            Assembly: Sdl.TellMe.ProviderApi.dll
                                                                                                            Syntax
                                                                                                            @@ -101,7 +101,7 @@

                                                                                                            Properties

                                                                                                            Category

                                                                                                            -

                                                                                                            Category after the results will be grouped

                                                                                                            +

                                                                                                            Category after the results will be grouped

                                                                                                            Declaration
                                                                                                            @@ -118,7 +118,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -144,7 +144,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -170,7 +170,7 @@
                                                                                                            Property Value
                                                                                                            - Icon + System.Drawing.Icon @@ -179,7 +179,7 @@
                                                                                                            Property Value

                                                                                                            IsAvailable

                                                                                                            -

                                                                                                            Action is available to be executed

                                                                                                            +

                                                                                                            Action is available to be executed

                                                                                                            Declaration
                                                                                                            @@ -196,7 +196,7 @@
                                                                                                            Property Value
                                                                                                            - bool + System.Boolean @@ -222,7 +222,7 @@
                                                                                                            Property Value
                                                                                                            - string + System.String @@ -242,7 +242,7 @@
                                                                                                            Declaration

                                                                                                            Extension Methods

                                                                                                            diff --git a/api/integration/Sdl.TellMe.ProviderApi.ITellMeControl.html b/api/integration/Sdl.TellMe.ProviderApi.ITellMeControl.html deleted file mode 100644 index a615544d7..000000000 --- a/api/integration/Sdl.TellMe.ProviderApi.ITellMeControl.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - Interface ITellMeControl - - - - - - - - - - - - - - - - -
                                                                                                            -
                                                                                                            - - - - -
                                                                                                            -
                                                                                                            - -
                                                                                                            -
                                                                                                            Search Results for
                                                                                                            -
                                                                                                            -

                                                                                                            -
                                                                                                            -
                                                                                                              -
                                                                                                              -
                                                                                                              - - - -
                                                                                                              - - - - - - diff --git a/api/integration/Sdl.TellMe.ProviderApi.ITellMePluginLoader.html b/api/integration/Sdl.TellMe.ProviderApi.ITellMePluginLoader.html index f30acb79a..3593ce6d3 100644 --- a/api/integration/Sdl.TellMe.ProviderApi.ITellMePluginLoader.html +++ b/api/integration/Sdl.TellMe.ProviderApi.ITellMePluginLoader.html @@ -88,10 +88,10 @@

                                                                                                              Represents the class that will initialize the provider. At the initialization of the Tell Me functionality when the plug-in is detected it will initialize a class that implements this interface -and call the InitalizeProvider method.

                                                                                                              +and call the InitalizeProvider method.

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TellMeProviderApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TellMe.ProviderApi
                                                                                                              Assembly: Sdl.TellMe.ProviderApi.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/integration/Sdl.TellMe.ProviderApi.ITellMeProvider.html b/api/integration/Sdl.TellMe.ProviderApi.ITellMeProvider.html index 1b5294de5..93bcb962e 100644 --- a/api/integration/Sdl.TellMe.ProviderApi.ITellMeProvider.html +++ b/api/integration/Sdl.TellMe.ProviderApi.ITellMeProvider.html @@ -89,7 +89,7 @@

                                                                                                              Represents a provider that is used by Studio to provide data to the Tell Me Search engine.

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TellMeProviderApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TellMe.ProviderApi
                                                                                                              Assembly: Sdl.TellMe.ProviderApi.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/integration/Sdl.TellMe.ProviderApi.TellMeProviderAttribute.html b/api/integration/Sdl.TellMe.ProviderApi.TellMeProviderAttribute.html index 4ae72581a..07e2cf4bb 100644 --- a/api/integration/Sdl.TellMe.ProviderApi.TellMeProviderAttribute.html +++ b/api/integration/Sdl.TellMe.ProviderApi.TellMeProviderAttribute.html @@ -91,163 +91,19 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              TellMeProviderAttribute
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              TellMeProviderAttribute
                                                                                                              -
                                                                                                              -
                                                                                                              Implements
                                                                                                              - -
                                                                                                              -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TellMeProviderApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TellMe.ProviderApi
                                                                                                              Assembly: Sdl.TellMe.ProviderApi.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              [ExtensionPointInfo("TellMe Provider", ExtensionPointBehavior.Static)]
                                                                                                              -[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                              -public sealed class TellMeProviderAttribute : ExtensionAttribute, _Attribute
                                                                                                              +
                                                                                                              [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                              +public sealed class TellMeProviderAttribute : ExtensionAttribute
                                                                                                              Remarks
                                                                                                              -

                                                                                                              Use this extension attribute to mark up implementations of ITellMeProvider.

                                                                                                              +

                                                                                                              Use this extension attribute to mark up implementations of ITellMeProvider.

                                                                                                              +

                                                                                                              Constructors

                                                                                                              @@ -293,20 +149,14 @@
                                                                                                              Parameters
                                                                                                              IExtensionValidationContext context

                                                                                                              Provides functionality to validate extensions targeting the extension point - and report warning or error messages

                                                                                                              +and report warning or error messages

                                                                                                              -
                                                                                                              Overrides
                                                                                                              - -

                                                                                                              Implements

                                                                                                              -

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.html b/api/integration/Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.html index 0dae8164f..b34e70eca 100644 --- a/api/integration/Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.html +++ b/api/integration/Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.html @@ -91,163 +91,19 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              TellMeSearchProviderAttribute
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              TellMeSearchProviderAttribute
                                                                                                              -
                                                                                                              -
                                                                                                              Implements
                                                                                                              - -
                                                                                                              -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TellMeProviderApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TellMe.ProviderApi
                                                                                                              Assembly: Sdl.TellMe.ProviderApi.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              [ExtensionPointInfo("TellMe Search Provider", ExtensionPointBehavior.Static)]
                                                                                                              -[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                              -public sealed class TellMeSearchProviderAttribute : ExtensionAttribute, _Attribute
                                                                                                              +
                                                                                                              [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                              +public sealed class TellMeSearchProviderAttribute : ExtensionAttribute
                                                                                                              Remarks
                                                                                                              -

                                                                                                              Use this extension attribute to mark up implementations of ITellMePluginLoader.

                                                                                                              +

                                                                                                              Use this extension attribute to mark up implementations of ITellMePluginLoader.

                                                                                                              +

                                                                                                              Constructors

                                                                                                              @@ -293,20 +149,14 @@
                                                                                                              Parameters
                                                                                                              IExtensionValidationContext context

                                                                                                              Provides functionality to validate extensions targeting the extension point - and report warning or error messages

                                                                                                              +and report warning or error messages

                                                                                                              -
                                                                                                              Overrides
                                                                                                              - -

                                                                                                              Implements

                                                                                                              -

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TellMe.ProviderApi.html b/api/integration/Sdl.TellMe.ProviderApi.html index de3dc05b3..2f363bb13 100644 --- a/api/integration/Sdl.TellMe.ProviderApi.html +++ b/api/integration/Sdl.TellMe.ProviderApi.html @@ -103,7 +103,7 @@

                                                                                                              Interfaces

                                                                                                              ISearchDataProvider

                                                                                                              Represents a search mechanism that can be activated if the user types the provider name preceded by @. -The Tell Me will use it's default provider in case no @ sign is detected at the beginning of the word. +The Tell Me will use it's default provider in case no @ sign is detected at the beginning of the word. In case an @ is detected it will search the providers for the corresponding provider name if none is found it will use the default one. If one is detected then it will be used to do a query on it using the words after the provider name. @@ -112,15 +112,12 @@

                                                                                                              ISear

                                                                                                              ISearchSpecification

                                                                                                              ITellMeAction

                                                                                                              -

                                                                                                              Represents the object that will be returned in the Tell Me UI after the search by the ISearchDataProvider

                                                                                                              -
                                                                                                              -

                                                                                                              ITellMeControl

                                                                                                              -

                                                                                                              Represents the Tell Me UI.

                                                                                                              +

                                                                                                              Represents the object that will be returned in the Tell Me UI after the search by the ISearchDataProvider

                                                                                                              ITellMePluginLoader

                                                                                                              Represents the class that will initialize the provider. At the initialization of the Tell Me functionality when the plug-in is detected it will initialize a class that implements this interface -and call the InitalizeProvider method.

                                                                                                              +and call the InitalizeProvider method.

                                                                                                              ITellMeProvider

                                                                                                              Represents a provider that is used by Studio to provide data to the Tell Me Search engine.

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AbstractContentSelection.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AbstractContentSelection.html index 9c5059864..9491158e3 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AbstractContentSelection.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AbstractContentSelection.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              AbstractContentSelection
                                                                                                              @@ -99,25 +99,25 @@
                                                                                                              Inheritance
                                                                                                              Inherited Members
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -173,7 +173,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -199,7 +199,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -227,7 +227,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -264,7 +264,7 @@

                                                                                                              Methods -

                                                                                                              Collapse(bool)

                                                                                                              +

                                                                                                              Collapse(Boolean)

                                                                                                              Collapse the selection.

                                                                                                              @@ -283,10 +283,11 @@
                                                                                                              Parameters
                                                                                                              - bool + System.Boolean toEnd

                                                                                                              True to collapse the selection to the end.

                                                                                                              -

                                                                                                              False to collapse the selection to the start.

                                                                                                              +

                                                                                                              False to collapse the selection to the start.

                                                                                                              + @@ -311,14 +312,14 @@
                                                                                                              Returns
                                                                                                              - string + System.String

                                                                                                              A string that represents the current selection

                                                                                                              Overrides
                                                                                                              - +
                                                                                                              System.Object.ToString()

                                                                                                              Events

                                                                                                              @@ -341,14 +342,14 @@
                                                                                                              Event Type
                                                                                                              - EventHandler + System.EventHandler

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.AddProjectAction.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.AddProjectAction.html index 547e6ac32..212a97f93 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.AddProjectAction.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.AddProjectAction.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              AddProjectAction
                                                                                                              @@ -106,6 +106,9 @@
                                                                                                              Inherited Members
                                                                                                              + @@ -158,33 +161,33 @@
                                                                                                              Inherited Members
                                                                                                              AbstractAction.AfterActionExecuted
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiActions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Actions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              [BindAction("OpenProjectAction")]
                                                                                                              -public class AddProjectAction : AbstractBindedAction, IAction, IExtensionAware
                                                                                                              +public class AddProjectAction : AbstractBindedAction, IAction

                                                                                                              Constructors

                                                                                                              @@ -207,7 +210,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction.html index cd0b2475d..210294fb7 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              CloseAllDocumentsAction
                                                                                                              @@ -106,6 +106,9 @@
                                                                                                              Inherited Members
                                                                                                              + @@ -158,33 +161,33 @@
                                                                                                              Inherited Members
                                                                                                              AbstractAction.AfterActionExecuted
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiActions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Actions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              [BindAction("CloseAllDocumentsAction")]
                                                                                                              -public class CloseAllDocumentsAction : AbstractBindedAction, IAction, IExtensionAware
                                                                                                              +public class CloseAllDocumentsAction : AbstractBindedAction, IAction

                                                                                                              Constructors

                                                                                                              @@ -207,7 +210,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction.html index dc2a55e25..c6fc4703c 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              CloseDocumentAction
                                                                                                              @@ -106,6 +106,9 @@
                                                                                                              Inherited Members
                                                                                                              + @@ -158,33 +161,33 @@
                                                                                                              Inherited Members
                                                                                                              AbstractAction.AfterActionExecuted
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiActions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Actions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              [BindAction("CloseDocumentAction")]
                                                                                                              -public class CloseDocumentAction : AbstractBindedAction, IAction, IExtensionAware
                                                                                                              +public class CloseDocumentAction : AbstractBindedAction, IAction

                                                                                                              Constructors

                                                                                                              @@ -207,7 +210,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction.html index 4bf733fe4..099d27852 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              CloseProjectAction
                                                                                                              @@ -106,6 +106,9 @@
                                                                                                              Inherited Members
                                                                                                              + @@ -158,33 +161,33 @@
                                                                                                              Inherited Members
                                                                                                              AbstractAction.AfterActionExecuted
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiActions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Actions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              [BindAction("CloseProjectAction")]
                                                                                                              -public class CloseProjectAction : AbstractBindedAction, IAction, IExtensionAware
                                                                                                              +public class CloseProjectAction : AbstractBindedAction, IAction

                                                                                                              Constructors

                                                                                                              @@ -207,7 +210,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction.html index 073b0c4ca..a9dc389fb 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              CreateReturnPackageFromProjectAction
                                                                                                              @@ -106,6 +106,9 @@
                                                                                                              Inherited Members
                                                                                                              + @@ -158,33 +161,33 @@
                                                                                                              Inherited Members
                                                                                                              AbstractAction.AfterActionExecuted
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiActions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Actions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              [BindAction("CreateReturnPackageFromProjectAction")]
                                                                                                              -public class CreateReturnPackageFromProjectAction : AbstractBindedAction, IAction, IExtensionAware
                                                                                                              +public class CreateReturnPackageFromProjectAction : AbstractBindedAction, IAction

                                                                                                              Constructors

                                                                                                              @@ -207,7 +210,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction.html index 0a96e93c3..567446935 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              LanguageCloudAction
                                                                                                              @@ -106,6 +106,9 @@
                                                                                                              Inherited Members
                                                                                                              + @@ -158,33 +161,33 @@
                                                                                                              Inherited Members
                                                                                                              AbstractAction.AfterActionExecuted
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiActions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Actions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              [BindAction("LanguageCloudAction")]
                                                                                                              -public class LanguageCloudAction : AbstractBindedAction, IAction, IExtensionAware
                                                                                                              +public class LanguageCloudAction : AbstractBindedAction, IAction

                                                                                                              Constructors

                                                                                                              @@ -207,7 +210,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction.html index 207259a97..13d6147f3 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              NewProjectAction
                                                                                                              @@ -106,6 +106,9 @@
                                                                                                              Inherited Members
                                                                                                              + @@ -158,33 +161,33 @@
                                                                                                              Inherited Members
                                                                                                              AbstractAction.AfterActionExecuted
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiActions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Actions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              [BindAction("NewProjectAction")]
                                                                                                              -public class NewProjectAction : AbstractBindedAction, IAction, IExtensionAware
                                                                                                              +public class NewProjectAction : AbstractBindedAction, IAction

                                                                                                              Constructors

                                                                                                              @@ -207,7 +210,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction.html index f59abce9e..abaea1eff 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              OpenDocumentAction
                                                                                                              @@ -106,6 +106,9 @@
                                                                                                              Inherited Members
                                                                                                              + @@ -158,33 +161,33 @@
                                                                                                              Inherited Members
                                                                                                              AbstractAction.AfterActionExecuted
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiActions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Actions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              [BindAction("OpenDocumentAction")]
                                                                                                              -public class OpenDocumentAction : AbstractBindedAction, IAction, IExtensionAware
                                                                                                              +public class OpenDocumentAction : AbstractBindedAction, IAction

                                                                                                              Constructors

                                                                                                              @@ -207,7 +210,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction.html index 6cda55763..3c6931251 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              OpenPackageAction
                                                                                                              @@ -106,6 +106,9 @@
                                                                                                              Inherited Members
                                                                                                              + @@ -158,33 +161,33 @@
                                                                                                              Inherited Members
                                                                                                              AbstractAction.AfterActionExecuted
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiActions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Actions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              [BindAction("OpenPackageAction")]
                                                                                                              -public class OpenPackageAction : AbstractBindedAction, IAction, IExtensionAware
                                                                                                              +public class OpenPackageAction : AbstractBindedAction, IAction

                                                                                                              Constructors

                                                                                                              @@ -207,7 +210,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction.html index 648b91c1a..45fe03e57 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              OpenProjectAction
                                                                                                              @@ -106,6 +106,9 @@
                                                                                                              Inherited Members
                                                                                                              + @@ -158,33 +161,33 @@
                                                                                                              Inherited Members
                                                                                                              AbstractAction.AfterActionExecuted
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiActions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Actions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              [BindAction("OpenProjectFromListAction")]
                                                                                                              -public class OpenProjectAction : AbstractBindedAction, IAction, IExtensionAware
                                                                                                              +public class OpenProjectAction : AbstractBindedAction, IAction

                                                                                                              Constructors

                                                                                                              @@ -207,7 +210,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction.html index 11f852875..da99ebeda 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              SaveAllDocumentsAction
                                                                                                              @@ -106,6 +106,9 @@
                                                                                                              Inherited Members
                                                                                                              + @@ -158,33 +161,33 @@
                                                                                                              Inherited Members
                                                                                                              AbstractAction.AfterActionExecuted
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiActions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Actions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              [BindAction("SaveAllDocumentsAction")]
                                                                                                              -public class SaveAllDocumentsAction : AbstractBindedAction, IAction, IExtensionAware
                                                                                                              +public class SaveAllDocumentsAction : AbstractBindedAction, IAction

                                                                                                              Constructors

                                                                                                              @@ -207,7 +210,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction.html index fa8238be0..50737dddb 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              SaveDocumentAction
                                                                                                              @@ -106,6 +106,9 @@
                                                                                                              Inherited Members
                                                                                                              + @@ -158,33 +161,33 @@
                                                                                                              Inherited Members
                                                                                                              AbstractAction.AfterActionExecuted
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiActions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Actions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              [BindAction("SaveDocument")]
                                                                                                              -public class SaveDocumentAction : AbstractBindedAction, IAction, IExtensionAware
                                                                                                              +public class SaveDocumentAction : AbstractBindedAction, IAction

                                                                                                              Constructors

                                                                                                              @@ -207,7 +210,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction.html index 6b147e965..7b71a7058 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              SaveDocumentAsAction
                                                                                                              @@ -106,6 +106,9 @@
                                                                                                              Inherited Members
                                                                                                              + @@ -158,33 +161,33 @@
                                                                                                              Inherited Members
                                                                                                              AbstractAction.AfterActionExecuted
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiActions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Actions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              [BindAction("SaveDocumentAs")]
                                                                                                              -public class SaveDocumentAsAction : AbstractBindedAction, IAction, IExtensionAware
                                                                                                              +public class SaveDocumentAsAction : AbstractBindedAction, IAction

                                                                                                              Constructors

                                                                                                              @@ -207,7 +210,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction.html index 807d68f47..dd20148e3 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              SaveDocumentSourceAsAction
                                                                                                              @@ -106,6 +106,9 @@
                                                                                                              Inherited Members
                                                                                                              + @@ -158,33 +161,33 @@
                                                                                                              Inherited Members
                                                                                                              AbstractAction.AfterActionExecuted
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiActions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Actions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              [BindAction("SaveSourceAs")]
                                                                                                              -public class SaveDocumentSourceAsAction : AbstractBindedAction, IAction, IExtensionAware
                                                                                                              +public class SaveDocumentSourceAsAction : AbstractBindedAction, IAction

                                                                                                              Constructors

                                                                                                              @@ -207,7 +210,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction.html index 391cedefa..ec44820dd 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              SaveDocumentTargetAsAction
                                                                                                              @@ -106,6 +106,9 @@
                                                                                                              Inherited Members
                                                                                                              + @@ -158,33 +161,33 @@
                                                                                                              Inherited Members
                                                                                                              AbstractAction.AfterActionExecuted
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiActions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Actions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              [BindAction("SaveTargetAs")]
                                                                                                              -public class SaveDocumentTargetAsAction : AbstractBindedAction, IAction, IExtensionAware
                                                                                                              +public class SaveDocumentTargetAsAction : AbstractBindedAction, IAction

                                                                                                              Constructors

                                                                                                              @@ -207,7 +210,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.html index d6c0a784d..9d98aec4e 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.html @@ -93,38 +93,38 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              AbstractAutoSuggestProvider
                                                                                                              Implements
                                                                                                              - +
                                                                                                              System.IDisposable
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiAutoSuggest
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -243,7 +243,7 @@
                                                                                                              Property Value
                                                                                                              - Icon + System.Drawing.Icon @@ -290,14 +290,14 @@
                                                                                                              Declaration
                                                                                                              -

                                                                                                              Dispose(bool)

                                                                                                              +

                                                                                                              Dispose(Boolean)

                                                                                                              Dispose(bool disposing) executes in two distinct scenarios. If disposing equals true, the method has been called directly -or indirectly by a user's code. Managed and unmanaged resources +or indirectly by a user's code. Managed and unmanaged resources can be disposed. If disposing equals false, the method has been called by the runtime from inside the finalizer and you should not reference -other objects. Only unmanaged resources can be disposed.

                                                                                                              +other objects. Only unmanaged resources can be disposed.

                                                                                                              Declaration
                                                                                                              @@ -315,7 +315,7 @@
                                                                                                              Parameters
                                                                                                              - bool + System.Boolean disposing

                                                                                                              Determines the caller that is invoking the dispose.

                                                                                                              @@ -361,7 +361,7 @@
                                                                                                              Returns
                                                                                                              - IEnumerableAbstractAutoSuggestResult + System.Collections.Generic.IEnumerable<AbstractAutoSuggestResult>

                                                                                                              An enumeration containg the suggested results.

                                                                                                              @@ -418,11 +418,11 @@
                                                                                                              Implements
                                                                                                              - IDisposable + System.IDisposable

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.html index 76fae057d..5fa7c09e4 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.html @@ -91,35 +91,35 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              AbstractAutoSuggestResult
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiAutoSuggest
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -205,7 +205,7 @@
                                                                                                              Property Value
                                                                                                              - Icon + System.Drawing.Icon @@ -238,14 +238,14 @@
                                                                                                              Property Value
                                                                                                              - double + System.Double

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.html index d8b29b420..ef5fe5990 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              AbstractEditingContext
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiAutoSuggest
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -170,7 +170,7 @@

                                                                                                              Methods

                                                                                                              GetAllPrefixes()

                                                                                                              -

                                                                                                              A helper method that may be used to retrive all the prefixes that may need AutoSuggest.///

                                                                                                              +

                                                                                                              A helper method that may be used to retrive all the prefixes that may need AutoSuggest.///

                                                                                                              Declaration
                                                                                                              @@ -187,7 +187,7 @@
                                                                                                              Returns
                                                                                                              - IEnumerablestring + System.Collections.Generic.IEnumerable<System.String>

                                                                                                              An enumeration containing all the prefixes that may need AutoSuggest.

                                                                                                              @@ -195,7 +195,7 @@
                                                                                                              Returns

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.html index 579ee4f71..9a37f2e89 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              AutoSuggestSettings
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiAutoSuggest
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -142,7 +142,7 @@

                                                                                                              Properties

                                                                                                              CaseSensitive

                                                                                                              -

                                                                                                              Get settings property: case sensitive

                                                                                                              +

                                                                                                              Get settings property: case sensitive

                                                                                                              Declaration
                                                                                                              @@ -159,7 +159,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -185,7 +185,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -211,7 +211,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -237,7 +237,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -263,7 +263,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -289,7 +289,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -322,7 +322,7 @@
                                                                                                              Property Value

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.html index dad6aba3e..942b679ca 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              AutoSuggestTextResult
                                                                                                              @@ -107,28 +107,28 @@
                                                                                                              Inherited Members
                                                                                                              AbstractAutoSuggestResult.Context
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiAutoSuggest
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -168,7 +168,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              AutoSuggestTextResult(AbstractEditingContext, string)

                                                                                                              +

                                                                                                              AutoSuggestTextResult(AbstractEditingContext, String)

                                                                                                              Creates a specified string result for the specified editing context

                                                                                                              @@ -193,7 +193,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String autosuggestText

                                                                                                              String containg the text suggestion.

                                                                                                              @@ -223,14 +223,14 @@
                                                                                                              Property Value
                                                                                                              - string + System.String

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutomationSegmentPairExtension.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutomationSegmentPairExtension.html index c4101bde1..123822b25 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutomationSegmentPairExtension.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutomationSegmentPairExtension.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              AutomationSegmentPairExtension
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.CancelDocumentEventArgs.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.CancelDocumentEventArgs.html index 63a1dbea0..4c36f09a1 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.CancelDocumentEventArgs.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.CancelDocumentEventArgs.html @@ -91,42 +91,10 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              CancelDocumentEventArgs
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              CancelDocumentEventArgs
                                                                                                              - -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ContentSelectionInfo.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ContentSelectionInfo.html index 106e0414c..97132bba1 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ContentSelectionInfo.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ContentSelectionInfo.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ContentSelectionInfo
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -147,7 +147,7 @@
                                                                                                              Property Value
                                                                                                              - long + System.Int64 @@ -157,7 +157,7 @@
                                                                                                              Property Value

                                                                                                              RowNumber

                                                                                                              The row number identifies this row in the the layout and is unique to each row in the control. - ///

                                                                                                              +///

                                                                                                              Declaration
                                                                                                              @@ -174,7 +174,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -204,14 +204,14 @@
                                                                                                              Property Value
                                                                                                              - string + System.String

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.html index f2c2396dc..4827c2498 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.html @@ -91,42 +91,10 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              CurrentProjectCancelEventArgs
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              CurrentProjectCancelEventArgs
                                                                                                              - -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.html index 76189b9de..212a13ccd 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.html @@ -93,7 +93,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              DisplayFilterAdapter
                                                                                                              @@ -103,32 +103,32 @@
                                                                                                              Implements
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiDisplayFilters
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class DisplayFilterAdapter : IFoldingFilter
                                                                                                              +
                                                                                                              public class DisplayFilterAdapter

                                                                                                              Constructors

                                                                                                              @@ -217,7 +217,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean @@ -255,7 +255,7 @@
                                                                                                              Parameters

                                                                                                              SetRowVisibility(IRowInfo)

                                                                                                              -

                                                                                                              Compare the supplied row with the criteria and determine if the row should be visible

                                                                                                              +

                                                                                                              Compare the supplied row with the criteria and determine if the row should be visible

                                                                                                              Declaration
                                                                                                              @@ -290,7 +290,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              true if the segment should be visible

                                                                                                              @@ -302,7 +302,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.html index 99c4d38ff..1e854c483 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.html @@ -92,7 +92,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              DisplayFilterRowInfo
                                                                                                              @@ -102,28 +102,28 @@
                                                                                                              Implements
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiDisplayFilters
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -164,7 +164,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -190,7 +190,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -216,7 +216,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -242,7 +242,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -268,7 +268,7 @@
                                                                                                              Property Value
                                                                                                              - IListIContextInfo + System.Collections.Generic.IList<IContextInfo> @@ -294,7 +294,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -320,7 +320,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -346,7 +346,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -383,7 +383,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.IDisplayFilter.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.IDisplayFilter.html index 3a415319e..e55b4d606 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.IDisplayFilter.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.IDisplayFilter.html @@ -89,7 +89,7 @@

                                                                                                              Match a row against arbitrary criteria to determine if it should be visible

                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiDisplayFilters
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -103,7 +103,7 @@

                                                                                                              Methods

                                                                                                              EvaluateRow(IDisplayFilterRowInfo)

                                                                                                              This implementation calls to determine visibility for rows. derived classes should override this method to provide their -implementations.

                                                                                                              +implementations.

                                                                                                              Declaration
                                                                                                              @@ -138,7 +138,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              true if the segment should be visible

                                                                                                              @@ -146,7 +146,7 @@
                                                                                                              Returns

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.IDisplayFilterRowInfo.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.IDisplayFilterRowInfo.html index dd8b508e5..059363344 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.IDisplayFilterRowInfo.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.IDisplayFilterRowInfo.html @@ -90,7 +90,7 @@

                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiDisplayFilters
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -119,7 +119,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -145,7 +145,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -171,7 +171,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -197,7 +197,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -223,7 +223,7 @@
                                                                                                              Property Value
                                                                                                              - IListIContextInfo + System.Collections.Generic.IList<IContextInfo> @@ -249,7 +249,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -275,7 +275,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -301,7 +301,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -334,7 +334,7 @@
                                                                                                              Property Value

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html index ae0d5a594..61d0235d9 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              Document
                                                                                                              @@ -101,25 +101,28 @@
                                                                                                              Implements
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType() +
                                                                                                              +
                                                                                                              + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -256,7 +259,7 @@
                                                                                                              Property Value
                                                                                                              - IEnumerableProjectFile + System.Collections.Generic.IEnumerable<ProjectFile> @@ -282,7 +285,7 @@
                                                                                                              Property Value
                                                                                                              - IEnumerableISegmentPair + System.Collections.Generic.IEnumerable<ISegmentPair> @@ -308,7 +311,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -360,7 +363,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -386,7 +389,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -516,7 +519,7 @@
                                                                                                              Property Value
                                                                                                              - IEnumerableISegmentPair + System.Collections.Generic.IEnumerable<ISegmentPair> @@ -569,7 +572,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -580,8 +583,7 @@

                                                                                                              Methods

                                                                                                              AcceptAllTrackedChanges(ConfirmationLevel)

                                                                                                              -

                                                                                                              Accepts all tracked changes and change the confirmation level if the new confirmation level is not Undefined

                                                                                                              -
                                                                                                              +
                                                                                                              Declaration
                                                                                                              @@ -600,15 +602,14 @@
                                                                                                              Parameters
                                                                                                              ConfirmationLevel newConfirmationLevel -

                                                                                                              New confirmation level

                                                                                                              - + -

                                                                                                              AddCommentOnSegment(ISegmentPair, string, Severity)

                                                                                                              +

                                                                                                              AddCommentOnSegment(ISegmentPair, String, Severity)

                                                                                                              Adds a comment to the target segment

                                                                                                              @@ -633,7 +634,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String text

                                                                                                              Comment text

                                                                                                              @@ -649,8 +650,8 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              AddCommentOnTargetSelection(string, Severity)

                                                                                                              -

                                                                                                              Adds a comment to the selected content range in the target document.

                                                                                                              +

                                                                                                              AddCommentOnTargetSelection(String, Severity)

                                                                                                              +

                                                                                                              Adds a comment to the selected content range in the target document.

                                                                                                              Declaration
                                                                                                              @@ -668,7 +669,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String text

                                                                                                              Comment text

                                                                                                              @@ -714,7 +715,7 @@
                                                                                                              Parameters

                                                                                                              ChangeConfirmationLevelOnSegment(ISegmentPair, ConfirmationLevel)

                                                                                                              -

                                                                                                              Sets the segment confirmation level to the specified value

                                                                                                              +

                                                                                                              Sets the segment confirmation level to the specified value

                                                                                                              Declaration
                                                                                                              @@ -748,7 +749,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              ChangeTranslationOriginOnSegment(ISegmentPair, string)

                                                                                                              +

                                                                                                              ChangeTranslationOriginOnSegment(ISegmentPair, String)

                                                                                                              Sets the translation origin for the specified segment to the specified origin type

                                                                                                              @@ -773,10 +774,10 @@
                                                                                                              Parameters
                                                                                                              - string + System.String originType

                                                                                                              The translation origin type. This should normally be one of the constants define in - DefaultTranslationOrigin.

                                                                                                              +DefaultTranslationOrigin.

                                                                                                              @@ -814,8 +815,7 @@
                                                                                                              Parameters

                                                                                                              DeleteAllCommentsWithoutNotification()

                                                                                                              -

                                                                                                              Delete all comments from active document and saves the document.

                                                                                                              -
                                                                                                              +
                                                                                                              Declaration
                                                                                                              @@ -859,7 +859,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              FindTextInSegment(string, string, bool, bool)

                                                                                                              +

                                                                                                              FindTextInSegment(String, String, Boolean, Boolean)

                                                                                                              Finds a given text in the given segment

                                                                                                              @@ -878,24 +878,24 @@
                                                                                                              Parameters
                                                                                                              - string + System.String segmentNumber - string + System.String text

                                                                                                              Text to be found

                                                                                                              - bool + System.Boolean highlightText

                                                                                                              if this is set to true, the found text is selected in the segment

                                                                                                              - bool + System.Boolean searchInSource

                                                                                                              True if we want to find the text in the source

                                                                                                              @@ -912,7 +912,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              True - if the text was found

                                                                                                              @@ -984,7 +984,7 @@
                                                                                                              Returns
                                                                                                              - IEnumerableIComment + System.Collections.Generic.IEnumerable<IComment>

                                                                                                              A list of comments from the target segment

                                                                                                              @@ -1035,7 +1035,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              GetSegmentPair(int)

                                                                                                              +

                                                                                                              GetSegmentPair(Int32)

                                                                                                              Get the segment pair from the row number

                                                                                                              @@ -1054,7 +1054,7 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 rowNumber

                                                                                                              The row number

                                                                                                              @@ -1080,7 +1080,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              GetSegmentPair(string, string)

                                                                                                              +

                                                                                                              GetSegmentPair(String, String)

                                                                                                              Get the segment pair from the paragraph and segment id

                                                                                                              @@ -1099,13 +1099,13 @@
                                                                                                              Parameters
                                                                                                              - string + System.String paragraphUnitId

                                                                                                              The paragraph unit id

                                                                                                              - string + System.String segmentId

                                                                                                              The segment id

                                                                                                              @@ -1167,7 +1167,7 @@
                                                                                                              Returns
                                                                                                              - IEnumerableISegmentPair + System.Collections.Generic.IEnumerable<ISegmentPair>

                                                                                                              A list of segment pairs from the provided paragraph

                                                                                                              @@ -1177,8 +1177,7 @@
                                                                                                              Returns

                                                                                                              GetSelectedSegmentPairs()

                                                                                                              -

                                                                                                              Obtain all selected segment pairs

                                                                                                              -
                                                                                                              +
                                                                                                              Declaration
                                                                                                              @@ -1194,16 +1193,15 @@
                                                                                                              Returns
                                                                                                              - IEnumerableISegmentPair -

                                                                                                              A list of selected segment pairs from the editor

                                                                                                              - + System.Collections.Generic.IEnumerable<ISegmentPair> + -

                                                                                                              ProcessSegmentPair(ISegmentPair, string, Action<ISegmentPair, CancelEventArgs>)

                                                                                                              +

                                                                                                              ProcessSegmentPair(ISegmentPair, String, Action<ISegmentPair, CancelEventArgs>)

                                                                                                              Processing a single specific segment pair with the ability to alter the source and/or target

                                                                                                              @@ -1228,13 +1226,13 @@
                                                                                                              Parameters
                                                                                                              - string + System.String processingName

                                                                                                              A custom provided name for the processing operation used for the undo history.

                                                                                                              - ActionISegmentPairCancelEventArgs + System.Action<ISegmentPair, System.ComponentModel.CancelEventArgs> process

                                                                                                              Processing delegate responsable for analyzing the segment pair.

                                                                                                              @@ -1247,7 +1245,7 @@
                                                                                                              -

                                                                                                              ProcessSegmentPairs(string, Action<ISegmentPair, CancelEventArgs>)

                                                                                                              +

                                                                                                              ProcessSegmentPairs(String, Action<ISegmentPair, CancelEventArgs>)

                                                                                                              Processing the document segment pairs with the ability to alter the source and/or target

                                                                                                              @@ -1266,13 +1264,13 @@
                                                                                                              Parameters
                                                                                                              - string + System.String processingName

                                                                                                              A custom provided name for the processing operation used for the undo history.

                                                                                                              - ActionISegmentPairCancelEventArgs + System.Action<ISegmentPair, System.ComponentModel.CancelEventArgs> process

                                                                                                              Processing delegate responsable for analyzing the segment pairs.

                                                                                                              @@ -1286,8 +1284,7 @@

                                                                                                              SelectedSegmentsContainRevisions()

                                                                                                              -

                                                                                                              Checks if the selected segments on Target contains Revisions or TQA

                                                                                                              -
                                                                                                              +
                                                                                                              Declaration
                                                                                                              @@ -1303,7 +1300,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean @@ -1311,7 +1308,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              SetActiveSegmentPair(ProjectFile, string, bool)

                                                                                                              +

                                                                                                              SetActiveSegmentPair(ProjectFile, String, Boolean)

                                                                                                              Sets the active segment pair to the segment pair with the given number and sets focus on that segment if specified.

                                                                                                              @@ -1333,18 +1330,18 @@
                                                                                                              Parameters
                                                                                                              ProjectFile projectFile

                                                                                                              For normal document it is opened from one file and for virtual document it is opened from multiple files. - When the document is virtual the projetFile indicates the refered file, which can be obtained from Files properpty of Document. - For normal document, this parameter is ignored.

                                                                                                              +When the document is virtual the projetFile indicates the refered file, which can be obtained from Files properpty of Document. +For normal document, this parameter is ignored.

                                                                                                              - string + System.String segmentNumber

                                                                                                              The segment number.

                                                                                                              - bool + System.Boolean setFocusOnSegment

                                                                                                              Set this to true if focus should be set to the segment

                                                                                                              @@ -1361,9 +1358,9 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              True if the segment pair was activated successfully. - This may be false if no such segment exists or if the segment is currently filtered out from view.>

                                                                                                              +This may be false if no such segment exists or if the segment is currently filtered out from view.>

                                                                                                              @@ -1371,7 +1368,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              SetActiveSegmentPair(string, string, bool)

                                                                                                              +

                                                                                                              SetActiveSegmentPair(String, String, Boolean)

                                                                                                              Sets the active segment pair to the segment pair with the given paragraphId and segmentNumber.

                                                                                                              @@ -1390,17 +1387,17 @@
                                                                                                              Parameters
                                                                                                              - string + System.String paragraphId - string + System.String segmentNumber - bool + System.Boolean setFocusOnSegment

                                                                                                              Set this to true if focus should be set to the segment

                                                                                                              @@ -1417,7 +1414,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean @@ -1439,7 +1436,7 @@
                                                                                                              -

                                                                                                              UpdateCommentOnSegment(ISegmentPair, IComment, string, Severity)

                                                                                                              +

                                                                                                              UpdateCommentOnSegment(ISegmentPair, IComment, String, Severity)

                                                                                                              Update a comment text and severity on the target segment

                                                                                                              @@ -1470,7 +1467,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String text

                                                                                                              New coment text

                                                                                                              @@ -1581,7 +1578,7 @@

                                                                                                              Events

                                                                                                              ActiveFileChanged

                                                                                                              -

                                                                                                              Triggered when the active file is changed.

                                                                                                              +

                                                                                                              Triggered when the active file is changed.

                                                                                                              Declaration
                                                                                                              @@ -1598,7 +1595,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandler + System.EventHandler @@ -1623,7 +1620,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandler + System.EventHandler @@ -1648,7 +1645,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandler + System.EventHandler @@ -1673,7 +1670,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandler + System.EventHandler @@ -1698,7 +1695,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandlerDocumentContentEventArgs + System.EventHandler<DocumentContentEventArgs> @@ -1723,20 +1720,20 @@
                                                                                                              Event Type
                                                                                                              - EventHandlerDocumentFilterEventArgs + System.EventHandler<DocumentFilterEventArgs> -

                                                                                                              SegmentTranslated

                                                                                                              -

                                                                                                              Triggered after a segment has been translated.

                                                                                                              +

                                                                                                              SegmentsConfirmationLevelChanged

                                                                                                              +

                                                                                                              The event is triggered when a ConfirmationLevel is changed for a Segment.

                                                                                                              Declaration
                                                                                                              -
                                                                                                              public event EventHandler SegmentTranslated
                                                                                                              +
                                                                                                              public event EventHandler SegmentsConfirmationLevelChanged
                                                                                                              Event Type
                                                                                                              @@ -1748,20 +1745,20 @@
                                                                                                              Event Type
                                                                                                              - +
                                                                                                              EventHandlerSystem.EventHandler
                                                                                                              -

                                                                                                              SegmentsConfirmationLevelChanged

                                                                                                              -

                                                                                                              The event is triggered when a ConfirmationLevel is changed for a Segment.

                                                                                                              +

                                                                                                              SegmentsTranslationOriginChanged

                                                                                                              +

                                                                                                              The event is triggered when a TranslationOrigin is changed for a Segment.

                                                                                                              Declaration
                                                                                                              -
                                                                                                              public event EventHandler SegmentsConfirmationLevelChanged
                                                                                                              +
                                                                                                              public event EventHandler SegmentsTranslationOriginChanged
                                                                                                              Event Type
                                                                                                              @@ -1773,20 +1770,20 @@
                                                                                                              Event Type
                                                                                                              - +
                                                                                                              EventHandlerSystem.EventHandler
                                                                                                              -

                                                                                                              SegmentsTranslationOriginChanged

                                                                                                              -

                                                                                                              The event is triggered when a TranslationOrigin is changed for a Segment.

                                                                                                              +

                                                                                                              SegmentTranslated

                                                                                                              +

                                                                                                              Triggered after a segment has been translated.

                                                                                                              Declaration
                                                                                                              -
                                                                                                              public event EventHandler SegmentsTranslationOriginChanged
                                                                                                              +
                                                                                                              public event EventHandler SegmentTranslated
                                                                                                              Event Type
                                                                                                              @@ -1798,7 +1795,7 @@
                                                                                                              Event Type
                                                                                                              - + @@ -1809,7 +1806,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentContentEventArgs.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentContentEventArgs.html index 3fea63ace..ea0db4e56 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentContentEventArgs.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentContentEventArgs.html @@ -91,8 +91,8 @@

                                                                                                              Inheritance
                                                                                                              - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.EventArgs
                                                                                                              DocumentContentEventArgs
                                                                                                              @@ -102,31 +102,31 @@

                                                                                                              Inherited Members
                                                                                                              DocumentEventArgs.Document
                                                                                                              - EventArgs.Empty + System.EventArgs.Empty
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -155,14 +155,14 @@
                                                                                                              Property Value
                                                                                                              - +
                                                                                                              EventHandlerSystem.EventHandler
                                                                                                              IEnumerableISegmentSystem.Collections.Generic.IEnumerable<ISegment>

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.html index 31bc23c8b..36006b987 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.html @@ -91,8 +91,8 @@

                                                                                                              Inheritance
                                                                                                              - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.EventArgs
                                                                                                              DocumentErrorEventArgs
                                                                                                              @@ -102,31 +102,31 @@
                                                                                                              Inherited Members
                                                                                                              DocumentEventArgs.Document
                                                                                                              - EventArgs.Empty + System.EventArgs.Empty
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -162,7 +162,7 @@
                                                                                                              Parameters
                                                                                                              - Exception + System.Exception exception

                                                                                                              The exception.

                                                                                                              @@ -192,7 +192,7 @@
                                                                                                              Property Value
                                                                                                              - Exception + System.Exception

                                                                                                              The exception.

                                                                                                              @@ -219,7 +219,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -229,7 +229,7 @@
                                                                                                              Extension Methods
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentEventArgs.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentEventArgs.html index 72a9296c7..bbcd09052 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentEventArgs.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentEventArgs.html @@ -91,8 +91,8 @@

                                                                                                              Inheritance
                                                                                                              - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.EventArgs
                                                                                                              DocumentEventArgs
                                                                                                              @@ -100,31 +100,31 @@
                                                                                                              Inheritance
                                                                                                              Inherited Members
                                                                                                              - EventArgs.Empty + System.EventArgs.Empty
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentFilterEventArgs.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentFilterEventArgs.html index 06506fb65..fbb0aeaa2 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentFilterEventArgs.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentFilterEventArgs.html @@ -90,38 +90,38 @@

                                                                                                              Inheritance
                                                                                                              - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.EventArgs
                                                                                                              DocumentFilterEventArgs
                                                                                                              Inherited Members
                                                                                                              - EventArgs.Empty + System.EventArgs.Empty
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -180,7 +180,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -206,14 +206,14 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentSelection.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentSelection.html index f95af3716..bfd54ee5d 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentSelection.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentSelection.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              DocumentSelection
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -227,7 +227,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              True if the selection can by copied.

                                                                                                              @@ -254,7 +254,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              True if the selection can by cut.

                                                                                                              @@ -281,7 +281,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              True if the selection can by pasted.

                                                                                                              @@ -330,7 +330,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              Returns true if the selection is locked.

                                                                                                              @@ -391,14 +391,14 @@
                                                                                                              Event Type
                                                                                                              - EventHandler + System.EventHandler

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.html index 02fcf704c..22db00178 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              EditDistanceComputeParams
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -158,7 +158,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -167,7 +167,7 @@
                                                                                                              Property Value

                                                                                                              CharactersNormalizeSafely

                                                                                                              -

                                                                                                              Set to false if the language is not considered 'char-based' like Chinese and Japanese are +

                                                                                                              Set to false if the language is not considered 'char-based' like Chinese and Japanese are (i.e. uses space as separator), but does consist of complex characters producing strings of more than 1 significant char when Unicode-normalised (NormalizationForm.FormD)

                                                                                                              @@ -186,7 +186,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -195,7 +195,7 @@
                                                                                                              Property Value

                                                                                                              ComputeDiagonalOnly

                                                                                                              -

                                                                                                              If number of tokens is equivalent, only the diagonal's similarities are computed.

                                                                                                              +

                                                                                                              If number of tokens is equivalent, only the diagonal's similarities are computed.

                                                                                                              Declaration
                                                                                                              @@ -212,7 +212,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -221,8 +221,8 @@
                                                                                                              Property Value

                                                                                                              DiagonalOnly

                                                                                                              -

                                                                                                              Unlike ComputeDiagonalOnly, should only be set true if number of tokens is equivalent, and if -the only edit operations of interest are 'identity' and 'change'. This provides a fast way to score segments with matching +

                                                                                                              Unlike ComputeDiagonalOnly, should only be set true if number of tokens is equivalent, and if +the only edit operations of interest are 'identity' and 'change'. This provides a fast way to score segments with matching identity strings and feature-token placement.

                                                                                                              @@ -240,14 +240,14 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditingMode.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditingMode.html index a85c54a36..9c6eacddf 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditingMode.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditingMode.html @@ -89,7 +89,7 @@

                                                                                                              Define the document editing mode

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -122,6 +122,10 @@

                                                                                                              Fields +

                                                                                                              Extension Methods

                                                                                                              +
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.html index eb728552f..0e327b356 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ConcordanceSearchController
                                                                                                              @@ -101,28 +101,28 @@
                                                                                                              Implements
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiSdl.TranslationStudioAutomation.IntegrationApi.EditorConcordanceSearch
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -194,7 +194,7 @@
                                                                                                              Declaration
                                                                                                              -

                                                                                                              HasSearchResult(int)

                                                                                                              +

                                                                                                              HasSearchResult(Int32)

                                                                                                              Returns true if there is a search result for the given row number

                                                                                                              @@ -213,7 +213,7 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 rowNumber @@ -229,7 +229,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean @@ -237,7 +237,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              SelectSearchResult(int)

                                                                                                              +

                                                                                                              SelectSearchResult(Int32)

                                                                                                              Selects the result at the given row number

                                                                                                              @@ -256,7 +256,7 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 rowNumber @@ -319,7 +319,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              TryPerformSearch(string)

                                                                                                              +

                                                                                                              TryPerformSearch(String)

                                                                                                              Performs a concordance search for the given text

                                                                                                              @@ -338,7 +338,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String text @@ -350,7 +350,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchResults.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchResults.html index 3dbaf6f18..80dfcd2bf 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchResults.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchResults.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ConcordanceSearchResults
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiSdl.TranslationStudioAutomation.IntegrationApi.EditorConcordanceSearch
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -145,7 +145,7 @@
                                                                                                              Property Value
                                                                                                              - IEnumerableCascadeMessage + System.Collections.Generic.IEnumerable<CascadeMessage> @@ -195,7 +195,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -227,7 +227,7 @@
                                                                                                              Property Value

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchType.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchType.html index 0af014880..7fb8b8e36 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchType.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchType.html @@ -88,7 +88,7 @@

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiSdl.TranslationStudioAutomation.IntegrationApi.EditorConcordanceSearch
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -114,6 +114,10 @@

                                                                                                              Fields +

                                                                                                              Extension Methods

                                                                                                              +
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.html index 5c62f6441..0a069f2ab 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.html @@ -88,7 +88,7 @@

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiSdl.TranslationStudioAutomation.IntegrationApi.EditorConcordanceSearch
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -156,7 +156,7 @@
                                                                                                              Declaration
                                                                                                              -

                                                                                                              HasSearchResult(int)

                                                                                                              +

                                                                                                              HasSearchResult(Int32)

                                                                                                              Declaration
                                                                                                              @@ -174,7 +174,7 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 rowNumber @@ -190,7 +190,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean @@ -198,7 +198,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              SelectSearchResult(int)

                                                                                                              +

                                                                                                              SelectSearchResult(Int32)

                                                                                                              Declaration
                                                                                                              @@ -216,7 +216,7 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 rowNumber @@ -277,7 +277,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              TryPerformSearch(string)

                                                                                                              +

                                                                                                              TryPerformSearch(String)

                                                                                                              Declaration
                                                                                                              @@ -295,7 +295,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String text @@ -303,7 +303,7 @@
                                                                                                              Parameters

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.ITermRecognitionResultsController.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.ITermRecognitionResultsController.html index c368d57a0..1f1fecbd0 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.ITermRecognitionResultsController.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.ITermRecognitionResultsController.html @@ -88,7 +88,7 @@

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiSdl.TranslationStudioAutomation.IntegrationApi.EditorTermRecognitionResults
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -117,7 +117,7 @@
                                                                                                              Returns
                                                                                                              - ListTermRecognitionResult + System.Collections.Generic.List<TermRecognitionResult> @@ -143,7 +143,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean @@ -181,14 +181,14 @@
                                                                                                              Event Type
                                                                                                              - EventHandler + System.EventHandler

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.html index b5272629c..8aa84e46e 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TermRecognitionResult
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiSdl.TranslationStudioAutomation.IntegrationApi.EditorTermRecognitionResults
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -182,7 +182,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -207,7 +207,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -232,7 +232,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -332,14 +332,14 @@
                                                                                                              Property Value
                                                                                                              - string + System.String

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResultsController.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResultsController.html index be67adbac..144611fa1 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResultsController.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResultsController.html @@ -90,7 +90,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TermRecognitionResultsController
                                                                                                              @@ -100,28 +100,28 @@
                                                                                                              Implements
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiSdl.TranslationStudioAutomation.IntegrationApi.EditorTermRecognitionResults
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -133,8 +133,7 @@

                                                                                                              Methods

                                                                                                              GetTermRecognitionResults()

                                                                                                              -

                                                                                                              Gets the term recognition results list

                                                                                                              -
                                                                                                              +
                                                                                                              Declaration
                                                                                                              @@ -150,7 +149,7 @@
                                                                                                              Returns
                                                                                                              - ListTermRecognitionResult + System.Collections.Generic.List<TermRecognitionResult> @@ -159,8 +158,7 @@
                                                                                                              Returns

                                                                                                              HasTermRecognitionResults()

                                                                                                              -

                                                                                                              Get a boolean value that indicate if there are any results available

                                                                                                              -
                                                                                                              +
                                                                                                              Declaration
                                                                                                              @@ -176,7 +174,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean @@ -185,8 +183,7 @@
                                                                                                              Returns

                                                                                                              ShowTermRecognitionResultsWindow()

                                                                                                              -

                                                                                                              Open term recognition results window

                                                                                                              -
                                                                                                              +
                                                                                                              Declaration
                                                                                                              @@ -197,8 +194,7 @@

                                                                                                              Events

                                                                                                              TermRecognitionCompleted

                                                                                                              -

                                                                                                              Event triggered when term recognition is completed

                                                                                                              -
                                                                                                              +
                                                                                                              Declaration
                                                                                                              @@ -214,7 +210,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandler + System.EventHandler @@ -225,7 +221,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.html index 82cd7b296..8d98e803b 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.html @@ -88,7 +88,7 @@

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiSdl.TranslationStudioAutomation.IntegrationApi.EditorTranslationResults
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -116,7 +116,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -126,7 +126,7 @@

                                                                                                              Methods -

                                                                                                              HasSearchResult(int)

                                                                                                              +

                                                                                                              HasSearchResult(Int32)

                                                                                                              Declaration
                                                                                                              @@ -144,7 +144,7 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 rowNumber @@ -160,7 +160,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean @@ -168,7 +168,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              SelectSearchResult(int, bool)

                                                                                                              +

                                                                                                              SelectSearchResult(Int32, Boolean)

                                                                                                              Declaration
                                                                                                              @@ -186,12 +186,12 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 rowNumber - bool + System.Boolean applyToActiveSegment @@ -253,14 +253,14 @@
                                                                                                              Event Type
                                                                                                              - EventHandler + System.EventHandler

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.html index 6919cb4f3..b67cff2a3 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationResults
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiSdl.TranslationStudioAutomation.IntegrationApi.EditorTranslationResults
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -174,7 +174,7 @@
                                                                                                              Property Value
                                                                                                              - ListCascadeMessage + System.Collections.Generic.List<CascadeMessage> @@ -224,14 +224,14 @@
                                                                                                              Property Value
                                                                                                              - string + System.String

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.html index e90653f9e..ff35c4b61 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.html @@ -90,7 +90,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationResultsController
                                                                                                              @@ -100,28 +100,28 @@
                                                                                                              Implements
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiSdl.TranslationStudioAutomation.IntegrationApi.EditorTranslationResults
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -149,7 +149,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -159,7 +159,7 @@

                                                                                                              Methods -

                                                                                                              HasSearchResult(int)

                                                                                                              +

                                                                                                              HasSearchResult(Int32)

                                                                                                              Returns true if there is a search result for the given row number

                                                                                                              @@ -178,7 +178,7 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 rowNumber @@ -194,7 +194,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean @@ -202,7 +202,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              SelectSearchResult(int, bool)

                                                                                                              +

                                                                                                              SelectSearchResult(Int32, Boolean)

                                                                                                              Selects the result at the given row number

                                                                                                              @@ -221,12 +221,12 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 rowNumber - bool + System.Boolean applyToActiveSegment

                                                                                                              if this is true, the result is applied on the active segment

                                                                                                              @@ -291,7 +291,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandler + System.EventHandler @@ -302,7 +302,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.html index 8a1fe80e4..33f580a4b 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              @@ -99,7 +99,7 @@
                                                                                                              Inheritance
                                                                                                              Implements
                                                                                                              - +
                                                                                                              System.IDisposable
                                                                                                              @@ -132,7 +132,7 @@
                                                                                                              Inherited Members
                                                                                                              AbstractViewController.Dispose()
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -395,7 +395,7 @@
                                                                                                              Returns
                                                                                                              - IEnumerableIStudioDocument + System.Collections.Generic.IEnumerable<IStudioDocument>

                                                                                                              Returns an enumerable document collection of all the opened documents.

                                                                                                              @@ -505,7 +505,7 @@
                                                                                                              Parameters
                                                                                                              - IEnumerableProjectFile + System.Collections.Generic.IEnumerable<ProjectFile> projectFiles

                                                                                                              Project files to be opened.

                                                                                                              @@ -537,7 +537,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              Open(string)

                                                                                                              +

                                                                                                              Open(String)

                                                                                                              Open a document from a physical file path.

                                                                                                              @@ -556,7 +556,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String filePath

                                                                                                              Phath to the phisical file which should be opened.

                                                                                                              @@ -611,8 +611,8 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              SaveAs(IStudioDocument, bool)

                                                                                                              -

                                                                                                              Show the Save As dialog.

                                                                                                              +

                                                                                                              SaveAs(IStudioDocument, Boolean)

                                                                                                              +

                                                                                                              Show the Save As dialog.

                                                                                                              Declaration
                                                                                                              @@ -636,7 +636,7 @@
                                                                                                              Parameters
                                                                                                              - bool + System.Boolean saveProjectSettings

                                                                                                              True for saving the project settings

                                                                                                              @@ -646,8 +646,8 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              SaveAs(IStudioDocument, IEnumerable<string>, bool)

                                                                                                              -

                                                                                                              Save the document to the specified absolute path

                                                                                                              +

                                                                                                              SaveAs(IStudioDocument, IEnumerable<String>, Boolean)

                                                                                                              +

                                                                                                              Save the document to the specified absolute path

                                                                                                              Declaration
                                                                                                              @@ -671,13 +671,13 @@
                                                                                                              Parameters
                                                                                                              - IEnumerablestring + System.Collections.Generic.IEnumerable<System.String> filePaths

                                                                                                              The absolute paths to save the content to.

                                                                                                              - bool + System.Boolean saveProjectSettings

                                                                                                              True for saving the project settings

                                                                                                              @@ -688,7 +688,7 @@
                                                                                                              Parameters

                                                                                                              SaveSourceAs(IStudioDocument)

                                                                                                              -

                                                                                                              Show the Save Source As dialog.

                                                                                                              +

                                                                                                              Show the Save Source As dialog.

                                                                                                              Declaration
                                                                                                              @@ -717,7 +717,7 @@
                                                                                                              Parameters

                                                                                                              SaveTargetAs(IStudioDocument)

                                                                                                              -

                                                                                                              Show the Save Target As dialog.

                                                                                                              +

                                                                                                              Show the Save Target As dialog.

                                                                                                              Declaration
                                                                                                              @@ -764,7 +764,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandlerDocumentEventArgs + System.EventHandler<DocumentEventArgs> @@ -789,7 +789,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandlerDocumentEventArgs + System.EventHandler<DocumentEventArgs> @@ -814,7 +814,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandlerCancelDocumentEventArgs + System.EventHandler<CancelDocumentEventArgs> @@ -839,7 +839,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandlerDocumentEventArgs + System.EventHandler<DocumentEventArgs> @@ -864,20 +864,20 @@
                                                                                                              Event Type
                                                                                                              - EventHandlerCancelDocumentEventArgs + System.EventHandler<CancelDocumentEventArgs> -

                                                                                                              SaveFailed

                                                                                                              -

                                                                                                              Triggered if the save is failing

                                                                                                              +

                                                                                                              Saved

                                                                                                              +

                                                                                                              Triggered after a document is saved.

                                                                                                              Declaration
                                                                                                              -
                                                                                                              public event EventHandler<DocumentErrorEventArgs> SaveFailed
                                                                                                              +
                                                                                                              public event EventHandler<DocumentEventArgs> Saved
                                                                                                              Event Type
                                                                                                              @@ -889,20 +889,20 @@
                                                                                                              Event Type
                                                                                                              - +
                                                                                                              EventHandlerDocumentErrorEventArgsSystem.EventHandler<DocumentEventArgs>
                                                                                                              -

                                                                                                              Saved

                                                                                                              -

                                                                                                              Triggered after a document is saved.

                                                                                                              +

                                                                                                              SaveFailed

                                                                                                              +

                                                                                                              Triggered if the save is failing

                                                                                                              Declaration
                                                                                                              -
                                                                                                              public event EventHandler<DocumentEventArgs> Saved
                                                                                                              +
                                                                                                              public event EventHandler<DocumentErrorEventArgs> SaveFailed
                                                                                                              Event Type
                                                                                                              @@ -914,7 +914,7 @@
                                                                                                              Event Type
                                                                                                              - + @@ -939,21 +939,21 @@
                                                                                                              Event Type
                                                                                                              - +
                                                                                                              EventHandlerDocumentEventArgsSystem.EventHandler<DocumentErrorEventArgs>
                                                                                                              EventHandlerCancelDocumentEventArgsSystem.EventHandler<CancelDocumentEventArgs>

                                                                                                              Implements

                                                                                                              - IDisposable + System.IDisposable

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.html index e0d42467b..735809baf 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.html @@ -92,34 +92,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              AddFileDescriptorExceptionNotificationEvent
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiEvents
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -130,7 +130,7 @@

                                                                                                              Constructors -

                                                                                                              AddFileDescriptorExceptionNotificationEvent(string, object)

                                                                                                              +

                                                                                                              AddFileDescriptorExceptionNotificationEvent(String, Object)

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

                                                                                                              @@ -149,13 +149,13 @@
                                                                                                              Parameters
                                                                                                              - string + System.String exemptedFileDescriptorId

                                                                                                              The exempted file descriptor id

                                                                                                              - object + System.Object sender

                                                                                                              The class that sends the request

                                                                                                              @@ -185,7 +185,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -211,14 +211,14 @@
                                                                                                              Property Value
                                                                                                              - object + System.Object

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.html index 11131c1e9..b5b433c00 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ChangeSourceContentSettingsEvent
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiEvents
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -128,7 +128,7 @@

                                                                                                              Constructors -

                                                                                                              ChangeSourceContentSettingsEvent(FileBasedProject, bool)

                                                                                                              +

                                                                                                              ChangeSourceContentSettingsEvent(FileBasedProject, Boolean)

                                                                                                              Declaration
                                                                                                              @@ -151,7 +151,7 @@
                                                                                                              Parameters
                                                                                                              - bool + System.Boolean allowSourceEditing @@ -160,7 +160,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              ChangeSourceContentSettingsEvent(FileBasedProject, bool, bool)

                                                                                                              +

                                                                                                              ChangeSourceContentSettingsEvent(FileBasedProject, Boolean, Boolean)

                                                                                                              Declaration
                                                                                                              @@ -183,12 +183,12 @@
                                                                                                              Parameters
                                                                                                              - bool + System.Boolean allowSourceEditing - bool + System.Boolean allowMergeAcrossParagraphs @@ -197,7 +197,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              ChangeSourceContentSettingsEvent(FileBasedProject, bool, bool, bool)

                                                                                                              +

                                                                                                              ChangeSourceContentSettingsEvent(FileBasedProject, Boolean, Boolean, Boolean)

                                                                                                              Declaration
                                                                                                              @@ -220,17 +220,17 @@
                                                                                                              Parameters
                                                                                                              - bool + System.Boolean allowSourceEditing - bool + System.Boolean allowMergeAcrossParagraphs - bool + System.Boolean enableIcuTokenization @@ -258,7 +258,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -283,7 +283,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -308,7 +308,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -340,7 +340,7 @@
                                                                                                              Property Value

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentEventType.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentEventType.html index 475f4fcce..92e15de58 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentEventType.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentEventType.html @@ -88,11 +88,11 @@

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiEvents
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public enum CommentsChangedEvent.CommentEventType
                                                                                                              +
                                                                                                              public enum CommentEventType

                                                                                                              Fields

                                                                                                              @@ -118,6 +118,10 @@

                                                                                                              Fields +

                                                                                                              Extension Methods

                                                                                                              +
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentScope.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentScope.html index 73175bc4b..4792fc818 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentScope.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentScope.html @@ -88,11 +88,11 @@

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiEvents
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public enum CommentsChangedEvent.CommentScope
                                                                                                              +
                                                                                                              public enum CommentScope

                                                                                                              Fields

                                                                                                              @@ -126,6 +126,10 @@

                                                                                                              Fields +

                                                                                                              Extension Methods

                                                                                                              +
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.html index 3d98e1972..0fad021df 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              CommentsChangedEvent
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiEvents
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -128,7 +128,7 @@

                                                                                                              Constructors -

                                                                                                              CommentsChangedEvent(CommentEventType, CommentScope, IEnumerable<IComment>)

                                                                                                              +

                                                                                                              CommentsChangedEvent(CommentsChangedEvent.CommentEventType, CommentsChangedEvent.CommentScope, IEnumerable<IComment>)

                                                                                                              Declaration
                                                                                                              @@ -146,17 +146,17 @@
                                                                                                              Parameters
                                                                                                              - CommentsChangedEventCommentEventType + CommentsChangedEvent.CommentEventType eventType - CommentsChangedEventCommentScope + CommentsChangedEvent.CommentScope scope - IEnumerableIComment + System.Collections.Generic.IEnumerable<IComment> comments @@ -184,7 +184,7 @@
                                                                                                              Property Value
                                                                                                              - IEnumerableIComment + System.Collections.Generic.IEnumerable<IComment> @@ -209,7 +209,7 @@
                                                                                                              Property Value
                                                                                                              - CommentsChangedEventCommentEventType + CommentsChangedEvent.CommentEventType @@ -234,14 +234,14 @@
                                                                                                              Property Value
                                                                                                              - CommentsChangedEventCommentScope + CommentsChangedEvent.CommentScope

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.html index bfcd0033c..547bd3c65 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              CreateReturnPackageEvent
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiEvents
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -129,7 +129,7 @@

                                                                                                              Constructors -

                                                                                                              CreateReturnPackageEvent(string, IExternalJobWithProgress)

                                                                                                              +

                                                                                                              CreateReturnPackageEvent(String, IExternalJobWithProgress)

                                                                                                              Constructor

                                                                                                              @@ -148,7 +148,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String projectId @@ -162,7 +162,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              CreateReturnPackageEvent(string, IExternalJobWithProgress, IList<StudioWizardPage>, IList<StudioWizardPage>)

                                                                                                              +

                                                                                                              CreateReturnPackageEvent(String, IExternalJobWithProgress, IList<StudioWizardPage>, IList<StudioWizardPage>)

                                                                                                              Constructor

                                                                                                              @@ -181,7 +181,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String projectId @@ -191,12 +191,12 @@
                                                                                                              Parameters
                                                                                                              - IListStudioWizardPage + System.Collections.Generic.IList<StudioWizardPage> firstPages - IListStudioWizardPage + System.Collections.Generic.IList<StudioWizardPage> lastPages @@ -205,7 +205,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              CreateReturnPackageEvent(string, IList<Guid>, IExternalJobWithProgress, IList<StudioWizardPage>, IList<StudioWizardPage>)

                                                                                                              +

                                                                                                              CreateReturnPackageEvent(String, IList<Guid>, IExternalJobWithProgress, IList<StudioWizardPage>, IList<StudioWizardPage>)

                                                                                                              Constructor

                                                                                                              @@ -224,12 +224,12 @@
                                                                                                              Parameters
                                                                                                              - string + System.String projectId - IListGuid + System.Collections.Generic.IList<System.Guid> files @@ -239,12 +239,12 @@
                                                                                                              Parameters
                                                                                                              - IListStudioWizardPage + System.Collections.Generic.IList<StudioWizardPage> firstPages - IListStudioWizardPage + System.Collections.Generic.IList<StudioWizardPage> lastPages @@ -253,7 +253,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              CreateReturnPackageEvent(string, Guid, IExternalJobWithProgress, IList<StudioWizardPage>, IList<StudioWizardPage>)

                                                                                                              +

                                                                                                              CreateReturnPackageEvent(String, Guid, IExternalJobWithProgress, IList<StudioWizardPage>, IList<StudioWizardPage>)

                                                                                                              Constructor

                                                                                                              @@ -272,12 +272,12 @@
                                                                                                              Parameters
                                                                                                              - string + System.String projectId - Guid + System.Guid taskId @@ -287,12 +287,12 @@
                                                                                                              Parameters
                                                                                                              - IListStudioWizardPage + System.Collections.Generic.IList<StudioWizardPage> firstPages - IListStudioWizardPage + System.Collections.Generic.IList<StudioWizardPage> lastPages @@ -320,7 +320,7 @@
                                                                                                              Property Value
                                                                                                              - IListStudioWizardPage + System.Collections.Generic.IList<StudioWizardPage> @@ -371,7 +371,7 @@
                                                                                                              Property Value
                                                                                                              - IListStudioWizardPage + System.Collections.Generic.IList<StudioWizardPage> @@ -396,7 +396,7 @@
                                                                                                              Property Value
                                                                                                              - IListGuid + System.Collections.Generic.IList<System.Guid> @@ -422,7 +422,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -447,14 +447,14 @@
                                                                                                              Property Value
                                                                                                              - Guid + System.Guid

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.html index 56ecf4ca4..236793591 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              OpenNewProjectWizardEvent
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiEvents
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.html index 1790d2ed1..eb8ce61d6 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              OpenProjectForSelectedLanguageEvent
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiEvents
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.html index 1a9d493e7..a2b01b41f 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              OpenProjectPackageEvent
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiEvents
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -129,7 +129,7 @@

                                                                                                              Constructors -

                                                                                                              OpenProjectPackageEvent(string, IExternalJobWithProgress)

                                                                                                              +

                                                                                                              OpenProjectPackageEvent(String, IExternalJobWithProgress)

                                                                                                              Constructor

                                                                                                              @@ -148,7 +148,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String packageFilePath @@ -162,7 +162,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              OpenProjectPackageEvent(string, IExternalJobWithProgress, string, string)

                                                                                                              +

                                                                                                              OpenProjectPackageEvent(String, IExternalJobWithProgress, String, String)

                                                                                                              Declaration
                                                                                                              @@ -180,7 +180,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String packageFilePath @@ -191,12 +191,12 @@
                                                                                                              Parameters
                                                                                                              - string + System.String iconPath - string + System.String projectOrigin @@ -205,7 +205,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              OpenProjectPackageEvent(string, IExternalJobWithProgress, string, string, IList<StudioWizardPage>, IList<StudioWizardPage>)

                                                                                                              +

                                                                                                              OpenProjectPackageEvent(String, IExternalJobWithProgress, String, String, IList<StudioWizardPage>, IList<StudioWizardPage>)

                                                                                                              Declaration
                                                                                                              @@ -223,7 +223,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String packageFilePath @@ -233,22 +233,22 @@
                                                                                                              Parameters
                                                                                                              - string + System.String iconPath - string + System.String projectOrigin - IListStudioWizardPage + System.Collections.Generic.IList<StudioWizardPage> firstPages - IListStudioWizardPage + System.Collections.Generic.IList<StudioWizardPage> lastPages @@ -276,7 +276,7 @@
                                                                                                              Property Value
                                                                                                              - IListStudioWizardPage + System.Collections.Generic.IList<StudioWizardPage> @@ -302,7 +302,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -353,7 +353,7 @@
                                                                                                              Property Value
                                                                                                              - IListStudioWizardPage + System.Collections.Generic.IList<StudioWizardPage> @@ -379,7 +379,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -405,14 +405,14 @@
                                                                                                              Property Value
                                                                                                              - string + System.String

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.html index 994e7e700..3ec9cea38 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectWizardData
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiEvents
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -159,7 +159,7 @@
                                                                                                              Property Value
                                                                                                              - Liststring + System.Collections.Generic.List<System.String> @@ -185,7 +185,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -211,7 +211,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -237,14 +237,14 @@
                                                                                                              Property Value
                                                                                                              - string + System.String

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.RefreshProjectsEvent.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.RefreshProjectsEvent.html index ec61423d4..bf3ed4c37 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.RefreshProjectsEvent.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.RefreshProjectsEvent.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              RefreshProjectsEvent
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiEvents
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -138,7 +138,7 @@
                                                                                                              Declaration

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.html index cb684d628..04575b901 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              SegmentSplitEvent
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiEvents
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.html index bc87c16b8..8fb594ce6 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              SegmentsMergedEvent
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiEvents
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -193,7 +193,7 @@
                                                                                                              Parameters
                                                                                                              - SegmentId + SegmentId[] oldSegmentIds @@ -271,7 +271,7 @@
                                                                                                              Property Value
                                                                                                              - SegmentId + SegmentId[] @@ -303,7 +303,7 @@
                                                                                                              Property Value

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.html index 8182e9b03..b3579eb52 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.html @@ -115,10 +115,10 @@

                                                                                                              RefreshProjectsEvent

                                                                                                              Used to trigger a projects view refresh

                                                                                                              -

                                                                                                              SegmentSplitEvent

                                                                                                              -

                                                                                                              SegmentsMergedEvent

                                                                                                              +

                                                                                                              SegmentSplitEvent

                                                                                                              +

                                                                                                              Enums

                                                                                                              CommentsChangedEvent.CommentEventType

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.html index dbe361b9c..75c50b1d3 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.html @@ -91,168 +91,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              AutoSuggestProviderAttribute
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              AutoSuggestProviderAttribute
                                                                                                              -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiExtensions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              [ExtensionPointInfo("Integration Api Extension", ExtensionPointBehavior.Static)]
                                                                                                              -[AttributeUsage(AttributeTargets.Class)]
                                                                                                              -public class AutoSuggestProviderAttribute : ExtensionAttribute
                                                                                                              +
                                                                                                              public class AutoSuggestProviderAttribute : ExtensionAttribute

                                                                                                              Constructors

                                                                                                              @@ -270,7 +116,7 @@
                                                                                                              Declaration
                                                                                                              -

                                                                                                              AutoSuggestProviderAttribute(string, string, string)

                                                                                                              +

                                                                                                              AutoSuggestProviderAttribute(String, String, String)

                                                                                                              Constructor with required attributes.

                                                                                                              @@ -289,19 +135,19 @@
                                                                                                              Parameters
                                                                                                              - string + System.String id

                                                                                                              The unique id for this view.

                                                                                                              - string + System.String name

                                                                                                              The name for this view. Should typically be a key of a resource string in PluginResources.resx.

                                                                                                              - string + System.String description

                                                                                                              The description for this view. Should typically be a key of a resource string in PluginResources.resx.

                                                                                                              @@ -310,7 +156,7 @@
                                                                                                              Parameters

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.html index 43de49a54..51ef204c0 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.html @@ -91,168 +91,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              ExternalPackageConvertorExtensionAttribute
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              ExternalPackageConvertorExtensionAttribute
                                                                                                              -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiExtensions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              [ExtensionPointInfo("ExternalPackageConvertors", ExtensionPointBehavior.Static)]
                                                                                                              -[AttributeUsage(AttributeTargets.Class)]
                                                                                                              -public class ExternalPackageConvertorExtensionAttribute : ExtensionAttribute
                                                                                                              +
                                                                                                              public class ExternalPackageConvertorExtensionAttribute : ExtensionAttribute

                                                                                                              Constructors

                                                                                                              @@ -269,7 +115,7 @@
                                                                                                              Declaration
                                                                                                              -

                                                                                                              ExternalPackageConvertorExtensionAttribute(string, string, string, string, string, string)

                                                                                                              +

                                                                                                              ExternalPackageConvertorExtensionAttribute(String, String, String, String, String, String)

                                                                                                              Declaration
                                                                                                              @@ -287,32 +133,32 @@
                                                                                                              Parameters
                                                                                                              - string + System.String id - string + System.String name - string + System.String description - string + System.String packageFileFilter - string + System.String packageFileExtension - string + System.String returnPackageFileExtension @@ -340,7 +186,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -353,8 +199,7 @@

                                                                                                              Declaration
                                                                                                              -
                                                                                                              [PluginResource]
                                                                                                              -public string PackageFileFilter { get; set; }
                                                                                                              +
                                                                                                              public string PackageFileFilter { get; set; }
                                                                                                              Property Value
                                                                                                              @@ -366,7 +211,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -391,14 +236,14 @@
                                                                                                              Property Value
                                                                                                              - +
                                                                                                              stringSystem.String
                                                                                                              stringSystem.String

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ISegmentExtensions.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ISegmentExtensions.html index b8ebfa91f..9224d8f53 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ISegmentExtensions.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ISegmentExtensions.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ISegmentExtensions
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiExtensions
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -162,7 +162,7 @@
                                                                                                              Returns
                                                                                                              - string + System.String diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.html index c97a82630..2792183f7 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              @@ -99,7 +99,7 @@
                                                                                                              Inheritance
                                                                                                              Implements
                                                                                                              - +
                                                                                                              System.IDisposable
                                                                                                              @@ -132,7 +132,7 @@
                                                                                                              Inherited Members
                                                                                                              AbstractViewController.Dispose()
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -226,7 +226,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -261,7 +261,7 @@
                                                                                                              Property Value

                                                                                                              CurrentSelectedLanguage

                                                                                                              -

                                                                                                              Gets the current selected project language

                                                                                                              +

                                                                                                              Gets the current selected project language

                                                                                                              Declaration
                                                                                                              @@ -303,7 +303,7 @@
                                                                                                              Property Value
                                                                                                              - IEnumerableProjectFile + System.Collections.Generic.IEnumerable<ProjectFile> @@ -329,7 +329,7 @@
                                                                                                              Property Value
                                                                                                              - IEnumerableProjectFile + System.Collections.Generic.IEnumerable<ProjectFile> @@ -355,7 +355,7 @@
                                                                                                              Property Value
                                                                                                              - IEnumerableManualTask + System.Collections.Generic.IEnumerable<ManualTask> @@ -425,7 +425,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              True if operation is succesfull.

                                                                                                              @@ -453,7 +453,7 @@
                                                                                                              Parameters
                                                                                                              - IEnumerableProjectFile + System.Collections.Generic.IEnumerable<ProjectFile> filesToSelect @@ -481,21 +481,21 @@
                                                                                                              Event Type
                                                                                                              - EventHandler + System.EventHandler

                                                                                                              Implements

                                                                                                              - IDisposable + System.IDisposable

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.FocusedDocumentContent.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.FocusedDocumentContent.html index 714636769..e89f94b49 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.FocusedDocumentContent.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.FocusedDocumentContent.html @@ -89,7 +89,7 @@

                                                                                                              Enumeration for the focused document content

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -122,6 +122,10 @@

                                                                                                              Fields +

                                                                                                              Extension Methods

                                                                                                              +
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html index 62ac5aca0..1cc44fbe1 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html @@ -89,7 +89,7 @@

                                                                                                              Interface for the document implementation

                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -226,7 +226,7 @@
                                                                                                              Property Value
                                                                                                              - IEnumerableProjectFile + System.Collections.Generic.IEnumerable<ProjectFile> @@ -252,7 +252,7 @@
                                                                                                              Property Value
                                                                                                              - IEnumerableISegmentPair + System.Collections.Generic.IEnumerable<ISegmentPair> @@ -278,7 +278,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -330,7 +330,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -356,7 +356,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -486,7 +486,7 @@
                                                                                                              Property Value
                                                                                                              - IEnumerableISegmentPair + System.Collections.Generic.IEnumerable<ISegmentPair> @@ -539,7 +539,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -578,7 +578,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              AddCommentOnSegment(ISegmentPair, string, Severity)

                                                                                                              +

                                                                                                              AddCommentOnSegment(ISegmentPair, String, Severity)

                                                                                                              Adds a comment to the target segment

                                                                                                              @@ -603,7 +603,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String text

                                                                                                              Comment text

                                                                                                              @@ -619,8 +619,8 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              AddCommentOnTargetSelection(string, Severity)

                                                                                                              -

                                                                                                              Adds a comment to the selected content range in the target document.

                                                                                                              +

                                                                                                              AddCommentOnTargetSelection(String, Severity)

                                                                                                              +

                                                                                                              Adds a comment to the selected content range in the target document.

                                                                                                              Declaration
                                                                                                              @@ -638,7 +638,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String text

                                                                                                              Comment text

                                                                                                              @@ -684,7 +684,7 @@
                                                                                                              Parameters

                                                                                                              ChangeConfirmationLevelOnSegment(ISegmentPair, ConfirmationLevel)

                                                                                                              -

                                                                                                              Sets the segment confirmation level to the specified value

                                                                                                              +

                                                                                                              Sets the segment confirmation level to the specified value

                                                                                                              Declaration
                                                                                                              @@ -718,7 +718,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              ChangeTranslationOriginOnSegment(ISegmentPair, string)

                                                                                                              +

                                                                                                              ChangeTranslationOriginOnSegment(ISegmentPair, String)

                                                                                                              Sets the translation origin for the specified segment to the specified origin type

                                                                                                              @@ -743,7 +743,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String originType

                                                                                                              The translation origin type. This should normally be one of the constants define in DefaultTranslationOrigin.

                                                                                                              @@ -828,7 +828,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              FindTextInSegment(string, string, bool, bool)

                                                                                                              +

                                                                                                              FindTextInSegment(String, String, Boolean, Boolean)

                                                                                                              Declaration
                                                                                                              @@ -846,22 +846,22 @@
                                                                                                              Parameters
                                                                                                              - string + System.String segmentNumber - string + System.String text - bool + System.Boolean highlightText - bool + System.Boolean searchInSource @@ -877,7 +877,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean @@ -948,7 +948,7 @@
                                                                                                              Returns
                                                                                                              - IEnumerableIComment + System.Collections.Generic.IEnumerable<IComment>

                                                                                                              A list of comments from the target segment

                                                                                                              @@ -999,7 +999,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              GetSegmentPair(int)

                                                                                                              +

                                                                                                              GetSegmentPair(Int32)

                                                                                                              Get the segment pair from the row number

                                                                                                              @@ -1018,7 +1018,7 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 rowNumber

                                                                                                              The row number

                                                                                                              @@ -1044,7 +1044,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              GetSegmentPair(string, string)

                                                                                                              +

                                                                                                              GetSegmentPair(String, String)

                                                                                                              Get the segment pair from the paragraph and segment id

                                                                                                              @@ -1063,13 +1063,13 @@
                                                                                                              Parameters
                                                                                                              - string + System.String paragraphUnitId

                                                                                                              The paragraph unit id

                                                                                                              - string + System.String segmentId

                                                                                                              The segment id

                                                                                                              @@ -1131,7 +1131,7 @@
                                                                                                              Returns
                                                                                                              - IEnumerableISegmentPair + System.Collections.Generic.IEnumerable<ISegmentPair>

                                                                                                              A list of segment pairs from the provided paragraph

                                                                                                              @@ -1158,7 +1158,7 @@
                                                                                                              Returns
                                                                                                              - IEnumerableISegmentPair + System.Collections.Generic.IEnumerable<ISegmentPair>

                                                                                                              A list of selected segment pairs from the editor

                                                                                                              @@ -1167,7 +1167,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              ProcessSegmentPair(ISegmentPair, string, Action<ISegmentPair, CancelEventArgs>)

                                                                                                              +

                                                                                                              ProcessSegmentPair(ISegmentPair, String, Action<ISegmentPair, CancelEventArgs>)

                                                                                                              Processing a single specific segment pair with the ability to alter the source and/or target

                                                                                                              @@ -1192,13 +1192,13 @@
                                                                                                              Parameters
                                                                                                              - string + System.String processingName

                                                                                                              A custom provided name for the processing operation used for the undo history.

                                                                                                              - ActionISegmentPairCancelEventArgs + System.Action<ISegmentPair, System.ComponentModel.CancelEventArgs> process

                                                                                                              Processing delegate responsable for analyzing the segment pair.

                                                                                                              @@ -1211,7 +1211,7 @@
                                                                                                              -

                                                                                                              ProcessSegmentPairs(string, Action<ISegmentPair, CancelEventArgs>)

                                                                                                              +

                                                                                                              ProcessSegmentPairs(String, Action<ISegmentPair, CancelEventArgs>)

                                                                                                              Processing the document segment pairs with the ability to alter the source and/or target

                                                                                                              @@ -1230,13 +1230,13 @@
                                                                                                              Parameters
                                                                                                              - string + System.String processingName

                                                                                                              A custom provided name for the processing operation used for the undo history.

                                                                                                              - ActionISegmentPairCancelEventArgs + System.Action<ISegmentPair, System.ComponentModel.CancelEventArgs> process

                                                                                                              Processing delegate responsable for analyzing the segment pairs.

                                                                                                              @@ -1267,7 +1267,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean @@ -1275,7 +1275,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              SetActiveSegmentPair(ProjectFile, string, bool)

                                                                                                              +

                                                                                                              SetActiveSegmentPair(ProjectFile, String, Boolean)

                                                                                                              Sets the active segment pair to the segment pair with the given number and sets focus on that segment if specified.

                                                                                                              @@ -1297,18 +1297,18 @@
                                                                                                              Parameters
                                                                                                              ProjectFile projectFile

                                                                                                              For normal document it is opened from one file and for virtual document it is opened from multiple files. - When the document is virtual the projetFile indicates the refered file, which can be obtained from Files properpty of Document. - For normal document, this parameter is ignored.

                                                                                                              +When the document is virtual the projetFile indicates the refered file, which can be obtained from Files properpty of Document. +For normal document, this parameter is ignored.

                                                                                                              - string + System.String segmentNumber

                                                                                                              The segment number.

                                                                                                              - bool + System.Boolean setFocusOnSegment

                                                                                                              Set this to true if focus should be set to the segment

                                                                                                              @@ -1325,9 +1325,9 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              True if the segment pair was activated successfully. - This may be false if no such segment exists or if the segment is currently filtered out from view.>

                                                                                                              +This may be false if no such segment exists or if the segment is currently filtered out from view.>

                                                                                                              @@ -1335,7 +1335,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              SetActiveSegmentPair(string, string, bool)

                                                                                                              +

                                                                                                              SetActiveSegmentPair(String, String, Boolean)

                                                                                                              Sets the active segment pair to the segment pair with the given paragraphId and segmentNumber.

                                                                                                              @@ -1354,17 +1354,17 @@
                                                                                                              Parameters
                                                                                                              - string + System.String paragraphId - string + System.String segmentNumber - bool + System.Boolean setFocusOnSegment

                                                                                                              Set this to true if focus should be set to the segment

                                                                                                              @@ -1381,7 +1381,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean @@ -1403,7 +1403,7 @@
                                                                                                              -

                                                                                                              UpdateCommentOnSegment(ISegmentPair, IComment, string, Severity)

                                                                                                              +

                                                                                                              UpdateCommentOnSegment(ISegmentPair, IComment, String, Severity)

                                                                                                              Update a comment text and severity on the target segment

                                                                                                              @@ -1434,7 +1434,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String text

                                                                                                              New coment text

                                                                                                              @@ -1545,7 +1545,7 @@

                                                                                                              Events

                                                                                                              ActiveFileChanged

                                                                                                              -

                                                                                                              Triggered when the active file is changed.

                                                                                                              +

                                                                                                              Triggered when the active file is changed.

                                                                                                              Declaration
                                                                                                              @@ -1562,7 +1562,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandler + System.EventHandler @@ -1587,7 +1587,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandler + System.EventHandler @@ -1612,7 +1612,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandler + System.EventHandler @@ -1637,7 +1637,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandler + System.EventHandler @@ -1662,7 +1662,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandlerDocumentContentEventArgs + System.EventHandler<DocumentContentEventArgs> @@ -1687,20 +1687,20 @@
                                                                                                              Event Type
                                                                                                              - EventHandlerDocumentFilterEventArgs + System.EventHandler<DocumentFilterEventArgs> -

                                                                                                              SegmentTranslated

                                                                                                              -

                                                                                                              Triggered after a segment has been translated.

                                                                                                              +

                                                                                                              SegmentsConfirmationLevelChanged

                                                                                                              +

                                                                                                              The event is triggered when a ConfirmationLevel is changed for a Segment.

                                                                                                              Declaration
                                                                                                              -
                                                                                                              event EventHandler SegmentTranslated
                                                                                                              +
                                                                                                              event EventHandler SegmentsConfirmationLevelChanged
                                                                                                              Event Type
                                                                                                              @@ -1712,20 +1712,20 @@
                                                                                                              Event Type
                                                                                                              - +
                                                                                                              EventHandlerSystem.EventHandler
                                                                                                              -

                                                                                                              SegmentsConfirmationLevelChanged

                                                                                                              -

                                                                                                              The event is triggered when a ConfirmationLevel is changed for a Segment.

                                                                                                              +

                                                                                                              SegmentsTranslationOriginChanged

                                                                                                              +

                                                                                                              The event is triggered when a TranslationOrigin is changed for a Segment.

                                                                                                              Declaration
                                                                                                              -
                                                                                                              event EventHandler SegmentsConfirmationLevelChanged
                                                                                                              +
                                                                                                              event EventHandler SegmentsTranslationOriginChanged
                                                                                                              Event Type
                                                                                                              @@ -1737,20 +1737,20 @@
                                                                                                              Event Type
                                                                                                              - +
                                                                                                              EventHandlerSystem.EventHandler
                                                                                                              -

                                                                                                              SegmentsTranslationOriginChanged

                                                                                                              -

                                                                                                              The event is triggered when a TranslationOrigin is changed for a Segment.

                                                                                                              +

                                                                                                              SegmentTranslated

                                                                                                              +

                                                                                                              Triggered after a segment has been translated.

                                                                                                              Declaration
                                                                                                              -
                                                                                                              event EventHandler SegmentsTranslationOriginChanged
                                                                                                              +
                                                                                                              event EventHandler SegmentTranslated
                                                                                                              Event Type
                                                                                                              @@ -1762,14 +1762,14 @@
                                                                                                              Event Type
                                                                                                              - +
                                                                                                              EventHandlerSystem.EventHandler

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.html index d6e547605..02c9e13a6 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              SdlTradosStudioApplication
                                                                                                              @@ -113,25 +113,28 @@
                                                                                                              Inherited Members
                                                                                                              AbstractApplication.Closing
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType() +
                                                                                                              +
                                                                                                              + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiInternal
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Internal
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.html index c4b448ab7..99219735b 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.html @@ -91,42 +91,10 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              ConvertExternalPackageEventArgs
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              ConvertExternalPackageEventArgs
                                                                                                              - -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPackaging
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -137,7 +105,7 @@

                                                                                                              Constructors -

                                                                                                              ConvertExternalPackageEventArgs(int, string)

                                                                                                              +

                                                                                                              ConvertExternalPackageEventArgs(Int32, String)

                                                                                                              Instantiates a new object using the provided import statistics.

                                                                                                              @@ -156,12 +124,12 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 progress - string + System.String statusMessage @@ -190,7 +158,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -216,14 +184,14 @@
                                                                                                              Property Value
                                                                                                              - string + System.String

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.html index 369a4c2b6..e41b67a29 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ExternalPackageConversionInfo
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPackaging
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -158,7 +158,7 @@
                                                                                                              Property Value
                                                                                                              - IDictionarystringobject + System.Collections.Generic.IDictionary<System.String, System.Object> @@ -184,7 +184,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -193,7 +193,7 @@
                                                                                                              Property Value

                                                                                                              ToPackagePath

                                                                                                              -

                                                                                                              Physical location of the final package

                                                                                                              +

                                                                                                              Physical location of the final package

                                                                                                              Declaration
                                                                                                              @@ -210,14 +210,14 @@
                                                                                                              Property Value
                                                                                                              - string + System.String

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.html index eeabf8260..26663bb56 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.html @@ -88,7 +88,7 @@

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPackaging
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -118,9 +118,9 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid guid -

                                                                                                              Unique identifier (Guid) of the project to be searched for

                                                                                                              +

                                                                                                              Unique identifier (Guid) of the project to be searched for

                                                                                                              @@ -144,7 +144,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              CreatePackage(string, Language, DateTime, string, Guid)

                                                                                                              +

                                                                                                              CreatePackage(String, Language, DateTime, String, Guid)

                                                                                                              Creates a Package object that can be manipulated before being imported into Trados Studio

                                                                                                              @@ -163,7 +163,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String projectName @@ -173,17 +173,17 @@
                                                                                                              Parameters
                                                                                                              - DateTime + System.DateTime createdAt - string + System.String createdBy - Guid + System.Guid originalProjectGuid @@ -208,7 +208,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              OpenPackage(string)

                                                                                                              +

                                                                                                              OpenPackage(String)

                                                                                                              Creates a Package object based on physical package

                                                                                                              @@ -227,7 +227,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String packageFilePath @@ -250,7 +250,7 @@
                                                                                                              Returns

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IExternalPackageConverter.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IExternalPackageConverter.html index 10bf2b8be..4cf57e009 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IExternalPackageConverter.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IExternalPackageConverter.html @@ -88,7 +88,7 @@

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPackaging
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.MessageLevel.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.MessageLevel.html index 9154158d9..da8e98aca 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.MessageLevel.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.MessageLevel.html @@ -88,7 +88,7 @@

                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPackaging
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -118,6 +118,10 @@

                                                                                                              Fields +

                                                                                                              Extension Methods

                                                                                                              +
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.html index 00a371899..1c1a32c3f 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              PackageConversionResult
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPackaging
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.html index 752987a90..bceb052ce 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.html @@ -90,38 +90,38 @@

                                                                                                              Inheritance
                                                                                                              - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.EventArgs
                                                                                                              PackageConverterMessageEventArgs
                                                                                                              Inherited Members
                                                                                                              - EventArgs.Empty + System.EventArgs.Empty
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPackaging
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -132,7 +132,7 @@

                                                                                                              Constructors -

                                                                                                              PackageConverterMessageEventArgs(string, MessageLevel, string, Exception)

                                                                                                              +

                                                                                                              PackageConverterMessageEventArgs(String, MessageLevel, String, Exception)

                                                                                                              Declaration
                                                                                                              @@ -150,7 +150,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String message @@ -160,12 +160,12 @@
                                                                                                              Parameters
                                                                                                              - string + System.String source - Exception + System.Exception exception @@ -193,7 +193,7 @@
                                                                                                              Property Value
                                                                                                              - Exception + System.Exception @@ -243,7 +243,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -268,14 +268,14 @@
                                                                                                              Property Value
                                                                                                              - string + System.String

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.html index 238e753a8..587457ed9 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              PackagingConstants
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPackaging
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -156,7 +156,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -180,7 +180,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -204,7 +204,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -228,14 +228,14 @@
                                                                                                              Field Value
                                                                                                              - string + System.String

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html index fce25c975..1a79f52bc 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html @@ -91,36 +91,45 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation
                                                                                                              Inherited Members
                                                                                                              - object.Equals(object, object) + System.Object.ToString()
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.Equals(System.Object)
                                                                                                              - object.GetHashCode() + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.GetType() + System.Object.ReferenceEquals(System.Object, System.Object) +
                                                                                                              +
                                                                                                              + System.Object.GetHashCode() +
                                                                                                              +
                                                                                                              + System.Object.GetType() +
                                                                                                              +
                                                                                                              + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPresentationDefaultLocations
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public sealed class TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation : AbstractLocation
                                                                                                              +
                                                                                                              public sealed class EditorDocumentContextMenuLocation : AbstractLocation

                                                                                                              Constructors

                                                                                                              @@ -134,9 +143,126 @@
                                                                                                              Declaration
                                                                                                              public EditorDocumentContextMenuLocation()
                                                                                                              +

                                                                                                              Properties +

                                                                                                              + + + +

                                                                                                              InsertAfter

                                                                                                              +

                                                                                                              The name of the context menu item after which the current item should appear

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string InsertAfter { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              InsertBefore

                                                                                                              +

                                                                                                              The name of the context menu item before which the current item should appear

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string InsertBefore { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              Path

                                                                                                              +

                                                                                                              The path to the editor context menu location

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string Path { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              TargetAttributeType

                                                                                                              +

                                                                                                              The target extension attribute type

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override Type TargetAttributeType { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.Type
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + +
                                                                                                              Remarks
                                                                                                              +

                                                                                                              Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element.

                                                                                                              +

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html index b1761d828..c30fb1035 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html @@ -91,36 +91,45 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation
                                                                                                              Inherited Members
                                                                                                              - object.Equals(object, object) + System.Object.ToString()
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.Equals(System.Object)
                                                                                                              - object.GetHashCode() + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.GetType() + System.Object.ReferenceEquals(System.Object, System.Object) +
                                                                                                              +
                                                                                                              + System.Object.GetHashCode() +
                                                                                                              +
                                                                                                              + System.Object.GetType() +
                                                                                                              +
                                                                                                              + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPresentationDefaultLocations
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public sealed class TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation : AbstractLocation
                                                                                                              +
                                                                                                              public sealed class EditorDocumentSpellcheckContextMenuLocation : AbstractLocation

                                                                                                              Constructors

                                                                                                              @@ -134,9 +143,126 @@
                                                                                                              Declaration
                                                                                                              public EditorDocumentSpellcheckContextMenuLocation()
                                                                                                              +

                                                                                                              Properties +

                                                                                                              + + + +

                                                                                                              InsertAfter

                                                                                                              +

                                                                                                              The name of the context menu item after which the current item should appear

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string InsertAfter { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              InsertBefore

                                                                                                              +

                                                                                                              The name of the context menu item before which the current item should appear

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string InsertBefore { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              Path

                                                                                                              +

                                                                                                              The path to the editor context menu location

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string Path { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              TargetAttributeType

                                                                                                              +

                                                                                                              The target extension attribute type

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override Type TargetAttributeType { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.Type
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + +
                                                                                                              Remarks
                                                                                                              +

                                                                                                              Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element.

                                                                                                              +

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.html index 90a51ae95..aab55969a 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.html @@ -91,36 +91,45 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationStudioDefaultContextMenus.FilesContextMenuLocation
                                                                                                              Inherited Members
                                                                                                              - object.Equals(object, object) + System.Object.ToString()
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.Equals(System.Object)
                                                                                                              - object.GetHashCode() + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.GetType() + System.Object.ReferenceEquals(System.Object, System.Object) +
                                                                                                              +
                                                                                                              + System.Object.GetHashCode() +
                                                                                                              +
                                                                                                              + System.Object.GetType() +
                                                                                                              +
                                                                                                              + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPresentationDefaultLocations
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public sealed class TranslationStudioDefaultContextMenus.FilesContextMenuLocation : AbstractLocation
                                                                                                              +
                                                                                                              public sealed class FilesContextMenuLocation : AbstractLocation

                                                                                                              Constructors

                                                                                                              @@ -157,13 +166,13 @@
                                                                                                              Property Value
                                                                                                              - string + System.String
                                                                                                              Overrides
                                                                                                              -
                                                                                                              Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertAfter
                                                                                                              + @@ -185,13 +194,13 @@
                                                                                                              Property Value
                                                                                                              - string + System.String
                                                                                                              Overrides
                                                                                                              -
                                                                                                              Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertBefore
                                                                                                              + @@ -213,13 +222,13 @@
                                                                                                              Property Value
                                                                                                              - string + System.String
                                                                                                              Overrides
                                                                                                              -
                                                                                                              Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.Path
                                                                                                              + @@ -241,19 +250,19 @@
                                                                                                              Property Value
                                                                                                              - Type + System.Type
                                                                                                              Overrides
                                                                                                              -
                                                                                                              Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.TargetAttributeType
                                                                                                              +
                                                                                                              Remarks

                                                                                                              Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element.

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.html index 6ae12c859..5cea5982b 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.html @@ -91,36 +91,45 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation
                                                                                                              Inherited Members
                                                                                                              - object.Equals(object, object) + System.Object.ToString()
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.Equals(System.Object)
                                                                                                              - object.GetHashCode() + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.GetType() + System.Object.ReferenceEquals(System.Object, System.Object) +
                                                                                                              +
                                                                                                              + System.Object.GetHashCode() +
                                                                                                              +
                                                                                                              + System.Object.GetType() +
                                                                                                              +
                                                                                                              + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPresentationDefaultLocations
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public sealed class TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation : AbstractLocation
                                                                                                              +
                                                                                                              public sealed class ProjectsContextMenuLocation : AbstractLocation

                                                                                                              Constructors

                                                                                                              @@ -134,9 +143,126 @@
                                                                                                              Declaration
                                                                                                              public ProjectsContextMenuLocation()
                                                                                                              +

                                                                                                              Properties +

                                                                                                              + + + +

                                                                                                              InsertAfter

                                                                                                              +

                                                                                                              The name of the context menu item after which the current item should appear

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string InsertAfter { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              InsertBefore

                                                                                                              +

                                                                                                              The name of the context menu item before which the current item should appear

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string InsertBefore { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              Path

                                                                                                              +

                                                                                                              The path to the editor context menu location

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string Path { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              TargetAttributeType

                                                                                                              +

                                                                                                              The target extension attribute type

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override Type TargetAttributeType { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.Type
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + +
                                                                                                              Remarks
                                                                                                              +

                                                                                                              Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element.

                                                                                                              +

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.html index a88ac0032..77f5f30e9 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.html @@ -91,35 +91,35 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationStudioDefaultContextMenus
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPresentationDefaultLocations
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -139,7 +139,7 @@
                                                                                                              Declaration

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups.html index 74aed60a6..e9d9574a6 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups.html @@ -91,35 +91,35 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationStudioDefaultRibbonGroups
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPresentationDefaultLocations
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -139,7 +139,7 @@
                                                                                                              Declaration

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html index 9f727c8f9..aaf01d1da 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html @@ -91,36 +91,45 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation
                                                                                                              Inherited Members
                                                                                                              - object.Equals(object, object) + System.Object.ToString()
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.Equals(System.Object)
                                                                                                              - object.GetHashCode() + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.GetType() + System.Object.ReferenceEquals(System.Object, System.Object) +
                                                                                                              +
                                                                                                              + System.Object.GetHashCode() +
                                                                                                              +
                                                                                                              + System.Object.GetType() +
                                                                                                              +
                                                                                                              + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPresentationDefaultLocations
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public sealed class TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation : AbstractLocation
                                                                                                              +
                                                                                                              public sealed class EditorAdvancedRibbonTabLocation : AbstractLocation

                                                                                                              Constructors

                                                                                                              @@ -134,9 +143,126 @@
                                                                                                              Declaration
                                                                                                              public EditorAdvancedRibbonTabLocation()
                                                                                                              +

                                                                                                              Properties +

                                                                                                              + + + +

                                                                                                              InsertAfter

                                                                                                              +

                                                                                                              The ribbon group which is after

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string InsertAfter { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              InsertBefore

                                                                                                              +

                                                                                                              The ribbon group which is before

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string InsertBefore { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              Path

                                                                                                              +

                                                                                                              The path to the home tab location

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string Path { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              TargetAttributeType

                                                                                                              +

                                                                                                              The target extension attribute type

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override Type TargetAttributeType { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.Type
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + +
                                                                                                              Remarks
                                                                                                              +

                                                                                                              Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element.

                                                                                                              +

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html index 4480ed060..b1280465f 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html @@ -91,36 +91,45 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation
                                                                                                              Inherited Members
                                                                                                              - object.Equals(object, object) + System.Object.ToString()
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.Equals(System.Object)
                                                                                                              - object.GetHashCode() + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.GetType() + System.Object.ReferenceEquals(System.Object, System.Object) +
                                                                                                              +
                                                                                                              + System.Object.GetHashCode() +
                                                                                                              +
                                                                                                              + System.Object.GetType() +
                                                                                                              +
                                                                                                              + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPresentationDefaultLocations
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public sealed class TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation : AbstractLocation
                                                                                                              +
                                                                                                              public sealed class EditorReviewRibbonTabLocation : AbstractLocation

                                                                                                              Constructors

                                                                                                              @@ -134,9 +143,126 @@
                                                                                                              Declaration
                                                                                                              public EditorReviewRibbonTabLocation()
                                                                                                              +

                                                                                                              Properties +

                                                                                                              + + + +

                                                                                                              InsertAfter

                                                                                                              +

                                                                                                              The ribbon group which is after

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string InsertAfter { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              InsertBefore

                                                                                                              +

                                                                                                              The ribbon group which is before

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string InsertBefore { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              Path

                                                                                                              +

                                                                                                              The path to the home tab location

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string Path { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              TargetAttributeType

                                                                                                              +

                                                                                                              The target extension attribute type

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override Type TargetAttributeType { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.Type
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + +
                                                                                                              Remarks
                                                                                                              +

                                                                                                              Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element.

                                                                                                              +

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html index 3b8abdb79..f0f3f9f40 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html @@ -91,36 +91,45 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation
                                                                                                              Inherited Members
                                                                                                              - object.Equals(object, object) + System.Object.ToString()
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.Equals(System.Object)
                                                                                                              - object.GetHashCode() + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.GetType() + System.Object.ReferenceEquals(System.Object, System.Object) +
                                                                                                              +
                                                                                                              + System.Object.GetHashCode() +
                                                                                                              +
                                                                                                              + System.Object.GetType() +
                                                                                                              +
                                                                                                              + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPresentationDefaultLocations
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public sealed class TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation : AbstractLocation
                                                                                                              +
                                                                                                              public sealed class HomeRibbonTabLocation : AbstractLocation

                                                                                                              Constructors

                                                                                                              @@ -134,9 +143,126 @@
                                                                                                              Declaration
                                                                                                              public HomeRibbonTabLocation()
                                                                                                              +

                                                                                                              Properties +

                                                                                                              + + + +

                                                                                                              InsertAfter

                                                                                                              +

                                                                                                              The ribbon group which is after

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string InsertAfter { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              InsertBefore

                                                                                                              +

                                                                                                              The ribbon group which is before

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string InsertBefore { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              Path

                                                                                                              +

                                                                                                              The path to the home tab location

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string Path { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              TargetAttributeType

                                                                                                              +

                                                                                                              The target extension attribute type

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override Type TargetAttributeType { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.Type
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + +
                                                                                                              Remarks
                                                                                                              +

                                                                                                              Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element.

                                                                                                              +

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.html index a70814e7a..9364271e8 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.html @@ -91,35 +91,35 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationStudioDefaultRibbonTabs
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPresentationDefaultLocations
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -139,7 +139,7 @@
                                                                                                              Declaration

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.html index ee60b9c5c..19517745e 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.html @@ -91,36 +91,45 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationStudioDefaultViews.TradosStudioViewsLocation
                                                                                                              Inherited Members
                                                                                                              - object.Equals(object, object) + System.Object.ToString()
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.Equals(System.Object)
                                                                                                              - object.GetHashCode() + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.GetType() + System.Object.ReferenceEquals(System.Object, System.Object) +
                                                                                                              +
                                                                                                              + System.Object.GetHashCode() +
                                                                                                              +
                                                                                                              + System.Object.GetType() +
                                                                                                              +
                                                                                                              + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPresentationDefaultLocations
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public sealed class TranslationStudioDefaultViews.TradosStudioViewsLocation : AbstractLocation
                                                                                                              +
                                                                                                              public sealed class TradosStudioViewsLocation : AbstractLocation

                                                                                                              Constructors

                                                                                                              @@ -138,9 +147,93 @@

                                                                                                              Properties

                                                                                                              + +

                                                                                                              InsertAfter

                                                                                                              +

                                                                                                              Get the location after which this location should be set.

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string InsertAfter { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              InsertBefore

                                                                                                              +

                                                                                                              Get the location before which this location should be set.

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string InsertBefore { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + + + +

                                                                                                              Path

                                                                                                              +

                                                                                                              Gets the path of the location

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public override string Path { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + + + + +
                                                                                                              TypeDescription
                                                                                                              System.String
                                                                                                              +
                                                                                                              Overrides
                                                                                                              + + +

                                                                                                              TargetAttributeType

                                                                                                              -

                                                                                                              Define the

                                                                                                              +

                                                                                                              Define the

                                                                                                              Declaration
                                                                                                              @@ -157,16 +250,16 @@
                                                                                                              Property Value
                                                                                                              - Type + System.Type
                                                                                                              Overrides
                                                                                                              -
                                                                                                              Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.TargetAttributeType
                                                                                                              +

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.html index 989c77500..4c24cd307 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.html @@ -91,35 +91,35 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationStudioDefaultViews
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPresentationDefaultLocations
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -139,7 +139,7 @@
                                                                                                              Declaration

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorReviewLayoutConfiguration.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorReviewLayoutConfiguration.html index 96cd8ad73..a0b9060d5 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorReviewLayoutConfiguration.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorReviewLayoutConfiguration.html @@ -91,35 +91,38 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              EditorReviewLayoutConfiguration
                                                                                                              Inherited Members
                                                                                                              - object.Equals(object) + System.Object.ToString()
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetType() + System.Object.GetHashCode()
                                                                                                              - object.MemberwiseClone() + System.Object.GetType() +
                                                                                                              +
                                                                                                              + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPresentation
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -140,7 +143,7 @@
                                                                                                              Declaration

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration.html index 455334651..d978a2cf2 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration.html @@ -91,35 +91,38 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              EditorSignoffLayoutConfiguration
                                                                                                              Inherited Members
                                                                                                              - object.Equals(object) + System.Object.ToString()
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetType() + System.Object.GetHashCode()
                                                                                                              - object.MemberwiseClone() + System.Object.GetType() +
                                                                                                              +
                                                                                                              + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPresentation
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -140,7 +143,7 @@
                                                                                                              Declaration

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.html index ba9b2fe36..1aeaab7fa 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              @@ -99,7 +99,7 @@
                                                                                                              Inheritance
                                                                                                              Implements
                                                                                                              - +
                                                                                                              System.IDisposable
                                                                                                              @@ -132,7 +132,7 @@
                                                                                                              Inherited Members
                                                                                                              AbstractViewController.Dispose()
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -257,7 +257,7 @@
                                                                                                              Property Value
                                                                                                              - IEnumerableFileBasedProject + System.Collections.Generic.IEnumerable<FileBasedProject> @@ -296,7 +296,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              Add(IEnumerable<string>)

                                                                                                              +

                                                                                                              Add(IEnumerable<String>)

                                                                                                              Add the projects for the specified files in the projects list

                                                                                                              @@ -315,7 +315,7 @@
                                                                                                              Parameters
                                                                                                              - IEnumerablestring + System.Collections.Generic.IEnumerable<System.String> projectsFilePaths

                                                                                                              The physical paths to the project files.

                                                                                                              @@ -332,7 +332,7 @@
                                                                                                              Returns
                                                                                                              - IEnumerableFileBasedProject + System.Collections.Generic.IEnumerable<FileBasedProject>

                                                                                                              An enumerable collection with the projects successfully opened.

                                                                                                              @@ -344,7 +344,7 @@
                                                                                                              -

                                                                                                              Add(string)

                                                                                                              +

                                                                                                              Add(String)

                                                                                                              Add the project for the specified file in the projects list

                                                                                                              @@ -363,7 +363,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String projectFilePath

                                                                                                              The physical paths to the project files.

                                                                                                              @@ -440,7 +440,7 @@
                                                                                                              Parameters
                                                                                                              - IEnumerableFileBasedProject + System.Collections.Generic.IEnumerable<FileBasedProject> projects

                                                                                                              Enumeration containg all the projects that should be closed.

                                                                                                              @@ -468,7 +468,7 @@
                                                                                                              Returns
                                                                                                              - IEnumerableFileBasedProject + System.Collections.Generic.IEnumerable<FileBasedProject>

                                                                                                              An enumerable collection containing all the projects.

                                                                                                              @@ -476,14 +476,14 @@
                                                                                                              Returns
                                                                                                              - -

                                                                                                              GetProjectTemplates()

                                                                                                              -

                                                                                                              Gets all the available project templates.

                                                                                                              + +

                                                                                                              GetProjects()

                                                                                                              +

                                                                                                              Get the view visible projects

                                                                                                              Declaration
                                                                                                              -
                                                                                                              public IEnumerable<ProjectTemplateInfo> GetProjectTemplates()
                                                                                                              +
                                                                                                              public IEnumerable<FileBasedProject> GetProjects()
                                                                                                              Returns
                                                                                                              @@ -495,22 +495,22 @@
                                                                                                              Returns
                                                                                                              - - +
                                                                                                              IEnumerableProjectTemplateInfo

                                                                                                              Anm enumerable collection containing all the project templates.

                                                                                                              +
                                                                                                              System.Collections.Generic.IEnumerable<FileBasedProject>

                                                                                                              An enumerable collection containing the visible projects

                                                                                                              - -

                                                                                                              GetProjects()

                                                                                                              -

                                                                                                              Get the view visible projects

                                                                                                              + +

                                                                                                              GetProjectTemplates()

                                                                                                              +

                                                                                                              Gets all the available project templates.

                                                                                                              Declaration
                                                                                                              -
                                                                                                              public IEnumerable<FileBasedProject> GetProjects()
                                                                                                              +
                                                                                                              public IEnumerable<ProjectTemplateInfo> GetProjectTemplates()
                                                                                                              Returns
                                                                                                              @@ -522,8 +522,8 @@
                                                                                                              Returns
                                                                                                              - - + @@ -621,7 +621,7 @@
                                                                                                              Event Type
                                                                                                              - + @@ -646,7 +646,7 @@
                                                                                                              Event Type
                                                                                                              - + @@ -671,7 +671,7 @@
                                                                                                              Event Type
                                                                                                              - + @@ -696,21 +696,21 @@
                                                                                                              Event Type
                                                                                                              - +
                                                                                                              IEnumerableFileBasedProject

                                                                                                              An enumerable collection containing the visible projects

                                                                                                              +
                                                                                                              System.Collections.Generic.IEnumerable<ProjectTemplateInfo>

                                                                                                              Anm enumerable collection containing all the project templates.

                                                                                                              EventHandlerSystem.EventHandler
                                                                                                              EventHandlerCurrentProjectCancelEventArgsSystem.EventHandler<CurrentProjectCancelEventArgs>
                                                                                                              EventHandlerSystem.EventHandler
                                                                                                              EventHandlerSystem.EventHandler

                                                                                                              Implements

                                                                                                              - IDisposable + System.IDisposable

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.html index 74a06a7fb..8f02258a1 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.html @@ -90,7 +90,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              @@ -98,7 +98,7 @@
                                                                                                              Inheritance
                                                                                                              Implements
                                                                                                              - +
                                                                                                              System.IDisposable
                                                                                                              @@ -131,7 +131,7 @@
                                                                                                              Inherited Members
                                                                                                              AbstractViewController.Dispose()
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -203,8 +203,7 @@

                                                                                                              Methods

                                                                                                              Initialize(IViewContext)

                                                                                                              -

                                                                                                              Called only once when the controller is initialized

                                                                                                              -
                                                                                                              +
                                                                                                              Declaration
                                                                                                              @@ -223,8 +222,7 @@
                                                                                                              Parameters
                                                                                                              IViewContext context -

                                                                                                              The context in which the view is initialized.

                                                                                                              - + @@ -232,14 +230,14 @@
                                                                                                              Overrides

                                                                                                              Implements

                                                                                                              - IDisposable + System.IDisposable

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SdlTradosStudio.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SdlTradosStudio.html index 2f6760c96..8f42ed2ef 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SdlTradosStudio.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SdlTradosStudio.html @@ -91,8 +91,8 @@

                                                                                                              @@ -101,25 +101,28 @@
                                                                                                              Inherited Members
                                                                                                              ApplicationHost<SdlTradosStudioApplication>.Application
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType() +
                                                                                                              +
                                                                                                              + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -139,7 +142,7 @@
                                                                                                              Declaration

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SegmentOperations.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SegmentOperations.html index cc37d057d..968f42492 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SegmentOperations.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SegmentOperations.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              SegmentOperations
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -156,7 +156,7 @@
                                                                                                              Parameters
                                                                                                              - CultureCode + Sdl.Core.Globalization.CultureCode cultureCode @@ -177,7 +177,7 @@
                                                                                                              Returns
                                                                                                              - TaskEditDistance + System.Threading.Tasks.Task<EditDistance> @@ -208,7 +208,7 @@
                                                                                                              Parameters
                                                                                                              - CultureCode + Sdl.Core.Globalization.CultureCode cultureCode @@ -224,7 +224,7 @@
                                                                                                              Returns
                                                                                                              - TaskWordCounts + System.Threading.Tasks.Task<WordCounts> diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SourceSelection.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SourceSelection.html index d300b0105..aca4a61a0 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SourceSelection.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SourceSelection.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              SourceSelection
                                                                                                              @@ -101,7 +101,7 @@
                                                                                                              Inherited Members
                                                                                                              AbstractContentSelection.ToString()
                                                                                                              AbstractContentSelection.IsEmpty @@ -122,25 +122,25 @@
                                                                                                              Inherited Members
                                                                                                              AbstractContentSelection.Changed
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -148,7 +148,7 @@
                                                                                                              S

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.html index 9d17bc79a..ec3866c3d 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.html @@ -90,7 +90,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              StudioAutomationIntegrationAPIModule
                                                                                                              @@ -100,32 +100,32 @@
                                                                                                              Implements
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class StudioAutomationIntegrationAPIModule : IModule
                                                                                                              +
                                                                                                              public class StudioAutomationIntegrationAPIModule

                                                                                                              Constructors

                                                                                                              @@ -228,7 +228,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.html index d92cf1c41..c871deca2 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TargetSelection
                                                                                                              @@ -101,7 +101,7 @@

                                                                                                              Inherited Members
                                                                                                              AbstractContentSelection.ToString()
                                                                                                              AbstractContentSelection.IsEmpty @@ -122,25 +122,25 @@
                                                                                                              Inherited Members
                                                                                                              AbstractContentSelection.Changed
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -151,7 +151,7 @@

                                                                                                              Methods -

                                                                                                              Replace(IAbstractMarkupData, string)

                                                                                                              +

                                                                                                              Replace(IAbstractMarkupData, String)

                                                                                                              Replace the current selection with the markup data

                                                                                                              @@ -176,7 +176,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String operationName

                                                                                                              The name of the operation related with the replace that will be used for undo operations.

                                                                                                              @@ -186,7 +186,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              Replace(string, string)

                                                                                                              +

                                                                                                              Replace(String, String)

                                                                                                              Replace the current selection with the specified text.

                                                                                                              @@ -205,13 +205,13 @@
                                                                                                              Parameters
                                                                                                              - string + System.String text

                                                                                                              The text replacing the selection.

                                                                                                              - string + System.String operationName

                                                                                                              The name of the operation related with the replace that will be used for undo operations.

                                                                                                              @@ -220,7 +220,7 @@
                                                                                                              Parameters

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.html index b68b4da01..8a37e87bc 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.html @@ -90,7 +90,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              @@ -98,7 +98,7 @@
                                                                                                              Inheritance
                                                                                                              Implements
                                                                                                              - +
                                                                                                              System.IDisposable
                                                                                                              @@ -131,7 +131,7 @@
                                                                                                              Inherited Members
                                                                                                              AbstractViewController.Dispose()
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -270,7 +270,7 @@
                                                                                                              Returns
                                                                                                              - ListTranslationUnit + System.Collections.Generic.List<TranslationUnit> @@ -320,7 +320,7 @@
                                                                                                              Returns
                                                                                                              - ListTranslationUnit + System.Collections.Generic.List<TranslationUnit> @@ -329,8 +329,7 @@
                                                                                                              Returns

                                                                                                              Initialize(IViewContext)

                                                                                                              -

                                                                                                              Called only once when the controller is initialized

                                                                                                              -
                                                                                                              +
                                                                                                              Declaration
                                                                                                              @@ -349,8 +348,7 @@
                                                                                                              Parameters
                                                                                                              IViewContext context -

                                                                                                              The context in which the view is initialized.

                                                                                                              - + @@ -359,7 +357,7 @@
                                                                                                              Overrides
                                                                                                              -

                                                                                                              SelectRow(int)

                                                                                                              +

                                                                                                              SelectRow(Int32)

                                                                                                              Declaration
                                                                                                              @@ -377,7 +375,7 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 rowindex @@ -393,7 +391,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean @@ -401,7 +399,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              SetActiveTranslationUnitSource(string)

                                                                                                              +

                                                                                                              SetActiveTranslationUnitSource(String)

                                                                                                              Sets the source content for the active translation unit.

                                                                                                              @@ -420,7 +418,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String newText @@ -429,7 +427,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              SetActiveTranslationUnitTarget(string)

                                                                                                              +

                                                                                                              SetActiveTranslationUnitTarget(String)

                                                                                                              Sets the target content for the active translation unit.

                                                                                                              @@ -448,7 +446,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String newText @@ -456,14 +454,14 @@
                                                                                                              Parameters

                                                                                                              Implements

                                                                                                              - IDisposable + System.IDisposable

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.html b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.html index c570c6d31..7de74a06b 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.html +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.html @@ -90,7 +90,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              @@ -98,7 +98,7 @@
                                                                                                              Inheritance
                                                                                                              Implements
                                                                                                              - +
                                                                                                              System.IDisposable
                                                                                                              @@ -131,7 +131,7 @@
                                                                                                              Inherited Members
                                                                                                              AbstractViewController.Dispose()
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
                                                                                                              Syntax
                                                                                                              @@ -203,8 +203,7 @@

                                                                                                              Methods

                                                                                                              Initialize(IViewContext)

                                                                                                              -

                                                                                                              Called only once when the controller is initialized

                                                                                                              -
                                                                                                              +
                                                                                                              Declaration
                                                                                                              @@ -223,8 +222,7 @@
                                                                                                              Parameters
                                                                                                              IViewContext context -

                                                                                                              The context in which the view is initialized.

                                                                                                              - + @@ -232,14 +230,14 @@
                                                                                                              Overrides

                                                                                                              Implements

                                                                                                              - IDisposable + System.IDisposable

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.Licensing.LicenseChecker.html b/api/integration/Sdl.TranslationStudioAutomation.Licensing.LicenseChecker.html index 42b0f2dd0..e5b9d5d8a 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.Licensing.LicenseChecker.html +++ b/api/integration/Sdl.TranslationStudioAutomation.Licensing.LicenseChecker.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              LicenseChecker
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationLicensing
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.Licensing
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.Licensing.dll
                                                                                                              Syntax
                                                                                                              @@ -177,7 +177,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -223,7 +223,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              True if this feature is licensed

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.Licensing.LicenseManager.html b/api/integration/Sdl.TranslationStudioAutomation.Licensing.LicenseManager.html index 322453bc8..410e20c7a 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.Licensing.LicenseManager.html +++ b/api/integration/Sdl.TranslationStudioAutomation.Licensing.LicenseManager.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              LicenseManager
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationLicensing
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.Licensing
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.Licensing.dll
                                                                                                              Syntax
                                                                                                              @@ -152,7 +152,7 @@
                                                                                                              Declaration

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.Licensing.StudioEdition.html b/api/integration/Sdl.TranslationStudioAutomation.Licensing.StudioEdition.html index 544c207fd..9437cbf97 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.Licensing.StudioEdition.html +++ b/api/integration/Sdl.TranslationStudioAutomation.Licensing.StudioEdition.html @@ -89,7 +89,7 @@

                                                                                                              Standard Studio license editions

                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationLicensing
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.Licensing
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.Licensing.dll
                                                                                                              Syntax
                                                                                                              @@ -147,6 +147,10 @@

                                                                                                              Fields +

                                                                                                              Extension Methods

                                                                                                              +
                                                                                                              diff --git a/api/integration/Sdl.TranslationStudioAutomation.Licensing.StudioFeature.html b/api/integration/Sdl.TranslationStudioAutomation.Licensing.StudioFeature.html index 41d14190d..195c3a820 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.Licensing.StudioFeature.html +++ b/api/integration/Sdl.TranslationStudioAutomation.Licensing.StudioFeature.html @@ -89,7 +89,7 @@

                                                                                                              Studio features supported by this API

                                                                                                              -

                                                                                                              Namespace: SdlSdl.TranslationStudioAutomationLicensing
                                                                                                              +
                                                                                                              Namespace: Sdl.TranslationStudioAutomation.Licensing
                                                                                                              Assembly: Sdl.TranslationStudioAutomation.Licensing.dll
                                                                                                              Syntax
                                                                                                              @@ -114,6 +114,10 @@

                                                                                                              Fields +

                                                                                                              Extension Methods

                                                                                                              +
                                                                                                              diff --git a/api/integration/Sdl.Versioning.Company.html b/api/integration/Sdl.Versioning.Company.html index fda9a71a2..28a130823 100644 --- a/api/integration/Sdl.Versioning.Company.html +++ b/api/integration/Sdl.Versioning.Company.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              Company
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlVersioning
                                                                                                              +
                                                                                                              Namespace: Sdl.Versioning
                                                                                                              Assembly: Sdl.Versioning.dll
                                                                                                              Syntax
                                                                                                              @@ -129,7 +129,7 @@

                                                                                                              Constructors -

                                                                                                              Company(string, string, string, string, string)

                                                                                                              +

                                                                                                              Company(String, String, String, String, String)

                                                                                                              Declaration
                                                                                                              @@ -147,27 +147,27 @@
                                                                                                              Parameters
                                                                                                              - string + System.String name - string + System.String folder - string + System.String reg - string + System.String exe - string + System.String product @@ -196,7 +196,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -222,7 +222,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -248,7 +248,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -274,7 +274,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -300,14 +300,14 @@
                                                                                                              Property Value
                                                                                                              - string + System.String

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.Versioning.IStudioVersionService.html b/api/integration/Sdl.Versioning.IStudioVersionService.html index d267de126..d86d0a408 100644 --- a/api/integration/Sdl.Versioning.IStudioVersionService.html +++ b/api/integration/Sdl.Versioning.IStudioVersionService.html @@ -89,7 +89,7 @@

                                                                                                              Abstraction used to obtain installation information for the current running Trados Studio instance

                                                                                                              -

                                                                                                              Namespace: SdlVersioning
                                                                                                              +
                                                                                                              Namespace: Sdl.Versioning
                                                                                                              Assembly: Sdl.Versioning.dll
                                                                                                              Syntax
                                                                                                              @@ -118,7 +118,7 @@
                                                                                                              Returns
                                                                                                              - ListStudioVersion + System.Collections.Generic.List<StudioVersion> @@ -171,17 +171,17 @@
                                                                                                              Parameters
                                                                                                              - Version + System.Version minVersion - Version + System.Version maxVersion - Version + System.Version studioVersion @@ -197,14 +197,14 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.Versioning.StudioVersion.html b/api/integration/Sdl.Versioning.StudioVersion.html index 944f6845d..816702ec2 100644 --- a/api/integration/Sdl.Versioning.StudioVersion.html +++ b/api/integration/Sdl.Versioning.StudioVersion.html @@ -91,31 +91,31 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              StudioVersion
                                                                                                              Inherited Members
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlVersioning
                                                                                                              +
                                                                                                              Namespace: Sdl.Versioning
                                                                                                              Assembly: Sdl.Versioning.dll
                                                                                                              Syntax
                                                                                                              @@ -156,7 +156,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -182,7 +182,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -208,7 +208,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -234,7 +234,7 @@
                                                                                                              Property Value
                                                                                                              - Version + System.Version @@ -260,7 +260,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -286,7 +286,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -312,7 +312,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -338,7 +338,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -364,7 +364,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -390,7 +390,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -416,7 +416,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -443,16 +443,16 @@
                                                                                                              Returns
                                                                                                              - string + System.String
                                                                                                              Overrides
                                                                                                              - +
                                                                                                              System.Object.ToString()

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.Versioning.StudioVersionService.html b/api/integration/Sdl.Versioning.StudioVersionService.html index 2b54524c9..be03d24f7 100644 --- a/api/integration/Sdl.Versioning.StudioVersionService.html +++ b/api/integration/Sdl.Versioning.StudioVersionService.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              StudioVersionService
                                                                                                              @@ -101,28 +101,28 @@
                                                                                                              Implements
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlVersioning
                                                                                                              +
                                                                                                              Namespace: Sdl.Versioning
                                                                                                              Assembly: Sdl.Versioning.dll
                                                                                                              Syntax
                                                                                                              @@ -163,7 +163,7 @@
                                                                                                              Returns
                                                                                                              - ListStudioVersion + System.Collections.Generic.List<StudioVersion> @@ -216,17 +216,17 @@
                                                                                                              Parameters
                                                                                                              - Version + System.Version minVersion - Version + System.Version maxVersion - Version + System.Version studioVersion @@ -242,7 +242,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              True when the Studio version is within the given bounds

                                                                                                              @@ -254,7 +254,7 @@

                                                                                                              Implements

                                                                                                              Extension Methods

                                                                                                              diff --git a/api/integration/Sdl.Versioning.VersionedPaths.html b/api/integration/Sdl.Versioning.VersionedPaths.html index 050ad53ce..17bfa354d 100644 --- a/api/integration/Sdl.Versioning.VersionedPaths.html +++ b/api/integration/Sdl.Versioning.VersionedPaths.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              VersionedPaths
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlVersioning
                                                                                                              +
                                                                                                              Namespace: Sdl.Versioning
                                                                                                              Assembly: Sdl.Versioning.dll
                                                                                                              Syntax
                                                                                                              @@ -132,7 +132,7 @@

                                                                                                              Properties

                                                                                                              CompanyAppDataPath

                                                                                                              Returns the company path to store settings in a roaming user folder. Settings shared between all company applications. e.g. - C:\Users*username*\AppData\Roaming\SDL

                                                                                                              +C:\Users*username*\AppData\Roaming\SDL

                                                                                                              Declaration
                                                                                                              @@ -149,7 +149,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -160,7 +160,7 @@
                                                                                                              Property Value

                                                                                                              LocalUserAppDataPath

                                                                                                              Returns the path to store settings in a non roaming user folder. e.g. - C:\Users*username*\AppData\Local\SDL\SDL Trados Studio\Studio16Beta

                                                                                                              +C:\Users*username*\AppData\Local\SDL\SDL Trados Studio\Studio16Beta

                                                                                                              Declaration
                                                                                                              @@ -177,7 +177,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -205,7 +205,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -233,7 +233,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -244,7 +244,7 @@
                                                                                                              Property Value

                                                                                                              UnversionedUserAppDataPath

                                                                                                              Returns the unversioned path to store settings in a roaming user folder. Settings shared between versions can be stored here. e.g. - C:\Users*username*\AppData\Roaming\SDL\SDL Trados Studio

                                                                                                              +C:\Users*username*\AppData\Roaming\SDL\SDL Trados Studio

                                                                                                              Declaration
                                                                                                              @@ -261,7 +261,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -272,7 +272,7 @@
                                                                                                              Property Value

                                                                                                              UserAppDataPath

                                                                                                              Returns the path to store settings in a roaming user folder. e.g. - C:\Users*username*\AppData\Roaming\SDL\SDL Trados Studio\Studio16Beta

                                                                                                              +C:\Users*username*\AppData\Roaming\SDL\SDL Trados Studio\Studio16Beta

                                                                                                              Declaration
                                                                                                              @@ -289,7 +289,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -317,7 +317,7 @@
                                                                                                              Property Value
                                                                                                              - RegistryKey + Microsoft.Win32.RegistryKey diff --git a/api/integration/Sdl.Versioning.Versions.html b/api/integration/Sdl.Versioning.Versions.html index 939405638..5d06252af 100644 --- a/api/integration/Sdl.Versioning.Versions.html +++ b/api/integration/Sdl.Versioning.Versions.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              Versions
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlVersioning
                                                                                                              +
                                                                                                              Namespace: Sdl.Versioning
                                                                                                              Assembly: Sdl.Versioning.dll
                                                                                                              Syntax
                                                                                                              @@ -145,7 +145,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -169,7 +169,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -193,7 +193,7 @@
                                                                                                              Field Value
                                                                                                              - ListCompany + System.Collections.Generic.List<Company> @@ -217,7 +217,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -241,7 +241,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -265,7 +265,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -290,7 +290,7 @@
                                                                                                              Field Value
                                                                                                              - IReadOnlyDictionarystringstring + System.Collections.Generic.IReadOnlyDictionary<System.String, System.String> @@ -314,7 +314,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -338,7 +338,7 @@
                                                                                                              Field Value
                                                                                                              - int + System.Int32 @@ -362,7 +362,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -386,7 +386,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -410,7 +410,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -434,7 +434,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -458,7 +458,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -482,7 +482,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -506,7 +506,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -530,7 +530,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -554,7 +554,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -578,7 +578,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -602,7 +602,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -630,7 +630,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -656,7 +656,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -682,7 +682,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -708,7 +708,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -736,7 +736,7 @@
                                                                                                              Returns
                                                                                                              - string + System.String diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisBand.html b/api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisBand.html index b7717bc10..f18b9c87b 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisBand.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisBand.html @@ -93,34 +93,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              AnalysisBand
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -162,7 +162,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -189,7 +189,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisStatistics.html b/api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisStatistics.html index 20639e7b0..4fa19ba33 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisStatistics.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisStatistics.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              AnalysisStatistics
                                                                                                              @@ -107,28 +107,28 @@
                                                                                                              Inherited Members
                                                                                                              WordCountStatistics.WordCountStatus
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -221,7 +221,7 @@
                                                                                                              Property Value
                                                                                                              - FuzzyCountData + FuzzyCountData[] diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.AutomaticTask.html b/api/projectautomation/Sdl.ProjectAutomation.Core.AutomaticTask.html index d955e4f7b..38a1eab72 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.AutomaticTask.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.AutomaticTask.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              AutomaticTask
                                                                                                              @@ -110,36 +110,36 @@
                                                                                                              Inherited Members
                                                                                                              Task.Name
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              public class AutomaticTask : Task
                                                                                                              Remarks
                                                                                                              -

                                                                                                              To execute an automatic task use RunAutomaticTask(Guid[], string) - or one of the related methods.

                                                                                                              +

                                                                                                              To execute an automatic task use RunAutomaticTask(Guid[], String) +or one of the related methods.

                                                                                                              Constructors

                                                                                                              @@ -176,7 +176,7 @@
                                                                                                              Property Value
                                                                                                              - ExecutionMessage + ExecutionMessage[] @@ -206,7 +206,7 @@
                                                                                                              Property Value
                                                                                                              - TaskFileInfo + TaskFileInfo[] @@ -232,7 +232,7 @@
                                                                                                              Property Value
                                                                                                              - TaskReport + TaskReport[] @@ -261,7 +261,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String[] diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.AutomaticTaskTemplateIds.html b/api/projectautomation/Sdl.ProjectAutomation.Core.AutomaticTaskTemplateIds.html index 71bdc52de..159e8168b 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.AutomaticTaskTemplateIds.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.AutomaticTaskTemplateIds.html @@ -87,40 +87,40 @@

                                                                                                              Class AutomaticTaskTemplateIds

                                                                                                              This class defines a set of well-known automatic task template IDs, which can be used -to pass to RunAutomaticTask(Guid[], string) for running +to pass to RunAutomaticTask(Guid[], String) for running automatic tasks.

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              AutomaticTaskTemplateIds
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -150,7 +150,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -175,7 +175,7 @@
                                                                                                              ConvertToTranslatableFormat

                                                                                                              Converts native source language files (e.g. *.doc) to bilingual source language SDLXLIFF files (e.g. *.doc.sdlxliff). This task can be run on native or bilingual source language files. Reference (Reference) and localizable (Localizable) files are ignored. - This task does not generate a report.

                                                                                                              +This task does not generate a report.

                                                                                                              Declaration
                                                                                                              @@ -192,7 +192,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -221,7 +221,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -249,7 +249,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -257,7 +257,8 @@
                                                                                                              Field Value
                                                                                                              Remarks

                                                                                                              The settings for this task can be customized via the ExportFilesSettings settings group for the entire project only. Target language specific settings are ignored.

                                                                                                              -

                                                                                                              This task supports any kind of input file, including localizable and reference files.

                                                                                                              +

                                                                                                              This task supports any kind of input file, including localizable and reference files.

                                                                                                              +

                                                                                                              ExportForBilingualReview

                                                                                                              @@ -278,7 +279,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -306,7 +307,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -314,7 +315,8 @@
                                                                                                              Field Value
                                                                                                              Remarks

                                                                                                              Reference (Reference) and localizable (Localizable) files are ignored.

                                                                                                              This task does not generate a report.

                                                                                                              -

                                                                                                              This task has no customizable settings.

                                                                                                              +

                                                                                                              This task has no customizable settings.

                                                                                                              +

                                                                                                              PerfectMatch

                                                                                                              @@ -335,7 +337,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -362,7 +364,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -377,7 +379,8 @@
                                                                                                              ProjectTranslationMemoryTaskSettings settings group for the entire project, or for a specific target language.

                                                                                                              Reference (Reference) and localizable (Localizable) files are ignored.

                                                                                                              -

                                                                                                              This task does not generate a report.

                                                                                                              +

                                                                                                              This task does not generate a report.

                                                                                                              +

                                                                                                              PreTranslateFiles

                                                                                                              @@ -400,7 +403,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -414,7 +417,8 @@
                                                                                                              TranslationMemorySettings and TranslateTaskSettings settings groups for the entire project, or for a specific language direction.

                                                                                                              -

                                                                                                              Reference (Reference) and localizable (Localizable) files are ignored.

                                                                                                              +

                                                                                                              Reference (Reference) and localizable (Localizable) files are ignored.

                                                                                                              +
                                                                                                              See Also
                                                                                                              @@ -440,7 +444,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -472,7 +476,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -500,7 +504,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -508,7 +512,8 @@
                                                                                                              Field Value
                                                                                                              Remarks

                                                                                                              The settings for this task can be customized via the TranslationCountSettings settings group for the entire project, or for a specific target language.

                                                                                                              -

                                                                                                              Reference (Reference) and localizable (Localizable) files are ignored.

                                                                                                              +

                                                                                                              Reference (Reference) and localizable (Localizable) files are ignored.

                                                                                                              +
                                                                                                              See Also
                                                                                                              @@ -533,7 +538,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -559,7 +564,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -567,7 +572,8 @@
                                                                                                              Field Value
                                                                                                              Remarks

                                                                                                              The settings for this task can be customized via the TranslationMemoryUpdateTaskSettings settings group for the entire project, or for a specific target language.

                                                                                                              -

                                                                                                              Reference (Reference) and localizable (Localizable) files are ignored.

                                                                                                              +

                                                                                                              Reference (Reference) and localizable (Localizable) files are ignored.

                                                                                                              +
                                                                                                              See Also
                                                                                                              @@ -595,7 +601,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -603,7 +609,8 @@
                                                                                                              Field Value
                                                                                                              Remarks

                                                                                                              The settings for this task can be customized via the TranslationMemoryUpdateTaskSettings settings group for the entire project, or for a specific target language.

                                                                                                              -

                                                                                                              Reference (Reference) and localizable (Localizable) files are ignored.

                                                                                                              +

                                                                                                              Reference (Reference) and localizable (Localizable) files are ignored.

                                                                                                              +
                                                                                                              See Also
                                                                                                              @@ -631,13 +638,14 @@
                                                                                                              Field Value
                                                                                                              - string + System.String
                                                                                                              Remarks
                                                                                                              -

                                                                                                              Reference (Reference) and localizable (Localizable) files are ignored.

                                                                                                              +

                                                                                                              Reference (Reference) and localizable (Localizable) files are ignored.

                                                                                                              +

                                                                                                              WordCount

                                                                                                              @@ -661,7 +669,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -669,7 +677,8 @@
                                                                                                              Field Value
                                                                                                              Remarks

                                                                                                              The settings for this task can be customized via the WordCountSettings settings group for the entire project, or for a specific target language.

                                                                                                              -

                                                                                                              Reference (Reference) and localizable (Localizable) files are ignored.

                                                                                                              +

                                                                                                              Reference (Reference) and localizable (Localizable) files are ignored.

                                                                                                              +
                                                                                                              See Also
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.BilingualFileMapping.html b/api/projectautomation/Sdl.ProjectAutomation.Core.BilingualFileMapping.html index d61fd27d3..42cab794f 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.BilingualFileMapping.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.BilingualFileMapping.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              BilingualFileMapping
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -130,7 +130,7 @@

                                                                                                              Constructors

                                                                                                              BilingualFileMapping()

                                                                                                              -

                                                                                                              Empty constructor

                                                                                                              +

                                                                                                              Empty constructor

                                                                                                              Declaration
                                                                                                              @@ -140,7 +140,7 @@
                                                                                                              Declaration
                                                                                                              -

                                                                                                              BilingualFileMapping(Guid, Language, string)

                                                                                                              +

                                                                                                              BilingualFileMapping(Guid, Language, String)

                                                                                                              Constructor

                                                                                                              @@ -159,7 +159,7 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid fileId

                                                                                                              If of the original file to map

                                                                                                              @@ -171,7 +171,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String bilingualFilePath

                                                                                                              path to the bilingual reference file

                                                                                                              @@ -201,7 +201,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -227,7 +227,7 @@
                                                                                                              Property Value
                                                                                                              - Guid + System.Guid diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.CombinedConfirmationLevel.html b/api/projectautomation/Sdl.ProjectAutomation.Core.CombinedConfirmationLevel.html index 6c6a14740..075e76bbb 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.CombinedConfirmationLevel.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.CombinedConfirmationLevel.html @@ -90,7 +90,7 @@

                                                                                                              CombinedConfirmationLevel.

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -109,55 +109,55 @@

                                                                                                              Fields ApprovedSignOff

                                                                                                              All segments in the file have ApprovedSignOff confirmation level. -The value of PercentComplete is

                                                                                                              100
                                                                                                              .

                                                                                                              +The value of PercentComplete is
                                                                                                              100
                                                                                                              .

                                                                                                              ApprovedTranslation

                                                                                                              All segments in the file have ApprovedTranslation or ApprovedSignOff confirmation level, but at least one segment has ApprovedTranslation confirmation level. -The value of PercentComplete is

                                                                                                              100
                                                                                                              .

                                                                                                              +The value of PercentComplete is
                                                                                                              100
                                                                                                              .

                                                                                                              InReview

                                                                                                              No segments are Unspecified or Draft and at least one segment is RejectedTranslation or ApprovedTranslation. -The value of PercentComplete is

                                                                                                              (Total - (Unspecified+Draft+Translated)) / Total
                                                                                                              .

                                                                                                              +The value of PercentComplete is
                                                                                                              (Total - (Unspecified+Draft+Translated)) / Total
                                                                                                              .

                                                                                                              InSignOff

                                                                                                              All segments in the file have Approved Translation, Approved SignOff or Rejected SignOff confirmation level, but at least one segment has Approved Translation confirmation level. -The value of PercentComplete is

                                                                                                              (Total-(RejectedSignOff+ApprovedSignOff))/Total
                                                                                                              .

                                                                                                              +The value of PercentComplete is
                                                                                                              (Total-(RejectedSignOff+ApprovedSignOff))/Total
                                                                                                              .

                                                                                                              InTranslation

                                                                                                              There is at least one Unspecified or Draft segment. -The value of PercentComplete is

                                                                                                              (Total - (Unspecified+Draft)) / Total
                                                                                                              .

                                                                                                              +The value of PercentComplete is
                                                                                                              (Total - (Unspecified+Draft)) / Total
                                                                                                              .

                                                                                                              RejectedSignOff

                                                                                                              All segments in the file have ApprovedSignOff or RejectedSignOff confirmation level, but at least one segment has RejectedSignOff confirmation level. -The value of PercentComplete is

                                                                                                              (RejectedSignOff)/Total
                                                                                                              .

                                                                                                              +The value of PercentComplete is
                                                                                                              (RejectedSignOff)/Total
                                                                                                              .

                                                                                                              RejectedTranslation

                                                                                                              No segments are Unspecified, Draft or Translated and at least one segment is RejectedTranslation. -The value of PercentComplete is

                                                                                                              (RejectedTranslation+RejectedSignOff)/Total
                                                                                                              .

                                                                                                              +The value of PercentComplete is
                                                                                                              (RejectedTranslation+RejectedSignOff)/Total 
                                                                                                              .

                                                                                                              Translated

                                                                                                              No segments are Unspecified or Draft and at least one segment is Translated. -The value of PercentComplete is

                                                                                                              100
                                                                                                              .

                                                                                                              +The value of PercentComplete is
                                                                                                              100
                                                                                                              .

                                                                                                              Unspecified

                                                                                                              All segments within the file have confirmation level Unspecified. -The value of PercentComplete is

                                                                                                              0
                                                                                                              .

                                                                                                              +The value of PercentComplete is
                                                                                                              0
                                                                                                              .

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.CommonFileExtensions.html b/api/projectautomation/Sdl.ProjectAutomation.Core.CommonFileExtensions.html index 24f5062fb..c4c38fc32 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.CommonFileExtensions.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.CommonFileExtensions.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              CommonFileExtensions
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -146,7 +146,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -172,7 +172,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -198,7 +198,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -224,7 +224,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ConfirmationStatistics.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ConfirmationStatistics.html index b64735ffa..b98eb49b6 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ConfirmationStatistics.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ConfirmationStatistics.html @@ -92,34 +92,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ConfirmationStatistics
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -169,7 +169,7 @@
                                                                                                              Property Value
                                                                                                              -

                                                                                                              this[ConfirmationLevel]

                                                                                                              +

                                                                                                              Item[ConfirmationLevel]

                                                                                                              Gets the confirmation statistics for the specified confirmation level.

                                                                                                              @@ -207,7 +207,7 @@
                                                                                                              Property Value
                                                                                                              CountData

                                                                                                              A CountData object that represents how many segments, words, characters, placeables and tags - have the specified confirmation level.

                                                                                                              +have the specified confirmation level.

                                                                                                              @@ -236,7 +236,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.CountData.html b/api/projectautomation/Sdl.ProjectAutomation.Core.CountData.html index ebc2daf61..d919bf44c 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.CountData.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.CountData.html @@ -91,35 +91,35 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              CountData
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -160,7 +160,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -186,7 +186,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -212,7 +212,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -238,7 +238,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -264,7 +264,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -274,7 +274,7 @@

                                                                                                              Methods -

                                                                                                              Create(int, int, int, int, int)

                                                                                                              +

                                                                                                              Create(Int32, Int32, Int32, Int32, Int32)

                                                                                                              Create CountData object with data

                                                                                                              @@ -293,31 +293,31 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 words

                                                                                                              number of words

                                                                                                              - int + System.Int32 segments

                                                                                                              number of segments

                                                                                                              - int + System.Int32 characters

                                                                                                              number of characters

                                                                                                              - int + System.Int32 placeables

                                                                                                              number of placeables

                                                                                                              - int + System.Int32 tags

                                                                                                              number of tags

                                                                                                              @@ -343,7 +343,7 @@
                                                                                                              Returns

                                                                                                              Increment(CountData)

                                                                                                              -

                                                                                                              Adds the this count data by the another count data

                                                                                                              +

                                                                                                              Adds the this count data by the another count data

                                                                                                              Declaration
                                                                                                              @@ -371,7 +371,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              Increment(int, int, int, int, int)

                                                                                                              +

                                                                                                              Increment(Int32, Int32, Int32, Int32, Int32)

                                                                                                              Increments the corresponding count data

                                                                                                              @@ -390,31 +390,31 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 words

                                                                                                              number of words

                                                                                                              - int + System.Int32 segments

                                                                                                              number of segments

                                                                                                              - int + System.Int32 characters

                                                                                                              number of characters

                                                                                                              - int + System.Int32 placeables

                                                                                                              number of placeables

                                                                                                              - int + System.Int32 tags

                                                                                                              number of tags

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.DataTransferEventArgs.html b/api/projectautomation/Sdl.ProjectAutomation.Core.DataTransferEventArgs.html index bad9e02c4..4c58de875 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.DataTransferEventArgs.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.DataTransferEventArgs.html @@ -91,42 +91,10 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              DataTransferEventArgs
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              DataTransferEventArgs
                                                                                                              - -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -166,7 +134,7 @@
                                                                                                              Property Value
                                                                                                              - long + System.Int64 @@ -192,21 +160,21 @@
                                                                                                              Property Value
                                                                                                              - long + System.Int64 - -

                                                                                                              FileTotalBytes

                                                                                                              -

                                                                                                              Total number of bytes in the file

                                                                                                              + +

                                                                                                              Filename

                                                                                                              +

                                                                                                              File being uploaded/downloaded

                                                                                                              Declaration
                                                                                                              -
                                                                                                              public long FileTotalBytes { get; set; }
                                                                                                              +
                                                                                                              public string Filename { get; set; }
                                                                                                              Property Value
                                                                                                              @@ -218,21 +186,21 @@
                                                                                                              Property Value
                                                                                                              - +
                                                                                                              longSystem.String
                                                                                                              - -

                                                                                                              Filename

                                                                                                              -

                                                                                                              File being uploaded/downloaded

                                                                                                              + +

                                                                                                              FileTotalBytes

                                                                                                              +

                                                                                                              Total number of bytes in the file

                                                                                                              Declaration
                                                                                                              -
                                                                                                              public string Filename { get; set; }
                                                                                                              +
                                                                                                              public long FileTotalBytes { get; set; }
                                                                                                              Property Value
                                                                                                              @@ -244,7 +212,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -269,7 +237,7 @@
                                                                                                              Property Value
                                                                                                              - + diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ExecutionMessage.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ExecutionMessage.html index fe917a65e..8f4832383 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ExecutionMessage.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ExecutionMessage.html @@ -93,34 +93,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ExecutionMessage
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -161,7 +161,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -213,7 +213,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -222,7 +222,7 @@
                                                                                                              Property Value

                                                                                                              ProjectFileId

                                                                                                              -

                                                                                                              Gets the project file to which this message is relevant. This returns

                                                                                                              null
                                                                                                              +

                                                                                                              Gets the project file to which this message is relevant. This returns

                                                                                                              null
                                                                                                              if the message is not file-specific.

                                                                                                              @@ -240,7 +240,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -249,7 +249,7 @@
                                                                                                              Property Value

                                                                                                              ProjectFileName

                                                                                                              -

                                                                                                              Gets the project file name to which this message is relevant. This returns

                                                                                                              null
                                                                                                              +

                                                                                                              Gets the project file name to which this message is relevant. This returns

                                                                                                              null
                                                                                                              if the message is not file-specific.

                                                                                                              @@ -267,7 +267,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -293,7 +293,7 @@
                                                                                                              Property Value
                                                                                                              - + diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ExtensionMethods.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ExtensionMethods.html index 513f094ed..682af83fa 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ExtensionMethods.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ExtensionMethods.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ExtensionMethods
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -148,7 +148,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -165,8 +165,8 @@
                                                                                                              Returns
                                                                                                              - - + diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.FileRole.html b/api/projectautomation/Sdl.ProjectAutomation.Core.FileRole.html index 1f3251f88..dedd310fa 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.FileRole.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.FileRole.html @@ -86,10 +86,10 @@

                                                                                                              Enum FileRole

                                                                                                              -

                                                                                                              Values indicating the role of a file.

                                                                                                              +

                                                                                                              Values indicating the role of a file.

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -123,7 +123,7 @@

                                                                                                              Fields

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.FuzzyCountData.html b/api/projectautomation/Sdl.ProjectAutomation.Core.FuzzyCountData.html index c5a1f525d..e9328e28d 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.FuzzyCountData.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.FuzzyCountData.html @@ -91,17 +91,17 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              FuzzyCountData
                                                                                                              Inherited Members
                                                                                                              CountData.Increment(CountData) @@ -122,28 +122,28 @@
                                                                                                              Inherited Members
                                                                                                              CountData.Tags
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html b/api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html index 8ee4ca9cd..bbfc1b5b7 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html @@ -88,7 +88,7 @@

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -118,7 +118,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -144,14 +144,14 @@
                                                                                                              Property Value
                                                                                                              - +
                                                                                                              stringSystem.Int64
                                                                                                              longSystem.Int64
                                                                                                              ExceptionSystem.Exception
                                                                                                              stringSystem.String
                                                                                                              GuidSystem.Nullable<System.Guid>
                                                                                                              stringSystem.String
                                                                                                              stringSystem.String
                                                                                                              IEnumerableProjectFileSystem.Collections.Generic.IEnumerable<ProjectFile> projectFiles

                                                                                                              The project files for which to get the IDs.

                                                                                                              Guid

                                                                                                              An IEnumerable of Guid objects holding the IDs of the project files.

                                                                                                              +
                                                                                                              System.Guid[]

                                                                                                              An IEnumerable of System.Guid objects holding the IDs of the project files.

                                                                                                              Unknown

                                                                                                              Indicates that the file role has not been set or "scanned", or it cannot -be determined what file role the uploaded file belongs to.

                                                                                                              +be determined what file role the uploaded file belongs to.

                                                                                                              DateTimeSystem.DateTime
                                                                                                              stringSystem.String
                                                                                                              Remarks

                                                                                                              This property can only be set for use during project creation. - It is not valid to set for project updating.

                                                                                                              +It is not valid to set for project updating.

                                                                                                              @@ -174,7 +174,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -209,7 +209,8 @@
                                                                                                              Remarks

                                                                                                              It is optional to set this property during project creation. If it is not set, the source language of the reference project or template is used. If a template has more than one source language, the first one is used.

                                                                                                              This property can only be set for use during project creation. -It is not valid to set for project updating.

                                                                                                              +It is not valid to set for project updating.

                                                                                                              +
                                                                                                              @@ -231,7 +232,7 @@
                                                                                                              Property Value
                                                                                                              - IEnumerableLanguage + System.Collections.Generic.IEnumerable<Language> @@ -240,7 +241,8 @@
                                                                                                              Remarks

                                                                                                              It is optional to set this property during project creation. If it is not set, the target languages of the reference project or template are used.

                                                                                                              This property can only be set for use during project creation. -It is not valid to set for project updating.

                                                                                                              +It is not valid to set for project updating.

                                                                                                              +

                                                                                                              Methods

                                                                                                              @@ -288,7 +290,7 @@
                                                                                                              Exceptions
                                                                                                              - ArgumentException + System.ArgumentException

                                                                                                              Thrown when the specified language direction already exists.

                                                                                                              @@ -297,7 +299,7 @@
                                                                                                              Exceptions
                                                                                                              -

                                                                                                              AddReferenceFiles(IEnumerable<string>)

                                                                                                              +

                                                                                                              AddReferenceFiles(IEnumerable<String>)

                                                                                                              Adds a list containing file paths as reference files to the package project

                                                                                                              @@ -316,7 +318,7 @@
                                                                                                              Parameters
                                                                                                              - IEnumerablestring + System.Collections.Generic.IEnumerable<System.String> filePaths @@ -332,7 +334,7 @@
                                                                                                              Returns
                                                                                                              - IEnumerableProjectFile + System.Collections.Generic.IEnumerable<ProjectFile>

                                                                                                              The corresponding list of ProjectFiles

                                                                                                              @@ -341,8 +343,8 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              AddTranslatableFile(string, string, Language, Guid, string, Guid)

                                                                                                              -

                                                                                                              Adds a file to the package project

                                                                                                              +

                                                                                                              AddTranslatableFile(String, String, Language, Guid, String, Guid)

                                                                                                              +

                                                                                                              Adds a file to the package project

                                                                                                              Declaration
                                                                                                              @@ -360,12 +362,12 @@
                                                                                                              Parameters
                                                                                                              - string + System.String fileToAdd - string + System.String folderInProject @@ -375,17 +377,17 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid id - string + System.String filterDefinitionId - Guid + System.Guid referenceFileId

                                                                                                              GUID of the parent source file

                                                                                                              @@ -410,7 +412,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              CreateManualTask(string, string, DateTime, IEnumerable<TaskFileInfo>)

                                                                                                              +

                                                                                                              CreateManualTask(String, String, DateTime, IEnumerable<TaskFileInfo>)

                                                                                                              Creates a manual task. A manual task includes a set of files that is assigned to a user.

                                                                                                              @@ -429,25 +431,25 @@
                                                                                                              Parameters
                                                                                                              - string + System.String manualTaskName

                                                                                                              The name of the manual task. Typically "Translate" or "Review", but other task names can be

                                                                                                              - string + System.String assignToUser

                                                                                                              The user to assign the task to.

                                                                                                              - DateTime + System.DateTime dueDate

                                                                                                              The date by which the task should be completed.

                                                                                                              - IEnumerableTaskFileInfo + System.Collections.Generic.IEnumerable<TaskFileInfo> inputFiles

                                                                                                              The files to include in the task.

                                                                                                              @@ -500,7 +502,7 @@
                                                                                                              Returns

                                                                                                              GetManualTasksTranslatableFiles()

                                                                                                              -

                                                                                                              Returns all the translatable files associated to the package's manual tasks. +

                                                                                                              Returns all the translatable files associated to the package's manual tasks. Please note that only files with whose latest revision is bilingual are returned

                                                                                                              @@ -518,7 +520,7 @@
                                                                                                              Returns
                                                                                                              - IEnumerableProjectFile + System.Collections.Generic.IEnumerable<ProjectFile> @@ -598,8 +600,8 @@
                                                                                                              Returns
                                                                                                              Remarks

                                                                                                              Target language settings override settings specified on the project level (see GetSettings(). - The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting - that is not specifically defined/overridden on the target language level will be inherited from the project-level settings.

                                                                                                              +The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting +that is not specifically defined/overridden on the target language level will be inherited from the project-level settings.

                                                                                                              Exceptions
                                                                                                              @@ -611,8 +613,8 @@
                                                                                                              Exceptions
                                                                                                              - - + @@ -656,7 +658,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -665,7 +667,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              GetTermbaseConfiguration(bool)

                                                                                                              +

                                                                                                              GetTermbaseConfiguration(Boolean)

                                                                                                              Retrieves all termbase-related settings that are associated with this project.

                                                                                                              @@ -684,7 +686,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -727,7 +729,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -736,7 +738,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              GetTranslationMemoryInstances(bool)

                                                                                                              +

                                                                                                              GetTranslationMemoryInstances(Boolean)

                                                                                                              Returns a instance of each translation memory associated to the package

                                                                                                              @@ -755,7 +757,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -771,7 +773,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -806,7 +808,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              Pack(string)

                                                                                                              +

                                                                                                              Pack(String)

                                                                                                              Creates the physical package archive at the given path

                                                                                                              @@ -825,7 +827,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -834,7 +836,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              RunAutomaticTask(IEnumerable<Guid>, string, EventHandler<TaskStatusEventArgs>, EventHandler<TaskMessageEventArgs>)

                                                                                                              +

                                                                                                              RunAutomaticTask(IEnumerable<Guid>, String, EventHandler<TaskStatusEventArgs>, EventHandler<TaskMessageEventArgs>)

                                                                                                              Runs an automatic task on a set of files. Automatic task template IDs are defined in AutomaticTaskTemplateIds. This overload allows event handlers to be specified for task status and message events. @@ -856,25 +858,25 @@

                                                                                                              Parameters
                                                                                                              - + - + - + - + @@ -900,8 +902,8 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              RunAutomaticTasks(IEnumerable<Guid>, IEnumerable<string>, string, EventHandler<TaskStatusEventArgs>, EventHandler<TaskMessageEventArgs>)

                                                                                                              -

                                                                                                              Runs a sequence of automatic tasks on a set of project files.

                                                                                                              +

                                                                                                              RunAutomaticTasks(IEnumerable<Guid>, IEnumerable<String>, String, EventHandler<TaskStatusEventArgs>, EventHandler<TaskMessageEventArgs>)

                                                                                                              +

                                                                                                              Runs a sequence of automatic tasks on a set of project files.

                                                                                                              Declaration
                                                                                                              @@ -919,31 +921,31 @@
                                                                                                              Parameters
                                                                                                              - + - + - + - + - + @@ -969,7 +971,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              SetAnalysisBands(int[])

                                                                                                              +

                                                                                                              SetAnalysisBands(Int32[])

                                                                                                              Sets the analysis bands minimum values for the package project

                                                                                                              @@ -988,7 +990,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -1043,13 +1045,13 @@
                                                                                                              Exceptions
                                                                                                              - - + - - + @@ -1084,8 +1086,8 @@
                                                                                                              Parameters
                                                                                                              ArgumentException

                                                                                                              Thrown when targetLanguage is null or invalid.

                                                                                                              +
                                                                                                              System.ArgumentException

                                                                                                              Thrown when targetLanguage is null or invalid.

                                                                                                              IEnumerableProjectFileSystem.Collections.Generic.IEnumerable<ProjectFile>

                                                                                                              An array of ProjectFile objects, representing all the files in this project with the specified target language.

                                                                                                              boolSystem.Boolean obtainCopy
                                                                                                              IEnumerableProjectFileSystem.Collections.Generic.IEnumerable<ProjectFile>

                                                                                                              An array of ProjectFile objects, representing all the translatable files in this project.

                                                                                                              boolSystem.Boolean performUpdateOnly
                                                                                                              IEnumerableITranslationMemorySystem.Collections.Generic.IEnumerable<ITranslationMemory>
                                                                                                              stringSystem.String packageFilePath
                                                                                                              IEnumerableGuidSystem.Collections.Generic.IEnumerable<System.Guid> projectFileIds

                                                                                                              The files to run the task on.

                                                                                                              stringSystem.String taskTemplateId

                                                                                                              The ID of the task template (i.e. the type of task) to run.

                                                                                                              EventHandlerTaskStatusEventArgsSystem.EventHandler<TaskStatusEventArgs> statusEventHandler

                                                                                                              Event handler for task status events.

                                                                                                              EventHandlerTaskMessageEventArgsSystem.EventHandler<TaskMessageEventArgs> messageEventHandler

                                                                                                              Event handler for message events.

                                                                                                              IEnumerableGuidSystem.Collections.Generic.IEnumerable<System.Guid> projectFileIds

                                                                                                              The files to run the task on.

                                                                                                              IEnumerablestringSystem.Collections.Generic.IEnumerable<System.String> taskTemplateIds

                                                                                                              The IDs of the task templates (i.e. the types of task) to run.

                                                                                                              stringSystem.String complexTaskName

                                                                                                              The name of the set of tasks to be run together

                                                                                                              EventHandlerTaskStatusEventArgsSystem.EventHandler<TaskStatusEventArgs> statusEventHandler

                                                                                                              Event handler for task status events.

                                                                                                              EventHandlerTaskMessageEventArgsSystem.EventHandler<TaskMessageEventArgs> messageEventHandler

                                                                                                              Event handler for message events.

                                                                                                              intSystem.Int32[] minimumMatchValues
                                                                                                              ArgumentException

                                                                                                              Thrown when targetLanguage is null or invalid.

                                                                                                              +
                                                                                                              System.ArgumentException

                                                                                                              Thrown when targetLanguage is null or invalid.

                                                                                                              ArgumentNullException

                                                                                                              Thrown if settings is null.

                                                                                                              +
                                                                                                              System.ArgumentNullException

                                                                                                              Thrown if settings is null.

                                                                                                              Remarks
                                                                                                              -
                                                                                                              <p>The project package settings will be completely replaced with the specified settings, so any settings not present in
                                                                                                              -

                                                                                                              the updated settings bundle will revert to their defaults.

                                                                                                              +

                                                                                                              The project package settings will be completely replaced with the specified settings, so any settings not present in +the updated settings bundle will revert to their defaults.

                                                                                                              Exceptions
                                                                                                              @@ -1097,8 +1099,8 @@
                                                                                                              Exceptions
                                                                                                              - - + @@ -1128,7 +1130,7 @@
                                                                                                              Parameters
                                                                                                              @@ -1157,7 +1159,7 @@
                                                                                                              Parameters
                                                                                                              - @@ -1172,13 +1174,13 @@
                                                                                                              Exceptions
                                                                                                              - - + - - + diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html b/api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html index 69b0ac86e..5f32023c6 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html @@ -90,7 +90,7 @@

                                                                                                              -

                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -155,7 +155,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -170,7 +170,7 @@
                                                                                                              -

                                                                                                              AddFiles(string[])

                                                                                                              +

                                                                                                              AddFiles(String[])

                                                                                                              Adds a set of files into the project, in the root folder.

                                                                                                              @@ -189,7 +189,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -206,7 +206,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -218,7 +218,7 @@
                                                                                                              R -

                                                                                                              AddFiles(string[], string)

                                                                                                              +

                                                                                                              AddFiles(String[], String)

                                                                                                              Adds a set of files into the project, below a specified project folder.

                                                                                                              @@ -237,16 +237,16 @@
                                                                                                              Parameters
                                                                                                              - + - + @@ -261,7 +261,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -273,7 +273,7 @@
                                                                                                              -

                                                                                                              AddFolderWithFiles(string, bool)

                                                                                                              +

                                                                                                              AddFolderWithFiles(String, Boolean)

                                                                                                              Adds all the files from a folder into the project, in the root folder

                                                                                                              @@ -292,13 +292,13 @@
                                                                                                              Parameters
                                                                                                              - + - + @@ -315,7 +315,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -327,7 +327,7 @@
                                                                                                              -

                                                                                                              AddFolderWithFiles(string, string, bool)

                                                                                                              +

                                                                                                              AddFolderWithFiles(String, String, Boolean)

                                                                                                              Adds all the files from a folder into the project, below a specified project folder.

                                                                                                              @@ -346,20 +346,20 @@
                                                                                                              Parameters
                                                                                                              - + - + - + @@ -376,7 +376,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -388,7 +388,7 @@
                                                                                                              -

                                                                                                              AddNewFileVersion(Guid, string)

                                                                                                              +

                                                                                                              AddNewFileVersion(Guid, String)

                                                                                                              Adds a new version of the file into the project.

                                                                                                              @@ -407,13 +407,13 @@
                                                                                                              Parameters
                                                                                                              - + - + @@ -426,9 +426,9 @@
                                                                                                              -

                                                                                                              CreateManualTask(string, string, DateTime, TaskFileInfo[])

                                                                                                              +

                                                                                                              CreateManualTask(String, String, DateTime, TaskFileInfo[])

                                                                                                              Creates a manual task. A manual task includes a set of files that is assigned to a user. -The created manual task can be used to create a project package using CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              +The created manual task can be used to create a project package using CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              Declaration
                                                                                                              @@ -446,25 +446,25 @@
                                                                                                              Parameters
                                                                                                              - + - - + - + - + @@ -490,9 +490,9 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              CreateManualTask(string, string, DateTime, Guid[])

                                                                                                              +

                                                                                                              CreateManualTask(String, String, DateTime, Guid[])

                                                                                                              Creates a manual task. A manual task includes a set of files that is assigned to a user. -The created manual task can be used to create a project package using CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              +The created manual task can be used to create a project package using CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              Declaration
                                                                                                              @@ -510,25 +510,25 @@
                                                                                                              Parameters
                                                                                                              - + - - + - + - + @@ -558,7 +558,7 @@
                                                                                                              -

                                                                                                              CreateMergedProjectFile(string, string, Guid[])

                                                                                                              +

                                                                                                              CreateMergedProjectFile(String, String, Guid[])

                                                                                                              Creates a merged file from a number of translatable files in the project. This allows manipulating the content of all the child files within one physical file. For more information, see MergedProjectFile.

                                                                                                              @@ -579,22 +579,22 @@
                                                                                                              Parameters
                                                                                                              - + - + - + - @@ -618,8 +618,8 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions)

                                                                                                              -

                                                                                                              Creates a project package. The package can then be obtained using SavePackageAs(Guid, string).

                                                                                                              +

                                                                                                              CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions)

                                                                                                              +

                                                                                                              Creates a project package. The package can then be obtained using SavePackageAs(Guid, String).

                                                                                                              Declaration
                                                                                                              @@ -637,19 +637,19 @@
                                                                                                              Parameters
                                                                                                              - + - + - + @@ -681,8 +681,8 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              -

                                                                                                              Creates a project package. The package can then be obtained using SavePackageAs(Guid, string).

                                                                                                              +

                                                                                                              CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              +

                                                                                                              Creates a project package. The package can then be obtained using SavePackageAs(Guid, String).

                                                                                                              Declaration
                                                                                                              @@ -700,19 +700,19 @@
                                                                                                              Parameters
                                                                                                              - + - + - + @@ -724,13 +724,13 @@
                                                                                                              Parameters
                                                                                                              - + - + @@ -756,7 +756,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              CreateReturnPackage(Guid[], string, string)

                                                                                                              +

                                                                                                              CreateReturnPackage(Guid[], String, String)

                                                                                                              Creates a return package from a set of files. The files must all have previously been received as part of a project package in order for the return package to be created.

                                                                                                              @@ -776,19 +776,19 @@
                                                                                                              Parameters
                                                                                                              - + - + - + @@ -806,7 +806,7 @@
                                                                                                              Returns
                                                                                                              - @@ -817,7 +817,7 @@
                                                                                                              -

                                                                                                              CreateReturnPackage(Guid[], string, string, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              +

                                                                                                              CreateReturnPackage(Guid[], String, String, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              Creates a return package from a set of files. The files must all have previously been received as part of a project package in order for the return package to be created.

                                                                                                              @@ -837,31 +837,31 @@
                                                                                                              Parameters
                                                                                                              - + - + - + - + - + @@ -908,7 +908,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -952,7 +952,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -1023,7 +1023,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -1130,8 +1130,8 @@
                                                                                                              Returns
                                                                                                              ArgumentNullException

                                                                                                              Thrown if settings is null.

                                                                                                              +
                                                                                                              System.ArgumentNullException

                                                                                                              Thrown if settings is null.

                                                                                                              TermbaseConfiguration termbaseConfiguration

                                                                                                              A TermbaseConfiguration object containing all termbase-related configuration for this project. - This can either be newly created termbase configuration object or one that was retrieved via GetTermbaseConfiguration(bool).

                                                                                                              +This can either be newly created termbase configuration object or one that was retrieved via GetTermbaseConfiguration(Boolean).

                                                                                                              TranslationProviderConfiguration translationProviderConfiguration

                                                                                                              The translation provider configuration.

                                                                                                              +

                                                                                                              The translation provider configuration.

                                                                                                              ArgumentNullException

                                                                                                              Thrown when translationProviderConfiguration is null.

                                                                                                              +
                                                                                                              System.ArgumentNullException

                                                                                                              Thrown when translationProviderConfiguration is null.

                                                                                                              ArgumentException

                                                                                                              Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information.

                                                                                                              +
                                                                                                              System.ArgumentException

                                                                                                              Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information.

                                                                                                              BilingualFileMappingBilingualFileMapping[] mappings

                                                                                                              An array of BilingualFileMapping Objects

                                                                                                              stringSystem.String[] filePaths

                                                                                                              The paths of the files to add. These should be absolute paths.

                                                                                                              ProjectFileProjectFile[]

                                                                                                              The added files

                                                                                                              stringSystem.String[] filePaths

                                                                                                              The paths of the files to add. These should be absolute paths.

                                                                                                              stringSystem.String folderPathInProject

                                                                                                              The folder in this project below which the files should be added. - If empty the files will be in the project root folder.

                                                                                                              +If empty the files will be in the project root folder.

                                                                                                              ProjectFileProjectFile[]

                                                                                                              The added files

                                                                                                              stringSystem.String localFolderPath

                                                                                                              The absolute path of the folder containing the files to add.

                                                                                                              boolSystem.Boolean recursive

                                                                                                              If true, files in sub folders will also be added. The relative folder structure is preserved in the project.

                                                                                                              ProjectFileProjectFile[]

                                                                                                              The added project files.

                                                                                                              stringSystem.String localFolderPath

                                                                                                              The absolute path of the folder containing the files to add.

                                                                                                              stringSystem.String folderPathInProject

                                                                                                              The folder in this project below which the files should be added. - If empty the files will be in the project root folder.

                                                                                                              +If empty the files will be in the project root folder.

                                                                                                              boolSystem.Boolean recursive

                                                                                                              If true, files in sub folders will also be added. The relative folder structure is preserved in the project.

                                                                                                              ProjectFileProjectFile[]

                                                                                                              The added project files.

                                                                                                              GuidSystem.Guid projectFileId

                                                                                                              The file to add a new version for.

                                                                                                              stringSystem.String filePath

                                                                                                              The absolute file path of the new version of the file.

                                                                                                              stringSystem.String manualTaskName

                                                                                                              The name of the manual task. Typically "Translate" or "Review", but other task names can be

                                                                                                              +

                                                                                                              The name of the manual task. Typically "Translate" or "Review", but other task names can be

                                                                                                              stringSystem.String assignToUser

                                                                                                              The user to assign the task to.

                                                                                                              DateTimeSystem.DateTime dueDate

                                                                                                              The date by which the task should be completed.

                                                                                                              TaskFileInfoTaskFileInfo[] inputFiles

                                                                                                              The files to include in the task.

                                                                                                              stringSystem.String manualTaskName

                                                                                                              The name of the manual task. Typically "Translate" or "Review", but other task names can be

                                                                                                              +

                                                                                                              The name of the manual task. Typically "Translate" or "Review", but other task names can be

                                                                                                              stringSystem.String assignToUser

                                                                                                              The user to assign the task to.

                                                                                                              DateTimeSystem.DateTime dueDate

                                                                                                              The date by which the task should be completed.

                                                                                                              GuidSystem.Guid[] projectFileIds

                                                                                                              The project files to include in the task. Reference files will be marked as "read only" task files

                                                                                                              stringSystem.String mergedFileName

                                                                                                              The file name for the newly created merged file. This must have the ".sdlxliff" extension.

                                                                                                              stringSystem.String folderPathInProject

                                                                                                              The folder in this project in which the merged file be added. - If empty the merged file will be in the project root folder.

                                                                                                              +If empty the merged file will be in the project root folder.

                                                                                                              GuidSystem.Guid[] projectFileIds

                                                                                                              The IDs of the translatable files to be merged in to one.

                                                                                                              +

                                                                                                              The IDs of the translatable files to be merged in to one.

                                                                                                              GuidSystem.Guid manualTaskId

                                                                                                              The ID of the task that the package relates to. (The task defines which files are included in the package.)

                                                                                                              stringSystem.String packageName

                                                                                                              The name of the package.

                                                                                                              stringSystem.String comment

                                                                                                              Optional comment.

                                                                                                              GuidSystem.Guid manualTaskId

                                                                                                              The ID of the task that the package relates to. (The task defines which files are included in the package.)

                                                                                                              stringSystem.String packageName

                                                                                                              The name of the package.

                                                                                                              stringSystem.String comment

                                                                                                              Optional comment.

                                                                                                              EventHandlerProgressEventArgsSystem.EventHandler<ProgressEventArgs> statusEventHandler

                                                                                                              Event handler for package creation status events.

                                                                                                              EventHandlerMessageEventArgsSystem.EventHandler<MessageEventArgs> messageEventHandler

                                                                                                              Event handler for message events.

                                                                                                              GuidSystem.Guid[] projectFileIds

                                                                                                              The files to include in the return package.

                                                                                                              stringSystem.String packageName

                                                                                                              The name of the package.

                                                                                                              stringSystem.String comment

                                                                                                              A comment for the package.

                                                                                                              ReturnPackageCreation

                                                                                                              A ReturnPackageCreation object, representing the results of the return package creation.

                                                                                                              +

                                                                                                              A ReturnPackageCreation object, representing the results of the return package creation.

                                                                                                              GuidSystem.Guid[] projectFileIds

                                                                                                              The files to include in the return package.

                                                                                                              stringSystem.String packageName

                                                                                                              The name of the package.

                                                                                                              stringSystem.String comment

                                                                                                              A comment for the package.

                                                                                                              EventHandlerProgressEventArgsSystem.EventHandler<ProgressEventArgs> statusEventHandler

                                                                                                              Event handler for status events

                                                                                                              EventHandlerMessageEventArgsSystem.EventHandler<MessageEventArgs> messageEventHandler

                                                                                                              Event handler for message events

                                                                                                              GuidSystem.Guid automaticTaskId

                                                                                                              The ID of the automatic task.

                                                                                                              GuidSystem.Guid projectFileId

                                                                                                              The ID of the file to retrieve.

                                                                                                              GuidSystem.Guid manualTaskId

                                                                                                              The ID of the manual task

                                                                                                              Remarks

                                                                                                              Project settings can be overridden for a specific target language using UpdateSettings(Language, ISettingsBundle). - The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting - that is not specifically defined/overridden on the target language level will be inherited from the project-level settings.

                                                                                                              +The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting +that is not specifically defined/overridden on the target language level will be inherited from the project-level settings.

                                                                                                              @@ -1174,15 +1174,15 @@
                                                                                                              Returns
                                                                                                              ISettingsBundle

                                                                                                              A settings bundle containing the target language specific settings. The settings bundle returned will have a parent - settings bundle which represent the current project settings. Never returns null.

                                                                                                              +settings bundle which represent the current project settings. Never returns null.

                                                                                                              Remarks

                                                                                                              Target language settings override settings specified on the project level (see GetSettings(). - The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting - that is not specifically defined/overridden on the target language level will be inherited from the project-level settings.

                                                                                                              +The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting +that is not specifically defined/overridden on the target language level will be inherited from the project-level settings.

                                                                                                              Exceptions
                                                                                                              @@ -1194,8 +1194,8 @@
                                                                                                              Exceptions
                                                                                                              - - + @@ -1221,7 +1221,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -1248,15 +1248,15 @@
                                                                                                              Returns
                                                                                                              - +
                                                                                                              ArgumentException

                                                                                                              Thrown when targetLanguage is null or invalid.

                                                                                                              +
                                                                                                              System.ArgumentException

                                                                                                              Thrown when targetLanguage is null or invalid.

                                                                                                              ProjectFileProjectFile[]

                                                                                                              All the source language files in this project.

                                                                                                              ProjectFileProjectFile[]
                                                                                                              Remarks

                                                                                                              For merged files (MergedProjectFile) with - merge state NotMerged or Merged the merged file will be returned from this method, but not the child files. - When the merge state is Split, only the child files are returned, not the merged file.

                                                                                                              +merge state NotMerged or Merged the merged file will be returned from this method, but not the child files. +When the merge state is Split, only the child files are returned, not the merged file.

                                                                                                              @@ -1297,20 +1297,20 @@
                                                                                                              Returns
                                                                                                              - ProjectFile + ProjectFile[]
                                                                                                              Remarks

                                                                                                              For merged files (MergedProjectFile) with - merge state NotMerged or Merged the merged file will be returned from this method, but not the child files. - When the merge state is Split, only the child files are returned, not the merged file.

                                                                                                              +merge state NotMerged or Merged the merged file will be returned from this method, but not the child files. +When the merge state is Split, only the child files are returned, not the merged file.

                                                                                                              -

                                                                                                              GetTermbaseConfiguration(bool)

                                                                                                              +

                                                                                                              GetTermbaseConfiguration(Boolean)

                                                                                                              Retrieves all termbase-related settings that are associated with this project.

                                                                                                              @@ -1329,7 +1329,7 @@
                                                                                                              Parameters
                                                                                                              - bool + System.Boolean obtainCopy @@ -1387,7 +1387,7 @@

                                                                                                              GetTranslationProviderConfiguration(Language)

                                                                                                              Gets the translation provider configuration for the specified target language. If no specific configuration has been specified for the specified target language, -this method returns an empty (not null!) configuration.

                                                                                                              +this method returns an empty (not null!) configuration.

                                                                                                              Declaration
                                                                                                              @@ -1431,7 +1431,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              ImportReturnPackage(string)

                                                                                                              +

                                                                                                              ImportReturnPackage(String)

                                                                                                              Imports a return package into this project.

                                                                                                              @@ -1450,10 +1450,10 @@
                                                                                                              Parameters
                                                                                                              - string + System.String returnPackageFilePath

                                                                                                              The file path of the return package to import. - Has file extension .sdlrpx

                                                                                                              +Has file extension .sdlrpx

                                                                                                              @@ -1477,7 +1477,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              ImportReturnPackage(string, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              +

                                                                                                              ImportReturnPackage(String, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              Imports a return package into this project.

                                                                                                              @@ -1496,20 +1496,20 @@
                                                                                                              Parameters
                                                                                                              - string + System.String returnPackageFilePath

                                                                                                              The file path of the return package to import. - Has file extension .sdlrpx

                                                                                                              +Has file extension .sdlrpx

                                                                                                              - EventHandlerProgressEventArgs + System.EventHandler<ProgressEventArgs> statusEventHandler

                                                                                                              Event handler for status events

                                                                                                              - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> messageEventHandler

                                                                                                              Event handler for message events

                                                                                                              @@ -1554,7 +1554,7 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid projectFileId

                                                                                                              The file to obtain the stream for.

                                                                                                              @@ -1571,7 +1571,7 @@
                                                                                                              Returns
                                                                                                              - Stream + System.IO.Stream

                                                                                                              A stream from which the file contents can be read. It is the responsibility of the caller to close this stream.

                                                                                                              @@ -1599,7 +1599,7 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid ProjectTargetFileId

                                                                                                              The file that where the bilingual reference needs to be removed

                                                                                                              @@ -1609,7 +1609,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              RunAutomaticTask(Guid[], string)

                                                                                                              +

                                                                                                              RunAutomaticTask(Guid[], String)

                                                                                                              Runs an automatic task on a set of files. Automatic task template IDs are defined in AutomaticTaskTemplateIds.

                                                                                                              @@ -1629,13 +1629,13 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid[] projectFileIds

                                                                                                              The files to run the task on.

                                                                                                              - string + System.String taskTemplateId

                                                                                                              The ID of the task template (i.e. the type of task) to run.

                                                                                                              @@ -1664,7 +1664,7 @@
                                                                                                              -

                                                                                                              RunAutomaticTask(Guid[], string, EventHandler<TaskStatusEventArgs>, EventHandler<TaskMessageEventArgs>)

                                                                                                              +

                                                                                                              RunAutomaticTask(Guid[], String, EventHandler<TaskStatusEventArgs>, EventHandler<TaskMessageEventArgs>)

                                                                                                              Runs an automatic task on a set of files. Automatic task template IDs are defined in AutomaticTaskTemplateIds. This overload allows event handlers to be specified for task status and message events. @@ -1686,25 +1686,25 @@

                                                                                                              Parameters
                                                                                                              - Guid + System.Guid[] projectFileIds

                                                                                                              The files to run the task on.

                                                                                                              - string + System.String taskTemplateId

                                                                                                              The ID of the task template (i.e. the type of task) to run.

                                                                                                              - EventHandlerTaskStatusEventArgs + System.EventHandler<TaskStatusEventArgs> statusEventHandler

                                                                                                              Event handler for task status events.

                                                                                                              - EventHandlerTaskMessageEventArgs + System.EventHandler<TaskMessageEventArgs> messageEventHandler

                                                                                                              Event handler for message events.

                                                                                                              @@ -1743,12 +1743,12 @@
                                                                                                              Declaration
                                                                                                              Remarks

                                                                                                              It is recommended to regularly save the project, for example after making a set of changes - and after running a task.

                                                                                                              +and after running a task.

                                                                                                              -

                                                                                                              SavePackageAs(Guid, string)

                                                                                                              +

                                                                                                              SavePackageAs(Guid, String)

                                                                                                              Saves out a created project or return package to a specified file location.

                                                                                                              @@ -1767,13 +1767,13 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid packageId

                                                                                                              The ID of the package to save. See PackageId.

                                                                                                              - string + System.String path

                                                                                                              The file path to save the package to.

                                                                                                              @@ -1783,7 +1783,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              SaveProjectFileAs(Guid, string)

                                                                                                              +

                                                                                                              SaveProjectFileAs(Guid, String)

                                                                                                              Saves out the file to a specified file location.

                                                                                                              @@ -1802,13 +1802,13 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid projectFileId

                                                                                                              The file to save.

                                                                                                              - string + System.String outputFilePath

                                                                                                              The file path to save the project file to.

                                                                                                              @@ -1818,7 +1818,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              SaveTaskReportAs(Guid, string, ReportFormat)

                                                                                                              +

                                                                                                              SaveTaskReportAs(Guid, String, ReportFormat)

                                                                                                              Saves the task report out to a file, in the specified format

                                                                                                              @@ -1837,13 +1837,13 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid reportId

                                                                                                              The id of the task report to save.

                                                                                                              - string + System.String path

                                                                                                              The file path to save the report to.

                                                                                                              @@ -1879,7 +1879,7 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid[] projectFileIds

                                                                                                              The IDs of the project files.

                                                                                                              @@ -1896,7 +1896,7 @@
                                                                                                              Parameters

                                                                                                              UpdateProject(ProjectInfo)

                                                                                                              -

                                                                                                              Updates the project with the new information contained in projectInfo.

                                                                                                              +

                                                                                                              Updates the project with the new information contained in projectInfo.

                                                                                                              Declaration
                                                                                                              @@ -1979,7 +1979,8 @@
                                                                                                              Parameters
                                                                                                              Remarks

                                                                                                              Note that this method will only update the target-language settings. If you have changed the parent project-level -settings too, thee need to be updated with a separate call to UpdateSettings(ISettingsBundle).

                                                                                                              +settings too, thee need to be updated with a separate call to UpdateSettings(ISettingsBundle).

                                                                                                              +
                                                                                                              Exceptions
                                                                                                              @@ -1990,13 +1991,13 @@
                                                                                                              Exceptions
                                                                                                              - - + - - + @@ -2033,7 +2034,8 @@
                                                                                                              Parameters
                                                                                                              Remarks

                                                                                                              The project settings will be completely replaced with the specified settings, so any settings not present in the updated settings bundle will revert to their defaults.

                                                                                                              -

                                                                                                              You can also override settings for a specific target language. See UpdateSettings(Language, ISettingsBundle).

                                                                                                              +

                                                                                                              You can also override settings for a specific target language. See UpdateSettings(Language, ISettingsBundle).

                                                                                                              +
                                                                                                              Exceptions
                                                                                                              ArgumentException

                                                                                                              Thrown when targetLanguage is null or invalid.

                                                                                                              +
                                                                                                              System.ArgumentException

                                                                                                              Thrown when targetLanguage is null or invalid.

                                                                                                              ArgumentNullException

                                                                                                              Thrown if settings is null.

                                                                                                              +
                                                                                                              System.ArgumentNullException

                                                                                                              Thrown if settings is null.

                                                                                                              @@ -2044,8 +2046,8 @@
                                                                                                              Exceptions
                                                                                                              - - + @@ -2075,7 +2077,7 @@
                                                                                                              Parameters
                                                                                                              @@ -2111,8 +2113,8 @@
                                                                                                              Parameters
                                                                                                              @@ -2127,18 +2129,18 @@
                                                                                                              Exceptions
                                                                                                              - - + - - + - - + @@ -2168,7 +2170,7 @@
                                                                                                              Parameters
                                                                                                              @@ -2183,13 +2185,13 @@
                                                                                                              Exceptions
                                                                                                              - - + - - + diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.IProjectDeleteOperation.html b/api/projectautomation/Sdl.ProjectAutomation.Core.IProjectDeleteOperation.html index 2decfc607..381a95628 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.IProjectDeleteOperation.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.IProjectDeleteOperation.html @@ -90,7 +90,7 @@

                                                                                                              -

                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -112,7 +112,7 @@
                                                                                                              Declaration
                                                                                                              -

                                                                                                              DeleteFilesAndDependencies(string)

                                                                                                              +

                                                                                                              DeleteFilesAndDependencies(String)

                                                                                                              Delete all project files with the specified name and all their dependencies from the project. This will delete all source and target language versions of the file and all their associated files, including auxiliary files and bilinugal reference files.

                                                                                                              @@ -135,7 +135,7 @@
                                                                                                              Parameters
                                                                                                              - + diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.LocalFileState.html b/api/projectautomation/Sdl.ProjectAutomation.Core.LocalFileState.html index 25890f11c..8b022b1fd 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.LocalFileState.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.LocalFileState.html @@ -89,7 +89,7 @@

                                                                                                              The status of the local file in relation to the file stored on the project server

                                                                                                              -

                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.LocalTermbase.html b/api/projectautomation/Sdl.ProjectAutomation.Core.LocalTermbase.html index fed446cd4..c575396b1 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.LocalTermbase.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.LocalTermbase.html @@ -92,7 +92,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              LocalTermbase
                                                                                                              @@ -111,28 +111,28 @@
                                                                                                              Inherited Members
                                                                                                              Termbase.Enabled
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -143,7 +143,7 @@

                                                                                                              Constructors -

                                                                                                              LocalTermbase(string)

                                                                                                              +

                                                                                                              LocalTermbase(String)

                                                                                                              Constructor with an absolute file path.

                                                                                                              @@ -162,7 +162,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -172,7 +172,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              LocalTermbase(string, string, bool)

                                                                                                              +

                                                                                                              LocalTermbase(String, String, Boolean)

                                                                                                              Constructor with an absolute file path, a filter name and enabled value.

                                                                                                              @@ -191,23 +191,23 @@
                                                                                                              Parameters
                                                                                                              - + - + - + - @@ -215,7 +215,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              LocalTermbase(string, string, string)

                                                                                                              +

                                                                                                              LocalTermbase(String, String, String)

                                                                                                              Constructor with an absolute file path.

                                                                                                              @@ -234,19 +234,19 @@
                                                                                                              Parameters
                                                                                                              - + - + - + @@ -256,7 +256,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              LocalTermbase(string, string, string, string, bool)

                                                                                                              +

                                                                                                              LocalTermbase(String, String, String, String, Boolean)

                                                                                                              Constructor with an absolute file path, a filter name and enabled value.

                                                                                                              @@ -275,35 +275,35 @@
                                                                                                              Parameters
                                                                                                              - + - + - + - + - + - @@ -331,7 +331,7 @@
                                                                                                              Property Value
                                                                                                              - + diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ManualTask.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ManualTask.html index f759a6fbc..b02880654 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ManualTask.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ManualTask.html @@ -87,13 +87,13 @@

                                                                                                              Class ManualTask

                                                                                                              Represents a manual task, which is a Task that is assigned to and executed by a user and -can be included in a project package if it needs to be performed offline by someone else (CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions). -To create a new manual task, use CreateManualTask(string, string, DateTime, TaskFileInfo[]).

                                                                                                              +can be included in a project package if it needs to be performed offline by someone else (CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions). +To create a new manual task, use CreateManualTask(String, String, DateTime, TaskFileInfo[]).

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ManualTask
                                                                                                              @@ -112,28 +112,28 @@
                                                                                                              Inherited Members
                                                                                                              Task.Name
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -174,14 +174,14 @@
                                                                                                              Property Value
                                                                                                              - +
                                                                                                              ArgumentNullException

                                                                                                              Thrown if settings is null.

                                                                                                              +
                                                                                                              System.ArgumentNullException

                                                                                                              Thrown if settings is null.

                                                                                                              TermbaseConfiguration termbaseConfiguration

                                                                                                              A TermbaseConfiguration object containing all termbase-related configuration for this project. - This can either be newly created termbase configuration object or one that was retrieved via GetTermbaseConfiguration(bool).

                                                                                                              +This can either be newly created termbase configuration object or one that was retrieved via GetTermbaseConfiguration(Boolean).

                                                                                                              TranslationProviderConfiguration translationProviderConfiguration

                                                                                                              The translation provider configuration. Note that you need to set - OverrideParent to

                                                                                                              true
                                                                                                              in order for the configuration to be used. If this is - set to
                                                                                                              false
                                                                                                              , the project-wide translation provider configuration will be used instead (GetTranslationProviderConfiguration()).

                                                                                                              +OverrideParent to
                                                                                                              true
                                                                                                              in order for the configuration to be used. If this is +set to
                                                                                                              false
                                                                                                              , the project-wide translation provider configuration will be used instead (GetTranslationProviderConfiguration()).

                                                                                                              ArgumentException

                                                                                                              Thrown when targetLanguage is null, invalid or not one of the project target languages.

                                                                                                              +
                                                                                                              System.ArgumentException

                                                                                                              Thrown when targetLanguage is null, invalid or not one of the project target languages.

                                                                                                              ArgumentNullException

                                                                                                              Thrown when translationProviderConfiguration is null.

                                                                                                              +
                                                                                                              System.ArgumentNullException

                                                                                                              Thrown when translationProviderConfiguration is null.

                                                                                                              ArgumentException

                                                                                                              Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information.

                                                                                                              +
                                                                                                              System.ArgumentException

                                                                                                              Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information.

                                                                                                              TranslationProviderConfiguration translationProviderConfiguration

                                                                                                              The translation provider configuration. Note that the project-wide configuration might have been - overridden for one or more specific project target languages (see UpdateTranslationProviderConfiguration(Language, TranslationProviderConfiguration)). The project-wide configuration will not be used for these target languages.

                                                                                                              +overridden for one or more specific project target languages (see UpdateTranslationProviderConfiguration(Language, TranslationProviderConfiguration)). The project-wide configuration will not be used for these target languages.

                                                                                                              ArgumentNullException

                                                                                                              Thrown when translationProviderConfiguration is null.

                                                                                                              +
                                                                                                              System.ArgumentNullException

                                                                                                              Thrown when translationProviderConfiguration is null.

                                                                                                              ArgumentException

                                                                                                              Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information.

                                                                                                              +
                                                                                                              System.ArgumentException

                                                                                                              Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information.

                                                                                                              stringSystem.String fileNameInProject

                                                                                                              The original filename with path from the root folder in the project

                                                                                                              stringSystem.String filePath

                                                                                                              The absolute path of the termbase file.

                                                                                                              stringSystem.String filePath

                                                                                                              The absolute path of the termbase file.

                                                                                                              stringSystem.String filterName

                                                                                                              The name of the termbase filter that should be used when performing lookups in this termbase. - This should be the valid name of a filter that is defined within the termbase.

                                                                                                              +This should be the valid name of a filter that is defined within the termbase.

                                                                                                              boolSystem.Boolean enabled

                                                                                                              Whether the termbase should be enabled. When set to

                                                                                                              false
                                                                                                              , the termbase is excluded from - all termbase-related operations.

                                                                                                              +

                                                                                                              Whether the termbase should be enabled. When set to

                                                                                                              false
                                                                                                              , the termbase is excluded from +all termbase-related operations.

                                                                                                              stringSystem.String filePath

                                                                                                              The absolute path of the termbase file.

                                                                                                              stringSystem.String name

                                                                                                              Termbase name

                                                                                                              stringSystem.String settingsXML

                                                                                                              Project termbase settings

                                                                                                              stringSystem.String filePath

                                                                                                              The absolute path of the termbase file.

                                                                                                              stringSystem.String name

                                                                                                              Termbase name

                                                                                                              stringSystem.String settingsXML

                                                                                                              Project termbase settings. Use null for default settings

                                                                                                              stringSystem.String filterName

                                                                                                              The name of the termbase filter that should be used when performing lookups in this termbase. - This should be the valid name of a filter that is defined within the termbase.

                                                                                                              +This should be the valid name of a filter that is defined within the termbase.

                                                                                                              boolSystem.Boolean enabled

                                                                                                              Whether the termbase should be enabled. When set to

                                                                                                              false
                                                                                                              , the termbase is excluded from - all termbase-related operations.

                                                                                                              +

                                                                                                              Whether the termbase should be enabled. When set to

                                                                                                              false
                                                                                                              , the termbase is excluded from +all termbase-related operations.

                                                                                                              stringSystem.String
                                                                                                              stringSystem.String
                                                                                                              Remarks

                                                                                                              Note that in file-based projects, this ID can be anything and does not necessarily represent an actual Windows User ID or similar. The system - merely tracks the user ID for informational purposes.

                                                                                                              +merely tracks the user ID for informational purposes.

                                                                                                              @@ -204,7 +204,7 @@
                                                                                                              Property Value
                                                                                                              - DateTime + System.Nullable<System.DateTime> diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.MergeState.html b/api/projectautomation/Sdl.ProjectAutomation.Core.MergeState.html index 73446e0c9..f03328bc6 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.MergeState.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.MergeState.html @@ -89,7 +89,7 @@

                                                                                                              Indicates the merged state of a merged translatable file.

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -114,7 +114,7 @@

                                                                                                              Fields NotMerged

                                                                                                              The merged translatable file has not been merged yet. -This is the initial state after the file is created using CreateMergedProjectFile(string, string, Guid[]).

                                                                                                              +This is the initial state after the file is created using CreateMergedProjectFile(String, String, Guid[]).

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.MergedProjectFile.html b/api/projectautomation/Sdl.ProjectAutomation.Core.MergedProjectFile.html index 115d5140c..7ee643315 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.MergedProjectFile.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.MergedProjectFile.html @@ -92,7 +92,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              MergedProjectFile
                                                                                                              @@ -164,6 +164,9 @@
                                                                                                              Inherited Members
                                                                                                              + @@ -183,28 +186,28 @@
                                                                                                              Inherited Members
                                                                                                              ProjectFile.OriginalName
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -213,7 +216,7 @@
                                                                                                              Syntax
                                                                                                              Remarks

                                                                                                              To create a merged file, first add all the individual files to the project and subsequently -call CreateMergedProjectFile(string, string, Guid[]) to create the merged file object. +call CreateMergedProjectFile(String, String, Guid[]) to create the merged file object. initially, the merge state (MergeState) of the file is NotMerged, which indicates that the merged SDLXLIFF file has not actually been created yet. In order to do this, you need to run a "Convert to Bilingual" task after which the merge state changes to Merged. @@ -226,7 +229,8 @@

                                                                                                              RemarksGenerateTargetTranslations) will effectively "split" the merged file again and produce all the native target language files. After this has happened, the merge state of the merged file changes to Split. After this point, no operations can be performed on the merged file anymore. -

                                                                                                              +

                                                                                                              +

                                                                                                              Properties

                                                                                                              @@ -250,7 +254,7 @@
                                                                                                              Property Value
                                                                                                              - ProjectFile + ProjectFile[] diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.MessageEventArgs.html b/api/projectautomation/Sdl.ProjectAutomation.Core.MessageEventArgs.html index 7172a60e2..c713244ad 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.MessageEventArgs.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.MessageEventArgs.html @@ -87,50 +87,18 @@

                                                                                                              Class MessageEventArgs

                                                                                                              Cancelable event args class for callbacks when messages are reported during autoamtic task execution -(see RunAutomaticTask(Guid[], string)) or package-related operations -(see CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) -and ImportReturnPackage(string)).

                                                                                                              +(see RunAutomaticTask(Guid[], String)) or package-related operations +(see CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) +and ImportReturnPackage(String)).

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              MessageEventArgs
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              MessageEventArgs
                                                                                                              +
                                                                                                              - -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.MessageLevel.html b/api/projectautomation/Sdl.ProjectAutomation.Core.MessageLevel.html index d84bd3711..81b42d807 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.MessageLevel.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.MessageLevel.html @@ -89,7 +89,7 @@

                                                                                                              Represents the severity level of an ExecutionMessage.

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.PackageOperation.html b/api/projectautomation/Sdl.ProjectAutomation.Core.PackageOperation.html index 330d54082..d13bc2342 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.PackageOperation.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.PackageOperation.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              PackageOperation
                                                                                                              @@ -101,28 +101,28 @@
                                                                                                              Inheritance
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -163,7 +163,7 @@
                                                                                                              Property Value
                                                                                                              - ExecutionMessage + ExecutionMessage[] @@ -189,7 +189,7 @@
                                                                                                              Property Value
                                                                                                              - Guid + System.Guid @@ -215,7 +215,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -267,7 +267,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.PackageStatus.html b/api/projectautomation/Sdl.ProjectAutomation.Core.PackageStatus.html index 6c07cfb04..152e9dbdd 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.PackageStatus.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.PackageStatus.html @@ -89,7 +89,7 @@

                                                                                                              Status values for project and return package operations

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.PackageStatusEventArgs.html b/api/projectautomation/Sdl.ProjectAutomation.Core.PackageStatusEventArgs.html index dad717567..fb058aef6 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.PackageStatusEventArgs.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.PackageStatusEventArgs.html @@ -87,17 +87,15 @@

                                                                                                              Class PackageStatusEventArgs

                                                                                                              Inheritance
                                                                                                              - - - - -
                                                                                                              PackageStatusEventArgs
                                                                                                              +
                                                                                                              System.Object
                                                                                                              + +
                                                                                                              PackageStatusEventArgs
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ProgressEventArgs.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ProgressEventArgs.html index 0e21cf9d9..784abc692 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ProgressEventArgs.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ProgressEventArgs.html @@ -87,52 +87,20 @@

                                                                                                              Class ProgressEventArgs

                                                                                                              Cancelable event args class for progress information callbacks during automatic task execution -(see RunAutomaticTask(Guid[], string)) or during package-related operations -(see CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) -and ImportReturnPackage(string)).

                                                                                                              +(see RunAutomaticTask(Guid[], String)) or during package-related operations +(see CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) +and ImportReturnPackage(String)).

                                                                                                              - -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -173,7 +141,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -199,7 +167,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectAutomationException.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectAutomationException.html index 2abfa6317..40a42b43f 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectAutomationException.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectAutomationException.html @@ -91,73 +91,73 @@

                                                                                                              Inheritance
                                                                                                              - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.Exception
                                                                                                              ProjectAutomationException
                                                                                                              Implements
                                                                                                              - - +
                                                                                                              System.Runtime.Serialization.ISerializable
                                                                                                              +
                                                                                                              System.Runtime.InteropServices._Exception
                                                                                                              Inherited Members
                                                                                                              - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                              - Exception.ToString() + System.Exception.ToString()
                                                                                                              - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                              - Exception.GetType() + System.Exception.GetType()
                                                                                                              - Exception.Message + System.Exception.Message
                                                                                                              - Exception.Data + System.Exception.Data
                                                                                                              - Exception.InnerException + System.Exception.InnerException
                                                                                                              - Exception.TargetSite + System.Exception.TargetSite
                                                                                                              - Exception.StackTrace + System.Exception.StackTrace
                                                                                                              - Exception.HelpLink + System.Exception.HelpLink
                                                                                                              - Exception.Source + System.Exception.Source
                                                                                                              - Exception.HResult + System.Exception.HResult
                                                                                                              - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -198,15 +198,15 @@
                                                                                                              Parameters
                                                                                                              - SerializationInfo + System.Runtime.Serialization.SerializationInfo info -

                                                                                                              The SerializationInfo that holds the serialized object data about the exception being thrown.

                                                                                                              +

                                                                                                              The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.

                                                                                                              - StreamingContext + System.Runtime.Serialization.StreamingContext context -

                                                                                                              The StreamingContext that contains contextual information about the source or destination.

                                                                                                              +

                                                                                                              The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.

                                                                                                              @@ -221,13 +221,13 @@
                                                                                                              Exceptions
                                                                                                              - ArgumentNullException -

                                                                                                              The info parameter is null.

                                                                                                              + System.ArgumentNullException +

                                                                                                              The info parameter is null.

                                                                                                              - SerializationException -

                                                                                                              The class name is null or HResult is zero (0).

                                                                                                              + System.Runtime.Serialization.SerializationException +

                                                                                                              The class name is null or System.Exception.HResult is zero (0).

                                                                                                              @@ -235,7 +235,7 @@
                                                                                                              Exceptions
                                                                                                              -

                                                                                                              ProjectAutomationException(string)

                                                                                                              +

                                                                                                              ProjectAutomationException(String)

                                                                                                              Initializes a new instance of the ProjectAutomationException class.

                                                                                                              @@ -254,7 +254,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String message

                                                                                                              The message.

                                                                                                              @@ -264,7 +264,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              ProjectAutomationException(string, Exception)

                                                                                                              +

                                                                                                              ProjectAutomationException(String, Exception)

                                                                                                              Initializes a new instance of the ProjectAutomationException class.

                                                                                                              @@ -283,13 +283,13 @@
                                                                                                              Parameters
                                                                                                              - string + System.String message

                                                                                                              The message.

                                                                                                              - Exception + System.Exception inner

                                                                                                              The inner.

                                                                                                              @@ -298,10 +298,10 @@
                                                                                                              Parameters

                                                                                                              Implements

                                                                                                              - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                              - _Exception + System.Runtime.InteropServices._Exception
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFile.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFile.html index eb76dff61..86a22efe0 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFile.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFile.html @@ -86,40 +86,40 @@

                                                                                                              Class ProjectFile

                                                                                                              -

                                                                                                              Represents a file in a project.

                                                                                                              +

                                                                                                              Represents a file in a project.

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectFile
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -178,7 +178,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -204,7 +204,7 @@
                                                                                                              Property Value
                                                                                                              - DateTime + System.Nullable<System.DateTime> @@ -230,7 +230,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -284,7 +284,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -312,7 +312,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -338,7 +338,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -364,7 +364,33 @@
                                                                                                              Property Value
                                                                                                              - Guid + System.Guid + + + + + + + +

                                                                                                              IsCanceled

                                                                                                              +

                                                                                                              Set to true when the file has been canceled on the server

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public bool IsCanceled { get; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              + + + + + + + + + + @@ -390,7 +416,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -416,7 +442,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -442,7 +468,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -468,7 +494,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -477,7 +503,7 @@
                                                                                                              Property Value

                                                                                                              Language

                                                                                                              -

                                                                                                              Gets the project language with which this file is associated.

                                                                                                              +

                                                                                                              Gets the project language with which this file is associated.

                                                                                                              Declaration
                                                                                                              @@ -520,7 +546,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -546,7 +572,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -572,7 +598,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -624,7 +650,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -650,7 +676,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -676,7 +702,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -702,7 +728,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -757,7 +783,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -767,7 +793,7 @@
                                                                                                              Property Value

                                                                                                              SourceFile

                                                                                                              If this is a target language file, gets the corresponding source language file. -Returns

                                                                                                              null
                                                                                                              for source language files.

                                                                                                              +Returns
                                                                                                              null
                                                                                                              for source language files.

                                                                                                              Declaration
                                                                                                              @@ -811,7 +837,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -875,8 +901,8 @@
                                                                                                              Parameters
                                                                                                              TypeDescription
                                                                                                              System.Boolean
                                                                                                              boolSystem.Boolean
                                                                                                              boolSystem.Boolean
                                                                                                              boolSystem.Boolean
                                                                                                              boolSystem.Boolean
                                                                                                              DateTimeSystem.DateTime
                                                                                                              intSystem.Int32
                                                                                                              stringSystem.String
                                                                                                              stringSystem.String
                                                                                                              stringSystem.String
                                                                                                              stringSystem.String
                                                                                                              GuidSystem.Guid
                                                                                                              longSystem.Int64
                                                                                                              ProjectFileProjectFile[]
                                                                                                              Remarks
                                                                                                              -
                                                                                                              <p>The project settings will be completely replaced with the specified settings, so any settings not present in
                                                                                                              -

                                                                                                              the updated settings bundle will revert to their defaults.

                                                                                                              +

                                                                                                              The project settings will be completely replaced with the specified settings, so any settings not present in +the updated settings bundle will revert to their defaults.

                                                                                                              Exceptions
                                                                                                              @@ -888,8 +914,8 @@
                                                                                                              Exceptions
                                                                                                              - - + diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFileTypeConfiguration.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFileTypeConfiguration.html index 7cd8a9e72..5bf5bc343 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFileTypeConfiguration.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFileTypeConfiguration.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectFileTypeConfiguration
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFileVersion.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFileVersion.html index b75d28ce4..608347261 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFileVersion.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFileVersion.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectFileVersion
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -159,7 +159,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -185,7 +185,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -211,7 +211,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -237,7 +237,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -263,7 +263,7 @@
                                                                                                              Property Value
                                                                                                              - + diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectInfo.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectInfo.html index 8f5af7bb6..3bee7b663 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectInfo.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectInfo.html @@ -94,34 +94,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectInfo
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -162,7 +162,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -188,7 +188,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -215,7 +215,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -241,7 +241,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -267,7 +267,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -293,7 +293,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -319,7 +319,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -345,7 +345,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -371,14 +371,14 @@
                                                                                                              Property Value
                                                                                                              - +
                                                                                                              ArgumentNullException

                                                                                                              Thrown if settings is null.

                                                                                                              +
                                                                                                              System.ArgumentNullException

                                                                                                              Thrown if settings is null.

                                                                                                              DateTimeSystem.DateTime
                                                                                                              stringSystem.String
                                                                                                              stringSystem.String
                                                                                                              DateTimeSystem.DateTime
                                                                                                              intSystem.Int32
                                                                                                              DateTimeSystem.DateTime
                                                                                                              stringSystem.String
                                                                                                              stringSystem.String
                                                                                                              stringSystem.String
                                                                                                              DateTimeSystem.Nullable<System.DateTime>
                                                                                                              stringSystem.String
                                                                                                              GuidSystem.Guid
                                                                                                              boolSystem.Boolean
                                                                                                              stringSystem.String
                                                                                                              Remarks

                                                                                                              This property can only be set for use during project creation. - It is not valid to set for project updating.

                                                                                                              +It is not valid to set for project updating.

                                                                                                              @@ -401,7 +401,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String

                                                                                                              The name.

                                                                                                              @@ -409,7 +409,7 @@
                                                                                                              Property Value
                                                                                                              Remarks

                                                                                                              This property can only be set for use during project creation. - It is not valid to set for project updating.

                                                                                                              +It is not valid to set for project updating.

                                                                                                              @@ -432,7 +432,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -458,7 +458,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -536,7 +536,7 @@
                                                                                                              Property Value
                                                                                                              - Uri + System.Uri @@ -571,7 +571,8 @@
                                                                                                              Remarks

                                                                                                              It is optional to set this property during project creation. If it is not set, the source language of the reference project or template is used. If a template has more than one source language, the first one is used.

                                                                                                              This property can only be set for use during project creation. -It is not valid to set for project updating.

                                                                                                              +It is not valid to set for project updating.

                                                                                                              +
                                                                                                              @@ -619,7 +620,7 @@
                                                                                                              Property Value
                                                                                                              - Language + Language[] @@ -628,7 +629,8 @@
                                                                                                              Remarks<

                                                                                                              It is optional to set this property during project creation. If it is not set, the target languages of the reference project or template are used.

                                                                                                              This property can only be set for use during project creation. -It is not valid to set for project updating.

                                                                                                              +It is not valid to set for project updating.

                                                                                                              +
                                                                                                              @@ -650,7 +652,7 @@
                                                                                                              Property Value
                                                                                                              - Uri + System.Uri diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreation.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreation.html index 08ba6f4a7..b5c543ae2 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreation.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreation.html @@ -87,12 +87,12 @@

                                                                                                              Class ProjectPackageCreation

                                                                                                              Represents the creation of a project package which is ongoing or has been completed. -See CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions).

                                                                                                              +See CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions).

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectPackageCreation
                                                                                                              @@ -114,28 +114,28 @@
                                                                                                              Inherited Members
                                                                                                              PackageOperation.Messages
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.html index 24601c271..0aae3813d 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.html @@ -86,40 +86,40 @@

                                                                                                              Class ProjectPackageCreationOptions

                                                                                                              -

                                                                                                              Represents options that can be passed to CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>) +

                                                                                                              Represents options that can be passed to CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>) to control what will be included in a project package.

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectPackageCreationOptions
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -161,7 +161,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -187,7 +187,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -214,7 +214,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -240,7 +240,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -266,7 +266,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -303,7 +303,7 @@
                                                                                                              Property Value

                                                                                                              RecomputeAnalysisStatistics

                                                                                                              Gets or sets whether to recompute the analysis statistics for the translatable files included in the package. This can be used to make sure the cross-file repetitions are accurately computed for each batch of files that will be translated separately. -When

                                                                                                              false
                                                                                                              , the existing analysis statistics are included in the package.

                                                                                                              +When
                                                                                                              false
                                                                                                              , the existing analysis statistics are included in the package.

                                                                                                              Declaration
                                                                                                              @@ -320,7 +320,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -347,7 +347,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -374,7 +374,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageImport.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageImport.html index ebcc77d01..4848cd67d 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageImport.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageImport.html @@ -92,7 +92,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectPackageImport
                                                                                                              @@ -114,28 +114,28 @@
                                                                                                              Inherited Members
                                                                                                              PackageOperation.Messages
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectReference.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectReference.html index e2ebab124..b5fa9673e 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectReference.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectReference.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectReference
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -129,7 +129,7 @@

                                                                                                              Constructors -

                                                                                                              ProjectReference(string)

                                                                                                              +

                                                                                                              ProjectReference(String)

                                                                                                              Creates a reference to an existing file-based project.

                                                                                                              @@ -148,7 +148,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String filePath

                                                                                                              The absolute path to the project file (*.sdlproj).

                                                                                                              @@ -177,11 +177,11 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri uri

                                                                                                              The Uri of the project. -For file-based projects, this URI should be of the form

                                                                                                              file://PROJECT_FILE_PATH
                                                                                                              , -where
                                                                                                              PROJECT_FILE_PATH
                                                                                                              is the absolute path of the project file (*.sdlproj).

                                                                                                              +For file-based projects, this URI should be of the form
                                                                                                              file://PROJECT_FILE_PATH
                                                                                                              , +where
                                                                                                              PROJECT_FILE_PATH
                                                                                                              is the absolute path of the project file (*.sdlproj).

                                                                                                              @@ -209,14 +209,14 @@
                                                                                                              Property Value
                                                                                                              - Uri + System.Uri
                                                                                                              Remarks
                                                                                                              -

                                                                                                              For file-based projects, this URI should be of the form

                                                                                                              file://PROJECT_FILE_PATH
                                                                                                              , -where
                                                                                                              PROJECT_FILE_PATH
                                                                                                              is the absolute path of the project file (*.sdlproj).

                                                                                                              +

                                                                                                              For file-based projects, this URI should be of the form

                                                                                                              file://PROJECT_FILE_PATH
                                                                                                              , +where
                                                                                                              PROJECT_FILE_PATH
                                                                                                              is the absolute path of the project file (*.sdlproj).

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectStatistics.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectStatistics.html index 71503c41f..4348c411f 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectStatistics.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectStatistics.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectStatistics
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -160,7 +160,7 @@
                                                                                                              Property Value
                                                                                                              - TargetLanguageStatistics + TargetLanguageStatistics[] diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectStatus.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectStatus.html index b947a32c5..f7f82bbfc 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectStatus.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectStatus.html @@ -89,7 +89,7 @@

                                                                                                              Status values for projects in the client object model

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateInfo.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateInfo.html index 1e2d6395c..f4e68f442 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateInfo.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateInfo.html @@ -91,31 +91,31 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectTemplateInfo
                                                                                                              Inherited Members
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -156,7 +156,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -182,7 +182,7 @@
                                                                                                              Property Value
                                                                                                              - Guid + System.Guid @@ -208,7 +208,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -234,7 +234,7 @@
                                                                                                              Property Value
                                                                                                              - Uri + System.Uri @@ -262,13 +262,13 @@
                                                                                                              Returns
                                                                                                              - string + System.String
                                                                                                              Overrides
                                                                                                              - +
                                                                                                              System.Object.ToString()
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateReference.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateReference.html index f4a1761d4..f2d405e09 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateReference.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateReference.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectTemplateReference
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -129,7 +129,7 @@

                                                                                                              Constructors -

                                                                                                              ProjectTemplateReference(string)

                                                                                                              +

                                                                                                              ProjectTemplateReference(String)

                                                                                                              Creates a reference to an existing file-based project template.

                                                                                                              @@ -148,7 +148,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String filePath

                                                                                                              The absolute path to the project template file (*.sdltpl).

                                                                                                              @@ -177,11 +177,11 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri uri

                                                                                                              The Uri of the project template. -For file-based project templates, this URI should be of the form

                                                                                                              file://PROJECTTEMPLATE_FILE_PATH
                                                                                                              , -where
                                                                                                              PROJECTTEMPLATE_FILE_PATH
                                                                                                              is the absolute path of the project template file (*.sdltpl).

                                                                                                              +For file-based project templates, this URI should be of the form
                                                                                                              file://PROJECTTEMPLATE_FILE_PATH
                                                                                                              , +where
                                                                                                              PROJECTTEMPLATE_FILE_PATH
                                                                                                              is the absolute path of the project template file (*.sdltpl).

                                                                                                              @@ -209,14 +209,14 @@
                                                                                                              Property Value
                                                                                                              - Uri + System.Uri
                                                                                                              Remarks
                                                                                                              -

                                                                                                              For file-based project templates, this URI should be of the form

                                                                                                              file://PROJECTTEMPLATE_FILE_PATH
                                                                                                              , -where
                                                                                                              PROJECTTEMPLATE_FILE_PATH
                                                                                                              is the absolute path of the project template file (*.sdltpl).

                                                                                                              +

                                                                                                              For file-based project templates, this URI should be of the form

                                                                                                              file://PROJECTTEMPLATE_FILE_PATH
                                                                                                              , +where
                                                                                                              PROJECTTEMPLATE_FILE_PATH
                                                                                                              is the absolute path of the project template file (*.sdltpl).

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTranslationMemoryPackageOptions.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTranslationMemoryPackageOptions.html index 629b52f0b..464b98cfb 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTranslationMemoryPackageOptions.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTranslationMemoryPackageOptions.html @@ -87,10 +87,10 @@

                                                                                                              Enum ProjectTranslationMemoryPackageOptions

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectType.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectType.html index 17a87a835..95a4966cd 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectType.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ProjectType.html @@ -89,7 +89,7 @@

                                                                                                              The type of project (as shown in the Studio UI)

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.PublicationStatus.html b/api/projectautomation/Sdl.ProjectAutomation.Core.PublicationStatus.html index 6a8fc357c..26440e770 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.PublicationStatus.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.PublicationStatus.html @@ -89,7 +89,7 @@

                                                                                                              Represents the statuses of a project publication.

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ReportFormat.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ReportFormat.html index cc86d40c1..086d74248 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ReportFormat.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ReportFormat.html @@ -87,40 +87,40 @@

                                                                                                              Class ReportFormat

                                                                                                              Represents a file format to which an automatic task report (see Reports) -can be saved (SaveTaskReportAs(Guid, string, ReportFormat)). You cannot create new instances of this class. +can be saved (SaveTaskReportAs(Guid, String, ReportFormat)). You cannot create new instances of this class. Rather, use one of the predefined static instances (Excel, Html, Mht or Xml).

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ReportFormat
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -251,7 +251,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageCreation.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageCreation.html index 7470e2988..a7d82d275 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageCreation.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageCreation.html @@ -87,12 +87,12 @@

                                                                                                              Class ReturnPackageCreation

                                                                                                              Represents the creation of a return package from an existing project. -To create a return package, call CreateReturnPackage(Guid[], string, string).

                                                                                                              +To create a return package, call CreateReturnPackage(Guid[], String, String).

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ReturnPackageCreation
                                                                                                              @@ -114,28 +114,28 @@
                                                                                                              Inherited Members
                                                                                                              PackageOperation.Messages
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -178,7 +178,7 @@
                                                                                                              Property Value
                                                                                                              - TaskFile + TaskFile[] diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageImport.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageImport.html index 5490b7fb6..cd0ae7050 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageImport.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageImport.html @@ -87,12 +87,12 @@

                                                                                                              Class ReturnPackageImport

                                                                                                              Represents the import of a return package into an existing project. -To import a return package, call ImportReturnPackage(string).

                                                                                                              +To import a return package, call ImportReturnPackage(String).

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ReturnPackageImport
                                                                                                              @@ -114,28 +114,28 @@
                                                                                                              Inherited Members
                                                                                                              PackageOperation.Messages
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -178,7 +178,7 @@
                                                                                                              Property Value
                                                                                                              - TaskFile + TaskFile[] diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ServerTermbase.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ServerTermbase.html index 8a971ae6b..c7946800b 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ServerTermbase.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ServerTermbase.html @@ -88,12 +88,12 @@

                                                                                                              Represents a reference to a server-based termbase that can be added to the TermbaseConfiguration of a project. A server-based reference is interpreted together with the TermbaseServerUri, -which identifies the server on which the termbase is hosted.

                                                                                                              +which identifies the server on which the termbase is hosted.

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ServerTermbase
                                                                                                              @@ -112,28 +112,28 @@
                                                                                                              Inherited Members
                                                                                                              Termbase.Enabled
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -144,7 +144,7 @@

                                                                                                              Constructors -

                                                                                                              ServerTermbase(string)

                                                                                                              +

                                                                                                              ServerTermbase(String)

                                                                                                              Constructor with a server-based termbase name.

                                                                                                              @@ -163,10 +163,10 @@
                                                                                                              Parameters
                                                                                                              - string + System.String name

                                                                                                              The name of the termbase. This name will be interpreted together with the TermbaseServerUri - to identify the termbase to be used.

                                                                                                              +to identify the termbase to be used.

                                                                                                              @@ -174,7 +174,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              ServerTermbase(string, string)

                                                                                                              +

                                                                                                              ServerTermbase(String, String)

                                                                                                              Constructor with a server-based termbase name.

                                                                                                              @@ -193,14 +193,14 @@
                                                                                                              Parameters
                                                                                                              - string + System.String name

                                                                                                              The name of the termbase. This name will be interpreted together with the TermbaseServerUri - to identify the termbase to be used.

                                                                                                              +to identify the termbase to be used.

                                                                                                              - string + System.String settingsXML

                                                                                                              Project termbase settings

                                                                                                              @@ -210,7 +210,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              ServerTermbase(string, string, bool)

                                                                                                              +

                                                                                                              ServerTermbase(String, String, Boolean)

                                                                                                              Constructor with a server-based termbase name, filter name and enabled value.

                                                                                                              @@ -229,24 +229,24 @@
                                                                                                              Parameters
                                                                                                              - string + System.String name

                                                                                                              The name of the termbase. This name will be interpreted together with the TermbaseServerUri - to identify the termbase to be used.

                                                                                                              +to identify the termbase to be used.

                                                                                                              - string + System.String filterName

                                                                                                              The name of the termbase filter that should be used when performing lookups in this termbase. - This should be the valid name of a filter that is defined within the termbase.

                                                                                                              +This should be the valid name of a filter that is defined within the termbase.

                                                                                                              - bool + System.Boolean enabled -

                                                                                                              Whether the termbase should be enabled. When set to

                                                                                                              false
                                                                                                              , the termbase is excluded from - all termbase-related operations.

                                                                                                              +

                                                                                                              Whether the termbase should be enabled. When set to

                                                                                                              false
                                                                                                              , the termbase is excluded from +all termbase-related operations.

                                                                                                              @@ -254,7 +254,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              ServerTermbase(string, string, string, bool)

                                                                                                              +

                                                                                                              ServerTermbase(String, String, String, Boolean)

                                                                                                              Constructor with a server-based termbase name, filter name and enabled value.

                                                                                                              @@ -273,30 +273,30 @@
                                                                                                              Parameters
                                                                                                              - string + System.String name

                                                                                                              The name of the termbase. This name will be interpreted together with the TermbaseServerUri - to identify the termbase to be used.

                                                                                                              +to identify the termbase to be used.

                                                                                                              - string + System.String settingsXML

                                                                                                              Project termbase settings. Use null for default settings

                                                                                                              - string + System.String filterName

                                                                                                              The name of the termbase filter that should be used when performing lookups in this termbase. - This should be the valid name of a filter that is defined within the termbase.

                                                                                                              +This should be the valid name of a filter that is defined within the termbase.

                                                                                                              - bool + System.Boolean enabled -

                                                                                                              Whether the termbase should be enabled. When set to

                                                                                                              false
                                                                                                              , the termbase is excluded from - all termbase-related operations.

                                                                                                              +

                                                                                                              Whether the termbase should be enabled. When set to

                                                                                                              false
                                                                                                              , the termbase is excluded from +all termbase-related operations.

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.TargetLanguageStatistics.html b/api/projectautomation/Sdl.ProjectAutomation.Core.TargetLanguageStatistics.html index 1092b54a1..693ffe21d 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.TargetLanguageStatistics.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.TargetLanguageStatistics.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TargetLanguageStatistics
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.Task.html b/api/projectautomation/Sdl.ProjectAutomation.Core.Task.html index 71deb4182..a8ae46c9d 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.Task.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.Task.html @@ -87,12 +87,12 @@

                                                                                                              Class Task

                                                                                                              Abstract base class which represents common properties of -the AutomaticTask and ManualTask classes.

                                                                                                              +the AutomaticTask and ManualTask classes.

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              Task
                                                                                                              @@ -100,28 +100,28 @@
                                                                                                              Inheritance
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -162,7 +162,7 @@
                                                                                                              Property Value
                                                                                                              - Guid + System.Guid @@ -188,7 +188,7 @@
                                                                                                              Property Value
                                                                                                              - TaskFile + TaskFile[] @@ -214,7 +214,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.TaskFile.html b/api/projectautomation/Sdl.ProjectAutomation.Core.TaskFile.html index 1527b42ee..e9cb8a470 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.TaskFile.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.TaskFile.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TaskFile
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -159,7 +159,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -185,7 +185,7 @@
                                                                                                              Property Value
                                                                                                              - Guid + System.Guid @@ -214,7 +214,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -240,14 +240,14 @@
                                                                                                              Property Value
                                                                                                              - Guid + System.Guid
                                                                                                              Remarks

                                                                                                              To get more information about the task itself, use GetAutomaticTask(Guid) - or GetManualTask(Guid).

                                                                                                              +or GetManualTask(Guid).

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.TaskFileInfo.html b/api/projectautomation/Sdl.ProjectAutomation.Core.TaskFileInfo.html index 057972463..ba4b76287 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.TaskFileInfo.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.TaskFileInfo.html @@ -88,39 +88,39 @@

                                                                                                              Represents the necessary information to create a TaskFile for inclusion in a manual task, consisting of a project file ID and a boolean that indicates whether the file should be included in the task as -a read-only file. See CreateManualTask(string, string, DateTime, Guid[]).

                                                                                                              +a read-only file. See CreateManualTask(String, String, DateTime, Guid[]).

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TaskFileInfo
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -161,7 +161,7 @@
                                                                                                              Property Value
                                                                                                              - Guid + System.Guid @@ -171,7 +171,7 @@
                                                                                                              Property Value

                                                                                                              ReadOnly

                                                                                                              Gets or sets whether to include this file as a read-only file. -When set to

                                                                                                              true
                                                                                                              , this means the user will not be able to change the file.

                                                                                                              +When set to
                                                                                                              true
                                                                                                              , this means the user will not be able to change the file.

                                                                                                              Declaration
                                                                                                              @@ -188,7 +188,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.TaskMessageEventArgs.html b/api/projectautomation/Sdl.ProjectAutomation.Core.TaskMessageEventArgs.html index a67d93d94..6c7064ae7 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.TaskMessageEventArgs.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.TaskMessageEventArgs.html @@ -91,46 +91,17 @@

                                                                                                              Inheritance
                                                                                                              - - - - -
                                                                                                              TaskMessageEventArgs
                                                                                                              +
                                                                                                              System.Object
                                                                                                              + +
                                                                                                              TaskMessageEventArgs
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -173,14 +144,14 @@
                                                                                                              Property Value
                                                                                                              - string + System.String[]

                                                                                                              See Also

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.TaskReport.html b/api/projectautomation/Sdl.ProjectAutomation.Core.TaskReport.html index 34f070baa..68f452216 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.TaskReport.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.TaskReport.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TaskReport
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -126,7 +126,8 @@
                                                                                                              Syntax
                                                                                                              Remarks

                                                                                                              To access the reports that were generated by a particular automatic task, use Reports.

                                                                                                              -

                                                                                                              To save the contents of the report to a file, use SaveTaskReportAs(Guid, string, ReportFormat).

                                                                                                              +

                                                                                                              To save the contents of the report to a file, use SaveTaskReportAs(Guid, String, ReportFormat).

                                                                                                              +

                                                                                                              Constructors

                                                                                                              @@ -162,7 +163,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -188,7 +189,7 @@
                                                                                                              Property Value
                                                                                                              - Guid + System.Guid @@ -214,7 +215,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -240,7 +241,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.TaskSequence.html b/api/projectautomation/Sdl.ProjectAutomation.Core.TaskSequence.html index 4de392118..7eba23c3f 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.TaskSequence.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.TaskSequence.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TaskSequence
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -142,7 +142,7 @@

                                                                                                              Properties

                                                                                                              OutputFiles

                                                                                                              -

                                                                                                              Gets the output files of this task sequence.

                                                                                                              +

                                                                                                              Gets the output files of this task sequence.

                                                                                                              Declaration
                                                                                                              @@ -159,14 +159,14 @@
                                                                                                              Property Value
                                                                                                              - TaskFileInfo + TaskFileInfo[]
                                                                                                              Remarks

                                                                                                              This will only populated if the task sequence was successfully completed, i.e. Status is Completed. - This property always reflects the output files of the last task in the sequence.

                                                                                                              +This property always reflects the output files of the last task in the sequence.

                                                                                                              @@ -215,7 +215,7 @@
                                                                                                              Property Value
                                                                                                              - AutomaticTask + AutomaticTask[] diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.TaskStatus.html b/api/projectautomation/Sdl.ProjectAutomation.Core.TaskStatus.html index 3247c9c6a..2aacba65a 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.TaskStatus.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.TaskStatus.html @@ -89,7 +89,7 @@

                                                                                                              Status values for a task

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.TaskStatusEventArgs.html b/api/projectautomation/Sdl.ProjectAutomation.Core.TaskStatusEventArgs.html index 70ded8c28..18a99be6e 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.TaskStatusEventArgs.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.TaskStatusEventArgs.html @@ -91,11 +91,9 @@

                                                                                                              Inheritance
                                                                                                              - - - - -
                                                                                                              TaskStatusEventArgs
                                                                                                              +
                                                                                                              System.Object
                                                                                                              + +
                                                                                                              TaskStatusEventArgs
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -202,14 +173,14 @@
                                                                                                              Property Value
                                                                                                              - string + System.String[]

                                                                                                              See Also

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.TermRecognitionOptions.html b/api/projectautomation/Sdl.ProjectAutomation.Core.TermRecognitionOptions.html index 5e0aaba07..c761f268b 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.TermRecognitionOptions.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.TermRecognitionOptions.html @@ -92,34 +92,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TermRecognitionOptions
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -161,7 +161,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -187,7 +187,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -239,7 +239,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.Termbase.html b/api/projectautomation/Sdl.ProjectAutomation.Core.Termbase.html index 59ce8412d..c60d28c39 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.Termbase.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.Termbase.html @@ -93,7 +93,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              Termbase
                                                                                                              @@ -101,28 +101,28 @@
                                                                                                              Inheritance
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -134,7 +134,7 @@

                                                                                                              Properties

                                                                                                              Enabled

                                                                                                              -

                                                                                                              Gets or sets whether this termbase is enabled. When set to

                                                                                                              false
                                                                                                              , the termbase is excluded from +

                                                                                                              Gets or sets whether this termbase is enabled. When set to

                                                                                                              false
                                                                                                              , the termbase is excluded from all termbase-related operations.

                                                                                                              @@ -152,7 +152,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -179,7 +179,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -205,7 +205,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -231,7 +231,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseConfiguration.html b/api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseConfiguration.html index ebd260e2e..14f170c5b 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseConfiguration.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseConfiguration.html @@ -87,40 +87,40 @@

                                                                                                              Class TermbaseConfiguration

                                                                                                              This class represents all termbase-related settings that control which termbases are used within a project. -To get the termbase configuration of a project, use GetTermbaseConfiguration(bool). +To get the termbase configuration of a project, use GetTermbaseConfiguration(Boolean). To update the termbase configuration, use UpdateTermbaseConfiguration(TermbaseConfiguration).

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TermbaseConfiguration
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -164,21 +164,22 @@
                                                                                                              Property Value
                                                                                                              - ListTermbaseLanguageIndex + System.Collections.Generic.List<TermbaseLanguageIndex> - -

                                                                                                              TermRecognitionOptions

                                                                                                              -

                                                                                                              Gets or sets the terminology recognition options, which control the terminology lookup process.

                                                                                                              + +

                                                                                                              Termbases

                                                                                                              +

                                                                                                              Gets or sets the list of termbases in this configuration. The first termbase in the list +if the default termbase.

                                                                                                              Declaration
                                                                                                              -
                                                                                                              public TermRecognitionOptions TermRecognitionOptions { get; set; }
                                                                                                              +
                                                                                                              public List<Termbase> Termbases { get; set; }
                                                                                                              Property Value
                                                                                                              @@ -190,7 +191,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -218,7 +219,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -226,18 +227,18 @@
                                                                                                              Property Value
                                                                                                              Remarks

                                                                                                              All the server-based termbases in the Termbases list should reside on the same server, identified by this URI. You cannot use termbases from two different servers -within the same configuration.

                                                                                                              +within the same configuration.

                                                                                                              + - -

                                                                                                              Termbases

                                                                                                              -

                                                                                                              Gets or sets the list of termbases in this configuration. The first termbase in the list -if the default termbase.

                                                                                                              + +

                                                                                                              TermRecognitionOptions

                                                                                                              +

                                                                                                              Gets or sets the terminology recognition options, which control the terminology lookup process.

                                                                                                              Declaration
                                                                                                              -
                                                                                                              public List<Termbase> Termbases { get; set; }
                                                                                                              +
                                                                                                              public TermRecognitionOptions TermRecognitionOptions { get; set; }
                                                                                                              Property Value
                                                                                                              TermRecognitionOptionsSystem.Collections.Generic.List<Termbase>
                                                                                                              UriSystem.Uri
                                                                                                              @@ -249,7 +250,7 @@
                                                                                                              Property Value
                                                                                                              - + diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.html b/api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.html index 027bf9726..ddbe54bde 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.html @@ -95,34 +95,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TermbaseLanguageIndex
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -133,7 +133,7 @@

                                                                                                              Constructors -

                                                                                                              TermbaseLanguageIndex(Language, string)

                                                                                                              +

                                                                                                              TermbaseLanguageIndex(Language, String)

                                                                                                              Constructor with a project language and a termbase index name.

                                                                                                              @@ -158,7 +158,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -215,7 +215,7 @@
                                                                                                              Property Value
                                                                                                              - + diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseSearchOrder.html b/api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseSearchOrder.html index 52d37ead7..d749ac0f6 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseSearchOrder.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseSearchOrder.html @@ -90,7 +90,7 @@

                                                                                                              -

                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.html b/api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.html index 4fea7caa4..4e7b99d1d 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.html @@ -93,34 +93,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationProviderCascadeEntry
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -131,7 +131,7 @@

                                                                                                              Constructors -

                                                                                                              TranslationProviderCascadeEntry(TranslationProviderReference, bool, bool, bool)

                                                                                                              +

                                                                                                              TranslationProviderCascadeEntry(TranslationProviderReference, Boolean, Boolean, Boolean)

                                                                                                              Constructor that takes the main translation provider reference and default search and update settings, with no penalty.

                                                                                                              @@ -156,24 +156,24 @@
                                                                                                              Parameters
                                                                                                              - + - + - + @@ -181,7 +181,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              TranslationProviderCascadeEntry(TranslationProviderReference, bool, bool, bool, int)

                                                                                                              +

                                                                                                              TranslationProviderCascadeEntry(TranslationProviderReference, Boolean, Boolean, Boolean, Int32)

                                                                                                              Constructor that takes the main translation provider reference and default search and update settings.

                                                                                                              @@ -206,31 +206,31 @@
                                                                                                              Parameters
                                                                                                              - + - + - + - + @@ -238,7 +238,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              TranslationProviderCascadeEntry(TranslationProviderReference, List<TranslationProviderReference>, bool, bool, bool, int)

                                                                                                              +

                                                                                                              TranslationProviderCascadeEntry(TranslationProviderReference, List<TranslationProviderReference>, Boolean, Boolean, Boolean, Int32)

                                                                                                              Constructor that takes the main translation provider reference, project translation memory references, and default search and update settings.

                                                                                                              @@ -263,41 +263,41 @@
                                                                                                              Parameters
                                                                                                              - + - + - + - + - + @@ -305,7 +305,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              TranslationProviderCascadeEntry(string, bool, bool, bool)

                                                                                                              +

                                                                                                              TranslationProviderCascadeEntry(String, Boolean, Boolean, Boolean)

                                                                                                              Constructor that takes an absolute path to a file-based translation memory (*.sdltm) and default search and update settings, with no penalty.

                                                                                                              @@ -324,30 +324,30 @@
                                                                                                              Parameters
                                                                                                              - + - + - + - + @@ -355,7 +355,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              TranslationProviderCascadeEntry(string, bool, bool, bool, int)

                                                                                                              +

                                                                                                              TranslationProviderCascadeEntry(String, Boolean, Boolean, Boolean, Int32)

                                                                                                              Constructor that takes an absolute path to a file-based translation memory (*.sdltm)and default search and update settings.

                                                                                                              @@ -374,37 +374,37 @@
                                                                                                              Parameters
                                                                                                              - + - + - + - + - + @@ -459,7 +459,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -486,7 +486,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -513,7 +513,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -540,7 +540,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -570,7 +570,7 @@
                                                                                                              Property Value
                                                                                                              - + diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.html b/api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.html index 6eaed4493..f947bc948 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.html @@ -93,34 +93,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationProviderConfiguration
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -130,7 +130,7 @@

                                                                                                              The translation provider configuration can be defined on the project level (see GetTranslationProviderConfiguration()) and can be overridden for a specific project target language (see GetTranslationProviderConfiguration(Language) -and UpdateTranslationProviderConfiguration(TranslationProviderConfiguration)).

                                                                                                              +and UpdateTranslationProviderConfiguration(TranslationProviderConfiguration)).

                                                                                                              Constructors

                                                                                                              @@ -138,7 +138,7 @@

                                                                                                              Constructors

                                                                                                              TranslationProviderConfiguration()

                                                                                                              -

                                                                                                              Default constructor. Creates an empty configuration that doesn't override the parent.

                                                                                                              +

                                                                                                              Default constructor. Creates an empty configuration that doesn't override the parent.

                                                                                                              Declaration
                                                                                                              @@ -148,7 +148,7 @@
                                                                                                              Declaration
                                                                                                              -

                                                                                                              TranslationProviderConfiguration(List<TranslationProviderCascadeEntry>, bool, bool)

                                                                                                              +

                                                                                                              TranslationProviderConfiguration(List<TranslationProviderCascadeEntry>, Boolean, Boolean)

                                                                                                              Constructor that takes the given cascade entry items, cascade search mode, and override parent flag.

                                                                                                              @@ -167,25 +167,25 @@
                                                                                                              Parameters
                                                                                                              - + - + - + @@ -213,15 +213,15 @@
                                                                                                              Property Value
                                                                                                              - +
                                                                                                              ListTermbaseTermRecognitionOptions
                                                                                                              stringSystem.String termbaseIndex

                                                                                                              The name of the termbase index which should be used for the specified project language.

                                                                                                              stringSystem.String
                                                                                                              boolSystem.Boolean performUpdate

                                                                                                              Whether to update this translation provider when updating translation units in the cascade - it belongs to (Entries).

                                                                                                              +it belongs to (Entries).

                                                                                                              boolSystem.Boolean performNormalSearch

                                                                                                              Whether to search this translation provider when performing a normal translation search in the cascade - it belongs to (Entries).

                                                                                                              +it belongs to (Entries).

                                                                                                              boolSystem.Boolean performConcordanceSearch

                                                                                                              Whether to search this translation provider when performing a concordance search in the cascade - it belongs to (Entries).

                                                                                                              +it belongs to (Entries).

                                                                                                              boolSystem.Boolean performUpdate

                                                                                                              Whether to update this translation provider when updating translation units in the cascade - it belongs to (Entries).

                                                                                                              +it belongs to (Entries).

                                                                                                              boolSystem.Boolean performNormalSearch

                                                                                                              Whether to search this translation provider when performing a normal translation search in the cascade - it belongs to (Entries).

                                                                                                              +it belongs to (Entries).

                                                                                                              boolSystem.Boolean performConcordanceSearch

                                                                                                              Whether to search this translation provider when performing a concordance search in the cascade - it belongs to (Entries).

                                                                                                              +it belongs to (Entries).

                                                                                                              intSystem.Int32 penalty

                                                                                                              The penalty to apply for search results from this provider (main or project) when performing normal searches. - This penalty is applied on top of any penalty that might be applied by the translation provider itself. This should be a positive integer.

                                                                                                              +This penalty is applied on top of any penalty that might be applied by the translation provider itself. This should be a positive integer.

                                                                                                              ListTranslationProviderReferenceSystem.Collections.Generic.List<TranslationProviderReference> projectTranslationMemories

                                                                                                              The list of project translation memories corresponding to the main translation provider in this entry. - This list can be empty, but not null. The only situation where the list can contain more than one translation memory is when - the main translation provider is a multilingual server-based translation memory and the project was set to create file-based - translation memories. In this case, there will be one file-based project translation memory for each of the language directions - in the main server-based translation memory (if this language direction is also one of the project language directions).

                                                                                                              +This list can be empty, but not null. The only situation where the list can contain more than one translation memory is when +the main translation provider is a multilingual server-based translation memory and the project was set to create file-based +translation memories. In this case, there will be one file-based project translation memory for each of the language directions +in the main server-based translation memory (if this language direction is also one of the project language directions).

                                                                                                              boolSystem.Boolean performUpdate

                                                                                                              Whether to update this translation provider when updating translation units in the cascade - it belongs to (Entries).

                                                                                                              +it belongs to (Entries).

                                                                                                              boolSystem.Boolean performNormalSearch

                                                                                                              Whether to search this translation provider when performing a normal translation search in the cascade - it belongs to (Entries).

                                                                                                              +it belongs to (Entries).

                                                                                                              boolSystem.Boolean performConcordanceSearch

                                                                                                              Whether to search this translation provider when performing a concordance search in the cascade - it belongs to (Entries).

                                                                                                              +it belongs to (Entries).

                                                                                                              intSystem.Int32 penalty

                                                                                                              The penalty to apply for search results from this provider (main or project) when performing normal searches. - This penalty is applied on top of any penalty that might be applied by the translation provider itself. This should be a positive integer.

                                                                                                              +This penalty is applied on top of any penalty that might be applied by the translation provider itself. This should be a positive integer.

                                                                                                              stringSystem.String fileBasedTranslationMemoryFilePath

                                                                                                              The absolute path to a file-based translation memory (*.sdltm).

                                                                                                              boolSystem.Boolean performUpdate

                                                                                                              Whether to update this translation provider when updating translation units in the cascade - it belongs to (Entries).

                                                                                                              +it belongs to (Entries).

                                                                                                              boolSystem.Boolean performNormalSearch

                                                                                                              Whether to search this translation provider when performing a normal translation search in the cascade - it belongs to (Entries).

                                                                                                              +it belongs to (Entries).

                                                                                                              boolSystem.Boolean performConcordanceSearch

                                                                                                              Whether to search this translation provider when performing a concordance search in the cascade - it belongs to (Entries).

                                                                                                              +it belongs to (Entries).

                                                                                                              stringSystem.String fileBasedTranslationMemoryFilePath

                                                                                                              The absolute path to a file-based translation memory (*.sdltm).

                                                                                                              boolSystem.Boolean performUpdate

                                                                                                              Whether to update this translation provider when updating translation units in the cascade - it belongs to (Entries).

                                                                                                              +it belongs to (Entries).

                                                                                                              boolSystem.Boolean performNormalSearch

                                                                                                              Whether to search this translation provider when performing a normal translation search in the cascade - it belongs to (Entries).

                                                                                                              +it belongs to (Entries).

                                                                                                              boolSystem.Boolean performConcordanceSearch

                                                                                                              Whether to search this translation provider when performing a concordance search in the cascade - it belongs to (Entries).

                                                                                                              +it belongs to (Entries).

                                                                                                              intSystem.Int32 penalty

                                                                                                              The penalty to apply for search results from this provider (main or project) when performing normal searches. - This penalty is applied on top of any penalty that might be applied by the translation provider itself. This should be a positive integer.

                                                                                                              +This penalty is applied on top of any penalty that might be applied by the translation provider itself. This should be a positive integer.

                                                                                                              intSystem.Int32
                                                                                                              boolSystem.Boolean
                                                                                                              boolSystem.Boolean
                                                                                                              boolSystem.Boolean
                                                                                                              ListTranslationProviderReferenceSystem.Collections.Generic.List<TranslationProviderReference>
                                                                                                              ListTranslationProviderCascadeEntrySystem.Collections.Generic.List<TranslationProviderCascadeEntry> entries

                                                                                                              The cascade entries. Can be empty, but not null.

                                                                                                              boolSystem.Boolean stopSearchingWhenResultsFound

                                                                                                              Whether to stop searching translation providers once a result has been found. - The translation providers are usually searched sequentially in the order they are specified in the Entries list.

                                                                                                              +The translation providers are usually searched sequentially in the order they are specified in the Entries list.

                                                                                                              boolSystem.Boolean overrideParent

                                                                                                              Whether this configuration should override the parent translation provider configuration. - This is only applicable when working with a target-language specific translation provider configuration (see - GetTranslationProviderConfiguration(Language) - and UpdateTranslationProviderConfiguration(TranslationProviderConfiguration)).

                                                                                                              +This is only applicable when working with a target-language specific translation provider configuration (see +GetTranslationProviderConfiguration(Language) +and UpdateTranslationProviderConfiguration(TranslationProviderConfiguration)).

                                                                                                              ListTranslationProviderCascadeEntrySystem.Collections.Generic.List<TranslationProviderCascadeEntry>
                                                                                                              Remarks

                                                                                                              The order of the entries in this list is significant. It determines the order in which look-ups and updates - are performed. When StopSearchingWhenResultsFound is set to

                                                                                                              true
                                                                                                              , this means the results returned - could be different depending on the order of the entries.

                                                                                                              +are performed. When StopSearchingWhenResultsFound is set to
                                                                                                              true
                                                                                                              , this means the results returned +could be different depending on the order of the entries.

                                                                                                              @@ -247,7 +247,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -274,7 +274,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderReference.html b/api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderReference.html index 9470078e3..b37438a27 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderReference.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderReference.html @@ -86,7 +86,7 @@

                                                                                                              Class TranslationProviderReference

                                                                                                              -

                                                                                                              This class represents a reference to a translation provider, represented by a

                                                                                                              Uri
                                                                                                              +

                                                                                                              This class represents a reference to a translation provider, represented by a

                                                                                                              Uri
                                                                                                              and optional provider-specific state information. There is also also an Enabled property which determines whether this translation provider will be used during translation provider operations in project.

                                                                                                              @@ -94,34 +94,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationProviderReference
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -132,7 +132,7 @@

                                                                                                              Constructors -

                                                                                                              TranslationProviderReference(string)

                                                                                                              +

                                                                                                              TranslationProviderReference(String)

                                                                                                              Constructor that takes an absolute path to a file-based translation memory (*.sdltm) and enabled by default.

                                                                                                              @@ -151,7 +151,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String fileBasedTranslationMemoryFilePath

                                                                                                              The absolute path to a file-based translation memory (*.sdltm).

                                                                                                              @@ -161,7 +161,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              TranslationProviderReference(string, bool)

                                                                                                              +

                                                                                                              TranslationProviderReference(String, Boolean)

                                                                                                              Constructor that takes an absolute path to a file-based translation memory (*.sdltm) and enabled setting.

                                                                                                              @@ -180,16 +180,16 @@
                                                                                                              Parameters
                                                                                                              - string + System.String fileBasedTranslationMemoryFilePath

                                                                                                              The absolute path to a file-based translation memory (*.sdltm).

                                                                                                              - bool + System.Boolean enabled

                                                                                                              Whether this translation provider will be used during translation provider - operations in project.

                                                                                                              +operations in project.

                                                                                                              @@ -216,7 +216,7 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri uri

                                                                                                              The URI that identifies the translation provider.

                                                                                                              @@ -226,7 +226,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              TranslationProviderReference(Uri, string, bool)

                                                                                                              +

                                                                                                              TranslationProviderReference(Uri, String, Boolean)

                                                                                                              Constructor that takes the given URI, provider-specific state information and enabled setting.

                                                                                                              @@ -245,23 +245,23 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri uri

                                                                                                              The URI that identifies the translation provider.

                                                                                                              - string + System.String state

                                                                                                              Translation-provider specific state information that should be stored in the project and passed on - to the translation provider when it is instantiated. Can be null.

                                                                                                              +to the translation provider when it is instantiated. Can be null.

                                                                                                              - bool + System.Boolean enabled

                                                                                                              Whether this translation provider will be used during translation provider - operations in project.

                                                                                                              +operations in project.

                                                                                                              @@ -273,7 +273,7 @@

                                                                                                              Properties

                                                                                                              Enabled

                                                                                                              Gets or sets whether this translation provider will be used during translation provider -operations in project.

                                                                                                              +operations in project.

                                                                                                              Declaration
                                                                                                              @@ -290,7 +290,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -317,7 +317,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -343,7 +343,7 @@
                                                                                                              Property Value
                                                                                                              - Uri + System.Uri diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.ValueStatus.html b/api/projectautomation/Sdl.ProjectAutomation.Core.ValueStatus.html index 5b463fc41..4c983e812 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.ValueStatus.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.ValueStatus.html @@ -89,7 +89,7 @@

                                                                                                              Enum with possible status values for various types of statistics.

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -117,7 +117,7 @@

                                                                                                              Fields OutOfDate -

                                                                                                              Statistics are available for all items, but some of the statistics are out of date. This can be the case if a file's contents +

                                                                                                              Statistics are available for all items, but some of the statistics are out of date. This can be the case if a file's contents have changed after statistics were last computed.

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.WordCountStatistics.html b/api/projectautomation/Sdl.ProjectAutomation.Core.WordCountStatistics.html index 16fc6d53d..09b80a8ed 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.WordCountStatistics.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.WordCountStatistics.html @@ -91,35 +91,35 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              WordCountStatistics
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationCore
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Core
                                                                                                              Assembly: Sdl.ProjectAutomation.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Core.html b/api/projectautomation/Sdl.ProjectAutomation.Core.html index 5b3faf744..45198f986 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Core.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Core.html @@ -103,7 +103,7 @@

                                                                                                              Automat

                                                                                                              AutomaticTaskTemplateIds

                                                                                                              This class defines a set of well-known automatic task template IDs, which can be used -to pass to RunAutomaticTask(Guid[], string) for running +to pass to RunAutomaticTask(Guid[], String) for running automatic tasks.

                                                                                                              BilingualFileMapping

                                                                                                              @@ -138,8 +138,8 @@

                                                                                                              LocalTe

                                                                                                              ManualTask

                                                                                                              Represents a manual task, which is a Task that is assigned to and executed by a user and -can be included in a project package if it needs to be performed offline by someone else (CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions). -To create a new manual task, use CreateManualTask(string, string, DateTime, TaskFileInfo[]).

                                                                                                              +can be included in a project package if it needs to be performed offline by someone else (CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions). +To create a new manual task, use CreateManualTask(String, String, DateTime, TaskFileInfo[]).

                                                                                                              MergedProjectFile

                                                                                                              Represents a merged translatable file, which consists of a number of child translatable files. @@ -147,29 +147,29 @@

                                                                                                              Mer

                                                                                                              MessageEventArgs

                                                                                                              Cancelable event args class for callbacks when messages are reported during autoamtic task execution -(see RunAutomaticTask(Guid[], string)) or package-related operations -(see CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) -and ImportReturnPackage(string)).

                                                                                                              +(see RunAutomaticTask(Guid[], String)) or package-related operations +(see CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) +and ImportReturnPackage(String)).

                                                                                                              PackageOperation

                                                                                                              Base class to represent completed or in progress package operations, such as a package import or export.

                                                                                                              PackageStatusEventArgs

                                                                                                              Event args class for progress information callbacks while package-related operations are executing. -See CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>) -and ImportReturnPackage(string, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>).

                                                                                                              +See CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>) +and ImportReturnPackage(String, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>).

                                                                                                              ProgressEventArgs

                                                                                                              Cancelable event args class for progress information callbacks during automatic task execution -(see RunAutomaticTask(Guid[], string)) or during package-related operations -(see CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) -and ImportReturnPackage(string)).

                                                                                                              +(see RunAutomaticTask(Guid[], String)) or during package-related operations +(see CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) +and ImportReturnPackage(String)).

                                                                                                              ProjectAutomationException

                                                                                                              Exception type for specific project automation exceptions.

                                                                                                              ProjectFile

                                                                                                              -

                                                                                                              Represents a file in a project.

                                                                                                              +

                                                                                                              Represents a file in a project.

                                                                                                              ProjectFileTypeConfiguration

                                                                                                              @@ -184,10 +184,10 @@

                                                                                                              ProjectIn

                                                                                                              ProjectPackageCreation

                                                                                                              Represents the creation of a project package which is ongoing or has been completed. -See CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions).

                                                                                                              +See CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions).

                                                                                                              ProjectPackageCreationOptions

                                                                                                              -

                                                                                                              Represents options that can be passed to CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>) +

                                                                                                              Represents options that can be passed to CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>) to control what will be included in a project package.

                                                                                                              ProjectPackageImport

                                                                                                              @@ -208,28 +208,28 @@

                                                                                                              ReportFormat

                                                                                                              Represents a file format to which an automatic task report (see Reports) -can be saved (SaveTaskReportAs(Guid, string, ReportFormat)). You cannot create new instances of this class. +can be saved (SaveTaskReportAs(Guid, String, ReportFormat)). You cannot create new instances of this class. Rather, use one of the predefined static instances (Excel, Html, Mht or Xml).

                                                                                                              ReturnPackageCreation

                                                                                                              Represents the creation of a return package from an existing project. -To create a return package, call CreateReturnPackage(Guid[], string, string).

                                                                                                              +To create a return package, call CreateReturnPackage(Guid[], String, String).

                                                                                                              ReturnPackageImport

                                                                                                              Represents the import of a return package into an existing project. -To import a return package, call ImportReturnPackage(string).

                                                                                                              +To import a return package, call ImportReturnPackage(String).

                                                                                                              ServerTermbase

                                                                                                              Represents a reference to a server-based termbase that can be added to the TermbaseConfiguration of a project. A server-based reference is interpreted together with the TermbaseServerUri, -which identifies the server on which the termbase is hosted.

                                                                                                              +which identifies the server on which the termbase is hosted.

                                                                                                              TargetLanguageStatistics

                                                                                                              This class represents total analysis and confirmation statistics for a single project target language.

                                                                                                              Task

                                                                                                              Abstract base class which represents common properties of -the AutomaticTask and ManualTask classes.

                                                                                                              +the AutomaticTask and ManualTask classes.

                                                                                                              TaskFile

                                                                                                              Represents a reference to a ProjectFile that is part of a ManualTask or an AutomaticTask.

                                                                                                              @@ -237,7 +237,7 @@

                                                                                                              TaskFile

                                                                                                              TaskFileInfo

                                                                                                              Represents the necessary information to create a TaskFile for inclusion in a manual task, consisting of a project file ID and a boolean that indicates whether the file should be included in the task as -a read-only file. See CreateManualTask(string, string, DateTime, Guid[]).

                                                                                                              +a read-only file. See CreateManualTask(String, String, DateTime, Guid[]).

                                                                                                              TaskMessageEventArgs

                                                                                                              An event args class for callbacks when a message is generated during the execution of an automatic task.

                                                                                                              @@ -250,10 +250,6 @@

                                                                                                              TaskSequ

                                                                                                              TaskStatusEventArgs

                                                                                                              Event args class for progress callbacks when running automatic tasks.

                                                                                                              -
                                                                                                              -

                                                                                                              TermRecognitionOptions

                                                                                                              -

                                                                                                              This class exposes a number of options that affect interactive terminology recognition behavior. -Thee options are used in combination with the termbases set up in the TermbaseConfiguration.

                                                                                                              Termbase

                                                                                                              Abstract base class, representing a reference to a termbase that can be part of a TermbaseConfiguration. @@ -262,7 +258,7 @@

                                                                                                              Termbase

                                                                                                              TermbaseConfiguration

                                                                                                              This class represents all termbase-related settings that control which termbases are used within a project. -To get the termbase configuration of a project, use GetTermbaseConfiguration(bool). +To get the termbase configuration of a project, use GetTermbaseConfiguration(Boolean). To update the termbase configuration, use UpdateTermbaseConfiguration(TermbaseConfiguration).

                                                                                                              TermbaseLanguageIndex

                                                                                                              @@ -271,6 +267,10 @@

                                                                                                              LanguageIndexes list for all project languages where termbase functionality is required. The mapping of the project source language is required. Project target language mappings are optional; project target languages for which no mapping is specified will be ignored during termbase processing.

                                                                                                              +

                                                                                                              +

                                                                                                              TermRecognitionOptions

                                                                                                              +

                                                                                                              This class exposes a number of options that affect interactive terminology recognition behavior. +Thee options are used in combination with the termbases set up in the TermbaseConfiguration.

                                                                                                              TranslationProviderCascadeEntry

                                                                                                              This class represents an entry in a translation provider configuration (see Entries), consisting of @@ -283,7 +283,7 @@

                                                                                                              TranslationProviderReference

                                                                                                              -

                                                                                                              This class represents a reference to a translation provider, represented by a

                                                                                                              Uri
                                                                                                              +

                                                                                                              This class represents a reference to a translation provider, represented by a

                                                                                                              Uri
                                                                                                              and optional provider-specific state information. There is also also an Enabled property which determines whether this translation provider will be used during translation provider operations in project.

                                                                                                              @@ -310,7 +310,7 @@

                                                                                                              CombinedConfirmationLevel.

                                                                                                              FileRole

                                                                                                              -

                                                                                                              Values indicating the role of a file.

                                                                                                              +

                                                                                                              Values indicating the role of a file.

                                                                                                              LocalFileState

                                                                                                              The status of the local file in relation to the file stored on the project server

                                                                                                              @@ -329,7 +329,7 @@

                                                                                                              Project

                                                                                                              ProjectTranslationMemoryPackageOptions

                                                                                                              Represents the possible ways a project translation can be included in a project package. -See ProjectPackageCreationOptions and CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions).

                                                                                                              +See ProjectPackageCreationOptions and CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions).

                                                                                                              ProjectType

                                                                                                              The type of project (as shown in the Studio UI)

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.html index 4e944012f..ea33b1b2b 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.html @@ -91,85 +91,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              AbstractContentProcessor
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              AbstractContentProcessor
                                                                                                              - - -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBased
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public abstract class AbstractContentProcessor : AbstractBilingualContentHandler, IBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData, IBilingualContentHandler
                                                                                                              +
                                                                                                              public abstract class AbstractContentProcessor : AbstractBilingualContentHandler

                                                                                                              Constructors

                                                                                                              @@ -205,7 +134,7 @@
                                                                                                              Field Value
                                                                                                              - EventHandler + System.EventHandler @@ -223,25 +152,6 @@
                                                                                                              Declaration
                                                                                                              protected void TriggerContentChange()
                                                                                                              -

                                                                                                              Implements

                                                                                                              - - - - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentTask.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentTask.html index 97c3a44ca..80be73b5c 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentTask.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentTask.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              AbstractContentTask
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBased
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              @@ -169,7 +169,7 @@

                                                                                                              Methods -

                                                                                                              Cancel(bool)

                                                                                                              +

                                                                                                              Cancel(Boolean)

                                                                                                              Executed when a cancel event is requested.

                                                                                                              @@ -188,7 +188,7 @@
                                                                                                              Parameters
                                                                                                              - bool + System.Boolean doRollback diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectCreatedEvent.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectCreatedEvent.html index 2b77fcd6b..4fdbd66c3 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectCreatedEvent.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectCreatedEvent.html @@ -92,7 +92,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectCreatedEvent
                                                                                                              @@ -102,28 +102,28 @@
                                                                                                              Inherited Members
                                                                                                              ProjectEvent.ProjectInfo
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBasedEvents
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased.Events
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent.html index 01e29681a..0af7cf603 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent.html @@ -92,7 +92,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectOpenedEvent
                                                                                                              @@ -102,28 +102,28 @@
                                                                                                              Inherited Members
                                                                                                              ProjectEvent.ProjectInfo
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBasedEvents
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased.Events
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent.html index 28bf504a9..2a54450f1 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent.html @@ -92,7 +92,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectPublishedEvent
                                                                                                              @@ -102,28 +102,28 @@
                                                                                                              Inherited Members
                                                                                                              ProjectEvent.ProjectInfo
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBasedEvents
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased.Events
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html index 9f031e09e..0f4ed32d1 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              FileBasedProject
                                                                                                              @@ -102,28 +102,28 @@
                                                                                                              Implements
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBased
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              @@ -139,9 +139,10 @@
                                                                                                              Remark You may choose to do this at key points to prevent losing data in case your application crashes.

                                                                                                              The FileBasedProject class can be used to open any type of Trados Studio project. In order to create a project from a project package (*.sdlppx), use the static -CreateFromProjectPackage(string, string, out ProjectPackageImport) method.

                                                                                                              +CreateFromProjectPackage(String, String, out ProjectPackageImport) method.

                                                                                                              Project created using the Project Automation API will not automatically be added to the Trados Studio project list. In order to do this, -simply open the project in Trados Studio, which will add it to the list.

                                                                                                              +simply open the project in Trados Studio, which will add it to the list.

                                                                                                              +

                                                                                                              Constructors

                                                                                                              @@ -175,7 +176,7 @@
                                                                                                              Parameters
                                                                                                              Remarks

                                                                                                              The default project template has to be set up before you can use this constructor. This is done automatically when Trados Studio - starts for the first time after installation.

                                                                                                              +starts for the first time after installation.

                                                                                                              Exceptions
                                                                                                              @@ -187,18 +188,18 @@
                                                                                                              Exceptions
                                                                                                              - + - - + - - + @@ -248,18 +249,18 @@
                                                                                                              Exceptions
                                                                                                              - - + - - + - - + @@ -314,18 +315,18 @@
                                                                                                              Exceptions
                                                                                                              - - + - - + - - + @@ -338,7 +339,7 @@
                                                                                                              Exceptions
                                                                                                              -

                                                                                                              FileBasedProject(string)

                                                                                                              +

                                                                                                              FileBasedProject(String)

                                                                                                              Opens an existing project.

                                                                                                              @@ -357,7 +358,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -374,18 +375,18 @@
                                                                                                              Exceptions
                                                                                                              - - + - - + - @@ -393,7 +394,7 @@
                                                                                                              Exceptions
                                                                                                              -

                                                                                                              FileBasedProject(string, bool, string, string)

                                                                                                              +

                                                                                                              FileBasedProject(String, Boolean, String, String)

                                                                                                              Opens an existing server project file.

                                                                                                              @@ -412,22 +413,22 @@
                                                                                                              Parameters
                                                                                                              - + - + - + - + @@ -482,7 +483,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -493,7 +494,7 @@

                                                                                                              Methods

                                                                                                              AddBilingualReferenceFile(BilingualFileMapping)

                                                                                                              -

                                                                                                              Associates a bilingual reference file (previously translated version) to a file in the project using a BilingualFileMapping

                                                                                                              +

                                                                                                              Associates a bilingual reference file (previously translated version) to a file in the project using a BilingualFileMapping

                                                                                                              Declaration
                                                                                                              @@ -520,7 +521,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              AddBilingualReferenceFile(Guid, string)

                                                                                                              +

                                                                                                              AddBilingualReferenceFile(Guid, String)

                                                                                                              Associates a bilingual reference file (previously translated version) to a file in the project.

                                                                                                              @@ -539,13 +540,13 @@
                                                                                                              Parameters
                                                                                                              - + - + @@ -556,7 +557,7 @@
                                                                                                              Parameters

                                                                                                              AddBilingualReferenceFiles(BilingualFileMapping[])

                                                                                                              -

                                                                                                              Associates bilingual reference files (previously translated versions) to project files using an array of BilingualFileMapping objects

                                                                                                              +

                                                                                                              Associates bilingual reference files (previously translated versions) to project files using an array of BilingualFileMapping objects

                                                                                                              Declaration
                                                                                                              @@ -574,7 +575,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -583,7 +584,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              AddFiles(string[])

                                                                                                              +

                                                                                                              AddFiles(String[])

                                                                                                              Adds a set of files into the project, in the root folder.

                                                                                                              @@ -602,7 +603,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -619,7 +620,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -628,7 +629,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              AddFiles(string[], string)

                                                                                                              +

                                                                                                              AddFiles(String[], String)

                                                                                                              Adds a set of files into the project, below a specified project folder.

                                                                                                              @@ -647,16 +648,16 @@
                                                                                                              Parameters
                                                                                                              - + - + @@ -671,7 +672,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -680,7 +681,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              AddFolderWithFiles(string, bool)

                                                                                                              +

                                                                                                              AddFolderWithFiles(String, Boolean)

                                                                                                              Adds all the files from a folder into the project, in the root folder

                                                                                                              @@ -699,13 +700,13 @@
                                                                                                              Parameters
                                                                                                              - + - + @@ -722,7 +723,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -731,7 +732,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              AddFolderWithFiles(string, string, bool)

                                                                                                              +

                                                                                                              AddFolderWithFiles(String, String, Boolean)

                                                                                                              Adds all the files from a folder into the project, below a specified project folder.

                                                                                                              @@ -750,20 +751,20 @@
                                                                                                              Parameters
                                                                                                              - + - + - + @@ -780,7 +781,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -789,7 +790,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              AddMasterTM(TranslationProviderConfiguration, string)

                                                                                                              +

                                                                                                              AddMasterTM(TranslationProviderConfiguration, String)

                                                                                                              Set master tm for target language

                                                                                                              @@ -813,7 +814,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -822,7 +823,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              AddNewFileVersion(Guid, string)

                                                                                                              +

                                                                                                              AddNewFileVersion(Guid, String)

                                                                                                              Adds the new file version.

                                                                                                              @@ -841,13 +842,13 @@
                                                                                                              Parameters
                                                                                                              - + - + @@ -857,7 +858,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              CheckinFiles(Guid[], string, EventHandler<ProgressEventArgs>)

                                                                                                              +

                                                                                                              CheckinFiles(Guid[], String, EventHandler<ProgressEventArgs>)

                                                                                                              Uploads the specifies including potentially related files that should be uploaded at the same time and checks them in.

                                                                                                              @@ -876,19 +877,19 @@
                                                                                                              Parameters
                                                                                                              - + - + - + @@ -904,7 +905,7 @@
                                                                                                              -

                                                                                                              CheckoutFiles(Guid[], bool, EventHandler<ProgressEventArgs>)

                                                                                                              +

                                                                                                              CheckoutFiles(Guid[], Boolean, EventHandler<ProgressEventArgs>)

                                                                                                              Checks out the files specified by project file id

                                                                                                              @@ -923,17 +924,17 @@
                                                                                                              Parameters
                                                                                                              - + - + - + @@ -953,7 +954,7 @@
                                                                                                              Declaration
                                                                                                              -

                                                                                                              CreateFromProjectPackage(string, string, out ProjectPackageImport)

                                                                                                              +

                                                                                                              CreateFromProjectPackage(String, String, out ProjectPackageImport)

                                                                                                              Creates a new project from a project package.

                                                                                                              @@ -972,13 +973,13 @@
                                                                                                              Parameters
                                                                                                              - + - + @@ -1010,11 +1011,12 @@
                                                                                                              Returns
                                                                                                              Remarks

                                                                                                              Unlike Trados Studio, this API does not allow you to open a project package and merge it into a project that was previously created by opening a project package that originated from the same project. A new project is created for every project package you -open using this method.

                                                                                                              +open using this method.

                                                                                                              + -

                                                                                                              CreateFromProjectPackage(string, string, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>, out ProjectPackageImport)

                                                                                                              +

                                                                                                              CreateFromProjectPackage(String, String, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>, out ProjectPackageImport)

                                                                                                              Creates a new project from a project package.

                                                                                                              @@ -1033,25 +1035,25 @@
                                                                                                              Parameters
                                                                                                              - + - + - + - + @@ -1090,18 +1092,18 @@
                                                                                                              Exceptions
                                                                                                              - - + - - + - - + @@ -1109,9 +1111,9 @@
                                                                                                              Exceptions
                                                                                                              -

                                                                                                              CreateManualTask(string, string, DateTime, TaskFileInfo[])

                                                                                                              +

                                                                                                              CreateManualTask(String, String, DateTime, TaskFileInfo[])

                                                                                                              Creates a manual task. A manual task includes a set of files that is assigned to a user. -The created manual task can be used to create a project package using CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              +The created manual task can be used to create a project package using CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              Declaration
                                                                                                              @@ -1129,25 +1131,25 @@
                                                                                                              Parameters
                                                                                                              - + - + - + - + @@ -1173,9 +1175,9 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              CreateManualTask(string, string, DateTime, Guid[])

                                                                                                              +

                                                                                                              CreateManualTask(String, String, DateTime, Guid[])

                                                                                                              Creates a manual task. A manual task includes a set of files that is assigned to a user. -The created manual task can be used to create a project package using CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              +The created manual task can be used to create a project package using CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              Declaration
                                                                                                              @@ -1193,25 +1195,25 @@
                                                                                                              Parameters
                                                                                                              - + - + - + - + @@ -1240,7 +1242,7 @@
                                                                                                              -

                                                                                                              CreateMergedProjectFile(string, string, Guid[])

                                                                                                              +

                                                                                                              CreateMergedProjectFile(String, String, Guid[])

                                                                                                              Creates a merged file from a number of translatable files in the project. This allows manipulating the content of all the child files within one physical file. For more information, see MergedProjectFile.

                                                                                                              @@ -1261,20 +1263,20 @@
                                                                                                              Parameters
                                                                                                              - + - + - + @@ -1300,8 +1302,8 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions)

                                                                                                              -

                                                                                                              Creates a project package. The package can then be obtained using SavePackageAs(Guid, string).

                                                                                                              +

                                                                                                              CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions)

                                                                                                              +

                                                                                                              Creates a project package. The package can then be obtained using SavePackageAs(Guid, String).

                                                                                                              Declaration
                                                                                                              @@ -1319,19 +1321,19 @@
                                                                                                              Parameters
                                                                                                              - + - + - + @@ -1363,8 +1365,8 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              -

                                                                                                              Creates a project package. The package can then be obtained using SavePackageAs(Guid, string).

                                                                                                              +

                                                                                                              CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              +

                                                                                                              Creates a project package. The package can then be obtained using SavePackageAs(Guid, String).

                                                                                                              Declaration
                                                                                                              @@ -1382,19 +1384,19 @@
                                                                                                              Parameters
                                                                                                              - + - + - + @@ -1406,13 +1408,13 @@
                                                                                                              Parameters
                                                                                                              - + - + @@ -1438,7 +1440,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              CreateReturnPackage(Guid[], string, string)

                                                                                                              +

                                                                                                              CreateReturnPackage(Guid[], String, String)

                                                                                                              Creates a return package from a set of files. The files must all have previously been received as part of a project package in order for the return package to be created.

                                                                                                              @@ -1458,19 +1460,19 @@
                                                                                                              Parameters
                                                                                                              - + - + - + @@ -1488,7 +1490,7 @@
                                                                                                              Returns
                                                                                                              - @@ -1499,7 +1501,7 @@
                                                                                                              -

                                                                                                              CreateReturnPackage(Guid[], string, string, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              +

                                                                                                              CreateReturnPackage(Guid[], String, String, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              Creates a return package from a set of files. The files must all have previously been received as part of a project package in order for the return package to be created.

                                                                                                              @@ -1519,31 +1521,31 @@
                                                                                                              Parameters
                                                                                                              - + - + - + - + - + @@ -1561,7 +1563,7 @@
                                                                                                              Returns
                                                                                                              - @@ -1583,7 +1585,7 @@
                                                                                                              Declaration
                                                                                                              -

                                                                                                              DeleteFilesAndDependencies(string)

                                                                                                              +

                                                                                                              DeleteFilesAndDependencies(String)

                                                                                                              Deletes the file and its dependencies

                                                                                                              @@ -1602,7 +1604,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -1622,7 +1624,7 @@
                                                                                                              Declaration
                                                                                                              -

                                                                                                              DownloadLatestServerVersion(Guid, EventHandler<DataTransferEventArgs>, bool)

                                                                                                              +

                                                                                                              DownloadLatestServerVersion(Guid, EventHandler<DataTransferEventArgs>, Boolean)

                                                                                                              Downloads the latest version of a file from the project server.

                                                                                                              @@ -1641,19 +1643,19 @@
                                                                                                              Parameters
                                                                                                              - + - + - + @@ -1670,7 +1672,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -1679,7 +1681,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              DownloadSpecificServerVersion(Guid, int, string, EventHandler<DataTransferEventArgs>)

                                                                                                              +

                                                                                                              DownloadSpecificServerVersion(Guid, Int32, String, EventHandler<DataTransferEventArgs>)

                                                                                                              Downloads a specific version of a file from the server in to the specified location

                                                                                                              @@ -1698,25 +1700,25 @@
                                                                                                              Parameters
                                                                                                              - + - + - + - + - + @@ -1762,7 +1764,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -1807,7 +1809,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -1832,59 +1834,59 @@
                                                                                                              Returns
                                                                                                              InvalidOperationExceptionSystem.InvalidOperationException

                                                                                                              Thrown when trying to use this constructor before Trados Studio has initialized the default project template.

                                                                                                              ArgumentNullException

                                                                                                              Thrown when projectInfo is null.

                                                                                                              +
                                                                                                              System.ArgumentNullException

                                                                                                              Thrown when projectInfo is null.

                                                                                                              ArgumentException

                                                                                                              Thrown when projectInfo is invalid.

                                                                                                              +
                                                                                                              System.ArgumentException

                                                                                                              Thrown when projectInfo is invalid.

                                                                                                              ArgumentNullException

                                                                                                              Thrown when projectInfo or projectReference is null.

                                                                                                              +
                                                                                                              System.ArgumentNullException

                                                                                                              Thrown when projectInfo or projectReference is null.

                                                                                                              ArgumentException

                                                                                                              Thrown when projectInfo is invalid.

                                                                                                              +
                                                                                                              System.ArgumentException

                                                                                                              Thrown when projectInfo is invalid.

                                                                                                              FileNotFoundException

                                                                                                              Thrown when projectReference does not exist.

                                                                                                              +
                                                                                                              System.IO.FileNotFoundException

                                                                                                              Thrown when projectReference does not exist.

                                                                                                              ArgumentNullException

                                                                                                              Thrown when projectInfo or templateReference is null.

                                                                                                              +
                                                                                                              System.ArgumentNullException

                                                                                                              Thrown when projectInfo or templateReference is null.

                                                                                                              ArgumentException

                                                                                                              Thrown when projectInfo is invalid.

                                                                                                              +
                                                                                                              System.ArgumentException

                                                                                                              Thrown when projectInfo is invalid.

                                                                                                              FileNotFoundException

                                                                                                              Thrown when templateReference does not exist.

                                                                                                              +
                                                                                                              System.IO.FileNotFoundException

                                                                                                              Thrown when templateReference does not exist.

                                                                                                              stringSystem.String projectFilePath

                                                                                                              The absolute path to the project file (*.sdlproj).

                                                                                                              ArgumentNullException

                                                                                                              Thrown if projectFilePath is null or empty.

                                                                                                              +
                                                                                                              System.ArgumentNullException

                                                                                                              Thrown if projectFilePath is null or empty.

                                                                                                              FileNotFoundException

                                                                                                              Thrown when projectFilePath does not exist.

                                                                                                              +
                                                                                                              System.IO.FileNotFoundException

                                                                                                              Thrown when projectFilePath does not exist.

                                                                                                              ProjectAutomationException

                                                                                                              Thrown when the project at projectFilePath cannot be loaded.

                                                                                                              +

                                                                                                              Thrown when the project at projectFilePath cannot be loaded.

                                                                                                              stringSystem.String projectFilePath
                                                                                                              boolSystem.Boolean useWindowsAuthentication
                                                                                                              stringSystem.String userName
                                                                                                              stringSystem.String password
                                                                                                              stringSystem.String
                                                                                                              GuidSystem.Guid projectFileId

                                                                                                              File Id of the file in the project to associate the bilingual file with.

                                                                                                              stringSystem.String fileToAdd

                                                                                                              Absolute path including file name of the bilingual file.

                                                                                                              BilingualFileMappingBilingualFileMapping[] mappings
                                                                                                              stringSystem.String[] filePaths

                                                                                                              The paths of the files to add. These should be absolute paths.

                                                                                                              ProjectFileProjectFile[]

                                                                                                              The added files

                                                                                                              stringSystem.String[] filePaths

                                                                                                              The paths of the files to add. These should be absolute paths.

                                                                                                              stringSystem.String folderPathInProject

                                                                                                              The folder in this project below which the files should be added. - If empty the files will be in the project root folder.

                                                                                                              +If empty the files will be in the project root folder.

                                                                                                              ProjectFileProjectFile[]

                                                                                                              The added files

                                                                                                              stringSystem.String localFolderPath

                                                                                                              The absolute path of the folder containing the files to add.

                                                                                                              boolSystem.Boolean recursive

                                                                                                              If true, files in sub folders will also be added. The relative folder structure is preserved in the project.

                                                                                                              ProjectFileProjectFile[]

                                                                                                              The added files

                                                                                                              stringSystem.String localFolderPath

                                                                                                              The absolute path of the folder containing the files to add.

                                                                                                              stringSystem.String folderPathInProject

                                                                                                              The folder in this project below which the files should be added. - If empty the files will be in the project root folder.

                                                                                                              +If empty the files will be in the project root folder.

                                                                                                              boolSystem.Boolean recursive

                                                                                                              If true, files in sub folders will also be added. The relative folder structure is preserved in the project.

                                                                                                              ProjectFileProjectFile[]

                                                                                                              The added files

                                                                                                              stringSystem.String targetIso
                                                                                                              GuidSystem.Guid projectFileId

                                                                                                              The file id.

                                                                                                              stringSystem.String filePath

                                                                                                              The local file path.

                                                                                                              GuidSystem.Guid[] projectFileIds

                                                                                                              The files to upload and check-in.

                                                                                                              stringSystem.String comment

                                                                                                              A comment for the checkin.

                                                                                                              EventHandlerProgressEventArgsSystem.EventHandler<ProgressEventArgs> progressEventHandler

                                                                                                              Progress event handler.

                                                                                                              GuidSystem.Guid[] projectFileIds
                                                                                                              boolSystem.Boolean overrideOnConflict
                                                                                                              EventHandlerProgressEventArgsSystem.EventHandler<ProgressEventArgs> progressEventHandler
                                                                                                              stringSystem.String projectPackageFilePath

                                                                                                              The file path of the project package to open into a new project. Only native Trados Studio packages are supported (*.sdlppx).

                                                                                                              stringSystem.String projectFolder

                                                                                                              The file path of an empty folder to create the new project in.

                                                                                                              stringSystem.String projectPackageFilePath

                                                                                                              The file path of the project package to open into a new project.

                                                                                                              stringSystem.String projectFolder

                                                                                                              The file path of an empty folder to create the new project in.

                                                                                                              EventHandlerProgressEventArgsSystem.EventHandler<ProgressEventArgs> statusEventHandler

                                                                                                              Event handler for package creation status events. Can be null.

                                                                                                              EventHandlerMessageEventArgsSystem.EventHandler<MessageEventArgs> messageEventHandler

                                                                                                              Event handler for message events. Can be null.

                                                                                                              ArgumentNullException

                                                                                                              Thrown when projectFolder or projectPackageFilePath are null or empty.

                                                                                                              +
                                                                                                              System.ArgumentNullException

                                                                                                              Thrown when projectFolder or projectPackageFilePath are null or empty.

                                                                                                              FileNotFoundException

                                                                                                              Thrown when projectPackageFilePath does not exist.

                                                                                                              +
                                                                                                              System.IO.FileNotFoundException

                                                                                                              Thrown when projectPackageFilePath does not exist.

                                                                                                              ArgumentException

                                                                                                              Thrown when projectFolder refers to a non-empty directory.

                                                                                                              +
                                                                                                              System.ArgumentException

                                                                                                              Thrown when projectFolder refers to a non-empty directory.

                                                                                                              stringSystem.String manualTaskName

                                                                                                              The name of the manual task. Typically "Translate" or "Review", but other task names can be

                                                                                                              stringSystem.String assignToUser

                                                                                                              The user to assign the task to.

                                                                                                              DateTimeSystem.DateTime dueDate

                                                                                                              The date by which the task should be completed.

                                                                                                              TaskFileInfoTaskFileInfo[] inputFiles

                                                                                                              The files to include in the task.

                                                                                                              stringSystem.String manualTaskName

                                                                                                              The name of the manual task. Typically "Translate" or "Review", but other task names can be

                                                                                                              stringSystem.String assignToUser

                                                                                                              The user to assign the task to.

                                                                                                              DateTimeSystem.DateTime dueDate

                                                                                                              The date by which the task should be completed.

                                                                                                              GuidSystem.Guid[] projectFileIds

                                                                                                              The project files to include in the task. Reference files will be marked as "read only" task files

                                                                                                              stringSystem.String mergedFileName

                                                                                                              The file name for the newly created merged file. This must have the ".sdlxliff" extension.

                                                                                                              stringSystem.String folderPathInProject

                                                                                                              The folder in this project in which the merged file be added. - If empty the merged file will be in the project root folder.

                                                                                                              +If empty the merged file will be in the project root folder.

                                                                                                              GuidSystem.Guid[] projectFileIds

                                                                                                              The IDs of the translatable files to be merged in to one.

                                                                                                              GuidSystem.Guid manualTaskId

                                                                                                              The ID of the task that the package relates to. (The task defines which files are included in the package.)

                                                                                                              stringSystem.String packageName

                                                                                                              The name of the package.

                                                                                                              stringSystem.String comment

                                                                                                              Optional comment.

                                                                                                              GuidSystem.Guid manualTaskId

                                                                                                              The ID of the task that the package relates to. (The task defines which files are included in the package.)

                                                                                                              stringSystem.String packageName

                                                                                                              The name of the package.

                                                                                                              stringSystem.String comment

                                                                                                              Optional comment.

                                                                                                              EventHandlerProgressEventArgsSystem.EventHandler<ProgressEventArgs> statusEventHandler

                                                                                                              Event handler for package creation status events.

                                                                                                              EventHandlerMessageEventArgsSystem.EventHandler<MessageEventArgs> messageEventHandler

                                                                                                              Event handler for message events.

                                                                                                              GuidSystem.Guid[] projectFileIds

                                                                                                              The files to include in the return package.

                                                                                                              stringSystem.String packageName

                                                                                                              The name of the package.

                                                                                                              stringSystem.String comment

                                                                                                              A comment for the package.

                                                                                                              ReturnPackageCreation

                                                                                                              A ReturnPackageCreation object, representing the results of the return package creation.

                                                                                                              +

                                                                                                              A ReturnPackageCreation object, representing the results of the return package creation.

                                                                                                              GuidSystem.Guid[] projectFileIds

                                                                                                              The files to include in the return package.

                                                                                                              stringSystem.String packageName

                                                                                                              The name of the package.

                                                                                                              stringSystem.String comment

                                                                                                              A comment for the package.

                                                                                                              EventHandlerProgressEventArgsSystem.EventHandler<ProgressEventArgs> statusEventHandler

                                                                                                              Event handler for status events

                                                                                                              EventHandlerMessageEventArgsSystem.EventHandler<MessageEventArgs> messageEventHandler

                                                                                                              Event handler for message events

                                                                                                              ReturnPackageCreation

                                                                                                              A ReturnPackageCreation object, representing the results of the return package creation.

                                                                                                              +

                                                                                                              A ReturnPackageCreation object, representing the results of the return package creation.

                                                                                                              stringSystem.String fileNameInProject
                                                                                                              GuidSystem.Guid projectFileId

                                                                                                              The unique file id

                                                                                                              EventHandlerSdl.ProjectApi.Server.DataTransferEventArgsSystem.EventHandler<Sdl.ProjectApi.Server.DataTransferEventArgs> progressEventHandler

                                                                                                              A progress event handler, allowing the caller to cancel the download if required.

                                                                                                              boolSystem.Boolean force

                                                                                                              if set to true download the file from the server regardless of whether the local version is up to date.

                                                                                                              boolSystem.Boolean

                                                                                                              true if successful

                                                                                                              GuidSystem.Guid projectFileId

                                                                                                              The unique identifier for the file

                                                                                                              intSystem.Int32 versionNumber

                                                                                                              The version number of the file you wish to download

                                                                                                              stringSystem.String localFilePath

                                                                                                              The location you wish to download the file to

                                                                                                              EventHandlerSdl.ProjectApi.Server.DataTransferEventArgsSystem.EventHandler<Sdl.ProjectApi.Server.DataTransferEventArgs> progressEventHandler

                                                                                                              A progress event handler, allowing the caller to cancel the download if required.

                                                                                                              @@ -1734,7 +1736,7 @@
                                                                                                              Returns
                                                                                                              boolSystem.Boolean

                                                                                                              true if successful

                                                                                                              GuidSystem.Guid automaticTaskId

                                                                                                              The ID of the automatic task.

                                                                                                              GuidSystem.Guid projectFileId

                                                                                                              The file id.

                                                                                                              - -

                                                                                                              GetFileTypeConfiguration()

                                                                                                              -

                                                                                                              Returns the configuration for the file types asssociated to this project

                                                                                                              + +

                                                                                                              GetFiles(Guid[])

                                                                                                              +

                                                                                                              Gets an array of files from an array of file ids.

                                                                                                              Declaration
                                                                                                              -
                                                                                                              public ProjectFileTypeConfiguration GetFileTypeConfiguration()
                                                                                                              +
                                                                                                              public ProjectFile[] GetFiles(Guid[] fileIds)
                                                                                                              -
                                                                                                              Returns
                                                                                                              +
                                                                                                              Parameters
                                                                                                              + - - + + +
                                                                                                              TypeName Description
                                                                                                              ProjectFileTypeConfigurationSystem.Guid[]fileIds

                                                                                                              The array containing the fileIds.

                                                                                                              +
                                                                                                              - - - -

                                                                                                              GetFiles(Guid[])

                                                                                                              -

                                                                                                              Gets an array of files from an array of file ids.

                                                                                                              -
                                                                                                              -
                                                                                                              -
                                                                                                              Declaration
                                                                                                              -
                                                                                                              -
                                                                                                              public ProjectFile[] GetFiles(Guid[] fileIds)
                                                                                                              -
                                                                                                              -
                                                                                                              Parameters
                                                                                                              +
                                                                                                              Returns
                                                                                                              - - - - +
                                                                                                              TypeName Description
                                                                                                              GuidfileIds

                                                                                                              The array containing the fileIds.

                                                                                                              +
                                                                                                              ProjectFile[]

                                                                                                              An array of ProjectFile objects, representing the project files.

                                                                                                              + + + +

                                                                                                              GetFileTypeConfiguration()

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              public ProjectFileTypeConfiguration GetFileTypeConfiguration()
                                                                                                              +
                                                                                                              Returns
                                                                                                              @@ -1895,9 +1897,8 @@
                                                                                                              Returns
                                                                                                              - - + +
                                                                                                              ProjectFile

                                                                                                              An array of ProjectFile objects, representing the project files.

                                                                                                              -
                                                                                                              ProjectFileTypeConfiguration
                                                                                                              @@ -1923,7 +1924,7 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid manualTaskId

                                                                                                              The ID of the manual task

                                                                                                              @@ -1968,7 +1969,7 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid projectFileId @@ -1984,7 +1985,7 @@
                                                                                                              Returns
                                                                                                              - ProjectFileVersion + ProjectFileVersion[] @@ -2075,8 +2076,8 @@
                                                                                                              Returns
                                                                                                              Remarks

                                                                                                              Project settings can be overridden for a specific target language using UpdateSettings(Language, ISettingsBundle). - The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting - that is not specifically defined/overridden on the target language level will be inherited from the project-level settings.

                                                                                                              +The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting +that is not specifically defined/overridden on the target language level will be inherited from the project-level settings.

                                                                                                              @@ -2126,8 +2127,8 @@
                                                                                                              Returns
                                                                                                              Remarks

                                                                                                              Target language settings override settings specified on the project level (see GetSettings(). - The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting - that is not specifically defined/overridden on the target language level will be inherited from the project-level settings.

                                                                                                              +The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting +that is not specifically defined/overridden on the target language level will be inherited from the project-level settings.

                                                                                                              Exceptions
                                                                                                              @@ -2139,8 +2140,8 @@
                                                                                                              Exceptions
                                                                                                              - - + @@ -2166,7 +2167,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -2193,7 +2194,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -2201,8 +2202,8 @@
                                                                                                              Returns
                                                                                                              ArgumentException

                                                                                                              Thrown when targetLanguage is null or invalid.

                                                                                                              +
                                                                                                              System.ArgumentException

                                                                                                              Thrown when targetLanguage is null or invalid.

                                                                                                              ProjectFileProjectFile[]

                                                                                                              All the source language files in this project.

                                                                                                              ProjectFileProjectFile[]

                                                                                                              An array of ProjectFile objects, representing all the target language files in this project.

                                                                                                              Remarks

                                                                                                              For merged files (MergedProjectFile) with - merge state NotMerged or Merged the merged file will be returned from this method, but not the child files. - When the merge state is Split, only the child files are returned, not the merged file.

                                                                                                              +merge state NotMerged or Merged the merged file will be returned from this method, but not the child files. +When the merge state is Split, only the child files are returned, not the merged file.

                                                                                                              @@ -2243,7 +2244,7 @@
                                                                                                              Returns
                                                                                                              - ProjectFile + ProjectFile[]

                                                                                                              An array of ProjectFile objects, representing all the files in this project with the specified target language.

                                                                                                              @@ -2251,13 +2252,13 @@
                                                                                                              Returns
                                                                                                              Remarks

                                                                                                              For merged files (MergedProjectFile) with - merge state NotMerged or Merged the merged file will be returned from this method, but not the child files. - When the merge state is Split, only the child files are returned, not the merged file.

                                                                                                              +merge state NotMerged or Merged the merged file will be returned from this method, but not the child files. +When the merge state is Split, only the child files are returned, not the merged file.

                                                                                                              -

                                                                                                              GetTermbaseConfiguration(bool)

                                                                                                              +

                                                                                                              GetTermbaseConfiguration(Boolean)

                                                                                                              Retrieves all termbase-related settings that are associated with this project.

                                                                                                              @@ -2276,7 +2277,7 @@
                                                                                                              Parameters
                                                                                                              - bool + System.Boolean obtainCopy @@ -2379,7 +2380,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              ImportReturnPackage(string)

                                                                                                              +

                                                                                                              ImportReturnPackage(String)

                                                                                                              Imports a return package into this project.

                                                                                                              @@ -2398,10 +2399,10 @@
                                                                                                              Parameters
                                                                                                              - string + System.String returnPackageFilePath

                                                                                                              The file path of the return package to import. - Has file extension .sdlrpx

                                                                                                              +Has file extension .sdlrpx

                                                                                                              @@ -2425,7 +2426,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              ImportReturnPackage(string, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              +

                                                                                                              ImportReturnPackage(String, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>)

                                                                                                              Imports a return package into this project.

                                                                                                              @@ -2444,20 +2445,20 @@
                                                                                                              Parameters
                                                                                                              - string + System.String returnPackageFilePath

                                                                                                              The file path of the return package to import. - Has file extension .sdlrpx

                                                                                                              +Has file extension .sdlrpx

                                                                                                              - EventHandlerProgressEventArgs + System.EventHandler<ProgressEventArgs> statusEventHandler

                                                                                                              Event handler for status events

                                                                                                              - EventHandlerMessageEventArgs + System.EventHandler<MessageEventArgs> messageEventHandler

                                                                                                              Event handler for message events

                                                                                                              @@ -2502,7 +2503,7 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid projectFileId

                                                                                                              The file to obtain the stream for.

                                                                                                              @@ -2519,7 +2520,7 @@
                                                                                                              Returns
                                                                                                              - Stream + System.IO.Stream

                                                                                                              A stream from which the file contents can be read. It is the responsibility of the caller to close this stream.

                                                                                                              @@ -2528,7 +2529,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              PublishProject(Uri, bool, string, string, string, EventHandler<PublishProjectEventArgs>)

                                                                                                              +

                                                                                                              PublishProject(Uri, Boolean, String, String, String, EventHandler<PublishProjectEventArgs>)

                                                                                                              Publish this project to a Groupshare Project Server.

                                                                                                              @@ -2547,37 +2548,37 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri serverUri

                                                                                                              The full URI of the project server e.g. https://projectserver.mydomain.com:8080

                                                                                                              - bool + System.Boolean useWindowsAuthentication

                                                                                                              If true use window authentication, false use custom authentication

                                                                                                              - string + System.String userName

                                                                                                              The user name you wish to use to publish the project

                                                                                                              - string + System.String password

                                                                                                              The password you with to use to publish the project

                                                                                                              - string + System.String organizationPath

                                                                                                              The organization path on the Groupshare server where you want the project to be published

                                                                                                              - EventHandlerPublishProjectEventArgs + System.EventHandler<PublishProjectEventArgs> progressEventHandler

                                                                                                              Callback for monitoring the

                                                                                                              @@ -2621,7 +2622,7 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid projectFileId

                                                                                                              File Id of the file in the project to remove the bilingual file from.

                                                                                                              @@ -2631,7 +2632,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              RunAutomaticTask(Guid[], string)

                                                                                                              +

                                                                                                              RunAutomaticTask(Guid[], String)

                                                                                                              Runs an automatic task on a set of files. Automatic task template IDs are defined in AutomaticTaskTemplateIds.

                                                                                                              @@ -2651,13 +2652,13 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid[] projectFileIds

                                                                                                              The files to run the task on.

                                                                                                              - string + System.String taskTemplateId

                                                                                                              The ID of the task template (i.e. the type of task) to run.

                                                                                                              @@ -2681,12 +2682,12 @@
                                                                                                              Returns
                                                                                                              Remarks
                                                                                                              -

                                                                                                              Multiple automatic tasks can be run together in a sequence using RunAutomaticTasks(Guid[], string[]).

                                                                                                              +

                                                                                                              Multiple automatic tasks can be run together in a sequence using RunAutomaticTasks(Guid[], String[]).

                                                                                                              -

                                                                                                              RunAutomaticTask(Guid[], string, EventHandler<TaskStatusEventArgs>, EventHandler<TaskMessageEventArgs>)

                                                                                                              +

                                                                                                              RunAutomaticTask(Guid[], String, EventHandler<TaskStatusEventArgs>, EventHandler<TaskMessageEventArgs>)

                                                                                                              Runs an automatic task on a set of files. Automatic task template IDs are defined in AutomaticTaskTemplateIds. This overload allows event handlers to be specified for task status and message events. @@ -2708,25 +2709,25 @@

                                                                                                              Parameters
                                                                                                              - Guid + System.Guid[] projectFileIds

                                                                                                              The files to run the task on.

                                                                                                              - string + System.String taskTemplateId

                                                                                                              The ID of the task template (i.e. the type of task) to run.

                                                                                                              - EventHandlerTaskStatusEventArgs + System.EventHandler<TaskStatusEventArgs> statusEventHandler

                                                                                                              Event handler for task status events.

                                                                                                              - EventHandlerTaskMessageEventArgs + System.EventHandler<TaskMessageEventArgs> messageEventHandler

                                                                                                              Event handler for message events.

                                                                                                              @@ -2750,14 +2751,14 @@
                                                                                                              Returns
                                                                                                              Remarks
                                                                                                              -

                                                                                                              Multiple automatic tasks can be run together in a sequence using RunAutomaticTasks(Guid[], string[]).

                                                                                                              +

                                                                                                              Multiple automatic tasks can be run together in a sequence using RunAutomaticTasks(Guid[], String[]).

                                                                                                              -

                                                                                                              RunAutomaticTasks(Guid[], string[])

                                                                                                              +

                                                                                                              RunAutomaticTasks(Guid[], String[])

                                                                                                              Runs a sequence of automatic tasks on a set of project files. This can be more efficient than running tasks -individually using RunAutomaticTask(Guid[], string), because content processing tasks can +individually using RunAutomaticTask(Guid[], String), because content processing tasks can be executed in parallel. See the comments on AnalyzeFiles for more details.

                                                                                                              @@ -2776,13 +2777,13 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid[] projectFileIds

                                                                                                              The files to run the task on.

                                                                                                              - string + System.String[] taskTemplateIds

                                                                                                              The IDs of the task templates (i.e. the types of task) to run.

                                                                                                              @@ -2808,9 +2809,9 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              RunAutomaticTasks(Guid[], string[], EventHandler<TaskStatusEventArgs>, EventHandler<TaskMessageEventArgs>)

                                                                                                              +

                                                                                                              RunAutomaticTasks(Guid[], String[], EventHandler<TaskStatusEventArgs>, EventHandler<TaskMessageEventArgs>)

                                                                                                              Runs a sequence of automatic tasks on a set of project files. This can be more efficient than running tasks -individually using RunAutomaticTask(Guid[], string), because content processing tasks can +individually using RunAutomaticTask(Guid[], String), because content processing tasks can be executed in parallel. See the comments on AnalyzeFiles for more details.

                                                                                                              @@ -2829,25 +2830,25 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid[] projectFileIds

                                                                                                              The files to run the task on.

                                                                                                              - string + System.String[] taskTemplateIds

                                                                                                              The IDs of the task templates (i.e. the types of task) to run.

                                                                                                              - EventHandlerTaskStatusEventArgs + System.EventHandler<TaskStatusEventArgs> statusEventHandler

                                                                                                              Event handler for task status events.

                                                                                                              - EventHandlerTaskMessageEventArgs + System.EventHandler<TaskMessageEventArgs> messageEventHandler

                                                                                                              Event handler for message events.

                                                                                                              @@ -2874,7 +2875,7 @@
                                                                                                              Returns

                                                                                                              RunDefaultTaskSequence(Guid[])

                                                                                                              -

                                                                                                              Runs the default task sequence of automatic tasks on a set of project files.

                                                                                                              +

                                                                                                              Runs the default task sequence of automatic tasks on a set of project files.

                                                                                                              Declaration
                                                                                                              @@ -2892,7 +2893,7 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid[] projectFileIds

                                                                                                              The files to run the task on.

                                                                                                              @@ -2919,7 +2920,7 @@
                                                                                                              Returns

                                                                                                              RunDefaultTaskSequence(Guid[], EventHandler<TaskStatusEventArgs>, EventHandler<TaskMessageEventArgs>)

                                                                                                              -

                                                                                                              Runs the default task sequence of automatic tasks on a set of project files.

                                                                                                              +

                                                                                                              Runs the default task sequence of automatic tasks on a set of project files.

                                                                                                              Declaration
                                                                                                              @@ -2937,19 +2938,19 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid[] projectFileIds

                                                                                                              The files to run the task on.

                                                                                                              - EventHandlerTaskStatusEventArgs + System.EventHandler<TaskStatusEventArgs> statusEventHandler

                                                                                                              Event handler for task status events.

                                                                                                              - EventHandlerTaskMessageEventArgs + System.EventHandler<TaskMessageEventArgs> messageEventHandler

                                                                                                              Event handler for message events.

                                                                                                              @@ -2986,12 +2987,12 @@
                                                                                                              Declaration
                                                                                                              Remarks

                                                                                                              It is recommended to regularly save the project, for example after making a set of changes - and after running a task.

                                                                                                              +and after running a task.

                                                                                                              -

                                                                                                              SavePackageAs(Guid, string)

                                                                                                              +

                                                                                                              SavePackageAs(Guid, String)

                                                                                                              Saves out the package to a specified file location.

                                                                                                              @@ -3010,13 +3011,13 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid packageId

                                                                                                              The ID of the package to save.

                                                                                                              - string + System.String path

                                                                                                              The file path to save the package to.

                                                                                                              @@ -3026,7 +3027,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              SaveProjectFileAs(Guid, string)

                                                                                                              +

                                                                                                              SaveProjectFileAs(Guid, String)

                                                                                                              Saves out the file to a specified file location.

                                                                                                              @@ -3045,13 +3046,13 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid projectFileId

                                                                                                              The file to save.

                                                                                                              - string + System.String outputFilePath

                                                                                                              The file path to save the project file to.

                                                                                                              @@ -3061,7 +3062,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              SaveTaskReportAs(Guid, string, ReportFormat)

                                                                                                              +

                                                                                                              SaveTaskReportAs(Guid, String, ReportFormat)

                                                                                                              Saves the task report out to a file, in the specified format

                                                                                                              @@ -3080,13 +3081,13 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid reportId

                                                                                                              The id of the task report to save.

                                                                                                              - string + System.String path

                                                                                                              The file path to save the report to.

                                                                                                              @@ -3122,7 +3123,7 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid[] projectFileIds

                                                                                                              The IDs of the project files.

                                                                                                              @@ -3139,7 +3140,7 @@
                                                                                                              Parameters

                                                                                                              SynchronizeServerProjectData()

                                                                                                              -

                                                                                                              Synchronizes the local project information with the information stored on the server

                                                                                                              +

                                                                                                              Synchronizes the local project information with the information stored on the server

                                                                                                              Declaration
                                                                                                              @@ -3156,7 +3157,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean @@ -3183,7 +3184,7 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid[] projectFileIds

                                                                                                              The list of files to uncheckout

                                                                                                              @@ -3194,7 +3195,7 @@
                                                                                                              Parameters

                                                                                                              UpdateProject(ProjectInfo)

                                                                                                              -

                                                                                                              Updates the project with the new information contained in projectInfo.

                                                                                                              +

                                                                                                              Updates the project with the new information contained in projectInfo.

                                                                                                              Declaration
                                                                                                              @@ -3289,13 +3290,13 @@
                                                                                                              Exceptions
                                                                                                              - ArgumentException -

                                                                                                              Thrown when targetLanguage is null or invalid.

                                                                                                              + System.ArgumentException +

                                                                                                              Thrown when targetLanguage is null or invalid.

                                                                                                              - ArgumentNullException -

                                                                                                              Thrown if settings is null.

                                                                                                              + System.ArgumentNullException +

                                                                                                              Thrown if settings is null.

                                                                                                              @@ -3330,9 +3331,9 @@
                                                                                                              Parameters
                                                                                                              Remarks
                                                                                                              -
                                                                                                              <p>The project settings will be completely replaced with the specified settings, so any settings not present in
                                                                                                              -

                                                                                                              the updated settings bundle will revert to their defaults.

                                                                                                              -

                                                                                                              You can also override settings for a specific target language. See UpdateSettings(Language, ISettingsBundle).

                                                                                                              +

                                                                                                              The project settings will be completely replaced with the specified settings, so any settings not present in +the updated settings bundle will revert to their defaults.

                                                                                                              +

                                                                                                              You can also override settings for a specific target language. See UpdateSettings(Language, ISettingsBundle).

                                                                                                              Exceptions
                                                                                                              @@ -3344,8 +3345,8 @@
                                                                                                              Exceptions
                                                                                                              - - + @@ -3375,7 +3376,7 @@
                                                                                                              Parameters
                                                                                                              @@ -3411,8 +3412,8 @@
                                                                                                              Parameters
                                                                                                              @@ -3427,18 +3428,18 @@
                                                                                                              Exceptions
                                                                                                              - - + - - + - - + @@ -3468,7 +3469,7 @@
                                                                                                              Parameters
                                                                                                              @@ -3483,13 +3484,13 @@
                                                                                                              Exceptions
                                                                                                              - - + - - + diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.LicensingException.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.LicensingException.html index 13dd441ba..b7535bde7 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.LicensingException.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.LicensingException.html @@ -92,73 +92,73 @@

                                                                                                              Inheritance
                                                                                                              - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.Exception
                                                                                                              LicensingException
                                                                                                              Implements
                                                                                                              - - +
                                                                                                              System.Runtime.Serialization.ISerializable
                                                                                                              +
                                                                                                              System.Runtime.InteropServices._Exception
                                                                                                              Inherited Members
                                                                                                              - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                              - Exception.ToString() + System.Exception.ToString()
                                                                                                              - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                              - Exception.GetType() + System.Exception.GetType()
                                                                                                              - Exception.Message + System.Exception.Message
                                                                                                              - Exception.Data + System.Exception.Data
                                                                                                              - Exception.InnerException + System.Exception.InnerException
                                                                                                              - Exception.TargetSite + System.Exception.TargetSite
                                                                                                              - Exception.StackTrace + System.Exception.StackTrace
                                                                                                              - Exception.HelpLink + System.Exception.HelpLink
                                                                                                              - Exception.Source + System.Exception.Source
                                                                                                              - Exception.HResult + System.Exception.HResult
                                                                                                              - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -

                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBased
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              @@ -202,15 +202,15 @@
                                                                                                              Parameters
                                                                                                              - + - - + - @@ -225,13 +225,13 @@
                                                                                                              Exceptions
                                                                                                              - - + - - + @@ -239,7 +239,7 @@
                                                                                                              Exceptions
                                                                                                              -

                                                                                                              LicensingException(string)

                                                                                                              +

                                                                                                              LicensingException(String)

                                                                                                              Initializes a new instance of the LicensingException class.

                                                                                                              @@ -258,7 +258,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -268,7 +268,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              LicensingException(string, Exception)

                                                                                                              +

                                                                                                              LicensingException(String, Exception)

                                                                                                              Initializes a new instance of the LicensingException class.

                                                                                                              @@ -287,13 +287,13 @@
                                                                                                              Parameters
                                                                                                              - + - + @@ -302,10 +302,10 @@
                                                                                                              Parameters
                                                                                                              ArgumentNullException

                                                                                                              Thrown if settings is null.

                                                                                                              +
                                                                                                              System.ArgumentNullException

                                                                                                              Thrown if settings is null.

                                                                                                              TermbaseConfiguration termbaseConfiguration

                                                                                                              A TermbaseConfiguration object containing all termbase-related configuration for this project. - This can either be newly created termbase configuration object or one that was retrieved via GetTermbaseConfiguration(bool).

                                                                                                              +This can either be newly created termbase configuration object or one that was retrieved via GetTermbaseConfiguration(Boolean).

                                                                                                              TranslationProviderConfiguration translationProviderConfiguration

                                                                                                              The translation provider configuration. Note that you need to set - OverrideParent to

                                                                                                              true
                                                                                                              in order for the configuration to be used. If this is - set to
                                                                                                              false
                                                                                                              , the project-wide translation provider configuration will be used instead (GetTranslationProviderConfiguration()).

                                                                                                              +OverrideParent to
                                                                                                              true
                                                                                                              in order for the configuration to be used. If this is +set to
                                                                                                              false
                                                                                                              , the project-wide translation provider configuration will be used instead (GetTranslationProviderConfiguration()).

                                                                                                              ArgumentException

                                                                                                              Thrown when targetLanguage is null, invalid or not one of the project target languages.

                                                                                                              +
                                                                                                              System.ArgumentException

                                                                                                              Thrown when targetLanguage is null, invalid or not one of the project target languages.

                                                                                                              ArgumentNullException

                                                                                                              Thrown when translationProviderConfiguration is null.

                                                                                                              +
                                                                                                              System.ArgumentNullException

                                                                                                              Thrown when translationProviderConfiguration is null.

                                                                                                              ArgumentException

                                                                                                              Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information.

                                                                                                              +
                                                                                                              System.ArgumentException

                                                                                                              Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information.

                                                                                                              TranslationProviderConfiguration translationProviderConfiguration

                                                                                                              The translation provider configuration. Note that the project-wide configuration might have been - overridden for one or more specific project target languages (see UpdateTranslationProviderConfiguration(Language, TranslationProviderConfiguration)). The project-wide configuration will not be used for these target languages.

                                                                                                              +overridden for one or more specific project target languages (see UpdateTranslationProviderConfiguration(Language, TranslationProviderConfiguration)). The project-wide configuration will not be used for these target languages.

                                                                                                              ArgumentNullException

                                                                                                              Thrown when translationProviderConfiguration is null.

                                                                                                              +
                                                                                                              System.ArgumentNullException

                                                                                                              Thrown when translationProviderConfiguration is null.

                                                                                                              ArgumentException

                                                                                                              Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information.

                                                                                                              +
                                                                                                              System.ArgumentException

                                                                                                              Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information.

                                                                                                              SerializationInfoSystem.Runtime.Serialization.SerializationInfo info

                                                                                                              The SerializationInfo that holds the serialized object data about the exception being thrown.

                                                                                                              +

                                                                                                              The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.

                                                                                                              StreamingContextSystem.Runtime.Serialization.StreamingContext context

                                                                                                              The StreamingContext that contains contextual information about the source or destination.

                                                                                                              +

                                                                                                              The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.

                                                                                                              ArgumentNullException

                                                                                                              The info parameter is null.

                                                                                                              +
                                                                                                              System.ArgumentNullException

                                                                                                              The info parameter is null.

                                                                                                              SerializationException

                                                                                                              The class name is null or HResult is zero (0).

                                                                                                              +
                                                                                                              System.Runtime.Serialization.SerializationException

                                                                                                              The class name is null or System.Exception.HResult is zero (0).

                                                                                                              stringSystem.String message

                                                                                                              The message.

                                                                                                              stringSystem.String message

                                                                                                              The message.

                                                                                                              ExceptionSystem.Exception inner

                                                                                                              The inner.

                                                                                                              Implements

                                                                                                              - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                              - _Exception + System.Runtime.InteropServices._Exception
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectCredentials.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectCredentials.html index 4e1eb3745..fd2a1e745 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectCredentials.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectCredentials.html @@ -89,44 +89,45 @@

                                                                                                              Represents credentials for translation providers and termbase servers to be used during project processing. You can access this using Credentials.

                                                                                                              When creating or opening a project that refers to translation providers or termbases that require credentials, -the appropriate credentials should be set up using AddCredential(Uri, string), before executing +the appropriate credentials should be set up using AddCredential(Uri, String), before executing automatic tasks or anything else that requires access to these translation providers or termbases.

                                                                                                              Note that these credentials will only be used for local processing and will not be included in any project packages. The user who opens the project package will be asked to provide the appropriate credentials.

                                                                                                              If credentials for translation providers or termbases have been specified in Trados Studio and the user has chose to persist these, -these credentials will be automatically available to projects that are run on the same machine and you are not required to provide them programmatically again.

                                                                                                              +these credentials will be automatically available to projects that are run on the same machine and you are not required to provide them programmatically again.

                                                                                                              +
                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectCredentials
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBased
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              @@ -137,7 +138,7 @@

                                                                                                              Methods -

                                                                                                              AddCredential(Uri, bool, string, string)

                                                                                                              +

                                                                                                              AddCredential(Uri, Boolean, String, String)

                                                                                                              Declaration
                                                                                                              @@ -155,22 +156,22 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri uri - bool + System.Boolean useWindowsAuthentication - string + System.String user - string + System.String password @@ -179,7 +180,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              AddCredential(Uri, string)

                                                                                                              +

                                                                                                              AddCredential(Uri, String)

                                                                                                              Adds a credential for the server or resource represented by the given URI.

                                                                                                              @@ -198,13 +199,13 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri uri

                                                                                                              The URI that represents the server or resource that requires credentials.

                                                                                                              - string + System.String credential

                                                                                                              A credential in the form required by the specified server.

                                                                                                              @@ -217,7 +218,8 @@
                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectEvent
                                                                                                              @@ -101,28 +101,28 @@
                                                                                                              Inheritance
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBased
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectServer.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectServer.html index 8c3f6afc3..ae65a7c04 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectServer.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectServer.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectServer
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBased
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              @@ -128,7 +128,7 @@

                                                                                                              Constructors -

                                                                                                              ProjectServer(Uri, bool, string, string)

                                                                                                              +

                                                                                                              ProjectServer(Uri, Boolean, String, String)

                                                                                                              Creates a new project server.

                                                                                                              @@ -147,33 +147,33 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri serverUri

                                                                                                              The URI of the server

                                                                                                              - bool + System.Boolean useWindowsAuthentication

                                                                                                              Whether to use Windows authentication. When set to false, userName and password - have to be specified. When set to true, either pass null for userName and - password in order to log on as the currently logged on Windows user, or set - userName to a domain-qualified Windows user name and password to the matching - password to log on using basic Windows authentication.

                                                                                                              +have to be specified. When set to true, either pass null for userName and +password in order to log on as the currently logged on Windows user, or set +userName to a domain-qualified Windows user name and password to the matching +password to log on using basic Windows authentication.

                                                                                                              - string + System.String userName

                                                                                                              When using custom authentication or basic Windows authentication, the user - name of the user. Pass null to use integrated Windows authentication(see useWindowsAuthentication).

                                                                                                              +name of the user. Pass null to use integrated Windows authentication(see useWindowsAuthentication).

                                                                                                              - string + System.String password

                                                                                                              When using custom authentication or basic Windows authentication the password - of the user. Pass null to use integrated Windows authentication (see useWindowsAuthentication).

                                                                                                              +of the user. Pass null to use integrated Windows authentication (see useWindowsAuthentication).

                                                                                                              @@ -202,7 +202,7 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid projectId

                                                                                                              The unique id to identify the project to delete

                                                                                                              @@ -212,7 +212,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              GetServerProject(string)

                                                                                                              +

                                                                                                              GetServerProject(String)

                                                                                                              Given the qualified ( organisationPath/projectName ) name of a server project returns the project details if present on the server otherwise null

                                                                                                              @@ -231,9 +231,9 @@
                                                                                                              Parameters
                                                                                                              - string + System.String qualifiedName -

                                                                                                              A name in the form organizationPath/ProjectName for example /MyCompany/Project1

                                                                                                              +

                                                                                                              A name in the form organizationPath/ProjectName for example /MyCompany/Project1

                                                                                                              @@ -257,7 +257,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              GetServerProjects(string, bool, bool)

                                                                                                              +

                                                                                                              GetServerProjects(String, Boolean, Boolean)

                                                                                                              Returns the project list from the remote server.

                                                                                                              @@ -276,17 +276,17 @@
                                                                                                              Parameters
                                                                                                              - string + System.String organizationPath - bool + System.Boolean includeProjectsInSubOrganizations - bool + System.Boolean includeCompletedProjects @@ -302,7 +302,7 @@
                                                                                                              Returns
                                                                                                              - ServerProjectInfo + ServerProjectInfo[] @@ -310,7 +310,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              OpenProject(Guid, string)

                                                                                                              +

                                                                                                              OpenProject(Guid, String)

                                                                                                              The method opens the project with the specified id

                                                                                                              @@ -329,13 +329,13 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid projectId

                                                                                                              The project unique id

                                                                                                              - string + System.String localProjectFolder

                                                                                                              The local project folder

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.html index 94e4830fb..8d851c9d4 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.html @@ -91,11 +91,9 @@

                                                                                                              Inheritance
                                                                                                              - - - - -
                                                                                                              PublishProjectEventArgs
                                                                                                              +
                                                                                                              System.Object
                                                                                                              + +
                                                                                                              PublishProjectEventArgs
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBased
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectResult.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectResult.html index ead9a00f3..8f3409b4e 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectResult.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectResult.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              PublishProjectResult
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBased
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              @@ -152,7 +152,7 @@
                                                                                                              Parameters
                                                                                                              - ExecutionMessage + ExecutionMessage[] messages @@ -181,7 +181,7 @@
                                                                                                              Property Value
                                                                                                              - ExecutionMessage + ExecutionMessage[] diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.Report.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.Report.html index 4382689e3..2b4253777 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.Report.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.Report.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              Report
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBasedSdl.ProjectAutomation.FileBased.ReportsModels
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased.Reports.Models
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              @@ -142,7 +142,7 @@

                                                                                                              Properties

                                                                                                              Date

                                                                                                              -

                                                                                                              The report Creation date.

                                                                                                              +

                                                                                                              The report Creation date.

                                                                                                              Declaration
                                                                                                              @@ -159,7 +159,7 @@
                                                                                                              Property Value
                                                                                                              - DateTime + System.DateTime @@ -168,7 +168,7 @@
                                                                                                              Property Value

                                                                                                              Description

                                                                                                              -

                                                                                                              The report Description.

                                                                                                              +

                                                                                                              The report Description.

                                                                                                              Declaration
                                                                                                              @@ -185,7 +185,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -194,7 +194,7 @@
                                                                                                              Property Value

                                                                                                              Group

                                                                                                              -

                                                                                                              The report Group.

                                                                                                              +

                                                                                                              The report Group.

                                                                                                              Declaration
                                                                                                              @@ -211,7 +211,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -220,7 +220,7 @@
                                                                                                              Property Value

                                                                                                              Id

                                                                                                              -

                                                                                                              The report Id.

                                                                                                              +

                                                                                                              The report Id.

                                                                                                              Declaration
                                                                                                              @@ -237,7 +237,7 @@
                                                                                                              Property Value
                                                                                                              - Guid + System.Guid @@ -246,7 +246,7 @@
                                                                                                              Property Value

                                                                                                              IsCustomReport

                                                                                                              -

                                                                                                              The flag specifying if the report is custom defined or built in Studio.

                                                                                                              +

                                                                                                              The flag specifying if the report is custom defined or built in Studio.

                                                                                                              Declaration
                                                                                                              @@ -263,7 +263,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -272,7 +272,7 @@
                                                                                                              Property Value

                                                                                                              Language

                                                                                                              -

                                                                                                              The report ISO abbreviation Language code.

                                                                                                              +

                                                                                                              The report ISO abbreviation Language code.

                                                                                                              Declaration
                                                                                                              @@ -289,7 +289,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -298,7 +298,7 @@
                                                                                                              Property Value

                                                                                                              Name

                                                                                                              -

                                                                                                              The report Name.

                                                                                                              +

                                                                                                              The report Name.

                                                                                                              Declaration
                                                                                                              @@ -315,7 +315,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -324,7 +324,7 @@
                                                                                                              Property Value

                                                                                                              Path

                                                                                                              -

                                                                                                              The report Path.

                                                                                                              +

                                                                                                              The report Path.

                                                                                                              Declaration
                                                                                                              @@ -341,7 +341,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -350,7 +350,7 @@
                                                                                                              Property Value

                                                                                                              TemplateId

                                                                                                              -

                                                                                                              The report Task Template Id.

                                                                                                              +

                                                                                                              The report Task Template Id.

                                                                                                              Declaration
                                                                                                              @@ -367,7 +367,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.html index eebc725e9..5892c7989 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ReportDefinition
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBasedSdl.ProjectAutomation.FileBased.ReportsModels
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased.Reports.Models
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              @@ -158,7 +158,7 @@
                                                                                                              Field Value
                                                                                                              - Assembly + System.Reflection.Assembly @@ -183,7 +183,7 @@
                                                                                                              Field Value
                                                                                                              - byte + System.Byte[] @@ -191,7 +191,7 @@
                                                                                                              Field Value

                                                                                                              Id

                                                                                                              -

                                                                                                              The template Id.

                                                                                                              +

                                                                                                              The template Id.

                                                                                                              Declaration
                                                                                                              @@ -208,7 +208,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String @@ -216,7 +216,7 @@
                                                                                                              Field Value

                                                                                                              ResourceName

                                                                                                              -

                                                                                                              The full name for the assembly with the report definition.

                                                                                                              +

                                                                                                              The full name for the assembly with the report definition.

                                                                                                              Declaration
                                                                                                              @@ -233,7 +233,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html index 770b83340..95f33b59c 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ProjectReportsOperations
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBasedSdl.ProjectAutomation.FileBased.ReportsOperations
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased.Reports.Operations
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              @@ -158,7 +158,7 @@

                                                                                                              Methods -

                                                                                                              AddReport(string, string, string, string, string)

                                                                                                              +

                                                                                                              AddReport(String, String, String, String, String)

                                                                                                              Add a report based on Studio report templates

                                                                                                              @@ -177,31 +177,31 @@
                                                                                                              Parameters
                                                                                                              - string + System.String templateId

                                                                                                              Report template Id

                                                                                                              - string + System.String name

                                                                                                              Report name

                                                                                                              - string + System.String description

                                                                                                              Report description

                                                                                                              - string + System.String languageAbbreviation

                                                                                                              ISO abbreviation for the report language

                                                                                                              - string + System.String data

                                                                                                              Report html data

                                                                                                              @@ -245,7 +245,7 @@
                                                                                                              Returns
                                                                                                              - ListReport + System.Collections.Generic.List<Report>

                                                                                                              List of reports

                                                                                                              @@ -254,7 +254,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              GetReportDefinition(string)

                                                                                                              +

                                                                                                              GetReportDefinition(String)

                                                                                                              Returns the report definition

                                                                                                              @@ -273,7 +273,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String taskTemplateId

                                                                                                              Task template Id

                                                                                                              @@ -299,7 +299,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              GetReportRendering(Guid, string)

                                                                                                              +

                                                                                                              GetReportRendering(Guid, String)

                                                                                                              Returns the report rendering

                                                                                                              @@ -318,13 +318,13 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid reportId

                                                                                                              Report Id

                                                                                                              - string + System.String fileExtension

                                                                                                              Report file extension

                                                                                                              @@ -341,7 +341,7 @@
                                                                                                              Returns
                                                                                                              - byte + System.Byte[]

                                                                                                              The report content in the specified format

                                                                                                              @@ -350,7 +350,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              GetReportRendering(Guid, string, string)

                                                                                                              +

                                                                                                              GetReportRendering(Guid, String, String)

                                                                                                              Returns the report rendering based on custom report template

                                                                                                              @@ -369,19 +369,19 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid reportId

                                                                                                              Report Id

                                                                                                              - string + System.String customTemplate

                                                                                                              Custom report template

                                                                                                              - string + System.String fileExtension

                                                                                                              Report file extension

                                                                                                              @@ -398,7 +398,7 @@
                                                                                                              Returns
                                                                                                              - byte + System.Byte[]

                                                                                                              The report content in the specified format

                                                                                                              @@ -426,7 +426,7 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid reportId

                                                                                                              Report Id

                                                                                                              @@ -443,7 +443,7 @@
                                                                                                              Returns
                                                                                                              - Liststring + System.Collections.Generic.List<System.String>

                                                                                                              The list with supported file extensions

                                                                                                              @@ -471,7 +471,7 @@
                                                                                                              Parameters
                                                                                                              - ListGuid + System.Collections.Generic.List<System.Guid> reportIds

                                                                                                              List of report Ids

                                                                                                              @@ -481,7 +481,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              UpdateReport(Guid, string, string, string)

                                                                                                              +

                                                                                                              UpdateReport(Guid, String, String, String)

                                                                                                              Update a report

                                                                                                              @@ -500,25 +500,25 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid reportId

                                                                                                              Report Id

                                                                                                              - string + System.String name

                                                                                                              Report name

                                                                                                              - string + System.String description

                                                                                                              Report description

                                                                                                              - string + System.String data

                                                                                                              Report html data

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.IServerBasedProjectOperations.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.IServerBasedProjectOperations.html index 7093e5d2c..1b9948f4f 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.IServerBasedProjectOperations.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.IServerBasedProjectOperations.html @@ -88,7 +88,7 @@

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBasedServerOperations
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased.ServerOperations
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              @@ -99,7 +99,7 @@

                                                                                                              Methods -

                                                                                                              UploadAndCheckinFiles(Guid[], string, EventHandler<ProgressEventArgs>)

                                                                                                              +

                                                                                                              UploadAndCheckinFiles(Guid[], String, EventHandler<ProgressEventArgs>)

                                                                                                              Declaration
                                                                                                              @@ -117,17 +117,17 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid[] projectFileIds - string + System.String comment - EventHandlerProgressEventArgs + System.EventHandler<ProgressEventArgs> progressEventHandler @@ -143,7 +143,7 @@
                                                                                                              Returns
                                                                                                              - int + System.Int32 diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.html index 4d4d218bb..5cef603e4 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.html @@ -90,7 +90,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ServerBasedProjectOperations
                                                                                                              @@ -100,28 +100,28 @@
                                                                                                              Implements
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBasedServerOperations
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased.ServerOperations
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              @@ -161,7 +161,7 @@

                                                                                                              Methods -

                                                                                                              UploadAndCheckinFiles(Guid[], string, EventHandler<ProgressEventArgs>)

                                                                                                              +

                                                                                                              UploadAndCheckinFiles(Guid[], String, EventHandler<ProgressEventArgs>)

                                                                                                              Uploads the specifies including potentially related files that should be uploaded at the same time and checks them in.

                                                                                                              @@ -180,19 +180,19 @@
                                                                                                              Parameters
                                                                                                              - Guid + System.Guid[] projectFileIds

                                                                                                              The newly added files to upload and check-in.

                                                                                                              - string + System.String comment

                                                                                                              A comment for the checkin.

                                                                                                              - EventHandlerProgressEventArgs + System.EventHandler<ProgressEventArgs> progressEventHandler

                                                                                                              Progress event handler.

                                                                                                              @@ -209,7 +209,7 @@
                                                                                                              Returns
                                                                                                              - int + System.Int32

                                                                                                              no of files successfully uploaded and checked-in

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerProjectInfo.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerProjectInfo.html index 58fe8f0d2..ee816383a 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerProjectInfo.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerProjectInfo.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ServerProjectInfo
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBased
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              @@ -142,7 +142,7 @@

                                                                                                              Properties

                                                                                                              Customer

                                                                                                              -

                                                                                                              The customer this project belongs to

                                                                                                              +

                                                                                                              The customer this project belongs to

                                                                                                              Declaration
                                                                                                              @@ -159,7 +159,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -168,7 +168,7 @@
                                                                                                              Property Value

                                                                                                              Description

                                                                                                              -

                                                                                                              The description used on the server

                                                                                                              +

                                                                                                              The description used on the server

                                                                                                              Declaration
                                                                                                              @@ -185,7 +185,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -211,7 +211,7 @@
                                                                                                              Property Value
                                                                                                              - DateTime + System.Nullable<System.DateTime> @@ -237,7 +237,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -263,7 +263,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -289,7 +289,7 @@
                                                                                                              Property Value
                                                                                                              - Guid + System.Guid @@ -315,7 +315,7 @@
                                                                                                              Property Value
                                                                                                              - DateTime + System.DateTime @@ -341,7 +341,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -419,7 +419,7 @@
                                                                                                              Property Value
                                                                                                              - Language + Language[] diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.TaskSequences.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.TaskSequences.html index 3c23c920a..204f3c8da 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.TaskSequences.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.TaskSequences.html @@ -87,41 +87,41 @@

                                                                                                              Class TaskSequences

                                                                                                              This class defines standard sequences of well-known automatic task template IDs, which can be used to -pass to RunAutomaticTasks(Guid[], string[]) for running a sequence +pass to RunAutomaticTasks(Guid[], String[]) for running a sequence of automatic tasks. The task sequences defined here are similar to the default sequences available in the Trados Studio user interface.

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TaskSequences
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationFileBased
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.FileBased
                                                                                                              Assembly: Sdl.ProjectAutomation.FileBased.dll
                                                                                                              Syntax
                                                                                                              @@ -149,7 +149,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String[] @@ -174,7 +174,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String[] @@ -199,7 +199,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String[] @@ -224,7 +224,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String[] @@ -250,7 +250,7 @@
                                                                                                              Field Value
                                                                                                              - string + System.String[] diff --git a/api/projectautomation/Sdl.ProjectAutomation.FileBased.html b/api/projectautomation/Sdl.ProjectAutomation.FileBased.html index 23c356bc5..5dddbc459 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.FileBased.html +++ b/api/projectautomation/Sdl.ProjectAutomation.FileBased.html @@ -107,13 +107,14 @@

                                                                                                              Credentials.

                                                                                                              When creating or opening a project that refers to translation providers or termbases that require credentials, -the appropriate credentials should be set up using AddCredential(Uri, string), before executing +the appropriate credentials should be set up using AddCredential(Uri, String), before executing automatic tasks or anything else that requires access to these translation providers or termbases.

                                                                                                              Note that these credentials will only be used for local processing and will not be included in any project packages. The user who opens the project package will be asked to provide the appropriate credentials.

                                                                                                              If credentials for translation providers or termbases have been specified in Trados Studio and the user has chose to persist these, -these credentials will be automatically available to projects that are run on the same machine and you are not required to provide them programmatically again.

                                                                                                              +these credentials will be automatically available to projects that are run on the same machine and you are not required to provide them programmatically again.

                                                                                                              +

                                                                                                              ProjectEvent

                                                                                                              Holds information about the project events. This class is used when events occur within a project.

                                                                                                              @@ -131,7 +132,7 @@

                                                                                                              TaskSequences

                                                                                                              This class defines standard sequences of well-known automatic task template IDs, which can be used to -pass to RunAutomaticTasks(Guid[], string[]) for running a sequence +pass to RunAutomaticTasks(Guid[], String[]) for running a sequence of automatic tasks. The task sequences defined here are similar to the default sequences available in the Trados Studio user interface.

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.AbstractTaskSettings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.AbstractTaskSettings.html index 6adc122ea..c77981efb 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.AbstractTaskSettings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.AbstractTaskSettings.html @@ -91,148 +91,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              AbstractTaskSettings
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              AbstractTaskSettings
                                                                                                              - -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public abstract class AbstractTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                              +
                                                                                                              public abstract class AbstractTaskSettings : SettingsGroup

                                                                                                              Constructors

                                                                                                              @@ -246,16 +112,6 @@
                                                                                                              Declaration
                                                                                                              protected AbstractTaskSettings()
                                                                                                              -

                                                                                                              Implements

                                                                                                              - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.html index 9020d6b54..24d906ed1 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.html @@ -91,145 +91,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              AnalysisTaskSettings
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              AnalysisTaskSettings
                                                                                                              - -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class AnalysisTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                              +
                                                                                                              public class AnalysisTaskSettings : SettingsGroup

                                                                                                              Constructors

                                                                                                              @@ -237,7 +106,7 @@

                                                                                                              Constructors

                                                                                                              AnalysisTaskSettings()

                                                                                                              -

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead.

                                                                                                              +

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead.

                                                                                                              Declaration
                                                                                                              @@ -267,7 +136,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -293,7 +162,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -319,7 +188,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -345,7 +214,7 @@
                                                                                                              Property Value
                                                                                                              - Settingint + Setting<System.Int32> @@ -371,7 +240,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -397,7 +266,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -423,7 +292,7 @@
                                                                                                              Property Value
                                                                                                              - Settingint + Setting<System.Int32> @@ -433,7 +302,7 @@

                                                                                                              Methods -

                                                                                                              GetDefaultValue(string)

                                                                                                              +

                                                                                                              GetDefaultValue(String)

                                                                                                              Gets the default value.

                                                                                                              @@ -452,7 +321,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String settingId

                                                                                                              The setting id.

                                                                                                              @@ -469,24 +338,12 @@
                                                                                                              Returns
                                                                                                              - object + System.Object

                                                                                                              The default value.

                                                                                                              -
                                                                                                              Overrides
                                                                                                              - -

                                                                                                              Implements

                                                                                                              - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.AppendToUnitType.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.AppendToUnitType.html index 71eab56a7..3e9aa2b12 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.AppendToUnitType.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.AppendToUnitType.html @@ -90,7 +90,7 @@

                                                                                                              AppendEndString are applied at the segment or paragraph level.

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.html index 751e6b305..cd1ea89b3 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.html @@ -90,145 +90,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              BatchProcessingGeneralSettings
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              BatchProcessingGeneralSettings
                                                                                                              - -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class BatchProcessingGeneralSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                              +
                                                                                                              public class BatchProcessingGeneralSettings : SettingsGroup

                                                                                                              Constructors

                                                                                                              @@ -236,7 +105,7 @@

                                                                                                              Constructors

                                                                                                              BatchProcessingGeneralSettings()

                                                                                                              -

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead.

                                                                                                              +

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead.

                                                                                                              Declaration
                                                                                                              @@ -264,7 +133,7 @@
                                                                                                              Field Value
                                                                                                              - bool + System.Boolean @@ -292,7 +161,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -302,7 +171,7 @@

                                                                                                              Methods -

                                                                                                              GetDefaultValue(string)

                                                                                                              +

                                                                                                              GetDefaultValue(String)

                                                                                                              Gets the default value.

                                                                                                              @@ -321,7 +190,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String settingId

                                                                                                              The setting id.

                                                                                                              @@ -338,23 +207,11 @@
                                                                                                              Returns
                                                                                                              - object + System.Object -
                                                                                                              Overrides
                                                                                                              - -

                                                                                                              Implements

                                                                                                              - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.html index 684838d72..0d53b2466 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.html @@ -90,36 +90,39 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              CDataWrapper
                                                                                                              Implements
                                                                                                              - +
                                                                                                              System.Xml.Serialization.IXmlSerializable
                                                                                                              Inherited Members
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType() +
                                                                                                              +
                                                                                                              + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettingsCustomAttributes
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings.CustomAttributes
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public sealed class CDataWrapper : IXmlSerializable
                                                                                                              +
                                                                                                              public sealed class CDataWrapper

                                                                                                              Constructors

                                                                                                              @@ -155,7 +158,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -182,7 +185,7 @@
                                                                                                              Returns
                                                                                                              - XmlSchema + System.Xml.Schema.XmlSchema @@ -208,7 +211,7 @@
                                                                                                              Parameters
                                                                                                              - XmlSchemaSet + System.Xml.Schema.XmlSchemaSet xs @@ -224,7 +227,7 @@
                                                                                                              Returns
                                                                                                              - XmlQualifiedName + System.Xml.XmlQualifiedName @@ -254,7 +257,7 @@
                                                                                                              Parameters
                                                                                                              - XmlReader + System.Xml.XmlReader reader @@ -280,13 +283,13 @@
                                                                                                              Returns
                                                                                                              - string + System.String
                                                                                                              Overrides
                                                                                                              - +
                                                                                                              System.Object.ToString()
                                                                                                              @@ -310,7 +313,7 @@
                                                                                                              Parameters
                                                                                                              - XmlWriter + System.Xml.XmlWriter writer @@ -321,12 +324,12 @@

                                                                                                              Operators -

                                                                                                              implicit operator string(CDataWrapper)

                                                                                                              +

                                                                                                              Implicit(CDataWrapper to String)

                                                                                                              Declaration
                                                                                                              -
                                                                                                              public static implicit operator string(CDataWrapper value)
                                                                                                              +
                                                                                                              public static implicit operator string (CDataWrapper value)
                                                                                                              Parameters
                                                                                                              @@ -355,7 +358,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -363,7 +366,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              implicit operator CDataWrapper(string)

                                                                                                              +

                                                                                                              Implicit(String to CDataWrapper)

                                                                                                              Declaration
                                                                                                              @@ -381,7 +384,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -404,7 +407,7 @@
                                                                                                              Returns
                                                                                                              stringSystem.String
                                                                                                              stringSystem.String value

                                                                                                              Implements

                                                                                                              - IXmlSerializable + System.Xml.Serialization.IXmlSerializable
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.html index 0d8350fa3..7bd87b00e 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.html @@ -90,39 +90,38 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              CustomAttribute
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettingsCustomAttributes
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings.CustomAttributes
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              [DataContract]
                                                                                                              -public class CustomAttribute
                                                                                                              +
                                                                                                              public class CustomAttribute

                                                                                                              Constructors

                                                                                                              @@ -146,8 +145,7 @@

                                                                                                              Declaration
                                                                                                              -
                                                                                                              [DataMember]
                                                                                                              -public string DisplayName { get; set; }
                                                                                                              +
                                                                                                              public string DisplayName { get; set; }
                                                                                                              Property Value
                                                                                                              @@ -159,7 +157,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -172,8 +170,7 @@

                                                                                                              Declaration
                                                                                                              -
                                                                                                              [DataMember]
                                                                                                              -public int DisplayOrder { get; set; }
                                                                                                              +
                                                                                                              public int DisplayOrder { get; set; }
                                                                                                              Property Value
                                                                                                              stringSystem.String
                                                                                                              @@ -185,7 +182,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -198,8 +195,7 @@

                                                                                                              Declaration
                                                                                                              -
                                                                                                              [DataMember]
                                                                                                              -public string Name { get; set; }
                                                                                                              +
                                                                                                              public string Name { get; set; }
                                                                                                              Property Value
                                                                                                              intSystem.Int32
                                                                                                              @@ -211,7 +207,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -224,8 +220,7 @@

                                                                                                              Declaration
                                                                                                              -
                                                                                                              [DataMember]
                                                                                                              -public CustomAttributeTypeEnum Type { get; set; }
                                                                                                              +
                                                                                                              public CustomAttributeTypeEnum Type { get; set; }
                                                                                                              Property Value
                                                                                                              stringSystem.String
                                                                                                              @@ -262,7 +257,7 @@
                                                                                                              Property Value
                                                                                                              - + diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeList.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeList.html index 4e1e65c43..76264bfc1 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeList.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeList.html @@ -90,195 +90,245 @@

                                                                                                              Inheritance
                                                                                                              - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.Collections.Generic.List<CustomAttribute>
                                                                                                              CustomAttributeList
                                                                                                              Implements
                                                                                                              - - - - - - - - +
                                                                                                              System.Collections.Generic.IList<CustomAttribute>
                                                                                                              +
                                                                                                              System.Collections.Generic.ICollection<CustomAttribute>
                                                                                                              +
                                                                                                              System.Collections.IList
                                                                                                              +
                                                                                                              System.Collections.ICollection
                                                                                                              +
                                                                                                              System.Collections.Generic.IReadOnlyList<CustomAttribute>
                                                                                                              +
                                                                                                              System.Collections.Generic.IReadOnlyCollection<CustomAttribute>
                                                                                                              +
                                                                                                              System.Collections.Generic.IEnumerable<CustomAttribute>
                                                                                                              +
                                                                                                              System.Collections.IEnumerable
                                                                                                              Inherited Members
                                                                                                              - List<CustomAttribute>.Add(CustomAttribute) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.System.Collections.IList.get_Item(System.Int32)
                                                                                                              - List<CustomAttribute>.AddRange(IEnumerable<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.System.Collections.IList.set_Item(System.Int32, System.Object)
                                                                                                              - List<CustomAttribute>.AsReadOnly() + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.Add(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute)
                                                                                                              - List<CustomAttribute>.BinarySearch(int, int, CustomAttribute, IComparer<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.System.Collections.IList.Add(System.Object)
                                                                                                              - List<CustomAttribute>.BinarySearch(CustomAttribute) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.AddRange(System.Collections.Generic.IEnumerable<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - List<CustomAttribute>.BinarySearch(CustomAttribute, IComparer<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.AsReadOnly()
                                                                                                              - List<CustomAttribute>.Clear() + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.BinarySearch(System.Int32, System.Int32, Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute, System.Collections.Generic.IComparer<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - List<CustomAttribute>.Contains(CustomAttribute) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.BinarySearch(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute)
                                                                                                              - List<CustomAttribute>.ConvertAll<TOutput>(Converter<CustomAttribute, TOutput>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.BinarySearch(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute, System.Collections.Generic.IComparer<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - List<CustomAttribute>.CopyTo(CustomAttribute[]) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.Clear()
                                                                                                              - List<CustomAttribute>.CopyTo(int, CustomAttribute[], int, int) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.Contains(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute)
                                                                                                              - List<CustomAttribute>.CopyTo(CustomAttribute[], int) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.System.Collections.IList.Contains(System.Object)
                                                                                                              - List<CustomAttribute>.Exists(Predicate<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.ConvertAll<TOutput>(System.Converter<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute, TOutput>)
                                                                                                              - List<CustomAttribute>.Find(Predicate<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.CopyTo(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute[])
                                                                                                              - List<CustomAttribute>.FindAll(Predicate<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
                                                                                                              - List<CustomAttribute>.FindIndex(Predicate<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.CopyTo(System.Int32, Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute[], System.Int32, System.Int32)
                                                                                                              - List<CustomAttribute>.FindIndex(int, Predicate<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.CopyTo(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute[], System.Int32)
                                                                                                              - List<CustomAttribute>.FindIndex(int, int, Predicate<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.Exists(System.Predicate<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - List<CustomAttribute>.FindLast(Predicate<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.Find(System.Predicate<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - List<CustomAttribute>.FindLastIndex(Predicate<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.FindAll(System.Predicate<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - List<CustomAttribute>.FindLastIndex(int, Predicate<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.FindIndex(System.Predicate<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - List<CustomAttribute>.FindLastIndex(int, int, Predicate<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.FindIndex(System.Int32, System.Predicate<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - List<CustomAttribute>.ForEach(Action<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.FindIndex(System.Int32, System.Int32, System.Predicate<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - List<CustomAttribute>.GetEnumerator() + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.FindLast(System.Predicate<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - List<CustomAttribute>.GetRange(int, int) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.FindLastIndex(System.Predicate<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - List<CustomAttribute>.IndexOf(CustomAttribute) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.FindLastIndex(System.Int32, System.Predicate<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - List<CustomAttribute>.IndexOf(CustomAttribute, int) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - List<CustomAttribute>.IndexOf(CustomAttribute, int, int) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.ForEach(System.Action<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - List<CustomAttribute>.Insert(int, CustomAttribute) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.GetEnumerator()
                                                                                                              - List<CustomAttribute>.InsertRange(int, IEnumerable<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.System.Collections.Generic.IEnumerable<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.GetEnumerator()
                                                                                                              - List<CustomAttribute>.LastIndexOf(CustomAttribute) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.System.Collections.IEnumerable.GetEnumerator()
                                                                                                              - List<CustomAttribute>.LastIndexOf(CustomAttribute, int) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.GetRange(System.Int32, System.Int32)
                                                                                                              - List<CustomAttribute>.LastIndexOf(CustomAttribute, int, int) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.IndexOf(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute)
                                                                                                              - List<CustomAttribute>.Remove(CustomAttribute) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.System.Collections.IList.IndexOf(System.Object)
                                                                                                              - List<CustomAttribute>.RemoveAll(Predicate<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.IndexOf(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute, System.Int32)
                                                                                                              - List<CustomAttribute>.RemoveAt(int) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.IndexOf(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute, System.Int32, System.Int32)
                                                                                                              - List<CustomAttribute>.RemoveRange(int, int) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.Insert(System.Int32, Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute)
                                                                                                              - List<CustomAttribute>.Reverse() + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.System.Collections.IList.Insert(System.Int32, System.Object)
                                                                                                              - List<CustomAttribute>.Reverse(int, int) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - List<CustomAttribute>.Sort() + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.LastIndexOf(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute)
                                                                                                              - List<CustomAttribute>.Sort(IComparer<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.LastIndexOf(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute, System.Int32)
                                                                                                              - List<CustomAttribute>.Sort(int, int, IComparer<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.LastIndexOf(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute, System.Int32, System.Int32)
                                                                                                              - List<CustomAttribute>.Sort(Comparison<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.Remove(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute)
                                                                                                              - List<CustomAttribute>.ToArray() + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.System.Collections.IList.Remove(System.Object)
                                                                                                              - List<CustomAttribute>.TrimExcess() + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.RemoveAll(System.Predicate<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - List<CustomAttribute>.TrueForAll(Predicate<CustomAttribute>) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.RemoveAt(System.Int32)
                                                                                                              - List<CustomAttribute>.Capacity + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.RemoveRange(System.Int32, System.Int32)
                                                                                                              - List<CustomAttribute>.Count + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.Reverse()
                                                                                                              - List<CustomAttribute>.this[int] + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.Reverse(System.Int32, System.Int32)
                                                                                                              - object.ToString() + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.Sort()
                                                                                                              - object.Equals(object) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.Sort(System.Collections.Generic.IComparer<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - object.Equals(object, object) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - object.ReferenceEquals(object, object) + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.Sort(System.Comparison<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>)
                                                                                                              - object.GetHashCode() + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.ToArray()
                                                                                                              - object.GetType() + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.TrimExcess() +
                                                                                                              +
                                                                                                              + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.TrueForAll(System.Predicate<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>) +
                                                                                                              +
                                                                                                              + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.Capacity +
                                                                                                              +
                                                                                                              + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.Count +
                                                                                                              +
                                                                                                              + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.System.Collections.IList.IsFixedSize +
                                                                                                              +
                                                                                                              + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.System.Collections.Generic.ICollection<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.IsReadOnly +
                                                                                                              +
                                                                                                              + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.System.Collections.IList.IsReadOnly +
                                                                                                              +
                                                                                                              + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.System.Collections.ICollection.IsSynchronized +
                                                                                                              +
                                                                                                              + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.System.Collections.ICollection.SyncRoot +
                                                                                                              +
                                                                                                              + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.Item[System.Int32] +
                                                                                                              +
                                                                                                              + System.Collections.Generic.List<Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute>.System.Collections.IList.Item[System.Int32] +
                                                                                                              +
                                                                                                              + 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: SdlSdl.ProjectAutomationSettingsCustomAttributes
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings.CustomAttributes
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              [CollectionDataContract]
                                                                                                              -public sealed class CustomAttributeList : List<CustomAttribute>, IList<CustomAttribute>, ICollection<CustomAttribute>, IList, ICollection, IReadOnlyList<CustomAttribute>, IReadOnlyCollection<CustomAttribute>, IEnumerable<CustomAttribute>, IEnumerable
                                                                                                              +
                                                                                                              public sealed class CustomAttributeList : List<CustomAttribute>, IList<CustomAttribute>, ICollection<CustomAttribute>, IList, ICollection, IReadOnlyList<CustomAttribute>, IReadOnlyCollection<CustomAttribute>, IEnumerable<CustomAttribute>, IEnumerable

                                                                                                              Constructors

                                                                                                              @@ -294,28 +344,28 @@
                                                                                                              Declaration

                                                                                                              Implements

                                                                                                              - IList<T> + System.Collections.Generic.IList<T>
                                                                                                              - ICollection<T> + System.Collections.Generic.ICollection<T>
                                                                                                              - IList + System.Collections.IList
                                                                                                              - ICollection + System.Collections.ICollection
                                                                                                              - IReadOnlyList<T> + System.Collections.Generic.IReadOnlyList<T>
                                                                                                              - IReadOnlyCollection<T> + System.Collections.Generic.IReadOnlyCollection<T>
                                                                                                              - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                              - IEnumerable + System.Collections.IEnumerable
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.html index 0999db3dd..12f28308a 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.html @@ -90,148 +90,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              CustomAttributeSettings
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              CustomAttributeSettings
                                                                                                              - -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -

                                                                                                              Namespace: SdlSdl.ProjectAutomationSettingsCustomAttributes
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings.CustomAttributes
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class CustomAttributeSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                              +
                                                                                                              public class CustomAttributeSettings : SettingsGroup

                                                                                                              Constructors

                                                                                                              @@ -266,7 +132,7 @@
                                                                                                              Field Value
                                                                                                              - + @@ -290,7 +156,7 @@
                                                                                                              Field Value
                                                                                                              - + @@ -314,7 +180,7 @@
                                                                                                              Field Value
                                                                                                              - + @@ -346,16 +212,6 @@
                                                                                                              Property Value
                                                                                                              ListstringSystem.Collections.Generic.List<System.String>
                                                                                                              stringSystem.String
                                                                                                              stringSystem.String
                                                                                                              stringSystem.String
                                                                                                              -

                                                                                                              Implements

                                                                                                              - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeTypeEnum.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeTypeEnum.html index c2d3d2f70..48b81a167 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeTypeEnum.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeTypeEnum.html @@ -88,7 +88,7 @@

                                                                                                              -

                                                                                                              Namespace: SdlSdl.ProjectAutomationSettingsCustomAttributes
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings.CustomAttributes
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.html index dc1b12685..80fa7c109 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.html @@ -90,34 +90,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              TranslationProviderStatusChanged
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettingsEvents
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings.Events
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              @@ -128,7 +128,7 @@

                                                                                                              Constructors -

                                                                                                              TranslationProviderStatusChanged(Uri, bool?)

                                                                                                              +

                                                                                                              TranslationProviderStatusChanged(Uri, Nullable<Boolean>)

                                                                                                              Declaration
                                                                                                              @@ -146,13 +146,13 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri tpUri

                                                                                                              The Uri of the translation provider with the changed status

                                                                                                              - bool + System.Nullable<System.Boolean> newStatus

                                                                                                              A value of null will be sent when the translation provider was removed

                                                                                                              @@ -182,7 +182,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Nullable<System.Boolean> @@ -208,7 +208,7 @@
                                                                                                              Property Value
                                                                                                              - Uri + System.Uri diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFileVersion.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFileVersion.html index f12d54ba3..7906ca98c 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFileVersion.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFileVersion.html @@ -89,7 +89,7 @@

                                                                                                              Represents the possible file versions that can be exported using the Export Files task.

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              @@ -121,7 +121,7 @@

                                                                                                              Fields Native

                                                                                                              The native file verion is exported. For source files, this is the original source file in its original native format, for target files -it is the generated native target file in its original native format, if it's available.

                                                                                                              +it is the generated native target file in its original native format, if it's available.

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFilesSettings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFilesSettings.html index e22ecfed4..9a47519ee 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFilesSettings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFilesSettings.html @@ -91,145 +91,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              ExportFilesSettings
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              ExportFilesSettings
                                                                                                              - -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class ExportFilesSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                              +
                                                                                                              public class ExportFilesSettings : SettingsGroup

                                                                                                              Constructors

                                                                                                              @@ -237,7 +106,7 @@

                                                                                                              Constructors

                                                                                                              ExportFilesSettings()

                                                                                                              -

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead.

                                                                                                              +

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead.

                                                                                                              Declaration
                                                                                                              @@ -268,7 +137,7 @@
                                                                                                              Property Value
                                                                                                              - SettingExportFileVersion + Setting<ExportFileVersion> @@ -295,7 +164,7 @@
                                                                                                              Property Value
                                                                                                              - Settingstring + Setting<System.String> @@ -305,7 +174,7 @@

                                                                                                              Methods -

                                                                                                              GetDefaultValue(string)

                                                                                                              +

                                                                                                              GetDefaultValue(String)

                                                                                                              Gets the default value.

                                                                                                              @@ -324,7 +193,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String settingId

                                                                                                              The setting id.

                                                                                                              @@ -341,24 +210,12 @@
                                                                                                              Returns
                                                                                                              - object + System.Object

                                                                                                              The default value.

                                                                                                              -
                                                                                                              Overrides
                                                                                                              - -

                                                                                                              Implements

                                                                                                              - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.html index 9b2952870..25742e63b 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.html @@ -86,150 +86,19 @@

                                                                                                              Class ExportForReviewTaskSettings

                                                                                                              -

                                                                                                              Settings group class for the 'Export for Review' automatic task settings.

                                                                                                              +

                                                                                                              Settings group class for the 'Export for Review' automatic task settings.

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              ExportForReviewTaskSettings
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              ExportForReviewTaskSettings
                                                                                                              - -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class ExportForReviewTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                              +
                                                                                                              public class ExportForReviewTaskSettings : SettingsGroup

                                                                                                              Constructors

                                                                                                              @@ -237,7 +106,7 @@

                                                                                                              Constructors

                                                                                                              ExportForReviewTaskSettings()

                                                                                                              -

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead.

                                                                                                              +

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead.

                                                                                                              Declaration
                                                                                                              @@ -267,7 +136,7 @@
                                                                                                              Property Value
                                                                                                              - SettingColor + Setting<System.Drawing.Color> @@ -293,7 +162,7 @@
                                                                                                              Property Value
                                                                                                              - SettingColor + Setting<System.Drawing.Color> @@ -319,7 +188,7 @@
                                                                                                              Property Value
                                                                                                              - Settingstring + Setting<System.String> @@ -345,7 +214,7 @@
                                                                                                              Property Value
                                                                                                              - SettingColor + Setting<System.Drawing.Color> @@ -371,7 +240,7 @@
                                                                                                              Property Value
                                                                                                              - Settingstring + Setting<System.String> @@ -397,7 +266,7 @@
                                                                                                              Property Value
                                                                                                              - SettingColor + Setting<System.Drawing.Color> @@ -423,7 +292,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -449,7 +318,7 @@
                                                                                                              Property Value
                                                                                                              - SettingColor + Setting<System.Drawing.Color> @@ -458,7 +327,7 @@
                                                                                                              Property Value

                                                                                                              TableLayoutType

                                                                                                              -

                                                                                                              Gets the setting that states the format of the review file, 'Top-down' or 'Side-by-side'... . Default: Side-by-side.

                                                                                                              +

                                                                                                              Gets the setting that states the format of the review file, 'Top-down' or 'Side-by-side'... . Default: Side-by-side.

                                                                                                              Declaration
                                                                                                              @@ -475,7 +344,7 @@
                                                                                                              Property Value
                                                                                                              - SettingSdl.FileTypeSupport.Utilities.SdlXliffConvertor.LayoutTypeSdl.FileTypeSupport.Utilities.SdlXliffConvertor.LayoutType.TableType + Setting<Sdl.FileTypeSupport.Utilities.SdlXliffConvertor.LayoutType.TableType> @@ -485,7 +354,7 @@

                                                                                                              Methods -

                                                                                                              GetDefaultValue(string)

                                                                                                              +

                                                                                                              GetDefaultValue(String)

                                                                                                              Gets the default value.

                                                                                                              @@ -504,7 +373,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String settingId

                                                                                                              The setting id.

                                                                                                              @@ -521,23 +390,11 @@
                                                                                                              Returns
                                                                                                              - object + System.Object -
                                                                                                              Overrides
                                                                                                              - -

                                                                                                              Implements

                                                                                                              - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.html index a5ee477a6..879e59ab2 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.html @@ -91,46 +91,45 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              ExternalReviewMappingItem
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              [DataContract]
                                                                                                              -public class ExternalReviewMappingItem
                                                                                                              +
                                                                                                              public class ExternalReviewMappingItem

                                                                                                              Constructors

                                                                                                              -

                                                                                                              ExternalReviewMappingItem(string, Guid, string)

                                                                                                              +

                                                                                                              ExternalReviewMappingItem(String, Guid, String)

                                                                                                              Constructor of ExternalReviewMappingItem

                                                                                                              @@ -149,17 +148,17 @@
                                                                                                              Parameters
                                                                                                              - string + System.String XliffFilePath - Guid + System.Guid projectGuid - string + System.String bilingualReviewFilePath @@ -176,8 +175,7 @@

                                                                                                              Declaration
                                                                                                              -
                                                                                                              [DataMember]
                                                                                                              -public string BilingualReviewFileFullPath { get; set; }
                                                                                                              +
                                                                                                              public string BilingualReviewFileFullPath { get; set; }
                                                                                                              Property Value
                                                                                                              @@ -189,7 +187,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -203,8 +201,7 @@

                                                                                                              Declaration
                                                                                                              -
                                                                                                              [DataMember]
                                                                                                              -public Guid Guid { get; set; }
                                                                                                              +
                                                                                                              public Guid Guid { get; set; }
                                                                                                              Property Value
                                                                                                              stringSystem.String
                                                                                                              @@ -216,7 +213,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -230,8 +227,7 @@

                                                                                                              Declaration
                                                                                                              -
                                                                                                              [DataMember]
                                                                                                              -public Language Language { get; set; }
                                                                                                              +
                                                                                                              public Language Language { get; set; }
                                                                                                              Property Value
                                                                                                              GuidSystem.Guid
                                                                                                              @@ -257,8 +253,7 @@

                                                                                                              Declaration
                                                                                                              -
                                                                                                              [DataMember]
                                                                                                              -public string XliffFilePath { get; set; }
                                                                                                              +
                                                                                                              public string XliffFilePath { get; set; }
                                                                                                              Property Value
                                                                                                              @@ -270,7 +265,7 @@
                                                                                                              Property Value
                                                                                                              - + diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.html index e71f9e562..968d71016 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.html @@ -91,145 +91,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              ImportFromReviewTaskSettings
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              ImportFromReviewTaskSettings
                                                                                                              - -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -

                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class ImportFromReviewTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                              +
                                                                                                              public class ImportFromReviewTaskSettings : SettingsGroup

                                                                                                              Constructors

                                                                                                              @@ -266,7 +135,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -292,7 +161,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -318,7 +187,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -328,7 +197,7 @@

                                                                                                              Methods -

                                                                                                              GetDefaultValue(string)

                                                                                                              +

                                                                                                              GetDefaultValue(String)

                                                                                                              Gets the default value.

                                                                                                              @@ -347,7 +216,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -364,23 +233,11 @@
                                                                                                              Returns
                                                                                                              - +
                                                                                                              stringSystem.String
                                                                                                              SettingboolSetting<System.Boolean>
                                                                                                              SettingConfirmationLevelSetting<ConfirmationLevel>
                                                                                                              SettingListExternalReviewMappingItemSetting<System.Collections.Generic.List<ExternalReviewMappingItem>>
                                                                                                              stringSystem.String settingId

                                                                                                              The setting id.

                                                                                                              objectSystem.Object
                                                                                                              -
                                                                                                              Overrides
                                                                                                              - -

                                                                                                              Implements

                                                                                                              - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.MeasurementsFormattingMode.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.MeasurementsFormattingMode.html index 55b9c5c0b..b962e1e17 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.MeasurementsFormattingMode.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.MeasurementsFormattingMode.html @@ -90,7 +90,7 @@

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              @@ -109,13 +109,13 @@

                                                                                                              Fields Auto_FromDocument

                                                                                                              Use information from the document (source) token to auto-localize the tokens in the -translation proposal. Use the whitespace handling as it is obtained from the document or memory token.

                                                                                                              +translation proposal. Use the whitespace handling as it is obtained from the document or memory token.

                                                                                                              Auto_FromMemory

                                                                                                              Use information from the memory source and target tokens to auto-localize the tokens in the -translation proposal. Use the whitespace handling as it is obtained from the document or memory token.

                                                                                                              +translation proposal. Use the whitespace handling as it is obtained from the document or memory token.

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.NoTranslationMemoryMatchFoundAction.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.NoTranslationMemoryMatchFoundAction.html index 8216cd227..7e58a9cb5 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.NoTranslationMemoryMatchFoundAction.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.NoTranslationMemoryMatchFoundAction.html @@ -88,7 +88,7 @@

                                                                                                              -

                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.html index a1abfc561..8632bc93f 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.html @@ -91,148 +91,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              PerfectMatchTaskSettings
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              PerfectMatchTaskSettings
                                                                                                              - -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class PerfectMatchTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                              +
                                                                                                              public class PerfectMatchTaskSettings : SettingsGroup

                                                                                                              Constructors

                                                                                                              @@ -253,9 +119,9 @@

                                                                                                              Properties

                                                                                                              MarkAsPerfectMatchAndLock

                                                                                                              If true, all segments copied over from the reference files will be marked as "PerfectMatch" and will be locked. - This caters for the "fully reviewed existing project" scenario. +This caters for the "fully reviewed existing project" scenario. If false, the original segment properties will be preserved and the segment will not be locked. - This caters for the "mid project update" scenario, where the translator is halfway through a translation project, and the client sends all the source files again with a few tweaks in them.

                                                                                                              +This caters for the "mid project update" scenario, where the translator is halfway through a translation project, and the client sends all the source files again with a few tweaks in them.

                                                                                                              Declaration
                                                                                                              @@ -272,21 +138,11 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> -

                                                                                                              Implements

                                                                                                              - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectSettings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectSettings.html index 4f2653a01..df5ff38f3 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectSettings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectSettings.html @@ -91,148 +91,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              ProjectSettings
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              ProjectSettings
                                                                                                              - -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class ProjectSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                              +
                                                                                                              public class ProjectSettings : SettingsGroup

                                                                                                              Constructors

                                                                                                              @@ -269,7 +135,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -295,21 +161,11 @@
                                                                                                              Property Value
                                                                                                              - string + System.String -

                                                                                                              Implements

                                                                                                              - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.html index ccfe38c40..66bdcfae3 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.html @@ -91,145 +91,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              ProjectTranslationMemoryTaskSettings
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              ProjectTranslationMemoryTaskSettings
                                                                                                              - -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class ProjectTranslationMemoryTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                              +
                                                                                                              public class ProjectTranslationMemoryTaskSettings : SettingsGroup

                                                                                                              Constructors

                                                                                                              @@ -237,7 +106,7 @@

                                                                                                              Constructors

                                                                                                              ProjectTranslationMemoryTaskSettings()

                                                                                                              -

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead.

                                                                                                              +

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead.

                                                                                                              Declaration
                                                                                                              @@ -267,7 +136,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -293,7 +162,7 @@
                                                                                                              Property Value
                                                                                                              - Settingstring + Setting<System.String> @@ -319,7 +188,7 @@
                                                                                                              Property Value
                                                                                                              - Settingstring + Setting<System.String> @@ -345,7 +214,7 @@
                                                                                                              Property Value
                                                                                                              - Settingstring + Setting<System.String> @@ -355,7 +224,7 @@

                                                                                                              Methods -

                                                                                                              GetDefaultValue(string)

                                                                                                              +

                                                                                                              GetDefaultValue(String)

                                                                                                              Gets the default value.

                                                                                                              @@ -374,7 +243,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String settingId

                                                                                                              The setting id.

                                                                                                              @@ -391,24 +260,12 @@
                                                                                                              Returns
                                                                                                              - object + System.Object

                                                                                                              The default value.

                                                                                                              -
                                                                                                              Overrides
                                                                                                              - -

                                                                                                              Implements

                                                                                                              - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.html index 008e1a0d3..452103867 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.html @@ -91,145 +91,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              PseudoTranslateSettings
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              PseudoTranslateSettings
                                                                                                              - -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class PseudoTranslateSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                              +
                                                                                                              public class PseudoTranslateSettings : SettingsGroup

                                                                                                              Constructors

                                                                                                              @@ -237,7 +106,7 @@

                                                                                                              Constructors

                                                                                                              PseudoTranslateSettings()

                                                                                                              -

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead.

                                                                                                              +

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead.

                                                                                                              Declaration
                                                                                                              @@ -268,7 +137,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -294,7 +163,7 @@
                                                                                                              Property Value
                                                                                                              - Settingstring + Setting<System.String> @@ -321,7 +190,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -347,7 +216,7 @@
                                                                                                              Property Value
                                                                                                              - Settingstring + Setting<System.String> @@ -374,7 +243,7 @@
                                                                                                              Property Value
                                                                                                              - SettingAppendToUnitType + Setting<AppendToUnitType> @@ -402,7 +271,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -429,7 +298,7 @@
                                                                                                              Property Value
                                                                                                              - Settingdouble + Setting<System.Double> @@ -457,7 +326,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -467,9 +336,9 @@

                                                                                                              Methods -

                                                                                                              GetDefaultValue(string)

                                                                                                              +

                                                                                                              GetDefaultValue(String)

                                                                                                              Gets the default value for the sepcified settings. Always returns null. - Override this method in extending classes to define default setting values.

                                                                                                              +Override this method in extending classes to define default setting values.

                                                                                                              Declaration
                                                                                                              @@ -487,7 +356,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String settingId

                                                                                                              The setting id.

                                                                                                              @@ -504,24 +373,12 @@
                                                                                                              Returns
                                                                                                              - object + System.Object

                                                                                                              The default value, or null if no default value is available.

                                                                                                              -
                                                                                                              Overrides
                                                                                                              - -

                                                                                                              Implements

                                                                                                              - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.ReturningPackageSettings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.ReturningPackageSettings.html index 89c1f1f8a..371378e40 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.ReturningPackageSettings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.ReturningPackageSettings.html @@ -91,148 +91,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              ReturningPackageSettings
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              ReturningPackageSettings
                                                                                                              - -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class ReturningPackageSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                              +
                                                                                                              public class ReturningPackageSettings : SettingsGroup

                                                                                                              Constructors

                                                                                                              @@ -269,21 +135,11 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean -

                                                                                                              Implements

                                                                                                              - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.SourceTrackChangesLookupMode.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.SourceTrackChangesLookupMode.html index 18b80ca73..d573d2ff3 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.SourceTrackChangesLookupMode.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.SourceTrackChangesLookupMode.html @@ -89,7 +89,7 @@

                                                                                                              the way to handle segments with source track changes in TM search

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.TmImportOption.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.TmImportOption.html index 19ada3869..351aa1f63 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.TmImportOption.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.TmImportOption.html @@ -89,7 +89,7 @@

                                                                                                              Options to specify how the TU should be handled when the same TU already exists in the TM

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              @@ -117,7 +117,7 @@

                                                                                                              Fields LeaveUnchangedTranslation -

                                                                                                              If true do not import TU's even if target TU's differ.

                                                                                                              +

                                                                                                              If true do not import TU's even if target TU's differ.

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslateTaskSettings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslateTaskSettings.html index be070caa7..b09e1b4b0 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslateTaskSettings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslateTaskSettings.html @@ -91,145 +91,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              TranslateTaskSettings
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              TranslateTaskSettings
                                                                                                              - -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class TranslateTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                              +
                                                                                                              public class TranslateTaskSettings : SettingsGroup

                                                                                                              Constructors

                                                                                                              @@ -237,7 +106,7 @@

                                                                                                              Constructors

                                                                                                              TranslateTaskSettings()

                                                                                                              -

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead.

                                                                                                              +

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead.

                                                                                                              Declaration
                                                                                                              @@ -267,7 +136,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -293,7 +162,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -319,7 +188,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -345,7 +214,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -371,7 +240,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -397,7 +266,7 @@
                                                                                                              Property Value
                                                                                                              - Settingint + Setting<System.Int32> @@ -423,7 +292,7 @@
                                                                                                              Property Value
                                                                                                              - SettingNoTranslationMemoryMatchFoundAction + Setting<NoTranslationMemoryMatchFoundAction> @@ -449,7 +318,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -475,7 +344,7 @@
                                                                                                              Property Value
                                                                                                              - SettingTranslationUpdateMode + Setting<TranslationUpdateMode> @@ -485,7 +354,7 @@

                                                                                                              Methods -

                                                                                                              GetDefaultValue(string)

                                                                                                              +

                                                                                                              GetDefaultValue(String)

                                                                                                              Gets the default value.

                                                                                                              @@ -504,7 +373,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String settingId

                                                                                                              The setting id.

                                                                                                              @@ -521,24 +390,12 @@
                                                                                                              Returns
                                                                                                              - object + System.Object

                                                                                                              The default value.

                                                                                                              -
                                                                                                              Overrides
                                                                                                              - -

                                                                                                              Implements

                                                                                                              - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationCountSettings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationCountSettings.html index d7acd1bfe..d0de9cbcb 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationCountSettings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationCountSettings.html @@ -91,145 +91,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              TranslationCountSettings
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              TranslationCountSettings
                                                                                                              - -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class TranslationCountSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                              +
                                                                                                              public class TranslationCountSettings : SettingsGroup

                                                                                                              Constructors

                                                                                                              @@ -237,7 +106,7 @@

                                                                                                              Constructors

                                                                                                              TranslationCountSettings()

                                                                                                              -

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead.

                                                                                                              +

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead.

                                                                                                              Declaration
                                                                                                              @@ -267,7 +136,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -277,7 +146,7 @@

                                                                                                              Methods -

                                                                                                              GetDefaultValue(string)

                                                                                                              +

                                                                                                              GetDefaultValue(String)

                                                                                                              Gets the default value.

                                                                                                              @@ -296,7 +165,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String settingId

                                                                                                              The setting id.

                                                                                                              @@ -313,24 +182,12 @@
                                                                                                              Returns
                                                                                                              - object + System.Object

                                                                                                              The default value.

                                                                                                              -
                                                                                                              Overrides
                                                                                                              - -

                                                                                                              Implements

                                                                                                              - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemorySettings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemorySettings.html index 44627a558..f8e8574c6 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemorySettings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemorySettings.html @@ -91,145 +91,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              TranslationMemorySettings
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              TranslationMemorySettings
                                                                                                              - -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class TranslationMemorySettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                              +
                                                                                                              public class TranslationMemorySettings : SettingsGroup

                                                                                                              Constructors

                                                                                                              @@ -237,7 +106,7 @@

                                                                                                              Constructors

                                                                                                              TranslationMemorySettings()

                                                                                                              -

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead.

                                                                                                              +

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead.

                                                                                                              Declaration
                                                                                                              @@ -267,7 +136,7 @@
                                                                                                              Property Value
                                                                                                              - Settingint + Setting<System.Int32> @@ -293,7 +162,7 @@
                                                                                                              Property Value
                                                                                                              - Settingint + Setting<System.Int32> @@ -319,7 +188,7 @@
                                                                                                              Property Value
                                                                                                              - Settingint + Setting<System.Int32> @@ -345,7 +214,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -371,7 +240,7 @@
                                                                                                              Property Value
                                                                                                              - Settingint + Setting<System.Int32> @@ -397,21 +266,21 @@
                                                                                                              Property Value
                                                                                                              - Settingint + Setting<System.Int32> - -

                                                                                                              DTAMinimumMatchLengthWords

                                                                                                              -

                                                                                                              Gets or set the translation minimum match value. Default: 3.

                                                                                                              + +

                                                                                                              DatesAutoLocalizationEnabled

                                                                                                              +

                                                                                                              Gets or sets whether dates should be auto-localized when performing translations. Default: true.

                                                                                                              Declaration
                                                                                                              -
                                                                                                              public Setting<int> DTAMinimumMatchLengthWords { get; }
                                                                                                              +
                                                                                                              public Setting<bool> DatesAutoLocalizationEnabled { get; }
                                                                                                              Property Value
                                                                                                              @@ -423,21 +292,22 @@
                                                                                                              Property Value
                                                                                                              - +
                                                                                                              SettingintSetting<System.Boolean>
                                                                                                              - -

                                                                                                              DTAMinimumSignificantWordsInMatch

                                                                                                              -

                                                                                                              Gets or set the translation minimum match value. Default: 3.

                                                                                                              + +

                                                                                                              DifferentFormattingPenalty

                                                                                                              +

                                                                                                              Gets or set the penalty applied when the formatting present in the translation unit differs from the formatting present in +the document segment. Default: 1.

                                                                                                              Declaration
                                                                                                              -
                                                                                                              public Setting<int> DTAMinimumSignificantWordsInMatch { get; }
                                                                                                              +
                                                                                                              public Setting<int> DifferentFormattingPenalty { get; }
                                                                                                              Property Value
                                                                                                              @@ -449,21 +319,21 @@
                                                                                                              Property Value
                                                                                                              - +
                                                                                                              SettingintSetting<System.Int32>
                                                                                                              - -

                                                                                                              DatesAutoLocalizationEnabled

                                                                                                              -

                                                                                                              Gets or sets whether dates should be auto-localized when performing translations. Default: true.

                                                                                                              + +

                                                                                                              DTAMinimumMatchLengthWords

                                                                                                              +

                                                                                                              Gets or set the translation minimum match value. Default: 3.

                                                                                                              Declaration
                                                                                                              -
                                                                                                              public Setting<bool> DatesAutoLocalizationEnabled { get; }
                                                                                                              +
                                                                                                              public Setting<int> DTAMinimumMatchLengthWords { get; }
                                                                                                              Property Value
                                                                                                              @@ -475,22 +345,21 @@
                                                                                                              Property Value
                                                                                                              - +
                                                                                                              SettingboolSetting<System.Int32>
                                                                                                              - -

                                                                                                              DifferentFormattingPenalty

                                                                                                              -

                                                                                                              Gets or set the penalty applied when the formatting present in the translation unit differs from the formatting present in -the document segment. Default: 1.

                                                                                                              + +

                                                                                                              DTAMinimumSignificantWordsInMatch

                                                                                                              +

                                                                                                              Gets or set the translation minimum match value. Default: 3.

                                                                                                              Declaration
                                                                                                              -
                                                                                                              public Setting<int> DifferentFormattingPenalty { get; }
                                                                                                              +
                                                                                                              public Setting<int> DTAMinimumSignificantWordsInMatch { get; }
                                                                                                              Property Value
                                                                                                              @@ -502,7 +371,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -528,7 +397,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -554,7 +423,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -580,7 +449,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -606,7 +475,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -632,7 +501,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -658,7 +527,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -685,7 +554,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -711,7 +580,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -737,7 +606,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -763,7 +632,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -789,7 +658,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -816,7 +685,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -842,7 +711,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -868,7 +737,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -894,7 +763,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -920,7 +789,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -950,7 +819,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -976,7 +845,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -986,7 +855,7 @@
                                                                                                              Property Value

                                                                                                              TextReplacementPenalty

                                                                                                              Gets or set the penalty applied when variable auto-substitutions applied, or text placeholder values copied from the document tag into the translation proposal. - Default: 0.

                                                                                                              +Default: 0.

                                                                                                              Declaration
                                                                                                              @@ -1003,7 +872,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -1029,7 +898,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -1055,7 +924,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -1081,7 +950,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -1107,7 +976,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -1133,7 +1002,7 @@
                                                                                                              Property Value
                                                                                                              - + @@ -1163,10 +1032,10 @@
                                                                                                              Parameters
                                                                                                              - + @@ -1210,7 +1079,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -1299,7 +1168,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -1317,7 +1186,7 @@
                                                                                                              Returns
                                                                                                              @@ -1345,7 +1214,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -1390,7 +1259,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -1407,7 +1276,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -1436,7 +1305,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -1453,7 +1322,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -1482,7 +1351,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -1499,7 +1368,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -1528,7 +1397,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -1545,7 +1414,7 @@
                                                                                                              Returns
                                                                                                              - + @@ -1554,7 +1423,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              GetDefaultValue(string)

                                                                                                              +

                                                                                                              GetDefaultValue(String)

                                                                                                              Gets the default value.

                                                                                                              @@ -1573,7 +1442,7 @@
                                                                                                              Parameters
                                                                                                              - + @@ -1590,24 +1459,12 @@
                                                                                                              Returns
                                                                                                              - +
                                                                                                              SettingintSetting<System.Int32>
                                                                                                              SettingboolSetting<System.Boolean>
                                                                                                              SettingListFilterSetting<System.Collections.Generic.List<Filter>>
                                                                                                              SettingFilterExpressionSetting<FilterExpression>
                                                                                                              SettingstringSetting<System.String>
                                                                                                              SettingstringSetting<System.String>
                                                                                                              SettingboolSetting<System.Boolean>
                                                                                                              SettingcharSetting<System.Char>
                                                                                                              SettingMeasurementsFormattingModeSetting<MeasurementsFormattingMode>
                                                                                                              SettingintSetting<System.Int32>
                                                                                                              SettingintSetting<System.Int32>
                                                                                                              SettingboolSetting<System.Boolean>
                                                                                                              SettingFieldValuesSetting<FieldValues>
                                                                                                              SettingstringSetting<System.String>
                                                                                                              SettingstringSetting<System.String>
                                                                                                              SettingSourceTrackChangesLookupModeSetting<SourceTrackChangesLookupMode>
                                                                                                              SettingboolSetting<System.Boolean>
                                                                                                              SettingintSetting<System.Int32>
                                                                                                              SettingintSetting<System.Int32>
                                                                                                              SettingintSetting<System.Int32>
                                                                                                              SettingboolSetting<System.Boolean>
                                                                                                              SettingboolSetting<System.Boolean>
                                                                                                              SettingintSetting<System.Int32>
                                                                                                              SettingintSetting<System.Int32>
                                                                                                              SettingboolSetting<System.Boolean>
                                                                                                              CultureCodeSdl.Core.Globalization.CultureCode targetLanguage

                                                                                                              The target language for which to create the auto-localization settings. - This is only used to determine the default date and time patterns in case these have not been specified explicitly.

                                                                                                              +This is only used to determine the default date and time patterns in case these have not been specified explicitly.

                                                                                                              CultureCodeSdl.Core.Globalization.CultureCode targetLanguage
                                                                                                              CultureCodeSdl.Core.Globalization.CultureCode targetLanguage
                                                                                                              SearchSettings

                                                                                                              A SearchSettings object based on the setting values in this settings group, to use - for standard segment search.

                                                                                                              +for standard segment search.

                                                                                                              CultureCodeSdl.Core.Globalization.CultureCode targetLanguage
                                                                                                              CultureCodeSdl.Core.Globalization.CultureCode targetLanguage

                                                                                                              The target language.

                                                                                                              stringSystem.String

                                                                                                              The long date pattern format string.

                                                                                                              CultureCodeSdl.Core.Globalization.CultureCode targetLanguage

                                                                                                              The target language.

                                                                                                              stringSystem.String

                                                                                                              The long time pattern format string.

                                                                                                              CultureCodeSdl.Core.Globalization.CultureCode targetLanguage

                                                                                                              The target language.

                                                                                                              stringSystem.String

                                                                                                              The short date pattern format string.

                                                                                                              CultureCodeSdl.Core.Globalization.CultureCode targetLanguage

                                                                                                              The target language.

                                                                                                              stringSystem.String

                                                                                                              The short time pattern format string.

                                                                                                              stringSystem.String settingId

                                                                                                              The setting id.

                                                                                                              objectSystem.Object

                                                                                                              A SearchSettings object

                                                                                                              -
                                                                                                              Overrides
                                                                                                              - -

                                                                                                              Implements

                                                                                                              - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.html index 458621b85..a41d6d0cc 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.html @@ -91,145 +91,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              TranslationMemoryUpdateTaskSettings
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              TranslationMemoryUpdateTaskSettings
                                                                                                              - -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class TranslationMemoryUpdateTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                              +
                                                                                                              public class TranslationMemoryUpdateTaskSettings : SettingsGroup

                                                                                                              Constructors

                                                                                                              @@ -237,7 +106,7 @@

                                                                                                              Constructors

                                                                                                              TranslationMemoryUpdateTaskSettings()

                                                                                                              -

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead.

                                                                                                              +

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead.

                                                                                                              Declaration
                                                                                                              @@ -267,7 +136,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -293,7 +162,7 @@
                                                                                                              Property Value
                                                                                                              - SettingTmImportOption + Setting<TmImportOption> @@ -302,7 +171,7 @@
                                                                                                              Property Value

                                                                                                              UpdateWithApprovedSignOffSegments

                                                                                                              -

                                                                                                              Gets the setting that states whether the translation memories should be updated with 'Approved Sign Off' segments. Default: true.

                                                                                                              +

                                                                                                              Gets the setting that states whether the translation memories should be updated with 'Approved Sign Off' segments. Default: true.

                                                                                                              Declaration
                                                                                                              @@ -319,7 +188,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -328,7 +197,7 @@
                                                                                                              Property Value

                                                                                                              UpdateWithApprovedTranslationSegments

                                                                                                              -

                                                                                                              Gets the setting that states whether the translation memories should be updated with 'Approved Translation' segments. Default: true.

                                                                                                              +

                                                                                                              Gets the setting that states whether the translation memories should be updated with 'Approved Translation' segments. Default: true.

                                                                                                              Declaration
                                                                                                              @@ -345,7 +214,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -354,7 +223,7 @@
                                                                                                              Property Value

                                                                                                              UpdateWithDraftSegments

                                                                                                              -

                                                                                                              Gets the setting that states whether the translation memories should be updated with 'Draft' segments. Default: false.

                                                                                                              +

                                                                                                              Gets the setting that states whether the translation memories should be updated with 'Draft' segments. Default: false.

                                                                                                              Declaration
                                                                                                              @@ -371,7 +240,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -380,7 +249,7 @@
                                                                                                              Property Value

                                                                                                              UpdateWithRejectedSignOffSegments

                                                                                                              -

                                                                                                              Gets the setting that states whether the translation memories should be updated with 'Rejected Sign Off' segments. Default: false.

                                                                                                              +

                                                                                                              Gets the setting that states whether the translation memories should be updated with 'Rejected Sign Off' segments. Default: false.

                                                                                                              Declaration
                                                                                                              @@ -397,7 +266,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -406,7 +275,7 @@
                                                                                                              Property Value

                                                                                                              UpdateWithRejectedTranslationSegments

                                                                                                              -

                                                                                                              Gets the setting that states whether the translation memories should be updated with 'Rejected Translation' segments. Default: false.

                                                                                                              +

                                                                                                              Gets the setting that states whether the translation memories should be updated with 'Rejected Translation' segments. Default: false.

                                                                                                              Declaration
                                                                                                              @@ -423,7 +292,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -432,7 +301,7 @@
                                                                                                              Property Value

                                                                                                              UpdateWithTranslatedSegments

                                                                                                              -

                                                                                                              Gets the setting that states whether the translation memories should be updated with 'Translated' segments. Default: true.

                                                                                                              +

                                                                                                              Gets the setting that states whether the translation memories should be updated with 'Translated' segments. Default: true.

                                                                                                              Declaration
                                                                                                              @@ -449,7 +318,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -458,7 +327,7 @@
                                                                                                              Property Value

                                                                                                              UpdateWithUnspecifiedSegments

                                                                                                              -

                                                                                                              Gets the setting that states whether the translation memories should be updated with 'Unspecified' segments. Default: false.

                                                                                                              +

                                                                                                              Gets the setting that states whether the translation memories should be updated with 'Unspecified' segments. Default: false.

                                                                                                              Declaration
                                                                                                              @@ -475,7 +344,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -501,7 +370,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -511,7 +380,7 @@

                                                                                                              Methods -

                                                                                                              GetDefaultValue(string)

                                                                                                              +

                                                                                                              GetDefaultValue(String)

                                                                                                              Gets the default value.

                                                                                                              @@ -530,7 +399,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String settingId

                                                                                                              The setting id.

                                                                                                              @@ -547,24 +416,12 @@
                                                                                                              Returns
                                                                                                              - object + System.Object

                                                                                                              The default value.

                                                                                                              -
                                                                                                              Overrides
                                                                                                              - -

                                                                                                              Implements

                                                                                                              - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationUpdateMode.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationUpdateMode.html index 202fc3b48..2eab64c40 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationUpdateMode.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationUpdateMode.html @@ -89,7 +89,7 @@

                                                                                                              Translation update modes used in the Translate automatic task.

                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              @@ -107,7 +107,7 @@

                                                                                                              Fields KeepExistingTranslation -

                                                                                                              Keep existing bilingual segments (don't overwrite existing translations)

                                                                                                              +

                                                                                                              Keep existing bilingual segments (don't overwrite existing translations)

                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.WordCountSettings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.WordCountSettings.html index c74249237..686e47c85 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.WordCountSettings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.WordCountSettings.html @@ -91,145 +91,14 @@

                                                                                                              Inheritance
                                                                                                              - - - -
                                                                                                              WordCountSettings
                                                                                                              +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              WordCountSettings
                                                                                                              - -
                                                                                                              -
                                                                                                              Inherited Members
                                                                                                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                              -
                                                                                                              Namespace: SdlSdl.ProjectAutomationSettings
                                                                                                              +
                                                                                                              Namespace: Sdl.ProjectAutomation.Settings
                                                                                                              Assembly: Sdl.ProjectAutomation.Settings.dll
                                                                                                              Syntax
                                                                                                              -
                                                                                                              public class WordCountSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
                                                                                                              +
                                                                                                              public class WordCountSettings : SettingsGroup

                                                                                                              Constructors

                                                                                                              @@ -237,7 +106,7 @@

                                                                                                              Constructors

                                                                                                              WordCountSettings()

                                                                                                              -

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead.

                                                                                                              +

                                                                                                              Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead.

                                                                                                              Declaration
                                                                                                              @@ -267,7 +136,7 @@
                                                                                                              Property Value
                                                                                                              - Settingbool + Setting<System.Boolean> @@ -277,7 +146,7 @@

                                                                                                              Methods -

                                                                                                              GetDefaultValue(string)

                                                                                                              +

                                                                                                              GetDefaultValue(String)

                                                                                                              Gets the default value.

                                                                                                              @@ -296,7 +165,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String settingId

                                                                                                              The setting id.

                                                                                                              @@ -313,24 +182,12 @@
                                                                                                              Returns
                                                                                                              - object + System.Object

                                                                                                              The default value.

                                                                                                              -
                                                                                                              Overrides
                                                                                                              - -

                                                                                                              Implements

                                                                                                              - - -
                                                                                                              diff --git a/api/projectautomation/Sdl.ProjectAutomation.Settings.html b/api/projectautomation/Sdl.ProjectAutomation.Settings.html index 4d22f1be3..5b8212d26 100644 --- a/api/projectautomation/Sdl.ProjectAutomation.Settings.html +++ b/api/projectautomation/Sdl.ProjectAutomation.Settings.html @@ -102,7 +102,7 @@

                                                                                                              ExportForReviewTaskSettings

                                                                                                              -

                                                                                                              Settings group class for the 'Export for Review' automatic task settings.

                                                                                                              +

                                                                                                              Settings group class for the 'Export for Review' automatic task settings.

                                                                                                              ExternalReviewMappingItem

                                                                                                              An item representing the xliff file and its corresponding external review file

                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Definition.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Definition.html index 21f1e2141..163fb3c92 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Definition.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Definition.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              Definition
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -148,13 +148,13 @@
                                                                                                              Parameters
                                                                                                              - IEnumerableDescriptiveField + System.Collections.Generic.IEnumerable<DescriptiveField> fields

                                                                                                              The list of available fields.

                                                                                                              - IEnumerableDefinitionLanguage + System.Collections.Generic.IEnumerable<DefinitionLanguage> languages

                                                                                                              The list of available languages.

                                                                                                              @@ -184,7 +184,7 @@
                                                                                                              Property Value
                                                                                                              - IEnumerableDescriptiveField + System.Collections.Generic.IEnumerable<DescriptiveField> @@ -210,7 +210,7 @@
                                                                                                              Property Value
                                                                                                              - IEnumerableDefinitionLanguage + System.Collections.Generic.IEnumerable<DefinitionLanguage> diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.html index 40aa69d01..8fb8c5845 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              DefinitionLanguage
                                                                                                              @@ -101,28 +101,28 @@
                                                                                                              Implements
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -163,7 +163,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Nullable<System.Boolean> @@ -189,7 +189,7 @@
                                                                                                              Property Value
                                                                                                              - CultureCode + Sdl.Core.Globalization.CultureCode @@ -215,7 +215,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -241,7 +241,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Nullable<System.Boolean> diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.html index 67748bb01..7d64ce991 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              DescriptiveField
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -159,7 +159,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -211,7 +211,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -237,7 +237,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -263,7 +263,7 @@
                                                                                                              Property Value
                                                                                                              - IListstring + System.Collections.Generic.IList<System.String> @@ -289,7 +289,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Entry.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Entry.html index e16179543..3abd09a02 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Entry.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Entry.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              Entry
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -160,7 +160,7 @@
                                                                                                              Property Value
                                                                                                              - IListEntryField + System.Collections.Generic.IList<EntryField> @@ -186,7 +186,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -212,7 +212,7 @@
                                                                                                              Property Value
                                                                                                              - IListEntryLanguage + System.Collections.Generic.IList<EntryLanguage> @@ -238,7 +238,7 @@
                                                                                                              Property Value
                                                                                                              - IListEntryTransaction + System.Collections.Generic.IList<EntryTransaction> diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.html index 682ed4fbc..8a35a6c98 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.html @@ -91,38 +91,38 @@

                                                                                                              Inheritance
                                                                                                              - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.EventArgs
                                                                                                              EntryEventArgs
                                                                                                              Inherited Members
                                                                                                              - EventArgs.Empty + System.EventArgs.Empty
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryField.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryField.html index 856a6509a..466b6f1f7 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryField.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryField.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              EntryField
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -160,7 +160,7 @@
                                                                                                              Property Value
                                                                                                              - IListEntryField + System.Collections.Generic.IList<EntryField> @@ -186,7 +186,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -212,7 +212,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.html index 98c5a28a3..d5da7fb5f 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.html @@ -91,7 +91,7 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              EntryLanguage
                                                                                                              @@ -101,28 +101,28 @@
                                                                                                              Implements
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -147,7 +147,7 @@

                                                                                                              Properties

                                                                                                              Fields

                                                                                                              -

                                                                                                              Language level fields

                                                                                                              +

                                                                                                              Language level fields

                                                                                                              Declaration
                                                                                                              @@ -164,7 +164,7 @@
                                                                                                              Property Value
                                                                                                              - IListEntryField + System.Collections.Generic.IList<EntryField> @@ -190,7 +190,7 @@
                                                                                                              Property Value
                                                                                                              - CultureCode + Sdl.Core.Globalization.CultureCode @@ -216,7 +216,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -268,7 +268,7 @@
                                                                                                              Property Value
                                                                                                              - IListEntryTerm + System.Collections.Generic.IList<EntryTerm> diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTerm.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTerm.html index 50c799bc1..d80b1b990 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTerm.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTerm.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              EntryTerm
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -160,7 +160,7 @@
                                                                                                              Property Value
                                                                                                              - IListEntryField + System.Collections.Generic.IList<EntryField> @@ -212,7 +212,7 @@
                                                                                                              Property Value
                                                                                                              - IListEntryTransaction + System.Collections.Generic.IList<EntryTransaction> @@ -238,7 +238,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.html index 7846c5e5f..6821083b7 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              EntryTransaction
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -159,7 +159,7 @@
                                                                                                              Property Value
                                                                                                              - DateTime + System.DateTime @@ -185,7 +185,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.html index b8181cca8..fc81f2659 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.html @@ -91,75 +91,75 @@

                                                                                                              Inheritance
                                                                                                              - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.Exception
                                                                                                              ConnectionException
                                                                                                              Implements
                                                                                                              - - +
                                                                                                              System.Runtime.Serialization.ISerializable
                                                                                                              +
                                                                                                              System.Runtime.InteropServices._Exception
                                                                                                              Inherited Members
                                                                                                              - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                              - Exception.ToString() + System.Exception.ToString()
                                                                                                              - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                              - Exception.GetType() + System.Exception.GetType()
                                                                                                              - Exception.Message + System.Exception.Message
                                                                                                              - Exception.Data + System.Exception.Data
                                                                                                              - Exception.InnerException + System.Exception.InnerException
                                                                                                              - Exception.TargetSite + System.Exception.TargetSite
                                                                                                              - Exception.StackTrace + System.Exception.StackTrace
                                                                                                              - Exception.HelpLink + System.Exception.HelpLink
                                                                                                              - Exception.Source + System.Exception.Source
                                                                                                              - Exception.HResult + System.Exception.HResult
                                                                                                              - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCoreExceptions
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core.Exceptions
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -170,7 +170,7 @@

                                                                                                              Constructors -

                                                                                                              ConnectionException(string, Uri, Exception)

                                                                                                              +

                                                                                                              ConnectionException(String, Uri, Exception)

                                                                                                              ConnectionException constructor

                                                                                                              @@ -189,19 +189,19 @@
                                                                                                              Parameters
                                                                                                              - string + System.String message

                                                                                                              The exception message.

                                                                                                              - Uri + System.Uri providerUri

                                                                                                              The terminology provider URI.

                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -230,7 +230,7 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri providerUri

                                                                                                              The terminology provider URI.

                                                                                                              @@ -259,13 +259,13 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri providerUri

                                                                                                              The terminology provider URI.

                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -295,17 +295,17 @@
                                                                                                              Property Value
                                                                                                              - Uri + System.Uri

                                                                                                              Implements

                                                                                                              - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                              - _Exception + System.Runtime.InteropServices._Exception
                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.html index 4b5b92461..ca685c8e2 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.html @@ -91,15 +91,15 @@

                                                                                                              Inheritance
                                                                                                              - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.Exception
                                                                                                              InvalidCredentialsException
                                                                                                              Implements
                                                                                                              - - +
                                                                                                              System.Runtime.Serialization.ISerializable
                                                                                                              +
                                                                                                              System.Runtime.InteropServices._Exception
                                                                                                              Inherited Members
                                                                                                              @@ -107,55 +107,61 @@
                                                                                                              Inherited Members
                                                                                                              ConnectionException.ProviderUri
                                                                                                              - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                              - Exception.ToString() + System.Exception.ToString()
                                                                                                              - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                              - Exception.GetType() + System.Exception.GetType()
                                                                                                              - Exception.Message + System.Exception.Message
                                                                                                              - Exception.Data + System.Exception.Data
                                                                                                              - Exception.InnerException + System.Exception.InnerException
                                                                                                              - Exception.TargetSite + System.Exception.TargetSite
                                                                                                              - Exception.StackTrace + System.Exception.StackTrace
                                                                                                              - Exception.HelpLink + System.Exception.HelpLink
                                                                                                              - Exception.Source + System.Exception.Source
                                                                                                              - Exception.HResult + System.Exception.HResult
                                                                                                              - object.Equals(object) + System.Exception.SerializeObjectState
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.ReferenceEquals(System.Object, System.Object) +
                                                                                                              +
                                                                                                              + System.Object.GetHashCode() +
                                                                                                              +
                                                                                                              + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCoreExceptions
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core.Exceptions
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -166,7 +172,7 @@

                                                                                                              Constructors -

                                                                                                              InvalidCredentialsException(string, Uri)

                                                                                                              +

                                                                                                              InvalidCredentialsException(String, Uri)

                                                                                                              InvalidCredentialsException constructor

                                                                                                              @@ -185,13 +191,13 @@
                                                                                                              Parameters
                                                                                                              - string + System.String message

                                                                                                              The exception message.

                                                                                                              - Uri + System.Uri providerUri

                                                                                                              The terminology provider URI.

                                                                                                              @@ -201,7 +207,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              InvalidCredentialsException(string, Uri, TerminologyProviderCredential, Exception)

                                                                                                              +

                                                                                                              InvalidCredentialsException(String, Uri, TerminologyProviderCredential, Exception)

                                                                                                              InvalidCredentialsException constructor

                                                                                                              @@ -220,13 +226,13 @@
                                                                                                              Parameters
                                                                                                              - string + System.String message

                                                                                                              The exception message.

                                                                                                              - Uri + System.Uri providerUri

                                                                                                              The terminology provider URI.

                                                                                                              @@ -238,7 +244,7 @@
                                                                                                              Parameters
                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -248,7 +254,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              InvalidCredentialsException(string, Uri, Exception)

                                                                                                              +

                                                                                                              InvalidCredentialsException(String, Uri, Exception)

                                                                                                              InvalidCredentialsException constructor

                                                                                                              @@ -267,19 +273,19 @@
                                                                                                              Parameters
                                                                                                              - string + System.String message

                                                                                                              The exception message.

                                                                                                              - Uri + System.Uri providerUri

                                                                                                              The terminology provider URI.

                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -308,7 +314,7 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri providerUri

                                                                                                              The terminology provider URI.

                                                                                                              @@ -337,7 +343,7 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri providerUri

                                                                                                              The terminology provider URI.

                                                                                                              @@ -372,7 +378,7 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri providerUri

                                                                                                              The terminology provider URI.

                                                                                                              @@ -384,7 +390,7 @@
                                                                                                              Parameters
                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -413,13 +419,13 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri providerUri

                                                                                                              The terminology provider URI.

                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -428,10 +434,10 @@
                                                                                                              Parameters

                                                                                                              Implements

                                                                                                              - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                              - _Exception + System.Runtime.InteropServices._Exception
                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.html index fa96431eb..c7159ff62 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.html @@ -91,73 +91,73 @@

                                                                                                              Inheritance
                                                                                                              - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.Exception
                                                                                                              MissingTerminologyProviderException
                                                                                                              Implements
                                                                                                              - - +
                                                                                                              System.Runtime.Serialization.ISerializable
                                                                                                              +
                                                                                                              System.Runtime.InteropServices._Exception
                                                                                                              Inherited Members
                                                                                                              - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                              - Exception.ToString() + System.Exception.ToString()
                                                                                                              - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                              - Exception.GetType() + System.Exception.GetType()
                                                                                                              - Exception.Message + System.Exception.Message
                                                                                                              - Exception.Data + System.Exception.Data
                                                                                                              - Exception.InnerException + System.Exception.InnerException
                                                                                                              - Exception.TargetSite + System.Exception.TargetSite
                                                                                                              - Exception.StackTrace + System.Exception.StackTrace
                                                                                                              - Exception.HelpLink + System.Exception.HelpLink
                                                                                                              - Exception.Source + System.Exception.Source
                                                                                                              - Exception.HResult + System.Exception.HResult
                                                                                                              - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCoreExceptions
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core.Exceptions
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -168,7 +168,7 @@

                                                                                                              Constructors -

                                                                                                              MissingTerminologyProviderException(string, Uri)

                                                                                                              +

                                                                                                              MissingTerminologyProviderException(String, Uri)

                                                                                                              Missing terminology provider constructor

                                                                                                              @@ -187,13 +187,13 @@
                                                                                                              Parameters
                                                                                                              - string + System.String message

                                                                                                              The exception message.

                                                                                                              - Uri + System.Uri providerUri

                                                                                                              The terminology provider URI.

                                                                                                              @@ -203,7 +203,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              MissingTerminologyProviderException(string, Uri, Exception)

                                                                                                              +

                                                                                                              MissingTerminologyProviderException(String, Uri, Exception)

                                                                                                              Missing terminology provider constructor

                                                                                                              @@ -222,19 +222,19 @@
                                                                                                              Parameters
                                                                                                              - string + System.String message

                                                                                                              The exception message.

                                                                                                              - Uri + System.Uri providerUri

                                                                                                              The terminology provider URI.

                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -263,7 +263,7 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri providerUri

                                                                                                              The terminology provider URI.

                                                                                                              @@ -292,13 +292,13 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri providerUri

                                                                                                              The terminology provider URI.

                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -328,17 +328,17 @@
                                                                                                              Property Value
                                                                                                              - Uri + System.Uri

                                                                                                              Implements

                                                                                                              - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                              - _Exception + System.Runtime.InteropServices._Exception
                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.html index d2a751d1a..b23ef342f 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.html @@ -91,78 +91,78 @@

                                                                                                              Inheritance
                                                                                                              - - - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.Exception
                                                                                                              +
                                                                                                              System.SystemException
                                                                                                              +
                                                                                                              System.ArgumentException
                                                                                                              SearchParameterMissingException
                                                                                                              Implements
                                                                                                              - - +
                                                                                                              System.Runtime.InteropServices._Exception
                                                                                                              +
                                                                                                              System.Runtime.Serialization.ISerializable
                                                                                                              Inherited Members
                                                                                                              - ArgumentException.GetObjectData(SerializationInfo, StreamingContext) + System.ArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                              - ArgumentException.Message + System.ArgumentException.Message
                                                                                                              - ArgumentException.ParamName + System.ArgumentException.ParamName
                                                                                                              - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                              - Exception.ToString() + System.Exception.ToString()
                                                                                                              - Exception.GetType() + System.Exception.GetType()
                                                                                                              - Exception.Data + System.Exception.Data
                                                                                                              - Exception.InnerException + System.Exception.InnerException
                                                                                                              - Exception.TargetSite + System.Exception.TargetSite
                                                                                                              - Exception.StackTrace + System.Exception.StackTrace
                                                                                                              - Exception.HelpLink + System.Exception.HelpLink
                                                                                                              - Exception.Source + System.Exception.Source
                                                                                                              - Exception.HResult + System.Exception.HResult
                                                                                                              - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCoreExceptions
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core.Exceptions
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -173,7 +173,7 @@

                                                                                                              Constructors -

                                                                                                              SearchParameterMissingException(string, Exception)

                                                                                                              +

                                                                                                              SearchParameterMissingException(String, Exception)

                                                                                                              Constructor for the SearchParameterMissingException

                                                                                                              @@ -192,13 +192,13 @@
                                                                                                              Parameters
                                                                                                              - string + System.String paramName

                                                                                                              The name of the missing parameter.

                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -207,10 +207,10 @@
                                                                                                              Parameters

                                                                                                              Implements

                                                                                                              - _Exception + System.Runtime.InteropServices._Exception
                                                                                                              - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.html index 7eabd9c8c..9d91f5f44 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.html @@ -91,73 +91,73 @@

                                                                                                              Inheritance
                                                                                                              - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.Exception
                                                                                                              TermbaseExportException
                                                                                                              Implements
                                                                                                              - - +
                                                                                                              System.Runtime.Serialization.ISerializable
                                                                                                              +
                                                                                                              System.Runtime.InteropServices._Exception
                                                                                                              Inherited Members
                                                                                                              - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                              - Exception.ToString() + System.Exception.ToString()
                                                                                                              - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                              - Exception.GetType() + System.Exception.GetType()
                                                                                                              - Exception.Message + System.Exception.Message
                                                                                                              - Exception.Data + System.Exception.Data
                                                                                                              - Exception.InnerException + System.Exception.InnerException
                                                                                                              - Exception.TargetSite + System.Exception.TargetSite
                                                                                                              - Exception.StackTrace + System.Exception.StackTrace
                                                                                                              - Exception.HelpLink + System.Exception.HelpLink
                                                                                                              - Exception.Source + System.Exception.Source
                                                                                                              - Exception.HResult + System.Exception.HResult
                                                                                                              - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCoreExceptions
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core.Exceptions
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -222,7 +222,7 @@
                                                                                                              Parameters
                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -232,7 +232,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              TermbaseExportException(string, TerminologyExportType, Exception)

                                                                                                              +

                                                                                                              TermbaseExportException(String, TerminologyExportType, Exception)

                                                                                                              TermbaseExportException constructor

                                                                                                              @@ -251,7 +251,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String message

                                                                                                              The exception message.

                                                                                                              @@ -263,7 +263,7 @@
                                                                                                              Parameters
                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -299,10 +299,10 @@
                                                                                                              Property Value

                                                                                                              Implements

                                                                                                              - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                              - _Exception + System.Runtime.InteropServices._Exception
                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.html index 221300cd1..49270e6fc 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.html @@ -91,73 +91,73 @@

                                                                                                              Inheritance
                                                                                                              - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.Exception
                                                                                                              TermbaseImportException
                                                                                                              Implements
                                                                                                              - - +
                                                                                                              System.Runtime.Serialization.ISerializable
                                                                                                              +
                                                                                                              System.Runtime.InteropServices._Exception
                                                                                                              Inherited Members
                                                                                                              - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                              - Exception.ToString() + System.Exception.ToString()
                                                                                                              - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                              - Exception.GetType() + System.Exception.GetType()
                                                                                                              - Exception.Message + System.Exception.Message
                                                                                                              - Exception.Data + System.Exception.Data
                                                                                                              - Exception.InnerException + System.Exception.InnerException
                                                                                                              - Exception.TargetSite + System.Exception.TargetSite
                                                                                                              - Exception.StackTrace + System.Exception.StackTrace
                                                                                                              - Exception.HelpLink + System.Exception.HelpLink
                                                                                                              - Exception.Source + System.Exception.Source
                                                                                                              - Exception.HResult + System.Exception.HResult
                                                                                                              - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCoreExceptions
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core.Exceptions
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -222,7 +222,7 @@
                                                                                                              Parameters
                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -232,7 +232,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              TermbaseImportException(string, TerminologyImportType, Exception)

                                                                                                              +

                                                                                                              TermbaseImportException(String, TerminologyImportType, Exception)

                                                                                                              TermbaseImportException constructor

                                                                                                              @@ -251,7 +251,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String message

                                                                                                              The exception message.

                                                                                                              @@ -263,7 +263,7 @@
                                                                                                              Parameters
                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -299,10 +299,10 @@
                                                                                                              Property Value

                                                                                                              Implements

                                                                                                              - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                              - _Exception + System.Runtime.InteropServices._Exception
                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.html index c66b99470..f4c602991 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.html @@ -91,15 +91,15 @@

                                                                                                              Inheritance
                                                                                                              - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.Exception
                                                                                                              TermbaseInitializationException
                                                                                                              Implements
                                                                                                              - - +
                                                                                                              System.Runtime.Serialization.ISerializable
                                                                                                              +
                                                                                                              System.Runtime.InteropServices._Exception
                                                                                                              Inherited Members
                                                                                                              @@ -107,55 +107,61 @@
                                                                                                              Inherited Members
                                                                                                              ConnectionException.ProviderUri
                                                                                                              - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                              - Exception.ToString() + System.Exception.ToString()
                                                                                                              - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                              - Exception.GetType() + System.Exception.GetType()
                                                                                                              - Exception.Message + System.Exception.Message
                                                                                                              - Exception.Data + System.Exception.Data
                                                                                                              - Exception.InnerException + System.Exception.InnerException
                                                                                                              - Exception.TargetSite + System.Exception.TargetSite
                                                                                                              - Exception.StackTrace + System.Exception.StackTrace
                                                                                                              - Exception.HelpLink + System.Exception.HelpLink
                                                                                                              - Exception.Source + System.Exception.Source
                                                                                                              - Exception.HResult + System.Exception.HResult
                                                                                                              - object.Equals(object) + System.Exception.SerializeObjectState
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.ReferenceEquals(System.Object, System.Object) +
                                                                                                              +
                                                                                                              + System.Object.GetHashCode() +
                                                                                                              +
                                                                                                              + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCoreExceptions
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core.Exceptions
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -166,7 +172,7 @@

                                                                                                              Constructors -

                                                                                                              TermbaseInitializationException(string, Uri, Exception)

                                                                                                              +

                                                                                                              TermbaseInitializationException(String, Uri, Exception)

                                                                                                              TermbaseInitializationException constructor

                                                                                                              @@ -185,19 +191,19 @@
                                                                                                              Parameters
                                                                                                              - string + System.String termbaseName

                                                                                                              The termbase name.

                                                                                                              - Uri + System.Uri providerUri

                                                                                                              The provider uri.

                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -206,10 +212,10 @@
                                                                                                              Parameters

                                                                                                              Implements

                                                                                                              - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                              - _Exception + System.Runtime.InteropServices._Exception
                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.html index 66d56f35d..97546b6d1 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.html @@ -91,75 +91,75 @@

                                                                                                              Inheritance
                                                                                                              - - - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.Exception
                                                                                                              +
                                                                                                              System.SystemException
                                                                                                              +
                                                                                                              System.FormatException
                                                                                                              UnsupportedExportFileFormatException
                                                                                                              Implements
                                                                                                              - - +
                                                                                                              System.Runtime.Serialization.ISerializable
                                                                                                              +
                                                                                                              System.Runtime.InteropServices._Exception
                                                                                                              Inherited Members
                                                                                                              - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                              - Exception.ToString() + System.Exception.ToString()
                                                                                                              - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                              - Exception.GetType() + System.Exception.GetType()
                                                                                                              - Exception.Message + System.Exception.Message
                                                                                                              - Exception.Data + System.Exception.Data
                                                                                                              - Exception.InnerException + System.Exception.InnerException
                                                                                                              - Exception.TargetSite + System.Exception.TargetSite
                                                                                                              - Exception.StackTrace + System.Exception.StackTrace
                                                                                                              - Exception.HelpLink + System.Exception.HelpLink
                                                                                                              - Exception.Source + System.Exception.Source
                                                                                                              - Exception.HResult + System.Exception.HResult
                                                                                                              - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCoreExceptions
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core.Exceptions
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -224,7 +224,7 @@
                                                                                                              Parameters
                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -234,7 +234,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              UnsupportedExportFileFormatException(string, TerminologyExportType, Exception)

                                                                                                              +

                                                                                                              UnsupportedExportFileFormatException(String, TerminologyExportType, Exception)

                                                                                                              UnsupportedExportFileFormatException constructor

                                                                                                              @@ -253,7 +253,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String message

                                                                                                              The exception message.

                                                                                                              @@ -265,7 +265,7 @@
                                                                                                              Parameters
                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -301,10 +301,10 @@
                                                                                                              Property Value

                                                                                                              Implements

                                                                                                              - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                              - _Exception + System.Runtime.InteropServices._Exception
                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.html index eec635888..d5bcccaa5 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.html @@ -91,75 +91,75 @@

                                                                                                              Inheritance
                                                                                                              - - - - +
                                                                                                              System.Object
                                                                                                              +
                                                                                                              System.Exception
                                                                                                              +
                                                                                                              System.SystemException
                                                                                                              +
                                                                                                              System.FormatException
                                                                                                              UnsupportedImportFileFormatException
                                                                                                              Implements
                                                                                                              - - +
                                                                                                              System.Runtime.Serialization.ISerializable
                                                                                                              +
                                                                                                              System.Runtime.InteropServices._Exception
                                                                                                              Inherited Members
                                                                                                              - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                              - Exception.ToString() + System.Exception.ToString()
                                                                                                              - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                              - Exception.GetType() + System.Exception.GetType()
                                                                                                              - Exception.Message + System.Exception.Message
                                                                                                              - Exception.Data + System.Exception.Data
                                                                                                              - Exception.InnerException + System.Exception.InnerException
                                                                                                              - Exception.TargetSite + System.Exception.TargetSite
                                                                                                              - Exception.StackTrace + System.Exception.StackTrace
                                                                                                              - Exception.HelpLink + System.Exception.HelpLink
                                                                                                              - Exception.Source + System.Exception.Source
                                                                                                              - Exception.HResult + System.Exception.HResult
                                                                                                              - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCoreExceptions
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core.Exceptions
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -224,7 +224,7 @@
                                                                                                              Parameters
                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -234,7 +234,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              UnsupportedImportFileFormatException(string, TerminologyImportType, Exception)

                                                                                                              +

                                                                                                              UnsupportedImportFileFormatException(String, TerminologyImportType, Exception)

                                                                                                              UnsupportedImportFileFormatException constructor

                                                                                                              @@ -253,7 +253,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String message

                                                                                                              The exception message.

                                                                                                              @@ -265,7 +265,7 @@
                                                                                                              Parameters
                                                                                                              - Exception + System.Exception innerException

                                                                                                              The inner exception.

                                                                                                              @@ -301,10 +301,10 @@
                                                                                                              Property Value

                                                                                                              Implements

                                                                                                              - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                              - _Exception + System.Runtime.InteropServices._Exception
                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.FieldLevel.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.FieldLevel.html index 8e3cccb84..f29eebd2d 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.FieldLevel.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.FieldLevel.html @@ -89,7 +89,7 @@

                                                                                                              The terminology provider field level

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.FieldType.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.FieldType.html index f2f87adaa..041435281 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.FieldType.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.FieldType.html @@ -89,7 +89,7 @@

                                                                                                              The data type for a field in the terminology provider structure

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.html index b781f6602..7277ad6d4 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.html @@ -91,34 +91,34 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              FilterDefinition
                                                                                                              Inherited Members
                                                                                                              - object.ToString() + System.Object.ToString()
                                                                                                              - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -159,7 +159,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 @@ -185,7 +185,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.html index 6009924fa..78a838ab5 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.html @@ -92,25 +92,25 @@

                                                                                                              Inheritance
                                                                                                              - +
                                                                                                              System.Object
                                                                                                              GenericCredentials
                                                                                                              Inherited Members
                                                                                                              - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                              - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                              - object.GetType() + System.Object.GetType()
                                                                                                              - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -121,7 +121,7 @@

                                                                                                              Constructors -

                                                                                                              GenericCredentials(string)

                                                                                                              +

                                                                                                              GenericCredentials(String)

                                                                                                              Constructs a GenericCredentials class from a credentials string previously created by another instance of this class.

                                                                                                              @@ -140,7 +140,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String credentialString @@ -149,7 +149,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              GenericCredentials(string, string)

                                                                                                              +

                                                                                                              GenericCredentials(String, String)

                                                                                                              Constructs a GenericCredentials class from a UserName and Password string.

                                                                                                              @@ -168,12 +168,12 @@
                                                                                                              Parameters
                                                                                                              - string + System.String userName - string + System.String password @@ -184,7 +184,7 @@

                                                                                                              Properties -

                                                                                                              this[string]

                                                                                                              +

                                                                                                              Item[String]

                                                                                                              A string indexer that allows any number of key/value pairs to used in a credentials store.

                                                                                                              @@ -203,7 +203,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String propertyName @@ -219,7 +219,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -245,7 +245,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -271,7 +271,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String[] @@ -300,7 +300,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -310,8 +310,8 @@

                                                                                                              Methods -

                                                                                                              Equals(object)

                                                                                                              -

                                                                                                              Determines whether the specified object is equal to this instance.

                                                                                                              +

                                                                                                              Equals(Object)

                                                                                                              +

                                                                                                              Determines whether the specified System.Object is equal to this instance.

                                                                                                              Declaration
                                                                                                              @@ -329,9 +329,9 @@
                                                                                                              Parameters
                                                                                                              - object + System.Object obj -

                                                                                                              The object to compare with this instance.

                                                                                                              +

                                                                                                              The System.Object to compare with this instance.

                                                                                                              @@ -346,14 +346,14 @@
                                                                                                              Returns
                                                                                                              - bool -

                                                                                                              true if the specified object is equal to this instance; otherwise, false.

                                                                                                              + System.Boolean +

                                                                                                              true if the specified System.Object is equal to this instance; otherwise, false.

                                                                                                              Overrides
                                                                                                              - +
                                                                                                              System.Object.Equals(System.Object)
                                                                                                              Exceptions
                                                                                                              @@ -364,8 +364,8 @@
                                                                                                              Exceptions
                                                                                                              - - + @@ -391,14 +391,14 @@
                                                                                                              Returns
                                                                                                              - - +
                                                                                                              NullReferenceException

                                                                                                              The obj parameter is null.

                                                                                                              +
                                                                                                              System.NullReferenceException

                                                                                                              The obj parameter is null.

                                                                                                              int

                                                                                                              A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                              +
                                                                                                              System.Int32

                                                                                                              A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                              Overrides
                                                                                                              - +
                                                                                                              System.Object.GetHashCode()
                                                                                                              @@ -420,7 +420,7 @@
                                                                                                              Returns
                                                                                                              - string + System.String

                                                                                                              The credential string representation.

                                                                                                              @@ -447,14 +447,14 @@
                                                                                                              Returns
                                                                                                              - string + System.String

                                                                                                              The credential string representation.

                                                                                                              Overrides
                                                                                                              - +
                                                                                                              System.Object.ToString()
                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IConnectionAwareTerminologyProvider.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IConnectionAwareTerminologyProvider.html index 986638ea4..9f4258fb1 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IConnectionAwareTerminologyProvider.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IConnectionAwareTerminologyProvider.html @@ -92,19 +92,19 @@

                                                                                                              Inherited Members
                                                                                                              - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/core/Sdl.Core.Globalization.LanguageBase.EvaluationResult.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.html similarity index 69% rename from api/core/Sdl.Core.Globalization.LanguageBase.EvaluationResult.html rename to api/terminology/Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.html index 04b0a47f4..879921c9b 100644 --- a/api/core/Sdl.Core.Globalization.LanguageBase.EvaluationResult.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.html @@ -5,10 +5,10 @@ - Enum LanguageBase.EvaluationResult + <title>Interface IFileBasedTerminologyProviderDefaultPath - @@ -81,43 +81,48 @@
                                                                                                              -
                                                                                                              +
                                                                                                              -

                                                                                                              Enum LanguageBase.EvaluationResult +

                                                                                                              Interface IFileBasedTerminologyProviderDefaultPath

                                                                                                              -
                                                                                                              +

                                                                                                              Default path for a file-based terminology provider

                                                                                                              +
                                                                                                              -
                                                                                                              Namespace: SdlSdl.CoreGlobalization
                                                                                                              -
                                                                                                              Assembly: Sdl.Core.Globalization.Async.dll
                                                                                                              -
                                                                                                              Syntax
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              +
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              +
                                                                                                              Syntax
                                                                                                              -
                                                                                                              protected enum LanguageBase.EvaluationResult
                                                                                                              +
                                                                                                              public interface IFileBasedTerminologyProviderDefaultPath
                                                                                                              -

                                                                                                              Fields +

                                                                                                              Properties

                                                                                                              + + + +

                                                                                                              DefaultTermbasesLocation

                                                                                                              +

                                                                                                              Default location for file-based termbases

                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              Declaration
                                                                                                              +
                                                                                                              +
                                                                                                              string DefaultTermbasesLocation { get; set; }
                                                                                                              +
                                                                                                              +
                                                                                                              Property Value
                                                                                                              - + - + - - - - - - - - - + -
                                                                                                              NameType Description
                                                                                                              NotSupported
                                                                                                              NotTested
                                                                                                              SupportedSystem.String
                                                                                                              +
                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ILanguage.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ILanguage.html index b87deb03b..1dba3f2bb 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ILanguage.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ILanguage.html @@ -89,7 +89,7 @@

                                                                                                              The language definition for a term

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -118,7 +118,7 @@
                                                                                                              Property Value
                                                                                                              - CultureCode + Sdl.Core.Globalization.CultureCode @@ -144,7 +144,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IMultipleTerminologyProvider.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IMultipleTerminologyProvider.html index 1e812d218..8e94a6e2e 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IMultipleTerminologyProvider.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IMultipleTerminologyProvider.html @@ -92,19 +92,19 @@

                                                                                                              Inherited Members
                                                                                                              - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -184,7 +184,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITermbaseMetrics.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITermbaseMetrics.html index 6e01ca971..6934b950d 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITermbaseMetrics.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITermbaseMetrics.html @@ -89,7 +89,7 @@

                                                                                                              Implemented by a terminology provider to calculate metrics for a termbase

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -118,7 +118,7 @@
                                                                                                              Property Value
                                                                                                              - int + System.Int32 diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.html index 135ca0b7a..8a2730f72 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.html @@ -89,7 +89,7 @@

                                                                                                              This interface should be implemented by terminology provider implementers in order to provide export functionality

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -100,8 +100,8 @@

                                                                                                              Methods -

                                                                                                              Export(TerminologyExportType, string)

                                                                                                              -

                                                                                                              Performs a termbase export to a specific format

                                                                                                              +

                                                                                                              Export(TerminologyExportType, String)

                                                                                                              +

                                                                                                              Performs a termbase export to a specific format

                                                                                                              Declaration
                                                                                                              @@ -125,7 +125,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String path

                                                                                                              The path where the exported termbase will be saved

                                                                                                              @@ -135,8 +135,8 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              Export(TerminologyExportType, string, Dictionary<string, string>)

                                                                                                              -

                                                                                                              Performs a termbase export to a specific format

                                                                                                              +

                                                                                                              Export(TerminologyExportType, String, Dictionary<String, String>)

                                                                                                              +

                                                                                                              Performs a termbase export to a specific format

                                                                                                              Declaration
                                                                                                              @@ -160,13 +160,13 @@
                                                                                                              Parameters
                                                                                                              - string + System.String path

                                                                                                              The path where the exported termbase will be saved

                                                                                                              - Dictionarystringstring + System.Collections.Generic.Dictionary<System.String, System.String> exportProperties

                                                                                                              The import properties

                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.html index 0e9c5f28e..57de321a9 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.html @@ -89,7 +89,7 @@

                                                                                                              This interface should be implemented by terminology providers in order to provide import functionality

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -100,7 +100,7 @@

                                                                                                              Methods -

                                                                                                              Import(TerminologyImportType, List<string>, Dictionary<string, string>)

                                                                                                              +

                                                                                                              Import(TerminologyImportType, List<String>, Dictionary<String, String>)

                                                                                                              Performs a termbase import

                                                                                                              @@ -125,13 +125,13 @@
                                                                                                              Parameters
                                                                                                              - Liststring + System.Collections.Generic.List<System.String> importFiles

                                                                                                              The path of the import files

                                                                                                              - Dictionarystringstring + System.Collections.Generic.Dictionary<System.String, System.String> importProperties

                                                                                                              The import properties

                                                                                                              @@ -145,7 +145,7 @@
                                                                                                              -

                                                                                                              Import(TerminologyImportType, string, string)

                                                                                                              +

                                                                                                              Import(TerminologyImportType, String, String)

                                                                                                              Performs a termbase import

                                                                                                              @@ -170,13 +170,13 @@
                                                                                                              Parameters
                                                                                                              - string + System.String importFile

                                                                                                              The path of the import file

                                                                                                              - string + System.String termbaseDefinition

                                                                                                              The path of the termbase definition file

                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.html index 2c9b6a3bc..1d76f55da 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.html @@ -92,19 +92,19 @@

                                                                                                              Inherited Members
                                                                                                              - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -166,7 +166,7 @@

                                                                                                              Methods -

                                                                                                              SearchAndMarkup(string, ILanguage, ILanguage, int, SearchMode, bool)

                                                                                                              +

                                                                                                              SearchAndMarkup(String, ILanguage, ILanguage, Int32, SearchMode, Boolean)

                                                                                                              Performs a term recognition over the current terminology provider

                                                                                                              @@ -185,7 +185,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String text

                                                                                                              The text to search for

                                                                                                              @@ -203,7 +203,7 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 maxResultsCount

                                                                                                              Maximum number of result to return

                                                                                                              @@ -215,7 +215,7 @@
                                                                                                              Parameters
                                                                                                              - bool + System.Boolean targetRequired

                                                                                                              True to return only term with target language term definition

                                                                                                              @@ -232,7 +232,7 @@
                                                                                                              Returns
                                                                                                              - IListSearchMarkupResult + System.Collections.Generic.IList<SearchMarkupResult>

                                                                                                              The list of found terms together with markup information

                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.html index 2f5b4cbcc..3e56d0b8c 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.html @@ -92,10 +92,10 @@

                                                                                                              Inherited Members
                                                                                                              - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -136,7 +136,7 @@
                                                                                                              Property Value

                                                                                                              Definition

                                                                                                              -

                                                                                                              Get the terminology provider's definition

                                                                                                              +

                                                                                                              Get the terminology provider's definition

                                                                                                              Declaration
                                                                                                              @@ -179,7 +179,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -205,7 +205,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -231,7 +231,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -257,7 +257,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -283,7 +283,7 @@
                                                                                                              Property Value
                                                                                                              - string + System.String @@ -309,7 +309,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -361,7 +361,7 @@
                                                                                                              Property Value
                                                                                                              - Uri + System.Uri @@ -371,7 +371,7 @@

                                                                                                              Methods -

                                                                                                              GetEntry(int)

                                                                                                              +

                                                                                                              GetEntry(Int32)

                                                                                                              Get an entry definition from the terminology provider

                                                                                                              @@ -390,7 +390,7 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 id

                                                                                                              The entry id to get.

                                                                                                              @@ -416,7 +416,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              GetEntry(int, IEnumerable<ILanguage>)

                                                                                                              +

                                                                                                              GetEntry(Int32, IEnumerable<ILanguage>)

                                                                                                              Get an entry from the terminology provider

                                                                                                              @@ -435,13 +435,13 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 id

                                                                                                              The entry id to get.

                                                                                                              - IEnumerableILanguage + System.Collections.Generic.IEnumerable<ILanguage> languages

                                                                                                              The languages to fill for the requested entry.

                                                                                                              @@ -485,7 +485,7 @@
                                                                                                              Returns
                                                                                                              - IListFilterDefinition + System.Collections.Generic.IList<FilterDefinition> @@ -511,7 +511,7 @@
                                                                                                              Returns
                                                                                                              - IListILanguage + System.Collections.Generic.IList<ILanguage>

                                                                                                              The list of language definitions for a terms

                                                                                                              @@ -538,7 +538,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              True for success

                                                                                                              @@ -582,7 +582,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              True for success

                                                                                                              @@ -609,7 +609,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean @@ -617,7 +617,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              Search(string, ILanguage, ILanguage, int, SearchMode, bool)

                                                                                                              +

                                                                                                              Search(String, ILanguage, ILanguage, Int32, SearchMode, Boolean)

                                                                                                              Performs a search over the current terminology provider

                                                                                                              @@ -636,7 +636,7 @@
                                                                                                              Parameters
                                                                                                              - string + System.String text

                                                                                                              The text to search for

                                                                                                              @@ -654,7 +654,7 @@
                                                                                                              Parameters
                                                                                                              - int + System.Int32 maxResultsCount

                                                                                                              Maximum number of result to return

                                                                                                              @@ -666,7 +666,7 @@
                                                                                                              Parameters
                                                                                                              - bool + System.Boolean targetRequired

                                                                                                              True to return only term with target language term definition

                                                                                                              @@ -683,7 +683,7 @@
                                                                                                              Returns
                                                                                                              - IListSearchResult + System.Collections.Generic.IList<SearchResult>

                                                                                                              The list of found terms

                                                                                                              @@ -692,7 +692,7 @@
                                                                                                              Returns
                                                                                                              -

                                                                                                              SetDefault(bool)

                                                                                                              +

                                                                                                              SetDefault(Boolean)

                                                                                                              Set the terminology provider as default

                                                                                                              @@ -711,7 +711,7 @@
                                                                                                              Parameters
                                                                                                              - bool + System.Boolean value

                                                                                                              Determines if it is set as default or not

                                                                                                              @@ -739,7 +739,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderCredentialStore.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderCredentialStore.html index b1e891efc..8c60b86f1 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderCredentialStore.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderCredentialStore.html @@ -89,7 +89,7 @@

                                                                                                              This interface represents a storage mechanism for terminology provider credentials.

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -119,11 +119,11 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri uri

                                                                                                              The URI for which to add or update the credential. Note that this does not necessarily have to be - the terminology provider URI itself. It can be a more general URI, for instance identifying the server on which the terminology provider lives. - This allows for reusing credentials for different terminology providers hosted on the same server.

                                                                                                              +the terminology provider URI itself. It can be a more general URI, for instance identifying the server on which the terminology provider lives. +This allows for reusing credentials for different terminology providers hosted on the same server.

                                                                                                              @@ -156,7 +156,7 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri uri

                                                                                                              The provider Uri

                                                                                                              @@ -202,11 +202,11 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri uri

                                                                                                              The URI for which to retrieve the credential. Note that this does not necessarily have to be - the terminology provider URI itself. It can be a more general URI, for instance identifying the server on which the terminology provider lives. - This allows for reusing credentials for different terminology providers hosted on the same server.

                                                                                                              +the terminology provider URI itself. It can be a more general URI, for instance identifying the server on which the terminology provider lives. +This allows for reusing credentials for different terminology providers hosted on the same server.

                                                                                                              @@ -249,11 +249,11 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri uri

                                                                                                              The URI for which to remove the credential. Note that this does not necessarily have to be - the terminology provider URI itself. It can be a more general URI, for instance identifying the server on which the terminology provider lives. - This allows for reusing credentials for different terminology providers hosted on the same server.

                                                                                                              +the terminology provider URI itself. It can be a more general URI, for instance identifying the server on which the terminology provider lives. +This allows for reusing credentials for different terminology providers hosted on the same server.

                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderFactory.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderFactory.html index d2a515206..0b554f55d 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderFactory.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderFactory.html @@ -90,7 +90,7 @@

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -98,7 +98,8 @@
                                                                                                              Remarks

                                                                                                              Implementations of this class should be marked up with a TerminologyProviderFactoryAttribute -extension attribute in order for the factory to be available.

                                                                                                              +extension attribute in order for the factory to be available.

                                                                                                              +

                                                                                                              Methods

                                                                                                              @@ -123,7 +124,7 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri terminologyProviderUri

                                                                                                              A URI that identifies the translation provider to create.

                                                                                                              @@ -132,7 +133,7 @@
                                                                                                              Parameters
                                                                                                              ITerminologyProviderCredentialStore credentials

                                                                                                              A credential store object that can be used to retrieve credentials - required for this terminology provider.

                                                                                                              +required for this terminology provider.

                                                                                                              @@ -163,14 +164,14 @@
                                                                                                              Exceptions
                                                                                                              - ArgumentNullException -

                                                                                                              Thrown if terminologyProviderUri or credentials - is null.

                                                                                                              + System.ArgumentNullException +

                                                                                                              Thrown if terminologyProviderUri or credentials +is null.

                                                                                                              - ArgumentException -

                                                                                                              Thrown if terminologyProviderUri is not supported by this factory.

                                                                                                              + System.ArgumentException +

                                                                                                              Thrown if terminologyProviderUri is not supported by this factory.

                                                                                                              @@ -197,7 +198,7 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri terminologyProviderUri

                                                                                                              The Uri.

                                                                                                              @@ -214,7 +215,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              True if this factory supports the specified URI.

                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderManager.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderManager.html index 79e5ad160..b837e18d9 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderManager.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderManager.html @@ -92,10 +92,10 @@

                                                                                                              Inherited Members
                                                                                                              - IDisposable.Dispose() + System.IDisposable.Dispose()
                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -125,7 +125,7 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri uri

                                                                                                              The Uri address of the terminology provider.

                                                                                                              @@ -170,7 +170,7 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri uri

                                                                                                              The Uri address of the terminology provider.

                                                                                                              @@ -221,7 +221,7 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri uri

                                                                                                              The terminology provider URI.

                                                                                                              @@ -265,7 +265,7 @@
                                                                                                              Returns
                                                                                                              - IEnumerableITerminologyProviderViewerWinFormsUI + System.Collections.Generic.IEnumerable<ITerminologyProviderViewerWinFormsUI>

                                                                                                              The list of available terminology provider viewer win forms UI.

                                                                                                              @@ -293,7 +293,7 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri uri

                                                                                                              The terminology provider URI.

                                                                                                              @@ -337,7 +337,7 @@
                                                                                                              Returns
                                                                                                              - IEnumerableITerminologyProviderWinFormsUI + System.Collections.Generic.IEnumerable<ITerminologyProviderWinFormsUI>

                                                                                                              The list of terminology providers win forms UI.

                                                                                                              @@ -365,7 +365,7 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri uri @@ -381,7 +381,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              True if remove was successfully. Otherwise false

                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderReadOnly.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderReadOnly.html index 1a1274211..9352716ca 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderReadOnly.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderReadOnly.html @@ -90,7 +90,7 @@

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.html index 1cd1034a5..0d83bb42b 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.html @@ -90,7 +90,7 @@

                                                                                                              TerminologyProviderViewerWinFormsUIAttribute attribute for registration it with the plug-in manager.

                                                                                                              -
                                                                                                              Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                              +
                                                                                                              Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                              Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                              Syntax
                                                                                                              @@ -119,7 +119,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean

                                                                                                              Returns true if this component supports adding a term; otherwise, false.

                                                                                                              @@ -146,7 +146,7 @@
                                                                                                              Property Value
                                                                                                              - Control + System.Windows.Forms.Control @@ -172,7 +172,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean @@ -198,7 +198,7 @@
                                                                                                              Property Value
                                                                                                              - bool + System.Boolean

                                                                                                              Returns true if this component is in edit mode; otherwise, false.

                                                                                                              @@ -235,7 +235,7 @@

                                                                                                              Methods -

                                                                                                              AddAndEditTerm(Entry, string, string)

                                                                                                              +

                                                                                                              AddAndEditTerm(Entry, String, String)

                                                                                                              The user triggered an add on an already existing term.

                                                                                                              @@ -260,13 +260,13 @@
                                                                                                              Parameters
                                                                                                              - string + System.String source

                                                                                                              The new text for the source.

                                                                                                              - string + System.String target

                                                                                                              The text for the target.

                                                                                                              @@ -276,7 +276,7 @@
                                                                                                              Parameters
                                                                                                              -

                                                                                                              AddTerm(string, string)

                                                                                                              +

                                                                                                              AddTerm(String, String)

                                                                                                              The user requested to add a new entry into the terminology provider.

                                                                                                              @@ -295,13 +295,13 @@
                                                                                                              Parameters
                                                                                                              - string + System.String source

                                                                                                              The text for the source term.

                                                                                                              - string + System.String target

                                                                                                              The text for the target term.

                                                                                                              @@ -376,13 +376,13 @@
                                                                                                              Parameters
                                                                                                              - CultureCode + Sdl.Core.Globalization.CultureCode source

                                                                                                              The source language for the current document language direction.

                                                                                                              - CultureCode + Sdl.Core.Globalization.CultureCode target

                                                                                                              The target language for the current document language direction.

                                                                                                              @@ -462,7 +462,7 @@
                                                                                                              Parameters
                                                                                                              - Uri + System.Uri terminologyProviderUri

                                                                                                              The uri.

                                                                                                              @@ -479,7 +479,7 @@
                                                                                                              Returns
                                                                                                              - bool + System.Boolean

                                                                                                              True if this component supports the specified terminology provider URI.

                                                                                                              @@ -507,7 +507,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandlerEntryEventArgs + System.EventHandler<EntryEventArgs> @@ -533,7 +533,7 @@
                                                                                                              Event Type
                                                                                                              - EventHandler + System.EventHandler diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.html deleted file mode 100644 index e63d285bb..000000000 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - - - Interface ITerminologyProviderViewerWrapper - - - - - - - - - - - - - - - - -
                                                                                                              -
                                                                                                              - - - - -
                                                                                                              -
                                                                                                              - -
                                                                                                              -
                                                                                                              Search Results for
                                                                                                              -
                                                                                                              -

                                                                                                              -
                                                                                                              -
                                                                                                                -
                                                                                                                -
                                                                                                                - - - -
                                                                                                                - - - - - - diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUI.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUI.html index 4555a5e59..21bd7cfa7 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUI.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUI.html @@ -91,7 +91,7 @@

                                                                                                                -
                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                @@ -120,7 +120,7 @@
                                                                                                                Property Value
                                                                                                                - string + System.String @@ -146,7 +146,7 @@
                                                                                                                Property Value
                                                                                                                - string + System.String @@ -157,7 +157,7 @@

                                                                                                                Methods

                                                                                                                Browse(IWin32Window, ITerminologyProviderCredentialStore)

                                                                                                                -

                                                                                                                Displays a dialog to interactively browse for one or more terminology providers.

                                                                                                                +

                                                                                                                Displays a dialog to interactively browse for one or more terminology providers.

                                                                                                                Declaration
                                                                                                                @@ -175,7 +175,7 @@
                                                                                                                Parameters
                                                                                                                - IWin32Window + System.Windows.Forms.IWin32Window owner

                                                                                                                The window that will own the dialog

                                                                                                                @@ -183,7 +183,7 @@
                                                                                                                Parameters
                                                                                                                ITerminologyProviderCredentialStore credentialStore -

                                                                                                                A credential store object that can be used to retrieve credentials required.

                                                                                                                +

                                                                                                                A credential store object that can be used to retrieve credentials required.

                                                                                                                @@ -198,7 +198,7 @@
                                                                                                                Returns
                                                                                                                - ITerminologyProvider + ITerminologyProvider[]

                                                                                                                A collection of terminology providers selected by the user, or null if none were selected or available or the browse was canceled.

                                                                                                                @@ -226,7 +226,7 @@
                                                                                                                Parameters
                                                                                                                - Uri + System.Uri terminologyProviderUri

                                                                                                                A terminology provider URI, representing the terminology provider.

                                                                                                                @@ -245,14 +245,14 @@
                                                                                                                Returns
                                                                                                                TerminologyProviderDisplayInfo

                                                                                                                A TerminologyProviderDisplayInfo object, containing display information that allows - an application to represent the terminology provider without having to instantiate it.

                                                                                                                +an application to represent the terminology provider without having to instantiate it.

                                                                                                                Remarks

                                                                                                                Note that this method can potentially be called very frequently so it is not advisable to instantiate the - translation provider within its implementation.

                                                                                                                +translation provider within its implementation.

                                                                                                                @@ -276,7 +276,7 @@
                                                                                                                Parameters
                                                                                                                - Uri + System.Uri terminologyProviderUri

                                                                                                                The uri.

                                                                                                                @@ -293,7 +293,7 @@
                                                                                                                Returns
                                                                                                                - bool + System.Boolean

                                                                                                                True if this component supports the specified terminology provider URI.

                                                                                                                diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUIWithCreate.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUIWithCreate.html index 07d6e07ab..6b3415b98 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUIWithCreate.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUIWithCreate.html @@ -107,7 +107,7 @@
                                                                                                                Inherited Members
                                                                                                                ITerminologyProviderWinFormsUI.TypeDescription
                                                                                                                -
                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUIWithEdit.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUIWithEdit.html index 16cbdbacc..65de29f71 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUIWithEdit.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUIWithEdit.html @@ -107,7 +107,7 @@
                                                                                                                Inherited Members
                                                                                                                ITerminologyProviderWinFormsUI.TypeDescription
                                                                                                                -
                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                @@ -137,7 +137,7 @@
                                                                                                                Parameters
                                                                                                                - IWin32Window + System.Windows.Forms.IWin32Window owner

                                                                                                                The window that will own the dialog

                                                                                                                @@ -160,7 +160,7 @@
                                                                                                                Returns
                                                                                                                - bool + System.Boolean

                                                                                                                True if changes were made to the terminology provider; false otherwise.

                                                                                                                diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.html index 6a4be3ed4..9e1e49059 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.html @@ -91,34 +91,34 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                MarkupPosition
                                                                                                                Inherited Members
                                                                                                                - object.ToString() + System.Object.ToString()
                                                                                                                - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                - object.GetType() + System.Object.GetType()
                                                                                                                - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                -
                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                @@ -159,7 +159,7 @@
                                                                                                                Property Value
                                                                                                                - int + System.Int32 @@ -185,7 +185,7 @@
                                                                                                                Property Value
                                                                                                                - int + System.Int32 diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.html index 1cd434111..a892f0103 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.html @@ -91,7 +91,7 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                SearchMarkupResult
                                                                                                                @@ -111,28 +111,28 @@
                                                                                                                Inherited Members
                                                                                                                SearchResult.Language
                                                                                                                - object.ToString() + System.Object.ToString()
                                                                                                                - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                - object.GetType() + System.Object.GetType()
                                                                                                                - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                -
                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                @@ -173,7 +173,7 @@
                                                                                                                Property Value
                                                                                                                - IListMarkupPosition + System.Collections.Generic.IList<MarkupPosition> diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.html index 74cb42581..2e35f7a49 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.html @@ -91,7 +91,7 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                SearchMarkupResultWithTermbaseName
                                                                                                                @@ -114,28 +114,28 @@
                                                                                                                Inherited Members
                                                                                                                SearchResult.Language
                                                                                                                - object.ToString() + System.Object.ToString()
                                                                                                                - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                - object.GetType() + System.Object.GetType()
                                                                                                                - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                -
                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                @@ -176,7 +176,7 @@
                                                                                                                Property Value
                                                                                                                - string + System.String diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMode.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMode.html index 784f0be1e..a12954c23 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMode.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMode.html @@ -89,7 +89,7 @@

                                                                                                                Determines the search algorithm

                                                                                                                -
                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResult.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResult.html index a0e30095f..0360ceb90 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResult.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResult.html @@ -91,7 +91,7 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                SearchResult
                                                                                                                @@ -99,28 +99,28 @@
                                                                                                                Inheritance
                                                                                                                Inherited Members
                                                                                                                - object.ToString() + System.Object.ToString()
                                                                                                                - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                - object.GetType() + System.Object.GetType()
                                                                                                                - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                -
                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                @@ -161,7 +161,7 @@
                                                                                                                Property Value
                                                                                                                - int + System.Int32 @@ -213,7 +213,7 @@
                                                                                                                Property Value
                                                                                                                - int + System.Int32 @@ -239,7 +239,7 @@
                                                                                                                Property Value
                                                                                                                - string + System.String diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.html index 708a2a863..ac418db3d 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.html @@ -91,7 +91,7 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                SearchResultWithTermbaseName
                                                                                                                @@ -110,28 +110,28 @@
                                                                                                                Inherited Members
                                                                                                                SearchResult.Language
                                                                                                                - object.ToString() + System.Object.ToString()
                                                                                                                - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                - object.GetType() + System.Object.GetType()
                                                                                                                - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                -
                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                @@ -172,7 +172,7 @@
                                                                                                                Property Value
                                                                                                                - string + System.String diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType.html index 437a805ec..b94bc89b7 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType.html @@ -89,7 +89,7 @@

                                                                                                                Determines the export format

                                                                                                                -
                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType.html index a7c462612..2329db431 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType.html @@ -89,7 +89,7 @@

                                                                                                                Determines the import format.

                                                                                                                -
                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.html index 9fa496927..948ff1d22 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.html @@ -91,35 +91,38 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TerminologyProviderCredential
                                                                                                                Inherited Members
                                                                                                                - object.ToString() + System.Object.ToString()
                                                                                                                - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                - object.GetType() + System.Object.GetType() +
                                                                                                                +
                                                                                                                + System.Object.MemberwiseClone()
                                                                                                                -
                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                @@ -130,7 +133,7 @@

                                                                                                                Constructors -

                                                                                                                TerminologyProviderCredential(TerminologyUserCredentials, bool)

                                                                                                                +

                                                                                                                TerminologyProviderCredential(TerminologyUserCredentials, Boolean)

                                                                                                                Constructor that takes the given credential and whether to persist.

                                                                                                                @@ -155,7 +158,7 @@
                                                                                                                Parameters
                                                                                                                - bool + System.Boolean persist

                                                                                                                persist

                                                                                                                @@ -165,7 +168,7 @@
                                                                                                                Parameters
                                                                                                                -

                                                                                                                TerminologyProviderCredential(string, bool)

                                                                                                                +

                                                                                                                TerminologyProviderCredential(String, Boolean)

                                                                                                                Constructor that takes the given credential and whether to persist. Can be used when authentication is done using an api key

                                                                                                                @@ -185,13 +188,13 @@
                                                                                                                Parameters
                                                                                                                - string + System.String credential

                                                                                                                userCredentials

                                                                                                                - bool + System.Boolean persist

                                                                                                                persist

                                                                                                                @@ -201,7 +204,7 @@
                                                                                                                Parameters
                                                                                                                -

                                                                                                                TerminologyProviderCredential(string, string, bool)

                                                                                                                +

                                                                                                                TerminologyProviderCredential(String, String, Boolean)

                                                                                                                Constructor that takes the given credential and whether to persist.

                                                                                                                @@ -220,19 +223,19 @@
                                                                                                                Parameters
                                                                                                                - string + System.String userName

                                                                                                                username

                                                                                                                - string + System.String password

                                                                                                                password

                                                                                                                - bool + System.Boolean persist

                                                                                                                persist

                                                                                                                @@ -288,7 +291,7 @@
                                                                                                                Property Value
                                                                                                                - string + System.String @@ -334,7 +337,7 @@
                                                                                                                Returns
                                                                                                                - bool + System.Boolean

                                                                                                                True if the two objects are equal.

                                                                                                                @@ -379,7 +382,7 @@
                                                                                                                Returns
                                                                                                                - int + System.Int32

                                                                                                                The generated hash code.

                                                                                                                @@ -387,7 +390,7 @@
                                                                                                                Returns

                                                                                                                Implements

                                                                                                                - IEquatable<T> + System.IEquatable<T>
                                                                                                                diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.html index 1dbea400c..e5628a0f2 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.html @@ -91,43 +91,43 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TerminologyProviderCredentialStore
                                                                                                                Implements
                                                                                                                - +
                                                                                                                System.Xml.Serialization.IXmlSerializable
                                                                                                                Inherited Members
                                                                                                                - object.ToString() + System.Object.ToString()
                                                                                                                - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                - object.GetType() + System.Object.GetType()
                                                                                                                - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                -

                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class TerminologyProviderCredentialStore : ITerminologyProviderCredentialStore, IXmlSerializable
                                                                                                                +
                                                                                                                public class TerminologyProviderCredentialStore : ITerminologyProviderCredentialStore

                                                                                                                Constructors

                                                                                                                @@ -165,7 +165,7 @@
                                                                                                                Parameters
                                                                                                                - Uri + System.Uri uri

                                                                                                                The provider Uri

                                                                                                                @@ -200,7 +200,7 @@
                                                                                                                Parameters
                                                                                                                - Uri + System.Uri uri

                                                                                                                The provider Uri

                                                                                                                @@ -246,7 +246,7 @@
                                                                                                                Parameters
                                                                                                                - Uri + System.Uri uri

                                                                                                                The provider Uri to get the credential for

                                                                                                                @@ -290,7 +290,7 @@
                                                                                                                Returns
                                                                                                                - XmlSchema + System.Xml.Schema.XmlSchema

                                                                                                                xml schema

                                                                                                                @@ -318,7 +318,7 @@
                                                                                                                Parameters
                                                                                                                - XmlReader + System.Xml.XmlReader reader

                                                                                                                reader

                                                                                                                @@ -347,7 +347,7 @@
                                                                                                                Parameters
                                                                                                                - Uri + System.Uri uri

                                                                                                                The provider Uri

                                                                                                                @@ -376,7 +376,7 @@
                                                                                                                Parameters
                                                                                                                - XmlWriter + System.Xml.XmlWriter writer

                                                                                                                writer

                                                                                                                @@ -405,7 +405,7 @@
                                                                                                                Event Type
                                                                                                                - EventHandler + System.EventHandler @@ -415,7 +415,7 @@

                                                                                                                Implements

                                                                                                                ITerminologyProviderCredentialStore
                                                                                                                - IXmlSerializable + System.Xml.Serialization.IXmlSerializable
                                                                                                                diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.html index 2095dd735..2c8ba4762 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.html @@ -92,34 +92,34 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TerminologyProviderDisplayInfo
                                                                                                                Inherited Members
                                                                                                                - object.ToString() + System.Object.ToString()
                                                                                                                - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                - object.GetType() + System.Object.GetType()
                                                                                                                - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                -

                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                @@ -160,7 +160,7 @@
                                                                                                                Property Value
                                                                                                                - string + System.String @@ -187,7 +187,7 @@
                                                                                                                Property Value
                                                                                                                - Icon + System.Drawing.Icon @@ -213,7 +213,7 @@
                                                                                                                Property Value
                                                                                                                - Icon + System.Drawing.Icon @@ -239,7 +239,7 @@
                                                                                                                Property Value
                                                                                                                - string + System.String diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute.html index 985d4bae6..1c5009a38 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute.html @@ -91,168 +91,21 @@

                                                                                                                Inheritance
                                                                                                                - - - -
                                                                                                                TerminologyProviderFactoryAttribute
                                                                                                                +
                                                                                                                System.Object
                                                                                                                +
                                                                                                                TerminologyProviderFactoryAttribute
                                                                                                                -
                                                                                                                -
                                                                                                                Implements
                                                                                                                - -
                                                                                                                -
                                                                                                                -
                                                                                                                Inherited Members
                                                                                                                - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                                -
                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                [ExtensionPointInfo("Terminology Provider Factories", ExtensionPointBehavior.Static)]
                                                                                                                -[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                                -public sealed class TerminologyProviderFactoryAttribute : ExtensionAttribute, _Attribute
                                                                                                                +
                                                                                                                [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                                +public sealed class TerminologyProviderFactoryAttribute : ExtensionAttribute
                                                                                                                Remarks

                                                                                                                Use this extension attribute to mark up implementations of ITerminologyProviderFactory.

                                                                                                                The registered terminology provider factories are used to instantiate terminology providers when calling -CreateTerminologyProvider(Uri, ITerminologyProviderCredentialStore).

                                                                                                                +CreateTerminologyProvider(Uri, ITerminologyProviderCredentialStore).

                                                                                                                +

                                                                                                                Constructors

                                                                                                                @@ -266,10 +119,6 @@
                                                                                                                Declaration
                                                                                                                public TerminologyProviderFactoryAttribute()
                                                                                                                -

                                                                                                                Implements

                                                                                                                - diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.html index 36f32c691..a181cc26d 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.html @@ -92,39 +92,39 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TerminologyProviderManager
                                                                                                                Implements
                                                                                                                - +
                                                                                                                System.IDisposable
                                                                                                                Inherited Members
                                                                                                                - object.ToString() + System.Object.ToString()
                                                                                                                - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                - object.GetType() + System.Object.GetType()
                                                                                                                - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                -

                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                @@ -191,7 +191,7 @@

                                                                                                                Methods

                                                                                                                Dispose()

                                                                                                                Cleanup memory -Dispose()

                                                                                                                +System.IDisposable.Dispose()

                                                                                                                Declaration
                                                                                                                @@ -201,9 +201,9 @@
                                                                                                                Declaration
                                                                                                                -

                                                                                                                Dispose(bool)

                                                                                                                +

                                                                                                                Dispose(Boolean)

                                                                                                                Cleanup memory -Dispose()

                                                                                                                +System.IDisposable.Dispose()

                                                                                                                Declaration
                                                                                                                @@ -221,7 +221,7 @@
                                                                                                                Parameters
                                                                                                                - bool + System.Boolean disposing @@ -249,7 +249,7 @@
                                                                                                                Parameters
                                                                                                                - Uri + System.Uri uri

                                                                                                                The Uri address of the terminology provider.

                                                                                                                @@ -294,7 +294,7 @@
                                                                                                                Parameters
                                                                                                                - Uri + System.Uri uri

                                                                                                                The Uri address of the terminology provider.

                                                                                                                @@ -345,7 +345,7 @@
                                                                                                                Parameters
                                                                                                                - Uri + System.Uri uri

                                                                                                                The terminology provider URI.

                                                                                                                @@ -389,7 +389,7 @@
                                                                                                                Returns
                                                                                                                - IEnumerableITerminologyProviderViewerWinFormsUI + System.Collections.Generic.IEnumerable<ITerminologyProviderViewerWinFormsUI>

                                                                                                                The list of available terminology provider viewer win forms UI.

                                                                                                                @@ -417,7 +417,7 @@
                                                                                                                Parameters
                                                                                                                - Uri + System.Uri uri

                                                                                                                The terminology provider URI.

                                                                                                                @@ -461,7 +461,7 @@
                                                                                                                Returns
                                                                                                                - IEnumerableITerminologyProviderWinFormsUI + System.Collections.Generic.IEnumerable<ITerminologyProviderWinFormsUI>

                                                                                                                The list of terminology providers win forms UI.

                                                                                                                @@ -471,8 +471,7 @@
                                                                                                                Returns

                                                                                                                RemoveTerminologyProvider(Uri)

                                                                                                                -

                                                                                                                Remove a terminology provider based on uri

                                                                                                                -
                                                                                                                +
                                                                                                                Declaration
                                                                                                                @@ -489,7 +488,7 @@
                                                                                                                Parameters
                                                                                                                - Uri + System.Uri uri @@ -505,9 +504,8 @@
                                                                                                                Returns
                                                                                                                - bool -

                                                                                                                True if remove was successfully. Otherwise false

                                                                                                                - + System.Boolean + @@ -516,7 +514,7 @@

                                                                                                                Implements

                                                                                                                ITerminologyProviderManager
                                                                                                                - IDisposable + System.IDisposable
                                                                                                                diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.html index f929c36f4..bb36a43c0 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.html @@ -91,34 +91,34 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TerminologyProviderStatus
                                                                                                                Inherited Members
                                                                                                                - object.ToString() + System.Object.ToString()
                                                                                                                - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                - object.GetType() + System.Object.GetType()
                                                                                                                - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                -

                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                @@ -129,7 +129,7 @@

                                                                                                                Constructors -

                                                                                                                TerminologyProviderStatus(bool, string)

                                                                                                                +

                                                                                                                TerminologyProviderStatus(Boolean, String)

                                                                                                                Default constructor

                                                                                                                @@ -148,13 +148,13 @@
                                                                                                                Parameters
                                                                                                                - bool + System.Boolean isConnected

                                                                                                                False if a connection to the terminology provider could not be established, true otherwise

                                                                                                                - string + System.String errorMessage

                                                                                                                Details about issues encountered while connecting to the terminology provider

                                                                                                                @@ -185,7 +185,7 @@
                                                                                                                Property Value
                                                                                                                - string + System.String @@ -211,7 +211,7 @@
                                                                                                                Property Value
                                                                                                                - bool + System.Boolean diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderType.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderType.html index 9366bd9eb..ef8d10d9d 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderType.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderType.html @@ -89,7 +89,7 @@

                                                                                                                This enumeration provides the different types of terminology providers

                                                                                                                -
                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.html index 4c438bde2..506efc8bc 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.html @@ -92,163 +92,19 @@

                                                                                                                Inheritance
                                                                                                                - - - -
                                                                                                                TerminologyProviderViewerWinFormsUIAttribute
                                                                                                                +
                                                                                                                System.Object
                                                                                                                +
                                                                                                                TerminologyProviderViewerWinFormsUIAttribute
                                                                                                                -
                                                                                                                -
                                                                                                                Implements
                                                                                                                - -
                                                                                                                -
                                                                                                                -
                                                                                                                Inherited Members
                                                                                                                - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                                -
                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                [ExtensionPointInfo("Terminology Provider Windows Forms Components", ExtensionPointBehavior.Static)]
                                                                                                                -[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                                -public sealed class TerminologyProviderViewerWinFormsUIAttribute : ExtensionAttribute, _Attribute
                                                                                                                +
                                                                                                                [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                                +public sealed class TerminologyProviderViewerWinFormsUIAttribute : ExtensionAttribute
                                                                                                                Remarks
                                                                                                                -

                                                                                                                Use this extension attribute to mark up implementations of ITerminologyProviderViewerWinFormsUI.

                                                                                                                +

                                                                                                                Use this extension attribute to mark up implementations of ITerminologyProviderViewerWinFormsUI.

                                                                                                                +

                                                                                                                Constructors

                                                                                                                @@ -294,17 +150,11 @@
                                                                                                                Parameters
                                                                                                                IExtensionValidationContext context

                                                                                                                Provides functionality to validate extensions targeting the extension point - and report warning or error messages

                                                                                                                +and report warning or error messages

                                                                                                                -
                                                                                                                Overrides
                                                                                                                - -

                                                                                                                Implements

                                                                                                                - diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.html index c1a7b2e04..3e3eacf11 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.html @@ -92,163 +92,19 @@

                                                                                                                Inheritance
                                                                                                                - - - -
                                                                                                                TerminologyProviderWinFormsUIAttribute
                                                                                                                +
                                                                                                                System.Object
                                                                                                                +
                                                                                                                TerminologyProviderWinFormsUIAttribute
                                                                                                                -
                                                                                                                -
                                                                                                                Implements
                                                                                                                - -
                                                                                                                -
                                                                                                                -
                                                                                                                Inherited Members
                                                                                                                - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                                -

                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                [ExtensionPointInfo("Terminology Provider Windows Forms Components", ExtensionPointBehavior.Static)]
                                                                                                                -[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                                -public sealed class TerminologyProviderWinFormsUIAttribute : ExtensionAttribute, _Attribute
                                                                                                                +
                                                                                                                [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                                +public sealed class TerminologyProviderWinFormsUIAttribute : ExtensionAttribute
                                                                                                                Remarks
                                                                                                                -

                                                                                                                Use this extension attribute to mark up implementations of ITerminologyProviderWinFormsUI.

                                                                                                                +

                                                                                                                Use this extension attribute to mark up implementations of ITerminologyProviderWinFormsUI.

                                                                                                                +

                                                                                                                Constructors

                                                                                                                @@ -294,17 +150,11 @@
                                                                                                                Parameters
                                                                                                                IExtensionValidationContext context

                                                                                                                Provides functionality to validate extensions targeting the extension point - and report warning or error messages

                                                                                                                +and report warning or error messages

                                                                                                                -
                                                                                                                Overrides
                                                                                                                - -

                                                                                                                Implements

                                                                                                                - diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.html index 98f5a5dc1..3f83afc31 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.html @@ -90,29 +90,32 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TerminologyUserCredentials
                                                                                                                Inherited Members
                                                                                                                - object.ToString() + System.Object.ToString()
                                                                                                                - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                - object.GetType() + System.Object.GetType() +
                                                                                                                +
                                                                                                                + System.Object.MemberwiseClone()
                                                                                                                -

                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                @@ -123,7 +126,7 @@

                                                                                                                Constructors -

                                                                                                                TerminologyUserCredentials(string, string, TerminologyUserManagerTokenType)

                                                                                                                +

                                                                                                                TerminologyUserCredentials(String, String, TerminologyUserManagerTokenType)

                                                                                                                Initializes a new instance of the TerminologyUserCredentials class.

                                                                                                                @@ -142,12 +145,12 @@
                                                                                                                Parameters
                                                                                                                - string + System.String userName - string + System.String password @@ -161,7 +164,7 @@
                                                                                                                Parameters
                                                                                                                -

                                                                                                                TerminologyUserCredentials(string, string, string, DateTime, TerminologyUserManagerTokenType)

                                                                                                                +

                                                                                                                TerminologyUserCredentials(String, String, String, DateTime, TerminologyUserManagerTokenType)

                                                                                                                Initializes a new instance of the TerminologyUserCredentials class.

                                                                                                                @@ -180,22 +183,22 @@
                                                                                                                Parameters
                                                                                                                - string + System.String userName - string + System.String samlToken - string + System.String authToken - DateTime + System.DateTime expirationDate @@ -216,7 +219,7 @@
                                                                                                                Exceptions
                                                                                                                - ArgumentNullException + System.ArgumentNullException @@ -244,7 +247,7 @@
                                                                                                                Property Value
                                                                                                                - string + System.String @@ -253,7 +256,7 @@
                                                                                                                Property Value

                                                                                                                ExpirationDate

                                                                                                                -

                                                                                                                Expiration date of bearer token

                                                                                                                +

                                                                                                                Expiration date of bearer token

                                                                                                                Declaration
                                                                                                                @@ -270,7 +273,7 @@
                                                                                                                Property Value
                                                                                                                - DateTime + System.DateTime @@ -296,7 +299,7 @@
                                                                                                                Property Value
                                                                                                                - bool + System.Boolean @@ -322,7 +325,7 @@
                                                                                                                Property Value
                                                                                                                - string + System.String @@ -331,7 +334,7 @@
                                                                                                                Property Value

                                                                                                                SamlToken

                                                                                                                -

                                                                                                                Saml token for WCF calls

                                                                                                                +

                                                                                                                Saml token for WCF calls

                                                                                                                Declaration
                                                                                                                @@ -348,7 +351,7 @@
                                                                                                                Property Value
                                                                                                                - string + System.String @@ -374,7 +377,7 @@
                                                                                                                Property Value
                                                                                                                - string + System.String @@ -410,8 +413,8 @@

                                                                                                                Methods -

                                                                                                                Create(string)

                                                                                                                -

                                                                                                                Creates a new instance of the TerminologyUserCredentials class from a string representation of a user' credentials.

                                                                                                                +

                                                                                                                Create(String)

                                                                                                                +

                                                                                                                Creates a new instance of the TerminologyUserCredentials class from a string representation of a user' credentials.

                                                                                                                Declaration
                                                                                                                @@ -429,9 +432,9 @@
                                                                                                                Parameters
                                                                                                                - string + System.String credentialString -

                                                                                                                The string representation of a user's credentials.

                                                                                                                +

                                                                                                                The string representation of a user's credentials.

                                                                                                                @@ -495,7 +498,7 @@
                                                                                                                Returns
                                                                                                                - bool + System.Boolean @@ -543,7 +546,7 @@
                                                                                                                Returns
                                                                                                                - bool + System.Boolean @@ -551,7 +554,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                Equals(object)

                                                                                                                +

                                                                                                                Equals(Object)

                                                                                                                value-type equality

                                                                                                                @@ -570,7 +573,7 @@
                                                                                                                Parameters
                                                                                                                - object + System.Object obj @@ -586,13 +589,13 @@
                                                                                                                Returns
                                                                                                                - bool + System.Boolean
                                                                                                                Overrides
                                                                                                                - +
                                                                                                                System.Object.Equals(System.Object)
                                                                                                                @@ -614,16 +617,16 @@
                                                                                                                Returns
                                                                                                                - int + System.Int32
                                                                                                                Overrides
                                                                                                                - +
                                                                                                                System.Object.GetHashCode()

                                                                                                                Implements

                                                                                                                - IEquatable<T> + System.IEquatable<T>
                                                                                                                diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType.html index 1a8de584e..48cd9d0b6 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType.html @@ -89,7 +89,7 @@

                                                                                                                Token representation of user managers

                                                                                                                -
                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TransactionType.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TransactionType.html index 4c1823f8f..37e71cc08 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TransactionType.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TransactionType.html @@ -89,7 +89,7 @@

                                                                                                                Terminology provider entry transaction type

                                                                                                                -
                                                                                                                Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
                                                                                                                +
                                                                                                                Namespace: Sdl.Terminology.TerminologyProvider.Core
                                                                                                                Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
                                                                                                                Syntax
                                                                                                                diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.html b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.html index 1173a7617..3ed13391e 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.html +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.html @@ -173,6 +173,9 @@

                                                                                                                Interfaces

                                                                                                                IConnectionAwareTerminologyProvider

                                                                                                                Provides access to a terminology provider with connection support, which in turn provides access to termbases.

                                                                                                                +
                                                                                                                +

                                                                                                                IFileBasedTerminologyProviderDefaultPath

                                                                                                                +

                                                                                                                Default path for a file-based terminology provider

                                                                                                                ILanguage

                                                                                                                The language definition for a term

                                                                                                                @@ -213,8 +216,6 @@

                                                                                                                TerminologyProviderViewerWinFormsUIAttribute attribute for registration it with the plug-in manager.

                                                                                                                -

                                                                                                                ITerminologyProviderViewerWrapper

                                                                                                                -

                                                                                                                ITerminologyProviderWinFormsUI

                                                                                                                This interface should be implemented by terminology provider implementers in order to provide user interface functionality in Trados Studio specific to that type of terminology provider. Implementation of this interface should be marked up with the TerminologyProviderWinFormsUIAttribute diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignResult.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignResult.html index 98efe7a81..21d6c384d 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignResult.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignResult.html @@ -5,10 +5,10 @@ - Enum AlignResult + <title>Class AlignResult - @@ -84,56 +84,215 @@

                                                                                                                -

                                                                                                                Enum AlignResult +

                                                                                                                Class AlignResult

                                                                                                                -
                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                +
                                                                                                                Inheritance
                                                                                                                +
                                                                                                                System.Object
                                                                                                                +
                                                                                                                AlignResult
                                                                                                                +
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public enum AlignResult
                                                                                                                +
                                                                                                                public sealed class AlignResult : Enum

                                                                                                                Fields

                                                                                                                + + +

                                                                                                                Aligned

                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                Declaration
                                                                                                                +
                                                                                                                +
                                                                                                                public const AlignResult Aligned
                                                                                                                +
                                                                                                                +
                                                                                                                Field Value
                                                                                                                - + + + + + + + + +
                                                                                                                NameType Description
                                                                                                                AlignResult
                                                                                                                + + +

                                                                                                                AlignError

                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                Declaration
                                                                                                                +
                                                                                                                +
                                                                                                                public const AlignResult AlignError
                                                                                                                +
                                                                                                                +
                                                                                                                Field Value
                                                                                                                + + + + + + - + + +
                                                                                                                TypeDescription
                                                                                                                AlignErrorAlignResult
                                                                                                                + + +

                                                                                                                CorruptModel

                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                Declaration
                                                                                                                +
                                                                                                                +
                                                                                                                public const AlignResult CorruptModel
                                                                                                                +
                                                                                                                +
                                                                                                                Field Value
                                                                                                                + + + + + + + + - + + +
                                                                                                                TypeDescription
                                                                                                                AlignedAlignResult
                                                                                                                + + +

                                                                                                                InvalidAlignmentData

                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                Declaration
                                                                                                                +
                                                                                                                +
                                                                                                                public const AlignResult InvalidAlignmentData
                                                                                                                +
                                                                                                                +
                                                                                                                Field Value
                                                                                                                + + + + + + + + - + + +
                                                                                                                TypeDescription
                                                                                                                CorruptModelAlignResult
                                                                                                                + + +

                                                                                                                NoModel

                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                Declaration
                                                                                                                +
                                                                                                                +
                                                                                                                public const AlignResult NoModel
                                                                                                                +
                                                                                                                +
                                                                                                                Field Value
                                                                                                                + + + + + + + + - + + +
                                                                                                                TypeDescription
                                                                                                                InvalidAlignmentDataAlignResult
                                                                                                                + + +

                                                                                                                PairEmptyOrTooLarge

                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                Declaration
                                                                                                                +
                                                                                                                +
                                                                                                                public const AlignResult PairEmptyOrTooLarge
                                                                                                                +
                                                                                                                +
                                                                                                                Field Value
                                                                                                                + + - + + + + + + + + +
                                                                                                                NoModelTypeDescription
                                                                                                                AlignResult
                                                                                                                + + +

                                                                                                                PairUntokenized

                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                Declaration
                                                                                                                +
                                                                                                                +
                                                                                                                public const AlignResult PairUntokenized
                                                                                                                +
                                                                                                                +
                                                                                                                Field Value
                                                                                                                + + + + + + + + - + + +
                                                                                                                TypeDescription
                                                                                                                PairEmptyOrTooLargeAlignResult
                                                                                                                + + +

                                                                                                                value__

                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                Declaration
                                                                                                                +
                                                                                                                +
                                                                                                                public int value__
                                                                                                                +
                                                                                                                +
                                                                                                                Field Value
                                                                                                                + + + + + + + + - + -
                                                                                                                TypeDescription
                                                                                                                PairUntokenizedSystem.Int32
                                                                                                                +
                                                                                                                diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableContentPairId.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableContentPairId.html index f9422dc9f..735b1a783 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableContentPairId.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableContentPairId.html @@ -90,38 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                AlignableContentPairId
                                                                                                                - -
                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public abstract class AlignableContentPairId
                                                                                                                +
                                                                                                                public abstract class AlignableContentPairId : Object

                                                                                                                Constructors

                                                                                                                diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.html index 59c20811f..a4235d6b0 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.html @@ -90,38 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                AlignableCorpusId
                                                                                                                - -
                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public abstract class AlignableCorpusId
                                                                                                                +
                                                                                                                public abstract class AlignableCorpusId : Object

                                                                                                                Constructors

                                                                                                                @@ -157,7 +133,7 @@
                                                                                                                Property Value
                                                                                                                - Guid + System.Guid @@ -212,7 +188,7 @@
                                                                                                                Parameters
                                                                                                                - BinaryReader + System.IO.BinaryReader reader @@ -221,7 +197,7 @@
                                                                                                                Parameters
                                                                                                                -

                                                                                                                FromJsonSerialization(string)

                                                                                                                +

                                                                                                                FromJsonSerialization(String)

                                                                                                                Declaration
                                                                                                                @@ -239,7 +215,7 @@
                                                                                                                Parameters
                                                                                                                - string + System.String serialization @@ -305,7 +281,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                FromSerialization(byte[])

                                                                                                                +

                                                                                                                FromSerialization(Byte[])

                                                                                                                Declaration
                                                                                                                @@ -323,7 +299,7 @@
                                                                                                                Parameters
                                                                                                                - byte + System.Byte[] serialization @@ -365,7 +341,7 @@
                                                                                                                Parameters
                                                                                                                - BinaryReader + System.IO.BinaryReader reader @@ -407,17 +383,17 @@
                                                                                                                Parameters
                                                                                                                - Guid + System.Guid idType - FuncBinaryReaderAlignableCorpusId + System.Func<System.IO.BinaryReader, AlignableCorpusId> creator - FuncNewtonsoft.Json.JsonReaderAlignableCorpusId + System.Func<Newtonsoft.Json.JsonReader, AlignableCorpusId> jsonCreator @@ -471,7 +447,7 @@
                                                                                                                Parameters
                                                                                                                - BinaryWriter + System.IO.BinaryWriter writer @@ -497,7 +473,7 @@
                                                                                                                Returns
                                                                                                                - string + System.String @@ -522,7 +498,7 @@
                                                                                                                Returns
                                                                                                                - byte + System.Byte[] @@ -575,7 +551,7 @@
                                                                                                                Parameters
                                                                                                                - BinaryWriter + System.IO.BinaryWriter writer diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignedPhrase.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignedPhrase.html index 38b087c5c..3355e29f1 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignedPhrase.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignedPhrase.html @@ -90,45 +90,21 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                AlignedPhrase
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class AlignedPhrase
                                                                                                                +
                                                                                                                public class AlignedPhrase : Object

                                                                                                                Constructors

                                                                                                                -

                                                                                                                AlignedPhrase(int, int, int, int, float)

                                                                                                                +

                                                                                                                AlignedPhrase(Int32, Int32, Int32, Int32, Single)

                                                                                                                Declaration
                                                                                                                @@ -146,27 +122,27 @@
                                                                                                                Parameters
                                                                                                                - int + System.Int32 srcStartPosition - int + System.Int32 srcLength - int + System.Int32 trgStartPosition - int + System.Int32 trgLength - float + System.Single association @@ -194,7 +170,7 @@
                                                                                                                Property Value
                                                                                                                - float + System.Single @@ -219,7 +195,7 @@
                                                                                                                Property Value
                                                                                                                - int + System.Int32 @@ -244,7 +220,7 @@
                                                                                                                Property Value
                                                                                                                - int + System.Int32 @@ -269,7 +245,7 @@
                                                                                                                Property Value
                                                                                                                - int + System.Int32 @@ -294,7 +270,7 @@
                                                                                                                Property Value
                                                                                                                - int + System.Int32 diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerDefinition.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerDefinition.html index 5804f447d..0a057ed88 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerDefinition.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerDefinition.html @@ -90,40 +90,16 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                AlignerDefinition
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public abstract class AlignerDefinition
                                                                                                                +
                                                                                                                public abstract class AlignerDefinition : Object

                                                                                                                Constructors

                                                                                                                @@ -159,7 +135,7 @@
                                                                                                                Property Value
                                                                                                                - bool + System.Boolean @@ -184,7 +160,7 @@
                                                                                                                Property Value
                                                                                                                - Guid + System.Guid @@ -212,7 +188,7 @@
                                                                                                                Parameters
                                                                                                                - BinaryReader + System.IO.BinaryReader reader @@ -221,7 +197,7 @@
                                                                                                                Parameters
                                                                                                                -

                                                                                                                FromSerialization(byte[])

                                                                                                                +

                                                                                                                FromSerialization(Byte[])

                                                                                                                Declaration
                                                                                                                @@ -239,7 +215,7 @@
                                                                                                                Parameters
                                                                                                                - byte + System.Byte[] serialization @@ -281,7 +257,7 @@
                                                                                                                Parameters
                                                                                                                - BinaryReader + System.IO.BinaryReader reader @@ -323,12 +299,12 @@
                                                                                                                Parameters
                                                                                                                - Guid + System.Guid idType - FuncBinaryReaderAlignerDefinition + System.Func<System.IO.BinaryReader, AlignerDefinition> creator @@ -355,7 +331,7 @@
                                                                                                                Parameters
                                                                                                                - BinaryWriter + System.IO.BinaryWriter writer @@ -381,7 +357,7 @@
                                                                                                                Returns
                                                                                                                - byte + System.Byte[] @@ -407,7 +383,7 @@
                                                                                                                Parameters
                                                                                                                - BinaryWriter + System.IO.BinaryWriter writer diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerSettings.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerSettings.html index 1337695d0..2f84d74ed 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerSettings.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerSettings.html @@ -90,45 +90,21 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                AlignerSettings
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class AlignerSettings
                                                                                                                +
                                                                                                                public class AlignerSettings : Object

                                                                                                                Constructors

                                                                                                                -

                                                                                                                AlignerSettings(uint, bool)

                                                                                                                +

                                                                                                                AlignerSettings(UInt32, Boolean)

                                                                                                                Declaration
                                                                                                                @@ -146,12 +122,12 @@
                                                                                                                Parameters
                                                                                                                - uint + System.UInt32 combinedUniqueTokenStringThreshold - bool + System.Boolean useTuFilteredMatrix @@ -179,7 +155,7 @@
                                                                                                                Property Value
                                                                                                                - uint + System.UInt32 @@ -204,7 +180,7 @@
                                                                                                                Property Value
                                                                                                                - bool + System.Boolean diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html index e50e2417c..b8574d4fa 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html @@ -90,39 +90,15 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                AlignmentEvidence
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public abstract class AlignmentEvidence
                                                                                                                +
                                                                                                                public abstract class AlignmentEvidence : Object

                                                                                                                Constructors

                                                                                                                @@ -158,7 +134,7 @@
                                                                                                                Property Value
                                                                                                                - short + System.Int16 @@ -183,7 +159,7 @@
                                                                                                                Property Value
                                                                                                                - short + System.Int16 @@ -208,7 +184,7 @@
                                                                                                                Property Value
                                                                                                                - short + System.Int16 @@ -233,7 +209,7 @@
                                                                                                                Property Value
                                                                                                                - short + System.Int16 @@ -243,7 +219,7 @@

                                                                                                                Methods -

                                                                                                                AttemptToUse(LiftAlignedSpanPair, bool[], bool[], bool)

                                                                                                                +

                                                                                                                AttemptToUse(LiftAlignedSpanPair, Boolean[], Boolean[], Boolean)

                                                                                                                Declaration
                                                                                                                @@ -266,17 +242,17 @@
                                                                                                                Parameters
                                                                                                                - bool + System.Boolean[] sourceTokenUseFlags - bool + System.Boolean[] targetTokenUseFlags - bool + System.Boolean outside @@ -292,7 +268,7 @@
                                                                                                                Returns
                                                                                                                - bool + System.Boolean @@ -300,7 +276,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                Concerns(LiftAlignedSpanPair, bool)

                                                                                                                +

                                                                                                                Concerns(LiftAlignedSpanPair, Boolean)

                                                                                                                Declaration
                                                                                                                @@ -323,7 +299,7 @@
                                                                                                                Parameters
                                                                                                                - bool + System.Boolean outside @@ -339,7 +315,7 @@
                                                                                                                Returns
                                                                                                                - bool + System.Boolean @@ -347,7 +323,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                ConfidenceFor(LiftAlignedSpanPair, bool)

                                                                                                                +

                                                                                                                ConfidenceFor(LiftAlignedSpanPair, Boolean)

                                                                                                                Declaration
                                                                                                                @@ -370,7 +346,7 @@
                                                                                                                Parameters
                                                                                                                - bool + System.Boolean outside @@ -386,7 +362,7 @@
                                                                                                                Returns
                                                                                                                - float + System.Single @@ -394,7 +370,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                Covers(short, short)

                                                                                                                +

                                                                                                                Covers(Int16, Int16)

                                                                                                                Declaration
                                                                                                                @@ -412,12 +388,12 @@
                                                                                                                Parameters
                                                                                                                - short + System.Int16 sourceTokenIndex - short + System.Int16 targetTokenIndex @@ -433,7 +409,7 @@
                                                                                                                Returns
                                                                                                                - bool + System.Boolean @@ -475,7 +451,7 @@
                                                                                                                Returns
                                                                                                                - bool + System.Boolean @@ -483,7 +459,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                SourceConfidenceFor(LiftAlignedSpanPair, bool)

                                                                                                                +

                                                                                                                SourceConfidenceFor(LiftAlignedSpanPair, Boolean)

                                                                                                                Declaration
                                                                                                                @@ -506,7 +482,7 @@
                                                                                                                Parameters
                                                                                                                - bool + System.Boolean outside @@ -522,7 +498,7 @@
                                                                                                                Returns
                                                                                                                - float + System.Single @@ -530,7 +506,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                TargetConfidenceFor(LiftAlignedSpanPair, bool)

                                                                                                                +

                                                                                                                TargetConfidenceFor(LiftAlignedSpanPair, Boolean)

                                                                                                                Declaration
                                                                                                                @@ -553,7 +529,7 @@
                                                                                                                Parameters
                                                                                                                - bool + System.Boolean outside @@ -569,7 +545,7 @@
                                                                                                                Returns
                                                                                                                - float + System.Single diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.html index 572dfa5a2..f607c54e0 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.html @@ -90,38 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                BilingualChiSquareComputer3
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class BilingualChiSquareComputer3
                                                                                                                +
                                                                                                                public class BilingualChiSquareComputer3 : Object

                                                                                                                Constructors

                                                                                                                @@ -151,7 +127,7 @@
                                                                                                                Parameters
                                                                                                                - FuncTaskPairSdl.LanguagePlatform.Stat.IntSegment + System.Func<System.Threading.Tasks.Task<Pair<Sdl.LanguagePlatform.Stat.IntSegment>>> getSegmentFunc @@ -178,7 +154,7 @@
                                                                                                                Field Value
                                                                                                                - EventHandlerTranslationModelProgressEventArgs + System.EventHandler<TranslationModelProgressEventArgs> diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.html index 39d4fa3de..84a98a662 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.html @@ -90,38 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                BilingualPhraseComputer3.Settings
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class BilingualPhraseComputer3.Settings
                                                                                                                +
                                                                                                                public class Settings : Object

                                                                                                                Constructors

                                                                                                                @@ -156,7 +132,7 @@
                                                                                                                Field Value
                                                                                                                - bool + System.Boolean @@ -180,7 +156,7 @@
                                                                                                                Field Value
                                                                                                                - int + System.Int32 @@ -204,7 +180,7 @@
                                                                                                                Field Value
                                                                                                                - double + System.Double diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.html index a8ec83b51..6e3f90300 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.html @@ -90,38 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                BilingualPhraseComputer3
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class BilingualPhraseComputer3
                                                                                                                +
                                                                                                                public class BilingualPhraseComputer3 : Object

                                                                                                                Methods

                                                                                                                @@ -172,7 +148,7 @@
                                                                                                                Returns
                                                                                                                - ListAlignedPhrase + System.Collections.Generic.List<AlignedPhrase> diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.html index ff3de2301..f6295ada5 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.html @@ -90,45 +90,21 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                ChiSquaredAligner.CodedTokenIndexConverter
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                protected class ChiSquaredAligner.CodedTokenIndexConverter
                                                                                                                +
                                                                                                                protected class CodedTokenIndexConverter : Object

                                                                                                                Constructors

                                                                                                                -

                                                                                                                CodedTokenIndexConverter(List<short>)

                                                                                                                +

                                                                                                                CodedTokenIndexConverter(List<Int16>)

                                                                                                                Declaration
                                                                                                                @@ -146,7 +122,7 @@
                                                                                                                Parameters
                                                                                                                - Listshort + System.Collections.Generic.List<System.Int16> tokenInfo @@ -157,7 +133,7 @@

                                                                                                                Methods -

                                                                                                                CodedTokenIndexToTUSpan(int)

                                                                                                                +

                                                                                                                CodedTokenIndexToTUSpan(Int32)

                                                                                                                Declaration
                                                                                                                @@ -175,7 +151,7 @@
                                                                                                                Parameters
                                                                                                                - int + System.Int32 ix diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.html index de9c768df..26d9678c6 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.html @@ -90,76 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - - -
                                                                                                                ChiSquaredAligner.NullModelException
                                                                                                                +
                                                                                                                System.Object
                                                                                                                +
                                                                                                                ChiSquaredAligner.NullModelException
                                                                                                                -
                                                                                                                -
                                                                                                                Implements
                                                                                                                - -
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class ChiSquaredAligner.NullModelException : Exception, ISerializable
                                                                                                                +
                                                                                                                public class NullModelException : Exception

                                                                                                                Constructors

                                                                                                                @@ -173,10 +111,6 @@
                                                                                                                Declaration
                                                                                                                public NullModelException()
                                                                                                                -

                                                                                                                Implements

                                                                                                                - diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html index a6b3a1989..44c380895 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html @@ -90,7 +90,7 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                ChiSquaredAligner
                                                                                                                @@ -98,35 +98,11 @@

                                                                                                                Inheritance
                                                                                                                Implements
                                                                                                                - -
                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class ChiSquaredAligner : IFineGrainedAligner
                                                                                                                +
                                                                                                                public class ChiSquaredAligner : Object, IFineGrainedAligner

                                                                                                                Constructors

                                                                                                                @@ -138,8 +114,7 @@

                                                                                                                Declaration
                                                                                                                -
                                                                                                                [Obsolete("Use version providing ICultureMetadataManager")]
                                                                                                                -public ChiSquaredAligner(ChiSquaredTranslationModel model, AlignerSettings alignerSettings)
                                                                                                                +
                                                                                                                public ChiSquaredAligner(ChiSquaredTranslationModel model, AlignerSettings alignerSettings)
                                                                                                                Parameters
                                                                                                                @@ -189,7 +164,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -221,7 +196,7 @@
                                                                                                                Field Value
                                                                                                                - + @@ -272,7 +247,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -300,7 +275,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -316,7 +291,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -324,7 +299,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                AlignAsync(IEnumerable<IAlignableContentPair>, CancellationToken, IProgress<int>)

                                                                                                                +

                                                                                                                AlignAsync(IEnumerable<IAlignableContentPair>, CancellationToken, IProgress<Int32>)

                                                                                                                Declaration
                                                                                                                @@ -342,17 +317,17 @@
                                                                                                                Parameters
                                                                                                                - + - + - + @@ -368,7 +343,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -394,7 +369,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -410,7 +385,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -418,7 +393,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                AlignExAsync(IEnumerable<IAlignableContentPair>, CancellationToken, IProgress<int>)

                                                                                                                +

                                                                                                                AlignExAsync(IEnumerable<IAlignableContentPair>, CancellationToken, IProgress<Int32>)

                                                                                                                Declaration
                                                                                                                @@ -436,17 +411,17 @@
                                                                                                                Parameters
                                                                                                                - + - + - + @@ -462,7 +437,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -470,7 +445,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                AlignInternalAsync(IEnumerable<IAlignableContentPair>, CancellationToken, IProgress<int>)

                                                                                                                +

                                                                                                                AlignInternalAsync(IEnumerable<IAlignableContentPair>, CancellationToken, IProgress<Int32>)

                                                                                                                Declaration
                                                                                                                @@ -488,17 +463,17 @@
                                                                                                                Parameters
                                                                                                                - + - + - + @@ -514,7 +489,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -540,7 +515,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -556,7 +531,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -581,7 +556,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -589,7 +564,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                SetBulkModeAsync(bool)

                                                                                                                +

                                                                                                                SetBulkModeAsync(Boolean)

                                                                                                                Declaration
                                                                                                                @@ -607,7 +582,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -623,7 +598,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -631,7 +606,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                SetErrorLogger(Action<Exception, string>)

                                                                                                                +

                                                                                                                SetErrorLogger(Action<Exception, String>)

                                                                                                                Declaration
                                                                                                                @@ -649,7 +624,7 @@
                                                                                                                Parameters
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.html index 9c211ca9e..16ba7955a 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.html @@ -90,7 +90,7 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                ChiSquaredLiftAligner
                                                                                                                @@ -110,52 +110,31 @@

                                                                                                                Inherited Members
                                                                                                                ChiSquaredAligner.CanAlign(IEnumerable<IAlignableContentPair>) - - - - - - - -
                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -189,7 +168,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -205,7 +184,7 @@

                                                                                                                Methods -

                                                                                                                AlignInternalAsync(IEnumerable<IAlignableContentPair>, CancellationToken, IProgress<int>)

                                                                                                                +

                                                                                                                AlignInternalAsync(IEnumerable<IAlignableContentPair>, CancellationToken, IProgress<Int32>)

                                                                                                                Declaration
                                                                                                                @@ -223,17 +202,17 @@
                                                                                                                Parameters
                                                                                                                - + - + - + @@ -249,13 +228,13 @@
                                                                                                                Returns
                                                                                                                - +
                                                                                                                ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager
                                                                                                                ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager
                                                                                                                boolSystem.Boolean
                                                                                                                IEnumerableIAlignableContentPairSystem.Collections.Generic.IEnumerable<IAlignableContentPair> pairs
                                                                                                                TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                IEnumerableIAlignableContentPairSystem.Collections.Generic.IEnumerable<IAlignableContentPair> pairs
                                                                                                                CancellationTokenSystem.Threading.CancellationToken token
                                                                                                                IProgressintSystem.IProgress<System.Int32> progress
                                                                                                                TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                IEnumerableIAlignableContentPairSystem.Collections.Generic.IEnumerable<IAlignableContentPair> pairs
                                                                                                                TaskAlignResultSystem.Threading.Tasks.Task<AlignResult[]>
                                                                                                                IEnumerableIAlignableContentPairSystem.Collections.Generic.IEnumerable<IAlignableContentPair> pairs
                                                                                                                CancellationTokenSystem.Threading.CancellationToken token
                                                                                                                IProgressintSystem.IProgress<System.Int32> progress
                                                                                                                TaskAlignResultSystem.Threading.Tasks.Task<AlignResult[]>
                                                                                                                IEnumerableIAlignableContentPairSystem.Collections.Generic.IEnumerable<IAlignableContentPair> pairs
                                                                                                                CancellationTokenSystem.Threading.CancellationToken cancellationToken
                                                                                                                IProgressintSystem.IProgress<System.Int32> progress
                                                                                                                TaskAlignResultSystem.Threading.Tasks.Task<AlignResult[]>
                                                                                                                IEnumerableIAlignableContentPairSystem.Collections.Generic.IEnumerable<IAlignableContentPair> pairs
                                                                                                                boolSystem.Boolean[]
                                                                                                                boolSystem.Boolean
                                                                                                                boolSystem.Boolean bulkMode
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                ActionExceptionstringSystem.Action<System.Exception, System.String> logger
                                                                                                                ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager
                                                                                                                IEnumerableIAlignableContentPairSystem.Collections.Generic.IEnumerable<IAlignableContentPair> pairs
                                                                                                                CancellationTokenSystem.Threading.CancellationToken cancellationToken
                                                                                                                IProgressintSystem.IProgress<System.Int32> progress
                                                                                                                TaskAlignResultSystem.Threading.Tasks.Task<AlignResult[]>
                                                                                                                Overrides
                                                                                                                - +

                                                                                                                Implements

                                                                                                                IFineGrainedAligner diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.html index 50f13e853..38bd7143f 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.html @@ -90,7 +90,7 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                ChiSquaredTranslationModel
                                                                                                                @@ -118,16 +118,16 @@
                                                                                                                Inherited Members
                                                                                                                TranslationModel.OnProgress(TranslationModelProgressStage) -
                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -183,13 +162,12 @@

                                                                                                                Constructors -

                                                                                                                ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, string, TranslationModelId, List<AlignableCorpusId>, CultureCode, CultureCode, DateTime?, int, int, TranslationModelBuilderSettings)

                                                                                                                +

                                                                                                                ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List<AlignableCorpusId>, CultureCode, CultureCode, Nullable<DateTime>, Int32, Int32, TranslationModelBuilderSettings)

                                                                                                                Declaration
                                                                                                                -
                                                                                                                [Obsolete("Use version providing ICultureMetadataManager")]
                                                                                                                -public ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly store, string name, TranslationModelId id, List<AlignableCorpusId> corpusIds, CultureCode sourceCulture, CultureCode targetCulture, DateTime? modelDate, int sampleCount, int version, TranslationModelBuilderSettings modelBuilderSettings = null)
                                                                                                                +
                                                                                                                public ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly store, string name, TranslationModelId id, List<AlignableCorpusId> corpusIds, CultureCode sourceCulture, CultureCode targetCulture, Nullable<DateTime> modelDate, int sampleCount, int version, TranslationModelBuilderSettings modelBuilderSettings = null)
                                                                                                                Parameters
                                                                                                                @@ -207,7 +185,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -217,32 +195,32 @@
                                                                                                                Parameters
                                                                                                                - + - + - + - + - + - + @@ -256,12 +234,12 @@
                                                                                                                Parameters
                                                                                                                -

                                                                                                                ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, string, TranslationModelId, List<AlignableCorpusId>, CultureCode, CultureCode, DateTime?, int, int, ICultureMetadataManager, TranslationModelBuilderSettings)

                                                                                                                +

                                                                                                                ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List<AlignableCorpusId>, CultureCode, CultureCode, Nullable<DateTime>, Int32, Int32, ICultureMetadataManager, TranslationModelBuilderSettings)

                                                                                                                Declaration
                                                                                                                -
                                                                                                                public ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly store, string name, TranslationModelId id, List<AlignableCorpusId> corpusIds, CultureCode sourceCulture, CultureCode targetCulture, DateTime? modelDate, int sampleCount, int version, ICultureMetadataManager cultureMetadataManager, TranslationModelBuilderSettings modelBuilderSettings = null)
                                                                                                                +
                                                                                                                public ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly store, string name, TranslationModelId id, List<AlignableCorpusId> corpusIds, CultureCode sourceCulture, CultureCode targetCulture, Nullable<DateTime> modelDate, int sampleCount, int version, ICultureMetadataManager cultureMetadataManager, TranslationModelBuilderSettings modelBuilderSettings = null)
                                                                                                                Parameters
                                                                                                                stringSystem.String name
                                                                                                                ListAlignableCorpusIdSystem.Collections.Generic.List<AlignableCorpusId> corpusIds
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode sourceCulture
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode targetCulture
                                                                                                                DateTimeSystem.Nullable<System.DateTime> modelDate
                                                                                                                intSystem.Int32 sampleCount
                                                                                                                intSystem.Int32 version
                                                                                                                @@ -279,7 +257,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -289,37 +267,37 @@
                                                                                                                Parameters
                                                                                                                - + - + - + - + - + - + - + @@ -351,7 +329,7 @@
                                                                                                                Field Value
                                                                                                                - + @@ -405,7 +383,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -455,7 +433,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -499,7 +477,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -543,7 +521,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -571,7 +549,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -587,7 +565,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -597,12 +575,12 @@
                                                                                                                Overrides
                                                                                                                -

                                                                                                                MeasureModelFitnessAsync(List<Token>, bool)

                                                                                                                +

                                                                                                                MeasureModelFitnessAsync(List<Token>, Boolean)

                                                                                                                Declaration
                                                                                                                -
                                                                                                                public Task<(Dictionary<string, int> IVTokenCounts, Dictionary<string, int> OOVTokenCounts)> MeasureModelFitnessAsync(List<Token> tokens, bool target)
                                                                                                                +
                                                                                                                public Task<(Dictionary<string, int>, Dictionary<string, int>)> MeasureModelFitnessAsync(List<Token> tokens, bool target)
                                                                                                                Parameters
                                                                                                                stringSystem.String name
                                                                                                                ListAlignableCorpusIdSystem.Collections.Generic.List<AlignableCorpusId> corpusIds
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode sourceCulture
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode targetCulture
                                                                                                                DateTimeSystem.Nullable<System.DateTime> modelDate
                                                                                                                intSystem.Int32 sampleCount
                                                                                                                intSystem.Int32 version
                                                                                                                ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager
                                                                                                                intSystem.Int32
                                                                                                                intSystem.Int32
                                                                                                                intSystem.Int32
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                ListIAlignableContentPairSystem.Collections.Generic.List<IAlignableContentPair> pairs
                                                                                                                TaskTranslationModelFitnessSystem.Threading.Tasks.Task<TranslationModelFitness>
                                                                                                                @@ -615,12 +593,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -636,7 +614,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -688,7 +666,7 @@
                                                                                                                Returns
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.html index df41912a3..c126d9409 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.html @@ -90,38 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                ChiSquaredTranslationModelBuilder
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class ChiSquaredTranslationModelBuilder
                                                                                                                +
                                                                                                                public class ChiSquaredTranslationModelBuilder : Object

                                                                                                                Constructors

                                                                                                                @@ -133,8 +109,7 @@

                                                                                                                Declaration
                                                                                                                -
                                                                                                                [Obsolete("Use version providing ICultureMetadataManager")]
                                                                                                                -public ChiSquaredTranslationModelBuilder(ChiSquaredTranslationModel translationModel, IAlignableCorpusManagerAsync corpusManager, TranslationModelBuilderSettings modelBuilderSettings = null)
                                                                                                                +
                                                                                                                public ChiSquaredTranslationModelBuilder(ChiSquaredTranslationModel translationModel, IAlignableCorpusManagerAsync corpusManager, TranslationModelBuilderSettings modelBuilderSettings = null)
                                                                                                                Parameters
                                                                                                                ListTokenSystem.Collections.Generic.List<Token> tokens
                                                                                                                boolSystem.Boolean target
                                                                                                                TaskDictionarystringintSystem.ValueTuple{System.Collections.Generic.Dictionary{System.String,System.Int32},System.Collections.Generic.Dictionary{System.String,System.Int32}}.IVTokenCountsDictionarystringintSystem.ValueTuple{System.Collections.Generic.Dictionary{System.String,System.Int32},System.Collections.Generic.Dictionary{System.String,System.Int32}}.OOVTokenCountsSystem.Threading.Tasks.Task<System.ValueTuple<System.Collections.Generic.Dictionary<System.String, System.Int32>, System.Collections.Generic.Dictionary<System.String, System.Int32>>>
                                                                                                                TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                @@ -194,7 +169,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -242,8 +217,7 @@

                                                                                                                Declaration
                                                                                                                -
                                                                                                                [Obsolete("Use CanBuildModelAsync")]
                                                                                                                -public bool CanBuildModel()
                                                                                                                +
                                                                                                                public bool CanBuildModel()
                                                                                                                Returns
                                                                                                                ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager
                                                                                                                @@ -255,7 +229,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -280,7 +254,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -293,8 +267,7 @@

                                                                                                                Declaration
                                                                                                                -
                                                                                                                [Obsolete("Use ShouldBuildModelAsync")]
                                                                                                                -public bool ShouldBuildModel()
                                                                                                                +
                                                                                                                public bool ShouldBuildModel()
                                                                                                                Returns
                                                                                                                boolSystem.Boolean
                                                                                                                TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                @@ -306,7 +279,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -331,7 +304,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -357,7 +330,7 @@
                                                                                                                Event Type
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html index eed19c34a..7426263ff 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html @@ -90,7 +90,7 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                ChiSquaredTranslationModelId
                                                                                                                @@ -106,34 +106,13 @@

                                                                                                                Inherited Members
                                                                                                                TranslationModelId.FromSerialization(BinaryReader) - - - - - - - -
                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -173,7 +152,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -198,7 +177,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -228,7 +207,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -257,7 +236,7 @@
                                                                                                                Parameters
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html index 5e608d547..b7895273f 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html @@ -90,42 +90,18 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                ChiSquaredTranslationModelStoreReadOnly
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class ChiSquaredTranslationModelStoreReadOnly : IChiSquaredTranslationModelStoreReadOnly
                                                                                                                +
                                                                                                                public class ChiSquaredTranslationModelStoreReadOnly : Object, IChiSquaredTranslationModelStoreReadOnly

                                                                                                                Constructors

                                                                                                                @@ -188,7 +164,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -201,7 +177,7 @@

                                                                                                                Declaration
                                                                                                                -
                                                                                                                public Task<DateTime?> GetTranslationModelDateAsync()
                                                                                                                +
                                                                                                                public Task<Nullable<DateTime>> GetTranslationModelDateAsync()
                                                                                                                Returns
                                                                                                                boolSystem.Boolean
                                                                                                                TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                EventHandlerTranslationModelProgressEventArgsSystem.EventHandler<TranslationModelProgressEventArgs>
                                                                                                                intSystem.Int32
                                                                                                                GuidSystem.Guid
                                                                                                                BinaryReaderSystem.IO.BinaryReader reader
                                                                                                                BinaryWriterSystem.IO.BinaryWriter writer
                                                                                                                TaskintSystem.Threading.Tasks.Task<System.Int32>
                                                                                                                @@ -213,7 +189,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -221,7 +197,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                LoadMatrixData2Async(IReadOnlyCollection<TranslationModelTuMatrixRequest>, bool)

                                                                                                                +

                                                                                                                LoadMatrixData2Async(IReadOnlyCollection<TranslationModelTuMatrixRequest>, Boolean)

                                                                                                                Declaration
                                                                                                                @@ -239,12 +215,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -260,7 +236,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -268,7 +244,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                LoadMatrixDataAsync(HashSet<int>, HashSet<int>, bool)

                                                                                                                +

                                                                                                                LoadMatrixDataAsync(HashSet<Int32>, HashSet<Int32>, Boolean)

                                                                                                                Declaration
                                                                                                                @@ -286,17 +262,17 @@
                                                                                                                Parameters
                                                                                                                - + - + - + @@ -312,7 +288,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -320,12 +296,12 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                LoadMatrixDataAsync(int, int, bool)

                                                                                                                +

                                                                                                                LoadMatrixDataAsync(Int32, Int32, Boolean)

                                                                                                                Declaration
                                                                                                                -
                                                                                                                public Task<(List<TranslationModelMatrixEntry> Entries, int LastId)> LoadMatrixDataAsync(int startAfter, int count, bool isReversedMatrix)
                                                                                                                +
                                                                                                                public Task<(List<TranslationModelMatrixEntry>, int)> LoadMatrixDataAsync(int startAfter, int count, bool isReversedMatrix)
                                                                                                                Parameters
                                                                                                                TaskDateTimeSystem.Threading.Tasks.Task<System.Nullable<System.DateTime>>
                                                                                                                IReadOnlyCollectionTranslationModelTuMatrixRequestSystem.Collections.Generic.IReadOnlyCollection<TranslationModelTuMatrixRequest> matrixRequestCollection
                                                                                                                boolSystem.Boolean isReversedMatrix
                                                                                                                TaskListTranslationModelMatrixEntrySystem.Threading.Tasks.Task<System.Collections.Generic.List<TranslationModelMatrixEntry>>
                                                                                                                HashSetintSystem.Collections.Generic.HashSet<System.Int32> sourceKeys
                                                                                                                HashSetintSystem.Collections.Generic.HashSet<System.Int32> targetKeys
                                                                                                                boolSystem.Boolean isReversedMatrix
                                                                                                                TaskListTranslationModelMatrixEntrySystem.Threading.Tasks.Task<System.Collections.Generic.List<TranslationModelMatrixEntry>>
                                                                                                                @@ -338,17 +314,17 @@
                                                                                                                Parameters
                                                                                                                - + - + - + @@ -364,7 +340,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -372,7 +348,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                LoadVocabAsync(bool, IEnumerable<string>)

                                                                                                                +

                                                                                                                LoadVocabAsync(Boolean, IEnumerable<String>)

                                                                                                                Declaration
                                                                                                                @@ -390,12 +366,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -411,7 +387,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -419,7 +395,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                TotalVocabSizeAsync(bool)

                                                                                                                +

                                                                                                                TotalVocabSizeAsync(Boolean)

                                                                                                                Declaration
                                                                                                                @@ -437,7 +413,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -453,7 +429,7 @@
                                                                                                                Returns
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.html index 1c0770220..eb96eed64 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.html @@ -90,49 +90,25 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                CooccurrenceCounter2
                                                                                                                Implements
                                                                                                                - +
                                                                                                                System.IDisposable
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class CooccurrenceCounter2 : IDisposable
                                                                                                                +
                                                                                                                public class CooccurrenceCounter2 : Object

                                                                                                                Constructors

                                                                                                                -

                                                                                                                CooccurrenceCounter2(string)

                                                                                                                +

                                                                                                                CooccurrenceCounter2(String)

                                                                                                                Declaration
                                                                                                                @@ -150,7 +126,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -159,7 +135,7 @@
                                                                                                                Parameters
                                                                                                                -

                                                                                                                CooccurrenceCounter2(string, int)

                                                                                                                +

                                                                                                                CooccurrenceCounter2(String, Int32)

                                                                                                                Declaration
                                                                                                                @@ -177,12 +153,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -210,7 +186,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -220,7 +196,7 @@

                                                                                                                Methods -

                                                                                                                Count(int, int)

                                                                                                                +

                                                                                                                Count(Int32, Int32)

                                                                                                                Declaration
                                                                                                                @@ -238,12 +214,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -262,7 +238,7 @@
                                                                                                                Declaration
                                                                                                                -

                                                                                                                Merge(int)

                                                                                                                +

                                                                                                                Merge(Int32)

                                                                                                                Declaration
                                                                                                                @@ -280,7 +256,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -296,7 +272,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -322,14 +298,14 @@
                                                                                                                Event Type
                                                                                                                - +
                                                                                                                intSystem.Int32 startAfter
                                                                                                                intSystem.Int32 count
                                                                                                                boolSystem.Boolean isReversedMatrix
                                                                                                                TaskListTranslationModelMatrixEntrySystem.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}.EntriesintSystem.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}.LastIdSystem.Threading.Tasks.Task<System.ValueTuple<System.Collections.Generic.List<TranslationModelMatrixEntry>, System.Int32>>
                                                                                                                boolSystem.Boolean target
                                                                                                                IEnumerablestringSystem.Collections.Generic.IEnumerable<System.String> tokensToLoad
                                                                                                                TaskListTranslationModelVocabEntrySystem.Threading.Tasks.Task<System.Collections.Generic.List<TranslationModelVocabEntry>>
                                                                                                                boolSystem.Boolean target
                                                                                                                TaskintSystem.Threading.Tasks.Task<System.Int32>
                                                                                                                stringSystem.String tempFolder
                                                                                                                stringSystem.String tempFolder
                                                                                                                intSystem.Int32 itemsPerFile
                                                                                                                intSystem.Int32
                                                                                                                intSystem.Int32 v1
                                                                                                                intSystem.Int32 v2
                                                                                                                intSystem.Int32 minCooc
                                                                                                                IEnumerableSdl.LanguagePlatform.Stat.CooccurrenceCountSystem.Collections.Generic.IEnumerable<Sdl.LanguagePlatform.Stat.CooccurrenceCount>
                                                                                                                EventHandlerTranslationModelProgressEventArgsSystem.EventHandler<TranslationModelProgressEventArgs>

                                                                                                                Implements

                                                                                                                - IDisposable + System.IDisposable
                                                                                                                diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.FGAInitializer.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.FGAInitializer.html index 521fd9b96..4214f6f29 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.FGAInitializer.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.FGAInitializer.html @@ -90,38 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                FGAInitializer
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public static class FGAInitializer
                                                                                                                +
                                                                                                                public static class FGAInitializer : Object

                                                                                                                Methods

                                                                                                                @@ -146,7 +122,7 @@
                                                                                                                Parameters
                                                                                                                - Assembly + System.Reflection.Assembly a diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableContentPair.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableContentPair.html index 1645288e3..7b6f4a08c 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableContentPair.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableContentPair.html @@ -88,7 +88,7 @@

                                                                                                                -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -166,7 +166,7 @@
                                                                                                                Property Value
                                                                                                                - ListToken + System.Collections.Generic.List<Token> @@ -191,7 +191,7 @@
                                                                                                                Property Value
                                                                                                                - ListToken + System.Collections.Generic.List<Token> @@ -204,7 +204,7 @@

                                                                                                                Declaration
                                                                                                                -
                                                                                                                DateTime? TranslationModelDate { get; set; }
                                                                                                                +
                                                                                                                Nullable<DateTime> TranslationModelDate { get; set; }
                                                                                                                Property Value
                                                                                                                @@ -216,7 +216,7 @@
                                                                                                                Property Value
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpus.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpus.html index 5a323ceea..6324349ca 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpus.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpus.html @@ -88,7 +88,7 @@

                                                                                                                -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -141,7 +141,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -166,7 +166,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -191,7 +191,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -204,8 +204,7 @@

                                                                                                                Declaration
                                                                                                                -
                                                                                                                [Obsolete("replaced by UnalignedCount")]
                                                                                                                -int UnalignedContentPairCount { get; }
                                                                                                                +
                                                                                                                int UnalignedContentPairCount { get; }
                                                                                                                Property Value
                                                                                                                DateTimeSystem.Nullable<System.DateTime>
                                                                                                                intSystem.Int32
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                @@ -217,7 +216,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -245,7 +244,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -261,7 +260,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -311,7 +310,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -337,7 +336,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -353,7 +352,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -361,12 +360,12 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                UnalignedCount(DateTime?)

                                                                                                                +

                                                                                                                UnalignedCount(Nullable<DateTime>)

                                                                                                                Declaration
                                                                                                                -
                                                                                                                int UnalignedCount(DateTime? modelDate)
                                                                                                                +
                                                                                                                int UnalignedCount(Nullable<DateTime> modelDate)
                                                                                                                Parameters
                                                                                                                intSystem.Int32
                                                                                                                DateTimeSystem.DateTime modelDate
                                                                                                                intSystem.Int32
                                                                                                                TaskIPairEnumeratorSystem.Threading.Tasks.Task<IPairEnumerator>
                                                                                                                DateTimeSystem.DateTime modelDate
                                                                                                                intSystem.Int32
                                                                                                                @@ -379,7 +378,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -395,7 +394,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -403,13 +402,12 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                UnalignedUnscheduledContentPairCount(int, DateTime)

                                                                                                                +

                                                                                                                UnalignedUnscheduledContentPairCount(Int32, DateTime)

                                                                                                                Declaration
                                                                                                                -
                                                                                                                [Obsolete("replaced by UnalignedCount")]
                                                                                                                -int UnalignedUnscheduledContentPairCount(int schedule_delta, DateTime modelDate)
                                                                                                                +
                                                                                                                int UnalignedUnscheduledContentPairCount(int schedule_delta, DateTime modelDate)
                                                                                                                Parameters
                                                                                                                DateTimeSystem.Nullable<System.DateTime> modelDate
                                                                                                                intSystem.Int32
                                                                                                                @@ -422,12 +420,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -443,7 +441,7 @@
                                                                                                                Returns
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.html index 5e301405a..ed73396e5 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.html @@ -88,7 +88,7 @@

                                                                                                                -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -141,7 +141,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -166,7 +166,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -194,7 +194,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -210,7 +210,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -235,7 +235,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -260,7 +260,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -285,7 +285,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -311,7 +311,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -327,7 +327,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -335,12 +335,12 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                GetUnalignedCountAsync(DateTime?)

                                                                                                                +

                                                                                                                GetUnalignedCountAsync(Nullable<DateTime>)

                                                                                                                Declaration
                                                                                                                -
                                                                                                                Task<int> GetUnalignedCountAsync(DateTime? modelDate)
                                                                                                                +
                                                                                                                Task<int> GetUnalignedCountAsync(Nullable<DateTime> modelDate)
                                                                                                                Parameters
                                                                                                                intSystem.Int32 schedule_delta
                                                                                                                DateTimeSystem.DateTime modelDate
                                                                                                                intSystem.Int32
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                DateTimeSystem.DateTime modelDate
                                                                                                                TaskintSystem.Threading.Tasks.Task<System.Int32>
                                                                                                                TaskAlignerDefinitionSystem.Threading.Tasks.Task<AlignerDefinition>
                                                                                                                TaskintSystem.Threading.Tasks.Task<System.Int32>
                                                                                                                TaskIPairEnumeratorSystem.Threading.Tasks.Task<IPairEnumerator>
                                                                                                                DateTimeSystem.DateTime modelDate
                                                                                                                TaskintSystem.Threading.Tasks.Task<System.Int32>
                                                                                                                @@ -353,7 +353,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -369,7 +369,7 @@
                                                                                                                Returns
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusManager.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusManager.html index 9e19ca7aa..37c7b4221 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusManager.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusManager.html @@ -88,12 +88,11 @@

                                                                                                                -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                [Obsolete("Use IAlignableCorpusManagerAsync")]
                                                                                                                -public interface IAlignableCorpusManager
                                                                                                                +
                                                                                                                public interface IAlignableCorpusManager

                                                                                                                Methods

                                                                                                                @@ -105,8 +104,7 @@

                                                                                                                Declaration
                                                                                                                -
                                                                                                                [Obsolete("Use IAlignableCorpusManagerAsync")]
                                                                                                                -IAlignableCorpus GetAlignableCorpus(AlignableCorpusId id)
                                                                                                                +
                                                                                                                IAlignableCorpus GetAlignableCorpus(AlignableCorpusId id)
                                                                                                                Parameters
                                                                                                                DateTimeSystem.Nullable<System.DateTime> modelDate
                                                                                                                TaskintSystem.Threading.Tasks.Task<System.Int32>
                                                                                                                diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync.html index 17591176c..04c91be2a 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync.html @@ -88,7 +88,7 @@

                                                                                                                -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -133,7 +133,7 @@
                                                                                                                Returns
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignerBroker.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignerBroker.html index 63b62939c..eb328f184 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignerBroker.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignerBroker.html @@ -88,7 +88,7 @@

                                                                                                                -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -138,7 +138,7 @@
                                                                                                                Returns
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignerService.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignerService.html index 8774a41de..856dbd975 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignerService.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignerService.html @@ -88,7 +88,7 @@

                                                                                                                -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -122,7 +122,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -138,7 +138,7 @@
                                                                                                                Returns
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.html index b28af347d..1ebbbdabd 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.html @@ -97,22 +97,22 @@
                                                                                                                Inherited Members
                                                                                                                IChiSquaredTranslationModelStoreReadOnly.GetSampleCountAsync() -
                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -140,7 +140,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -148,7 +148,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                SaveVocabAsync(bool, IEnumerable<TranslationModelVocabEntry>)

                                                                                                                +

                                                                                                                SaveVocabAsync(Boolean, IEnumerable<TranslationModelVocabEntry>)

                                                                                                                Declaration
                                                                                                                @@ -166,12 +166,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -187,7 +187,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -195,7 +195,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                SetSampleCountAsync(int)

                                                                                                                +

                                                                                                                SetSampleCountAsync(Int32)

                                                                                                                Declaration
                                                                                                                @@ -213,7 +213,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -229,7 +229,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -237,12 +237,12 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                SetTranslationModelDateAsync(DateTime?)

                                                                                                                +

                                                                                                                SetTranslationModelDateAsync(Nullable<DateTime>)

                                                                                                                Declaration
                                                                                                                -
                                                                                                                Task SetTranslationModelDateAsync(DateTime? date)
                                                                                                                +
                                                                                                                Task SetTranslationModelDateAsync(Nullable<DateTime> date)
                                                                                                                Parameters
                                                                                                                TaskIAlignableCorpusAsyncSystem.Threading.Tasks.Task<IAlignableCorpusAsync>
                                                                                                                TaskIFineGrainedAlignerSystem.Threading.Tasks.Task<IFineGrainedAligner>
                                                                                                                DictionaryAlignableCorpusIdListAlignableContentPairIdSystem.Collections.Generic.Dictionary<AlignableCorpusId, System.Collections.Generic.List<AlignableContentPairId>> pairIdsByCorpusId
                                                                                                                intSystem.Int32
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                boolSystem.Boolean target
                                                                                                                IEnumerableTranslationModelVocabEntrySystem.Collections.Generic.IEnumerable<TranslationModelVocabEntry> vocab
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                intSystem.Int32 count
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                @@ -255,7 +255,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -271,7 +271,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -279,7 +279,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                WriteMatrixDataAsync(IEnumerable<TranslationModelMatrixEntry>, bool)

                                                                                                                +

                                                                                                                WriteMatrixDataAsync(IEnumerable<TranslationModelMatrixEntry>, Boolean)

                                                                                                                Declaration
                                                                                                                @@ -297,12 +297,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -318,7 +318,7 @@
                                                                                                                Returns
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html index b4e21a7d9..96976415b 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html @@ -88,7 +88,7 @@

                                                                                                                -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -116,7 +116,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -129,7 +129,7 @@

                                                                                                                Declaration
                                                                                                                -
                                                                                                                Task<DateTime?> GetTranslationModelDateAsync()
                                                                                                                +
                                                                                                                Task<Nullable<DateTime>> GetTranslationModelDateAsync()
                                                                                                                Returns
                                                                                                                DateTimeSystem.Nullable<System.DateTime> date
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                IEnumerableTranslationModelMatrixEntrySystem.Collections.Generic.IEnumerable<TranslationModelMatrixEntry> entries
                                                                                                                boolSystem.Boolean isReversedMatrix
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                TaskintSystem.Threading.Tasks.Task<System.Int32>
                                                                                                                @@ -141,7 +141,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -149,7 +149,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                LoadMatrixData2Async(IReadOnlyCollection<TranslationModelTuMatrixRequest>, bool)

                                                                                                                +

                                                                                                                LoadMatrixData2Async(IReadOnlyCollection<TranslationModelTuMatrixRequest>, Boolean)

                                                                                                                Declaration
                                                                                                                @@ -167,12 +167,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -188,7 +188,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -196,7 +196,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                LoadMatrixDataAsync(HashSet<int>, HashSet<int>, bool)

                                                                                                                +

                                                                                                                LoadMatrixDataAsync(HashSet<Int32>, HashSet<Int32>, Boolean)

                                                                                                                Declaration
                                                                                                                @@ -214,17 +214,17 @@
                                                                                                                Parameters
                                                                                                                - + - + - + @@ -240,7 +240,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -248,12 +248,12 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                LoadMatrixDataAsync(int, int, bool)

                                                                                                                +

                                                                                                                LoadMatrixDataAsync(Int32, Int32, Boolean)

                                                                                                                Declaration
                                                                                                                -
                                                                                                                Task<(List<TranslationModelMatrixEntry> Entries, int LastId)> LoadMatrixDataAsync(int startAfter, int count, bool isReversedMatrix)
                                                                                                                +
                                                                                                                Task<(List<TranslationModelMatrixEntry>, int)> LoadMatrixDataAsync(int startAfter, int count, bool isReversedMatrix)
                                                                                                                Parameters
                                                                                                                TaskDateTimeSystem.Threading.Tasks.Task<System.Nullable<System.DateTime>>
                                                                                                                IReadOnlyCollectionTranslationModelTuMatrixRequestSystem.Collections.Generic.IReadOnlyCollection<TranslationModelTuMatrixRequest> matrixRequestCollection
                                                                                                                boolSystem.Boolean isReversedMatrix
                                                                                                                TaskListTranslationModelMatrixEntrySystem.Threading.Tasks.Task<System.Collections.Generic.List<TranslationModelMatrixEntry>>
                                                                                                                HashSetintSystem.Collections.Generic.HashSet<System.Int32> sourceKeys
                                                                                                                HashSetintSystem.Collections.Generic.HashSet<System.Int32> targetKeys
                                                                                                                boolSystem.Boolean isReversedMatrix
                                                                                                                TaskListTranslationModelMatrixEntrySystem.Threading.Tasks.Task<System.Collections.Generic.List<TranslationModelMatrixEntry>>
                                                                                                                @@ -266,17 +266,17 @@
                                                                                                                Parameters
                                                                                                                - + - + - + @@ -292,7 +292,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -300,7 +300,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                LoadVocabAsync(bool, IEnumerable<string>)

                                                                                                                +

                                                                                                                LoadVocabAsync(Boolean, IEnumerable<String>)

                                                                                                                Declaration
                                                                                                                @@ -318,12 +318,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -339,7 +339,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -347,7 +347,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                TotalVocabSizeAsync(bool)

                                                                                                                +

                                                                                                                TotalVocabSizeAsync(Boolean)

                                                                                                                Declaration
                                                                                                                @@ -365,7 +365,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -381,7 +381,7 @@
                                                                                                                Returns
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.html index 3bb5b6188..11e3a716b 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.html @@ -88,7 +88,7 @@

                                                                                                                -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -117,7 +117,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -133,7 +133,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -141,7 +141,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                AlignAsync(IEnumerable<IAlignableContentPair>, CancellationToken, IProgress<int>)

                                                                                                                +

                                                                                                                AlignAsync(IEnumerable<IAlignableContentPair>, CancellationToken, IProgress<Int32>)

                                                                                                                Declaration
                                                                                                                @@ -159,17 +159,17 @@
                                                                                                                Parameters
                                                                                                                - + - + - + @@ -185,7 +185,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -211,7 +211,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -227,7 +227,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -235,7 +235,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                AlignExAsync(IEnumerable<IAlignableContentPair>, CancellationToken, IProgress<int>)

                                                                                                                +

                                                                                                                AlignExAsync(IEnumerable<IAlignableContentPair>, CancellationToken, IProgress<Int32>)

                                                                                                                Declaration
                                                                                                                @@ -253,17 +253,17 @@
                                                                                                                Parameters
                                                                                                                - + - + - + @@ -279,7 +279,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -305,7 +305,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -321,7 +321,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -346,7 +346,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -354,7 +354,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                SetBulkModeAsync(bool)

                                                                                                                +

                                                                                                                SetBulkModeAsync(Boolean)

                                                                                                                Declaration
                                                                                                                @@ -372,7 +372,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -388,7 +388,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -396,7 +396,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                SetErrorLogger(Action<Exception, string>)

                                                                                                                +

                                                                                                                SetErrorLogger(Action<Exception, String>)

                                                                                                                Declaration
                                                                                                                @@ -414,7 +414,7 @@
                                                                                                                Parameters
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IPairEnumerator.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IPairEnumerator.html index 945021b16..59374b3f1 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IPairEnumerator.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IPairEnumerator.html @@ -88,7 +88,7 @@

                                                                                                                -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -143,7 +143,7 @@
                                                                                                                Returns
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html index 4a6894c01..e25864c26 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html @@ -88,17 +88,11 @@

                                                                                                                -
                                                                                                                -
                                                                                                                Inherited Members
                                                                                                                - -
                                                                                                                -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public interface ITranslationModelDataService : IDisposable
                                                                                                                +
                                                                                                                public interface ITranslationModelDataService

                                                                                                                Methods

                                                                                                                @@ -122,7 +116,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -164,7 +158,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -172,7 +166,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection<TranslationModelTuMatrixRequest>, bool)

                                                                                                                +

                                                                                                                LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection<TranslationModelTuMatrixRequest>, Boolean)

                                                                                                                Declaration
                                                                                                                @@ -195,12 +189,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -216,7 +210,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -224,7 +218,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                LoadMatrixDataAsync(TranslationModelId, HashSet<int>, HashSet<int>, bool)

                                                                                                                +

                                                                                                                LoadMatrixDataAsync(TranslationModelId, HashSet<Int32>, HashSet<Int32>, Boolean)

                                                                                                                Declaration
                                                                                                                @@ -247,17 +241,17 @@
                                                                                                                Parameters
                                                                                                                - + - + - + @@ -273,7 +267,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -281,12 +275,12 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                LoadMatrixDataAsync(TranslationModelId, int, int, bool)

                                                                                                                +

                                                                                                                LoadMatrixDataAsync(TranslationModelId, Int32, Int32, Boolean)

                                                                                                                Declaration
                                                                                                                -
                                                                                                                Task<(List<TranslationModelMatrixEntry> Entries, int LastId)> LoadMatrixDataAsync(TranslationModelId modelId, int startAfter, int count, bool isReversedMatrix)
                                                                                                                +
                                                                                                                Task<(List<TranslationModelMatrixEntry>, int)> LoadMatrixDataAsync(TranslationModelId modelId, int startAfter, int count, bool isReversedMatrix)
                                                                                                                Parameters
                                                                                                                intSystem.Int32 startAfter
                                                                                                                intSystem.Int32 count
                                                                                                                boolSystem.Boolean isReversedMatrix
                                                                                                                TaskListTranslationModelMatrixEntrySystem.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}.EntriesintSystem.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}.LastIdSystem.Threading.Tasks.Task<System.ValueTuple<System.Collections.Generic.List<TranslationModelMatrixEntry>, System.Int32>>
                                                                                                                boolSystem.Boolean target
                                                                                                                IEnumerablestringSystem.Collections.Generic.IEnumerable<System.String> tokensToLoad
                                                                                                                TaskListTranslationModelVocabEntrySystem.Threading.Tasks.Task<System.Collections.Generic.List<TranslationModelVocabEntry>>
                                                                                                                boolSystem.Boolean target
                                                                                                                TaskintSystem.Threading.Tasks.Task<System.Int32>
                                                                                                                IEnumerableIAlignableContentPairSystem.Collections.Generic.IEnumerable<IAlignableContentPair> pairs
                                                                                                                TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                IEnumerableIAlignableContentPairSystem.Collections.Generic.IEnumerable<IAlignableContentPair> pairs
                                                                                                                CancellationTokenSystem.Threading.CancellationToken token
                                                                                                                IProgressintSystem.IProgress<System.Int32> progress
                                                                                                                TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                IEnumerableIAlignableContentPairSystem.Collections.Generic.IEnumerable<IAlignableContentPair> pairs
                                                                                                                TaskAlignResultSystem.Threading.Tasks.Task<AlignResult[]>
                                                                                                                IEnumerableIAlignableContentPairSystem.Collections.Generic.IEnumerable<IAlignableContentPair> pairs
                                                                                                                CancellationTokenSystem.Threading.CancellationToken token
                                                                                                                IProgressintSystem.IProgress<System.Int32> progress
                                                                                                                TaskAlignResultSystem.Threading.Tasks.Task<AlignResult[]>
                                                                                                                IEnumerableIAlignableContentPairSystem.Collections.Generic.IEnumerable<IAlignableContentPair> pairs
                                                                                                                boolSystem.Boolean[]
                                                                                                                boolSystem.Boolean
                                                                                                                boolSystem.Boolean bulkMode
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                ActionExceptionstringSystem.Action<System.Exception, System.String> logger
                                                                                                                TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                TaskTranslationModelDetailsSystem.Threading.Tasks.Task<TranslationModelDetails[]>
                                                                                                                TaskTranslationModelDetailsSystem.Threading.Tasks.Task<TranslationModelDetails>
                                                                                                                IReadOnlyCollectionTranslationModelTuMatrixRequestSystem.Collections.Generic.IReadOnlyCollection<TranslationModelTuMatrixRequest> matrixRequestCollection
                                                                                                                boolSystem.Boolean isReversedMatrix
                                                                                                                TaskListTranslationModelMatrixEntrySystem.Threading.Tasks.Task<System.Collections.Generic.List<TranslationModelMatrixEntry>>
                                                                                                                HashSetintSystem.Collections.Generic.HashSet<System.Int32> sourceKeys
                                                                                                                HashSetintSystem.Collections.Generic.HashSet<System.Int32> targetKeys
                                                                                                                boolSystem.Boolean isReversedMatrix
                                                                                                                TaskListTranslationModelMatrixEntrySystem.Threading.Tasks.Task<System.Collections.Generic.List<TranslationModelMatrixEntry>>
                                                                                                                @@ -304,17 +298,17 @@
                                                                                                                Parameters
                                                                                                                - + - + - + @@ -330,7 +324,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -338,7 +332,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                LoadVocabAsync(TranslationModelId, bool, IEnumerable<string>)

                                                                                                                +

                                                                                                                LoadVocabAsync(TranslationModelId, Boolean, IEnumerable<String>)

                                                                                                                Declaration
                                                                                                                @@ -361,12 +355,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -382,7 +376,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -390,7 +384,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                TotalVocabSizeAsync(TranslationModelId, bool)

                                                                                                                +

                                                                                                                TotalVocabSizeAsync(TranslationModelId, Boolean)

                                                                                                                Declaration
                                                                                                                @@ -413,7 +407,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -429,7 +423,7 @@
                                                                                                                Returns
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.html index e6dd7eb8f..9edf2d953 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.html @@ -91,16 +91,16 @@

                                                                                                                Inherited Members
                                                                                                                - -
                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public interface ITranslationModelManagementService : ITranslationModelDataService, IDisposable
                                                                                                                +
                                                                                                                public interface ITranslationModelManagementService : ITranslationModelDataService

                                                                                                                Methods

                                                                                                                -

                                                                                                                AddModelAsync(string, List<AlignableCorpusId>, CultureCode, CultureCode, TranslationModelTypes)

                                                                                                                +

                                                                                                                AddModelAsync(String, List<AlignableCorpusId>, CultureCode, CultureCode, TranslationModelTypes)

                                                                                                                Declaration
                                                                                                                @@ -144,22 +141,22 @@
                                                                                                                Parameters
                                                                                                                - + - + - + - + @@ -180,7 +177,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -222,7 +219,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -264,7 +261,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -306,7 +303,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -331,7 +328,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -373,7 +370,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -398,7 +395,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -440,7 +437,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -448,7 +445,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                UpdateModelAsync(TranslationModelId, string, List<AlignableCorpusId>)

                                                                                                                +

                                                                                                                UpdateModelAsync(TranslationModelId, String, List<AlignableCorpusId>)

                                                                                                                Declaration
                                                                                                                @@ -471,12 +468,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -492,7 +489,7 @@
                                                                                                                Returns
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManager.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManager.html index 511477c7f..712fc099d 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManager.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManager.html @@ -88,7 +88,7 @@

                                                                                                                -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -99,7 +99,7 @@

                                                                                                                Methods -

                                                                                                                AddModelAsync(string, List<AlignableCorpusId>, CultureCode, CultureCode, TranslationModelTypes)

                                                                                                                +

                                                                                                                AddModelAsync(String, List<AlignableCorpusId>, CultureCode, CultureCode, TranslationModelTypes)

                                                                                                                Declaration
                                                                                                                @@ -117,22 +117,22 @@
                                                                                                                Parameters
                                                                                                                - + - + - + - + @@ -153,7 +153,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -195,7 +195,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -237,7 +237,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -279,7 +279,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -304,7 +304,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -312,7 +312,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                UpdateModelAsync(TranslationModelId, string, List<AlignableCorpusId>)

                                                                                                                +

                                                                                                                UpdateModelAsync(TranslationModelId, String, List<AlignableCorpusId>)

                                                                                                                Declaration
                                                                                                                @@ -335,12 +335,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -356,7 +356,7 @@
                                                                                                                Returns
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.html index bfd9db7e3..6573328ab 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.html @@ -90,45 +90,21 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                LiftAligner.SpanHypothesis
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class LiftAligner.SpanHypothesis
                                                                                                                +
                                                                                                                public class SpanHypothesis : Object

                                                                                                                Constructors

                                                                                                                -

                                                                                                                SpanHypothesis(int, int, int, int)

                                                                                                                +

                                                                                                                SpanHypothesis(Int32, Int32, Int32, Int32)

                                                                                                                Declaration
                                                                                                                @@ -146,22 +122,22 @@
                                                                                                                Parameters
                                                                                                                - + - + - + - + @@ -189,7 +165,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -214,7 +190,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -239,7 +215,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -264,7 +240,7 @@
                                                                                                                Property Value
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.html index 9d693e061..734f1deba 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.html @@ -90,45 +90,21 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                LiftAligner.SpanHypothesisArray
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class LiftAligner.SpanHypothesisArray
                                                                                                                +
                                                                                                                public class SpanHypothesisArray : Object

                                                                                                                Constructors

                                                                                                                -

                                                                                                                SpanHypothesisArray(int, int, int, int)

                                                                                                                +

                                                                                                                SpanHypothesisArray(Int32, Int32, Int32, Int32)

                                                                                                                Declaration
                                                                                                                @@ -146,22 +122,22 @@
                                                                                                                Parameters
                                                                                                                - + - + - + - + @@ -172,7 +148,7 @@

                                                                                                                Properties -

                                                                                                                this[int, int, int, int]

                                                                                                                +

                                                                                                                Item[Int32, Int32, Int32, Int32]

                                                                                                                Declaration
                                                                                                                @@ -190,22 +166,22 @@
                                                                                                                Parameters
                                                                                                                - + - + - + - + @@ -221,7 +197,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -246,7 +222,7 @@
                                                                                                                Property Value
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.html index e2af76161..7b84cfc2d 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.html @@ -90,38 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                LiftAligner
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class LiftAligner
                                                                                                                +
                                                                                                                public class LiftAligner : Object

                                                                                                                Constructors

                                                                                                                @@ -146,12 +122,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -185,17 +161,17 @@
                                                                                                                Parameters
                                                                                                                - + - + - + @@ -227,17 +203,17 @@
                                                                                                                Parameters
                                                                                                                - + - + - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.html index 0ad515219..ca1f264bb 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.html @@ -90,38 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TranslationModelMatrixEntry
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignmentModel
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment.Model
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class TranslationModelMatrixEntry
                                                                                                                +
                                                                                                                public class TranslationModelMatrixEntry : Object

                                                                                                                Constructors

                                                                                                                @@ -157,7 +133,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -182,7 +158,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -207,7 +183,7 @@
                                                                                                                Property Value
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.html index 79c3035ce..54cbd23c3 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.html @@ -90,45 +90,21 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TranslationModelTuMatrixRequest
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignmentModel
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment.Model
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class TranslationModelTuMatrixRequest
                                                                                                                +
                                                                                                                public class TranslationModelTuMatrixRequest : Object

                                                                                                                Constructors

                                                                                                                -

                                                                                                                TranslationModelTuMatrixRequest(HashSet<int>, HashSet<int>)

                                                                                                                +

                                                                                                                TranslationModelTuMatrixRequest(HashSet<Int32>, HashSet<Int32>)

                                                                                                                Declaration
                                                                                                                @@ -146,12 +122,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -179,7 +155,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -204,7 +180,7 @@
                                                                                                                Property Value
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.html index fc018f690..3b4d98841 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.html @@ -90,38 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TranslationModelVocabEntry
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignmentModel
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment.Model
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class TranslationModelVocabEntry
                                                                                                                +
                                                                                                                public class TranslationModelVocabEntry : Object

                                                                                                                Constructors

                                                                                                                @@ -157,7 +133,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -182,7 +158,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -207,7 +183,7 @@
                                                                                                                Property Value
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.html index dc706b699..fbb8a0580 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.html @@ -90,7 +90,7 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                ModelBasedAlignerDefinition
                                                                                                                @@ -106,34 +106,13 @@

                                                                                                                Inherited Members
                                                                                                                AlignerDefinition.FromSerialization(BinaryReader) - - - - - - - -
                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -190,7 +169,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -242,7 +221,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -272,7 +251,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -301,7 +280,7 @@
                                                                                                                Parameters
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelNotFoundException.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelNotFoundException.html index 5a95da87e..ca0711810 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelNotFoundException.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelNotFoundException.html @@ -90,76 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - - -
                                                                                                                ModelNotFoundException
                                                                                                                +
                                                                                                                System.Object
                                                                                                                +
                                                                                                                ModelNotFoundException
                                                                                                                -
                                                                                                                -
                                                                                                                Implements
                                                                                                                - -
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class ModelNotFoundException : Exception, ISerializable
                                                                                                                +
                                                                                                                public class ModelNotFoundException : Exception

                                                                                                                Constructors

                                                                                                                @@ -173,10 +111,6 @@
                                                                                                                Declaration
                                                                                                                public ModelNotFoundException()
                                                                                                                -

                                                                                                                Implements

                                                                                                                - diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.html index de0af1e5b..5cb8e2e6c 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.html @@ -90,7 +90,7 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                OnlineAlignerDefinition
                                                                                                                @@ -106,34 +106,13 @@

                                                                                                                Inherited Members
                                                                                                                AlignerDefinition.FromSerialization(BinaryReader) - - - - - - - -
                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -144,7 +123,7 @@

                                                                                                                Constructors -

                                                                                                                OnlineAlignerDefinition(string)

                                                                                                                +

                                                                                                                OnlineAlignerDefinition(String)

                                                                                                                Declaration
                                                                                                                @@ -162,7 +141,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -190,7 +169,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -217,7 +196,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -247,7 +226,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -276,7 +255,7 @@
                                                                                                                Parameters
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.html index 27ec2849f..efef7e4a9 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.html @@ -90,42 +90,18 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                SimpleAlignerBroker
                                                                                                                Implements
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class SimpleAlignerBroker : IAlignerBroker
                                                                                                                +
                                                                                                                public class SimpleAlignerBroker : Object, IAlignerBroker

                                                                                                                Constructors

                                                                                                                @@ -137,8 +113,7 @@

                                                                                                                Declaration
                                                                                                                -
                                                                                                                [Obsolete("Use version providing ICultureMetadataManager")]
                                                                                                                -public SimpleAlignerBroker(ITranslationModelDataService modelService, TranslationModelBuilderSettings modelBuilderSettings = null)
                                                                                                                +
                                                                                                                public SimpleAlignerBroker(ITranslationModelDataService modelService, TranslationModelBuilderSettings modelBuilderSettings = null)
                                                                                                                Parameters
                                                                                                                intSystem.Int32 startAfter
                                                                                                                intSystem.Int32 count
                                                                                                                boolSystem.Boolean isReversedMatrix
                                                                                                                TaskListTranslationModelMatrixEntrySystem.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}.EntriesintSystem.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}.LastIdSystem.Threading.Tasks.Task<System.ValueTuple<System.Collections.Generic.List<TranslationModelMatrixEntry>, System.Int32>>
                                                                                                                boolSystem.Boolean target
                                                                                                                IEnumerablestringSystem.Collections.Generic.IEnumerable<System.String> tokensToLoad
                                                                                                                TaskListTranslationModelVocabEntrySystem.Threading.Tasks.Task<System.Collections.Generic.List<TranslationModelVocabEntry>>
                                                                                                                boolSystem.Boolean target
                                                                                                                TaskintSystem.Threading.Tasks.Task<System.Int32>
                                                                                                                stringSystem.String name
                                                                                                                ListAlignableCorpusIdSystem.Collections.Generic.List<AlignableCorpusId> corpora
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode sourceCulture
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode targetCulture
                                                                                                                TaskTranslationModelIdSystem.Threading.Tasks.Task<TranslationModelId>
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                stringSystem.String name
                                                                                                                ListAlignableCorpusIdSystem.Collections.Generic.List<AlignableCorpusId> corpora
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                stringSystem.String name
                                                                                                                ListAlignableCorpusIdSystem.Collections.Generic.List<AlignableCorpusId> corpora
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode sourceCulture
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode targetCulture
                                                                                                                TaskTranslationModelIdSystem.Threading.Tasks.Task<TranslationModelId>
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                TaskTranslationModelSystem.Threading.Tasks.Task<TranslationModel>
                                                                                                                TaskListTranslationModelSystem.Threading.Tasks.Task<System.Collections.Generic.List<TranslationModel>>
                                                                                                                stringSystem.String name
                                                                                                                ListAlignableCorpusIdSystem.Collections.Generic.List<AlignableCorpusId> corpora
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                intSystem.Int32 sourceStartIndex
                                                                                                                intSystem.Int32 sourceLength
                                                                                                                intSystem.Int32 targetStartIndex
                                                                                                                intSystem.Int32 targetLength
                                                                                                                boolSystem.Boolean
                                                                                                                floatSystem.Single
                                                                                                                floatSystem.Single
                                                                                                                boolSystem.Boolean
                                                                                                                intSystem.Int32 sourceLength
                                                                                                                intSystem.Int32 targetLength
                                                                                                                intSystem.Int32 minHypothesisSourceLength
                                                                                                                intSystem.Int32 minHypothesisTargetLength
                                                                                                                intSystem.Int32 sourceStartOffset
                                                                                                                intSystem.Int32 sourceLength
                                                                                                                intSystem.Int32 targetStartOffset
                                                                                                                intSystem.Int32 targetLength
                                                                                                                LiftAlignerSpanHypothesisLiftAligner.SpanHypothesis
                                                                                                                longSystem.Int64
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode sourceCulture
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode targetCulture
                                                                                                                Sdl.Core.FineGrainedAlignment.Core.SimpleTree<T>Sdl.Core.FineGrainedAlignment.Core.LiftSpanSdl.Core.FineGrainedAlignment.Core.SimpleTree<Sdl.Core.FineGrainedAlignment.Core.LiftSpan> sourceConstraints
                                                                                                                Sdl.Core.FineGrainedAlignment.Core.SimpleTree<T>Sdl.Core.FineGrainedAlignment.Core.LiftSpanSdl.Core.FineGrainedAlignment.Core.SimpleTree<Sdl.Core.FineGrainedAlignment.Core.LiftSpan> targetConstraints
                                                                                                                ListAlignmentEvidenceSystem.Collections.Generic.List<AlignmentEvidence> evidence
                                                                                                                ListSdl.Core.FineGrainedAlignment.Core.LiftSpanSystem.Collections.Generic.List<Sdl.Core.FineGrainedAlignment.Core.LiftSpan> sourceConstraintsList
                                                                                                                ListSdl.Core.FineGrainedAlignment.Core.LiftSpanSystem.Collections.Generic.List<Sdl.Core.FineGrainedAlignment.Core.LiftSpan> targetConstraintsList
                                                                                                                ListAlignmentEvidenceSystem.Collections.Generic.List<AlignmentEvidence> evidence
                                                                                                                intSystem.Int32
                                                                                                                intSystem.Int32
                                                                                                                doubleSystem.Double
                                                                                                                HashSetintSystem.Collections.Generic.HashSet<System.Int32> sourceKeys
                                                                                                                HashSetintSystem.Collections.Generic.HashSet<System.Int32> targetKeys
                                                                                                                HashSetintSystem.Collections.Generic.HashSet<System.Int32>
                                                                                                                HashSetintSystem.Collections.Generic.HashSet<System.Int32>
                                                                                                                intSystem.Int32
                                                                                                                intSystem.Int32
                                                                                                                stringSystem.String
                                                                                                                boolSystem.Boolean
                                                                                                                GuidSystem.Guid
                                                                                                                BinaryReaderSystem.IO.BinaryReader reader
                                                                                                                BinaryWriterSystem.IO.BinaryWriter writer
                                                                                                                stringSystem.String url
                                                                                                                boolSystem.Boolean
                                                                                                                GuidSystem.Guid
                                                                                                                BinaryReaderSystem.IO.BinaryReader reader
                                                                                                                BinaryWriterSystem.IO.BinaryWriter writer
                                                                                                                @@ -188,7 +163,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -243,7 +218,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -285,7 +260,7 @@
                                                                                                                Returns
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html index 283ebf443..8d29094d9 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html @@ -90,35 +90,11 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                SimpleAlignmentEvidence
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -129,7 +105,7 @@

                                                                                                                Constructors -

                                                                                                                SimpleAlignmentEvidence(short, short, float)

                                                                                                                +

                                                                                                                SimpleAlignmentEvidence(Int16, Int16, Single)

                                                                                                                Declaration
                                                                                                                @@ -147,17 +123,17 @@
                                                                                                                Parameters
                                                                                                                - + - + - + @@ -185,7 +161,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -212,7 +188,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -239,7 +215,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -266,7 +242,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -278,7 +254,7 @@

                                                                                                                Methods -

                                                                                                                AttemptToUse(LiftAlignedSpanPair, bool[], bool[], bool)

                                                                                                                +

                                                                                                                AttemptToUse(LiftAlignedSpanPair, Boolean[], Boolean[], Boolean)

                                                                                                                Declaration
                                                                                                                @@ -301,17 +277,17 @@
                                                                                                                Parameters
                                                                                                                - + - + - + @@ -327,17 +303,17 @@
                                                                                                                Returns
                                                                                                                - +
                                                                                                                ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager
                                                                                                                TaskIFineGrainedAlignerSystem.Threading.Tasks.Task<IFineGrainedAligner>
                                                                                                                TaskTranslationModelSystem.Threading.Tasks.Task<TranslationModel>
                                                                                                                shortSystem.Int16 sourceIndex
                                                                                                                shortSystem.Int16 targetIndex
                                                                                                                floatSystem.Single confidence
                                                                                                                shortSystem.Int16
                                                                                                                shortSystem.Int16
                                                                                                                shortSystem.Int16
                                                                                                                shortSystem.Int16
                                                                                                                boolSystem.Boolean[] sourceTokenUseFlags
                                                                                                                boolSystem.Boolean[] targetTokenUseFlags
                                                                                                                boolSystem.Boolean outside
                                                                                                                boolSystem.Boolean
                                                                                                                Overrides
                                                                                                                - + -

                                                                                                                Concerns(LiftAlignedSpanPair, bool)

                                                                                                                +

                                                                                                                Concerns(LiftAlignedSpanPair, Boolean)

                                                                                                                Declaration
                                                                                                                @@ -360,7 +336,7 @@
                                                                                                                Parameters
                                                                                                                - bool + System.Boolean outside @@ -376,17 +352,17 @@
                                                                                                                Returns
                                                                                                                - bool + System.Boolean
                                                                                                                Overrides
                                                                                                                - + -

                                                                                                                ConfidenceFor(LiftAlignedSpanPair, bool)

                                                                                                                +

                                                                                                                ConfidenceFor(LiftAlignedSpanPair, Boolean)

                                                                                                                Declaration
                                                                                                                @@ -409,7 +385,7 @@
                                                                                                                Parameters
                                                                                                                - bool + System.Boolean outside @@ -425,17 +401,17 @@
                                                                                                                Returns
                                                                                                                - float + System.Single
                                                                                                                Overrides
                                                                                                                - + -

                                                                                                                Covers(short, short)

                                                                                                                +

                                                                                                                Covers(Int16, Int16)

                                                                                                                Declaration
                                                                                                                @@ -453,12 +429,12 @@
                                                                                                                Parameters
                                                                                                                - short + System.Int16 sourceTokenIndex - short + System.Int16 targetTokenIndex @@ -474,13 +450,13 @@
                                                                                                                Returns
                                                                                                                - bool + System.Boolean
                                                                                                                Overrides
                                                                                                                - + @@ -518,7 +494,7 @@
                                                                                                                Returns
                                                                                                                - bool + System.Boolean @@ -528,7 +504,7 @@
                                                                                                                Overrides
                                                                                                                -

                                                                                                                SourceConfidenceFor(LiftAlignedSpanPair, bool)

                                                                                                                +

                                                                                                                SourceConfidenceFor(LiftAlignedSpanPair, Boolean)

                                                                                                                Declaration
                                                                                                                @@ -551,7 +527,7 @@
                                                                                                                Parameters
                                                                                                                - bool + System.Boolean outside @@ -567,17 +543,17 @@
                                                                                                                Returns
                                                                                                                - float + System.Single
                                                                                                                Overrides
                                                                                                                - + -

                                                                                                                TargetConfidenceFor(LiftAlignedSpanPair, bool)

                                                                                                                +

                                                                                                                TargetConfidenceFor(LiftAlignedSpanPair, Boolean)

                                                                                                                Declaration
                                                                                                                @@ -600,7 +576,7 @@
                                                                                                                Parameters
                                                                                                                - bool + System.Boolean outside @@ -616,13 +592,13 @@
                                                                                                                Returns
                                                                                                                - float + System.Single
                                                                                                                Overrides
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TokenWithCount.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TokenWithCount.html index a4283f02a..f4226a195 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TokenWithCount.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TokenWithCount.html @@ -90,38 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TokenWithCount
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class TokenWithCount
                                                                                                                +
                                                                                                                public class TokenWithCount : Object

                                                                                                                Constructors

                                                                                                                @@ -156,7 +132,7 @@
                                                                                                                Field Value
                                                                                                                - int + System.Int32 @@ -180,7 +156,7 @@
                                                                                                                Field Value
                                                                                                                - string + System.String diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.html index 6ab24f98a..57c429de8 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.html @@ -90,45 +90,21 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TrainedModelAligner.CodedTokenIndexConverter
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class TrainedModelAligner.CodedTokenIndexConverter
                                                                                                                +
                                                                                                                public class CodedTokenIndexConverter : Object

                                                                                                                Constructors

                                                                                                                -

                                                                                                                CodedTokenIndexConverter(List<short>)

                                                                                                                +

                                                                                                                CodedTokenIndexConverter(List<Int16>)

                                                                                                                Declaration
                                                                                                                @@ -146,7 +122,7 @@
                                                                                                                Parameters
                                                                                                                - Listshort + System.Collections.Generic.List<System.Int16> tokenInfo @@ -174,7 +150,7 @@
                                                                                                                Property Value
                                                                                                                - int + System.Int32 @@ -184,7 +160,7 @@

                                                                                                                Methods -

                                                                                                                CodedTokenIndexToRawIndex(int)

                                                                                                                +

                                                                                                                CodedTokenIndexToRawIndex(Int32)

                                                                                                                Declaration
                                                                                                                @@ -202,7 +178,7 @@
                                                                                                                Parameters
                                                                                                                - int + System.Int32 ix @@ -218,7 +194,7 @@
                                                                                                                Returns
                                                                                                                - int + System.Int32 @@ -226,7 +202,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                CodedTokenIndexToTUSpan(int)

                                                                                                                +

                                                                                                                CodedTokenIndexToTUSpan(Int32)

                                                                                                                Declaration
                                                                                                                @@ -244,7 +220,7 @@
                                                                                                                Parameters
                                                                                                                - int + System.Int32 ix diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html index 1b39795cb..9363d09b9 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html @@ -90,42 +90,18 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TrainedModelAligner
                                                                                                                Implements
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class TrainedModelAligner : IFineGrainedAligner
                                                                                                                +
                                                                                                                public class TrainedModelAligner : Object, IFineGrainedAligner

                                                                                                                Constructors

                                                                                                                @@ -155,7 +131,7 @@
                                                                                                                Parameters
                                                                                                                - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -184,7 +160,7 @@
                                                                                                                Parameters
                                                                                                                - IEnumerableIAlignableContentPair + System.Collections.Generic.IEnumerable<IAlignableContentPair> pairs @@ -200,7 +176,7 @@
                                                                                                                Returns
                                                                                                                - Taskbool + System.Threading.Tasks.Task<System.Boolean> @@ -208,7 +184,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                AlignAsync(IEnumerable<IAlignableContentPair>, CancellationToken, IProgress<int>)

                                                                                                                +

                                                                                                                AlignAsync(IEnumerable<IAlignableContentPair>, CancellationToken, IProgress<Int32>)

                                                                                                                Declaration
                                                                                                                @@ -226,17 +202,17 @@
                                                                                                                Parameters
                                                                                                                - IEnumerableIAlignableContentPair + System.Collections.Generic.IEnumerable<IAlignableContentPair> pairs - CancellationToken + System.Threading.CancellationToken token - IProgressint + System.IProgress<System.Int32> progress @@ -252,7 +228,7 @@
                                                                                                                Returns
                                                                                                                - Taskbool + System.Threading.Tasks.Task<System.Boolean> @@ -278,7 +254,7 @@
                                                                                                                Parameters
                                                                                                                - IEnumerableIAlignableContentPair + System.Collections.Generic.IEnumerable<IAlignableContentPair> pairs @@ -294,7 +270,7 @@
                                                                                                                Returns
                                                                                                                - TaskAlignResult + System.Threading.Tasks.Task<AlignResult[]> @@ -302,7 +278,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                AlignExAsync(IEnumerable<IAlignableContentPair>, CancellationToken, IProgress<int>)

                                                                                                                +

                                                                                                                AlignExAsync(IEnumerable<IAlignableContentPair>, CancellationToken, IProgress<Int32>)

                                                                                                                Declaration
                                                                                                                @@ -320,17 +296,17 @@
                                                                                                                Parameters
                                                                                                                - IEnumerableIAlignableContentPair + System.Collections.Generic.IEnumerable<IAlignableContentPair> pairs - CancellationToken + System.Threading.CancellationToken token - IProgressint + System.IProgress<System.Int32> progress @@ -346,7 +322,7 @@
                                                                                                                Returns
                                                                                                                - TaskAlignResult + System.Threading.Tasks.Task<AlignResult[]> @@ -372,7 +348,7 @@
                                                                                                                Parameters
                                                                                                                - IEnumerableIAlignableContentPair + System.Collections.Generic.IEnumerable<IAlignableContentPair> pairs @@ -388,7 +364,7 @@
                                                                                                                Returns
                                                                                                                - bool + System.Boolean[] @@ -413,7 +389,7 @@
                                                                                                                Returns
                                                                                                                - bool + System.Boolean @@ -421,7 +397,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                SetBulkModeAsync(bool)

                                                                                                                +

                                                                                                                SetBulkModeAsync(Boolean)

                                                                                                                Declaration
                                                                                                                @@ -439,7 +415,7 @@
                                                                                                                Parameters
                                                                                                                - bool + System.Boolean bulkMode @@ -455,7 +431,7 @@
                                                                                                                Returns
                                                                                                                - Task + System.Threading.Tasks.Task @@ -463,7 +439,7 @@
                                                                                                                Returns
                                                                                                                -

                                                                                                                SetErrorLogger(Action<Exception, string>)

                                                                                                                +

                                                                                                                SetErrorLogger(Action<Exception, String>)

                                                                                                                Declaration
                                                                                                                @@ -481,7 +457,7 @@
                                                                                                                Parameters
                                                                                                                - ActionExceptionstring + System.Action<System.Exception, System.String> logger diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.html index 6269f67b2..5e7f4b95b 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.html @@ -90,38 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TrainedModelBuildResults
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class TrainedModelBuildResults
                                                                                                                +
                                                                                                                public class TrainedModelBuildResults : Object

                                                                                                                Constructors

                                                                                                                @@ -156,7 +132,7 @@
                                                                                                                Field Value
                                                                                                                - Sdl.LanguagePlatform.Stat.SparseMatrix<T>double + Sdl.LanguagePlatform.Stat.SparseMatrix<System.Double> @@ -180,7 +156,7 @@
                                                                                                                Field Value
                                                                                                                - Sdl.LanguagePlatform.Stat.SparseMatrix<T>double + Sdl.LanguagePlatform.Stat.SparseMatrix<System.Double> diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.html index f8dad0364..96aeba85e 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.html @@ -90,7 +90,7 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TrainedTranslationModel
                                                                                                                @@ -118,16 +118,16 @@

                                                                                                                Inherited Members
                                                                                                                TranslationModel.OnProgress(TranslationModelProgressStage) -
                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -183,12 +162,12 @@

                                                                                                                Constructors -

                                                                                                                TrainedTranslationModel(IChiSquaredTranslationModelStoreReadOnly, string, TranslationModelId, List<AlignableCorpusId>, CultureCode, CultureCode, DateTime?, ICultureMetadataManager)

                                                                                                                +

                                                                                                                TrainedTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List<AlignableCorpusId>, CultureCode, CultureCode, Nullable<DateTime>, ICultureMetadataManager)

                                                                                                                Declaration
                                                                                                                -
                                                                                                                public TrainedTranslationModel(IChiSquaredTranslationModelStoreReadOnly store, string name, TranslationModelId id, List<AlignableCorpusId> corpusIds, CultureCode sourceCulture, CultureCode targetCulture, DateTime? modelDate, ICultureMetadataManager cultureMetadataManager)
                                                                                                                +
                                                                                                                public TrainedTranslationModel(IChiSquaredTranslationModelStoreReadOnly store, string name, TranslationModelId id, List<AlignableCorpusId> corpusIds, CultureCode sourceCulture, CultureCode targetCulture, Nullable<DateTime> modelDate, ICultureMetadataManager cultureMetadataManager)
                                                                                                                Parameters
                                                                                                                @@ -206,7 +185,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -216,27 +195,27 @@
                                                                                                                Parameters
                                                                                                                - + - + - + - + - + @@ -335,7 +314,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -379,7 +358,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -407,7 +386,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -423,7 +402,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -467,7 +446,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -477,7 +456,7 @@
                                                                                                                Overrides
                                                                                                                -

                                                                                                                TotalVocabSizeAsync(bool)

                                                                                                                +

                                                                                                                TotalVocabSizeAsync(Boolean)

                                                                                                                Declaration
                                                                                                                @@ -495,7 +474,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -511,7 +490,7 @@
                                                                                                                Returns
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.html index 9afae9e78..5fe9e8a1c 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.html @@ -90,38 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TrainedTranslationModelBuilder
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class TrainedTranslationModelBuilder
                                                                                                                +
                                                                                                                public class TrainedTranslationModelBuilder : Object

                                                                                                                Constructors

                                                                                                                @@ -156,7 +132,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -201,7 +177,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -226,7 +202,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -251,7 +227,7 @@
                                                                                                                Returns
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.html index f3bfa38a4..e08a83cbe 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.html @@ -90,7 +90,7 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TrainedTranslationModelId
                                                                                                                @@ -106,34 +106,13 @@

                                                                                                                Inherited Members
                                                                                                                TranslationModelId.FromSerialization(BinaryReader) - - - - - - - -
                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                @@ -173,7 +152,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -198,7 +177,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -228,7 +207,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -257,7 +236,7 @@
                                                                                                                Parameters
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.html index 9b9a913eb..fea177c31 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.html @@ -90,40 +90,16 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TranslationModel
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public abstract class TranslationModel
                                                                                                                +
                                                                                                                public abstract class TranslationModel : Object

                                                                                                                Constructors

                                                                                                                @@ -158,7 +134,7 @@
                                                                                                                Field Value
                                                                                                                - + @@ -194,7 +170,7 @@

                                                                                                                Declaration
                                                                                                                -
                                                                                                                protected DateTime? _modelDate
                                                                                                                +
                                                                                                                protected Nullable<DateTime> _modelDate
                                                                                                                Field Value
                                                                                                                stringSystem.String name
                                                                                                                ListAlignableCorpusIdSystem.Collections.Generic.List<AlignableCorpusId> corpusIds
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode sourceCulture
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode targetCulture
                                                                                                                DateTimeSystem.Nullable<System.DateTime> modelDate
                                                                                                                ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                ListIAlignableContentPairSystem.Collections.Generic.List<IAlignableContentPair> pairs
                                                                                                                TaskTranslationModelFitnessSystem.Threading.Tasks.Task<TranslationModelFitness>
                                                                                                                TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                boolSystem.Boolean target
                                                                                                                TaskintSystem.Threading.Tasks.Task<System.Int32>
                                                                                                                ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager
                                                                                                                TaskTrainedModelBuildResultsSystem.Threading.Tasks.Task<TrainedModelBuildResults>
                                                                                                                TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                intSystem.Int32
                                                                                                                GuidSystem.Guid
                                                                                                                BinaryReaderSystem.IO.BinaryReader reader
                                                                                                                BinaryWriterSystem.IO.BinaryWriter writer
                                                                                                                ListAlignableCorpusIdSystem.Collections.Generic.List<AlignableCorpusId>
                                                                                                                @@ -206,7 +182,7 @@
                                                                                                                Field Value
                                                                                                                - + @@ -230,7 +206,7 @@
                                                                                                                Field Value
                                                                                                                - + @@ -254,7 +230,7 @@
                                                                                                                Field Value
                                                                                                                - + @@ -278,7 +254,7 @@
                                                                                                                Field Value
                                                                                                                - + @@ -305,7 +281,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -380,7 +356,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -405,7 +381,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -430,7 +406,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -443,7 +419,7 @@

                                                                                                                Declaration
                                                                                                                -
                                                                                                                public DateTime? TranslationModelDate { get; }
                                                                                                                +
                                                                                                                public Nullable<DateTime> TranslationModelDate { get; }
                                                                                                                Property Value
                                                                                                                DateTimeSystem.Nullable<System.DateTime>
                                                                                                                stringSystem.String
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                IEnumerableAlignableCorpusIdSystem.Collections.Generic.IEnumerable<AlignableCorpusId>
                                                                                                                stringSystem.String
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                @@ -455,7 +431,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -499,7 +475,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -541,7 +517,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -567,7 +543,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -583,7 +559,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -645,7 +621,7 @@
                                                                                                                Parameters
                                                                                                                -

                                                                                                                OnProgress(TranslationModelProgressStage, int)

                                                                                                                +

                                                                                                                OnProgress(TranslationModelProgressStage, Int32)

                                                                                                                Declaration
                                                                                                                @@ -668,7 +644,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -677,7 +653,7 @@
                                                                                                                Parameters
                                                                                                                -

                                                                                                                OnProgress(TranslationModelProgressStage, int, int)

                                                                                                                +

                                                                                                                OnProgress(TranslationModelProgressStage, Int32, Int32)

                                                                                                                Declaration
                                                                                                                @@ -700,12 +676,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -714,7 +690,7 @@
                                                                                                                Parameters
                                                                                                                -

                                                                                                                OnProgress(object, TranslationModelProgressEventArgs)

                                                                                                                +

                                                                                                                OnProgress(Object, TranslationModelProgressEventArgs)

                                                                                                                Declaration
                                                                                                                @@ -732,7 +708,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -780,7 +756,7 @@
                                                                                                                Returns
                                                                                                                - + @@ -806,7 +782,7 @@
                                                                                                                Event Type
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.html index d52abdd7c..b53fba13f 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.html @@ -90,45 +90,21 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TranslationModelBuilderSettings
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class TranslationModelBuilderSettings
                                                                                                                +
                                                                                                                public class TranslationModelBuilderSettings : Object

                                                                                                                Constructors

                                                                                                                -

                                                                                                                TranslationModelBuilderSettings(int)

                                                                                                                +

                                                                                                                TranslationModelBuilderSettings(Int32)

                                                                                                                Declaration
                                                                                                                @@ -146,7 +122,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -199,7 +175,7 @@
                                                                                                                Property Value
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.html index 399222ae0..5a203ac1e 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.html @@ -90,76 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - - -
                                                                                                                TranslationModelCancelException
                                                                                                                +
                                                                                                                System.Object
                                                                                                                +
                                                                                                                TranslationModelCancelException
                                                                                                                -
                                                                                                                -
                                                                                                                Implements
                                                                                                                - -
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class TranslationModelCancelException : Exception, ISerializable
                                                                                                                +
                                                                                                                public class TranslationModelCancelException : Exception

                                                                                                                Constructors

                                                                                                                @@ -173,10 +111,6 @@
                                                                                                                Declaration
                                                                                                                public TranslationModelCancelException()
                                                                                                                -

                                                                                                                Implements

                                                                                                                - diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html index ba3d71bfc..1ca7c63ba 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html @@ -90,38 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TranslationModelDetails
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class TranslationModelDetails
                                                                                                                +
                                                                                                                public class TranslationModelDetails : Object

                                                                                                                Constructors

                                                                                                                @@ -157,7 +133,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -195,7 +171,7 @@

                                                                                                                Declaration
                                                                                                                -
                                                                                                                public DateTime? ModelDate { get; set; }
                                                                                                                +
                                                                                                                public Nullable<DateTime> ModelDate { get; set; }
                                                                                                                Property Value
                                                                                                                DateTimeSystem.Nullable<System.DateTime>
                                                                                                                TaskSystem.Threading.Tasks.Task
                                                                                                                TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                ListIAlignableContentPairSystem.Collections.Generic.List<IAlignableContentPair> pairs
                                                                                                                TaskTranslationModelFitnessSystem.Threading.Tasks.Task<TranslationModelFitness>
                                                                                                                intSystem.Int32 progressNumber
                                                                                                                intSystem.Int32 progressNumber
                                                                                                                intSystem.Int32 limit
                                                                                                                objectSystem.Object sender
                                                                                                                TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                EventHandlerTranslationModelProgressEventArgsSystem.EventHandler<TranslationModelProgressEventArgs>
                                                                                                                intSystem.Int32 minModelSampleSize
                                                                                                                intSystem.Int32
                                                                                                                ListAlignableCorpusIdSystem.Collections.Generic.List<AlignableCorpusId>
                                                                                                                @@ -207,7 +183,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -257,7 +233,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -282,7 +258,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -307,7 +283,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -332,7 +308,7 @@
                                                                                                                Property Value
                                                                                                                - + @@ -357,7 +333,7 @@
                                                                                                                Property Value
                                                                                                                - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelException.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelException.html index e000e9033..7f19421f1 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelException.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelException.html @@ -90,76 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - - -
                                                                                                                TranslationModelException
                                                                                                                +
                                                                                                                System.Object
                                                                                                                +
                                                                                                                TranslationModelException
                                                                                                                -
                                                                                                                -
                                                                                                                Implements
                                                                                                                - -
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class TranslationModelException : Exception, ISerializable
                                                                                                                +
                                                                                                                public class TranslationModelException : Exception

                                                                                                                Constructors

                                                                                                                @@ -194,12 +132,12 @@
                                                                                                                Parameters
                                                                                                                - + - + @@ -208,7 +146,7 @@
                                                                                                                Parameters
                                                                                                                -

                                                                                                                TranslationModelException(string)

                                                                                                                +

                                                                                                                TranslationModelException(String)

                                                                                                                Declaration
                                                                                                                @@ -226,7 +164,7 @@
                                                                                                                Parameters
                                                                                                                - + @@ -235,7 +173,7 @@
                                                                                                                Parameters
                                                                                                                -

                                                                                                                TranslationModelException(string, Exception)

                                                                                                                +

                                                                                                                TranslationModelException(String, Exception)

                                                                                                                Declaration
                                                                                                                @@ -253,21 +191,17 @@
                                                                                                                Parameters
                                                                                                                - + - +
                                                                                                                DateTimeSystem.Nullable<System.DateTime>
                                                                                                                stringSystem.String
                                                                                                                intSystem.Int32
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                intSystem.Int32
                                                                                                                SerializationInfoSystem.Runtime.Serialization.SerializationInfo info
                                                                                                                StreamingContextSystem.Runtime.Serialization.StreamingContext context
                                                                                                                stringSystem.String msg
                                                                                                                stringSystem.String message
                                                                                                                ExceptionSystem.Exception innerException
                                                                                                                -

                                                                                                                Implements

                                                                                                                -
                                                                                                                diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelFitness.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelFitness.html index 0b176fe48..994a243f8 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelFitness.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelFitness.html @@ -90,38 +90,14 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TranslationModelFitness
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public class TranslationModelFitness
                                                                                                                +
                                                                                                                public class TranslationModelFitness : Object

                                                                                                                Constructors

                                                                                                                @@ -157,7 +133,7 @@
                                                                                                                Property Value
                                                                                                                - Dictionarystringint + System.Collections.Generic.Dictionary<System.String, System.Int32> @@ -182,7 +158,7 @@
                                                                                                                Property Value
                                                                                                                - Dictionarystringint + System.Collections.Generic.Dictionary<System.String, System.Int32> @@ -207,7 +183,7 @@
                                                                                                                Property Value
                                                                                                                - Dictionarystringint + System.Collections.Generic.Dictionary<System.String, System.Int32> @@ -232,7 +208,7 @@
                                                                                                                Property Value
                                                                                                                - Dictionarystringint + System.Collections.Generic.Dictionary<System.String, System.Int32> diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelId.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelId.html index db6e72dda..cc493a9c0 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelId.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelId.html @@ -90,40 +90,16 @@

                                                                                                                Inheritance
                                                                                                                - +
                                                                                                                System.Object
                                                                                                                TranslationModelId
                                                                                                                - -

                                                                                                                Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                +
                                                                                                                Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                Syntax
                                                                                                                -
                                                                                                                public abstract class TranslationModelId
                                                                                                                +
                                                                                                                public abstract class TranslationModelId : Object

                                                                                                                Constructors

                                                                                                                @@ -159,7 +135,7 @@
                                                                                                                Property Value
                                                                                                                - Guid + System.Guid @@ -187,7 +163,7 @@
                                                                                                                Parameters
                                                                                                                - BinaryReader + System.IO.BinaryReader reader @@ -196,7 +172,7 @@
                                                                                                                Parameters
                                                                                                                -

                                                                                                                FromSerialization(byte[])

                                                                                                                +

                                                                                                                FromSerialization(Byte[])

                                                                                                                Declaration
                                                                                                                @@ -214,7 +190,7 @@
                                                                                                                Parameters
                                                                                                                - byte + System.Byte[] serialization @@ -256,7 +232,7 @@
                                                                                                                Parameters
                                                                                                                - BinaryReader + System.IO.BinaryReader reader @@ -298,12 +274,12 @@
                                                                                                                Parameters
                                                                                                                - Guid + System.Guid idType - FuncBinaryReaderTranslationModelId + System.Func<System.IO.BinaryReader, TranslationModelId> creator @@ -330,7 +306,7 @@
                                                                                                                Parameters
                                                                                                                - BinaryWriter + System.IO.BinaryWriter writer @@ -356,7 +332,7 @@
                                                                                                                Returns
                                                                                                                - byte + System.Byte[] @@ -382,7 +358,7 @@
                                                                                                                Parameters
                                                                                                                - BinaryWriter + System.IO.BinaryWriter writer diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.html deleted file mode 100644 index ad48c6a69..000000000 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - Class TranslationModelMatrixEntry - - - - - - - - - - - - - - - - -
                                                                                                                -
                                                                                                                - - - - -
                                                                                                                -
                                                                                                                - -
                                                                                                                -
                                                                                                                Search Results for
                                                                                                                -
                                                                                                                -

                                                                                                                -
                                                                                                                -
                                                                                                                  -
                                                                                                                  -
                                                                                                                  - - - -
                                                                                                                  - - - - - - diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.html index acd8f80d7..afe5481f6 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.html @@ -90,38 +90,10 @@

                                                                                                                  Inheritance
                                                                                                                  - - -
                                                                                                                  TranslationModelProgressEventArgs
                                                                                                                  +
                                                                                                                  System.Object
                                                                                                                  +
                                                                                                                  TranslationModelProgressEventArgs
                                                                                                                  - -

                                                                                                                  Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                  +
                                                                                                                  Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                  Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                  Syntax
                                                                                                                  @@ -132,7 +104,7 @@

                                                                                                                  Constructors -

                                                                                                                  TranslationModelProgressEventArgs(TranslationModelProgressStage, int, int)

                                                                                                                  +

                                                                                                                  TranslationModelProgressEventArgs(TranslationModelProgressStage, Int32, Int32)

                                                                                                                  Declaration
                                                                                                                  @@ -155,12 +127,12 @@
                                                                                                                  Parameters
                                                                                                                  - int + System.Int32 progressNumber - int + System.Int32 progressLimit @@ -188,7 +160,7 @@
                                                                                                                  Property Value
                                                                                                                  - bool + System.Boolean @@ -213,7 +185,7 @@
                                                                                                                  Property Value
                                                                                                                  - int + System.Int32 @@ -238,7 +210,7 @@
                                                                                                                  Property Value
                                                                                                                  - int + System.Int32 diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage.html index 10d87350d..54f53b4ee 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage.html @@ -5,10 +5,10 @@ - Enum TranslationModelProgressStage + <title>Class TranslationModelProgressStage - @@ -84,52 +84,191 @@
                                                                                                                  -

                                                                                                                  Enum TranslationModelProgressStage +

                                                                                                                  Class TranslationModelProgressStage

                                                                                                                  -
                                                                                                                  Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Inheritance
                                                                                                                  +
                                                                                                                  System.Object
                                                                                                                  +
                                                                                                                  TranslationModelProgressStage
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                  Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                  Syntax
                                                                                                                  -
                                                                                                                  public enum TranslationModelProgressStage
                                                                                                                  +
                                                                                                                  public sealed class TranslationModelProgressStage : Enum

                                                                                                                  Fields

                                                                                                                  + + +

                                                                                                                  Analysing

                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Declaration
                                                                                                                  +
                                                                                                                  +
                                                                                                                  public const TranslationModelProgressStage Analysing
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Field Value
                                                                                                                  - + + + + + + + + +
                                                                                                                  NameType Description
                                                                                                                  TranslationModelProgressStage
                                                                                                                  + + +

                                                                                                                  Computing

                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Declaration
                                                                                                                  +
                                                                                                                  +
                                                                                                                  public const TranslationModelProgressStage Computing
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Field Value
                                                                                                                  + + + + + + - + + +
                                                                                                                  TypeDescription
                                                                                                                  AnalysingTranslationModelProgressStage
                                                                                                                  + + +

                                                                                                                  Encoding

                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Declaration
                                                                                                                  +
                                                                                                                  +
                                                                                                                  public const TranslationModelProgressStage Encoding
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Field Value
                                                                                                                  + + + + + + + + - + + +
                                                                                                                  TypeDescription
                                                                                                                  ComputingTranslationModelProgressStage
                                                                                                                  + + +

                                                                                                                  Merging

                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Declaration
                                                                                                                  +
                                                                                                                  +
                                                                                                                  public const TranslationModelProgressStage Merging
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Field Value
                                                                                                                  + + - + + + + + + + + +
                                                                                                                  EncodingTypeDescription
                                                                                                                  TranslationModelProgressStage
                                                                                                                  + + +

                                                                                                                  Preparing

                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Declaration
                                                                                                                  +
                                                                                                                  +
                                                                                                                  public const TranslationModelProgressStage Preparing
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Field Value
                                                                                                                  + + + + + + + + - + + +
                                                                                                                  TypeDescription
                                                                                                                  MergingTranslationModelProgressStage
                                                                                                                  + + +

                                                                                                                  Saving

                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Declaration
                                                                                                                  +
                                                                                                                  +
                                                                                                                  public const TranslationModelProgressStage Saving
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Field Value
                                                                                                                  + + + + + + + + - + + +
                                                                                                                  TypeDescription
                                                                                                                  PreparingTranslationModelProgressStage
                                                                                                                  + + +

                                                                                                                  value__

                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Declaration
                                                                                                                  +
                                                                                                                  +
                                                                                                                  public int value__
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Field Value
                                                                                                                  + + + + + + + + - + -
                                                                                                                  TypeDescription
                                                                                                                  SavingSystem.Int32
                                                                                                                  +
                                                                                                                  diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelTypes.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelTypes.html index 55317f613..af11689bd 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelTypes.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelTypes.html @@ -5,10 +5,10 @@ - Enum TranslationModelTypes + <title>Class TranslationModelTypes - @@ -84,36 +84,95 @@
                                                                                                                  -

                                                                                                                  Enum TranslationModelTypes +

                                                                                                                  Class TranslationModelTypes

                                                                                                                  -
                                                                                                                  Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Inheritance
                                                                                                                  +
                                                                                                                  System.Object
                                                                                                                  +
                                                                                                                  TranslationModelTypes
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                  Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                  Syntax
                                                                                                                  -
                                                                                                                  public enum TranslationModelTypes
                                                                                                                  +
                                                                                                                  public sealed class TranslationModelTypes : Enum

                                                                                                                  Fields

                                                                                                                  + + +

                                                                                                                  ChiSquared

                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Declaration
                                                                                                                  +
                                                                                                                  +
                                                                                                                  public const TranslationModelTypes ChiSquared
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Field Value
                                                                                                                  - + + + + + + + + +
                                                                                                                  NameType Description
                                                                                                                  TranslationModelTypes
                                                                                                                  + + +

                                                                                                                  Trained

                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Declaration
                                                                                                                  +
                                                                                                                  +
                                                                                                                  public const TranslationModelTypes Trained
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Field Value
                                                                                                                  + + + + + + - + + +
                                                                                                                  TypeDescription
                                                                                                                  ChiSquaredTranslationModelTypes
                                                                                                                  + + +

                                                                                                                  value__

                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Declaration
                                                                                                                  +
                                                                                                                  +
                                                                                                                  public int value__
                                                                                                                  +
                                                                                                                  +
                                                                                                                  Field Value
                                                                                                                  + + + + + + + + - + -
                                                                                                                  TypeDescription
                                                                                                                  TrainedSystem.Int32
                                                                                                                  +
                                                                                                                  diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.html deleted file mode 100644 index 9b0aec238..000000000 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - Class TranslationModelVocabEntry - - - - - - - - - - - - - - - - -
                                                                                                                  -
                                                                                                                  - - - - -
                                                                                                                  -
                                                                                                                  - -
                                                                                                                  -
                                                                                                                  Search Results for
                                                                                                                  -
                                                                                                                  -

                                                                                                                  -
                                                                                                                  -
                                                                                                                    -
                                                                                                                    -
                                                                                                                    - - - -
                                                                                                                    - - - - - - diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html index bbff32e4f..134bcd9b4 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html @@ -90,38 +90,14 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    VocabularyFile3
                                                                                                                    - -

                                                                                                                    Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                    Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public abstract class VocabularyFile3
                                                                                                                    +
                                                                                                                    public abstract class VocabularyFile3 : Object

                                                                                                                    Constructors

                                                                                                                    @@ -139,12 +115,12 @@

                                                                                                                    Fields

                                                                                                                    -

                                                                                                                    _Dirty

                                                                                                                    +

                                                                                                                    _contiguousKeys

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    protected bool _Dirty
                                                                                                                    +
                                                                                                                    protected bool _contiguousKeys
                                                                                                                    Field Value
                                                                                                                    @@ -156,19 +132,19 @@
                                                                                                                    Field Value
                                                                                                                    - +
                                                                                                                    boolSystem.Boolean
                                                                                                                    -

                                                                                                                    _KeyWordMap

                                                                                                                    +

                                                                                                                    _Dirty

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    protected Dictionary<int, TokenWithCount> _KeyWordMap
                                                                                                                    +
                                                                                                                    protected bool _Dirty
                                                                                                                    Field Value
                                                                                                                    @@ -180,19 +156,19 @@
                                                                                                                    Field Value
                                                                                                                    - +
                                                                                                                    DictionaryintTokenWithCountSystem.Boolean
                                                                                                                    -

                                                                                                                    _contiguousKeys

                                                                                                                    +

                                                                                                                    _KeyWordMap

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    protected bool _contiguousKeys
                                                                                                                    +
                                                                                                                    protected Dictionary<int, TokenWithCount> _KeyWordMap
                                                                                                                    Field Value
                                                                                                                    @@ -204,7 +180,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -231,7 +207,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -256,7 +232,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -291,7 +267,7 @@

                                                                                                                    Methods -

                                                                                                                    Add(int, string)

                                                                                                                    +

                                                                                                                    Add(Int32, String)

                                                                                                                    Declaration
                                                                                                                    @@ -309,12 +285,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -323,7 +299,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Add(int, string, int)

                                                                                                                    +

                                                                                                                    Add(Int32, String, Int32)

                                                                                                                    Declaration
                                                                                                                    @@ -341,17 +317,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + - + @@ -360,7 +336,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Add(string)

                                                                                                                    +

                                                                                                                    Add(String)

                                                                                                                    Declaration
                                                                                                                    @@ -378,7 +354,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -394,7 +370,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -420,7 +396,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -429,7 +405,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Dump(string)

                                                                                                                    +

                                                                                                                    Dump(String)

                                                                                                                    Declaration
                                                                                                                    @@ -447,7 +423,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -456,7 +432,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    GetIDs(IEnumerable<string>)

                                                                                                                    +

                                                                                                                    GetIDs(IEnumerable<String>)

                                                                                                                    Declaration
                                                                                                                    @@ -474,7 +450,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -490,7 +466,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -516,7 +492,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -558,7 +534,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -579,7 +555,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -621,7 +597,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -646,7 +622,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -671,7 +647,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -679,7 +655,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Lookup(int)

                                                                                                                    +

                                                                                                                    Lookup(Int32)

                                                                                                                    Declaration
                                                                                                                    @@ -697,7 +673,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -713,7 +689,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -721,7 +697,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Lookup(string)

                                                                                                                    +

                                                                                                                    Lookup(String)

                                                                                                                    Declaration
                                                                                                                    @@ -739,7 +715,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -755,7 +731,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -763,7 +739,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LookupFull(int)

                                                                                                                    +

                                                                                                                    LookupFull(Int32)

                                                                                                                    Declaration
                                                                                                                    @@ -781,7 +757,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -805,7 +781,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LookupOrAdd(string)

                                                                                                                    +

                                                                                                                    LookupOrAdd(String)

                                                                                                                    Declaration
                                                                                                                    @@ -823,7 +799,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -839,7 +815,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.html index d1e735895..2b631eb19 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.html @@ -90,38 +90,14 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    WordAlignmentComputer3
                                                                                                                    - -

                                                                                                                    Namespace: SdlSdl.CoreFineGrainedAlignment
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Core.FineGrainedAlignment
                                                                                                                    Assembly: Sdl.Core.FineGrainedAlignment.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public class WordAlignmentComputer3
                                                                                                                    +
                                                                                                                    public class WordAlignmentComputer3 : Object

                                                                                                                    Constructors

                                                                                                                    @@ -183,7 +159,7 @@
                                                                                                                    Field Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.html b/api/translationmemory/Sdl.Core.FineGrainedAlignment.html index 5fae4b10d..83e1dbc13 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.html +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.html @@ -102,6 +102,8 @@

                                                                                                                    Al

                                                                                                                    AlignmentEvidence

                                                                                                                    +

                                                                                                                    AlignResult

                                                                                                                    +

                                                                                                                    BilingualChiSquareComputer3

                                                                                                                    BilingualPhraseComputer3

                                                                                                                    @@ -174,6 +176,10 @@

                                                                                                                    TranslationModelProgressEventArgs

                                                                                                                    +

                                                                                                                    TranslationModelProgressStage

                                                                                                                    +
                                                                                                                    +

                                                                                                                    TranslationModelTypes

                                                                                                                    +

                                                                                                                    VocabularyFile3

                                                                                                                    WordAlignmentComputer3

                                                                                                                    @@ -208,14 +214,6 @@

                                                                                                                    ITranslationModelManager

                                                                                                                    -

                                                                                                                    Enums -

                                                                                                                    -

                                                                                                                    AlignResult

                                                                                                                    -
                                                                                                                    -

                                                                                                                    TranslationModelProgressStage

                                                                                                                    -
                                                                                                                    -

                                                                                                                    TranslationModelTypes

                                                                                                                    -
                                                                                                                    diff --git a/api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.html b/api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.html index ea88da9f6..62e4c39ee 100644 --- a/api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.html +++ b/api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.html @@ -91,32 +91,32 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SeparatorCombination
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.ICloneable
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.CoreSdl.Core.LanguageProcessingTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Core.LanguageProcessing.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -137,9 +137,10 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    SeparatorCombination(CultureInfo, bool)

                                                                                                                    +

                                                                                                                    SeparatorCombination(CultureInfo, Boolean)

                                                                                                                    -If true, blanks/nbsp's will be interchangeable
                                                                                                                    +If true, blanks/nbsp's will be interchangeable +
                                                                                                                    Declaration
                                                                                                                    @@ -156,12 +157,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -170,10 +171,11 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SeparatorCombination(string, string, bool)

                                                                                                                    +

                                                                                                                    SeparatorCombination(String, String, Boolean)

                                                                                                                    -If true, blanks/nbsp's will be interchangeable
                                                                                                                    +If true, blanks/nbsp's will be interchangeable +
                                                                                                                    Declaration
                                                                                                                    @@ -190,17 +192,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + - + @@ -228,7 +230,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -253,7 +255,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -264,7 +266,8 @@

                                                                                                                    Methods

                                                                                                                    Clone()

                                                                                                                    - +
                                                                                                                    System.ICloneable.Clone() +
                                                                                                                    Declaration
                                                                                                                    @@ -280,7 +283,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -289,7 +292,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    Declaration
                                                                                                                    @@ -307,7 +310,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -323,13 +326,13 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    boolSystem.Collections.Generic.Dictionary<System.Int32, TokenWithCount>
                                                                                                                    intSystem.Int32
                                                                                                                    boolSystem.Boolean
                                                                                                                    intSystem.Int32 key
                                                                                                                    stringSystem.String s
                                                                                                                    intSystem.Int32 key
                                                                                                                    stringSystem.String s
                                                                                                                    intSystem.Int32 count
                                                                                                                    stringSystem.String s
                                                                                                                    intSystem.Int32
                                                                                                                    TextWriterSystem.IO.TextWriter wtr
                                                                                                                    stringSystem.String fileName
                                                                                                                    IEnumerablestringSystem.Collections.Generic.IEnumerable<System.String> words
                                                                                                                    ListintSystem.Collections.Generic.List<System.Int32>
                                                                                                                    ListTokenSystem.Collections.Generic.List<Token> tokens
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode culture
                                                                                                                    TaskListintSystem.Threading.Tasks.Task<System.Collections.Generic.List<System.Int32>>
                                                                                                                    stringSystem.String
                                                                                                                    boolSystem.Boolean
                                                                                                                    TaskSystem.Threading.Tasks.Task
                                                                                                                    intSystem.Int32 key
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String s
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32 key
                                                                                                                    stringSystem.String s
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    CultureInfoSystem.Globalization.CultureInfo culture
                                                                                                                    boolSystem.Boolean augmentGroupSeparators
                                                                                                                    stringSystem.String groupSeparators
                                                                                                                    stringSystem.String decimalSeparators
                                                                                                                    boolSystem.Boolean augmentGroupSeparators
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    objectSystem.Object

                                                                                                                    A new object that is a deep copy of this instance.

                                                                                                                    objectSystem.Object obj
                                                                                                                    boolSystem.Boolean
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)
                                                                                                                    @@ -350,13 +353,13 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    @@ -378,14 +381,14 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    Implements

                                                                                                                    - ICloneable + System.ICloneable
                                                                                                                    diff --git a/api/translationmemory/Sdl.Core.TM.ImportExport.BatchExportedEventArgs.html b/api/translationmemory/Sdl.Core.TM.ImportExport.BatchExportedEventArgs.html index 57a675491..b75b7cc45 100644 --- a/api/translationmemory/Sdl.Core.TM.ImportExport.BatchExportedEventArgs.html +++ b/api/translationmemory/Sdl.Core.TM.ImportExport.BatchExportedEventArgs.html @@ -90,42 +90,10 @@

                                                                                                                    Inheritance
                                                                                                                    - - - -
                                                                                                                    BatchExportedEventArgs
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    BatchExportedEventArgs
                                                                                                                    - -

                                                                                                                    Namespace: SdlSdl.CoreSdl.Core.TMImportExport
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Core.TM.ImportExport
                                                                                                                    Assembly: Sdl.Core.TM.ImportExport.dll
                                                                                                                    Syntax
                                                                                                                    @@ -136,7 +104,7 @@

                                                                                                                    Constructors -

                                                                                                                    BatchExportedEventArgs(int, int)

                                                                                                                    +

                                                                                                                    BatchExportedEventArgs(Int32, Int32)

                                                                                                                    Instantiates a new event data object.

                                                                                                                    @@ -155,13 +123,13 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 totalProcessed

                                                                                                                    The total number of processed translation units

                                                                                                                    - int + System.Int32 totalExported

                                                                                                                    The total number of exported translation units

                                                                                                                    @@ -193,7 +161,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -221,7 +189,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 diff --git a/api/translationmemory/Sdl.Core.TM.ImportExport.BatchImportedEventArgs.html b/api/translationmemory/Sdl.Core.TM.ImportExport.BatchImportedEventArgs.html index 39821f95d..50df501ea 100644 --- a/api/translationmemory/Sdl.Core.TM.ImportExport.BatchImportedEventArgs.html +++ b/api/translationmemory/Sdl.Core.TM.ImportExport.BatchImportedEventArgs.html @@ -92,42 +92,10 @@

                                                                                                                    Inheritance
                                                                                                                    - - - -
                                                                                                                    BatchImportedEventArgs
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    BatchImportedEventArgs
                                                                                                                    - -
                                                                                                                    Namespace: SdlSdl.CoreSdl.Core.TMImportExport
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Core.TM.ImportExport
                                                                                                                    Assembly: Sdl.Core.TM.ImportExport.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.Core.TM.ImportExport.Exporter.html b/api/translationmemory/Sdl.Core.TM.ImportExport.Exporter.html index 6abcf12ce..f30c52a60 100644 --- a/api/translationmemory/Sdl.Core.TM.ImportExport.Exporter.html +++ b/api/translationmemory/Sdl.Core.TM.ImportExport.Exporter.html @@ -90,7 +90,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Exporter
                                                                                                                    @@ -98,7 +98,7 @@
                                                                                                                    Inheritance
                                                                                                                    Inherited Members
                                                                                                                    ExporterAsync.TmxExportFormat @@ -107,28 +107,28 @@
                                                                                                                    Inherited Members
                                                                                                                    ExporterAsync.FilterExpression
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.CoreSdl.Core.TMImportExport
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Core.TM.ImportExport
                                                                                                                    Assembly: Sdl.Core.TM.ImportExport.dll
                                                                                                                    Syntax
                                                                                                                    @@ -169,7 +169,7 @@
                                                                                                                    Parameters
                                                                                                                    - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -180,7 +180,7 @@

                                                                                                                    Methods -

                                                                                                                    Export(IExportOrigin, string, bool)

                                                                                                                    +

                                                                                                                    Export(IExportOrigin, String, Boolean)

                                                                                                                    Starts the export process with the configured settings into a file with the specified name. This method supports GZip compressed files, such as: export.tmx.gz

                                                                                                                    @@ -205,13 +205,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fileName

                                                                                                                    Name of the file.

                                                                                                                    - bool + System.Boolean overwriteExisting

                                                                                                                    if set to true [overwrite existing].

                                                                                                                    @@ -221,7 +221,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    OnBatchExportedAsync(int, int)

                                                                                                                    +

                                                                                                                    OnBatchExportedAsync(Int32, Int32)

                                                                                                                    Declaration
                                                                                                                    @@ -239,12 +239,12 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 totalProcessed - int + System.Int32 totalExported @@ -260,13 +260,13 @@
                                                                                                                    Returns
                                                                                                                    - Taskbool + System.Threading.Tasks.Task<System.Boolean>
                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    Events

                                                                                                                    @@ -289,7 +289,7 @@
                                                                                                                    Event Type
                                                                                                                    - EventHandlerBatchExportedEventArgs + System.EventHandler<BatchExportedEventArgs> diff --git a/api/translationmemory/Sdl.Core.TM.ImportExport.ExporterAsync.html b/api/translationmemory/Sdl.Core.TM.ImportExport.ExporterAsync.html index 8bd9d9a32..1354e8f62 100644 --- a/api/translationmemory/Sdl.Core.TM.ImportExport.ExporterAsync.html +++ b/api/translationmemory/Sdl.Core.TM.ImportExport.ExporterAsync.html @@ -90,35 +90,35 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ExporterAsync
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.CoreSdl.Core.TMImportExport
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Core.TM.ImportExport
                                                                                                                    Assembly: Sdl.Core.TM.ImportExport.dll
                                                                                                                    Syntax
                                                                                                                    @@ -129,7 +129,7 @@

                                                                                                                    Constructors -

                                                                                                                    ExporterAsync(ICultureMetadataManager, Func<int, int, Task<bool>>)

                                                                                                                    +

                                                                                                                    ExporterAsync(ICultureMetadataManager, Func<Int32, Int32, Task<Boolean>>)

                                                                                                                    Declaration
                                                                                                                    @@ -147,12 +147,12 @@
                                                                                                                    Parameters
                                                                                                                    - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager - FuncintintTaskbool + System.Func<System.Int32, System.Int32, System.Threading.Tasks.Task<System.Boolean>> batchExportedAsync @@ -218,7 +218,7 @@

                                                                                                                    Methods -

                                                                                                                    ExportAsync(IExportOriginAsync, string, bool)

                                                                                                                    +

                                                                                                                    ExportAsync(IExportOriginAsync, String, Boolean)

                                                                                                                    Starts the export process with the configured settings into a file with the specified name. This method supports GZip compressed files, such as: export.tmx.gz

                                                                                                                    @@ -243,13 +243,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fileName

                                                                                                                    Name of the file.

                                                                                                                    - bool + System.Boolean overwriteExisting

                                                                                                                    if set to true [overwrite existing].

                                                                                                                    @@ -266,7 +266,7 @@
                                                                                                                    Returns
                                                                                                                    - Task + System.Threading.Tasks.Task @@ -274,7 +274,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    OnBatchExportedAsync(int, int)

                                                                                                                    +

                                                                                                                    OnBatchExportedAsync(Int32, Int32)

                                                                                                                    Declaration
                                                                                                                    @@ -292,12 +292,12 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 totalProcessed - int + System.Int32 totalExported @@ -313,7 +313,7 @@
                                                                                                                    Returns
                                                                                                                    - Taskbool + System.Threading.Tasks.Task<System.Boolean> diff --git a/api/translationmemory/Sdl.Core.TM.ImportExport.IExportOrigin.html b/api/translationmemory/Sdl.Core.TM.ImportExport.IExportOrigin.html index aabdabe44..ef9df10fd 100644 --- a/api/translationmemory/Sdl.Core.TM.ImportExport.IExportOrigin.html +++ b/api/translationmemory/Sdl.Core.TM.ImportExport.IExportOrigin.html @@ -88,7 +88,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.CoreSdl.Core.TMImportExport
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Core.TM.ImportExport
                                                                                                                    Assembly: Sdl.Core.TM.ImportExport.dll
                                                                                                                    Syntax
                                                                                                                    @@ -141,7 +141,7 @@
                                                                                                                    Property Value
                                                                                                                    - DateTime + System.DateTime @@ -166,7 +166,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -216,7 +216,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -241,7 +241,7 @@
                                                                                                                    Property Value
                                                                                                                    - Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource + Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource[] @@ -266,7 +266,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -291,7 +291,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -316,7 +316,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -391,7 +391,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -460,7 +460,7 @@
                                                                                                                    Returns
                                                                                                                    - TranslationUnit + TranslationUnit[] diff --git a/api/translationmemory/Sdl.Core.TM.ImportExport.IExportOriginAsync.html b/api/translationmemory/Sdl.Core.TM.ImportExport.IExportOriginAsync.html index 0c3668094..b42ea6ec9 100644 --- a/api/translationmemory/Sdl.Core.TM.ImportExport.IExportOriginAsync.html +++ b/api/translationmemory/Sdl.Core.TM.ImportExport.IExportOriginAsync.html @@ -92,7 +92,7 @@

                                                                                                                    Inherited Members
                                                                                                                    IExportOrigin.Name @@ -134,7 +134,7 @@
                                                                                                                    Inherited Members
                                                                                                                    IExportOrigin.BuiltinRecognizers
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.CoreSdl.Core.TMImportExport
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Core.TM.ImportExport
                                                                                                                    Assembly: Sdl.Core.TM.ImportExport.dll
                                                                                                                    Syntax
                                                                                                                    @@ -163,7 +163,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskFieldDefinitions + System.Threading.Tasks.Task<FieldDefinitions> @@ -189,7 +189,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskSdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource + System.Threading.Tasks.Task<Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource[]> @@ -232,7 +232,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskTranslationUnit + System.Threading.Tasks.Task<TranslationUnit[]> diff --git a/api/translationmemory/Sdl.Core.TM.ImportExport.IImportDestination.html b/api/translationmemory/Sdl.Core.TM.ImportExport.IImportDestination.html index 8708e7363..abc3a97f9 100644 --- a/api/translationmemory/Sdl.Core.TM.ImportExport.IImportDestination.html +++ b/api/translationmemory/Sdl.Core.TM.ImportExport.IImportDestination.html @@ -88,7 +88,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.CoreSdl.Core.TMImportExport
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Core.TM.ImportExport
                                                                                                                    Assembly: Sdl.Core.TM.ImportExport.dll
                                                                                                                    Syntax
                                                                                                                    @@ -141,7 +141,7 @@
                                                                                                                    Property Value
                                                                                                                    - Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource + Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource[] @@ -166,7 +166,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -191,7 +191,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -216,7 +216,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -246,7 +246,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] tus @@ -267,7 +267,7 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult + ImportResult[] @@ -275,7 +275,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    AddTranslationUnitsMask(TranslationUnit[], ImportSettings, bool[])

                                                                                                                    +

                                                                                                                    AddTranslationUnitsMask(TranslationUnit[], ImportSettings, Boolean[])

                                                                                                                    Declaration
                                                                                                                    @@ -294,7 +294,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] tus @@ -304,7 +304,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean[] mask @@ -320,7 +320,7 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult + ImportResult[] @@ -376,7 +376,7 @@
                                                                                                                    Parameters
                                                                                                                    - ListSdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource + System.Collections.Generic.List<Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource> mergedLanguageResources

                                                                                                                    Language resources that either 1. were only defined in the incoming data or 2. were defined in incoming and destination data, but with additional values in the incoming data (resource contains a merge of both)

                                                                                                                    diff --git a/api/translationmemory/Sdl.Core.TM.ImportExport.IImportDestinationAsync.html b/api/translationmemory/Sdl.Core.TM.ImportExport.IImportDestinationAsync.html index efe5d340c..caec3902f 100644 --- a/api/translationmemory/Sdl.Core.TM.ImportExport.IImportDestinationAsync.html +++ b/api/translationmemory/Sdl.Core.TM.ImportExport.IImportDestinationAsync.html @@ -95,7 +95,7 @@
                                                                                                                    Inherited Members
                                                                                                                    IImportDestination.AddTranslationUnits(TranslationUnit[], ImportSettings)
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.CoreSdl.Core.TMImportExport
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Core.TM.ImportExport
                                                                                                                    Assembly: Sdl.Core.TM.ImportExport.dll
                                                                                                                    Syntax
                                                                                                                    @@ -130,7 +130,7 @@

                                                                                                                    Methods -

                                                                                                                    AddTranslationUnitsMaskedAsync(TranslationUnit[], ImportSettings, bool[])

                                                                                                                    +

                                                                                                                    AddTranslationUnitsMaskedAsync(TranslationUnit[], ImportSettings, Boolean[])

                                                                                                                    @@ -149,7 +149,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] tus @@ -159,7 +159,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean[] mask @@ -175,7 +175,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskImportResult + System.Threading.Tasks.Task<ImportResult[]> @@ -201,7 +201,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskFieldDefinitions + System.Threading.Tasks.Task<FieldDefinitions> @@ -227,7 +227,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskSdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource + System.Threading.Tasks.Task<Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource[]> @@ -270,7 +270,7 @@
                                                                                                                    Returns
                                                                                                                    - Task + System.Threading.Tasks.Task @@ -296,7 +296,7 @@
                                                                                                                    Parameters
                                                                                                                    - ListSdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource + System.Collections.Generic.List<Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource> mergedLanguageResources

                                                                                                                    Language resources that either 1. were only defined in the incoming data or 2. were defined in incoming and destination data, but with additional values in the incoming data (resource contains a merge of both)

                                                                                                                    @@ -313,7 +313,7 @@
                                                                                                                    Returns
                                                                                                                    - Task + System.Threading.Tasks.Task diff --git a/api/translationmemory/Sdl.Core.TM.ImportExport.ImportExportResponse.html b/api/translationmemory/Sdl.Core.TM.ImportExport.ImportExportResponse.html index 97f344f87..6939513d5 100644 --- a/api/translationmemory/Sdl.Core.TM.ImportExport.ImportExportResponse.html +++ b/api/translationmemory/Sdl.Core.TM.ImportExport.ImportExportResponse.html @@ -89,7 +89,7 @@

                                                                                                                    ImportExportResponse

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.CoreSdl.Core.TMImportExport
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Core.TM.ImportExport
                                                                                                                    Assembly: Sdl.Core.TM.ImportExport.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.Core.TM.ImportExport.Importer.html b/api/translationmemory/Sdl.Core.TM.ImportExport.Importer.html index b86b89490..7519f7ae7 100644 --- a/api/translationmemory/Sdl.Core.TM.ImportExport.Importer.html +++ b/api/translationmemory/Sdl.Core.TM.ImportExport.Importer.html @@ -90,7 +90,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Importer
                                                                                                                    @@ -119,7 +119,7 @@
                                                                                                                    Inherited Members
                                                                                                                    ImporterAsync._batchImportedAsync
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.CoreSdl.Core.TMImportExport
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Core.TM.ImportExport
                                                                                                                    Assembly: Sdl.Core.TM.ImportExport.dll
                                                                                                                    Syntax
                                                                                                                    @@ -250,7 +250,7 @@
                                                                                                                    Parameters
                                                                                                                    - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -261,7 +261,7 @@

                                                                                                                    Methods -

                                                                                                                    Import(string)

                                                                                                                    +

                                                                                                                    Import(String)

                                                                                                                    Declaration
                                                                                                                    @@ -280,7 +280,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fileName @@ -296,7 +296,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -304,7 +304,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Import(string, IImportDestination)

                                                                                                                    +

                                                                                                                    Import(String, IImportDestination)

                                                                                                                    Starts the import from the specified file.

                                                                                                                    @@ -324,7 +324,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fileName

                                                                                                                    The file name.

                                                                                                                    @@ -346,7 +346,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    The import results.

                                                                                                                    @@ -394,7 +394,7 @@
                                                                                                                    Returns
                                                                                                                    - Taskbool + System.Threading.Tasks.Task<System.Boolean> @@ -423,7 +423,7 @@
                                                                                                                    Event Type
                                                                                                                    - EventHandlerBatchImportedEventArgs + System.EventHandler<BatchImportedEventArgs> diff --git a/api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.html b/api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.html index e0e03abeb..11f48cc2c 100644 --- a/api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.html +++ b/api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.html @@ -90,38 +90,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ImporterAsync.ImportResultsMap
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.CoreSdl.Core.TMImportExport
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Core.TM.ImportExport
                                                                                                                    Assembly: Sdl.Core.TM.ImportExport.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    protected class ImporterAsync.ImportResultsMap
                                                                                                                    +
                                                                                                                    protected class ImportResultsMap

                                                                                                                    Constructors

                                                                                                                    @@ -157,7 +157,7 @@
                                                                                                                    Property Value
                                                                                                                    - HashSetint + System.Collections.Generic.HashSet<System.Int32> @@ -182,7 +182,7 @@
                                                                                                                    Property Value
                                                                                                                    - HashSetint + System.Collections.Generic.HashSet<System.Int32> @@ -207,7 +207,7 @@
                                                                                                                    Property Value
                                                                                                                    - HashSetint + System.Collections.Generic.HashSet<System.Int32> diff --git a/api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.html b/api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.html index 905127879..88485b0db 100644 --- a/api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.html +++ b/api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.html @@ -87,41 +87,41 @@

                                                                                                                    Class ImporterAsync

                                                                                                                    Normally this one would be called Importer and the other LegacyImporter, but backwards compatibility :( -Importer class without any legacy code. Include the legacy support in the Importer class, use that in legacy clients (and hopefully we'll be able remove that one at some point). +Importer class without any legacy code. Include the legacy support in the Importer class, use that in legacy clients (and hopefully we'll be able remove that one at some point). Use this class everywhere else.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ImporterAsync
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.CoreSdl.Core.TMImportExport
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Core.TM.ImportExport
                                                                                                                    Assembly: Sdl.Core.TM.ImportExport.dll
                                                                                                                    Syntax
                                                                                                                    @@ -132,13 +132,13 @@

                                                                                                                    Constructors -

                                                                                                                    ImporterAsync(ICultureMetadataManager, Func<ImportStatistics, ImportResults, Task<bool>>)

                                                                                                                    +

                                                                                                                    ImporterAsync(ICultureMetadataManager, Func<ImportStatistics, ImportResults, Task<Boolean>>, ICoreTmMetricsReporter)

                                                                                                                    Initializes a new instance of the Importer class.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public ImporterAsync(ICultureMetadataManager cultureMetadataManager, Func<ImportStatistics, ImportResults, Task<bool>> batchImportedAsync = null)
                                                                                                                    +
                                                                                                                    public ImporterAsync(ICultureMetadataManager cultureMetadataManager, Func<ImportStatistics, ImportResults, Task<bool>> batchImportedAsync = null, ICoreTmMetricsReporter metricsReporter = null)
                                                                                                                    Parameters
                                                                                                                    @@ -151,26 +151,31 @@
                                                                                                                    Parameters
                                                                                                                    - + - + + + + + +
                                                                                                                    ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager
                                                                                                                    FuncImportStatisticsImportResultsTaskboolSystem.Func<ImportStatistics, ImportResults, System.Threading.Tasks.Task<System.Boolean>> batchImportedAsync
                                                                                                                    ICoreTmMetricsReportermetricsReporter
                                                                                                                    -

                                                                                                                    ImporterAsync(IImportDestinationAsync, ICultureMetadataManager, Func<ImportStatistics, ImportResults, Task<bool>>)

                                                                                                                    +

                                                                                                                    ImporterAsync(IImportDestinationAsync, ICultureMetadataManager, Func<ImportStatistics, ImportResults, Task<Boolean>>, ICoreTmMetricsReporter)

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public ImporterAsync(IImportDestinationAsync importDestinationAsync, ICultureMetadataManager cultureMetadataManager, Func<ImportStatistics, ImportResults, Task<bool>> batchImportedAsync = null)
                                                                                                                    +
                                                                                                                    public ImporterAsync(IImportDestinationAsync importDestinationAsync, ICultureMetadataManager cultureMetadataManager, Func<ImportStatistics, ImportResults, Task<bool>> batchImportedAsync = null, ICoreTmMetricsReporter metricsReporter = null)
                                                                                                                    Parameters
                                                                                                                    @@ -188,21 +193,50 @@
                                                                                                                    Parameters
                                                                                                                    - + - + + + + + +
                                                                                                                    ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager
                                                                                                                    FuncImportStatisticsImportResultsTaskboolSystem.Func<ImportStatistics, ImportResults, System.Threading.Tasks.Task<System.Boolean>> batchImportedAsync
                                                                                                                    ICoreTmMetricsReportermetricsReporter

                                                                                                                    Fields

                                                                                                                    +

                                                                                                                    _batchImportedAsync

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    protected readonly Func<ImportStatistics, ImportResults, Task<bool>> _batchImportedAsync
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Field Value
                                                                                                                    + + + + + + + + + + + + + +
                                                                                                                    TypeDescription
                                                                                                                    System.Func<ImportStatistics, ImportResults, System.Threading.Tasks.Task<System.Boolean>>
                                                                                                                    + +

                                                                                                                    BadTuCount

                                                                                                                    @@ -220,7 +254,7 @@
                                                                                                                    Field Value
                                                                                                                    - int + System.Int32 @@ -244,7 +278,7 @@
                                                                                                                    Field Value
                                                                                                                    - ListTranslationUnit + System.Collections.Generic.List<TranslationUnit> @@ -270,7 +304,7 @@
                                                                                                                    Field Value
                                                                                                                    - int + System.Int32 @@ -320,7 +354,7 @@
                                                                                                                    Field Value
                                                                                                                    - int + System.Int32 @@ -346,31 +380,7 @@
                                                                                                                    Field Value
                                                                                                                    - int - - - - - - -

                                                                                                                    _batchImportedAsync

                                                                                                                    -
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    -
                                                                                                                    protected readonly Func<ImportStatistics, ImportResults, Task<bool>> _batchImportedAsync
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Field Value
                                                                                                                    - - - - - - - - - - + @@ -398,7 +408,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -424,7 +434,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -453,7 +463,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -533,7 +543,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -587,7 +597,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -638,9 +648,9 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -677,7 +687,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ImportAsync(string, IImportDestinationAsync)

                                                                                                                    +

                                                                                                                    ImportAsync(String, IImportDestinationAsync)

                                                                                                                    Starts the import from the specified file.

                                                                                                                    @@ -696,7 +706,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -718,7 +728,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -765,7 +775,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -812,7 +822,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.Core.TM.ImportExport.LanguageMismatchException.html b/api/translationmemory/Sdl.Core.TM.ImportExport.LanguageMismatchException.html index 82afd24e0..960005819 100644 --- a/api/translationmemory/Sdl.Core.TM.ImportExport.LanguageMismatchException.html +++ b/api/translationmemory/Sdl.Core.TM.ImportExport.LanguageMismatchException.html @@ -90,73 +90,73 @@

                                                                                                                    Inheritance
                                                                                                                    - - +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    System.Exception
                                                                                                                    LanguageMismatchException
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Runtime.Serialization.ISerializable
                                                                                                                    +
                                                                                                                    System.Runtime.InteropServices._Exception
                                                                                                                    Inherited Members
                                                                                                                    - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                                    - Exception.ToString() + System.Exception.ToString()
                                                                                                                    - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                                    - Exception.GetType() + System.Exception.GetType()
                                                                                                                    - Exception.Message + System.Exception.Message
                                                                                                                    - Exception.Data + System.Exception.Data
                                                                                                                    - Exception.InnerException + System.Exception.InnerException
                                                                                                                    - Exception.TargetSite + System.Exception.TargetSite
                                                                                                                    - Exception.StackTrace + System.Exception.StackTrace
                                                                                                                    - Exception.HelpLink + System.Exception.HelpLink
                                                                                                                    - Exception.Source + System.Exception.Source
                                                                                                                    - Exception.HResult + System.Exception.HResult
                                                                                                                    - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.CoreSdl.Core.TMImportExport
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Core.TM.ImportExport
                                                                                                                    Assembly: Sdl.Core.TM.ImportExport.dll
                                                                                                                    Syntax
                                                                                                                    @@ -185,22 +185,22 @@
                                                                                                                    Parameters
                                                                                                                    - + - + - + - + @@ -227,7 +227,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -251,7 +251,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -275,7 +275,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -299,17 +299,17 @@
                                                                                                                    Field Value
                                                                                                                    - +
                                                                                                                    TypeDescription
                                                                                                                    FuncImportStatisticsImportResultsTaskboolSystem.Int32
                                                                                                                    boolSystem.Boolean
                                                                                                                    intSystem.Int32

                                                                                                                    The size of the chunk.

                                                                                                                    boolSystem.Boolean
                                                                                                                    stringSystem.String

                                                                                                                    The invalid translation units export path.

                                                                                                                    stringSystem.String
                                                                                                                    TaskboolSystem.Threading.Tasks.Task<System.Boolean>

                                                                                                                    Response.Cancel if there is an event listener that has signaled it wants to stop the import, - otherwise Response.Continue.

                                                                                                                    +otherwise Response.Continue.

                                                                                                                    stringSystem.String fileName

                                                                                                                    The file name.

                                                                                                                    TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                    TaskboolSystem.Threading.Tasks.Task<System.Boolean>
                                                                                                                    TaskSystem.Threading.Tasks.Task
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode originSourceLanguage
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode originTargetLanguage
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode destinationSourceLanguage
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode destinationTargetLanguage
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode

                                                                                                                    Implements

                                                                                                                    - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                                    - _Exception + System.Runtime.InteropServices._Exception
                                                                                                                    diff --git a/api/translationmemory/Sdl.Core.TM.ImportExport.TmApiImportExport.html b/api/translationmemory/Sdl.Core.TM.ImportExport.TmApiImportExport.html index 6ad619712..2c512e85f 100644 --- a/api/translationmemory/Sdl.Core.TM.ImportExport.TmApiImportExport.html +++ b/api/translationmemory/Sdl.Core.TM.ImportExport.TmApiImportExport.html @@ -92,7 +92,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TmApiImportExport
                                                                                                                    @@ -105,28 +105,28 @@
                                                                                                                    Implements
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.CoreSdl.Core.TMImportExport
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Core.TM.ImportExport
                                                                                                                    Assembly: Sdl.Core.TM.ImportExport.dll
                                                                                                                    Syntax
                                                                                                                    @@ -256,7 +256,7 @@
                                                                                                                    Property Value
                                                                                                                    - DateTime + System.DateTime @@ -281,7 +281,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -331,7 +331,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -356,7 +356,7 @@
                                                                                                                    Property Value
                                                                                                                    - Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource + Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource[] @@ -381,7 +381,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -406,7 +406,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -431,7 +431,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -506,7 +506,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -531,7 +531,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -567,8 +567,7 @@

                                                                                                                    Methods

                                                                                                                    AddTranslationUnits(TranslationUnit[], ImportSettings)

                                                                                                                    -

                                                                                                                    Replaced by AddTranslationUnitsMask

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -586,7 +585,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] tus @@ -607,7 +606,7 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult + ImportResult[] @@ -615,7 +614,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    AddTranslationUnitsMask(TranslationUnit[], ImportSettings, bool[])

                                                                                                                    +

                                                                                                                    AddTranslationUnitsMask(TranslationUnit[], ImportSettings, Boolean[])

                                                                                                                    Declaration
                                                                                                                    @@ -634,7 +633,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] tus @@ -644,7 +643,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean[] mask @@ -660,7 +659,7 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult + ImportResult[] @@ -668,9 +667,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    AddTranslationUnitsMaskedAsync(TranslationUnit[], ImportSettings, bool[])

                                                                                                                    - +

                                                                                                                    AddTranslationUnitsMaskedAsync(TranslationUnit[], ImportSettings, Boolean[])

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -687,7 +685,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] tus @@ -697,7 +695,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean[] mask @@ -713,7 +711,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskImportResult + System.Threading.Tasks.Task<ImportResult[]> @@ -765,7 +763,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskTmApiImportExport + System.Threading.Tasks.Task<TmApiImportExport> @@ -774,8 +772,7 @@
                                                                                                                    Returns

                                                                                                                    GetFieldDefinitionsAsync()

                                                                                                                    -

                                                                                                                    Async version of FieldDefinitions

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -791,7 +788,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskFieldDefinitions + System.Threading.Tasks.Task<FieldDefinitions> @@ -800,8 +797,7 @@
                                                                                                                    Returns

                                                                                                                    GetLanguageResourcesAsync()

                                                                                                                    -

                                                                                                                    Async version of LanguageResources

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -817,7 +813,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskSdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource + System.Threading.Tasks.Task<Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource[]> @@ -859,7 +855,7 @@
                                                                                                                    Returns
                                                                                                                    - TranslationUnit + TranslationUnit[] @@ -868,8 +864,7 @@
                                                                                                                    Returns

                                                                                                                    GetTranslationUnitsAsync(RegularIterator)

                                                                                                                    - +
                                                                                                                    Declaration
                                                                                                                    @@ -902,7 +897,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskTranslationUnit + System.Threading.Tasks.Task<TranslationUnit[]> @@ -930,8 +925,7 @@
                                                                                                                    Parameters
                                                                                                                    FieldDefinitions mergedFieldDefinitions -

                                                                                                                    Fields that either 1. were only defined in the incoming data or 2. were defined in incoming data and destination data, but with additional picklist values in the incoming data (field contains a merge of both)

                                                                                                                    - + @@ -958,8 +952,7 @@
                                                                                                                    Parameters
                                                                                                                    FieldDefinitions mergedFieldDefinitions -

                                                                                                                    Fields that either 1. were only defined in the incoming data or 2. were defined in incoming data and destination data, but with additional picklist values in the incoming data (field contains a merge of both)

                                                                                                                    - + @@ -973,7 +966,7 @@
                                                                                                                    Returns
                                                                                                                    - Task + System.Threading.Tasks.Task @@ -999,10 +992,9 @@
                                                                                                                    Parameters
                                                                                                                    - ListSdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource + System.Collections.Generic.List<Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource> mergedLanguageResources -

                                                                                                                    Language resources that either 1. were only defined in the incoming data or 2. were defined in incoming and destination data, but with additional values in the incoming data (resource contains a merge of both)

                                                                                                                    - + @@ -1027,10 +1019,9 @@
                                                                                                                    Parameters
                                                                                                                    - ListSdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource + System.Collections.Generic.List<Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource> mergedLanguageResources -

                                                                                                                    Language resources that either 1. were only defined in the incoming data or 2. were defined in incoming and destination data, but with additional values in the incoming data (resource contains a merge of both)

                                                                                                                    - + @@ -1044,7 +1035,7 @@
                                                                                                                    Returns
                                                                                                                    - Task + System.Threading.Tasks.Task diff --git a/api/translationmemory/Sdl.Core.TM.ImportExport.html b/api/translationmemory/Sdl.Core.TM.ImportExport.html index 2a883507f..3c6db4af3 100644 --- a/api/translationmemory/Sdl.Core.TM.ImportExport.html +++ b/api/translationmemory/Sdl.Core.TM.ImportExport.html @@ -104,7 +104,7 @@

                                                                                                                    Importer

                                                                                                                    ImporterAsync

                                                                                                                    Normally this one would be called Importer and the other LegacyImporter, but backwards compatibility :( -Importer class without any legacy code. Include the legacy support in the Importer class, use that in legacy clients (and hopefully we'll be able remove that one at some point). +Importer class without any legacy code. Include the legacy support in the Importer class, use that in legacy clients (and hopefully we'll be able remove that one at some point). Use this class everywhere else.

                                                                                                                    ImporterAsync.ImportResultsMap

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.Case.html b/api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.Case.html index 02e015645..3634fd4ba 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.Case.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.Case.html @@ -86,14 +86,14 @@

                                                                                                                    Enum CharacterProperties.Case

                                                                                                                    -

                                                                                                                    Enumerates case variants of strings and letters.

                                                                                                                    +

                                                                                                                    Enumerates case variants of strings and letters.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public enum CharacterProperties.Case
                                                                                                                    +
                                                                                                                    public enum Case

                                                                                                                    Fields

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html b/api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html index 7e2c40a8d..f01207ef5 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    CharacterProperties
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -147,7 +147,7 @@
                                                                                                                    Field Value
                                                                                                                    - char + System.Char[] @@ -156,7 +156,7 @@
                                                                                                                    Field Value

                                                                                                                    WhitespaceCharacters

                                                                                                                    Contains a set of known whitespace characters from different languages. This should -be equivalent to the set of characters for which IsWhiteSpace(char) returns +be equivalent to the set of characters for which System.Char.IsWhiteSpace(System.Char) returns true, which however is incomplete in earlier .Net versions.

                                                                                                                    The elements of the array are sorted in ascending order, so binary search can be used.

                                                                                                                    @@ -176,7 +176,7 @@
                                                                                                                    Field Value
                                                                                                                    - char + System.Char[] @@ -188,7 +188,7 @@

                                                                                                                    Properties

                                                                                                                    UppercaseCharacters

                                                                                                                    Gets a collection of all characters in the range [U+0020, U+00FB] for which -IsUpper(char) is true.

                                                                                                                    +System.Char.IsUpper(System.Char) is true.

                                                                                                                    Declaration
                                                                                                                    @@ -205,7 +205,7 @@
                                                                                                                    Property Value
                                                                                                                    - char + System.Char[] @@ -215,7 +215,7 @@

                                                                                                                    Methods -

                                                                                                                    GetCase(char)

                                                                                                                    +

                                                                                                                    GetCase(Char)

                                                                                                                    Determines the case of a character. Only upper and lower case characters are distinguished, in all other cases or for non-letter characters, Other is returned.

                                                                                                                    @@ -236,7 +236,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c @@ -252,7 +252,7 @@
                                                                                                                    Returns
                                                                                                                    - CharacterPropertiesCase + CharacterProperties.Case @@ -260,8 +260,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetCase(string)

                                                                                                                    -

                                                                                                                    Determines the case of the string, if it is consistent.

                                                                                                                    +

                                                                                                                    GetCase(String)

                                                                                                                    +

                                                                                                                    Determines the case of the string, if it is consistent.

                                                                                                                    Declaration
                                                                                                                    @@ -279,7 +279,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s @@ -295,7 +295,7 @@
                                                                                                                    Returns
                                                                                                                    - CharacterPropertiesCase + CharacterProperties.Case @@ -303,7 +303,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetCase(string, int)

                                                                                                                    +

                                                                                                                    GetCase(String, Int32)

                                                                                                                    Determines the case of the string, if it is consistent. The string is only scanned up to the specified length.

                                                                                                                    @@ -323,12 +323,12 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s - int + System.Int32 length @@ -344,7 +344,7 @@
                                                                                                                    Returns
                                                                                                                    - CharacterPropertiesCase + CharacterProperties.Case @@ -352,9 +352,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetPrefixLength(string, Predicate<char>)

                                                                                                                    -

                                                                                                                    Computes and returns the length of the prefix of the provided string s where each -character satisfies the provided predicate.

                                                                                                                    +

                                                                                                                    GetPrefixLength(String, Predicate<Char>)

                                                                                                                    +

                                                                                                                    Computes and returns the length of the prefix of the provided string s where each +character satisfies the provided predicate.

                                                                                                                    Declaration
                                                                                                                    @@ -372,12 +372,12 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s - Predicatechar + System.Predicate<System.Char> predicate @@ -393,7 +393,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32 @@ -401,7 +401,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetUnicodeBlock(char)

                                                                                                                    +

                                                                                                                    GetUnicodeBlock(Char)

                                                                                                                    Attempts to identify the UnicodeBlock for the provided character.

                                                                                                                    @@ -420,7 +420,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    A character to get the UnicodeBlock for.

                                                                                                                    @@ -438,8 +438,8 @@
                                                                                                                    Returns
                                                                                                                    UnicodeBlock -

                                                                                                                    The UnicodeBlock for c, or Unknown if the block - cannot be determined.

                                                                                                                    +

                                                                                                                    The UnicodeBlock for c, or Unknown if the block +cannot be determined.

                                                                                                                    @@ -447,9 +447,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetUnicodeCategoryFromName(string)

                                                                                                                    +

                                                                                                                    GetUnicodeCategoryFromName(String)

                                                                                                                    Maps Unicode category names as they are used in CharacterSets to -the corresponding UnicodeCategory. The lookup +the corresponding System.Globalization.UnicodeCategory. The lookup is case-insensitive.

                                                                                                                    @@ -468,7 +468,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String className

                                                                                                                    The category name

                                                                                                                    @@ -485,9 +485,9 @@
                                                                                                                    Returns
                                                                                                                    - UnicodeCategory -

                                                                                                                    The corresponding UnicodeCategory, or - null if the class name is not known.

                                                                                                                    + System.Nullable<System.Globalization.UnicodeCategory> +

                                                                                                                    The corresponding System.Globalization.UnicodeCategory, or +null if the class name is not known.

                                                                                                                    @@ -496,8 +496,8 @@
                                                                                                                    Returns

                                                                                                                    GetUnicodeCategoryName(UnicodeCategory)

                                                                                                                    -

                                                                                                                    Maps from UnicodeCategory to class names -as they are used in CharacterSets.

                                                                                                                    +

                                                                                                                    Maps from System.Globalization.UnicodeCategory to class names +as they are used in CharacterSets.

                                                                                                                    Declaration
                                                                                                                    @@ -515,7 +515,7 @@
                                                                                                                    Parameters
                                                                                                                    - UnicodeCategory + System.Globalization.UnicodeCategory cat

                                                                                                                    The Unicode category

                                                                                                                    @@ -532,7 +532,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A category name, to be used in character sets.

                                                                                                                    @@ -541,8 +541,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsAll(string, int, Predicate<char>)

                                                                                                                    -

                                                                                                                    Evaluates the predicate on all characters in the string, starting from position start, +

                                                                                                                    IsAll(String, Int32, Predicate<Char>)

                                                                                                                    +

                                                                                                                    Evaluates the predicate on all characters in the string, starting from position start, and returns true if all characters fulfill the predicate, and false otherwise. Note that the method will always return true for the empty string or if the start position exceeds the string length.

                                                                                                                    @@ -563,17 +563,17 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s - int + System.Int32 start - Predicatechar + System.Predicate<System.Char> predicate @@ -589,9 +589,9 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    true if all characters fulfill the predicate, or s is the - empty string, or start exceeds the string length, and false otherwise.

                                                                                                                    + System.Boolean +

                                                                                                                    true if all characters fulfill the predicate, or s is the +empty string, or start exceeds the string length, and false otherwise.

                                                                                                                    @@ -599,7 +599,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsAll(string, Predicate<char>)

                                                                                                                    +

                                                                                                                    IsAll(String, Predicate<Char>)

                                                                                                                    Evaluates the predicate on all characters in the string and returns true if all characters fulfill the predicate, and false otherwise. Note that the method will always return true for the empty string.

                                                                                                                    @@ -620,12 +620,12 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s - Predicatechar + System.Predicate<System.Char> predicate @@ -641,9 +641,9 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    true if all characters fulfill the predicate or s is the - empty string, and false otherwise.

                                                                                                                    + System.Boolean +

                                                                                                                    true if all characters fulfill the predicate or s is the +empty string, and false otherwise.

                                                                                                                    @@ -651,7 +651,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsApostrophe(char)

                                                                                                                    +

                                                                                                                    IsApostrophe(Char)

                                                                                                                    Determines whether the specified character is an apostrophe.

                                                                                                                    @@ -670,7 +670,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -687,7 +687,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is an apostrophe, otherwise false.

                                                                                                                    @@ -696,7 +696,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsBlank(char)

                                                                                                                    +

                                                                                                                    IsBlank(Char)

                                                                                                                    Determines whether the specified character is a blank.

                                                                                                                    This test does not cover format characters.

                                                                                                                    @@ -716,7 +716,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -733,7 +733,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a blank, otherwise false.

                                                                                                                    @@ -742,7 +742,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsBrace(char)

                                                                                                                    +

                                                                                                                    IsBrace(Char)

                                                                                                                    Determines whether the specified character is a brace.

                                                                                                                    @@ -761,7 +761,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -778,7 +778,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a brace, otherwise false.

                                                                                                                    @@ -787,7 +787,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsBracket(char)

                                                                                                                    +

                                                                                                                    IsBracket(Char)

                                                                                                                    Determines whether the specified character is an opening or a closing bracket.

                                                                                                                    @@ -806,7 +806,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -823,7 +823,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is an opening or a closing bracket, otherwise false.

                                                                                                                    @@ -832,8 +832,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsCJKChar(char)

                                                                                                                    -

                                                                                                                    Tests whether c is a CJK (Chinese/Japanese/Korean) character - note, this does NOT include modern Korean characters

                                                                                                                    +

                                                                                                                    IsCJKChar(Char)

                                                                                                                    +

                                                                                                                    Tests whether c is a CJK (Chinese/Japanese/Korean) character - note, this does NOT include modern Korean characters

                                                                                                                    Declaration
                                                                                                                    @@ -851,7 +851,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c @@ -867,20 +867,20 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    true if c is a CJK (Chinese/Japanese/Korean) character, false otherwise.

                                                                                                                    + System.Boolean +

                                                                                                                    true if c is a CJK (Chinese/Japanese/Korean) character, false otherwise.

                                                                                                                    Remarks
                                                                                                                    -

                                                                                                                    Regarding Korean, the character ranges covered include (not necessarily all) the largely-archaic Hanja characters. To test for Hangul characters, use IsKoreanChar(char)

                                                                                                                    +

                                                                                                                    Regarding Korean, the character ranges covered include (not necessarily all) the largely-archaic Hanja characters. To test for Hangul characters, use IsKoreanChar(Char)

                                                                                                                    -

                                                                                                                    IsCJKPunctuation(char)

                                                                                                                    -

                                                                                                                    Tests whether the provided character c is a CJK (Chinese/Japanese/Korean) punctuation characater.

                                                                                                                    +

                                                                                                                    IsCJKPunctuation(Char)

                                                                                                                    +

                                                                                                                    Tests whether the provided character c is a CJK (Chinese/Japanese/Korean) punctuation characater.

                                                                                                                    Declaration
                                                                                                                    @@ -898,7 +898,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c @@ -914,9 +914,9 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    true if c is a CJK (Chinese/Japanese/Korean) punctuation, and - false otherwise

                                                                                                                    + System.Boolean +

                                                                                                                    true if c is a CJK (Chinese/Japanese/Korean) punctuation, and +false otherwise

                                                                                                                    @@ -924,7 +924,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsClosingBracket(char)

                                                                                                                    +

                                                                                                                    IsClosingBracket(Char)

                                                                                                                    Determines whether the specified character is a closing bracket.

                                                                                                                    @@ -943,7 +943,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -960,7 +960,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a closing bracket, otherwise false.

                                                                                                                    @@ -969,7 +969,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsClosingParenthesis(char)

                                                                                                                    +

                                                                                                                    IsClosingParenthesis(Char)

                                                                                                                    Determines whether the specified character is a closing paranthesis.

                                                                                                                    @@ -988,7 +988,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -1005,7 +1005,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a closing paranthesis, otherwise false.

                                                                                                                    @@ -1014,7 +1014,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsClosingQuote(char)

                                                                                                                    +

                                                                                                                    IsClosingQuote(Char)

                                                                                                                    Determines whether the specified character is a closing quote.

                                                                                                                    @@ -1033,7 +1033,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -1050,7 +1050,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a closing quote, otherwise false.

                                                                                                                    @@ -1059,7 +1059,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsColon(char)

                                                                                                                    +

                                                                                                                    IsColon(Char)

                                                                                                                    Determines whether the specified character is a colon.

                                                                                                                    @@ -1078,7 +1078,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -1095,7 +1095,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a colon, otherwise false.

                                                                                                                    @@ -1104,7 +1104,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsComma(char)

                                                                                                                    +

                                                                                                                    IsComma(Char)

                                                                                                                    Determines whether the specified character is a comma.

                                                                                                                    @@ -1123,7 +1123,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -1140,7 +1140,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a comma, otherwise false.

                                                                                                                    @@ -1149,7 +1149,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsDash(char)

                                                                                                                    +

                                                                                                                    IsDash(Char)

                                                                                                                    Determines whether the specified character is a dash.

                                                                                                                    @@ -1168,7 +1168,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -1185,7 +1185,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a dash, otherwise false.

                                                                                                                    @@ -1194,7 +1194,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsDot(char)

                                                                                                                    +

                                                                                                                    IsDot(Char)

                                                                                                                    Determines whether the specified character is a dor.

                                                                                                                    @@ -1213,7 +1213,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -1230,7 +1230,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a dot, otherwise false.

                                                                                                                    @@ -1239,7 +1239,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsDoubleQuote(char)

                                                                                                                    +

                                                                                                                    IsDoubleQuote(Char)

                                                                                                                    Determines whether the specified character is a double quote.

                                                                                                                    @@ -1258,7 +1258,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -1275,7 +1275,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a double quote, otherwise false.

                                                                                                                    @@ -1284,7 +1284,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsExclamation(char)

                                                                                                                    +

                                                                                                                    IsExclamation(Char)

                                                                                                                    Determines whether the specified character is an exclamation mark.

                                                                                                                    @@ -1303,7 +1303,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -1320,7 +1320,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is an exclamation mark, otherwise false.

                                                                                                                    @@ -1329,7 +1329,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsHyphen(char)

                                                                                                                    +

                                                                                                                    IsHyphen(Char)

                                                                                                                    Determines whether the specified character is a hyphen.

                                                                                                                    @@ -1348,7 +1348,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -1365,7 +1365,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a hyphen, otherwise false.

                                                                                                                    @@ -1374,8 +1374,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsInBlock(char, UnicodeBlock)

                                                                                                                    -

                                                                                                                    Tests whether c is contained in the UnicodeBlock b.

                                                                                                                    +

                                                                                                                    IsInBlock(Char, UnicodeBlock)

                                                                                                                    +

                                                                                                                    Tests whether c is contained in the UnicodeBlock b.

                                                                                                                    Declaration
                                                                                                                    @@ -1393,7 +1393,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    A character

                                                                                                                    @@ -1416,8 +1416,8 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    true if c is contained in b, + System.Boolean +

                                                                                                                    true if c is contained in b, and false otherwise.

                                                                                                                    @@ -1426,8 +1426,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsJaLongVowelMarker(char)

                                                                                                                    -

                                                                                                                    Tests whether c is the JA long vowel marker

                                                                                                                    +

                                                                                                                    IsJaLongVowelMarker(Char)

                                                                                                                    +

                                                                                                                    Tests whether c is the JA long vowel marker

                                                                                                                    Declaration
                                                                                                                    @@ -1445,7 +1445,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c @@ -1461,7 +1461,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -1469,8 +1469,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsKoreanChar(char)

                                                                                                                    -

                                                                                                                    Tests whether c is a Hangul character, precomposed or otherwise

                                                                                                                    +

                                                                                                                    IsKoreanChar(Char)

                                                                                                                    +

                                                                                                                    Tests whether c is a Hangul character, precomposed or otherwise

                                                                                                                    Declaration
                                                                                                                    @@ -1488,7 +1488,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c @@ -1504,7 +1504,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -1512,7 +1512,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsLatinLetter(char)

                                                                                                                    +

                                                                                                                    IsLatinLetter(Char)

                                                                                                                    Determines whether the specified character is a Latin-alphabet letter, single or double width

                                                                                                                    @@ -1531,7 +1531,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c @@ -1547,7 +1547,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -1555,7 +1555,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsOpeningBracket(char)

                                                                                                                    +

                                                                                                                    IsOpeningBracket(Char)

                                                                                                                    Determines whether the specified character is an opening bracket.

                                                                                                                    @@ -1574,7 +1574,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -1591,7 +1591,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is an opening bracket, otherwise false.

                                                                                                                    @@ -1600,7 +1600,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsOpeningParenthesis(char)

                                                                                                                    +

                                                                                                                    IsOpeningParenthesis(Char)

                                                                                                                    Determines whether the specified character is an opening paranthesis.

                                                                                                                    @@ -1619,7 +1619,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -1636,7 +1636,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is an openint paranthesis, otherwise false.

                                                                                                                    @@ -1645,7 +1645,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsOpeningQuote(char)

                                                                                                                    +

                                                                                                                    IsOpeningQuote(Char)

                                                                                                                    Determines whether the specified character is an opening quote.

                                                                                                                    @@ -1664,7 +1664,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -1681,7 +1681,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is an opening quote, otherwise false.

                                                                                                                    @@ -1690,7 +1690,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsParagraph(char)

                                                                                                                    +

                                                                                                                    IsParagraph(Char)

                                                                                                                    Determines whether the specified character is a paragraph separator.

                                                                                                                    @@ -1709,7 +1709,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -1726,7 +1726,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a paragraph separator, otherwise false.

                                                                                                                    @@ -1735,7 +1735,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsParenthesis(char)

                                                                                                                    +

                                                                                                                    IsParenthesis(Char)

                                                                                                                    Determines whether the specified character is an opening or a closing paranthesis.

                                                                                                                    @@ -1754,7 +1754,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -1771,7 +1771,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is an opening or a closing , otherwise false.

                                                                                                                    @@ -1780,7 +1780,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsPercent(char)

                                                                                                                    +

                                                                                                                    IsPercent(Char)

                                                                                                                    Determines whether the specified character is a percent character.

                                                                                                                    @@ -1799,7 +1799,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -1816,7 +1816,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a percent character, otherwise false.

                                                                                                                    @@ -1825,7 +1825,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsQuestion(char)

                                                                                                                    +

                                                                                                                    IsQuestion(Char)

                                                                                                                    Determines whether the specified character is a question mark.

                                                                                                                    @@ -1844,7 +1844,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The characters.

                                                                                                                    @@ -1861,7 +1861,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a question mark, otherwise false.

                                                                                                                    @@ -1870,7 +1870,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsQuote(char)

                                                                                                                    +

                                                                                                                    IsQuote(Char)

                                                                                                                    Determines whether the specified character is a quote.

                                                                                                                    @@ -1889,7 +1889,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -1906,7 +1906,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a quote, otherwise false.

                                                                                                                    @@ -1915,7 +1915,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsSemicolon(char)

                                                                                                                    +

                                                                                                                    IsSemicolon(Char)

                                                                                                                    Determines whether the specified character is a semicolon.

                                                                                                                    @@ -1934,7 +1934,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -1951,7 +1951,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a semicolon, otherwise false.

                                                                                                                    @@ -1960,8 +1960,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsSequenceOf(string, UnicodeCategory)

                                                                                                                    -

                                                                                                                    Determines whether the specified string is a sequence of characters of the specified unicode category c.

                                                                                                                    +

                                                                                                                    IsSequenceOf(String, UnicodeCategory)

                                                                                                                    +

                                                                                                                    Determines whether the specified string is a sequence of characters of the specified unicode category c.

                                                                                                                    Declaration
                                                                                                                    @@ -1979,13 +1979,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The string.

                                                                                                                    - UnicodeCategory + System.Globalization.UnicodeCategory c

                                                                                                                    The Unicode category.

                                                                                                                    @@ -2002,8 +2002,8 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    true if all the characters in s have the Unicode category c or s is the empty string, otherwise false.

                                                                                                                    + System.Boolean +

                                                                                                                    true if all the characters in s have the Unicode category c or s is the empty string, otherwise false.

                                                                                                                    @@ -2011,7 +2011,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsSingleQuote(char)

                                                                                                                    +

                                                                                                                    IsSingleQuote(Char)

                                                                                                                    Determines whether the specified character is a single quote.

                                                                                                                    @@ -2030,7 +2030,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -2047,7 +2047,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a single quote, otherwise false.

                                                                                                                    @@ -2056,7 +2056,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsStop(char)

                                                                                                                    +

                                                                                                                    IsStop(Char)

                                                                                                                    Determines whether the specified character is a stop character such as colon, dot, exclamation mark, question mark or semicolon.

                                                                                                                    @@ -2075,7 +2075,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -2092,7 +2092,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a stop character, otherwise false.

                                                                                                                    @@ -2101,7 +2101,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsSurrounder(char)

                                                                                                                    +

                                                                                                                    IsSurrounder(Char)

                                                                                                                    Determines whether the specified character is any of the known surrounder characters, such as bracket, paranthesis, quote, apostrophe or a special surrounder.

                                                                                                                    @@ -2121,7 +2121,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -2138,7 +2138,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a any of the surrounder characters, otherwise false.

                                                                                                                    @@ -2147,7 +2147,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsTabulator(char)

                                                                                                                    +

                                                                                                                    IsTabulator(Char)

                                                                                                                    Determines whether the specified character is a tabulator.

                                                                                                                    @@ -2166,7 +2166,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -2183,7 +2183,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a tabulator, otherwise false.

                                                                                                                    @@ -2192,8 +2192,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsUpperOrLower(char)

                                                                                                                    -

                                                                                                                    Returns true if c is upper or lower case, and false otherwise.

                                                                                                                    +

                                                                                                                    IsUpperOrLower(Char)

                                                                                                                    +

                                                                                                                    Returns true if c is upper or lower case, and false otherwise.

                                                                                                                    Declaration
                                                                                                                    @@ -2211,7 +2211,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c @@ -2227,7 +2227,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -2235,7 +2235,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsVowel(char)

                                                                                                                    +

                                                                                                                    IsVowel(Char)

                                                                                                                    Determines whether the specified character is a vowel (Western or Far East).

                                                                                                                    @@ -2254,7 +2254,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -2271,7 +2271,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a vowel, otherwise false.

                                                                                                                    @@ -2280,7 +2280,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsWhitespace(char)

                                                                                                                    +

                                                                                                                    IsWhitespace(Char)

                                                                                                                    Determines whether the specified character is a whitespace.

                                                                                                                    This test does not cover format characters.

                                                                                                                    This method is no longer required since System.char.IsWhiteSpace(char) has @@ -2302,7 +2302,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character.

                                                                                                                    @@ -2319,7 +2319,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if c is a whitespace, otherwise false.

                                                                                                                    @@ -2328,7 +2328,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ToBase(char)

                                                                                                                    +

                                                                                                                    ToBase(Char)

                                                                                                                    Returns a new character which is the normalized version of the input character, using full canonical decomposition.

                                                                                                                    @@ -2347,7 +2347,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The input character.

                                                                                                                    @@ -2364,7 +2364,7 @@
                                                                                                                    Returns
                                                                                                                    - char + System.Char

                                                                                                                    The normalized character.

                                                                                                                    @@ -2373,7 +2373,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ToBase(string)

                                                                                                                    +

                                                                                                                    ToBase(String)

                                                                                                                    Returns a new string with the same textual value as the input string, but whose binary representation is normalized using full canonical decomposition ignoring any characters that belong to the following Unicode categories: Format, ModifierLetter, NonSpacingMark, OtherNotAssigned, ParagraphSeparator, @@ -2395,7 +2395,7 @@

                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The input string.

                                                                                                                    @@ -2412,7 +2412,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    The normalized string.

                                                                                                                    @@ -2421,8 +2421,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ToBase(string, bool)

                                                                                                                    -

                                                                                                                    See ToBase(string)

                                                                                                                    +

                                                                                                                    ToBase(String, Boolean)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -2440,12 +2440,12 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s - bool + System.Boolean skipSurrogates

                                                                                                                    If true, no changes will be applied if any surrogate-pair bytes are found after decomposition

                                                                                                                    @@ -2462,7 +2462,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String @@ -2470,7 +2470,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ToCase(char, Case)

                                                                                                                    +

                                                                                                                    ToCase(Char, CharacterProperties.Case)

                                                                                                                    Applies the specified casing to the provided character.

                                                                                                                    @@ -2489,12 +2489,12 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char ch - CharacterPropertiesCase + CharacterProperties.Case c @@ -2510,7 +2510,7 @@
                                                                                                                    Returns
                                                                                                                    - char + System.Char @@ -2518,7 +2518,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ToCase(string, Case)

                                                                                                                    +

                                                                                                                    ToCase(String, CharacterProperties.Case)

                                                                                                                    Applies the specified casing to the provided string.

                                                                                                                    @@ -2537,12 +2537,12 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s - CharacterPropertiesCase + CharacterProperties.Case c @@ -2558,7 +2558,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.CharacterSet.html b/api/translationmemory/Sdl.LanguagePlatform.Core.CharacterSet.html index a46b6205f..0d8218774 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.CharacterSet.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.CharacterSet.html @@ -93,31 +93,31 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    CharacterSet
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -141,7 +141,7 @@

                                                                                                                    Properties

                                                                                                                    Negated

                                                                                                                    -

                                                                                                                    Gets or sets whether this character set is inversed (negated) or not.

                                                                                                                    +

                                                                                                                    Gets or sets whether this character set is inversed (negated) or not.

                                                                                                                    Declaration
                                                                                                                    @@ -158,7 +158,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -169,7 +169,7 @@

                                                                                                                    Methods

                                                                                                                    Add(CharacterSet)

                                                                                                                    -

                                                                                                                    Adds the members of the other character set to this set. +

                                                                                                                    Adds the members of the other character set to this set. The Negated flags of both sets are ignored, which may effectively inverse membership semantics. It is advised to test the negated flags before. @@ -201,8 +201,8 @@

                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Add(char)

                                                                                                                    -

                                                                                                                    Adds c to this set.

                                                                                                                    +

                                                                                                                    Add(Char)

                                                                                                                    +

                                                                                                                    Adds c to this set.

                                                                                                                    Declaration
                                                                                                                    @@ -220,7 +220,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character to add.

                                                                                                                    @@ -230,7 +230,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Add(char, char)

                                                                                                                    +

                                                                                                                    Add(Char, Char)

                                                                                                                    Adds a range of characters to this set.

                                                                                                                    @@ -249,13 +249,13 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char lower

                                                                                                                    The lower bound of the range

                                                                                                                    - char + System.Char upper

                                                                                                                    The upper bound of the range (inclusive)

                                                                                                                    @@ -266,7 +266,7 @@
                                                                                                                    Parameters

                                                                                                                    Add(UnicodeCategory)

                                                                                                                    -

                                                                                                                    Adds the specified UnicodeCategory to the set.

                                                                                                                    +

                                                                                                                    Adds the specified System.Globalization.UnicodeCategory to the set.

                                                                                                                    Declaration
                                                                                                                    @@ -284,7 +284,7 @@
                                                                                                                    Parameters
                                                                                                                    - UnicodeCategory + System.Globalization.UnicodeCategory category

                                                                                                                    The category to add.

                                                                                                                    @@ -294,8 +294,8 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Contains(char)

                                                                                                                    -

                                                                                                                    Tests whether the character c is contained in this character set.

                                                                                                                    +

                                                                                                                    Contains(Char)

                                                                                                                    +

                                                                                                                    Tests whether the character c is contained in this character set.

                                                                                                                    Declaration
                                                                                                                    @@ -313,7 +313,7 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char c

                                                                                                                    The character

                                                                                                                    @@ -330,8 +330,8 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    true if c is contained in the set, and false otherwise.

                                                                                                                    + System.Boolean +

                                                                                                                    true if c is contained in the set, and false otherwise.

                                                                                                                    @@ -356,7 +356,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String @@ -365,7 +365,8 @@
                                                                                                                    Returns

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -381,14 +382,14 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.LanguageGroupID.html b/api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.LanguageGroupID.html index 4f22dac0d..afce628f0 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.LanguageGroupID.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.LanguageGroupID.html @@ -89,11 +89,11 @@

                                                                                                                    Language Group IDs, as defined in the Platform SDK, WinNls.h. Added LGRPID_UNKNOWN.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public enum CultureInfoExtensions.LanguageGroupID
                                                                                                                    +
                                                                                                                    public enum LanguageGroupID

                                                                                                                    Fields

                                                                                                                    @@ -177,7 +177,7 @@

                                                                                                                    Fields Turkish -

                                                                                                                    Turkish

                                                                                                                    +

                                                                                                                    Turkish

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.LanguageGroupInstallationStatus.html b/api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.LanguageGroupInstallationStatus.html index a84f6fdb2..0c6bec9a6 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.LanguageGroupInstallationStatus.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.LanguageGroupInstallationStatus.html @@ -90,11 +90,11 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public enum CultureInfoExtensions.LanguageGroupInstallationStatus
                                                                                                                    +
                                                                                                                    public enum LanguageGroupInstallationStatus

                                                                                                                    Fields

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html b/api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html index d8f6bef8f..80176c169 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html @@ -86,39 +86,39 @@

                                                                                                                    Class CultureInfoExtensions

                                                                                                                    -

                                                                                                                    Utilities related to CultureInfo objects.

                                                                                                                    +

                                                                                                                    Utilities related to System.Globalization.CultureInfo objects.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    CultureInfoExtensions
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -131,11 +131,11 @@

                                                                                                                    Properties

                                                                                                                    LegacyLanguageCodeMapping

                                                                                                                    Gets a mapping from legacy language codes to .Net language codes. The mapping maps from -legacy language codes as they are used by SDLX and Trados Translator's Workbench and +legacy language codes as they are used by SDLX and Trados Translator's Workbench and related applications to the closest language code used by .Net.

                                                                                                                    This is an internal data structure which should not be directly used and not be modified. To look up a legacy code, -use GetMappedCultureCodeForLegacyCode(string).

                                                                                                                    +use GetMappedCultureCodeForLegacyCode(String).

                                                                                                                    Declaration
                                                                                                                    @@ -152,7 +152,7 @@
                                                                                                                    Property Value
                                                                                                                    - Dictionarystringstring + System.Collections.Generic.Dictionary<System.String, System.String> @@ -184,12 +184,12 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo c1 - CultureInfo + System.Globalization.CultureInfo c2 @@ -205,7 +205,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -234,17 +234,17 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode c1 - CultureCode + Sdl.Core.Globalization.CultureCode c2 - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -260,7 +260,7 @@
                                                                                                                    Returns
                                                                                                                    - Taskbool + System.Threading.Tasks.Task<System.Boolean> @@ -268,7 +268,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetCultureInfo(int)

                                                                                                                    +

                                                                                                                    GetCultureInfo(Int32)

                                                                                                                    Returns the culture which corresponds to the specified LCID. If the LCID is unknown or invalid, an exception is thrown. Note that this will also be the case for custom cultures, which seem to always get the same LCID (4096).

                                                                                                                    @@ -290,7 +290,7 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 lcid

                                                                                                                    The locale identifier (lcid)

                                                                                                                    @@ -307,7 +307,7 @@
                                                                                                                    Returns
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo

                                                                                                                    A CultureInfo object, or throws for unknown LCIDs.

                                                                                                                    @@ -316,9 +316,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetCultureInfo(int, bool)

                                                                                                                    +

                                                                                                                    GetCultureInfo(Int32, Boolean)

                                                                                                                    Returns the culture which corresponds to the specified locale, which may be a legacy LCID -used internally by SDLX or Trados Translator's Workbench.

                                                                                                                    +used internally by SDLX or Trados Translator's Workbench.

                                                                                                                    Declaration
                                                                                                                    @@ -337,17 +337,17 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 lcid

                                                                                                                    The locale identifier (lcid)

                                                                                                                    - bool + System.Boolean returnNullForUnknowns

                                                                                                                    If true, null is returned for unknown languages. Otherwise, an exception - is thrown. This will also be the case if the lcid represets a custom culture (in most cases, - the lcid will be 4096 in this case).

                                                                                                                    +is thrown. This will also be the case if the lcid represets a custom culture (in most cases, +the lcid will be 4096 in this case).

                                                                                                                    @@ -362,8 +362,8 @@
                                                                                                                    Returns
                                                                                                                    - CultureInfo -

                                                                                                                    A CultureInfo object, or null if returnNullForUnknowns is true.

                                                                                                                    + System.Globalization.CultureInfo +

                                                                                                                    A System.Globalization.CultureInfo object, or null if returnNullForUnknowns is true.

                                                                                                                    @@ -371,10 +371,10 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetCultureInfo(string)

                                                                                                                    -

                                                                                                                    Similar to GetCultureInfo(string), but +

                                                                                                                    GetCultureInfo(String)

                                                                                                                    +

                                                                                                                    Similar to System.Globalization.CultureInfo.GetCultureInfo(System.String), but covers culture names (<language-code>-<region-code>) which are used -by SDLX and Trados Translator's Workbench, but have a different code in .Net. +by SDLX and Trados Translator's Workbench, but have a different code in .Net.

                                                                                                                    Use this method to transparently map language codes (current and legacy ones) to cultures, for example when processing TTX, ITD, or TMX.

                                                                                                                    @@ -395,7 +395,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The culture code

                                                                                                                    @@ -412,24 +412,24 @@
                                                                                                                    Returns
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo

                                                                                                                    A CultureInfo object, using appropriate fallbacks for backwards compatibility. Throws - an exeption if neither the fallback heuristics nor .Net can resolve the culture name.

                                                                                                                    +an exeption if neither the fallback heuristics nor .Net can resolve the culture name.

                                                                                                                    Remarks

                                                                                                                    To avoid an exception to be thrown, and to get null for unknown - culture codes, use GetCultureInfo(string, bool).

                                                                                                                    +culture codes, use GetCultureInfo(String, Boolean).

                                                                                                                    -

                                                                                                                    GetCultureInfo(string, bool)

                                                                                                                    -

                                                                                                                    Similar to GetCultureInfo(string), but +

                                                                                                                    GetCultureInfo(String, Boolean)

                                                                                                                    +

                                                                                                                    Similar to System.Globalization.CultureInfo.GetCultureInfo(System.String), but covers culture names (<language-code>-<region-code>) which are used -by SDLX and Trados Translator's Workbench, but have a different code in .Net. +by SDLX and Trados Translator's Workbench, but have a different code in .Net.

                                                                                                                    Use this method to transparently map language codes (current and legacy ones) to cultures, for example when processing TTX, ITD, or TMX.

                                                                                                                    @@ -450,16 +450,16 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The culture code

                                                                                                                    - bool + System.Boolean returnNullForUnknowns

                                                                                                                    If true, null is returned for unknown culture codes. If false, an exception is thrown if - the culture code cannot be resolved.

                                                                                                                    +the culture code cannot be resolved.

                                                                                                                    @@ -474,9 +474,9 @@
                                                                                                                    Returns
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo

                                                                                                                    A CultureInfo object, using appropriate fallbacks for backwards compatibility, or - null if the culture code cannot be resolved and returnNullForUnknowns is true.

                                                                                                                    +null if the culture code cannot be resolved and returnNullForUnknowns is true.

                                                                                                                    @@ -504,7 +504,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture @@ -520,7 +520,7 @@
                                                                                                                    Returns
                                                                                                                    - CultureInfoExtensionsLanguageGroupID + CultureInfoExtensions.LanguageGroupID @@ -548,7 +548,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture

                                                                                                                    The culture (may not be null)

                                                                                                                    @@ -565,9 +565,9 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    The name of the language group the culture belongs to, or null if - the group is unknown.

                                                                                                                    +the group is unknown.

                                                                                                                    @@ -575,7 +575,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetLanguageGroupNameAsync(string, ICultureMetadataManager)

                                                                                                                    +

                                                                                                                    GetLanguageGroupNameAsync(String, ICultureMetadataManager)

                                                                                                                    Returns the name of the language group for the specified culture, or for a parent culture if not defined for this culture, or null if unknown

                                                                                                                    @@ -595,12 +595,12 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String cultureName - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -616,7 +616,7 @@
                                                                                                                    Returns
                                                                                                                    - Taskstring + System.Threading.Tasks.Task<System.String> @@ -644,7 +644,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture @@ -660,7 +660,7 @@
                                                                                                                    Returns
                                                                                                                    - HashSetstring + System.Collections.Generic.HashSet<System.String> @@ -668,7 +668,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetMappedCultureCodeForLegacyCode(string)

                                                                                                                    +

                                                                                                                    GetMappedCultureCodeForLegacyCode(String)

                                                                                                                    Assumes the passed culture code is a legacy code and returns the mapped equivalent. null is returned if no mapping exists (which means that the code is not a legacy code or no mapping is required or yet specified).

                                                                                                                    @@ -689,7 +689,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String legacyCode @@ -705,7 +705,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String @@ -735,7 +735,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture

                                                                                                                    The input culture

                                                                                                                    @@ -752,7 +752,7 @@
                                                                                                                    Returns
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo

                                                                                                                    The region-neutral parent culture of the input culture

                                                                                                                    @@ -760,8 +760,8 @@
                                                                                                                    Returns
                                                                                                                    Remarks

                                                                                                                    A region-neutral culture is not necessarily one "without dashes". For example, - the region-neutral parent culture of zh-CN (Chinese, PRC) is zh-CHS or zh-Hans (Simplified - Chinese). The exact result may depend on the operating system version and the .Net version.

                                                                                                                    +the region-neutral parent culture of zh-CN (Chinese, PRC) is zh-CHS or zh-Hans (Simplified +Chinese). The exact result may depend on the operating system version and the .Net version.

                                                                                                                    @@ -787,13 +787,13 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture

                                                                                                                    The input culture

                                                                                                                    - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -809,7 +809,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskCultureCode + System.Threading.Tasks.Task<Sdl.Core.Globalization.CultureCode>

                                                                                                                    The region-neutral parent culture of the input culture

                                                                                                                    @@ -817,8 +817,8 @@
                                                                                                                    Returns
                                                                                                                    Remarks

                                                                                                                    A region-neutral culture is not necessarily one "without dashes". For example, - the region-neutral parent culture of zh-CN (Chinese, PRC) is zh-CHS or zh-Hans (Simplified - Chinese).

                                                                                                                    +the region-neutral parent culture of zh-CN (Chinese, PRC) is zh-CHS or zh-Hans (Simplified +Chinese).

                                                                                                                    @@ -827,7 +827,7 @@

                                                                                                                    Heuristically computes and returns the region-specified ("default") culture for a given language. If the input culture is not neutral (i.e. it is region-specific), it is returned. Otherwise the method will find the region-qualified culture which most likely represents -the culture's default/major region.

                                                                                                                    +the culture's default/major region.

                                                                                                                    Declaration
                                                                                                                    @@ -846,7 +846,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture

                                                                                                                    The input culture

                                                                                                                    @@ -863,8 +863,8 @@
                                                                                                                    Returns
                                                                                                                    - CultureInfo -

                                                                                                                    The input parameter, if it's a region-qualified/non-neutral culture, or the default region-qualified culture otheriwise.

                                                                                                                    + System.Globalization.CultureInfo +

                                                                                                                    The input parameter, if it's a region-qualified/non-neutral culture, or the default region-qualified culture otheriwise.

                                                                                                                    @@ -872,7 +872,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetRegionQualifiedCulture(string)

                                                                                                                    +

                                                                                                                    GetRegionQualifiedCulture(String)

                                                                                                                    Heuristically computes and returns the region-specified ("default") culture code for a given language code. If the input culture is not neutral or does not have a region-qualified equivalent, null is returned.

                                                                                                                    @@ -894,7 +894,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String cultureCode @@ -910,7 +910,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String @@ -938,12 +938,12 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode cultureCode - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -959,7 +959,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskCultureCode + System.Threading.Tasks.Task<Sdl.Core.Globalization.CultureCode> @@ -967,7 +967,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetRegistryCultureInfoAsync(CultureCode, bool, ICultureMetadataManager)

                                                                                                                    +

                                                                                                                    GetRegistryCultureInfoAsync(CultureCode, Boolean, ICultureMetadataManager)

                                                                                                                    Declaration
                                                                                                                    @@ -985,17 +985,17 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode cultureCode - bool + System.Boolean returnNullForUnknowns - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -1011,7 +1011,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskCultureInfo + System.Threading.Tasks.Task<System.Globalization.CultureInfo> @@ -1039,7 +1039,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture @@ -1055,7 +1055,7 @@
                                                                                                                    Returns
                                                                                                                    - HashSetstring + System.Collections.Generic.HashSet<System.String> @@ -1083,7 +1083,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture

                                                                                                                    The culture info.

                                                                                                                    @@ -1100,7 +1100,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if culture is any of the romance languages, otherwise false.

                                                                                                                    @@ -1129,7 +1129,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture

                                                                                                                    The culture to test.

                                                                                                                    @@ -1146,7 +1146,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true iff the language associated with the culture uses blanks as sentence separators.

                                                                                                                    @@ -1175,7 +1175,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture

                                                                                                                    The culture to test.

                                                                                                                    @@ -1192,7 +1192,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true iff the language associated with the culture uses blanks as word separators.

                                                                                                                    @@ -1220,7 +1220,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture @@ -1236,7 +1236,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -1263,7 +1263,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture

                                                                                                                    The culture.

                                                                                                                    @@ -1280,7 +1280,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if culture contains clitics, otherwise false.

                                                                                                                    @@ -1308,7 +1308,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture

                                                                                                                    The culture, which must not be null or a neutral culture

                                                                                                                    @@ -1325,7 +1325,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the culture uses the default digits (0-9), and false otherwise.

                                                                                                                    @@ -1336,7 +1336,7 @@
                                                                                                                    Returns

                                                                                                                    UsesStandardNumberGrouping(CultureInfo)

                                                                                                                    Determines whether the provided culture uses standard three-digit grouping for number -formatting.

                                                                                                                    +formatting.

                                                                                                                    Declaration
                                                                                                                    @@ -1354,7 +1354,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture

                                                                                                                    The culture, which must not be null or a neutral culture

                                                                                                                    @@ -1371,7 +1371,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the culture uses standard three-digit grouping, and false otherwise

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.CultureString.html b/api/translationmemory/Sdl.LanguagePlatform.Core.CultureString.html index 010ffc8f9..c67097360 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.CultureString.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.CultureString.html @@ -91,38 +91,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    CultureString
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.ICloneable
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -135,7 +135,7 @@

                                                                                                                    Constructors

                                                                                                                    CultureString()

                                                                                                                    Initializes a new instance with empty text and the -InvariantCulture.

                                                                                                                    +Sdl.Core.Globalization.CultureCode.InvariantCulture.

                                                                                                                    Declaration
                                                                                                                    @@ -145,7 +145,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    CultureString(CultureCode, string)

                                                                                                                    +

                                                                                                                    CultureString(CultureCode, String)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -164,13 +164,13 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture

                                                                                                                    The culture to assign to the text

                                                                                                                    - string + System.String text

                                                                                                                    The text

                                                                                                                    @@ -182,7 +182,7 @@
                                                                                                                    Parameters

                                                                                                                    CultureString(CultureString)

                                                                                                                    Initializes a new instance with the values of another instance, -creating a duplicate of other.

                                                                                                                    +creating a duplicate of other.

                                                                                                                    Declaration
                                                                                                                    @@ -229,7 +229,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -257,7 +257,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -283,7 +283,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -294,7 +294,8 @@

                                                                                                                    Methods

                                                                                                                    Clone()

                                                                                                                    -
                                                                                                                    ICloneable.Clone()
                                                                                                                    +
                                                                                                                    ICloneable.Clone() +
                                                                                                                    Declaration
                                                                                                                    @@ -310,7 +311,7 @@
                                                                                                                    Returns
                                                                                                                    - object + System.Object

                                                                                                                    A new object that is a deep copy of this instance.

                                                                                                                    @@ -318,7 +319,7 @@
                                                                                                                    Returns

                                                                                                                    Implements

                                                                                                                    - ICloneable + System.ICloneable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.DateTimeUtilities.html b/api/translationmemory/Sdl.LanguagePlatform.Core.DateTimeUtilities.html index 726029fea..165970c1a 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.DateTimeUtilities.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.DateTimeUtilities.html @@ -94,34 +94,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    DateTimeUtilities
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -133,7 +133,7 @@

                                                                                                                    Methods

                                                                                                                    Normalize(DateTime)

                                                                                                                    -

                                                                                                                    Normalizes the date to UTC, unless dt's date is already specified in UTC.

                                                                                                                    +

                                                                                                                    Normalizes the date to UTC, unless dt's date is already specified in UTC.

                                                                                                                    Declaration
                                                                                                                    @@ -151,7 +151,7 @@
                                                                                                                    Parameters
                                                                                                                    - DateTime + System.DateTime dt

                                                                                                                    The date to normalize

                                                                                                                    @@ -168,7 +168,7 @@
                                                                                                                    Returns
                                                                                                                    - DateTime + System.DateTime

                                                                                                                    The UTC-normalized date, or the identical value if the date is already in UTC.

                                                                                                                    @@ -177,8 +177,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    TryParseWithFallback(string, out DateTime)

                                                                                                                    -

                                                                                                                    Attempts to parse the specified string into a DateTime object. First, +

                                                                                                                    TryParseWithFallback(String, out DateTime)

                                                                                                                    +

                                                                                                                    Attempts to parse the specified string into a System.DateTime object. First, System.DateTime.TryParse is used to attempt a parse in the universal format. If that fails, a parse is attempted using the current local date/time format.

                                                                                                                    @@ -198,17 +198,17 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The input string

                                                                                                                    - DateTime + System.DateTime result -

                                                                                                                    If the method returns true, holds the DateTime value - of the successful parse, adjusted to Universal time. If the method returns false, the - value is undefined and should not be used.

                                                                                                                    +

                                                                                                                    If the method returns true, holds the System.DateTime value +of the successful parse, adjusted to Universal time. If the method returns false, the +value is undefined and should not be used.

                                                                                                                    @@ -223,7 +223,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if a parse was successful, and false otherwise.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html b/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html index 3f793a6df..5fecf89e5 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html @@ -86,44 +86,43 @@

                                                                                                                    Class EditDistance

                                                                                                                    -

                                                                                                                    Represents the result of an edit distance computation.

                                                                                                                    +

                                                                                                                    Represents the result of an edit distance computation.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    EditDistance
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreEditDistance
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.EditDistance
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class EditDistance
                                                                                                                    +
                                                                                                                    public class EditDistance

                                                                                                                    Constructors

                                                                                                                    @@ -141,7 +140,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    EditDistance(int, int, double)

                                                                                                                    +

                                                                                                                    EditDistance(Int32, Int32, Double)

                                                                                                                    Initializes a new instance with the specified parameters.

                                                                                                                    @@ -160,22 +159,22 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 sourceObjectCount

                                                                                                                    The number of source objects (needed for scoring).

                                                                                                                    - int + System.Int32 targetObjectCount

                                                                                                                    The number of target objects (needed for scoring).

                                                                                                                    - double + System.Double distance

                                                                                                                    The score representing the edit distance between the - source and the target objects.

                                                                                                                    +source and the target objects.

                                                                                                                    @@ -194,8 +193,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public double Distance { get; set; }
                                                                                                                    +
                                                                                                                    public double Distance { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -207,7 +205,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -215,7 +213,7 @@
                                                                                                                    Property Value
                                                                                                                    -

                                                                                                                    this[int]

                                                                                                                    +

                                                                                                                    Item[Int32]

                                                                                                                    Retrieves the edit distance information at the specified index.

                                                                                                                    @@ -234,7 +232,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -253,7 +251,7 @@
                                                                                                                    Property Value
                                                                                                                    @@ -267,8 +265,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<EditDistanceItem> Items { get; set; }
                                                                                                                    +
                                                                                                                    public List<EditDistanceItem> Items { get; set; }
                                                                                                                    Property Value
                                                                                                                    doubleSystem.Double
                                                                                                                    intSystem.Int32 index

                                                                                                                    The index in the collection of edit operations.

                                                                                                                    EditDistanceItem

                                                                                                                    The EditDistanceItem at the specified index. If the - index is invalid, an exception is thrown.

                                                                                                                    +index is invalid, an exception is thrown.

                                                                                                                    @@ -280,7 +277,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -308,7 +305,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -322,8 +319,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int SourceObjectCount { get; }
                                                                                                                    +
                                                                                                                    public int SourceObjectCount { get; }
                                                                                                                    Property Value
                                                                                                                    ListEditDistanceItemSystem.Collections.Generic.List<EditDistanceItem>
                                                                                                                    doubleSystem.Double
                                                                                                                    @@ -335,7 +331,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -349,8 +345,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int TargetObjectCount { get; }
                                                                                                                    +
                                                                                                                    public int TargetObjectCount { get; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -362,7 +357,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -430,7 +425,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Dump(TextWriter, string)

                                                                                                                    +

                                                                                                                    Dump(TextWriter, String)

                                                                                                                    Textually writes the edit distance information to a stream, for debugging purposes.

                                                                                                                    @@ -449,13 +444,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -465,7 +460,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    FindSourceItemIndex(int)

                                                                                                                    +

                                                                                                                    FindSourceItemIndex(Int32)

                                                                                                                    Retrieves the edit operation index for a specified source sequence offset.

                                                                                                                    @@ -484,7 +479,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -501,7 +496,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -510,7 +505,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    FindTargetItemIndex(int)

                                                                                                                    +

                                                                                                                    FindTargetItemIndex(Int32)

                                                                                                                    Retrieves the edit operation index for a specified target sequence offset.

                                                                                                                    @@ -529,7 +524,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -546,7 +541,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -555,7 +550,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SetResolutionAt(int, EditDistanceResolution)

                                                                                                                    +

                                                                                                                    SetResolutionAt(Int32, EditDistanceResolution)

                                                                                                                    Sets the edit distance resolution for the edit distance item at the specified index.

                                                                                                                    @@ -575,7 +570,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -591,7 +586,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SetSourceAt(int, int)

                                                                                                                    +

                                                                                                                    SetSourceAt(Int32, Int32)

                                                                                                                    Sets the source offset for the edit operation at the specific index. This is necessary if indices have been changed in the underlying sequence.

                                                                                                                    @@ -611,13 +606,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -627,7 +622,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SetTargetAt(int, int)

                                                                                                                    +

                                                                                                                    SetTargetAt(Int32, Int32)

                                                                                                                    Sets the target offset for the edit operation at the specific index. This is necessary if indices have been changed in the underlying sequence.

                                                                                                                    @@ -647,13 +642,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistanceItem.html b/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistanceItem.html index 3ace2b4ae..b9e84da29 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistanceItem.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistanceItem.html @@ -92,27 +92,26 @@

                                                                                                                    Inherited Members
                                                                                                                    - ValueType.Equals(object) + System.ValueType.Equals(System.Object)
                                                                                                                    - ValueType.GetHashCode() + System.ValueType.GetHashCode()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreEditDistance
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.EditDistance
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public struct EditDistanceItem
                                                                                                                    +
                                                                                                                    public struct EditDistanceItem

                                                                                                                    Properties

                                                                                                                    @@ -125,8 +124,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public double Costs { get; set; }
                                                                                                                    +
                                                                                                                    public double Costs { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    TextWriterSystem.IO.TextWriter wtr

                                                                                                                    The output text writer stream, which must be ready for writing.

                                                                                                                    stringSystem.String msg

                                                                                                                    A caption to add at the start of the output.

                                                                                                                    intSystem.Int32 sourceTokenOffset

                                                                                                                    The sequence offset in the underlying source sequence.

                                                                                                                    intSystem.Int32

                                                                                                                    The zero-based index of the corresponding edit distance item, if found, or -1 otherwise.

                                                                                                                    intSystem.Int32 targetTokenOffset

                                                                                                                    The sequence offset in the underlying target sequence.

                                                                                                                    intSystem.Int32

                                                                                                                    The zero-based index of the corresponding edit distance item, if found, or -1 otherwise.

                                                                                                                    intSystem.Int32 index

                                                                                                                    The edit operation index.

                                                                                                                    intSystem.Int32 index

                                                                                                                    The edit operation index.

                                                                                                                    intSystem.Int32 offset

                                                                                                                    The offsetin the source sequence.

                                                                                                                    intSystem.Int32 index

                                                                                                                    The edit operation index.

                                                                                                                    intSystem.Int32 offset

                                                                                                                    The offsetin the target sequence.

                                                                                                                    @@ -138,7 +136,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -153,8 +151,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int MoveSourceTarget { get; set; }
                                                                                                                    +
                                                                                                                    public int MoveSourceTarget { get; set; }
                                                                                                                    Property Value
                                                                                                                    doubleSystem.Double
                                                                                                                    @@ -166,7 +163,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -181,8 +178,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int MoveTargetSource { get; set; }
                                                                                                                    +
                                                                                                                    public int MoveTargetSource { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -194,7 +190,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -208,8 +204,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public EditOperation Operation { get; set; }
                                                                                                                    +
                                                                                                                    public EditOperation Operation { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -235,8 +230,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public EditDistanceResolution Resolution { get; set; }
                                                                                                                    +
                                                                                                                    public EditDistanceResolution Resolution { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -263,8 +257,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int Source { get; set; }
                                                                                                                    +
                                                                                                                    public int Source { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -276,7 +269,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -291,8 +284,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int Target { get; set; }
                                                                                                                    +
                                                                                                                    public int Target { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -304,7 +296,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -315,7 +307,8 @@

                                                                                                                    Methods

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -331,14 +324,14 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    intSystem.Int32
                                                                                                                    stringSystem.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.ValueType.ToString()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistanceResolution.html b/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistanceResolution.html index 7ba4f6cab..ed976432e 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistanceResolution.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistanceResolution.html @@ -89,7 +89,7 @@

                                                                                                                    Enumerates the types of resolving edit distance differences.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreEditDistance
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.EditDistance
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -107,7 +107,7 @@

                                                                                                                    Fields Deletion -

                                                                                                                    The change can be resolved by deleting the token - this is only used if the document source doesn't contain any tags but the memory TU does.

                                                                                                                    +

                                                                                                                    The change can be resolved by deleting the token - this is only used if the document source doesn't contain any tags but the memory TU does.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditOperation.html b/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditOperation.html index ca8f5a094..3c18096d5 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditOperation.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditOperation.html @@ -89,7 +89,7 @@

                                                                                                                    Enumerates the types of edit operations which are identified by the edit distance computation.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreEditDistance
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.EditDistance
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.html b/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.html index 419cb37b8..8f324ecb8 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.html @@ -91,7 +91,7 @@

                                                                                                                    Classes

                                                                                                                    EditDistance

                                                                                                                    -

                                                                                                                    Represents the result of an edit distance computation.

                                                                                                                    +

                                                                                                                    Represents the result of an edit distance computation.

                                                                                                                    Structs

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.ErrorCode.html b/api/translationmemory/Sdl.LanguagePlatform.Core.ErrorCode.html index ca51c35a5..7d68d911b 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.ErrorCode.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.ErrorCode.html @@ -90,12 +90,11 @@

                                                                                                                    LanguagePlatformExceptions.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public enum ErrorCode
                                                                                                                    +
                                                                                                                    public enum ErrorCode

                                                                                                                    Fields

                                                                                                                    @@ -109,7 +108,7 @@

                                                                                                                    Fields AuthInsufficientPermissions -

                                                                                                                    You don't have sufficient permissions to execute this method.

                                                                                                                    +

                                                                                                                    You don't have sufficient permissions to execute this method.

                                                                                                                    @@ -195,11 +194,6 @@

                                                                                                                    Fields DAInvalidSegmentAfterDeserialization

                                                                                                                    The segment is invalid. It could not be retrieved.

                                                                                                                    - - - - DATUNotInTM -

                                                                                                                    The requested translation unit could not be found in the translation memory.

                                                                                                                    @@ -220,6 +214,11 @@

                                                                                                                    Fields DataComponentNotOpen

                                                                                                                    The selected data component must be opened first.

                                                                                                                    + + + + DATUNotInTM +

                                                                                                                    The requested translation unit could not be found in the translation memory.

                                                                                                                    @@ -413,18 +412,18 @@

                                                                                                                    Fields - InvalidTMSourceLanguage -

                                                                                                                    The tranlsation memory's source language is not valid. No region-neutral languages can be used.

                                                                                                                    + InvalidTargetSegment +

                                                                                                                    Indicates thath the target segment is invalid.

                                                                                                                    - InvalidTMTargetLanguage -

                                                                                                                    The translation memory's target language is not valid. No region-neutral languages can be used.

                                                                                                                    + InvalidTMSourceLanguage +

                                                                                                                    The tranlsation memory's source language is not valid. No region-neutral languages can be used.

                                                                                                                    - InvalidTargetSegment -

                                                                                                                    Indicates thath the target segment is invalid.

                                                                                                                    + InvalidTMTargetLanguage +

                                                                                                                    The translation memory's target language is not valid. No region-neutral languages can be used.

                                                                                                                    @@ -434,7 +433,7 @@

                                                                                                                    Fields NeutralLanguage -

                                                                                                                    Indicates that a segment's culture is neutral, i.e. has no region-qualifier ("en")

                                                                                                                    +

                                                                                                                    Indicates that a segment's culture is neutral, i.e. has no region-qualifier ("en")

                                                                                                                    @@ -453,13 +452,13 @@

                                                                                                                    Fields - NoTranslatableContentInFile -

                                                                                                                    The file cannot be processed since it does not contain any translatable content.

                                                                                                                    + NotImplemented +

                                                                                                                    Indicates that some required functionality hasn't yet been implemented.

                                                                                                                    - NotImplemented -

                                                                                                                    Indicates that some required functionality hasn't yet been implemented.

                                                                                                                    + NoTranslatableContentInFile +

                                                                                                                    The file cannot be processed since it does not contain any translatable content.

                                                                                                                    @@ -480,26 +479,6 @@

                                                                                                                    Fields ResourceNotAvailable

                                                                                                                    The requested language resource cannot be loaded for the specified culture.

                                                                                                                    - - - - SQLiteCorrupt -

                                                                                                                    The translation memory data file is corrupt.

                                                                                                                    - - - - SQLiteNotADatabase -

                                                                                                                    The specified file is not a valid translation memory.

                                                                                                                    - - - - SQLiteOtherError -

                                                                                                                    The translation memory data file engine returned an error.

                                                                                                                    - - - - SegmentNotTokenized -

                                                                                                                    The segment is not tokenized and cannot be processed.

                                                                                                                    @@ -570,6 +549,11 @@

                                                                                                                    Fields SegmentationSRXUnsupportedVersion

                                                                                                                    Unsupported SRX version

                                                                                                                    + + + + SegmentationTrailingJunk +

                                                                                                                    The segmentation rule could not be parsed due to trailing junk.

                                                                                                                    @@ -590,11 +574,6 @@

                                                                                                                    Fields SegmentationTWBUnsupportedNestedExceptions

                                                                                                                    Nested exception found in TWB rule (unsupported)

                                                                                                                    - - - - SegmentationTrailingJunk -

                                                                                                                    The segmentation rule could not be parsed due to trailing junk.

                                                                                                                    @@ -605,11 +584,31 @@

                                                                                                                    Fields SegmentationUnknownVariable

                                                                                                                    A segmentation rule contained a variable reference which is unresolved.

                                                                                                                    + + + + SegmentNotTokenized +

                                                                                                                    The segment is not tokenized and cannot be processed.

                                                                                                                    SourceLanguageIncompatibleWithTM

                                                                                                                    Indicates that the source language is not compatible with the translation memory being used.

                                                                                                                    + + + + SQLiteCorrupt +

                                                                                                                    The translation memory data file is corrupt.

                                                                                                                    + + + + SQLiteNotADatabase +

                                                                                                                    The specified file is not a valid translation memory.

                                                                                                                    + + + + SQLiteOtherError +

                                                                                                                    The translation memory data file engine returned an error.

                                                                                                                    @@ -680,6 +679,52 @@

                                                                                                                    Fields System

                                                                                                                    Indicates a system-generated error/exception.

                                                                                                                    + + + + TagAnchorAlreadyClosed +

                                                                                                                    Indicates that a tag anchor assigned to an end tag has already been used for a previously seen end tag.

                                                                                                                    + + + + TagAnchorAlreadyUsed +

                                                                                                                    Indicates that a tag anchor in a segment has been used more than once for different tag instances.

                                                                                                                    + + + + TagAnchorNotClosed +

                                                                                                                    Indicates that a tag anchor occurred only at a start tag, but has no corresponding closing tag.

                                                                                                                    + + + + TagAnchorNotOpen +

                                                                                                                    Indicates that a tag anchor assigned to an end tag hasn't yet been seen at the corresponding start tag.

                                                                                                                    + + + + TagCountLimitExceeded +

                                                                                                                    The tag count limit has been exceeded by at least one segment of the TU.

                                                                                                                    + + + + TagEmptyOrInvalidTagID +

                                                                                                                    Indicates that a tag ID is empty, not set, or invalid.

                                                                                                                    + + + + TagInvalidTagAnchor +

                                                                                                                    Indicates that a tag anchor is empty, not set, or invalid.

                                                                                                                    + + + + TagWarningTagsDropped +

                                                                                                                    Indicates that a TU was invalid due to tag errors and that these tags were dropped to +ensure the TU could be correctly imported.

                                                                                                                    + + + + TargetLanguageIncompatibleWithTM +

                                                                                                                    Indicates that the target language is not compatible with the translation memory being used.

                                                                                                                    @@ -728,13 +773,13 @@

                                                                                                                    Fields - TMExceededTMNameLimit -

                                                                                                                    The maximum length of the translation memory name has been exceeded.

                                                                                                                    + TMExceededTextFieldValueLimit +

                                                                                                                    The maximum length of the text field value has been exceeded.

                                                                                                                    - TMExceededTextFieldValueLimit -

                                                                                                                    The maximum length of the text field value has been exceeded.

                                                                                                                    + TMExceededTMNameLimit +

                                                                                                                    The maximum length of the translation memory name has been exceeded.

                                                                                                                    @@ -759,7 +804,7 @@

                                                                                                                    Fields TMIncompatibleTMLanguageDirectionInCascade -

                                                                                                                    The language direction of an element in the TM Cascade is incompatible with the cascade's language direction.

                                                                                                                    +

                                                                                                                    The language direction of an element in the TM Cascade is incompatible with the cascade's language direction.

                                                                                                                    @@ -788,13 +833,13 @@

                                                                                                                    Fields - TMNoTMOpen -

                                                                                                                    No translation memory is open.

                                                                                                                    + TMNotFound +

                                                                                                                    A translation memory with the specified name or ID could not be found.

                                                                                                                    - TMNotFound -

                                                                                                                    A translation memory with the specified name or ID could not be found.

                                                                                                                    + TMNoTMOpen +

                                                                                                                    No translation memory is open.

                                                                                                                    @@ -824,52 +869,52 @@

                                                                                                                    Fields TMSourceLanguageMismatch -

                                                                                                                    The source language is not compatible with the TM's source language.

                                                                                                                    +

                                                                                                                    The source language is not compatible with the TM's source language.

                                                                                                                    - TMTULimitExceeded -

                                                                                                                    Access denied (TM Size Limit exceeded).

                                                                                                                    + TMTargetLanguageMismatch +

                                                                                                                    The target language is not compatible with the TM's target language.

                                                                                                                    - TMTUSourceSegmentNestedTagCountLimitExceeded -

                                                                                                                    The TM cannot import the TU because the source segment exceeded nested tag count limit.

                                                                                                                    + TMToolsIncompatibleLanguagesBetweenDocumentAndTM +

                                                                                                                    The file cannot be processed since its language direction is incompatible with the current TM.

                                                                                                                    - TMTUSourceSegmentSizeLimitExceeded -

                                                                                                                    The TM cannot import the TU because the source segment exceeded size limit.

                                                                                                                    + TMToolsNoFileHeader +

                                                                                                                    The file cannot be processed as no usable file header was found.

                                                                                                                    - TMTUTargetSegmentNestedTagCountLimitExceeded -

                                                                                                                    The TM cannot import the TU because the target segment exceeded nested tag count limit.

                                                                                                                    + TMToolsNoTM +

                                                                                                                    No translation memory was provided for the current task.

                                                                                                                    - TMTUTargetSegmentSizeLimitExceeded -

                                                                                                                    The TM cannot import the TU because the target segment exceeded size limit.

                                                                                                                    + TMTULimitExceeded +

                                                                                                                    Access denied (TM Size Limit exceeded).

                                                                                                                    - TMTargetLanguageMismatch -

                                                                                                                    The target language is not compatible with the TM's target language.

                                                                                                                    + TMTUSourceSegmentNestedTagCountLimitExceeded +

                                                                                                                    The TM cannot import the TU because the source segment exceeded nested tag count limit.

                                                                                                                    - TMToolsIncompatibleLanguagesBetweenDocumentAndTM -

                                                                                                                    The file cannot be processed since its language direction is incompatible with the current TM.

                                                                                                                    + TMTUSourceSegmentSizeLimitExceeded +

                                                                                                                    The TM cannot import the TU because the source segment exceeded size limit.

                                                                                                                    - TMToolsNoFileHeader -

                                                                                                                    The file cannot be processed as no usable file header was found.

                                                                                                                    + TMTUTargetSegmentNestedTagCountLimitExceeded +

                                                                                                                    The TM cannot import the TU because the target segment exceeded nested tag count limit.

                                                                                                                    - TMToolsNoTM -

                                                                                                                    No translation memory was provided for the current task.

                                                                                                                    + TMTUTargetSegmentSizeLimitExceeded +

                                                                                                                    The TM cannot import the TU because the target segment exceeded size limit.

                                                                                                                    @@ -930,52 +975,6 @@

                                                                                                                    Fields TMXUnknownVersion

                                                                                                                    The TMX Version cannot be processed.

                                                                                                                    - - - - TagAnchorAlreadyClosed -

                                                                                                                    Indicates that a tag anchor assigned to an end tag has already been used for a previously seen end tag.

                                                                                                                    - - - - TagAnchorAlreadyUsed -

                                                                                                                    Indicates that a tag anchor in a segment has been used more than once for different tag instances.

                                                                                                                    - - - - TagAnchorNotClosed -

                                                                                                                    Indicates that a tag anchor occurred only at a start tag, but has no corresponding closing tag.

                                                                                                                    - - - - TagAnchorNotOpen -

                                                                                                                    Indicates that a tag anchor assigned to an end tag hasn't yet been seen at the corresponding start tag.

                                                                                                                    - - - - TagCountLimitExceeded -

                                                                                                                    The tag count limit has been exceeded by at least one segment of the TU.

                                                                                                                    - - - - TagEmptyOrInvalidTagID -

                                                                                                                    Indicates that a tag ID is empty, not set, or invalid.

                                                                                                                    - - - - TagInvalidTagAnchor -

                                                                                                                    Indicates that a tag anchor is empty, not set, or invalid.

                                                                                                                    - - - - TagWarningTagsDropped -

                                                                                                                    Indicates that a TU was invalid due to tag errors and that these tags were dropped to -ensure the TU could be correctly imported.

                                                                                                                    - - - - TargetLanguageIncompatibleWithTM -

                                                                                                                    Indicates that the target language is not compatible with the translation memory being used.

                                                                                                                    @@ -990,7 +989,7 @@

                                                                                                                    Fields UndefinedOrInvalidLanguage -

                                                                                                                    Indicates that a segment's or TU's language is not set or is invalid.

                                                                                                                    +

                                                                                                                    Indicates that a segment's or TU's language is not set or is invalid.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.FaultDescription.html b/api/translationmemory/Sdl.LanguagePlatform.Core.FaultDescription.html index 4ec982c8c..af428bc30 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.FaultDescription.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.FaultDescription.html @@ -86,44 +86,43 @@

                                                                                                                    Class FaultDescription

                                                                                                                    -

                                                                                                                    Contains fault and error information intended for WCF/SOAP communication.

                                                                                                                    +

                                                                                                                    Contains fault and error information intended for WCF/SOAP communication.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    FaultDescription
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class FaultDescription
                                                                                                                    +
                                                                                                                    public class FaultDescription

                                                                                                                    Constructors

                                                                                                                    @@ -198,7 +197,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    FaultDescription(ErrorCode, FaultStatus, string)

                                                                                                                    +

                                                                                                                    FaultDescription(ErrorCode, FaultStatus, String)

                                                                                                                    Initializes the object with the specified error code, error status, and additional error data. The error message is retrieved from the resources.

                                                                                                                    @@ -230,7 +229,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String data

                                                                                                                    Additional error data, may be null

                                                                                                                    @@ -240,7 +239,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    FaultDescription(ErrorCode, string)

                                                                                                                    +

                                                                                                                    FaultDescription(ErrorCode, String)

                                                                                                                    Instantiates a new object and initializes it with the specified error code and data. The error message is retrieved from the resources, and the error status is set to Error.

                                                                                                                    @@ -267,7 +266,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String data

                                                                                                                    Additional error data, may be null

                                                                                                                    @@ -296,7 +295,7 @@
                                                                                                                    Parameters
                                                                                                                    - Exception + System.Exception e

                                                                                                                    The system exception.

                                                                                                                    @@ -314,8 +313,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string Data { get; set; }
                                                                                                                    +
                                                                                                                    public string Data { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -327,7 +325,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -341,8 +339,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public ErrorCode ErrorCode { get; set; }
                                                                                                                    +
                                                                                                                    public ErrorCode ErrorCode { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -368,8 +365,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string Message { get; set; }
                                                                                                                    +
                                                                                                                    public string Message { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -381,7 +377,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -395,8 +391,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public FaultStatus Status { get; set; }
                                                                                                                    +
                                                                                                                    public FaultStatus Status { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -419,8 +414,8 @@

                                                                                                                    Methods

                                                                                                                    GetDescriptionFromErrorCode(ErrorCode)

                                                                                                                    -

                                                                                                                    Retrieves a localized error message (which may include Format(string, object) -placeholders) for the provided error code.

                                                                                                                    +

                                                                                                                    Retrieves a localized error message (which may include System.String.Format(System.String,System.Object) +placeholders) for the provided error code.

                                                                                                                    Declaration
                                                                                                                    @@ -455,9 +450,9 @@
                                                                                                                    Returns
                                                                                                                    - - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.FaultStatus.html b/api/translationmemory/Sdl.LanguagePlatform.Core.FaultStatus.html index 74a54c6bc..d119d41bf 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.FaultStatus.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.FaultStatus.html @@ -89,12 +89,11 @@

                                                                                                                    Specifies the fault status.

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public enum FaultStatus
                                                                                                                    +
                                                                                                                    public enum FaultStatus

                                                                                                                    Fields

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.ISegmentElementVisitor.html b/api/translationmemory/Sdl.LanguagePlatform.Core.ISegmentElementVisitor.html index 181be97f1..6e569f958 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.ISegmentElementVisitor.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.ISegmentElementVisitor.html @@ -89,7 +89,7 @@

                                                                                                                    Visitor pattern implementation for segment elements.

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePair.html b/api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePair.html index 998f26562..7e4abdd60 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePair.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePair.html @@ -89,40 +89,39 @@

                                                                                                                    A LanguagePair represents a combination of a source language and a target language. Languages are specified using their culture or the culture which usually maps to CultureInfo.Name. However, since the XmlSerializer cannot serialize -CultureInfo objects, -the culture can also be specified using the name.

                                                                                                                    +System.Globalization.CultureInfo objects, +the culture can also be specified using the name.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    LanguagePair
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.IComparable<LanguagePair>
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class LanguagePair : IComparable<LanguagePair>
                                                                                                                    +
                                                                                                                    public class LanguagePair : IComparable<LanguagePair>

                                                                                                                    Constructors

                                                                                                                    @@ -159,13 +158,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -195,7 +194,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -209,8 +208,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string SourceCultureName { get; set; }
                                                                                                                    +
                                                                                                                    public string SourceCultureName { get; set; }
                                                                                                                    Property Value
                                                                                                                    string

                                                                                                                    A possibly localized error message (depending on the current thread's - culture).

                                                                                                                    +
                                                                                                                    System.String

                                                                                                                    A possibly localized error message (depending on the current thread's +culture).

                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode srcCulture

                                                                                                                    The source culture name

                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode trgCulture

                                                                                                                    The target culture name

                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                    @@ -222,7 +220,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -248,7 +246,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -262,8 +260,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string TargetCultureName { get; set; }
                                                                                                                    +
                                                                                                                    public string TargetCultureName { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                    @@ -275,7 +272,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -321,7 +318,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -330,8 +327,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -348,7 +346,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -365,20 +363,21 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    intSystem.Int32

                                                                                                                    A comparision result

                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)

                                                                                                                    GetHashCode()

                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode() +
                                                                                                                    Declaration
                                                                                                                    @@ -394,21 +393,21 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    A hash code for this object

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()

                                                                                                                    IsCompatible(LanguagePair)

                                                                                                                    Checks whether a language pair is compatible to another language pair, which is the case if the source and target cultures of both language pairs are non-null and are pairwise -compatible with each other (AreCompatible(CultureInfo, CultureInfo)).

                                                                                                                    +compatible with each other (AreCompatible(CultureInfo, CultureInfo)).

                                                                                                                    Declaration
                                                                                                                    @@ -442,7 +441,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -453,7 +452,7 @@
                                                                                                                    Returns

                                                                                                                    IsCompatiblePairAsync(LanguagePair, ICultureMetadataManager)

                                                                                                                    Checks whether a language pair is compatible to another language pair, which is the case if the source and target cultures of both language pairs are non-null and are pairwise -compatible with each other (AreCompatibleCodesAsync(CultureCode, CultureCode, ICultureMetadataManager)).

                                                                                                                    +compatible with each other (AreCompatibleCodesAsync(CultureCode, CultureCode, ICultureMetadataManager)).

                                                                                                                    Declaration
                                                                                                                    @@ -476,7 +475,7 @@
                                                                                                                    Parameters
                                                                                                                    - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -492,7 +491,7 @@
                                                                                                                    Returns
                                                                                                                    - Taskbool + System.Threading.Tasks.Task<System.Boolean> @@ -527,7 +526,8 @@
                                                                                                                    Returns

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -543,18 +543,18 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    -

                                                                                                                    TryParse(string, out LanguagePair)

                                                                                                                    +

                                                                                                                    TryParse(String, out LanguagePair)

                                                                                                                    Attempts to parse a language pair represented by a string, as produced by ToString().

                                                                                                                    @@ -573,7 +573,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The input string

                                                                                                                    @@ -596,7 +596,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the parsing was successful, false otherwise.

                                                                                                                    @@ -604,7 +604,7 @@
                                                                                                                    Returns

                                                                                                                    Implements

                                                                                                                    - IComparable<T> + System.IComparable<T>
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePlatformException.html b/api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePlatformException.html index a676e287c..79ea87eeb 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePlatformException.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePlatformException.html @@ -93,73 +93,73 @@

                                                                                                                    Inheritance
                                                                                                                    - - +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    System.Exception
                                                                                                                    LanguagePlatformException
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Runtime.Serialization.ISerializable
                                                                                                                    +
                                                                                                                    System.Runtime.InteropServices._Exception
                                                                                                                    Inherited Members
                                                                                                                    - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                                    - Exception.ToString() + System.Exception.ToString()
                                                                                                                    - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                                    - Exception.GetType() + System.Exception.GetType()
                                                                                                                    - Exception.Message + System.Exception.Message
                                                                                                                    - Exception.Data + System.Exception.Data
                                                                                                                    - Exception.InnerException + System.Exception.InnerException
                                                                                                                    - Exception.TargetSite + System.Exception.TargetSite
                                                                                                                    - Exception.StackTrace + System.Exception.StackTrace
                                                                                                                    - Exception.HelpLink + System.Exception.HelpLink
                                                                                                                    - Exception.Source + System.Exception.Source
                                                                                                                    - Exception.HResult + System.Exception.HResult
                                                                                                                    - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -234,7 +234,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    LanguagePlatformException(ErrorCode, FaultStatus, string)

                                                                                                                    +

                                                                                                                    LanguagePlatformException(ErrorCode, FaultStatus, String)

                                                                                                                    Initializes a new instance with the specified error code, fault status, and data.

                                                                                                                    @@ -265,7 +265,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String data

                                                                                                                    Additional error data (may be null)

                                                                                                                    @@ -275,7 +275,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    LanguagePlatformException(ErrorCode, string)

                                                                                                                    +

                                                                                                                    LanguagePlatformException(ErrorCode, String)

                                                                                                                    Initializes a new instance with the specified error code and data.

                                                                                                                    @@ -300,7 +300,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String data

                                                                                                                    Additional error data (may be null)

                                                                                                                    @@ -365,7 +365,7 @@
                                                                                                                    Parameters
                                                                                                                    - Exception + System.Exception e

                                                                                                                    The underlying system exception.

                                                                                                                    @@ -402,10 +402,10 @@
                                                                                                                    Property Value

                                                                                                                    Implements

                                                                                                                    - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                                    - _Exception + System.Runtime.InteropServices._Exception
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Pair-1.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Pair-1.html index bd7a3e2d7..1f4bc82f1 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Pair-1.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Pair-1.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Pair<T>
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -145,7 +145,7 @@

                                                                                                                    Constructors

                                                                                                                    Pair()

                                                                                                                    -

                                                                                                                    Initializes a new instance with the default values of T.

                                                                                                                    +

                                                                                                                    Initializes a new instance with the default values of T.

                                                                                                                    Declaration
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.html index 9c9045168..393c6151c 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.html @@ -93,7 +93,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreResources
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Resources
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -104,8 +104,8 @@

                                                                                                                    Methods -

                                                                                                                    GetResourceData(CultureCode, LanguageResourceType, bool)

                                                                                                                    -

                                                                                                                    Similar to ReadResourceData(CultureCode, LanguageResourceType, bool) but returns the result as a byte array.

                                                                                                                    +

                                                                                                                    GetResourceData(CultureCode, LanguageResourceType, Boolean)

                                                                                                                    +

                                                                                                                    Similar to ReadResourceData(CultureCode, LanguageResourceType, Boolean) but returns the result as a byte array.

                                                                                                                    Declaration
                                                                                                                    @@ -123,7 +123,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture @@ -133,7 +133,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean fallback @@ -149,7 +149,7 @@
                                                                                                                    Returns
                                                                                                                    - byte + System.Byte[] @@ -157,7 +157,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetResourceStatus(CultureCode, LanguageResourceType, bool)

                                                                                                                    +

                                                                                                                    GetResourceStatus(CultureCode, LanguageResourceType, Boolean)

                                                                                                                    Returns the resource status for the specified resource and the specified culture.

                                                                                                                    @@ -176,7 +176,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture

                                                                                                                    The culture for which the status is requested.

                                                                                                                    @@ -188,10 +188,10 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean fallback

                                                                                                                    If true, a resource accessor may fallback to a more general - culture. If false, no fallback may be performed.

                                                                                                                    +culture. If false, no fallback may be performed.

                                                                                                                    @@ -251,7 +251,7 @@
                                                                                                                    Returns
                                                                                                                    - ListCultureInfo + System.Collections.Generic.List<System.Globalization.CultureInfo>

                                                                                                                    The list of cultures for which a resource of the specified type is available

                                                                                                                    @@ -260,7 +260,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ReadResourceData(CultureCode, LanguageResourceType, bool)

                                                                                                                    +

                                                                                                                    ReadResourceData(CultureCode, LanguageResourceType, Boolean)

                                                                                                                    Returns the data stream for the specified resource type and culture. If an appropriate resource is not found, an exception is thrown and/or null is returned. Callers should check for both conditions, and check the resource status before the stream is requested.

                                                                                                                    @@ -281,7 +281,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture

                                                                                                                    The culture for which a resource is requested.

                                                                                                                    @@ -293,10 +293,10 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean fallback

                                                                                                                    If true, a resource accessor may fallback to a more general - culture. If false, no fallback may be performed.

                                                                                                                    +culture. If false, no fallback may be performed.

                                                                                                                    @@ -311,10 +311,10 @@
                                                                                                                    Returns
                                                                                                                    - Stream + System.IO.Stream

                                                                                                                    A stream containing the data for the requested resource, or null if - the resource is not available (in which case callers may also throw an - exception).

                                                                                                                    +the resource is not available (in which case callers may also throw an +exception).

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.html index 8572acfd9..9fdcf6b65 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.html @@ -88,7 +88,7 @@

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreResources
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Resources
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -99,8 +99,8 @@

                                                                                                                    Methods -

                                                                                                                    GetResourceDataAsync(CultureCode, LanguageResourceType, bool)

                                                                                                                    -

                                                                                                                    Similar to ReadResourceDataAsync(CultureCode, LanguageResourceType, bool) but returns the result as a byte array.

                                                                                                                    +

                                                                                                                    GetResourceDataAsync(CultureCode, LanguageResourceType, Boolean)

                                                                                                                    +

                                                                                                                    Similar to ReadResourceDataAsync(CultureCode, LanguageResourceType, Boolean) but returns the result as a byte array.

                                                                                                                    Declaration
                                                                                                                    @@ -118,7 +118,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture @@ -128,7 +128,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean fallback @@ -144,7 +144,7 @@
                                                                                                                    Returns
                                                                                                                    - Taskbyte + System.Threading.Tasks.Task<System.Byte[]> @@ -152,7 +152,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetResourceStatusAsync(CultureCode, LanguageResourceType, bool)

                                                                                                                    +

                                                                                                                    GetResourceStatusAsync(CultureCode, LanguageResourceType, Boolean)

                                                                                                                    Returns the resource status for the specified resource and the specified culture.

                                                                                                                    @@ -171,7 +171,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture

                                                                                                                    The culture for which the status is requested.

                                                                                                                    @@ -183,10 +183,10 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean fallback

                                                                                                                    If true, a resource accessor may fallback to a more general - culture. If false, no fallback may be performed.

                                                                                                                    +culture. If false, no fallback may be performed.

                                                                                                                    @@ -201,7 +201,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskResourceStatus + System.Threading.Tasks.Task<ResourceStatus>

                                                                                                                    The resource status for the resource type and culture.

                                                                                                                    @@ -246,7 +246,7 @@
                                                                                                                    Returns
                                                                                                                    - ListCultureCode + System.Collections.Generic.List<Sdl.Core.Globalization.CultureCode>

                                                                                                                    The list of cultures for which a resource of the specified type is available

                                                                                                                    @@ -255,7 +255,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ReadResourceDataAsync(CultureCode, LanguageResourceType, bool)

                                                                                                                    +

                                                                                                                    ReadResourceDataAsync(CultureCode, LanguageResourceType, Boolean)

                                                                                                                    Returns the data stream for the specified resource type and culture. If an appropriate resource is not found, an exception is thrown and/or null is returned. Callers should check for both conditions, and check the resource status before the stream is requested.

                                                                                                                    @@ -276,7 +276,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture

                                                                                                                    The culture for which a resource is requested.

                                                                                                                    @@ -288,10 +288,10 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean fallback

                                                                                                                    If true, a resource accessor may fallback to a more general - culture. If false, no fallback may be performed.

                                                                                                                    +culture. If false, no fallback may be performed.

                                                                                                                    @@ -306,10 +306,10 @@
                                                                                                                    Returns
                                                                                                                    - TaskStream + System.Threading.Tasks.Task<System.IO.Stream>

                                                                                                                    A stream containing the data for the requested resource, or null if - the resource is not available (in which case callers may also throw an - exception).

                                                                                                                    +the resource is not available (in which case callers may also throw an +exception).

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.LanguageResourceType.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.LanguageResourceType.html index 1f57b41cc..8fabfef4c 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.LanguageResourceType.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.LanguageResourceType.html @@ -89,12 +89,11 @@

                                                                                                                    Enumerates the different types of language resources.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreResources
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Resources
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public enum LanguageResourceType
                                                                                                                    +
                                                                                                                    public enum LanguageResourceType

                                                                                                                    Fields

                                                                                                                    @@ -129,7 +128,7 @@

                                                                                                                    Fields CurrencySymbols

                                                                                                                    A word list containing additional currency symbols to be added to the measurement recognizer, -position depending on the culture's number pattern

                                                                                                                    +position depending on the culture's number pattern

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.html index 418de75dd..492357d30 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.html @@ -91,7 +91,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ResourceDataAccessorAsyncWrapper
                                                                                                                    @@ -101,28 +101,28 @@
                                                                                                                    Implements
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreResources
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Resources
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -163,7 +163,7 @@

                                                                                                                    Methods -

                                                                                                                    GetResourceDataAsync(CultureCode, LanguageResourceType, bool)

                                                                                                                    +

                                                                                                                    GetResourceDataAsync(CultureCode, LanguageResourceType, Boolean)

                                                                                                                    Declaration
                                                                                                                    @@ -181,7 +181,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture @@ -191,7 +191,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean fallback @@ -207,7 +207,7 @@
                                                                                                                    Returns
                                                                                                                    - Taskbyte + System.Threading.Tasks.Task<System.Byte[]> @@ -215,7 +215,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetResourceStatusAsync(CultureCode, LanguageResourceType, bool)

                                                                                                                    +

                                                                                                                    GetResourceStatusAsync(CultureCode, LanguageResourceType, Boolean)

                                                                                                                    Declaration
                                                                                                                    @@ -233,7 +233,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture @@ -243,7 +243,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean fallback @@ -259,7 +259,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskResourceStatus + System.Threading.Tasks.Task<ResourceStatus> @@ -301,7 +301,7 @@
                                                                                                                    Returns
                                                                                                                    - ListCultureCode + System.Collections.Generic.List<Sdl.Core.Globalization.CultureCode> @@ -351,7 +351,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ReadResourceDataAsync(CultureCode, LanguageResourceType, bool)

                                                                                                                    +

                                                                                                                    ReadResourceDataAsync(CultureCode, LanguageResourceType, Boolean)

                                                                                                                    Declaration
                                                                                                                    @@ -369,7 +369,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture @@ -379,7 +379,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean fallback @@ -395,7 +395,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskStream + System.Threading.Tasks.Task<System.IO.Stream> diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceStatus.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceStatus.html index afec21300..99862cbb4 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceStatus.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceStatus.html @@ -89,7 +89,7 @@

                                                                                                                    Enumerates the status of a resource. The status specifies whether a requested resource can be loaded or not.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreResources
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Resources
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.SearchOption.html b/api/translationmemory/Sdl.LanguagePlatform.Core.SearchOption.html index 0a7124d4d..612bf3f75 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.SearchOption.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.SearchOption.html @@ -89,7 +89,7 @@

                                                                                                                    Options which modify search behavior.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Segment.DeleteTagsAction.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Segment.DeleteTagsAction.html index b649ba811..75626e7fb 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Segment.DeleteTagsAction.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Segment.DeleteTagsAction.html @@ -90,12 +90,12 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    [Flags]
                                                                                                                    -public enum Segment.DeleteTagsAction
                                                                                                                    +public enum DeleteTagsAction

                                                                                                                    Fields

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Segment.ValidationMode.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Segment.ValidationMode.html index 98d08d2e6..7bafb07b0 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Segment.ValidationMode.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Segment.ValidationMode.html @@ -86,14 +86,14 @@

                                                                                                                    Enum Segment.ValidationMode

                                                                                                                    -

                                                                                                                    Determines the type of validation to perform in Segment.Validate(ValidationMode).

                                                                                                                    +

                                                                                                                    Determines the type of validation to perform in Segment.Validate(ValidationMode).

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public enum Segment.ValidationMode
                                                                                                                    +
                                                                                                                    public enum ValidationMode

                                                                                                                    Fields

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html index a9bd48786..5b40b5a02 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html @@ -92,33 +92,32 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Segment
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class Segment
                                                                                                                    +
                                                                                                                    public class Segment

                                                                                                                    Constructors

                                                                                                                    @@ -126,7 +125,7 @@

                                                                                                                    Constructors

                                                                                                                    Segment()

                                                                                                                    -

                                                                                                                    Initializes a new instance with the InvariantCulture, +

                                                                                                                    Initializes a new instance with the System.Globalization.CultureInfo.InvariantCulture, and an empty list of elements.

                                                                                                                    @@ -156,7 +155,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture

                                                                                                                    The CultureCode object representing the language.

                                                                                                                    @@ -186,7 +185,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -202,8 +201,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string CultureName { get; set; }
                                                                                                                    +
                                                                                                                    public string CultureName { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -215,7 +213,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -229,8 +227,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<SegmentElement> Elements { get; set; }
                                                                                                                    +
                                                                                                                    public List<SegmentElement> Elements { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -242,7 +239,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -269,7 +266,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -279,7 +276,7 @@
                                                                                                                    Property Value

                                                                                                                    HasPlaceables

                                                                                                                    Gets a bool value which indicates whether this segment contains any placeables. Note -that the return value is only valid if the segment is tokenized.

                                                                                                                    +that the return value is only valid if the segment is tokenized.

                                                                                                                    Declaration
                                                                                                                    @@ -296,7 +293,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -305,7 +302,7 @@
                                                                                                                    Property Value

                                                                                                                    HasTags

                                                                                                                    -

                                                                                                                    Gets a value which indicates whether this segment contains any tags.

                                                                                                                    +

                                                                                                                    Gets a value which indicates whether this segment contains any tags.

                                                                                                                    Declaration
                                                                                                                    @@ -322,7 +319,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -348,7 +345,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -383,13 +380,12 @@
                                                                                                                    Property Value

                                                                                                                    Tokens

                                                                                                                    -

                                                                                                                    Gets or sets the collection of tokens in this segment.

                                                                                                                    +

                                                                                                                    Gets or sets the collection of tokens in this segment.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<Token> Tokens { get; set; }
                                                                                                                    +
                                                                                                                    public List<Token> Tokens { get; set; }
                                                                                                                    Property Value
                                                                                                                    ListSegmentElementSystem.Collections.Generic.List<SegmentElement>
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -401,7 +397,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -412,8 +408,8 @@

                                                                                                                    Methods

                                                                                                                    Add(SegmentElement)

                                                                                                                    -

                                                                                                                    Adds the provided segment element to the segment's list of elements. When adding a text element, -and the last segment element is a text element as well, they will be merged.

                                                                                                                    +

                                                                                                                    Adds the provided segment element to the segment's list of elements. When adding a text element, +and the last segment element is a text element as well, they will be merged.

                                                                                                                    Declaration
                                                                                                                    @@ -441,9 +437,9 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Add(string)

                                                                                                                    -

                                                                                                                    Adds the provided string as a new text element to the segment's list of elements. If -the last segment element is a Text element as well, they will be merged.

                                                                                                                    +

                                                                                                                    Add(String)

                                                                                                                    +

                                                                                                                    Adds the provided string as a new text element to the segment's list of elements. If +the last segment element is a Text element as well, they will be merged.

                                                                                                                    Declaration
                                                                                                                    @@ -461,7 +457,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -490,7 +486,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -541,7 +537,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -568,7 +564,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -584,7 +580,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -592,7 +588,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    DeleteEmptyTagPairs(bool)

                                                                                                                    +

                                                                                                                    DeleteEmptyTagPairs(Boolean)

                                                                                                                    Deletes empty tag pairs (a start tag directly followed by the end tag with the same tag anchor) from the segment.

                                                                                                                    @@ -612,7 +608,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -629,7 +625,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -657,7 +653,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -666,7 +662,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    DeleteTags(DeleteTagsAction)

                                                                                                                    +

                                                                                                                    DeleteTags(Segment.DeleteTagsAction)

                                                                                                                    Removes all tags from the segment, applying the specified tag deletion mode.

                                                                                                                    @@ -685,7 +681,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -702,7 +698,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -774,7 +770,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -788,7 +784,7 @@

                                                                                                                    RemoveUnmatchedStartAndEndTags(bool) should be called after +any unmatched tags, RemoveUnmatchedStartAndEndTags(Boolean) should be called after calling this method. Note that only the tag type is checked, not whether there are start or end tags without a corresponding tag having the same tag anchor.

                                                                                                                    The method will discontinue if the tag pairing structure is incorrect (i.e. if there @@ -809,7 +805,7 @@

                                                                                                                    Returns
                                                                                                                    - + - + @@ -870,7 +866,8 @@
                                                                                                                    Returns

                                                                                                                    GetHashCode()

                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode() +
                                                                                                                    Declaration
                                                                                                                    @@ -886,14 +883,14 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    ListTokenSystem.Collections.Generic.List<Token>
                                                                                                                    stringSystem.String text

                                                                                                                    The text to append

                                                                                                                    IEnumerableSegmentElementSystem.Collections.Generic.IEnumerable<SegmentElement> elements

                                                                                                                    The elements to add

                                                                                                                    TaskstringSystem.Threading.Tasks.Task<System.String>
                                                                                                                    IEnumerableTokenSystem.Collections.Generic.IEnumerable<Token> tokens
                                                                                                                    TaskstringSystem.Threading.Tasks.Task<System.String>
                                                                                                                    boolSystem.Boolean onlyInPeripheralPositions

                                                                                                                    If true, will delete empty tag pairs only if they appear in peripheral positions (leading, trailing).

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if any tags were deleted, and false otherwise.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if any tags were deleted, and false otherwise.

                                                                                                                    SegmentDeleteTagsActionSegment.DeleteTagsAction mode

                                                                                                                    The tag deletion mode

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if any tags were deleted, and false otherwise.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the language and all the elements are the same, otherwise false.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the segment was modified, and false otherwise. Note that after calling this method, there may still be unmatched start or end tags in the segment.

                                                                                                                    @@ -820,7 +816,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    FindTag(TagType, int)

                                                                                                                    +

                                                                                                                    FindTag(TagType, Int32)

                                                                                                                    Finds and returns the tag with the provided type and the provided tag anchor, or null if no such tag exists in the segment.

                                                                                                                    @@ -845,7 +841,7 @@
                                                                                                                    Parameters
                                                                                                                    intSystem.Int32 anchor
                                                                                                                    intSystem.Int32

                                                                                                                    A hash code for this object

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    @@ -915,7 +912,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32 @@ -923,7 +920,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetMinMaxTagAnchor(out int, out int)

                                                                                                                    +

                                                                                                                    GetMinMaxTagAnchor(out Int32, out Int32)

                                                                                                                    Returns the smallest and largest tag anchor used in the segment. Both default to 0.

                                                                                                                    @@ -942,12 +939,12 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 min - int + System.Int32 max @@ -974,8 +971,8 @@
                                                                                                                    Returns
                                                                                                                    - int -

                                                                                                                    The segment's tag count

                                                                                                                    + System.Int32 +

                                                                                                                    The segment's tag count

                                                                                                                    @@ -984,7 +981,7 @@
                                                                                                                    Returns

                                                                                                                    GetTagIdGroups()

                                                                                                                    -

                                                                                                                    Computes a mapping from the start tag token index to that tag's tag ID. Only +

                                                                                                                    Computes a mapping from the start tag token index to that tag's tag ID. Only start and standalone/placeholder tags are included in the mapping. The mapping may be n:1. The segment must be tokenized, or an exception is thrown.

                                                                                                                    @@ -1003,7 +1000,7 @@
                                                                                                                    Returns
                                                                                                                    - Dictionaryintstring + System.Collections.Generic.Dictionary<System.Int32, System.String> @@ -1012,8 +1009,8 @@
                                                                                                                    Returns

                                                                                                                    GetTagPairings()

                                                                                                                    -

                                                                                                                    Returns a dictionary of paired tag token indices, mapping from the start tag's -token index to the end tag's token index. The segment must be tokenized, or an +

                                                                                                                    Returns a dictionary of paired tag token indices, mapping from the start tag's +token index to the end tag's token index. The segment must be tokenized, or an exception is thrown.

                                                                                                                    @@ -1031,7 +1028,7 @@
                                                                                                                    Returns
                                                                                                                    - Dictionaryintint + System.Collections.Generic.Dictionary<System.Int32, System.Int32> @@ -1074,9 +1071,9 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    The index of the token at the specified position, or -1 if it is not found, - or if the segment is not tokenized.

                                                                                                                    +or if the segment is not tokenized.

                                                                                                                    @@ -1103,7 +1100,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    A hash code which is independent of tag anchors.

                                                                                                                    @@ -1130,7 +1127,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -1139,7 +1136,7 @@
                                                                                                                    Returns

                                                                                                                    HasTokenBundles()

                                                                                                                    -

                                                                                                                    Returns true if any of the segment's tokens is a TokenBundle (i.e. an ambigous tokenization), +

                                                                                                                    Returns true if any of the segment's tokens is a TokenBundle (i.e. an ambigous tokenization), and false otherwise. Token bundles should only be used inside the TM Kernel and not be returned through the TM API.

                                                                                                                    @@ -1158,7 +1155,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -1186,7 +1183,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the segment contains any unmatched start or end tags, and false otherwise.

                                                                                                                    @@ -1214,7 +1211,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the segment is valid, false othwerwise.

                                                                                                                    @@ -1253,7 +1250,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -1281,7 +1278,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the segment was modified, and false otherwise.

                                                                                                                    @@ -1290,7 +1287,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    RemoveUnmatchedStartAndEndTags(bool)

                                                                                                                    +

                                                                                                                    RemoveUnmatchedStartAndEndTags(Boolean)

                                                                                                                    Deletes all tags from the segment which have a tag type of Core.TagType.UnmatchedStart or Core.TagType.UnmatchedEnd, if these tags occur in peripheral positions, which means that dangling end tags are only removed if they appear at the start of the segment, and dangling start @@ -1318,7 +1315,7 @@

                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean peripheralPositionsOnly @@ -1334,7 +1331,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the segment was modified, and false otherwise.

                                                                                                                    @@ -1343,7 +1340,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    RenumberTagAnchors(int, ref int)

                                                                                                                    +

                                                                                                                    RenumberTagAnchors(Int32, ref Int32)

                                                                                                                    Renumbers tag anchors, starting at nextTagAnchor, in a consecutive manner. Although tag anchors have no semantics for standalone tags, they are also anchored in the same manner. Errors in tag numbering will be ignored (but preserved, i.e. invalid tag anchors will be mapped to @@ -1365,13 +1362,13 @@

                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 nextTagAnchor

                                                                                                                    The first anchor to assign (must be larger than zero)

                                                                                                                    - int + System.Int32 maxAlignmentAnchor

                                                                                                                    Returns the highest alignment anchor in the renumbered segment.

                                                                                                                    @@ -1388,7 +1385,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the any anchors were reassigned, and false otherwise.

                                                                                                                    @@ -1397,7 +1394,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    RenumberTagAnchors(ref int)

                                                                                                                    +

                                                                                                                    RenumberTagAnchors(ref Int32)

                                                                                                                    Renumbers tag anchors so that they start at 1 and are consecutive. Although tag anchors have no semantics for standalone tags, they are also anchored in the same manner. Errors in tag numbering will be ignored (but preserved, i.e. invalid tag anchors will be mapped to @@ -1419,7 +1416,7 @@

                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 maxAlignmentAnchor @@ -1435,7 +1432,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the any anchors were reassigned, and false otherwise.

                                                                                                                    @@ -1463,7 +1460,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string containing only the plain text in this segment.

                                                                                                                    @@ -1508,7 +1505,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    The plain-text string corresponding to the provided range.

                                                                                                                    @@ -1517,7 +1514,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ToPlain(bool, bool, out List<SegmentPosition>)

                                                                                                                    +

                                                                                                                    ToPlain(Boolean, Boolean, out List<SegmentPosition>)

                                                                                                                    Computes the plain-text version of the segment and returns, in the ranges list, the segment range of each character of the result string. The number of elements in that collection will be equal to the length of the string in characters.

                                                                                                                    @@ -1538,24 +1535,24 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean tolower

                                                                                                                    If true, the returned string will be lower-cased

                                                                                                                    - bool + System.Boolean tobase

                                                                                                                    If true, all letters will be mapped to their base character (i.e. - diacritics will be stripped)

                                                                                                                    +diacritics will be stripped)

                                                                                                                    - ListSegmentPosition + System.Collections.Generic.List<SegmentPosition> ranges

                                                                                                                    A reference to the list of segment ranges which will be returned - upon completion. The list includes, for each character in the result string, the - position in the original segment.

                                                                                                                    +upon completion. The list includes, for each character in the result string, the +position in the original segment.

                                                                                                                    @@ -1570,7 +1567,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String @@ -1578,9 +1575,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ToPlain(int, int)

                                                                                                                    +

                                                                                                                    ToPlain(Int32, Int32)

                                                                                                                    Returns a string containing only the plain text in this segment, covering the given token range. -An exception will be thrown if the segment's tokens are not set or the token range is outside the +An exception will be thrown if the segment's tokens are not set or the token range is outside the bounds.

                                                                                                                    @@ -1599,13 +1596,13 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 fromToken

                                                                                                                    The index of the first token

                                                                                                                    - int + System.Int32 intoToken

                                                                                                                    The index of the last token (inclusive, i.e. "into" semantics)

                                                                                                                    @@ -1622,7 +1619,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A plain text string covering the specified token range

                                                                                                                    @@ -1632,7 +1629,8 @@
                                                                                                                    Returns

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -1648,14 +1646,14 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    @@ -1696,9 +1694,9 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string consisting of the trimmed-off characters, or null if no - characters have been trimmed off

                                                                                                                    +characters have been trimmed off

                                                                                                                    @@ -1728,9 +1726,9 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string consisting of the trimmed-off characters, or null if no - characters have been trimmed off

                                                                                                                    +characters have been trimmed off

                                                                                                                    @@ -1738,8 +1736,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    UpdateFromTokenIndices(ICollection<int>)

                                                                                                                    -

                                                                                                                    Updates the segment's text from the tokens, and adjusts span indices accordingly. An exception +

                                                                                                                    UpdateFromTokenIndices(ICollection<Int32>)

                                                                                                                    +

                                                                                                                    Updates the segment's text from the tokens, and adjusts span indices accordingly. An exception is thrown if the segment is not tokenized.

                                                                                                                    @@ -1758,7 +1756,7 @@
                                                                                                                    Parameters
                                                                                                                    - ICollectionint + System.Collections.Generic.ICollection<System.Int32> tokenIndices

                                                                                                                    The list of tokens to update.

                                                                                                                    @@ -1775,7 +1773,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the segment was changed, and false otherwise.

                                                                                                                    @@ -1804,7 +1802,7 @@
                                                                                                                    Returns
                                                                                                                    ErrorCode

                                                                                                                    An error code (which may be OK, indicating - the segment is valid).

                                                                                                                    +the segment is valid).

                                                                                                                    @@ -1812,7 +1810,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Validate(ValidationMode)

                                                                                                                    +

                                                                                                                    Validate(Segment.ValidationMode)

                                                                                                                    Performs validation checks on this instance, applying the specified validation mode.

                                                                                                                    @@ -1831,7 +1829,7 @@
                                                                                                                    Parameters
                                                                                                                    - SegmentValidationMode + Segment.ValidationMode mode

                                                                                                                    The validation mode to apply

                                                                                                                    @@ -1850,7 +1848,7 @@
                                                                                                                    Returns
                                                                                                                    ErrorCode

                                                                                                                    An error code (which may be OK, indicating - the segment is valid).

                                                                                                                    +the segment is valid).

                                                                                                                    @@ -1859,7 +1857,7 @@
                                                                                                                    Returns

                                                                                                                    VerifyTokenSpans()

                                                                                                                    -

                                                                                                                    Verifies whether the spans of the segment's tokens are correct and reflect the segment's text. +

                                                                                                                    Verifies whether the spans of the segment's tokens are correct and reflect the segment's text. Note that the segment should be tokenized. If not, true is returned.

                                                                                                                    @@ -1877,9 +1875,9 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the verification was successful or the segment is not tokenized, - and false otherwise.

                                                                                                                    +and false otherwise.

                                                                                                                    @@ -1925,7 +1923,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentEditor.html b/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentEditor.html index f227f4b6b..86ac03aba 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentEditor.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentEditor.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SegmentEditor
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -163,7 +163,7 @@
                                                                                                                    Parameters
                                                                                                                    - ListToken + System.Collections.Generic.List<Token> tokens @@ -179,7 +179,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -187,7 +187,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ChangeTokens(Segment, List<Token>, short, short)

                                                                                                                    +

                                                                                                                    ChangeTokens(Segment, List<Token>, Int16, Int16)

                                                                                                                    Declaration
                                                                                                                    @@ -210,17 +210,17 @@
                                                                                                                    Parameters
                                                                                                                    - ListToken + System.Collections.Generic.List<Token> tokens - short + System.Int16 startTokenIndex - short + System.Int16 length @@ -236,7 +236,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -313,7 +313,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    DeleteTokens(Segment, short, short)

                                                                                                                    +

                                                                                                                    DeleteTokens(Segment, Int16, Int16)

                                                                                                                    Declaration
                                                                                                                    @@ -336,12 +336,12 @@
                                                                                                                    Parameters
                                                                                                                    - short + System.Int16 startTokenIndex - short + System.Int16 length @@ -357,7 +357,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -372,7 +372,7 @@
                                                                                                                    Exceptions
                                                                                                                    - Exception + System.Exception @@ -380,7 +380,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    InsertTokens(Segment, List<Token>, short)

                                                                                                                    +

                                                                                                                    InsertTokens(Segment, List<Token>, Int16)

                                                                                                                    Declaration
                                                                                                                    @@ -403,12 +403,12 @@
                                                                                                                    Parameters
                                                                                                                    - ListToken + System.Collections.Generic.List<Token> tokens - short + System.Int16 startTokenIndex @@ -424,7 +424,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -432,7 +432,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    InsertTokens(Segment, List<Token>, short, List<Token>)

                                                                                                                    +

                                                                                                                    InsertTokens(Segment, List<Token>, Int16, List<Token>)

                                                                                                                    Declaration
                                                                                                                    @@ -455,17 +455,17 @@
                                                                                                                    Parameters
                                                                                                                    - ListToken + System.Collections.Generic.List<Token> tokens - short + System.Int16 startTokenIndex - ListToken + System.Collections.Generic.List<Token> tokensInserted @@ -481,7 +481,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.Similarity.html b/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.Similarity.html index a4d7ab1ae..6ed436c9a 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.Similarity.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.Similarity.html @@ -89,11 +89,11 @@

                                                                                                                    A similarity level between segment elements.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public enum SegmentElement.Similarity
                                                                                                                    +
                                                                                                                    public enum Similarity

                                                                                                                    Fields

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.html b/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.html index 75883b3b7..bb37ca7d4 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.html @@ -92,7 +92,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SegmentElement
                                                                                                                    @@ -101,36 +101,32 @@
                                                                                                                    Inheritance
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -[KnownType(typeof(Tag))]
                                                                                                                    -[KnownType(typeof(Text))]
                                                                                                                    -[KnownType(typeof(Token))]
                                                                                                                    -public abstract class SegmentElement
                                                                                                                    +
                                                                                                                    public abstract class SegmentElement

                                                                                                                    Constructors

                                                                                                                    @@ -240,7 +236,7 @@
                                                                                                                    Returns
                                                                                                                    - SegmentElementSimilarity + SegmentElement.Similarity @@ -248,7 +244,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetSimilarity(SegmentElement, bool)

                                                                                                                    +

                                                                                                                    GetSimilarity(SegmentElement, Boolean)

                                                                                                                    Declaration
                                                                                                                    @@ -271,7 +267,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean allowCompatibility @@ -287,7 +283,7 @@
                                                                                                                    Returns
                                                                                                                    - SegmentElementSimilarity + SegmentElement.Similarity @@ -331,7 +327,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskSegmentElementSimilarity + System.Threading.Tasks.Task<SegmentElement.Similarity>

                                                                                                                    A value indicating the degree of similarity to the provided segment element.

                                                                                                                    @@ -340,9 +336,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetSimilarityAsync(SegmentElement, bool)

                                                                                                                    +

                                                                                                                    GetSimilarityAsync(SegmentElement, Boolean)

                                                                                                                    Computes the degree of similarity to another instance, with the option of -more flexible type compatibility (e.g. treat 'cm' and 'ft' as same type, because both measure length)

                                                                                                                    +more flexible type compatibility (e.g. treat 'cm' and 'ft' as same type, because both measure length)

                                                                                                                    Declaration
                                                                                                                    @@ -366,7 +362,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean allowCompatibility

                                                                                                                    If True, more flexible type compatibility will be used if available for the comparison

                                                                                                                    @@ -383,7 +379,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskSegmentElementSimilarity + System.Threading.Tasks.Task<SegmentElement.Similarity> @@ -410,7 +406,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    A hash code which is independent of tag anchors.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentPosition.html b/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentPosition.html index bd8a0db44..8887e6d80 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentPosition.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentPosition.html @@ -91,30 +91,29 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SegmentPosition
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SegmentPosition
                                                                                                                    +
                                                                                                                    public class SegmentPosition

                                                                                                                    Constructors

                                                                                                                    @@ -132,7 +131,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    SegmentPosition(int, int)

                                                                                                                    +

                                                                                                                    SegmentPosition(Int32, Int32)

                                                                                                                    Initializes a new instance with the specified arguments.

                                                                                                                    @@ -151,17 +150,17 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 runIndex

                                                                                                                    The index of the segment element within the segment.

                                                                                                                    - int + System.Int32 positionInRun

                                                                                                                    The position within the run. This is only - relevant for Text elements, and has no effect for other segment - element types.

                                                                                                                    +relevant for Text elements, and has no effect for other segment +element types.

                                                                                                                    @@ -177,8 +176,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int Index { get; set; }
                                                                                                                    +
                                                                                                                    public int Index { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -190,7 +188,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -205,8 +203,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int Position { get; set; }
                                                                                                                    +
                                                                                                                    public int Position { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -218,7 +215,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -270,7 +267,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -306,8 +303,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -324,7 +322,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -341,20 +339,21 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32

                                                                                                                    An int value less than zero if a precedes b, zero if a denotes the same position as b, and greater than zero if a follows b.

                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)

                                                                                                                    GetHashCode()

                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode() +
                                                                                                                    Declaration
                                                                                                                    @@ -370,19 +369,20 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    A hash code for this object

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -398,14 +398,14 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentRange.html b/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentRange.html index 3ca3338aa..66bf1f247 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentRange.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.SegmentRange.html @@ -92,30 +92,29 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SegmentRange
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SegmentRange
                                                                                                                    +
                                                                                                                    public class SegmentRange

                                                                                                                    Constructors

                                                                                                                    @@ -169,7 +168,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SegmentRange(int, int, int)

                                                                                                                    +

                                                                                                                    SegmentRange(Int32, Int32, Int32)

                                                                                                                    Initializes a new instance of with the given parameters.

                                                                                                                    @@ -188,19 +187,19 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 run

                                                                                                                    The segment element index (run) of the range.

                                                                                                                    - int + System.Int32 from

                                                                                                                    The start position in the run.

                                                                                                                    - int + System.Int32 into

                                                                                                                    The end position (inclusive) in the run.

                                                                                                                    @@ -218,8 +217,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public SegmentPosition From { get; set; }
                                                                                                                    +
                                                                                                                    public SegmentPosition From { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -245,8 +243,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public SegmentPosition Into { get; set; }
                                                                                                                    +
                                                                                                                    public SegmentPosition Into { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -285,7 +282,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -337,9 +334,9 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -382,8 +379,8 @@
                                                                                                                    Returns
                                                                                                                    - - + @@ -454,7 +451,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -463,8 +460,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -481,7 +479,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -498,15 +496,15 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32

                                                                                                                    An integer value less than zero if a precedes b, zero if a and b are in the same range, - and a value greater than zero if a follows b. Only the start positions are compared.

                                                                                                                    +and a value greater than zero if a follows b. Only the start positions are compared.

                                                                                                                    bool

                                                                                                                    true if other is entirely "within" this segment range, and false otherwise.

                                                                                                                    +
                                                                                                                    System.Boolean

                                                                                                                    true if other is entirely "within" this segment range, and false otherwise.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if both ranges are identical.

                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)
                                                                                                                    @@ -527,18 +525,18 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()

                                                                                                                    IsInside(SegmentPosition)

                                                                                                                    -

                                                                                                                    Tests whether the segment position p is inside this range.

                                                                                                                    +

                                                                                                                    Tests whether the segment position p is inside this range.

                                                                                                                    Declaration
                                                                                                                    @@ -573,8 +571,8 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    true if p is "inside" this range, and false + System.Boolean +

                                                                                                                    true if p is "inside" this range, and false otherwise.

                                                                                                                    @@ -618,7 +616,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the two ranges overlap, and false otherwise.

                                                                                                                    @@ -628,7 +626,8 @@
                                                                                                                    Returns

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -644,14 +643,14 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html index cae016843..a686f43f4 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html @@ -92,40 +92,39 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Context
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.ICloneable
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreSegmentation
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Segmentation
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class Context : ICloneable
                                                                                                                    +
                                                                                                                    public class Context : ICloneable

                                                                                                                    Constructors

                                                                                                                    @@ -172,7 +171,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Context(string)

                                                                                                                    +

                                                                                                                    Context(String)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -191,7 +190,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String pattern

                                                                                                                    The regular expression pattern to initialize the context with.

                                                                                                                    @@ -201,7 +200,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Context(string, bool, bool)

                                                                                                                    +

                                                                                                                    Context(String, Boolean, Boolean)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -220,22 +219,22 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String pattern

                                                                                                                    The regular expression pattern

                                                                                                                    - bool + System.Boolean caseInsensitive

                                                                                                                    Whether or not to apply case-insensitive matching

                                                                                                                    - bool + System.Boolean matchesInputBoundary

                                                                                                                    Whether or not the context will match at the input - boundary (beginning or end of string/file)

                                                                                                                    +boundary (beginning or end of string/file)

                                                                                                                    @@ -252,8 +251,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool CaseInsensitiveMatching { get; set; }
                                                                                                                    +
                                                                                                                    public bool CaseInsensitiveMatching { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -265,7 +263,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -275,13 +273,12 @@
                                                                                                                    Property Value

                                                                                                                    MatchesAtInputBoundary

                                                                                                                    If MatchesInputBoundary is true, MatchesFrom() will return true if the specified position -is beyond the input's length.

                                                                                                                    +is beyond the input's length.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool MatchesAtInputBoundary { get; set; }
                                                                                                                    +
                                                                                                                    public bool MatchesAtInputBoundary { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -293,7 +290,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -307,8 +304,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string Pattern { get; set; }
                                                                                                                    +
                                                                                                                    public string Pattern { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -320,7 +316,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -331,7 +327,8 @@

                                                                                                                    Methods

                                                                                                                    Clone()

                                                                                                                    - +
                                                                                                                    System.ICloneable.Clone() +
                                                                                                                    Declaration
                                                                                                                    @@ -347,7 +344,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -356,7 +353,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    FindAllMatches(string, int)

                                                                                                                    +

                                                                                                                    FindAllMatches(String, Int32)

                                                                                                                    Computes and returns all matches of the context in the specified input string.

                                                                                                                    @@ -375,13 +372,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -398,9 +395,9 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -408,7 +405,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    MatchesAt(string, int, bool, bool)

                                                                                                                    +

                                                                                                                    MatchesAt(String, Int32, Boolean, Boolean)

                                                                                                                    Tests whether the context matches at the specified position. A pre-break context must match up to the position (not including), and a post-break context must match from that position onwards. If true, a match is postulated directly before position.

                                                                                                                    @@ -429,29 +426,29 @@
                                                                                                                    Parameters
                                                                                                                    - + - + - + - + @@ -466,7 +463,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -475,9 +472,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    MatchesUpto(string, int)

                                                                                                                    +

                                                                                                                    MatchesUpto(String, Int32)

                                                                                                                    MatchesUpto tests whether the context matches the input up to, but not including, -the specified position (which may be >= the string's length).

                                                                                                                    +the specified position (which may be >= the string's length).

                                                                                                                    Declaration
                                                                                                                    @@ -495,13 +492,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -518,9 +515,9 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -529,7 +526,8 @@
                                                                                                                    Returns

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -545,17 +543,17 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    objectSystem.Object

                                                                                                                    A new object that is a deep copy of this instance.

                                                                                                                    stringSystem.String s

                                                                                                                    The input string

                                                                                                                    intSystem.Int32 startOffset

                                                                                                                    The zero-based start index where to start the match process.

                                                                                                                    ListMatchSystem.Collections.Generic.List<Match>

                                                                                                                    A list of matches where the context matches the input string, or null - if no matches can be found.

                                                                                                                    +if no matches can be found.

                                                                                                                    stringSystem.String s

                                                                                                                    The input string to test

                                                                                                                    intSystem.Int32 position

                                                                                                                    The position in the input to test for a match

                                                                                                                    boolSystem.Boolean assumeEof

                                                                                                                    If true, it is assumed that the end of input has been reached, and - end-of-input constraints will match. If false, any end-of-input constraints will not match.

                                                                                                                    +end-of-input constraints will match. If false, any end-of-input constraints will not match.

                                                                                                                    boolSystem.Boolean followedByWordBreak

                                                                                                                    If true, any end-of-word constraints will match. If false, - no end-of-word constraints will match.

                                                                                                                    +no end-of-word constraints will match.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true iff the context at the specified position.

                                                                                                                    stringSystem.String s

                                                                                                                    The string to test for a match

                                                                                                                    intSystem.Int32 position

                                                                                                                    The position upto which to test for a match (non-inclusive).

                                                                                                                    boolSystem.Boolean

                                                                                                                    true iff the context matches the input string up to (not including) - the specified position.

                                                                                                                    +the specified position.

                                                                                                                    stringSystem.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()

                                                                                                                    Implements

                                                                                                                    - ICloneable + System.ICloneable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.ContextType.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.ContextType.html index cacc5d308..d8200a9b2 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.ContextType.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.ContextType.html @@ -89,12 +89,11 @@

                                                                                                                    The type of a break context

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreSegmentation
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Segmentation
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public enum ContextType
                                                                                                                    +
                                                                                                                    public enum ContextType

                                                                                                                    Fields

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html index a7d7df9c0..e317d51c4 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html @@ -91,42 +91,41 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    LocalizedString
                                                                                                                    Implements
                                                                                                                    - - - +
                                                                                                                    System.Collections.Generic.IEnumerable<CultureString>
                                                                                                                    +
                                                                                                                    System.Collections.IEnumerable
                                                                                                                    +
                                                                                                                    System.ICloneable
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreSegmentation
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Segmentation
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class LocalizedString : IEnumerable<CultureString>, IEnumerable, ICloneable
                                                                                                                    +
                                                                                                                    public class LocalizedString : IEnumerable<CultureString>, IEnumerable, ICloneable

                                                                                                                    Constructors

                                                                                                                    @@ -173,7 +172,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    LocalizedString(string)

                                                                                                                    +

                                                                                                                    LocalizedString(String)

                                                                                                                    Creates a new instance with the InvariantText set to the provided text.

                                                                                                                    @@ -192,7 +191,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String text

                                                                                                                    The text to use for the invariant culture

                                                                                                                    @@ -222,7 +221,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -248,7 +247,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -274,7 +273,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -284,7 +283,7 @@

                                                                                                                    Methods -

                                                                                                                    Add(object)

                                                                                                                    +

                                                                                                                    Add(Object)

                                                                                                                    Only used for XML deserialization.

                                                                                                                    @@ -303,7 +302,7 @@
                                                                                                                    Parameters
                                                                                                                    - object + System.Object o @@ -313,7 +312,8 @@
                                                                                                                    Parameters

                                                                                                                    Clone()

                                                                                                                    - +
                                                                                                                    System.ICloneable.Clone() +
                                                                                                                    Declaration
                                                                                                                    @@ -329,7 +329,7 @@
                                                                                                                    Returns
                                                                                                                    - object + System.Object

                                                                                                                    A new object that is a deep copy of this instance.

                                                                                                                    @@ -357,7 +357,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture

                                                                                                                    The culture

                                                                                                                    @@ -367,7 +367,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    DeleteText(CultureCode, bool)

                                                                                                                    +

                                                                                                                    DeleteText(CultureCode, Boolean)

                                                                                                                    Deletes the text for the provided culture.

                                                                                                                    @@ -386,18 +386,18 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture

                                                                                                                    The culture

                                                                                                                    - bool + System.Boolean mayFallback

                                                                                                                    If false, the culture of the text and the provided - culture must match exactly. Otherwise, it is sufficient if the cultures are - compatible. If an exact match for the culture is available, it will still - be preferred.

                                                                                                                    +culture must match exactly. Otherwise, it is sufficient if the cultures are +compatible. If an exact match for the culture is available, it will still +be preferred.

                                                                                                                    @@ -406,7 +406,7 @@
                                                                                                                    Parameters

                                                                                                                    GetEnumerator()

                                                                                                                    -

                                                                                                                    Returns an enumerator which is used to enumerate the encapsulated culture-annotated strings.

                                                                                                                    +

                                                                                                                    Returns an enumerator which is used to enumerate the encapsulated culture-annotated strings.

                                                                                                                    Declaration
                                                                                                                    @@ -423,7 +423,7 @@
                                                                                                                    Returns
                                                                                                                    - IEnumeratorCultureString + System.Collections.Generic.IEnumerator<CultureString>

                                                                                                                    An enumerator

                                                                                                                    @@ -451,7 +451,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture @@ -467,7 +467,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String @@ -475,7 +475,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetText(CultureCode, bool)

                                                                                                                    +

                                                                                                                    GetText(CultureCode, Boolean)

                                                                                                                    Returns the text for the provided culture.

                                                                                                                    @@ -494,18 +494,18 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture

                                                                                                                    The culture (non-null)

                                                                                                                    - bool + System.Boolean mayFallback

                                                                                                                    If false, the culture of the text and the provided - culture must match exactly. Otherwise, it is sufficient if the cultures are - compatible. If an exact match for the culture is available, it will still - be preferred.

                                                                                                                    +culture must match exactly. Otherwise, it is sufficient if the cultures are +compatible. If an exact match for the culture is available, it will still +be preferred.

                                                                                                                    @@ -520,7 +520,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String @@ -528,7 +528,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SetText(CultureCode, string)

                                                                                                                    +

                                                                                                                    SetText(CultureCode, String)

                                                                                                                    Sets (adds or overwrites) the text compatible with the provided culture.

                                                                                                                    @@ -547,13 +547,13 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture

                                                                                                                    The culture (non-null)

                                                                                                                    - string + System.String text

                                                                                                                    The text

                                                                                                                    @@ -563,7 +563,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SetText(CultureCode, string, bool)

                                                                                                                    +

                                                                                                                    SetText(CultureCode, String, Boolean)

                                                                                                                    Sets the text for the provided culture.

                                                                                                                    @@ -582,24 +582,24 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture

                                                                                                                    The culture (non-null)

                                                                                                                    - string + System.String text

                                                                                                                    The text

                                                                                                                    - bool + System.Boolean mayFallback

                                                                                                                    If false, the culture of the text and the provided - culture must match exactly. Otherwise, it is sufficient if the cultures are - compatible. If an exact match for the culture is available, it will still - be preferred.

                                                                                                                    +culture must match exactly. Otherwise, it is sufficient if the cultures are +compatible. If an exact match for the culture is available, it will still +be preferred.

                                                                                                                    @@ -608,7 +608,8 @@
                                                                                                                    Parameters

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -624,23 +625,51 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    +

                                                                                                                    Explicit Interface Implementations +

                                                                                                                    + + + +

                                                                                                                    IEnumerable.GetEnumerator()

                                                                                                                    +
                                                                                                                    System.Collections.IEnumerable.GetEnumerator() +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    IEnumerator IEnumerable.GetEnumerator()
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Returns
                                                                                                                    + + + + + + + + + + + + + +
                                                                                                                    TypeDescription
                                                                                                                    System.Collections.IEnumerator

                                                                                                                    Implements

                                                                                                                    - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                                    - IEnumerable + System.Collections.IEnumerable
                                                                                                                    - ICloneable + System.ICloneable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.RuleOrigin.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.RuleOrigin.html index 4450b1378..660ae0e45 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.RuleOrigin.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.RuleOrigin.html @@ -89,12 +89,11 @@

                                                                                                                    The rule origin

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreSegmentation
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Segmentation
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public enum RuleOrigin
                                                                                                                    +
                                                                                                                    public enum RuleOrigin

                                                                                                                    Fields

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.RuleType.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.RuleType.html index 590657800..ea5c350f0 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.RuleType.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.RuleType.html @@ -89,12 +89,11 @@

                                                                                                                    The type of a segmentation rule

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreSegmentation
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Segmentation
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public enum RuleType
                                                                                                                    +
                                                                                                                    public enum RuleType

                                                                                                                    Fields

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.html index 9e9af897a..18012480f 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.html @@ -103,44 +103,44 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SegmentationContext
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.ICloneable
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreSegmentation
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Segmentation
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SegmentationContext : ICloneable
                                                                                                                    +
                                                                                                                    public class SegmentationContext : ICloneable

                                                                                                                    Constructors

                                                                                                                    @@ -188,7 +188,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SegmentationContext(string, string, Context, Context)

                                                                                                                    +

                                                                                                                    SegmentationContext(String, String, Context, Context)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -207,18 +207,18 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String description

                                                                                                                    A description of the context, for UI purposes.

                                                                                                                    - string + System.String triggerChars

                                                                                                                    If specified, a string which contains the characters which - can occur at the start of a matching text. If the current start character is not in this - list, no match will be computed, which may improve performance. If null, the - match computation will take place as usual.

                                                                                                                    +can occur at the start of a matching text. If the current start character is not in this +list, no match will be computed, which may improve performance. If null, the +match computation will take place as usual.

                                                                                                                    @@ -246,8 +246,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public ContextType ContextType { get; set; }
                                                                                                                    +
                                                                                                                    public ContextType ContextType { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -273,8 +272,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public LocalizedString Description { get; set; }
                                                                                                                    +
                                                                                                                    public LocalizedString Description { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -302,8 +300,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Context FollowingContext { get; set; }
                                                                                                                    +
                                                                                                                    public Context FollowingContext { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -331,8 +328,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool IsEnabled { get; set; }
                                                                                                                    +
                                                                                                                    public bool IsEnabled { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -344,7 +340,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -360,8 +356,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Context PrecedingContext { get; set; }
                                                                                                                    +
                                                                                                                    public Context PrecedingContext { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -389,8 +384,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string Requires { get; set; }
                                                                                                                    +
                                                                                                                    public string Requires { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -402,7 +396,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -421,12 +415,12 @@

                                                                                                                    +

                                                                                                                    +

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string TriggerChars { get; set; }
                                                                                                                    +
                                                                                                                    public string TriggerChars { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -438,7 +432,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -449,7 +443,8 @@

                                                                                                                    Methods

                                                                                                                    Clone()

                                                                                                                    - +
                                                                                                                    System.ICloneable.Clone() +
                                                                                                                    Declaration
                                                                                                                    @@ -465,7 +460,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -474,7 +469,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    FindAllMatches(string, int, bool, bool)

                                                                                                                    +

                                                                                                                    FindAllMatches(String, Int32, Boolean, Boolean)

                                                                                                                    Finds all matches of the context in the input string, starting at the specified position.

                                                                                                                    @@ -493,29 +488,29 @@
                                                                                                                    Parameters
                                                                                                                    - + - + - + - + @@ -530,7 +525,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -539,7 +534,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    MatchesAt(string, int, bool, bool)

                                                                                                                    +

                                                                                                                    MatchesAt(String, Int32, Boolean, Boolean)

                                                                                                                    Tests whether the context matches at the specified position. The preceding context, if specified, must match up to the position (not including), and the following context must match from that position onwards. If true, a match is postulated directly before position.

                                                                                                                    @@ -560,29 +555,29 @@
                                                                                                                    Parameters
                                                                                                                    - + - + - + - + @@ -597,9 +592,9 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -608,7 +603,8 @@
                                                                                                                    Returns

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -624,17 +620,17 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    objectSystem.Object

                                                                                                                    A new object that is a deep copy of this instance.

                                                                                                                    stringSystem.String input

                                                                                                                    The input string to test

                                                                                                                    intSystem.Int32 startOffset

                                                                                                                    The zero-based position in the input to start the match process from

                                                                                                                    boolSystem.Boolean assumeEof

                                                                                                                    If true, it is assumed that the end of input has been reached, and - end-of-input constraints will match at the end of the input string. If false, any end-of-input constraints will not match.

                                                                                                                    +end-of-input constraints will match at the end of the input string. If false, any end-of-input constraints will not match.

                                                                                                                    boolSystem.Boolean followedByWordBreak

                                                                                                                    If true, any end-of-word constraints will match at the end of the input string. If false, - no end-of-word constraints will match.

                                                                                                                    +no end-of-word constraints will match.

                                                                                                                    ListintSystem.Collections.Generic.List<System.Int32>

                                                                                                                    A list of positions where the context matches in the input string

                                                                                                                    stringSystem.String input

                                                                                                                    The input string to test

                                                                                                                    intSystem.Int32 position

                                                                                                                    The position in the input to test for a match

                                                                                                                    boolSystem.Boolean assumeEof

                                                                                                                    If true, it is assumed that the end of input has been reached, and - end-of-input constraints will match. If false, any end-of-input constraints will not match.

                                                                                                                    +end-of-input constraints will match. If false, any end-of-input constraints will not match.

                                                                                                                    boolSystem.Boolean followedByWordBreak

                                                                                                                    If true, any end-of-word constraints will match. If false, - no end-of-word constraints will match.

                                                                                                                    +no end-of-word constraints will match.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true iff the preceding context matches up to the specified position (non-inclusive), - and the following context matches from that position onwards.

                                                                                                                    +and the following context matches from that position onwards.

                                                                                                                    stringSystem.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()

                                                                                                                    Implements

                                                                                                                    - ICloneable + System.ICloneable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html index 846afb0d0..5018af848 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html @@ -93,44 +93,44 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SegmentationRule
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.ICloneable
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreSegmentation
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Segmentation
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SegmentationRule : ICloneable
                                                                                                                    +
                                                                                                                    public class SegmentationRule : ICloneable

                                                                                                                    Constructors

                                                                                                                    @@ -178,7 +178,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SegmentationRule(string, SegmentationContext)

                                                                                                                    +

                                                                                                                    SegmentationRule(String, SegmentationContext)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -197,7 +197,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String description

                                                                                                                    A description of the rule, for display purposes.

                                                                                                                    @@ -213,7 +213,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SegmentationRule(string, SegmentationContext, List<SegmentationContext>)

                                                                                                                    +

                                                                                                                    SegmentationRule(String, SegmentationContext, List<SegmentationContext>)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -232,7 +232,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String description

                                                                                                                    A description of the rule, for display purposes.

                                                                                                                    @@ -244,7 +244,7 @@
                                                                                                                    Parameters
                                                                                                                    - ListSegmentationContext + System.Collections.Generic.List<SegmentationContext> exceptions

                                                                                                                    A list of exceptions to attach to the matching context (optional)

                                                                                                                    @@ -262,8 +262,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public LocalizedString Description { get; set; }
                                                                                                                    +
                                                                                                                    public LocalizedString Description { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -289,8 +288,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<SegmentationContext> Exceptions { get; set; }
                                                                                                                    +
                                                                                                                    public List<SegmentationContext> Exceptions { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -302,7 +300,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -318,8 +316,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool IsEnabled { get; set; }
                                                                                                                    +
                                                                                                                    public bool IsEnabled { get; set; }
                                                                                                                    Property Value
                                                                                                                    ListSegmentationContextSystem.Collections.Generic.List<SegmentationContext>
                                                                                                                    @@ -331,7 +328,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -345,8 +342,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public SegmentationContext MatchingContext { get; set; }
                                                                                                                    +
                                                                                                                    public SegmentationContext MatchingContext { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -373,8 +369,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int MinimumChars { get; set; }
                                                                                                                    +
                                                                                                                    public int MinimumChars { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -386,7 +381,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -401,8 +396,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int MinimumWords { get; set; }
                                                                                                                    +
                                                                                                                    public int MinimumWords { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -414,7 +408,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -429,8 +423,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public RuleOrigin Origin { get; set; }
                                                                                                                    +
                                                                                                                    public RuleOrigin Origin { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -452,14 +445,13 @@
                                                                                                                    Property Value

                                                                                                                    Type

                                                                                                                    Gets or sets the rule type, which is used for display purposes. This value must match -the rule's break character and should not be modified after a rule has been created or +the rule's break character and should not be modified after a rule has been created or obtained.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public RuleType Type { get; set; }
                                                                                                                    +
                                                                                                                    public RuleType Type { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -511,7 +503,8 @@
                                                                                                                    Parameters

                                                                                                                    Clone()

                                                                                                                    - +
                                                                                                                    System.ICloneable.Clone() +
                                                                                                                    Declaration
                                                                                                                    @@ -527,7 +520,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -536,7 +529,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    FindAllMatches(string, int, bool, bool)

                                                                                                                    +

                                                                                                                    FindAllMatches(String, Int32, Boolean, Boolean)

                                                                                                                    Declaration
                                                                                                                    @@ -554,22 +547,22 @@
                                                                                                                    Parameters
                                                                                                                    - + - + - + - + @@ -585,7 +578,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -593,7 +586,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    FindFirstMatch(string, int, bool, bool)

                                                                                                                    +

                                                                                                                    FindFirstMatch(String, Int32, Boolean, Boolean)

                                                                                                                    Finds the first matche of the rule in the input string, starting at the specified position.

                                                                                                                    @@ -612,29 +605,29 @@
                                                                                                                    Parameters
                                                                                                                    - + - + - + - + @@ -649,7 +642,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -658,7 +651,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    MatchesAt(string, int, bool, bool)

                                                                                                                    +

                                                                                                                    MatchesAt(String, Int32, Boolean, Boolean)

                                                                                                                    Tests whether the context matches at the specified position. The preceding context, if specified, must match up to the position (not including), and the following context must match from that position onwards. If true, a match is postulated directly before position.

                                                                                                                    @@ -679,29 +672,29 @@
                                                                                                                    Parameters
                                                                                                                    - + - + - + - + @@ -716,9 +709,9 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -727,7 +720,8 @@
                                                                                                                    Returns

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -743,17 +737,17 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    objectSystem.Object

                                                                                                                    A new object that is a deep copy of this instance.

                                                                                                                    stringSystem.String input
                                                                                                                    intSystem.Int32 startOffset
                                                                                                                    boolSystem.Boolean assumeEof
                                                                                                                    boolSystem.Boolean followedByWordBreak
                                                                                                                    ListintSystem.Collections.Generic.List<System.Int32>
                                                                                                                    stringSystem.String input

                                                                                                                    The input string to test

                                                                                                                    intSystem.Int32 startOffset

                                                                                                                    The zero-based position in the input to start the match process from

                                                                                                                    boolSystem.Boolean assumeEof

                                                                                                                    If true, it is assumed that the end of input has been reached, and - end-of-input constraints will match at the end of the input string. If false, any end-of-input constraints will not match.

                                                                                                                    +end-of-input constraints will match at the end of the input string. If false, any end-of-input constraints will not match.

                                                                                                                    boolSystem.Boolean followedByWordBreak

                                                                                                                    If true, any end-of-word constraints will match at the end of the input string. If false, - no end-of-word constraints will match.

                                                                                                                    +no end-of-word constraints will match.

                                                                                                                    intSystem.Int32

                                                                                                                    The first position in the input where the rule matches, or -1 if no match was found.

                                                                                                                    stringSystem.String input

                                                                                                                    The input string to test

                                                                                                                    intSystem.Int32 position

                                                                                                                    The position in the input to test for a match

                                                                                                                    boolSystem.Boolean assumeEof

                                                                                                                    If true, it is assumed that the end of input has been reached, and - end-of-input constraints will match. If false, any end-of-input constraints will not match.

                                                                                                                    +end-of-input constraints will match. If false, any end-of-input constraints will not match.

                                                                                                                    boolSystem.Boolean followedByWordBreak

                                                                                                                    If true, any end-of-word constraints will match. If false, - no end-of-word constraints will match.

                                                                                                                    +no end-of-word constraints will match.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true iff the preceding context matches up to the specified position (non-inclusive), - and the following context matches from that position onwards.

                                                                                                                    +and the following context matches from that position onwards.

                                                                                                                    stringSystem.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()

                                                                                                                    Implements

                                                                                                                    - ICloneable + System.ICloneable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html index ec7805297..7a569bc11 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html @@ -91,40 +91,39 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SegmentationRules
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.ICloneable
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreSegmentation
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Segmentation
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SegmentationRules : ICloneable
                                                                                                                    +
                                                                                                                    public class SegmentationRules : ICloneable

                                                                                                                    Constructors

                                                                                                                    @@ -143,7 +142,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    SegmentationRules(CultureCode, string)

                                                                                                                    +

                                                                                                                    SegmentationRules(CultureCode, String)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -162,14 +161,14 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture

                                                                                                                    The culture for which to apply this segmentation rule set. This - culture is also used to retrieve additional language resources, if required.

                                                                                                                    +culture is also used to retrieve additional language resources, if required.

                                                                                                                    - string + System.String description

                                                                                                                    A description for this segmentation rules set.

                                                                                                                    @@ -208,7 +207,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SegmentationRules(string, string)

                                                                                                                    +

                                                                                                                    SegmentationRules(String, String)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -227,14 +226,14 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String cultureName

                                                                                                                    The culture for which to apply this segmentation rule set. This - culture is also used to retrieve additional language resources, if required.

                                                                                                                    +culture is also used to retrieve additional language resources, if required.

                                                                                                                    - string + System.String description

                                                                                                                    A description for this segmentation rules set.

                                                                                                                    @@ -264,7 +263,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -291,7 +290,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo @@ -306,8 +305,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string CultureName { get; set; }
                                                                                                                    +
                                                                                                                    public string CultureName { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -319,7 +317,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -333,8 +331,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public LocalizedString Description { get; set; }
                                                                                                                    +
                                                                                                                    public LocalizedString Description { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -354,7 +351,7 @@
                                                                                                                    Property Value
                                                                                                                    -

                                                                                                                    this[int]

                                                                                                                    +

                                                                                                                    Item[Int32]

                                                                                                                    Gets the segmentation rule at the specified zero-based position.

                                                                                                                    @@ -373,7 +370,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -422,7 +419,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -436,8 +433,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<SegmentationRule> Rules { get; set; }
                                                                                                                    +
                                                                                                                    public List<SegmentationRule> Rules { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32 index

                                                                                                                    The zero-based index

                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -449,7 +445,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -459,9 +455,9 @@

                                                                                                                    Methods -

                                                                                                                    Add(object)

                                                                                                                    +

                                                                                                                    Add(Object)

                                                                                                                    Adds the specified object, which must be a non-null SegmentationRule, to the list of -rules. This method is for XML deserialization only and should not be used.

                                                                                                                    +rules. This method is for XML deserialization only and should not be used.

                                                                                                                    Declaration
                                                                                                                    @@ -479,7 +475,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -517,7 +513,8 @@
                                                                                                                    Parameters

                                                                                                                    Clone()

                                                                                                                    - +
                                                                                                                    System.ICloneable.Clone() +
                                                                                                                    Declaration
                                                                                                                    @@ -533,7 +530,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -560,7 +557,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -589,12 +586,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -623,8 +620,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Load(Stream, CultureCode, IResourceDataAccessor, bool)

                                                                                                                    -

                                                                                                                    See LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync, bool)

                                                                                                                    +

                                                                                                                    Load(Stream, CultureCode, IResourceDataAccessor, Boolean)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -643,12 +640,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -658,7 +655,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -682,8 +679,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Load(Stream, string, IResourceDataAccessor)

                                                                                                                    -

                                                                                                                    See LoadAsync(Stream, string, IResourceDataAccessorAsync)

                                                                                                                    +

                                                                                                                    Load(Stream, String, IResourceDataAccessor)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -702,12 +699,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -736,8 +733,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Load(Stream, string, IResourceDataAccessor, bool)

                                                                                                                    -

                                                                                                                    See LoadAsync(Stream, string, IResourceDataAccessorAsync, bool)

                                                                                                                    +

                                                                                                                    Load(Stream, String, IResourceDataAccessor, Boolean)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -756,12 +753,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -771,7 +768,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -795,8 +792,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Load(string, CultureCode, IResourceDataAccessor)

                                                                                                                    -

                                                                                                                    See LoadAsync(string, CultureCode, IResourceDataAccessorAsync)

                                                                                                                    +

                                                                                                                    Load(String, CultureCode, IResourceDataAccessor)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -815,12 +812,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -849,8 +846,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Load(string, CultureCode, IResourceDataAccessor, bool)

                                                                                                                    -

                                                                                                                    See LoadAsync(string, CultureCode, IResourceDataAccessorAsync, bool)

                                                                                                                    +

                                                                                                                    Load(String, CultureCode, IResourceDataAccessor, Boolean)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -869,12 +866,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -884,7 +881,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -908,8 +905,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Load(string, string, IResourceDataAccessor)

                                                                                                                    -

                                                                                                                    See LoadAsync(string, string, IResourceDataAccessorAsync)

                                                                                                                    +

                                                                                                                    Load(String, String, IResourceDataAccessor)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -928,12 +925,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -962,8 +959,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Load(string, string, IResourceDataAccessor, bool)

                                                                                                                    -

                                                                                                                    See LoadAsync(Stream, string, IResourceDataAccessorAsync, bool)

                                                                                                                    +

                                                                                                                    Load(String, String, IResourceDataAccessor, Boolean)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -982,12 +979,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -997,7 +994,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1041,17 +1038,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1072,7 +1069,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1081,7 +1078,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync, bool)

                                                                                                                    +

                                                                                                                    LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync, Boolean)

                                                                                                                    Load segmentation rules from a stream. The resource data accessor is used to resolve any variable references which may be present in the rules.

                                                                                                                    @@ -1101,17 +1098,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1121,11 +1118,11 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1140,7 +1137,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1149,7 +1146,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LoadAsync(Stream, string, IResourceDataAccessorAsync)

                                                                                                                    +

                                                                                                                    LoadAsync(Stream, String, IResourceDataAccessorAsync)

                                                                                                                    Load segmentation rules from a stream. The resource data accessor is used to resolve any variable references which may be present in the rules.

                                                                                                                    @@ -1169,17 +1166,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1200,7 +1197,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1209,7 +1206,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LoadAsync(Stream, string, IResourceDataAccessorAsync, bool)

                                                                                                                    +

                                                                                                                    LoadAsync(Stream, String, IResourceDataAccessorAsync, Boolean)

                                                                                                                    Load segmentation rules from a stream. The resource data accessor is used to resolve any variable references which may be present in the rules.

                                                                                                                    @@ -1229,17 +1226,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1249,11 +1246,11 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1268,7 +1265,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1277,7 +1274,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LoadAsync(string, CultureCode, IResourceDataAccessorAsync)

                                                                                                                    +

                                                                                                                    LoadAsync(String, CultureCode, IResourceDataAccessorAsync)

                                                                                                                    Load segmentation rules from a file. The resource data accessor is used to resolve any variable references which may be present in the rules.

                                                                                                                    @@ -1297,17 +1294,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1328,7 +1325,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1337,7 +1334,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LoadAsync(string, CultureCode, IResourceDataAccessorAsync, bool)

                                                                                                                    +

                                                                                                                    LoadAsync(String, CultureCode, IResourceDataAccessorAsync, Boolean)

                                                                                                                    Load segmentation rules from a file. The resource data accessor is used to resolve any variable references which may be present in the rules.

                                                                                                                    @@ -1357,17 +1354,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1377,11 +1374,11 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1396,7 +1393,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1405,7 +1402,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LoadAsync(string, string, IResourceDataAccessorAsync)

                                                                                                                    +

                                                                                                                    LoadAsync(String, String, IResourceDataAccessorAsync)

                                                                                                                    Load segmentation rules from a file. The resource data accessor is used to resolve any variable references which may be present in the rules.

                                                                                                                    @@ -1425,17 +1422,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1456,7 +1453,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1465,7 +1462,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LoadAsync(string, string, IResourceDataAccessorAsync, bool)

                                                                                                                    +

                                                                                                                    LoadAsync(String, String, IResourceDataAccessorAsync, Boolean)

                                                                                                                    Load segmentation rules from a file. The resource data accessor is used to resolve any variable references which may be present in the rules.

                                                                                                                    @@ -1485,17 +1482,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1505,11 +1502,11 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1524,7 +1521,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1533,11 +1530,11 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LoadRaw(Stream, CultureCode, bool)

                                                                                                                    -

                                                                                                                    Equivalent to LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync, bool) +

                                                                                                                    LoadRaw(Stream, CultureCode, Boolean)

                                                                                                                    +

                                                                                                                    Equivalent to LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync, Boolean) where keepListReferences is true and no accessor is provided, i.e. loads the rules from XML without resolving any references and/or removing any -unresolved rules.

                                                                                                                    +unresolved rules.

                                                                                                                    Declaration
                                                                                                                    @@ -1555,17 +1552,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + - + @@ -1589,8 +1586,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LoadUsingDataContractSerializer(Stream, CultureCode, IResourceDataAccessor, bool)

                                                                                                                    -

                                                                                                                    See LoadUsingDataContractSerializerAsync(Stream, CultureCode, IResourceDataAccessorAsync, bool)

                                                                                                                    +

                                                                                                                    LoadUsingDataContractSerializer(Stream, CultureCode, IResourceDataAccessor, Boolean)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -1609,12 +1606,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1624,7 +1621,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1648,8 +1645,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LoadUsingDataContractSerializer(Stream, string, IResourceDataAccessor, bool)

                                                                                                                    -

                                                                                                                    See LoadUsingDataContractSerializerAsync(Stream, string, IResourceDataAccessorAsync, bool)

                                                                                                                    +

                                                                                                                    LoadUsingDataContractSerializer(Stream, String, IResourceDataAccessor, Boolean)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -1668,12 +1665,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1683,7 +1680,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1707,10 +1704,10 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LoadUsingDataContractSerializerAsync(Stream, CultureCode, IResourceDataAccessorAsync, bool)

                                                                                                                    +

                                                                                                                    LoadUsingDataContractSerializerAsync(Stream, CultureCode, IResourceDataAccessorAsync, Boolean)

                                                                                                                    Load segmentation rules from a stream. The resource data accessor is used to resolve any variable references which may be present in the rules. The data is assumed to be -serialized by a DataContractSerializer.

                                                                                                                    +serialized by a System.Runtime.Serialization.DataContractSerializer.

                                                                                                                    Declaration
                                                                                                                    @@ -1728,17 +1725,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1748,11 +1745,11 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1767,7 +1764,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1776,10 +1773,10 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LoadUsingDataContractSerializerAsync(Stream, string, IResourceDataAccessorAsync, bool)

                                                                                                                    +

                                                                                                                    LoadUsingDataContractSerializerAsync(Stream, String, IResourceDataAccessorAsync, Boolean)

                                                                                                                    Load segmentation rules from a stream. The resource data accessor is used to resolve any variable references which may be present in the rules. The data is assumed to be -serialized by a DataContractSerializer.

                                                                                                                    +serialized by a System.Runtime.Serialization.DataContractSerializer.

                                                                                                                    Declaration
                                                                                                                    @@ -1797,17 +1794,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1817,11 +1814,11 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1836,7 +1833,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1869,7 +1866,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1897,7 +1894,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1906,7 +1903,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Save(string)

                                                                                                                    +

                                                                                                                    Save(String)

                                                                                                                    Saves a segmentation rules object to a file.

                                                                                                                    @@ -1925,7 +1922,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1936,7 +1933,7 @@
                                                                                                                    Parameters

                                                                                                                    SaveUsingDataContractSerializer(Stream)

                                                                                                                    Saves a segmentation rules object to a stream, using a -DataContractSerializer.

                                                                                                                    +System.Runtime.Serialization.DataContractSerializer.

                                                                                                                    Declaration
                                                                                                                    @@ -1954,7 +1951,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1964,7 +1961,8 @@
                                                                                                                    Parameters

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -1980,17 +1978,17 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    ListSegmentationRuleSystem.Collections.Generic.List<SegmentationRule>
                                                                                                                    objectSystem.Object o
                                                                                                                    objectSystem.Object

                                                                                                                    A new object that is a deep copy of this instance.

                                                                                                                    IEnumeratorSegmentationRuleSystem.Collections.Generic.IEnumerator<SegmentationRule>

                                                                                                                    An enumerator

                                                                                                                    StreamSystem.IO.Stream reader
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode cultureOverride
                                                                                                                    StreamSystem.IO.Stream reader
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode cultureOverride
                                                                                                                    boolSystem.Boolean keepListReferences
                                                                                                                    StreamSystem.IO.Stream reader
                                                                                                                    stringSystem.String cultureOverride
                                                                                                                    StreamSystem.IO.Stream reader
                                                                                                                    stringSystem.String cultureOverride
                                                                                                                    boolSystem.Boolean keepListReferences
                                                                                                                    stringSystem.String fileName
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode cultureOverride
                                                                                                                    stringSystem.String fileName
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode cultureOverride
                                                                                                                    boolSystem.Boolean keepListReferences
                                                                                                                    stringSystem.String fileName
                                                                                                                    stringSystem.String cultureOverride
                                                                                                                    stringSystem.String fileName
                                                                                                                    stringSystem.String cultureOverride
                                                                                                                    boolSystem.Boolean keepListReferences
                                                                                                                    StreamSystem.IO.Stream reader

                                                                                                                    The stream to load the rules from

                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode cultureOverride

                                                                                                                    If provided, the specified culture will be - used to retrieve any missing language resources and will be put into the - result object.

                                                                                                                    +used to retrieve any missing language resources and will be put into the +result object.

                                                                                                                    TaskSegmentationRulesSystem.Threading.Tasks.Task<SegmentationRules>

                                                                                                                    A fully initialized SegmentationRules object

                                                                                                                    StreamSystem.IO.Stream reader

                                                                                                                    The stream to load the rules from

                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode cultureOverride

                                                                                                                    If provided, the specified culture will be - used to retrieve any missing language resources and will be put into the - result object.

                                                                                                                    +used to retrieve any missing language resources and will be put into the +result object.

                                                                                                                    boolSystem.Boolean keepListReferences

                                                                                                                    If true, list references will not be resolved. The resulting - rule set will not be functional and should not be used for segmentation, only for editing, - display, or copying between resource containers.

                                                                                                                    +rule set will not be functional and should not be used for segmentation, only for editing, +display, or copying between resource containers.

                                                                                                                    TaskSegmentationRulesSystem.Threading.Tasks.Task<SegmentationRules>

                                                                                                                    A fully initialized SegmentationRules object

                                                                                                                    StreamSystem.IO.Stream reader

                                                                                                                    The stream to load the rules from

                                                                                                                    stringSystem.String cultureOverride

                                                                                                                    If provided, the specified culture will be - used to retrieve any missing language resources and will be put into the - result object.

                                                                                                                    +used to retrieve any missing language resources and will be put into the +result object.

                                                                                                                    TaskSegmentationRulesSystem.Threading.Tasks.Task<SegmentationRules>

                                                                                                                    A fully initialized SegmentationRules object

                                                                                                                    StreamSystem.IO.Stream reader

                                                                                                                    The stream to load the rules from

                                                                                                                    stringSystem.String cultureOverride

                                                                                                                    If provided, the specified culture will be - used to retrieve any missing language resources and will be put into the - result object.

                                                                                                                    +used to retrieve any missing language resources and will be put into the +result object.

                                                                                                                    boolSystem.Boolean keepListReferences

                                                                                                                    If true, list references will not be resolved. The resulting - rule set will not be functional and should not be used for segmentation, only for editing, - display, or copying between resource containers.

                                                                                                                    +rule set will not be functional and should not be used for segmentation, only for editing, +display, or copying between resource containers.

                                                                                                                    TaskSegmentationRulesSystem.Threading.Tasks.Task<SegmentationRules>

                                                                                                                    A fully initialized SegmentationRules object

                                                                                                                    stringSystem.String fileName

                                                                                                                    The name of the file to load the rules from

                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode cultureOverride

                                                                                                                    If provided, the specified culture will be - used to retrieve any missing language resources and will be put into the - result object.

                                                                                                                    +used to retrieve any missing language resources and will be put into the +result object.

                                                                                                                    TaskSegmentationRulesSystem.Threading.Tasks.Task<SegmentationRules>

                                                                                                                    A fully initialized SegmentationRules object

                                                                                                                    stringSystem.String fileName

                                                                                                                    The name of the file to load the rules from

                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode cultureOverride

                                                                                                                    If provided, the specified culture will be - used to retrieve any missing language resources and will be put into the - result object.

                                                                                                                    +used to retrieve any missing language resources and will be put into the +result object.

                                                                                                                    boolSystem.Boolean keepListReferences

                                                                                                                    If true, list references will not be resolved. The resulting - rule set will not be functional and should not be used for segmentation, only for editing, - display, or copying between resource containers.

                                                                                                                    +rule set will not be functional and should not be used for segmentation, only for editing, +display, or copying between resource containers.

                                                                                                                    TaskSegmentationRulesSystem.Threading.Tasks.Task<SegmentationRules>

                                                                                                                    A fully initialized SegmentationRules object

                                                                                                                    stringSystem.String fileName

                                                                                                                    The name of the file to load the rules from

                                                                                                                    stringSystem.String cultureOverride

                                                                                                                    If provided, the specified culture will be - used to retrieve any missing language resources and will be put into the - result object.

                                                                                                                    +used to retrieve any missing language resources and will be put into the +result object.

                                                                                                                    TaskSegmentationRulesSystem.Threading.Tasks.Task<SegmentationRules>

                                                                                                                    A fully initialized SegmentationRules object

                                                                                                                    stringSystem.String fileName

                                                                                                                    The name of the file to load the rules from

                                                                                                                    stringSystem.String cultureOverride

                                                                                                                    If provided, the specified culture will be - used to retrieve any missing language resources and will be put into the - result object.

                                                                                                                    +used to retrieve any missing language resources and will be put into the +result object.

                                                                                                                    boolSystem.Boolean keepListReferences

                                                                                                                    If true, list references will not be resolved. The resulting - rule set will not be functional and should not be used for segmentation, only for editing, - display, or copying between resource containers.

                                                                                                                    +rule set will not be functional and should not be used for segmentation, only for editing, +display, or copying between resource containers.

                                                                                                                    TaskSegmentationRulesSystem.Threading.Tasks.Task<SegmentationRules>

                                                                                                                    A fully initialized SegmentationRules object

                                                                                                                    StreamSystem.IO.Stream reader
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode cultureOverride
                                                                                                                    boolSystem.Boolean useDataContractSerializer
                                                                                                                    StreamSystem.IO.Stream reader
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode cultureOverride
                                                                                                                    boolSystem.Boolean keepListReferences
                                                                                                                    StreamSystem.IO.Stream reader
                                                                                                                    stringSystem.String cultureOverride
                                                                                                                    boolSystem.Boolean keepListReferences
                                                                                                                    StreamSystem.IO.Stream reader

                                                                                                                    The stream to load the rules from

                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode cultureOverride

                                                                                                                    If provided, the specified culture will be - used to retrieve any missing language resources and will be put into the - result object.

                                                                                                                    +used to retrieve any missing language resources and will be put into the +result object.

                                                                                                                    boolSystem.Boolean keepListReferences

                                                                                                                    If true, list references will not be resolved. The resulting - rule set will not be functional and should not be used for segmentation, only for editing, - display, or copying between resource containers.

                                                                                                                    +rule set will not be functional and should not be used for segmentation, only for editing, +display, or copying between resource containers.

                                                                                                                    TaskSegmentationRulesSystem.Threading.Tasks.Task<SegmentationRules>

                                                                                                                    A fully initialized SegmentationRules object

                                                                                                                    StreamSystem.IO.Stream reader

                                                                                                                    The stream to load the rules from

                                                                                                                    stringSystem.String cultureOverride

                                                                                                                    If provided, the specified culture will be - used to retrieve any missing language resources and will be put into the - result object.

                                                                                                                    +used to retrieve any missing language resources and will be put into the +result object.

                                                                                                                    boolSystem.Boolean keepListReferences

                                                                                                                    If true, list references will not be resolved. The resulting - rule set will not be functional and should not be used for segmentation, only for editing, - display, or copying between resource containers.

                                                                                                                    +rule set will not be functional and should not be used for segmentation, only for editing, +display, or copying between resource containers.

                                                                                                                    TaskSegmentationRulesSystem.Threading.Tasks.Task<SegmentationRules>

                                                                                                                    A fully initialized SegmentationRules object

                                                                                                                    StreamSystem.IO.Stream writer
                                                                                                                    StreamSystem.IO.Stream writer
                                                                                                                    stringSystem.String fileName
                                                                                                                    StreamSystem.IO.Stream writer
                                                                                                                    stringSystem.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()

                                                                                                                    Implements

                                                                                                                    - ICloneable + System.ICloneable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.html index e88278e0b..e74f0b150 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.html @@ -115,7 +115,8 @@

                                                                                                                    SegmentationRule

                                                                                                                    A segmentation rule consist of at least one "positive" SegmentationContext (the matching @@ -124,7 +125,8 @@

                                                                                                                    SegmentationRules

                                                                                                                    A collection of segmentation rules.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.html index 45980adff..8135b08bb 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    LinguaDeserializer
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreSerialization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Serialization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -141,7 +141,7 @@

                                                                                                                    Methods -

                                                                                                                    GetSegmentFromString(string)

                                                                                                                    +

                                                                                                                    GetSegmentFromString(String)

                                                                                                                    Constructs a Core.Segment from string parameter

                                                                                                                    @@ -160,7 +160,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String content diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.Casing.html b/api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.Casing.html index ceb375d3c..9e83b8c71 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.Casing.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.Casing.html @@ -89,11 +89,11 @@

                                                                                                                    The casing of a string.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public enum StringUtilities.Casing
                                                                                                                    +
                                                                                                                    public enum Casing

                                                                                                                    Fields

                                                                                                                    @@ -123,7 +123,7 @@

                                                                                                                    Fields Mixed

                                                                                                                    An unspecific mixture of casing which is not covered by the other values, -or the casing cannot be determined (such as for Empty.

                                                                                                                    +or the casing cannot be determined (such as for System.String.Empty.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html b/api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html index 9ced3c102..c0fc783ca 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html @@ -86,39 +86,39 @@

                                                                                                                    Class StringUtilities

                                                                                                                    -

                                                                                                                    Defines utilities related to string.

                                                                                                                    +

                                                                                                                    Defines utilities related to System.String.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    StringUtilities
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -129,9 +129,9 @@

                                                                                                                    Methods -

                                                                                                                    DetermineCasing(string)

                                                                                                                    +

                                                                                                                    DetermineCasing(String)

                                                                                                                    Determines the casing as in StringUtilities.Casing for the input string. Casing.Mixed will be -returned for the empty string.

                                                                                                                    +returned for the empty string.

                                                                                                                    Declaration
                                                                                                                    @@ -149,7 +149,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The input string (must not be null)

                                                                                                                    @@ -166,7 +166,7 @@
                                                                                                                    Returns
                                                                                                                    - StringUtilitiesCasing + StringUtilities.Casing @@ -174,9 +174,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    EndsWithAny(string, char[])

                                                                                                                    -

                                                                                                                    Returns true if the string s ends with any -of the characters in characterList, and false +

                                                                                                                    EndsWithAny(String, Char[])

                                                                                                                    +

                                                                                                                    Returns true if the string s ends with any +of the characters in characterList, and false otherwise.

                                                                                                                    @@ -195,12 +195,12 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s - char + System.Char[] characterList @@ -216,7 +216,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -224,7 +224,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    EscapeString(string)

                                                                                                                    +

                                                                                                                    EscapeString(String)

                                                                                                                    Escapes all double quotes and backslashes in a string.

                                                                                                                    @@ -243,7 +243,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The input string.

                                                                                                                    @@ -260,7 +260,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    The string where all double quotes will be prefixed with a backslash.

                                                                                                                    @@ -269,7 +269,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    EscapeString(string, string)

                                                                                                                    +

                                                                                                                    EscapeString(String, String)

                                                                                                                    Escapes special characters in a string, prefixing them with a backslash.

                                                                                                                    @@ -288,13 +288,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The input string.

                                                                                                                    - string + System.String charactersToEscape

                                                                                                                    The characters to escape

                                                                                                                    @@ -311,7 +311,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    The string where all occurrences of any of the characters to escape are prefixed with a backslash.

                                                                                                                    @@ -320,7 +320,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    FullWidthToHalfWidth(string)

                                                                                                                    +

                                                                                                                    FullWidthToHalfWidth(String)

                                                                                                                    Perform full-width to half-width conversion

                                                                                                                    @@ -339,7 +339,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String input @@ -355,7 +355,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String @@ -363,7 +363,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GenerateRandomWord(int, bool)

                                                                                                                    +

                                                                                                                    GenerateRandomWord(Int32, Boolean)

                                                                                                                    Generates a string which consists of random letters in the range [a-z] with the specified length.

                                                                                                                    @@ -383,16 +383,16 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 length

                                                                                                                    The length of the string to be generated.

                                                                                                                    - bool + System.Boolean initialUpper

                                                                                                                    If true, the initial letter of the generated string will be - converted to upper-case. If false, the initial letter will remain lower-case.

                                                                                                                    +converted to upper-case. If false, the initial letter will remain lower-case.

                                                                                                                    @@ -407,7 +407,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string which consists of a random sequence of letters [a-z] with the specified length.

                                                                                                                    @@ -416,9 +416,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetPrefixLength(string, char[])

                                                                                                                    -

                                                                                                                    Computes the length of the prefix of s which entirely consists -of characters in prefixChars. If either of the parameters is +

                                                                                                                    GetPrefixLength(String, Char[])

                                                                                                                    +

                                                                                                                    Computes the length of the prefix of s which entirely consists +of characters in prefixChars. If either of the parameters is null or empty, 0 is returned.

                                                                                                                    @@ -437,13 +437,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The string

                                                                                                                    - char + System.Char[] prefixChars

                                                                                                                    The set of prefix characters

                                                                                                                    @@ -460,9 +460,9 @@
                                                                                                                    Returns
                                                                                                                    - int -

                                                                                                                    The length of the prefix of s which entirely consists - of characters contained in prefixChars

                                                                                                                    + System.Int32 +

                                                                                                                    The length of the prefix of s which entirely consists +of characters contained in prefixChars

                                                                                                                    @@ -470,9 +470,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetSuffixLength(string, char[])

                                                                                                                    -

                                                                                                                    Computes the length of the suffix of s which entirely consists -of characters in suffixChars. If either of the parameters is +

                                                                                                                    GetSuffixLength(String, Char[])

                                                                                                                    +

                                                                                                                    Computes the length of the suffix of s which entirely consists +of characters in suffixChars. If either of the parameters is null or empty, 0 is returned.

                                                                                                                    @@ -491,13 +491,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The string

                                                                                                                    - char + System.Char[] suffixChars

                                                                                                                    The set of suffix characters

                                                                                                                    @@ -514,9 +514,9 @@
                                                                                                                    Returns
                                                                                                                    - int -

                                                                                                                    The length of the suffix of s which entirely consists - of characters contained in suffixChars

                                                                                                                    + System.Int32 +

                                                                                                                    The length of the suffix of s which entirely consists +of characters contained in suffixChars

                                                                                                                    @@ -524,7 +524,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    HalfWidthToFullWidth(string)

                                                                                                                    +

                                                                                                                    HalfWidthToFullWidth(String)

                                                                                                                    Converts half-width characters to full-width characters

                                                                                                                    @@ -543,7 +543,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String input

                                                                                                                    single byte string, halfwidth string

                                                                                                                    @@ -560,7 +560,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String @@ -568,8 +568,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    HalfWidthToFullWidth2(string)

                                                                                                                    -

                                                                                                                    Unlike HalfWidthToFullWidth(string), performs half-width to full-width +

                                                                                                                    HalfWidthToFullWidth2(String)

                                                                                                                    +

                                                                                                                    Unlike HalfWidthToFullWidth(String), performs half-width to full-width conversion for all available characters, not just those under ASCII 127

                                                                                                                    @@ -588,7 +588,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String input @@ -604,7 +604,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String @@ -612,8 +612,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsAllWhitespace(string)

                                                                                                                    -

                                                                                                                    Returns true if t contains only whitespace characters (IsWhitespace(char)), +

                                                                                                                    IsAllWhitespace(String)

                                                                                                                    +

                                                                                                                    Returns true if t contains only whitespace characters (IsWhitespace(Char)), and false otherwise.

                                                                                                                    @@ -632,7 +632,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String t @@ -648,7 +648,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -656,9 +656,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    MergeStrings(string, string)

                                                                                                                    -

                                                                                                                    Appends each individual charater of b to a, if it is not -already present, and returns the result. If a already contains +

                                                                                                                    MergeStrings(String, String)

                                                                                                                    +

                                                                                                                    Appends each individual charater of b to a, if it is not +already present, and returns the result. If a already contains duplicates, they are kept.

                                                                                                                    @@ -677,13 +677,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String a

                                                                                                                    The first string

                                                                                                                    - string + System.String b

                                                                                                                    The second string

                                                                                                                    @@ -700,10 +700,10 @@
                                                                                                                    Returns
                                                                                                                    - string -

                                                                                                                    A string which consists of the input string a, - with the individual characters from b appended if they are not - already present.

                                                                                                                    + System.String +

                                                                                                                    A string which consists of the input string a, +with the individual characters from b appended if they are not +already present.

                                                                                                                    @@ -711,9 +711,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    RemoveAll(string, Predicate<char>)

                                                                                                                    -

                                                                                                                    Computes a copy of s in which all characters which -satisfy property are removed.

                                                                                                                    +

                                                                                                                    RemoveAll(String, Predicate<Char>)

                                                                                                                    +

                                                                                                                    Computes a copy of s in which all characters which +satisfy property are removed.

                                                                                                                    Declaration
                                                                                                                    @@ -731,13 +731,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The input string

                                                                                                                    - Predicatechar + System.Predicate<System.Char> property

                                                                                                                    The character property to test

                                                                                                                    @@ -754,7 +754,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String @@ -762,9 +762,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    StartWithAny(string, char[])

                                                                                                                    -

                                                                                                                    Returns true if the string s starts with any -of the characters in characterList, and false +

                                                                                                                    StartWithAny(String, Char[])

                                                                                                                    +

                                                                                                                    Returns true if the string s starts with any +of the characters in characterList, and false otherwise.

                                                                                                                    @@ -783,12 +783,12 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s - char + System.Char[] characterList @@ -804,7 +804,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -812,12 +812,12 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    TrimEnd(string, char[], out string)

                                                                                                                    -

                                                                                                                    Trims off any character contained in the trimCharacters from the -end of the specified string s, and returns the remainder, as well -as the trimmed-off suffix in trimmedSuffix. If either s -or trimCharacters are null or empty, the result will be equal -to sand trimmedSuffix will be null.

                                                                                                                    +

                                                                                                                    TrimEnd(String, Char[], out String)

                                                                                                                    +

                                                                                                                    Trims off any character contained in the trimCharacters from the +end of the specified string s, and returns the remainder, as well +as the trimmed-off suffix in trimmedSuffix. If either s +or trimCharacters are null or empty, the result will be equal +to sand trimmedSuffix will be null.

                                                                                                                    Declaration
                                                                                                                    @@ -835,23 +835,23 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The input string

                                                                                                                    - char + System.Char[] trimCharacters -

                                                                                                                    The set of characters to trim off at the start of s.

                                                                                                                    +

                                                                                                                    The set of characters to trim off at the start of s.

                                                                                                                    - string + System.String trimmedSuffix

                                                                                                                    If any characters have been trimmed off, this out parameter will - contain the trimmed-off suffix. If no characters have been trimmed off, this out parameter will - be null.

                                                                                                                    +contain the trimmed-off suffix. If no characters have been trimmed off, this out parameter will +be null.

                                                                                                                    @@ -866,8 +866,8 @@
                                                                                                                    Returns
                                                                                                                    - string -

                                                                                                                    The remainder of s after trimming off the specified trim characters from the end.

                                                                                                                    + System.String +

                                                                                                                    The remainder of s after trimming off the specified trim characters from the end.

                                                                                                                    @@ -875,12 +875,12 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    TrimStart(string, char[], out string)

                                                                                                                    -

                                                                                                                    Trims off any character contained in the trimCharacters from the -start of the specified string s, and returns the remainder, as well -as the trimmed-off prefix in trimmedPrefix. If either s -or trimCharacters are null or empty, the result will be equal -to sand trimmedPrefix will be null.

                                                                                                                    +

                                                                                                                    TrimStart(String, Char[], out String)

                                                                                                                    +

                                                                                                                    Trims off any character contained in the trimCharacters from the +start of the specified string s, and returns the remainder, as well +as the trimmed-off prefix in trimmedPrefix. If either s +or trimCharacters are null or empty, the result will be equal +to sand trimmedPrefix will be null.

                                                                                                                    Declaration
                                                                                                                    @@ -898,23 +898,23 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The input string

                                                                                                                    - char + System.Char[] trimCharacters -

                                                                                                                    The set of characters to trim off at the start of s.

                                                                                                                    +

                                                                                                                    The set of characters to trim off at the start of s.

                                                                                                                    - string + System.String trimmedPrefix

                                                                                                                    If any characters have been trimmed off, this out parameter will - contain the trimmed-off prefix. If no characters have been trimmed off, this out parameter will - be null.

                                                                                                                    +contain the trimmed-off prefix. If no characters have been trimmed off, this out parameter will +be null.

                                                                                                                    @@ -929,8 +929,8 @@
                                                                                                                    Returns
                                                                                                                    - string -

                                                                                                                    The remainder of s after trimming off the specified trim characters from the start.

                                                                                                                    + System.String +

                                                                                                                    The remainder of s after trimming off the specified trim characters from the start.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tag.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tag.html index 8f2277c9a..9b252955d 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tag.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tag.html @@ -91,7 +91,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Tag
                                                                                                                    @@ -101,33 +101,32 @@
                                                                                                                    Inherited Members
                                                                                                                    SegmentElement.GetSimilarity(SegmentElement)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class Tag : SegmentElement
                                                                                                                    +
                                                                                                                    public class Tag : SegmentElement

                                                                                                                    Constructors

                                                                                                                    @@ -174,7 +173,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Tag(TagType, string, int)

                                                                                                                    +

                                                                                                                    Tag(TagType, String, Int32)

                                                                                                                    Initializes a new instance of the Tag class with the specified type and anchor. The alignment anchor will be set to zero.

                                                                                                                    @@ -200,13 +199,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String tagId

                                                                                                                    The tag ID (user-defined)

                                                                                                                    - int + System.Int32 anchor

                                                                                                                    The tag anchor.

                                                                                                                    @@ -216,7 +215,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Tag(TagType, string, int, int, string)

                                                                                                                    +

                                                                                                                    Tag(TagType, String, Int32, Int32, String)

                                                                                                                    Initializes a new instance of the Tag class with the specified type and anchor.

                                                                                                                    @@ -241,25 +240,25 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String tagId

                                                                                                                    The tag ID (user-defined)

                                                                                                                    - int + System.Int32 anchor

                                                                                                                    The tag anchor.

                                                                                                                    - int + System.Int32 alignmentAnchor

                                                                                                                    An alignment anchor (cross-segment), if available

                                                                                                                    - string + System.String textEquivalent

                                                                                                                    A text equivalent string (ignored if the tag type is not TextPlaceholder or LockedContent)

                                                                                                                    @@ -269,7 +268,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Tag(TagType, string, int, int, string, bool)

                                                                                                                    +

                                                                                                                    Tag(TagType, String, Int32, Int32, String, Boolean)

                                                                                                                    Initializes a new instance of the Tag class with the specified type and anchor.

                                                                                                                    @@ -294,31 +293,31 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String tagId

                                                                                                                    The tag ID (user-defined)

                                                                                                                    - int + System.Int32 anchor

                                                                                                                    The tag anchor.

                                                                                                                    - int + System.Int32 alignmentAnchor

                                                                                                                    An alignment anchor (cross-segment), if available

                                                                                                                    - string + System.String textEquivalent

                                                                                                                    A text equivalent string (ignored if the tag type is not TextPlaceholder or LockedContent)

                                                                                                                    - bool + System.Boolean canHide

                                                                                                                    True if the tag represents inline formatting, false otherwise

                                                                                                                    @@ -337,8 +336,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int AlignmentAnchor { get; set; }
                                                                                                                    +
                                                                                                                    public int AlignmentAnchor { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -350,7 +348,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -365,8 +363,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int Anchor { get; set; }
                                                                                                                    +
                                                                                                                    public int Anchor { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -378,7 +375,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -392,8 +389,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool CanHide { get; set; }
                                                                                                                    +
                                                                                                                    public bool CanHide { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -405,7 +401,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -420,8 +416,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string TagID { get; set; }
                                                                                                                    +
                                                                                                                    public string TagID { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -433,7 +428,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -447,8 +442,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string TextEquivalent { get; set; }
                                                                                                                    +
                                                                                                                    public string TextEquivalent { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -460,7 +454,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -474,8 +468,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public TagType Type { get; set; }
                                                                                                                    +
                                                                                                                    public TagType Type { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -557,8 +550,9 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -575,7 +569,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -592,20 +586,21 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)

                                                                                                                    GetHashCode()

                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode() +
                                                                                                                    Declaration
                                                                                                                    @@ -621,14 +616,14 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    A hash code for this object

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    @@ -650,7 +645,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    A hash code independent of tag anchors.

                                                                                                                    @@ -662,7 +657,7 @@
                                                                                                                    Overrides

                                                                                                                    SeriliazedWihoutAnchor()

                                                                                                                    -

                                                                                                                    Same as ToString, but doesn't includes _AlignmentAnchor

                                                                                                                    +

                                                                                                                    Same as ToString, but doesn't includes _AlignmentAnchor

                                                                                                                    Declaration
                                                                                                                    @@ -679,7 +674,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String @@ -688,7 +683,8 @@
                                                                                                                    Returns

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -704,14 +700,14 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.TagType.html b/api/translationmemory/Sdl.LanguagePlatform.Core.TagType.html index cf789fb9c..33192185b 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.TagType.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.TagType.html @@ -89,7 +89,7 @@

                                                                                                                    Indicates the tag type.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Text.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Text.html index c896fd050..dfafffd39 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Text.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Text.html @@ -91,7 +91,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Text
                                                                                                                    @@ -101,33 +101,32 @@
                                                                                                                    Inherited Members
                                                                                                                    SegmentElement.GetSimilarity(SegmentElement)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class Text : SegmentElement
                                                                                                                    +
                                                                                                                    public class Text : SegmentElement

                                                                                                                    Constructors

                                                                                                                    @@ -145,7 +144,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    Text(string)

                                                                                                                    +

                                                                                                                    Text(String)

                                                                                                                    Initializes a new instance of the Text class with the specified string.

                                                                                                                    @@ -164,7 +163,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String text

                                                                                                                    The string.

                                                                                                                    @@ -182,8 +181,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string Value { get; set; }
                                                                                                                    +
                                                                                                                    public string Value { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -195,7 +193,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -265,8 +263,9 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -283,7 +282,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -300,20 +299,21 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)

                                                                                                                    GetHashCode()

                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode() +
                                                                                                                    Declaration
                                                                                                                    @@ -329,14 +329,14 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    A hash code for this object

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    @@ -358,7 +358,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    A hash code, equivalent to GetHashCode().

                                                                                                                    @@ -370,7 +370,8 @@
                                                                                                                    Overrides

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -386,14 +387,14 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.html index 79d2ecf80..8c3040ff5 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.html @@ -91,39 +91,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    AutoLocalizationSettings
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class AutoLocalizationSettings
                                                                                                                    +
                                                                                                                    public class AutoLocalizationSettings

                                                                                                                    Constructors

                                                                                                                    @@ -148,8 +147,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string CurrencyDecimalSeparator { get; set; }
                                                                                                                    +
                                                                                                                    public string CurrencyDecimalSeparator { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -161,7 +159,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -175,8 +173,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string CurrencyGroupSeparator { get; set; }
                                                                                                                    +
                                                                                                                    public string CurrencyGroupSeparator { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -188,7 +185,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -202,8 +199,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public CurrencySymbolPosition? CurrencySymbolPosition { get; set; }
                                                                                                                    +
                                                                                                                    public CurrencySymbolPosition? CurrencySymbolPosition { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -215,7 +211,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -233,8 +229,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public BuiltinRecognizers DisableAutoSubstitution { get; set; }
                                                                                                                    +
                                                                                                                    public BuiltinRecognizers DisableAutoSubstitution { get; set; }
                                                                                                                    Property Value
                                                                                                                    CurrencySymbolPositionSystem.Nullable<CurrencySymbolPosition>
                                                                                                                    @@ -261,8 +256,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool FormatCurrencyPositionUniformly { get; set; }
                                                                                                                    +
                                                                                                                    public bool FormatCurrencyPositionUniformly { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -274,7 +268,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -289,8 +283,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool FormatCurrencySeparatorsUniformly { get; set; }
                                                                                                                    +
                                                                                                                    public bool FormatCurrencySeparatorsUniformly { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -302,7 +295,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -317,8 +310,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool FormatDateTimeUniformly { get; set; }
                                                                                                                    +
                                                                                                                    public bool FormatDateTimeUniformly { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -330,7 +322,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -345,8 +337,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool FormatNumberSeparatorsUniformly { get; set; }
                                                                                                                    +
                                                                                                                    public bool FormatNumberSeparatorsUniformly { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -358,7 +349,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -374,8 +365,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public LocalizationParametersSource LocalizationParametersSource { get; set; }
                                                                                                                    +
                                                                                                                    public LocalizationParametersSource LocalizationParametersSource { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -404,8 +394,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string LongDatePattern { get; set; }
                                                                                                                    +
                                                                                                                    public string LongDatePattern { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -417,7 +406,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -434,8 +423,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string LongTimePattern { get; set; }
                                                                                                                    +
                                                                                                                    public string LongTimePattern { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -447,7 +435,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -461,8 +449,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string NumberDecimalSeparator { get; set; }
                                                                                                                    +
                                                                                                                    public string NumberDecimalSeparator { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -474,7 +461,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -488,8 +475,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string NumberGroupSeparator { get; set; }
                                                                                                                    +
                                                                                                                    public string NumberGroupSeparator { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -501,7 +487,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -518,8 +504,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string ShortDatePattern { get; set; }
                                                                                                                    +
                                                                                                                    public string ShortDatePattern { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -531,7 +516,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -548,8 +533,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string ShortTimePattern { get; set; }
                                                                                                                    +
                                                                                                                    public string ShortTimePattern { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -561,7 +545,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -576,8 +560,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public UnitSeparationMode UnitSeparationMode { get; set; }
                                                                                                                    +
                                                                                                                    public UnitSeparationMode UnitSeparationMode { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -604,8 +587,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public char UnitSeparator { get; set; }
                                                                                                                    +
                                                                                                                    public char UnitSeparator { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -617,7 +599,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -665,7 +647,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers.html index 3cd56023f..9cc5469df 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers.html @@ -89,12 +89,11 @@

                                                                                                                    Enumerates the known types of special token recognizers.

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    [Flags]
                                                                                                                    -[DataContract]
                                                                                                                     public enum BuiltinRecognizers

                                                                                                                    Fields @@ -133,7 +132,7 @@

                                                                                                                    Fields

                                                                                                                    - diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.html index 6ff800a4c..0e2065a19 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.html @@ -91,38 +91,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    CurrencyFormat
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.ICloneable
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -163,7 +163,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -189,7 +189,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -201,9 +201,9 @@

                                                                                                                    Separators

                                                                                                                    -

                                                                                                                    The separators permissible between the symbol and the amount. This can include '\0' +

                                                                                                                    The separators permissible between the symbol and the amount. This can include '\0' (no separator) or any whitespace character (space, non-break-space, wide space etc.) -If null or empty, a default set of whitespace characters and '\0' will be used.

                                                                                                                    +If null or empty, a default set of whitespace characters and '\0' will be used.

                                                                                                                    Declaration
                                                                                                                    @@ -220,7 +220,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -246,7 +246,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -257,7 +257,8 @@

                                                                                                                    Methods

                                                                                                                    Clone()

                                                                                                                    - +
                                                                                                                    System.ICloneable.Clone() +
                                                                                                                    Declaration
                                                                                                                    @@ -273,7 +274,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -281,7 +282,7 @@
                                                                                                                    Returns
                                                                                                                    charSystem.Char
                                                                                                                    boolSystem.Boolean

                                                                                                                    A boolean value whether or not to attempt auto-substitution for this token.

                                                                                                                    RecognizeNone

                                                                                                                    Don't recognize any special tokens.

                                                                                                                    +

                                                                                                                    Don't recognize any special tokens.

                                                                                                                    stringSystem.String
                                                                                                                    ListCurrencySymbolPositionSystem.Collections.Generic.List<CurrencySymbolPosition>
                                                                                                                    HashSetcharSystem.Collections.Generic.HashSet<System.Char>
                                                                                                                    stringSystem.String
                                                                                                                    objectSystem.Object

                                                                                                                    A new object that is a deep copy of this instance.

                                                                                                                    Implements

                                                                                                                    - ICloneable + System.ICloneable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CurrencySymbolPosition.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CurrencySymbolPosition.html index bda2b8ff5..b2dc57a3f 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CurrencySymbolPosition.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CurrencySymbolPosition.html @@ -89,7 +89,7 @@

                                                                                                                    Defines the permissible positions for a currency symbol with respect to the currency amount

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.html index 9bc534645..248838473 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.html @@ -91,38 +91,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    CustomUnitDefinition
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.ICloneable
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -165,7 +165,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -203,7 +203,8 @@

                                                                                                                    Methods

                                                                                                                    Clone()

                                                                                                                    - +
                                                                                                                    System.ICloneable.Clone() +
                                                                                                                    Declaration
                                                                                                                    @@ -219,7 +220,7 @@
                                                                                                                    Returns
                                                                                                                    - object + System.Object

                                                                                                                    A new object that is a deep copy of this instance.

                                                                                                                    @@ -227,7 +228,7 @@
                                                                                                                    Returns

                                                                                                                    Implements

                                                                                                                    - ICloneable + System.ICloneable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType.html index 7cfb5115e..b1f38457b 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType.html @@ -89,7 +89,7 @@

                                                                                                                    Enumerates the different types of a date or time pattern.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -118,7 +118,7 @@

                                                                                                                    Fields ShortDate -

                                                                                                                    The pattern represents a short date pattern

                                                                                                                    +

                                                                                                                    The pattern represents a short date pattern

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html index e75ca6da9..812cb32ca 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html @@ -91,7 +91,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    DateTimeToken
                                                                                                                    @@ -142,36 +142,35 @@
                                                                                                                    Inherited Members
                                                                                                                    SegmentElement.GetSimilarity(SegmentElement)
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class DateTimeToken : Token, ILocalizableToken
                                                                                                                    +
                                                                                                                    public class DateTimeToken : Token, ILocalizableToken

                                                                                                                    Constructors

                                                                                                                    @@ -218,7 +217,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    DateTimeToken(string, DateTime, DateTimePatternType)

                                                                                                                    +

                                                                                                                    DateTimeToken(String, DateTime, DateTimePatternType)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -237,16 +236,16 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String text

                                                                                                                    The text to assign to the token

                                                                                                                    - DateTime + System.DateTime dateTime -

                                                                                                                    The DateTime object to assign to the - token's value

                                                                                                                    +

                                                                                                                    The System.DateTime object to assign to the +token's value

                                                                                                                    @@ -260,7 +259,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    DateTimeToken(string, DateTime, DateTimePatternType, string)

                                                                                                                    +

                                                                                                                    DateTimeToken(String, DateTime, DateTimePatternType, String)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -279,16 +278,16 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String text

                                                                                                                    The text to assign to the token

                                                                                                                    - DateTime + System.DateTime dateTime -

                                                                                                                    The DateTime object to assign to the - token's value

                                                                                                                    +

                                                                                                                    The System.DateTime object to assign to the +token's value

                                                                                                                    @@ -298,7 +297,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String formatString

                                                                                                                    The format string describing this value, used to generate new values in the same format

                                                                                                                    @@ -316,8 +315,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public DateTimePatternType DateTimePatternType { get; set; }
                                                                                                                    +
                                                                                                                    public DateTimePatternType DateTimePatternType { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -344,8 +342,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string FormatString { get; set; }
                                                                                                                    +
                                                                                                                    public string FormatString { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -357,7 +354,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -383,7 +380,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -409,7 +406,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -437,7 +434,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -465,7 +462,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -479,8 +476,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public DateTime Value { get; set; }
                                                                                                                    +
                                                                                                                    public DateTime Value { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -492,7 +488,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -534,7 +530,7 @@
                                                                                                                    Overrides

                                                                                                                    Duplicate()

                                                                                                                    -

                                                                                                                    Creates a new instance that is a deep copy of this instance.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -562,8 +558,9 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -580,7 +577,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -597,20 +594,21 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    DateTimeSystem.DateTime
                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    GetHashCode()

                                                                                                                    -
                                                                                                                    System.Object.GetHashCode(object)
                                                                                                                    +
                                                                                                                    System.Object.GetHashCode(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -626,7 +624,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32 @@ -637,7 +635,8 @@
                                                                                                                    Overrides

                                                                                                                    GetTokenType()

                                                                                                                    - +
                                                                                                                    Declaration
                                                                                                                    @@ -682,7 +681,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture @@ -703,7 +702,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -711,8 +710,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool)

                                                                                                                    -

                                                                                                                    See LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager)

                                                                                                                    +

                                                                                                                    Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -730,7 +729,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture @@ -745,7 +744,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean adjustCasing @@ -761,7 +760,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -793,7 +792,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture

                                                                                                                    The target culture

                                                                                                                    @@ -802,11 +801,11 @@
                                                                                                                    Parameters
                                                                                                                    AutoLocalizationSettings autoLocalizationSettings

                                                                                                                    Contains the AutoLocalizationSettings to use for some token types. May be null, - in which case default settings will be used.

                                                                                                                    +in which case default settings will be used.

                                                                                                                    - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -822,7 +821,7 @@
                                                                                                                    Returns
                                                                                                                    - Taskbool + System.Threading.Tasks.Task<System.Boolean>

                                                                                                                    true if the token text has been changed, and false otherwise

                                                                                                                    @@ -831,7 +830,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager)

                                                                                                                    +

                                                                                                                    LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager)

                                                                                                                    Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. @@ -855,7 +854,7 @@

                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture

                                                                                                                    The target culture

                                                                                                                    @@ -864,25 +863,25 @@
                                                                                                                    Parameters
                                                                                                                    AutoLocalizationSettings autoLocalizationSettings

                                                                                                                    Contains the AutoLocalizationSettings to use for some token types. May be null, - in which case default settings will be used.

                                                                                                                    +in which case default settings will be used.

                                                                                                                    ILocalizableToken originalMemoryToken

                                                                                                                    The original memory token. Some auto-localization settings will - be derived from the token, if provided.

                                                                                                                    +be derived from the token, if provided.

                                                                                                                    - bool + System.Boolean adjustCasing

                                                                                                                    If true, it is assumed that the token is in segment-initial position. Then, casing - will be adjusted if the original memory token is supplied as well.

                                                                                                                    +will be adjusted if the original memory token is supplied as well.

                                                                                                                    - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -898,7 +897,7 @@
                                                                                                                    Returns
                                                                                                                    - Taskbool + System.Threading.Tasks.Task<System.Boolean>

                                                                                                                    true if the token text has been changed, and false otherwise

                                                                                                                    @@ -907,10 +906,10 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SetValue(Token, bool)

                                                                                                                    -

                                                                                                                    Overwrites the current token's value with the value from blueprint, which +

                                                                                                                    SetValue(Token, Boolean)

                                                                                                                    +

                                                                                                                    Overwrites the current token's value with the value from blueprint, which also must be a DateTimeToken. Note that only the value and the type are -overwritten, not the textual representation.

                                                                                                                    +overwritten, not the textual representation.

                                                                                                                    Declaration
                                                                                                                    @@ -934,10 +933,9 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean keepNumericSeparators -

                                                                                                                    Applicable to numeric (number and measurement) tokens only: if true, do not - override the original group and decimal separators.

                                                                                                                    +

                                                                                                                    (ignored)

                                                                                                                    @@ -952,8 +950,8 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    A flag indicating whether the token's value or type were changed.

                                                                                                                    + System.Boolean +

                                                                                                                    A flag indicating whether the token's value or type were changed.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.html index 094fde5d3..b6ae43c95 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.html @@ -86,15 +86,13 @@

                                                                                                                    Class GenericPlaceableToken

                                                                                                                    -

                                                                                                                    Represents a generic, abstract token, which is a sequence of characters in the input. A -token is identified using a tokenizer, which breaks up the sequence of characters in the -input into a sequence of tokens. That token sequence is non-overlapping, but not necessarily -contiguous.

                                                                                                                    +

                                                                                                                    Represents a generic placeable token which is not one of the predefined placeable token +classes. Generic placeable tokens can never be auto-localized, but may be auto-substitutable.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    @@ -157,33 +155,32 @@
                                                                                                                    Inherited Members
                                                                                                                    SegmentElement.GetSimilarity(SegmentElement)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class GenericPlaceableToken : SimpleToken
                                                                                                                    +
                                                                                                                    public class GenericPlaceableToken : SimpleToken

                                                                                                                    Constructors

                                                                                                                    @@ -219,7 +216,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    GenericPlaceableToken(string, string, bool)

                                                                                                                    +

                                                                                                                    GenericPlaceableToken(String, String, Boolean)

                                                                                                                    Initializes a new instance with the specified token text, token class, and substitution flag. The token type will be set to OtherTextPlaceable.

                                                                                                                    @@ -239,17 +236,17 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String text - string + System.String tokenClass - bool + System.Boolean isSubstitutable @@ -278,7 +275,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -307,7 +304,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -335,7 +332,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -374,8 +371,9 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -392,7 +390,7 @@
                                                                                                                    Parameters
                                                                                                                    - object + System.Object obj @@ -408,18 +406,19 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean
                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    GetHashCode()

                                                                                                                    -
                                                                                                                    System.Object.GetHashCode(object)
                                                                                                                    +
                                                                                                                    System.Object.GetHashCode(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -435,7 +434,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32 diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.html index 0ae678cde..9c975ad4c 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.html @@ -88,10 +88,10 @@

                                                                                                                    Defines the interface for auto-localizable tokens. Localizable tokens have a value, and their surface representation ("text") can be automatically converted into a target culture -representation, given the token's value and the target culture.

                                                                                                                    +representation, given the token's value and the target culture.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -149,7 +149,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture @@ -170,7 +170,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -178,8 +178,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool)

                                                                                                                    -

                                                                                                                    See LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager)

                                                                                                                    +

                                                                                                                    Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -197,7 +197,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture @@ -212,7 +212,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean adjustCasing @@ -228,7 +228,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -260,7 +260,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture

                                                                                                                    The target culture

                                                                                                                    @@ -269,11 +269,11 @@
                                                                                                                    Parameters
                                                                                                                    AutoLocalizationSettings autoLocalizationSettings

                                                                                                                    Contains the AutoLocalizationSettings to use for some token types. May be null, - in which case default settings will be used.

                                                                                                                    +in which case default settings will be used.

                                                                                                                    - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -289,7 +289,7 @@
                                                                                                                    Returns
                                                                                                                    - Taskbool + System.Threading.Tasks.Task<System.Boolean>

                                                                                                                    true if the token text has been changed, and false otherwise

                                                                                                                    @@ -298,7 +298,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager)

                                                                                                                    +

                                                                                                                    LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager)

                                                                                                                    Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. @@ -322,7 +322,7 @@

                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture

                                                                                                                    The target culture

                                                                                                                    @@ -331,25 +331,25 @@
                                                                                                                    Parameters
                                                                                                                    AutoLocalizationSettings autoLocalizationSettings

                                                                                                                    Contains the AutoLocalizationSettings to use for some token types. May be null, - in which case default settings will be used.

                                                                                                                    +in which case default settings will be used.

                                                                                                                    ILocalizableToken originalMemoryToken

                                                                                                                    The original memory token. Some auto-localization settings will - be derived from the token, if provided.

                                                                                                                    +be derived from the token, if provided.

                                                                                                                    - bool + System.Boolean adjustCasing

                                                                                                                    If true, it is assumed that the token is in segment-initial position. Then, casing - will be adjusted if the original memory token is supplied as well.

                                                                                                                    +will be adjusted if the original memory token is supplied as well.

                                                                                                                    - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -365,7 +365,7 @@
                                                                                                                    Returns
                                                                                                                    - Taskbool + System.Threading.Tasks.Task<System.Boolean>

                                                                                                                    true if the token text has been changed, and false otherwise

                                                                                                                    @@ -374,10 +374,10 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SetValue(Token, bool)

                                                                                                                    -

                                                                                                                    Overwrites the current token's value with the value from blueprint, which +

                                                                                                                    SetValue(Token, Boolean)

                                                                                                                    +

                                                                                                                    Overwrites the current token's value with the value from blueprint, which also must be a DateTimeToken. Note that only the value and the type are -overwritten, not the textual representation.

                                                                                                                    +overwritten, not the textual representation.

                                                                                                                    Declaration
                                                                                                                    @@ -401,10 +401,10 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean keepNumericSeparators

                                                                                                                    Applicable to numeric (number and measurement) tokens only: if true, do not - override the original group and decimal separators.

                                                                                                                    +override the original group and decimal separators.

                                                                                                                    @@ -419,8 +419,8 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    A flag indicating whether the token's value or type were changed.

                                                                                                                    + System.Boolean +

                                                                                                                    A flag indicating whether the token's value or type were changed.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.LocalizationParametersSource.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.LocalizationParametersSource.html index 32297e8cc..b797f4b5a 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.LocalizationParametersSource.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.LocalizationParametersSource.html @@ -90,7 +90,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -115,7 +115,7 @@

                                                                                                                    Fields FromMemory

                                                                                                                    Use information from the memory source and target tokens to auto-localize the tokens in the -translation proposal.

                                                                                                                    +translation proposal.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Match.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Match.html index 304c1b665..30addec24 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Match.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Match.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Match
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -129,7 +129,7 @@

                                                                                                                    Constructors -

                                                                                                                    Match(int, int)

                                                                                                                    +

                                                                                                                    Match(Int32, Int32)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -148,13 +148,13 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 index

                                                                                                                    The start index in the underlying string

                                                                                                                    - int + System.Int32 length

                                                                                                                    The length of the match

                                                                                                                    @@ -184,7 +184,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -210,7 +210,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html index 1c26f6a89..1cfe1b288 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html @@ -92,7 +92,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    @@ -105,7 +105,7 @@
                                                                                                                    Implements
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class MeasureToken : NumberToken, ILocalizableToken
                                                                                                                    +
                                                                                                                    public class MeasureToken : NumberToken, ILocalizableToken

                                                                                                                    Constructors

                                                                                                                    @@ -254,7 +253,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    MeasureToken(string, NumberToken, Unit, string, char, ICultureMetadataManager)

                                                                                                                    +

                                                                                                                    MeasureToken(String, NumberToken, Unit, String, Char, ICultureMetadataManager)

                                                                                                                    Initializes a new instance with the specified values. This constructor is for internal purposes only and should not be used directly.

                                                                                                                    @@ -274,7 +273,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String text @@ -289,17 +288,17 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String unitString - char + System.Char unitSeparator - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -308,7 +307,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    MeasureToken(string, NumberToken, Unit, string, char, string, ICultureMetadataManager)

                                                                                                                    +

                                                                                                                    MeasureToken(String, NumberToken, Unit, String, Char, String, ICultureMetadataManager)

                                                                                                                    Declaration
                                                                                                                    @@ -326,7 +325,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String text @@ -341,22 +340,22 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String unitString - char + System.Char unitSeparator - string + System.String customCategory - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -373,8 +372,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string CustomCategory { get; set; }
                                                                                                                    +
                                                                                                                    public string CustomCategory { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -386,7 +384,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -412,7 +410,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -440,7 +438,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -470,7 +468,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -484,8 +482,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Unit Unit { get; set; }
                                                                                                                    +
                                                                                                                    public Unit Unit { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -511,8 +508,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public char UnitSeparator { get; set; }
                                                                                                                    +
                                                                                                                    public char UnitSeparator { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -524,7 +520,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -538,8 +534,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string UnitString { get; set; }
                                                                                                                    +
                                                                                                                    public string UnitString { get; set; }
                                                                                                                    Property Value
                                                                                                                    charSystem.Char
                                                                                                                    @@ -551,7 +546,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -621,8 +616,9 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -639,7 +635,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -655,18 +651,19 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    objectSystem.Object obj
                                                                                                                    boolSystem.Boolean
                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    GetHashCode()

                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode() +
                                                                                                                    Declaration
                                                                                                                    @@ -682,7 +679,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32 @@ -693,7 +690,8 @@
                                                                                                                    Overrides

                                                                                                                    GetTokenType()

                                                                                                                    - +
                                                                                                                    Declaration
                                                                                                                    @@ -743,7 +741,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture

                                                                                                                    The target culture

                                                                                                                    @@ -752,11 +750,11 @@
                                                                                                                    Parameters
                                                                                                                    AutoLocalizationSettings autoLocalizationSettings

                                                                                                                    Contains the AutoLocalizationSettings to use for some token types. May be null, - in which case default settings will be used.

                                                                                                                    +in which case default settings will be used.

                                                                                                                    - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -772,7 +770,7 @@
                                                                                                                    Returns
                                                                                                                    - Taskbool + System.Threading.Tasks.Task<System.Boolean>

                                                                                                                    true if the token text has been changed, and false otherwise

                                                                                                                    @@ -783,7 +781,7 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager)

                                                                                                                    +

                                                                                                                    LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager)

                                                                                                                    Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. @@ -807,7 +805,7 @@

                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture

                                                                                                                    The target culture

                                                                                                                    @@ -816,25 +814,25 @@
                                                                                                                    Parameters
                                                                                                                    AutoLocalizationSettings autoLocalizationSettings

                                                                                                                    Contains the AutoLocalizationSettings to use for some token types. May be null, - in which case default settings will be used.

                                                                                                                    +in which case default settings will be used.

                                                                                                                    ILocalizableToken originalMemoryToken

                                                                                                                    The original memory token. Some auto-localization settings will - be derived from the token, if provided.

                                                                                                                    +be derived from the token, if provided.

                                                                                                                    - bool + System.Boolean adjustCasing

                                                                                                                    If true, it is assumed that the token is in segment-initial position. Then, casing - will be adjusted if the original memory token is supplied as well.

                                                                                                                    +will be adjusted if the original memory token is supplied as well.

                                                                                                                    - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -850,21 +848,21 @@
                                                                                                                    Returns
                                                                                                                    - Taskbool + System.Threading.Tasks.Task<System.Boolean>

                                                                                                                    true if the token text has been changed, and false otherwise

                                                                                                                    Overrides
                                                                                                                    - + -

                                                                                                                    SetValue(Token, bool)

                                                                                                                    -

                                                                                                                    Overwrites the current token's value with the value from blueprint, which +

                                                                                                                    SetValue(Token, Boolean)

                                                                                                                    +

                                                                                                                    Overwrites the current token's value with the value from blueprint, which also must be a DateTimeToken. Note that only the value and the type are -overwritten, not the textual representation.

                                                                                                                    +overwritten, not the textual representation.

                                                                                                                    Declaration
                                                                                                                    @@ -888,10 +886,10 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean keepNumericSeparators

                                                                                                                    Applicable to numeric (number and measurement) tokens only: if true, do not - override the original group and decimal separators.

                                                                                                                    +override the original group and decimal separators.

                                                                                                                    @@ -906,14 +904,14 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    A flag indicating whether the token's value or type were changed.

                                                                                                                    + System.Boolean +

                                                                                                                    A flag indicating whether the token's value or type were changed.

                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    Implements

                                                                                                                    ILocalizableToken diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html index 640039e1d..4b1609d19 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html @@ -91,7 +91,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    NumberToken
                                                                                                                    @@ -143,37 +143,35 @@
                                                                                                                    Inherited Members
                                                                                                                    SegmentElement.GetSimilarity(SegmentElement)
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -[KnownType(typeof(MeasureToken))]
                                                                                                                    -public class NumberToken : Token, ILocalizableToken
                                                                                                                    +
                                                                                                                    public class NumberToken : Token, ILocalizableToken

                                                                                                                    Constructors

                                                                                                                    @@ -209,7 +207,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    NumberToken(string, NumericSeparator, NumericSeparator, char, char, Sign, string, string, string)

                                                                                                                    +

                                                                                                                    NumberToken(String, NumericSeparator, NumericSeparator, Char, Char, Sign, String, String, String)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -228,7 +226,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String text

                                                                                                                    The text of the token, as it appeared in the input

                                                                                                                    @@ -246,13 +244,13 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char alternateGroupSeparator

                                                                                                                    The character of an alternative group separator, if used

                                                                                                                    - char + System.Char alternateDecimalSeparator

                                                                                                                    The character of an alternative decimal separator, if used

                                                                                                                    @@ -264,19 +262,19 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String rawSign

                                                                                                                    The "raw text" of the sign

                                                                                                                    - string + System.String rawDecimalDigits

                                                                                                                    The "raw decimal digits", without separators, between 0-9

                                                                                                                    - string + System.String rawFractionalDigits

                                                                                                                    The "raw fractional digits", without separators, between 0-9

                                                                                                                    @@ -286,7 +284,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    NumberToken(string, string, string, string, NumberFormatInfo)

                                                                                                                    +

                                                                                                                    NumberToken(String, String, String, String, NumberFormatInfo)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -305,34 +303,34 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String text

                                                                                                                    The token text

                                                                                                                    - string + System.String sign

                                                                                                                    The sign of the numeric value

                                                                                                                    - string + System.String decimalPart

                                                                                                                    The decimal part of the numeric value

                                                                                                                    - string + System.String fractionalPart

                                                                                                                    The fractional part of the numeric value

                                                                                                                    - NumberFormatInfo + System.Globalization.NumberFormatInfo format -

                                                                                                                    The number format of the token's culture, used to determine - whether default or alternate separators were used

                                                                                                                    +

                                                                                                                    The number format of the token's culture, used to determine +whether default or alternate separators were used

                                                                                                                    @@ -349,8 +347,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public char AlternateDecimalSeparator { get; set; }
                                                                                                                    +
                                                                                                                    public char AlternateDecimalSeparator { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -362,7 +359,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -377,8 +374,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public char AlternateGroupSeparator { get; set; }
                                                                                                                    +
                                                                                                                    public char AlternateGroupSeparator { get; set; }
                                                                                                                    Property Value
                                                                                                                    charSystem.Char
                                                                                                                    @@ -390,7 +386,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -404,8 +400,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public NumericSeparator DecimalSeparator { get; set; }
                                                                                                                    +
                                                                                                                    public NumericSeparator DecimalSeparator { get; set; }
                                                                                                                    Property Value
                                                                                                                    charSystem.Char
                                                                                                                    @@ -431,8 +426,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public NumericSeparator GroupSeparator { get; set; }
                                                                                                                    +
                                                                                                                    public NumericSeparator GroupSeparator { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -470,7 +464,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -498,7 +492,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -515,8 +509,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string RawDecimalDigits { get; set; }
                                                                                                                    +
                                                                                                                    public string RawDecimalDigits { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -528,7 +521,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -543,8 +536,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string RawFractionalDigits { get; set; }
                                                                                                                    +
                                                                                                                    public string RawFractionalDigits { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -556,7 +548,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -570,8 +562,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string RawSign { get; set; }
                                                                                                                    +
                                                                                                                    public string RawSign { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -583,7 +574,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -597,8 +588,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Sign Sign { get; set; }
                                                                                                                    +
                                                                                                                    public Sign Sign { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -624,8 +614,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public double Value { get; set; }
                                                                                                                    +
                                                                                                                    public double Value { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -637,7 +626,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -651,8 +640,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool ValueValid { get; set; }
                                                                                                                    +
                                                                                                                    public bool ValueValid { get; set; }
                                                                                                                    Property Value
                                                                                                                    doubleSystem.Double
                                                                                                                    @@ -664,7 +652,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -734,8 +722,9 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -752,7 +741,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -769,15 +758,15 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    boolSystem.Boolean
                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - + @@ -802,7 +791,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture @@ -818,7 +807,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String @@ -847,7 +836,7 @@
                                                                                                                    Parameters
                                                                                                                    - NumberFormatInfo + System.Globalization.NumberFormatInfo nfi @@ -863,7 +852,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String @@ -872,7 +861,8 @@
                                                                                                                    Returns

                                                                                                                    GetHashCode()

                                                                                                                    -
                                                                                                                    System.Object.GetHashCode(object)
                                                                                                                    +
                                                                                                                    System.Object.GetHashCode(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -888,7 +878,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32 @@ -899,7 +889,8 @@
                                                                                                                    Overrides

                                                                                                                    GetTokenType()

                                                                                                                    - +
                                                                                                                    Declaration
                                                                                                                    @@ -944,7 +935,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture @@ -965,7 +956,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -973,8 +964,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool)

                                                                                                                    -

                                                                                                                    See LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager)

                                                                                                                    +

                                                                                                                    Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -992,7 +983,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture @@ -1007,7 +998,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean adjustCasing @@ -1023,7 +1014,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -1055,7 +1046,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture

                                                                                                                    The target culture

                                                                                                                    @@ -1064,11 +1055,11 @@
                                                                                                                    Parameters
                                                                                                                    AutoLocalizationSettings autoLocalizationSettings

                                                                                                                    Contains the AutoLocalizationSettings to use for some token types. May be null, - in which case default settings will be used.

                                                                                                                    +in which case default settings will be used.

                                                                                                                    - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -1084,7 +1075,7 @@
                                                                                                                    Returns
                                                                                                                    - Taskbool + System.Threading.Tasks.Task<System.Boolean>

                                                                                                                    true if the token text has been changed, and false otherwise

                                                                                                                    @@ -1093,7 +1084,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager)

                                                                                                                    +

                                                                                                                    LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager)

                                                                                                                    Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. @@ -1117,7 +1108,7 @@

                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo culture

                                                                                                                    The target culture

                                                                                                                    @@ -1126,25 +1117,25 @@
                                                                                                                    Parameters
                                                                                                                    AutoLocalizationSettings autoLocalizationSettings

                                                                                                                    Contains the AutoLocalizationSettings to use for some token types. May be null, - in which case default settings will be used.

                                                                                                                    +in which case default settings will be used.

                                                                                                                    ILocalizableToken originalMemoryToken

                                                                                                                    The original memory token. Some auto-localization settings will - be derived from the token, if provided.

                                                                                                                    +be derived from the token, if provided.

                                                                                                                    - bool + System.Boolean adjustCasing

                                                                                                                    If true, it is assumed that the token is in segment-initial position. Then, casing - will be adjusted if the original memory token is supplied as well.

                                                                                                                    +will be adjusted if the original memory token is supplied as well.

                                                                                                                    - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -1160,7 +1151,7 @@
                                                                                                                    Returns
                                                                                                                    - Taskbool + System.Threading.Tasks.Task<System.Boolean>

                                                                                                                    true if the token text has been changed, and false otherwise

                                                                                                                    @@ -1169,10 +1160,10 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SetValue(Token, bool)

                                                                                                                    -

                                                                                                                    Overwrites the current token's value with the value from blueprint, which +

                                                                                                                    SetValue(Token, Boolean)

                                                                                                                    +

                                                                                                                    Overwrites the current token's value with the value from blueprint, which also must be a DateTimeToken. Note that only the value and the type are -overwritten, not the textual representation.

                                                                                                                    +overwritten, not the textual representation.

                                                                                                                    Declaration
                                                                                                                    @@ -1196,10 +1187,10 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean keepNumericSeparators

                                                                                                                    Applicable to numeric (number and measurement) tokens only: if true, do not - override the original group and decimal separators.

                                                                                                                    +override the original group and decimal separators.

                                                                                                                    @@ -1214,8 +1205,8 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    A flag indicating whether the token's value or type were changed.

                                                                                                                    + System.Boolean +

                                                                                                                    A flag indicating whether the token's value or type were changed.

                                                                                                                    @@ -1223,7 +1214,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SetValue(string, string, string, NumberFormatInfo)

                                                                                                                    +

                                                                                                                    SetValue(String, String, String, NumberFormatInfo)

                                                                                                                    Overwrites the current token values with the specified values.

                                                                                                                    @@ -1242,28 +1233,28 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String sign

                                                                                                                    The sign of the numeric value

                                                                                                                    - string + System.String decimalPart

                                                                                                                    The decimal part of the numeric value

                                                                                                                    - string + System.String fractionalPart

                                                                                                                    The fractional part of the numeric value

                                                                                                                    - NumberFormatInfo + System.Globalization.NumberFormatInfo format -

                                                                                                                    The number format of the token's culture, used to determine - whether default or alternate separators were used

                                                                                                                    +

                                                                                                                    The number format of the token's culture, used to determine +whether default or alternate separators were used

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumericSeparator.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumericSeparator.html index 89f84eaa1..f4af8cc54 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumericSeparator.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumericSeparator.html @@ -89,7 +89,7 @@

                                                                                                                    The numeric separators type which can occur in a number token.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -117,7 +117,7 @@

                                                                                                                    Fields Primary -

                                                                                                                    Indicates that the culture's primary separator (group or decimal separator) is used.

                                                                                                                    +

                                                                                                                    Indicates that the culture's primary separator (group or decimal separator) is used.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.html index e9a654d49..8d5fd7c06 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.html @@ -86,41 +86,41 @@

                                                                                                                    Class PrioritizedToken

                                                                                                                    -

                                                                                                                    A Token with an assigned priority, usually originating from a recognizer's +

                                                                                                                    A Token with an assigned priority, usually originating from a recognizer's priority. This class is for internal purposes only and should not be used in third-party applications.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    PrioritizedToken
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -131,7 +131,7 @@

                                                                                                                    Constructors -

                                                                                                                    PrioritizedToken(Token, int)

                                                                                                                    +

                                                                                                                    PrioritizedToken(Token, Int32)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -156,7 +156,7 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 priority

                                                                                                                    The priority to assign to the token

                                                                                                                    @@ -185,7 +185,7 @@
                                                                                                                    Field Value
                                                                                                                    - int + System.Int32 diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Sign.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Sign.html index c786a08b6..8513b39cb 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Sign.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Sign.html @@ -89,7 +89,7 @@

                                                                                                                    The sign of a number

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.html index 8bc7d64c9..20dd93236 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.html @@ -86,15 +86,13 @@

                                                                                                                    Class SimpleToken

                                                                                                                    -

                                                                                                                    Represents a generic, abstract token, which is a sequence of characters in the input. A -token is identified using a tokenizer, which breaks up the sequence of characters in the -input into a sequence of tokens. That token sequence is non-overlapping, but not necessarily -contiguous.

                                                                                                                    +

                                                                                                                    A Token which represents a simple token, such as a word, whitespace, +or punctuation.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SimpleToken
                                                                                                                    @@ -139,33 +137,32 @@
                                                                                                                    Inherited Members
                                                                                                                    SegmentElement.GetSimilarity(SegmentElement)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SimpleToken : Token
                                                                                                                    +
                                                                                                                    public class SimpleToken : Token

                                                                                                                    Constructors

                                                                                                                    @@ -173,7 +170,7 @@

                                                                                                                    Constructors

                                                                                                                    SimpleToken()

                                                                                                                    -

                                                                                                                    Initializes a new instance with default values.

                                                                                                                    +

                                                                                                                    Initializes a new instance with default values

                                                                                                                    Declaration
                                                                                                                    @@ -212,7 +209,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SimpleToken(string)

                                                                                                                    +

                                                                                                                    SimpleToken(String)

                                                                                                                    Initializes a new instance with the specified token text, and a token type of Word.

                                                                                                                    @@ -232,7 +229,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String text @@ -241,7 +238,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SimpleToken(string, TokenType)

                                                                                                                    +

                                                                                                                    SimpleToken(String, TokenType)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -260,7 +257,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String text

                                                                                                                    The token text

                                                                                                                    @@ -297,7 +294,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -325,7 +322,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -352,7 +349,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -368,8 +365,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string Stem { get; set; }
                                                                                                                    +
                                                                                                                    public string Stem { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -381,7 +377,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -451,8 +447,9 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -469,7 +466,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -486,20 +483,21 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    GetHashCode()

                                                                                                                    -
                                                                                                                    System.Object.GetHashCode(object)
                                                                                                                    +
                                                                                                                    System.Object.GetHashCode(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -515,7 +513,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32 @@ -526,7 +524,8 @@
                                                                                                                    Overrides

                                                                                                                    GetTokenType()

                                                                                                                    - +
                                                                                                                    Declaration
                                                                                                                    @@ -585,7 +584,8 @@
                                                                                                                    Overrides

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -601,14 +601,14 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TagToken.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TagToken.html index 360bee2ca..4c936edec 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TagToken.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TagToken.html @@ -86,15 +86,12 @@

                                                                                                                    Class TagToken

                                                                                                                    -

                                                                                                                    Represents a generic, abstract token, which is a sequence of characters in the input. A -token is identified using a tokenizer, which breaks up the sequence of characters in the -input into a sequence of tokens. That token sequence is non-overlapping, but not necessarily -contiguous.

                                                                                                                    +

                                                                                                                    A Token which encapsulates a tag in the input.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TagToken
                                                                                                                    @@ -141,33 +138,32 @@
                                                                                                                    Inherited Members
                                                                                                                    SegmentElement.GetSimilarity(SegmentElement)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class TagToken : Token
                                                                                                                    +
                                                                                                                    public class TagToken : Token

                                                                                                                    Constructors

                                                                                                                    @@ -245,9 +241,7 @@

                                                                                                                    Properties

                                                                                                                    IsPlaceable

                                                                                                                    -

                                                                                                                    Gets a boolean value indicating whether this token represents a placeable. -Always returns false for this class. Derived -classes should override appropriately.

                                                                                                                    +

                                                                                                                    IsPlaceable. Always true for this class.

                                                                                                                    Declaration
                                                                                                                    @@ -264,7 +258,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -292,7 +286,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -308,8 +302,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Tag Tag { get; set; }
                                                                                                                    +
                                                                                                                    public Tag Tag { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -391,8 +384,9 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -409,7 +403,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -426,20 +420,21 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    GetHashCode()

                                                                                                                    -
                                                                                                                    System.Object.GetHashCode(object)
                                                                                                                    +
                                                                                                                    System.Object.GetHashCode(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -455,7 +450,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32 @@ -495,7 +490,8 @@
                                                                                                                    Overrides

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -511,19 +507,19 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()

                                                                                                                    UpdateValue(TagToken)

                                                                                                                    -

                                                                                                                    Updates the token's value, using the values of another instance.

                                                                                                                    +

                                                                                                                    Updates the token's value, using the values of another instance.

                                                                                                                    Declaration
                                                                                                                    @@ -551,8 +547,8 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    UpdateValue(TagToken, bool)

                                                                                                                    -

                                                                                                                    Updates the token's value, using the values of another instance.

                                                                                                                    +

                                                                                                                    UpdateValue(TagToken, Boolean)

                                                                                                                    +

                                                                                                                    Updates the token's value, using the values of another instance.

                                                                                                                    Declaration
                                                                                                                    @@ -576,10 +572,10 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean updateValuesOnly -

                                                                                                                    If true, only the tag's values are updated. Otherwise, - all other information (such as the text) will be updated as well.

                                                                                                                    +

                                                                                                                    If true, only the tag's values are updated. Otherwise, +all other information (such as the text) will be updated as well.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Token.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Token.html index 8e8f98dce..5a3103c85 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Token.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Token.html @@ -94,7 +94,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Token
                                                                                                                    @@ -112,45 +112,38 @@
                                                                                                                    Inherited Members
                                                                                                                    SegmentElement.GetSimilarity(SegmentElement)
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -[KnownType(typeof(DateTimeToken))]
                                                                                                                    -[KnownType(typeof(NumberToken))]
                                                                                                                    -[KnownType(typeof(MeasureToken))]
                                                                                                                    -[KnownType(typeof(SimpleToken))]
                                                                                                                    -[KnownType(typeof(GenericPlaceableToken))]
                                                                                                                    -[KnownType(typeof(TagToken))]
                                                                                                                    -public abstract class Token : SegmentElement
                                                                                                                    +
                                                                                                                    public abstract class Token : SegmentElement

                                                                                                                    Constructors

                                                                                                                    @@ -197,7 +190,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Token(string)

                                                                                                                    +

                                                                                                                    Token(String)

                                                                                                                    Initializes a new instance with the specified token text.

                                                                                                                    @@ -216,7 +209,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String text

                                                                                                                    The token text

                                                                                                                    @@ -246,7 +239,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -274,7 +267,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -300,7 +293,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -327,7 +320,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -353,7 +346,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -379,7 +372,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -393,8 +386,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public SegmentRange Span { get; set; }
                                                                                                                    +
                                                                                                                    public SegmentRange Span { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -415,13 +407,12 @@
                                                                                                                    Property Value

                                                                                                                    Text

                                                                                                                    -

                                                                                                                    Gets or sets the token's text.

                                                                                                                    +

                                                                                                                    Gets or sets the token's text.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public virtual string Text { get; set; }
                                                                                                                    +
                                                                                                                    public virtual string Text { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -433,7 +424,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -473,8 +464,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public TokenType Type { get; set; }
                                                                                                                    +
                                                                                                                    public TokenType Type { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -496,8 +486,9 @@

                                                                                                                    Methods -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -514,7 +505,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -531,15 +522,15 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)
                                                                                                                    @@ -577,7 +568,7 @@
                                                                                                                    Returns
                                                                                                                    - SegmentElementSimilarity + SegmentElement.Similarity @@ -586,7 +577,8 @@
                                                                                                                    Returns

                                                                                                                    GetHashCode()

                                                                                                                    -
                                                                                                                    System.Object.GetHashCode(object)
                                                                                                                    +
                                                                                                                    System.Object.GetHashCode(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -602,18 +594,18 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()

                                                                                                                    GetIdentityStringAsync()

                                                                                                                    -

                                                                                                                    See GetIdentityStringAsync()

                                                                                                                    +

                                                                                                                    See Sdl.LanguagePlatform.Core.Tokenization.IToken.GetIdentityStringAsync

                                                                                                                    Declaration
                                                                                                                    @@ -630,7 +622,7 @@
                                                                                                                    Returns
                                                                                                                    - Taskstring + System.Threading.Tasks.Task<System.String> @@ -639,7 +631,8 @@
                                                                                                                    Returns

                                                                                                                    GetTokenType()

                                                                                                                    - +
                                                                                                                    Declaration
                                                                                                                    @@ -681,7 +674,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    A hash code

                                                                                                                    @@ -693,7 +686,8 @@
                                                                                                                    Overrides

                                                                                                                    SetTokenType(TokenType)

                                                                                                                    - +
                                                                                                                    Declaration
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html index 428b2bcb0..1ef62cbff 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html @@ -87,20 +87,20 @@

                                                                                                                    Class TokenBundle

                                                                                                                    A special Token which represents a set of alternatives (i.e. an ambiguous -analysis) of other tokens which cover the exactly same input span.

                                                                                                                    +analysis) of other tokens which cover the exactly same input span.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TokenBundle
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Collections.Generic.IEnumerable<PrioritizedToken>
                                                                                                                    +
                                                                                                                    System.Collections.IEnumerable
                                                                                                                    Inherited Members
                                                                                                                    @@ -108,7 +108,7 @@
                                                                                                                    Inherited Members
                                                                                                                    Token.SetTokenType(TokenType)
                                                                                                                    Token.GetHashCode() @@ -150,31 +150,31 @@
                                                                                                                    Inherited Members
                                                                                                                    SegmentElement.GetSimilarity(SegmentElement)
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -185,7 +185,7 @@

                                                                                                                    Constructors -

                                                                                                                    TokenBundle(Token, int)

                                                                                                                    +

                                                                                                                    TokenBundle(Token, Int32)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -207,11 +207,11 @@
                                                                                                                    Parameters
                                                                                                                    Token t

                                                                                                                    The first token in the set of alternatives (must not be null). It - is also used to set the Text of the bundle.

                                                                                                                    +is also used to set the Text of the bundle.

                                                                                                                    - int + System.Int32 priority

                                                                                                                    The priority to assign to the first token in the bundle

                                                                                                                    @@ -240,7 +240,7 @@
                                                                                                                    Parameters
                                                                                                                    - IListPrioritizedToken + System.Collections.Generic.IList<PrioritizedToken> items

                                                                                                                    The items to add to the list of alternatives. Only a shallow copy is made.

                                                                                                                    @@ -270,7 +270,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -297,7 +297,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -326,7 +326,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -336,7 +336,7 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    this[int]

                                                                                                                    +

                                                                                                                    Item[Int32]

                                                                                                                    Gets the prioritized token at the specified index position. If the index position is invalid, an exception is thrown.

                                                                                                                    @@ -356,7 +356,7 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 index

                                                                                                                    The index

                                                                                                                    @@ -385,7 +385,7 @@

                                                                                                                    Methods

                                                                                                                    AcceptSegmentElementVisitor(ISegmentElementVisitor)

                                                                                                                    -

                                                                                                                    Invalid for this class. Will throw a InvalidOperationException

                                                                                                                    +

                                                                                                                    Invalid for this class. Will throw a System.InvalidOperationException

                                                                                                                    Declaration
                                                                                                                    @@ -415,7 +415,7 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Add(Token, int)

                                                                                                                    +

                                                                                                                    Add(Token, Int32)

                                                                                                                    Adds a new token to the set of alternatives. Potential duplicates are kept.

                                                                                                                    @@ -440,7 +440,7 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 priority

                                                                                                                    The priority assigned to the token

                                                                                                                    @@ -450,7 +450,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Add(Token, int, bool)

                                                                                                                    +

                                                                                                                    Add(Token, Int32, Boolean)

                                                                                                                    Adds a new token to the set of alternatives.

                                                                                                                    @@ -475,17 +475,17 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 priority

                                                                                                                    The priority assigned to the token

                                                                                                                    - bool + System.Boolean keepDuplicates

                                                                                                                    If true, the token will always be added. If false, - and the collection contains a token which Equals t, only the one with the - higher priority will be kept.

                                                                                                                    +and the collection contains a token which Equals t, only the one with the +higher priority will be kept.

                                                                                                                    @@ -529,7 +529,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the token is equal to one of the alternatives, and false otherwise

                                                                                                                    @@ -539,7 +539,7 @@
                                                                                                                    Returns

                                                                                                                    Duplicate()

                                                                                                                    -

                                                                                                                    Invalid for this class. Will throw a InvalidOperationException

                                                                                                                    +

                                                                                                                    Invalid for this class. Will throw a System.InvalidOperationException

                                                                                                                    Declaration
                                                                                                                    @@ -612,7 +612,7 @@
                                                                                                                    Returns
                                                                                                                    - IEnumeratorPrioritizedToken + System.Collections.Generic.IEnumerator<PrioritizedToken>

                                                                                                                    An enumerator

                                                                                                                    @@ -658,12 +658,41 @@
                                                                                                                    Declaration
                                                                                                                    public void SortByDecreasingPriority()
                                                                                                                    +

                                                                                                                    Explicit Interface Implementations +

                                                                                                                    + + + +

                                                                                                                    IEnumerable.GetEnumerator()

                                                                                                                    +

                                                                                                                    Gets an enumerator to iterate through the list of alternatives.

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    IEnumerator IEnumerable.GetEnumerator()
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Returns
                                                                                                                    + + + + + + + + + + + + + +
                                                                                                                    TypeDescription
                                                                                                                    System.Collections.IEnumerator

                                                                                                                    An enumerator

                                                                                                                    +

                                                                                                                    Implements

                                                                                                                    - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                                    - IEnumerable + System.Collections.IEnumerable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenType.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenType.html index 8c6517f09..b5f91adfb 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenType.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenType.html @@ -89,7 +89,7 @@

                                                                                                                    The type of a token, e.g. whether the token represents a word, punctuation, etc.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.html index fb767539c..c11015854 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TokenizationContext
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -129,7 +129,7 @@

                                                                                                                    Constructors -

                                                                                                                    TokenizationContext(CultureCode, Dictionary<DateTimePatternType, List<string>>, List<SeparatorCombination>, Dictionary<string, CustomUnitDefinition>, List<CurrencyFormat>)

                                                                                                                    +

                                                                                                                    TokenizationContext(CultureCode, Dictionary<DateTimePatternType, List<String>>, List<SeparatorCombination>, Dictionary<String, CustomUnitDefinition>, List<CurrencyFormat>)

                                                                                                                    Declaration
                                                                                                                    @@ -147,27 +147,27 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode culture - DictionaryDateTimePatternTypeListstring + System.Collections.Generic.Dictionary<DateTimePatternType, System.Collections.Generic.List<System.String>> dateTimeFormats - ListSeparatorCombination + System.Collections.Generic.List<SeparatorCombination> separatorCombinations - DictionarystringCustomUnitDefinition + System.Collections.Generic.Dictionary<System.String, CustomUnitDefinition> unitDefinitions - ListCurrencyFormat + System.Collections.Generic.List<CurrencyFormat> currencyFormats @@ -195,7 +195,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -220,7 +220,7 @@
                                                                                                                    Property Value
                                                                                                                    - ListCurrencyFormat + System.Collections.Generic.List<CurrencyFormat> @@ -245,7 +245,7 @@
                                                                                                                    Property Value
                                                                                                                    - DictionaryDateTimePatternTypeListstring + System.Collections.Generic.Dictionary<DateTimePatternType, System.Collections.Generic.List<System.String>> @@ -270,7 +270,7 @@
                                                                                                                    Property Value
                                                                                                                    - ListSeparatorCombination + System.Collections.Generic.List<SeparatorCombination> @@ -295,7 +295,7 @@
                                                                                                                    Property Value
                                                                                                                    - DictionarystringCustomUnitDefinition + System.Collections.Generic.Dictionary<System.String, CustomUnitDefinition> diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags.html index 5c76b2867..63802b56e 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags.html @@ -89,12 +89,11 @@

                                                                                                                    Flags controlling tokenizer behaviour

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    [Flags]
                                                                                                                    -[DataContract]
                                                                                                                     public enum TokenizerFlags

                                                                                                                    Fields diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Unit.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Unit.html index 72ab23a98..fc91c5294 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Unit.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Unit.html @@ -90,7 +90,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.UnitSeparationMode.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.UnitSeparationMode.html index 4c95497b6..23d31bf5a 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.UnitSeparationMode.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.UnitSeparationMode.html @@ -89,7 +89,7 @@

                                                                                                                    Controls how units are separated from the numeric value in measurements.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCoreTokenization
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core.Tokenization
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -107,7 +107,7 @@

                                                                                                                    Fields Auto -

                                                                                                                    Use the whitespace handling as it is obtained from the document or memory token.

                                                                                                                    +

                                                                                                                    Use the whitespace handling as it is obtained from the document or memory token.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.html index cb26f4f7d..6e219738a 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.html @@ -103,10 +103,8 @@

                                                                                                                    Token which represents a date or time expression.

                                                                                                                    GenericPlaceableToken

                                                                                                                    -

                                                                                                                    Represents a generic, abstract token, which is a sequence of characters in the input. A -token is identified using a tokenizer, which breaks up the sequence of characters in the -input into a sequence of tokens. That token sequence is non-overlapping, but not necessarily -contiguous.

                                                                                                                    +

                                                                                                                    Represents a generic placeable token which is not one of the predefined placeable token +classes. Generic placeable tokens can never be auto-localized, but may be auto-substitutable.

                                                                                                                    Match

                                                                                                                    A match object which is returned by FST, FSA, or regex matches

                                                                                                                    @@ -119,21 +117,16 @@

                                                                                                                    Token which represents a numeric value.

                                                                                                                    PrioritizedToken

                                                                                                                    -

                                                                                                                    A Token with an assigned priority, usually originating from a recognizer's +

                                                                                                                    A Token with an assigned priority, usually originating from a recognizer's priority. This class is for internal purposes only and should not be used in third-party applications.

                                                                                                                    SimpleToken

                                                                                                                    -

                                                                                                                    Represents a generic, abstract token, which is a sequence of characters in the input. A -token is identified using a tokenizer, which breaks up the sequence of characters in the -input into a sequence of tokens. That token sequence is non-overlapping, but not necessarily -contiguous.

                                                                                                                    +

                                                                                                                    A Token which represents a simple token, such as a word, whitespace, +or punctuation.

                                                                                                                    TagToken

                                                                                                                    -

                                                                                                                    Represents a generic, abstract token, which is a sequence of characters in the input. A -token is identified using a tokenizer, which breaks up the sequence of characters in the -input into a sequence of tokens. That token sequence is non-overlapping, but not necessarily -contiguous.

                                                                                                                    +

                                                                                                                    A Token which encapsulates a tag in the input.

                                                                                                                    Token

                                                                                                                    Represents a generic, abstract token, which is a sequence of characters in the input. A @@ -143,7 +136,7 @@

                                                                                                                    Tok

                                                                                                                    TokenBundle

                                                                                                                    A special Token which represents a set of alternatives (i.e. an ambiguous -analysis) of other tokens which cover the exactly same input span.

                                                                                                                    +analysis) of other tokens which cover the exactly same input span.

                                                                                                                    TokenizationContext

                                                                                                                    Holds additional metadata for tokenization for a given culture, such as any custom formats for Number, Date etc.

                                                                                                                    @@ -153,7 +146,7 @@

                                                                                                                    Interfaces

                                                                                                                    ILocalizableToken

                                                                                                                    Defines the interface for auto-localizable tokens. Localizable tokens have a value, and their surface representation ("text") can be automatically converted into a target culture -representation, given the token's value and the target culture.

                                                                                                                    +representation, given the token's value and the target culture.

                                                                                                                    Enums

                                                                                                                    @@ -175,12 +168,12 @@

                                                                                                                    Sign

                                                                                                                    The sign of a number

                                                                                                                    -
                                                                                                                    -

                                                                                                                    TokenType

                                                                                                                    -

                                                                                                                    The type of a token, e.g. whether the token represents a word, punctuation, etc.

                                                                                                                    TokenizerFlags

                                                                                                                    Flags controlling tokenizer behaviour

                                                                                                                    +
                                                                                                                    +

                                                                                                                    TokenType

                                                                                                                    +

                                                                                                                    The type of a token, e.g. whether the token represents a word, punctuation, etc.

                                                                                                                    Unit

                                                                                                                    Enumerates the units known by the system. Only those units are listed which may diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.UnicodeBlock.html b/api/translationmemory/Sdl.LanguagePlatform.Core.UnicodeBlock.html index 2bb7ff093..09bb130b8 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.UnicodeBlock.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.UnicodeBlock.html @@ -89,7 +89,7 @@

                                                                                                                    The Unicode blocks (code point ranges), according to the Unicode standard

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -188,6 +188,11 @@

                                                                                                                    Fields Buhid

                                                                                                                    Buhid

                                                                                                                    + + + + Cherokee +

                                                                                                                    Cherokee

                                                                                                                    @@ -228,11 +233,6 @@

                                                                                                                    Fields CJKUnifiedIdeographsExtensionA

                                                                                                                    CJKUnifiedIdeographsExtensionA

                                                                                                                    - - - - Cherokee -

                                                                                                                    Cherokee

                                                                                                                    @@ -406,13 +406,13 @@

                                                                                                                    Fields - IPAExtensions -

                                                                                                                    IPA Extensions

                                                                                                                    + IdeographicDescriptionCharacters +

                                                                                                                    IdeographicDescriptionCharacters

                                                                                                                    - IdeographicDescriptionCharacters -

                                                                                                                    IdeographicDescriptionCharacters

                                                                                                                    + IPAExtensions +

                                                                                                                    IPA Extensions

                                                                                                                    @@ -551,13 +551,13 @@

                                                                                                                    Fields - NKo -

                                                                                                                    NKo

                                                                                                                    + NewTaiLue +

                                                                                                                    New Tai Lue

                                                                                                                    - NewTaiLue -

                                                                                                                    New Tai Lue

                                                                                                                    + NKo +

                                                                                                                    NKo

                                                                                                                    @@ -723,6 +723,11 @@

                                                                                                                    Fields VerticalForms

                                                                                                                    VerticalForms

                                                                                                                    + + + + YijingHexagramSymbols +

                                                                                                                    YijingHexagramSymbols

                                                                                                                    @@ -733,11 +738,6 @@

                                                                                                                    Fields YiSyllables

                                                                                                                    YiSyllables

                                                                                                                    - - - - YijingHexagramSymbols -

                                                                                                                    YijingHexagramSymbols

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html b/api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html index 5ddafb95d..552b5fc91 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html @@ -91,38 +91,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Wordlist
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.ICloneable
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformCore
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.Core
                                                                                                                    Assembly: Sdl.LanguagePlatform.Core.dll
                                                                                                                    Syntax
                                                                                                                    @@ -220,7 +220,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -272,7 +272,7 @@
                                                                                                                    Property Value
                                                                                                                    - IEnumerablestring + System.Collections.Generic.IEnumerable<System.String> @@ -297,7 +297,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -307,8 +307,8 @@

                                                                                                                    Methods -

                                                                                                                    Add(string)

                                                                                                                    -

                                                                                                                    Adds a new string to this wordlist if it isn't already there.

                                                                                                                    +

                                                                                                                    Add(String)

                                                                                                                    +

                                                                                                                    Adds a new string to this wordlist if it isn't already there.

                                                                                                                    Declaration
                                                                                                                    @@ -326,7 +326,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s @@ -342,7 +342,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true iff the word was added

                                                                                                                    @@ -351,7 +351,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    CleanupList(string, string, bool)

                                                                                                                    +

                                                                                                                    CleanupList(String, String, Boolean)

                                                                                                                    Loads a word list from the specified input file, removes all duplicates, and writes the result to the output file. The two file names should not be the same. Only used internally.

                                                                                                                    @@ -371,19 +371,19 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String inputFileName

                                                                                                                    The input file name

                                                                                                                    - string + System.String outputFileName

                                                                                                                    The output file name

                                                                                                                    - bool + System.Boolean ignoreComments

                                                                                                                    Ignore comments flag, if not set it is true

                                                                                                                    @@ -405,7 +405,8 @@
                                                                                                                    Declaration

                                                                                                                    Clone()

                                                                                                                    - +
                                                                                                                    System.ICloneable.Clone() +
                                                                                                                    Declaration
                                                                                                                    @@ -421,7 +422,7 @@
                                                                                                                    Returns
                                                                                                                    - object + System.Object

                                                                                                                    A new object that is a deep copy of this instance.

                                                                                                                    @@ -430,7 +431,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Contains(string)

                                                                                                                    +

                                                                                                                    Contains(String)

                                                                                                                    Determines whether this wordlist contains the specified string.

                                                                                                                    @@ -449,7 +450,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The string to search for.

                                                                                                                    @@ -466,7 +467,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if s is part of this wordlist, otherwise false.

                                                                                                                    @@ -494,7 +495,7 @@
                                                                                                                    Returns
                                                                                                                    - byte + System.Byte[]

                                                                                                                    An array of bytes which represents the word list.

                                                                                                                    @@ -504,7 +505,7 @@
                                                                                                                    Returns

                                                                                                                    GetRegularExpression(out CharacterSet)

                                                                                                                    -

                                                                                                                    Computes a regular expression +

                                                                                                                    Computes a System.Text.RegularExpressions.Regex which matches the words in the list. The expression is not anchored.

                                                                                                                    NOTE: if the word list is case insensitive, the regular expression will include the @@ -543,7 +544,7 @@

                                                                                                                    Returns
                                                                                                                    - string + System.String @@ -551,7 +552,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Load(byte[], bool)

                                                                                                                    +

                                                                                                                    Load(Byte[], Boolean)

                                                                                                                    Read the word list from an array of bytes. A UTF8 encoding is assumed, but byte order marks will be honored.

                                                                                                                    @@ -571,12 +572,12 @@
                                                                                                                    Parameters
                                                                                                                    - byte + System.Byte[] data - bool + System.Boolean ignoreComments

                                                                                                                    Ignore comments flag, if not set it is true

                                                                                                                    @@ -586,7 +587,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Load(Stream, bool)

                                                                                                                    +

                                                                                                                    Load(Stream, Boolean)

                                                                                                                    Adds new words to this wordlist from a stream. A UTF8 data encoding is assumed, but byte order marks will be honored.

                                                                                                                    @@ -606,13 +607,13 @@
                                                                                                                    Parameters
                                                                                                                    - Stream + System.IO.Stream stream

                                                                                                                    The stream.

                                                                                                                    - bool + System.Boolean ignoreComments

                                                                                                                    Ignore comments flag, if not set it is true

                                                                                                                    @@ -622,7 +623,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Load(string, bool)

                                                                                                                    +

                                                                                                                    Load(String, Boolean)

                                                                                                                    Adds new words to this wordlist from a stream. A UTF8 data encoding is assumed, but byte order marks will be honored.

                                                                                                                    @@ -642,13 +643,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String filename

                                                                                                                    The name of the file to load

                                                                                                                    - bool + System.Boolean ignoreComments

                                                                                                                    Ignore comments flag, if not set it is true

                                                                                                                    @@ -689,7 +690,7 @@
                                                                                                                    Parameters

                                                                                                                    Merge(IEnumerable<Wordlist>)

                                                                                                                    -

                                                                                                                    Creates a new word list and merges all specified wordLists into the new one.

                                                                                                                    +

                                                                                                                    Creates a new word list and merges all specified wordLists into the new one.

                                                                                                                    Declaration
                                                                                                                    @@ -707,7 +708,7 @@
                                                                                                                    Parameters
                                                                                                                    - IEnumerableWordlist + System.Collections.Generic.IEnumerable<Wordlist> wordLists

                                                                                                                    The word lists to merge.

                                                                                                                    @@ -733,8 +734,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Remove(string)

                                                                                                                    -

                                                                                                                    Removes s from the list.

                                                                                                                    +

                                                                                                                    Remove(String)

                                                                                                                    +

                                                                                                                    Removes s from the list.

                                                                                                                    Declaration
                                                                                                                    @@ -752,7 +753,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s @@ -768,7 +769,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true iff the word was removed

                                                                                                                    @@ -796,7 +797,7 @@
                                                                                                                    Parameters
                                                                                                                    - TextWriter + System.IO.TextWriter writer @@ -804,7 +805,7 @@
                                                                                                                    Parameters

                                                                                                                    Implements

                                                                                                                    - ICloneable + System.ICloneable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.html b/api/translationmemory/Sdl.LanguagePlatform.Core.html index c5909120f..2f0013ae8 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.html +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.html @@ -99,7 +99,7 @@

                                                                                                                    Character in your code.

                                                                                                                    CultureInfoExtensions

                                                                                                                    -

                                                                                                                    Utilities related to CultureInfo objects.

                                                                                                                    +

                                                                                                                    Utilities related to System.Globalization.CultureInfo objects.

                                                                                                                    CultureString

                                                                                                                    A string which carries culture information.

                                                                                                                    @@ -111,14 +111,14 @@

                                                                                                                    Date

                                                                                                                    FaultDescription

                                                                                                                    -

                                                                                                                    Contains fault and error information intended for WCF/SOAP communication.

                                                                                                                    +

                                                                                                                    Contains fault and error information intended for WCF/SOAP communication.

                                                                                                                    LanguagePair

                                                                                                                    A LanguagePair represents a combination of a source language and a target language. Languages are specified using their culture or the culture which usually maps to CultureInfo.Name. However, since the XmlSerializer cannot serialize -CultureInfo objects, -the culture can also be specified using the name.

                                                                                                                    +System.Globalization.CultureInfo objects, +the culture can also be specified using the name.

                                                                                                                    LanguagePlatformException

                                                                                                                    Represents an error thrown by components in the language platform @@ -146,7 +146,7 @@

                                                                                                                    SegmentRa segment positions are inclusive ("into" semantics).

                                                                                                                    StringUtilities

                                                                                                                    -

                                                                                                                    Defines utilities related to string.

                                                                                                                    +

                                                                                                                    Defines utilities related to System.String.

                                                                                                                    Tag

                                                                                                                    Represents a tag.

                                                                                                                    @@ -165,7 +165,7 @@

                                                                                                                    Enums

                                                                                                                    CharacterProperties.Case

                                                                                                                    -

                                                                                                                    Enumerates case variants of strings and letters.

                                                                                                                    +

                                                                                                                    Enumerates case variants of strings and letters.

                                                                                                                    CultureInfoExtensions.LanguageGroupID

                                                                                                                    Language Group IDs, as defined in the Platform SDK, WinNls.h. Added LGRPID_UNKNOWN.

                                                                                                                    @@ -189,7 +189,7 @@

                                                                                                                    Segment.ValidationMode

                                                                                                                    -

                                                                                                                    Determines the type of validation to perform in Segment.Validate(ValidationMode).

                                                                                                                    +

                                                                                                                    Determines the type of validation to perform in Segment.Validate(ValidationMode).

                                                                                                                    SegmentElement.Similarity

                                                                                                                    A similarity level between segment elements.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html b/api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html index 8062ae864..81ffea14c 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html @@ -91,76 +91,76 @@

                                                                                                                    Inheritance
                                                                                                                    - - - +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    System.MarshalByRefObject
                                                                                                                    +
                                                                                                                    System.IO.TextReader
                                                                                                                    MultiFileTextReader
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.IDisposable
                                                                                                                    Inherited Members
                                                                                                                    - TextReader.Null + System.IO.TextReader.Null
                                                                                                                    - TextReader.Dispose() + System.IO.TextReader.Dispose()
                                                                                                                    - TextReader.Dispose(bool) + System.IO.TextReader.Dispose(System.Boolean)
                                                                                                                    - TextReader.ReadLineAsync() + System.IO.TextReader.ReadLineAsync()
                                                                                                                    - TextReader.ReadToEndAsync() + System.IO.TextReader.ReadToEndAsync()
                                                                                                                    - TextReader.ReadAsync(char[], int, int) + System.IO.TextReader.ReadAsync(System.Char[], System.Int32, System.Int32)
                                                                                                                    - TextReader.ReadBlockAsync(char[], int, int) + System.IO.TextReader.ReadBlockAsync(System.Char[], System.Int32, System.Int32)
                                                                                                                    - TextReader.Synchronized(TextReader) + System.IO.TextReader.Synchronized(System.IO.TextReader)
                                                                                                                    - MarshalByRefObject.MemberwiseClone(bool) + System.MarshalByRefObject.MemberwiseClone(System.Boolean)
                                                                                                                    - MarshalByRefObject.GetLifetimeService() + System.MarshalByRefObject.GetLifetimeService()
                                                                                                                    - MarshalByRefObject.InitializeLifetimeService() + System.MarshalByRefObject.InitializeLifetimeService()
                                                                                                                    - MarshalByRefObject.CreateObjRef(Type) + System.MarshalByRefObject.CreateObjRef(System.Type)
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformIO
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -171,7 +171,7 @@

                                                                                                                    Constructors -

                                                                                                                    MultiFileTextReader(DirectoryInfo, string, bool)

                                                                                                                    +

                                                                                                                    MultiFileTextReader(DirectoryInfo, String, Boolean)

                                                                                                                    Instantiates a MultiFileTextReader which works on the files contained in the specified directory and its subdirectories.

                                                                                                                    @@ -190,19 +190,19 @@
                                                                                                                    Parameters
                                                                                                                    - DirectoryInfo + System.IO.DirectoryInfo rootDirectory

                                                                                                                    The directory in which to search for applicable files.

                                                                                                                    - string + System.String fileFilter -

                                                                                                                    If non-null, only files which match the filter are added to the file set (see System.IO.DirectoryInfo.GetFiles()).

                                                                                                                    +

                                                                                                                    If non-null, only files which match the filter are added to the file set (see System.IO.DirectoryInfo.GetFiles()).

                                                                                                                    - bool + System.Boolean recurse

                                                                                                                    If true, subdirectories are scanned for matching false. Otherwise, only files in the specified root directory are considered.

                                                                                                                    @@ -212,7 +212,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    MultiFileTextReader(params FileInfo[])

                                                                                                                    +

                                                                                                                    MultiFileTextReader(FileInfo[])

                                                                                                                    Instantiates a MultiFileTextReader which works on the specified set of files. The files are opened with BOM sniffing defaulting to UTF8 encoding.

                                                                                                                    @@ -232,7 +232,7 @@
                                                                                                                    Parameters
                                                                                                                    - FileInfo + System.IO.FileInfo[] files @@ -241,7 +241,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    MultiFileTextReader(params string[])

                                                                                                                    +

                                                                                                                    MultiFileTextReader(String[])

                                                                                                                    Instantiates a MultiFileTextReader which works on the files or directories passed as the parameter. Directories are recursed into, files are opened UTF8 with BOM sniffing.

                                                                                                                    @@ -261,7 +261,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String[] filesOrDirectories

                                                                                                                    The set of file names or directory names to work on

                                                                                                                    @@ -291,7 +291,7 @@
                                                                                                                    Property Value
                                                                                                                    - FileInfo + System.IO.FileInfo @@ -310,7 +310,7 @@
                                                                                                                    Declaration
                                                                                                                    public override void Close()
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.IO.TextReader.Close()
                                                                                                                    @@ -332,14 +332,14 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    Always throws exception.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.IO.TextReader.Peek()
                                                                                                                    @@ -361,18 +361,18 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    The next input character or -1 if EOF (of the concatenation) is reached.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.IO.TextReader.Read()
                                                                                                                    -

                                                                                                                    Read(char[], int, int)

                                                                                                                    +

                                                                                                                    Read(Char[], Int32, Int32)

                                                                                                                    Reads a block of characters from the virtual concatenation of text files.

                                                                                                                    @@ -391,19 +391,19 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char[] buffer

                                                                                                                    The buffer to store the data in (see TextReader.Read())

                                                                                                                    - int + System.Int32 index

                                                                                                                    The index to start storing characters in the buffer.

                                                                                                                    - int + System.Int32 count

                                                                                                                    The maximum number of characters to read

                                                                                                                    @@ -420,18 +420,18 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    0 on EOF, or the number of characters read which may be 0 < n <= count

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.IO.TextReader.Read(System.Char[], System.Int32, System.Int32)
                                                                                                                    -

                                                                                                                    ReadBlock(char[], int, int)

                                                                                                                    +

                                                                                                                    ReadBlock(Char[], Int32, Int32)

                                                                                                                    Reads a block of characters from the virtual concatenation of text files.

                                                                                                                    @@ -450,19 +450,19 @@
                                                                                                                    Parameters
                                                                                                                    - char + System.Char[] buffer

                                                                                                                    The buffer to store the data in (see TextReader.Read())

                                                                                                                    - int + System.Int32 index

                                                                                                                    The index to start storing characters in the buffer

                                                                                                                    - int + System.Int32 count

                                                                                                                    The number of characters to read

                                                                                                                    @@ -479,16 +479,16 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    The number of characters read. Unlike Read(buffer, index, count), this method - will always attempt to read count characters and will automatically advance to the next file - if the current file does not contain enough data.

                                                                                                                    +will always attempt to read count characters and will automatically advance to the next file +if the current file does not contain enough data.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.IO.TextReader.ReadBlock(System.Char[], System.Int32, System.Int32)
                                                                                                                    @@ -510,13 +510,13 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.IO.TextReader.ReadLine()
                                                                                                                    @@ -538,17 +538,29 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    Always throws exception.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.IO.TextReader.ReadToEnd()
                                                                                                                    +

                                                                                                                    Explicit Interface Implementations +

                                                                                                                    + + + +

                                                                                                                    IDisposable.Dispose()

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    void IDisposable.Dispose()
                                                                                                                    +

                                                                                                                    Implements

                                                                                                                    - IDisposable + System.IDisposable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.CommentEvent.html b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.CommentEvent.html index 727db7e1b..443bce791 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.CommentEvent.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.CommentEvent.html @@ -90,35 +90,35 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    CommentEvent
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOStreams
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.Streams
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -129,7 +129,7 @@

                                                                                                                    Constructors -

                                                                                                                    CommentEvent(string)

                                                                                                                    +

                                                                                                                    CommentEvent(String)

                                                                                                                    Declaration
                                                                                                                    @@ -147,7 +147,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String msg @@ -175,7 +175,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.EndOfInputEvent.html b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.EndOfInputEvent.html index 0dda44d03..feceff4eb 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.EndOfInputEvent.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.EndOfInputEvent.html @@ -91,35 +91,35 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    EndOfInputEvent
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOStreams
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.Streams
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.Event.html b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.Event.html index 0fe627900..c8383882e 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.Event.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.Event.html @@ -91,7 +91,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Event
                                                                                                                    @@ -101,28 +101,28 @@
                                                                                                                    Inheritance
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOStreams
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.Streams
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.IEventReader.html b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.IEventReader.html index 2755a62ed..19995908a 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.IEventReader.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.IEventReader.html @@ -89,7 +89,7 @@

                                                                                                                    Simple interface for reading events from a stream.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOStreams
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.Streams
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -118,7 +118,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskEvent + System.Threading.Tasks.Task<Event>

                                                                                                                    An Event object.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.IEventReceiver.html b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.IEventReceiver.html index e6188ffa3..5271e0f2e 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.IEventReceiver.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.IEventReceiver.html @@ -89,7 +89,7 @@

                                                                                                                    Simple event receiver interface.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOStreams
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.Streams
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -136,7 +136,7 @@
                                                                                                                    Returns
                                                                                                                    - Task + System.Threading.Tasks.Task diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent.html b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent.html index 06dc85247..b4c9a36fe 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent.html @@ -86,12 +86,12 @@

                                                                                                                    Class StartOfInputEvent

                                                                                                                    -

                                                                                                                    Corresponds to the filter framework's StartOfInput event. It represents the beginning of the input stream.

                                                                                                                    +

                                                                                                                    Corresponds to the filter framework's StartOfInput event. It represents the beginning of the input stream.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    StartOfInputEvent
                                                                                                                    @@ -99,28 +99,28 @@
                                                                                                                    Inheritance
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOStreams
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.Streams
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -159,7 +159,7 @@
                                                                                                                    Field Value
                                                                                                                    - DateTime + System.DateTime @@ -187,7 +187,7 @@
                                                                                                                    Property Value
                                                                                                                    - DateTime + System.DateTime @@ -213,7 +213,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -223,7 +223,7 @@
                                                                                                                    Property Value

                                                                                                                    Properties

                                                                                                                    Accesses user-defined properties, which are key-value pairs of strings. Note that the field value -is null unless it's allocated by the user.

                                                                                                                    +is null unless it's allocated by the user.

                                                                                                                    Declaration
                                                                                                                    @@ -240,7 +240,7 @@
                                                                                                                    Property Value
                                                                                                                    - Dictionarystringstring + System.Collections.Generic.Dictionary<System.String, System.String> @@ -266,7 +266,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -292,7 +292,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -318,7 +318,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -344,7 +344,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUEvent.html b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUEvent.html index 0bc2ee4c7..cd569a746 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUEvent.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUEvent.html @@ -91,35 +91,35 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TUEvent
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOStreams
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.Streams
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUStreamContext.html b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUStreamContext.html index feb528b28..aff92f281 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUStreamContext.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUStreamContext.html @@ -92,34 +92,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TUStreamContext
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOStreams
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.Streams
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -160,12 +160,12 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode sourceCulture - CultureCode + Sdl.Core.Globalization.CultureCode targetCulture @@ -193,17 +193,17 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode sourceCulture

                                                                                                                    The source culture to filter the TMX stream for. If null, the invariant culture - will be used. The invariant culture means that no filtering takes place.

                                                                                                                    +will be used. The invariant culture means that no filtering takes place.

                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode targetCulture

                                                                                                                    The target culture to filter the TMX stream for. If null, the invariant culture - will be used. The invariant culture means that no filtering takes place.

                                                                                                                    +will be used. The invariant culture means that no filtering takes place.

                                                                                                                    @@ -298,7 +298,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -350,7 +350,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -376,7 +376,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -402,7 +402,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.html b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.html index 52f7f9a15..daa5a195b 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.Streams.html @@ -99,7 +99,7 @@

                                                                                                                    Event<

                                                                                                                    An abstract base class, purely for inheritance purposes, representing a particular step/item in a stream of translation units.

                                                                                                                    StartOfInputEvent

                                                                                                                    -

                                                                                                                    Corresponds to the filter framework's StartOfInput event. It represents the beginning of the input stream.

                                                                                                                    +

                                                                                                                    Corresponds to the filter framework's StartOfInput event. It represents the beginning of the input stream.

                                                                                                                    TUEvent

                                                                                                                    Represents a translation unit event in the stream.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReader.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReader.html index 9b2296623..f00a4d218 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReader.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReader.html @@ -91,39 +91,39 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TMXReader
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.IDisposable
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -154,7 +154,7 @@
                                                                                                                    Parameters
                                                                                                                    - TextReader + System.IO.TextReader reader

                                                                                                                    The text reader.

                                                                                                                    @@ -183,13 +183,13 @@
                                                                                                                    Parameters
                                                                                                                    - TextReader + System.IO.TextReader reader

                                                                                                                    The text reader.

                                                                                                                    - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -218,7 +218,7 @@
                                                                                                                    Parameters
                                                                                                                    - TextReader + System.IO.TextReader reader

                                                                                                                    The text reader.

                                                                                                                    @@ -253,7 +253,7 @@
                                                                                                                    Parameters
                                                                                                                    - TextReader + System.IO.TextReader reader

                                                                                                                    The text reader.

                                                                                                                    @@ -265,7 +265,7 @@
                                                                                                                    Parameters
                                                                                                                    - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -274,7 +274,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    TMXReader(string)

                                                                                                                    +

                                                                                                                    TMXReader(String)

                                                                                                                    Initializes a new instance of the TMXReader class with the specified file name and default settings.

                                                                                                                    @@ -294,7 +294,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fileName

                                                                                                                    The file name.

                                                                                                                    @@ -304,7 +304,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    TMXReader(string, ICultureMetadataManager)

                                                                                                                    +

                                                                                                                    TMXReader(String, ICultureMetadataManager)

                                                                                                                    Initializes a new instance of the TMXReader class with the specified file name and default settings.

                                                                                                                    @@ -323,13 +323,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fileName

                                                                                                                    The file name.

                                                                                                                    - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -338,7 +338,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    TMXReader(string, TMXReaderSettings)

                                                                                                                    +

                                                                                                                    TMXReader(String, TMXReaderSettings)

                                                                                                                    Declaration
                                                                                                                    @@ -357,7 +357,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fileName @@ -371,7 +371,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    TMXReader(string, TMXReaderSettings, ICultureMetadataManager)

                                                                                                                    +

                                                                                                                    TMXReader(String, TMXReaderSettings, ICultureMetadataManager)

                                                                                                                    Initializes a new instance of the TMXReader class with the specified file name and import context.

                                                                                                                    @@ -390,7 +390,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fileName

                                                                                                                    The file name.

                                                                                                                    @@ -402,7 +402,7 @@
                                                                                                                    Parameters
                                                                                                                    - ICultureMetadataManager + Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager @@ -432,7 +432,7 @@
                                                                                                                    Property Value
                                                                                                                    - DictionaryCultureCodeint + System.Collections.Generic.Dictionary<Sdl.Core.Globalization.CultureCode, System.Int32> @@ -483,7 +483,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -572,7 +572,7 @@
                                                                                                                    Returns
                                                                                                                    - TaskEvent + System.Threading.Tasks.Task<Event>

                                                                                                                    An Event object.

                                                                                                                    @@ -583,7 +583,7 @@

                                                                                                                    Implements

                                                                                                                    IEventReader
                                                                                                                    - IDisposable + System.IDisposable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.html index 013502ad5..dfa1488a9 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TMXReaderSettings
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -165,7 +165,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    TMXReaderSettings(TUStreamContext, bool, bool, bool)

                                                                                                                    +

                                                                                                                    TMXReaderSettings(TUStreamContext, Boolean, Boolean, Boolean)

                                                                                                                    Declaration
                                                                                                                    @@ -188,17 +188,17 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean validateAgainstSchema - bool + System.Boolean resolveNeutralCultures - bool + System.Boolean plainText @@ -226,7 +226,7 @@
                                                                                                                    Property Value
                                                                                                                    - ImportSettingsImportTUProcessingMode + ImportSettings.ImportTUProcessingMode @@ -279,7 +279,7 @@
                                                                                                                    Property Value
                                                                                                                    - IDictionaryFieldIdentifierFieldIdentifier + System.Collections.Generic.IDictionary<FieldIdentifier, FieldIdentifier> @@ -306,7 +306,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -333,7 +333,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -360,7 +360,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -387,7 +387,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.html index 7d01552e5..904dbc680 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.html @@ -91,7 +91,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TMXStartOfInputEvent
                                                                                                                    @@ -123,28 +123,28 @@
                                                                                                                    Inherited Members
                                                                                                                    StartOfInputEvent.CreationUser
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -165,7 +165,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    TMXStartOfInputEvent(string, header, TranslationUnitFormat)

                                                                                                                    +

                                                                                                                    TMXStartOfInputEvent(String, header, TranslationUnitFormat)

                                                                                                                    Initializes a new instance of the TMXStartOfInputEvent with the specified file name, header and flavor.

                                                                                                                    @@ -184,7 +184,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fileName

                                                                                                                    The file name.

                                                                                                                    @@ -304,21 +304,21 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean - -

                                                                                                                    TMName

                                                                                                                    -

                                                                                                                    Gets or sets the TM Name, if present in the header.

                                                                                                                    + +

                                                                                                                    TextContextMatchType

                                                                                                                    +

                                                                                                                    Gets or sets the TextContextMatchType the TM (template) uses

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string TMName { get; set; }
                                                                                                                    +
                                                                                                                    public TextContextMatchType TextContextMatchType { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -330,21 +330,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringTextContextMatchType
                                                                                                                    - -

                                                                                                                    TextContextMatchType

                                                                                                                    -

                                                                                                                    Gets or sets the TextContextMatchType the TM (template) uses

                                                                                                                    + +

                                                                                                                    TMName

                                                                                                                    +

                                                                                                                    Gets or sets the TM Name, if present in the header.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public TextContextMatchType TextContextMatchType { get; set; }
                                                                                                                    +
                                                                                                                    public string TMName { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -356,7 +356,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -408,7 +408,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXTools.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXTools.html index e78f1914c..941b5be70 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXTools.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXTools.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TMXTools
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -128,7 +128,7 @@

                                                                                                                    Methods -

                                                                                                                    GetLanguageDirection(string)

                                                                                                                    +

                                                                                                                    GetLanguageDirection(String)

                                                                                                                    Declaration
                                                                                                                    @@ -147,7 +147,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -171,10 +171,10 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetLanguageDirectionAsync(string, ICultureMetadataManager)

                                                                                                                    +

                                                                                                                    GetLanguageDirectionAsync(String, ICultureMetadataManager)

                                                                                                                    Attempts to obtain the language direction from a TMX file which must be bilingual. The method reads the first couple of TUs from the input file and determines the language direction. If not null, the -result's languages will be set to the source and target language. If a language in the result is null, +result's languages will be set to the source and target language. If a language in the result is null, it was not present in any TUs in the sample. If a language is the InvariantCulture, it was inconsistent within the sample (as is the case with multi-target-language TUs).

                                                                                                                    @@ -194,13 +194,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -216,7 +216,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -225,7 +225,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetLanguagesAsync(string, int, ICultureMetadataManager)

                                                                                                                    +

                                                                                                                    GetLanguagesAsync(String, Int32, ICultureMetadataManager)

                                                                                                                    Gets the languages from the given TMX filename.

                                                                                                                    @@ -244,19 +244,19 @@
                                                                                                                    Parameters
                                                                                                                    - + - + - + @@ -272,7 +272,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriter.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriter.html index a041ee05d..126900644 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriter.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriter.html @@ -92,39 +92,39 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TMXWriter
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.IDisposable
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -156,7 +156,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -185,13 +185,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -220,7 +220,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -232,7 +232,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -242,7 +242,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    TMXWriter(string)

                                                                                                                    +

                                                                                                                    TMXWriter(String)

                                                                                                                    Initializes a new instance of the TMXWriter class with the specified file name and UTF8 encoding.

                                                                                                                    @@ -262,7 +262,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -272,7 +272,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    TMXWriter(string, ICultureMetadataManager)

                                                                                                                    +

                                                                                                                    TMXWriter(String, ICultureMetadataManager)

                                                                                                                    Initializes a new instance of the TMXWriter class with the specified file name and UTF8 encoding.

                                                                                                                    @@ -291,13 +291,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -307,7 +307,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    TMXWriter(string, TMXWriterSettings)

                                                                                                                    +

                                                                                                                    TMXWriter(String, TMXWriterSettings)

                                                                                                                    Initializes a new instance of the TMXWriter class with the specified file name and encoding.

                                                                                                                    @@ -327,7 +327,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -343,7 +343,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    TMXWriter(string, TMXWriterSettings, ICultureMetadataManager)

                                                                                                                    +

                                                                                                                    TMXWriter(String, TMXWriterSettings, ICultureMetadataManager)

                                                                                                                    Initializes a new instance of the TMXWriter class with the specified file name and encoding.

                                                                                                                    @@ -362,7 +362,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -374,7 +374,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -470,7 +470,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -480,7 +480,7 @@

                                                                                                                    Implements

                                                                                                                    IEventReceiver
                                                                                                                    - IDisposable + System.IDisposable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.html index de1f4de09..3e5d6cea7 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TMXWriterSettings
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -156,7 +156,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -184,7 +184,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -209,7 +209,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -218,8 +218,8 @@
                                                                                                                    Property Value

                                                                                                                    ReplaceInvalidCharacters

                                                                                                                    -

                                                                                                                    Gets or sets a flag whether to replace characters < \u0020 with '*'. Usually these are emitted as -numeric character reference entities. However, some XML parsers (such as Java's) throw errors on such +

                                                                                                                    Gets or sets a flag whether to replace characters < \u0020 with '*'. Usually these are emitted as +numeric character reference entities. However, some XML parsers (such as Java's) throw errors on such characters.

                                                                                                                    @@ -237,7 +237,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -264,7 +264,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.body.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.body.html index 9252e0d9b..a4d9359df 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.body.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.body.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    body
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -157,7 +157,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.bpt.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.bpt.html index 74878d93b..06e94213a 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.bpt.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.bpt.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    bpt
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -139,13 +139,13 @@

                                                                                                                    Properties

                                                                                                                    - -

                                                                                                                    Items

                                                                                                                    + +

                                                                                                                    i

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public sub[] Items { get; set; }
                                                                                                                    +
                                                                                                                    public string i { get; set; }
                                                                                                                    Property Value
                                                                                                                    TextContextMatchTypeSystem.String
                                                                                                                    boolSystem.Boolean
                                                                                                                    stringSystem.String filename
                                                                                                                    stringSystem.String fileName

                                                                                                                    The input file name

                                                                                                                    ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager
                                                                                                                    TaskLanguagePairSystem.ValueTuple{Sdl.LanguagePlatform.Core.LanguagePair,Sdl.Core.Globalization.CultureCode}.resultCultureCodeSystem.ValueTuple{Sdl.LanguagePlatform.Core.LanguagePair,Sdl.Core.Globalization.CultureCode}.headerSourceLanguageSystem.Threading.Tasks.Task<System.ValueTuple<LanguagePair, Sdl.Core.Globalization.CultureCode>>

                                                                                                                    The language direction or null on errors or if the language direction cannot be determined or invalid input is encountered. No exceptions are returned.

                                                                                                                    stringSystem.String fileName

                                                                                                                    file name

                                                                                                                    intSystem.Int32 limit

                                                                                                                    limit on scanned TUs; if 0 then no limit

                                                                                                                    ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager
                                                                                                                    TaskIListCultureCodeSystem.ValueTuple{System.Collections.Generic.IList{Sdl.Core.Globalization.CultureCode},System.Int32}.resultintSystem.ValueTuple{System.Collections.Generic.IList{Sdl.Core.Globalization.CultureCode},System.Int32}.scannedTUsSystem.Threading.Tasks.Task<System.ValueTuple<System.Collections.Generic.IList<Sdl.Core.Globalization.CultureCode>, System.Int32>>

                                                                                                                    languages

                                                                                                                    StreamSystem.IO.Stream stream

                                                                                                                    The output stream.

                                                                                                                    StreamSystem.IO.Stream stream

                                                                                                                    The output stream.

                                                                                                                    ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager

                                                                                                                    Language culture meta-data source.

                                                                                                                    StreamSystem.IO.Stream outStream

                                                                                                                    The output stream.

                                                                                                                    ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager

                                                                                                                    Language culture meta-data source.

                                                                                                                    stringSystem.String filename

                                                                                                                    The file name.

                                                                                                                    stringSystem.String filename

                                                                                                                    The file name.

                                                                                                                    ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager

                                                                                                                    Language culture meta-data source.

                                                                                                                    stringSystem.String filename

                                                                                                                    The file name.

                                                                                                                    stringSystem.String filename

                                                                                                                    The file name.

                                                                                                                    ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager

                                                                                                                    Language culture meta-data source.

                                                                                                                    TaskSystem.Threading.Tasks.Task
                                                                                                                    EncodingSystem.Text.Encoding encoding
                                                                                                                    EncodingSystem.Text.Encoding
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    charSystem.Char
                                                                                                                    tutu[]
                                                                                                                    @@ -157,20 +157,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    subSystem.String
                                                                                                                    - -

                                                                                                                    Text

                                                                                                                    + +

                                                                                                                    Items

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string[] Text { get; set; }
                                                                                                                    +
                                                                                                                    public sub[] Items { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -182,20 +182,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringsub[]
                                                                                                                    - -

                                                                                                                    i

                                                                                                                    + +

                                                                                                                    Text

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string i { get; set; }
                                                                                                                    +
                                                                                                                    public string[] Text { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -207,7 +207,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -232,7 +232,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -257,7 +257,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ept.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ept.html index c778db51d..fd37f98c1 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ept.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ept.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ept
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -139,13 +139,13 @@

                                                                                                                    Properties

                                                                                                                    - -

                                                                                                                    Items

                                                                                                                    + +

                                                                                                                    i

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public sub[] Items { get; set; }
                                                                                                                    +
                                                                                                                    public string i { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String[]
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    @@ -157,20 +157,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    subSystem.String
                                                                                                                    - -

                                                                                                                    Text

                                                                                                                    + +

                                                                                                                    Items

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string[] Text { get; set; }
                                                                                                                    +
                                                                                                                    public sub[] Items { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -182,20 +182,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringsub[]
                                                                                                                    - -

                                                                                                                    i

                                                                                                                    + +

                                                                                                                    Text

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string i { get; set; }
                                                                                                                    +
                                                                                                                    public string[] Text { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -207,7 +207,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.header.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.header.html index b25775af6..d87ead94a 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.header.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.header.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    header
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -139,31 +139,6 @@

                                                                                                                    Properties

                                                                                                                    - -

                                                                                                                    Items

                                                                                                                    -
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    -
                                                                                                                    public object[] Items { get; set; }
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Property Value
                                                                                                                    -
                                                                                                                    stringSystem.String[]
                                                                                                                    - - - - - - - - - - - - -
                                                                                                                    TypeDescription
                                                                                                                    object
                                                                                                                    - -

                                                                                                                    adminlang

                                                                                                                    @@ -182,7 +157,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -207,7 +182,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -232,7 +207,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -257,7 +232,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -282,7 +257,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -307,7 +282,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -332,7 +307,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -357,7 +332,32 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String + + + + + + + +

                                                                                                                    Items

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    public object[] Items { get; set; }
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Property Value
                                                                                                                    + + + + + + + + + + @@ -382,7 +382,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -407,7 +407,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -457,7 +457,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.headerSegtype.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.headerSegtype.html index 276af80d5..5ab1954a7 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.headerSegtype.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.headerSegtype.html @@ -88,7 +88,7 @@

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.hi.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.hi.html index c4e72bc0b..7ce009a5f 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.hi.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.hi.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    hi
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -157,7 +157,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -182,7 +182,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -207,7 +207,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -232,7 +232,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.html index 36f78a831..cad00f789 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.html @@ -90,22 +90,6 @@

                                                                                                                    Classes

                                                                                                                    -

                                                                                                                    TMXReader

                                                                                                                    -

                                                                                                                    Represents an event reader for TMX files.

                                                                                                                    -
                                                                                                                    -

                                                                                                                    TMXReaderSettings

                                                                                                                    -
                                                                                                                    -

                                                                                                                    TMXStartOfInputEvent

                                                                                                                    -

                                                                                                                    Represents the StartOfInputEvent in a TMX file.

                                                                                                                    -
                                                                                                                    -

                                                                                                                    TMXTools

                                                                                                                    -
                                                                                                                    -

                                                                                                                    TMXWriter

                                                                                                                    -

                                                                                                                    Represents a writer for exporting translation units into the TMX format. -The content is generated in TMX version 1.4.

                                                                                                                    -
                                                                                                                    -

                                                                                                                    TMXWriterSettings

                                                                                                                    -

                                                                                                                    body

                                                                                                                    bpt

                                                                                                                    @@ -132,6 +116,22 @@

                                                                                                                    sub

                                                                                                                    tmx

                                                                                                                    +

                                                                                                                    TMXReader

                                                                                                                    +

                                                                                                                    Represents an event reader for TMX files.

                                                                                                                    +
                                                                                                                    +

                                                                                                                    TMXReaderSettings

                                                                                                                    +
                                                                                                                    +

                                                                                                                    TMXStartOfInputEvent

                                                                                                                    +

                                                                                                                    Represents the StartOfInputEvent in a TMX file.

                                                                                                                    +
                                                                                                                    +

                                                                                                                    TMXTools

                                                                                                                    +
                                                                                                                    +

                                                                                                                    TMXWriter

                                                                                                                    +

                                                                                                                    Represents a writer for exporting translation units into the TMX format. +The content is generated in TMX version 1.4.

                                                                                                                    +
                                                                                                                    +

                                                                                                                    TMXWriterSettings

                                                                                                                    +

                                                                                                                    tu

                                                                                                                    tuv

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.it.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.it.html index 79f8d98e6..2b79f17c5 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.it.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.it.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    it
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -157,20 +157,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    TypeDescription
                                                                                                                    System.Object[]
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    objectSystem.Object[]
                                                                                                                    stringSystem.String[]
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    subsub[]
                                                                                                                    - -

                                                                                                                    Text

                                                                                                                    + +

                                                                                                                    pos

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string[] Text { get; set; }
                                                                                                                    +
                                                                                                                    public itPos pos { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -182,20 +182,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringitPos
                                                                                                                    - -

                                                                                                                    pos

                                                                                                                    + +

                                                                                                                    Text

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public itPos pos { get; set; }
                                                                                                                    +
                                                                                                                    public string[] Text { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -207,7 +207,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -232,7 +232,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -257,7 +257,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.itPos.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.itPos.html index f0e8c11aa..12c934ed6 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.itPos.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.itPos.html @@ -88,7 +88,7 @@

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.map.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.map.html index 9889196b7..ddf66b898 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.map.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.map.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    map
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -157,7 +157,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -182,7 +182,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -207,7 +207,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -232,7 +232,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.note.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.note.html index 8b400b17d..bdf1fea3f 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.note.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.note.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    note
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -139,13 +139,13 @@

                                                                                                                    Properties

                                                                                                                    - -

                                                                                                                    Value

                                                                                                                    + +

                                                                                                                    lang

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string Value { get; set; }
                                                                                                                    +
                                                                                                                    public string lang { get; set; }
                                                                                                                    Property Value
                                                                                                                    itPosSystem.String[]
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    @@ -157,20 +157,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    - -

                                                                                                                    lang

                                                                                                                    + +

                                                                                                                    lang1

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string lang { get; set; }
                                                                                                                    +
                                                                                                                    public string lang1 { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -182,20 +182,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    - -

                                                                                                                    lang1

                                                                                                                    + +

                                                                                                                    oencoding

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string lang1 { get; set; }
                                                                                                                    +
                                                                                                                    public string oencoding { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -207,20 +207,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    - -

                                                                                                                    oencoding

                                                                                                                    + +

                                                                                                                    Value

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string oencoding { get; set; }
                                                                                                                    +
                                                                                                                    public string Value { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -232,7 +232,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ph.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ph.html index 923acbab7..edc5701d4 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ph.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ph.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ph
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -139,13 +139,13 @@

                                                                                                                    Properties

                                                                                                                    - -

                                                                                                                    Items

                                                                                                                    + +

                                                                                                                    assoc

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public sub[] Items { get; set; }
                                                                                                                    +
                                                                                                                    public string assoc { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -157,20 +157,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    subSystem.String
                                                                                                                    - -

                                                                                                                    Text

                                                                                                                    + +

                                                                                                                    Items

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string[] Text { get; set; }
                                                                                                                    +
                                                                                                                    public sub[] Items { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -182,20 +182,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringsub[]
                                                                                                                    - -

                                                                                                                    assoc

                                                                                                                    + +

                                                                                                                    Text

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string assoc { get; set; }
                                                                                                                    +
                                                                                                                    public string[] Text { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -207,7 +207,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -232,7 +232,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -257,7 +257,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.prop.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.prop.html index 9114ed7f6..d9c2fdbf5 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.prop.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.prop.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    prop
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -139,13 +139,13 @@

                                                                                                                    Properties

                                                                                                                    - -

                                                                                                                    Value

                                                                                                                    + +

                                                                                                                    lang

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string Value { get; set; }
                                                                                                                    +
                                                                                                                    public string lang { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String[]
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    @@ -157,20 +157,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    - -

                                                                                                                    lang

                                                                                                                    + +

                                                                                                                    lang1

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string lang { get; set; }
                                                                                                                    +
                                                                                                                    public string lang1 { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -182,20 +182,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    - -

                                                                                                                    lang1

                                                                                                                    + +

                                                                                                                    oencoding

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string lang1 { get; set; }
                                                                                                                    +
                                                                                                                    public string oencoding { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -207,20 +207,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    - -

                                                                                                                    oencoding

                                                                                                                    + +

                                                                                                                    type

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string oencoding { get; set; }
                                                                                                                    +
                                                                                                                    public string type { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -232,20 +232,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    - -

                                                                                                                    type

                                                                                                                    + +

                                                                                                                    Value

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string type { get; set; }
                                                                                                                    +
                                                                                                                    public string Value { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -257,7 +257,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.seg.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.seg.html index ac6d156c0..018069884 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.seg.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.seg.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    seg
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -157,7 +157,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -182,7 +182,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.sub.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.sub.html index fd5cb42ef..7db8d08e8 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.sub.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.sub.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    sub
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -139,13 +139,13 @@

                                                                                                                    Properties

                                                                                                                    - -

                                                                                                                    Items

                                                                                                                    + +

                                                                                                                    datatype

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public object[] Items { get; set; }
                                                                                                                    +
                                                                                                                    public string datatype { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    objectSystem.Object[]
                                                                                                                    stringSystem.String[]
                                                                                                                    @@ -157,20 +157,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    objectSystem.String
                                                                                                                    - -

                                                                                                                    Text

                                                                                                                    + +

                                                                                                                    Items

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string[] Text { get; set; }
                                                                                                                    +
                                                                                                                    public object[] Items { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -182,20 +182,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.Object[]
                                                                                                                    - -

                                                                                                                    datatype

                                                                                                                    + +

                                                                                                                    Text

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string datatype { get; set; }
                                                                                                                    +
                                                                                                                    public string[] Text { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -207,7 +207,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -232,7 +232,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tmx.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tmx.html index 85f3ffeca..9c7f13fbe 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tmx.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tmx.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    tmx
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -157,7 +157,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -207,7 +207,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tu.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tu.html index 1d4e3ca47..ffbf6141c 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tu.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tu.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    tu
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -139,31 +139,6 @@

                                                                                                                    Properties

                                                                                                                    - -

                                                                                                                    Items

                                                                                                                    -
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    -
                                                                                                                    public object[] Items { get; set; }
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Property Value
                                                                                                                    -
                                                                                                                    stringSystem.String[]
                                                                                                                    stringSystem.String
                                                                                                                    tutu[]
                                                                                                                    stringSystem.String
                                                                                                                    - - - - - - - - - - - - -
                                                                                                                    TypeDescription
                                                                                                                    object
                                                                                                                    - -

                                                                                                                    changedate

                                                                                                                    @@ -182,7 +157,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -207,7 +182,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -232,7 +207,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -257,7 +232,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -282,7 +257,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -307,7 +282,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -332,7 +307,32 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String + + + + + + + +

                                                                                                                    Items

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    public object[] Items { get; set; }
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Property Value
                                                                                                                    + + + + + + + + + + @@ -357,7 +357,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -382,7 +382,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -407,7 +407,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -457,7 +457,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -482,7 +482,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -507,7 +507,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -532,7 +532,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -557,7 +557,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tuSegtype.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tuSegtype.html index d51ed0dfa..1d3aa49cb 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tuSegtype.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tuSegtype.html @@ -88,7 +88,7 @@

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tuv.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tuv.html index f9a942f93..63027b023 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tuv.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tuv.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    tuv
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -139,31 +139,6 @@

                                                                                                                    Properties

                                                                                                                    - -

                                                                                                                    Items

                                                                                                                    -
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    -
                                                                                                                    public object[] Items { get; set; }
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Property Value
                                                                                                                    -
                                                                                                                    TypeDescription
                                                                                                                    System.Object[]
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    boolSystem.Boolean
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    tuvtuv[]
                                                                                                                    stringSystem.String
                                                                                                                    - - - - - - - - - - - - -
                                                                                                                    TypeDescription
                                                                                                                    object
                                                                                                                    - -

                                                                                                                    changedate

                                                                                                                    @@ -182,7 +157,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -207,7 +182,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -232,7 +207,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -257,7 +232,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -282,7 +257,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -307,7 +282,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -332,7 +307,32 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String + + + + + + + +

                                                                                                                    Items

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    public object[] Items { get; set; }
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Property Value
                                                                                                                    + + + + + + + + + + @@ -357,7 +357,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -382,7 +382,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -407,7 +407,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -432,7 +432,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -457,7 +457,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -507,7 +507,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ude.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ude.html index 4982c8355..9624f901e 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ude.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ude.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ude
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -145,7 +145,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public string @base { get; set; }
                                                                                                                    +
                                                                                                                    public string base { get; set; }
                                                                                                                    Property Value
                                                                                                                    TypeDescription
                                                                                                                    System.Object[]
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    @@ -157,7 +157,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -182,7 +182,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -207,7 +207,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ut.html b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ut.html index 5e39b8dda..293d9a1cc 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ut.html +++ b/api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ut.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ut
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformIOTMX
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.IO.TMX
                                                                                                                    Assembly: Sdl.LanguagePlatform.IO.dll
                                                                                                                    Syntax
                                                                                                                    @@ -157,7 +157,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -182,7 +182,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -207,7 +207,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Action.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Action.html index bf196c349..593344a82 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Action.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Action.html @@ -89,7 +89,7 @@

                                                                                                                    Represents the action taken for a translation unit during an import operation.

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AdaptiveMachineTranslationLookupMode.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AdaptiveMachineTranslationLookupMode.html index e2e3a5763..2788f9e57 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AdaptiveMachineTranslationLookupMode.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AdaptiveMachineTranslationLookupMode.html @@ -89,7 +89,7 @@

                                                                                                                    Specifies how to use adaptive machine translation.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.html index e8e13be1e..aa078e012 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.html @@ -91,46 +91,45 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    AppliedPenalty
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class AppliedPenalty
                                                                                                                    +
                                                                                                                    public class AppliedPenalty

                                                                                                                    Constructors

                                                                                                                    -

                                                                                                                    AppliedPenalty(PenaltyType, int)

                                                                                                                    +

                                                                                                                    AppliedPenalty(PenaltyType, Int32)

                                                                                                                    Initializes a new instance of the AppliedPenalty class with the specified type and cost.

                                                                                                                    @@ -155,7 +154,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -165,7 +164,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    AppliedPenalty(string, int)

                                                                                                                    +

                                                                                                                    AppliedPenalty(String, Int32)

                                                                                                                    Initializes a new instance of the AppliedPenalty class with the specified filter name and cost.

                                                                                                                    @@ -184,13 +183,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -207,8 +206,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string FilterName
                                                                                                                    +
                                                                                                                    public string FilterName
                                                                                                                    Field Value
                                                                                                                    stringSystem.String
                                                                                                                    mapmap[]
                                                                                                                    stringSystem.String
                                                                                                                    subsub[]
                                                                                                                    stringSystem.String[]
                                                                                                                    stringSystem.String
                                                                                                                    intSystem.Int32 malus

                                                                                                                    The penalty cost.

                                                                                                                    stringSystem.String filterName

                                                                                                                    The filter name.

                                                                                                                    intSystem.Int32 malus

                                                                                                                    The penalty cost.

                                                                                                                    @@ -220,7 +218,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -233,8 +231,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int Malus
                                                                                                                    +
                                                                                                                    public int Malus
                                                                                                                    Field Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -246,7 +243,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -259,8 +256,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public PenaltyType Type
                                                                                                                    +
                                                                                                                    public PenaltyType Type
                                                                                                                    Field Value
                                                                                                                    intSystem.Int32
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Operator.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Operator.html index 6c89a48c9..881c76469 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Operator.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Operator.html @@ -89,11 +89,11 @@

                                                                                                                    Specifies the operators available in an atomic expression.

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public enum AtomicExpression.Operator
                                                                                                                    +
                                                                                                                    public enum Operator

                                                                                                                    Fields

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.html index 7a3ba632c..9ed7e530f 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.html @@ -86,50 +86,49 @@

                                                                                                                    Class AtomicExpression

                                                                                                                    -

                                                                                                                    Base class for filter expressions. -Expressions can be atomic or composed.

                                                                                                                    +

                                                                                                                    Represents an atomic expression, where a field must be in a specified relationship to a value. +The operands should be initialized before the operator, so that the class can ensure type compatibility.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    AtomicExpression
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class AtomicExpression : FilterExpression
                                                                                                                    +
                                                                                                                    public class AtomicExpression : FilterExpression

                                                                                                                    Constructors

                                                                                                                    -

                                                                                                                    AtomicExpression(FieldValue, Operator)

                                                                                                                    +

                                                                                                                    AtomicExpression(FieldValue, AtomicExpression.Operator)

                                                                                                                    Initializes a new instance of the AtomicExpression class with the given field, value and operator. Throws an error if the field type is not compatible with the operator.

                                                                                                                    @@ -155,7 +154,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -175,8 +174,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember(Order = 1)]
                                                                                                                    -public AtomicExpression.Operator Op { get; set; }
                                                                                                                    +
                                                                                                                    public AtomicExpression.Operator Op { get; set; }
                                                                                                                    Property Value
                                                                                                                    AtomicExpressionOperatorAtomicExpression.Operator op

                                                                                                                    The operator.

                                                                                                                    @@ -188,7 +186,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -205,8 +203,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember(Order = 0)]
                                                                                                                    -public FieldValue Value { get; set; }
                                                                                                                    +
                                                                                                                    public FieldValue Value { get; set; }
                                                                                                                    Property Value
                                                                                                                    AtomicExpressionOperatorAtomicExpression.Operator
                                                                                                                    @@ -229,7 +226,7 @@

                                                                                                                    Methods

                                                                                                                    Evaluate(ITypedKeyValueContainer)

                                                                                                                    -

                                                                                                                    Evaluates a filter expression for a given a set of field values.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -264,7 +261,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -276,7 +273,8 @@
                                                                                                                    Overrides

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -292,19 +290,19 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the field values satisfy the expression, false otherwise.

                                                                                                                    stringSystem.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    -

                                                                                                                    Validate(IFieldDefinitions, bool)

                                                                                                                    -

                                                                                                                    Validates the filter expression against the provided field definitions.

                                                                                                                    +

                                                                                                                    Validate(IFieldDefinitions, Boolean)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -328,11 +326,11 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean throwIfInvalid

                                                                                                                    If true, an exception will be thrown if invalid field names - are encountered. If false, the return value will be set to false without an exception - being thrown.

                                                                                                                    +are encountered. If false, the return value will be set to false without an exception +being thrown.

                                                                                                                    @@ -347,15 +345,15 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the filter expression is valid, given the provided field definitions. false - otherwise.

                                                                                                                    +otherwise.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Operator.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Operator.html index c1e578b18..04ba4236a 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Operator.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Operator.html @@ -89,11 +89,11 @@

                                                                                                                    Specifies the operators available in a composed expression.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public enum ComposedExpression.Operator
                                                                                                                    +
                                                                                                                    public enum Operator

                                                                                                                    Fields

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.html index 77dd5ecf2..73fc44c36 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.html @@ -86,50 +86,49 @@

                                                                                                                    Class ComposedExpression

                                                                                                                    -

                                                                                                                    Base class for filter expressions. -Expressions can be atomic or composed.

                                                                                                                    +

                                                                                                                    Represents a boolean composed expression. +The operator can be AND, OR and NOT and the operands can be either atomic expressions or other composed expressions.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ComposedExpression
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class ComposedExpression : FilterExpression
                                                                                                                    +
                                                                                                                    public class ComposedExpression : FilterExpression

                                                                                                                    Constructors

                                                                                                                    -

                                                                                                                    ComposedExpression(FilterExpression, Operator, FilterExpression)

                                                                                                                    +

                                                                                                                    ComposedExpression(FilterExpression, ComposedExpression.Operator, FilterExpression)

                                                                                                                    Initializes a new instance of the ComposedExpression class with the specified operator and left and right operands.

                                                                                                                    @@ -154,7 +153,7 @@
                                                                                                                    Parameters
                                                                                                                    - ComposedExpressionOperator + ComposedExpression.Operator op

                                                                                                                    The operator.

                                                                                                                    @@ -179,8 +178,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public FilterExpression LeftOperand { get; set; }
                                                                                                                    +
                                                                                                                    public FilterExpression LeftOperand { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -206,8 +204,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public ComposedExpression.Operator Op { get; set; }
                                                                                                                    +
                                                                                                                    public ComposedExpression.Operator Op { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -219,7 +216,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -234,8 +231,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public FilterExpression RightOperand { get; set; }
                                                                                                                    +
                                                                                                                    public FilterExpression RightOperand { get; set; }
                                                                                                                    Property Value
                                                                                                                    ComposedExpressionOperatorComposedExpression.Operator
                                                                                                                    @@ -258,7 +254,7 @@

                                                                                                                    Methods

                                                                                                                    Evaluate(ITypedKeyValueContainer)

                                                                                                                    -

                                                                                                                    Evaluates a filter expression for a given a set of field values.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -293,7 +289,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -305,7 +301,8 @@
                                                                                                                    Overrides

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -321,19 +318,19 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the field values satisfy the expression, false otherwise.

                                                                                                                    stringSystem.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    -

                                                                                                                    Validate(IFieldDefinitions, bool)

                                                                                                                    -

                                                                                                                    Validates the filter expression against the provided field definitions.

                                                                                                                    +

                                                                                                                    Validate(IFieldDefinitions, Boolean)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -357,11 +354,11 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean throwIfInvalid

                                                                                                                    If true, an exception will be thrown if invalid field names - are encountered. If false, the return value will be set to false without an exception - being thrown.

                                                                                                                    +are encountered. If false, the return value will be set to false without an exception +being thrown.

                                                                                                                    @@ -376,15 +373,15 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the filter expression is valid, given the provided field definitions. false - otherwise.

                                                                                                                    +otherwise.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html index 86316d3ce..1a6ebfa0d 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html @@ -86,13 +86,12 @@

                                                                                                                    Class DateTimeFieldValue

                                                                                                                    -

                                                                                                                    Represents a field value, which is a combination of a field name, a field value type, -and the actual field values. This class is abstract.

                                                                                                                    +

                                                                                                                    Represents a DateTime field value.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    DateTimeFieldValue
                                                                                                                    @@ -102,24 +101,23 @@
                                                                                                                    Inherited Members
                                                                                                                    FieldValue.Name
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class DateTimeFieldValue : FieldValue
                                                                                                                    +
                                                                                                                    public class DateTimeFieldValue : FieldValue

                                                                                                                    Constructors

                                                                                                                    @@ -127,7 +125,7 @@

                                                                                                                    Constructors

                                                                                                                    DateTimeFieldValue()

                                                                                                                    -

                                                                                                                    Initializes a new instance with default values. Required for serialization.

                                                                                                                    +

                                                                                                                    Initializes a new instance with default values.

                                                                                                                    Declaration
                                                                                                                    @@ -166,8 +164,8 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    DateTimeFieldValue(string)

                                                                                                                    -

                                                                                                                    Initializes a new instance with the specified field name.

                                                                                                                    +

                                                                                                                    DateTimeFieldValue(String)

                                                                                                                    +

                                                                                                                    Initializes a new instance of the DateTimeFieldValue class with the specified field name.

                                                                                                                    Declaration
                                                                                                                    @@ -185,7 +183,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name.

                                                                                                                    @@ -195,7 +193,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    DateTimeFieldValue(string, DateTime)

                                                                                                                    +

                                                                                                                    DateTimeFieldValue(String, DateTime)

                                                                                                                    Initializes a new instance of the DateTimeFieldValue class with the specified field name and value.

                                                                                                                    @@ -214,13 +212,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name.

                                                                                                                    - DateTime + System.DateTime v

                                                                                                                    The field value.

                                                                                                                    @@ -238,8 +236,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public DateTime Value { get; set; }
                                                                                                                    +
                                                                                                                    public DateTime Value { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -251,7 +248,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -260,7 +257,7 @@
                                                                                                                    Property Value

                                                                                                                    ValueType

                                                                                                                    -

                                                                                                                    Gets the field value type.

                                                                                                                    +

                                                                                                                    Gets the field value type. Always returns FieldValueType.DateTime

                                                                                                                    Declaration
                                                                                                                    @@ -290,7 +287,7 @@

                                                                                                                    Methods

                                                                                                                    Add(FieldValue)

                                                                                                                    -

                                                                                                                    Adds another field value to the current value. The other value must be of the same type.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -325,7 +322,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -336,8 +333,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Add(string)

                                                                                                                    -

                                                                                                                    Adds another string to this instance's value list, if this instance is of any of the multiple valued types.

                                                                                                                    +

                                                                                                                    Add(String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -355,7 +352,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -372,19 +369,19 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    DateTimeSystem.DateTime
                                                                                                                    boolSystem.Boolean

                                                                                                                    true

                                                                                                                    stringSystem.String s

                                                                                                                    The new value to be added.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    Clear()

                                                                                                                    -

                                                                                                                    Resets this instance to the default value.

                                                                                                                    +

                                                                                                                    See Clear()

                                                                                                                    Declaration
                                                                                                                    @@ -425,8 +422,9 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -443,7 +441,7 @@
                                                                                                                    Parameters
                                                                                                                    - object + System.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    @@ -460,20 +458,21 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)

                                                                                                                    GetHashCode()

                                                                                                                    -
                                                                                                                    System.Object.GetHashCode(object)
                                                                                                                    +
                                                                                                                    System.Object.GetHashCode(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -489,21 +488,18 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()

                                                                                                                    GetValueString()

                                                                                                                    -

                                                                                                                    Compute a string which represents the field value without the field name in a way which -can be reversed through parsing. This should only be used internally by the field expression -parser. UI-level presentation should use the field value's .ToString() method to get the -field value display string.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -520,9 +516,9 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A serialized string representation of the field value, which is suitable for - persisting, and can be parsed through Parse(string).

                                                                                                                    +persisting, and can be parsed through Parse(String).

                                                                                                                    @@ -567,7 +563,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -577,8 +573,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Parse(string)

                                                                                                                    -

                                                                                                                    Initializes this instance from a string (deserialization).

                                                                                                                    +

                                                                                                                    Parse(String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -596,7 +592,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The string that contains the serialized form.

                                                                                                                    @@ -604,12 +600,12 @@
                                                                                                                    Parameters
                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    Substract(FieldValue)

                                                                                                                    -

                                                                                                                    Substracts a field value from this instance's field value. Both field values must be of the same type.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -644,7 +640,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    @@ -656,7 +652,8 @@
                                                                                                                    Overrides

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -672,14 +669,14 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.html index c53ee92ec..f58408c43 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.html @@ -90,39 +90,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    DocumentDetail
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class DocumentDetail
                                                                                                                    +
                                                                                                                    public class DocumentDetail

                                                                                                                    Constructors

                                                                                                                    @@ -148,8 +147,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<Placeable> DocumentPlaceables { get; set; }
                                                                                                                    +
                                                                                                                    public List<Placeable> DocumentPlaceables { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -161,7 +159,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -170,13 +168,12 @@
                                                                                                                    Property Value

                                                                                                                    SourceHash

                                                                                                                    -

                                                                                                                    Gets or sets the source segment's hash value.

                                                                                                                    +

                                                                                                                    Gets or sets the source segment's hash value.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public long SourceHash { get; set; }
                                                                                                                    +
                                                                                                                    public long SourceHash { get; set; }
                                                                                                                    Property Value
                                                                                                                    ListPlaceableSystem.Collections.Generic.List<Placeable>
                                                                                                                    @@ -188,7 +185,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -203,8 +200,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Segment SourceSegment { get; set; }
                                                                                                                    +
                                                                                                                    public Segment SourceSegment { get; set; }
                                                                                                                    Property Value
                                                                                                                    longSystem.Int64
                                                                                                                    @@ -230,8 +226,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public WordCounts SourceWordCounts { get; set; }
                                                                                                                    +
                                                                                                                    public WordCounts SourceWordCounts { get; set; }
                                                                                                                    Property Value
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.html index de1d4f065..9c1e3ef0b 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.html @@ -91,39 +91,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    DuplicateIterator.DuplicateIteratorPosition
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class DuplicateIterator.DuplicateIteratorPosition
                                                                                                                    +
                                                                                                                    public class DuplicateIteratorPosition

                                                                                                                    Constructors

                                                                                                                    @@ -141,7 +140,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    DuplicateIteratorPosition(long, int)

                                                                                                                    +

                                                                                                                    DuplicateIteratorPosition(Int64, Int32)

                                                                                                                    Initializes a new instance of the DuplicateIteratorPosition at the specified location within the translation memory.

                                                                                                                    @@ -160,13 +159,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -183,8 +182,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public long Hash
                                                                                                                    +
                                                                                                                    public long Hash
                                                                                                                    Field Value
                                                                                                                    longSystem.Int64 hash

                                                                                                                    The hash value.

                                                                                                                    intSystem.Int32 tuId

                                                                                                                    The translation unit ID.

                                                                                                                    @@ -196,7 +194,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -209,8 +207,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int TUId
                                                                                                                    +
                                                                                                                    public int TUId
                                                                                                                    Field Value
                                                                                                                    longSystem.Int64
                                                                                                                    @@ -222,7 +219,7 @@
                                                                                                                    Field Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.html index 9a7201094..52c0a892d 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.html @@ -86,13 +86,16 @@

                                                                                                                    Class DuplicateIterator

                                                                                                                    -

                                                                                                                    Base iterator class. Contains the common properties needed for iteration through -a translation memory.

                                                                                                                    +

                                                                                                                    Represents a duplicate translation units search iterator. +

                                                                                                                    After the iterator is created, it is set to start searching from the beginning of the translation memory. +This instance is passed to the API, which modifies it, by annotating the current position reached +and passes it back to the caller, to be used in a subsequent call.

                                                                                                                    +

                                                                                                                    This object should never be modified manually.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    DuplicateIterator
                                                                                                                    @@ -117,33 +120,32 @@
                                                                                                                    Inherited Members
                                                                                                                    TranslationMemoryIterator.Forward
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class DuplicateIterator : TranslationMemoryIterator
                                                                                                                    +
                                                                                                                    public class DuplicateIterator : TranslationMemoryIterator

                                                                                                                    Constructors

                                                                                                                    @@ -151,7 +153,10 @@

                                                                                                                    Constructors

                                                                                                                    DuplicateIterator()

                                                                                                                    -

                                                                                                                    Initializes a new instance with default values (the max count is set to 100).

                                                                                                                    +

                                                                                                                    Initializes a new instance. +

                                                                                                                    The iterator is positioned at the beginning of the translation memory.

                                                                                                                    +

                                                                                                                    Since the translation memory is not a sorted set of translation units, the order is storage specific and should not +be relied upon, outside the implementation of the iterator.

                                                                                                                    Declaration
                                                                                                                    @@ -161,8 +166,8 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    DuplicateIterator(int)

                                                                                                                    -

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    +

                                                                                                                    DuplicateIterator(Int32)

                                                                                                                    +

                                                                                                                    Initializes a new instance of the DuplicateIterator class for the specified translation memory and a specified page size.

                                                                                                                    Declaration
                                                                                                                    @@ -180,9 +185,9 @@
                                                                                                                    Parameters
                                                                                                                    - + - @@ -199,8 +204,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public DuplicateIterator.DuplicateIteratorPosition PositionFrom { get; set; }
                                                                                                                    +
                                                                                                                    public DuplicateIterator.DuplicateIteratorPosition PositionFrom { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32 maxCount

                                                                                                                    The maximum number of TUs to return in one iteration roundtrip

                                                                                                                    +

                                                                                                                    The number of translation units this iterator will return in one step.

                                                                                                                    @@ -212,7 +216,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -227,8 +231,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public DuplicateIterator.DuplicateIteratorPosition PositionTo { get; set; }
                                                                                                                    +
                                                                                                                    public DuplicateIterator.DuplicateIteratorPosition PositionTo { get; set; }
                                                                                                                    Property Value
                                                                                                                    DuplicateIteratorDuplicateIteratorPositionDuplicateIterator.DuplicateIteratorPosition
                                                                                                                    @@ -240,7 +243,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -251,7 +254,7 @@

                                                                                                                    Methods

                                                                                                                    Reset()

                                                                                                                    -

                                                                                                                    Repositions the iterator at the beginning of the translation memory.

                                                                                                                    +

                                                                                                                    See Reset()

                                                                                                                    Declaration
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.Continuation.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.Continuation.html index 364948712..5516e3a35 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.Continuation.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.Continuation.html @@ -90,7 +90,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryEditScripts
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory.EditScripts
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.html index dca59651f..ec1e1bd63 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.html @@ -91,7 +91,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    EditAction
                                                                                                                    @@ -103,39 +103,32 @@
                                                                                                                    Inheritance
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryEditScripts
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory.EditScripts
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -[KnownType(typeof(EditActionChangeFieldValue))]
                                                                                                                    -[KnownType(typeof(EditActionDeleteFieldValue))]
                                                                                                                    -[KnownType(typeof(EditActionDeleteAllFieldValues))]
                                                                                                                    -[KnownType(typeof(EditActionDeleteTags))]
                                                                                                                    -[KnownType(typeof(EditActionRenameField))]
                                                                                                                    -[KnownType(typeof(EditActionSearchReplace))]
                                                                                                                    -public abstract class EditAction
                                                                                                                    +
                                                                                                                    public abstract class EditAction

                                                                                                                    Constructors

                                                                                                                    @@ -190,7 +183,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -199,7 +192,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Validate(IFieldDefinitions, bool)

                                                                                                                    +

                                                                                                                    Validate(IFieldDefinitions, Boolean)

                                                                                                                    Validates the edit action against the provided field definitions.

                                                                                                                    @@ -224,11 +217,11 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -243,7 +236,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.html index f46cbb89c..275151ffb 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.html @@ -86,45 +86,44 @@

                                                                                                                    Class EditActionChangeFieldValue

                                                                                                                    -

                                                                                                                    Represents a single edit action which can be applied to a TU.

                                                                                                                    +

                                                                                                                    An EditAction which is used to change a field's value.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    EditActionChangeFieldValue
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryEditScripts
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory.EditScripts
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class EditActionChangeFieldValue : EditAction
                                                                                                                    +
                                                                                                                    public class EditActionChangeFieldValue : EditAction

                                                                                                                    Constructors

                                                                                                                    @@ -174,8 +173,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public FieldValue FieldValue { get; set; }
                                                                                                                    +
                                                                                                                    public FieldValue FieldValue { get; set; }
                                                                                                                    Property Value
                                                                                                                    DuplicateIteratorDuplicateIteratorPositionDuplicateIterator.DuplicateIteratorPosition
                                                                                                                    boolSystem.Boolean

                                                                                                                    true if a change was made to the TU, and false otherwise.

                                                                                                                    boolSystem.Boolean throwIfInvalid

                                                                                                                    If true, an exception will be thrown if invalid field names - or other issues are encountered. If false, the return value will be set to false without an exception - being thrown.

                                                                                                                    +or other issues are encountered. If false, the return value will be set to false without an exception +being thrown.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the edit action is valid, given the provided field definitions, and false otherwise.

                                                                                                                    @@ -201,8 +199,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Mode Mode { get; set; }
                                                                                                                    +
                                                                                                                    public Mode Mode { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -260,7 +257,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -271,8 +268,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Validate(IFieldDefinitions, bool)

                                                                                                                    -

                                                                                                                    Validates the edit action against the provided field definitions.

                                                                                                                    +

                                                                                                                    Validate(IFieldDefinitions, Boolean)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -296,11 +293,11 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -315,7 +312,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -323,7 +320,7 @@
                                                                                                                    Returns
                                                                                                                    boolSystem.Boolean

                                                                                                                    true if a change was made to the TU, and false otherwise.

                                                                                                                    boolSystem.Boolean throwIfInvalid

                                                                                                                    If true, an exception will be thrown if invalid field names - or other issues are encountered. If false, the return value will be set to false without an exception - being thrown.

                                                                                                                    +or other issues are encountered. If false, the return value will be set to false without an exception +being thrown.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the edit action is valid, given the provided field definitions, and false otherwise.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.html index 5bece7e03..b86ae24a9 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.html @@ -86,45 +86,45 @@

                                                                                                                    Class EditActionDeleteAllFieldValues

                                                                                                                    -

                                                                                                                    Represents a single edit action which can be applied to a TU.

                                                                                                                    +

                                                                                                                    Deletes all field values, optionally including system fields, such as context information. Will +not alter core system fields (creation date, use count, etc.)

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    EditActionDeleteAllFieldValues
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryEditScripts
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory.EditScripts
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class EditActionDeleteAllFieldValues : EditAction
                                                                                                                    +
                                                                                                                    public class EditActionDeleteAllFieldValues : EditAction

                                                                                                                    Constructors

                                                                                                                    @@ -142,7 +142,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    EditActionDeleteAllFieldValues(bool)

                                                                                                                    +

                                                                                                                    EditActionDeleteAllFieldValues(Boolean)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -161,10 +161,10 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean deleteSystemFields

                                                                                                                    Determines whether or not to delete system field values as well. Note - that a storage implementation may prohibit the deletion of system field values.

                                                                                                                    +that a storage implementation may prohibit the deletion of system field values.

                                                                                                                    @@ -181,8 +181,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool DeleteSystemFields { get; set; }
                                                                                                                    +
                                                                                                                    public bool DeleteSystemFields { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -194,7 +193,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -240,7 +239,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -251,8 +250,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Validate(IFieldDefinitions, bool)

                                                                                                                    -

                                                                                                                    Validates the edit action against the provided field definitions.

                                                                                                                    +

                                                                                                                    Validate(IFieldDefinitions, Boolean)

                                                                                                                    +

                                                                                                                    See Validate(IFieldDefinitions, Boolean). Always returns true for instances of this class.

                                                                                                                    Declaration
                                                                                                                    @@ -276,11 +275,11 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -295,7 +294,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -303,7 +302,7 @@
                                                                                                                    Returns
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean

                                                                                                                    true if a change was made to the TU, and false otherwise.

                                                                                                                    boolSystem.Boolean throwIfInvalid

                                                                                                                    If true, an exception will be thrown if invalid field names - or other issues are encountered. If false, the return value will be set to false without an exception - being thrown.

                                                                                                                    +or other issues are encountered. If false, the return value will be set to false without an exception +being thrown.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the edit action is valid, given the provided field definitions, and false otherwise.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.html index 7490d07dd..71a1bf69a 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.html @@ -86,45 +86,46 @@

                                                                                                                    Class EditActionDeleteFieldValue

                                                                                                                    -

                                                                                                                    Represents a single edit action which can be applied to a TU.

                                                                                                                    +

                                                                                                                    Deletes the fields' values from the TU. Will do nothing on core system fields, but does +reset TU contexts, if defined. Note that the field itself will not be deleted from the +TM's setup.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    EditActionDeleteFieldValue
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryEditScripts
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory.EditScripts
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class EditActionDeleteFieldValue : EditAction
                                                                                                                    +
                                                                                                                    public class EditActionDeleteFieldValue : EditAction

                                                                                                                    Constructors

                                                                                                                    @@ -142,7 +143,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    EditActionDeleteFieldValue(IList<string>)

                                                                                                                    +

                                                                                                                    EditActionDeleteFieldValue(IList<String>)

                                                                                                                    Initializes a new instance with the specified list of field names.

                                                                                                                    @@ -161,7 +162,7 @@
                                                                                                                    Parameters
                                                                                                                    - IListstring + System.Collections.Generic.IList<System.String> fieldNames

                                                                                                                    The list of field names to delete

                                                                                                                    @@ -171,9 +172,9 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    EditActionDeleteFieldValue(string)

                                                                                                                    +

                                                                                                                    EditActionDeleteFieldValue(String)

                                                                                                                    Initializes a new instance with a new field name list. The field name list -will have fieldName as its single member.

                                                                                                                    +will have fieldName as its single member.

                                                                                                                    Declaration
                                                                                                                    @@ -191,7 +192,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fieldName @@ -208,8 +209,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public IList<string> FieldNames { get; set; }
                                                                                                                    +
                                                                                                                    public IList<string> FieldNames { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -221,7 +221,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -267,7 +267,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -278,8 +278,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Validate(IFieldDefinitions, bool)

                                                                                                                    -

                                                                                                                    Validates the edit action against the provided field definitions.

                                                                                                                    +

                                                                                                                    Validate(IFieldDefinitions, Boolean)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -303,11 +303,11 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -322,7 +322,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -330,7 +330,7 @@
                                                                                                                    Returns
                                                                                                                    IListstringSystem.Collections.Generic.IList<System.String>
                                                                                                                    boolSystem.Boolean

                                                                                                                    true if a change was made to the TU, and false otherwise.

                                                                                                                    boolSystem.Boolean throwIfInvalid

                                                                                                                    If true, an exception will be thrown if invalid field names - or other issues are encountered. If false, the return value will be set to false without an exception - being thrown.

                                                                                                                    +or other issues are encountered. If false, the return value will be set to false without an exception +being thrown.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the edit action is valid, given the provided field definitions, and false otherwise.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.html index 9e4d616ad..1a646d809 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.html @@ -86,45 +86,46 @@

                                                                                                                    Class EditActionDeleteTags

                                                                                                                    -

                                                                                                                    Represents a single edit action which can be applied to a TU.

                                                                                                                    +

                                                                                                                    An edit action which will remove all tags from the TU's segments. Depending on the placeholder +replacement mode, textholder tags are either deleted or kept. It is recommended to keep text +placeholders, as otherwise the linguistic structure of the segment may be corrupted.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    EditActionDeleteTags
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryEditScripts
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory.EditScripts
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class EditActionDeleteTags : EditAction
                                                                                                                    +
                                                                                                                    public class EditActionDeleteTags : EditAction

                                                                                                                    Constructors

                                                                                                                    @@ -142,7 +143,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    EditActionDeleteTags(DeleteTagsAction)

                                                                                                                    +

                                                                                                                    EditActionDeleteTags(Segment.DeleteTagsAction)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -161,7 +162,7 @@
                                                                                                                    Parameters
                                                                                                                    - SegmentDeleteTagsAction + Segment.DeleteTagsAction mode

                                                                                                                    The set of tags to delete

                                                                                                                    @@ -179,8 +180,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Segment.DeleteTagsAction DeleteTagsAction { get; set; }
                                                                                                                    +
                                                                                                                    public Segment.DeleteTagsAction DeleteTagsAction { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -192,7 +192,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -238,7 +238,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -249,8 +249,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Validate(IFieldDefinitions, bool)

                                                                                                                    -

                                                                                                                    Validates the edit action against the provided field definitions.

                                                                                                                    +

                                                                                                                    Validate(IFieldDefinitions, Boolean)

                                                                                                                    +

                                                                                                                    See Validate(IFieldDefinitions, Boolean). Always returns true for this class.

                                                                                                                    Declaration
                                                                                                                    @@ -274,11 +274,11 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -293,7 +293,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -301,7 +301,7 @@
                                                                                                                    Returns
                                                                                                                    SegmentDeleteTagsActionSegment.DeleteTagsAction
                                                                                                                    boolSystem.Boolean

                                                                                                                    true if a change was made to the TU, and false otherwise.

                                                                                                                    boolSystem.Boolean throwIfInvalid

                                                                                                                    If true, an exception will be thrown if invalid field names - or other issues are encountered. If false, the return value will be set to false without an exception - being thrown.

                                                                                                                    +or other issues are encountered. If false, the return value will be set to false without an exception +being thrown.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the edit action is valid, given the provided field definitions, and false otherwise.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.html index 89588487e..e4258ac63 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.html @@ -86,52 +86,66 @@

                                                                                                                    Class EditActionRenameField

                                                                                                                    -

                                                                                                                    Represents a single edit action which can be applied to a TU.

                                                                                                                    +

                                                                                                                    Renames a field or a field's picklist values. System fields cannot be renamed. +The subsequent processor needs to +know how to handle renamed fields - i.e. an importer would need to be allowed to add +new fields on-the-fly unless the TM is already set up. If fields or picklist values are renamed, +in-place editing in a UI may fail unless the renamed objects are already defined in the TM's setup. +

                                                                                                                    +If a field is renamed but a value with that renamed +field value already exists, the original field value will be dropped. Note that the +field type will remain as is. +

                                                                                                                    +

                                                                                                                    +The action can also be used to rename picklist values. If the PicklistValueMap +is non-null, then that mapping will be applied to the values of picklist fields. If you only +want to rename the picklist values, but not the field itself, set ToName to the +same value as FromName. +

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    EditActionRenameField
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryEditScripts
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory.EditScripts
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class EditActionRenameField : EditAction
                                                                                                                    +
                                                                                                                    public class EditActionRenameField : EditAction

                                                                                                                    Constructors

                                                                                                                    -

                                                                                                                    EditActionRenameField(string, string)

                                                                                                                    +

                                                                                                                    EditActionRenameField(String, String)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -150,13 +164,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fromName

                                                                                                                    The original field name

                                                                                                                    - string + System.String toName

                                                                                                                    The new field name

                                                                                                                    @@ -174,8 +188,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string FromName { get; set; }
                                                                                                                    +
                                                                                                                    public string FromName { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -187,7 +200,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -201,8 +214,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Dictionary<string, string> PicklistValueMap { get; set; }
                                                                                                                    +
                                                                                                                    public Dictionary<string, string> PicklistValueMap { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -214,7 +226,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -228,8 +240,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string ToName { get; set; }
                                                                                                                    +
                                                                                                                    public string ToName { get; set; }
                                                                                                                    Property Value
                                                                                                                    DictionarystringstringSystem.Collections.Generic.Dictionary<System.String, System.String>
                                                                                                                    @@ -241,7 +252,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -287,7 +298,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -298,8 +309,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Validate(IFieldDefinitions, bool)

                                                                                                                    -

                                                                                                                    Validates the edit action against the provided field definitions.

                                                                                                                    +

                                                                                                                    Validate(IFieldDefinitions, Boolean)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -323,11 +334,11 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -342,7 +353,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -350,7 +361,7 @@
                                                                                                                    Returns
                                                                                                                    stringSystem.String
                                                                                                                    boolSystem.Boolean

                                                                                                                    true if a change was made to the TU, and false otherwise.

                                                                                                                    boolSystem.Boolean throwIfInvalid

                                                                                                                    If true, an exception will be thrown if invalid field names - or other issues are encountered. If false, the return value will be set to false without an exception - being thrown.

                                                                                                                    +or other issues are encountered. If false, the return value will be set to false without an exception +being thrown.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the edit action is valid, given the provided field definitions, and false otherwise.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.html index e36801d75..af013f23f 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.html @@ -86,45 +86,45 @@

                                                                                                                    Class EditActionSearchReplace

                                                                                                                    -

                                                                                                                    Represents a single edit action which can be applied to a TU.

                                                                                                                    +

                                                                                                                    An edit action to run a search/replace operation. Note that the search pattern will generally +not be found if the text is interrupted by tags.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    EditActionSearchReplace
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryEditScripts
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory.EditScripts
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class EditActionSearchReplace : EditAction
                                                                                                                    +
                                                                                                                    public class EditActionSearchReplace : EditAction

                                                                                                                    Constructors

                                                                                                                    @@ -150,8 +150,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool ApplyToTarget { get; set; }
                                                                                                                    +
                                                                                                                    public bool ApplyToTarget { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -163,7 +162,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -174,14 +173,13 @@
                                                                                                                    Property Value

                                                                                                                    IgnoreCase

                                                                                                                    Gets or sets a flag whether or not to apply the pattern matching in a case-insensitive manner. For literal searches, some "intelligent" casing will be applied to the replacement. For regular expression searches, -see .Net's regex documentation how +see System.Text.RegularExpressions.Regex how case-insensitive S/R is handled.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool IgnoreCase { get; set; }
                                                                                                                    +
                                                                                                                    public bool IgnoreCase { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -193,7 +191,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -209,8 +207,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public PatternType PatternType { get; set; }
                                                                                                                    +
                                                                                                                    public PatternType PatternType { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -236,8 +233,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string ReplacementPattern { get; set; }
                                                                                                                    +
                                                                                                                    public string ReplacementPattern { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -249,7 +245,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -259,15 +255,14 @@
                                                                                                                    Property Value

                                                                                                                    SearchPattern

                                                                                                                    Gets or sets the pattern to search. If this is a regular expression, it will later be compiled with -the CultureInvariant and -the IgnoreCase options (if the +the System.Text.RegularExpressions.RegexOptions.CultureInvariant and +the System.Text.RegularExpressions.RegexOptions.IgnoreCase options (if the IgnoreCase flag is set. No other regular expression flags will be applied.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string SearchPattern { get; set; }
                                                                                                                    +
                                                                                                                    public string SearchPattern { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -279,7 +274,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -325,7 +320,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -336,8 +331,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Validate(IFieldDefinitions, bool)

                                                                                                                    -

                                                                                                                    Validates the edit action against the provided field definitions.

                                                                                                                    +

                                                                                                                    Validate(IFieldDefinitions, Boolean)

                                                                                                                    +

                                                                                                                    See Validate(IFieldDefinitions, Boolean). Always returns true for instances of this class.

                                                                                                                    Declaration
                                                                                                                    @@ -361,11 +356,11 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -380,7 +375,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -388,7 +383,7 @@
                                                                                                                    Returns
                                                                                                                    stringSystem.String
                                                                                                                    boolSystem.Boolean

                                                                                                                    true if a change was made to the TU, and false otherwise.

                                                                                                                    boolSystem.Boolean throwIfInvalid

                                                                                                                    If true, an exception will be thrown if invalid field names - or other issues are encountered. If false, the return value will be set to false without an exception - being thrown.

                                                                                                                    +or other issues are encountered. If false, the return value will be set to false without an exception +being thrown.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the edit action is valid, given the provided field definitions, and false otherwise.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.html index 3c99c6741..22a430c97 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.html @@ -87,44 +87,43 @@

                                                                                                                    Class EditScript

                                                                                                                    An edit script is an ordered collection of edit actions which can be applied to a -translation unit.

                                                                                                                    +translation unit.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    EditScript
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryEditScripts
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory.EditScripts
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class EditScript
                                                                                                                    +
                                                                                                                    public class EditScript

                                                                                                                    Constructors

                                                                                                                    @@ -149,8 +148,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<EditAction> Actions { get; set; }
                                                                                                                    +
                                                                                                                    public List<EditAction> Actions { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -162,7 +160,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -172,13 +170,12 @@
                                                                                                                    Property Value

                                                                                                                    Continuation

                                                                                                                    Gets or sets a value which indicates how to continue with the edit script -once an action has been applied successfully.

                                                                                                                    +once an action has been applied successfully.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Continuation Continuation { get; set; }
                                                                                                                    +
                                                                                                                    public Continuation Continuation { get; set; }
                                                                                                                    Property Value
                                                                                                                    ListEditActionSystem.Collections.Generic.List<EditAction>
                                                                                                                    @@ -205,8 +202,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public FilterExpression Filter { get; set; }
                                                                                                                    +
                                                                                                                    public FilterExpression Filter { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -287,7 +283,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -313,7 +309,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Load(string)

                                                                                                                    +

                                                                                                                    Load(String)

                                                                                                                    Loads an edit script from the specified file name.

                                                                                                                    @@ -332,7 +328,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -377,7 +373,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -387,7 +383,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Save(string)

                                                                                                                    +

                                                                                                                    Save(String)

                                                                                                                    Saves the edit script in the specified file.

                                                                                                                    @@ -406,7 +402,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -416,7 +412,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Validate(IFieldDefinitions, bool)

                                                                                                                    +

                                                                                                                    Validate(IFieldDefinitions, Boolean)

                                                                                                                    Validates the edit script against the provided field definitions.

                                                                                                                    @@ -441,11 +437,11 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -460,9 +456,9 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.html index 81e79dc29..a12f26c56 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    EditScriptApplier
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryEditScripts
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory.EditScripts
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -183,7 +183,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -217,7 +217,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -234,9 +234,9 @@
                                                                                                                    Returns
                                                                                                                    - - + @@ -270,7 +270,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -293,9 +293,9 @@
                                                                                                                    Returns
                                                                                                                    - - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode.html index bf04df0b2..e300fe143 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode.html @@ -90,7 +90,7 @@

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryEditScripts
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory.EditScripts
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.Mode.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.Mode.html index 943926294..2a2fd5ddb 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.Mode.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.Mode.html @@ -89,7 +89,7 @@

                                                                                                                    Describes the different modes how field values can be changed.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryEditScripts
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory.EditScripts
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -112,7 +112,8 @@

                                                                                                                    Fields

                                                                                                                    For multi-valued fields, the existing field values will be joined (set union) with the new value. For Date and Number fields, the value will be added to the existing value. Single-valued text and picklist fields -will always be assigned.

                                                                                                                    +will always be assigned.

                                                                                                                    +

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.PatternType.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.PatternType.html index 53d622f48..e1a627052 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.PatternType.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.PatternType.html @@ -89,7 +89,7 @@

                                                                                                                    Describes the type of search and/or replace patterns.

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryEditScripts
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory.EditScripts
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.html index 9c2517318..3471af359 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.html @@ -94,26 +94,47 @@

                                                                                                                    EditActionChangeFieldValue

                                                                                                                    -

                                                                                                                    Represents a single edit action which can be applied to a TU.

                                                                                                                    +

                                                                                                                    An EditAction which is used to change a field's value.

                                                                                                                    EditActionDeleteAllFieldValues

                                                                                                                    -

                                                                                                                    Represents a single edit action which can be applied to a TU.

                                                                                                                    +

                                                                                                                    Deletes all field values, optionally including system fields, such as context information. Will +not alter core system fields (creation date, use count, etc.)

                                                                                                                    EditActionDeleteFieldValue

                                                                                                                    -

                                                                                                                    Represents a single edit action which can be applied to a TU.

                                                                                                                    +

                                                                                                                    Deletes the fields' values from the TU. Will do nothing on core system fields, but does +reset TU contexts, if defined. Note that the field itself will not be deleted from the +TM's setup.

                                                                                                                    EditActionDeleteTags

                                                                                                                    -

                                                                                                                    Represents a single edit action which can be applied to a TU.

                                                                                                                    +

                                                                                                                    An edit action which will remove all tags from the TU's segments. Depending on the placeholder +replacement mode, textholder tags are either deleted or kept. It is recommended to keep text +placeholders, as otherwise the linguistic structure of the segment may be corrupted.

                                                                                                                    EditActionRenameField

                                                                                                                    -

                                                                                                                    Represents a single edit action which can be applied to a TU.

                                                                                                                    +

                                                                                                                    Renames a field or a field's picklist values. System fields cannot be renamed. +The subsequent processor needs to +know how to handle renamed fields - i.e. an importer would need to be allowed to add +new fields on-the-fly unless the TM is already set up. If fields or picklist values are renamed, +in-place editing in a UI may fail unless the renamed objects are already defined in the TM's setup. +

                                                                                                                    +If a field is renamed but a value with that renamed +field value already exists, the original field value will be dropped. Note that the +field type will remain as is. +

                                                                                                                    +

                                                                                                                    +The action can also be used to rename picklist values. If the PicklistValueMap +is non-null, then that mapping will be applied to the values of picklist fields. If you only +want to rename the picklist values, but not the field itself, set ToName to the +same value as FromName. +

                                                                                                                    EditActionSearchReplace

                                                                                                                    -

                                                                                                                    Represents a single edit action which can be applied to a TU.

                                                                                                                    +

                                                                                                                    An edit action to run a search/replace operation. Note that the search pattern will generally +not be found if the text is interrupted by tags.

                                                                                                                    EditScript

                                                                                                                    An edit script is an ordered collection of edit actions which can be applied to a -translation unit.

                                                                                                                    +translation unit.

                                                                                                                    EditScriptApplier

                                                                                                                    Applies an edit script to a translation unit.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportSettings.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportSettings.html index 78785c4c2..710bbdf0f 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportSettings.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportSettings.html @@ -91,39 +91,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ExportSettings
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class ExportSettings
                                                                                                                    +
                                                                                                                    public class ExportSettings

                                                                                                                    Constructors

                                                                                                                    @@ -149,8 +148,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public EditScript EditScript { get; set; }
                                                                                                                    +
                                                                                                                    public EditScript EditScript { get; set; }
                                                                                                                    Property Value
                                                                                                                    StreamSystem.IO.Stream stream

                                                                                                                    The stream to read the data from

                                                                                                                    stringSystem.String fileName

                                                                                                                    The file name to load the data from.

                                                                                                                    StreamSystem.IO.Stream outputStream

                                                                                                                    The output stream.

                                                                                                                    stringSystem.String fileName

                                                                                                                    The file name to save the script in. Existing files will be overwritten.

                                                                                                                    boolSystem.Boolean throwIfInvalid

                                                                                                                    If true, an exception will be thrown if invalid field names - or other issues are encountered. If false, the return value will be set to false without an exception - being thrown.

                                                                                                                    +or other issues are encountered. If false, the return value will be set to false without an exception +being thrown.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the edit script is valid, given the provided field definitions. false - otherwise.

                                                                                                                    +otherwise.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the TU has been changed, and false otherwise.

                                                                                                                    IListTranslationUnitSystem.Collections.Generic.IList<TranslationUnit> tus

                                                                                                                    The list of translation units to apply the script to

                                                                                                                    Listbool

                                                                                                                    A bool list of equal length as the input TU list, where a corresponding 'true' value indicates - that the respective TU has been changed.

                                                                                                                    +
                                                                                                                    System.Collections.Generic.List<System.Boolean>

                                                                                                                    A bool list of equal length as the input TU list, where a corresponding 'true' value indicates +that the respective TU has been changed.

                                                                                                                    IListTranslationUnitSystem.Collections.Generic.IList<TranslationUnit> tus

                                                                                                                    The list of translation units to apply the script to

                                                                                                                    Listbool

                                                                                                                    A bool list of equal length as the input TU list, where a corresponding 'true' value indicates - that the respective TU has been changed.

                                                                                                                    +
                                                                                                                    System.Collections.Generic.List<System.Boolean>

                                                                                                                    A bool list of equal length as the input TU list, where a corresponding 'true' value indicates +that the respective TU has been changed.

                                                                                                                    Assign
                                                                                                                    @@ -176,8 +174,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public FilterExpression Filter { get; set; }
                                                                                                                    +
                                                                                                                    public FilterExpression Filter { get; set; }
                                                                                                                    Property Value
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.html index e42a45741..1fe33f1f0 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.html @@ -92,39 +92,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ExportStatistics
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class ExportStatistics
                                                                                                                    +
                                                                                                                    public class ExportStatistics

                                                                                                                    Constructors

                                                                                                                    @@ -149,8 +148,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int Exported { get; set; }
                                                                                                                    +
                                                                                                                    public int Exported { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -162,7 +160,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -176,8 +174,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int Processed { get; set; }
                                                                                                                    +
                                                                                                                    public int Processed { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -189,7 +186,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FGASupport.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FGASupport.html index 763e454ef..2c38f04be 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FGASupport.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FGASupport.html @@ -89,12 +89,11 @@

                                                                                                                    Specifies the fine-grained-alignment support status

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public enum FGASupport
                                                                                                                    +
                                                                                                                    public enum FGASupport

                                                                                                                    Fields

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html index 8d79a70ab..1c1b35111 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html @@ -91,14 +91,14 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Field
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.ICloneable
                                                                                                                    @@ -107,28 +107,26 @@
                                                                                                                    Inherited Members
                                                                                                                    PersistentObject.ResourceId
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -[KnownType(typeof(PicklistField))]
                                                                                                                    -public class Field : PersistentObject, ICloneable, IField
                                                                                                                    +
                                                                                                                    public class Field : PersistentObject, ICloneable, IField

                                                                                                                    Constructors

                                                                                                                    @@ -136,7 +134,7 @@

                                                                                                                    Constructors

                                                                                                                    Field()

                                                                                                                    -

                                                                                                                    Initializes a new instance with an empty resource token.

                                                                                                                    +

                                                                                                                    Initializes a new instance with default values.

                                                                                                                    Declaration
                                                                                                                    @@ -175,7 +173,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Field(string, FieldValueType)

                                                                                                                    +

                                                                                                                    Field(String, FieldValueType)

                                                                                                                    Initializes a new instance, with the specified name and type.

                                                                                                                    @@ -194,7 +192,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -229,7 +227,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -256,7 +254,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -272,8 +270,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public FieldType FieldType { get; set; }
                                                                                                                    +
                                                                                                                    public FieldType FieldType { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    stringSystem.String name

                                                                                                                    The field name.

                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    @@ -312,7 +309,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -321,13 +318,13 @@
                                                                                                                    Property Value

                                                                                                                    Name

                                                                                                                    -

                                                                                                                    Gets or sets the field name.

                                                                                                                    +

                                                                                                                    Gets or sets the field name. +

                                                                                                                    See IsValidName(String) for a detailed description of accepted identifiers.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string Name { get; set; }
                                                                                                                    +
                                                                                                                    public string Name { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -339,7 +336,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -366,7 +363,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -375,13 +372,12 @@
                                                                                                                    Property Value

                                                                                                                    ValueType

                                                                                                                    -

                                                                                                                    Gets or sets the field value type.

                                                                                                                    +

                                                                                                                    Gets or sets the field value type

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public FieldValueType ValueType { get; set; }
                                                                                                                    +
                                                                                                                    public FieldValueType ValueType { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    IListstringSystem.Collections.Generic.IList<System.String>
                                                                                                                    @@ -403,7 +399,7 @@

                                                                                                                    Methods -

                                                                                                                    CheckName(string)

                                                                                                                    +

                                                                                                                    CheckName(String)

                                                                                                                    Checks the given name and throws an exception if the name is not valid.

                                                                                                                    @@ -422,7 +418,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -433,7 +429,8 @@
                                                                                                                    Parameters

                                                                                                                    Clone()

                                                                                                                    - +
                                                                                                                    System.ICloneable.Clone() +
                                                                                                                    Declaration
                                                                                                                    @@ -449,7 +446,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -478,7 +475,7 @@
                                                                                                                    Returns
                                                                                                                    @@ -513,7 +510,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    Determines whether this instance of Field and a specified object, which must also be a Field object, represent the same field declaration including the picklist according to type.

                                                                                                                    @@ -533,7 +530,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -550,14 +547,14 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    stringSystem.String name

                                                                                                                    name

                                                                                                                    objectSystem.Object

                                                                                                                    A new object that is a deep copy of this instance.

                                                                                                                    FieldValue

                                                                                                                    A FieldValue instance which is compatible with this field - declaration.

                                                                                                                    +declaration.

                                                                                                                    objectSystem.Object obj

                                                                                                                    The other object.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if obj represents the same field declaration as this instance; false otherwise.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)
                                                                                                                    @@ -598,7 +595,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if other represents the same declaration but might have a different picklist; false otherwise.

                                                                                                                    @@ -607,7 +604,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetFieldType(string)

                                                                                                                    +

                                                                                                                    GetFieldType(String)

                                                                                                                    Determine the field type, given the field name.

                                                                                                                    @@ -626,7 +623,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name to determine the field type for

                                                                                                                    @@ -645,7 +642,7 @@
                                                                                                                    Returns
                                                                                                                    FieldType

                                                                                                                    The field type, if it can be determined, or FieldType.User if - the field name is not reserved for system prposes.

                                                                                                                    +the field name is not reserved for system prposes.

                                                                                                                    @@ -654,7 +651,8 @@
                                                                                                                    Returns

                                                                                                                    GetHashCode()

                                                                                                                    -
                                                                                                                    System.Object.GetHashCode(object)
                                                                                                                    +
                                                                                                                    System.Object.GetHashCode(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -670,17 +668,17 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    -

                                                                                                                    IsPseudoFieldName(string)

                                                                                                                    +

                                                                                                                    IsPseudoFieldName(String)

                                                                                                                    Determines whether the name is reserved for a pseudo (non-physical) field.

                                                                                                                    @@ -699,7 +697,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name to check

                                                                                                                    @@ -716,7 +714,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the name is reserved for a pseudo (non-physical) field, and false otherwise.

                                                                                                                    @@ -726,7 +724,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsReservedName(string)

                                                                                                                    +

                                                                                                                    IsReservedName(String)

                                                                                                                    Determines whether the name is reserved for system purposes.

                                                                                                                    @@ -745,7 +743,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name to check

                                                                                                                    @@ -762,7 +760,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the name is reserved (for a system field, pseudo field, or other field type), and false otherwise.

                                                                                                                    @@ -772,7 +770,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsSystemFieldName(string)

                                                                                                                    +

                                                                                                                    IsSystemFieldName(String)

                                                                                                                    Determines whether the specified name is reserved for a system (predefined) field.

                                                                                                                    @@ -791,7 +789,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name to check

                                                                                                                    @@ -808,7 +806,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the field name is a reserved system field name, and false otherwise

                                                                                                                    @@ -818,9 +816,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsValidName(string)

                                                                                                                    +

                                                                                                                    IsValidName(String)

                                                                                                                    Determines whether a specified string can be used as a field name. -

                                                                                                                    All field names are valid if they don't start or end with whitespace.

                                                                                                                    +

                                                                                                                    All field names are valid if they don't start or end with whitespace.

                                                                                                                    Declaration
                                                                                                                    @@ -838,7 +836,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String val

                                                                                                                    The string.

                                                                                                                    @@ -855,7 +853,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the string is a legal identifier, false otherwise.

                                                                                                                    @@ -864,7 +862,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LookupSpecialField(string)

                                                                                                                    +

                                                                                                                    LookupSpecialField(String)

                                                                                                                    Looks up a special field by its name. Special fields are fields with a predefined name, which may be "virtual" fields (those computed from data at runtime) or "physical" fields (which have an actual value in the data storage). Special field @@ -887,7 +885,7 @@

                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name

                                                                                                                    @@ -906,7 +904,7 @@
                                                                                                                    Returns
                                                                                                                    Field

                                                                                                                    The special (predefined) field, or null if no such special field - exists.

                                                                                                                    +exists.

                                                                                                                    @@ -914,7 +912,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    RemoveIllegalChars(string)

                                                                                                                    +

                                                                                                                    RemoveIllegalChars(String)

                                                                                                                    Removes those characters from an input string which are not allowed in field names, and returns the form that will be accepted as a field name identifier. This method should only be used when fields are automatically added by some process (e.g. by @@ -937,7 +935,7 @@

                                                                                                                    Parameters
                                                                                                                    - string + System.String val

                                                                                                                    The input string.

                                                                                                                    @@ -954,7 +952,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    The string after the illegal characters have been removed.

                                                                                                                    @@ -962,7 +960,7 @@
                                                                                                                    Returns

                                                                                                                    Implements

                                                                                                                    - ICloneable + System.ICloneable
                                                                                                                    IField diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html index a3d6f7d4b..8d1c495e1 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html @@ -92,45 +92,44 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    FieldDefinitions
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Collections.Generic.IEnumerable<Field>
                                                                                                                    +
                                                                                                                    System.Collections.IEnumerable
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class FieldDefinitions : IEnumerable<Field>, IEnumerable, IFieldDefinitions
                                                                                                                    +
                                                                                                                    public class FieldDefinitions : IEnumerable<Field>, IEnumerable, IFieldDefinitions

                                                                                                                    Constructors

                                                                                                                    @@ -195,7 +194,7 @@
                                                                                                                    Parameters
                                                                                                                    - ICollectionField + System.Collections.Generic.ICollection<Field> fields @@ -224,7 +223,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -238,8 +237,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public ICollection<Field> Fields { get; set; }
                                                                                                                    +
                                                                                                                    public ICollection<Field> Fields { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -251,7 +249,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -259,7 +257,7 @@
                                                                                                                    Property Value
                                                                                                                    -

                                                                                                                    this[Guid]

                                                                                                                    +

                                                                                                                    Item[Guid]

                                                                                                                    Gets the field with the specified GUID, or null if there is no field with that GUID.

                                                                                                                    @@ -279,7 +277,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -303,7 +301,7 @@
                                                                                                                    Property Value
                                                                                                                    -

                                                                                                                    this[string]

                                                                                                                    +

                                                                                                                    Item[String]

                                                                                                                    Gets the field with the specified name, or null if there is no field with that name. Field names are case-insensitive.

                                                                                                                    @@ -323,7 +321,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -380,7 +378,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Add(string, FieldValueType)

                                                                                                                    +

                                                                                                                    Add(String, FieldValueType)

                                                                                                                    Creates a new field declaration with the specified name and type and adds it to the list.

                                                                                                                    @@ -399,7 +397,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -442,7 +440,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    Contains(string)

                                                                                                                    +

                                                                                                                    Contains(String)

                                                                                                                    Determines whether a named field exists in the collection. Field names are case-insensitive.

                                                                                                                    @@ -462,7 +460,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -479,7 +477,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -525,7 +523,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -534,7 +532,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Exists(string)

                                                                                                                    +

                                                                                                                    Exists(String)

                                                                                                                    Retrieves a value indicating whether a field with the specified name exists.

                                                                                                                    @@ -553,7 +551,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -570,7 +568,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -597,7 +595,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -625,7 +623,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -651,7 +649,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Lookup(string)

                                                                                                                    +

                                                                                                                    Lookup(String)

                                                                                                                    Retrieves the field declaration with the specified name. Field names are case-insensitive.

                                                                                                                    @@ -670,7 +668,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -716,7 +714,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -740,7 +738,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LookupIField(string)

                                                                                                                    +

                                                                                                                    LookupIField(String)

                                                                                                                    Returns the field with the specified name, or null if there is no field with that name.

                                                                                                                    @@ -760,7 +758,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -820,7 +818,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -829,7 +827,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Remove(string)

                                                                                                                    +

                                                                                                                    Remove(String)

                                                                                                                    Removes the field with the provided name, if one exists.

                                                                                                                    @@ -848,7 +846,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -865,7 +863,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -892,17 +890,46 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    ICollectionFieldSystem.Collections.Generic.ICollection<Field>
                                                                                                                    GuidSystem.Guid guid
                                                                                                                    stringSystem.String name

                                                                                                                    The field name to look up

                                                                                                                    stringSystem.String fieldName

                                                                                                                    The field name.

                                                                                                                    stringSystem.String fieldName

                                                                                                                    The name of the field to look up.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the specified field name exists; otherwise, false.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if a field with such a name exists, otherwise false.

                                                                                                                    stringSystem.String name

                                                                                                                    The field name.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the such a field exists, otherwise false.

                                                                                                                    IEnumeratorFieldSystem.Collections.Generic.IEnumerator<Field>

                                                                                                                    An enumerator

                                                                                                                    GuidSystem.Guid guid

                                                                                                                    The GUID to look up

                                                                                                                    stringSystem.String name

                                                                                                                    The field name.

                                                                                                                    GuidSystem.Guid guid
                                                                                                                    stringSystem.String name
                                                                                                                    boolSystem.Boolean

                                                                                                                    True if the field has been removed, false otherwise.

                                                                                                                    stringSystem.String fieldName

                                                                                                                    The name of the field to remove.

                                                                                                                    boolSystem.Boolean

                                                                                                                    True if the field has been removed, false otherwise.

                                                                                                                    ListFieldSystem.Collections.Generic.List<Field>
                                                                                                                    +

                                                                                                                    Explicit Interface Implementations +

                                                                                                                    + + + +

                                                                                                                    IEnumerable.GetEnumerator()

                                                                                                                    +

                                                                                                                    Returns an enumerator which can be used to iterate through the field list.

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    IEnumerator IEnumerable.GetEnumerator()
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Returns
                                                                                                                    + + + + + + + + + + + + + +
                                                                                                                    TypeDescription
                                                                                                                    System.Collections.IEnumerator

                                                                                                                    An enumerator

                                                                                                                    +

                                                                                                                    Implements

                                                                                                                    - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                                    - IEnumerable + System.Collections.IEnumerable
                                                                                                                    IFieldDefinitions diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.html index 659258a47..5b544f576 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.html @@ -91,33 +91,32 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    FieldIdentifier
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class FieldIdentifier
                                                                                                                    +
                                                                                                                    public class FieldIdentifier

                                                                                                                    Constructors

                                                                                                                    @@ -135,7 +134,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    FieldIdentifier(FieldValueType, string)

                                                                                                                    +

                                                                                                                    FieldIdentifier(FieldValueType, String)

                                                                                                                    Constructor that takes the given field value type and field name.

                                                                                                                    @@ -160,7 +159,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fieldName

                                                                                                                    field name

                                                                                                                    @@ -178,8 +177,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string FieldName { get; set; }
                                                                                                                    +
                                                                                                                    public string FieldName { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -191,7 +189,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -205,8 +203,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public FieldValueType FieldValueType { get; set; }
                                                                                                                    +
                                                                                                                    public FieldValueType FieldValueType { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -228,8 +225,9 @@

                                                                                                                    Methods -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -246,7 +244,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -263,20 +261,21 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)

                                                                                                                    GetHashCode()

                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode() +
                                                                                                                    Declaration
                                                                                                                    @@ -292,14 +291,14 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    A hash code for this object

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldType.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldType.html index 2af862944..929419c52 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldType.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldType.html @@ -86,11 +86,11 @@

                                                                                                                    Enum FieldType

                                                                                                                    -

                                                                                                                    The type of a field, i.e. whether it's a user-defined field, a system-defined field, +

                                                                                                                    The type of a field, i.e. whether it's a user-defined field, a system-defined field, a pseudo field, etc.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -119,7 +119,7 @@

                                                                                                                    Fields User -

                                                                                                                    A user-defined field. Added to the TM's setup dynamically.

                                                                                                                    +

                                                                                                                    A user-defined field. Added to the TM's setup dynamically.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValue.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValue.html index dba6f0ce3..c1978aa3d 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValue.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValue.html @@ -92,7 +92,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    FieldValue
                                                                                                                    @@ -104,39 +104,32 @@
                                                                                                                    Inheritance
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -[KnownType(typeof(SingleStringFieldValue))]
                                                                                                                    -[KnownType(typeof(MultipleStringFieldValue))]
                                                                                                                    -[KnownType(typeof(SinglePicklistFieldValue))]
                                                                                                                    -[KnownType(typeof(MultiplePicklistFieldValue))]
                                                                                                                    -[KnownType(typeof(DateTimeFieldValue))]
                                                                                                                    -[KnownType(typeof(IntFieldValue))]
                                                                                                                    -public abstract class FieldValue
                                                                                                                    +
                                                                                                                    public abstract class FieldValue

                                                                                                                    Constructors

                                                                                                                    @@ -154,7 +147,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    FieldValue(string)

                                                                                                                    +

                                                                                                                    FieldValue(String)

                                                                                                                    Initializes a new instance with the specified field name.

                                                                                                                    @@ -173,7 +166,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name.

                                                                                                                    @@ -192,8 +185,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string Name { get; set; }
                                                                                                                    +
                                                                                                                    public string Name { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -205,7 +197,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -219,8 +211,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public abstract FieldValueType ValueType { get; set; }
                                                                                                                    +
                                                                                                                    public abstract FieldValueType ValueType { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -278,7 +269,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -287,8 +278,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Add(string)

                                                                                                                    -

                                                                                                                    Adds another string to this instance's value list, if this instance is of any of the multiple valued types.

                                                                                                                    +

                                                                                                                    Add(String)

                                                                                                                    +

                                                                                                                    Adds another string to this instance's value list, if this instance is of any of the multiple valued types.

                                                                                                                    Declaration
                                                                                                                    @@ -306,7 +297,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -323,7 +314,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -373,7 +364,7 @@
                                                                                                                    Returns

                                                                                                                    GetValueString()

                                                                                                                    Compute a string which represents the field value without the field name in a way which can be reversed through parsing. This should only be used internally by the field expression -parser. UI-level presentation should use the field value's .ToString() method to get the +parser. UI-level presentation should use the field value's .ToString() method to get the field value display string.

                                                                                                                    @@ -391,9 +382,9 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -438,7 +429,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -447,7 +438,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Parse(string)

                                                                                                                    +

                                                                                                                    Parse(String)

                                                                                                                    Initializes this instance from a string (deserialization).

                                                                                                                    @@ -466,7 +457,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -477,7 +468,7 @@
                                                                                                                    Parameters

                                                                                                                    Substract(FieldValue)

                                                                                                                    -

                                                                                                                    Substracts a field value from this instance's field value. Both field values must be of the same type.

                                                                                                                    +

                                                                                                                    Substracts a field value from this instance's field value. Both field values must be of the same type.

                                                                                                                    Declaration
                                                                                                                    @@ -512,7 +503,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValueType.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValueType.html index 24bb0c7b6..0410b97dd 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValueType.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValueType.html @@ -90,12 +90,11 @@

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public enum FieldValueType
                                                                                                                    +
                                                                                                                    public enum FieldValueType

                                                                                                                    Fields

                                                                                                                    @@ -119,7 +118,7 @@

                                                                                                                    Fields

                                                                                                                    - diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html index 4998c01b7..5ae35ae2d 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html @@ -91,44 +91,43 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    FieldValues
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Collections.Generic.IEnumerable<FieldValue>
                                                                                                                    +
                                                                                                                    System.Collections.IEnumerable
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class FieldValues : IEnumerable<FieldValue>, IEnumerable
                                                                                                                    +
                                                                                                                    public class FieldValues : IEnumerable<FieldValue>, IEnumerable

                                                                                                                    Constructors

                                                                                                                    @@ -195,7 +194,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -203,7 +202,7 @@
                                                                                                                    Property Value
                                                                                                                    -

                                                                                                                    this[int]

                                                                                                                    +

                                                                                                                    Item[Int32]

                                                                                                                    Gets the field value at the specified index position.

                                                                                                                    @@ -222,7 +221,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -248,7 +247,7 @@
                                                                                                                    Property Value
                                                                                                                    -

                                                                                                                    this[string]

                                                                                                                    +

                                                                                                                    Item[String]

                                                                                                                    Gets the field value with the specified name.

                                                                                                                    @@ -267,7 +266,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -299,8 +298,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<FieldValue> Values { get; }
                                                                                                                    +
                                                                                                                    public List<FieldValue> Values { get; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean

                                                                                                                    true

                                                                                                                    stringSystem.String s

                                                                                                                    The new value to be added.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    stringSystem.String

                                                                                                                    A serialized string representation of the field value, which is suitable for - persisting, and can be parsed through Parse(string).

                                                                                                                    +persisting, and can be parsed through Parse(String).

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    stringSystem.String s

                                                                                                                    The string that contains the serialized form.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    MultiplePicklist

                                                                                                                    The field value contains one or more picklist value ID's.

                                                                                                                    +

                                                                                                                    The field value contains one or more picklist value ID's.

                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32 index

                                                                                                                    The index position

                                                                                                                    stringSystem.String name

                                                                                                                    The field name.

                                                                                                                    @@ -312,7 +310,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -386,7 +384,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -406,7 +404,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    Exists(string)

                                                                                                                    +

                                                                                                                    Exists(String)

                                                                                                                    Determines whether a field value with the specified name exists in the current instance.

                                                                                                                    @@ -425,7 +423,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -442,7 +440,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -469,7 +467,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -477,7 +475,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Insert(int, FieldValue)

                                                                                                                    +

                                                                                                                    Insert(Int32, FieldValue)

                                                                                                                    Inserts a new field value at the specified index

                                                                                                                    @@ -496,7 +494,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -510,7 +508,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Lookup(string)

                                                                                                                    +

                                                                                                                    Lookup(String)

                                                                                                                    Returns a field value with the specified name.

                                                                                                                    @@ -529,7 +527,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -555,7 +553,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Lookup(string, FieldValueType)

                                                                                                                    +

                                                                                                                    Lookup(String, FieldValueType)

                                                                                                                    Returns a field value with the specified name and performs a type check on the result.

                                                                                                                    Throws an error if the types do not match.

                                                                                                                    @@ -575,7 +573,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -607,7 +605,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LookupOrCreate(string, FieldValueType)

                                                                                                                    +

                                                                                                                    LookupOrCreate(String, FieldValueType)

                                                                                                                    Searches for a specified field in the current instance. If the field value exists, it will be returned, otherwise a new field value will be created, added to this instance and returned.

                                                                                                                    @@ -627,7 +625,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -660,8 +658,8 @@
                                                                                                                    Returns

                                                                                                                    Merge(FieldValues)

                                                                                                                    -

                                                                                                                    Merge this instance's values with the one passed in the parameter. Single field values will -be overwritten. Multiple field values will be merged.

                                                                                                                    +

                                                                                                                    Merge this instance's values with the one passed in the parameter. Single field values will +be overwritten. Multiple field values will be merged.

                                                                                                                    Declaration
                                                                                                                    @@ -681,7 +679,7 @@
                                                                                                                    Parameters
                                                                                                                    - @@ -696,8 +694,8 @@
                                                                                                                    Returns
                                                                                                                    - - + @@ -741,7 +739,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -750,8 +748,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Remove(string)

                                                                                                                    -

                                                                                                                    Removes the field value with the specified name.

                                                                                                                    +

                                                                                                                    Remove(String)

                                                                                                                    +

                                                                                                                    Removes the field value with the specified name.

                                                                                                                    Declaration
                                                                                                                    @@ -769,7 +767,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -785,7 +783,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -794,7 +792,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    RemoveAt(int)

                                                                                                                    +

                                                                                                                    RemoveAt(Int32)

                                                                                                                    Removes the field value at the specified position.

                                                                                                                    @@ -813,19 +811,47 @@
                                                                                                                    Parameters
                                                                                                                    - +
                                                                                                                    ListFieldValueSystem.Collections.Generic.List<FieldValue>
                                                                                                                    boolSystem.Boolean

                                                                                                                    true iff field values were changed by the assignment

                                                                                                                    stringSystem.String name

                                                                                                                    The field name.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if it exists, otherwise false.

                                                                                                                    IEnumeratorFieldValueSystem.Collections.Generic.IEnumerator<FieldValue>
                                                                                                                    intSystem.Int32 index
                                                                                                                    stringSystem.String name

                                                                                                                    The field name.

                                                                                                                    stringSystem.String name

                                                                                                                    The field name.

                                                                                                                    stringSystem.String name

                                                                                                                    The field name.

                                                                                                                    FieldValues values

                                                                                                                    The values to merge with this instance's values

                                                                                                                    +

                                                                                                                    The values to merge with this instance's values

                                                                                                                    bool

                                                                                                                    true if this instance's values were changed, otherwise false.

                                                                                                                    +
                                                                                                                    System.Boolean

                                                                                                                    true if this instance's values were changed, otherwise false.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if it was removed, false if the item was not found.

                                                                                                                    stringSystem.String name
                                                                                                                    boolSystem.Boolean

                                                                                                                    true iff the value was removed.

                                                                                                                    intSystem.Int32 index

                                                                                                                    The position

                                                                                                                    +

                                                                                                                    Explicit Interface Implementations +

                                                                                                                    + + + +

                                                                                                                    IEnumerable.GetEnumerator()

                                                                                                                    +

                                                                                                                    Returns an enumerator that iterates through the members of the underlying collection.

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    IEnumerator IEnumerable.GetEnumerator()
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Returns
                                                                                                                    + + + + + + + + + + + + + +
                                                                                                                    TypeDescription
                                                                                                                    System.Collections.IEnumerator

                                                                                                                    Implements

                                                                                                                    - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                                    - IEnumerable + System.Collections.IEnumerable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Filter.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Filter.html index 88a630e04..03f9c9112 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Filter.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Filter.html @@ -91,46 +91,45 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Filter
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class Filter
                                                                                                                    +
                                                                                                                    public class Filter

                                                                                                                    Constructors

                                                                                                                    -

                                                                                                                    Filter(FilterExpression, string, int)

                                                                                                                    +

                                                                                                                    Filter(FilterExpression, String, Int32)

                                                                                                                    Initializes a new instance of the Filter class with the specified expression, name and penalty.

                                                                                                                    @@ -155,13 +154,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The filter name (non-null, non-empty, and cannot contain blanks).

                                                                                                                    - int + System.Int32 penalty

                                                                                                                    The filter penalty (0 or larger).

                                                                                                                    @@ -179,8 +178,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public FilterExpression FilterExpression { get; set; }
                                                                                                                    +
                                                                                                                    public FilterExpression FilterExpression { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -206,8 +204,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string Name { get; set; }
                                                                                                                    +
                                                                                                                    public string Name { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -219,7 +216,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -233,8 +230,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int Penalty { get; set; }
                                                                                                                    +
                                                                                                                    public int Penalty { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -246,7 +242,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -275,7 +271,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -301,7 +297,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Load(string)

                                                                                                                    +

                                                                                                                    Load(String)

                                                                                                                    Loads a filter from the specified file name.

                                                                                                                    @@ -320,7 +316,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -365,7 +361,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -375,7 +371,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Save(string)

                                                                                                                    +

                                                                                                                    Save(String)

                                                                                                                    Saves the filter in the specified file.

                                                                                                                    @@ -394,7 +390,7 @@
                                                                                                                    Parameters
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpression.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpression.html index f32adaf79..596f3d76b 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpression.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpression.html @@ -92,7 +92,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    FilterExpression
                                                                                                                    @@ -100,35 +100,32 @@
                                                                                                                    Inheritance
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -[KnownType(typeof(ComposedExpression))]
                                                                                                                    -[KnownType(typeof(AtomicExpression))]
                                                                                                                    -public abstract class FilterExpression
                                                                                                                    +
                                                                                                                    public abstract class FilterExpression

                                                                                                                    Constructors

                                                                                                                    @@ -183,7 +180,7 @@
                                                                                                                    Returns

                                                                                                                    - + @@ -192,7 +189,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Validate(IFieldDefinitions, bool)

                                                                                                                    +

                                                                                                                    Validate(IFieldDefinitions, Boolean)

                                                                                                                    Validates the filter expression against the provided field definitions.

                                                                                                                    @@ -217,11 +214,11 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -236,9 +233,9 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.html index c6c4d1da7..e896f564c 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.html @@ -96,34 +96,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    FilterExpressionParser
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -165,7 +165,7 @@

                                                                                                                    Methods -

                                                                                                                    Parse(string)

                                                                                                                    +

                                                                                                                    Parse(String)

                                                                                                                    Parses a string expression and returns the equivalent FilterExpression object.

                                                                                                                    @@ -184,7 +184,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -203,7 +203,7 @@
                                                                                                                    Returns
                                                                                                                    @@ -211,8 +211,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Parse(string, IFieldDefinitions)

                                                                                                                    -

                                                                                                                    Parses the provided expression, using the provided field declarations, +

                                                                                                                    Parse(String, IFieldDefinitions)

                                                                                                                    +

                                                                                                                    Parses the provided expression, using the provided field declarations, and returns a FilterExpression which corresponds to the expression.

                                                                                                                    @@ -231,7 +231,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -240,7 +240,7 @@
                                                                                                                    Parameters
                                                                                                                    @@ -256,8 +256,8 @@
                                                                                                                    Returns
                                                                                                                    - diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.html index 30af3218d..5dc17ce31 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.html @@ -92,39 +92,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    FuzzyIndexTuningSettings
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class FuzzyIndexTuningSettings
                                                                                                                    +
                                                                                                                    public class FuzzyIndexTuningSettings

                                                                                                                    Constructors

                                                                                                                    @@ -149,8 +148,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int MinScoreIncrease { get; set; }
                                                                                                                    +
                                                                                                                    public int MinScoreIncrease { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    StreamSystem.IO.Stream stream

                                                                                                                    The stream to read the data from

                                                                                                                    stringSystem.String fileName

                                                                                                                    The file name to load the data from.

                                                                                                                    StreamSystem.IO.Stream outputStream

                                                                                                                    The output stream.

                                                                                                                    stringSystem.String fileName

                                                                                                                    The file name to save the filter in. Existing files will be overwritten.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the field values satisfy the expression, false otherwise.

                                                                                                                    boolSystem.Boolean throwIfInvalid

                                                                                                                    If true, an exception will be thrown if invalid field names - are encountered. If false, the return value will be set to false without an exception - being thrown.

                                                                                                                    +are encountered. If false, the return value will be set to false without an exception +being thrown.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the filter expression is valid, given the provided field definitions. false - otherwise.

                                                                                                                    +otherwise.

                                                                                                                    stringSystem.String s

                                                                                                                    The input string.

                                                                                                                    FilterExpression

                                                                                                                    The equivalent filter expression. If the string does not represent a valid - expression, an exception is thrown.

                                                                                                                    +expression, an exception is thrown.

                                                                                                                    stringSystem.String expression

                                                                                                                    The expression

                                                                                                                    IFieldDefinitions fieldDeclarations

                                                                                                                    The field declarations which are in effect, to - resolve any field references

                                                                                                                    +resolve any field references

                                                                                                                    FilterExpression

                                                                                                                    A filter expression. An exception is thrown if expression - is invalid.

                                                                                                                    +

                                                                                                                    A filter expression. An exception is thrown if expression +is invalid.

                                                                                                                    @@ -162,7 +160,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -176,8 +174,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int MinSearchVectorLengthSourceCharIndex { get; set; }
                                                                                                                    +
                                                                                                                    public int MinSearchVectorLengthSourceCharIndex { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -189,7 +186,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -203,8 +200,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int MinSearchVectorLengthSourceWordIndex { get; set; }
                                                                                                                    +
                                                                                                                    public int MinSearchVectorLengthSourceWordIndex { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -216,7 +212,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -230,8 +226,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int MinSearchVectorLengthTargetCharIndex { get; set; }
                                                                                                                    +
                                                                                                                    public int MinSearchVectorLengthTargetCharIndex { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -243,7 +238,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -257,8 +252,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int MinSearchVectorLengthTargetWordIndex { get; set; }
                                                                                                                    +
                                                                                                                    public int MinSearchVectorLengthTargetWordIndex { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -270,7 +264,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes.html index d9358977e..192fd443f 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes.html @@ -89,12 +89,11 @@

                                                                                                                    Specifies the fuzzy index type.

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    [Flags]
                                                                                                                    -[DataContract]
                                                                                                                     public enum FuzzyIndexes

                                                                                                                    Fields diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IAttribute.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IAttribute.html index f35f0522f..e2cb554bb 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IAttribute.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IAttribute.html @@ -89,7 +89,7 @@

                                                                                                                    Attribute data, V2 schema.

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -118,7 +118,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -144,22 +144,22 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    intSystem.Int32
                                                                                                                    GuidSystem.Guid
                                                                                                                    stringSystem.String
                                                                                                                    - -

                                                                                                                    PicklistItems

                                                                                                                    + +

                                                                                                                    Picklist

                                                                                                                    The names of all picklist items for this Field. This collection will be empty if this field is not a SinglePicklist or MultiplePicklist.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    IReadOnlyCollection<IPicklistItem> PicklistItems { get; }
                                                                                                                    +
                                                                                                                    IReadOnlyCollection<IPicklistOption> Picklist { get; }
                                                                                                                    Property Value
                                                                                                                    @@ -171,21 +171,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    IReadOnlyCollectionIPicklistItemSystem.Collections.Generic.IReadOnlyCollection<IPicklistOption>
                                                                                                                    - -

                                                                                                                    ValueType

                                                                                                                    + +

                                                                                                                    Type

                                                                                                                    Gets or sets the field value type.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    FieldValueType ValueType { get; }
                                                                                                                    +
                                                                                                                    FieldValueType Type { get; }
                                                                                                                    Property Value
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IField.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IField.html index 1f2e5f472..a0e14d47d 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IField.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IField.html @@ -89,7 +89,7 @@

                                                                                                                    Represents a field declaration.

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -118,7 +118,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -145,7 +145,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions.html index b1116fadc..635376364 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions.html @@ -89,7 +89,7 @@

                                                                                                                    Represents an enumerable collection of fields, with getters by name and by GUID.

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -120,7 +120,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -144,7 +144,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LookupIField(string)

                                                                                                                    +

                                                                                                                    LookupIField(String)

                                                                                                                    Returns the field with the specified name, or null if there is no field with that name.

                                                                                                                    @@ -164,7 +164,7 @@
                                                                                                                    Parameters
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldTemplate.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldTemplate.html index c83759e3d..e7296b255 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldTemplate.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldTemplate.html @@ -89,7 +89,7 @@

                                                                                                                    Field template, V2 schema.

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -117,7 +117,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -143,7 +143,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -169,7 +169,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer-1.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer-1.html index 98091e73f..ca7dfe175 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer-1.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer-1.html @@ -89,7 +89,7 @@

                                                                                                                    Defines a generic method for comparing objects that expose fields.

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -115,8 +115,8 @@

                                                                                                                    Methods -

                                                                                                                    Compare(T, T, string)

                                                                                                                    -

                                                                                                                    Compares two objects' specified field values and returns an indication of their relative values.

                                                                                                                    +

                                                                                                                    Compare(T, T, String)

                                                                                                                    +

                                                                                                                    Compares two objects' specified field values and returns an indication of their relative values.

                                                                                                                    Declaration
                                                                                                                    @@ -146,7 +146,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -163,7 +163,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ILogLogger.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ILogLogger.html index 6f0c076f6..8a067ccd0 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ILogLogger.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ILogLogger.html @@ -88,7 +88,7 @@

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -117,7 +117,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -126,7 +126,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Log(string)

                                                                                                                    +

                                                                                                                    Log(String)

                                                                                                                    Declaration
                                                                                                                    @@ -144,7 +144,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -153,7 +153,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    LogDebug(string)

                                                                                                                    +

                                                                                                                    LogDebug(String)

                                                                                                                    Declaration
                                                                                                                    @@ -171,7 +171,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -180,7 +180,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    LogError(string)

                                                                                                                    +

                                                                                                                    LogError(String)

                                                                                                                    Declaration
                                                                                                                    @@ -198,7 +198,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -206,8 +206,40 @@
                                                                                                                    Parameters
                                                                                                                    stringSystem.String
                                                                                                                    IListstringSystem.Collections.Generic.IList<System.String>
                                                                                                                    GuidSystem.Guid guid
                                                                                                                    stringSystem.String name
                                                                                                                    IReadOnlyCollectionIAttributeSystem.Collections.Generic.IReadOnlyCollection<IAttribute>
                                                                                                                    GuidSystem.Guid
                                                                                                                    intSystem.Int32
                                                                                                                    stringSystem.String fieldName

                                                                                                                    The field used for comparison.

                                                                                                                    intSystem.Int32

                                                                                                                    Less than zero if a is less than b, zero if a equals b or a value greater than zero if a is greater than b.

                                                                                                                    ExceptionSystem.Exception ex
                                                                                                                    stringSystem.String msg
                                                                                                                    stringSystem.String msg
                                                                                                                    stringSystem.String msg
                                                                                                                    + +

                                                                                                                    LogError(String, Exception)

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    void LogError(string msg, Exception ex)
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Parameters
                                                                                                                    + + + + + + + + + + + + + + + + + + + + +
                                                                                                                    TypeNameDescription
                                                                                                                    System.Stringmsg
                                                                                                                    System.Exceptionex
                                                                                                                    + + -

                                                                                                                    LogWarn(string)

                                                                                                                    +

                                                                                                                    LogWarn(String)

                                                                                                                    Declaration
                                                                                                                    @@ -225,7 +257,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String msg diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.html similarity index 80% rename from api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.html rename to api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.html index e7a57fd94..3dbb5ea70 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.html @@ -5,10 +5,10 @@ - Interface IPicklistItem + <title>Interface IPicklistOption - @@ -81,26 +81,26 @@
                                                                                                                    -
                                                                                                                    +
                                                                                                                    -

                                                                                                                    Interface IPicklistItem +

                                                                                                                    Interface IPicklistOption

                                                                                                                    PicklistItem, V2 schema.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    -
                                                                                                                    Syntax
                                                                                                                    +
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public interface IPicklistItem
                                                                                                                    +
                                                                                                                    public interface IPicklistOption

                                                                                                                    Properties

                                                                                                                    - -

                                                                                                                    Guid

                                                                                                                    + +

                                                                                                                    Guid

                                                                                                                    Guid

                                                                                                                    @@ -118,15 +118,15 @@
                                                                                                                    Property Value
                                                                                                                    - Guid + System.Guid - -

                                                                                                                    Value

                                                                                                                    + +

                                                                                                                    Value

                                                                                                                    Gets the field Value.

                                                                                                                    @@ -144,7 +144,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.html index 0cf4a0938..2422f4995 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.html @@ -90,7 +90,7 @@

                                                                                                                    An object that has field values associated with it should implement this interface (such as TranslationUnit).

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -101,7 +101,7 @@

                                                                                                                    Methods -

                                                                                                                    GetType(string)

                                                                                                                    +

                                                                                                                    GetType(String)

                                                                                                                    Returns the type of the field with name "fieldName". If the object does not have a value for that field, returns FieldValueType.Unknown.

                                                                                                                    @@ -121,7 +121,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fieldName

                                                                                                                    The field name.

                                                                                                                    @@ -139,7 +139,7 @@
                                                                                                                    Returns
                                                                                                                    FieldValueType -

                                                                                                                    The type of that field, or FieldValueType.Unknown if it doesn't exist.

                                                                                                                    +

                                                                                                                    The type of that field, or FieldValueType.Unknown if it doesn't exist.

                                                                                                                    @@ -147,8 +147,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetValue(string)

                                                                                                                    -

                                                                                                                    Returns the value of field with name "fieldName". The return value can be any field type.

                                                                                                                    +

                                                                                                                    GetValue(String)

                                                                                                                    +

                                                                                                                    Returns the value of field with name "fieldName". The return value can be any field type.

                                                                                                                    Declaration
                                                                                                                    @@ -166,7 +166,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fieldName

                                                                                                                    The field name.

                                                                                                                    @@ -192,8 +192,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetValue(string, FieldValueType)

                                                                                                                    -

                                                                                                                    Returns the value of field with name "fieldName", given the field value type t.

                                                                                                                    +

                                                                                                                    GetValue(String, FieldValueType)

                                                                                                                    +

                                                                                                                    Returns the value of field with name "fieldName", given the field value type t.

                                                                                                                    Declaration
                                                                                                                    @@ -211,7 +211,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fieldName

                                                                                                                    The field name

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResult.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResult.html index 86424fa87..f88998d14 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResult.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResult.html @@ -91,36 +91,35 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ImportResult
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class ImportResult
                                                                                                                    +
                                                                                                                    public class ImportResult

                                                                                                                    Constructors

                                                                                                                    @@ -210,8 +209,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Action Action { get; set; }
                                                                                                                    +
                                                                                                                    public Action Action { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -237,8 +235,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public ErrorCode ErrorCode { get; set; }
                                                                                                                    +
                                                                                                                    public ErrorCode ErrorCode { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -264,8 +261,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public PersistentObjectToken TuId { get; set; }
                                                                                                                    +
                                                                                                                    public PersistentObjectToken TuId { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -305,13 +301,13 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResults.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResults.html index 3bde7aaff..24c2a3ae9 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResults.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResults.html @@ -86,21 +86,19 @@

                                                                                                                    Class ImportResults

                                                                                                                    -

                                                                                                                    Encapsulates the results of an import process without keeping track of the individual -action taken for each import TU. The ImportResults -give more detail.

                                                                                                                    +

                                                                                                                    Encapsulates the results of an import operation.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ImportResults
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Collections.Generic.IEnumerable<ImportResult>
                                                                                                                    +
                                                                                                                    System.Collections.IEnumerable
                                                                                                                    Inherited Members
                                                                                                                    @@ -138,28 +136,28 @@
                                                                                                                    Inherited Members
                                                                                                                    ImportStatistics.TotalImported
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -200,7 +198,7 @@
                                                                                                                    Parameters
                                                                                                                    - IListImportResult + System.Collections.Generic.IList<ImportResult> importResults @@ -229,7 +227,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -237,7 +235,7 @@
                                                                                                                    Property Value
                                                                                                                    -

                                                                                                                    this[int]

                                                                                                                    +

                                                                                                                    Item[Int32]

                                                                                                                    Retrieves the action taken for the translation unit at the specified index.

                                                                                                                    @@ -256,7 +254,7 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 index

                                                                                                                    The index of the translation unit.

                                                                                                                    @@ -302,17 +300,44 @@
                                                                                                                    Returns
                                                                                                                    - IEnumeratorImportResult + System.Collections.Generic.IEnumerator<ImportResult> + + + + +

                                                                                                                    Explicit Interface Implementations +

                                                                                                                    + + + +

                                                                                                                    IEnumerable.GetEnumerator()

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    IEnumerator IEnumerable.GetEnumerator()
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Returns
                                                                                                                    + + + + + + + + + +
                                                                                                                    TypeDescription
                                                                                                                    System.Collections.IEnumerator

                                                                                                                    Implements

                                                                                                                    - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                                    - IEnumerable + System.Collections.IEnumerable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldUpdateMode.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldUpdateMode.html index 4789c930d..6722b3fe6 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldUpdateMode.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldUpdateMode.html @@ -89,11 +89,11 @@

                                                                                                                    Specifies how existing custom field data should be updated.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public enum ImportSettings.FieldUpdateMode
                                                                                                                    +
                                                                                                                    public enum FieldUpdateMode

                                                                                                                    Fields

                                                                                                                    @@ -118,7 +118,7 @@

                                                                                                                    Fields Overwrite -

                                                                                                                    Field values of the existing TU are overwritten with that of the imported TU.

                                                                                                                    +

                                                                                                                    Field values of the existing TU are overwritten with that of the imported TU.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.ImportTUProcessingMode.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.ImportTUProcessingMode.html index 3b594d520..1a9ca9cfc 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.ImportTUProcessingMode.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.ImportTUProcessingMode.html @@ -90,11 +90,11 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public enum ImportSettings.ImportTUProcessingMode
                                                                                                                    +
                                                                                                                    public enum ImportTUProcessingMode

                                                                                                                    Fields

                                                                                                                    @@ -108,7 +108,7 @@

                                                                                                                    Fields ProcessBothTUs -

                                                                                                                    Process both the raw TU as well as the cleaned one.

                                                                                                                    +

                                                                                                                    Process both the raw TU as well as the cleaned one.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.NewFieldsOption.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.NewFieldsOption.html index e6108e44a..067afc97a 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.NewFieldsOption.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.NewFieldsOption.html @@ -90,11 +90,11 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public enum ImportSettings.NewFieldsOption
                                                                                                                    +
                                                                                                                    public enum NewFieldsOption

                                                                                                                    Fields

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.TUUpdateMode.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.TUUpdateMode.html index f95549646..30f52a7e3 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.TUUpdateMode.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.TUUpdateMode.html @@ -89,11 +89,11 @@

                                                                                                                    The mode to update TU when a TU with the same source segment already exists in the TM

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public enum ImportSettings.TUUpdateMode
                                                                                                                    +
                                                                                                                    public enum TUUpdateMode

                                                                                                                    Fields

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.html index eaf506e90..c9a6fa3e9 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.html @@ -91,39 +91,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ImportSettings
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class ImportSettings
                                                                                                                    +
                                                                                                                    public class ImportSettings

                                                                                                                    Constructors

                                                                                                                    @@ -160,7 +159,7 @@
                                                                                                                    Field Value
                                                                                                                    - int + System.Int32 @@ -176,8 +175,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -[Obsolete("This flag is now ignored. If Acronym recognizer is enabled for a TM, Acronym auto-substitution will always be enabled during import (just like other recognizers).")]
                                                                                                                    +    
                                                                                                                    [Obsolete("This flag is now ignored. If Acronym recognizer is enabled for a TM, Acronym auto-substitution will always be enabled during import (just like other recognizers).")]
                                                                                                                     public bool AcronymsAutoSubstitution { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -190,7 +188,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -204,8 +202,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int AlignmentQuality { get; set; }
                                                                                                                    +
                                                                                                                    public int AlignmentQuality { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -217,7 +214,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -231,8 +228,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool CheckMatchingSublanguages { get; set; }
                                                                                                                    +
                                                                                                                    public bool CheckMatchingSublanguages { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -244,7 +240,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -261,8 +257,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public ConfirmationLevel[] ConfirmationLevels { get; set; }
                                                                                                                    +
                                                                                                                    public ConfirmationLevel[] ConfirmationLevels { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -274,7 +269,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -284,13 +279,12 @@
                                                                                                                    Property Value

                                                                                                                    EditScript

                                                                                                                    Allows to perform edits during import. The edit script will be applied after the filter -is applied (if present), but before the project settings are applied.

                                                                                                                    +is applied (if present), but before the project settings are applied.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public EditScript EditScript { get; set; }
                                                                                                                    +
                                                                                                                    public EditScript EditScript { get; set; }
                                                                                                                    Property Value
                                                                                                                    ConfirmationLevelConfirmationLevel[]
                                                                                                                    @@ -316,8 +310,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public ImportSettings.FieldUpdateMode ExistingFieldsUpdateMode { get; set; }
                                                                                                                    +
                                                                                                                    public ImportSettings.FieldUpdateMode ExistingFieldsUpdateMode { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -329,7 +322,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -343,8 +336,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember(Order = 2, IsRequired = false)]
                                                                                                                    -public ImportSettings.TUUpdateMode ExistingTUsUpdateMode { get; set; }
                                                                                                                    +
                                                                                                                    public ImportSettings.TUUpdateMode ExistingTUsUpdateMode { get; set; }
                                                                                                                    Property Value
                                                                                                                    ImportSettingsFieldUpdateModeImportSettings.FieldUpdateMode
                                                                                                                    @@ -356,7 +348,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -371,8 +363,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public IDictionary<FieldIdentifier, FieldIdentifier> FieldIdentifierMappings { get; set; }
                                                                                                                    +
                                                                                                                    public IDictionary<FieldIdentifier, FieldIdentifier> FieldIdentifierMappings { get; set; }
                                                                                                                    Property Value
                                                                                                                    ImportSettingsTUUpdateModeImportSettings.TUUpdateMode
                                                                                                                    @@ -384,7 +375,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -399,8 +390,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public FilterExpression Filter { get; set; }
                                                                                                                    +
                                                                                                                    public FilterExpression Filter { get; set; }
                                                                                                                    Property Value
                                                                                                                    IDictionaryFieldIdentifierFieldIdentifierSystem.Collections.Generic.IDictionary<FieldIdentifier, FieldIdentifier>
                                                                                                                    @@ -426,8 +416,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool IncrementUsageCount { get; set; }
                                                                                                                    +
                                                                                                                    public bool IncrementUsageCount { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -439,7 +428,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -454,8 +443,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string InvalidTranslationUnitsExportPath { get; set; }
                                                                                                                    +
                                                                                                                    public string InvalidTranslationUnitsExportPath { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -467,7 +455,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -481,8 +469,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool IsDocumentImport { get; set; }
                                                                                                                    +
                                                                                                                    public bool IsDocumentImport { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -494,7 +481,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -508,8 +495,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public ImportSettings.NewFieldsOption NewFields { get; set; }
                                                                                                                    +
                                                                                                                    public ImportSettings.NewFieldsOption NewFields { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -521,7 +507,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -535,8 +521,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool OverrideTuUserIdWithCurrentContextUser { get; set; }
                                                                                                                    +
                                                                                                                    public bool OverrideTuUserIdWithCurrentContextUser { get; set; }
                                                                                                                    Property Value
                                                                                                                    ImportSettingsNewFieldsOptionImportSettings.NewFieldsOption
                                                                                                                    @@ -548,7 +533,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -566,7 +551,6 @@

                                                                                                                    Declaration

                                                                                                                    [Obsolete("OverwriteExistingTUS property is obsolete, please use ExistingTUsUpdateMode instead.")]
                                                                                                                    -[DataMember]
                                                                                                                     public bool OverwriteExistingTUs { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -579,7 +563,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -593,8 +577,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool PlainText { get; set; }
                                                                                                                    +
                                                                                                                    public bool PlainText { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -606,7 +589,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -620,8 +603,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public FieldValues ProjectSettings { get; set; }
                                                                                                                    +
                                                                                                                    public FieldValues ProjectSettings { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -647,8 +629,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int? SegmentLengthLimit { get; set; }
                                                                                                                    +
                                                                                                                    public int? SegmentLengthLimit { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -660,22 +641,24 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    intSystem.Nullable<System.Int32>
                                                                                                                    - -

                                                                                                                    TUProcessingMode

                                                                                                                    -

                                                                                                                    Gets or sets the TU Processing Mode to be applied to the import.

                                                                                                                    + +

                                                                                                                    TagCountLimit

                                                                                                                    +

                                                                                                                    Gets or sets the limit for the number of tags any TU segment may contain in order to be +imported. The default value is DefaultTagCountLimit. If the limit is +exceeded, the TU will not be imported and an error will be generated. +

                                                                                                                    If the value is 0, no limit will be applied.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public ImportSettings.ImportTUProcessingMode TUProcessingMode { get; set; }
                                                                                                                    +
                                                                                                                    public int TagCountLimit { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -687,25 +670,23 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    ImportSettingsImportTUProcessingModeSystem.Int32
                                                                                                                    - -

                                                                                                                    TagCountLimit

                                                                                                                    -

                                                                                                                    Gets or sets the limit for the number of tags any TU segment may contain in order to be -imported. The default value is DefaultTagCountLimit. If the limit is -exceeded, the TU will not be imported and an error will be generated. -

                                                                                                                    If the value is 0, no limit will be applied.

                                                                                                                    + +

                                                                                                                    TagNestingLimit

                                                                                                                    +

                                                                                                                    Gets or sets the limit for the number of nested tags any TU segment may contain in order to be +imported. If the limit is exceeded, the TU will not be imported and an error will be generated. +

                                                                                                                    If the value is null, no limit will be applied.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int TagCountLimit { get; set; }
                                                                                                                    +
                                                                                                                    public int? TagNestingLimit { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -717,24 +698,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    intSystem.Nullable<System.Int32>
                                                                                                                    - -

                                                                                                                    TagNestingLimit

                                                                                                                    -

                                                                                                                    Gets or sets the limit for the number of nested tags any TU segment may contain in order to be -imported. If the limit is exceeded, the TU will not be imported and an error will be generated. -

                                                                                                                    If the value is null, no limit will be applied.

                                                                                                                    + +

                                                                                                                    TUProcessingMode

                                                                                                                    +

                                                                                                                    Gets or sets the TU Processing Mode to be applied to the import.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int? TagNestingLimit { get; set; }
                                                                                                                    +
                                                                                                                    public ImportSettings.ImportTUProcessingMode TUProcessingMode { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -746,22 +724,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    intImportSettings.ImportTUProcessingMode
                                                                                                                    - -

                                                                                                                    UseTmUserIdFromBilingualFile

                                                                                                                    -

                                                                                                                    Gets or sets the value indicating the location that is used for user id when importing TUs.

                                                                                                                    + +

                                                                                                                    UserName

                                                                                                                    +

                                                                                                                    Gets/Sets the user display name which is performing the operation

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool UseTmUserIdFromBilingualFile { get; set; }
                                                                                                                    +
                                                                                                                    public string UserName { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -773,22 +750,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    boolSystem.String
                                                                                                                    - -

                                                                                                                    UserName

                                                                                                                    -

                                                                                                                    Gets/Sets the user display name which is performing the operation

                                                                                                                    + +

                                                                                                                    UseTmUserIdFromBilingualFile

                                                                                                                    +

                                                                                                                    Gets or sets the value indicating the location that is used for user id when importing TUs.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string UserName { get; set; }
                                                                                                                    +
                                                                                                                    public bool UseTmUserIdFromBilingualFile { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -800,7 +776,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.html index 32a029b6e..8a5249688 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.html @@ -93,35 +93,35 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ImportStatistics
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -162,7 +162,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -188,7 +188,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -214,7 +214,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -240,7 +240,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -266,7 +266,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -292,7 +292,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -318,7 +318,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -329,7 +329,7 @@
                                                                                                                    Property Value

                                                                                                                    RawTUs

                                                                                                                    Gets or sets the number of "raw" TUs which have been encountered in the input file. Since some import engines (such as the TMXImporter) map multilingual TUs to bilingual 1:1 TUs, -and also filter out language directions the caller doesn't want to process, the number +and also filter out language directions the caller doesn't want to process, the number of raw TUs may significantly differ from the number of read TUs.

                                                                                                                    @@ -347,7 +347,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -373,7 +373,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -382,7 +382,7 @@
                                                                                                                    Property Value

                                                                                                                    TotalRead

                                                                                                                    -

                                                                                                                    Gets or sets the number of total TUs which have been processed by the import engine.

                                                                                                                    +

                                                                                                                    Gets or sets the number of total TUs which have been processed by the import engine.

                                                                                                                    Declaration
                                                                                                                    @@ -399,7 +399,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportStatus.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportStatus.html index 0e8b5d16e..68261985a 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportStatus.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportStatus.html @@ -89,7 +89,7 @@

                                                                                                                    Translation Memory Import Status

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html index ce313e2e6..b627c1650 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html @@ -86,13 +86,12 @@

                                                                                                                    Class IntFieldValue

                                                                                                                    -

                                                                                                                    Represents a field value, which is a combination of a field name, a field value type, -and the actual field values. This class is abstract.

                                                                                                                    +

                                                                                                                    Represents an integer field value.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    IntFieldValue
                                                                                                                    @@ -102,24 +101,23 @@
                                                                                                                    Inherited Members
                                                                                                                    FieldValue.Name
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class IntFieldValue : FieldValue
                                                                                                                    +
                                                                                                                    public class IntFieldValue : FieldValue

                                                                                                                    Constructors

                                                                                                                    @@ -127,7 +125,7 @@

                                                                                                                    Constructors

                                                                                                                    IntFieldValue()

                                                                                                                    -

                                                                                                                    Initializes a new instance with default values. Required for serialization.

                                                                                                                    +

                                                                                                                    Initializes a new instance with default values.

                                                                                                                    Declaration
                                                                                                                    @@ -166,8 +164,8 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    IntFieldValue(string)

                                                                                                                    -

                                                                                                                    Initializes a new instance with the specified field name.

                                                                                                                    +

                                                                                                                    IntFieldValue(String)

                                                                                                                    +

                                                                                                                    Initializes a new instance of the IntFieldValue class with the specified field name.

                                                                                                                    Declaration
                                                                                                                    @@ -185,7 +183,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -195,7 +193,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    IntFieldValue(string, int)

                                                                                                                    +

                                                                                                                    IntFieldValue(String, Int32)

                                                                                                                    Initializes a new instance of the IntFieldValue class with the specified field name and value.

                                                                                                                    @@ -214,13 +212,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -238,8 +236,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int Value { get; set; }
                                                                                                                    +
                                                                                                                    public int Value { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.Boolean
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    stringSystem.String name

                                                                                                                    The field name.

                                                                                                                    stringSystem.String name

                                                                                                                    The field name.

                                                                                                                    intSystem.Int32 v

                                                                                                                    The field value.

                                                                                                                    @@ -251,7 +248,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -260,7 +257,7 @@
                                                                                                                    Property Value

                                                                                                                    ValueType

                                                                                                                    -

                                                                                                                    Gets the field value type.

                                                                                                                    +

                                                                                                                    Gets the field value type. Always returns FieldValueType.Integer

                                                                                                                    Declaration
                                                                                                                    @@ -290,7 +287,7 @@

                                                                                                                    Methods

                                                                                                                    Add(FieldValue)

                                                                                                                    -

                                                                                                                    Adds another field value to the current value. The other value must be of the same type.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -325,7 +322,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -336,8 +333,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Add(string)

                                                                                                                    -

                                                                                                                    Adds another string to this instance's value list, if this instance is of any of the multiple valued types.

                                                                                                                    +

                                                                                                                    Add(String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -355,7 +352,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -372,19 +369,19 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    intSystem.Int32
                                                                                                                    boolSystem.Boolean

                                                                                                                    true

                                                                                                                    stringSystem.String s

                                                                                                                    The new value to be added.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    Clear()

                                                                                                                    -

                                                                                                                    Resets this instance to the default value.

                                                                                                                    +

                                                                                                                    See Clear()

                                                                                                                    Declaration
                                                                                                                    @@ -425,8 +422,9 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -443,7 +441,7 @@
                                                                                                                    Parameters
                                                                                                                    - object + System.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    @@ -460,20 +458,21 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)

                                                                                                                    GetHashCode()

                                                                                                                    -
                                                                                                                    System.Object.GetHashCode(object)
                                                                                                                    +
                                                                                                                    System.Object.GetHashCode(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -489,21 +488,18 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()

                                                                                                                    GetValueString()

                                                                                                                    -

                                                                                                                    Compute a string which represents the field value without the field name in a way which -can be reversed through parsing. This should only be used internally by the field expression -parser. UI-level presentation should use the field value's .ToString() method to get the -field value display string.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -520,9 +516,9 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A serialized string representation of the field value, which is suitable for - persisting, and can be parsed through Parse(string).

                                                                                                                    +persisting, and can be parsed through Parse(String).

                                                                                                                    @@ -533,8 +529,7 @@
                                                                                                                    Overrides

                                                                                                                    Merge(FieldValue)

                                                                                                                    -

                                                                                                                    Merges this instance with another field value, which must be of the same -type.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -569,7 +564,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    @@ -580,8 +575,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Parse(string)

                                                                                                                    -

                                                                                                                    Initializes this instance from a string (deserialization).

                                                                                                                    +

                                                                                                                    Parse(String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -599,7 +594,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The string that contains the serialized form.

                                                                                                                    @@ -607,12 +602,12 @@
                                                                                                                    Parameters
                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    Substract(FieldValue)

                                                                                                                    -

                                                                                                                    Substracts a field value from this instance's field value. Both field values must be of the same type.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -647,7 +642,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    @@ -659,7 +654,8 @@
                                                                                                                    Overrides

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -675,14 +671,14 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.LogManager.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.LogManager.html index 7daa4c2a9..98027b4ed 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.LogManager.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.LogManager.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    LogManager
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MachineTranslationLookupMode.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MachineTranslationLookupMode.html index fe80847d1..bef7838f6 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MachineTranslationLookupMode.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MachineTranslationLookupMode.html @@ -89,7 +89,7 @@

                                                                                                                    Specifies when to use machine translation.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.html similarity index 63% rename from api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.html rename to api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.html index cc12d0165..4df221419 100644 --- a/api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.html @@ -5,10 +5,10 @@ - Class NumberMetadataApi + <title>Class AbstractMetric - @@ -81,81 +81,108 @@
                                                                                                                    -
                                                                                                                    +
                                                                                                                    -

                                                                                                                    Class NumberMetadataApi +

                                                                                                                    Class AbstractMetric

                                                                                                                    -
                                                                                                                    +

                                                                                                                    Base class for metrics

                                                                                                                    +
                                                                                                                    Inheritance
                                                                                                                    - -
                                                                                                                    NumberMetadataApi
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    AbstractMetric
                                                                                                                    +
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType() +
                                                                                                                    +
                                                                                                                    + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.CoreGlobalizationNumberMetadata
                                                                                                                    -
                                                                                                                    Assembly: Sdl.Core.Globalization.Async.dll
                                                                                                                    -
                                                                                                                    Syntax
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory.Metrics
                                                                                                                    +
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    +
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public sealed class NumberMetadataApi
                                                                                                                    +
                                                                                                                    public abstract class AbstractMetric
                                                                                                                    -

                                                                                                                    Properties +

                                                                                                                    Constructors

                                                                                                                    - -

                                                                                                                    Instance

                                                                                                                    -
                                                                                                                    + +

                                                                                                                    AbstractMetric(String)

                                                                                                                    +

                                                                                                                    Base class for metrics

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public static NumberMetadataApi Instance { get; }
                                                                                                                    +
                                                                                                                    protected AbstractMetric(string name)
                                                                                                                    -
                                                                                                                    Property Value
                                                                                                                    +
                                                                                                                    Parameters
                                                                                                                    + - + + + + + +
                                                                                                                    TypeName Description
                                                                                                                    NumberMetadataApiSystem.Stringname

                                                                                                                    Metric name

                                                                                                                    +
                                                                                                                    +
                                                                                                                    Exceptions
                                                                                                                    + + + + + + + + + +
                                                                                                                    TypeCondition
                                                                                                                    System.ArgumentNullException
                                                                                                                    +

                                                                                                                    Properties +

                                                                                                                    - -

                                                                                                                    Registry

                                                                                                                    -
                                                                                                                    + +

                                                                                                                    Name

                                                                                                                    +

                                                                                                                    Gets the metric name

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public NumberMetadataRegistry Registry { get; }
                                                                                                                    +
                                                                                                                    public string Name { get; }
                                                                                                                    Property Value
                                                                                                                    @@ -167,7 +194,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.html similarity index 59% rename from api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.html rename to api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.html index 2758cec93..7cc11f40d 100644 --- a/api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.html @@ -5,10 +5,10 @@ - Class UnitDefinitionSet + <title>Class CoreTmNullMetricsReporter - @@ -81,71 +81,77 @@
                                                                                                                    -
                                                                                                                    +
                                                                                                                    -

                                                                                                                    Class UnitDefinitionSet +

                                                                                                                    Class CoreTmNullMetricsReporter

                                                                                                                    -
                                                                                                                    +

                                                                                                                    Sends metric data

                                                                                                                    +
                                                                                                                    Inheritance
                                                                                                                    - -
                                                                                                                    UnitDefinitionSet
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    CoreTmNullMetricsReporter
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Implements
                                                                                                                    +
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.CoreGlobalizationUnitDefinition
                                                                                                                    -
                                                                                                                    Assembly: Sdl.Core.Globalization.Async.dll
                                                                                                                    -
                                                                                                                    Syntax
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory.Metrics
                                                                                                                    +
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    +
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public class UnitDefinitionSet
                                                                                                                    +
                                                                                                                    public class CoreTmNullMetricsReporter : ICoreTmMetricsReporter

                                                                                                                    Constructors

                                                                                                                    - -

                                                                                                                    UnitDefinitionSet()

                                                                                                                    + +

                                                                                                                    CoreTmNullMetricsReporter()

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public UnitDefinitionSet()
                                                                                                                    +
                                                                                                                    public CoreTmNullMetricsReporter()

                                                                                                                    Properties

                                                                                                                    - -

                                                                                                                    UnitDefinitions

                                                                                                                    -
                                                                                                                    + +

                                                                                                                    Instance

                                                                                                                    +

                                                                                                                    Null object implementation

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public List<UnitDefinition> UnitDefinitions { get; set; }
                                                                                                                    +
                                                                                                                    public static ICoreTmMetricsReporter Instance { get; }
                                                                                                                    Property Value
                                                                                                                    NumberMetadataRegistrySystem.String
                                                                                                                    @@ -157,7 +163,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -166,13 +172,14 @@

                                                                                                                    Methods

                                                                                                                    - -

                                                                                                                    GetDefinitionByKey(string)

                                                                                                                    -
                                                                                                                    + +

                                                                                                                    SendMetricAsync(GaugeMetric)

                                                                                                                    +

                                                                                                                    Sends gauge metric data

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public UnitDefinition GetDefinitionByKey(string unitKey)
                                                                                                                    +
                                                                                                                    public Task SendMetricAsync(GaugeMetric gauge)
                                                                                                                    Parameters
                                                                                                                    ListUnitDefinitionICoreTmMetricsReporter
                                                                                                                    @@ -185,9 +192,10 @@
                                                                                                                    Parameters
                                                                                                                    - - - + + +
                                                                                                                    stringunitKeyGaugeMetricgauge

                                                                                                                    The gauge metric

                                                                                                                    +
                                                                                                                    @@ -201,11 +209,16 @@
                                                                                                                    Returns
                                                                                                                    - UnitDefinition - + System.Threading.Tasks.Task +

                                                                                                                    Nothing

                                                                                                                    + +

                                                                                                                    Implements

                                                                                                                    +
                                                                                                                    diff --git a/api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.html similarity index 62% rename from api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.html rename to api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.html index 3aa0b6ded..4b337f41b 100644 --- a/api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.html @@ -5,10 +5,10 @@ - Class UnitMetadataApi + <title>Class GaugeMetric - @@ -81,81 +81,102 @@
                                                                                                                    -
                                                                                                                    +
                                                                                                                    -

                                                                                                                    Class UnitMetadataApi +

                                                                                                                    Class GaugeMetric

                                                                                                                    -
                                                                                                                    +

                                                                                                                    Represents a gauge metric

                                                                                                                    +
                                                                                                                    Inheritance
                                                                                                                    - -
                                                                                                                    UnitMetadataApi
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    + +
                                                                                                                    GaugeMetric
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object) + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetHashCode() +
                                                                                                                    +
                                                                                                                    + System.Object.GetType() +
                                                                                                                    +
                                                                                                                    + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.CoreGlobalizationUnitMetadata
                                                                                                                    -
                                                                                                                    Assembly: Sdl.Core.Globalization.Async.dll
                                                                                                                    -
                                                                                                                    Syntax
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory.Metrics
                                                                                                                    +
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    +
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public sealed class UnitMetadataApi
                                                                                                                    +
                                                                                                                    public class GaugeMetric : AbstractMetric
                                                                                                                    -

                                                                                                                    Properties +

                                                                                                                    Constructors

                                                                                                                    - -

                                                                                                                    Instance

                                                                                                                    -
                                                                                                                    + +

                                                                                                                    GaugeMetric(String, Double)

                                                                                                                    +

                                                                                                                    Instantiates a gauge metric

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public static UnitMetadataApi Instance { get; }
                                                                                                                    +
                                                                                                                    public GaugeMetric(string name, double value)
                                                                                                                    -
                                                                                                                    Property Value
                                                                                                                    +
                                                                                                                    Parameters
                                                                                                                    + - - + + + + + + + +
                                                                                                                    TypeName Description
                                                                                                                    UnitMetadataApiSystem.Stringname

                                                                                                                    Metric name

                                                                                                                    +
                                                                                                                    System.Doublevalue

                                                                                                                    Metric value

                                                                                                                    +
                                                                                                                    +

                                                                                                                    Properties +

                                                                                                                    - -

                                                                                                                    Registry

                                                                                                                    -
                                                                                                                    + +

                                                                                                                    Value

                                                                                                                    +

                                                                                                                    Gets the metric value

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public UnitMetadataRegistry Registry { get; }
                                                                                                                    +
                                                                                                                    public double Value { get; }
                                                                                                                    Property Value
                                                                                                                    @@ -167,7 +188,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/core/Sdl.Core.Globalization.LanguageFormat.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter.html similarity index 66% rename from api/core/Sdl.Core.Globalization.LanguageFormat.html rename to api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter.html index ffd73e698..6a3ddbe63 100644 --- a/api/core/Sdl.Core.Globalization.LanguageFormat.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter.html @@ -5,10 +5,10 @@ - Enum LanguageFormat + <title>Interface ICoreTmMetricsReporter - @@ -81,43 +81,67 @@
                                                                                                                    -
                                                                                                                    +
                                                                                                                    -

                                                                                                                    Enum LanguageFormat +

                                                                                                                    Interface ICoreTmMetricsReporter

                                                                                                                    -
                                                                                                                    +

                                                                                                                    Sends metric data

                                                                                                                    +
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.CoreGlobalization
                                                                                                                    -
                                                                                                                    Assembly: Sdl.Core.Globalization.Async.dll
                                                                                                                    -
                                                                                                                    Syntax
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory.Metrics
                                                                                                                    +
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    +
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public enum LanguageFormat
                                                                                                                    +
                                                                                                                    public interface ICoreTmMetricsReporter
                                                                                                                    -

                                                                                                                    Fields +

                                                                                                                    Methods

                                                                                                                    + + + +

                                                                                                                    SendMetricAsync(GaugeMetric)

                                                                                                                    +

                                                                                                                    Sends gauge metric data

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Task SendMetricAsync(GaugeMetric gauge)
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Parameters
                                                                                                                    UnitMetadataRegistrySystem.Double
                                                                                                                    + - + - - + + + + +
                                                                                                                    Type Name Description
                                                                                                                    EnglishNameGaugeMetricgauge

                                                                                                                    The gauge metric

                                                                                                                    +
                                                                                                                    +
                                                                                                                    Returns
                                                                                                                    + + - - + + + + - - + + -
                                                                                                                    ISOCodeTypeDescription
                                                                                                                    NativeNameSystem.Threading.Tasks.Task

                                                                                                                    Nothing

                                                                                                                    +
                                                                                                                    +
                                                                                                                    diff --git a/api/core/Sdl.Core.Globalization.CultureMetadataService.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.html similarity index 80% rename from api/core/Sdl.Core.Globalization.CultureMetadataService.html rename to api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.html index ed77670c7..4faa5ee9f 100644 --- a/api/core/Sdl.Core.Globalization.CultureMetadataService.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.html @@ -5,10 +5,10 @@ - Namespace Sdl.Core.Globalization.CultureMetadataService + <title>Namespace Sdl.LanguagePlatform.TranslationMemory.Metrics - @@ -81,23 +81,29 @@
                                                                                                                    -
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html index 648d58e0e..fef87c8fe 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html @@ -86,13 +86,12 @@

                                                                                                                    Class MultiplePicklistFieldValue

                                                                                                                    -

                                                                                                                    Represents a field value, which is a combination of a field name, a field value type, -and the actual field values. This class is abstract.

                                                                                                                    +

                                                                                                                    Represents a multiple picklist field value.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    MultiplePicklistFieldValue
                                                                                                                    @@ -102,24 +101,23 @@
                                                                                                                    Inherited Members
                                                                                                                    FieldValue.Name
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class MultiplePicklistFieldValue : FieldValue
                                                                                                                    +
                                                                                                                    public class MultiplePicklistFieldValue : FieldValue

                                                                                                                    Constructors

                                                                                                                    @@ -127,7 +125,7 @@

                                                                                                                    Constructors

                                                                                                                    MultiplePicklistFieldValue()

                                                                                                                    -

                                                                                                                    Initializes a new instance with default values. Required for serialization.

                                                                                                                    +

                                                                                                                    Initializes a new instance with default values.

                                                                                                                    Declaration
                                                                                                                    @@ -166,8 +164,8 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    MultiplePicklistFieldValue(string)

                                                                                                                    -

                                                                                                                    Initializes a new instance with the specified field name.

                                                                                                                    +

                                                                                                                    MultiplePicklistFieldValue(String)

                                                                                                                    +

                                                                                                                    Initializes a new instance of the MultiplePicklistFieldValue class with the specified field name.

                                                                                                                    Declaration
                                                                                                                    @@ -185,7 +183,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name.

                                                                                                                    @@ -195,7 +193,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    MultiplePicklistFieldValue(string, ICollection<PicklistItem>)

                                                                                                                    +

                                                                                                                    MultiplePicklistFieldValue(String, ICollection<PicklistItem>)

                                                                                                                    Initializes a new instance of the MultiplePicklistFieldValue class with the specified field name and values.

                                                                                                                    @@ -214,13 +212,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name.

                                                                                                                    - ICollectionPicklistItem + System.Collections.Generic.ICollection<PicklistItem> values

                                                                                                                    The values.

                                                                                                                    @@ -231,14 +229,14 @@

                                                                                                                    Properties

                                                                                                                    - -

                                                                                                                    ValueType

                                                                                                                    -

                                                                                                                    Gets the field value type.

                                                                                                                    + +

                                                                                                                    Values

                                                                                                                    +

                                                                                                                    Gets or sets the values for this instance.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public override FieldValueType ValueType { get; set; }
                                                                                                                    +
                                                                                                                    public List<PicklistItem> Values { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -250,24 +248,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    FieldValueTypeSystem.Collections.Generic.List<PicklistItem>
                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    - - -

                                                                                                                    Values

                                                                                                                    -

                                                                                                                    Gets or sets the values for this instance.

                                                                                                                    + +

                                                                                                                    ValueType

                                                                                                                    +

                                                                                                                    Gets the field value type. Always returns FieldValueType.MultiplePicklist

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<PicklistItem> Values { get; set; }
                                                                                                                    +
                                                                                                                    public override FieldValueType ValueType { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -279,18 +274,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    ListPicklistItemFieldValueType
                                                                                                                    +
                                                                                                                    Overrides
                                                                                                                    +

                                                                                                                    Methods

                                                                                                                    Add(FieldValue)

                                                                                                                    -

                                                                                                                    Adds another field value to the current value. The other value must be of the same type.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -325,7 +322,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true

                                                                                                                    @@ -337,7 +334,7 @@
                                                                                                                    Overrides

                                                                                                                    Add(PicklistItem)

                                                                                                                    -

                                                                                                                    Adds a new picklist value to this instance's value list.

                                                                                                                    +

                                                                                                                    Adds a new picklist value to this instance's value list.

                                                                                                                    Declaration
                                                                                                                    @@ -372,7 +369,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    @@ -381,8 +378,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Add(string)

                                                                                                                    -

                                                                                                                    Adds another string to this instance's value list, if this instance is of any of the multiple valued types.

                                                                                                                    +

                                                                                                                    Add(String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -400,7 +397,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The new value to be added.

                                                                                                                    @@ -417,19 +414,19 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    Clear()

                                                                                                                    -

                                                                                                                    Resets this instance to the default value.

                                                                                                                    +

                                                                                                                    See Clear()

                                                                                                                    Declaration
                                                                                                                    @@ -470,8 +467,9 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -488,7 +486,7 @@
                                                                                                                    Parameters
                                                                                                                    - object + System.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    @@ -505,20 +503,21 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)

                                                                                                                    GetHashCode()

                                                                                                                    -
                                                                                                                    System.Object.GetHashCode(object)
                                                                                                                    +
                                                                                                                    System.Object.GetHashCode(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -534,21 +533,18 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()

                                                                                                                    GetValueString()

                                                                                                                    -

                                                                                                                    Compute a string which represents the field value without the field name in a way which -can be reversed through parsing. This should only be used internally by the field expression -parser. UI-level presentation should use the field value's .ToString() method to get the -field value display string.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -565,9 +561,9 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A serialized string representation of the field value, which is suitable for - persisting, and can be parsed through Parse(string).

                                                                                                                    +persisting, and can be parsed through Parse(String).

                                                                                                                    @@ -613,7 +609,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance contains v, false otherwise.

                                                                                                                    @@ -622,7 +618,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    HasValue(string)

                                                                                                                    +

                                                                                                                    HasValue(String)

                                                                                                                    Determines if this instance contains the specified picklist value.

                                                                                                                    @@ -641,7 +637,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The value name.

                                                                                                                    @@ -658,7 +654,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance contains a value with the given name, false otherwise.

                                                                                                                    @@ -704,7 +700,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance contains all the values of other, false otherwise.

                                                                                                                    @@ -714,8 +710,7 @@
                                                                                                                    Returns

                                                                                                                    Merge(FieldValue)

                                                                                                                    -

                                                                                                                    Merges this instance with another field value, which must be of the same -type.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -750,7 +745,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    @@ -761,8 +756,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Parse(string)

                                                                                                                    -

                                                                                                                    Initializes this instance from a string (deserialization).

                                                                                                                    +

                                                                                                                    Parse(String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -780,7 +775,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The string that contains the serialized form.

                                                                                                                    @@ -788,12 +783,12 @@
                                                                                                                    Parameters
                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    Remove(PicklistItem)

                                                                                                                    -

                                                                                                                    Removes a picklist value from this instance's value list.

                                                                                                                    +

                                                                                                                    Removes a picklist value from this instance's value list.

                                                                                                                    Declaration
                                                                                                                    @@ -828,7 +823,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -836,8 +831,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Remove(string)

                                                                                                                    -

                                                                                                                    Removes a picklist value from this instance's value list.

                                                                                                                    +

                                                                                                                    Remove(String)

                                                                                                                    +

                                                                                                                    Removes a picklist value from this instance's value list.

                                                                                                                    Declaration
                                                                                                                    @@ -855,7 +850,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The value name.

                                                                                                                    @@ -872,7 +867,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -881,7 +876,7 @@
                                                                                                                    Returns

                                                                                                                    Substract(FieldValue)

                                                                                                                    -

                                                                                                                    Substracts a field value from this instance's field value. Both field values must be of the same type.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -916,7 +911,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    @@ -928,7 +923,8 @@
                                                                                                                    Overrides

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -944,14 +940,14 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html index 963c0f635..d0a1518bb 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html @@ -86,13 +86,13 @@

                                                                                                                    Class MultipleStringFieldValue

                                                                                                                    -

                                                                                                                    Represents a field value, which is a combination of a field name, a field value type, -and the actual field values. This class is abstract.

                                                                                                                    +

                                                                                                                    Represents a multiple string field value. Values are unique, and comparisons are +done case-insensitive.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    MultipleStringFieldValue
                                                                                                                    @@ -102,24 +102,23 @@
                                                                                                                    Inherited Members
                                                                                                                    FieldValue.Name
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class MultipleStringFieldValue : FieldValue
                                                                                                                    +
                                                                                                                    public class MultipleStringFieldValue : FieldValue

                                                                                                                    Constructors

                                                                                                                    @@ -127,7 +126,7 @@

                                                                                                                    Constructors

                                                                                                                    MultipleStringFieldValue()

                                                                                                                    -

                                                                                                                    Initializes a new instance with default values. Required for serialization.

                                                                                                                    +

                                                                                                                    Initializes a new instance with default values.

                                                                                                                    Declaration
                                                                                                                    @@ -166,8 +165,8 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    MultipleStringFieldValue(string)

                                                                                                                    -

                                                                                                                    Initializes a new instance with the specified field name.

                                                                                                                    +

                                                                                                                    MultipleStringFieldValue(String)

                                                                                                                    +

                                                                                                                    Initializes a new instance of the MultipleStringFieldValue class with the specified field name.

                                                                                                                    Declaration
                                                                                                                    @@ -185,7 +184,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name.

                                                                                                                    @@ -195,7 +194,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    MultipleStringFieldValue(string, ICollection<string>)

                                                                                                                    +

                                                                                                                    MultipleStringFieldValue(String, ICollection<String>)

                                                                                                                    Initializes a new instance of the MultipleStringFieldValue class with the specified field name and values.

                                                                                                                    @@ -214,13 +213,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name.

                                                                                                                    - ICollectionstring + System.Collections.Generic.ICollection<System.String> values

                                                                                                                    The values.

                                                                                                                    @@ -250,21 +249,21 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 - -

                                                                                                                    ValueType

                                                                                                                    -

                                                                                                                    Gets the field value type.

                                                                                                                    + +

                                                                                                                    Values

                                                                                                                    +

                                                                                                                    Gets or sets the value list for this instance.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public override FieldValueType ValueType { get; set; }
                                                                                                                    +
                                                                                                                    public IEnumerable<string> Values { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -276,24 +275,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    FieldValueTypeSystem.Collections.Generic.IEnumerable<System.String>
                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    - - -

                                                                                                                    Values

                                                                                                                    -

                                                                                                                    Gets or sets the value list for this instance.

                                                                                                                    + +

                                                                                                                    ValueType

                                                                                                                    +

                                                                                                                    Gets the field value type. Always returns FieldValueType.MultipleString

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public IEnumerable<string> Values { get; set; }
                                                                                                                    +
                                                                                                                    public override FieldValueType ValueType { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -305,18 +301,20 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    IEnumerablestringFieldValueType
                                                                                                                    +
                                                                                                                    Overrides
                                                                                                                    +

                                                                                                                    Methods

                                                                                                                    Add(FieldValue)

                                                                                                                    -

                                                                                                                    Adds another field value to the current value. The other value must be of the same type.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -351,7 +349,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true

                                                                                                                    @@ -362,13 +360,13 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Add(string)

                                                                                                                    -

                                                                                                                    Adds another string to this instance's value list, if this instance is of any of the multiple valued types.

                                                                                                                    +

                                                                                                                    Add(String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public override sealed bool Add(string v)
                                                                                                                    +
                                                                                                                    public sealed override bool Add(string v)
                                                                                                                    Parameters
                                                                                                                    @@ -381,7 +379,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -397,19 +395,19 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    stringSystem.String v
                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    Clear()

                                                                                                                    -

                                                                                                                    Resets this instance to the default value.

                                                                                                                    +

                                                                                                                    See Clear()

                                                                                                                    Declaration
                                                                                                                    @@ -421,8 +419,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Contains(string)

                                                                                                                    -

                                                                                                                    Synonymous to HasValue(string)

                                                                                                                    +

                                                                                                                    Contains(String)

                                                                                                                    +

                                                                                                                    Synonymous to HasValue(String)

                                                                                                                    Declaration
                                                                                                                    @@ -440,7 +438,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String v @@ -456,7 +454,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -493,8 +491,9 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -511,7 +510,7 @@
                                                                                                                    Parameters
                                                                                                                    - object + System.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    @@ -528,20 +527,21 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)

                                                                                                                    GetHashCode()

                                                                                                                    -
                                                                                                                    System.Object.GetHashCode(object)
                                                                                                                    +
                                                                                                                    System.Object.GetHashCode(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -557,21 +557,18 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()

                                                                                                                    GetValueString()

                                                                                                                    -

                                                                                                                    Compute a string which represents the field value without the field name in a way which -can be reversed through parsing. This should only be used internally by the field expression -parser. UI-level presentation should use the field value's .ToString() method to get the -field value display string.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -588,9 +585,9 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A serialized string representation of the field value, which is suitable for - persisting, and can be parsed through Parse(string).

                                                                                                                    +persisting, and can be parsed through Parse(String).

                                                                                                                    @@ -600,7 +597,7 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    HasValue(string)

                                                                                                                    +

                                                                                                                    HasValue(String)

                                                                                                                    Determines if this instance already contains a specified value.

                                                                                                                    The comparison is case insenstive.

                                                                                                                    @@ -620,7 +617,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String v

                                                                                                                    The value.

                                                                                                                    @@ -637,7 +634,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance contains v, false otherwise.

                                                                                                                    @@ -683,7 +680,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance contains all the values of other, false otherwise.

                                                                                                                    @@ -693,8 +690,7 @@
                                                                                                                    Returns

                                                                                                                    Merge(FieldValue)

                                                                                                                    -

                                                                                                                    Merges this instance with another field value, which must be of the same -type.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -729,7 +725,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    @@ -740,8 +736,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Parse(string)

                                                                                                                    -

                                                                                                                    Initializes this instance from a string (deserialization).

                                                                                                                    +

                                                                                                                    Parse(String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -759,7 +755,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The string that contains the serialized form.

                                                                                                                    @@ -767,12 +763,12 @@
                                                                                                                    Parameters
                                                                                                                    Overrides
                                                                                                                    - + -

                                                                                                                    Remove(string)

                                                                                                                    -

                                                                                                                    Removes a value from this instance's value list.

                                                                                                                    +

                                                                                                                    Remove(String)

                                                                                                                    +

                                                                                                                    Removes a value from this instance's value list.

                                                                                                                    Declaration
                                                                                                                    @@ -790,7 +786,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String v

                                                                                                                    The value.

                                                                                                                    @@ -807,7 +803,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -816,7 +812,7 @@
                                                                                                                    Returns

                                                                                                                    Substract(FieldValue)

                                                                                                                    -

                                                                                                                    Substracts a field value from this instance's field value. Both field values must be of the same type.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -851,7 +847,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    @@ -863,7 +859,8 @@
                                                                                                                    Overrides

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -879,14 +876,14 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html index 462fa3729..d448c5465 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html @@ -90,7 +90,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    NLogLogger
                                                                                                                    @@ -100,28 +100,28 @@
                                                                                                                    Implements
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -162,7 +162,7 @@
                                                                                                                    Parameters
                                                                                                                    - Exception + System.Exception ex @@ -171,7 +171,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Log(string)

                                                                                                                    +

                                                                                                                    Log(String)

                                                                                                                    Declaration
                                                                                                                    @@ -189,7 +189,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String msg @@ -198,7 +198,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    LogDebug(string)

                                                                                                                    +

                                                                                                                    LogDebug(String)

                                                                                                                    Declaration
                                                                                                                    @@ -216,7 +216,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String msg @@ -225,7 +225,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    LogError(string)

                                                                                                                    +

                                                                                                                    LogError(String)

                                                                                                                    Declaration
                                                                                                                    @@ -243,7 +243,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String msg @@ -251,8 +251,40 @@
                                                                                                                    Parameters
                                                                                                                    + +

                                                                                                                    LogError(String, Exception)

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    public void LogError(string msg, Exception ex)
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Parameters
                                                                                                                    + + + + + + + + + + + + + + + + + + + + +
                                                                                                                    TypeNameDescription
                                                                                                                    System.Stringmsg
                                                                                                                    System.Exceptionex
                                                                                                                    + + -

                                                                                                                    LogWarn(string)

                                                                                                                    +

                                                                                                                    LogWarn(String)

                                                                                                                    Declaration
                                                                                                                    @@ -270,7 +302,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String msg diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Penalty.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Penalty.html index db79d7972..9390b94f7 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Penalty.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Penalty.html @@ -91,39 +91,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Penalty
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class Penalty
                                                                                                                    +
                                                                                                                    public class Penalty

                                                                                                                    Constructors

                                                                                                                    @@ -141,7 +140,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    Penalty(PenaltyType, int)

                                                                                                                    +

                                                                                                                    Penalty(PenaltyType, Int32)

                                                                                                                    Declaration
                                                                                                                    @@ -165,7 +164,7 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 malus

                                                                                                                    The penalty cost, which will be substracted from the base score.

                                                                                                                    @@ -183,8 +182,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int Malus { get; set; }
                                                                                                                    +
                                                                                                                    public int Malus { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -196,7 +194,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -210,8 +208,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public PenaltyType PenaltyType { get; set; }
                                                                                                                    +
                                                                                                                    public PenaltyType PenaltyType { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -235,7 +232,7 @@

                                                                                                                    Methods

                                                                                                                    CanApplyMultipleTimes(PenaltyType)

                                                                                                                    Gets a flag which indicates whether the specified penalty type can be applied -multiple times in a result, or at most once.

                                                                                                                    +multiple times in a result, or at most once.

                                                                                                                    Declaration
                                                                                                                    @@ -270,7 +267,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PenaltyType.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PenaltyType.html index fdf99f891..beb864d75 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PenaltyType.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PenaltyType.html @@ -89,7 +89,7 @@

                                                                                                                    Specifies the penalty type.

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -146,8 +146,8 @@

                                                                                                                    Fields

                                                                                                                    - @@ -177,12 +177,12 @@

                                                                                                                    Fields

                                                                                                                    - - diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObject.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObject.html index 616b49112..5667061a5 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObject.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObject.html @@ -93,7 +93,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    PersistentObject
                                                                                                                    @@ -101,33 +101,32 @@
                                                                                                                    Inheritance
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class PersistentObject
                                                                                                                    +
                                                                                                                    public class PersistentObject

                                                                                                                    Constructors

                                                                                                                    @@ -174,7 +173,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    PersistentObject(int, Guid)

                                                                                                                    +

                                                                                                                    PersistentObject(Int32, Guid)

                                                                                                                    Initializes a new instance with an object token created from the the specified id and guid

                                                                                                                    @@ -193,13 +192,13 @@
                                                                                                                    Parameters

                                                                                                                    - + - + @@ -217,8 +216,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public PersistentObjectToken ResourceId { get; set; }
                                                                                                                    +
                                                                                                                    public PersistentObjectToken ResourceId { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the penalty type can be applied multiple times in a scoring result, and false otherwise.

                                                                                                                    MemoryTagsDeleted

                                                                                                                    Applied at most once if the memory tags were automatically deleted because the search segment doesn't contain any tags (in which case -the TagMismatch penalty will not be applied).

                                                                                                                    +

                                                                                                                    Applied at most once if the memory tags were automatically deleted because the search segment doesn't contain any tags (in which case +the TagMismatch penalty will not be applied).

                                                                                                                    TagMismatch

                                                                                                                    Applied multiple times, for each time the TU's tags don't match the search TU's/search segment's tags.

                                                                                                                    +

                                                                                                                    Applied multiple times, for each time the TU's tags don't match the search TU's/search segment's tags.

                                                                                                                    TargetSegmentMismatch

                                                                                                                    Applied at most once when the lookup TU's target differs from the TM's.

                                                                                                                    +

                                                                                                                    Applied at most once when the lookup TU's target differs from the TM's.

                                                                                                                    intSystem.Int32 id

                                                                                                                    The key to assign to the PersistentObjectToken.

                                                                                                                    GuidSystem.Guid guid

                                                                                                                    The GUID to assign to the PersistentObjectToken.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.html index a169490fe..eaa5986b8 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.html @@ -91,27 +91,29 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    PersistentObjectToken
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType() +
                                                                                                                    +
                                                                                                                    + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public sealed class PersistentObjectToken
                                                                                                                    +
                                                                                                                    public sealed class PersistentObjectToken

                                                                                                                    Constructors

                                                                                                                    @@ -129,7 +131,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    PersistentObjectToken(int, Guid)

                                                                                                                    +

                                                                                                                    PersistentObjectToken(Int32, Guid)

                                                                                                                    Initializes a new instance with the specified ID and GUID.

                                                                                                                    @@ -148,13 +150,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -172,8 +174,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Guid Guid { get; set; }
                                                                                                                    +
                                                                                                                    public Guid Guid { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32 id

                                                                                                                    The object Id, usually its primary key.

                                                                                                                    GuidSystem.Guid guid

                                                                                                                    The GUID to assign

                                                                                                                    @@ -185,7 +186,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -200,8 +201,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int Id { get; set; }
                                                                                                                    +
                                                                                                                    public int Id { get; set; }
                                                                                                                    Property Value
                                                                                                                    GuidSystem.Guid

                                                                                                                    The object GUID

                                                                                                                    @@ -213,7 +213,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -223,8 +223,9 @@

                                                                                                                    Methods -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -241,7 +242,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -258,20 +259,21 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    intSystem.Int32
                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)

                                                                                                                    GetHashCode()

                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode() +
                                                                                                                    Declaration
                                                                                                                    @@ -287,19 +289,20 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    A hash code for this object

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -315,14 +318,14 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html index bb9b2ec44..c4362fd85 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html @@ -86,19 +86,19 @@

                                                                                                                    Class PicklistField

                                                                                                                    -

                                                                                                                    Represents a field declaration.

                                                                                                                    +

                                                                                                                    Represents a field declaration that contains a picklist and whose field values can only be chosen from that picklist.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    PicklistField
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.ICloneable
                                                                                                                    @@ -110,28 +110,28 @@
                                                                                                                    Inherited Members
                                                                                                                    Field.TextContextFieldName
                                                                                                                    Field.EqualsDeclaration(Field) @@ -155,27 +155,26 @@
                                                                                                                    Inherited Members
                                                                                                                    PersistentObject.ResourceId
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class PicklistField : Field, ICloneable, IField
                                                                                                                    +
                                                                                                                    public class PicklistField : Field, ICloneable, IField

                                                                                                                    Constructors

                                                                                                                    @@ -183,7 +182,7 @@

                                                                                                                    Constructors

                                                                                                                    PicklistField()

                                                                                                                    -

                                                                                                                    Initializes a new instance with an empty resource token.

                                                                                                                    +

                                                                                                                    Initializes a new instance with default values.

                                                                                                                    Declaration
                                                                                                                    @@ -222,8 +221,9 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    PicklistField(string, FieldValueType)

                                                                                                                    -

                                                                                                                    Initializes a new instance, with the specified name and type.

                                                                                                                    +

                                                                                                                    PicklistField(String, FieldValueType)

                                                                                                                    +

                                                                                                                    Initializes a new instance of the PicklistField class with a specified name and type. +The only valid values for the type are SinglePicklist and MultiplePicklist.

                                                                                                                    Declaration
                                                                                                                    @@ -241,7 +241,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name.

                                                                                                                    @@ -257,7 +257,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    PicklistField(string, FieldValueType, ICollection<PicklistItem>)

                                                                                                                    +

                                                                                                                    PicklistField(String, FieldValueType, ICollection<PicklistItem>)

                                                                                                                    Initializes a new instance of the PicklistField class with a specified name and type. The only valid values for the type are SinglePicklist and MultiplePicklist.

                                                                                                                    @@ -277,7 +277,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name.

                                                                                                                    @@ -289,7 +289,7 @@
                                                                                                                    Parameters
                                                                                                                    - ICollectionPicklistItem + System.Collections.Generic.ICollection<PicklistItem> picklistValues

                                                                                                                    The seed list of picklist values

                                                                                                                    @@ -299,7 +299,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    PicklistField(string, FieldValueType, ICollection<string>)

                                                                                                                    +

                                                                                                                    PicklistField(String, FieldValueType, ICollection<String>)

                                                                                                                    Initializes a new instance of the PicklistField class with a specified name and type. The only valid values for the type are SinglePicklist and MultiplePicklist.

                                                                                                                    @@ -319,7 +319,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name.

                                                                                                                    @@ -331,7 +331,7 @@
                                                                                                                    Parameters
                                                                                                                    - ICollectionstring + System.Collections.Generic.ICollection<System.String> picklistValues

                                                                                                                    The seed list of picklist values

                                                                                                                    @@ -388,7 +388,7 @@
                                                                                                                    Property Value
                                                                                                                    - IListstring + System.Collections.Generic.IList<System.String> @@ -427,7 +427,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    AddPickListItem(string)

                                                                                                                    +

                                                                                                                    AddPickListItem(String)

                                                                                                                    Adds a new pick list item to the list and returns true, false if nothing is added

                                                                                                                    @@ -446,7 +446,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String value @@ -462,7 +462,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -471,7 +471,8 @@
                                                                                                                    Returns

                                                                                                                    Clone()

                                                                                                                    - +
                                                                                                                    System.ICloneable.Clone() +
                                                                                                                    Declaration
                                                                                                                    @@ -487,7 +488,7 @@
                                                                                                                    Returns
                                                                                                                    - object + System.Object

                                                                                                                    A new object that is a deep copy of this instance.

                                                                                                                    @@ -527,9 +528,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -

                                                                                                                    Determines whether this instance of Field and a specified object, which must also be a Field object, -represent the same field declaration including the picklist according to type.

                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object)
                                                                                                                    Declaration
                                                                                                                    @@ -547,9 +547,9 @@
                                                                                                                    Parameters
                                                                                                                    - object + System.Object obj -

                                                                                                                    The other object.

                                                                                                                    +

                                                                                                                    The object to compare with the current object.

                                                                                                                    @@ -564,19 +564,21 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    true if obj represents the same field declaration as this instance; false otherwise.

                                                                                                                    + System.Boolean +

                                                                                                                    true if the specified object is equal to the current object; +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    GetHashCode()

                                                                                                                    -
                                                                                                                    System.Object.GetHashCode(object)
                                                                                                                    +
                                                                                                                    System.Object.GetHashCode(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -592,7 +594,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32 @@ -602,7 +604,7 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    PicklistFromString(string)

                                                                                                                    +

                                                                                                                    PicklistFromString(String)

                                                                                                                    Deserializes the picklist values from the provided string and sets the picklist values accordingly. Existing values will be overwritten.

                                                                                                                    @@ -622,7 +624,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String values @@ -649,7 +651,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    The picklist as a comma separated string or null if the field declaration is not of one of the picklist types.

                                                                                                                    @@ -657,7 +659,7 @@
                                                                                                                    Returns

                                                                                                                    Implements

                                                                                                                    - ICloneable + System.ICloneable
                                                                                                                    IField diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItem.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItem.html index ded68cc54..0d088016b 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItem.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItem.html @@ -91,39 +91,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    PicklistItem
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class PicklistItem
                                                                                                                    +
                                                                                                                    public class PicklistItem

                                                                                                                    Constructors

                                                                                                                    @@ -170,7 +169,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    PicklistItem(string)

                                                                                                                    +

                                                                                                                    PicklistItem(String)

                                                                                                                    Initializes a new instance of the PicklistItem class with the specified value.

                                                                                                                    @@ -189,7 +188,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The picklist item value.

                                                                                                                    @@ -208,8 +207,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int? ID { get; set; }
                                                                                                                    +
                                                                                                                    public int? ID { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -221,7 +219,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -235,8 +233,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string Name { get; set; }
                                                                                                                    +
                                                                                                                    public string Name { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Nullable<System.Int32>
                                                                                                                    @@ -248,7 +245,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html index cb50f14a2..04ef7e635 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html @@ -91,38 +91,37 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    PicklistItems
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Collections.Generic.IEnumerable<PicklistItem>
                                                                                                                    +
                                                                                                                    System.Collections.IEnumerable
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class PicklistItems : IEnumerable<PicklistItem>, IEnumerable
                                                                                                                    +
                                                                                                                    public class PicklistItems : IEnumerable<PicklistItem>, IEnumerable

                                                                                                                    Constructors

                                                                                                                    @@ -173,7 +172,7 @@

                                                                                                                    Methods

                                                                                                                    Add(PicklistItem)

                                                                                                                    Creates a new picklist item with the specified value and adds it to the list. Duplicate checks -are done on the item's name and also on the item's ID, if provided.

                                                                                                                    +are done on the item's name and also on the item's ID, if provided.

                                                                                                                    Declaration
                                                                                                                    @@ -201,9 +200,9 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Add(PicklistItem, bool)

                                                                                                                    +

                                                                                                                    Add(PicklistItem, Boolean)

                                                                                                                    Creates a new picklist item with the specified value and adds it to the list. Duplicate checks -are done on the item's name and also on the item's ID, if provided.

                                                                                                                    +are done on the item's name and also on the item's ID, if provided.

                                                                                                                    Declaration
                                                                                                                    @@ -227,7 +226,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -236,7 +235,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Add(string)

                                                                                                                    +

                                                                                                                    Add(String)

                                                                                                                    Creates a new picklist item with the specified value and adds it to the list.

                                                                                                                    @@ -255,7 +254,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -327,7 +326,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -335,7 +334,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Contains(string)

                                                                                                                    +

                                                                                                                    Contains(String)

                                                                                                                    Returns true if the specified picklist value exists in the collection, and false otherwise.

                                                                                                                    @@ -354,7 +353,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -370,7 +369,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -378,8 +377,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -396,7 +396,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -413,15 +413,15 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    boolSystem.Boolean ignoreDups
                                                                                                                    stringSystem.String itemName

                                                                                                                    The new item value.

                                                                                                                    boolSystem.Boolean
                                                                                                                    stringSystem.String name
                                                                                                                    boolSystem.Boolean
                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)
                                                                                                                    @@ -443,7 +443,7 @@
                                                                                                                    Returns
                                                                                                                    - IEnumeratorPicklistItem + System.Collections.Generic.IEnumerator<PicklistItem>

                                                                                                                    An enumerator

                                                                                                                    @@ -453,7 +453,8 @@
                                                                                                                    Returns

                                                                                                                    GetHashCode()

                                                                                                                    -
                                                                                                                    System.Object.GetHashCode(object)
                                                                                                                    +
                                                                                                                    System.Object.GetHashCode(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -469,13 +470,13 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    @@ -497,7 +498,7 @@
                                                                                                                    Returns
                                                                                                                    - Liststring + System.Collections.Generic.List<System.String> @@ -505,7 +506,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Lookup(int)

                                                                                                                    +

                                                                                                                    Lookup(Int32)

                                                                                                                    Retrieves an item with the specified ID.

                                                                                                                    @@ -524,7 +525,7 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 id

                                                                                                                    The ID.

                                                                                                                    @@ -550,7 +551,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Lookup(string)

                                                                                                                    +

                                                                                                                    Lookup(String)

                                                                                                                    Retrieves an item with the specified value.

                                                                                                                    @@ -569,7 +570,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The item value.

                                                                                                                    @@ -588,16 +589,45 @@
                                                                                                                    Returns
                                                                                                                    PicklistItem

                                                                                                                    The picklist item or null if no such item exists.

                                                                                                                    + + + + +

                                                                                                                    Explicit Interface Implementations +

                                                                                                                    + + + +

                                                                                                                    IEnumerable.GetEnumerator()

                                                                                                                    +

                                                                                                                    Returns an enumerator which can be used to iterate through the picklist items.

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    IEnumerator IEnumerable.GetEnumerator()
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Returns
                                                                                                                    + + + + + + + + + + +
                                                                                                                    TypeDescription
                                                                                                                    System.Collections.IEnumerator

                                                                                                                    An enumerator

                                                                                                                    Implements

                                                                                                                    - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                                    - IEnumerable + System.Collections.IEnumerable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Placeable.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Placeable.html index c91b1ebf9..e497ff8fa 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Placeable.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Placeable.html @@ -93,33 +93,32 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Placeable
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class Placeable
                                                                                                                    +
                                                                                                                    public class Placeable

                                                                                                                    Constructors

                                                                                                                    @@ -137,7 +136,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    Placeable(PlaceableType, int, int)

                                                                                                                    +

                                                                                                                    Placeable(PlaceableType, Int32, Int32)

                                                                                                                    Initializes a new instance with the specified parameters.

                                                                                                                    @@ -162,17 +161,17 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 sourceTokenIndex

                                                                                                                    The index of the token in the source segment. -1 indicates - that the token is not present in that segment.

                                                                                                                    +that the token is not present in that segment.

                                                                                                                    - int + System.Int32 targetTokenIndex

                                                                                                                    The index of the token in the target segment. -1 indicates - that the token is not present in that segment

                                                                                                                    +that the token is not present in that segment

                                                                                                                    @@ -200,7 +199,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -216,8 +215,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int SourceTokenIndex { get; set; }
                                                                                                                    +
                                                                                                                    public int SourceTokenIndex { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -229,7 +227,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -245,8 +243,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int TargetTokenIndex { get; set; }
                                                                                                                    +
                                                                                                                    public int TargetTokenIndex { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -258,7 +255,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -272,8 +269,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public PlaceableType Type { get; set; }
                                                                                                                    +
                                                                                                                    public PlaceableType Type { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -295,8 +291,9 @@

                                                                                                                    Methods -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -313,7 +310,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -330,20 +327,21 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)

                                                                                                                    GetHashCode()

                                                                                                                    -
                                                                                                                    System.Object.GetHashCode(object)
                                                                                                                    +
                                                                                                                    System.Object.GetHashCode(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -359,18 +357,18 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()

                                                                                                                    IsTagCompatible(TagType)

                                                                                                                    -

                                                                                                                    Determines whether the placeable's type is compatible with the specified tag type. The +

                                                                                                                    Determines whether the placeable's type is compatible with the specified tag type. The result is always false for non-tag placeables.

                                                                                                                    @@ -406,9 +404,9 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    true if the placeable's type is compatible with the specified tag type, and - false otherwise.

                                                                                                                    + System.Boolean +

                                                                                                                    true if the placeable's type is compatible with the specified tag type, and +false otherwise.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.html index 4f57b7485..b5e5f10ef 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.html @@ -88,45 +88,44 @@

                                                                                                                    A placeable association is a correspondence between two placeables, one in the source segment, and one in the target segment. Either may be null, but not both at the same -time. If a placeable is null and the other isn't, it means that the respective segment wasn't -available when the placeables were computed, or that no association could be found.

                                                                                                                    +time. If a placeable is null and the other isn't, it means that the respective segment wasn't +available when the placeables were computed, or that no association could be found.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    PlaceableAssociation
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class PlaceableAssociation
                                                                                                                    +
                                                                                                                    public class PlaceableAssociation

                                                                                                                    Constructors

                                                                                                                    @@ -176,8 +175,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Placeable Document { get; set; }
                                                                                                                    +
                                                                                                                    public Placeable Document { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -203,8 +201,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Placeable Memory { get; set; }
                                                                                                                    +
                                                                                                                    public Placeable Memory { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -293,7 +290,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableComputer.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableComputer.html index 464fb05e5..5f18d1050 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableComputer.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableComputer.html @@ -92,34 +92,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    PlaceableComputer
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -171,7 +171,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -217,7 +217,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -269,7 +269,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -314,7 +314,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -341,7 +341,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -353,13 +353,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableType.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableType.html index bd159de83..182f6c0a0 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableType.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableType.html @@ -89,7 +89,7 @@

                                                                                                                    Specifies the type of a placeable.

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.RegularIterator.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.RegularIterator.html index 8f031a042..79744f692 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.RegularIterator.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.RegularIterator.html @@ -86,13 +86,14 @@

                                                                                                                    Class RegularIterator

                                                                                                                    -

                                                                                                                    Base iterator class. Contains the common properties needed for iteration through -a translation memory.

                                                                                                                    +

                                                                                                                    Represents a regular iterator that can retrieve all the translation units from a translation memory page by page. +

                                                                                                                    The iterator can have a filter, in which case it will only return those translation units that match the filter.

                                                                                                                    +

                                                                                                                    The default page for this iterator is 100 translation units.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    RegularIterator
                                                                                                                    @@ -117,33 +118,32 @@
                                                                                                                    Inherited Members
                                                                                                                    TranslationMemoryIterator.Forward
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class RegularIterator : TranslationMemoryIterator
                                                                                                                    +
                                                                                                                    public class RegularIterator : TranslationMemoryIterator

                                                                                                                    Constructors

                                                                                                                    @@ -151,7 +151,7 @@

                                                                                                                    Constructors

                                                                                                                    RegularIterator()

                                                                                                                    -

                                                                                                                    Initializes a new instance with default values (the max count is set to 100).

                                                                                                                    +

                                                                                                                    Initializes a new instance with default values.

                                                                                                                    Declaration
                                                                                                                    @@ -161,8 +161,8 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    RegularIterator(int)

                                                                                                                    -

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    +

                                                                                                                    RegularIterator(Int32)

                                                                                                                    +

                                                                                                                    Initializes a new instance with the specified page size.

                                                                                                                    Declaration
                                                                                                                    @@ -180,9 +180,9 @@
                                                                                                                    Parameters
                                                                                                                    - + - @@ -199,8 +199,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int PositionFrom { get; set; }
                                                                                                                    +
                                                                                                                    public int PositionFrom { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    ListPlaceableSystem.Collections.Generic.List<Placeable>
                                                                                                                    ListPlaceableSystem.Collections.Generic.List<Placeable>

                                                                                                                    A list of placeables

                                                                                                                    TaskListPlaceableSystem.Threading.Tasks.Task<System.Collections.Generic.List<Placeable>>

                                                                                                                    A list of placeables

                                                                                                                    TaskListPlaceableSystem.Threading.Tasks.Task<System.Collections.Generic.List<Placeable>>
                                                                                                                    ListPlaceableSystem.Collections.Generic.List<Placeable> placeables

                                                                                                                    Previously-computed placeables

                                                                                                                    ListTokenSystem.Collections.Generic.List<Token> sourceTokens

                                                                                                                    List of tokens in the source segment

                                                                                                                    ListTokenSystem.Collections.Generic.List<Token> targetTokens

                                                                                                                    List of tokens in the target segment

                                                                                                                    intSystem.Int32 maxCount

                                                                                                                    The maximum number of TUs to return in one iteration roundtrip

                                                                                                                    +

                                                                                                                    The maximum number of translation units that this iterator will return in one roundtrip.

                                                                                                                    @@ -212,7 +211,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -227,8 +226,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int PositionTo { get; set; }
                                                                                                                    +
                                                                                                                    public int PositionTo { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -240,7 +238,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -251,12 +249,12 @@

                                                                                                                    Methods

                                                                                                                    Reset()

                                                                                                                    -

                                                                                                                    Repositions the iterator at the beginning of the translation memory.

                                                                                                                    +

                                                                                                                    See Reset()

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public override sealed void Reset()
                                                                                                                    +
                                                                                                                    public sealed override void Reset()
                                                                                                                    Overrides
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ScoringResult.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ScoringResult.html index 2a0e6b1fc..d1c6cde34 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ScoringResult.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ScoringResult.html @@ -91,39 +91,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ScoringResult
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class ScoringResult
                                                                                                                    +
                                                                                                                    public class ScoringResult

                                                                                                                    Constructors

                                                                                                                    @@ -149,8 +148,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<AppliedPenalty> AppliedPenalties { get; set; }
                                                                                                                    +
                                                                                                                    public List<AppliedPenalty> AppliedPenalties { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -162,7 +160,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -176,8 +174,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int BaseScore { get; set; }
                                                                                                                    +
                                                                                                                    public int BaseScore { get; set; }
                                                                                                                    Property Value
                                                                                                                    ListAppliedPenaltySystem.Collections.Generic.List<AppliedPenalty>
                                                                                                                    @@ -189,7 +186,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -204,8 +201,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public EditDistance EditDistance { get; set; }
                                                                                                                    +
                                                                                                                    public EditDistance EditDistance { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -231,8 +227,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool IdContextMatch { get; set; }
                                                                                                                    +
                                                                                                                    public bool IdContextMatch { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -244,7 +239,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -271,7 +266,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -286,8 +281,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool IsStructureContextMatch { get; set; }
                                                                                                                    +
                                                                                                                    public bool IsStructureContextMatch { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -299,7 +293,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -325,7 +319,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -339,12 +333,12 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<SegmentRange> MatchingConcordanceRanges { get; set; }
                                                                                                                    +
                                                                                                                    public List<SegmentRange> MatchingConcordanceRanges { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -356,7 +350,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -370,8 +364,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool MemoryTagsDeleted { get; set; }
                                                                                                                    +
                                                                                                                    public bool MemoryTagsDeleted { get; set; }
                                                                                                                    Property Value
                                                                                                                    ListSegmentRangeSystem.Collections.Generic.List<SegmentRange>
                                                                                                                    @@ -383,7 +376,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -396,8 +389,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int PlaceableFormatChanges { get; set; }
                                                                                                                    +
                                                                                                                    public int PlaceableFormatChanges { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -409,7 +401,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -423,8 +415,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int ResolvedPlaceables { get; set; }
                                                                                                                    +
                                                                                                                    public int ResolvedPlaceables { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -436,7 +427,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -451,8 +442,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool TagMismatch { get; set; }
                                                                                                                    +
                                                                                                                    public bool TagMismatch { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -464,7 +454,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -473,13 +463,12 @@
                                                                                                                    Property Value

                                                                                                                    TargetSegmentDiffers

                                                                                                                    -

                                                                                                                    Valid only when a whole TU is searched, and is only set if it's a 100% match. Not set for fuzzy or concordance matches.

                                                                                                                    +

                                                                                                                    Valid only when a whole TU is searched, and is only set if it's a 100% match. Not set for fuzzy or concordance matches.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool TargetSegmentDiffers { get; set; }
                                                                                                                    +
                                                                                                                    public bool TargetSegmentDiffers { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -491,7 +480,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -505,8 +494,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public TextContextMatch TextContextMatch { get; set; }
                                                                                                                    +
                                                                                                                    public TextContextMatch TextContextMatch { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -532,8 +520,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int TextReplacements { get; set; }
                                                                                                                    +
                                                                                                                    public int TextReplacements { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -545,7 +532,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -555,7 +542,7 @@

                                                                                                                    Methods -

                                                                                                                    ApplyFilter(string, int)

                                                                                                                    +

                                                                                                                    ApplyFilter(String, Int32)

                                                                                                                    Applies a penalty to the current score, with a specified filter and cost.

                                                                                                                    @@ -574,13 +561,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -620,7 +607,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    FindAppliedFilter(string)

                                                                                                                    +

                                                                                                                    FindAppliedFilter(String)

                                                                                                                    Retrieves the applied penalty for a specified filter.

                                                                                                                    @@ -639,7 +626,7 @@
                                                                                                                    Parameters
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchMode.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchMode.html index 57addd999..b4fab1f32 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchMode.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchMode.html @@ -89,7 +89,7 @@

                                                                                                                    Specifies the search type.

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -129,7 +129,7 @@

                                                                                                                    Fields

                                                                                                                    - diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResult.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResult.html index 143536c72..8710d5091 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResult.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResult.html @@ -92,40 +92,39 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SearchResult
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SearchResult
                                                                                                                    +
                                                                                                                    public class SearchResult

                                                                                                                    Constructors

                                                                                                                    @@ -169,8 +168,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int CascadeEntryIndex { get; set; }
                                                                                                                    +
                                                                                                                    public int CascadeEntryIndex { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    stringSystem.String filterName

                                                                                                                    The filter name.

                                                                                                                    intSystem.Int32 malus

                                                                                                                    The penalty cost.

                                                                                                                    stringSystem.String filterName

                                                                                                                    The filter name.

                                                                                                                    FuzzySearch

                                                                                                                    Performs only a fuzzy search.

                                                                                                                    +

                                                                                                                    Performs only a fuzzy search.

                                                                                                                    @@ -182,13 +180,13 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    intSystem.Int32
                                                                                                                    Remarks
                                                                                                                    -

                                                                                                                    The cascade entry index corresponds to a position in the cascade's cascade entries list (Cascade.CascadeEntries). +

                                                                                                                    The cascade entry index corresponds to a position in the cascade's cascade entries list (Cascade.CascadeEntries). If the cascade entry index is -1 then the search result was not created in a cascade.

                                                                                                                    @@ -200,8 +198,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public TuContext ContextData { get; set; }
                                                                                                                    +
                                                                                                                    public TuContext ContextData { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -228,8 +225,8 @@

                                                                                                                    Property Value

                                                                                                                    - + @@ -268,8 +265,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<Placeable> MemoryPlaceables { get; set; }
                                                                                                                    +
                                                                                                                    public List<Placeable> MemoryPlaceables { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -281,7 +277,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -295,8 +291,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public TranslationUnit MemoryTranslationUnit { get; set; }
                                                                                                                    +
                                                                                                                    public TranslationUnit MemoryTranslationUnit { get; set; }
                                                                                                                    Property Value
                                                                                                                    ListPlaceableSystem.Collections.Generic.List<Placeable>
                                                                                                                    @@ -334,7 +329,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -348,8 +343,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<PlaceableAssociation> PlaceableAssociations { get; set; }
                                                                                                                    +
                                                                                                                    public List<PlaceableAssociation> PlaceableAssociations { get; set; }
                                                                                                                    Property Value
                                                                                                                    DictionarystringobjectSystem.Collections.Generic.Dictionary<System.String, System.Object>
                                                                                                                    @@ -361,7 +355,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -375,8 +369,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public ScoringResult ScoringResult { get; set; }
                                                                                                                    +
                                                                                                                    public ScoringResult ScoringResult { get; set; }
                                                                                                                    Property Value
                                                                                                                    ListPlaceableAssociationSystem.Collections.Generic.List<PlaceableAssociation>
                                                                                                                    @@ -403,8 +396,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public TranslationUnit TranslationProposal { get; set; }
                                                                                                                    +
                                                                                                                    public TranslationUnit TranslationProposal { get; set; }
                                                                                                                    Property Value
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.html index fa7740a52..56a6e72fd 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.html @@ -91,7 +91,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SearchResultFieldValueAccessor
                                                                                                                    @@ -101,28 +101,28 @@
                                                                                                                    Implements
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -164,9 +164,8 @@

                                                                                                                    Methods -

                                                                                                                    GetType(string)

                                                                                                                    -

                                                                                                                    Returns the type of the field with name "fieldName". If the object does not have a value for that field, -returns FieldValueType.Unknown.

                                                                                                                    +

                                                                                                                    GetType(String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -184,7 +183,7 @@
                                                                                                                    Parameters

                                                                                                                    - + @@ -202,7 +201,7 @@
                                                                                                                    Returns
                                                                                                                    - @@ -210,8 +209,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetValue(string)

                                                                                                                    -

                                                                                                                    Returns the value of field with name "fieldName". The return value can be any field type.

                                                                                                                    +

                                                                                                                    GetValue(String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -229,7 +228,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -255,8 +254,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetValue(string, FieldValueType)

                                                                                                                    -

                                                                                                                    Returns the value of field with name "fieldName", given the field value type t.

                                                                                                                    +

                                                                                                                    GetValue(String, FieldValueType)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -274,7 +273,7 @@
                                                                                                                    Parameters
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.html index 8acef521a..b9378e920 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.html @@ -91,38 +91,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SearchResultFieldValueComparer
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -145,8 +145,11 @@

                                                                                                                    Methods -

                                                                                                                    Compare(SearchResult, SearchResult, string)

                                                                                                                    -

                                                                                                                    Compares two objects' specified field values and returns an indication of their relative values.

                                                                                                                    +

                                                                                                                    Compare(SearchResult, SearchResult, String)

                                                                                                                    +

                                                                                                                    Compares two search results' specified field values and returns an indication of their relative values. +

                                                                                                                    Currently only the following field names are allowed: sco (score), usc (usage count), usd (last used date), +crd (creation date), chd (change date).

                                                                                                                    +

                                                                                                                    If a field name is used which is not listed above, Compare will return zero.

                                                                                                                    Declaration
                                                                                                                    @@ -176,7 +179,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -193,7 +196,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.html index d44ca2708..86de2f5c6 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.html @@ -90,11 +90,11 @@

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public delegate int SearchResults.SearchResultComparer(SearchResult a, SearchResult b)
                                                                                                                    +
                                                                                                                    public delegate int SearchResultComparer(SearchResult a, SearchResult b);
                                                                                                                    Parameters
                                                                                                                    stringSystem.String fieldName

                                                                                                                    The field name.

                                                                                                                    FieldValueType

                                                                                                                    The type of that field, or FieldValueType.Unknown if it doesn't exist.

                                                                                                                    +

                                                                                                                    The type of that field, or FieldValueType.Unknown if it doesn't exist.

                                                                                                                    stringSystem.String fieldName

                                                                                                                    The field name.

                                                                                                                    stringSystem.String fieldName

                                                                                                                    The field name

                                                                                                                    stringSystem.String fieldName

                                                                                                                    The field used for comparison.

                                                                                                                    intSystem.Int32

                                                                                                                    Less than zero if a is less than b, zero if a equals b or a value greater than zero if a is greater than b.

                                                                                                                    @@ -130,7 +130,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -141,12 +141,12 @@

                                                                                                                    Constructors -

                                                                                                                    SearchResultComparer(object, IntPtr)

                                                                                                                    +

                                                                                                                    SearchResultComparer(Object, IntPtr)

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public SearchResultComparer(object @object, IntPtr method)
                                                                                                                    +
                                                                                                                    public SearchResultComparer(object object, IntPtr method)
                                                                                                                    Parameters
                                                                                                                    intSystem.Int32

                                                                                                                    A value indicating the sort order between the two objects

                                                                                                                    @@ -159,12 +159,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -175,12 +175,12 @@

                                                                                                                    Methods -

                                                                                                                    BeginInvoke(SearchResult, SearchResult, AsyncCallback, object)

                                                                                                                    +

                                                                                                                    BeginInvoke(SearchResult, SearchResult, AsyncCallback, Object)

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public virtual IAsyncResult BeginInvoke(SearchResult a, SearchResult b, AsyncCallback callback, object @object)
                                                                                                                    +
                                                                                                                    public virtual IAsyncResult BeginInvoke(SearchResult a, SearchResult b, AsyncCallback callback, object object)
                                                                                                                    Parameters
                                                                                                                    objectSystem.Object object
                                                                                                                    IntPtrSystem.IntPtr method
                                                                                                                    @@ -203,12 +203,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -224,7 +224,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -250,7 +250,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -266,7 +266,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -313,7 +313,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html index 918ca45a8..eac64b1a6 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html @@ -91,46 +91,45 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SearchResults
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Collections.Generic.IEnumerable<SearchResult>
                                                                                                                    +
                                                                                                                    System.Collections.IEnumerable
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SearchResults : IEnumerable<SearchResult>, IEnumerable
                                                                                                                    +
                                                                                                                    public class SearchResults : IEnumerable<SearchResult>, IEnumerable

                                                                                                                    Constructors

                                                                                                                    @@ -198,7 +197,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -225,7 +224,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -253,7 +252,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -268,8 +267,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<Placeable> DocumentPlaceables { get; set; }
                                                                                                                    +
                                                                                                                    public List<Placeable> DocumentPlaceables { get; set; }
                                                                                                                    Property Value
                                                                                                                    AsyncCallbackSystem.AsyncCallback callback
                                                                                                                    objectSystem.Object object
                                                                                                                    IAsyncResultSystem.IAsyncResult
                                                                                                                    IAsyncResultSystem.IAsyncResult result
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -281,7 +279,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -289,7 +287,7 @@
                                                                                                                    Property Value
                                                                                                                    -

                                                                                                                    this[int]

                                                                                                                    +

                                                                                                                    Item[Int32]

                                                                                                                    Gets or sets the search results at the specified index in the collection.

                                                                                                                    @@ -308,7 +306,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -342,8 +340,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool MultipleTranslations { get; set; }
                                                                                                                    +
                                                                                                                    public bool MultipleTranslations { get; set; }
                                                                                                                    Property Value
                                                                                                                    ListPlaceableSystem.Collections.Generic.List<Placeable>
                                                                                                                    intSystem.Int32 index

                                                                                                                    The index.

                                                                                                                    @@ -355,7 +352,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -369,8 +366,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<SearchResult> Results { get; set; }
                                                                                                                    +
                                                                                                                    public List<SearchResult> Results { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -382,7 +378,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -397,8 +393,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public SortSpecification SortOrder { get; set; }
                                                                                                                    +
                                                                                                                    public SortSpecification SortOrder { get; set; }
                                                                                                                    Property Value
                                                                                                                    ListSearchResultSystem.Collections.Generic.List<SearchResult>
                                                                                                                    @@ -419,13 +414,12 @@
                                                                                                                    Property Value

                                                                                                                    SourceHash

                                                                                                                    -

                                                                                                                    Gets or sets the source segment's hash value.

                                                                                                                    +

                                                                                                                    Gets or sets the source segment's hash value.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public long SourceHash { get; set; }
                                                                                                                    +
                                                                                                                    public long SourceHash { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -437,7 +431,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -452,8 +446,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Segment SourceSegment { get; set; }
                                                                                                                    +
                                                                                                                    public Segment SourceSegment { get; set; }
                                                                                                                    Property Value
                                                                                                                    longSystem.Int64
                                                                                                                    @@ -479,8 +472,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public WordCounts SourceWordCounts { get; set; }
                                                                                                                    +
                                                                                                                    public WordCounts SourceWordCounts { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -573,7 +565,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -582,8 +574,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Cap(int)

                                                                                                                    -

                                                                                                                    Caps the number of search results to at most maxCapacity elements. If the object holds +

                                                                                                                    Cap(Int32)

                                                                                                                    +

                                                                                                                    Caps the number of search results to at most maxCapacity elements. If the object holds less than the maximum number, this method has no effect.

                                                                                                                    @@ -602,7 +594,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -667,7 +659,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -714,7 +706,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    HasTuId(int)

                                                                                                                    +

                                                                                                                    HasTuId(Int32)

                                                                                                                    Returns true if any SearchResult in Results has a MemoryTranslationUnit whose ID matches the one provided

                                                                                                                    @@ -735,7 +727,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -751,7 +743,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -759,7 +751,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Merge(SearchResults, bool)

                                                                                                                    +

                                                                                                                    Merge(SearchResults, Boolean)

                                                                                                                    Appends addtional search results to the current list of search results. Note that other fields, such as the source tokens or the source word count, are not merged (although they may differ for cross-TM searches).

                                                                                                                    @@ -786,10 +778,10 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -797,13 +789,13 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    PostMergeFixup(IEnumerable<SearchResults>, IEnumerable<bool>, SearchSettings)

                                                                                                                    +

                                                                                                                    PostMergeFixup(IEnumerable<SearchResults>, IEnumerable<Boolean>, SearchSettings)

                                                                                                                    When a search is performed on a batch of document segments for a single TM, TM search logic deals with any logic spanning multiple segments, e.g. context match rules. However, when -results from multiple TMs are merged together, Merge(SearchResults, bool) +results from multiple TMs are merged together, Merge(SearchResults, Boolean) is generally used, once per document segment, which does not allow for that logic to be applied. This function should be used on a list of document segment SearchResults -once all Merge(SearchResults, bool) calls have been performed.

                                                                                                                    +once all Merge(SearchResults, Boolean) calls have been performed.

                                                                                                                    Declaration
                                                                                                                    @@ -821,13 +813,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -846,7 +838,7 @@
                                                                                                                    -

                                                                                                                    RemoveAll(Func<SearchResult, bool>)

                                                                                                                    +

                                                                                                                    RemoveAll(Func<SearchResult, Boolean>)

                                                                                                                    Removes all the elements that match the condition defined by the specified predicate

                                                                                                                    @@ -865,7 +857,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -882,7 +874,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -892,7 +884,7 @@
                                                                                                                    Returns

                                                                                                                    RemoveDuplicates()

                                                                                                                    Removes any duplicate search results. The duplicate with the lowest index -is kept, and other duplicates are removed.

                                                                                                                    +is kept, and other duplicates are removed.

                                                                                                                    Declaration
                                                                                                                    @@ -921,10 +913,10 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -973,7 +965,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Sort(SortSpecification, SearchResultComparer)

                                                                                                                    +

                                                                                                                    Sort(SortSpecification, SearchResults.SearchResultComparer)

                                                                                                                    Sorts the results in this instance based on the specified sort order.

                                                                                                                    @@ -998,11 +990,11 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1010,7 +1002,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Sort(string)

                                                                                                                    +

                                                                                                                    Sort(String)

                                                                                                                    Sorts the results in this instance based on the specified sort order.

                                                                                                                    @@ -1029,20 +1021,74 @@
                                                                                                                    Parameters
                                                                                                                    - +
                                                                                                                    boolSystem.Boolean

                                                                                                                    whether search results are equal

                                                                                                                    intSystem.Int32 maxCapacity
                                                                                                                    ListSearchResultSystem.Collections.Generic.List<SearchResult> searchResults
                                                                                                                    intSystem.Int32 id
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean removeDuplicates

                                                                                                                    If true, a heuristics is applied to remove duplicates. The original - sort order is preserved, but the multiple translations information is re-evaluated.

                                                                                                                    +sort order is preserved, but the multiple translations information is re-evaluated.

                                                                                                                    IEnumerableSearchResultsSystem.Collections.Generic.IEnumerable<SearchResults> searchResultsPerSegment

                                                                                                                    The ordered list of SearchResults, one per document segment (including possible null values e.g. for masked segments)

                                                                                                                    IEnumerableboolSystem.Collections.Generic.IEnumerable<System.Boolean> searchMask

                                                                                                                    Any mask used when performing the search over document segments

                                                                                                                    FuncSearchResultboolSystem.Func<SearchResult, System.Boolean> predicate

                                                                                                                    the predicate to use

                                                                                                                    intSystem.Int32
                                                                                                                    FuncSearchResultSearchResultSearchResultSystem.Func<SearchResult, SearchResult, SearchResult> GetSearchResultToRemove

                                                                                                                    determines which search result to remove; - null should be passed if neither search result should be removed

                                                                                                                    +null should be passed if neither search result should be removed

                                                                                                                    SearchResultsSearchResultComparerSearchResults.SearchResultComparer disambiguator

                                                                                                                    An optional, caller-defined delegate which will be called - to disambiguate the sort order of two search results in case their sort order is not fully - determined by the normal sort criteria.

                                                                                                                    +to disambiguate the sort order of two search results in case their sort order is not fully +determined by the normal sort criteria.

                                                                                                                    stringSystem.String sortOrder

                                                                                                                    The sort order, in its string representation. If null, - the default sort order will be used.

                                                                                                                    +the default sort order will be used.

                                                                                                                    +

                                                                                                                    Explicit Interface Implementations +

                                                                                                                    + + + +

                                                                                                                    IEnumerable<SearchResult>.GetEnumerator()

                                                                                                                    +

                                                                                                                    Returns an enumerator to iterate through the list of search results.

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    IEnumerator<SearchResult> IEnumerable<SearchResult>.GetEnumerator()
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Returns
                                                                                                                    + + + + + + + + + + + + + +
                                                                                                                    TypeDescription
                                                                                                                    System.Collections.Generic.IEnumerator<SearchResult>
                                                                                                                    + + + +

                                                                                                                    IEnumerable.GetEnumerator()

                                                                                                                    +

                                                                                                                    Returns an enumerator to iterate through the list of search results.

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    IEnumerator IEnumerable.GetEnumerator()
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Returns
                                                                                                                    + + + + + + + + + + + + + +
                                                                                                                    TypeDescription
                                                                                                                    System.Collections.IEnumerator

                                                                                                                    Implements

                                                                                                                    - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                                    - IEnumerable + System.Collections.IEnumerable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.html index e613a1480..857ef0501 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.html @@ -86,20 +86,20 @@

                                                                                                                    Class SearchResultsMerged

                                                                                                                    -

                                                                                                                    Represents a set of results returned by the translation memory after a search operation for a given input (segment/translation unit/string).

                                                                                                                    +

                                                                                                                    Represents a set of results returned by multiple translation memories after a search operation for a given input (segment/translation unit/string).

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SearchResultsMerged
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Collections.Generic.IEnumerable<SearchResult>
                                                                                                                    +
                                                                                                                    System.Collections.IEnumerable
                                                                                                                    Inherited Members
                                                                                                                    @@ -119,19 +119,19 @@
                                                                                                                    Inherited Members
                                                                                                                    SearchResults.Sort(SortSpecification, SearchResults.SearchResultComparer)
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SearchResultsMerged : SearchResults, IEnumerable<SearchResult>, IEnumerable
                                                                                                                    +
                                                                                                                    public class SearchResultsMerged : SearchResults, IEnumerable<SearchResult>, IEnumerable

                                                                                                                    Constructors

                                                                                                                    @@ -267,8 +272,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Dictionary<int, DocumentDetail> DocumentDetails { get; set; }
                                                                                                                    +
                                                                                                                    public Dictionary<int, DocumentDetail> DocumentDetails { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -280,7 +284,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -317,7 +321,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Merge(SearchResults, bool, int)

                                                                                                                    +

                                                                                                                    Merge(SearchResults, Boolean, Int32)

                                                                                                                    Appends addtional search results to the current list of search results. Note that other fields, such as the source tokens or the source word count, are not merged (although they may differ for cross-TM searches).

                                                                                                                    @@ -344,14 +348,14 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -360,10 +364,10 @@
                                                                                                                    Parameters
                                                                                                                    DictionaryintDocumentDetailSystem.Collections.Generic.Dictionary<System.Int32, DocumentDetail>
                                                                                                                    boolSystem.Boolean removeDuplicates

                                                                                                                    If true, a heuristics is applied to remove duplicates. The original - sort order is preserved, but the multiple translations information is re-evaluated.

                                                                                                                    +sort order is preserved, but the multiple translations information is re-evaluated.

                                                                                                                    intSystem.Int32 cascadeEntryIndex

                                                                                                                    corresponds to the search results cascade entry index property

                                                                                                                    Implements

                                                                                                                    - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                                    - IEnumerable + System.Collections.IEnumerable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchSettings.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchSettings.html index 642371dbb..0e0f5925e 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchSettings.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchSettings.html @@ -91,40 +91,39 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SearchSettings
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SearchSettings
                                                                                                                    +
                                                                                                                    public class SearchSettings

                                                                                                                    Constructors

                                                                                                                    @@ -162,7 +161,7 @@
                                                                                                                    Field Value
                                                                                                                    - int + System.Int32 @@ -178,8 +177,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public AdaptiveMachineTranslationLookupMode AdaptiveMachineTranslationLookupMode { get; set; }
                                                                                                                    +
                                                                                                                    public AdaptiveMachineTranslationLookupMode AdaptiveMachineTranslationLookupMode { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -207,8 +205,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool AdvancedTokenizationLegacyScoring { get; set; }
                                                                                                                    +
                                                                                                                    public bool AdvancedTokenizationLegacyScoring { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -220,7 +217,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -238,8 +235,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public AutoLocalizationSettings AutoLocalizationSettings { get; set; }
                                                                                                                    +
                                                                                                                    public AutoLocalizationSettings AutoLocalizationSettings { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -266,8 +262,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool CheckMatchingSublanguages { get; set; }
                                                                                                                    +
                                                                                                                    public bool CheckMatchingSublanguages { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -279,7 +274,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -294,8 +289,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool ComputeTranslationProposal { get; set; }
                                                                                                                    +
                                                                                                                    public bool ComputeTranslationProposal { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -307,7 +301,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -325,8 +319,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public ConfirmationLevel[] ContextConfirmationLevels { get; set; }
                                                                                                                    +
                                                                                                                    public ConfirmationLevel[] ContextConfirmationLevels { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -338,7 +331,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -352,8 +345,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string CurrentStructureContext { get; set; }
                                                                                                                    +
                                                                                                                    public string CurrentStructureContext { get; set; }
                                                                                                                    Property Value
                                                                                                                    ConfirmationLevelConfirmationLevel[]
                                                                                                                    @@ -365,7 +357,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -379,8 +371,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<Filter> Filters { get; set; }
                                                                                                                    +
                                                                                                                    public List<Filter> Filters { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -392,7 +383,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -406,8 +397,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public FilterExpression HardFilter { get; set; }
                                                                                                                    +
                                                                                                                    public FilterExpression HardFilter { get; set; }
                                                                                                                    Property Value
                                                                                                                    ListFilterSystem.Collections.Generic.List<Filter>
                                                                                                                    @@ -445,7 +435,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -459,8 +449,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool IsDocumentSearch { get; set; }
                                                                                                                    +
                                                                                                                    public bool IsDocumentSearch { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -472,7 +461,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -486,8 +475,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public MachineTranslationLookupMode MachineTranslationLookup { get; set; }
                                                                                                                    +
                                                                                                                    public MachineTranslationLookupMode MachineTranslationLookup { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -514,8 +502,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int MaxResults { get; set; }
                                                                                                                    +
                                                                                                                    public int MaxResults { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -527,7 +514,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -543,8 +530,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int MinScore { get; set; }
                                                                                                                    +
                                                                                                                    public int MinScore { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -556,7 +542,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -570,8 +556,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public SearchMode Mode { get; set; }
                                                                                                                    +
                                                                                                                    public SearchMode Mode { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -597,8 +582,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<Penalty> Penalties { get; set; }
                                                                                                                    +
                                                                                                                    public List<Penalty> Penalties { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -610,7 +594,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -625,8 +609,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public IDictionary<string, IList<string>> QuickInsertIds { get; set; }
                                                                                                                    +
                                                                                                                    public IDictionary<string, IList<string>> QuickInsertIds { get; set; }
                                                                                                                    Property Value
                                                                                                                    ListPenaltySystem.Collections.Generic.List<Penalty>
                                                                                                                    @@ -638,7 +621,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -652,8 +635,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public SortSpecification SortSpecification { get; set; }
                                                                                                                    +
                                                                                                                    public SortSpecification SortSpecification { get; set; }
                                                                                                                    Property Value
                                                                                                                    IDictionarystringIListstringSystem.Collections.Generic.IDictionary<System.String, System.Collections.Generic.IList<System.String>>
                                                                                                                    @@ -704,9 +686,9 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    AddPenalty(PenaltyType, int)

                                                                                                                    +

                                                                                                                    AddPenalty(PenaltyType, Int32)

                                                                                                                    Adds the specified penalty to the list of penalties, unless already present (in which -case nothing happens).

                                                                                                                    +case nothing happens).

                                                                                                                    Declaration
                                                                                                                    @@ -730,7 +712,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -740,7 +722,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    FindFilter(string)

                                                                                                                    +

                                                                                                                    FindFilter(String)

                                                                                                                    Attempts to find the filter with the specified name.

                                                                                                                    @@ -759,7 +741,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -830,7 +812,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    RemoveFilter(string)

                                                                                                                    +

                                                                                                                    RemoveFilter(String)

                                                                                                                    Attempts to remove the filter with the specified name.

                                                                                                                    @@ -849,7 +831,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -866,7 +848,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -876,7 +858,7 @@
                                                                                                                    Returns

                                                                                                                    RemovePenalty(PenaltyType)

                                                                                                                    -

                                                                                                                    Removes the specified penalty from the list of penalties, if present (otherwise nothing happens).

                                                                                                                    +

                                                                                                                    Removes the specified penalty from the list of penalties, if present (otherwise nothing happens).

                                                                                                                    Declaration
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.html index cdae2b4e5..fe41444f1 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.html @@ -86,19 +86,20 @@

                                                                                                                    Class SegmentAndSubsegmentSearchResults

                                                                                                                    -

                                                                                                                    Represents a set of results returned by the translation memory after a search operation for a given input (segment/translation unit/string).

                                                                                                                    +

                                                                                                                    Represents a set of results returned by a subsegment translation memory after a search operation for a given input (segment/translation unit/string), +providing both segment-level and subsegment matches.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SegmentAndSubsegmentSearchResults
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Collections.Generic.IEnumerable<SearchResult>
                                                                                                                    +
                                                                                                                    System.Collections.IEnumerable
                                                                                                                    Inherited Members
                                                                                                                    @@ -118,19 +119,19 @@
                                                                                                                    Inherited Members
                                                                                                                    SearchResults.Sort(SortSpecification, SearchResults.SearchResultComparer)
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SegmentAndSubsegmentSearchResults : SearchResults, IEnumerable<SearchResult>, IEnumerable
                                                                                                                    +
                                                                                                                    public class SegmentAndSubsegmentSearchResults : SearchResults, IEnumerable<SearchResult>, IEnumerable

                                                                                                                    Constructors

                                                                                                                    @@ -221,8 +227,7 @@

                                                                                                                    Constructors

                                                                                                                    SegmentAndSubsegmentSearchResults()

                                                                                                                    -

                                                                                                                    Initializes a new instance with default values.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -271,8 +276,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<SubsegmentSearchResults> ResultsPerFragment { get; }
                                                                                                                    +
                                                                                                                    public List<SubsegmentSearchResults> ResultsPerFragment { get; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32 malus

                                                                                                                    The malus (> 0)

                                                                                                                    stringSystem.String filterName

                                                                                                                    The name fo the filter to be found.

                                                                                                                    stringSystem.String filterName

                                                                                                                    The name of the filter to be removed.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the filter has been found and removed; false otherwise.

                                                                                                                    @@ -284,7 +288,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -297,8 +301,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public SubsegmentSearchResultsCollection SubsegmentSearchResultsCollection { get; }
                                                                                                                    +
                                                                                                                    public SubsegmentSearchResultsCollection SubsegmentSearchResultsCollection { get; }
                                                                                                                    Property Value
                                                                                                                    ListSubsegmentSearchResultsSystem.Collections.Generic.List<SubsegmentSearchResults>
                                                                                                                    @@ -317,10 +320,10 @@
                                                                                                                    Property Value

                                                                                                                    Implements

                                                                                                                    - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                                    - IEnumerable + System.Collections.IEnumerable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.html index 294800ea0..788a145d1 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.html @@ -86,25 +86,24 @@

                                                                                                                    Class SegmentAndSubsegmentSearchResultsMerged

                                                                                                                    -

                                                                                                                    Represents a set of results returned by the translation memory after a search operation for a given input (segment/translation unit/string).

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SegmentAndSubsegmentSearchResultsMerged
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Collections.Generic.IEnumerable<SearchResult>
                                                                                                                    +
                                                                                                                    System.Collections.IEnumerable
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -230,8 +235,7 @@

                                                                                                                    Constructors

                                                                                                                    SegmentAndSubsegmentSearchResultsMerged()

                                                                                                                    -

                                                                                                                    Initializes a new instance with default values.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -286,7 +290,7 @@
                                                                                                                    Property Value
                                                                                                                    - ListSubsegmentSearchResultsCollection + System.Collections.Generic.List<SubsegmentSearchResultsCollection> @@ -296,7 +300,7 @@

                                                                                                                    Methods -

                                                                                                                    Merge(SegmentAndSubsegmentSearchResults, bool, int)

                                                                                                                    +

                                                                                                                    Merge(SegmentAndSubsegmentSearchResults, Boolean, Int32)

                                                                                                                    Appends addtional search results to the current list of search results. Note that other fields, such as the source tokens or the source word count, are not merged (although they may differ for cross-TM searches).

                                                                                                                    @@ -323,14 +327,14 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean removeDuplicates

                                                                                                                    If true, a heuristics is applied to remove duplicates. The original - sort order is preserved, but the multiple translations information is re-evaluated.

                                                                                                                    +sort order is preserved, but the multiple translations information is re-evaluated.

                                                                                                                    - int + System.Int32 cascadeEntryIndex

                                                                                                                    corresponds to the search results cascade entry index property

                                                                                                                    @@ -339,10 +343,10 @@
                                                                                                                    Parameters

                                                                                                                    Implements

                                                                                                                    - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                                    - IEnumerable + System.Collections.IEnumerable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.html index 36d107f40..6a3cc3d02 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SegmentSerializer
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -140,7 +140,7 @@

                                                                                                                    Methods -

                                                                                                                    Load(string, byte[], CultureCode)

                                                                                                                    +

                                                                                                                    Load(String, Byte[], CultureCode)

                                                                                                                    Declaration
                                                                                                                    @@ -158,17 +158,17 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String text - byte + System.Byte[] binaryData - CultureCode + Sdl.Core.Globalization.CultureCode culture @@ -192,7 +192,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Save(Segment, List<byte>)

                                                                                                                    +

                                                                                                                    Save(Segment, List<Byte>)

                                                                                                                    Declaration
                                                                                                                    @@ -215,7 +215,7 @@
                                                                                                                    Parameters
                                                                                                                    - Listbyte + System.Collections.Generic.List<System.Byte> binaryData @@ -231,7 +231,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html index b519c87db..fb34f4328 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html @@ -86,13 +86,12 @@

                                                                                                                    Class SinglePicklistFieldValue

                                                                                                                    -

                                                                                                                    Represents a field value, which is a combination of a field name, a field value type, -and the actual field values. This class is abstract.

                                                                                                                    +

                                                                                                                    Represents a single picklist field value.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SinglePicklistFieldValue
                                                                                                                    @@ -102,24 +101,23 @@
                                                                                                                    Inherited Members
                                                                                                                    FieldValue.Name
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SinglePicklistFieldValue : FieldValue
                                                                                                                    +
                                                                                                                    public class SinglePicklistFieldValue : FieldValue

                                                                                                                    Constructors

                                                                                                                    @@ -127,7 +125,7 @@

                                                                                                                    Constructors

                                                                                                                    SinglePicklistFieldValue()

                                                                                                                    -

                                                                                                                    Initializes a new instance with default values. Required for serialization.

                                                                                                                    +

                                                                                                                    Initializes a new instance with default values.

                                                                                                                    Declaration
                                                                                                                    @@ -166,8 +164,8 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SinglePicklistFieldValue(string)

                                                                                                                    -

                                                                                                                    Initializes a new instance with the specified field name.

                                                                                                                    +

                                                                                                                    SinglePicklistFieldValue(String)

                                                                                                                    +

                                                                                                                    Initializes a new instance of the SinglePicklistFieldValue with the specified field name;

                                                                                                                    Declaration
                                                                                                                    @@ -185,7 +183,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name.

                                                                                                                    @@ -195,7 +193,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SinglePicklistFieldValue(string, PicklistItem)

                                                                                                                    +

                                                                                                                    SinglePicklistFieldValue(String, PicklistItem)

                                                                                                                    Initializes a new instance of the SinglePicklistFieldValue with the specified field name and value.

                                                                                                                    @@ -214,7 +212,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name.

                                                                                                                    @@ -238,8 +236,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public PicklistItem Value { get; set; }
                                                                                                                    +
                                                                                                                    public PicklistItem Value { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -260,7 +257,7 @@
                                                                                                                    Property Value

                                                                                                                    ValueType

                                                                                                                    -

                                                                                                                    Gets the field value type.

                                                                                                                    +

                                                                                                                    Gets the field value type. Always returns FieldValueType.SinglePicklist

                                                                                                                    Declaration
                                                                                                                    @@ -290,7 +287,7 @@

                                                                                                                    Methods

                                                                                                                    Add(FieldValue)

                                                                                                                    -

                                                                                                                    Adds another field value to the current value. The other value must be of the same type.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -325,7 +322,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -336,8 +333,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Add(string)

                                                                                                                    -

                                                                                                                    Adds another string to this instance's value list, if this instance is of any of the multiple valued types.

                                                                                                                    +

                                                                                                                    Add(String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -355,7 +352,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -372,19 +369,19 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    boolSystem.Boolean

                                                                                                                    true

                                                                                                                    stringSystem.String s

                                                                                                                    The new value to be added.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    Clear()

                                                                                                                    -

                                                                                                                    Resets this instance to the default value.

                                                                                                                    +

                                                                                                                    See Clear()

                                                                                                                    Declaration
                                                                                                                    @@ -425,8 +422,9 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -443,7 +441,7 @@
                                                                                                                    Parameters
                                                                                                                    - object + System.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    @@ -460,20 +458,21 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)

                                                                                                                    GetHashCode()

                                                                                                                    -
                                                                                                                    System.Object.GetHashCode(object)
                                                                                                                    +
                                                                                                                    System.Object.GetHashCode(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -489,21 +488,18 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()

                                                                                                                    GetValueString()

                                                                                                                    -

                                                                                                                    Compute a string which represents the field value without the field name in a way which -can be reversed through parsing. This should only be used internally by the field expression -parser. UI-level presentation should use the field value's .ToString() method to get the -field value display string.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -520,9 +516,9 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A serialized string representation of the field value, which is suitable for - persisting, and can be parsed through Parse(string).

                                                                                                                    +persisting, and can be parsed through Parse(String).

                                                                                                                    @@ -533,8 +529,7 @@
                                                                                                                    Overrides

                                                                                                                    Merge(FieldValue)

                                                                                                                    -

                                                                                                                    Merges this instance with another field value, which must be of the same -type.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -569,7 +564,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    @@ -580,8 +575,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Parse(string)

                                                                                                                    -

                                                                                                                    Initializes this instance from a string (deserialization).

                                                                                                                    +

                                                                                                                    Parse(String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -599,7 +594,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The string that contains the serialized form.

                                                                                                                    @@ -607,12 +602,12 @@
                                                                                                                    Parameters
                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    Substract(FieldValue)

                                                                                                                    -

                                                                                                                    Substracts a field value from this instance's field value. Both field values must be of the same type.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -647,7 +642,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    @@ -659,7 +654,8 @@
                                                                                                                    Overrides

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -675,14 +671,14 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html index 5d5a78291..14ed3dbf9 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html @@ -86,13 +86,12 @@

                                                                                                                    Class SingleStringFieldValue

                                                                                                                    -

                                                                                                                    Represents a field value, which is a combination of a field name, a field value type, -and the actual field values. This class is abstract.

                                                                                                                    +

                                                                                                                    Represents a single string field value.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SingleStringFieldValue
                                                                                                                    @@ -102,24 +101,23 @@
                                                                                                                    Inherited Members
                                                                                                                    FieldValue.Name
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SingleStringFieldValue : FieldValue
                                                                                                                    +
                                                                                                                    public class SingleStringFieldValue : FieldValue

                                                                                                                    Constructors

                                                                                                                    @@ -127,7 +125,7 @@

                                                                                                                    Constructors

                                                                                                                    SingleStringFieldValue()

                                                                                                                    -

                                                                                                                    Initializes a new instance with default values. Required for serialization.

                                                                                                                    +

                                                                                                                    Initializes a new instance with default values.

                                                                                                                    Declaration
                                                                                                                    @@ -166,8 +164,8 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SingleStringFieldValue(string)

                                                                                                                    -

                                                                                                                    Initializes a new instance with the specified field name.

                                                                                                                    +

                                                                                                                    SingleStringFieldValue(String)

                                                                                                                    +

                                                                                                                    Initializes a new instance of the SingleStringFieldValue class with the specified name.

                                                                                                                    Declaration
                                                                                                                    @@ -185,7 +183,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name.

                                                                                                                    @@ -195,7 +193,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SingleStringFieldValue(string, string)

                                                                                                                    +

                                                                                                                    SingleStringFieldValue(String, String)

                                                                                                                    Initializes a new instance of the SingleStringFieldValue class with the specified name and value.

                                                                                                                    @@ -214,13 +212,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The field name.

                                                                                                                    - string + System.String v

                                                                                                                    The field value.

                                                                                                                    @@ -238,8 +236,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string Value { get; set; }
                                                                                                                    +
                                                                                                                    public string Value { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -251,7 +248,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -260,7 +257,7 @@
                                                                                                                    Property Value

                                                                                                                    ValueType

                                                                                                                    -

                                                                                                                    Gets the field value type.

                                                                                                                    +

                                                                                                                    Gets the field value type. Always returns FieldValueType.SingleString

                                                                                                                    Declaration
                                                                                                                    @@ -290,7 +287,7 @@

                                                                                                                    Methods

                                                                                                                    Add(FieldValue)

                                                                                                                    -

                                                                                                                    Adds another field value to the current value. The other value must be of the same type.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -325,7 +322,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -336,8 +333,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Add(string)

                                                                                                                    -

                                                                                                                    Adds another string to this instance's value list, if this instance is of any of the multiple valued types.

                                                                                                                    +

                                                                                                                    Add(String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -355,7 +352,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -372,19 +369,19 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    boolSystem.Boolean

                                                                                                                    true

                                                                                                                    stringSystem.String s

                                                                                                                    The new value to be added.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    Clear()

                                                                                                                    -

                                                                                                                    Resets this instance to the default value.

                                                                                                                    +

                                                                                                                    See Clear()

                                                                                                                    Declaration
                                                                                                                    @@ -425,8 +422,9 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -443,7 +441,7 @@
                                                                                                                    Parameters
                                                                                                                    - object + System.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    @@ -460,20 +458,21 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)

                                                                                                                    GetHashCode()

                                                                                                                    -
                                                                                                                    System.Object.GetHashCode(object)
                                                                                                                    +
                                                                                                                    System.Object.GetHashCode(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -489,21 +488,18 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()

                                                                                                                    GetValueString()

                                                                                                                    -

                                                                                                                    Compute a string which represents the field value without the field name in a way which -can be reversed through parsing. This should only be used internally by the field expression -parser. UI-level presentation should use the field value's .ToString() method to get the -field value display string.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -520,9 +516,9 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A serialized string representation of the field value, which is suitable for - persisting, and can be parsed through Parse(string).

                                                                                                                    +persisting, and can be parsed through Parse(String).

                                                                                                                    @@ -533,8 +529,7 @@
                                                                                                                    Overrides

                                                                                                                    Merge(FieldValue)

                                                                                                                    -

                                                                                                                    Merges this instance with another field value, which must be of the same -type.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -569,7 +564,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    @@ -580,8 +575,8 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Parse(string)

                                                                                                                    -

                                                                                                                    Initializes this instance from a string (deserialization).

                                                                                                                    +

                                                                                                                    Parse(String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -599,7 +594,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String s

                                                                                                                    The string that contains the serialized form.

                                                                                                                    @@ -607,12 +602,12 @@
                                                                                                                    Parameters
                                                                                                                    Overrides
                                                                                                                    - +

                                                                                                                    Substract(FieldValue)

                                                                                                                    -

                                                                                                                    Substracts a field value from this instance's field value. Both field values must be of the same type.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -647,7 +642,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance was changed, false otherwise.

                                                                                                                    @@ -659,7 +654,8 @@
                                                                                                                    Overrides

                                                                                                                    ToString()

                                                                                                                    - +
                                                                                                                    System.Object.ToString() +
                                                                                                                    Declaration
                                                                                                                    @@ -675,14 +671,14 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representation of the object, for display purposes.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortCriterium.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortCriterium.html index f0def79e0..8608821d4 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortCriterium.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortCriterium.html @@ -91,39 +91,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SortCriterium
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SortCriterium
                                                                                                                    +
                                                                                                                    public class SortCriterium

                                                                                                                    Constructors

                                                                                                                    @@ -141,7 +140,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    SortCriterium(string, SortDirection)

                                                                                                                    +

                                                                                                                    SortCriterium(String, SortDirection)

                                                                                                                    Initializes a new instance of the SortCriterium class with the specified field name and sort direction.

                                                                                                                    @@ -160,7 +159,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fieldName

                                                                                                                    The field name considered for sorting.

                                                                                                                    @@ -184,8 +183,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public SortDirection Direction { get; set; }
                                                                                                                    +
                                                                                                                    public SortDirection Direction { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -211,8 +209,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string FieldName { get; set; }
                                                                                                                    +
                                                                                                                    public string FieldName { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -224,7 +221,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDirection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDirection.html index bdc90da51..c82f47775 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDirection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDirection.html @@ -89,7 +89,7 @@

                                                                                                                    Specifies the sort direction, ascending or descending.

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.html index dd680ca24..8ed1329e4 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.html @@ -90,11 +90,11 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public delegate int SortDisambiguator.Disambiguator(SearchResult a, SearchResult b)
                                                                                                                    +
                                                                                                                    public delegate int Disambiguator(SearchResult a, SearchResult b);
                                                                                                                    Parameters
                                                                                                                    stringSystem.String
                                                                                                                    @@ -130,7 +130,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -141,12 +141,12 @@

                                                                                                                    Constructors -

                                                                                                                    Disambiguator(object, IntPtr)

                                                                                                                    +

                                                                                                                    Disambiguator(Object, IntPtr)

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public Disambiguator(object @object, IntPtr method)
                                                                                                                    +
                                                                                                                    public Disambiguator(object object, IntPtr method)
                                                                                                                    Parameters
                                                                                                                    intSystem.Int32

                                                                                                                    A value indicating the sort order between the two objects

                                                                                                                    @@ -159,12 +159,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -175,12 +175,12 @@

                                                                                                                    Methods -

                                                                                                                    BeginInvoke(SearchResult, SearchResult, AsyncCallback, object)

                                                                                                                    +

                                                                                                                    BeginInvoke(SearchResult, SearchResult, AsyncCallback, Object)

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public virtual IAsyncResult BeginInvoke(SearchResult a, SearchResult b, AsyncCallback callback, object @object)
                                                                                                                    +
                                                                                                                    public virtual IAsyncResult BeginInvoke(SearchResult a, SearchResult b, AsyncCallback callback, object object)
                                                                                                                    Parameters
                                                                                                                    objectSystem.Object object
                                                                                                                    IntPtrSystem.IntPtr method
                                                                                                                    @@ -203,12 +203,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -224,7 +224,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -250,7 +250,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -266,7 +266,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -313,7 +313,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.html index b4ced0995..52d3d45b6 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.html @@ -92,34 +92,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SortDisambiguator
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -130,8 +130,8 @@

                                                                                                                    Constructors -

                                                                                                                    SortDisambiguator(SortSpecification, Disambiguator)

                                                                                                                    -

                                                                                                                    Disambiguator to identify the sort order, by comparing two search results.

                                                                                                                    +

                                                                                                                    SortDisambiguator(SortSpecification, SortDisambiguator.Disambiguator)

                                                                                                                    +

                                                                                                                    Disambiguator to identify the sort order, by comparing two search results.

                                                                                                                    Declaration
                                                                                                                    @@ -155,10 +155,10 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -168,8 +168,8 @@

                                                                                                                    Methods -

                                                                                                                    Disambiguate(int, SearchResult, SearchResult)

                                                                                                                    -

                                                                                                                    Identifies the sort order, by comparing a against b

                                                                                                                    +

                                                                                                                    Disambiguate(Int32, SearchResult, SearchResult)

                                                                                                                    +

                                                                                                                    Identifies the sort order, by comparing a against b

                                                                                                                    Declaration
                                                                                                                    @@ -187,7 +187,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -216,7 +216,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortSpecification.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortSpecification.html index 8c384e695..1d3629e8b 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortSpecification.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortSpecification.html @@ -103,39 +103,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SortSpecification
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SortSpecification
                                                                                                                    +
                                                                                                                    public class SortSpecification

                                                                                                                    Constructors

                                                                                                                    @@ -153,7 +152,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    SortSpecification(string)

                                                                                                                    +

                                                                                                                    SortSpecification(String)

                                                                                                                    Initializes a new instance of the SortSpecification class from a string.

                                                                                                                    @@ -172,7 +171,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -202,7 +201,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -216,8 +215,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<SortCriterium> Criteria { get; }
                                                                                                                    +
                                                                                                                    public List<SortCriterium> Criteria { get; }
                                                                                                                    Property Value
                                                                                                                    AsyncCallbackSystem.AsyncCallback callback
                                                                                                                    objectSystem.Object object
                                                                                                                    IAsyncResultSystem.IAsyncResult
                                                                                                                    IAsyncResultSystem.IAsyncResult result
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    SortDisambiguatorDisambiguatorSortDisambiguator.Disambiguator disambiguator

                                                                                                                    a disambiguator which is called if the sort criteria - does not sufficiently define the sort order between two search result objects.

                                                                                                                    +does not sufficiently define the sort order between two search result objects.

                                                                                                                    intSystem.Int32 comparisonResult

                                                                                                                    The initial comparison result recovered from the Sorter.

                                                                                                                    intSystem.Int32

                                                                                                                    Less than zero if x is less than y, zero if x equals y, greater than zero if x is greater than y.

                                                                                                                    stringSystem.String sortSpecification

                                                                                                                    The string containing the serialized form of a sort specification.

                                                                                                                    intSystem.Int32
                                                                                                                    @@ -229,7 +227,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -237,7 +235,7 @@
                                                                                                                    Property Value
                                                                                                                    -

                                                                                                                    this[int]

                                                                                                                    +

                                                                                                                    Item[Int32]

                                                                                                                    Gets or sets the criterium at the specified index in the list.

                                                                                                                    @@ -256,7 +254,7 @@
                                                                                                                    Parameters
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Sorter-1.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Sorter-1.html index e60f37dd3..7ce5d654b 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Sorter-1.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Sorter-1.html @@ -90,43 +90,43 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Sorter<T>
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.Collections.Generic.IComparer<T>
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -171,7 +171,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -206,7 +206,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -221,7 +221,7 @@
                                                                                                                    Parameters
                                                                                                                    @@ -273,7 +273,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -281,7 +281,7 @@
                                                                                                                    Returns
                                                                                                                    ListSortCriteriumSystem.Collections.Generic.List<SortCriterium>
                                                                                                                    intSystem.Int32 index

                                                                                                                    The index.

                                                                                                                    IFieldValueComparerIFieldValueComparer<T> comparer

                                                                                                                    The field comparer object used for sorting.

                                                                                                                    IFieldValueComparerIFieldValueComparer<T> comparer

                                                                                                                    The field comparer object used for sorting.

                                                                                                                    SortDisambiguator sortDisambiguator

                                                                                                                    An optional disambiguator which is called if the sort criteria - do not sufficiently define the sort order between two search result objects.

                                                                                                                    +do not sufficiently define the sort order between two search result objects.

                                                                                                                    intSystem.Int32

                                                                                                                    Less than zero if x is less than y, zero if x equals y, greater than zero if x is greater than y.

                                                                                                                    Implements

                                                                                                                    - IComparer<T> + System.Collections.Generic.IComparer<T>
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType.html index b00da2be4..bca2b3364 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType.html @@ -89,12 +89,11 @@

                                                                                                                    Specifies the type of a subsegment match

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public enum SubsegmentMatchType
                                                                                                                    +
                                                                                                                    public enum SubsegmentMatchType

                                                                                                                    Fields

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition.html index 24b051be3..33315ed04 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition.html @@ -89,7 +89,7 @@

                                                                                                                    Specifies the conditions under which subsegment matching should be performed

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.html index 94556548b..9e990e387 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.html @@ -86,13 +86,12 @@

                                                                                                                    Class SubsegmentSearchResult

                                                                                                                    -

                                                                                                                    Encapsulates the result of a search operation, a memory translation unit, -possiby annotated with score, placeables and context information.

                                                                                                                    +

                                                                                                                    Provides details of a subsegment match found for a fragment of the query segment.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SubsegmentSearchResult
                                                                                                                    @@ -126,40 +125,39 @@
                                                                                                                    Inherited Members
                                                                                                                    SearchResult.MetaData
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SubsegmentSearchResult : SearchResult
                                                                                                                    +
                                                                                                                    public class SubsegmentSearchResult : SearchResult

                                                                                                                    Constructors

                                                                                                                    -

                                                                                                                    SubsegmentSearchResult(TranslationUnit, short, short, short, short, short, short, SubsegmentMatchType, string, float)

                                                                                                                    +

                                                                                                                    SubsegmentSearchResult(TranslationUnit, Int16, Int16, Int16, Int16, Int16, Int16, SubsegmentMatchType, String, Single)

                                                                                                                    Initializes a new instance of the SubsegmentSearchResult class.

                                                                                                                    @@ -184,34 +182,34 @@
                                                                                                                    Parameters
                                                                                                                    - short + System.Int16 matchTokenIndex

                                                                                                                    The index of the token in the match segment where the subsegment match fragment starts

                                                                                                                    - short + System.Int16 matchTokenCount

                                                                                                                    The number of tokens in the match

                                                                                                                    - short + System.Int16 queryTokenIndex - short + System.Int16 queryTokenCount - short + System.Int16 translationTokenIndex - short + System.Int16 translationTokenCount @@ -222,12 +220,12 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String translationFeatureString - float + System.Single confidence @@ -255,7 +253,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -280,7 +278,7 @@
                                                                                                                    Property Value
                                                                                                                    - float + System.Single @@ -294,8 +292,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public short MatchTokenCount { get; }
                                                                                                                    +
                                                                                                                    public short MatchTokenCount { get; }
                                                                                                                    Property Value
                                                                                                                    @@ -307,7 +304,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -321,8 +318,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public short MatchTokenIndex { get; }
                                                                                                                    +
                                                                                                                    public short MatchTokenIndex { get; }
                                                                                                                    Property Value
                                                                                                                    shortSystem.Int16
                                                                                                                    @@ -334,7 +330,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -348,8 +344,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public SubsegmentMatchType MatchType { get; }
                                                                                                                    +
                                                                                                                    public SubsegmentMatchType MatchType { get; }
                                                                                                                    Property Value
                                                                                                                    shortSystem.Int16
                                                                                                                    @@ -387,7 +382,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -413,7 +408,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -439,7 +434,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -464,7 +459,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -478,8 +473,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public short TranslationTokenCount { get; }
                                                                                                                    +
                                                                                                                    public short TranslationTokenCount { get; }
                                                                                                                    Property Value
                                                                                                                    shortSystem.Int16
                                                                                                                    shortSystem.Int16
                                                                                                                    intSystem.Int32
                                                                                                                    stringSystem.String
                                                                                                                    @@ -491,7 +485,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -505,8 +499,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public short TranslationTokenIndex { get; }
                                                                                                                    +
                                                                                                                    public short TranslationTokenIndex { get; }
                                                                                                                    Property Value
                                                                                                                    shortSystem.Int16
                                                                                                                    @@ -518,7 +511,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.html index 6f20ba04a..2419b849f 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.html @@ -91,57 +91,56 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SubsegmentSearchResults
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Collections.Generic.IEnumerable<SubsegmentSearchResult>
                                                                                                                    +
                                                                                                                    System.Collections.IEnumerable
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SubsegmentSearchResults : IEnumerable<SubsegmentSearchResult>, IEnumerable
                                                                                                                    +
                                                                                                                    public class SubsegmentSearchResults : IEnumerable<SubsegmentSearchResult>, IEnumerable
                                                                                                                    Remarks

                                                                                                                    Each SubsegmentSearchResults lists the results retrieved and translation proposals generated for - a feature-generating-token fragment query. The individual SubsegmentSearchResult - entries contain information about specifically which tokens in the query they match, some - of which may provide different coverage depending on whether leading/trailing non-feature-generating tokens could be matched.

                                                                                                                    +a feature-generating-token fragment query. The individual SubsegmentSearchResult +entries contain information about specifically which tokens in the query they match, some +of which may provide different coverage depending on whether leading/trailing non-feature-generating tokens could be matched.

                                                                                                                    Constructors

                                                                                                                    -

                                                                                                                    SubsegmentSearchResults(short, short, short)

                                                                                                                    +

                                                                                                                    SubsegmentSearchResults(Int16, Int16, Int16)

                                                                                                                    Initializes a new instance

                                                                                                                    @@ -160,17 +159,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + - + @@ -199,7 +198,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -224,7 +223,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -249,7 +248,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -274,7 +273,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -338,7 +337,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    RemoveAll(Func<SubsegmentSearchResult, bool>)

                                                                                                                    +

                                                                                                                    RemoveAll(Func<SubsegmentSearchResult, Boolean>)

                                                                                                                    Removes all the elements that match the condition defined by the specified predicate

                                                                                                                    @@ -357,7 +356,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -374,17 +373,71 @@
                                                                                                                    Returns
                                                                                                                    - + + + + +
                                                                                                                    shortSystem.Int16
                                                                                                                    shortSystem.Int16 sourceFeatureStartIndex
                                                                                                                    shortSystem.Int16 sourceFeatureCount
                                                                                                                    shortSystem.Int16 significantFeatureCount
                                                                                                                    intSystem.Int32
                                                                                                                    shortSystem.Int16
                                                                                                                    shortSystem.Int16
                                                                                                                    shortSystem.Int16
                                                                                                                    FuncSubsegmentSearchResultboolSystem.Func<SubsegmentSearchResult, System.Boolean> predicate

                                                                                                                    the predicate to use

                                                                                                                    intSystem.Int32
                                                                                                                    +

                                                                                                                    Explicit Interface Implementations +

                                                                                                                    + + + +

                                                                                                                    IEnumerable<SubsegmentSearchResult>.GetEnumerator()

                                                                                                                    +

                                                                                                                    Returns an enumerator to iterate through the list of search results.

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    IEnumerator<SubsegmentSearchResult> IEnumerable<SubsegmentSearchResult>.GetEnumerator()
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Returns
                                                                                                                    + + + + + + + + + + + + + +
                                                                                                                    TypeDescription
                                                                                                                    System.Collections.Generic.IEnumerator<SubsegmentSearchResult>
                                                                                                                    + + + +

                                                                                                                    IEnumerable.GetEnumerator()

                                                                                                                    +

                                                                                                                    Returns an enumerator to iterate through the list of search results.

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    IEnumerator IEnumerable.GetEnumerator()
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Returns
                                                                                                                    + + + + + + + + + +
                                                                                                                    TypeDescription
                                                                                                                    System.Collections.IEnumerator

                                                                                                                    Implements

                                                                                                                    - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                                    - IEnumerable + System.Collections.IEnumerable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.html index a957a868e..727a1d228 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.html @@ -91,39 +91,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SubsegmentSearchResultsCollection
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SubsegmentSearchResultsCollection
                                                                                                                    +
                                                                                                                    public class SubsegmentSearchResultsCollection

                                                                                                                    Constructors

                                                                                                                    @@ -148,8 +147,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<SubsegmentSearchResults> ResultsPerFragment { get; set; }
                                                                                                                    +
                                                                                                                    public List<SubsegmentSearchResults> ResultsPerFragment { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -161,7 +159,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -176,8 +174,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Segment SourceSegment { get; set; }
                                                                                                                    +
                                                                                                                    public Segment SourceSegment { get; set; }
                                                                                                                    Property Value
                                                                                                                    ListSubsegmentSearchResultsSystem.Collections.Generic.List<SubsegmentSearchResults>
                                                                                                                    @@ -202,8 +199,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public List<string> SourceSegmentFeatures { get; set; }
                                                                                                                    +
                                                                                                                    public List<string> SourceSegmentFeatures { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -215,7 +211,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.html index e176f7336..0a20620ca 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.html @@ -86,12 +86,12 @@

                                                                                                                    Class SubsegmentSearchSettings

                                                                                                                    -

                                                                                                                    Represents a set of settings relevant for search opeartions.

                                                                                                                    +

                                                                                                                    Used to specify parameters to apply when subsegment matching

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SubsegmentSearchSettings
                                                                                                                    @@ -104,7 +104,7 @@
                                                                                                                    Inherited Members
                                                                                                                    SearchSettings.FindPenalty(PenaltyType)
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    public class SubsegmentSearchSettings : SearchSettings
                                                                                                                    Remarks
                                                                                                                    -

                                                                                                                    TM-TDB matching (aka 'baseline' subsegment recall) process fragments of the query segment, and for each fragment, - searches for a complete source TU segment matching it. If found, the complete target TU segment is proposed as a - translation of the query fragment. - DTA matching (aka 'full' subsegment recall) process fragments of the query segment, and for each fragment, searches - for a source TU segment that also contains that fragment. If found, it uses additional processing (such as fine-grained - alignment information) to identify a fragment of the target TU segment to propose as a translation of the query fragment. - Each type of matching can be subject to a minimum length of matching fragment. - Because some tokens are essentially valueless for recall (e.g. whitespace, tag tokens), the - length is calculated by counting the number of 'feature tokens' in the fragment (see Sdl.Core.FineGrainedAlignment.Core.SubsegmentUtilities.GetFeatures(System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Tokenization.Token},System.Globalization.CultureInfo,System.Collections.Generic.List{System.Int16}). - In addition, some match fragments may be of no interest for recall if they consist only of - tokens with little translational significance, such as stop words. So, each type of matching can - be further subject to a minimum number of significant feature tokens in a matching fragment (see Sdl.Core.FineGrainedAlignment.Core.SubsegmentUtilities.IsSignificantForRecall(Sdl.LanguagePlatform.Core.Tokenization.Token)).

                                                                                                                    +

                                                                                                                    TM-TDB matching (aka 'baseline' subsegment recall) process fragments of the query segment, and for each fragment, +searches for a complete source TU segment matching it. If found, the complete target TU segment is proposed as a +translation of the query fragment. +DTA matching (aka 'full' subsegment recall) process fragments of the query segment, and for each fragment, searches +for a source TU segment that also contains that fragment. If found, it uses additional processing (such as fine-grained +alignment information) to identify a fragment of the target TU segment to propose as a translation of the query fragment. +Each type of matching can be subject to a minimum length of matching fragment. +Because some tokens are essentially valueless for recall (e.g. whitespace, tag tokens), the +length is calculated by counting the number of 'feature tokens' in the fragment (see Sdl.Core.FineGrainedAlignment.Core.SubsegmentUtilities.GetFeatures(System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Tokenization.Token},System.Globalization.CultureInfo,System.Collections.Generic.List{System.Int16}). +In addition, some match fragments may be of no interest for recall if they consist only of +tokens with little translational significance, such as stop words. So, each type of matching can +be further subject to a minimum number of significant feature tokens in a matching fragment (see Sdl.Core.FineGrainedAlignment.Core.SubsegmentUtilities.IsSignificantForRecall(Sdl.LanguagePlatform.Core.Tokenization.Token)).

                                                                                                                    Constructors

                                                                                                                    @@ -248,7 +248,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -273,7 +273,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -298,7 +298,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -323,7 +323,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -348,7 +348,7 @@
                                                                                                                    Field Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFields.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFields.html index e00cf68e0..9d7545185 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFields.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFields.html @@ -91,39 +91,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SystemFields
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class SystemFields
                                                                                                                    +
                                                                                                                    public class SystemFields

                                                                                                                    Constructors

                                                                                                                    @@ -178,8 +177,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public DateTime ChangeDate { get; set; }
                                                                                                                    +
                                                                                                                    public DateTime ChangeDate { get; set; }
                                                                                                                    Property Value
                                                                                                                    ListstringSystem.Collections.Generic.List<System.String>
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    HashSetSubsegmentMatchTypeSystem.Collections.Generic.HashSet<SubsegmentMatchType>
                                                                                                                    @@ -191,7 +189,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -217,7 +215,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -231,8 +229,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string ChangeUser { get; set; }
                                                                                                                    +
                                                                                                                    public string ChangeUser { get; set; }
                                                                                                                    Property Value
                                                                                                                    DateTimeSystem.DateTime
                                                                                                                    stringSystem.String
                                                                                                                    @@ -244,7 +241,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -258,8 +255,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public DateTime CreationDate { get; set; }
                                                                                                                    +
                                                                                                                    public DateTime CreationDate { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -271,7 +267,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -297,7 +293,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -311,8 +307,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string CreationUser { get; set; }
                                                                                                                    +
                                                                                                                    public string CreationUser { get; set; }
                                                                                                                    Property Value
                                                                                                                    DateTimeSystem.DateTime
                                                                                                                    stringSystem.String
                                                                                                                    @@ -324,7 +319,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -338,8 +333,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int UseCount { get; set; }
                                                                                                                    +
                                                                                                                    public int UseCount { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -351,7 +345,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -365,8 +359,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public DateTime UseDate { get; set; }
                                                                                                                    +
                                                                                                                    public DateTime UseDate { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -378,7 +371,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -404,7 +397,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -418,8 +411,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string UseUser { get; set; }
                                                                                                                    +
                                                                                                                    public string UseUser { get; set; }
                                                                                                                    Property Value
                                                                                                                    DateTimeSystem.DateTime
                                                                                                                    stringSystem.String
                                                                                                                    @@ -431,7 +423,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFieldsKeys.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFieldsKeys.html index bb63d35b5..f0c6adca3 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFieldsKeys.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFieldsKeys.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SystemFieldsKeys
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -145,7 +145,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -169,7 +169,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -193,7 +193,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -217,7 +217,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -241,7 +241,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -265,7 +265,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -289,7 +289,7 @@
                                                                                                                    Field Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.html index ad41e178e..c004d61bd 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SystemFieldsParameters
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -157,7 +157,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -182,7 +182,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -207,7 +207,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -232,7 +232,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -257,7 +257,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -282,7 +282,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -307,7 +307,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TextContextMatch.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TextContextMatch.html index ffa6c45eb..e37c58e7c 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TextContextMatch.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TextContextMatch.html @@ -89,7 +89,7 @@

                                                                                                                    Specifies the type of a context match.

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType.html index 2a78b7643..bc5fc4cd8 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType.html @@ -89,7 +89,7 @@

                                                                                                                    Indicates what kind of text context match a TM will use

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.html index 7cabd45c3..a4cc3abc8 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.html @@ -92,7 +92,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationMemoryIterator
                                                                                                                    @@ -100,35 +100,32 @@
                                                                                                                    Inheritance
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -[KnownType(typeof(RegularIterator))]
                                                                                                                    -[KnownType(typeof(DuplicateIterator))]
                                                                                                                    -public abstract class TranslationMemoryIterator
                                                                                                                    +
                                                                                                                    public abstract class TranslationMemoryIterator

                                                                                                                    Constructors

                                                                                                                    @@ -146,7 +143,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    TranslationMemoryIterator(int)

                                                                                                                    +

                                                                                                                    TranslationMemoryIterator(Int32)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -165,7 +162,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -184,8 +181,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public FilterExpression Filter { get; set; }
                                                                                                                    +
                                                                                                                    public FilterExpression Filter { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    DateTimeSystem.Nullable<System.DateTime>
                                                                                                                    stringSystem.String
                                                                                                                    DateTimeSystem.Nullable<System.DateTime>
                                                                                                                    stringSystem.String
                                                                                                                    intSystem.Nullable<System.Int32>
                                                                                                                    DateTimeSystem.Nullable<System.DateTime>
                                                                                                                    stringSystem.String
                                                                                                                    intSystem.Int32 maxCount

                                                                                                                    The maximum number of TUs to return in one iteration roundtrip

                                                                                                                    @@ -211,8 +207,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public bool Forward { get; set; }
                                                                                                                    +
                                                                                                                    public bool Forward { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -224,7 +219,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -239,8 +234,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int MaxCount { get; set; }
                                                                                                                    +
                                                                                                                    public int MaxCount { get; set; }
                                                                                                                    Property Value
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -252,7 +246,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -264,7 +258,7 @@

                                                                                                                    Gets or sets the maximum number of translation units that this iterator will retrieve from the TM in one step. If 0, the number will be unlimited. Note that while MaxCount limits the number of TUs returned to the caller, MaxScan limits the number of TUs retrieved from -the storage. This facilitates cancellation and progress reporting in cases where the iterator's filter +the storage. This facilitates cancellation and progress reporting in cases where the iterator's filter conditions require many (or all) TUs retrieved from the storage to fill the result set.

                                                                                                                    Since TUs are retrieved from storage in batches of size MaxCount, the number of scanned @@ -274,8 +268,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int MaxScan { get; set; }
                                                                                                                    +
                                                                                                                    public int MaxScan { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -287,7 +280,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -301,8 +294,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int ProcessedTranslationUnits { get; set; }
                                                                                                                    +
                                                                                                                    public int ProcessedTranslationUnits { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -314,7 +306,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -328,8 +320,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int ScannedTranslationUnits { get; set; }
                                                                                                                    +
                                                                                                                    public int ScannedTranslationUnits { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -341,7 +332,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.html index dde70b354..007068001 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationMemoryProgress
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -157,7 +157,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -182,7 +182,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -207,7 +207,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -232,7 +232,7 @@
                                                                                                                    Field Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html index bb53f6820..30fc5065c 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html @@ -93,7 +93,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationUnit
                                                                                                                    @@ -107,33 +107,32 @@

                                                                                                                    Inherited Members
                                                                                                                    PersistentObject.ResourceId
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class TranslationUnit : PersistentObject, ITypedKeyValueContainer
                                                                                                                    +
                                                                                                                    public class TranslationUnit : PersistentObject, ITypedKeyValueContainer

                                                                                                                    Constructors

                                                                                                                    @@ -141,7 +140,8 @@

                                                                                                                    Constructors

                                                                                                                    TranslationUnit()

                                                                                                                    -

                                                                                                                    Initializes a new instance with an empty resource token.

                                                                                                                    +

                                                                                                                    Initializes a new instance of the TranslationUnit class. The system fields are initialized to their default values, +the user defined fields as well as the context list are initialized to empty lists.

                                                                                                                    Declaration
                                                                                                                    @@ -217,15 +217,13 @@

                                                                                                                    Properties

                                                                                                                    - -

                                                                                                                    AlignModelDate

                                                                                                                    -

                                                                                                                    The build DateTime of the translation model used to align content in this TU.

                                                                                                                    -
                                                                                                                    + +

                                                                                                                    AlignmentData

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public DateTime? AlignModelDate { get; set; }
                                                                                                                    +
                                                                                                                    public LiftAlignedSpanPairSet AlignmentData { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -237,21 +235,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    DateTimeSdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPairSet
                                                                                                                    - -

                                                                                                                    AlignmentData

                                                                                                                    -
                                                                                                                    + +

                                                                                                                    AlignModelDate

                                                                                                                    +

                                                                                                                    The build DateTime of the translation model used to align content in this TU.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public LiftAlignedSpanPairSet AlignmentData { get; set; }
                                                                                                                    +
                                                                                                                    public DateTime? AlignModelDate { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -263,7 +261,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -277,8 +275,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public ConfirmationLevel ConfirmationLevel { get; set; }
                                                                                                                    +
                                                                                                                    public ConfirmationLevel ConfirmationLevel { get; set; }
                                                                                                                    Property Value
                                                                                                                    Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPairSetSystem.Nullable<System.DateTime>
                                                                                                                    @@ -304,8 +301,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public TuContexts Contexts { get; set; }
                                                                                                                    +
                                                                                                                    public TuContexts Contexts { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -331,8 +327,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [IgnoreDataMember]
                                                                                                                    -public IDocumentProperties DocumentProperties { get; set; }
                                                                                                                    +
                                                                                                                    public IDocumentProperties DocumentProperties { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -359,8 +354,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [IgnoreDataMember]
                                                                                                                    -public ISegmentPair DocumentSegmentPair { get; set; }
                                                                                                                    +
                                                                                                                    public ISegmentPair DocumentSegmentPair { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -386,8 +380,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public FieldValues FieldValues { get; set; }
                                                                                                                    +
                                                                                                                    public FieldValues FieldValues { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -408,13 +401,12 @@
                                                                                                                    Property Value

                                                                                                                    FileId

                                                                                                                    -

                                                                                                                    FileId of the bcm document file that holds the segmentPair that generated this translationUnit

                                                                                                                    +

                                                                                                                    FileId of the bcm document file that holds the segmentPair that generated this translationUnit

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string FileId { get; set; }
                                                                                                                    +
                                                                                                                    public string FileId { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -426,7 +418,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -435,13 +427,12 @@
                                                                                                                    Property Value

                                                                                                                    FileProperties

                                                                                                                    -

                                                                                                                    Gets or set the file properties

                                                                                                                    +

                                                                                                                    Gets or set the file properties

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [IgnoreDataMember]
                                                                                                                    -public IFileProperties FileProperties { get; set; }
                                                                                                                    +
                                                                                                                    public IFileProperties FileProperties { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -467,8 +458,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public TranslationUnitFormat Format { get; set; }
                                                                                                                    +
                                                                                                                    public TranslationUnitFormat Format { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -494,8 +484,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public TuIdContexts IdContexts { get; set; }
                                                                                                                    +
                                                                                                                    public TuIdContexts IdContexts { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -516,15 +505,14 @@
                                                                                                                    Property Value

                                                                                                                    InsertDate

                                                                                                                    -

                                                                                                                    The DateTime used to determine whether this TU is 'postdated' compared to a translation model. -This is usually the time at which the TU was added, unless it's "cloned" from an earlier TU, +

                                                                                                                    The DateTime used to determine whether this TU is 'postdated' compared to a translation model. +This is usually the time at which the TU was added, unless it's "cloned" from an earlier TU, e.g. in an UpdateTranslationUnits flow that does not change segment content.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public DateTime? InsertDate { get; set; }
                                                                                                                    +
                                                                                                                    public DateTime? InsertDate { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -536,7 +524,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -550,8 +538,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public TranslationUnitOrigin Origin { get; set; }
                                                                                                                    +
                                                                                                                    public TranslationUnitOrigin Origin { get; set; }
                                                                                                                    Property Value
                                                                                                                    DateTimeSystem.Nullable<System.DateTime>
                                                                                                                    @@ -577,8 +564,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public string OriginSystem { get; set; }
                                                                                                                    +
                                                                                                                    public string OriginSystem { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -590,7 +576,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -604,8 +590,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Segment SourceSegment { get; set; }
                                                                                                                    +
                                                                                                                    public Segment SourceSegment { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -632,8 +617,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [IgnoreDataMember]
                                                                                                                    -public string[] StructureContexts { get; set; }
                                                                                                                    +
                                                                                                                    public string[] StructureContexts { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -645,14 +629,14 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String[]
                                                                                                                    Remarks

                                                                                                                    This setting is stored as a multiple string field value with name "StructureContext" in the FieldValues - collection.

                                                                                                                    +collection.

                                                                                                                    @@ -663,8 +647,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public SystemFields SystemFields { get; set; }
                                                                                                                    +
                                                                                                                    public SystemFields SystemFields { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -690,8 +673,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Segment TargetSegment { get; set; }
                                                                                                                    +
                                                                                                                    public Segment TargetSegment { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -743,7 +725,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -770,7 +752,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -796,7 +778,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -822,7 +804,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -831,7 +813,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ContainsQuickInsertId(SearchSettings, string)

                                                                                                                    +

                                                                                                                    ContainsQuickInsertId(SearchSettings, String)

                                                                                                                    Returs true if the quickInsertId is supported/allowed for this tu

                                                                                                                    @@ -855,7 +837,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -871,7 +853,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -880,7 +862,7 @@
                                                                                                                    Returns

                                                                                                                    DeleteTags()

                                                                                                                    -

                                                                                                                    Deletes all tags from the TU's segments but keeps text placeholders (and locked content tags).

                                                                                                                    +

                                                                                                                    Deletes all tags from the TU's segments but keeps text placeholders (and locked content tags).

                                                                                                                    Declaration
                                                                                                                    @@ -890,8 +872,8 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    DeleteTags(DeleteTagsAction)

                                                                                                                    -

                                                                                                                    Deletes all tags from the TU's segments and performs the specified Segment.DeleteTagsAction on text placeholders +

                                                                                                                    DeleteTags(Segment.DeleteTagsAction)

                                                                                                                    +

                                                                                                                    Deletes all tags from the TU's segments and performs the specified Segment.DeleteTagsAction on text placeholders and locked content.

                                                                                                                    @@ -910,7 +892,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1015,7 +997,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1042,7 +1024,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1069,7 +1051,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1112,7 +1094,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1120,7 +1102,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetSystemFieldType(string)

                                                                                                                    +

                                                                                                                    GetSystemFieldType(String)

                                                                                                                    Returns the field value type for known system and pseudo fields.

                                                                                                                    @@ -1139,7 +1121,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1158,7 +1140,7 @@
                                                                                                                    Returns
                                                                                                                    @@ -1166,9 +1148,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetType(string)

                                                                                                                    -

                                                                                                                    Returns the type of the field with name "fieldName". If the object does not have a value for that field, -returns FieldValueType.Unknown.

                                                                                                                    +

                                                                                                                    GetType(String)

                                                                                                                    +

                                                                                                                    Retrieves the type of the specified field.

                                                                                                                    Declaration
                                                                                                                    @@ -1186,7 +1167,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1204,7 +1185,7 @@
                                                                                                                    Returns
                                                                                                                    - @@ -1212,8 +1193,13 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetValue(string)

                                                                                                                    -

                                                                                                                    Returns the value of field with name "fieldName". The return value can be any field type.

                                                                                                                    +

                                                                                                                    GetValue(String)

                                                                                                                    +

                                                                                                                    Retrieves the value of a specified field from this translation unit. +

                                                                                                                    The system fields can be retrieved using the following names:

                                                                                                                    +
                                                                                                                    TaskSystem.Threading.Tasks.Task
                                                                                                                    TaskSystem.Threading.Tasks.Task
                                                                                                                    ListPlaceableSystem.Collections.Generic.List<Placeable>
                                                                                                                    TaskListPlaceableSystem.Threading.Tasks.Task<System.Collections.Generic.List<Placeable>>

                                                                                                                    A list of placeables

                                                                                                                    stringSystem.String quickInsertId
                                                                                                                    boolSystem.Boolean
                                                                                                                    SegmentDeleteTagsActionSegment.DeleteTagsAction action
                                                                                                                    boolSystem.Boolean

                                                                                                                    True if alignment data was created, false otherwise (AlignmentData != null, or segment tokens not available)

                                                                                                                    TaskboolSystem.Threading.Tasks.Task<System.Boolean>

                                                                                                                    True if alignment data was created, false otherwise (AlignmentData != null, or segment tokens not available)

                                                                                                                    intSystem.Int32
                                                                                                                    IListstringSystem.Collections.Generic.IList<System.String>
                                                                                                                    stringSystem.String fieldName

                                                                                                                    The field name.

                                                                                                                    FieldValueType

                                                                                                                    The field type, or FieldValueType.Unknown if the - field is not a known system or pseudo field.

                                                                                                                    +field is not a known system or pseudo field.

                                                                                                                    stringSystem.String fieldName

                                                                                                                    The field name.

                                                                                                                    FieldValueType

                                                                                                                    The type of that field, or FieldValueType.Unknown if it doesn't exist.

                                                                                                                    +

                                                                                                                    The corresponding type or Unknown if a field with such name does not exist.

                                                                                                                    NameCorresponding System Field
                                                                                                                    chdChange date
                                                                                                                    chuChange user
                                                                                                                    usdLast used date
                                                                                                                    usuLast used user
                                                                                                                    uscUsage counter
                                                                                                                    crdCreation date
                                                                                                                    cruCreation user
                                                                                                                    +

                                                                                                                    Pseudo-fields contain values that are not saved as separate field values, but can be computed from the existing +information in a translatin unit. The available pseudo-fields are:

                                                                                                                    +
                                                                                                                    NameCorresponding Pseudo-field
                                                                                                                    srcSource segment (including tags).
                                                                                                                    trgTarget segment (including tags)
                                                                                                                    sourceplainlengthThe length of the plain text in the source segment (without tags)
                                                                                                                    targetplainlengthThe length of the plain text in the target segment (without tags)

                                                                                                                    Declaration
                                                                                                                    @@ -1231,7 +1217,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fieldName

                                                                                                                    The field name.

                                                                                                                    @@ -1249,7 +1235,7 @@
                                                                                                                    Returns
                                                                                                                    FieldValue -

                                                                                                                    The value of the field, or null if not defined.

                                                                                                                    +

                                                                                                                    The corresponding field value or null if such a field does not exist.

                                                                                                                    @@ -1257,8 +1243,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetValue(string, FieldValueType)

                                                                                                                    -

                                                                                                                    Returns the value of field with name "fieldName", given the field value type t.

                                                                                                                    +

                                                                                                                    GetValue(String, FieldValueType)

                                                                                                                    +

                                                                                                                    Retrieves the field value with the specified type from this translation unit.

                                                                                                                    Declaration
                                                                                                                    @@ -1276,15 +1262,15 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fieldName -

                                                                                                                    The field name

                                                                                                                    +

                                                                                                                    The field name.

                                                                                                                    FieldValueType t -

                                                                                                                    The field type to return the value for.

                                                                                                                    +

                                                                                                                    The field type.

                                                                                                                    @@ -1300,7 +1286,8 @@
                                                                                                                    Returns
                                                                                                                    FieldValue -

                                                                                                                    null if no value is defined. Throws exception if value is of a different type.

                                                                                                                    +

                                                                                                                    The corresponding field value, null if a field with the specified name does not exist or an error if the type +does not match the result.

                                                                                                                    @@ -1308,7 +1295,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsStandardFieldName(string)

                                                                                                                    +

                                                                                                                    IsStandardFieldName(String)

                                                                                                                    Returns true if the name matches one of the built-in field names

                                                                                                                    @@ -1327,7 +1314,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name @@ -1343,7 +1330,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -1369,7 +1356,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -1377,7 +1364,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SetValue(FieldValue, bool)

                                                                                                                    +

                                                                                                                    SetValue(FieldValue, Boolean)

                                                                                                                    Sets the value of the specified field, which can be a system field or a user field. Pseudo fields (such as src, trg, soruceplainlength, etc.) can not be set.

                                                                                                                    Exceptions will be thrown if the field types are incompatible.

                                                                                                                    @@ -1404,10 +1391,10 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean addIfMissing

                                                                                                                    If true, a new field value is added to the current - list of values if no previous value is present.

                                                                                                                    +list of values if no previous value is present.

                                                                                                                    @@ -1416,7 +1403,7 @@
                                                                                                                    Parameters

                                                                                                                    Trim()

                                                                                                                    -

                                                                                                                    Trims off peripheral whitespace from the TU's segments.

                                                                                                                    +

                                                                                                                    Trims off peripheral whitespace from the TU's segments.

                                                                                                                    Declaration
                                                                                                                    @@ -1453,7 +1440,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Validate(ValidationMode)

                                                                                                                    +

                                                                                                                    Validate(Segment.ValidationMode)

                                                                                                                    Performs validation checks on this instance with the specified validation mode.

                                                                                                                    @@ -1472,7 +1459,7 @@
                                                                                                                    Parameters
                                                                                                                    - SegmentValidationMode + Segment.ValidationMode mode diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.html index 4533cf8e9..a32ef02ea 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.html @@ -89,7 +89,7 @@

                                                                                                                    The original format of the Translation Unit, if imported from legacy sources.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -105,9 +105,19 @@

                                                                                                                    Fields + + DejaVu +

                                                                                                                    The translation unit has been imported from a tmx input generated vith DejaVu tool

                                                                                                                    + + IdiomWorldServer

                                                                                                                    The translation unit has been imported from an Idiom WorldServer translation memory.

                                                                                                                    + + + + MemoQ +

                                                                                                                    The translation unit has been imported from a tmx input generated vith DejaVu tool

                                                                                                                    @@ -126,13 +136,17 @@

                                                                                                                    Fields - TradosTTX -

                                                                                                                    The translation unit has been imported from a bilingual TRADOS TTX file.

                                                                                                                    - + TAUSTMV1 + TradosTranslatorsWorkbench -

                                                                                                                    The translation unit has been imported from a Translator's Workbench translation memory.

                                                                                                                    +

                                                                                                                    The translation unit has been imported from a Translator's Workbench translation memory.

                                                                                                                    + + + + TradosTTX +

                                                                                                                    The translation unit has been imported from a bilingual TRADOS TTX file.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitOrigin.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitOrigin.html index e90a2a371..7b1581f2a 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitOrigin.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitOrigin.html @@ -89,7 +89,7 @@

                                                                                                                    Specifies the origin of a translation unit.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContext.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContext.html index 5e4012795..b809942b4 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContext.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContext.html @@ -91,33 +91,32 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TuContext
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class TuContext
                                                                                                                    +
                                                                                                                    public class TuContext

                                                                                                                    Constructors

                                                                                                                    @@ -135,7 +134,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    TuContext(long, long)

                                                                                                                    +

                                                                                                                    TuContext(Int64, Int64)

                                                                                                                    Initializes a new instance of the TuContext class with the specified hash values.

                                                                                                                    @@ -154,13 +153,13 @@
                                                                                                                    Parameters
                                                                                                                    - long + System.Int64 context1

                                                                                                                    The source hash value of the preceding translation unit.

                                                                                                                    - long + System.Int64 context2

                                                                                                                    The target hash value of the preceding translation unit, or the source hash value of the following translation unit.

                                                                                                                    @@ -178,8 +177,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public long Context1 { get; set; }
                                                                                                                    +
                                                                                                                    public long Context1 { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -191,7 +189,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -205,8 +203,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public long Context2 { get; set; }
                                                                                                                    +
                                                                                                                    public long Context2 { get; set; }
                                                                                                                    Property Value
                                                                                                                    longSystem.Int64
                                                                                                                    @@ -218,7 +215,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -232,8 +229,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -[Obsolete]
                                                                                                                    +    
                                                                                                                    [Obsolete]
                                                                                                                     public long LeftSource { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -246,7 +242,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -260,8 +256,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -[Obsolete]
                                                                                                                    +    
                                                                                                                    [Obsolete]
                                                                                                                     public long LeftTarget { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -274,7 +269,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -288,8 +283,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Segment Segment1 { get; set; }
                                                                                                                    +
                                                                                                                    public Segment Segment1 { get; set; }
                                                                                                                    Property Value
                                                                                                                    longSystem.Int64
                                                                                                                    longSystem.Int64
                                                                                                                    longSystem.Int64
                                                                                                                    @@ -315,8 +309,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public Segment Segment2 { get; set; }
                                                                                                                    +
                                                                                                                    public Segment Segment2 { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -338,8 +331,9 @@

                                                                                                                    Methods -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -356,7 +350,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -373,20 +367,20 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)

                                                                                                                    GetHashCode()

                                                                                                                    -

                                                                                                                    Simple hashcode, we don't care that much if there are some conflicts

                                                                                                                    +

                                                                                                                    Simple hashcode, we don't care that much if there are some conflicts

                                                                                                                    Declaration
                                                                                                                    @@ -403,13 +397,13 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContexts.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContexts.html index e6e3d294a..a7494298e 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContexts.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContexts.html @@ -92,39 +92,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TuContexts
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class TuContexts
                                                                                                                    +
                                                                                                                    public class TuContexts

                                                                                                                    Constructors

                                                                                                                    @@ -191,7 +190,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -205,8 +204,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public HashSet<TuContext> Values { get; set; }
                                                                                                                    +
                                                                                                                    public HashSet<TuContext> Values { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -218,7 +216,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -229,7 +227,7 @@

                                                                                                                    Methods

                                                                                                                    Add(TuContext)

                                                                                                                    -

                                                                                                                    Adds a new context to the list, if it isn't already there.

                                                                                                                    +

                                                                                                                    Adds a new context to the list, if it isn't already there.

                                                                                                                    Declaration
                                                                                                                    @@ -264,7 +262,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -321,7 +319,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -367,7 +365,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -424,7 +422,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -469,7 +467,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -514,7 +512,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -524,7 +522,7 @@
                                                                                                                    Returns

                                                                                                                    Merge(TuContext)

                                                                                                                    -

                                                                                                                    Adds an element to the list if it doesn't already exist.

                                                                                                                    +

                                                                                                                    Adds an element to the list if it doesn't already exist.

                                                                                                                    Declaration
                                                                                                                    @@ -559,7 +557,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -569,7 +567,7 @@
                                                                                                                    Returns

                                                                                                                    Merge(TuContexts)

                                                                                                                    -

                                                                                                                    Adds the elements of another instance to the list of this instance if they don't already exist in the collection.

                                                                                                                    +

                                                                                                                    Adds the elements of another instance to the list of this instance if they don't already exist in the collection.

                                                                                                                    Declaration
                                                                                                                    @@ -604,7 +602,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -614,7 +612,7 @@
                                                                                                                    Returns

                                                                                                                    Merge(IEnumerable<TuContext>)

                                                                                                                    -

                                                                                                                    Adds a collection of contexts to this instance if they don't already exist in the collection.

                                                                                                                    +

                                                                                                                    Adds a collection of contexts to this instance if they don't already exist in the collection.

                                                                                                                    Declaration
                                                                                                                    @@ -632,7 +630,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -649,7 +647,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html index a3d994eb8..158eb286e 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html @@ -92,39 +92,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TuIdContexts
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class TuIdContexts
                                                                                                                    +
                                                                                                                    public class TuIdContexts

                                                                                                                    Constructors

                                                                                                                    @@ -191,7 +190,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -205,8 +204,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public HashSet<string> Values { get; set; }
                                                                                                                    +
                                                                                                                    public HashSet<string> Values { get; set; }
                                                                                                                    Property Value
                                                                                                                    HashSetTuContextSystem.Collections.Generic.HashSet<TuContext>
                                                                                                                    boolSystem.Boolean

                                                                                                                    true if newVal was added, false if it was already in the list.

                                                                                                                    IEnumerableTuContextSystem.Collections.Generic.IEnumerable<TuContext> values

                                                                                                                    The context collection.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance was changed, otherwise false.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the two objects represent the same collection of contexts, otherwise false.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if it is already in the list, otherwise false.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance contains all the contexts from other, otherwise false.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if value was added, otherwise false.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance was changed, otherwise false.

                                                                                                                    IEnumerableTuContextSystem.Collections.Generic.IEnumerable<TuContext> values

                                                                                                                    The collection of contexts to be added.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance was changed, otherwise false.

                                                                                                                    intSystem.Int32
                                                                                                                    @@ -218,7 +216,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -228,8 +226,8 @@

                                                                                                                    Methods -

                                                                                                                    Add(string)

                                                                                                                    -

                                                                                                                    Adds a new context to the list, if it isn't already there.

                                                                                                                    +

                                                                                                                    Add(String)

                                                                                                                    +

                                                                                                                    Adds a new context to the list, if it isn't already there.

                                                                                                                    Declaration
                                                                                                                    @@ -247,7 +245,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -264,7 +262,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -302,7 +300,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    AddRange(IEnumerable<string>)

                                                                                                                    +

                                                                                                                    AddRange(IEnumerable<String>)

                                                                                                                    Adds a collection of contexts to this instance without checking for duplicates.

                                                                                                                    @@ -321,7 +319,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -367,7 +365,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -424,7 +422,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -433,7 +431,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    HasValue(string)

                                                                                                                    +

                                                                                                                    HasValue(String)

                                                                                                                    Determines whether a context is already in the list.

                                                                                                                    @@ -452,7 +450,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -469,7 +467,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -514,7 +512,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -524,7 +522,7 @@
                                                                                                                    Returns

                                                                                                                    Merge(TuIdContexts)

                                                                                                                    -

                                                                                                                    Adds the elements of another instance to the list of this instance if they don't already exist in the collection.

                                                                                                                    +

                                                                                                                    Adds the elements of another instance to the list of this instance if they don't already exist in the collection.

                                                                                                                    Declaration
                                                                                                                    @@ -559,7 +557,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -568,8 +566,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Merge(IEnumerable<string>)

                                                                                                                    -

                                                                                                                    Adds a collection of contexts to this instance if they don't already exist in the collection.

                                                                                                                    +

                                                                                                                    Merge(IEnumerable<String>)

                                                                                                                    +

                                                                                                                    Adds a collection of contexts to this instance if they don't already exist in the collection.

                                                                                                                    Declaration
                                                                                                                    @@ -587,7 +585,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -604,7 +602,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -613,8 +611,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Merge(string)

                                                                                                                    -

                                                                                                                    Adds an element to the list if it doesn't already exist.

                                                                                                                    +

                                                                                                                    Merge(String)

                                                                                                                    +

                                                                                                                    Adds an element to the list if it doesn't already exist.

                                                                                                                    Declaration
                                                                                                                    @@ -632,7 +630,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -649,7 +647,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.html index 97faf25c4..9c3ced1fe 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TuLimitsValidatorSettings
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -129,7 +129,7 @@

                                                                                                                    Constructors -

                                                                                                                    TuLimitsValidatorSettings(int?, int?)

                                                                                                                    +

                                                                                                                    TuLimitsValidatorSettings(Nullable<Int32>, Nullable<Int32>)

                                                                                                                    Initializes a new instance.

                                                                                                                    @@ -148,13 +148,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -184,7 +184,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -210,7 +210,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Utilities.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Utilities.html index fe50ac19d..84aac200d 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Utilities.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Utilities.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Utilities
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -130,7 +130,7 @@

                                                                                                                    Methods

                                                                                                                    VerifyLanguageDirectionCompatibility(LanguagePair, LanguagePair, ICultureMetadataManager)

                                                                                                                    -

                                                                                                                    Determines whether two language directions are compatible.

                                                                                                                    +

                                                                                                                    Determines whether two language directions are compatible.

                                                                                                                    Declaration
                                                                                                                    @@ -160,7 +160,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -176,7 +176,7 @@
                                                                                                                    Returns
                                                                                                                    - + - + @@ -167,7 +167,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -194,7 +194,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -206,7 +206,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -222,7 +222,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounts.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounts.html index a135d8a8e..a3bc48764 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounts.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounts.html @@ -91,39 +91,38 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    WordCounts
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [DataContract]
                                                                                                                    -public class WordCounts
                                                                                                                    +
                                                                                                                    public class WordCounts

                                                                                                                    Constructors

                                                                                                                    @@ -193,7 +192,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -222,7 +221,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -232,7 +231,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -241,7 +240,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    WordCounts(IList<Token>, bool, bool, bool, bool)

                                                                                                                    +

                                                                                                                    WordCounts(IList<Token>, Boolean, Boolean, Boolean, Boolean)

                                                                                                                    Initializes a new instance from the values in the provided token collection.

                                                                                                                    • Word and abbreviation tokens increment the character count by the length of the token text and increment the word count by one,
                                                                                                                    • Char sequence tokens (used in far-east tokenization) increment the word and character @@ -264,31 +263,31 @@
                                                                                                                      Parameters
                                                                                                                    - + - + - + - + - + @@ -306,8 +305,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int Characters { get; set; }
                                                                                                                    +
                                                                                                                    public int Characters { get; set; }
                                                                                                                    Property Value
                                                                                                                    HashSetstringSystem.Collections.Generic.HashSet<System.String>
                                                                                                                    stringSystem.String newVal

                                                                                                                    The new context.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if newVal was added, false if it was already in the list.

                                                                                                                    IEnumerablestringSystem.Collections.Generic.IEnumerable<System.String> values

                                                                                                                    The context collection.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance was changed, otherwise false.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the two objects represent the same collection of contexts, otherwise false.

                                                                                                                    stringSystem.String val

                                                                                                                    The context.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if it is already in the list, otherwise false.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance contains all the contexts from other, otherwise false.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance was changed, otherwise false.

                                                                                                                    IEnumerablestringSystem.Collections.Generic.IEnumerable<System.String> values

                                                                                                                    The collection of contexts to be added.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance was changed, otherwise false.

                                                                                                                    stringSystem.String value

                                                                                                                    The new context.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if value was added, otherwise false.

                                                                                                                    intSystem.Nullable<System.Int32> segmentLengthLimit

                                                                                                                    Maximum length of a TU segment to be considered valid

                                                                                                                    intSystem.Nullable<System.Int32> tagNestingLimit

                                                                                                                    Maximum nesting level of a TU segment to be considered valid

                                                                                                                    intSystem.Nullable<System.Int32>
                                                                                                                    intSystem.Nullable<System.Int32>
                                                                                                                    ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager
                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the source cultures of both language directions are compatible (see AreCompatibleCodesAsync(CultureCode, CultureCode, ICultureMetadataManager)), and the target cultures of both languages are either null or are compatible diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCountFlags.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCountFlags.html index b71e01b00..d9d716772 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCountFlags.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCountFlags.html @@ -89,7 +89,7 @@

                                                                                                                    Flags controlling word count behaviour

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounter.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounter.html index ceef1dac5..16dab82ff 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounter.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounter.html @@ -86,42 +86,42 @@

                                                                                                                    Class WordCounter

                                                                                                                    -

                                                                                                                    Provides WordCounts for a set of tokens, where necessary converting TokenType.Word tokens -for JA/ZH et al back to TokenType.CharSequence to produce 'legacy' results. When creating word counts +

                                                                                                                    Provides WordCounts for a set of tokens, where necessary converting tokens +for JA/ZH et al back to to produce 'legacy' results. When creating word counts for multiple segments, use a single WordCounter object and call GetWordCountsAsync(IList<Token>, WordCountsOptions, CultureCode) repeatedly, to avoid repeated tokenizer creation in those cases.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    WordCounter
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -151,7 +151,7 @@
                                                                                                                    Parameters
                                                                                                                    ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager
                                                                                                                    TaskWordCounterSystem.Threading.Tasks.Task<WordCounter>
                                                                                                                    IListTokenSystem.Collections.Generic.IList<Token> tokens

                                                                                                                    The tokens to analyze

                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode cultureCode
                                                                                                                    TaskWordCountsSystem.Threading.Tasks.Task<WordCounts>
                                                                                                                    IListTokenSystem.Collections.Generic.IList<Token> tokens

                                                                                                                    The token collection

                                                                                                                    IListTokenSystem.Collections.Generic.IList<Token> tokens
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode culture
                                                                                                                    IListTokenSystem.Collections.Generic.IList<Token> tokens

                                                                                                                    The token collection

                                                                                                                    boolSystem.Boolean breakOnHyphen

                                                                                                                    If false, 2 words separated by a hyphen count as 1

                                                                                                                    boolSystem.Boolean breakOnDash

                                                                                                                    If false, 2 words separated by a dash count as 1

                                                                                                                    boolSystem.Boolean breakOnTag

                                                                                                                    If false, 2 words separated by a formatting tag count as 1

                                                                                                                    boolSystem.Boolean breakOnApostrophe

                                                                                                                    If false, 2 words separated by an apostrophe count as 1

                                                                                                                    @@ -319,7 +317,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -345,7 +343,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -359,8 +357,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int Placeables { get; set; }
                                                                                                                    +
                                                                                                                    public int Placeables { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -372,7 +369,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -386,8 +383,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int Segments { get; set; }
                                                                                                                    +
                                                                                                                    public int Segments { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -399,7 +395,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -413,8 +409,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int Tags { get; set; }
                                                                                                                    +
                                                                                                                    public int Tags { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -426,7 +421,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -440,8 +435,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [DataMember]
                                                                                                                    -public int Words { get; set; }
                                                                                                                    +
                                                                                                                    public int Words { get; set; }
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    @@ -453,7 +447,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -511,7 +505,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -521,12 +515,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -542,7 +536,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.html index 18c245c97..a7936a121 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    WordCountsOptions
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemory
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemory
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
                                                                                                                    Syntax
                                                                                                                    @@ -159,7 +159,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -184,7 +184,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -209,7 +209,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -234,7 +234,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -259,7 +259,7 @@
                                                                                                                    Field Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.html index 31cc0877b..32b3a799d 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.html @@ -94,22 +94,24 @@

                                                                                                                    AtomicExpression

                                                                                                                    -

                                                                                                                    Base class for filter expressions. -Expressions can be atomic or composed.

                                                                                                                    +

                                                                                                                    Represents an atomic expression, where a field must be in a specified relationship to a value. +The operands should be initialized before the operator, so that the class can ensure type compatibility.

                                                                                                                    ComposedExpression

                                                                                                                    -

                                                                                                                    Base class for filter expressions. -Expressions can be atomic or composed.

                                                                                                                    +

                                                                                                                    Represents a boolean composed expression. +The operator can be AND, OR and NOT and the operands can be either atomic expressions or other composed expressions.

                                                                                                                    DateTimeFieldValue

                                                                                                                    -

                                                                                                                    Represents a field value, which is a combination of a field name, a field value type, -and the actual field values. This class is abstract.

                                                                                                                    +

                                                                                                                    Represents a DateTime field value.

                                                                                                                    DocumentDetail

                                                                                                                    DuplicateIterator

                                                                                                                    -

                                                                                                                    Base iterator class. Contains the common properties needed for iteration through -a translation memory.

                                                                                                                    +

                                                                                                                    Represents a duplicate translation units search iterator. +

                                                                                                                    After the iterator is created, it is set to start searching from the beginning of the translation memory. +This instance is passed to the API, which modifies it, by annotating the current position reached +and passes it back to the caller, to be used in a subsequent call.

                                                                                                                    +

                                                                                                                    This object should never be modified manually.

                                                                                                                    DuplicateIterator.DuplicateIteratorPosition

                                                                                                                    Represents a position within the translation memory of this iterator.

                                                                                                                    @@ -161,9 +163,7 @@

                                                                                                                    ImportResults

                                                                                                                    -

                                                                                                                    Encapsulates the results of an import process without keeping track of the individual -action taken for each import TU. The ImportResults -give more detail.

                                                                                                                    +

                                                                                                                    Encapsulates the results of an import operation.

                                                                                                                    ImportSettings

                                                                                                                    Represents a group of settings which control the way the import is executed.

                                                                                                                    @@ -174,18 +174,16 @@

                                                                                                                    IntFieldValue

                                                                                                                    -

                                                                                                                    Represents a field value, which is a combination of a field name, a field value type, -and the actual field values. This class is abstract.

                                                                                                                    +

                                                                                                                    Represents an integer field value.

                                                                                                                    LogManager

                                                                                                                    MultiplePicklistFieldValue

                                                                                                                    -

                                                                                                                    Represents a field value, which is a combination of a field name, a field value type, -and the actual field values. This class is abstract.

                                                                                                                    +

                                                                                                                    Represents a multiple picklist field value.

                                                                                                                    MultipleStringFieldValue

                                                                                                                    -

                                                                                                                    Represents a field value, which is a combination of a field name, a field value type, -and the actual field values. This class is abstract.

                                                                                                                    +

                                                                                                                    Represents a multiple string field value. Values are unique, and comparisons are +done case-insensitive.

                                                                                                                    NLogLogger

                                                                                                                    @@ -201,7 +199,7 @@

                                                                                                                    PersistentObject, such as a TM, TU, or Field Declaration.

                                                                                                                    PicklistField

                                                                                                                    -

                                                                                                                    Represents a field declaration.

                                                                                                                    +

                                                                                                                    Represents a field declaration that contains a picklist and whose field values can only be chosen from that picklist.

                                                                                                                    PicklistItem

                                                                                                                    Represents a picklist item in a picklist field declaration.

                                                                                                                    @@ -217,16 +215,17 @@

                                                                                                                    PlaceableAssociation

                                                                                                                    A placeable association is a correspondence between two placeables, one in the source segment, and one in the target segment. Either may be null, but not both at the same -time. If a placeable is null and the other isn't, it means that the respective segment wasn't -available when the placeables were computed, or that no association could be found.

                                                                                                                    +time. If a placeable is null and the other isn't, it means that the respective segment wasn't +available when the placeables were computed, or that no association could be found.

                                                                                                                    PlaceableComputer

                                                                                                                    Provides methods to compute placeables and their alignments from two segments, or from a translation unit.

                                                                                                                    RegularIterator

                                                                                                                    -

                                                                                                                    Base iterator class. Contains the common properties needed for iteration through -a translation memory.

                                                                                                                    +

                                                                                                                    Represents a regular iterator that can retrieve all the translation units from a translation memory page by page. +

                                                                                                                    The iterator can have a filter, in which case it will only return those translation units that match the filter.

                                                                                                                    +

                                                                                                                    The default page for this iterator is 100 translation units.

                                                                                                                    ScoringResult

                                                                                                                    Represents the score for a search result.

                                                                                                                    @@ -245,26 +244,24 @@

                                                                                                                    SearchResultsMerged

                                                                                                                    -

                                                                                                                    Represents a set of results returned by the translation memory after a search operation for a given input (segment/translation unit/string).

                                                                                                                    +

                                                                                                                    Represents a set of results returned by multiple translation memories after a search operation for a given input (segment/translation unit/string).

                                                                                                                    SearchSettings

                                                                                                                    Represents a set of settings relevant for search opeartions.

                                                                                                                    SegmentAndSubsegmentSearchResults

                                                                                                                    -

                                                                                                                    Represents a set of results returned by the translation memory after a search operation for a given input (segment/translation unit/string).

                                                                                                                    +

                                                                                                                    Represents a set of results returned by a subsegment translation memory after a search operation for a given input (segment/translation unit/string), +providing both segment-level and subsegment matches.

                                                                                                                    SegmentAndSubsegmentSearchResultsMerged

                                                                                                                    -

                                                                                                                    Represents a set of results returned by the translation memory after a search operation for a given input (segment/translation unit/string).

                                                                                                                    -
                                                                                                                    +

                                                                                                                    SegmentSerializer

                                                                                                                    SinglePicklistFieldValue

                                                                                                                    -

                                                                                                                    Represents a field value, which is a combination of a field name, a field value type, -and the actual field values. This class is abstract.

                                                                                                                    +

                                                                                                                    Represents a single picklist field value.

                                                                                                                    SingleStringFieldValue

                                                                                                                    -

                                                                                                                    Represents a field value, which is a combination of a field name, a field value type, -and the actual field values. This class is abstract.

                                                                                                                    +

                                                                                                                    Represents a single string field value.

                                                                                                                    SortCriterium

                                                                                                                    Encapsulates a sort criterium.

                                                                                                                    @@ -272,6 +269,13 @@

                                                                                                                    SortDisambiguator

                                                                                                                    Disambiguator to identify the sort order, by comparing two search results.
                                                                                                                    Ambiguation occurs when the match results are qualified as being identical, which would require
                                                                                                                    further elaboration to establish which result is more significant, taking into consideration the presedence of the translation providers, from where the results are derived.

                                                                                                                    +
                                                                                                                    +

                                                                                                                    Sorter<T>

                                                                                                                    +

                                                                                                                    A Sorter<T> implements the generic IComparer<T> interface to compare two +objects of type T, using a caller-supplied sort specification (which includes the fields +to consider during sorting, and the sort direction). A field value resolver then is used +to retrieve, for a specific field, the value of that field in each of the two instaces +which are currently compared.

                                                                                                                    SortSpecification

                                                                                                                    Encapsulates a set of criteria used for sorting translation units. @@ -287,17 +291,9 @@

                                                                                                                    Sorter<T>

                                                                                                                    -

                                                                                                                    A Sorter<T> implements the generic IComparer<T> interface to compare two -objects of type T, using a caller-supplied sort specification (which includes the fields -to consider during sorting, and the sort direction). A field value resolver then is used -to retrieve, for a specific field, the value of that field in each of the two instaces -which are currently compared.

                                                                                                                    SubsegmentSearchResult

                                                                                                                    -

                                                                                                                    Encapsulates the result of a search operation, a memory translation unit, -possiby annotated with score, placeables and context information.

                                                                                                                    +

                                                                                                                    Provides details of a subsegment match found for a fragment of the query segment.

                                                                                                                    SubsegmentSearchResults

                                                                                                                    Represents a set of results returned by the translation memory after a subsegment search operation for a given input (segment/translation unit/string).

                                                                                                                    @@ -306,7 +302,7 @@

                                                                                                                    SubsegmentSearchSettings

                                                                                                                    -

                                                                                                                    Represents a set of settings relevant for search opeartions.

                                                                                                                    +

                                                                                                                    Used to specify parameters to apply when subsegment matching

                                                                                                                    SystemFields

                                                                                                                    Encapsulates the system fields of a translation unit.

                                                                                                                    @@ -345,8 +341,8 @@

                                                                                                                    General utilities.

                                                                                                                    WordCounter

                                                                                                                    -

                                                                                                                    Provides WordCounts for a set of tokens, where necessary converting TokenType.Word tokens -for JA/ZH et al back to TokenType.CharSequence to produce 'legacy' results. When creating word counts +

                                                                                                                    Provides WordCounts for a set of tokens, where necessary converting tokens +for JA/ZH et al back to to produce 'legacy' results. When creating word counts for multiple segments, use a single WordCounter object and call GetWordCountsAsync(IList<Token>, WordCountsOptions, CultureCode) repeatedly, to avoid repeated tokenizer creation in those cases.

                                                                                                                    @@ -374,7 +370,7 @@

                                                                                                                    ILogLogger

                                                                                                                    -

                                                                                                                    IPicklistItem

                                                                                                                    +

                                                                                                                    IPicklistOption

                                                                                                                    PicklistItem, V2 schema.

                                                                                                                    ITypedKeyValueContainer

                                                                                                                    @@ -399,7 +395,7 @@

                                                                                                                    FieldType

                                                                                                                    -

                                                                                                                    The type of a field, i.e. whether it's a user-defined field, a system-defined field, +

                                                                                                                    The type of a field, i.e. whether it's a user-defined field, a system-defined field, a pseudo field, etc.

                                                                                                                    FieldValueType

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.html index a9f982798..6eaa2e6e7 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.html @@ -92,7 +92,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    AbstractLocalTranslationMemory
                                                                                                                    @@ -107,28 +107,28 @@
                                                                                                                    Implements
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -157,7 +157,7 @@
                                                                                                                    Property Value

                                                                                                                    - + @@ -186,7 +186,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -212,7 +212,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -238,7 +238,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -267,7 +267,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -303,20 +303,20 @@
                                                                                                                    Property Value
                                                                                                                    intSystem.Int32
                                                                                                                    IListTokenSystem.Collections.Generic.IList<Token> tokens
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode cultureCode
                                                                                                                    ICultureMetadataManagerSdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager
                                                                                                                    TaskWordCountsSystem.Threading.Tasks.Task<WordCounts>
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    stringSystem.String
                                                                                                                    DateTimeSystem.DateTime
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    DateTimeSystem.Nullable<System.DateTime>
                                                                                                                    Remarks

                                                                                                                    In case this is a server-based translation memory, which is associated with a fields template (see IFieldsTemplate), - this returns a read-only fields collection identical to the template's fields collection. In all other cases, - the field collection returned can be modified. Note that you have to call Save() to persist any changes made to - the fields.

                                                                                                                    +this returns a read-only fields collection identical to the template's fields collection. In all other cases, +the field collection returned can be modified. Note that you have to call Save() to persist any changes made to +the fields.

                                                                                                                    - -

                                                                                                                    FuzzyIndexStatisticsRecomputedAt

                                                                                                                    -

                                                                                                                    Gets the time of the last fuzzy index statistics recomputation of this TM, if available.

                                                                                                                    + +

                                                                                                                    FuzzyIndexes

                                                                                                                    +

                                                                                                                    Gets or sets the set of fuzzy indices defined on this TM.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public DateTime? FuzzyIndexStatisticsRecomputedAt { get; set; }
                                                                                                                    +
                                                                                                                    public FuzzyIndexes FuzzyIndexes { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -328,22 +328,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    DateTimeFuzzyIndexes
                                                                                                                    - -

                                                                                                                    FuzzyIndexStatisticsSize

                                                                                                                    -

                                                                                                                    Gets the size of the TM at the point of the last fuzzy index statistics recomputation, -if available.

                                                                                                                    + +

                                                                                                                    FuzzyIndexStatisticsRecomputedAt

                                                                                                                    +

                                                                                                                    Gets the time of the last fuzzy index statistics recomputation of this TM, if available.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public int? FuzzyIndexStatisticsSize { get; set; }
                                                                                                                    +
                                                                                                                    public DateTime? FuzzyIndexStatisticsRecomputedAt { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -355,21 +354,22 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    intSystem.Nullable<System.DateTime>
                                                                                                                    - -

                                                                                                                    FuzzyIndexTuningSettings

                                                                                                                    -

                                                                                                                    Gets or sets the fuzzy index tuning settings for the TM.

                                                                                                                    + +

                                                                                                                    FuzzyIndexStatisticsSize

                                                                                                                    +

                                                                                                                    Gets the size of the TM at the point of the last fuzzy index statistics recomputation, +if available.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public FuzzyIndexTuningSettings FuzzyIndexTuningSettings { get; set; }
                                                                                                                    +
                                                                                                                    public int? FuzzyIndexStatisticsSize { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -381,21 +381,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    FuzzyIndexTuningSettingsSystem.Nullable<System.Int32>
                                                                                                                    - -

                                                                                                                    FuzzyIndexes

                                                                                                                    -

                                                                                                                    Gets or sets the set of fuzzy indices defined on this TM.

                                                                                                                    + +

                                                                                                                    FuzzyIndexTuningSettings

                                                                                                                    +

                                                                                                                    Gets or sets the fuzzy index tuning settings for the TM.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public FuzzyIndexes FuzzyIndexes { get; set; }
                                                                                                                    +
                                                                                                                    public FuzzyIndexTuningSettings FuzzyIndexTuningSettings { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -407,7 +407,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -416,7 +416,7 @@
                                                                                                                    Property Value

                                                                                                                    IsReadOnly

                                                                                                                    -

                                                                                                                    IsReadOnly.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -433,7 +433,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -492,9 +492,9 @@
                                                                                                                    Property Value
                                                                                                                    FuzzyIndexesFuzzyIndexTuningSettings
                                                                                                                    boolSystem.Boolean
                                                                                                                    Remarks

                                                                                                                    In case this is a server-based translation memory, which is associated with a language resources template (see ILanguageResourcesTemplate), - this returns a read-only language resources collection identical to the template's language resources collection. In all other cases, - the language resources collection returned can be modified. Note that you have to call Save() to persist any changes made to - language resources.

                                                                                                                    +this returns a read-only language resources collection identical to the template's language resources collection. In all other cases, +the language resources collection returned can be modified. Note that you have to call Save() to persist any changes made to +language resources.

                                                                                                                    @@ -517,7 +517,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -598,7 +598,7 @@
                                                                                                                    Property Value
                                                                                                                    - ReadOnlyCollectionLanguagePair + System.Collections.ObjectModel.ReadOnlyCollection<LanguagePair> @@ -624,7 +624,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -650,7 +650,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -676,7 +676,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -702,7 +702,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -728,7 +728,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -754,7 +754,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -780,7 +780,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -806,7 +806,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -832,7 +832,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -858,7 +858,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -884,7 +884,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -910,7 +910,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -919,7 +919,7 @@
                                                                                                                    Property Value

                                                                                                                    SupportsTargetConcordanceSearch

                                                                                                                    -

                                                                                                                    SupportsTargetConcordanceSearch. Returns

                                                                                                                    true
                                                                                                                    +

                                                                                                                    SupportsTargetConcordanceSearch. Returns

                                                                                                                    true
                                                                                                                    if this translation memory has a word-based fuzzy index for the target language (see FuzzyIndexes).

                                                                                                                    @@ -937,7 +937,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -963,7 +963,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -989,7 +989,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -1015,7 +1015,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -1025,7 +1025,8 @@
                                                                                                                    Property Value

                                                                                                                    TranslationMethod

                                                                                                                    +Always returns TranslationMemory +
                                                                                                                    Declaration
                                                                                                                    @@ -1067,7 +1068,7 @@
                                                                                                                    Property Value
                                                                                                                    - Uri + System.Uri @@ -1190,7 +1191,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    The total translation unit count for this TM.

                                                                                                                    @@ -1199,7 +1200,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    HasPermission(string)

                                                                                                                    +

                                                                                                                    HasPermission(String)

                                                                                                                    Checks whether the current user has the specified permission on this translation memory.

                                                                                                                    @@ -1218,7 +1219,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String permission

                                                                                                                    A permission ID. See TranslationMemoryPermissions.

                                                                                                                    @@ -1235,7 +1236,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    True if the user has the speicfied permission for this TM.

                                                                                                                    @@ -1244,7 +1245,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LoadState(string)

                                                                                                                    +

                                                                                                                    LoadState(String)

                                                                                                                    Loads previously serialized state information into this translation provider instance.

                                                                                                                    @@ -1263,10 +1264,10 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String translationProviderState

                                                                                                                    A string representing the state of translation provider that was previously saved - using SerializeState().

                                                                                                                    +using SerializeState().

                                                                                                                    @@ -1341,12 +1342,12 @@
                                                                                                                    Parameters
                                                                                                                    - IProgressTranslationMemoryProgress + System.IProgress<TranslationMemoryProgress> progress - CancellationToken + System.Threading.CancellationToken cancellationToken @@ -1374,9 +1375,9 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representing the state of this translation provider that can later be passed into -the LoadState(string) method to restore the state after creating a new translation provider.

                                                                                                                    +the LoadState(String) method to restore the state after creating a new translation provider.

                                                                                                                    @@ -1406,7 +1407,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -1450,8 +1451,55 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    True if the specified language direction is supported.

                                                                                                                    + + + + +

                                                                                                                    Explicit Interface Implementations +

                                                                                                                    + + + +

                                                                                                                    ITranslationProvider.GetLanguageDirection(LanguagePair)

                                                                                                                    +

                                                                                                                    Gets a translation provider for the specified language direction.

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    ITranslationProviderLanguageDirection ITranslationProvider.GetLanguageDirection(LanguagePair languageDirection)
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Parameters
                                                                                                                    + + + + + + + + + + + + + + + +
                                                                                                                    TypeNameDescription
                                                                                                                    LanguagePairlanguageDirection

                                                                                                                    The language direction.

                                                                                                                    +
                                                                                                                    +
                                                                                                                    Returns
                                                                                                                    + + + + + + + + + + + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.html index a1be7b8fd..b87f4525c 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.html @@ -93,7 +93,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    AbstractMachineTranslationProvider
                                                                                                                    @@ -103,28 +103,28 @@
                                                                                                                    Implements
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -165,7 +165,7 @@
                                                                                                                    Property Value

                                                                                                                    - + @@ -192,7 +192,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -247,7 +247,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -273,7 +273,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -299,7 +299,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -325,7 +325,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -351,7 +351,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -377,7 +377,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -403,7 +403,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -429,7 +429,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -455,7 +455,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -481,7 +481,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -507,7 +507,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -533,7 +533,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -559,7 +559,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -585,7 +585,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -611,7 +611,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -637,7 +637,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -663,7 +663,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -716,7 +716,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -801,7 +801,7 @@
                                                                                                                    -

                                                                                                                    LoadState(string)

                                                                                                                    +

                                                                                                                    LoadState(String)

                                                                                                                    Loads previously serialized state information into this translation provider instance.

                                                                                                                    @@ -820,17 +820,18 @@
                                                                                                                    Parameters
                                                                                                                    - +
                                                                                                                    TypeDescription
                                                                                                                    ITranslationProviderLanguageDirection

                                                                                                                    The language direction matching the given source and target language.

                                                                                                                    boolSystem.Boolean
                                                                                                                    stringSystem.String
                                                                                                                    IListLanguagePairSystem.Collections.Generic.IList<LanguagePair>
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    UriSystem.Uri
                                                                                                                    stringSystem.String translationProviderState

                                                                                                                    A string representing the state of translation provider that was previously saved - using SerializeState().

                                                                                                                    +using SerializeState().

                                                                                                                    Remarks

                                                                                                                    The format of this string can be decided upon by the translation provider implementation.

                                                                                                                    -

                                                                                                                    The default implementation does not load any state.

                                                                                                                    +

                                                                                                                    The default implementation does not load any state.

                                                                                                                    +
                                                                                                                    @@ -865,16 +866,17 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representing the state of this translation provider that can later be passed into -the LoadState(string) method to restore the state after creating a new translation provider.

                                                                                                                    +the LoadState(String) method to restore the state after creating a new translation provider.

                                                                                                                    Remarks

                                                                                                                    The format of this string can be decided upon by the translation provider implementation.

                                                                                                                    -

                                                                                                                    The default implementation just returns null.

                                                                                                                    +

                                                                                                                    The default implementation just returns null.

                                                                                                                    +
                                                                                                                    @@ -914,7 +916,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    True if the specified language direction is supported, and false otherwise.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html index 60fbae71d..e8766d736 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html @@ -93,7 +93,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    AbstractMachineTranslationProviderLanguageDirection
                                                                                                                    @@ -104,28 +104,28 @@
                                                                                                                    Implements
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -191,7 +191,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -243,7 +243,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -269,7 +269,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -295,7 +295,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -321,7 +321,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -357,8 +357,8 @@

                                                                                                                    Methods -

                                                                                                                    AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings)

                                                                                                                    -

                                                                                                                    See AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings). The default implementation +

                                                                                                                    AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings)

                                                                                                                    +

                                                                                                                    See AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings). The default implementation simply returns null.

                                                                                                                    @@ -377,12 +377,12 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits - int + System.Int32[] previousTranslationHashes @@ -403,7 +403,7 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult + ImportResult[] @@ -411,8 +411,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[])

                                                                                                                    -

                                                                                                                    See AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]). The default implementation +

                                                                                                                    AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[])

                                                                                                                    +
                                                                                                                    @@ -431,12 +431,12 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits - int + System.Int32[] previousTranslationHashes @@ -446,7 +446,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean[] mask @@ -462,7 +462,7 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult + ImportResult[] @@ -539,7 +539,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits @@ -560,7 +560,7 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult + ImportResult[] @@ -568,8 +568,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[])

                                                                                                                    -

                                                                                                                    See AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]). The default implementation +

                                                                                                                    AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[])

                                                                                                                    +

                                                                                                                    See AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]). The default implementation simply returns null.

                                                                                                                    @@ -588,7 +588,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits @@ -598,7 +598,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean[] mask @@ -614,7 +614,7 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult + ImportResult[] @@ -696,7 +696,7 @@
                                                                                                                    Returns
                                                                                                                    SearchResult

                                                                                                                    A new search result, which contains a duplicate of the source segment, - and the translation segment. The origin is set to MachineTranslation.

                                                                                                                    +and the translation segment. The origin is set to MachineTranslation.

                                                                                                                    @@ -774,13 +774,13 @@
                                                                                                                    Parameters
                                                                                                                    - IListSegment + System.Collections.Generic.IList<Segment> searchSegments

                                                                                                                    The source segments that have been translated.

                                                                                                                    - IListSegment + System.Collections.Generic.IList<Segment> translations

                                                                                                                    The translations for the search segments.

                                                                                                                    @@ -797,7 +797,7 @@
                                                                                                                    Returns
                                                                                                                    - IListSearchResults + System.Collections.Generic.IList<SearchResults>

                                                                                                                    A list of SearchResults objects representing the results of the translation.

                                                                                                                    @@ -836,7 +836,7 @@
                                                                                                                    Parameters
                                                                                                                    - IListSegment + System.Collections.Generic.IList<Segment> segments

                                                                                                                    The segments to translate (must not be null)

                                                                                                                    @@ -853,9 +853,9 @@
                                                                                                                    Returns
                                                                                                                    - IListSearchResults + System.Collections.Generic.IList<SearchResults>

                                                                                                                    A collection of SearchResults data structures if the translation was - successful, and null otherwise.

                                                                                                                    +successful, and null otherwise.

                                                                                                                    @@ -998,7 +998,7 @@
                                                                                                                    Parameters
                                                                                                                    - Segment + Segment[] segments @@ -1014,7 +1014,7 @@
                                                                                                                    Returns
                                                                                                                    - SearchResults + SearchResults[] @@ -1057,7 +1057,7 @@
                                                                                                                    Parameters
                                                                                                                    - Segment + Segment[] segments @@ -1073,7 +1073,7 @@
                                                                                                                    Returns
                                                                                                                    - SegmentAndSubsegmentSearchResults + SegmentAndSubsegmentSearchResults[] @@ -1081,8 +1081,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchSegmentsMasked(SearchSettings, Segment[], bool[])

                                                                                                                    -

                                                                                                                    See SearchSegmentsMasked(SearchSettings, Segment[], bool[]). The default implementation +

                                                                                                                    SearchSegmentsMasked(SearchSettings, Segment[], Boolean[])

                                                                                                                    +

                                                                                                                    See SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]). The default implementation collects the non-masked segments and calls SearchMultipleSegmentsInternal(SearchSettings, IList<Segment>) to obtain the result.

                                                                                                                    @@ -1107,12 +1107,12 @@
                                                                                                                    Parameters
                                                                                                                    - Segment + Segment[] segments - bool + System.Boolean[] mask @@ -1128,7 +1128,7 @@
                                                                                                                    Returns
                                                                                                                    - SearchResults + SearchResults[] @@ -1136,8 +1136,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[])

                                                                                                                    -

                                                                                                                    See SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[]). The default implementation +

                                                                                                                    SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[])

                                                                                                                    +
                                                                                                                    @@ -1171,12 +1171,12 @@
                                                                                                                    Parameters
                                                                                                                    - Segment + Segment[] segments - bool + System.Boolean[] mask @@ -1192,7 +1192,7 @@
                                                                                                                    Returns
                                                                                                                    - SegmentAndSubsegmentSearchResults + SegmentAndSubsegmentSearchResults[] @@ -1249,7 +1249,7 @@
                                                                                                                    Returns
                                                                                                                    SearchResults

                                                                                                                    A SearchResults data structure if the translation was - successful, and null otherwise.

                                                                                                                    +successful, and null otherwise.

                                                                                                                    @@ -1257,9 +1257,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchText(SearchSettings, string)

                                                                                                                    -

                                                                                                                    See SearchText(SearchSettings, string). The default implementation -creates a new segment from the provided segment and calls +

                                                                                                                    SearchText(SearchSettings, String)

                                                                                                                    +

                                                                                                                    See SearchText(SearchSettings, String). The default implementation +creates a new segment from the provided segment and calls SearchSingleSegmentInternal(SearchSettings, Segment) to obtain the result.

                                                                                                                    @@ -1283,7 +1283,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String segment @@ -1368,7 +1368,7 @@
                                                                                                                    Returns

                                                                                                                    SearchTranslationUnit(SearchSettings, TranslationUnit)

                                                                                                                    See SearchTranslationUnit(SearchSettings, TranslationUnit). The default implementation -returns SearchSegment(SearchSettings, Segment), called for the source segment of translationUnit. +returns SearchSegment(SearchSettings, Segment), called for the source segment of translationUnit.

                                                                                                                    Note that a result is computed and returned although SupportsSearchForTranslationUnits is false by default.

                                                                                                                    @@ -1452,7 +1452,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits @@ -1468,7 +1468,7 @@
                                                                                                                    Returns
                                                                                                                    - SegmentAndSubsegmentSearchResults + SegmentAndSubsegmentSearchResults[] @@ -1502,7 +1502,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits @@ -1518,7 +1518,7 @@
                                                                                                                    Returns
                                                                                                                    - SearchResults + SearchResults[] @@ -1526,8 +1526,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[])

                                                                                                                    -

                                                                                                                    See SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[]). The default implementation +

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[])

                                                                                                                    +
                                                                                                                    @@ -1561,12 +1561,12 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits - bool + System.Boolean[] mask @@ -1582,7 +1582,7 @@
                                                                                                                    Returns
                                                                                                                    - SegmentAndSubsegmentSearchResults + SegmentAndSubsegmentSearchResults[] @@ -1590,10 +1590,10 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[])

                                                                                                                    -

                                                                                                                    See SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]). The default implementation +

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[])

                                                                                                                    +

                                                                                                                    See SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]). The default implementation collects the source segments of the translation units and then calls -SearchSegmentsMasked(SearchSettings, Segment[], bool[]) to obtain the result.

                                                                                                                    +SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) to obtain the result.

                                                                                                                    Declaration
                                                                                                                    @@ -1616,12 +1616,12 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits - bool + System.Boolean[] mask @@ -1637,7 +1637,7 @@
                                                                                                                    Returns
                                                                                                                    - SearchResults + SearchResults[] @@ -1719,7 +1719,7 @@
                                                                                                                    Parameters
                                                                                                                    - Segment + Segment[] segments @@ -1735,7 +1735,7 @@
                                                                                                                    Returns
                                                                                                                    - SubsegmentSearchResultsCollection + SubsegmentSearchResultsCollection[] @@ -1762,7 +1762,7 @@
                                                                                                                    Returns
                                                                                                                    - ListSubsegmentMatchType + System.Collections.Generic.List<SubsegmentMatchType> @@ -1814,7 +1814,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Translate(string)

                                                                                                                    +

                                                                                                                    Translate(String)

                                                                                                                    A convenience method which returns a single translation for the input string, using default settings.

                                                                                                                    @@ -1834,7 +1834,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String text @@ -1850,7 +1850,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String @@ -1922,7 +1922,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits @@ -1938,7 +1938,7 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult + ImportResult[] diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.html index ecd62e02c..4e3eef5ce 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.html @@ -90,87 +90,14 @@

                                                                                                                    Inheritance
                                                                                                                    - - - - -
                                                                                                                    AlignmentTMBilingualProcessor
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    AlignmentTMBilingualProcessor
                                                                                                                    - - -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public class AlignmentTMBilingualProcessor : AbstractBilingualContentProcessor, IBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData, IBilingualContentProcessor, IBilingualContentHandler
                                                                                                                    +
                                                                                                                    public class AlignmentTMBilingualProcessor : AbstractBilingualContentProcessor

                                                                                                                    Constructors

                                                                                                                    @@ -214,7 +141,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    AlignmentTMBilingualProcessor(ITranslationMemory, LanguagePair, ImportSettings, bool)

                                                                                                                    +

                                                                                                                    AlignmentTMBilingualProcessor(ITranslationMemory, LanguagePair, ImportSettings, Boolean)

                                                                                                                    Declaration
                                                                                                                    @@ -247,7 +174,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean useAlignmentMetaData @@ -275,7 +202,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -300,7 +227,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -327,7 +254,7 @@
                                                                                                                    Returns
                                                                                                                    - IEnumerableImportResult + System.Collections.Generic.IEnumerable<ImportResult> @@ -369,30 +296,6 @@
                                                                                                                    Parameters
                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    - -

                                                                                                                    Implements

                                                                                                                    - - - - - - -
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.html index 3692bb198..baaa0bb46 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.html @@ -91,42 +91,10 @@

                                                                                                                    Inheritance
                                                                                                                    - - - -
                                                                                                                    BatchExportedEventArgs
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    BatchExportedEventArgs
                                                                                                                    - -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -137,7 +105,7 @@

                                                                                                                    Constructors -

                                                                                                                    BatchExportedEventArgs(int, int)

                                                                                                                    +

                                                                                                                    BatchExportedEventArgs(Int32, Int32)

                                                                                                                    Instantiates a new event data object.

                                                                                                                    @@ -156,13 +124,13 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 totalProcessed

                                                                                                                    The total number of processed translation units

                                                                                                                    - int + System.Int32 totalExported

                                                                                                                    The total number of exported translation units

                                                                                                                    @@ -194,7 +162,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -222,7 +190,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.html index 08fe31789..c408b61b2 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.html @@ -92,42 +92,10 @@

                                                                                                                    Inheritance
                                                                                                                    - - - -
                                                                                                                    BatchImportedEventArgs
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    BatchImportedEventArgs
                                                                                                                    - -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html index 4fc0d8f71..e2c48b44d 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html @@ -90,44 +90,45 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Cascade<T>
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public class Cascade<T> where T : CascadeEntry
                                                                                                                    +
                                                                                                                    public class Cascade<T>
                                                                                                                    +    where T : CascadeEntry
                                                                                                                    Type Parameters
                                                                                                                    @@ -151,7 +152,7 @@

                                                                                                                    Constructors -

                                                                                                                    Cascade(IEnumerable<T>, bool, bool, CultureCode, CultureCode)

                                                                                                                    +

                                                                                                                    Cascade(IEnumerable<T>, Boolean, Boolean, CultureCode, CultureCode)

                                                                                                                    Constructor that takes the cascade entries, cascade search mode, remove duplicates, source language, and target language.

                                                                                                                    @@ -171,31 +172,31 @@
                                                                                                                    Parameters
                                                                                                                    - + - + - + - + - + @@ -226,7 +227,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -252,7 +253,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -278,7 +279,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -304,7 +305,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -330,7 +331,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -360,7 +361,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -370,8 +371,8 @@

                                                                                                                    Methods -

                                                                                                                    AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings)

                                                                                                                    -

                                                                                                                    Executes AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) on the current translation provider.

                                                                                                                    +

                                                                                                                    AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -389,12 +390,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -415,7 +416,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -423,8 +424,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings, out IEnumerable<CascadeMessage>)

                                                                                                                    -

                                                                                                                    Executes AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) on the current translation provider.

                                                                                                                    +

                                                                                                                    AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings, out IEnumerable<CascadeMessage>)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -442,12 +443,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -457,7 +458,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -473,7 +474,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -481,8 +482,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[])

                                                                                                                    -

                                                                                                                    Executes AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) on the current translation provider.

                                                                                                                    +

                                                                                                                    AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[])

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -500,12 +501,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -515,7 +516,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -531,7 +532,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -539,8 +540,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[], out IEnumerable<CascadeMessage>)

                                                                                                                    -

                                                                                                                    Executes AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) on the current translation provider.

                                                                                                                    +

                                                                                                                    AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[], out IEnumerable<CascadeMessage>)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -558,12 +559,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -573,12 +574,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -594,7 +595,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -679,7 +680,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -722,7 +723,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -743,7 +744,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -770,7 +771,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -780,7 +781,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -796,7 +797,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -804,8 +805,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[])

                                                                                                                    -

                                                                                                                    Executes AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) on the current translation provider.

                                                                                                                    +

                                                                                                                    AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[])

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -823,7 +824,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -833,7 +834,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -849,7 +850,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -857,8 +858,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[], out IEnumerable<CascadeMessage>)

                                                                                                                    -

                                                                                                                    Executes AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) on the current translation provider.

                                                                                                                    +

                                                                                                                    AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[], out IEnumerable<CascadeMessage>)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -876,7 +877,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -886,12 +887,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -907,7 +908,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -933,7 +934,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -982,7 +983,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1067,7 +1068,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1115,7 +1116,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1131,7 +1132,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1163,12 +1164,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1184,7 +1185,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1192,7 +1193,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchSegmentsMasked(SearchSettings, Segment[], bool[])

                                                                                                                    +

                                                                                                                    SearchSegmentsMasked(SearchSettings, Segment[], Boolean[])

                                                                                                                    Executes SearchSegments(SearchSettings, Segment[]) on the current translation provider cascade.

                                                                                                                    @@ -1216,12 +1217,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1237,7 +1238,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1245,7 +1246,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchSegmentsMasked(SearchSettings, Segment[], bool[], out IEnumerable<CascadeMessage>)

                                                                                                                    +

                                                                                                                    SearchSegmentsMasked(SearchSettings, Segment[], Boolean[], out IEnumerable<CascadeMessage>)

                                                                                                                    Executes SearchSegments(SearchSettings, Segment[]) on the current translation provider cascade.

                                                                                                                    @@ -1269,17 +1270,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + - + @@ -1295,7 +1296,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1303,7 +1304,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[], out IEnumerable<CascadeMessage>)

                                                                                                                    +

                                                                                                                    SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[], out IEnumerable<CascadeMessage>)

                                                                                                                    Executes SearchSegments(SearchSettings, Segment[]) on the current translation provider cascade.

                                                                                                                    @@ -1337,17 +1338,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + - + @@ -1363,7 +1364,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1371,8 +1372,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchText(SearchSettings, string)

                                                                                                                    -

                                                                                                                    Executes SearchText(SearchSettings, string) on the current translation provider cascade.

                                                                                                                    +

                                                                                                                    SearchText(SearchSettings, String)

                                                                                                                    +

                                                                                                                    Executes SearchText(SearchSettings, String) on the current translation provider cascade.

                                                                                                                    Declaration
                                                                                                                    @@ -1395,7 +1396,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1419,8 +1420,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchText(SearchSettings, string, out IEnumerable<CascadeMessage>)

                                                                                                                    -

                                                                                                                    Executes SearchText(SearchSettings, string) on the current translation provider cascade.

                                                                                                                    +

                                                                                                                    SearchText(SearchSettings, String, out IEnumerable<CascadeMessage>)

                                                                                                                    +

                                                                                                                    Executes SearchText(SearchSettings, String) on the current translation provider cascade.

                                                                                                                    Declaration
                                                                                                                    @@ -1443,12 +1444,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1549,7 +1550,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1597,7 +1598,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1613,7 +1614,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1645,12 +1646,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1666,7 +1667,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1674,7 +1675,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[], out IEnumerable<CascadeMessage>)

                                                                                                                    +

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[], out IEnumerable<CascadeMessage>)

                                                                                                                    Executes SearchSegments(SearchSettings, Segment[]) on the current translation provider cascade.

                                                                                                                    @@ -1708,17 +1709,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + - + @@ -1734,7 +1735,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1742,8 +1743,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[])

                                                                                                                    -

                                                                                                                    Executes SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) on the current translation provider cascade.

                                                                                                                    +

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[])

                                                                                                                    +

                                                                                                                    Executes SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) on the current translation provider cascade.

                                                                                                                    Declaration
                                                                                                                    @@ -1766,12 +1767,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1787,7 +1788,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1795,8 +1796,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[], out IEnumerable<CascadeMessage>)

                                                                                                                    -

                                                                                                                    Executes SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) on the current translation provider cascade.

                                                                                                                    +

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[], out IEnumerable<CascadeMessage>)

                                                                                                                    +

                                                                                                                    Executes SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) on the current translation provider cascade.

                                                                                                                    Declaration
                                                                                                                    @@ -1819,17 +1820,17 @@
                                                                                                                    Parameters
                                                                                                                    - + - + - + @@ -1845,7 +1846,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1877,12 +1878,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -1898,7 +1899,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1973,7 +1974,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -2016,7 +2017,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -2032,7 +2033,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -2059,12 +2060,12 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -2080,7 +2081,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.html index a24740ca6..55c50a518 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.html @@ -88,39 +88,39 @@

                                                                                                                    Represents a cascade entry used in a cascade. A cascade entry represents a translation provider language direction and other information with regards to how it should -be treated within a cascade - e.g. what penalties should be applied during searches.

                                                                                                                    +be treated within a cascade - e.g. what penalties should be applied during searches.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    CascadeEntry
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -131,7 +131,7 @@

                                                                                                                    Constructors -

                                                                                                                    CascadeEntry(ITranslationProviderLanguageDirection, int)

                                                                                                                    +

                                                                                                                    CascadeEntry(ITranslationProviderLanguageDirection, Int32)

                                                                                                                    Constructor that takes the given translation provider language direction and penalty.

                                                                                                                    @@ -156,7 +156,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -186,7 +186,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.html index aee638d0c..e69e17ba9 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.html @@ -91,73 +91,73 @@

                                                                                                                    Inheritance
                                                                                                                    - - +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    System.Exception
                                                                                                                    CascadeException
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Runtime.Serialization.ISerializable
                                                                                                                    +
                                                                                                                    System.Runtime.InteropServices._Exception
                                                                                                                    Inherited Members
                                                                                                                    - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                                    - Exception.ToString() + System.Exception.ToString()
                                                                                                                    - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                                    - Exception.GetType() + System.Exception.GetType()
                                                                                                                    - Exception.Message + System.Exception.Message
                                                                                                                    - Exception.Data + System.Exception.Data
                                                                                                                    - Exception.InnerException + System.Exception.InnerException
                                                                                                                    - Exception.TargetSite + System.Exception.TargetSite
                                                                                                                    - Exception.StackTrace + System.Exception.StackTrace
                                                                                                                    - Exception.HelpLink + System.Exception.HelpLink
                                                                                                                    - Exception.Source + System.Exception.Source
                                                                                                                    - Exception.HResult + System.Exception.HResult
                                                                                                                    - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -224,10 +224,10 @@
                                                                                                                    Property Value
                                                                                                                    IEnumerableSystem.Collections.Generic.IEnumerable<T> cascadeEntries

                                                                                                                    cascade entries

                                                                                                                    boolSystem.Boolean stopSearchingWhenResultsFound

                                                                                                                    whether to stop searching when results have been found

                                                                                                                    boolSystem.Boolean removeDuplicates

                                                                                                                    remove duplicates

                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode sourceLanguage

                                                                                                                    source language

                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode targetLanguage

                                                                                                                    target language

                                                                                                                    ReadOnlyCollectionSystem.Collections.ObjectModel.ReadOnlyCollection<T>
                                                                                                                    ConcurrentQueueintSystem.Collections.Concurrent.ConcurrentQueue<System.Int32>
                                                                                                                    boolSystem.Boolean
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                    boolSystem.Boolean
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                    TranslationUnitTranslationUnit[] translationUnits
                                                                                                                    intSystem.Int32[] previousTranslationHashes
                                                                                                                    ImportResultImportResult[]
                                                                                                                    TranslationUnitTranslationUnit[] translationUnits
                                                                                                                    intSystem.Int32[] previousTranslationHashes
                                                                                                                    IEnumerableCascadeMessageSystem.Collections.Generic.IEnumerable<CascadeMessage> cascadeMessages
                                                                                                                    ImportResultImportResult[]
                                                                                                                    TranslationUnitTranslationUnit[] translationUnits
                                                                                                                    intSystem.Int32[] previousTranslationHashes
                                                                                                                    boolSystem.Boolean[] mask
                                                                                                                    ImportResultImportResult[]
                                                                                                                    TranslationUnitTranslationUnit[] translationUnits
                                                                                                                    intSystem.Int32[] previousTranslationHashes
                                                                                                                    boolSystem.Boolean[] mask
                                                                                                                    IEnumerableCascadeMessageSystem.Collections.Generic.IEnumerable<CascadeMessage> cascadeMessages
                                                                                                                    ImportResultImportResult[]
                                                                                                                    IEnumerableCascadeMessageSystem.Collections.Generic.IEnumerable<CascadeMessage> cascadeMessages
                                                                                                                    TranslationUnitTranslationUnit[] translationUnits
                                                                                                                    ImportResultImportResult[]
                                                                                                                    TranslationUnitTranslationUnit[] translationUnits
                                                                                                                    IEnumerableCascadeMessageSystem.Collections.Generic.IEnumerable<CascadeMessage> cascadeMessages
                                                                                                                    ImportResultImportResult[]
                                                                                                                    TranslationUnitTranslationUnit[] translationUnits
                                                                                                                    boolSystem.Boolean[] mask
                                                                                                                    ImportResultImportResult[]
                                                                                                                    TranslationUnitTranslationUnit[] translationUnits
                                                                                                                    boolSystem.Boolean[] mask
                                                                                                                    IEnumerableCascadeMessageSystem.Collections.Generic.IEnumerable<CascadeMessage> cascadeMessages
                                                                                                                    ImportResultImportResult[]
                                                                                                                    stringSystem.String

                                                                                                                    translation provider names

                                                                                                                    IListCascadeMessageSystem.Collections.Generic.IList<CascadeMessage>
                                                                                                                    IEnumerableCascadeMessageSystem.Collections.Generic.IEnumerable<CascadeMessage> cascadeMessages
                                                                                                                    SegmentSegment[] segments
                                                                                                                    SearchResultsSearchResults[]
                                                                                                                    SegmentSegment[] segments
                                                                                                                    IEnumerableCascadeMessageSystem.Collections.Generic.IEnumerable<CascadeMessage> cascadeMessages
                                                                                                                    SearchResultsSearchResults[]
                                                                                                                    SegmentSegment[] segments
                                                                                                                    boolSystem.Boolean[] mask
                                                                                                                    SearchResultsSearchResults[]
                                                                                                                    SegmentSegment[] segments
                                                                                                                    boolSystem.Boolean[] mask
                                                                                                                    IEnumerableCascadeMessageSystem.Collections.Generic.IEnumerable<CascadeMessage> cascadeMessages
                                                                                                                    SearchResultsMergedSearchResultsMerged[]
                                                                                                                    SegmentSegment[] segments
                                                                                                                    boolSystem.Boolean[] mask
                                                                                                                    IEnumerableCascadeMessageSystem.Collections.Generic.IEnumerable<CascadeMessage> cascadeMessages
                                                                                                                    SegmentAndSubsegmentSearchResultsMergedSegmentAndSubsegmentSearchResultsMerged[]
                                                                                                                    stringSystem.String segment
                                                                                                                    stringSystem.String segment
                                                                                                                    IEnumerableCascadeMessageSystem.Collections.Generic.IEnumerable<CascadeMessage> cascadeMessages
                                                                                                                    IEnumerableCascadeMessageSystem.Collections.Generic.IEnumerable<CascadeMessage> cascadeMessages
                                                                                                                    TranslationUnitTranslationUnit[] tus
                                                                                                                    SearchResultsSearchResults[]
                                                                                                                    TranslationUnitTranslationUnit[] tus
                                                                                                                    IEnumerableCascadeMessageSystem.Collections.Generic.IEnumerable<CascadeMessage> cascadeMessages
                                                                                                                    SearchResultsSearchResults[]
                                                                                                                    TranslationUnitTranslationUnit[] translationUnits
                                                                                                                    boolSystem.Boolean[] mask
                                                                                                                    IEnumerableCascadeMessageSystem.Collections.Generic.IEnumerable<CascadeMessage> cascadeMessages
                                                                                                                    SegmentAndSubsegmentSearchResultsMergedSegmentAndSubsegmentSearchResultsMerged[]
                                                                                                                    TranslationUnitTranslationUnit[] translationUnits
                                                                                                                    boolSystem.Boolean[] mask
                                                                                                                    SearchResultsSearchResults[]
                                                                                                                    TranslationUnitTranslationUnit[] translationUnits
                                                                                                                    boolSystem.Boolean[] mask
                                                                                                                    IEnumerableCascadeMessageSystem.Collections.Generic.IEnumerable<CascadeMessage> cascadeMessages
                                                                                                                    SearchResultsMergedSearchResultsMerged[]
                                                                                                                    SegmentSegment[] segments
                                                                                                                    IEnumerableCascadeMessageSystem.Collections.Generic.IEnumerable<CascadeMessage> cascadeMessages
                                                                                                                    SubsegmentSearchResultsCollectionSubsegmentSearchResultsCollection[]
                                                                                                                    IEnumerableCascadeMessageSystem.Collections.Generic.IEnumerable<CascadeMessage> cascadeMessages
                                                                                                                    TranslationUnitTranslationUnit[] translationUnits
                                                                                                                    ImportResultImportResult[]
                                                                                                                    TranslationUnitTranslationUnit[] translationUnits
                                                                                                                    IEnumerableCascadeMessageSystem.Collections.Generic.IEnumerable<CascadeMessage> cascadeMessages
                                                                                                                    ImportResultImportResult[]
                                                                                                                    intSystem.Int32 penalty

                                                                                                                    penalty

                                                                                                                    intSystem.Int32

                                                                                                                    Implements

                                                                                                                    - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                                    - _Exception + System.Runtime.InteropServices._Exception
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.html index bdc1da72c..c989fc7fe 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    CascadeMessage
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -195,7 +195,7 @@
                                                                                                                    Parameters
                                                                                                                    - Exception + System.Exception exception

                                                                                                                    exception

                                                                                                                    @@ -230,7 +230,7 @@
                                                                                                                    Parameters
                                                                                                                    - Exception + System.Exception exception

                                                                                                                    exception

                                                                                                                    @@ -312,7 +312,7 @@
                                                                                                                    Property Value
                                                                                                                    - Exception + System.Exception diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessageCode.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessageCode.html index 49e83bbb6..a4abfcedf 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessageCode.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessageCode.html @@ -89,7 +89,7 @@

                                                                                                                    CascadeMessageCode enumeration represents the cascade message codes.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.html index cdc25719e..31941857f 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.html @@ -89,44 +89,44 @@

                                                                                                                    Represents a database server known in the system, which can serve as the host for one or more translation memory containers (TranslationMemoryContainer). A translation memory container is a database that contains one or more server-based -translation memories.

                                                                                                                    +translation memories.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    DatabaseServer
                                                                                                                    Implements
                                                                                                                    - - - +
                                                                                                                    System.ComponentModel.IEditableObject
                                                                                                                    +
                                                                                                                    System.ComponentModel.INotifyPropertyChanged
                                                                                                                    +
                                                                                                                    System.IEquatable<DatabaseServer>
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public class DatabaseServer : IEditableObject, INotifyPropertyChanged, IEquatable<DatabaseServer>, IPermissionCheck
                                                                                                                    +
                                                                                                                    public class DatabaseServer : IEquatable<DatabaseServer>, IPermissionCheck

                                                                                                                    Constructors

                                                                                                                    @@ -170,8 +170,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when server is null.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when server is null.

                                                                                                                    @@ -241,14 +241,14 @@
                                                                                                                    Property Value
                                                                                                                    - ReadOnlyCollectionTranslationMemoryContainer + System.Collections.ObjectModel.ReadOnlyCollection<TranslationMemoryContainer>
                                                                                                                    Remarks

                                                                                                                    If the list of containers has been pre-loaded, the in-memory collection of containers is returned, otherwise - the list of containers is retrieved from the server on-demand.

                                                                                                                    +the list of containers is retrieved from the server on-demand.

                                                                                                                    Exceptions
                                                                                                                    @@ -275,8 +275,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [StringLength(255, ErrorMessage = "Description too long!")]
                                                                                                                    -public string Description { get; set; }
                                                                                                                    +
                                                                                                                    public string Description { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -288,7 +287,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -333,7 +332,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -361,7 +360,7 @@
                                                                                                                    Exceptions

                                                                                                                    IsDeleted

                                                                                                                    -

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this translation memory has been deleted.

                                                                                                                    +

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this translation memory has been deleted.

                                                                                                                    Declaration
                                                                                                                    @@ -378,7 +377,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -387,7 +386,7 @@
                                                                                                                    Property Value

                                                                                                                    IsDirty

                                                                                                                    -

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this database server has unsaved changes.

                                                                                                                    +

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this database server has unsaved changes.

                                                                                                                    Declaration
                                                                                                                    @@ -404,7 +403,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -430,7 +429,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -457,7 +456,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -471,10 +470,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [Required(ErrorMessage = "Required Field")]
                                                                                                                    -[RegularExpression("^[\\w\\s-']*", ErrorMessage = "Characters are not allowed.")]
                                                                                                                    -[StringLength(50, ErrorMessage = "Name too long!")]
                                                                                                                    -public string Name { get; set; }
                                                                                                                    +
                                                                                                                    public string Name { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    GuidSystem.Guid
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance is new object; otherwise, false.

                                                                                                                    stringSystem.String[]
                                                                                                                    @@ -486,7 +482,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -531,7 +527,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -557,7 +553,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -583,7 +579,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -597,9 +593,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [Required(ErrorMessage = "Required Field")]
                                                                                                                    -[StringLength(50, ErrorMessage = "Password too long!")]
                                                                                                                    -public string Password { get; set; }
                                                                                                                    +
                                                                                                                    public string Password { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    @@ -611,7 +605,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -644,9 +638,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [Required]
                                                                                                                    -[StringLength(255, ErrorMessage = "Server name too long!")]
                                                                                                                    -public string ServerName { get; set; }
                                                                                                                    +
                                                                                                                    public string ServerName { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    @@ -658,7 +650,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -681,7 +673,7 @@
                                                                                                                    Exceptions
                                                                                                                    - + @@ -701,8 +693,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [Required(ErrorMessage = "Required Field")]
                                                                                                                    -public DatabaseServerType ServerType { get; set; }
                                                                                                                    +
                                                                                                                    public DatabaseServerType ServerType { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    InvalidOperationExceptionSystem.InvalidOperationException

                                                                                                                    Thrown when trying to set this property after initial creation of the database server.

                                                                                                                    @@ -737,7 +728,7 @@
                                                                                                                    Exceptions
                                                                                                                    - + @@ -778,9 +769,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [Required(ErrorMessage = "Required Field")]
                                                                                                                    -[StringLength(50, ErrorMessage = "User Name too long!")]
                                                                                                                    -public string UserName { get; set; }
                                                                                                                    +
                                                                                                                    public string UserName { get; set; }
                                                                                                                    Property Value
                                                                                                                    InvalidOperationExceptionSystem.InvalidOperationException

                                                                                                                    Thrown when trying to set this property after initial creation of the database server.

                                                                                                                    @@ -792,7 +781,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -822,7 +811,7 @@

                                                                                                                    Methods

                                                                                                                    Delete()

                                                                                                                    -

                                                                                                                    Deletes this database server and all its containers from the system.

                                                                                                                    +

                                                                                                                    Deletes this database server and all its containers from the system.

                                                                                                                    Declaration
                                                                                                                    @@ -889,8 +878,8 @@
                                                                                                                    Returns
                                                                                                                    - - + @@ -898,8 +887,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -

                                                                                                                    Determines whether the specified object is equal to this instance.

                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +

                                                                                                                    Determines whether the specified System.Object is equal to this instance.

                                                                                                                    Declaration
                                                                                                                    @@ -917,9 +906,9 @@
                                                                                                                    Parameters
                                                                                                                    - + - @@ -934,14 +923,14 @@
                                                                                                                    Returns
                                                                                                                    - - +
                                                                                                                    stringSystem.String
                                                                                                                    bool

                                                                                                                    true if the current object is equal to the other parameter; otherwise, false.

                                                                                                                    +
                                                                                                                    System.Boolean

                                                                                                                    true if the current object is equal to the other parameter; otherwise, false.

                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with this instance.

                                                                                                                    +

                                                                                                                    The System.Object to compare with this instance.

                                                                                                                    bool

                                                                                                                    true if the specified object is equal to this instance; otherwise, false.

                                                                                                                    +
                                                                                                                    System.Boolean

                                                                                                                    true if the specified System.Object is equal to this instance; otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)
                                                                                                                    Exceptions
                                                                                                                    @@ -952,8 +941,8 @@
                                                                                                                    Exceptions
                                                                                                                    - - + @@ -979,18 +968,18 @@
                                                                                                                    Returns
                                                                                                                    - - +
                                                                                                                    NullReferenceException

                                                                                                                    The obj parameter is null.

                                                                                                                    +
                                                                                                                    System.NullReferenceException

                                                                                                                    The obj parameter is null.

                                                                                                                    int

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    +
                                                                                                                    System.Int32

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    -

                                                                                                                    HasPermission(string)

                                                                                                                    +

                                                                                                                    HasPermission(String)

                                                                                                                    Gets whether this object has the permission with the specified name.

                                                                                                                    @@ -1009,7 +998,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String permission

                                                                                                                    The permission name.

                                                                                                                    @@ -1026,8 +1015,9 @@
                                                                                                                    Returns
                                                                                                                    - bool -
                                                                                                                    true
                                                                                                                    is the object has the specified permission. + System.Boolean +
                                                                                                                    true
                                                                                                                    is the object has the specified permission. + @@ -1080,20 +1070,20 @@
                                                                                                                    Event Type
                                                                                                                    - PropertyChangedEventHandler + System.ComponentModel.PropertyChangedEventHandler

                                                                                                                    Implements

                                                                                                                    - IEditableObject + System.ComponentModel.IEditableObject
                                                                                                                    - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                                    - IEquatable<T> + System.IEquatable<T>
                                                                                                                    IPermissionCheck diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerAuthenticationType.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerAuthenticationType.html index d530d1838..5c445f835 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerAuthenticationType.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerAuthenticationType.html @@ -90,7 +90,7 @@

                                                                                                                    AuthenticationType.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerPermissions.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerPermissions.html index 4002e40ca..64358a897 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerPermissions.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerPermissions.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    DatabaseServerPermissions
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -146,7 +146,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -171,7 +171,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -196,7 +196,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -221,7 +221,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerType.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerType.html index 9e9a39ada..8d71bf52a 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerType.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerType.html @@ -90,7 +90,7 @@

                                                                                                                    ServerType.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.html index 19de9f2bf..b7891696a 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    DefaultLanguageResourceProvider
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -160,7 +160,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode language @@ -193,7 +193,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode language

                                                                                                                    The language for which to get the default language resources.

                                                                                                                    @@ -212,7 +212,7 @@
                                                                                                                    Returns
                                                                                                                    LanguageResourceBundle

                                                                                                                    A LanguageResourceBundle instance, populated with the default language resources. Note that - some default language resources might be null.

                                                                                                                    +some default language resources might be null.

                                                                                                                    @@ -227,8 +227,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when language is null.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when language is null.

                                                                                                                    @@ -254,7 +254,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode language @@ -270,7 +270,7 @@
                                                                                                                    Returns
                                                                                                                    - ListSeparatorCombination + System.Collections.Generic.List<SeparatorCombination> @@ -301,7 +301,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode language diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.html index 9014554c5..4f250ceba 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.html @@ -93,43 +93,43 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    FieldDefinition
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.ComponentModel.INotifyPropertyChanged
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public class FieldDefinition : IField, INotifyPropertyChanged
                                                                                                                    +
                                                                                                                    public class FieldDefinition : IField

                                                                                                                    Constructors

                                                                                                                    @@ -146,7 +146,7 @@
                                                                                                                    Declaration
                                                                                                                    Remarks

                                                                                                                    In order to add the new field to a translation memory or fields template, add it to the corresponding fields collection (FieldDefinitions - or FieldDefinitions) and save the translation memory or fields template to persist the change (Save() or Save())

                                                                                                                    +or FieldDefinitions) and save the translation memory or fields template to persist the change (Save() or Save())

                                                                                                                    @@ -178,7 +178,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    FieldDefinition(Field, bool)

                                                                                                                    +

                                                                                                                    FieldDefinition(Field, Boolean)

                                                                                                                    Initializes a new instance of the FieldDefinition class.

                                                                                                                    @@ -204,7 +204,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean isReadOnly

                                                                                                                    if set to true [is read only].

                                                                                                                    @@ -214,7 +214,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    FieldDefinition(string, FieldValueType)

                                                                                                                    +

                                                                                                                    FieldDefinition(String, FieldValueType)

                                                                                                                    Creates a new field definition with the specified name and value type.

                                                                                                                    @@ -233,7 +233,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The name of the field.

                                                                                                                    @@ -248,12 +248,12 @@
                                                                                                                    Parameters
                                                                                                                    Remarks

                                                                                                                    In order to add the new field to a translation memory or fields template, add it to the corresponding fields collection (FieldDefinitions - or FieldDefinitions) and save the translation memory or fields template to persist the change (Save() or Save())

                                                                                                                    +or FieldDefinitions) and save the translation memory or fields template to persist the change (Save() or Save())

                                                                                                                    -

                                                                                                                    FieldDefinition(string, FieldValueType, string[])

                                                                                                                    +

                                                                                                                    FieldDefinition(String, FieldValueType, String[])

                                                                                                                    Creates a new picklist field definition with the specified name and value type.

                                                                                                                    @@ -272,7 +272,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The name of the field.

                                                                                                                    @@ -281,11 +281,11 @@
                                                                                                                    Parameters
                                                                                                                    FieldValueType valueType

                                                                                                                    The type of value this field can hold. This has to be SinglePicklist - or MultiplePicklist.

                                                                                                                    +or MultiplePicklist.

                                                                                                                    - string + System.String[] picklistItems

                                                                                                                    An array of picklist values.

                                                                                                                    @@ -294,7 +294,7 @@
                                                                                                                    Parameters
                                                                                                                    Remarks

                                                                                                                    In order to add the new field to a translation memory or fields template, add it to the corresponding fields collection (FieldDefinitions - or FieldDefinitions) and save the translation memory or fields template to persist the change (Save() or Save())

                                                                                                                    +or FieldDefinitions) and save the translation memory or fields template to persist the change (Save() or Save())

                                                                                                                    Exceptions
                                                                                                                    @@ -306,9 +306,9 @@
                                                                                                                    Exceptions
                                                                                                                    - - + @@ -335,7 +335,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -360,7 +360,7 @@
                                                                                                                    Field Value
                                                                                                                    - + @@ -388,7 +388,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -414,7 +414,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -441,7 +441,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -468,14 +468,14 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    ArgumentException

                                                                                                                    Thrown if valueType is not SinglePicklist - or MultiplePicklist.

                                                                                                                    +
                                                                                                                    System.ArgumentException

                                                                                                                    Thrown if valueType is not SinglePicklist +or MultiplePicklist.

                                                                                                                    intSystem.Int32
                                                                                                                    intSystem.Int32
                                                                                                                    GuidSystem.Guid
                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance is new object; otherwise, false.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance is picklist; otherwise, false.

                                                                                                                    stringSystem.String
                                                                                                                    Remarks

                                                                                                                    Note that you have to save the translation memory of the fields template to persist the change after setting this property, depending on whether - the field belongs to a translation memory or a fields template.

                                                                                                                    +the field belongs to a translation memory or a fields template.

                                                                                                                    @@ -499,7 +499,7 @@
                                                                                                                    Property Value
                                                                                                                    - IListstring + System.Collections.Generic.IList<System.String> @@ -533,7 +533,7 @@
                                                                                                                    Property Value
                                                                                                                    Remarks

                                                                                                                    Note that you have to save the translation memory of the fields template to persist the change after adding or removing picklist items, - depending on whether the field belongs to a translation memory or a fields template.

                                                                                                                    +depending on whether the field belongs to a translation memory or a fields template.

                                                                                                                    Exceptions
                                                                                                                    @@ -545,9 +545,9 @@
                                                                                                                    Exceptions
                                                                                                                    - + @@ -608,7 +608,7 @@
                                                                                                                    Returns
                                                                                                                    InvalidOperationExceptionSystem.InvalidOperationException

                                                                                                                    Thrown when trying to access this property for a field that is not of type SinglePicklist - or MultiplePicklist.

                                                                                                                    +or MultiplePicklist.

                                                                                                                    Remarks
                                                                                                                    -

                                                                                                                    The field definition returned

                                                                                                                    +

                                                                                                                    The field definition returned

                                                                                                                    @@ -633,7 +633,7 @@
                                                                                                                    Returns
                                                                                                                    FieldValue

                                                                                                                    A FieldValue instance which is compatible with this field - declaration.

                                                                                                                    +declaration.

                                                                                                                    @@ -643,7 +643,7 @@

                                                                                                                    Implements

                                                                                                                    IField
                                                                                                                    - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html index 7effd3cf8..312d47b63 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html @@ -91,117 +91,18 @@

                                                                                                                    Inheritance
                                                                                                                    - - - -
                                                                                                                    FieldDefinitionCollection
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    FieldDefinitionCollection
                                                                                                                    - -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public class FieldDefinitionCollection : ObservableCollection<FieldDefinition>, IList<FieldDefinition>, ICollection<FieldDefinition>, IList, ICollection, IReadOnlyList<FieldDefinition>, IReadOnlyCollection<FieldDefinition>, IEnumerable<FieldDefinition>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IFieldDefinitions
                                                                                                                    +
                                                                                                                    public class FieldDefinitionCollection : ObservableCollection<FieldDefinition>, IFieldDefinitions

                                                                                                                    Constructors

                                                                                                                    @@ -224,7 +125,7 @@

                                                                                                                    Properties -

                                                                                                                    this[string]

                                                                                                                    +

                                                                                                                    Item[String]

                                                                                                                    Gets the Field with the specified name. The name is considered case-insensitive.

                                                                                                                    @@ -243,7 +144,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name @@ -292,7 +193,7 @@
                                                                                                                    Parameters
                                                                                                                    - IEnumerableFieldDefinition + System.Collections.Generic.IEnumerable<FieldDefinition> fieldDefinitions

                                                                                                                    The fields to be added.

                                                                                                                    @@ -310,12 +211,10 @@
                                                                                                                    Declaration
                                                                                                                    protected override void ClearItems()
                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    - -

                                                                                                                    InsertItem(int, FieldDefinition)

                                                                                                                    +

                                                                                                                    InsertItem(Int32, FieldDefinition)

                                                                                                                    Inserts an item into the collection at the specified index.

                                                                                                                    @@ -334,9 +233,9 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 index -

                                                                                                                    The zero-based index at which item should be inserted.

                                                                                                                    +

                                                                                                                    The zero-based index at which item should be inserted.

                                                                                                                    @@ -347,8 +246,6 @@
                                                                                                                    Parameters
                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    - @@ -372,7 +269,7 @@
                                                                                                                    Parameters
                                                                                                                    - Guid + System.Guid guid @@ -396,7 +293,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LookupIField(string)

                                                                                                                    +

                                                                                                                    LookupIField(String)

                                                                                                                    Returns the field with the specified name, or null if there is no field with that name.

                                                                                                                    @@ -416,7 +313,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name @@ -440,7 +337,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    RemoveItem(int)

                                                                                                                    +

                                                                                                                    RemoveItem(Int32)

                                                                                                                    Removes the item at the specified index of the collection.

                                                                                                                    @@ -459,46 +356,14 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 index

                                                                                                                    The zero-based index of the element to remove.

                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    Implements

                                                                                                                    -
                                                                                                                    - IList<T> -
                                                                                                                    - -
                                                                                                                    - IList -
                                                                                                                    - - - - - - - diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.html index 090775cfb..4c3e3a238 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.html @@ -91,7 +91,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    FileBasedLanguageResourcesTemplate
                                                                                                                    @@ -102,25 +102,25 @@
                                                                                                                    Implements
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -161,7 +161,7 @@
                                                                                                                    Parameters
                                                                                                                    - Guid + System.Guid id @@ -170,7 +170,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    FileBasedLanguageResourcesTemplate(string)

                                                                                                                    +

                                                                                                                    FileBasedLanguageResourcesTemplate(String)

                                                                                                                    Loads a file-based language resources template from the specified file.

                                                                                                                    @@ -189,7 +189,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String filePath

                                                                                                                    The location where the template should be loaded from.

                                                                                                                    @@ -206,13 +206,13 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when filePath is null or empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when filePath is null or empty.

                                                                                                                    - FileNotFoundException -

                                                                                                                    Thrown if filePath does not exist.

                                                                                                                    + System.IO.FileNotFoundException +

                                                                                                                    Thrown if filePath does not exist.

                                                                                                                    @@ -240,7 +240,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -266,7 +266,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -292,7 +292,7 @@
                                                                                                                    Property Value
                                                                                                                    - Guid + System.Guid @@ -344,7 +344,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -353,7 +353,7 @@
                                                                                                                    Property Value

                                                                                                                    Recognizers

                                                                                                                    -

                                                                                                                    Gets or sets the recognizers which are enabled for this template.

                                                                                                                    +

                                                                                                                    Gets or sets the recognizers which are enabled for this template.

                                                                                                                    Declaration
                                                                                                                    @@ -396,7 +396,7 @@
                                                                                                                    Property Value
                                                                                                                    - TokenizerFlags + System.Nullable<TokenizerFlags> @@ -422,7 +422,7 @@
                                                                                                                    Property Value
                                                                                                                    - WordCountFlags + System.Nullable<WordCountFlags> @@ -450,7 +450,7 @@
                                                                                                                    Exceptions
                                                                                                                    - InvalidOperationException + System.InvalidOperationException

                                                                                                                    Thrown when trying to call this method on an unsaved template.

                                                                                                                    @@ -461,7 +461,7 @@
                                                                                                                    Exceptions

                                                                                                                    Save()

                                                                                                                    Saves the template to the location specified in FilePath. If this is the first time -the template is saved, use SaveAs(string) instead.

                                                                                                                    +the template is saved, use SaveAs(String) instead.

                                                                                                                    Declaration
                                                                                                                    @@ -478,7 +478,7 @@
                                                                                                                    Exceptions
                                                                                                                    - InvalidOperationException + System.InvalidOperationException

                                                                                                                    Thrown if this template has not been saved before. Use SaveAs and specify a file path instead.

                                                                                                                    @@ -506,7 +506,7 @@
                                                                                                                    Parameters
                                                                                                                    - Stream + System.IO.Stream stream

                                                                                                                    The stream to which the template should be saved.

                                                                                                                    @@ -516,7 +516,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SaveAs(string)

                                                                                                                    +

                                                                                                                    SaveAs(String)

                                                                                                                    Saves the template to the specified location. This also updates the current FilePath. Subsequent calls to Save() will save the template to this new location.

                                                                                                                    @@ -536,7 +536,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String filePath

                                                                                                                    The location to save the template to.

                                                                                                                    @@ -553,8 +553,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when filePath is null or empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when filePath is null or empty.

                                                                                                                    @@ -579,13 +579,13 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()

                                                                                                                    Implements

                                                                                                                    ILanguageResourcesTemplate diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html index f6f416ce6..f00f9a9b5 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html @@ -91,7 +91,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    FileBasedTranslationMemory
                                                                                                                    @@ -142,11 +142,14 @@
                                                                                                                    Inherited Members
                                                                                                                    +
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -277,7 +280,7 @@

                                                                                                                    Constructors -

                                                                                                                    FileBasedTranslationMemory(string)

                                                                                                                    +

                                                                                                                    FileBasedTranslationMemory(String)

                                                                                                                    Opens an existing file-based translation memory.

                                                                                                                    @@ -296,7 +299,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String tmFilePath

                                                                                                                    The absolute path of the translation memory file.

                                                                                                                    @@ -313,13 +316,13 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when tmFilePath is null or empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when tmFilePath is null or empty.

                                                                                                                    - FileNotFoundException -

                                                                                                                    Thrown if tmFilePath does not exist.

                                                                                                                    + System.IO.FileNotFoundException +

                                                                                                                    Thrown if tmFilePath does not exist.

                                                                                                                    @@ -327,7 +330,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    FileBasedTranslationMemory(string, string)

                                                                                                                    +

                                                                                                                    FileBasedTranslationMemory(String, String)

                                                                                                                    Opens an existing file-based translation memory and unlocks it with the specified password.

                                                                                                                    @@ -346,13 +349,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String tmFilePath

                                                                                                                    The absolute path of the translation memory file.

                                                                                                                    - string + System.String password

                                                                                                                    The password.

                                                                                                                    @@ -369,13 +372,13 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when tmFilePath or password are null or empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when tmFilePath or password are null or empty.

                                                                                                                    - FileNotFoundException -

                                                                                                                    Thrown if tmFilePath does not exist.

                                                                                                                    + System.IO.FileNotFoundException +

                                                                                                                    Thrown if tmFilePath does not exist.

                                                                                                                    @@ -383,7 +386,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    FileBasedTranslationMemory(string, string, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags)

                                                                                                                    +

                                                                                                                    FileBasedTranslationMemory(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags)

                                                                                                                    Creates a new file-based translation memory.

                                                                                                                    @@ -402,25 +405,25 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String tmFilePath

                                                                                                                    The absolute path where the translation memory file should be created.

                                                                                                                    - string + System.String description

                                                                                                                    A description for the translation memory.

                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode sourceLanguage

                                                                                                                    A region-qualified culture, representing the source language.

                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode targetLanguage

                                                                                                                    A region-qualified culture, representing the target language.

                                                                                                                    @@ -461,13 +464,13 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when tmFilePath, description, sourceLanguage or targetLanguage is null or empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when tmFilePath, description, sourceLanguage or targetLanguage is null or empty.

                                                                                                                    - ArgumentException -

                                                                                                                    Thrown when sourceLanguage or targetLanguage are not region-qualified cultures.

                                                                                                                    + System.ArgumentException +

                                                                                                                    Thrown when sourceLanguage or targetLanguage are not region-qualified cultures.

                                                                                                                    @@ -475,7 +478,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    FileBasedTranslationMemory(string, string, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, bool)

                                                                                                                    +

                                                                                                                    FileBasedTranslationMemory(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, Boolean)

                                                                                                                    Creates a new file-based translation memory.

                                                                                                                    @@ -494,25 +497,25 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String tmFilePath

                                                                                                                    The absolute path where the translation memory file should be created.

                                                                                                                    - string + System.String description

                                                                                                                    A description for the translation memory.

                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode sourceLanguage

                                                                                                                    A region-qualified culture, representing the source language.

                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode targetLanguage

                                                                                                                    A region-qualified culture, representing the target language.

                                                                                                                    @@ -542,7 +545,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean supportsAlignmentData

                                                                                                                    True if the translation memory should support fine-grained alignment of content, false otherwise

                                                                                                                    @@ -559,13 +562,13 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when tmFilePath, description, sourceLanguage or targetLanguage is null or empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when tmFilePath, description, sourceLanguage or targetLanguage is null or empty.

                                                                                                                    - ArgumentException -

                                                                                                                    Thrown when sourceLanguage or targetLanguage are not region-qualified cultures.

                                                                                                                    + System.ArgumentException +

                                                                                                                    Thrown when sourceLanguage or targetLanguage are not region-qualified cultures.

                                                                                                                    @@ -573,7 +576,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    FileBasedTranslationMemory(string, string, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, bool, TextContextMatchType, bool, bool)

                                                                                                                    +

                                                                                                                    FileBasedTranslationMemory(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, Boolean, TextContextMatchType, Boolean, Boolean)

                                                                                                                    Creates a new file-based translation memory.

                                                                                                                    @@ -592,25 +595,25 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String tmFilePath

                                                                                                                    The absolute path where the translation memory file should be created.

                                                                                                                    - string + System.String description

                                                                                                                    A description for the translation memory.

                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode sourceLanguage

                                                                                                                    A region-qualified culture, representing the source language.

                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode targetLanguage

                                                                                                                    A region-qualified culture, representing the target language.

                                                                                                                    @@ -640,7 +643,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean supportsAlignmentData

                                                                                                                    True if the translation memory should support fine-grained alignment of content, false otherwise

                                                                                                                    @@ -652,13 +655,13 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean usesIdContextMatch

                                                                                                                    If true, indicates the TM should support IdContexMatch

                                                                                                                    - bool + System.Boolean usesLegacyHashes

                                                                                                                    True if the translation memory should use legacy segment hashing, for data conversion purposes

                                                                                                                    @@ -675,13 +678,13 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when tmFilePath, description, sourceLanguage or targetLanguage is null or empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when tmFilePath, description, sourceLanguage or targetLanguage is null or empty.

                                                                                                                    - ArgumentException -

                                                                                                                    Thrown when sourceLanguage or targetLanguage are not region-qualified cultures.

                                                                                                                    + System.ArgumentException +

                                                                                                                    Thrown when sourceLanguage or targetLanguage are not region-qualified cultures.

                                                                                                                    @@ -708,7 +711,7 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri uri

                                                                                                                    The Uri of a FileBasedTranslationMemory class.

                                                                                                                    @@ -739,7 +742,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -791,7 +794,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -817,7 +820,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -869,7 +872,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String

                                                                                                                    The file path.

                                                                                                                    @@ -896,7 +899,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance has administrator password; otherwise, false.

                                                                                                                    @@ -923,7 +926,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance has maintenance password; otherwise, false.

                                                                                                                    @@ -950,7 +953,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance has read only password; otherwise, false.

                                                                                                                    @@ -977,7 +980,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance has read write password; otherwise, false.

                                                                                                                    @@ -1004,7 +1007,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if this instance is protected; otherwise, false.

                                                                                                                    @@ -1037,7 +1040,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Nullable<System.Boolean> @@ -1089,7 +1092,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Nullable<System.Boolean> @@ -1098,7 +1101,7 @@
                                                                                                                    Property Value

                                                                                                                    ShouldAlign

                                                                                                                    -

                                                                                                                    Indicates whether 'quick' alignment (i.e. alignment of any unaligned +

                                                                                                                    Indicates whether 'quick' alignment (i.e. alignment of any unaligned TUs, plus postdated TUs for which a newer model is now available) is recommended

                                                                                                                    @@ -1117,7 +1120,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -1143,20 +1146,20 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean
                                                                                                                    Remarks
                                                                                                                    -

                                                                                                                    Recommendation considers a significant amount of new content has been added to the TM since the model was built (see TranslationUnitNewerThanModelCount

                                                                                                                    +

                                                                                                                    Recommendation considers a significant amount of new content has been added to the TM since the model was built (see TranslationUnitNewerThanModelCount

                                                                                                                    StatusInfo

                                                                                                                    Gets the status info for the translation memory. A file-based translation memory is considered available if the -translation memory file exists and if the translation memory has been unlocked by calling Unlock(string) (in case +translation memory file exists and if the translation memory has been unlocked by calling Unlock(String) (in case the translation memory) is password protected.

                                                                                                                    @@ -1255,7 +1258,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -1281,7 +1284,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -1307,7 +1310,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -1333,7 +1336,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -1359,7 +1362,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -1385,7 +1388,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -1422,8 +1425,7 @@

                                                                                                                    Methods

                                                                                                                    AlignTranslationUnits(TranslationUnit[])

                                                                                                                    -

                                                                                                                    Attempt to performs fine-grained alignment on a list of translation units as if they were part of the translation memory.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -1440,10 +1442,9 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] tus -

                                                                                                                    Array of Translation Units

                                                                                                                    - + @@ -1457,16 +1458,15 @@
                                                                                                                    Returns
                                                                                                                    - AlignResult -

                                                                                                                    Array of AlignResult enums reflecting the result of each alignment attempt.

                                                                                                                    - + AlignResult[] + -

                                                                                                                    AlignTranslationUnits(bool, bool, CancellationToken, IProgress<int>)

                                                                                                                    +

                                                                                                                    AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress<Int32>)

                                                                                                                    Performs bulk fine-grained alignment on translation units in a TM

                                                                                                                    @@ -1485,25 +1485,25 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean unalignedOnly

                                                                                                                    If true, will only operate on translation units that do not already have any alignment information

                                                                                                                    - bool + System.Boolean unalignedOrPostdatedOnly -

                                                                                                                    If true, will only operate on translation units that do not already have any alignment information or are postdated (see remarks). In this case, unalignedOnly must be false.

                                                                                                                    +

                                                                                                                    If true, will only operate on translation units that do not already have any alignment information or are postdated (see remarks). In this case, unalignedOnly must be false.

                                                                                                                    - CancellationToken + System.Threading.CancellationToken token

                                                                                                                    A CancellationToken whose CancellationTokenSource can be used to cancel the alignment

                                                                                                                    - IProgressint + System.IProgress<System.Int32> progress @@ -1547,8 +1547,8 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -

                                                                                                                    Determines whether the specified object is equal to this instance.

                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +

                                                                                                                    Determines whether the specified System.Object is equal to this instance.

                                                                                                                    Declaration
                                                                                                                    @@ -1566,9 +1566,9 @@
                                                                                                                    Parameters
                                                                                                                    - object + System.Object obj -

                                                                                                                    The object to compare with this instance.

                                                                                                                    +

                                                                                                                    The System.Object to compare with this instance.

                                                                                                                    @@ -1583,14 +1583,14 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    true if the specified object is equal to this instance; otherwise, false.

                                                                                                                    + System.Boolean +

                                                                                                                    true if the specified System.Object is equal to this instance; otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)
                                                                                                                    Exceptions
                                                                                                                    @@ -1601,8 +1601,8 @@
                                                                                                                    Exceptions
                                                                                                                    - - + @@ -1629,7 +1629,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1646,7 +1646,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1662,8 +1662,8 @@
                                                                                                                    Exceptions
                                                                                                                    - - + @@ -1690,7 +1690,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1707,7 +1707,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1723,8 +1723,8 @@
                                                                                                                    Exceptions
                                                                                                                    - - + @@ -1750,7 +1750,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1759,7 +1759,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetFileBasedTranslationMemoryUri(string)

                                                                                                                    +

                                                                                                                    GetFileBasedTranslationMemoryUri(String)

                                                                                                                    Gets the file-based translation memory Uri from the given file path.

                                                                                                                    @@ -1778,7 +1778,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1795,7 +1795,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1822,21 +1822,21 @@
                                                                                                                    Returns
                                                                                                                    - - +
                                                                                                                    NullReferenceException

                                                                                                                    The obj parameter is null.

                                                                                                                    +
                                                                                                                    System.NullReferenceException

                                                                                                                    The obj parameter is null.

                                                                                                                    UriSystem.Uri uri

                                                                                                                    A file-based translation memory Uri.

                                                                                                                    stringSystem.String

                                                                                                                    file-based translation memory file path

                                                                                                                    ArgumentException

                                                                                                                    Thrown when uri is not a file-based translation memory Uri.

                                                                                                                    +
                                                                                                                    System.ArgumentException

                                                                                                                    Thrown when uri is not a file-based translation memory Uri.

                                                                                                                    UriSystem.Uri uri

                                                                                                                    A file-based translation memory Uri.

                                                                                                                    stringSystem.String

                                                                                                                    The file-based translation memory file name, excluding the path.

                                                                                                                    ArgumentException

                                                                                                                    Thrown when uri is not a file-based translation memory Uri.

                                                                                                                    +
                                                                                                                    System.ArgumentException

                                                                                                                    Thrown when uri is not a file-based translation memory Uri.

                                                                                                                    stringSystem.String

                                                                                                                    file-based translation memory scheme

                                                                                                                    stringSystem.String filePath

                                                                                                                    file path

                                                                                                                    UriSystem.Uri

                                                                                                                    file-based translation memory Uri

                                                                                                                    int

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    +
                                                                                                                    System.Int32

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    -

                                                                                                                    GetValidAccessModes(string)

                                                                                                                    +

                                                                                                                    GetValidAccessModes(String)

                                                                                                                    Returns the list of access modes that are valid for the given permission. So if the password is set for one of the returned access modes, the specified permission will be granted. -For example, if the permission is "batchedittu", the valid access modes would be Maintenance and Administrator.

                                                                                                                    +For example, if the permission is "batchedittu", the valid access modes would be Maintenance and Administrator.

                                                                                                                    Declaration
                                                                                                                    @@ -1854,7 +1854,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String permission @@ -1870,7 +1870,7 @@
                                                                                                                    Returns
                                                                                                                    - IListTranslationMemoryFileAccessMode + System.Collections.Generic.IList<TranslationMemoryFileAccessMode> @@ -1913,7 +1913,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -1921,7 +1921,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    HasPermission(string)

                                                                                                                    +

                                                                                                                    HasPermission(String)

                                                                                                                    Checks whether the current user has the specified permission on this translation memory.

                                                                                                                    @@ -1940,7 +1940,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String permission

                                                                                                                    A permission ID. See TranslationMemoryPermissions.

                                                                                                                    @@ -1957,14 +1957,14 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    True if the user has the specified permission for this TM.

                                                                                                                    Overrides
                                                                                                                    - + @@ -1987,7 +1987,7 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri uri

                                                                                                                    The Uri to check.

                                                                                                                    @@ -2004,8 +2004,8 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    Whether uri represents file-based translation memory Uri.

                                                                                                                    + System.Boolean +

                                                                                                                    Whether uri represents file-based translation memory Uri.

                                                                                                                    @@ -2013,7 +2013,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsPasswordSet(string)

                                                                                                                    +

                                                                                                                    IsPasswordSet(String)

                                                                                                                    Determines whether a specified password is already in use on the TM.

                                                                                                                    @@ -2032,7 +2032,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String password

                                                                                                                    The password to check

                                                                                                                    @@ -2049,7 +2049,7 @@
                                                                                                                    Returns
                                                                                                                    - TranslationMemoryFileAccessMode + System.Nullable<TranslationMemoryFileAccessMode>

                                                                                                                    The access mode that the password is set for, or null if the password is not already in use on the TM

                                                                                                                    @@ -2058,8 +2058,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    MeasureModelFitness(ref RegularIterator, bool)

                                                                                                                    -

                                                                                                                    Measures how well the model 'fits' the TM content, by counting out-of-vocabulary words

                                                                                                                    +

                                                                                                                    MeasureModelFitness(ref RegularIterator, Boolean)

                                                                                                                    +

                                                                                                                    Measures how well the model 'fits' the TM content, by counting out-of-vocabulary words

                                                                                                                    Declaration
                                                                                                                    @@ -2082,7 +2082,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean postdatedOrUnalignedOnly @@ -2133,7 +2133,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    OnProgress(object, TranslationModelProgressEventArgs)

                                                                                                                    +

                                                                                                                    OnProgress(Object, TranslationModelProgressEventArgs)

                                                                                                                    Declaration
                                                                                                                    @@ -2151,7 +2151,7 @@
                                                                                                                    Parameters
                                                                                                                    - object + System.Object sender @@ -2178,7 +2178,7 @@
                                                                                                                    Overrides
                                                                                                                    -

                                                                                                                    SelectiveReindexTranslationUnits(CancellationToken, IProgress<int>)

                                                                                                                    +

                                                                                                                    SelectiveReindexTranslationUnits(CancellationToken, IProgress<Int32>)

                                                                                                                    Provides similar functionality to ReindexTranslationUnits, except that only TUs that require reindexing are reindexed, based on the value of their tokenization_signature_hash column, or no TUs if the TM is a legacy file-based TM that does not have this column.

                                                                                                                    @@ -2197,12 +2197,12 @@
                                                                                                                    Parameters
                                                                                                                    - CancellationToken + System.Threading.CancellationToken token - IProgressint + System.IProgress<System.Int32> progress @@ -2211,7 +2211,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SetAdministratorPassword(string)

                                                                                                                    +

                                                                                                                    SetAdministratorPassword(String)

                                                                                                                    Sets the administrator password and unlocks the TM so the TM is open in administrator mode.

                                                                                                                    @@ -2230,10 +2230,10 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String password

                                                                                                                    The password; or null to remove the password restriction. - Note that setting this password to null also sets all the other passwords to null (if they are currently set).

                                                                                                                    +Note that setting this password to null also sets all the other passwords to null (if they are currently set).

                                                                                                                    @@ -2241,7 +2241,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    SetMaintenancePassword(string)

                                                                                                                    +

                                                                                                                    SetMaintenancePassword(String)

                                                                                                                    Sets the maintenance password.

                                                                                                                    @@ -2260,16 +2260,16 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String password

                                                                                                                    The password; or null to remove the password restriction. - Note that setting this password to null also sets all the read-write and read-only passwords to null (if they are currently set).

                                                                                                                    +Note that setting this password to null also sets all the read-write and read-only passwords to null (if they are currently set).

                                                                                                                    Remarks
                                                                                                                    -

                                                                                                                    This method just updates the password stored in the TM. It does not unlock the translation memory. Use Unlock(string) to do this.

                                                                                                                    +

                                                                                                                    This method just updates the password stored in the TM. It does not unlock the translation memory. Use Unlock(String) to do this.

                                                                                                                    Exceptions
                                                                                                                    @@ -2281,7 +2281,7 @@
                                                                                                                    Exceptions
                                                                                                                    - + @@ -2290,7 +2290,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    SetReadOnlyPassword(string)

                                                                                                                    +

                                                                                                                    SetReadOnlyPassword(String)

                                                                                                                    Sets the read only password.

                                                                                                                    @@ -2309,7 +2309,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -2317,7 +2317,7 @@
                                                                                                                    Parameters
                                                                                                                    InvalidOperationExceptionSystem.InvalidOperationException

                                                                                                                    Thrown when trying to set a maintenance password without having set an administrator password.

                                                                                                                    stringSystem.String password

                                                                                                                    The password; or null to remove the password restriction.

                                                                                                                    Remarks
                                                                                                                    -

                                                                                                                    This method just updates the password stored in the TM. It does not unlock the translation memory. Use Unlock(string) to do this.

                                                                                                                    +

                                                                                                                    This method just updates the password stored in the TM. It does not unlock the translation memory. Use Unlock(String) to do this.

                                                                                                                    Exceptions
                                                                                                                    @@ -2329,7 +2329,7 @@
                                                                                                                    Exceptions
                                                                                                                    - + @@ -2338,7 +2338,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    SetReadWritePassword(string)

                                                                                                                    +

                                                                                                                    SetReadWritePassword(String)

                                                                                                                    Sets the read write password.

                                                                                                                    @@ -2357,16 +2357,16 @@
                                                                                                                    Parameters
                                                                                                                    - +
                                                                                                                    InvalidOperationExceptionSystem.InvalidOperationException

                                                                                                                    Thrown when trying to set a read-only password without having set administrator, maintenance and read-write passwords.

                                                                                                                    stringSystem.String password

                                                                                                                    The password; or null to remove the password restriction. - Note that setting this password to null also sets the read-only passwords to null (if it is currently set).

                                                                                                                    +Note that setting this password to null also sets the read-only passwords to null (if it is currently set).

                                                                                                                    Remarks
                                                                                                                    -

                                                                                                                    This method just updates the password stored in the TM. It does not unlock the translation memory. Use Unlock(string) to do this.

                                                                                                                    +

                                                                                                                    This method just updates the password stored in the TM. It does not unlock the translation memory. Use Unlock(String) to do this.

                                                                                                                    Exceptions
                                                                                                                    @@ -2378,7 +2378,7 @@
                                                                                                                    Exceptions
                                                                                                                    - + @@ -2387,7 +2387,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    Unlock(string)

                                                                                                                    +

                                                                                                                    Unlock(String)

                                                                                                                    Unlocks the translation memory with the specified password.

                                                                                                                    @@ -2406,7 +2406,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -2434,7 +2434,7 @@
                                                                                                                    Event Type
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html index 2a7405450..4f3663e37 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html @@ -91,7 +91,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    FileBasedTranslationMemoryLanguageDirection
                                                                                                                    @@ -104,22 +104,22 @@
                                                                                                                    Implements
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -149,7 +149,7 @@
                                                                                                                    Property Value

                                                                                                                    - + @@ -201,7 +201,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -227,7 +227,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -263,12 +263,12 @@

                                                                                                                    Methods -

                                                                                                                    AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings)

                                                                                                                    +

                                                                                                                    AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings)

                                                                                                                    Adds an array of translation units to the database. If hash codes of the previous translations are provided, a found translation will be overwritten. If none is found, or the hash is 0 or the collection is null, the operation behaves identical to AddTranslationUnits(TranslationUnit[], ImportSettings).

                                                                                                                    -If the provider doesn't support adding/updating, the +If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    @@ -288,13 +288,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -317,7 +317,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -327,12 +327,12 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[])

                                                                                                                    +

                                                                                                                    AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[])

                                                                                                                    Adds an array of translation units to the database, but will only add those for which the corresponding mask field is true. If the previous translation hashes are provided, existing translations will be updated if the target segment hash changed.

                                                                                                                    -If the provider doesn't support adding/updating, the +If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    @@ -352,13 +352,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -370,7 +370,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -387,7 +387,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -398,7 +398,7 @@
                                                                                                                    Returns

                                                                                                                    AddTranslationUnit(TranslationUnit, ImportSettings)

                                                                                                                    -

                                                                                                                    Adds a translation unit to the database. If the provider doesn't support adding/updating, the +

                                                                                                                    Adds a translation unit to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    @@ -450,7 +450,7 @@
                                                                                                                    Returns

                                                                                                                    AddTranslationUnits(TranslationUnit[], ImportSettings)

                                                                                                                    -

                                                                                                                    Adds an array of translation units to the database. If the provider doesn't support adding/updating, the +

                                                                                                                    Adds an array of translation units to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    @@ -469,7 +469,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -492,7 +492,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -502,9 +502,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[])

                                                                                                                    +

                                                                                                                    AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[])

                                                                                                                    Adds an array of translation units to the database, but will only add those -for which the corresponding mask field is true. If the provider doesn't support adding/updating, the +for which the corresponding mask field is true. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    @@ -523,7 +523,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -535,7 +535,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -552,7 +552,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -562,9 +562,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ApplyFieldsToTranslationUnit(FieldValues, bool, PersistentObjectToken)

                                                                                                                    +

                                                                                                                    ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken)

                                                                                                                    Applies the specified field values to the translation unit identified by the specified -translationUnitId.

                                                                                                                    +translationUnitId.

                                                                                                                    Declaration
                                                                                                                    @@ -588,7 +588,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -611,7 +611,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -620,9 +620,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ApplyFieldsToTranslationUnits(FieldValues, bool, PersistentObjectToken[])

                                                                                                                    +

                                                                                                                    ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken[])

                                                                                                                    Applies the specified field values to the translation units identified by the specified -translationUnitIds collection.

                                                                                                                    +translationUnitIds collection.

                                                                                                                    Declaration
                                                                                                                    @@ -646,13 +646,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -669,7 +669,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -696,7 +696,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -706,7 +706,7 @@
                                                                                                                    Returns

                                                                                                                    DeleteTranslationUnit(PersistentObjectToken)

                                                                                                                    -

                                                                                                                    Deletes the translation unit with the specified translationUnitId from the TM.

                                                                                                                    +

                                                                                                                    Deletes the translation unit with the specified translationUnitId from the TM.

                                                                                                                    Declaration
                                                                                                                    @@ -741,7 +741,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -769,7 +769,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -786,7 +786,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -836,7 +836,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -888,7 +888,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -947,7 +947,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -958,7 +958,7 @@
                                                                                                                    Returns

                                                                                                                    EditTranslationUnits(EditScript, EditUpdateMode, PersistentObjectToken[])

                                                                                                                    Applies an EditScript to the translation units identified by the -identifiers in the translationUnitIds collection.

                                                                                                                    +identifiers in the translationUnitIds collection.

                                                                                                                    Declaration
                                                                                                                    @@ -985,12 +985,12 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1007,7 +1007,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1044,16 +1044,16 @@
                                                                                                                    Parameters
                                                                                                                    @@ -1068,22 +1068,22 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    InvalidOperationExceptionSystem.InvalidOperationException

                                                                                                                    Thrown when trying to set a read-write password without having set administrator and maintenance passwords.

                                                                                                                    stringSystem.String password
                                                                                                                    EventHandlerTranslationModelProgressEventArgsSystem.EventHandler<TranslationModelProgressEventArgs>
                                                                                                                    boolSystem.Boolean
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                    TranslationUnitTranslationUnit[] translationUnits

                                                                                                                    An arrays of translation units to be added.

                                                                                                                    intSystem.Int32[] previousTranslationHashes

                                                                                                                    If provided, a corresponding array of a the hash code of a previous translation.

                                                                                                                    ImportResultImportResult[]

                                                                                                                    An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array.

                                                                                                                    TranslationUnitTranslationUnit[] translationUnits

                                                                                                                    An arrays of translation units to be added.

                                                                                                                    intSystem.Int32[] previousTranslationHashes

                                                                                                                    Corresponding hash codes of a previous translation (0 if unknown). The parameter may be null.

                                                                                                                    boolSystem.Boolean[] mask

                                                                                                                    A bool array with the same cardinality as the TU array, specifying which TUs to add.

                                                                                                                    ImportResultImportResult[]

                                                                                                                    An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array.

                                                                                                                    TranslationUnitTranslationUnit[] translationUnits

                                                                                                                    An arrays of translation units to be added.

                                                                                                                    ImportResultImportResult[]

                                                                                                                    An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array.

                                                                                                                    TranslationUnitTranslationUnit[] translationUnits

                                                                                                                    An arrays of translation units to be added.

                                                                                                                    boolSystem.Boolean[] mask

                                                                                                                    A bool array with the same cardinality as the TU array, specifying which TUs to add.

                                                                                                                    ImportResultImportResult[]

                                                                                                                    An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array.

                                                                                                                    boolSystem.Boolean overwrite

                                                                                                                    If true, overwrite the old values, and merge the new values with the old ones otherwise.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the translation unit has been modified. false otherwise.

                                                                                                                    boolSystem.Boolean overwrite

                                                                                                                    If true, overwrite the old values, and merge the new values with the old ones otherwise.

                                                                                                                    PersistentObjectTokenPersistentObjectToken[] translationUnitIds

                                                                                                                    A collection of translation unit IDs to apply the field values to

                                                                                                                    intSystem.Int32

                                                                                                                    The number of changed translation units

                                                                                                                    intSystem.Int32

                                                                                                                    The number of deleted translation units

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the translation unit was deleted, false otherwise.

                                                                                                                    PersistentObjectTokenPersistentObjectToken[] translationUnitIds

                                                                                                                    A collection of the translation unit IDs to delete

                                                                                                                    intSystem.Int32

                                                                                                                    The number of deleted translation units

                                                                                                                    intSystem.Int32

                                                                                                                    The number of deleted translation units.

                                                                                                                    intSystem.Int32

                                                                                                                    The number of edited translation units per round-trip.

                                                                                                                    intSystem.Int32

                                                                                                                    The number of edited translation units per round-trip.

                                                                                                                    EditUpdateMode updateMode

                                                                                                                    The update mode, which can be to update changed - translation units in-place or add new translation units to the TM (which is only relevant - if segment data has been changed).

                                                                                                                    +translation units in-place or add new translation units to the TM (which is only relevant +if segment data has been changed).

                                                                                                                    PersistentObjectTokenPersistentObjectToken[] translationUnitIds

                                                                                                                    The collection of TU IDs to apply the edit script to.

                                                                                                                    intSystem.Int32

                                                                                                                    The number of changed or edited translation units

                                                                                                                    EditUpdateMode updateMode

                                                                                                                    The update mode, which can be to update changed - translation units in-place or add new translation units to the TM (which is only relevant - if segment data has been changed).

                                                                                                                    +translation units in-place or add new translation units to the TM (which is only relevant +if segment data has been changed).

                                                                                                                    RegularIterator iterator

                                                                                                                    The iterator to use. Note that a filter condition can be set on the - iterator in which case the script will only be applied to those translation units - which satisfy the filter condition.

                                                                                                                    +iterator in which case the script will only be applied to those translation units +which satisfy the filter condition.

                                                                                                                    intSystem.Int32

                                                                                                                    The number of changed or edited translation units

                                                                                                                    Remarks
                                                                                                                    -

                                                                                                                    Note that a filter condition can also be set on the editScript - instead of the iterator. Depending on the back-end storage, it may be more efficient to - set it on the iterator than on the edit script.

                                                                                                                    +

                                                                                                                    Note that a filter condition can also be set on the editScript +instead of the iterator. Depending on the back-end storage, it may be more efficient to +set it on the iterator than on the edit script.

                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -

                                                                                                                    Determines whether the specified object is equal to this instance.

                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +

                                                                                                                    Determines whether the specified System.Object is equal to this instance.

                                                                                                                    Declaration
                                                                                                                    @@ -1101,9 +1101,9 @@
                                                                                                                    Parameters
                                                                                                                    - object + System.Object obj -

                                                                                                                    The object to compare with this instance.

                                                                                                                    +

                                                                                                                    The System.Object to compare with this instance.

                                                                                                                    @@ -1118,14 +1118,14 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    true if the specified object is equal to this instance; otherwise, false.

                                                                                                                    + System.Boolean +

                                                                                                                    true if the specified System.Object is equal to this instance; otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)
                                                                                                                    Exceptions
                                                                                                                    @@ -1136,8 +1136,8 @@
                                                                                                                    Exceptions
                                                                                                                    - - + @@ -1151,7 +1151,7 @@

                                                                                                                    ) which will result in the identical hash values,
                                                                                                                  • The source segments only differ by whitespace or certain punctuation, which do not modify the hash values,
                                                                                                                  • The hashing algorithm leads to collisions in which case the segments may be entirely different, but still result in the same hash value.
                                                                                                                  • @@ -1189,7 +1189,7 @@

                                                                                                                    Returns
                                                                                                                    - + @@ -1217,19 +1217,19 @@
                                                                                                                    Returns
                                                                                                                    - - +
                                                                                                                    NullReferenceException

                                                                                                                    The obj parameter is null.

                                                                                                                    +
                                                                                                                    System.NullReferenceException

                                                                                                                    The obj parameter is null.

                                                                                                                    TranslationUnitTranslationUnit[]

                                                                                                                    The translation units which are potential duplicates, or null if no more potential duplicates can be found.

                                                                                                                    int

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    +
                                                                                                                    System.Int32

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()

                                                                                                                    GetTranslationUnit(PersistentObjectToken)

                                                                                                                    -

                                                                                                                    Retrieves the translation unit with the specified translationUnitId from the +

                                                                                                                    Retrieves the translation unit with the specified translationUnitId from the translation memory.

                                                                                                                    @@ -1294,7 +1294,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    The number of translation units.

                                                                                                                    @@ -1308,10 +1308,10 @@

                                                                                                                    MaxCount translation units will be returned in one round-trip. -
                                                                                                                    • A FilterExpression can be set on the iterator in which case +
                                                                                                                      • A FilterExpression can be set on the iterator in which case only those TUs which satisfy the filter condition will be returned.
                                                                                                                      • See also the remarks on MaxScan on how to avoid timeouts with filtered iteration.
                                                                                                                      -

                                                                                                                      +

                                                                                                                    Declaration
                                                                                                                    @@ -1346,7 +1346,7 @@
                                                                                                                    Returns
                                                                                                                    - TranslationUnit + TranslationUnit[]

                                                                                                                    The translation units, or null if no more translation units can be retrieved.

                                                                                                                    @@ -1393,7 +1393,7 @@
                                                                                                                    Returns
                                                                                                                    - TranslationUnit + TranslationUnit[] @@ -1448,7 +1448,7 @@
                                                                                                                    Returns
                                                                                                                    - TranslationUnit + TranslationUnit[]

                                                                                                                    The number of edited translation units per round-trip.

                                                                                                                    @@ -1501,7 +1501,7 @@
                                                                                                                    Returns
                                                                                                                    - TranslationUnit + TranslationUnit[] @@ -1548,7 +1548,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    False if the iterator is at the end of the TM or the TM is empty, true otherwise. The re-indexing process should be continued until the method returns false.

                                                                                                                    @@ -1557,7 +1557,7 @@
                                                                                                                    Returns
                                                                                                                    Remarks

                                                                                                                    For larger TMs (> 100.000 TUs) it is recommended to also recompute the index - statistics after the re-indexing finished (see RecomputeFuzzyIndexStatistics()).

                                                                                                                    +statistics after the re-indexing finished (see RecomputeFuzzyIndexStatistics()).

                                                                                                                    @@ -1695,7 +1695,7 @@
                                                                                                                    Parameters
                                                                                                                    - Segment + Segment[] segments

                                                                                                                    The array containing the segments to search for.

                                                                                                                    @@ -1712,7 +1712,7 @@
                                                                                                                    Returns
                                                                                                                    - SearchResults + SearchResults[]

                                                                                                                    An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array.

                                                                                                                    @@ -1755,7 +1755,7 @@
                                                                                                                    Parameters
                                                                                                                    - Segment + Segment[] segments @@ -1771,7 +1771,7 @@
                                                                                                                    Returns
                                                                                                                    - SegmentAndSubsegmentSearchResults + SegmentAndSubsegmentSearchResults[] @@ -1779,7 +1779,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchSegmentsMasked(SearchSettings, Segment[], bool[])

                                                                                                                    +

                                                                                                                    SearchSegmentsMasked(SearchSettings, Segment[], Boolean[])

                                                                                                                    Performs a search for an array of segments, specifying a mask which specifies which segments should actually be searched (only those for which the corresponding mask bit is true are searched). If the mask is null, the method behaves identically to SearchSegments(SearchSettings, Segment[]). Passing a mask only makes sense in document search contexts (IsDocumentSearch @@ -1807,13 +1807,13 @@

                                                                                                                    Parameters
                                                                                                                    - Segment + Segment[] segments

                                                                                                                    The array containing the segments to search for.

                                                                                                                    - bool + System.Boolean[] mask

                                                                                                                    The array containing the segments to search for.

                                                                                                                    @@ -1830,7 +1830,7 @@
                                                                                                                    Returns
                                                                                                                    - SearchResults + SearchResults[]

                                                                                                                    An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array.

                                                                                                                    @@ -1840,7 +1840,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[])

                                                                                                                    +

                                                                                                                    SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[])

                                                                                                                    Declaration
                                                                                                                    @@ -1873,12 +1873,12 @@
                                                                                                                    Parameters
                                                                                                                    - Segment + Segment[] segments - bool + System.Boolean[] mask @@ -1894,7 +1894,7 @@
                                                                                                                    Returns
                                                                                                                    - SegmentAndSubsegmentSearchResults + SegmentAndSubsegmentSearchResults[] @@ -1902,7 +1902,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchText(SearchSettings, string)

                                                                                                                    +

                                                                                                                    SearchText(SearchSettings, String)

                                                                                                                    Performs a text search.

                                                                                                                    @@ -1927,7 +1927,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String segment

                                                                                                                    The text to search for.

                                                                                                                    @@ -2094,7 +2094,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits @@ -2110,7 +2110,7 @@
                                                                                                                    Returns
                                                                                                                    - SegmentAndSubsegmentSearchResults + SegmentAndSubsegmentSearchResults[] @@ -2143,7 +2143,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    The array containing the translation units to search for.

                                                                                                                    @@ -2160,7 +2160,7 @@
                                                                                                                    Returns
                                                                                                                    - SearchResults + SearchResults[]

                                                                                                                    An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array.

                                                                                                                    @@ -2170,7 +2170,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[])

                                                                                                                    +

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[])

                                                                                                                    Declaration
                                                                                                                    @@ -2203,12 +2203,12 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits - bool + System.Boolean[] mask @@ -2224,7 +2224,7 @@
                                                                                                                    Returns
                                                                                                                    - SegmentAndSubsegmentSearchResults + SegmentAndSubsegmentSearchResults[] @@ -2232,7 +2232,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[])

                                                                                                                    +

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[])

                                                                                                                    Similar to SearchTranslationUnits(SearchSettings, TranslationUnit[]), but allows passing a mask which specifies which TUs are actually searched. This is useful in document search contexts where some TUs are passed which should be used to establish a (text) context, but which should not be processed.

                                                                                                                    @@ -2259,16 +2259,16 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    The array containing the translation units to search for.

                                                                                                                    - bool + System.Boolean[] mask

                                                                                                                    A bool array which specifies which TUs are actually searched (mask[i] = true). If null, the method - behaves identically to SearchTranslationUnits(SearchSettings, TranslationUnit[]).

                                                                                                                    +behaves identically to SearchTranslationUnits(SearchSettings, TranslationUnit[]).

                                                                                                                    @@ -2283,7 +2283,7 @@
                                                                                                                    Returns
                                                                                                                    - SearchResults + SearchResults[]

                                                                                                                    An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array.

                                                                                                                    @@ -2369,7 +2369,7 @@
                                                                                                                    Parameters
                                                                                                                    - Segment + Segment[] segments

                                                                                                                    Segment to use in search query

                                                                                                                    @@ -2386,7 +2386,7 @@
                                                                                                                    Returns
                                                                                                                    - SubsegmentSearchResultsCollection + SubsegmentSearchResultsCollection[]

                                                                                                                    A SubsegmentSearchResultsCollection array containing the results or an empty array if no results were found.

                                                                                                                    @@ -2412,7 +2412,7 @@
                                                                                                                    Returns
                                                                                                                    - ListSubsegmentMatchType + System.Collections.Generic.List<SubsegmentMatchType> @@ -2422,7 +2422,7 @@
                                                                                                                    Returns

                                                                                                                    UpdateTranslationUnit(TranslationUnit)

                                                                                                                    Updates the properties and fields of an existing translation unit if the source and target segments are unchanged or -adds a new translation unit otherwise. If the provider doesn't support adding/updating, the +adds a new translation unit otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    The translation unit should be initialized in a previous call to the translation memory, so that the ID property is set to a valid value.

                                                                                                                    @@ -2471,7 +2471,7 @@
                                                                                                                    Returns

                                                                                                                    UpdateTranslationUnits(TranslationUnit[])

                                                                                                                    Updates the properties and fields of an array of existing translation units if the source and target segments are unchanged or -adds new translation units otherwise. If the provider doesn't support adding/updating, the +adds new translation units otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    The translation units should be initialized in previous calls to the translation memory, so that their ID properties are set to valid values.

                                                                                                                    @@ -2492,7 +2492,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    The translation unit array to be updated.

                                                                                                                    @@ -2509,7 +2509,7 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult + ImportResult[]

                                                                                                                    An array of results which mirrors the translation unit array. It has the exact same size and contains the results for each translation unit with the same index within the translation unit array.

                                                                                                                    @@ -2519,7 +2519,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    UpdateTranslationUnitsMasked(TranslationUnit[], bool[])

                                                                                                                    +

                                                                                                                    UpdateTranslationUnitsMasked(TranslationUnit[], Boolean[])

                                                                                                                    Updates (adds, overwrites, or merges) the specified translation units.

                                                                                                                    @@ -2538,19 +2538,19 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    The translation units to update.

                                                                                                                    - bool + System.Boolean[] mask -

                                                                                                                    An optional mask with the same length as translationUnits. If - provided, only those TUs in translationUnits will be updated for which the corresponding - flag in mask is

                                                                                                                    true
                                                                                                                    . Those TUs for which the corresponding - flag is
                                                                                                                    false
                                                                                                                    will only be used to establish context information. If no masking - is required, this parameter can be null.

                                                                                                                    +

                                                                                                                    An optional mask with the same length as translationUnits. If +provided, only those TUs in translationUnits will be updated for which the corresponding +flag in mask is

                                                                                                                    true
                                                                                                                    . Those TUs for which the corresponding +flag is
                                                                                                                    false
                                                                                                                    will only be used to establish context information. If no masking +is required, this parameter can be null.

                                                                                                                    @@ -2565,13 +2565,41 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult -

                                                                                                                    An array of ImportResults with the same length as translationUnits, + ImportResult[] +

                                                                                                                    An array of ImportResults with the same length as translationUnits, which indicates, for each translation unit, the action taken by the translation memory.

                                                                                                                    +

                                                                                                                    Explicit Interface Implementations +

                                                                                                                    + + + +

                                                                                                                    ITranslationProviderLanguageDirection.TranslationProvider

                                                                                                                    +

                                                                                                                    Gets the translation memory to which this language direction belongs.

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    ITranslationProvider ITranslationProviderLanguageDirection.TranslationProvider { get; }
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Returns
                                                                                                                    + + + + + + + + + + + + + +
                                                                                                                    TypeDescription
                                                                                                                    ITranslationProvider

                                                                                                                    Implements

                                                                                                                    ISubsegmentTranslationMemoryLanguageDirection diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.html index 77c7e3db0..89060a39c 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.html @@ -91,42 +91,10 @@

                                                                                                                    Inheritance
                                                                                                                    - - - -
                                                                                                                    FileTransferEventArgs
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    FileTransferEventArgs
                                                                                                                    - -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -148,7 +116,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    FileTransferEventArgs(long, long)

                                                                                                                    +

                                                                                                                    FileTransferEventArgs(Int64, Int64)

                                                                                                                    Creates instance with bytes downloaded versus total bytes to download.

                                                                                                                    @@ -167,13 +135,13 @@
                                                                                                                    Parameters
                                                                                                                    - long + System.Int64 bytesTransferred

                                                                                                                    The number of bytes that have been downloaded.

                                                                                                                    - long + System.Int64 totalBytes

                                                                                                                    The total number of bytes that will be downloaded.

                                                                                                                    @@ -203,7 +171,7 @@
                                                                                                                    Property Value
                                                                                                                    - long + System.Int64 @@ -229,7 +197,7 @@
                                                                                                                    Property Value
                                                                                                                    - long + System.Int64 diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.html index 1d98abe55..a4de34083 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.html @@ -92,25 +92,25 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    GenericCredentials
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -121,7 +121,7 @@

                                                                                                                    Constructors -

                                                                                                                    GenericCredentials(string)

                                                                                                                    +

                                                                                                                    GenericCredentials(String)

                                                                                                                    Constructs a GenericCredentials class from a credentials string previously created by another instance of this class.

                                                                                                                    @@ -140,7 +140,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String credentialString @@ -149,7 +149,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    GenericCredentials(string, string)

                                                                                                                    +

                                                                                                                    GenericCredentials(String, String)

                                                                                                                    Constructs a GenericCredentials class from a UserName and Password string.

                                                                                                                    @@ -168,12 +168,12 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String userName - string + System.String password @@ -184,7 +184,7 @@

                                                                                                                    Properties -

                                                                                                                    this[string]

                                                                                                                    +

                                                                                                                    Item[String]

                                                                                                                    A string indexer that allows any number of key/value pairs to used in a credentials store.

                                                                                                                    @@ -203,7 +203,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String propertyName @@ -219,7 +219,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -245,7 +245,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -271,7 +271,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -281,8 +281,8 @@

                                                                                                                    Methods -

                                                                                                                    Equals(object)

                                                                                                                    -

                                                                                                                    Determines whether the specified object is equal to this instance.

                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +

                                                                                                                    Determines whether the specified System.Object is equal to this instance.

                                                                                                                    Declaration
                                                                                                                    @@ -300,9 +300,9 @@
                                                                                                                    Parameters
                                                                                                                    - object + System.Object obj -

                                                                                                                    The object to compare with this instance.

                                                                                                                    +

                                                                                                                    The System.Object to compare with this instance.

                                                                                                                    @@ -317,14 +317,14 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    true if the specified object is equal to this instance; otherwise, false.

                                                                                                                    + System.Boolean +

                                                                                                                    true if the specified System.Object is equal to this instance; otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)
                                                                                                                    Exceptions
                                                                                                                    @@ -335,8 +335,8 @@
                                                                                                                    Exceptions
                                                                                                                    - - + @@ -362,14 +362,14 @@
                                                                                                                    Returns
                                                                                                                    - - +
                                                                                                                    NullReferenceException

                                                                                                                    The obj parameter is null.

                                                                                                                    +
                                                                                                                    System.NullReferenceException

                                                                                                                    The obj parameter is null.

                                                                                                                    int

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    +
                                                                                                                    System.Int32

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    @@ -391,7 +391,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String[] @@ -420,7 +420,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    The credential string representation.

                                                                                                                    @@ -447,14 +447,14 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    The credential string representation.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Helpers.FileBasedTMSettingsCloner.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Helpers.FileBasedTMSettingsCloner.html index 174c25093..a96e427f1 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Helpers.FileBasedTMSettingsCloner.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Helpers.FileBasedTMSettingsCloner.html @@ -90,34 +90,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    FileBasedTMSettingsCloner
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiHelpers
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Helpers
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemory.html index b8800c190..95d7142e5 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemory.html @@ -89,7 +89,7 @@

                                                                                                                    Provides information about TM support for advanced context matching functionality

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -144,7 +144,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -170,7 +170,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemoryLanguageDirection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemoryLanguageDirection.html index 4d5cd3ec7..a59982d66 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemoryLanguageDirection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemoryLanguageDirection.html @@ -89,7 +89,7 @@

                                                                                                                    IAdvancedContextTranslationMemoryLanguageDirection interface

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -137,7 +137,7 @@
                                                                                                                    Returns
                                                                                                                    - TranslationUnit + TranslationUnit[] diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.html index 560d89310..2362d0c22 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.html @@ -107,7 +107,7 @@
                                                                                                                    Inherited Members
                                                                                                                    ITranslationMemory.Delete()
                                                                                                                    ITranslationProvider.StatusInfo @@ -233,7 +233,7 @@
                                                                                                                    Inherited Members
                                                                                                                    ISupportPlaceables.Recognizers
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -263,7 +263,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -324,7 +324,7 @@
                                                                                                                    Property Value

                                                                                                                    ShouldAlign

                                                                                                                    -

                                                                                                                    Indicates whether 'quick' alignment (i.e. alignment of any unaligned TUs, plus postdated TUs for which a newer model is now available) is recommended

                                                                                                                    +

                                                                                                                    Indicates whether 'quick' alignment (i.e. alignment of any unaligned TUs, plus postdated TUs for which a newer model is now available) is recommended

                                                                                                                    Declaration
                                                                                                                    @@ -341,7 +341,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -367,7 +367,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -393,7 +393,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -403,7 +403,7 @@

                                                                                                                    Methods -

                                                                                                                    AlignTranslationUnits(bool, bool, CancellationToken, IProgress<int>)

                                                                                                                    +

                                                                                                                    AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress<Int32>)

                                                                                                                    Performs bulk fine-grained alignment on translation units in a TM

                                                                                                                    @@ -422,22 +422,22 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean unalignedOnly - bool + System.Boolean unalignedOrPostdatedOnly - CancellationToken + System.Threading.CancellationToken token - IProgressint + System.IProgress<System.Int32> progress @@ -457,8 +457,8 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    MeasureModelFitness(ref RegularIterator, bool)

                                                                                                                    -

                                                                                                                    Measures how well the model 'fits' the TM content, by counting out-of-vocabulary words

                                                                                                                    +

                                                                                                                    MeasureModelFitness(ref RegularIterator, Boolean)

                                                                                                                    +

                                                                                                                    Measures how well the model 'fits' the TM content, by counting out-of-vocabulary words

                                                                                                                    Declaration
                                                                                                                    @@ -481,7 +481,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean postdatedOrUnalignedOnly diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IFieldsTemplate.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IFieldsTemplate.html index ac3ebee91..c32e8fc9a 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IFieldsTemplate.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IFieldsTemplate.html @@ -89,7 +89,7 @@

                                                                                                                    Represents a fields template, which is a named collection of fields that can be applied to a translation memory.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -118,7 +118,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String

                                                                                                                    The general description.

                                                                                                                    @@ -128,7 +128,7 @@
                                                                                                                    Property Value

                                                                                                                    FieldDefinitions

                                                                                                                    -

                                                                                                                    Gets the collections of fields in this fields template.

                                                                                                                    +

                                                                                                                    Gets the collections of fields in this fields template.

                                                                                                                    Declaration
                                                                                                                    @@ -174,7 +174,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String

                                                                                                                    The entity name.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IFileBasedTranslationMemory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IFileBasedTranslationMemory.html index fd314709e..c2b81e4b5 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IFileBasedTranslationMemory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IFileBasedTranslationMemory.html @@ -92,13 +92,13 @@

                                                                                                                    Inherited Members
                                                                                                                    ITranslationProvider.StatusInfo @@ -257,7 +257,7 @@
                                                                                                                    Inherited Members
                                                                                                                    ISupportPlaceables.Recognizers
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -310,7 +310,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -388,7 +388,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -417,7 +417,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] tus

                                                                                                                    Array of Translation Units

                                                                                                                    @@ -434,7 +434,7 @@
                                                                                                                    Returns
                                                                                                                    - AlignResult + AlignResult[]

                                                                                                                    Array of AlignResult enums reflecting the result of each alignment attempt.

                                                                                                                    @@ -484,12 +484,12 @@
                                                                                                                    Parameters
                                                                                                                    - IProgressTranslationMemoryProgress + System.IProgress<TranslationMemoryProgress> progress - CancellationToken + System.Threading.CancellationToken cancellationToken @@ -517,7 +517,7 @@
                                                                                                                    Event Type
                                                                                                                    - EventHandlerTranslationModelProgressEventArgs + System.EventHandler<TranslationModelProgressEventArgs> diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourceEntity.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourceEntity.html index f4baa111c..fc7285e22 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourceEntity.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourceEntity.html @@ -88,7 +88,7 @@

                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -116,7 +116,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -141,7 +141,7 @@
                                                                                                                    Property Value
                                                                                                                    - byte + System.Byte[] @@ -166,7 +166,7 @@
                                                                                                                    Property Value
                                                                                                                    - object + System.Object @@ -191,7 +191,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -216,7 +216,7 @@
                                                                                                                    Property Value
                                                                                                                    - LanguageResourceType + System.Nullable<LanguageResourceType> @@ -241,7 +241,7 @@
                                                                                                                    Property Value
                                                                                                                    - Guid + System.Nullable<System.Guid> diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourcesTemplate.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourcesTemplate.html index 5d44d9327..aa566b298 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourcesTemplate.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourcesTemplate.html @@ -87,7 +87,7 @@

                                                                                                                    Interface ILanguageResourcesTemplate

                                                                                                                    Represents a language resources template, which is a LanguageResourceBundleCollection -that can be stored and managed individually.

                                                                                                                    +that can be stored and managed individually.

                                                                                                                    @@ -99,7 +99,7 @@
                                                                                                                    Inherited Members
                                                                                                                    ISupportPlaceables.Recognizers
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -131,7 +131,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -157,7 +157,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -183,7 +183,7 @@
                                                                                                                    Property Value
                                                                                                                    - TokenizerFlags + System.Nullable<TokenizerFlags> @@ -209,7 +209,7 @@
                                                                                                                    Property Value
                                                                                                                    - WordCountFlags + System.Nullable<WordCountFlags> diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILocalTranslationMemory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILocalTranslationMemory.html index 416ab04c1..f5d1b82a5 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILocalTranslationMemory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILocalTranslationMemory.html @@ -89,7 +89,7 @@

                                                                                                                    Represents base class for bilingual file-based (FileBasedTranslationMemory) and in-memory translation memories (InMemoryTranslationMemory).

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IPermissionCheck.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IPermissionCheck.html index 07d6d29a9..f504cbd29 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IPermissionCheck.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IPermissionCheck.html @@ -90,7 +90,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -101,7 +101,7 @@

                                                                                                                    Methods -

                                                                                                                    HasPermission(string)

                                                                                                                    +

                                                                                                                    HasPermission(String)

                                                                                                                    Gets whether this object has the permission with the specified name.

                                                                                                                    @@ -120,7 +120,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String permission

                                                                                                                    The permission name.

                                                                                                                    @@ -137,10 +137,8 @@
                                                                                                                    Returns
                                                                                                                    - bool -
                                                                                                                    -  true
                                                                                                                    -
                                                                                                                    is the object has the specified permission. + System.Boolean +
                                                                                                                    true
                                                                                                                    is the object has the specified permission. diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IReindexableTranslationMemory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IReindexableTranslationMemory.html index f5d0bc0fc..c90853b47 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IReindexableTranslationMemory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IReindexableTranslationMemory.html @@ -86,10 +86,10 @@

                                                                                                                    Interface IReindexableTranslationMemory

                                                                                                                    -

                                                                                                                    Represents an upgraded file-based TM

                                                                                                                    +

                                                                                                                    Represents an upgraded file-based TM

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -118,7 +118,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -144,7 +144,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Nullable<System.Boolean> @@ -170,7 +170,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -180,7 +180,7 @@

                                                                                                                    Methods -

                                                                                                                    SelectiveReindexTranslationUnits(CancellationToken, IProgress<int>)

                                                                                                                    +

                                                                                                                    SelectiveReindexTranslationUnits(CancellationToken, IProgress<Int32>)

                                                                                                                    Provides similar functionality to ReindexTranslationUnits, except that only TUs that require reindexing are reindexed, based on the value of their tokenization_signature_hash column, or no TUs if the TM is a legacy file-based TM that does not have this column.

                                                                                                                    @@ -199,12 +199,12 @@
                                                                                                                    Parameters
                                                                                                                    - CancellationToken + System.Threading.CancellationToken token - IProgressint + System.IProgress<System.Int32> progress diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.html index e17ad2308..ce1958afd 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.html @@ -89,7 +89,7 @@

                                                                                                                    Exposes translation provider subsegment functionality for a specific language direction.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -133,7 +133,7 @@
                                                                                                                    Parameters
                                                                                                                    SubsegmentSearchCondition condition -

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    +

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    @@ -196,11 +196,11 @@
                                                                                                                    Parameters
                                                                                                                    SubsegmentSearchCondition condition -

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    +

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    - Segment + Segment[] segments

                                                                                                                    The array containing the segments to search for.

                                                                                                                    @@ -217,9 +217,9 @@
                                                                                                                    Returns
                                                                                                                    - SegmentAndSubsegmentSearchResults + SegmentAndSubsegmentSearchResults[]

                                                                                                                    An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the - search results for each segment with the same index within the segments array.

                                                                                                                    +search results for each segment with the same index within the segments array.

                                                                                                                    @@ -227,7 +227,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[])

                                                                                                                    +

                                                                                                                    SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[])

                                                                                                                    Performs a segment-level search, and optionally a subsegment search, for an array of segments, specifying a mask which specifies which segments should actually be searched (only those for which the corresponding mask bit is true are searched). If the mask is null, the method behaves identically to SearchSegments(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[]). Passing a mask only makes sense in document search contexts (IsDocumentSearch @@ -263,17 +263,17 @@

                                                                                                                    Parameters
                                                                                                                    SubsegmentSearchCondition condition -

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    +

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    - Segment + Segment[] segments

                                                                                                                    The array containing the segments to search for.

                                                                                                                    - bool + System.Boolean[] mask

                                                                                                                    The array containing the segments to search for.

                                                                                                                    @@ -290,9 +290,9 @@
                                                                                                                    Returns
                                                                                                                    - SegmentAndSubsegmentSearchResults + SegmentAndSubsegmentSearchResults[]

                                                                                                                    An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the - search results for each segment with the same index within the segments array.

                                                                                                                    +search results for each segment with the same index within the segments array.

                                                                                                                    @@ -333,7 +333,7 @@
                                                                                                                    Parameters
                                                                                                                    SubsegmentSearchCondition condition -

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    +

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    @@ -396,11 +396,11 @@
                                                                                                                    Parameters
                                                                                                                    SubsegmentSearchCondition condition -

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    +

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    The array containing the translation units to search for.

                                                                                                                    @@ -417,9 +417,9 @@
                                                                                                                    Returns
                                                                                                                    - SegmentAndSubsegmentSearchResults + SegmentAndSubsegmentSearchResults[]

                                                                                                                    An array of objects, which mirrors the translation unit array. It has the exact same size and contains - the search results for each translation unit with the same index within the translation unit array.

                                                                                                                    +the search results for each translation unit with the same index within the translation unit array.

                                                                                                                    @@ -427,7 +427,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[])

                                                                                                                    +

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[])

                                                                                                                    Similar to SearchTranslationUnits(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[]), but allows passing a mask which specifies which TUs are actually searched. This is useful in document search contexts where some TUs are passed which should be used to establish a (text) context, but which should not be processed.

                                                                                                                    @@ -462,20 +462,20 @@
                                                                                                                    Parameters
                                                                                                                    SubsegmentSearchCondition condition -

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    +

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    The array containing the translation units to search for.

                                                                                                                    - bool + System.Boolean[] mask

                                                                                                                    A bool array which specifies which TUs are actually searched (mask[i] = true). If null, the method - behaves identically to SearchTranslationUnits(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[]).

                                                                                                                    +behaves identically to SearchTranslationUnits(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[]).

                                                                                                                    @@ -490,9 +490,9 @@
                                                                                                                    Returns
                                                                                                                    - SegmentAndSubsegmentSearchResults + SegmentAndSubsegmentSearchResults[]

                                                                                                                    An array of objects, which mirrors the translation unit array. It has the exact same size and contains - the search results for each translation unit with the same index within the translation unit array.

                                                                                                                    +the search results for each translation unit with the same index within the translation unit array.

                                                                                                                    @@ -527,7 +527,7 @@
                                                                                                                    Parameters
                                                                                                                    Segment segment -

                                                                                                                    The segment for which subsegment matches should be sought, aka 'query segment'

                                                                                                                    +

                                                                                                                    The segment for which subsegment matches should be sought, aka 'query segment'

                                                                                                                    @@ -579,7 +579,7 @@
                                                                                                                    Parameters
                                                                                                                    - Segment + Segment[] segments

                                                                                                                    The array containing the segments for which subsegment matches should be sought

                                                                                                                    @@ -596,7 +596,7 @@
                                                                                                                    Returns
                                                                                                                    - SubsegmentSearchResultsCollection + SubsegmentSearchResultsCollection[]

                                                                                                                    A SubsegmentSearchResultsCollection object containing any subsegment matches found.

                                                                                                                    @@ -626,7 +626,7 @@
                                                                                                                    Returns
                                                                                                                    - ListSubsegmentMatchType + System.Collections.Generic.List<SubsegmentMatchType> diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISupportPlaceables.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISupportPlaceables.html index 09fad5892..d48346d8e 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISupportPlaceables.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISupportPlaceables.html @@ -89,7 +89,7 @@

                                                                                                                    Represents a Translation Provider that supports Placeables

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -125,9 +125,9 @@
                                                                                                                    Property Value
                                                                                                                    Remarks

                                                                                                                    In case this is a server-based translation memory, which is associated with a language resources template (see ILanguageResourcesTemplate), - this returns a read-only language resources collection identical to the template's language resources collection. In all other cases, - the language resources collection returned can be modified. Note that you have to call Save to persist any changes made to - language resources.

                                                                                                                    +this returns a read-only language resources collection identical to the template's language resources collection. In all other cases, +the language resources collection returned can be modified. Note that you have to call to persist any changes made to +language resources.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.html index 5194aca7c..5eae24ba3 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.html @@ -101,7 +101,7 @@
                                                                                                                    Inherited Members
                                                                                                                    ITranslationProvider.SerializeState()
                                                                                                                    ITranslationProvider.StatusInfo @@ -173,7 +173,7 @@
                                                                                                                    Inherited Members
                                                                                                                    ISupportPlaceables.Recognizers
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -202,7 +202,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -231,7 +231,7 @@
                                                                                                                    Property Value
                                                                                                                    - DateTime + System.DateTime @@ -257,7 +257,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -283,7 +283,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -312,7 +312,7 @@
                                                                                                                    Property Value
                                                                                                                    - DateTime + System.Nullable<System.DateTime> @@ -348,20 +348,20 @@
                                                                                                                    Property Value
                                                                                                                    Remarks

                                                                                                                    In case this is a server-based translation memory, which is associated with a fields template (see IFieldsTemplate), - this returns a read-only fields collection identical to the template's fields collection. In all other cases, - the field collection returned can be modified. Note that you have to call Save() to persist any changes made to - the fields.

                                                                                                                    +this returns a read-only fields collection identical to the template's fields collection. In all other cases, +the field collection returned can be modified. Note that you have to call Save() to persist any changes made to +the fields.

                                                                                                                    - -

                                                                                                                    FuzzyIndexStatisticsRecomputedAt

                                                                                                                    -

                                                                                                                    Gets the time of the last fuzzy index statistics recomputation of this TM, if available.

                                                                                                                    + +

                                                                                                                    FuzzyIndexes

                                                                                                                    +

                                                                                                                    Gets or sets the set of fuzzy indices defined on this TM.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    DateTime? FuzzyIndexStatisticsRecomputedAt { get; }
                                                                                                                    +
                                                                                                                    FuzzyIndexes FuzzyIndexes { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -373,22 +373,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    DateTimeFuzzyIndexes
                                                                                                                    - -

                                                                                                                    FuzzyIndexStatisticsSize

                                                                                                                    -

                                                                                                                    Gets the size of the TM at the point of the last fuzzy index statistics recomputation, -if available.

                                                                                                                    + +

                                                                                                                    FuzzyIndexStatisticsRecomputedAt

                                                                                                                    +

                                                                                                                    Gets the time of the last fuzzy index statistics recomputation of this TM, if available.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    int? FuzzyIndexStatisticsSize { get; }
                                                                                                                    +
                                                                                                                    DateTime? FuzzyIndexStatisticsRecomputedAt { get; }
                                                                                                                    Property Value
                                                                                                                    @@ -400,21 +399,22 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    intSystem.Nullable<System.DateTime>
                                                                                                                    - -

                                                                                                                    FuzzyIndexTuningSettings

                                                                                                                    -

                                                                                                                    Gets or sets the fuzzy index tuning settings for the TM.

                                                                                                                    + +

                                                                                                                    FuzzyIndexStatisticsSize

                                                                                                                    +

                                                                                                                    Gets the size of the TM at the point of the last fuzzy index statistics recomputation, +if available.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    FuzzyIndexTuningSettings FuzzyIndexTuningSettings { get; set; }
                                                                                                                    +
                                                                                                                    int? FuzzyIndexStatisticsSize { get; }
                                                                                                                    Property Value
                                                                                                                    @@ -426,21 +426,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    FuzzyIndexTuningSettingsSystem.Nullable<System.Int32>
                                                                                                                    - -

                                                                                                                    FuzzyIndexes

                                                                                                                    -

                                                                                                                    Gets or sets the set of fuzzy indices defined on this TM.

                                                                                                                    + +

                                                                                                                    FuzzyIndexTuningSettings

                                                                                                                    +

                                                                                                                    Gets or sets the fuzzy index tuning settings for the TM.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    FuzzyIndexes FuzzyIndexes { get; set; }
                                                                                                                    +
                                                                                                                    FuzzyIndexTuningSettings FuzzyIndexTuningSettings { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -452,7 +452,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -478,7 +478,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -498,7 +498,7 @@
                                                                                                                    Declaration
                                                                                                                    Remarks

                                                                                                                    In the case of a file-based translation memory, this deletes the translation memory file itself. - Server-based translation memories are deleted from the server, including all their content.

                                                                                                                    +Server-based translation memories are deleted from the server, including all their content.

                                                                                                                    @@ -566,7 +566,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -575,7 +575,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    HasPermission(string)

                                                                                                                    +

                                                                                                                    HasPermission(String)

                                                                                                                    Checks whether the current user has the specified permission on this translation memory.

                                                                                                                    @@ -594,7 +594,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -611,7 +611,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -661,7 +661,7 @@
                                                                                                                    Returns
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory2015.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory2015.html index 97c712bbd..f4b756409 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory2015.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory2015.html @@ -101,7 +101,7 @@
                                                                                                                    Inherited Members
                                                                                                                    ITranslationMemory.Delete()
                                                                                                                    ITranslationProvider.StatusInfo @@ -227,7 +227,7 @@
                                                                                                                    Inherited Members
                                                                                                                    ISupportPlaceables.Recognizers
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html index d5d141da3..369e4d6bb 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html @@ -98,10 +98,10 @@
                                                                                                                    Inherited Members
                                                                                                                    ITranslationProviderLanguageDirection.SearchSegments(SearchSettings, Segment[])
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -182,9 +182,9 @@

                                                                                                                    Methods -

                                                                                                                    ApplyFieldsToTranslationUnit(FieldValues, bool, PersistentObjectToken)

                                                                                                                    +

                                                                                                                    ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken)

                                                                                                                    Applies the specified field values to the translation unit identified by the specified -translationUnitId.

                                                                                                                    +translationUnitId.

                                                                                                                    Declaration
                                                                                                                    @@ -208,7 +208,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -231,7 +231,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -240,9 +240,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ApplyFieldsToTranslationUnits(FieldValues, bool, PersistentObjectToken[])

                                                                                                                    +

                                                                                                                    ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken[])

                                                                                                                    Applies the specified field values to the translation units identified by the specified -translationUnitIds collection.

                                                                                                                    +translationUnitIds collection.

                                                                                                                    Declaration
                                                                                                                    @@ -266,13 +266,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -289,7 +289,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -316,7 +316,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -326,7 +326,7 @@
                                                                                                                    Returns

                                                                                                                    DeleteTranslationUnit(PersistentObjectToken)

                                                                                                                    -

                                                                                                                    Deletes the translation unit with the specified translationUnitId from the TM.

                                                                                                                    +

                                                                                                                    Deletes the translation unit with the specified translationUnitId from the TM.

                                                                                                                    Declaration
                                                                                                                    @@ -361,7 +361,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -389,7 +389,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -406,7 +406,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -456,7 +456,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -467,7 +467,7 @@
                                                                                                                    Returns

                                                                                                                    EditTranslationUnits(EditScript, EditUpdateMode, PersistentObjectToken[])

                                                                                                                    Applies an EditScript to the translation units identified by the -identifiers in the translationUnitIds collection.

                                                                                                                    +identifiers in the translationUnitIds collection.

                                                                                                                    Declaration
                                                                                                                    @@ -494,12 +494,12 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -516,7 +516,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -553,16 +553,16 @@
                                                                                                                    Parameters
                                                                                                                    @@ -577,16 +577,16 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    FuzzyIndexesFuzzyIndexTuningSettings
                                                                                                                    ReadOnlyCollectionLanguagePairSystem.Collections.ObjectModel.ReadOnlyCollection<LanguagePair>
                                                                                                                    intSystem.Int32

                                                                                                                    The total translation unit count for this TM.

                                                                                                                    stringSystem.String permission

                                                                                                                    A permission ID. See TranslationMemoryPermissions.

                                                                                                                    boolSystem.Boolean

                                                                                                                    True if the user has the specified permission for this TM.

                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean overwrite

                                                                                                                    If true, overwrite the old values, and merge the new values with the old ones otherwise.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the translation unit has been modified. false otherwise.

                                                                                                                    boolSystem.Boolean overwrite

                                                                                                                    If true, overwrite the old values, and merge the new values with the old ones otherwise.

                                                                                                                    PersistentObjectTokenPersistentObjectToken[] translationUnitIds

                                                                                                                    A collection of translation unit IDs to apply the field values to

                                                                                                                    intSystem.Int32

                                                                                                                    The number of changed translation units

                                                                                                                    intSystem.Int32

                                                                                                                    The number of deleted translation units

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the translation unit was deleted, false otherwise.

                                                                                                                    PersistentObjectTokenPersistentObjectToken[] translationUnitIds

                                                                                                                    A collection of the translation unit IDs to delete

                                                                                                                    intSystem.Int32

                                                                                                                    The number of deleted translation units

                                                                                                                    intSystem.Int32

                                                                                                                    The number of deleted translation units.

                                                                                                                    EditUpdateMode updateMode

                                                                                                                    The update mode, which can be to update changed - translation units in-place or add new translation units to the TM (which is only relevant - if segment data has been changed).

                                                                                                                    +translation units in-place or add new translation units to the TM (which is only relevant +if segment data has been changed).

                                                                                                                    PersistentObjectTokenPersistentObjectToken[] translationUnitIds

                                                                                                                    The collection of TU IDs to apply the edit script to.

                                                                                                                    intSystem.Int32

                                                                                                                    The number of changed or edited translation units

                                                                                                                    EditUpdateMode updateMode

                                                                                                                    The update mode, which can be to update changed - translation units in-place or add new translation units to the TM (which is only relevant - if segment data has been changed).

                                                                                                                    +translation units in-place or add new translation units to the TM (which is only relevant +if segment data has been changed).

                                                                                                                    RegularIterator iterator

                                                                                                                    The iterator to use. Note that a filter condition can be set on the - iterator in which case the script will only be applied to those translation units - which satisfy the filter condition.

                                                                                                                    +iterator in which case the script will only be applied to those translation units +which satisfy the filter condition.

                                                                                                                    intSystem.Int32

                                                                                                                    The number of changed or edited translation units

                                                                                                                    Remarks
                                                                                                                    -

                                                                                                                    Note that a filter condition can also be set on the editScript - instead of the iterator. Depending on the back-end storage, it may be more efficient to - set it on the iterator than on the edit script.

                                                                                                                    +

                                                                                                                    Note that a filter condition can also be set on the editScript +instead of the iterator. Depending on the back-end storage, it may be more efficient to +set it on the iterator than on the edit script.

                                                                                                                    @@ -597,7 +597,7 @@

                                                                                                                    ) which will result in the identical hash values,
                                                                                                                  • The source segments only differ by whitespace or certain punctuation, which do not modify the hash values,
                                                                                                                  • The hashing algorithm leads to collisions in which case the segments may be entirely different, but still result in the same hash value.
                                                                                                                  • @@ -635,9 +635,9 @@

                                                                                                                    Returns
                                                                                                                    - TranslationUnit + TranslationUnit[]

                                                                                                                    The translation units which are potential duplicates, or null if no - more potential duplicates can be found.

                                                                                                                    +more potential duplicates can be found.

                                                                                                                    @@ -646,7 +646,7 @@
                                                                                                                    Returns

                                                                                                                    GetTranslationUnit(PersistentObjectToken)

                                                                                                                    -

                                                                                                                    Retrieves the translation unit with the specified translationUnitId from the +

                                                                                                                    Retrieves the translation unit with the specified translationUnitId from the translation memory.

                                                                                                                    @@ -684,7 +684,7 @@
                                                                                                                    Returns
                                                                                                                    TranslationUnit

                                                                                                                    The translation unit with the specified ID, or null if that TU does not - exist.

                                                                                                                    +exist.

                                                                                                                    @@ -694,7 +694,7 @@
                                                                                                                    Returns

                                                                                                                    GetTranslationUnitCount()

                                                                                                                    Returns the number of translation units in this TM. Note that the computation of the TU -count may be a time-consuming operation for some back-end storage systems.

                                                                                                                    +count may be a time-consuming operation for some back-end storage systems.

                                                                                                                    Declaration
                                                                                                                    @@ -711,7 +711,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32 @@ -762,9 +762,9 @@
                                                                                                                    Returns
                                                                                                                    - TranslationUnit + TranslationUnit[]

                                                                                                                    The translation units, or null if no more translation units can be - retrieved.

                                                                                                                    +retrieved.

                                                                                                                    @@ -816,7 +816,7 @@
                                                                                                                    Returns
                                                                                                                    - TranslationUnit + TranslationUnit[] @@ -863,21 +863,21 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    False if the iterator is at the end of the TM or the TM is empty, true otherwise. - The re-indexing process should be continued until the method returns false.

                                                                                                                    +The re-indexing process should be continued until the method returns false.

                                                                                                                    Remarks

                                                                                                                    For larger TMs (> 100.000 TUs) it is recommended to also recompute the index - statistics after the re-indexing finished (see RecomputeFuzzyIndexStatistics()).

                                                                                                                    +statistics after the re-indexing finished (see RecomputeFuzzyIndexStatistics()).

                                                                                                                    -

                                                                                                                    UpdateTranslationUnitsMasked(TranslationUnit[], bool[])

                                                                                                                    +

                                                                                                                    UpdateTranslationUnitsMasked(TranslationUnit[], Boolean[])

                                                                                                                    Updates (adds, overwrites, or merges) the specified translation units.

                                                                                                                    @@ -896,19 +896,19 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    The translation units to update.

                                                                                                                    - bool + System.Boolean[] mask -

                                                                                                                    An optional mask with the same length as translationUnits. If - provided, only those TUs in translationUnits will be updated for which the corresponding - flag in mask is

                                                                                                                    true
                                                                                                                    . Those TUs for which the corresponding - flag is
                                                                                                                    false
                                                                                                                    will only be used to establish context information. If no masking - is required, this parameter can be null.

                                                                                                                    +

                                                                                                                    An optional mask with the same length as translationUnits. If +provided, only those TUs in translationUnits will be updated for which the corresponding +flag in mask is

                                                                                                                    true
                                                                                                                    . Those TUs for which the corresponding +flag is
                                                                                                                    false
                                                                                                                    will only be used to establish context information. If no masking +is required, this parameter can be null.

                                                                                                                    @@ -923,9 +923,9 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult -

                                                                                                                    An array of ImportResults with the same length as translationUnits, - which indicates, for each translation unit, the action taken by the translation memory.

                                                                                                                    + ImportResult[] +

                                                                                                                    An array of ImportResults with the same length as translationUnits, +which indicates, for each translation unit, the action taken by the translation memory.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html index 8aed3888b..8bd017da1 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html @@ -86,10 +86,10 @@

                                                                                                                    Interface ITranslationProvider

                                                                                                                    -

                                                                                                                    Represents a multi-lingual translation engine. This can for instance be a translation memory or machine translation engine.

                                                                                                                    +

                                                                                                                    Represents a multi-lingual translation engine. This can for instance be a translation memory or machine translation engine.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -120,7 +120,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -146,7 +146,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -201,7 +201,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -228,7 +228,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -256,7 +256,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -283,7 +283,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -310,7 +310,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -337,7 +337,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -364,7 +364,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -391,7 +391,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -420,7 +420,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -447,7 +447,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -475,7 +475,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -504,7 +504,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -531,7 +531,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -545,7 +545,7 @@
                                                                                                                    Declaration
                                                                                                                    @@ -562,7 +562,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -590,7 +590,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -617,7 +617,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -669,7 +669,7 @@
                                                                                                                    Property Value
                                                                                                                    - Uri + System.Uri @@ -724,7 +724,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LoadState(string)

                                                                                                                    +

                                                                                                                    LoadState(String)

                                                                                                                    Loads previously serialized state information into this translation provider instance.

                                                                                                                    @@ -743,10 +743,10 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String translationProviderState

                                                                                                                    A string representing the state of translation provider that was previously saved - using SerializeState().

                                                                                                                    +using SerializeState().

                                                                                                                    @@ -758,7 +758,7 @@

                                                                                                                    RefreshStatusInfo()

                                                                                                                    -

                                                                                                                    Ensures that the provider's status information (StatusInfo) is refreshed, +

                                                                                                                    Ensures that the provider's status information (StatusInfo) is refreshed, in case it is cached.

                                                                                                                    @@ -788,9 +788,9 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representing the state of this translation provider that can later be passed into - the LoadState(string) method to restore the state after creating a new translation provider.

                                                                                                                    +the LoadState(String) method to restore the state after creating a new translation provider.

                                                                                                                    @@ -837,7 +837,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    True if the specified language direction is supported.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore.html index eaaa96fb6..8dcb220fc 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore.html @@ -93,7 +93,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -123,11 +123,11 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri uri

                                                                                                                    The URI for which to add or update the credential. Note that this does not necessarily have to be - the translation provider URI itself. It can be a more general URI, for instance identifying the server on which the translation provider lives. - This allows for reusing credentials for different translation providers hosted on the same server.

                                                                                                                    +the translation provider URI itself. It can be a more general URI, for instance identifying the server on which the translation provider lives. +This allows for reusing credentials for different translation providers hosted on the same server.

                                                                                                                    @@ -171,11 +171,11 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri uri

                                                                                                                    The URI for which to retrieve the credential. Note that this does not necessarily have to be - the translation provider URI itself. It can be a more general URI, for instance identifying the server on which the translation provider lives. - This allows for reusing credentials for different translation providers hosted on the same server.

                                                                                                                    +the translation provider URI itself. It can be a more general URI, for instance identifying the server on which the translation provider lives. +This allows for reusing credentials for different translation providers hosted on the same server.

                                                                                                                    @@ -218,11 +218,11 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri uri

                                                                                                                    The URI for which to remove the credential. Note that this does not necessarily have to be - the translation provider URI itself. It can be a more general URI, for instance identifying the server on which the translation provider lives. - This allows for reusing credentials for different translation providers hosted on the same server.

                                                                                                                    +the translation provider URI itself. It can be a more general URI, for instance identifying the server on which the translation provider lives. +This allows for reusing credentials for different translation providers hosted on the same server.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.html index d596b0677..2cac2dc22 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.html @@ -90,7 +90,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -98,13 +98,14 @@
                                                                                                                    Remarks

                                                                                                                    Implementations of this class should be marked up with a TranslationProviderFactoryAttribute -extension attribute in order for the factory to be available.

                                                                                                                    +extension attribute in order for the factory to be available.

                                                                                                                    +

                                                                                                                    Methods

                                                                                                                    -

                                                                                                                    CreateTranslationProvider(Uri, string, ITranslationProviderCredentialStore)

                                                                                                                    +

                                                                                                                    CreateTranslationProvider(Uri, String, ITranslationProviderCredentialStore)

                                                                                                                    Creates an instance of the translation provider defined by the specified URI.

                                                                                                                    @@ -123,24 +124,24 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri translationProviderUri

                                                                                                                    A URI that identifies the translation provider to create.

                                                                                                                    - string + System.String translationProviderState

                                                                                                                    Serialized state information that should be used for - configuring the translation provider. This is typically state information that was previously saved - by calling SerializeState().

                                                                                                                    +configuring the translation provider. This is typically state information that was previously saved +by calling SerializeState().

                                                                                                                    ITranslationProviderCredentialStore credentialStore

                                                                                                                    A credential store object that can be used to retrieve credentials - required for this translation provider.

                                                                                                                    +required for this translation provider.

                                                                                                                    @@ -171,19 +172,19 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown if translationProviderUri, translationProviderState or credentialStore - is null.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown if translationProviderUri, translationProviderState or credentialStore +is null.

                                                                                                                    - ArgumentException -

                                                                                                                    Thrown if translationProviderUri is not supported by this factory.

                                                                                                                    + System.ArgumentException +

                                                                                                                    Thrown if translationProviderUri is not supported by this factory.

                                                                                                                    - ArgumentException -

                                                                                                                    Thrown if translationProviderState is invalid.

                                                                                                                    + System.ArgumentException +

                                                                                                                    Thrown if translationProviderState is invalid.

                                                                                                                    @@ -196,7 +197,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    GetTranslationProviderInfo(Uri, string)

                                                                                                                    +

                                                                                                                    GetTranslationProviderInfo(Uri, String)

                                                                                                                    Gets general information for the specified translation provider.

                                                                                                                    @@ -215,16 +216,16 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri translationProviderUri

                                                                                                                    A translation provider URI, representing the translation provider.

                                                                                                                    - string + System.String translationProviderState

                                                                                                                    Optional translation provider state information, which can be used to determine - certain aspects of the general information.

                                                                                                                    +certain aspects of the general information.

                                                                                                                    @@ -241,14 +242,14 @@
                                                                                                                    Returns
                                                                                                                    TranslationProviderInfo

                                                                                                                    A TranslationProviderInfo object, containing general information that allows - an application to query the translation provider without having to instantiate it.

                                                                                                                    +an application to query the translation provider without having to instantiate it.

                                                                                                                    Remarks

                                                                                                                    Note that this method can potentially be called very frequently so it is not advisable to instantiate the - translation provider within its implementation.

                                                                                                                    +translation provider within its implementation.

                                                                                                                    @@ -272,7 +273,7 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri translationProviderUri

                                                                                                                    The Uri.

                                                                                                                    @@ -289,7 +290,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    True if this factory supports the specified URI.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.html index 77d4d160d..ef7df2378 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.html @@ -89,7 +89,7 @@

                                                                                                                    Exposes translation provider functionality for a specific language direction.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -119,7 +119,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -145,7 +145,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -171,7 +171,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -207,12 +207,12 @@

                                                                                                                    Methods -

                                                                                                                    AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings)

                                                                                                                    +

                                                                                                                    AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings)

                                                                                                                    Adds an array of translation units to the database. If hash codes of the previous translations are provided, a found translation will be overwritten. If none is found, or the hash is 0 or the collection is null, the operation behaves identical to AddTranslationUnits(TranslationUnit[], ImportSettings).

                                                                                                                    -If the provider doesn't support adding/updating, the +If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    @@ -232,13 +232,13 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    An arrays of translation units to be added.

                                                                                                                    - int + System.Int32[] previousTranslationHashes

                                                                                                                    If provided, a corresponding array of a the hash code of a previous translation.

                                                                                                                    @@ -261,9 +261,9 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult + ImportResult[]

                                                                                                                    An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the - status of each add operation for each particular translation unit with the same index within the array.

                                                                                                                    +status of each add operation for each particular translation unit with the same index within the array.

                                                                                                                    @@ -271,12 +271,12 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[])

                                                                                                                    +

                                                                                                                    AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[])

                                                                                                                    Adds an array of translation units to the database, but will only add those for which the corresponding mask field is true. If the previous translation hashes are provided, existing translations will be updated if the target segment hash changed.

                                                                                                                    -If the provider doesn't support adding/updating, the +If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    @@ -296,13 +296,13 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    An arrays of translation units to be added.

                                                                                                                    - int + System.Int32[] previousTranslationHashes

                                                                                                                    Corresponding hash codes of a previous translation (0 if unknown). The parameter may be null.

                                                                                                                    @@ -314,7 +314,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean[] mask

                                                                                                                    A boolean array with the same cardinality as the TU array, specifying which TUs to add.

                                                                                                                    @@ -331,9 +331,9 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult + ImportResult[]

                                                                                                                    An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the - status of each add operation for each particular translation unit with the same index within the array.

                                                                                                                    +status of each add operation for each particular translation unit with the same index within the array.

                                                                                                                    @@ -342,7 +342,7 @@
                                                                                                                    Returns

                                                                                                                    AddTranslationUnit(TranslationUnit, ImportSettings)

                                                                                                                    -

                                                                                                                    Adds a translation unit to the database. If the provider doesn't support adding/updating, the +

                                                                                                                    Adds a translation unit to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    @@ -394,7 +394,7 @@
                                                                                                                    Returns

                                                                                                                    AddTranslationUnits(TranslationUnit[], ImportSettings)

                                                                                                                    -

                                                                                                                    Adds an array of translation units to the database. If the provider doesn't support adding/updating, the +

                                                                                                                    Adds an array of translation units to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    @@ -413,7 +413,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    An arrays of translation units to be added.

                                                                                                                    @@ -436,9 +436,9 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult + ImportResult[]

                                                                                                                    An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the - status of each add operation for each particular translation unit with the same index within the array.

                                                                                                                    +status of each add operation for each particular translation unit with the same index within the array.

                                                                                                                    @@ -446,9 +446,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[])

                                                                                                                    +

                                                                                                                    AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[])

                                                                                                                    Adds an array of translation units to the database, but will only add those -for which the corresponding mask field is true. If the provider doesn't support adding/updating, the +for which the corresponding mask field is true. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    @@ -467,7 +467,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    An arrays of translation units to be added.

                                                                                                                    @@ -479,7 +479,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean[] mask

                                                                                                                    A boolean array with the same cardinality as the TU array, specifying which TUs to add.

                                                                                                                    @@ -496,9 +496,9 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult + ImportResult[]

                                                                                                                    An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the - status of each add operation for each particular translation unit with the same index within the array.

                                                                                                                    +status of each add operation for each particular translation unit with the same index within the array.

                                                                                                                    @@ -582,7 +582,7 @@
                                                                                                                    Parameters
                                                                                                                    - Segment + Segment[] segments

                                                                                                                    The array containing the segments to search for.

                                                                                                                    @@ -599,9 +599,9 @@
                                                                                                                    Returns
                                                                                                                    - SearchResults + SearchResults[]

                                                                                                                    An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the - search results for each segment with the same index within the segments array.

                                                                                                                    +search results for each segment with the same index within the segments array.

                                                                                                                    @@ -609,7 +609,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchSegmentsMasked(SearchSettings, Segment[], bool[])

                                                                                                                    +

                                                                                                                    SearchSegmentsMasked(SearchSettings, Segment[], Boolean[])

                                                                                                                    Performs a search for an array of segments, specifying a mask which specifies which segments should actually be searched (only those for which the corresponding mask bit is true are searched). If the mask is null, the method behaves identically to SearchSegments(SearchSettings, Segment[]). Passing a mask only makes sense in document search contexts (IsDocumentSearch @@ -637,13 +637,13 @@

                                                                                                                    Parameters
                                                                                                                    - Segment + Segment[] segments

                                                                                                                    The array containing the segments to search for.

                                                                                                                    - bool + System.Boolean[] mask

                                                                                                                    The array containing the segments to search for.

                                                                                                                    @@ -660,9 +660,9 @@
                                                                                                                    Returns
                                                                                                                    - SearchResults + SearchResults[]

                                                                                                                    An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the - search results for each segment with the same index within the segments array.

                                                                                                                    +search results for each segment with the same index within the segments array.

                                                                                                                    @@ -670,7 +670,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchText(SearchSettings, string)

                                                                                                                    +

                                                                                                                    SearchText(SearchSettings, String)

                                                                                                                    Performs a text search.

                                                                                                                    @@ -695,7 +695,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String segment

                                                                                                                    The text to search for.

                                                                                                                    @@ -797,7 +797,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    The array containing the translation units to search for.

                                                                                                                    @@ -814,9 +814,9 @@
                                                                                                                    Returns
                                                                                                                    - SearchResults + SearchResults[]

                                                                                                                    An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains - the search results for each translation unit with the same index within the translation unit array.

                                                                                                                    +the search results for each translation unit with the same index within the translation unit array.

                                                                                                                    @@ -824,7 +824,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[])

                                                                                                                    +

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[])

                                                                                                                    Similar to SearchTranslationUnits(SearchSettings, TranslationUnit[]), but allows passing a mask which specifies which TUs are actually searched. This is useful in document search contexts where some TUs are passed which should be used to establish a (text) context, but which should not be processed.

                                                                                                                    @@ -851,16 +851,16 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    The array containing the translation units to search for.

                                                                                                                    - bool + System.Boolean[] mask

                                                                                                                    A bool array which specifies which TUs are actually searched (mask[i] = true). If null, the method - behaves identically to SearchTranslationUnits(SearchSettings, TranslationUnit[]).

                                                                                                                    +behaves identically to SearchTranslationUnits(SearchSettings, TranslationUnit[]).

                                                                                                                    @@ -875,9 +875,9 @@
                                                                                                                    Returns
                                                                                                                    - SearchResults + SearchResults[]

                                                                                                                    An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains - the search results for each translation unit with the same index within the translation unit array.

                                                                                                                    +the search results for each translation unit with the same index within the translation unit array.

                                                                                                                    @@ -887,7 +887,7 @@
                                                                                                                    Returns

                                                                                                                    UpdateTranslationUnit(TranslationUnit)

                                                                                                                    Updates the properties and fields of an existing translation unit if the source and target segments are unchanged or -adds a new translation unit otherwise. If the provider doesn't support adding/updating, the +adds a new translation unit otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    The translation unit should be initialized in a previous call to the translation memory, so that the ID property is set to a valid value.

                                                                                                                    @@ -936,7 +936,7 @@
                                                                                                                    Returns

                                                                                                                    UpdateTranslationUnits(TranslationUnit[])

                                                                                                                    Updates the properties and fields of an array of existing translation units if the source and target segments are unchanged or -adds new translation units otherwise. If the provider doesn't support adding/updating, the +adds new translation units otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    The translation units should be initialized in previous calls to the translation memory, so that their ID properties are set to valid values.

                                                                                                                    @@ -957,7 +957,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    The translation unit array to be updated.

                                                                                                                    @@ -974,9 +974,9 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult + ImportResult[]

                                                                                                                    An array of results which mirrors the translation unit array. It has the exact same size and contains the - results for each translation unit with the same index within the translation unit array.

                                                                                                                    +results for each translation unit with the same index within the translation unit array.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirectionWithDelete.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirectionWithDelete.html index 3dbf2248c..8e424a27a 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirectionWithDelete.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirectionWithDelete.html @@ -89,7 +89,7 @@

                                                                                                                    Exposes translation provider delete TU functionality for a specific language direction.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -136,7 +136,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the translation unit was deleted, false otherwise.

                                                                                                                    @@ -164,7 +164,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    A collection of the translation units to delete

                                                                                                                    @@ -181,7 +181,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    The number of deleted translation units

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderSummaryFactory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderSummaryFactory.html index c3b9c2163..76e2a4c82 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderSummaryFactory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderSummaryFactory.html @@ -90,20 +90,21 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    public interface ITranslationProviderSummaryFactory
                                                                                                                    Remarks
                                                                                                                    -

                                                                                                                    Any class implementing this should first implement ITranslationProviderFactory.

                                                                                                                    +

                                                                                                                    Any class implementing this should first implement ITranslationProviderFactory.

                                                                                                                    +

                                                                                                                    Methods

                                                                                                                    -

                                                                                                                    GetTranslationProviderSummary(Uri, string, ITranslationProviderCredentialStore)

                                                                                                                    +

                                                                                                                    GetTranslationProviderSummary(Uri, String, ITranslationProviderCredentialStore)

                                                                                                                    Creates a summary instance of the translation provider defined by the specified URI. No template information will be provided.

                                                                                                                    @@ -122,24 +123,24 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri translationProviderUri

                                                                                                                    A URI that identifies the translation provider to create.

                                                                                                                    - string + System.String translationProviderState

                                                                                                                    Serialized state information that should be used for - configuring the translation provider. This is typically state information that was previously saved - by calling SerializeState().

                                                                                                                    +configuring the translation provider. This is typically state information that was previously saved +by calling SerializeState().

                                                                                                                    ITranslationProviderCredentialStore credentialStore

                                                                                                                    A credential store object that can be used to retrieve credentials - required for this translation provider.

                                                                                                                    +required for this translation provider.

                                                                                                                    @@ -170,19 +171,19 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown if translationProviderUri, translationProviderState or credentialStore - is null.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown if translationProviderUri, translationProviderState or credentialStore +is null.

                                                                                                                    - ArgumentException -

                                                                                                                    Thrown if translationProviderUri is not supported by this factory.

                                                                                                                    + System.ArgumentException +

                                                                                                                    Thrown if translationProviderUri is not supported by this factory.

                                                                                                                    - ArgumentException -

                                                                                                                    Thrown if translationProviderState is invalid.

                                                                                                                    + System.ArgumentException +

                                                                                                                    Thrown if translationProviderState is invalid.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.html index f5ac25dbe..ea0c5dfc9 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.html @@ -91,7 +91,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -120,8 +120,8 @@
                                                                                                                    Property Value
                                                                                                                    - bool -

                                                                                                                    true if the provider's settings can be changed, and false otherwise.

                                                                                                                    + System.Boolean +

                                                                                                                    true if the provider's settings can be changed, and false otherwise.

                                                                                                                    @@ -147,7 +147,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -173,7 +173,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -184,7 +184,7 @@

                                                                                                                    Methods

                                                                                                                    Browse(IWin32Window, LanguagePair[], ITranslationProviderCredentialStore)

                                                                                                                    -

                                                                                                                    Displays a dialog to interactively browse for one or more translation providers.

                                                                                                                    +

                                                                                                                    Displays a dialog to interactively browse for one or more translation providers.

                                                                                                                    Declaration
                                                                                                                    @@ -202,13 +202,13 @@
                                                                                                                    Parameters
                                                                                                                    - IWin32Window + System.Windows.Forms.IWin32Window owner

                                                                                                                    The window that will own the dialog

                                                                                                                    - LanguagePair + LanguagePair[] languagePairs

                                                                                                                    A collection of language pairs. If provided, the list of available translation providers will be filtered by these language directions.

                                                                                                                    @@ -216,7 +216,7 @@
                                                                                                                    Parameters
                                                                                                                    ITranslationProviderCredentialStore credentialStore -

                                                                                                                    A credential store object that can be used to retrieve credentials required.

                                                                                                                    +

                                                                                                                    A credential store object that can be used to retrieve credentials required.

                                                                                                                    @@ -231,7 +231,7 @@
                                                                                                                    Returns
                                                                                                                    - ITranslationProvider + ITranslationProvider[]

                                                                                                                    A collection of translation providers selected by the user, or null if none were selected or available or the browse was cancelled.

                                                                                                                    @@ -259,7 +259,7 @@
                                                                                                                    Parameters
                                                                                                                    - IWin32Window + System.Windows.Forms.IWin32Window owner

                                                                                                                    The window that will own the dialog

                                                                                                                    @@ -271,7 +271,7 @@
                                                                                                                    Parameters
                                                                                                                    - LanguagePair + LanguagePair[] languagePairs

                                                                                                                    A collection of language pairs. If provided, the list of available translation providers will be filtered by these language directions.

                                                                                                                    @@ -279,7 +279,7 @@
                                                                                                                    Parameters
                                                                                                                    ITranslationProviderCredentialStore credentialStore -

                                                                                                                    A credential store object that can be used to retrieve credentials required.

                                                                                                                    +

                                                                                                                    A credential store object that can be used to retrieve credentials required.

                                                                                                                    @@ -294,7 +294,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    True if changes were made to the translation provider; false otherwise.

                                                                                                                    @@ -310,8 +310,8 @@
                                                                                                                    Exceptions
                                                                                                                    - InvalidOperationException -

                                                                                                                    Thrown when calling this method while SupportsEditing return

                                                                                                                    false
                                                                                                                    .

                                                                                                                    + System.InvalidOperationException +

                                                                                                                    Thrown when calling this method while SupportsEditing return

                                                                                                                    false
                                                                                                                    .

                                                                                                                    @@ -319,7 +319,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    GetCredentialsFromUser(IWin32Window, Uri, string, ITranslationProviderCredentialStore)

                                                                                                                    +

                                                                                                                    GetCredentialsFromUser(IWin32Window, Uri, String, ITranslationProviderCredentialStore)

                                                                                                                    Gets the credentials from the user and puts these credentials in the credential store.

                                                                                                                    @@ -338,19 +338,19 @@
                                                                                                                    Parameters
                                                                                                                    - IWin32Window + System.Windows.Forms.IWin32Window owner

                                                                                                                    The window that will own the dialog

                                                                                                                    - Uri + System.Uri translationProviderUri

                                                                                                                    translation provider uri

                                                                                                                    - string + System.String translationProviderState

                                                                                                                    translation provider state

                                                                                                                    @@ -373,7 +373,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the user provided credentials or false if the user canceled

                                                                                                                    @@ -382,7 +382,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetDisplayInfo(Uri, string)

                                                                                                                    +

                                                                                                                    GetDisplayInfo(Uri, String)

                                                                                                                    Gets display information for the specified translation provider.

                                                                                                                    @@ -401,16 +401,16 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri translationProviderUri

                                                                                                                    A translation provider URI, representing the translation provider.

                                                                                                                    - string + System.String translationProviderState

                                                                                                                    Optional translation provider state information, which can be used to determine - certain aspects of the display information.

                                                                                                                    +certain aspects of the display information.

                                                                                                                    @@ -427,14 +427,14 @@
                                                                                                                    Returns
                                                                                                                    TranslationProviderDisplayInfo

                                                                                                                    A TranslationProviderDisplayInfo object, containing display information that allows - an application to represent the translation provider without having to instantiate it.

                                                                                                                    +an application to represent the translation provider without having to instantiate it.

                                                                                                                    Remarks

                                                                                                                    Note that this method can potentially be called very frequently so it is not advisable to instantiate the - translation provider within its implementation.

                                                                                                                    +translation provider within its implementation.

                                                                                                                    @@ -458,7 +458,7 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri translationProviderUri

                                                                                                                    The uri.

                                                                                                                    @@ -475,7 +475,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    True if this component supports the specified translation provider URI.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ImportExportOperationBase.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ImportExportOperationBase.html index f2416431c..c13b85a28 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ImportExportOperationBase.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ImportExportOperationBase.html @@ -91,7 +91,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ImportExportOperationBase
                                                                                                                    @@ -139,28 +139,28 @@
                                                                                                                    Inherited Members
                                                                                                                    ScheduledOperation.WorkItemId
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -188,7 +188,7 @@
                                                                                                                    Field Value
                                                                                                                    - int + System.Int32 @@ -213,7 +213,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -241,7 +241,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32

                                                                                                                    The size of the chunk.

                                                                                                                    @@ -268,7 +268,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -294,7 +294,7 @@
                                                                                                                    Property Value
                                                                                                                    - Guid + System.Guid

                                                                                                                    The id.

                                                                                                                    @@ -321,7 +321,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.html index 74765b20d..aba0ad086 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.html @@ -91,7 +91,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    InMemoryTranslationMemory
                                                                                                                    @@ -137,11 +137,14 @@
                                                                                                                    Inherited Members
                                                                                                                    +
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -278,7 +281,7 @@

                                                                                                                    Constructors -

                                                                                                                    InMemoryTranslationMemory(string, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers)

                                                                                                                    +

                                                                                                                    InMemoryTranslationMemory(String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers)

                                                                                                                    Creates a new bilingual in-memory translation memory.

                                                                                                                    @@ -297,19 +300,19 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The translation memory name.

                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode sourceLanguage

                                                                                                                    A region-qualified culture, representing the source language.

                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode targetLanguage

                                                                                                                    A region-qualified culture, representing the target language.

                                                                                                                    @@ -338,13 +341,13 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when sourceLanguage or targetLanguage is null or empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when sourceLanguage or targetLanguage is null or empty.

                                                                                                                    - ArgumentException -

                                                                                                                    Thrown when sourceLanguage or targetLanguage are not region-qualified cultures.

                                                                                                                    + System.ArgumentException +

                                                                                                                    Thrown when sourceLanguage or targetLanguage are not region-qualified cultures.

                                                                                                                    @@ -384,8 +387,8 @@

                                                                                                                    Methods -

                                                                                                                    HasPermission(string)

                                                                                                                    -

                                                                                                                    Always returns

                                                                                                                    true
                                                                                                                    .

                                                                                                                    +

                                                                                                                    HasPermission(String)

                                                                                                                    +

                                                                                                                    Always returns

                                                                                                                    true
                                                                                                                    .

                                                                                                                    Declaration
                                                                                                                    @@ -403,7 +406,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String permission @@ -419,13 +422,13 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean
                                                                                                                    Overrides
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.html index 993d9aeff..a3d8ca4af 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.html @@ -91,42 +91,42 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    LanguageResourceBundle
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.ComponentModel.INotifyPropertyChanged
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public class LanguageResourceBundle : INotifyPropertyChanged
                                                                                                                    +
                                                                                                                    public class LanguageResourceBundle

                                                                                                                    Constructors

                                                                                                                    @@ -162,7 +162,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode language

                                                                                                                    The language for which the language resource bundle will hold resources.

                                                                                                                    @@ -172,7 +172,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    LanguageResourceBundle(string)

                                                                                                                    +

                                                                                                                    LanguageResourceBundle(String)

                                                                                                                    Creates a new, empty language resource bundle for the specified language.

                                                                                                                    @@ -191,7 +191,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String languageCode

                                                                                                                    The language code for which the language resource bundle will hold resources.

                                                                                                                    @@ -204,7 +204,7 @@

                                                                                                                    Properties

                                                                                                                    Abbreviations

                                                                                                                    -

                                                                                                                    Gets or sets the list abbreviations for this bundle's language.

                                                                                                                    +

                                                                                                                    Gets or sets the list abbreviations for this bundle's language.

                                                                                                                    Declaration
                                                                                                                    @@ -228,13 +228,13 @@
                                                                                                                    Property Value
                                                                                                                    Remarks

                                                                                                                    Setting this property to null will force the default abbreviations for the language to be used during TM processing. - In order to change the list of abbreviations, you can either manipulate the list returned, or assign an entirely new list.

                                                                                                                    +In order to change the list of abbreviations, you can either manipulate the list returned, or assign an entirely new list.

                                                                                                                    CurrencyFormats

                                                                                                                    -

                                                                                                                    Gets or sets the list currency formats for this bundle's language.

                                                                                                                    +

                                                                                                                    Gets or sets the list currency formats for this bundle's language.

                                                                                                                    Declaration
                                                                                                                    @@ -251,14 +251,14 @@
                                                                                                                    Property Value
                                                                                                                    - ListCurrencyFormat + System.Collections.Generic.List<CurrencyFormat>
                                                                                                                    Remarks

                                                                                                                    Setting this property to null will force the default currency formts to be used. - In order to change the list of currency formats, you can either manipulate the list returned, or assign an entirely new list.

                                                                                                                    +In order to change the list of currency formats, you can either manipulate the list returned, or assign an entirely new list.

                                                                                                                    @@ -281,7 +281,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -307,7 +307,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -316,7 +316,7 @@
                                                                                                                    Property Value

                                                                                                                    LongDateFormats

                                                                                                                    -

                                                                                                                    Gets or sets the long date patterns for this bundle's language.

                                                                                                                    +

                                                                                                                    Gets or sets the long date patterns for this bundle's language.

                                                                                                                    Declaration
                                                                                                                    @@ -333,7 +333,7 @@
                                                                                                                    Property Value
                                                                                                                    - Liststring + System.Collections.Generic.List<System.String> @@ -345,7 +345,7 @@

                                                                                                                    LongTimeFormats

                                                                                                                    -

                                                                                                                    Gets or sets the long time patterns for this bundle's language.

                                                                                                                    +

                                                                                                                    Gets or sets the long time patterns for this bundle's language.

                                                                                                                    Declaration
                                                                                                                    @@ -362,7 +362,7 @@
                                                                                                                    Property Value
                                                                                                                    - Liststring + System.Collections.Generic.List<System.String> @@ -374,7 +374,7 @@

                                                                                                                    MeasurementUnits

                                                                                                                    -

                                                                                                                    Gets or sets the measurement units for this bundle's language.

                                                                                                                    +

                                                                                                                    Gets or sets the measurement units for this bundle's language.

                                                                                                                    Declaration
                                                                                                                    @@ -391,7 +391,7 @@
                                                                                                                    Property Value
                                                                                                                    - DictionarystringCustomUnitDefinition + System.Collections.Generic.Dictionary<System.String, CustomUnitDefinition> @@ -419,7 +419,7 @@
                                                                                                                    Property Value
                                                                                                                    - ListSeparatorCombination + System.Collections.Generic.List<SeparatorCombination> @@ -428,7 +428,7 @@
                                                                                                                    Property Value

                                                                                                                    OrdinalFollowers

                                                                                                                    -

                                                                                                                    Gets or sets the list ordinal followers for this bundle's language.

                                                                                                                    +

                                                                                                                    Gets or sets the list ordinal followers for this bundle's language.

                                                                                                                    Declaration
                                                                                                                    @@ -452,13 +452,13 @@
                                                                                                                    Property Value
                                                                                                                    Remarks

                                                                                                                    Setting this property to null will force the default ordinal followers for the language to be used during TM processing. - In order to change the list of ordinal followers, you can either manipulate the list returned, or assign an entirely new list.

                                                                                                                    +In order to change the list of ordinal followers, you can either manipulate the list returned, or assign an entirely new list.

                                                                                                                    SegmentationRules

                                                                                                                    -

                                                                                                                    Gets or sets the segmentation rules for this bundle's language.

                                                                                                                    +

                                                                                                                    Gets or sets the segmentation rules for this bundle's language.

                                                                                                                    Declaration
                                                                                                                    @@ -482,13 +482,13 @@
                                                                                                                    Property Value
                                                                                                                    Remarks

                                                                                                                    Setting this property to null will force the default segmentation rules for the language to be used during TM processing. - In order to change the segmentation rules, you can either manipulate the rules returned by this property, or assign an entirely new SegmentationRules object.

                                                                                                                    +In order to change the segmentation rules, you can either manipulate the rules returned by this property, or assign an entirely new SegmentationRules object.

                                                                                                                    ShortDateFormats

                                                                                                                    -

                                                                                                                    Gets or sets the short date patterns for this bundle's language.

                                                                                                                    +

                                                                                                                    Gets or sets the short date patterns for this bundle's language.

                                                                                                                    Declaration
                                                                                                                    @@ -505,7 +505,7 @@
                                                                                                                    Property Value
                                                                                                                    - Liststring + System.Collections.Generic.List<System.String> @@ -517,7 +517,7 @@

                                                                                                                    ShortTimeFormats

                                                                                                                    -

                                                                                                                    Gets or sets the short time patterns for this bundle's language.

                                                                                                                    +

                                                                                                                    Gets or sets the short time patterns for this bundle's language.

                                                                                                                    Declaration
                                                                                                                    @@ -534,7 +534,7 @@
                                                                                                                    Property Value
                                                                                                                    - Liststring + System.Collections.Generic.List<System.String> @@ -546,7 +546,7 @@

                                                                                                                    Variables

                                                                                                                    -

                                                                                                                    Gets or sets the list variables for this bundle's language.

                                                                                                                    +

                                                                                                                    Gets or sets the list variables for this bundle's language.

                                                                                                                    Declaration
                                                                                                                    @@ -570,7 +570,7 @@
                                                                                                                    Property Value
                                                                                                                    Remarks

                                                                                                                    Setting this property to null will force the default variables for the language to be used during TM processing. - In order to change the list of variables, you can either manipulate the list returned, or assign an entirely new list.

                                                                                                                    +In order to change the list of variables, you can either manipulate the list returned, or assign an entirely new list.

                                                                                                                    Methods

                                                                                                                    @@ -621,7 +621,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -659,14 +659,14 @@
                                                                                                                    Event Type
                                                                                                                    - PropertyChangedEventHandler + System.ComponentModel.PropertyChangedEventHandler

                                                                                                                    Implements

                                                                                                                    - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html index ae4706988..fa15d7751 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html @@ -86,127 +86,25 @@

                                                                                                                    Class LanguageResourceBundleCollection

                                                                                                                    -

                                                                                                                    Represents a collection of language resource bundles within a translation memory (ITranslationMemory.LanguageResourceBundles) -or a language resources template (ILanguageResourcesTemplate.LanguageResourceBundles). +

                                                                                                                    Represents a collection of language resource bundles within a translation memory () +or a language resources template (). A language resource bundle holds custom language resources for a certain language (abbreviation, ordinal followers, variables and segmentation rules).

                                                                                                                    Inheritance
                                                                                                                    - - - -
                                                                                                                    LanguageResourceBundleCollection
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    LanguageResourceBundleCollection
                                                                                                                    - -
                                                                                                                    -
                                                                                                                    Inherited Members
                                                                                                                    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public class LanguageResourceBundleCollection : ObservableCollection<LanguageResourceBundle>, IList<LanguageResourceBundle>, ICollection<LanguageResourceBundle>, IList, ICollection, IReadOnlyList<LanguageResourceBundle>, IReadOnlyCollection<LanguageResourceBundle>, IEnumerable<LanguageResourceBundle>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
                                                                                                                    +
                                                                                                                    public class LanguageResourceBundleCollection : ObservableCollection<LanguageResourceBundle>
                                                                                                                    Remarks

                                                                                                                    Changes to this collection should be persisted by saving the translation memory or the language resources template - to which the collection belongs.

                                                                                                                    +to which the collection belongs.

                                                                                                                    Constructors

                                                                                                                    @@ -245,7 +143,7 @@
                                                                                                                    Parameters
                                                                                                                    - ListILanguageResourceEntity + System.Collections.Generic.List<ILanguageResourceEntity> entities @@ -256,7 +154,7 @@

                                                                                                                    Properties -

                                                                                                                    this[CultureCode]

                                                                                                                    +

                                                                                                                    Item[CultureCode]

                                                                                                                    Gets the language resource bundle for the given language, if it exists in this collection.

                                                                                                                    @@ -275,7 +173,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode language

                                                                                                                    The language.

                                                                                                                    @@ -301,7 +199,7 @@
                                                                                                                    Property Value
                                                                                                                    -

                                                                                                                    this[string]

                                                                                                                    +

                                                                                                                    Item[String]

                                                                                                                    Gets the language resource bundle for the given language code, if it exists in this collection.

                                                                                                                    @@ -320,7 +218,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String languageCode

                                                                                                                    The language code.

                                                                                                                    @@ -382,12 +280,10 @@
                                                                                                                    Declaration
                                                                                                                    protected override void ClearItems()
                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    - -

                                                                                                                    InsertItem(int, LanguageResourceBundle)

                                                                                                                    +

                                                                                                                    InsertItem(Int32, LanguageResourceBundle)

                                                                                                                    Inserts an item into the collection at the specified index.

                                                                                                                    @@ -406,9 +302,9 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 index -

                                                                                                                    The zero-based index at which item should be inserted.

                                                                                                                    +

                                                                                                                    The zero-based index at which item should be inserted.

                                                                                                                    @@ -419,12 +315,10 @@
                                                                                                                    Parameters
                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    - -

                                                                                                                    RemoveItem(int)

                                                                                                                    +

                                                                                                                    RemoveItem(Int32)

                                                                                                                    Removes the item at the specified index of the collection.

                                                                                                                    @@ -443,46 +337,13 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 index

                                                                                                                    The zero-based index of the element to remove.

                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    - -

                                                                                                                    Implements

                                                                                                                    -
                                                                                                                    - IList<T> -
                                                                                                                    - -
                                                                                                                    - IList -
                                                                                                                    - - - - - - -
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.html index bdb58e035..c4fd4e745 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.html @@ -90,7 +90,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    LanguageResourceEntity
                                                                                                                    @@ -100,28 +100,28 @@
                                                                                                                    Implements
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -161,7 +161,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -186,7 +186,7 @@
                                                                                                                    Property Value
                                                                                                                    - byte + System.Byte[] @@ -211,7 +211,7 @@
                                                                                                                    Property Value
                                                                                                                    - object + System.Object @@ -236,7 +236,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -261,7 +261,7 @@
                                                                                                                    Property Value
                                                                                                                    - LanguageResourceType + System.Nullable<LanguageResourceType> @@ -286,7 +286,7 @@
                                                                                                                    Property Value
                                                                                                                    - Guid + System.Nullable<System.Guid> diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LicensingStatusInformation.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LicensingStatusInformation.html index 0741aac72..46a22fa21 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LicensingStatusInformation.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LicensingStatusInformation.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    LicensingStatusInformation
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -147,7 +147,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -173,7 +173,7 @@
                                                                                                                    Property Value
                                                                                                                    - long + System.Int64 @@ -182,7 +182,7 @@
                                                                                                                    Property Value

                                                                                                                    FeatureName

                                                                                                                    -

                                                                                                                    Gets the feature name

                                                                                                                    +

                                                                                                                    Gets the feature name

                                                                                                                    Declaration
                                                                                                                    @@ -199,7 +199,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -225,7 +225,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -251,7 +251,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -277,7 +277,7 @@
                                                                                                                    Property Value
                                                                                                                    - long + System.Int64 diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.html index ee490d85a..0d9ff83ac 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.html @@ -91,78 +91,78 @@

                                                                                                                    Inheritance
                                                                                                                    - - - - +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    System.Exception
                                                                                                                    +
                                                                                                                    System.SystemException
                                                                                                                    +
                                                                                                                    System.ArgumentException
                                                                                                                    NullPropertyException
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Runtime.InteropServices._Exception
                                                                                                                    +
                                                                                                                    System.Runtime.Serialization.ISerializable
                                                                                                                    Inherited Members
                                                                                                                    - ArgumentException.GetObjectData(SerializationInfo, StreamingContext) + System.ArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                                    - ArgumentException.Message + System.ArgumentException.Message
                                                                                                                    - ArgumentException.ParamName + System.ArgumentException.ParamName
                                                                                                                    - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                                    - Exception.ToString() + System.Exception.ToString()
                                                                                                                    - Exception.GetType() + System.Exception.GetType()
                                                                                                                    - Exception.Data + System.Exception.Data
                                                                                                                    - Exception.InnerException + System.Exception.InnerException
                                                                                                                    - Exception.TargetSite + System.Exception.TargetSite
                                                                                                                    - Exception.StackTrace + System.Exception.StackTrace
                                                                                                                    - Exception.HelpLink + System.Exception.HelpLink
                                                                                                                    - Exception.Source + System.Exception.Source
                                                                                                                    - Exception.HResult + System.Exception.HResult
                                                                                                                    - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -203,12 +203,12 @@
                                                                                                                    Parameters
                                                                                                                    - SerializationInfo + System.Runtime.Serialization.SerializationInfo info - StreamingContext + System.Runtime.Serialization.StreamingContext context @@ -217,7 +217,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    NullPropertyException(string)

                                                                                                                    +

                                                                                                                    NullPropertyException(String)

                                                                                                                    Constructor with message.

                                                                                                                    @@ -236,7 +236,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String message @@ -245,7 +245,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    NullPropertyException(string, Exception)

                                                                                                                    +

                                                                                                                    NullPropertyException(String, Exception)

                                                                                                                    Constructor with message and inner exception.

                                                                                                                    @@ -264,12 +264,12 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String message - Exception + System.Exception inner @@ -277,10 +277,10 @@
                                                                                                                    Parameters

                                                                                                                    Implements

                                                                                                                    - _Exception + System.Runtime.InteropServices._Exception
                                                                                                                    - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.html index 7503acd2b..f8bef7258 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.html @@ -91,75 +91,75 @@

                                                                                                                    Inheritance
                                                                                                                    - - - - +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    System.Exception
                                                                                                                    +
                                                                                                                    System.SystemException
                                                                                                                    +
                                                                                                                    System.InvalidOperationException
                                                                                                                    ObjectDeletedException
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Runtime.Serialization.ISerializable
                                                                                                                    +
                                                                                                                    System.Runtime.InteropServices._Exception
                                                                                                                    Inherited Members
                                                                                                                    - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                                    - Exception.ToString() + System.Exception.ToString()
                                                                                                                    - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                                    - Exception.GetType() + System.Exception.GetType()
                                                                                                                    - Exception.Message + System.Exception.Message
                                                                                                                    - Exception.Data + System.Exception.Data
                                                                                                                    - Exception.InnerException + System.Exception.InnerException
                                                                                                                    - Exception.TargetSite + System.Exception.TargetSite
                                                                                                                    - Exception.StackTrace + System.Exception.StackTrace
                                                                                                                    - Exception.HelpLink + System.Exception.HelpLink
                                                                                                                    - Exception.Source + System.Exception.Source
                                                                                                                    - Exception.HResult + System.Exception.HResult
                                                                                                                    - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -200,12 +200,12 @@
                                                                                                                    Parameters
                                                                                                                    - SerializationInfo + System.Runtime.Serialization.SerializationInfo info - StreamingContext + System.Runtime.Serialization.StreamingContext context @@ -214,7 +214,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    ObjectDeletedException(string)

                                                                                                                    +

                                                                                                                    ObjectDeletedException(String)

                                                                                                                    Constructor with message.

                                                                                                                    @@ -233,7 +233,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String message @@ -242,7 +242,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    ObjectDeletedException(string, Exception)

                                                                                                                    +

                                                                                                                    ObjectDeletedException(String, Exception)

                                                                                                                    Constructor with message and inner exception.

                                                                                                                    @@ -261,12 +261,12 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String message - Exception + System.Exception inner @@ -274,10 +274,10 @@
                                                                                                                    Parameters

                                                                                                                    Implements

                                                                                                                    - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                                    - _Exception + System.Runtime.InteropServices._Exception
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.html index bbc654055..88a077db6 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.html @@ -91,75 +91,75 @@

                                                                                                                    Inheritance
                                                                                                                    - - - - +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    System.Exception
                                                                                                                    +
                                                                                                                    System.SystemException
                                                                                                                    +
                                                                                                                    System.InvalidOperationException
                                                                                                                    ObjectDoesNotExistException
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Runtime.Serialization.ISerializable
                                                                                                                    +
                                                                                                                    System.Runtime.InteropServices._Exception
                                                                                                                    Inherited Members
                                                                                                                    - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                                    - Exception.ToString() + System.Exception.ToString()
                                                                                                                    - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                                    - Exception.GetType() + System.Exception.GetType()
                                                                                                                    - Exception.Message + System.Exception.Message
                                                                                                                    - Exception.Data + System.Exception.Data
                                                                                                                    - Exception.InnerException + System.Exception.InnerException
                                                                                                                    - Exception.TargetSite + System.Exception.TargetSite
                                                                                                                    - Exception.StackTrace + System.Exception.StackTrace
                                                                                                                    - Exception.HelpLink + System.Exception.HelpLink
                                                                                                                    - Exception.Source + System.Exception.Source
                                                                                                                    - Exception.HResult + System.Exception.HResult
                                                                                                                    - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -200,12 +200,12 @@
                                                                                                                    Parameters
                                                                                                                    - SerializationInfo + System.Runtime.Serialization.SerializationInfo info - StreamingContext + System.Runtime.Serialization.StreamingContext context @@ -214,7 +214,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    ObjectDoesNotExistException(string)

                                                                                                                    +

                                                                                                                    ObjectDoesNotExistException(String)

                                                                                                                    Constructor with error message.

                                                                                                                    @@ -233,7 +233,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String message

                                                                                                                    The error message.

                                                                                                                    @@ -243,7 +243,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    ObjectDoesNotExistException(string, Exception)

                                                                                                                    +

                                                                                                                    ObjectDoesNotExistException(String, Exception)

                                                                                                                    Constructor with error message and inner exception.

                                                                                                                    @@ -262,13 +262,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String message

                                                                                                                    The error message.

                                                                                                                    - Exception + System.Exception inner

                                                                                                                    Inner exception.

                                                                                                                    @@ -277,10 +277,10 @@
                                                                                                                    Parameters

                                                                                                                    Implements

                                                                                                                    - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                                    - _Exception + System.Runtime.InteropServices._Exception
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.html index fddc5e8ff..0c5b1371b 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.html @@ -91,75 +91,75 @@

                                                                                                                    Inheritance
                                                                                                                    - - - - +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    System.Exception
                                                                                                                    +
                                                                                                                    System.SystemException
                                                                                                                    +
                                                                                                                    System.InvalidOperationException
                                                                                                                    ObjectNotSavedException
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Runtime.Serialization.ISerializable
                                                                                                                    +
                                                                                                                    System.Runtime.InteropServices._Exception
                                                                                                                    Inherited Members
                                                                                                                    - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                                    - Exception.ToString() + System.Exception.ToString()
                                                                                                                    - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                                    - Exception.GetType() + System.Exception.GetType()
                                                                                                                    - Exception.Message + System.Exception.Message
                                                                                                                    - Exception.Data + System.Exception.Data
                                                                                                                    - Exception.InnerException + System.Exception.InnerException
                                                                                                                    - Exception.TargetSite + System.Exception.TargetSite
                                                                                                                    - Exception.StackTrace + System.Exception.StackTrace
                                                                                                                    - Exception.HelpLink + System.Exception.HelpLink
                                                                                                                    - Exception.Source + System.Exception.Source
                                                                                                                    - Exception.HResult + System.Exception.HResult
                                                                                                                    - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -200,12 +200,12 @@
                                                                                                                    Parameters
                                                                                                                    - SerializationInfo + System.Runtime.Serialization.SerializationInfo info - StreamingContext + System.Runtime.Serialization.StreamingContext context @@ -214,7 +214,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    ObjectNotSavedException(string)

                                                                                                                    +

                                                                                                                    ObjectNotSavedException(String)

                                                                                                                    Constructor with error message.

                                                                                                                    @@ -233,7 +233,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String message

                                                                                                                    The error message.

                                                                                                                    @@ -243,7 +243,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    ObjectNotSavedException(string, Exception)

                                                                                                                    +

                                                                                                                    ObjectNotSavedException(String, Exception)

                                                                                                                    Constructor with error message and inner exception.

                                                                                                                    @@ -262,13 +262,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String message

                                                                                                                    The error message.

                                                                                                                    - Exception + System.Exception inner

                                                                                                                    Inner exception.

                                                                                                                    @@ -277,10 +277,10 @@
                                                                                                                    Parameters

                                                                                                                    Implements

                                                                                                                    - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                                    - _Exception + System.Runtime.InteropServices._Exception
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.html index 595eccd4b..06b7826eb 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    PagedTranslationMemories
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -159,7 +159,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -185,7 +185,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -211,7 +211,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -237,7 +237,7 @@
                                                                                                                    Property Value
                                                                                                                    - ServerBasedTranslationMemory + ServerBasedTranslationMemory[] diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.html index 4da14f900..6ae4f0e79 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.html @@ -92,42 +92,42 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    PicklistItemDefinition
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.ComponentModel.INotifyPropertyChanged
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public class PicklistItemDefinition : INotifyPropertyChanged
                                                                                                                    +
                                                                                                                    public class PicklistItemDefinition

                                                                                                                    Constructors

                                                                                                                    @@ -145,7 +145,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    PicklistItemDefinition(string)

                                                                                                                    +

                                                                                                                    PicklistItemDefinition(String)

                                                                                                                    Creates a new picklist field definition with the specified name.

                                                                                                                    @@ -164,7 +164,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The name of the picklist field.

                                                                                                                    @@ -176,7 +176,7 @@

                                                                                                                    Fields

                                                                                                                    MaximumNameLength

                                                                                                                    -

                                                                                                                    The maximum length of a picklist item name.

                                                                                                                    +

                                                                                                                    The maximum length of a picklist item name.

                                                                                                                    Declaration
                                                                                                                    @@ -193,7 +193,7 @@
                                                                                                                    Field Value
                                                                                                                    - int + System.Int32 @@ -221,7 +221,7 @@
                                                                                                                    Property Value
                                                                                                                    - Guid + System.Guid @@ -247,14 +247,14 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String
                                                                                                                    Remarks

                                                                                                                    Note that you have to save the translation memory of the fields template to persists the change after setting this property, depending on whether - the field belongs to a translation memory or a fields template.

                                                                                                                    +the field belongs to a translation memory or a fields template.

                                                                                                                    Methods

                                                                                                                    @@ -287,7 +287,7 @@
                                                                                                                    Returns

                                                                                                                    Implements

                                                                                                                    - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html index 0f312c2a7..684fbbcbe 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html @@ -91,123 +91,21 @@

                                                                                                                    Inheritance
                                                                                                                    - - - -
                                                                                                                    PicklistItemDefinitionCollection
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    PicklistItemDefinitionCollection
                                                                                                                    - -
                                                                                                                    -
                                                                                                                    Inherited Members
                                                                                                                    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public class PicklistItemDefinitionCollection : ObservableCollection<PicklistItemDefinition>, IList<PicklistItemDefinition>, ICollection<PicklistItemDefinition>, IList, ICollection, IReadOnlyList<PicklistItemDefinition>, IReadOnlyCollection<PicklistItemDefinition>, IEnumerable<PicklistItemDefinition>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
                                                                                                                    +
                                                                                                                    public class PicklistItemDefinitionCollection : ObservableCollection<PicklistItemDefinition>

                                                                                                                    Properties

                                                                                                                    -

                                                                                                                    this[string]

                                                                                                                    +

                                                                                                                    Item[String]

                                                                                                                    Gets the picklist item with the specified name.

                                                                                                                    @@ -226,7 +124,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The name of the picklist item.

                                                                                                                    @@ -262,8 +160,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown if name is null or empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown if name is null or empty.

                                                                                                                    @@ -273,7 +171,7 @@

                                                                                                                    Methods -

                                                                                                                    Add(string)

                                                                                                                    +

                                                                                                                    Add(String)

                                                                                                                    Adds a new picklist item definition with the specified name.

                                                                                                                    @@ -292,7 +190,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The picklist item name.

                                                                                                                    @@ -325,8 +223,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown if name is null or empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown if name is null or empty.

                                                                                                                    @@ -342,12 +240,10 @@
                                                                                                                    Declaration
                                                                                                                    protected override void ClearItems()
                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    - -

                                                                                                                    Contains(string)

                                                                                                                    +

                                                                                                                    Contains(String)

                                                                                                                    Returns true if this collection contains a picklist item with the specified name.

                                                                                                                    @@ -366,7 +262,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The picklist item name. This is considered case insensitive.

                                                                                                                    @@ -383,7 +279,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    True if this collection contains a picklist item with the same name as the specified picklist item.

                                                                                                                    @@ -399,8 +295,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown if name is null or empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown if name is null or empty.

                                                                                                                    @@ -408,7 +304,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    InsertItem(int, PicklistItemDefinition)

                                                                                                                    +

                                                                                                                    InsertItem(Int32, PicklistItemDefinition)

                                                                                                                    Inserts an item into the collection at the specified index.

                                                                                                                    @@ -427,9 +323,9 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 index -

                                                                                                                    The zero-based index at which item should be inserted.

                                                                                                                    +

                                                                                                                    The zero-based index at which item should be inserted.

                                                                                                                    @@ -440,12 +336,10 @@
                                                                                                                    Parameters
                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    - -

                                                                                                                    Remove(string)

                                                                                                                    +

                                                                                                                    Remove(String)

                                                                                                                    Remove the picklist item definition with the specified name from this collection.

                                                                                                                    @@ -464,7 +358,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name

                                                                                                                    The name of the picklist item definition to remove. This is considered case-insensitive.

                                                                                                                    @@ -481,7 +375,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    True if the item was removed; false if the collection did not contain the specified item.

                                                                                                                    @@ -497,8 +391,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown if name is null or empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown if name is null or empty.

                                                                                                                    @@ -506,7 +400,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    RemoveItem(int)

                                                                                                                    +

                                                                                                                    RemoveItem(Int32)

                                                                                                                    Removes the item at the specified index of the collection.

                                                                                                                    @@ -525,46 +419,13 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 index

                                                                                                                    The zero-based index of the element to remove.

                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    - -

                                                                                                                    Implements

                                                                                                                    -
                                                                                                                    - IList<T> -
                                                                                                                    - -
                                                                                                                    - IList -
                                                                                                                    - - - - - - -
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PropertyValueValidator.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PropertyValueValidator.html index 4475927c9..18537fcdf 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PropertyValueValidator.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PropertyValueValidator.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    PropertyValueValidator
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -129,7 +129,7 @@

                                                                                                                    Methods -

                                                                                                                    Validate(object, object)

                                                                                                                    +

                                                                                                                    Validate(Object, Object)

                                                                                                                    Validates a property value.

                                                                                                                    @@ -148,13 +148,13 @@
                                                                                                                    Parameters
                                                                                                                    - object + System.Object instance

                                                                                                                    The instance of the object the property belongs to.

                                                                                                                    - object + System.Object value

                                                                                                                    The value to validate.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.html index 6cc8b19d2..70fb03a3c 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ProviderStatusInfo
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -129,7 +129,7 @@

                                                                                                                    Constructors -

                                                                                                                    ProviderStatusInfo(bool, string)

                                                                                                                    +

                                                                                                                    ProviderStatusInfo(Boolean, String)

                                                                                                                    Initializes a new instance with the specified values.

                                                                                                                    @@ -148,13 +148,13 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean available

                                                                                                                    The availability status

                                                                                                                    - string + System.String statusMessage

                                                                                                                    The status message

                                                                                                                    @@ -184,7 +184,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -210,7 +210,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.html index 2e213d689..84140ddc4 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.html @@ -91,44 +91,44 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    RemoteTranslationMemory
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.ComponentModel.INotifyPropertyChanged
                                                                                                                    +
                                                                                                                    System.ComponentModel.IEditableObject
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public abstract class RemoteTranslationMemory : INotifyPropertyChanged, IEditableObject
                                                                                                                    +
                                                                                                                    public abstract class RemoteTranslationMemory

                                                                                                                    Constructors

                                                                                                                    @@ -195,8 +195,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [StringLength(1024, ErrorMessage = "Copyright too long!")]
                                                                                                                    -public string Copyright { get; set; }
                                                                                                                    +
                                                                                                                    public string Copyright { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -208,7 +207,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -250,7 +249,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -280,8 +279,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [StringLength(255, ErrorMessage = "Description too long!")]
                                                                                                                    -public string Description { get; set; }
                                                                                                                    +
                                                                                                                    public string Description { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    DateTimeSystem.DateTime
                                                                                                                    @@ -293,7 +291,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -377,7 +375,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -405,7 +403,7 @@
                                                                                                                    Exceptions

                                                                                                                    IsDeleted

                                                                                                                    -

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this translation memory has been deleted.

                                                                                                                    +

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this translation memory has been deleted.

                                                                                                                    Declaration
                                                                                                                    @@ -422,7 +420,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -431,7 +429,7 @@
                                                                                                                    Property Value

                                                                                                                    IsNewObject

                                                                                                                    -

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this translation memory has not been saved yet.

                                                                                                                    +

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this translation memory has not been saved yet.

                                                                                                                    Declaration
                                                                                                                    @@ -448,7 +446,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -462,9 +460,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [Required(ErrorMessage = "Required Field")]
                                                                                                                    -[StringLength(150, ErrorMessage = "Name too long!")]
                                                                                                                    -public string Name { get; set; }
                                                                                                                    +
                                                                                                                    public string Name { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    GuidSystem.Guid
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    @@ -476,7 +472,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -547,7 +543,7 @@

                                                                                                                    Methods -

                                                                                                                    OnPropertyChanged(string)

                                                                                                                    +

                                                                                                                    OnPropertyChanged(String)

                                                                                                                    Declaration
                                                                                                                    @@ -565,7 +561,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -584,10 +580,10 @@
                                                                                                                    Declaration

                                                                                                                    Implements

                                                                                                                    - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                                    - IEditableObject + System.ComponentModel.IEditableObject
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledOperation.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledOperation.html index 8fb01581e..111c085c9 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledOperation.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledOperation.html @@ -87,12 +87,12 @@

                                                                                                                    Class ScheduledOperation

                                                                                                                    Abstract base class for scheduled operations, which are long running tasks that are executed -on the Execution Server.

                                                                                                                    +on the Execution Server.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ScheduledOperation
                                                                                                                    @@ -101,28 +101,28 @@
                                                                                                                    Inheritance
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -151,7 +151,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -177,7 +177,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -203,7 +203,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -229,14 +229,14 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String property
                                                                                                                    DateTimeSystem.Nullable<System.DateTime>
                                                                                                                    DateTimeSystem.Nullable<System.DateTime>
                                                                                                                    stringSystem.String
                                                                                                                    boolSystem.Boolean
                                                                                                                    Remarks

                                                                                                                    A finished operation has one of the following statues; Completed, - Aborted, Cancelled, Recovered or Error.

                                                                                                                    +Aborted, Cancelled, Recovered or Error.

                                                                                                                    @@ -259,14 +259,14 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean
                                                                                                                    Remarks

                                                                                                                    A pending operation has one of the following statues; NotSet, - Queued, Cancel, Abort or Recovery.

                                                                                                                    +Queued, Cancel, Abort or Recovery.

                                                                                                                    @@ -289,14 +289,14 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean
                                                                                                                    Remarks

                                                                                                                    A running operation has one of the following statues; Aborting, - Allocated or Cancelling.

                                                                                                                    +Allocated or Cancelling.

                                                                                                                    @@ -319,7 +319,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -345,7 +345,7 @@
                                                                                                                    Property Value
                                                                                                                    - DateTime + System.Nullable<System.DateTime> @@ -371,7 +371,7 @@
                                                                                                                    Property Value
                                                                                                                    - DateTime + System.Nullable<System.DateTime> @@ -423,7 +423,7 @@
                                                                                                                    Property Value
                                                                                                                    - Guid + System.Nullable<System.Guid> diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledOperationStatus.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledOperationStatus.html index eaad46549..31c72f651 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledOperationStatus.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledOperationStatus.html @@ -89,7 +89,7 @@

                                                                                                                    Represents the possible statuses of a ScheduledOperation.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -142,7 +142,7 @@

                                                                                                                    Fields Completed -

                                                                                                                    The work item has been completed

                                                                                                                    +

                                                                                                                    The work item has been completed

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.html index bbd455213..26af9470c 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.html @@ -88,12 +88,12 @@

                                                                                                                    Represents a scheduled recomputation of the fuzzy index statistics of a server-based translation memory on the Execution Server. This class can be used to schedule a recomputation of the fuzzy index statistics of a server-based translation memory -and also to monitor the operation's status while it is running.

                                                                                                                    +and also to monitor the operation's status while it is running.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ScheduledRecomputeStatisticsOperation
                                                                                                                    @@ -133,28 +133,28 @@
                                                                                                                    Inherited Members
                                                                                                                    ScheduledOperation.WorkItemId
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.html index b36906ead..e870c6f04 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.html @@ -90,12 +90,12 @@

                                                                                                                    +server-based translation memory and also to monitor the operation's status while it is running.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ScheduledReindexOperation
                                                                                                                    @@ -135,28 +135,28 @@
                                                                                                                    Inherited Members
                                                                                                                    ScheduledOperation.WorkItemId
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.html index ec661ffec..2a5d79654 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.html @@ -92,7 +92,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ScheduledServerTranslationMemoryExport
                                                                                                                    @@ -154,28 +154,28 @@
                                                                                                                    Inherited Members
                                                                                                                    ScheduledOperation.WorkItemId
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -222,8 +222,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown if languageDirection is null.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown if languageDirection is null.

                                                                                                                    @@ -251,7 +251,7 @@
                                                                                                                    Property Value
                                                                                                                    - EventHandlerFileTransferEventArgs + System.EventHandler<FileTransferEventArgs> @@ -303,7 +303,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -329,7 +329,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -358,7 +358,7 @@
                                                                                                                    Parameters
                                                                                                                    - Stream + System.IO.Stream destinationStream @@ -374,7 +374,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.html index ca37774f0..1abd5093c 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.html @@ -92,7 +92,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ScheduledServerTranslationMemoryImport
                                                                                                                    @@ -154,28 +154,28 @@
                                                                                                                    Inherited Members
                                                                                                                    ScheduledOperation.WorkItemId
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -222,8 +222,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown if languageDirection is null.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown if languageDirection is null.

                                                                                                                    @@ -251,7 +251,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -304,7 +304,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -330,7 +330,7 @@
                                                                                                                    Property Value
                                                                                                                    - FileInfo + System.IO.FileInfo

                                                                                                                    The source.

                                                                                                                    @@ -374,7 +374,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public override sealed void Queue()
                                                                                                                    +
                                                                                                                    public sealed override void Queue()
                                                                                                                    Overrides
                                                                                                                    @@ -387,7 +387,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public override sealed void Refresh()
                                                                                                                    +
                                                                                                                    public sealed override void Refresh()
                                                                                                                    Overrides
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.html index 95d6cf250..4ce719e43 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.html @@ -93,40 +93,40 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ServerBasedFieldsTemplate
                                                                                                                    Implements
                                                                                                                    - - - +
                                                                                                                    System.ComponentModel.INotifyPropertyChanged
                                                                                                                    +
                                                                                                                    System.IEquatable<ServerBasedFieldsTemplate>
                                                                                                                    +
                                                                                                                    System.ComponentModel.IEditableObject
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public class ServerBasedFieldsTemplate : IFieldsTemplate, INotifyPropertyChanged, IEquatable<ServerBasedFieldsTemplate>, IEditableObject, IPermissionCheck
                                                                                                                    +
                                                                                                                    public class ServerBasedFieldsTemplate : IFieldsTemplate, IEquatable<ServerBasedFieldsTemplate>, IPermissionCheck

                                                                                                                    Constructors

                                                                                                                    @@ -170,8 +170,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when server is null.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when server is null.

                                                                                                                    @@ -187,8 +187,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [StringLength(255, ErrorMessage = "Description too long!")]
                                                                                                                    -public string Description { get; set; }
                                                                                                                    +
                                                                                                                    public string Description { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -200,7 +199,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -252,7 +251,7 @@
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    Remarks

                                                                                                                    If the list of fields definitions has been pre-loaded, the in-memory collection of fields definitions is returned, otherwise - the list of fields definitions is retrieved from the server on-demand.

                                                                                                                    +the list of fields definitions is retrieved from the server on-demand.

                                                                                                                    Exceptions
                                                                                                                    @@ -291,7 +290,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -300,7 +299,7 @@
                                                                                                                    Property Value

                                                                                                                    IsDeleted

                                                                                                                    -

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this translation memory has been deleted.

                                                                                                                    +

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this translation memory has been deleted.

                                                                                                                    Declaration
                                                                                                                    @@ -317,7 +316,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -326,7 +325,7 @@
                                                                                                                    Property Value

                                                                                                                    IsDirty

                                                                                                                    -

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this fields template has unsaved changes.

                                                                                                                    +

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this fields template has unsaved changes.

                                                                                                                    Declaration
                                                                                                                    @@ -343,7 +342,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -352,7 +351,7 @@
                                                                                                                    Property Value

                                                                                                                    IsNewObject

                                                                                                                    -

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this fields template has not been saved yet.

                                                                                                                    +

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this fields template has not been saved yet.

                                                                                                                    Declaration
                                                                                                                    @@ -369,7 +368,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -395,7 +394,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -409,10 +408,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [Required(ErrorMessage = "Required Field")]
                                                                                                                    -[RegularExpression("[^\\\\/\"<>\\|\\*\\?%]+", ErrorMessage = "The following characters ^ \\ / \\\"  < > | * ? %  are not allowed")]
                                                                                                                    -[StringLength(50, ErrorMessage = "Name too long!")]
                                                                                                                    -public string Name { get; set; }
                                                                                                                    +
                                                                                                                    public string Name { get; set; }
                                                                                                                    Property Value
                                                                                                                    GuidSystem.Guid
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    stringSystem.String[]
                                                                                                                    @@ -424,7 +420,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -469,7 +465,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -495,7 +491,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -509,8 +505,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [Required(ErrorMessage = "Required Field")]
                                                                                                                    -public string ParentResourceGroupPath { get; set; }
                                                                                                                    +
                                                                                                                    public string ParentResourceGroupPath { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    @@ -522,7 +517,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -559,7 +554,7 @@

                                                                                                                    Methods

                                                                                                                    Delete()

                                                                                                                    -

                                                                                                                    Deletes this fields template from the system.

                                                                                                                    +

                                                                                                                    Deletes this fields template from the system.

                                                                                                                    Declaration
                                                                                                                    @@ -568,7 +563,7 @@
                                                                                                                    Declaration
                                                                                                                    Remarks

                                                                                                                    If any translation memories are currently associated with the fields template, the fields of these - translation memories will not be affected.

                                                                                                                    +translation memories will not be affected.

                                                                                                                    Exceptions
                                                                                                                    stringSystem.String
                                                                                                                    @@ -630,7 +625,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -639,7 +634,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    Returns true if this fields template has the same Id as the specified fields template.

                                                                                                                    @@ -658,7 +653,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -675,14 +670,14 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    boolSystem.Boolean

                                                                                                                    True if this fields template has the same Id as the specified fields template.

                                                                                                                    objectSystem.Object obj

                                                                                                                    A fields template to compare to.

                                                                                                                    boolSystem.Boolean

                                                                                                                    True if this fields template has the same Id as the specified fields template.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)
                                                                                                                    @@ -704,18 +699,18 @@
                                                                                                                    Returns
                                                                                                                    - int -

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    + System.Int32 +

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    -

                                                                                                                    HasPermission(string)

                                                                                                                    +

                                                                                                                    HasPermission(String)

                                                                                                                    Determines whether the specified permission has permission.

                                                                                                                    @@ -734,7 +729,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String permission

                                                                                                                    The permission.

                                                                                                                    @@ -751,7 +746,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the specified permission has permission; otherwise, false.

                                                                                                                    @@ -789,13 +784,13 @@

                                                                                                                    Implements

                                                                                                                    IFieldsTemplate
                                                                                                                    - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                                    - IEquatable<T> + System.IEquatable<T>
                                                                                                                    - IEditableObject + System.ComponentModel.IEditableObject
                                                                                                                    IPermissionCheck diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.html index e38abfd74..440b75594 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.html @@ -91,41 +91,41 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ServerBasedLanguageResourcesTemplate
                                                                                                                    Implements
                                                                                                                    - - - +
                                                                                                                    System.ComponentModel.INotifyPropertyChanged
                                                                                                                    + +
                                                                                                                    System.ComponentModel.IEditableObject
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public class ServerBasedLanguageResourcesTemplate : ILanguageResourcesTemplate, ISupportPlaceables, INotifyPropertyChanged, IEquatable<ServerBasedLanguageResourcesTemplate>, IEditableObject, IPermissionCheck
                                                                                                                    +
                                                                                                                    public class ServerBasedLanguageResourcesTemplate : ILanguageResourcesTemplate, ISupportPlaceables, IEquatable<ServerBasedLanguageResourcesTemplate>, IPermissionCheck

                                                                                                                    Constructors

                                                                                                                    @@ -168,8 +168,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown if server is null.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown if server is null.

                                                                                                                    @@ -185,8 +185,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [StringLength(255, ErrorMessage = "Description too long!")]
                                                                                                                    -public string Description { get; set; }
                                                                                                                    +
                                                                                                                    public string Description { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -198,7 +197,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -243,7 +242,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -252,7 +251,7 @@
                                                                                                                    Property Value

                                                                                                                    IsDeleted

                                                                                                                    -

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this translation memory has been deleted.

                                                                                                                    +

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this translation memory has been deleted.

                                                                                                                    Declaration
                                                                                                                    @@ -269,7 +268,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -278,7 +277,7 @@
                                                                                                                    Property Value

                                                                                                                    IsDirty

                                                                                                                    -

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this language resources template has unsaved changes.

                                                                                                                    +

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this language resources template has unsaved changes.

                                                                                                                    Declaration
                                                                                                                    @@ -295,7 +294,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -304,7 +303,7 @@
                                                                                                                    Property Value

                                                                                                                    IsNewObject

                                                                                                                    -

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this language resources template has not been saved yet.

                                                                                                                    +

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this language resources template has not been saved yet.

                                                                                                                    Declaration
                                                                                                                    @@ -321,7 +320,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -354,7 +353,7 @@
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    GuidSystem.Guid
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    Remarks

                                                                                                                    Note that you have to call Save() to persist any changes made to - language resources.

                                                                                                                    +language resources.

                                                                                                                    @@ -377,7 +376,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String[] @@ -391,10 +390,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [Required(ErrorMessage = "Required Field")]
                                                                                                                    -[RegularExpression("[^\\\\/\"<>\\|\\*\\?%]+", ErrorMessage = "The following characters ^ \\ / \\\"  < > | * ? %  are not allowed")]
                                                                                                                    -[StringLength(50, ErrorMessage = "Name too long!")]
                                                                                                                    -public string Name { get; set; }
                                                                                                                    +
                                                                                                                    public string Name { get; set; }
                                                                                                                    Property Value
                                                                                                                    @@ -406,7 +402,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -451,7 +447,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -477,7 +473,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -491,8 +487,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [Required(ErrorMessage = "Required Field")]
                                                                                                                    -public string ParentResourceGroupPath { get; set; }
                                                                                                                    +
                                                                                                                    public string ParentResourceGroupPath { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    @@ -504,7 +499,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -513,11 +508,7 @@
                                                                                                                    Property Value

                                                                                                                    Recognizers

                                                                                                                    -

                                                                                                                    Gets or sets the recognizers which are enabled for this TM. -Note that changing recognizers may require reindexing. In addition, in -some cases duplicate TUs may be in the TM if recognizers are enabled which have -been disabled before.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -542,8 +533,7 @@
                                                                                                                    Property Value

                                                                                                                    TokenizerFlags

                                                                                                                    -

                                                                                                                    Gets or sets the flags affecting tokenizer behaviour for this language resource template.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -559,7 +549,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -585,14 +575,14 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    TokenizerFlagsSystem.Nullable<TokenizerFlags>
                                                                                                                    ReadOnlyCollectionServerBasedTranslationMemorySystem.Collections.ObjectModel.ReadOnlyCollection<ServerBasedTranslationMemory>
                                                                                                                    Remarks

                                                                                                                    If the list of translation memories has been pre-loaded, the in-memory collection of translation memories is returned, otherwise - returns null

                                                                                                                    +returns null

                                                                                                                    Exceptions
                                                                                                                    @@ -640,8 +630,7 @@
                                                                                                                    Property Value

                                                                                                                    WordCountFlags

                                                                                                                    -

                                                                                                                    Gets or sets the flags affecting word count behaviour for this language resource template.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -657,7 +646,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -677,7 +666,7 @@
                                                                                                                    Declaration
                                                                                                                    Remarks

                                                                                                                    If any translation memories are currently associated with the language resources template, the language resources of these - translation memories will not be affected.

                                                                                                                    +translation memories will not be affected.

                                                                                                                    Exceptions
                                                                                                                    WordCountFlagsSystem.Nullable<WordCountFlags>
                                                                                                                    @@ -739,7 +728,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -748,7 +737,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    Returns true if this language resources template has the same Id as the specified language resources template.

                                                                                                                    @@ -767,7 +756,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -784,14 +773,14 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    boolSystem.Boolean

                                                                                                                    True if this template has the same Id as the specified template.

                                                                                                                    objectSystem.Object obj

                                                                                                                    A language resources template to compare to.

                                                                                                                    boolSystem.Boolean

                                                                                                                    True if this language resources template has the same Id as the specified language resources template.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)
                                                                                                                    @@ -813,18 +802,18 @@
                                                                                                                    Returns
                                                                                                                    - int -

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    + System.Int32 +

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    -

                                                                                                                    HasPermission(string)

                                                                                                                    +

                                                                                                                    HasPermission(String)

                                                                                                                    Gets whether this object has the permission with the specified name.

                                                                                                                    @@ -843,7 +832,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String permission

                                                                                                                    The permission name.

                                                                                                                    @@ -860,8 +849,9 @@
                                                                                                                    Returns
                                                                                                                    - bool -
                                                                                                                    true
                                                                                                                    is the object has the specified permission. + System.Boolean +
                                                                                                                    true
                                                                                                                    is the object has the specified permission. + @@ -900,13 +890,13 @@

                                                                                                                    Implements

                                                                                                                    ISupportPlaceables
                                                                                                                    - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                                    - IEquatable<T> + System.IEquatable<T>
                                                                                                                    - IEditableObject + System.ComponentModel.IEditableObject
                                                                                                                    IPermissionCheck diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html index 4b83cd096..c1037e231 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html @@ -92,7 +92,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ServerBasedTranslationMemory
                                                                                                                    @@ -102,16 +102,16 @@
                                                                                                                    Implements
                                                                                                                    - - - +
                                                                                                                    System.ComponentModel.INotifyPropertyChanged
                                                                                                                    +
                                                                                                                    System.ComponentModel.IEditableObject
                                                                                                                    +
                                                                                                                    System.IEquatable<ServerBasedTranslationMemory>
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public class ServerBasedTranslationMemory : RemoteTranslationMemory, ITranslationMemory2015, ITranslationMemory, ITranslationProvider, ISupportPlaceables, INotifyPropertyChanged, IEditableObject, IEquatable<ServerBasedTranslationMemory>, IPermissionCheck, IAdvancedContextTranslationMemory
                                                                                                                    +
                                                                                                                    public class ServerBasedTranslationMemory : RemoteTranslationMemory, ITranslationMemory2015, ITranslationMemory, ITranslationProvider, ISupportPlaceables, IEquatable<ServerBasedTranslationMemory>, IPermissionCheck, IAdvancedContextTranslationMemory

                                                                                                                    Constructors

                                                                                                                    @@ -210,8 +210,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when server is null.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when server is null.

                                                                                                                    @@ -242,7 +242,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -286,7 +286,7 @@
                                                                                                                    Exceptions
                                                                                                                    - InvalidOperationException + System.InvalidOperationException

                                                                                                                    Thrown when trying to set this property after the translation memory has been created.

                                                                                                                    @@ -318,7 +318,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -360,7 +360,7 @@
                                                                                                                    Property Value
                                                                                                                    - DateTime + System.Nullable<System.DateTime> @@ -412,9 +412,9 @@
                                                                                                                    Property Value
                                                                                                                    Remarks

                                                                                                                    In case this is a server-based translation memory, which is associated with a fields template (see IFieldsTemplate), - this returns a read-only fields collection identical to the template's fields collection. In all other cases, - the field collection returned can be modified. Note that you have to call Save() to persist any changes made to - the fields.

                                                                                                                    +this returns a read-only fields collection identical to the template's fields collection. In all other cases, +the field collection returned can be modified. Note that you have to call Save() to persist any changes made to +the fields.

                                                                                                                    Exceptions
                                                                                                                    @@ -469,7 +469,8 @@
                                                                                                                    FieldDefinitions property. Before you can do that, set the FieldsTemplate property to null. -

                                                                                                                    +

                                                                                                                    +
                                                                                                                    Exceptions
                                                                                                                    @@ -507,7 +508,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -534,7 +535,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -570,7 +571,7 @@
                                                                                                                    Property Value

                                                                                                                    IsDirty

                                                                                                                    -

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this translation memory has unsaved changes.

                                                                                                                    +

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this translation memory has unsaved changes.

                                                                                                                    Declaration
                                                                                                                    @@ -587,7 +588,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -613,7 +614,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -638,7 +639,7 @@
                                                                                                                    Exceptions

                                                                                                                    IsReadOnly

                                                                                                                    -

                                                                                                                    IsReadOnly.

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -655,7 +656,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -730,9 +731,9 @@
                                                                                                                    Property Value
                                                                                                                    DateTimeSystem.Nullable<System.DateTime>
                                                                                                                    intSystem.Nullable<System.Int32>
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    Remarks

                                                                                                                    In case this is a server-based translation memory, which is associated with a language resources template (see ILanguageResourcesTemplate), - this returns a read-only language resources collection identical to the template's language resources collection. In all other cases, - the language resources collection returned can be modified. Note that you have to call Save() to persist any changes made to - language resources.

                                                                                                                    +this returns a read-only language resources collection identical to the template's language resources collection. In all other cases, +the language resources collection returned can be modified. Note that you have to call Save() to persist any changes made to +language resources.

                                                                                                                    Exceptions
                                                                                                                    @@ -778,12 +779,12 @@
                                                                                                                    Property Value
                                                                                                                    Remarks

                                                                                                                    The template is a shared entity that defines the language resources that are - associated with one or more TMs. Modifying the template will therefore cause modifications to - the shared data and alter the language resources for all associated TMs. -

                                                                                                                    - If you want to make language resource changes for this translation memory only, make those modifications through the ITranslationMemory.LanguageResourceBundles property. - Before you can do that, set the LanguageResourcesTemplate property to null. -

                                                                                                                    ///

                                                                                                                    +associated with one or more TMs. Modifying the template will therefore cause modifications to +the shared data and alter the language resources for all associated TMs. +

                                                                                                                    +If you want to make language resource changes for this translation memory only, make those modifications through the property. +Before you can do that, set the LanguageResourcesTemplate property to null. +

                                                                                                                    ///

                                                                                                                    Exceptions
                                                                                                                    @@ -822,7 +823,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -847,7 +848,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -873,7 +874,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -899,7 +900,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -913,8 +914,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [Required(ErrorMessage = "Required Field")]
                                                                                                                    -public string ParentResourceGroupPath { get; set; }
                                                                                                                    +
                                                                                                                    public string ParentResourceGroupPath { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String[]
                                                                                                                    GuidSystem.Nullable<System.Guid>
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    @@ -926,7 +926,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -979,7 +979,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1021,7 +1021,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1047,7 +1047,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1073,7 +1073,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1099,7 +1099,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1125,7 +1125,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1151,7 +1151,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1177,7 +1177,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1203,21 +1203,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String

                                                                                                                    The parent resource group path.

                                                                                                                    ReadOnlyCollectionLanguagePairSystem.Collections.ObjectModel.ReadOnlyCollection<LanguagePair>
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    - -

                                                                                                                    SupportsSearchForTranslationUnitUsingContainsOperator

                                                                                                                    -

                                                                                                                    States whether the TM supports 'contains' TU searches (better performance than 'matches' searches)

                                                                                                                    + +

                                                                                                                    SupportsSearchForTranslationUnits

                                                                                                                    +

                                                                                                                    SupportsSearchForTranslationUnits. Always true for TMs.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public bool SupportsSearchForTranslationUnitUsingContainsOperator { get; }
                                                                                                                    +
                                                                                                                    public bool SupportsSearchForTranslationUnits { get; }
                                                                                                                    Property Value
                                                                                                                    @@ -1229,21 +1229,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    boolSystem.Boolean
                                                                                                                    - -

                                                                                                                    SupportsSearchForTranslationUnits

                                                                                                                    -

                                                                                                                    SupportsSearchForTranslationUnits. Always true for TMs.

                                                                                                                    + +

                                                                                                                    SupportsSearchForTranslationUnitUsingContainsOperator

                                                                                                                    +

                                                                                                                    States whether the TM supports 'contains' TU searches (better performance than 'matches' searches)

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public bool SupportsSearchForTranslationUnits { get; }
                                                                                                                    +
                                                                                                                    public bool SupportsSearchForTranslationUnitUsingContainsOperator { get; }
                                                                                                                    Property Value
                                                                                                                    @@ -1255,7 +1255,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1281,7 +1281,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1307,7 +1307,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1333,7 +1333,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1342,7 +1342,7 @@
                                                                                                                    Property Value

                                                                                                                    SupportsTargetConcordanceSearch

                                                                                                                    -

                                                                                                                    SupportsTargetConcordanceSearch. Returns

                                                                                                                    true
                                                                                                                    +

                                                                                                                    SupportsTargetConcordanceSearch. Returns

                                                                                                                    true
                                                                                                                    if this translation memory has a word-based fuzzy index for the target language (see FuzzyIndexes).

                                                                                                                    @@ -1360,7 +1360,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1386,7 +1386,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1412,7 +1412,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1438,7 +1438,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1500,7 +1500,8 @@
                                                                                                                    Property Value

                                                                                                                    TranslationMethod

                                                                                                                    +Always returns TranslationMemory +
                                                                                                                    Declaration
                                                                                                                    @@ -1568,7 +1569,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1610,7 +1611,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1636,7 +1637,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1743,8 +1744,8 @@
                                                                                                                    Returns
                                                                                                                    - - + @@ -1752,8 +1753,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -

                                                                                                                    Determines whether the specified object is equal to this instance.

                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +

                                                                                                                    Determines whether the specified System.Object is equal to this instance.

                                                                                                                    Declaration
                                                                                                                    @@ -1771,9 +1772,9 @@
                                                                                                                    Parameters
                                                                                                                    - + - @@ -1788,14 +1789,14 @@
                                                                                                                    Returns
                                                                                                                    - - +
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    UriSystem.Uri
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    bool

                                                                                                                    true if the current object is equal to the other parameter; otherwise, false.

                                                                                                                    +
                                                                                                                    System.Boolean

                                                                                                                    true if the current object is equal to the other parameter; otherwise, false.

                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with this instance.

                                                                                                                    +

                                                                                                                    The System.Object to compare with this instance.

                                                                                                                    bool

                                                                                                                    true if the specified object is equal to this instance; otherwise, false.

                                                                                                                    +
                                                                                                                    System.Boolean

                                                                                                                    true if the specified System.Object is equal to this instance; otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)
                                                                                                                    Exceptions
                                                                                                                    @@ -1806,8 +1807,8 @@
                                                                                                                    Exceptions
                                                                                                                    - - + @@ -1833,14 +1834,14 @@
                                                                                                                    Returns
                                                                                                                    - - +
                                                                                                                    NullReferenceException

                                                                                                                    The obj parameter is null.

                                                                                                                    +
                                                                                                                    System.NullReferenceException

                                                                                                                    The obj parameter is null.

                                                                                                                    int

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    +
                                                                                                                    System.Int32

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    @@ -1924,7 +1925,7 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri uri

                                                                                                                    URI

                                                                                                                    @@ -1941,7 +1942,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    server-based translation memory name

                                                                                                                    @@ -1968,7 +1969,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    The total translation unit count for this TM.

                                                                                                                    @@ -1993,7 +1994,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    HasPermission(string)

                                                                                                                    +

                                                                                                                    HasPermission(String)

                                                                                                                    Checks whether the current user has the specified permission on this translation memory.

                                                                                                                    @@ -2012,7 +2013,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String permission

                                                                                                                    A permission ID. See TranslationMemoryPermissions.

                                                                                                                    @@ -2029,7 +2030,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    True if the user has the specified permission for this TM.

                                                                                                                    @@ -2057,7 +2058,7 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri uri

                                                                                                                    The URI to check.

                                                                                                                    @@ -2074,8 +2075,8 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    Whether uri represents server-based translation memory

                                                                                                                    + System.Boolean +

                                                                                                                    Whether uri represents server-based translation memory

                                                                                                                    @@ -2083,7 +2084,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    LoadState(string)

                                                                                                                    +

                                                                                                                    LoadState(String)

                                                                                                                    Loads previously serialized state information into this translation provider instance.

                                                                                                                    @@ -2102,10 +2103,10 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String translationProviderState

                                                                                                                    A string representing the state of translation provider that was previously saved - using SerializeState().

                                                                                                                    +using SerializeState().

                                                                                                                    @@ -2126,13 +2127,13 @@
                                                                                                                    Declaration
                                                                                                                    Remarks

                                                                                                                    This can be a long running operation, especially for larger TMs. It is recommended to use - ScheduledRecomputeStatisticsOperation to perform this operation on the Execution Server.

                                                                                                                    +ScheduledRecomputeStatisticsOperation to perform this operation on the Execution Server.

                                                                                                                    RefreshStatusInfo()

                                                                                                                    -

                                                                                                                    Ensures that the provider's status information (StatusInfo) is refreshed, +

                                                                                                                    Ensures that the provider's status information (StatusInfo) is refreshed, in case it is cached.

                                                                                                                    @@ -2190,9 +2191,9 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    A string representing the state of this translation provider that can later be passed into -the LoadState(string) method to restore the state after creating a new translation provider.

                                                                                                                    +the LoadState(String) method to restore the state after creating a new translation provider.

                                                                                                                    @@ -2222,7 +2223,7 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri uri @@ -2238,7 +2239,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -2265,7 +2266,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if it is recommended to recompute the fuzzy index statistics.

                                                                                                                    @@ -2310,7 +2311,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    True if the specified language direction is supported.

                                                                                                                    @@ -2328,6 +2329,111 @@
                                                                                                                    Exceptions
                                                                                                                    ObjectDeletedException

                                                                                                                    Thrown when this object has been deleted.

                                                                                                                    + + + + +

                                                                                                                    Explicit Interface Implementations +

                                                                                                                    + + + +

                                                                                                                    ITranslationMemory.GetLanguageDirection(LanguagePair)

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    ITranslationMemoryLanguageDirection ITranslationMemory.GetLanguageDirection(LanguagePair languageDirection)
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Parameters
                                                                                                                    + + + + + + + + + + + + + + + +
                                                                                                                    TypeNameDescription
                                                                                                                    LanguagePairlanguageDirection
                                                                                                                    +
                                                                                                                    Returns
                                                                                                                    + + + + + + + + + + + + + +
                                                                                                                    TypeDescription
                                                                                                                    ITranslationMemoryLanguageDirection
                                                                                                                    + + + +

                                                                                                                    ITranslationProvider.GetLanguageDirection(LanguagePair)

                                                                                                                    +

                                                                                                                    Gets a translation provider for the specified language direction.

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    ITranslationProviderLanguageDirection ITranslationProvider.GetLanguageDirection(LanguagePair languageDirection)
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Parameters
                                                                                                                    + + + + + + + + + + + + + + + +
                                                                                                                    TypeNameDescription
                                                                                                                    LanguagePairlanguageDirection

                                                                                                                    The language direction.

                                                                                                                    +
                                                                                                                    +
                                                                                                                    Returns
                                                                                                                    + + + + + + + + + + + + + +
                                                                                                                    TypeDescription
                                                                                                                    ITranslationProviderLanguageDirection

                                                                                                                    The language direction matching the given source and target language.

                                                                                                                    +
                                                                                                                    +
                                                                                                                    Exceptions
                                                                                                                    + + + + + + + + + + + @@ -2346,13 +2452,13 @@

                                                                                                                    Implements

                                                                                                                    ISupportPlaceables
                                                                                                                    - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                                    - IEditableObject + System.ComponentModel.IEditableObject
                                                                                                                    - IEquatable<T> + System.IEquatable<T>
                                                                                                                    IPermissionCheck diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html index dc5327491..7ee0236f1 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html @@ -91,7 +91,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    ServerBasedTranslationMemoryLanguageDirection
                                                                                                                    @@ -103,28 +103,28 @@
                                                                                                                    Implements
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -145,8 +145,8 @@
                                                                                                                    Declaration
                                                                                                                    Remarks

                                                                                                                    In order to add a new language direction to a server-based translation memory, create a new ServerBasedTranslationMemoryLanguageDirection, - set its SourceLanguage and TargetLanguage properties, then add it to the language directions of the translation memory (LanguageDirections) - and save the translation memory (Save()).

                                                                                                                    +set its SourceLanguage and TargetLanguage properties, then add it to the language directions of the translation memory (LanguageDirections) +and save the translation memory (Save()).

                                                                                                                    Properties

                                                                                                                    @@ -174,7 +174,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -201,7 +201,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -227,7 +227,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -242,7 +242,7 @@
                                                                                                                    Exceptions
                                                                                                                    - + @@ -269,7 +269,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -284,7 +284,7 @@
                                                                                                                    Exceptions
                                                                                                                    - + @@ -311,7 +311,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -326,7 +326,7 @@
                                                                                                                    Exceptions
                                                                                                                    - + @@ -353,7 +353,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -368,7 +368,7 @@
                                                                                                                    Exceptions
                                                                                                                    - + @@ -405,12 +405,12 @@

                                                                                                                    Methods -

                                                                                                                    AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings)

                                                                                                                    +

                                                                                                                    AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings)

                                                                                                                    Adds an array of translation units to the database. If hash codes of the previous translations are provided, a found translation will be overwritten. If none is found, or the hash is 0 or the collection is null, the operation behaves identical to AddTranslationUnits(TranslationUnit[], ImportSettings).

                                                                                                                    -If the provider doesn't support adding/updating, the +If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    @@ -430,13 +430,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -459,7 +459,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -469,12 +469,12 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[])

                                                                                                                    +

                                                                                                                    AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[])

                                                                                                                    Adds an array of translation units to the database, but will only add those for which the corresponding mask field is true. If the previous translation hashes are provided, existing translations will be updated if the target segment hash changed.

                                                                                                                    -If the provider doesn't support adding/updating, the +If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    @@ -494,13 +494,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -512,7 +512,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -529,7 +529,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -540,7 +540,7 @@
                                                                                                                    Returns

                                                                                                                    AddTranslationUnit(TranslationUnit, ImportSettings)

                                                                                                                    -

                                                                                                                    Adds a translation unit to the database. If the provider doesn't support adding/updating, the +

                                                                                                                    Adds a translation unit to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    @@ -592,7 +592,7 @@
                                                                                                                    Returns

                                                                                                                    AddTranslationUnits(TranslationUnit[], ImportSettings)

                                                                                                                    -

                                                                                                                    Adds an array of translation units to the database. If the provider doesn't support adding/updating, the +

                                                                                                                    Adds an array of translation units to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    @@ -611,7 +611,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -634,7 +634,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -644,9 +644,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[])

                                                                                                                    +

                                                                                                                    AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[])

                                                                                                                    Adds an array of translation units to the database, but will only add those -for which the corresponding mask field is true. If the provider doesn't support adding/updating, the +for which the corresponding mask field is true. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    @@ -665,7 +665,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -677,7 +677,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -694,7 +694,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -704,9 +704,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ApplyFieldsToTranslationUnit(FieldValues, bool, PersistentObjectToken)

                                                                                                                    +

                                                                                                                    ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken)

                                                                                                                    Applies the specified field values to the translation unit identified by the specified -translationUnitId.

                                                                                                                    +translationUnitId.

                                                                                                                    Declaration
                                                                                                                    @@ -730,7 +730,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -753,7 +753,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -762,9 +762,9 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    ApplyFieldsToTranslationUnits(FieldValues, bool, PersistentObjectToken[])

                                                                                                                    +

                                                                                                                    ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken[])

                                                                                                                    Applies the specified field values to the translation units identified by the specified -translationUnitIds collection.

                                                                                                                    +translationUnitIds collection.

                                                                                                                    Declaration
                                                                                                                    @@ -788,13 +788,13 @@
                                                                                                                    Parameters
                                                                                                                    - + - + @@ -811,7 +811,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -838,7 +838,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -848,7 +848,7 @@
                                                                                                                    Returns

                                                                                                                    DeleteTranslationUnit(PersistentObjectToken)

                                                                                                                    -

                                                                                                                    Deletes the translation unit with the specified translationUnitId from the TM.

                                                                                                                    +

                                                                                                                    Deletes the translation unit with the specified translationUnitId from the TM.

                                                                                                                    Declaration
                                                                                                                    @@ -883,7 +883,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -911,7 +911,7 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -928,7 +928,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -978,7 +978,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -989,7 +989,7 @@
                                                                                                                    Returns

                                                                                                                    EditTranslationUnits(EditScript, EditUpdateMode, PersistentObjectToken[])

                                                                                                                    Applies an EditScript to the translation units identified by the -identifiers in the translationUnitIds collection.

                                                                                                                    +identifiers in the translationUnitIds collection.

                                                                                                                    Declaration
                                                                                                                    @@ -1016,12 +1016,12 @@
                                                                                                                    Parameters
                                                                                                                    - + @@ -1038,7 +1038,7 @@
                                                                                                                    Returns
                                                                                                                    - + @@ -1075,16 +1075,16 @@
                                                                                                                    Parameters
                                                                                                                    @@ -1099,16 +1099,16 @@
                                                                                                                    Returns
                                                                                                                    - +
                                                                                                                    TypeCondition
                                                                                                                    ObjectDeletedException

                                                                                                                    Thrown when this object has been deleted.

                                                                                                                    intSystem.Int32
                                                                                                                    boolSystem.Boolean
                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                    InvalidOperationExceptionSystem.InvalidOperationException

                                                                                                                    Thrown when trying to set the source language after the language direction has been created.

                                                                                                                    stringSystem.String
                                                                                                                    InvalidOperationExceptionSystem.InvalidOperationException

                                                                                                                    Thrown when trying to set the source language after the language direction has been created.

                                                                                                                    CultureCodeSdl.Core.Globalization.CultureCode
                                                                                                                    InvalidOperationExceptionSystem.InvalidOperationException

                                                                                                                    Thrown when trying to set the target language after the language direction has been created.

                                                                                                                    stringSystem.String
                                                                                                                    InvalidOperationExceptionSystem.InvalidOperationException

                                                                                                                    Thrown when trying to set the target language after the language direction has been created.

                                                                                                                    TranslationUnitTranslationUnit[] translationUnits

                                                                                                                    An arrays of translation units to be added.

                                                                                                                    intSystem.Int32[] previousTranslationHashes

                                                                                                                    If provided, a corresponding array of a the hash code of a previous translation.

                                                                                                                    ImportResultImportResult[]

                                                                                                                    An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array.

                                                                                                                    TranslationUnitTranslationUnit[] translationUnits

                                                                                                                    An arrays of translation units to be added.

                                                                                                                    intSystem.Int32[] previousTranslationHashes

                                                                                                                    Corresponding hash codes of a previous translation (0 if unknown). The parameter may be null.

                                                                                                                    boolSystem.Boolean[] mask

                                                                                                                    A boolean array with the same cardinality as the TU array, specifying which TUs to add.

                                                                                                                    ImportResultImportResult[]

                                                                                                                    An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array.

                                                                                                                    TranslationUnitTranslationUnit[] translationUnits

                                                                                                                    An arrays of translation units to be added.

                                                                                                                    ImportResultImportResult[]

                                                                                                                    An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array.

                                                                                                                    TranslationUnitTranslationUnit[] translationUnits

                                                                                                                    An arrays of translation units to be added.

                                                                                                                    boolSystem.Boolean[] mask

                                                                                                                    A boolean array with the same cardinality as the TU array, specifying which TUs to add.

                                                                                                                    ImportResultImportResult[]

                                                                                                                    An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array.

                                                                                                                    boolSystem.Boolean overwrite

                                                                                                                    If true, overwrite the old values, and merge the new values with the old ones otherwise.

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the translation unit has been modified. false otherwise.

                                                                                                                    boolSystem.Boolean overwrite

                                                                                                                    If true, overwrite the old values, and merge the new values with the old ones otherwise.

                                                                                                                    PersistentObjectTokenPersistentObjectToken[] translationUnitIds

                                                                                                                    A collection of translation unit IDs to apply the field values to

                                                                                                                    intSystem.Int32

                                                                                                                    The number of changed translation units

                                                                                                                    intSystem.Int32

                                                                                                                    The number of deleted translation units

                                                                                                                    boolSystem.Boolean

                                                                                                                    true if the translation unit was deleted, false otherwise.

                                                                                                                    PersistentObjectTokenPersistentObjectToken[] translationUnitIds

                                                                                                                    A collection of the translation unit IDs to delete

                                                                                                                    intSystem.Int32

                                                                                                                    The number of deleted translation units

                                                                                                                    intSystem.Int32

                                                                                                                    The number of deleted translation units.

                                                                                                                    EditUpdateMode updateMode

                                                                                                                    The update mode, which can be to update changed - translation units in-place or add new translation units to the TM (which is only relevant - if segment data has been changed).

                                                                                                                    +translation units in-place or add new translation units to the TM (which is only relevant +if segment data has been changed).

                                                                                                                    PersistentObjectTokenPersistentObjectToken[] translationUnitIds

                                                                                                                    The collection of TU IDs to apply the edit script to.

                                                                                                                    intSystem.Int32

                                                                                                                    The number of changed or edited translation units

                                                                                                                    EditUpdateMode updateMode

                                                                                                                    The update mode, which can be to update changed - translation units in-place or add new translation units to the TM (which is only relevant - if segment data has been changed).

                                                                                                                    +translation units in-place or add new translation units to the TM (which is only relevant +if segment data has been changed).

                                                                                                                    RegularIterator iterator

                                                                                                                    The iterator to use. Note that a filter condition can be set on the - iterator in which case the script will only be applied to those translation units - which satisfy the filter condition.

                                                                                                                    +iterator in which case the script will only be applied to those translation units +which satisfy the filter condition.

                                                                                                                    intSystem.Int32

                                                                                                                    The number of changed or edited translation units

                                                                                                                    Remarks
                                                                                                                    -

                                                                                                                    Note that a filter condition can also be set on the editScript - instead of the iterator. Depending on the back-end storage, it may be more efficient to - set it on the iterator than on the edit script.

                                                                                                                    +

                                                                                                                    Note that a filter condition can also be set on the editScript +instead of the iterator. Depending on the back-end storage, it may be more efficient to +set it on the iterator than on the edit script.

                                                                                                                    @@ -1119,7 +1119,7 @@

                                                                                                                    ) which will result in the identical hash values,
                                                                                                                  • The source segments only differ by whitespace or certain punctuation, which do not modify the hash values,
                                                                                                                  • The hashing algorithm leads to collisions in which case the segments may be entirely different, but still result in the same hash value.
                                                                                                                  • @@ -1157,7 +1157,7 @@

                                                                                                                    Returns
                                                                                                                    - TranslationUnit + TranslationUnit[]

                                                                                                                    The translation units which are potential duplicates, or null if no more potential duplicates can be found.

                                                                                                                    @@ -1168,7 +1168,7 @@
                                                                                                                    Returns

                                                                                                                    GetTranslationUnit(PersistentObjectToken)

                                                                                                                    -

                                                                                                                    Retrieves the translation unit with the specified translationUnitId from the +

                                                                                                                    Retrieves the translation unit with the specified translationUnitId from the translation memory.

                                                                                                                    @@ -1232,7 +1232,7 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32 @@ -1245,10 +1245,10 @@

                                                                                                                    MaxCount translation units will be returned in one round-trip. -
                                                                                                                    • A FilterExpression can be set on the iterator in which case +
                                                                                                                      • A FilterExpression can be set on the iterator in which case only those TUs which satisfy the filter condition will be returned.
                                                                                                                      • See also the remarks on MaxScan on how to avoid timeouts with filtered iteration.
                                                                                                                      -

                                                                                                                      +

                                                                                                                    Declaration
                                                                                                                    @@ -1283,7 +1283,7 @@
                                                                                                                    Returns
                                                                                                                    - TranslationUnit + TranslationUnit[]

                                                                                                                    The translation units, or null if no more translation units can be retrieved.

                                                                                                                    @@ -1330,7 +1330,7 @@
                                                                                                                    Returns
                                                                                                                    - TranslationUnit + TranslationUnit[] @@ -1341,7 +1341,7 @@
                                                                                                                    -

                                                                                                                    Import(ImportSettings, string)

                                                                                                                    +

                                                                                                                    Import(ImportSettings, String)

                                                                                                                    Use server tm import feature to import TM

                                                                                                                    @@ -1365,7 +1365,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fileName @@ -1433,7 +1433,7 @@
                                                                                                                    Returns
                                                                                                                    - TranslationUnit + TranslationUnit[] @@ -1480,7 +1480,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    False if the iterator is at the end of the TM or the TM is empty, true otherwise. The re-indexing process should be continued until the method returns false.

                                                                                                                    @@ -1489,7 +1489,7 @@
                                                                                                                    Returns
                                                                                                                    Remarks

                                                                                                                    For larger TMs (> 100.000 TUs) it is recommended to also recompute the index - statistics after the re-indexing finished (see RecomputeFuzzyIndexStatistics()).

                                                                                                                    +statistics after the re-indexing finished (see RecomputeFuzzyIndexStatistics()).

                                                                                                                    @@ -1578,7 +1578,7 @@
                                                                                                                    Parameters
                                                                                                                    SubsegmentSearchCondition condition -

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    +

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    @@ -1633,7 +1633,7 @@
                                                                                                                    Parameters
                                                                                                                    - Segment + Segment[] segments

                                                                                                                    The array containing the segments to search for.

                                                                                                                    @@ -1650,7 +1650,7 @@
                                                                                                                    Returns
                                                                                                                    - SearchResults + SearchResults[]

                                                                                                                    An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array.

                                                                                                                    @@ -1693,11 +1693,11 @@
                                                                                                                    Parameters
                                                                                                                    SubsegmentSearchCondition condition -

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    +

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    - Segment + Segment[] segments

                                                                                                                    The array containing the segments to search for.

                                                                                                                    @@ -1714,9 +1714,9 @@
                                                                                                                    Returns
                                                                                                                    - SegmentAndSubsegmentSearchResults + SegmentAndSubsegmentSearchResults[]

                                                                                                                    An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the - search results for each segment with the same index within the segments array.

                                                                                                                    +search results for each segment with the same index within the segments array.

                                                                                                                    @@ -1724,7 +1724,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchSegmentsMasked(SearchSettings, Segment[], bool[])

                                                                                                                    +

                                                                                                                    SearchSegmentsMasked(SearchSettings, Segment[], Boolean[])

                                                                                                                    Performs a search for an array of segments, specifying a mask which specifies which segments should actually be searched (only those for which the corresponding mask bit is true are searched). If the mask is null, the method behaves identically to SearchSegments(SearchSettings, Segment[]). Passing a mask only makes sense in document search contexts (IsDocumentSearch @@ -1752,13 +1752,13 @@

                                                                                                                    Parameters
                                                                                                                    - Segment + Segment[] segments

                                                                                                                    The array containing the segments to search for.

                                                                                                                    - bool + System.Boolean[] mask

                                                                                                                    The array containing the segments to search for.

                                                                                                                    @@ -1775,7 +1775,7 @@
                                                                                                                    Returns
                                                                                                                    - SearchResults + SearchResults[]

                                                                                                                    An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array.

                                                                                                                    @@ -1785,7 +1785,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[])

                                                                                                                    +

                                                                                                                    SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[])

                                                                                                                    Performs a segment-level search, and optionally a subsegment search, for an array of segments, specifying a mask which specifies which segments should actually be searched (only those for which the corresponding mask bit is true are searched). If the mask is null, the method behaves identically to SearchSegments(SearchSettings, Segment[]). Passing a mask only makes sense in document search contexts (IsDocumentSearch @@ -1821,17 +1821,17 @@

                                                                                                                    Parameters
                                                                                                                    SubsegmentSearchCondition condition -

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    +

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    - Segment + Segment[] segments

                                                                                                                    The array containing the segments to search for.

                                                                                                                    - bool + System.Boolean[] mask

                                                                                                                    The array containing the segments to search for.

                                                                                                                    @@ -1848,9 +1848,9 @@
                                                                                                                    Returns
                                                                                                                    - SegmentAndSubsegmentSearchResults + SegmentAndSubsegmentSearchResults[]

                                                                                                                    An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the - search results for each segment with the same index within the segments array.

                                                                                                                    +search results for each segment with the same index within the segments array.

                                                                                                                    @@ -1858,7 +1858,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchText(SearchSettings, string)

                                                                                                                    +

                                                                                                                    SearchText(SearchSettings, String)

                                                                                                                    Performs a text search.

                                                                                                                    @@ -1883,7 +1883,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String segment

                                                                                                                    The text to search for.

                                                                                                                    @@ -1942,7 +1942,7 @@
                                                                                                                    Parameters
                                                                                                                    SubsegmentSearchCondition condition -

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    +

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    @@ -2056,11 +2056,11 @@
                                                                                                                    Parameters
                                                                                                                    SubsegmentSearchCondition condition -

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    +

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    The array containing the translation units to search for.

                                                                                                                    @@ -2077,9 +2077,9 @@
                                                                                                                    Returns
                                                                                                                    - SegmentAndSubsegmentSearchResults + SegmentAndSubsegmentSearchResults[]

                                                                                                                    An array of objects, which mirrors the translation unit array. It has the exact same size and contains - the search results for each translation unit with the same index within the translation unit array.

                                                                                                                    +the search results for each translation unit with the same index within the translation unit array.

                                                                                                                    @@ -2112,7 +2112,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    The array containing the translation units to search for.

                                                                                                                    @@ -2129,7 +2129,7 @@
                                                                                                                    Returns
                                                                                                                    - SearchResults + SearchResults[]

                                                                                                                    An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array.

                                                                                                                    @@ -2139,7 +2139,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[])

                                                                                                                    +

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[])

                                                                                                                    Similar to SearchTranslationUnits(SearchSettings, TranslationUnit[]), but allows passing a mask which specifies which TUs are actually searched. This is useful in document search contexts where some TUs are passed which should be used to establish a (text) context, but which should not be processed.

                                                                                                                    @@ -2174,20 +2174,20 @@
                                                                                                                    Parameters
                                                                                                                    SubsegmentSearchCondition condition -

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    +

                                                                                                                    If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed.

                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    The array containing the translation units to search for.

                                                                                                                    - bool + System.Boolean[] mask

                                                                                                                    A bool array which specifies which TUs are actually searched (mask[i] = true). If null, the method - behaves identically to SearchTranslationUnits(SearchSettings, TranslationUnit[]).

                                                                                                                    +behaves identically to SearchTranslationUnits(SearchSettings, TranslationUnit[]).

                                                                                                                    @@ -2202,9 +2202,9 @@
                                                                                                                    Returns
                                                                                                                    - SegmentAndSubsegmentSearchResults + SegmentAndSubsegmentSearchResults[]

                                                                                                                    An array of objects, which mirrors the translation unit array. It has the exact same size and contains - the search results for each translation unit with the same index within the translation unit array.

                                                                                                                    +the search results for each translation unit with the same index within the translation unit array.

                                                                                                                    @@ -2212,7 +2212,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[])

                                                                                                                    +

                                                                                                                    SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[])

                                                                                                                    Similar to SearchTranslationUnits(SearchSettings, TranslationUnit[]), but allows passing a mask which specifies which TUs are actually searched. This is useful in document search contexts where some TUs are passed which should be used to establish a (text) context, but which should not be processed.

                                                                                                                    @@ -2239,16 +2239,16 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    The array containing the translation units to search for.

                                                                                                                    - bool + System.Boolean[] mask

                                                                                                                    A bool array which specifies which TUs are actually searched (mask[i] = true). If null, the method - behaves identically to SearchTranslationUnits(SearchSettings, TranslationUnit[]).

                                                                                                                    +behaves identically to SearchTranslationUnits(SearchSettings, TranslationUnit[]).

                                                                                                                    @@ -2263,7 +2263,7 @@
                                                                                                                    Returns
                                                                                                                    - SearchResults + SearchResults[]

                                                                                                                    An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array.

                                                                                                                    @@ -2300,7 +2300,7 @@
                                                                                                                    Parameters
                                                                                                                    Segment segment -

                                                                                                                    The segment for which subsegment matches should be sought, aka 'query segment'

                                                                                                                    +

                                                                                                                    The segment for which subsegment matches should be sought, aka 'query segment'

                                                                                                                    @@ -2352,7 +2352,7 @@
                                                                                                                    Parameters
                                                                                                                    - Segment + Segment[] segments

                                                                                                                    The array containing the segments for which subsegment matches should be sought

                                                                                                                    @@ -2369,7 +2369,7 @@
                                                                                                                    Returns
                                                                                                                    - SubsegmentSearchResultsCollection + SubsegmentSearchResultsCollection[]

                                                                                                                    A SubsegmentSearchResultsCollection object containing any subsegment matches found.

                                                                                                                    @@ -2399,7 +2399,7 @@
                                                                                                                    Returns
                                                                                                                    - ListSubsegmentMatchType + System.Collections.Generic.List<SubsegmentMatchType> @@ -2411,7 +2411,7 @@

                                                                                                                    Updates the cached translation unit count. Normally, the translation unit count is updated automatically every night. Only use this method to ensure the translation unit count reported by CachedTranslationUnitCount after adding a large amount of translation units. There is no need to call this method after an import using a TranslationMemoryImporter -or a ScheduledServerTranslationMemoryImport; these classes automatically update the cached translation unit count.

                                                                                                                    +or a ScheduledServerTranslationMemoryImport; these classes automatically update the cached translation unit count.

                                                                                                                    Declaration
                                                                                                                    @@ -2423,7 +2423,7 @@
                                                                                                                    Declaration

                                                                                                                    UpdateTranslationUnit(TranslationUnit)

                                                                                                                    Updates the properties and fields of an existing translation unit if the source and target segments are unchanged or -adds a new translation unit otherwise. If the provider doesn't support adding/updating, the +adds a new translation unit otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    The translation unit should be initialized in a previous call to the translation memory, so that the ID property is set to a valid value.

                                                                                                                    @@ -2472,7 +2472,7 @@
                                                                                                                    Returns

                                                                                                                    UpdateTranslationUnits(TranslationUnit[])

                                                                                                                    Updates the properties and fields of an array of existing translation units if the source and target segments are unchanged or -adds new translation units otherwise. If the provider doesn't support adding/updating, the +adds new translation units otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception.

                                                                                                                    The translation units should be initialized in previous calls to the translation memory, so that their ID properties are set to valid values.

                                                                                                                    @@ -2493,7 +2493,7 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    The translation unit array to be updated.

                                                                                                                    @@ -2510,7 +2510,7 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult + ImportResult[]

                                                                                                                    An array of results which mirrors the translation unit array. It has the exact same size and contains the results for each translation unit with the same index within the translation unit array.

                                                                                                                    @@ -2520,7 +2520,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    UpdateTranslationUnitsMasked(TranslationUnit[], bool[])

                                                                                                                    +

                                                                                                                    UpdateTranslationUnitsMasked(TranslationUnit[], Boolean[])

                                                                                                                    Updates (adds, overwrites, or merges) the specified translation units.

                                                                                                                    @@ -2539,19 +2539,19 @@
                                                                                                                    Parameters
                                                                                                                    - TranslationUnit + TranslationUnit[] translationUnits

                                                                                                                    The translation units to update.

                                                                                                                    - bool + System.Boolean[] mask -

                                                                                                                    An optional mask with the same length as translationUnits. If - provided, only those TUs in translationUnits will be updated for which the corresponding - flag in mask is

                                                                                                                    true
                                                                                                                    . Those TUs for which the corresponding - flag is
                                                                                                                    false
                                                                                                                    will only be used to establish context information. If no masking - is required, this parameter can be null.

                                                                                                                    +

                                                                                                                    An optional mask with the same length as translationUnits. If +provided, only those TUs in translationUnits will be updated for which the corresponding +flag in mask is

                                                                                                                    true
                                                                                                                    . Those TUs for which the corresponding +flag is
                                                                                                                    false
                                                                                                                    will only be used to establish context information. If no masking +is required, this parameter can be null.

                                                                                                                    @@ -2566,13 +2566,67 @@
                                                                                                                    Returns
                                                                                                                    - ImportResult -

                                                                                                                    An array of ImportResults with the same length as translationUnits, + ImportResult[] +

                                                                                                                    An array of ImportResults with the same length as translationUnits, which indicates, for each translation unit, the action taken by the translation memory.

                                                                                                                    +

                                                                                                                    Explicit Interface Implementations +

                                                                                                                    + + + +

                                                                                                                    ITranslationMemoryLanguageDirection.TranslationProvider

                                                                                                                    +

                                                                                                                    Gets the server-based translation memory to which this language direction belongs.

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    ITranslationMemory ITranslationMemoryLanguageDirection.TranslationProvider { get; }
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Returns
                                                                                                                    + + + + + + + + + + + + + +
                                                                                                                    TypeDescription
                                                                                                                    ITranslationMemory
                                                                                                                    + + + +

                                                                                                                    ITranslationProviderLanguageDirection.TranslationProvider

                                                                                                                    +

                                                                                                                    Gets the translation memory to which this language direction belongs.

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    ITranslationProvider ITranslationProviderLanguageDirection.TranslationProvider { get; }
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Returns
                                                                                                                    + + + + + + + + + + + + + +
                                                                                                                    TypeDescription
                                                                                                                    ITranslationProvider

                                                                                                                    Implements

                                                                                                                    ISubsegmentTranslationMemoryLanguageDirection diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.html index 89f339991..d5ec1f85d 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.html @@ -97,121 +97,19 @@

                                                                                                                    Inheritance
                                                                                                                    - - - -
                                                                                                                    ServerBasedTranslationMemoryLanguageDirectionCollection
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    ServerBasedTranslationMemoryLanguageDirectionCollection
                                                                                                                    - -
                                                                                                                    -
                                                                                                                    Inherited Members
                                                                                                                    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public class ServerBasedTranslationMemoryLanguageDirectionCollection : ObservableCollection<ServerBasedTranslationMemoryLanguageDirection>, IList<ServerBasedTranslationMemoryLanguageDirection>, ICollection<ServerBasedTranslationMemoryLanguageDirection>, IList, ICollection, IReadOnlyList<ServerBasedTranslationMemoryLanguageDirection>, IReadOnlyCollection<ServerBasedTranslationMemoryLanguageDirection>, IEnumerable<ServerBasedTranslationMemoryLanguageDirection>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
                                                                                                                    +
                                                                                                                    public class ServerBasedTranslationMemoryLanguageDirectionCollection : ObservableCollection<ServerBasedTranslationMemoryLanguageDirection>

                                                                                                                    Methods

                                                                                                                    @@ -226,8 +124,6 @@
                                                                                                                    Declaration
                                                                                                                    protected override void ClearItems()
                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    - @@ -250,13 +146,13 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode sourceLanguage

                                                                                                                    A source language.

                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode targetLanguage

                                                                                                                    A target language.

                                                                                                                    @@ -282,7 +178,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetLanguageDirection(string, string)

                                                                                                                    +

                                                                                                                    GetLanguageDirection(String, String)

                                                                                                                    Gets the language direction with the specified source and target language code.

                                                                                                                    @@ -301,13 +197,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String sourceLanguageCode

                                                                                                                    A source language code.

                                                                                                                    - string + System.String targetLanguageCode

                                                                                                                    A target language code.

                                                                                                                    @@ -333,7 +229,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    InsertItem(int, ServerBasedTranslationMemoryLanguageDirection)

                                                                                                                    +

                                                                                                                    InsertItem(Int32, ServerBasedTranslationMemoryLanguageDirection)

                                                                                                                    Inserts an item into the collection at the specified index.

                                                                                                                    @@ -352,9 +248,9 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 index -

                                                                                                                    The zero-based index at which item should be inserted.

                                                                                                                    +

                                                                                                                    The zero-based index at which item should be inserted.

                                                                                                                    @@ -365,12 +261,10 @@
                                                                                                                    Parameters
                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    - -

                                                                                                                    RemoveItem(int)

                                                                                                                    +

                                                                                                                    RemoveItem(Int32)

                                                                                                                    Removes the item at the specified index of the collection.

                                                                                                                    @@ -389,46 +283,13 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 index

                                                                                                                    The zero-based index of the element to remove.

                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    - -

                                                                                                                    Implements

                                                                                                                    -
                                                                                                                    - IList<T> -
                                                                                                                    - -
                                                                                                                    - IList -
                                                                                                                    - - - - - - -
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerImportStatus.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerImportStatus.html index 4e4665929..deb49cea4 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerImportStatus.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerImportStatus.html @@ -88,7 +88,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.StringResources.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.StringResources.html index 8b2214cce..484b639c3 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.StringResources.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.StringResources.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    StringResources
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -147,7 +147,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -173,7 +173,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -199,7 +199,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -225,7 +225,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -251,7 +251,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -277,7 +277,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -303,7 +303,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -329,7 +329,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -355,7 +355,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -381,7 +381,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -407,7 +407,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -433,7 +433,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -442,7 +442,7 @@
                                                                                                                    Property Value

                                                                                                                    Culture

                                                                                                                    -

                                                                                                                    Overrides the current thread's CurrentUICulture property for all +

                                                                                                                    Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

                                                                                                                    @@ -460,7 +460,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo @@ -486,7 +486,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -512,7 +512,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -538,7 +538,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -564,7 +564,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -590,7 +590,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -616,7 +616,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -642,7 +642,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -668,7 +668,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -694,7 +694,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -720,7 +720,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -746,7 +746,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -772,7 +772,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -798,21 +798,21 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String - -

                                                                                                                    EMSG_SRXConversionFailed

                                                                                                                    -

                                                                                                                    Looks up a localized string similar to Failed to convert SRX segmentation rules..

                                                                                                                    + +

                                                                                                                    EMSG_SdlxTempFileCreationFailed

                                                                                                                    +

                                                                                                                    Looks up a localized string similar to SDLX temp file creation failed..

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public static string EMSG_SRXConversionFailed { get; }
                                                                                                                    +
                                                                                                                    public static string EMSG_SdlxTempFileCreationFailed { get; }
                                                                                                                    Property Value
                                                                                                                    @@ -824,21 +824,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    - -

                                                                                                                    EMSG_SdlxTempFileCreationFailed

                                                                                                                    -

                                                                                                                    Looks up a localized string similar to SDLX temp file creation failed..

                                                                                                                    + +

                                                                                                                    EMSG_SRXConversionFailed

                                                                                                                    +

                                                                                                                    Looks up a localized string similar to Failed to convert SRX segmentation rules..

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public static string EMSG_SdlxTempFileCreationFailed { get; }
                                                                                                                    +
                                                                                                                    public static string EMSG_SRXConversionFailed { get; }
                                                                                                                    Property Value
                                                                                                                    @@ -850,7 +850,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -876,7 +876,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -902,7 +902,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -928,7 +928,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -954,7 +954,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -980,7 +980,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1006,7 +1006,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1032,7 +1032,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1058,7 +1058,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1084,7 +1084,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1093,7 +1093,7 @@
                                                                                                                    Property Value

                                                                                                                    FileBasedTranslationMemoryCreator_ErrorMessage_LocationIsNotValid

                                                                                                                    -

                                                                                                                    Looks up a localized string similar to The specified output translation memory location is not valid. +

                                                                                                                    Looks up a localized string similar to The specified output translation memory location is not valid. ({0}).

                                                                                                                    @@ -1111,7 +1111,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1137,7 +1137,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1163,7 +1163,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1189,7 +1189,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1215,7 +1215,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1241,7 +1241,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1267,7 +1267,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1293,21 +1293,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    - -

                                                                                                                    LRD_Data

                                                                                                                    -

                                                                                                                    Looks up a localized string similar to Data.

                                                                                                                    + +

                                                                                                                    LanguageDirections

                                                                                                                    +

                                                                                                                    Looks up a localized string similar to Language Directions.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public static string LRD_Data { get; }
                                                                                                                    +
                                                                                                                    public static string LanguageDirections { get; }
                                                                                                                    Property Value
                                                                                                                    @@ -1319,21 +1319,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    - -

                                                                                                                    LRD_Type

                                                                                                                    -

                                                                                                                    Looks up a localized string similar to Type.

                                                                                                                    + +

                                                                                                                    LanguageResourceBundles

                                                                                                                    +

                                                                                                                    Looks up a localized string similar to Language Resource Bundles.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public static string LRD_Type { get; }
                                                                                                                    +
                                                                                                                    public static string LanguageResourceBundles { get; }
                                                                                                                    Property Value
                                                                                                                    @@ -1345,21 +1345,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    - -

                                                                                                                    LanguageDirections

                                                                                                                    -

                                                                                                                    Looks up a localized string similar to Language Directions.

                                                                                                                    + +

                                                                                                                    LanguageResourceTemplate

                                                                                                                    +

                                                                                                                    Looks up a localized string similar to Language Resource Template.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public static string LanguageDirections { get; }
                                                                                                                    +
                                                                                                                    public static string LanguageResourceTemplate { get; }
                                                                                                                    Property Value
                                                                                                                    @@ -1371,21 +1371,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    - -

                                                                                                                    LanguageResourceBundles

                                                                                                                    -

                                                                                                                    Looks up a localized string similar to Language Resource Bundles.

                                                                                                                    + +

                                                                                                                    LinkedResourceGroupPaths

                                                                                                                    +

                                                                                                                    Looks up a localized string similar to Linked Resource Group Paths.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public static string LanguageResourceBundles { get; }
                                                                                                                    +
                                                                                                                    public static string LinkedResourceGroupPaths { get; }
                                                                                                                    Property Value
                                                                                                                    @@ -1397,21 +1397,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    - -

                                                                                                                    LanguageResourceTemplate

                                                                                                                    -

                                                                                                                    Looks up a localized string similar to Language Resource Template.

                                                                                                                    + +

                                                                                                                    LRD_Data

                                                                                                                    +

                                                                                                                    Looks up a localized string similar to Data.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public static string LanguageResourceTemplate { get; }
                                                                                                                    +
                                                                                                                    public static string LRD_Data { get; }
                                                                                                                    Property Value
                                                                                                                    @@ -1423,21 +1423,21 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    - -

                                                                                                                    LinkedResourceGroupPaths

                                                                                                                    -

                                                                                                                    Looks up a localized string similar to Linked Resource Group Paths.

                                                                                                                    + +

                                                                                                                    LRD_Type

                                                                                                                    +

                                                                                                                    Looks up a localized string similar to Type.

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    public static string LinkedResourceGroupPaths { get; }
                                                                                                                    +
                                                                                                                    public static string LRD_Type { get; }
                                                                                                                    Property Value
                                                                                                                    @@ -1449,7 +1449,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1475,7 +1475,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1501,7 +1501,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1527,7 +1527,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1553,7 +1553,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1579,7 +1579,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1605,7 +1605,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1631,7 +1631,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1657,7 +1657,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1683,7 +1683,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1709,7 +1709,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1735,7 +1735,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1761,7 +1761,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1770,7 +1770,7 @@
                                                                                                                    Property Value

                                                                                                                    OutputTranslationMemory_ErrorMessage_TMXNotAvailable

                                                                                                                    -

                                                                                                                    Looks up a localized string similar to The TMX file for translation memory '{0}' is not available..

                                                                                                                    +

                                                                                                                    Looks up a localized string similar to The TMX file for translation memory '{0}' is not available..

                                                                                                                    Declaration
                                                                                                                    @@ -1787,7 +1787,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1813,7 +1813,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1822,7 +1822,7 @@
                                                                                                                    Property Value

                                                                                                                    OutputTranslationMemory_ProgressMessage_CreatingTranslationMemory

                                                                                                                    -

                                                                                                                    Looks up a localized string similar to Creating translation memory '{0}'.

                                                                                                                    +

                                                                                                                    Looks up a localized string similar to Creating translation memory '{0}'.

                                                                                                                    Declaration
                                                                                                                    @@ -1839,7 +1839,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1865,7 +1865,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1891,7 +1891,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1917,7 +1917,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1943,7 +1943,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1969,7 +1969,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -1995,7 +1995,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -2021,7 +2021,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -2047,7 +2047,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -2073,7 +2073,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -2099,7 +2099,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -2125,7 +2125,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -2151,33 +2151,7 @@
                                                                                                                    Property Value
                                                                                                                    - - - - -
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    ResourceManagerSystem.Resources.ResourceManager
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    string
                                                                                                                    - - - -

                                                                                                                    TS_Items

                                                                                                                    -

                                                                                                                    Looks up a localized string similar to Items.

                                                                                                                    -
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    -
                                                                                                                    public static string TS_Items { get; }
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Property Value
                                                                                                                    - - - - - - - - - - + @@ -2203,7 +2177,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -2229,7 +2203,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -2255,7 +2229,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -2281,7 +2255,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -2307,7 +2281,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -2333,7 +2307,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -2359,7 +2333,33 @@
                                                                                                                    Property Value
                                                                                                                    - + + + + +
                                                                                                                    TypeDescription
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    + + + +

                                                                                                                    TS_Items

                                                                                                                    +

                                                                                                                    Looks up a localized string similar to Items.

                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    +
                                                                                                                    +
                                                                                                                    public static string TS_Items { get; }
                                                                                                                    +
                                                                                                                    +
                                                                                                                    Property Value
                                                                                                                    + + + + + + + + + + @@ -2385,7 +2385,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -2411,7 +2411,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -2437,7 +2437,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -2463,7 +2463,7 @@
                                                                                                                    Property Value
                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.SystemFieldDefinitions.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.SystemFieldDefinitions.html index 37a2e0e3c..af0905ddb 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.SystemFieldDefinitions.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.SystemFieldDefinitions.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    SystemFieldDefinitions
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -

                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.html index 9bce13003..0270750e6 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.html @@ -86,44 +86,44 @@

                                                                                                                    Class TranslationMemoryContainer

                                                                                                                    -

                                                                                                                    Represents a database using for storing server-based translation memories.

                                                                                                                    +

                                                                                                                    Represents a database using for storing server-based translation memories.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationMemoryContainer
                                                                                                                    Implements
                                                                                                                    - - - +
                                                                                                                    System.ComponentModel.IEditableObject
                                                                                                                    +
                                                                                                                    System.ComponentModel.INotifyPropertyChanged
                                                                                                                    +
                                                                                                                    System.IEquatable<TranslationMemoryContainer>
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public class TranslationMemoryContainer : IEditableObject, INotifyPropertyChanged, IEquatable<TranslationMemoryContainer>, IPermissionCheck
                                                                                                                    +
                                                                                                                    public class TranslationMemoryContainer : IEquatable<TranslationMemoryContainer>, IPermissionCheck

                                                                                                                    Constructors

                                                                                                                    @@ -167,8 +167,8 @@
                                                                                                                    Exceptions
                                                                                                                    - - + @@ -184,10 +184,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [Required(ErrorMessage = "Required Field")]
                                                                                                                    -[RegularExpression("^[\\p{L}_][\\w_@#\\$]*$", ErrorMessage = "Only alpha-numeric and underscore characters allowed.")]
                                                                                                                    -[StringLength(123, ErrorMessage = "Database Name cannot exceed 123 characters.")]
                                                                                                                    -public string DatabaseName { get; set; }
                                                                                                                    +
                                                                                                                    public string DatabaseName { get; set; }
                                                                                                                    Property Value
                                                                                                                    TypeDescription
                                                                                                                    System.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    ArgumentNullException

                                                                                                                    Thrown when server is null.

                                                                                                                    +
                                                                                                                    System.ArgumentNullException

                                                                                                                    Thrown when server is null.

                                                                                                                    @@ -199,14 +196,14 @@
                                                                                                                    Property Value
                                                                                                                    - +
                                                                                                                    stringSystem.String
                                                                                                                    Remarks

                                                                                                                    If the database does not exist yet, it will be created automatically. If the database already exists, it will be registered - with the system, together with any translation memories it contains.

                                                                                                                    +with the system, together with any translation memories it contains.

                                                                                                                    Exceptions
                                                                                                                    @@ -223,7 +220,7 @@
                                                                                                                    Exceptions
                                                                                                                    - + @@ -243,8 +240,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [Required(ErrorMessage = "You must select a database server")]
                                                                                                                    -public DatabaseServer DatabaseServer { get; set; }
                                                                                                                    +
                                                                                                                    public DatabaseServer DatabaseServer { get; set; }
                                                                                                                    Property Value
                                                                                                                    InvalidOperationExceptionSystem.InvalidOperationException

                                                                                                                    Thrown when trying to set this property after initial creation of the database server.

                                                                                                                    @@ -276,7 +272,7 @@
                                                                                                                    Exceptions
                                                                                                                    - + @@ -291,8 +287,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [StringLength(255, ErrorMessage = "Description too long!")]
                                                                                                                    -public string Description { get; set; }
                                                                                                                    +
                                                                                                                    public string Description { get; set; }
                                                                                                                    Property Value
                                                                                                                    InvalidOperationExceptionSystem.InvalidOperationException

                                                                                                                    Thrown when trying to set this property after initial creation of the database server.

                                                                                                                    @@ -304,7 +299,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -347,7 +342,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -373,7 +368,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -401,7 +396,7 @@
                                                                                                                    Exceptions

                                                                                                                    IsDeleted

                                                                                                                    -

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this translation memory has been deleted.

                                                                                                                    +

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this translation memory has been deleted.

                                                                                                                    Declaration
                                                                                                                    @@ -418,7 +413,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -427,7 +422,7 @@
                                                                                                                    Property Value

                                                                                                                    IsDirty

                                                                                                                    -

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this container has unsaved changes.

                                                                                                                    +

                                                                                                                    Returns

                                                                                                                    true
                                                                                                                    if this container has unsaved changes.

                                                                                                                    Declaration
                                                                                                                    @@ -444,7 +439,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -470,7 +465,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -497,7 +492,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -511,10 +506,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [Required(ErrorMessage = "Required Field")]
                                                                                                                    -[RegularExpression("[^\\\\/\"<>\\|\\*\\?%]+", ErrorMessage = "The following characters ^ \\ / \\\"  < > | * ? %  are not allowed")]
                                                                                                                    -[StringLength(50, ErrorMessage = "Name cannot exceed 50 characters.")]
                                                                                                                    -public string Name { get; set; }
                                                                                                                    +
                                                                                                                    public string Name { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String

                                                                                                                    The description.

                                                                                                                    stringSystem.String
                                                                                                                    GuidSystem.Guid
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean
                                                                                                                    boolSystem.Boolean

                                                                                                                    true if this instance is new object; otherwise, false.

                                                                                                                    stringSystem.String[]
                                                                                                                    @@ -526,7 +518,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -568,7 +560,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -594,7 +586,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -608,8 +600,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [Required(ErrorMessage = "Required Field")]
                                                                                                                    -public string ParentResourceGroupPath { get; set; }
                                                                                                                    +
                                                                                                                    public string ParentResourceGroupPath { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    stringSystem.String
                                                                                                                    @@ -621,7 +612,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -636,9 +627,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [Required(ErrorMessage = "Required Field")]
                                                                                                                    -[StringLength(30, ErrorMessage = "Password too long!")]
                                                                                                                    -public string Password { get; set; }
                                                                                                                    +
                                                                                                                    public string Password { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String

                                                                                                                    The parent resource group path.

                                                                                                                    @@ -650,7 +639,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -695,7 +684,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -721,7 +710,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -761,9 +750,7 @@

                                                                                                                    Declaration
                                                                                                                    -
                                                                                                                    [Required(ErrorMessage = "Required Field")]
                                                                                                                    -[StringLength(30, ErrorMessage = "User Name too long!")]
                                                                                                                    -public string UserName { get; set; }
                                                                                                                    +
                                                                                                                    public string UserName { get; set; }
                                                                                                                    Property Value
                                                                                                                    stringSystem.String
                                                                                                                    ReadOnlyCollectionServerBasedTranslationMemorySystem.Collections.ObjectModel.ReadOnlyCollection<ServerBasedTranslationMemory>
                                                                                                                    IListstringSystem.Collections.Generic.IList<System.String>
                                                                                                                    @@ -775,7 +762,7 @@
                                                                                                                    Property Value
                                                                                                                    - + @@ -875,8 +862,8 @@
                                                                                                                    Returns
                                                                                                                    - - + @@ -884,8 +871,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    -

                                                                                                                    Determines whether the specified object is equal to this instance.

                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +

                                                                                                                    Determines whether the specified System.Object is equal to this instance.

                                                                                                                    Declaration
                                                                                                                    @@ -903,9 +890,9 @@
                                                                                                                    Parameters
                                                                                                                    - + - @@ -920,14 +907,14 @@
                                                                                                                    Returns
                                                                                                                    - - +
                                                                                                                    stringSystem.String
                                                                                                                    bool

                                                                                                                    true if the current object is equal to the other parameter; otherwise, false.

                                                                                                                    +
                                                                                                                    System.Boolean

                                                                                                                    true if the current object is equal to the other parameter; otherwise, false.

                                                                                                                    objectSystem.Object obj

                                                                                                                    The object to compare with this instance.

                                                                                                                    +

                                                                                                                    The System.Object to compare with this instance.

                                                                                                                    bool

                                                                                                                    true if the specified object is equal to this instance; otherwise, false.

                                                                                                                    +
                                                                                                                    System.Boolean

                                                                                                                    true if the specified System.Object is equal to this instance; otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)
                                                                                                                    Exceptions
                                                                                                                    @@ -938,8 +925,8 @@
                                                                                                                    Exceptions
                                                                                                                    - - + @@ -965,18 +952,18 @@
                                                                                                                    Returns
                                                                                                                    - - +
                                                                                                                    NullReferenceException

                                                                                                                    The obj parameter is null.

                                                                                                                    +
                                                                                                                    System.NullReferenceException

                                                                                                                    The obj parameter is null.

                                                                                                                    int

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    +
                                                                                                                    System.Int32

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    -

                                                                                                                    HasPermission(string)

                                                                                                                    +

                                                                                                                    HasPermission(String)

                                                                                                                    Gets whether this object has the permission with the specified name.

                                                                                                                    @@ -995,7 +982,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String permission

                                                                                                                    The permission name.

                                                                                                                    @@ -1012,8 +999,9 @@
                                                                                                                    Returns
                                                                                                                    - bool -
                                                                                                                    true
                                                                                                                    is the object has the specified permission. + System.Boolean +
                                                                                                                    true
                                                                                                                    is the object has the specified permission. + @@ -1077,20 +1065,20 @@
                                                                                                                    Event Type
                                                                                                                    - PropertyChangedEventHandler + System.ComponentModel.PropertyChangedEventHandler

                                                                                                                    Implements

                                                                                                                    - IEditableObject + System.ComponentModel.IEditableObject
                                                                                                                    - INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
                                                                                                                    - IEquatable<T> + System.IEquatable<T>
                                                                                                                    IPermissionCheck diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainerPermissions.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainerPermissions.html index d8628f11a..ec4d8432f 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainerPermissions.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainerPermissions.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationMemoryContainerPermissions
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -146,7 +146,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -171,7 +171,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -196,7 +196,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -221,7 +221,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.html index 665c14549..f35fba679 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.html @@ -91,7 +91,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationMemoryExporter
                                                                                                                    @@ -99,13 +99,13 @@
                                                                                                                    Inheritance
                                                                                                                    Inherited Members
                                                                                                                    ExporterAsync.TmxExportFormat @@ -114,28 +114,28 @@
                                                                                                                    Inherited Members
                                                                                                                    ExporterAsync.FilterExpression
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -206,7 +206,7 @@
                                                                                                                    Field Value
                                                                                                                    - int + System.Int32 @@ -232,7 +232,7 @@
                                                                                                                    Field Value
                                                                                                                    - int + System.Int32 @@ -260,7 +260,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32

                                                                                                                    The size of the chunk.

                                                                                                                    @@ -301,7 +301,7 @@

                                                                                                                    Methods -

                                                                                                                    Export(string, bool)

                                                                                                                    +

                                                                                                                    Export(String, Boolean)

                                                                                                                    Starts the export process with the configured settings into a file with the specified name. This method supports GZip compressed files, such as: export.tmx.gz

                                                                                                                    @@ -321,13 +321,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fileName

                                                                                                                    Name of the file.

                                                                                                                    - bool + System.Boolean overwriteExisting

                                                                                                                    if set to true [overwrite existing].

                                                                                                                    @@ -356,7 +356,7 @@
                                                                                                                    Event Type
                                                                                                                    - EventHandlerBatchExportedEventArgs + System.EventHandler<BatchExportedEventArgs> diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryFieldsPermissions.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryFieldsPermissions.html index 11b7912cb..65ab2ce98 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryFieldsPermissions.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryFieldsPermissions.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationMemoryFieldsPermissions
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -146,7 +146,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -171,7 +171,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -196,7 +196,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -221,7 +221,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryFileAccessMode.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryFileAccessMode.html index fccd22772..3b8b4a843 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryFileAccessMode.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryFileAccessMode.html @@ -90,7 +90,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.html index a8271cf25..089a2ba1f 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.html @@ -91,7 +91,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationMemoryImporter
                                                                                                                    @@ -99,7 +99,7 @@
                                                                                                                    Inheritance
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -291,7 +291,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Import(string)

                                                                                                                    +

                                                                                                                    Import(String)

                                                                                                                    Starts the import from the specified file.

                                                                                                                    @@ -310,7 +310,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fileName

                                                                                                                    The file name.

                                                                                                                    @@ -320,7 +320,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    IsSupportedByTmServiceImport(string)

                                                                                                                    +

                                                                                                                    IsSupportedByTmServiceImport(String)

                                                                                                                    Check if the file is supported for TMService import

                                                                                                                    @@ -339,7 +339,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String file @@ -355,7 +355,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -382,7 +382,7 @@
                                                                                                                    Event Type
                                                                                                                    - EventHandlerBatchImportedEventArgs + System.EventHandler<BatchImportedEventArgs> diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryLanguageResourcePermissions.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryLanguageResourcePermissions.html index 0455beb4b..41c7bd84b 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryLanguageResourcePermissions.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryLanguageResourcePermissions.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationMemoryLanguageResourcePermissions
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -146,7 +146,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -171,7 +171,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -196,7 +196,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -221,7 +221,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryPermissions.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryPermissions.html index 3878fa758..c1cc01357 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryPermissions.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryPermissions.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationMemoryPermissions
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -146,7 +146,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -171,7 +171,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -196,7 +196,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -221,7 +221,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties.html index b85c2e265..655bd5de2 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties.html @@ -89,7 +89,7 @@

                                                                                                                    Represents the additional related objects that can be retrieved when retrieving one or more translation memories.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.html index 907ee9eff..a5b4cbcf2 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationMemoryQuery
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -160,7 +160,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String[] @@ -169,7 +169,7 @@
                                                                                                                    Property Value

                                                                                                                    FieldTemplateIds

                                                                                                                    -

                                                                                                                    Filter by template id's

                                                                                                                    +

                                                                                                                    Filter by template id's

                                                                                                                    Declaration
                                                                                                                    @@ -186,7 +186,7 @@
                                                                                                                    Property Value
                                                                                                                    - Guid + System.Guid[] @@ -212,7 +212,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -238,7 +238,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -264,7 +264,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -290,7 +290,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -299,7 +299,7 @@
                                                                                                                    Property Value

                                                                                                                    LanguageResourceIds

                                                                                                                    -

                                                                                                                    Filter by language template id's

                                                                                                                    +

                                                                                                                    Filter by language template id's

                                                                                                                    Declaration
                                                                                                                    @@ -316,7 +316,7 @@
                                                                                                                    Property Value
                                                                                                                    - Guid + System.Guid[] @@ -342,7 +342,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -394,7 +394,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -420,7 +420,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -446,7 +446,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String[] @@ -472,7 +472,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String[] @@ -498,7 +498,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemorySearchResultConverters.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemorySearchResultConverters.html index b8e15b69b..db5b07ce2 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemorySearchResultConverters.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemorySearchResultConverters.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationMemorySearchResultConverters
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -148,7 +148,7 @@
                                                                                                                    Parameters
                                                                                                                    - SearchResults + SearchResults[] results @@ -164,7 +164,7 @@
                                                                                                                    Returns
                                                                                                                    - SegmentAndSubsegmentSearchResults + SegmentAndSubsegmentSearchResults[] diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.html index 72613ad36..767fabf1f 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.html @@ -92,34 +92,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationMemoryUpgradeUtil
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -177,7 +177,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -220,7 +220,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -263,7 +263,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -306,7 +306,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -349,7 +349,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -392,7 +392,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -435,7 +435,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -478,7 +478,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean @@ -533,7 +533,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode cultureCode @@ -549,7 +549,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMethod.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMethod.html index f03d274c8..deab267ba 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMethod.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMethod.html @@ -89,7 +89,7 @@

                                                                                                                    Enumerates the ways how a translation provider can compute a translation. See TranslationMethod.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.html index c30e13c1a..9c5fbda0c 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.html @@ -91,75 +91,75 @@

                                                                                                                    Inheritance
                                                                                                                    - - - - +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    System.Exception
                                                                                                                    +
                                                                                                                    System.SystemException
                                                                                                                    +
                                                                                                                    System.InvalidOperationException
                                                                                                                    TranslationProviderAuthenticationException
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Runtime.Serialization.ISerializable
                                                                                                                    +
                                                                                                                    System.Runtime.InteropServices._Exception
                                                                                                                    Inherited Members
                                                                                                                    - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                                    - Exception.ToString() + System.Exception.ToString()
                                                                                                                    - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                                    - Exception.GetType() + System.Exception.GetType()
                                                                                                                    - Exception.Message + System.Exception.Message
                                                                                                                    - Exception.Data + System.Exception.Data
                                                                                                                    - Exception.InnerException + System.Exception.InnerException
                                                                                                                    - Exception.TargetSite + System.Exception.TargetSite
                                                                                                                    - Exception.StackTrace + System.Exception.StackTrace
                                                                                                                    - Exception.HelpLink + System.Exception.HelpLink
                                                                                                                    - Exception.Source + System.Exception.Source
                                                                                                                    - Exception.HResult + System.Exception.HResult
                                                                                                                    - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -200,12 +200,12 @@
                                                                                                                    Parameters
                                                                                                                    - SerializationInfo + System.Runtime.Serialization.SerializationInfo info - StreamingContext + System.Runtime.Serialization.StreamingContext context @@ -214,7 +214,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    TranslationProviderAuthenticationException(string)

                                                                                                                    +

                                                                                                                    TranslationProviderAuthenticationException(String)

                                                                                                                    Constructor with message.

                                                                                                                    @@ -233,7 +233,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String message @@ -242,7 +242,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    TranslationProviderAuthenticationException(string, Exception)

                                                                                                                    +

                                                                                                                    TranslationProviderAuthenticationException(String, Exception)

                                                                                                                    Constructor with message and inner exception.

                                                                                                                    @@ -261,12 +261,12 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String message - Exception + System.Exception inner @@ -274,10 +274,10 @@
                                                                                                                    Parameters

                                                                                                                    Implements

                                                                                                                    - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                                    - _Exception + System.Runtime.InteropServices._Exception
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCascadePermissions.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCascadePermissions.html index 02555da17..994f03da0 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCascadePermissions.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCascadePermissions.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationProviderCascadePermissions
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -146,7 +146,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -171,7 +171,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -196,7 +196,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -221,7 +221,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.html index 80a88b132..fd6f49950 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.html @@ -91,31 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationProviderCredential
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType() +
                                                                                                                    +
                                                                                                                    + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -126,7 +129,7 @@

                                                                                                                    Constructors -

                                                                                                                    TranslationProviderCredential(string, bool)

                                                                                                                    +

                                                                                                                    TranslationProviderCredential(String, Boolean)

                                                                                                                    Constructor that takes the given credential and whether to persist.

                                                                                                                    @@ -145,13 +148,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String credential

                                                                                                                    credential

                                                                                                                    - bool + System.Boolean persist

                                                                                                                    persist

                                                                                                                    @@ -181,7 +184,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -207,7 +210,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.html index 12eb4bb97..af8f7c339 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.html @@ -91,43 +91,43 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationProviderCredentialStore
                                                                                                                    Implements
                                                                                                                    - +
                                                                                                                    System.Xml.Serialization.IXmlSerializable
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    public class TranslationProviderCredentialStore : ITranslationProviderCredentialStore, IXmlSerializable
                                                                                                                    +
                                                                                                                    public class TranslationProviderCredentialStore : ITranslationProviderCredentialStore

                                                                                                                    Constructors

                                                                                                                    @@ -165,7 +165,7 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri uri

                                                                                                                    uri

                                                                                                                    @@ -211,7 +211,7 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri uri

                                                                                                                    uri

                                                                                                                    @@ -258,7 +258,7 @@
                                                                                                                    Returns
                                                                                                                    - XmlSchema + System.Xml.Schema.XmlSchema

                                                                                                                    xml schema

                                                                                                                    @@ -286,7 +286,7 @@
                                                                                                                    Parameters
                                                                                                                    - XmlReader + System.Xml.XmlReader reader

                                                                                                                    reader

                                                                                                                    @@ -315,7 +315,7 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri uri

                                                                                                                    uri

                                                                                                                    @@ -344,7 +344,7 @@
                                                                                                                    Parameters
                                                                                                                    - XmlWriter + System.Xml.XmlWriter writer

                                                                                                                    writer

                                                                                                                    @@ -373,7 +373,7 @@
                                                                                                                    Event Type
                                                                                                                    - EventHandler + System.EventHandler @@ -383,7 +383,7 @@

                                                                                                                    Implements

                                                                                                                    ITranslationProviderCredentialStore
                                                                                                                    - IXmlSerializable + System.Xml.Serialization.IXmlSerializable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.html index eba21246e..3d8b05b24 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.html @@ -88,39 +88,39 @@

                                                                                                                    Represents information about a translation provider (ITranslationProvider) that can be used to display this translation provider in a user interface. The translation provider plug-in has to provide an implementation of ITranslationProviderWinFormsUI -which supports getting display information through calling GetDisplayInfo(Uri, string).

                                                                                                                    +which supports getting display information through calling GetDisplayInfo(Uri, String).

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationProviderDisplayInfo
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -161,7 +161,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -188,7 +188,7 @@
                                                                                                                    Property Value
                                                                                                                    - Image + System.Drawing.Image @@ -214,7 +214,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -240,7 +240,7 @@
                                                                                                                    Property Value
                                                                                                                    - Icon + System.Drawing.Icon diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.html index f3ff93364..200314803 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.html @@ -91,165 +91,21 @@

                                                                                                                    Inheritance
                                                                                                                    - - - -
                                                                                                                    TranslationProviderFactoryAttribute
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    TranslationProviderFactoryAttribute
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Implements
                                                                                                                    - -
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Inherited Members
                                                                                                                    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [ExtensionPointInfo("Translation Provider Factories", ExtensionPointBehavior.Static)]
                                                                                                                    -[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                                    -public sealed class TranslationProviderFactoryAttribute : ExtensionAttribute, _Attribute
                                                                                                                    +
                                                                                                                    [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                                    +public sealed class TranslationProviderFactoryAttribute : ExtensionAttribute
                                                                                                                    Remarks

                                                                                                                    Use this extension attribute to mark up implementations of ITranslationProviderFactory.

                                                                                                                    The registered translation provider factories are used to instantiate translation providers when calling -CreateTranslationProvider(Uri, string, ITranslationProviderCredentialStore).

                                                                                                                    +CreateTranslationProvider(Uri, String, ITranslationProviderCredentialStore).

                                                                                                                    +

                                                                                                                    Constructors

                                                                                                                    @@ -295,17 +151,11 @@
                                                                                                                    Parameters
                                                                                                                    IExtensionValidationContext context

                                                                                                                    Provides functionality to validate extensions targeting the extension point - and report warning or error messages

                                                                                                                    +and report warning or error messages

                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    - -

                                                                                                                    Implements

                                                                                                                    -
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.html index f64f826fb..d87f095e7 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationProviderInfo
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -159,7 +159,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.html index 55ebe050e..369efcc16 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.html @@ -93,34 +93,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationProviderManager
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -144,7 +144,7 @@

                                                                                                                    Methods -

                                                                                                                    CreateTranslationProvider(Uri, string, ITranslationProviderCredentialStore)

                                                                                                                    +

                                                                                                                    CreateTranslationProvider(Uri, String, ITranslationProviderCredentialStore)

                                                                                                                    Creates a new translation provider for a given URI by selecting the appropriate factory (ITranslationProviderFactory).

                                                                                                                    @@ -163,23 +163,23 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri translationProviderUri

                                                                                                                    A translation provider URI (see Uri).

                                                                                                                    - string + System.String translationProviderState

                                                                                                                    Serialized state information to be loaded into the translation provider after instantiation - (see LoadState(string) and SerializeState()).

                                                                                                                    +(see LoadState(String) and SerializeState()).

                                                                                                                    ITranslationProviderCredentialStore credentialStore

                                                                                                                    A credential store object, which provides the relevant translation provider factory - with the required credentials need to instantiate the translation provider.

                                                                                                                    +with the required credentials need to instantiate the translation provider.

                                                                                                                    @@ -209,25 +209,25 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown if translationProviderUri, translationProviderState or credentialStore - is null.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown if translationProviderUri, translationProviderState or credentialStore +is null.

                                                                                                                    - ArgumentException -

                                                                                                                    Thrown if translationProviderUri is not supported by any of the available factories.

                                                                                                                    + System.ArgumentException +

                                                                                                                    Thrown if translationProviderUri is not supported by any of the available factories.

                                                                                                                    - ArgumentException -

                                                                                                                    Thrown if translationProviderState is invalid.

                                                                                                                    + System.ArgumentException +

                                                                                                                    Thrown if translationProviderState is invalid.

                                                                                                                    TranslationProviderAuthenticationException

                                                                                                                    Thrown when no credentials are available and no UI can be shown, or if the credentials provided by the user - are invalid.

                                                                                                                    +are invalid.

                                                                                                                    @@ -253,7 +253,7 @@
                                                                                                                    Returns
                                                                                                                    - IListITranslationProviderFactory + System.Collections.Generic.IList<ITranslationProviderFactory>

                                                                                                                    A list of all available translation provider factories.

                                                                                                                    @@ -284,7 +284,7 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri translationProviderUri

                                                                                                                    translation provider uri

                                                                                                                    @@ -329,7 +329,7 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri translationProviderUri

                                                                                                                    translation provider uri

                                                                                                                    @@ -373,7 +373,7 @@
                                                                                                                    Returns
                                                                                                                    - IListITranslationProviderWinFormsUI + System.Collections.Generic.IList<ITranslationProviderWinFormsUI>

                                                                                                                    A list of all available translation provider win form uis.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html index 421306e43..22199e770 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html @@ -87,39 +87,39 @@

                                                                                                                    Class TranslationProviderServer

                                                                                                                    Represents server-provided access to translation memories and provides related administrative -and maintenance services.

                                                                                                                    +and maintenance services.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationProviderServer
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -130,7 +130,7 @@

                                                                                                                    Constructors -

                                                                                                                    TranslationProviderServer(Uri, bool, string, string)

                                                                                                                    +

                                                                                                                    TranslationProviderServer(Uri, Boolean, String, String)

                                                                                                                    Creates a new translation provider server.

                                                                                                                    @@ -149,32 +149,32 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri serverUri

                                                                                                                    The URI of the server. This is of the form http://servername:port.

                                                                                                                    - bool + System.Boolean useWindowsAuthentication -

                                                                                                                    Whether to use Windows authentication. When set to

                                                                                                                    false
                                                                                                                    , userName - and password have to be specified. When set to
                                                                                                                    true
                                                                                                                    , either pass
                                                                                                                    null
                                                                                                                    for userName - and password in order to log on as the currently logged on Windows user, or set userName - to a domain-qualified Windows user name and password to the matching password to log on using basic Windows authentication.

                                                                                                                    +

                                                                                                                    Whether to use Windows authentication. When set to

                                                                                                                    false
                                                                                                                    , userName +and password have to be specified. When set to
                                                                                                                    true
                                                                                                                    , either pass
                                                                                                                    null
                                                                                                                    for userName +and password in order to log on as the currently logged on Windows user, or set userName +to a domain-qualified Windows user name and password to the matching password to log on using basic Windows authentication.

                                                                                                                    - string + System.String userName -

                                                                                                                    When using custom authentication or basic Windows authentication, the user name of the user. Pass

                                                                                                                    null
                                                                                                                    - to use integrated Windows authentication(see useWindowsAuthentication).

                                                                                                                    +

                                                                                                                    When using custom authentication or basic Windows authentication, the user name of the user. Pass

                                                                                                                    null
                                                                                                                    +to use integrated Windows authentication(see useWindowsAuthentication).

                                                                                                                    - string + System.String password -

                                                                                                                    When using custom authentication or basic Windows authentication the password of the user. Pass

                                                                                                                    null
                                                                                                                    - to use integrated Windows authentication (see useWindowsAuthentication).

                                                                                                                    +

                                                                                                                    When using custom authentication or basic Windows authentication the password of the user. Pass

                                                                                                                    null
                                                                                                                    +to use integrated Windows authentication (see useWindowsAuthentication).

                                                                                                                    @@ -182,7 +182,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    TranslationProviderServer(Uri, string, string, DateTime)

                                                                                                                    +

                                                                                                                    TranslationProviderServer(Uri, String, String, DateTime)

                                                                                                                    Creates a new translation provider server.

                                                                                                                    @@ -201,23 +201,23 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri serverUri

                                                                                                                    The URI of the server. This is of the form http://servername:port.

                                                                                                                    - string + System.String userName - string + System.String authToken - DateTime + System.DateTime expirationDate @@ -246,7 +246,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -272,7 +272,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -298,7 +298,7 @@
                                                                                                                    Property Value
                                                                                                                    - Uri + System.Uri @@ -328,7 +328,7 @@
                                                                                                                    Parameters
                                                                                                                    - Guid + System.Guid id

                                                                                                                    The container id.

                                                                                                                    @@ -361,8 +361,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when id is empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when id is empty.

                                                                                                                    @@ -370,7 +370,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    GetContainer(string)

                                                                                                                    +

                                                                                                                    GetContainer(String)

                                                                                                                    Gets the TranslationMemoryContainer with the specified path, or null if the container does not exist.

                                                                                                                    @@ -390,7 +390,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String path

                                                                                                                    The path of the container

                                                                                                                    @@ -408,7 +408,7 @@
                                                                                                                    Returns
                                                                                                                    TranslationMemoryContainer -

                                                                                                                    The container, or null if no container with given path exists.

                                                                                                                    +

                                                                                                                    The container, or null if no container with given path exists.

                                                                                                                    @@ -423,8 +423,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when path is null or empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when path is null or empty.

                                                                                                                    @@ -450,7 +450,7 @@
                                                                                                                    Returns
                                                                                                                    - ReadOnlyCollectionTranslationMemoryContainer + System.Collections.ObjectModel.ReadOnlyCollection<TranslationMemoryContainer>

                                                                                                                    A read-only collection of translation memory containers.

                                                                                                                    @@ -478,7 +478,7 @@
                                                                                                                    Parameters
                                                                                                                    - Guid + System.Guid id

                                                                                                                    The database server id.

                                                                                                                    @@ -511,8 +511,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when id is empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when id is empty.

                                                                                                                    @@ -520,7 +520,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    GetDatabaseServer(string)

                                                                                                                    +

                                                                                                                    GetDatabaseServer(String)

                                                                                                                    Obtains a representation of an existing database server.

                                                                                                                    @@ -539,7 +539,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String path

                                                                                                                    The path of the database server (note that this is not the physical server name).

                                                                                                                    @@ -557,7 +557,7 @@
                                                                                                                    Returns
                                                                                                                    DatabaseServer -

                                                                                                                    The database server, or null if no database server with the given id exists.

                                                                                                                    +

                                                                                                                    The database server, or null if no database server with the given id exists.

                                                                                                                    @@ -572,8 +572,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when path is null or empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when path is null or empty.

                                                                                                                    @@ -599,7 +599,7 @@
                                                                                                                    Returns
                                                                                                                    - ReadOnlyCollectionDatabaseServer + System.Collections.ObjectModel.ReadOnlyCollection<DatabaseServer>

                                                                                                                    A read-only collection of database servers registered with this server.

                                                                                                                    @@ -609,7 +609,7 @@
                                                                                                                    Returns

                                                                                                                    GetFieldsTemplate(Guid)

                                                                                                                    -

                                                                                                                    Gets the fields template with the specified id, +

                                                                                                                    Gets the fields template with the specified id, or null if no such fields template exists.

                                                                                                                    @@ -628,7 +628,7 @@
                                                                                                                    Parameters
                                                                                                                    - Guid + System.Guid id

                                                                                                                    The fields template ID.

                                                                                                                    @@ -661,8 +661,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when id is empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when id is empty.

                                                                                                                    @@ -670,8 +670,8 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    GetFieldsTemplate(string)

                                                                                                                    -

                                                                                                                    Gets the fields template with the specified path, +

                                                                                                                    GetFieldsTemplate(String)

                                                                                                                    +

                                                                                                                    Gets the fields template with the specified path, or null if no such fields template exists.

                                                                                                                    @@ -690,7 +690,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String path

                                                                                                                    The fields template path.

                                                                                                                    @@ -708,7 +708,7 @@
                                                                                                                    Returns
                                                                                                                    ServerBasedFieldsTemplate -

                                                                                                                    The fields template, or null if no fields template with given id exists.

                                                                                                                    +

                                                                                                                    The fields template, or null if no fields template with given id exists.

                                                                                                                    @@ -723,8 +723,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when path is null or empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when path is null or empty.

                                                                                                                    @@ -732,7 +732,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    GetFieldsTemplates(bool)

                                                                                                                    +

                                                                                                                    GetFieldsTemplates(Boolean)

                                                                                                                    Gets all the fields templates available on this server.

                                                                                                                    @@ -751,7 +751,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean includeTmSpecific @@ -767,7 +767,7 @@
                                                                                                                    Returns
                                                                                                                    - ReadOnlyCollectionServerBasedFieldsTemplate + System.Collections.ObjectModel.ReadOnlyCollection<ServerBasedFieldsTemplate>

                                                                                                                    A read-only collection of fields templates.

                                                                                                                    @@ -795,7 +795,7 @@
                                                                                                                    Parameters
                                                                                                                    - Guid + System.Guid id

                                                                                                                    The language resources template ID.

                                                                                                                    @@ -828,8 +828,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when id is empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when id is empty.

                                                                                                                    @@ -837,7 +837,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    GetLanguageResourcesTemplate(string)

                                                                                                                    +

                                                                                                                    GetLanguageResourcesTemplate(String)

                                                                                                                    Gets the language resources template with the specified path.

                                                                                                                    @@ -856,7 +856,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String path

                                                                                                                    The language resources template path.

                                                                                                                    @@ -874,7 +874,7 @@
                                                                                                                    Returns
                                                                                                                    ServerBasedLanguageResourcesTemplate -

                                                                                                                    The language resource group template, or null if it does not exist.

                                                                                                                    +

                                                                                                                    The language resource group template, or null if it does not exist.

                                                                                                                    @@ -889,8 +889,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when path is null or empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when path is null or empty.

                                                                                                                    @@ -898,7 +898,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    GetLanguageResourcesTemplates(bool)

                                                                                                                    +

                                                                                                                    GetLanguageResourcesTemplates(Boolean)

                                                                                                                    Gets all the language resources templates available on this server.

                                                                                                                    @@ -917,7 +917,7 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean includeTmSpecific @@ -933,7 +933,7 @@
                                                                                                                    Returns
                                                                                                                    - ReadOnlyCollectionServerBasedLanguageResourcesTemplate + System.Collections.ObjectModel.ReadOnlyCollection<ServerBasedLanguageResourcesTemplate>

                                                                                                                    A read-only collection of language resources templates.

                                                                                                                    @@ -988,7 +988,7 @@
                                                                                                                    Parameters
                                                                                                                    - Guid + System.Guid exportId @@ -1031,7 +1031,7 @@
                                                                                                                    Parameters
                                                                                                                    - Guid + System.Guid importId @@ -1073,7 +1073,7 @@
                                                                                                                    Returns
                                                                                                                    - ReadOnlyCollectionServerBasedTranslationMemory + System.Collections.ObjectModel.ReadOnlyCollection<ServerBasedTranslationMemory>

                                                                                                                    A read-only collection of server-based translation memories.

                                                                                                                    @@ -1145,9 +1145,9 @@
                                                                                                                    Parameters
                                                                                                                    - Guid + System.Guid id -

                                                                                                                    The translation memory's unique id.

                                                                                                                    +

                                                                                                                    The translation memory's unique id.

                                                                                                                    @@ -1184,8 +1184,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when id is empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when id is empty.

                                                                                                                    @@ -1193,7 +1193,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    GetTranslationMemory(string, TranslationMemoryProperties)

                                                                                                                    +

                                                                                                                    GetTranslationMemory(String, TranslationMemoryProperties)

                                                                                                                    Gets the translation memory with the corresponding unique path. Gets a translation memory through its path.

                                                                                                                    @@ -1213,9 +1213,9 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String path -

                                                                                                                    The translation memory's name.

                                                                                                                    +

                                                                                                                    The translation memory's name.

                                                                                                                    @@ -1237,7 +1237,7 @@
                                                                                                                    Returns
                                                                                                                    ServerBasedTranslationMemory -

                                                                                                                    The translation memory, or null if no translation memory with given path exists.

                                                                                                                    +

                                                                                                                    The translation memory, or null if no translation memory with given path exists.

                                                                                                                    @@ -1252,8 +1252,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown when path is null or empty.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown when path is null or empty.

                                                                                                                    @@ -1261,7 +1261,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    GetTranslationMemorySummary(string, TranslationMemoryProperties)

                                                                                                                    +

                                                                                                                    GetTranslationMemorySummary(String, TranslationMemoryProperties)

                                                                                                                    Gets the translation memory summary with the corresponding unique path. Gets a translation memory summary through its path. No template information is provided.

                                                                                                                    @@ -1282,7 +1282,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String path @@ -1318,7 +1318,7 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException + System.ArgumentNullException diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.html index 950bc25ce..e47be8ab6 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.html @@ -92,25 +92,25 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationProviderUriBuilder
                                                                                                                    Inherited Members
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -132,7 +132,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    TranslationProviderUriBuilder(string)

                                                                                                                    +

                                                                                                                    TranslationProviderUriBuilder(String)

                                                                                                                    Constructs a TranslationMemoryUriBuilder class of the given type.

                                                                                                                    @@ -151,7 +151,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String type @@ -160,7 +160,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    TranslationProviderUriBuilder(string, string)

                                                                                                                    +

                                                                                                                    TranslationProviderUriBuilder(String, String)

                                                                                                                    Constructs a TranslationMemoryUriBuilder class using the given type and protocol.

                                                                                                                    @@ -179,14 +179,14 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String type

                                                                                                                    A type string which is used together with the protocol string to uniquely identify a translation provider. You may wish to use your company name or initials as part of this unique identifier. This must not contain the "." character and must not be equal to "file" as this is not compatible with the Translation Provider Uri Schema.

                                                                                                                    - string + System.String protocol

                                                                                                                    A protocol string used together with the type parameter to uniquely identify a translation provider.

                                                                                                                    @@ -195,7 +195,7 @@
                                                                                                                    Parameters
                                                                                                                    Remarks

                                                                                                                    If the protocol value is set to the special value "file" then this will have an effect on how the Resource property is stored. For "file" protocols -the Resource property will always be converted back to a local Windows file format with server path separation characters '/' replaced by local file path separating characters ''.

                                                                                                                    +the Resource property will always be converted back to a local Windows file format with server path separation characters '/' replaced by local file path separating characters '&apos;.

                                                                                                                    @@ -219,7 +219,7 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri uri @@ -248,7 +248,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -256,7 +256,7 @@
                                                                                                                    Property Value
                                                                                                                    -

                                                                                                                    this[string]

                                                                                                                    +

                                                                                                                    Item[String]

                                                                                                                    A string indexer that allows any number of key/value pairs to used as Uri parameters.

                                                                                                                    @@ -275,7 +275,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String propertyName @@ -291,7 +291,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -317,7 +317,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -347,7 +347,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -373,14 +373,14 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String
                                                                                                                    Remarks

                                                                                                                    If the protocol value is set to the special value "file" then this will have an effect on how the Resource property is stored. For "file" protocols -the Resource property will always be converted back to a local Windows file format with server path separation characters '/' replaced by local file path separating characters ''.

                                                                                                                    +the Resource property will always be converted back to a local Windows file format with server path separation characters '/' replaced by local file path separating characters '&apos;.

                                                                                                                    @@ -403,16 +403,16 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String
                                                                                                                    Remarks
                                                                                                                    -

                                                                                                                    This string which may contain any number of '/' characters will be written directly to the Uri so +

                                                                                                                    This string which may contain any number of '/' characters will be written directly to the Uri so the the string must be compatible with the Uri format. However, if the Protocol value is set to the special value "file" then this will have an effect on how this Resource property is stored. For "file" protocols -the Resource property will always be converted back to a local Windows file format with server path separation characters '/' replaced by local file path separating characters ''.

                                                                                                                    +the Resource property will always be converted back to a local Windows file format with server path separation characters '/' replaced by local file path separating characters '&apos;.

                                                                                                                    @@ -435,7 +435,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -464,7 +464,7 @@
                                                                                                                    Property Value
                                                                                                                    - Uri + System.Uri @@ -490,7 +490,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -500,8 +500,8 @@

                                                                                                                    Methods -

                                                                                                                    Equals(object)

                                                                                                                    -

                                                                                                                    Determines whether the specified object is equal to this instance.

                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +

                                                                                                                    Determines whether the specified System.Object is equal to this instance.

                                                                                                                    Declaration
                                                                                                                    @@ -519,9 +519,9 @@
                                                                                                                    Parameters
                                                                                                                    - object + System.Object obj -

                                                                                                                    The object to compare with this instance.

                                                                                                                    +

                                                                                                                    The System.Object to compare with this instance.

                                                                                                                    @@ -536,14 +536,14 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    true if the specified object is equal to this instance; otherwise, false.

                                                                                                                    + System.Boolean +

                                                                                                                    true if the specified System.Object is equal to this instance; otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)
                                                                                                                    Exceptions
                                                                                                                    @@ -554,8 +554,8 @@
                                                                                                                    Exceptions
                                                                                                                    - - + @@ -581,14 +581,14 @@
                                                                                                                    Returns
                                                                                                                    - - +
                                                                                                                    NullReferenceException

                                                                                                                    The obj parameter is null.

                                                                                                                    +
                                                                                                                    System.NullReferenceException

                                                                                                                    The obj parameter is null.

                                                                                                                    int

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    +
                                                                                                                    System.Int32

                                                                                                                    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    @@ -610,7 +610,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String[] @@ -640,7 +640,7 @@
                                                                                                                    Parameters
                                                                                                                    - Uri + System.Uri uri @@ -667,13 +667,13 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.ToString()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.html index 92f86ef31..1256321b7 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.html @@ -92,163 +92,19 @@

                                                                                                                    Inheritance
                                                                                                                    - - - -
                                                                                                                    TranslationProviderWinFormsUiAttribute
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    TranslationProviderWinFormsUiAttribute
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Implements
                                                                                                                    - -
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Inherited Members
                                                                                                                    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [ExtensionPointInfo("Translation Provider Windows Forms Components", ExtensionPointBehavior.Static)]
                                                                                                                    -[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                                    -public sealed class TranslationProviderWinFormsUiAttribute : ExtensionAttribute, _Attribute
                                                                                                                    +
                                                                                                                    [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                                    +public sealed class TranslationProviderWinFormsUiAttribute : ExtensionAttribute
                                                                                                                    Remarks
                                                                                                                    -

                                                                                                                    Use this extension attribute to mark up implementations of ITranslationProviderWinFormsUI.

                                                                                                                    +

                                                                                                                    Use this extension attribute to mark up implementations of ITranslationProviderWinFormsUI.

                                                                                                                    +

                                                                                                                    Constructors

                                                                                                                    @@ -294,17 +150,11 @@
                                                                                                                    Parameters
                                                                                                                    IExtensionValidationContext context

                                                                                                                    Provides functionality to validate extensions targeting the extension point - and report warning or error messages

                                                                                                                    +and report warning or error messages

                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    - -

                                                                                                                    Implements

                                                                                                                    -
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationUnitPermissions.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationUnitPermissions.html index 9a6586159..d50b9214e 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationUnitPermissions.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationUnitPermissions.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TranslationUnitPermissions
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -146,7 +146,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -171,7 +171,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -196,7 +196,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -221,7 +221,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -246,7 +246,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -271,7 +271,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -296,7 +296,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String @@ -321,7 +321,7 @@
                                                                                                                    Field Value
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html index 6a7919915..ceefa582c 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html @@ -90,7 +90,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    AbstractTranslationMemoryCreator
                                                                                                                    @@ -100,28 +100,28 @@
                                                                                                                    Implements
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -145,8 +145,7 @@

                                                                                                                    Properties

                                                                                                                    DisplayName

                                                                                                                    -

                                                                                                                    Gets a friendly description of the output translation memory, which can be used to display to the user.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -162,7 +161,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -171,8 +170,7 @@
                                                                                                                    Property Value

                                                                                                                    MaximumCopyrightLength

                                                                                                                    -

                                                                                                                    MaximumCopyrightLength represents the maximum copyright length that is supported.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -188,7 +186,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -197,8 +195,7 @@
                                                                                                                    Property Value

                                                                                                                    MaximumDescriptionLength

                                                                                                                    -

                                                                                                                    MaximumDescriptionLength represents the maximum description length that is supported.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -214,7 +211,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -223,8 +220,7 @@
                                                                                                                    Property Value

                                                                                                                    MaximumNameLength

                                                                                                                    -

                                                                                                                    MaximumNameLength represents the maximum name length that is supported.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -240,7 +236,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -251,8 +247,7 @@

                                                                                                                    Methods

                                                                                                                    CreateEmptyTranslationMemory(ITranslationMemorySetupOptions)

                                                                                                                    -

                                                                                                                    Creates a new empty translation memory based on the specified setup information.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -271,8 +266,7 @@
                                                                                                                    Parameters
                                                                                                                    ITranslationMemorySetupOptions setup -

                                                                                                                    The setup information.

                                                                                                                    - + @@ -287,15 +281,14 @@
                                                                                                                    Returns
                                                                                                                    ITranslationMemory -

                                                                                                                    The newly created translation memory.

                                                                                                                    - + -

                                                                                                                    CreateEmptyTranslationMemory(string, IEnumerable<LanguagePair>, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, FGASupport, TextContextMatchType, bool, bool)

                                                                                                                    +

                                                                                                                    CreateEmptyTranslationMemory(String, IEnumerable<LanguagePair>, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, FGASupport, TextContextMatchType, Boolean, Boolean)

                                                                                                                    Declaration
                                                                                                                    @@ -313,12 +306,12 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String name - IEnumerableLanguagePair + System.Collections.Generic.IEnumerable<LanguagePair> languageDirections @@ -353,12 +346,12 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean UsesIdContextMatch - bool + System.Boolean usesLegacyHashes @@ -382,9 +375,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsValid(out string)

                                                                                                                    -

                                                                                                                    Determines whether the translation memory creator is valid. It returns false and a user-friendly localised error message if it is not.

                                                                                                                    -
                                                                                                                    +

                                                                                                                    IsValid(out String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -401,10 +393,9 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String errorMessage -

                                                                                                                    An error message

                                                                                                                    - + @@ -418,18 +409,16 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    whether translation memory creator valid

                                                                                                                    - + System.Boolean + -

                                                                                                                    IsValidCopyright(string, out string)

                                                                                                                    -

                                                                                                                    Determines whether the translation memory copyright is valid. It returns false and a user-friendly localised error message if it is not.

                                                                                                                    -
                                                                                                                    +

                                                                                                                    IsValidCopyright(String, out String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -446,16 +435,14 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String translationMemoryCopyright -

                                                                                                                    translation memory copyright

                                                                                                                    - + - string + System.String errorMessage -

                                                                                                                    error message

                                                                                                                    - + @@ -469,18 +456,16 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    whether the translation memory copyright is valid

                                                                                                                    - + System.Boolean + -

                                                                                                                    IsValidDescription(string, out string)

                                                                                                                    -

                                                                                                                    Determines whether the translation memory description is valid. It returns false and a user-friendly localised error message if it is not.

                                                                                                                    -
                                                                                                                    +

                                                                                                                    IsValidDescription(String, out String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -497,16 +482,14 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String translationMemoryDescription -

                                                                                                                    translation memory description

                                                                                                                    - + - string + System.String errorMessage -

                                                                                                                    error message

                                                                                                                    - + @@ -520,18 +503,16 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    whether the translation memory description is valid

                                                                                                                    - + System.Boolean + -

                                                                                                                    IsValidName(string, out string)

                                                                                                                    -

                                                                                                                    Determines whether the translation memory name is valid. It returns false and a user-friendly localised error message if it is not.

                                                                                                                    -
                                                                                                                    +

                                                                                                                    IsValidName(String, out String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -548,16 +529,14 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String translationMemoryName -

                                                                                                                    translation memory name

                                                                                                                    - + - string + System.String errorMessage -

                                                                                                                    error message

                                                                                                                    - + @@ -571,9 +550,8 @@
                                                                                                                    Returns
                                                                                                                    - bool -

                                                                                                                    whether the translation memory name is valid

                                                                                                                    - + System.Boolean + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.html index bbe30ae26..8a7890505 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.html @@ -90,7 +90,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    BaseTranslationMemoryMigrationManager
                                                                                                                    @@ -100,28 +100,28 @@
                                                                                                                    Implements
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -145,8 +145,7 @@

                                                                                                                    Methods

                                                                                                                    CreateFileBasedTranslationMemoryCreator()

                                                                                                                    -

                                                                                                                    Obtains a translation memory creator, which can be used to create file-based non-legacy translation memories (see TranslationMemoryCreator).

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -163,20 +162,15 @@
                                                                                                                    Returns
                                                                                                                    IFileBasedTranslationMemoryCreator -

                                                                                                                    A new IFileBasedTranslationMemoryCreator object.

                                                                                                                    - + -
                                                                                                                    Remarks
                                                                                                                    -

                                                                                                                    Before this creator can be used, the required properties on it must be set.

                                                                                                                    -

                                                                                                                    CreateMigrationProject()

                                                                                                                    -

                                                                                                                    Creates a new, empty migration project.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -193,19 +187,15 @@
                                                                                                                    Returns
                                                                                                                    IMigrationProject -

                                                                                                                    A new migration project.

                                                                                                                    - + -

                                                                                                                    GetTmxLegacyTranslationMemory(string)

                                                                                                                    -

                                                                                                                    Obtains a representation of a TMX-file-based translation memory to be used as input to a migration project. -The file should end in a "tmx" extension, but can optionally be compressed -(gzip, extension .gz).

                                                                                                                    -
                                                                                                                    +

                                                                                                                    GetTmxLegacyTranslationMemory(String)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -222,10 +212,9 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String tmxFilePath -

                                                                                                                    The absolute path to the TMX file.

                                                                                                                    - + @@ -240,8 +229,7 @@
                                                                                                                    Returns
                                                                                                                    ITmxLegacyTranslationMemory -

                                                                                                                    A new ITmxLegacyTranslationMemory object.

                                                                                                                    - + diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IBaseTranslationMemoryMigrationManager.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IBaseTranslationMemoryMigrationManager.html index bb54761a2..66eaea07e 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IBaseTranslationMemoryMigrationManager.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IBaseTranslationMemoryMigrationManager.html @@ -94,7 +94,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -162,7 +162,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetTmxLegacyTranslationMemory(string)

                                                                                                                    +

                                                                                                                    GetTmxLegacyTranslationMemory(String)

                                                                                                                    Obtains a representation of a TMX-file-based translation memory to be used as input to a migration project. The file should end in a "tmx" extension, but can optionally be compressed (gzip, extension .gz).

                                                                                                                    @@ -183,7 +183,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String tmxFilePath

                                                                                                                    The absolute path to the TMX file.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IExportableLegacyTranslationMemory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IExportableLegacyTranslationMemory.html index a3e8097f6..c0f0f0ca3 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IExportableLegacyTranslationMemory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IExportableLegacyTranslationMemory.html @@ -104,7 +104,7 @@
                                                                                                                    Inherited Members
                                                                                                                    ILegacyTranslationMemory.Url
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -115,7 +115,7 @@

                                                                                                                    Methods -

                                                                                                                    CreateExporter(string)

                                                                                                                    +

                                                                                                                    CreateExporter(String)

                                                                                                                    Creates a translation memory exporter, which can be used to export content from the legacy translation memory to a TMX file.

                                                                                                                    @@ -134,7 +134,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String tmxFilePath

                                                                                                                    The absolute path to export to.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings.html index 658a44a6b..06eca6c7f 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings.html @@ -90,7 +90,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -124,7 +124,7 @@
                                                                                                                    Property Value
                                                                                                                    - IDictionaryFieldIdentifierFieldIdentifier + System.Collections.Generic.IDictionary<FieldIdentifier, FieldIdentifier> diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappingsCollection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappingsCollection.html index 6839598b6..df52d5dbe 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappingsCollection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappingsCollection.html @@ -92,31 +92,31 @@

                                                                                                                    Inherited Members
                                                                                                                    - ICollection<IFieldIdentifierMappings>.Add(IFieldIdentifierMappings) + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings>.Add(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings)
                                                                                                                    - ICollection<IFieldIdentifierMappings>.Clear() + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings>.Clear()
                                                                                                                    - ICollection<IFieldIdentifierMappings>.Contains(IFieldIdentifierMappings) + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings>.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings)
                                                                                                                    - ICollection<IFieldIdentifierMappings>.CopyTo(IFieldIdentifierMappings[], int) + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings>.CopyTo(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings[], System.Int32)
                                                                                                                    - ICollection<IFieldIdentifierMappings>.Remove(IFieldIdentifierMappings) + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings>.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings)
                                                                                                                    - ICollection<IFieldIdentifierMappings>.Count + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings>.Count
                                                                                                                    - ICollection<IFieldIdentifierMappings>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings>.IsReadOnly
                                                                                                                    - IEnumerable<IFieldIdentifierMappings>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings>.GetEnumerator()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -163,9 +163,9 @@
                                                                                                                    Returns
                                                                                                                    - IDictionaryFieldIdentifierFieldIdentifier + System.Collections.Generic.IDictionary<FieldIdentifier, FieldIdentifier>

                                                                                                                    The field identifier mappings for the specified translation memory, or null if no - mapping is available for the TM.

                                                                                                                    +mapping is available for the TM.

                                                                                                                    @@ -211,7 +211,7 @@
                                                                                                                    Returns
                                                                                                                    IFieldIdentifierMappings

                                                                                                                    The IFieldIdentifierMappings for the specified translation memory, or null if no - mapping is available for the TM.

                                                                                                                    +mapping is available for the TM.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFileBasedTranslationMemoryCreator.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFileBasedTranslationMemoryCreator.html index 99197fd94..b3b4b524d 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFileBasedTranslationMemoryCreator.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFileBasedTranslationMemoryCreator.html @@ -95,16 +95,16 @@
                                                                                                                    Inherited Members
                                                                                                                    ITranslationMemoryCreator.CreateEmptyTranslationMemory(ITranslationMemorySetupOptions)
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -148,7 +148,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData.html index 7d6ce6bef..f7b030520 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData.html @@ -95,7 +95,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -125,7 +125,7 @@
                                                                                                                    Property Value
                                                                                                                    - ImportSettingsImportTUProcessingMode + ImportSettings.ImportTUProcessingMode @@ -152,7 +152,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -205,7 +205,7 @@
                                                                                                                    Property Value
                                                                                                                    - ImportSettingsTUUpdateMode + ImportSettings.TUUpdateMode @@ -232,7 +232,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -258,7 +258,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.html index 5d12d8f06..367e08226 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.html @@ -94,31 +94,31 @@

                                                                                                                    Inherited Members
                                                                                                                    - ICollection<IInputLanguageDirectionData>.Add(IInputLanguageDirectionData) + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.Add(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData)
                                                                                                                    - ICollection<IInputLanguageDirectionData>.Clear() + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.Clear()
                                                                                                                    - ICollection<IInputLanguageDirectionData>.Contains(IInputLanguageDirectionData) + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData)
                                                                                                                    - ICollection<IInputLanguageDirectionData>.CopyTo(IInputLanguageDirectionData[], int) + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.CopyTo(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData[], System.Int32)
                                                                                                                    - ICollection<IInputLanguageDirectionData>.Remove(IInputLanguageDirectionData) + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData)
                                                                                                                    - ICollection<IInputLanguageDirectionData>.Count + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.Count
                                                                                                                    - ICollection<IInputLanguageDirectionData>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.IsReadOnly
                                                                                                                    - IEnumerable<IInputLanguageDirectionData>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.GetEnumerator()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -129,7 +129,7 @@

                                                                                                                    Properties -

                                                                                                                    this[int]

                                                                                                                    +

                                                                                                                    Item[Int32]

                                                                                                                    Gets the input language direction data at the specified index.

                                                                                                                    @@ -148,7 +148,7 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 index

                                                                                                                    The index.

                                                                                                                    @@ -220,7 +220,7 @@
                                                                                                                    Returns
                                                                                                                    IInputLanguageDirectionData

                                                                                                                    A new IInputLanguageDirectionData object, representing the language direction data of the - legacy translation memory as input to a single output translation memory within a migration project.

                                                                                                                    +legacy translation memory as input to a single output translation memory within a migration project.

                                                                                                                    @@ -228,8 +228,8 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Move(int, int)

                                                                                                                    -

                                                                                                                    Moves the input language direction data from fromIndex to toIndex.

                                                                                                                    +

                                                                                                                    Move(Int32, Int32)

                                                                                                                    +

                                                                                                                    Moves the input language direction data from fromIndex to toIndex.

                                                                                                                    Declaration
                                                                                                                    @@ -247,13 +247,13 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 fromIndex

                                                                                                                    The index from which to move the object.

                                                                                                                    - int + System.Int32 toIndex

                                                                                                                    The index to which to move the object.

                                                                                                                    @@ -262,7 +262,7 @@
                                                                                                                    Parameters
                                                                                                                    Remarks

                                                                                                                    The content will be imported into the output translation memory in the order - that input language direction data objects appear in this collection.

                                                                                                                    +that input language direction data objects appear in this collection.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory.html index b31f7f2be..54b8cdfea 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory.html @@ -87,12 +87,12 @@

                                                                                                                    Interface IInputTranslationMemory

                                                                                                                    Represents a legacy translation memory that is part of a migration project (see IMigrationProject). -This has a reference to legacy translation memory (see ILegacyTranslationMemory, provides access to theis translation memory's +This has a reference to legacy translation memory (see ILegacyTranslationMemory, provides access to theis translation memory's setup information and holds status information about whether the necessary content has been exported to TMX yet (see TmxFileStatus and TmxFilePath).

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -131,7 +131,7 @@
                                                                                                                    Property Value

                                                                                                                    TmxFilePath

                                                                                                                    -

                                                                                                                    Gets or sets the absolute TMX file path to which to export the legacy translation memory's content.

                                                                                                                    +

                                                                                                                    Gets or sets the absolute TMX file path to which to export the legacy translation memory's content.

                                                                                                                    Declaration
                                                                                                                    @@ -148,7 +148,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -166,14 +166,14 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException + System.ArgumentNullException

                                                                                                                    Thrown when setting this property to null or an empty string.

                                                                                                                    - InvalidOperationException + System.InvalidOperationException

                                                                                                                    Thrown when attempting to set this property if - the legacy translation memory is a ITmxLegacyTranslationMemory.

                                                                                                                    +the legacy translation memory is a ITmxLegacyTranslationMemory.

                                                                                                                    @@ -237,7 +237,7 @@

                                                                                                                    Methods

                                                                                                                    ExportTmxFile(EventHandler<BatchExportedEventArgs>)

                                                                                                                    -

                                                                                                                    Exports the legacy TM's data to the path set in the TmxFilePath property.

                                                                                                                    +

                                                                                                                    Exports the legacy TM's data to the path set in the TmxFilePath property.

                                                                                                                    Declaration
                                                                                                                    @@ -255,10 +255,10 @@
                                                                                                                    Parameters
                                                                                                                    - EventHandlerBatchExportedEventArgs + System.EventHandler<BatchExportedEventArgs> progressEventHandler

                                                                                                                    A progress event handler which can be used to - monitor progress or cancel the export operation.

                                                                                                                    +monitor progress or cancel the export operation.

                                                                                                                    @@ -273,15 +273,15 @@
                                                                                                                    Exceptions
                                                                                                                    - InvalidOperationException + System.InvalidOperationException

                                                                                                                    Thrown when attempting to call this method if - the legacy translation memory is a ITmxLegacyTranslationMemory.

                                                                                                                    +the legacy translation memory is a ITmxLegacyTranslationMemory.

                                                                                                                    - InvalidOperationException + System.InvalidOperationException

                                                                                                                    Thrown when calling this method before - the TmxFilePath property is set.

                                                                                                                    +the TmxFilePath property is set.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.html index 7f712e943..b75ef2501 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.html @@ -92,31 +92,31 @@

                                                                                                                    Inherited Members
                                                                                                                    - ICollection<IInputTranslationMemory>.Add(IInputTranslationMemory) + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory>.Add(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory)
                                                                                                                    - ICollection<IInputTranslationMemory>.Clear() + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory>.Clear()
                                                                                                                    - ICollection<IInputTranslationMemory>.Contains(IInputTranslationMemory) + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory>.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory)
                                                                                                                    - ICollection<IInputTranslationMemory>.CopyTo(IInputTranslationMemory[], int) + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory>.CopyTo(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory[], System.Int32)
                                                                                                                    - ICollection<IInputTranslationMemory>.Remove(IInputTranslationMemory) + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory>.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory)
                                                                                                                    - ICollection<IInputTranslationMemory>.Count + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory>.Count
                                                                                                                    - ICollection<IInputTranslationMemory>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory>.IsReadOnly
                                                                                                                    - IEnumerable<IInputTranslationMemory>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory>.GetEnumerator()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -127,7 +127,7 @@

                                                                                                                    Properties -

                                                                                                                    this[int]

                                                                                                                    +

                                                                                                                    Item[Int32]

                                                                                                                    Gets the input translation memory at the specified index.

                                                                                                                    @@ -146,7 +146,7 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 index

                                                                                                                    The index.

                                                                                                                    @@ -196,7 +196,7 @@
                                                                                                                    Parameters
                                                                                                                    ILegacyTranslationMemory legacyTm

                                                                                                                    A legacy translation memory. See IBaseTranslationMemoryMigrationManager for methods to obtain - representations of various types of legacy translation memories.

                                                                                                                    +representations of various types of legacy translation memories.

                                                                                                                    @@ -213,7 +213,7 @@
                                                                                                                    Returns
                                                                                                                    IInputTranslationMemory

                                                                                                                    A new IInputTranslationMemory object, which represents the legacy translation memory - in the migration project that owns this collection.

                                                                                                                    +in the migration project that owns this collection.

                                                                                                                    @@ -228,8 +228,8 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentNullException -

                                                                                                                    Thrown if the legacyTm parameter is null.

                                                                                                                    + System.ArgumentNullException +

                                                                                                                    Thrown if the legacyTm parameter is null.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IItemCollection-1.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IItemCollection-1.html index 32d100d87..93a42ae86 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IItemCollection-1.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IItemCollection-1.html @@ -93,43 +93,43 @@

                                                                                                                    Inherited Members
                                                                                                                    - IList<T>.IndexOf(T) + System.Collections.Generic.IList<T>.IndexOf(T)
                                                                                                                    - IList<T>.Insert(int, T) + System.Collections.Generic.IList<T>.Insert(System.Int32, T)
                                                                                                                    - IList<T>.RemoveAt(int) + System.Collections.Generic.IList<T>.RemoveAt(System.Int32)
                                                                                                                    - IList<T>.this[int] + System.Collections.Generic.IList<T>.Item[System.Int32]
                                                                                                                    - ICollection<T>.Add(T) + System.Collections.Generic.ICollection<T>.Add(T)
                                                                                                                    - ICollection<T>.Clear() + System.Collections.Generic.ICollection<T>.Clear()
                                                                                                                    - ICollection<T>.Contains(T) + System.Collections.Generic.ICollection<T>.Contains(T)
                                                                                                                    - ICollection<T>.CopyTo(T[], int) + System.Collections.Generic.ICollection<T>.CopyTo(T[], System.Int32)
                                                                                                                    - ICollection<T>.Remove(T) + System.Collections.Generic.ICollection<T>.Remove(T)
                                                                                                                    - ICollection<T>.Count + System.Collections.Generic.ICollection<T>.Count
                                                                                                                    - ICollection<T>.IsReadOnly + System.Collections.Generic.ICollection<T>.IsReadOnly
                                                                                                                    - IEnumerable<T>.GetEnumerator() + System.Collections.Generic.IEnumerable<T>.GetEnumerator()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -172,7 +172,7 @@
                                                                                                                    Event Type
                                                                                                                    - EventHandlerItemCollectionAddedEventArgs + System.EventHandler<ItemCollectionAddedEventArgs<T>> @@ -197,7 +197,7 @@
                                                                                                                    Event Type
                                                                                                                    - EventHandlerItemCollectionRemovedEventArgs + System.EventHandler<ItemCollectionRemovedEventArgs<T>> diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageDirectionData.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageDirectionData.html index c491d6717..e857d108b 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageDirectionData.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageDirectionData.html @@ -89,7 +89,7 @@

                                                                                                                    Represenst a language direction and its associated settings and data within a legacy translation memory (see ILegacyTranslationMemory).

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -119,7 +119,7 @@
                                                                                                                    Property Value
                                                                                                                    - ILegacyLanguageResources + ILegacyLanguageResources[] @@ -207,7 +207,7 @@
                                                                                                                    Property Value

                                                                                                                    TranslationUnitCount

                                                                                                                    -

                                                                                                                    Gets the number of translation units exist with this language direction. This is

                                                                                                                    -1
                                                                                                                    +

                                                                                                                    Gets the number of translation units exist with this language direction. This is

                                                                                                                    -1
                                                                                                                    if the count is not known (or cannot be easily obtained).

                                                                                                                    @@ -225,7 +225,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageResources.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageResources.html index 370c79cc9..de502baae 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageResources.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageResources.html @@ -89,7 +89,7 @@

                                                                                                                    Represents a set of migrated legacy language resources originating from a legacy translation memory.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -144,7 +144,7 @@
                                                                                                                    Property Value
                                                                                                                    - ListCurrencyFormat + System.Collections.Generic.List<CurrencyFormat> @@ -170,7 +170,7 @@
                                                                                                                    Property Value
                                                                                                                    - ILookupLanguageResourceTypestring + System.Linq.ILookup<LanguageResourceType, System.String> @@ -196,7 +196,7 @@
                                                                                                                    Property Value
                                                                                                                    - DictionarystringCustomUnitDefinition + System.Collections.Generic.Dictionary<System.String, CustomUnitDefinition> @@ -222,7 +222,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -248,7 +248,7 @@
                                                                                                                    Property Value
                                                                                                                    - ListSeparatorCombination + System.Collections.Generic.List<SeparatorCombination> diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyTranslationMemory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyTranslationMemory.html index 0f81af424..3a9726ec1 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyTranslationMemory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyTranslationMemory.html @@ -90,7 +90,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -119,7 +119,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -145,7 +145,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyTranslationMemorySetup.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyTranslationMemorySetup.html index f971aa5e1..192d1015e 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyTranslationMemorySetup.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyTranslationMemorySetup.html @@ -89,7 +89,7 @@

                                                                                                                    Represents setup information retrieved from a legacy translation memory (see GetSetup()).

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -118,7 +118,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -144,7 +144,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -170,7 +170,7 @@
                                                                                                                    Property Value
                                                                                                                    - DateTime + System.Nullable<System.DateTime> @@ -222,7 +222,7 @@
                                                                                                                    Property Value
                                                                                                                    - IListFieldDefinition + System.Collections.Generic.IList<FieldDefinition> @@ -274,7 +274,7 @@
                                                                                                                    Property Value
                                                                                                                    - ILegacyLanguageDirectionData + ILegacyLanguageDirectionData[] @@ -300,7 +300,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -388,7 +388,7 @@
                                                                                                                    Property Value

                                                                                                                    TotalTranslationUnitCount

                                                                                                                    -

                                                                                                                    Gets the total number of translation units across all available language directions. Returns

                                                                                                                    -1
                                                                                                                    if this is not available +

                                                                                                                    Gets the total number of translation units across all available language directions. Returns

                                                                                                                    -1
                                                                                                                    if this is not available (or cannot easily be obtained).

                                                                                                                    @@ -406,7 +406,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -432,7 +432,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IMigrationProject.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IMigrationProject.html index bba1840d3..3081d2290 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IMigrationProject.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IMigrationProject.html @@ -90,7 +90,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -175,7 +175,7 @@
                                                                                                                    Parameters
                                                                                                                    - EventHandlerProgressEventArgs + System.EventHandler<ProgressEventArgs> progressEventHandler

                                                                                                                    An event handler through which to report progress events and through which the migration process can be cancelled.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory.html index b9df16f89..358893e3b 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory.html @@ -91,7 +91,7 @@

                                                                                                                    TranslationMemoryCreator and Setup) and provides status information on the migration process.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -104,7 +104,7 @@

                                                                                                                    Properties

                                                                                                                    ExpectedTUCount

                                                                                                                    Gets the estimated number of translation units this output translation memory will contains after the -migration is complete. Can be used for progress notifications. This is

                                                                                                                    -1
                                                                                                                    if this number +migration is complete. Can be used for progress notifications. This is
                                                                                                                    -1
                                                                                                                    if this number is not available (or cannot easily be obtained).

                                                                                                                    @@ -122,7 +122,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -272,7 +272,7 @@
                                                                                                                    Parameters
                                                                                                                    - EventHandlerProgressEventArgs + System.EventHandler<ProgressEventArgs> progressEventHandler

                                                                                                                    Progress delegate; can be null.

                                                                                                                    @@ -282,7 +282,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    IsValid(out string)

                                                                                                                    +

                                                                                                                    IsValid(out String)

                                                                                                                    Determines whether the output translation memory is valid. It returns false and a user-friendly localised error message if it is not.

                                                                                                                    @@ -301,7 +301,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String errorMessage

                                                                                                                    error message

                                                                                                                    @@ -318,7 +318,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    whether output translation memory valid

                                                                                                                    @@ -359,7 +359,7 @@
                                                                                                                    Parameters
                                                                                                                    - EventHandlerProgressEventArgs + System.EventHandler<ProgressEventArgs> progressEventHandler

                                                                                                                    A delegate which can be used to monitor progress and to cancel the migration process. May be null.

                                                                                                                    @@ -368,7 +368,7 @@
                                                                                                                    Parameters
                                                                                                                    Remarks

                                                                                                                    This method assumes that all the input translation memories have been exported to TMX and will throw an exception if - this is not the case.

                                                                                                                    +this is not the case.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.html index 63b37da27..579888030 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.html @@ -92,31 +92,31 @@

                                                                                                                    Inherited Members
                                                                                                                    - ICollection<IOutputTranslationMemory>.Add(IOutputTranslationMemory) + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory>.Add(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory)
                                                                                                                    - ICollection<IOutputTranslationMemory>.Clear() + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory>.Clear()
                                                                                                                    - ICollection<IOutputTranslationMemory>.Contains(IOutputTranslationMemory) + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory>.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory)
                                                                                                                    - ICollection<IOutputTranslationMemory>.CopyTo(IOutputTranslationMemory[], int) + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory>.CopyTo(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory[], System.Int32)
                                                                                                                    - ICollection<IOutputTranslationMemory>.Remove(IOutputTranslationMemory) + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory>.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory)
                                                                                                                    - ICollection<IOutputTranslationMemory>.Count + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory>.Count
                                                                                                                    - ICollection<IOutputTranslationMemory>.IsReadOnly + System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory>.IsReadOnly
                                                                                                                    - IEnumerable<IOutputTranslationMemory>.GetEnumerator() + System.Collections.Generic.IEnumerable<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory>.GetEnumerator()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -127,7 +127,7 @@

                                                                                                                    Properties -

                                                                                                                    this[int]

                                                                                                                    +

                                                                                                                    Item[Int32]

                                                                                                                    Gets the output translation memory at the specified index.

                                                                                                                    @@ -146,7 +146,7 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 index

                                                                                                                    The index.

                                                                                                                    @@ -202,7 +202,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    Add(IInputTranslationMemory, bool)

                                                                                                                    +

                                                                                                                    Add(IInputTranslationMemory, Boolean)

                                                                                                                    Adds an output translation memory for a bilingual legacy input translation memory and optionally populates the setup information of the output translation memory (Setup) based of the setup of the input translation memory (see Setup and AvailableLanguageResources).

                                                                                                                    @@ -229,10 +229,10 @@
                                                                                                                    Parameters
                                                                                                                    - bool + System.Boolean autoPopulateOutputTranslationMemorySetup

                                                                                                                    Whether to automatically popluate the setup information of the output - translation memory based on the setup information from the input translation memory.

                                                                                                                    +translation memory based on the setup information from the input translation memory.

                                                                                                                    @@ -263,7 +263,7 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentException + System.ArgumentException

                                                                                                                    Thrown if the input translation memory has more than one language direction.

                                                                                                                    @@ -272,7 +272,7 @@
                                                                                                                    Exceptions
                                                                                                                    -

                                                                                                                    Add(IEnumerable<IInputTranslationMemory>, bool)

                                                                                                                    +

                                                                                                                    Add(IEnumerable<IInputTranslationMemory>, Boolean)

                                                                                                                    Adds an output translation memory for a number of bilingual legacy input translation memories and optionally populates the setup information of the output translation memory (Setup) @@ -294,16 +294,16 @@

                                                                                                                    Parameters
                                                                                                                    - IEnumerableIInputTranslationMemory + System.Collections.Generic.IEnumerable<IInputTranslationMemory> inputTranslationMemory

                                                                                                                    The language directions, representing the bilingual content of a number of legacy TMs to be migrated to the output TM.

                                                                                                                    - bool + System.Boolean autoPopulateOutputTranslationMemorySetup

                                                                                                                    Whether to automatically popluate the setup information of the output - translation memory based on the merged setup information from the input translation memories.

                                                                                                                    +translation memory based on the merged setup information from the input translation memories.

                                                                                                                    @@ -334,7 +334,7 @@
                                                                                                                    Exceptions
                                                                                                                    - ArgumentException + System.ArgumentException

                                                                                                                    Thrown if one of the input translation memories has more than one language direction.

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITmxLegacyTranslationMemory.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITmxLegacyTranslationMemory.html index bb797ee60..14da274e6 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITmxLegacyTranslationMemory.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITmxLegacyTranslationMemory.html @@ -104,7 +104,7 @@
                                                                                                                    Inherited Members
                                                                                                                    ILegacyTranslationMemory.Url
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -133,7 +133,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.html index 6dedb2989..39f4900c9 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.html @@ -89,7 +89,7 @@

                                                                                                                    Represents an object that can create translation memories. This is used to create output translation memories (see TranslationMemoryCreator).

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -118,7 +118,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -144,7 +144,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -170,7 +170,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -196,7 +196,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -251,7 +251,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsValid(out string)

                                                                                                                    +

                                                                                                                    IsValid(out String)

                                                                                                                    Determines whether the translation memory creator is valid. It returns false and a user-friendly localised error message if it is not.

                                                                                                                    @@ -270,7 +270,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String errorMessage

                                                                                                                    An error message

                                                                                                                    @@ -287,7 +287,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    whether translation memory creator valid

                                                                                                                    @@ -296,7 +296,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsValidCopyright(string, out string)

                                                                                                                    +

                                                                                                                    IsValidCopyright(String, out String)

                                                                                                                    Determines whether the translation memory copyright is valid. It returns false and a user-friendly localised error message if it is not.

                                                                                                                    @@ -315,13 +315,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String translationMemoryCopyright

                                                                                                                    translation memory copyright

                                                                                                                    - string + System.String errorMessage

                                                                                                                    error message

                                                                                                                    @@ -338,7 +338,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    whether the translation memory copyright is valid

                                                                                                                    @@ -347,7 +347,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsValidDescription(string, out string)

                                                                                                                    +

                                                                                                                    IsValidDescription(String, out String)

                                                                                                                    Determines whether the translation memory description is valid. It returns false and a user-friendly localised error message if it is not.

                                                                                                                    @@ -366,13 +366,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String translationMemoryDescription

                                                                                                                    translation memory description

                                                                                                                    - string + System.String errorMessage

                                                                                                                    error message

                                                                                                                    @@ -389,7 +389,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    whether the translation memory description is valid

                                                                                                                    @@ -398,7 +398,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    IsValidName(string, out string)

                                                                                                                    +

                                                                                                                    IsValidName(String, out String)

                                                                                                                    Determines whether the translation memory name is valid. It returns false and a user-friendly localised error message if it is not.

                                                                                                                    @@ -417,13 +417,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String translationMemoryName

                                                                                                                    translation memory name

                                                                                                                    - string + System.String errorMessage

                                                                                                                    error message

                                                                                                                    @@ -440,7 +440,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    whether the translation memory name is valid

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryExporter.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryExporter.html index e439fedf5..dacee8fe9 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryExporter.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryExporter.html @@ -89,7 +89,7 @@

                                                                                                                    Represents an engine which can be used to export translation memory data.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -119,7 +119,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -173,7 +173,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -215,7 +215,7 @@
                                                                                                                    Event Type
                                                                                                                    - EventHandlerBatchExportedEventArgs + System.EventHandler<BatchExportedEventArgs> diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemorySetupOptions.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemorySetupOptions.html index ef5f8417d..90c3a77f8 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemorySetupOptions.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemorySetupOptions.html @@ -89,7 +89,7 @@

                                                                                                                    Represents the setup information that will be used to create an output translation memory (see Setup).

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -118,7 +118,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -144,7 +144,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -170,7 +170,7 @@
                                                                                                                    Property Value
                                                                                                                    - DateTime + System.Nullable<System.DateTime> @@ -224,7 +224,7 @@
                                                                                                                    Property Value
                                                                                                                    - IListFieldDefinition + System.Collections.Generic.IList<FieldDefinition> @@ -303,7 +303,7 @@
                                                                                                                    Property Value
                                                                                                                    - ICollectionLanguagePair + System.Collections.Generic.ICollection<LanguagePair> @@ -330,7 +330,7 @@
                                                                                                                    Property Value
                                                                                                                    - IDictionaryCultureCodeILegacyLanguageResources + System.Collections.Generic.IDictionary<Sdl.Core.Globalization.CultureCode, ILegacyLanguageResources> @@ -356,7 +356,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -461,7 +461,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -487,7 +487,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.html index b96012d4a..f93987869 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.html @@ -90,7 +90,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    InputLanguagePair
                                                                                                                    @@ -100,28 +100,28 @@
                                                                                                                    Implements
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -167,9 +167,7 @@

                                                                                                                    Properties

                                                                                                                    ImportCompatibilitySettings

                                                                                                                    -

                                                                                                                    Gets or sets the import compatibility settings that determines how the content from this language direction should -be imported into the output translation memory.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -185,7 +183,7 @@
                                                                                                                    Property Value
                                                                                                                    - ImportSettingsImportTUProcessingMode + ImportSettings.ImportTUProcessingMode @@ -194,9 +192,7 @@
                                                                                                                    Property Value

                                                                                                                    ImportPlainText

                                                                                                                    -

                                                                                                                    Gets or sets whether the translation unit content in this language direction should be imported into the -output translation memory as plain text.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -212,7 +208,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -221,8 +217,7 @@
                                                                                                                    Property Value

                                                                                                                    ImportStatistics

                                                                                                                    -

                                                                                                                    Gets the import statistics from the last import operation into the output translation memory.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -247,9 +242,7 @@
                                                                                                                    Property Value

                                                                                                                    ImportTuUpdateModeSettings

                                                                                                                    -

                                                                                                                    Gets or sets the import TU update settings that determines how the content from this language direction should -be imported into the output translation memory.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -265,7 +258,7 @@
                                                                                                                    Property Value
                                                                                                                    - ImportSettingsTUUpdateMode + ImportSettings.TUUpdateMode @@ -274,9 +267,7 @@
                                                                                                                    Property Value

                                                                                                                    InvalidTranslationUnitsExportPath

                                                                                                                    -

                                                                                                                    Gets or sets the absolute patch where invalid translation units will be written to if they -fail to import into the output translation memory.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -292,7 +283,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -301,8 +292,7 @@
                                                                                                                    Property Value

                                                                                                                    IsImportComplete

                                                                                                                    -

                                                                                                                    Gets whether the content of this language direction has successfully been imported into the output translation memory.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -318,7 +308,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -327,8 +317,7 @@
                                                                                                                    Property Value

                                                                                                                    LanguageDirectionData

                                                                                                                    -

                                                                                                                    Gets the data associated with a specific language direction in the legacy translation memory.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -353,9 +342,7 @@
                                                                                                                    Property Value

                                                                                                                    TranslationMemory

                                                                                                                    -

                                                                                                                    Gets the possibly multilingual input translation memory from which this input -language direction data originates.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.html index dc77a1d52..cda3ef30e 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.html @@ -90,23 +90,23 @@

                                                                                                                    Inheritance
                                                                                                                    - - - +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    System.Collections.ObjectModel.Collection<IInputLanguageDirectionData>
                                                                                                                    +
                                                                                                                    InputLanguagePairCollection
                                                                                                                    Implements
                                                                                                                    - - - - - - +
                                                                                                                    System.Collections.IList
                                                                                                                    +
                                                                                                                    System.Collections.ICollection
                                                                                                                    +
                                                                                                                    System.Collections.Generic.IReadOnlyList<IInputLanguageDirectionData>
                                                                                                                    +
                                                                                                                    System.Collections.Generic.IReadOnlyCollection<IInputLanguageDirectionData>
                                                                                                                    + +
                                                                                                                    System.Collections.Generic.IList<IInputLanguageDirectionData>
                                                                                                                    - - - +
                                                                                                                    System.Collections.Generic.ICollection<IInputLanguageDirectionData>
                                                                                                                    +
                                                                                                                    System.Collections.Generic.IEnumerable<IInputLanguageDirectionData>
                                                                                                                    +
                                                                                                                    System.Collections.IEnumerable
                                                                                                                    Inherited Members
                                                                                                                    @@ -117,16 +117,16 @@
                                                                                                                    Inherited Members
                                                                                                                    ItemCollection<IInputLanguageDirectionData>.ClearItems()
                                                                                                                    - Collection<IInputLanguageDirectionData>.Add(IInputLanguageDirectionData) + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.Add(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData)
                                                                                                                    - Collection<IInputLanguageDirectionData>.Clear() + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.Clear()
                                                                                                                    - Collection<IInputLanguageDirectionData>.CopyTo(IInputLanguageDirectionData[], int) + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.CopyTo(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData[], System.Int32)
                                                                                                                    - Collection<IInputLanguageDirectionData>.Contains(IInputLanguageDirectionData) + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData)
                                                                                                                    - Collection<IInputLanguageDirectionData>.GetEnumerator() + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.GetEnumerator()
                                                                                                                    - Collection<IInputLanguageDirectionData>.IndexOf(IInputLanguageDirectionData) + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData)
                                                                                                                    - Collection<IInputLanguageDirectionData>.Insert(int, IInputLanguageDirectionData) + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.Insert(System.Int32, Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData)
                                                                                                                    - Collection<IInputLanguageDirectionData>.Remove(IInputLanguageDirectionData) + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData)
                                                                                                                    - Collection<IInputLanguageDirectionData>.RemoveAt(int) + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.RemoveAt(System.Int32)
                                                                                                                    - Collection<IInputLanguageDirectionData>.Count + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.System.Collections.IEnumerable.GetEnumerator()
                                                                                                                    - Collection<IInputLanguageDirectionData>.Items + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
                                                                                                                    - Collection<IInputLanguageDirectionData>.this[int] + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.System.Collections.IList.get_Item(System.Int32)
                                                                                                                    - object.ToString() + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.System.Collections.IList.set_Item(System.Int32, System.Object)
                                                                                                                    - object.Equals(object, object) + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.System.Collections.IList.Add(System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.System.Collections.IList.Contains(System.Object)
                                                                                                                    - object.GetType() + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.System.Collections.IList.IndexOf(System.Object)
                                                                                                                    - object.MemberwiseClone() + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.System.Collections.IList.Insert(System.Int32, System.Object) +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.System.Collections.IList.Remove(System.Object) +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.Count +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.Items +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.Item[System.Int32] +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.System.Collections.Generic.ICollection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.IsReadOnly +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.System.Collections.ICollection.IsSynchronized +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.System.Collections.ICollection.SyncRoot +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.System.Collections.IList.Item[System.Int32] +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.System.Collections.IList.IsReadOnly +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData>.System.Collections.IList.IsFixedSize +
                                                                                                                    +
                                                                                                                    + System.Object.ToString() +
                                                                                                                    +
                                                                                                                    + System.Object.Equals(System.Object, System.Object) +
                                                                                                                    +
                                                                                                                    + System.Object.ReferenceEquals(System.Object, System.Object) +
                                                                                                                    +
                                                                                                                    + System.Object.GetType() +
                                                                                                                    +
                                                                                                                    + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -213,8 +258,7 @@

                                                                                                                    Methods

                                                                                                                    Add(IInputTranslationMemory, ILegacyLanguageDirectionData)

                                                                                                                    -

                                                                                                                    Adds a language direction of a legacy translation memory to the collection.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -233,8 +277,7 @@
                                                                                                                    Parameters
                                                                                                                    IInputTranslationMemory translationMemory -

                                                                                                                    The legacy translation memory.

                                                                                                                    - + ILegacyLanguageDirectionData @@ -254,18 +297,15 @@
                                                                                                                    Returns
                                                                                                                    IInputLanguageDirectionData -

                                                                                                                    A new IInputLanguageDirectionData object, representing the language direction data of the - legacy translation memory as input to a single output translation memory within a migration project.

                                                                                                                    - + -

                                                                                                                    Move(int, int)

                                                                                                                    -

                                                                                                                    Moves the input language direction data from fromIndex to toIndex.

                                                                                                                    -
                                                                                                                    +

                                                                                                                    Move(Int32, Int32)

                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -282,53 +322,47 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 fromIndex -

                                                                                                                    The index from which to move the object.

                                                                                                                    - + - int + System.Int32 toIndex -

                                                                                                                    The index to which to move the object.

                                                                                                                    - + -
                                                                                                                    Remarks
                                                                                                                    -

                                                                                                                    The content will be imported into the output translation memory in the order - that input language direction data objects appear in this collection.

                                                                                                                    -

                                                                                                                    Implements

                                                                                                                    - IList + System.Collections.IList
                                                                                                                    - ICollection + System.Collections.ICollection
                                                                                                                    - IReadOnlyList<T> + System.Collections.Generic.IReadOnlyList<T>
                                                                                                                    - IReadOnlyCollection<T> + System.Collections.Generic.IReadOnlyCollection<T>
                                                                                                                    - IList<T> + System.Collections.Generic.IList<T>
                                                                                                                    - ICollection<T> + System.Collections.Generic.ICollection<T>
                                                                                                                    - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                                    - IEnumerable + System.Collections.IEnumerable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html index 0e565835b..bf2373a7b 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html @@ -92,78 +92,123 @@

                                                                                                                    Inheritance
                                                                                                                    - - +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    System.Collections.ObjectModel.Collection<T>
                                                                                                                    ItemCollection<T>
                                                                                                                    Implements
                                                                                                                    - - - - - - - - - +
                                                                                                                    System.Collections.IList
                                                                                                                    +
                                                                                                                    System.Collections.ICollection
                                                                                                                    +
                                                                                                                    System.Collections.Generic.IReadOnlyList<T>
                                                                                                                    +
                                                                                                                    System.Collections.Generic.IReadOnlyCollection<T>
                                                                                                                    + +
                                                                                                                    System.Collections.Generic.IList<T>
                                                                                                                    +
                                                                                                                    System.Collections.Generic.ICollection<T>
                                                                                                                    +
                                                                                                                    System.Collections.Generic.IEnumerable<T>
                                                                                                                    +
                                                                                                                    System.Collections.IEnumerable
                                                                                                                    Inherited Members
                                                                                                                    - Collection<T>.Add(T) + System.Collections.ObjectModel.Collection<T>.Add(T)
                                                                                                                    - Collection<T>.Clear() + System.Collections.ObjectModel.Collection<T>.Clear()
                                                                                                                    - Collection<T>.CopyTo(T[], int) + System.Collections.ObjectModel.Collection<T>.CopyTo(T[], System.Int32)
                                                                                                                    - Collection<T>.Contains(T) + System.Collections.ObjectModel.Collection<T>.Contains(T)
                                                                                                                    - Collection<T>.GetEnumerator() + System.Collections.ObjectModel.Collection<T>.GetEnumerator()
                                                                                                                    - Collection<T>.IndexOf(T) + System.Collections.ObjectModel.Collection<T>.IndexOf(T)
                                                                                                                    - Collection<T>.Insert(int, T) + System.Collections.ObjectModel.Collection<T>.Insert(System.Int32, T)
                                                                                                                    - Collection<T>.Remove(T) + System.Collections.ObjectModel.Collection<T>.Remove(T)
                                                                                                                    - Collection<T>.RemoveAt(int) + System.Collections.ObjectModel.Collection<T>.RemoveAt(System.Int32)
                                                                                                                    - Collection<T>.Count + System.Collections.ObjectModel.Collection<T>.System.Collections.IEnumerable.GetEnumerator()
                                                                                                                    - Collection<T>.Items + System.Collections.ObjectModel.Collection<T>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
                                                                                                                    - Collection<T>.this[int] + System.Collections.ObjectModel.Collection<T>.System.Collections.IList.get_Item(System.Int32)
                                                                                                                    - object.ToString() + System.Collections.ObjectModel.Collection<T>.System.Collections.IList.set_Item(System.Int32, System.Object)
                                                                                                                    - object.Equals(object, object) + System.Collections.ObjectModel.Collection<T>.System.Collections.IList.Add(System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Collections.ObjectModel.Collection<T>.System.Collections.IList.Contains(System.Object)
                                                                                                                    - object.GetType() + System.Collections.ObjectModel.Collection<T>.System.Collections.IList.IndexOf(System.Object)
                                                                                                                    - object.MemberwiseClone() + System.Collections.ObjectModel.Collection<T>.System.Collections.IList.Insert(System.Int32, System.Object) +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<T>.System.Collections.IList.Remove(System.Object) +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<T>.Count +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<T>.Items +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<T>.Item[System.Int32] +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<T>.System.Collections.Generic.ICollection<T>.IsReadOnly +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<T>.System.Collections.ICollection.IsSynchronized +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<T>.System.Collections.ICollection.SyncRoot +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<T>.System.Collections.IList.Item[System.Int32] +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<T>.System.Collections.IList.IsReadOnly +
                                                                                                                    +
                                                                                                                    + System.Collections.ObjectModel.Collection<T>.System.Collections.IList.IsFixedSize +
                                                                                                                    +
                                                                                                                    + System.Object.ToString() +
                                                                                                                    +
                                                                                                                    + System.Object.Equals(System.Object, System.Object) +
                                                                                                                    +
                                                                                                                    + System.Object.ReferenceEquals(System.Object, System.Object) +
                                                                                                                    +
                                                                                                                    + System.Object.GetType() +
                                                                                                                    +
                                                                                                                    + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -218,7 +263,7 @@
                                                                                                                    Field Value
                                                                                                                    - bool + System.Boolean @@ -237,11 +282,11 @@
                                                                                                                    Declaration
                                                                                                                    protected override void ClearItems()
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Collections.ObjectModel.Collection<T>.ClearItems()
                                                                                                                    -

                                                                                                                    Equals(object)

                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    Override to check if two objects have the same values

                                                                                                                    @@ -260,7 +305,7 @@
                                                                                                                    Parameters
                                                                                                                    - object + System.Object obj @@ -276,13 +321,13 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)
                                                                                                                    @@ -303,17 +348,17 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    -

                                                                                                                    InsertItem(int, T)

                                                                                                                    +

                                                                                                                    InsertItem(Int32, T)

                                                                                                                    Inserts the given item at the given index.

                                                                                                                    @@ -332,7 +377,7 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 index

                                                                                                                    index

                                                                                                                    @@ -346,11 +391,11 @@
                                                                                                                    Parameters
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Collections.ObjectModel.Collection<T>.InsertItem(System.Int32, T)
                                                                                                                    -

                                                                                                                    RemoveItem(int)

                                                                                                                    +

                                                                                                                    RemoveItem(Int32)

                                                                                                                    Removes the item at the given index.

                                                                                                                    @@ -369,7 +414,7 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 index

                                                                                                                    index

                                                                                                                    @@ -377,11 +422,11 @@
                                                                                                                    Parameters
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Collections.ObjectModel.Collection<T>.RemoveItem(System.Int32)
                                                                                                                    -

                                                                                                                    SetItem(int, T)

                                                                                                                    +

                                                                                                                    SetItem(Int32, T)

                                                                                                                    Sets the item at the given index.

                                                                                                                    @@ -400,7 +445,7 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 index

                                                                                                                    index

                                                                                                                    @@ -414,7 +459,7 @@
                                                                                                                    Parameters
                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Collections.ObjectModel.Collection<T>.SetItem(System.Int32, T)

                                                                                                                    Events

                                                                                                                    @@ -437,7 +482,7 @@
                                                                                                                    Event Type
                                                                                                                    - EventHandlerItemCollectionAddedEventArgs + System.EventHandler<ItemCollectionAddedEventArgs<T>> @@ -462,38 +507,38 @@
                                                                                                                    Event Type
                                                                                                                    - EventHandlerItemCollectionRemovedEventArgs + System.EventHandler<ItemCollectionRemovedEventArgs<T>>

                                                                                                                    Implements

                                                                                                                    - IList + System.Collections.IList
                                                                                                                    - ICollection + System.Collections.ICollection
                                                                                                                    - IReadOnlyList<T> + System.Collections.Generic.IReadOnlyList<T>
                                                                                                                    - IReadOnlyCollection<T> + System.Collections.Generic.IReadOnlyCollection<T>
                                                                                                                    - IList<T> + System.Collections.Generic.IList<T>
                                                                                                                    - ICollection<T> + System.Collections.Generic.ICollection<T>
                                                                                                                    - IEnumerable<T> + System.Collections.Generic.IEnumerable<T>
                                                                                                                    - IEnumerable + System.Collections.IEnumerable
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs-1.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs-1.html index ca3db1d64..2b6032961 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs-1.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs-1.html @@ -91,9 +91,9 @@

                                                                                                                    Inheritance
                                                                                                                    - - - +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    System.EventArgs
                                                                                                                    +
                                                                                                                    ItemCollectionAddedEventArgs<T>
                                                                                                                    @@ -102,31 +102,31 @@
                                                                                                                    Inherited Members
                                                                                                                    ItemCollectionEventArgs<T>.Item
                                                                                                                    - EventArgs.Empty + System.EventArgs.Empty
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs-1.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs-1.html index bd2dd8ec4..7908075a2 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs-1.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs-1.html @@ -91,8 +91,8 @@

                                                                                                                    Inheritance
                                                                                                                    - - +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    System.EventArgs
                                                                                                                    ItemCollectionEventArgs<T>
                                                                                                                    @@ -100,31 +100,31 @@
                                                                                                                    Inheritance
                                                                                                                    Inherited Members
                                                                                                                    - EventArgs.Empty + System.EventArgs.Empty
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs-1.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs-1.html index cfe4885e4..e9411de2b 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs-1.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs-1.html @@ -91,9 +91,9 @@

                                                                                                                    Inheritance
                                                                                                                    - - - +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    System.EventArgs
                                                                                                                    +
                                                                                                                    ItemCollectionRemovedEventArgs<T>
                                                                                                                    @@ -102,31 +102,31 @@
                                                                                                                    Inherited Members
                                                                                                                    ItemCollectionEventArgs<T>.Item
                                                                                                                    - EventArgs.Empty + System.EventArgs.Empty
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.html index 382b8ce7d..9c78bb689 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.html @@ -87,33 +87,33 @@

                                                                                                                    Class LegacyLanguage

                                                                                                                    Represents a language within a legacy translation memory. Provides a way to keep track of the original language code -and name, as well as the associated CultureCode object.

                                                                                                                    +and name, as well as the associated Sdl.Core.Globalization.CultureCode object.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    LegacyLanguage
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -154,7 +154,7 @@
                                                                                                                    Parameters
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode cultureCode @@ -166,7 +166,7 @@

                                                                                                                    Properties

                                                                                                                    Culture

                                                                                                                    -

                                                                                                                    Gets or sets the CultureCode object that corresponds to this legacy language.

                                                                                                                    +

                                                                                                                    Gets or sets the Sdl.Core.Globalization.CultureCode object that corresponds to this legacy language.

                                                                                                                    Declaration
                                                                                                                    @@ -183,7 +183,7 @@
                                                                                                                    Property Value
                                                                                                                    - CultureCode + Sdl.Core.Globalization.CultureCode @@ -209,7 +209,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -235,7 +235,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -245,8 +245,9 @@

                                                                                                                    Methods -

                                                                                                                    Equals(object)

                                                                                                                    -
                                                                                                                    System.Object.Equals(object)
                                                                                                                    +

                                                                                                                    Equals(Object)

                                                                                                                    +
                                                                                                                    System.Object.Equals(object) +
                                                                                                                    Declaration
                                                                                                                    @@ -263,7 +264,7 @@
                                                                                                                    Parameters
                                                                                                                    - object + System.Object obj

                                                                                                                    The object to compare with the current object.

                                                                                                                    @@ -280,20 +281,21 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    true if the specified object is equal to the current object; - otherwise, false.

                                                                                                                    +otherwise, false.

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.Equals(System.Object)

                                                                                                                    GetHashCode()

                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode() +
                                                                                                                    Declaration
                                                                                                                    @@ -309,14 +311,14 @@
                                                                                                                    Returns
                                                                                                                    - int + System.Int32

                                                                                                                    A hash code for this object

                                                                                                                    Overrides
                                                                                                                    - +
                                                                                                                    System.Object.GetHashCode()
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.html index 6fb903e27..b1320c898 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.html @@ -90,7 +90,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    LegacyLanguagePair
                                                                                                                    @@ -100,28 +100,28 @@
                                                                                                                    Implements
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -167,9 +167,7 @@

                                                                                                                    Properties

                                                                                                                    AvailableLanguageResources

                                                                                                                    -

                                                                                                                    Gets a number of sets of language resources which could be valid for use in the output translation memory. -It is a user choice as to which one will be used (see ITranslationMemorySetupOptions).

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -185,7 +183,7 @@
                                                                                                                    Property Value
                                                                                                                    - ILegacyLanguageResources + ILegacyLanguageResources[] @@ -194,8 +192,7 @@
                                                                                                                    Property Value

                                                                                                                    SourceLanguage

                                                                                                                    -

                                                                                                                    Gets the source language.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -220,9 +217,7 @@
                                                                                                                    Property Value

                                                                                                                    SuggestedLanguageResources

                                                                                                                    -

                                                                                                                    Gets the language resources that the system suggest to use. This can be one of the available -language resources (see AvailableLanguageResources) or null, which means the default language resources are suggested.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -247,8 +242,7 @@
                                                                                                                    Property Value

                                                                                                                    TargetLanguage

                                                                                                                    -

                                                                                                                    Gets the target language.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -273,9 +267,7 @@
                                                                                                                    Property Value

                                                                                                                    TranslationUnitCount

                                                                                                                    -

                                                                                                                    Gets the number of translation units exist with this language direction. This is

                                                                                                                    -1
                                                                                                                    -if the count is not known (or cannot be easily obtained).

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -291,7 +283,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.html index c5993907e..643dd42cd 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.html @@ -90,7 +90,7 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    LegacyTranslationMemorySetup
                                                                                                                    @@ -100,28 +100,28 @@
                                                                                                                    Implements
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -145,8 +145,7 @@

                                                                                                                    Properties

                                                                                                                    -

                                                                                                                    Gets the copyright string. Can be null.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -162,7 +161,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -171,8 +170,7 @@
                                                                                                                    Property Value

                                                                                                                    Description

                                                                                                                    -

                                                                                                                    Gets the translation memory description. Can be null.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -188,7 +186,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -197,8 +195,7 @@
                                                                                                                    Property Value

                                                                                                                    ExpirationDate

                                                                                                                    -

                                                                                                                    Gets the expiration date of the translation memory. Can be null.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -214,7 +211,7 @@
                                                                                                                    Property Value
                                                                                                                    - DateTime + System.Nullable<System.DateTime> @@ -223,8 +220,7 @@
                                                                                                                    Property Value

                                                                                                                    FGASupport

                                                                                                                    -

                                                                                                                    Gets or sets the fine-grained alignment support for this TM.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -249,8 +245,7 @@
                                                                                                                    Property Value

                                                                                                                    Fields

                                                                                                                    -

                                                                                                                    Gets the fields present in the legacy translation memory.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -266,7 +261,7 @@
                                                                                                                    Property Value
                                                                                                                    - IListFieldDefinition + System.Collections.Generic.IList<FieldDefinition> @@ -275,8 +270,7 @@
                                                                                                                    Property Value

                                                                                                                    FuzzyIndexes

                                                                                                                    -

                                                                                                                    Gets the index types that are present in the translation memory.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -301,8 +295,7 @@
                                                                                                                    Property Value

                                                                                                                    LanguageDirections

                                                                                                                    -

                                                                                                                    Gets the language directions of the translation memory.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -318,7 +311,7 @@
                                                                                                                    Property Value
                                                                                                                    - ILegacyLanguageDirectionData + ILegacyLanguageDirectionData[] @@ -327,8 +320,7 @@
                                                                                                                    Property Value

                                                                                                                    Name

                                                                                                                    -

                                                                                                                    Gets the name of the translation memory.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -344,7 +336,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -353,8 +345,7 @@
                                                                                                                    Property Value

                                                                                                                    Recognizers

                                                                                                                    -

                                                                                                                    Gets which entities are being recognized when working with the translation memory.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -379,8 +370,7 @@
                                                                                                                    Property Value

                                                                                                                    TextContextMatchType

                                                                                                                    -

                                                                                                                    Returns the TextContextMatchType specified for this TM when it was created.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -405,9 +395,7 @@
                                                                                                                    Property Value

                                                                                                                    TokenizerFlags

                                                                                                                    -

                                                                                                                    Gets or sets the flags affecting tokenizer behaviour for this TM. -Note that changing tokenizer flags may require reindexing.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -432,9 +420,7 @@
                                                                                                                    Property Value

                                                                                                                    TotalTranslationUnitCount

                                                                                                                    -

                                                                                                                    Gets the total number of translation units across all available language directions. Returns

                                                                                                                    -1
                                                                                                                    if this is not available -(or cannot easily be obtained).

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -450,7 +436,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 @@ -459,8 +445,7 @@
                                                                                                                    Property Value

                                                                                                                    UsesIdContextMatch

                                                                                                                    -

                                                                                                                    Indicates whether this TM was created with IdContextMatch support

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    @@ -476,7 +461,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -485,8 +470,7 @@
                                                                                                                    Property Value

                                                                                                                    WordCountFlags

                                                                                                                    -

                                                                                                                    Gets or sets the flags affecting word count behaviour for this TM.

                                                                                                                    -
                                                                                                                    +
                                                                                                                    Declaration
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.html index b47584b4f..f9a19eeb3 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.html @@ -91,42 +91,10 @@

                                                                                                                    Inheritance
                                                                                                                    - - - -
                                                                                                                    ProgressEventArgs
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    ProgressEventArgs
                                                                                                                    - -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    @@ -137,7 +105,7 @@

                                                                                                                    Constructors -

                                                                                                                    ProgressEventArgs(int)

                                                                                                                    +

                                                                                                                    ProgressEventArgs(Int32)

                                                                                                                    Creates a new ProgressEventArgs object and initializes it with the specified value.

                                                                                                                    @@ -156,7 +124,7 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 percentComplete

                                                                                                                    A value between 0 and 100.

                                                                                                                    @@ -166,7 +134,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    ProgressEventArgs(int, string)

                                                                                                                    +

                                                                                                                    ProgressEventArgs(Int32, String)

                                                                                                                    Creates a new ProgressEventArgs object and initializes it with the specified values.

                                                                                                                    @@ -185,13 +153,13 @@
                                                                                                                    Parameters
                                                                                                                    - int + System.Int32 percentComplete

                                                                                                                    A value between 0 and 100.

                                                                                                                    - string + System.String infoMessage

                                                                                                                    The message, representing detailed information about the current operation.

                                                                                                                    @@ -221,7 +189,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -247,7 +215,7 @@
                                                                                                                    Property Value
                                                                                                                    - int + System.Int32 diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.TmxFileStatus.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.TmxFileStatus.html index 4479c5f66..a48001980 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.TmxFileStatus.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.TmxFileStatus.html @@ -89,7 +89,7 @@

                                                                                                                    Represents the status of a TMX export file.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
                                                                                                                    +
                                                                                                                    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
                                                                                                                    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.html index 4b7603228..de3c4ba14 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.html @@ -98,6 +98,10 @@

                                                                                                                    InputLanguagePairCollection

                                                                                                                    +

                                                                                                                    ItemCollection<T>

                                                                                                                    +

                                                                                                                    ItemCollection class represents an item collection; an item collection is +a list that fires events when an item is added or removed.

                                                                                                                    +

                                                                                                                    ItemCollectionAddedEventArgs<T>

                                                                                                                    ItemCollectionAddedEventArgs class represents item collection added event arguments.

                                                                                                                    @@ -106,14 +110,10 @@

                                                                                                                    ItemCollectionRemovedEventArgs<T>

                                                                                                                    ItemCollectionRemovedEventArgs class represents the item collection removed event arguments.

                                                                                                                    -
                                                                                                                    -

                                                                                                                    ItemCollection<T>

                                                                                                                    -

                                                                                                                    ItemCollection class represents an item collection; an item collection is -a list that fires events when an item is added or removed.

                                                                                                                    LegacyLanguage

                                                                                                                    Represents a language within a legacy translation memory. Provides a way to keep track of the original language code -and name, as well as the associated CultureCode object.

                                                                                                                    +and name, as well as the associated Sdl.Core.Globalization.CultureCode object.

                                                                                                                    LegacyLanguagePair

                                                                                                                    @@ -161,7 +161,7 @@

                                                                                                                    IInputTranslationMemory

                                                                                                                    Represents a legacy translation memory that is part of a migration project (see IMigrationProject). -This has a reference to legacy translation memory (see ILegacyTranslationMemory, provides access to theis translation memory's +This has a reference to legacy translation memory (see ILegacyTranslationMemory, provides access to theis translation memory's setup information and holds status information about whether the necessary content has been exported to TMX yet (see TmxFileStatus and TmxFilePath).

                                                                                                                    diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.html b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.html index 38054f661..ad05e9a16 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.html +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.html @@ -112,31 +112,31 @@

                                                                                                                    BatchImportedEventArgs

                                                                                                                    Encapsulates the data published by BatchImported progress events.

                                                                                                                    +
                                                                                                                    +

                                                                                                                    Cascade<T>

                                                                                                                    +

                                                                                                                    A cascade is used to perform searches and updates across many +different translation provider language directions. Each translation provider language direction is +represented by a cascade entry that contains other information with regards to how it should be treated

                                                                                                                    +
                                                                                                                      +
                                                                                                                    • e.g. what penalties should be applied during searches.
                                                                                                                    • +

                                                                                                                    CascadeEntry

                                                                                                                    Represents a cascade entry used in a cascade. A cascade entry represents a translation provider language direction and other information with regards to how it should -be treated within a cascade - e.g. what penalties should be applied during searches.

                                                                                                                    +be treated within a cascade - e.g. what penalties should be applied during searches.

                                                                                                                    CascadeException

                                                                                                                    CascadeException class represents a cascade exception.

                                                                                                                    CascadeMessage

                                                                                                                    CascadeMessage class represents a message from a cascade.

                                                                                                                    -
                                                                                                                    -

                                                                                                                    Cascade<T>

                                                                                                                    -

                                                                                                                    A cascade is used to perform searches and updates across many -different translation provider language directions. Each translation provider language direction is -represented by a cascade entry that contains other information with regards to how it should be treated

                                                                                                                    -
                                                                                                                      -
                                                                                                                    • e.g. what penalties should be applied during searches.
                                                                                                                    • -

                                                                                                                    DatabaseServer

                                                                                                                    Represents a database server known in the system, which can serve as the host for one or more translation memory containers (TranslationMemoryContainer). A translation memory container is a database that contains one or more server-based -translation memories.

                                                                                                                    +translation memories.

                                                                                                                    DatabaseServerPermissions

                                                                                                                    Database server reference permissions.

                                                                                                                    @@ -178,8 +178,8 @@

                                                                                                                    LanguageResourceBundleCollection

                                                                                                                    -

                                                                                                                    Represents a collection of language resource bundles within a translation memory (ITranslationMemory.LanguageResourceBundles) -or a language resources template (ILanguageResourcesTemplate.LanguageResourceBundles). +

                                                                                                                    Represents a collection of language resource bundles within a translation memory () +or a language resources template (). A language resource bundle holds custom language resources for a certain language (abbreviation, ordinal followers, variables and segmentation rules).

                                                                                                                    LanguageResourceEntity

                                                                                                                    @@ -220,19 +220,19 @@

                                                                                                                    ScheduledOperation

                                                                                                                    Abstract base class for scheduled operations, which are long running tasks that are executed -on the Execution Server.

                                                                                                                    +on the Execution Server.

                                                                                                                    ScheduledRecomputeStatisticsOperation

                                                                                                                    Represents a scheduled recomputation of the fuzzy index statistics of a server-based translation memory on the Execution Server. This class can be used to schedule a recomputation of the fuzzy index statistics of a server-based translation memory -and also to monitor the operation's status while it is running.

                                                                                                                    +and also to monitor the operation's status while it is running.

                                                                                                                    ScheduledReindexOperation

                                                                                                                    When changing recognizer settings or when changing variables, abbreviations or ordinal followers, it might be necessary to re-index the Translation Memory in order to make sure these settings are applied to existing Translation Units. This class represents a scheduled re-indexing of a server-based translation memory on the Execution Server. This class can be used to schedule a re-indexing of a -server-based translation memory and also to monitor the operation's status while it is running.

                                                                                                                    +server-based translation memory and also to monitor the operation's status while it is running.

                                                                                                                    ScheduledServerTranslationMemoryExport

                                                                                                                    Represents the asynchronous export of translation units from a server-based translation memory, executed on the Execution Server. @@ -269,7 +269,7 @@

                                                                                                                    StringResources

                                                                                                                    A strongly-typed resource class, for looking up localized strings, etc.

                                                                                                                    @@ -278,7 +278,7 @@

                                                                                                                    TranslationMemoryContainer

                                                                                                                    -

                                                                                                                    Represents a database using for storing server-based translation memories.

                                                                                                                    +

                                                                                                                    Represents a database using for storing server-based translation memories.

                                                                                                                    TranslationMemoryContainerPermissions

                                                                                                                    Translation memory container permissions

                                                                                                                    @@ -323,7 +323,7 @@

                                                                                                                    TranslationProviderDisplayInfo

                                                                                                                    Represents information about a translation provider (ITranslationProvider) that can be used to display this translation provider in a user interface. The translation provider plug-in has to provide an implementation of ITranslationProviderWinFormsUI -which supports getting display information through calling GetDisplayInfo(Uri, string).

                                                                                                                    +which supports getting display information through calling GetDisplayInfo(Uri, String).

                                                                                                                    TranslationProviderFactoryAttribute

                                                                                                                    Extension attribute for registering a translation provider factory that supports a specific types of translation providers.

                                                                                                                    @@ -338,7 +338,7 @@

                                                                                                                    TranslationProviderServer

                                                                                                                    Represents server-provided access to translation memories and provides related administrative -and maintenance services.

                                                                                                                    +and maintenance services.

                                                                                                                    TranslationProviderUriBuilder

                                                                                                                    A utility class that allows translation providers that implement the ITranslationProvider interface @@ -372,7 +372,7 @@

                                                                                                                    ILanguageResourcesTemplate

                                                                                                                    Represents a language resources template, which is a LanguageResourceBundleCollection -that can be stored and managed individually.

                                                                                                                    +that can be stored and managed individually.

                                                                                                                    ILocalTranslationMemory

                                                                                                                    Represents base class for bilingual file-based (FileBasedTranslationMemory) and in-memory translation memories (InMemoryTranslationMemory).

                                                                                                                    @@ -382,7 +382,7 @@

                                                                                                                    IReindexableTranslationMemory

                                                                                                                    -

                                                                                                                    Represents an upgraded file-based TM

                                                                                                                    +

                                                                                                                    Represents an upgraded file-based TM

                                                                                                                    ISubsegmentTranslationMemoryLanguageDirection

                                                                                                                    Exposes translation provider subsegment functionality for a specific language direction.

                                                                                                                    @@ -400,7 +400,7 @@

                                                                                                                    ITranslationProvider

                                                                                                                    -

                                                                                                                    Represents a multi-lingual translation engine. This can for instance be a translation memory or machine translation engine.

                                                                                                                    +

                                                                                                                    Represents a multi-lingual translation engine. This can for instance be a translation memory or machine translation engine.

                                                                                                                    ITranslationProviderCredentialStore

                                                                                                                    This interface represents a storage mechanism for translation provider credentials. diff --git a/api/verification/Sdl.Verification.Api.GlobalVerifierAttribute.html b/api/verification/Sdl.Verification.Api.GlobalVerifierAttribute.html index 7bd14f0d6..2b657f641 100644 --- a/api/verification/Sdl.Verification.Api.GlobalVerifierAttribute.html +++ b/api/verification/Sdl.Verification.Api.GlobalVerifierAttribute.html @@ -92,171 +92,14 @@

                                                                                                                    Inheritance
                                                                                                                    - - - -
                                                                                                                    GlobalVerifierAttribute
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    GlobalVerifierAttribute
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Implements
                                                                                                                    - -
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Inherited Members
                                                                                                                    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [ExtensionPointInfo("GlobalVerifiers", ExtensionPointBehavior.Static)]
                                                                                                                    -public class GlobalVerifierAttribute : ExtensionAttribute, _Attribute
                                                                                                                    +
                                                                                                                    public class GlobalVerifierAttribute : ExtensionAttribute

                                                                                                                    Constructors

                                                                                                                    @@ -274,7 +117,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    GlobalVerifierAttribute(string, string, string)

                                                                                                                    +

                                                                                                                    GlobalVerifierAttribute(String, String, String)

                                                                                                                    Constructor that takes the given id, name, and description.

                                                                                                                    @@ -293,29 +136,25 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String id

                                                                                                                    id

                                                                                                                    - string + System.String name

                                                                                                                    name

                                                                                                                    - string + System.String description

                                                                                                                    description

                                                                                                                    -

                                                                                                                    Implements

                                                                                                                    -
                                                                                                                    diff --git a/api/verification/Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.html b/api/verification/Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.html index b5bd00941..3a6f265a2 100644 --- a/api/verification/Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.html +++ b/api/verification/Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.html @@ -92,171 +92,14 @@

                                                                                                                    Inheritance
                                                                                                                    - - - -
                                                                                                                    GlobalVerifierSettingsPageAttribute
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    GlobalVerifierSettingsPageAttribute
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Implements
                                                                                                                    - -
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Inherited Members
                                                                                                                    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [ExtensionPointInfo("Global Verifier Settings Pages", ExtensionPointBehavior.Static)]
                                                                                                                    -public class GlobalVerifierSettingsPageAttribute : ExtensionAttribute, _Attribute
                                                                                                                    +
                                                                                                                    public class GlobalVerifierSettingsPageAttribute : ExtensionAttribute

                                                                                                                    Constructors

                                                                                                                    @@ -294,15 +137,11 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String -

                                                                                                                    Implements

                                                                                                                    -
                                                                                                                    diff --git a/api/verification/Sdl.Verification.Api.IGlobalVerifier.html b/api/verification/Sdl.Verification.Api.IGlobalVerifier.html index 8e9e01ca2..2347abb4e 100644 --- a/api/verification/Sdl.Verification.Api.IGlobalVerifier.html +++ b/api/verification/Sdl.Verification.Api.IGlobalVerifier.html @@ -89,7 +89,7 @@

                                                                                                                    IGlobalVerifier interface represents a global verifier used to verify bilingual documents.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    @@ -118,7 +118,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -144,7 +144,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -170,7 +170,7 @@
                                                                                                                    Property Value
                                                                                                                    - Icon + System.Drawing.Icon @@ -196,7 +196,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -222,7 +222,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -250,7 +250,7 @@
                                                                                                                    Returns
                                                                                                                    - IListstring + System.Collections.Generic.IList<System.String>

                                                                                                                    settings page extension ids

                                                                                                                    diff --git a/api/verification/Sdl.Verification.Api.IHelpTopic.html b/api/verification/Sdl.Verification.Api.IHelpTopic.html index a49520f07..113d505be 100644 --- a/api/verification/Sdl.Verification.Api.IHelpTopic.html +++ b/api/verification/Sdl.Verification.Api.IHelpTopic.html @@ -89,7 +89,7 @@

                                                                                                                    This interface represents the information related to the HelpTopic

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    @@ -118,7 +118,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String diff --git a/api/verification/Sdl.Verification.Api.ILanguageDirectionVerifier.html b/api/verification/Sdl.Verification.Api.ILanguageDirectionVerifier.html index c89a7bd43..b3096ed83 100644 --- a/api/verification/Sdl.Verification.Api.ILanguageDirectionVerifier.html +++ b/api/verification/Sdl.Verification.Api.ILanguageDirectionVerifier.html @@ -110,7 +110,7 @@
                                                                                                                    Inherited Members
                                                                                                                    IGlobalVerifier.HelpTopic
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    @@ -139,7 +139,7 @@
                                                                                                                    Returns
                                                                                                                    - IListstring + System.Collections.Generic.IList<System.String>

                                                                                                                    settings page extension ids

                                                                                                                    diff --git a/api/verification/Sdl.Verification.Api.IMessageControlContainer.html b/api/verification/Sdl.Verification.Api.IMessageControlContainer.html index 075834da6..5064b0d98 100644 --- a/api/verification/Sdl.Verification.Api.IMessageControlContainer.html +++ b/api/verification/Sdl.Verification.Api.IMessageControlContainer.html @@ -90,7 +90,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    @@ -137,7 +137,7 @@
                                                                                                                    Returns
                                                                                                                    - Image + System.Drawing.Image

                                                                                                                    severity image

                                                                                                                    diff --git a/api/verification/Sdl.Verification.Api.IMessageControlPlugIn.html b/api/verification/Sdl.Verification.Api.IMessageControlPlugIn.html index e0e5d233f..90975ce16 100644 --- a/api/verification/Sdl.Verification.Api.IMessageControlPlugIn.html +++ b/api/verification/Sdl.Verification.Api.IMessageControlPlugIn.html @@ -89,7 +89,7 @@

                                                                                                                    IMessageControlPlugIn interface represents a message control plug-in.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    @@ -164,7 +164,7 @@
                                                                                                                    Returns
                                                                                                                    - UserControl + System.Windows.Forms.UserControl

                                                                                                                    message control

                                                                                                                    @@ -209,7 +209,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    whether supports message

                                                                                                                    diff --git a/api/verification/Sdl.Verification.Api.ISegmentChangedAware.html b/api/verification/Sdl.Verification.Api.ISegmentChangedAware.html index f5184bfbc..61198c732 100644 --- a/api/verification/Sdl.Verification.Api.ISegmentChangedAware.html +++ b/api/verification/Sdl.Verification.Api.ISegmentChangedAware.html @@ -90,7 +90,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    @@ -145,7 +145,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -172,7 +172,7 @@
                                                                                                                    Property Value
                                                                                                                    - ParagraphUnitId + System.Nullable<ParagraphUnitId> @@ -198,7 +198,7 @@
                                                                                                                    Property Value
                                                                                                                    - SegmentId + System.Nullable<SegmentId> @@ -238,7 +238,7 @@
                                                                                                                    Event Type
                                                                                                                    - EventHandlerEventArgs + System.EventHandler<System.EventArgs> diff --git a/api/verification/Sdl.Verification.Api.ISerializeVerifierProfile.html b/api/verification/Sdl.Verification.Api.ISerializeVerifierProfile.html index 3cb39cefc..cc9059b9a 100644 --- a/api/verification/Sdl.Verification.Api.ISerializeVerifierProfile.html +++ b/api/verification/Sdl.Verification.Api.ISerializeVerifierProfile.html @@ -89,7 +89,7 @@

                                                                                                                    Interface defining the operations for the serializer verifier profiles

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    @@ -100,7 +100,7 @@

                                                                                                                    Methods -

                                                                                                                    Export(string)

                                                                                                                    +

                                                                                                                    Export(String)

                                                                                                                    Exports the profile to another file

                                                                                                                    @@ -119,7 +119,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String toFile

                                                                                                                    The file to which the settings are exported

                                                                                                                    @@ -129,7 +129,7 @@
                                                                                                                    Parameters
                                                                                                                    -

                                                                                                                    Import(string)

                                                                                                                    +

                                                                                                                    Import(String)

                                                                                                                    Imports the profile from another file

                                                                                                                    @@ -148,7 +148,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fromFile

                                                                                                                    The file from which the settings are imported

                                                                                                                    diff --git a/api/verification/Sdl.Verification.Api.ISuggestionProvider.html b/api/verification/Sdl.Verification.Api.ISuggestionProvider.html index 5f2b98091..096cb91d6 100644 --- a/api/verification/Sdl.Verification.Api.ISuggestionProvider.html +++ b/api/verification/Sdl.Verification.Api.ISuggestionProvider.html @@ -89,7 +89,7 @@

                                                                                                                    ISuggestionProvider interface represents a suggestion provider that can make a suggestion.

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    @@ -145,7 +145,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    whether has a suggestion

                                                                                                                    @@ -173,7 +173,7 @@
                                                                                                                    Event Type
                                                                                                                    - EventHandler + System.EventHandler diff --git a/api/verification/Sdl.Verification.Api.ITermVerifierContext.html b/api/verification/Sdl.Verification.Api.ITermVerifierContext.html index 726ec45ee..131dc13e5 100644 --- a/api/verification/Sdl.Verification.Api.ITermVerifierContext.html +++ b/api/verification/Sdl.Verification.Api.ITermVerifierContext.html @@ -90,7 +90,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    @@ -119,7 +119,7 @@
                                                                                                                    Property Value
                                                                                                                    - bool + System.Boolean @@ -129,7 +129,7 @@

                                                                                                                    Methods -

                                                                                                                    CreateTermRecognitionEngine(CultureInfo, CultureInfo, int)

                                                                                                                    +

                                                                                                                    CreateTermRecognitionEngine(CultureInfo, CultureInfo, Int32)

                                                                                                                    Create the term recognition engine for the given source and target cultures.

                                                                                                                    @@ -148,19 +148,19 @@
                                                                                                                    Parameters
                                                                                                                    - CultureInfo + System.Globalization.CultureInfo source

                                                                                                                    source culture

                                                                                                                    - CultureInfo + System.Globalization.CultureInfo target

                                                                                                                    target culture

                                                                                                                    - int + System.Int32 minMatch

                                                                                                                    minimum match

                                                                                                                    @@ -186,7 +186,7 @@
                                                                                                                    Returns
                                                                                                                    -

                                                                                                                    GetTermbaseIndexName(string)

                                                                                                                    +

                                                                                                                    GetTermbaseIndexName(String)

                                                                                                                    Gets the termbase index name for the given culture name.

                                                                                                                    @@ -205,7 +205,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String cultureName

                                                                                                                    culture name

                                                                                                                    @@ -222,7 +222,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    termbase index name

                                                                                                                    diff --git a/api/verification/Sdl.Verification.Api.ITermVerifierSettingsContext.html b/api/verification/Sdl.Verification.Api.ITermVerifierSettingsContext.html index a7734ec98..cb2fa895c 100644 --- a/api/verification/Sdl.Verification.Api.ITermVerifierSettingsContext.html +++ b/api/verification/Sdl.Verification.Api.ITermVerifierSettingsContext.html @@ -90,7 +90,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    @@ -119,7 +119,7 @@
                                                                                                                    Returns
                                                                                                                    - string + System.String

                                                                                                                    termbase name

                                                                                                                    @@ -146,7 +146,7 @@
                                                                                                                    Returns
                                                                                                                    - IEnumerableTermPicklistField + System.Collections.Generic.IEnumerable<TermPicklistField>

                                                                                                                    termbase picklist fields

                                                                                                                    @@ -173,7 +173,7 @@
                                                                                                                    Returns
                                                                                                                    - bool + System.Boolean

                                                                                                                    whether context has termbase

                                                                                                                    diff --git a/api/verification/Sdl.Verification.Api.ITermVerifierSettingsContextAware.html b/api/verification/Sdl.Verification.Api.ITermVerifierSettingsContextAware.html index 4d7422e1c..faf997462 100644 --- a/api/verification/Sdl.Verification.Api.ITermVerifierSettingsContextAware.html +++ b/api/verification/Sdl.Verification.Api.ITermVerifierSettingsContextAware.html @@ -90,7 +90,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/verification/Sdl.Verification.Api.IVerificationCustomMessageData.html b/api/verification/Sdl.Verification.Api.IVerificationCustomMessageData.html index 64f7749cb..afa07c15c 100644 --- a/api/verification/Sdl.Verification.Api.IVerificationCustomMessageData.html +++ b/api/verification/Sdl.Verification.Api.IVerificationCustomMessageData.html @@ -90,7 +90,7 @@

                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    @@ -119,7 +119,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -145,7 +145,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -171,7 +171,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String diff --git a/api/verification/Sdl.Verification.Api.LanguageDirectionVerifierAttribute.html b/api/verification/Sdl.Verification.Api.LanguageDirectionVerifierAttribute.html index d5729af4e..875e28ec6 100644 --- a/api/verification/Sdl.Verification.Api.LanguageDirectionVerifierAttribute.html +++ b/api/verification/Sdl.Verification.Api.LanguageDirectionVerifierAttribute.html @@ -92,171 +92,14 @@

                                                                                                                    Inheritance
                                                                                                                    - - - -
                                                                                                                    LanguageDirectionVerifierAttribute
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    LanguageDirectionVerifierAttribute
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Implements
                                                                                                                    - -
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Inherited Members
                                                                                                                    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [ExtensionPointInfo("LanguageDirectionVerifiers", ExtensionPointBehavior.Static)]
                                                                                                                    -public class LanguageDirectionVerifierAttribute : ExtensionAttribute, _Attribute
                                                                                                                    +
                                                                                                                    public class LanguageDirectionVerifierAttribute : ExtensionAttribute

                                                                                                                    Constructors

                                                                                                                    @@ -274,7 +117,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    LanguageDirectionVerifierAttribute(string, string, string)

                                                                                                                    +

                                                                                                                    LanguageDirectionVerifierAttribute(String, String, String)

                                                                                                                    Constructor that takes the given id, name, and description.

                                                                                                                    @@ -293,29 +136,25 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String id

                                                                                                                    id

                                                                                                                    - string + System.String name

                                                                                                                    name

                                                                                                                    - string + System.String description

                                                                                                                    description

                                                                                                                    -

                                                                                                                    Implements

                                                                                                                    -
                                                                                                                    diff --git a/api/verification/Sdl.Verification.Api.MessageControlPlugInAttribute.html b/api/verification/Sdl.Verification.Api.MessageControlPlugInAttribute.html index b48969e5b..49f4a8d50 100644 --- a/api/verification/Sdl.Verification.Api.MessageControlPlugInAttribute.html +++ b/api/verification/Sdl.Verification.Api.MessageControlPlugInAttribute.html @@ -92,160 +92,15 @@

                                                                                                                    Inheritance
                                                                                                                    - - - -
                                                                                                                    MessageControlPlugInAttribute
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    MessageControlPlugInAttribute
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Implements
                                                                                                                    - -
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Inherited Members
                                                                                                                    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [ExtensionPointInfo("Message Controls", ExtensionPointBehavior.Static)]
                                                                                                                    -[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                                    -public sealed class MessageControlPlugInAttribute : ExtensionAttribute, _Attribute
                                                                                                                    +
                                                                                                                    [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
                                                                                                                    +public sealed class MessageControlPlugInAttribute : ExtensionAttribute
                                                                                                                    Remarks

                                                                                                                    A message control plug-in is responsible for creating a message control for a given message allowing @@ -301,12 +156,6 @@

                                                                                                                    Parameters
                                                                                                                    -
                                                                                                                    Overrides
                                                                                                                    - -

                                                                                                                    Implements

                                                                                                                    -
                                                                                                                    diff --git a/api/verification/Sdl.Verification.Api.SerializeProfileVerifierAttribute.html b/api/verification/Sdl.Verification.Api.SerializeProfileVerifierAttribute.html index 30b60a027..daca9643c 100644 --- a/api/verification/Sdl.Verification.Api.SerializeProfileVerifierAttribute.html +++ b/api/verification/Sdl.Verification.Api.SerializeProfileVerifierAttribute.html @@ -91,171 +91,14 @@

                                                                                                                    Inheritance
                                                                                                                    - - - -
                                                                                                                    SerializeProfileVerifierAttribute
                                                                                                                    +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    SerializeProfileVerifierAttribute
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Implements
                                                                                                                    - -
                                                                                                                    -
                                                                                                                    -
                                                                                                                    Inherited Members
                                                                                                                    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    -
                                                                                                                    [ExtensionPointInfo("SerializeProfileVerifiers", ExtensionPointBehavior.Static)]
                                                                                                                    -public class SerializeProfileVerifierAttribute : ExtensionAttribute, _Attribute
                                                                                                                    +
                                                                                                                    public class SerializeProfileVerifierAttribute : ExtensionAttribute

                                                                                                                    Constructors

                                                                                                                    @@ -273,7 +116,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    SerializeProfileVerifierAttribute(string, string, string)

                                                                                                                    +

                                                                                                                    SerializeProfileVerifierAttribute(String, String, String)

                                                                                                                    Constructor that takes the given id, name, and description.

                                                                                                                    @@ -292,29 +135,25 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String id

                                                                                                                    id

                                                                                                                    - string + System.String name

                                                                                                                    name

                                                                                                                    - string + System.String description

                                                                                                                    description

                                                                                                                    -

                                                                                                                    Implements

                                                                                                                    -
                                                                                                                    diff --git a/api/verification/Sdl.Verification.Api.Suggestion.html b/api/verification/Sdl.Verification.Api.Suggestion.html index 8987d98a9..42df8166a 100644 --- a/api/verification/Sdl.Verification.Api.Suggestion.html +++ b/api/verification/Sdl.Verification.Api.Suggestion.html @@ -87,39 +87,39 @@

                                                                                                                    Class Suggestion

                                                                                                                    Suggestion class represents a suggestion that describes a change that can be made to a document -by replacing the existing markup between the from location and upto location with the suggestion markup.

                                                                                                                    +by replacing the existing markup between the from location and upto location with the suggestion markup.

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    Suggestion
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    diff --git a/api/verification/Sdl.Verification.Api.TermPicklistField.html b/api/verification/Sdl.Verification.Api.TermPicklistField.html index 923cd0455..fca6bb226 100644 --- a/api/verification/Sdl.Verification.Api.TermPicklistField.html +++ b/api/verification/Sdl.Verification.Api.TermPicklistField.html @@ -91,34 +91,34 @@

                                                                                                                    Inheritance
                                                                                                                    - +
                                                                                                                    System.Object
                                                                                                                    TermPicklistField
                                                                                                                    Inherited Members
                                                                                                                    - object.ToString() + System.Object.ToString()
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.GetType() + System.Object.GetType()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    @@ -129,7 +129,7 @@

                                                                                                                    Constructors -

                                                                                                                    TermPicklistField(string, IEnumerable<string>)

                                                                                                                    +

                                                                                                                    TermPicklistField(String, IEnumerable<String>)

                                                                                                                    Constructor that takes the given field name and field values.

                                                                                                                    @@ -148,13 +148,13 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String fieldName

                                                                                                                    field name

                                                                                                                    - IEnumerablestring + System.Collections.Generic.IEnumerable<System.String> fieldValues

                                                                                                                    field values

                                                                                                                    @@ -184,7 +184,7 @@
                                                                                                                    Property Value
                                                                                                                    - string + System.String @@ -210,7 +210,7 @@
                                                                                                                    Property Value
                                                                                                                    - IEnumerablestring + System.Collections.Generic.IEnumerable<System.String> diff --git a/api/verification/Sdl.Verification.Api.WrongSettingsFileException.html b/api/verification/Sdl.Verification.Api.WrongSettingsFileException.html index ee5010ce0..c800620bc 100644 --- a/api/verification/Sdl.Verification.Api.WrongSettingsFileException.html +++ b/api/verification/Sdl.Verification.Api.WrongSettingsFileException.html @@ -91,74 +91,74 @@

                                                                                                                    Inheritance
                                                                                                                    - - - +
                                                                                                                    System.Object
                                                                                                                    +
                                                                                                                    System.Exception
                                                                                                                    +
                                                                                                                    System.ApplicationException
                                                                                                                    WrongSettingsFileException
                                                                                                                    Implements
                                                                                                                    - - +
                                                                                                                    System.Runtime.Serialization.ISerializable
                                                                                                                    +
                                                                                                                    System.Runtime.InteropServices._Exception
                                                                                                                    Inherited Members
                                                                                                                    - Exception.GetBaseException() + System.Exception.GetBaseException()
                                                                                                                    - Exception.ToString() + System.Exception.ToString()
                                                                                                                    - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
                                                                                                                    - Exception.GetType() + System.Exception.GetType()
                                                                                                                    - Exception.Message + System.Exception.Message
                                                                                                                    - Exception.Data + System.Exception.Data
                                                                                                                    - Exception.InnerException + System.Exception.InnerException
                                                                                                                    - Exception.TargetSite + System.Exception.TargetSite
                                                                                                                    - Exception.StackTrace + System.Exception.StackTrace
                                                                                                                    - Exception.HelpLink + System.Exception.HelpLink
                                                                                                                    - Exception.Source + System.Exception.Source
                                                                                                                    - Exception.HResult + System.Exception.HResult
                                                                                                                    - Exception.SerializeObjectState + System.Exception.SerializeObjectState
                                                                                                                    - object.Equals(object) + System.Object.Equals(System.Object)
                                                                                                                    - object.Equals(object, object) + System.Object.Equals(System.Object, System.Object)
                                                                                                                    - object.ReferenceEquals(object, object) + System.Object.ReferenceEquals(System.Object, System.Object)
                                                                                                                    - object.GetHashCode() + System.Object.GetHashCode()
                                                                                                                    - object.MemberwiseClone() + System.Object.MemberwiseClone()
                                                                                                                    -
                                                                                                                    Namespace: SdlSdl.VerificationApi
                                                                                                                    +
                                                                                                                    Namespace: Sdl.Verification.Api
                                                                                                                    Assembly: Sdl.Verification.Api.dll
                                                                                                                    Syntax
                                                                                                                    @@ -180,7 +180,7 @@
                                                                                                                    Declaration
                                                                                                                    -

                                                                                                                    WrongSettingsFileException(string)

                                                                                                                    +

                                                                                                                    WrongSettingsFileException(String)

                                                                                                                    Instantiates an exception of type WrongSettingsFileException with a custom message

                                                                                                                    @@ -199,7 +199,7 @@
                                                                                                                    Parameters
                                                                                                                    - string + System.String message

                                                                                                                    The custom message for the exception

                                                                                                                    @@ -208,10 +208,10 @@
                                                                                                                    Parameters

                                                                                                                    Implements

                                                                                                                    - ISerializable + System.Runtime.Serialization.ISerializable
                                                                                                                    - _Exception + System.Runtime.InteropServices._Exception
                                                                                                                    diff --git a/api/verification/Sdl.Verification.Api.html b/api/verification/Sdl.Verification.Api.html index e000c831c..0272173c8 100644 --- a/api/verification/Sdl.Verification.Api.html +++ b/api/verification/Sdl.Verification.Api.html @@ -111,7 +111,7 @@

                                                                                                                    Suggestion

                                                                                                                    Suggestion class represents a suggestion that describes a change that can be made to a document -by replacing the existing markup between the from location and upto location with the suggestion markup.

                                                                                                                    +by replacing the existing markup between the from location and upto location with the suggestion markup.

                                                                                                                    TermPicklistField

                                                                                                                    TermPicklistField class represents a termbase picklist field.

                                                                                                                    diff --git a/apiconcepts/releasenotes/tradosstudio2022sr1.html b/apiconcepts/releasenotes/tradosstudio2022sr1.html index e0875b71f..b9e860d46 100644 --- a/apiconcepts/releasenotes/tradosstudio2022sr1.html +++ b/apiconcepts/releasenotes/tradosstudio2022sr1.html @@ -236,7 +236,7 @@

                                                                                                                    TranslationMemory API

                                                                                                                    General API changes

                                                                                                                    Third-party developers now have access to Trados Studio's custom language registry, which offers finer control over language management than the language registry provided by Microsoft.

                                                                                                                    -

                                                                                                                    Following this change, CultureCode is now the recommended alternative to the standard CultureInfo.

                                                                                                                    +

                                                                                                                    Following this change, CultureCode is now the recommended alternative to the standard CultureInfo.

                                                                                                                    To ensure compatibility with Studio and other RWS system interfacing with Studio, fetch the language info using our internal language registry:

                                                                                                                    Example:

                                                                                                                    ```cs
                                                                                                                    @@ -250,7 +250,7 @@ 

                                                                                                                    General API changes

                                                                                                                    } ```

                                                                                                                    This method returns a Language object. -If the language is not found or the language code is incorrect UnsupportedLanguageException is thrown.

                                                                                                                    +If the language is not found or the language code is incorrect UnsupportedLanguageException is thrown.

                                                                                                                    CultureInfo objects are still accessible via the following call:

                                                                                                                    Example:

                                                                                                                    ```cs
                                                                                                                    @@ -264,7 +264,7 @@ 

                                                                                                                    General API changes

                                                                                                                    ci = CultureInfo.GetCultureInfo("en-US"); ``` ?? -

                                                                                                                    To ensure consistency across the application when comparing the string representation of the language codes, we recommend using the CultureCode wrapper.

                                                                                                                    +

                                                                                                                    To ensure consistency across the application when comparing the string representation of the language codes, we recommend using the CultureCode wrapper.

                                                                                                                    Example:

                                                                                                                    ```cs
                                                                                                                     var cultureCode = new CultureCode("fr-FR");
                                                                                                                    diff --git a/apiconcepts/releasenotes/tradosstudio2022sr2.html b/apiconcepts/releasenotes/tradosstudio2022sr2.html
                                                                                                                    index f7d5edd25..e2032d250 100644
                                                                                                                    --- a/apiconcepts/releasenotes/tradosstudio2022sr2.html
                                                                                                                    +++ b/apiconcepts/releasenotes/tradosstudio2022sr2.html
                                                                                                                    @@ -102,7 +102,7 @@ 

                                                                                                                    DefinitionLanguage

                                                                                                                    • No longer implements interface IDefinitionLanguage.
                                                                                                                    • -
                                                                                                                    • The type of property Local was changed to CultureCode
                                                                                                                    • +
                                                                                                                    • The type of property Local was changed to CultureCode

                                                                                                                    DescriptiveField

                                                                                                                      @@ -128,7 +128,7 @@

                                                                                                                      EntryField> -
                                                                                                                    • Type of property Locale was changed to CultureCode.
                                                                                                                    • +
                                                                                                                    • Type of property Locale was changed to CultureCode.
                                                                                                                    • Type of property ParentEntry was changed to Entry.
                                                                                                                    • Type of property Terms was changed to IList<EntryTerm>
                                                                                                                    @@ -205,7 +205,7 @@

                                                                                                                    ILanguage

                                                                                                                    ITerminologyMarkupProvider

                                                                                                                      @@ -238,7 +238,7 @@

                                                                                                                      Entry.
                                                                                                                    • Type of parameter term of method AddAndEditTerm was changed to Entry. The new method declaration is void AddAndEditTerm(Entry term, string source, string target).
                                                                                                                    • Type of parameter term of method EditTerm was changed to Entry. The new method declaration is void EditTerm(Entry term).
                                                                                                                    • -
                                                                                                                    • Type of parameters source and target of method Initialize was changed to CultureCode. The new method declaration is void Initialize(ITerminologyProvider terminologyProvider, CultureCode source, CultureCode target).
                                                                                                                    • +
                                                                                                                    • Type of parameters source and target of method Initialize was changed to CultureCode. The new method declaration is void Initialize(ITerminologyProvider terminologyProvider, CultureCode source, CultureCode target).
                                                                                                                    • Type of parameter entry of method JumpToTerm was changed to Entry. The new method declaration is void JumpToTerm(Entry entry).

                                                                                                                    ITerminologyProviderWinFormsUI

                                                                                                                    diff --git a/apiconcepts/toc.html b/apiconcepts/toc.html index bd77ffd92..9445ce0cb 100644 --- a/apiconcepts/toc.html +++ b/apiconcepts/toc.html @@ -58,42 +58,15 @@
                                                                                                                  • ConfirmationLevel
                                                                                                                  • -
                                                                                                                  • - CoreCultureInfoExtensions -
                                                                                                                  • -
                                                                                                                  • - CultureCode -
                                                                                                                  • Language
                                                                                                                  • -
                                                                                                                  • - LanguageBase -
                                                                                                                  • -
                                                                                                                  • - LanguageBase.EvaluationResult -
                                                                                                                  • LanguageCancelEventArgs
                                                                                                                  • -
                                                                                                                  • - LanguageData -
                                                                                                                  • -
                                                                                                                  • - LanguageDataContainer -
                                                                                                                  • -
                                                                                                                  • - LanguageDisplaySettings -
                                                                                                                  • LanguageEventArgs
                                                                                                                  • -
                                                                                                                  • - LanguageFormat -
                                                                                                                  • -
                                                                                                                  • - LegacyAsyncHelpers -
                                                                                                                  • LegacySdlxLanguage
                                                                                                                  • @@ -103,109 +76,9 @@
                                                                                                                  • LocalizableString
                                                                                                                  • -
                                                                                                                  • - StableCultureInfo -
                                                                                                                  • UnsupportedCodepageException
                                                                                                                  • -
                                                                                                                  • - UnsupportedLanguageException -
                                                                                                                  • - - -
                                                                                                                  • - - Sdl.Core.Globalization.Async - - -
                                                                                                                  • -
                                                                                                                  • - - Sdl.Core.Globalization.Async.CultureMetadataManager - - -
                                                                                                                  • -
                                                                                                                  • - - Sdl.Core.Globalization.Async.CultureMetadataService - - -
                                                                                                                  • -
                                                                                                                  • - - Sdl.Core.Globalization.CultureMetadataManager - - -
                                                                                                                  • -
                                                                                                                  • - - Sdl.Core.Globalization.CultureMetadataService - - -
                                                                                                                  • -
                                                                                                                  • - - Sdl.Core.Globalization.DataVersion - - -
                                                                                                                  • -
                                                                                                                  • - - Sdl.Core.Globalization.LanguageMetadata - -
                                                                                                                  • @@ -213,102 +86,9 @@ Sdl.Core.Globalization.LanguageRegistry -
                                                                                                                  • -
                                                                                                                  • - - Sdl.Core.Globalization.NumberMetadata - - -
                                                                                                                  • -
                                                                                                                  • - - Sdl.Core.Globalization.UnitDefinition - - -
                                                                                                                  • -
                                                                                                                  • - - Sdl.Core.Globalization.UnitMetadata - -
                                                                                                                  • @@ -361,6 +141,15 @@
                                                                                                                  • IExtensionPoint
                                                                                                                  • +
                                                                                                                  • + InitializePluginCompletedEventArgs +
                                                                                                                  • +
                                                                                                                  • + InitializePluginProgressChangedEventArgs +
                                                                                                                  • +
                                                                                                                  • + InvalidSdlAssemblyReference +
                                                                                                                  • IObjectResolver
                                                                                                                  • @@ -397,15 +186,6 @@
                                                                                                                  • IValidatingPluginLocator
                                                                                                                  • -
                                                                                                                  • - InitializePluginCompletedEventArgs -
                                                                                                                  • -
                                                                                                                  • - InitializePluginProgressChangedEventArgs -
                                                                                                                  • -
                                                                                                                  • - InvalidSdlAssemblyReference -
                                                                                                                  • ObjectFactory
                                                                                                                  • @@ -483,15 +263,15 @@
                                                                                                                  • ExtensionBuilderAttribute
                                                                                                                  • -
                                                                                                                  • - ExtensionStoreItem -
                                                                                                                  • ExtensionsFactory
                                                                                                                  • ExtensionsRepository
                                                                                                                  • +
                                                                                                                  • + ExtensionStoreItem +
                                                                                                                  • IExtensionBuilder
                                                                                                                  • @@ -1938,6 +1718,9 @@
                                                                                                                  • IBilingualProcessorContainer
                                                                                                                  • +
                                                                                                                  • + IconDescriptor +
                                                                                                                  • IControlPreviewType
                                                                                                                  • @@ -2070,9 +1853,6 @@
                                                                                                                  • IVerifierCollection
                                                                                                                  • -
                                                                                                                  • - IconDescriptor -
                                                                                                                  • MessageEventArgs
                                                                                                                  • @@ -2253,6 +2033,9 @@
                                                                                                                  • ICustomInfoProperties
                                                                                                                  • +
                                                                                                                  • + IdConflictResolution +
                                                                                                                  • IDependencyFileProperties
                                                                                                                  • @@ -2394,9 +2177,6 @@
                                                                                                                  • ITranslationOrigin
                                                                                                                  • -
                                                                                                                  • - IdConflictResolution -
                                                                                                                  • LocationMarkerId
                                                                                                                  • @@ -2425,10 +2205,10 @@ RevisionTypeNotSupportedException
                                                                                                                  • - SegmentId + SegmentationHint
                                                                                                                  • - SegmentationHint + SegmentId
                                                                                                                  • Severity @@ -2812,10 +2592,10 @@ ManualTask
                                                                                                                  • - MergeState + MergedProjectFile
                                                                                                                  • - MergedProjectFile + MergeState
                                                                                                                  • MessageEventArgs @@ -2922,9 +2702,6 @@
                                                                                                                  • TaskStatusEventArgs
                                                                                                                  • -
                                                                                                                  • - TermRecognitionOptions -
                                                                                                                  • Termbase
                                                                                                                  • @@ -2937,6 +2714,9 @@
                                                                                                                  • TermbaseSearchOrder
                                                                                                                  • +
                                                                                                                  • + TermRecognitionOptions +
                                                                                                                  • TranslationProviderCascadeEntry
                                                                                                                  • @@ -3064,10 +2844,10 @@ BatchProcessingGeneralSettings
                                                                                                                  • - ExportFileVersion + ExportFilesSettings
                                                                                                                  • - ExportFilesSettings + ExportFileVersion
                                                                                                                  • ExportForReviewTaskSettings @@ -3527,9 +3307,6 @@ Sdl.Core.FineGrainedAlignment
                                                                                                                  • @@ -7166,6 +6965,9 @@
                                                                                                                  • IConnectionAwareTerminologyProvider
                                                                                                                  • +
                                                                                                                  • + IFileBasedTerminologyProviderDefaultPath +
                                                                                                                  • ILanguage
                                                                                                                  • @@ -7202,9 +7004,6 @@
                                                                                                                  • ITerminologyProviderViewerWinFormsUI
                                                                                                                  • -
                                                                                                                  • - ITerminologyProviderViewerWrapper -
                                                                                                                  • ITerminologyProviderWinFormsUI
                                                                                                                  • diff --git a/index.json b/index.json index 67445c7b2..eae4a0962 100644 --- a/index.json +++ b/index.json @@ -2,32 +2,32 @@ "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.html": { "href": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.html", "title": "Class AbstractFileContentProcessingAutomaticTask", - "keywords": "Class AbstractFileContentProcessingAutomaticTask Base class for file content processing automatic task. Inheritance object AbstractFileContentProcessingAutomaticTask Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public abstract class AbstractFileContentProcessingAutomaticTask Constructors AbstractFileContentProcessingAutomaticTask() Declaration protected AbstractFileContentProcessingAutomaticTask() Properties Project Gets the project associated with this task. Declaration public IProject Project { get; } Property Value Type Description IProject TaskFiles Gets the task files associated with this task. Declaration public ProjectFile[] TaskFiles { get; } Property Value Type Description ProjectFile TaskId Gets the id of the task. Declaration public string TaskId { get; } Property Value Type Description string Methods Cancel(bool) Called when user request cancel manually. Declaration public virtual void Cancel(bool doRollback) Parameters Type Name Description bool doRollback ConfigureConverter(ProjectFile, IMultiFileConverter) Configures the converter to add your content handler. Declaration protected abstract void ConfigureConverter(ProjectFile projectFile, IMultiFileConverter multiFileConverter) Parameters Type Name Description ProjectFile projectFile The file to processed in this task. IMultiFileConverter multiFileConverter The converter. CreateReport(string, string, string) Creates a report for this task. Generally the report data is created in xml format. The xml data will be provided to function as the data parameter. When a report is created the xml data will be stored as a xml file residing normally under the project/Reports folder. To render the report properly in the report view, a xslt file should be present in the task implementation project as embeded resource. The xlst file must have extension .xsl. Declaration public void CreateReport(string name, string description, string data) Parameters Type Name Description string name The name of the report. string description The description of this Report. string data The xml data of this report. CreateReport(string, string, string, LanguageDirection) Creates a report with a specified language for this task. Generally the report data is created in xml format. The xml data will be provided to function as the data parameter. When a report is created the xml data will be stored as a xml file residing normally under the project/Reports folder. To render the report properly in the report view, a xslt file should be present in the task implementation project as embeded resource. The xlst file must have extension .xsl. Declaration public void CreateReport(string name, string description, string data, LanguageDirection languageDirection) Parameters Type Name Description string name The name of the report. string description The description of this Report. string data The xml data of this report. LanguageDirection languageDirection The language direction of this report. GetSetting() Gets the task settings of the project. Declaration protected TSettings GetSetting() where TSettings : ISettingsGroup, new() Returns Type Description TSettings Type Parameters Name Description TSettings GetWordCounter(ProjectFile) Gets the WordCounter for a file. Declaration public WordCounter GetWordCounter(ProjectFile projectFile) Parameters Type Name Description ProjectFile projectFile The input file. Returns Type Description WordCounter The WordCounter object OnFileComplete(ProjectFile, IMultiFileConverter) Called when a file processing is finished. Derived class should implement this method to return information to indicate if the resulted file content should be uploaded. Declaration public virtual bool OnFileComplete(ProjectFile projectFile, IMultiFileConverter multiFileConverter) Parameters Type Name Description ProjectFile projectFile IMultiFileConverter multiFileConverter Returns Type Description bool Returns true to indicate the file is updated. By default it returns false. OnInitializeTask() Called when the task is initialized. At this moment the Project and TaskFiles are available. Declaration protected virtual void OnInitializeTask() ShouldProcessFile(ProjectFile) Check if the task should process the file. Declaration public virtual bool ShouldProcessFile(ProjectFile projectFile) Parameters Type Name Description ProjectFile projectFile The project file. Returns Type Description bool TaskComplete() Called when the task is complete. Declaration public virtual void TaskComplete()" + "keywords": "Class AbstractFileContentProcessingAutomaticTask Base class for file content processing automatic task. Inheritance System.Object AbstractFileContentProcessingAutomaticTask 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.ProjectAutomation.AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public abstract class AbstractFileContentProcessingAutomaticTask Constructors AbstractFileContentProcessingAutomaticTask() Declaration protected AbstractFileContentProcessingAutomaticTask() Properties Project Gets the project associated with this task. Declaration public IProject Project { get; } Property Value Type Description IProject TaskFiles Gets the task files associated with this task. Declaration public ProjectFile[] TaskFiles { get; } Property Value Type Description ProjectFile [] TaskId Gets the id of the task. Declaration public string TaskId { get; } Property Value Type Description System.String Methods Cancel(Boolean) Called when user request cancel manually. Declaration public virtual void Cancel(bool doRollback) Parameters Type Name Description System.Boolean doRollback ConfigureConverter(ProjectFile, IMultiFileConverter) Configures the converter to add your content handler. Declaration protected abstract void ConfigureConverter(ProjectFile projectFile, IMultiFileConverter multiFileConverter) Parameters Type Name Description ProjectFile projectFile The file to processed in this task. IMultiFileConverter multiFileConverter The converter. CreateReport(String, String, String) Creates a report for this task. Generally the report data is created in xml format. The xml data will be provided to function as the data parameter. When a report is created the xml data will be stored as a xml file residing normally under the project/Reports folder. To render the report properly in the report view, a xslt file should be present in the task implementation project as embeded resource. The xlst file must have extension .xsl. Declaration public void CreateReport(string name, string description, string data) Parameters Type Name Description System.String name The name of the report. System.String description The description of this Report. System.String data The xml data of this report. CreateReport(String, String, String, LanguageDirection) Creates a report with a specified language for this task. Generally the report data is created in xml format. The xml data will be provided to function as the data parameter. When a report is created the xml data will be stored as a xml file residing normally under the project/Reports folder. To render the report properly in the report view, a xslt file should be present in the task implementation project as embeded resource. The xlst file must have extension .xsl. Declaration public void CreateReport(string name, string description, string data, LanguageDirection languageDirection) Parameters Type Name Description System.String name The name of the report. System.String description The description of this Report. System.String data The xml data of this report. LanguageDirection languageDirection The language direction of this report. GetSetting() Gets the task settings of the project. Declaration protected TSettings GetSetting() where TSettings : ISettingsGroup, new() Returns Type Description TSettings Type Parameters Name Description TSettings GetWordCounter(ProjectFile) Gets the WordCounter for a file. Declaration public WordCounter GetWordCounter(ProjectFile projectFile) Parameters Type Name Description ProjectFile projectFile The input file. Returns Type Description WordCounter The WordCounter object OnFileComplete(ProjectFile, IMultiFileConverter) Called when a file processing is finished. Derived class should implement this method to return information to indicate if the resulted file content should be uploaded. Declaration public virtual bool OnFileComplete(ProjectFile projectFile, IMultiFileConverter multiFileConverter) Parameters Type Name Description ProjectFile projectFile IMultiFileConverter multiFileConverter Returns Type Description System.Boolean Returns true to indicate the file is updated. By default it returns false. OnInitializeTask() Called when the task is initialized. At this moment the Project and TaskFiles are available. Declaration protected virtual void OnInitializeTask() ShouldProcessFile(ProjectFile) Check if the task should process the file. Declaration public virtual bool ShouldProcessFile(ProjectFile projectFile) Parameters Type Name Description ProjectFile projectFile The project file. Returns Type Description System.Boolean TaskComplete() Called when the task is complete. Declaration public virtual void TaskComplete()" }, "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html": { "href": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html", "title": "Class AbstractFileLevelAutomaticTask", - "keywords": "Class AbstractFileLevelAutomaticTask Base class for file level automatic task. Inheritance object AbstractFileLevelAutomaticTask Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public abstract class AbstractFileLevelAutomaticTask Constructors AbstractFileLevelAutomaticTask() Declaration protected AbstractFileLevelAutomaticTask() Properties IsCancelRequested Checks if the task is requested to be cancelled. Declaration public bool IsCancelRequested { get; } Property Value Type Description bool Project Gets the project for this task. Declaration public IProject Project { get; } Property Value Type Description IProject ShouldAddNewFileVersion Gets/Sets if this task should add a new version of the files. If the task updates the task files, it should be set to true so the updated files will be preserved. Declaration public bool ShouldAddNewFileVersion { get; set; } Property Value Type Description bool TaskFiles Gets the files for this task. Declaration public ProjectFile[] TaskFiles { get; } Property Value Type Description ProjectFile Methods Cancel(bool) Called when the task execution is request to cancel. Declaration public virtual void Cancel(bool doRollback) Parameters Type Name Description bool doRollback Execute() Executes the task. This function does the default implementation: ensure the files ready for the task, calls ProcessFile for each files and then populate the files if the files are updated. Declaration public virtual void Execute() OnFileProgress(TaskProgressEventArgs) Reports the progress of this task. Declaration protected virtual void OnFileProgress(TaskProgressEventArgs e) Parameters Type Name Description TaskProgressEventArgs e The task progress event args OnInitializeTask() Called when the task is initialized. Overwrite this function where further initialization is required. Declaration protected virtual void OnInitializeTask() ProcessFile(ProjectFile) Processes the file. It is implemented in the derived class. Declaration protected abstract void ProcessFile(ProjectFile projectFile) Parameters Type Name Description ProjectFile projectFile the file to process TaskComplete() Called when the task is completed. Overwrite this function when further operation is required. Declaration public virtual void TaskComplete() UploadFile(ProjectFile, string) Uploads the file for the new version generated. Declaration protected virtual void UploadFile(ProjectFile projectFile, string localFilePath) Parameters Type Name Description ProjectFile projectFile The file to update string localFilePath The local path of the file. Events Progress The task progress event. Declaration public event EventHandler Progress Event Type Type Description EventHandler TaskProgressEventArgs" + "keywords": "Class AbstractFileLevelAutomaticTask Base class for file level automatic task. Inheritance System.Object AbstractFileLevelAutomaticTask 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.ProjectAutomation.AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public abstract class AbstractFileLevelAutomaticTask Constructors AbstractFileLevelAutomaticTask() Declaration protected AbstractFileLevelAutomaticTask() Properties IsCancelRequested Checks if the task is requested to be cancelled. Declaration public bool IsCancelRequested { get; } Property Value Type Description System.Boolean Project Gets the project for this task. Declaration public IProject Project { get; } Property Value Type Description IProject ShouldAddNewFileVersion Gets/Sets if this task should add a new version of the files. If the task updates the task files, it should be set to true so the updated files will be preserved. Declaration public bool ShouldAddNewFileVersion { get; set; } Property Value Type Description System.Boolean TaskFiles Gets the files for this task. Declaration public ProjectFile[] TaskFiles { get; } Property Value Type Description ProjectFile [] Methods Cancel(Boolean) Called when the task execution is request to cancel. Declaration public virtual void Cancel(bool doRollback) Parameters Type Name Description System.Boolean doRollback Execute() Executes the task. This function does the default implementation: ensure the files ready for the task, calls ProcessFile for each files and then populate the files if the files are updated. Declaration public virtual void Execute() OnFileProgress(TaskProgressEventArgs) Reports the progress of this task. Declaration protected virtual void OnFileProgress(TaskProgressEventArgs e) Parameters Type Name Description TaskProgressEventArgs e The task progress event args OnInitializeTask() Called when the task is initialized. Overwrite this function where further initialization is required. Declaration protected virtual void OnInitializeTask() ProcessFile(ProjectFile) Processes the file. It is implemented in the derived class. Declaration protected abstract void ProcessFile(ProjectFile projectFile) Parameters Type Name Description ProjectFile projectFile the file to process TaskComplete() Called when the task is completed. Overwrite this function when further operation is required. Declaration public virtual void TaskComplete() UploadFile(ProjectFile, String) Uploads the file for the new version generated. Declaration protected virtual void UploadFile(ProjectFile projectFile, string localFilePath) Parameters Type Name Description ProjectFile projectFile The file to update System.String localFilePath The local path of the file. Events Progress The task progress event. Declaration public event EventHandler Progress Event Type Type Description System.EventHandler < TaskProgressEventArgs >" }, "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.html": { "href": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.html", "title": "Class AutomaticTaskAttribute", - "keywords": "Class AutomaticTaskAttribute Extension attribute used to mark AutomaticTasks Inheritance object Attribute ExtensionAttribute AutomaticTaskAttribute Implements _Attribute Inherited Members ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax [ExtensionPointInfo(\"Batch tasks api extension\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class)] public class AutomaticTaskAttribute : ExtensionAttribute, _Attribute Constructors AutomaticTaskAttribute() Default constructor for xml serialization Declaration public AutomaticTaskAttribute() AutomaticTaskAttribute(string, string, string) Constructor with required attributes Declaration public AutomaticTaskAttribute(string id, string name, string description) Parameters Type Name Description string id The unique id for AutomaticTask string name The name of the AutomaticTask string description The description of the AutomaticTask Properties AllowMultiple Declaration public bool AllowMultiple { get; set; } Property Value Type Description bool GeneratedFileType The file type that is generated by this task. Declaration public AutomaticTaskFileType GeneratedFileType { get; set; } Property Value Type Description AutomaticTaskFileType Implements _Attribute" + "keywords": "Class AutomaticTaskAttribute Extension attribute used to mark AutomaticTasks Inheritance System.Object AutomaticTaskAttribute Namespace : Sdl.ProjectAutomation.AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax [AttributeUsage(AttributeTargets.Class)] public class AutomaticTaskAttribute : ExtensionAttribute Constructors AutomaticTaskAttribute() Default constructor for xml serialization Declaration public AutomaticTaskAttribute() AutomaticTaskAttribute(String, String, String) Constructor with required attributes Declaration public AutomaticTaskAttribute(string id, string name, string description) Parameters Type Name Description System.String id The unique id for AutomaticTask System.String name The name of the AutomaticTask System.String description The description of the AutomaticTask Properties AllowMultiple Declaration public bool AllowMultiple { get; set; } Property Value Type Description System.Boolean GeneratedFileType The file type that is generated by this task. Declaration public AutomaticTaskFileType GeneratedFileType { get; set; } Property Value Type Description AutomaticTaskFileType" }, "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.html": { "href": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.html", "title": "Enum AutomaticTaskFileType", - "keywords": "Enum AutomaticTaskFileType Enum values for the task file type. Namespace : Sdl Sdl.ProjectAutomation AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public enum AutomaticTaskFileType Fields Name Description BilingualSource A bilingual source file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's source language. BilingualTarget A bilingual target file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's target language. NativeSource A native source file, i.e. a file in its native format, which is associated with the project's source language. NativeTarget A native target file, i.e. a file associated with the project's target language after it has been converted back to its native format. None No task file type. Can be used to express that a task does not produce any new versions of its input files." + "keywords": "Enum AutomaticTaskFileType Enum values for the task file type. Namespace : Sdl.ProjectAutomation.AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public enum AutomaticTaskFileType Fields Name Description BilingualSource A bilingual source file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's source language. BilingualTarget A bilingual target file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's target language. NativeSource A native source file, i.e. a file in its native format, which is associated with the project's source language. NativeTarget A native target file, i.e. a file associated with the project's target language after it has been converted back to its native format. None No task file type. Can be used to express that a task does not produce any new versions of its input files." }, "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.html": { "href": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.html", "title": "Class AutomaticTaskSupportedFileTypeAttribute", - "keywords": "Class AutomaticTaskSupportedFileTypeAttribute Auxiliary extension attribute for use with an AutomaticTaskAttribute to indicate that the task supports translatable files of a certain type (see AutomaticTaskFileType ). Multiple instances of this attribute can be used in order to indicate that multiple file types are supported. Inheritance object Attribute AuxiliaryExtensionAttribute AutomaticTaskSupportedFileTypeAttribute Implements _Attribute Inherited Members AuxiliaryExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.ProjectAutomation AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public sealed class AutomaticTaskSupportedFileTypeAttribute : AuxiliaryExtensionAttribute, _Attribute Constructors AutomaticTaskSupportedFileTypeAttribute() Constructor for XML serialization. Declaration public AutomaticTaskSupportedFileTypeAttribute() AutomaticTaskSupportedFileTypeAttribute(AutomaticTaskFileType) Constructor with required parameters. Declaration public AutomaticTaskSupportedFileTypeAttribute(AutomaticTaskFileType fileType) Parameters Type Name Description AutomaticTaskFileType fileType The file type supported as input parameter. Properties FileType The file type that is generated by this task. Declaration public AutomaticTaskFileType FileType { get; set; } Property Value Type Description AutomaticTaskFileType Implements _Attribute" + "keywords": "Class AutomaticTaskSupportedFileTypeAttribute Auxiliary extension attribute for use with an AutomaticTaskAttribute to indicate that the task supports translatable files of a certain type (see AutomaticTaskFileType ). Multiple instances of this attribute can be used in order to indicate that multiple file types are supported. Inheritance System.Object AutomaticTaskSupportedFileTypeAttribute Namespace : Sdl.ProjectAutomation.AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public sealed class AutomaticTaskSupportedFileTypeAttribute : AuxiliaryExtensionAttribute Constructors AutomaticTaskSupportedFileTypeAttribute() Constructor for XML serialization. Declaration public AutomaticTaskSupportedFileTypeAttribute() AutomaticTaskSupportedFileTypeAttribute(AutomaticTaskFileType) Constructor with required parameters. Declaration public AutomaticTaskSupportedFileTypeAttribute(AutomaticTaskFileType fileType) Parameters Type Name Description AutomaticTaskFileType fileType The file type supported as input parameter. Properties FileType The file type that is generated by this task. Declaration public AutomaticTaskFileType FileType { get; set; } Property Value Type Description AutomaticTaskFileType" }, "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.CancelHelper.html": { "href": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.CancelHelper.html", "title": "Class CancelHelper", - "keywords": "Class CancelHelper Utility to stop the task execution in case the Cancel is requested. Inheritance object CancelHelper Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public static class CancelHelper Methods CancelTaskIfRequested(bool) Notifies the task executor to stop the task execution Declaration public static void CancelTaskIfRequested(bool cancelRequested) Parameters Type Name Description bool cancelRequested" + "keywords": "Class CancelHelper Utility to stop the task execution in case the Cancel is requested. Inheritance System.Object CancelHelper 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.ProjectAutomation.AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public static class CancelHelper Methods CancelTaskIfRequested(Boolean) Notifies the task executor to stop the task execution Declaration public static void CancelTaskIfRequested(bool cancelRequested) Parameters Type Name Description System.Boolean cancelRequested" }, "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.html": { "href": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.html", @@ -37,407 +37,107 @@ "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.LanguageDirection.html": { "href": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.LanguageDirection.html", "title": "Class LanguageDirection", - "keywords": "Class LanguageDirection Represents language direction for a file or a language pair of translation project Inheritance object LanguageDirection Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public class LanguageDirection Properties SourceLanguage Gets the source language Declaration public Language SourceLanguage { get; } Property Value Type Description Language TargetLanguage Gets the target language Declaration public Language TargetLanguage { get; } Property Value Type Description Language" + "keywords": "Class LanguageDirection Represents language direction for a file or a language pair of translation project Inheritance System.Object LanguageDirection 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.ProjectAutomation.AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public class LanguageDirection Properties SourceLanguage Gets the source language Declaration public Language SourceLanguage { get; } Property Value Type Description Language TargetLanguage Gets the target language Declaration public Language TargetLanguage { get; } Property Value Type Description Language" }, "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.MessageLevel.html": { "href": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.MessageLevel.html", "title": "Enum MessageLevel", - "keywords": "Enum MessageLevel Error message level enum. Namespace : Sdl Sdl.ProjectAutomation AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public enum MessageLevel Fields Name Description Error Indicates the message as an error. Information Indicates the message as information level. Warning Indicates the message as a warning." + "keywords": "Enum MessageLevel Error message level enum. Namespace : Sdl.ProjectAutomation.AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public enum MessageLevel Fields Name Description Error Indicates the message as an error. Information Indicates the message as information level. Warning Indicates the message as a warning." }, "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.ProjectFileExtension.html": { "href": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.ProjectFileExtension.html", "title": "Class ProjectFileExtension", - "keywords": "Class ProjectFileExtension Helper functions for ProjectFile Inheritance object ProjectFileExtension Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public static class ProjectFileExtension Methods GetLanguageDirection(ProjectFile) Gets LanguageDirection for task related ProjectFile Declaration public static LanguageDirection GetLanguageDirection(this ProjectFile file) Parameters Type Name Description ProjectFile file The ProjectFile Returns Type Description LanguageDirection The language direction" + "keywords": "Class ProjectFileExtension Helper functions for ProjectFile Inheritance System.Object ProjectFileExtension 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.ProjectAutomation.AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public static class ProjectFileExtension Methods GetLanguageDirection(ProjectFile) Gets LanguageDirection for task related ProjectFile Declaration public static LanguageDirection GetLanguageDirection(this ProjectFile file) Parameters Type Name Description ProjectFile file The ProjectFile Returns Type Description LanguageDirection The language direction" }, "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.html": { "href": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.html", "title": "Class RequiresSettingsAttribute", - "keywords": "Class RequiresSettingsAttribute Attribute class to define the settings info Inheritance object Attribute AuxiliaryExtensionAttribute RequiresSettingsAttribute Implements _Attribute Inherited Members AuxiliaryExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax [AttributeUsage(AttributeTargets.Class)] public class RequiresSettingsAttribute : AuxiliaryExtensionAttribute, _Attribute Constructors RequiresSettingsAttribute(Type, Type) constructor of the RequiresSettings Declaration public RequiresSettingsAttribute(Type settingsType, Type settingsPageType) Parameters Type Name Description Type settingsType Type settingsPageType Properties SettingsPageType Gets the type of the task settings page class Declaration public Type SettingsPageType { get; } Property Value Type Description Type SettingsType Gets the type of the task settings class Declaration public Type SettingsType { get; } Property Value Type Description Type Implements _Attribute" + "keywords": "Class RequiresSettingsAttribute Attribute class to define the settings info Inheritance System.Object RequiresSettingsAttribute Namespace : Sdl.ProjectAutomation.AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax [AttributeUsage(AttributeTargets.Class)] public class RequiresSettingsAttribute : AuxiliaryExtensionAttribute Constructors RequiresSettingsAttribute(Type, Type) constructor of the RequiresSettings Declaration public RequiresSettingsAttribute(Type settingsType, Type settingsPageType) Parameters Type Name Description System.Type settingsType System.Type settingsPageType Properties SettingsPageType Gets the type of the task settings page class Declaration public Type SettingsPageType { get; } Property Value Type Description System.Type SettingsType Gets the type of the task settings class Declaration public Type SettingsType { get; } Property Value Type Description System.Type" }, "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.html": { "href": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.html", "title": "Class TaskProgressEventArgs", - "keywords": "Class TaskProgressEventArgs Event args for autoamtic task progress events. Inheritance object EventArgs TaskProgressEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public class TaskProgressEventArgs : EventArgs Constructors TaskProgressEventArgs(int, string) Creates an instance with the specified percent complete value and operation description. Declaration public TaskProgressEventArgs(int percentComplete, string currentOperationDescription = null) Parameters Type Name Description int percentComplete A value between 0 and 100. string currentOperationDescription A description of the operation currently performed by the task. Can be null or empty, where null means keeping the previous description; an empty string resets the description. Properties CurrentOperationDescription Gets a description of what the task is currently doing. Declaration public string CurrentOperationDescription { get; } Property Value Type Description string PercentComplete Gets the percentage value indicating which portion of the task has been executed so far. Declaration public int PercentComplete { get; } Property Value Type Description int" + "keywords": "Class TaskProgressEventArgs Event args for autoamtic task progress events. Inheritance System.Object System.EventArgs TaskProgressEventArgs Inherited Members System.EventArgs.Empty 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.ProjectAutomation.AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public class TaskProgressEventArgs : EventArgs Constructors TaskProgressEventArgs(Int32, String) Creates an instance with the specified percent complete value and operation description. Declaration public TaskProgressEventArgs(int percentComplete, string currentOperationDescription = null) Parameters Type Name Description System.Int32 percentComplete A value between 0 and 100. System.String currentOperationDescription A description of the operation currently performed by the task. Can be null or empty, where null means keeping the previous description; an empty string resets the description. Properties CurrentOperationDescription Gets a description of what the task is currently doing. Declaration public string CurrentOperationDescription { get; } Property Value Type Description System.String PercentComplete Gets the percentage value indicating which portion of the task has been executed so far. Declaration public int PercentComplete { get; } Property Value Type Description System.Int32" }, "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.WordCounter.html": { "href": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.WordCounter.html", "title": "Class WordCounter", - "keywords": "Class WordCounter This class is used to count the words of a segment. Inheritance object WordCounter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public class WordCounter Methods Count(ISegment) Gets the number of words in a segment, using the new tokenization method Declaration public CountData Count(ISegment segment) Parameters Type Name Description ISegment segment The segment where the count is performed Returns Type Description CountData Count(ISegment, bool) Count the words of a segment Declaration public CountData Count(ISegment segment, bool useNewTokenization) Parameters Type Name Description ISegment segment the segment to count words bool useNewTokenization Flag determining whether the new tokenization method should be used Returns Type Description CountData" - }, - "api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.html": { - "href": "api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.html", - "title": "Namespace Sdl.Core.Globalization.Async.CultureMetadataManager", - "keywords": "Namespace Sdl.Core.Globalization.Async.CultureMetadataManager Interfaces IScriptDetails" - }, - "api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.html": { - "href": "api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.html", - "title": "Interface IScriptDetails", - "keywords": "Interface IScriptDetails Namespace : Sdl Sdl.Core Globalization Async CultureMetadataManager Assembly : Sdl.Core.Globalization.Async.dll Syntax public interface IScriptDetails Properties Name Declaration string Name { get; } Property Value Type Description string Rtl Declaration bool? Rtl { get; } Property Value Type Description bool ScriptCode Declaration string ScriptCode { get; } Property Value Type Description string" - }, - "api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html": { - "href": "api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html", - "title": "Class AbstractCultureMetadataService", - "keywords": "Class AbstractCultureMetadataService Inheritance object AbstractCultureMetadataService EmbeddedCultureMetadataService Implements ICultureMetadataService Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Async CultureMetadataService Assembly : Sdl.Core.Globalization.Async.dll Syntax public abstract class AbstractCultureMetadataService : ICultureMetadataService Constructors AbstractCultureMetadataService() Declaration protected AbstractCultureMetadataService() Methods GetAllRegisteredProductsAsync() Declaration public Task GetAllRegisteredProductsAsync() Returns Type Description Task Product GetLanguageAsync(string, string) Declaration public Task GetLanguageAsync(string languageCodeInProduct, string productId) Parameters Type Name Description string languageCodeInProduct string productId Returns Type Description Task LanguageAndVariants GetLanguageMetadataAsync(string[]) Declaration public virtual Task GetLanguageMetadataAsync(string[] languageCodes = null) Parameters Type Name Description string languageCodes Returns Type Description Task LanguageMetadata GetLanguagesAsync(string[]) Declaration public virtual Task GetLanguagesAsync(string[] languageCodes = null) Parameters Type Name Description string languageCodes Returns Type Description Task LanguageAndVariants GetNeutralLanguagesAsync() Declaration public Task GetNeutralLanguagesAsync() Returns Type Description Task LanguageAndVariants GetNumberMetadataAsync(string[]) Declaration public Task GetNumberMetadataAsync(string[] languageCodes) Parameters Type Name Description string languageCodes Returns Type Description Task NumberMetadata GetSupportedLanguagesAsync(string) Declaration public Task GetSupportedLanguagesAsync(string productId) Parameters Type Name Description string productId Returns Type Description Task LanguageAndVariants GetUnitDefinitionsAsync() Declaration public Task GetUnitDefinitionsAsync() Returns Type Description Task UnitDefinition GetUnitMetadataAsync(string[]) Declaration public Task> GetUnitMetadataAsync(string[] languageCodes) Parameters Type Name Description string languageCodes Returns Type Description Task Dictionary string UnitMetadata GetVersionAsync() Declaration public Task GetVersionAsync() Returns Type Description Task string LoadLanguageMetadata(IEnumerable) Declaration protected void LoadLanguageMetadata(IEnumerable languageMetadataJson) Parameters Type Name Description IEnumerable string languageMetadataJson LoadLanguagesFromJson(string) Declaration protected void LoadLanguagesFromJson(string value) Parameters Type Name Description string value LoadNumberMetadata(IEnumerable) Declaration protected void LoadNumberMetadata(IEnumerable numberMetadataJson) Parameters Type Name Description IEnumerable string numberMetadataJson LoadUnitDefinitionsAndMetadata(string, IEnumerable) Declaration protected void LoadUnitDefinitionsAndMetadata(string unitDefinitionsJson, IEnumerable unitMetadataJson) Parameters Type Name Description string unitDefinitionsJson IEnumerable string unitMetadataJson SetDataVersion(string) Declaration protected void SetDataVersion(string dataVersion) Parameters Type Name Description string dataVersion Implements ICultureMetadataService" - }, - "api/core/Sdl.Core.Globalization.Async.CultureMetadataService.html": { - "href": "api/core/Sdl.Core.Globalization.Async.CultureMetadataService.html", - "title": "Namespace Sdl.Core.Globalization.Async.CultureMetadataService", - "keywords": "Namespace Sdl.Core.Globalization.Async.CultureMetadataService Classes AbstractCultureMetadataService" - }, - "api/core/Sdl.Core.Globalization.Async.DateTimePatternClassifier.html": { - "href": "api/core/Sdl.Core.Globalization.Async.DateTimePatternClassifier.html", - "title": "Class DateTimePatternClassifier", - "keywords": "Class DateTimePatternClassifier Inheritance object DateTimePatternClassifier Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Async Assembly : Sdl.Core.Globalization.Async.dll Syntax public class DateTimePatternClassifier Constructors DateTimePatternClassifier() Declaration public DateTimePatternClassifier() Methods ClassifyPattern(LanguageMetadata, string, PatternParsingHandler) Declaration public static PatternType ClassifyPattern(LanguageMetadata lm, string formatString, PatternParsingHandler handler) Parameters Type Name Description LanguageMetadata lm string formatString PatternParsingHandler handler Returns Type Description PatternType" - }, - "api/core/Sdl.Core.Globalization.Async.html": { - "href": "api/core/Sdl.Core.Globalization.Async.html", - "title": "Namespace Sdl.Core.Globalization.Async", - "keywords": "Namespace Sdl.Core.Globalization.Async Classes DateTimePatternClassifier PatternParsingHandler Enums PatternType" - }, - "api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html": { - "href": "api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html", - "title": "Class PatternParsingHandler", - "keywords": "Class PatternParsingHandler Inheritance object PatternParsingHandler Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Async Assembly : Sdl.Core.Globalization.Async.dll Syntax public class PatternParsingHandler Constructors PatternParsingHandler() Declaration public PatternParsingHandler() Properties AbbreviatedDay Declaration public Action AbbreviatedDay { get; set; } Property Value Type Description Action AbbreviatedMonth Declaration public Action AbbreviatedMonth { get; set; } Property Value Type Description Action AmPm Declaration public Action AmPm { get; set; } Property Value Type Description Action AmPmAbbreviated Declaration public Action AmPmAbbreviated { get; set; } Property Value Type Description Action Era Declaration public Action Era { get; set; } Property Value Type Description Action FullDay Declaration public Action FullDay { get; set; } Property Value Type Description Action FullMonth Declaration public Action FullMonth { get; set; } Property Value Type Description Action Hour12 Declaration public Action Hour12 { get; set; } Property Value Type Description Action Hour12LeadingZero Declaration public Action Hour12LeadingZero { get; set; } Property Value Type Description Action Hour24 Declaration public Action Hour24 { get; set; } Property Value Type Description Action Hour24LeadingZero Declaration public Action Hour24LeadingZero { get; set; } Property Value Type Description Action LiteralChar Declaration public Action LiteralChar { get; set; } Property Value Type Description Action char Minute Declaration public Action Minute { get; set; } Property Value Type Description Action MinuteLeadingZero Declaration public Action MinuteLeadingZero { get; set; } Property Value Type Description Action NumericDay Declaration public Action NumericDay { get; set; } Property Value Type Description Action NumericDayLeadingZero Declaration public Action NumericDayLeadingZero { get; set; } Property Value Type Description Action NumericMonth Declaration public Action NumericMonth { get; set; } Property Value Type Description Action NumericMonthLeadingZero Declaration public Action NumericMonthLeadingZero { get; set; } Property Value Type Description Action Second Declaration public Action Second { get; set; } Property Value Type Description Action SecondLeadingZero Declaration public Action SecondLeadingZero { get; set; } Property Value Type Description Action Space Declaration public Action Space { get; set; } Property Value Type Description Action Year2Digit Declaration public Action Year2Digit { get; set; } Property Value Type Description Action Year2DigitLeadingZero Declaration public Action Year2DigitLeadingZero { get; set; } Property Value Type Description Action Year4Digit Declaration public Action Year4Digit { get; set; } Property Value Type Description Action" - }, - "api/core/Sdl.Core.Globalization.Async.PatternType.html": { - "href": "api/core/Sdl.Core.Globalization.Async.PatternType.html", - "title": "Enum PatternType", - "keywords": "Enum PatternType Namespace : Sdl Sdl.Core Globalization Async Assembly : Sdl.Core.Globalization.Async.dll Syntax public enum PatternType Fields Name Description LongDate LongTime ShortDate ShortTime Unknown" + "keywords": "Class WordCounter This class is used to count the words of a segment. Inheritance System.Object WordCounter 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.ProjectAutomation.AutomaticTasks Assembly : Sdl.ProjectAutomation.AutomaticTasks.dll Syntax public class WordCounter Methods Count(ISegment) Gets the number of words in a segment, using the new tokenization method Declaration public CountData Count(ISegment segment) Parameters Type Name Description ISegment segment The segment where the count is performed Returns Type Description CountData Count(ISegment, Boolean) Count the words of a segment Declaration public CountData Count(ISegment segment, bool useNewTokenization) Parameters Type Name Description ISegment segment the segment to count words System.Boolean useNewTokenization Flag determining whether the new tokenization method should be used Returns Type Description CountData" }, "api/core/Sdl.Core.Globalization.Codepage.html": { "href": "api/core/Sdl.Core.Globalization.Codepage.html", "title": "Class Codepage", - "keywords": "Class Codepage Inheritance object Codepage Implements ICloneable Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.dll Syntax public class Codepage : ICloneable Constructors Codepage() Declaration public Codepage() Codepage(Codepage) Declaration protected Codepage(Codepage other) Parameters Type Name Description Codepage other Codepage(string) Declaration public Codepage(string codepageName) Parameters Type Name Description string codepageName Codepage(Encoding) Declaration public Codepage(Encoding encoding) Parameters Type Name Description Encoding encoding Properties Encoding Declaration public Encoding Encoding { get; set; } Property Value Type Description Encoding IsSupported Declaration public bool IsSupported { get; } Property Value Type Description bool IsValid Declaration public bool IsValid { get; } Property Value Type Description bool Name Declaration public string Name { get; set; } Property Value Type Description string Methods Clone() Declaration public object Clone() Returns Type Description object Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() ToString() Declaration public override string ToString() Returns Type Description string Overrides object.ToString() Implements ICloneable" + "keywords": "Class Codepage Inheritance System.Object Codepage Implements System.ICloneable Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.Core.Globalization Assembly : Sdl.Core.Globalization.dll Syntax public class Codepage : ICloneable Constructors Codepage() Declaration public Codepage() Codepage(Codepage) Declaration protected Codepage(Codepage other) Parameters Type Name Description Codepage other Codepage(String) Declaration public Codepage(string codepageName) Parameters Type Name Description System.String codepageName Codepage(Encoding) Declaration public Codepage(Encoding encoding) Parameters Type Name Description System.Text.Encoding encoding Properties Encoding Declaration public Encoding Encoding { get; set; } Property Value Type Description System.Text.Encoding IsSupported Declaration public bool IsSupported { get; } Property Value Type Description System.Boolean IsValid Declaration public bool IsValid { get; } Property Value Type Description System.Boolean Name Declaration public string Name { get; set; } Property Value Type Description System.String Methods Clone() Declaration public object Clone() Returns Type Description System.Object Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() ToString() Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Implements System.ICloneable" }, "api/core/Sdl.Core.Globalization.ConfirmationLevel.html": { "href": "api/core/Sdl.Core.Globalization.ConfirmationLevel.html", "title": "Enum ConfirmationLevel", - "keywords": "Enum ConfirmationLevel Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.dll Syntax [DataContract] public enum ConfirmationLevel Fields Name Description ApprovedSignOff ApprovedTranslation Draft RejectedSignOff RejectedTranslation Translated Unspecified" - }, - "api/core/Sdl.Core.Globalization.CoreCultureInfoExtensions.html": { - "href": "api/core/Sdl.Core.Globalization.CoreCultureInfoExtensions.html", - "title": "Class CoreCultureInfoExtensions", - "keywords": "Class CoreCultureInfoExtensions Inheritance object CoreCultureInfoExtensions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.Async.dll Syntax public static class CoreCultureInfoExtensions Methods CurrencyPrecedesNumber(CultureInfo) Declaration public static bool CurrencyPrecedesNumber(this CultureInfo ci) Parameters Type Name Description CultureInfo ci Returns Type Description bool" - }, - "api/core/Sdl.Core.Globalization.CultureCode.html": { - "href": "api/core/Sdl.Core.Globalization.CultureCode.html", - "title": "Class CultureCode", - "keywords": "Class CultureCode Inheritance object CultureCode Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.Async.dll Syntax public class CultureCode Constructors CultureCode(LanguageBase) Declaration public CultureCode(LanguageBase l) Parameters Type Name Description LanguageBase l CultureCode(CultureInfo) Declaration public CultureCode(CultureInfo ci) Parameters Type Name Description CultureInfo ci CultureCode(string) Declaration public CultureCode(string name) Parameters Type Name Description string name Properties InvariantCulture Declaration public static CultureInfo InvariantCulture { get; } Property Value Type Description CultureInfo Name Declaration public string Name { get; } Property Value Type Description string RegionNeutralName Declaration public string RegionNeutralName { get; } Property Value Type Description string Methods Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() ToString() Declaration public override string ToString() Returns Type Description string Overrides object.ToString() Operators implicit operator CultureInfo(CultureCode) Declaration public static implicit operator CultureInfo(CultureCode code) Parameters Type Name Description CultureCode code Returns Type Description CultureInfo implicit operator string(CultureCode) Declaration public static implicit operator string(CultureCode code) Parameters Type Name Description CultureCode code Returns Type Description string implicit operator CultureCode(LanguageBase) Declaration public static implicit operator CultureCode(LanguageBase l) Parameters Type Name Description LanguageBase l Returns Type Description CultureCode implicit operator CultureCode(CultureInfo) Declaration public static implicit operator CultureCode(CultureInfo ci) Parameters Type Name Description CultureInfo ci Returns Type Description CultureCode implicit operator CultureCode(string) Declaration public static implicit operator CultureCode(string name) Parameters Type Name Description string name Returns Type Description CultureCode" - }, - "api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.html": { - "href": "api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.html", - "title": "Class CultureMetadataException", - "keywords": "Class CultureMetadataException Inheritance object Exception CultureMetadataException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization CultureMetadataManager Assembly : Sdl.Core.Globalization.Async.dll Syntax public class CultureMetadataException : Exception, ISerializable, _Exception Constructors CultureMetadataException() Declaration public CultureMetadataException() CultureMetadataException(SerializationInfo, StreamingContext) Declaration protected CultureMetadataException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context CultureMetadataException(string) Declaration public CultureMetadataException(string msg) Parameters Type Name Description string msg CultureMetadataException(string, Exception) Declaration public CultureMetadataException(string message, Exception innerException) Parameters Type Name Description string message Exception innerException Implements ISerializable _Exception" - }, - "api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html": { - "href": "api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html", - "title": "Class CultureMetadataManager", - "keywords": "Class CultureMetadataManager Inheritance object CultureMetadataManager Implements ICultureMetadataManager IDisposable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization CultureMetadataManager Assembly : Sdl.Core.Globalization.Async.dll Syntax public class CultureMetadataManager : ICultureMetadataManager, IDisposable Methods Dispose() Declaration public void Dispose() Dispose(bool) Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description bool disposing GetAllNeutralLanguagesAsync(bool, bool) Declaration public Task GetAllNeutralLanguagesAsync(bool ignoreMachineCultures = false, bool excludeDeprecated = true) Parameters Type Name Description bool ignoreMachineCultures bool excludeDeprecated Returns Type Description Task LanguageBase GetAllRegisteredProductsAsync() Declaration public Task GetAllRegisteredProductsAsync() Returns Type Description Task Product GetAllSpecificLanguagesAsync(bool, bool) Declaration public Task GetAllSpecificLanguagesAsync(bool ignoreMachineCultures = false, bool excludeDeprecated = true) Parameters Type Name Description bool ignoreMachineCultures bool excludeDeprecated Returns Type Description Task LanguageBase GetAllUnitMetadataAsync(string) Declaration public Task> GetAllUnitMetadataAsync(string languageCode) Parameters Type Name Description string languageCode Returns Type Description Task List UnitMetadata GetAllUnitMetadataFromLabelAsync(string, string) Declaration public Task> GetAllUnitMetadataFromLabelAsync(string label, string languageCode) Parameters Type Name Description string label string languageCode Returns Type Description Task List UnitMetadata GetAlternativeLanguageCodesAsync(string, string) Declaration public Task> GetAlternativeLanguageCodesAsync(string productId, string languageCode) Parameters Type Name Description string productId string languageCode Returns Type Description Task IList AlternativeLanguageCode GetApplicableLanguageMetadataAsync(string[]) Declaration public Task GetApplicableLanguageMetadataAsync(string[] languageCodes) Parameters Type Name Description string languageCodes Returns Type Description Task LanguageMetadata GetDataVersionAsync() Declaration public Task GetDataVersionAsync() Returns Type Description Task string GetLanguageAsync(string) Declaration public Task GetLanguageAsync(string languageCode) Parameters Type Name Description string languageCode Returns Type Description Task LanguageBase GetLanguageAsync(string, string) Declaration public Task GetLanguageAsync(string languageCodeInProduct, string productId) Parameters Type Name Description string languageCodeInProduct string productId Returns Type Description Task LanguageBase GetLanguageMetadataAsync(string[]) Declaration public Task GetLanguageMetadataAsync(string[] languageCodes = null) Parameters Type Name Description string languageCodes Returns Type Description Task LanguageMetadata GetLanguagesAsync(string[], bool, bool) Declaration public Task GetLanguagesAsync(string[] languageCodes = null, bool ignoreMachineCulturesUnlessNamed = false, bool excludeDeprecatedUnlessNamed = true) Parameters Type Name Description string languageCodes bool ignoreMachineCulturesUnlessNamed bool excludeDeprecatedUnlessNamed Returns Type Description Task LanguageBase GetNumberMetadataAsync(string) Declaration public Task GetNumberMetadataAsync(string languageCode) Parameters Type Name Description string languageCode Returns Type Description Task NumberMetadata GetPreferredLabelValueSetAsync(string, string) Declaration public Task GetPreferredLabelValueSetAsync(string unitKey, string languageCode) Parameters Type Name Description string unitKey string languageCode Returns Type Description Task LabelValueSet GetScriptDetailsAsync(string) Declaration public Task GetScriptDetailsAsync(string scriptCode = null) Parameters Type Name Description string scriptCode Returns Type Description Task IScriptDetails GetStableCultureInfoAsync(string) Declaration public Task GetStableCultureInfoAsync(string languageCode) Parameters Type Name Description string languageCode Returns Type Description Task StableCultureInfo GetStableCultureInfosAsync(string[]) Declaration public Task GetStableCultureInfosAsync(string[] languageCodes) Parameters Type Name Description string languageCodes Returns Type Description Task StableCultureInfo GetSupportedLanguagesAsync(string) Declaration public Task GetSupportedLanguagesAsync(string productId) Parameters Type Name Description string productId Returns Type Description Task LanguageBase GetUnitDefinitionsAsync() Declaration public Task GetUnitDefinitionsAsync() Returns Type Description Task UnitDefinition GetUnitMetadataAsync(string) Declaration public Task> GetUnitMetadataAsync(string languageCode) Parameters Type Name Description string languageCode Returns Type Description Task List UnitMetadata GetUnitMetadataFromKeyAsync(string, string) Declaration public Task<(UnitMetadata unitMetadata, string languageCodeFound)> GetUnitMetadataFromKeyAsync(string unitKey, string languageCode) Parameters Type Name Description string unitKey string languageCode Returns Type Description Task UnitMetadata System.ValueTuple{Sdl.Core.Globalization.UnitMetadata.UnitMetadata,System.String}.unitMetadata string System.ValueTuple{Sdl.Core.Globalization.UnitMetadata.UnitMetadata,System.String}.languageCodeFound GetUnitMetadataFromLabelAsync(string, string) Declaration public Task GetUnitMetadataFromLabelAsync(string label, string languageCode) Parameters Type Name Description string label string languageCode Returns Type Description Task UnitMetadata Implements ICultureMetadataManager IDisposable" - }, - "api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.html": { - "href": "api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.html", - "title": "Class CultureMetadataManagerSettings", - "keywords": "Class CultureMetadataManagerSettings Inheritance object CultureMetadataManagerSettings Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization CultureMetadataManager Assembly : Sdl.Core.Globalization.Async.dll Syntax public class CultureMetadataManagerSettings Constructors CultureMetadataManagerSettings() Declaration public CultureMetadataManagerSettings() Properties DataVersionCheckIntervalSeconds Declaration [JsonProperty(\"dataVersionCheckIntervalSeconds\")] public int DataVersionCheckIntervalSeconds { get; set; } Property Value Type Description int IncludeMachineCultures Declaration [JsonProperty(\"includeMachineCultures\")] public bool IncludeMachineCultures { get; set; } Property Value Type Description bool" - }, - "api/core/Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager.html": { - "href": "api/core/Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager.html", - "title": "Class DesktopCultureMetadataManager", - "keywords": "Class DesktopCultureMetadataManager Inheritance object DesktopCultureMetadataManager Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization CultureMetadataManager Assembly : Sdl.Core.Globalization.Async.dll Syntax public static class DesktopCultureMetadataManager Properties Instance Declaration public static ICultureMetadataManager Instance { get; } Property Value Type Description ICultureMetadataManager" - }, - "api/core/Sdl.Core.Globalization.CultureMetadataManager.html": { - "href": "api/core/Sdl.Core.Globalization.CultureMetadataManager.html", - "title": "Namespace Sdl.Core.Globalization.CultureMetadataManager", - "keywords": "Namespace Sdl.Core.Globalization.CultureMetadataManager Classes CultureMetadataException CultureMetadataManager CultureMetadataManagerSettings DesktopCultureMetadataManager Interfaces ICultureMetadataManager" - }, - "api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html": { - "href": "api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html", - "title": "Interface ICultureMetadataManager", - "keywords": "Interface ICultureMetadataManager Namespace : Sdl Sdl.Core Globalization CultureMetadataManager Assembly : Sdl.Core.Globalization.Async.dll Syntax public interface ICultureMetadataManager Methods GetAllNeutralLanguagesAsync(bool, bool) Declaration Task GetAllNeutralLanguagesAsync(bool ignoreMachineCultures = false, bool excludeDeprecated = true) Parameters Type Name Description bool ignoreMachineCultures bool excludeDeprecated Returns Type Description Task LanguageBase GetAllRegisteredProductsAsync() Declaration Task GetAllRegisteredProductsAsync() Returns Type Description Task Product GetAllSpecificLanguagesAsync(bool, bool) Declaration Task GetAllSpecificLanguagesAsync(bool ignoreMachineCultures = false, bool excludeDeprecated = true) Parameters Type Name Description bool ignoreMachineCultures bool excludeDeprecated Returns Type Description Task LanguageBase GetAllUnitMetadataAsync(string) Declaration Task> GetAllUnitMetadataAsync(string languageCode) Parameters Type Name Description string languageCode Returns Type Description Task List UnitMetadata GetAllUnitMetadataFromLabelAsync(string, string) Declaration Task> GetAllUnitMetadataFromLabelAsync(string label, string languageCode) Parameters Type Name Description string label string languageCode Returns Type Description Task List UnitMetadata GetAlternativeLanguageCodesAsync(string, string) Declaration Task> GetAlternativeLanguageCodesAsync(string productId, string languageCode) Parameters Type Name Description string productId string languageCode Returns Type Description Task IList AlternativeLanguageCode GetApplicableLanguageMetadataAsync(string[]) Declaration Task GetApplicableLanguageMetadataAsync(string[] languageCodes) Parameters Type Name Description string languageCodes Returns Type Description Task LanguageMetadata GetDataVersionAsync() Declaration Task GetDataVersionAsync() Returns Type Description Task string GetLanguageAsync(string) Declaration Task GetLanguageAsync(string languageCode) Parameters Type Name Description string languageCode Returns Type Description Task LanguageBase GetLanguageAsync(string, string) Declaration Task GetLanguageAsync(string languageCodeInProduct, string productId) Parameters Type Name Description string languageCodeInProduct string productId Returns Type Description Task LanguageBase GetLanguageMetadataAsync(string[]) Declaration Task GetLanguageMetadataAsync(string[] languageCodes = null) Parameters Type Name Description string languageCodes Returns Type Description Task LanguageMetadata GetLanguagesAsync(string[], bool, bool) Declaration Task GetLanguagesAsync(string[] languageCodes = null, bool ignoreMachineCulturesUnlessNamed = false, bool excludeDeprecatedUnlessNamed = true) Parameters Type Name Description string languageCodes bool ignoreMachineCulturesUnlessNamed bool excludeDeprecatedUnlessNamed Returns Type Description Task LanguageBase GetNumberMetadataAsync(string) Declaration Task GetNumberMetadataAsync(string languageCode) Parameters Type Name Description string languageCode Returns Type Description Task NumberMetadata GetPreferredLabelValueSetAsync(string, string) Declaration Task GetPreferredLabelValueSetAsync(string unitKey, string languageCode) Parameters Type Name Description string unitKey string languageCode Returns Type Description Task LabelValueSet GetScriptDetailsAsync(string) Declaration Task GetScriptDetailsAsync(string scriptCode = null) Parameters Type Name Description string scriptCode Returns Type Description Task IScriptDetails GetStableCultureInfoAsync(string) Declaration Task GetStableCultureInfoAsync(string languageCode) Parameters Type Name Description string languageCode Returns Type Description Task StableCultureInfo GetStableCultureInfosAsync(string[]) Declaration Task GetStableCultureInfosAsync(string[] languageCodes) Parameters Type Name Description string languageCodes Returns Type Description Task StableCultureInfo GetSupportedLanguagesAsync(string) Declaration Task GetSupportedLanguagesAsync(string productId) Parameters Type Name Description string productId Returns Type Description Task LanguageBase GetUnitDefinitionsAsync() Declaration Task GetUnitDefinitionsAsync() Returns Type Description Task UnitDefinition GetUnitMetadataAsync(string) Declaration Task> GetUnitMetadataAsync(string languageCode) Parameters Type Name Description string languageCode Returns Type Description Task List UnitMetadata GetUnitMetadataFromKeyAsync(string, string) Declaration Task<(UnitMetadata unitMetadata, string languageCodeFound)> GetUnitMetadataFromKeyAsync(string unitKey, string languageCode) Parameters Type Name Description string unitKey string languageCode Returns Type Description Task UnitMetadata System.ValueTuple{Sdl.Core.Globalization.UnitMetadata.UnitMetadata,System.String}.unitMetadata string System.ValueTuple{Sdl.Core.Globalization.UnitMetadata.UnitMetadata,System.String}.languageCodeFound GetUnitMetadataFromLabelAsync(string, string) Declaration Task GetUnitMetadataFromLabelAsync(string label, string languageCode) Parameters Type Name Description string label string languageCode Returns Type Description Task UnitMetadata" - }, - "api/core/Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.html": { - "href": "api/core/Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.html", - "title": "Class EmbeddedCultureMetadataService", - "keywords": "Class EmbeddedCultureMetadataService Inheritance object AbstractCultureMetadataService EmbeddedCultureMetadataService Implements ICultureMetadataService Inherited Members AbstractCultureMetadataService.LoadLanguageMetadata(IEnumerable) AbstractCultureMetadataService.LoadUnitDefinitionsAndMetadata(string, IEnumerable) AbstractCultureMetadataService.LoadNumberMetadata(IEnumerable) AbstractCultureMetadataService.GetVersionAsync() AbstractCultureMetadataService.GetLanguageAsync(string, string) AbstractCultureMetadataService.GetLanguagesAsync(string[]) AbstractCultureMetadataService.GetNeutralLanguagesAsync() AbstractCultureMetadataService.GetSupportedLanguagesAsync(string) AbstractCultureMetadataService.GetAllRegisteredProductsAsync() AbstractCultureMetadataService.GetLanguageMetadataAsync(string[]) AbstractCultureMetadataService.GetNumberMetadataAsync(string[]) AbstractCultureMetadataService.GetUnitDefinitionsAsync() AbstractCultureMetadataService.GetUnitMetadataAsync(string[]) AbstractCultureMetadataService.SetDataVersion(string) AbstractCultureMetadataService.LoadLanguagesFromJson(string) object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization CultureMetadataService Assembly : Sdl.Core.Globalization.Async.dll Syntax public class EmbeddedCultureMetadataService : AbstractCultureMetadataService, ICultureMetadataService Constructors EmbeddedCultureMetadataService() Declaration public EmbeddedCultureMetadataService() Implements ICultureMetadataService" - }, - "api/core/Sdl.Core.Globalization.CultureMetadataService.html": { - "href": "api/core/Sdl.Core.Globalization.CultureMetadataService.html", - "title": "Namespace Sdl.Core.Globalization.CultureMetadataService", - "keywords": "Namespace Sdl.Core.Globalization.CultureMetadataService Classes EmbeddedCultureMetadataService LanguageAndVariants Interfaces ICultureMetadataService" - }, - "api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html": { - "href": "api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html", - "title": "Interface ICultureMetadataService", - "keywords": "Interface ICultureMetadataService Namespace : Sdl Sdl.Core Globalization CultureMetadataService Assembly : Sdl.Core.Globalization.Async.dll Syntax public interface ICultureMetadataService Methods GetAllRegisteredProductsAsync() Declaration Task GetAllRegisteredProductsAsync() Returns Type Description Task Product GetLanguageAsync(string, string) Declaration Task GetLanguageAsync(string languageCodeInProduct, string productId) Parameters Type Name Description string languageCodeInProduct string productId Returns Type Description Task LanguageAndVariants GetLanguageMetadataAsync(string[]) Declaration Task GetLanguageMetadataAsync(string[] languageCodes = null) Parameters Type Name Description string languageCodes Returns Type Description Task LanguageMetadata GetLanguagesAsync(string[]) Declaration Task GetLanguagesAsync(string[] languageCodes = null) Parameters Type Name Description string languageCodes Returns Type Description Task LanguageAndVariants GetNeutralLanguagesAsync() Declaration Task GetNeutralLanguagesAsync() Returns Type Description Task LanguageAndVariants GetNumberMetadataAsync(string[]) Declaration Task GetNumberMetadataAsync(string[] languageCodes) Parameters Type Name Description string languageCodes Returns Type Description Task NumberMetadata GetSupportedLanguagesAsync(string) Declaration Task GetSupportedLanguagesAsync(string productId) Parameters Type Name Description string productId Returns Type Description Task LanguageAndVariants GetUnitDefinitionsAsync() Declaration Task GetUnitDefinitionsAsync() Returns Type Description Task UnitDefinition GetUnitMetadataAsync(string[]) Declaration Task> GetUnitMetadataAsync(string[] languageCodes) Parameters Type Name Description string languageCodes Returns Type Description Task Dictionary string UnitMetadata GetVersionAsync() Declaration Task GetVersionAsync() Returns Type Description Task string" - }, - "api/core/Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.html": { - "href": "api/core/Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.html", - "title": "Class LanguageAndVariants", - "keywords": "Class LanguageAndVariants Inheritance object LanguageAndVariants Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization CultureMetadataService Assembly : Sdl.Core.Globalization.Async.dll Syntax public class LanguageAndVariants Constructors LanguageAndVariants() Declaration public LanguageAndVariants() Properties LanguageData Declaration public LanguageData LanguageData { get; set; } Property Value Type Description LanguageData RegionSpecificLanguageCodes Declaration public string[] RegionSpecificLanguageCodes { get; set; } Property Value Type Description string" - }, - "api/core/Sdl.Core.Globalization.DataVersion.DataVersion.html": { - "href": "api/core/Sdl.Core.Globalization.DataVersion.DataVersion.html", - "title": "Class DataVersion", - "keywords": "Class DataVersion Inheritance object DataVersion Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization DataVersion Assembly : Sdl.Core.Globalization.Async.dll Syntax public class DataVersion Constructors DataVersion() Declaration public DataVersion() Properties Version Declaration [JsonProperty(Order = 1)] public string Version { get; set; } Property Value Type Description string" - }, - "api/core/Sdl.Core.Globalization.DataVersion.html": { - "href": "api/core/Sdl.Core.Globalization.DataVersion.html", - "title": "Namespace Sdl.Core.Globalization.DataVersion", - "keywords": "Namespace Sdl.Core.Globalization.DataVersion Classes DataVersion" + "keywords": "Enum ConfirmationLevel Namespace : Sdl.Core.Globalization Assembly : Sdl.Core.Globalization.dll Syntax public enum ConfirmationLevel Fields Name Description ApprovedSignOff ApprovedTranslation Draft RejectedSignOff RejectedTranslation Translated Unspecified" }, "api/core/Sdl.Core.Globalization.html": { "href": "api/core/Sdl.Core.Globalization.html", "title": "Namespace Sdl.Core.Globalization", - "keywords": "Namespace Sdl.Core.Globalization Classes Codepage CoreCultureInfoExtensions CultureCode Language LanguageBase LanguageCancelEventArgs LanguageData LanguageDataContainer LanguageDisplaySettings LanguageEventArgs LegacyAsyncHelpers LegacySdlxLanguage LocalizableString StableCultureInfo UnsupportedCodepageException UnsupportedLanguageException Structs LegacyTradosLanguage Enums ConfirmationLevel LanguageBase.EvaluationResult LanguageFormat" + "keywords": "Namespace Sdl.Core.Globalization Classes Codepage Language LanguageCancelEventArgs LanguageEventArgs LegacySdlxLanguage LocalizableString UnsupportedCodepageException Structs LegacyTradosLanguage Enums ConfirmationLevel" }, "api/core/Sdl.Core.Globalization.Language.html": { "href": "api/core/Sdl.Core.Globalization.Language.html", "title": "Class Language", - "keywords": "Class Language Inheritance object LanguageData LanguageBase Language Implements ICloneable IDeserializationCallback Inherited Members LanguageBase.CultureMetadataManager LanguageBase._isoAbbreviation LanguageBase._lazyCultureInfo LanguageBase._evaluationResult LanguageBase._regionalVariantsResult LanguageBase._defaultSpecificLanguageResult LanguageBase._defaultSpecificLanguageRetrievalAttempted LanguageBase.IsNullOrInvalid(LanguageBase) LanguageBase.Equals(string, string) LanguageBase.Equals(LanguageBase, LanguageBase) LanguageBase.GetCultureInfoAsync() LanguageBase.GetIsSupportedAsync() LanguageBase.GetRegionalVariantsAsync() LanguageBase.GetParentLanguageAsync() LanguageBase.GetDefaultSpecificLanguageAsync() LanguageBase.GetDisplayNameAsync() LanguageBase.GetDisplayNameAsync(LanguageFormat, bool) LanguageBase.FormatIsoCode(string, bool) LanguageBase.Equals(object) LanguageBase.ToString() LanguageBase.GetHashCode() LanguageBase.IsoAbbreviation LanguageBase.DefaultDisplaySettings LanguageBase.UseBlankAsWordSeparator LanguageBase.UseBlankAsSentenceSeparator LanguageBase.IsValid LanguageBase.UsesCharacterCounts LanguageBase.LanguageCode LanguageData.EnglishName LanguageData.IsNeutral LanguageData.Direction LanguageData.ParentLanguageCode LanguageData.DefaultSpecificLanguageCode LanguageData.Script LanguageData.SupportedProducts LanguageData.LanguageGroup LanguageData.IsDeprecated LanguageData.Aliases object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.dll Syntax [DataContract] public class Language : LanguageBase, ICloneable, IDeserializationCallback Constructors Language() Declaration public Language() Language(CultureInfo) Declaration [Obsolete(\"Use GetLanguageAsync\")] public Language(CultureInfo cultureInfo) Parameters Type Name Description CultureInfo cultureInfo Language(string) Declaration public Language(string isoAbbreviation) Parameters Type Name Description string isoAbbreviation Properties CultureInfo Declaration [IgnoreDataMember] public CultureInfo CultureInfo { get; } Property Value Type Description CultureInfo DefaultSpecificCulture Declaration [JsonIgnore] [Obsolete(\"Obsolete, use DefaultSpecificLanguage\")] public Language DefaultSpecificCulture { get; set; } Property Value Type Description Language DefaultSpecificCultureCode Declaration [DataMember] [Obsolete(\"Obsolete, use DefaultSpecificLanguageCode\")] [JsonIgnore] public string DefaultSpecificCultureCode { get; set; } Property Value Type Description string DefaultSpecificLanguage Declaration [JsonIgnore] public Language DefaultSpecificLanguage { get; set; } Property Value Type Description Language DisplayName Declaration public string DisplayName { get; } Property Value Type Description string Image Declaration [Obsolete(\"Obsolete, use GetFlagImage\")] public Image Image { get; } Property Value Type Description Image IsSupported Declaration public bool IsSupported { get; } Property Value Type Description bool LdmlData Declaration [JsonIgnore] public string LdmlData { get; } Property Value Type Description string ParentIsoCode Declaration [DataMember] [Obsolete(\"Obsolete, use ParentLanguageCode\")] [JsonIgnore] public string ParentIsoCode { get; set; } Property Value Type Description string ParentLanguage Declaration [JsonIgnore] public Language ParentLanguage { get; } Property Value Type Description Language RegionalVariants Declaration [JsonIgnore] public IList RegionalVariants { get; } Property Value Type Description IList Language Methods Clone() Declaration public object Clone() Returns Type Description object GetAlternativeLanguageCodes(string) Declaration [Obsolete(\"Obsolete, use LanguageRegistryApi.GetAlternativeLanguageCodes\")] public string[] GetAlternativeLanguageCodes(string productId) Parameters Type Name Description string productId Returns Type Description string GetDisplayName(LanguageFormat, bool) Declaration public string GetDisplayName(LanguageFormat languageFormat, bool includeCountry) Parameters Type Name Description LanguageFormat languageFormat bool includeCountry Returns Type Description string GetFlagImage(bool, float, int) Declaration public Image GetFlagImage(bool useFlag = true, float scaleFactor = 1, int baseSize = 24) Parameters Type Name Description bool useFlag float scaleFactor int baseSize Returns Type Description Image GetImage(bool) Declaration [Obsolete(\"Obsolete, use GetFlagImage\")] public Image GetImage(bool useFlag) Parameters Type Name Description bool useFlag Returns Type Description Image OnDeserialization(object) Declaration public void OnDeserialization(object sender) Parameters Type Name Description object sender ToLanguage(LanguageBase) Declaration public static Language ToLanguage(LanguageBase l) Parameters Type Name Description LanguageBase l Returns Type Description Language Implements ICloneable IDeserializationCallback" - }, - "api/core/Sdl.Core.Globalization.LanguageBase.EvaluationResult.html": { - "href": "api/core/Sdl.Core.Globalization.LanguageBase.EvaluationResult.html", - "title": "Enum LanguageBase.EvaluationResult", - "keywords": "Enum LanguageBase.EvaluationResult Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.Async.dll Syntax protected enum LanguageBase.EvaluationResult Fields Name Description NotSupported NotTested Supported" - }, - "api/core/Sdl.Core.Globalization.LanguageBase.html": { - "href": "api/core/Sdl.Core.Globalization.LanguageBase.html", - "title": "Class LanguageBase", - "keywords": "Class LanguageBase Inheritance object LanguageData LanguageBase Language Inherited Members LanguageData.EnglishName LanguageData.IsNeutral LanguageData.Direction LanguageData.ParentLanguageCode LanguageData.DefaultSpecificLanguageCode LanguageData.Script LanguageData.SupportedProducts LanguageData.LanguageGroup LanguageData.IsDeprecated LanguageData.Aliases object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.Async.dll Syntax [DataContract] public class LanguageBase : LanguageData Constructors LanguageBase(ICultureMetadataManager) Declaration protected LanguageBase(ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description ICultureMetadataManager cultureMetadataManager Fields CultureMetadataManager Declaration protected ICultureMetadataManager CultureMetadataManager Field Value Type Description ICultureMetadataManager _defaultSpecificLanguageResult Declaration protected LanguageBase _defaultSpecificLanguageResult Field Value Type Description LanguageBase _defaultSpecificLanguageRetrievalAttempted Declaration protected bool _defaultSpecificLanguageRetrievalAttempted Field Value Type Description bool _evaluationResult Declaration protected LanguageBase.EvaluationResult _evaluationResult Field Value Type Description LanguageBase EvaluationResult _isoAbbreviation Declaration protected string _isoAbbreviation Field Value Type Description string _lazyCultureInfo Declaration protected CultureInfo _lazyCultureInfo Field Value Type Description CultureInfo _regionalVariantsResult Declaration protected IList _regionalVariantsResult Field Value Type Description IList LanguageBase Properties DefaultDisplaySettings Declaration public static LanguageDisplaySettings DefaultDisplaySettings { get; } Property Value Type Description LanguageDisplaySettings IsValid Declaration public bool IsValid { get; } Property Value Type Description bool IsoAbbreviation Declaration [DataMember] [JsonIgnore] public string IsoAbbreviation { get; } Property Value Type Description string LanguageCode Declaration [DataMember] [JsonProperty(Order = 1)] public override string LanguageCode { get; set; } Property Value Type Description string Overrides LanguageData.LanguageCode UseBlankAsSentenceSeparator Declaration public bool UseBlankAsSentenceSeparator { get; } Property Value Type Description bool UseBlankAsWordSeparator Declaration public bool UseBlankAsWordSeparator { get; } Property Value Type Description bool UsesCharacterCounts Declaration public bool UsesCharacterCounts { get; } Property Value Type Description bool Methods Equals(LanguageBase, LanguageBase) Declaration public static bool Equals(LanguageBase language1, LanguageBase language2) Parameters Type Name Description LanguageBase language1 LanguageBase language2 Returns Type Description bool Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) Equals(string, string) Declaration public static bool Equals(string isoAbbreviation1, string isoAbbreviation2) Parameters Type Name Description string isoAbbreviation1 string isoAbbreviation2 Returns Type Description bool FormatIsoCode(string, bool) Declaration protected static string FormatIsoCode(string isoCode, bool includeCountry) Parameters Type Name Description string isoCode bool includeCountry Returns Type Description string GetCultureInfoAsync() Declaration public Task GetCultureInfoAsync() Returns Type Description Task CultureInfo GetDefaultSpecificLanguageAsync() Declaration public Task GetDefaultSpecificLanguageAsync() Returns Type Description Task LanguageBase GetDisplayNameAsync() Declaration public Task GetDisplayNameAsync() Returns Type Description Task string GetDisplayNameAsync(LanguageFormat, bool) Declaration public Task GetDisplayNameAsync(LanguageFormat languageFormat, bool includeCountry) Parameters Type Name Description LanguageFormat languageFormat bool includeCountry Returns Type Description Task string GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() GetIsSupportedAsync() Declaration public Task GetIsSupportedAsync() Returns Type Description Task bool GetParentLanguageAsync() Declaration public Task GetParentLanguageAsync() Returns Type Description Task LanguageBase GetRegionalVariantsAsync() Declaration public Task> GetRegionalVariantsAsync() Returns Type Description Task IList LanguageBase IsNullOrInvalid(LanguageBase) Declaration public static bool IsNullOrInvalid(LanguageBase language) Parameters Type Name Description LanguageBase language Returns Type Description bool ToString() Declaration public override string ToString() Returns Type Description string Overrides object.ToString()" + "keywords": "Class Language Inheritance System.Object Language Implements System.ICloneable System.Runtime.Serialization.IDeserializationCallback Namespace : Sdl.Core.Globalization Assembly : Sdl.Core.Globalization.dll Syntax public class Language : LanguageBase, ICloneable, IDeserializationCallback Constructors Language() Declaration public Language() Language(CultureInfo) Declaration [Obsolete(\"Use GetLanguageAsync\")] public Language(CultureInfo cultureInfo) Parameters Type Name Description System.Globalization.CultureInfo cultureInfo Language(String) Declaration public Language(string isoAbbreviation) Parameters Type Name Description System.String isoAbbreviation Properties CultureInfo Declaration public CultureInfo CultureInfo { get; } Property Value Type Description System.Globalization.CultureInfo DefaultSpecificCulture Declaration [Obsolete(\"Obsolete, use DefaultSpecificLanguage\")] public Language DefaultSpecificCulture { get; set; } Property Value Type Description Language DefaultSpecificCultureCode Declaration [Obsolete(\"Obsolete, use DefaultSpecificLanguageCode\")] public string DefaultSpecificCultureCode { get; set; } Property Value Type Description System.String DefaultSpecificLanguage Declaration public Language DefaultSpecificLanguage { get; set; } Property Value Type Description Language DisplayName Declaration public string DisplayName { get; } Property Value Type Description System.String Image Declaration [Obsolete(\"Obsolete, use GetFlagImage\")] public Image Image { get; } Property Value Type Description System.Drawing.Image IsSupported Declaration public bool IsSupported { get; } Property Value Type Description System.Boolean LdmlData Declaration public string LdmlData { get; } Property Value Type Description System.String ParentIsoCode Declaration [Obsolete(\"Obsolete, use ParentLanguageCode\")] public string ParentIsoCode { get; set; } Property Value Type Description System.String ParentLanguage Declaration public Language ParentLanguage { get; } Property Value Type Description Language RegionalVariants Declaration public IList RegionalVariants { get; } Property Value Type Description System.Collections.Generic.IList < Language > Methods Clone() Declaration public object Clone() Returns Type Description System.Object GetAlternativeLanguageCodes(String) Declaration [Obsolete(\"Obsolete, use LanguageRegistryApi.GetAlternativeLanguageCodes\")] public string[] GetAlternativeLanguageCodes(string productId) Parameters Type Name Description System.String productId Returns Type Description System.String [] GetDisplayName(LanguageFormat, Boolean) Declaration public string GetDisplayName(LanguageFormat languageFormat, bool includeCountry) Parameters Type Name Description Sdl.Core.Globalization.LanguageFormat languageFormat System.Boolean includeCountry Returns Type Description System.String GetFlagImage(Boolean, Single, Int32) Declaration public Image GetFlagImage(bool useFlag = true, float scaleFactor = 1F, int baseSize = 24) Parameters Type Name Description System.Boolean useFlag System.Single scaleFactor System.Int32 baseSize Returns Type Description System.Drawing.Image GetImage(Boolean) Declaration [Obsolete(\"Obsolete, use GetFlagImage\")] public Image GetImage(bool useFlag) Parameters Type Name Description System.Boolean useFlag Returns Type Description System.Drawing.Image OnDeserialization(Object) Declaration public void OnDeserialization(object sender) Parameters Type Name Description System.Object sender ToLanguage(LanguageBase) Declaration public static Language ToLanguage(LanguageBase l) Parameters Type Name Description Sdl.Core.Globalization.LanguageBase l Returns Type Description Language Implements System.ICloneable System.Runtime.Serialization.IDeserializationCallback" }, "api/core/Sdl.Core.Globalization.LanguageCancelEventArgs.html": { "href": "api/core/Sdl.Core.Globalization.LanguageCancelEventArgs.html", "title": "Class LanguageCancelEventArgs", - "keywords": "Class LanguageCancelEventArgs Inheritance object EventArgs CancelEventArgs LanguageCancelEventArgs Inherited Members CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.dll Syntax public class LanguageCancelEventArgs : CancelEventArgs Constructors LanguageCancelEventArgs(Language) Declaration public LanguageCancelEventArgs(Language language) Parameters Type Name Description Language language Properties Language Declaration public Language Language { get; } Property Value Type Description Language" - }, - "api/core/Sdl.Core.Globalization.LanguageData.html": { - "href": "api/core/Sdl.Core.Globalization.LanguageData.html", - "title": "Class LanguageData", - "keywords": "Class LanguageData Inheritance object LanguageData LanguageBase Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.Async.dll Syntax [DataContract] public class LanguageData Constructors LanguageData() Declaration public LanguageData() Properties Aliases Declaration [DataMember] [JsonProperty(NullValueHandling = NullValueHandling.Ignore, Order = 11)] public List Aliases { get; set; } Property Value Type Description List string DefaultSpecificLanguageCode Declaration [DataMember] [JsonProperty(NullValueHandling = NullValueHandling.Ignore, Order = 6)] public string DefaultSpecificLanguageCode { get; set; } Property Value Type Description string Direction Declaration [DataMember] [JsonProperty(Order = 4)] [Obsolete(\"Use IScriptDetails.Rtl\")] public string Direction { get; set; } Property Value Type Description string EnglishName Declaration [DataMember] [JsonProperty(Order = 2)] public string EnglishName { get; set; } Property Value Type Description string IsDeprecated Declaration [DataMember] [JsonProperty(DefaultValueHandling = DefaultValueHandling.Ignore, Order = 10)] public bool IsDeprecated { get; set; } Property Value Type Description bool IsNeutral Declaration [JsonProperty(Order = 3)] public bool IsNeutral { get; set; } Property Value Type Description bool LanguageCode Declaration [DataMember] [JsonProperty(Order = 1)] public virtual string LanguageCode { get; set; } Property Value Type Description string LanguageGroup Declaration [DataMember] [JsonProperty(NullValueHandling = NullValueHandling.Ignore, Order = 9)] public string LanguageGroup { get; set; } Property Value Type Description string ParentLanguageCode Declaration [DataMember] [JsonProperty(DefaultValueHandling = DefaultValueHandling.Ignore, NullValueHandling = NullValueHandling.Ignore, Order = 5)] public string ParentLanguageCode { get; set; } Property Value Type Description string Script Declaration [JsonProperty(Order = 7)] public string Script { get; set; } Property Value Type Description string SupportedProducts Declaration [JsonProperty(Order = 8)] [JsonConverter(typeof(ProductDictionaryConverter))] public Dictionary> SupportedProducts { get; set; } Property Value Type Description Dictionary Product List AlternativeLanguageCode" - }, - "api/core/Sdl.Core.Globalization.LanguageDataContainer.html": { - "href": "api/core/Sdl.Core.Globalization.LanguageDataContainer.html", - "title": "Class LanguageDataContainer", - "keywords": "Class LanguageDataContainer Inheritance object LanguageDataContainer Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.Async.dll Syntax public class LanguageDataContainer Constructors LanguageDataContainer() Declaration public LanguageDataContainer() Fields AllLanguages Declaration [JsonProperty(Order = 2)] public IList AllLanguages Field Value Type Description IList LanguageData" - }, - "api/core/Sdl.Core.Globalization.LanguageDisplaySettings.html": { - "href": "api/core/Sdl.Core.Globalization.LanguageDisplaySettings.html", - "title": "Class LanguageDisplaySettings", - "keywords": "Class LanguageDisplaySettings Inheritance object LanguageDisplaySettings Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.Async.dll Syntax public sealed class LanguageDisplaySettings Properties Format Declaration public LanguageFormat Format { get; set; } Property Value Type Description LanguageFormat IncludeCountry Declaration public bool IncludeCountry { get; set; } Property Value Type Description bool UseFlags Declaration public bool UseFlags { get; set; } Property Value Type Description bool Events SettingsChanged Declaration public event EventHandler SettingsChanged Event Type Type Description EventHandler" + "keywords": "Class LanguageCancelEventArgs Inheritance System.Object LanguageCancelEventArgs Namespace : Sdl.Core.Globalization Assembly : Sdl.Core.Globalization.dll Syntax public class LanguageCancelEventArgs : CancelEventArgs Constructors LanguageCancelEventArgs(Language) Declaration public LanguageCancelEventArgs(Language language) Parameters Type Name Description Language language Properties Language Declaration public Language Language { get; } Property Value Type Description Language" }, "api/core/Sdl.Core.Globalization.LanguageEventArgs.html": { "href": "api/core/Sdl.Core.Globalization.LanguageEventArgs.html", "title": "Class LanguageEventArgs", - "keywords": "Class LanguageEventArgs Inheritance object EventArgs LanguageEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.dll Syntax public class LanguageEventArgs : EventArgs Constructors LanguageEventArgs(Language) Declaration public LanguageEventArgs(Language language) Parameters Type Name Description Language language Properties Language Declaration public Language Language { get; } Property Value Type Description Language" - }, - "api/core/Sdl.Core.Globalization.LanguageFormat.html": { - "href": "api/core/Sdl.Core.Globalization.LanguageFormat.html", - "title": "Enum LanguageFormat", - "keywords": "Enum LanguageFormat Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.Async.dll Syntax public enum LanguageFormat Fields Name Description EnglishName ISOCode NativeName" - }, - "api/core/Sdl.Core.Globalization.LanguageMetadata.html": { - "href": "api/core/Sdl.Core.Globalization.LanguageMetadata.html", - "title": "Namespace Sdl.Core.Globalization.LanguageMetadata", - "keywords": "Namespace Sdl.Core.Globalization.LanguageMetadata Classes LanguageMetadata" - }, - "api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html": { - "href": "api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html", - "title": "Class LanguageMetadata", - "keywords": "Class LanguageMetadata Inheritance object LanguageMetadata Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization LanguageMetadata Assembly : Sdl.Core.Globalization.Async.dll Syntax public class LanguageMetadata Constructors LanguageMetadata() Declaration public LanguageMetadata() LanguageMetadata(CultureInfo) Declaration public LanguageMetadata(CultureInfo culture) Parameters Type Name Description CultureInfo culture Properties AMDesignator Declaration public string AMDesignator { get; set; } Property Value Type Description string AbbreviatedDayNames Declaration public string[] AbbreviatedDayNames { get; set; } Property Value Type Description string AbbreviatedMonthGenitiveNames Declaration public string[] AbbreviatedMonthGenitiveNames { get; set; } Property Value Type Description string AbbreviatedMonthNames Declaration public string[] AbbreviatedMonthNames { get; set; } Property Value Type Description string CurrencyDecimalDigits Declaration public int CurrencyDecimalDigits { get; set; } Property Value Type Description int CurrencyDecimalSeparator Declaration public string CurrencyDecimalSeparator { get; set; } Property Value Type Description string CurrencyGroupSeparator Declaration public string CurrencyGroupSeparator { get; set; } Property Value Type Description string CurrencyGroupSizes Declaration public int[] CurrencyGroupSizes { get; set; } Property Value Type Description int CurrencyNegativePattern Declaration public int CurrencyNegativePattern { get; set; } Property Value Type Description int CurrencyPositivePattern Declaration public int CurrencyPositivePattern { get; set; } Property Value Type Description int CurrencyPrecedesNumber Declaration public bool CurrencyPrecedesNumber { get; set; } Property Value Type Description bool CurrencySymbol Declaration public string CurrencySymbol { get; set; } Property Value Type Description string DateSeparator Declaration public string DateSeparator { get; set; } Property Value Type Description string DateTimeFormat Declaration [JsonIgnore] public DateTimeFormatInfo DateTimeFormat { get; } Property Value Type Description DateTimeFormatInfo DateTimePatterns Declaration public string[] DateTimePatterns { get; set; } Property Value Type Description string DayNames Declaration public string[] DayNames { get; set; } Property Value Type Description string DigitSubstitution Declaration public DigitShapes DigitSubstitution { get; set; } Property Value Type Description DigitShapes EraNames Declaration public string[] EraNames { get; set; } Property Value Type Description string FullDateTimePattern Declaration public string FullDateTimePattern { get; set; } Property Value Type Description string KeyboardLayoutId Declaration public int KeyboardLayoutId { get; set; } Property Value Type Description int LCID Declaration public int LCID { get; set; } Property Value Type Description int LongDatePattern Declaration public string LongDatePattern { get; set; } Property Value Type Description string LongTimePattern Declaration public string LongTimePattern { get; set; } Property Value Type Description string MonthGenitiveNames Declaration public string[] MonthGenitiveNames { get; set; } Property Value Type Description string MonthNames Declaration public string[] MonthNames { get; set; } Property Value Type Description string NaNSymbol Declaration public string NaNSymbol { get; set; } Property Value Type Description string Name Declaration public string Name { get; set; } Property Value Type Description string NativeCalendarName Declaration public string NativeCalendarName { get; set; } Property Value Type Description string NativeDigits Declaration public string[] NativeDigits { get; set; } Property Value Type Description string NativeName Declaration public string NativeName { get; set; } Property Value Type Description string NegativeInfinitySymbol Declaration public string NegativeInfinitySymbol { get; set; } Property Value Type Description string NegativeSign Declaration public string NegativeSign { get; set; } Property Value Type Description string NumberDecimalDigits Declaration public int NumberDecimalDigits { get; set; } Property Value Type Description int NumberDecimalSeparator Declaration public string NumberDecimalSeparator { get; set; } Property Value Type Description string NumberFormat Declaration [JsonIgnore] public NumberFormatInfo NumberFormat { get; } Property Value Type Description NumberFormatInfo NumberGroupSeparator Declaration public string NumberGroupSeparator { get; set; } Property Value Type Description string NumberGroupSizes Declaration public int[] NumberGroupSizes { get; set; } Property Value Type Description int NumberNegativePattern Declaration public int NumberNegativePattern { get; set; } Property Value Type Description int PMDesignator Declaration public string PMDesignator { get; set; } Property Value Type Description string PerMilleSymbol Declaration public string PerMilleSymbol { get; set; } Property Value Type Description string PercentDecimalDigits Declaration public int PercentDecimalDigits { get; set; } Property Value Type Description int PercentDecimalSeparator Declaration public string PercentDecimalSeparator { get; set; } Property Value Type Description string PercentGroupSeparator Declaration public string PercentGroupSeparator { get; set; } Property Value Type Description string PercentGroupSizes Declaration public int[] PercentGroupSizes { get; set; } Property Value Type Description int PercentNegativePattern Declaration public int PercentNegativePattern { get; set; } Property Value Type Description int PercentPositivePattern Declaration public int PercentPositivePattern { get; set; } Property Value Type Description int PercentSymbol Declaration public string PercentSymbol { get; set; } Property Value Type Description string PositiveInfinitySymbol Declaration public string PositiveInfinitySymbol { get; set; } Property Value Type Description string PositiveSign Declaration public string PositiveSign { get; set; } Property Value Type Description string ShortDatePattern Declaration public string ShortDatePattern { get; set; } Property Value Type Description string ShortTimePattern Declaration public string ShortTimePattern { get; set; } Property Value Type Description string ShortestDayNames Declaration public string[] ShortestDayNames { get; set; } Property Value Type Description string ThreeLetterISOLanguageName Declaration public string ThreeLetterISOLanguageName { get; set; } Property Value Type Description string ThreeLetterWindowsLanguageName Declaration public string ThreeLetterWindowsLanguageName { get; set; } Property Value Type Description string TimeSeparator Declaration public string TimeSeparator { get; set; } Property Value Type Description string TwoLetterISOLanguageName Declaration public string TwoLetterISOLanguageName { get; set; } Property Value Type Description string Version Declaration public int Version { get; set; } Property Value Type Description int Methods ClassifyDateTimePattern(string, PatternParsingHandler) Declaration public PatternType ClassifyDateTimePattern(string pattern, PatternParsingHandler handler = null) Parameters Type Name Description string pattern PatternParsingHandler handler Returns Type Description PatternType" - }, - "api/core/Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.html": { - "href": "api/core/Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.html", - "title": "Class AlternativeLanguageCode", - "keywords": "Class AlternativeLanguageCode Inheritance object AlternativeLanguageCode Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization LanguageRegistry Assembly : Sdl.Core.Globalization.Async.dll Syntax public class AlternativeLanguageCode Constructors AlternativeLanguageCode() Declaration public AlternativeLanguageCode() Properties Code Declaration public string Code { get; set; } Property Value Type Description string" + "keywords": "Class LanguageEventArgs Inheritance System.Object System.EventArgs LanguageEventArgs Inherited Members System.EventArgs.Empty 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.Core.Globalization Assembly : Sdl.Core.Globalization.dll Syntax public class LanguageEventArgs : EventArgs Constructors LanguageEventArgs(Language) Declaration public LanguageEventArgs(Language language) Parameters Type Name Description Language language Properties Language Declaration public Language Language { get; } Property Value Type Description Language" }, "api/core/Sdl.Core.Globalization.LanguageRegistry.html": { "href": "api/core/Sdl.Core.Globalization.LanguageRegistry.html", "title": "Namespace Sdl.Core.Globalization.LanguageRegistry", - "keywords": "Namespace Sdl.Core.Globalization.LanguageRegistry Classes AlternativeLanguageCode LanguageRegistry LanguageRegistryApi LanguageRegistryApiAsync LanguageRegistryException Product Enums MappingType" - }, - "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.html": { - "href": "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.html", - "title": "Class LanguageRegistry", - "keywords": "Class LanguageRegistry Inheritance object LanguageRegistry Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization LanguageRegistry Assembly : Sdl.Core.Globalization.Async.dll Syntax public class LanguageRegistry Constructors LanguageRegistry() Declaration public LanguageRegistry() Fields AllLanguages Declaration [JsonProperty(Order = 2)] public IList AllLanguages Field Value Type Description IList LanguageBase" + "keywords": "Namespace Sdl.Core.Globalization.LanguageRegistry Classes LanguageRegistryApi" }, "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html": { "href": "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html", "title": "Class LanguageRegistryApi", - "keywords": "Class LanguageRegistryApi Inheritance object LanguageRegistryApiAsync LanguageRegistryApi Inherited Members LanguageRegistryApiAsync.GetAllLanguagesAsync() LanguageRegistryApiAsync.GetAllNeutralLanguagesAsync(bool, bool) LanguageRegistryApiAsync.GetAllSpecificLanguagesAsync(bool, bool) LanguageRegistryApiAsync.GetLanguagesAsync(string[]) LanguageRegistryApiAsync.GetLanguageAsync(string, string) LanguageRegistryApiAsync.GetLanguageAsync(string, bool) LanguageRegistryApiAsync.GetLanguageMetadataAsync(string[]) LanguageRegistryApiAsync.GetApplicableLanguageMetadataAsync(string[]) LanguageRegistryApiAsync.GetSupportedLanguagesAsync(string) LanguageRegistryApiAsync.GetAllRegisteredProductsAsync() LanguageRegistryApiAsync.GetAlternativeLanguageCodesAsync(string, string) LanguageRegistryApiAsync.GetProductSpecificCodeWithFallbackAsync(string, string, string) LanguageRegistryApiAsync.SerializeObject(LanguageDataContainer) LanguageRegistryApiAsync.CultureMetadataManager object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.Core Globalization LanguageRegistry Assembly : Sdl.Core.Globalization.dll Syntax public sealed class LanguageRegistryApi : LanguageRegistryApiAsync Properties Instance Declaration public static LanguageRegistryApi Instance { get; } Property Value Type Description LanguageRegistryApi Methods GetAllLanguages() Declaration public IList GetAllLanguages() Returns Type Description IList Language GetAllNeutralLanguages() Declaration public IList GetAllNeutralLanguages() Returns Type Description IList Language GetAllRegisteredProducts() Declaration public IList GetAllRegisteredProducts() Returns Type Description IList Product GetAllSpecificLanguages() Declaration public IList GetAllSpecificLanguages() Returns Type Description IList Language GetAlternativeLanguageCodes(string, string) Declaration public IList GetAlternativeLanguageCodes(string productId, string languageCode) Parameters Type Name Description string productId string languageCode Returns Type Description IList AlternativeLanguageCode GetApplicableLanguageMetadata(string[]) Declaration public LanguageMetadata[] GetApplicableLanguageMetadata(string[] languageCodes) Parameters Type Name Description string languageCodes Returns Type Description LanguageMetadata GetLanguage(string) Declaration public Language GetLanguage(string languageCode) Parameters Type Name Description string languageCode Returns Type Description Language GetLanguage(string, string) Declaration public Language GetLanguage(string alternativeLanguageCode, string productId) Parameters Type Name Description string alternativeLanguageCode string productId Returns Type Description Language GetLanguageMetadata(string[]) Declaration public LanguageMetadata[] GetLanguageMetadata(string[] languageCodes) Parameters Type Name Description string languageCodes Returns Type Description LanguageMetadata GetLanguages(string[]) Declaration public IList GetLanguages(string[] languageCodes) Parameters Type Name Description string languageCodes Returns Type Description IList Language GetProductSpecificCodeWithFallback(string, string, string, out MappingType) Declaration public IList GetProductSpecificCodeWithFallback(string sourceProductId, string sourceLanguageCode, string targetProductId, out MappingType mappingType) Parameters Type Name Description string sourceProductId string sourceLanguageCode string targetProductId MappingType mappingType Returns Type Description IList AlternativeLanguageCode GetSupportedLanguages(string) Declaration public IList GetSupportedLanguages(string productId) Parameters Type Name Description string productId Returns Type Description IList Language" - }, - "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html": { - "href": "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html", - "title": "Class LanguageRegistryApiAsync", - "keywords": "Class LanguageRegistryApiAsync Inheritance object LanguageRegistryApiAsync LanguageRegistryApi Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization LanguageRegistry Assembly : Sdl.Core.Globalization.Async.dll Syntax public class LanguageRegistryApiAsync Constructors LanguageRegistryApiAsync(ICultureMetadataManager) Declaration public LanguageRegistryApiAsync(ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description ICultureMetadataManager cultureMetadataManager Properties CultureMetadataManager Declaration public ICultureMetadataManager CultureMetadataManager { get; } Property Value Type Description ICultureMetadataManager Methods GetAllLanguagesAsync() Declaration public Task> GetAllLanguagesAsync() Returns Type Description Task IList LanguageBase GetAllNeutralLanguagesAsync(bool, bool) Declaration public Task> GetAllNeutralLanguagesAsync(bool ignoreMachineCultures = false, bool excludeDeprecated = true) Parameters Type Name Description bool ignoreMachineCultures bool excludeDeprecated Returns Type Description Task IList LanguageBase GetAllRegisteredProductsAsync() Declaration public Task> GetAllRegisteredProductsAsync() Returns Type Description Task IList Product GetAllSpecificLanguagesAsync(bool, bool) Declaration public Task> GetAllSpecificLanguagesAsync(bool ignoreMachineCultures = true, bool excludeDeprecated = true) Parameters Type Name Description bool ignoreMachineCultures bool excludeDeprecated Returns Type Description Task IList LanguageBase GetAlternativeLanguageCodesAsync(string, string) Declaration public Task> GetAlternativeLanguageCodesAsync(string productId, string languageCode) Parameters Type Name Description string productId string languageCode Returns Type Description Task IList AlternativeLanguageCode GetApplicableLanguageMetadataAsync(string[]) Declaration public Task GetApplicableLanguageMetadataAsync(string[] languageCodes) Parameters Type Name Description string languageCodes Returns Type Description Task LanguageMetadata GetLanguageAsync(string, bool) Declaration public Task GetLanguageAsync(string languageCode, bool exceptionIfUnknown = false) Parameters Type Name Description string languageCode bool exceptionIfUnknown Returns Type Description Task LanguageBase GetLanguageAsync(string, string) Declaration public Task GetLanguageAsync(string alternativeLanguageCode, string productId) Parameters Type Name Description string alternativeLanguageCode string productId Returns Type Description Task LanguageBase GetLanguageMetadataAsync(string[]) Declaration public Task GetLanguageMetadataAsync(string[] languageCodes) Parameters Type Name Description string languageCodes Returns Type Description Task LanguageMetadata GetLanguagesAsync(string[]) Declaration public Task> GetLanguagesAsync(string[] languageCodes) Parameters Type Name Description string languageCodes Returns Type Description Task IList LanguageBase GetProductSpecificCodeWithFallbackAsync(string, string, string) Declaration public Task<(IList codes, MappingType mappingType)> GetProductSpecificCodeWithFallbackAsync(string sourceProductId, string sourceLanguageCode, string targetProductId) Parameters Type Name Description string sourceProductId string sourceLanguageCode string targetProductId Returns Type Description Task IList AlternativeLanguageCode System.ValueTuple{System.Collections.Generic.IList{Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode},Sdl.Core.Globalization.LanguageRegistry.MappingType}.codes MappingType System.ValueTuple{System.Collections.Generic.IList{Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode},Sdl.Core.Globalization.LanguageRegistry.MappingType}.mappingType GetSupportedLanguagesAsync(string) Declaration public Task> GetSupportedLanguagesAsync(string productId) Parameters Type Name Description string productId Returns Type Description Task IList LanguageBase SerializeObject(LanguageDataContainer) Declaration public static string SerializeObject(LanguageDataContainer container) Parameters Type Name Description LanguageDataContainer container Returns Type Description string SetCompatibilityInstance(LanguageRegistryApiAsync) Declaration protected static void SetCompatibilityInstance(LanguageRegistryApiAsync instance) Parameters Type Name Description LanguageRegistryApiAsync instance" - }, - "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.html": { - "href": "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.html", - "title": "Class LanguageRegistryException", - "keywords": "Class LanguageRegistryException Inheritance object Exception LanguageRegistryException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization LanguageRegistry Assembly : Sdl.Core.Globalization.Async.dll Syntax public class LanguageRegistryException : Exception, ISerializable, _Exception Constructors LanguageRegistryException() Declaration public LanguageRegistryException() LanguageRegistryException(SerializationInfo, StreamingContext) Declaration protected LanguageRegistryException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context LanguageRegistryException(string) Declaration public LanguageRegistryException(string msg) Parameters Type Name Description string msg LanguageRegistryException(string, Exception) Declaration public LanguageRegistryException(string message, Exception innerException) Parameters Type Name Description string message Exception innerException Implements ISerializable _Exception" - }, - "api/core/Sdl.Core.Globalization.LanguageRegistry.MappingType.html": { - "href": "api/core/Sdl.Core.Globalization.LanguageRegistry.MappingType.html", - "title": "Enum MappingType", - "keywords": "Enum MappingType Namespace : Sdl Sdl.Core Globalization LanguageRegistry Assembly : Sdl.Core.Globalization.Async.dll Syntax public enum MappingType Fields Name Description BestMapping ExactMapping None" - }, - "api/core/Sdl.Core.Globalization.LanguageRegistry.Product.html": { - "href": "api/core/Sdl.Core.Globalization.LanguageRegistry.Product.html", - "title": "Class Product", - "keywords": "Class Product Inheritance object Product Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization LanguageRegistry Assembly : Sdl.Core.Globalization.Async.dll Syntax public class Product Constructors Product() Declaration public Product() Properties ProductId Declaration [DataMember] public string ProductId { get; set; } Property Value Type Description string" - }, - "api/core/Sdl.Core.Globalization.LegacyAsyncHelpers.html": { - "href": "api/core/Sdl.Core.Globalization.LegacyAsyncHelpers.html", - "title": "Class LegacyAsyncHelpers", - "keywords": "Class LegacyAsyncHelpers Inheritance object LegacyAsyncHelpers Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.Async.dll Syntax public static class LegacyAsyncHelpers Methods WrapAsyncCode(Func) Declaration public static void WrapAsyncCode(Func fn) Parameters Type Name Description Func Task fn WrapAsyncCode(Func>) Declaration public static T WrapAsyncCode(Func> fn) Parameters Type Name Description Func Task fn Returns Type Description T Type Parameters Name Description T WrapUnavoidableAsyncCode(Func) Declaration public static void WrapUnavoidableAsyncCode(Func fn) Parameters Type Name Description Func Task fn WrapUnavoidableAsyncCode(Func>) Declaration public static T WrapUnavoidableAsyncCode(Func> fn) Parameters Type Name Description Func Task fn Returns Type Description T Type Parameters Name Description T" + "keywords": "Class LanguageRegistryApi Inheritance System.Object LanguageRegistryApi Namespace : Sdl.Core.Globalization.LanguageRegistry Assembly : Sdl.Core.Globalization.dll Syntax public sealed class LanguageRegistryApi : LanguageRegistryApiAsync Properties Instance Declaration public static LanguageRegistryApi Instance { get; } Property Value Type Description LanguageRegistryApi Methods GetAllLanguages() Declaration public IList GetAllLanguages() Returns Type Description System.Collections.Generic.IList < Language > GetAllNeutralLanguages() Declaration public IList GetAllNeutralLanguages() Returns Type Description System.Collections.Generic.IList < Language > GetAllRegisteredProducts() Declaration public IList GetAllRegisteredProducts() Returns Type Description System.Collections.Generic.IList < Sdl.Core.Globalization.LanguageRegistry.Product > GetAllSpecificLanguages() Declaration public IList GetAllSpecificLanguages() Returns Type Description System.Collections.Generic.IList < Language > GetAlternativeLanguageCodes(String, String) Declaration public IList GetAlternativeLanguageCodes(string productId, string languageCode) Parameters Type Name Description System.String productId System.String languageCode Returns Type Description System.Collections.Generic.IList < Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode > GetApplicableLanguageMetadata(String[]) Declaration public LanguageMetadata[] GetApplicableLanguageMetadata(string[] languageCodes) Parameters Type Name Description System.String [] languageCodes Returns Type Description Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata [] GetLanguage(String) Declaration public Language GetLanguage(string languageCode) Parameters Type Name Description System.String languageCode Returns Type Description Language GetLanguage(String, String) Declaration public Language GetLanguage(string alternativeLanguageCode, string productId) Parameters Type Name Description System.String alternativeLanguageCode System.String productId Returns Type Description Language GetLanguageMetadata(String[]) Declaration public LanguageMetadata[] GetLanguageMetadata(string[] languageCodes) Parameters Type Name Description System.String [] languageCodes Returns Type Description Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata [] GetLanguages(String[]) Declaration public IList GetLanguages(string[] languageCodes) Parameters Type Name Description System.String [] languageCodes Returns Type Description System.Collections.Generic.IList < Language > GetProductSpecificCodeWithFallback(String, String, String, out MappingType) Declaration public IList GetProductSpecificCodeWithFallback(string sourceProductId, string sourceLanguageCode, string targetProductId, out MappingType mappingType) Parameters Type Name Description System.String sourceProductId System.String sourceLanguageCode System.String targetProductId Sdl.Core.Globalization.LanguageRegistry.MappingType mappingType Returns Type Description System.Collections.Generic.IList < Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode > GetSupportedLanguages(String) Declaration public IList GetSupportedLanguages(string productId) Parameters Type Name Description System.String productId Returns Type Description System.Collections.Generic.IList < Language >" }, "api/core/Sdl.Core.Globalization.LegacySdlxLanguage.html": { "href": "api/core/Sdl.Core.Globalization.LegacySdlxLanguage.html", "title": "Class LegacySdlxLanguage", - "keywords": "Class LegacySdlxLanguage Inheritance object LegacySdlxLanguage Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.dll Syntax [Obsolete(\"SDLX is no longer supported\")] public class LegacySdlxLanguage Constructors LegacySdlxLanguage() Declaration public LegacySdlxLanguage() Methods GetCultureInfoFromIsoCode(string) Declaration public static CultureInfo GetCultureInfoFromIsoCode(string isoCode) Parameters Type Name Description string isoCode Returns Type Description CultureInfo GetLcidFromIsoCode(string) Declaration public static int GetLcidFromIsoCode(string isoCode) Parameters Type Name Description string isoCode Returns Type Description int" + "keywords": "Class LegacySdlxLanguage Inheritance System.Object LegacySdlxLanguage 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.Core.Globalization Assembly : Sdl.Core.Globalization.dll Syntax [Obsolete(\"SDLX is no longer supported\")] public class LegacySdlxLanguage Constructors LegacySdlxLanguage() Declaration public LegacySdlxLanguage() Methods GetCultureInfoFromIsoCode(String) Declaration public static CultureInfo GetCultureInfoFromIsoCode(string isoCode) Parameters Type Name Description System.String isoCode Returns Type Description System.Globalization.CultureInfo GetLcidFromIsoCode(String) Declaration public static int GetLcidFromIsoCode(string isoCode) Parameters Type Name Description System.String isoCode Returns Type Description System.Int32" }, "api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html": { "href": "api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html", "title": "Struct LegacyTradosLanguage", - "keywords": "Struct LegacyTradosLanguage Implements IXmlSerializable Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.dll Syntax public struct LegacyTradosLanguage : IXmlSerializable Constructors LegacyTradosLanguage(int) Declaration public LegacyTradosLanguage(int lcid) Parameters Type Name Description int lcid LegacyTradosLanguage(string) Declaration public LegacyTradosLanguage(string isoCode) Parameters Type Name Description string isoCode Properties IsInstalled Declaration public bool IsInstalled { get; } Property Value Type Description bool IsProprietary Declaration public bool IsProprietary { get; } Property Value Type Description bool IsValid Declaration public bool IsValid { get; } Property Value Type Description bool IsoCode Declaration public string IsoCode { get; } Property Value Type Description string Lcid Declaration public int Lcid { get; } Property Value Type Description int Methods Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides ValueType.Equals(object) GetAllLcids() Declaration public static int[] GetAllLcids() Returns Type Description int GetEnglishLanguageNameFromLcid() Declaration public string GetEnglishLanguageNameFromLcid() Returns Type Description string GetEnglishLanguageNameFromLcid(int) Declaration public static string GetEnglishLanguageNameFromLcid(int lcid) Parameters Type Name Description int lcid Returns Type Description string GetEnglishNameFromLcid(int) Declaration public static string GetEnglishNameFromLcid(int lcid) Parameters Type Name Description int lcid Returns Type Description string GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides ValueType.GetHashCode() GetIsoCodeFromLcid(int, bool) Declaration public static string GetIsoCodeFromLcid(int lcid, bool includeCountry) Parameters Type Name Description int lcid bool includeCountry Returns Type Description string GetLanguageCode(int) Declaration public static string GetLanguageCode(int primaryLanguageCode) Parameters Type Name Description int primaryLanguageCode Returns Type Description string GetLcidFromIsoCode(string) Declaration public static int GetLcidFromIsoCode(string isoCode) Parameters Type Name Description string isoCode Returns Type Description int GetLcids(int) Declaration public static int[] GetLcids(int primaryLanguageCode) Parameters Type Name Description int primaryLanguageCode Returns Type Description int GetLocaleInfo(LanguageFormat, bool) Declaration public string GetLocaleInfo(LanguageFormat languageFormat, bool includeCountry) Parameters Type Name Description LanguageFormat languageFormat bool includeCountry Returns Type Description string GetLocaleInfo(int, LanguageFormat, bool) Declaration public static string GetLocaleInfo(int lcid, LanguageFormat languageFormat, bool includeCountry) Parameters Type Name Description int lcid LanguageFormat languageFormat bool includeCountry Returns Type Description string GetNativeLanguageNameFromLcid() Declaration public string GetNativeLanguageNameFromLcid() Returns Type Description string GetNativeLanguageNameFromLcid(int) Declaration public static string GetNativeLanguageNameFromLcid(int lcid) Parameters Type Name Description int lcid Returns Type Description string GetNativeNameFromLcid(int) Declaration public static string GetNativeNameFromLcid(int lcid) Parameters Type Name Description int lcid Returns Type Description string GetSchema() Declaration public XmlSchema GetSchema() Returns Type Description XmlSchema IsDefaultForCountry(int) Declaration public static bool IsDefaultForCountry(int lcid) Parameters Type Name Description int lcid Returns Type Description bool IsInstalledLcid(int) Declaration public static bool IsInstalledLcid(int lcid) Parameters Type Name Description int lcid Returns Type Description bool IsProprietaryLcid(int) Declaration public static bool IsProprietaryLcid(int lcid) Parameters Type Name Description int lcid Returns Type Description bool ReadXml(XmlReader) Declaration public void ReadXml(XmlReader reader) Parameters Type Name Description XmlReader reader ToString() Declaration public override string ToString() Returns Type Description string Overrides ValueType.ToString() UsesCharacterCounts() Declaration public bool UsesCharacterCounts() Returns Type Description bool UsesCharacterCounts(int) Declaration public static bool UsesCharacterCounts(int lcid) Parameters Type Name Description int lcid Returns Type Description bool WriteXml(XmlWriter) Declaration public void WriteXml(XmlWriter writer) Parameters Type Name Description XmlWriter writer Implements IXmlSerializable" + "keywords": "Struct LegacyTradosLanguage Implements System.Xml.Serialization.IXmlSerializable Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() Namespace : Sdl.Core.Globalization Assembly : Sdl.Core.Globalization.dll Syntax public struct LegacyTradosLanguage Constructors LegacyTradosLanguage(Int32) Declaration public LegacyTradosLanguage(int lcid) Parameters Type Name Description System.Int32 lcid LegacyTradosLanguage(String) Declaration public LegacyTradosLanguage(string isoCode) Parameters Type Name Description System.String isoCode Properties IsInstalled Declaration public readonly bool IsInstalled { get; } Property Value Type Description System.Boolean IsoCode Declaration public readonly string IsoCode { get; } Property Value Type Description System.String IsProprietary Declaration public readonly bool IsProprietary { get; } Property Value Type Description System.Boolean IsValid Declaration public readonly bool IsValid { get; } Property Value Type Description System.Boolean Lcid Declaration public readonly int Lcid { get; } Property Value Type Description System.Int32 Methods Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.ValueType.Equals(System.Object) GetAllLcids() Declaration public static int[] GetAllLcids() Returns Type Description System.Int32 [] GetEnglishLanguageNameFromLcid() Declaration public string GetEnglishLanguageNameFromLcid() Returns Type Description System.String GetEnglishLanguageNameFromLcid(Int32) Declaration public static string GetEnglishLanguageNameFromLcid(int lcid) Parameters Type Name Description System.Int32 lcid Returns Type Description System.String GetEnglishNameFromLcid(Int32) Declaration public static string GetEnglishNameFromLcid(int lcid) Parameters Type Name Description System.Int32 lcid Returns Type Description System.String GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.ValueType.GetHashCode() GetIsoCodeFromLcid(Int32, Boolean) Declaration public static string GetIsoCodeFromLcid(int lcid, bool includeCountry) Parameters Type Name Description System.Int32 lcid System.Boolean includeCountry Returns Type Description System.String GetLanguageCode(Int32) Declaration public static string GetLanguageCode(int primaryLanguageCode) Parameters Type Name Description System.Int32 primaryLanguageCode Returns Type Description System.String GetLcidFromIsoCode(String) Declaration public static int GetLcidFromIsoCode(string isoCode) Parameters Type Name Description System.String isoCode Returns Type Description System.Int32 GetLcids(Int32) Declaration public static int[] GetLcids(int primaryLanguageCode) Parameters Type Name Description System.Int32 primaryLanguageCode Returns Type Description System.Int32 [] GetLocaleInfo(LanguageFormat, Boolean) Declaration public string GetLocaleInfo(LanguageFormat languageFormat, bool includeCountry) Parameters Type Name Description Sdl.Core.Globalization.LanguageFormat languageFormat System.Boolean includeCountry Returns Type Description System.String GetLocaleInfo(Int32, LanguageFormat, Boolean) Declaration public static string GetLocaleInfo(int lcid, LanguageFormat languageFormat, bool includeCountry) Parameters Type Name Description System.Int32 lcid Sdl.Core.Globalization.LanguageFormat languageFormat System.Boolean includeCountry Returns Type Description System.String GetNativeLanguageNameFromLcid() Declaration public string GetNativeLanguageNameFromLcid() Returns Type Description System.String GetNativeLanguageNameFromLcid(Int32) Declaration public static string GetNativeLanguageNameFromLcid(int lcid) Parameters Type Name Description System.Int32 lcid Returns Type Description System.String GetNativeNameFromLcid(Int32) Declaration public static string GetNativeNameFromLcid(int lcid) Parameters Type Name Description System.Int32 lcid Returns Type Description System.String GetSchema() Declaration public XmlSchema GetSchema() Returns Type Description System.Xml.Schema.XmlSchema IsDefaultForCountry(Int32) Declaration public static bool IsDefaultForCountry(int lcid) Parameters Type Name Description System.Int32 lcid Returns Type Description System.Boolean IsInstalledLcid(Int32) Declaration public static bool IsInstalledLcid(int lcid) Parameters Type Name Description System.Int32 lcid Returns Type Description System.Boolean IsProprietaryLcid(Int32) Declaration public static bool IsProprietaryLcid(int lcid) Parameters Type Name Description System.Int32 lcid Returns Type Description System.Boolean ReadXml(XmlReader) Declaration public void ReadXml(XmlReader reader) Parameters Type Name Description System.Xml.XmlReader reader ToString() Declaration public override string ToString() Returns Type Description System.String Overrides System.ValueType.ToString() UsesCharacterCounts() Declaration public bool UsesCharacterCounts() Returns Type Description System.Boolean UsesCharacterCounts(Int32) Declaration public static bool UsesCharacterCounts(int lcid) Parameters Type Name Description System.Int32 lcid Returns Type Description System.Boolean WriteXml(XmlWriter) Declaration public void WriteXml(XmlWriter writer) Parameters Type Name Description System.Xml.XmlWriter writer Implements System.Xml.Serialization.IXmlSerializable" }, "api/core/Sdl.Core.Globalization.LocalizableString.html": { "href": "api/core/Sdl.Core.Globalization.LocalizableString.html", "title": "Class LocalizableString", - "keywords": "Class LocalizableString Inheritance object LocalizableString Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.dll Syntax public class LocalizableString Constructors LocalizableString(string) Declaration public LocalizableString(string content) Parameters Type Name Description string content Properties Content Declaration public string Content { get; } Property Value Type Description string IsResource Declaration public bool IsResource { get; } Property Value Type Description bool RawContent Declaration public string RawContent { get; } Property Value Type Description string Methods ToString() Declaration public override string ToString() Returns Type Description string Overrides object.ToString()" - }, - "api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.html": { - "href": "api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.html", - "title": "Class DoubleNumberGrammarRange", - "keywords": "Class DoubleNumberGrammarRange Inheritance object DoubleNumberGrammarRange Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization NumberMetadata Assembly : Sdl.Core.Globalization.Async.dll Syntax public class DoubleNumberGrammarRange Constructors DoubleNumberGrammarRange() Declaration public DoubleNumberGrammarRange() Properties LowerBound Declaration [JsonProperty(\"lower\")] public double LowerBound { get; set; } Property Value Type Description double UpperBound Declaration [JsonProperty(\"upper\")] public double? UpperBound { get; set; } Property Value Type Description double Methods IsInRange(double) Declaration public bool IsInRange(double d) Parameters Type Name Description double d Returns Type Description bool ToString() Declaration public override string ToString() Returns Type Description string Overrides object.ToString()" - }, - "api/core/Sdl.Core.Globalization.NumberMetadata.html": { - "href": "api/core/Sdl.Core.Globalization.NumberMetadata.html", - "title": "Namespace Sdl.Core.Globalization.NumberMetadata", - "keywords": "Namespace Sdl.Core.Globalization.NumberMetadata Classes DoubleNumberGrammarRange IntNumberGrammarRange NumberGrammarRangeSet NumberMetadata NumberMetadataApi NumberMetadataException NumberMetadataRegistry RangeTransform Enums RangeOperator" - }, - "api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html": { - "href": "api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html", - "title": "Class IntNumberGrammarRange", - "keywords": "Class IntNumberGrammarRange Inheritance object IntNumberGrammarRange Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization NumberMetadata Assembly : Sdl.Core.Globalization.Async.dll Syntax public class IntNumberGrammarRange Constructors IntNumberGrammarRange() Declaration public IntNumberGrammarRange() Properties LowerBound Declaration [JsonProperty(\"lower\")] public int LowerBound { get; set; } Property Value Type Description int RangeTransforms Declaration [JsonProperty(\"transforms\", DefaultValueHandling = DefaultValueHandling.Ignore)] public List RangeTransforms { get; set; } Property Value Type Description List RangeTransform UpperBound Declaration [JsonProperty(\"upper\")] public int? UpperBound { get; set; } Property Value Type Description int Methods IsInRange(int) Declaration public bool IsInRange(int i) Parameters Type Name Description int i Returns Type Description bool ToString() Declaration public override string ToString() Returns Type Description string Overrides object.ToString()" - }, - "api/core/Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.html": { - "href": "api/core/Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.html", - "title": "Class NumberGrammarRangeSet", - "keywords": "Class NumberGrammarRangeSet Inheritance object NumberGrammarRangeSet Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization NumberMetadata Assembly : Sdl.Core.Globalization.Async.dll Syntax public class NumberGrammarRangeSet Constructors NumberGrammarRangeSet() Declaration public NumberGrammarRangeSet() Properties DoubleNumberGrammarRanges Declaration [JsonProperty(\"floatranges\")] public List DoubleNumberGrammarRanges { get; set; } Property Value Type Description List DoubleNumberGrammarRange ID Declaration public string ID { get; set; } Property Value Type Description string IntNumberGrammarRanges Declaration [JsonProperty(\"ranges\")] public List IntNumberGrammarRanges { get; set; } Property Value Type Description List IntNumberGrammarRange" - }, - "api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadata.html": { - "href": "api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadata.html", - "title": "Class NumberMetadata", - "keywords": "Class NumberMetadata Inheritance object NumberMetadata Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization NumberMetadata Assembly : Sdl.Core.Globalization.Async.dll Syntax public class NumberMetadata Constructors NumberMetadata() Declaration public NumberMetadata() Properties LanguageCode Declaration [JsonProperty(\"code\")] public string LanguageCode { get; set; } Property Value Type Description string NumberGrammarRangeSets Declaration [JsonProperty(\"sets\")] public List NumberGrammarRangeSets { get; set; } Property Value Type Description List NumberGrammarRangeSet" - }, - "api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.html": { - "href": "api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.html", - "title": "Class NumberMetadataApi", - "keywords": "Class NumberMetadataApi Inheritance object NumberMetadataApi Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.Core Globalization NumberMetadata Assembly : Sdl.Core.Globalization.Async.dll Syntax public sealed class NumberMetadataApi Properties Instance Declaration public static NumberMetadataApi Instance { get; } Property Value Type Description NumberMetadataApi Registry Declaration public NumberMetadataRegistry Registry { get; } Property Value Type Description NumberMetadataRegistry" - }, - "api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.html": { - "href": "api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.html", - "title": "Class NumberMetadataException", - "keywords": "Class NumberMetadataException Inheritance object Exception NumberMetadataException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization NumberMetadata Assembly : Sdl.Core.Globalization.Async.dll Syntax public class NumberMetadataException : Exception, ISerializable, _Exception Constructors NumberMetadataException() Declaration public NumberMetadataException() NumberMetadataException(SerializationInfo, StreamingContext) Declaration protected NumberMetadataException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context NumberMetadataException(string) Declaration public NumberMetadataException(string msg) Parameters Type Name Description string msg NumberMetadataException(string, Exception) Declaration public NumberMetadataException(string message, Exception innerException) Parameters Type Name Description string message Exception innerException Implements ISerializable _Exception" - }, - "api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.html": { - "href": "api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.html", - "title": "Class NumberMetadataRegistry", - "keywords": "Class NumberMetadataRegistry Inheritance object NumberMetadataRegistry Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization NumberMetadata Assembly : Sdl.Core.Globalization.Async.dll Syntax public class NumberMetadataRegistry Constructors NumberMetadataRegistry(ICultureMetadataManager) Declaration public NumberMetadataRegistry(ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description ICultureMetadataManager cultureMetadataManager Methods FindMetadataAsync(string) Declaration public Task FindMetadataAsync(string languageCode) Parameters Type Name Description string languageCode Returns Type Description Task NumberMetadata" - }, - "api/core/Sdl.Core.Globalization.NumberMetadata.RangeOperator.html": { - "href": "api/core/Sdl.Core.Globalization.NumberMetadata.RangeOperator.html", - "title": "Enum RangeOperator", - "keywords": "Enum RangeOperator Namespace : Sdl Sdl.Core Globalization NumberMetadata Assembly : Sdl.Core.Globalization.Async.dll Syntax public enum RangeOperator Fields Name Description opDiv opMod" - }, - "api/core/Sdl.Core.Globalization.NumberMetadata.RangeTransform.html": { - "href": "api/core/Sdl.Core.Globalization.NumberMetadata.RangeTransform.html", - "title": "Class RangeTransform", - "keywords": "Class RangeTransform Inheritance object RangeTransform Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization NumberMetadata Assembly : Sdl.Core.Globalization.Async.dll Syntax public class RangeTransform Constructors RangeTransform() Declaration public RangeTransform() Properties Argument Declaration [JsonProperty(\"arg\")] public int Argument { get; set; } Property Value Type Description int RangeOperator Declaration [JsonProperty(\"op\")] public RangeOperator RangeOperator { get; set; } Property Value Type Description RangeOperator" - }, - "api/core/Sdl.Core.Globalization.StableCultureInfo.html": { - "href": "api/core/Sdl.Core.Globalization.StableCultureInfo.html", - "title": "Class StableCultureInfo", - "keywords": "Class StableCultureInfo Inheritance object CultureInfo StableCultureInfo Implements ICloneable IFormatProvider Inherited Members CultureInfo.CreateSpecificCulture(string) CultureInfo.GetCultures(CultureTypes) CultureInfo.Equals(object) CultureInfo.GetHashCode() CultureInfo.ToString() CultureInfo.GetFormat(Type) CultureInfo.ClearCachedData() CultureInfo.GetConsoleFallbackUICulture() CultureInfo.Clone() CultureInfo.ReadOnly(CultureInfo) CultureInfo.GetCultureInfo(int) CultureInfo.GetCultureInfo(string) CultureInfo.GetCultureInfo(string, string) CultureInfo.GetCultureInfoByIetfLanguageTag(string) CultureInfo.CurrentCulture CultureInfo.CurrentUICulture CultureInfo.InstalledUICulture CultureInfo.DefaultThreadCurrentCulture CultureInfo.DefaultThreadCurrentUICulture CultureInfo.InvariantCulture CultureInfo.IetfLanguageTag CultureInfo.CompareInfo CultureInfo.TextInfo CultureInfo.CultureTypes CultureInfo.NumberFormat CultureInfo.DateTimeFormat CultureInfo.Calendar CultureInfo.OptionalCalendars CultureInfo.UseUserOverride CultureInfo.IsReadOnly object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.Async.dll Syntax public class StableCultureInfo : CultureInfo, ICloneable, IFormatProvider Constructors StableCultureInfo(LanguageBase, StableCultureInfo, LanguageMetadata, string, string) Declaration public StableCultureInfo(LanguageBase language, StableCultureInfo parent, LanguageMetadata languageMetadata, string baseLanguageCode, string englishName) Parameters Type Name Description LanguageBase language StableCultureInfo parent LanguageMetadata languageMetadata string baseLanguageCode string englishName Properties DisplayName Declaration public override string DisplayName { get; } Property Value Type Description string Overrides CultureInfo.DisplayName EnglishName Declaration public override string EnglishName { get; } Property Value Type Description string Overrides CultureInfo.EnglishName IsNeutralCulture Declaration public override bool IsNeutralCulture { get; } Property Value Type Description bool Overrides CultureInfo.IsNeutralCulture KeyboardLayoutId Declaration public override int KeyboardLayoutId { get; } Property Value Type Description int Overrides CultureInfo.KeyboardLayoutId LCID Declaration public override int LCID { get; } Property Value Type Description int Overrides CultureInfo.LCID Name Declaration public override string Name { get; } Property Value Type Description string Overrides CultureInfo.Name NativeName Declaration public override string NativeName { get; } Property Value Type Description string Overrides CultureInfo.NativeName Parent Declaration public override CultureInfo Parent { get; } Property Value Type Description CultureInfo Overrides CultureInfo.Parent ThreeLetterISOLanguageName Declaration public override string ThreeLetterISOLanguageName { get; } Property Value Type Description string Overrides CultureInfo.ThreeLetterISOLanguageName ThreeLetterWindowsLanguageName Declaration public override string ThreeLetterWindowsLanguageName { get; } Property Value Type Description string Overrides CultureInfo.ThreeLetterWindowsLanguageName TwoLetterISOLanguageName Declaration public override string TwoLetterISOLanguageName { get; } Property Value Type Description string Overrides CultureInfo.TwoLetterISOLanguageName Implements ICloneable IFormatProvider Extension Methods CoreCultureInfoExtensions.CurrencyPrecedesNumber(CultureInfo)" - }, - "api/core/Sdl.Core.Globalization.UnitDefinition.html": { - "href": "api/core/Sdl.Core.Globalization.UnitDefinition.html", - "title": "Namespace Sdl.Core.Globalization.UnitDefinition", - "keywords": "Namespace Sdl.Core.Globalization.UnitDefinition Classes UnitDefinition UnitDefinitionSet" - }, - "api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinition.html": { - "href": "api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinition.html", - "title": "Class UnitDefinition", - "keywords": "Class UnitDefinition Inheritance object UnitDefinition Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization UnitDefinition Assembly : Sdl.Core.Globalization.Async.dll Syntax public class UnitDefinition Constructors UnitDefinition() Declaration public UnitDefinition() Properties UnitKey Declaration [JsonProperty(\"key\")] public string UnitKey { get; set; } Property Value Type Description string UnitType Declaration [JsonProperty(\"type\")] public string UnitType { get; set; } Property Value Type Description string" - }, - "api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.html": { - "href": "api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.html", - "title": "Class UnitDefinitionSet", - "keywords": "Class UnitDefinitionSet Inheritance object UnitDefinitionSet Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization UnitDefinition Assembly : Sdl.Core.Globalization.Async.dll Syntax public class UnitDefinitionSet Constructors UnitDefinitionSet() Declaration public UnitDefinitionSet() Properties UnitDefinitions Declaration public List UnitDefinitions { get; set; } Property Value Type Description List UnitDefinition Methods GetDefinitionByKey(string) Declaration public UnitDefinition GetDefinitionByKey(string unitKey) Parameters Type Name Description string unitKey Returns Type Description UnitDefinition" - }, - "api/core/Sdl.Core.Globalization.UnitMetadata.html": { - "href": "api/core/Sdl.Core.Globalization.UnitMetadata.html", - "title": "Namespace Sdl.Core.Globalization.UnitMetadata", - "keywords": "Namespace Sdl.Core.Globalization.UnitMetadata Classes LabelValueCondition LabelValueSet UnitMetadata UnitMetadataApi UnitMetadataRegistry UnitMetadataRegistryException UnitMetadataSet" - }, - "api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.html": { - "href": "api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.html", - "title": "Class LabelValueCondition", - "keywords": "Class LabelValueCondition Inheritance object LabelValueCondition Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization UnitMetadata Assembly : Sdl.Core.Globalization.Async.dll Syntax public class LabelValueCondition Constructors LabelValueCondition() Declaration public LabelValueCondition() Properties Label Declaration [JsonProperty(\"label\")] public string Label { get; set; } Property Value Type Description string NumberGrammarRangeSetID Declaration [JsonProperty(\"rangeid\", DefaultValueHandling = DefaultValueHandling.Ignore)] public string NumberGrammarRangeSetID { get; set; } Property Value Type Description string" - }, - "api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html": { - "href": "api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html", - "title": "Class LabelValueSet", - "keywords": "Class LabelValueSet Inheritance object LabelValueSet Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization UnitMetadata Assembly : Sdl.Core.Globalization.Async.dll Syntax public class LabelValueSet Constructors LabelValueSet() Declaration public LabelValueSet() Properties LabelValueConditions Declaration [JsonProperty(\"labels\")] public List LabelValueConditions { get; set; } Property Value Type Description List LabelValueCondition Preferred Declaration [JsonProperty(\"pref\", DefaultValueHandling = DefaultValueHandling.Ignore)] public bool Preferred { get; set; } Property Value Type Description bool Methods ContainsLabel(string) Declaration public bool ContainsLabel(string label) Parameters Type Name Description string label Returns Type Description bool GetLabel(double) Declaration public string GetLabel(double value) Parameters Type Name Description double value Returns Type Description string GetLabel(int) Declaration public string GetLabel(int value) Parameters Type Name Description int value Returns Type Description string" - }, - "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.html": { - "href": "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.html", - "title": "Class UnitMetadata", - "keywords": "Class UnitMetadata Inheritance object UnitMetadata Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization UnitMetadata Assembly : Sdl.Core.Globalization.Async.dll Syntax public class UnitMetadata Constructors UnitMetadata() Declaration public UnitMetadata() Properties DoNotInherit Declaration [JsonProperty(\"noinherit\", DefaultValueHandling = DefaultValueHandling.Ignore)] public bool DoNotInherit { get; set; } Property Value Type Description bool LabelValueSets Declaration [JsonProperty(\"sets\")] public List LabelValueSets { get; set; } Property Value Type Description List LabelValueSet UnitKey Declaration [JsonProperty(\"key\")] public string UnitKey { get; set; } Property Value Type Description string Methods LabelValueSetFromLabel(string) Declaration public LabelValueSet LabelValueSetFromLabel(string label) Parameters Type Name Description string label Returns Type Description LabelValueSet" - }, - "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.html": { - "href": "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.html", - "title": "Class UnitMetadataApi", - "keywords": "Class UnitMetadataApi Inheritance object UnitMetadataApi Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.Core Globalization UnitMetadata Assembly : Sdl.Core.Globalization.Async.dll Syntax public sealed class UnitMetadataApi Properties Instance Declaration public static UnitMetadataApi Instance { get; } Property Value Type Description UnitMetadataApi Registry Declaration public UnitMetadataRegistry Registry { get; } Property Value Type Description UnitMetadataRegistry" - }, - "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html": { - "href": "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html", - "title": "Class UnitMetadataRegistry", - "keywords": "Class UnitMetadataRegistry Inheritance object UnitMetadataRegistry Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization UnitMetadata Assembly : Sdl.Core.Globalization.Async.dll Syntax public class UnitMetadataRegistry Constructors UnitMetadataRegistry(ICultureMetadataManager) Declaration public UnitMetadataRegistry(ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description ICultureMetadataManager cultureMetadataManager Methods AllUnitMetadataFromLabelAsync(string, string) Declaration public Task> AllUnitMetadataFromLabelAsync(string label, string languageCode) Parameters Type Name Description string label string languageCode Returns Type Description Task List UnitMetadata GetAllMetadataAsync(string) Declaration public Task> GetAllMetadataAsync(string languageCode) Parameters Type Name Description string languageCode Returns Type Description Task List UnitMetadata GetPreferredLabelValueSetAsync(string, string) Declaration public Task GetPreferredLabelValueSetAsync(string unitKey, string languageCode) Parameters Type Name Description string unitKey string languageCode Returns Type Description Task LabelValueSet GetUnitDefinitionSetAsync() Declaration public Task GetUnitDefinitionSetAsync() Returns Type Description Task UnitDefinitionSet GetUnitMetadataFromKeyAsync(string, string) Declaration public Task<(UnitMetadata unitMetadata, string languageCodeFound)> GetUnitMetadataFromKeyAsync(string unitKey, string languageCode) Parameters Type Name Description string unitKey string languageCode Returns Type Description Task UnitMetadata System.ValueTuple{Sdl.Core.Globalization.UnitMetadata.UnitMetadata,System.String}.unitMetadata string System.ValueTuple{Sdl.Core.Globalization.UnitMetadata.UnitMetadata,System.String}.languageCodeFound GetUnitMetadataFromLabelAsync(string, string) Declaration public Task GetUnitMetadataFromLabelAsync(string label, string languageCode) Parameters Type Name Description string label string languageCode Returns Type Description Task UnitMetadata GetUnitMetadataSetAsync(string) Declaration public Task GetUnitMetadataSetAsync(string langCode) Parameters Type Name Description string langCode Returns Type Description Task UnitMetadataSet" - }, - "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.html": { - "href": "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.html", - "title": "Class UnitMetadataRegistryException", - "keywords": "Class UnitMetadataRegistryException Inheritance object Exception UnitMetadataRegistryException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization UnitMetadata Assembly : Sdl.Core.Globalization.Async.dll Syntax public class UnitMetadataRegistryException : Exception, ISerializable, _Exception Constructors UnitMetadataRegistryException(string) Declaration public UnitMetadataRegistryException(string msg) Parameters Type Name Description string msg Implements ISerializable _Exception" - }, - "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.html": { - "href": "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.html", - "title": "Class UnitMetadataSet", - "keywords": "Class UnitMetadataSet Inheritance object UnitMetadataSet Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization UnitMetadata Assembly : Sdl.Core.Globalization.Async.dll Syntax public class UnitMetadataSet Constructors UnitMetadataSet() Declaration public UnitMetadataSet() Properties LanguageCode Declaration [JsonProperty(\"code\")] public string LanguageCode { get; set; } Property Value Type Description string" + "keywords": "Class LocalizableString Inheritance System.Object LocalizableString Inherited Members 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.Core.Globalization Assembly : Sdl.Core.Globalization.dll Syntax public class LocalizableString Constructors LocalizableString(String) Declaration public LocalizableString(string content) Parameters Type Name Description System.String content Properties Content Declaration public string Content { get; } Property Value Type Description System.String IsResource Declaration public bool IsResource { get; } Property Value Type Description System.Boolean RawContent Declaration public string RawContent { get; } Property Value Type Description System.String Methods ToString() Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString()" }, "api/core/Sdl.Core.Globalization.UnsupportedCodepageException.html": { "href": "api/core/Sdl.Core.Globalization.UnsupportedCodepageException.html", "title": "Class UnsupportedCodepageException", - "keywords": "Class UnsupportedCodepageException Inheritance object Exception UnsupportedCodepageException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.dll Syntax public class UnsupportedCodepageException : Exception, ISerializable, _Exception Constructors UnsupportedCodepageException() Declaration public UnsupportedCodepageException() UnsupportedCodepageException(SerializationInfo, StreamingContext) Declaration protected UnsupportedCodepageException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context UnsupportedCodepageException(string) Declaration public UnsupportedCodepageException(string message) Parameters Type Name Description string message UnsupportedCodepageException(string, Exception) Declaration public UnsupportedCodepageException(string message, Exception inner) Parameters Type Name Description string message Exception inner Implements ISerializable _Exception" - }, - "api/core/Sdl.Core.Globalization.UnsupportedLanguageException.html": { - "href": "api/core/Sdl.Core.Globalization.UnsupportedLanguageException.html", - "title": "Class UnsupportedLanguageException", - "keywords": "Class UnsupportedLanguageException Inheritance object Exception UnsupportedLanguageException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Core Globalization Assembly : Sdl.Core.Globalization.Async.dll Syntax public class UnsupportedLanguageException : Exception, ISerializable, _Exception Constructors UnsupportedLanguageException() Declaration public UnsupportedLanguageException() UnsupportedLanguageException(SerializationInfo, StreamingContext) Declaration protected UnsupportedLanguageException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context UnsupportedLanguageException(string) Declaration public UnsupportedLanguageException(string message) Parameters Type Name Description string message UnsupportedLanguageException(string, Exception) Declaration public UnsupportedLanguageException(string message, Exception inner) Parameters Type Name Description string message Exception inner Implements ISerializable _Exception" + "keywords": "Class UnsupportedCodepageException Inheritance System.Object System.Exception UnsupportedCodepageException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.Core.Globalization Assembly : Sdl.Core.Globalization.dll Syntax public class UnsupportedCodepageException : Exception, ISerializable, _Exception Constructors UnsupportedCodepageException() Declaration public UnsupportedCodepageException() UnsupportedCodepageException(SerializationInfo, StreamingContext) Declaration protected UnsupportedCodepageException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context UnsupportedCodepageException(String) Declaration public UnsupportedCodepageException(string message) Parameters Type Name Description System.String message UnsupportedCodepageException(String, Exception) Declaration public UnsupportedCodepageException(string message, Exception inner) Parameters Type Name Description System.String message System.Exception inner Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/core/Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.html": { "href": "api/core/Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.html", "title": "Class AuxiliaryExtensionAttribute", - "keywords": "Class AuxiliaryExtensionAttribute Base class for auxiliary extension attributes, defining additional information that can be specified for an extension point, together with an extension attribute (see ExtensionAttribute ). Inheritance object Attribute AuxiliaryExtensionAttribute AbstractLayoutAttribute ShortcutAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax [AttributeUsage(AttributeTargets.Class)] public class AuxiliaryExtensionAttribute : Attribute Constructors AuxiliaryExtensionAttribute() Default constructor for XML serialization. Declaration public AuxiliaryExtensionAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates the use of this auxiliary extnsion attribute in the context of the specified extension. This method is called by the framework while generating the plug-in manifest. Declaration public virtual void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages" + "keywords": "Class AuxiliaryExtensionAttribute Base class for auxiliary extension attributes, defining additional information that can be specified for an extension point, together with an extension attribute (see ExtensionAttribute ). Inheritance System.Object AuxiliaryExtensionAttribute Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class AuxiliaryExtensionAttribute : Attribute Constructors AuxiliaryExtensionAttribute() Default constructor for XML serialization. Declaration public AuxiliaryExtensionAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates the use of this auxiliary extnsion attribute in the context of the specified extension. This method is called by the framework while generating the plug-in manifest. Declaration public virtual void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages" }, "api/core/Sdl.Core.PluginFramework.AuxiliaryExtensionAttributeCollection.html": { "href": "api/core/Sdl.Core.PluginFramework.AuxiliaryExtensionAttributeCollection.html", "title": "Class AuxiliaryExtensionAttributeCollection", - "keywords": "Class AuxiliaryExtensionAttributeCollection Read-only collection of extension info attributes. Inheritance object ReadOnlyCollection AuxiliaryExtensionAttribute AuxiliaryExtensionAttributeCollection Implements IList AuxiliaryExtensionAttribute ICollection AuxiliaryExtensionAttribute IList ICollection IReadOnlyList AuxiliaryExtensionAttribute IReadOnlyCollection AuxiliaryExtensionAttribute IEnumerable AuxiliaryExtensionAttribute IEnumerable Inherited Members ReadOnlyCollection.Contains(AuxiliaryExtensionAttribute) ReadOnlyCollection.CopyTo(AuxiliaryExtensionAttribute[], int) ReadOnlyCollection.GetEnumerator() ReadOnlyCollection.IndexOf(AuxiliaryExtensionAttribute) ReadOnlyCollection.Count ReadOnlyCollection.this[int] ReadOnlyCollection.Items object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class AuxiliaryExtensionAttributeCollection : ReadOnlyCollection, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable Implements IList ICollection IList ICollection IReadOnlyList IReadOnlyCollection IEnumerable IEnumerable" + "keywords": "Class AuxiliaryExtensionAttributeCollection Read-only collection of extension info attributes. Inheritance System.Object AuxiliaryExtensionAttributeCollection Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class AuxiliaryExtensionAttributeCollection : ReadOnlyCollection" }, "api/core/Sdl.Core.PluginFramework.Configuration.ConfigManager.html": { "href": "api/core/Sdl.Core.PluginFramework.Configuration.ConfigManager.html", "title": "Class ConfigManager", - "keywords": "Class ConfigManager Inheritance object ConfigManager Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Configuration Assembly : Sdl.Core.PluginFramework.dll Syntax public class ConfigManager Constructors ConfigManager() Declaration public ConfigManager() Methods GetDefaultXmlConfiguration() Declaration public IFrameworkConfiguration GetDefaultXmlConfiguration() Returns Type Description IFrameworkConfiguration GetXmlConfiguration(string) Declaration public IFrameworkConfiguration GetXmlConfiguration(string pluginConfigFilePath) Parameters Type Name Description string pluginConfigFilePath Returns Type Description IFrameworkConfiguration" + "keywords": "Class ConfigManager Inheritance System.Object ConfigManager Namespace : Sdl.Core.PluginFramework.Configuration Assembly : Sdl.Core.PluginFramework.dll Syntax public class ConfigManager : Object Constructors ConfigManager() Declaration public ConfigManager() Methods GetDefaultXmlConfiguration() Declaration public IFrameworkConfiguration GetDefaultXmlConfiguration() Returns Type Description IFrameworkConfiguration GetXmlConfiguration(String) Declaration public IFrameworkConfiguration GetXmlConfiguration(string pluginConfigFilePath) Parameters Type Name Description System.String pluginConfigFilePath Returns Type Description IFrameworkConfiguration" }, "api/core/Sdl.Core.PluginFramework.Configuration.html": { "href": "api/core/Sdl.Core.PluginFramework.Configuration.html", @@ -447,272 +147,272 @@ "api/core/Sdl.Core.PluginFramework.Configuration.IFrameworkConfiguration.html": { "href": "api/core/Sdl.Core.PluginFramework.Configuration.IFrameworkConfiguration.html", "title": "Interface IFrameworkConfiguration", - "keywords": "Interface IFrameworkConfiguration Namespace : Sdl Sdl.Core PluginFramework Configuration Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IFrameworkConfiguration Properties ApiVersions Gets the installed API versions. Declaration Dictionary ApiVersions { get; } Property Value Type Description Dictionary string Version ProductVersions Gets the installed product versions. Declaration Dictionary ProductVersions { get; } Property Value Type Description Dictionary string Version ThirdPartyPluginPackagesRelativePath Gets or sets the configured third-party package storage folder Declaration string ThirdPartyPluginPackagesRelativePath { get; } Property Value Type Description string ThirdPartyPluginsEnabled Gets or sets if third-party plugins are enabled. Declaration bool ThirdPartyPluginsEnabled { get; } Property Value Type Description bool ThirdPartyPluginsRelativePath Gets or sets the configured third-party plugin-root folder Declaration string ThirdPartyPluginsRelativePath { get; } Property Value Type Description string" + "keywords": "Interface IFrameworkConfiguration Namespace : Sdl.Core.PluginFramework.Configuration Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IFrameworkConfiguration Properties ApiVersions Gets the installed API versions. Declaration Dictionary ApiVersions { get; } Property Value Type Description System.Collections.Generic.Dictionary < System.String , System.Version > ProductVersions Gets the installed product versions. Declaration Dictionary ProductVersions { get; } Property Value Type Description System.Collections.Generic.Dictionary < System.String , System.Version > ThirdPartyPluginPackagesRelativePath Gets or sets the configured third-party package storage folder Declaration string ThirdPartyPluginPackagesRelativePath { get; } Property Value Type Description System.String ThirdPartyPluginsEnabled Gets or sets if third-party plugins are enabled. Declaration bool ThirdPartyPluginsEnabled { get; } Property Value Type Description System.Boolean ThirdPartyPluginsRelativePath Gets or sets the configured third-party plugin-root folder Declaration string ThirdPartyPluginsRelativePath { get; } Property Value Type Description System.String" }, "api/core/Sdl.Core.PluginFramework.DefaultObjectResolver.html": { "href": "api/core/Sdl.Core.PluginFramework.DefaultObjectResolver.html", "title": "Class DefaultObjectResolver", - "keywords": "Class DefaultObjectResolver Default object resolver for plugin framework Inheritance object DefaultObjectResolver Implements IObjectResolver Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class DefaultObjectResolver : IObjectResolver Constructors DefaultObjectResolver() Declaration public DefaultObjectResolver() Methods CanResolve(Type) Returns true if the object resolver can create the object based on the type of that object Declaration public bool CanResolve(Type objectType) Parameters Type Name Description Type objectType Returns Type Description bool CreateObject(Type, XElement) Declaration public object CreateObject(Type objectType, XElement attributeElement = null) Parameters Type Name Description Type objectType System.Xml.Linq.XElement attributeElement Returns Type Description object Implements IObjectResolver" + "keywords": "Class DefaultObjectResolver Default object resolver for plugin framework Inheritance System.Object DefaultObjectResolver Implements IObjectResolver Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class DefaultObjectResolver : Object, IObjectResolver Constructors DefaultObjectResolver() Declaration public DefaultObjectResolver() Methods CanResolve(Type) Returns true if the object resolver can create the object based on the type of that object Declaration public bool CanResolve(Type objectType) Parameters Type Name Description System.Type objectType Returns Type Description System.Boolean CreateObject(Type, XElement) Declaration public object CreateObject(Type objectType, XElement attributeElement = null) Parameters Type Name Description System.Type objectType System.Xml.Linq.XElement attributeElement Returns Type Description System.Object Implements IObjectResolver" }, "api/core/Sdl.Core.PluginFramework.DefaultPluginLocator.html": { "href": "api/core/Sdl.Core.PluginFramework.DefaultPluginLocator.html", "title": "Class DefaultPluginLocator", - "keywords": "Class DefaultPluginLocator Implementation of a plug-in locator ( IPluginLocator ) which loads locates plug-ins within a directory on the local file system and an OpenExchange directory that contains sub-folders with individual plug-ins. Inheritance object DefaultPluginLocator Implements IPluginLocator IDisposable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class DefaultPluginLocator : IPluginLocator, IDisposable Constructors DefaultPluginLocator() Creates a default plug-in locator, which loads plug-ins from a \"Plugins\" subfolder of the installation folder and will optionally search in a specified Open Exchange plug-in location. Declaration public DefaultPluginLocator() Properties SystemPluginsDirectory Gets the system plug-ins directory. Declaration public string SystemPluginsDirectory { get; } Property Value Type Description string Methods Dispose() Disposes the plug-in locator. Declaration public void Dispose() Remarks This method is called automatically when the owning plug-in registry is disposed. GetPluginDescriptors() Returns an array of plug-in descriptors for plug-ins found. Declaration public IPluginDescriptor[] GetPluginDescriptors() Returns Type Description IPluginDescriptor An array of plug-in descriptors. Remarks This locator looks for plug-in manifest files with the extension \".plugin.xml\". Implements IPluginLocator IDisposable" + "keywords": "Class DefaultPluginLocator Implementation of a plug-in locator ( IPluginLocator ) which loads locates plug-ins within a directory on the local file system and an OpenExchange directory that contains sub-folders with individual plug-ins. Inheritance System.Object DefaultPluginLocator Implements IPluginLocator System.IDisposable Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class DefaultPluginLocator : Object, IPluginLocator Constructors DefaultPluginLocator() Creates a default plug-in locator, which loads plug-ins from a \"Plugins\" subfolder of the installation folder and will optionally search in a specified Open Exchange plug-in location. Declaration public DefaultPluginLocator() Properties SystemPluginsDirectory Gets the system plug-ins directory. Declaration public string SystemPluginsDirectory { get; } Property Value Type Description System.String Methods Dispose() Disposes the plug-in locator. Declaration public void Dispose() Remarks This method is called automatically when the owning plug-in registry is disposed. GetPluginDescriptors() Returns an array of plug-in descriptors for plug-ins found. Declaration public IPluginDescriptor[] GetPluginDescriptors() Returns Type Description IPluginDescriptor [] An array of plug-in descriptors. Remarks This locator looks for plug-in manifest files with the extension \".plugin.xml\". Implements IPluginLocator System.IDisposable" }, "api/core/Sdl.Core.PluginFramework.DefaultPluginTypeLoader.html": { "href": "api/core/Sdl.Core.PluginFramework.DefaultPluginTypeLoader.html", "title": "Class DefaultPluginTypeLoader", - "keywords": "Class DefaultPluginTypeLoader Implementation of a plug-in type loader ( IPluginTypeLoader ) which attempts to load types using GetType() , assuming the plug-in assembly is available in one of the default assembly locations. Inheritance object DefaultPluginTypeLoader Implements IPluginTypeLoader Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class DefaultPluginTypeLoader : IPluginTypeLoader Constructors DefaultPluginTypeLoader() Creates an instance of DefaultPluginTypeLoader that can be used for loading Open Exchange plug-ins. Declaration public DefaultPluginTypeLoader() Methods LoadType(IPlugin, string) Loads the specified type, referred to in the manifest of the specified plug-in. This type loader will also check for Open Exchange plug-ins in their respective folders. Declaration public Type LoadType(IPlugin plugin, string typeName) Parameters Type Name Description IPlugin plugin The plug-in which refers to the type. string typeName The assembly-qualified type name of the requested type. Returns Type Description Type The loaded type. Throws an exception if the type failes to load. Implements IPluginTypeLoader" + "keywords": "Class DefaultPluginTypeLoader Implementation of a plug-in type loader ( IPluginTypeLoader ) which attempts to load types using System.Type.GetType , assuming the plug-in assembly is available in one of the default assembly locations. Inheritance System.Object DefaultPluginTypeLoader Implements IPluginTypeLoader Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class DefaultPluginTypeLoader : Object, IPluginTypeLoader Constructors DefaultPluginTypeLoader() Creates an instance of DefaultPluginTypeLoader that can be used for loading Open Exchange plug-ins. Declaration public DefaultPluginTypeLoader() Methods LoadType(IPlugin, String) Loads the specified type, referred to in the manifest of the specified plug-in. This type loader will also check for Open Exchange plug-ins in their respective folders. Declaration public Type LoadType(IPlugin plugin, string typeName) Parameters Type Name Description IPlugin plugin The plug-in which refers to the type. System.String typeName The assembly-qualified type name of the requested type. Returns Type Description System.Type The loaded type. Throws an exception if the type failes to load. Implements IPluginTypeLoader" }, "api/core/Sdl.Core.PluginFramework.ExtensionAttribute.html": { "href": "api/core/Sdl.Core.PluginFramework.ExtensionAttribute.html", "title": "Class ExtensionAttribute", - "keywords": "Class ExtensionAttribute Base class extension attributes, defining extension points. Inheritance object Attribute ExtensionAttribute ExtensionBuilderAttribute SortableExtensionAttribute AbstractCommandBarItemAttribute ApplicationInitializerAttribute ExternalCommandLineProcessorAttribute ViewAttribute ViewPartAttribute TellMeProviderAttribute TellMeSearchProviderAttribute TerminologyProviderFactoryAttribute TerminologyProviderViewerWinFormsUIAttribute TerminologyProviderWinFormsUIAttribute AutoSuggestProviderAttribute ExternalPackageConvertorExtensionAttribute GlobalVerifierAttribute GlobalVerifierSettingsPageAttribute LanguageDirectionVerifierAttribute MessageControlPlugInAttribute SerializeProfileVerifierAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax [AttributeUsage(AttributeTargets.Class)] public class ExtensionAttribute : Attribute Remarks To define a new extension point, create a new attribute class, extending ExtensionAttribute . The class must be annotated with the ExtensionPointInfoAttribute attribute, which indicates that the class defines an extension point. Users can now create new extension classes annotated with the new extension attribute, and implementing a specified interface. To get access to all the extensions registered with your extension point, use GetExtensionPoint() , specifying the type of your extension attribute. For more information, see IExtensionPoint . When the plug-in manifest is generated, instances of the extension attribute are saved in the plug-in manifest using XML serialization. For that reason, make sure your extension attribute supports this (e.g. add a default constructor). The framework also provides support for getting property values from the PluginResources.resx resource file, which is deployed together with the plug-in manifest. To specify that the value of a certain string property needs to be retrieved from the resource file, annotate the property definition with the PluginResourceAttribute attribute. Users should now specify the name of the resource key, instead of the actual value, as the property value. When no resource string with the specified key can be found, the framework keeps the specified string as the property value. To define non-string properties whose value is stored in the PluginResources.resx resource file, create a string property, which value should be set to a resource key. When consuming the extension, use GetPluginResource(string) tio retriece the resource from the plug-in resource file. Constructors ExtensionAttribute() Default constructor for XML serialization. Declaration public ExtensionAttribute() ExtensionAttribute(string, string, string) Constructor with required attributes. Declaration public ExtensionAttribute(string id, string name, string description) Parameters Type Name Description string id The unique id for the extension. string name The name for the extension. Should typically be a key of a resource string in PluginResources.resx. string description The description for the extension. Should typically be a key of a resource string in PluginResources.resx. Properties Description Gets or sets the description of the extension. Declaration [PluginResource] public string Description { get; set; } Property Value Type Description string Remarks Should typically be a key of a resource string in PluginResources.resx. Icon Gets or sets the resource key for an the icon representing this extension. Can be null. Declaration public string Icon { get; set; } Property Value Type Description string Id Gets or sets the unique id of the extension. Declaration public string Id { get; set; } Property Value Type Description string Name Gets or sets the name of the extension. Declaration [PluginResource] public string Name { get; set; } Property Value Type Description string Remarks Should typically be a key of a resource string in PluginResources.resx. Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates an extension targeting this extension point. This method is called by the framework while generating the plug-in manifest. Declaration public virtual void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) Validates the extension Id. Checks whether this is not null or empty. Declaration protected virtual void ValidateId(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) Validates the extension Name. Checks whether this is not null or empty. Declaration protected virtual void ValidateName(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages" + "keywords": "Class ExtensionAttribute Base class extension attributes, defining extension points. Inheritance System.Object ExtensionAttribute ExtensionBuilderAttribute SortableExtensionAttribute Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class ExtensionAttribute : Attribute Remarks To define a new extension point, create a new attribute class, extending ExtensionAttribute . The class must be annotated with the ExtensionPointInfoAttribute attribute, which indicates that the class defines an extension point. Users can now create new extension classes annotated with the new extension attribute, and implementing a specified interface. To get access to all the extensions registered with your extension point, use GetExtensionPoint() , specifying the type of your extension attribute. For more information, see IExtensionPoint . When the plug-in manifest is generated, instances of the extension attribute are saved in the plug-in manifest using XML serialization. For that reason, make sure your extension attribute supports this (e.g. add a default constructor). The framework also provides support for getting property values from the PluginResources.resx resource file, which is deployed together with the plug-in manifest. To specify that the value of a certain string property needs to be retrieved from the resource file, annotate the property definition with the PluginResourceAttribute attribute. Users should now specify the name of the resource key, instead of the actual value, as the property value. When no resource string with the specified key can be found, the framework keeps the specified string as the property value. To define non-string properties whose value is stored in the PluginResources.resx resource file, create a string property, which value should be set to a resource key. When consuming the extension, use GetPluginResource(String) tio retriece the resource from the plug-in resource file. Constructors ExtensionAttribute() Default constructor for XML serialization. Declaration public ExtensionAttribute() ExtensionAttribute(String, String, String) Constructor with required attributes. Declaration public ExtensionAttribute(string id, string name, string description) Parameters Type Name Description System.String id The unique id for the extension. System.String name The name for the extension. Should typically be a key of a resource string in PluginResources.resx. System.String description The description for the extension. Should typically be a key of a resource string in PluginResources.resx. Properties Description Gets or sets the description of the extension. Declaration [PluginResource] public string Description { get; set; } Property Value Type Description System.String Remarks Should typically be a key of a resource string in PluginResources.resx. Icon Gets or sets the resource key for an the icon representing this extension. Can be null. Declaration public string Icon { get; set; } Property Value Type Description System.String Id Gets or sets the unique id of the extension. Declaration public string Id { get; set; } Property Value Type Description System.String Name Gets or sets the name of the extension. Declaration [PluginResource] public string Name { get; set; } Property Value Type Description System.String Remarks Should typically be a key of a resource string in PluginResources.resx. Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates an extension targeting this extension point. This method is called by the framework while generating the plug-in manifest. Declaration public virtual void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) Validates the extension Id. Checks whether this is not null or empty. Declaration protected virtual void ValidateId(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) Validates the extension Name. Checks whether this is not null or empty. Declaration protected virtual void ValidateName(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages" }, "api/core/Sdl.Core.PluginFramework.ExtensionCollection.html": { "href": "api/core/Sdl.Core.PluginFramework.ExtensionCollection.html", "title": "Class ExtensionCollection", - "keywords": "Class ExtensionCollection Read-only collection of extensions. Inheritance object ReadOnlyCollection IExtension ExtensionCollection Implements IList IExtension ICollection IExtension IList ICollection IReadOnlyList IExtension IReadOnlyCollection IExtension IEnumerable IExtension IEnumerable Inherited Members ReadOnlyCollection.Contains(IExtension) ReadOnlyCollection.CopyTo(IExtension[], int) ReadOnlyCollection.GetEnumerator() ReadOnlyCollection.IndexOf(IExtension) ReadOnlyCollection.Count ReadOnlyCollection.this[int] ReadOnlyCollection.Items object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class ExtensionCollection : ReadOnlyCollection, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable Constructors ExtensionCollection(IList) Constructor for ExtenstionCollection that it's accepting a list of extensions Declaration public ExtensionCollection(IList list) Parameters Type Name Description IList IExtension list Properties this[string] Gets the IExtension with the specified extension id. Declaration public IExtension this[string extensionId] { get; } Parameters Type Name Description string extensionId Property Value Type Description IExtension Implements IList ICollection IList ICollection IReadOnlyList IReadOnlyCollection IEnumerable IEnumerable" + "keywords": "Class ExtensionCollection Read-only collection of extensions. Inheritance System.Object ExtensionCollection Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class ExtensionCollection : ReadOnlyCollection Constructors ExtensionCollection(IList) Constructor for ExtenstionCollection that it's accepting a list of extensions Declaration public ExtensionCollection(IList list) Parameters Type Name Description System.Collections.Generic.IList < IExtension > list Properties Item[String] Gets the IExtension with the specified extension id. Declaration public IExtension this[string extensionId] { get; } Parameters Type Name Description System.String extensionId Property Value Type Description IExtension" }, "api/core/Sdl.Core.PluginFramework.ExtensionEventArgs.html": { "href": "api/core/Sdl.Core.PluginFramework.ExtensionEventArgs.html", "title": "Class ExtensionEventArgs", - "keywords": "Class ExtensionEventArgs Event arguments class for extenion-related events. Inheritance object EventArgs ExtensionEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class ExtensionEventArgs : EventArgs Constructors ExtensionEventArgs(IExtension) Constructor. Declaration public ExtensionEventArgs(IExtension extension) Parameters Type Name Description IExtension extension The extension to which the event relates. Properties Extension Gets the extension to which the event relates. Declaration public IExtension Extension { get; } Property Value Type Description IExtension" + "keywords": "Class ExtensionEventArgs Event arguments class for extenion-related events. Inheritance System.Object ExtensionEventArgs Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class ExtensionEventArgs : EventArgs Constructors ExtensionEventArgs(IExtension) Constructor. Declaration public ExtensionEventArgs(IExtension extension) Parameters Type Name Description IExtension extension The extension to which the event relates. Properties Extension Gets the extension to which the event relates. Declaration public IExtension Extension { get; } Property Value Type Description IExtension" }, "api/core/Sdl.Core.PluginFramework.ExtensionPointBehavior.html": { "href": "api/core/Sdl.Core.PluginFramework.ExtensionPointBehavior.html", - "title": "Enum ExtensionPointBehavior", - "keywords": "Enum ExtensionPointBehavior Possible extension point types. Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public enum ExtensionPointBehavior Fields Name Description Dynamic Dynamic extension point. Extensions for this extension point can be enabled or disabled without requiring an application restart. Static Static extension point. Once the extension have been instantiated, enabling or disabling extensions within this extension point requires a restart of the application." + "title": "Class ExtensionPointBehavior", + "keywords": "Class ExtensionPointBehavior Possible extension point types. Inheritance System.Object ExtensionPointBehavior Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class ExtensionPointBehavior : Enum Fields Dynamic Dynamic extension point. Extensions for this extension point can be enabled or disabled without requiring an application restart. Declaration public const ExtensionPointBehavior Dynamic Field Value Type Description ExtensionPointBehavior Static Static extension point. Once the extension have been instantiated, enabling or disabling extensions within this extension point requires a restart of the application. Declaration public const ExtensionPointBehavior Static Field Value Type Description ExtensionPointBehavior value__ Declaration public int value__ Field Value Type Description System.Int32" }, "api/core/Sdl.Core.PluginFramework.ExtensionPointCollection.html": { "href": "api/core/Sdl.Core.PluginFramework.ExtensionPointCollection.html", "title": "Class ExtensionPointCollection", - "keywords": "Class ExtensionPointCollection Read-only collection of extension points. Inheritance object ReadOnlyCollection IExtensionPoint ExtensionPointCollection Implements IList IExtensionPoint ICollection IExtensionPoint IList ICollection IReadOnlyList IExtensionPoint IReadOnlyCollection IExtensionPoint IEnumerable IExtensionPoint IEnumerable Inherited Members ReadOnlyCollection.Contains(IExtensionPoint) ReadOnlyCollection.CopyTo(IExtensionPoint[], int) ReadOnlyCollection.GetEnumerator() ReadOnlyCollection.IndexOf(IExtensionPoint) ReadOnlyCollection.Count ReadOnlyCollection.this[int] ReadOnlyCollection.Items object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class ExtensionPointCollection : ReadOnlyCollection, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable Implements IList ICollection IList ICollection IReadOnlyList IReadOnlyCollection IEnumerable IEnumerable" + "keywords": "Class ExtensionPointCollection Read-only collection of extension points. Inheritance System.Object ExtensionPointCollection Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class ExtensionPointCollection : ReadOnlyCollection" }, "api/core/Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.html": { "href": "api/core/Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.html", "title": "Class ExtensionPointInfoAttribute", - "keywords": "Class ExtensionPointInfoAttribute Attribute for identifying an extension point attribute definition. Inheritance object Attribute ExtensionPointInfoAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax [AttributeUsage(AttributeTargets.Class)] public sealed class ExtensionPointInfoAttribute : Attribute Remarks To define a new extension point, create an ExtensionAttribute , annotated with an ExtensionPointInfoAttribute . For more information on how to define extension points, see ExtensionAttribute . Constructors ExtensionPointInfoAttribute(string, ExtensionPointBehavior) Constructor with a name and behavior. Declaration public ExtensionPointInfoAttribute(string name, ExtensionPointBehavior behavior) Parameters Type Name Description string name A name for this extension point. ExtensionPointBehavior behavior The behavior of this extension point. Properties Behavior Gets or sets the type of this extension point. Declaration public ExtensionPointBehavior Behavior { get; set; } Property Value Type Description ExtensionPointBehavior Name Gets or sets the name of this extension point. Declaration public string Name { get; set; } Property Value Type Description string" + "keywords": "Class ExtensionPointInfoAttribute Attribute for identifying an extension point attribute definition. Inheritance System.Object ExtensionPointInfoAttribute Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class ExtensionPointInfoAttribute : Attribute Remarks To define a new extension point, create an ExtensionAttribute , annotated with an ExtensionPointInfoAttribute . For more information on how to define extension points, see ExtensionAttribute . Constructors ExtensionPointInfoAttribute(String, ExtensionPointBehavior) Constructor with a name and behavior. Declaration public ExtensionPointInfoAttribute(string name, ExtensionPointBehavior behavior) Parameters Type Name Description System.String name A name for this extension point. ExtensionPointBehavior behavior The behavior of this extension point. Properties Behavior Gets or sets the type of this extension point. Declaration public ExtensionPointBehavior Behavior { get; set; } Property Value Type Description ExtensionPointBehavior Name Gets or sets the name of this extension point. Declaration public string Name { get; set; } Property Value Type Description System.String" }, "api/core/Sdl.Core.PluginFramework.FileBasedPluginDescriptor.html": { "href": "api/core/Sdl.Core.PluginFramework.FileBasedPluginDescriptor.html", "title": "Class FileBasedPluginDescriptor", - "keywords": "Class FileBasedPluginDescriptor Plug-in descriptor which loads the plug-in manifest and the plug-in's resources from files on the local file system. Inheritance object FileBasedPluginDescriptor Implements IPluginDescriptor Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class FileBasedPluginDescriptor : IPluginDescriptor Constructors FileBasedPluginDescriptor(string) Constructs a FileBasedPluginDescriptor using the specified path of a plug-in manifest path. Declaration public FileBasedPluginDescriptor(string pluginManifestFilePath) Parameters Type Name Description string pluginManifestFilePath The full path to the plug-in manifest. Properties Name Returns the file name of the plug-in manifest file. Declaration public string Name { get; } Property Value Type Description string PluginManifestFilePath Gets the full plug-in manifest file path. Declaration public string PluginManifestFilePath { get; } Property Value Type Description string Methods GetPluginManifestStream() Returns a file stream for reading the plug-in manifest file. Declaration public Stream GetPluginManifestStream() Returns Type Description Stream A file stream for reading the plug-in manifest file. GetPluginResource(string) Gets a plug-in resource by name. This only includes resources that are referred to in the plug-in manifest, such as strings and images. Declaration public object GetPluginResource(string name) Parameters Type Name Description string name The resource name. Returns Type Description object Remarks When a property of an extsion attribnute or auxiliary extension attribute is merked with the PluginResourceAttribute attribute, any value assigned to it is assumed to be the name of a plug-in resource and can therefore be retrieved using this method. Implements IPluginDescriptor" + "keywords": "Class FileBasedPluginDescriptor Plug-in descriptor which loads the plug-in manifest and the plug-in's resources from files on the local file system. Inheritance System.Object FileBasedPluginDescriptor Implements IPluginDescriptor Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class FileBasedPluginDescriptor : Object, IPluginDescriptor Constructors FileBasedPluginDescriptor(String) Constructs a FileBasedPluginDescriptor using the specified path of a plug-in manifest path. Declaration public FileBasedPluginDescriptor(string pluginManifestFilePath) Parameters Type Name Description System.String pluginManifestFilePath The full path to the plug-in manifest. Properties Name Returns the file name of the plug-in manifest file. Declaration public string Name { get; } Property Value Type Description System.String PluginManifestFilePath Gets the full plug-in manifest file path. Declaration public string PluginManifestFilePath { get; } Property Value Type Description System.String Methods GetPluginManifestStream() Returns a file stream for reading the plug-in manifest file. Declaration public Stream GetPluginManifestStream() Returns Type Description System.IO.Stream A file stream for reading the plug-in manifest file. GetPluginResource(String) Gets a plug-in resource by name. This only includes resources that are referred to in the plug-in manifest, such as strings and images. Declaration public object GetPluginResource(string name) Parameters Type Name Description System.String name The resource name. Returns Type Description System.Object Remarks When a property of an extsion attribnute or auxiliary extension attribute is merked with the PluginResourceAttribute attribute, any value assigned to it is assumed to be the name of a plug-in resource and can therefore be retrieved using this method. Implements IPluginDescriptor" }, "api/core/Sdl.Core.PluginFramework.html": { "href": "api/core/Sdl.Core.PluginFramework.html", "title": "Namespace Sdl.Core.PluginFramework", - "keywords": "Namespace Sdl.Core.PluginFramework Classes AuxiliaryExtensionAttribute Base class for auxiliary extension attributes, defining additional information that can be specified for an extension point, together with an extension attribute (see ExtensionAttribute ). AuxiliaryExtensionAttributeCollection Read-only collection of extension info attributes. DefaultObjectResolver Default object resolver for plugin framework DefaultPluginLocator Implementation of a plug-in locator ( IPluginLocator ) which loads locates plug-ins within a directory on the local file system and an OpenExchange directory that contains sub-folders with individual plug-ins. DefaultPluginTypeLoader Implementation of a plug-in type loader ( IPluginTypeLoader ) which attempts to load types using GetType() , assuming the plug-in assembly is available in one of the default assembly locations. ExtensionAttribute Base class extension attributes, defining extension points. ExtensionCollection Read-only collection of extensions. ExtensionEventArgs Event arguments class for extenion-related events. ExtensionPointCollection Read-only collection of extension points. ExtensionPointInfoAttribute Attribute for identifying an extension point attribute definition. FileBasedPluginDescriptor Plug-in descriptor which loads the plug-in manifest and the plug-in's resources from files on the local file system. InitializePluginCompletedEventArgs Events argument class for plug-in initialization completion events ( InitializePluginCompleted ), raised during calls to InitializePluginAsync(IEnumerable) . InitializePluginProgressChangedEventArgs Events argument class for plug-in initialization progress events ( InitializePluginProgressChanged ), raised during calls to InitializePluginAsync(IEnumerable) . InvalidSdlAssemblyReference ObjectFactory Helper class for dynamically creating objects. ObjectRegistry Helper class for implementers of extension points, which allows easy instantiation of all extensions registered with an extension point identified by a specific type of extension attribute. PluginAttribute Assembly-level attribute that indicates that an assembly contains extension definitions. PluginCollection Read-only collection of plug-ins ( IPlugin ). PluginFrameworkException Exception class for exceptions related to the plugin registry. PluginId Unique identity of a plug-in. The id of a plug-in is the name of the plug-in assembly. PluginInitializationResult Provides result information from plug-in initialization. PluginInitializationResultsEventArgs Event args providing initialization results for a number of plug-ins. See EnsurePluginsInitialized(IEnumerable, EventHandler) . PluginLoadExceptionEventArgs EventArgs class for the PluginLoadException event. PluginManager Main entry point to the plug-in framework. PluginResourceAttribute Attribute for annotation extension attribute string properties to indicate that the value of the property should be retrieved from the plug-in resources file of the plug-in in which the extension is defined. PluginState Captures the state of a plug-in, which can be saved into a plugin cache (see IPluginCache ). ValidatingSystemPluginLocator This class is an extension to an existing IPluginLocator interface and allows installed third party plugins to be validated against their .sdlplugin packages and it's embedded signature. XmlPluginCache Default implementation of the plug-in cache interface (see IPluginCache ) that stores plug-in state into an xml file. Interfaces IExtension Represents an extension registered with a particular extension point within a particular plug-in. IExtensionAware This interface can be implemented by extension types that want to know about the extension meta-data associated with the type. IExtensionPoint Represents an extension point, defined by an extension attribute (see ExtensionAttribute ), annotated by an ExtensionPointInfoAttribute . IObjectResolver Will provide an implementation that will be used to create objects based on the plugin manifest file IPlugin Represents a plug-in, which provides a number of extensions. IPluginCache Represents a plug-in cache, which is used to store plug-in state. IPluginDescriptor Represents a plug-in descriptor, which gives access to a plug-in manifest and corresponding resources. IPluginFilter Provides control over whether certain plug-ins or individual extensions are loaded. IPluginInitializer Component that is used by a plug-in registry ( IPluginRegistry ) to initailize plug-ins. This component ensures that the plug-in is ready to be used; i.e. its extensions are ready to be instantiated. IPluginLocator Represents a plug-in locator, which is used by a plug-in registry to locate plug-ins. IPluginRegistry This interface provides the main entry point for working with plug-ins and extensions. IPluginStateHandler Represents an object that determines whether the user can enable or disable certain plug-ins. This is typically used in a user interface that allows plug-in management. IPluginTypeLoader Component that is used by the IPluginRegistry to load types that are referred to in plug-in manifests. IThirdPartyPluginDescriptor Represents a third-party plug-in descriptor, which gives access to a seperate third-party plug-in manifest. IValidatingPluginLocator Enums ExtensionPointBehavior Possible extension point types. PluginStatus Represents the status of a plug-in. SdlAssemblyReferenceError Types of validation error that occur when validating SDL assembly references in third party plug-ins. Delegates PluginInitializedCallback Callback delegate for the InitializePluginAsync(IEnumerable) call." + "keywords": "Namespace Sdl.Core.PluginFramework Classes AuxiliaryExtensionAttribute Base class for auxiliary extension attributes, defining additional information that can be specified for an extension point, together with an extension attribute (see ExtensionAttribute ). AuxiliaryExtensionAttributeCollection Read-only collection of extension info attributes. DefaultObjectResolver Default object resolver for plugin framework DefaultPluginLocator Implementation of a plug-in locator ( IPluginLocator ) which loads locates plug-ins within a directory on the local file system and an OpenExchange directory that contains sub-folders with individual plug-ins. DefaultPluginTypeLoader Implementation of a plug-in type loader ( IPluginTypeLoader ) which attempts to load types using System.Type.GetType , assuming the plug-in assembly is available in one of the default assembly locations. ExtensionAttribute Base class extension attributes, defining extension points. ExtensionCollection Read-only collection of extensions. ExtensionEventArgs Event arguments class for extenion-related events. ExtensionPointBehavior Possible extension point types. ExtensionPointCollection Read-only collection of extension points. ExtensionPointInfoAttribute Attribute for identifying an extension point attribute definition. FileBasedPluginDescriptor Plug-in descriptor which loads the plug-in manifest and the plug-in's resources from files on the local file system. InitializePluginCompletedEventArgs Events argument class for plug-in initialization completion events ( InitializePluginCompleted ), raised during calls to InitializePluginAsync(IEnumerable) . InitializePluginProgressChangedEventArgs Events argument class for plug-in initialization progress events ( InitializePluginProgressChanged ), raised during calls to InitializePluginAsync(IEnumerable) . InvalidSdlAssemblyReference ObjectFactory Helper class for dynamically creating objects. ObjectRegistry Helper class for implementers of extension points, which allows easy instantiation of all extensions registered with an extension point identified by a specific type of extension attribute. PluginAttribute Assembly-level attribute that indicates that an assembly contains extension definitions. PluginCollection Read-only collection of plug-ins ( IPlugin ). PluginFrameworkException Exception class for exceptions related to the plugin registry. PluginId Unique identity of a plug-in. The id of a plug-in is the name of the plug-in assembly. PluginInitializationResult Provides result information from plug-in initialization. PluginInitializationResultsEventArgs Event args providing initialization results for a number of plug-ins. See EnsurePluginsInitialized(IEnumerable, EventHandler) . PluginInitializedCallback Callback delegate for the InitializePluginAsync(IEnumerable) call. PluginLoadExceptionEventArgs EventArgs class for the PluginLoadException event. PluginManager Main entry point to the plug-in framework. PluginResourceAttribute Attribute for annotation extension attribute string properties to indicate that the value of the property should be retrieved from the plug-in resources file of the plug-in in which the extension is defined. PluginState Captures the state of a plug-in, which can be saved into a plugin cache (see IPluginCache ). PluginStatus Represents the status of a plug-in. SdlAssemblyReferenceError Types of validation error that occur when validating SDL assembly references in third party plug-ins. ValidatingSystemPluginLocator This class is an extension to an existing IPluginLocator interface and allows installed third party plugins to be validated against their .sdlplugin packages and it's embedded signature. XmlPluginCache Default implementation of the plug-in cache interface (see IPluginCache ) that stores plug-in state into an xml file. Interfaces IExtension Represents an extension registered with a particular extension point within a particular plug-in. IExtensionAware This interface can be implemented by extension types that want to know about the extension meta-data associated with the type. IExtensionPoint Represents an extension point, defined by an extension attribute (see ExtensionAttribute ), annotated by an ExtensionPointInfoAttribute . IObjectResolver Will provide an implementation that will be used to create objects based on the plugin manifest file IPlugin Represents a plug-in, which provides a number of extensions. IPluginCache Represents a plug-in cache, which is used to store plug-in state. IPluginDescriptor Represents a plug-in descriptor, which gives access to a plug-in manifest and corresponding resources. IPluginFilter Provides control over whether certain plug-ins or individual extensions are loaded. IPluginInitializer Component that is used by a plug-in registry ( IPluginRegistry ) to initailize plug-ins. This component ensures that the plug-in is ready to be used; i.e. its extensions are ready to be instantiated. IPluginLocator Represents a plug-in locator, which is used by a plug-in registry to locate plug-ins. IPluginRegistry This interface provides the main entry point for working with plug-ins and extensions. IPluginStateHandler Represents an object that determines whether the user can enable or disable certain plug-ins. This is typically used in a user interface that allows plug-in management. IPluginTypeLoader Component that is used by the IPluginRegistry to load types that are referred to in plug-in manifests. IThirdPartyPluginDescriptor Represents a third-party plug-in descriptor, which gives access to a seperate third-party plug-in manifest. IValidatingPluginLocator" }, "api/core/Sdl.Core.PluginFramework.IExtension.html": { "href": "api/core/Sdl.Core.PluginFramework.IExtension.html", "title": "Interface IExtension", - "keywords": "Interface IExtension Represents an extension registered with a particular extension point within a particular plug-in. Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IExtension Properties AuxiliaryExtensionAttributes Returns the read-only collection of auxiliary extension attributes, specifying more information about this extension. Declaration AuxiliaryExtensionAttributeCollection AuxiliaryExtensionAttributes { get; } Property Value Type Description AuxiliaryExtensionAttributeCollection Enabled True when this extension is currently enabled. Declaration bool Enabled { get; } Property Value Type Description bool ExtensionAttribute Gets the extension attribute that represents this extension. Declaration ExtensionAttribute ExtensionAttribute { get; } Property Value Type Description ExtensionAttribute ExtensionPoint The extension point to which this extension contributes. Declaration IExtensionPoint ExtensionPoint { get; } Property Value Type Description IExtensionPoint ExtensionType Gets the extension implementation type. Declaration Type ExtensionType { get; } Property Value Type Description Type Plugin Gets the plug-in providing this extension. Declaration IPlugin Plugin { get; } Property Value Type Description IPlugin Methods CreateInstance() Creates a new instance of the extension implementation type. Declaration object CreateInstance() Returns Type Description object The newly created instance. GetAuxiliaryExtensionAttributes() Gets the auxiliary extension attributes of the specified type. Declaration T[] GetAuxiliaryExtensionAttributes() where T : AuxiliaryExtensionAttribute Returns Type Description The auxiliary extension attributes of the requested type. Type Parameters Name Description T The type of auxiliary extension attributes to return. SetEnabled(bool) Enables or disables this extension. Declaration bool SetEnabled(bool enabled) Parameters Type Name Description bool enabled True to enable the extension. Returns Type Description bool True if disabling the extension does not require restarting the application, false otherwise. Validate() Validates this extension. Declaration void Validate() Events EnabledChanged Raised when the Enabled property changes. Declaration event EventHandler EnabledChanged Event Type Type Description EventHandler ExtensionEventArgs" + "keywords": "Interface IExtension Represents an extension registered with a particular extension point within a particular plug-in. Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IExtension Properties AuxiliaryExtensionAttributes Returns the read-only collection of auxiliary extension attributes, specifying more information about this extension. Declaration AuxiliaryExtensionAttributeCollection AuxiliaryExtensionAttributes { get; } Property Value Type Description AuxiliaryExtensionAttributeCollection Enabled True when this extension is currently enabled. Declaration bool Enabled { get; } Property Value Type Description System.Boolean ExtensionAttribute Gets the extension attribute that represents this extension. Declaration ExtensionAttribute ExtensionAttribute { get; } Property Value Type Description ExtensionAttribute ExtensionPoint The extension point to which this extension contributes. Declaration IExtensionPoint ExtensionPoint { get; } Property Value Type Description IExtensionPoint ExtensionType Gets the extension implementation type. Declaration Type ExtensionType { get; } Property Value Type Description System.Type Plugin Gets the plug-in providing this extension. Declaration IPlugin Plugin { get; } Property Value Type Description IPlugin Methods CreateInstance() Creates a new instance of the extension implementation type. Declaration object CreateInstance() Returns Type Description System.Object The newly created instance. GetAuxiliaryExtensionAttributes() Gets the auxiliary extension attributes of the specified type. Declaration T[] GetAuxiliaryExtensionAttributes() where T : AuxiliaryExtensionAttribute Returns Type Description T[] The auxiliary extension attributes of the requested type. Type Parameters Name Description T The type of auxiliary extension attributes to return. SetEnabled(Boolean) Enables or disables this extension. Declaration bool SetEnabled(bool enabled) Parameters Type Name Description System.Boolean enabled True to enable the extension. Returns Type Description System.Boolean True if disabling the extension does not require restarting the application, false otherwise. Validate() Validates this extension. Declaration void Validate() Events EnabledChanged Raised when the Enabled property changes. Declaration event EventHandler EnabledChanged Event Type Type Description System.EventHandler < ExtensionEventArgs >" }, "api/core/Sdl.Core.PluginFramework.IExtensionAware.html": { "href": "api/core/Sdl.Core.PluginFramework.IExtensionAware.html", "title": "Interface IExtensionAware", - "keywords": "Interface IExtensionAware This interface can be implemented by extension types that want to know about the extension meta-data associated with the type. Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IExtensionAware Properties Extension Gets or sets the extension, representing this type. This property is automatically set by the framework. Declaration IExtension Extension { get; set; } Property Value Type Description IExtension" + "keywords": "Interface IExtensionAware This interface can be implemented by extension types that want to know about the extension meta-data associated with the type. Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IExtensionAware Properties Extension Gets or sets the extension, representing this type. This property is automatically set by the framework. Declaration IExtension Extension { get; set; } Property Value Type Description IExtension" }, "api/core/Sdl.Core.PluginFramework.IExtensionPoint.html": { "href": "api/core/Sdl.Core.PluginFramework.IExtensionPoint.html", "title": "Interface IExtensionPoint", - "keywords": "Interface IExtensionPoint Represents an extension point, defined by an extension attribute (see ExtensionAttribute ), annotated by an ExtensionPointInfoAttribute . Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IExtensionPoint Properties AllExtensions Returns the read-only collection of extensions registered with this extension point, including extensions that have been disabled. Declaration ExtensionCollection AllExtensions { get; } Property Value Type Description ExtensionCollection ExtensionAttributeType Gets the type of extension attribute that defines this extension point. Declaration Type ExtensionAttributeType { get; } Property Value Type Description Type Extensions Returns the read-only collection of enabled extensions registered with this extension point. Declaration ExtensionCollection Extensions { get; } Property Value Type Description ExtensionCollection IsDynamic True if this extension point supports dymically enabling or disabling extensions, without having to restart the application. Declaration bool IsDynamic { get; } Property Value Type Description bool Name Gets the name of this extension point. Declaration string Name { get; } Property Value Type Description string Events ExtensionEnabledChanged Raised when a extension within this extension point is enabled or disabled. Declaration event EventHandler ExtensionEnabledChanged Event Type Type Description EventHandler ExtensionEventArgs" + "keywords": "Interface IExtensionPoint Represents an extension point, defined by an extension attribute (see ExtensionAttribute ), annotated by an ExtensionPointInfoAttribute . Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IExtensionPoint Properties AllExtensions Returns the read-only collection of extensions registered with this extension point, including extensions that have been disabled. Declaration ExtensionCollection AllExtensions { get; } Property Value Type Description ExtensionCollection ExtensionAttributeType Gets the type of extension attribute that defines this extension point. Declaration Type ExtensionAttributeType { get; } Property Value Type Description System.Type Extensions Returns the read-only collection of enabled extensions registered with this extension point. Declaration ExtensionCollection Extensions { get; } Property Value Type Description ExtensionCollection IsDynamic True if this extension point supports dymically enabling or disabling extensions, without having to restart the application. Declaration bool IsDynamic { get; } Property Value Type Description System.Boolean Name Gets the name of this extension point. Declaration string Name { get; } Property Value Type Description System.String Events ExtensionEnabledChanged Raised when a extension within this extension point is enabled or disabled. Declaration event EventHandler ExtensionEnabledChanged Event Type Type Description System.EventHandler < ExtensionEventArgs >" }, "api/core/Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.html": { "href": "api/core/Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.html", "title": "Class InitializePluginCompletedEventArgs", - "keywords": "Class InitializePluginCompletedEventArgs Events argument class for plug-in initialization completion events ( InitializePluginCompleted ), raised during calls to InitializePluginAsync(IEnumerable) . Inheritance object EventArgs AsyncCompletedEventArgs InitializePluginCompletedEventArgs Inherited Members AsyncCompletedEventArgs.RaiseExceptionIfNecessary() AsyncCompletedEventArgs.Cancelled AsyncCompletedEventArgs.Error AsyncCompletedEventArgs.UserState EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class InitializePluginCompletedEventArgs : AsyncCompletedEventArgs Constructors InitializePluginCompletedEventArgs(IPlugin, Exception, bool) Constructor. Declaration public InitializePluginCompletedEventArgs(IPlugin plugin, Exception exception, bool canceled) Parameters Type Name Description IPlugin plugin The plug-in for which initialization was attempted. Exception exception If initialization failed, the exception that occurred during initialization. bool canceled true if initialization was canelled. Properties Plugin Gets the plug-in for which initialization was attempted. Declaration public IPlugin Plugin { get; } Property Value Type Description IPlugin" + "keywords": "Class InitializePluginCompletedEventArgs Events argument class for plug-in initialization completion events ( InitializePluginCompleted ), raised during calls to InitializePluginAsync(IEnumerable) . Inheritance System.Object InitializePluginCompletedEventArgs Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class InitializePluginCompletedEventArgs : AsyncCompletedEventArgs Constructors InitializePluginCompletedEventArgs(IPlugin, Exception, Boolean) Constructor. Declaration public InitializePluginCompletedEventArgs(IPlugin plugin, Exception exception, bool canceled) Parameters Type Name Description IPlugin plugin The plug-in for which initialization was attempted. System.Exception exception If initialization failed, the exception that occurred during initialization. System.Boolean canceled true if initialization was canelled. Properties Plugin Gets the plug-in for which initialization was attempted. Declaration public IPlugin Plugin { get; } Property Value Type Description IPlugin" }, "api/core/Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.html": { "href": "api/core/Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.html", "title": "Class InitializePluginProgressChangedEventArgs", - "keywords": "Class InitializePluginProgressChangedEventArgs Events argument class for plug-in initialization progress events ( InitializePluginProgressChanged ), raised during calls to InitializePluginAsync(IEnumerable) . Inheritance object EventArgs ProgressChangedEventArgs InitializePluginProgressChangedEventArgs Inherited Members ProgressChangedEventArgs.ProgressPercentage ProgressChangedEventArgs.UserState EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class InitializePluginProgressChangedEventArgs : ProgressChangedEventArgs Constructors InitializePluginProgressChangedEventArgs(IPlugin, int) Cosntructor. Declaration public InitializePluginProgressChangedEventArgs(IPlugin plugin, int progressPercentage) Parameters Type Name Description IPlugin plugin The plug-in that is being initialized. int progressPercentage The percentage of initialization that has been completed so far (0-100). Properties Plugin Gets the plug-in that is being initialized. Declaration public IPlugin Plugin { get; } Property Value Type Description IPlugin" + "keywords": "Class InitializePluginProgressChangedEventArgs Events argument class for plug-in initialization progress events ( InitializePluginProgressChanged ), raised during calls to InitializePluginAsync(IEnumerable) . Inheritance System.Object InitializePluginProgressChangedEventArgs Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class InitializePluginProgressChangedEventArgs : ProgressChangedEventArgs Constructors InitializePluginProgressChangedEventArgs(IPlugin, Int32) Cosntructor. Declaration public InitializePluginProgressChangedEventArgs(IPlugin plugin, int progressPercentage) Parameters Type Name Description IPlugin plugin The plug-in that is being initialized. System.Int32 progressPercentage The percentage of initialization that has been completed so far (0-100). Properties Plugin Gets the plug-in that is being initialized. Declaration public IPlugin Plugin { get; } Property Value Type Description IPlugin" }, "api/core/Sdl.Core.PluginFramework.Integration.ExtensionArguments.html": { "href": "api/core/Sdl.Core.PluginFramework.Integration.ExtensionArguments.html", "title": "Class ExtensionArguments", - "keywords": "Class ExtensionArguments Extension arguments for the initialization of an extension instance Inheritance object ExtensionArguments Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Integration Assembly : Sdl.Core.PluginFramework.dll Syntax public abstract class ExtensionArguments Constructors ExtensionArguments() Declaration protected ExtensionArguments()" + "keywords": "Class ExtensionArguments Extension arguments for the initialization of an extension instance Inheritance System.Object ExtensionArguments Namespace : Sdl.Core.PluginFramework.Integration Assembly : Sdl.Core.PluginFramework.dll Syntax public abstract class ExtensionArguments : Object Constructors ExtensionArguments() Declaration protected ExtensionArguments()" }, "api/core/Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.html": { "href": "api/core/Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.html", "title": "Class ExtensionBuilderAttribute", - "keywords": "Class ExtensionBuilderAttribute Attribute used to customize the creation of an extension instance Inheritance object Attribute ExtensionAttribute ExtensionBuilderAttribute Inherited Members ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Integration Assembly : Sdl.Core.PluginFramework.dll Syntax [ExtensionPointInfo(\"ExtensionBuilders\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class)] public class ExtensionBuilderAttribute : ExtensionAttribute Constructors ExtensionBuilderAttribute(Type, Type) Initialize an instance of the ExtensionBuilder attribute Declaration public ExtensionBuilderAttribute(Type extensionAttributeType, Type instanceType) Parameters Type Name Description Type extensionAttributeType The attribute type of the extension Type instanceType The instance result type created by the builder Properties AttributeType The attribute type of the extension Declaration public Type AttributeType { get; set; } Property Value Type Description Type InstanceType The instance result type created by the builder Declaration public Type InstanceType { get; set; } Property Value Type Description Type" + "keywords": "Class ExtensionBuilderAttribute Attribute used to customize the creation of an extension instance Inheritance System.Object ExtensionAttribute ExtensionBuilderAttribute Inherited Members ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Namespace : Sdl.Core.PluginFramework.Integration Assembly : Sdl.Core.PluginFramework.dll Syntax [ExtensionPointInfo] public class ExtensionBuilderAttribute : ExtensionAttribute Constructors ExtensionBuilderAttribute(Type, Type) Initialize an instance of the ExtensionBuilder attribute Declaration public ExtensionBuilderAttribute(Type extensionAttributeType, Type instanceType) Parameters Type Name Description System.Type extensionAttributeType The attribute type of the extension System.Type instanceType The instance result type created by the builder Properties AttributeType The attribute type of the extension Declaration public Type AttributeType { get; set; } Property Value Type Description System.Type InstanceType The instance result type created by the builder Declaration public Type InstanceType { get; set; } Property Value Type Description System.Type" }, "api/core/Sdl.Core.PluginFramework.Integration.ExtensionsFactory.html": { "href": "api/core/Sdl.Core.PluginFramework.Integration.ExtensionsFactory.html", "title": "Class ExtensionsFactory", - "keywords": "Class ExtensionsFactory Implements the creation of the extension objects Inheritance object ExtensionsFactory Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.Core PluginFramework Integration Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class ExtensionsFactory Constructors ExtensionsFactory() Declaration public ExtensionsFactory() Methods Create(IExtension, ExtensionArguments, bool) Create an extension instance based on its extension and the result type. Declaration public static TResult Create(IExtension extension, ExtensionArguments arguments = null, bool useCache = true) where TResult : class Parameters Type Name Description IExtension extension The extension for which the instance is created. ExtensionArguments arguments Optional arguments possible required by the object initializer. bool useCache Determines if the instance should be retrieved from the cache if exist or create a new one an store it in the cache. Returns Type Description TResult The extension instance. Type Parameters Name Description TResult The instance result type expected. Create(ExtensionArguments, bool) Creates the list of all the extension objects based on there attribute and instance type. Declaration public static IEnumerable Create(ExtensionArguments arguments = null, bool useCache = true) where TAttribute : ExtensionAttribute where TResult : class Parameters Type Name Description ExtensionArguments arguments Optional arguments possible required by the object initializer. bool useCache Determines if the instance should be retrieved from the cache if exist or create a new one an store it in the cache. Returns Type Description IEnumerable The extension instance. Type Parameters Name Description TAttribute The attributes which decorates the extension classes. TResult The instance result type expected." + "keywords": "Class ExtensionsFactory Implements the creation of the extension objects Inheritance System.Object ExtensionsFactory Namespace : Sdl.Core.PluginFramework.Integration Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class ExtensionsFactory : Object Constructors ExtensionsFactory() Declaration public ExtensionsFactory() Methods Create(IExtension, ExtensionArguments, Boolean) Create an extension instance based on its extension and the result type. Declaration public static TResult Create(IExtension extension, ExtensionArguments arguments = null, bool useCache = true) where TResult : class Parameters Type Name Description IExtension extension The extension for which the instance is created. ExtensionArguments arguments Optional arguments possible required by the object initializer. System.Boolean useCache Determines if the instance should be retrieved from the cache if exist or create a new one an store it in the cache. Returns Type Description TResult The extension instance. Type Parameters Name Description TResult The instance result type expected. Create(ExtensionArguments, Boolean) Creates the list of all the extension objects based on there attribute and instance type. Declaration public static IEnumerable Create(ExtensionArguments arguments = null, bool useCache = true) where TAttribute : ExtensionAttribute where TResult : class Parameters Type Name Description ExtensionArguments arguments Optional arguments possible required by the object initializer. System.Boolean useCache Determines if the instance should be retrieved from the cache if exist or create a new one an store it in the cache. Returns Type Description System.Collections.Generic.IEnumerable The extension instance. Type Parameters Name Description TAttribute The attributes which decorates the extension classes. TResult The instance result type expected." }, "api/core/Sdl.Core.PluginFramework.Integration.ExtensionsRepository.html": { "href": "api/core/Sdl.Core.PluginFramework.Integration.ExtensionsRepository.html", "title": "Class ExtensionsRepository", - "keywords": "Class ExtensionsRepository Implements an extensions repository which stores singleton instances of the extensions Inheritance object ExtensionsRepository Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.Core PluginFramework Integration Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class ExtensionsRepository Properties Instance Single instance of the ExtensionsRepository Declaration public static ExtensionsRepository Instance { get; } Property Value Type Description ExtensionsRepository Methods AddExtension(IExtension, ExtensionArguments, Func) Add an extension to the repository Declaration public TResult AddExtension(IExtension extension, ExtensionArguments arguments, Func instanceCreator) where TResult : class Parameters Type Name Description IExtension extension The extension object ExtensionArguments arguments The arguments required by the instance creator for the extension instance initialization Func IExtension object ExtensionArguments object instanceCreator A delegate passed to initialize a custom extension instance which will get the extension object, default extension instance and the extension initializer arguments Returns Type Description TResult The instance created and stored in the repository or an assignable instance already present in the repository. Type Parameters Name Description TResult The instance which is stored or was created while storing. FirstOrDefault(Func) Returns the first element stored in the repository that satisfies a condition or a default value if no such element found. Declaration public ExtensionStoreItem FirstOrDefault(Func predicate) Parameters Type Name Description Func ExtensionStoreItem bool predicate The predicate used for the searching inside the repository. Returns Type Description ExtensionStoreItem Returns the first element stored in the repository that contains the instance reference. FirstOrDefault(object) Returns the first element stored in the repository that contains the extension instance reference. Declaration public ExtensionStoreItem FirstOrDefault(object extensionInstanceReference) Parameters Type Name Description object extensionInstanceReference The extension instance reference which is searched in the repository Returns Type Description ExtensionStoreItem Returns the first element stored in the repository that contains the instance reference. GetAssignableInstanceOrDefault(IExtension) Returns an extension instance from the repository which can be assigned to a specified TResult type or null if none was found. Declaration public TResult GetAssignableInstanceOrDefault(IExtension extension) where TResult : class Parameters Type Name Description IExtension extension The extension instance for which the search is done. Returns Type Description TResult Returns the extension instance assignable to TResult. Type Parameters Name Description TResult The assignable instance type which is required from the extension store. GetAssignableInstanceOrDefault(Type, Type) Returns an extension instance from the repository which can be assigned to a specified TResult type or null if none was found. Declaration public TResult GetAssignableInstanceOrDefault(Type extensionAttributeType, Type extensionType) where TResult : class Parameters Type Name Description Type extensionAttributeType The type for an attribute decorating the extension for which the search is done. Type extensionType The extension type for which the search is done. Returns Type Description TResult Returns the extension instance assignable to TResult. Type Parameters Name Description TResult The assignable instance type which is required from the extension store. GetAssignableInstanceOrDefault() Returns an extension instance from the repository which can be assigned to a specified TResult type or null if none was found Declaration public TResult GetAssignableInstanceOrDefault() where TAttribute : ExtensionAttribute where TResult : class Returns Type Description TResult Returns the extension instance assignable to TResult. Type Parameters Name Description TAttribute The extension attribute type for which the search is done. TExtensionType The extension type for which the search is done. TResult The assignable instance type which is required from the extension store." + "keywords": "Class ExtensionsRepository Implements an extensions repository which stores singleton instances of the extensions Inheritance System.Object ExtensionsRepository Namespace : Sdl.Core.PluginFramework.Integration Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class ExtensionsRepository : Object Properties Instance Single instance of the ExtensionsRepository Declaration public static ExtensionsRepository Instance { get; } Property Value Type Description ExtensionsRepository Methods AddExtension(IExtension, ExtensionArguments, Func) Add an extension to the repository Declaration public TResult AddExtension(IExtension extension, ExtensionArguments arguments, Func instanceCreator) where TResult : class Parameters Type Name Description IExtension extension The extension object ExtensionArguments arguments The arguments required by the instance creator for the extension instance initialization System.Func < IExtension , System.Object , ExtensionArguments , System.Object > instanceCreator A delegate passed to initialize a custom extension instance which will get the extension object, default extension instance and the extension initializer arguments Returns Type Description TResult The instance created and stored in the repository or an assignable instance already present in the repository. Type Parameters Name Description TResult The instance which is stored or was created while storing. FirstOrDefault(Func) Returns the first element stored in the repository that satisfies a condition or a default value if no such element found. Declaration public ExtensionStoreItem FirstOrDefault(Func predicate) Parameters Type Name Description System.Func < ExtensionStoreItem , System.Boolean > predicate The predicate used for the searching inside the repository. Returns Type Description ExtensionStoreItem Returns the first element stored in the repository that contains the instance reference. FirstOrDefault(Object) Returns the first element stored in the repository that contains the extension instance reference. Declaration public ExtensionStoreItem FirstOrDefault(object extensionInstanceReference) Parameters Type Name Description System.Object extensionInstanceReference The extension instance reference which is searched in the repository Returns Type Description ExtensionStoreItem Returns the first element stored in the repository that contains the instance reference. GetAssignableInstanceOrDefault(IExtension) Returns an extension instance from the repository which can be assigned to a specified TResult type or null if none was found. Declaration public TResult GetAssignableInstanceOrDefault(IExtension extension) where TResult : class Parameters Type Name Description IExtension extension The extension instance for which the search is done. Returns Type Description TResult Returns the extension instance assignable to TResult. Type Parameters Name Description TResult The assignable instance type which is required from the extension store. GetAssignableInstanceOrDefault(Type, Type) Returns an extension instance from the repository which can be assigned to a specified TResult type or null if none was found. Declaration public TResult GetAssignableInstanceOrDefault(Type extensionAttributeType, Type extensionType) where TResult : class Parameters Type Name Description System.Type extensionAttributeType The type for an attribute decorating the extension for which the search is done. System.Type extensionType The extension type for which the search is done. Returns Type Description TResult Returns the extension instance assignable to TResult. Type Parameters Name Description TResult The assignable instance type which is required from the extension store. GetAssignableInstanceOrDefault() Returns an extension instance from the repository which can be assigned to a specified TResult type or null if none was found Declaration public TResult GetAssignableInstanceOrDefault() where TAttribute : ExtensionAttribute where TResult : class Returns Type Description TResult Returns the extension instance assignable to TResult. Type Parameters Name Description TAttribute The extension attribute type for which the search is done. TExtensionType The extension type for which the search is done. TResult The assignable instance type which is required from the extension store." }, "api/core/Sdl.Core.PluginFramework.Integration.ExtensionStoreItem.html": { "href": "api/core/Sdl.Core.PluginFramework.Integration.ExtensionStoreItem.html", "title": "Class ExtensionStoreItem", - "keywords": "Class ExtensionStoreItem Implements an item of the repository collection containing extension informations and its instances Inheritance object ExtensionStoreItem Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.Core PluginFramework Integration Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class ExtensionStoreItem Fields References A list which stores all the extension related instances (like the adapted instances) and their type. Declaration public readonly List References Field Value Type Description List ValuePairTypeInstance Properties AttributeType Extension attribute type Declaration public Type AttributeType { get; set; } Property Value Type Description Type DefaultInstance The default instance of the extension Declaration public object DefaultInstance { get; set; } Property Value Type Description object Extension Extension object Declaration public IExtension Extension { get; set; } Property Value Type Description IExtension ExtensionType Extension type Declaration public Type ExtensionType { get; set; } Property Value Type Description Type" + "keywords": "Class ExtensionStoreItem Implements an item of the repository collection containing extension informations and its instances Inheritance System.Object ExtensionStoreItem Namespace : Sdl.Core.PluginFramework.Integration Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class ExtensionStoreItem : Object Fields References A list which stores all the extension related instances (like the adapted instances) and their type. Declaration public readonly List References Field Value Type Description System.Collections.Generic.List < ValuePairTypeInstance > Properties AttributeType Extension attribute type Declaration public Type AttributeType { get; set; } Property Value Type Description System.Type DefaultInstance The default instance of the extension Declaration public object DefaultInstance { get; set; } Property Value Type Description System.Object Extension Extension object Declaration public IExtension Extension { get; set; } Property Value Type Description IExtension ExtensionType Extension type Declaration public Type ExtensionType { get; set; } Property Value Type Description System.Type" }, "api/core/Sdl.Core.PluginFramework.Integration.html": { "href": "api/core/Sdl.Core.PluginFramework.Integration.html", "title": "Namespace Sdl.Core.PluginFramework.Integration", - "keywords": "Namespace Sdl.Core.PluginFramework.Integration Classes ExtensionArguments Extension arguments for the initialization of an extension instance ExtensionBuilderAttribute Attribute used to customize the creation of an extension instance ExtensionStoreItem Implements an item of the repository collection containing extension informations and its instances ExtensionsFactory Implements the creation of the extension objects ExtensionsRepository Implements an extensions repository which stores singleton instances of the extensions ValuePairTypeInstance Implements a pair value containing the instance of an extension and its type Interfaces IExtensionBuilder Implements a custom extension instance builder" + "keywords": "Namespace Sdl.Core.PluginFramework.Integration Classes ExtensionArguments Extension arguments for the initialization of an extension instance ExtensionBuilderAttribute Attribute used to customize the creation of an extension instance ExtensionsFactory Implements the creation of the extension objects ExtensionsRepository Implements an extensions repository which stores singleton instances of the extensions ExtensionStoreItem Implements an item of the repository collection containing extension informations and its instances ValuePairTypeInstance Implements a pair value containing the instance of an extension and its type Interfaces IExtensionBuilder Implements a custom extension instance builder" }, "api/core/Sdl.Core.PluginFramework.Integration.IExtensionBuilder.html": { "href": "api/core/Sdl.Core.PluginFramework.Integration.IExtensionBuilder.html", "title": "Interface IExtensionBuilder", - "keywords": "Interface IExtensionBuilder Implements a custom extension instance builder Namespace : Sdl Sdl.Core PluginFramework Integration Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IExtensionBuilder Methods Build(IExtension, object, ExtensionArguments) Builds the custom extension instance Declaration object Build(IExtension extension, object defaultInstance, ExtensionArguments arguments) Parameters Type Name Description IExtension extension The extension to be created. object defaultInstance The default instance of the extension ExtensionArguments arguments Optional arguments for the extension builder Returns Type Description object The custom extension instance created." + "keywords": "Interface IExtensionBuilder Implements a custom extension instance builder Namespace : Sdl.Core.PluginFramework.Integration Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IExtensionBuilder Methods Build(IExtension, Object, ExtensionArguments) Builds the custom extension instance Declaration object Build(IExtension extension, object defaultInstance, ExtensionArguments arguments) Parameters Type Name Description IExtension extension The extension to be created. System.Object defaultInstance The default instance of the extension ExtensionArguments arguments Optional arguments for the extension builder Returns Type Description System.Object The custom extension instance created." }, "api/core/Sdl.Core.PluginFramework.Integration.ValuePairTypeInstance.html": { "href": "api/core/Sdl.Core.PluginFramework.Integration.ValuePairTypeInstance.html", "title": "Class ValuePairTypeInstance", - "keywords": "Class ValuePairTypeInstance Implements a pair value containing the instance of an extension and its type Inheritance object ValuePairTypeInstance Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.Core PluginFramework Integration Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class ValuePairTypeInstance Properties Instance Instance of the extension Declaration public object Instance { get; } Property Value Type Description object ResultType Result type of the instance Declaration public Type ResultType { get; } Property Value Type Description Type" + "keywords": "Class ValuePairTypeInstance Implements a pair value containing the instance of an extension and its type Inheritance System.Object ValuePairTypeInstance Namespace : Sdl.Core.PluginFramework.Integration Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class ValuePairTypeInstance : Object Properties Instance Instance of the extension Declaration public object Instance { get; } Property Value Type Description System.Object ResultType Result type of the instance Declaration public Type ResultType { get; } Property Value Type Description System.Type" }, "api/core/Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.html": { "href": "api/core/Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.html", "title": "Class InvalidSdlAssemblyReference", - "keywords": "Class InvalidSdlAssemblyReference Inheritance object InvalidSdlAssemblyReference Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class InvalidSdlAssemblyReference Constructors InvalidSdlAssemblyReference(AssemblyName, SdlAssemblyReferenceError) Declaration public InvalidSdlAssemblyReference(AssemblyName assemblyReference, SdlAssemblyReferenceError validationError) Parameters Type Name Description AssemblyName assemblyReference Assembly reference SdlAssemblyReferenceError validationError Validation error Properties AssemblyReference Assembly reference information Declaration public AssemblyName AssemblyReference { get; } Property Value Type Description AssemblyName ValidationError Validation error Declaration public SdlAssemblyReferenceError ValidationError { get; } Property Value Type Description SdlAssemblyReferenceError" + "keywords": "Class InvalidSdlAssemblyReference Inheritance System.Object InvalidSdlAssemblyReference Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class InvalidSdlAssemblyReference : Object Constructors InvalidSdlAssemblyReference(AssemblyName, SdlAssemblyReferenceError) Declaration public InvalidSdlAssemblyReference(AssemblyName assemblyReference, SdlAssemblyReferenceError validationError) Parameters Type Name Description System.Reflection.AssemblyName assemblyReference Assembly reference SdlAssemblyReferenceError validationError Validation error Properties AssemblyReference Assembly reference information Declaration public AssemblyName AssemblyReference { get; } Property Value Type Description System.Reflection.AssemblyName ValidationError Validation error Declaration public SdlAssemblyReferenceError ValidationError { get; } Property Value Type Description SdlAssemblyReferenceError" }, "api/core/Sdl.Core.PluginFramework.IObjectResolver.html": { "href": "api/core/Sdl.Core.PluginFramework.IObjectResolver.html", "title": "Interface IObjectResolver", - "keywords": "Interface IObjectResolver Will provide an implementation that will be used to create objects based on the plugin manifest file Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IObjectResolver Methods CanResolve(Type) Based on the object type will return true of false based on the fact that it can resolve the object or not Declaration bool CanResolve(Type objectType) Parameters Type Name Description Type objectType Returns Type Description bool CreateObject(Type, XElement) Create the object Declaration object CreateObject(Type objectType, XElement attributeElement = null) Parameters Type Name Description Type objectType Object type System.Xml.Linq.XElement attributeElement Attribute from the PluginManifest file Returns Type Description object" + "keywords": "Interface IObjectResolver Will provide an implementation that will be used to create objects based on the plugin manifest file Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IObjectResolver Methods CanResolve(Type) Based on the object type will return true of false based on the fact that it can resolve the object or not Declaration bool CanResolve(Type objectType) Parameters Type Name Description System.Type objectType Returns Type Description System.Boolean CreateObject(Type, XElement) Create the object Declaration object CreateObject(Type objectType, XElement attributeElement = null) Parameters Type Name Description System.Type objectType Object type System.Xml.Linq.XElement attributeElement Attribute from the PluginManifest file Returns Type Description System.Object" }, "api/core/Sdl.Core.PluginFramework.IPlugin.html": { "href": "api/core/Sdl.Core.PluginFramework.IPlugin.html", "title": "Interface IPlugin", - "keywords": "Interface IPlugin Represents a plug-in, which provides a number of extensions. Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPlugin Properties CanDisable Returns whether this plugin can be disabled. This uses the PluginStateHandler to determine this and returns true if no such handler is specified. Declaration bool CanDisable { get; } Property Value Type Description bool CanEnable Returns whether this plugin can be enabled. This uses the PluginStateHandler to determine this and returns true if no such handler is specified. Declaration bool CanEnable { get; } Property Value Type Description bool Descriptor Returns the descriptor through which this plug-in manifest was loaded. Declaration IPluginDescriptor Descriptor { get; } Property Value Type Description IPluginDescriptor Enabled True if the plug-in is enabled. Declaration bool Enabled { get; } Property Value Type Description bool Extensions Returns the collection of extensions this plug-in provides. Declaration ExtensionCollection Extensions { get; } Property Value Type Description ExtensionCollection Id Returns the unique id of the plug-in. Declaration PluginId Id { get; } Property Value Type Description PluginId IsDynamic True if the plug-in can be enabled or disabled without having to restart the application. Declaration bool IsDynamic { get; } Property Value Type Description bool Name Returns the friendly name of the plug-in. Declaration string Name { get; } Property Value Type Description string Status Gets the status of this plug-in. Declaration PluginStatus Status { get; } Property Value Type Description PluginStatus Remarks Only plug-ins with status Initialized are fully functional and can instantiate their extensions. Plug-ins that have not been initialized must be initialized before use by using IPluginInitializer . Version Gets the version of the plug-in. Declaration string Version { get; } Property Value Type Description string Methods GetPluginResource(string) Retrieves a resource of a specific type from the plug-ins resource file. Declaration T GetPluginResource(string resourceName) where T : class Parameters Type Name Description string resourceName The name of the resource in the resource file. Returns Type Description T The resource with the specified name, or null if the resource does not exist. Type Parameters Name Description T The type of the resource. Remarks The plug-in resource file is a .Net resource file, with extension \".plugin.resources\". For instance, when the plug-in manifest XML file is called \"Myplugin.plugin.xml\", the plug-in resource file should be called \"MyPlugin.plugin.resources\". Localized resources are supported by deploying additional resource files, following the naming convention \"MyPlugin.plugin.LANGUAGECODE.resources\". Exceptions Type Condition InvalidCastException Thrown when the resource with the specified name is not of the required type. SetEnabled(bool) Enables or disables the plug-in. Declaration bool SetEnabled(bool enabled) Parameters Type Name Description bool enabled True to enable the plug-in. Returns Type Description bool True if disabling the plug-in does not require restarting the application, false otherwise. Validate() Validates this plug-in. Declaration void Validate()" + "keywords": "Interface IPlugin Represents a plug-in, which provides a number of extensions. Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPlugin Properties CanDisable Returns whether this plugin can be disabled. This uses the PluginStateHandler to determine this and returns true if no such handler is specified. Declaration bool CanDisable { get; } Property Value Type Description System.Boolean CanEnable Returns whether this plugin can be enabled. This uses the PluginStateHandler to determine this and returns true if no such handler is specified. Declaration bool CanEnable { get; } Property Value Type Description System.Boolean Descriptor Returns the descriptor through which this plug-in manifest was loaded. Declaration IPluginDescriptor Descriptor { get; } Property Value Type Description IPluginDescriptor Enabled True if the plug-in is enabled. Declaration bool Enabled { get; } Property Value Type Description System.Boolean Extensions Returns the collection of extensions this plug-in provides. Declaration ExtensionCollection Extensions { get; } Property Value Type Description ExtensionCollection Id Returns the unique id of the plug-in. Declaration PluginId Id { get; } Property Value Type Description PluginId IsDynamic True if the plug-in can be enabled or disabled without having to restart the application. Declaration bool IsDynamic { get; } Property Value Type Description System.Boolean Name Returns the friendly name of the plug-in. Declaration string Name { get; } Property Value Type Description System.String Status Gets the status of this plug-in. Declaration PluginStatus Status { get; } Property Value Type Description PluginStatus Remarks Only plug-ins with status Initialized are fully functional and can instantiate their extensions. Plug-ins that have not been initialized must be initialized before use by using IPluginInitializer . Version Gets the version of the plug-in. Declaration string Version { get; } Property Value Type Description System.String Methods GetPluginResource(String) Retrieves a resource of a specific type from the plug-ins resource file. Declaration T GetPluginResource(string resourceName) where T : class Parameters Type Name Description System.String resourceName The name of the resource in the resource file. Returns Type Description T The resource with the specified name, or null if the resource does not exist. Type Parameters Name Description T The type of the resource. Remarks The plug-in resource file is a .Net resource file, with extension \".plugin.resources\". For instance, when the plug-in manifest XML file is called \"Myplugin.plugin.xml\", the plug-in resource file should be called \"MyPlugin.plugin.resources\". Localized resources are supported by deploying additional resource files, following the naming convention \"MyPlugin.plugin.LANGUAGECODE.resources\". Exceptions Type Condition System.InvalidCastException Thrown when the resource with the specified name is not of the required type. SetEnabled(Boolean) Enables or disables the plug-in. Declaration bool SetEnabled(bool enabled) Parameters Type Name Description System.Boolean enabled True to enable the plug-in. Returns Type Description System.Boolean True if disabling the plug-in does not require restarting the application, false otherwise. Validate() Validates this plug-in. Declaration void Validate()" }, "api/core/Sdl.Core.PluginFramework.IPluginCache.html": { "href": "api/core/Sdl.Core.PluginFramework.IPluginCache.html", "title": "Interface IPluginCache", - "keywords": "Interface IPluginCache Represents a plug-in cache, which is used to store plug-in state. Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPluginCache Remarks A default implementationm of this interface is available, XmlPluginCache : it stores plug-in state in an xml file. Methods GetPluginState(string) Gets the plug-in state of the plug-in with the specified id. Declaration PluginState GetPluginState(string pluginId) Parameters Type Name Description string pluginId The id of the plug-in for which to get the state. Returns Type Description PluginState A PluginState object containing the plug-in's state information. If no state information is found, a default state object is created. Save() Saves the plug-in cache. Declaration void Save() Remarks This method is called automatically when the corresponding plug-in registry is disposed. StorePluginState(IPlugin) Stores the state of the specified plug-in in the plug-in cache. Declaration void StorePluginState(IPlugin plugin) Parameters Type Name Description IPlugin plugin The plug-in for which to store the state." + "keywords": "Interface IPluginCache Represents a plug-in cache, which is used to store plug-in state. Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPluginCache Remarks A default implementationm of this interface is available, XmlPluginCache : it stores plug-in state in an xml file. Methods GetPluginState(String) Gets the plug-in state of the plug-in with the specified id. Declaration PluginState GetPluginState(string pluginId) Parameters Type Name Description System.String pluginId The id of the plug-in for which to get the state. Returns Type Description PluginState A PluginState object containing the plug-in's state information. If no state information is found, a default state object is created. Save() Saves the plug-in cache. Declaration void Save() Remarks This method is called automatically when the corresponding plug-in registry is disposed. StorePluginState(IPlugin) Stores the state of the specified plug-in in the plug-in cache. Declaration void StorePluginState(IPlugin plugin) Parameters Type Name Description IPlugin plugin The plug-in for which to store the state." }, "api/core/Sdl.Core.PluginFramework.IPluginDescriptor.html": { "href": "api/core/Sdl.Core.PluginFramework.IPluginDescriptor.html", "title": "Interface IPluginDescriptor", - "keywords": "Interface IPluginDescriptor Represents a plug-in descriptor, which gives access to a plug-in manifest and corresponding resources. Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPluginDescriptor Remarks The framework includes one implementation, FileBasedPluginDescriptor , which loads the plug-in manifest from a file on the local file system. Properties Name Returns a name for the plug-in. This is not the actual name of the plug-in as defined using the PluginAttribute , but rather a name specific to this type of plug-in descriptor. Declaration string Name { get; } Property Value Type Description string Methods GetPluginManifestStream() Gets a stream from which the plug-in manifest can be loaded. Declaration Stream GetPluginManifestStream() Returns Type Description Stream A stream to the plug-in manifest. GetPluginResource(string) Gets the plugin resource. Declaration object GetPluginResource(string name) Parameters Type Name Description string name The name. Returns Type Description object" + "keywords": "Interface IPluginDescriptor Represents a plug-in descriptor, which gives access to a plug-in manifest and corresponding resources. Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPluginDescriptor Remarks The framework includes one implementation, FileBasedPluginDescriptor , which loads the plug-in manifest from a file on the local file system. Properties Name Returns a name for the plug-in. This is not the actual name of the plug-in as defined using the PluginAttribute , but rather a name specific to this type of plug-in descriptor. Declaration string Name { get; } Property Value Type Description System.String Methods GetPluginManifestStream() Gets a stream from which the plug-in manifest can be loaded. Declaration Stream GetPluginManifestStream() Returns Type Description System.IO.Stream A stream to the plug-in manifest. GetPluginResource(String) Gets the plugin resource. Declaration object GetPluginResource(string name) Parameters Type Name Description System.String name The name. Returns Type Description System.Object" }, "api/core/Sdl.Core.PluginFramework.IPluginFilter.html": { "href": "api/core/Sdl.Core.PluginFramework.IPluginFilter.html", "title": "Interface IPluginFilter", - "keywords": "Interface IPluginFilter Provides control over whether certain plug-ins or individual extensions are loaded. Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPluginFilter Methods ShouldLoadExtension(IPlugin, string) Determines whether the specified extension should be loaded. Declaration bool ShouldLoadExtension(IPlugin plugin, string extensionId) Parameters Type Name Description IPlugin plugin The plugin. string extensionId The extension id. Returns Type Description bool ShouldLoadPlugin(string) Determines whether the specified plug-in should be loaded. Declaration bool ShouldLoadPlugin(string pluginName) Parameters Type Name Description string pluginName Name of the plugin. Returns Type Description bool" + "keywords": "Interface IPluginFilter Provides control over whether certain plug-ins or individual extensions are loaded. Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPluginFilter Methods ShouldLoadExtension(IPlugin, String) Determines whether the specified extension should be loaded. Declaration bool ShouldLoadExtension(IPlugin plugin, string extensionId) Parameters Type Name Description IPlugin plugin The plugin. System.String extensionId The extension id. Returns Type Description System.Boolean ShouldLoadPlugin(String) Determines whether the specified plug-in should be loaded. Declaration bool ShouldLoadPlugin(string pluginName) Parameters Type Name Description System.String pluginName Name of the plugin. Returns Type Description System.Boolean" }, "api/core/Sdl.Core.PluginFramework.IPluginInitializer.html": { "href": "api/core/Sdl.Core.PluginFramework.IPluginInitializer.html", "title": "Interface IPluginInitializer", - "keywords": "Interface IPluginInitializer Component that is used by a plug-in registry ( IPluginRegistry ) to initailize plug-ins. This component ensures that the plug-in is ready to be used; i.e. its extensions are ready to be instantiated. Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPluginInitializer Methods InitializePluginAsync(IEnumerable) Starts the initialization of the specified plug-in. Declaration void InitializePluginAsync(IEnumerable plugin) Parameters Type Name Description IEnumerable IPlugin plugin The plug-ins to be initialized. InitializePluginAsyncCancel(IEnumerable) Cancels the initailization of the specified plug-in. Declaration void InitializePluginAsyncCancel(IEnumerable plugin) Parameters Type Name Description IEnumerable IPlugin plugin The plug-ins for which initialization should be cancelled. Events InitializePluginCompleted Raised when a plug-in has been initialized, successfully or not. Declaration event EventHandler InitializePluginCompleted Event Type Type Description EventHandler InitializePluginCompletedEventArgs InitializePluginProgressChanged Raised while a plug-in is being initailized. Can be used to monitor initialization progress. Declaration event EventHandler InitializePluginProgressChanged Event Type Type Description EventHandler InitializePluginProgressChangedEventArgs" + "keywords": "Interface IPluginInitializer Component that is used by a plug-in registry ( IPluginRegistry ) to initailize plug-ins. This component ensures that the plug-in is ready to be used; i.e. its extensions are ready to be instantiated. Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPluginInitializer Methods InitializePluginAsync(IEnumerable) Starts the initialization of the specified plug-in. Declaration void InitializePluginAsync(IEnumerable plugin) Parameters Type Name Description System.Collections.Generic.IEnumerable < IPlugin > plugin The plug-ins to be initialized. InitializePluginAsyncCancel(IEnumerable) Cancels the initailization of the specified plug-in. Declaration void InitializePluginAsyncCancel(IEnumerable plugin) Parameters Type Name Description System.Collections.Generic.IEnumerable < IPlugin > plugin The plug-ins for which initialization should be cancelled. Events InitializePluginCompleted Raised when a plug-in has been initialized, successfully or not. Declaration event EventHandler InitializePluginCompleted Event Type Type Description System.EventHandler < InitializePluginCompletedEventArgs > InitializePluginProgressChanged Raised while a plug-in is being initailized. Can be used to monitor initialization progress. Declaration event EventHandler InitializePluginProgressChanged Event Type Type Description System.EventHandler < InitializePluginProgressChangedEventArgs >" }, "api/core/Sdl.Core.PluginFramework.IPluginLocator.html": { "href": "api/core/Sdl.Core.PluginFramework.IPluginLocator.html", "title": "Interface IPluginLocator", - "keywords": "Interface IPluginLocator Represents a plug-in locator, which is used by a plug-in registry to locate plug-ins. Inherited Members IDisposable.Dispose() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPluginLocator : IDisposable Remarks The framework includes one implementation, DefaultPluginLocator , which loads locates plug-ins within a directory on the local file system. The plug-in locator is automatically disposed when the plug-in registry that owns it is disposed. Methods GetPluginDescriptors() Returns an array of plug-in descriptors for plug-ins found. Declaration IPluginDescriptor[] GetPluginDescriptors() Returns Type Description IPluginDescriptor An array of plug-in descriptors." + "keywords": "Interface IPluginLocator Represents a plug-in locator, which is used by a plug-in registry to locate plug-ins. Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPluginLocator Remarks The framework includes one implementation, DefaultPluginLocator , which loads locates plug-ins within a directory on the local file system. The plug-in locator is automatically disposed when the plug-in registry that owns it is disposed. Methods GetPluginDescriptors() Returns an array of plug-in descriptors for plug-ins found. Declaration IPluginDescriptor[] GetPluginDescriptors() Returns Type Description IPluginDescriptor [] An array of plug-in descriptors." }, "api/core/Sdl.Core.PluginFramework.IPluginRegistry.html": { "href": "api/core/Sdl.Core.PluginFramework.IPluginRegistry.html", "title": "Interface IPluginRegistry", - "keywords": "Interface IPluginRegistry This interface provides the main entry point for working with plug-ins and extensions. Inherited Members IDisposable.Dispose() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPluginRegistry : IDisposable Remarks Instances of the plugin registry can be created using the various factory methods of the PluginManager class. Properties PluginCache Returns the plug-in cache associated with this plug-in registry. Declaration IPluginCache PluginCache { get; } Property Value Type Description IPluginCache PluginFilter Gets the plug-in filter that controls whether certain plug-ins or individual extensions are loaded. Can be null. Declaration IPluginFilter PluginFilter { get; } Property Value Type Description IPluginFilter PluginInitializer Gets the IPluginInitializer used by the plug-in registry to initialize plug-ins. Declaration IPluginInitializer PluginInitializer { get; } Property Value Type Description IPluginInitializer PluginLocator Returns the plug-in locator associated with this plug-in registry. Declaration IPluginLocator PluginLocator { get; } Property Value Type Description IPluginLocator PluginStateHandler Gets or sets an plugin state handler, which determines whether plugins can be enabled or disabled. Can be null. Declaration IPluginStateHandler PluginStateHandler { get; set; } Property Value Type Description IPluginStateHandler PluginTypeLoader Gets the plug-in type loader component used by the plug-in registry to load types referred to in plug-in manifests. Declaration IPluginTypeLoader PluginTypeLoader { get; } Property Value Type Description IPluginTypeLoader Plugins Returns a collection of all the plug-ins that are available. Declaration PluginCollection Plugins { get; } Property Value Type Description PluginCollection Methods EnsurePluginsInitialized(IEnumerable, EventHandler) Helper method to asynchronously initialize all the plug-ins that are required to instantiate the specified extensions. Declaration void EnsurePluginsInitialized(IEnumerable extensions, EventHandler pluginsInitializedCallback) Parameters Type Name Description IEnumerable IExtension extensions EventHandler PluginInitializationResultsEventArgs pluginsInitializedCallback GetExtensionPoint() Gets the extension point for a certain type of extension attribute. Declaration IExtensionPoint GetExtensionPoint() where T : ExtensionAttribute Returns Type Description IExtensionPoint The extension point for the given type of extension attribute. Type Parameters Name Description T The extension attribute type identifying the extension point." + "keywords": "Interface IPluginRegistry This interface provides the main entry point for working with plug-ins and extensions. Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPluginRegistry Remarks Instances of the plugin registry can be created using the various factory methods of the PluginManager class. Properties PluginCache Returns the plug-in cache associated with this plug-in registry. Declaration IPluginCache PluginCache { get; } Property Value Type Description IPluginCache PluginFilter Gets the plug-in filter that controls whether certain plug-ins or individual extensions are loaded. Can be null. Declaration IPluginFilter PluginFilter { get; } Property Value Type Description IPluginFilter PluginInitializer Gets the IPluginInitializer used by the plug-in registry to initialize plug-ins. Declaration IPluginInitializer PluginInitializer { get; } Property Value Type Description IPluginInitializer PluginLocator Returns the plug-in locator associated with this plug-in registry. Declaration IPluginLocator PluginLocator { get; } Property Value Type Description IPluginLocator Plugins Returns a collection of all the plug-ins that are available. Declaration PluginCollection Plugins { get; } Property Value Type Description PluginCollection PluginStateHandler Gets or sets an plugin state handler, which determines whether plugins can be enabled or disabled. Can be null. Declaration IPluginStateHandler PluginStateHandler { get; set; } Property Value Type Description IPluginStateHandler PluginTypeLoader Gets the plug-in type loader component used by the plug-in registry to load types referred to in plug-in manifests. Declaration IPluginTypeLoader PluginTypeLoader { get; } Property Value Type Description IPluginTypeLoader Methods EnsurePluginsInitialized(IEnumerable, EventHandler) Helper method to asynchronously initialize all the plug-ins that are required to instantiate the specified extensions. Declaration void EnsurePluginsInitialized(IEnumerable extensions, EventHandler pluginsInitializedCallback) Parameters Type Name Description System.Collections.Generic.IEnumerable < IExtension > extensions System.EventHandler < PluginInitializationResultsEventArgs > pluginsInitializedCallback GetExtensionPoint() Gets the extension point for a certain type of extension attribute. Declaration IExtensionPoint GetExtensionPoint() where T : ExtensionAttribute Returns Type Description IExtensionPoint The extension point for the given type of extension attribute. Type Parameters Name Description T The extension attribute type identifying the extension point." }, "api/core/Sdl.Core.PluginFramework.IPluginStateHandler.html": { "href": "api/core/Sdl.Core.PluginFramework.IPluginStateHandler.html", "title": "Interface IPluginStateHandler", - "keywords": "Interface IPluginStateHandler Represents an object that determines whether the user can enable or disable certain plug-ins. This is typically used in a user interface that allows plug-in management. Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPluginStateHandler Remarks Assign an instance of this object to PluginStateHandler to use the handler for a particular plug-in registry. Methods CanDisable(IPlugin) Called by the framework to determine whether a certain plug-in can be disabled. Declaration bool CanDisable(IPlugin plugin) Parameters Type Name Description IPlugin plugin The plug-in to check. Returns Type Description bool true if the plug-in can be disabled. CanEnable(IPlugin) Called by the framework to determine whether a certain plug-in can be enabled. Declaration bool CanEnable(IPlugin plugin) Parameters Type Name Description IPlugin plugin The plug-in to check. Returns Type Description bool true if the plug-in can be enabled." + "keywords": "Interface IPluginStateHandler Represents an object that determines whether the user can enable or disable certain plug-ins. This is typically used in a user interface that allows plug-in management. Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPluginStateHandler Remarks Assign an instance of this object to PluginStateHandler to use the handler for a particular plug-in registry. Methods CanDisable(IPlugin) Called by the framework to determine whether a certain plug-in can be disabled. Declaration bool CanDisable(IPlugin plugin) Parameters Type Name Description IPlugin plugin The plug-in to check. Returns Type Description System.Boolean true if the plug-in can be disabled. CanEnable(IPlugin) Called by the framework to determine whether a certain plug-in can be enabled. Declaration bool CanEnable(IPlugin plugin) Parameters Type Name Description IPlugin plugin The plug-in to check. Returns Type Description System.Boolean true if the plug-in can be enabled." }, "api/core/Sdl.Core.PluginFramework.IPluginTypeLoader.html": { "href": "api/core/Sdl.Core.PluginFramework.IPluginTypeLoader.html", "title": "Interface IPluginTypeLoader", - "keywords": "Interface IPluginTypeLoader Component that is used by the IPluginRegistry to load types that are referred to in plug-in manifests. Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPluginTypeLoader Methods LoadType(IPlugin, string) Loads the specified type, referred to in the manifest of the specified plug-in. Declaration Type LoadType(IPlugin plugin, string typeName) Parameters Type Name Description IPlugin plugin The plug-in which refers to the type. string typeName The assembly-qualified type name of the requested type. Returns Type Description Type The loaded type. Throws an exception if the type failes to load." + "keywords": "Interface IPluginTypeLoader Component that is used by the IPluginRegistry to load types that are referred to in plug-in manifests. Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IPluginTypeLoader Methods LoadType(IPlugin, String) Loads the specified type, referred to in the manifest of the specified plug-in. Declaration Type LoadType(IPlugin plugin, string typeName) Parameters Type Name Description IPlugin plugin The plug-in which refers to the type. System.String typeName The assembly-qualified type name of the requested type. Returns Type Description System.Type The loaded type. Throws an exception if the type failes to load." }, "api/core/Sdl.Core.PluginFramework.IThirdPartyPluginDescriptor.html": { "href": "api/core/Sdl.Core.PluginFramework.IThirdPartyPluginDescriptor.html", "title": "Interface IThirdPartyPluginDescriptor", - "keywords": "Interface IThirdPartyPluginDescriptor Represents a third-party plug-in descriptor, which gives access to a seperate third-party plug-in manifest. Inherited Members IPluginDescriptor.GetPluginManifestStream() IPluginDescriptor.GetPluginResource(string) IPluginDescriptor.Name Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IThirdPartyPluginDescriptor : IPluginDescriptor Properties Author Returns the author or company name of the plug-in developer as defined in the third-party manifest. Declaration string Author { get; } Property Value Type Description string Description Returns the description of the plug-in as defined in the third-party manifest. Declaration string Description { get; } Property Value Type Description string InvalidSdlAssemblyReferences This list contains the SDL API assemblies that failed verification Declaration List InvalidSdlAssemblyReferences { get; } Property Value Type Description List InvalidSdlAssemblyReference PlugInName Returns the name of the plug-in as defined in the third-party manifest. Declaration string PlugInName { get; } Property Value Type Description string ThirdPartyManifestFilePath Gets the full third-party manifest file path. Declaration string ThirdPartyManifestFilePath { get; } Property Value Type Description string Validated Returns true if the plug-in validated against the requried installed versions of the SDL Trados Studio APIs. Declaration bool Validated { get; } Property Value Type Description bool Version Returns the version of the plug-in as defined in the third-party manifest. Declaration Version Version { get; } Property Value Type Description Version" + "keywords": "Interface IThirdPartyPluginDescriptor Represents a third-party plug-in descriptor, which gives access to a seperate third-party plug-in manifest. Inherited Members IPluginDescriptor.GetPluginManifestStream() IPluginDescriptor.GetPluginResource(String) IPluginDescriptor.Name Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IThirdPartyPluginDescriptor : IPluginDescriptor Properties Author Returns the author or company name of the plug-in developer as defined in the third-party manifest. Declaration string Author { get; } Property Value Type Description System.String Description Returns the description of the plug-in as defined in the third-party manifest. Declaration string Description { get; } Property Value Type Description System.String InvalidSdlAssemblyReferences This list contains the SDL API assemblies that failed verification Declaration List InvalidSdlAssemblyReferences { get; } Property Value Type Description System.Collections.Generic.List < InvalidSdlAssemblyReference > PlugInName Returns the name of the plug-in as defined in the third-party manifest. Declaration string PlugInName { get; } Property Value Type Description System.String ThirdPartyManifestFilePath Gets the full third-party manifest file path. Declaration string ThirdPartyManifestFilePath { get; } Property Value Type Description System.String Validated Returns true if the plug-in validated against the requried installed versions of the SDL Trados Studio APIs. Declaration bool Validated { get; } Property Value Type Description System.Boolean Version Returns the version of the plug-in as defined in the third-party manifest. Declaration Version Version { get; } Property Value Type Description System.Version" }, "api/core/Sdl.Core.PluginFramework.IValidatingPluginLocator.html": { "href": "api/core/Sdl.Core.PluginFramework.IValidatingPluginLocator.html", "title": "Interface IValidatingPluginLocator", - "keywords": "Interface IValidatingPluginLocator Inherited Members IPluginLocator.GetPluginDescriptors() IDisposable.Dispose() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IValidatingPluginLocator : IPluginLocator, IDisposable Properties InvalidDescriptors This property exposes a list of plug-in descriptors that have failed to validate against the original .sdlplugin package and it's embedded signature. Declaration List InvalidDescriptors { get; } Property Value Type Description List IPluginDescriptor ValidatedDescriptors Declaration List ValidatedDescriptors { get; } Property Value Type Description List IPluginDescriptor" + "keywords": "Interface IValidatingPluginLocator Inherited Members IPluginLocator.GetPluginDescriptors() Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IValidatingPluginLocator : IPluginLocator Properties InvalidDescriptors This property exposes a list of plug-in descriptors that have failed to validate against the original .sdlplugin package and it's embedded signature. Declaration List InvalidDescriptors { get; } Property Value Type Description System.Collections.Generic.List < IPluginDescriptor > ValidatedDescriptors Declaration List ValidatedDescriptors { get; } Property Value Type Description System.Collections.Generic.List < IPluginDescriptor >" }, "api/core/Sdl.Core.PluginFramework.ObjectFactory.html": { "href": "api/core/Sdl.Core.PluginFramework.ObjectFactory.html", "title": "Class ObjectFactory", - "keywords": "Class ObjectFactory Helper class for dynamically creating objects. Inheritance object ObjectFactory Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class ObjectFactory Constructors ObjectFactory() Declaration public ObjectFactory() Methods CreateObject(string) Creates an oject of the specified type. Declaration public static T CreateObject(string typeName) where T : class Parameters Type Name Description string typeName The name of the type to instantiate. Returns Type Description T The newly created object. Type Parameters Name Description T The requested object type. Exceptions Type Condition InvalidCastException When the newly created object is not of the requested type T." + "keywords": "Class ObjectFactory Helper class for dynamically creating objects. Inheritance System.Object ObjectFactory Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class ObjectFactory : Object Constructors ObjectFactory() Declaration public ObjectFactory() Methods CreateObject(String) Creates an oject of the specified type. Declaration public static T CreateObject(string typeName) where T : class Parameters Type Name Description System.String typeName The name of the type to instantiate. Returns Type Description T The newly created object. Type Parameters Name Description T The requested object type. Exceptions Type Condition System.InvalidCastException When the newly created object is not of the requested type T." }, "api/core/Sdl.Core.PluginFramework.ObjectRegistry-2.html": { "href": "api/core/Sdl.Core.PluginFramework.ObjectRegistry-2.html", "title": "Class ObjectRegistry", - "keywords": "Class ObjectRegistry Helper class for implementers of extension points, which allows easy instantiation of all extensions registered with an extension point identified by a specific type of extension attribute. Inheritance object ObjectRegistry SortedObjectRegistry Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class ObjectRegistry where TExtensionAttribute : ExtensionAttribute where TExtensionType : class Type Parameters Name Description TExtensionAttribute The type of extension attribute, identifying the extension point. TExtensionType The type of the extension implementation classes for the extension point. Constructors ObjectRegistry(IPluginRegistry) Constructs an object registry for the specified extension attribute. Declaration public ObjectRegistry(IPluginRegistry pluginRegistry) Parameters Type Name Description IPluginRegistry pluginRegistry The plug-in registry from which to retrieve the extensions. Properties ExtensionPoint Returns the id of the extension point from which the objects should be loaded. Declaration public IExtensionPoint ExtensionPoint { get; } Property Value Type Description IExtensionPoint Methods CreateObjects() Creates an instance of all the objects registered with the extension point an returns them as an array. Declaration public virtual TExtensionType[] CreateObjects() Returns Type Description An array, containing a new instance of every object registered with the extension point. Exceptions Type Condition InvalidCastException Thrown when any of the created objects cannot be cast to the required type." + "keywords": "Class ObjectRegistry Helper class for implementers of extension points, which allows easy instantiation of all extensions registered with an extension point identified by a specific type of extension attribute. Inheritance System.Object ObjectRegistry SortedObjectRegistry Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class ObjectRegistry : Object where TExtensionAttribute : ExtensionAttribute where TExtensionType : class Type Parameters Name Description TExtensionAttribute The type of extension attribute, identifying the extension point. TExtensionType The type of the extension implementation classes for the extension point. Constructors ObjectRegistry(IPluginRegistry) Constructs an object registry for the specified extension attribute. Declaration public ObjectRegistry(IPluginRegistry pluginRegistry) Parameters Type Name Description IPluginRegistry pluginRegistry The plug-in registry from which to retrieve the extensions. Properties ExtensionPoint Returns the id of the extension point from which the objects should be loaded. Declaration public IExtensionPoint ExtensionPoint { get; } Property Value Type Description IExtensionPoint Methods CreateObjects() Creates an instance of all the objects registered with the extension point an returns them as an array. Declaration public virtual TExtensionType[] CreateObjects() Returns Type Description TExtensionType[] An array, containing a new instance of every object registered with the extension point. Exceptions Type Condition System.InvalidCastException Thrown when any of the created objects cannot be cast to the required type." }, "api/core/Sdl.Core.PluginFramework.PluginAttribute.html": { "href": "api/core/Sdl.Core.PluginFramework.PluginAttribute.html", "title": "Class PluginAttribute", - "keywords": "Class PluginAttribute Assembly-level attribute that indicates that an assembly contains extension definitions. Inheritance object Attribute PluginAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false)] public sealed class PluginAttribute : Attribute Constructors PluginAttribute(string) Constructor with required properties. Declaration public PluginAttribute(string name) Parameters Type Name Description string name A friendly name for this plug-in. Should typically be a key of a resource string in PluginResources.resx. Properties Name Gets or sets the friendly name for this plug-in. Should typically be a key of a resource string in PluginResources.resx. Declaration [PluginResource] public string Name { get; set; } Property Value Type Description string" + "keywords": "Class PluginAttribute Assembly-level attribute that indicates that an assembly contains extension definitions. Inheritance System.Object PluginAttribute Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class PluginAttribute : Attribute Constructors PluginAttribute(String) Constructor with required properties. Declaration public PluginAttribute(string name) Parameters Type Name Description System.String name A friendly name for this plug-in. Should typically be a key of a resource string in PluginResources.resx. Properties Name Gets or sets the friendly name for this plug-in. Should typically be a key of a resource string in PluginResources.resx. Declaration [PluginResource] public string Name { get; set; } Property Value Type Description System.String" }, "api/core/Sdl.Core.PluginFramework.PluginCollection.html": { "href": "api/core/Sdl.Core.PluginFramework.PluginCollection.html", "title": "Class PluginCollection", - "keywords": "Class PluginCollection Read-only collection of plug-ins ( IPlugin ). Inheritance object ReadOnlyCollection IPlugin PluginCollection Implements IList IPlugin ICollection IPlugin IList ICollection IReadOnlyList IPlugin IReadOnlyCollection IPlugin IEnumerable IPlugin IEnumerable Inherited Members ReadOnlyCollection.Contains(IPlugin) ReadOnlyCollection.CopyTo(IPlugin[], int) ReadOnlyCollection.GetEnumerator() ReadOnlyCollection.IndexOf(IPlugin) ReadOnlyCollection.Count ReadOnlyCollection.this[int] ReadOnlyCollection.Items object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class PluginCollection : ReadOnlyCollection, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable Implements IList ICollection IList ICollection IReadOnlyList IReadOnlyCollection IEnumerable IEnumerable" + "keywords": "Class PluginCollection Read-only collection of plug-ins ( IPlugin ). Inheritance System.Object PluginCollection Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class PluginCollection : ReadOnlyCollection" }, "api/core/Sdl.Core.PluginFramework.PluginFrameworkException.html": { "href": "api/core/Sdl.Core.PluginFramework.PluginFrameworkException.html", "title": "Class PluginFrameworkException", - "keywords": "Class PluginFrameworkException Exception class for exceptions related to the plugin registry. Inheritance object Exception PluginFrameworkException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class PluginFrameworkException : Exception, ISerializable Constructors PluginFrameworkException() Default constructor. Declaration public PluginFrameworkException() PluginFrameworkException(SerializationInfo, StreamingContext) Constructor for serialization. Declaration protected PluginFrameworkException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info Serialization info. StreamingContext context Streaming context. PluginFrameworkException(string) Constructor with message. Declaration public PluginFrameworkException(string message) Parameters Type Name Description string message Message clarifying the exception. PluginFrameworkException(string, Exception) Constructor wrapping an inner exception. Declaration public PluginFrameworkException(string message, Exception innerException) Parameters Type Name Description string message Message clarifying the exception. Exception innerException The inner exception. Implements ISerializable" + "keywords": "Class PluginFrameworkException Exception class for exceptions related to the plugin registry. Inheritance System.Object PluginFrameworkException Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class PluginFrameworkException : Exception Constructors PluginFrameworkException() Default constructor. Declaration public PluginFrameworkException() PluginFrameworkException(SerializationInfo, StreamingContext) Constructor for serialization. Declaration protected PluginFrameworkException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info Serialization info. System.Runtime.Serialization.StreamingContext context Streaming context. PluginFrameworkException(String) Constructor with message. Declaration public PluginFrameworkException(string message) Parameters Type Name Description System.String message Message clarifying the exception. PluginFrameworkException(String, Exception) Constructor wrapping an inner exception. Declaration public PluginFrameworkException(string message, Exception innerException) Parameters Type Name Description System.String message Message clarifying the exception. System.Exception innerException The inner exception." }, "api/core/Sdl.Core.PluginFramework.PluginId.html": { "href": "api/core/Sdl.Core.PluginFramework.PluginId.html", "title": "Class PluginId", - "keywords": "Class PluginId Unique identity of a plug-in. The id of a plug-in is the name of the plug-in assembly. Inheritance object PluginId Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class PluginId Constructors PluginId(string) Creates a PluginId object with a string id. Declaration public PluginId(string id) Parameters Type Name Description string id The plug-in id. Properties Id returns the underlying id. The id of a plug-in is the name of the plug-in assembly. Declaration public string Id { get; } Property Value Type Description string Methods Equals(object) Compares IDs by looking at the underlying Id property. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool True if the IDs are equal. Overrides object.Equals(object) GetHashCode() Overridden to returns a hash of the underlying plug-in Id . Declaration public override int GetHashCode() Returns Type Description int The hashcode. Overrides object.GetHashCode()" + "keywords": "Class PluginId Unique identity of a plug-in. The id of a plug-in is the name of the plug-in assembly. Inheritance System.Object PluginId Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class PluginId : Object Constructors PluginId(String) Creates a PluginId object with a string id. Declaration public PluginId(string id) Parameters Type Name Description System.String id The plug-in id. Properties Id returns the underlying id. The id of a plug-in is the name of the plug-in assembly. Declaration public string Id { get; } Property Value Type Description System.String Methods Equals(Object) Compares IDs by looking at the underlying Id property. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean True if the IDs are equal. GetHashCode() Overridden to returns a hash of the underlying plug-in Id . Declaration public override int GetHashCode() Returns Type Description System.Int32 The hashcode." }, "api/core/Sdl.Core.PluginFramework.PluginInitializationResult.html": { "href": "api/core/Sdl.Core.PluginFramework.PluginInitializationResult.html", "title": "Class PluginInitializationResult", - "keywords": "Class PluginInitializationResult Provides result information from plug-in initialization. Inheritance object PluginInitializationResult Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class PluginInitializationResult Constructors PluginInitializationResult(IPlugin, Exception) Constructor. Declaration public PluginInitializationResult(IPlugin plugin, Exception exception) Parameters Type Name Description IPlugin plugin The plug-in for which initialization was attempted. Exception exception The exception that occurred, if initialization failed. Properties Exception Gets the exception that occurred if initialization failed. Returns null if initialization was sucessful. Declaration public Exception Exception { get; } Property Value Type Description Exception Plugin Gets the plug-in. Declaration public IPlugin Plugin { get; } Property Value Type Description IPlugin" + "keywords": "Class PluginInitializationResult Provides result information from plug-in initialization. Inheritance System.Object PluginInitializationResult Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class PluginInitializationResult : Object Constructors PluginInitializationResult(IPlugin, Exception) Constructor. Declaration public PluginInitializationResult(IPlugin plugin, Exception exception) Parameters Type Name Description IPlugin plugin The plug-in for which initialization was attempted. System.Exception exception The exception that occurred, if initialization failed. Properties Exception Gets the exception that occurred if initialization failed. Returns null if initialization was sucessful. Declaration public Exception Exception { get; } Property Value Type Description System.Exception Plugin Gets the plug-in. Declaration public IPlugin Plugin { get; } Property Value Type Description IPlugin" }, "api/core/Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.html": { "href": "api/core/Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.html", "title": "Class PluginInitializationResultsEventArgs", - "keywords": "Class PluginInitializationResultsEventArgs Event args providing initialization results for a number of plug-ins. See EnsurePluginsInitialized(IEnumerable, EventHandler) . Inheritance object EventArgs PluginInitializationResultsEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class PluginInitializationResultsEventArgs : EventArgs Constructors PluginInitializationResultsEventArgs(PluginInitializationResult[]) Constructor. Declaration public PluginInitializationResultsEventArgs(PluginInitializationResult[] results) Parameters Type Name Description PluginInitializationResult results An array of plug-in initialization results, one for each plug-in that was initialized. Properties Results Gets the initialization results for all the initialized plug-ins. Declaration public PluginInitializationResult[] Results { get; } Property Value Type Description PluginInitializationResult" + "keywords": "Class PluginInitializationResultsEventArgs Event args providing initialization results for a number of plug-ins. See EnsurePluginsInitialized(IEnumerable, EventHandler) . Inheritance System.Object PluginInitializationResultsEventArgs Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class PluginInitializationResultsEventArgs : EventArgs Constructors PluginInitializationResultsEventArgs(PluginInitializationResult[]) Constructor. Declaration public PluginInitializationResultsEventArgs(PluginInitializationResult[] results) Parameters Type Name Description PluginInitializationResult [] results An array of plug-in initialization results, one for each plug-in that was initialized. Properties Results Gets the initialization results for all the initialized plug-ins. Declaration public PluginInitializationResult[] Results { get; } Property Value Type Description PluginInitializationResult []" }, "api/core/Sdl.Core.PluginFramework.PluginInitializedCallback.html": { "href": "api/core/Sdl.Core.PluginFramework.PluginInitializedCallback.html", - "title": "Delegate PluginInitializedCallback", - "keywords": "Delegate PluginInitializedCallback Callback delegate for the InitializePluginAsync(IEnumerable) call. Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public delegate void PluginInitializedCallback(IPlugin plugin, Exception error) Parameters Type Name Description IPlugin plugin The plug-in for which initialization was attempted. Exception error If initialization failed, the exception that occurred during initialization. Constructors PluginInitializedCallback(object, IntPtr) Declaration public PluginInitializedCallback(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(IPlugin, Exception, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(IPlugin plugin, Exception error, AsyncCallback callback, object @object) Parameters Type Name Description IPlugin plugin Exception error AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(IPlugin, Exception) Declaration public virtual void Invoke(IPlugin plugin, Exception error) Parameters Type Name Description IPlugin plugin Exception error" + "title": "Class PluginInitializedCallback", + "keywords": "Class PluginInitializedCallback Callback delegate for the InitializePluginAsync(IEnumerable) call. Inheritance System.Object PluginInitializedCallback Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class PluginInitializedCallback : MulticastDelegate Constructors PluginInitializedCallback(Object, IntPtr) Declaration public PluginInitializedCallback(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(IPlugin, Exception, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(IPlugin plugin, Exception error, AsyncCallback callback, object object) Parameters Type Name Description IPlugin plugin System.Exception error System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Invoke(IPlugin, Exception) Declaration public virtual void Invoke(IPlugin plugin, Exception error) Parameters Type Name Description IPlugin plugin System.Exception error" }, "api/core/Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.html": { "href": "api/core/Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.html", "title": "Class PluginLoadExceptionEventArgs", - "keywords": "Class PluginLoadExceptionEventArgs EventArgs class for the PluginLoadException event. Inheritance object EventArgs PluginLoadExceptionEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class PluginLoadExceptionEventArgs : EventArgs Constructors PluginLoadExceptionEventArgs(IPluginDescriptor, Exception) Initializes a new instance of the PluginLoadExceptionEventArgs class. Declaration public PluginLoadExceptionEventArgs(IPluginDescriptor pluginDescriptor, Exception exception) Parameters Type Name Description IPluginDescriptor pluginDescriptor The plug-in descriptor of the plug-in that failed to load. Exception exception The exception that occurred while loading the plug-in. Properties Exception Gets the exception that occurred when loading the plug-in. Declaration public Exception Exception { get; } Property Value Type Description Exception PluginDescriptor Gets the plug-in descriptor of the plug-in that failed to load. Declaration public IPluginDescriptor PluginDescriptor { get; } Property Value Type Description IPluginDescriptor" + "keywords": "Class PluginLoadExceptionEventArgs EventArgs class for the PluginLoadException event. Inheritance System.Object PluginLoadExceptionEventArgs Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class PluginLoadExceptionEventArgs : EventArgs Constructors PluginLoadExceptionEventArgs(IPluginDescriptor, Exception) Initializes a new instance of the PluginLoadExceptionEventArgs class. Declaration public PluginLoadExceptionEventArgs(IPluginDescriptor pluginDescriptor, Exception exception) Parameters Type Name Description IPluginDescriptor pluginDescriptor The plug-in descriptor of the plug-in that failed to load. System.Exception exception The exception that occurred while loading the plug-in. Properties Exception Gets the exception that occurred when loading the plug-in. Declaration public Exception Exception { get; } Property Value Type Description System.Exception PluginDescriptor Gets the plug-in descriptor of the plug-in that failed to load. Declaration public IPluginDescriptor PluginDescriptor { get; } Property Value Type Description IPluginDescriptor" }, "api/core/Sdl.Core.PluginFramework.PluginManager.html": { "href": "api/core/Sdl.Core.PluginFramework.PluginManager.html", "title": "Class PluginManager", - "keywords": "Class PluginManager Main entry point to the plug-in framework. Inheritance object PluginManager Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public static class PluginManager Properties DefaultPluginRegistry Returns the default plug-in registry. Declaration public static IPluginRegistry DefaultPluginRegistry { get; set; } Property Value Type Description IPluginRegistry Methods CreateDefaultPluginCache() Creates the default plug-in cache, stored in an XML file in the user's profile. Declaration public static IPluginCache CreateDefaultPluginCache() Returns Type Description IPluginCache CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, IPluginFilter, bool, IObjectResolver) Creates a plug-in registry containing plug-ins from the specified plugin directory. Declaration public static IPluginRegistry CreatePluginRegistry(IPluginLocator pluginLocator, IPluginStateHandler pluginStateHandler, IPluginInitializer pluginInitializer, IPluginTypeLoader pluginTypeLoader, IPluginCache pluginCache, IPluginFilter filter, bool validate, IObjectResolver objectResolver = null) Parameters Type Name Description IPluginLocator pluginLocator A plug-in locator to locate the plug-in manifest files to be loaded. IPluginStateHandler pluginStateHandler Determines which plug-ins can or cannot be loaded. IPluginInitializer pluginInitializer Object that initializes plug-ins before any if its extensions is loaded. IPluginTypeLoader pluginTypeLoader Loads a specific type part of a plug-in. IPluginCache pluginCache A plug-in cache object, that can be used to restore plug-in state. IPluginFilter filter A plug-in filter that controls whether certain plug-ins or individual extensions are loaded. Can be null. bool validate True to validate all the plug-ins detected. Specify false to ensure lazy initialization. IObjectResolver objectResolver Add DI container to resolve objects Returns Type Description IPluginRegistry The newly created plug-in registry. Remarks Attach an event handler to this the PluginLoadException even before calling this method to get notification about plug-ins that fail to load. CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, bool) Creates a plug-in registry containing plug-ins from the specified plugin directory. Declaration public static IPluginRegistry CreatePluginRegistry(IPluginLocator pluginLocator, IPluginStateHandler pluginStateHandler, IPluginInitializer pluginInitializer, IPluginTypeLoader pluginTypeLoader, IPluginCache pluginCache, bool validate) Parameters Type Name Description IPluginLocator pluginLocator A plug-in locator to locate the plug-in manifest files to be loaded. IPluginStateHandler pluginStateHandler Determines which plug-ins can or cannot be loaded. IPluginInitializer pluginInitializer Object that initializes plug-ins before any if its extensions is loaded. IPluginTypeLoader pluginTypeLoader Loads a specific type part of a plug-in. IPluginCache pluginCache A plug-in cache object, that can be used to restore plug-in state. bool validate True to validate all the plug-ins detected. Specify false to ensure lazy initialization. Returns Type Description IPluginRegistry The newly created plug-in registry. Remarks Attach an event handler to this the PluginLoadException even before calling this method to get notification about plug-ins that fail to load. ResolvePluginAssemblyReference(string) Resolve the assembly reference when the version is compatible with the current installed version. Declaration [Obsolete] public static string ResolvePluginAssemblyReference(string pluginAssemblyReference) Parameters Type Name Description string pluginAssemblyReference Assembly reference to resolve Returns Type Description string ResolvePluginAssemblyReference(string, IFrameworkConfiguration) Resolve the assembly reference when the version is compatible with the current installed version. Declaration public static string ResolvePluginAssemblyReference(string pluginAssemblyReference, IFrameworkConfiguration configuration) Parameters Type Name Description string pluginAssemblyReference Assembly reference to resolve IFrameworkConfiguration configuration Plugin Framework configuration data Returns Type Description string Events PluginLoadException Raised when an exception occurs while creating a plug-in registry instance using one of the factory methods of this class. Declaration public static event EventHandler PluginLoadException Event Type Type Description EventHandler PluginLoadExceptionEventArgs Remarks Attach an event handler to this event before calling one of the factory methods of this class to get notification about plug-ins that fail to load." + "keywords": "Class PluginManager Main entry point to the plug-in framework. Inheritance System.Object PluginManager Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public static class PluginManager : Object Properties DefaultPluginRegistry Returns the default plug-in registry. Declaration public static IPluginRegistry DefaultPluginRegistry { get; set; } Property Value Type Description IPluginRegistry Methods CreateDefaultPluginCache() Creates the default plug-in cache, stored in an XML file in the user's profile. Declaration public static IPluginCache CreateDefaultPluginCache() Returns Type Description IPluginCache CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, IPluginFilter, Boolean, IObjectResolver) Creates a plug-in registry containing plug-ins from the specified plugin directory. Declaration public static IPluginRegistry CreatePluginRegistry(IPluginLocator pluginLocator, IPluginStateHandler pluginStateHandler, IPluginInitializer pluginInitializer, IPluginTypeLoader pluginTypeLoader, IPluginCache pluginCache, IPluginFilter filter, bool validate, IObjectResolver objectResolver = null) Parameters Type Name Description IPluginLocator pluginLocator A plug-in locator to locate the plug-in manifest files to be loaded. IPluginStateHandler pluginStateHandler Determines which plug-ins can or cannot be loaded. IPluginInitializer pluginInitializer Object that initializes plug-ins before any if its extensions is loaded. IPluginTypeLoader pluginTypeLoader Loads a specific type part of a plug-in. IPluginCache pluginCache A plug-in cache object, that can be used to restore plug-in state. IPluginFilter filter A plug-in filter that controls whether certain plug-ins or individual extensions are loaded. Can be null. System.Boolean validate True to validate all the plug-ins detected. Specify false to ensure lazy initialization. IObjectResolver objectResolver Add DI container to resolve objects Returns Type Description IPluginRegistry The newly created plug-in registry. Remarks Attach an event handler to this the PluginLoadException even before calling this method to get notification about plug-ins that fail to load. CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, Boolean) Creates a plug-in registry containing plug-ins from the specified plugin directory. Declaration public static IPluginRegistry CreatePluginRegistry(IPluginLocator pluginLocator, IPluginStateHandler pluginStateHandler, IPluginInitializer pluginInitializer, IPluginTypeLoader pluginTypeLoader, IPluginCache pluginCache, bool validate) Parameters Type Name Description IPluginLocator pluginLocator A plug-in locator to locate the plug-in manifest files to be loaded. IPluginStateHandler pluginStateHandler Determines which plug-ins can or cannot be loaded. IPluginInitializer pluginInitializer Object that initializes plug-ins before any if its extensions is loaded. IPluginTypeLoader pluginTypeLoader Loads a specific type part of a plug-in. IPluginCache pluginCache A plug-in cache object, that can be used to restore plug-in state. System.Boolean validate True to validate all the plug-ins detected. Specify false to ensure lazy initialization. Returns Type Description IPluginRegistry The newly created plug-in registry. Remarks Attach an event handler to this the PluginLoadException even before calling this method to get notification about plug-ins that fail to load. ResolvePluginAssemblyReference(String) Resolve the assembly reference when the version is compatible with the current installed version. Declaration public static string ResolvePluginAssemblyReference(string pluginAssemblyReference) Parameters Type Name Description System.String pluginAssemblyReference Assembly reference to resolve Returns Type Description System.String ResolvePluginAssemblyReference(String, IFrameworkConfiguration) Resolve the assembly reference when the version is compatible with the current installed version. Declaration public static string ResolvePluginAssemblyReference(string pluginAssemblyReference, IFrameworkConfiguration configuration) Parameters Type Name Description System.String pluginAssemblyReference Assembly reference to resolve IFrameworkConfiguration configuration Plugin Framework configuration data Returns Type Description System.String Events PluginLoadException Raised when an exception occurs while creating a plug-in registry instance using one of the factory methods of this class. Declaration public static event EventHandler PluginLoadException Event Type Type Description System.EventHandler < PluginLoadExceptionEventArgs > Remarks Attach an event handler to this event before calling one of the factory methods of this class to get notification about plug-ins that fail to load." }, "api/core/Sdl.Core.PluginFramework.PluginResourceAttribute.html": { "href": "api/core/Sdl.Core.PluginFramework.PluginResourceAttribute.html", "title": "Class PluginResourceAttribute", - "keywords": "Class PluginResourceAttribute Attribute for annotation extension attribute string properties to indicate that the value of the property should be retrieved from the plug-in resources file of the plug-in in which the extension is defined. Inheritance object Attribute PluginResourceAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax [AttributeUsage(AttributeTargets.Property)] public sealed class PluginResourceAttribute : Attribute Remarks For more information see ExtensionAttribute . Constructors PluginResourceAttribute() Declaration public PluginResourceAttribute()" + "keywords": "Class PluginResourceAttribute Attribute for annotation extension attribute string properties to indicate that the value of the property should be retrieved from the plug-in resources file of the plug-in in which the extension is defined. Inheritance System.Object PluginResourceAttribute Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class PluginResourceAttribute : Attribute Remarks For more information see ExtensionAttribute . Constructors PluginResourceAttribute() Declaration public PluginResourceAttribute()" }, "api/core/Sdl.Core.PluginFramework.PluginState.html": { "href": "api/core/Sdl.Core.PluginFramework.PluginState.html", "title": "Class PluginState", - "keywords": "Class PluginState Captures the state of a plug-in, which can be saved into a plugin cache (see IPluginCache ). Inheritance object PluginState Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class PluginState Constructors PluginState(bool) Constructor with Enabled property. Declaration public PluginState(bool enabled) Parameters Type Name Description bool enabled True if the plug-in is enabled Properties Enabled Gets or sets whether a plug-in is enabled. Declaration public bool Enabled { get; set; } Property Value Type Description bool" + "keywords": "Class PluginState Captures the state of a plug-in, which can be saved into a plugin cache (see IPluginCache ). Inheritance System.Object PluginState Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class PluginState : Object Constructors PluginState(Boolean) Constructor with Enabled property. Declaration public PluginState(bool enabled) Parameters Type Name Description System.Boolean enabled True if the plug-in is enabled Properties Enabled Gets or sets whether a plug-in is enabled. Declaration public bool Enabled { get; set; } Property Value Type Description System.Boolean" }, "api/core/Sdl.Core.PluginFramework.PluginStatus.html": { "href": "api/core/Sdl.Core.PluginFramework.PluginStatus.html", - "title": "Enum PluginStatus", - "keywords": "Enum PluginStatus Represents the status of a plug-in. Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public enum PluginStatus Fields Name Description InitializationFailed The plug-in failed to initialize. You cannot instantiate extensions provided by the plug-in. Initialized The plug-in has been successfully initialized. This means extensions provided by the plug-in can be instantiated. Initializing The plug-in is currently initializing. This is the case during a call to InitializePluginAsync(IEnumerable) . NotInitialized The initial status of a plug-in when the plug-in registry has been loaded." + "title": "Class PluginStatus", + "keywords": "Class PluginStatus Represents the status of a plug-in. Inheritance System.Object PluginStatus Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class PluginStatus : Enum Fields InitializationFailed The plug-in failed to initialize. You cannot instantiate extensions provided by the plug-in. Declaration public const PluginStatus InitializationFailed Field Value Type Description PluginStatus Initialized The plug-in has been successfully initialized. This means extensions provided by the plug-in can be instantiated. Declaration public const PluginStatus Initialized Field Value Type Description PluginStatus Initializing The plug-in is currently initializing. This is the case during a call to InitializePluginAsync(IEnumerable) . Declaration public const PluginStatus Initializing Field Value Type Description PluginStatus NotInitialized The initial status of a plug-in when the plug-in registry has been loaded. Declaration public const PluginStatus NotInitialized Field Value Type Description PluginStatus value__ Declaration public int value__ Field Value Type Description System.Int32" }, "api/core/Sdl.Core.PluginFramework.SdlAssemblyReferenceError.html": { "href": "api/core/Sdl.Core.PluginFramework.SdlAssemblyReferenceError.html", - "title": "Enum SdlAssemblyReferenceError", - "keywords": "Enum SdlAssemblyReferenceError Types of validation error that occur when validating SDL assembly references in third party plug-ins. Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public enum SdlAssemblyReferenceError Fields Name Description NewerApiVersionInstalled Newer version of referenced SDL assembly currently installed. OlderApiVersionInstalled Older version of referenced SDL assembly currently installed. SdlAssemblyNotPublic Referenced SDL assembly is not to be used directly by third party plug-ins." + "title": "Class SdlAssemblyReferenceError", + "keywords": "Class SdlAssemblyReferenceError Types of validation error that occur when validating SDL assembly references in third party plug-ins. Inheritance System.Object SdlAssemblyReferenceError Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public sealed class SdlAssemblyReferenceError : Enum Fields NewerApiVersionInstalled Newer version of referenced SDL assembly currently installed. Declaration public const SdlAssemblyReferenceError NewerApiVersionInstalled Field Value Type Description SdlAssemblyReferenceError OlderApiVersionInstalled Older version of referenced SDL assembly currently installed. Declaration public const SdlAssemblyReferenceError OlderApiVersionInstalled Field Value Type Description SdlAssemblyReferenceError SdlAssemblyNotPublic Referenced SDL assembly is not to be used directly by third party plug-ins. Declaration public const SdlAssemblyReferenceError SdlAssemblyNotPublic Field Value Type Description SdlAssemblyReferenceError value__ Declaration public int value__ Field Value Type Description System.Int32" }, "api/core/Sdl.Core.PluginFramework.Util.ExtensionSorter.html": { "href": "api/core/Sdl.Core.PluginFramework.Util.ExtensionSorter.html", "title": "Class ExtensionSorter", - "keywords": "Class ExtensionSorter Utility class that sorts sortable extensions. Inheritance object ExtensionSorter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Util Assembly : Sdl.Core.PluginFramework.dll Syntax public static class ExtensionSorter Remarks This class only supports sortable extensions, i.e. extensions marked with an extension attribute that extends SortableExtensionAttribute . Methods Sort(IEnumerable) Sorts the specified extensions according to the according to the InsertBefore and InsertAfter properties. Declaration public static IList Sort(IEnumerable extensions) Parameters Type Name Description IEnumerable IExtension extensions The extensions to sort. Returns Type Description IList IExtension A sorted list of extensions. Exceptions Type Condition ArgumentException Thrown if one of the extensions specified does not target a sortable extenion point. See Also SortableExtensionAttribute" + "keywords": "Class ExtensionSorter Utility class that sorts sortable extensions. Inheritance System.Object ExtensionSorter Namespace : Sdl.Core.PluginFramework.Util Assembly : Sdl.Core.PluginFramework.dll Syntax public static class ExtensionSorter : Object Remarks This class only supports sortable extensions, i.e. extensions marked with an extension attribute that extends SortableExtensionAttribute . Methods Sort(IEnumerable) Sorts the specified extensions according to the according to the InsertBefore and InsertAfter properties. Declaration public static IList Sort(IEnumerable extensions) Parameters Type Name Description System.Collections.Generic.IEnumerable < IExtension > extensions The extensions to sort. Returns Type Description System.Collections.Generic.IList < IExtension > A sorted list of extensions. Exceptions Type Condition System.ArgumentException Thrown if one of the extensions specified does not target a sortable extenion point. See Also SortableExtensionAttribute" }, "api/core/Sdl.Core.PluginFramework.Util.html": { "href": "api/core/Sdl.Core.PluginFramework.Util.html", @@ -722,32 +422,32 @@ "api/core/Sdl.Core.PluginFramework.Util.ITopologicalSortable.html": { "href": "api/core/Sdl.Core.PluginFramework.Util.ITopologicalSortable.html", "title": "Interface ITopologicalSortable", - "keywords": "Interface ITopologicalSortable Interface to be implemented by classes that need to support sorting topologically using the TopologicalSort class. Namespace : Sdl Sdl.Core PluginFramework Util Assembly : Sdl.Core.PluginFramework.dll Syntax public interface ITopologicalSortable Properties Id Gets the id of the item. Declaration string Id { get; } Property Value Type Description string InsertAfter Returns the id of the item after which this item needs to appear. Can be null. Declaration string InsertAfter { get; } Property Value Type Description string InsertBefore Returns the id of the item before which this item needs to appear. Can be null. Declaration string InsertBefore { get; } Property Value Type Description string Priority Returns the sorting priority of this item. Declaration int Priority { get; } Property Value Type Description int Remarks When two items specify the same criteria, for example InsertBefore=x, then the item with the highest priority, will be inserted right before x, followed by the item with the lower priority. See Also TopologicalSort" + "keywords": "Interface ITopologicalSortable Interface to be implemented by classes that need to support sorting topologically using the TopologicalSort class. Namespace : Sdl.Core.PluginFramework.Util Assembly : Sdl.Core.PluginFramework.dll Syntax public interface ITopologicalSortable Properties Id Gets the id of the item. Declaration string Id { get; } Property Value Type Description System.String InsertAfter Returns the id of the item after which this item needs to appear. Can be null. Declaration string InsertAfter { get; } Property Value Type Description System.String InsertBefore Returns the id of the item before which this item needs to appear. Can be null. Declaration string InsertBefore { get; } Property Value Type Description System.String Priority Returns the sorting priority of this item. Declaration int Priority { get; } Property Value Type Description System.Int32 Remarks When two items specify the same criteria, for example InsertBefore=x, then the item with the highest priority, will be inserted right before x, followed by the item with the lower priority. See Also TopologicalSort " }, "api/core/Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.html": { "href": "api/core/Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.html", "title": "Class SortableExtensionAttribute", - "keywords": "Class SortableExtensionAttribute Base class for extension attributes that allow specifying topological sort information. Inheritance object Attribute ExtensionAttribute SortableExtensionAttribute Inherited Members ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Util Assembly : Sdl.Core.PluginFramework.dll Syntax [AttributeUsage(AttributeTargets.Class)] public class SortableExtensionAttribute : ExtensionAttribute Remarks Use this attribute as a base when developing extension points that require the ability for their extensions to specify the order in which they should be used. In order to consume extensions of a sortable extension point, use SortedObjectRegistry if you want to create all extension instances at once. Use the TopologicalSort class if you need more control over when the extensions are instantiated. Constructors SortableExtensionAttribute() Default constructor for XML serialization. Declaration public SortableExtensionAttribute() SortableExtensionAttribute(string, string, string) Constructor with required attributes. Declaration public SortableExtensionAttribute(string id, string name, string description) Parameters Type Name Description string id The unique id for the extension. string name The name for the extension. Should typically be a key of a resource string in PluginResources.resx. string description The description for the extension. Should typically be a key of a resource string in PluginResources.resx. Properties InsertAfter Gets or sets the id of the extension after which this extension should be inserted. Declaration public string InsertAfter { get; set; } Property Value Type Description string InsertBefore Gets or sets the id of the extension before which this extension should be inserted. Declaration public string InsertBefore { get; set; } Property Value Type Description string" + "keywords": "Class SortableExtensionAttribute Base class for extension attributes that allow specifying topological sort information. Inheritance System.Object ExtensionAttribute SortableExtensionAttribute Inherited Members ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Namespace : Sdl.Core.PluginFramework.Util Assembly : Sdl.Core.PluginFramework.dll Syntax public class SortableExtensionAttribute : ExtensionAttribute Remarks Use this attribute as a base when developing extension points that require the ability for their extensions to specify the order in which they should be used. In order to consume extensions of a sortable extension point, use SortedObjectRegistry if you want to create all extension instances at once. Use the TopologicalSort class if you need more control over when the extensions are instantiated. Constructors SortableExtensionAttribute() Default constructor for XML serialization. Declaration public SortableExtensionAttribute() SortableExtensionAttribute(String, String, String) Constructor with required attributes. Declaration public SortableExtensionAttribute(string id, string name, string description) Parameters Type Name Description System.String id The unique id for the extension. System.String name The name for the extension. Should typically be a key of a resource string in PluginResources.resx. System.String description The description for the extension. Should typically be a key of a resource string in PluginResources.resx. Properties InsertAfter Gets or sets the id of the extension after which this extension should be inserted. Declaration public string InsertAfter { get; set; } Property Value Type Description System.String InsertBefore Gets or sets the id of the extension before which this extension should be inserted. Declaration public string InsertBefore { get; set; } Property Value Type Description System.String" }, "api/core/Sdl.Core.PluginFramework.Util.SortedObjectRegistry-2.html": { "href": "api/core/Sdl.Core.PluginFramework.Util.SortedObjectRegistry-2.html", "title": "Class SortedObjectRegistry", - "keywords": "Class SortedObjectRegistry Helper class for implementers of extension points, which allows easy instantiation of all extensions registered with a sortable extension point ( SortableExtensionAttribute ) identified by a specific type of extension attribute. Inheritance object ObjectRegistry SortedObjectRegistry Inherited Members ObjectRegistry.CreateObjects() ObjectRegistry.ExtensionPoint object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Util Assembly : Sdl.Core.PluginFramework.dll Syntax public class SortedObjectRegistry : ObjectRegistry where TSortableExtensionAttribute : SortableExtensionAttribute where TExtensionType : class Type Parameters Name Description TSortableExtensionAttribute The type of sortable extension attribute, identifying the extension point. TExtensionType The type of the extension implementation classes for the extension point. Constructors SortedObjectRegistry(IPluginRegistry) Constructor. Declaration public SortedObjectRegistry(IPluginRegistry pluginRegistry) Parameters Type Name Description IPluginRegistry pluginRegistry The plug-in registry from which to retrieve the extensions. Methods CreateObjects() Creates an instance of all the objects registered with the extension point, sorts them, and returns them as an array. Declaration public override TExtensionType[] CreateObjects() Returns Type Description An array, containing a new instance of every object registered with the extension point, sorted according to the InsertBefore and InsertAfter properties. Overrides ObjectRegistry.CreateObjects() Exceptions Type Condition InvalidCastException Thrown when any of the created objects cannot be cast to the required type." + "keywords": "Class SortedObjectRegistry Helper class for implementers of extension points, which allows easy instantiation of all extensions registered with a sortable extension point ( SortableExtensionAttribute ) identified by a specific type of extension attribute. Inheritance System.Object ObjectRegistry SortedObjectRegistry Inherited Members ObjectRegistry.CreateObjects() ObjectRegistry.ExtensionPoint Namespace : Sdl.Core.PluginFramework.Util Assembly : Sdl.Core.PluginFramework.dll Syntax public class SortedObjectRegistry : ObjectRegistry where TSortableExtensionAttribute : SortableExtensionAttribute where TExtensionType : class Type Parameters Name Description TSortableExtensionAttribute The type of sortable extension attribute, identifying the extension point. TExtensionType The type of the extension implementation classes for the extension point. Constructors SortedObjectRegistry(IPluginRegistry) Constructor. Declaration public SortedObjectRegistry(IPluginRegistry pluginRegistry) Parameters Type Name Description IPluginRegistry pluginRegistry The plug-in registry from which to retrieve the extensions. Methods CreateObjects() Creates an instance of all the objects registered with the extension point, sorts them, and returns them as an array. Declaration public override TExtensionType[] CreateObjects() Returns Type Description TExtensionType[] An array, containing a new instance of every object registered with the extension point, sorted according to the InsertBefore and InsertAfter properties. Overrides Sdl.Core.PluginFramework.ObjectRegistry.CreateObjects() Exceptions Type Condition System.InvalidCastException Thrown when any of the created objects cannot be cast to the required type." }, "api/core/Sdl.Core.PluginFramework.Util.TopologicalExtensions.html": { "href": "api/core/Sdl.Core.PluginFramework.Util.TopologicalExtensions.html", "title": "Class TopologicalExtensions", - "keywords": "Class TopologicalExtensions This contains Extension methods for Topological Sorting Inheritance object TopologicalExtensions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Util Assembly : Sdl.Core.PluginFramework.dll Syntax public static class TopologicalExtensions Methods TopologicalSort(IEnumerable) Sort an Enumerable by the TopologicalSortable interface Declaration public static IEnumerable TopologicalSort(this IEnumerable items) where T : ITopologicalSortable Parameters Type Name Description IEnumerable items ITopologicalSortable items Returns Type Description IEnumerable Sorted items Type Parameters Name Description T ITopologicalSortable type" + "keywords": "Class TopologicalExtensions This contains Extension methods for Topological Sorting Inheritance System.Object TopologicalExtensions Namespace : Sdl.Core.PluginFramework.Util Assembly : Sdl.Core.PluginFramework.dll Syntax public static class TopologicalExtensions : Object Methods TopologicalSort(IEnumerable) Sort an Enumerable by the TopologicalSortable interface Declaration public static IEnumerable TopologicalSort(this IEnumerable items) where T : ITopologicalSortable Parameters Type Name Description System.Collections.Generic.IEnumerable items ITopologicalSortable items Returns Type Description System.Collections.Generic.IEnumerable Sorted items Type Parameters Name Description T ITopologicalSortable type" }, "api/core/Sdl.Core.PluginFramework.Util.TopologicalSort-1.html": { "href": "api/core/Sdl.Core.PluginFramework.Util.TopologicalSort-1.html", "title": "Class TopologicalSort", - "keywords": "Class TopologicalSort Class for sorting lists topologically. Inheritance object TopologicalSort Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Util Assembly : Sdl.Core.PluginFramework.dll Syntax public static class TopologicalSort where T : ITopologicalSortable Type Parameters Name Description T The type of item to sort. Needs to implement or extend the ITopologicalSortable interface. Methods Sort(IList) Sorts the specified list topologically. Declaration public static void Sort(IList items) Parameters Type Name Description IList items List of items to sort. See Also ITopologicalSortable" + "keywords": "Class TopologicalSort Class for sorting lists topologically. Inheritance System.Object TopologicalSort Namespace : Sdl.Core.PluginFramework.Util Assembly : Sdl.Core.PluginFramework.dll Syntax public static class TopologicalSort : Object where T : ITopologicalSortable Type Parameters Name Description T The type of item to sort. Needs to implement or extend the ITopologicalSortable interface. Methods Sort(IList) Sorts the specified list topologically. Declaration public static void Sort(IList items) Parameters Type Name Description System.Collections.Generic.IList items List of items to sort. See Also ITopologicalSortable" }, "api/core/Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.html": { "href": "api/core/Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.html", "title": "Class ValidatingSystemPluginLocator", - "keywords": "Class ValidatingSystemPluginLocator This class is an extension to an existing IPluginLocator interface and allows installed third party plugins to be validated against their .sdlplugin packages and it's embedded signature. Inheritance object ValidatingSystemPluginLocator Implements IValidatingPluginLocator IPluginLocator IDisposable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class ValidatingSystemPluginLocator : IValidatingPluginLocator, IPluginLocator, IDisposable Constructors ValidatingSystemPluginLocator(IPluginLocator) Constructs a ValidatingPluginLocator class using the supplied IPluginLocator base class and if Studio is started in secure mode. Declaration public ValidatingSystemPluginLocator(IPluginLocator baseLocator) Parameters Type Name Description IPluginLocator baseLocator A base class that implements IPluginLocator . Exceptions Type Condition ArgumentNullException Properties InvalidDescriptors This property exposes a list of plug-in descriptors that have failed to validate against the original .sdlplugin package and it's embedded signature. Declaration public List InvalidDescriptors { get; } Property Value Type Description List IPluginDescriptor ValidatedDescriptors This property exposes a list of validated plug-in descriptors that can be inspected or added to. Declaration public List ValidatedDescriptors { get; } Property Value Type Description List IPluginDescriptor Remarks If any plug-in descriptors are added to this list then they will also be returned by a call to GetPluginDescriptors() . Methods Dispose() Disposes the plug-in locator. Declaration public void Dispose() Remarks This method is called automatically when the owning plug-in registry is disposed. GetPluginDescriptors() Returns an array of plug-in descriptors for plug-ins found. Declaration public IPluginDescriptor[] GetPluginDescriptors() Returns Type Description IPluginDescriptor An array of plug-in descriptors. Implements IValidatingPluginLocator IPluginLocator IDisposable" + "keywords": "Class ValidatingSystemPluginLocator This class is an extension to an existing IPluginLocator interface and allows installed third party plugins to be validated against their .sdlplugin packages and it's embedded signature. Inheritance System.Object ValidatingSystemPluginLocator Implements IValidatingPluginLocator IPluginLocator System.IDisposable Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class ValidatingSystemPluginLocator : Object, IValidatingPluginLocator, IPluginLocator Constructors ValidatingSystemPluginLocator(IPluginLocator) Constructs a ValidatingPluginLocator class using the supplied IPluginLocator base class and if Studio is started in secure mode. Declaration public ValidatingSystemPluginLocator(IPluginLocator baseLocator) Parameters Type Name Description IPluginLocator baseLocator A base class that implements IPluginLocator . Exceptions Type Condition System.ArgumentNullException Properties InvalidDescriptors This property exposes a list of plug-in descriptors that have failed to validate against the original .sdlplugin package and it's embedded signature. Declaration public List InvalidDescriptors { get; } Property Value Type Description System.Collections.Generic.List < IPluginDescriptor > ValidatedDescriptors This property exposes a list of validated plug-in descriptors that can be inspected or added to. Declaration public List ValidatedDescriptors { get; } Property Value Type Description System.Collections.Generic.List < IPluginDescriptor > Remarks If any plug-in descriptors are added to this list then they will also be returned by a call to GetPluginDescriptors() . Methods Dispose() Disposes the plug-in locator. Declaration public void Dispose() Remarks This method is called automatically when the owning plug-in registry is disposed. GetPluginDescriptors() Returns an array of plug-in descriptors for plug-ins found. Declaration public IPluginDescriptor[] GetPluginDescriptors() Returns Type Description IPluginDescriptor [] An array of plug-in descriptors. Implements IValidatingPluginLocator IPluginLocator System.IDisposable" }, "api/core/Sdl.Core.PluginFramework.Validation.html": { "href": "api/core/Sdl.Core.PluginFramework.Validation.html", @@ -757,27 +457,27 @@ "api/core/Sdl.Core.PluginFramework.Validation.IExtensionAttributeInfo.html": { "href": "api/core/Sdl.Core.PluginFramework.Validation.IExtensionAttributeInfo.html", "title": "Interface IExtensionAttributeInfo", - "keywords": "Interface IExtensionAttributeInfo Provides information about an extension type, which is marked with an extension attribute and a number of auxiliary extension attributes. Namespace : Sdl Sdl.Core PluginFramework Validation Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IExtensionAttributeInfo Properties AuxiliaryExtensionAttributes Gets the auiliary extension attributes with which the extension type is marked. Declaration AuxiliaryExtensionAttribute[] AuxiliaryExtensionAttributes { get; } Property Value Type Description AuxiliaryExtensionAttribute ExtensionAttribute Gets the extension attribute with which the extension type is marked. Declaration ExtensionAttribute ExtensionAttribute { get; } Property Value Type Description ExtensionAttribute ExtensionType Gets the type of the extension. Declaration Type ExtensionType { get; } Property Value Type Description Type" + "keywords": "Interface IExtensionAttributeInfo Provides information about an extension type, which is marked with an extension attribute and a number of auxiliary extension attributes. Namespace : Sdl.Core.PluginFramework.Validation Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IExtensionAttributeInfo Properties AuxiliaryExtensionAttributes Gets the auiliary extension attributes with which the extension type is marked. Declaration AuxiliaryExtensionAttribute[] AuxiliaryExtensionAttributes { get; } Property Value Type Description AuxiliaryExtensionAttribute [] ExtensionAttribute Gets the extension attribute with which the extension type is marked. Declaration ExtensionAttribute ExtensionAttribute { get; } Property Value Type Description ExtensionAttribute ExtensionType Gets the type of the extension. Declaration Type ExtensionType { get; } Property Value Type Description System.Type" }, "api/core/Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.html": { "href": "api/core/Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.html", "title": "Interface IExtensionValidationContext", - "keywords": "Interface IExtensionValidationContext Provides functionality for extension point implementers to validate extensions targeting the extension point and report warning or error messages. Namespace : Sdl Sdl.Core PluginFramework Validation Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IExtensionValidationContext Methods ReportError(string, string) Reports an error. Declaration void ReportError(string code, string message) Parameters Type Name Description string code The error code, which serves as a reference for errors of this type. string message The error message. ReportWarning(string, string) Reports an warning. Declaration void ReportWarning(string code, string message) Parameters Type Name Description string code The error code, which serves as a reference for warnings of this type. string message The warning message. ValidateRequiredExtensionAttributeType(AuxiliaryExtensionAttribute, Type) Utility method for use in auxiliary extension attribute implementations to validate whether the main extension attribute is of the require type. Declaration void ValidateRequiredExtensionAttributeType(AuxiliaryExtensionAttribute auxiliaryExtensionAttribute, Type extensionAttributeType) Parameters Type Name Description AuxiliaryExtensionAttribute auxiliaryExtensionAttribute The auxiliary extension attribute that is being validated. Type extensionAttributeType The type of extension attribute required by the auxiliary extension attribute. ValidateRequiredInterface(Type) Utility method to generate an error if the extension type does not implement the interface of the specified type. Declaration void ValidateRequiredInterface(Type interfaceType) Parameters Type Name Description Type interfaceType The interface type to check for." + "keywords": "Interface IExtensionValidationContext Provides functionality for extension point implementers to validate extensions targeting the extension point and report warning or error messages. Namespace : Sdl.Core.PluginFramework.Validation Assembly : Sdl.Core.PluginFramework.dll Syntax public interface IExtensionValidationContext Methods ReportError(String, String) Reports an error. Declaration void ReportError(string code, string message) Parameters Type Name Description System.String code The error code, which serves as a reference for errors of this type. System.String message The error message. ReportWarning(String, String) Reports an warning. Declaration void ReportWarning(string code, string message) Parameters Type Name Description System.String code The error code, which serves as a reference for warnings of this type. System.String message The warning message. ValidateRequiredExtensionAttributeType(AuxiliaryExtensionAttribute, Type) Utility method for use in auxiliary extension attribute implementations to validate whether the main extension attribute is of the require type. Declaration void ValidateRequiredExtensionAttributeType(AuxiliaryExtensionAttribute auxiliaryExtensionAttribute, Type extensionAttributeType) Parameters Type Name Description AuxiliaryExtensionAttribute auxiliaryExtensionAttribute The auxiliary extension attribute that is being validated. System.Type extensionAttributeType The type of extension attribute required by the auxiliary extension attribute. ValidateRequiredInterface(Type) Utility method to generate an error if the extension type does not implement the interface of the specified type. Declaration void ValidateRequiredInterface(Type interfaceType) Parameters Type Name Description System.Type interfaceType The interface type to check for." }, "api/core/Sdl.Core.PluginFramework.XmlPluginCache.html": { "href": "api/core/Sdl.Core.PluginFramework.XmlPluginCache.html", "title": "Class XmlPluginCache", - "keywords": "Class XmlPluginCache Default implementation of the plug-in cache interface (see IPluginCache ) that stores plug-in state into an xml file. Inheritance object XmlPluginCache Implements IPluginCache Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class XmlPluginCache : IPluginCache Constructors XmlPluginCache(string) Constructs a plug-in cache using the specified path for persisting plug-in state. Declaration public XmlPluginCache(string pluginCacheFilePath) Parameters Type Name Description string pluginCacheFilePath The path to a plug-in cache xml file. A new file is created if it does not exist yet. Properties PluginCacheFilePath Gets the file path of the plug-in cache xml file. Declaration public string PluginCacheFilePath { get; } Property Value Type Description string Methods GetPluginState(string) Gets the plug-in state of the plug-in with the specified id. Declaration public PluginState GetPluginState(string pluginId) Parameters Type Name Description string pluginId The id of the plug-in for which to get the state. Returns Type Description PluginState A PluginState object containing the plug-in's state information. If no state information is found, a default state object is created. Save() Saves the plug-in cache to the plug-in cache xml file. Declaration public void Save() StorePluginState(IPlugin) Stores the state of the specified plug-in in the plug-in cache. Declaration public void StorePluginState(IPlugin plugin) Parameters Type Name Description IPlugin plugin The plug-in for which to store the state. Implements IPluginCache" + "keywords": "Class XmlPluginCache Default implementation of the plug-in cache interface (see IPluginCache ) that stores plug-in state into an xml file. Inheritance System.Object XmlPluginCache Implements IPluginCache Namespace : Sdl.Core.PluginFramework Assembly : Sdl.Core.PluginFramework.dll Syntax public class XmlPluginCache : Object, IPluginCache Constructors XmlPluginCache(String) Constructs a plug-in cache using the specified path for persisting plug-in state. Declaration public XmlPluginCache(string pluginCacheFilePath) Parameters Type Name Description System.String pluginCacheFilePath The path to a plug-in cache xml file. A new file is created if it does not exist yet. Properties PluginCacheFilePath Gets the file path of the plug-in cache xml file. Declaration public string PluginCacheFilePath { get; } Property Value Type Description System.String Methods GetPluginState(String) Gets the plug-in state of the plug-in with the specified id. Declaration public PluginState GetPluginState(string pluginId) Parameters Type Name Description System.String pluginId The id of the plug-in for which to get the state. Returns Type Description PluginState A PluginState object containing the plug-in's state information. If no state information is found, a default state object is created. Save() Saves the plug-in cache to the plug-in cache xml file. Declaration public void Save() StorePluginState(IPlugin) Stores the state of the specified plug-in in the plug-in cache. Declaration public void StorePluginState(IPlugin plugin) Parameters Type Name Description IPlugin plugin The plug-in for which to store the state. Implements IPluginCache" }, "api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html": { "href": "api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html", "title": "Class AbstractSettingsGroupBase", - "keywords": "Class AbstractSettingsGroupBase Inheritance object AbstractSettingsGroupBase JsonSettingsGroup SettingsGroup Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Settings Assembly : Sdl.Core.Settings.dll Syntax public abstract class AbstractSettingsGroupBase : ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors AbstractSettingsGroupBase() Declaration protected AbstractSettingsGroupBase() Fields _parentEventHandlerAttached Declaration protected bool _parentEventHandlerAttached Field Value Type Description bool _parentPropertyChangedEventHandlerAttached Declaration protected bool _parentPropertyChangedEventHandlerAttached Field Value Type Description bool _propertyChangedDelegate Declaration protected PropertyChangedEventHandler _propertyChangedDelegate Field Value Type Description PropertyChangedEventHandler _settingChangedDelegate Declaration protected EventHandler _settingChangedDelegate Field Value Type Description EventHandler SettingsChangedEventArgs _suspended Declaration protected int _suspended Field Value Type Description int _suspendedEvents Declaration protected List _suspendedEvents Field Value Type Description List string Properties EventsSuspended Declaration public bool EventsSuspended { get; } Property Value Type Description bool Id Declaration public abstract string Id { get; set; } Property Value Type Description string Parent Declaration public abstract ISettingsGroup Parent { get; } Property Value Type Description ISettingsGroup SettingsBundle Declaration public abstract ISettingsBundle SettingsBundle { get; set; } Property Value Type Description ISettingsBundle Methods BeginEdit() Declaration public abstract void BeginEdit() CancelEdit() Declaration public abstract void CancelEdit() CollectSettings(ISettingsGroup, List) Declaration protected abstract void CollectSettings(ISettingsGroup settingsGroup, List keys) Parameters Type Name Description ISettingsGroup settingsGroup List string keys ContainsSetting(string) Declaration public abstract bool ContainsSetting(string settingId) Parameters Type Name Description string settingId Returns Type Description bool DiscardEvents() Declaration protected void DiscardEvents() EndEdit() Declaration public abstract void EndEdit() GetSettingIds() Declaration public abstract IEnumerable GetSettingIds() Returns Type Description IEnumerable string GetSetting(string) Declaration public abstract Setting GetSetting(string id) Parameters Type Name Description string id Returns Type Description Setting Type Parameters Name Description T GetSetting(string, out Setting) Declaration public abstract bool GetSetting(string settingId, out Setting setting) Parameters Type Name Description string settingId Setting setting Returns Type Description bool Type Parameters Name Description T GetSetting(string, T) Declaration public abstract Setting GetSetting(string settingId, T defaultValue) Parameters Type Name Description string settingId T defaultValue Returns Type Description Setting Type Parameters Name Description T GetSetting(string, out T) Declaration public abstract bool GetSetting(string settingId, out T value) Parameters Type Name Description string settingId T value Returns Type Description bool Type Parameters Name Description T ImportSettings(ISettingsGroup) Declaration public abstract void ImportSettings(ISettingsGroup otherGroup) Parameters Type Name Description ISettingsGroup otherGroup OnSettingChanged(string) Declaration protected virtual void OnSettingChanged(string settingId) Parameters Type Name Description string settingId OnSettingsChanged(IList, bool) Declaration protected virtual void OnSettingsChanged(IList settingIds, bool isResumingEvents) Parameters Type Name Description IList string settingIds bool isResumingEvents RemoveSetting(string) Declaration public abstract bool RemoveSetting(string settingId) Parameters Type Name Description string settingId Returns Type Description bool Reset() Declaration public abstract void Reset() ResumeEvents() Declaration public void ResumeEvents() SuspendEvents() Declaration public void SuspendEvents() parent_PropertyChanged(object, PropertyChangedEventArgs) Declaration protected abstract void parent_PropertyChanged(object sender, PropertyChangedEventArgs e) Parameters Type Name Description object sender PropertyChangedEventArgs e parent_SettingsChanged(object, SettingsChangedEventArgs) Declaration protected abstract void parent_SettingsChanged(object sender, SettingsChangedEventArgs e) Parameters Type Name Description object sender SettingsChangedEventArgs e Events PropertyChanged Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description PropertyChangedEventHandler SettingsChanged Declaration public event EventHandler SettingsChanged Event Type Type Description EventHandler SettingsChangedEventArgs Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class AbstractSettingsGroupBase Inheritance System.Object AbstractSettingsGroupBase JsonSettingsGroup SettingsGroup Implements ISettingsGroup System.ComponentModel.INotifyPropertyChanged System.ComponentModel.IEditableObject 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.Core.Settings Assembly : Sdl.Core.Settings.dll Syntax public abstract class AbstractSettingsGroupBase : ISettingsGroup Constructors AbstractSettingsGroupBase() Declaration protected AbstractSettingsGroupBase() Fields _parentEventHandlerAttached Declaration protected bool _parentEventHandlerAttached Field Value Type Description System.Boolean _parentPropertyChangedEventHandlerAttached Declaration protected bool _parentPropertyChangedEventHandlerAttached Field Value Type Description System.Boolean _propertyChangedDelegate Declaration protected PropertyChangedEventHandler _propertyChangedDelegate Field Value Type Description System.ComponentModel.PropertyChangedEventHandler _settingChangedDelegate Declaration protected EventHandler _settingChangedDelegate Field Value Type Description System.EventHandler < SettingsChangedEventArgs > _suspended Declaration protected int _suspended Field Value Type Description System.Int32 _suspendedEvents Declaration protected List _suspendedEvents Field Value Type Description System.Collections.Generic.List < System.String > Properties EventsSuspended Declaration public bool EventsSuspended { get; } Property Value Type Description System.Boolean Id Declaration public abstract string Id { get; set; } Property Value Type Description System.String Parent Declaration public abstract ISettingsGroup Parent { get; } Property Value Type Description ISettingsGroup SettingsBundle Declaration public abstract ISettingsBundle SettingsBundle { get; set; } Property Value Type Description ISettingsBundle Methods BeginEdit() Declaration public abstract void BeginEdit() CancelEdit() Declaration public abstract void CancelEdit() CollectSettings(ISettingsGroup, List) Declaration protected abstract void CollectSettings(ISettingsGroup settingsGroup, List keys) Parameters Type Name Description ISettingsGroup settingsGroup System.Collections.Generic.List < System.String > keys ContainsSetting(String) Declaration public abstract bool ContainsSetting(string settingId) Parameters Type Name Description System.String settingId Returns Type Description System.Boolean DiscardEvents() Declaration protected void DiscardEvents() EndEdit() Declaration public abstract void EndEdit() GetSetting(String) Declaration public abstract Setting GetSetting(string id) Parameters Type Name Description System.String id Returns Type Description Setting Type Parameters Name Description T GetSetting(String, T) Declaration public abstract Setting GetSetting(string settingId, T defaultValue) Parameters Type Name Description System.String settingId T defaultValue Returns Type Description Setting Type Parameters Name Description T GetSetting(String, out T) Declaration public abstract bool GetSetting(string settingId, out T value) Parameters Type Name Description System.String settingId T value Returns Type Description System.Boolean Type Parameters Name Description T GetSetting(String, out Setting) Declaration public abstract bool GetSetting(string settingId, out Setting setting) Parameters Type Name Description System.String settingId Setting setting Returns Type Description System.Boolean Type Parameters Name Description T GetSettingIds() Declaration public abstract IEnumerable GetSettingIds() Returns Type Description System.Collections.Generic.IEnumerable < System.String > ImportSettings(ISettingsGroup) Declaration public abstract void ImportSettings(ISettingsGroup otherGroup) Parameters Type Name Description ISettingsGroup otherGroup OnSettingChanged(String) Declaration protected virtual void OnSettingChanged(string settingId) Parameters Type Name Description System.String settingId OnSettingsChanged(IList, Boolean) Declaration protected virtual void OnSettingsChanged(IList settingIds, bool isResumingEvents) Parameters Type Name Description System.Collections.Generic.IList < System.String > settingIds System.Boolean isResumingEvents parent_PropertyChanged(Object, PropertyChangedEventArgs) Declaration protected abstract void parent_PropertyChanged(object sender, PropertyChangedEventArgs e) Parameters Type Name Description System.Object sender System.ComponentModel.PropertyChangedEventArgs e parent_SettingsChanged(Object, SettingsChangedEventArgs) Declaration protected abstract void parent_SettingsChanged(object sender, SettingsChangedEventArgs e) Parameters Type Name Description System.Object sender SettingsChangedEventArgs e RemoveSetting(String) Declaration public abstract bool RemoveSetting(string settingId) Parameters Type Name Description System.String settingId Returns Type Description System.Boolean Reset() Declaration public abstract void Reset() ResumeEvents() Declaration public void ResumeEvents() SuspendEvents() Declaration public void SuspendEvents() Events PropertyChanged Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description System.ComponentModel.PropertyChangedEventHandler SettingsChanged Declaration public event EventHandler SettingsChanged Event Type Type Description System.EventHandler < SettingsChangedEventArgs > Implements ISettingsGroup System.ComponentModel.INotifyPropertyChanged System.ComponentModel.IEditableObject" }, "api/core/Sdl.Core.Settings.AbstractSettingsPage.html": { "href": "api/core/Sdl.Core.Settings.AbstractSettingsPage.html", "title": "Class AbstractSettingsPage", - "keywords": "Class AbstractSettingsPage Inheritance object AbstractSettingsPage DefaultSettingsPage Implements ISettingsPage IDisposable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Settings Assembly : Sdl.Core.Settings.dll Syntax public abstract class AbstractSettingsPage : ISettingsPage, IDisposable Constructors AbstractSettingsPage() Declaration protected AbstractSettingsPage() Properties DataSource Declaration public object DataSource { get; set; } Property Value Type Description object HasDefaultSettings Declaration public virtual bool HasDefaultSettings { get; } Property Value Type Description bool Methods AfterCancel() Declaration public virtual void AfterCancel() AfterSave() Declaration public virtual void AfterSave() Cancel() Declaration public virtual void Cancel() Dispose() Declaration public abstract void Dispose() GetControl() Declaration public abstract object GetControl() Returns Type Description object OnActivate() Declaration public virtual void OnActivate() OnDeactivate() Declaration public virtual void OnDeactivate() Refresh() Declaration public virtual void Refresh() ResetToDefaults() Declaration public virtual void ResetToDefaults() Save() Declaration public virtual void Save() ValidateInput() Declaration public virtual bool ValidateInput() Returns Type Description bool Implements ISettingsPage IDisposable" + "keywords": "Class AbstractSettingsPage Inheritance System.Object AbstractSettingsPage Implements ISettingsPage System.IDisposable 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.Core.Settings Assembly : Sdl.Core.Settings.dll Syntax public abstract class AbstractSettingsPage : ISettingsPage, IDisposable Constructors AbstractSettingsPage() Declaration protected AbstractSettingsPage() Properties DataSource Declaration public object DataSource { get; set; } Property Value Type Description System.Object HasDefaultSettings Declaration public virtual bool HasDefaultSettings { get; } Property Value Type Description System.Boolean Methods AfterCancel() Declaration public virtual void AfterCancel() AfterSave() Declaration public virtual void AfterSave() Cancel() Declaration public virtual void Cancel() Dispose() Declaration public abstract void Dispose() GetControl() Declaration public abstract object GetControl() Returns Type Description System.Object OnActivate() Declaration public virtual void OnActivate() OnDeactivate() Declaration public virtual void OnDeactivate() Refresh() Declaration public virtual void Refresh() ResetToDefaults() Declaration public virtual void ResetToDefaults() Save() Declaration public virtual void Save() ValidateInput() Declaration public virtual bool ValidateInput() Returns Type Description System.Boolean Implements ISettingsPage System.IDisposable" }, "api/core/Sdl.Core.Settings.html": { "href": "api/core/Sdl.Core.Settings.html", @@ -787,7 +487,7 @@ "api/core/Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.html": { "href": "api/core/Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.html", "title": "Class AbstractSettingsBundleAware", - "keywords": "Class AbstractSettingsBundleAware Inheritance object AbstractSettingsBundleAware Implements ISettingsBundleAware Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Settings Implementation Assembly : Sdl.Core.Settings.dll Syntax public abstract class AbstractSettingsBundleAware : ISettingsBundleAware Constructors AbstractSettingsBundleAware() Declaration protected AbstractSettingsBundleAware() Properties SettingsBundle Declaration public ISettingsBundle SettingsBundle { get; set; } Property Value Type Description ISettingsBundle Methods SetSettingsBundle(ISettingsBundle) Declaration public virtual void SetSettingsBundle(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle Implements ISettingsBundleAware" + "keywords": "Class AbstractSettingsBundleAware Inheritance System.Object AbstractSettingsBundleAware Implements ISettingsBundleAware 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.Core.Settings.Implementation Assembly : Sdl.Core.Settings.dll Syntax public abstract class AbstractSettingsBundleAware : ISettingsBundleAware Constructors AbstractSettingsBundleAware() Declaration protected AbstractSettingsBundleAware() Properties SettingsBundle Declaration public ISettingsBundle SettingsBundle { get; set; } Property Value Type Description ISettingsBundle Methods SetSettingsBundle(ISettingsBundle) Declaration public virtual void SetSettingsBundle(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle Implements ISettingsBundleAware" }, "api/core/Sdl.Core.Settings.Implementation.html": { "href": "api/core/Sdl.Core.Settings.Implementation.html", @@ -802,27 +502,27 @@ "api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingImpl-1.html": { "href": "api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingImpl-1.html", "title": "Class JsonSettingImpl", - "keywords": "Class JsonSettingImpl Inheritance object Setting JsonSettingImpl Implements ICloneable Inherited Members Setting._inherited Setting.Inherited object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Settings Implementation Json Assembly : Sdl.Core.Settings.dll Syntax public class JsonSettingImpl : Setting, ICloneable Type Parameters Name Description T Constructors JsonSettingImpl() Declaration public JsonSettingImpl() JsonSettingImpl(JsonSettingImpl) Declaration public JsonSettingImpl(JsonSettingImpl other) Parameters Type Name Description JsonSettingImpl other Properties Id Declaration public override string Id { get; } Property Value Type Description string Overrides Setting.Id SettingsGroup Declaration [JsonIgnore] public ISettingsGroup SettingsGroup { get; set; } Property Value Type Description ISettingsGroup Value Declaration public override T Value { get; set; } Property Value Type Description T Overrides Setting.Value Methods Clone() Declaration public object Clone() Returns Type Description object OnSettingUpdated() Declaration protected void OnSettingUpdated() Reset() Declaration public override void Reset() Overrides Setting.Reset() Implements ICloneable" + "keywords": "Class JsonSettingImpl Inheritance System.Object Setting JsonSettingImpl Implements System.ICloneable Inherited Members Setting._inherited Setting.Inherited 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.Core.Settings.Implementation.Json Assembly : Sdl.Core.Settings.dll Syntax public class JsonSettingImpl : Setting, ICloneable Type Parameters Name Description T Constructors JsonSettingImpl() Declaration public JsonSettingImpl() JsonSettingImpl(JsonSettingImpl) Declaration public JsonSettingImpl(JsonSettingImpl other) Parameters Type Name Description JsonSettingImpl other Properties Id Declaration public override string Id { get; } Property Value Type Description System.String Overrides Sdl.Core.Settings.Setting.Id SettingsGroup Declaration public ISettingsGroup SettingsGroup { get; set; } Property Value Type Description ISettingsGroup Value Declaration public override T Value { get; set; } Property Value Type Description T Overrides Sdl.Core.Settings.Setting.Value Methods Clone() Declaration public object Clone() Returns Type Description System.Object OnSettingUpdated() Declaration protected void OnSettingUpdated() Reset() Declaration public override void Reset() Overrides Sdl.Core.Settings.Setting.Reset() Implements System.ICloneable" }, "api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.html": { "href": "api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.html", "title": "Class JsonSettingsBundle", - "keywords": "Class JsonSettingsBundle Inheritance object JsonSettingsBundle Implements ISettingsBundle Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Settings Implementation Json Assembly : Sdl.Core.Settings.dll Syntax public class JsonSettingsBundle : ISettingsBundle Constructors JsonSettingsBundle() Declaration public JsonSettingsBundle() Properties IsDefault Declaration public bool IsDefault { get; } Property Value Type Description bool IsEmpty Declaration public bool IsEmpty { get; } Property Value Type Description bool Parent Declaration [JsonIgnore] public ISettingsBundle Parent { get; set; } Property Value Type Description ISettingsBundle Methods AddSettingsGroup(ISettingsGroup) Declaration public bool AddSettingsGroup(ISettingsGroup settingsGroup) Parameters Type Name Description ISettingsGroup settingsGroup Returns Type Description bool Assign(ISettingsBundle) Declaration public void Assign(ISettingsBundle settings) Parameters Type Name Description ISettingsBundle settings ContainsSettingsGroup(string) Declaration public bool ContainsSettingsGroup(string id) Parameters Type Name Description string id Returns Type Description bool GetSettingsGroup(string) Declaration public ISettingsGroup GetSettingsGroup(string id) Parameters Type Name Description string id Returns Type Description ISettingsGroup GetSettingsGroupIds() Declaration public IEnumerable GetSettingsGroupIds() Returns Type Description IEnumerable string GetSettingsGroup() Declaration public T GetSettingsGroup() where T : ISettingsGroup, new() Returns Type Description T Type Parameters Name Description T GetSettingsGroup(string) Declaration public T GetSettingsGroup(string id) where T : ISettingsGroup, new() Parameters Type Name Description string id Returns Type Description T Type Parameters Name Description T RemoveSettingsGroup(string) Declaration public void RemoveSettingsGroup(string id) Parameters Type Name Description string id Reset() Declaration public void Reset() Implements ISettingsBundle" + "keywords": "Class JsonSettingsBundle Inheritance System.Object JsonSettingsBundle Implements ISettingsBundle 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.Core.Settings.Implementation.Json Assembly : Sdl.Core.Settings.dll Syntax public class JsonSettingsBundle : ISettingsBundle Constructors JsonSettingsBundle() Declaration public JsonSettingsBundle() Properties IsDefault Declaration public bool IsDefault { get; } Property Value Type Description System.Boolean IsEmpty Declaration public bool IsEmpty { get; } Property Value Type Description System.Boolean Parent Declaration public ISettingsBundle Parent { get; set; } Property Value Type Description ISettingsBundle Methods AddSettingsGroup(ISettingsGroup) Declaration public bool AddSettingsGroup(ISettingsGroup settingsGroup) Parameters Type Name Description ISettingsGroup settingsGroup Returns Type Description System.Boolean Assign(ISettingsBundle) Declaration public void Assign(ISettingsBundle settings) Parameters Type Name Description ISettingsBundle settings ContainsSettingsGroup(String) Declaration public bool ContainsSettingsGroup(string id) Parameters Type Name Description System.String id Returns Type Description System.Boolean GetSettingsGroup(String) Declaration public ISettingsGroup GetSettingsGroup(string id) Parameters Type Name Description System.String id Returns Type Description ISettingsGroup GetSettingsGroup() Declaration public T GetSettingsGroup() where T : ISettingsGroup, new() Returns Type Description T Type Parameters Name Description T GetSettingsGroup(String) Declaration public T GetSettingsGroup(string id) where T : ISettingsGroup, new() Parameters Type Name Description System.String id Returns Type Description T Type Parameters Name Description T GetSettingsGroupIds() Declaration public IEnumerable GetSettingsGroupIds() Returns Type Description System.Collections.Generic.IEnumerable < System.String > RemoveSettingsGroup(String) Declaration public void RemoveSettingsGroup(string id) Parameters Type Name Description System.String id Reset() Declaration public void Reset() Implements ISettingsBundle" }, "api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html": { "href": "api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html", "title": "Class JsonSettingsGroup", - "keywords": "Class JsonSettingsGroup Inheritance object AbstractSettingsGroupBase JsonSettingsGroup Implements ISettingsGroup INotifyPropertyChanged IEditableObject ICloneable Inherited Members AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged AbstractSettingsGroupBase.PropertyChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Settings Implementation Json Assembly : Sdl.Core.Settings.dll Syntax public class JsonSettingsGroup : AbstractSettingsGroupBase, ISettingsGroup, INotifyPropertyChanged, IEditableObject, ICloneable Constructors JsonSettingsGroup() Declaration public JsonSettingsGroup() JsonSettingsGroup(JsonSettingsGroup) Declaration public JsonSettingsGroup(JsonSettingsGroup other) Parameters Type Name Description JsonSettingsGroup other Properties Id Declaration public override string Id { get; set; } Property Value Type Description string Overrides AbstractSettingsGroupBase.Id Parent Declaration [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] public override ISettingsGroup Parent { get; } Property Value Type Description ISettingsGroup Overrides AbstractSettingsGroupBase.Parent SettingsBundle Declaration [JsonIgnore] public override ISettingsBundle SettingsBundle { get; set; } Property Value Type Description ISettingsBundle Overrides AbstractSettingsGroupBase.SettingsBundle Methods BeginEdit() Declaration public override void BeginEdit() Overrides AbstractSettingsGroupBase.BeginEdit() CancelEdit() Declaration public override void CancelEdit() Overrides AbstractSettingsGroupBase.CancelEdit() Clone() Declaration public object Clone() Returns Type Description object CollectSettings(ISettingsGroup, List) Declaration protected override void CollectSettings(ISettingsGroup settingsGroup, List keys) Parameters Type Name Description ISettingsGroup settingsGroup List string keys Overrides AbstractSettingsGroupBase.CollectSettings(ISettingsGroup, List) ContainsSetting(string) Declaration public override bool ContainsSetting(string settingId) Parameters Type Name Description string settingId Returns Type Description bool Overrides AbstractSettingsGroupBase.ContainsSetting(string) EndEdit() Declaration public override void EndEdit() Overrides AbstractSettingsGroupBase.EndEdit() GetSettingIds() Declaration public override IEnumerable GetSettingIds() Returns Type Description IEnumerable string Overrides AbstractSettingsGroupBase.GetSettingIds() GetSetting(string) Declaration public override Setting GetSetting(string id) Parameters Type Name Description string id Returns Type Description Setting Type Parameters Name Description T Overrides AbstractSettingsGroupBase.GetSetting(string) GetSetting(string, out Setting) Declaration public override bool GetSetting(string settingId, out Setting setting) Parameters Type Name Description string settingId Setting setting Returns Type Description bool Type Parameters Name Description T Overrides AbstractSettingsGroupBase.GetSetting(string, out Setting) GetSetting(string, T) Declaration public override Setting GetSetting(string settingId, T defaultValue) Parameters Type Name Description string settingId T defaultValue Returns Type Description Setting Type Parameters Name Description T Overrides AbstractSettingsGroupBase.GetSetting(string, T) GetSetting(string, out T) Declaration public override bool GetSetting(string settingId, out T value) Parameters Type Name Description string settingId T value Returns Type Description bool Type Parameters Name Description T Overrides AbstractSettingsGroupBase.GetSetting(string, out T) ImportSettings(ISettingsGroup) Declaration public override void ImportSettings(ISettingsGroup otherGroup) Parameters Type Name Description ISettingsGroup otherGroup Overrides AbstractSettingsGroupBase.ImportSettings(ISettingsGroup) OnInit(ISettingsBundle) Declaration protected virtual void OnInit(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle RemoveSetting(string) Declaration public override bool RemoveSetting(string settingId) Parameters Type Name Description string settingId Returns Type Description bool Overrides AbstractSettingsGroupBase.RemoveSetting(string) Reset() Declaration public override void Reset() Overrides AbstractSettingsGroupBase.Reset() parent_PropertyChanged(object, PropertyChangedEventArgs) Declaration protected override void parent_PropertyChanged(object sender, PropertyChangedEventArgs e) Parameters Type Name Description object sender PropertyChangedEventArgs e Overrides AbstractSettingsGroupBase.parent_PropertyChanged(object, PropertyChangedEventArgs) parent_SettingsChanged(object, SettingsChangedEventArgs) Declaration protected override void parent_SettingsChanged(object sender, SettingsChangedEventArgs e) Parameters Type Name Description object sender SettingsChangedEventArgs e Overrides AbstractSettingsGroupBase.parent_SettingsChanged(object, SettingsChangedEventArgs) Implements ISettingsGroup INotifyPropertyChanged IEditableObject ICloneable" + "keywords": "Class JsonSettingsGroup Inheritance System.Object AbstractSettingsGroupBase JsonSettingsGroup Implements ISettingsGroup System.ComponentModel.INotifyPropertyChanged System.ComponentModel.IEditableObject System.ICloneable Inherited Members AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(String) AbstractSettingsGroupBase.OnSettingsChanged(IList, Boolean) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged AbstractSettingsGroupBase.PropertyChanged 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.Core.Settings.Implementation.Json Assembly : Sdl.Core.Settings.dll Syntax public class JsonSettingsGroup : AbstractSettingsGroupBase, ISettingsGroup, ICloneable Constructors JsonSettingsGroup() Declaration public JsonSettingsGroup() JsonSettingsGroup(JsonSettingsGroup) Declaration public JsonSettingsGroup(JsonSettingsGroup other) Parameters Type Name Description JsonSettingsGroup other Properties Id Declaration public override string Id { get; set; } Property Value Type Description System.String Overrides AbstractSettingsGroupBase.Id Parent Declaration public override ISettingsGroup Parent { get; } Property Value Type Description ISettingsGroup Overrides AbstractSettingsGroupBase.Parent SettingsBundle Declaration public override ISettingsBundle SettingsBundle { get; set; } Property Value Type Description ISettingsBundle Overrides AbstractSettingsGroupBase.SettingsBundle Methods BeginEdit() Declaration public override void BeginEdit() Overrides AbstractSettingsGroupBase.BeginEdit() CancelEdit() Declaration public override void CancelEdit() Overrides AbstractSettingsGroupBase.CancelEdit() Clone() Declaration public object Clone() Returns Type Description System.Object CollectSettings(ISettingsGroup, List) Declaration protected override void CollectSettings(ISettingsGroup settingsGroup, List keys) Parameters Type Name Description ISettingsGroup settingsGroup System.Collections.Generic.List < System.String > keys Overrides AbstractSettingsGroupBase.CollectSettings(ISettingsGroup, List) ContainsSetting(String) Declaration public override bool ContainsSetting(string settingId) Parameters Type Name Description System.String settingId Returns Type Description System.Boolean Overrides AbstractSettingsGroupBase.ContainsSetting(String) EndEdit() Declaration public override void EndEdit() Overrides AbstractSettingsGroupBase.EndEdit() GetSetting(String) Declaration public override Setting GetSetting(string id) Parameters Type Name Description System.String id Returns Type Description Setting Type Parameters Name Description T Overrides AbstractSettingsGroupBase.GetSetting(String) GetSetting(String, T) Declaration public override Setting GetSetting(string settingId, T defaultValue) Parameters Type Name Description System.String settingId T defaultValue Returns Type Description Setting Type Parameters Name Description T Overrides Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(System.String, T) GetSetting(String, out T) Declaration public override bool GetSetting(string settingId, out T value) Parameters Type Name Description System.String settingId T value Returns Type Description System.Boolean Type Parameters Name Description T Overrides Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(System.String, T) GetSetting(String, out Setting) Declaration public override bool GetSetting(string settingId, out Setting setting) Parameters Type Name Description System.String settingId Setting setting Returns Type Description System.Boolean Type Parameters Name Description T Overrides Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(System.String, Sdl.Core.Settings.Setting) GetSettingIds() Declaration public override IEnumerable GetSettingIds() Returns Type Description System.Collections.Generic.IEnumerable < System.String > Overrides AbstractSettingsGroupBase.GetSettingIds() ImportSettings(ISettingsGroup) Declaration public override void ImportSettings(ISettingsGroup otherGroup) Parameters Type Name Description ISettingsGroup otherGroup Overrides AbstractSettingsGroupBase.ImportSettings(ISettingsGroup) OnInit(ISettingsBundle) Declaration protected virtual void OnInit(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle parent_PropertyChanged(Object, PropertyChangedEventArgs) Declaration protected override void parent_PropertyChanged(object sender, PropertyChangedEventArgs e) Parameters Type Name Description System.Object sender System.ComponentModel.PropertyChangedEventArgs e Overrides AbstractSettingsGroupBase.parent_PropertyChanged(Object, PropertyChangedEventArgs) parent_SettingsChanged(Object, SettingsChangedEventArgs) Declaration protected override void parent_SettingsChanged(object sender, SettingsChangedEventArgs e) Parameters Type Name Description System.Object sender SettingsChangedEventArgs e Overrides AbstractSettingsGroupBase.parent_SettingsChanged(Object, SettingsChangedEventArgs) RemoveSetting(String) Declaration public override bool RemoveSetting(string settingId) Parameters Type Name Description System.String settingId Returns Type Description System.Boolean Overrides AbstractSettingsGroupBase.RemoveSetting(String) Reset() Declaration public override void Reset() Overrides AbstractSettingsGroupBase.Reset() Implements ISettingsGroup System.ComponentModel.INotifyPropertyChanged System.ComponentModel.IEditableObject System.ICloneable" }, "api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.html": { "href": "api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.html", "title": "Class SettingsGroupTypeDescriptionProvider", - "keywords": "Class SettingsGroupTypeDescriptionProvider Inheritance object TypeDescriptionProvider SettingsGroupTypeDescriptionProvider Inherited Members TypeDescriptionProvider.CreateInstance(IServiceProvider, Type, Type[], object[]) TypeDescriptionProvider.GetCache(object) TypeDescriptionProvider.GetExtendedTypeDescriptor(object) TypeDescriptionProvider.GetExtenderProviders(object) TypeDescriptionProvider.GetFullComponentName(object) TypeDescriptionProvider.GetReflectionType(Type) TypeDescriptionProvider.GetReflectionType(object) TypeDescriptionProvider.GetReflectionType(Type, object) TypeDescriptionProvider.GetRuntimeType(Type) TypeDescriptionProvider.GetTypeDescriptor(Type) TypeDescriptionProvider.GetTypeDescriptor(object) TypeDescriptionProvider.IsSupportedType(Type) object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Settings Implementation Assembly : Sdl.Core.Settings.dll Syntax public class SettingsGroupTypeDescriptionProvider : TypeDescriptionProvider Constructors SettingsGroupTypeDescriptionProvider() Declaration public SettingsGroupTypeDescriptionProvider() Methods GetTypeDescriptor(Type, object) Declaration public override ICustomTypeDescriptor GetTypeDescriptor(Type objectType, object instance) Parameters Type Name Description Type objectType object instance Returns Type Description ICustomTypeDescriptor Overrides TypeDescriptionProvider.GetTypeDescriptor(Type, object)" + "keywords": "Class SettingsGroupTypeDescriptionProvider Inheritance System.Object SettingsGroupTypeDescriptionProvider Namespace : Sdl.Core.Settings.Implementation Assembly : Sdl.Core.Settings.dll Syntax public class SettingsGroupTypeDescriptionProvider : TypeDescriptionProvider Constructors SettingsGroupTypeDescriptionProvider() Declaration public SettingsGroupTypeDescriptionProvider() Methods GetTypeDescriptor(Type, Object) Declaration public override ICustomTypeDescriptor GetTypeDescriptor(Type objectType, object instance) Parameters Type Name Description System.Type objectType System.Object instance Returns Type Description System.ComponentModel.ICustomTypeDescriptor" }, "api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.html": { "href": "api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.html", "title": "Class SettingsGroupTypeDescriptor", - "keywords": "Class SettingsGroupTypeDescriptor Inheritance object CustomTypeDescriptor SettingsGroupTypeDescriptor Implements ICustomTypeDescriptor Inherited Members CustomTypeDescriptor.GetAttributes() CustomTypeDescriptor.GetClassName() CustomTypeDescriptor.GetComponentName() CustomTypeDescriptor.GetConverter() CustomTypeDescriptor.GetDefaultEvent() CustomTypeDescriptor.GetDefaultProperty() CustomTypeDescriptor.GetEditor(Type) CustomTypeDescriptor.GetEvents() CustomTypeDescriptor.GetEvents(Attribute[]) CustomTypeDescriptor.GetProperties(Attribute[]) CustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor) object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Settings Implementation Assembly : Sdl.Core.Settings.dll Syntax public class SettingsGroupTypeDescriptor : CustomTypeDescriptor, ICustomTypeDescriptor Constructors SettingsGroupTypeDescriptor(SettingsGroup) Declaration public SettingsGroupTypeDescriptor(SettingsGroup settingsGroup) Parameters Type Name Description SettingsGroup settingsGroup Methods GetProperties() Declaration public override PropertyDescriptorCollection GetProperties() Returns Type Description PropertyDescriptorCollection Overrides CustomTypeDescriptor.GetProperties() Implements ICustomTypeDescriptor" + "keywords": "Class SettingsGroupTypeDescriptor Inheritance System.Object SettingsGroupTypeDescriptor Namespace : Sdl.Core.Settings.Implementation Assembly : Sdl.Core.Settings.dll Syntax public class SettingsGroupTypeDescriptor : CustomTypeDescriptor Constructors SettingsGroupTypeDescriptor(SettingsGroup) Declaration public SettingsGroupTypeDescriptor(SettingsGroup settingsGroup) Parameters Type Name Description SettingsGroup settingsGroup Methods GetProperties() Declaration public override PropertyDescriptorCollection GetProperties() Returns Type Description System.ComponentModel.PropertyDescriptorCollection" }, "api/core/Sdl.Core.Settings.Implementation.Xml.html": { "href": "api/core/Sdl.Core.Settings.Implementation.Xml.html", @@ -832,57 +532,57 @@ "api/core/Sdl.Core.Settings.Implementation.Xml.XmlSettingImpl-1.html": { "href": "api/core/Sdl.Core.Settings.Implementation.Xml.XmlSettingImpl-1.html", "title": "Class XmlSettingImpl", - "keywords": "Class XmlSettingImpl Inheritance object Setting XmlSettingImpl Inherited Members Setting._inherited object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Settings Implementation Xml Assembly : Sdl.Core.Settings.dll Syntax public class XmlSettingImpl : Setting Type Parameters Name Description T Properties Id Declaration public override string Id { get; } Property Value Type Description string Overrides Setting.Id Inherited Declaration public override bool Inherited { get; } Property Value Type Description bool Overrides Setting.Inherited Value Declaration public override T Value { get; set; } Property Value Type Description T Overrides Setting.Value Methods OnXmlUpdated() Declaration protected void OnXmlUpdated() Reset() Declaration public override void Reset() Overrides Setting.Reset()" + "keywords": "Class XmlSettingImpl Inheritance System.Object Setting XmlSettingImpl Inherited Members Setting._inherited 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.Core.Settings.Implementation.Xml Assembly : Sdl.Core.Settings.dll Syntax public class XmlSettingImpl : Setting Type Parameters Name Description T Properties Id Declaration public override string Id { get; } Property Value Type Description System.String Overrides Sdl.Core.Settings.Setting.Id Inherited Declaration public override bool Inherited { get; } Property Value Type Description System.Boolean Overrides Sdl.Core.Settings.Setting.Inherited Value Declaration public override T Value { get; set; } Property Value Type Description T Overrides Sdl.Core.Settings.Setting.Value Methods OnXmlUpdated() Declaration protected void OnXmlUpdated() Reset() Declaration public override void Reset() Overrides Sdl.Core.Settings.Setting.Reset()" }, "api/core/Sdl.Core.Settings.ISettingsBundle.html": { "href": "api/core/Sdl.Core.Settings.ISettingsBundle.html", "title": "Interface ISettingsBundle", - "keywords": "Interface ISettingsBundle Namespace : Sdl Sdl.Core Settings Assembly : Sdl.Core.Settings.dll Syntax public interface ISettingsBundle Properties IsDefault Declaration bool IsDefault { get; } Property Value Type Description bool IsEmpty Declaration bool IsEmpty { get; } Property Value Type Description bool Parent Declaration ISettingsBundle Parent { get; set; } Property Value Type Description ISettingsBundle Methods AddSettingsGroup(ISettingsGroup) Declaration bool AddSettingsGroup(ISettingsGroup settingsGroup) Parameters Type Name Description ISettingsGroup settingsGroup Returns Type Description bool Assign(ISettingsBundle) Declaration void Assign(ISettingsBundle settings) Parameters Type Name Description ISettingsBundle settings ContainsSettingsGroup(string) Declaration bool ContainsSettingsGroup(string id) Parameters Type Name Description string id Returns Type Description bool GetSettingsGroup(string) Declaration ISettingsGroup GetSettingsGroup(string id) Parameters Type Name Description string id Returns Type Description ISettingsGroup GetSettingsGroupIds() Declaration IEnumerable GetSettingsGroupIds() Returns Type Description IEnumerable string GetSettingsGroup() Declaration T GetSettingsGroup() where T : ISettingsGroup, new() Returns Type Description T Type Parameters Name Description T GetSettingsGroup(string) Declaration T GetSettingsGroup(string id) where T : ISettingsGroup, new() Parameters Type Name Description string id Returns Type Description T Type Parameters Name Description T RemoveSettingsGroup(string) Declaration void RemoveSettingsGroup(string id) Parameters Type Name Description string id Reset() Declaration void Reset()" + "keywords": "Interface ISettingsBundle Namespace : Sdl.Core.Settings Assembly : Sdl.Core.Settings.dll Syntax public interface ISettingsBundle Properties IsDefault Declaration bool IsDefault { get; } Property Value Type Description System.Boolean IsEmpty Declaration bool IsEmpty { get; } Property Value Type Description System.Boolean Parent Declaration ISettingsBundle Parent { get; set; } Property Value Type Description ISettingsBundle Methods AddSettingsGroup(ISettingsGroup) Declaration bool AddSettingsGroup(ISettingsGroup settingsGroup) Parameters Type Name Description ISettingsGroup settingsGroup Returns Type Description System.Boolean Assign(ISettingsBundle) Declaration void Assign(ISettingsBundle settings) Parameters Type Name Description ISettingsBundle settings ContainsSettingsGroup(String) Declaration bool ContainsSettingsGroup(string id) Parameters Type Name Description System.String id Returns Type Description System.Boolean GetSettingsGroup(String) Declaration ISettingsGroup GetSettingsGroup(string id) Parameters Type Name Description System.String id Returns Type Description ISettingsGroup GetSettingsGroup() Declaration T GetSettingsGroup() where T : ISettingsGroup, new() Returns Type Description T Type Parameters Name Description T GetSettingsGroup(String) Declaration T GetSettingsGroup(string id) where T : ISettingsGroup, new() Parameters Type Name Description System.String id Returns Type Description T Type Parameters Name Description T GetSettingsGroupIds() Declaration IEnumerable GetSettingsGroupIds() Returns Type Description System.Collections.Generic.IEnumerable < System.String > RemoveSettingsGroup(String) Declaration void RemoveSettingsGroup(string id) Parameters Type Name Description System.String id Reset() Declaration void Reset()" }, "api/core/Sdl.Core.Settings.ISettingsBundleAware.html": { "href": "api/core/Sdl.Core.Settings.ISettingsBundleAware.html", "title": "Interface ISettingsBundleAware", - "keywords": "Interface ISettingsBundleAware Namespace : Sdl Sdl.Core Settings Assembly : Sdl.Core.Settings.dll Syntax public interface ISettingsBundleAware Methods SetSettingsBundle(ISettingsBundle) Declaration void SetSettingsBundle(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle" + "keywords": "Interface ISettingsBundleAware Namespace : Sdl.Core.Settings Assembly : Sdl.Core.Settings.dll Syntax public interface ISettingsBundleAware Methods SetSettingsBundle(ISettingsBundle) Declaration void SetSettingsBundle(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle" }, "api/core/Sdl.Core.Settings.ISettingsGroup.html": { "href": "api/core/Sdl.Core.Settings.ISettingsGroup.html", "title": "Interface ISettingsGroup", - "keywords": "Interface ISettingsGroup Inherited Members INotifyPropertyChanged.PropertyChanged IEditableObject.BeginEdit() IEditableObject.EndEdit() IEditableObject.CancelEdit() Namespace : Sdl Sdl.Core Settings Assembly : Sdl.Core.Settings.dll Syntax public interface ISettingsGroup : INotifyPropertyChanged, IEditableObject Properties EventsSuspended Declaration bool EventsSuspended { get; } Property Value Type Description bool Id Declaration string Id { get; } Property Value Type Description string Parent Declaration ISettingsGroup Parent { get; } Property Value Type Description ISettingsGroup SettingsBundle Declaration ISettingsBundle SettingsBundle { get; } Property Value Type Description ISettingsBundle Methods ContainsSetting(string) Declaration bool ContainsSetting(string settingId) Parameters Type Name Description string settingId Returns Type Description bool GetSettingIds() Declaration IEnumerable GetSettingIds() Returns Type Description IEnumerable string GetSetting(string) Declaration Setting GetSetting(string id) Parameters Type Name Description string id Returns Type Description Setting Type Parameters Name Description T GetSetting(string, out Setting) Declaration bool GetSetting(string settingId, out Setting setting) Parameters Type Name Description string settingId Setting setting Returns Type Description bool Type Parameters Name Description T GetSetting(string, T) Declaration Setting GetSetting(string settingId, T defaultValue) Parameters Type Name Description string settingId T defaultValue Returns Type Description Setting Type Parameters Name Description T GetSetting(string, out T) Declaration bool GetSetting(string settingId, out T value) Parameters Type Name Description string settingId T value Returns Type Description bool Type Parameters Name Description T ImportSettings(ISettingsGroup) Declaration void ImportSettings(ISettingsGroup otherGroup) Parameters Type Name Description ISettingsGroup otherGroup RemoveSetting(string) Declaration bool RemoveSetting(string settingId) Parameters Type Name Description string settingId Returns Type Description bool Reset() Declaration void Reset() ResumeEvents() Declaration void ResumeEvents() SuspendEvents() Declaration void SuspendEvents() Events SettingsChanged Declaration event EventHandler SettingsChanged Event Type Type Description EventHandler SettingsChangedEventArgs" + "keywords": "Interface ISettingsGroup Namespace : Sdl.Core.Settings Assembly : Sdl.Core.Settings.dll Syntax public interface ISettingsGroup Properties EventsSuspended Declaration bool EventsSuspended { get; } Property Value Type Description System.Boolean Id Declaration string Id { get; } Property Value Type Description System.String Parent Declaration ISettingsGroup Parent { get; } Property Value Type Description ISettingsGroup SettingsBundle Declaration ISettingsBundle SettingsBundle { get; } Property Value Type Description ISettingsBundle Methods ContainsSetting(String) Declaration bool ContainsSetting(string settingId) Parameters Type Name Description System.String settingId Returns Type Description System.Boolean GetSetting(String) Declaration Setting GetSetting(string id) Parameters Type Name Description System.String id Returns Type Description Setting Type Parameters Name Description T GetSetting(String, T) Declaration Setting GetSetting(string settingId, T defaultValue) Parameters Type Name Description System.String settingId T defaultValue Returns Type Description Setting Type Parameters Name Description T GetSetting(String, out T) Declaration bool GetSetting(string settingId, out T value) Parameters Type Name Description System.String settingId T value Returns Type Description System.Boolean Type Parameters Name Description T GetSetting(String, out Setting) Declaration bool GetSetting(string settingId, out Setting setting) Parameters Type Name Description System.String settingId Setting setting Returns Type Description System.Boolean Type Parameters Name Description T GetSettingIds() Declaration IEnumerable GetSettingIds() Returns Type Description System.Collections.Generic.IEnumerable < System.String > ImportSettings(ISettingsGroup) Declaration void ImportSettings(ISettingsGroup otherGroup) Parameters Type Name Description ISettingsGroup otherGroup RemoveSetting(String) Declaration bool RemoveSetting(string settingId) Parameters Type Name Description System.String settingId Returns Type Description System.Boolean Reset() Declaration void Reset() ResumeEvents() Declaration void ResumeEvents() SuspendEvents() Declaration void SuspendEvents() Events SettingsChanged Declaration event EventHandler SettingsChanged Event Type Type Description System.EventHandler < SettingsChangedEventArgs >" }, "api/core/Sdl.Core.Settings.ISettingsPage.html": { "href": "api/core/Sdl.Core.Settings.ISettingsPage.html", "title": "Interface ISettingsPage", - "keywords": "Interface ISettingsPage Inherited Members IDisposable.Dispose() Namespace : Sdl Sdl.Core Settings Assembly : Sdl.Core.Settings.dll Syntax public interface ISettingsPage : IDisposable Properties DataSource Declaration object DataSource { get; set; } Property Value Type Description object HasDefaultSettings Declaration bool HasDefaultSettings { get; } Property Value Type Description bool Methods AfterCancel() Declaration void AfterCancel() AfterSave() Declaration void AfterSave() Cancel() Declaration void Cancel() GetControl() Declaration object GetControl() Returns Type Description object OnActivate() Declaration void OnActivate() OnDeactivate() Declaration void OnDeactivate() ResetToDefaults() Declaration void ResetToDefaults() Save() Declaration void Save() ValidateInput() Declaration bool ValidateInput() Returns Type Description bool" + "keywords": "Interface ISettingsPage Inherited Members System.IDisposable.Dispose() Namespace : Sdl.Core.Settings Assembly : Sdl.Core.Settings.dll Syntax public interface ISettingsPage : IDisposable Properties DataSource Declaration object DataSource { get; set; } Property Value Type Description System.Object HasDefaultSettings Declaration bool HasDefaultSettings { get; } Property Value Type Description System.Boolean Methods AfterCancel() Declaration void AfterCancel() AfterSave() Declaration void AfterSave() Cancel() Declaration void Cancel() GetControl() Declaration object GetControl() Returns Type Description System.Object OnActivate() Declaration void OnActivate() OnDeactivate() Declaration void OnDeactivate() ResetToDefaults() Declaration void ResetToDefaults() Save() Declaration void Save() ValidateInput() Declaration bool ValidateInput() Returns Type Description System.Boolean" }, "api/core/Sdl.Core.Settings.Setting-1.html": { "href": "api/core/Sdl.Core.Settings.Setting-1.html", "title": "Class Setting", - "keywords": "Class Setting Inheritance object Setting JsonSettingImpl XmlSettingImpl Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Settings Assembly : Sdl.Core.Settings.dll Syntax public abstract class Setting Type Parameters Name Description T Constructors Setting() Declaration protected Setting() Fields _inherited Declaration protected bool _inherited Field Value Type Description bool Properties Id Declaration public abstract string Id { get; } Property Value Type Description string Inherited Declaration public virtual bool Inherited { get; } Property Value Type Description bool Value Declaration public abstract T Value { get; set; } Property Value Type Description T Methods Reset() Declaration public abstract void Reset() Operators implicit operator T(Setting) Declaration public static implicit operator T(Setting setting) Parameters Type Name Description Setting setting Returns Type Description T" + "keywords": "Class Setting Inheritance System.Object Setting JsonSettingImpl XmlSettingImpl 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.Core.Settings Assembly : Sdl.Core.Settings.dll Syntax public abstract class Setting Type Parameters Name Description T Constructors Setting() Declaration protected Setting() Fields _inherited Declaration protected bool _inherited Field Value Type Description System.Boolean Properties Id Declaration public abstract string Id { get; } Property Value Type Description System.String Inherited Declaration public virtual bool Inherited { get; } Property Value Type Description System.Boolean Value Declaration public abstract T Value { get; set; } Property Value Type Description T Methods Reset() Declaration public abstract void Reset() Operators Implicit(Setting to T) Declaration public static implicit operator T(Setting setting) Parameters Type Name Description Setting setting Returns Type Description T" }, "api/core/Sdl.Core.Settings.SettingsChangedEventArgs.html": { "href": "api/core/Sdl.Core.Settings.SettingsChangedEventArgs.html", "title": "Class SettingsChangedEventArgs", - "keywords": "Class SettingsChangedEventArgs Inheritance object EventArgs SettingsChangedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Settings Assembly : Sdl.Core.Settings.dll Syntax public class SettingsChangedEventArgs : EventArgs Constructors SettingsChangedEventArgs(ISettingsGroup, IList) Declaration public SettingsChangedEventArgs(ISettingsGroup settingsGroup, IList settingIds) Parameters Type Name Description ISettingsGroup settingsGroup IList string settingIds Properties SettingIds Declaration public IList SettingIds { get; } Property Value Type Description IList string SettingsGroup Declaration public ISettingsGroup SettingsGroup { get; } Property Value Type Description ISettingsGroup" + "keywords": "Class SettingsChangedEventArgs Inheritance System.Object System.EventArgs SettingsChangedEventArgs Inherited Members System.EventArgs.Empty 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.Core.Settings Assembly : Sdl.Core.Settings.dll Syntax public class SettingsChangedEventArgs : EventArgs Constructors SettingsChangedEventArgs(ISettingsGroup, IList) Declaration public SettingsChangedEventArgs(ISettingsGroup settingsGroup, IList settingIds) Parameters Type Name Description ISettingsGroup settingsGroup System.Collections.Generic.IList < System.String > settingIds Properties SettingIds Declaration public IList SettingIds { get; } Property Value Type Description System.Collections.Generic.IList < System.String > SettingsGroup Declaration public ISettingsGroup SettingsGroup { get; } Property Value Type Description ISettingsGroup" }, "api/core/Sdl.Core.Settings.SettingsGroup.html": { "href": "api/core/Sdl.Core.Settings.SettingsGroup.html", "title": "Class SettingsGroup", - "keywords": "Class SettingsGroup Inheritance object AbstractSettingsGroupBase SettingsGroup Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Settings Assembly : Sdl.Core.Settings.dll Syntax public abstract class SettingsGroup : AbstractSettingsGroupBase, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors SettingsGroup() Declaration protected SettingsGroup() Properties Id Declaration public override string Id { get; set; } Property Value Type Description string Overrides AbstractSettingsGroupBase.Id Parent Declaration public override ISettingsGroup Parent { get; } Property Value Type Description ISettingsGroup Overrides AbstractSettingsGroupBase.Parent SettingsBundle Declaration public override ISettingsBundle SettingsBundle { get; set; } Property Value Type Description ISettingsBundle Overrides AbstractSettingsGroupBase.SettingsBundle Methods BeginEdit() Declaration public override void BeginEdit() Overrides AbstractSettingsGroupBase.BeginEdit() CancelEdit() Declaration public override void CancelEdit() Overrides AbstractSettingsGroupBase.CancelEdit() CollectSettings(ISettingsGroup, List) Declaration protected override void CollectSettings(ISettingsGroup settingsGroup, List keys) Parameters Type Name Description ISettingsGroup settingsGroup List string keys Overrides AbstractSettingsGroupBase.CollectSettings(ISettingsGroup, List) ContainsSetting(string) Declaration public override bool ContainsSetting(string settingId) Parameters Type Name Description string settingId Returns Type Description bool Overrides AbstractSettingsGroupBase.ContainsSetting(string) EndEdit() Declaration public override void EndEdit() Overrides AbstractSettingsGroupBase.EndEdit() GetDefaultValue(string) Declaration protected virtual object GetDefaultValue(string settingId) Parameters Type Name Description string settingId Returns Type Description object GetSettingIds() Declaration public override IEnumerable GetSettingIds() Returns Type Description IEnumerable string Overrides AbstractSettingsGroupBase.GetSettingIds() GetSetting(string) Declaration public override Setting GetSetting(string id) Parameters Type Name Description string id Returns Type Description Setting Type Parameters Name Description T Overrides AbstractSettingsGroupBase.GetSetting(string) GetSetting(string, out Setting) Declaration public override bool GetSetting(string settingId, out Setting setting) Parameters Type Name Description string settingId Setting setting Returns Type Description bool Type Parameters Name Description T Overrides AbstractSettingsGroupBase.GetSetting(string, out Setting) GetSetting(string, T) Declaration public override Setting GetSetting(string settingId, T defaultValue) Parameters Type Name Description string settingId T defaultValue Returns Type Description Setting Type Parameters Name Description T Overrides AbstractSettingsGroupBase.GetSetting(string, T) GetSetting(string, out T) Declaration public override bool GetSetting(string settingId, out T value) Parameters Type Name Description string settingId T value Returns Type Description bool Type Parameters Name Description T Overrides AbstractSettingsGroupBase.GetSetting(string, out T) ImportSettings(ISettingsGroup) Declaration public override void ImportSettings(ISettingsGroup otherGroup) Parameters Type Name Description ISettingsGroup otherGroup Overrides AbstractSettingsGroupBase.ImportSettings(ISettingsGroup) OnInit(ISettingsBundle) Declaration protected virtual void OnInit(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle RemoveSetting(string) Declaration public override bool RemoveSetting(string settingId) Parameters Type Name Description string settingId Returns Type Description bool Overrides AbstractSettingsGroupBase.RemoveSetting(string) Reset() Declaration public override void Reset() Overrides AbstractSettingsGroupBase.Reset() parent_PropertyChanged(object, PropertyChangedEventArgs) Declaration protected override void parent_PropertyChanged(object sender, PropertyChangedEventArgs e) Parameters Type Name Description object sender PropertyChangedEventArgs e Overrides AbstractSettingsGroupBase.parent_PropertyChanged(object, PropertyChangedEventArgs) parent_SettingsChanged(object, SettingsChangedEventArgs) Declaration protected override void parent_SettingsChanged(object sender, SettingsChangedEventArgs e) Parameters Type Name Description object sender SettingsChangedEventArgs e Overrides AbstractSettingsGroupBase.parent_SettingsChanged(object, SettingsChangedEventArgs) Events PropertyChanged Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description PropertyChangedEventHandler Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class SettingsGroup Inheritance System.Object AbstractSettingsGroupBase SettingsGroup Implements ISettingsGroup System.ComponentModel.INotifyPropertyChanged System.ComponentModel.IEditableObject Inherited Members AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(String) AbstractSettingsGroupBase.OnSettingsChanged(IList, Boolean) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged 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.Core.Settings Assembly : Sdl.Core.Settings.dll Syntax public abstract class SettingsGroup : AbstractSettingsGroupBase, ISettingsGroup Constructors SettingsGroup() Declaration protected SettingsGroup() Properties Id Declaration public override string Id { get; set; } Property Value Type Description System.String Overrides AbstractSettingsGroupBase.Id Parent Declaration public override ISettingsGroup Parent { get; } Property Value Type Description ISettingsGroup Overrides AbstractSettingsGroupBase.Parent SettingsBundle Declaration public override ISettingsBundle SettingsBundle { get; set; } Property Value Type Description ISettingsBundle Overrides AbstractSettingsGroupBase.SettingsBundle Methods BeginEdit() Declaration public override void BeginEdit() Overrides AbstractSettingsGroupBase.BeginEdit() CancelEdit() Declaration public override void CancelEdit() Overrides AbstractSettingsGroupBase.CancelEdit() CollectSettings(ISettingsGroup, List) Declaration protected override void CollectSettings(ISettingsGroup settingsGroup, List keys) Parameters Type Name Description ISettingsGroup settingsGroup System.Collections.Generic.List < System.String > keys Overrides AbstractSettingsGroupBase.CollectSettings(ISettingsGroup, List) ContainsSetting(String) Declaration public override bool ContainsSetting(string settingId) Parameters Type Name Description System.String settingId Returns Type Description System.Boolean Overrides AbstractSettingsGroupBase.ContainsSetting(String) EndEdit() Declaration public override void EndEdit() Overrides AbstractSettingsGroupBase.EndEdit() GetDefaultValue(String) Declaration protected virtual object GetDefaultValue(string settingId) Parameters Type Name Description System.String settingId Returns Type Description System.Object GetSetting(String) Declaration public override Setting GetSetting(string id) Parameters Type Name Description System.String id Returns Type Description Setting Type Parameters Name Description T Overrides AbstractSettingsGroupBase.GetSetting(String) GetSetting(String, T) Declaration public override Setting GetSetting(string settingId, T defaultValue) Parameters Type Name Description System.String settingId T defaultValue Returns Type Description Setting Type Parameters Name Description T Overrides Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(System.String, T) GetSetting(String, out T) Declaration public override bool GetSetting(string settingId, out T value) Parameters Type Name Description System.String settingId T value Returns Type Description System.Boolean Type Parameters Name Description T Overrides Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(System.String, T) GetSetting(String, out Setting) Declaration public override bool GetSetting(string settingId, out Setting setting) Parameters Type Name Description System.String settingId Setting setting Returns Type Description System.Boolean Type Parameters Name Description T Overrides Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(System.String, Sdl.Core.Settings.Setting) GetSettingIds() Declaration public override IEnumerable GetSettingIds() Returns Type Description System.Collections.Generic.IEnumerable < System.String > Overrides AbstractSettingsGroupBase.GetSettingIds() ImportSettings(ISettingsGroup) Declaration public override void ImportSettings(ISettingsGroup otherGroup) Parameters Type Name Description ISettingsGroup otherGroup Overrides AbstractSettingsGroupBase.ImportSettings(ISettingsGroup) OnInit(ISettingsBundle) Declaration protected virtual void OnInit(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle parent_PropertyChanged(Object, PropertyChangedEventArgs) Declaration protected override void parent_PropertyChanged(object sender, PropertyChangedEventArgs e) Parameters Type Name Description System.Object sender System.ComponentModel.PropertyChangedEventArgs e Overrides AbstractSettingsGroupBase.parent_PropertyChanged(Object, PropertyChangedEventArgs) parent_SettingsChanged(Object, SettingsChangedEventArgs) Declaration protected override void parent_SettingsChanged(object sender, SettingsChangedEventArgs e) Parameters Type Name Description System.Object sender SettingsChangedEventArgs e Overrides AbstractSettingsGroupBase.parent_SettingsChanged(Object, SettingsChangedEventArgs) RemoveSetting(String) Declaration public override bool RemoveSetting(string settingId) Parameters Type Name Description System.String settingId Returns Type Description System.Boolean Overrides AbstractSettingsGroupBase.RemoveSetting(String) Reset() Declaration public override void Reset() Overrides AbstractSettingsGroupBase.Reset() Events PropertyChanged Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description System.ComponentModel.PropertyChangedEventHandler Implements ISettingsGroup System.ComponentModel.INotifyPropertyChanged System.ComponentModel.IEditableObject" }, "api/core/Sdl.Core.Settings.SettingsUtil.html": { "href": "api/core/Sdl.Core.Settings.SettingsUtil.html", "title": "Class SettingsUtil", - "keywords": "Class SettingsUtil Inheritance object SettingsUtil Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Settings Assembly : Sdl.Core.Settings.dll Syntax public static class SettingsUtil Methods CreateJsonSettingsBundle(ISettingsBundle) Declaration public static ISettingsBundle CreateJsonSettingsBundle(ISettingsBundle parent) Parameters Type Name Description ISettingsBundle parent Returns Type Description ISettingsBundle CreateSettingsBundle(ISettingsBundle) Declaration public static ISettingsBundle CreateSettingsBundle(ISettingsBundle parent) Parameters Type Name Description ISettingsBundle parent Returns Type Description ISettingsBundle CreateSettingsBundle(ISettingsBundle, ISettingsBundle) Declaration public static ISettingsBundle CreateSettingsBundle(ISettingsBundle parent, ISettingsBundle source) Parameters Type Name Description ISettingsBundle parent ISettingsBundle source Returns Type Description ISettingsBundle CreateSettingsBundle(ISettingsBundle, bool) Declaration public static ISettingsBundle CreateSettingsBundle(ISettingsBundle parent, bool isDefault) Parameters Type Name Description ISettingsBundle parent bool isDefault Returns Type Description ISettingsBundle DeserializeJsonSettingsBundle(JObject) Declaration public static ISettingsBundle DeserializeJsonSettingsBundle(JObject settingBundleJObject) Parameters Type Name Description Newtonsoft.Json.Linq.JObject settingBundleJObject Returns Type Description ISettingsBundle DeserializeJsonSettingsBundle(string) Declaration public static ISettingsBundle DeserializeJsonSettingsBundle(string jsonSettingsBundle) Parameters Type Name Description string jsonSettingsBundle Returns Type Description ISettingsBundle DeserializeSettingsBundle(XmlReader, ISettingsBundle) Declaration public static ISettingsBundle DeserializeSettingsBundle(XmlReader reader, ISettingsBundle parent) Parameters Type Name Description XmlReader reader ISettingsBundle parent Returns Type Description ISettingsBundle DeserializeSettingsBundle(XmlReader, ISettingsBundle, bool) Declaration public static ISettingsBundle DeserializeSettingsBundle(XmlReader reader, ISettingsBundle parent, bool isDefault) Parameters Type Name Description XmlReader reader ISettingsBundle parent bool isDefault Returns Type Description ISettingsBundle SerializeJsonSettingsBundle(ISettingsBundle) Declaration public static string SerializeJsonSettingsBundle(ISettingsBundle jsonSettingsBundle) Parameters Type Name Description ISettingsBundle jsonSettingsBundle Returns Type Description string SerializeJsonSettingsBundleToJObject(ISettingsBundle) Declaration public static JObject SerializeJsonSettingsBundleToJObject(ISettingsBundle jsonSettingsBundle) Parameters Type Name Description ISettingsBundle jsonSettingsBundle Returns Type Description Newtonsoft.Json.Linq.JObject SerializeSettingsBundle(XmlWriter, ISettingsBundle) Declaration public static void SerializeSettingsBundle(XmlWriter writer, ISettingsBundle iSettingsBundle) Parameters Type Name Description XmlWriter writer ISettingsBundle iSettingsBundle SerializeSettingsBundle(XmlWriter, ISettingsBundle, bool) Declaration public static void SerializeSettingsBundle(XmlWriter writer, ISettingsBundle iSettingsBundle, bool includeInheritedSettings) Parameters Type Name Description XmlWriter writer ISettingsBundle iSettingsBundle bool includeInheritedSettings" + "keywords": "Class SettingsUtil Inheritance System.Object SettingsUtil 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.Core.Settings Assembly : Sdl.Core.Settings.dll Syntax public static class SettingsUtil Methods CreateJsonSettingsBundle(ISettingsBundle) Declaration public static ISettingsBundle CreateJsonSettingsBundle(ISettingsBundle parent) Parameters Type Name Description ISettingsBundle parent Returns Type Description ISettingsBundle CreateSettingsBundle(ISettingsBundle) Declaration public static ISettingsBundle CreateSettingsBundle(ISettingsBundle parent) Parameters Type Name Description ISettingsBundle parent Returns Type Description ISettingsBundle CreateSettingsBundle(ISettingsBundle, ISettingsBundle) Declaration public static ISettingsBundle CreateSettingsBundle(ISettingsBundle parent, ISettingsBundle source) Parameters Type Name Description ISettingsBundle parent ISettingsBundle source Returns Type Description ISettingsBundle CreateSettingsBundle(ISettingsBundle, Boolean) Declaration public static ISettingsBundle CreateSettingsBundle(ISettingsBundle parent, bool isDefault) Parameters Type Name Description ISettingsBundle parent System.Boolean isDefault Returns Type Description ISettingsBundle DeserializeJsonSettingsBundle(JObject) Declaration public static ISettingsBundle DeserializeJsonSettingsBundle(JObject settingBundleJObject) Parameters Type Name Description Newtonsoft.Json.Linq.JObject settingBundleJObject Returns Type Description ISettingsBundle DeserializeJsonSettingsBundle(String) Declaration public static ISettingsBundle DeserializeJsonSettingsBundle(string jsonSettingsBundle) Parameters Type Name Description System.String jsonSettingsBundle Returns Type Description ISettingsBundle DeserializeSettingsBundle(XmlReader, ISettingsBundle) Declaration public static ISettingsBundle DeserializeSettingsBundle(XmlReader reader, ISettingsBundle parent) Parameters Type Name Description System.Xml.XmlReader reader ISettingsBundle parent Returns Type Description ISettingsBundle DeserializeSettingsBundle(XmlReader, ISettingsBundle, Boolean) Declaration public static ISettingsBundle DeserializeSettingsBundle(XmlReader reader, ISettingsBundle parent, bool isDefault) Parameters Type Name Description System.Xml.XmlReader reader ISettingsBundle parent System.Boolean isDefault Returns Type Description ISettingsBundle SerializeJsonSettingsBundle(ISettingsBundle) Declaration public static string SerializeJsonSettingsBundle(ISettingsBundle jsonSettingsBundle) Parameters Type Name Description ISettingsBundle jsonSettingsBundle Returns Type Description System.String SerializeJsonSettingsBundleToJObject(ISettingsBundle) Declaration public static JObject SerializeJsonSettingsBundleToJObject(ISettingsBundle jsonSettingsBundle) Parameters Type Name Description ISettingsBundle jsonSettingsBundle Returns Type Description Newtonsoft.Json.Linq.JObject SerializeSettingsBundle(XmlWriter, ISettingsBundle) Declaration public static void SerializeSettingsBundle(XmlWriter writer, ISettingsBundle iSettingsBundle) Parameters Type Name Description System.Xml.XmlWriter writer ISettingsBundle iSettingsBundle SerializeSettingsBundle(XmlWriter, ISettingsBundle, Boolean) Declaration public static void SerializeSettingsBundle(XmlWriter writer, ISettingsBundle iSettingsBundle, bool includeInheritedSettings) Parameters Type Name Description System.Xml.XmlWriter writer ISettingsBundle iSettingsBundle System.Boolean includeInheritedSettings" }, "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.html", "title": "Class GenericTagVerifier", - "keywords": "Class GenericTagVerifier Inheritance object AbstractBilingualFileTypeComponent GenericTagVerifier Implements IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualVerifier IBilingualFileTypeComponent IBilingualContentHandler ISharedObjectsAware ISettingsAware Inherited Members AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ItemFactory AbstractBilingualFileTypeComponent.PropertiesFactory AbstractBilingualFileTypeComponent.MessageReporter object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Sdl.FileTypeSupport.Filters Sdl.FileTypeSupport.Filters.Verifiers GenericTagVerifier Assembly : Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.dll Syntax public class GenericTagVerifier : AbstractBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData, IBilingualVerifier, IBilingualFileTypeComponent, IBilingualContentHandler, ISharedObjectsAware, ISettingsAware Constructors GenericTagVerifier() Declaration public GenericTagVerifier() Properties CheckGhostTag Declaration public bool CheckGhostTag { get; set; } Property Value Type Description bool CheckSpaceAroundTag Declaration public bool CheckSpaceAroundTag { get; set; } Property Value Type Description bool CheckTagAdded Declaration public bool CheckTagAdded { get; set; } Property Value Type Description bool CheckTagDeleted Declaration public bool CheckTagDeleted { get; set; } Property Value Type Description bool CheckTagOrderChange Declaration public bool CheckTagOrderChange { get; set; } Property Value Type Description bool Enabled Declaration public bool Enabled { get; set; } Property Value Type Description bool GhostTag Declaration public ErrorLevel GhostTag { get; set; } Property Value Type Description ErrorLevel IgnoreFormatting Declaration public bool IgnoreFormatting { get; set; } Property Value Type Description bool IgnoreHardSpaceDiff Declaration public bool IgnoreHardSpaceDiff { get; set; } Property Value Type Description bool IgnoreLockedContent Declaration public bool IgnoreLockedContent { get; set; } Property Value Type Description bool SpaceAroundTag Declaration public ErrorLevel SpaceAroundTag { get; set; } Property Value Type Description ErrorLevel TagAdded Declaration public ErrorLevel TagAdded { get; set; } Property Value Type Description ErrorLevel TagDeleted Declaration public ErrorLevel TagDeleted { get; set; } Property Value Type Description ErrorLevel TagOrderChange Declaration public ErrorLevel TagOrderChange { get; set; } Property Value Type Description ErrorLevel Methods Complete() Called by the framework when all content has been processed. At this point it is safe to assume that the document properties will not change any further. Declaration public void Complete() FileComplete() Called by the framework after all trans units in a file have been processed by all components. At this point it is safe to assume that the file properties will not change any further. Declaration public void FileComplete() Initialize(IDocumentProperties) The framework will call this method to provide the implementation with a reference to the document properties for the document being processed. This method will always be called, and always before any other calls are made on this interface. This or other content processor implementations may modify the document properties as part of the document processing. If you need to access the final version of the document properties, you should do so through the Complete() method implementation. Declaration public void Initialize(IDocumentProperties documentInfo) Parameters Type Name Description IDocumentProperties documentInfo InitializeSettings(ISettingsBundle, string) Initializes the settings from the given settings bundle for the given configuration id. Declaration public void InitializeSettings(ISettingsBundle settingsBundle, string configurationId) Parameters Type Name Description ISettingsBundle settingsBundle settings bundle string configurationId configuration id Remarks Only the first call to InitializeSettings will be heeded - subsequent calls to InitializeSettings will be ignored. ProcessParagraphUnit(IParagraphUnit) The framework will call this method for each ParagraphUnit in the file. Declaration public void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit SetFileProperties(IFileProperties) The framework will call this method to provide the implementation with a reference to the properties for each file in the document before the ParagraphUnits of the file are processed. This or other content processor implementations may modify the properties as part of the file processing. If you need to access the final version of the file properties, you should do so through the FileComplete() method implementation. Declaration public void SetFileProperties(IFileProperties fileInfo) Parameters Type Name Description IFileProperties fileInfo SetSharedObjects(ISharedObjects) The framework calls this method before the component is used for content processing in order to communicate with the interface used for accessing shared objects. Declaration public void SetSharedObjects(ISharedObjects sharedObjects) Parameters Type Name Description ISharedObjects sharedObjects Remarks Note that not all shared objects may have been published at the time of this call. Handle the SharedObjectPublished event to get notifications when new object instances are shared. Implements IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualVerifier IBilingualFileTypeComponent IBilingualContentHandler ISharedObjectsAware ISettingsAware" + "keywords": "Class GenericTagVerifier Inheritance System.Object AbstractBilingualFileTypeComponent GenericTagVerifier Implements IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualVerifier IBilingualFileTypeComponent IBilingualContentHandler ISharedObjectsAware ISettingsAware Inherited Members AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ItemFactory AbstractBilingualFileTypeComponent.PropertiesFactory AbstractBilingualFileTypeComponent.MessageReporter 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.FileTypeSupport.Filters.Verifiers.GenericTagVerifier Assembly : Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.dll Syntax public class GenericTagVerifier : AbstractBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData, IBilingualVerifier, IBilingualFileTypeComponent, IBilingualContentHandler, ISharedObjectsAware, ISettingsAware Constructors GenericTagVerifier() Declaration public GenericTagVerifier() Properties CheckGhostTag Declaration public bool CheckGhostTag { get; set; } Property Value Type Description System.Boolean CheckSpaceAroundTag Declaration public bool CheckSpaceAroundTag { get; set; } Property Value Type Description System.Boolean CheckTagAdded Declaration public bool CheckTagAdded { get; set; } Property Value Type Description System.Boolean CheckTagDeleted Declaration public bool CheckTagDeleted { get; set; } Property Value Type Description System.Boolean CheckTagOrderChange Declaration public bool CheckTagOrderChange { get; set; } Property Value Type Description System.Boolean Enabled Declaration public bool Enabled { get; set; } Property Value Type Description System.Boolean GhostTag Declaration public ErrorLevel GhostTag { get; set; } Property Value Type Description ErrorLevel IgnoreFormatting Declaration public bool IgnoreFormatting { get; set; } Property Value Type Description System.Boolean IgnoreHardSpaceDiff Declaration public bool IgnoreHardSpaceDiff { get; set; } Property Value Type Description System.Boolean IgnoreLockedContent Declaration public bool IgnoreLockedContent { get; set; } Property Value Type Description System.Boolean SpaceAroundTag Declaration public ErrorLevel SpaceAroundTag { get; set; } Property Value Type Description ErrorLevel TagAdded Declaration public ErrorLevel TagAdded { get; set; } Property Value Type Description ErrorLevel TagDeleted Declaration public ErrorLevel TagDeleted { get; set; } Property Value Type Description ErrorLevel TagOrderChange Declaration public ErrorLevel TagOrderChange { get; set; } Property Value Type Description ErrorLevel Methods Complete() Declaration public void Complete() FileComplete() Declaration public void FileComplete() Initialize(IDocumentProperties) Declaration public void Initialize(IDocumentProperties documentInfo) Parameters Type Name Description IDocumentProperties documentInfo InitializeSettings(ISettingsBundle, String) Initializes the settings from the given settings bundle for the given configuration id. Declaration public void InitializeSettings(ISettingsBundle settingsBundle, string configurationId) Parameters Type Name Description ISettingsBundle settingsBundle settings bundle System.String configurationId configuration id Remarks Only the first call to InitializeSettings will be heeded - subsequent calls to InitializeSettings will be ignored. ProcessParagraphUnit(IParagraphUnit) Declaration public void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit SetFileProperties(IFileProperties) Declaration public void SetFileProperties(IFileProperties fileInfo) Parameters Type Name Description IFileProperties fileInfo SetSharedObjects(ISharedObjects) Declaration public void SetSharedObjects(ISharedObjects sharedObjects) Parameters Type Name Description ISharedObjects sharedObjects Implements IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualVerifier IBilingualFileTypeComponent IBilingualContentHandler ISharedObjectsAware ISettingsAware" }, "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.html", "title": "Class GenericVerifierSettings", - "keywords": "Class GenericVerifierSettings Settings for generic tag verifier that is used with the WPF and Silverlight UI. Inheritance object FileTypeSettingsBase AbstractSettingsClass GenericVerifierSettings Implements INotifyPropertyChanged ISettingsClass ICloneable IEquatable ISettingsClass Inherited Members AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.Equals(object) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.OnPropertyChanged(string) FileTypeSettingsBase.GetSettingFromSettingsGroup(ISettingsGroup, string, T) FileTypeSettingsBase.UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) FileTypeSettingsBase.SaveInGroup(ISettingsGroup, string, T) FileTypeSettingsBase.PropertyChanged object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Sdl.FileTypeSupport.Filters Sdl.FileTypeSupport.Filters.Verifiers GenericTagVerifier Assembly : Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.dll Syntax public class GenericVerifierSettings : AbstractSettingsClass, INotifyPropertyChanged, ISettingsClass, ICloneable, IEquatable Remarks This settings class supersedes the GenericTagSettings class, which is only kept for backward compatibility with file types that don't yet use the new WPF/Silverlight UI and settings storage mechanism for tag verification settings. Constructors GenericVerifierSettings() Declaration public GenericVerifierSettings() Properties AddedTagsErrorLevel Declaration public ErrorLevel AddedTagsErrorLevel { get; set; } Property Value Type Description ErrorLevel CheckForAddedTags Declaration public bool CheckForAddedTags { get; set; } Property Value Type Description bool CheckForDeletedTags Declaration public bool CheckForDeletedTags { get; set; } Property Value Type Description bool CheckForTagOrderChange Declaration public bool CheckForTagOrderChange { get; set; } Property Value Type Description bool CheckSpaceAroundTags Declaration public bool CheckSpaceAroundTags { get; set; } Property Value Type Description bool DeletedTagsErrorLevel Declaration public ErrorLevel DeletedTagsErrorLevel { get; set; } Property Value Type Description ErrorLevel GhostTagErrorLevel Declaration public ErrorLevel GhostTagErrorLevel { get; set; } Property Value Type Description ErrorLevel IgnoreFormattingTags Declaration public bool IgnoreFormattingTags { get; set; } Property Value Type Description bool IgnoreLockedSegments Declaration public bool IgnoreLockedSegments { get; set; } Property Value Type Description bool ReportGhostTags Declaration public bool ReportGhostTags { get; set; } Property Value Type Description bool RunWsVerification Declaration public bool RunWsVerification { get; set; } Property Value Type Description bool SettingName Declaration public override string SettingName { get; } Property Value Type Description string Overrides AbstractSettingsClass.SettingName SpaceAroundTagsErrorLevel Declaration public ErrorLevel SpaceAroundTagsErrorLevel { get; set; } Property Value Type Description ErrorLevel TagOrderChangedErrorLevel Declaration public ErrorLevel TagOrderChangedErrorLevel { get; set; } Property Value Type Description ErrorLevel TreatNonBreakingSpaceAsSpace Declaration public bool TreatNonBreakingSpaceAsSpace { get; set; } Property Value Type Description bool VerificationEnabled Declaration public bool VerificationEnabled { get; set; } Property Value Type Description bool Methods Clone() Declaration public override object Clone() Returns Type Description object Overrides AbstractSettingsClass.Clone() CopySettingsFrom(GenericVerifierSettings) Declaration public void CopySettingsFrom(GenericVerifierSettings other) Parameters Type Name Description GenericVerifierSettings other Equals(ISettingsClass) Declaration public override bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description bool Overrides AbstractSettingsClass.Equals(ISettingsClass) Read(IValueGetter) Declaration public override void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Overrides AbstractSettingsClass.Read(IValueGetter) ResetToDefaults() Restore all settings to default values. Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() Save(IValueProcessor) Declaration public override void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor Overrides AbstractSettingsClass.Save(IValueProcessor) Implements INotifyPropertyChanged ISettingsClass ICloneable IEquatable" + "keywords": "Class GenericVerifierSettings Settings for generic tag verifier that is used with the WPF and Silverlight UI. Inheritance System.Object FileTypeSettingsBase AbstractSettingsClass GenericVerifierSettings Implements System.ComponentModel.INotifyPropertyChanged ISettingsClass System.ICloneable System.IEquatable < ISettingsClass > Inherited Members AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.Equals(Object) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.OnPropertyChanged(String) FileTypeSettingsBase.GetSettingFromSettingsGroup(ISettingsGroup, String, T) FileTypeSettingsBase.UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) FileTypeSettingsBase.SaveInGroup(ISettingsGroup, String, T) FileTypeSettingsBase.PropertyChanged System.Object.ToString() 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.FileTypeSupport.Filters.Verifiers.GenericTagVerifier Assembly : Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.dll Syntax public class GenericVerifierSettings : AbstractSettingsClass, ISettingsClass, ICloneable, IEquatable Remarks This settings class supersedes the GenericTagSettings class, which is only kept for backward compatibility with file types that don't yet use the new WPF/Silverlight UI and settings storage mechanism for tag verification settings. Constructors GenericVerifierSettings() Declaration public GenericVerifierSettings() Properties AddedTagsErrorLevel Declaration public ErrorLevel AddedTagsErrorLevel { get; set; } Property Value Type Description ErrorLevel CheckForAddedTags Declaration public bool CheckForAddedTags { get; set; } Property Value Type Description System.Boolean CheckForDeletedTags Declaration public bool CheckForDeletedTags { get; set; } Property Value Type Description System.Boolean CheckForTagOrderChange Declaration public bool CheckForTagOrderChange { get; set; } Property Value Type Description System.Boolean CheckSpaceAroundTags Declaration public bool CheckSpaceAroundTags { get; set; } Property Value Type Description System.Boolean DeletedTagsErrorLevel Declaration public ErrorLevel DeletedTagsErrorLevel { get; set; } Property Value Type Description ErrorLevel GhostTagErrorLevel Declaration public ErrorLevel GhostTagErrorLevel { get; set; } Property Value Type Description ErrorLevel IgnoreFormattingTags Declaration public bool IgnoreFormattingTags { get; set; } Property Value Type Description System.Boolean IgnoreLockedSegments Declaration public bool IgnoreLockedSegments { get; set; } Property Value Type Description System.Boolean ReportGhostTags Declaration public bool ReportGhostTags { get; set; } Property Value Type Description System.Boolean RunWsVerification Declaration public bool RunWsVerification { get; set; } Property Value Type Description System.Boolean SettingName Declaration public override string SettingName { get; } Property Value Type Description System.String Overrides AbstractSettingsClass.SettingName SpaceAroundTagsErrorLevel Declaration public ErrorLevel SpaceAroundTagsErrorLevel { get; set; } Property Value Type Description ErrorLevel TagOrderChangedErrorLevel Declaration public ErrorLevel TagOrderChangedErrorLevel { get; set; } Property Value Type Description ErrorLevel TreatNonBreakingSpaceAsSpace Declaration public bool TreatNonBreakingSpaceAsSpace { get; set; } Property Value Type Description System.Boolean VerificationEnabled Declaration public bool VerificationEnabled { get; set; } Property Value Type Description System.Boolean Methods Clone() Declaration public override object Clone() Returns Type Description System.Object Overrides AbstractSettingsClass.Clone() CopySettingsFrom(GenericVerifierSettings) Declaration public void CopySettingsFrom(GenericVerifierSettings other) Parameters Type Name Description GenericVerifierSettings other Equals(ISettingsClass) Declaration public override bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description System.Boolean Overrides AbstractSettingsClass.Equals(ISettingsClass) Read(IValueGetter) Declaration public override void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Overrides AbstractSettingsClass.Read(IValueGetter) ResetToDefaults() Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() Save(IValueProcessor) Declaration public override void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor Overrides AbstractSettingsClass.Save(IValueProcessor) Implements System.ComponentModel.INotifyPropertyChanged ISettingsClass System.ICloneable System.IEquatable" }, "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.html", @@ -892,7 +592,7 @@ "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.html", "title": "Class MatchedItem", - "keywords": "Class MatchedItem Inheritance object MatchedItem Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Sdl.FileTypeSupport.Filters Sdl.FileTypeSupport.Filters.Verifiers GenericTagVerifier Assembly : Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.dll Syntax public class MatchedItem Constructors MatchedItem(IAbstractMarkupData) Declaration public MatchedItem(IAbstractMarkupData item) Parameters Type Name Description IAbstractMarkupData item MatchedItem(IAbstractMarkupData, int) Declaration public MatchedItem(IAbstractMarkupData item, int vector) Parameters Type Name Description IAbstractMarkupData item int vector Properties Item Declaration public IAbstractMarkupData Item { get; set; } Property Value Type Description IAbstractMarkupData Matched Declaration public bool Matched { get; set; } Property Value Type Description bool Vector Contains information about position in segment tree Declaration public List Vector { get; set; } Property Value Type Description List int" + "keywords": "Class MatchedItem Inheritance System.Object MatchedItem 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.FileTypeSupport.Filters.Verifiers.GenericTagVerifier Assembly : Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.dll Syntax public class MatchedItem Constructors MatchedItem(IAbstractMarkupData) Declaration public MatchedItem(IAbstractMarkupData item) Parameters Type Name Description IAbstractMarkupData item MatchedItem(IAbstractMarkupData, Int32) Declaration public MatchedItem(IAbstractMarkupData item, int vector) Parameters Type Name Description IAbstractMarkupData item System.Int32 vector Properties Item Declaration public IAbstractMarkupData Item { get; set; } Property Value Type Description IAbstractMarkupData Matched Declaration public bool Matched { get; set; } Property Value Type Description System.Boolean Vector Contains information about position in segment tree Declaration public List Vector { get; set; } Property Value Type Description System.Collections.Generic.List < System.Int32 >" }, "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.Properties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.Properties.html", @@ -902,277 +602,277 @@ "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.Properties.Resources.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.Properties.Resources.html", "title": "Class Resources", - "keywords": "Class Resources A strongly-typed resource class, for looking up localized strings, etc. Inheritance object Resources Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Sdl.FileTypeSupport.Filters Sdl.FileTypeSupport.Filters.Verifiers GenericTagVerifier Properties Assembly : Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.dll Syntax public class Resources Properties Culture Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Declaration public static CultureInfo Culture { get; set; } Property Value Type Description CultureInfo E_GhostTagEnd Looks up a localized string similar to Tag pair contains end ghost tag.. Declaration public static string E_GhostTagEnd { get; } Property Value Type Description string E_GhostTagStart Looks up a localized string similar to Tag pair contains start ghost tag.. Declaration public static string E_GhostTagStart { get; } Property Value Type Description string E_LockedContentExtra Looks up a localized string similar to Extra locked content in target.. Declaration public static string E_LockedContentExtra { get; } Property Value Type Description string E_LockedContentNotCopied Looks up a localized string similar to Locked content missing in target.. Declaration public static string E_LockedContentNotCopied { get; } Property Value Type Description string E_SpaceAfterStartTagAdded Looks up a localized string similar to Additional space after tag pair start tag.. Declaration public static string E_SpaceAfterStartTagAdded { get; } Property Value Type Description string E_SpaceAfterStartTagRemoved Looks up a localized string similar to Space after tag pair start tag was removed.. Declaration public static string E_SpaceAfterStartTagRemoved { get; } Property Value Type Description string E_SpaceAfterTagAdded Looks up a localized string similar to Additional space after tag.. Declaration public static string E_SpaceAfterTagAdded { get; } Property Value Type Description string E_SpaceAfterTagPairAdded Looks up a localized string similar to Additional space after tag pair.. Declaration public static string E_SpaceAfterTagPairAdded { get; } Property Value Type Description string E_SpaceAfterTagPairRemoved Looks up a localized string similar to Space after tag pair removed.. Declaration public static string E_SpaceAfterTagPairRemoved { get; } Property Value Type Description string E_SpaceAfterTagRemoved Looks up a localized string similar to Space after tag removed.. Declaration public static string E_SpaceAfterTagRemoved { get; } Property Value Type Description string E_SpaceBeforeEndTagAdded Looks up a localized string similar to Additional space before tag pair end tag.. Declaration public static string E_SpaceBeforeEndTagAdded { get; } Property Value Type Description string E_SpaceBeforeEndTagRemoved Looks up a localized string similar to Space before tag pair start tag was removed.. Declaration public static string E_SpaceBeforeEndTagRemoved { get; } Property Value Type Description string E_SpaceBeforeTagAdded Looks up a localized string similar to Additional space before tag.. Declaration public static string E_SpaceBeforeTagAdded { get; } Property Value Type Description string E_SpaceBeforeTagPairAdded Looks up a localized string similar to Additional space before tag pair.. Declaration public static string E_SpaceBeforeTagPairAdded { get; } Property Value Type Description string E_SpaceBeforeTagPairRemoved Looks up a localized string similar to Space before tag pair removed.. Declaration public static string E_SpaceBeforeTagPairRemoved { get; } Property Value Type Description string E_SpaceBeforeTagRemoved Looks up a localized string similar to Space before tag removed.. Declaration public static string E_SpaceBeforeTagRemoved { get; } Property Value Type Description string E_TagAdded Looks up a localized string similar to Tag added.. Declaration public static string E_TagAdded { get; } Property Value Type Description string E_TagDeleted Looks up a localized string similar to Tag {0} removed.. Declaration public static string E_TagDeleted { get; } Property Value Type Description string E_TagMoved Looks up a localized string similar to Tag position changed.. Declaration public static string E_TagMoved { get; } Property Value Type Description string E_TagPairAdded Looks up a localized string similar to Tag pair added.. Declaration public static string E_TagPairAdded { get; } Property Value Type Description string E_TagPairDeleted Looks up a localized string similar to Tag <{0}> pair removed.. Declaration public static string E_TagPairDeleted { get; } Property Value Type Description string E_TagPairMoved Looks up a localized string similar to Tag pair position changed.. Declaration public static string E_TagPairMoved { get; } Property Value Type Description string E_TagsMovedInSegment Looks up a localized string similar to Tag order in this segment has been changed.. Declaration public static string E_TagsMovedInSegment { get; } Property Value Type Description string ResourceManager Returns the cached ResourceManager instance used by this class. Declaration public static ResourceManager ResourceManager { get; } Property Value Type Description ResourceManager Sev_Error Looks up a localized string similar to Error. Declaration public static string Sev_Error { get; } Property Value Type Description string Sev_Note Looks up a localized string similar to Note. Declaration public static string Sev_Note { get; } Property Value Type Description string Sev_Undefined Looks up a localized string similar to Ignored. Declaration public static string Sev_Undefined { get; } Property Value Type Description string Sev_Warning Looks up a localized string similar to Warning. Declaration public static string Sev_Warning { get; } Property Value Type Description string" + "keywords": "Class Resources A strongly-typed resource class, for looking up localized strings, etc. Inheritance System.Object Resources 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.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.Properties Assembly : Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.dll Syntax public class Resources Properties Culture Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Declaration public static CultureInfo Culture { get; set; } Property Value Type Description System.Globalization.CultureInfo E_GhostTagEnd Looks up a localized string similar to Tag pair contains end ghost tag.. Declaration public static string E_GhostTagEnd { get; } Property Value Type Description System.String E_GhostTagStart Looks up a localized string similar to Tag pair contains start ghost tag.. Declaration public static string E_GhostTagStart { get; } Property Value Type Description System.String E_LockedContentExtra Looks up a localized string similar to Extra locked content in target.. Declaration public static string E_LockedContentExtra { get; } Property Value Type Description System.String E_LockedContentNotCopied Looks up a localized string similar to Locked content missing in target.. Declaration public static string E_LockedContentNotCopied { get; } Property Value Type Description System.String E_SpaceAfterStartTagAdded Looks up a localized string similar to Additional space after tag pair start tag.. Declaration public static string E_SpaceAfterStartTagAdded { get; } Property Value Type Description System.String E_SpaceAfterStartTagRemoved Looks up a localized string similar to Space after tag pair start tag was removed.. Declaration public static string E_SpaceAfterStartTagRemoved { get; } Property Value Type Description System.String E_SpaceAfterTagAdded Looks up a localized string similar to Additional space after tag.. Declaration public static string E_SpaceAfterTagAdded { get; } Property Value Type Description System.String E_SpaceAfterTagPairAdded Looks up a localized string similar to Additional space after tag pair.. Declaration public static string E_SpaceAfterTagPairAdded { get; } Property Value Type Description System.String E_SpaceAfterTagPairRemoved Looks up a localized string similar to Space after tag pair removed.. Declaration public static string E_SpaceAfterTagPairRemoved { get; } Property Value Type Description System.String E_SpaceAfterTagRemoved Looks up a localized string similar to Space after tag removed.. Declaration public static string E_SpaceAfterTagRemoved { get; } Property Value Type Description System.String E_SpaceBeforeEndTagAdded Looks up a localized string similar to Additional space before tag pair end tag.. Declaration public static string E_SpaceBeforeEndTagAdded { get; } Property Value Type Description System.String E_SpaceBeforeEndTagRemoved Looks up a localized string similar to Space before tag pair start tag was removed.. Declaration public static string E_SpaceBeforeEndTagRemoved { get; } Property Value Type Description System.String E_SpaceBeforeTagAdded Looks up a localized string similar to Additional space before tag.. Declaration public static string E_SpaceBeforeTagAdded { get; } Property Value Type Description System.String E_SpaceBeforeTagPairAdded Looks up a localized string similar to Additional space before tag pair.. Declaration public static string E_SpaceBeforeTagPairAdded { get; } Property Value Type Description System.String E_SpaceBeforeTagPairRemoved Looks up a localized string similar to Space before tag pair removed.. Declaration public static string E_SpaceBeforeTagPairRemoved { get; } Property Value Type Description System.String E_SpaceBeforeTagRemoved Looks up a localized string similar to Space before tag removed.. Declaration public static string E_SpaceBeforeTagRemoved { get; } Property Value Type Description System.String E_TagAdded Looks up a localized string similar to Tag added.. Declaration public static string E_TagAdded { get; } Property Value Type Description System.String E_TagDeleted Looks up a localized string similar to Tag {0} removed.. Declaration public static string E_TagDeleted { get; } Property Value Type Description System.String E_TagMoved Looks up a localized string similar to Tag position changed.. Declaration public static string E_TagMoved { get; } Property Value Type Description System.String E_TagPairAdded Looks up a localized string similar to Tag pair added.. Declaration public static string E_TagPairAdded { get; } Property Value Type Description System.String E_TagPairDeleted Looks up a localized string similar to Tag <{0}> pair removed.. Declaration public static string E_TagPairDeleted { get; } Property Value Type Description System.String E_TagPairMoved Looks up a localized string similar to Tag pair position changed.. Declaration public static string E_TagPairMoved { get; } Property Value Type Description System.String E_TagsMovedInSegment Looks up a localized string similar to Tag order in this segment has been changed.. Declaration public static string E_TagsMovedInSegment { get; } Property Value Type Description System.String ResourceManager Returns the cached ResourceManager instance used by this class. Declaration public static ResourceManager ResourceManager { get; } Property Value Type Description System.Resources.ResourceManager Sev_Error Looks up a localized string similar to Error. Declaration public static string Sev_Error { get; } Property Value Type Description System.String Sev_Note Looks up a localized string similar to Note. Declaration public static string Sev_Note { get; } Property Value Type Description System.String Sev_Undefined Looks up a localized string similar to Ignored. Declaration public static string Sev_Undefined { get; } Property Value Type Description System.String Sev_Warning Looks up a localized string similar to Warning. Declaration public static string Sev_Warning { get; } Property Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.html", "title": "Class AbstractBilingualContentHandler", - "keywords": "Class AbstractBilingualContentHandler Abstract base class for convenient implementation of bilingual content handlers. Provides the default implementations for the content handler methods; you just need to override the ones you are interested in. Inheritance object AbstractBilingualFileTypeComponent AbstractBilingualContentHandler AbstractBilingualContentProcessor Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentHandler Inherited Members AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ItemFactory AbstractBilingualFileTypeComponent.PropertiesFactory AbstractBilingualFileTypeComponent.MessageReporter object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractBilingualContentHandler : AbstractBilingualFileTypeComponent, IBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData, IBilingualContentHandler Remarks Derives from AbstractBilingualFileTypeComponent to provide easy access to the message reporter and factory. Implementations are not required to derive from this class. It is designed as a convenient default implementation to be used when appropriate. Constructors AbstractBilingualContentHandler() Default constructor Declaration protected AbstractBilingualContentHandler() Methods Complete() Default implementation, does not perform any task. Declaration public virtual void Complete() FileComplete() Default implementation, does not perform any task. Declaration public virtual void FileComplete() Initialize(IDocumentProperties) Default implementation, does not perform any task. Declaration public virtual void Initialize(IDocumentProperties documentInfo) Parameters Type Name Description IDocumentProperties documentInfo ProcessParagraphUnit(IParagraphUnit) Default implementation, does not perform any task. Declaration public virtual void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit SetFileProperties(IFileProperties) Default implementation, does not perform any task. Declaration public virtual void SetFileProperties(IFileProperties fileInfo) Parameters Type Name Description IFileProperties fileInfo Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentHandler" + "keywords": "Class AbstractBilingualContentHandler Abstract base class for convenient implementation of bilingual content handlers. Provides the default implementations for the content handler methods; you just need to override the ones you are interested in. Inheritance System.Object AbstractBilingualFileTypeComponent AbstractBilingualContentHandler AbstractBilingualContentProcessor Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentHandler Inherited Members AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ItemFactory AbstractBilingualFileTypeComponent.PropertiesFactory AbstractBilingualFileTypeComponent.MessageReporter 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.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractBilingualContentHandler : AbstractBilingualFileTypeComponent, IBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData, IBilingualContentHandler Remarks Derives from AbstractBilingualFileTypeComponent to provide easy access to the message reporter and factory. Implementations are not required to derive from this class. It is designed as a convenient default implementation to be used when appropriate. Constructors AbstractBilingualContentHandler() Default constructor Declaration protected AbstractBilingualContentHandler() Methods Complete() Default implementation, does not perform any task. Declaration public virtual void Complete() FileComplete() Default implementation, does not perform any task. Declaration public virtual void FileComplete() Initialize(IDocumentProperties) Default implementation, does not perform any task. Declaration public virtual void Initialize(IDocumentProperties documentInfo) Parameters Type Name Description IDocumentProperties documentInfo ProcessParagraphUnit(IParagraphUnit) Default implementation, does not perform any task. Declaration public virtual void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit SetFileProperties(IFileProperties) Default implementation, does not perform any task. Declaration public virtual void SetFileProperties(IFileProperties fileInfo) Parameters Type Name Description IFileProperties fileInfo Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.html", "title": "Class AbstractBilingualContentProcessor", - "keywords": "Class AbstractBilingualContentProcessor Abstract base class for convenient implementation of bilingual content processors. Provides the default implementations for the content processor methods that call the corresponding methods on the Output . You just need to override the ones you are interested in, and call the base class to output content. Inheritance object AbstractBilingualFileTypeComponent AbstractBilingualContentHandler AbstractBilingualContentProcessor EventFiringBilingualProcessor SourceToTargetCopier Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentProcessor IBilingualContentHandler Inherited Members AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ItemFactory AbstractBilingualFileTypeComponent.PropertiesFactory AbstractBilingualFileTypeComponent.MessageReporter object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractBilingualContentProcessor : AbstractBilingualContentHandler, IBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData, IBilingualContentProcessor, IBilingualContentHandler Remarks Implementations are not required to derive from this class. It is designed as a convenient default implementation to be used when appropriate. Constructors AbstractBilingualContentProcessor() Default constructor - sets Output to null . Declaration protected AbstractBilingualContentProcessor() Properties Output Default implementation is an accessor to a member Declaration public virtual IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler Methods Complete() Calls the corresponding method on the Output . Declaration public override void Complete() Overrides AbstractBilingualContentHandler.Complete() FileComplete() Calls the corresponding method on the Output . Declaration public override void FileComplete() Overrides AbstractBilingualContentHandler.FileComplete() Initialize(IDocumentProperties) Calls the corresponding method on the Output . Declaration public override void Initialize(IDocumentProperties documentInfo) Parameters Type Name Description IDocumentProperties documentInfo Overrides AbstractBilingualContentHandler.Initialize(IDocumentProperties) ProcessParagraphUnit(IParagraphUnit) Calls the corresponding method on the Output . Declaration public override void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit Overrides AbstractBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit) SetFileProperties(IFileProperties) Calls the corresponding method on the Output . Declaration public override void SetFileProperties(IFileProperties fileInfo) Parameters Type Name Description IFileProperties fileInfo Overrides AbstractBilingualContentHandler.SetFileProperties(IFileProperties) Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentProcessor IBilingualContentHandler" + "keywords": "Class AbstractBilingualContentProcessor Abstract base class for convenient implementation of bilingual content processors. Provides the default implementations for the content processor methods that call the corresponding methods on the Output . You just need to override the ones you are interested in, and call the base class to output content. Inheritance System.Object AbstractBilingualFileTypeComponent AbstractBilingualContentHandler AbstractBilingualContentProcessor EventFiringBilingualProcessor SourceToTargetCopier Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentProcessor IBilingualContentHandler Inherited Members AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ItemFactory AbstractBilingualFileTypeComponent.PropertiesFactory AbstractBilingualFileTypeComponent.MessageReporter 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.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractBilingualContentProcessor : AbstractBilingualContentHandler, IBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData, IBilingualContentProcessor, IBilingualContentHandler Remarks Implementations are not required to derive from this class. It is designed as a convenient default implementation to be used when appropriate. Constructors AbstractBilingualContentProcessor() Default constructor - sets Output to null . Declaration protected AbstractBilingualContentProcessor() Properties Output Default implementation is an accessor to a member Declaration public virtual IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler Methods Complete() Calls the corresponding method on the Output . Declaration public override void Complete() Overrides AbstractBilingualContentHandler.Complete() FileComplete() Calls the corresponding method on the Output . Declaration public override void FileComplete() Overrides AbstractBilingualContentHandler.FileComplete() Initialize(IDocumentProperties) Calls the corresponding method on the Output . Declaration public override void Initialize(IDocumentProperties documentInfo) Parameters Type Name Description IDocumentProperties documentInfo Overrides AbstractBilingualContentHandler.Initialize(IDocumentProperties) ProcessParagraphUnit(IParagraphUnit) Calls the corresponding method on the Output . Declaration public override void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit Overrides AbstractBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit) SetFileProperties(IFileProperties) Calls the corresponding method on the Output . Declaration public override void SetFileProperties(IFileProperties fileInfo) Parameters Type Name Description IFileProperties fileInfo Overrides AbstractBilingualContentHandler.SetFileProperties(IFileProperties) Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentProcessor IBilingualContentHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.html", "title": "Class AbstractBilingualFileTypeComponent", - "keywords": "Class AbstractBilingualFileTypeComponent Convenient base class from which bilingual file type components can be built. Implements the setters and getters for the bilingual component initialization. For convenience, implements the IBilingualContentMessageReporter interface by forwarding all calls to the MessageReporter (if set). Inheritance object AbstractBilingualFileTypeComponent GenericTagVerifier AbstractBilingualContentHandler AbstractBilingualParser Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class AbstractBilingualFileTypeComponent : IBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData Remarks Implementations are not required to derive from this class. It is designed as a convenient default implementation to be used when appropriate. Constructors AbstractBilingualFileTypeComponent() Protected constructor that is used by derived classes Declaration protected AbstractBilingualFileTypeComponent() Properties ItemFactory Default implementation of the ItemFactory property Declaration public virtual IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory MessageReporter Accessor for the message reporter Declaration public virtual IBilingualContentMessageReporter MessageReporter { get; set; } Property Value Type Description IBilingualContentMessageReporter PropertiesFactory Convenience accessor to the properties factory used by the item factory. Declaration public IPropertiesFactory PropertiesFactory { get; } Property Value Type Description IPropertiesFactory Methods ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation) Calls the corresponding method on the message reporter (if set). Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, TextLocation fromLocation, TextLocation uptoLocation) Parameters Type Name Description object source string origin The description of the action/component that this message originated from. ErrorLevel level string message TextLocation fromLocation TextLocation uptoLocation ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData) Calls the corresponding method on the message reporter (if set). Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, TextLocation fromLocation, TextLocation uptoLocation, ExtendedMessageEventData extendedData) Parameters Type Name Description object source string origin The description of the action/component that this message originated from. ErrorLevel level string message TextLocation fromLocation TextLocation uptoLocation ExtendedMessageEventData extendedData ReportMessage(object, string, ErrorLevel, string, string) Calls the corresponding method on the message reporter (if set). Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, string locationDescription) Parameters Type Name Description object source string origin The description of the action/component from which this message originates. ErrorLevel level string message string locationDescription ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) Calls the corresponding method on the message reporter (if set). Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, string locationDescription, ExtendedMessageEventData extendedData) Parameters Type Name Description object source string origin The description of the action/component from which this message originates. ErrorLevel level string message string locationDescription ExtendedMessageEventData extendedData Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData" + "keywords": "Class AbstractBilingualFileTypeComponent Convenient base class from which bilingual file type components can be built. Implements the setters and getters for the bilingual component initialization. For convenience, implements the IBilingualContentMessageReporter interface by forwarding all calls to the MessageReporter (if set). Inheritance System.Object AbstractBilingualFileTypeComponent GenericTagVerifier AbstractBilingualContentHandler AbstractBilingualParser Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData 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.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class AbstractBilingualFileTypeComponent : IBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData Remarks Implementations are not required to derive from this class. It is designed as a convenient default implementation to be used when appropriate. Constructors AbstractBilingualFileTypeComponent() Protected constructor that is used by derived classes Declaration protected AbstractBilingualFileTypeComponent() Properties ItemFactory Default implementation of the ItemFactory property Declaration public virtual IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory MessageReporter Accessor for the message reporter Declaration public virtual IBilingualContentMessageReporter MessageReporter { get; set; } Property Value Type Description IBilingualContentMessageReporter PropertiesFactory Convenience accessor to the properties factory used by the item factory. Declaration public IPropertiesFactory PropertiesFactory { get; } Property Value Type Description IPropertiesFactory Methods ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) Calls the corresponding method on the message reporter (if set). Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, TextLocation fromLocation, TextLocation uptoLocation) Parameters Type Name Description System.Object source System.String origin The description of the action/component that this message originated from. ErrorLevel level System.String message TextLocation fromLocation TextLocation uptoLocation ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) Calls the corresponding method on the message reporter (if set). Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, TextLocation fromLocation, TextLocation uptoLocation, ExtendedMessageEventData extendedData) Parameters Type Name Description System.Object source System.String origin The description of the action/component that this message originated from. ErrorLevel level System.String message TextLocation fromLocation TextLocation uptoLocation ExtendedMessageEventData extendedData ReportMessage(Object, String, ErrorLevel, String, String) Calls the corresponding method on the message reporter (if set). Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, string locationDescription) Parameters Type Name Description System.Object source System.String origin The description of the action/component from which this message originates. ErrorLevel level System.String message System.String locationDescription ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) Calls the corresponding method on the message reporter (if set). Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, string locationDescription, ExtendedMessageEventData extendedData) Parameters Type Name Description System.Object source System.String origin The description of the action/component from which this message originates. ErrorLevel level System.String message System.String locationDescription ExtendedMessageEventData extendedData Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.html", "title": "Class AbstractBilingualParser", - "keywords": "Class AbstractBilingualParser Base class that can be used to implement bilingual parsers. Takes care of the basics involved in implementing the IBilingualParser and IBilingualFileTypeComponent interfaces. Inheritance object AbstractBilingualFileTypeComponent AbstractBilingualParser Implements IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualParser IParser IDisposable IBilingualFileTypeComponent Inherited Members AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ItemFactory AbstractBilingualFileTypeComponent.PropertiesFactory AbstractBilingualFileTypeComponent.MessageReporter object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractBilingualParser : AbstractBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData, IBilingualParser, IParser, IDisposable, IBilingualFileTypeComponent Remarks Implementations are not required to derive from this class. It is designed as a convenient default implementation to be used when appropriate. Constructors AbstractBilingualParser() Declaration protected AbstractBilingualParser() Properties DocumentProperties Default implementation; stores the value in a data member. Declaration public IDocumentProperties DocumentProperties { get; set; } Property Value Type Description IDocumentProperties FileRestriction Default implementation; sotres the value in a data member. Declaration public Predicate FileRestriction { get; set; } Property Value Type Description Predicate IPersistentFileConversionProperties Output Default implementation; stores the value in a data member. Declaration public IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler Methods Dispose() Implements IDisposable. Just calls Dispose saying that this is an explicit disposal and tells the GC not to call the Finalizer. Declaration public void Dispose() Dispose(bool) Last change for the Parser to dispose manage and unmanged objects. It can be overriden by subclases. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description bool disposing indicates if the dispose is explicit or implicit (from GC) ~AbstractBilingualParser() The distructor just calls Dispose with false parameter specifying this is a cakl from GC. Declaration protected ~AbstractBilingualParser() OnProgress(byte) Raises the Progress event. Declaration public virtual void OnProgress(byte percent) Parameters Type Name Description byte percent ParseNext() The framework calls this method to parse a chunk of content. It must be overridden in derived classes to provide the actual parser implementation. Declaration public abstract bool ParseNext() Returns Type Description bool False when there is no more content to be processed, otherwise true . Events Progress Default implementation of this event. Use OnProgress(byte) to raise the event. Declaration public event EventHandler Progress Event Type Type Description EventHandler ProgressEventArgs Implements IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualParser IParser IDisposable IBilingualFileTypeComponent" + "keywords": "Class AbstractBilingualParser Base class that can be used to implement bilingual parsers. Takes care of the basics involved in implementing the IBilingualParser and IBilingualFileTypeComponent interfaces. Inheritance System.Object AbstractBilingualFileTypeComponent AbstractBilingualParser Implements IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualParser IParser System.IDisposable IBilingualFileTypeComponent Inherited Members AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ItemFactory AbstractBilingualFileTypeComponent.PropertiesFactory AbstractBilingualFileTypeComponent.MessageReporter 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.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractBilingualParser : AbstractBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData, IBilingualParser, IParser, IDisposable, IBilingualFileTypeComponent Remarks Implementations are not required to derive from this class. It is designed as a convenient default implementation to be used when appropriate. Constructors AbstractBilingualParser() Declaration protected AbstractBilingualParser() Properties DocumentProperties Default implementation; stores the value in a data member. Declaration public IDocumentProperties DocumentProperties { get; set; } Property Value Type Description IDocumentProperties FileRestriction Default implementation; sotres the value in a data member. Declaration public Predicate FileRestriction { get; set; } Property Value Type Description System.Predicate < IPersistentFileConversionProperties > Output Default implementation; stores the value in a data member. Declaration public IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler Methods Dispose() Implements IDisposable. Just calls Dispose saying that this is an explicit disposal and tells the GC not to call the Finalizer. Declaration public void Dispose() Dispose(Boolean) Last change for the Parser to dispose manage and unmanged objects. It can be overriden by subclases. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing indicates if the dispose is explicit or implicit (from GC) Finalize() The distructor just calls Dispose with false parameter specifying this is a cakl from GC. Declaration protected void Finalize() OnProgress(Byte) Raises the Progress event. Declaration public virtual void OnProgress(byte percent) Parameters Type Name Description System.Byte percent ParseNext() The framework calls this method to parse a chunk of content. It must be overridden in derived classes to provide the actual parser implementation. Declaration public abstract bool ParseNext() Returns Type Description System.Boolean False when there is no more content to be processed, otherwise true . Events Progress Default implementation of this event. Use OnProgress(Byte) to raise the event. Declaration public event EventHandler Progress Event Type Type Description System.EventHandler < ProgressEventArgs > Implements IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualParser IParser System.IDisposable IBilingualFileTypeComponent" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.html", "title": "Class BilingualContentMessageReporterProxy", - "keywords": "Class BilingualContentMessageReporterProxy BilingualContentMessageReporterProxy class is responsible for reporting messages using a message reporter. Inheritance object BilingualContentMessageReporterProxy Implements IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class BilingualContentMessageReporterProxy : IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData Remarks Messages can be reported with extended data and without extended data. To report a message with extended data requires a message reporter that implements IBilingualContentMessageReporterWithExtendedData interface. This proxy implements both IBilingualContentMessageReporter and IBilingualContentMessageReporterWithExtendedData interfaces and safely calls the appropriate methods on the message reporter. Constructors BilingualContentMessageReporterProxy(IBilingualContentMessageReporter) Constructor that takes the given message reporter. Declaration public BilingualContentMessageReporterProxy(IBilingualContentMessageReporter messageReporter) Parameters Type Name Description IBilingualContentMessageReporter messageReporter message reporter Methods ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation) Reports the message with the given message arguments. Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, TextLocation fromLocation, TextLocation uptoLocation) Parameters Type Name Description object source source string origin origin ErrorLevel level level string message message TextLocation fromLocation from location TextLocation uptoLocation upto location ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData) Reports the message with the given message arguments and extended data. Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, TextLocation fromLocation, TextLocation uptoLocation, ExtendedMessageEventData extendedData) Parameters Type Name Description object source source string origin origin ErrorLevel level level string message message TextLocation fromLocation from location TextLocation uptoLocation upto location ExtendedMessageEventData extendedData extended data Remarks If the messager reporter does not implement IBasicMessageReporterWithExtendedData then the extended data will not be passed to the message reporter. ReportMessage(object, string, ErrorLevel, string, string) Reports the message with the given message arguments. Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, string locationDescription) Parameters Type Name Description object source source string origin origin ErrorLevel level level string message message string locationDescription location description ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) Reports the message with the given message arguments and extended data. Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, string locationDescription, ExtendedMessageEventData extendedData) Parameters Type Name Description object source source string origin origin ErrorLevel level level string message message string locationDescription location description ExtendedMessageEventData extendedData extended data Remarks If the messager reporter does not implement IBasicMessageReporterWithExtendedData then the extended data will not be passed to the message reporter. Implements IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData" + "keywords": "Class BilingualContentMessageReporterProxy BilingualContentMessageReporterProxy class is responsible for reporting messages using a message reporter. Inheritance System.Object BilingualContentMessageReporterProxy Implements IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData 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.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class BilingualContentMessageReporterProxy : IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData Remarks Messages can be reported with extended data and without extended data. To report a message with extended data requires a message reporter that implements IBilingualContentMessageReporterWithExtendedData interface. This proxy implements both IBilingualContentMessageReporter and IBilingualContentMessageReporterWithExtendedData interfaces and safely calls the appropriate methods on the message reporter. Constructors BilingualContentMessageReporterProxy(IBilingualContentMessageReporter) Constructor that takes the given message reporter. Declaration public BilingualContentMessageReporterProxy(IBilingualContentMessageReporter messageReporter) Parameters Type Name Description IBilingualContentMessageReporter messageReporter message reporter Methods ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) Reports the message with the given message arguments. Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, TextLocation fromLocation, TextLocation uptoLocation) Parameters Type Name Description System.Object source source System.String origin origin ErrorLevel level level System.String message message TextLocation fromLocation from location TextLocation uptoLocation upto location ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) Reports the message with the given message arguments and extended data. Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, TextLocation fromLocation, TextLocation uptoLocation, ExtendedMessageEventData extendedData) Parameters Type Name Description System.Object source source System.String origin origin ErrorLevel level level System.String message message TextLocation fromLocation from location TextLocation uptoLocation upto location ExtendedMessageEventData extendedData extended data Remarks If the messager reporter does not implement IBasicMessageReporterWithExtendedData then the extended data will not be passed to the message reporter. ReportMessage(Object, String, ErrorLevel, String, String) Reports the message with the given message arguments. Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, string locationDescription) Parameters Type Name Description System.Object source source System.String origin origin ErrorLevel level level System.String message message System.String locationDescription location description ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) Reports the message with the given message arguments and extended data. Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, string locationDescription, ExtendedMessageEventData extendedData) Parameters Type Name Description System.Object source source System.String origin origin ErrorLevel level level System.String message message System.String locationDescription location description ExtendedMessageEventData extendedData extended data Remarks If the messager reporter does not implement IBasicMessageReporterWithExtendedData then the extended data will not be passed to the message reporter. Implements IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.html", "title": "Delegate DependencyFileLocator", - "keywords": "Delegate DependencyFileLocator Used by bilingual document parsers. Helps locate missing dependency files. The implementation should try to locate the file based on the provided information. If successful, it returns the actual file path. The implementation may alternatively throw an exception to abort parsing, or return an empty or null string if the file could not be located, but parsing should attempt to proceed anyway. Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public delegate string DependencyFileLocator(IDependencyFileProperties missingFileInfo) Parameters Type Name Description IDependencyFileProperties missingFileInfo Everything that is known about the missing dependency file. The implementation is not expected to change any of these properties, but is not prevented from doing so. Returns Type Description string Full path to the located dependency file. Constructors DependencyFileLocator(object, IntPtr) Declaration public DependencyFileLocator(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(IDependencyFileProperties, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(IDependencyFileProperties missingFileInfo, AsyncCallback callback, object @object) Parameters Type Name Description IDependencyFileProperties missingFileInfo AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual string EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description string Invoke(IDependencyFileProperties) Declaration public virtual string Invoke(IDependencyFileProperties missingFileInfo) Parameters Type Name Description IDependencyFileProperties missingFileInfo Returns Type Description string" + "keywords": "Delegate DependencyFileLocator Used by bilingual document parsers. Helps locate missing dependency files. The implementation should try to locate the file based on the provided information. If successful, it returns the actual file path. The implementation may alternatively throw an exception to abort parsing, or return an empty or null string if the file could not be located, but parsing should attempt to proceed anyway. Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public delegate string DependencyFileLocator(IDependencyFileProperties missingFileInfo); Parameters Type Name Description IDependencyFileProperties missingFileInfo Everything that is known about the missing dependency file. The implementation is not expected to change any of these properties, but is not prevented from doing so. Returns Type Description System.String Full path to the located dependency file. Constructors DependencyFileLocator(Object, IntPtr) Declaration public DependencyFileLocator(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(IDependencyFileProperties, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(IDependencyFileProperties missingFileInfo, AsyncCallback callback, object object) Parameters Type Name Description IDependencyFileProperties missingFileInfo System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual string EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Returns Type Description System.String Invoke(IDependencyFileProperties) Declaration public virtual string Invoke(IDependencyFileProperties missingFileInfo) Parameters Type Name Description IDependencyFileProperties missingFileInfo Returns Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.html", "title": "Namespace Sdl.FileTypeSupport.Framework.BilingualApi", - "keywords": "Namespace Sdl.FileTypeSupport.Framework.BilingualApi Classes AbstractBilingualContentHandler Abstract base class for convenient implementation of bilingual content handlers. Provides the default implementations for the content handler methods; you just need to override the ones you are interested in. AbstractBilingualContentProcessor Abstract base class for convenient implementation of bilingual content processors. Provides the default implementations for the content processor methods that call the corresponding methods on the Output . You just need to override the ones you are interested in, and call the base class to output content. AbstractBilingualFileTypeComponent Convenient base class from which bilingual file type components can be built. Implements the setters and getters for the bilingual component initialization. For convenience, implements the IBilingualContentMessageReporter interface by forwarding all calls to the MessageReporter (if set). AbstractBilingualParser Base class that can be used to implement bilingual parsers. Takes care of the basics involved in implementing the IBilingualParser and IBilingualFileTypeComponent interfaces. BilingualContentMessageReporterProxy BilingualContentMessageReporterProxy class is responsible for reporting messages using a message reporter. LevelLocation Represents a location inside an IAbstractMarkupDataContainer . Location Represents a location inside a possibly nested IAbstractMarkupDataContainer collection. NotSplittableException Thrown by the Split(int) method if content cannot be split. TextLocation Reference to a location inside the bilingual content model that may be inside a text node Interfaces IAbstractDataContent Base interface for markup data items that represent actual \"physical\" segment content (i.e. tags and text as opposed to markers). IAbstractMarker Base interface for all markup that does not directly represent content in the native files (as opposed to IAbstractDataContent ). IAbstractMarkupData Base interface for all tagged text content with markup that can appear inside the source or target in a localizable paragraph unit. IAbstractMarkupDataContainer Abstract interface implemented by containers that hold data items representing localizable content. For example, the IParagraph , ISegment , ITagPair , and IOtherMarker interfaces are derived from this interface. IAbstractTag Base interface for all tags that appear inside the source or target content of a paragraph unit. IBilingualContentHandler This interface is implemented by content processors that work on the bilingual content model, for example IBilingualContentProcessor and IBilingualWriter . IBilingualContentMessageReporter Means for bilingual content processing components to communicate non-fatal issues with associated locations to the framework. IBilingualContentMessageReporterWithExtendedData IBilingualContentMessageReporterWithExtendedData interface is almost exactly the same as the IBilingualContentMessageReporter except that the ReportMessage method includes an extended data parameter. IBilingualContentProcessor Chainable content handler for streaming the processing of bilingual content. Input is received on the IBilingualContentHandler implementation and the corresponding output is generated by calls on the Output . IBilingualDocumentFileWriter Bilingual writer that can write an entire bilingual document (potentially consisting of content from multiple native files) to a single output file. IBilingualDocumentOutputProperties Output properties of a bilingual document file; communicated to file type components through the IBilingualDocumentOutputPropertiesAware interface during generation with a IBilingualDocumentFileWriter . IBilingualDocumentOutputPropertiesAware Implement this interface to retrieve information on the bilingual document output (e.g. SDL XLIFF), and have the ability to suggest a file name when a bilingual document is about to be created. IBilingualDocumentParser Parser for intermediate bilingual document formats such as SDL XLIFF, which are used for persistence of the entire bilingual object model. IBilingualDocumentWriter Implemented by components that can write bilingual data for multiple files in a single document to external storage (e.g. XLIFF files). IBilingualFileTypeComponent Bilingual components that need access to the document item factory should implement this interface. The ItemFactory property will be set by the framework before parsing begins. IBilingualParser Interface implemented by components that can read bilingual data from an external source. IBilingualToNativeConverter Interface implemented by components that can convert bilingual content received from calls on the IBilingualContentHandler interface to (source or target language) the native content output on the Output interface. Note that it is up to the implementation to 'decide' if the source or the target (or both) in the bilingual content should be processed. IBilingualVerifier Implemented by components that can verify bilingual document IBilingualWriter Implemented by components that directly write bilingual output without native content processing. The input to the writer is provided by calls to the IBilingualContentHandler implementation. ICommentMarker Comments associated with specific content inside markup data IDocumentItemFactory Factory for items that can be inserted into the bilingual content model. Bilingual file type components typically get an instance of this factory through their implementation of the ItemFactory property, which is set by the framework during component initialization. IDocumentProperties Properties that are common to all files in a bilingual document IFileProperties Information on an original file in a document. A document can consist of multiple files that have been merged together. ILocationMarker A location marker represents a persistent location in the bilingual content. It is often generated from LocationMark(LocationMarkerId) calls with associated native message reporter calls from native parsers, and content processors used during extraction. Location markers can also be used as general bookmarks. ILockedContainer Container for items in a ILockedContent ILockedContent Represents a collection of markup data items that has been locked in order to indicate that they should not be changed during localization. IMarkupDataVisitor Interface for the visitor in the visitor pattern implementation for translatable source / target content items in a localizable paragraph unit. INativeToBilingualConverter Interface implemented by components that can convert input from calls to the native content handler interface to calls on a bilingual content processor. IOtherMarker A custom marker that can span content, but that is not visible in the editor. IParagraph Container for the source or target content in a IParagraphUnit ; this often corresponds to a paragraph of localizable content in one language. IParagraphUnit A continous unit of source language content within a single context, and (if applicable) the localized target language version of the content. This often corresponds to a paragraph of text in a native file. IPlaceholderTag A standalone inline tag that appears inside the source or target content in a localizable ParagraphUnit in the bilingual content model. IRepetitionsTable Used in Repetitions to keep track of segments with the same source language content that appear in multiple locations within the document (potentially in different files). IRevisionMarker Marker used to indicate content changes tracked via revisions, such as content that has been added or deleted. The revision applies to all content that this marker spans. IRevisionProperties Information on a particular revision ISegment Identifies the content of a segment inside the Source or Target . ISegmentPair Represents a source and target segment pair in a paragraph unit. ISerializableMarkupDataContainer Intended for binary serialization of markup data content. The implementation of this interface is guaranteed to be marked with the [Serializable] attribute, and is binary serializable. IStructureTag Tag that represents structural information, and that appears inside a IParagraphUnit with IsStructure set to true . ISubSegmentReference Contains information associated with localizable content of a tag in the bilingual content model. ITagPair A pair of tags (i.e. start and end) in the bilingual content model, with the content enclosed by the tag pair IText Translatable text inside the source or target in a localizable ParagraphUnit. Enums RevisionType Type of revision/editing operation; used in RevisionType . Delegates DependencyFileLocator Used by bilingual document parsers. Helps locate missing dependency files. The implementation should try to locate the file based on the provided information. If successful, it returns the actual file path. The implementation may alternatively throw an exception to abort parsing, or return an empty or null string if the file could not be located, but parsing should attempt to proceed anyway." + "keywords": "Namespace Sdl.FileTypeSupport.Framework.BilingualApi Classes AbstractBilingualContentHandler Abstract base class for convenient implementation of bilingual content handlers. Provides the default implementations for the content handler methods; you just need to override the ones you are interested in. AbstractBilingualContentProcessor Abstract base class for convenient implementation of bilingual content processors. Provides the default implementations for the content processor methods that call the corresponding methods on the Output . You just need to override the ones you are interested in, and call the base class to output content. AbstractBilingualFileTypeComponent Convenient base class from which bilingual file type components can be built. Implements the setters and getters for the bilingual component initialization. For convenience, implements the IBilingualContentMessageReporter interface by forwarding all calls to the MessageReporter (if set). AbstractBilingualParser Base class that can be used to implement bilingual parsers. Takes care of the basics involved in implementing the IBilingualParser and IBilingualFileTypeComponent interfaces. BilingualContentMessageReporterProxy BilingualContentMessageReporterProxy class is responsible for reporting messages using a message reporter. LevelLocation Represents a location inside an IAbstractMarkupDataContainer . Location Represents a location inside a possibly nested IAbstractMarkupDataContainer collection. NotSplittableException Thrown by the Split(Int32) method if content cannot be split. TextLocation Reference to a location inside the bilingual content model that may be inside a text node Interfaces IAbstractDataContent Base interface for markup data items that represent actual \"physical\" segment content (i.e. tags and text as opposed to markers). IAbstractMarker Base interface for all markup that does not directly represent content in the native files (as opposed to IAbstractDataContent ). IAbstractMarkupData Base interface for all tagged text content with markup that can appear inside the source or target in a localizable paragraph unit. IAbstractMarkupDataContainer Abstract interface implemented by containers that hold data items representing localizable content. For example, the IParagraph , ISegment , ITagPair , and IOtherMarker interfaces are derived from this interface. IAbstractTag Base interface for all tags that appear inside the source or target content of a paragraph unit. IBilingualContentHandler This interface is implemented by content processors that work on the bilingual content model, for example IBilingualContentProcessor and IBilingualWriter . IBilingualContentMessageReporter Means for bilingual content processing components to communicate non-fatal issues with associated locations to the framework. IBilingualContentMessageReporterWithExtendedData IBilingualContentMessageReporterWithExtendedData interface is almost exactly the same as the IBilingualContentMessageReporter except that the ReportMessage method includes an extended data parameter. IBilingualContentProcessor Chainable content handler for streaming the processing of bilingual content. Input is received on the IBilingualContentHandler implementation and the corresponding output is generated by calls on the Output . IBilingualDocumentFileWriter Bilingual writer that can write an entire bilingual document (potentially consisting of content from multiple native files) to a single output file. IBilingualDocumentOutputProperties Output properties of a bilingual document file; communicated to file type components through the IBilingualDocumentOutputPropertiesAware interface during generation with a IBilingualDocumentFileWriter . IBilingualDocumentOutputPropertiesAware Implement this interface to retrieve information on the bilingual document output (e.g. SDL XLIFF), and have the ability to suggest a file name when a bilingual document is about to be created. IBilingualDocumentParser Parser for intermediate bilingual document formats such as SDL XLIFF, which are used for persistence of the entire bilingual object model. IBilingualDocumentWriter Implemented by components that can write bilingual data for multiple files in a single document to external storage (e.g. XLIFF files). IBilingualFileTypeComponent Bilingual components that need access to the document item factory should implement this interface. The ItemFactory property will be set by the framework before parsing begins. IBilingualParser Interface implemented by components that can read bilingual data from an external source. IBilingualToNativeConverter Interface implemented by components that can convert bilingual content received from calls on the IBilingualContentHandler interface to (source or target language) the native content output on the Output interface. Note that it is up to the implementation to 'decide' if the source or the target (or both) in the bilingual content should be processed. IBilingualVerifier Implemented by components that can verify bilingual document IBilingualWriter Implemented by components that directly write bilingual output without native content processing. The input to the writer is provided by calls to the IBilingualContentHandler implementation. ICommentMarker Comments associated with specific content inside markup data IDocumentItemFactory Factory for items that can be inserted into the bilingual content model. Bilingual file type components typically get an instance of this factory through their implementation of the ItemFactory property, which is set by the framework during component initialization. IDocumentProperties Properties that are common to all files in a bilingual document IFileProperties Information on an original file in a document. A document can consist of multiple files that have been merged together. ILocationMarker A location marker represents a persistent location in the bilingual content. It is often generated from LocationMark(LocationMarkerId) calls with associated native message reporter calls from native parsers, and content processors used during extraction. Location markers can also be used as general bookmarks. ILockedContainer Container for items in a ILockedContent ILockedContent Represents a collection of markup data items that has been locked in order to indicate that they should not be changed during localization. IMarkupDataVisitor Interface for the visitor in the visitor pattern implementation for translatable source / target content items in a localizable paragraph unit. INativeToBilingualConverter Interface implemented by components that can convert input from calls to the native content handler interface to calls on a bilingual content processor. IOtherMarker A custom marker that can span content, but that is not visible in the editor. IParagraph Container for the source or target content in a IParagraphUnit ; this often corresponds to a paragraph of localizable content in one language. IParagraphUnit A continous unit of source language content within a single context, and (if applicable) the localized target language version of the content. This often corresponds to a paragraph of text in a native file. IPlaceholderTag A standalone inline tag that appears inside the source or target content in a localizable ParagraphUnit in the bilingual content model. IRepetitionsTable Used in Repetitions to keep track of segments with the same source language content that appear in multiple locations within the document (potentially in different files). IRevisionMarker Marker used to indicate content changes tracked via revisions, such as content that has been added or deleted. The revision applies to all content that this marker spans. IRevisionProperties Information on a particular revision ISegment Identifies the content of a segment inside the Source or Target . ISegmentPair Represents a source and target segment pair in a paragraph unit. ISerializableMarkupDataContainer Intended for binary serialization of markup data content. The implementation of this interface is guaranteed to be marked with the [Serializable] attribute, and is binary serializable. IStructureTag Tag that represents structural information, and that appears inside a IParagraphUnit with IsStructure set to true . ISubSegmentReference Contains information associated with localizable content of a tag in the bilingual content model. ITagPair A pair of tags (i.e. start and end) in the bilingual content model, with the content enclosed by the tag pair IText Translatable text inside the source or target in a localizable ParagraphUnit. Enums RevisionType Type of revision/editing operation; used in RevisionType . Delegates DependencyFileLocator Used by bilingual document parsers. Helps locate missing dependency files. The implementation should try to locate the file based on the provided information. If successful, it returns the actual file path. The implementation may alternatively throw an exception to abort parsing, or return an empty or null string if the file could not be located, but parsing should attempt to proceed anyway." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractDataContent.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractDataContent.html", "title": "Interface IAbstractDataContent", - "keywords": "Interface IAbstractDataContent Base interface for markup data items that represent actual \"physical\" segment content (i.e. tags and text as opposed to markers). Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractDataContent : IAbstractMarkupData, ICloneable, ISupportsUniqueId" + "keywords": "Interface IAbstractDataContent Base interface for markup data items that represent actual \"physical\" segment content (i.e. tags and text as opposed to markers). Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph System.ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractDataContent : IAbstractMarkupData, ICloneable, ISupportsUniqueId" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarker.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarker.html", "title": "Interface IAbstractMarker", - "keywords": "Interface IAbstractMarker Base interface for all markup that does not directly represent content in the native files (as opposed to IAbstractDataContent ). Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractMarker : IAbstractMarkupData, ICloneable, ISupportsUniqueId Remarks Markers that implement IAbstractMarkupDataContainer can contain other markup data, some of which are likely to be IAbstractDataContent objects." + "keywords": "Interface IAbstractMarker Base interface for all markup that does not directly represent content in the native files (as opposed to IAbstractDataContent ). Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph System.ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractMarker : IAbstractMarkupData, ICloneable, ISupportsUniqueId Remarks Markers that implement IAbstractMarkupDataContainer can contain other markup data, some of which are likely to be IAbstractDataContent objects." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData.html", "title": "Interface IAbstractMarkupData", - "keywords": "Interface IAbstractMarkupData Base interface for all tagged text content with markup that can appear inside the source or target in a localizable paragraph unit. Inherited Members ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractMarkupData : ICloneable, ISupportsUniqueId Properties IndexInParent The index of this item in its parent container (if any). Declaration int IndexInParent { get; } Property Value Type Description int Remarks This is equivalent to calling item.Parent.IndexOf(item) . If this item has no parent this property, -1 is returned. Parent When this item is inside a markup data container, this property provides access to the parent container. Declaration IAbstractMarkupDataContainer Parent { get; set; } Property Value Type Description IAbstractMarkupDataContainer Remarks This property is automatically set when the item is inserted into or removed from a container. API users should never need to set this property. Attempting to set this property to an invalid value (i.e. a container that does not contain this item, or setting it to null when the item is part of an existing collection) will cause an exception. ParentParagraph Convenient accessor to the source or target paragraph container that the item appears in. Declaration IParagraph ParentParagraph { get; } Property Value Type Description IParagraph Remarks This property is null if the item does not appear (directly or nested) inside a IParagraph . Methods AcceptVisitor(IMarkupDataVisitor) Part of the visitor pattern implementation for markup data. This method is overridden in each leaf implementation. The implementation should call the Visit... method on the visitor corresponding to their object type, passing themselves (i.e. this ) as the parameter. Objects that contain other objects (e.g. implementations of ISegment or IOtherMarker ) should NOT apply the visitor to their content items. It must be left to the visitor implementation to 'decide' whether the visitor 'wants' to visit the sub-items of a node. Declaration void AcceptVisitor(IMarkupDataVisitor visitor) Parameters Type Name Description IMarkupDataVisitor visitor Examples The ILocationMarker implementation of this interface looks as follows: void AcceptVisitor(IMarkupDataVisitor visitor) { visitor.VisitLocationMarker(this); } RemoveFromParent() Removes this node from its parent container (if any). Declaration void RemoveFromParent() Remarks If the item is not inside a parent container, nothing will happen. This is a convenience implementation that achieves the same result as calling item.Parent.Remove(item) ." + "keywords": "Interface IAbstractMarkupData Base interface for all tagged text content with markup that can appear inside the source or target in a localizable paragraph unit. Inherited Members System.ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractMarkupData : ICloneable, ISupportsUniqueId Properties IndexInParent The index of this item in its parent container (if any). Declaration int IndexInParent { get; } Property Value Type Description System.Int32 Remarks This is equivalent to calling item.Parent.IndexOf(item) . If this item has no parent this property, -1 is returned. Parent When this item is inside a markup data container, this property provides access to the parent container. Declaration IAbstractMarkupDataContainer Parent { get; set; } Property Value Type Description IAbstractMarkupDataContainer Remarks This property is automatically set when the item is inserted into or removed from a container. API users should never need to set this property. Attempting to set this property to an invalid value (i.e. a container that does not contain this item, or setting it to null when the item is part of an existing collection) will cause an exception. ParentParagraph Convenient accessor to the source or target paragraph container that the item appears in. Declaration IParagraph ParentParagraph { get; } Property Value Type Description IParagraph Remarks This property is null if the item does not appear (directly or nested) inside a IParagraph . Methods AcceptVisitor(IMarkupDataVisitor) Part of the visitor pattern implementation for markup data. This method is overridden in each leaf implementation. The implementation should call the Visit... method on the visitor corresponding to their object type, passing themselves (i.e. this ) as the parameter. Objects that contain other objects (e.g. implementations of ISegment or IOtherMarker ) should NOT apply the visitor to their content items. It must be left to the visitor implementation to 'decide' whether the visitor 'wants' to visit the sub-items of a node. Declaration void AcceptVisitor(IMarkupDataVisitor visitor) Parameters Type Name Description IMarkupDataVisitor visitor Examples The ILocationMarker implementation of this interface looks as follows: void AcceptVisitor(IMarkupDataVisitor visitor) { visitor.VisitLocationMarker(this); } RemoveFromParent() Removes this node from its parent container (if any). Declaration void RemoveFromParent() Remarks If the item is not inside a parent container, nothing will happen. This is a convenience implementation that achieves the same result as calling item.Parent.Remove(item) ." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.html", "title": "Interface IAbstractMarkupDataContainer", - "keywords": "Interface IAbstractMarkupDataContainer Abstract interface implemented by containers that hold data items representing localizable content. For example, the IParagraph , ISegment , ITagPair , and IOtherMarker interfaces are derived from this interface. Inherited Members IList.IndexOf(IAbstractMarkupData) IList.Insert(int, IAbstractMarkupData) IList.RemoveAt(int) IList.this[int] ICollection.Add(IAbstractMarkupData) ICollection.Clear() ICollection.Contains(IAbstractMarkupData) ICollection.CopyTo(IAbstractMarkupData[], int) ICollection.Remove(IAbstractMarkupData) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() ISupportsUniqueId.UniqueId Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractMarkupDataContainer : IList, ICollection, IEnumerable, IEnumerable, ISupportsUniqueId Remarks Adding or inserting an item into the container automatically sets the Parent property of the item. Removing an item from a container automatically sets the parent property to null . An item can never appear in more than one container at the same time. Attempting to add an item to a container if it is already in another container causes an exception. If you want an equivalent item to appear in two containers, you can clone it, and insert the clone into the second container. The cloned item will then reference the same properties object(s). Implementations of this interface may or may not be IAbstractMarkupData . ITagPair is an example of a container that is also a markup data item, and can therefore appear inside other containers. IParagraph is an example of a container that is NOT a markup data item. The following example demonstrates how to retrieve the parent container for a container node if it is a markup data item. IAbstractMarkupData GetParent(IAbstractMarkupDataContainer container) { IAbstractMarkupData item = container as IAbstractMarkupData; if (item != null) { return item.Parent; } // container is not a markup data item return null; } During content manipulation it is sometimes necessary to split a container into two parts, with the first part containing some of the items, the second containing others, and both containers referencing the same properties objects. The easiest way to accomplish this is to call Split(int) . Note that not all containers can be split (for example, IParagraph cannot be split). Before calling Split(int) you should therefore check the CanBeSplit property. Another common operation is to move items into a different container. The easiest way to do that is to use one of the overloads of MoveAllItemsTo() or MoveItemsTo() . It is sometimes necessary to reference locations inside a container. This can be done using the Location class. You can iterate over all possible locations in a container (including locations in nested containers) using the Locations iterator. Properties AllSubItems An iterator that can be used to iterate over all child items - including sub-items - in the container. Declaration IEnumerable AllSubItems { get; } Property Value Type Description IEnumerable IAbstractMarkupData Remarks Container items inside the container are encountered before the actual items that they contain. Note that there is no need for the caller to loop through the content of container nodes, as these will also be automatically retrieved through this iterator. CanBeSplit Indicates whether it is possible to split this container into different parts by calling the Split(int) method. Declaration bool CanBeSplit { get; } Property Value Type Description bool Locations Iterator for all possible locations in the collection and its sub-collections Declaration IEnumerable Locations { get; } Property Value Type Description IEnumerable Location Examples Below you find an example of how you can use this iterator: void ProcessAllText(IAbstractMarkupDataContainer container) { foreach (Location location in container.Locations) { IText text = location.ItemAtLocation as IText; if (text != null) { ProcessText(text); } } } Methods Find(Location, Predicate) Returns the first location that matches the specified predecate, starting at a specific location. Declaration Location Find(Location startAt, Predicate match) Parameters Type Name Description Location startAt The location at which the search is started. This must NOT be null . If the predicate matches this location, it will be returned. If no corresponding location is found, null is returned. Predicate Location match The predicate to evaluate for each location. Returns Type Description Location Find(Predicate) Returns the first item that matches the specified predecate. The iteration is performed over all items and sub-items in this collection and all sub-collections until the item is located. Declaration IAbstractMarkupData Find(Predicate match) Parameters Type Name Description Predicate IAbstractMarkupData match Delegate that returns true when a matching item has been found Returns Type Description IAbstractMarkupData The first item that matches the specified predicate If no corresponding item is found, null is returned. Examples The following example shows how this can be used (with an anonymous method) to find the an equivalent item inside a paragraph. IAbstractMarkupData GetEquivalentItem(IAbstractMarkupData equalItem, IParagraph para) { return para.Find( delegate(IAbstractMarkupData item) { return equalItem.Equals(item); }); } Find(Predicate) Returns the first location that matches the specified predecate. The iteration is performed over all locations in this collection and all sub-collections until the element is located. Declaration Location Find(Predicate match) Parameters Type Name Description Predicate Location match Delegate that returns true when a matching location has been found Returns Type Description Location The first location that matches the specified predicate If no corresponding location is found, null is returned. Examples This example shows how this can be used to find the location of an equivalent item inside a paragraph. Location GetEquivalentItemLocation(IAbstractMarkupData equalItem, IParagraph para) { return para.Find( delegate(Location location) { return equalItem.Equals(location.ItemAtLocation); }); } ForEachSubItem(Action) Execute the specified action on each item and (recursively) each sub-item in this container. Declaration void ForEachSubItem(Action action) Parameters Type Name Description Action IAbstractMarkupData action Remarks The action is executed on the container nodes themselves before it is executed on the content items of the containers. GetLocationsFrom(Location) Enumerator for locations starting from a specific location Declaration IEnumerable GetLocationsFrom(Location startingFrom) Parameters Type Name Description Location startingFrom Must be a location inside this collection Returns Type Description IEnumerable Location Iterator that can be used to iterate over the remainder of the collection MoveAllItemsTo(IAbstractMarkupDataContainer) Moves all items from this container into another one. Declaration void MoveAllItemsTo(IAbstractMarkupDataContainer destinationContainer) Parameters Type Name Description IAbstractMarkupDataContainer destinationContainer The container that will receive all items from this container. Remarks The items are added at the end of the other container, while the order is preserved. MoveAllItemsTo(IAbstractMarkupDataContainer, int) Moves all items from this container to a specific location in another container. Declaration void MoveAllItemsTo(IAbstractMarkupDataContainer destinationContainer, int insertAtIndex) Parameters Type Name Description IAbstractMarkupDataContainer destinationContainer The container that will receive all items from this container int insertAtIndex The index in the destination container where items should be inserted. Must be less than or equal to the number of items in the destination container. Remarks The order of the moved items is preserved. MoveItemsTo(IAbstractMarkupDataContainer, int, int) Moves a number of items from this container into another one. Declaration void MoveItemsTo(IAbstractMarkupDataContainer destinationContainer, int startIndex, int count) Parameters Type Name Description IAbstractMarkupDataContainer destinationContainer The container into which the items will be moved int startIndex Index of the first item in this container to be moved int count Number of items to be moved Remarks The items are added to the end of the container, while the order is preserved. MoveItemsTo(IAbstractMarkupDataContainer, int, int, int) Moves a number of items from this container into a specific location in another one. Declaration void MoveItemsTo(IAbstractMarkupDataContainer destinationContainer, int destinationIndex, int startIndex, int count) Parameters Type Name Description IAbstractMarkupDataContainer destinationContainer The container into which the items will be moved int destinationIndex The location where the items should be inserted in the destination container int startIndex Index of the first item in this container to be moved. int count Number of items to be moved Remarks The order of the moved items is preserved. Split(int) Splits this container in two. After the split, this object will hold all items with index lower than the splitBeforeItemIndex parameter. The returned object is a clone of this object, which contains all other items. Declaration IAbstractMarkupDataContainer Split(int splitBeforeItemIndex) Parameters Type Name Description int splitBeforeItemIndex Returns Type Description IAbstractMarkupDataContainer Remarks Note that if this item is a markup data item that is part of a parent container it will remain in that container. The returned item is not automatically inserted into the parent container. If you need it to be there, you must insert it manually. Exceptions Type Condition NotSplittableException Thrown if the collection cannot be split at the specified location." + "keywords": "Interface IAbstractMarkupDataContainer Abstract interface implemented by containers that hold data items representing localizable content. For example, the IParagraph , ISegment , ITagPair , and IOtherMarker interfaces are derived from this interface. Inherited Members System.Collections.Generic.IList.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() ISupportsUniqueId.UniqueId Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractMarkupDataContainer : IList, ICollection, IEnumerable, IEnumerable, ISupportsUniqueId Remarks Adding or inserting an item into the container automatically sets the Parent property of the item. Removing an item from a container automatically sets the parent property to null . An item can never appear in more than one container at the same time. Attempting to add an item to a container if it is already in another container causes an exception. If you want an equivalent item to appear in two containers, you can clone it, and insert the clone into the second container. The cloned item will then reference the same properties object(s). Implementations of this interface may or may not be IAbstractMarkupData . ITagPair is an example of a container that is also a markup data item, and can therefore appear inside other containers. IParagraph is an example of a container that is NOT a markup data item. The following example demonstrates how to retrieve the parent container for a container node if it is a markup data item. IAbstractMarkupData GetParent(IAbstractMarkupDataContainer container) { IAbstractMarkupData item = container as IAbstractMarkupData; if (item != null) { return item.Parent; } // container is not a markup data item return null; } During content manipulation it is sometimes necessary to split a container into two parts, with the first part containing some of the items, the second containing others, and both containers referencing the same properties objects. The easiest way to accomplish this is to call Split(Int32) . Note that not all containers can be split (for example, IParagraph cannot be split). Before calling Split(Int32) you should therefore check the CanBeSplit property. Another common operation is to move items into a different container. The easiest way to do that is to use one of the overloads of MoveAllItemsTo() or MoveItemsTo() . It is sometimes necessary to reference locations inside a container. This can be done using the Location class. You can iterate over all possible locations in a container (including locations in nested containers) using the Locations iterator. Properties AllSubItems An iterator that can be used to iterate over all child items - including sub-items - in the container. Declaration IEnumerable AllSubItems { get; } Property Value Type Description System.Collections.Generic.IEnumerable < IAbstractMarkupData > Remarks Container items inside the container are encountered before the actual items that they contain. Note that there is no need for the caller to loop through the content of container nodes, as these will also be automatically retrieved through this iterator. CanBeSplit Indicates whether it is possible to split this container into different parts by calling the Split(Int32) method. Declaration bool CanBeSplit { get; } Property Value Type Description System.Boolean Locations Iterator for all possible locations in the collection and its sub-collections Declaration IEnumerable Locations { get; } Property Value Type Description System.Collections.Generic.IEnumerable < Location > Examples Below you find an example of how you can use this iterator: void ProcessAllText(IAbstractMarkupDataContainer container) { foreach (Location location in container.Locations) { IText text = location.ItemAtLocation as IText; if (text != null) { ProcessText(text); } } } Methods Find(Location, Predicate) Returns the first location that matches the specified predecate, starting at a specific location. Declaration Location Find(Location startAt, Predicate match) Parameters Type Name Description Location startAt The location at which the search is started. This must NOT be null . If the predicate matches this location, it will be returned. If no corresponding location is found, null is returned. System.Predicate < Location > match The predicate to evaluate for each location. Returns Type Description Location Find(Predicate) Returns the first item that matches the specified predecate. The iteration is performed over all items and sub-items in this collection and all sub-collections until the item is located. Declaration IAbstractMarkupData Find(Predicate match) Parameters Type Name Description System.Predicate < IAbstractMarkupData > match Delegate that returns true when a matching item has been found Returns Type Description IAbstractMarkupData The first item that matches the specified predicate If no corresponding item is found, null is returned. Examples The following example shows how this can be used (with an anonymous method) to find the an equivalent item inside a paragraph. IAbstractMarkupData GetEquivalentItem(IAbstractMarkupData equalItem, IParagraph para) { return para.Find( delegate(IAbstractMarkupData item) { return equalItem.Equals(item); }); } Find(Predicate) Returns the first location that matches the specified predecate. The iteration is performed over all locations in this collection and all sub-collections until the element is located. Declaration Location Find(Predicate match) Parameters Type Name Description System.Predicate < Location > match Delegate that returns true when a matching location has been found Returns Type Description Location The first location that matches the specified predicate If no corresponding location is found, null is returned. Examples This example shows how this can be used to find the location of an equivalent item inside a paragraph. Location GetEquivalentItemLocation(IAbstractMarkupData equalItem, IParagraph para) { return para.Find( delegate(Location location) { return equalItem.Equals(location.ItemAtLocation); }); } ForEachSubItem(Action) Execute the specified action on each item and (recursively) each sub-item in this container. Declaration void ForEachSubItem(Action action) Parameters Type Name Description System.Action < IAbstractMarkupData > action Remarks The action is executed on the container nodes themselves before it is executed on the content items of the containers. GetLocationsFrom(Location) Enumerator for locations starting from a specific location Declaration IEnumerable GetLocationsFrom(Location startingFrom) Parameters Type Name Description Location startingFrom Must be a location inside this collection Returns Type Description System.Collections.Generic.IEnumerable < Location > Iterator that can be used to iterate over the remainder of the collection MoveAllItemsTo(IAbstractMarkupDataContainer) Moves all items from this container into another one. Declaration void MoveAllItemsTo(IAbstractMarkupDataContainer destinationContainer) Parameters Type Name Description IAbstractMarkupDataContainer destinationContainer The container that will receive all items from this container. Remarks The items are added at the end of the other container, while the order is preserved. MoveAllItemsTo(IAbstractMarkupDataContainer, Int32) Moves all items from this container to a specific location in another container. Declaration void MoveAllItemsTo(IAbstractMarkupDataContainer destinationContainer, int insertAtIndex) Parameters Type Name Description IAbstractMarkupDataContainer destinationContainer The container that will receive all items from this container System.Int32 insertAtIndex The index in the destination container where items should be inserted. Must be less than or equal to the number of items in the destination container. Remarks The order of the moved items is preserved. MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32) Moves a number of items from this container into another one. Declaration void MoveItemsTo(IAbstractMarkupDataContainer destinationContainer, int startIndex, int count) Parameters Type Name Description IAbstractMarkupDataContainer destinationContainer The container into which the items will be moved System.Int32 startIndex Index of the first item in this container to be moved System.Int32 count Number of items to be moved Remarks The items are added to the end of the container, while the order is preserved. MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32, Int32) Moves a number of items from this container into a specific location in another one. Declaration void MoveItemsTo(IAbstractMarkupDataContainer destinationContainer, int destinationIndex, int startIndex, int count) Parameters Type Name Description IAbstractMarkupDataContainer destinationContainer The container into which the items will be moved System.Int32 destinationIndex The location where the items should be inserted in the destination container System.Int32 startIndex Index of the first item in this container to be moved. System.Int32 count Number of items to be moved Remarks The order of the moved items is preserved. Split(Int32) Splits this container in two. After the split, this object will hold all items with index lower than the splitBeforeItemIndex parameter. The returned object is a clone of this object, which contains all other items. Declaration IAbstractMarkupDataContainer Split(int splitBeforeItemIndex) Parameters Type Name Description System.Int32 splitBeforeItemIndex Returns Type Description IAbstractMarkupDataContainer Remarks Note that if this item is a markup data item that is part of a parent container it will remain in that container. The returned item is not automatically inserted into the parent container. If you need it to be there, you must insert it manually. Exceptions Type Condition NotSplittableException Thrown if the collection cannot be split at the specified location." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractTag.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractTag.html", "title": "Interface IAbstractTag", - "keywords": "Interface IAbstractTag Base interface for all tags that appear inside the source or target content of a paragraph unit. Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractTag : IAbstractDataContent, IAbstractMarkupData, ICloneable, ISupportsUniqueId Properties HasSubSegmentReferences True if there is one or more SubSegments for the tag. Declaration bool HasSubSegmentReferences { get; } Property Value Type Description bool SubSegments Information on any localizable content inside this tag Declaration IEnumerable SubSegments { get; } Property Value Type Description IEnumerable ISubSegmentReference Remarks Call AddSubSegmentReference(ISubSegmentReference) or RemoveSubSegmentReference(ISubSegmentReference) to add or remove localizable content. TagProperties Common properties of tag information as determined by the native file type processors Declaration IAbstractTagProperties TagProperties { get; } Property Value Type Description IAbstractTagProperties Methods AddSubSegmentReference(ISubSegmentReference) Appends a sub-segment reference to the list of sub-segments. Declaration void AddSubSegmentReference(ISubSegmentReference subSegmentReference) Parameters Type Name Description ISubSegmentReference subSegmentReference Remarks The Properties of the added sub-segment reference should correspond to an existing sub-segment in the TagProperties . AddSubSegmentReferences(IEnumerable) Appends a set of sub-segment references. Declaration void AddSubSegmentReferences(IEnumerable subSegmentReferences) Parameters Type Name Description IEnumerable ISubSegmentReference subSegmentReferences Remarks Each sub-segment reference should correspond to a sub-segment in the TagProperties . ClearSubSegmentReferences() Removes all sub-segment references from the tag. Declaration void ClearSubSegmentReferences() RemoveSubSegmentReference(ISubSegmentReference) Removes the specified sub-segment reference. Declaration void RemoveSubSegmentReference(ISubSegmentReference subSegmentReference) Parameters Type Name Description ISubSegmentReference subSegmentReference Remarks If the subSegmentReference is not part of the collection, nothing happens." + "keywords": "Interface IAbstractTag Base interface for all tags that appear inside the source or target content of a paragraph unit. Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph System.ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractTag : IAbstractDataContent, IAbstractMarkupData, ICloneable, ISupportsUniqueId Properties HasSubSegmentReferences True if there is one or more SubSegments for the tag. Declaration bool HasSubSegmentReferences { get; } Property Value Type Description System.Boolean SubSegments Information on any localizable content inside this tag Declaration IEnumerable SubSegments { get; } Property Value Type Description System.Collections.Generic.IEnumerable < ISubSegmentReference > Remarks Call AddSubSegmentReference(ISubSegmentReference) or RemoveSubSegmentReference(ISubSegmentReference) to add or remove localizable content. TagProperties Common properties of tag information as determined by the native file type processors Declaration IAbstractTagProperties TagProperties { get; } Property Value Type Description IAbstractTagProperties Methods AddSubSegmentReference(ISubSegmentReference) Appends a sub-segment reference to the list of sub-segments. Declaration void AddSubSegmentReference(ISubSegmentReference subSegmentReference) Parameters Type Name Description ISubSegmentReference subSegmentReference Remarks The Properties of the added sub-segment reference should correspond to an existing sub-segment in the TagProperties . AddSubSegmentReferences(IEnumerable) Appends a set of sub-segment references. Declaration void AddSubSegmentReferences(IEnumerable subSegmentReferences) Parameters Type Name Description System.Collections.Generic.IEnumerable < ISubSegmentReference > subSegmentReferences Remarks Each sub-segment reference should correspond to a sub-segment in the TagProperties . ClearSubSegmentReferences() Removes all sub-segment references from the tag. Declaration void ClearSubSegmentReferences() RemoveSubSegmentReference(ISubSegmentReference) Removes the specified sub-segment reference. Declaration void RemoveSubSegmentReference(ISubSegmentReference subSegmentReference) Parameters Type Name Description ISubSegmentReference subSegmentReference Remarks If the subSegmentReference is not part of the collection, nothing happens." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler.html", "title": "Interface IBilingualContentHandler", - "keywords": "Interface IBilingualContentHandler This interface is implemented by content processors that work on the bilingual content model, for example IBilingualContentProcessor and IBilingualWriter . Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualContentHandler Remarks To facilitate processing in a streaming manner without requiring the entire document object in memory at any time the implementation will be fed ParagraphUnits one by one through calls to ProcessParagraphUnit(IParagraphUnit) . Document and file properties are provided from the framework by calling IDocumentProperties and IFileProperties before processing content in the document / file. If the component implements the IDisposable interface, the Dispose() method will be called by the framework for clean-up after parsing is finished. Methods Complete() Called by the framework when all content has been processed. At this point it is safe to assume that the document properties will not change any further. Declaration void Complete() FileComplete() Called by the framework after all trans units in a file have been processed by all components. At this point it is safe to assume that the file properties will not change any further. Declaration void FileComplete() Initialize(IDocumentProperties) The framework will call this method to provide the implementation with a reference to the document properties for the document being processed. This method will always be called, and always before any other calls are made on this interface. This or other content processor implementations may modify the document properties as part of the document processing. If you need to access the final version of the document properties, you should do so through the Complete() method implementation. Declaration void Initialize(IDocumentProperties documentInfo) Parameters Type Name Description IDocumentProperties documentInfo ProcessParagraphUnit(IParagraphUnit) The framework will call this method for each ParagraphUnit in the file. Declaration void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit SetFileProperties(IFileProperties) The framework will call this method to provide the implementation with a reference to the properties for each file in the document before the ParagraphUnits of the file are processed. This or other content processor implementations may modify the properties as part of the file processing. If you need to access the final version of the file properties, you should do so through the FileComplete() method implementation. Declaration void SetFileProperties(IFileProperties fileInfo) Parameters Type Name Description IFileProperties fileInfo" + "keywords": "Interface IBilingualContentHandler This interface is implemented by content processors that work on the bilingual content model, for example IBilingualContentProcessor and IBilingualWriter . Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualContentHandler Remarks To facilitate processing in a streaming manner without requiring the entire document object in memory at any time the implementation will be fed ParagraphUnits one by one through calls to ProcessParagraphUnit(IParagraphUnit) . Document and file properties are provided from the framework by calling IDocumentProperties and IFileProperties before processing content in the document / file. If the component implements the System.IDisposable interface, the Dispose() method will be called by the framework for clean-up after parsing is finished. Methods Complete() Called by the framework when all content has been processed. At this point it is safe to assume that the document properties will not change any further. Declaration void Complete() FileComplete() Called by the framework after all trans units in a file have been processed by all components. At this point it is safe to assume that the file properties will not change any further. Declaration void FileComplete() Initialize(IDocumentProperties) The framework will call this method to provide the implementation with a reference to the document properties for the document being processed. This method will always be called, and always before any other calls are made on this interface. This or other content processor implementations may modify the document properties as part of the document processing. If you need to access the final version of the document properties, you should do so through the Complete() method implementation. Declaration void Initialize(IDocumentProperties documentInfo) Parameters Type Name Description IDocumentProperties documentInfo ProcessParagraphUnit(IParagraphUnit) The framework will call this method for each ParagraphUnit in the file. Declaration void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit SetFileProperties(IFileProperties) The framework will call this method to provide the implementation with a reference to the properties for each file in the document before the ParagraphUnits of the file are processed. This or other content processor implementations may modify the properties as part of the file processing. If you need to access the final version of the file properties, you should do so through the FileComplete() method implementation. Declaration void SetFileProperties(IFileProperties fileInfo) Parameters Type Name Description IFileProperties fileInfo" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter.html", "title": "Interface IBilingualContentMessageReporter", - "keywords": "Interface IBilingualContentMessageReporter Means for bilingual content processing components to communicate non-fatal issues with associated locations to the framework. Inherited Members IBasicMessageReporter.ReportMessage(object, string, ErrorLevel, string, string) Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualContentMessageReporter : IBasicMessageReporter Methods ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation) Used by bilingual content processors to report a non-critical issue with an associated range or location in the bilingual object model. Declaration void ReportMessage(object source, string origin, ErrorLevel level, string message, TextLocation fromLocation, TextLocation uptoLocation) Parameters Type Name Description object source The component the message originates from. Components typically pass this as parameter. string origin The description of the action/component from which this message originated. ErrorLevel level Severity of the message. string message The actual message text. TextLocation fromLocation Start of the content range that the message refers to. TextLocation uptoLocation The end of the content range that the message refers to. This parameter is optional; it may be null or the same object as the one from the location, in which case the message is interpreted as referring to a single location rather than a range. Remarks The location objects allow a bilingual content processor to report locations inside the bilingual content model (without requiring modifications to the object model)." + "keywords": "Interface IBilingualContentMessageReporter Means for bilingual content processing components to communicate non-fatal issues with associated locations to the framework. Inherited Members IBasicMessageReporter.ReportMessage(Object, String, ErrorLevel, String, String) Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualContentMessageReporter : IBasicMessageReporter Methods ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) Used by bilingual content processors to report a non-critical issue with an associated range or location in the bilingual object model. Declaration void ReportMessage(object source, string origin, ErrorLevel level, string message, TextLocation fromLocation, TextLocation uptoLocation) Parameters Type Name Description System.Object source The component the message originates from. Components typically pass this as parameter. System.String origin The description of the action/component from which this message originated. ErrorLevel level Severity of the message. System.String message The actual message text. TextLocation fromLocation Start of the content range that the message refers to. TextLocation uptoLocation The end of the content range that the message refers to. This parameter is optional; it may be null or the same object as the one from the location, in which case the message is interpreted as referring to a single location rather than a range. Remarks The location objects allow a bilingual content processor to report locations inside the bilingual content model (without requiring modifications to the object model)." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporterWithExtendedData.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporterWithExtendedData.html", "title": "Interface IBilingualContentMessageReporterWithExtendedData", - "keywords": "Interface IBilingualContentMessageReporterWithExtendedData IBilingualContentMessageReporterWithExtendedData interface is almost exactly the same as the IBilingualContentMessageReporter except that the ReportMessage method includes an extended data parameter. Inherited Members IBasicMessageReporterWithExtendedData.ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualContentMessageReporterWithExtendedData : IBasicMessageReporterWithExtendedData Remarks This interface has been included to allow messages to be reported with extended data without breaking backwards compatibility with the released API. Methods ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData) Reports the message with the given message arguments. Declaration void ReportMessage(object source, string origin, ErrorLevel level, string message, TextLocation fromLocation, TextLocation uptoLocation, ExtendedMessageEventData extendedData) Parameters Type Name Description object source source string origin origin ErrorLevel level level string message message TextLocation fromLocation from location TextLocation uptoLocation upto location ExtendedMessageEventData extendedData extended data" + "keywords": "Interface IBilingualContentMessageReporterWithExtendedData IBilingualContentMessageReporterWithExtendedData interface is almost exactly the same as the IBilingualContentMessageReporter except that the ReportMessage method includes an extended data parameter. Inherited Members IBasicMessageReporterWithExtendedData.ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualContentMessageReporterWithExtendedData : IBasicMessageReporterWithExtendedData Remarks This interface has been included to allow messages to be reported with extended data without breaking backwards compatibility with the released API. Methods ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) Reports the message with the given message arguments. Declaration void ReportMessage(object source, string origin, ErrorLevel level, string message, TextLocation fromLocation, TextLocation uptoLocation, ExtendedMessageEventData extendedData) Parameters Type Name Description System.Object source source System.String origin origin ErrorLevel level level System.String message message TextLocation fromLocation from location TextLocation uptoLocation upto location ExtendedMessageEventData extendedData extended data" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentProcessor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentProcessor.html", "title": "Interface IBilingualContentProcessor", - "keywords": "Interface IBilingualContentProcessor Chainable content handler for streaming the processing of bilingual content. Input is received on the IBilingualContentHandler implementation and the corresponding output is generated by calls on the Output . Inherited Members IBilingualContentHandler.Initialize(IDocumentProperties) IBilingualContentHandler.Complete() IBilingualContentHandler.SetFileProperties(IFileProperties) IBilingualContentHandler.FileComplete() IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit) Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualContentProcessor : IBilingualContentHandler Remarks Similar to a native content processor, i.e. the component may buffer content and 'decides' what to output when. This allows inserting of new paragraph units into the content stream, as well as removal or re-ordering of existing paragraph units. Properties Output The interface on which this processor generates output. Typically set by the framework during initialization. Declaration IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler" + "keywords": "Interface IBilingualContentProcessor Chainable content handler for streaming the processing of bilingual content. Input is received on the IBilingualContentHandler implementation and the corresponding output is generated by calls on the Output . Inherited Members IBilingualContentHandler.Initialize(IDocumentProperties) IBilingualContentHandler.Complete() IBilingualContentHandler.SetFileProperties(IFileProperties) IBilingualContentHandler.FileComplete() IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit) Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualContentProcessor : IBilingualContentHandler Remarks Similar to a native content processor, i.e. the component may buffer content and 'decides' what to output when. This allows inserting of new paragraph units into the content stream, as well as removal or re-ordering of existing paragraph units. Properties Output The interface on which this processor generates output. Typically set by the framework during initialization. Declaration IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentFileWriter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentFileWriter.html", "title": "Interface IBilingualDocumentFileWriter", - "keywords": "Interface IBilingualDocumentFileWriter Bilingual writer that can write an entire bilingual document (potentially consisting of content from multiple native files) to a single output file. Inherited Members IBilingualContentHandler.Initialize(IDocumentProperties) IBilingualContentHandler.Complete() IBilingualContentHandler.SetFileProperties(IFileProperties) IBilingualContentHandler.FileComplete() IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit) IDisposable.Dispose() IBilingualDocumentOutputPropertiesAware.GetProposedFileInfo(IDocumentProperties, IOutputFileInfo) IBilingualDocumentOutputPropertiesAware.SetOutputProperties(IBilingualDocumentOutputProperties) Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualDocumentFileWriter : IBilingualDocumentWriter, IBilingualWriter, IBilingualContentHandler, IDisposable, IBilingualDocumentOutputPropertiesAware Remarks This interface is implemented by writers for intermediate bilingual file formats such as SDL XLIFF. Writers that implement this interface will be treated differently from regular bilingual writers by the framework. Normal bilingual writers are designed to write output that originates from a single input file (even if that file is in bilingual format such as TTX or ITD), while bilingual document writers are designed to write output that can originate form multiple input files. See Also IBilingualDocumentParser IBilingualDocumentWriter IBilingualWriter" + "keywords": "Interface IBilingualDocumentFileWriter Bilingual writer that can write an entire bilingual document (potentially consisting of content from multiple native files) to a single output file. Inherited Members IBilingualContentHandler.Initialize(IDocumentProperties) IBilingualContentHandler.Complete() IBilingualContentHandler.SetFileProperties(IFileProperties) IBilingualContentHandler.FileComplete() IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit) System.IDisposable.Dispose() IBilingualDocumentOutputPropertiesAware.GetProposedFileInfo(IDocumentProperties, IOutputFileInfo) IBilingualDocumentOutputPropertiesAware.SetOutputProperties(IBilingualDocumentOutputProperties) Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualDocumentFileWriter : IBilingualDocumentWriter, IBilingualWriter, IBilingualContentHandler, IDisposable, IBilingualDocumentOutputPropertiesAware Remarks This interface is implemented by writers for intermediate bilingual file formats such as SDL XLIFF. Writers that implement this interface will be treated differently from regular bilingual writers by the framework. Normal bilingual writers are designed to write output that originates from a single input file (even if that file is in bilingual format such as TTX or ITD), while bilingual document writers are designed to write output that can originate form multiple input files. See Also IBilingualDocumentParser IBilingualDocumentWriter IBilingualWriter" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputProperties.html", "title": "Interface IBilingualDocumentOutputProperties", - "keywords": "Interface IBilingualDocumentOutputProperties Output properties of a bilingual document file; communicated to file type components through the IBilingualDocumentOutputPropertiesAware interface during generation with a IBilingualDocumentFileWriter . Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualDocumentOutputProperties Remarks This includes the path to the output file that will be created. This may be changed by bilingual content processors, or by the bilingual document file writers. Properties LinkedDependencyFiles Updated by a bilingual file writer during the writing process to indicate which dependency files were not embedded in the output file, and must therefore be explicitly made available by the host application at the expected locations (which can be absolute paths or paths relative to the original file) when the output file is to be parsed. Declaration IList LinkedDependencyFiles { get; } Property Value Type Description IList IDependencyFileProperties Remarks This property should only be set by the bilingual writer; the host application should not modify this collection. When the bilingual output file is opened, the dependency files in this list must be located at the same paths (either absolute or relative to the output file) for them to be found by the parser. This is the responsibility of the host application. OutputFilePath Full path to the bilingual document file Declaration string OutputFilePath { get; set; } Property Value Type Description string" + "keywords": "Interface IBilingualDocumentOutputProperties Output properties of a bilingual document file; communicated to file type components through the IBilingualDocumentOutputPropertiesAware interface during generation with a IBilingualDocumentFileWriter . Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualDocumentOutputProperties Remarks This includes the path to the output file that will be created. This may be changed by bilingual content processors, or by the bilingual document file writers. Properties LinkedDependencyFiles Updated by a bilingual file writer during the writing process to indicate which dependency files were not embedded in the output file, and must therefore be explicitly made available by the host application at the expected locations (which can be absolute paths or paths relative to the original file) when the output file is to be parsed. Declaration IList LinkedDependencyFiles { get; } Property Value Type Description System.Collections.Generic.IList < IDependencyFileProperties > Remarks This property should only be set by the bilingual writer; the host application should not modify this collection. When the bilingual output file is opened, the dependency files in this list must be located at the same paths (either absolute or relative to the output file) for them to be found by the parser. This is the responsibility of the host application. OutputFilePath Full path to the bilingual document file Declaration string OutputFilePath { get; set; } Property Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputPropertiesAware.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputPropertiesAware.html", "title": "Interface IBilingualDocumentOutputPropertiesAware", - "keywords": "Interface IBilingualDocumentOutputPropertiesAware Implement this interface to retrieve information on the bilingual document output (e.g. SDL XLIFF), and have the ability to suggest a file name when a bilingual document is about to be created. Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualDocumentOutputPropertiesAware Methods GetProposedFileInfo(IDocumentProperties, IOutputFileInfo) Called by the framework to collect input for the name of the intermediate bilingual document file to be generated. Declaration void GetProposedFileInfo(IDocumentProperties documentInfo, IOutputFileInfo proposedFileInfo) Parameters Type Name Description IDocumentProperties documentInfo IOutputFileInfo proposedFileInfo Proposed filename and other output file properties. The implementation may modify this to propose different output properties. SetOutputProperties(IBilingualDocumentOutputProperties) Called by the framework to communicate the output properties before processing starts. Declaration void SetOutputProperties(IBilingualDocumentOutputProperties outputProperties) Parameters Type Name Description IBilingualDocumentOutputProperties outputProperties" + "keywords": "Interface IBilingualDocumentOutputPropertiesAware Implement this interface to retrieve information on the bilingual document output (e.g. SDL XLIFF), and have the ability to suggest a file name when a bilingual document is about to be created. Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualDocumentOutputPropertiesAware Methods GetProposedFileInfo(IDocumentProperties, IOutputFileInfo) Called by the framework to collect input for the name of the intermediate bilingual document file to be generated. Declaration void GetProposedFileInfo(IDocumentProperties documentInfo, IOutputFileInfo proposedFileInfo) Parameters Type Name Description IDocumentProperties documentInfo IOutputFileInfo proposedFileInfo Proposed filename and other output file properties. The implementation may modify this to propose different output properties. SetOutputProperties(IBilingualDocumentOutputProperties) Called by the framework to communicate the output properties before processing starts. Declaration void SetOutputProperties(IBilingualDocumentOutputProperties outputProperties) Parameters Type Name Description IBilingualDocumentOutputProperties outputProperties" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentParser.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentParser.html", "title": "Interface IBilingualDocumentParser", - "keywords": "Interface IBilingualDocumentParser Parser for intermediate bilingual document formats such as SDL XLIFF, which are used for persistence of the entire bilingual object model. Inherited Members IBilingualParser.DocumentProperties IBilingualParser.Output IParser.ParseNext() IParser.Progress IDisposable.Dispose() IBilingualFileTypeComponent.ItemFactory IBilingualFileTypeComponent.MessageReporter Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualDocumentParser : IBilingualParser, IParser, IDisposable, IBilingualFileTypeComponent Remarks This interface should not be implemented by parsers that handle content from a single native input file, even if that content is bilingual (like TTX or ITD). Such parsers should just implement IBilingualParser . Properties DependencyFileLocator If specified, this delegate can be used to locate dependency files that are linked, but missing. Declaration DependencyFileLocator DependencyFileLocator { get; set; } Property Value Type Description DependencyFileLocator FileRestriction This property is set by the framework during initialization. The delegate will be invoked to determine which files in a multi-file document should generate output. Declaration Predicate FileRestriction { get; set; } Property Value Type Description Predicate IPersistentFileConversionProperties Remarks The bilingual parser is not required to test this delegate for each file it processes. The framework will invoke the delegate to block content from files from being propagated through the framework. The delegate is provided through this property to give the bilingual parser implementation a chance to optimize its processing by directly skipping files who's content will anyway not be propagated through the framework. If this property is null no restrictions apply and all files will be processed. See Also IBilingualDocumentFileWriter" + "keywords": "Interface IBilingualDocumentParser Parser for intermediate bilingual document formats such as SDL XLIFF, which are used for persistence of the entire bilingual object model. Inherited Members IBilingualParser.DocumentProperties IBilingualParser.Output IParser.ParseNext() IParser.Progress System.IDisposable.Dispose() IBilingualFileTypeComponent.ItemFactory IBilingualFileTypeComponent.MessageReporter Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualDocumentParser : IBilingualParser, IParser, IDisposable, IBilingualFileTypeComponent Remarks This interface should not be implemented by parsers that handle content from a single native input file, even if that content is bilingual (like TTX or ITD). Such parsers should just implement IBilingualParser . Properties DependencyFileLocator If specified, this delegate can be used to locate dependency files that are linked, but missing. Declaration DependencyFileLocator DependencyFileLocator { get; set; } Property Value Type Description DependencyFileLocator FileRestriction This property is set by the framework during initialization. The delegate will be invoked to determine which files in a multi-file document should generate output. Declaration Predicate FileRestriction { get; set; } Property Value Type Description System.Predicate < IPersistentFileConversionProperties > Remarks The bilingual parser is not required to test this delegate for each file it processes. The framework will invoke the delegate to block content from files from being propagated through the framework. The delegate is provided through this property to give the bilingual parser implementation a chance to optimize its processing by directly skipping files who's content will anyway not be propagated through the framework. If this property is null no restrictions apply and all files will be processed. See Also IBilingualDocumentFileWriter" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentWriter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentWriter.html", "title": "Interface IBilingualDocumentWriter", - "keywords": "Interface IBilingualDocumentWriter Implemented by components that can write bilingual data for multiple files in a single document to external storage (e.g. XLIFF files). Inherited Members IBilingualContentHandler.Initialize(IDocumentProperties) IBilingualContentHandler.Complete() IBilingualContentHandler.SetFileProperties(IFileProperties) IBilingualContentHandler.FileComplete() IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit) IDisposable.Dispose() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualDocumentWriter : IBilingualWriter, IBilingualContentHandler, IDisposable Remarks The input will be received on the IBilingualContentHandler interface, and the implementation should let all the content processors defined in the bilingual processor container act on the input before writing it." + "keywords": "Interface IBilingualDocumentWriter Implemented by components that can write bilingual data for multiple files in a single document to external storage (e.g. XLIFF files). Inherited Members IBilingualContentHandler.Initialize(IDocumentProperties) IBilingualContentHandler.Complete() IBilingualContentHandler.SetFileProperties(IFileProperties) IBilingualContentHandler.FileComplete() IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit) System.IDisposable.Dispose() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualDocumentWriter : IBilingualWriter, IBilingualContentHandler, IDisposable Remarks The input will be received on the IBilingualContentHandler interface, and the implementation should let all the content processors defined in the bilingual processor container act on the input before writing it." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualFileTypeComponent.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualFileTypeComponent.html", "title": "Interface IBilingualFileTypeComponent", - "keywords": "Interface IBilingualFileTypeComponent Bilingual components that need access to the document item factory should implement this interface. The ItemFactory property will be set by the framework before parsing begins. Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualFileTypeComponent Properties ItemFactory The framework will set this property as part of initialization. Bilingual components should use this factory to create any items that are inserted into the bilingual content model. Declaration IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory MessageReporter The framework will set this property as part of initialization. Bilingual components may use this to report any issues encountered during processing. Declaration IBilingualContentMessageReporter MessageReporter { get; set; } Property Value Type Description IBilingualContentMessageReporter" + "keywords": "Interface IBilingualFileTypeComponent Bilingual components that need access to the document item factory should implement this interface. The ItemFactory property will be set by the framework before parsing begins. Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualFileTypeComponent Properties ItemFactory The framework will set this property as part of initialization. Bilingual components should use this factory to create any items that are inserted into the bilingual content model. Declaration IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory MessageReporter The framework will set this property as part of initialization. Bilingual components may use this to report any issues encountered during processing. Declaration IBilingualContentMessageReporter MessageReporter { get; set; } Property Value Type Description IBilingualContentMessageReporter" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualParser.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualParser.html", "title": "Interface IBilingualParser", - "keywords": "Interface IBilingualParser Interface implemented by components that can read bilingual data from an external source. Inherited Members IParser.ParseNext() IParser.Progress IDisposable.Dispose() IBilingualFileTypeComponent.ItemFactory IBilingualFileTypeComponent.MessageReporter Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualParser : IParser, IDisposable, IBilingualFileTypeComponent Remarks The IBilingualFileTypeComponent implementation is used to get hold of the item and property object factories needed to build the bilingual content model objects that are required to generate output from the parser. If a bilingual parser already has existing instances of the factories, these will be used by all the framework components. Parsers for full intermediate bilingual file formats such as SDL XLIFF should implement IBilingualDocumentParser . Properties DocumentProperties This property is set by the framework before parsing commences. The instance provided through this property should be initialized and used by the bilingual parser for the Initialize() call on the bilingual content processor Output property. Declaration IDocumentProperties DocumentProperties { get; set; } Property Value Type Description IDocumentProperties Output This property is set by the framework during initialization of the bilingual parser. The parser should build bilingual content model objects, and call methods on this interface as appropriate to generate the output. Declaration IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler" + "keywords": "Interface IBilingualParser Interface implemented by components that can read bilingual data from an external source. Inherited Members IParser.ParseNext() IParser.Progress System.IDisposable.Dispose() IBilingualFileTypeComponent.ItemFactory IBilingualFileTypeComponent.MessageReporter Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualParser : IParser, IDisposable, IBilingualFileTypeComponent Remarks The IBilingualFileTypeComponent implementation is used to get hold of the item and property object factories needed to build the bilingual content model objects that are required to generate output from the parser. If a bilingual parser already has existing instances of the factories, these will be used by all the framework components. Parsers for full intermediate bilingual file formats such as SDL XLIFF should implement IBilingualDocumentParser . Properties DocumentProperties This property is set by the framework before parsing commences. The instance provided through this property should be initialized and used by the bilingual parser for the Initialize() call on the bilingual content processor Output property. Declaration IDocumentProperties DocumentProperties { get; set; } Property Value Type Description IDocumentProperties Output This property is set by the framework during initialization of the bilingual parser. The parser should build bilingual content model objects, and call methods on this interface as appropriate to generate the output. Declaration IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualToNativeConverter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualToNativeConverter.html", "title": "Interface IBilingualToNativeConverter", - "keywords": "Interface IBilingualToNativeConverter Interface implemented by components that can convert bilingual content received from calls on the IBilingualContentHandler interface to (source or target language) the native content output on the Output interface. Note that it is up to the implementation to 'decide' if the source or the target (or both) in the bilingual content should be processed. Inherited Members IBilingualContentHandler.Initialize(IDocumentProperties) IBilingualContentHandler.Complete() IBilingualContentHandler.SetFileProperties(IFileProperties) IBilingualContentHandler.FileComplete() IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit) Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualToNativeConverter : IBilingualContentHandler Remarks If the implementation needs access to factories in order to create property objects, etc., it should implement the IBilingualFileTypeComponent interface. Properties Output This property is set by the framework during initialization. The converter implementation should call the methods on this interface to generate output. Declaration INativeGenerationContentHandler Output { get; set; } Property Value Type Description INativeGenerationContentHandler Methods Flush() Used to flush the buffer Declaration void Flush()" + "keywords": "Interface IBilingualToNativeConverter Interface implemented by components that can convert bilingual content received from calls on the IBilingualContentHandler interface to (source or target language) the native content output on the Output interface. Note that it is up to the implementation to 'decide' if the source or the target (or both) in the bilingual content should be processed. Inherited Members IBilingualContentHandler.Initialize(IDocumentProperties) IBilingualContentHandler.Complete() IBilingualContentHandler.SetFileProperties(IFileProperties) IBilingualContentHandler.FileComplete() IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit) Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualToNativeConverter : IBilingualContentHandler Remarks If the implementation needs access to factories in order to create property objects, etc., it should implement the IBilingualFileTypeComponent interface. Properties Output This property is set by the framework during initialization. The converter implementation should call the methods on this interface to generate output. Declaration INativeGenerationContentHandler Output { get; set; } Property Value Type Description INativeGenerationContentHandler Methods Flush() Used to flush the buffer Declaration void Flush()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualVerifier.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualVerifier.html", "title": "Interface IBilingualVerifier", - "keywords": "Interface IBilingualVerifier Implemented by components that can verify bilingual document Inherited Members IBilingualFileTypeComponent.ItemFactory IBilingualFileTypeComponent.MessageReporter IBilingualContentHandler.Initialize(IDocumentProperties) IBilingualContentHandler.Complete() IBilingualContentHandler.SetFileProperties(IFileProperties) IBilingualContentHandler.FileComplete() IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit) Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualVerifier : IBilingualFileTypeComponent, IBilingualContentHandler" + "keywords": "Interface IBilingualVerifier Implemented by components that can verify bilingual document Inherited Members IBilingualFileTypeComponent.ItemFactory IBilingualFileTypeComponent.MessageReporter IBilingualContentHandler.Initialize(IDocumentProperties) IBilingualContentHandler.Complete() IBilingualContentHandler.SetFileProperties(IFileProperties) IBilingualContentHandler.FileComplete() IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit) Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualVerifier : IBilingualFileTypeComponent, IBilingualContentHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualWriter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualWriter.html", "title": "Interface IBilingualWriter", - "keywords": "Interface IBilingualWriter Implemented by components that directly write bilingual output without native content processing. The input to the writer is provided by calls to the IBilingualContentHandler implementation. Inherited Members IBilingualContentHandler.Initialize(IDocumentProperties) IBilingualContentHandler.Complete() IBilingualContentHandler.SetFileProperties(IFileProperties) IBilingualContentHandler.FileComplete() IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit) IDisposable.Dispose() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualWriter : IBilingualContentHandler, IDisposable Remarks There are two types of bilingual writers: writers for document files that fully serialize the content of the bilingual object model and that can write documents consisting of multiple files (e.g. SDL XLIFF), and bilingual writers for single files that contain bilingual content, e.g. 3rd party XLIFF files, TTX files, ITD files, etc. Writers for full document files implement IBilingualDocumentWriter , which is derived from this interface. Writers for single bilingual files implement this interface." + "keywords": "Interface IBilingualWriter Implemented by components that directly write bilingual output without native content processing. The input to the writer is provided by calls to the IBilingualContentHandler implementation. Inherited Members IBilingualContentHandler.Initialize(IDocumentProperties) IBilingualContentHandler.Complete() IBilingualContentHandler.SetFileProperties(IFileProperties) IBilingualContentHandler.FileComplete() IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit) System.IDisposable.Dispose() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualWriter : IBilingualContentHandler, IDisposable Remarks There are two types of bilingual writers: writers for document files that fully serialize the content of the bilingual object model and that can write documents consisting of multiple files (e.g. SDL XLIFF), and bilingual writers for single files that contain bilingual content, e.g. 3rd party XLIFF files, TTX files, ITD files, etc. Writers for full document files implement IBilingualDocumentWriter , which is derived from this interface. Writers for single bilingual files implement this interface." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ICommentMarker.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ICommentMarker.html", "title": "Interface ICommentMarker", - "keywords": "Interface ICommentMarker Comments associated with specific content inside markup data Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph ICloneable.Clone() IAbstractMarkupDataContainer.Split(int) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int, int) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations ISupportsUniqueId.UniqueId IList.IndexOf(IAbstractMarkupData) IList.Insert(int, IAbstractMarkupData) IList.RemoveAt(int) IList.this[int] ICollection.Add(IAbstractMarkupData) ICollection.Clear() ICollection.Contains(IAbstractMarkupData) ICollection.CopyTo(IAbstractMarkupData[], int) ICollection.Remove(IAbstractMarkupData) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ICommentMarker : IAbstractMarker, IAbstractMarkupData, ICloneable, IAbstractMarkupDataContainer, ISupportsUniqueId, IList, ICollection, IEnumerable, IEnumerable Remarks The comments refer to the content inside the container It is possible to attach the same comments to multiple locations by creating multiple comment markers that reference the same Comments instance. (Just call CreateCommentMarker(ICommentProperties) , and pass in the same properties instance.) Properties Comments The actual comments for the content that this container spans Declaration ICommentProperties Comments { get; set; } Property Value Type Description ICommentProperties" + "keywords": "Interface ICommentMarker Comments associated with specific content inside markup data Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph System.ICloneable.Clone() IAbstractMarkupDataContainer.Split(Int32) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32, Int32) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations ISupportsUniqueId.UniqueId System.Collections.Generic.IList.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ICommentMarker : IAbstractMarker, IAbstractMarkupData, ICloneable, IAbstractMarkupDataContainer, ISupportsUniqueId, IList, ICollection, IEnumerable, IEnumerable Remarks The comments refer to the content inside the container It is possible to attach the same comments to multiple locations by creating multiple comment markers that reference the same Comments instance. (Just call CreateCommentMarker(ICommentProperties) , and pass in the same properties instance.) Properties Comments The actual comments for the content that this container spans Declaration ICommentProperties Comments { get; set; } Property Value Type Description ICommentProperties" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentItemFactory.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentItemFactory.html", "title": "Interface IDocumentItemFactory", - "keywords": "Interface IDocumentItemFactory Factory for items that can be inserted into the bilingual content model. Bilingual file type components typically get an instance of this factory through their implementation of the ItemFactory property, which is set by the framework during component initialization. Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IDocumentItemFactory Properties PropertiesFactory May hold a reference to the properties factory that is used together with the document item factory. Declaration IPropertiesFactory PropertiesFactory { get; set; } Property Value Type Description IPropertiesFactory Methods CreateCommentMarker(ICommentProperties) Creates a new comment associated with a comments collection. This is somewhat inconsistent with the other factory methods, because there is no separate comment properties object for wrapping the collection. Declaration ICommentMarker CreateCommentMarker(ICommentProperties comments) Parameters Type Name Description ICommentProperties comments Returns Type Description ICommentMarker CreateDocumentProperties() Creates an empty document properties instance. Declaration IDocumentProperties CreateDocumentProperties() Returns Type Description IDocumentProperties CreateFeedback(IRevisionProperties) Create a feedback marker that can be used to indicate that a part of teh content has user feedback associated with it. Declaration IRevisionMarker CreateFeedback(IRevisionProperties properties) Parameters Type Name Description IRevisionProperties properties Returns Type Description IRevisionMarker CreateFileProperties() Creates an empty file properties instance. Declaration IFileProperties CreateFileProperties() Returns Type Description IFileProperties CreateLocationMarker() Creates a new location marker that is initialized with a unique LocationMarkerId . Declaration ILocationMarker CreateLocationMarker() Returns Type Description ILocationMarker CreateLockedContent(ILockedContentProperties) Creates a locked content object, which represents locked content. Declaration ILockedContent CreateLockedContent(ILockedContentProperties properties) Parameters Type Name Description ILockedContentProperties properties Returns Type Description ILockedContent CreateOtherMarker() Creates an instance of a generic marker type. Declaration IOtherMarker CreateOtherMarker() Returns Type Description IOtherMarker CreateParagraphUnit(LockTypeFlags) Creates a new localizable ParagraphUnit with empty source and target content. Declaration IParagraphUnit CreateParagraphUnit(LockTypeFlags flags) Parameters Type Name Description LockTypeFlags flags This indicates which LockTypeFlags are to be used for this ParagraphUnit Returns Type Description IParagraphUnit CreatePlaceholderTag(IPlaceholderTagProperties) Creates a placeholder tag instance. Declaration IPlaceholderTag CreatePlaceholderTag(IPlaceholderTagProperties tagInfo) Parameters Type Name Description IPlaceholderTagProperties tagInfo Returns Type Description IPlaceholderTag CreateRevision(IRevisionProperties) Create a revision marker that can be used to indicate that a part of the content was changed through adding or deleting. Declaration IRevisionMarker CreateRevision(IRevisionProperties properties) Parameters Type Name Description IRevisionProperties properties Returns Type Description IRevisionMarker CreateRevisionProperties(RevisionType) Creates a revision properties object, which represents information associated with a revision marker. Declaration [Obsolete(\"Please use IPropertiesFactory.CreateRevisionProperties(RevisionType) instead.\")] IRevisionProperties CreateRevisionProperties(RevisionType type) Parameters Type Name Description RevisionType type Returns Type Description IRevisionProperties CreateSegment(ISegmentPairProperties) Creates a new segment object and assigns the properties to it. Declaration ISegment CreateSegment(ISegmentPairProperties properties) Parameters Type Name Description ISegmentPairProperties properties Returns Type Description ISegment Remarks Uses the same properties object when creating the corresponding source and target segments. CreateSegmentPair(ISegment, ISegment) Creates a segment pair object that can be used as a convenience when working with source and target segments in a IParagraphUnit . Declaration ISegmentPair CreateSegmentPair(ISegment source, ISegment target) Parameters Type Name Description ISegment source The source segment of a paragraph unit. Must not be null . ISegment target The target segment corresponding to the source segment. May be null if no target segment exists in the ParagraphUnit yet. Returns Type Description ISegmentPair Remarks The source and target segment passed in must be in the same paragraph unit. CreateSegmentPairProperties() Creates a new segment pair properties object that can be used to create segments. Declaration ISegmentPairProperties CreateSegmentPairProperties() Returns Type Description ISegmentPairProperties CreateSerializableContainer() Creates an empty container for markup data that is guaranteed to be serializable. Declaration ISerializableMarkupDataContainer CreateSerializableContainer() Returns Type Description ISerializableMarkupDataContainer Remarks Used to save data to the Windows clipboard during a copy operation. CreateStructureTag(IStructureTagProperties) Creates a structure tag instance. Declaration IStructureTag CreateStructureTag(IStructureTagProperties tagInfo) Parameters Type Name Description IStructureTagProperties tagInfo Returns Type Description IStructureTag CreateSubSegmentReference(ISubSegmentProperties, ParagraphUnitId) Creates a sub-segment reference instance. Declaration ISubSegmentReference CreateSubSegmentReference(ISubSegmentProperties subSegment, ParagraphUnitId paragraphUnitId) Parameters Type Name Description ISubSegmentProperties subSegment ParagraphUnitId paragraphUnitId Returns Type Description ISubSegmentReference CreateTagPair(IStartTagProperties, IEndTagProperties) Creates a tag pair instance. Declaration ITagPair CreateTagPair(IStartTagProperties startTagInfo, IEndTagProperties endTagInfo) Parameters Type Name Description IStartTagProperties startTagInfo IEndTagProperties endTagInfo Returns Type Description ITagPair CreateText(ITextProperties) Creates a text instance. Declaration IText CreateText(ITextProperties textInfo) Parameters Type Name Description ITextProperties textInfo Returns Type Description IText CreateTranslationOrigin() Creates a new translation origin object that can be assigned to segment pair properties. Declaration ITranslationOrigin CreateTranslationOrigin() Returns Type Description ITranslationOrigin DeserialzeContainer(IFormatter, Stream) De-serialize the stream into a markup data container of the same type returned from CreateSerializableContainer() . Declaration ISerializableMarkupDataContainer DeserialzeContainer(IFormatter formatter, Stream serializationStream) Parameters Type Name Description IFormatter formatter Formatter to use for de-serialization Stream serializationStream Stream that contains the data to de-serialize from Returns Type Description ISerializableMarkupDataContainer Null , if the stream cannot be de-serialized to the expected object type Remarks Used to parse data from the Windows clipboard during a paste operation." + "keywords": "Interface IDocumentItemFactory Factory for items that can be inserted into the bilingual content model. Bilingual file type components typically get an instance of this factory through their implementation of the ItemFactory property, which is set by the framework during component initialization. Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IDocumentItemFactory Properties PropertiesFactory May hold a reference to the properties factory that is used together with the document item factory. Declaration IPropertiesFactory PropertiesFactory { get; set; } Property Value Type Description IPropertiesFactory Methods CreateCommentMarker(ICommentProperties) Creates a new comment associated with a comments collection. This is somewhat inconsistent with the other factory methods, because there is no separate comment properties object for wrapping the collection. Declaration ICommentMarker CreateCommentMarker(ICommentProperties comments) Parameters Type Name Description ICommentProperties comments Returns Type Description ICommentMarker CreateDocumentProperties() Creates an empty document properties instance. Declaration IDocumentProperties CreateDocumentProperties() Returns Type Description IDocumentProperties CreateFeedback(IRevisionProperties) Create a feedback marker that can be used to indicate that a part of teh content has user feedback associated with it. Declaration IRevisionMarker CreateFeedback(IRevisionProperties properties) Parameters Type Name Description IRevisionProperties properties Returns Type Description IRevisionMarker CreateFileProperties() Creates an empty file properties instance. Declaration IFileProperties CreateFileProperties() Returns Type Description IFileProperties CreateLocationMarker() Creates a new location marker that is initialized with a unique LocationMarkerId . Declaration ILocationMarker CreateLocationMarker() Returns Type Description ILocationMarker CreateLockedContent(ILockedContentProperties) Creates a locked content object, which represents locked content. Declaration ILockedContent CreateLockedContent(ILockedContentProperties properties) Parameters Type Name Description ILockedContentProperties properties Returns Type Description ILockedContent CreateOtherMarker() Creates an instance of a generic marker type. Declaration IOtherMarker CreateOtherMarker() Returns Type Description IOtherMarker CreateParagraphUnit(LockTypeFlags) Creates a new localizable ParagraphUnit with empty source and target content. Declaration IParagraphUnit CreateParagraphUnit(LockTypeFlags flags) Parameters Type Name Description LockTypeFlags flags This indicates which LockTypeFlags are to be used for this ParagraphUnit Returns Type Description IParagraphUnit CreatePlaceholderTag(IPlaceholderTagProperties) Creates a placeholder tag instance. Declaration IPlaceholderTag CreatePlaceholderTag(IPlaceholderTagProperties tagInfo) Parameters Type Name Description IPlaceholderTagProperties tagInfo Returns Type Description IPlaceholderTag CreateRevision(IRevisionProperties) Create a revision marker that can be used to indicate that a part of the content was changed through adding or deleting. Declaration IRevisionMarker CreateRevision(IRevisionProperties properties) Parameters Type Name Description IRevisionProperties properties Returns Type Description IRevisionMarker CreateRevisionProperties(RevisionType) Creates a revision properties object, which represents information associated with a revision marker. Declaration [Obsolete(\"Please use IPropertiesFactory.CreateRevisionProperties(RevisionType) instead.\")] IRevisionProperties CreateRevisionProperties(RevisionType type) Parameters Type Name Description RevisionType type Returns Type Description IRevisionProperties CreateSegment(ISegmentPairProperties) Creates a new segment object and assigns the properties to it. Declaration ISegment CreateSegment(ISegmentPairProperties properties) Parameters Type Name Description ISegmentPairProperties properties Returns Type Description ISegment Remarks Uses the same properties object when creating the corresponding source and target segments. CreateSegmentPair(ISegment, ISegment) Creates a segment pair object that can be used as a convenience when working with source and target segments in a IParagraphUnit . Declaration ISegmentPair CreateSegmentPair(ISegment source, ISegment target) Parameters Type Name Description ISegment source The source segment of a paragraph unit. Must not be null . ISegment target The target segment corresponding to the source segment. May be null if no target segment exists in the ParagraphUnit yet. Returns Type Description ISegmentPair Remarks The source and target segment passed in must be in the same paragraph unit. CreateSegmentPairProperties() Creates a new segment pair properties object that can be used to create segments. Declaration ISegmentPairProperties CreateSegmentPairProperties() Returns Type Description ISegmentPairProperties CreateSerializableContainer() Creates an empty container for markup data that is guaranteed to be serializable. Declaration ISerializableMarkupDataContainer CreateSerializableContainer() Returns Type Description ISerializableMarkupDataContainer Remarks Used to save data to the Windows clipboard during a copy operation. CreateStructureTag(IStructureTagProperties) Creates a structure tag instance. Declaration IStructureTag CreateStructureTag(IStructureTagProperties tagInfo) Parameters Type Name Description IStructureTagProperties tagInfo Returns Type Description IStructureTag CreateSubSegmentReference(ISubSegmentProperties, ParagraphUnitId) Creates a sub-segment reference instance. Declaration ISubSegmentReference CreateSubSegmentReference(ISubSegmentProperties subSegment, ParagraphUnitId paragraphUnitId) Parameters Type Name Description ISubSegmentProperties subSegment ParagraphUnitId paragraphUnitId Returns Type Description ISubSegmentReference CreateTagPair(IStartTagProperties, IEndTagProperties) Creates a tag pair instance. Declaration ITagPair CreateTagPair(IStartTagProperties startTagInfo, IEndTagProperties endTagInfo) Parameters Type Name Description IStartTagProperties startTagInfo IEndTagProperties endTagInfo Returns Type Description ITagPair CreateText(ITextProperties) Creates a text instance. Declaration IText CreateText(ITextProperties textInfo) Parameters Type Name Description ITextProperties textInfo Returns Type Description IText CreateTranslationOrigin() Creates a new translation origin object that can be assigned to segment pair properties. Declaration ITranslationOrigin CreateTranslationOrigin() Returns Type Description ITranslationOrigin DeserialzeContainer(IFormatter, Stream) De-serialize the stream into a markup data container of the same type returned from CreateSerializableContainer() . Declaration ISerializableMarkupDataContainer DeserialzeContainer(IFormatter formatter, Stream serializationStream) Parameters Type Name Description System.Runtime.Serialization.IFormatter formatter Formatter to use for de-serialization System.IO.Stream serializationStream Stream that contains the data to de-serialize from Returns Type Description ISerializableMarkupDataContainer Null , if the stream cannot be de-serialized to the expected object type Remarks Used to parse data from the Windows clipboard during a paste operation." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties.html", "title": "Interface IDocumentProperties", - "keywords": "Interface IDocumentProperties Properties that are common to all files in a bilingual document Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IDocumentProperties : ICloneable Properties LastOpenedAsPath (optional) Full path to a file from which the document was last opened Declaration string LastOpenedAsPath { get; set; } Property Value Type Description string Remarks This property is meant to be available as a hint. It is not guaranteed to be kept up-to-date, and it may be empty. LastSavedAsPath (optional) Full path to a file the document was last saved as Declaration string LastSavedAsPath { get; set; } Property Value Type Description string Remarks This property is meant to be available as a hint. It is not guaranteed to be kept up-to-date, and it may be empty. Repetitions Table of segments with the same source language content that occur more than one time in the document Declaration IRepetitionsTable Repetitions { get; set; } Property Value Type Description IRepetitionsTable Remarks This property is not set by the framework itself. It is up to implementations to initialize and use it as appropriate. SourceCount Total word/character count for the source language content of this document (if set) Declaration SourceCount SourceCount { get; set; } Property Value Type Description SourceCount SourceLanguage The source language used by any files in this document. All files in a document must use the same source language. Declaration Language SourceLanguage { get; set; } Property Value Type Description Language TargetLanguage The target language (if any) used by files in this document. All files in a document must use the same target language, however, for files that have not yet been localized the target language may not yet apply. Declaration Language TargetLanguage { get; set; } Property Value Type Description Language" + "keywords": "Interface IDocumentProperties Properties that are common to all files in a bilingual document Inherited Members System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IDocumentProperties : ICloneable Properties LastOpenedAsPath (optional) Full path to a file from which the document was last opened Declaration string LastOpenedAsPath { get; set; } Property Value Type Description System.String Remarks This property is meant to be available as a hint. It is not guaranteed to be kept up-to-date, and it may be empty. LastSavedAsPath (optional) Full path to a file the document was last saved as Declaration string LastSavedAsPath { get; set; } Property Value Type Description System.String Remarks This property is meant to be available as a hint. It is not guaranteed to be kept up-to-date, and it may be empty. Repetitions Table of segments with the same source language content that occur more than one time in the document Declaration IRepetitionsTable Repetitions { get; set; } Property Value Type Description IRepetitionsTable Remarks This property is not set by the framework itself. It is up to implementations to initialize and use it as appropriate. SourceCount Total word/character count for the source language content of this document (if set) Declaration SourceCount SourceCount { get; set; } Property Value Type Description SourceCount SourceLanguage The source language used by any files in this document. All files in a document must use the same source language. Declaration Language SourceLanguage { get; set; } Property Value Type Description Language TargetLanguage The target language (if any) used by files in this document. All files in a document must use the same target language, however, for files that have not yet been localized the target language may not yet apply. Declaration Language TargetLanguage { get; set; } Property Value Type Description Language" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties.html", "title": "Interface IFileProperties", - "keywords": "Interface IFileProperties Information on an original file in a document. A document can consist of multiple files that have been merged together. Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileProperties : ICloneable Properties Comments Notes/comments that are relevant to the file (as opposed to for individual ParagraphUnits) Declaration ICommentProperties Comments { get; set; } Property Value Type Description ICommentProperties FileConversionProperties The file properties that are embedded within the bilingual document Declaration IPersistentFileConversionProperties FileConversionProperties { get; set; } Property Value Type Description IPersistentFileConversionProperties Methods IsEndOfFileSection() Determines whether this FileProperties represents the end file section of a sub-content file with multiple sections If this is a non-sub content file, will always return true. Declaration bool IsEndOfFileSection() Returns Type Description bool IsStartOfFileSection() Determines whether this FileProperties represents the start file section of a sub-content file with multiple sections If this is a non-sub content file, will always return true. Declaration bool IsStartOfFileSection() Returns Type Description bool" + "keywords": "Interface IFileProperties Information on an original file in a document. A document can consist of multiple files that have been merged together. Inherited Members System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileProperties : ICloneable Properties Comments Notes/comments that are relevant to the file (as opposed to for individual ParagraphUnits) Declaration ICommentProperties Comments { get; set; } Property Value Type Description ICommentProperties FileConversionProperties The file properties that are embedded within the bilingual document Declaration IPersistentFileConversionProperties FileConversionProperties { get; set; } Property Value Type Description IPersistentFileConversionProperties Methods IsEndOfFileSection() Determines whether this FileProperties represents the end file section of a sub-content file with multiple sections If this is a non-sub content file, will always return true. Declaration bool IsEndOfFileSection() Returns Type Description System.Boolean IsStartOfFileSection() Determines whether this FileProperties represents the start file section of a sub-content file with multiple sections If this is a non-sub content file, will always return true. Declaration bool IsStartOfFileSection() Returns Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILocationMarker.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILocationMarker.html", "title": "Interface ILocationMarker", - "keywords": "Interface ILocationMarker A location marker represents a persistent location in the bilingual content. It is often generated from LocationMark(LocationMarkerId) calls with associated native message reporter calls from native parsers, and content processors used during extraction. Location markers can also be used as general bookmarks. Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ILocationMarker : IAbstractMarker, IAbstractMarkupData, ICloneable, ISupportsUniqueId Properties MarkerId The unique identifier for this location marker. Note that it may happen that content gets duplicated, e.g. from source to target in a paragraph unit, and that location markers in that case also get duplicated. Therefore, it is not possible to guarantee that location marker ids are unique throughout the document, but at least, in such cases, the two locations should be closely related. Declaration LocationMarkerId MarkerId { get; set; } Property Value Type Description LocationMarkerId" + "keywords": "Interface ILocationMarker A location marker represents a persistent location in the bilingual content. It is often generated from LocationMark(LocationMarkerId) calls with associated native message reporter calls from native parsers, and content processors used during extraction. Location markers can also be used as general bookmarks. Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph System.ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ILocationMarker : IAbstractMarker, IAbstractMarkupData, ICloneable, ISupportsUniqueId Properties MarkerId The unique identifier for this location marker. Note that it may happen that content gets duplicated, e.g. from source to target in a paragraph unit, and that location markers in that case also get duplicated. Therefore, it is not possible to guarantee that location marker ids are unique throughout the document, but at least, in such cases, the two locations should be closely related. Declaration LocationMarkerId MarkerId { get; set; } Property Value Type Description LocationMarkerId" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILockedContainer.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILockedContainer.html", "title": "Interface ILockedContainer", - "keywords": "Interface ILockedContainer Container for items in a ILockedContent Inherited Members IAbstractMarkupDataContainer.Split(int) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int, int) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations IList.IndexOf(IAbstractMarkupData) IList.Insert(int, IAbstractMarkupData) IList.RemoveAt(int) IList.this[int] ICollection.Add(IAbstractMarkupData) ICollection.Clear() ICollection.Contains(IAbstractMarkupData) ICollection.CopyTo(IAbstractMarkupData[], int) ICollection.Remove(IAbstractMarkupData) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() ISupportsUniqueId.UniqueId ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ILockedContainer : IAbstractMarkupDataContainer, IList, ICollection, IEnumerable, IEnumerable, ISupportsUniqueId, ICloneable Properties LockedContent The parent ILockedContent to which this container belongs Declaration ILockedContent LockedContent { get; set; } Property Value Type Description ILockedContent" + "keywords": "Interface ILockedContainer Container for items in a ILockedContent Inherited Members IAbstractMarkupDataContainer.Split(Int32) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32, Int32) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations System.Collections.Generic.IList.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() ISupportsUniqueId.UniqueId System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ILockedContainer : IAbstractMarkupDataContainer, IList, ICollection, IEnumerable, IEnumerable, ISupportsUniqueId, ICloneable Properties LockedContent The parent ILockedContent to which this container belongs Declaration ILockedContent LockedContent { get; set; } Property Value Type Description ILockedContent" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILockedContent.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILockedContent.html", "title": "Interface ILockedContent", - "keywords": "Interface ILockedContent Represents a collection of markup data items that has been locked in order to indicate that they should not be changed during localization. Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ILockedContent : IAbstractDataContent, IAbstractMarkupData, ICloneable, ISupportsUniqueId Remarks The locked content item was explicitly NOT made a markup data container in order to avoid accidental access to the locked items when iterating over the tree structure. If required, the locked content can be accessed through the Content property, which is a markup data container. Locked content can be nested, i.e. there can be other locked content items inside the locked container. The outermost locked content properties always take precedence. Properties Content Provides access to the items that have been locked. Declaration ILockedContainer Content { get; set; } Property Value Type Description ILockedContainer Properties Information on the lock Declaration ILockedContentProperties Properties { get; set; } Property Value Type Description ILockedContentProperties" + "keywords": "Interface ILockedContent Represents a collection of markup data items that has been locked in order to indicate that they should not be changed during localization. Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph System.ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ILockedContent : IAbstractDataContent, IAbstractMarkupData, ICloneable, ISupportsUniqueId Remarks The locked content item was explicitly NOT made a markup data container in order to avoid accidental access to the locked items when iterating over the tree structure. If required, the locked content can be accessed through the Content property, which is a markup data container. Locked content can be nested, i.e. there can be other locked content items inside the locked container. The outermost locked content properties always take precedence. Properties Content Provides access to the items that have been locked. Declaration ILockedContainer Content { get; set; } Property Value Type Description ILockedContainer Properties Information on the lock Declaration ILockedContentProperties Properties { get; set; } Property Value Type Description ILockedContentProperties" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IMarkupDataVisitor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IMarkupDataVisitor.html", "title": "Interface IMarkupDataVisitor", - "keywords": "Interface IMarkupDataVisitor Interface for the visitor in the visitor pattern implementation for translatable source / target content items in a localizable paragraph unit. Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IMarkupDataVisitor Methods VisitCommentMarker(ICommentMarker) Called by comment marker instances. Declaration void VisitCommentMarker(ICommentMarker commentMarker) Parameters Type Name Description ICommentMarker commentMarker VisitLocationMarker(ILocationMarker) Called by location marker instances. Declaration void VisitLocationMarker(ILocationMarker location) Parameters Type Name Description ILocationMarker location VisitLockedContent(ILockedContent) Called by locked content instances. Declaration void VisitLockedContent(ILockedContent lockedContent) Parameters Type Name Description ILockedContent lockedContent VisitOtherMarker(IOtherMarker) Called by other marker instances. Declaration void VisitOtherMarker(IOtherMarker marker) Parameters Type Name Description IOtherMarker marker VisitPlaceholderTag(IPlaceholderTag) Called by placeholder tag instances. Declaration void VisitPlaceholderTag(IPlaceholderTag tag) Parameters Type Name Description IPlaceholderTag tag VisitRevisionMarker(IRevisionMarker) Called by revision marker instances. Declaration void VisitRevisionMarker(IRevisionMarker revisionMarker) Parameters Type Name Description IRevisionMarker revisionMarker VisitSegment(ISegment) Called by segment instances. Declaration void VisitSegment(ISegment segment) Parameters Type Name Description ISegment segment VisitTagPair(ITagPair) Called by tag pair instances. Declaration void VisitTagPair(ITagPair tagPair) Parameters Type Name Description ITagPair tagPair VisitText(IText) Called by text instances. Declaration void VisitText(IText text) Parameters Type Name Description IText text" + "keywords": "Interface IMarkupDataVisitor Interface for the visitor in the visitor pattern implementation for translatable source / target content items in a localizable paragraph unit. Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IMarkupDataVisitor Methods VisitCommentMarker(ICommentMarker) Called by comment marker instances. Declaration void VisitCommentMarker(ICommentMarker commentMarker) Parameters Type Name Description ICommentMarker commentMarker VisitLocationMarker(ILocationMarker) Called by location marker instances. Declaration void VisitLocationMarker(ILocationMarker location) Parameters Type Name Description ILocationMarker location VisitLockedContent(ILockedContent) Called by locked content instances. Declaration void VisitLockedContent(ILockedContent lockedContent) Parameters Type Name Description ILockedContent lockedContent VisitOtherMarker(IOtherMarker) Called by other marker instances. Declaration void VisitOtherMarker(IOtherMarker marker) Parameters Type Name Description IOtherMarker marker VisitPlaceholderTag(IPlaceholderTag) Called by placeholder tag instances. Declaration void VisitPlaceholderTag(IPlaceholderTag tag) Parameters Type Name Description IPlaceholderTag tag VisitRevisionMarker(IRevisionMarker) Called by revision marker instances. Declaration void VisitRevisionMarker(IRevisionMarker revisionMarker) Parameters Type Name Description IRevisionMarker revisionMarker VisitSegment(ISegment) Called by segment instances. Declaration void VisitSegment(ISegment segment) Parameters Type Name Description ISegment segment VisitTagPair(ITagPair) Called by tag pair instances. Declaration void VisitTagPair(ITagPair tagPair) Parameters Type Name Description ITagPair tagPair VisitText(IText) Called by text instances. Declaration void VisitText(IText text) Parameters Type Name Description IText text" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.INativeToBilingualConverter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.INativeToBilingualConverter.html", "title": "Interface INativeToBilingualConverter", - "keywords": "Interface INativeToBilingualConverter Interface implemented by components that can convert input from calls to the native content handler interface to calls on a bilingual content processor. Inherited Members IAbstractNativeContentHandler.StructureTag(IStructureTagProperties) IAbstractNativeContentHandler.InlineStartTag(IStartTagProperties) IAbstractNativeContentHandler.InlineEndTag(IEndTagProperties) IAbstractNativeContentHandler.InlinePlaceholderTag(IPlaceholderTagProperties) IAbstractNativeContentHandler.Text(ITextProperties) IAbstractNativeContentHandler.ChangeContext(IContextProperties) IAbstractNativeContentHandler.CustomInfo(ICustomInfoProperties) IAbstractNativeContentHandler.LocationMark(LocationMarkerId) IAbstractNativeContentHandler.LockedContentStart(ILockedContentProperties) IAbstractNativeContentHandler.LockedContentEnd() IAbstractNativeContentHandler.RevisionStart(IRevisionProperties) IAbstractNativeContentHandler.RevisionEnd() IAbstractNativeContentHandler.CommentStart(ICommentProperties) IAbstractNativeContentHandler.CommentEnd() IAbstractNativeContentHandler.ParagraphComments(ICommentProperties) Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeToBilingualConverter : INativeExtractionContentHandler, IAbstractNativeContentHandler Remarks The implementation must build bilingual content model objects (e.g. IParagraphUnit ), and as such will need access to factories for properties and bilingual content model items. These factories are supplied by the framework to components implementing the IBilingualFileTypeComponent interface. Properties DocumentInfo Common document properties that will be passed to Initialize() on the bilingual output during processing of SetFileConversionProperties(). Declaration IDocumentProperties DocumentInfo { get; set; } Property Value Type Description IDocumentProperties FileInfo Common file properties that will be set by a call to SetFileProperties() on the bilingual output during processing of SetFileConversionProperties() Declaration IFileProperties FileInfo { get; set; } Property Value Type Description IFileProperties Output The framework will set this property during initialization. The converter implementation should generate calls on this interface in order to produce the output. Declaration IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler" + "keywords": "Interface INativeToBilingualConverter Interface implemented by components that can convert input from calls to the native content handler interface to calls on a bilingual content processor. Inherited Members IAbstractNativeContentHandler.StructureTag(IStructureTagProperties) IAbstractNativeContentHandler.InlineStartTag(IStartTagProperties) IAbstractNativeContentHandler.InlineEndTag(IEndTagProperties) IAbstractNativeContentHandler.InlinePlaceholderTag(IPlaceholderTagProperties) IAbstractNativeContentHandler.Text(ITextProperties) IAbstractNativeContentHandler.ChangeContext(IContextProperties) IAbstractNativeContentHandler.CustomInfo(ICustomInfoProperties) IAbstractNativeContentHandler.LocationMark(LocationMarkerId) IAbstractNativeContentHandler.LockedContentStart(ILockedContentProperties) IAbstractNativeContentHandler.LockedContentEnd() IAbstractNativeContentHandler.RevisionStart(IRevisionProperties) IAbstractNativeContentHandler.RevisionEnd() IAbstractNativeContentHandler.CommentStart(ICommentProperties) IAbstractNativeContentHandler.CommentEnd() IAbstractNativeContentHandler.ParagraphComments(ICommentProperties) Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeToBilingualConverter : INativeExtractionContentHandler, IAbstractNativeContentHandler Remarks The implementation must build bilingual content model objects (e.g. IParagraphUnit ), and as such will need access to factories for properties and bilingual content model items. These factories are supplied by the framework to components implementing the IBilingualFileTypeComponent interface. Properties DocumentInfo Common document properties that will be passed to Initialize() on the bilingual output during processing of SetFileConversionProperties(). Declaration IDocumentProperties DocumentInfo { get; set; } Property Value Type Description IDocumentProperties FileInfo Common file properties that will be set by a call to SetFileProperties() on the bilingual output during processing of SetFileConversionProperties() Declaration IFileProperties FileInfo { get; set; } Property Value Type Description IFileProperties Output The framework will set this property during initialization. The converter implementation should generate calls on this interface in order to produce the output. Declaration IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IOtherMarker.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IOtherMarker.html", "title": "Interface IOtherMarker", - "keywords": "Interface IOtherMarker A custom marker that can span content, but that is not visible in the editor. Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph ICloneable.Clone() IAbstractMarkupDataContainer.Split(int) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int, int) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations ISupportsUniqueId.UniqueId IList.IndexOf(IAbstractMarkupData) IList.Insert(int, IAbstractMarkupData) IList.RemoveAt(int) IList.this[int] ICollection.Add(IAbstractMarkupData) ICollection.Clear() ICollection.Contains(IAbstractMarkupData) ICollection.CopyTo(IAbstractMarkupData[], int) ICollection.Remove(IAbstractMarkupData) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IOtherMarker : IAbstractMarker, IAbstractMarkupData, ICloneable, IAbstractMarkupDataContainer, ISupportsUniqueId, IList, ICollection, IEnumerable, IEnumerable Remarks This type of marker is intended to be used for custom implementations that temporarily need to embed invisible content-spanning markup inside the bilingual content. Examples could include markup of terminology. The markers are often preserved during regular editing operations, but since they are invisible in the editing environment, users may delete them without even knowing that they are present. Implementations should keep this in mind, and not rely on the markers not being deleted during such operations. The markers have no equivalent representation in the native API. Properties Id Marker id Declaration string Id { get; set; } Property Value Type Description string Remarks Intended to allow the marker to be identified, for example, so that it can be associated with properties that is stored elsewhere. Note that there is no guarantee that this property uniquely identifies a specific marker instance. Even if the id is originally unique, the marker may be duplicated during content processing operations, which causes cloned instances to use the same id. This property may be null. MarkerType Type of marker Declaration string MarkerType { get; set; } Property Value Type Description string Remarks Set this property to distinguish your specific type of marker from other markers. Values used by SDL have the prefix \"x-sdl-\"." + "keywords": "Interface IOtherMarker A custom marker that can span content, but that is not visible in the editor. Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph System.ICloneable.Clone() IAbstractMarkupDataContainer.Split(Int32) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32, Int32) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations ISupportsUniqueId.UniqueId System.Collections.Generic.IList.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IOtherMarker : IAbstractMarker, IAbstractMarkupData, ICloneable, IAbstractMarkupDataContainer, ISupportsUniqueId, IList, ICollection, IEnumerable, IEnumerable Remarks This type of marker is intended to be used for custom implementations that temporarily need to embed invisible content-spanning markup inside the bilingual content. Examples could include markup of terminology. The markers are often preserved during regular editing operations, but since they are invisible in the editing environment, users may delete them without even knowing that they are present. Implementations should keep this in mind, and not rely on the markers not being deleted during such operations. The markers have no equivalent representation in the native API. Properties Id Marker id Declaration string Id { get; set; } Property Value Type Description System.String Remarks Intended to allow the marker to be identified, for example, so that it can be associated with properties that is stored elsewhere. Note that there is no guarantee that this property uniquely identifies a specific marker instance. Even if the id is originally unique, the marker may be duplicated during content processing operations, which causes cloned instances to use the same id. This property may be null. MarkerType Type of marker Declaration string MarkerType { get; set; } Property Value Type Description System.String Remarks Set this property to distinguish your specific type of marker from other markers. Values used by SDL have the prefix \"x-sdl-\"." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IParagraph.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IParagraph.html", "title": "Interface IParagraph", - "keywords": "Interface IParagraph Container for the source or target content in a IParagraphUnit ; this often corresponds to a paragraph of localizable content in one language. Inherited Members IAbstractMarkupDataContainer.Split(int) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int, int) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations IList.IndexOf(IAbstractMarkupData) IList.Insert(int, IAbstractMarkupData) IList.RemoveAt(int) IList.this[int] ICollection.Add(IAbstractMarkupData) ICollection.Clear() ICollection.Contains(IAbstractMarkupData) ICollection.CopyTo(IAbstractMarkupData[], int) ICollection.Remove(IAbstractMarkupData) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() ISupportsUniqueId.UniqueId ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IParagraph : IAbstractMarkupDataContainer, IList, ICollection, IEnumerable, IEnumerable, ISupportsUniqueId, ICloneable Remarks A paragraph is a markup data container, but does not implement IAbstractMarkupData . It acts as the root container for the source or target content in a paragraph. Paragraphs are only used as Source or Target members; they are never created as standalone objects. The IsSource and IsTarget properties can be used to quickly find out if this is the source or target part of the Parent paragraph unit. Properties IsSource True if the paragraph is the Source of the Parent . Declaration bool IsSource { get; } Property Value Type Description bool IsTarget True if the paragraph is the Target of the Parent . Declaration bool IsTarget { get; } Property Value Type Description bool Parent The parent paragraph unit this paragraph belongs to Declaration IParagraphUnit Parent { get; set; } Property Value Type Description IParagraphUnit Remarks This property is automatically set by the framework. API users should therefore never need to set this property. Attempting to set this property to an invalid value (i.e. a ParagraphUnit that does not contain this item, or setting it to null when the item is part of an existing ParagraphUnit) will cause an exception. TextDirection The text direction of the paragraph. This directionality overrides any document-level directionality unless it is set to Inherit. Declaration Direction TextDirection { get; set; } Property Value Type Description Direction" + "keywords": "Interface IParagraph Container for the source or target content in a IParagraphUnit ; this often corresponds to a paragraph of localizable content in one language. Inherited Members IAbstractMarkupDataContainer.Split(Int32) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32, Int32) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations System.Collections.Generic.IList.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() ISupportsUniqueId.UniqueId System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IParagraph : IAbstractMarkupDataContainer, IList, ICollection, IEnumerable, IEnumerable, ISupportsUniqueId, ICloneable Remarks A paragraph is a markup data container, but does not implement IAbstractMarkupData . It acts as the root container for the source or target content in a paragraph. Paragraphs are only used as Source or Target members; they are never created as standalone objects. The IsSource and IsTarget properties can be used to quickly find out if this is the source or target part of the Parent paragraph unit. Properties IsSource True if the paragraph is the Source of the Parent . Declaration bool IsSource { get; } Property Value Type Description System.Boolean IsTarget True if the paragraph is the Target of the Parent . Declaration bool IsTarget { get; } Property Value Type Description System.Boolean Parent The parent paragraph unit this paragraph belongs to Declaration IParagraphUnit Parent { get; set; } Property Value Type Description IParagraphUnit Remarks This property is automatically set by the framework. API users should therefore never need to set this property. Attempting to set this property to an invalid value (i.e. a ParagraphUnit that does not contain this item, or setting it to null when the item is part of an existing ParagraphUnit) will cause an exception. TextDirection The text direction of the paragraph. This directionality overrides any document-level directionality unless it is set to Inherit. Declaration Direction TextDirection { get; set; } Property Value Type Description Direction" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IParagraphUnit.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IParagraphUnit.html", "title": "Interface IParagraphUnit", - "keywords": "Interface IParagraphUnit A continous unit of source language content within a single context, and (if applicable) the localized target language version of the content. This often corresponds to a paragraph of text in a native file. Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IParagraphUnit : ICloneable Remarks There are two types of paragraph units: those that contain localizable content, and those that do not contain localizable content. The latter is referred to as a structure paragraph unit, and typically only contains structure tags and associated whitespace. The IsStructure property indicates whether this paragraph unit is a structure paragraph unit. Since the content of structure paragraph units is not localized, their Target property is null. Paragraph units that are not structure paragraph units are referred to as localizable paragraph units. They normally have both Source and Target , and never contain structure tags. The Properties of the paragraph unit contains associated information, including contexts and the paragraph unit's unique id. The content in localizable paragraph units is typically divided into segments. A segment is usually a sentence. Segments exist in source and target language versions, and you can iterate over them using the SegmentPairs property. When processing content in a localizable paragraph, it is important to be aware of the fact that the segments do not represent all content of the paragraph. There may also be content between segments. Examples of such content include space characters (which separate sentences), tags that appearr between sentences, etc. Content between segments can differ between the Source and Target . To iterate over content between segments you can use a Location . The GetSourceSegmentLocation(SegmentId) and GetTargetSegmentLocation(SegmentId) methods can be useful for this task. The GetSourceSegment(SegmentId) and GetTargetSegment(SegmentId) methods provide a convenient way of locating the corresponding source/target version for a segment. Properties IsStructure true if this is a structure ParagraphUnit, i.e. a paragraph unit that contains no localizable content (i.e. structure tags and whitespace only). Declaration bool IsStructure { get; } Property Value Type Description bool Properties Information on this paragraph unit Declaration IParagraphUnitProperties Properties { get; set; } Property Value Type Description IParagraphUnitProperties SegmentPairs Iterator for easy access to the source and target segments in the ParagraphUnit Declaration IEnumerable SegmentPairs { get; } Property Value Type Description IEnumerable ISegmentPair Source Source language content of the ParagraphUnit Declaration IParagraph Source { get; set; } Property Value Type Description IParagraph Target Target language content of the ParagraphUnit Declaration IParagraph Target { get; set; } Property Value Type Description IParagraph Methods GetSegmentPair(SegmentId) Get the source and target segment with a specified id. Declaration ISegmentPair GetSegmentPair(SegmentId id) Parameters Type Name Description SegmentId id Returns Type Description ISegmentPair Null if no segments with that id exist in the source GetSourceSegment(SegmentId) Returns the segment with the specified id if it exists in the source of this ParagraphUnit. Declaration ISegment GetSourceSegment(SegmentId id) Parameters Type Name Description SegmentId id Returns Type Description ISegment Null if no segment with that id exists in the source GetSourceSegmentLocation(SegmentId) Locates the segment with the specified id inside the source. Declaration Location GetSourceSegmentLocation(SegmentId id) Parameters Type Name Description SegmentId id The segment id to search for. Returns Type Description Location Location of the start of the source segment inside the source paragraph, or null if it does not exist. GetTargetSegment(SegmentId) Returns the segment with the specified id if it exists in the target of this ParagraphUnit. Declaration ISegment GetTargetSegment(SegmentId id) Parameters Type Name Description SegmentId id Returns Type Description ISegment Null if no segment with that id exists in the target GetTargetSegmentLocation(SegmentId) Locates the segment with the specified id inside the target. Declaration Location GetTargetSegmentLocation(SegmentId id) Parameters Type Name Description SegmentId id The segment id to search for. Returns Type Description Location Location of the start of the target segment inside the target paragraph, or null if it does not exist." + "keywords": "Interface IParagraphUnit A continous unit of source language content within a single context, and (if applicable) the localized target language version of the content. This often corresponds to a paragraph of text in a native file. Inherited Members System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IParagraphUnit : ICloneable Remarks There are two types of paragraph units: those that contain localizable content, and those that do not contain localizable content. The latter is referred to as a structure paragraph unit, and typically only contains structure tags and associated whitespace. The IsStructure property indicates whether this paragraph unit is a structure paragraph unit. Since the content of structure paragraph units is not localized, their Target property is null. Paragraph units that are not structure paragraph units are referred to as localizable paragraph units. They normally have both Source and Target , and never contain structure tags. The Properties of the paragraph unit contains associated information, including contexts and the paragraph unit's unique id. The content in localizable paragraph units is typically divided into segments. A segment is usually a sentence. Segments exist in source and target language versions, and you can iterate over them using the SegmentPairs property. When processing content in a localizable paragraph, it is important to be aware of the fact that the segments do not represent all content of the paragraph. There may also be content between segments. Examples of such content include space characters (which separate sentences), tags that appearr between sentences, etc. Content between segments can differ between the Source and Target . To iterate over content between segments you can use a Location . The GetSourceSegmentLocation(SegmentId) and GetTargetSegmentLocation(SegmentId) methods can be useful for this task. The GetSourceSegment(SegmentId) and GetTargetSegment(SegmentId) methods provide a convenient way of locating the corresponding source/target version for a segment. Properties IsStructure true if this is a structure ParagraphUnit, i.e. a paragraph unit that contains no localizable content (i.e. structure tags and whitespace only). Declaration bool IsStructure { get; } Property Value Type Description System.Boolean Properties Information on this paragraph unit Declaration IParagraphUnitProperties Properties { get; set; } Property Value Type Description IParagraphUnitProperties SegmentPairs Iterator for easy access to the source and target segments in the ParagraphUnit Declaration IEnumerable SegmentPairs { get; } Property Value Type Description System.Collections.Generic.IEnumerable < ISegmentPair > Source Source language content of the ParagraphUnit Declaration IParagraph Source { get; set; } Property Value Type Description IParagraph Target Target language content of the ParagraphUnit Declaration IParagraph Target { get; set; } Property Value Type Description IParagraph Methods GetSegmentPair(SegmentId) Get the source and target segment with a specified id. Declaration ISegmentPair GetSegmentPair(SegmentId id) Parameters Type Name Description SegmentId id Returns Type Description ISegmentPair Null if no segments with that id exist in the source GetSourceSegment(SegmentId) Returns the segment with the specified id if it exists in the source of this ParagraphUnit. Declaration ISegment GetSourceSegment(SegmentId id) Parameters Type Name Description SegmentId id Returns Type Description ISegment Null if no segment with that id exists in the source GetSourceSegmentLocation(SegmentId) Locates the segment with the specified id inside the source. Declaration Location GetSourceSegmentLocation(SegmentId id) Parameters Type Name Description SegmentId id The segment id to search for. Returns Type Description Location Location of the start of the source segment inside the source paragraph, or null if it does not exist. GetTargetSegment(SegmentId) Returns the segment with the specified id if it exists in the target of this ParagraphUnit. Declaration ISegment GetTargetSegment(SegmentId id) Parameters Type Name Description SegmentId id Returns Type Description ISegment Null if no segment with that id exists in the target GetTargetSegmentLocation(SegmentId) Locates the segment with the specified id inside the target. Declaration Location GetTargetSegmentLocation(SegmentId id) Parameters Type Name Description SegmentId id The segment id to search for. Returns Type Description Location Location of the start of the target segment inside the target paragraph, or null if it does not exist." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IPlaceholderTag.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IPlaceholderTag.html", "title": "Interface IPlaceholderTag", - "keywords": "Interface IPlaceholderTag A standalone inline tag that appears inside the source or target content in a localizable ParagraphUnit in the bilingual content model. Inherited Members IAbstractTag.AddSubSegmentReference(ISubSegmentReference) IAbstractTag.AddSubSegmentReferences(IEnumerable) IAbstractTag.RemoveSubSegmentReference(ISubSegmentReference) IAbstractTag.ClearSubSegmentReferences() IAbstractTag.SubSegments IAbstractTag.TagProperties IAbstractTag.HasSubSegmentReferences IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPlaceholderTag : IAbstractTag, IAbstractDataContent, IAbstractMarkupData, ICloneable, ISupportsUniqueId Properties Properties The tag properties communicated from the native file file type components on this tag Declaration IPlaceholderTagProperties Properties { get; set; } Property Value Type Description IPlaceholderTagProperties RevisionProperties Revision information associated with the tag, or null if none. Declaration IRevisionProperties RevisionProperties { get; set; } Property Value Type Description IRevisionProperties Remarks This property is rarely used, since placeholder tags can simply be included inside regular IRevisionMarker containers like other localizable content." + "keywords": "Interface IPlaceholderTag A standalone inline tag that appears inside the source or target content in a localizable ParagraphUnit in the bilingual content model. Inherited Members IAbstractTag.AddSubSegmentReference(ISubSegmentReference) IAbstractTag.AddSubSegmentReferences(IEnumerable) IAbstractTag.RemoveSubSegmentReference(ISubSegmentReference) IAbstractTag.ClearSubSegmentReferences() IAbstractTag.SubSegments IAbstractTag.TagProperties IAbstractTag.HasSubSegmentReferences IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph System.ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPlaceholderTag : IAbstractTag, IAbstractDataContent, IAbstractMarkupData, ICloneable, ISupportsUniqueId Properties Properties The tag properties communicated from the native file file type components on this tag Declaration IPlaceholderTagProperties Properties { get; set; } Property Value Type Description IPlaceholderTagProperties RevisionProperties Revision information associated with the tag, or null if none. Declaration IRevisionProperties RevisionProperties { get; set; } Property Value Type Description IRevisionProperties Remarks This property is rarely used, since placeholder tags can simply be included inside regular IRevisionMarker containers like other localizable content." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRepetitionsTable.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRepetitionsTable.html", "title": "Interface IRepetitionsTable", - "keywords": "Interface IRepetitionsTable Used in Repetitions to keep track of segments with the same source language content that appear in multiple locations within the document (potentially in different files). Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IRepetitionsTable : ICloneable Remarks This table is built by a dedicated component during initial content processing. Assuming that the source content does not change, the table should remain valid as long as the document contains the same files. The table is used during editing to implement the auto-propagation feature, whereby the translation of a repeated segment can be immediately propagated to other locations in the same document. A RepetitionId is used to identify a set of source segments with the same content (repetitions) in the table. The actual segments that are associated with the repetition can be retrieved by calling GetRepetitions(RepetitionId) . A segment is referenced as a paragraph unit id and the associated segment id (this is necessary since the same segment ids can be re-used in multiple files in the document (in fact, it is only guaranteed to be unique within a paragraph unit). It is left to the implementation to determine how repetitions are calculated and propagated. Sophisticated algorithms can apply repetitions also when the source content differs, for example, with regards to tagging and placeables. Very often, a temporary translation memory is used to build the repetition table. When a translation is applied using auto-propagation, the corresponding repetition id should be stored in the RepetitionTableId property. This allows the editor to better track auto-propagated segments. Properties Count The number of repetition ids in the table Declaration int Count { get; } Property Value Type Description int RepetitionIds Use this iterator to iterate over the pepetition ids in the repetitions table. Declaration IEnumerable RepetitionIds { get; } Property Value Type Description IEnumerable RepetitionId Methods Add(RepetitionId, ParagraphUnitId, SegmentId) Adds a repeated segment to the table. Declaration bool Add(RepetitionId key, ParagraphUnitId pu, SegmentId newRepetition) Parameters Type Name Description RepetitionId key ParagraphUnitId pu SegmentId newRepetition Returns Type Description bool Clear() Remove all entries from the table. Declaration void Clear() DeleteKey(RepetitionId) Removes all repetitions with the specified id from the table. Declaration void DeleteKey(RepetitionId repetitions) Parameters Type Name Description RepetitionId repetitions GetRepetitionId(ParagraphUnitId, SegmentId) Finds the repetition id of a segment. Declaration RepetitionId GetRepetitionId(ParagraphUnitId paragraphUnitId, SegmentId segmentId) Parameters Type Name Description ParagraphUnitId paragraphUnitId ParagraphUnitId for the paragraph in which the segment appears SegmentId segmentId Id for the segment Returns Type Description RepetitionId The repetition id for the specified segment, or default (RepetitionId) if the table has no entry for this segment. GetRepetitions(RepetitionId) Returns the repetition list relating to a specific RepetitionId. Declaration IList> GetRepetitions(RepetitionId repetitions) Parameters Type Name Description RepetitionId repetitions Returns Type Description IList Pair ParagraphUnitId SegmentId Remove(ParagraphUnitId, SegmentId) Remove a repeated segment from the table. Declaration bool Remove(ParagraphUnitId paragraphUnitId, SegmentId segmentId) Parameters Type Name Description ParagraphUnitId paragraphUnitId SegmentId segmentId Returns Type Description bool True if the segment was removed, otherwise false Remarks When the last segment for a repetition id is removed, the repetition id is also removed." + "keywords": "Interface IRepetitionsTable Used in Repetitions to keep track of segments with the same source language content that appear in multiple locations within the document (potentially in different files). Inherited Members System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IRepetitionsTable : ICloneable Remarks This table is built by a dedicated component during initial content processing. Assuming that the source content does not change, the table should remain valid as long as the document contains the same files. The table is used during editing to implement the auto-propagation feature, whereby the translation of a repeated segment can be immediately propagated to other locations in the same document. A RepetitionId is used to identify a set of source segments with the same content (repetitions) in the table. The actual segments that are associated with the repetition can be retrieved by calling GetRepetitions(RepetitionId) . A segment is referenced as a paragraph unit id and the associated segment id (this is necessary since the same segment ids can be re-used in multiple files in the document (in fact, it is only guaranteed to be unique within a paragraph unit). It is left to the implementation to determine how repetitions are calculated and propagated. Sophisticated algorithms can apply repetitions also when the source content differs, for example, with regards to tagging and placeables. Very often, a temporary translation memory is used to build the repetition table. When a translation is applied using auto-propagation, the corresponding repetition id should be stored in the RepetitionTableId property. This allows the editor to better track auto-propagated segments. Properties Count The number of repetition ids in the table Declaration int Count { get; } Property Value Type Description System.Int32 RepetitionIds Use this iterator to iterate over the pepetition ids in the repetitions table. Declaration IEnumerable RepetitionIds { get; } Property Value Type Description System.Collections.Generic.IEnumerable < RepetitionId > Methods Add(RepetitionId, ParagraphUnitId, SegmentId) Adds a repeated segment to the table. Declaration bool Add(RepetitionId key, ParagraphUnitId pu, SegmentId newRepetition) Parameters Type Name Description RepetitionId key ParagraphUnitId pu SegmentId newRepetition Returns Type Description System.Boolean Clear() Remove all entries from the table. Declaration void Clear() DeleteKey(RepetitionId) Removes all repetitions with the specified id from the table. Declaration void DeleteKey(RepetitionId repetitions) Parameters Type Name Description RepetitionId repetitions GetRepetitionId(ParagraphUnitId, SegmentId) Finds the repetition id of a segment. Declaration RepetitionId GetRepetitionId(ParagraphUnitId paragraphUnitId, SegmentId segmentId) Parameters Type Name Description ParagraphUnitId paragraphUnitId ParagraphUnitId for the paragraph in which the segment appears SegmentId segmentId Id for the segment Returns Type Description RepetitionId The repetition id for the specified segment, or default (RepetitionId) if the table has no entry for this segment. GetRepetitions(RepetitionId) Returns the repetition list relating to a specific RepetitionId. Declaration IList> GetRepetitions(RepetitionId repetitions) Parameters Type Name Description RepetitionId repetitions Returns Type Description System.Collections.Generic.IList < Pair < ParagraphUnitId , SegmentId >> Remove(ParagraphUnitId, SegmentId) Remove a repeated segment from the table. Declaration bool Remove(ParagraphUnitId paragraphUnitId, SegmentId segmentId) Parameters Type Name Description ParagraphUnitId paragraphUnitId SegmentId segmentId Returns Type Description System.Boolean True if the segment was removed, otherwise false Remarks When the last segment for a repetition id is removed, the repetition id is also removed." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRevisionMarker.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRevisionMarker.html", "title": "Interface IRevisionMarker", - "keywords": "Interface IRevisionMarker Marker used to indicate content changes tracked via revisions, such as content that has been added or deleted. The revision applies to all content that this marker spans. Inherited Members IAbstractMarkupDataContainer.Split(int) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int, int) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations IList.IndexOf(IAbstractMarkupData) IList.Insert(int, IAbstractMarkupData) IList.RemoveAt(int) IList.this[int] ICollection.Add(IAbstractMarkupData) ICollection.Clear() ICollection.Contains(IAbstractMarkupData) ICollection.CopyTo(IAbstractMarkupData[], int) ICollection.Remove(IAbstractMarkupData) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph ISupportsUniqueId.UniqueId ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IRevisionMarker : IAbstractMarkupDataContainer, IList, ICollection, IEnumerable, IEnumerable, IAbstractMarker, IAbstractMarkupData, ISupportsUniqueId, ICloneable Remarks Revision markers can be nested. If revisions are nested, all content inside a Delete revision (including other revisions) is always considered to be deleted. Deleted revisions that appear inside inserted revisions should be treated as if a part of the inserted content has been deleted in a subsequent revision. Note that individual tags may also have revision properties. This is necessary to track adding and deleting of tag pairs or individual start/end tags. Revision markers are also used to annotate differences between TM matches and document content when a match is shown in the TM window. A single edit operation (revision) may need to be applied using multiple revision markers (and tags). In such cases, the different markers (and tags) can reference the same revision properties object. Feedback (Translation Quality Assessment): RevisionMarkers are also used for TQA. In this case, the RevisionType enum indicates what type of feedback is involved (FeedbackAdded, FeedbackRemoved or FeedbackComment) Please see the RevisionType enum for more information. FeedbackAdded FeedbackDeleted FeedbackComment Properties Properties Information on this particular revision Declaration IRevisionProperties Properties { get; set; } Property Value Type Description IRevisionProperties Remarks This object may be shared between multiple revision markers and tags that represent the same edit operation." + "keywords": "Interface IRevisionMarker Marker used to indicate content changes tracked via revisions, such as content that has been added or deleted. The revision applies to all content that this marker spans. Inherited Members IAbstractMarkupDataContainer.Split(Int32) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32, Int32) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations System.Collections.Generic.IList.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph ISupportsUniqueId.UniqueId System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IRevisionMarker : IAbstractMarkupDataContainer, IList, ICollection, IEnumerable, IEnumerable, IAbstractMarker, IAbstractMarkupData, ISupportsUniqueId, ICloneable Remarks Revision markers can be nested. If revisions are nested, all content inside a Delete revision (including other revisions) is always considered to be deleted. Deleted revisions that appear inside inserted revisions should be treated as if a part of the inserted content has been deleted in a subsequent revision. Note that individual tags may also have revision properties. This is necessary to track adding and deleting of tag pairs or individual start/end tags. Revision markers are also used to annotate differences between TM matches and document content when a match is shown in the TM window. A single edit operation (revision) may need to be applied using multiple revision markers (and tags). In such cases, the different markers (and tags) can reference the same revision properties object. Feedback (Translation Quality Assessment): RevisionMarkers are also used for TQA. In this case, the RevisionType enum indicates what type of feedback is involved (FeedbackAdded, FeedbackRemoved or FeedbackComment) Please see the RevisionType enum for more information. FeedbackAdded FeedbackDeleted FeedbackComment Properties Properties Information on this particular revision Declaration IRevisionProperties Properties { get; set; } Property Value Type Description IRevisionProperties Remarks This object may be shared between multiple revision markers and tags that represent the same edit operation." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRevisionProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRevisionProperties.html", "title": "Interface IRevisionProperties", - "keywords": "Interface IRevisionProperties Information on a particular revision Inherited Members IMetaDataContainer.MetaDataContainsKey(string) IMetaDataContainer.GetMetaData(string) IMetaDataContainer.SetMetaData(string, string) IMetaDataContainer.RemoveMetaData(string) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IRevisionProperties : IMetaDataContainer, ICloneable Remarks Revision properties are used in Properties , in StartTagRevisionProperties , and in EndTagRevisionProperties . A single revision that spans multiple parts of a document can be achieved by having multiple IRevisionMarker instances reference the same revision properties. Properties Author (optional) Name of the person that made the change Declaration string Author { get; set; } Property Value Type Description string Remarks This property may be null . Date (optional) The date and time when the revision was made Declaration DateTime? Date { get; set; } Property Value Type Description DateTime Remarks This property may be null . RevisionType The type of change the revision represents Declaration RevisionType RevisionType { get; set; } Property Value Type Description RevisionType" + "keywords": "Interface IRevisionProperties Information on a particular revision Inherited Members IMetaDataContainer.MetaDataContainsKey(String) IMetaDataContainer.GetMetaData(String) IMetaDataContainer.SetMetaData(String, String) IMetaDataContainer.RemoveMetaData(String) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IRevisionProperties : IMetaDataContainer, ICloneable Remarks Revision properties are used in Properties , in StartTagRevisionProperties , and in EndTagRevisionProperties . A single revision that spans multiple parts of a document can be achieved by having multiple IRevisionMarker instances reference the same revision properties. Properties Author (optional) Name of the person that made the change Declaration string Author { get; set; } Property Value Type Description System.String Remarks This property may be null . Date (optional) The date and time when the revision was made Declaration DateTime? Date { get; set; } Property Value Type Description System.Nullable < System.DateTime > Remarks This property may be null . RevisionType The type of change the revision represents Declaration RevisionType RevisionType { get; set; } Property Value Type Description RevisionType" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISegment.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISegment.html", "title": "Interface ISegment", - "keywords": "Interface ISegment Identifies the content of a segment inside the Source or Target . Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph ICloneable.Clone() IAbstractMarkupDataContainer.Split(int) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int, int) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations ISupportsUniqueId.UniqueId IList.IndexOf(IAbstractMarkupData) IList.Insert(int, IAbstractMarkupData) IList.RemoveAt(int) IList.this[int] ICollection.Add(IAbstractMarkupData) ICollection.Clear() ICollection.Contains(IAbstractMarkupData) ICollection.CopyTo(IAbstractMarkupData[], int) ICollection.Remove(IAbstractMarkupData) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISegment : IAbstractMarker, IAbstractMarkupData, ICloneable, IAbstractMarkupDataContainer, ISupportsUniqueId, IList, ICollection, IEnumerable, IEnumerable Remarks A segment is a piece of localizable content (text and tags etc.) for which existing translations can possibly be re-used. What exactly counts as a segment is determined by the segmentation engine. In practice, a segment is typically a sentence. The process of dividing the source content into segments usually takes place when the file is first processed. This process is performed by the segmentation engine, a bilingual content processor that is invoked after the bilingual content processors, which are part of the extractor. Bilingual content processors that are defined as part of the extractor will therefore not receive content that has been processed by the segmentation engine. Content originating from bilingual file types (e.g. TTX, ITD, or XLIFF) may contain segments even if it has not yet been processed by the segmentation engine. A segment that appears in the Target always has a corresponding source language version that appears in the Source . The combination of source and target segments is called segment pair. They reference the same ISegmentPairProperties object. The Properties of the segment contains information on its translation status. You can locate the corresponding source/target segment through the methods GetSourceSegment(SegmentId) and GetTargetSegment(SegmentId) . The segment pairs in a paragraph unit can also be enumerated by using SegmentPairs . It is important to note that not all content inside the source and target of a paragraph unit appears inside a segment. There can also be content outside of segments, such as spaces between sentences, tags, and other elements that the segmentation engine has not considered part of a segment. Properties ParentParagraphUnit The ParagraphUnit the segment appears in, or null if none. Declaration IParagraphUnit ParentParagraphUnit { get; } Property Value Type Description IParagraphUnit Properties The properties common between the corresponding source and target segments Declaration ISegmentPairProperties Properties { get; set; } Property Value Type Description ISegmentPairProperties Remarks Matching source and target segments in a ParagraphUnit must reference the same segment pair properties object instance." + "keywords": "Interface ISegment Identifies the content of a segment inside the Source or Target . Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph System.ICloneable.Clone() IAbstractMarkupDataContainer.Split(Int32) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32, Int32) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations ISupportsUniqueId.UniqueId System.Collections.Generic.IList.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISegment : IAbstractMarker, IAbstractMarkupData, ICloneable, IAbstractMarkupDataContainer, ISupportsUniqueId, IList, ICollection, IEnumerable, IEnumerable Remarks A segment is a piece of localizable content (text and tags etc.) for which existing translations can possibly be re-used. What exactly counts as a segment is determined by the segmentation engine. In practice, a segment is typically a sentence. The process of dividing the source content into segments usually takes place when the file is first processed. This process is performed by the segmentation engine, a bilingual content processor that is invoked after the bilingual content processors, which are part of the extractor. Bilingual content processors that are defined as part of the extractor will therefore not receive content that has been processed by the segmentation engine. Content originating from bilingual file types (e.g. TTX, ITD, or XLIFF) may contain segments even if it has not yet been processed by the segmentation engine. A segment that appears in the Target always has a corresponding source language version that appears in the Source . The combination of source and target segments is called segment pair. They reference the same ISegmentPairProperties object. The Properties of the segment contains information on its translation status. You can locate the corresponding source/target segment through the methods GetSourceSegment(SegmentId) and GetTargetSegment(SegmentId) . The segment pairs in a paragraph unit can also be enumerated by using SegmentPairs . It is important to note that not all content inside the source and target of a paragraph unit appears inside a segment. There can also be content outside of segments, such as spaces between sentences, tags, and other elements that the segmentation engine has not considered part of a segment. Properties ParentParagraphUnit The ParagraphUnit the segment appears in, or null if none. Declaration IParagraphUnit ParentParagraphUnit { get; } Property Value Type Description IParagraphUnit Properties The properties common between the corresponding source and target segments Declaration ISegmentPairProperties Properties { get; set; } Property Value Type Description ISegmentPairProperties Remarks Matching source and target segments in a ParagraphUnit must reference the same segment pair properties object instance." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair.html", "title": "Interface ISegmentPair", - "keywords": "Interface ISegmentPair Represents a source and target segment pair in a paragraph unit. Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISegmentPair Remarks The segment pair is an artificial concept that has been introduced for the purpose of simplifying tasks that only deal with source and target segment pairs. The actual segments in the segment pair still appear inside the Source and Target content. Properties Properties The common properties for the segment pair Declaration ISegmentPairProperties Properties { get; set; } Property Value Type Description ISegmentPairProperties Remarks Assigning to this property will affect both the source and the target segment. Source The segment that appears in the Source Declaration ISegment Source { get; } Property Value Type Description ISegment Target The segment that appears in the Target For source segments with no target equivalent, this property is null . Declaration ISegment Target { get; } Property Value Type Description ISegment" + "keywords": "Interface ISegmentPair Represents a source and target segment pair in a paragraph unit. Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISegmentPair Remarks The segment pair is an artificial concept that has been introduced for the purpose of simplifying tasks that only deal with source and target segment pairs. The actual segments in the segment pair still appear inside the Source and Target content. Properties Properties The common properties for the segment pair Declaration ISegmentPairProperties Properties { get; set; } Property Value Type Description ISegmentPairProperties Remarks Assigning to this property will affect both the source and the target segment. Source The segment that appears in the Source Declaration ISegment Source { get; } Property Value Type Description ISegment Target The segment that appears in the Target For source segments with no target equivalent, this property is null . Declaration ISegment Target { get; } Property Value Type Description ISegment" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISerializableMarkupDataContainer.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISerializableMarkupDataContainer.html", "title": "Interface ISerializableMarkupDataContainer", - "keywords": "Interface ISerializableMarkupDataContainer Intended for binary serialization of markup data content. The implementation of this interface is guaranteed to be marked with the [Serializable] attribute, and is binary serializable. Inherited Members IAbstractMarkupDataContainer.Split(int) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int, int) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations IList.IndexOf(IAbstractMarkupData) IList.Insert(int, IAbstractMarkupData) IList.RemoveAt(int) IList.this[int] ICollection.Add(IAbstractMarkupData) ICollection.Clear() ICollection.Contains(IAbstractMarkupData) ICollection.CopyTo(IAbstractMarkupData[], int) ICollection.Remove(IAbstractMarkupData) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() ISupportsUniqueId.UniqueId Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISerializableMarkupDataContainer : IAbstractMarkupDataContainer, IList, ICollection, IEnumerable, IEnumerable, ISupportsUniqueId Remarks Used for native Windows clipboard support. The document and file properties are serialized too, so that it is possible to determine whether the content originates from the same file and/or document when pasting. Properties DocProperties Document properties for the document that the markup data originates from Declaration IDocumentProperties DocProperties { get; set; } Property Value Type Description IDocumentProperties FileProperties File properties for the file that the markup data originates from Declaration IFileProperties FileProperties { get; set; } Property Value Type Description IFileProperties" + "keywords": "Interface ISerializableMarkupDataContainer Intended for binary serialization of markup data content. The implementation of this interface is guaranteed to be marked with the [Serializable] attribute, and is binary serializable. Inherited Members IAbstractMarkupDataContainer.Split(Int32) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32, Int32) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations System.Collections.Generic.IList.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() ISupportsUniqueId.UniqueId Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISerializableMarkupDataContainer : IAbstractMarkupDataContainer, IList, ICollection, IEnumerable, IEnumerable, ISupportsUniqueId Remarks Used for native Windows clipboard support. The document and file properties are serialized too, so that it is possible to determine whether the content originates from the same file and/or document when pasting. Properties DocProperties Document properties for the document that the markup data originates from Declaration IDocumentProperties DocProperties { get; set; } Property Value Type Description IDocumentProperties FileProperties File properties for the file that the markup data originates from Declaration IFileProperties FileProperties { get; set; } Property Value Type Description IFileProperties" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IStructureTag.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IStructureTag.html", "title": "Interface IStructureTag", - "keywords": "Interface IStructureTag Tag that represents structural information, and that appears inside a IParagraphUnit with IsStructure set to true . Inherited Members IAbstractTag.AddSubSegmentReference(ISubSegmentReference) IAbstractTag.AddSubSegmentReferences(IEnumerable) IAbstractTag.RemoveSubSegmentReference(ISubSegmentReference) IAbstractTag.ClearSubSegmentReferences() IAbstractTag.SubSegments IAbstractTag.TagProperties IAbstractTag.HasSubSegmentReferences IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IStructureTag : IAbstractTag, IAbstractDataContent, IAbstractMarkupData, ICloneable, ISupportsUniqueId Remarks If the tag has localizable content, that content is exposed for translation inside separate, localizable paragraph units, which are referenced via the SubSegments collection. Properties Properties Information on the structure tag Declaration IStructureTagProperties Properties { get; set; } Property Value Type Description IStructureTagProperties Remarks These properties originate from the native file type processors." + "keywords": "Interface IStructureTag Tag that represents structural information, and that appears inside a IParagraphUnit with IsStructure set to true . Inherited Members IAbstractTag.AddSubSegmentReference(ISubSegmentReference) IAbstractTag.AddSubSegmentReferences(IEnumerable) IAbstractTag.RemoveSubSegmentReference(ISubSegmentReference) IAbstractTag.ClearSubSegmentReferences() IAbstractTag.SubSegments IAbstractTag.TagProperties IAbstractTag.HasSubSegmentReferences IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph System.ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IStructureTag : IAbstractTag, IAbstractDataContent, IAbstractMarkupData, ICloneable, ISupportsUniqueId Remarks If the tag has localizable content, that content is exposed for translation inside separate, localizable paragraph units, which are referenced via the SubSegments collection. Properties Properties Information on the structure tag Declaration IStructureTagProperties Properties { get; set; } Property Value Type Description IStructureTagProperties Remarks These properties originate from the native file type processors." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISubSegmentReference.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISubSegmentReference.html", "title": "Interface ISubSegmentReference", - "keywords": "Interface ISubSegmentReference Contains information associated with localizable content of a tag in the bilingual content model. Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubSegmentReference : ICloneable Remarks The Properties contain the information provided by the native file processor components, and the ParagraphUnitId identifies the localizable paragraph unit in wich the content has been externalized for translation. Properties ParagraphUnitId The id of the localizable paragraph unit in which the content is available for translation. Declaration ParagraphUnitId ParagraphUnitId { get; set; } Property Value Type Description ParagraphUnitId Properties Information on which tag content has been externalized Declaration ISubSegmentProperties Properties { get; set; } Property Value Type Description ISubSegmentProperties Remarks This originates from the native file processing components." + "keywords": "Interface ISubSegmentReference Contains information associated with localizable content of a tag in the bilingual content model. Inherited Members System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubSegmentReference : ICloneable Remarks The Properties contain the information provided by the native file processor components, and the ParagraphUnitId identifies the localizable paragraph unit in wich the content has been externalized for translation. Properties ParagraphUnitId The id of the localizable paragraph unit in which the content is available for translation. Declaration ParagraphUnitId ParagraphUnitId { get; set; } Property Value Type Description ParagraphUnitId Properties Information on which tag content has been externalized Declaration ISubSegmentProperties Properties { get; set; } Property Value Type Description ISubSegmentProperties Remarks This originates from the native file processing components." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ITagPair.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ITagPair.html", "title": "Interface ITagPair", - "keywords": "Interface ITagPair A pair of tags (i.e. start and end) in the bilingual content model, with the content enclosed by the tag pair Inherited Members IAbstractTag.AddSubSegmentReference(ISubSegmentReference) IAbstractTag.AddSubSegmentReferences(IEnumerable) IAbstractTag.RemoveSubSegmentReference(ISubSegmentReference) IAbstractTag.ClearSubSegmentReferences() IAbstractTag.SubSegments IAbstractTag.TagProperties IAbstractTag.HasSubSegmentReferences IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph ICloneable.Clone() IAbstractMarkupDataContainer.Split(int) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int, int) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations ISupportsUniqueId.UniqueId IList.IndexOf(IAbstractMarkupData) IList.Insert(int, IAbstractMarkupData) IList.RemoveAt(int) IList.this[int] ICollection.Add(IAbstractMarkupData) ICollection.Clear() ICollection.Contains(IAbstractMarkupData) ICollection.CopyTo(IAbstractMarkupData[], int) ICollection.Remove(IAbstractMarkupData) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ITagPair : IAbstractTag, IAbstractDataContent, IAbstractMarkupData, ICloneable, IAbstractMarkupDataContainer, ISupportsUniqueId, IList, ICollection, IEnumerable, IEnumerable Properties EndTagProperties The tag properties communicated from the native file processing components that refer to the end tag of the paired tags Declaration IEndTagProperties EndTagProperties { get; set; } Property Value Type Description IEndTagProperties EndTagRevisionProperties Revision information directly associated with the end tag, or null if none Declaration IRevisionProperties EndTagRevisionProperties { get; set; } Property Value Type Description IRevisionProperties IsEndTagGhost When true, the end tag of the tag pair has ghost status. Ghost tags occur when either the start tag or the end tag of a tag pair has been deleted. Such operations would leave the tag pair in an invalid state until either the remaining start or end tag has been removed too (provided that the entire tag pair can be deleted properly). SDL Trados Studio supports this behavior in the editor by leaving the tag pair in place until both start and end tags have been deleted. While only one tag of a pair has been deleted, the \"deleted\" tag is temporarily marked as a (transparent) \"ghost\" tag, but retains its position. Declaration bool IsEndTagGhost { get; set; } Property Value Type Description bool Remarks Under normal circumstances, tags should never have ghost status, however, we still need to support serialization of the ghost status when saving files to an intermediate bilingual format, which is why this interface had to be introduced. IsStartTagGhost When true, the start tag of the tag pair has ghost status. Ghost tags occur when either the start tag or the end tag of a tag pair has been deleted. Such operations would leave the tag pair in an invalid state until either the remaining start or end tag has been removed too (provided that the entire tag pair can be deleted properly). SDL Trados Studio supports this behavior in the editor by leaving the tag pair in place until both start and end tags have been deleted. While only one tag of a pair has been deleted, the \"deleted\" tag is temporarily marked as a (transparent) \"ghost\" tag, but retains its position. Declaration bool IsStartTagGhost { get; set; } Property Value Type Description bool Remarks Under normal circumstances, tags should never have ghost status, however, we still need to support serialization of the ghost status when saving files to an intermediate bilingual format, which is why this interface had to be introduced. StartTagProperties The tag properties communicated by the native file processing components that refer to the start tag of the paired tags Declaration IStartTagProperties StartTagProperties { get; set; } Property Value Type Description IStartTagProperties StartTagRevisionProperties Revision information that is directly associated with the start tag, or null if none Declaration IRevisionProperties StartTagRevisionProperties { get; set; } Property Value Type Description IRevisionProperties" + "keywords": "Interface ITagPair A pair of tags (i.e. start and end) in the bilingual content model, with the content enclosed by the tag pair Inherited Members IAbstractTag.AddSubSegmentReference(ISubSegmentReference) IAbstractTag.AddSubSegmentReferences(IEnumerable) IAbstractTag.RemoveSubSegmentReference(ISubSegmentReference) IAbstractTag.ClearSubSegmentReferences() IAbstractTag.SubSegments IAbstractTag.TagProperties IAbstractTag.HasSubSegmentReferences IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph System.ICloneable.Clone() IAbstractMarkupDataContainer.Split(Int32) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32, Int32) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations ISupportsUniqueId.UniqueId System.Collections.Generic.IList.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ITagPair : IAbstractTag, IAbstractDataContent, IAbstractMarkupData, ICloneable, IAbstractMarkupDataContainer, ISupportsUniqueId, IList, ICollection, IEnumerable, IEnumerable Properties EndTagProperties The tag properties communicated from the native file processing components that refer to the end tag of the paired tags Declaration IEndTagProperties EndTagProperties { get; set; } Property Value Type Description IEndTagProperties EndTagRevisionProperties Revision information directly associated with the end tag, or null if none Declaration IRevisionProperties EndTagRevisionProperties { get; set; } Property Value Type Description IRevisionProperties IsEndTagGhost When true, the end tag of the tag pair has ghost status. Ghost tags occur when either the start tag or the end tag of a tag pair has been deleted. Such operations would leave the tag pair in an invalid state until either the remaining start or end tag has been removed too (provided that the entire tag pair can be deleted properly). SDL Trados Studio supports this behavior in the editor by leaving the tag pair in place until both start and end tags have been deleted. While only one tag of a pair has been deleted, the \"deleted\" tag is temporarily marked as a (transparent) \"ghost\" tag, but retains its position. Declaration bool IsEndTagGhost { get; set; } Property Value Type Description System.Boolean Remarks Under normal circumstances, tags should never have ghost status, however, we still need to support serialization of the ghost status when saving files to an intermediate bilingual format, which is why this interface had to be introduced. IsStartTagGhost When true, the start tag of the tag pair has ghost status. Ghost tags occur when either the start tag or the end tag of a tag pair has been deleted. Such operations would leave the tag pair in an invalid state until either the remaining start or end tag has been removed too (provided that the entire tag pair can be deleted properly). SDL Trados Studio supports this behavior in the editor by leaving the tag pair in place until both start and end tags have been deleted. While only one tag of a pair has been deleted, the \"deleted\" tag is temporarily marked as a (transparent) \"ghost\" tag, but retains its position. Declaration bool IsStartTagGhost { get; set; } Property Value Type Description System.Boolean Remarks Under normal circumstances, tags should never have ghost status, however, we still need to support serialization of the ghost status when saving files to an intermediate bilingual format, which is why this interface had to be introduced. StartTagProperties The tag properties communicated by the native file processing components that refer to the start tag of the paired tags Declaration IStartTagProperties StartTagProperties { get; set; } Property Value Type Description IStartTagProperties StartTagRevisionProperties Revision information that is directly associated with the start tag, or null if none Declaration IRevisionProperties StartTagRevisionProperties { get; set; } Property Value Type Description IRevisionProperties" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IText.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IText.html", "title": "Interface IText", - "keywords": "Interface IText Translatable text inside the source or target in a localizable ParagraphUnit. Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IText : IAbstractDataContent, IAbstractMarkupData, ICloneable, ISupportsUniqueId Properties Properties Original information on the translatable text as provided by the native file processing components. Declaration ITextProperties Properties { get; set; } Property Value Type Description ITextProperties Methods Split(int) Splits the text node in two. This object retains the first part of the text. The returned object is a clone of this object, which contains the remainder of the text. Declaration IText Split(int fromIndex) Parameters Type Name Description int fromIndex Must be a value between 0 and the length of the text Returns Type Description IText" + "keywords": "Interface IText Translatable text inside the source or target in a localizable ParagraphUnit. Inherited Members IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor) IAbstractMarkupData.RemoveFromParent() IAbstractMarkupData.Parent IAbstractMarkupData.IndexInParent IAbstractMarkupData.ParentParagraph System.ICloneable.Clone() ISupportsUniqueId.UniqueId Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IText : IAbstractDataContent, IAbstractMarkupData, ICloneable, ISupportsUniqueId Properties Properties Original information on the translatable text as provided by the native file processing components. Declaration ITextProperties Properties { get; set; } Property Value Type Description ITextProperties Methods Split(Int32) Splits the text node in two. This object retains the first part of the text. The returned object is a clone of this object, which contains the remainder of the text. Declaration IText Split(int fromIndex) Parameters Type Name Description System.Int32 fromIndex Must be a value between 0 and the length of the text Returns Type Description IText" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.html", "title": "Class LevelLocation", - "keywords": "Class LevelLocation Represents a location inside an IAbstractMarkupDataContainer . Inheritance object LevelLocation Implements ICloneable Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class LevelLocation : ICloneable Remarks The Parent property specifies the parent container, and the Index property represents the item index in the container. An index of 0 indicates a position between the first item in the parent, and an index of Parent.Count indicates a position after the last item. If you need to refer to an item in a nested container, use a Location instead. Since the position includes an index into the parent, if the content of the parent changes (e.g. new items are inserted, or existing ones removed or replaced), the position may no longer point to the same item. Use a location marker instead if you need to refer to a specific location that may change as part of operations on the data. Constructors LevelLocation() Creates an uninitialized object. Declaration public LevelLocation() LevelLocation(IAbstractMarkupDataContainer, int) Creates from specific parent and index values. Declaration public LevelLocation(IAbstractMarkupDataContainer parent, int index) Parameters Type Name Description IAbstractMarkupDataContainer parent int index LevelLocation(LevelLocation) Creates from the values used in another object. Declaration public LevelLocation(LevelLocation other) Parameters Type Name Description LevelLocation other Properties Index The index in the parent collection that defines the location. Index 0 refers to the location before the first item in the collection. The index Parent.Count indicates a location after the last item in the collection. Declaration public int Index { get; set; } Property Value Type Description int IsAtEndOfParent True if the location is valid and refers to the position after the last item in the parent Declaration public bool IsAtEndOfParent { get; } Property Value Type Description bool IsAtStartOfParent True if the location is valid and refers to the first item in the parent Declaration public bool IsAtStartOfParent { get; } Property Value Type Description bool IsValid The location is valid if the parent is set, and the index is a value within the range: 0 <= index <= Parent.Content.Count Declaration public bool IsValid { get; } Property Value Type Description bool ItemAtLocation Returns the item with the same index in the parent collection as the Index of this location, or null if there is no item with that index (e.g. if the index indicates a position after the last item in the collection). Declaration public IAbstractMarkupData ItemAtLocation { get; } Property Value Type Description IAbstractMarkupData Parent The container that this location refers to a position inside. Declaration public IAbstractMarkupDataContainer Parent { get; set; } Property Value Type Description IAbstractMarkupDataContainer Methods Clone() Create a shallow clone. Declaration public object Clone() Returns Type Description object Equals(object) Compares all properties. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Calculated from index and parent properties Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() ToString() Overridden to provide more intuitive information for use in the debugger Declaration public override string ToString() Returns Type Description string Overrides object.ToString() Implements ICloneable" + "keywords": "Class LevelLocation Represents a location inside an IAbstractMarkupDataContainer . Inheritance System.Object LevelLocation Implements System.ICloneable Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class LevelLocation : ICloneable Remarks The Parent property specifies the parent container, and the Index property represents the item index in the container. An index of 0 indicates a position between the first item in the parent, and an index of Parent.Count indicates a position after the last item. If you need to refer to an item in a nested container, use a Location instead. Since the position includes an index into the parent, if the content of the parent changes (e.g. new items are inserted, or existing ones removed or replaced), the position may no longer point to the same item. Use a location marker instead if you need to refer to a specific location that may change as part of operations on the data. Constructors LevelLocation() Creates an uninitialized object. Declaration public LevelLocation() LevelLocation(IAbstractMarkupDataContainer, Int32) Creates from specific parent and index values. Declaration public LevelLocation(IAbstractMarkupDataContainer parent, int index) Parameters Type Name Description IAbstractMarkupDataContainer parent System.Int32 index LevelLocation(LevelLocation) Creates from the values used in another object. Declaration public LevelLocation(LevelLocation other) Parameters Type Name Description LevelLocation other Properties Index The index in the parent collection that defines the location. Index 0 refers to the location before the first item in the collection. The index Parent.Count indicates a location after the last item in the collection. Declaration public int Index { get; set; } Property Value Type Description System.Int32 IsAtEndOfParent True if the location is valid and refers to the position after the last item in the parent Declaration public bool IsAtEndOfParent { get; } Property Value Type Description System.Boolean IsAtStartOfParent True if the location is valid and refers to the first item in the parent Declaration public bool IsAtStartOfParent { get; } Property Value Type Description System.Boolean IsValid The location is valid if the parent is set, and the index is a value within the range: 0 <= index <= Parent.Content.Count Declaration public bool IsValid { get; } Property Value Type Description System.Boolean ItemAtLocation Returns the item with the same index in the parent collection as the Index of this location, or null if there is no item with that index (e.g. if the index indicates a position after the last item in the collection). Declaration public IAbstractMarkupData ItemAtLocation { get; } Property Value Type Description IAbstractMarkupData Parent The container that this location refers to a position inside. Declaration public IAbstractMarkupDataContainer Parent { get; set; } Property Value Type Description IAbstractMarkupDataContainer Methods Clone() Create a shallow clone. Declaration public object Clone() Returns Type Description System.Object Equals(Object) Compares all properties. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Calculated from index and parent properties Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() ToString() Overridden to provide more intuitive information for use in the debugger Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Implements System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.Location.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.Location.html", "title": "Class Location", - "keywords": "Class Location Represents a location inside a possibly nested IAbstractMarkupDataContainer collection. Inheritance object Location Implements ICloneable Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class Location : ICloneable Remarks The parent in the top level location (index 0) is the root container (often IParagraph or ISegment). The BottomLevel is the location in the lowest level. Constructors Location() Default constructor Declaration public Location() Location(IAbstractMarkupDataContainer, IAbstractMarkupData) Creates a location that corresponds to the position of the item with regards to the specified root container. Declaration public Location(IAbstractMarkupDataContainer rootContainer, IAbstractMarkupData itemAtLocation) Parameters Type Name Description IAbstractMarkupDataContainer rootContainer Must not be null IAbstractMarkupData itemAtLocation Must be an item somewhere inside the root container, i.e. the root container must be an ancestor to the item. Location(IAbstractMarkupDataContainer, bool) Initialize the location to the first or last position in the specified root container. Declaration public Location(IAbstractMarkupDataContainer rootContainer, bool firstLocation) Parameters Type Name Description IAbstractMarkupDataContainer rootContainer bool firstLocation Indicates whether the location should be initialized to the first or the last available location of the root container. Pass true to initialize it to the first location, and false to initialize it to the last location. Location(LevelLocation) Initializes the location with one level only. This generates a location that is equivalent to the passed-in LevelLocation. Declaration public Location(LevelLocation location) Parameters Type Name Description LevelLocation location must not be null Location(Location) Creates a deep clone Declaration public Location(Location other) Parameters Type Name Description Location other Properties BottomLevel Quick access to the most specific level Declaration public LevelLocation BottomLevel { get; } Property Value Type Description LevelLocation Depth Returns the number of levels in the location. Declaration public int Depth { get; } Property Value Type Description int IsAtEnd True if the MoveNext() method returns false . Declaration public bool IsAtEnd { get; } Property Value Type Description bool IsAtStart True if the MovePrevious() method returns false . Declaration public bool IsAtStart { get; } Property Value Type Description bool IsValid True if all levels are valid locations and each level corresponds to the location defined in the parent layer. Declaration public bool IsValid { get; } Property Value Type Description bool ItemAtLocation Returns the item at the location specified by the bottom level. If the location is not valid, or if there is not item at the location (i.e. if it is a location after the last element in a collection), this property returns null. Declaration public IAbstractMarkupData ItemAtLocation { get; } Property Value Type Description IAbstractMarkupData Levels Provides access to the actual collection of levels that this location represents. Declaration public List Levels { get; } Property Value Type Description List LevelLocation Methods Clone() Creates a deep clone of this object. Declaration public object Clone() Returns Type Description object Equals(object) Returns true if this location refers to the same position as the other location. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Returns the hash code of the levels in this location. Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() MoveFirstChild() Changes the location to refer to the position just before the first child node of the item at the current location. If no child node is available (i.e. the current location does not refer to a node that is an IAbstractMarkupDataContainer), the location is not changed, and this method returns false. Note that if the item at the current location is a container, but it has no content, the location is still advanced to a location at the index 0 inside the collection, as it is possible to insert new content there. Declaration public bool MoveFirstChild() Returns Type Description bool True if the location was changed successfully MoveLastChild() Changes the location to just behind the last child node of the item at the current location. If no child node is available (i.e. the current location does not refer to a node that is an IAbstractMarkupDataContainer), the location is not changed, and this method returns false. Note that if the item at the current location is a container, but it has no content, the location is still advanced to a location at the index 0 inside the collection, as it is possible to insert new content there. Declaration public bool MoveLastChild() Returns Type Description bool True if the location was changed successfully MoveNext() Advances to the next possible location. This will move to the next available position according to the following priority list: First child Next Sibling Next Parent Sibling If no such location is available (i.e. the location is currently behind the last item in the top level), the location is not changed, and the method returns false. If the location is invalid, the behavior is undefined and exceptions may be thrown. Declaration public bool MoveNext() Returns Type Description bool True if location was successfully advanced to the next possible position. MoveNextSibling() Advance the location to the next sibling position in the current bottom layer. If no next sibling position is available (i.e. the location is already behind the last item in the parent collection), the location is not changed, and this method returns false. Declaration public bool MoveNextSibling() Returns Type Description bool True if the location was changed successfully MoveParent() Changes the location to refer to the position just before the parent of the current bottom level location. If no parent location is available (i.e. the location is already in the top layer), the location is not changed, and this method returns false. Declaration public bool MoveParent() Returns Type Description bool True if the location was changed successfully MovePrevious() Moves the location to the preceding available position according to the following priority list: Previous Sibling Last Child Previous Sibling Parent If no parent is available (i.e. location is before the first item in the top level), the location is not changed, and the method returns false. Declaration public bool MovePrevious() Returns Type Description bool True if the location was successfully moved to a previous position. MovePreviousSibling() Moves the location to the preceding sibling position in the current bottom layer. If no previous sibling location is available (i.e. the current location is already at the start of the parent collection), the location is not changed, and this method returns false. Declaration public bool MovePreviousSibling() Returns Type Description bool True if the location was changed successfully ToString() Overridden to provide more useful information while debugging Declaration public override string ToString() Returns Type Description string Overrides object.ToString() Implements ICloneable" + "keywords": "Class Location Represents a location inside a possibly nested IAbstractMarkupDataContainer collection. Inheritance System.Object Location Implements System.ICloneable Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class Location : ICloneable Remarks The parent in the top level location (index 0) is the root container (often IParagraph or ISegment). The BottomLevel is the location in the lowest level. Constructors Location() Default constructor Declaration public Location() Location(IAbstractMarkupDataContainer, IAbstractMarkupData) Creates a location that corresponds to the position of the item with regards to the specified root container. Declaration public Location(IAbstractMarkupDataContainer rootContainer, IAbstractMarkupData itemAtLocation) Parameters Type Name Description IAbstractMarkupDataContainer rootContainer Must not be null IAbstractMarkupData itemAtLocation Must be an item somewhere inside the root container, i.e. the root container must be an ancestor to the item. Location(IAbstractMarkupDataContainer, Boolean) Initialize the location to the first or last position in the specified root container. Declaration public Location(IAbstractMarkupDataContainer rootContainer, bool firstLocation) Parameters Type Name Description IAbstractMarkupDataContainer rootContainer System.Boolean firstLocation Indicates whether the location should be initialized to the first or the last available location of the root container. Pass true to initialize it to the first location, and false to initialize it to the last location. Location(LevelLocation) Initializes the location with one level only. This generates a location that is equivalent to the passed-in LevelLocation. Declaration public Location(LevelLocation location) Parameters Type Name Description LevelLocation location must not be null Location(Location) Creates a deep clone Declaration public Location(Location other) Parameters Type Name Description Location other Properties BottomLevel Quick access to the most specific level Declaration public LevelLocation BottomLevel { get; } Property Value Type Description LevelLocation Depth Returns the number of levels in the location. Declaration public int Depth { get; } Property Value Type Description System.Int32 IsAtEnd True if the MoveNext() method returns false . Declaration public bool IsAtEnd { get; } Property Value Type Description System.Boolean IsAtStart True if the MovePrevious() method returns false . Declaration public bool IsAtStart { get; } Property Value Type Description System.Boolean IsValid True if all levels are valid locations and each level corresponds to the location defined in the parent layer. Declaration public bool IsValid { get; } Property Value Type Description System.Boolean ItemAtLocation Returns the item at the location specified by the bottom level. If the location is not valid, or if there is not item at the location (i.e. if it is a location after the last element in a collection), this property returns null. Declaration public IAbstractMarkupData ItemAtLocation { get; } Property Value Type Description IAbstractMarkupData Levels Provides access to the actual collection of levels that this location represents. Declaration public List Levels { get; } Property Value Type Description System.Collections.Generic.List < LevelLocation > Methods Clone() Creates a deep clone of this object. Declaration public object Clone() Returns Type Description System.Object Equals(Object) Returns true if this location refers to the same position as the other location. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Returns the hash code of the levels in this location. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() MoveFirstChild() Changes the location to refer to the position just before the first child node of the item at the current location. If no child node is available (i.e. the current location does not refer to a node that is an IAbstractMarkupDataContainer), the location is not changed, and this method returns false. Note that if the item at the current location is a container, but it has no content, the location is still advanced to a location at the index 0 inside the collection, as it is possible to insert new content there. Declaration public bool MoveFirstChild() Returns Type Description System.Boolean True if the location was changed successfully MoveLastChild() Changes the location to just behind the last child node of the item at the current location. If no child node is available (i.e. the current location does not refer to a node that is an IAbstractMarkupDataContainer), the location is not changed, and this method returns false. Note that if the item at the current location is a container, but it has no content, the location is still advanced to a location at the index 0 inside the collection, as it is possible to insert new content there. Declaration public bool MoveLastChild() Returns Type Description System.Boolean True if the location was changed successfully MoveNext() Advances to the next possible location. This will move to the next available position according to the following priority list: First child Next Sibling Next Parent Sibling If no such location is available (i.e. the location is currently behind the last item in the top level), the location is not changed, and the method returns false. If the location is invalid, the behavior is undefined and exceptions may be thrown. Declaration public bool MoveNext() Returns Type Description System.Boolean True if location was successfully advanced to the next possible position. MoveNextSibling() Advance the location to the next sibling position in the current bottom layer. If no next sibling position is available (i.e. the location is already behind the last item in the parent collection), the location is not changed, and this method returns false. Declaration public bool MoveNextSibling() Returns Type Description System.Boolean True if the location was changed successfully MoveParent() Changes the location to refer to the position just before the parent of the current bottom level location. If no parent location is available (i.e. the location is already in the top layer), the location is not changed, and this method returns false. Declaration public bool MoveParent() Returns Type Description System.Boolean True if the location was changed successfully MovePrevious() Moves the location to the preceding available position according to the following priority list: Previous Sibling Last Child Previous Sibling Parent If no parent is available (i.e. location is before the first item in the top level), the location is not changed, and the method returns false. Declaration public bool MovePrevious() Returns Type Description System.Boolean True if the location was successfully moved to a previous position. MovePreviousSibling() Moves the location to the preceding sibling position in the current bottom layer. If no previous sibling location is available (i.e. the current location is already at the start of the parent collection), the location is not changed, and this method returns false. Declaration public bool MovePreviousSibling() Returns Type Description System.Boolean True if the location was changed successfully ToString() Overridden to provide more useful information while debugging Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Implements System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.html", "title": "Class NotSplittableException", - "keywords": "Class NotSplittableException Thrown by the Split(int) method if content cannot be split. Inheritance object Exception FileTypeSupportException NotSplittableException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class NotSplittableException : FileTypeSupportException, ISerializable, _Exception Constructors NotSplittableException() Default constructor Declaration public NotSplittableException() NotSplittableException(SerializationInfo, StreamingContext) Used for serialization Declaration protected NotSplittableException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context NotSplittableException(string) Construction from a message Declaration public NotSplittableException(string message) Parameters Type Name Description string message NotSplittableException(string, Exception) Construction from a message and another exception Declaration public NotSplittableException(string message, Exception inner) Parameters Type Name Description string message Exception inner Implements ISerializable _Exception" + "keywords": "Class NotSplittableException Thrown by the Split(Int32) method if content cannot be split. Inheritance System.Object System.Exception FileTypeSupportException NotSplittableException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class NotSplittableException : FileTypeSupportException, ISerializable, _Exception Constructors NotSplittableException() Default constructor Declaration public NotSplittableException() NotSplittableException(SerializationInfo, StreamingContext) Used for serialization Declaration protected NotSplittableException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context NotSplittableException(String) Construction from a message Declaration public NotSplittableException(string message) Parameters Type Name Description System.String message NotSplittableException(String, Exception) Construction from a message and another exception Declaration public NotSplittableException(string message, Exception inner) Parameters Type Name Description System.String message System.Exception inner Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.RevisionType.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.RevisionType.html", "title": "Enum RevisionType", - "keywords": "Enum RevisionType Type of revision/editing operation; used in RevisionType . Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum RevisionType Fields Name Description Delete Content that has been deleted FeedbackAdded Content which has been added for feedback FeedbackComment Content that has feedback associated with it FeedbackDeleted Content which has been deleted for feedback Insert Content that has been inserted Unchanged Content that has not been changed" + "keywords": "Enum RevisionType Type of revision/editing operation; used in RevisionType . Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum RevisionType Fields Name Description Delete Content that has been deleted FeedbackAdded Content which has been added for feedback FeedbackComment Content that has feedback associated with it FeedbackDeleted Content which has been deleted for feedback Insert Content that has been inserted Unchanged Content that has not been changed" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.html", "title": "Class TextLocation", - "keywords": "Class TextLocation Reference to a location inside the bilingual content model that may be inside a text node Inheritance object TextLocation Implements ICloneable Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class TextLocation : ICloneable Remarks Consists of a Location and a text offset (0-based). The text offset is used only when the location references a text item. Constructors TextLocation() Constructs an uninitialized location object. Declaration public TextLocation() TextLocation(IAbstractMarkupData) Constructs from a markup data item; the location will reference the position just in front of the item. Declaration public TextLocation(IAbstractMarkupData item) Parameters Type Name Description IAbstractMarkupData item TextLocation(IText, int) Constructs from a markup data text item; the location will reference the specified character offset into the text. Declaration public TextLocation(IText textItem, int offsetIntoText) Parameters Type Name Description IText textItem int offsetIntoText TextLocation(Location, int) Initializes using the specified location and text offset. Declaration public TextLocation(Location location, int textOffset) Parameters Type Name Description Location location int textOffset TextLocation(TextLocation) Protected constructor used in cloning Declaration protected TextLocation(TextLocation other) Parameters Type Name Description TextLocation other Properties IsValid True if the text location is a valid location Declaration public bool IsValid { get; } Property Value Type Description bool Location The location of the item referred to. If this is an IText the TextOffset property determines the location inside that text. The root of the location should be a IParagraph container. Declaration public Location Location { get; set; } Property Value Type Description Location TextOffset When the Location property refers to an IText item, this property indicates the 0-based character index inside the text that the text position refers to. This property should be a valid 0-based index into the text. It should be less than or equal to the number of characters in the text. Declaration public int TextOffset { get; set; } Property Value Type Description int Methods Clone() Returns a deep clone of the object. Declaration public object Clone() Returns Type Description object Equals(object) Objects are considered equal if they refer to the same location and text offset. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Hash code is computed by combining the hashes of the location and the text offset. Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() ToString() Should be used for debugging purposes only. Declaration public override string ToString() Returns Type Description string Overrides object.ToString() Implements ICloneable" + "keywords": "Class TextLocation Reference to a location inside the bilingual content model that may be inside a text node Inheritance System.Object TextLocation Implements System.ICloneable Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class TextLocation : ICloneable Remarks Consists of a Location and a text offset (0-based). The text offset is used only when the location references a text item. Constructors TextLocation() Constructs an uninitialized location object. Declaration public TextLocation() TextLocation(IAbstractMarkupData) Constructs from a markup data item; the location will reference the position just in front of the item. Declaration public TextLocation(IAbstractMarkupData item) Parameters Type Name Description IAbstractMarkupData item TextLocation(IText, Int32) Constructs from a markup data text item; the location will reference the specified character offset into the text. Declaration public TextLocation(IText textItem, int offsetIntoText) Parameters Type Name Description IText textItem System.Int32 offsetIntoText TextLocation(Location, Int32) Initializes using the specified location and text offset. Declaration public TextLocation(Location location, int textOffset) Parameters Type Name Description Location location System.Int32 textOffset TextLocation(TextLocation) Protected constructor used in cloning Declaration protected TextLocation(TextLocation other) Parameters Type Name Description TextLocation other Properties IsValid True if the text location is a valid location Declaration public bool IsValid { get; } Property Value Type Description System.Boolean Location The location of the item referred to. If this is an IText the TextOffset property determines the location inside that text. The root of the location should be a IParagraph container. Declaration public Location Location { get; set; } Property Value Type Description Location TextOffset When the Location property refers to an IText item, this property indicates the 0-based character index inside the text that the text position refers to. This property should be a valid 0-based index into the text. It should be less than or equal to the number of characters in the text. Declaration public int TextOffset { get; set; } Property Value Type Description System.Int32 Methods Clone() Returns a deep clone of the object. Declaration public object Clone() Returns Type Description System.Object Equals(Object) Objects are considered equal if they refer to the same location and text offset. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Hash code is computed by combining the hashes of the location and the text offset. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() ToString() Should be used for debugging purposes only. Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Implements System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.html", @@ -1182,27 +882,27 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IFileTypeSettingsConverterComponentBuilder.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IFileTypeSettingsConverterComponentBuilder.html", "title": "Interface IFileTypeSettingsConverterComponentBuilder", - "keywords": "Interface IFileTypeSettingsConverterComponentBuilder Interface for implementing FileTypeSettingsConverterComponentBuilder Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeSettingsConverterComponentBuilder Methods BuildFileTypeSettingsConverter(string) Method for building FileTypeSettingsConverter component Declaration IFileTypeSettingsConverter BuildFileTypeSettingsConverter(string name) Parameters Type Name Description string name name of component Returns Type Description IFileTypeSettingsConverter IFileTypeSettingsConverter instance" + "keywords": "Interface IFileTypeSettingsConverterComponentBuilder Interface for implementing FileTypeSettingsConverterComponentBuilder Namespace : Sdl.FileTypeSupport.Framework.Core.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeSettingsConverterComponentBuilder Methods BuildFileTypeSettingsConverter(String) Method for building FileTypeSettingsConverter component Declaration IFileTypeSettingsConverter BuildFileTypeSettingsConverter(string name) Parameters Type Name Description System.String name name of component Returns Type Description IFileTypeSettingsConverter IFileTypeSettingsConverter instance" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IProjectAware.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IProjectAware.html", "title": "Interface IProjectAware", - "keywords": "Interface IProjectAware This interface should be implemented by components which need to access details of the project Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IProjectAware Properties ProjectProperties Expose key value pair object which can hold project properties Keys: [project-path] = path to the created project Declaration IDictionary ProjectProperties { get; set; } Property Value Type Description IDictionary string string" + "keywords": "Interface IProjectAware This interface should be implemented by components which need to access details of the project Namespace : Sdl.FileTypeSupport.Framework.Core.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IProjectAware Properties ProjectProperties Expose key value pair object which can hold project properties Keys: [project-path] = path to the created project Declaration IDictionary ProjectProperties { get; set; } Property Value Type Description System.Collections.Generic.IDictionary < System.String , System.String >" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage-2.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage-2.html", "title": "Class AbstractFileTypeSettingsPage", - "keywords": "Class AbstractFileTypeSettingsPage Convenient implementation class for settings pages that handles the initialization of settings and controls, and provides a default implementation of the file type specific settings page interface. Inheritance object AbstractSettingsPage AbstractFileTypeSettingsPage Implements ISettingsPage IDisposable IFileTypeConfigurationAware Inherited Members AbstractSettingsPage.OnActivate() AbstractSettingsPage.OnDeactivate() AbstractSettingsPage.ValidateInput() AbstractSettingsPage.AfterSave() AbstractSettingsPage.Cancel() AbstractSettingsPage.AfterCancel() AbstractSettingsPage.DataSource AbstractSettingsPage.HasDefaultSettings object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public abstract class AbstractFileTypeSettingsPage : AbstractSettingsPage, ISettingsPage, IDisposable, IFileTypeConfigurationAware where SettingsControlType : new() where SettingsType : FileTypeSettingsBase, new() Type Parameters Name Description SettingsControlType Control class that will be used to edit the settings; should be derived from Control , and have a default constructor. The control should implement IFileTypeSettingsAware , and use data binding to interact with the settings. SettingsType Settings data container class; should implement FileTypeSettingsBase and raise property change events when data is changed. Must have a default constructor. The settings class should correspond to the settings displayed by the control for the ResetToDefaults function to work as expected without manual tweaking. If the settings class contains settings used by other pages, you must override the ResetToDefaults() method to ensure that only the settings for this page are reset. Remarks Settings pages do not need to be derived from this class. However, if they follow standard patterns, deriving from this class can result in a simpler implementation. Examples To use this class in order to implement a file type settings page, take the following steps: Create a settings class that implements FileTypeSettingsBase . Make sure that your property setters are raising the PropertyChanged event when values change. Implement the ResetToDefaults() method by calling the property setters (rather than updating the fields directly). Implement settings reading and writing functionality using the settings bundle. Create a settings control for the settings page, and implement IFileTypeSettingsAware for your settings class. In the property setter for Settings, assign the value to LayoutRoot.DataContext . Implement the user interface by using two-way data binding to access and update the settings. Create a settings page class derived from this class and mark it with the FileTypeSettingsPageAttribute . The default implementation of the settings page and the data binding will take care of everything else. Unless you require special processing for anything, there should be no need to override any of the methods and properties in this base class. Constructors AbstractFileTypeSettingsPage() Default constructor, does not do anything Declaration protected AbstractFileTypeSettingsPage() Properties Control This property provides derived classes direct access to the control, which may or may not yet have been created. Declaration protected SettingsControlType Control { get; set; } Property Value Type Description SettingsControlType Remarks Normally the control should be accessed by calling GetControl() instead of accessing this property, as the control does not get created until the first time GetControl() is called. This property may be null before the first call to GetControl() . FileTypeConfigurationId Id of the file type that is being configured. This id can be used (as a key) to retrieve the settings group representing the file type settings from a settings bundle. Declaration public string FileTypeConfigurationId { get; set; } Property Value Type Description string Remarks The framework sets this property before the settings page is initialized. The configuration id is typically the same as the file type definition id. Settings The settings are created and initialized the first time this property is accessed. Declaration public virtual SettingsType Settings { get; protected set; } Property Value Type Description SettingsType SettingsBundle The SettingsBundle which contains setting information for the page Declaration public ISettingsBundle SettingsBundle { get; set; } Property Value Type Description ISettingsBundle SubContentFileTypeConfigurationIds List of FileTypeConfigurationIds of all subcontent processing file types Declaration public List SubContentFileTypeConfigurationIds { get; set; } Property Value Type Description List string Methods CreateAndInitializeControl() Called from GetControl() when the control implementation is needed for the first time. The implementation should create and initialize the control. Declaration protected virtual SettingsControlType CreateAndInitializeControl() Returns Type Description SettingsControlType Remarks The default implementation creates a new instance of the control class using the default constructor, and if the control implements IFileTypeSettingsAware , the settings are communicated to the control. Override this if you need to do additional initialization. CreateAndInitializeSettings() Called to create the settings the first time they are needed, typically during the first call to GetControl() . Declaration protected virtual SettingsType CreateAndInitializeSettings() Returns Type Description SettingsType Remarks The default implementation creates a new instance of the settings class using the default constructor, and calls PopulateFromSettingsBundle(ISettingsBundle, string) . Override this if you need to do additional initialization of the settings. Dispose() Standard implementation of the Dispose method; calls Dispose(bool) with true and suppresses finalization. Declaration public override void Dispose() Overrides AbstractSettingsPage.Dispose() Dispose(bool) Override this method to perform additional clean-up tasks when the object is destroyed. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description bool disposing Indicates whether the call originates from the Dispose() method or from the finalizer. Remarks The default implementation disposes of the settings if they implement IDisposable. ~AbstractFileTypeSettingsPage() Finalizer calls Dispose(bool) with false Declaration protected ~AbstractFileTypeSettingsPage() GetControl() Called by the framework to obtain the user interface control. Declaration public override object GetControl() Returns Type Description object Overrides AbstractSettingsPage.GetControl() Remarks The default implementation calls CreateAndInitializeControl() the first time that this method is called. If custom initialization is required for the control, it is recommended that you override that particular custom method rather than this one. Refresh() Called to re-populate the settings when the underlying data source has been changed externally. This can happen when settings are imported, for example. Declaration public override void Refresh() Overrides AbstractSettingsPage.Refresh() Remarks If you are using data binding with the settings as data context and have implemented property change notification events for the settings, the user interface should update automatically to reflect the changes (assuming PopulateFromSettingsBundle() on the settings invokes the property setters). If not, you will need to override this method and ensure that the user interface is updated. ResetToDefaults() Called to reset settings to their default values. Should update the user interface accordingly. Declaration public override void ResetToDefaults() Overrides AbstractSettingsPage.ResetToDefaults() Remarks This method should not save the settings yet. This should be done in Save() . This method will not be called if HasDefaultSettings returns false . The default implementation calls ResetToDefaults() . If you are using data binding with the settings as data context and have implemented property change notification events for the settings, the user interface should update automatically to reflect the changes (assuming ResetToDefaults() on the settings invokes the property setters). If not, you will need to override this method and ensure that the user interface is updated. Save() Called when settings should be saved. The implementation is responsible for persisting the settings. Declaration public override void Save() Overrides AbstractSettingsPage.Save() Remarks This method is called once after ValidateInput() has been called. The default implementation calls SaveToSettingsBundle(ISettingsBundle, string) on the settings. Implements ISettingsPage IDisposable IFileTypeConfigurationAware" + "keywords": "Class AbstractFileTypeSettingsPage Convenient implementation class for settings pages that handles the initialization of settings and controls, and provides a default implementation of the file type specific settings page interface. Inheritance System.Object AbstractFileTypeSettingsPage Implements IFileTypeConfigurationAware Namespace : Sdl.FileTypeSupport.Framework.Core.Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public abstract class AbstractFileTypeSettingsPage : AbstractSettingsPage, IFileTypeConfigurationAware where SettingsControlType : new() where SettingsType : FileTypeSettingsBase, new() Type Parameters Name Description SettingsControlType Control class that will be used to edit the settings; should be derived from Control , and have a default constructor. The control should implement IFileTypeSettingsAware , and use data binding to interact with the settings. SettingsType Settings data container class; should implement FileTypeSettingsBase and raise property change events when data is changed. Must have a default constructor. The settings class should correspond to the settings displayed by the control for the ResetToDefaults function to work as expected without manual tweaking. If the settings class contains settings used by other pages, you must override the ResetToDefaults() method to ensure that only the settings for this page are reset. Remarks Settings pages do not need to be derived from this class. However, if they follow standard patterns, deriving from this class can result in a simpler implementation. Examples To use this class in order to implement a file type settings page, take the following steps: Create a settings class that implements FileTypeSettingsBase . Make sure that your property setters are raising the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event when values change. Implement the ResetToDefaults() method by calling the property setters (rather than updating the fields directly). Implement settings reading and writing functionality using the settings bundle. Create a settings control for the settings page, and implement IFileTypeSettingsAware for your settings class. In the property setter for Settings, assign the value to LayoutRoot.DataContext . Implement the user interface by using two-way data binding to access and update the settings. Create a settings page class derived from this class and mark it with the FileTypeSettingsPageAttribute . The default implementation of the settings page and the data binding will take care of everything else. Unless you require special processing for anything, there should be no need to override any of the methods and properties in this base class. Constructors AbstractFileTypeSettingsPage() Default constructor, does not do anything Declaration protected AbstractFileTypeSettingsPage() Properties Control This property provides derived classes direct access to the control, which may or may not yet have been created. Declaration protected SettingsControlType Control { get; set; } Property Value Type Description SettingsControlType Remarks Normally the control should be accessed by calling GetControl() instead of accessing this property, as the control does not get created until the first time GetControl() is called. This property may be null before the first call to GetControl() . FileTypeConfigurationId Id of the file type that is being configured. This id can be used (as a key) to retrieve the settings group representing the file type settings from a settings bundle. Declaration public string FileTypeConfigurationId { get; set; } Property Value Type Description System.String Remarks The framework sets this property before the settings page is initialized. The configuration id is typically the same as the file type definition id. Settings The settings are created and initialized the first time this property is accessed. Declaration public virtual SettingsType Settings { get; protected set; } Property Value Type Description SettingsType SettingsBundle The SettingsBundle which contains setting information for the page Declaration public ISettingsBundle SettingsBundle { get; set; } Property Value Type Description ISettingsBundle SubContentFileTypeConfigurationIds List of FileTypeConfigurationIds of all subcontent processing file types Declaration public List SubContentFileTypeConfigurationIds { get; set; } Property Value Type Description System.Collections.Generic.List < System.String > Methods CreateAndInitializeControl() Called from GetControl() when the control implementation is needed for the first time. The implementation should create and initialize the control. Declaration protected virtual SettingsControlType CreateAndInitializeControl() Returns Type Description SettingsControlType Remarks The default implementation creates a new instance of the control class using the default constructor, and if the control implements IFileTypeSettingsAware , the settings are communicated to the control. Override this if you need to do additional initialization. CreateAndInitializeSettings() Called to create the settings the first time they are needed, typically during the first call to GetControl() . Declaration protected virtual SettingsType CreateAndInitializeSettings() Returns Type Description SettingsType Remarks The default implementation creates a new instance of the settings class using the default constructor, and calls PopulateFromSettingsBundle(ISettingsBundle, String) . Override this if you need to do additional initialization of the settings. Dispose() Standard implementation of the Dispose method; calls Dispose(Boolean) with true and suppresses finalization. Declaration public override void Dispose() Dispose(Boolean) Override this method to perform additional clean-up tasks when the object is destroyed. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Indicates whether the call originates from the System.IDisposable.Dispose() method or from the finalizer. Remarks The default implementation disposes of the settings if they implement IDisposable. Finalize() Finalizer calls Dispose(Boolean) with false Declaration protected override void Finalize() GetControl() Called by the framework to obtain the user interface control. Declaration public override object GetControl() Returns Type Description System.Object Remarks The default implementation calls CreateAndInitializeControl() the first time that this method is called. If custom initialization is required for the control, it is recommended that you override that particular custom method rather than this one. Refresh() Called to re-populate the settings when the underlying data source has been changed externally. This can happen when settings are imported, for example. Declaration public override void Refresh() Remarks If you are using data binding with the settings as data context and have implemented property change notification events for the settings, the user interface should update automatically to reflect the changes (assuming PopulateFromSettingsBundle() on the settings invokes the property setters). If not, you will need to override this method and ensure that the user interface is updated. ResetToDefaults() Called to reset settings to their default values. Should update the user interface accordingly. Declaration public override void ResetToDefaults() Remarks This method should not save the settings yet. This should be done in Save() . This method will not be called if HasDefaultSettings returns false . The default implementation calls ResetToDefaults() . If you are using data binding with the settings as data context and have implemented property change notification events for the settings, the user interface should update automatically to reflect the changes (assuming ResetToDefaults() on the settings invokes the property setters). If not, you will need to override this method and ensure that the user interface is updated. Save() Called when settings should be saved. The implementation is responsible for persisting the settings. Declaration public override void Save() Remarks This method is called once after ValidateInput() has been called. The default implementation calls SaveToSettingsBundle(ISettingsBundle, String) on the settings. Implements IFileTypeConfigurationAware" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList-1.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList-1.html", "title": "Class ComplexObservableList", - "keywords": "Class ComplexObservableList An implementation of ObservableList which has the ability to save complex data types to a settings file as long as they inherit from ISerializableListItem . Inheritance object ObservableList ComplexObservableList Implements IList ICollection IEnumerable IEnumerable INotifyCollectionChanged INotifyPropertyChanged Inherited Members ObservableList.CreateObservableStringList(string[]) ObservableList.InsertRange(int, IEnumerable) ObservableList.AddRange(IEnumerable) ObservableList.ToArray() ObservableList.Sort() ObservableList.Sort(IComparer) ObservableList.Sort(Comparison) ObservableList.IndexOf(T) ObservableList.Insert(int, T) ObservableList.Find(Predicate) ObservableList.RemoveAt(int) ObservableList.Add(T) ObservableList.Clear() ObservableList.Contains(T) ObservableList.CopyTo(T[], int) ObservableList.Remove(T) ObservableList.GetEnumerator() ObservableList.Equals(object) ObservableList.GetHashCode() ObservableList.this[int] ObservableList.Count ObservableList.IsReadOnly ObservableList.CollectionChanged ObservableList.PropertyChanged object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class ComplexObservableList : ObservableList, IList, ICollection, IEnumerable, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged where T : ISerializableListItem, new() Type Parameters Name Description T The type of the object contained in the list - must derive from ISerializableListItem and have a default constructor. Constructors ComplexObservableList() Declaration public ComplexObservableList() Methods ClearListItemSettings(ISettingsGroup, string) Removes all saved items belonging to this list from the stored settings group. This is called from SaveToSettingsGroup(ISettingsGroup, string) to make sure that the settings being updated are all saved cleanly. This implementation calls ClearListItemSettings(ISettingsGroup, string) to allow complex list item implementations to clear themselves. This may be used, for example, when a list item is a nested list. Declaration public override void ClearListItemSettings(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to remove the settings from. string listSettingId The ID of the setting to remove. Overrides ObservableList.ClearListItemSettings(ISettingsGroup, string) GetListItemFromSettings(ISettingsGroup, string, out bool) Gets the setting for the list item from the settings group and populates it by calling PopulateFromSettingsGroup(ISettingsGroup, string) . Declaration protected override T GetListItemFromSettings(ISettingsGroup settingsGroup, string listItemSetting, out bool foundSetting) Parameters Type Name Description ISettingsGroup settingsGroup The settings group containing the list item settings. string listItemSetting The setting ID to use to retrieve the setting. bool foundSetting A flag which reports if the setting was found or not. Returns Type Description T The populated list item. Overrides ObservableList.GetListItemFromSettings(ISettingsGroup, string, out bool) PopulateFromSettingsGroup(ISettingsGroup, string) Restores the list from the settings group and populates itself using the setting ID as its base. Any list items that implement ISerializableListItem will be deserialized according to their implementations, otherwise default object deserialization will be used. Declaration public override void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to load from. string listSettingId The setting ID to use as a base when populating the list. Overrides ObservableList.PopulateFromSettingsGroup(ISettingsGroup, string) SaveToSettingsGroup(ISettingsGroup, string) Saves this list to the settings group using the setting ID as a base. Any list items that implement ISerializableListItem will be serialized according to their serialization implementations, otherwise default object serialization will be used. Declaration public override void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to save to. string listSettingId The setting ID to use as a base when saving the list. Overrides ObservableList.SaveToSettingsGroup(ISettingsGroup, string) Implements IList ICollection IEnumerable IEnumerable INotifyCollectionChanged INotifyPropertyChanged" + "keywords": "Class ComplexObservableList An implementation of ObservableList which has the ability to save complex data types to a settings file as long as they inherit from ISerializableListItem . Inheritance System.Object ObservableList ComplexObservableList Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable System.Collections.Specialized.INotifyCollectionChanged System.ComponentModel.INotifyPropertyChanged Inherited Members ObservableList.CreateObservableStringList(String[]) ObservableList.InsertRange(Int32, IEnumerable) ObservableList.AddRange(IEnumerable) ObservableList.ToArray() ObservableList.Sort() ObservableList.Sort(IComparer) ObservableList.Sort(Comparison) ObservableList.IndexOf(T) ObservableList.Insert(Int32, T) ObservableList.Find(Predicate) ObservableList.RemoveAt(Int32) ObservableList.Add(T) ObservableList.Clear() ObservableList.Contains(T) ObservableList.CopyTo(T[], Int32) ObservableList.Remove(T) ObservableList.GetEnumerator() ObservableList.IEnumerable.GetEnumerator() ObservableList.Equals(Object) ObservableList.GetHashCode() ObservableList.Item[Int32] ObservableList.Count ObservableList.IsReadOnly ObservableList.CollectionChanged ObservableList.PropertyChanged System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class ComplexObservableList : ObservableList, IList, ICollection, IEnumerable, IEnumerable where T : ISerializableListItem, new() Type Parameters Name Description T The type of the object contained in the list - must derive from ISerializableListItem and have a default constructor. Constructors ComplexObservableList() Declaration public ComplexObservableList() Methods ClearListItemSettings(ISettingsGroup, String) Removes all saved items belonging to this list from the stored settings group. This is called from SaveToSettingsGroup(ISettingsGroup, String) to make sure that the settings being updated are all saved cleanly. This implementation calls ClearListItemSettings(ISettingsGroup, String) to allow complex list item implementations to clear themselves. This may be used, for example, when a list item is a nested list. Declaration public override void ClearListItemSettings(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to remove the settings from. System.String listSettingId The ID of the setting to remove. Overrides Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, System.String) GetListItemFromSettings(ISettingsGroup, String, out Boolean) Gets the setting for the list item from the settings group and populates it by calling PopulateFromSettingsGroup(ISettingsGroup, String) . Declaration protected override T GetListItemFromSettings(ISettingsGroup settingsGroup, string listItemSetting, out bool foundSetting) Parameters Type Name Description ISettingsGroup settingsGroup The settings group containing the list item settings. System.String listItemSetting The setting ID to use to retrieve the setting. System.Boolean foundSetting A flag which reports if the setting was found or not. Returns Type Description T The populated list item. Overrides Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.GetListItemFromSettings(Sdl.Core.Settings.ISettingsGroup, System.String, System.Boolean) PopulateFromSettingsGroup(ISettingsGroup, String) Restores the list from the settings group and populates itself using the setting ID as its base. Any list items that implement ISerializableListItem will be deserialized according to their implementations, otherwise default object deserialization will be used. Declaration public override void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to load from. System.String listSettingId The setting ID to use as a base when populating the list. Overrides Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) SaveToSettingsGroup(ISettingsGroup, String) Saves this list to the settings group using the setting ID as a base. Any list items that implement ISerializableListItem will be serialized according to their serialization implementations, otherwise default object serialization will be used. Declaration public override void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to save to. System.String listSettingId The setting ID to use as a base when saving the list. Overrides Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable System.Collections.Specialized.INotifyCollectionChanged System.ComponentModel.INotifyPropertyChanged" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.EncodingConstants.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.EncodingConstants.html", "title": "Class EncodingConstants", - "keywords": "Class EncodingConstants Used for encoding and line break detection Inheritance object EncodingConstants Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Constants Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public static class EncodingConstants Fields MacLineBreak lineBreak used for mac Declaration public const string MacLineBreak = \"\\r\" Field Value Type Description string UnixLineBreak lineBreak used for unix Declaration public const string UnixLineBreak = \"\\n\" Field Value Type Description string WindowsLineBreak lineBreak used for windows Declaration public const string WindowsLineBreak = \"\\r\\n\" Field Value Type Description string" + "keywords": "Class EncodingConstants Used for encoding and line break detection Inheritance System.Object EncodingConstants 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.FileTypeSupport.Framework.Core.Settings.Constants Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public static class EncodingConstants Fields MacLineBreak lineBreak used for mac Declaration public const string MacLineBreak = \"\\r\" Field Value Type Description System.String UnixLineBreak lineBreak used for unix Declaration public const string UnixLineBreak = \"\\n\" Field Value Type Description System.String WindowsLineBreak lineBreak used for windows Declaration public const string WindowsLineBreak = \"\\r\\n\" Field Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.html", @@ -1212,87 +912,87 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.html", "title": "Class SettingsConstants", - "keywords": "Class SettingsConstants Constants for settings Inheritance object SettingsConstants Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Constants Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public static class SettingsConstants Fields ComponentBuilderIdKey Specific key used for ComponentBuilderId setting Declaration public const string ComponentBuilderIdKey = \"FileTypeConfiguration_ComponentBuilderId\" Field Value Type Description string EmbeddedContentProcessorIdsSettingsKey Key used for specific embedded content processor ids section. Declaration public const string EmbeddedContentProcessorIdsSettingsKey = \"SDL_embedded_content_processor_ids\" Field Value Type Description string Remarks This section has to be populated with all the embedded content processor ids that the filter needs when the current settings are applied. FileTypeSettingsKey Key used for specific FileTypeSettings section Declaration public const string FileTypeSettingsKey = \"FileTypeSettingsSection\" Field Value Type Description string PreviewSettingsKey Key used for specific Preview section in settings Declaration public const string PreviewSettingsKey = \"SDL_Preview_Section\" Field Value Type Description string PreviewTypesSettingsKey Key used for PreviewTypes section Declaration public const string PreviewTypesSettingsKey = \"PreviewTypes\" Field Value Type Description string VerificationSettingsKey Key used for specific Verification section in settings Declaration public const string VerificationSettingsKey = \"SDL_Verification_Section\" Field Value Type Description string" + "keywords": "Class SettingsConstants Constants for settings Inheritance System.Object SettingsConstants 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.FileTypeSupport.Framework.Core.Settings.Constants Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public static class SettingsConstants Fields ComponentBuilderIdKey Specific key used for ComponentBuilderId setting Declaration public const string ComponentBuilderIdKey = \"FileTypeConfiguration_ComponentBuilderId\" Field Value Type Description System.String EmbeddedContentProcessorIdsSettingsKey Key used for specific embedded content processor ids section. Declaration public const string EmbeddedContentProcessorIdsSettingsKey = \"SDL_embedded_content_processor_ids\" Field Value Type Description System.String Remarks This section has to be populated with all the embedded content processor ids that the filter needs when the current settings are applied. FileTypeSettingsKey Key used for specific FileTypeSettings section Declaration public const string FileTypeSettingsKey = \"FileTypeSettingsSection\" Field Value Type Description System.String PreviewSettingsKey Key used for specific Preview section in settings Declaration public const string PreviewSettingsKey = \"SDL_Preview_Section\" Field Value Type Description System.String PreviewTypesSettingsKey Key used for PreviewTypes section Declaration public const string PreviewTypesSettingsKey = \"PreviewTypes\" Field Value Type Description System.String VerificationSettingsKey Key used for specific Verification section in settings Declaration public const string VerificationSettingsKey = \"SDL_Verification_Section\" Field Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.html", "title": "Class DeserializeFileInfo", - "keywords": "Class DeserializeFileInfo Provides information on the file that was deserialized Inheritance object DeserializeFileInfo Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class DeserializeFileInfo Constructors DeserializeFileInfo(bool, bool, string) Constructor Declaration public DeserializeFileInfo(bool isFileCreated, bool isDirectoryCreated, string fullPath) Parameters Type Name Description bool isFileCreated bool isDirectoryCreated string fullPath Properties FullPath The full path to the file that was created Declaration public string FullPath { get; } Property Value Type Description string IsDirectoryCreated Indicates whether the current directory had to be created especially for this file Declaration public bool IsDirectoryCreated { get; } Property Value Type Description bool IsFileCreated Indicates whether the file was created successfully Declaration public bool IsFileCreated { get; } Property Value Type Description bool" + "keywords": "Class DeserializeFileInfo Provides information on the file that was deserialized Inheritance System.Object DeserializeFileInfo 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.FileTypeSupport.Framework.Core.Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class DeserializeFileInfo Constructors DeserializeFileInfo(Boolean, Boolean, String) Constructor Declaration public DeserializeFileInfo(bool isFileCreated, bool isDirectoryCreated, string fullPath) Parameters Type Name Description System.Boolean isFileCreated System.Boolean isDirectoryCreated System.String fullPath Properties FullPath The full path to the file that was created Declaration public string FullPath { get; } Property Value Type Description System.String IsDirectoryCreated Indicates whether the current directory had to be created especially for this file Declaration public bool IsDirectoryCreated { get; } Property Value Type Description System.Boolean IsFileCreated Indicates whether the file was created successfully Declaration public bool IsFileCreated { get; } Property Value Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.html", "title": "Class FileSerializer", - "keywords": "Class FileSerializer Class that is used to convert dependency files from and to their native format into a serialized form that can be embedded in an XML file, XLIFF file, or file type definition. Inheritance object FileSerializer Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public static class FileSerializer Methods DeserializeFile(string) Deserializes the file from a base-64 string Declaration public static DeserializeFileInfo DeserializeFile(string encodedFile) Parameters Type Name Description string encodedFile The serialized file string Returns Type Description DeserializeFileInfo Information on the file and whether it was created successfully SerializeFile(FileInfo) Serializes the file into a base-64 encoded string Declaration public static string SerializeFile(FileInfo file) Parameters Type Name Description FileInfo file The file to encode Returns Type Description string The serialized file string SerializeFile(string) Serializes the file into a base-64 encoded string Declaration public static string SerializeFile(string filePath) Parameters Type Name Description string filePath The path of the file to encode Returns Type Description string The serialized file string UnzipExternalFile(string) Unzips a file Declaration public static DeserializeFileInfo UnzipExternalFile(string filePath) Parameters Type Name Description string filePath The path to the zip file. Returns Type Description DeserializeFileInfo Information on the file and whether it was created successfully ZipExternalFile(string) Compresses the file according to the zip standard to reduce the size of the encoded file. Declaration public static string ZipExternalFile(string filepath) Parameters Type Name Description string filepath The path to the file that needs to be zipped Returns Type Description string The path to the zip file" + "keywords": "Class FileSerializer Class that is used to convert dependency files from and to their native format into a serialized form that can be embedded in an XML file, XLIFF file, or file type definition. Inheritance System.Object FileSerializer 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.FileTypeSupport.Framework.Core.Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public static class FileSerializer Methods DeserializeFile(String) Deserializes the file from a base-64 string Declaration public static DeserializeFileInfo DeserializeFile(string encodedFile) Parameters Type Name Description System.String encodedFile The serialized file string Returns Type Description DeserializeFileInfo Information on the file and whether it was created successfully SerializeFile(FileInfo) Serializes the file into a base-64 encoded string Declaration public static string SerializeFile(FileInfo file) Parameters Type Name Description System.IO.FileInfo file The file to encode Returns Type Description System.String The serialized file string SerializeFile(String) Serializes the file into a base-64 encoded string Declaration public static string SerializeFile(string filePath) Parameters Type Name Description System.String filePath The path of the file to encode Returns Type Description System.String The serialized file string UnzipExternalFile(String) Unzips a file Declaration public static DeserializeFileInfo UnzipExternalFile(string filePath) Parameters Type Name Description System.String filePath The path to the zip file. Returns Type Description DeserializeFileInfo Information on the file and whether it was created successfully ZipExternalFile(String) Compresses the file according to the zip standard to reduce the size of the encoded file. Declaration public static string ZipExternalFile(string filepath) Parameters Type Name Description System.String filepath The path to the file that needs to be zipped Returns Type Description System.String The path to the zip file" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html", "title": "Class FileTypeSettingsBase", - "keywords": "Class FileTypeSettingsBase This base class defines the common operations for settings objects used for processing a given file type. Inheritance object FileTypeSettingsBase FontMappingSettings AbstractSettingsClass Implements INotifyPropertyChanged Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public abstract class FileTypeSettingsBase : INotifyPropertyChanged Remarks Settings implementations are not required to implement this class, but it is recommended. The INotifyPropertyChanged interface facilitates dynamic UI updates for operations such as ResetToDefaults() if data binding is used. Note that for this to work properly, all relevant property setters must raise the PropertyChanged event or call OnPropertyChanged(string) . Constructors FileTypeSettingsBase() Declaration protected FileTypeSettingsBase() Methods GetSettingFromSettingsGroup(ISettingsGroup, string, T) Checks whether the setting exists in the settings group, and retrieves its value (if it exists). If it does not exist, the default value is returned instead. Declaration protected T GetSettingFromSettingsGroup(ISettingsGroup settingsGroup, string settingName, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup The settings group in which the setting should be located. string settingName The name of the setting to retrieve. T defaultValue The default value to return if the setting has not been found. Returns Type Description T Type Parameters Name Description T The type of the setting to retrieve. The type must be the same as at the point of save, or it will not be found. See UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) . OnPropertyChanged(string) Fires the PropertyChanged event with the propertyName used as the event argument. This needs to be called from the setter of every property when using binding (for example, in WPF UIs). Declaration protected virtual void OnPropertyChanged(string propertyName) Parameters Type Name Description string propertyName The name of the property that has been changed. PopulateFromSettingsBundle(ISettingsBundle, string) Populates the settings for a specific file type configuration. Declaration public abstract void PopulateFromSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle The settings bundle to read settings from. string fileTypeConfigurationId Id that can be used (as key) to retrieve the settings group with file type specific settings from the settings bundle (this is normally equal to the file type definition id). Default settings should be used if no settings group exists with the specified configuration id. ResetToDefaults() Restore all settings to default values. Declaration public abstract void ResetToDefaults() SaveDefaultsToSettingsBundle(ISettingsBundle, string) Stores default settings for a specified file type configuration. Each setting must have its default value explicitly stored. Declaration public virtual void SaveDefaultsToSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle The default settings bundle in which the settings should be stored. string fileTypeConfigurationId Id for the settings group that file type specific settings should be stored in. SaveInGroup(ISettingsGroup, string, T) Checks whether the setting exists in the settings group. If the setting does exist, then it is updated with the new value; if it does not exist, a new setting is created. Declaration protected void SaveInGroup(ISettingsGroup settingsGroup, string settingName, T settingValue) Parameters Type Name Description ISettingsGroup settingsGroup The settings group in which the setting should be saved. string settingName The name of the setting to save. T settingValue The value of the setting to save. Type Parameters Name Description T The type of the setting to save. The type must be the same as at the point of retrieval, or it will not be returned again correctly. See GetSettingFromSettingsGroup(ISettingsGroup, string, T) . SaveToSettingsBundle(ISettingsBundle, string) Stores settings for a specified file type configuration. Declaration public abstract void SaveToSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle The settings bundle in which the settings should be stored. string fileTypeConfigurationId Id for the settings group that file type specific settings should be stored in. UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) Checks whether the setting exists in the settings group. If the setting does exist, then it is updated with the new value; if it does not exist, a new setting is created, but only if the value is not the same as the default value (in which case the call is effectively ignored). Declaration protected void UpdateSettingInSettingsGroup(ISettingsGroup settingsGroup, string settingName, T settingValue, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup The settings group in which the setting should be saved. string settingName The name of the setting to save. T settingValue The value of the setting to save. T defaultValue The default value of the setting. This is used to prevent creating unnecessary settings when the setting to be created is equal to the default value. This does not affect updating a setting, it only applies when creating a new one. Type Parameters Name Description T The type of the setting to save. The type must be the same as at the point of retrieval, or it will not be returned again correctly. See GetSettingFromSettingsGroup(ISettingsGroup, string, T) . Events PropertyChanged All property setters must fire this event if data binding is to be used. The recommended approach is to use OnPropertyChanged(string) . Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description PropertyChangedEventHandler Implements INotifyPropertyChanged" + "keywords": "Class FileTypeSettingsBase This base class defines the common operations for settings objects used for processing a given file type. Inheritance System.Object FileTypeSettingsBase FontMappingSettings AbstractSettingsClass Implements System.ComponentModel.INotifyPropertyChanged 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.FileTypeSupport.Framework.Core.Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public abstract class FileTypeSettingsBase Remarks Settings implementations are not required to implement this class, but it is recommended. The System.ComponentModel.INotifyPropertyChanged interface facilitates dynamic UI updates for operations such as ResetToDefaults() if data binding is used. Note that for this to work properly, all relevant property setters must raise the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event or call OnPropertyChanged(String) . Constructors FileTypeSettingsBase() Declaration protected FileTypeSettingsBase() Methods GetSettingFromSettingsGroup(ISettingsGroup, String, T) Checks whether the setting exists in the settings group, and retrieves its value (if it exists). If it does not exist, the default value is returned instead. Declaration protected T GetSettingFromSettingsGroup(ISettingsGroup settingsGroup, string settingName, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup The settings group in which the setting should be located. System.String settingName The name of the setting to retrieve. T defaultValue The default value to return if the setting has not been found. Returns Type Description T Type Parameters Name Description T The type of the setting to retrieve. The type must be the same as at the point of save, or it will not be found. See UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) . OnPropertyChanged(String) Fires the PropertyChanged event with the propertyName used as the event argument. This needs to be called from the setter of every property when using binding (for example, in WPF UIs). Declaration protected virtual void OnPropertyChanged(string propertyName) Parameters Type Name Description System.String propertyName The name of the property that has been changed. PopulateFromSettingsBundle(ISettingsBundle, String) Populates the settings for a specific file type configuration. Declaration public abstract void PopulateFromSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle The settings bundle to read settings from. System.String fileTypeConfigurationId Id that can be used (as key) to retrieve the settings group with file type specific settings from the settings bundle (this is normally equal to the file type definition id). Default settings should be used if no settings group exists with the specified configuration id. ResetToDefaults() Restore all settings to default values. Declaration public abstract void ResetToDefaults() SaveDefaultsToSettingsBundle(ISettingsBundle, String) Stores default settings for a specified file type configuration. Each setting must have its default value explicitly stored. Declaration public virtual void SaveDefaultsToSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle The default settings bundle in which the settings should be stored. System.String fileTypeConfigurationId Id for the settings group that file type specific settings should be stored in. SaveInGroup(ISettingsGroup, String, T) Checks whether the setting exists in the settings group. If the setting does exist, then it is updated with the new value; if it does not exist, a new setting is created. Declaration protected void SaveInGroup(ISettingsGroup settingsGroup, string settingName, T settingValue) Parameters Type Name Description ISettingsGroup settingsGroup The settings group in which the setting should be saved. System.String settingName The name of the setting to save. T settingValue The value of the setting to save. Type Parameters Name Description T The type of the setting to save. The type must be the same as at the point of retrieval, or it will not be returned again correctly. See GetSettingFromSettingsGroup(ISettingsGroup, String, T) . SaveToSettingsBundle(ISettingsBundle, String) Stores settings for a specified file type configuration. Declaration public abstract void SaveToSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle The settings bundle in which the settings should be stored. System.String fileTypeConfigurationId Id for the settings group that file type specific settings should be stored in. UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) Checks whether the setting exists in the settings group. If the setting does exist, then it is updated with the new value; if it does not exist, a new setting is created, but only if the value is not the same as the default value (in which case the call is effectively ignored). Declaration protected void UpdateSettingInSettingsGroup(ISettingsGroup settingsGroup, string settingName, T settingValue, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup The settings group in which the setting should be saved. System.String settingName The name of the setting to save. T settingValue The value of the setting to save. T defaultValue The default value of the setting. This is used to prevent creating unnecessary settings when the setting to be created is equal to the default value. This does not affect updating a setting, it only applies when creating a new one. Type Parameters Name Description T The type of the setting to save. The type must be the same as at the point of retrieval, or it will not be returned again correctly. See GetSettingFromSettingsGroup(ISettingsGroup, String, T) . Events PropertyChanged All property setters must fire this event if data binding is to be used. The recommended approach is to use OnPropertyChanged(String) . Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description System.ComponentModel.PropertyChangedEventHandler Implements System.ComponentModel.INotifyPropertyChanged" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.html", "title": "Class FileTypeSettingsPageAttribute", - "keywords": "Class FileTypeSettingsPageAttribute Apply this attribute to a class implementing Sdl.Core.Settings.ISettingsPage. Inheritance object Attribute ExtensionAttribute SortableExtensionAttribute FileTypeSettingsPageAttribute Implements _Attribute Inherited Members SortableExtensionAttribute.InsertBefore SortableExtensionAttribute.InsertAfter ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax [ExtensionPointInfo(\"File Type Settings Page\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class)] public class FileTypeSettingsPageAttribute : SortableExtensionAttribute, _Attribute Remarks File type settings pages typically also implement IFileTypeConfigurationAware . Constructors FileTypeSettingsPageAttribute() Default constructor; see base class for documentation. Declaration public FileTypeSettingsPageAttribute() FileTypeSettingsPageAttribute(string, string, string) Construct with id, name and description. See base class for parameter documentation. Declaration public FileTypeSettingsPageAttribute(string id, string name, string description) Parameters Type Name Description string id string name string description Properties HelpTopic Help topic ID associated with the settings page. Declaration public string HelpTopic { get; set; } Property Value Type Description string Implements _Attribute" + "keywords": "Class FileTypeSettingsPageAttribute Apply this attribute to a class implementing Sdl.Core.Settings.ISettingsPage. Inheritance System.Object FileTypeSettingsPageAttribute Namespace : Sdl.FileTypeSupport.Framework.Core.Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax [AttributeUsage(AttributeTargets.Class)] public class FileTypeSettingsPageAttribute : SortableExtensionAttribute Remarks File type settings pages typically also implement IFileTypeConfigurationAware . Constructors FileTypeSettingsPageAttribute() Default constructor; see base class for documentation. Declaration public FileTypeSettingsPageAttribute() FileTypeSettingsPageAttribute(String, String, String) Construct with id, name and description. See base class for parameter documentation. Declaration public FileTypeSettingsPageAttribute(string id, string name, string description) Parameters Type Name Description System.String id System.String name System.String description Properties HelpTopic Help topic ID associated with the settings page. Declaration public string HelpTopic { get; set; } Property Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.html", "title": "Class FontMappingRule", - "keywords": "Class FontMappingRule FontMappingRule represents the list of source fonts to map to a target font for a particular language represented by its Lcid Inheritance object FontMappingRule Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class FontMappingRule Constructors FontMappingRule() Declaration public FontMappingRule() Properties ApplyFont Gets or sets the target font Declaration public string ApplyFont { get; set; } Property Value Type Description string Font Gets or sets the list of source fonts to map to the target font Declaration public List Font { get; set; } Property Value Type Description List string LanguageCultureName Gets or sets the culture identifier name of the language Declaration public string LanguageCultureName { get; set; } Property Value Type Description string Lcid Gets or sets the culture identifier of the language Declaration public string Lcid { get; set; } Property Value Type Description string Methods Equals(object) Determines whether the given object is equal to this object. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj object Returns Type Description bool whether equal to this object Overrides object.Equals(object) GetHashCode() Gets the hash code. Declaration public override int GetHashCode() Returns Type Description int hash code Overrides object.GetHashCode()" + "keywords": "Class FontMappingRule FontMappingRule represents the list of source fonts to map to a target font for a particular language represented by its Lcid Inheritance System.Object FontMappingRule Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class FontMappingRule Constructors FontMappingRule() Declaration public FontMappingRule() Properties ApplyFont Gets or sets the target font Declaration public string ApplyFont { get; set; } Property Value Type Description System.String Font Gets or sets the list of source fonts to map to the target font Declaration public List Font { get; set; } Property Value Type Description System.Collections.Generic.List < System.String > LanguageCultureName Gets or sets the culture identifier name of the language Declaration public string LanguageCultureName { get; set; } Property Value Type Description System.String Lcid Gets or sets the culture identifier of the language Declaration public string Lcid { get; set; } Property Value Type Description System.String Methods Equals(Object) Determines whether the given object is equal to this object. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj object Returns Type Description System.Boolean whether equal to this object Overrides System.Object.Equals(System.Object) GetHashCode() Gets the hash code. Declaration public override int GetHashCode() Returns Type Description System.Int32 hash code Overrides System.Object.GetHashCode()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html", "title": "Class FontMappingSettings", - "keywords": "Class FontMappingSettings FontMapping Settings implementation Inheritance object FileTypeSettingsBase FontMappingSettings Implements INotifyPropertyChanged Inherited Members FileTypeSettingsBase.OnPropertyChanged(string) FileTypeSettingsBase.GetSettingFromSettingsGroup(ISettingsGroup, string, T) FileTypeSettingsBase.UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) FileTypeSettingsBase.SaveInGroup(ISettingsGroup, string, T) FileTypeSettingsBase.PropertyChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class FontMappingSettings : FileTypeSettingsBase, INotifyPropertyChanged Constructors FontMappingSettings() Initializes a new instance of the FontMappingSettings class. Declaration public FontMappingSettings() Properties AllLanguages Gets a collection of Culture IDs mapped to Culture short names (like en-US). Declaration public static Dictionary AllLanguages { get; } Property Value Type Description Dictionary int string CustomFontList Gets the Custom font list Declaration public ObservableList CustomFontList { get; } Property Value Type Description ObservableList string EnableFontMapping Gets or sets a value indicating whether usage of font mapping rules is enabled. Declaration public bool EnableFontMapping { get; set; } Property Value Type Description bool FontMappingRules Gets list that contains the FontMappingRule items that apply to the setting. Declaration public ObservableList FontMappingRules { get; } Property Value Type Description ObservableList FontMappingRule Methods GetFontMappingRule(string, string) Returns the list of FontMappingRule items that corresponds to the lcid parameter Declaration public Dictionary GetFontMappingRule(string languageCultureCode, string lcid) Parameters Type Name Description string languageCultureCode the culture identifier code of the language string lcid the culture identifier id of the language Returns Type Description Dictionary string string a hash table containing the the FontMappingRule items that correspond to the given lcid GetSettingsInXml() Builds an xml (filters version 1) representation of the font settings This is useful to be able to write the old represenation an be used by version 1 filters Declaration public string GetSettingsInXml() Returns Type Description string an xml representation of the font mapping settings PopulateFromSettingsBundle(ISettingsBundle, string) Populates a FontMappiongSettings from a SettingsBundle Declaration public override void PopulateFromSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle the SettingsBundle to use string fileTypeConfigurationId the filter definition id to use Overrides FileTypeSettingsBase.PopulateFromSettingsBundle(ISettingsBundle, string) ResetToDefaults() Reset font mapping settings to their default values Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() SaveDefaultsToSettingsBundle(ISettingsBundle, string) Saves the default FontMappingSettings into a SettingsBundle Declaration public override void SaveDefaultsToSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle the default SettingsBundle to use string fileTypeConfigurationId the filter definition id to use Overrides FileTypeSettingsBase.SaveDefaultsToSettingsBundle(ISettingsBundle, string) SaveToSettingsBundle(ISettingsBundle, string) Saves the FontMappingSettings into a SettingsBundle Declaration public override void SaveToSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle the SettingsBundle to use string fileTypeConfigurationId the filter definition id to use Overrides FileTypeSettingsBase.SaveToSettingsBundle(ISettingsBundle, string) Implements INotifyPropertyChanged" + "keywords": "Class FontMappingSettings FontMapping Settings implementation Inheritance System.Object FileTypeSettingsBase FontMappingSettings Implements System.ComponentModel.INotifyPropertyChanged Inherited Members FileTypeSettingsBase.OnPropertyChanged(String) FileTypeSettingsBase.GetSettingFromSettingsGroup(ISettingsGroup, String, T) FileTypeSettingsBase.UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) FileTypeSettingsBase.SaveInGroup(ISettingsGroup, String, T) FileTypeSettingsBase.PropertyChanged 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.FileTypeSupport.Framework.Core.Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class FontMappingSettings : FileTypeSettingsBase Constructors FontMappingSettings() Initializes a new instance of the FontMappingSettings class. Declaration public FontMappingSettings() Properties AllLanguages Gets a collection of Culture IDs mapped to Culture short names (like en-US). Declaration public static Dictionary AllLanguages { get; } Property Value Type Description System.Collections.Generic.Dictionary < System.Int32 , System.String > CustomFontList Gets the Custom font list Declaration public ObservableList CustomFontList { get; } Property Value Type Description ObservableList < System.String > EnableFontMapping Gets or sets a value indicating whether usage of font mapping rules is enabled. Declaration public bool EnableFontMapping { get; set; } Property Value Type Description System.Boolean FontMappingRules Gets list that contains the FontMappingRule items that apply to the setting. Declaration public ObservableList FontMappingRules { get; } Property Value Type Description ObservableList < FontMappingRule > Methods GetFontMappingRule(String, String) Returns the list of FontMappingRule items that corresponds to the lcid parameter Declaration public Dictionary GetFontMappingRule(string languageCultureCode, string lcid) Parameters Type Name Description System.String languageCultureCode the culture identifier code of the language System.String lcid the culture identifier id of the language Returns Type Description System.Collections.Generic.Dictionary < System.String , System.String > a hash table containing the the FontMappingRule items that correspond to the given lcid GetSettingsInXml() Builds an xml (filters version 1) representation of the font settings This is useful to be able to write the old represenation an be used by version 1 filters Declaration public string GetSettingsInXml() Returns Type Description System.String an xml representation of the font mapping settings PopulateFromSettingsBundle(ISettingsBundle, String) Populates a FontMappiongSettings from a SettingsBundle Declaration public override void PopulateFromSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle the SettingsBundle to use System.String fileTypeConfigurationId the filter definition id to use Overrides FileTypeSettingsBase.PopulateFromSettingsBundle(ISettingsBundle, String) ResetToDefaults() Reset font mapping settings to their default values Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() SaveDefaultsToSettingsBundle(ISettingsBundle, String) Saves the default FontMappingSettings into a SettingsBundle Declaration public override void SaveDefaultsToSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle the default SettingsBundle to use System.String fileTypeConfigurationId the filter definition id to use Overrides FileTypeSettingsBase.SaveDefaultsToSettingsBundle(ISettingsBundle, String) SaveToSettingsBundle(ISettingsBundle, String) Saves the FontMappingSettings into a SettingsBundle Declaration public override void SaveToSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle the SettingsBundle to use System.String fileTypeConfigurationId the filter definition id to use Overrides FileTypeSettingsBase.SaveToSettingsBundle(ISettingsBundle, String) Implements System.ComponentModel.INotifyPropertyChanged" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html", "title": "Class FormattingGroupSettings", - "keywords": "Class FormattingGroupSettings Formatting representation (Quick Inserts) Inheritance object FileTypeSettingsBase AbstractSettingsClass FormattingGroupSettings Implements INotifyPropertyChanged ISettingsClass ICloneable IEquatable ISettingsClass ISerializableListItem Inherited Members AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.OnPropertyChanged(string) FileTypeSettingsBase.SaveInGroup(ISettingsGroup, string, T) FileTypeSettingsBase.PropertyChanged object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class FormattingGroupSettings : AbstractSettingsClass, INotifyPropertyChanged, ISettingsClass, ICloneable, IEquatable, ISerializableListItem Constructors FormattingGroupSettings() Default constructor Declaration public FormattingGroupSettings() FormattingGroupSettings(FormattingGroupSettings) Copy constructor Declaration public FormattingGroupSettings(FormattingGroupSettings sourceData) Parameters Type Name Description FormattingGroupSettings sourceData Reference to the source object Properties FormattingDescription String representation of settings stored in the instance. Declaration public string FormattingDescription { get; } Property Value Type Description string FormattingItems Represents a Formatting Items collection Declaration public ObservableDictionary FormattingItems { get; } Property Value Type Description ObservableDictionary string string SettingName Declaration public override string SettingName { get; } Property Value Type Description string Overrides AbstractSettingsClass.SettingName Methods ClearListItemSettings(ISettingsGroup, string) Clears all formatting items in Settings Group Declaration public void ClearListItemSettings(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting Clone() Peforms deep copy of current instance. Declaration public override object Clone() Returns Type Description object Reference to the clone instance. Overrides AbstractSettingsClass.Clone() Equals(ISettingsClass) Override of the equals implementation which compares formatting elements. Declaration public override bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description bool Overrides AbstractSettingsClass.Equals(ISettingsClass) Equals(object) Declaration public bool Equals(object other) Parameters Type Name Description object other Returns Type Description bool GetHashCode() Generates a hash code for formatting settings Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() GetSettingFromSettingsGroup(ISettingsGroup, string, T) Gets setting from Settings Group Declaration protected T GetSettingFromSettingsGroup(ISettingsGroup settingsGroup, string settingName, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup string settingName T defaultValue Returns Type Description T Type Parameters Name Description T PopulateFromSettingsGroup(ISettingsGroup, string) Retrieves formatting items from Settings Group Declaration public void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting Read(IValueGetter) Declaration public override void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Overrides AbstractSettingsClass.Read(IValueGetter) ResetToDefaults() Restore all settings to default values. Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() Save(IValueProcessor) Declaration public override void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor Overrides AbstractSettingsClass.Save(IValueProcessor) SaveToSettingsGroup(ISettingsGroup, string) Saves formatting items to Settings Group Declaration public void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) Updates setting in Settings Group Declaration protected void UpdateSettingInSettingsGroup(ISettingsGroup settingsGroup, string settingName, T settingValue, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup string settingName T settingValue T defaultValue Type Parameters Name Description T Implements INotifyPropertyChanged ISettingsClass ICloneable IEquatable ISerializableListItem" + "keywords": "Class FormattingGroupSettings Formatting representation (Quick Inserts) Inheritance System.Object FileTypeSettingsBase AbstractSettingsClass FormattingGroupSettings Implements System.ComponentModel.INotifyPropertyChanged ISettingsClass System.ICloneable System.IEquatable < ISettingsClass > ISerializableListItem Inherited Members AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.OnPropertyChanged(String) FileTypeSettingsBase.SaveInGroup(ISettingsGroup, String, T) FileTypeSettingsBase.PropertyChanged System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class FormattingGroupSettings : AbstractSettingsClass, ISettingsClass, ICloneable, IEquatable, ISerializableListItem Constructors FormattingGroupSettings() Default constructor Declaration public FormattingGroupSettings() FormattingGroupSettings(FormattingGroupSettings) Copy constructor Declaration public FormattingGroupSettings(FormattingGroupSettings sourceData) Parameters Type Name Description FormattingGroupSettings sourceData Reference to the source object Properties FormattingDescription String representation of settings stored in the instance. Declaration public string FormattingDescription { get; } Property Value Type Description System.String FormattingItems Represents a Formatting Items collection Declaration public ObservableDictionary FormattingItems { get; } Property Value Type Description ObservableDictionary < System.String , System.String > SettingName Declaration public override string SettingName { get; } Property Value Type Description System.String Overrides AbstractSettingsClass.SettingName Methods ClearListItemSettings(ISettingsGroup, String) Clears all formatting items in Settings Group Declaration public void ClearListItemSettings(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting Clone() Peforms deep copy of current instance. Declaration public override object Clone() Returns Type Description System.Object Reference to the clone instance. Overrides AbstractSettingsClass.Clone() Equals(ISettingsClass) Override of the equals implementation which compares formatting elements. Declaration public override bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description System.Boolean Overrides AbstractSettingsClass.Equals(ISettingsClass) Equals(Object) Declaration public bool Equals(object other) Parameters Type Name Description System.Object other Returns Type Description System.Boolean GetHashCode() Generates a hash code for formatting settings Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() GetSettingFromSettingsGroup(ISettingsGroup, String, T) Gets setting from Settings Group Declaration protected T GetSettingFromSettingsGroup(ISettingsGroup settingsGroup, string settingName, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup System.String settingName T defaultValue Returns Type Description T Type Parameters Name Description T PopulateFromSettingsGroup(ISettingsGroup, String) Retrieves formatting items from Settings Group Declaration public void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting Read(IValueGetter) Declaration public override void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Overrides AbstractSettingsClass.Read(IValueGetter) ResetToDefaults() Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() Save(IValueProcessor) Declaration public override void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor Overrides AbstractSettingsClass.Save(IValueProcessor) SaveToSettingsGroup(ISettingsGroup, String) Saves formatting items to Settings Group Declaration public void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) Updates setting in Settings Group Declaration protected void UpdateSettingInSettingsGroup(ISettingsGroup settingsGroup, string settingName, T settingValue, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup System.String settingName T settingValue T defaultValue Type Parameters Name Description T Implements System.ComponentModel.INotifyPropertyChanged ISettingsClass System.ICloneable System.IEquatable ISerializableListItem" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.html", "title": "Namespace Sdl.FileTypeSupport.Framework.Core.Settings", - "keywords": "Namespace Sdl.FileTypeSupport.Framework.Core.Settings Classes AbstractFileTypeSettingsPage Convenient implementation class for settings pages that handles the initialization of settings and controls, and provides a default implementation of the file type specific settings page interface. ComplexObservableList An implementation of ObservableList which has the ability to save complex data types to a settings file as long as they inherit from ISerializableListItem . DeserializeFileInfo Provides information on the file that was deserialized FileSerializer Class that is used to convert dependency files from and to their native format into a serialized form that can be embedded in an XML file, XLIFF file, or file type definition. FileTypeSettingsBase This base class defines the common operations for settings objects used for processing a given file type. FileTypeSettingsPageAttribute Apply this attribute to a class implementing Sdl.Core.Settings.ISettingsPage. FontMappingRule FontMappingRule represents the list of source fonts to map to a target font for a particular language represented by its Lcid FontMappingSettings FontMapping Settings implementation FormattingGroupSettings Formatting representation (Quick Inserts) ObservableDictionary An implementation of IDictionary which fires INotifyCollectionChanged and INotifyPropertyChanged when required. This allows the dictionary to be used as a data source for WPF user controls implementing data-binding. ObservableList An implementation of IList which fires INotifyCollectionChanged and INotifyPropertyChanged when required. This allows the list to be used as a data source for WPF user controls implementing data-binding. Interfaces IAbstractSettingsPage This interface defines the basic communication between a settings page and its host. IFileTypeConfigurationAware Interface implemented by settings pages that need to know which file type configuration is being used. This is also used to configure a list of FileTypeConfigurationIds for sub-content settings pages IFileTypeSettingsAware This interface may be implemented by file type settings controls to provide access to the settings. IFileTypeSettingsConverter Interface which should be implemented by File Types supporting conversion from XML to Json settings and vice versa IFileTypeSettingsPage This interface defines the interaction between a settings page that is implemented in Silverlight or WPF and the host application. ISerializableListItem Interface that provides complicated list items in an ObservableList with the opportunity to serialize and restore themselves when SaveToSettingsGroup(ISettingsGroup, string) and PopulateFromSettingsGroup(ISettingsGroup, string) are called on the parent list." + "keywords": "Namespace Sdl.FileTypeSupport.Framework.Core.Settings Classes AbstractFileTypeSettingsPage Convenient implementation class for settings pages that handles the initialization of settings and controls, and provides a default implementation of the file type specific settings page interface. ComplexObservableList An implementation of ObservableList which has the ability to save complex data types to a settings file as long as they inherit from ISerializableListItem . DeserializeFileInfo Provides information on the file that was deserialized FileSerializer Class that is used to convert dependency files from and to their native format into a serialized form that can be embedded in an XML file, XLIFF file, or file type definition. FileTypeSettingsBase This base class defines the common operations for settings objects used for processing a given file type. FileTypeSettingsPageAttribute Apply this attribute to a class implementing Sdl.Core.Settings.ISettingsPage. FontMappingRule FontMappingRule represents the list of source fonts to map to a target font for a particular language represented by its Lcid FontMappingSettings FontMapping Settings implementation FormattingGroupSettings Formatting representation (Quick Inserts) ObservableDictionary An implementation of IDictionary which fires System.Collections.Specialized.INotifyCollectionChanged and System.ComponentModel.INotifyPropertyChanged when required. This allows the dictionary to be used as a data source for WPF user controls implementing data-binding. ObservableList An implementation of IList which fires System.Collections.Specialized.INotifyCollectionChanged and System.ComponentModel.INotifyPropertyChanged when required. This allows the list to be used as a data source for WPF user controls implementing data-binding. Interfaces IAbstractSettingsPage This interface defines the basic communication between a settings page and its host. IFileTypeConfigurationAware Interface implemented by settings pages that need to know which file type configuration is being used. This is also used to configure a list of FileTypeConfigurationIds for sub-content settings pages IFileTypeSettingsAware This interface may be implemented by file type settings controls to provide access to the settings. IFileTypeSettingsConverter Interface which should be implemented by File Types supporting conversion from XML to Json settings and vice versa IFileTypeSettingsPage This interface defines the interaction between a settings page that is implemented in Silverlight or WPF and the host application. ISerializableListItem Interface that provides complicated list items in an ObservableList with the opportunity to serialize and restore themselves when SaveToSettingsGroup(ISettingsGroup, String) and PopulateFromSettingsGroup(ISettingsGroup, String) are called on the parent list." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IAbstractSettingsPage.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IAbstractSettingsPage.html", "title": "Interface IAbstractSettingsPage", - "keywords": "Interface IAbstractSettingsPage This interface defines the basic communication between a settings page and its host. Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface IAbstractSettingsPage Remarks This interface intentionally excludes initialization and user interface components, since this tends to be implementation specific. Properties HasDefaultSettings Called to determine whether the settings page supports the ResetToDefaults() method. Declaration bool HasDefaultSettings { get; } Property Value Type Description bool Remarks Determines whether a 'Reset To Default' button should be displayed/enabled in the host application. Methods AfterCancel() Called after all settings pages shown on the settings dialog have been canceled. Declaration void AfterCancel() AfterSave() Called after all settings pages shown on the settings dialog have been saved. Declaration void AfterSave() Cancel() Called when the settings dialog is canceled. Declaration void Cancel() OnActivate() Called when this settings page is activated. Declaration void OnActivate() OnDeactivate() Called when this settings page is deactivated. Declaration void OnDeactivate() ResetToDefaults() Called to reset settings to default values. The implementation is responsible for resetting the settings and updating the user interface accordingly. Declaration void ResetToDefaults() Remarks This method should not save the settings yet. This should be done in Save() . This method will not be called if HasDefaultSettings returns false . Save() Called when settings should be saved. The implementation is responsible for persisting the settings. Declaration void Save() Remarks This method is called once, after ValidateInput() has been called. ValidateInput() Returns true if the input on this settings page is valid. Declaration bool ValidateInput() Returns Type Description bool True if the input on this settings page is valid. Remarks This method is called when navigating away from a page and before Save() is called." + "keywords": "Interface IAbstractSettingsPage This interface defines the basic communication between a settings page and its host. Namespace : Sdl.FileTypeSupport.Framework.Core.Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface IAbstractSettingsPage Remarks This interface intentionally excludes initialization and user interface components, since this tends to be implementation specific. Properties HasDefaultSettings Called to determine whether the settings page supports the ResetToDefaults() method. Declaration bool HasDefaultSettings { get; } Property Value Type Description System.Boolean Remarks Determines whether a 'Reset To Default' button should be displayed/enabled in the host application. Methods AfterCancel() Called after all settings pages shown on the settings dialog have been canceled. Declaration void AfterCancel() AfterSave() Called after all settings pages shown on the settings dialog have been saved. Declaration void AfterSave() Cancel() Called when the settings dialog is canceled. Declaration void Cancel() OnActivate() Called when this settings page is activated. Declaration void OnActivate() OnDeactivate() Called when this settings page is deactivated. Declaration void OnDeactivate() ResetToDefaults() Called to reset settings to default values. The implementation is responsible for resetting the settings and updating the user interface accordingly. Declaration void ResetToDefaults() Remarks This method should not save the settings yet. This should be done in Save() . This method will not be called if HasDefaultSettings returns false . Save() Called when settings should be saved. The implementation is responsible for persisting the settings. Declaration void Save() Remarks This method is called once, after ValidateInput() has been called. ValidateInput() Returns true if the input on this settings page is valid. Declaration bool ValidateInput() Returns Type Description System.Boolean True if the input on this settings page is valid. Remarks This method is called when navigating away from a page and before Save() is called." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeConfigurationAware.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeConfigurationAware.html", "title": "Interface IFileTypeConfigurationAware", - "keywords": "Interface IFileTypeConfigurationAware Interface implemented by settings pages that need to know which file type configuration is being used. This is also used to configure a list of FileTypeConfigurationIds for sub-content settings pages Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface IFileTypeConfigurationAware Properties FileTypeConfigurationId Id of the file type being configured. This id can be used (as a key) to retrieve the settings group representing the file type settings from a settings bundle. Declaration string FileTypeConfigurationId { get; set; } Property Value Type Description string Remarks The framework sets this property before the settings page is initialized. The configuration id is typically the same as the file type definition id. SubContentFileTypeConfigurationIds List of sub-content file type configuration IDs which indicates all the FileTypes which support sub-content processing Declaration List SubContentFileTypeConfigurationIds { get; set; } Property Value Type Description List string" + "keywords": "Interface IFileTypeConfigurationAware Interface implemented by settings pages that need to know which file type configuration is being used. This is also used to configure a list of FileTypeConfigurationIds for sub-content settings pages Namespace : Sdl.FileTypeSupport.Framework.Core.Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface IFileTypeConfigurationAware Properties FileTypeConfigurationId Id of the file type being configured. This id can be used (as a key) to retrieve the settings group representing the file type settings from a settings bundle. Declaration string FileTypeConfigurationId { get; set; } Property Value Type Description System.String Remarks The framework sets this property before the settings page is initialized. The configuration id is typically the same as the file type definition id. SubContentFileTypeConfigurationIds List of sub-content file type configuration IDs which indicates all the FileTypes which support sub-content processing Declaration List SubContentFileTypeConfigurationIds { get; set; } Property Value Type Description System.Collections.Generic.List < System.String >" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsAware-1.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsAware-1.html", "title": "Interface IFileTypeSettingsAware", - "keywords": "Interface IFileTypeSettingsAware This interface may be implemented by file type settings controls to provide access to the settings. Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface IFileTypeSettingsAware where SettingsType : FileTypeSettingsBase Type Parameters Name Description SettingsType Remarks Implementing this interface is optional, but recommended, as it provides a standardized way to communicate settings to the control, which can be used by standard implementations such as AbstractFileTypeSettingsPage . Properties Settings The settings Declaration SettingsType Settings { get; set; } Property Value Type Description SettingsType" + "keywords": "Interface IFileTypeSettingsAware This interface may be implemented by file type settings controls to provide access to the settings. Namespace : Sdl.FileTypeSupport.Framework.Core.Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface IFileTypeSettingsAware where SettingsType : FileTypeSettingsBase Type Parameters Name Description SettingsType Remarks Implementing this interface is optional, but recommended, as it provides a standardized way to communicate settings to the control, which can be used by standard implementations such as AbstractFileTypeSettingsPage . Properties Settings The settings Declaration SettingsType Settings { get; set; } Property Value Type Description SettingsType" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.html", "title": "Interface IFileTypeSettingsConverter", - "keywords": "Interface IFileTypeSettingsConverter Interface which should be implemented by File Types supporting conversion from XML to Json settings and vice versa Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface IFileTypeSettingsConverter Methods ConvertJsonToXml(ISettingsBundle, ISettingsBundle, string) Converts from Json to XML passing in both settings bundles and fileTypeConfigurationId Declaration void ConvertJsonToXml(ISettingsBundle jsonSettingsBundle, ISettingsBundle xmlSettingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle jsonSettingsBundle JSON settings bundle ISettingsBundle xmlSettingsBundle XML settings bundle string fileTypeConfigurationId fileTypeConfigurationId ConvertJsonToXml(ISettingsBundle, string) Converts from a Json settings object to an Xml settings object Declaration ISettingsBundle ConvertJsonToXml(ISettingsBundle jsonSettingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle jsonSettingsBundle json settings bundle string fileTypeConfigurationId fileTypeConfigurationId Returns Type Description ISettingsBundle A populated ISettingsBundle with settings from passed in jsonSettingsBundle ConvertXmlToJson(ISettingsBundle, ISettingsBundle, string) Converts from XML to JSON passing in both settings bundles and fileTypeConfigurationId Declaration void ConvertXmlToJson(ISettingsBundle xmlSettingsBundle, ISettingsBundle jsonSettingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle xmlSettingsBundle XML settings bundle ISettingsBundle jsonSettingsBundle JSON settings bundle string fileTypeConfigurationId fileTypeConfigurationId ConvertXmlToJson(ISettingsBundle, string) Converts from an Xml settings object to a Json settings object Declaration ISettingsBundle ConvertXmlToJson(ISettingsBundle xmlSettingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle xmlSettingsBundle xml settings bundle string fileTypeConfigurationId fileTypeConfigurationId Returns Type Description ISettingsBundle IJsonSettingsBundle with settings from passed in xmlSettingsBundle" + "keywords": "Interface IFileTypeSettingsConverter Interface which should be implemented by File Types supporting conversion from XML to Json settings and vice versa Namespace : Sdl.FileTypeSupport.Framework.Core.Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface IFileTypeSettingsConverter Methods ConvertJsonToXml(ISettingsBundle, ISettingsBundle, String) Converts from Json to XML passing in both settings bundles and fileTypeConfigurationId Declaration void ConvertJsonToXml(ISettingsBundle jsonSettingsBundle, ISettingsBundle xmlSettingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle jsonSettingsBundle JSON settings bundle ISettingsBundle xmlSettingsBundle XML settings bundle System.String fileTypeConfigurationId fileTypeConfigurationId ConvertJsonToXml(ISettingsBundle, String) Converts from a Json settings object to an Xml settings object Declaration ISettingsBundle ConvertJsonToXml(ISettingsBundle jsonSettingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle jsonSettingsBundle json settings bundle System.String fileTypeConfigurationId fileTypeConfigurationId Returns Type Description ISettingsBundle A populated ISettingsBundle with settings from passed in jsonSettingsBundle ConvertXmlToJson(ISettingsBundle, ISettingsBundle, String) Converts from XML to JSON passing in both settings bundles and fileTypeConfigurationId Declaration void ConvertXmlToJson(ISettingsBundle xmlSettingsBundle, ISettingsBundle jsonSettingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle xmlSettingsBundle XML settings bundle ISettingsBundle jsonSettingsBundle JSON settings bundle System.String fileTypeConfigurationId fileTypeConfigurationId ConvertXmlToJson(ISettingsBundle, String) Converts from an Xml settings object to a Json settings object Declaration ISettingsBundle ConvertXmlToJson(ISettingsBundle xmlSettingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle xmlSettingsBundle xml settings bundle System.String fileTypeConfigurationId fileTypeConfigurationId Returns Type Description ISettingsBundle IJsonSettingsBundle with settings from passed in xmlSettingsBundle" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsPage.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsPage.html", "title": "Interface IFileTypeSettingsPage", - "keywords": "Interface IFileTypeSettingsPage This interface defines the interaction between a settings page that is implemented in Silverlight or WPF and the host application. Inherited Members IAbstractSettingsPage.OnActivate() IAbstractSettingsPage.OnDeactivate() IAbstractSettingsPage.ValidateInput() IAbstractSettingsPage.Save() IAbstractSettingsPage.AfterSave() IAbstractSettingsPage.Cancel() IAbstractSettingsPage.AfterCancel() IAbstractSettingsPage.ResetToDefaults() IAbstractSettingsPage.HasDefaultSettings IDisposable.Dispose() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface IFileTypeSettingsPage : IAbstractSettingsPage, IDisposable Properties IsInitialized The implementation should return true after Init(ISettingsBundle) has been called. Declaration bool IsInitialized { get; } Property Value Type Description bool SettingsBundle The implementation should return the settings bundle passed in the Init(ISettingsBundle) method. Declaration ISettingsBundle SettingsBundle { get; } Property Value Type Description ISettingsBundle Methods GetControl() Declaration Control GetControl() Returns Type Description Control Init(ISettingsBundle) The framework calls this method after the settings page has been created, before it is used for the first time. Declaration void Init(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle The settings bundle in which settings are persisted. The implementation should store this value and make it accessible from the SettingsBundle property. The implementation should use settings from the bundle to initialize the user interface before returning the control from GetControl, and to persist changed settings in the Save() method. Remarks This method will only be called once. The implementation may throw an exception if it is called multiple times. File type specific settings need the configuration id to determine which settings group to access in the settings bundle. This can be retrieved by implementing IFileTypeConfigurationAware . The framework will set the configuration id before calling the Init() method." + "keywords": "Interface IFileTypeSettingsPage This interface defines the interaction between a settings page that is implemented in Silverlight or WPF and the host application. Inherited Members IAbstractSettingsPage.OnActivate() IAbstractSettingsPage.OnDeactivate() IAbstractSettingsPage.ValidateInput() IAbstractSettingsPage.Save() IAbstractSettingsPage.AfterSave() IAbstractSettingsPage.Cancel() IAbstractSettingsPage.AfterCancel() IAbstractSettingsPage.ResetToDefaults() IAbstractSettingsPage.HasDefaultSettings System.IDisposable.Dispose() Namespace : Sdl.FileTypeSupport.Framework.Core.Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface IFileTypeSettingsPage : IAbstractSettingsPage, IDisposable Properties IsInitialized The implementation should return true after Init(ISettingsBundle) has been called. Declaration bool IsInitialized { get; } Property Value Type Description System.Boolean SettingsBundle The implementation should return the settings bundle passed in the Init(ISettingsBundle) method. Declaration ISettingsBundle SettingsBundle { get; } Property Value Type Description ISettingsBundle Methods GetControl() Declaration Control GetControl() Returns Type Description System.Windows.Controls.Control Init(ISettingsBundle) The framework calls this method after the settings page has been created, before it is used for the first time. Declaration void Init(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle The settings bundle in which settings are persisted. The implementation should store this value and make it accessible from the SettingsBundle property. The implementation should use settings from the bundle to initialize the user interface before returning the control from , and to persist changed settings in the Save() method. Remarks This method will only be called once. The implementation may throw an exception if it is called multiple times. File type specific settings need the configuration id to determine which settings group to access in the settings bundle. This can be retrieved by implementing IFileTypeConfigurationAware . The framework will set the configuration id before calling the Init() method." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.html", "title": "Interface ISerializableListItem", - "keywords": "Interface ISerializableListItem Interface that provides complicated list items in an ObservableList with the opportunity to serialize and restore themselves when SaveToSettingsGroup(ISettingsGroup, string) and PopulateFromSettingsGroup(ISettingsGroup, string) are called on the parent list. Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface ISerializableListItem Remarks It is not required to always inherit from this interface when adding an item to ObservableList but it is the recommended approach when the item added is of a complex nature (for example, it is another list itself). Methods ClearListItemSettings(ISettingsGroup, string) Removes all current settings belonging to this list item from the settings bundle. This is called from SaveToSettingsGroup(ISettingsGroup, string) to ensure that all list items in the settings are removed from the stored list before saving a new set of list items. Implementations may be required if the settings object is of a complex type such as another list, otherwise this can be left empty. Declaration void ClearListItemSettings(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup The settings group of the ObservableList that this item belongs to. string listItemSetting The setting ID used by the ObservableList to access the list settings. PopulateFromSettingsGroup(ISettingsGroup, string) Deserializes and re-populates the list item from the settings group. Declaration void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup The settings group of the ObservableList that this item belongs to. string listItemSetting The setting ID used by the ObservableList to load the list settings. SaveToSettingsGroup(ISettingsGroup, string) Serializes and saves the list item to the settings group. Declaration void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup The settings group of the ObservableList that this item belongs to. string listItemSetting The setting ID used by the ObservableList to save the list settings." + "keywords": "Interface ISerializableListItem Interface that provides complicated list items in an ObservableList with the opportunity to serialize and restore themselves when SaveToSettingsGroup(ISettingsGroup, String) and PopulateFromSettingsGroup(ISettingsGroup, String) are called on the parent list. Namespace : Sdl.FileTypeSupport.Framework.Core.Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface ISerializableListItem Remarks It is not required to always inherit from this interface when adding an item to ObservableList but it is the recommended approach when the item added is of a complex nature (for example, it is another list itself). Methods ClearListItemSettings(ISettingsGroup, String) Removes all current settings belonging to this list item from the settings bundle. This is called from SaveToSettingsGroup(ISettingsGroup, String) to ensure that all list items in the settings are removed from the stored list before saving a new set of list items. Implementations may be required if the settings object is of a complex type such as another list, otherwise this can be left empty. Declaration void ClearListItemSettings(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup The settings group of the ObservableList that this item belongs to. System.String listItemSetting The setting ID used by the ObservableList to access the list settings. PopulateFromSettingsGroup(ISettingsGroup, String) Deserializes and re-populates the list item from the settings group. Declaration void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup The settings group of the ObservableList that this item belongs to. System.String listItemSetting The setting ID used by the ObservableList to load the list settings. SaveToSettingsGroup(ISettingsGroup, String) Serializes and saves the list item to the settings group. Declaration void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup The settings group of the ObservableList that this item belongs to. System.String listItemSetting The setting ID used by the ObservableList to save the list settings." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.html", "title": "Class FileTypeSettingsJson", - "keywords": "Class FileTypeSettingsJson Inheritance object FileTypeSettingsJson Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings JsonSettings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class FileTypeSettingsJson Constructors FileTypeSettingsJson() Declaration public FileTypeSettingsJson() Properties ComponentBuilderId Declaration public string ComponentBuilderId { get; set; } Property Value Type Description string EmbeddedContentProcessors Declaration public JObject EmbeddedContentProcessors { get; set; } Property Value Type Description Newtonsoft.Json.Linq.JObject FileTypeId Declaration public string FileTypeId { get; set; } Property Value Type Description string FilterSettings Declaration public JObject FilterSettings { get; set; } Property Value Type Description Newtonsoft.Json.Linq.JObject PreviewSettings Declaration public JObject PreviewSettings { get; set; } Property Value Type Description Newtonsoft.Json.Linq.JObject PreviewTypes Declaration public JObject PreviewTypes { get; set; } Property Value Type Description Newtonsoft.Json.Linq.JObject VerificationSettings Declaration public JObject VerificationSettings { get; set; } Property Value Type Description Newtonsoft.Json.Linq.JObject" + "keywords": "Class FileTypeSettingsJson Inheritance System.Object FileTypeSettingsJson 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.FileTypeSupport.Framework.Core.Settings.JsonSettings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class FileTypeSettingsJson Constructors FileTypeSettingsJson() Declaration public FileTypeSettingsJson() Properties ComponentBuilderId Declaration public string ComponentBuilderId { get; set; } Property Value Type Description System.String EmbeddedContentProcessors Declaration public JObject EmbeddedContentProcessors { get; set; } Property Value Type Description Newtonsoft.Json.Linq.JObject FileTypeId Declaration public string FileTypeId { get; set; } Property Value Type Description System.String FilterSettings Declaration public JObject FilterSettings { get; set; } Property Value Type Description Newtonsoft.Json.Linq.JObject PreviewSettings Declaration public JObject PreviewSettings { get; set; } Property Value Type Description Newtonsoft.Json.Linq.JObject PreviewTypes Declaration public JObject PreviewTypes { get; set; } Property Value Type Description Newtonsoft.Json.Linq.JObject VerificationSettings Declaration public JObject VerificationSettings { get; set; } Property Value Type Description Newtonsoft.Json.Linq.JObject" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.html", "title": "Class FileTypeSettingsUtil", - "keywords": "Class FileTypeSettingsUtil Helper class for ISettingsBundles Inheritance object FileTypeSettingsUtil Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings JsonSettings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public static class FileTypeSettingsUtil Methods CreateJsonSettingsBundle(FileTypeSettingsJson) Create a new ISettingsBundle from FileTypeSettings in JSON format, from scratch Declaration public static ISettingsBundle CreateJsonSettingsBundle(FileTypeSettingsJson fileTypeSettingsJson) Parameters Type Name Description FileTypeSettingsJson fileTypeSettingsJson Returns Type Description ISettingsBundle CreateJsonSettingsBundleFromData(FileTypeSettingsJson, string) Create a new ISettingsBundle from FileTypeSettings in JSON format, based on existing data Declaration public static ISettingsBundle CreateJsonSettingsBundleFromData(FileTypeSettingsJson fileTypeSettingsJson, string data) Parameters Type Name Description FileTypeSettingsJson fileTypeSettingsJson string data Returns Type Description ISettingsBundle GetComponentBuilderIdFromJsonBundle(JObject) Extract component builder id from JsonBundle Declaration public static string GetComponentBuilderIdFromJsonBundle(JObject jGroup) Parameters Type Name Description Newtonsoft.Json.Linq.JObject jGroup Returns Type Description string GetWellKnownSectionFromJsonBundle(JObject, string, string) Extract all settings from FileTypeSettings section of a JsonBundle Declaration public static JObject GetWellKnownSectionFromJsonBundle(JObject jBundle, string fileTypeId, string settingsNameKey) Parameters Type Name Description Newtonsoft.Json.Linq.JObject jBundle string fileTypeId string settingsNameKey Returns Type Description Newtonsoft.Json.Linq.JObject UpdateFileTypeSettingsDataInJObject(FileTypeSettingsJson, JObject) Updates the data JObject base on the settings from fileTypeSettingsJson Declaration public static void UpdateFileTypeSettingsDataInJObject(FileTypeSettingsJson fileTypeSettingsJson, JObject jBundle) Parameters Type Name Description FileTypeSettingsJson fileTypeSettingsJson Newtonsoft.Json.Linq.JObject jBundle" + "keywords": "Class FileTypeSettingsUtil Helper class for ISettingsBundles Inheritance System.Object FileTypeSettingsUtil 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.FileTypeSupport.Framework.Core.Settings.JsonSettings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public static class FileTypeSettingsUtil Methods CreateJsonSettingsBundle(FileTypeSettingsJson) Create a new ISettingsBundle from FileTypeSettings in JSON format, from scratch Declaration public static ISettingsBundle CreateJsonSettingsBundle(FileTypeSettingsJson fileTypeSettingsJson) Parameters Type Name Description FileTypeSettingsJson fileTypeSettingsJson Returns Type Description ISettingsBundle CreateJsonSettingsBundleFromData(FileTypeSettingsJson, String) Create a new ISettingsBundle from FileTypeSettings in JSON format, based on existing data Declaration public static ISettingsBundle CreateJsonSettingsBundleFromData(FileTypeSettingsJson fileTypeSettingsJson, string data) Parameters Type Name Description FileTypeSettingsJson fileTypeSettingsJson System.String data Returns Type Description ISettingsBundle GetComponentBuilderIdFromJsonBundle(JObject) Extract component builder id from JsonBundle Declaration public static string GetComponentBuilderIdFromJsonBundle(JObject jGroup) Parameters Type Name Description Newtonsoft.Json.Linq.JObject jGroup Returns Type Description System.String GetWellKnownSectionFromJsonBundle(JObject, String, String) Extract all settings from FileTypeSettings section of a JsonBundle Declaration public static JObject GetWellKnownSectionFromJsonBundle(JObject jBundle, string fileTypeId, string settingsNameKey) Parameters Type Name Description Newtonsoft.Json.Linq.JObject jBundle System.String fileTypeId System.String settingsNameKey Returns Type Description Newtonsoft.Json.Linq.JObject UpdateFileTypeSettingsDataInJObject(FileTypeSettingsJson, JObject) Updates the data JObject base on the settings from fileTypeSettingsJson Declaration public static void UpdateFileTypeSettingsDataInJObject(FileTypeSettingsJson fileTypeSettingsJson, JObject jBundle) Parameters Type Name Description FileTypeSettingsJson fileTypeSettingsJson Newtonsoft.Json.Linq.JObject jBundle" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.html", @@ -1302,17 +1002,17 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html", "title": "Class ObservableDictionary", - "keywords": "Class ObservableDictionary An implementation of IDictionary which fires INotifyCollectionChanged and INotifyPropertyChanged when required. This allows the dictionary to be used as a data source for WPF user controls implementing data-binding. Inheritance object ObservableDictionary FormattingGroup Implements IDictionary ICollection KeyValuePair IEnumerable KeyValuePair IEnumerable INotifyCollectionChanged INotifyPropertyChanged ISerializable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class ObservableDictionary : IDictionary, ICollection>, IEnumerable>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISerializable Type Parameters Name Description TKey The type of the key used in the dictionary. TValue The type of the value used in the dictionary. Constructors ObservableDictionary() Default constructor creating a new dictionary with the default capacity. Declaration public ObservableDictionary() ObservableDictionary(int) Constructor creating a new dictionary with the specified capacity. Declaration public ObservableDictionary(int size) Parameters Type Name Description int size The initial capacity of the dictionary. ObservableDictionary(SerializationInfo, StreamingContext) Creates a new dictionary based on the serialization information provided. Declaration protected ObservableDictionary(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context Properties Count The number of elements contained in the dictionary. Declaration public int Count { get; } Property Value Type Description int IsReadOnly Determines whether the dictionary is read-only. Declaration public bool IsReadOnly { get; } Property Value Type Description bool this[TKey] Retrieves the dictionary element value at the specified key. Declaration public TValue this[TKey key] { get; set; } Parameters Type Name Description TKey key The key of the element to get. Property Value Type Description TValue The value of the element at the specified key. Keys A collection of all element keys contained in the dictionary. Declaration public ICollection Keys { get; } Property Value Type Description ICollection Values A collection of all element values contained in the dictionary. Declaration public ICollection Values { get; } Property Value Type Description ICollection Methods Add(KeyValuePair) Adds a new element to the dictionary. Declaration public void Add(KeyValuePair item) Parameters Type Name Description KeyValuePair item The element to add to the dictionary. Add(TKey, TValue) Adds an element with the key and value to the dictionary or updates the value if the key already exists. Declaration public void Add(TKey key, TValue value) Parameters Type Name Description TKey key The object to use as the key for the element. TValue value The object to use as the value for the element. Clear() Removes all elements from the dictionary. Declaration public void Clear() ClearDictionaryItemSettings(ISettingsGroup, string) Removes all saved items belonging to this dictionary from the stored settings group. This is called from SaveToSettingsGroup(ISettingsGroup, string) to make sure that the settings being updated are all saved cleanly. Declaration protected virtual void ClearDictionaryItemSettings(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to remove the settings from. string listSettingId The ID of the setting to remove. Contains(KeyValuePair) Determines whether the dictionary contains the specified item. Declaration public bool Contains(KeyValuePair item) Parameters Type Name Description KeyValuePair item The item to look for. Returns Type Description bool true if the item exists in the dictionary. ContainsKey(TKey) Determines whether the dictionary contains an element with the specified key. Declaration public bool ContainsKey(TKey key) Parameters Type Name Description TKey key The key to search the dictionary for. Returns Type Description bool true if the key exists in the dictionary. CopyTo(KeyValuePair[], int) Copies the dictionary elements into the provided array, starting from the specified index in the array. Declaration public void CopyTo(KeyValuePair[] array, int arrayIndex) Parameters Type Name Description KeyValuePair array The index to copy the dictionary elements in to. int arrayIndex The index in the array to start copying from. GetDictionaryItemFromSettings(ISettingsGroup, string, out bool) Gets the setting for the dictionary item from the settings group and populates it. Declaration protected virtual T GetDictionaryItemFromSettings(ISettingsGroup settingsGroup, string listItemSetting, out bool found) Parameters Type Name Description ISettingsGroup settingsGroup The settings group containing the dictionary item settings. string listItemSetting The setting ID to use to retrieve the setting. bool found A flag which reports if the setting was found or not. Returns Type Description T The populated dictionary item. Type Parameters Name Description T GetEnumerator() Returns an enumerator that iterates through the collection. Declaration public IEnumerator> GetEnumerator() Returns Type Description IEnumerator KeyValuePair GetObjectData(SerializationInfo, StreamingContext) Populates serialization information with the elements in the dictionary. Declaration public void GetObjectData(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context PopulateFromSettingsGroup(ISettingsGroup, string) Restores the dictionary from the settings group and populates itself using the setting ID as its base. Declaration public virtual void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to load from. string listSettingId The setting ID to use as a base when populating the dictionary. Remove(KeyValuePair) Removes the specified item from the dictionary. Declaration public bool Remove(KeyValuePair item) Parameters Type Name Description KeyValuePair item The item to remove from the dictionary. Returns Type Description bool true if the item was successfully removed from the dictionary. Remove(TKey) Removes the element with the specified key from the dictionary. Declaration public bool Remove(TKey key) Parameters Type Name Description TKey key The key of the element to remove. Returns Type Description bool true if the element was successfully removed. SaveToSettingsGroup(ISettingsGroup, string) Saves this dictionary to the settings group using the setting ID as a base. Declaration public virtual void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to save to. string listSettingId The setting ID to use as a base when saving the dictionary. TryGetValue(TKey, out TValue) Gets the value of the element with the specified key if it exists. Declaration public bool TryGetValue(TKey key, out TValue value) Parameters Type Name Description TKey key The key of the element to get. TValue value The value of the element at the specified key. Returns Type Description bool true if an element with the specified key exists. Events CollectionChanged Event that is fired whenever the contents of the collection are changed. Declaration public event NotifyCollectionChangedEventHandler CollectionChanged Event Type Type Description NotifyCollectionChangedEventHandler PropertyChanged Event that is fired whenever the value of a property of the collection is changed. Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description PropertyChangedEventHandler Implements IDictionary ICollection IEnumerable IEnumerable INotifyCollectionChanged INotifyPropertyChanged ISerializable" + "keywords": "Class ObservableDictionary An implementation of IDictionary which fires System.Collections.Specialized.INotifyCollectionChanged and System.ComponentModel.INotifyPropertyChanged when required. This allows the dictionary to be used as a data source for WPF user controls implementing data-binding. Inheritance System.Object ObservableDictionary FormattingGroup Implements System.Collections.Generic.IDictionary System.Collections.Generic.ICollection < System.Collections.Generic.KeyValuePair > System.Collections.Generic.IEnumerable < System.Collections.Generic.KeyValuePair > System.Collections.IEnumerable System.Collections.Specialized.INotifyCollectionChanged System.ComponentModel.INotifyPropertyChanged System.Runtime.Serialization.ISerializable 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.FileTypeSupport.Framework.Core.Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class ObservableDictionary : IDictionary, ICollection>, IEnumerable>, IEnumerable, ISerializable Type Parameters Name Description TKey The type of the key used in the dictionary. TValue The type of the value used in the dictionary. Constructors ObservableDictionary() Default constructor creating a new dictionary with the default capacity. Declaration public ObservableDictionary() ObservableDictionary(Int32) Constructor creating a new dictionary with the specified capacity. Declaration public ObservableDictionary(int size) Parameters Type Name Description System.Int32 size The initial capacity of the dictionary. ObservableDictionary(SerializationInfo, StreamingContext) Creates a new dictionary based on the serialization information provided. Declaration protected ObservableDictionary(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context Properties Count The number of elements contained in the dictionary. Declaration public int Count { get; } Property Value Type Description System.Int32 IsReadOnly Determines whether the dictionary is read-only. Declaration public bool IsReadOnly { get; } Property Value Type Description System.Boolean Item[TKey] Retrieves the dictionary element value at the specified key. Declaration public TValue this[TKey key] { get; set; } Parameters Type Name Description TKey key The key of the element to get. Property Value Type Description TValue The value of the element at the specified key. Keys A collection of all element keys contained in the dictionary. Declaration public ICollection Keys { get; } Property Value Type Description System.Collections.Generic.ICollection Values A collection of all element values contained in the dictionary. Declaration public ICollection Values { get; } Property Value Type Description System.Collections.Generic.ICollection Methods Add(TKey, TValue) Adds an element with the key and value to the dictionary or updates the value if the key already exists. Declaration public void Add(TKey key, TValue value) Parameters Type Name Description TKey key The object to use as the key for the element. TValue value The object to use as the value for the element. Add(KeyValuePair) Adds a new element to the dictionary. Declaration public void Add(KeyValuePair item) Parameters Type Name Description System.Collections.Generic.KeyValuePair item The element to add to the dictionary. Clear() Removes all elements from the dictionary. Declaration public void Clear() ClearDictionaryItemSettings(ISettingsGroup, String) Removes all saved items belonging to this dictionary from the stored settings group. This is called from SaveToSettingsGroup(ISettingsGroup, String) to make sure that the settings being updated are all saved cleanly. Declaration protected virtual void ClearDictionaryItemSettings(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to remove the settings from. System.String listSettingId The ID of the setting to remove. Contains(KeyValuePair) Determines whether the dictionary contains the specified item. Declaration public bool Contains(KeyValuePair item) Parameters Type Name Description System.Collections.Generic.KeyValuePair item The item to look for. Returns Type Description System.Boolean true if the item exists in the dictionary. ContainsKey(TKey) Determines whether the dictionary contains an element with the specified key. Declaration public bool ContainsKey(TKey key) Parameters Type Name Description TKey key The key to search the dictionary for. Returns Type Description System.Boolean true if the key exists in the dictionary. CopyTo(KeyValuePair[], Int32) Copies the dictionary elements into the provided array, starting from the specified index in the array. Declaration public void CopyTo(KeyValuePair[] array, int arrayIndex) Parameters Type Name Description System.Collections.Generic.KeyValuePair [] array The index to copy the dictionary elements in to. System.Int32 arrayIndex The index in the array to start copying from. GetDictionaryItemFromSettings(ISettingsGroup, String, out Boolean) Gets the setting for the dictionary item from the settings group and populates it. Declaration protected virtual T GetDictionaryItemFromSettings(ISettingsGroup settingsGroup, string listItemSetting, out bool found) Parameters Type Name Description ISettingsGroup settingsGroup The settings group containing the dictionary item settings. System.String listItemSetting The setting ID to use to retrieve the setting. System.Boolean found A flag which reports if the setting was found or not. Returns Type Description T The populated dictionary item. Type Parameters Name Description T GetEnumerator() Returns an enumerator that iterates through the collection. Declaration public IEnumerator> GetEnumerator() Returns Type Description System.Collections.Generic.IEnumerator < System.Collections.Generic.KeyValuePair > GetObjectData(SerializationInfo, StreamingContext) Populates serialization information with the elements in the dictionary. Declaration public void GetObjectData(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context PopulateFromSettingsGroup(ISettingsGroup, String) Restores the dictionary from the settings group and populates itself using the setting ID as its base. Declaration public virtual void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to load from. System.String listSettingId The setting ID to use as a base when populating the dictionary. Remove(TKey) Removes the element with the specified key from the dictionary. Declaration public bool Remove(TKey key) Parameters Type Name Description TKey key The key of the element to remove. Returns Type Description System.Boolean true if the element was successfully removed. Remove(KeyValuePair) Removes the specified item from the dictionary. Declaration public bool Remove(KeyValuePair item) Parameters Type Name Description System.Collections.Generic.KeyValuePair item The item to remove from the dictionary. Returns Type Description System.Boolean true if the item was successfully removed from the dictionary. SaveToSettingsGroup(ISettingsGroup, String) Saves this dictionary to the settings group using the setting ID as a base. Declaration public virtual void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to save to. System.String listSettingId The setting ID to use as a base when saving the dictionary. TryGetValue(TKey, out TValue) Gets the value of the element with the specified key if it exists. Declaration public bool TryGetValue(TKey key, out TValue value) Parameters Type Name Description TKey key The key of the element to get. TValue value The value of the element at the specified key. Returns Type Description System.Boolean true if an element with the specified key exists. Events CollectionChanged Event that is fired whenever the contents of the collection are changed. Declaration public event NotifyCollectionChangedEventHandler CollectionChanged Event Type Type Description System.Collections.Specialized.NotifyCollectionChangedEventHandler PropertyChanged Event that is fired whenever the value of a property of the collection is changed. Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description System.ComponentModel.PropertyChangedEventHandler Explicit Interface Implementations IEnumerable.GetEnumerator() Returns an enumerator that iterates through the collection. Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description System.Collections.IEnumerator Implements System.Collections.Generic.IDictionary System.Collections.Generic.ICollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable System.Collections.Specialized.INotifyCollectionChanged System.ComponentModel.INotifyPropertyChanged System.Runtime.Serialization.ISerializable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html", "title": "Class ObservableList", - "keywords": "Class ObservableList An implementation of IList which fires INotifyCollectionChanged and INotifyPropertyChanged when required. This allows the list to be used as a data source for WPF user controls implementing data-binding. Inheritance object ObservableList ComplexObservableList Implements IList ICollection IEnumerable IEnumerable INotifyCollectionChanged INotifyPropertyChanged Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class ObservableList : IList, ICollection, IEnumerable, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged Type Parameters Name Description T The type of object contained in the list. Constructors ObservableList() Default constructor creating a new empty list with a default capacity. Declaration public ObservableList() ObservableList(IEnumerable) Constructor which takes a collection of T and adds it to this list Declaration public ObservableList(IEnumerable collection) Parameters Type Name Description IEnumerable collection The collection to be added Properties Count The number of elements contained in the list. Declaration public int Count { get; } Property Value Type Description int IsReadOnly Determines whether the list is read-only. Declaration public bool IsReadOnly { get; } Property Value Type Description bool this[int] Retrieves the list item at the specified index. Declaration public T this[int index] { get; set; } Parameters Type Name Description int index The zero-based index of the item to retrieve. Property Value Type Description T The item located at the index. Methods Add(T) Adds an item to the list. Declaration public void Add(T item) Parameters Type Name Description T item The item to add to the list. AddRange(IEnumerable) Adds the elements of the specified collection to the list. Declaration public void AddRange(IEnumerable collection) Parameters Type Name Description IEnumerable collection The collection of elements to add to the list. Clear() Removes all items from the list. Declaration public void Clear() ClearListItemSettings(ISettingsGroup, string) Removes all saved items belonging to this list from the stored settings group. This is called from SaveToSettingsGroup(ISettingsGroup, string) to make sure that the settings being updated are all saved cleanly. Declaration public virtual void ClearListItemSettings(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to remove the settings from. string listSettingId The ID of the setting to remove. Contains(T) Determines whether the list contains a specific item. Declaration public bool Contains(T item) Parameters Type Name Description T item The item to search the list for. Returns Type Description bool true if the list contains the item. CopyTo(T[], int) Copies the elements of the list to an array, starting at a particular index. Declaration public void CopyTo(T[] array, int arrayIndex) Parameters Type Name Description array The array to copy the list items in to. int arrayIndex The zero-based index of the array from which to start copying. CreateObservableStringList(string[]) Factory method used by the Spring framework to create observable string lists to assign to the properties that require them. Declaration public static ObservableList CreateObservableStringList(string[] strings) Parameters Type Name Description string strings Returns Type Description ObservableList string Equals(object) Determines whether the given object is equal to this object. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj given object Returns Type Description bool whether equal to this object Overrides object.Equals(object) Find(Predicate) Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire ObservableList. Declaration public T Find(Predicate match) Parameters Type Name Description Predicate match The Predicate delegate that defines the conditions of the element to search for. Returns Type Description T The first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type T. GetEnumerator() Returns an enumerator that iterates through the list. Declaration public IEnumerator GetEnumerator() Returns Type Description IEnumerator An enumerator that iterates through the list. GetHashCode() Gets the hash code. Declaration public override int GetHashCode() Returns Type Description int hash code Overrides object.GetHashCode() GetListItemFromSettings(ISettingsGroup, string, out bool) Gets the setting for the list item from the settings group and populates it. Declaration protected virtual T GetListItemFromSettings(ISettingsGroup settingsGroup, string listItemSetting, out bool foundSetting) Parameters Type Name Description ISettingsGroup settingsGroup The settings group containing the list item settings. string listItemSetting The setting ID to use to retrieve the setting. bool foundSetting A flag which reports if the setting was found or not. Returns Type Description T The populated list item. IndexOf(T) Determines the index of the specified item in the list. Declaration public int IndexOf(T item) Parameters Type Name Description T item The item to locate in the list. Returns Type Description int The zero-based index of the item in the list. Insert(int, T) Inserts an item into the list at the specified index. Declaration public void Insert(int index, T item) Parameters Type Name Description int index The zero-based index to insert the item at. T item The item to insert into the list. InsertRange(int, IEnumerable) Inserts the elements of a collection into list at the specified index. Declaration public void InsertRange(int index, IEnumerable collection) Parameters Type Name Description int index The index to insert elements at. IEnumerable collection The elements to insert into the list. PopulateFromSettingsGroup(ISettingsGroup, string) Restores the list from the settings group and populates itself using the setting ID as its base. Declaration public virtual void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to load from. string listSettingId The setting ID to use as a base when populating the list. Remove(T) Removes the first occurrence of a specific item from the list. Declaration public bool Remove(T item) Parameters Type Name Description T item The item to remove. Returns Type Description bool true if the item was successfully removed. RemoveAt(int) Removes the list item at the specified index. Declaration public void RemoveAt(int index) Parameters Type Name Description int index The zero-based index of the item to remove. SaveToSettingsGroup(ISettingsGroup, string) Saves this list to the settings group using the setting ID as a base. Declaration public virtual void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to save to. string listSettingId The setting ID to use as a base when saving the list. Sort() Sorts the list using the default comparer. Declaration public void Sort() Sort(IComparer) Sorts the list using the provided comparer. Declaration public void Sort(IComparer comparer) Parameters Type Name Description IComparer comparer The comparer to sort the list with. Sort(Comparison) Sorts the list using the provided comparison delegate Declaration public void Sort(Comparison comparison) Parameters Type Name Description Comparison comparison The delegate to use when comparing ToArray() Copies the elements of the list to a new array. Declaration public T[] ToArray() Returns Type Description A new array containing the elements of the list. Events CollectionChanged Event that is fired whenever the list collection has changed. Declaration public event NotifyCollectionChangedEventHandler CollectionChanged Event Type Type Description NotifyCollectionChangedEventHandler PropertyChanged Event that is fired whenever the value of a property on the list has changed. Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description PropertyChangedEventHandler Implements IList ICollection IEnumerable IEnumerable INotifyCollectionChanged INotifyPropertyChanged" + "keywords": "Class ObservableList An implementation of IList which fires System.Collections.Specialized.INotifyCollectionChanged and System.ComponentModel.INotifyPropertyChanged when required. This allows the list to be used as a data source for WPF user controls implementing data-binding. Inheritance System.Object ObservableList ComplexObservableList Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable System.Collections.Specialized.INotifyCollectionChanged System.ComponentModel.INotifyPropertyChanged Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Settings Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class ObservableList : IList, ICollection, IEnumerable, IEnumerable Type Parameters Name Description T The type of object contained in the list. Constructors ObservableList() Default constructor creating a new empty list with a default capacity. Declaration public ObservableList() ObservableList(IEnumerable) Constructor which takes a collection of T and adds it to this list Declaration public ObservableList(IEnumerable collection) Parameters Type Name Description System.Collections.Generic.IEnumerable collection The collection to be added Properties Count The number of elements contained in the list. Declaration public int Count { get; } Property Value Type Description System.Int32 IsReadOnly Determines whether the list is read-only. Declaration public bool IsReadOnly { get; } Property Value Type Description System.Boolean Item[Int32] Retrieves the list item at the specified index. Declaration public T this[int index] { get; set; } Parameters Type Name Description System.Int32 index The zero-based index of the item to retrieve. Property Value Type Description T The item located at the index. Methods Add(T) Adds an item to the list. Declaration public void Add(T item) Parameters Type Name Description T item The item to add to the list. AddRange(IEnumerable) Adds the elements of the specified collection to the list. Declaration public void AddRange(IEnumerable collection) Parameters Type Name Description System.Collections.Generic.IEnumerable collection The collection of elements to add to the list. Clear() Removes all items from the list. Declaration public void Clear() ClearListItemSettings(ISettingsGroup, String) Removes all saved items belonging to this list from the stored settings group. This is called from SaveToSettingsGroup(ISettingsGroup, String) to make sure that the settings being updated are all saved cleanly. Declaration public virtual void ClearListItemSettings(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to remove the settings from. System.String listSettingId The ID of the setting to remove. Contains(T) Determines whether the list contains a specific item. Declaration public bool Contains(T item) Parameters Type Name Description T item The item to search the list for. Returns Type Description System.Boolean true if the list contains the item. CopyTo(T[], Int32) Copies the elements of the list to an array, starting at a particular index. Declaration public void CopyTo(T[] array, int arrayIndex) Parameters Type Name Description T[] array The array to copy the list items in to. System.Int32 arrayIndex The zero-based index of the array from which to start copying. CreateObservableStringList(String[]) Factory method used by the Spring framework to create observable string lists to assign to the properties that require them. Declaration public static ObservableList CreateObservableStringList(string[] strings) Parameters Type Name Description System.String [] strings Returns Type Description ObservableList < System.String > Equals(Object) Determines whether the given object is equal to this object. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj given object Returns Type Description System.Boolean whether equal to this object Overrides System.Object.Equals(System.Object) Find(Predicate) Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire ObservableList. Declaration public T Find(Predicate match) Parameters Type Name Description System.Predicate match The System.Predicate delegate that defines the conditions of the element to search for. Returns Type Description T The first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type T. GetEnumerator() Returns an enumerator that iterates through the list. Declaration public IEnumerator GetEnumerator() Returns Type Description System.Collections.Generic.IEnumerator An enumerator that iterates through the list. GetHashCode() Gets the hash code. Declaration public override int GetHashCode() Returns Type Description System.Int32 hash code Overrides System.Object.GetHashCode() GetListItemFromSettings(ISettingsGroup, String, out Boolean) Gets the setting for the list item from the settings group and populates it. Declaration protected virtual T GetListItemFromSettings(ISettingsGroup settingsGroup, string listItemSetting, out bool foundSetting) Parameters Type Name Description ISettingsGroup settingsGroup The settings group containing the list item settings. System.String listItemSetting The setting ID to use to retrieve the setting. System.Boolean foundSetting A flag which reports if the setting was found or not. Returns Type Description T The populated list item. IndexOf(T) Determines the index of the specified item in the list. Declaration public int IndexOf(T item) Parameters Type Name Description T item The item to locate in the list. Returns Type Description System.Int32 The zero-based index of the item in the list. Insert(Int32, T) Inserts an item into the list at the specified index. Declaration public void Insert(int index, T item) Parameters Type Name Description System.Int32 index The zero-based index to insert the item at. T item The item to insert into the list. InsertRange(Int32, IEnumerable) Inserts the elements of a collection into list at the specified index. Declaration public void InsertRange(int index, IEnumerable collection) Parameters Type Name Description System.Int32 index The index to insert elements at. System.Collections.Generic.IEnumerable collection The elements to insert into the list. PopulateFromSettingsGroup(ISettingsGroup, String) Restores the list from the settings group and populates itself using the setting ID as its base. Declaration public virtual void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to load from. System.String listSettingId The setting ID to use as a base when populating the list. Remove(T) Removes the first occurrence of a specific item from the list. Declaration public bool Remove(T item) Parameters Type Name Description T item The item to remove. Returns Type Description System.Boolean true if the item was successfully removed. RemoveAt(Int32) Removes the list item at the specified index. Declaration public void RemoveAt(int index) Parameters Type Name Description System.Int32 index The zero-based index of the item to remove. SaveToSettingsGroup(ISettingsGroup, String) Saves this list to the settings group using the setting ID as a base. Declaration public virtual void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to save to. System.String listSettingId The setting ID to use as a base when saving the list. Sort() Sorts the list using the default comparer. Declaration public void Sort() Sort(IComparer) Sorts the list using the provided comparer. Declaration public void Sort(IComparer comparer) Parameters Type Name Description System.Collections.Generic.IComparer comparer The comparer to sort the list with. Sort(Comparison) Sorts the list using the provided comparison delegate Declaration public void Sort(Comparison comparison) Parameters Type Name Description System.Comparison comparison The delegate to use when comparing ToArray() Copies the elements of the list to a new array. Declaration public T[] ToArray() Returns Type Description T[] A new array containing the elements of the list. Events CollectionChanged Event that is fired whenever the list collection has changed. Declaration public event NotifyCollectionChangedEventHandler CollectionChanged Event Type Type Description System.Collections.Specialized.NotifyCollectionChangedEventHandler PropertyChanged Event that is fired whenever the value of a property on the list has changed. Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description System.ComponentModel.PropertyChangedEventHandler Explicit Interface Implementations IEnumerable.GetEnumerator() Returns an enumerator that iterates through the list. Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description System.Collections.IEnumerator An enumerator that iterates through the list. Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable System.Collections.Specialized.INotifyCollectionChanged System.ComponentModel.INotifyPropertyChanged" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html", "title": "Class BaseMarkupDataType", - "keywords": "Class BaseMarkupDataType This class represents a markup data object such as Text, TextPair, PlaceholderTag and TagPair The classes TextMarkup, TextPairMarkup, PlaceholderTagMarkup and TagPairMarkup derive from this. Inheritance object FileTypeSettingsBase AbstractSettingsClass BaseMarkupDataType PlaceholderTagMarkup TagPairMarkup TextMarkup TextPairMarkup Implements ISettingsClass ICloneable IEquatable ISettingsClass ISerializableListItem INotifyPropertyChanged Inherited Members AbstractSettingsClass.Read(IValueGetter) AbstractSettingsClass.Save(IValueProcessor) AbstractSettingsClass.Clone() AbstractSettingsClass.Equals(ISettingsClass) AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.Equals(object) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.ResetToDefaults() FileTypeSettingsBase.SaveInGroup(ISettingsGroup, string, T) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public abstract class BaseMarkupDataType : AbstractSettingsClass, ISettingsClass, ICloneable, IEquatable, ISerializableListItem, INotifyPropertyChanged Constructors BaseMarkupDataType() Declaration protected BaseMarkupDataType() Properties SettingName Declaration public override string SettingName { get; } Property Value Type Description string Overrides AbstractSettingsClass.SettingName Methods ClearListItemSettings(ISettingsGroup, string) Clears settings in settings group Declaration public abstract void ClearListItemSettings(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting GetSettingFromSettingsGroup(ISettingsGroup, string, T) Gets a settings from settings group Declaration protected T GetSettingFromSettingsGroup(ISettingsGroup settingsGroup, string settingName, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup string settingName T defaultValue Returns Type Description T Type Parameters Name Description T OnPropertyChanged(string) Fires the PropertyChanged event Declaration protected void OnPropertyChanged(string name) Parameters Type Name Description string name PopulateFromSettingsGroup(ISettingsGroup, string) Loads settings from settings group Declaration public abstract void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting SaveToSettingsGroup(ISettingsGroup, string) Saves settings to settings group Declaration public abstract void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting ToString() Returns a System.String that represents the current object. Declaration public override string ToString() Returns Type Description string A System.String that represents the current object. Overrides object.ToString() UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) Updates a setting in settings group Declaration protected void UpdateSettingInSettingsGroup(ISettingsGroup settingsGroup, string settingName, T settingValue, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup string settingName T settingValue T defaultValue Type Parameters Name Description T Events PropertyChanged Event for notification of property changes Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description PropertyChangedEventHandler Implements ISettingsClass ICloneable IEquatable ISerializableListItem INotifyPropertyChanged" + "keywords": "Class BaseMarkupDataType This class represents a markup data object such as Text, TextPair, PlaceholderTag and TagPair The classes TextMarkup, TextPairMarkup, PlaceholderTagMarkup and TagPairMarkup derive from this. Inheritance System.Object FileTypeSettingsBase AbstractSettingsClass BaseMarkupDataType PlaceholderTagMarkup TagPairMarkup TextMarkup TextPairMarkup Implements ISettingsClass System.ICloneable System.IEquatable < ISettingsClass > ISerializableListItem System.ComponentModel.INotifyPropertyChanged Inherited Members AbstractSettingsClass.Read(IValueGetter) AbstractSettingsClass.Save(IValueProcessor) AbstractSettingsClass.Clone() AbstractSettingsClass.Equals(ISettingsClass) AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.Equals(Object) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.ResetToDefaults() FileTypeSettingsBase.SaveInGroup(ISettingsGroup, String, T) 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.FileTypeSupport.Framework.Core.Settings.QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public abstract class BaseMarkupDataType : AbstractSettingsClass, ISettingsClass, ICloneable, IEquatable, ISerializableListItem Constructors BaseMarkupDataType() Declaration protected BaseMarkupDataType() Properties SettingName Declaration public override string SettingName { get; } Property Value Type Description System.String Overrides AbstractSettingsClass.SettingName Methods ClearListItemSettings(ISettingsGroup, String) Clears settings in settings group Declaration public abstract void ClearListItemSettings(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting GetSettingFromSettingsGroup(ISettingsGroup, String, T) Gets a settings from settings group Declaration protected T GetSettingFromSettingsGroup(ISettingsGroup settingsGroup, string settingName, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup System.String settingName T defaultValue Returns Type Description T Type Parameters Name Description T OnPropertyChanged(String) Fires the PropertyChanged event Declaration protected void OnPropertyChanged(string name) Parameters Type Name Description System.String name PopulateFromSettingsGroup(ISettingsGroup, String) Loads settings from settings group Declaration public abstract void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting SaveToSettingsGroup(ISettingsGroup, String) Saves settings to settings group Declaration public abstract void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting ToString() Returns a System.String that represents the current object. Declaration public override string ToString() Returns Type Description System.String A System.String that represents the current object. Overrides System.Object.ToString() UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) Updates a setting in settings group Declaration protected void UpdateSettingInSettingsGroup(ISettingsGroup settingsGroup, string settingName, T settingValue, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup System.String settingName T settingValue T defaultValue Type Parameters Name Description T Events PropertyChanged Event for notification of property changes Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description System.ComponentModel.PropertyChangedEventHandler Implements ISettingsClass System.ICloneable System.IEquatable ISerializableListItem System.ComponentModel.INotifyPropertyChanged" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.html", @@ -1322,47 +1022,47 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.html", "title": "Class MarkupDataFactory", - "keywords": "Class MarkupDataFactory Factory which creates Markup representation object (Quick Inserts) Inheritance object MarkupDataFactory Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class MarkupDataFactory Constructors MarkupDataFactory() Declaration public MarkupDataFactory() Methods CreateMarkupDataType(string) Creates a markup representation object (Quick Inserts) Declaration public BaseMarkupDataType CreateMarkupDataType(string type) Parameters Type Name Description string type Returns Type Description BaseMarkupDataType" + "keywords": "Class MarkupDataFactory Factory which creates Markup representation object (Quick Inserts) Inheritance System.Object MarkupDataFactory 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.FileTypeSupport.Framework.Core.Settings.QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class MarkupDataFactory Constructors MarkupDataFactory() Declaration public MarkupDataFactory() Methods CreateMarkupDataType(String) Creates a markup representation object (Quick Inserts) Declaration public BaseMarkupDataType CreateMarkupDataType(string type) Parameters Type Name Description System.String type Returns Type Description BaseMarkupDataType" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.html", "title": "Class PlaceholderTagMarkup", - "keywords": "Class PlaceholderTagMarkup Markup representation for Placeholder Tags (Quick Inserts) Inheritance object FileTypeSettingsBase AbstractSettingsClass BaseMarkupDataType PlaceholderTagMarkup Implements ISettingsClass ICloneable IEquatable ISettingsClass ISerializableListItem INotifyPropertyChanged Inherited Members BaseMarkupDataType.OnPropertyChanged(string) BaseMarkupDataType.GetSettingFromSettingsGroup(ISettingsGroup, string, T) BaseMarkupDataType.UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) BaseMarkupDataType.SettingName BaseMarkupDataType.PropertyChanged AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.Equals(object) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.SaveInGroup(ISettingsGroup, string, T) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class PlaceholderTagMarkup : BaseMarkupDataType, ISettingsClass, ICloneable, IEquatable, ISerializableListItem, INotifyPropertyChanged Constructors PlaceholderTagMarkup() Declaration public PlaceholderTagMarkup() Properties Text Represents the text for this markup Declaration public string Text { get; set; } Property Value Type Description string TextEquivalent Represents the Text Equivalent for this markup Declaration public string TextEquivalent { get; set; } Property Value Type Description string Methods ClearListItemSettings(ISettingsGroup, string) Clears the settings from settings group Declaration public override void ClearListItemSettings(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting Overrides BaseMarkupDataType.ClearListItemSettings(ISettingsGroup, string) Clone() Performs deep copy of the object. Declaration public override object Clone() Returns Type Description object Reference to the newly created object. Overrides AbstractSettingsClass.Clone() Equals(ISettingsClass) Declaration public override bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description bool Overrides AbstractSettingsClass.Equals(ISettingsClass) PopulateFromSettingsGroup(ISettingsGroup, string) Loads the settings from settings group Declaration public override void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting Overrides BaseMarkupDataType.PopulateFromSettingsGroup(ISettingsGroup, string) Read(IValueGetter) Declaration public override void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Overrides AbstractSettingsClass.Read(IValueGetter) ResetToDefaults() Restore all settings to default values. Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() Save(IValueProcessor) Declaration public override void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor Overrides AbstractSettingsClass.Save(IValueProcessor) SaveToSettingsGroup(ISettingsGroup, string) Saves the settings to settings group Declaration public override void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting Overrides BaseMarkupDataType.SaveToSettingsGroup(ISettingsGroup, string) ToString() Returns a System.String that represents the current object. Declaration public override string ToString() Returns Type Description string A System.String that represents the current object. Overrides BaseMarkupDataType.ToString() Implements ISettingsClass ICloneable IEquatable ISerializableListItem INotifyPropertyChanged" + "keywords": "Class PlaceholderTagMarkup Markup representation for Placeholder Tags (Quick Inserts) Inheritance System.Object FileTypeSettingsBase AbstractSettingsClass BaseMarkupDataType PlaceholderTagMarkup Implements ISettingsClass System.ICloneable System.IEquatable < ISettingsClass > ISerializableListItem System.ComponentModel.INotifyPropertyChanged Inherited Members BaseMarkupDataType.OnPropertyChanged(String) BaseMarkupDataType.GetSettingFromSettingsGroup(ISettingsGroup, String, T) BaseMarkupDataType.UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) BaseMarkupDataType.SettingName BaseMarkupDataType.PropertyChanged AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.Equals(Object) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.SaveInGroup(ISettingsGroup, String, T) 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.FileTypeSupport.Framework.Core.Settings.QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class PlaceholderTagMarkup : BaseMarkupDataType, ISettingsClass, ICloneable, IEquatable, ISerializableListItem Constructors PlaceholderTagMarkup() Declaration public PlaceholderTagMarkup() Properties Text Represents the text for this markup Declaration public string Text { get; set; } Property Value Type Description System.String TextEquivalent Represents the Text Equivalent for this markup Declaration public string TextEquivalent { get; set; } Property Value Type Description System.String Methods ClearListItemSettings(ISettingsGroup, String) Clears the settings from settings group Declaration public override void ClearListItemSettings(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting Overrides BaseMarkupDataType.ClearListItemSettings(ISettingsGroup, String) Clone() Performs deep copy of the object. Declaration public override object Clone() Returns Type Description System.Object Reference to the newly created object. Overrides AbstractSettingsClass.Clone() Equals(ISettingsClass) Declaration public override bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description System.Boolean Overrides AbstractSettingsClass.Equals(ISettingsClass) PopulateFromSettingsGroup(ISettingsGroup, String) Loads the settings from settings group Declaration public override void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting Overrides BaseMarkupDataType.PopulateFromSettingsGroup(ISettingsGroup, String) Read(IValueGetter) Declaration public override void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Overrides AbstractSettingsClass.Read(IValueGetter) ResetToDefaults() Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() Save(IValueProcessor) Declaration public override void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor Overrides AbstractSettingsClass.Save(IValueProcessor) SaveToSettingsGroup(ISettingsGroup, String) Saves the settings to settings group Declaration public override void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting Overrides BaseMarkupDataType.SaveToSettingsGroup(ISettingsGroup, String) ToString() Returns a System.String that represents the current object. Declaration public override string ToString() Returns Type Description System.String A System.String that represents the current object. Overrides BaseMarkupDataType.ToString() Implements ISettingsClass System.ICloneable System.IEquatable ISerializableListItem System.ComponentModel.INotifyPropertyChanged" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html", "title": "Class QuickInsertSettings", - "keywords": "Class QuickInsertSettings Quick Insert representation Inheritance object FileTypeSettingsBase AbstractSettingsClass QuickInsertSettings Implements ISettingsClass ICloneable IEquatable ISettingsClass ISerializableListItem INotifyPropertyChanged Inherited Members AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.Equals(object) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.SaveInGroup(ISettingsGroup, string, T) object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class QuickInsertSettings : AbstractSettingsClass, ISettingsClass, ICloneable, IEquatable, ISerializableListItem, INotifyPropertyChanged Constructors QuickInsertSettings() Constructor for this Quick Insert Settings object Declaration public QuickInsertSettings() Properties CommandId Represents the Quick Insert Command Id Declaration public string CommandId { get; set; } Property Value Type Description string CommandName Represents the Quick Insert's Command Name Declaration public string CommandName { get; set; } Property Value Type Description string Description Represents the Quick Insert's Description Declaration public string Description { get; set; } Property Value Type Description string DisplayOnToolbar QuickInsert DisplayOnToolbar property Declaration public bool DisplayOnToolbar { get; set; } Property Value Type Description bool Markup Markup for this Quick Insert Declaration public BaseMarkupDataType Markup { get; set; } Property Value Type Description BaseMarkupDataType SettingName Declaration public override string SettingName { get; } Property Value Type Description string Overrides AbstractSettingsClass.SettingName Methods ClearListItemSettings(ISettingsGroup, string) Clears settings from settings group Declaration public void ClearListItemSettings(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting Clone() Declaration public override object Clone() Returns Type Description object Overrides AbstractSettingsClass.Clone() Equals(ISettingsClass) Declaration public override bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description bool Overrides AbstractSettingsClass.Equals(ISettingsClass) GetSettingFromSettingsGroup(ISettingsGroup, string, T) Gets a setting from the settings group Declaration protected T GetSettingFromSettingsGroup(ISettingsGroup settingsGroup, string settingName, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup string settingName T defaultValue Returns Type Description T Type Parameters Name Description T OnPropertyChanged(string) Fires the PropertyChanged event Declaration protected void OnPropertyChanged(string name) Parameters Type Name Description string name PopulateFromSettingsGroup(ISettingsGroup, string) Loads settings from settings group Declaration public void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting Read(IValueGetter) Declaration public override void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Overrides AbstractSettingsClass.Read(IValueGetter) ResetToDefaults() Resets all Quick Inserts settings to defaults Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() Save(IValueProcessor) Declaration public override void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor Overrides AbstractSettingsClass.Save(IValueProcessor) SaveToSettingsGroup(ISettingsGroup, string) Saves settings to settings group Declaration public void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) Updates a setting in the settings group Declaration protected void UpdateSettingInSettingsGroup(ISettingsGroup settingsGroup, string settingName, T settingValue, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup string settingName T settingValue T defaultValue Type Parameters Name Description T Events PropertyChanged Event for notification of property changes Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description PropertyChangedEventHandler Implements ISettingsClass ICloneable IEquatable ISerializableListItem INotifyPropertyChanged" + "keywords": "Class QuickInsertSettings Quick Insert representation Inheritance System.Object FileTypeSettingsBase AbstractSettingsClass QuickInsertSettings Implements ISettingsClass System.ICloneable System.IEquatable < ISettingsClass > ISerializableListItem System.ComponentModel.INotifyPropertyChanged Inherited Members AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.Equals(Object) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.SaveInGroup(ISettingsGroup, String, T) System.Object.ToString() 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.FileTypeSupport.Framework.Core.Settings.QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class QuickInsertSettings : AbstractSettingsClass, ISettingsClass, ICloneable, IEquatable, ISerializableListItem Constructors QuickInsertSettings() Constructor for this Quick Insert Settings object Declaration public QuickInsertSettings() Properties CommandId Represents the Quick Insert Command Id Declaration public string CommandId { get; set; } Property Value Type Description System.String CommandName Represents the Quick Insert's Command Name Declaration public string CommandName { get; set; } Property Value Type Description System.String Description Represents the Quick Insert's Description Declaration public string Description { get; set; } Property Value Type Description System.String DisplayOnToolbar QuickInsert DisplayOnToolbar property Declaration public bool DisplayOnToolbar { get; set; } Property Value Type Description System.Boolean Markup Markup for this Quick Insert Declaration public BaseMarkupDataType Markup { get; set; } Property Value Type Description BaseMarkupDataType SettingName Declaration public override string SettingName { get; } Property Value Type Description System.String Overrides AbstractSettingsClass.SettingName Methods ClearListItemSettings(ISettingsGroup, String) Clears settings from settings group Declaration public void ClearListItemSettings(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting Clone() Declaration public override object Clone() Returns Type Description System.Object Overrides AbstractSettingsClass.Clone() Equals(ISettingsClass) Declaration public override bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description System.Boolean Overrides AbstractSettingsClass.Equals(ISettingsClass) GetSettingFromSettingsGroup(ISettingsGroup, String, T) Gets a setting from the settings group Declaration protected T GetSettingFromSettingsGroup(ISettingsGroup settingsGroup, string settingName, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup System.String settingName T defaultValue Returns Type Description T Type Parameters Name Description T OnPropertyChanged(String) Fires the PropertyChanged event Declaration protected void OnPropertyChanged(string name) Parameters Type Name Description System.String name PopulateFromSettingsGroup(ISettingsGroup, String) Loads settings from settings group Declaration public void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting Read(IValueGetter) Declaration public override void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Overrides AbstractSettingsClass.Read(IValueGetter) ResetToDefaults() Resets all Quick Inserts settings to defaults Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() Save(IValueProcessor) Declaration public override void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor Overrides AbstractSettingsClass.Save(IValueProcessor) SaveToSettingsGroup(ISettingsGroup, String) Saves settings to settings group Declaration public void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) Updates a setting in the settings group Declaration protected void UpdateSettingInSettingsGroup(ISettingsGroup settingsGroup, string settingName, T settingValue, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup System.String settingName T settingValue T defaultValue Type Parameters Name Description T Events PropertyChanged Event for notification of property changes Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description System.ComponentModel.PropertyChangedEventHandler Implements ISettingsClass System.ICloneable System.IEquatable ISerializableListItem System.ComponentModel.INotifyPropertyChanged" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.html", "title": "Class QuickInsertsSettings", - "keywords": "Class QuickInsertsSettings Top level Quick Inserts representation Inheritance object FileTypeSettingsBase AbstractSettingsClass QuickInsertsSettings Implements INotifyPropertyChanged ISettingsClass ICloneable IEquatable ISettingsClass Inherited Members AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.Equals(object) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.OnPropertyChanged(string) FileTypeSettingsBase.GetSettingFromSettingsGroup(ISettingsGroup, string, T) FileTypeSettingsBase.UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) FileTypeSettingsBase.SaveInGroup(ISettingsGroup, string, T) FileTypeSettingsBase.PropertyChanged object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class QuickInsertsSettings : AbstractSettingsClass, INotifyPropertyChanged, ISettingsClass, ICloneable, IEquatable Constructors QuickInsertsSettings() Declaration public QuickInsertsSettings() Properties QuickInserts Property used to access Quick Inserts collection Declaration public ComplexObservableList QuickInserts { get; } Property Value Type Description ComplexObservableList QuickInsertSettings SettingName Declaration public override string SettingName { get; } Property Value Type Description string Overrides AbstractSettingsClass.SettingName Methods Clone() Declaration public override object Clone() Returns Type Description object Overrides AbstractSettingsClass.Clone() Equals(ISettingsClass) Declaration public override bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description bool Overrides AbstractSettingsClass.Equals(ISettingsClass) GetDefaultQuickInsertsSettings() Returns the default quick inserts settings. Each subclass should override this method to return an appropriate instance. Declaration protected virtual QuickInsertsSettings GetDefaultQuickInsertsSettings() Returns Type Description QuickInsertsSettings The default quick inserts settings Read(IValueGetter) Declaration public override void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Overrides AbstractSettingsClass.Read(IValueGetter) ResetToDefaults() Resets all settings to defaults Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() Save(IValueProcessor) Declaration public override void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor Overrides AbstractSettingsClass.Save(IValueProcessor) Implements INotifyPropertyChanged ISettingsClass ICloneable IEquatable" + "keywords": "Class QuickInsertsSettings Top level Quick Inserts representation Inheritance System.Object FileTypeSettingsBase AbstractSettingsClass QuickInsertsSettings Implements System.ComponentModel.INotifyPropertyChanged ISettingsClass System.ICloneable System.IEquatable < ISettingsClass > Inherited Members AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.Equals(Object) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.OnPropertyChanged(String) FileTypeSettingsBase.GetSettingFromSettingsGroup(ISettingsGroup, String, T) FileTypeSettingsBase.UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) FileTypeSettingsBase.SaveInGroup(ISettingsGroup, String, T) FileTypeSettingsBase.PropertyChanged System.Object.ToString() 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.FileTypeSupport.Framework.Core.Settings.QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class QuickInsertsSettings : AbstractSettingsClass, ISettingsClass, ICloneable, IEquatable Constructors QuickInsertsSettings() Declaration public QuickInsertsSettings() Properties QuickInserts Property used to access Quick Inserts collection Declaration public ComplexObservableList QuickInserts { get; } Property Value Type Description ComplexObservableList < QuickInsertSettings > SettingName Declaration public override string SettingName { get; } Property Value Type Description System.String Overrides AbstractSettingsClass.SettingName Methods Clone() Declaration public override object Clone() Returns Type Description System.Object Overrides AbstractSettingsClass.Clone() Equals(ISettingsClass) Declaration public override bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description System.Boolean Overrides AbstractSettingsClass.Equals(ISettingsClass) GetDefaultQuickInsertsSettings() Returns the default quick inserts settings. Each subclass should override this method to return an appropriate instance. Declaration protected virtual QuickInsertsSettings GetDefaultQuickInsertsSettings() Returns Type Description QuickInsertsSettings The default quick inserts settings Read(IValueGetter) Declaration public override void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Overrides AbstractSettingsClass.Read(IValueGetter) ResetToDefaults() Resets all settings to defaults Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() Save(IValueProcessor) Declaration public override void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor Overrides AbstractSettingsClass.Save(IValueProcessor) Implements System.ComponentModel.INotifyPropertyChanged ISettingsClass System.ICloneable System.IEquatable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.html", "title": "Class TagPairMarkup", - "keywords": "Class TagPairMarkup Markup representation for TagPairs (Quick Inserts) Inheritance object FileTypeSettingsBase AbstractSettingsClass BaseMarkupDataType TagPairMarkup Implements ISettingsClass ICloneable IEquatable ISettingsClass ISerializableListItem INotifyPropertyChanged Inherited Members BaseMarkupDataType.OnPropertyChanged(string) BaseMarkupDataType.GetSettingFromSettingsGroup(ISettingsGroup, string, T) BaseMarkupDataType.UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) BaseMarkupDataType.SettingName BaseMarkupDataType.PropertyChanged AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.Equals(object) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.SaveInGroup(ISettingsGroup, string, T) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class TagPairMarkup : BaseMarkupDataType, ISettingsClass, ICloneable, IEquatable, ISerializableListItem, INotifyPropertyChanged Constructors TagPairMarkup() Default constructor Declaration public TagPairMarkup() Properties CanHide Represents the hide property for this markup Declaration public bool CanHide { get; set; } Property Value Type Description bool EndTagText Represents the end tag text for this markup Declaration public string EndTagText { get; set; } Property Value Type Description string Formatting Represents the formatting for this markup Declaration public FormattingGroupSettings Formatting { get; set; } Property Value Type Description FormattingGroupSettings StartTagText Represents the start tag text for this markup Declaration public string StartTagText { get; set; } Property Value Type Description string Methods ClearListItemSettings(ISettingsGroup, string) Clears settings from Settings Group Declaration public override void ClearListItemSettings(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting Overrides BaseMarkupDataType.ClearListItemSettings(ISettingsGroup, string) Clone() Performs deep copy of the object. Declaration public override object Clone() Returns Type Description object Reference to the newly created object. Overrides AbstractSettingsClass.Clone() Equals(ISettingsClass) Declaration public override bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description bool Overrides AbstractSettingsClass.Equals(ISettingsClass) PopulateFromSettingsGroup(ISettingsGroup, string) Loads markup from Settings Group Declaration public override void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting Overrides BaseMarkupDataType.PopulateFromSettingsGroup(ISettingsGroup, string) Read(IValueGetter) Declaration public override void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Overrides AbstractSettingsClass.Read(IValueGetter) ResetToDefaults() Reset markup to default values Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() Save(IValueProcessor) Declaration public override void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor Overrides AbstractSettingsClass.Save(IValueProcessor) SaveToSettingsGroup(ISettingsGroup, string) Saves markup to Settings Group Declaration public override void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting Overrides BaseMarkupDataType.SaveToSettingsGroup(ISettingsGroup, string) ToString() Returns a System.String that represents the current object. Declaration public override string ToString() Returns Type Description string A System.String that represents the current object. Overrides BaseMarkupDataType.ToString() Implements ISettingsClass ICloneable IEquatable ISerializableListItem INotifyPropertyChanged" + "keywords": "Class TagPairMarkup Markup representation for TagPairs (Quick Inserts) Inheritance System.Object FileTypeSettingsBase AbstractSettingsClass BaseMarkupDataType TagPairMarkup Implements ISettingsClass System.ICloneable System.IEquatable < ISettingsClass > ISerializableListItem System.ComponentModel.INotifyPropertyChanged Inherited Members BaseMarkupDataType.OnPropertyChanged(String) BaseMarkupDataType.GetSettingFromSettingsGroup(ISettingsGroup, String, T) BaseMarkupDataType.UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) BaseMarkupDataType.SettingName BaseMarkupDataType.PropertyChanged AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.Equals(Object) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.SaveInGroup(ISettingsGroup, String, T) 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.FileTypeSupport.Framework.Core.Settings.QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class TagPairMarkup : BaseMarkupDataType, ISettingsClass, ICloneable, IEquatable, ISerializableListItem Constructors TagPairMarkup() Default constructor Declaration public TagPairMarkup() Properties CanHide Represents the hide property for this markup Declaration public bool CanHide { get; set; } Property Value Type Description System.Boolean EndTagText Represents the end tag text for this markup Declaration public string EndTagText { get; set; } Property Value Type Description System.String Formatting Represents the formatting for this markup Declaration public FormattingGroupSettings Formatting { get; set; } Property Value Type Description FormattingGroupSettings StartTagText Represents the start tag text for this markup Declaration public string StartTagText { get; set; } Property Value Type Description System.String Methods ClearListItemSettings(ISettingsGroup, String) Clears settings from Settings Group Declaration public override void ClearListItemSettings(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting Overrides BaseMarkupDataType.ClearListItemSettings(ISettingsGroup, String) Clone() Performs deep copy of the object. Declaration public override object Clone() Returns Type Description System.Object Reference to the newly created object. Overrides AbstractSettingsClass.Clone() Equals(ISettingsClass) Declaration public override bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description System.Boolean Overrides AbstractSettingsClass.Equals(ISettingsClass) PopulateFromSettingsGroup(ISettingsGroup, String) Loads markup from Settings Group Declaration public override void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting Overrides BaseMarkupDataType.PopulateFromSettingsGroup(ISettingsGroup, String) Read(IValueGetter) Declaration public override void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Overrides AbstractSettingsClass.Read(IValueGetter) ResetToDefaults() Reset markup to default values Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() Save(IValueProcessor) Declaration public override void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor Overrides AbstractSettingsClass.Save(IValueProcessor) SaveToSettingsGroup(ISettingsGroup, String) Saves markup to Settings Group Declaration public override void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting Overrides BaseMarkupDataType.SaveToSettingsGroup(ISettingsGroup, String) ToString() Returns a System.String that represents the current object. Declaration public override string ToString() Returns Type Description System.String A System.String that represents the current object. Overrides BaseMarkupDataType.ToString() Implements ISettingsClass System.ICloneable System.IEquatable ISerializableListItem System.ComponentModel.INotifyPropertyChanged" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.html", "title": "Class TextMarkup", - "keywords": "Class TextMarkup Markup representation for Text (Quick Inserts) Inheritance object FileTypeSettingsBase AbstractSettingsClass BaseMarkupDataType TextMarkup Implements ISettingsClass ICloneable IEquatable ISettingsClass ISerializableListItem INotifyPropertyChanged Inherited Members BaseMarkupDataType.OnPropertyChanged(string) BaseMarkupDataType.GetSettingFromSettingsGroup(ISettingsGroup, string, T) BaseMarkupDataType.UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) BaseMarkupDataType.SettingName BaseMarkupDataType.PropertyChanged AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.Equals(object) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.SaveInGroup(ISettingsGroup, string, T) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class TextMarkup : BaseMarkupDataType, ISettingsClass, ICloneable, IEquatable, ISerializableListItem, INotifyPropertyChanged Constructors TextMarkup() Declaration public TextMarkup() Properties Text This property represents the text for this markup object Declaration public string Text { get; set; } Property Value Type Description string Methods ClearListItemSettings(ISettingsGroup, string) Clears settings from settings group Declaration public override void ClearListItemSettings(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting Overrides BaseMarkupDataType.ClearListItemSettings(ISettingsGroup, string) Clone() Performs deep copy of the object. Declaration public override object Clone() Returns Type Description object Reference to the newly created object. Overrides AbstractSettingsClass.Clone() Equals(ISettingsClass) Declaration public override bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description bool Overrides AbstractSettingsClass.Equals(ISettingsClass) PopulateFromSettingsGroup(ISettingsGroup, string) Loads settings from settings group Declaration public override void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting Overrides BaseMarkupDataType.PopulateFromSettingsGroup(ISettingsGroup, string) Read(IValueGetter) Declaration public override void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Overrides AbstractSettingsClass.Read(IValueGetter) ResetToDefaults() Restore all settings to default values. Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() Save(IValueProcessor) Declaration public override void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor Overrides AbstractSettingsClass.Save(IValueProcessor) SaveToSettingsGroup(ISettingsGroup, string) Saves settings to settings group Declaration public override void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting Overrides BaseMarkupDataType.SaveToSettingsGroup(ISettingsGroup, string) ToString() Returns a System.String that represents the current object. Declaration public override string ToString() Returns Type Description string A System.String that represents the current object. Overrides BaseMarkupDataType.ToString() Implements ISettingsClass ICloneable IEquatable ISerializableListItem INotifyPropertyChanged" + "keywords": "Class TextMarkup Markup representation for Text (Quick Inserts) Inheritance System.Object FileTypeSettingsBase AbstractSettingsClass BaseMarkupDataType TextMarkup Implements ISettingsClass System.ICloneable System.IEquatable < ISettingsClass > ISerializableListItem System.ComponentModel.INotifyPropertyChanged Inherited Members BaseMarkupDataType.OnPropertyChanged(String) BaseMarkupDataType.GetSettingFromSettingsGroup(ISettingsGroup, String, T) BaseMarkupDataType.UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) BaseMarkupDataType.SettingName BaseMarkupDataType.PropertyChanged AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.Equals(Object) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.SaveInGroup(ISettingsGroup, String, T) 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.FileTypeSupport.Framework.Core.Settings.QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class TextMarkup : BaseMarkupDataType, ISettingsClass, ICloneable, IEquatable, ISerializableListItem Constructors TextMarkup() Declaration public TextMarkup() Properties Text This property represents the text for this markup object Declaration public string Text { get; set; } Property Value Type Description System.String Methods ClearListItemSettings(ISettingsGroup, String) Clears settings from settings group Declaration public override void ClearListItemSettings(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting Overrides BaseMarkupDataType.ClearListItemSettings(ISettingsGroup, String) Clone() Performs deep copy of the object. Declaration public override object Clone() Returns Type Description System.Object Reference to the newly created object. Overrides AbstractSettingsClass.Clone() Equals(ISettingsClass) Declaration public override bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description System.Boolean Overrides AbstractSettingsClass.Equals(ISettingsClass) PopulateFromSettingsGroup(ISettingsGroup, String) Loads settings from settings group Declaration public override void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting Overrides BaseMarkupDataType.PopulateFromSettingsGroup(ISettingsGroup, String) Read(IValueGetter) Declaration public override void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Overrides AbstractSettingsClass.Read(IValueGetter) ResetToDefaults() Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() Save(IValueProcessor) Declaration public override void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor Overrides AbstractSettingsClass.Save(IValueProcessor) SaveToSettingsGroup(ISettingsGroup, String) Saves settings to settings group Declaration public override void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting Overrides BaseMarkupDataType.SaveToSettingsGroup(ISettingsGroup, String) ToString() Returns a System.String that represents the current object. Declaration public override string ToString() Returns Type Description System.String A System.String that represents the current object. Overrides BaseMarkupDataType.ToString() Implements ISettingsClass System.ICloneable System.IEquatable ISerializableListItem System.ComponentModel.INotifyPropertyChanged" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.html", "title": "Class TextPairMarkup", - "keywords": "Class TextPairMarkup Markup representation for TextPairs (Quick Inserts) Inheritance object FileTypeSettingsBase AbstractSettingsClass BaseMarkupDataType TextPairMarkup Implements ISettingsClass ICloneable IEquatable ISettingsClass ISerializableListItem INotifyPropertyChanged Inherited Members BaseMarkupDataType.OnPropertyChanged(string) BaseMarkupDataType.GetSettingFromSettingsGroup(ISettingsGroup, string, T) BaseMarkupDataType.UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) BaseMarkupDataType.SettingName BaseMarkupDataType.PropertyChanged AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, string) AbstractSettingsClass.Equals(object) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.SaveInGroup(ISettingsGroup, string, T) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class TextPairMarkup : BaseMarkupDataType, ISettingsClass, ICloneable, IEquatable, ISerializableListItem, INotifyPropertyChanged Constructors TextPairMarkup() Declaration public TextPairMarkup() Properties EndText Represents the end text for this markup Declaration public string EndText { get; set; } Property Value Type Description string StartText Represents the start text for this markup Declaration public string StartText { get; set; } Property Value Type Description string Methods ClearListItemSettings(ISettingsGroup, string) Clears the settings related to this object in settings group Declaration public override void ClearListItemSettings(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting Overrides BaseMarkupDataType.ClearListItemSettings(ISettingsGroup, string) Clone() Performs deep copy of the object. Declaration public override object Clone() Returns Type Description object Reference to the newly created object. Overrides AbstractSettingsClass.Clone() Equals(ISettingsClass) Declaration public override bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description bool Overrides AbstractSettingsClass.Equals(ISettingsClass) PopulateFromSettingsGroup(ISettingsGroup, string) Gets the settings for this markup from settings group Declaration public override void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting Overrides BaseMarkupDataType.PopulateFromSettingsGroup(ISettingsGroup, string) Read(IValueGetter) Declaration public override void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Overrides AbstractSettingsClass.Read(IValueGetter) ResetToDefaults() Restore all settings to default values. Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() Save(IValueProcessor) Declaration public override void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor Overrides AbstractSettingsClass.Save(IValueProcessor) SaveToSettingsGroup(ISettingsGroup, string) Saves this markup to settings group Declaration public override void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup string listItemSetting Overrides BaseMarkupDataType.SaveToSettingsGroup(ISettingsGroup, string) ToString() Returns a System.String that represents the current object. Declaration public override string ToString() Returns Type Description string A System.String that represents the current object. Overrides BaseMarkupDataType.ToString() Implements ISettingsClass ICloneable IEquatable ISerializableListItem INotifyPropertyChanged" + "keywords": "Class TextPairMarkup Markup representation for TextPairs (Quick Inserts) Inheritance System.Object FileTypeSettingsBase AbstractSettingsClass BaseMarkupDataType TextPairMarkup Implements ISettingsClass System.ICloneable System.IEquatable < ISettingsClass > ISerializableListItem System.ComponentModel.INotifyPropertyChanged Inherited Members BaseMarkupDataType.OnPropertyChanged(String) BaseMarkupDataType.GetSettingFromSettingsGroup(ISettingsGroup, String, T) BaseMarkupDataType.UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) BaseMarkupDataType.SettingName BaseMarkupDataType.PropertyChanged AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, String) AbstractSettingsClass.Equals(Object) AbstractSettingsClass.GetEmbeddedContentProcessorIds() AbstractSettingsClass.HasEmbeddedContentProcessorIds FileTypeSettingsBase.SaveInGroup(ISettingsGroup, String, T) 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.FileTypeSupport.Framework.Core.Settings.QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class TextPairMarkup : BaseMarkupDataType, ISettingsClass, ICloneable, IEquatable, ISerializableListItem Constructors TextPairMarkup() Declaration public TextPairMarkup() Properties EndText Represents the end text for this markup Declaration public string EndText { get; set; } Property Value Type Description System.String StartText Represents the start text for this markup Declaration public string StartText { get; set; } Property Value Type Description System.String Methods ClearListItemSettings(ISettingsGroup, String) Clears the settings related to this object in settings group Declaration public override void ClearListItemSettings(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting Overrides BaseMarkupDataType.ClearListItemSettings(ISettingsGroup, String) Clone() Performs deep copy of the object. Declaration public override object Clone() Returns Type Description System.Object Reference to the newly created object. Overrides AbstractSettingsClass.Clone() Equals(ISettingsClass) Declaration public override bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description System.Boolean Overrides AbstractSettingsClass.Equals(ISettingsClass) PopulateFromSettingsGroup(ISettingsGroup, String) Gets the settings for this markup from settings group Declaration public override void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting Overrides BaseMarkupDataType.PopulateFromSettingsGroup(ISettingsGroup, String) Read(IValueGetter) Declaration public override void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Overrides AbstractSettingsClass.Read(IValueGetter) ResetToDefaults() Declaration public override void ResetToDefaults() Overrides FileTypeSettingsBase.ResetToDefaults() Save(IValueProcessor) Declaration public override void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor Overrides AbstractSettingsClass.Save(IValueProcessor) SaveToSettingsGroup(ISettingsGroup, String) Saves this markup to settings group Declaration public override void SaveToSettingsGroup(ISettingsGroup settingsGroup, string listItemSetting) Parameters Type Name Description ISettingsGroup settingsGroup System.String listItemSetting Overrides BaseMarkupDataType.SaveToSettingsGroup(ISettingsGroup, String) ToString() Returns a System.String that represents the current object. Declaration public override string ToString() Returns Type Description System.String A System.String that represents the current object. Overrides BaseMarkupDataType.ToString() Implements ISettingsClass System.ICloneable System.IEquatable ISerializableListItem System.ComponentModel.INotifyPropertyChanged" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html", "title": "Class AbstractSettingsClass", - "keywords": "Class AbstractSettingsClass Inheritance object FileTypeSettingsBase AbstractSettingsClass GenericVerifierSettings FormattingGroupSettings BaseMarkupDataType QuickInsertSettings QuickInsertsSettings Implements INotifyPropertyChanged ISettingsClass ICloneable IEquatable ISettingsClass Inherited Members FileTypeSettingsBase.ResetToDefaults() FileTypeSettingsBase.OnPropertyChanged(string) FileTypeSettingsBase.GetSettingFromSettingsGroup(ISettingsGroup, string, T) FileTypeSettingsBase.UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) FileTypeSettingsBase.SaveInGroup(ISettingsGroup, string, T) FileTypeSettingsBase.PropertyChanged object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Serialization Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public abstract class AbstractSettingsClass : FileTypeSettingsBase, INotifyPropertyChanged, ISettingsClass, ICloneable, IEquatable Constructors AbstractSettingsClass() Declaration protected AbstractSettingsClass() Properties HasEmbeddedContentProcessorIds Should be overriden with true in at most one settings class of the filter. Declaration protected virtual bool HasEmbeddedContentProcessorIds { get; } Property Value Type Description bool Remarks Returns whether the filter depends on other embedded content processors whose settings will have to be fetched too. SettingName Declaration public abstract string SettingName { get; } Property Value Type Description string Methods Clone() Declaration public abstract object Clone() Returns Type Description object Equals(ISettingsClass) Declaration public abstract bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description bool Equals(object) Declaration public override sealed bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetEmbeddedContentProcessorIds() Should be overriden in at most one settings class of the filter. Returns the ids of embedded content processors that the filter depends on using the current settings. Declaration protected virtual IEnumerable GetEmbeddedContentProcessorIds() Returns Type Description IEnumerable string Remarks This is needed because the settings of those processors will have to be fetched together with the current one. PopulateFromSettingsBundle(ISettingsBundle, string) Populates the settings for a specific file type configuration. Declaration public override sealed void PopulateFromSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle The settings bundle to read settings from. string fileTypeConfigurationId Id that can be used (as key) to retrieve the settings group with file type specific settings from the settings bundle (this is normally equal to the file type definition id). Default settings should be used if no settings group exists with the specified configuration id. Overrides FileTypeSettingsBase.PopulateFromSettingsBundle(ISettingsBundle, string) Read(IValueGetter) Declaration public abstract void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Save(IValueProcessor) Declaration public abstract void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor SaveDefaultsToSettingsBundle(ISettingsBundle, string) Stores default settings for a specified file type configuration. Each setting must have its default value explicitly stored. Declaration public override sealed void SaveDefaultsToSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle The default settings bundle in which the settings should be stored. string fileTypeConfigurationId Id for the settings group that file type specific settings should be stored in. Overrides FileTypeSettingsBase.SaveDefaultsToSettingsBundle(ISettingsBundle, string) SaveToSettingsBundle(ISettingsBundle, string) Stores settings for a specified file type configuration. Declaration public override sealed void SaveToSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle The settings bundle in which the settings should be stored. string fileTypeConfigurationId Id for the settings group that file type specific settings should be stored in. Overrides FileTypeSettingsBase.SaveToSettingsBundle(ISettingsBundle, string) Implements INotifyPropertyChanged ISettingsClass ICloneable IEquatable" + "keywords": "Class AbstractSettingsClass Inheritance System.Object FileTypeSettingsBase AbstractSettingsClass GenericVerifierSettings FormattingGroupSettings BaseMarkupDataType QuickInsertSettings QuickInsertsSettings Implements System.ComponentModel.INotifyPropertyChanged ISettingsClass System.ICloneable System.IEquatable < ISettingsClass > Inherited Members FileTypeSettingsBase.ResetToDefaults() FileTypeSettingsBase.OnPropertyChanged(String) FileTypeSettingsBase.GetSettingFromSettingsGroup(ISettingsGroup, String, T) FileTypeSettingsBase.UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) FileTypeSettingsBase.SaveInGroup(ISettingsGroup, String, T) FileTypeSettingsBase.PropertyChanged System.Object.ToString() 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.FileTypeSupport.Framework.Core.Settings.Serialization Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public abstract class AbstractSettingsClass : FileTypeSettingsBase, ISettingsClass, ICloneable, IEquatable Constructors AbstractSettingsClass() Declaration protected AbstractSettingsClass() Properties HasEmbeddedContentProcessorIds Should be overriden with true in at most one settings class of the filter. Declaration protected virtual bool HasEmbeddedContentProcessorIds { get; } Property Value Type Description System.Boolean Remarks Returns whether the filter depends on other embedded content processors whose settings will have to be fetched too. SettingName Declaration public abstract string SettingName { get; } Property Value Type Description System.String Methods Clone() Declaration public abstract object Clone() Returns Type Description System.Object Equals(ISettingsClass) Declaration public abstract bool Equals(ISettingsClass other) Parameters Type Name Description ISettingsClass other Returns Type Description System.Boolean Equals(Object) Declaration public sealed override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetEmbeddedContentProcessorIds() Should be overriden in at most one settings class of the filter. Returns the ids of embedded content processors that the filter depends on using the current settings. Declaration protected virtual IEnumerable GetEmbeddedContentProcessorIds() Returns Type Description System.Collections.Generic.IEnumerable < System.String > Remarks This is needed because the settings of those processors will have to be fetched together with the current one. PopulateFromSettingsBundle(ISettingsBundle, String) Declaration public sealed override void PopulateFromSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle System.String fileTypeConfigurationId Overrides FileTypeSettingsBase.PopulateFromSettingsBundle(ISettingsBundle, String) Read(IValueGetter) Declaration public abstract void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter Save(IValueProcessor) Declaration public abstract void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor SaveDefaultsToSettingsBundle(ISettingsBundle, String) Declaration public sealed override void SaveDefaultsToSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle System.String fileTypeConfigurationId Overrides FileTypeSettingsBase.SaveDefaultsToSettingsBundle(ISettingsBundle, String) SaveToSettingsBundle(ISettingsBundle, String) Declaration public sealed override void SaveToSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle System.String fileTypeConfigurationId Overrides FileTypeSettingsBase.SaveToSettingsBundle(ISettingsBundle, String) Implements System.ComponentModel.INotifyPropertyChanged ISettingsClass System.ICloneable System.IEquatable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.html", "title": "Class GenericFileTypeSettingsConverter", - "keywords": "Class GenericFileTypeSettingsConverter Inheritance object GenericFileTypeSettingsConverter Implements IFileTypeSettingsConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Serialization Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class GenericFileTypeSettingsConverter : IFileTypeSettingsConverter Constructors GenericFileTypeSettingsConverter(params SettingsBundleConverterMethod[]) Declaration public GenericFileTypeSettingsConverter(params SettingsBundleConverterMethod[] conversionMethods) Parameters Type Name Description SettingsBundleConverterMethod conversionMethods Methods ConvertJsonToXml(ISettingsBundle, ISettingsBundle, string) Converts from Json to XML passing in both settings bundles and fileTypeConfigurationId Declaration public void ConvertJsonToXml(ISettingsBundle jsonSettingsBundle, ISettingsBundle xmlSettingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle jsonSettingsBundle JSON settings bundle ISettingsBundle xmlSettingsBundle XML settings bundle string fileTypeConfigurationId fileTypeConfigurationId ConvertJsonToXml(ISettingsBundle, string) Converts from a Json settings object to an Xml settings object Declaration public ISettingsBundle ConvertJsonToXml(ISettingsBundle jsonSettingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle jsonSettingsBundle json settings bundle string fileTypeConfigurationId fileTypeConfigurationId Returns Type Description ISettingsBundle A populated ISettingsBundle with settings from passed in jsonSettingsBundle ConvertXmlToJson(ISettingsBundle, ISettingsBundle, string) Converts from XML to JSON passing in both settings bundles and fileTypeConfigurationId Declaration public void ConvertXmlToJson(ISettingsBundle xmlSettingsBundle, ISettingsBundle jsonSettingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle xmlSettingsBundle XML settings bundle ISettingsBundle jsonSettingsBundle JSON settings bundle string fileTypeConfigurationId fileTypeConfigurationId ConvertXmlToJson(ISettingsBundle, string) Converts from an Xml settings object to a Json settings object Declaration public ISettingsBundle ConvertXmlToJson(ISettingsBundle xmlSettingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle xmlSettingsBundle xml settings bundle string fileTypeConfigurationId fileTypeConfigurationId Returns Type Description ISettingsBundle IJsonSettingsBundle with settings from passed in xmlSettingsBundle Implements IFileTypeSettingsConverter" + "keywords": "Class GenericFileTypeSettingsConverter Inheritance System.Object GenericFileTypeSettingsConverter Implements IFileTypeSettingsConverter 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.FileTypeSupport.Framework.Core.Settings.Serialization Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public class GenericFileTypeSettingsConverter : IFileTypeSettingsConverter Constructors GenericFileTypeSettingsConverter(SettingsBundleConverterMethod[]) Declaration public GenericFileTypeSettingsConverter(params SettingsBundleConverterMethod[] conversionMethods) Parameters Type Name Description SettingsBundleConverterMethod [] conversionMethods Methods ConvertJsonToXml(ISettingsBundle, ISettingsBundle, String) Declaration public void ConvertJsonToXml(ISettingsBundle jsonSettingsBundle, ISettingsBundle xmlSettingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle jsonSettingsBundle ISettingsBundle xmlSettingsBundle System.String fileTypeConfigurationId ConvertJsonToXml(ISettingsBundle, String) Declaration public ISettingsBundle ConvertJsonToXml(ISettingsBundle jsonSettingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle jsonSettingsBundle System.String fileTypeConfigurationId Returns Type Description ISettingsBundle ConvertXmlToJson(ISettingsBundle, ISettingsBundle, String) Declaration public void ConvertXmlToJson(ISettingsBundle xmlSettingsBundle, ISettingsBundle jsonSettingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle xmlSettingsBundle ISettingsBundle jsonSettingsBundle System.String fileTypeConfigurationId ConvertXmlToJson(ISettingsBundle, String) Declaration public ISettingsBundle ConvertXmlToJson(ISettingsBundle xmlSettingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle xmlSettingsBundle System.String fileTypeConfigurationId Returns Type Description ISettingsBundle Implements IFileTypeSettingsConverter" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.html", @@ -1372,32 +1072,32 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass.html", "title": "Interface ISettingsClass", - "keywords": "Interface ISettingsClass Inherited Members ICloneable.Clone() IEquatable.Equals(ISettingsClass) Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Serialization Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface ISettingsClass : ICloneable, IEquatable Methods Read(IValueGetter) Declaration void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter ResetToDefaults() Declaration void ResetToDefaults() Save(IValueProcessor) Declaration void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor" + "keywords": "Interface ISettingsClass Inherited Members System.ICloneable.Clone() System.IEquatable.Equals(Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass) Namespace : Sdl.FileTypeSupport.Framework.Core.Settings.Serialization Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface ISettingsClass : ICloneable, IEquatable Methods Read(IValueGetter) Declaration void Read(IValueGetter valueGetter) Parameters Type Name Description IValueGetter valueGetter ResetToDefaults() Declaration void ResetToDefaults() Save(IValueProcessor) Declaration void Save(IValueProcessor valueProcessor) Parameters Type Name Description IValueProcessor valueProcessor" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.html", "title": "Interface IValueGetter", - "keywords": "Interface IValueGetter Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Serialization Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface IValueGetter Methods GetCompositeList(string, List) Declaration List GetCompositeList(string key, List defaultValue) where T : ISettingsClass, new() Parameters Type Name Description string key List defaultValue Returns Type Description List Type Parameters Name Description T GetStringDictionary(string, Dictionary) Declaration Dictionary GetStringDictionary(string key, Dictionary defaultValue) Parameters Type Name Description string key Dictionary string string defaultValue Returns Type Description Dictionary string string GetStringList(string, List) Declaration List GetStringList(string key, List defaultValue) Parameters Type Name Description string key List string defaultValue Returns Type Description List string GetValue(string, bool) Declaration bool GetValue(string key, bool defaultValue) Parameters Type Name Description string key bool defaultValue Returns Type Description bool GetValue(string, int) Declaration int GetValue(string key, int defaultValue) Parameters Type Name Description string key int defaultValue Returns Type Description int GetValue(string, string) Declaration string GetValue(string key, string defaultValue) Parameters Type Name Description string key string defaultValue Returns Type Description string GetValue(string, T, bool) Declaration T GetValue(string key, T defaultValue, bool discardKey) where T : ISettingsClass, new() Parameters Type Name Description string key T defaultValue bool discardKey Returns Type Description T Type Parameters Name Description T" + "keywords": "Interface IValueGetter Namespace : Sdl.FileTypeSupport.Framework.Core.Settings.Serialization Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface IValueGetter Methods GetCompositeList(String, List) Declaration List GetCompositeList(string key, List defaultValue) where T : ISettingsClass, new() Parameters Type Name Description System.String key System.Collections.Generic.List defaultValue Returns Type Description System.Collections.Generic.List Type Parameters Name Description T GetStringDictionary(String, Dictionary) Declaration Dictionary GetStringDictionary(string key, Dictionary defaultValue) Parameters Type Name Description System.String key System.Collections.Generic.Dictionary < System.String , System.String > defaultValue Returns Type Description System.Collections.Generic.Dictionary < System.String , System.String > GetStringList(String, List) Declaration List GetStringList(string key, List defaultValue) Parameters Type Name Description System.String key System.Collections.Generic.List < System.String > defaultValue Returns Type Description System.Collections.Generic.List < System.String > GetValue(String, Boolean) Declaration bool GetValue(string key, bool defaultValue) Parameters Type Name Description System.String key System.Boolean defaultValue Returns Type Description System.Boolean GetValue(String, Int32) Declaration int GetValue(string key, int defaultValue) Parameters Type Name Description System.String key System.Int32 defaultValue Returns Type Description System.Int32 GetValue(String, String) Declaration string GetValue(string key, string defaultValue) Parameters Type Name Description System.String key System.String defaultValue Returns Type Description System.String GetValue(String, T, Boolean) Declaration T GetValue(string key, T defaultValue, bool discardKey) where T : ISettingsClass, new() Parameters Type Name Description System.String key T defaultValue System.Boolean discardKey Returns Type Description T Type Parameters Name Description T" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.html", "title": "Interface IValueProcessor", - "keywords": "Interface IValueProcessor Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Serialization Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface IValueProcessor Methods Process(string, ISettingsClass, ISettingsClass, bool) Declaration void Process(string key, ISettingsClass value, ISettingsClass defaultValue, bool discardKey) Parameters Type Name Description string key ISettingsClass value ISettingsClass defaultValue bool discardKey Process(string, bool, bool) Declaration void Process(string key, bool value, bool defaultValue) Parameters Type Name Description string key bool value bool defaultValue Process(string, IReadOnlyDictionary, IReadOnlyDictionary) Declaration void Process(string key, IReadOnlyDictionary value, IReadOnlyDictionary defaultValues) Parameters Type Name Description string key IReadOnlyDictionary string string value IReadOnlyDictionary string string defaultValues Process(string, IReadOnlyList, IReadOnlyList) Declaration void Process(string key, IReadOnlyList value, IReadOnlyList defaultValue) Parameters Type Name Description string key IReadOnlyList ISettingsClass value IReadOnlyList ISettingsClass defaultValue Process(string, List, List) Declaration void Process(string key, List value, List defaultValue) Parameters Type Name Description string key List string value List string defaultValue Process(string, int, int) Declaration void Process(string key, int value, int defaultValue) Parameters Type Name Description string key int value int defaultValue Process(string, string, string) Declaration void Process(string key, string value, string defaultValue) Parameters Type Name Description string key string value string defaultValue" + "keywords": "Interface IValueProcessor Namespace : Sdl.FileTypeSupport.Framework.Core.Settings.Serialization Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public interface IValueProcessor Methods Process(String, ISettingsClass, ISettingsClass, Boolean) Declaration void Process(string key, ISettingsClass value, ISettingsClass defaultValue, bool discardKey) Parameters Type Name Description System.String key ISettingsClass value ISettingsClass defaultValue System.Boolean discardKey Process(String, Boolean, Boolean) Declaration void Process(string key, bool value, bool defaultValue) Parameters Type Name Description System.String key System.Boolean value System.Boolean defaultValue Process(String, IReadOnlyDictionary, IReadOnlyDictionary) Declaration void Process(string key, IReadOnlyDictionary value, IReadOnlyDictionary defaultValues) Parameters Type Name Description System.String key System.Collections.Generic.IReadOnlyDictionary < System.String , System.String > value System.Collections.Generic.IReadOnlyDictionary < System.String , System.String > defaultValues Process(String, IReadOnlyList, IReadOnlyList) Declaration void Process(string key, IReadOnlyList value, IReadOnlyList defaultValue) Parameters Type Name Description System.String key System.Collections.Generic.IReadOnlyList < ISettingsClass > value System.Collections.Generic.IReadOnlyList < ISettingsClass > defaultValue Process(String, List, List) Declaration void Process(string key, List value, List defaultValue) Parameters Type Name Description System.String key System.Collections.Generic.List < System.String > value System.Collections.Generic.List < System.String > defaultValue Process(String, Int32, Int32) Declaration void Process(string key, int value, int defaultValue) Parameters Type Name Description System.String key System.Int32 value System.Int32 defaultValue Process(String, String, String) Declaration void Process(string key, string value, string defaultValue) Parameters Type Name Description System.String key System.String value System.String defaultValue" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.html", "title": "Delegate SettingsBundleConverterMethod", - "keywords": "Delegate SettingsBundleConverterMethod Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Serialization Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public delegate void SettingsBundleConverterMethod(ISettingsBundle sourceSettingsBundle, ISettingsBundle targetSettingsBundle, string fileTypeId) Parameters Type Name Description ISettingsBundle sourceSettingsBundle ISettingsBundle targetSettingsBundle string fileTypeId Constructors SettingsBundleConverterMethod(object, IntPtr) Declaration public SettingsBundleConverterMethod(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(ISettingsBundle, ISettingsBundle, string, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(ISettingsBundle sourceSettingsBundle, ISettingsBundle targetSettingsBundle, string fileTypeId, AsyncCallback callback, object @object) Parameters Type Name Description ISettingsBundle sourceSettingsBundle ISettingsBundle targetSettingsBundle string fileTypeId AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(ISettingsBundle, ISettingsBundle, string) Declaration public virtual void Invoke(ISettingsBundle sourceSettingsBundle, ISettingsBundle targetSettingsBundle, string fileTypeId) Parameters Type Name Description ISettingsBundle sourceSettingsBundle ISettingsBundle targetSettingsBundle string fileTypeId" + "keywords": "Delegate SettingsBundleConverterMethod Namespace : Sdl.FileTypeSupport.Framework.Core.Settings.Serialization Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public delegate void SettingsBundleConverterMethod(ISettingsBundle sourceSettingsBundle, ISettingsBundle targetSettingsBundle, string fileTypeId); Parameters Type Name Description ISettingsBundle sourceSettingsBundle ISettingsBundle targetSettingsBundle System.String fileTypeId Constructors SettingsBundleConverterMethod(Object, IntPtr) Declaration public SettingsBundleConverterMethod(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(ISettingsBundle, ISettingsBundle, String, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(ISettingsBundle sourceSettingsBundle, ISettingsBundle targetSettingsBundle, string fileTypeId, AsyncCallback callback, object object) Parameters Type Name Description ISettingsBundle sourceSettingsBundle ISettingsBundle targetSettingsBundle System.String fileTypeId System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Invoke(ISettingsBundle, ISettingsBundle, String) Declaration public virtual void Invoke(ISettingsBundle sourceSettingsBundle, ISettingsBundle targetSettingsBundle, string fileTypeId) Parameters Type Name Description ISettingsBundle sourceSettingsBundle ISettingsBundle targetSettingsBundle System.String fileTypeId" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.html", "title": "Class SettingsFormatConverter", - "keywords": "Class SettingsFormatConverter Inheritance object SettingsFormatConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Settings Serialization Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public static class SettingsFormatConverter Methods ConvertSettings(ISettingsBundle, ISettingsBundle, string) Declaration public static void ConvertSettings(ISettingsBundle sourceSettingsBundle, ISettingsBundle targetSettingsBundle, string fileTypeId) where T : FileTypeSettingsBase, new() Parameters Type Name Description ISettingsBundle sourceSettingsBundle ISettingsBundle targetSettingsBundle string fileTypeId Type Parameters Name Description T" + "keywords": "Class SettingsFormatConverter Inheritance System.Object SettingsFormatConverter 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.FileTypeSupport.Framework.Core.Settings.Serialization Assembly : Sdl.FileTypeSupport.Framework.Core.Settings.dll Syntax public static class SettingsFormatConverter Methods ConvertSettings(ISettingsBundle, ISettingsBundle, String) Declaration public static void ConvertSettings(ISettingsBundle sourceSettingsBundle, ISettingsBundle targetSettingsBundle, string fileTypeId) where T : FileTypeSettingsBase, new() Parameters Type Name Description ISettingsBundle sourceSettingsBundle ISettingsBundle targetSettingsBundle System.String fileTypeId Type Parameters Name Description T" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.html", "title": "Class AsposeLicenseEncoder", - "keywords": "Class AsposeLicenseEncoder Can be used to get the license key stream that is used with Aspose products Inheritance object AsposeLicenseEncoder Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities AsposeLicense Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class AsposeLicenseEncoder Constructors AsposeLicenseEncoder() Declaration public AsposeLicenseEncoder() Methods GenerateEncodedLicenseFile(string) Can be used for applying the obfuscation to a new license file Declaration public string GenerateEncodedLicenseFile(string path) Parameters Type Name Description string path Returns Type Description string GetEncodedLicense() Returns the license stream that has to be passed into Aspose's methods. The key is stored obfuscated in an embedded resource. Declaration public Stream GetEncodedLicense() Returns Type Description Stream" + "keywords": "Class AsposeLicenseEncoder Can be used to get the license key stream that is used with Aspose products Inheritance System.Object AsposeLicenseEncoder 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.FileTypeSupport.Framework.Core.Utilities.AsposeLicense Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class AsposeLicenseEncoder Constructors AsposeLicenseEncoder() Declaration public AsposeLicenseEncoder() Methods GenerateEncodedLicenseFile(String) Can be used for applying the obfuscation to a new license file Declaration public string GenerateEncodedLicenseFile(string path) Parameters Type Name Description System.String path Returns Type Description System.String GetEncodedLicense() Returns the license stream that has to be passed into Aspose's methods. The key is stored obfuscated in an embedded resource. Declaration public Stream GetEncodedLicense() Returns Type Description System.IO.Stream" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.html", @@ -1407,62 +1107,62 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.html", "title": "Class BilingualContentHandlerAdapter", - "keywords": "Class BilingualContentHandlerAdapter Adapter that allows an IBilingualContentHandler implementation to be used as a bilingual content processor. Inheritance object BilingualContentHandlerAdapter Implements IBilingualContentProcessor IBilingualContentHandler IBilingualFileTypeComponent IBilingualDocumentOutputPropertiesAware ISharedObjectsAware ISettingsAware Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class BilingualContentHandlerAdapter : IBilingualContentProcessor, IBilingualContentHandler, IBilingualFileTypeComponent, IBilingualDocumentOutputPropertiesAware, ISharedObjectsAware, ISettingsAware Remarks The implementation first calls the content handler, and then makes the corresponding call on the output. It also wraps the implementations of IBilingualFileTypeComponent , IBilingualDocumentOutputPropertiesAware , and ISharedObjectsAware and forwards calls to those interfaces of the implementation (if it implements these interfaces). Constructors BilingualContentHandlerAdapter() Default constructor Declaration public BilingualContentHandlerAdapter() BilingualContentHandlerAdapter(IBilingualContentHandler) Construct with content handler implementation to use Declaration public BilingualContentHandlerAdapter(IBilingualContentHandler impl) Parameters Type Name Description IBilingualContentHandler impl Properties Impl Implementation content handler, or null if none Declaration public IBilingualContentHandler Impl { get; set; } Property Value Type Description IBilingualContentHandler ItemFactory Calls the corresponding property on the implementation (if available). Declaration public IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory MessageReporter Calls the corresponding property on the implementation (if available). Declaration public IBilingualContentMessageReporter MessageReporter { get; set; } Property Value Type Description IBilingualContentMessageReporter Output The implementation holds the property as a field. Declaration public IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler Methods Complete() Calls the corresponding method on the implementation and the output (if available). Declaration public void Complete() FileComplete() Calls the corresponding method on the implementation and the output (if available). Declaration public void FileComplete() GetProposedFileInfo(IDocumentProperties, IOutputFileInfo) Calls the corresponding method on the implementation (if available). Declaration public void GetProposedFileInfo(IDocumentProperties documentInfo, IOutputFileInfo proposedFileInfo) Parameters Type Name Description IDocumentProperties documentInfo IOutputFileInfo proposedFileInfo Initialize(IDocumentProperties) Calls the corresponding method on the implementation and the output (if available). Declaration public void Initialize(IDocumentProperties documentInfo) Parameters Type Name Description IDocumentProperties documentInfo InitializeSettings(ISettingsBundle, string) Calls the corresponding method on the implementation (if available). Declaration public void InitializeSettings(ISettingsBundle settingsBundle, string configurationId) Parameters Type Name Description ISettingsBundle settingsBundle The SettingsBundle containing settings string configurationId The FileTypeDefinitionId used to reference the correct SettingsGroup in the SettingsBundle ProcessParagraphUnit(IParagraphUnit) Calls the corresponding method on the implementation and the output (if available). Declaration public void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit SetFileProperties(IFileProperties) Calls the corresponding method on the implementation and the output (if available). Declaration public void SetFileProperties(IFileProperties fileInfo) Parameters Type Name Description IFileProperties fileInfo SetOutputProperties(IBilingualDocumentOutputProperties) Calls the corresponding method on the implementation (if available). Declaration public void SetOutputProperties(IBilingualDocumentOutputProperties outputProperties) Parameters Type Name Description IBilingualDocumentOutputProperties outputProperties SetSharedObjects(ISharedObjects) Calls the corresponding method on the implementation (if available). Declaration public void SetSharedObjects(ISharedObjects sharedObjects) Parameters Type Name Description ISharedObjects sharedObjects Implements IBilingualContentProcessor IBilingualContentHandler IBilingualFileTypeComponent IBilingualDocumentOutputPropertiesAware ISharedObjectsAware ISettingsAware" + "keywords": "Class BilingualContentHandlerAdapter Adapter that allows an IBilingualContentHandler implementation to be used as a bilingual content processor. Inheritance System.Object BilingualContentHandlerAdapter Implements IBilingualContentProcessor IBilingualContentHandler IBilingualFileTypeComponent IBilingualDocumentOutputPropertiesAware ISharedObjectsAware ISettingsAware 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.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class BilingualContentHandlerAdapter : IBilingualContentProcessor, IBilingualContentHandler, IBilingualFileTypeComponent, IBilingualDocumentOutputPropertiesAware, ISharedObjectsAware, ISettingsAware Remarks The implementation first calls the content handler, and then makes the corresponding call on the output. It also wraps the implementations of IBilingualFileTypeComponent , IBilingualDocumentOutputPropertiesAware , and ISharedObjectsAware and forwards calls to those interfaces of the implementation (if it implements these interfaces). Constructors BilingualContentHandlerAdapter() Default constructor Declaration public BilingualContentHandlerAdapter() BilingualContentHandlerAdapter(IBilingualContentHandler) Construct with content handler implementation to use Declaration public BilingualContentHandlerAdapter(IBilingualContentHandler impl) Parameters Type Name Description IBilingualContentHandler impl Properties Impl Implementation content handler, or null if none Declaration public IBilingualContentHandler Impl { get; set; } Property Value Type Description IBilingualContentHandler ItemFactory Calls the corresponding property on the implementation (if available). Declaration public IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory MessageReporter Calls the corresponding property on the implementation (if available). Declaration public IBilingualContentMessageReporter MessageReporter { get; set; } Property Value Type Description IBilingualContentMessageReporter Output The implementation holds the property as a field. Declaration public IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler Methods Complete() Calls the corresponding method on the implementation and the output (if available). Declaration public void Complete() FileComplete() Calls the corresponding method on the implementation and the output (if available). Declaration public void FileComplete() GetProposedFileInfo(IDocumentProperties, IOutputFileInfo) Calls the corresponding method on the implementation (if available). Declaration public void GetProposedFileInfo(IDocumentProperties documentInfo, IOutputFileInfo proposedFileInfo) Parameters Type Name Description IDocumentProperties documentInfo IOutputFileInfo proposedFileInfo Initialize(IDocumentProperties) Calls the corresponding method on the implementation and the output (if available). Declaration public void Initialize(IDocumentProperties documentInfo) Parameters Type Name Description IDocumentProperties documentInfo InitializeSettings(ISettingsBundle, String) Calls the corresponding method on the implementation (if available). Declaration public void InitializeSettings(ISettingsBundle settingsBundle, string configurationId) Parameters Type Name Description ISettingsBundle settingsBundle The SettingsBundle containing settings System.String configurationId The FileTypeDefinitionId used to reference the correct SettingsGroup in the SettingsBundle ProcessParagraphUnit(IParagraphUnit) Calls the corresponding method on the implementation and the output (if available). Declaration public void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit SetFileProperties(IFileProperties) Calls the corresponding method on the implementation and the output (if available). Declaration public void SetFileProperties(IFileProperties fileInfo) Parameters Type Name Description IFileProperties fileInfo SetOutputProperties(IBilingualDocumentOutputProperties) Calls the corresponding method on the implementation (if available). Declaration public void SetOutputProperties(IBilingualDocumentOutputProperties outputProperties) Parameters Type Name Description IBilingualDocumentOutputProperties outputProperties SetSharedObjects(ISharedObjects) Calls the corresponding method on the implementation (if available). Declaration public void SetSharedObjects(ISharedObjects sharedObjects) Parameters Type Name Description ISharedObjects sharedObjects Implements IBilingualContentProcessor IBilingualContentHandler IBilingualFileTypeComponent IBilingualDocumentOutputPropertiesAware ISharedObjectsAware ISettingsAware" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.html", "title": "Class BufferedBilingualContentHandler", - "keywords": "Class BufferedBilingualContentHandler Buffer and Bilingual Content Handler in one class - this allows for handling multiple files in stream correctly (such as in the case of sub-content) Inheritance object BufferedBilingualContentHandler Implements IBilingualContentHandler Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class BufferedBilingualContentHandler : IBilingualContentHandler Constructors BufferedBilingualContentHandler() Constructor Declaration public BufferedBilingualContentHandler() BufferedBilingualContentHandler(IBilingualContentHandler) Construct with the bilingual content processor that will be used for output from the buffer. Declaration public BufferedBilingualContentHandler(IBilingualContentHandler output) Parameters Type Name Description IBilingualContentHandler output Properties BufferedParagraphUnits Provides access to the ParagraphUnits that are currently in the buffer. Declaration public List BufferedParagraphUnits { get; } Property Value Type Description List IParagraphUnit IsEmpty true if the buffer is empty. Declaration public bool IsEmpty { get; } Property Value Type Description bool IsHolding Indicates if the buffer is actively buffering calls. Declaration public bool IsHolding { get; } Property Value Type Description bool Output When the buffer is not holding calls, all ParagraphUnits will be output to this interface. Declaration public IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler Methods Complete() Complete Declaration public void Complete() FileComplete() FileComplete Declaration public void FileComplete() Hold() Start buffering ParagraphUnits. If the buffer is already holding, this call has no effect. Declaration public void Hold() Initialize(IDocumentProperties) Initialize Declaration public void Initialize(IDocumentProperties documentInfo) Parameters Type Name Description IDocumentProperties documentInfo Document Info ProcessParagraphUnit(IParagraphUnit) Call this to process a ParagraphUnit. If the buffer is holding, the paragraph unit will be added to the buffer and output once the buffer has been released. If not, the paragraph unit will be output immediately. Declaration public void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit Release() Releases the buffer content by calling the appropriate Process method for each ParagraphUnit on the Output. Removes all ParagraphUnits from the buffer. Declaration public void Release() SetFileProperties(IFileProperties) SetFileProperties Declaration public void SetFileProperties(IFileProperties fileInfo) Parameters Type Name Description IFileProperties fileInfo File Properties Implements IBilingualContentHandler" + "keywords": "Class BufferedBilingualContentHandler Buffer and Bilingual Content Handler in one class - this allows for handling multiple files in stream correctly (such as in the case of sub-content) Inheritance System.Object BufferedBilingualContentHandler Implements IBilingualContentHandler 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.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class BufferedBilingualContentHandler : IBilingualContentHandler Constructors BufferedBilingualContentHandler() Constructor Declaration public BufferedBilingualContentHandler() BufferedBilingualContentHandler(IBilingualContentHandler) Construct with the bilingual content processor that will be used for output from the buffer. Declaration public BufferedBilingualContentHandler(IBilingualContentHandler output) Parameters Type Name Description IBilingualContentHandler output Properties BufferedParagraphUnits Provides access to the ParagraphUnits that are currently in the buffer. Declaration public List BufferedParagraphUnits { get; } Property Value Type Description System.Collections.Generic.List < IParagraphUnit > IsEmpty true if the buffer is empty. Declaration public bool IsEmpty { get; } Property Value Type Description System.Boolean IsHolding Indicates if the buffer is actively buffering calls. Declaration public bool IsHolding { get; } Property Value Type Description System.Boolean Output When the buffer is not holding calls, all ParagraphUnits will be output to this interface. Declaration public IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler Methods Complete() Complete Declaration public void Complete() FileComplete() FileComplete Declaration public void FileComplete() Hold() Start buffering ParagraphUnits. If the buffer is already holding, this call has no effect. Declaration public void Hold() Initialize(IDocumentProperties) Initialize Declaration public void Initialize(IDocumentProperties documentInfo) Parameters Type Name Description IDocumentProperties documentInfo Document Info ProcessParagraphUnit(IParagraphUnit) Call this to process a ParagraphUnit. If the buffer is holding, the paragraph unit will be added to the buffer and output once the buffer has been released. If not, the paragraph unit will be output immediately. Declaration public void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit Release() Releases the buffer content by calling the appropriate Process method for each ParagraphUnit on the Output. Removes all ParagraphUnits from the buffer. Declaration public void Release() SetFileProperties(IFileProperties) SetFileProperties Declaration public void SetFileProperties(IFileProperties fileInfo) Parameters Type Name Description IFileProperties fileInfo File Properties Implements IBilingualContentHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.html", "title": "Class CharacterCountingIterator.EndOfItemCharacterCounterVisitor", - "keywords": "Class CharacterCountingIterator.EndOfItemCharacterCounterVisitor Visitor to count characters for \"end\" of parent containers. Inheritance object CharacterCountingIterator.EndOfItemCharacterCounterVisitor Implements CharacterCountingIterator ICharacterCountingVisitor IMarkupDataVisitor Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax protected class CharacterCountingIterator.EndOfItemCharacterCounterVisitor : CharacterCountingIterator.ICharacterCountingVisitor, IMarkupDataVisitor Constructors EndOfItemCharacterCounterVisitor() Declaration public EndOfItemCharacterCounterVisitor() Properties Count Number of characters counted Declaration public int Count { get; set; } Property Value Type Description int Methods VisitCommentMarker(ICommentMarker) \"end of comment\" counted as 0 characters. Declaration public virtual void VisitCommentMarker(ICommentMarker commentMarker) Parameters Type Name Description ICommentMarker commentMarker VisitLocationMarker(ILocationMarker) Should never be called, throws an exception. Declaration public virtual void VisitLocationMarker(ILocationMarker location) Parameters Type Name Description ILocationMarker location VisitLockedContent(ILockedContent) Should never be called, throws an exception. Declaration public virtual void VisitLockedContent(ILockedContent lockedContent) Parameters Type Name Description ILockedContent lockedContent VisitOtherMarker(IOtherMarker) \"end of other marker\" counted as 0 characters Declaration public virtual void VisitOtherMarker(IOtherMarker marker) Parameters Type Name Description IOtherMarker marker VisitPlaceholderTag(IPlaceholderTag) Should never be called, throws an exception. Declaration public virtual void VisitPlaceholderTag(IPlaceholderTag tag) Parameters Type Name Description IPlaceholderTag tag VisitRevisionMarker(IRevisionMarker) \"end of revision marker\" counted as 0 characters. Declaration public virtual void VisitRevisionMarker(IRevisionMarker revisionMarker) Parameters Type Name Description IRevisionMarker revisionMarker VisitSegment(ISegment) \"end of segment\" counted as 0 characters. Declaration public virtual void VisitSegment(ISegment segment) Parameters Type Name Description ISegment segment VisitTagPair(ITagPair) Count characters in the end tag. Declaration public virtual void VisitTagPair(ITagPair tagPair) Parameters Type Name Description ITagPair tagPair VisitText(IText) Should never be called, throws an exception. Declaration public virtual void VisitText(IText text) Parameters Type Name Description IText text Implements CharacterCountingIterator.ICharacterCountingVisitor IMarkupDataVisitor" + "keywords": "Class CharacterCountingIterator.EndOfItemCharacterCounterVisitor Visitor to count characters for \"end\" of parent containers. Inheritance System.Object CharacterCountingIterator.EndOfItemCharacterCounterVisitor Implements CharacterCountingIterator.ICharacterCountingVisitor IMarkupDataVisitor 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.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax protected class EndOfItemCharacterCounterVisitor : CharacterCountingIterator.ICharacterCountingVisitor, IMarkupDataVisitor Constructors EndOfItemCharacterCounterVisitor() Declaration public EndOfItemCharacterCounterVisitor() Properties Count Number of characters counted Declaration public int Count { get; set; } Property Value Type Description System.Int32 Methods VisitCommentMarker(ICommentMarker) \"end of comment\" counted as 0 characters. Declaration public virtual void VisitCommentMarker(ICommentMarker commentMarker) Parameters Type Name Description ICommentMarker commentMarker VisitLocationMarker(ILocationMarker) Should never be called, throws an exception. Declaration public virtual void VisitLocationMarker(ILocationMarker location) Parameters Type Name Description ILocationMarker location VisitLockedContent(ILockedContent) Should never be called, throws an exception. Declaration public virtual void VisitLockedContent(ILockedContent lockedContent) Parameters Type Name Description ILockedContent lockedContent VisitOtherMarker(IOtherMarker) \"end of other marker\" counted as 0 characters Declaration public virtual void VisitOtherMarker(IOtherMarker marker) Parameters Type Name Description IOtherMarker marker VisitPlaceholderTag(IPlaceholderTag) Should never be called, throws an exception. Declaration public virtual void VisitPlaceholderTag(IPlaceholderTag tag) Parameters Type Name Description IPlaceholderTag tag VisitRevisionMarker(IRevisionMarker) \"end of revision marker\" counted as 0 characters. Declaration public virtual void VisitRevisionMarker(IRevisionMarker revisionMarker) Parameters Type Name Description IRevisionMarker revisionMarker VisitSegment(ISegment) \"end of segment\" counted as 0 characters. Declaration public virtual void VisitSegment(ISegment segment) Parameters Type Name Description ISegment segment VisitTagPair(ITagPair) Count characters in the end tag. Declaration public virtual void VisitTagPair(ITagPair tagPair) Parameters Type Name Description ITagPair tagPair VisitText(IText) Should never be called, throws an exception. Declaration public virtual void VisitText(IText text) Parameters Type Name Description IText text Implements CharacterCountingIterator.ICharacterCountingVisitor IMarkupDataVisitor" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.html", "title": "Class CharacterCountingIterator", - "keywords": "Class CharacterCountingIterator Iterator that counts characters of text and tag items as it is moved forward and backward through the content of a paragraph. Inheritance object CharacterCountingIterator Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class CharacterCountingIterator Remarks Characters are counted in a similar fashion to how the content is represented in native API. Moving over a text item increments the count according to the number of characters that are found in the text. Moving over the start of a tag pair increments the count according to the number of characters in the tag content of the start tag properties. Moving over the end of a tag pair increments the count according to the number of characters in the tag content of the end tag properties. Moving over a placeholder tag increments the count according the number of characters in the tag content of the placeholder tag properties. Moving over a locked content node increments the count according to the number of characters that are present in all tags and text in the locked content (recursively). This component is used by the framework for approximate mapping of locations between the bilingual content and the native output format. Constructors CharacterCountingIterator(Location) Create the iterator with a specified start location. The root parent of the location determines the scope of the iteration. The iterator will not count past the end of the top-level parent. Declaration public CharacterCountingIterator(Location startLocation) Parameters Type Name Description Location startLocation The location passed to the iterator will be used and modified by the iterator. If you do not want the location to change, pass in a clone. CharacterCountingIterator(Location, Func, Func) This constructor overload allows a custom implementations of the counter visitor implementations. Declaration public CharacterCountingIterator(Location startLocation, Func startCounterFactory, Func endCounterFactory) Parameters Type Name Description Location startLocation Func CharacterCountingIterator ICharacterCountingVisitor startCounterFactory Factory method to create the implementation of the visitor that is used to count characters at the start of container nodes. Func CharacterCountingIterator ICharacterCountingVisitor endCounterFactory Factory method to create the implementation of the visitor that is used to count characters at the end of container nodes. Remarks Use this constructor with factory methods to create your own versions of the CharacterCountingIterator.StartOfItemCharacterCounterVisitor and CharacterCountingIterator.EndOfItemCharacterCounterVisitor to customize the character counting algorithm. Properties CharacterCount Number of characters counted up to this location. Declaration public int CharacterCount { get; set; } Property Value Type Description int Remarks If moving backwards of the start location, this may be a negative number. Assign to this property to reset the counter. CharactersToNextLocation The number of characters that that appear between the current location and the next available location. Declaration public int CharactersToNextLocation { get; } Property Value Type Description int Remarks This property is 0 if no location is available after the current location. CharactersToPreviousLocation The number of characters that appear between the current location and the preceding location. Declaration public int CharactersToPreviousLocation { get; } Property Value Type Description int Remarks This property returns 0 if no previous location exists. CurrentLocation The current counting location Declaration public Location CurrentLocation { get; set; } Property Value Type Description Location Remarks Assigning to this property has the effect of \"jumping\" to the new location without affecting the accumulated character count. Methods MoveNext() Increments the character count by the number of characters between the current location and the next location, and advances the location one step by calling MoveNext() . Declaration public bool MoveNext() Returns Type Description bool MovePrevious() Decrements the character count by the number of characters between the current location and the next location, and moves to the previous location by calling MovePrevious() . Declaration public bool MovePrevious() Returns Type Description bool" + "keywords": "Class CharacterCountingIterator Iterator that counts characters of text and tag items as it is moved forward and backward through the content of a paragraph. Inheritance System.Object CharacterCountingIterator 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.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class CharacterCountingIterator Remarks Characters are counted in a similar fashion to how the content is represented in native API. Moving over a text item increments the count according to the number of characters that are found in the text. Moving over the start of a tag pair increments the count according to the number of characters in the tag content of the start tag properties. Moving over the end of a tag pair increments the count according to the number of characters in the tag content of the end tag properties. Moving over a placeholder tag increments the count according the number of characters in the tag content of the placeholder tag properties. Moving over a locked content node increments the count according to the number of characters that are present in all tags and text in the locked content (recursively). This component is used by the framework for approximate mapping of locations between the bilingual content and the native output format. Constructors CharacterCountingIterator(Location) Create the iterator with a specified start location. The root parent of the location determines the scope of the iteration. The iterator will not count past the end of the top-level parent. Declaration public CharacterCountingIterator(Location startLocation) Parameters Type Name Description Location startLocation The location passed to the iterator will be used and modified by the iterator. If you do not want the location to change, pass in a clone. CharacterCountingIterator(Location, Func, Func) This constructor overload allows a custom implementations of the counter visitor implementations. Declaration public CharacterCountingIterator(Location startLocation, Func startCounterFactory, Func endCounterFactory) Parameters Type Name Description Location startLocation System.Func < CharacterCountingIterator.ICharacterCountingVisitor > startCounterFactory Factory method to create the implementation of the visitor that is used to count characters at the start of container nodes. System.Func < CharacterCountingIterator.ICharacterCountingVisitor > endCounterFactory Factory method to create the implementation of the visitor that is used to count characters at the end of container nodes. Remarks Use this constructor with factory methods to create your own versions of the CharacterCountingIterator.StartOfItemCharacterCounterVisitor and CharacterCountingIterator.EndOfItemCharacterCounterVisitor to customize the character counting algorithm. Properties CharacterCount Number of characters counted up to this location. Declaration public int CharacterCount { get; set; } Property Value Type Description System.Int32 Remarks If moving backwards of the start location, this may be a negative number. Assign to this property to reset the counter. CharactersToNextLocation The number of characters that that appear between the current location and the next available location. Declaration public int CharactersToNextLocation { get; } Property Value Type Description System.Int32 Remarks This property is 0 if no location is available after the current location. CharactersToPreviousLocation The number of characters that appear between the current location and the preceding location. Declaration public int CharactersToPreviousLocation { get; } Property Value Type Description System.Int32 Remarks This property returns 0 if no previous location exists. CurrentLocation The current counting location Declaration public Location CurrentLocation { get; set; } Property Value Type Description Location Remarks Assigning to this property has the effect of \"jumping\" to the new location without affecting the accumulated character count. Methods MoveNext() Increments the character count by the number of characters between the current location and the next location, and advances the location one step by calling MoveNext() . Declaration public bool MoveNext() Returns Type Description System.Boolean MovePrevious() Decrements the character count by the number of characters between the current location and the next location, and moves to the previous location by calling MovePrevious() . Declaration public bool MovePrevious() Returns Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.ICharacterCountingVisitor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.ICharacterCountingVisitor.html", "title": "Interface CharacterCountingIterator.ICharacterCountingVisitor", - "keywords": "Interface CharacterCountingIterator.ICharacterCountingVisitor Visitor that provides a character count property. Inherited Members IMarkupDataVisitor.VisitTagPair(ITagPair) IMarkupDataVisitor.VisitPlaceholderTag(IPlaceholderTag) IMarkupDataVisitor.VisitText(IText) IMarkupDataVisitor.VisitSegment(ISegment) IMarkupDataVisitor.VisitLocationMarker(ILocationMarker) IMarkupDataVisitor.VisitCommentMarker(ICommentMarker) IMarkupDataVisitor.VisitOtherMarker(IOtherMarker) IMarkupDataVisitor.VisitLockedContent(ILockedContent) IMarkupDataVisitor.VisitRevisionMarker(IRevisionMarker) Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public interface CharacterCountingIterator.ICharacterCountingVisitor : IMarkupDataVisitor Properties Count Number of counted characters Declaration int Count { get; set; } Property Value Type Description int" + "keywords": "Interface CharacterCountingIterator.ICharacterCountingVisitor Visitor that provides a character count property. Inherited Members IMarkupDataVisitor.VisitTagPair(ITagPair) IMarkupDataVisitor.VisitPlaceholderTag(IPlaceholderTag) IMarkupDataVisitor.VisitText(IText) IMarkupDataVisitor.VisitSegment(ISegment) IMarkupDataVisitor.VisitLocationMarker(ILocationMarker) IMarkupDataVisitor.VisitCommentMarker(ICommentMarker) IMarkupDataVisitor.VisitOtherMarker(IOtherMarker) IMarkupDataVisitor.VisitLockedContent(ILockedContent) IMarkupDataVisitor.VisitRevisionMarker(IRevisionMarker) Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public interface ICharacterCountingVisitor : IMarkupDataVisitor Properties Count Number of counted characters Declaration int Count { get; set; } Property Value Type Description System.Int32" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.html", "title": "Class CharacterCountingIterator.StartOfItemCharacterCounterVisitor", - "keywords": "Class CharacterCountingIterator.StartOfItemCharacterCounterVisitor Visitor implementation that counts the number of characters found when moving from outside a container to the first location inside it. Inheritance object CharacterCountingIterator.StartOfItemCharacterCounterVisitor Implements CharacterCountingIterator ICharacterCountingVisitor IMarkupDataVisitor Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax protected class CharacterCountingIterator.StartOfItemCharacterCounterVisitor : CharacterCountingIterator.ICharacterCountingVisitor, IMarkupDataVisitor Constructors StartOfItemCharacterCounterVisitor() Declaration public StartOfItemCharacterCounterVisitor() Properties Count Number of counted characters Declaration public int Count { get; set; } Property Value Type Description int Methods VisitCommentMarker(ICommentMarker) 0 characters for \"start of comment\" Declaration public virtual void VisitCommentMarker(ICommentMarker commentMarker) Parameters Type Name Description ICommentMarker commentMarker VisitLocationMarker(ILocationMarker) 0 characters for location marker Declaration public virtual void VisitLocationMarker(ILocationMarker location) Parameters Type Name Description ILocationMarker location VisitLockedContent(ILockedContent) Count characters inside locked content. Declaration public virtual void VisitLockedContent(ILockedContent lockedContent) Parameters Type Name Description ILockedContent lockedContent VisitOtherMarker(IOtherMarker) 0 characters for \"start of other marker\" Declaration public virtual void VisitOtherMarker(IOtherMarker marker) Parameters Type Name Description IOtherMarker marker VisitPlaceholderTag(IPlaceholderTag) Count the number of characters in the tag. Declaration public virtual void VisitPlaceholderTag(IPlaceholderTag tag) Parameters Type Name Description IPlaceholderTag tag VisitRevisionMarker(IRevisionMarker) 0 characters for \"start of revision marker\" Declaration public virtual void VisitRevisionMarker(IRevisionMarker revisionMarker) Parameters Type Name Description IRevisionMarker revisionMarker VisitSegment(ISegment) 0 characters for \"start of segment\" Declaration public virtual void VisitSegment(ISegment segment) Parameters Type Name Description ISegment segment VisitTagPair(ITagPair) Count the number of characters in the start tag. Declaration public virtual void VisitTagPair(ITagPair tagPair) Parameters Type Name Description ITagPair tagPair VisitText(IText) Count characters in the text. Declaration public virtual void VisitText(IText text) Parameters Type Name Description IText text Implements CharacterCountingIterator.ICharacterCountingVisitor IMarkupDataVisitor" + "keywords": "Class CharacterCountingIterator.StartOfItemCharacterCounterVisitor Visitor implementation that counts the number of characters found when moving from outside a container to the first location inside it. Inheritance System.Object CharacterCountingIterator.StartOfItemCharacterCounterVisitor Implements CharacterCountingIterator.ICharacterCountingVisitor IMarkupDataVisitor 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.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax protected class StartOfItemCharacterCounterVisitor : CharacterCountingIterator.ICharacterCountingVisitor, IMarkupDataVisitor Constructors StartOfItemCharacterCounterVisitor() Declaration public StartOfItemCharacterCounterVisitor() Properties Count Number of counted characters Declaration public int Count { get; set; } Property Value Type Description System.Int32 Methods VisitCommentMarker(ICommentMarker) 0 characters for \"start of comment\" Declaration public virtual void VisitCommentMarker(ICommentMarker commentMarker) Parameters Type Name Description ICommentMarker commentMarker VisitLocationMarker(ILocationMarker) 0 characters for location marker Declaration public virtual void VisitLocationMarker(ILocationMarker location) Parameters Type Name Description ILocationMarker location VisitLockedContent(ILockedContent) Count characters inside locked content. Declaration public virtual void VisitLockedContent(ILockedContent lockedContent) Parameters Type Name Description ILockedContent lockedContent VisitOtherMarker(IOtherMarker) 0 characters for \"start of other marker\" Declaration public virtual void VisitOtherMarker(IOtherMarker marker) Parameters Type Name Description IOtherMarker marker VisitPlaceholderTag(IPlaceholderTag) Count the number of characters in the tag. Declaration public virtual void VisitPlaceholderTag(IPlaceholderTag tag) Parameters Type Name Description IPlaceholderTag tag VisitRevisionMarker(IRevisionMarker) 0 characters for \"start of revision marker\" Declaration public virtual void VisitRevisionMarker(IRevisionMarker revisionMarker) Parameters Type Name Description IRevisionMarker revisionMarker VisitSegment(ISegment) 0 characters for \"start of segment\" Declaration public virtual void VisitSegment(ISegment segment) Parameters Type Name Description ISegment segment VisitTagPair(ITagPair) Count the number of characters in the start tag. Declaration public virtual void VisitTagPair(ITagPair tagPair) Parameters Type Name Description ITagPair tagPair VisitText(IText) Count characters in the text. Declaration public virtual void VisitText(IText text) Parameters Type Name Description IText text Implements CharacterCountingIterator.ICharacterCountingVisitor IMarkupDataVisitor" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.html", "title": "Delegate CompleteHandler", - "keywords": "Delegate CompleteHandler Handler for Complete() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public delegate void CompleteHandler() Constructors CompleteHandler(object, IntPtr) Declaration public CompleteHandler(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object) Parameters Type Name Description AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke() Declaration public virtual void Invoke()" + "keywords": "Delegate CompleteHandler Handler for Complete() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public delegate void CompleteHandler(); Constructors CompleteHandler(Object, IntPtr) Declaration public CompleteHandler(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object) Parameters Type Name Description System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Invoke() Declaration public virtual void Invoke()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.Constants.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.Constants.html", "title": "Class Constants", - "keywords": "Class Constants Constants which need to be accessed from other assemblies Inheritance object Constants Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class Constants Fields AUTOCLONED_TAG_PAIR_KEY Autocloned tag pair key Declaration public const string AUTOCLONED_TAG_PAIR_KEY = \"SDL:AutoCloned\" Field Value Type Description string AUTOCLONE_FLAG_SUPPORTED_KEY Autocloned flag supported key Declaration public const string AUTOCLONE_FLAG_SUPPORTED_KEY = \"SDL:AutoClonedFlagSupported\" Field Value Type Description string SDL_SPICE_ID Used for World Server Spice matching Declaration public const string SDL_SPICE_ID = \"SDL:SpiceId\" Field Value Type Description string" + "keywords": "Class Constants Constants which need to be accessed from other assemblies Inheritance System.Object Constants 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.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class Constants Fields AUTOCLONE_FLAG_SUPPORTED_KEY Autocloned flag supported key Declaration public const string AUTOCLONE_FLAG_SUPPORTED_KEY = \"SDL:AutoClonedFlagSupported\" Field Value Type Description System.String AUTOCLONED_TAG_PAIR_KEY Autocloned tag pair key Declaration public const string AUTOCLONED_TAG_PAIR_KEY = \"SDL:AutoCloned\" Field Value Type Description System.String SDL_SPICE_ID Used for World Server Spice matching Declaration public const string SDL_SPICE_ID = \"SDL:SpiceId\" Field Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.DefaultDocumentItemFactory.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.DefaultDocumentItemFactory.html", "title": "Class DefaultDocumentItemFactory", - "keywords": "Class DefaultDocumentItemFactory Static helper used to create an instance of the current default implementation of the document item factory. Inheritance object DefaultDocumentItemFactory Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class DefaultDocumentItemFactory Remarks The implementation uses reflection to instantiate an object of type DocumentItemFactory from the assembly named Sdl.FileTypeSupport.Framework.Implementation . If no such assembly / type can be located, an exception is thrown. Fields ImplementationAssemblyName The name of the assembly in which the default implementation of the factory is expected to be found Declaration public const string ImplementationAssemblyName = \"Sdl.FileTypeSupport.Framework.Implementation\" Field Value Type Description string ImplementationClassName The class name of the expected default implementation of the factory Declaration public const string ImplementationClassName = \"Sdl.FileTypeSupport.Framework.Bilingual.DocumentItemFactory\" Field Value Type Description string Methods CreateInstance() Create an instance of the default document item factory. Also creates a default properties factory. for the item factory. Declaration public static IDocumentItemFactory CreateInstance() Returns Type Description IDocumentItemFactory Exceptions Type Condition Exception thrown if the implementation cannot be located." + "keywords": "Class DefaultDocumentItemFactory Static helper used to create an instance of the current default implementation of the document item factory. Inheritance System.Object DefaultDocumentItemFactory 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.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class DefaultDocumentItemFactory Remarks The implementation uses reflection to instantiate an object of type DocumentItemFactory from the assembly named Sdl.FileTypeSupport.Framework.Implementation . If no such assembly / type can be located, an exception is thrown. Fields ImplementationAssemblyName The name of the assembly in which the default implementation of the factory is expected to be found Declaration public const string ImplementationAssemblyName = \"Sdl.FileTypeSupport.Framework.Implementation\" Field Value Type Description System.String ImplementationClassName The class name of the expected default implementation of the factory Declaration public const string ImplementationClassName = \"Sdl.FileTypeSupport.Framework.Bilingual.DocumentItemFactory\" Field Value Type Description System.String Methods CreateInstance() Create an instance of the default document item factory. Also creates a default properties factory. for the item factory. Declaration public static IDocumentItemFactory CreateInstance() Returns Type Description IDocumentItemFactory Exceptions Type Condition System.Exception thrown if the implementation cannot be located." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.html", "title": "Class EventFiringBilingualProcessor", - "keywords": "Class EventFiringBilingualProcessor This component is a bilingual content processor that implements the IBilingualContentHandler interface by raising events before and after each corresponding call on the Output . Event handlers can be used to provide selective processing of calls, before and after they are made on the output. Handlers that modify the content should be connected to the Before... events. If content is changed in an After... event, the output may not be aware of those changes. This provides a convenient way of adding pieces of bilingual processing functionality without having to define a full bilingual processor. Inheritance object AbstractBilingualFileTypeComponent AbstractBilingualContentHandler AbstractBilingualContentProcessor EventFiringBilingualProcessor Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentProcessor IBilingualContentHandler Inherited Members AbstractBilingualContentProcessor.Output AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ItemFactory AbstractBilingualFileTypeComponent.PropertiesFactory AbstractBilingualFileTypeComponent.MessageReporter object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class EventFiringBilingualProcessor : AbstractBilingualContentProcessor, IBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData, IBilingualContentProcessor, IBilingualContentHandler Constructors EventFiringBilingualProcessor() Default constructor, no functionality Declaration public EventFiringBilingualProcessor() Methods Complete() Raise the BeforeComplete event, make the call on the output, then raise the AfterComplete event. Declaration public override void Complete() Overrides AbstractBilingualContentProcessor.Complete() FileComplete() Raise the BeforeFileComplete event, make the call on the output, then raise the AfterFileComplete event. Declaration public override void FileComplete() Overrides AbstractBilingualContentProcessor.FileComplete() Initialize(IDocumentProperties) Raise the BeforeInitialize event, make the call on the output, then raise the AfterInitialize event. Declaration public override void Initialize(IDocumentProperties documentInfo) Parameters Type Name Description IDocumentProperties documentInfo Overrides AbstractBilingualContentProcessor.Initialize(IDocumentProperties) ProcessParagraphUnit(IParagraphUnit) Raise the BeforeProcessParagraphUnit event, make the call on the output, then raise the AfterProcessParagraphUnit event. Declaration public override void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit Overrides AbstractBilingualContentProcessor.ProcessParagraphUnit(IParagraphUnit) SetFileProperties(IFileProperties) Raise the BeforeSetFileProperties event, make the call on the output, then raise the AfterSetFileProperties event. Declaration public override void SetFileProperties(IFileProperties fileInfo) Parameters Type Name Description IFileProperties fileInfo Overrides AbstractBilingualContentProcessor.SetFileProperties(IFileProperties) Events AfterComplete Raised by calls to Complete() after making the call to the output Declaration public event CompleteHandler AfterComplete Event Type Type Description CompleteHandler AfterFileComplete Raised by calls to FileComplete() after making the call to the output Declaration public event FileCompleteHandler AfterFileComplete Event Type Type Description FileCompleteHandler AfterInitialize Raised by calls to Initialize(IDocumentProperties) after making the call to the output Declaration public event InitializeHandler AfterInitialize Event Type Type Description InitializeHandler AfterProcessParagraphUnit Raised by calls to ProcessParagraphUnit(IParagraphUnit) after making the call to the output Declaration public event ProcessParagraphUnitHandler AfterProcessParagraphUnit Event Type Type Description ProcessParagraphUnitHandler AfterSetFileProperties Raised by calls to SetFileProperties(IFileProperties) after making the call to the output Declaration public event SetFilePropertiesHandler AfterSetFileProperties Event Type Type Description SetFilePropertiesHandler BeforeComplete Raised by calls to Complete() before making the call to the output Declaration public event CompleteHandler BeforeComplete Event Type Type Description CompleteHandler BeforeFileComplete Raised by calls to FileComplete() before making the call to the output Declaration public event FileCompleteHandler BeforeFileComplete Event Type Type Description FileCompleteHandler BeforeInitialize Raised by calls to Initialize(IDocumentProperties) before making the call to the output Declaration public event InitializeHandler BeforeInitialize Event Type Type Description InitializeHandler BeforeProcessParagraphUnit Raised by calls to ProcessParagraphUnit(IParagraphUnit) before making the call to the output Declaration public event ProcessParagraphUnitHandler BeforeProcessParagraphUnit Event Type Type Description ProcessParagraphUnitHandler BeforeSetFileProperties Raised by calls to SetFileProperties(IFileProperties) before making the call to the output Declaration public event SetFilePropertiesHandler BeforeSetFileProperties Event Type Type Description SetFilePropertiesHandler Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentProcessor IBilingualContentHandler" + "keywords": "Class EventFiringBilingualProcessor This component is a bilingual content processor that implements the IBilingualContentHandler interface by raising events before and after each corresponding call on the Output . Event handlers can be used to provide selective processing of calls, before and after they are made on the output. Handlers that modify the content should be connected to the Before... events. If content is changed in an After... event, the output may not be aware of those changes. This provides a convenient way of adding pieces of bilingual processing functionality without having to define a full bilingual processor. Inheritance System.Object AbstractBilingualFileTypeComponent AbstractBilingualContentHandler AbstractBilingualContentProcessor EventFiringBilingualProcessor Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentProcessor IBilingualContentHandler Inherited Members AbstractBilingualContentProcessor.Output AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ItemFactory AbstractBilingualFileTypeComponent.PropertiesFactory AbstractBilingualFileTypeComponent.MessageReporter 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.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class EventFiringBilingualProcessor : AbstractBilingualContentProcessor, IBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData, IBilingualContentProcessor, IBilingualContentHandler Constructors EventFiringBilingualProcessor() Default constructor, no functionality Declaration public EventFiringBilingualProcessor() Methods Complete() Raise the BeforeComplete event, make the call on the output, then raise the AfterComplete event. Declaration public override void Complete() Overrides AbstractBilingualContentProcessor.Complete() FileComplete() Raise the BeforeFileComplete event, make the call on the output, then raise the AfterFileComplete event. Declaration public override void FileComplete() Overrides AbstractBilingualContentProcessor.FileComplete() Initialize(IDocumentProperties) Raise the BeforeInitialize event, make the call on the output, then raise the AfterInitialize event. Declaration public override void Initialize(IDocumentProperties documentInfo) Parameters Type Name Description IDocumentProperties documentInfo Overrides AbstractBilingualContentProcessor.Initialize(IDocumentProperties) ProcessParagraphUnit(IParagraphUnit) Raise the BeforeProcessParagraphUnit event, make the call on the output, then raise the AfterProcessParagraphUnit event. Declaration public override void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit Overrides AbstractBilingualContentProcessor.ProcessParagraphUnit(IParagraphUnit) SetFileProperties(IFileProperties) Raise the BeforeSetFileProperties event, make the call on the output, then raise the AfterSetFileProperties event. Declaration public override void SetFileProperties(IFileProperties fileInfo) Parameters Type Name Description IFileProperties fileInfo Overrides AbstractBilingualContentProcessor.SetFileProperties(IFileProperties) Events AfterComplete Raised by calls to Complete() after making the call to the output Declaration public event CompleteHandler AfterComplete Event Type Type Description CompleteHandler AfterFileComplete Raised by calls to FileComplete() after making the call to the output Declaration public event FileCompleteHandler AfterFileComplete Event Type Type Description FileCompleteHandler AfterInitialize Raised by calls to Initialize(IDocumentProperties) after making the call to the output Declaration public event InitializeHandler AfterInitialize Event Type Type Description InitializeHandler AfterProcessParagraphUnit Raised by calls to ProcessParagraphUnit(IParagraphUnit) after making the call to the output Declaration public event ProcessParagraphUnitHandler AfterProcessParagraphUnit Event Type Type Description ProcessParagraphUnitHandler AfterSetFileProperties Raised by calls to SetFileProperties(IFileProperties) after making the call to the output Declaration public event SetFilePropertiesHandler AfterSetFileProperties Event Type Type Description SetFilePropertiesHandler BeforeComplete Raised by calls to Complete() before making the call to the output Declaration public event CompleteHandler BeforeComplete Event Type Type Description CompleteHandler BeforeFileComplete Raised by calls to FileComplete() before making the call to the output Declaration public event FileCompleteHandler BeforeFileComplete Event Type Type Description FileCompleteHandler BeforeInitialize Raised by calls to Initialize(IDocumentProperties) before making the call to the output Declaration public event InitializeHandler BeforeInitialize Event Type Type Description InitializeHandler BeforeProcessParagraphUnit Raised by calls to ProcessParagraphUnit(IParagraphUnit) before making the call to the output Declaration public event ProcessParagraphUnitHandler BeforeProcessParagraphUnit Event Type Type Description ProcessParagraphUnitHandler BeforeSetFileProperties Raised by calls to SetFileProperties(IFileProperties) before making the call to the output Declaration public event SetFilePropertiesHandler BeforeSetFileProperties Event Type Type Description SetFilePropertiesHandler Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentProcessor IBilingualContentHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ExistingContentHandling.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ExistingContentHandling.html", "title": "Enum ExistingContentHandling", - "keywords": "Enum ExistingContentHandling Used by the SourceToTargetCopier to specify how existing content in a target segment should be processed. Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public enum ExistingContentHandling Fields Name Description Preserve ParagraphUnits with existing target content will be skipped, the target content remains unchanged. Replace Causes existing target content to be fully replaced with a copy of the source content. ThrowException Causes an exception to be thrown if any existing target content is encountered." + "keywords": "Enum ExistingContentHandling Used by the SourceToTargetCopier to specify how existing content in a target segment should be processed. Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public enum ExistingContentHandling Fields Name Description Preserve ParagraphUnits with existing target content will be skipped, the target content remains unchanged. Replace Causes existing target content to be fully replaced with a copy of the source content. ThrowException Causes an exception to be thrown if any existing target content is encountered." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.html", "title": "Delegate FileCompleteHandler", - "keywords": "Delegate FileCompleteHandler Handler for FileComplete() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public delegate void FileCompleteHandler() Constructors FileCompleteHandler(object, IntPtr) Declaration public FileCompleteHandler(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object) Parameters Type Name Description AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke() Declaration public virtual void Invoke()" + "keywords": "Delegate FileCompleteHandler Handler for FileComplete() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public delegate void FileCompleteHandler(); Constructors FileCompleteHandler(Object, IntPtr) Declaration public FileCompleteHandler(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object) Parameters Type Name Description System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Invoke() Declaration public virtual void Invoke()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.html", @@ -1472,42 +1172,42 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.html", "title": "Delegate InitializeHandler", - "keywords": "Delegate InitializeHandler Handler for Initialize(IDocumentProperties) Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public delegate void InitializeHandler(IDocumentProperties documentInfo) Parameters Type Name Description IDocumentProperties documentInfo Constructors InitializeHandler(object, IntPtr) Declaration public InitializeHandler(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(IDocumentProperties, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(IDocumentProperties documentInfo, AsyncCallback callback, object @object) Parameters Type Name Description IDocumentProperties documentInfo AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(IDocumentProperties) Declaration public virtual void Invoke(IDocumentProperties documentInfo) Parameters Type Name Description IDocumentProperties documentInfo" + "keywords": "Delegate InitializeHandler Handler for Initialize(IDocumentProperties) Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public delegate void InitializeHandler(IDocumentProperties documentInfo); Parameters Type Name Description IDocumentProperties documentInfo Constructors InitializeHandler(Object, IntPtr) Declaration public InitializeHandler(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(IDocumentProperties, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(IDocumentProperties documentInfo, AsyncCallback callback, object object) Parameters Type Name Description IDocumentProperties documentInfo System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Invoke(IDocumentProperties) Declaration public virtual void Invoke(IDocumentProperties documentInfo) Parameters Type Name Description IDocumentProperties documentInfo" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.html", "title": "Class InvalidEncodingRemovalVisitor", - "keywords": "Class InvalidEncodingRemovalVisitor Removes invalid characters from Bilingual Content Inheritance object InvalidEncodingRemovalVisitor Implements IMarkupDataVisitor Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class InvalidEncodingRemovalVisitor : IMarkupDataVisitor Constructors InvalidEncodingRemovalVisitor() Declaration public InvalidEncodingRemovalVisitor() Methods ProcessParagraphUnit(IParagraphUnit) Processes the paragraph unit Declaration public void ProcessParagraphUnit(IParagraphUnit pu) Parameters Type Name Description IParagraphUnit pu VisitCommentMarker(ICommentMarker) Processes CommentMarker Declaration public void VisitCommentMarker(ICommentMarker commentMarker) Parameters Type Name Description ICommentMarker commentMarker VisitLocationMarker(ILocationMarker) Processes LocationMarker Declaration public void VisitLocationMarker(ILocationMarker location) Parameters Type Name Description ILocationMarker location VisitLockedContent(ILockedContent) Processes LockedContent Declaration public void VisitLockedContent(ILockedContent lockedContent) Parameters Type Name Description ILockedContent lockedContent VisitOtherMarker(IOtherMarker) Processes OtherMarker Declaration public void VisitOtherMarker(IOtherMarker marker) Parameters Type Name Description IOtherMarker marker VisitPlaceholderTag(IPlaceholderTag) Processes PlaceholderTag Declaration public void VisitPlaceholderTag(IPlaceholderTag tag) Parameters Type Name Description IPlaceholderTag tag VisitRevisionMarker(IRevisionMarker) Processes RevisionMarker Declaration public void VisitRevisionMarker(IRevisionMarker revisionMarker) Parameters Type Name Description IRevisionMarker revisionMarker VisitSegment(ISegment) Processes segments Declaration public void VisitSegment(ISegment segment) Parameters Type Name Description ISegment segment VisitTagPair(ITagPair) Processes TagPair Declaration public void VisitTagPair(ITagPair tagPair) Parameters Type Name Description ITagPair tagPair VisitText(IText) Processes Text Declaration public void VisitText(IText text) Parameters Type Name Description IText text Implements IMarkupDataVisitor" + "keywords": "Class InvalidEncodingRemovalVisitor Removes invalid characters from Bilingual Content Inheritance System.Object InvalidEncodingRemovalVisitor Implements IMarkupDataVisitor 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.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class InvalidEncodingRemovalVisitor : IMarkupDataVisitor Constructors InvalidEncodingRemovalVisitor() Declaration public InvalidEncodingRemovalVisitor() Methods ProcessParagraphUnit(IParagraphUnit) Processes the paragraph unit Declaration public void ProcessParagraphUnit(IParagraphUnit pu) Parameters Type Name Description IParagraphUnit pu VisitCommentMarker(ICommentMarker) Processes CommentMarker Declaration public void VisitCommentMarker(ICommentMarker commentMarker) Parameters Type Name Description ICommentMarker commentMarker VisitLocationMarker(ILocationMarker) Processes LocationMarker Declaration public void VisitLocationMarker(ILocationMarker location) Parameters Type Name Description ILocationMarker location VisitLockedContent(ILockedContent) Processes LockedContent Declaration public void VisitLockedContent(ILockedContent lockedContent) Parameters Type Name Description ILockedContent lockedContent VisitOtherMarker(IOtherMarker) Processes OtherMarker Declaration public void VisitOtherMarker(IOtherMarker marker) Parameters Type Name Description IOtherMarker marker VisitPlaceholderTag(IPlaceholderTag) Processes PlaceholderTag Declaration public void VisitPlaceholderTag(IPlaceholderTag tag) Parameters Type Name Description IPlaceholderTag tag VisitRevisionMarker(IRevisionMarker) Processes RevisionMarker Declaration public void VisitRevisionMarker(IRevisionMarker revisionMarker) Parameters Type Name Description IRevisionMarker revisionMarker VisitSegment(ISegment) Processes segments Declaration public void VisitSegment(ISegment segment) Parameters Type Name Description ISegment segment VisitTagPair(ITagPair) Processes TagPair Declaration public void VisitTagPair(ITagPair tagPair) Parameters Type Name Description ITagPair tagPair VisitText(IText) Processes Text Declaration public void VisitText(IText text) Parameters Type Name Description IText text Implements IMarkupDataVisitor" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.html", "title": "Class ParagraphUnitBuffer", - "keywords": "Class ParagraphUnitBuffer A buffer for IParagraphUnit instances The buffer can be turned on and off. While turned on, it caches all paragraph units passed to it through calls on ProcessParagraphUnit(IParagraphUnit) . When turned off, the paragraph units are output to the IBilingualContentHandler set as the Output property. Call Hold() to make the buffer start buffering paragraph unit calls. Call Release() to have all buffered paragraph units output to the Output content processor and stop buffering calls. You can access and modify the content of the buffer through the BufferedParagraphUnits property. Inheritance object ParagraphUnitBuffer Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class ParagraphUnitBuffer Remarks This class is used in the implementation of the Native to Bilingual Converter and other implementations in which buffering of bilingual content is necessary. Constructors ParagraphUnitBuffer() Default constructor - creates a new empty buffer that is not holding. Declaration public ParagraphUnitBuffer() ParagraphUnitBuffer(IBilingualContentHandler) Construct with the bilingual content processor that will be used for output from the buffer. Declaration public ParagraphUnitBuffer(IBilingualContentHandler output) Parameters Type Name Description IBilingualContentHandler output Properties BufferedParagraphUnits Provides access to the ParagraphUnits that are currently in the buffer. Declaration public List BufferedParagraphUnits { get; } Property Value Type Description List IParagraphUnit IsEmpty true if the buffer is empty. Declaration public bool IsEmpty { get; } Property Value Type Description bool IsHolding Indicates if the buffer is actively buffering calls. Declaration public bool IsHolding { get; } Property Value Type Description bool Output When the buffer is not holding calls, all ParagraphUnits will be output to this interface. Declaration public IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler Methods Hold() Start buffering ParagraphUnits. If the buffer is already holding, this call has no effect. Declaration public void Hold() ProcessParagraphUnit(IParagraphUnit) Call this to process a ParagraphUnit. If the buffer is holding, the paragraph unit will be added to the buffer and output once the buffer has been released. If not, the paragraph unit will be output immediately. Declaration public void ProcessParagraphUnit(IParagraphUnit pu) Parameters Type Name Description IParagraphUnit pu Release() Releases the buffer content by calling the appropriate Process method for each ParagraphUnit on the Output. Removes all ParagraphUnits from the buffer. Declaration public void Release()" + "keywords": "Class ParagraphUnitBuffer A buffer for IParagraphUnit instances The buffer can be turned on and off. While turned on, it caches all paragraph units passed to it through calls on ProcessParagraphUnit(IParagraphUnit) . When turned off, the paragraph units are output to the IBilingualContentHandler set as the Output property. Call Hold() to make the buffer start buffering paragraph unit calls. Call Release() to have all buffered paragraph units output to the Output content processor and stop buffering calls. You can access and modify the content of the buffer through the BufferedParagraphUnits property. Inheritance System.Object ParagraphUnitBuffer 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.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class ParagraphUnitBuffer Remarks This class is used in the implementation of the Native to Bilingual Converter and other implementations in which buffering of bilingual content is necessary. Constructors ParagraphUnitBuffer() Default constructor - creates a new empty buffer that is not holding. Declaration public ParagraphUnitBuffer() ParagraphUnitBuffer(IBilingualContentHandler) Construct with the bilingual content processor that will be used for output from the buffer. Declaration public ParagraphUnitBuffer(IBilingualContentHandler output) Parameters Type Name Description IBilingualContentHandler output Properties BufferedParagraphUnits Provides access to the ParagraphUnits that are currently in the buffer. Declaration public List BufferedParagraphUnits { get; } Property Value Type Description System.Collections.Generic.List < IParagraphUnit > IsEmpty true if the buffer is empty. Declaration public bool IsEmpty { get; } Property Value Type Description System.Boolean IsHolding Indicates if the buffer is actively buffering calls. Declaration public bool IsHolding { get; } Property Value Type Description System.Boolean Output When the buffer is not holding calls, all ParagraphUnits will be output to this interface. Declaration public IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler Methods Hold() Start buffering ParagraphUnits. If the buffer is already holding, this call has no effect. Declaration public void Hold() ProcessParagraphUnit(IParagraphUnit) Call this to process a ParagraphUnit. If the buffer is holding, the paragraph unit will be added to the buffer and output once the buffer has been released. If not, the paragraph unit will be output immediately. Declaration public void ProcessParagraphUnit(IParagraphUnit pu) Parameters Type Name Description IParagraphUnit pu Release() Releases the buffer content by calling the appropriate Process method for each ParagraphUnit on the Output. Removes all ParagraphUnits from the buffer. Declaration public void Release()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.html", "title": "Delegate ProcessParagraphUnitHandler", - "keywords": "Delegate ProcessParagraphUnitHandler Handler for ProcessParagraphUnit(IParagraphUnit) Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public delegate void ProcessParagraphUnitHandler(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit Constructors ProcessParagraphUnitHandler(object, IntPtr) Declaration public ProcessParagraphUnitHandler(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(IParagraphUnit, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(IParagraphUnit paragraphUnit, AsyncCallback callback, object @object) Parameters Type Name Description IParagraphUnit paragraphUnit AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(IParagraphUnit) Declaration public virtual void Invoke(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit" + "keywords": "Delegate ProcessParagraphUnitHandler Handler for ProcessParagraphUnit(IParagraphUnit) Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public delegate void ProcessParagraphUnitHandler(IParagraphUnit paragraphUnit); Parameters Type Name Description IParagraphUnit paragraphUnit Constructors ProcessParagraphUnitHandler(Object, IntPtr) Declaration public ProcessParagraphUnitHandler(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(IParagraphUnit, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(IParagraphUnit paragraphUnit, AsyncCallback callback, object object) Parameters Type Name Description IParagraphUnit paragraphUnit System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Invoke(IParagraphUnit) Declaration public virtual void Invoke(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.html", "title": "Delegate SetFilePropertiesHandler", - "keywords": "Delegate SetFilePropertiesHandler Handler for SetFileProperties(IFileProperties) Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public delegate void SetFilePropertiesHandler(IFileProperties fileInfo) Parameters Type Name Description IFileProperties fileInfo Constructors SetFilePropertiesHandler(object, IntPtr) Declaration public SetFilePropertiesHandler(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(IFileProperties, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(IFileProperties fileInfo, AsyncCallback callback, object @object) Parameters Type Name Description IFileProperties fileInfo AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(IFileProperties) Declaration public virtual void Invoke(IFileProperties fileInfo) Parameters Type Name Description IFileProperties fileInfo" + "keywords": "Delegate SetFilePropertiesHandler Handler for SetFileProperties(IFileProperties) Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public delegate void SetFilePropertiesHandler(IFileProperties fileInfo); Parameters Type Name Description IFileProperties fileInfo Constructors SetFilePropertiesHandler(Object, IntPtr) Declaration public SetFilePropertiesHandler(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(IFileProperties, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(IFileProperties fileInfo, AsyncCallback callback, object object) Parameters Type Name Description IFileProperties fileInfo System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Invoke(IFileProperties) Declaration public virtual void Invoke(IFileProperties fileInfo) Parameters Type Name Description IFileProperties fileInfo" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.html", "title": "Class SourceToTargetCopier", - "keywords": "Class SourceToTargetCopier Bilingual content processor that copies source content to the target for all localizable paragraph units. Segments are handled specifically in this operation: if CopySegmentsAsEmpty is true, any content inside the segments is removed, and the segment properties are set to \"not translated\". Otherwise, the segment content from the source is duplicated, and the segment translation origin is set to \"copied from source\". The HandleExistingTargetContent property (and the corresponding constructor parameter) determines how this processor handles situations in which content is already present in the target of the paragraph unit. Inheritance object AbstractBilingualFileTypeComponent AbstractBilingualContentHandler AbstractBilingualContentProcessor SourceToTargetCopier Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentProcessor IBilingualContentHandler Inherited Members AbstractBilingualContentProcessor.Initialize(IDocumentProperties) AbstractBilingualContentProcessor.SetFileProperties(IFileProperties) AbstractBilingualContentProcessor.FileComplete() AbstractBilingualContentProcessor.Complete() AbstractBilingualContentProcessor.Output AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ItemFactory AbstractBilingualFileTypeComponent.PropertiesFactory AbstractBilingualFileTypeComponent.MessageReporter object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class SourceToTargetCopier : AbstractBilingualContentProcessor, IBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData, IBilingualContentProcessor, IBilingualContentHandler Constructors SourceToTargetCopier(ExistingContentHandling) The constructor parameter defines how any existing content target should be processed. Declaration public SourceToTargetCopier(ExistingContentHandling targetHandling) Parameters Type Name Description ExistingContentHandling targetHandling Properties CopySegmentsAsEmpty When content is copied from source to target, this setting determines if the content of the segments should be copied, too. Declaration public bool CopySegmentsAsEmpty { get; set; } Property Value Type Description bool HandleExistingTargetContent Determines how any existing content in the target segment should be handled (if applicable). Declaration public ExistingContentHandling HandleExistingTargetContent { get; set; } Property Value Type Description ExistingContentHandling Methods CopySourceToTarget(IParagraphUnit) Helper used to copy source content of the paragraph to the target while using settings specified for how to handle segments. Declaration protected void CopySourceToTarget(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit ProcessParagraphUnit(IParagraphUnit) For localizable paragraph units, copy the source content into the target. Any changed segments receive the status Source if they contain a copy of the source, or NotTranslated if they are copied as empty segments. Declaration public override void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit Overrides AbstractBilingualContentProcessor.ProcessParagraphUnit(IParagraphUnit) Remarks Set the HandleExistingTargetContent property to specify how paragraph units with existing target content should be handled. Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentProcessor IBilingualContentHandler" + "keywords": "Class SourceToTargetCopier Bilingual content processor that copies source content to the target for all localizable paragraph units. Segments are handled specifically in this operation: if CopySegmentsAsEmpty is true, any content inside the segments is removed, and the segment properties are set to \"not translated\". Otherwise, the segment content from the source is duplicated, and the segment translation origin is set to \"copied from source\". The HandleExistingTargetContent property (and the corresponding constructor parameter) determines how this processor handles situations in which content is already present in the target of the paragraph unit. Inheritance System.Object AbstractBilingualFileTypeComponent AbstractBilingualContentHandler AbstractBilingualContentProcessor SourceToTargetCopier Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentProcessor IBilingualContentHandler Inherited Members AbstractBilingualContentProcessor.Initialize(IDocumentProperties) AbstractBilingualContentProcessor.SetFileProperties(IFileProperties) AbstractBilingualContentProcessor.FileComplete() AbstractBilingualContentProcessor.Complete() AbstractBilingualContentProcessor.Output AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String) AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ItemFactory AbstractBilingualFileTypeComponent.PropertiesFactory AbstractBilingualFileTypeComponent.MessageReporter 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.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class SourceToTargetCopier : AbstractBilingualContentProcessor, IBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData, IBilingualContentProcessor, IBilingualContentHandler Constructors SourceToTargetCopier(ExistingContentHandling) The constructor parameter defines how any existing content target should be processed. Declaration public SourceToTargetCopier(ExistingContentHandling targetHandling) Parameters Type Name Description ExistingContentHandling targetHandling Properties CopySegmentsAsEmpty When content is copied from source to target, this setting determines if the content of the segments should be copied, too. Declaration public bool CopySegmentsAsEmpty { get; set; } Property Value Type Description System.Boolean HandleExistingTargetContent Determines how any existing content in the target segment should be handled (if applicable). Declaration public ExistingContentHandling HandleExistingTargetContent { get; set; } Property Value Type Description ExistingContentHandling Methods CopySourceToTarget(IParagraphUnit) Helper used to copy source content of the paragraph to the target while using settings specified for how to handle segments. Declaration protected void CopySourceToTarget(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit ProcessParagraphUnit(IParagraphUnit) For localizable paragraph units, copy the source content into the target. Any changed segments receive the status Source if they contain a copy of the source, or NotTranslated if they are copied as empty segments. Declaration public override void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit Overrides AbstractBilingualContentProcessor.ProcessParagraphUnit(IParagraphUnit) Remarks Set the HandleExistingTargetContent property to specify how paragraph units with existing target content should be handled. Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentProcessor IBilingualContentHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.html", "title": "Class TextCollectionVisitor", - "keywords": "Class TextCollectionVisitor A visitor that can be used to collect all the text in IAbstractMarkupData . If the markup data is an IAbstractMarkupDataContainer then its children will be iterated over and included in the collection. Inheritance object TextCollectionVisitor Implements IMarkupDataVisitor Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class TextCollectionVisitor : IMarkupDataVisitor Constructors TextCollectionVisitor(bool) Constructor that allows collection of tag content as text. Declaration public TextCollectionVisitor(bool tagContentAsText) Parameters Type Name Description bool tagContentAsText If true then the TagContent property of internal tags will be included as text in this container. If false then tags themselves will be ignored (content between tags will still be processed). Properties CollectedText The text that has been collected by the visitor. Declaration public string CollectedText { get; } Property Value Type Description string Methods VisitCommentMarker(ICommentMarker) Iterates over the children of comments. Declaration public void VisitCommentMarker(ICommentMarker commentMarker) Parameters Type Name Description ICommentMarker commentMarker The comment marker to iterate over. VisitLocationMarker(ILocationMarker) Location markers are not processed. Declaration public void VisitLocationMarker(ILocationMarker location) Parameters Type Name Description ILocationMarker location Ignored. VisitLockedContent(ILockedContent) Iterates over children of locked content. Declaration public void VisitLockedContent(ILockedContent lockedContent) Parameters Type Name Description ILockedContent lockedContent The locked content to iterate over. VisitOtherMarker(IOtherMarker) Iterates over children of other markers. Declaration public void VisitOtherMarker(IOtherMarker marker) Parameters Type Name Description IOtherMarker marker The marker to iterate over. VisitPlaceholderTag(IPlaceholderTag) Visits a placeholder tag. If processing tag content as text then the tag content will be inserted. Declaration public void VisitPlaceholderTag(IPlaceholderTag tag) Parameters Type Name Description IPlaceholderTag tag The placeholder tag to visit. VisitRevisionMarker(IRevisionMarker) Treats content within revision markers as if the changes were accepted by the user. This means that revision content marked as RevisionType.Insert will be counted, while content marked as RevisionType.Delete will be ignored. Declaration public void VisitRevisionMarker(IRevisionMarker revisionMarker) Parameters Type Name Description IRevisionMarker revisionMarker The revision marker to iterate over. VisitSegment(ISegment) Iterates over the segment to process its children. Declaration public void VisitSegment(ISegment segment) Parameters Type Name Description ISegment segment The segment to iterate over. VisitTagPair(ITagPair) Iterates over the children of a tag pair. If processing tag content as text then the start and end tag content will also be processed. Declaration public void VisitTagPair(ITagPair tagPair) Parameters Type Name Description ITagPair tagPair The tag pair container to iterate over. VisitText(IText) Adds the content of the text to the collection. Declaration public void VisitText(IText text) Parameters Type Name Description IText text The text to collect. Implements IMarkupDataVisitor" + "keywords": "Class TextCollectionVisitor A visitor that can be used to collect all the text in IAbstractMarkupData . If the markup data is an IAbstractMarkupDataContainer then its children will be iterated over and included in the collection. Inheritance System.Object TextCollectionVisitor Implements IMarkupDataVisitor 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.FileTypeSupport.Framework.Core.Utilities.BilingualApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class TextCollectionVisitor : IMarkupDataVisitor Constructors TextCollectionVisitor(Boolean) Constructor that allows collection of tag content as text. Declaration public TextCollectionVisitor(bool tagContentAsText) Parameters Type Name Description System.Boolean tagContentAsText If true then the TagContent property of internal tags will be included as text in this container. If false then tags themselves will be ignored (content between tags will still be processed). Properties CollectedText The text that has been collected by the visitor. Declaration public string CollectedText { get; } Property Value Type Description System.String Methods VisitCommentMarker(ICommentMarker) Iterates over the children of comments. Declaration public void VisitCommentMarker(ICommentMarker commentMarker) Parameters Type Name Description ICommentMarker commentMarker The comment marker to iterate over. VisitLocationMarker(ILocationMarker) Location markers are not processed. Declaration public void VisitLocationMarker(ILocationMarker location) Parameters Type Name Description ILocationMarker location Ignored. VisitLockedContent(ILockedContent) Iterates over children of locked content. Declaration public void VisitLockedContent(ILockedContent lockedContent) Parameters Type Name Description ILockedContent lockedContent The locked content to iterate over. VisitOtherMarker(IOtherMarker) Iterates over children of other markers. Declaration public void VisitOtherMarker(IOtherMarker marker) Parameters Type Name Description IOtherMarker marker The marker to iterate over. VisitPlaceholderTag(IPlaceholderTag) Visits a placeholder tag. If processing tag content as text then the tag content will be inserted. Declaration public void VisitPlaceholderTag(IPlaceholderTag tag) Parameters Type Name Description IPlaceholderTag tag The placeholder tag to visit. VisitRevisionMarker(IRevisionMarker) Treats content within revision markers as if the changes were accepted by the user. This means that revision content marked as RevisionType.Insert will be counted, while content marked as RevisionType.Delete will be ignored. Declaration public void VisitRevisionMarker(IRevisionMarker revisionMarker) Parameters Type Name Description IRevisionMarker revisionMarker The revision marker to iterate over. VisitSegment(ISegment) Iterates over the segment to process its children. Declaration public void VisitSegment(ISegment segment) Parameters Type Name Description ISegment segment The segment to iterate over. VisitTagPair(ITagPair) Iterates over the children of a tag pair. If processing tag content as text then the start and end tag content will also be processed. Declaration public void VisitTagPair(ITagPair tagPair) Parameters Type Name Description ITagPair tagPair The tag pair container to iterate over. VisitText(IText) Adds the content of the text to the collection. Declaration public void VisitText(IText text) Parameters Type Name Description IText text The text to collect. Implements IMarkupDataVisitor" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.html", "title": "Class Characters", - "keywords": "Class Characters Set of constants used by WhitespaceProcessor Inheritance object Characters Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities Constants Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class Characters Constructors Characters() Declaration public Characters() Fields Apostrophe Apostrophe Declaration public const char Apostrophe = '`' Field Value Type Description char Backslash Backslash Declaration public const char Backslash = '\\\\' Field Value Type Description char CarriageReturn Carriage Return Declaration public const char CarriageReturn = '\\n' Field Value Type Description char DoubleQuote Double Quote Declaration public const char DoubleQuote = '\"' Field Value Type Description char Equal Equal Declaration public const char Equal = '=' Field Value Type Description char FormFeed Form Feed Declaration public const char FormFeed = '\\f' Field Value Type Description char GreaterThan Greater Than Declaration public const char GreaterThan = '>' Field Value Type Description char LessThan Less Than Declaration public const char LessThan = '<' Field Value Type Description char LineFeed Line Feed Declaration public const char LineFeed = '\\r' Field Value Type Description char Question Questionmark Declaration public const char Question = '?' Field Value Type Description char Quote Quote Declaration public const char Quote = '\\'' Field Value Type Description char Semicolon Semicolon Declaration public const char Semicolon = ';' Field Value Type Description char Slash Slash Declaration public const char Slash = '/' Field Value Type Description char Space Space Declaration public const char Space = ' ' Field Value Type Description char Tab Tab Declaration public const char Tab = '\\t' Field Value Type Description char" + "keywords": "Class Characters Set of constants used by WhitespaceProcessor Inheritance System.Object Characters 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.FileTypeSupport.Framework.Core.Utilities.Constants Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class Characters Constructors Characters() Declaration public Characters() Fields Apostrophe Apostrophe Declaration public const char Apostrophe = '`' Field Value Type Description System.Char Backslash Backslash Declaration public const char Backslash = '\\\\' Field Value Type Description System.Char CarriageReturn Carriage Return Declaration public const char CarriageReturn = '\\n' Field Value Type Description System.Char DoubleQuote Double Quote Declaration public const char DoubleQuote = '\"' Field Value Type Description System.Char Equal Equal Declaration public const char Equal = '=' Field Value Type Description System.Char FormFeed Form Feed Declaration public const char FormFeed = '\\f' Field Value Type Description System.Char GreaterThan Greater Than Declaration public const char GreaterThan = '>' Field Value Type Description System.Char LessThan Less Than Declaration public const char LessThan = '<' Field Value Type Description System.Char LineFeed Line Feed Declaration public const char LineFeed = '\\r' Field Value Type Description System.Char Question Questionmark Declaration public const char Question = '?' Field Value Type Description System.Char Quote Quote Declaration public const char Quote = '\\'' Field Value Type Description System.Char Semicolon Semicolon Declaration public const char Semicolon = ';' Field Value Type Description System.Char Slash Slash Declaration public const char Slash = '/' Field Value Type Description System.Char Space Space Declaration public const char Space = ' ' Field Value Type Description System.Char Tab Tab Declaration public const char Tab = '\\t' Field Value Type Description System.Char" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.html", @@ -1517,7 +1217,7 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Encryption.EncryptionConstants.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Encryption.EncryptionConstants.html", "title": "Class EncryptionConstants", - "keywords": "Class EncryptionConstants Constants used to pass relevant encryption parameters via shared object to the framework from the host Inheritance object EncryptionConstants Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities Encryption Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class EncryptionConstants Fields EncryptionInitializationVector The encryption Initialization Vector used by the provider Declaration public const string EncryptionInitializationVector = \"SDL-ENC:EncryptionInitializationVector\" Field Value Type Description string EncryptionKey The encryption Key used by the provider Declaration public const string EncryptionKey = \"SDL-ENC:EncryptionKey\" Field Value Type Description string EncryptionProviderType The encryption providerType Declaration public const string EncryptionProviderType = \"SDL-ENC:EncryptionProviderType\" Field Value Type Description string" + "keywords": "Class EncryptionConstants Constants used to pass relevant encryption parameters via shared object to the framework from the host Inheritance System.Object EncryptionConstants 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.FileTypeSupport.Framework.Core.Utilities.Encryption Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class EncryptionConstants Fields EncryptionInitializationVector The encryption Initialization Vector used by the provider Declaration public const string EncryptionInitializationVector = \"SDL-ENC:EncryptionInitializationVector\" Field Value Type Description System.String EncryptionKey The encryption Key used by the provider Declaration public const string EncryptionKey = \"SDL-ENC:EncryptionKey\" Field Value Type Description System.String EncryptionProviderType The encryption providerType Declaration public const string EncryptionProviderType = \"SDL-ENC:EncryptionProviderType\" Field Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Encryption.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Encryption.html", @@ -1527,37 +1227,37 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.html", "title": "Class FileEncoding", - "keywords": "Class FileEncoding A utility class to hold encoding related static methods Inheritance object FileEncoding Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class FileEncoding Methods Detect(string, Encoding, out string) Is used for code page detection. First, the file is searched for a UTF BOM. If a BOM is found, it is used to detect the appropriate code page. If a BOM is NOT found, the encoding detector is used to retrieve the code page. LineBreak is also retrieved after the encoding information is solved Declaration public static Pair Detect(string filePath, Encoding suggestedEncoding, out string lineBreakType) Parameters Type Name Description string filePath Path to file for code page detection Encoding suggestedEncoding A suggested codepage that may be used if it is a valid option. string lineBreakType String for the line break type. Returns Type Description Pair Codepage DetectionLevel A Pair container that holds the detected codepage and the information on how likely it is to be the correct one. Detect(string, Encoding, out string, out bool) Is used for code page detection. First, the file is searched for a UTF BOM. If a BOM is found, it is used to detect the appropriate code page. If a BOM is NOT found, the encoding detector is used to retrieve the code page. LineBreak is also retrieved after the encoding information is solved Declaration public static Pair Detect(string filePath, Encoding suggestedEncoding, out string lineBreakType, out bool hasUTF8BOM) Parameters Type Name Description string filePath Encoding suggestedEncoding string lineBreakType bool hasUTF8BOM Returns Type Description Pair Codepage DetectionLevel DetectEncoding(Pair, string, Encoding) Is used to find the encoding of a file using the EncodingDetector class Declaration public static void DetectEncoding(Pair detectedEncoding, string filePath, Encoding suggestedEncoding) Parameters Type Name Description Pair Codepage DetectionLevel detectedEncoding string filePath Encoding suggestedEncoding DetectUtfEncoding(byte[], Pair, out bool) Is used to check if file has BOM present and decides on UTF Encoding if rules are matched Declaration public static void DetectUtfEncoding(byte[] bom, Pair detectedEncoding, out bool hasUtf8Bom) Parameters Type Name Description byte bom Pair Codepage DetectionLevel detectedEncoding bool hasUtf8Bom GetDefaultAnsiCodepage(CultureInfo) Gets the default 'ansi' code page for the given language CultureInfo Declaration public static int GetDefaultAnsiCodepage(CultureInfo cultureInfo) Parameters Type Name Description CultureInfo cultureInfo The CultureInfo of the language Returns Type Description int The default code page for the given language, 0 for invalid input" + "keywords": "Class FileEncoding A utility class to hold encoding related static methods Inheritance System.Object FileEncoding 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.FileTypeSupport.Framework.Core.Utilities Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class FileEncoding Methods Detect(String, Encoding, out String) Is used for code page detection. First, the file is searched for a UTF BOM. If a BOM is found, it is used to detect the appropriate code page. If a BOM is NOT found, the encoding detector is used to retrieve the code page. LineBreak is also retrieved after the encoding information is solved Declaration public static Pair Detect(string filePath, Encoding suggestedEncoding, out string lineBreakType) Parameters Type Name Description System.String filePath Path to file for code page detection System.Text.Encoding suggestedEncoding A suggested codepage that may be used if it is a valid option. System.String lineBreakType String for the line break type. Returns Type Description Pair < Codepage , DetectionLevel > A Pair container that holds the detected codepage and the information on how likely it is to be the correct one. Detect(String, Encoding, out String, out Boolean) Is used for code page detection. First, the file is searched for a UTF BOM. If a BOM is found, it is used to detect the appropriate code page. If a BOM is NOT found, the encoding detector is used to retrieve the code page. LineBreak is also retrieved after the encoding information is solved Declaration public static Pair Detect(string filePath, Encoding suggestedEncoding, out string lineBreakType, out bool hasUTF8BOM) Parameters Type Name Description System.String filePath System.Text.Encoding suggestedEncoding System.String lineBreakType System.Boolean hasUTF8BOM Returns Type Description Pair < Codepage , DetectionLevel > DetectEncoding(Pair, String, Encoding) Is used to find the encoding of a file using the EncodingDetector class Declaration public static void DetectEncoding(Pair detectedEncoding, string filePath, Encoding suggestedEncoding) Parameters Type Name Description Pair < Codepage , DetectionLevel > detectedEncoding System.String filePath System.Text.Encoding suggestedEncoding DetectUtfEncoding(Byte[], Pair, out Boolean) Is used to check if file has BOM present and decides on UTF Encoding if rules are matched Declaration public static void DetectUtfEncoding(byte[] bom, Pair detectedEncoding, out bool hasUtf8Bom) Parameters Type Name Description System.Byte [] bom Pair < Codepage , DetectionLevel > detectedEncoding System.Boolean hasUtf8Bom GetDefaultAnsiCodepage(CultureInfo) Gets the default 'ansi' code page for the given language CultureInfo Declaration public static int GetDefaultAnsiCodepage(CultureInfo cultureInfo) Parameters Type Name Description System.Globalization.CultureInfo cultureInfo The CultureInfo of the language Returns Type Description System.Int32 The default code page for the given language, 0 for invalid input" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilitesResources.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilitesResources.html", "title": "Class ColorUtilitesResources", - "keywords": "Class ColorUtilitesResources A strongly-typed resource class, for looking up localized strings, etc. Inheritance object ColorUtilitesResources Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class ColorUtilitesResources Properties Culture Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Declaration public static CultureInfo Culture { get; set; } Property Value Type Description CultureInfo ResourceManager Returns the cached ResourceManager instance used by this class. Declaration public static ResourceManager ResourceManager { get; } Property Value Type Description ResourceManager activeborder Looks up a localized string similar to ActiveBorder. Declaration public static string activeborder { get; } Property Value Type Description string activecaption Looks up a localized string similar to ActiveCaption. Declaration public static string activecaption { get; } Property Value Type Description string activecaptiontext Looks up a localized string similar to ActiveCaptionText. Declaration public static string activecaptiontext { get; } Property Value Type Description string aliceblue Looks up a localized string similar to AliceBlue. Declaration public static string aliceblue { get; } Property Value Type Description string antiquewhite Looks up a localized string similar to AntiqueWhite. Declaration public static string antiquewhite { get; } Property Value Type Description string appworkspace Looks up a localized string similar to AppWorkspace. Declaration public static string appworkspace { get; } Property Value Type Description string aqua Looks up a localized string similar to Aqua. Declaration public static string aqua { get; } Property Value Type Description string aquamarine Looks up a localized string similar to Aquamarine. Declaration public static string aquamarine { get; } Property Value Type Description string azure Looks up a localized string similar to Azure. Declaration public static string azure { get; } Property Value Type Description string beige Looks up a localized string similar to Beige. Declaration public static string beige { get; } Property Value Type Description string bisque Looks up a localized string similar to Bisque. Declaration public static string bisque { get; } Property Value Type Description string black Looks up a localized string similar to Black. Declaration public static string black { get; } Property Value Type Description string blanchedalmond Looks up a localized string similar to BlanchedAlmond. Declaration public static string blanchedalmond { get; } Property Value Type Description string blue Looks up a localized string similar to Blue. Declaration public static string blue { get; } Property Value Type Description string blueviolet Looks up a localized string similar to BlueViolet. Declaration public static string blueviolet { get; } Property Value Type Description string brown Looks up a localized string similar to Brown. Declaration public static string brown { get; } Property Value Type Description string burlywood Looks up a localized string similar to BurlyWood. Declaration public static string burlywood { get; } Property Value Type Description string buttonface Looks up a localized string similar to ButtonFace. Declaration public static string buttonface { get; } Property Value Type Description string buttonhighlight Looks up a localized string similar to ButtonHighlight. Declaration public static string buttonhighlight { get; } Property Value Type Description string buttonshadow Looks up a localized string similar to ButtonShadow. Declaration public static string buttonshadow { get; } Property Value Type Description string cadetblue Looks up a localized string similar to CadetBlue. Declaration public static string cadetblue { get; } Property Value Type Description string chartreuse Looks up a localized string similar to Chartreuse. Declaration public static string chartreuse { get; } Property Value Type Description string chocolate Looks up a localized string similar to Chocolate. Declaration public static string chocolate { get; } Property Value Type Description string control Looks up a localized string similar to Control. Declaration public static string control { get; } Property Value Type Description string controldark Looks up a localized string similar to ControlDark. Declaration public static string controldark { get; } Property Value Type Description string controldarkdark Looks up a localized string similar to ControlDarkDark. Declaration public static string controldarkdark { get; } Property Value Type Description string controllight Looks up a localized string similar to ControlLight. Declaration public static string controllight { get; } Property Value Type Description string controllightlight Looks up a localized string similar to ControlLightLight. Declaration public static string controllightlight { get; } Property Value Type Description string controltext Looks up a localized string similar to ControlText. Declaration public static string controltext { get; } Property Value Type Description string coral Looks up a localized string similar to Coral. Declaration public static string coral { get; } Property Value Type Description string cornflowerblue Looks up a localized string similar to CornflowerBlue. Declaration public static string cornflowerblue { get; } Property Value Type Description string cornsilk Looks up a localized string similar to Cornsilk. Declaration public static string cornsilk { get; } Property Value Type Description string crimson Looks up a localized string similar to Crimson. Declaration public static string crimson { get; } Property Value Type Description string cyan Looks up a localized string similar to Cyan. Declaration public static string cyan { get; } Property Value Type Description string darkblue Looks up a localized string similar to DarkBlue. Declaration public static string darkblue { get; } Property Value Type Description string darkcyan Looks up a localized string similar to DarkCyan. Declaration public static string darkcyan { get; } Property Value Type Description string darkgoldenrod Looks up a localized string similar to DarkGoldenrod. Declaration public static string darkgoldenrod { get; } Property Value Type Description string darkgray Looks up a localized string similar to DarkGray. Declaration public static string darkgray { get; } Property Value Type Description string darkgreen Looks up a localized string similar to DarkGreen. Declaration public static string darkgreen { get; } Property Value Type Description string darkkhaki Looks up a localized string similar to DarkKhaki. Declaration public static string darkkhaki { get; } Property Value Type Description string darkmagenta Looks up a localized string similar to DarkMagenta. Declaration public static string darkmagenta { get; } Property Value Type Description string darkolivegreen Looks up a localized string similar to DarkOliveGreen. Declaration public static string darkolivegreen { get; } Property Value Type Description string darkorange Looks up a localized string similar to DarkOrange. Declaration public static string darkorange { get; } Property Value Type Description string darkorchid Looks up a localized string similar to DarkOrchid. Declaration public static string darkorchid { get; } Property Value Type Description string darkred Looks up a localized string similar to DarkRed. Declaration public static string darkred { get; } Property Value Type Description string darksalmon Looks up a localized string similar to DarkSalmon. Declaration public static string darksalmon { get; } Property Value Type Description string darkseagreen Looks up a localized string similar to DarkSeaGreen. Declaration public static string darkseagreen { get; } Property Value Type Description string darkslateblue Looks up a localized string similar to DarkSlateBlue. Declaration public static string darkslateblue { get; } Property Value Type Description string darkslategray Looks up a localized string similar to DarkSlateGray. Declaration public static string darkslategray { get; } Property Value Type Description string darkturquoise Looks up a localized string similar to DarkTurquoise. Declaration public static string darkturquoise { get; } Property Value Type Description string darkviolet Looks up a localized string similar to DarkViolet. Declaration public static string darkviolet { get; } Property Value Type Description string deeppink Looks up a localized string similar to DeepPink. Declaration public static string deeppink { get; } Property Value Type Description string deepskyblue Looks up a localized string similar to DeepSkyBlue. Declaration public static string deepskyblue { get; } Property Value Type Description string desktop Looks up a localized string similar to Desktop. Declaration public static string desktop { get; } Property Value Type Description string dimgray Looks up a localized string similar to DimGray. Declaration public static string dimgray { get; } Property Value Type Description string dodgerblue Looks up a localized string similar to DodgerBlue. Declaration public static string dodgerblue { get; } Property Value Type Description string firebrick Looks up a localized string similar to Firebrick. Declaration public static string firebrick { get; } Property Value Type Description string floralwhite Looks up a localized string similar to FloralWhite. Declaration public static string floralwhite { get; } Property Value Type Description string forestgreen Looks up a localized string similar to ForestGreen. Declaration public static string forestgreen { get; } Property Value Type Description string fuchsia Looks up a localized string similar to Fuchsia. Declaration public static string fuchsia { get; } Property Value Type Description string gainsboro Looks up a localized string similar to Gainsboro. Declaration public static string gainsboro { get; } Property Value Type Description string ghostwhite Looks up a localized string similar to GhostWhite. Declaration public static string ghostwhite { get; } Property Value Type Description string gold Looks up a localized string similar to Gold. Declaration public static string gold { get; } Property Value Type Description string goldenrod Looks up a localized string similar to Goldenrod. Declaration public static string goldenrod { get; } Property Value Type Description string gradientactivecaption Looks up a localized string similar to GradientActiveCaption. Declaration public static string gradientactivecaption { get; } Property Value Type Description string gradientinactivecaption Looks up a localized string similar to GradientInactiveCaption. Declaration public static string gradientinactivecaption { get; } Property Value Type Description string gray Looks up a localized string similar to Gray. Declaration public static string gray { get; } Property Value Type Description string graytext Looks up a localized string similar to GrayText. Declaration public static string graytext { get; } Property Value Type Description string green Looks up a localized string similar to Green. Declaration public static string green { get; } Property Value Type Description string greenyellow Looks up a localized string similar to GreenYellow. Declaration public static string greenyellow { get; } Property Value Type Description string highlight Looks up a localized string similar to Highlight. Declaration public static string highlight { get; } Property Value Type Description string highlighttext Looks up a localized string similar to HighlightText. Declaration public static string highlighttext { get; } Property Value Type Description string honeydew Looks up a localized string similar to Honeydew. Declaration public static string honeydew { get; } Property Value Type Description string hotpink Looks up a localized string similar to HotPink. Declaration public static string hotpink { get; } Property Value Type Description string hottrack Looks up a localized string similar to HotTrack. Declaration public static string hottrack { get; } Property Value Type Description string inactiveborder Looks up a localized string similar to InactiveBorder. Declaration public static string inactiveborder { get; } Property Value Type Description string inactivecaption Looks up a localized string similar to InactiveCaption. Declaration public static string inactivecaption { get; } Property Value Type Description string inactivecaptiontext Looks up a localized string similar to InactiveCaptionText. Declaration public static string inactivecaptiontext { get; } Property Value Type Description string indianred Looks up a localized string similar to IndianRed. Declaration public static string indianred { get; } Property Value Type Description string indigo Looks up a localized string similar to Indigo. Declaration public static string indigo { get; } Property Value Type Description string info Looks up a localized string similar to Info. Declaration public static string info { get; } Property Value Type Description string infotext Looks up a localized string similar to InfoText. Declaration public static string infotext { get; } Property Value Type Description string ivory Looks up a localized string similar to Ivory. Declaration public static string ivory { get; } Property Value Type Description string khaki Looks up a localized string similar to Khaki. Declaration public static string khaki { get; } Property Value Type Description string lavender Looks up a localized string similar to Lavender. Declaration public static string lavender { get; } Property Value Type Description string lavenderblush Looks up a localized string similar to LavenderBlush. Declaration public static string lavenderblush { get; } Property Value Type Description string lawngreen Looks up a localized string similar to LawnGreen. Declaration public static string lawngreen { get; } Property Value Type Description string lemonchiffon Looks up a localized string similar to LemonChiffon. Declaration public static string lemonchiffon { get; } Property Value Type Description string lightblue Looks up a localized string similar to LightBlue. Declaration public static string lightblue { get; } Property Value Type Description string lightcoral Looks up a localized string similar to LightCoral. Declaration public static string lightcoral { get; } Property Value Type Description string lightcyan Looks up a localized string similar to LightCyan. Declaration public static string lightcyan { get; } Property Value Type Description string lightgoldenrodyellow Looks up a localized string similar to LightGoldenrodYellow. Declaration public static string lightgoldenrodyellow { get; } Property Value Type Description string lightgray Looks up a localized string similar to LightGray. Declaration public static string lightgray { get; } Property Value Type Description string lightgreen Looks up a localized string similar to LightGreen. Declaration public static string lightgreen { get; } Property Value Type Description string lightpink Looks up a localized string similar to LightPink. Declaration public static string lightpink { get; } Property Value Type Description string lightsalmon Looks up a localized string similar to LightSalmon. Declaration public static string lightsalmon { get; } Property Value Type Description string lightseagreen Looks up a localized string similar to LightSeaGreen. Declaration public static string lightseagreen { get; } Property Value Type Description string lightskyblue Looks up a localized string similar to LightSkyBlue. Declaration public static string lightskyblue { get; } Property Value Type Description string lightslategray Looks up a localized string similar to LightSlateGray. Declaration public static string lightslategray { get; } Property Value Type Description string lightsteelblue Looks up a localized string similar to LightSteelBlue. Declaration public static string lightsteelblue { get; } Property Value Type Description string lightyellow Looks up a localized string similar to LightYellow. Declaration public static string lightyellow { get; } Property Value Type Description string lime Looks up a localized string similar to Lime. Declaration public static string lime { get; } Property Value Type Description string limegreen Looks up a localized string similar to LimeGreen. Declaration public static string limegreen { get; } Property Value Type Description string linen Looks up a localized string similar to Linen. Declaration public static string linen { get; } Property Value Type Description string magenta Looks up a localized string similar to Magenta. Declaration public static string magenta { get; } Property Value Type Description string maroon Looks up a localized string similar to Maroon. Declaration public static string maroon { get; } Property Value Type Description string mediumaquamarine Looks up a localized string similar to MediumAquamarine. Declaration public static string mediumaquamarine { get; } Property Value Type Description string mediumblue Looks up a localized string similar to MediumBlue. Declaration public static string mediumblue { get; } Property Value Type Description string mediumorchid Looks up a localized string similar to MediumOrchid. Declaration public static string mediumorchid { get; } Property Value Type Description string mediumpurple Looks up a localized string similar to MediumPurple. Declaration public static string mediumpurple { get; } Property Value Type Description string mediumseagreen Looks up a localized string similar to MediumSeaGreen. Declaration public static string mediumseagreen { get; } Property Value Type Description string mediumslateblue Looks up a localized string similar to MediumSlateBlue. Declaration public static string mediumslateblue { get; } Property Value Type Description string mediumspringgreen Looks up a localized string similar to MediumSpringGreen. Declaration public static string mediumspringgreen { get; } Property Value Type Description string mediumturquoise Looks up a localized string similar to MediumTurquoise. Declaration public static string mediumturquoise { get; } Property Value Type Description string mediumvioletred Looks up a localized string similar to MediumVioletRed. Declaration public static string mediumvioletred { get; } Property Value Type Description string menu Looks up a localized string similar to Menu. Declaration public static string menu { get; } Property Value Type Description string menubar Looks up a localized string similar to MenuBar. Declaration public static string menubar { get; } Property Value Type Description string menuhighlight Looks up a localized string similar to MenuHighlight. Declaration public static string menuhighlight { get; } Property Value Type Description string menutext Looks up a localized string similar to MenuText. Declaration public static string menutext { get; } Property Value Type Description string midnightblue Looks up a localized string similar to MidnightBlue. Declaration public static string midnightblue { get; } Property Value Type Description string mintcream Looks up a localized string similar to MintCream. Declaration public static string mintcream { get; } Property Value Type Description string mistyrose Looks up a localized string similar to MistyRose. Declaration public static string mistyrose { get; } Property Value Type Description string moccasin Looks up a localized string similar to Moccasin. Declaration public static string moccasin { get; } Property Value Type Description string navajowhite Looks up a localized string similar to NavajoWhite. Declaration public static string navajowhite { get; } Property Value Type Description string navy Looks up a localized string similar to Navy. Declaration public static string navy { get; } Property Value Type Description string oldlace Looks up a localized string similar to OldLace. Declaration public static string oldlace { get; } Property Value Type Description string olive Looks up a localized string similar to Olive. Declaration public static string olive { get; } Property Value Type Description string olivedrab Looks up a localized string similar to OliveDrab. Declaration public static string olivedrab { get; } Property Value Type Description string orange Looks up a localized string similar to Orange. Declaration public static string orange { get; } Property Value Type Description string orangered Looks up a localized string similar to OrangeRed. Declaration public static string orangered { get; } Property Value Type Description string orchid Looks up a localized string similar to Orchid. Declaration public static string orchid { get; } Property Value Type Description string palegoldenrod Looks up a localized string similar to PaleGoldenrod. Declaration public static string palegoldenrod { get; } Property Value Type Description string palegreen Looks up a localized string similar to PaleGreen. Declaration public static string palegreen { get; } Property Value Type Description string paleturquoise Looks up a localized string similar to PaleTurquoise. Declaration public static string paleturquoise { get; } Property Value Type Description string palevioletred Looks up a localized string similar to PaleVioletRed. Declaration public static string palevioletred { get; } Property Value Type Description string papayawhip Looks up a localized string similar to PapayaWhip. Declaration public static string papayawhip { get; } Property Value Type Description string peachpuff Looks up a localized string similar to PeachPuff. Declaration public static string peachpuff { get; } Property Value Type Description string peru Looks up a localized string similar to Peru. Declaration public static string peru { get; } Property Value Type Description string pink Looks up a localized string similar to Pink. Declaration public static string pink { get; } Property Value Type Description string plum Looks up a localized string similar to Plum. Declaration public static string plum { get; } Property Value Type Description string powderblue Looks up a localized string similar to PowderBlue. Declaration public static string powderblue { get; } Property Value Type Description string purple Looks up a localized string similar to Purple. Declaration public static string purple { get; } Property Value Type Description string red Looks up a localized string similar to Red. Declaration public static string red { get; } Property Value Type Description string rosybrown Looks up a localized string similar to RosyBrown. Declaration public static string rosybrown { get; } Property Value Type Description string royalblue Looks up a localized string similar to RoyalBlue. Declaration public static string royalblue { get; } Property Value Type Description string saddlebrown Looks up a localized string similar to SaddleBrown. Declaration public static string saddlebrown { get; } Property Value Type Description string salmon Looks up a localized string similar to Salmon. Declaration public static string salmon { get; } Property Value Type Description string sandybrown Looks up a localized string similar to SandyBrown. Declaration public static string sandybrown { get; } Property Value Type Description string scrollbar Looks up a localized string similar to ScrollBar. Declaration public static string scrollbar { get; } Property Value Type Description string seagreen Looks up a localized string similar to SeaGreen. Declaration public static string seagreen { get; } Property Value Type Description string seashell Looks up a localized string similar to SeaShell. Declaration public static string seashell { get; } Property Value Type Description string sienna Looks up a localized string similar to Sienna. Declaration public static string sienna { get; } Property Value Type Description string silver Looks up a localized string similar to Silver. Declaration public static string silver { get; } Property Value Type Description string skyblue Looks up a localized string similar to SkyBlue. Declaration public static string skyblue { get; } Property Value Type Description string slateblue Looks up a localized string similar to SlateBlue. Declaration public static string slateblue { get; } Property Value Type Description string slategray Looks up a localized string similar to SlateGray. Declaration public static string slategray { get; } Property Value Type Description string snow Looks up a localized string similar to Snow. Declaration public static string snow { get; } Property Value Type Description string springgreen Looks up a localized string similar to SpringGreen. Declaration public static string springgreen { get; } Property Value Type Description string steelblue Looks up a localized string similar to SteelBlue. Declaration public static string steelblue { get; } Property Value Type Description string tan Looks up a localized string similar to Tan. Declaration public static string tan { get; } Property Value Type Description string teal Looks up a localized string similar to Teal. Declaration public static string teal { get; } Property Value Type Description string thistle Looks up a localized string similar to Thistle. Declaration public static string thistle { get; } Property Value Type Description string tomato Looks up a localized string similar to Tomato. Declaration public static string tomato { get; } Property Value Type Description string transparent Looks up a localized string similar to Transparent. Declaration public static string transparent { get; } Property Value Type Description string turquoise Looks up a localized string similar to Turquoise. Declaration public static string turquoise { get; } Property Value Type Description string unnamedcolor Looks up a localized string similar to Unnamed Color. Declaration public static string unnamedcolor { get; } Property Value Type Description string violet Looks up a localized string similar to Violet. Declaration public static string violet { get; } Property Value Type Description string wheat Looks up a localized string similar to Wheat. Declaration public static string wheat { get; } Property Value Type Description string white Looks up a localized string similar to White. Declaration public static string white { get; } Property Value Type Description string whitesmoke Looks up a localized string similar to WhiteSmoke. Declaration public static string whitesmoke { get; } Property Value Type Description string window Looks up a localized string similar to Window. Declaration public static string window { get; } Property Value Type Description string windowframe Looks up a localized string similar to WindowFrame. Declaration public static string windowframe { get; } Property Value Type Description string windowtext Looks up a localized string similar to WindowText. Declaration public static string windowtext { get; } Property Value Type Description string yellow Looks up a localized string similar to Yellow. Declaration public static string yellow { get; } Property Value Type Description string yellowgreen Looks up a localized string similar to YellowGreen. Declaration public static string yellowgreen { get; } Property Value Type Description string" + "keywords": "Class ColorUtilitesResources A strongly-typed resource class, for looking up localized strings, etc. Inheritance System.Object ColorUtilitesResources 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.FileTypeSupport.Framework.Core.Utilities.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class ColorUtilitesResources Properties activeborder Looks up a localized string similar to ActiveBorder. Declaration public static string activeborder { get; } Property Value Type Description System.String activecaption Looks up a localized string similar to ActiveCaption. Declaration public static string activecaption { get; } Property Value Type Description System.String activecaptiontext Looks up a localized string similar to ActiveCaptionText. Declaration public static string activecaptiontext { get; } Property Value Type Description System.String aliceblue Looks up a localized string similar to AliceBlue. Declaration public static string aliceblue { get; } Property Value Type Description System.String antiquewhite Looks up a localized string similar to AntiqueWhite. Declaration public static string antiquewhite { get; } Property Value Type Description System.String appworkspace Looks up a localized string similar to AppWorkspace. Declaration public static string appworkspace { get; } Property Value Type Description System.String aqua Looks up a localized string similar to Aqua. Declaration public static string aqua { get; } Property Value Type Description System.String aquamarine Looks up a localized string similar to Aquamarine. Declaration public static string aquamarine { get; } Property Value Type Description System.String azure Looks up a localized string similar to Azure. Declaration public static string azure { get; } Property Value Type Description System.String beige Looks up a localized string similar to Beige. Declaration public static string beige { get; } Property Value Type Description System.String bisque Looks up a localized string similar to Bisque. Declaration public static string bisque { get; } Property Value Type Description System.String black Looks up a localized string similar to Black. Declaration public static string black { get; } Property Value Type Description System.String blanchedalmond Looks up a localized string similar to BlanchedAlmond. Declaration public static string blanchedalmond { get; } Property Value Type Description System.String blue Looks up a localized string similar to Blue. Declaration public static string blue { get; } Property Value Type Description System.String blueviolet Looks up a localized string similar to BlueViolet. Declaration public static string blueviolet { get; } Property Value Type Description System.String brown Looks up a localized string similar to Brown. Declaration public static string brown { get; } Property Value Type Description System.String burlywood Looks up a localized string similar to BurlyWood. Declaration public static string burlywood { get; } Property Value Type Description System.String buttonface Looks up a localized string similar to ButtonFace. Declaration public static string buttonface { get; } Property Value Type Description System.String buttonhighlight Looks up a localized string similar to ButtonHighlight. Declaration public static string buttonhighlight { get; } Property Value Type Description System.String buttonshadow Looks up a localized string similar to ButtonShadow. Declaration public static string buttonshadow { get; } Property Value Type Description System.String cadetblue Looks up a localized string similar to CadetBlue. Declaration public static string cadetblue { get; } Property Value Type Description System.String chartreuse Looks up a localized string similar to Chartreuse. Declaration public static string chartreuse { get; } Property Value Type Description System.String chocolate Looks up a localized string similar to Chocolate. Declaration public static string chocolate { get; } Property Value Type Description System.String control Looks up a localized string similar to Control. Declaration public static string control { get; } Property Value Type Description System.String controldark Looks up a localized string similar to ControlDark. Declaration public static string controldark { get; } Property Value Type Description System.String controldarkdark Looks up a localized string similar to ControlDarkDark. Declaration public static string controldarkdark { get; } Property Value Type Description System.String controllight Looks up a localized string similar to ControlLight. Declaration public static string controllight { get; } Property Value Type Description System.String controllightlight Looks up a localized string similar to ControlLightLight. Declaration public static string controllightlight { get; } Property Value Type Description System.String controltext Looks up a localized string similar to ControlText. Declaration public static string controltext { get; } Property Value Type Description System.String coral Looks up a localized string similar to Coral. Declaration public static string coral { get; } Property Value Type Description System.String cornflowerblue Looks up a localized string similar to CornflowerBlue. Declaration public static string cornflowerblue { get; } Property Value Type Description System.String cornsilk Looks up a localized string similar to Cornsilk. Declaration public static string cornsilk { get; } Property Value Type Description System.String crimson Looks up a localized string similar to Crimson. Declaration public static string crimson { get; } Property Value Type Description System.String Culture Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Declaration public static CultureInfo Culture { get; set; } Property Value Type Description System.Globalization.CultureInfo cyan Looks up a localized string similar to Cyan. Declaration public static string cyan { get; } Property Value Type Description System.String darkblue Looks up a localized string similar to DarkBlue. Declaration public static string darkblue { get; } Property Value Type Description System.String darkcyan Looks up a localized string similar to DarkCyan. Declaration public static string darkcyan { get; } Property Value Type Description System.String darkgoldenrod Looks up a localized string similar to DarkGoldenrod. Declaration public static string darkgoldenrod { get; } Property Value Type Description System.String darkgray Looks up a localized string similar to DarkGray. Declaration public static string darkgray { get; } Property Value Type Description System.String darkgreen Looks up a localized string similar to DarkGreen. Declaration public static string darkgreen { get; } Property Value Type Description System.String darkkhaki Looks up a localized string similar to DarkKhaki. Declaration public static string darkkhaki { get; } Property Value Type Description System.String darkmagenta Looks up a localized string similar to DarkMagenta. Declaration public static string darkmagenta { get; } Property Value Type Description System.String darkolivegreen Looks up a localized string similar to DarkOliveGreen. Declaration public static string darkolivegreen { get; } Property Value Type Description System.String darkorange Looks up a localized string similar to DarkOrange. Declaration public static string darkorange { get; } Property Value Type Description System.String darkorchid Looks up a localized string similar to DarkOrchid. Declaration public static string darkorchid { get; } Property Value Type Description System.String darkred Looks up a localized string similar to DarkRed. Declaration public static string darkred { get; } Property Value Type Description System.String darksalmon Looks up a localized string similar to DarkSalmon. Declaration public static string darksalmon { get; } Property Value Type Description System.String darkseagreen Looks up a localized string similar to DarkSeaGreen. Declaration public static string darkseagreen { get; } Property Value Type Description System.String darkslateblue Looks up a localized string similar to DarkSlateBlue. Declaration public static string darkslateblue { get; } Property Value Type Description System.String darkslategray Looks up a localized string similar to DarkSlateGray. Declaration public static string darkslategray { get; } Property Value Type Description System.String darkturquoise Looks up a localized string similar to DarkTurquoise. Declaration public static string darkturquoise { get; } Property Value Type Description System.String darkviolet Looks up a localized string similar to DarkViolet. Declaration public static string darkviolet { get; } Property Value Type Description System.String deeppink Looks up a localized string similar to DeepPink. Declaration public static string deeppink { get; } Property Value Type Description System.String deepskyblue Looks up a localized string similar to DeepSkyBlue. Declaration public static string deepskyblue { get; } Property Value Type Description System.String desktop Looks up a localized string similar to Desktop. Declaration public static string desktop { get; } Property Value Type Description System.String dimgray Looks up a localized string similar to DimGray. Declaration public static string dimgray { get; } Property Value Type Description System.String dodgerblue Looks up a localized string similar to DodgerBlue. Declaration public static string dodgerblue { get; } Property Value Type Description System.String firebrick Looks up a localized string similar to Firebrick. Declaration public static string firebrick { get; } Property Value Type Description System.String floralwhite Looks up a localized string similar to FloralWhite. Declaration public static string floralwhite { get; } Property Value Type Description System.String forestgreen Looks up a localized string similar to ForestGreen. Declaration public static string forestgreen { get; } Property Value Type Description System.String fuchsia Looks up a localized string similar to Fuchsia. Declaration public static string fuchsia { get; } Property Value Type Description System.String gainsboro Looks up a localized string similar to Gainsboro. Declaration public static string gainsboro { get; } Property Value Type Description System.String ghostwhite Looks up a localized string similar to GhostWhite. Declaration public static string ghostwhite { get; } Property Value Type Description System.String gold Looks up a localized string similar to Gold. Declaration public static string gold { get; } Property Value Type Description System.String goldenrod Looks up a localized string similar to Goldenrod. Declaration public static string goldenrod { get; } Property Value Type Description System.String gradientactivecaption Looks up a localized string similar to GradientActiveCaption. Declaration public static string gradientactivecaption { get; } Property Value Type Description System.String gradientinactivecaption Looks up a localized string similar to GradientInactiveCaption. Declaration public static string gradientinactivecaption { get; } Property Value Type Description System.String gray Looks up a localized string similar to Gray. Declaration public static string gray { get; } Property Value Type Description System.String graytext Looks up a localized string similar to GrayText. Declaration public static string graytext { get; } Property Value Type Description System.String green Looks up a localized string similar to Green. Declaration public static string green { get; } Property Value Type Description System.String greenyellow Looks up a localized string similar to GreenYellow. Declaration public static string greenyellow { get; } Property Value Type Description System.String highlight Looks up a localized string similar to Highlight. Declaration public static string highlight { get; } Property Value Type Description System.String highlighttext Looks up a localized string similar to HighlightText. Declaration public static string highlighttext { get; } Property Value Type Description System.String honeydew Looks up a localized string similar to Honeydew. Declaration public static string honeydew { get; } Property Value Type Description System.String hotpink Looks up a localized string similar to HotPink. Declaration public static string hotpink { get; } Property Value Type Description System.String hottrack Looks up a localized string similar to HotTrack. Declaration public static string hottrack { get; } Property Value Type Description System.String inactiveborder Looks up a localized string similar to InactiveBorder. Declaration public static string inactiveborder { get; } Property Value Type Description System.String inactivecaption Looks up a localized string similar to InactiveCaption. Declaration public static string inactivecaption { get; } Property Value Type Description System.String inactivecaptiontext Looks up a localized string similar to InactiveCaptionText. Declaration public static string inactivecaptiontext { get; } Property Value Type Description System.String indianred Looks up a localized string similar to IndianRed. Declaration public static string indianred { get; } Property Value Type Description System.String indigo Looks up a localized string similar to Indigo. Declaration public static string indigo { get; } Property Value Type Description System.String info Looks up a localized string similar to Info. Declaration public static string info { get; } Property Value Type Description System.String infotext Looks up a localized string similar to InfoText. Declaration public static string infotext { get; } Property Value Type Description System.String ivory Looks up a localized string similar to Ivory. Declaration public static string ivory { get; } Property Value Type Description System.String khaki Looks up a localized string similar to Khaki. Declaration public static string khaki { get; } Property Value Type Description System.String lavender Looks up a localized string similar to Lavender. Declaration public static string lavender { get; } Property Value Type Description System.String lavenderblush Looks up a localized string similar to LavenderBlush. Declaration public static string lavenderblush { get; } Property Value Type Description System.String lawngreen Looks up a localized string similar to LawnGreen. Declaration public static string lawngreen { get; } Property Value Type Description System.String lemonchiffon Looks up a localized string similar to LemonChiffon. Declaration public static string lemonchiffon { get; } Property Value Type Description System.String lightblue Looks up a localized string similar to LightBlue. Declaration public static string lightblue { get; } Property Value Type Description System.String lightcoral Looks up a localized string similar to LightCoral. Declaration public static string lightcoral { get; } Property Value Type Description System.String lightcyan Looks up a localized string similar to LightCyan. Declaration public static string lightcyan { get; } Property Value Type Description System.String lightgoldenrodyellow Looks up a localized string similar to LightGoldenrodYellow. Declaration public static string lightgoldenrodyellow { get; } Property Value Type Description System.String lightgray Looks up a localized string similar to LightGray. Declaration public static string lightgray { get; } Property Value Type Description System.String lightgreen Looks up a localized string similar to LightGreen. Declaration public static string lightgreen { get; } Property Value Type Description System.String lightpink Looks up a localized string similar to LightPink. Declaration public static string lightpink { get; } Property Value Type Description System.String lightsalmon Looks up a localized string similar to LightSalmon. Declaration public static string lightsalmon { get; } Property Value Type Description System.String lightseagreen Looks up a localized string similar to LightSeaGreen. Declaration public static string lightseagreen { get; } Property Value Type Description System.String lightskyblue Looks up a localized string similar to LightSkyBlue. Declaration public static string lightskyblue { get; } Property Value Type Description System.String lightslategray Looks up a localized string similar to LightSlateGray. Declaration public static string lightslategray { get; } Property Value Type Description System.String lightsteelblue Looks up a localized string similar to LightSteelBlue. Declaration public static string lightsteelblue { get; } Property Value Type Description System.String lightyellow Looks up a localized string similar to LightYellow. Declaration public static string lightyellow { get; } Property Value Type Description System.String lime Looks up a localized string similar to Lime. Declaration public static string lime { get; } Property Value Type Description System.String limegreen Looks up a localized string similar to LimeGreen. Declaration public static string limegreen { get; } Property Value Type Description System.String linen Looks up a localized string similar to Linen. Declaration public static string linen { get; } Property Value Type Description System.String magenta Looks up a localized string similar to Magenta. Declaration public static string magenta { get; } Property Value Type Description System.String maroon Looks up a localized string similar to Maroon. Declaration public static string maroon { get; } Property Value Type Description System.String mediumaquamarine Looks up a localized string similar to MediumAquamarine. Declaration public static string mediumaquamarine { get; } Property Value Type Description System.String mediumblue Looks up a localized string similar to MediumBlue. Declaration public static string mediumblue { get; } Property Value Type Description System.String mediumorchid Looks up a localized string similar to MediumOrchid. Declaration public static string mediumorchid { get; } Property Value Type Description System.String mediumpurple Looks up a localized string similar to MediumPurple. Declaration public static string mediumpurple { get; } Property Value Type Description System.String mediumseagreen Looks up a localized string similar to MediumSeaGreen. Declaration public static string mediumseagreen { get; } Property Value Type Description System.String mediumslateblue Looks up a localized string similar to MediumSlateBlue. Declaration public static string mediumslateblue { get; } Property Value Type Description System.String mediumspringgreen Looks up a localized string similar to MediumSpringGreen. Declaration public static string mediumspringgreen { get; } Property Value Type Description System.String mediumturquoise Looks up a localized string similar to MediumTurquoise. Declaration public static string mediumturquoise { get; } Property Value Type Description System.String mediumvioletred Looks up a localized string similar to MediumVioletRed. Declaration public static string mediumvioletred { get; } Property Value Type Description System.String menu Looks up a localized string similar to Menu. Declaration public static string menu { get; } Property Value Type Description System.String menubar Looks up a localized string similar to MenuBar. Declaration public static string menubar { get; } Property Value Type Description System.String menuhighlight Looks up a localized string similar to MenuHighlight. Declaration public static string menuhighlight { get; } Property Value Type Description System.String menutext Looks up a localized string similar to MenuText. Declaration public static string menutext { get; } Property Value Type Description System.String midnightblue Looks up a localized string similar to MidnightBlue. Declaration public static string midnightblue { get; } Property Value Type Description System.String mintcream Looks up a localized string similar to MintCream. Declaration public static string mintcream { get; } Property Value Type Description System.String mistyrose Looks up a localized string similar to MistyRose. Declaration public static string mistyrose { get; } Property Value Type Description System.String moccasin Looks up a localized string similar to Moccasin. Declaration public static string moccasin { get; } Property Value Type Description System.String navajowhite Looks up a localized string similar to NavajoWhite. Declaration public static string navajowhite { get; } Property Value Type Description System.String navy Looks up a localized string similar to Navy. Declaration public static string navy { get; } Property Value Type Description System.String oldlace Looks up a localized string similar to OldLace. Declaration public static string oldlace { get; } Property Value Type Description System.String olive Looks up a localized string similar to Olive. Declaration public static string olive { get; } Property Value Type Description System.String olivedrab Looks up a localized string similar to OliveDrab. Declaration public static string olivedrab { get; } Property Value Type Description System.String orange Looks up a localized string similar to Orange. Declaration public static string orange { get; } Property Value Type Description System.String orangered Looks up a localized string similar to OrangeRed. Declaration public static string orangered { get; } Property Value Type Description System.String orchid Looks up a localized string similar to Orchid. Declaration public static string orchid { get; } Property Value Type Description System.String palegoldenrod Looks up a localized string similar to PaleGoldenrod. Declaration public static string palegoldenrod { get; } Property Value Type Description System.String palegreen Looks up a localized string similar to PaleGreen. Declaration public static string palegreen { get; } Property Value Type Description System.String paleturquoise Looks up a localized string similar to PaleTurquoise. Declaration public static string paleturquoise { get; } Property Value Type Description System.String palevioletred Looks up a localized string similar to PaleVioletRed. Declaration public static string palevioletred { get; } Property Value Type Description System.String papayawhip Looks up a localized string similar to PapayaWhip. Declaration public static string papayawhip { get; } Property Value Type Description System.String peachpuff Looks up a localized string similar to PeachPuff. Declaration public static string peachpuff { get; } Property Value Type Description System.String peru Looks up a localized string similar to Peru. Declaration public static string peru { get; } Property Value Type Description System.String pink Looks up a localized string similar to Pink. Declaration public static string pink { get; } Property Value Type Description System.String plum Looks up a localized string similar to Plum. Declaration public static string plum { get; } Property Value Type Description System.String powderblue Looks up a localized string similar to PowderBlue. Declaration public static string powderblue { get; } Property Value Type Description System.String purple Looks up a localized string similar to Purple. Declaration public static string purple { get; } Property Value Type Description System.String red Looks up a localized string similar to Red. Declaration public static string red { get; } Property Value Type Description System.String ResourceManager Returns the cached ResourceManager instance used by this class. Declaration public static ResourceManager ResourceManager { get; } Property Value Type Description System.Resources.ResourceManager rosybrown Looks up a localized string similar to RosyBrown. Declaration public static string rosybrown { get; } Property Value Type Description System.String royalblue Looks up a localized string similar to RoyalBlue. Declaration public static string royalblue { get; } Property Value Type Description System.String saddlebrown Looks up a localized string similar to SaddleBrown. Declaration public static string saddlebrown { get; } Property Value Type Description System.String salmon Looks up a localized string similar to Salmon. Declaration public static string salmon { get; } Property Value Type Description System.String sandybrown Looks up a localized string similar to SandyBrown. Declaration public static string sandybrown { get; } Property Value Type Description System.String scrollbar Looks up a localized string similar to ScrollBar. Declaration public static string scrollbar { get; } Property Value Type Description System.String seagreen Looks up a localized string similar to SeaGreen. Declaration public static string seagreen { get; } Property Value Type Description System.String seashell Looks up a localized string similar to SeaShell. Declaration public static string seashell { get; } Property Value Type Description System.String sienna Looks up a localized string similar to Sienna. Declaration public static string sienna { get; } Property Value Type Description System.String silver Looks up a localized string similar to Silver. Declaration public static string silver { get; } Property Value Type Description System.String skyblue Looks up a localized string similar to SkyBlue. Declaration public static string skyblue { get; } Property Value Type Description System.String slateblue Looks up a localized string similar to SlateBlue. Declaration public static string slateblue { get; } Property Value Type Description System.String slategray Looks up a localized string similar to SlateGray. Declaration public static string slategray { get; } Property Value Type Description System.String snow Looks up a localized string similar to Snow. Declaration public static string snow { get; } Property Value Type Description System.String springgreen Looks up a localized string similar to SpringGreen. Declaration public static string springgreen { get; } Property Value Type Description System.String steelblue Looks up a localized string similar to SteelBlue. Declaration public static string steelblue { get; } Property Value Type Description System.String tan Looks up a localized string similar to Tan. Declaration public static string tan { get; } Property Value Type Description System.String teal Looks up a localized string similar to Teal. Declaration public static string teal { get; } Property Value Type Description System.String thistle Looks up a localized string similar to Thistle. Declaration public static string thistle { get; } Property Value Type Description System.String tomato Looks up a localized string similar to Tomato. Declaration public static string tomato { get; } Property Value Type Description System.String transparent Looks up a localized string similar to Transparent. Declaration public static string transparent { get; } Property Value Type Description System.String turquoise Looks up a localized string similar to Turquoise. Declaration public static string turquoise { get; } Property Value Type Description System.String unnamedcolor Looks up a localized string similar to Unnamed Color. Declaration public static string unnamedcolor { get; } Property Value Type Description System.String violet Looks up a localized string similar to Violet. Declaration public static string violet { get; } Property Value Type Description System.String wheat Looks up a localized string similar to Wheat. Declaration public static string wheat { get; } Property Value Type Description System.String white Looks up a localized string similar to White. Declaration public static string white { get; } Property Value Type Description System.String whitesmoke Looks up a localized string similar to WhiteSmoke. Declaration public static string whitesmoke { get; } Property Value Type Description System.String window Looks up a localized string similar to Window. Declaration public static string window { get; } Property Value Type Description System.String windowframe Looks up a localized string similar to WindowFrame. Declaration public static string windowframe { get; } Property Value Type Description System.String windowtext Looks up a localized string similar to WindowText. Declaration public static string windowtext { get; } Property Value Type Description System.String yellow Looks up a localized string similar to Yellow. Declaration public static string yellow { get; } Property Value Type Description System.String yellowgreen Looks up a localized string similar to YellowGreen. Declaration public static string yellowgreen { get; } Property Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.html", "title": "Class ColorUtilities", - "keywords": "Class ColorUtilities This class provides Color struct methods which are present in .NET framework but are missing in Silverlight. Inheritance object ColorUtilities Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class ColorUtilities Properties KnownColors Collection of known named colors. Declaration public static Dictionary KnownColors { get; } Property Value Type Description Dictionary string Color Methods FromName(string) Creates Color struct by the color name. Declaration public static Color FromName(string colorName) Parameters Type Name Description string colorName Color name (refer to http://msdn.microsoft.com/en-us/library/system.drawing.knowncolor.aspx for the list of known colors) Returns Type Description Color Created Color struct GetLocalizedColorName(string) Returns name of a color specific to current culture. Declaration public static string GetLocalizedColorName(string defaultColorName) Parameters Type Name Description string defaultColorName Default name of a color. Returns Type Description string Name of a color defined for current culture. IsKnownName(string) Tests whether provided color name is known. Declaration public static bool IsKnownName(string colorName) Parameters Type Name Description string colorName Color name Returns Type Description bool True if the color is known, false otherwise." + "keywords": "Class ColorUtilities This class provides Color struct methods which are present in .NET framework but are missing in Silverlight. Inheritance System.Object ColorUtilities 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.FileTypeSupport.Framework.Core.Utilities.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class ColorUtilities Properties KnownColors Collection of known named colors. Declaration public static Dictionary KnownColors { get; } Property Value Type Description System.Collections.Generic.Dictionary < System.String , System.Drawing.Color > Methods FromName(String) Creates Color struct by the color name. Declaration public static Color FromName(string colorName) Parameters Type Name Description System.String colorName Color name (refer to http://msdn.microsoft.com/en-us/library/system.drawing.knowncolor.aspx for the list of known colors) Returns Type Description System.Drawing.Color Created Color struct GetLocalizedColorName(String) Returns name of a color specific to current culture. Declaration public static string GetLocalizedColorName(string defaultColorName) Parameters Type Name Description System.String defaultColorName Default name of a color. Returns Type Description System.String Name of a color defined for current culture. IsKnownName(String) Tests whether provided color name is known. Declaration public static bool IsKnownName(string colorName) Parameters Type Name Description System.String colorName Color name Returns Type Description System.Boolean True if the color is known, false otherwise." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html", "title": "Class FormattingGroup", - "keywords": "Class FormattingGroup Default implementation of the IFormattingGroup interface, i.e. a set of formatting properties that together represent a formatting override. Inheritance object ObservableDictionary string IFormattingItem FormattingGroup Implements INotifyCollectionChanged INotifyPropertyChanged ISerializable IFormattingGroup IDictionary string IFormattingItem ICollection KeyValuePair string IFormattingItem IEnumerable KeyValuePair string IFormattingItem IEnumerable ICloneable IXmlSerializable ISupportsPersistenceId Inherited Members ObservableDictionary.Add(string, IFormattingItem) ObservableDictionary.ContainsKey(string) ObservableDictionary.Remove(string) ObservableDictionary.TryGetValue(string, out IFormattingItem) ObservableDictionary.Add(KeyValuePair) ObservableDictionary.Clear() ObservableDictionary.Contains(KeyValuePair) ObservableDictionary.CopyTo(KeyValuePair[], int) ObservableDictionary.Remove(KeyValuePair) ObservableDictionary.GetEnumerator() ObservableDictionary.GetObjectData(SerializationInfo, StreamingContext) ObservableDictionary.SaveToSettingsGroup(ISettingsGroup, string) ObservableDictionary.PopulateFromSettingsGroup(ISettingsGroup, string) ObservableDictionary.ClearDictionaryItemSettings(ISettingsGroup, string) ObservableDictionary.GetDictionaryItemFromSettings(ISettingsGroup, string, out bool) ObservableDictionary.Keys ObservableDictionary.Values ObservableDictionary.this[string] ObservableDictionary.Count ObservableDictionary.IsReadOnly ObservableDictionary.CollectionChanged ObservableDictionary.PropertyChanged object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class FormattingGroup : ObservableDictionary, INotifyCollectionChanged, INotifyPropertyChanged, ISerializable, IFormattingGroup, IDictionary, ICollection>, IEnumerable>, IEnumerable, ICloneable, IXmlSerializable, ISupportsPersistenceId Remarks IFormattingGroup instances should normally be created using the IFormattingItemFactory , which is accessible from the IPropertiesFactory . However, if the factory is for some reason not available, this class provides a useful default implementation that can be instantiated directly. This is a dictionary of key/value pairs, which contains formatting names as keys and formatting items as values. Naturally, it is only possible to define a single value for each type of formatting. Very often, formatting is used together with a FormattingStack , where different formatting is overlaid with each other. When formatting types conflict, values for the more significant layers override values for the same type in less significant layers. You can use OverrideWith(IFormattingGroup) and UnderrideWith(IFormattingGroup) to merge other formatting layers with this one. Constructors FormattingGroup() Default constructor, which creates an empty formatting layer with no formatting types defined. Declaration public FormattingGroup() FormattingGroup(FormattingGroup) Creates a deep copy of the other object Declaration protected FormattingGroup(FormattingGroup other) Parameters Type Name Description FormattingGroup other FormattingGroup(SerializationInfo, StreamingContext) protected constructor for deserialization Declaration protected FormattingGroup(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context Properties PersistenceId The persistence ID associated with an object may be used by implementations during operations such as serialization and de-serialization of the object model. Declaration public int PersistenceId { get; set; } Property Value Type Description int Methods Add(IFormattingItem) Insert a formatting type with a specific value in this layer. Declaration public void Add(IFormattingItem formatting) Parameters Type Name Description IFormattingItem formatting If formatting of the same type already exists in the layer, it is overwritten with this one. This value must not be null . Remarks To remove a formatting type, call Remove , passing the formatting type name, as returned from FormattingName . Add(string, IFormattingItem) Hiding functionality for the base class Add function, used to ensure that the key is in fact the formatting name. Declaration public void Add(string key, IFormattingItem value) Parameters Type Name Description string key IFormattingItem value Remarks This function should not be used to add formatting items to the collection (it is unfortunately in the base class interface). Always use the Add(IFormattingItem) instead. Exceptions Type Condition ArgumentException Thrown if the key is not the formatting name. Clone() Implements deep cloning Declaration public object Clone() Returns Type Description object Contains(IFormattingItem) Checks whether a specific formatting item or its equivalent is present in this layer. Declaration public bool Contains(IFormattingItem formatting) Parameters Type Name Description IFormattingItem formatting formatting to test for Returns Type Description bool true if a formatting of the same type and with the same value exists in the layer, otherwise false . Contains(string) Checks whether formatting of a specific type is present in this layer. Declaration public bool Contains(string formattingName) Parameters Type Name Description string formattingName Type name for the formatting. This is the value that is returned from the FormattingName property of a formatting item. Returns Type Description bool Create(params object[]) Factory method used by the Spring framework. Declaration public static FormattingGroup Create(params object[] formattingItems) Parameters Type Name Description object formattingItems Returns Type Description FormattingGroup Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object . Returns Type Description bool true if the specified object is equal to the current object ; otherwise, false. Overrides object.Equals(object) GetFormattingItemFactory() Accessor to the formatting item factory, used by XML deserialization. Declaration protected virtual IFormattingItemFactory GetFormattingItemFactory() Returns Type Description IFormattingItemFactory Remarks This implementation returns a new FormattingItemFactory . GetHashCode() Declaration public override int GetHashCode() Returns Type Description int A hash code for the current object . Overrides object.GetHashCode() GetSchema() Get Schema for IXmlSerializable Declaration public XmlSchema GetSchema() Returns Type Description XmlSchema IsCurrentOrPreviousTypeName(string) Checks the parameter name is of current type or previous type. Declaration public bool IsCurrentOrPreviousTypeName(string name) Parameters Type Name Description string name Returns Type Description bool OverrideWith(IFormattingGroup) Adds all formatting represented by the other object into this one. If there are conflicting formatting types, the values from the other object overrides the values in this object, effectively overlaying that type of formatting. Declaration public void OverrideWith(IFormattingGroup otherFormatting) Parameters Type Name Description IFormattingGroup otherFormatting must not be null . ReadXml(XmlReader) Deserializes the formatting collection Declaration public virtual void ReadXml(XmlReader reader) Parameters Type Name Description XmlReader reader ToString() Overridden for debugging purposes only. Returns a text representation of the formatting. Declaration public override string ToString() Returns Type Description string Overrides object.ToString() UnderrideWith(IFormattingGroup) Adds the formatting represented by the other object into this one. If there are conflicting formatting types, the corresponding values remain unchanged. Declaration public void UnderrideWith(IFormattingGroup otherFormatting) Parameters Type Name Description IFormattingGroup otherFormatting must not be null . WriteXml(XmlWriter) Serializes the formatting collection Declaration public virtual void WriteXml(XmlWriter writer) Parameters Type Name Description XmlWriter writer Implements INotifyCollectionChanged INotifyPropertyChanged ISerializable IFormattingGroup IDictionary ICollection IEnumerable IEnumerable ICloneable IXmlSerializable ISupportsPersistenceId" + "keywords": "Class FormattingGroup Default implementation of the IFormattingGroup interface, i.e. a set of formatting properties that together represent a formatting override. Inheritance System.Object ObservableDictionary < System.String , IFormattingItem > FormattingGroup Implements System.Collections.Specialized.INotifyCollectionChanged System.ComponentModel.INotifyPropertyChanged System.Runtime.Serialization.ISerializable IFormattingGroup System.Collections.Generic.IDictionary < System.String , IFormattingItem > System.Collections.Generic.ICollection < System.Collections.Generic.KeyValuePair < System.String , IFormattingItem >> System.Collections.Generic.IEnumerable < System.Collections.Generic.KeyValuePair < System.String , IFormattingItem >> System.Collections.IEnumerable System.ICloneable System.Xml.Serialization.IXmlSerializable ISupportsPersistenceId Inherited Members ObservableDictionary.Add(String, IFormattingItem) ObservableDictionary.ContainsKey(String) ObservableDictionary.Remove(String) ObservableDictionary.TryGetValue(String, IFormattingItem) ObservableDictionary.Add(KeyValuePair) ObservableDictionary.Clear() ObservableDictionary.Contains(KeyValuePair) ObservableDictionary.CopyTo(KeyValuePair[], Int32) ObservableDictionary.Remove(KeyValuePair) ObservableDictionary.GetEnumerator() ObservableDictionary.IEnumerable.GetEnumerator() ObservableDictionary.GetObjectData(SerializationInfo, StreamingContext) ObservableDictionary.SaveToSettingsGroup(ISettingsGroup, String) ObservableDictionary.PopulateFromSettingsGroup(ISettingsGroup, String) ObservableDictionary.ClearDictionaryItemSettings(ISettingsGroup, String) ObservableDictionary.GetDictionaryItemFromSettings(ISettingsGroup, String, Boolean) ObservableDictionary.Keys ObservableDictionary.Values ObservableDictionary.Item[String] ObservableDictionary.Count ObservableDictionary.IsReadOnly ObservableDictionary.CollectionChanged ObservableDictionary.PropertyChanged System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class FormattingGroup : ObservableDictionary, ISerializable, IFormattingGroup, IDictionary, ICollection>, IEnumerable>, IEnumerable, ICloneable, ISupportsPersistenceId Remarks IFormattingGroup instances should normally be created using the IFormattingItemFactory , which is accessible from the IPropertiesFactory . However, if the factory is for some reason not available, this class provides a useful default implementation that can be instantiated directly. This is a dictionary of key/value pairs, which contains formatting names as keys and formatting items as values. Naturally, it is only possible to define a single value for each type of formatting. Very often, formatting is used together with a FormattingStack , where different formatting is overlaid with each other. When formatting types conflict, values for the more significant layers override values for the same type in less significant layers. You can use OverrideWith(IFormattingGroup) and UnderrideWith(IFormattingGroup) to merge other formatting layers with this one. Constructors FormattingGroup() Default constructor, which creates an empty formatting layer with no formatting types defined. Declaration public FormattingGroup() FormattingGroup(FormattingGroup) Creates a deep copy of the other object Declaration protected FormattingGroup(FormattingGroup other) Parameters Type Name Description FormattingGroup other FormattingGroup(SerializationInfo, StreamingContext) protected constructor for deserialization Declaration protected FormattingGroup(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context Properties PersistenceId The persistence ID associated with an object may be used by implementations during operations such as serialization and de-serialization of the object model. Declaration public int PersistenceId { get; set; } Property Value Type Description System.Int32 Methods Add(IFormattingItem) Insert a formatting type with a specific value in this layer. Declaration public void Add(IFormattingItem formatting) Parameters Type Name Description IFormattingItem formatting If formatting of the same type already exists in the layer, it is overwritten with this one. This value must not be null . Remarks To remove a formatting type, call Remove , passing the formatting type name, as returned from FormattingName . Add(String, IFormattingItem) Hiding functionality for the base class Add function, used to ensure that the key is in fact the formatting name. Declaration public void Add(string key, IFormattingItem value) Parameters Type Name Description System.String key IFormattingItem value Remarks This function should not be used to add formatting items to the collection (it is unfortunately in the base class interface). Always use the Add(IFormattingItem) instead. Exceptions Type Condition System.ArgumentException Thrown if the key is not the formatting name. Clone() Implements deep cloning Declaration public object Clone() Returns Type Description System.Object Contains(IFormattingItem) Checks whether a specific formatting item or its equivalent is present in this layer. Declaration public bool Contains(IFormattingItem formatting) Parameters Type Name Description IFormattingItem formatting formatting to test for Returns Type Description System.Boolean true if a formatting of the same type and with the same value exists in the layer, otherwise false . Contains(String) Checks whether formatting of a specific type is present in this layer. Declaration public bool Contains(string formattingName) Parameters Type Name Description System.String formattingName Type name for the formatting. This is the value that is returned from the FormattingName property of a formatting item. Returns Type Description System.Boolean Create(Object[]) Factory method used by the Spring framework. Declaration public static FormattingGroup Create(params object[] formattingItems) Parameters Type Name Description System.Object [] formattingItems Returns Type Description FormattingGroup Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The System.Object to compare with the current System.Object . Returns Type Description System.Boolean true if the specified System.Object is equal to the current System.Object ; otherwise, false. Overrides System.Object.Equals(System.Object) GetFormattingItemFactory() Accessor to the formatting item factory, used by XML deserialization. Declaration protected virtual IFormattingItemFactory GetFormattingItemFactory() Returns Type Description IFormattingItemFactory Remarks This implementation returns a new FormattingItemFactory . GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for the current System.Object . Overrides System.Object.GetHashCode() GetSchema() Get Schema for IXmlSerializable Declaration public XmlSchema GetSchema() Returns Type Description System.Xml.Schema.XmlSchema IsCurrentOrPreviousTypeName(String) Checks the parameter name is of current type or previous type. Declaration public bool IsCurrentOrPreviousTypeName(string name) Parameters Type Name Description System.String name Returns Type Description System.Boolean OverrideWith(IFormattingGroup) Adds all formatting represented by the other object into this one. If there are conflicting formatting types, the values from the other object overrides the values in this object, effectively overlaying that type of formatting. Declaration public void OverrideWith(IFormattingGroup otherFormatting) Parameters Type Name Description IFormattingGroup otherFormatting must not be null . ReadXml(XmlReader) Deserializes the formatting collection Declaration public virtual void ReadXml(XmlReader reader) Parameters Type Name Description System.Xml.XmlReader reader ToString() Overridden for debugging purposes only. Returns a text representation of the formatting. Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() UnderrideWith(IFormattingGroup) Adds the formatting represented by the other object into this one. If there are conflicting formatting types, the corresponding values remain unchanged. Declaration public void UnderrideWith(IFormattingGroup otherFormatting) Parameters Type Name Description IFormattingGroup otherFormatting must not be null . WriteXml(XmlWriter) Serializes the formatting collection Declaration public virtual void WriteXml(XmlWriter writer) Parameters Type Name Description System.Xml.XmlWriter writer Implements System.Collections.Specialized.INotifyCollectionChanged System.ComponentModel.INotifyPropertyChanged System.Runtime.Serialization.ISerializable IFormattingGroup System.Collections.Generic.IDictionary System.Collections.Generic.ICollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable System.ICloneable System.Xml.Serialization.IXmlSerializable ISupportsPersistenceId" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.html", "title": "Class FormattingInflator", - "keywords": "Class FormattingInflator class to inflate or deflate formatting settings to items and vice versa Inheritance object FormattingInflator Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class FormattingInflator Constructors FormattingInflator() Declaration public FormattingInflator() Methods DeflateFormatting(IFormattingGroup) Deflates a FormattingGroup object into a FormattingSettingsGroup object Declaration public static FormattingGroupSettings DeflateFormatting(IFormattingGroup formattingGroup) Parameters Type Name Description IFormattingGroup formattingGroup an IFormattingGroup object which contains formatting items Returns Type Description FormattingGroupSettings FormattingGroupSettings DeflateFormatting(IDictionary) Deflates an IDictionary containing formatting definitions to a FormattingGroupSettings object Used for FormattingForm interactions Declaration public static FormattingGroupSettings DeflateFormatting(IDictionary formatting) Parameters Type Name Description IDictionary string string formatting an IDictionary containing formatting definitions Returns Type Description FormattingGroupSettings InflateFormatting(FormattingGroupSettings) Inflates a FormattingGroupSettings object into a IFormattingGroup object Declaration public static IFormattingGroup InflateFormatting(FormattingGroupSettings formattingGroupSettings) Parameters Type Name Description FormattingGroupSettings formattingGroupSettings a FormattingGroupSettings object which contains formatting settings Returns Type Description IFormattingGroup IFormattingGroup InflateFormattingToDictionary(FormattingGroupSettings) Inflates a FormattingSettingsGroup to a Dictionary. Used for FormattingForm interactions Declaration public static IDictionary InflateFormattingToDictionary(FormattingGroupSettings formattingGroupSettings) Parameters Type Name Description FormattingGroupSettings formattingGroupSettings FormattingGroupSettings Returns Type Description IDictionary string string" + "keywords": "Class FormattingInflator class to inflate or deflate formatting settings to items and vice versa Inheritance System.Object FormattingInflator 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.FileTypeSupport.Framework.Core.Utilities.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class FormattingInflator Constructors FormattingInflator() Declaration public FormattingInflator() Methods DeflateFormatting(IFormattingGroup) Deflates a FormattingGroup object into a FormattingSettingsGroup object Declaration public static FormattingGroupSettings DeflateFormatting(IFormattingGroup formattingGroup) Parameters Type Name Description IFormattingGroup formattingGroup an IFormattingGroup object which contains formatting items Returns Type Description FormattingGroupSettings FormattingGroupSettings DeflateFormatting(IDictionary) Deflates an IDictionary containing formatting definitions to a FormattingGroupSettings object Used for FormattingForm interactions Declaration public static FormattingGroupSettings DeflateFormatting(IDictionary formatting) Parameters Type Name Description System.Collections.Generic.IDictionary < System.String , System.String > formatting an IDictionary containing formatting definitions Returns Type Description FormattingGroupSettings InflateFormatting(FormattingGroupSettings) Inflates a FormattingGroupSettings object into a IFormattingGroup object Declaration public static IFormattingGroup InflateFormatting(FormattingGroupSettings formattingGroupSettings) Parameters Type Name Description FormattingGroupSettings formattingGroupSettings a FormattingGroupSettings object which contains formatting settings Returns Type Description IFormattingGroup IFormattingGroup InflateFormattingToDictionary(FormattingGroupSettings) Inflates a FormattingSettingsGroup to a Dictionary. Used for FormattingForm interactions Declaration public static IDictionary InflateFormattingToDictionary(FormattingGroupSettings formattingGroupSettings) Parameters Type Name Description FormattingGroupSettings formattingGroupSettings FormattingGroupSettings Returns Type Description System.Collections.Generic.IDictionary < System.String , System.String >" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.html", "title": "Class FormattingItemFactory", - "keywords": "Class FormattingItemFactory Default implementation of the IFormattingItemFactory interface. Supports all formatting items that are defined in this assembly. Inheritance object FormattingItemFactory Implements IFormattingItemFactory Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class FormattingItemFactory : IFormattingItemFactory Remarks If you are extending the formatting items with more known types, you can derive a new factory from this class to ensure that those types get instantiated as appropriate. Constructors FormattingItemFactory() Declaration public FormattingItemFactory() Methods CreateFormatting() Creates a new, empty formatting item collection. Declaration public IFormattingGroup CreateFormatting() Returns Type Description IFormattingGroup CreateFormattingItem(string, string) Default implementation, which compares the name against all known formatting types, instantiates a corresponding object, and sets its value from the string. Declaration public virtual IFormattingItem CreateFormattingItem(string name, string value) Parameters Type Name Description string name formatting name, should be the FormattingName for a known format type, or anything else for an UnknownFormatting . string value String representation of the value associated with the formatting item; should be equivalent to the StringValue property for the item. Returns Type Description IFormattingItem a new formatting item instance Implements IFormattingItemFactory" + "keywords": "Class FormattingItemFactory Default implementation of the IFormattingItemFactory interface. Supports all formatting items that are defined in this assembly. Inheritance System.Object FormattingItemFactory Implements IFormattingItemFactory 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.FileTypeSupport.Framework.Core.Utilities.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class FormattingItemFactory : IFormattingItemFactory Remarks If you are extending the formatting items with more known types, you can derive a new factory from this class to ensure that those types get instantiated as appropriate. Constructors FormattingItemFactory() Declaration public FormattingItemFactory() Methods CreateFormatting() Creates a new, empty formatting item collection. Declaration public IFormattingGroup CreateFormatting() Returns Type Description IFormattingGroup CreateFormattingItem(String, String) Default implementation, which compares the name against all known formatting types, instantiates a corresponding object, and sets its value from the string. Declaration public virtual IFormattingItem CreateFormattingItem(string name, string value) Parameters Type Name Description System.String name formatting name, should be the FormattingName for a known format type, or anything else for an UnknownFormatting . System.String value String representation of the value associated with the formatting item; should be equivalent to the StringValue property for the item. Returns Type Description IFormattingItem a new formatting item instance Implements IFormattingItemFactory" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.html", "title": "Class FormattingStack", - "keywords": "Class FormattingStack Holds a collection of formatting instances that are to be treated as layered on top of each other. The EffectiveFormatting compiles the layers into a single formatting instance that represents the accumulated effect of all the layers. Inheritance object List IFormattingGroup FormattingStack Implements IList IFormattingGroup ICollection IFormattingGroup IList ICollection IReadOnlyList IFormattingGroup IReadOnlyCollection IFormattingGroup IEnumerable IFormattingGroup IEnumerable ICloneable Inherited Members List.Add(IFormattingGroup) List.AddRange(IEnumerable) List.AsReadOnly() List.BinarySearch(int, int, IFormattingGroup, IComparer) List.BinarySearch(IFormattingGroup) List.BinarySearch(IFormattingGroup, IComparer) List.Clear() List.Contains(IFormattingGroup) List.ConvertAll(Converter) List.CopyTo(IFormattingGroup[]) List.CopyTo(int, IFormattingGroup[], int, int) List.CopyTo(IFormattingGroup[], int) List.Exists(Predicate) List.Find(Predicate) List.FindAll(Predicate) List.FindIndex(Predicate) List.FindIndex(int, Predicate) List.FindIndex(int, int, Predicate) List.FindLast(Predicate) List.FindLastIndex(Predicate) List.FindLastIndex(int, Predicate) List.FindLastIndex(int, int, Predicate) List.ForEach(Action) List.GetEnumerator() List.GetRange(int, int) List.IndexOf(IFormattingGroup) List.IndexOf(IFormattingGroup, int) List.IndexOf(IFormattingGroup, int, int) List.Insert(int, IFormattingGroup) List.InsertRange(int, IEnumerable) List.LastIndexOf(IFormattingGroup) List.LastIndexOf(IFormattingGroup, int) List.LastIndexOf(IFormattingGroup, int, int) List.Remove(IFormattingGroup) List.RemoveAll(Predicate) List.RemoveAt(int) List.RemoveRange(int, int) List.Reverse() List.Reverse(int, int) List.Sort() List.Sort(IComparer) List.Sort(int, int, IComparer) List.Sort(Comparison) List.ToArray() List.TrimExcess() List.TrueForAll(Predicate) List.Capacity List.Count List.this[int] object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class FormattingStack : List, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable, ICloneable Remarks This is implemented as a list rather than a stack to provide more flexibility in accessing the layers. The order of the items in the list determines their precedence. The most significant item comes first. Constructors FormattingStack() Creates an empty formatting stack Declaration public FormattingStack() FormattingStack(FormattingStack) Creates a deep copy of the other object Declaration protected FormattingStack(FormattingStack other) Parameters Type Name Description FormattingStack other Properties EffectiveFormatting The summary of all formatting on the stack. Declaration public IFormattingGroup EffectiveFormatting { get; } Property Value Type Description IFormattingGroup Methods Clone() Implements deep cloning. Declaration public virtual object Clone() Returns Type Description object Pop() Removes the top (most significant) formatting on the stack. The removed formatting is returned. Declaration public virtual IFormattingGroup Pop() Returns Type Description IFormattingGroup the formatting that was removed from the stack, or null if none Push(IFormattingGroup) Adds a new formatting as the most significant formatting on the stack. Declaration public virtual void Push(IFormattingGroup newLayer) Parameters Type Name Description IFormattingGroup newLayer Implements IList ICollection IList ICollection IReadOnlyList IReadOnlyCollection IEnumerable IEnumerable ICloneable" + "keywords": "Class FormattingStack Holds a collection of formatting instances that are to be treated as layered on top of each other. The EffectiveFormatting compiles the layers into a single formatting instance that represents the accumulated effect of all the layers. Inheritance System.Object System.Collections.Generic.List < IFormattingGroup > FormattingStack Implements System.Collections.Generic.IList < IFormattingGroup > System.Collections.Generic.ICollection < IFormattingGroup > System.Collections.IList System.Collections.ICollection System.Collections.Generic.IReadOnlyList < IFormattingGroup > System.Collections.Generic.IReadOnlyCollection < IFormattingGroup > System.Collections.Generic.IEnumerable < IFormattingGroup > System.Collections.IEnumerable System.ICloneable Inherited Members System.Collections.Generic.List.System.Collections.IList.get_Item(System.Int32) System.Collections.Generic.List.System.Collections.IList.set_Item(System.Int32, System.Object) System.Collections.Generic.List.Add(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) System.Collections.Generic.List.System.Collections.IList.Add(System.Object) System.Collections.Generic.List.AddRange(System.Collections.Generic.IEnumerable) System.Collections.Generic.List.AsReadOnly() System.Collections.Generic.List.BinarySearch(System.Int32, System.Int32, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, System.Collections.Generic.IComparer) System.Collections.Generic.List.BinarySearch(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) System.Collections.Generic.List.BinarySearch(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, System.Collections.Generic.IComparer) System.Collections.Generic.List.Clear() System.Collections.Generic.List.Contains(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) System.Collections.Generic.List.System.Collections.IList.Contains(System.Object) System.Collections.Generic.List.ConvertAll(System.Converter) System.Collections.Generic.List.CopyTo(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup[]) System.Collections.Generic.List.System.Collections.ICollection.CopyTo(System.Array, System.Int32) System.Collections.Generic.List.CopyTo(System.Int32, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup[], System.Int32, System.Int32) System.Collections.Generic.List.CopyTo(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup[], System.Int32) System.Collections.Generic.List.Exists(System.Predicate) System.Collections.Generic.List.Find(System.Predicate) System.Collections.Generic.List.FindAll(System.Predicate) System.Collections.Generic.List.FindIndex(System.Predicate) System.Collections.Generic.List.FindIndex(System.Int32, System.Predicate) System.Collections.Generic.List.FindIndex(System.Int32, System.Int32, System.Predicate) System.Collections.Generic.List.FindLast(System.Predicate) System.Collections.Generic.List.FindLastIndex(System.Predicate) System.Collections.Generic.List.FindLastIndex(System.Int32, System.Predicate) System.Collections.Generic.List.FindLastIndex(System.Int32, System.Int32, System.Predicate) System.Collections.Generic.List.ForEach(System.Action) System.Collections.Generic.List.GetEnumerator() System.Collections.Generic.List.System.Collections.Generic.IEnumerable.GetEnumerator() System.Collections.Generic.List.System.Collections.IEnumerable.GetEnumerator() System.Collections.Generic.List.GetRange(System.Int32, System.Int32) System.Collections.Generic.List.IndexOf(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) System.Collections.Generic.List.System.Collections.IList.IndexOf(System.Object) System.Collections.Generic.List.IndexOf(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, System.Int32) System.Collections.Generic.List.IndexOf(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, System.Int32, System.Int32) System.Collections.Generic.List.Insert(System.Int32, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) System.Collections.Generic.List.System.Collections.IList.Insert(System.Int32, System.Object) System.Collections.Generic.List.InsertRange(System.Int32, System.Collections.Generic.IEnumerable) System.Collections.Generic.List.LastIndexOf(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) System.Collections.Generic.List.LastIndexOf(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, System.Int32) System.Collections.Generic.List.LastIndexOf(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, System.Int32, System.Int32) System.Collections.Generic.List.Remove(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) System.Collections.Generic.List.System.Collections.IList.Remove(System.Object) System.Collections.Generic.List.RemoveAll(System.Predicate) System.Collections.Generic.List.RemoveAt(System.Int32) System.Collections.Generic.List.RemoveRange(System.Int32, System.Int32) System.Collections.Generic.List.Reverse() System.Collections.Generic.List.Reverse(System.Int32, System.Int32) System.Collections.Generic.List.Sort() System.Collections.Generic.List.Sort(System.Collections.Generic.IComparer) System.Collections.Generic.List.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer) System.Collections.Generic.List.Sort(System.Comparison) System.Collections.Generic.List.ToArray() System.Collections.Generic.List.TrimExcess() System.Collections.Generic.List.TrueForAll(System.Predicate) System.Collections.Generic.List.Capacity System.Collections.Generic.List.Count System.Collections.Generic.List.System.Collections.IList.IsFixedSize System.Collections.Generic.List.System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.List.System.Collections.IList.IsReadOnly System.Collections.Generic.List.System.Collections.ICollection.IsSynchronized System.Collections.Generic.List.System.Collections.ICollection.SyncRoot System.Collections.Generic.List.Item[System.Int32] System.Collections.Generic.List.System.Collections.IList.Item[System.Int32] 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.FileTypeSupport.Framework.Core.Utilities.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class FormattingStack : List, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable, ICloneable Remarks This is implemented as a list rather than a stack to provide more flexibility in accessing the layers. The order of the items in the list determines their precedence. The most significant item comes first. Constructors FormattingStack() Creates an empty formatting stack Declaration public FormattingStack() FormattingStack(FormattingStack) Creates a deep copy of the other object Declaration protected FormattingStack(FormattingStack other) Parameters Type Name Description FormattingStack other Properties EffectiveFormatting The summary of all formatting on the stack. Declaration public IFormattingGroup EffectiveFormatting { get; } Property Value Type Description IFormattingGroup Methods Clone() Implements deep cloning. Declaration public virtual object Clone() Returns Type Description System.Object Pop() Removes the top (most significant) formatting on the stack. The removed formatting is returned. Declaration public virtual IFormattingGroup Pop() Returns Type Description IFormattingGroup the formatting that was removed from the stack, or null if none Push(IFormattingGroup) Adds a new formatting as the most significant formatting on the stack. Declaration public virtual void Push(IFormattingGroup newLayer) Parameters Type Name Description IFormattingGroup newLayer Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.IList System.Collections.ICollection System.Collections.Generic.IReadOnlyList System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.html", @@ -1572,47 +1272,47 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html", "title": "Class AbstractQuickTagBuilder", - "keywords": "Class AbstractQuickTagBuilder Class to help provide the base functionality for creating QuickTags Inheritance object AbstractQuickTagBuilder Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public abstract class AbstractQuickTagBuilder Constructors AbstractQuickTagBuilder() Class to help provide the base functionality for creating QuickTags Declaration public AbstractQuickTagBuilder() Properties ItemFactory The ItemFactory used to create the QuickTags Declaration public IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory PropertiesFactory The PropertiesFactory used to create the QuickTags Declaration public IPropertiesFactory PropertiesFactory { get; set; } Property Value Type Description IPropertiesFactory Methods CreateDefaultBidiQuickTags() Return the set of QuickTags that represent Bidi control characters Declaration protected IList CreateDefaultBidiQuickTags() Returns Type Description IList IQuickTag CreateDefaultPlaceholder(QuickTagDefaultId, string, string, bool, bool) Create a Placeholder QuickTag using some defaults for the settings Declaration public IQuickTag CreateDefaultPlaceholder(QuickTagDefaultId id, string tagContent, string displayText, bool isWordStop, bool isSoftBreak) Parameters Type Name Description QuickTagDefaultId id string tagContent string displayText bool isWordStop bool isSoftBreak Returns Type Description IQuickTag CreateDefaultTagPair(QuickTagDefaultId, string, string, string) Create a TagPair QuickTag using some defaults for the settings Declaration public IQuickTag CreateDefaultTagPair(QuickTagDefaultId id, string startTagContent, string endTagContent, string displayText) Parameters Type Name Description QuickTagDefaultId id string startTagContent string endTagContent string displayText Returns Type Description IQuickTag CreateFormatting(params IFormattingItem[]) Convenience method to create an IFormattingGroup comprised of a specified set of formatting items. Declaration public IFormattingGroup CreateFormatting(params IFormattingItem[] formattingItems) Parameters Type Name Description IFormattingItem formattingItems must not be conflicting, i.e. must not have more than a single item of any formatting type Returns Type Description IFormattingGroup CreatePlaceholder(string, string, string, string, string, bool, string, string, bool, bool, string) Create a Placeholder QuickTag Declaration public IQuickTag CreatePlaceholder(string commandId, string tagContent, string displayText, string commandName, string description, bool displayOnToolbar, string iconResource, string iconPath, bool isSoftBreak, bool isWordStop, string textEquivalent) Parameters Type Name Description string commandId string tagContent string displayText string commandName string description bool displayOnToolbar string iconResource string iconPath bool isSoftBreak bool isWordStop string textEquivalent Returns Type Description IQuickTag CreateQuickTag(string, string, string, bool, string, string) Create a basic QuickTag object Declaration protected IQuickTag CreateQuickTag(string commandId, string commandName, string description, bool displayOnToolbar, string iconResource, string iconPath) Parameters Type Name Description string commandId string commandName string description bool displayOnToolbar string iconResource string iconPath Returns Type Description IQuickTag CreateQuickTagInstance() Create an instance of a QuickTag. Declaration protected static IQuickTag CreateQuickTagInstance() Returns Type Description IQuickTag Exceptions Type Condition Exception thrown, if the implementation cannot be located. CreateQuickTags() Create an instance of a QuickTags to hold a collection of QuickTag instances. Declaration public IQuickTags CreateQuickTags() Returns Type Description IQuickTags An empty QuickTags instance. Exceptions Type Condition Exception thrown, if the implementation cannot be located. CreateTagPair(string, string, string, string, string, string, string, string, bool, IFormattingGroup, bool, bool, bool) Create a QuickTag for a TagPair Declaration public IQuickTag CreateTagPair(string commandId, string startTagContent, string endTagContent, string displayText, string commandName, string description, string iconResource, string iconPath, bool displayOnToolbar, IFormattingGroup formatting, bool canHide, bool isSoftBreak, bool isWordStop) Parameters Type Name Description string commandId string startTagContent string endTagContent string displayText string commandName string description string iconResource string iconPath bool displayOnToolbar IFormattingGroup formatting bool canHide bool isSoftBreak bool isWordStop Returns Type Description IQuickTag CreateTextPair(string, string, string, string, string, string, string, string) Create a QuickTag for a TextPair Declaration public IQuickTag CreateTextPair(string commandId, string commandName, string description, string startContent, string endContent, string displayText, string iconResource, string iconPath) Parameters Type Name Description string commandId string commandName string description string startContent string endContent string displayText string iconResource string iconPath Returns Type Description IQuickTag CreateTextPlaceholder(string, string, string, string, string) Create a QuickTag for a Text Placeholder Declaration public IQuickTag CreateTextPlaceholder(string commandId, string textContent, string displayText, string commandName, string description) Parameters Type Name Description string commandId string textContent string displayText string commandName string description Returns Type Description IQuickTag" + "keywords": "Class AbstractQuickTagBuilder Class to help provide the base functionality for creating QuickTags Inheritance System.Object AbstractQuickTagBuilder 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.FileTypeSupport.Framework.Core.Utilities.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public abstract class AbstractQuickTagBuilder Constructors AbstractQuickTagBuilder() Class to help provide the base functionality for creating QuickTags Declaration public AbstractQuickTagBuilder() Properties ItemFactory The ItemFactory used to create the QuickTags Declaration public IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory PropertiesFactory The PropertiesFactory used to create the QuickTags Declaration public IPropertiesFactory PropertiesFactory { get; set; } Property Value Type Description IPropertiesFactory Methods CreateDefaultBidiQuickTags() Return the set of QuickTags that represent Bidi control characters Declaration protected IList CreateDefaultBidiQuickTags() Returns Type Description System.Collections.Generic.IList < IQuickTag > CreateDefaultPlaceholder(QuickTagDefaultId, String, String, Boolean, Boolean) Create a Placeholder QuickTag using some defaults for the settings Declaration public IQuickTag CreateDefaultPlaceholder(QuickTagDefaultId id, string tagContent, string displayText, bool isWordStop, bool isSoftBreak) Parameters Type Name Description QuickTagDefaultId id System.String tagContent System.String displayText System.Boolean isWordStop System.Boolean isSoftBreak Returns Type Description IQuickTag CreateDefaultTagPair(QuickTagDefaultId, String, String, String) Create a TagPair QuickTag using some defaults for the settings Declaration public IQuickTag CreateDefaultTagPair(QuickTagDefaultId id, string startTagContent, string endTagContent, string displayText) Parameters Type Name Description QuickTagDefaultId id System.String startTagContent System.String endTagContent System.String displayText Returns Type Description IQuickTag CreateFormatting(IFormattingItem[]) Convenience method to create an IFormattingGroup comprised of a specified set of formatting items. Declaration public IFormattingGroup CreateFormatting(params IFormattingItem[] formattingItems) Parameters Type Name Description IFormattingItem [] formattingItems must not be conflicting, i.e. must not have more than a single item of any formatting type Returns Type Description IFormattingGroup CreatePlaceholder(String, String, String, String, String, Boolean, String, String, Boolean, Boolean, String) Create a Placeholder QuickTag Declaration public IQuickTag CreatePlaceholder(string commandId, string tagContent, string displayText, string commandName, string description, bool displayOnToolbar, string iconResource, string iconPath, bool isSoftBreak, bool isWordStop, string textEquivalent) Parameters Type Name Description System.String commandId System.String tagContent System.String displayText System.String commandName System.String description System.Boolean displayOnToolbar System.String iconResource System.String iconPath System.Boolean isSoftBreak System.Boolean isWordStop System.String textEquivalent Returns Type Description IQuickTag CreateQuickTag(String, String, String, Boolean, String, String) Create a basic QuickTag object Declaration protected IQuickTag CreateQuickTag(string commandId, string commandName, string description, bool displayOnToolbar, string iconResource, string iconPath) Parameters Type Name Description System.String commandId System.String commandName System.String description System.Boolean displayOnToolbar System.String iconResource System.String iconPath Returns Type Description IQuickTag CreateQuickTagInstance() Create an instance of a QuickTag. Declaration protected static IQuickTag CreateQuickTagInstance() Returns Type Description IQuickTag Exceptions Type Condition System.Exception thrown, if the implementation cannot be located. CreateQuickTags() Create an instance of a QuickTags to hold a collection of QuickTag instances. Declaration public IQuickTags CreateQuickTags() Returns Type Description IQuickTags An empty QuickTags instance. Exceptions Type Condition System.Exception thrown, if the implementation cannot be located. CreateTagPair(String, String, String, String, String, String, String, String, Boolean, IFormattingGroup, Boolean, Boolean, Boolean) Create a QuickTag for a TagPair Declaration public IQuickTag CreateTagPair(string commandId, string startTagContent, string endTagContent, string displayText, string commandName, string description, string iconResource, string iconPath, bool displayOnToolbar, IFormattingGroup formatting, bool canHide, bool isSoftBreak, bool isWordStop) Parameters Type Name Description System.String commandId System.String startTagContent System.String endTagContent System.String displayText System.String commandName System.String description System.String iconResource System.String iconPath System.Boolean displayOnToolbar IFormattingGroup formatting System.Boolean canHide System.Boolean isSoftBreak System.Boolean isWordStop Returns Type Description IQuickTag CreateTextPair(String, String, String, String, String, String, String, String) Create a QuickTag for a TextPair Declaration public IQuickTag CreateTextPair(string commandId, string commandName, string description, string startContent, string endContent, string displayText, string iconResource, string iconPath) Parameters Type Name Description System.String commandId System.String commandName System.String description System.String startContent System.String endContent System.String displayText System.String iconResource System.String iconPath Returns Type Description IQuickTag CreateTextPlaceholder(String, String, String, String, String) Create a QuickTag for a Text Placeholder Declaration public IQuickTag CreateTextPlaceholder(string commandId, string textContent, string displayText, string commandName, string description) Parameters Type Name Description System.String commandId System.String textContent System.String displayText System.String commandName System.String description Returns Type Description IQuickTag" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.html", "title": "Class AlignmentDefaults", - "keywords": "Class AlignmentDefaults Provides constants for alignment data shared across components. Inheritance object AlignmentDefaults Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class AlignmentDefaults Constructors AlignmentDefaults() Declaration public AlignmentDefaults() Fields ReadOnlySegment Used by the alignment process to set a marker in a segment to tell the editor that the segment should be treated as read-only. Declaration public const string ReadOnlySegment = \"AlignmentReadOnlySegment\" Field Value Type Description string" + "keywords": "Class AlignmentDefaults Provides constants for alignment data shared across components. Inheritance System.Object AlignmentDefaults 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.FileTypeSupport.Framework.Core.Utilities.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class AlignmentDefaults Constructors AlignmentDefaults() Declaration public AlignmentDefaults() Fields ReadOnlySegment Used by the alignment process to set a marker in a segment to tell the editor that the segment should be treated as read-only. Declaration public const string ReadOnlySegment = \"AlignmentReadOnlySegment\" Field Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.html", "title": "Class BilingualMessageLocation", - "keywords": "Class BilingualMessageLocation Default implementation of the IMessageLocation interface, which simply provides accessors to the fields that hold the property values. Inheritance object BilingualMessageLocation Implements IMessageLocation Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class BilingualMessageLocation : IMessageLocation Constructors BilingualMessageLocation() Default constructor - creates an uninitialized instance Declaration public BilingualMessageLocation() BilingualMessageLocation(TextLocation) Construct from a text location Declaration public BilingualMessageLocation(TextLocation textLocation) Parameters Type Name Description TextLocation textLocation Properties CharactersIntoParagraph Default implementation - accessor to field storing the value Declaration public virtual int CharactersIntoParagraph { get; set; } Property Value Type Description int CharactersIntoSegment Default implementaiton - accessor to field storing the value Declaration public virtual int CharactersIntoSegment { get; set; } Property Value Type Description int FileId Default implementation - accessor to field storing the value Declaration public virtual FileId? FileId { get; set; } Property Value Type Description FileId LocationDescription Default implementation - accessor to field storing the value Declaration public virtual string LocationDescription { get; set; } Property Value Type Description string ParagrahUnitId Default implementation - accessor to field storing the value Declaration public virtual ParagraphUnitId? ParagrahUnitId { get; set; } Property Value Type Description ParagraphUnitId ParagraphLocation Default implementation - accessor to field storing the value Declaration public virtual TextLocation ParagraphLocation { get; set; } Property Value Type Description TextLocation SegmentId Default implementation - accessor to field storing the value Declaration public virtual SegmentId? SegmentId { get; set; } Property Value Type Description SegmentId SourceOrTarget Default implementation - accessor to field storing the value Declaration public virtual ContentRestriction SourceOrTarget { get; set; } Property Value Type Description ContentRestriction Methods Equals(object) True, if all properties have equal values. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Hash code calculated by combining all properties Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Implements IMessageLocation" + "keywords": "Class BilingualMessageLocation Default implementation of the IMessageLocation interface, which simply provides accessors to the fields that hold the property values. Inheritance System.Object BilingualMessageLocation Implements IMessageLocation Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class BilingualMessageLocation : IMessageLocation Constructors BilingualMessageLocation() Default constructor - creates an uninitialized instance Declaration public BilingualMessageLocation() BilingualMessageLocation(TextLocation) Construct from a text location Declaration public BilingualMessageLocation(TextLocation textLocation) Parameters Type Name Description TextLocation textLocation Properties CharactersIntoParagraph Default implementation - accessor to field storing the value Declaration public virtual int CharactersIntoParagraph { get; set; } Property Value Type Description System.Int32 CharactersIntoSegment Default implementaiton - accessor to field storing the value Declaration public virtual int CharactersIntoSegment { get; set; } Property Value Type Description System.Int32 FileId Default implementation - accessor to field storing the value Declaration public virtual FileId? FileId { get; set; } Property Value Type Description System.Nullable < FileId > LocationDescription Default implementation - accessor to field storing the value Declaration public virtual string LocationDescription { get; set; } Property Value Type Description System.String ParagrahUnitId Default implementation - accessor to field storing the value Declaration public virtual ParagraphUnitId? ParagrahUnitId { get; set; } Property Value Type Description System.Nullable < ParagraphUnitId > ParagraphLocation Default implementation - accessor to field storing the value Declaration public virtual TextLocation ParagraphLocation { get; set; } Property Value Type Description TextLocation SegmentId Default implementation - accessor to field storing the value Declaration public virtual SegmentId? SegmentId { get; set; } Property Value Type Description System.Nullable < SegmentId > SourceOrTarget Default implementation - accessor to field storing the value Declaration public virtual ContentRestriction SourceOrTarget { get; set; } Property Value Type Description ContentRestriction Methods Equals(Object) True, if all properties have equal values. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Hash code calculated by combining all properties Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Implements IMessageLocation" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Constants.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Constants.html", "title": "Class Constants", - "keywords": "Class Constants Constants for integration Api Inheritance object Constants Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class Constants Fields SDL_SUBCONTENT_BOUNDARY Used to indicate that we are at a boundary for sub-content in the native Api Declaration public const string SDL_SUBCONTENT_BOUNDARY = \"#SDL_SUBCONTENT_BOUNDARY#\" Field Value Type Description string SDL_SUBCONTENT_FILE_END Used to indicate that we are at the end of a file section containing one or more sub-content streams Declaration public const string SDL_SUBCONTENT_FILE_END = \"SDL_SUBCONTENT_FILE_END\" Field Value Type Description string SDL_SUBCONTENT_FILE_START Used to indicate that we are at the start of a file section containing one or more sub-content streams Declaration public const string SDL_SUBCONTENT_FILE_START = \"SDL_SUBCONTENT_FILE_START\" Field Value Type Description string SDL_SUBCONTENT_MARKER Used to mark the sub-content in order to specify when the buffer needs flushing Declaration public const string SDL_SUBCONTENT_MARKER = \"#SDL-SUBCONTENT-MARKER#\" Field Value Type Description string SDL_SUBCONTENT_STREAM Used to indicate that we are in a sub-content stream Declaration public const string SDL_SUBCONTENT_STREAM = \"SDL_SUBCONTENT_STREAM\" Field Value Type Description string SDL_SUBCONTENT_STREAM_FLAG Used to indicate what we are doing inside sub-content Declaration public const string SDL_SUBCONTENT_STREAM_FLAG = \"SDL_SUBCONTENT_STREAM_FLAG\" Field Value Type Description string SDL_SUBCONTENT_STREAM_LEVEL Used to indicate the level of sub-content we are in Declaration public const string SDL_SUBCONTENT_STREAM_LEVEL = \"SDL_SUBCONTENT_STREAM_LEVEL\" Field Value Type Description string" + "keywords": "Class Constants Constants for integration Api Inheritance System.Object Constants 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.FileTypeSupport.Framework.Core.Utilities.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class Constants Fields SDL_SUBCONTENT_BOUNDARY Used to indicate that we are at a boundary for sub-content in the native Api Declaration public const string SDL_SUBCONTENT_BOUNDARY = \"#SDL_SUBCONTENT_BOUNDARY#\" Field Value Type Description System.String SDL_SUBCONTENT_FILE_END Used to indicate that we are at the end of a file section containing one or more sub-content streams Declaration public const string SDL_SUBCONTENT_FILE_END = \"SDL_SUBCONTENT_FILE_END\" Field Value Type Description System.String SDL_SUBCONTENT_FILE_START Used to indicate that we are at the start of a file section containing one or more sub-content streams Declaration public const string SDL_SUBCONTENT_FILE_START = \"SDL_SUBCONTENT_FILE_START\" Field Value Type Description System.String SDL_SUBCONTENT_MARKER Used to mark the sub-content in order to specify when the buffer needs flushing Declaration public const string SDL_SUBCONTENT_MARKER = \"#SDL-SUBCONTENT-MARKER#\" Field Value Type Description System.String SDL_SUBCONTENT_STREAM Used to indicate that we are in a sub-content stream Declaration public const string SDL_SUBCONTENT_STREAM = \"SDL_SUBCONTENT_STREAM\" Field Value Type Description System.String SDL_SUBCONTENT_STREAM_FLAG Used to indicate what we are doing inside sub-content Declaration public const string SDL_SUBCONTENT_STREAM_FLAG = \"SDL_SUBCONTENT_STREAM_FLAG\" Field Value Type Description System.String SDL_SUBCONTENT_STREAM_LEVEL Used to indicate the level of sub-content we are in Declaration public const string SDL_SUBCONTENT_STREAM_LEVEL = \"SDL_SUBCONTENT_STREAM_LEVEL\" Field Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultFileTypeManager.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultFileTypeManager.html", "title": "Class DefaultFileTypeManager", - "keywords": "Class DefaultFileTypeManager Static class for creating DefaultFileTypeManager Inheritance object DefaultFileTypeManager Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class DefaultFileTypeManager Fields ImplementationAssemblyName The name of the assembly in which the default implementation of the FileTypeManager is expected to be found Declaration public const string ImplementationAssemblyName = \"Sdl.FileTypeSupport.Framework.Implementation\" Field Value Type Description string ImplementationClassName The class name of the expected default implementation of the FileTypeManager Declaration public const string ImplementationClassName = \"Sdl.FileTypeSupport.Framework.Integration.PocoFilterManager\" Field Value Type Description string Methods CreateInstance() Create an instance of the default implementation of FileTypeManager. Note: may return null if instance is not found. Declaration public static IFileTypeManager CreateInstance() Returns Type Description IFileTypeManager Default implementation of FileTypeManager or null. Exceptions Type Condition Exception thrown if the implementation cannot be located. CreateInstance(bool) Create an instance of the default implementation of FileTypeManager. Note: may return null if instance is not found. Declaration public static IFileTypeManager CreateInstance(bool autoLoadFileTypes) Parameters Type Name Description bool autoLoadFileTypes true to autoload all available file types, false to only load file type manager without any file types. Returns Type Description IFileTypeManager Default implementation of FileTypeManager or null. Exceptions Type Condition Exception thrown if the implementation cannot be located." + "keywords": "Class DefaultFileTypeManager Static class for creating DefaultFileTypeManager Inheritance System.Object DefaultFileTypeManager 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.FileTypeSupport.Framework.Core.Utilities.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class DefaultFileTypeManager Fields ImplementationAssemblyName The name of the assembly in which the default implementation of the FileTypeManager is expected to be found Declaration public const string ImplementationAssemblyName = \"Sdl.FileTypeSupport.Framework.Implementation\" Field Value Type Description System.String ImplementationClassName The class name of the expected default implementation of the FileTypeManager Declaration public const string ImplementationClassName = \"Sdl.FileTypeSupport.Framework.Integration.PocoFilterManager\" Field Value Type Description System.String Methods CreateInstance() Create an instance of the default implementation of FileTypeManager. Note: may return null if instance is not found. Declaration public static IFileTypeManager CreateInstance() Returns Type Description IFileTypeManager Default implementation of FileTypeManager or null. Exceptions Type Condition System.Exception thrown if the implementation cannot be located. CreateInstance(Boolean) Create an instance of the default implementation of FileTypeManager. Note: may return null if instance is not found. Declaration public static IFileTypeManager CreateInstance(bool autoLoadFileTypes) Parameters Type Name Description System.Boolean autoLoadFileTypes true to autoload all available file types, false to only load file type manager without any file types. Returns Type Description IFileTypeManager Default implementation of FileTypeManager or null. Exceptions Type Condition System.Exception thrown if the implementation cannot be located." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.html", "title": "Class DefaultQuickTagInfo", - "keywords": "Class DefaultQuickTagInfo Contains default QuickTag info: Command Name, Command ID, Image Resource, Image Path, and Description Inheritance object DefaultQuickTagInfo Implements IDefaultQuickTagInfo Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class DefaultQuickTagInfo : IDefaultQuickTagInfo Constructors DefaultQuickTagInfo(string, string, string, string, string, IFormattingItem) Constructor to create QuickTag info with all properties set Declaration public DefaultQuickTagInfo(string commandName, string commandID, string imageResource, string imagePath, string description, IFormattingItem formattingItem) Parameters Type Name Description string commandName The localisable command name string commandID The file type-unique command ID string imageResource The resource file in which the icon for the QuickTag can be found string imagePath The location of the QuickTag icon within the image resource file string description The localisable description of the QuickTag IFormattingItem formattingItem default formatting, or null if none Properties CommandID The ID of the QuickTag; this needs to be unique in the file type definition Declaration public string CommandID { get; } Property Value Type Description string CommandName The localisable name of the QuickTag Declaration public string CommandName { get; } Property Value Type Description string DefaultId Default QuickTag ID, parsed from the command ID, or Undefined if none. Declaration public QuickTagDefaultId DefaultId { get; } Property Value Type Description QuickTagDefaultId Description The localisable description of the QuickTag Declaration public string Description { get; } Property Value Type Description string Formatting Default formatting for the QuickTag Declaration public IFormattingGroup Formatting { get; } Property Value Type Description IFormattingGroup ImagePath The path within the resource file in which the icon for the QuickTag can be found Declaration public string ImagePath { get; } Property Value Type Description string ImageResource The resource file in which the icon for the QuickTag is located Declaration public string ImageResource { get; } Property Value Type Description string Implements IDefaultQuickTagInfo" + "keywords": "Class DefaultQuickTagInfo Contains default QuickTag info: Command Name, Command ID, Image Resource, Image Path, and Description Inheritance System.Object DefaultQuickTagInfo Implements IDefaultQuickTagInfo 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.FileTypeSupport.Framework.Core.Utilities.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class DefaultQuickTagInfo : IDefaultQuickTagInfo Constructors DefaultQuickTagInfo(String, String, String, String, String, IFormattingItem) Constructor to create QuickTag info with all properties set Declaration public DefaultQuickTagInfo(string commandName, string commandID, string imageResource, string imagePath, string description, IFormattingItem formattingItem) Parameters Type Name Description System.String commandName The localisable command name System.String commandID The file type-unique command ID System.String imageResource The resource file in which the icon for the QuickTag can be found System.String imagePath The location of the QuickTag icon within the image resource file System.String description The localisable description of the QuickTag IFormattingItem formattingItem default formatting, or null if none Properties CommandID The ID of the QuickTag; this needs to be unique in the file type definition Declaration public string CommandID { get; } Property Value Type Description System.String CommandName The localisable name of the QuickTag Declaration public string CommandName { get; } Property Value Type Description System.String DefaultId Default QuickTag ID, parsed from the command ID, or Undefined if none. Declaration public QuickTagDefaultId DefaultId { get; } Property Value Type Description QuickTagDefaultId Description The localisable description of the QuickTag Declaration public string Description { get; } Property Value Type Description System.String Formatting Default formatting for the QuickTag Declaration public IFormattingGroup Formatting { get; } Property Value Type Description IFormattingGroup ImagePath The path within the resource file in which the icon for the QuickTag can be found Declaration public string ImagePath { get; } Property Value Type Description System.String ImageResource The resource file in which the icon for the QuickTag is located Declaration public string ImageResource { get; } Property Value Type Description System.String Implements IDefaultQuickTagInfo" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.html", "title": "Class FilePathProvider", - "keywords": "Class FilePathProvider Generates file names for output settings by returning items from a list of known file paths. Inheritance object FilePathProvider Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class FilePathProvider Constructors FilePathProvider(params string[]) Construction from a list of file paths Declaration public FilePathProvider(params string[] filePaths) Parameters Type Name Description string filePaths Properties FilePaths The file paths Declaration public List FilePaths { get; set; } Property Value Type Description List string Provider The provider that returns filenames from the list of file paths Declaration public OutputPropertiesProvider Provider { get; } Property Value Type Description OutputPropertiesProvider Methods InitializeOutputSettings(INativeOutputFileProperties, IPersistentFileConversionProperties, IOutputFileInfo) Sets the output path to the next file path in the list and increments the index. Declaration public void InitializeOutputSettings(INativeOutputFileProperties outputProperties, IPersistentFileConversionProperties conversionProperties, IOutputFileInfo suggestedFileInfo) Parameters Type Name Description INativeOutputFileProperties outputProperties IPersistentFileConversionProperties conversionProperties IOutputFileInfo suggestedFileInfo ignored" + "keywords": "Class FilePathProvider Generates file names for output settings by returning items from a list of known file paths. Inheritance System.Object FilePathProvider 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.FileTypeSupport.Framework.Core.Utilities.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class FilePathProvider Constructors FilePathProvider(String[]) Construction from a list of file paths Declaration public FilePathProvider(params string[] filePaths) Parameters Type Name Description System.String [] filePaths Properties FilePaths The file paths Declaration public List FilePaths { get; set; } Property Value Type Description System.Collections.Generic.List < System.String > Provider The provider that returns filenames from the list of file paths Declaration public OutputPropertiesProvider Provider { get; } Property Value Type Description OutputPropertiesProvider Methods InitializeOutputSettings(INativeOutputFileProperties, IPersistentFileConversionProperties, IOutputFileInfo) Sets the output path to the next file path in the list and increments the index. Declaration public void InitializeOutputSettings(INativeOutputFileProperties outputProperties, IPersistentFileConversionProperties conversionProperties, IOutputFileInfo suggestedFileInfo) Parameters Type Name Description INativeOutputFileProperties outputProperties IPersistentFileConversionProperties conversionProperties IOutputFileInfo suggestedFileInfo ignored" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.html", "title": "Class FolderPathProvider", - "keywords": "Class FolderPathProvider Implementation of the output settings provider that saves the files with their original name in the specified output folder. Inheritance object FolderPathProvider Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class FolderPathProvider Constructors FolderPathProvider(string) Construct with a specified folder path Declaration public FolderPathProvider(string outputFolder) Parameters Type Name Description string outputFolder Properties IgnoreProposedFilename If true (default), the name of the original file will always be used, even if a proposed file name is passed to the output settings provider. If false , the proposed file name is used (if available), otherwise the original file name is used. Declaration public bool IgnoreProposedFilename { get; set; } Property Value Type Description bool OutputFolder The folder path Declaration public string OutputFolder { get; set; } Property Value Type Description string Provider The provider that generates file names for this output folder. Declaration public OutputPropertiesProvider Provider { get; } Property Value Type Description OutputPropertiesProvider Methods InitializeOutputSettings(INativeOutputFileProperties, IPersistentFileConversionProperties, IOutputFileInfo) Creates the output file path by combining the OutputFolder path with the file name proposed by the file type component or the name of the original file. Declaration public void InitializeOutputSettings(INativeOutputFileProperties outputProperties, IPersistentFileConversionProperties conversionProperties, IOutputFileInfo suggestedFileInfo) Parameters Type Name Description INativeOutputFileProperties outputProperties IPersistentFileConversionProperties conversionProperties IOutputFileInfo suggestedFileInfo the file name is used if available and if IgnoreProposedFilename is false." + "keywords": "Class FolderPathProvider Implementation of the output settings provider that saves the files with their original name in the specified output folder. Inheritance System.Object FolderPathProvider 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.FileTypeSupport.Framework.Core.Utilities.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class FolderPathProvider Constructors FolderPathProvider(String) Construct with a specified folder path Declaration public FolderPathProvider(string outputFolder) Parameters Type Name Description System.String outputFolder Properties IgnoreProposedFilename If true (default), the name of the original file will always be used, even if a proposed file name is passed to the output settings provider. If false , the proposed file name is used (if available), otherwise the original file name is used. Declaration public bool IgnoreProposedFilename { get; set; } Property Value Type Description System.Boolean OutputFolder The folder path Declaration public string OutputFolder { get; set; } Property Value Type Description System.String Provider The provider that generates file names for this output folder. Declaration public OutputPropertiesProvider Provider { get; } Property Value Type Description OutputPropertiesProvider Methods InitializeOutputSettings(INativeOutputFileProperties, IPersistentFileConversionProperties, IOutputFileInfo) Creates the output file path by combining the OutputFolder path with the file name proposed by the file type component or the name of the original file. Declaration public void InitializeOutputSettings(INativeOutputFileProperties outputProperties, IPersistentFileConversionProperties conversionProperties, IOutputFileInfo suggestedFileInfo) Parameters Type Name Description INativeOutputFileProperties outputProperties IPersistentFileConversionProperties conversionProperties IOutputFileInfo suggestedFileInfo the file name is used if available and if IgnoreProposedFilename is false." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.html", "title": "Class Framework1ExternalPreviewException", - "keywords": "Class Framework1ExternalPreviewException This exception is thrown by the TTX filter framework 1 preview writer adapter (TtxPreviewNativeWriter) when a FF 1 filter has successfully generated an external preview, which it will manage itself (as opposed to the preview that is managed by a preview application or preview control). Inheritance object Exception Framework1ExternalPreviewException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class Framework1ExternalPreviewException : Exception, ISerializable, _Exception Remarks Explicitly handling this exception allows a preview host application to be notified that the preview has been successfully generated, but should be treated as a \"fire and forget\" preview. The preview files typically are not the file names that are passed to the writer, and they will be automatically deleted when the external preview application is closed by the user. Note that throwing an exception here is rather a hack, however for the moment no a better way of handling this situation is available. Constructors Framework1ExternalPreviewException() Create without message - default usage Declaration public Framework1ExternalPreviewException() Framework1ExternalPreviewException(SerializationInfo, StreamingContext) Protected constructor used for de-serialization. Declaration protected Framework1ExternalPreviewException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context Framework1ExternalPreviewException(string) Create with an explicit message. Declaration public Framework1ExternalPreviewException(string message) Parameters Type Name Description string message Framework1ExternalPreviewException(string, Exception) Create with a message and related exception. Declaration public Framework1ExternalPreviewException(string message, Exception inner) Parameters Type Name Description string message Exception inner Implements ISerializable _Exception" + "keywords": "Class Framework1ExternalPreviewException This exception is thrown by the TTX filter framework 1 preview writer adapter (TtxPreviewNativeWriter) when a FF 1 filter has successfully generated an external preview, which it will manage itself (as opposed to the preview that is managed by a preview application or preview control). Inheritance System.Object System.Exception Framework1ExternalPreviewException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class Framework1ExternalPreviewException : Exception, ISerializable, _Exception Remarks Explicitly handling this exception allows a preview host application to be notified that the preview has been successfully generated, but should be treated as a \"fire and forget\" preview. The preview files typically are not the file names that are passed to the writer, and they will be automatically deleted when the external preview application is closed by the user. Note that throwing an exception here is rather a hack, however for the moment no a better way of handling this situation is available. Constructors Framework1ExternalPreviewException() Create without message - default usage Declaration public Framework1ExternalPreviewException() Framework1ExternalPreviewException(SerializationInfo, StreamingContext) Protected constructor used for de-serialization. Declaration protected Framework1ExternalPreviewException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context Framework1ExternalPreviewException(String) Create with an explicit message. Declaration public Framework1ExternalPreviewException(string message) Parameters Type Name Description System.String message Framework1ExternalPreviewException(String, Exception) Create with a message and related exception. Declaration public Framework1ExternalPreviewException(string message, Exception inner) Parameters Type Name Description System.String message System.Exception inner Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.html", @@ -1622,42 +1322,42 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.QuickTagDefaults.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.QuickTagDefaults.html", "title": "Class QuickTagDefaults", - "keywords": "Class QuickTagDefaults Constants etc. used with IQuickTag . Inheritance object QuickTagDefaults Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class QuickTagDefaults Fields ContentPlaceholderId The ID used by location markers in QuickTag content to define where to insert content that should be enclosed by the quick tag. Declaration public const string ContentPlaceholderId = \"Content_Goes_Here\" Field Value Type Description string DefaultImageLocation The default QuickTag icon to use if no other icon has been specified Declaration public const string DefaultImageLocation = \"Sdl.FileTypeSupport.Filters.Resources.quickTagDefault.ico\" Field Value Type Description string DefaultImageResource The default resource file location to look for QuickTag icons Declaration public const string DefaultImageResource = \"Sdl.FileTypeSupport.Filters.Resources\" Field Value Type Description string QuickTagCommandNames Static array of QuickTag Command Names Declaration public static string[] QuickTagCommandNames Field Value Type Description string Properties DefaultQuickTagList Static array of default QuickTag Infos Declaration public static List DefaultQuickTagList { get; } Property Value Type Description List DefaultQuickTagInfo DefaultQuickTags An array of default QuickTag information, which contains the command names, ids, icon information, and descriptions for each of the default QuickTags. Declaration public static DefaultQuickTagInfo[] DefaultQuickTags { get; } Property Value Type Description DefaultQuickTagInfo Methods GetDefaultQuickTagInfo(QuickTagDefaultId) Get information on the defaults for a specific default quick tag. Declaration public static IDefaultQuickTagInfo GetDefaultQuickTagInfo(QuickTagDefaultId id) Parameters Type Name Description QuickTagDefaultId id Returns Type Description IDefaultQuickTagInfo" + "keywords": "Class QuickTagDefaults Constants etc. used with IQuickTag . Inheritance System.Object QuickTagDefaults 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.FileTypeSupport.Framework.Core.Utilities.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class QuickTagDefaults Fields ContentPlaceholderId The ID used by location markers in QuickTag content to define where to insert content that should be enclosed by the quick tag. Declaration public const string ContentPlaceholderId = \"Content_Goes_Here\" Field Value Type Description System.String DefaultImageLocation The default QuickTag icon to use if no other icon has been specified Declaration public const string DefaultImageLocation = \"Sdl.FileTypeSupport.Filters.Resources.quickTagDefault.ico\" Field Value Type Description System.String DefaultImageResource The default resource file location to look for QuickTag icons Declaration public const string DefaultImageResource = \"Sdl.FileTypeSupport.Filters.Resources\" Field Value Type Description System.String QuickTagCommandNames Static array of QuickTag Command Names Declaration public static string[] QuickTagCommandNames Field Value Type Description System.String [] Properties DefaultQuickTagList Static array of default QuickTag Infos Declaration public static List DefaultQuickTagList { get; } Property Value Type Description System.Collections.Generic.List < DefaultQuickTagInfo > DefaultQuickTags An array of default QuickTag information, which contains the command names, ids, icon information, and descriptions for each of the default QuickTags. Declaration public static DefaultQuickTagInfo[] DefaultQuickTags { get; } Property Value Type Description DefaultQuickTagInfo [] Methods GetDefaultQuickTagInfo(QuickTagDefaultId) Get information on the defaults for a specific default quick tag. Declaration public static IDefaultQuickTagInfo GetDefaultQuickTagInfo(QuickTagDefaultId id) Parameters Type Name Description QuickTagDefaultId id Returns Type Description IDefaultQuickTagInfo" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.html", "title": "Class AbstractFilePostTweaker", - "keywords": "Class AbstractFilePostTweaker Abstract class that provides the base functionality for the Post Tweaker components. Overrides the Tweak method to perform the work of modifying the file. Inheritance object AbstractFilePostTweaker RegExFilePostTweaker Implements IFilePostTweaker IFileTweaker Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public abstract class AbstractFilePostTweaker : IFilePostTweaker, IFileTweaker Examples For an example of the use of this class see RegExFilePostTweaker . Constructors AbstractFilePostTweaker() Create an instance where Enabled is true and RequireValidEncoding is true. Declaration protected AbstractFilePostTweaker() Properties Enabled Controls whether the tweaker is run during parsing. Default is true. Declaration public bool Enabled { get; set; } Property Value Type Description bool MessageReporter The default implementation stores the message reporter in a field. Declaration public INativeTextLocationMessageReporter MessageReporter { get; set; } Property Value Type Description INativeTextLocationMessageReporter Name The property contains a name for the file tweaker that can be overridden in derived classes. This name is used in error messages. Declaration protected virtual string Name { get; } Property Value Type Description string RequireValidEncoding This property governs whether the File Tweaker requires encoding information before it will tweak a file. This may be needed to ensure that the file the tweaker uses the correct encoding. Declaration public bool RequireValidEncoding { get; set; } Property Value Type Description bool Methods Tweak(INativeOutputFileProperties) This method should be overridden to provide an implementation of the processing that is performed after the native target file has been generated by the framework. Declaration protected virtual void Tweak(INativeOutputFileProperties outputFileProperties) Parameters Type Name Description INativeOutputFileProperties outputFileProperties The properties object that contains information on the file that has been generated TweakFilePostWriting(INativeOutputFileProperties) Default implementation of the INativeFileTweaker.TweakFilePostWriting method that calls Tweak . Derived classes should normally override the Tweak method instead. Declaration public virtual void TweakFilePostWriting(INativeOutputFileProperties outputFileProperties) Parameters Type Name Description INativeOutputFileProperties outputFileProperties The properties object that contains information on the file that has been generated Implements IFilePostTweaker IFileTweaker" + "keywords": "Class AbstractFilePostTweaker Abstract class that provides the base functionality for the Post Tweaker components. Overrides the Tweak method to perform the work of modifying the file. Inheritance System.Object AbstractFilePostTweaker RegExFilePostTweaker Implements IFilePostTweaker IFileTweaker 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.FileTypeSupport.Framework.Core.Utilities.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public abstract class AbstractFilePostTweaker : IFilePostTweaker, IFileTweaker Examples For an example of the use of this class see RegExFilePostTweaker . Constructors AbstractFilePostTweaker() Create an instance where Enabled is true and RequireValidEncoding is true. Declaration protected AbstractFilePostTweaker() Properties Enabled Controls whether the tweaker is run during parsing. Default is true. Declaration public bool Enabled { get; set; } Property Value Type Description System.Boolean MessageReporter The default implementation stores the message reporter in a field. Declaration public INativeTextLocationMessageReporter MessageReporter { get; set; } Property Value Type Description INativeTextLocationMessageReporter Name The property contains a name for the file tweaker that can be overridden in derived classes. This name is used in error messages. Declaration protected virtual string Name { get; } Property Value Type Description System.String RequireValidEncoding This property governs whether the File Tweaker requires encoding information before it will tweak a file. This may be needed to ensure that the file the tweaker uses the correct encoding. Declaration public bool RequireValidEncoding { get; set; } Property Value Type Description System.Boolean Methods Tweak(INativeOutputFileProperties) This method should be overridden to provide an implementation of the processing that is performed after the native target file has been generated by the framework. Declaration protected virtual void Tweak(INativeOutputFileProperties outputFileProperties) Parameters Type Name Description INativeOutputFileProperties outputFileProperties The properties object that contains information on the file that has been generated TweakFilePostWriting(INativeOutputFileProperties) Default implementation of the INativeFileTweaker.TweakFilePostWriting method that calls Tweak . Derived classes should normally override the Tweak method instead. Declaration public virtual void TweakFilePostWriting(INativeOutputFileProperties outputFileProperties) Parameters Type Name Description INativeOutputFileProperties outputFileProperties The properties object that contains information on the file that has been generated Implements IFilePostTweaker IFileTweaker" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.html", "title": "Class AbstractFilePreTweaker", - "keywords": "Class AbstractFilePreTweaker Provides an implementation of a NativeFileTweaker that handles the work of creating a backup of the original file. Override the virtual Tweak method to perform the actual work of modifying the file. Inheritance object AbstractFilePreTweaker RegExFilePreTweaker Implements IFilePreTweaker IFileTweaker Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public abstract class AbstractFilePreTweaker : IFilePreTweaker, IFileTweaker Examples For an example of the use of this class, see RegExFilePreTweaker . Constructors AbstractFilePreTweaker() AbstractFilePreTweaker constructor Declaration protected AbstractFilePreTweaker() Properties Enabled Controls whether the tweaker is run during parsing. Default is true. Declaration public bool Enabled { get; set; } Property Value Type Description bool MessageReporter The default implementation stores the message reporter in a field. Declaration public INativeTextLocationMessageReporter MessageReporter { get; set; } Property Value Type Description INativeTextLocationMessageReporter Name The property contains a name for the file tweaker that can be overridden in derived classes. This name is used in error messages. Declaration protected virtual string Name { get; } Property Value Type Description string RequireValidEncoding This property governs whether the File Tweaker requires encoding information before it will tweak a file. This may be needed to ensure that the file the tweaker uses the correct encoding. Declaration public bool RequireValidEncoding { get; set; } Property Value Type Description bool Methods Tweak(IPersistentFileConversionProperties) This method should be overridden to provide an implementation of the processing performed before the native file is parsed by the framework. Declaration protected virtual void Tweak(IPersistentFileConversionProperties properties) Parameters Type Name Description IPersistentFileConversionProperties properties The properties object that contains information on the native file to be tweaked TweakFilePreParsing(IPersistentFileConversionProperties, IPropertiesFactory) Default implementation of the INativeFileTweaker.TweakFilePreParsing method that will check to see if the file will be tweaked (see WillFileBeTweaked ), and whether the encoding has been detected during sniffing if RequireValidEncoding is true and then call Tweak . Derived classes should normally override the Tweak method instead. Declaration public virtual void TweakFilePreParsing(IPersistentFileConversionProperties properties, IPropertiesFactory propertiesFactory) Parameters Type Name Description IPersistentFileConversionProperties properties The properties object that contains information on the native file to be tweaked IPropertiesFactory propertiesFactory The factory used to create DependencyFileProperties WillFileBeTweaked(string) This method can optionally be overridden to let the framework know whether the tweaking operation will actually modify the file. This helps the framework know whether a backup of the file should be created and can allow read-only files to be processed without error if no tweaking is required. By default, this returns true. Declaration protected virtual bool WillFileBeTweaked(string filePath) Parameters Type Name Description string filePath The full path to the file that is passed to the method Returns Type Description bool A boolean parameter indicating whether or not the particular implementation of the File Tweaker will make any modifications to the file. By default the method just returns true. Implements IFilePreTweaker IFileTweaker" + "keywords": "Class AbstractFilePreTweaker Provides an implementation of a NativeFileTweaker that handles the work of creating a backup of the original file. Override the virtual Tweak method to perform the actual work of modifying the file. Inheritance System.Object AbstractFilePreTweaker RegExFilePreTweaker Implements IFilePreTweaker IFileTweaker 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.FileTypeSupport.Framework.Core.Utilities.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public abstract class AbstractFilePreTweaker : IFilePreTweaker, IFileTweaker Examples For an example of the use of this class, see RegExFilePreTweaker . Constructors AbstractFilePreTweaker() AbstractFilePreTweaker constructor Declaration protected AbstractFilePreTweaker() Properties Enabled Controls whether the tweaker is run during parsing. Default is true. Declaration public bool Enabled { get; set; } Property Value Type Description System.Boolean MessageReporter The default implementation stores the message reporter in a field. Declaration public INativeTextLocationMessageReporter MessageReporter { get; set; } Property Value Type Description INativeTextLocationMessageReporter Name The property contains a name for the file tweaker that can be overridden in derived classes. This name is used in error messages. Declaration protected virtual string Name { get; } Property Value Type Description System.String RequireValidEncoding This property governs whether the File Tweaker requires encoding information before it will tweak a file. This may be needed to ensure that the file the tweaker uses the correct encoding. Declaration public bool RequireValidEncoding { get; set; } Property Value Type Description System.Boolean Methods Tweak(IPersistentFileConversionProperties) This method should be overridden to provide an implementation of the processing performed before the native file is parsed by the framework. Declaration protected virtual void Tweak(IPersistentFileConversionProperties properties) Parameters Type Name Description IPersistentFileConversionProperties properties The properties object that contains information on the native file to be tweaked TweakFilePreParsing(IPersistentFileConversionProperties, IPropertiesFactory) Default implementation of the INativeFileTweaker.TweakFilePreParsing method that will check to see if the file will be tweaked (see WillFileBeTweaked ), and whether the encoding has been detected during sniffing if RequireValidEncoding is true and then call Tweak . Derived classes should normally override the Tweak method instead. Declaration public virtual void TweakFilePreParsing(IPersistentFileConversionProperties properties, IPropertiesFactory propertiesFactory) Parameters Type Name Description IPersistentFileConversionProperties properties The properties object that contains information on the native file to be tweaked IPropertiesFactory propertiesFactory The factory used to create DependencyFileProperties WillFileBeTweaked(String) This method can optionally be overridden to let the framework know whether the tweaking operation will actually modify the file. This helps the framework know whether a backup of the file should be created and can allow read-only files to be processed without error if no tweaking is required. By default, this returns true. Declaration protected virtual bool WillFileBeTweaked(string filePath) Parameters Type Name Description System.String filePath The full path to the file that is passed to the method Returns Type Description System.Boolean A boolean parameter indicating whether or not the particular implementation of the File Tweaker will make any modifications to the file. By default the method just returns true. Implements IFilePreTweaker IFileTweaker" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.html", "title": "Class AbstractContentItem", - "keywords": "Class AbstractContentItem Base class for objects representing method calls on the IAbstractNativeContentHandler interface. These objects are used e.g. to buffer calls. Inheritance object AbstractContentItem ChangeContextContentItem CommentEndContentItem CommentStartContentItem CustomInfoContentItem InlineEndTagContentItem InlinePlaceholderTagContentItem InlineStartTagContentItem LocationMarkContentItem LockedContentEndContentItem LockedContentStartContentItem ParagraphComments ParagraphUnitEndContentItem ParagraphUnitStartContentItem RevisionEndContentItem RevisionStartContentItem SegmentEndContentItem SegmentStartContentItem StructureTagContentItem TextContentItem Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public abstract class AbstractContentItem Constructors AbstractContentItem() Protected constructor used by derived classes. Declaration protected AbstractContentItem() Methods Invoke(IAbstractNativeContentHandler) Must be overridden in all derived classes. The implementation should call the appropriate method on the content handler. Declaration public abstract void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output the content handler on which the implementation should call a method. Can be null , in which case the implementation should do nothing." + "keywords": "Class AbstractContentItem Base class for objects representing method calls on the IAbstractNativeContentHandler interface. These objects are used e.g. to buffer calls. Inheritance System.Object AbstractContentItem ChangeContextContentItem CommentEndContentItem CommentStartContentItem CustomInfoContentItem InlineEndTagContentItem InlinePlaceholderTagContentItem InlineStartTagContentItem LocationMarkContentItem LockedContentEndContentItem LockedContentStartContentItem ParagraphComments ParagraphUnitEndContentItem ParagraphUnitStartContentItem RevisionEndContentItem RevisionStartContentItem SegmentEndContentItem SegmentStartContentItem StructureTagContentItem TextContentItem 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.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public abstract class AbstractContentItem Constructors AbstractContentItem() Protected constructor used by derived classes. Declaration protected AbstractContentItem() Methods Invoke(IAbstractNativeContentHandler) Must be overridden in all derived classes. The implementation should call the appropriate method on the content handler. Declaration public abstract void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output the content handler on which the implementation should call a method. Can be null , in which case the implementation should do nothing." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.html", "title": "Class ChangeContextContentItem", - "keywords": "Class ChangeContextContentItem Represents a call to the ChangeContext(IContextProperties) method. Inheritance object AbstractContentItem ChangeContextContentItem Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class ChangeContextContentItem : AbstractContentItem Constructors ChangeContextContentItem(IContextProperties) Construction from properties Declaration public ChangeContextContentItem(IContextProperties properties) Parameters Type Name Description IContextProperties properties Properties Properties The properties Declaration public IContextProperties Properties { get; set; } Property Value Type Description IContextProperties Methods Equals(object) True, if properties are equal Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Object hash combined with properties hash Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls ChangeContext(IContextProperties) . Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description string the string value of the properties, or calls the base class if they are null. Overrides object.ToString()" + "keywords": "Class ChangeContextContentItem Represents a call to the ChangeContext(IContextProperties) method. Inheritance System.Object AbstractContentItem ChangeContextContentItem Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class ChangeContextContentItem : AbstractContentItem Constructors ChangeContextContentItem(IContextProperties) Construction from properties Declaration public ChangeContextContentItem(IContextProperties properties) Parameters Type Name Description IContextProperties properties Properties Properties The properties Declaration public IContextProperties Properties { get; set; } Property Value Type Description IContextProperties Methods Equals(Object) True, if properties are equal Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Object hash combined with properties hash Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls ChangeContext(IContextProperties) . Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description System.String the string value of the properties, or calls the base class if they are null. Overrides System.Object.ToString()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.html", "title": "Class CommentEndContentItem", - "keywords": "Class CommentEndContentItem Represents a call to the CommentEnd() method. Inheritance object AbstractContentItem CommentEndContentItem Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class CommentEndContentItem : AbstractContentItem Constructors CommentEndContentItem() Initializes a new instance of the CommentStartContentItem class. Declaration public CommentEndContentItem() Methods Equals(object) Determines whether the specified object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with this instance. Returns Type Description bool true if the specified object is equal to this instance; otherwise, false . Overrides object.Equals(object) GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description int A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls CommentEnd() on the output instance. Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler)" + "keywords": "Class CommentEndContentItem Represents a call to the CommentEnd() method. Inheritance System.Object AbstractContentItem CommentEndContentItem Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class CommentEndContentItem : AbstractContentItem Constructors CommentEndContentItem() Initializes a new instance of the CommentStartContentItem class. Declaration public CommentEndContentItem() Methods Equals(Object) Determines whether the specified System.Object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The System.Object to compare with this instance. Returns Type Description System.Boolean true if the specified System.Object is equal to this instance; otherwise, false . Overrides System.Object.Equals(System.Object) GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls CommentEnd() on the output instance. Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler)" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.html", "title": "Class CommentStartContentItem", - "keywords": "Class CommentStartContentItem Represents a call to the CommentStart(ICommentProperties) method. Inheritance object AbstractContentItem CommentStartContentItem Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class CommentStartContentItem : AbstractContentItem Constructors CommentStartContentItem(ICommentProperties) Initializes a new instance of the CommentStartContentItem class. Declaration public CommentStartContentItem(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The comment properties. Properties CommentProperties Gets or sets the comment properties. Declaration public ICommentProperties CommentProperties { get; set; } Property Value Type Description ICommentProperties The comment properties. Methods Equals(object) Determines whether the specified object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with this instance. Returns Type Description bool true if the specified object is equal to this instance; otherwise, false . Overrides object.Equals(object) GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description int A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls CommentStart(ICommentProperties) on the output instance. CommentProperties is used as an argument for the call. Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Returns a string that represents this instance. Declaration public override string ToString() Returns Type Description string A string that represents this instance. Overrides object.ToString()" + "keywords": "Class CommentStartContentItem Represents a call to the CommentStart(ICommentProperties) method. Inheritance System.Object AbstractContentItem CommentStartContentItem Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class CommentStartContentItem : AbstractContentItem Constructors CommentStartContentItem(ICommentProperties) Initializes a new instance of the CommentStartContentItem class. Declaration public CommentStartContentItem(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The comment properties. Properties CommentProperties Gets or sets the comment properties. Declaration public ICommentProperties CommentProperties { get; set; } Property Value Type Description ICommentProperties The comment properties. Methods Equals(Object) Determines whether the specified System.Object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The System.Object to compare with this instance. Returns Type Description System.Boolean true if the specified System.Object is equal to this instance; otherwise, false . Overrides System.Object.Equals(System.Object) GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls CommentStart(ICommentProperties) on the output instance. CommentProperties is used as an argument for the call. Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Returns a System.String that represents this instance. Declaration public override string ToString() Returns Type Description System.String A System.String that represents this instance. Overrides System.Object.ToString()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.html", "title": "Class CustomInfoContentItem", - "keywords": "Class CustomInfoContentItem Represents a call to the CustomInfo(ICustomInfoProperties) method. Inheritance object AbstractContentItem CustomInfoContentItem Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class CustomInfoContentItem : AbstractContentItem Constructors CustomInfoContentItem(ICustomInfoProperties) Construct from properties Declaration public CustomInfoContentItem(ICustomInfoProperties properties) Parameters Type Name Description ICustomInfoProperties properties Properties Properties The properties Declaration public ICustomInfoProperties Properties { get; set; } Property Value Type Description ICustomInfoProperties Methods Equals(object) True, if properties are equal Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Object hash combined with properties hash Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls CustomInfo(ICustomInfoProperties) Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description string the string value of the properties, or calls the base class if they are null. Overrides object.ToString()" + "keywords": "Class CustomInfoContentItem Represents a call to the CustomInfo(ICustomInfoProperties) method. Inheritance System.Object AbstractContentItem CustomInfoContentItem Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class CustomInfoContentItem : AbstractContentItem Constructors CustomInfoContentItem(ICustomInfoProperties) Construct from properties Declaration public CustomInfoContentItem(ICustomInfoProperties properties) Parameters Type Name Description ICustomInfoProperties properties Properties Properties The properties Declaration public ICustomInfoProperties Properties { get; set; } Property Value Type Description ICustomInfoProperties Methods Equals(Object) True, if properties are equal Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Object hash combined with properties hash Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls CustomInfo(ICustomInfoProperties) Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description System.String the string value of the properties, or calls the base class if they are null. Overrides System.Object.ToString()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.html", @@ -1667,102 +1367,102 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.html", "title": "Class InlineEndTagContentItem", - "keywords": "Class InlineEndTagContentItem Represents a call to the InlineEndTag(IEndTagProperties) method. Inheritance object AbstractContentItem InlineEndTagContentItem Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class InlineEndTagContentItem : AbstractContentItem Constructors InlineEndTagContentItem(IEndTagProperties) Construct from properties Declaration public InlineEndTagContentItem(IEndTagProperties properties) Parameters Type Name Description IEndTagProperties properties Properties Properties The properties Declaration public IEndTagProperties Properties { get; set; } Property Value Type Description IEndTagProperties Methods Equals(object) True, if properties are equal Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Object hash combined with properties Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls InlineEndTag(IEndTagProperties) . Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description string the string value of the properties, or calls the base class if they are null. Overrides object.ToString()" + "keywords": "Class InlineEndTagContentItem Represents a call to the InlineEndTag(IEndTagProperties) method. Inheritance System.Object AbstractContentItem InlineEndTagContentItem Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class InlineEndTagContentItem : AbstractContentItem Constructors InlineEndTagContentItem(IEndTagProperties) Construct from properties Declaration public InlineEndTagContentItem(IEndTagProperties properties) Parameters Type Name Description IEndTagProperties properties Properties Properties The properties Declaration public IEndTagProperties Properties { get; set; } Property Value Type Description IEndTagProperties Methods Equals(Object) True, if properties are equal Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Object hash combined with properties Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls InlineEndTag(IEndTagProperties) . Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description System.String the string value of the properties, or calls the base class if they are null. Overrides System.Object.ToString()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.html", "title": "Class InlinePlaceholderTagContentItem", - "keywords": "Class InlinePlaceholderTagContentItem Represents a call to the InlinePlaceholderTag(IPlaceholderTagProperties) method. Inheritance object AbstractContentItem InlinePlaceholderTagContentItem Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class InlinePlaceholderTagContentItem : AbstractContentItem Constructors InlinePlaceholderTagContentItem(IPlaceholderTagProperties) Construct from properties Declaration public InlinePlaceholderTagContentItem(IPlaceholderTagProperties properties) Parameters Type Name Description IPlaceholderTagProperties properties Properties Properties The properties Declaration public IPlaceholderTagProperties Properties { get; set; } Property Value Type Description IPlaceholderTagProperties Methods Equals(object) True, if properties are equal Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Object hash combined with properties hash Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls InlinePlaceholderTag(IPlaceholderTagProperties) . Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description string the string value of the properties, or calls the base class if they are null. Overrides object.ToString()" + "keywords": "Class InlinePlaceholderTagContentItem Represents a call to the InlinePlaceholderTag(IPlaceholderTagProperties) method. Inheritance System.Object AbstractContentItem InlinePlaceholderTagContentItem Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class InlinePlaceholderTagContentItem : AbstractContentItem Constructors InlinePlaceholderTagContentItem(IPlaceholderTagProperties) Construct from properties Declaration public InlinePlaceholderTagContentItem(IPlaceholderTagProperties properties) Parameters Type Name Description IPlaceholderTagProperties properties Properties Properties The properties Declaration public IPlaceholderTagProperties Properties { get; set; } Property Value Type Description IPlaceholderTagProperties Methods Equals(Object) True, if properties are equal Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Object hash combined with properties hash Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls InlinePlaceholderTag(IPlaceholderTagProperties) . Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description System.String the string value of the properties, or calls the base class if they are null. Overrides System.Object.ToString()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.html", "title": "Class InlineStartTagContentItem", - "keywords": "Class InlineStartTagContentItem Represents a call to the InlineStartTag(IStartTagProperties) method. Inheritance object AbstractContentItem InlineStartTagContentItem Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class InlineStartTagContentItem : AbstractContentItem Constructors InlineStartTagContentItem(IStartTagProperties) Construct from start tag properties Declaration public InlineStartTagContentItem(IStartTagProperties properties) Parameters Type Name Description IStartTagProperties properties Properties Properties The tag properties Declaration public IStartTagProperties Properties { get; set; } Property Value Type Description IStartTagProperties Methods Equals(object) True, if the start tag properties are equal. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Object hash combined with properties hash Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Call InlineStartTag(IStartTagProperties) with the properties. Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description string the string value of the properties, or calls the base class if they are null. Overrides object.ToString()" + "keywords": "Class InlineStartTagContentItem Represents a call to the InlineStartTag(IStartTagProperties) method. Inheritance System.Object AbstractContentItem InlineStartTagContentItem Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class InlineStartTagContentItem : AbstractContentItem Constructors InlineStartTagContentItem(IStartTagProperties) Construct from start tag properties Declaration public InlineStartTagContentItem(IStartTagProperties properties) Parameters Type Name Description IStartTagProperties properties Properties Properties The tag properties Declaration public IStartTagProperties Properties { get; set; } Property Value Type Description IStartTagProperties Methods Equals(Object) True, if the start tag properties are equal. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Object hash combined with properties hash Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Call InlineStartTag(IStartTagProperties) with the properties. Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description System.String the string value of the properties, or calls the base class if they are null. Overrides System.Object.ToString()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.html", "title": "Class LocationMarkContentItem", - "keywords": "Class LocationMarkContentItem Represents a call to the LocationMark(LocationMarkerId) method. Inheritance object AbstractContentItem LocationMarkContentItem Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class LocationMarkContentItem : AbstractContentItem Constructors LocationMarkContentItem(LocationMarkerId) Construct from marker ID Declaration public LocationMarkContentItem(LocationMarkerId markerId) Parameters Type Name Description LocationMarkerId markerId Properties MarkerId The location marker ID passed in the MessageLocation call Declaration public LocationMarkerId MarkerId { get; set; } Property Value Type Description LocationMarkerId Methods Equals(object) True, if properties are equal Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Object hash combined with marker hash Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls LocationMark(LocationMarkerId) Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler)" + "keywords": "Class LocationMarkContentItem Represents a call to the LocationMark(LocationMarkerId) method. Inheritance System.Object AbstractContentItem LocationMarkContentItem Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class LocationMarkContentItem : AbstractContentItem Constructors LocationMarkContentItem(LocationMarkerId) Construct from marker ID Declaration public LocationMarkContentItem(LocationMarkerId markerId) Parameters Type Name Description LocationMarkerId markerId Properties MarkerId The location marker ID passed in the MessageLocation call Declaration public LocationMarkerId MarkerId { get; set; } Property Value Type Description LocationMarkerId Methods Equals(Object) True, if properties are equal Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Object hash combined with marker hash Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls LocationMark(LocationMarkerId) Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler)" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.html", "title": "Class LockedContentEndContentItem", - "keywords": "Class LockedContentEndContentItem Represents a call to the LockedContentEnd() method. Inheritance object AbstractContentItem LockedContentEndContentItem Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class LockedContentEndContentItem : AbstractContentItem Constructors LockedContentEndContentItem() Construct with no properties Declaration public LockedContentEndContentItem() Methods Equals(object) True, if the objects are equal Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Object hash combined with 0 Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Call LockedContentEnd() Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler)" + "keywords": "Class LockedContentEndContentItem Represents a call to the LockedContentEnd() method. Inheritance System.Object AbstractContentItem LockedContentEndContentItem Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class LockedContentEndContentItem : AbstractContentItem Constructors LockedContentEndContentItem() Construct with no properties Declaration public LockedContentEndContentItem() Methods Equals(Object) True, if the objects are equal Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Object hash combined with 0 Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Call LockedContentEnd() Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler)" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.html", "title": "Class LockedContentStartContentItem", - "keywords": "Class LockedContentStartContentItem Represents a call to the LockedContentStart(ILockedContentProperties) method. Inheritance object AbstractContentItem LockedContentStartContentItem Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class LockedContentStartContentItem : AbstractContentItem Constructors LockedContentStartContentItem(ILockedContentProperties) Construct from locked content properties Declaration public LockedContentStartContentItem(ILockedContentProperties properties) Parameters Type Name Description ILockedContentProperties properties Properties Properties The LockedContent properties Declaration public ILockedContentProperties Properties { get; set; } Property Value Type Description ILockedContentProperties Methods Equals(object) True, if the locked content properties are equal Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Object hash combined with properties hash Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Call LockedContentStart(ILockedContentProperties) with the properties. Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description string the string value of the properties, or calls the base class if they are null. Overrides object.ToString()" + "keywords": "Class LockedContentStartContentItem Represents a call to the LockedContentStart(ILockedContentProperties) method. Inheritance System.Object AbstractContentItem LockedContentStartContentItem Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class LockedContentStartContentItem : AbstractContentItem Constructors LockedContentStartContentItem(ILockedContentProperties) Construct from locked content properties Declaration public LockedContentStartContentItem(ILockedContentProperties properties) Parameters Type Name Description ILockedContentProperties properties Properties Properties The LockedContent properties Declaration public ILockedContentProperties Properties { get; set; } Property Value Type Description ILockedContentProperties Methods Equals(Object) True, if the locked content properties are equal Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Object hash combined with properties hash Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Call LockedContentStart(ILockedContentProperties) with the properties. Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description System.String the string value of the properties, or calls the base class if they are null. Overrides System.Object.ToString()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.html", "title": "Class NativeBuffer", - "keywords": "Class NativeBuffer A buffer for calls to INativeExtractionContentHandler and INativeGenerationContentHandler Set the Output property on the buffer to the correct derived type. Strongly typed properties ExtractionOutput and GenerationOutput Both map to the same Output instance, and can be used equivocally. Start buffering calls by calling Hold() , and stops buffering by calling Release() . When Release is called, any calls that are in the buffer will be invoked on the Output , or Output . If Release is called after EndOfInput is received and there is content left in the buffer, an exception is thrown, since the output should not be generated after EndOfInput. It is the buffer user's responsibility to ensure that the buffer is emptied before end of input is called for the parser components following it. Inheritance object NativeBuffer Implements INativeExtractionContentProcessor INativeExtractionContentHandler INativeGenerationContentProcessor INativeGenerationContentHandler IAbstractNativeContentHandler INativeContentCycleAware Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class NativeBuffer : INativeExtractionContentProcessor, INativeExtractionContentHandler, INativeGenerationContentProcessor, INativeGenerationContentHandler, IAbstractNativeContentHandler, INativeContentCycleAware Constructors NativeBuffer() Default constructor, creates an empty buffer where IsHolding is false. Declaration public NativeBuffer() Properties BufferedCalls Provides access to the calls currently in the buffer. Declaration public List BufferedCalls { get; } Property Value Type Description List AbstractContentItem ExtractionOutput Strongly typed output content handler that can be used when the buffer is used for extraction. Declaration public virtual INativeExtractionContentHandler ExtractionOutput { get; set; } Property Value Type Description INativeExtractionContentHandler Remarks Accesses the very same object instance as the Output and the GenerationOutput properties. GenerationOutput Strongly typed output content handler that can be used when the buffer is used for generation. Declaration public virtual INativeGenerationContentHandler GenerationOutput { get; set; } Property Value Type Description INativeGenerationContentHandler Remarks Accesses the very same object instance as the Output and the GenerationOutput properties. IsEndOfInput True, if EndOfInput has been reached. After that, Release() is no longer permitted if the buffer contains any content. This property can be set to override this behaviour, but that is an advanced option that should only be exercised if no other option is available. Declaration public virtual bool IsEndOfInput { get; set; } Property Value Type Description bool IsHolding Indicates whether the buffer is actively buffering calls. Declaration public bool IsHolding { get; } Property Value Type Description bool LastBufferedCall Provides easy access to the most recent of the calls in the buffer. If no calls are in the buffer, this property returns null. Declaration public AbstractContentItem LastBufferedCall { get; } Property Value Type Description AbstractContentItem Output Agnostic access to the output handler. Accesses the very same object instance as the ExtractionOutput and the GenerationOutput properties. Declaration public virtual IAbstractNativeContentHandler Output { get; set; } Property Value Type Description IAbstractNativeContentHandler Methods ChangeContext(IContextProperties) Adds content to buffer if holding, otherwise output directly. Declaration public virtual void ChangeContext(IContextProperties contexts) Parameters Type Name Description IContextProperties contexts CommentEnd() Adds to buffer if holding, otherwise output directly. Declaration public virtual void CommentEnd() CommentStart(ICommentProperties) Adds to buffer if holding, otherwise output directly. Declaration public virtual void CommentStart(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The comment properties. CustomInfo(ICustomInfoProperties) Adds content to buffer if holding, otherwise output directly. Declaration public virtual void CustomInfo(ICustomInfoProperties info) Parameters Type Name Description ICustomInfoProperties info EndOfInput() Sets the end of input flag. Declaration public virtual void EndOfInput() Hold() Call this to start buffering calls. Declaration public virtual void Hold() InlineEndTag(IEndTagProperties) Adds content to buffer if holding, otherwise output directly. Declaration public virtual void InlineEndTag(IEndTagProperties tagInfo) Parameters Type Name Description IEndTagProperties tagInfo InlinePlaceholderTag(IPlaceholderTagProperties) Adds content to buffer if holding, otherwise output directly. Declaration public virtual void InlinePlaceholderTag(IPlaceholderTagProperties tagInfo) Parameters Type Name Description IPlaceholderTagProperties tagInfo InlineStartTag(IStartTagProperties) Adds content to buffer if holding, otherwise output directly. Declaration public virtual void InlineStartTag(IStartTagProperties tagInfo) Parameters Type Name Description IStartTagProperties tagInfo LocationMark(LocationMarkerId) Add to buffer if holding, otherwise output directly. Declaration public virtual void LocationMark(LocationMarkerId markerId) Parameters Type Name Description LocationMarkerId markerId LockedContentEnd() Adds to buffer if holding, otherwise output directly. Declaration public virtual void LockedContentEnd() LockedContentStart(ILockedContentProperties) Adds content to buffer if holding, otherwise output directly. Declaration public virtual void LockedContentStart(ILockedContentProperties lockedContentInfo) Parameters Type Name Description ILockedContentProperties lockedContentInfo ParagraphComments(ICommentProperties) Adds to buffer if holding, otherwise output directly. Declaration public virtual void ParagraphComments(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The commnet properties. ParagraphUnitEnd() Adds to buffer if holding, otherwise output directly. Declaration public virtual void ParagraphUnitEnd() ParagraphUnitStart(IParagraphUnitProperties) Adds to buffer if holding, otherwise output directly. Declaration public virtual void ParagraphUnitStart(IParagraphUnitProperties properties) Parameters Type Name Description IParagraphUnitProperties properties Release() Releases the buffer content to the Output and turns off buffering. Declaration public virtual void Release() Exceptions Type Condition FileTypeSupportException thrown, if there is content in the buffer, but EndOfInput has been called. RevisionEnd() Adds to buffer if holding, otherwise output directly. Declaration public virtual void RevisionEnd() RevisionStart(IRevisionProperties) Adds to buffer if holding, otherwise output directly. Declaration public virtual void RevisionStart(IRevisionProperties revisionInfo) Parameters Type Name Description IRevisionProperties revisionInfo The revision properties. SegmentEnd() Adds to buffer if holding, otherwise output directly. Declaration public virtual void SegmentEnd() SegmentStart(ISegmentPairProperties) Adds to buffer if holding, otherwise output directly. Declaration public virtual void SegmentStart(ISegmentPairProperties properties) Parameters Type Name Description ISegmentPairProperties properties SetFileProperties(IFileProperties) Default implementation, does nothing Declaration public virtual void SetFileProperties(IFileProperties properties) Parameters Type Name Description IFileProperties properties StartOfInput() Default implementation, does nothing Declaration public virtual void StartOfInput() StructureTag(IStructureTagProperties) Adds content to buffer if holding, otherwise output directly. Declaration public virtual void StructureTag(IStructureTagProperties tagInfo) Parameters Type Name Description IStructureTagProperties tagInfo Text(ITextProperties) Adds content to buffer if holding, otherwise output directly. Declaration public virtual void Text(ITextProperties textInfo) Parameters Type Name Description ITextProperties textInfo Implements INativeExtractionContentProcessor INativeExtractionContentHandler INativeGenerationContentProcessor INativeGenerationContentHandler IAbstractNativeContentHandler INativeContentCycleAware" + "keywords": "Class NativeBuffer A buffer for calls to INativeExtractionContentHandler and INativeGenerationContentHandler Set the Output property on the buffer to the correct derived type. Strongly typed properties ExtractionOutput and GenerationOutput Both map to the same Output instance, and can be used equivocally. Start buffering calls by calling Hold() , and stops buffering by calling Release() . When Release is called, any calls that are in the buffer will be invoked on the Output , or Output . If Release is called after EndOfInput is received and there is content left in the buffer, an exception is thrown, since the output should not be generated after EndOfInput. It is the buffer user's responsibility to ensure that the buffer is emptied before end of input is called for the parser components following it. Inheritance System.Object NativeBuffer Implements INativeExtractionContentProcessor INativeExtractionContentHandler INativeGenerationContentProcessor INativeGenerationContentHandler IAbstractNativeContentHandler INativeContentCycleAware 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.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class NativeBuffer : INativeExtractionContentProcessor, INativeExtractionContentHandler, INativeGenerationContentProcessor, INativeGenerationContentHandler, IAbstractNativeContentHandler, INativeContentCycleAware Constructors NativeBuffer() Default constructor, creates an empty buffer where IsHolding is false. Declaration public NativeBuffer() Properties BufferedCalls Provides access to the calls currently in the buffer. Declaration public List BufferedCalls { get; } Property Value Type Description System.Collections.Generic.List < AbstractContentItem > ExtractionOutput Strongly typed output content handler that can be used when the buffer is used for extraction. Declaration public virtual INativeExtractionContentHandler ExtractionOutput { get; set; } Property Value Type Description INativeExtractionContentHandler Remarks Accesses the very same object instance as the Output and the GenerationOutput properties. GenerationOutput Strongly typed output content handler that can be used when the buffer is used for generation. Declaration public virtual INativeGenerationContentHandler GenerationOutput { get; set; } Property Value Type Description INativeGenerationContentHandler Remarks Accesses the very same object instance as the Output and the GenerationOutput properties. IsEndOfInput True, if EndOfInput has been reached. After that, Release() is no longer permitted if the buffer contains any content. This property can be set to override this behaviour, but that is an advanced option that should only be exercised if no other option is available. Declaration public virtual bool IsEndOfInput { get; set; } Property Value Type Description System.Boolean IsHolding Indicates whether the buffer is actively buffering calls. Declaration public bool IsHolding { get; } Property Value Type Description System.Boolean LastBufferedCall Provides easy access to the most recent of the calls in the buffer. If no calls are in the buffer, this property returns null. Declaration public AbstractContentItem LastBufferedCall { get; } Property Value Type Description AbstractContentItem Output Agnostic access to the output handler. Accesses the very same object instance as the ExtractionOutput and the GenerationOutput properties. Declaration public virtual IAbstractNativeContentHandler Output { get; set; } Property Value Type Description IAbstractNativeContentHandler Methods ChangeContext(IContextProperties) Adds content to buffer if holding, otherwise output directly. Declaration public virtual void ChangeContext(IContextProperties contexts) Parameters Type Name Description IContextProperties contexts CommentEnd() Adds to buffer if holding, otherwise output directly. Declaration public virtual void CommentEnd() CommentStart(ICommentProperties) Adds to buffer if holding, otherwise output directly. Declaration public virtual void CommentStart(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The comment properties. CustomInfo(ICustomInfoProperties) Adds content to buffer if holding, otherwise output directly. Declaration public virtual void CustomInfo(ICustomInfoProperties info) Parameters Type Name Description ICustomInfoProperties info EndOfInput() Sets the end of input flag. Declaration public virtual void EndOfInput() Hold() Call this to start buffering calls. Declaration public virtual void Hold() InlineEndTag(IEndTagProperties) Adds content to buffer if holding, otherwise output directly. Declaration public virtual void InlineEndTag(IEndTagProperties tagInfo) Parameters Type Name Description IEndTagProperties tagInfo InlinePlaceholderTag(IPlaceholderTagProperties) Adds content to buffer if holding, otherwise output directly. Declaration public virtual void InlinePlaceholderTag(IPlaceholderTagProperties tagInfo) Parameters Type Name Description IPlaceholderTagProperties tagInfo InlineStartTag(IStartTagProperties) Adds content to buffer if holding, otherwise output directly. Declaration public virtual void InlineStartTag(IStartTagProperties tagInfo) Parameters Type Name Description IStartTagProperties tagInfo LocationMark(LocationMarkerId) Add to buffer if holding, otherwise output directly. Declaration public virtual void LocationMark(LocationMarkerId markerId) Parameters Type Name Description LocationMarkerId markerId LockedContentEnd() Adds to buffer if holding, otherwise output directly. Declaration public virtual void LockedContentEnd() LockedContentStart(ILockedContentProperties) Adds content to buffer if holding, otherwise output directly. Declaration public virtual void LockedContentStart(ILockedContentProperties lockedContentInfo) Parameters Type Name Description ILockedContentProperties lockedContentInfo ParagraphComments(ICommentProperties) Adds to buffer if holding, otherwise output directly. Declaration public virtual void ParagraphComments(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The commnet properties. ParagraphUnitEnd() Adds to buffer if holding, otherwise output directly. Declaration public virtual void ParagraphUnitEnd() ParagraphUnitStart(IParagraphUnitProperties) Adds to buffer if holding, otherwise output directly. Declaration public virtual void ParagraphUnitStart(IParagraphUnitProperties properties) Parameters Type Name Description IParagraphUnitProperties properties Release() Releases the buffer content to the Output and turns off buffering. Declaration public virtual void Release() Exceptions Type Condition FileTypeSupportException thrown, if there is content in the buffer, but EndOfInput has been called. RevisionEnd() Adds to buffer if holding, otherwise output directly. Declaration public virtual void RevisionEnd() RevisionStart(IRevisionProperties) Adds to buffer if holding, otherwise output directly. Declaration public virtual void RevisionStart(IRevisionProperties revisionInfo) Parameters Type Name Description IRevisionProperties revisionInfo The revision properties. SegmentEnd() Adds to buffer if holding, otherwise output directly. Declaration public virtual void SegmentEnd() SegmentStart(ISegmentPairProperties) Adds to buffer if holding, otherwise output directly. Declaration public virtual void SegmentStart(ISegmentPairProperties properties) Parameters Type Name Description ISegmentPairProperties properties SetFileProperties(IFileProperties) Default implementation, does nothing Declaration public virtual void SetFileProperties(IFileProperties properties) Parameters Type Name Description IFileProperties properties StartOfInput() Default implementation, does nothing Declaration public virtual void StartOfInput() StructureTag(IStructureTagProperties) Adds content to buffer if holding, otherwise output directly. Declaration public virtual void StructureTag(IStructureTagProperties tagInfo) Parameters Type Name Description IStructureTagProperties tagInfo Text(ITextProperties) Adds content to buffer if holding, otherwise output directly. Declaration public virtual void Text(ITextProperties textInfo) Parameters Type Name Description ITextProperties textInfo Explicit Interface Implementations INativeExtractionContentProcessor.Output Redirected to ExtractionOutput Declaration INativeExtractionContentHandler INativeExtractionContentProcessor.Output { get; set; } Returns Type Description INativeExtractionContentHandler INativeGenerationContentProcessor.Output Redirected to GenerationOutput Declaration INativeGenerationContentHandler INativeGenerationContentProcessor.Output { get; set; } Returns Type Description INativeGenerationContentHandler Implements INativeExtractionContentProcessor INativeExtractionContentHandler INativeGenerationContentProcessor INativeGenerationContentHandler IAbstractNativeContentHandler INativeContentCycleAware" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.html", "title": "Class ParagraphComments", - "keywords": "Class ParagraphComments Represents a call to the CommentStart(ICommentProperties) method. Inheritance object AbstractContentItem ParagraphComments Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class ParagraphComments : AbstractContentItem Constructors ParagraphComments(ICommentProperties) Initializes a new instance of the ParagraphComments class. Declaration public ParagraphComments(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The comment properties. Properties CommentProperties Gets or sets the comment properties. Declaration public ICommentProperties CommentProperties { get; set; } Property Value Type Description ICommentProperties The comment properties. Methods Equals(object) Determines whether the specified object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with this instance. Returns Type Description bool true if the specified object is equal to this instance; otherwise, false . Overrides object.Equals(object) GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description int A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls CommentStart(ICommentProperties) on the output instance. CommentProperties is used as an argument for the call. Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Returns a string that represents this instance. Declaration public override string ToString() Returns Type Description string A string that represents this instance. Overrides object.ToString()" + "keywords": "Class ParagraphComments Represents a call to the CommentStart(ICommentProperties) method. Inheritance System.Object AbstractContentItem ParagraphComments Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class ParagraphComments : AbstractContentItem Constructors ParagraphComments(ICommentProperties) Initializes a new instance of the ParagraphComments class. Declaration public ParagraphComments(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The comment properties. Properties CommentProperties Gets or sets the comment properties. Declaration public ICommentProperties CommentProperties { get; set; } Property Value Type Description ICommentProperties The comment properties. Methods Equals(Object) Determines whether the specified System.Object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The System.Object to compare with this instance. Returns Type Description System.Boolean true if the specified System.Object is equal to this instance; otherwise, false . Overrides System.Object.Equals(System.Object) GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls CommentStart(ICommentProperties) on the output instance. CommentProperties is used as an argument for the call. Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Returns a System.String that represents this instance. Declaration public override string ToString() Returns Type Description System.String A System.String that represents this instance. Overrides System.Object.ToString()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.html", "title": "Class ParagraphUnitEndContentItem", - "keywords": "Class ParagraphUnitEndContentItem Represents a call to the ParagraphUnitEnd() method. Inheritance object AbstractContentItem ParagraphUnitEndContentItem Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class ParagraphUnitEndContentItem : AbstractContentItem Constructors ParagraphUnitEndContentItem() Construct with no properties Declaration public ParagraphUnitEndContentItem() Methods Equals(object) True, if the objects are equal Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Object hash combined with 0 Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Call ParagraphUnitEnd() Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler)" + "keywords": "Class ParagraphUnitEndContentItem Represents a call to the ParagraphUnitEnd() method. Inheritance System.Object AbstractContentItem ParagraphUnitEndContentItem Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class ParagraphUnitEndContentItem : AbstractContentItem Constructors ParagraphUnitEndContentItem() Construct with no properties Declaration public ParagraphUnitEndContentItem() Methods Equals(Object) True, if the objects are equal Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Object hash combined with 0 Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Call ParagraphUnitEnd() Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler)" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.html", "title": "Class ParagraphUnitStartContentItem", - "keywords": "Class ParagraphUnitStartContentItem Represents a call to the ParagraphUnitStart(IParagraphUnitProperties) method. Inheritance object AbstractContentItem ParagraphUnitStartContentItem Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class ParagraphUnitStartContentItem : AbstractContentItem Constructors ParagraphUnitStartContentItem(IParagraphUnitProperties) Construct with no properties Declaration public ParagraphUnitStartContentItem(IParagraphUnitProperties properties) Parameters Type Name Description IParagraphUnitProperties properties Methods Equals(object) True, if the objects are equal Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Returns the hash of the properties. Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Call ParagraphUnitStart(IParagraphUnitProperties) Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description string the string value of the properties, or calls the base class if they are null. Overrides object.ToString()" + "keywords": "Class ParagraphUnitStartContentItem Represents a call to the ParagraphUnitStart(IParagraphUnitProperties) method. Inheritance System.Object AbstractContentItem ParagraphUnitStartContentItem Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class ParagraphUnitStartContentItem : AbstractContentItem Constructors ParagraphUnitStartContentItem(IParagraphUnitProperties) Construct with no properties Declaration public ParagraphUnitStartContentItem(IParagraphUnitProperties properties) Parameters Type Name Description IParagraphUnitProperties properties Methods Equals(Object) True, if the objects are equal Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Returns the hash of the properties. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Call ParagraphUnitStart(IParagraphUnitProperties) Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description System.String the string value of the properties, or calls the base class if they are null. Overrides System.Object.ToString()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.html", "title": "Class RevisionEndContentItem", - "keywords": "Class RevisionEndContentItem Represents a call to the RevisionEnd() method. Inheritance object AbstractContentItem RevisionEndContentItem Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class RevisionEndContentItem : AbstractContentItem Constructors RevisionEndContentItem() Initializes a new instance of the RevisionStartContentItem class. Declaration public RevisionEndContentItem() Methods Equals(object) Determines whether the specified object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with this instance. Returns Type Description bool true if the specified object is equal to this instance; otherwise, false . Overrides object.Equals(object) GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description int A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls RevisionEnd() on the output instance. Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler)" + "keywords": "Class RevisionEndContentItem Represents a call to the RevisionEnd() method. Inheritance System.Object AbstractContentItem RevisionEndContentItem Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class RevisionEndContentItem : AbstractContentItem Constructors RevisionEndContentItem() Initializes a new instance of the RevisionStartContentItem class. Declaration public RevisionEndContentItem() Methods Equals(Object) Determines whether the specified System.Object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The System.Object to compare with this instance. Returns Type Description System.Boolean true if the specified System.Object is equal to this instance; otherwise, false . Overrides System.Object.Equals(System.Object) GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls RevisionEnd() on the output instance. Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler)" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.html", "title": "Class RevisionStartContentItem", - "keywords": "Class RevisionStartContentItem Represents a call to the RevisionStart(IRevisionProperties) method. Inheritance object AbstractContentItem RevisionStartContentItem Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class RevisionStartContentItem : AbstractContentItem Constructors RevisionStartContentItem(IRevisionProperties) Initializes a new instance of the RevisionStartContentItem class. Declaration public RevisionStartContentItem(IRevisionProperties revisionInfo) Parameters Type Name Description IRevisionProperties revisionInfo The revision properties. Properties RevisionProperties Gets or sets the revision properties. Declaration public IRevisionProperties RevisionProperties { get; set; } Property Value Type Description IRevisionProperties The revision properties. Methods Equals(object) Determines whether the specified object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with this instance. Returns Type Description bool true if the specified object is equal to this instance; otherwise, false . Overrides object.Equals(object) GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description int A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls RevisionStart(IRevisionProperties) on the output instance. RevisionProperties is used as an argument for the call. Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Returns a string that represents this instance. Declaration public override string ToString() Returns Type Description string A string that represents this instance. Overrides object.ToString()" + "keywords": "Class RevisionStartContentItem Represents a call to the RevisionStart(IRevisionProperties) method. Inheritance System.Object AbstractContentItem RevisionStartContentItem Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class RevisionStartContentItem : AbstractContentItem Constructors RevisionStartContentItem(IRevisionProperties) Initializes a new instance of the RevisionStartContentItem class. Declaration public RevisionStartContentItem(IRevisionProperties revisionInfo) Parameters Type Name Description IRevisionProperties revisionInfo The revision properties. Properties RevisionProperties Gets or sets the revision properties. Declaration public IRevisionProperties RevisionProperties { get; set; } Property Value Type Description IRevisionProperties The revision properties. Methods Equals(Object) Determines whether the specified System.Object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The System.Object to compare with this instance. Returns Type Description System.Boolean true if the specified System.Object is equal to this instance; otherwise, false . Overrides System.Object.Equals(System.Object) GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls RevisionStart(IRevisionProperties) on the output instance. RevisionProperties is used as an argument for the call. Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Returns a System.String that represents this instance. Declaration public override string ToString() Returns Type Description System.String A System.String that represents this instance. Overrides System.Object.ToString()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.html", "title": "Class SegmentEndContentItem", - "keywords": "Class SegmentEndContentItem Represents a call to the SegmentEnd() method. Inheritance object AbstractContentItem SegmentEndContentItem Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class SegmentEndContentItem : AbstractContentItem Constructors SegmentEndContentItem() Construct with no properties Declaration public SegmentEndContentItem() Methods Equals(object) True, if the objects are equal Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Object hash combined with 0 Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Call SegmentEnd() Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler)" + "keywords": "Class SegmentEndContentItem Represents a call to the SegmentEnd() method. Inheritance System.Object AbstractContentItem SegmentEndContentItem Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class SegmentEndContentItem : AbstractContentItem Constructors SegmentEndContentItem() Construct with no properties Declaration public SegmentEndContentItem() Methods Equals(Object) True, if the objects are equal Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Object hash combined with 0 Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Call SegmentEnd() Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler)" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.html", "title": "Class SegmentStartContentItem", - "keywords": "Class SegmentStartContentItem Represents a call to the SegmentStart(ISegmentPairProperties) method. Inheritance object AbstractContentItem SegmentStartContentItem Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class SegmentStartContentItem : AbstractContentItem Constructors SegmentStartContentItem(ISegmentPairProperties) Construct with no properties Declaration public SegmentStartContentItem(ISegmentPairProperties properties) Parameters Type Name Description ISegmentPairProperties properties Methods Equals(object) True, if the objects are equal Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Returns the hash of the properties. Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Call SegmentStart(ISegmentPairProperties) Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description string the string value of the properties, or calls the base class if they are null. Overrides object.ToString()" + "keywords": "Class SegmentStartContentItem Represents a call to the SegmentStart(ISegmentPairProperties) method. Inheritance System.Object AbstractContentItem SegmentStartContentItem Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class SegmentStartContentItem : AbstractContentItem Constructors SegmentStartContentItem(ISegmentPairProperties) Construct with no properties Declaration public SegmentStartContentItem(ISegmentPairProperties properties) Parameters Type Name Description ISegmentPairProperties properties Methods Equals(Object) True, if the objects are equal Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Returns the hash of the properties. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Call SegmentStart(ISegmentPairProperties) Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description System.String the string value of the properties, or calls the base class if they are null. Overrides System.Object.ToString()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.html", "title": "Class StructureTagContentItem", - "keywords": "Class StructureTagContentItem Represents a call to the StructureTag(IStructureTagProperties) method. Inheritance object AbstractContentItem StructureTagContentItem Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class StructureTagContentItem : AbstractContentItem Constructors StructureTagContentItem(IStructureTagProperties) Construction from properties Declaration public StructureTagContentItem(IStructureTagProperties properties) Parameters Type Name Description IStructureTagProperties properties Properties Properties The tag properties Declaration public IStructureTagProperties Properties { get; set; } Property Value Type Description IStructureTagProperties Methods Equals(object) True, if properties are equal Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Object hash combined with properties hash Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Call StructureTag(IStructureTagProperties) with the properties. Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description string the string value of the properties, or calls the base class if they are null. Overrides object.ToString()" + "keywords": "Class StructureTagContentItem Represents a call to the StructureTag(IStructureTagProperties) method. Inheritance System.Object AbstractContentItem StructureTagContentItem Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class StructureTagContentItem : AbstractContentItem Constructors StructureTagContentItem(IStructureTagProperties) Construction from properties Declaration public StructureTagContentItem(IStructureTagProperties properties) Parameters Type Name Description IStructureTagProperties properties Properties Properties The tag properties Declaration public IStructureTagProperties Properties { get; set; } Property Value Type Description IStructureTagProperties Methods Equals(Object) True, if properties are equal Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Object hash combined with properties hash Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Call StructureTag(IStructureTagProperties) with the properties. Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description System.String the string value of the properties, or calls the base class if they are null. Overrides System.Object.ToString()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.html", "title": "Class TextContentItem", - "keywords": "Class TextContentItem Represents a call to the Text(ITextProperties) method. Inheritance object AbstractContentItem TextContentItem Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class TextContentItem : AbstractContentItem Constructors TextContentItem(ITextProperties) Construct from properties Declaration public TextContentItem(ITextProperties properties) Parameters Type Name Description ITextProperties properties Properties Properties The properties Declaration public ITextProperties Properties { get; set; } Property Value Type Description ITextProperties Methods Equals(object) True, if the properties are equal Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Object hash combined with properties hash Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls Text(ITextProperties) Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description string the string value of the properties, or calls the base class if they are null. Overrides object.ToString()" + "keywords": "Class TextContentItem Represents a call to the Text(ITextProperties) method. Inheritance System.Object AbstractContentItem TextContentItem Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class TextContentItem : AbstractContentItem Constructors TextContentItem(ITextProperties) Construct from properties Declaration public TextContentItem(ITextProperties properties) Parameters Type Name Description ITextProperties properties Properties Properties The properties Declaration public ITextProperties Properties { get; set; } Property Value Type Description ITextProperties Methods Equals(Object) True, if the properties are equal Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Object hash combined with properties hash Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Invoke(IAbstractNativeContentHandler) Calls Text(ITextProperties) Declaration public override void Invoke(IAbstractNativeContentHandler output) Parameters Type Name Description IAbstractNativeContentHandler output Overrides AbstractContentItem.Invoke(IAbstractNativeContentHandler) ToString() Overridden to provide meaningful output for the debugger. Declaration public override string ToString() Returns Type Description System.String the string value of the properties, or calls the base class if they are null. Overrides System.Object.ToString()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultPersistentFilePropertiesKeys.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultPersistentFilePropertiesKeys.html", "title": "Class DefaultPersistentFilePropertiesKeys", - "keywords": "Class DefaultPersistentFilePropertiesKeys Namespace for keys used for storing well-known persistent file properties in IPersistentFileConversionProperties . Inheritance object DefaultPersistentFilePropertiesKeys Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class DefaultPersistentFilePropertiesKeys Fields CreationDate CreationDate is stored with this key. Declaration public const string CreationDate = \"SDL:CreationDate\" Field Value Type Description string CreationTool CreationTool is stored with this key. Declaration public const string CreationTool = \"SDL:CreationTool\" Field Value Type Description string CreationToolVersion CreationToolVersion is stored with this key. Declaration public const string CreationToolVersion = \"SDL:CreationToolVersion\" Field Value Type Description string FileId FileId is stored with this key. Declaration public const string FileId = \"SDL:FileId\" Field Value Type Description string FileTypeDefinitionId FileTypeDefinitionId is stored with this key. Declaration public const string FileTypeDefinitionId = \"SDL:FileTypeDefinitionId\" Field Value Type Description string FileTypeDllVersion File Type component's dll file version stored in the FileConversionProperties metadata Declaration public const string FileTypeDllVersion = \"SDL:FileTypeDllVersion\" Field Value Type Description string InputFilePath InputFilePath is stored with this key. Declaration public const string InputFilePath = \"SDL:InputFilePath\" Field Value Type Description string IsSegmented The value of this key is set to \"true\" by the segmentation engine while the content of a file is being segmented. Declaration public const string IsSegmented = \"SDL:IsSegmented\" Field Value Type Description string OriginalEncoding OriginalEncoding is stored with this key. Declaration public const string OriginalEncoding = \"SDL:OriginalEncoding\" Field Value Type Description string OriginalFilePath OriginalFilePath is stored with this key. Declaration public const string OriginalFilePath = \"SDL:OriginalFilePath\" Field Value Type Description string PreferredTargetEncoding PreferredTargetEncoding is stored with this key. Declaration public const string PreferredTargetEncoding = \"SDL:PreferredTargetEncoding\" Field Value Type Description string SourceLanguage SourceLanguage is stored as an ISO abbreviation with this key. Declaration public const string SourceLanguage = \"SDL:SourceLanguage\" Field Value Type Description string TargetLanguage TargetLanguage is stored as an ISO abbreviation with this key. Declaration public const string TargetLanguage = \"SDL:TargetLanguage\" Field Value Type Description string WrappedOriginalFilePath File formats like ITD, TTX, or 3rd party XLIFF, which are intermediate file formats wrapping native file types, may use this key to store the original native file path that that the TTX/ITD etc. was created for. Declaration public const string WrappedOriginalFilePath = \"SDL:WrappedOriginalFilePath\" Field Value Type Description string WrappedOriginalFileTypeName File formats like ITD, TTX, or 3rd party XLIFF, which are intermediate file formats wrapping native file types, may use this key to store the name of the original (native) file format of file that the TTX/ITD etc. was created for. Declaration public const string WrappedOriginalFileTypeName = \"SDL:WrappedOriginalFileTypeName\" Field Value Type Description string Remarks For a TTX file created from an HTML file, the value of the property accessed with this key could be \"HTML\" or \"HTML Documents\"." + "keywords": "Class DefaultPersistentFilePropertiesKeys Namespace for keys used for storing well-known persistent file properties in IPersistentFileConversionProperties . Inheritance System.Object DefaultPersistentFilePropertiesKeys 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.FileTypeSupport.Framework.Core.Utilities.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class DefaultPersistentFilePropertiesKeys Fields CreationDate CreationDate is stored with this key. Declaration public const string CreationDate = \"SDL:CreationDate\" Field Value Type Description System.String CreationTool CreationTool is stored with this key. Declaration public const string CreationTool = \"SDL:CreationTool\" Field Value Type Description System.String CreationToolVersion CreationToolVersion is stored with this key. Declaration public const string CreationToolVersion = \"SDL:CreationToolVersion\" Field Value Type Description System.String FileId FileId is stored with this key. Declaration public const string FileId = \"SDL:FileId\" Field Value Type Description System.String FileTypeDefinitionId FileTypeDefinitionId is stored with this key. Declaration public const string FileTypeDefinitionId = \"SDL:FileTypeDefinitionId\" Field Value Type Description System.String FileTypeDllVersion File Type component's dll file version stored in the FileConversionProperties metadata Declaration public const string FileTypeDllVersion = \"SDL:FileTypeDllVersion\" Field Value Type Description System.String InputFilePath InputFilePath is stored with this key. Declaration public const string InputFilePath = \"SDL:InputFilePath\" Field Value Type Description System.String IsSegmented The value of this key is set to \"true\" by the segmentation engine while the content of a file is being segmented. Declaration public const string IsSegmented = \"SDL:IsSegmented\" Field Value Type Description System.String OriginalEncoding OriginalEncoding is stored with this key. Declaration public const string OriginalEncoding = \"SDL:OriginalEncoding\" Field Value Type Description System.String OriginalFilePath OriginalFilePath is stored with this key. Declaration public const string OriginalFilePath = \"SDL:OriginalFilePath\" Field Value Type Description System.String PreferredTargetEncoding PreferredTargetEncoding is stored with this key. Declaration public const string PreferredTargetEncoding = \"SDL:PreferredTargetEncoding\" Field Value Type Description System.String SourceLanguage SourceLanguage is stored as an ISO abbreviation with this key. Declaration public const string SourceLanguage = \"SDL:SourceLanguage\" Field Value Type Description System.String TargetLanguage TargetLanguage is stored as an ISO abbreviation with this key. Declaration public const string TargetLanguage = \"SDL:TargetLanguage\" Field Value Type Description System.String WrappedOriginalFilePath File formats like ITD, TTX, or 3rd party XLIFF, which are intermediate file formats wrapping native file types, may use this key to store the original native file path that that the TTX/ITD etc. was created for. Declaration public const string WrappedOriginalFilePath = \"SDL:WrappedOriginalFilePath\" Field Value Type Description System.String WrappedOriginalFileTypeName File formats like ITD, TTX, or 3rd party XLIFF, which are intermediate file formats wrapping native file types, may use this key to store the name of the original (native) file format of file that the TTX/ITD etc. was created for. Declaration public const string WrappedOriginalFileTypeName = \"SDL:WrappedOriginalFileTypeName\" Field Value Type Description System.String Remarks For a TTX file created from an HTML file, the value of the property accessed with this key could be \"HTML\" or \"HTML Documents\"." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultPropertiesFactory.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultPropertiesFactory.html", "title": "Class DefaultPropertiesFactory", - "keywords": "Class DefaultPropertiesFactory Static helper used to create an instance of the current default implementation of the properties item factory. Inheritance object DefaultPropertiesFactory Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class DefaultPropertiesFactory Remarks The implementation uses reflection to instantiate an object of the type PropertiesFactory from the assembly named Sdl.FileTypeSupport.Framework.Implementation . If no such assembly / type can be located, an exception is thrown. Fields ImplementationAssemblyName The name of the assembly in which the default implementation of the factory is expected to be found. Declaration public const string ImplementationAssemblyName = \"Sdl.FileTypeSupport.Framework.Implementation\" Field Value Type Description string ImplementationClassName The class name of the expected default implementation of the factory. Declaration public const string ImplementationClassName = \"Sdl.FileTypeSupport.Framework.Native.PropertiesFactory\" Field Value Type Description string Methods CreateInstance() Create an instance of the default properties factory. Declaration public static IPropertiesFactory CreateInstance() Returns Type Description IPropertiesFactory Exceptions Type Condition Exception thrown, if the implementation cannot be located." + "keywords": "Class DefaultPropertiesFactory Static helper used to create an instance of the current default implementation of the properties item factory. Inheritance System.Object DefaultPropertiesFactory 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.FileTypeSupport.Framework.Core.Utilities.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class DefaultPropertiesFactory Remarks The implementation uses reflection to instantiate an object of the type PropertiesFactory from the assembly named Sdl.FileTypeSupport.Framework.Implementation . If no such assembly / type can be located, an exception is thrown. Fields ImplementationAssemblyName The name of the assembly in which the default implementation of the factory is expected to be found. Declaration public const string ImplementationAssemblyName = \"Sdl.FileTypeSupport.Framework.Implementation\" Field Value Type Description System.String ImplementationClassName The class name of the expected default implementation of the factory. Declaration public const string ImplementationClassName = \"Sdl.FileTypeSupport.Framework.Native.PropertiesFactory\" Field Value Type Description System.String Methods CreateInstance() Create an instance of the default properties factory. Declaration public static IPropertiesFactory CreateInstance() Returns Type Description IPropertiesFactory Exceptions Type Condition System.Exception thrown, if the implementation cannot be located." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultTranslationOrigin.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultTranslationOrigin.html", "title": "Class DefaultTranslationOrigin", - "keywords": "Class DefaultTranslationOrigin This class holds the constants that represent the suggested default values to use for the TranslationOrigin attribute. These values are also used for the sdl:origin attribute of the mrk element when serializing to XLIFF. Inheritance object DefaultTranslationOrigin Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class DefaultTranslationOrigin Fields AdaptiveMachineTranslation Adaptive machine translated content Declaration public const string AdaptiveMachineTranslation = \"amt\" Field Value Type Description string AutoPropagated The segment has been translated using AutoPropagation from internal matches. Declaration public const string AutoPropagated = \"auto-propagated\" Field Value Type Description string AutomatedAlignment The translated segment was created by an automated linguistic alignment of previously translated source and target content. Declaration public const string AutomatedAlignment = \"auto-aligned\" Field Value Type Description string AutomaticTranslation Adaptive machine translated content Declaration public const string AutomaticTranslation = \"automatic-translation\" Field Value Type Description string DocumentMatch Batch translation by applying a Context TM type tool like PerfectMatch(tm) Declaration public const string DocumentMatch = \"document-match\" Field Value Type Description string Interactive The segment has been manually adapted or translated from scratch. Declaration public const string Interactive = \"interactive\" Field Value Type Description string MachineTranslation Machine translated content Declaration public const string MachineTranslation = \"mt\" Field Value Type Description string NeuralMachineTranslation Adaptive machine translated content Declaration public const string NeuralMachineTranslation = \"nmt\" Field Value Type Description string NotTranslated The segment has not yet been translated. This is usually an empty segment. Declaration public const string NotTranslated = \"not-translated\" Field Value Type Description string ReverseAlignment The segment was updated by ReverseAlignment process. Declaration public const string ReverseAlignment = \"Retrofit\" Field Value Type Description string Source The segment has been translated by copying the source to the target. Declaration public const string Source = \"source\" Field Value Type Description string TranslationMemory Batch pre-translation using a fuzzy or 100% match Declaration public const string TranslationMemory = \"tm\" Field Value Type Description string Unknown The segment was translated by an unknown tool - usually from a third party provider. Declaration public const string Unknown = \"unknown\" Field Value Type Description string" + "keywords": "Class DefaultTranslationOrigin This class holds the constants that represent the suggested default values to use for the TranslationOrigin attribute. These values are also used for the sdl:origin attribute of the mrk element when serializing to XLIFF. Inheritance System.Object DefaultTranslationOrigin 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.FileTypeSupport.Framework.Core.Utilities.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class DefaultTranslationOrigin Fields AdaptiveMachineTranslation Adaptive machine translated content Declaration public const string AdaptiveMachineTranslation = \"amt\" Field Value Type Description System.String AutomatedAlignment The translated segment was created by an automated linguistic alignment of previously translated source and target content. Declaration public const string AutomatedAlignment = \"auto-aligned\" Field Value Type Description System.String AutomaticTranslation Adaptive machine translated content Declaration public const string AutomaticTranslation = \"automatic-translation\" Field Value Type Description System.String AutoPropagated The segment has been translated using AutoPropagation from internal matches. Declaration public const string AutoPropagated = \"auto-propagated\" Field Value Type Description System.String DocumentMatch Batch translation by applying a Context TM type tool like PerfectMatch(tm) Declaration public const string DocumentMatch = \"document-match\" Field Value Type Description System.String Interactive The segment has been manually adapted or translated from scratch. Declaration public const string Interactive = \"interactive\" Field Value Type Description System.String MachineTranslation Machine translated content Declaration public const string MachineTranslation = \"mt\" Field Value Type Description System.String NeuralMachineTranslation Adaptive machine translated content Declaration public const string NeuralMachineTranslation = \"nmt\" Field Value Type Description System.String NotTranslated The segment has not yet been translated. This is usually an empty segment. Declaration public const string NotTranslated = \"not-translated\" Field Value Type Description System.String ReverseAlignment The segment was updated by ReverseAlignment process. Declaration public const string ReverseAlignment = \"Retrofit\" Field Value Type Description System.String Source The segment has been translated by copying the source to the target. Declaration public const string Source = \"source\" Field Value Type Description System.String TranslationMemory Batch pre-translation using a fuzzy or 100% match Declaration public const string TranslationMemory = \"tm\" Field Value Type Description System.String Unknown The segment was translated by an unknown tool - usually from a third party provider. Declaration public const string Unknown = \"unknown\" Field Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultTranslationOriginPropertiesKeys.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultTranslationOriginPropertiesKeys.html", "title": "Class DefaultTranslationOriginPropertiesKeys", - "keywords": "Class DefaultTranslationOriginPropertiesKeys Keys used by some SDL components for storing published metadata in ITranslationOrigin . Inheritance object DefaultTranslationOriginPropertiesKeys Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class DefaultTranslationOriginPropertiesKeys Fields OriginalTranslationHash Hash value used to identify the original TM entry. Declaration public const string OriginalTranslationHash = \"SDL:OriginalTranslationHash\" Field Value Type Description string Remarks Used to determine whether the TM needs to be updated because of a change to the translation. ProjectTranslationHash Hash value used to identify the TM entry in project TMs. Declaration public const string ProjectTranslationHash = \"SDL:ProjectTranslationHash\" Field Value Type Description string Remarks Used to determine whether the TM needs to be updated because of a change to the translation." + "keywords": "Class DefaultTranslationOriginPropertiesKeys Keys used by some SDL components for storing published metadata in ITranslationOrigin . Inheritance System.Object DefaultTranslationOriginPropertiesKeys 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.FileTypeSupport.Framework.Core.Utilities.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class DefaultTranslationOriginPropertiesKeys Fields OriginalTranslationHash Hash value used to identify the original TM entry. Declaration public const string OriginalTranslationHash = \"SDL:OriginalTranslationHash\" Field Value Type Description System.String Remarks Used to determine whether the TM needs to be updated because of a change to the translation. ProjectTranslationHash Hash value used to identify the TM entry in project TMs. Declaration public const string ProjectTranslationHash = \"SDL:ProjectTranslationHash\" Field Value Type Description System.String Remarks Used to determine whether the TM needs to be updated because of a change to the translation." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.html", @@ -1772,57 +1472,57 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LengthTypes.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LengthTypes.html", "title": "Class LengthTypes", - "keywords": "Class LengthTypes Specifies the units that are used to provide length context information for the verification. Inheritance object LengthTypes Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class LengthTypes Fields Bytes Length context information is specified as number of bytes. Declaration public const string Bytes = \"bytes\" Field Value Type Description string Chars Length context information is specified as number of characters. Declaration public const string Chars = \"chars\" Field Value Type Description string" + "keywords": "Class LengthTypes Specifies the units that are used to provide length context information for the verification. Inheritance System.Object LengthTypes 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.FileTypeSupport.Framework.Core.Utilities.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class LengthTypes Fields Bytes Length context information is specified as number of bytes. Declaration public const string Bytes = \"bytes\" Field Value Type Description System.String Chars Length context information is specified as number of characters. Declaration public const string Chars = \"chars\" Field Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.html", "title": "Class LineNumberTracker", - "keywords": "Class LineNumberTracker Native content processor implementation that tracks line and offset number for content passed through the native API. Inheritance object AbstractNativeFileTypeComponent AbstractNativeExtractionGenerationContentProcessor LineNumberTracker Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter INativeExtractionContentProcessor INativeExtractionContentHandler INativeGenerationContentProcessor INativeGenerationContentHandler IAbstractNativeContentHandler INativeLocationTracker Inherited Members AbstractNativeExtractionGenerationContentProcessor.CustomInfo(ICustomInfoProperties) AbstractNativeExtractionGenerationContentProcessor.LocationMark(LocationMarkerId) AbstractNativeExtractionGenerationContentProcessor.ChangeContext(IContextProperties) AbstractNativeExtractionGenerationContentProcessor.LockedContentStart(ILockedContentProperties) AbstractNativeExtractionGenerationContentProcessor.LockedContentEnd() AbstractNativeExtractionGenerationContentProcessor.RevisionStart(IRevisionProperties) AbstractNativeExtractionGenerationContentProcessor.RevisionEnd() AbstractNativeExtractionGenerationContentProcessor.CommentStart(ICommentProperties) AbstractNativeExtractionGenerationContentProcessor.CommentEnd() AbstractNativeExtractionGenerationContentProcessor.ParagraphComments(ICommentProperties) AbstractNativeExtractionGenerationContentProcessor.ParagraphUnitStart(IParagraphUnitProperties) AbstractNativeExtractionGenerationContentProcessor.ParagraphUnitEnd() AbstractNativeExtractionGenerationContentProcessor.SegmentStart(ISegmentPairProperties) AbstractNativeExtractionGenerationContentProcessor.SegmentEnd() AbstractNativeExtractionGenerationContentProcessor.Output AbstractNativeExtractionGenerationContentProcessor.ExtractionOutput AbstractNativeExtractionGenerationContentProcessor.GenerationOutput AbstractNativeFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, LocationMarkerId, LocationMarkerId) AbstractNativeFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string) AbstractNativeFileTypeComponent.PropertiesFactory AbstractNativeFileTypeComponent.MessageReporter object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class LineNumberTracker : AbstractNativeExtractionGenerationContentProcessor, INativeFileTypeComponent, INativeContentStreamMessageReporter, IBasicMessageReporter, INativeExtractionContentProcessor, INativeExtractionContentHandler, INativeGenerationContentProcessor, INativeGenerationContentHandler, IAbstractNativeContentHandler, INativeLocationTracker Remarks This is intended to be used for components related to native text location message reporting, where line and offset numbers is the means of specifying a location for an error message. Both line and offset numbers are 1-based, i.e. the first line in a file is line 1, and the first character on a line is character offset 1. Line and offsets are calculated by looking at the text and tag properties passed through the content processor. Any text or tag content that contains a line break increments the current line number. The offset is reset to 1 after each line break and is incremented by 1 for each Unicode character after the line break. Text and tags inside locked content are counted too. The following is considered a line break character: a combination of CR+LF, a standalone LF, or a standalone CR. A CR+LF is counted as one single line break (CR = 0x0d, LF = 0x0a). The current line and offset numbers can be read from the Line and Offset properties. These properties can also be written to, which could be useful if the values need to be adjusted. Constructors LineNumberTracker() Declaration public LineNumberTracker() Properties LastCharacterWasCR If true , the last processed character was a CR (0x0d). This flag is used to determine whether an LF character (0x0a) should increment the line count or not, since CR + LF is counted as a single line break character. Declaration public bool LastCharacterWasCR { get; set; } Property Value Type Description bool Line 1-based value that expresses the number of characters that have passed through the tag and text content of this processor since the last line break. Declaration public int Line { get; set; } Property Value Type Description int LineBeforeIncrement Accessor to the field holding the value that is set to the current line number before it is incremented in the IncrementLineAndOffsetNumbers(string) implementation. Implementations that override that method without calling the base class may need to set this property. The value is used in the implementation of GetLocationBeforeCurrentContent() . Declaration protected int LineBeforeIncrement { get; set; } Property Value Type Description int Offset 1-based index that expresses the number of line break characters that have passed through the tag and text content of this processor. Declaration public int Offset { get; set; } Property Value Type Description int OffsetBeforeIncrement Accessor to the field holding the value that is set to the current offset number before it is incremented in the IncrementLineAndOffsetNumbers(string) implementation. Implementations that override that method without calling the base class may need to set this property. The value is used in the implementation of GetLocationBeforeCurrentContent() . Declaration protected int OffsetBeforeIncrement { get; set; } Property Value Type Description int Methods GetCurrentLocation() Returns a text location that corresponds to the current line and offset numbers. Declaration public NativeTextLocation GetCurrentLocation() Returns Type Description NativeTextLocation GetLocationAfterCurrentContent() Gets the current line and offset values, i.e. after the last increment. Declaration public NativeTextLocation GetLocationAfterCurrentContent() Returns Type Description NativeTextLocation GetLocationBeforeCurrentContent() Gets the line and offset values as they were before the last increment. Declaration public NativeTextLocation GetLocationBeforeCurrentContent() Returns Type Description NativeTextLocation IncrementLineAndOffsetNumbers(string) This method gets called for each text and tag content that is processed. The implementation parses text for CR and LF and updates the Line and Offset properties accordingly. Declaration protected virtual void IncrementLineAndOffsetNumbers(string text) Parameters Type Name Description string text The text or tag content to be processed InlineEndTag(IEndTagProperties) Counts line breaks and characters inside tags. Declaration public override void InlineEndTag(IEndTagProperties tagInfo) Parameters Type Name Description IEndTagProperties tagInfo Overrides AbstractNativeExtractionGenerationContentProcessor.InlineEndTag(IEndTagProperties) InlinePlaceholderTag(IPlaceholderTagProperties) Counts line breaks and characters inside tags. Declaration public override void InlinePlaceholderTag(IPlaceholderTagProperties tagInfo) Parameters Type Name Description IPlaceholderTagProperties tagInfo Overrides AbstractNativeExtractionGenerationContentProcessor.InlinePlaceholderTag(IPlaceholderTagProperties) InlineStartTag(IStartTagProperties) Counts line breaks and characters inside tags. Declaration public override void InlineStartTag(IStartTagProperties tagInfo) Parameters Type Name Description IStartTagProperties tagInfo Overrides AbstractNativeExtractionGenerationContentProcessor.InlineStartTag(IStartTagProperties) ParseText(string) Returns the number of lines and characters after the last line break in the text. Does not update any of the member variables. Declaration public virtual Pair ParseText(string text) Parameters Type Name Description string text Returns Type Description Pair int int StructureTag(IStructureTagProperties) Counts line breaks and characters inside structure tags. Declaration public override void StructureTag(IStructureTagProperties tagInfo) Parameters Type Name Description IStructureTagProperties tagInfo Overrides AbstractNativeExtractionGenerationContentProcessor.StructureTag(IStructureTagProperties) Text(ITextProperties) Counts line breaks and characters inside normal text. Declaration public override void Text(ITextProperties textInfo) Parameters Type Name Description ITextProperties textInfo Overrides AbstractNativeExtractionGenerationContentProcessor.Text(ITextProperties) Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter INativeExtractionContentProcessor INativeExtractionContentHandler INativeGenerationContentProcessor INativeGenerationContentHandler IAbstractNativeContentHandler INativeLocationTracker" + "keywords": "Class LineNumberTracker Native content processor implementation that tracks line and offset number for content passed through the native API. Inheritance System.Object AbstractNativeFileTypeComponent AbstractNativeExtractionGenerationContentProcessor LineNumberTracker Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter INativeExtractionContentProcessor INativeExtractionContentHandler INativeGenerationContentProcessor INativeGenerationContentHandler IAbstractNativeContentHandler INativeLocationTracker Inherited Members AbstractNativeExtractionGenerationContentProcessor.CustomInfo(ICustomInfoProperties) AbstractNativeExtractionGenerationContentProcessor.LocationMark(LocationMarkerId) AbstractNativeExtractionGenerationContentProcessor.ChangeContext(IContextProperties) AbstractNativeExtractionGenerationContentProcessor.LockedContentStart(ILockedContentProperties) AbstractNativeExtractionGenerationContentProcessor.LockedContentEnd() AbstractNativeExtractionGenerationContentProcessor.RevisionStart(IRevisionProperties) AbstractNativeExtractionGenerationContentProcessor.RevisionEnd() AbstractNativeExtractionGenerationContentProcessor.CommentStart(ICommentProperties) AbstractNativeExtractionGenerationContentProcessor.CommentEnd() AbstractNativeExtractionGenerationContentProcessor.ParagraphComments(ICommentProperties) AbstractNativeExtractionGenerationContentProcessor.ParagraphUnitStart(IParagraphUnitProperties) AbstractNativeExtractionGenerationContentProcessor.ParagraphUnitEnd() AbstractNativeExtractionGenerationContentProcessor.SegmentStart(ISegmentPairProperties) AbstractNativeExtractionGenerationContentProcessor.SegmentEnd() AbstractNativeExtractionGenerationContentProcessor.Output AbstractNativeExtractionGenerationContentProcessor.ExtractionOutput AbstractNativeExtractionGenerationContentProcessor.GenerationOutput AbstractNativeExtractionGenerationContentProcessor.INativeExtractionContentProcessor.Output AbstractNativeExtractionGenerationContentProcessor.INativeGenerationContentProcessor.Output AbstractNativeFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId) AbstractNativeFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String) AbstractNativeFileTypeComponent.PropertiesFactory AbstractNativeFileTypeComponent.MessageReporter 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.FileTypeSupport.Framework.Core.Utilities.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class LineNumberTracker : AbstractNativeExtractionGenerationContentProcessor, INativeFileTypeComponent, INativeContentStreamMessageReporter, IBasicMessageReporter, INativeExtractionContentProcessor, INativeExtractionContentHandler, INativeGenerationContentProcessor, INativeGenerationContentHandler, IAbstractNativeContentHandler, INativeLocationTracker Remarks This is intended to be used for components related to native text location message reporting, where line and offset numbers is the means of specifying a location for an error message. Both line and offset numbers are 1-based, i.e. the first line in a file is line 1, and the first character on a line is character offset 1. Line and offsets are calculated by looking at the text and tag properties passed through the content processor. Any text or tag content that contains a line break increments the current line number. The offset is reset to 1 after each line break and is incremented by 1 for each Unicode character after the line break. Text and tags inside locked content are counted too. The following is considered a line break character: a combination of CR+LF, a standalone LF, or a standalone CR. A CR+LF is counted as one single line break (CR = 0x0d, LF = 0x0a). The current line and offset numbers can be read from the Line and Offset properties. These properties can also be written to, which could be useful if the values need to be adjusted. Constructors LineNumberTracker() Declaration public LineNumberTracker() Properties LastCharacterWasCR If true , the last processed character was a CR (0x0d). This flag is used to determine whether an LF character (0x0a) should increment the line count or not, since CR + LF is counted as a single line break character. Declaration public bool LastCharacterWasCR { get; set; } Property Value Type Description System.Boolean Line 1-based value that expresses the number of characters that have passed through the tag and text content of this processor since the last line break. Declaration public int Line { get; set; } Property Value Type Description System.Int32 LineBeforeIncrement Accessor to the field holding the value that is set to the current line number before it is incremented in the IncrementLineAndOffsetNumbers(String) implementation. Implementations that override that method without calling the base class may need to set this property. The value is used in the implementation of GetLocationBeforeCurrentContent() . Declaration protected int LineBeforeIncrement { get; set; } Property Value Type Description System.Int32 Offset 1-based index that expresses the number of line break characters that have passed through the tag and text content of this processor. Declaration public int Offset { get; set; } Property Value Type Description System.Int32 OffsetBeforeIncrement Accessor to the field holding the value that is set to the current offset number before it is incremented in the IncrementLineAndOffsetNumbers(String) implementation. Implementations that override that method without calling the base class may need to set this property. The value is used in the implementation of GetLocationBeforeCurrentContent() . Declaration protected int OffsetBeforeIncrement { get; set; } Property Value Type Description System.Int32 Methods GetCurrentLocation() Returns a text location that corresponds to the current line and offset numbers. Declaration public NativeTextLocation GetCurrentLocation() Returns Type Description NativeTextLocation GetLocationAfterCurrentContent() Gets the current line and offset values, i.e. after the last increment. Declaration public NativeTextLocation GetLocationAfterCurrentContent() Returns Type Description NativeTextLocation GetLocationBeforeCurrentContent() Gets the line and offset values as they were before the last increment. Declaration public NativeTextLocation GetLocationBeforeCurrentContent() Returns Type Description NativeTextLocation IncrementLineAndOffsetNumbers(String) This method gets called for each text and tag content that is processed. The implementation parses text for CR and LF and updates the Line and Offset properties accordingly. Declaration protected virtual void IncrementLineAndOffsetNumbers(string text) Parameters Type Name Description System.String text The text or tag content to be processed InlineEndTag(IEndTagProperties) Counts line breaks and characters inside tags. Declaration public override void InlineEndTag(IEndTagProperties tagInfo) Parameters Type Name Description IEndTagProperties tagInfo Overrides AbstractNativeExtractionGenerationContentProcessor.InlineEndTag(IEndTagProperties) InlinePlaceholderTag(IPlaceholderTagProperties) Counts line breaks and characters inside tags. Declaration public override void InlinePlaceholderTag(IPlaceholderTagProperties tagInfo) Parameters Type Name Description IPlaceholderTagProperties tagInfo Overrides AbstractNativeExtractionGenerationContentProcessor.InlinePlaceholderTag(IPlaceholderTagProperties) InlineStartTag(IStartTagProperties) Counts line breaks and characters inside tags. Declaration public override void InlineStartTag(IStartTagProperties tagInfo) Parameters Type Name Description IStartTagProperties tagInfo Overrides AbstractNativeExtractionGenerationContentProcessor.InlineStartTag(IStartTagProperties) ParseText(String) Returns the number of lines and characters after the last line break in the text. Does not update any of the member variables. Declaration public virtual Pair ParseText(string text) Parameters Type Name Description System.String text Returns Type Description Pair < System.Int32 , System.Int32 > StructureTag(IStructureTagProperties) Counts line breaks and characters inside structure tags. Declaration public override void StructureTag(IStructureTagProperties tagInfo) Parameters Type Name Description IStructureTagProperties tagInfo Overrides AbstractNativeExtractionGenerationContentProcessor.StructureTag(IStructureTagProperties) Text(ITextProperties) Counts line breaks and characters inside normal text. Declaration public override void Text(ITextProperties textInfo) Parameters Type Name Description ITextProperties textInfo Overrides AbstractNativeExtractionGenerationContentProcessor.Text(ITextProperties) Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter INativeExtractionContentProcessor INativeExtractionContentHandler INativeGenerationContentProcessor INativeGenerationContentHandler IAbstractNativeContentHandler INativeLocationTracker" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.MetaDataTypes.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.MetaDataTypes.html", "title": "Class MetaDataTypes", - "keywords": "Class MetaDataTypes Specifies the key values for the different metadata that should be associated with a length context. Inheritance object MetaDataTypes Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class MetaDataTypes Fields LengthType MetaData category for the type of length verification (e.g. Chars, bytes) Declaration public const string LengthType = \"length_type\" Field Value Type Description string MaxValue MetaData category for specifying the max length of text Declaration public const string MaxValue = \"length_max_value\" Field Value Type Description string MinValue MetaData category for specifying the min length of text Declaration public const string MinValue = \"length_min_value\" Field Value Type Description string Severity MetaData category for specifying the severity of breaking the length restriction (e.g. error or warning) Declaration public const string Severity = \"length_severity\" Field Value Type Description string" + "keywords": "Class MetaDataTypes Specifies the key values for the different metadata that should be associated with a length context. Inheritance System.Object MetaDataTypes 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.FileTypeSupport.Framework.Core.Utilities.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class MetaDataTypes Fields LengthType MetaData category for the type of length verification (e.g. Chars, bytes) Declaration public const string LengthType = \"length_type\" Field Value Type Description System.String MaxValue MetaData category for specifying the max length of text Declaration public const string MaxValue = \"length_max_value\" Field Value Type Description System.String MinValue MetaData category for specifying the min length of text Declaration public const string MinValue = \"length_min_value\" Field Value Type Description System.String Severity MetaData category for specifying the severity of breaking the length restriction (e.g. error or warning) Declaration public const string Severity = \"length_severity\" Field Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.html", "title": "Class RegExFilePostTweaker", - "keywords": "Class RegExFilePostTweaker An implementation of a File Post Tweaker that uses RegEx matches and replaces values to specify the processing action that should be performed on a file. Inheritance object AbstractFilePostTweaker RegExFilePostTweaker Implements IFilePostTweaker IFileTweaker Inherited Members AbstractFilePostTweaker.TweakFilePostWriting(INativeOutputFileProperties) AbstractFilePostTweaker.RequireValidEncoding AbstractFilePostTweaker.Name AbstractFilePostTweaker.MessageReporter AbstractFilePostTweaker.Enabled object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class RegExFilePostTweaker : AbstractFilePostTweaker, IFilePostTweaker, IFileTweaker Constructors RegExFilePostTweaker() Default constructor. If the object is created with this constructor, then ReplaceInfo should be set. Declaration public RegExFilePostTweaker() RegExFilePostTweaker(List, List) Constructor that takes two ordered lists of strings that contain the match and replace values to apply to the file. The first item in the list of matches will be replaced by the first item in the list of replacements, and so on. Declaration public RegExFilePostTweaker(List regExMatchList, List regExReplaceList) Parameters Type Name Description List string regExMatchList The list of strings that will be matched. This can use the full .NET RegEx syntax. List string regExReplaceList The list of strings that will replace any matches. This can use the full .NET RegEx syntax, and - as such - can incorporate parts of the matched string. RegExFilePostTweaker(string, string) Simple constructor that can be used when there is only a single match/replace to be performed on the native file. Declaration public RegExFilePostTweaker(string regExMatch, string regExReplace) Parameters Type Name Description string regExMatch The string that will be matched. This can use the full .NET RegEx syntax. string regExReplace The string that will replace any matches. This can use the full .NET RegEx syntax, and - as such - can incorporate parts of the matched string. Properties ReplaceInfo The list of RegEx match and replace values. These values will be used during either the Tweak or UnTweak processes depending on whether the FileTweaker is added to the Extractor or to the Generator. Declaration public List> ReplaceInfo { get; set; } Property Value Type Description List Pair string string Methods Tweak(INativeOutputFileProperties) VisitListElement that is overridden to provide an implementations of the Tweaking Declaration protected override void Tweak(INativeOutputFileProperties outputFileProperties) Parameters Type Name Description INativeOutputFileProperties outputFileProperties The properties object that contains information about the file that has been generated Overrides AbstractFilePostTweaker.Tweak(INativeOutputFileProperties) Implements IFilePostTweaker IFileTweaker" + "keywords": "Class RegExFilePostTweaker An implementation of a File Post Tweaker that uses RegEx matches and replaces values to specify the processing action that should be performed on a file. Inheritance System.Object AbstractFilePostTweaker RegExFilePostTweaker Implements IFilePostTweaker IFileTweaker Inherited Members AbstractFilePostTweaker.TweakFilePostWriting(INativeOutputFileProperties) AbstractFilePostTweaker.RequireValidEncoding AbstractFilePostTweaker.Name AbstractFilePostTweaker.MessageReporter AbstractFilePostTweaker.Enabled 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.FileTypeSupport.Framework.Core.Utilities.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class RegExFilePostTweaker : AbstractFilePostTweaker, IFilePostTweaker, IFileTweaker Constructors RegExFilePostTweaker() Default constructor. If the object is created with this constructor, then ReplaceInfo should be set. Declaration public RegExFilePostTweaker() RegExFilePostTweaker(List, List) Constructor that takes two ordered lists of strings that contain the match and replace values to apply to the file. The first item in the list of matches will be replaced by the first item in the list of replacements, and so on. Declaration public RegExFilePostTweaker(List regExMatchList, List regExReplaceList) Parameters Type Name Description System.Collections.Generic.List < System.String > regExMatchList The list of strings that will be matched. This can use the full .NET RegEx syntax. System.Collections.Generic.List < System.String > regExReplaceList The list of strings that will replace any matches. This can use the full .NET RegEx syntax, and - as such - can incorporate parts of the matched string. RegExFilePostTweaker(String, String) Simple constructor that can be used when there is only a single match/replace to be performed on the native file. Declaration public RegExFilePostTweaker(string regExMatch, string regExReplace) Parameters Type Name Description System.String regExMatch The string that will be matched. This can use the full .NET RegEx syntax. System.String regExReplace The string that will replace any matches. This can use the full .NET RegEx syntax, and - as such - can incorporate parts of the matched string. Properties ReplaceInfo The list of RegEx match and replace values. These values will be used during either the Tweak or UnTweak processes depending on whether the FileTweaker is added to the Extractor or to the Generator. Declaration public List> ReplaceInfo { get; set; } Property Value Type Description System.Collections.Generic.List < Pair < System.String , System.String >> Methods Tweak(INativeOutputFileProperties) VisitListElement that is overridden to provide an implementations of the Tweaking Declaration protected override void Tweak(INativeOutputFileProperties outputFileProperties) Parameters Type Name Description INativeOutputFileProperties outputFileProperties The properties object that contains information about the file that has been generated Overrides AbstractFilePostTweaker.Tweak(INativeOutputFileProperties) Implements IFilePostTweaker IFileTweaker" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.html", "title": "Class RegExFilePreTweaker", - "keywords": "Class RegExFilePreTweaker An implementation of a FileTweaker that can be used by filters to perform the simple task of replacing text in a native file. Inheritance object AbstractFilePreTweaker RegExFilePreTweaker Implements IFilePreTweaker IFileTweaker Inherited Members AbstractFilePreTweaker.TweakFilePreParsing(IPersistentFileConversionProperties, IPropertiesFactory) AbstractFilePreTweaker.RequireValidEncoding AbstractFilePreTweaker.Name AbstractFilePreTweaker.MessageReporter AbstractFilePreTweaker.Enabled object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class RegExFilePreTweaker : AbstractFilePreTweaker, IFilePreTweaker, IFileTweaker Examples Normally, this class would be derived from to create a specific implementation for a particular file type. E.g.: public class XmlFilePreTweaker : RegExFilePreTweaker { public XmlFilePreTweaker() { List> replaceInfo = new List>(); replaceInfo.Add(new Pair(\"<\", \"\")); replaceInfo.Add(new Pair(\">\", \"\")); replaceInfo.Add(new Pair(\""\", \"\")); replaceInfo.Add(new Pair(\"'\", \"\")); replaceInfo.Add(new Pair(\"&\", \"\")); base.ReplaceInfo = replaceInfo; } } Constructors RegExFilePreTweaker() Default constructor. If the object is created with this constructor, then ReplaceInfo should be set. Declaration public RegExFilePreTweaker() RegExFilePreTweaker(List, List) Constructor that takes two ordered lists of strings that contain the match and replace values to apply to the file. The first item in the list of matches will be replace by the first item in the list of replacements, and so on. Declaration public RegExFilePreTweaker(List regExMatchList, List regExReplaceList) Parameters Type Name Description List string regExMatchList The list of strings that will be matched. This can use the full .NET RegEx syntax. List string regExReplaceList The list of strings that will replace any matches. This can use the full .NET RegEx syntax, and - as such - can incorporate parts of the matched string. RegExFilePreTweaker(string, string) Simple constructor that can be used when there is only a single match/replace to be performed on the native file. Declaration public RegExFilePreTweaker(string regExMatch, string regExReplace) Parameters Type Name Description string regExMatch The string that will be matched. This can use the full .NET RegEx syntax. string regExReplace The string that will replace any matches. This can use the full .NET RegEx syntax, and - as such - can incorporate parts of the matched string. Properties ReplaceInfo The list of RegEx match and replace values. These values will be used during either the Tweak or UnTweak processes depending on whether the FileTweaker is added to the Extractor or to the Generator Declaration public List> ReplaceInfo { get; set; } Property Value Type Description List Pair string string Methods Tweak(IPersistentFileConversionProperties) The implementation of the Tweak method from the AbstractFilePreTweaker base class. Declaration protected override void Tweak(IPersistentFileConversionProperties properties) Parameters Type Name Description IPersistentFileConversionProperties properties The properties object that contains information on the file that will be parsed Overrides AbstractFilePreTweaker.Tweak(IPersistentFileConversionProperties) WillFileBeTweaked(string) The implementation of the WillFileBeTweaked method from the AbstractFilePreTweaker base class. Declaration protected override bool WillFileBeTweaked(string filePath) Parameters Type Name Description string filePath The path to the file Returns Type Description bool Whether the file matches any of the supplied regexs Overrides AbstractFilePreTweaker.WillFileBeTweaked(string) Implements IFilePreTweaker IFileTweaker" + "keywords": "Class RegExFilePreTweaker An implementation of a FileTweaker that can be used by filters to perform the simple task of replacing text in a native file. Inheritance System.Object AbstractFilePreTweaker RegExFilePreTweaker Implements IFilePreTweaker IFileTweaker Inherited Members AbstractFilePreTweaker.TweakFilePreParsing(IPersistentFileConversionProperties, IPropertiesFactory) AbstractFilePreTweaker.RequireValidEncoding AbstractFilePreTweaker.Name AbstractFilePreTweaker.MessageReporter AbstractFilePreTweaker.Enabled 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.FileTypeSupport.Framework.Core.Utilities.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class RegExFilePreTweaker : AbstractFilePreTweaker, IFilePreTweaker, IFileTweaker Examples Normally, this class would be derived from to create a specific implementation for a particular file type. E.g.: public class XmlFilePreTweaker : RegExFilePreTweaker { public XmlFilePreTweaker() { List> replaceInfo = new List>(); replaceInfo.Add(new Pair(\"<\", \"\")); replaceInfo.Add(new Pair(\">\", \"\")); replaceInfo.Add(new Pair(\""\", \"\")); replaceInfo.Add(new Pair(\"'\", \"\")); replaceInfo.Add(new Pair(\"&\", \"\")); base.ReplaceInfo = replaceInfo; } } Constructors RegExFilePreTweaker() Default constructor. If the object is created with this constructor, then ReplaceInfo should be set. Declaration public RegExFilePreTweaker() RegExFilePreTweaker(List, List) Constructor that takes two ordered lists of strings that contain the match and replace values to apply to the file. The first item in the list of matches will be replace by the first item in the list of replacements, and so on. Declaration public RegExFilePreTweaker(List regExMatchList, List regExReplaceList) Parameters Type Name Description System.Collections.Generic.List < System.String > regExMatchList The list of strings that will be matched. This can use the full .NET RegEx syntax. System.Collections.Generic.List < System.String > regExReplaceList The list of strings that will replace any matches. This can use the full .NET RegEx syntax, and - as such - can incorporate parts of the matched string. RegExFilePreTweaker(String, String) Simple constructor that can be used when there is only a single match/replace to be performed on the native file. Declaration public RegExFilePreTweaker(string regExMatch, string regExReplace) Parameters Type Name Description System.String regExMatch The string that will be matched. This can use the full .NET RegEx syntax. System.String regExReplace The string that will replace any matches. This can use the full .NET RegEx syntax, and - as such - can incorporate parts of the matched string. Properties ReplaceInfo The list of RegEx match and replace values. These values will be used during either the Tweak or UnTweak processes depending on whether the FileTweaker is added to the Extractor or to the Generator Declaration public List> ReplaceInfo { get; set; } Property Value Type Description System.Collections.Generic.List < Pair < System.String , System.String >> Methods Tweak(IPersistentFileConversionProperties) The implementation of the Tweak method from the AbstractFilePreTweaker base class. Declaration protected override void Tweak(IPersistentFileConversionProperties properties) Parameters Type Name Description IPersistentFileConversionProperties properties The properties object that contains information on the file that will be parsed Overrides AbstractFilePreTweaker.Tweak(IPersistentFileConversionProperties) WillFileBeTweaked(String) The implementation of the WillFileBeTweaked method from the AbstractFilePreTweaker base class. Declaration protected override bool WillFileBeTweaked(string filePath) Parameters Type Name Description System.String filePath The path to the file Returns Type Description System.Boolean Whether the file matches any of the supplied regexs Overrides AbstractFilePreTweaker.WillFileBeTweaked(String) Implements IFilePreTweaker IFileTweaker" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.SeverityTypes.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.SeverityTypes.html", "title": "Class SeverityTypes", - "keywords": "Class SeverityTypes Specifies the severity of not complying with the restrictions contained in the length context. Inheritance object SeverityTypes Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class SeverityTypes Fields Error Text that does not comply with the length restriction will cause a definite, hard error in the target file. Declaration public const string Error = \"Error\" Field Value Type Description string Warning Text that does not comply with the length restriction may cause a problem. Declaration public const string Warning = \"Warning\" Field Value Type Description string" + "keywords": "Class SeverityTypes Specifies the severity of not complying with the restrictions contained in the length context. Inheritance System.Object SeverityTypes 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.FileTypeSupport.Framework.Core.Utilities.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class SeverityTypes Fields Error Text that does not comply with the length restriction will cause a definite, hard error in the target file. Declaration public const string Error = \"Error\" Field Value Type Description System.String Warning Text that does not comply with the length restriction may cause a problem. Declaration public const string Warning = \"Warning\" Field Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.html", "title": "Class StandardContextTypes.ContextData", - "keywords": "Class StandardContextTypes.ContextData Manages additional properties for context information. Inheritance object StandardContextTypes.ContextData Implements ICloneable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class StandardContextTypes.ContextData : ICloneable Constructors ContextData(ContextData) Copy constructor for cloning Declaration public ContextData(StandardContextTypes.ContextData other) Parameters Type Name Description StandardContextTypes ContextData other ContextData(string, string, string, Color) Constructor that creates all default properties for additional context properties. Declaration public ContextData(string name, string code, string description, Color color) Parameters Type Name Description string name The localised display name for the context string code The localised display code for the context string description The localised description of the context Color color The display color associated with the context Properties Code The localised display code of the context Declaration public string Code { get; set; } Property Value Type Description string Color Display color to associate with this context Declaration public Color Color { get; set; } Property Value Type Description Color Description The localised description of the context Declaration public string Description { get; set; } Property Value Type Description string Name The localised display name of the context Declaration public string Name { get; set; } Property Value Type Description string Methods Clone() ICloneable implementation Declaration public object Clone() Returns Type Description object Implements ICloneable" + "keywords": "Class StandardContextTypes.ContextData Manages additional properties for context information. Inheritance System.Object StandardContextTypes.ContextData Implements System.ICloneable 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.FileTypeSupport.Framework.Core.Utilities.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class ContextData : ICloneable Constructors ContextData(StandardContextTypes.ContextData) Copy constructor for cloning Declaration public ContextData(StandardContextTypes.ContextData other) Parameters Type Name Description StandardContextTypes.ContextData other ContextData(String, String, String, Color) Constructor that creates all default properties for additional context properties. Declaration public ContextData(string name, string code, string description, Color color) Parameters Type Name Description System.String name The localised display name for the context System.String code The localised display code for the context System.String description The localised description of the context System.Drawing.Color color The display color associated with the context Properties Code The localised display code of the context Declaration public string Code { get; set; } Property Value Type Description System.String Color Display color to associate with this context Declaration public Color Color { get; set; } Property Value Type Description System.Drawing.Color Description The localised description of the context Declaration public string Description { get; set; } Property Value Type Description System.String Name The localised display name of the context Declaration public string Name { get; set; } Property Value Type Description System.String Methods Clone() ICloneable implementation Declaration public object Clone() Returns Type Description System.Object Implements System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.html", "title": "Class StandardContextTypes", - "keywords": "Class StandardContextTypes Pre-defined string constants to be used as standard context names for non-TM matching contexts. For TM match contexts, use the values in TMMatchContextTypes . Inheritance object StandardContextTypes Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class StandardContextTypes Remarks The standard context IDs are prefixed with \"sdl:\" to ensure that they do not unintentionally clash with other context IDs. Fields Address An address InDesign HTML Declaration public const string Address = \"sdl:address\" Field Value Type Description string AddressBlock An address block Word Declaration public const string AddressBlock = \"sdl:address-block\" Field Value Type Description string Advance An advance Word Declaration public const string Advance = \"sdl:advance\" Field Value Type Description string AskCommand An ask command Word Declaration public const string AskCommand = \"sdl:ask-command\" Field Value Type Description string AutoShape An autoshape PowerPoint Declaration public const string AutoShape = \"sdl:autoshape\" Field Value Type Description string AutoText Auto text Word Declaration public const string AutoText = \"sdl:autotext\" Field Value Type Description string AutoTextList An auto text list Word Declaration public const string AutoTextList = \"sdl:autotextlist\" Field Value Type Description string BIDIOutline A BIDI outline Word Declaration public const string BIDIOutline = \"sdl:bidi-outline\" Field Value Type Description string BarCode A bar code Word Declaration public const string BarCode = \"sdl:bar-code\" Field Value Type Description string BlockQuote A block of quoted text Declaration public const string BlockQuote = \"sdl:block-quote\" Field Value Type Description string Body The document body Declaration public const string Body = \"sdl:body\" Field Value Type Description string BookmarkName The translatable name of a bookmark Declaration public const string BookmarkName = \"sdl:bookmark-name\" Field Value Type Description string BookmarkReference A reference to a bookmark Word Declaration public const string BookmarkReference = \"sdl:bookmark-reference\" Field Value Type Description string Button An application button RC Declaration public const string Button = \"sdl:button\" Field Value Type Description string CData CDATA section in an XML/HTML/SGML file. Declaration public const string CData = \"sdl:cdata\" Field Value Type Description string Callout Content is in an image callout. Declaration public const string Callout = \"sdl:callout\" Field Value Type Description string Caption A screen caption RC Declaration public const string Caption = \"sdl:caption\" Field Value Type Description string Cell A cell in a document. Different from a table cell, because it does not appear as a child in a table. Excel Declaration public const string Cell = \"sdl:cell\" Field Value Type Description string ChartShape A chart in a document /// Excel Declaration public const string ChartShape = \"sdl:chartshape\" Field Value Type Description string ChartSheet A document chart sheet Excel Declaration public const string ChartSheet = \"sdl:chartsheet\" Field Value Type Description string CheckBox A check box RC Declaration public const string CheckBox = \"sdl:checkbox\" Field Value Type Description string Cite A block of cited text Declaration public const string Cite = \"sdl:cite\" Field Value Type Description string Code Text representing computer code Declaration public const string Code = \"sdl:code\" Field Value Type Description string ComboBox A multiple combination box RC Declaration public const string ComboBox = \"sdl:combobox\" Field Value Type Description string Comment A comment in the document Declaration public const string Comment = \"sdl:comment\" Field Value Type Description string CompareTwoValues Compare two values Word Declaration public const string CompareTwoValues = \"sdl:compare-two-values\" Field Value Type Description string ContentFlow A section of content flow in a document InDesign Declaration public const string ContentFlow = \"sdl:content-flow\" Field Value Type Description string Copyright The copyright string RC Declaration public const string Copyright = \"sdl:copyright\" Field Value Type Description string CreateIndex Create index Word Declaration public const string CreateIndex = \"sdl:create-index\" Field Value Type Description string CreateTableOfAuthorities A table of authorities Word Declaration public const string CreateTableOfAuthorities = \"sdl:create-table-of-authorities\" Field Value Type Description string CreateTableOfContents A table of contents Word Declaration public const string CreateTableOfContents = \"sdl:create-table-of-contents\" Field Value Type Description string CrossReferenceContent Cross-reference content InDesign Declaration public const string CrossReferenceContent = \"sdl:x-ref-content\" Field Value Type Description string DDEAutomaticReference A DDE automatic reference Word Declaration public const string DDEAutomaticReference = \"sdl:dde-automatic-reference\" Field Value Type Description string DDEReference A DDE reference Word Declaration public const string DDEReference = \"sdl:dde-reference\" Field Value Type Description string DataCommand A data command Word Declaration public const string DataCommand = \"sdl:data-command\" Field Value Type Description string Dialog An application dialog box RC Declaration public const string Dialog = \"sdl:dialog\" Field Value Type Description string Dialogs A collection of dialog boxes RC Declaration public const string Dialogs = \"sdl:dialogs\" Field Value Type Description string DisplayContent Display content Word Declaration public const string DisplayContent = \"sdl:display-content\" Field Value Type Description string DocumentLink A link to another document InDesign Declaration public const string DocumentLink = \"sdl:documentLink\" Field Value Type Description string DocumentProperty A document property Word Declaration public const string DocumentProperty = \"sdl:document-property\" Field Value Type Description string DocumentReference A document reference Word Declaration public const string DocumentReference = \"sdl:document-reference\" Field Value Type Description string DocumentVariable A document variable Word Declaration public const string DocumentVariable = \"sdl:document-variable\" Field Value Type Description string Element Xml/HTML/SGML Element Declaration public const string Element = \"sdl:element\" Field Value Type Description string EmbeddedObject An embedded object Word Declaration public const string EmbeddedObject = \"sdl:embedded-object\" Field Value Type Description string EndNote An end note in a document Word Declaration public const string EndNote = \"sdl:endnote\" Field Value Type Description string EvaluateExpression Evaluate expression Word Declaration public const string EvaluateExpression = \"sdl:evaluate-expression\" Field Value Type Description string ExternalLink A link to an external reference InDesign Declaration public const string ExternalLink = \"sdl:external-link\" Field Value Type Description string Field Content is in a document field or placeholder. Declaration public const string Field = \"sdl:field\" Field Value Type Description string FileSize File size Word Declaration public const string FileSize = \"sdl:file-size\" Field Value Type Description string FillInCommandToDisplayPrompt A fill-in command to display a prompt Word Declaration public const string FillInCommandToDisplayPrompt = \"sdl:fill-in-command-to-display-prompt\" Field Value Type Description string Footnote Text in a footnote. Declaration public const string Footnote = \"sdl:footnote\" Field Value Type Description string FootnoteReference A footnote reference Word Declaration public const string FootnoteReference = \"sdl:footnote-reference\" Field Value Type Description string Form A form on the document Declaration public const string Form = \"sdl:form\" Field Value Type Description string FormCheckBox A form check box Word Declaration public const string FormCheckBox = \"sdl:form-check-box\" Field Value Type Description string FormListBox A form list box Word Declaration public const string FormListBox = \"sdl:form-list-box\" Field Value Type Description string FormTextBox A form text box Word Declaration public const string FormTextBox = \"sdl:form-text-box\" Field Value Type Description string FormulaDefinition A formula definition Word Declaration public const string FormulaDefinition = \"sdl:formula-definition\" Field Value Type Description string Frame A document frame HTML Declaration public const string Frame = \"sdl:frame\" Field Value Type Description string GotoButton A go to button Word Declaration public const string GotoButton = \"sdl:goto-button\" Field Value Type Description string GreetingsLine A greetings line Word Declaration public const string GreetingsLine = \"sdl:greetings-line\" Field Value Type Description string Group A group of items in a document PowerPoint Word Excel InDesign Declaration public const string Group = \"sdl:group\" Field Value Type Description string GroupBox A group box RC Declaration public const string GroupBox = \"sdl:groupbox\" Field Value Type Description string HTMLControl An HTML control Word Declaration public const string HTMLControl = \"sdl:html-control\" Field Value Type Description string Hyperlink The text contained in a hyperlink Declaration public const string Hyperlink = \"sdl:hyperlink\" Field Value Type Description string HyperlinkDestination The target destination of a hyperlink InDesign Declaration public const string HyperlinkDestination = \"sdl:hyperlink-destination\" Field Value Type Description string ID Context used for tag reference IDs Declaration public const string ID = \"sdl:id\" Field Value Type Description string IfCommand An if command Word Declaration public const string IfCommand = \"sdl:if-command\" Field Value Type Description string IncludeCommand An include command Word Declaration public const string IncludeCommand = \"sdl:include-command\" Field Value Type Description string IncludePicture Include picture Word Declaration public const string IncludePicture = \"sdl:include-picture\" Field Value Type Description string IncludeText Include text Word Declaration public const string IncludeText = \"sdl:include-text\" Field Value Type Description string IndexTopics Topics in an index InDesign Declaration public const string IndexTopics = \"sdl:index-topics\" Field Value Type Description string Input Document input HTML Declaration public const string Input = \"sdl:input\" Field Value Type Description string InsertAutoNumberingFieldInArabicNumberlFormat Insert auto numbering field in Arabic number format Word Declaration public const string InsertAutoNumberingFieldInArabicNumberlFormat = \"sdl:insert-auto-numbering-field-in-arabic-number-format\" Field Value Type Description string InsertAutoNumberingFieldInLegalFormat Insert auto numbering field in legal format Word Declaration public const string InsertAutoNumberingFieldInLegalFormat = \"sdl:insert-auto-numbering-field-in-legal-format\" Field Value Type Description string InsertAutoNumberingFieldInOutlineFormat Insert auto numbering field in outline format Word Declaration public const string InsertAutoNumberingFieldInOutlineFormat = \"sdl:insert-auto-numbering-field-in-outline-format\" Field Value Type Description string InsertDatabase AInsert database Word Declaration public const string InsertDatabase = \"sdl:insert-database\" Field Value Type Description string InsertLiteralText Insert literal text Word Declaration public const string InsertLiteralText = \"sdl:insert-literal-text\" Field Value Type Description string InsertsGlossaryEntry Inserts glossary entry Word Declaration public const string InsertsGlossaryEntry = \"sdl:inserts-glossary-entry\" Field Value Type Description string InsertsNumberOfCurrentPrintMergeRecord Inserts the number of the current print merge record Word Declaration public const string InsertsNumberOfCurrentPrintMergeRecord = \"sdl:inserts-number-of-current-print-merge-record\" Field Value Type Description string InvertedExclamationMarks Inverted exclamation marks Word Declaration public const string InvertedExclamationMarks = \"sdl:inverted-exclamation-marks\" Field Value Type Description string Item An application item RC Declaration public const string Item = \"sdl:item\" Field Value Type Description string Items A group of items RC Declaration public const string Items = \"sdl:items\" Field Value Type Description string KeywordList List of keywords, e.g. an index entry The context meta data should indicate the type of keywords (e.g. index entry). Declaration public const string KeywordList = \"sdl:keywords\" Field Value Type Description string Link A link Word Declaration public const string Link = \"sdl:link\" Field Value Type Description string ListBox A list box RC Declaration public const string ListBox = \"sdl:listbox\" Field Value Type Description string ListElement A list element Word Declaration public const string ListElement = \"sdl:list-element\" Field Value Type Description string META_DATA_GENERIC MetaData key for additional data on a context that is not specific to any use (possibly for user information only) Declaration public const string META_DATA_GENERIC = \"generic\" Field Value Type Description string META_DATA_LEVEL MetaData key for additional data on the level on which a context is within the context group that it belongs to (example: Header 1) Declaration public const string META_DATA_LEVEL = \"level\" Field Value Type Description string Macro A macro Word Declaration public const string Macro = \"sdl:macro\" Field Value Type Description string MacroButton A macro button Word Declaration public const string MacroButton = \"sdl:macro-button\" Field Value Type Description string MarkTableOfAuthoritiesEntry A marked table of authorities Word Declaration public const string MarkTableOfAuthoritiesEntry = \"sdl:mark-table-of-authorities-entry\" Field Value Type Description string MasterPage Content is on a master page. Declaration public const string MasterPage = \"sdl:masterpage\" Field Value Type Description string MasterSpread The master spread of a document InDesign Declaration public const string MasterSpread = \"sdl:master-spread\" Field Value Type Description string Menu A menu item RC Declaration public const string Menu = \"sdl:menu\" Field Value Type Description string Menus A group of menu items RC Declaration public const string Menus = \"sdl:menus\" Field Value Type Description string MergeFields Merge fields Word Declaration public const string MergeFields = \"sdl:merge-fields\" Field Value Type Description string MergeRecordSequenceNumber Merge record sequence number Word Declaration public const string MergeRecordSequenceNumber = \"sdl:merge-record-sequence-number\" Field Value Type Description string Meta Metadata information for the document Declaration public const string Meta = \"sdl:meta\" Field Value Type Description string NextCommand A next command Word Declaration public const string NextCommand = \"sdl:next-command\" Field Value Type Description string NextIfCommand A next-if command Word Declaration public const string NextIfCommand = \"sdl:nextif-command\" Field Value Type Description string NoFrames Content displayed when frames are not supported Declaration public const string NoFrames = \"sdl:no-frames\" Field Value Type Description string NoScript Content displayed when scripts are not supported Declaration public const string NoScript = \"sdl:no-script\" Field Value Type Description string NormalSpread A normal spread in a document InDesign Declaration public const string NormalSpread = \"sdl:normal-spread\" Field Value Type Description string Note A note InDesign Declaration public const string Note = \"sdl:note\" Field Value Type Description string NoteReference A note reference Word Declaration public const string NoteReference = \"sdl:note-reference\" Field Value Type Description string OCX An OCX Word Declaration public const string OCX = \"sdl:ocx\" Field Value Type Description string OrderedList An ordered list Declaration public const string OrderedList = \"sdl:ordered-list\" Field Value Type Description string PageReference A page reference Word Declaration public const string PageReference = \"sdl:page-reference\" Field Value Type Description string Paragraph Normal paragraph text. This is the default context and does not need to be specified. Declaration public const string Paragraph = \"sdl:paragraph\" Field Value Type Description string ParagraphUnitReference Reference to a related ParagraphUnit The context met data should contain the ID of the paragraph unit that is referenced. Declaration public const string ParagraphUnitReference = \"sdl:transunit-ref\" Field Value Type Description string PlugInModulePrivate Plug in module private Word Declaration public const string PlugInModulePrivate = \"sdl:plug-in-module-private\" Field Value Type Description string PossibleBookmark A possible bookmark Word Declaration public const string PossibleBookmark = \"sdl:possible-bookmark\" Field Value Type Description string Private Private Word Declaration public const string Private = \"sdl:private\" Field Value Type Description string ProductName The name of the product RC Declaration public const string ProductName = \"sdl:product-name\" Field Value Type Description string ProductVersion Application product version information RC Declaration public const string ProductVersion = \"sdl:product-version\" Field Value Type Description string PseudoInlineShape A pseudo inline shape Word Declaration public const string PseudoInlineShape = \"sdl:pseudo-inline-shape\" Field Value Type Description string QuoteAuthorVariable A quote author variable Word Declaration public const string QuoteAuthorVariable = \"sdl:quote-author-variable\" Field Value Type Description string QuoteCommentsVariable A quote comments variable Word Declaration public const string QuoteCommentsVariable = \"sdl:quote-comments-variable\" Field Value Type Description string QuoteCreationDateVariable A quote creation date variable Word Declaration public const string QuoteCreationDateVariable = \"sdl:quote-creation-date-variable\" Field Value Type Description string QuoteCurrentDateVariable A quote current date variable Word Declaration public const string QuoteCurrentDateVariable = \"sdl:quote-current-date-variable\" Field Value Type Description string QuoteCurrentPageVariable A quote current page variable Word Declaration public const string QuoteCurrentPageVariable = \"sdl:quote-current-page-variable\" Field Value Type Description string QuoteCurrentTimeVariable A quote current time variable Word Declaration public const string QuoteCurrentTimeVariable = \"sdl:quote-current-time-variable\" Field Value Type Description string QuoteDocumentTemplateNameVariable A quote document template name variable Word Declaration public const string QuoteDocumentTemplateNameVariable = \"sdl:quote-document-template-name-variable\" Field Value Type Description string QuoteEditTimeVariable A quote edit time variable Word Declaration public const string QuoteEditTimeVariable = \"sdl:quote-edit-time-variable\" Field Value Type Description string QuoteFileNameVariable An mquote file name variable Word Declaration public const string QuoteFileNameVariable = \"sdl:quote-file-name-variable\" Field Value Type Description string QuoteInfoVariable A quote info variable Word Declaration public const string QuoteInfoVariable = \"sdl:quote-info-variable\" Field Value Type Description string QuoteKeywordsVariable An mquote keywords variable Word Declaration public const string QuoteKeywordsVariable = \"sdl:quote-keywords-variable\" Field Value Type Description string QuoteLastRevisedByVariable A quote last revised by variable Word Declaration public const string QuoteLastRevisedByVariable = \"sdl:quote-last-revised-by-variable\" Field Value Type Description string QuoteNumberOfCharactersVariable A quote number of characters variable Word Declaration public const string QuoteNumberOfCharactersVariable = \"sdl:quote-number-of-characters-variable\" Field Value Type Description string QuoteNumberOfPagesVariable A quote number of pages variable Word Declaration public const string QuoteNumberOfPagesVariable = \"sdl:quote-number-of-pages-variable\" Field Value Type Description string QuoteNumberOfWordsVariable A quote number of words variable Word Declaration public const string QuoteNumberOfWordsVariable = \"sdl:quote-number-of-words-variable\" Field Value Type Description string QuotePrintDateVariable A quote print date variable Word Declaration public const string QuotePrintDateVariable = \"sdl:quote-print-date-variable\" Field Value Type Description string QuoteRevisionDateVariable A quote revision date variable Word Declaration public const string QuoteRevisionDateVariable = \"sdl:quote-revision-date-variable\" Field Value Type Description string QuoteRevisionNumberVariable A quote revision number variable Word Declaration public const string QuoteRevisionNumberVariable = \"sdl:quote-revision-number-variable\" Field Value Type Description string QuoteSubjectVariable A quote subject variable Word Declaration public const string QuoteSubjectVariable = \"sdl:quote-subject-variable\" Field Value Type Description string QuoteTitleVariable A quote title variable Word Declaration public const string QuoteTitleVariable = \"sdl:quote-title-variable\" Field Value Type Description string RadioButton A radio button RC Declaration public const string RadioButton = \"sdl:radio-button\" Field Value Type Description string ReadsATiffFile Reads a Tiff file Word Declaration public const string ReadsATiffFile = \"sdl:reads-a-tiff-file\" Field Value Type Description string SID SID type used to specify the Match set on IContextInfo.Purpose is for SID the actual SID value being stored in IContextInfo.Description Declaration public const string SID = \"sdl:sid\" Field Value Type Description string Samp Content that has been sampled Declaration public const string Samp = \"sdl:samp\" Field Value Type Description string Script Translatable text inside a piece of code, e.g. JavaScript, VBScript, or C# The context meta data should contain information on the context inside the script, e.g. the full statement that the text appears in. Declaration public const string Script = \"sdl:script\" Field Value Type Description string Section A section Word Declaration public const string Section = \"sdl:section\" Field Value Type Description string SectionPages Section pages Word Declaration public const string SectionPages = \"sdl:section-pages\" Field Value Type Description string Select A select statement in the document Declaration public const string Select = \"sdl:select\" Field Value Type Description string SendsCharactersToPrinterWithoutTranslation Sends characters to printer without translation Word Declaration public const string SendsCharactersToPrinterWithoutTranslation = \"sdl:sends-characters-to-printer-without-translation\" Field Value Type Description string SequenceMark A sequence mark Word Declaration public const string SequenceMark = \"sdl:sequence-mark\" Field Value Type Description string SetCommand A set command Word Declaration public const string SetCommand = \"sdl:set-command\" Field Value Type Description string Shortcut A shortcut RC Declaration public const string Shortcut = \"sdl:shortcut\" Field Value Type Description string Sidebar Content is in a sidebar. Declaration public const string Sidebar = \"sdl:sidebar\" Field Value Type Description string SkipIf A skip-if command Word Declaration public const string SkipIf = \"sdl:skipif\" Field Value Type Description string Slide A document slide PowerPoint Declaration public const string Slide = \"sdl:slide\" Field Value Type Description string Spread A spread in a document InDesign Declaration public const string Spread = \"sdl:spread\" Field Value Type Description string StringTable The table of translatable string content RC Declaration public const string StringTable = \"sdl:string-table\" Field Value Type Description string StyleReference A style reference Word Declaration public const string StyleReference = \"sdl:style-reference\" Field Value Type Description string Subscriber A subscriber Word Declaration public const string Subscriber = \"sdl:subscriber\" Field Value Type Description string Symbol A symbol Word Declaration public const string Symbol = \"sdl:symbol\" Field Value Type Description string Table Table in a document Declaration public const string Table = \"sdl:table\" Field Value Type Description string TableOfContentsEntry A table of contents entry Word Declaration public const string TableOfContentsEntry = \"sdl:table-of-contents-entry\" Field Value Type Description string TableRow Row in a table Declaration public const string TableRow = \"sdl:table-row\" Field Value Type Description string TextArea A text area Declaration public const string TextArea = \"sdl:text-area\" Field Value Type Description string TextBox A floating text box Word PowerPoint Declaration public const string TextBox = \"sdl:textbox\" Field Value Type Description string Title The title text in a document Declaration public const string Title = \"sdl:title\" Field Value Type Description string Topic A topic InDesign Declaration public const string Topic = \"sdl:topic\" Field Value Type Description string Trademark The trademark string RC Declaration public const string Trademark = \"sdl:trademark\" Field Value Type Description string TranslatableContent Translatable content in a document Word Declaration public const string TranslatableContent = \"sdl:translatable-content\" Field Value Type Description string TranslatableFieldOption Translatable content of fieldoptions. Word Declaration public const string TranslatableFieldOption = \"sdl:translatable-fieldoption\" Field Value Type Description string UnknownKeyword An unknown keyword Word Declaration public const string UnknownKeyword = \"sdl:unknown-keyword\" Field Value Type Description string UnorderedList An unordered list Declaration public const string UnorderedList = \"sdl:unordered-list\" Field Value Type Description string UserAddress A user address Word Declaration public const string UserAddress = \"sdl:user-address\" Field Value Type Description string UserInitial A user initial Word Declaration public const string UserInitial = \"sdl:user-initial\" Field Value Type Description string UserName A user name Word Declaration public const string UserName = \"sdl:user-name\" Field Value Type Description string VersionInfo Version information RC Declaration public const string VersionInfo = \"sdl:version-info\" Field Value Type Description string WordArt WordArt in a document Word PowerPoint Declaration public const string WordArt = \"sdl:wordart\" Field Value Type Description string WorkSheet A document worksheet Excel Declaration public const string WorkSheet = \"sdl:worksheet\" Field Value Type Description string WorkSheetName The name of the worksheet Declaration public const string WorkSheetName = \"sdl:worksheet-name\" Field Value Type Description string Properties StandardContextData Dictionary of standard contexts with the context names as keys and matching StandardContextTypes.ContextData objects as values containing localised strings Declaration public static IDictionary StandardContextData { get; } Property Value Type Description IDictionary string StandardContextTypes ContextData" + "keywords": "Class StandardContextTypes Pre-defined string constants to be used as standard context names for non-TM matching contexts. For TM match contexts, use the values in TMMatchContextTypes . Inheritance System.Object StandardContextTypes 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.FileTypeSupport.Framework.Core.Utilities.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class StandardContextTypes Remarks The standard context IDs are prefixed with \"sdl:\" to ensure that they do not unintentionally clash with other context IDs. Fields Address An address InDesign HTML Declaration public const string Address = \"sdl:address\" Field Value Type Description System.String AddressBlock An address block Word Declaration public const string AddressBlock = \"sdl:address-block\" Field Value Type Description System.String Advance An advance Word Declaration public const string Advance = \"sdl:advance\" Field Value Type Description System.String AskCommand An ask command Word Declaration public const string AskCommand = \"sdl:ask-command\" Field Value Type Description System.String AutoShape An autoshape PowerPoint Declaration public const string AutoShape = \"sdl:autoshape\" Field Value Type Description System.String AutoText Auto text Word Declaration public const string AutoText = \"sdl:autotext\" Field Value Type Description System.String AutoTextList An auto text list Word Declaration public const string AutoTextList = \"sdl:autotextlist\" Field Value Type Description System.String BarCode A bar code Word Declaration public const string BarCode = \"sdl:bar-code\" Field Value Type Description System.String BIDIOutline A BIDI outline Word Declaration public const string BIDIOutline = \"sdl:bidi-outline\" Field Value Type Description System.String BlockQuote A block of quoted text Declaration public const string BlockQuote = \"sdl:block-quote\" Field Value Type Description System.String Body The document body Declaration public const string Body = \"sdl:body\" Field Value Type Description System.String BookmarkName The translatable name of a bookmark Declaration public const string BookmarkName = \"sdl:bookmark-name\" Field Value Type Description System.String BookmarkReference A reference to a bookmark Word Declaration public const string BookmarkReference = \"sdl:bookmark-reference\" Field Value Type Description System.String Button An application button RC Declaration public const string Button = \"sdl:button\" Field Value Type Description System.String Callout Content is in an image callout. Declaration public const string Callout = \"sdl:callout\" Field Value Type Description System.String Caption A screen caption RC Declaration public const string Caption = \"sdl:caption\" Field Value Type Description System.String CData CDATA section in an XML/HTML/SGML file. Declaration public const string CData = \"sdl:cdata\" Field Value Type Description System.String Cell A cell in a document. Different from a table cell, because it does not appear as a child in a table. Excel Declaration public const string Cell = \"sdl:cell\" Field Value Type Description System.String ChartShape A chart in a document /// Excel Declaration public const string ChartShape = \"sdl:chartshape\" Field Value Type Description System.String ChartSheet A document chart sheet Excel Declaration public const string ChartSheet = \"sdl:chartsheet\" Field Value Type Description System.String CheckBox A check box RC Declaration public const string CheckBox = \"sdl:checkbox\" Field Value Type Description System.String Cite A block of cited text Declaration public const string Cite = \"sdl:cite\" Field Value Type Description System.String Code Text representing computer code Declaration public const string Code = \"sdl:code\" Field Value Type Description System.String ComboBox A multiple combination box RC Declaration public const string ComboBox = \"sdl:combobox\" Field Value Type Description System.String Comment A comment in the document Declaration public const string Comment = \"sdl:comment\" Field Value Type Description System.String CompareTwoValues Compare two values Word Declaration public const string CompareTwoValues = \"sdl:compare-two-values\" Field Value Type Description System.String ContentFlow A section of content flow in a document InDesign Declaration public const string ContentFlow = \"sdl:content-flow\" Field Value Type Description System.String Copyright The copyright string RC Declaration public const string Copyright = \"sdl:copyright\" Field Value Type Description System.String CreateIndex Create index Word Declaration public const string CreateIndex = \"sdl:create-index\" Field Value Type Description System.String CreateTableOfAuthorities A table of authorities Word Declaration public const string CreateTableOfAuthorities = \"sdl:create-table-of-authorities\" Field Value Type Description System.String CreateTableOfContents A table of contents Word Declaration public const string CreateTableOfContents = \"sdl:create-table-of-contents\" Field Value Type Description System.String CrossReferenceContent Cross-reference content InDesign Declaration public const string CrossReferenceContent = \"sdl:x-ref-content\" Field Value Type Description System.String DataCommand A data command Word Declaration public const string DataCommand = \"sdl:data-command\" Field Value Type Description System.String DDEAutomaticReference A DDE automatic reference Word Declaration public const string DDEAutomaticReference = \"sdl:dde-automatic-reference\" Field Value Type Description System.String DDEReference A DDE reference Word Declaration public const string DDEReference = \"sdl:dde-reference\" Field Value Type Description System.String Dialog An application dialog box RC Declaration public const string Dialog = \"sdl:dialog\" Field Value Type Description System.String Dialogs A collection of dialog boxes RC Declaration public const string Dialogs = \"sdl:dialogs\" Field Value Type Description System.String DisplayContent Display content Word Declaration public const string DisplayContent = \"sdl:display-content\" Field Value Type Description System.String DocumentLink A link to another document InDesign Declaration public const string DocumentLink = \"sdl:documentLink\" Field Value Type Description System.String DocumentProperty A document property Word Declaration public const string DocumentProperty = \"sdl:document-property\" Field Value Type Description System.String DocumentReference A document reference Word Declaration public const string DocumentReference = \"sdl:document-reference\" Field Value Type Description System.String DocumentVariable A document variable Word Declaration public const string DocumentVariable = \"sdl:document-variable\" Field Value Type Description System.String Element Xml/HTML/SGML Element Declaration public const string Element = \"sdl:element\" Field Value Type Description System.String EmbeddedObject An embedded object Word Declaration public const string EmbeddedObject = \"sdl:embedded-object\" Field Value Type Description System.String EndNote An end note in a document Word Declaration public const string EndNote = \"sdl:endnote\" Field Value Type Description System.String EvaluateExpression Evaluate expression Word Declaration public const string EvaluateExpression = \"sdl:evaluate-expression\" Field Value Type Description System.String ExternalLink A link to an external reference InDesign Declaration public const string ExternalLink = \"sdl:external-link\" Field Value Type Description System.String Field Content is in a document field or placeholder. Declaration public const string Field = \"sdl:field\" Field Value Type Description System.String FileSize File size Word Declaration public const string FileSize = \"sdl:file-size\" Field Value Type Description System.String FillInCommandToDisplayPrompt A fill-in command to display a prompt Word Declaration public const string FillInCommandToDisplayPrompt = \"sdl:fill-in-command-to-display-prompt\" Field Value Type Description System.String Footnote Text in a footnote. Declaration public const string Footnote = \"sdl:footnote\" Field Value Type Description System.String FootnoteReference A footnote reference Word Declaration public const string FootnoteReference = \"sdl:footnote-reference\" Field Value Type Description System.String Form A form on the document Declaration public const string Form = \"sdl:form\" Field Value Type Description System.String FormCheckBox A form check box Word Declaration public const string FormCheckBox = \"sdl:form-check-box\" Field Value Type Description System.String FormListBox A form list box Word Declaration public const string FormListBox = \"sdl:form-list-box\" Field Value Type Description System.String FormTextBox A form text box Word Declaration public const string FormTextBox = \"sdl:form-text-box\" Field Value Type Description System.String FormulaDefinition A formula definition Word Declaration public const string FormulaDefinition = \"sdl:formula-definition\" Field Value Type Description System.String Frame A document frame HTML Declaration public const string Frame = \"sdl:frame\" Field Value Type Description System.String GotoButton A go to button Word Declaration public const string GotoButton = \"sdl:goto-button\" Field Value Type Description System.String GreetingsLine A greetings line Word Declaration public const string GreetingsLine = \"sdl:greetings-line\" Field Value Type Description System.String Group A group of items in a document PowerPoint Word Excel InDesign Declaration public const string Group = \"sdl:group\" Field Value Type Description System.String GroupBox A group box RC Declaration public const string GroupBox = \"sdl:groupbox\" Field Value Type Description System.String HTMLControl An HTML control Word Declaration public const string HTMLControl = \"sdl:html-control\" Field Value Type Description System.String Hyperlink The text contained in a hyperlink Declaration public const string Hyperlink = \"sdl:hyperlink\" Field Value Type Description System.String HyperlinkDestination The target destination of a hyperlink InDesign Declaration public const string HyperlinkDestination = \"sdl:hyperlink-destination\" Field Value Type Description System.String ID Context used for tag reference IDs Declaration public const string ID = \"sdl:id\" Field Value Type Description System.String IfCommand An if command Word Declaration public const string IfCommand = \"sdl:if-command\" Field Value Type Description System.String IncludeCommand An include command Word Declaration public const string IncludeCommand = \"sdl:include-command\" Field Value Type Description System.String IncludePicture Include picture Word Declaration public const string IncludePicture = \"sdl:include-picture\" Field Value Type Description System.String IncludeText Include text Word Declaration public const string IncludeText = \"sdl:include-text\" Field Value Type Description System.String IndexTopics Topics in an index InDesign Declaration public const string IndexTopics = \"sdl:index-topics\" Field Value Type Description System.String Input Document input HTML Declaration public const string Input = \"sdl:input\" Field Value Type Description System.String InsertAutoNumberingFieldInArabicNumberlFormat Insert auto numbering field in Arabic number format Word Declaration public const string InsertAutoNumberingFieldInArabicNumberlFormat = \"sdl:insert-auto-numbering-field-in-arabic-number-format\" Field Value Type Description System.String InsertAutoNumberingFieldInLegalFormat Insert auto numbering field in legal format Word Declaration public const string InsertAutoNumberingFieldInLegalFormat = \"sdl:insert-auto-numbering-field-in-legal-format\" Field Value Type Description System.String InsertAutoNumberingFieldInOutlineFormat Insert auto numbering field in outline format Word Declaration public const string InsertAutoNumberingFieldInOutlineFormat = \"sdl:insert-auto-numbering-field-in-outline-format\" Field Value Type Description System.String InsertDatabase AInsert database Word Declaration public const string InsertDatabase = \"sdl:insert-database\" Field Value Type Description System.String InsertLiteralText Insert literal text Word Declaration public const string InsertLiteralText = \"sdl:insert-literal-text\" Field Value Type Description System.String InsertsGlossaryEntry Inserts glossary entry Word Declaration public const string InsertsGlossaryEntry = \"sdl:inserts-glossary-entry\" Field Value Type Description System.String InsertsNumberOfCurrentPrintMergeRecord Inserts the number of the current print merge record Word Declaration public const string InsertsNumberOfCurrentPrintMergeRecord = \"sdl:inserts-number-of-current-print-merge-record\" Field Value Type Description System.String InvertedExclamationMarks Inverted exclamation marks Word Declaration public const string InvertedExclamationMarks = \"sdl:inverted-exclamation-marks\" Field Value Type Description System.String Item An application item RC Declaration public const string Item = \"sdl:item\" Field Value Type Description System.String Items A group of items RC Declaration public const string Items = \"sdl:items\" Field Value Type Description System.String KeywordList List of keywords, e.g. an index entry The context meta data should indicate the type of keywords (e.g. index entry). Declaration public const string KeywordList = \"sdl:keywords\" Field Value Type Description System.String Link A link Word Declaration public const string Link = \"sdl:link\" Field Value Type Description System.String ListBox A list box RC Declaration public const string ListBox = \"sdl:listbox\" Field Value Type Description System.String ListElement A list element Word Declaration public const string ListElement = \"sdl:list-element\" Field Value Type Description System.String Macro A macro Word Declaration public const string Macro = \"sdl:macro\" Field Value Type Description System.String MacroButton A macro button Word Declaration public const string MacroButton = \"sdl:macro-button\" Field Value Type Description System.String MarkTableOfAuthoritiesEntry A marked table of authorities Word Declaration public const string MarkTableOfAuthoritiesEntry = \"sdl:mark-table-of-authorities-entry\" Field Value Type Description System.String MasterPage Content is on a master page. Declaration public const string MasterPage = \"sdl:masterpage\" Field Value Type Description System.String MasterSpread The master spread of a document InDesign Declaration public const string MasterSpread = \"sdl:master-spread\" Field Value Type Description System.String Menu A menu item RC Declaration public const string Menu = \"sdl:menu\" Field Value Type Description System.String Menus A group of menu items RC Declaration public const string Menus = \"sdl:menus\" Field Value Type Description System.String MergeFields Merge fields Word Declaration public const string MergeFields = \"sdl:merge-fields\" Field Value Type Description System.String MergeRecordSequenceNumber Merge record sequence number Word Declaration public const string MergeRecordSequenceNumber = \"sdl:merge-record-sequence-number\" Field Value Type Description System.String Meta Metadata information for the document Declaration public const string Meta = \"sdl:meta\" Field Value Type Description System.String META_DATA_GENERIC MetaData key for additional data on a context that is not specific to any use (possibly for user information only) Declaration public const string META_DATA_GENERIC = \"generic\" Field Value Type Description System.String META_DATA_LEVEL MetaData key for additional data on the level on which a context is within the context group that it belongs to (example: Header 1) Declaration public const string META_DATA_LEVEL = \"level\" Field Value Type Description System.String NextCommand A next command Word Declaration public const string NextCommand = \"sdl:next-command\" Field Value Type Description System.String NextIfCommand A next-if command Word Declaration public const string NextIfCommand = \"sdl:nextif-command\" Field Value Type Description System.String NoFrames Content displayed when frames are not supported Declaration public const string NoFrames = \"sdl:no-frames\" Field Value Type Description System.String NormalSpread A normal spread in a document InDesign Declaration public const string NormalSpread = \"sdl:normal-spread\" Field Value Type Description System.String NoScript Content displayed when scripts are not supported Declaration public const string NoScript = \"sdl:no-script\" Field Value Type Description System.String Note A note InDesign Declaration public const string Note = \"sdl:note\" Field Value Type Description System.String NoteReference A note reference Word Declaration public const string NoteReference = \"sdl:note-reference\" Field Value Type Description System.String OCX An OCX Word Declaration public const string OCX = \"sdl:ocx\" Field Value Type Description System.String OrderedList An ordered list Declaration public const string OrderedList = \"sdl:ordered-list\" Field Value Type Description System.String PageReference A page reference Word Declaration public const string PageReference = \"sdl:page-reference\" Field Value Type Description System.String Paragraph Normal paragraph text. This is the default context and does not need to be specified. Declaration public const string Paragraph = \"sdl:paragraph\" Field Value Type Description System.String ParagraphUnitReference Reference to a related ParagraphUnit The context met data should contain the ID of the paragraph unit that is referenced. Declaration public const string ParagraphUnitReference = \"sdl:transunit-ref\" Field Value Type Description System.String PlugInModulePrivate Plug in module private Word Declaration public const string PlugInModulePrivate = \"sdl:plug-in-module-private\" Field Value Type Description System.String PossibleBookmark A possible bookmark Word Declaration public const string PossibleBookmark = \"sdl:possible-bookmark\" Field Value Type Description System.String Private Private Word Declaration public const string Private = \"sdl:private\" Field Value Type Description System.String ProductName The name of the product RC Declaration public const string ProductName = \"sdl:product-name\" Field Value Type Description System.String ProductVersion Application product version information RC Declaration public const string ProductVersion = \"sdl:product-version\" Field Value Type Description System.String PseudoInlineShape A pseudo inline shape Word Declaration public const string PseudoInlineShape = \"sdl:pseudo-inline-shape\" Field Value Type Description System.String QuoteAuthorVariable A quote author variable Word Declaration public const string QuoteAuthorVariable = \"sdl:quote-author-variable\" Field Value Type Description System.String QuoteCommentsVariable A quote comments variable Word Declaration public const string QuoteCommentsVariable = \"sdl:quote-comments-variable\" Field Value Type Description System.String QuoteCreationDateVariable A quote creation date variable Word Declaration public const string QuoteCreationDateVariable = \"sdl:quote-creation-date-variable\" Field Value Type Description System.String QuoteCurrentDateVariable A quote current date variable Word Declaration public const string QuoteCurrentDateVariable = \"sdl:quote-current-date-variable\" Field Value Type Description System.String QuoteCurrentPageVariable A quote current page variable Word Declaration public const string QuoteCurrentPageVariable = \"sdl:quote-current-page-variable\" Field Value Type Description System.String QuoteCurrentTimeVariable A quote current time variable Word Declaration public const string QuoteCurrentTimeVariable = \"sdl:quote-current-time-variable\" Field Value Type Description System.String QuoteDocumentTemplateNameVariable A quote document template name variable Word Declaration public const string QuoteDocumentTemplateNameVariable = \"sdl:quote-document-template-name-variable\" Field Value Type Description System.String QuoteEditTimeVariable A quote edit time variable Word Declaration public const string QuoteEditTimeVariable = \"sdl:quote-edit-time-variable\" Field Value Type Description System.String QuoteFileNameVariable An mquote file name variable Word Declaration public const string QuoteFileNameVariable = \"sdl:quote-file-name-variable\" Field Value Type Description System.String QuoteInfoVariable A quote info variable Word Declaration public const string QuoteInfoVariable = \"sdl:quote-info-variable\" Field Value Type Description System.String QuoteKeywordsVariable An mquote keywords variable Word Declaration public const string QuoteKeywordsVariable = \"sdl:quote-keywords-variable\" Field Value Type Description System.String QuoteLastRevisedByVariable A quote last revised by variable Word Declaration public const string QuoteLastRevisedByVariable = \"sdl:quote-last-revised-by-variable\" Field Value Type Description System.String QuoteNumberOfCharactersVariable A quote number of characters variable Word Declaration public const string QuoteNumberOfCharactersVariable = \"sdl:quote-number-of-characters-variable\" Field Value Type Description System.String QuoteNumberOfPagesVariable A quote number of pages variable Word Declaration public const string QuoteNumberOfPagesVariable = \"sdl:quote-number-of-pages-variable\" Field Value Type Description System.String QuoteNumberOfWordsVariable A quote number of words variable Word Declaration public const string QuoteNumberOfWordsVariable = \"sdl:quote-number-of-words-variable\" Field Value Type Description System.String QuotePrintDateVariable A quote print date variable Word Declaration public const string QuotePrintDateVariable = \"sdl:quote-print-date-variable\" Field Value Type Description System.String QuoteRevisionDateVariable A quote revision date variable Word Declaration public const string QuoteRevisionDateVariable = \"sdl:quote-revision-date-variable\" Field Value Type Description System.String QuoteRevisionNumberVariable A quote revision number variable Word Declaration public const string QuoteRevisionNumberVariable = \"sdl:quote-revision-number-variable\" Field Value Type Description System.String QuoteSubjectVariable A quote subject variable Word Declaration public const string QuoteSubjectVariable = \"sdl:quote-subject-variable\" Field Value Type Description System.String QuoteTitleVariable A quote title variable Word Declaration public const string QuoteTitleVariable = \"sdl:quote-title-variable\" Field Value Type Description System.String RadioButton A radio button RC Declaration public const string RadioButton = \"sdl:radio-button\" Field Value Type Description System.String ReadsATiffFile Reads a Tiff file Word Declaration public const string ReadsATiffFile = \"sdl:reads-a-tiff-file\" Field Value Type Description System.String Samp Content that has been sampled Declaration public const string Samp = \"sdl:samp\" Field Value Type Description System.String Script Translatable text inside a piece of code, e.g. JavaScript, VBScript, or C# The context meta data should contain information on the context inside the script, e.g. the full statement that the text appears in. Declaration public const string Script = \"sdl:script\" Field Value Type Description System.String Section A section Word Declaration public const string Section = \"sdl:section\" Field Value Type Description System.String SectionPages Section pages Word Declaration public const string SectionPages = \"sdl:section-pages\" Field Value Type Description System.String Select A select statement in the document Declaration public const string Select = \"sdl:select\" Field Value Type Description System.String SendsCharactersToPrinterWithoutTranslation Sends characters to printer without translation Word Declaration public const string SendsCharactersToPrinterWithoutTranslation = \"sdl:sends-characters-to-printer-without-translation\" Field Value Type Description System.String SequenceMark A sequence mark Word Declaration public const string SequenceMark = \"sdl:sequence-mark\" Field Value Type Description System.String SetCommand A set command Word Declaration public const string SetCommand = \"sdl:set-command\" Field Value Type Description System.String Shortcut A shortcut RC Declaration public const string Shortcut = \"sdl:shortcut\" Field Value Type Description System.String SID SID type used to specify the Match set on IContextInfo.Purpose is for SID the actual SID value being stored in IContextInfo.Description Declaration public const string SID = \"sdl:sid\" Field Value Type Description System.String Sidebar Content is in a sidebar. Declaration public const string Sidebar = \"sdl:sidebar\" Field Value Type Description System.String SkipIf A skip-if command Word Declaration public const string SkipIf = \"sdl:skipif\" Field Value Type Description System.String Slide A document slide PowerPoint Declaration public const string Slide = \"sdl:slide\" Field Value Type Description System.String Spread A spread in a document InDesign Declaration public const string Spread = \"sdl:spread\" Field Value Type Description System.String StringTable The table of translatable string content RC Declaration public const string StringTable = \"sdl:string-table\" Field Value Type Description System.String StyleReference A style reference Word Declaration public const string StyleReference = \"sdl:style-reference\" Field Value Type Description System.String Subscriber A subscriber Word Declaration public const string Subscriber = \"sdl:subscriber\" Field Value Type Description System.String Symbol A symbol Word Declaration public const string Symbol = \"sdl:symbol\" Field Value Type Description System.String Table Table in a document Declaration public const string Table = \"sdl:table\" Field Value Type Description System.String TableOfContentsEntry A table of contents entry Word Declaration public const string TableOfContentsEntry = \"sdl:table-of-contents-entry\" Field Value Type Description System.String TableRow Row in a table Declaration public const string TableRow = \"sdl:table-row\" Field Value Type Description System.String TextArea A text area Declaration public const string TextArea = \"sdl:text-area\" Field Value Type Description System.String TextBox A floating text box Word PowerPoint Declaration public const string TextBox = \"sdl:textbox\" Field Value Type Description System.String Title The title text in a document Declaration public const string Title = \"sdl:title\" Field Value Type Description System.String Topic A topic InDesign Declaration public const string Topic = \"sdl:topic\" Field Value Type Description System.String Trademark The trademark string RC Declaration public const string Trademark = \"sdl:trademark\" Field Value Type Description System.String TranslatableContent Translatable content in a document Word Declaration public const string TranslatableContent = \"sdl:translatable-content\" Field Value Type Description System.String TranslatableFieldOption Translatable content of fieldoptions. Word Declaration public const string TranslatableFieldOption = \"sdl:translatable-fieldoption\" Field Value Type Description System.String UnknownKeyword An unknown keyword Word Declaration public const string UnknownKeyword = \"sdl:unknown-keyword\" Field Value Type Description System.String UnorderedList An unordered list Declaration public const string UnorderedList = \"sdl:unordered-list\" Field Value Type Description System.String UserAddress A user address Word Declaration public const string UserAddress = \"sdl:user-address\" Field Value Type Description System.String UserInitial A user initial Word Declaration public const string UserInitial = \"sdl:user-initial\" Field Value Type Description System.String UserName A user name Word Declaration public const string UserName = \"sdl:user-name\" Field Value Type Description System.String VersionInfo Version information RC Declaration public const string VersionInfo = \"sdl:version-info\" Field Value Type Description System.String WordArt WordArt in a document Word PowerPoint Declaration public const string WordArt = \"sdl:wordart\" Field Value Type Description System.String WorkSheet A document worksheet Excel Declaration public const string WorkSheet = \"sdl:worksheet\" Field Value Type Description System.String WorkSheetName The name of the worksheet Declaration public const string WorkSheetName = \"sdl:worksheet-name\" Field Value Type Description System.String Properties StandardContextData Dictionary of standard contexts with the context names as keys and matching StandardContextTypes.ContextData objects as values containing localised strings Declaration public static IDictionary StandardContextData { get; } Property Value Type Description System.Collections.Generic.IDictionary < System.String , StandardContextTypes.ContextData >" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes.html", "title": "Class TMMatchContextTypes", - "keywords": "Class TMMatchContextTypes Namespace for constants defining the set of well-known values that are recommended to be used to indicate TM match context types in Sdl.FileTypeSupport.Framework.NativeApi.IContextInfo.ContextType . Inheritance object TMMatchContextTypes Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class TMMatchContextTypes Remarks For some of these contexts, additional information is expected to be available in the context metadata, which is accessible through the Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer implementation in Sdl.FileTypeSupport.Framework.NativeApi.IContextInfo . Fields Heading Heading in a document The context metadata should indicate the heading level. Declaration public const string Heading = \"x-tm-heading\" Field Value Type Description string IndexEntry An index entry Word Declaration public const string IndexEntry = \"x-tm-index-entry\" Field Value Type Description string Label A text label RC Declaration public const string Label = \"x-tm-label\" Field Value Type Description string LengthInformation Indicates that length restrictions apply to the content. This context type is also used for validation purposes. Declaration public const string LengthInformation = \"x-tm-length-info\" Field Value Type Description string Remarks The context metadata should contain the type of length information (e.g. chars, bytes) and the maximum and (optionally) minimum lengths as follows: The metadata key MetaDataTypes.LengthType indicates the type of unit that the length limit is measured in. Normally, it is set to one of the values in LengthTypes . The maximum length (if applicable) is set as the value of the metadata key MetaDataTypes.MaxValue . The minimum length (if applicable) is set as the value of the metadata key MetaDataTypes.MinValue . ListItem Item in a bulleted or numbered list The context metadata should indicate the type of list (bulleted or numbered). Declaration public const string ListItem = \"x-tm-listitem\" Field Value Type Description string PageHeaderFooter Text on a page header Declaration public const string PageHeaderFooter = \"x-tm-header-footer\" Field Value Type Description string TableCell Cell in a table The context metadata should identify the row and the column of the cell. Declaration public const string TableCell = \"x-tm-table-cell\" Field Value Type Description string TableHeading Heading cell in a table The context metadata should identify the column that this heading matches in the table. Declaration public const string TableHeading = \"x-tm-table-heading\" Field Value Type Description string TagContent Translatable content inside a tag Declaration public const string TagContent = \"x-tm-tag\" Field Value Type Description string Methods IsDefined(string) Tells whether a given context type is a predefined TM match context type. Declaration public static bool IsDefined(string contextType) Parameters Type Name Description string contextType The context type to check. Returns Type Description bool True if the context type is predefined, false otherwise." + "keywords": "Class TMMatchContextTypes Namespace for constants defining the set of well-known values that are recommended to be used to indicate TM match context types in Sdl.FileTypeSupport.Framework.NativeApi.IContextInfo.ContextType . Inheritance System.Object TMMatchContextTypes 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.FileTypeSupport.Framework.Core.Utilities.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class TMMatchContextTypes Remarks For some of these contexts, additional information is expected to be available in the context metadata, which is accessible through the Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer implementation in Sdl.FileTypeSupport.Framework.NativeApi.IContextInfo . Fields Heading Heading in a document The context metadata should indicate the heading level. Declaration public const string Heading = \"x-tm-heading\" Field Value Type Description System.String IndexEntry An index entry Word Declaration public const string IndexEntry = \"x-tm-index-entry\" Field Value Type Description System.String Label A text label RC Declaration public const string Label = \"x-tm-label\" Field Value Type Description System.String LengthInformation Indicates that length restrictions apply to the content. This context type is also used for validation purposes. Declaration public const string LengthInformation = \"x-tm-length-info\" Field Value Type Description System.String Remarks The context metadata should contain the type of length information (e.g. chars, bytes) and the maximum and (optionally) minimum lengths as follows: The metadata key MetaDataTypes.LengthType indicates the type of unit that the length limit is measured in. Normally, it is set to one of the values in LengthTypes . The maximum length (if applicable) is set as the value of the metadata key MetaDataTypes.MaxValue . The minimum length (if applicable) is set as the value of the metadata key MetaDataTypes.MinValue . ListItem Item in a bulleted or numbered list The context metadata should indicate the type of list (bulleted or numbered). Declaration public const string ListItem = \"x-tm-listitem\" Field Value Type Description System.String PageHeaderFooter Text on a page header Declaration public const string PageHeaderFooter = \"x-tm-header-footer\" Field Value Type Description System.String TableCell Cell in a table The context metadata should identify the row and the column of the cell. Declaration public const string TableCell = \"x-tm-table-cell\" Field Value Type Description System.String TableHeading Heading cell in a table The context metadata should identify the column that this heading matches in the table. Declaration public const string TableHeading = \"x-tm-table-heading\" Field Value Type Description System.String TagContent Translatable content inside a tag Declaration public const string TagContent = \"x-tm-tag\" Field Value Type Description System.String Methods IsDefined(String) Tells whether a given context type is a predefined TM match context type. Declaration public static bool IsDefined(string contextType) Parameters Type Name Description System.String contextType The context type to check. Returns Type Description System.Boolean True if the context type is predefined, false otherwise." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMTranslationOriginMetaData.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMTranslationOriginMetaData.html", "title": "Class TMTranslationOriginMetaData", - "keywords": "Class TMTranslationOriginMetaData MetaData keys for TM info relating to Translation Origin Inheritance object TMTranslationOriginMetaData Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class TMTranslationOriginMetaData Fields CreatedBy TranslationOrigin created_by metadata key Declaration public const string CreatedBy = \"created_by\" Field Value Type Description string CreationDate TranslationOrigin created_on metadata key Declaration public const string CreationDate = \"created_on\" Field Value Type Description string LastModifiedDate TranslationOrigin modified_on metadata key Declaration public const string LastModifiedDate = \"modified_on\" Field Value Type Description string LastModifiedUserId TranslationOrigin last_modified_by metadata key Declaration public const string LastModifiedUserId = \"last_modified_by\" Field Value Type Description string" + "keywords": "Class TMTranslationOriginMetaData MetaData keys for TM info relating to Translation Origin Inheritance System.Object TMTranslationOriginMetaData 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.FileTypeSupport.Framework.Core.Utilities.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public static class TMTranslationOriginMetaData Fields CreatedBy TranslationOrigin created_by metadata key Declaration public const string CreatedBy = \"created_by\" Field Value Type Description System.String CreationDate TranslationOrigin created_on metadata key Declaration public const string CreationDate = \"created_on\" Field Value Type Description System.String LastModifiedDate TranslationOrigin modified_on metadata key Declaration public const string LastModifiedDate = \"modified_on\" Field Value Type Description System.String LastModifiedUserId TranslationOrigin last_modified_by metadata key Declaration public const string LastModifiedUserId = \"last_modified_by\" Field Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter-2.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter-2.html", "title": "Class PredicateAdapter", - "keywords": "Class PredicateAdapter Generic adapter that allows one predicate to be used as another. Inheritance object PredicateAdapter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class PredicateAdapter where AdapteeType : class Type Parameters Name Description AdapteeType The generic argument type of the implementation predicate TargetType The generic argument type of the desired predicate Remarks To use the adapter, construct it from the implementation predicate and pass the value of the Target property to the method that requires a predicate of the Into type. Constructors PredicateAdapter(Predicate) Construct the adapter from an implementation predicate. Declaration public PredicateAdapter(Predicate adaptee) Parameters Type Name Description Predicate adaptee Properties Adaptee The predicate used for the evaluation. Declaration public Predicate Adaptee { get; set; } Property Value Type Description Predicate Target The implementation of the desired predicate. Declaration public Predicate Target { get; } Property Value Type Description Predicate Methods Evaluate(TargetType) Implementation of the adapter. Attempts to cast the argument from the AdapteeType into the TargetType and if successful, evaluates the implementation predicate for it. If the cast is unsuccessful, the method returns false. Declaration public bool Evaluate(TargetType toEvaluate) Parameters Type Name Description TargetType toEvaluate Returns Type Description bool result of the implementation predicate" + "keywords": "Class PredicateAdapter Generic adapter that allows one predicate to be used as another. Inheritance System.Object PredicateAdapter 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.FileTypeSupport.Framework.Core.Utilities Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class PredicateAdapter where AdapteeType : class Type Parameters Name Description AdapteeType The generic argument type of the implementation predicate TargetType The generic argument type of the desired predicate Remarks To use the adapter, construct it from the implementation predicate and pass the value of the Target property to the method that requires a predicate of the Into type. Constructors PredicateAdapter(Predicate) Construct the adapter from an implementation predicate. Declaration public PredicateAdapter(Predicate adaptee) Parameters Type Name Description System.Predicate adaptee Properties Adaptee The predicate used for the evaluation. Declaration public Predicate Adaptee { get; set; } Property Value Type Description System.Predicate Target The implementation of the desired predicate. Declaration public Predicate Target { get; } Property Value Type Description System.Predicate Methods Evaluate(TargetType) Implementation of the adapter. Attempts to cast the argument from the AdapteeType into the TargetType and if successful, evaluates the implementation predicate for it. If the cast is unsuccessful, the method returns false. Declaration public bool Evaluate(TargetType toEvaluate) Parameters Type Name Description TargetType toEvaluate Returns Type Description System.Boolean result of the implementation predicate" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Properties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Properties.html", @@ -1832,122 +1532,122 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Properties.Resources.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Properties.Resources.html", "title": "Class Resources", - "keywords": "Class Resources A strongly-typed resource class, for looking up localized strings, etc. Inheritance object Resources Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Sdl.FileTypeSupport.Framework.Core Utilities Properties Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class Resources Properties Culture Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Declaration public static CultureInfo Culture { get; set; } Property Value Type Description CultureInfo KeyMustBeFormattingNameOfValue Looks up a localized string similar to Invalid key. The key must be the FormattingName of the value.. Declaration public static string KeyMustBeFormattingNameOfValue { get; } Property Value Type Description string QuickTag_Bold_Description Looks up a localized string similar to Apply bold. Declaration public static string QuickTag_Bold_Description { get; } Property Value Type Description string QuickTag_Bold_Name Looks up a localized string similar to Bold. Declaration public static string QuickTag_Bold_Name { get; } Property Value Type Description string QuickTag_Copyright_Description Looks up a localized string similar to Insert a copyright symbol. Declaration public static string QuickTag_Copyright_Description { get; } Property Value Type Description string QuickTag_Copyright_Name Looks up a localized string similar to Copyright. Declaration public static string QuickTag_Copyright_Name { get; } Property Value Type Description string QuickTag_EmDash_Description Looks up a localized string similar to Insert an em-dash. Declaration public static string QuickTag_EmDash_Description { get; } Property Value Type Description string QuickTag_EmDash_Name Looks up a localized string similar to Em dash. Declaration public static string QuickTag_EmDash_Name { get; } Property Value Type Description string QuickTag_EnDash_Description Looks up a localized string similar to Insert an en dash. Declaration public static string QuickTag_EnDash_Description { get; } Property Value Type Description string QuickTag_EnDash_Name Looks up a localized string similar to En dash. Declaration public static string QuickTag_EnDash_Name { get; } Property Value Type Description string QuickTag_Euro_Description Looks up a localized string similar to Insert a euro symbol. Declaration public static string QuickTag_Euro_Description { get; } Property Value Type Description string QuickTag_Euro_Name Looks up a localized string similar to Euro. Declaration public static string QuickTag_Euro_Name { get; } Property Value Type Description string QuickTag_Italic_Description Looks up a localized string similar to Apply italic. Declaration public static string QuickTag_Italic_Description { get; } Property Value Type Description string QuickTag_Italic_Name Looks up a localized string similar to Italic. Declaration public static string QuickTag_Italic_Name { get; } Property Value Type Description string QuickTag_LRE_Description Looks up a localized string similar to Start of left-to-right embedding. Declaration public static string QuickTag_LRE_Description { get; } Property Value Type Description string QuickTag_LRE_Name Looks up a localized string similar to LRE. Declaration public static string QuickTag_LRE_Name { get; } Property Value Type Description string QuickTag_LRM_Description Looks up a localized string similar to Left-to-right mark. Declaration public static string QuickTag_LRM_Description { get; } Property Value Type Description string QuickTag_LRM_Name Looks up a localized string similar to LRM. Declaration public static string QuickTag_LRM_Name { get; } Property Value Type Description string QuickTag_LRO_Description Looks up a localized string similar to Start of left-to-right override. Declaration public static string QuickTag_LRO_Description { get; } Property Value Type Description string QuickTag_LRO_Name Looks up a localized string similar to LRO. Declaration public static string QuickTag_LRO_Name { get; } Property Value Type Description string QuickTag_LeftToRight_Description Looks up a localized string similar to Apply left-to-right reading order. Declaration public static string QuickTag_LeftToRight_Description { get; } Property Value Type Description string QuickTag_LeftToRight_Name Looks up a localized string similar to Left-To-Right. Declaration public static string QuickTag_LeftToRight_Name { get; } Property Value Type Description string QuickTag_NonBreakHyphen_Description Looks up a localized string similar to Insert a non-breaking hyphen. Declaration public static string QuickTag_NonBreakHyphen_Description { get; } Property Value Type Description string QuickTag_NonBreakHyphen_Name Looks up a localized string similar to Non-breaking hyphen. Declaration public static string QuickTag_NonBreakHyphen_Name { get; } Property Value Type Description string QuickTag_NonBreakSpace_Description Looks up a localized string similar to Insert a non-breaking space. Declaration public static string QuickTag_NonBreakSpace_Description { get; } Property Value Type Description string QuickTag_NonBreakSpace_Name Looks up a localized string similar to Non-breaking space. Declaration public static string QuickTag_NonBreakSpace_Name { get; } Property Value Type Description string QuickTag_OptionalHyphen_Description Looks up a localized string similar to Insert an optional hyphen. Declaration public static string QuickTag_OptionalHyphen_Description { get; } Property Value Type Description string QuickTag_OptionalHyphen_Name Looks up a localized string similar to Optional hyphen. Declaration public static string QuickTag_OptionalHyphen_Name { get; } Property Value Type Description string QuickTag_PDF_Description Looks up a localized string similar to Pop directional formatting. Declaration public static string QuickTag_PDF_Description { get; } Property Value Type Description string QuickTag_PDF_Name Looks up a localized string similar to PDF. Declaration public static string QuickTag_PDF_Name { get; } Property Value Type Description string QuickTag_RLE_Description Looks up a localized string similar to Start of right-to-left embedding. Declaration public static string QuickTag_RLE_Description { get; } Property Value Type Description string QuickTag_RLE_Name Looks up a localized string similar to RLE. Declaration public static string QuickTag_RLE_Name { get; } Property Value Type Description string QuickTag_RLM_Description Looks up a localized string similar to Right-to-left mark. Declaration public static string QuickTag_RLM_Description { get; } Property Value Type Description string QuickTag_RLM_Name Looks up a localized string similar to RLM. Declaration public static string QuickTag_RLM_Name { get; } Property Value Type Description string QuickTag_RLO_Description Looks up a localized string similar to Start of right-to-left override. Declaration public static string QuickTag_RLO_Description { get; } Property Value Type Description string QuickTag_RLO_Name Looks up a localized string similar to RLO. Declaration public static string QuickTag_RLO_Name { get; } Property Value Type Description string QuickTag_Registered_Description Looks up a localized string similar to Insert a registered symbol. Declaration public static string QuickTag_Registered_Description { get; } Property Value Type Description string QuickTag_Registered_Name Looks up a localized string similar to Registered. Declaration public static string QuickTag_Registered_Name { get; } Property Value Type Description string QuickTag_RightToLeft_Description Looks up a localized string similar to Apply right-to-left reading order. Declaration public static string QuickTag_RightToLeft_Description { get; } Property Value Type Description string QuickTag_RightToLeft_Name Looks up a localized string similar to Right-To-Left. Declaration public static string QuickTag_RightToLeft_Name { get; } Property Value Type Description string QuickTag_SmallCaps_Description Looks up a localized string similar to Apply small caps. Declaration public static string QuickTag_SmallCaps_Description { get; } Property Value Type Description string QuickTag_SmallCaps_Name Looks up a localized string similar to Small Caps. Declaration public static string QuickTag_SmallCaps_Name { get; } Property Value Type Description string QuickTag_SoftBreak_Description Looks up a localized string similar to Insert a soft break character. Declaration public static string QuickTag_SoftBreak_Description { get; } Property Value Type Description string QuickTag_SoftBreak_Name Looks up a localized string similar to Soft break. Declaration public static string QuickTag_SoftBreak_Name { get; } Property Value Type Description string QuickTag_Strikethrough_Description Looks up a localized string similar to Apply strikethrough. Declaration public static string QuickTag_Strikethrough_Description { get; } Property Value Type Description string QuickTag_Strikethrough_Name Looks up a localized string similar to Strikethrough. Declaration public static string QuickTag_Strikethrough_Name { get; } Property Value Type Description string QuickTag_Subscript_Description Looks up a localized string similar to Apply subscript. Declaration public static string QuickTag_Subscript_Description { get; } Property Value Type Description string QuickTag_Subscript_Name Looks up a localized string similar to Subscript. Declaration public static string QuickTag_Subscript_Name { get; } Property Value Type Description string QuickTag_Superscript_Description Looks up a localized string similar to Apply superscript. Declaration public static string QuickTag_Superscript_Description { get; } Property Value Type Description string QuickTag_Superscript_Name Looks up a localized string similar to Superscript. Declaration public static string QuickTag_Superscript_Name { get; } Property Value Type Description string QuickTag_Trademark_Description Looks up a localized string similar to Insert a trademark symbol. Declaration public static string QuickTag_Trademark_Description { get; } Property Value Type Description string QuickTag_Trademark_Name Looks up a localized string similar to Trademark. Declaration public static string QuickTag_Trademark_Name { get; } Property Value Type Description string QuickTag_Underline_Description Looks up a localized string similar to Apply underline. Declaration public static string QuickTag_Underline_Description { get; } Property Value Type Description string QuickTag_Underline_Name Looks up a localized string similar to Underline. Declaration public static string QuickTag_Underline_Name { get; } Property Value Type Description string QuickTag_ZWJ_Description Looks up a localized string similar to Zero width joiner. Declaration public static string QuickTag_ZWJ_Description { get; } Property Value Type Description string QuickTag_ZWJ_Name Looks up a localized string similar to ZWJ. Declaration public static string QuickTag_ZWJ_Name { get; } Property Value Type Description string QuickTag_ZWNJ_Description Looks up a localized string similar to Zero width non-joiner. Declaration public static string QuickTag_ZWNJ_Description { get; } Property Value Type Description string QuickTag_ZWNJ_Name Looks up a localized string similar to ZWNJ. Declaration public static string QuickTag_ZWNJ_Name { get; } Property Value Type Description string ResourceManager Returns the cached ResourceManager instance used by this class. Declaration public static ResourceManager ResourceManager { get; } Property Value Type Description ResourceManager StandardContextTypes_AddressBlock_Code Looks up a localized string similar to AB. Declaration public static string StandardContextTypes_AddressBlock_Code { get; } Property Value Type Description string StandardContextTypes_AddressBlock_Name Looks up a localized string similar to Address block. Declaration public static string StandardContextTypes_AddressBlock_Name { get; } Property Value Type Description string StandardContextTypes_Address_Code Looks up a localized string similar to A. Declaration public static string StandardContextTypes_Address_Code { get; } Property Value Type Description string StandardContextTypes_Address_Description Looks up a localized string similar to An address. Declaration public static string StandardContextTypes_Address_Description { get; } Property Value Type Description string StandardContextTypes_Address_Name Looks up a localized string similar to Address. Declaration public static string StandardContextTypes_Address_Name { get; } Property Value Type Description string StandardContextTypes_Advance_Code Looks up a localized string similar to A. Declaration public static string StandardContextTypes_Advance_Code { get; } Property Value Type Description string StandardContextTypes_Advance_Name Looks up a localized string similar to Advance. Declaration public static string StandardContextTypes_Advance_Name { get; } Property Value Type Description string StandardContextTypes_AskCommand_Code Looks up a localized string similar to AC. Declaration public static string StandardContextTypes_AskCommand_Code { get; } Property Value Type Description string StandardContextTypes_AskCommand_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_AskCommand_Description { get; } Property Value Type Description string StandardContextTypes_AskCommand_Name Looks up a localized string similar to Ask command. Declaration public static string StandardContextTypes_AskCommand_Name { get; } Property Value Type Description string StandardContextTypes_AutoShape_Code Looks up a localized string similar to AS. Declaration public static string StandardContextTypes_AutoShape_Code { get; } Property Value Type Description string StandardContextTypes_AutoShape_Description Looks up a localized string similar to An autoshape. Declaration public static string StandardContextTypes_AutoShape_Description { get; } Property Value Type Description string StandardContextTypes_AutoShape_Name Looks up a localized string similar to Autoshape. Declaration public static string StandardContextTypes_AutoShape_Name { get; } Property Value Type Description string StandardContextTypes_AutoTextList_Code Looks up a localized string similar to ATL. Declaration public static string StandardContextTypes_AutoTextList_Code { get; } Property Value Type Description string StandardContextTypes_AutoTextList_Name Looks up a localized string similar to Autotext List. Declaration public static string StandardContextTypes_AutoTextList_Name { get; } Property Value Type Description string StandardContextTypes_AutoText_Code Looks up a localized string similar to AT. Declaration public static string StandardContextTypes_AutoText_Code { get; } Property Value Type Description string StandardContextTypes_AutoText_Name Looks up a localized string similar to Autotext. Declaration public static string StandardContextTypes_AutoText_Name { get; } Property Value Type Description string StandardContextTypes_BIDIOutline_Code Looks up a localized string similar to BDI. Declaration public static string StandardContextTypes_BIDIOutline_Code { get; } Property Value Type Description string StandardContextTypes_BIDIOutline_Name Looks up a localized string similar to BiDi outline. Declaration public static string StandardContextTypes_BIDIOutline_Name { get; } Property Value Type Description string StandardContextTypes_BarCode_Code Looks up a localized string similar to BC. Declaration public static string StandardContextTypes_BarCode_Code { get; } Property Value Type Description string StandardContextTypes_BarCode_Name Looks up a localized string similar to Bar code. Declaration public static string StandardContextTypes_BarCode_Name { get; } Property Value Type Description string StandardContextTypes_BlockQuote_Code Looks up a localized string similar to BQ. Declaration public static string StandardContextTypes_BlockQuote_Code { get; } Property Value Type Description string StandardContextTypes_BlockQuote_Description Looks up a localized string similar to A block of quoted text. Declaration public static string StandardContextTypes_BlockQuote_Description { get; } Property Value Type Description string StandardContextTypes_BlockQuote_Name Looks up a localized string similar to Block Quote. Declaration public static string StandardContextTypes_BlockQuote_Name { get; } Property Value Type Description string StandardContextTypes_Body_Code Looks up a localized string similar to BDY. Declaration public static string StandardContextTypes_Body_Code { get; } Property Value Type Description string StandardContextTypes_Body_Description Looks up a localized string similar to Main document body. Declaration public static string StandardContextTypes_Body_Description { get; } Property Value Type Description string StandardContextTypes_Body_Name Looks up a localized string similar to Body. Declaration public static string StandardContextTypes_Body_Name { get; } Property Value Type Description string StandardContextTypes_BookmarkName_Code Looks up a localized string similar to BMN. Declaration public static string StandardContextTypes_BookmarkName_Code { get; } Property Value Type Description string StandardContextTypes_BookmarkName_Description Looks up a localized string similar to The name of a bookmark. Declaration public static string StandardContextTypes_BookmarkName_Description { get; } Property Value Type Description string StandardContextTypes_BookmarkName_Name Looks up a localized string similar to Bookmark Name. Declaration public static string StandardContextTypes_BookmarkName_Name { get; } Property Value Type Description string StandardContextTypes_BookmarkReference_Code Looks up a localized string similar to BR. Declaration public static string StandardContextTypes_BookmarkReference_Code { get; } Property Value Type Description string StandardContextTypes_BookmarkReference_Description Looks up a localized string similar to A bookmark reference. Declaration public static string StandardContextTypes_BookmarkReference_Description { get; } Property Value Type Description string StandardContextTypes_BookmarkReference_Name Looks up a localized string similar to Bookmark Reference. Declaration public static string StandardContextTypes_BookmarkReference_Name { get; } Property Value Type Description string StandardContextTypes_Button_Code Looks up a localized string similar to B. Declaration public static string StandardContextTypes_Button_Code { get; } Property Value Type Description string StandardContextTypes_Button_Description Looks up a localized string similar to A button. Declaration public static string StandardContextTypes_Button_Description { get; } Property Value Type Description string StandardContextTypes_Button_Name Looks up a localized string similar to Button. Declaration public static string StandardContextTypes_Button_Name { get; } Property Value Type Description string StandardContextTypes_CData_Code Looks up a localized string similar to CDA. Declaration public static string StandardContextTypes_CData_Code { get; } Property Value Type Description string StandardContextTypes_CData_Description Looks up a localized string similar to A CDATA section. Declaration public static string StandardContextTypes_CData_Description { get; } Property Value Type Description string StandardContextTypes_CData_Name Looks up a localized string similar to CDATA Section. Declaration public static string StandardContextTypes_CData_Name { get; } Property Value Type Description string StandardContextTypes_Callout_Code Looks up a localized string similar to CT. Declaration public static string StandardContextTypes_Callout_Code { get; } Property Value Type Description string StandardContextTypes_Callout_Description Looks up a localized string similar to Callout to an object in a document (eg, an image). Declaration public static string StandardContextTypes_Callout_Description { get; } Property Value Type Description string StandardContextTypes_Callout_Name Looks up a localized string similar to Callout. Declaration public static string StandardContextTypes_Callout_Name { get; } Property Value Type Description string StandardContextTypes_Caption_Code Looks up a localized string similar to CAP. Declaration public static string StandardContextTypes_Caption_Code { get; } Property Value Type Description string StandardContextTypes_Caption_Description Looks up a localized string similar to A caption. Declaration public static string StandardContextTypes_Caption_Description { get; } Property Value Type Description string StandardContextTypes_Caption_Name Looks up a localized string similar to Caption. Declaration public static string StandardContextTypes_Caption_Name { get; } Property Value Type Description string StandardContextTypes_Cell_Code Looks up a localized string similar to C. Declaration public static string StandardContextTypes_Cell_Code { get; } Property Value Type Description string StandardContextTypes_Cell_Description Looks up a localized string similar to A cell in a table. Declaration public static string StandardContextTypes_Cell_Description { get; } Property Value Type Description string StandardContextTypes_Cell_Name Looks up a localized string similar to Cell. Declaration public static string StandardContextTypes_Cell_Name { get; } Property Value Type Description string StandardContextTypes_ChartShape_Code Looks up a localized string similar to CSP. Declaration public static string StandardContextTypes_ChartShape_Code { get; } Property Value Type Description string StandardContextTypes_ChartShape_Description Looks up a localized string similar to A chart. Declaration public static string StandardContextTypes_ChartShape_Description { get; } Property Value Type Description string StandardContextTypes_ChartShape_Name Looks up a localized string similar to Chart Shape. Declaration public static string StandardContextTypes_ChartShape_Name { get; } Property Value Type Description string StandardContextTypes_ChartSheet_Code Looks up a localized string similar to CS. Declaration public static string StandardContextTypes_ChartSheet_Code { get; } Property Value Type Description string StandardContextTypes_ChartSheet_Description Looks up a localized string similar to A chart sheet. Declaration public static string StandardContextTypes_ChartSheet_Description { get; } Property Value Type Description string StandardContextTypes_ChartSheet_Name Looks up a localized string similar to Chart Sheet. Declaration public static string StandardContextTypes_ChartSheet_Name { get; } Property Value Type Description string StandardContextTypes_CheckBox_Code Looks up a localized string similar to CHK. Declaration public static string StandardContextTypes_CheckBox_Code { get; } Property Value Type Description string StandardContextTypes_CheckBox_Description Looks up a localized string similar to A check box. Declaration public static string StandardContextTypes_CheckBox_Description { get; } Property Value Type Description string StandardContextTypes_CheckBox_Name Looks up a localized string similar to Check box. Declaration public static string StandardContextTypes_CheckBox_Name { get; } Property Value Type Description string StandardContextTypes_Cite_Code Looks up a localized string similar to CT. Declaration public static string StandardContextTypes_Cite_Code { get; } Property Value Type Description string StandardContextTypes_Cite_Description Looks up a localized string similar to Cited text. Declaration public static string StandardContextTypes_Cite_Description { get; } Property Value Type Description string StandardContextTypes_Cite_Name Looks up a localized string similar to Cite. Declaration public static string StandardContextTypes_Cite_Name { get; } Property Value Type Description string StandardContextTypes_Code_Code Looks up a localized string similar to CD. Declaration public static string StandardContextTypes_Code_Code { get; } Property Value Type Description string StandardContextTypes_Code_Description Looks up a localized string similar to A block of code. Declaration public static string StandardContextTypes_Code_Description { get; } Property Value Type Description string StandardContextTypes_Code_Name Looks up a localized string similar to Code. Declaration public static string StandardContextTypes_Code_Name { get; } Property Value Type Description string StandardContextTypes_ComboBox_Code Looks up a localized string similar to CMB. Declaration public static string StandardContextTypes_ComboBox_Code { get; } Property Value Type Description string StandardContextTypes_ComboBox_Description Looks up a localized string similar to A combo box. Declaration public static string StandardContextTypes_ComboBox_Description { get; } Property Value Type Description string StandardContextTypes_ComboBox_Name Looks up a localized string similar to Combo Box. Declaration public static string StandardContextTypes_ComboBox_Name { get; } Property Value Type Description string StandardContextTypes_Comment_Code Looks up a localized string similar to COM. Declaration public static string StandardContextTypes_Comment_Code { get; } Property Value Type Description string StandardContextTypes_Comment_Description Looks up a localized string similar to A comment. Declaration public static string StandardContextTypes_Comment_Description { get; } Property Value Type Description string StandardContextTypes_Comment_Name Looks up a localized string similar to Comment. Declaration public static string StandardContextTypes_Comment_Name { get; } Property Value Type Description string StandardContextTypes_CompareTwoValues_Code Looks up a localized string similar to CTV. Declaration public static string StandardContextTypes_CompareTwoValues_Code { get; } Property Value Type Description string StandardContextTypes_CompareTwoValues_Name Looks up a localized string similar to Compare two values. Declaration public static string StandardContextTypes_CompareTwoValues_Name { get; } Property Value Type Description string StandardContextTypes_ContentFlow_Code Looks up a localized string similar to CF. Declaration public static string StandardContextTypes_ContentFlow_Code { get; } Property Value Type Description string StandardContextTypes_ContentFlow_Description Looks up a localized string similar to A content flow. Declaration public static string StandardContextTypes_ContentFlow_Description { get; } Property Value Type Description string StandardContextTypes_ContentFlow_Name Looks up a localized string similar to Content Flow. Declaration public static string StandardContextTypes_ContentFlow_Name { get; } Property Value Type Description string StandardContextTypes_Copyright_Code Looks up a localized string similar to CR. Declaration public static string StandardContextTypes_Copyright_Code { get; } Property Value Type Description string StandardContextTypes_Copyright_Description Looks up a localized string similar to Copyright notice. Declaration public static string StandardContextTypes_Copyright_Description { get; } Property Value Type Description string StandardContextTypes_Copyright_Name Looks up a localized string similar to Copyright. Declaration public static string StandardContextTypes_Copyright_Name { get; } Property Value Type Description string StandardContextTypes_CreateIndex_Code Looks up a localized string similar to CI. Declaration public static string StandardContextTypes_CreateIndex_Code { get; } Property Value Type Description string StandardContextTypes_CreateIndex_Description Looks up a localized string similar to . Declaration public static string StandardContextTypes_CreateIndex_Description { get; } Property Value Type Description string StandardContextTypes_CreateIndex_Name Looks up a localized string similar to Create Index. Declaration public static string StandardContextTypes_CreateIndex_Name { get; } Property Value Type Description string StandardContextTypes_CreateTableOfAuthorities_Code Looks up a localized string similar to CTA. Declaration public static string StandardContextTypes_CreateTableOfAuthorities_Code { get; } Property Value Type Description string StandardContextTypes_CreateTableOfAuthorities_Name Looks up a localized string similar to Create Table of Authorities. Declaration public static string StandardContextTypes_CreateTableOfAuthorities_Name { get; } Property Value Type Description string StandardContextTypes_CreateTableOfAuthroities_Description Looks up a localized string similar to Table of authorities creation. Declaration public static string StandardContextTypes_CreateTableOfAuthroities_Description { get; } Property Value Type Description string StandardContextTypes_CreateTableOfContents_Code Looks up a localized string similar to CTC. Declaration public static string StandardContextTypes_CreateTableOfContents_Code { get; } Property Value Type Description string StandardContextTypes_CreateTableOfContents_Description Looks up a localized string similar to Table of contents creation. Declaration public static string StandardContextTypes_CreateTableOfContents_Description { get; } Property Value Type Description string StandardContextTypes_CreateTableOfContents_Name Looks up a localized string similar to Create Table of Contents. Declaration public static string StandardContextTypes_CreateTableOfContents_Name { get; } Property Value Type Description string StandardContextTypes_CrossReferenceContent_Code Looks up a localized string similar to CRC. Declaration public static string StandardContextTypes_CrossReferenceContent_Code { get; } Property Value Type Description string StandardContextTypes_CrossReferenceContent_Description Looks up a localized string similar to Cross-reference content. Declaration public static string StandardContextTypes_CrossReferenceContent_Description { get; } Property Value Type Description string StandardContextTypes_CrossReferenceContent_Name Looks up a localized string similar to Cross-Reference Content. Declaration public static string StandardContextTypes_CrossReferenceContent_Name { get; } Property Value Type Description string StandardContextTypes_DDEAutomaticReference_Code Looks up a localized string similar to DDA. Declaration public static string StandardContextTypes_DDEAutomaticReference_Code { get; } Property Value Type Description string StandardContextTypes_DDEAutomaticReference_Description Looks up a localized string similar to A DDE automatic reference. Declaration public static string StandardContextTypes_DDEAutomaticReference_Description { get; } Property Value Type Description string StandardContextTypes_DDEAutomaticReference_Name Looks up a localized string similar to DDE automatic reference. Declaration public static string StandardContextTypes_DDEAutomaticReference_Name { get; } Property Value Type Description string StandardContextTypes_DDEReference_Code Looks up a localized string similar to DDR. Declaration public static string StandardContextTypes_DDEReference_Code { get; } Property Value Type Description string StandardContextTypes_DDEReference_Description Looks up a localized string similar to A DDE reference. Declaration public static string StandardContextTypes_DDEReference_Description { get; } Property Value Type Description string StandardContextTypes_DDEReference_Name Looks up a localized string similar to DDE reference. Declaration public static string StandardContextTypes_DDEReference_Name { get; } Property Value Type Description string StandardContextTypes_DataCommand_Code Looks up a localized string similar to DC. Declaration public static string StandardContextTypes_DataCommand_Code { get; } Property Value Type Description string StandardContextTypes_DataCommand_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_DataCommand_Description { get; } Property Value Type Description string StandardContextTypes_DataCommand_Name Looks up a localized string similar to Data command. Declaration public static string StandardContextTypes_DataCommand_Name { get; } Property Value Type Description string StandardContextTypes_Dialog_Code Looks up a localized string similar to D. Declaration public static string StandardContextTypes_Dialog_Code { get; } Property Value Type Description string StandardContextTypes_Dialog_Description Looks up a localized string similar to A dialog box. Declaration public static string StandardContextTypes_Dialog_Description { get; } Property Value Type Description string StandardContextTypes_Dialog_Name Looks up a localized string similar to Dialog. Declaration public static string StandardContextTypes_Dialog_Name { get; } Property Value Type Description string StandardContextTypes_Dialogs_Code Looks up a localized string similar to DS. Declaration public static string StandardContextTypes_Dialogs_Code { get; } Property Value Type Description string StandardContextTypes_Dialogs_Description Looks up a localized string similar to A collection of dialog boxes. Declaration public static string StandardContextTypes_Dialogs_Description { get; } Property Value Type Description string StandardContextTypes_Dialogs_Name Looks up a localized string similar to Dialogs. Declaration public static string StandardContextTypes_Dialogs_Name { get; } Property Value Type Description string StandardContextTypes_DisplayContent_Code Looks up a localized string similar to FV. Declaration public static string StandardContextTypes_DisplayContent_Code { get; } Property Value Type Description string StandardContextTypes_DisplayContent_Description Looks up a localized string similar to Field Value. Declaration public static string StandardContextTypes_DisplayContent_Description { get; } Property Value Type Description string StandardContextTypes_DisplayContent_Name Looks up a localized string similar to Display Content. Declaration public static string StandardContextTypes_DisplayContent_Name { get; } Property Value Type Description string StandardContextTypes_DocumentLink_Code Looks up a localized string similar to DL. Declaration public static string StandardContextTypes_DocumentLink_Code { get; } Property Value Type Description string StandardContextTypes_DocumentLink_Description Looks up a localized string similar to A document link. Declaration public static string StandardContextTypes_DocumentLink_Description { get; } Property Value Type Description string StandardContextTypes_DocumentLink_Name Looks up a localized string similar to Document Link. Declaration public static string StandardContextTypes_DocumentLink_Name { get; } Property Value Type Description string StandardContextTypes_DocumentProperty_Code Looks up a localized string similar to DP. Declaration public static string StandardContextTypes_DocumentProperty_Code { get; } Property Value Type Description string StandardContextTypes_DocumentProperty_Name Looks up a localized string similar to Document property. Declaration public static string StandardContextTypes_DocumentProperty_Name { get; } Property Value Type Description string StandardContextTypes_DocumentReference_Code Looks up a localized string similar to DR. Declaration public static string StandardContextTypes_DocumentReference_Code { get; } Property Value Type Description string StandardContextTypes_DocumentReference_Description Looks up a localized string similar to A document reference. Declaration public static string StandardContextTypes_DocumentReference_Description { get; } Property Value Type Description string StandardContextTypes_DocumentReference_Name Looks up a localized string similar to Document reference. Declaration public static string StandardContextTypes_DocumentReference_Name { get; } Property Value Type Description string StandardContextTypes_DocumentVariable_Code Looks up a localized string similar to DV. Declaration public static string StandardContextTypes_DocumentVariable_Code { get; } Property Value Type Description string StandardContextTypes_DocumentVariable_Name Looks up a localized string similar to Document variable. Declaration public static string StandardContextTypes_DocumentVariable_Name { get; } Property Value Type Description string StandardContextTypes_Element_Code Looks up a localized string similar to EL. Declaration public static string StandardContextTypes_Element_Code { get; } Property Value Type Description string StandardContextTypes_Element_Description Looks up a localized string similar to Element content. Declaration public static string StandardContextTypes_Element_Description { get; } Property Value Type Description string StandardContextTypes_Element_Name Looks up a localized string similar to Element. Declaration public static string StandardContextTypes_Element_Name { get; } Property Value Type Description string StandardContextTypes_EmbeddedObject_Code Looks up a localized string similar to EO. Declaration public static string StandardContextTypes_EmbeddedObject_Code { get; } Property Value Type Description string StandardContextTypes_EmbeddedObject_Description Looks up a localized string similar to An embedded object. Declaration public static string StandardContextTypes_EmbeddedObject_Description { get; } Property Value Type Description string StandardContextTypes_EmbeddedObject_Name Looks up a localized string similar to Embedded object. Declaration public static string StandardContextTypes_EmbeddedObject_Name { get; } Property Value Type Description string StandardContextTypes_EndNote_Code Looks up a localized string similar to EN. Declaration public static string StandardContextTypes_EndNote_Code { get; } Property Value Type Description string StandardContextTypes_EndNote_Description Looks up a localized string similar to An endnote. Declaration public static string StandardContextTypes_EndNote_Description { get; } Property Value Type Description string StandardContextTypes_EndNote_Name Looks up a localized string similar to Endnote. Declaration public static string StandardContextTypes_EndNote_Name { get; } Property Value Type Description string StandardContextTypes_EvaluateExpression_Code Looks up a localized string similar to EE. Declaration public static string StandardContextTypes_EvaluateExpression_Code { get; } Property Value Type Description string StandardContextTypes_EvaluateExpression_Description Looks up a localized string similar to An expression evaluation. Declaration public static string StandardContextTypes_EvaluateExpression_Description { get; } Property Value Type Description string StandardContextTypes_EvaluateExpression_Name Looks up a localized string similar to Evaluate expression. Declaration public static string StandardContextTypes_EvaluateExpression_Name { get; } Property Value Type Description string StandardContextTypes_ExternalLink_Code Looks up a localized string similar to EL. Declaration public static string StandardContextTypes_ExternalLink_Code { get; } Property Value Type Description string StandardContextTypes_ExternalLink_Description Looks up a localized string similar to An external link. Declaration public static string StandardContextTypes_ExternalLink_Description { get; } Property Value Type Description string StandardContextTypes_ExternalLink_Name Looks up a localized string similar to External Link. Declaration public static string StandardContextTypes_ExternalLink_Name { get; } Property Value Type Description string StandardContextTypes_Field_Code Looks up a localized string similar to F. Declaration public static string StandardContextTypes_Field_Code { get; } Property Value Type Description string StandardContextTypes_Field_Description Looks up a localized string similar to A field. Declaration public static string StandardContextTypes_Field_Description { get; } Property Value Type Description string StandardContextTypes_Field_Name Looks up a localized string similar to Field. Declaration public static string StandardContextTypes_Field_Name { get; } Property Value Type Description string StandardContextTypes_FileSize_Code Looks up a localized string similar to FS. Declaration public static string StandardContextTypes_FileSize_Code { get; } Property Value Type Description string StandardContextTypes_FileSize_Name Looks up a localized string similar to File size. Declaration public static string StandardContextTypes_FileSize_Name { get; } Property Value Type Description string StandardContextTypes_FillInCommandToDisplayOption_Code Looks up a localized string similar to FDR. Declaration public static string StandardContextTypes_FillInCommandToDisplayOption_Code { get; } Property Value Type Description string StandardContextTypes_FillInCommandToDisplayOption_Description Looks up a localized string similar to Translatable content in a field default response. Declaration public static string StandardContextTypes_FillInCommandToDisplayOption_Description { get; } Property Value Type Description string StandardContextTypes_FillInCommandToDisplayOption_Name Looks up a localized string similar to Translatable Content. Declaration public static string StandardContextTypes_FillInCommandToDisplayOption_Name { get; } Property Value Type Description string StandardContextTypes_FillInCommandToDisplayPrompt_Code Looks up a localized string similar to FCD. Declaration public static string StandardContextTypes_FillInCommandToDisplayPrompt_Code { get; } Property Value Type Description string StandardContextTypes_FillInCommandToDisplayPrompt_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_FillInCommandToDisplayPrompt_Description { get; } Property Value Type Description string StandardContextTypes_FillInCommandToDisplayPrompt_Name Looks up a localized string similar to Fill-in field content display. Declaration public static string StandardContextTypes_FillInCommandToDisplayPrompt_Name { get; } Property Value Type Description string StandardContextTypes_FootnoteReference_Code Looks up a localized string similar to FR. Declaration public static string StandardContextTypes_FootnoteReference_Code { get; } Property Value Type Description string StandardContextTypes_FootnoteReference_Name Looks up a localized string similar to A footnote reference. Declaration public static string StandardContextTypes_FootnoteReference_Name { get; } Property Value Type Description string StandardContextTypes_Footnote_Code Looks up a localized string similar to FN. Declaration public static string StandardContextTypes_Footnote_Code { get; } Property Value Type Description string StandardContextTypes_Footnote_Description Looks up a localized string similar to A footnote. Declaration public static string StandardContextTypes_Footnote_Description { get; } Property Value Type Description string StandardContextTypes_Footnote_Name Looks up a localized string similar to Footnote. Declaration public static string StandardContextTypes_Footnote_Name { get; } Property Value Type Description string StandardContextTypes_FormCheckBox_Code Looks up a localized string similar to FCB. Declaration public static string StandardContextTypes_FormCheckBox_Code { get; } Property Value Type Description string StandardContextTypes_FormCheckBox_Name Looks up a localized string similar to Form check box. Declaration public static string StandardContextTypes_FormCheckBox_Name { get; } Property Value Type Description string StandardContextTypes_FormListBox_Code Looks up a localized string similar to FLB. Declaration public static string StandardContextTypes_FormListBox_Code { get; } Property Value Type Description string StandardContextTypes_FormListBox_Name Looks up a localized string similar to Form list box. Declaration public static string StandardContextTypes_FormListBox_Name { get; } Property Value Type Description string StandardContextTypes_FormTextBox_Code Looks up a localized string similar to FTB. Declaration public static string StandardContextTypes_FormTextBox_Code { get; } Property Value Type Description string StandardContextTypes_FormTextBox_Name Looks up a localized string similar to Form text box. Declaration public static string StandardContextTypes_FormTextBox_Name { get; } Property Value Type Description string StandardContextTypes_Form_Code Looks up a localized string similar to FRM. Declaration public static string StandardContextTypes_Form_Code { get; } Property Value Type Description string StandardContextTypes_Form_Name Looks up a localized string similar to Form. Declaration public static string StandardContextTypes_Form_Name { get; } Property Value Type Description string StandardContextTypes_FormulaDefinition_Code Looks up a localized string similar to FD. Declaration public static string StandardContextTypes_FormulaDefinition_Code { get; } Property Value Type Description string StandardContextTypes_FormulaDefinition_Description Looks up a localized string similar to A formula definition. Declaration public static string StandardContextTypes_FormulaDefinition_Description { get; } Property Value Type Description string StandardContextTypes_FormulaDefinition_Name Looks up a localized string similar to Formula definition. Declaration public static string StandardContextTypes_FormulaDefinition_Name { get; } Property Value Type Description string StandardContextTypes_Frame_Code Looks up a localized string similar to FRE. Declaration public static string StandardContextTypes_Frame_Code { get; } Property Value Type Description string StandardContextTypes_Frame_Name Looks up a localized string similar to Frame. Declaration public static string StandardContextTypes_Frame_Name { get; } Property Value Type Description string StandardContextTypes_GoToButton_Code Looks up a localized string similar to GO. Declaration public static string StandardContextTypes_GoToButton_Code { get; } Property Value Type Description string StandardContextTypes_GoToButton_Description Looks up a localized string similar to A goto button. Declaration public static string StandardContextTypes_GoToButton_Description { get; } Property Value Type Description string StandardContextTypes_GoToButton_Name Looks up a localized string similar to Goto button. Declaration public static string StandardContextTypes_GoToButton_Name { get; } Property Value Type Description string StandardContextTypes_GreetingsLine_Code Looks up a localized string similar to GL. Declaration public static string StandardContextTypes_GreetingsLine_Code { get; } Property Value Type Description string StandardContextTypes_GreetingsLine_Name Looks up a localized string similar to Greetings line. Declaration public static string StandardContextTypes_GreetingsLine_Name { get; } Property Value Type Description string StandardContextTypes_GroupBox_Code Looks up a localized string similar to GB. Declaration public static string StandardContextTypes_GroupBox_Code { get; } Property Value Type Description string StandardContextTypes_GroupBox_Description Looks up a localized string similar to A group box. Declaration public static string StandardContextTypes_GroupBox_Description { get; } Property Value Type Description string StandardContextTypes_GroupBox_Name Looks up a localized string similar to Group Box. Declaration public static string StandardContextTypes_GroupBox_Name { get; } Property Value Type Description string StandardContextTypes_Group_Code Looks up a localized string similar to G. Declaration public static string StandardContextTypes_Group_Code { get; } Property Value Type Description string StandardContextTypes_Group_Description Looks up a localized string similar to A group. Declaration public static string StandardContextTypes_Group_Description { get; } Property Value Type Description string StandardContextTypes_Group_Name Looks up a localized string similar to Group. Declaration public static string StandardContextTypes_Group_Name { get; } Property Value Type Description string StandardContextTypes_HTMLControl_Code Looks up a localized string similar to HTM. Declaration public static string StandardContextTypes_HTMLControl_Code { get; } Property Value Type Description string StandardContextTypes_HTMLControl_Name Looks up a localized string similar to HTML control. Declaration public static string StandardContextTypes_HTMLControl_Name { get; } Property Value Type Description string StandardContextTypes_Heading_Code Looks up a localized string similar to H. Declaration public static string StandardContextTypes_Heading_Code { get; } Property Value Type Description string StandardContextTypes_Heading_Description Looks up a localized string similar to A heading. Declaration public static string StandardContextTypes_Heading_Description { get; } Property Value Type Description string StandardContextTypes_Heading_Name Looks up a localized string similar to Heading. Declaration public static string StandardContextTypes_Heading_Name { get; } Property Value Type Description string StandardContextTypes_HyperlinkDestination_Code Looks up a localized string similar to HD. Declaration public static string StandardContextTypes_HyperlinkDestination_Code { get; } Property Value Type Description string StandardContextTypes_HyperlinkDestination_Description Looks up a localized string similar to The destination of a hyperlink. Declaration public static string StandardContextTypes_HyperlinkDestination_Description { get; } Property Value Type Description string StandardContextTypes_HyperlinkDestination_Name Looks up a localized string similar to Hyperlink Destination. Declaration public static string StandardContextTypes_HyperlinkDestination_Name { get; } Property Value Type Description string StandardContextTypes_Hyperlink_Code Looks up a localized string similar to HL. Declaration public static string StandardContextTypes_Hyperlink_Code { get; } Property Value Type Description string StandardContextTypes_Hyperlink_Description Looks up a localized string similar to A hyperlink. Declaration public static string StandardContextTypes_Hyperlink_Description { get; } Property Value Type Description string StandardContextTypes_Hyperlink_Name Looks up a localized string similar to Hyperlink. Declaration public static string StandardContextTypes_Hyperlink_Name { get; } Property Value Type Description string StandardContextTypes_ID_Code Looks up a localized string similar to ID. Declaration public static string StandardContextTypes_ID_Code { get; } Property Value Type Description string StandardContextTypes_ID_Description Looks up a localized string similar to ID. Declaration public static string StandardContextTypes_ID_Description { get; } Property Value Type Description string StandardContextTypes_ID_Name Looks up a localized string similar to ID. Declaration public static string StandardContextTypes_ID_Name { get; } Property Value Type Description string StandardContextTypes_IfCommand_Code Looks up a localized string similar to IC. Declaration public static string StandardContextTypes_IfCommand_Code { get; } Property Value Type Description string StandardContextTypes_IfCommand_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_IfCommand_Description { get; } Property Value Type Description string StandardContextTypes_IfCommand_Name Looks up a localized string similar to If command. Declaration public static string StandardContextTypes_IfCommand_Name { get; } Property Value Type Description string StandardContextTypes_IncludeCommand_Code Looks up a localized string similar to IC. Declaration public static string StandardContextTypes_IncludeCommand_Code { get; } Property Value Type Description string StandardContextTypes_IncludeCommand_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_IncludeCommand_Description { get; } Property Value Type Description string StandardContextTypes_IncludeCommand_Name Looks up a localized string similar to Include command. Declaration public static string StandardContextTypes_IncludeCommand_Name { get; } Property Value Type Description string StandardContextTypes_IncludePicture_Code Looks up a localized string similar to IP. Declaration public static string StandardContextTypes_IncludePicture_Code { get; } Property Value Type Description string StandardContextTypes_IncludePicture_Name Looks up a localized string similar to Include picture. Declaration public static string StandardContextTypes_IncludePicture_Name { get; } Property Value Type Description string StandardContextTypes_IncludeText_Code Looks up a localized string similar to IT. Declaration public static string StandardContextTypes_IncludeText_Code { get; } Property Value Type Description string StandardContextTypes_IncludeText_Name Looks up a localized string similar to Include text. Declaration public static string StandardContextTypes_IncludeText_Name { get; } Property Value Type Description string StandardContextTypes_IndexEntry_Code Looks up a localized string similar to IE. Declaration public static string StandardContextTypes_IndexEntry_Code { get; } Property Value Type Description string StandardContextTypes_IndexEntry_Description Looks up a localized string similar to An index entry. Declaration public static string StandardContextTypes_IndexEntry_Description { get; } Property Value Type Description string StandardContextTypes_IndexEntry_Name Looks up a localized string similar to Index Entry. Declaration public static string StandardContextTypes_IndexEntry_Name { get; } Property Value Type Description string StandardContextTypes_IndexTopics_Code Looks up a localized string similar to IT. Declaration public static string StandardContextTypes_IndexTopics_Code { get; } Property Value Type Description string StandardContextTypes_IndexTopics_Description Looks up a localized string similar to An index topic. Declaration public static string StandardContextTypes_IndexTopics_Description { get; } Property Value Type Description string StandardContextTypes_IndexTopics_Name Looks up a localized string similar to Index Topics. Declaration public static string StandardContextTypes_IndexTopics_Name { get; } Property Value Type Description string StandardContextTypes_Input_Code Looks up a localized string similar to IN. Declaration public static string StandardContextTypes_Input_Code { get; } Property Value Type Description string StandardContextTypes_Input_Description Looks up a localized string similar to An input field. Declaration public static string StandardContextTypes_Input_Description { get; } Property Value Type Description string StandardContextTypes_Input_Name Looks up a localized string similar to Input. Declaration public static string StandardContextTypes_Input_Name { get; } Property Value Type Description string StandardContextTypes_InsertAutoNumberingFieldInArabicNumberFormat_Code Looks up a localized string similar to AFA. Declaration public static string StandardContextTypes_InsertAutoNumberingFieldInArabicNumberFormat_Code { get; } Property Value Type Description string StandardContextTypes_InsertAutoNumberingFieldInArabicNumberFormat_Name Looks up a localized string similar to Insert auto numbering field in arabic number format. Declaration public static string StandardContextTypes_InsertAutoNumberingFieldInArabicNumberFormat_Name { get; } Property Value Type Description string StandardContextTypes_InsertAutoNumberingFieldInLegalFormat_Code Looks up a localized string similar to AFL. Declaration public static string StandardContextTypes_InsertAutoNumberingFieldInLegalFormat_Code { get; } Property Value Type Description string StandardContextTypes_InsertAutoNumberingFieldInLegalFormat_Name Looks up a localized string similar to Insert auto numbering field in legal format. Declaration public static string StandardContextTypes_InsertAutoNumberingFieldInLegalFormat_Name { get; } Property Value Type Description string StandardContextTypes_InsertAutoNumberingFieldInOutlineFormat_Code Looks up a localized string similar to AFO. Declaration public static string StandardContextTypes_InsertAutoNumberingFieldInOutlineFormat_Code { get; } Property Value Type Description string StandardContextTypes_InsertAutoNumberingFieldInOutlineFormat_Name Looks up a localized string similar to Insert auto numbering field in outline format. Declaration public static string StandardContextTypes_InsertAutoNumberingFieldInOutlineFormat_Name { get; } Property Value Type Description string StandardContextTypes_InsertDatabase_Code Looks up a localized string similar to ID. Declaration public static string StandardContextTypes_InsertDatabase_Code { get; } Property Value Type Description string StandardContextTypes_InsertDatabase_Name Looks up a localized string similar to Insert database. Declaration public static string StandardContextTypes_InsertDatabase_Name { get; } Property Value Type Description string StandardContextTypes_InsertLiteralText_Code Looks up a localized string similar to ILT. Declaration public static string StandardContextTypes_InsertLiteralText_Code { get; } Property Value Type Description string StandardContextTypes_InsertLiteralText_Description Looks up a localized string similar to Inserted literal text. Declaration public static string StandardContextTypes_InsertLiteralText_Description { get; } Property Value Type Description string StandardContextTypes_InsertLiteralText_Name Looks up a localized string similar to Insert literal text. Declaration public static string StandardContextTypes_InsertLiteralText_Name { get; } Property Value Type Description string StandardContextTypes_InsertsGlossaryEntry_Code Looks up a localized string similar to IGE. Declaration public static string StandardContextTypes_InsertsGlossaryEntry_Code { get; } Property Value Type Description string StandardContextTypes_InsertsGlossaryEntry_Description Looks up a localized string similar to Inserts a glossary entry. Declaration public static string StandardContextTypes_InsertsGlossaryEntry_Description { get; } Property Value Type Description string StandardContextTypes_InsertsGlossaryEntry_Name Looks up a localized string similar to Inserts glossary entry. Declaration public static string StandardContextTypes_InsertsGlossaryEntry_Name { get; } Property Value Type Description string StandardContextTypes_InsertsNumberOfCurrentPrintMergeRecord_Code Looks up a localized string similar to NPM. Declaration public static string StandardContextTypes_InsertsNumberOfCurrentPrintMergeRecord_Code { get; } Property Value Type Description string StandardContextTypes_InsertsNumberOfCurrentPrintMergeRecord_Name Looks up a localized string similar to Inserts number of current print merge record. Declaration public static string StandardContextTypes_InsertsNumberOfCurrentPrintMergeRecord_Name { get; } Property Value Type Description string StandardContextTypes_InvertedExclamationMarks_Code Looks up a localized string similar to ¡¡. Declaration public static string StandardContextTypes_InvertedExclamationMarks_Code { get; } Property Value Type Description string StandardContextTypes_InvertedExclamationMarks_Description Looks up a localized string similar to Inverted exclamation marks. Declaration public static string StandardContextTypes_InvertedExclamationMarks_Description { get; } Property Value Type Description string StandardContextTypes_InvertedExclamationMarks_Name Looks up a localized string similar to ¡¡. Declaration public static string StandardContextTypes_InvertedExclamationMarks_Name { get; } Property Value Type Description string StandardContextTypes_Item_Code Looks up a localized string similar to I. Declaration public static string StandardContextTypes_Item_Code { get; } Property Value Type Description string StandardContextTypes_Item_Description Looks up a localized string similar to An item. Declaration public static string StandardContextTypes_Item_Description { get; } Property Value Type Description string StandardContextTypes_Item_Name Looks up a localized string similar to Item. Declaration public static string StandardContextTypes_Item_Name { get; } Property Value Type Description string StandardContextTypes_Items_Code Looks up a localized string similar to IS. Declaration public static string StandardContextTypes_Items_Code { get; } Property Value Type Description string StandardContextTypes_Items_Description Looks up a localized string similar to A collection of items. Declaration public static string StandardContextTypes_Items_Description { get; } Property Value Type Description string StandardContextTypes_Items_Name Looks up a localized string similar to Items. Declaration public static string StandardContextTypes_Items_Name { get; } Property Value Type Description string StandardContextTypes_KeywordList_Code Looks up a localized string similar to KL. Declaration public static string StandardContextTypes_KeywordList_Code { get; } Property Value Type Description string StandardContextTypes_KeywordList_Description Looks up a localized string similar to A list of keywords. Declaration public static string StandardContextTypes_KeywordList_Description { get; } Property Value Type Description string StandardContextTypes_KeywordList_Name Looks up a localized string similar to Keyword List. Declaration public static string StandardContextTypes_KeywordList_Name { get; } Property Value Type Description string StandardContextTypes_Label_Code Looks up a localized string similar to LBL. Declaration public static string StandardContextTypes_Label_Code { get; } Property Value Type Description string StandardContextTypes_Label_Description Looks up a localized string similar to A label. Declaration public static string StandardContextTypes_Label_Description { get; } Property Value Type Description string StandardContextTypes_Label_Name Looks up a localized string similar to Label. Declaration public static string StandardContextTypes_Label_Name { get; } Property Value Type Description string StandardContextTypes_Length_Code Looks up a localized string similar to LN. Declaration public static string StandardContextTypes_Length_Code { get; } Property Value Type Description string StandardContextTypes_Length_Description Looks up a localized string similar to Length information for validation. Declaration public static string StandardContextTypes_Length_Description { get; } Property Value Type Description string StandardContextTypes_Length_Name Looks up a localized string similar to Length Restriction. Declaration public static string StandardContextTypes_Length_Name { get; } Property Value Type Description string StandardContextTypes_Link_Code Looks up a localized string similar to L. Declaration public static string StandardContextTypes_Link_Code { get; } Property Value Type Description string StandardContextTypes_Link_Description Looks up a localized string similar to A link. Declaration public static string StandardContextTypes_Link_Description { get; } Property Value Type Description string StandardContextTypes_Link_Name Looks up a localized string similar to Link. Declaration public static string StandardContextTypes_Link_Name { get; } Property Value Type Description string StandardContextTypes_ListBox_Code Looks up a localized string similar to LB. Declaration public static string StandardContextTypes_ListBox_Code { get; } Property Value Type Description string StandardContextTypes_ListBox_Description Looks up a localized string similar to A list box. Declaration public static string StandardContextTypes_ListBox_Description { get; } Property Value Type Description string StandardContextTypes_ListBox_Name Looks up a localized string similar to List Box. Declaration public static string StandardContextTypes_ListBox_Name { get; } Property Value Type Description string StandardContextTypes_ListElement_Code Looks up a localized string similar to LE. Declaration public static string StandardContextTypes_ListElement_Code { get; } Property Value Type Description string StandardContextTypes_ListElement_Name Looks up a localized string similar to List element. Declaration public static string StandardContextTypes_ListElement_Name { get; } Property Value Type Description string StandardContextTypes_ListItem_Code Looks up a localized string similar to LI. Declaration public static string StandardContextTypes_ListItem_Code { get; } Property Value Type Description string StandardContextTypes_ListItem_Description Looks up a localized string similar to An item in a list. Declaration public static string StandardContextTypes_ListItem_Description { get; } Property Value Type Description string StandardContextTypes_ListItem_Name Looks up a localized string similar to List Item. Declaration public static string StandardContextTypes_ListItem_Name { get; } Property Value Type Description string StandardContextTypes_MacroButton_Code Looks up a localized string similar to MB. Declaration public static string StandardContextTypes_MacroButton_Code { get; } Property Value Type Description string StandardContextTypes_MacroButton_Description Looks up a localized string similar to A macro button. Declaration public static string StandardContextTypes_MacroButton_Description { get; } Property Value Type Description string StandardContextTypes_MacroButton_Name Looks up a localized string similar to Macro button. Declaration public static string StandardContextTypes_MacroButton_Name { get; } Property Value Type Description string StandardContextTypes_Macro_Code Looks up a localized string similar to M. Declaration public static string StandardContextTypes_Macro_Code { get; } Property Value Type Description string StandardContextTypes_Macro_Name Looks up a localized string similar to Macro. Declaration public static string StandardContextTypes_Macro_Name { get; } Property Value Type Description string StandardContextTypes_MarkTableOfAuthorities_Code Looks up a localized string similar to TOA. Declaration public static string StandardContextTypes_MarkTableOfAuthorities_Code { get; } Property Value Type Description string StandardContextTypes_MarkTableOfAuthorities_Description Looks up a localized string similar to . Declaration public static string StandardContextTypes_MarkTableOfAuthorities_Description { get; } Property Value Type Description string StandardContextTypes_MarkTableOfAuthorities_Name Looks up a localized string similar to Table of Authorities. Declaration public static string StandardContextTypes_MarkTableOfAuthorities_Name { get; } Property Value Type Description string StandardContextTypes_MasterPage_Code Looks up a localized string similar to MP. Declaration public static string StandardContextTypes_MasterPage_Code { get; } Property Value Type Description string StandardContextTypes_MasterPage_Description Looks up a localized string similar to A master page. Declaration public static string StandardContextTypes_MasterPage_Description { get; } Property Value Type Description string StandardContextTypes_MasterPage_Name Looks up a localized string similar to Master Page. Declaration public static string StandardContextTypes_MasterPage_Name { get; } Property Value Type Description string StandardContextTypes_MasterSpread_Code Looks up a localized string similar to MAS. Declaration public static string StandardContextTypes_MasterSpread_Code { get; } Property Value Type Description string StandardContextTypes_MasterSpread_Description Looks up a localized string similar to A master spread. Declaration public static string StandardContextTypes_MasterSpread_Description { get; } Property Value Type Description string StandardContextTypes_MasterSpread_Name Looks up a localized string similar to Master Spread. Declaration public static string StandardContextTypes_MasterSpread_Name { get; } Property Value Type Description string StandardContextTypes_Menu_Code Looks up a localized string similar to M. Declaration public static string StandardContextTypes_Menu_Code { get; } Property Value Type Description string StandardContextTypes_Menu_Description Looks up a localized string similar to A menu item. Declaration public static string StandardContextTypes_Menu_Description { get; } Property Value Type Description string StandardContextTypes_Menu_Name Looks up a localized string similar to Menu. Declaration public static string StandardContextTypes_Menu_Name { get; } Property Value Type Description string StandardContextTypes_Menus_Code Looks up a localized string similar to MS. Declaration public static string StandardContextTypes_Menus_Code { get; } Property Value Type Description string StandardContextTypes_Menus_Description Looks up a localized string similar to A collection of menus. Declaration public static string StandardContextTypes_Menus_Description { get; } Property Value Type Description string StandardContextTypes_Menus_Name Looks up a localized string similar to Menus. Declaration public static string StandardContextTypes_Menus_Name { get; } Property Value Type Description string StandardContextTypes_MergeFields_Code Looks up a localized string similar to MF. Declaration public static string StandardContextTypes_MergeFields_Code { get; } Property Value Type Description string StandardContextTypes_MergeFields_Name Looks up a localized string similar to Merge fields. Declaration public static string StandardContextTypes_MergeFields_Name { get; } Property Value Type Description string StandardContextTypes_MergeRecordSequenceNumber_Code Looks up a localized string similar to MRS. Declaration public static string StandardContextTypes_MergeRecordSequenceNumber_Code { get; } Property Value Type Description string StandardContextTypes_MergeRecordSequenceNumber_Name Looks up a localized string similar to Merge record sequence number. Declaration public static string StandardContextTypes_MergeRecordSequenceNumber_Name { get; } Property Value Type Description string StandardContextTypes_Meta_Code Looks up a localized string similar to M. Declaration public static string StandardContextTypes_Meta_Code { get; } Property Value Type Description string StandardContextTypes_Meta_Description Looks up a localized string similar to Document meta data. Declaration public static string StandardContextTypes_Meta_Description { get; } Property Value Type Description string StandardContextTypes_Meta_Name Looks up a localized string similar to Meta. Declaration public static string StandardContextTypes_Meta_Name { get; } Property Value Type Description string StandardContextTypes_NextCommand_Code Looks up a localized string similar to NC. Declaration public static string StandardContextTypes_NextCommand_Code { get; } Property Value Type Description string StandardContextTypes_NextCommand_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_NextCommand_Description { get; } Property Value Type Description string StandardContextTypes_NextCommand_Name Looks up a localized string similar to Next command. Declaration public static string StandardContextTypes_NextCommand_Name { get; } Property Value Type Description string StandardContextTypes_NextIfCommand_Code Looks up a localized string similar to NIC. Declaration public static string StandardContextTypes_NextIfCommand_Code { get; } Property Value Type Description string StandardContextTypes_NextIfCommand_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_NextIfCommand_Description { get; } Property Value Type Description string StandardContextTypes_NextIfCommand_Name Looks up a localized string similar to Nextif command. Declaration public static string StandardContextTypes_NextIfCommand_Name { get; } Property Value Type Description string StandardContextTypes_NoFrames_Code Looks up a localized string similar to NF. Declaration public static string StandardContextTypes_NoFrames_Code { get; } Property Value Type Description string StandardContextTypes_NoFrames_Description Looks up a localized string similar to Text displayed to the user when the browser cannot display frames. Declaration public static string StandardContextTypes_NoFrames_Description { get; } Property Value Type Description string StandardContextTypes_NoFrames_Name Looks up a localized string similar to No Frames. Declaration public static string StandardContextTypes_NoFrames_Name { get; } Property Value Type Description string StandardContextTypes_NoScript_Code Looks up a localized string similar to NS. Declaration public static string StandardContextTypes_NoScript_Code { get; } Property Value Type Description string StandardContextTypes_NoScript_Description Looks up a localized string similar to Used when scripts cannot be run. Declaration public static string StandardContextTypes_NoScript_Description { get; } Property Value Type Description string StandardContextTypes_NoScript_Name Looks up a localized string similar to No Script. Declaration public static string StandardContextTypes_NoScript_Name { get; } Property Value Type Description string StandardContextTypes_NormalSpread_Code Looks up a localized string similar to NS. Declaration public static string StandardContextTypes_NormalSpread_Code { get; } Property Value Type Description string StandardContextTypes_NormalSpread_Description Looks up a localized string similar to A normal spread. Declaration public static string StandardContextTypes_NormalSpread_Description { get; } Property Value Type Description string StandardContextTypes_NormalSpread_Name Looks up a localized string similar to Normal Spread. Declaration public static string StandardContextTypes_NormalSpread_Name { get; } Property Value Type Description string StandardContextTypes_NoteReference_Code Looks up a localized string similar to NR. Declaration public static string StandardContextTypes_NoteReference_Code { get; } Property Value Type Description string StandardContextTypes_NoteReference_Description Looks up a localized string similar to A note reference. Declaration public static string StandardContextTypes_NoteReference_Description { get; } Property Value Type Description string StandardContextTypes_NoteReference_Name Looks up a localized string similar to Note reference. Declaration public static string StandardContextTypes_NoteReference_Name { get; } Property Value Type Description string StandardContextTypes_Note_Code Looks up a localized string similar to N. Declaration public static string StandardContextTypes_Note_Code { get; } Property Value Type Description string StandardContextTypes_Note_Description Looks up a localized string similar to A note. Declaration public static string StandardContextTypes_Note_Description { get; } Property Value Type Description string StandardContextTypes_Note_Name Looks up a localized string similar to Note. Declaration public static string StandardContextTypes_Note_Name { get; } Property Value Type Description string StandardContextTypes_OCX_Code Looks up a localized string similar to OCX. Declaration public static string StandardContextTypes_OCX_Code { get; } Property Value Type Description string StandardContextTypes_OCX_Name Looks up a localized string similar to OCX. Declaration public static string StandardContextTypes_OCX_Name { get; } Property Value Type Description string StandardContextTypes_OrderedList_Code Looks up a localized string similar to OL. Declaration public static string StandardContextTypes_OrderedList_Code { get; } Property Value Type Description string StandardContextTypes_OrderedList_Name Looks up a localized string similar to Ordered list. Declaration public static string StandardContextTypes_OrderedList_Name { get; } Property Value Type Description string StandardContextTypes_PageHeaderFooter_Code Looks up a localized string similar to PHF. Declaration public static string StandardContextTypes_PageHeaderFooter_Code { get; } Property Value Type Description string StandardContextTypes_PageHeader_Description Looks up a localized string similar to A page header or footer. Declaration public static string StandardContextTypes_PageHeader_Description { get; } Property Value Type Description string StandardContextTypes_PageHeader_Name Looks up a localized string similar to Page Header or Footer. Declaration public static string StandardContextTypes_PageHeader_Name { get; } Property Value Type Description string StandardContextTypes_PageReference_Code Looks up a localized string similar to PR. Declaration public static string StandardContextTypes_PageReference_Code { get; } Property Value Type Description string StandardContextTypes_PageReference_Description Looks up a localized string similar to A page reference. Declaration public static string StandardContextTypes_PageReference_Description { get; } Property Value Type Description string StandardContextTypes_PageReference_Name Looks up a localized string similar to Page reference. Declaration public static string StandardContextTypes_PageReference_Name { get; } Property Value Type Description string StandardContextTypes_ParagraphUnitReference_Code Looks up a localized string similar to PUR. Declaration public static string StandardContextTypes_ParagraphUnitReference_Code { get; } Property Value Type Description string StandardContextTypes_ParagraphUnitReference_Description Looks up a localized string similar to ID of the paragraph unit where the tag containing the translatble content in this paragraph unit is located.. Declaration public static string StandardContextTypes_ParagraphUnitReference_Description { get; } Property Value Type Description string StandardContextTypes_ParagraphUnitReference_Name Looks up a localized string similar to Paragraph Unit Reference. Declaration public static string StandardContextTypes_ParagraphUnitReference_Name { get; } Property Value Type Description string StandardContextTypes_Paragraph_Code Looks up a localized string similar to P. Declaration public static string StandardContextTypes_Paragraph_Code { get; } Property Value Type Description string StandardContextTypes_Paragraph_Description Looks up a localized string similar to A paragraph of text. Declaration public static string StandardContextTypes_Paragraph_Description { get; } Property Value Type Description string StandardContextTypes_Paragraph_Name Looks up a localized string similar to Paragraph. Declaration public static string StandardContextTypes_Paragraph_Name { get; } Property Value Type Description string StandardContextTypes_PlugInModulePrivate_Code Looks up a localized string similar to PMP. Declaration public static string StandardContextTypes_PlugInModulePrivate_Code { get; } Property Value Type Description string StandardContextTypes_PlugInModulePrivate_Name Looks up a localized string similar to Plug-in module private. Declaration public static string StandardContextTypes_PlugInModulePrivate_Name { get; } Property Value Type Description string StandardContextTypes_PossibleBookmark_Code Looks up a localized string similar to PB. Declaration public static string StandardContextTypes_PossibleBookmark_Code { get; } Property Value Type Description string StandardContextTypes_PossibleBookmark_Description Looks up a localized string similar to The syntax matches the bookmark name. Declaration public static string StandardContextTypes_PossibleBookmark_Description { get; } Property Value Type Description string StandardContextTypes_PossibleBookmark_Name Looks up a localized string similar to Possible bookmark. Declaration public static string StandardContextTypes_PossibleBookmark_Name { get; } Property Value Type Description string StandardContextTypes_Private_Code Looks up a localized string similar to P. Declaration public static string StandardContextTypes_Private_Code { get; } Property Value Type Description string StandardContextTypes_Private_Name Looks up a localized string similar to Private. Declaration public static string StandardContextTypes_Private_Name { get; } Property Value Type Description string StandardContextTypes_ProductName_Code Looks up a localized string similar to PN. Declaration public static string StandardContextTypes_ProductName_Code { get; } Property Value Type Description string StandardContextTypes_ProductName_Description Looks up a localized string similar to The product name. Declaration public static string StandardContextTypes_ProductName_Description { get; } Property Value Type Description string StandardContextTypes_ProductName_Name Looks up a localized string similar to Product Name. Declaration public static string StandardContextTypes_ProductName_Name { get; } Property Value Type Description string StandardContextTypes_ProductVersion_Code Looks up a localized string similar to PV. Declaration public static string StandardContextTypes_ProductVersion_Code { get; } Property Value Type Description string StandardContextTypes_ProductVersion_Description Looks up a localized string similar to The product version. Declaration public static string StandardContextTypes_ProductVersion_Description { get; } Property Value Type Description string StandardContextTypes_ProductVersion_Name Looks up a localized string similar to Product Version. Declaration public static string StandardContextTypes_ProductVersion_Name { get; } Property Value Type Description string StandardContextTypes_PseudoInlineShape_Code Looks up a localized string similar to PIS. Declaration public static string StandardContextTypes_PseudoInlineShape_Code { get; } Property Value Type Description string StandardContextTypes_PseudoInlineShape_Name Looks up a localized string similar to Pseudo-inline shape. Declaration public static string StandardContextTypes_PseudoInlineShape_Name { get; } Property Value Type Description string StandardContextTypes_QuoteAuthorVariable_Code Looks up a localized string similar to QAV. Declaration public static string StandardContextTypes_QuoteAuthorVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteAuthorVariable_Description Looks up a localized string similar to A quote author variable. Declaration public static string StandardContextTypes_QuoteAuthorVariable_Description { get; } Property Value Type Description string StandardContextTypes_QuoteAuthorVariable_Name Looks up a localized string similar to Quote author variable. Declaration public static string StandardContextTypes_QuoteAuthorVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteCommentsVariable_Code Looks up a localized string similar to QCV. Declaration public static string StandardContextTypes_QuoteCommentsVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteCommentsVariable_Description Looks up a localized string similar to A quote comments variable. Declaration public static string StandardContextTypes_QuoteCommentsVariable_Description { get; } Property Value Type Description string StandardContextTypes_QuoteCommentsVariable_Name Looks up a localized string similar to Quote comments variable. Declaration public static string StandardContextTypes_QuoteCommentsVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteCreationDateVariable_Code Looks up a localized string similar to QCD. Declaration public static string StandardContextTypes_QuoteCreationDateVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteCreationDateVariable_Description Looks up a localized string similar to A quote creation date variable. Declaration public static string StandardContextTypes_QuoteCreationDateVariable_Description { get; } Property Value Type Description string StandardContextTypes_QuoteCreationDateVariable_Name Looks up a localized string similar to Quote creation date variable. Declaration public static string StandardContextTypes_QuoteCreationDateVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteCurrentDateVariable_Code Looks up a localized string similar to QCD. Declaration public static string StandardContextTypes_QuoteCurrentDateVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteCurrentDateVariable_Description Looks up a localized string similar to A quote current date variable. Declaration public static string StandardContextTypes_QuoteCurrentDateVariable_Description { get; } Property Value Type Description string StandardContextTypes_QuoteCurrentDateVariable_Name Looks up a localized string similar to Quote current date variable. Declaration public static string StandardContextTypes_QuoteCurrentDateVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteCurrentPageVariable_Code Looks up a localized string similar to QCP. Declaration public static string StandardContextTypes_QuoteCurrentPageVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteCurrentPageVariable_Description Looks up a localized string similar to A quote current page variable. Declaration public static string StandardContextTypes_QuoteCurrentPageVariable_Description { get; } Property Value Type Description string StandardContextTypes_QuoteCurrentPageVariable_Name Looks up a localized string similar to Quote current page variable. Declaration public static string StandardContextTypes_QuoteCurrentPageVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteCurrentTimeVariable_Code Looks up a localized string similar to QCT. Declaration public static string StandardContextTypes_QuoteCurrentTimeVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteCurrentTimeVariable_Description Looks up a localized string similar to A quote current time variable. Declaration public static string StandardContextTypes_QuoteCurrentTimeVariable_Description { get; } Property Value Type Description string StandardContextTypes_QuoteCurrentTimeVariable_Name Looks up a localized string similar to Quote current time variable. Declaration public static string StandardContextTypes_QuoteCurrentTimeVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteDocumentTemplateNameVariable_Code Looks up a localized string similar to QDT. Declaration public static string StandardContextTypes_QuoteDocumentTemplateNameVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteDocumentTemplateNameVariable_Description Looks up a localized string similar to A quote document template name variable. Declaration public static string StandardContextTypes_QuoteDocumentTemplateNameVariable_Description { get; } Property Value Type Description string StandardContextTypes_QuoteDocumentTemplateNameVariable_Name Looks up a localized string similar to Quote document template name variable. Declaration public static string StandardContextTypes_QuoteDocumentTemplateNameVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteEditTimeVariable_Code Looks up a localized string similar to QET. Declaration public static string StandardContextTypes_QuoteEditTimeVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteEditTimeVariable_Description Looks up a localized string similar to A quote edit time variable. Declaration public static string StandardContextTypes_QuoteEditTimeVariable_Description { get; } Property Value Type Description string StandardContextTypes_QuoteEditTimeVariable_Name Looks up a localized string similar to Quote edit time variable. Declaration public static string StandardContextTypes_QuoteEditTimeVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteFileNameVariable_Code Looks up a localized string similar to QFN. Declaration public static string StandardContextTypes_QuoteFileNameVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteFileNameVariable_Description Looks up a localized string similar to A quote file name variable. Declaration public static string StandardContextTypes_QuoteFileNameVariable_Description { get; } Property Value Type Description string StandardContextTypes_QuoteFileNameVariable_Name Looks up a localized string similar to Quote file name variable. Declaration public static string StandardContextTypes_QuoteFileNameVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteInfoVariable_Code Looks up a localized string similar to QIV. Declaration public static string StandardContextTypes_QuoteInfoVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteInfoVariable_Description Looks up a localized string similar to A quote info variable. Declaration public static string StandardContextTypes_QuoteInfoVariable_Description { get; } Property Value Type Description string StandardContextTypes_QuoteInfoVariable_Name Looks up a localized string similar to Quote info variable. Declaration public static string StandardContextTypes_QuoteInfoVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteKeywordsVariable_Code Looks up a localized string similar to QKV. Declaration public static string StandardContextTypes_QuoteKeywordsVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteKeywordsVariable_Description Looks up a localized string similar to A quote keywords variable. Declaration public static string StandardContextTypes_QuoteKeywordsVariable_Description { get; } Property Value Type Description string StandardContextTypes_QuoteKeywordsVariable_Name Looks up a localized string similar to Quote keywords variable. Declaration public static string StandardContextTypes_QuoteKeywordsVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteLastRevisedByVariable_Code Looks up a localized string similar to QLR. Declaration public static string StandardContextTypes_QuoteLastRevisedByVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteLastRevisedByVariable_Description Looks up a localized string similar to A quote last revised by variable. Declaration public static string StandardContextTypes_QuoteLastRevisedByVariable_Description { get; } Property Value Type Description string StandardContextTypes_QuoteLastRevisedByVariable_Name Looks up a localized string similar to Quote last revised by variable. Declaration public static string StandardContextTypes_QuoteLastRevisedByVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteNumberOfCharactersVariable_Code Looks up a localized string similar to QNC. Declaration public static string StandardContextTypes_QuoteNumberOfCharactersVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteNumberOfCharactersVariable_Name Looks up a localized string similar to A quote number of characters variable. Declaration public static string StandardContextTypes_QuoteNumberOfCharactersVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteNumberOfPagesVariable_Code Looks up a localized string similar to QNP. Declaration public static string StandardContextTypes_QuoteNumberOfPagesVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteNumberOfPagesVariable_Name Looks up a localized string similar to A quote number of pages variable. Declaration public static string StandardContextTypes_QuoteNumberOfPagesVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteNumberOfWordsVariable_Code Looks up a localized string similar to QNW. Declaration public static string StandardContextTypes_QuoteNumberOfWordsVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteNumberOfWordsVariable_Description Looks up a localized string similar to A quote number of words variable. Declaration public static string StandardContextTypes_QuoteNumberOfWordsVariable_Description { get; } Property Value Type Description string StandardContextTypes_QuoteNumberOfWordsVariable_Name Looks up a localized string similar to Quote number of words variable. Declaration public static string StandardContextTypes_QuoteNumberOfWordsVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuotePrintDateVariable_Code Looks up a localized string similar to QPD. Declaration public static string StandardContextTypes_QuotePrintDateVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuotePrintDateVariable_Name Looks up a localized string similar to A quote print date variable. Declaration public static string StandardContextTypes_QuotePrintDateVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteRevisionDateVariable_Code Looks up a localized string similar to QRD. Declaration public static string StandardContextTypes_QuoteRevisionDateVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteRevisionDateVariable_Description Looks up a localized string similar to A quote revision date variable. Declaration public static string StandardContextTypes_QuoteRevisionDateVariable_Description { get; } Property Value Type Description string StandardContextTypes_QuoteRevisionDateVariable_Name Looks up a localized string similar to Quote revision date variable. Declaration public static string StandardContextTypes_QuoteRevisionDateVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteRevisionNumberVariable_Code Looks up a localized string similar to QRN. Declaration public static string StandardContextTypes_QuoteRevisionNumberVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteRevisionNumberVariable_Description Looks up a localized string similar to A quote revision number variable. Declaration public static string StandardContextTypes_QuoteRevisionNumberVariable_Description { get; } Property Value Type Description string StandardContextTypes_QuoteRevisionNumberVariable_Name Looks up a localized string similar to Quote revision number variable. Declaration public static string StandardContextTypes_QuoteRevisionNumberVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteSubjectVariable_Code Looks up a localized string similar to QSV. Declaration public static string StandardContextTypes_QuoteSubjectVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteSubjectVariable_Description Looks up a localized string similar to A quote subject variable. Declaration public static string StandardContextTypes_QuoteSubjectVariable_Description { get; } Property Value Type Description string StandardContextTypes_QuoteSubjectVariable_Name Looks up a localized string similar to Quote subject variable. Declaration public static string StandardContextTypes_QuoteSubjectVariable_Name { get; } Property Value Type Description string StandardContextTypes_QuoteTitleVariable_Code Looks up a localized string similar to QTV. Declaration public static string StandardContextTypes_QuoteTitleVariable_Code { get; } Property Value Type Description string StandardContextTypes_QuoteTitleVariable_Description Looks up a localized string similar to A quote title variable. Declaration public static string StandardContextTypes_QuoteTitleVariable_Description { get; } Property Value Type Description string StandardContextTypes_QuoteTitleVariable_Name Looks up a localized string similar to Quote title variable. Declaration public static string StandardContextTypes_QuoteTitleVariable_Name { get; } Property Value Type Description string StandardContextTypes_RadioButton_Code Looks up a localized string similar to RB. Declaration public static string StandardContextTypes_RadioButton_Code { get; } Property Value Type Description string StandardContextTypes_RadioButton_Description Looks up a localized string similar to A radio button. Declaration public static string StandardContextTypes_RadioButton_Description { get; } Property Value Type Description string StandardContextTypes_RadioButton_Name Looks up a localized string similar to Radio Button. Declaration public static string StandardContextTypes_RadioButton_Name { get; } Property Value Type Description string StandardContextTypes_ReadsATIFFFile_Code Looks up a localized string similar to RTF. Declaration public static string StandardContextTypes_ReadsATIFFFile_Code { get; } Property Value Type Description string StandardContextTypes_ReadsATIFFFile_Name Looks up a localized string similar to Reads a tiff file. Declaration public static string StandardContextTypes_ReadsATIFFFile_Name { get; } Property Value Type Description string StandardContextTypes_Samp_Code Looks up a localized string similar to SMP. Declaration public static string StandardContextTypes_Samp_Code { get; } Property Value Type Description string StandardContextTypes_Samp_Description Looks up a localized string similar to Sample program output. Declaration public static string StandardContextTypes_Samp_Description { get; } Property Value Type Description string StandardContextTypes_Samp_Name Looks up a localized string similar to Samp. Declaration public static string StandardContextTypes_Samp_Name { get; } Property Value Type Description string StandardContextTypes_Script_Code Looks up a localized string similar to S. Declaration public static string StandardContextTypes_Script_Code { get; } Property Value Type Description string StandardContextTypes_Script_Description Looks up a localized string similar to A programmatic script. Declaration public static string StandardContextTypes_Script_Description { get; } Property Value Type Description string StandardContextTypes_Script_Name Looks up a localized string similar to Script. Declaration public static string StandardContextTypes_Script_Name { get; } Property Value Type Description string StandardContextTypes_SectionPages_Code Looks up a localized string similar to SP. Declaration public static string StandardContextTypes_SectionPages_Code { get; } Property Value Type Description string StandardContextTypes_SectionPages_Name Looks up a localized string similar to Section pages. Declaration public static string StandardContextTypes_SectionPages_Name { get; } Property Value Type Description string StandardContextTypes_Section_Code Looks up a localized string similar to S. Declaration public static string StandardContextTypes_Section_Code { get; } Property Value Type Description string StandardContextTypes_Section_Name Looks up a localized string similar to Section. Declaration public static string StandardContextTypes_Section_Name { get; } Property Value Type Description string StandardContextTypes_Select_Code Looks up a localized string similar to SEL. Declaration public static string StandardContextTypes_Select_Code { get; } Property Value Type Description string StandardContextTypes_Select_Name Looks up a localized string similar to Select. Declaration public static string StandardContextTypes_Select_Name { get; } Property Value Type Description string StandardContextTypes_SendsCharactersToPrinterWithoutTranslation_Code Looks up a localized string similar to SWT. Declaration public static string StandardContextTypes_SendsCharactersToPrinterWithoutTranslation_Code { get; } Property Value Type Description string StandardContextTypes_SendsCharactersToPrinterWithoutTranslation_Name Looks up a localized string similar to Sends characters to printer without translation. Declaration public static string StandardContextTypes_SendsCharactersToPrinterWithoutTranslation_Name { get; } Property Value Type Description string StandardContextTypes_SequenceMark_Code Looks up a localized string similar to SM. Declaration public static string StandardContextTypes_SequenceMark_Code { get; } Property Value Type Description string StandardContextTypes_SequenceMark_Description Looks up a localized string similar to A sequence mark. Declaration public static string StandardContextTypes_SequenceMark_Description { get; } Property Value Type Description string StandardContextTypes_SequenceMark_Name Looks up a localized string similar to Sequence mark. Declaration public static string StandardContextTypes_SequenceMark_Name { get; } Property Value Type Description string StandardContextTypes_SetCommand_Code Looks up a localized string similar to SC. Declaration public static string StandardContextTypes_SetCommand_Code { get; } Property Value Type Description string StandardContextTypes_SetCommand_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_SetCommand_Description { get; } Property Value Type Description string StandardContextTypes_SetCommand_Name Looks up a localized string similar to Set command. Declaration public static string StandardContextTypes_SetCommand_Name { get; } Property Value Type Description string StandardContextTypes_Shortcut_Code Looks up a localized string similar to S. Declaration public static string StandardContextTypes_Shortcut_Code { get; } Property Value Type Description string StandardContextTypes_Shortcut_Description Looks up a localized string similar to A shortcut. Declaration public static string StandardContextTypes_Shortcut_Description { get; } Property Value Type Description string StandardContextTypes_Shortcut_Name Looks up a localized string similar to Shortcut. Declaration public static string StandardContextTypes_Shortcut_Name { get; } Property Value Type Description string StandardContextTypes_Sidebar_Code Looks up a localized string similar to SR. Declaration public static string StandardContextTypes_Sidebar_Code { get; } Property Value Type Description string StandardContextTypes_Sidebar_Description Looks up a localized string similar to A sidebar. Declaration public static string StandardContextTypes_Sidebar_Description { get; } Property Value Type Description string StandardContextTypes_Sidebar_Name Looks up a localized string similar to Sidebar. Declaration public static string StandardContextTypes_Sidebar_Name { get; } Property Value Type Description string StandardContextTypes_SkipIfCommand_Code Looks up a localized string similar to SI. Declaration public static string StandardContextTypes_SkipIfCommand_Code { get; } Property Value Type Description string StandardContextTypes_SkipIfCommand_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_SkipIfCommand_Description { get; } Property Value Type Description string StandardContextTypes_SkipIfCommand_Name Looks up a localized string similar to Skipif. Declaration public static string StandardContextTypes_SkipIfCommand_Name { get; } Property Value Type Description string StandardContextTypes_Slide_Code Looks up a localized string similar to S. Declaration public static string StandardContextTypes_Slide_Code { get; } Property Value Type Description string StandardContextTypes_Slide_Description Looks up a localized string similar to A document slide. Declaration public static string StandardContextTypes_Slide_Description { get; } Property Value Type Description string StandardContextTypes_Slide_Name Looks up a localized string similar to Slide. Declaration public static string StandardContextTypes_Slide_Name { get; } Property Value Type Description string StandardContextTypes_Spread_Code Looks up a localized string similar to SD. Declaration public static string StandardContextTypes_Spread_Code { get; } Property Value Type Description string StandardContextTypes_Spread_Description Looks up a localized string similar to A spread. Declaration public static string StandardContextTypes_Spread_Description { get; } Property Value Type Description string StandardContextTypes_Spread_Name Looks up a localized string similar to Spread. Declaration public static string StandardContextTypes_Spread_Name { get; } Property Value Type Description string StandardContextTypes_StringTable_Code Looks up a localized string similar to ST. Declaration public static string StandardContextTypes_StringTable_Code { get; } Property Value Type Description string StandardContextTypes_StringTable_Description Looks up a localized string similar to A list of software strings. Declaration public static string StandardContextTypes_StringTable_Description { get; } Property Value Type Description string StandardContextTypes_StringTable_Name Looks up a localized string similar to String Table. Declaration public static string StandardContextTypes_StringTable_Name { get; } Property Value Type Description string StandardContextTypes_StyleReference_Code Looks up a localized string similar to SR. Declaration public static string StandardContextTypes_StyleReference_Code { get; } Property Value Type Description string StandardContextTypes_StyleReference_Description Looks up a localized string similar to A style reference. Declaration public static string StandardContextTypes_StyleReference_Description { get; } Property Value Type Description string StandardContextTypes_StyleReference_Name Looks up a localized string similar to Style reference. Declaration public static string StandardContextTypes_StyleReference_Name { get; } Property Value Type Description string StandardContextTypes_Subscriber_Code Looks up a localized string similar to SR. Declaration public static string StandardContextTypes_Subscriber_Code { get; } Property Value Type Description string StandardContextTypes_Subscriber_Name Looks up a localized string similar to Subscriber. Declaration public static string StandardContextTypes_Subscriber_Name { get; } Property Value Type Description string StandardContextTypes_Symbol_Code Looks up a localized string similar to S. Declaration public static string StandardContextTypes_Symbol_Code { get; } Property Value Type Description string StandardContextTypes_Symbol_Description Looks up a localized string similar to A symbol. Declaration public static string StandardContextTypes_Symbol_Description { get; } Property Value Type Description string StandardContextTypes_Symbol_Name Looks up a localized string similar to Symbol. Declaration public static string StandardContextTypes_Symbol_Name { get; } Property Value Type Description string StandardContextTypes_TableCell_Code Looks up a localized string similar to TC. Declaration public static string StandardContextTypes_TableCell_Code { get; } Property Value Type Description string StandardContextTypes_TableCell_Description Looks up a localized string similar to A cell in a table. Declaration public static string StandardContextTypes_TableCell_Description { get; } Property Value Type Description string StandardContextTypes_TableCell_Name Looks up a localized string similar to Table Cell. Declaration public static string StandardContextTypes_TableCell_Name { get; } Property Value Type Description string StandardContextTypes_TableHeading_Code Looks up a localized string similar to TH. Declaration public static string StandardContextTypes_TableHeading_Code { get; } Property Value Type Description string StandardContextTypes_TableHeading_Description Looks up a localized string similar to A heading in a table. Declaration public static string StandardContextTypes_TableHeading_Description { get; } Property Value Type Description string StandardContextTypes_TableHeading_Name Looks up a localized string similar to Table Heading. Declaration public static string StandardContextTypes_TableHeading_Name { get; } Property Value Type Description string StandardContextTypes_TableOfContentsEntry_Code Looks up a localized string similar to TOC. Declaration public static string StandardContextTypes_TableOfContentsEntry_Code { get; } Property Value Type Description string StandardContextTypes_TableOfContentsEntry_Description Looks up a localized string similar to A table of contents entry. Declaration public static string StandardContextTypes_TableOfContentsEntry_Description { get; } Property Value Type Description string StandardContextTypes_TableOfContentsEntry_Name Looks up a localized string similar to Table of Contents Entry. Declaration public static string StandardContextTypes_TableOfContentsEntry_Name { get; } Property Value Type Description string StandardContextTypes_TableRow_Code Looks up a localized string similar to TR. Declaration public static string StandardContextTypes_TableRow_Code { get; } Property Value Type Description string StandardContextTypes_TableRow_Description Looks up a localized string similar to A row in a table. Declaration public static string StandardContextTypes_TableRow_Description { get; } Property Value Type Description string StandardContextTypes_TableRow_Name Looks up a localized string similar to Table Row. Declaration public static string StandardContextTypes_TableRow_Name { get; } Property Value Type Description string StandardContextTypes_Table_Code Looks up a localized string similar to TBL. Declaration public static string StandardContextTypes_Table_Code { get; } Property Value Type Description string StandardContextTypes_Table_Description Looks up a localized string similar to A table. Declaration public static string StandardContextTypes_Table_Description { get; } Property Value Type Description string StandardContextTypes_Table_Name Looks up a localized string similar to Table. Declaration public static string StandardContextTypes_Table_Name { get; } Property Value Type Description string StandardContextTypes_TagContent_Code Looks up a localized string similar to TAG. Declaration public static string StandardContextTypes_TagContent_Code { get; } Property Value Type Description string StandardContextTypes_TagContent_Description Looks up a localized string similar to Translatable content inside a tag. Declaration public static string StandardContextTypes_TagContent_Description { get; } Property Value Type Description string StandardContextTypes_TagContent_Name Looks up a localized string similar to Tag Content. Declaration public static string StandardContextTypes_TagContent_Name { get; } Property Value Type Description string StandardContextTypes_TextArea_Code Looks up a localized string similar to TA. Declaration public static string StandardContextTypes_TextArea_Code { get; } Property Value Type Description string StandardContextTypes_TextArea_Name Looks up a localized string similar to Text Area. Declaration public static string StandardContextTypes_TextArea_Name { get; } Property Value Type Description string StandardContextTypes_TextBox_Code Looks up a localized string similar to TB. Declaration public static string StandardContextTypes_TextBox_Code { get; } Property Value Type Description string StandardContextTypes_TextBox_Description Looks up a localized string similar to A text box. Declaration public static string StandardContextTypes_TextBox_Description { get; } Property Value Type Description string StandardContextTypes_TextBox_Name Looks up a localized string similar to Text Box. Declaration public static string StandardContextTypes_TextBox_Name { get; } Property Value Type Description string StandardContextTypes_Title_Code Looks up a localized string similar to T. Declaration public static string StandardContextTypes_Title_Code { get; } Property Value Type Description string StandardContextTypes_Title_Description Looks up a localized string similar to Title of the document. Declaration public static string StandardContextTypes_Title_Description { get; } Property Value Type Description string StandardContextTypes_Title_Name Looks up a localized string similar to Title. Declaration public static string StandardContextTypes_Title_Name { get; } Property Value Type Description string StandardContextTypes_Topic_Code Looks up a localized string similar to T. Declaration public static string StandardContextTypes_Topic_Code { get; } Property Value Type Description string StandardContextTypes_Topic_Description Looks up a localized string similar to A topic. Declaration public static string StandardContextTypes_Topic_Description { get; } Property Value Type Description string StandardContextTypes_Topic_Name Looks up a localized string similar to Topic. Declaration public static string StandardContextTypes_Topic_Name { get; } Property Value Type Description string StandardContextTypes_Trademark_Code Looks up a localized string similar to TM. Declaration public static string StandardContextTypes_Trademark_Code { get; } Property Value Type Description string StandardContextTypes_Trademark_Description Looks up a localized string similar to Trademark description. Declaration public static string StandardContextTypes_Trademark_Description { get; } Property Value Type Description string StandardContextTypes_Trademark_Name Looks up a localized string similar to Trademark. Declaration public static string StandardContextTypes_Trademark_Name { get; } Property Value Type Description string StandardContextTypes_TranslatableContent_Code Looks up a localized string similar to FPR. Declaration public static string StandardContextTypes_TranslatableContent_Code { get; } Property Value Type Description string StandardContextTypes_TranslatableContent_Description Looks up a localized string similar to Translatable content in a field prompt. Declaration public static string StandardContextTypes_TranslatableContent_Description { get; } Property Value Type Description string StandardContextTypes_TranslatableContent_Name Looks up a localized string similar to Translatable Content. Declaration public static string StandardContextTypes_TranslatableContent_Name { get; } Property Value Type Description string StandardContextTypes_UnknownKeyword_Code Looks up a localized string similar to UK. Declaration public static string StandardContextTypes_UnknownKeyword_Code { get; } Property Value Type Description string StandardContextTypes_UnknownKeyword_Description Looks up a localized string similar to An unknown keyword. Declaration public static string StandardContextTypes_UnknownKeyword_Description { get; } Property Value Type Description string StandardContextTypes_UnknownKeyword_Name Looks up a localized string similar to Unknown keyword. Declaration public static string StandardContextTypes_UnknownKeyword_Name { get; } Property Value Type Description string StandardContextTypes_UnorderedList_Code Looks up a localized string similar to UL. Declaration public static string StandardContextTypes_UnorderedList_Code { get; } Property Value Type Description string StandardContextTypes_UnorderedList_Name Looks up a localized string similar to Unordered List. Declaration public static string StandardContextTypes_UnorderedList_Name { get; } Property Value Type Description string StandardContextTypes_UserAddress_Code Looks up a localized string similar to UA. Declaration public static string StandardContextTypes_UserAddress_Code { get; } Property Value Type Description string StandardContextTypes_UserAddress_Name Looks up a localized string similar to User address. Declaration public static string StandardContextTypes_UserAddress_Name { get; } Property Value Type Description string StandardContextTypes_UserInitial_Code Looks up a localized string similar to UI. Declaration public static string StandardContextTypes_UserInitial_Code { get; } Property Value Type Description string StandardContextTypes_UserInitial_Name Looks up a localized string similar to User initial. Declaration public static string StandardContextTypes_UserInitial_Name { get; } Property Value Type Description string StandardContextTypes_UserName_Code Looks up a localized string similar to UN. Declaration public static string StandardContextTypes_UserName_Code { get; } Property Value Type Description string StandardContextTypes_UserName_Name Looks up a localized string similar to User name. Declaration public static string StandardContextTypes_UserName_Name { get; } Property Value Type Description string StandardContextTypes_VersionInfo_Code Looks up a localized string similar to VI. Declaration public static string StandardContextTypes_VersionInfo_Code { get; } Property Value Type Description string StandardContextTypes_VersionInfo_Description Looks up a localized string similar to Version information. Declaration public static string StandardContextTypes_VersionInfo_Description { get; } Property Value Type Description string StandardContextTypes_VersionInfo_Name Looks up a localized string similar to Version Information. Declaration public static string StandardContextTypes_VersionInfo_Name { get; } Property Value Type Description string StandardContextTypes_WordArt_Code Looks up a localized string similar to WA. Declaration public static string StandardContextTypes_WordArt_Code { get; } Property Value Type Description string StandardContextTypes_WordArt_Description Looks up a localized string similar to Word art. Declaration public static string StandardContextTypes_WordArt_Description { get; } Property Value Type Description string StandardContextTypes_WordArt_Name Looks up a localized string similar to Word Art. Declaration public static string StandardContextTypes_WordArt_Name { get; } Property Value Type Description string StandardContextTypes_WorkSheetName_Description Looks up a localized string similar to The name associated with a worksheet. Declaration public static string StandardContextTypes_WorkSheetName_Description { get; } Property Value Type Description string StandardContextTypes_WorkSheet_Code Looks up a localized string similar to WS. Declaration public static string StandardContextTypes_WorkSheet_Code { get; } Property Value Type Description string StandardContextTypes_WorkSheet_Description Looks up a localized string similar to A worksheet. Declaration public static string StandardContextTypes_WorkSheet_Description { get; } Property Value Type Description string StandardContextTypes_WorkSheet_Name Looks up a localized string similar to Worksheet. Declaration public static string StandardContextTypes_WorkSheet_Name { get; } Property Value Type Description string StandardContextTypes_WorksheetName_Code Looks up a localized string similar to WSN. Declaration public static string StandardContextTypes_WorksheetName_Code { get; } Property Value Type Description string StandardContextTypes_WorksheetName_Name Looks up a localized string similar to Worksheet Name. Declaration public static string StandardContextTypes_WorksheetName_Name { get; } Property Value Type Description string" + "keywords": "Class Resources A strongly-typed resource class, for looking up localized strings, etc. Inheritance System.Object Resources 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.FileTypeSupport.Framework.Core.Utilities.Properties Assembly : Sdl.FileTypeSupport.Framework.Core.Utilities.dll Syntax public class Resources Properties Culture Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Declaration public static CultureInfo Culture { get; set; } Property Value Type Description System.Globalization.CultureInfo KeyMustBeFormattingNameOfValue Looks up a localized string similar to Invalid key. The key must be the FormattingName of the value.. Declaration public static string KeyMustBeFormattingNameOfValue { get; } Property Value Type Description System.String QuickTag_Bold_Description Looks up a localized string similar to Apply bold. Declaration public static string QuickTag_Bold_Description { get; } Property Value Type Description System.String QuickTag_Bold_Name Looks up a localized string similar to Bold. Declaration public static string QuickTag_Bold_Name { get; } Property Value Type Description System.String QuickTag_Copyright_Description Looks up a localized string similar to Insert a copyright symbol. Declaration public static string QuickTag_Copyright_Description { get; } Property Value Type Description System.String QuickTag_Copyright_Name Looks up a localized string similar to Copyright. Declaration public static string QuickTag_Copyright_Name { get; } Property Value Type Description System.String QuickTag_EmDash_Description Looks up a localized string similar to Insert an em-dash. Declaration public static string QuickTag_EmDash_Description { get; } Property Value Type Description System.String QuickTag_EmDash_Name Looks up a localized string similar to Em dash. Declaration public static string QuickTag_EmDash_Name { get; } Property Value Type Description System.String QuickTag_EnDash_Description Looks up a localized string similar to Insert an en dash. Declaration public static string QuickTag_EnDash_Description { get; } Property Value Type Description System.String QuickTag_EnDash_Name Looks up a localized string similar to En dash. Declaration public static string QuickTag_EnDash_Name { get; } Property Value Type Description System.String QuickTag_Euro_Description Looks up a localized string similar to Insert a euro symbol. Declaration public static string QuickTag_Euro_Description { get; } Property Value Type Description System.String QuickTag_Euro_Name Looks up a localized string similar to Euro. Declaration public static string QuickTag_Euro_Name { get; } Property Value Type Description System.String QuickTag_Italic_Description Looks up a localized string similar to Apply italic. Declaration public static string QuickTag_Italic_Description { get; } Property Value Type Description System.String QuickTag_Italic_Name Looks up a localized string similar to Italic. Declaration public static string QuickTag_Italic_Name { get; } Property Value Type Description System.String QuickTag_LeftToRight_Description Looks up a localized string similar to Apply left-to-right reading order. Declaration public static string QuickTag_LeftToRight_Description { get; } Property Value Type Description System.String QuickTag_LeftToRight_Name Looks up a localized string similar to Left-To-Right. Declaration public static string QuickTag_LeftToRight_Name { get; } Property Value Type Description System.String QuickTag_LRE_Description Looks up a localized string similar to Start of left-to-right embedding. Declaration public static string QuickTag_LRE_Description { get; } Property Value Type Description System.String QuickTag_LRE_Name Looks up a localized string similar to LRE. Declaration public static string QuickTag_LRE_Name { get; } Property Value Type Description System.String QuickTag_LRM_Description Looks up a localized string similar to Left-to-right mark. Declaration public static string QuickTag_LRM_Description { get; } Property Value Type Description System.String QuickTag_LRM_Name Looks up a localized string similar to LRM. Declaration public static string QuickTag_LRM_Name { get; } Property Value Type Description System.String QuickTag_LRO_Description Looks up a localized string similar to Start of left-to-right override. Declaration public static string QuickTag_LRO_Description { get; } Property Value Type Description System.String QuickTag_LRO_Name Looks up a localized string similar to LRO. Declaration public static string QuickTag_LRO_Name { get; } Property Value Type Description System.String QuickTag_NonBreakHyphen_Description Looks up a localized string similar to Insert a non-breaking hyphen. Declaration public static string QuickTag_NonBreakHyphen_Description { get; } Property Value Type Description System.String QuickTag_NonBreakHyphen_Name Looks up a localized string similar to Non-breaking hyphen. Declaration public static string QuickTag_NonBreakHyphen_Name { get; } Property Value Type Description System.String QuickTag_NonBreakSpace_Description Looks up a localized string similar to Insert a non-breaking space. Declaration public static string QuickTag_NonBreakSpace_Description { get; } Property Value Type Description System.String QuickTag_NonBreakSpace_Name Looks up a localized string similar to Non-breaking space. Declaration public static string QuickTag_NonBreakSpace_Name { get; } Property Value Type Description System.String QuickTag_OptionalHyphen_Description Looks up a localized string similar to Insert an optional hyphen. Declaration public static string QuickTag_OptionalHyphen_Description { get; } Property Value Type Description System.String QuickTag_OptionalHyphen_Name Looks up a localized string similar to Optional hyphen. Declaration public static string QuickTag_OptionalHyphen_Name { get; } Property Value Type Description System.String QuickTag_PDF_Description Looks up a localized string similar to Pop directional formatting. Declaration public static string QuickTag_PDF_Description { get; } Property Value Type Description System.String QuickTag_PDF_Name Looks up a localized string similar to PDF. Declaration public static string QuickTag_PDF_Name { get; } Property Value Type Description System.String QuickTag_Registered_Description Looks up a localized string similar to Insert a registered symbol. Declaration public static string QuickTag_Registered_Description { get; } Property Value Type Description System.String QuickTag_Registered_Name Looks up a localized string similar to Registered. Declaration public static string QuickTag_Registered_Name { get; } Property Value Type Description System.String QuickTag_RightToLeft_Description Looks up a localized string similar to Apply right-to-left reading order. Declaration public static string QuickTag_RightToLeft_Description { get; } Property Value Type Description System.String QuickTag_RightToLeft_Name Looks up a localized string similar to Right-To-Left. Declaration public static string QuickTag_RightToLeft_Name { get; } Property Value Type Description System.String QuickTag_RLE_Description Looks up a localized string similar to Start of right-to-left embedding. Declaration public static string QuickTag_RLE_Description { get; } Property Value Type Description System.String QuickTag_RLE_Name Looks up a localized string similar to RLE. Declaration public static string QuickTag_RLE_Name { get; } Property Value Type Description System.String QuickTag_RLM_Description Looks up a localized string similar to Right-to-left mark. Declaration public static string QuickTag_RLM_Description { get; } Property Value Type Description System.String QuickTag_RLM_Name Looks up a localized string similar to RLM. Declaration public static string QuickTag_RLM_Name { get; } Property Value Type Description System.String QuickTag_RLO_Description Looks up a localized string similar to Start of right-to-left override. Declaration public static string QuickTag_RLO_Description { get; } Property Value Type Description System.String QuickTag_RLO_Name Looks up a localized string similar to RLO. Declaration public static string QuickTag_RLO_Name { get; } Property Value Type Description System.String QuickTag_SmallCaps_Description Looks up a localized string similar to Apply small caps. Declaration public static string QuickTag_SmallCaps_Description { get; } Property Value Type Description System.String QuickTag_SmallCaps_Name Looks up a localized string similar to Small Caps. Declaration public static string QuickTag_SmallCaps_Name { get; } Property Value Type Description System.String QuickTag_SoftBreak_Description Looks up a localized string similar to Insert a soft break character. Declaration public static string QuickTag_SoftBreak_Description { get; } Property Value Type Description System.String QuickTag_SoftBreak_Name Looks up a localized string similar to Soft break. Declaration public static string QuickTag_SoftBreak_Name { get; } Property Value Type Description System.String QuickTag_Strikethrough_Description Looks up a localized string similar to Apply strikethrough. Declaration public static string QuickTag_Strikethrough_Description { get; } Property Value Type Description System.String QuickTag_Strikethrough_Name Looks up a localized string similar to Strikethrough. Declaration public static string QuickTag_Strikethrough_Name { get; } Property Value Type Description System.String QuickTag_Subscript_Description Looks up a localized string similar to Apply subscript. Declaration public static string QuickTag_Subscript_Description { get; } Property Value Type Description System.String QuickTag_Subscript_Name Looks up a localized string similar to Subscript. Declaration public static string QuickTag_Subscript_Name { get; } Property Value Type Description System.String QuickTag_Superscript_Description Looks up a localized string similar to Apply superscript. Declaration public static string QuickTag_Superscript_Description { get; } Property Value Type Description System.String QuickTag_Superscript_Name Looks up a localized string similar to Superscript. Declaration public static string QuickTag_Superscript_Name { get; } Property Value Type Description System.String QuickTag_Trademark_Description Looks up a localized string similar to Insert a trademark symbol. Declaration public static string QuickTag_Trademark_Description { get; } Property Value Type Description System.String QuickTag_Trademark_Name Looks up a localized string similar to Trademark. Declaration public static string QuickTag_Trademark_Name { get; } Property Value Type Description System.String QuickTag_Underline_Description Looks up a localized string similar to Apply underline. Declaration public static string QuickTag_Underline_Description { get; } Property Value Type Description System.String QuickTag_Underline_Name Looks up a localized string similar to Underline. Declaration public static string QuickTag_Underline_Name { get; } Property Value Type Description System.String QuickTag_ZWJ_Description Looks up a localized string similar to Zero width joiner. Declaration public static string QuickTag_ZWJ_Description { get; } Property Value Type Description System.String QuickTag_ZWJ_Name Looks up a localized string similar to ZWJ. Declaration public static string QuickTag_ZWJ_Name { get; } Property Value Type Description System.String QuickTag_ZWNJ_Description Looks up a localized string similar to Zero width non-joiner. Declaration public static string QuickTag_ZWNJ_Description { get; } Property Value Type Description System.String QuickTag_ZWNJ_Name Looks up a localized string similar to ZWNJ. Declaration public static string QuickTag_ZWNJ_Name { get; } Property Value Type Description System.String ResourceManager Returns the cached ResourceManager instance used by this class. Declaration public static ResourceManager ResourceManager { get; } Property Value Type Description System.Resources.ResourceManager StandardContextTypes_Address_Code Looks up a localized string similar to A. Declaration public static string StandardContextTypes_Address_Code { get; } Property Value Type Description System.String StandardContextTypes_Address_Description Looks up a localized string similar to An address. Declaration public static string StandardContextTypes_Address_Description { get; } Property Value Type Description System.String StandardContextTypes_Address_Name Looks up a localized string similar to Address. Declaration public static string StandardContextTypes_Address_Name { get; } Property Value Type Description System.String StandardContextTypes_AddressBlock_Code Looks up a localized string similar to AB. Declaration public static string StandardContextTypes_AddressBlock_Code { get; } Property Value Type Description System.String StandardContextTypes_AddressBlock_Name Looks up a localized string similar to Address block. Declaration public static string StandardContextTypes_AddressBlock_Name { get; } Property Value Type Description System.String StandardContextTypes_Advance_Code Looks up a localized string similar to A. Declaration public static string StandardContextTypes_Advance_Code { get; } Property Value Type Description System.String StandardContextTypes_Advance_Name Looks up a localized string similar to Advance. Declaration public static string StandardContextTypes_Advance_Name { get; } Property Value Type Description System.String StandardContextTypes_AskCommand_Code Looks up a localized string similar to AC. Declaration public static string StandardContextTypes_AskCommand_Code { get; } Property Value Type Description System.String StandardContextTypes_AskCommand_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_AskCommand_Description { get; } Property Value Type Description System.String StandardContextTypes_AskCommand_Name Looks up a localized string similar to Ask command. Declaration public static string StandardContextTypes_AskCommand_Name { get; } Property Value Type Description System.String StandardContextTypes_AutoShape_Code Looks up a localized string similar to AS. Declaration public static string StandardContextTypes_AutoShape_Code { get; } Property Value Type Description System.String StandardContextTypes_AutoShape_Description Looks up a localized string similar to An autoshape. Declaration public static string StandardContextTypes_AutoShape_Description { get; } Property Value Type Description System.String StandardContextTypes_AutoShape_Name Looks up a localized string similar to Autoshape. Declaration public static string StandardContextTypes_AutoShape_Name { get; } Property Value Type Description System.String StandardContextTypes_AutoText_Code Looks up a localized string similar to AT. Declaration public static string StandardContextTypes_AutoText_Code { get; } Property Value Type Description System.String StandardContextTypes_AutoText_Name Looks up a localized string similar to Autotext. Declaration public static string StandardContextTypes_AutoText_Name { get; } Property Value Type Description System.String StandardContextTypes_AutoTextList_Code Looks up a localized string similar to ATL. Declaration public static string StandardContextTypes_AutoTextList_Code { get; } Property Value Type Description System.String StandardContextTypes_AutoTextList_Name Looks up a localized string similar to Autotext List. Declaration public static string StandardContextTypes_AutoTextList_Name { get; } Property Value Type Description System.String StandardContextTypes_BarCode_Code Looks up a localized string similar to BC. Declaration public static string StandardContextTypes_BarCode_Code { get; } Property Value Type Description System.String StandardContextTypes_BarCode_Name Looks up a localized string similar to Bar code. Declaration public static string StandardContextTypes_BarCode_Name { get; } Property Value Type Description System.String StandardContextTypes_BIDIOutline_Code Looks up a localized string similar to BDI. Declaration public static string StandardContextTypes_BIDIOutline_Code { get; } Property Value Type Description System.String StandardContextTypes_BIDIOutline_Name Looks up a localized string similar to BiDi outline. Declaration public static string StandardContextTypes_BIDIOutline_Name { get; } Property Value Type Description System.String StandardContextTypes_BlockQuote_Code Looks up a localized string similar to BQ. Declaration public static string StandardContextTypes_BlockQuote_Code { get; } Property Value Type Description System.String StandardContextTypes_BlockQuote_Description Looks up a localized string similar to A block of quoted text. Declaration public static string StandardContextTypes_BlockQuote_Description { get; } Property Value Type Description System.String StandardContextTypes_BlockQuote_Name Looks up a localized string similar to Block Quote. Declaration public static string StandardContextTypes_BlockQuote_Name { get; } Property Value Type Description System.String StandardContextTypes_Body_Code Looks up a localized string similar to BDY. Declaration public static string StandardContextTypes_Body_Code { get; } Property Value Type Description System.String StandardContextTypes_Body_Description Looks up a localized string similar to Main document body. Declaration public static string StandardContextTypes_Body_Description { get; } Property Value Type Description System.String StandardContextTypes_Body_Name Looks up a localized string similar to Body. Declaration public static string StandardContextTypes_Body_Name { get; } Property Value Type Description System.String StandardContextTypes_BookmarkName_Code Looks up a localized string similar to BMN. Declaration public static string StandardContextTypes_BookmarkName_Code { get; } Property Value Type Description System.String StandardContextTypes_BookmarkName_Description Looks up a localized string similar to The name of a bookmark. Declaration public static string StandardContextTypes_BookmarkName_Description { get; } Property Value Type Description System.String StandardContextTypes_BookmarkName_Name Looks up a localized string similar to Bookmark Name. Declaration public static string StandardContextTypes_BookmarkName_Name { get; } Property Value Type Description System.String StandardContextTypes_BookmarkReference_Code Looks up a localized string similar to BR. Declaration public static string StandardContextTypes_BookmarkReference_Code { get; } Property Value Type Description System.String StandardContextTypes_BookmarkReference_Description Looks up a localized string similar to A bookmark reference. Declaration public static string StandardContextTypes_BookmarkReference_Description { get; } Property Value Type Description System.String StandardContextTypes_BookmarkReference_Name Looks up a localized string similar to Bookmark Reference. Declaration public static string StandardContextTypes_BookmarkReference_Name { get; } Property Value Type Description System.String StandardContextTypes_Button_Code Looks up a localized string similar to B. Declaration public static string StandardContextTypes_Button_Code { get; } Property Value Type Description System.String StandardContextTypes_Button_Description Looks up a localized string similar to A button. Declaration public static string StandardContextTypes_Button_Description { get; } Property Value Type Description System.String StandardContextTypes_Button_Name Looks up a localized string similar to Button. Declaration public static string StandardContextTypes_Button_Name { get; } Property Value Type Description System.String StandardContextTypes_Callout_Code Looks up a localized string similar to CT. Declaration public static string StandardContextTypes_Callout_Code { get; } Property Value Type Description System.String StandardContextTypes_Callout_Description Looks up a localized string similar to Callout to an object in a document (eg, an image). Declaration public static string StandardContextTypes_Callout_Description { get; } Property Value Type Description System.String StandardContextTypes_Callout_Name Looks up a localized string similar to Callout. Declaration public static string StandardContextTypes_Callout_Name { get; } Property Value Type Description System.String StandardContextTypes_Caption_Code Looks up a localized string similar to CAP. Declaration public static string StandardContextTypes_Caption_Code { get; } Property Value Type Description System.String StandardContextTypes_Caption_Description Looks up a localized string similar to A caption. Declaration public static string StandardContextTypes_Caption_Description { get; } Property Value Type Description System.String StandardContextTypes_Caption_Name Looks up a localized string similar to Caption. Declaration public static string StandardContextTypes_Caption_Name { get; } Property Value Type Description System.String StandardContextTypes_CData_Code Looks up a localized string similar to CDA. Declaration public static string StandardContextTypes_CData_Code { get; } Property Value Type Description System.String StandardContextTypes_CData_Description Looks up a localized string similar to A CDATA section. Declaration public static string StandardContextTypes_CData_Description { get; } Property Value Type Description System.String StandardContextTypes_CData_Name Looks up a localized string similar to CDATA Section. Declaration public static string StandardContextTypes_CData_Name { get; } Property Value Type Description System.String StandardContextTypes_Cell_Code Looks up a localized string similar to C. Declaration public static string StandardContextTypes_Cell_Code { get; } Property Value Type Description System.String StandardContextTypes_Cell_Description Looks up a localized string similar to A cell in a table. Declaration public static string StandardContextTypes_Cell_Description { get; } Property Value Type Description System.String StandardContextTypes_Cell_Name Looks up a localized string similar to Cell. Declaration public static string StandardContextTypes_Cell_Name { get; } Property Value Type Description System.String StandardContextTypes_ChartShape_Code Looks up a localized string similar to CSP. Declaration public static string StandardContextTypes_ChartShape_Code { get; } Property Value Type Description System.String StandardContextTypes_ChartShape_Description Looks up a localized string similar to A chart. Declaration public static string StandardContextTypes_ChartShape_Description { get; } Property Value Type Description System.String StandardContextTypes_ChartShape_Name Looks up a localized string similar to Chart Shape. Declaration public static string StandardContextTypes_ChartShape_Name { get; } Property Value Type Description System.String StandardContextTypes_ChartSheet_Code Looks up a localized string similar to CS. Declaration public static string StandardContextTypes_ChartSheet_Code { get; } Property Value Type Description System.String StandardContextTypes_ChartSheet_Description Looks up a localized string similar to A chart sheet. Declaration public static string StandardContextTypes_ChartSheet_Description { get; } Property Value Type Description System.String StandardContextTypes_ChartSheet_Name Looks up a localized string similar to Chart Sheet. Declaration public static string StandardContextTypes_ChartSheet_Name { get; } Property Value Type Description System.String StandardContextTypes_CheckBox_Code Looks up a localized string similar to CHK. Declaration public static string StandardContextTypes_CheckBox_Code { get; } Property Value Type Description System.String StandardContextTypes_CheckBox_Description Looks up a localized string similar to A check box. Declaration public static string StandardContextTypes_CheckBox_Description { get; } Property Value Type Description System.String StandardContextTypes_CheckBox_Name Looks up a localized string similar to Check box. Declaration public static string StandardContextTypes_CheckBox_Name { get; } Property Value Type Description System.String StandardContextTypes_Cite_Code Looks up a localized string similar to CT. Declaration public static string StandardContextTypes_Cite_Code { get; } Property Value Type Description System.String StandardContextTypes_Cite_Description Looks up a localized string similar to Cited text. Declaration public static string StandardContextTypes_Cite_Description { get; } Property Value Type Description System.String StandardContextTypes_Cite_Name Looks up a localized string similar to Cite. Declaration public static string StandardContextTypes_Cite_Name { get; } Property Value Type Description System.String StandardContextTypes_Code_Code Looks up a localized string similar to CD. Declaration public static string StandardContextTypes_Code_Code { get; } Property Value Type Description System.String StandardContextTypes_Code_Description Looks up a localized string similar to A block of code. Declaration public static string StandardContextTypes_Code_Description { get; } Property Value Type Description System.String StandardContextTypes_Code_Name Looks up a localized string similar to Code. Declaration public static string StandardContextTypes_Code_Name { get; } Property Value Type Description System.String StandardContextTypes_ComboBox_Code Looks up a localized string similar to CMB. Declaration public static string StandardContextTypes_ComboBox_Code { get; } Property Value Type Description System.String StandardContextTypes_ComboBox_Description Looks up a localized string similar to A combo box. Declaration public static string StandardContextTypes_ComboBox_Description { get; } Property Value Type Description System.String StandardContextTypes_ComboBox_Name Looks up a localized string similar to Combo Box. Declaration public static string StandardContextTypes_ComboBox_Name { get; } Property Value Type Description System.String StandardContextTypes_Comment_Code Looks up a localized string similar to COM. Declaration public static string StandardContextTypes_Comment_Code { get; } Property Value Type Description System.String StandardContextTypes_Comment_Description Looks up a localized string similar to A comment. Declaration public static string StandardContextTypes_Comment_Description { get; } Property Value Type Description System.String StandardContextTypes_Comment_Name Looks up a localized string similar to Comment. Declaration public static string StandardContextTypes_Comment_Name { get; } Property Value Type Description System.String StandardContextTypes_CompareTwoValues_Code Looks up a localized string similar to CTV. Declaration public static string StandardContextTypes_CompareTwoValues_Code { get; } Property Value Type Description System.String StandardContextTypes_CompareTwoValues_Name Looks up a localized string similar to Compare two values. Declaration public static string StandardContextTypes_CompareTwoValues_Name { get; } Property Value Type Description System.String StandardContextTypes_ContentFlow_Code Looks up a localized string similar to CF. Declaration public static string StandardContextTypes_ContentFlow_Code { get; } Property Value Type Description System.String StandardContextTypes_ContentFlow_Description Looks up a localized string similar to A content flow. Declaration public static string StandardContextTypes_ContentFlow_Description { get; } Property Value Type Description System.String StandardContextTypes_ContentFlow_Name Looks up a localized string similar to Content Flow. Declaration public static string StandardContextTypes_ContentFlow_Name { get; } Property Value Type Description System.String StandardContextTypes_Copyright_Code Looks up a localized string similar to CR. Declaration public static string StandardContextTypes_Copyright_Code { get; } Property Value Type Description System.String StandardContextTypes_Copyright_Description Looks up a localized string similar to Copyright notice. Declaration public static string StandardContextTypes_Copyright_Description { get; } Property Value Type Description System.String StandardContextTypes_Copyright_Name Looks up a localized string similar to Copyright. Declaration public static string StandardContextTypes_Copyright_Name { get; } Property Value Type Description System.String StandardContextTypes_CreateIndex_Code Looks up a localized string similar to CI. Declaration public static string StandardContextTypes_CreateIndex_Code { get; } Property Value Type Description System.String StandardContextTypes_CreateIndex_Description Looks up a localized string similar to . Declaration public static string StandardContextTypes_CreateIndex_Description { get; } Property Value Type Description System.String StandardContextTypes_CreateIndex_Name Looks up a localized string similar to Create Index. Declaration public static string StandardContextTypes_CreateIndex_Name { get; } Property Value Type Description System.String StandardContextTypes_CreateTableOfAuthorities_Code Looks up a localized string similar to CTA. Declaration public static string StandardContextTypes_CreateTableOfAuthorities_Code { get; } Property Value Type Description System.String StandardContextTypes_CreateTableOfAuthorities_Name Looks up a localized string similar to Create Table of Authorities. Declaration public static string StandardContextTypes_CreateTableOfAuthorities_Name { get; } Property Value Type Description System.String StandardContextTypes_CreateTableOfAuthroities_Description Looks up a localized string similar to Table of authorities creation. Declaration public static string StandardContextTypes_CreateTableOfAuthroities_Description { get; } Property Value Type Description System.String StandardContextTypes_CreateTableOfContents_Code Looks up a localized string similar to CTC. Declaration public static string StandardContextTypes_CreateTableOfContents_Code { get; } Property Value Type Description System.String StandardContextTypes_CreateTableOfContents_Description Looks up a localized string similar to Table of contents creation. Declaration public static string StandardContextTypes_CreateTableOfContents_Description { get; } Property Value Type Description System.String StandardContextTypes_CreateTableOfContents_Name Looks up a localized string similar to Create Table of Contents. Declaration public static string StandardContextTypes_CreateTableOfContents_Name { get; } Property Value Type Description System.String StandardContextTypes_CrossReferenceContent_Code Looks up a localized string similar to CRC. Declaration public static string StandardContextTypes_CrossReferenceContent_Code { get; } Property Value Type Description System.String StandardContextTypes_CrossReferenceContent_Description Looks up a localized string similar to Cross-reference content. Declaration public static string StandardContextTypes_CrossReferenceContent_Description { get; } Property Value Type Description System.String StandardContextTypes_CrossReferenceContent_Name Looks up a localized string similar to Cross-Reference Content. Declaration public static string StandardContextTypes_CrossReferenceContent_Name { get; } Property Value Type Description System.String StandardContextTypes_DataCommand_Code Looks up a localized string similar to DC. Declaration public static string StandardContextTypes_DataCommand_Code { get; } Property Value Type Description System.String StandardContextTypes_DataCommand_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_DataCommand_Description { get; } Property Value Type Description System.String StandardContextTypes_DataCommand_Name Looks up a localized string similar to Data command. Declaration public static string StandardContextTypes_DataCommand_Name { get; } Property Value Type Description System.String StandardContextTypes_DDEAutomaticReference_Code Looks up a localized string similar to DDA. Declaration public static string StandardContextTypes_DDEAutomaticReference_Code { get; } Property Value Type Description System.String StandardContextTypes_DDEAutomaticReference_Description Looks up a localized string similar to A DDE automatic reference. Declaration public static string StandardContextTypes_DDEAutomaticReference_Description { get; } Property Value Type Description System.String StandardContextTypes_DDEAutomaticReference_Name Looks up a localized string similar to DDE automatic reference. Declaration public static string StandardContextTypes_DDEAutomaticReference_Name { get; } Property Value Type Description System.String StandardContextTypes_DDEReference_Code Looks up a localized string similar to DDR. Declaration public static string StandardContextTypes_DDEReference_Code { get; } Property Value Type Description System.String StandardContextTypes_DDEReference_Description Looks up a localized string similar to A DDE reference. Declaration public static string StandardContextTypes_DDEReference_Description { get; } Property Value Type Description System.String StandardContextTypes_DDEReference_Name Looks up a localized string similar to DDE reference. Declaration public static string StandardContextTypes_DDEReference_Name { get; } Property Value Type Description System.String StandardContextTypes_Dialog_Code Looks up a localized string similar to D. Declaration public static string StandardContextTypes_Dialog_Code { get; } Property Value Type Description System.String StandardContextTypes_Dialog_Description Looks up a localized string similar to A dialog box. Declaration public static string StandardContextTypes_Dialog_Description { get; } Property Value Type Description System.String StandardContextTypes_Dialog_Name Looks up a localized string similar to Dialog. Declaration public static string StandardContextTypes_Dialog_Name { get; } Property Value Type Description System.String StandardContextTypes_Dialogs_Code Looks up a localized string similar to DS. Declaration public static string StandardContextTypes_Dialogs_Code { get; } Property Value Type Description System.String StandardContextTypes_Dialogs_Description Looks up a localized string similar to A collection of dialog boxes. Declaration public static string StandardContextTypes_Dialogs_Description { get; } Property Value Type Description System.String StandardContextTypes_Dialogs_Name Looks up a localized string similar to Dialogs. Declaration public static string StandardContextTypes_Dialogs_Name { get; } Property Value Type Description System.String StandardContextTypes_DisplayContent_Code Looks up a localized string similar to FV. Declaration public static string StandardContextTypes_DisplayContent_Code { get; } Property Value Type Description System.String StandardContextTypes_DisplayContent_Description Looks up a localized string similar to Field Value. Declaration public static string StandardContextTypes_DisplayContent_Description { get; } Property Value Type Description System.String StandardContextTypes_DisplayContent_Name Looks up a localized string similar to Display Content. Declaration public static string StandardContextTypes_DisplayContent_Name { get; } Property Value Type Description System.String StandardContextTypes_DocumentLink_Code Looks up a localized string similar to DL. Declaration public static string StandardContextTypes_DocumentLink_Code { get; } Property Value Type Description System.String StandardContextTypes_DocumentLink_Description Looks up a localized string similar to A document link. Declaration public static string StandardContextTypes_DocumentLink_Description { get; } Property Value Type Description System.String StandardContextTypes_DocumentLink_Name Looks up a localized string similar to Document Link. Declaration public static string StandardContextTypes_DocumentLink_Name { get; } Property Value Type Description System.String StandardContextTypes_DocumentProperty_Code Looks up a localized string similar to DP. Declaration public static string StandardContextTypes_DocumentProperty_Code { get; } Property Value Type Description System.String StandardContextTypes_DocumentProperty_Name Looks up a localized string similar to Document property. Declaration public static string StandardContextTypes_DocumentProperty_Name { get; } Property Value Type Description System.String StandardContextTypes_DocumentReference_Code Looks up a localized string similar to DR. Declaration public static string StandardContextTypes_DocumentReference_Code { get; } Property Value Type Description System.String StandardContextTypes_DocumentReference_Description Looks up a localized string similar to A document reference. Declaration public static string StandardContextTypes_DocumentReference_Description { get; } Property Value Type Description System.String StandardContextTypes_DocumentReference_Name Looks up a localized string similar to Document reference. Declaration public static string StandardContextTypes_DocumentReference_Name { get; } Property Value Type Description System.String StandardContextTypes_DocumentVariable_Code Looks up a localized string similar to DV. Declaration public static string StandardContextTypes_DocumentVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_DocumentVariable_Name Looks up a localized string similar to Document variable. Declaration public static string StandardContextTypes_DocumentVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_Element_Code Looks up a localized string similar to EL. Declaration public static string StandardContextTypes_Element_Code { get; } Property Value Type Description System.String StandardContextTypes_Element_Description Looks up a localized string similar to Element content. Declaration public static string StandardContextTypes_Element_Description { get; } Property Value Type Description System.String StandardContextTypes_Element_Name Looks up a localized string similar to Element. Declaration public static string StandardContextTypes_Element_Name { get; } Property Value Type Description System.String StandardContextTypes_EmbeddedObject_Code Looks up a localized string similar to EO. Declaration public static string StandardContextTypes_EmbeddedObject_Code { get; } Property Value Type Description System.String StandardContextTypes_EmbeddedObject_Description Looks up a localized string similar to An embedded object. Declaration public static string StandardContextTypes_EmbeddedObject_Description { get; } Property Value Type Description System.String StandardContextTypes_EmbeddedObject_Name Looks up a localized string similar to Embedded object. Declaration public static string StandardContextTypes_EmbeddedObject_Name { get; } Property Value Type Description System.String StandardContextTypes_EndNote_Code Looks up a localized string similar to EN. Declaration public static string StandardContextTypes_EndNote_Code { get; } Property Value Type Description System.String StandardContextTypes_EndNote_Description Looks up a localized string similar to An endnote. Declaration public static string StandardContextTypes_EndNote_Description { get; } Property Value Type Description System.String StandardContextTypes_EndNote_Name Looks up a localized string similar to Endnote. Declaration public static string StandardContextTypes_EndNote_Name { get; } Property Value Type Description System.String StandardContextTypes_EvaluateExpression_Code Looks up a localized string similar to EE. Declaration public static string StandardContextTypes_EvaluateExpression_Code { get; } Property Value Type Description System.String StandardContextTypes_EvaluateExpression_Description Looks up a localized string similar to An expression evaluation. Declaration public static string StandardContextTypes_EvaluateExpression_Description { get; } Property Value Type Description System.String StandardContextTypes_EvaluateExpression_Name Looks up a localized string similar to Evaluate expression. Declaration public static string StandardContextTypes_EvaluateExpression_Name { get; } Property Value Type Description System.String StandardContextTypes_ExternalLink_Code Looks up a localized string similar to EL. Declaration public static string StandardContextTypes_ExternalLink_Code { get; } Property Value Type Description System.String StandardContextTypes_ExternalLink_Description Looks up a localized string similar to An external link. Declaration public static string StandardContextTypes_ExternalLink_Description { get; } Property Value Type Description System.String StandardContextTypes_ExternalLink_Name Looks up a localized string similar to External Link. Declaration public static string StandardContextTypes_ExternalLink_Name { get; } Property Value Type Description System.String StandardContextTypes_Field_Code Looks up a localized string similar to F. Declaration public static string StandardContextTypes_Field_Code { get; } Property Value Type Description System.String StandardContextTypes_Field_Description Looks up a localized string similar to A field. Declaration public static string StandardContextTypes_Field_Description { get; } Property Value Type Description System.String StandardContextTypes_Field_Name Looks up a localized string similar to Field. Declaration public static string StandardContextTypes_Field_Name { get; } Property Value Type Description System.String StandardContextTypes_FileSize_Code Looks up a localized string similar to FS. Declaration public static string StandardContextTypes_FileSize_Code { get; } Property Value Type Description System.String StandardContextTypes_FileSize_Name Looks up a localized string similar to File size. Declaration public static string StandardContextTypes_FileSize_Name { get; } Property Value Type Description System.String StandardContextTypes_FillInCommandToDisplayOption_Code Looks up a localized string similar to FDR. Declaration public static string StandardContextTypes_FillInCommandToDisplayOption_Code { get; } Property Value Type Description System.String StandardContextTypes_FillInCommandToDisplayOption_Description Looks up a localized string similar to Translatable content in a field default response. Declaration public static string StandardContextTypes_FillInCommandToDisplayOption_Description { get; } Property Value Type Description System.String StandardContextTypes_FillInCommandToDisplayOption_Name Looks up a localized string similar to Translatable Content. Declaration public static string StandardContextTypes_FillInCommandToDisplayOption_Name { get; } Property Value Type Description System.String StandardContextTypes_FillInCommandToDisplayPrompt_Code Looks up a localized string similar to FCD. Declaration public static string StandardContextTypes_FillInCommandToDisplayPrompt_Code { get; } Property Value Type Description System.String StandardContextTypes_FillInCommandToDisplayPrompt_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_FillInCommandToDisplayPrompt_Description { get; } Property Value Type Description System.String StandardContextTypes_FillInCommandToDisplayPrompt_Name Looks up a localized string similar to Fill-in field content display. Declaration public static string StandardContextTypes_FillInCommandToDisplayPrompt_Name { get; } Property Value Type Description System.String StandardContextTypes_Footnote_Code Looks up a localized string similar to FN. Declaration public static string StandardContextTypes_Footnote_Code { get; } Property Value Type Description System.String StandardContextTypes_Footnote_Description Looks up a localized string similar to A footnote. Declaration public static string StandardContextTypes_Footnote_Description { get; } Property Value Type Description System.String StandardContextTypes_Footnote_Name Looks up a localized string similar to Footnote. Declaration public static string StandardContextTypes_Footnote_Name { get; } Property Value Type Description System.String StandardContextTypes_FootnoteReference_Code Looks up a localized string similar to FR. Declaration public static string StandardContextTypes_FootnoteReference_Code { get; } Property Value Type Description System.String StandardContextTypes_FootnoteReference_Name Looks up a localized string similar to A footnote reference. Declaration public static string StandardContextTypes_FootnoteReference_Name { get; } Property Value Type Description System.String StandardContextTypes_Form_Code Looks up a localized string similar to FRM. Declaration public static string StandardContextTypes_Form_Code { get; } Property Value Type Description System.String StandardContextTypes_Form_Name Looks up a localized string similar to Form. Declaration public static string StandardContextTypes_Form_Name { get; } Property Value Type Description System.String StandardContextTypes_FormCheckBox_Code Looks up a localized string similar to FCB. Declaration public static string StandardContextTypes_FormCheckBox_Code { get; } Property Value Type Description System.String StandardContextTypes_FormCheckBox_Name Looks up a localized string similar to Form check box. Declaration public static string StandardContextTypes_FormCheckBox_Name { get; } Property Value Type Description System.String StandardContextTypes_FormListBox_Code Looks up a localized string similar to FLB. Declaration public static string StandardContextTypes_FormListBox_Code { get; } Property Value Type Description System.String StandardContextTypes_FormListBox_Name Looks up a localized string similar to Form list box. Declaration public static string StandardContextTypes_FormListBox_Name { get; } Property Value Type Description System.String StandardContextTypes_FormTextBox_Code Looks up a localized string similar to FTB. Declaration public static string StandardContextTypes_FormTextBox_Code { get; } Property Value Type Description System.String StandardContextTypes_FormTextBox_Name Looks up a localized string similar to Form text box. Declaration public static string StandardContextTypes_FormTextBox_Name { get; } Property Value Type Description System.String StandardContextTypes_FormulaDefinition_Code Looks up a localized string similar to FD. Declaration public static string StandardContextTypes_FormulaDefinition_Code { get; } Property Value Type Description System.String StandardContextTypes_FormulaDefinition_Description Looks up a localized string similar to A formula definition. Declaration public static string StandardContextTypes_FormulaDefinition_Description { get; } Property Value Type Description System.String StandardContextTypes_FormulaDefinition_Name Looks up a localized string similar to Formula definition. Declaration public static string StandardContextTypes_FormulaDefinition_Name { get; } Property Value Type Description System.String StandardContextTypes_Frame_Code Looks up a localized string similar to FRE. Declaration public static string StandardContextTypes_Frame_Code { get; } Property Value Type Description System.String StandardContextTypes_Frame_Name Looks up a localized string similar to Frame. Declaration public static string StandardContextTypes_Frame_Name { get; } Property Value Type Description System.String StandardContextTypes_GoToButton_Code Looks up a localized string similar to GO. Declaration public static string StandardContextTypes_GoToButton_Code { get; } Property Value Type Description System.String StandardContextTypes_GoToButton_Description Looks up a localized string similar to A goto button. Declaration public static string StandardContextTypes_GoToButton_Description { get; } Property Value Type Description System.String StandardContextTypes_GoToButton_Name Looks up a localized string similar to Goto button. Declaration public static string StandardContextTypes_GoToButton_Name { get; } Property Value Type Description System.String StandardContextTypes_GreetingsLine_Code Looks up a localized string similar to GL. Declaration public static string StandardContextTypes_GreetingsLine_Code { get; } Property Value Type Description System.String StandardContextTypes_GreetingsLine_Name Looks up a localized string similar to Greetings line. Declaration public static string StandardContextTypes_GreetingsLine_Name { get; } Property Value Type Description System.String StandardContextTypes_Group_Code Looks up a localized string similar to G. Declaration public static string StandardContextTypes_Group_Code { get; } Property Value Type Description System.String StandardContextTypes_Group_Description Looks up a localized string similar to A group. Declaration public static string StandardContextTypes_Group_Description { get; } Property Value Type Description System.String StandardContextTypes_Group_Name Looks up a localized string similar to Group. Declaration public static string StandardContextTypes_Group_Name { get; } Property Value Type Description System.String StandardContextTypes_GroupBox_Code Looks up a localized string similar to GB. Declaration public static string StandardContextTypes_GroupBox_Code { get; } Property Value Type Description System.String StandardContextTypes_GroupBox_Description Looks up a localized string similar to A group box. Declaration public static string StandardContextTypes_GroupBox_Description { get; } Property Value Type Description System.String StandardContextTypes_GroupBox_Name Looks up a localized string similar to Group Box. Declaration public static string StandardContextTypes_GroupBox_Name { get; } Property Value Type Description System.String StandardContextTypes_Heading_Code Looks up a localized string similar to H. Declaration public static string StandardContextTypes_Heading_Code { get; } Property Value Type Description System.String StandardContextTypes_Heading_Description Looks up a localized string similar to A heading. Declaration public static string StandardContextTypes_Heading_Description { get; } Property Value Type Description System.String StandardContextTypes_Heading_Name Looks up a localized string similar to Heading. Declaration public static string StandardContextTypes_Heading_Name { get; } Property Value Type Description System.String StandardContextTypes_HTMLControl_Code Looks up a localized string similar to HTM. Declaration public static string StandardContextTypes_HTMLControl_Code { get; } Property Value Type Description System.String StandardContextTypes_HTMLControl_Name Looks up a localized string similar to HTML control. Declaration public static string StandardContextTypes_HTMLControl_Name { get; } Property Value Type Description System.String StandardContextTypes_Hyperlink_Code Looks up a localized string similar to HL. Declaration public static string StandardContextTypes_Hyperlink_Code { get; } Property Value Type Description System.String StandardContextTypes_Hyperlink_Description Looks up a localized string similar to A hyperlink. Declaration public static string StandardContextTypes_Hyperlink_Description { get; } Property Value Type Description System.String StandardContextTypes_Hyperlink_Name Looks up a localized string similar to Hyperlink. Declaration public static string StandardContextTypes_Hyperlink_Name { get; } Property Value Type Description System.String StandardContextTypes_HyperlinkDestination_Code Looks up a localized string similar to HD. Declaration public static string StandardContextTypes_HyperlinkDestination_Code { get; } Property Value Type Description System.String StandardContextTypes_HyperlinkDestination_Description Looks up a localized string similar to The destination of a hyperlink. Declaration public static string StandardContextTypes_HyperlinkDestination_Description { get; } Property Value Type Description System.String StandardContextTypes_HyperlinkDestination_Name Looks up a localized string similar to Hyperlink Destination. Declaration public static string StandardContextTypes_HyperlinkDestination_Name { get; } Property Value Type Description System.String StandardContextTypes_ID_Code Looks up a localized string similar to ID. Declaration public static string StandardContextTypes_ID_Code { get; } Property Value Type Description System.String StandardContextTypes_ID_Description Looks up a localized string similar to ID. Declaration public static string StandardContextTypes_ID_Description { get; } Property Value Type Description System.String StandardContextTypes_ID_Name Looks up a localized string similar to ID. Declaration public static string StandardContextTypes_ID_Name { get; } Property Value Type Description System.String StandardContextTypes_IfCommand_Code Looks up a localized string similar to IC. Declaration public static string StandardContextTypes_IfCommand_Code { get; } Property Value Type Description System.String StandardContextTypes_IfCommand_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_IfCommand_Description { get; } Property Value Type Description System.String StandardContextTypes_IfCommand_Name Looks up a localized string similar to If command. Declaration public static string StandardContextTypes_IfCommand_Name { get; } Property Value Type Description System.String StandardContextTypes_IncludeCommand_Code Looks up a localized string similar to IC. Declaration public static string StandardContextTypes_IncludeCommand_Code { get; } Property Value Type Description System.String StandardContextTypes_IncludeCommand_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_IncludeCommand_Description { get; } Property Value Type Description System.String StandardContextTypes_IncludeCommand_Name Looks up a localized string similar to Include command. Declaration public static string StandardContextTypes_IncludeCommand_Name { get; } Property Value Type Description System.String StandardContextTypes_IncludePicture_Code Looks up a localized string similar to IP. Declaration public static string StandardContextTypes_IncludePicture_Code { get; } Property Value Type Description System.String StandardContextTypes_IncludePicture_Name Looks up a localized string similar to Include picture. Declaration public static string StandardContextTypes_IncludePicture_Name { get; } Property Value Type Description System.String StandardContextTypes_IncludeText_Code Looks up a localized string similar to IT. Declaration public static string StandardContextTypes_IncludeText_Code { get; } Property Value Type Description System.String StandardContextTypes_IncludeText_Name Looks up a localized string similar to Include text. Declaration public static string StandardContextTypes_IncludeText_Name { get; } Property Value Type Description System.String StandardContextTypes_IndexEntry_Code Looks up a localized string similar to IE. Declaration public static string StandardContextTypes_IndexEntry_Code { get; } Property Value Type Description System.String StandardContextTypes_IndexEntry_Description Looks up a localized string similar to An index entry. Declaration public static string StandardContextTypes_IndexEntry_Description { get; } Property Value Type Description System.String StandardContextTypes_IndexEntry_Name Looks up a localized string similar to Index Entry. Declaration public static string StandardContextTypes_IndexEntry_Name { get; } Property Value Type Description System.String StandardContextTypes_IndexTopics_Code Looks up a localized string similar to IT. Declaration public static string StandardContextTypes_IndexTopics_Code { get; } Property Value Type Description System.String StandardContextTypes_IndexTopics_Description Looks up a localized string similar to An index topic. Declaration public static string StandardContextTypes_IndexTopics_Description { get; } Property Value Type Description System.String StandardContextTypes_IndexTopics_Name Looks up a localized string similar to Index Topics. Declaration public static string StandardContextTypes_IndexTopics_Name { get; } Property Value Type Description System.String StandardContextTypes_Input_Code Looks up a localized string similar to IN. Declaration public static string StandardContextTypes_Input_Code { get; } Property Value Type Description System.String StandardContextTypes_Input_Description Looks up a localized string similar to An input field. Declaration public static string StandardContextTypes_Input_Description { get; } Property Value Type Description System.String StandardContextTypes_Input_Name Looks up a localized string similar to Input. Declaration public static string StandardContextTypes_Input_Name { get; } Property Value Type Description System.String StandardContextTypes_InsertAutoNumberingFieldInArabicNumberFormat_Code Looks up a localized string similar to AFA. Declaration public static string StandardContextTypes_InsertAutoNumberingFieldInArabicNumberFormat_Code { get; } Property Value Type Description System.String StandardContextTypes_InsertAutoNumberingFieldInArabicNumberFormat_Name Looks up a localized string similar to Insert auto numbering field in arabic number format. Declaration public static string StandardContextTypes_InsertAutoNumberingFieldInArabicNumberFormat_Name { get; } Property Value Type Description System.String StandardContextTypes_InsertAutoNumberingFieldInLegalFormat_Code Looks up a localized string similar to AFL. Declaration public static string StandardContextTypes_InsertAutoNumberingFieldInLegalFormat_Code { get; } Property Value Type Description System.String StandardContextTypes_InsertAutoNumberingFieldInLegalFormat_Name Looks up a localized string similar to Insert auto numbering field in legal format. Declaration public static string StandardContextTypes_InsertAutoNumberingFieldInLegalFormat_Name { get; } Property Value Type Description System.String StandardContextTypes_InsertAutoNumberingFieldInOutlineFormat_Code Looks up a localized string similar to AFO. Declaration public static string StandardContextTypes_InsertAutoNumberingFieldInOutlineFormat_Code { get; } Property Value Type Description System.String StandardContextTypes_InsertAutoNumberingFieldInOutlineFormat_Name Looks up a localized string similar to Insert auto numbering field in outline format. Declaration public static string StandardContextTypes_InsertAutoNumberingFieldInOutlineFormat_Name { get; } Property Value Type Description System.String StandardContextTypes_InsertDatabase_Code Looks up a localized string similar to ID. Declaration public static string StandardContextTypes_InsertDatabase_Code { get; } Property Value Type Description System.String StandardContextTypes_InsertDatabase_Name Looks up a localized string similar to Insert database. Declaration public static string StandardContextTypes_InsertDatabase_Name { get; } Property Value Type Description System.String StandardContextTypes_InsertLiteralText_Code Looks up a localized string similar to ILT. Declaration public static string StandardContextTypes_InsertLiteralText_Code { get; } Property Value Type Description System.String StandardContextTypes_InsertLiteralText_Description Looks up a localized string similar to Inserted literal text. Declaration public static string StandardContextTypes_InsertLiteralText_Description { get; } Property Value Type Description System.String StandardContextTypes_InsertLiteralText_Name Looks up a localized string similar to Insert literal text. Declaration public static string StandardContextTypes_InsertLiteralText_Name { get; } Property Value Type Description System.String StandardContextTypes_InsertsGlossaryEntry_Code Looks up a localized string similar to IGE. Declaration public static string StandardContextTypes_InsertsGlossaryEntry_Code { get; } Property Value Type Description System.String StandardContextTypes_InsertsGlossaryEntry_Description Looks up a localized string similar to Inserts a glossary entry. Declaration public static string StandardContextTypes_InsertsGlossaryEntry_Description { get; } Property Value Type Description System.String StandardContextTypes_InsertsGlossaryEntry_Name Looks up a localized string similar to Inserts glossary entry. Declaration public static string StandardContextTypes_InsertsGlossaryEntry_Name { get; } Property Value Type Description System.String StandardContextTypes_InsertsNumberOfCurrentPrintMergeRecord_Code Looks up a localized string similar to NPM. Declaration public static string StandardContextTypes_InsertsNumberOfCurrentPrintMergeRecord_Code { get; } Property Value Type Description System.String StandardContextTypes_InsertsNumberOfCurrentPrintMergeRecord_Name Looks up a localized string similar to Inserts number of current print merge record. Declaration public static string StandardContextTypes_InsertsNumberOfCurrentPrintMergeRecord_Name { get; } Property Value Type Description System.String StandardContextTypes_InvertedExclamationMarks_Code Looks up a localized string similar to ¡¡. Declaration public static string StandardContextTypes_InvertedExclamationMarks_Code { get; } Property Value Type Description System.String StandardContextTypes_InvertedExclamationMarks_Description Looks up a localized string similar to Inverted exclamation marks. Declaration public static string StandardContextTypes_InvertedExclamationMarks_Description { get; } Property Value Type Description System.String StandardContextTypes_InvertedExclamationMarks_Name Looks up a localized string similar to ¡¡. Declaration public static string StandardContextTypes_InvertedExclamationMarks_Name { get; } Property Value Type Description System.String StandardContextTypes_Item_Code Looks up a localized string similar to I. Declaration public static string StandardContextTypes_Item_Code { get; } Property Value Type Description System.String StandardContextTypes_Item_Description Looks up a localized string similar to An item. Declaration public static string StandardContextTypes_Item_Description { get; } Property Value Type Description System.String StandardContextTypes_Item_Name Looks up a localized string similar to Item. Declaration public static string StandardContextTypes_Item_Name { get; } Property Value Type Description System.String StandardContextTypes_Items_Code Looks up a localized string similar to IS. Declaration public static string StandardContextTypes_Items_Code { get; } Property Value Type Description System.String StandardContextTypes_Items_Description Looks up a localized string similar to A collection of items. Declaration public static string StandardContextTypes_Items_Description { get; } Property Value Type Description System.String StandardContextTypes_Items_Name Looks up a localized string similar to Items. Declaration public static string StandardContextTypes_Items_Name { get; } Property Value Type Description System.String StandardContextTypes_KeywordList_Code Looks up a localized string similar to KL. Declaration public static string StandardContextTypes_KeywordList_Code { get; } Property Value Type Description System.String StandardContextTypes_KeywordList_Description Looks up a localized string similar to A list of keywords. Declaration public static string StandardContextTypes_KeywordList_Description { get; } Property Value Type Description System.String StandardContextTypes_KeywordList_Name Looks up a localized string similar to Keyword List. Declaration public static string StandardContextTypes_KeywordList_Name { get; } Property Value Type Description System.String StandardContextTypes_Label_Code Looks up a localized string similar to LBL. Declaration public static string StandardContextTypes_Label_Code { get; } Property Value Type Description System.String StandardContextTypes_Label_Description Looks up a localized string similar to A label. Declaration public static string StandardContextTypes_Label_Description { get; } Property Value Type Description System.String StandardContextTypes_Label_Name Looks up a localized string similar to Label. Declaration public static string StandardContextTypes_Label_Name { get; } Property Value Type Description System.String StandardContextTypes_Length_Code Looks up a localized string similar to LN. Declaration public static string StandardContextTypes_Length_Code { get; } Property Value Type Description System.String StandardContextTypes_Length_Description Looks up a localized string similar to Length information for validation. Declaration public static string StandardContextTypes_Length_Description { get; } Property Value Type Description System.String StandardContextTypes_Length_Name Looks up a localized string similar to Length Restriction. Declaration public static string StandardContextTypes_Length_Name { get; } Property Value Type Description System.String StandardContextTypes_Link_Code Looks up a localized string similar to L. Declaration public static string StandardContextTypes_Link_Code { get; } Property Value Type Description System.String StandardContextTypes_Link_Description Looks up a localized string similar to A link. Declaration public static string StandardContextTypes_Link_Description { get; } Property Value Type Description System.String StandardContextTypes_Link_Name Looks up a localized string similar to Link. Declaration public static string StandardContextTypes_Link_Name { get; } Property Value Type Description System.String StandardContextTypes_ListBox_Code Looks up a localized string similar to LB. Declaration public static string StandardContextTypes_ListBox_Code { get; } Property Value Type Description System.String StandardContextTypes_ListBox_Description Looks up a localized string similar to A list box. Declaration public static string StandardContextTypes_ListBox_Description { get; } Property Value Type Description System.String StandardContextTypes_ListBox_Name Looks up a localized string similar to List Box. Declaration public static string StandardContextTypes_ListBox_Name { get; } Property Value Type Description System.String StandardContextTypes_ListElement_Code Looks up a localized string similar to LE. Declaration public static string StandardContextTypes_ListElement_Code { get; } Property Value Type Description System.String StandardContextTypes_ListElement_Name Looks up a localized string similar to List element. Declaration public static string StandardContextTypes_ListElement_Name { get; } Property Value Type Description System.String StandardContextTypes_ListItem_Code Looks up a localized string similar to LI. Declaration public static string StandardContextTypes_ListItem_Code { get; } Property Value Type Description System.String StandardContextTypes_ListItem_Description Looks up a localized string similar to An item in a list. Declaration public static string StandardContextTypes_ListItem_Description { get; } Property Value Type Description System.String StandardContextTypes_ListItem_Name Looks up a localized string similar to List Item. Declaration public static string StandardContextTypes_ListItem_Name { get; } Property Value Type Description System.String StandardContextTypes_Macro_Code Looks up a localized string similar to M. Declaration public static string StandardContextTypes_Macro_Code { get; } Property Value Type Description System.String StandardContextTypes_Macro_Name Looks up a localized string similar to Macro. Declaration public static string StandardContextTypes_Macro_Name { get; } Property Value Type Description System.String StandardContextTypes_MacroButton_Code Looks up a localized string similar to MB. Declaration public static string StandardContextTypes_MacroButton_Code { get; } Property Value Type Description System.String StandardContextTypes_MacroButton_Description Looks up a localized string similar to A macro button. Declaration public static string StandardContextTypes_MacroButton_Description { get; } Property Value Type Description System.String StandardContextTypes_MacroButton_Name Looks up a localized string similar to Macro button. Declaration public static string StandardContextTypes_MacroButton_Name { get; } Property Value Type Description System.String StandardContextTypes_MarkTableOfAuthorities_Code Looks up a localized string similar to TOA. Declaration public static string StandardContextTypes_MarkTableOfAuthorities_Code { get; } Property Value Type Description System.String StandardContextTypes_MarkTableOfAuthorities_Description Looks up a localized string similar to . Declaration public static string StandardContextTypes_MarkTableOfAuthorities_Description { get; } Property Value Type Description System.String StandardContextTypes_MarkTableOfAuthorities_Name Looks up a localized string similar to Table of Authorities. Declaration public static string StandardContextTypes_MarkTableOfAuthorities_Name { get; } Property Value Type Description System.String StandardContextTypes_MasterPage_Code Looks up a localized string similar to MP. Declaration public static string StandardContextTypes_MasterPage_Code { get; } Property Value Type Description System.String StandardContextTypes_MasterPage_Description Looks up a localized string similar to A master page. Declaration public static string StandardContextTypes_MasterPage_Description { get; } Property Value Type Description System.String StandardContextTypes_MasterPage_Name Looks up a localized string similar to Master Page. Declaration public static string StandardContextTypes_MasterPage_Name { get; } Property Value Type Description System.String StandardContextTypes_MasterSpread_Code Looks up a localized string similar to MAS. Declaration public static string StandardContextTypes_MasterSpread_Code { get; } Property Value Type Description System.String StandardContextTypes_MasterSpread_Description Looks up a localized string similar to A master spread. Declaration public static string StandardContextTypes_MasterSpread_Description { get; } Property Value Type Description System.String StandardContextTypes_MasterSpread_Name Looks up a localized string similar to Master Spread. Declaration public static string StandardContextTypes_MasterSpread_Name { get; } Property Value Type Description System.String StandardContextTypes_Menu_Code Looks up a localized string similar to M. Declaration public static string StandardContextTypes_Menu_Code { get; } Property Value Type Description System.String StandardContextTypes_Menu_Description Looks up a localized string similar to A menu item. Declaration public static string StandardContextTypes_Menu_Description { get; } Property Value Type Description System.String StandardContextTypes_Menu_Name Looks up a localized string similar to Menu. Declaration public static string StandardContextTypes_Menu_Name { get; } Property Value Type Description System.String StandardContextTypes_Menus_Code Looks up a localized string similar to MS. Declaration public static string StandardContextTypes_Menus_Code { get; } Property Value Type Description System.String StandardContextTypes_Menus_Description Looks up a localized string similar to A collection of menus. Declaration public static string StandardContextTypes_Menus_Description { get; } Property Value Type Description System.String StandardContextTypes_Menus_Name Looks up a localized string similar to Menus. Declaration public static string StandardContextTypes_Menus_Name { get; } Property Value Type Description System.String StandardContextTypes_MergeFields_Code Looks up a localized string similar to MF. Declaration public static string StandardContextTypes_MergeFields_Code { get; } Property Value Type Description System.String StandardContextTypes_MergeFields_Name Looks up a localized string similar to Merge fields. Declaration public static string StandardContextTypes_MergeFields_Name { get; } Property Value Type Description System.String StandardContextTypes_MergeRecordSequenceNumber_Code Looks up a localized string similar to MRS. Declaration public static string StandardContextTypes_MergeRecordSequenceNumber_Code { get; } Property Value Type Description System.String StandardContextTypes_MergeRecordSequenceNumber_Name Looks up a localized string similar to Merge record sequence number. Declaration public static string StandardContextTypes_MergeRecordSequenceNumber_Name { get; } Property Value Type Description System.String StandardContextTypes_Meta_Code Looks up a localized string similar to M. Declaration public static string StandardContextTypes_Meta_Code { get; } Property Value Type Description System.String StandardContextTypes_Meta_Description Looks up a localized string similar to Document meta data. Declaration public static string StandardContextTypes_Meta_Description { get; } Property Value Type Description System.String StandardContextTypes_Meta_Name Looks up a localized string similar to Meta. Declaration public static string StandardContextTypes_Meta_Name { get; } Property Value Type Description System.String StandardContextTypes_NextCommand_Code Looks up a localized string similar to NC. Declaration public static string StandardContextTypes_NextCommand_Code { get; } Property Value Type Description System.String StandardContextTypes_NextCommand_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_NextCommand_Description { get; } Property Value Type Description System.String StandardContextTypes_NextCommand_Name Looks up a localized string similar to Next command. Declaration public static string StandardContextTypes_NextCommand_Name { get; } Property Value Type Description System.String StandardContextTypes_NextIfCommand_Code Looks up a localized string similar to NIC. Declaration public static string StandardContextTypes_NextIfCommand_Code { get; } Property Value Type Description System.String StandardContextTypes_NextIfCommand_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_NextIfCommand_Description { get; } Property Value Type Description System.String StandardContextTypes_NextIfCommand_Name Looks up a localized string similar to Nextif command. Declaration public static string StandardContextTypes_NextIfCommand_Name { get; } Property Value Type Description System.String StandardContextTypes_NoFrames_Code Looks up a localized string similar to NF. Declaration public static string StandardContextTypes_NoFrames_Code { get; } Property Value Type Description System.String StandardContextTypes_NoFrames_Description Looks up a localized string similar to Text displayed to the user when the browser cannot display frames. Declaration public static string StandardContextTypes_NoFrames_Description { get; } Property Value Type Description System.String StandardContextTypes_NoFrames_Name Looks up a localized string similar to No Frames. Declaration public static string StandardContextTypes_NoFrames_Name { get; } Property Value Type Description System.String StandardContextTypes_NormalSpread_Code Looks up a localized string similar to NS. Declaration public static string StandardContextTypes_NormalSpread_Code { get; } Property Value Type Description System.String StandardContextTypes_NormalSpread_Description Looks up a localized string similar to A normal spread. Declaration public static string StandardContextTypes_NormalSpread_Description { get; } Property Value Type Description System.String StandardContextTypes_NormalSpread_Name Looks up a localized string similar to Normal Spread. Declaration public static string StandardContextTypes_NormalSpread_Name { get; } Property Value Type Description System.String StandardContextTypes_NoScript_Code Looks up a localized string similar to NS. Declaration public static string StandardContextTypes_NoScript_Code { get; } Property Value Type Description System.String StandardContextTypes_NoScript_Description Looks up a localized string similar to Used when scripts cannot be run. Declaration public static string StandardContextTypes_NoScript_Description { get; } Property Value Type Description System.String StandardContextTypes_NoScript_Name Looks up a localized string similar to No Script. Declaration public static string StandardContextTypes_NoScript_Name { get; } Property Value Type Description System.String StandardContextTypes_Note_Code Looks up a localized string similar to N. Declaration public static string StandardContextTypes_Note_Code { get; } Property Value Type Description System.String StandardContextTypes_Note_Description Looks up a localized string similar to A note. Declaration public static string StandardContextTypes_Note_Description { get; } Property Value Type Description System.String StandardContextTypes_Note_Name Looks up a localized string similar to Note. Declaration public static string StandardContextTypes_Note_Name { get; } Property Value Type Description System.String StandardContextTypes_NoteReference_Code Looks up a localized string similar to NR. Declaration public static string StandardContextTypes_NoteReference_Code { get; } Property Value Type Description System.String StandardContextTypes_NoteReference_Description Looks up a localized string similar to A note reference. Declaration public static string StandardContextTypes_NoteReference_Description { get; } Property Value Type Description System.String StandardContextTypes_NoteReference_Name Looks up a localized string similar to Note reference. Declaration public static string StandardContextTypes_NoteReference_Name { get; } Property Value Type Description System.String StandardContextTypes_OCX_Code Looks up a localized string similar to OCX. Declaration public static string StandardContextTypes_OCX_Code { get; } Property Value Type Description System.String StandardContextTypes_OCX_Name Looks up a localized string similar to OCX. Declaration public static string StandardContextTypes_OCX_Name { get; } Property Value Type Description System.String StandardContextTypes_OrderedList_Code Looks up a localized string similar to OL. Declaration public static string StandardContextTypes_OrderedList_Code { get; } Property Value Type Description System.String StandardContextTypes_OrderedList_Name Looks up a localized string similar to Ordered list. Declaration public static string StandardContextTypes_OrderedList_Name { get; } Property Value Type Description System.String StandardContextTypes_PageHeader_Description Looks up a localized string similar to A page header or footer. Declaration public static string StandardContextTypes_PageHeader_Description { get; } Property Value Type Description System.String StandardContextTypes_PageHeader_Name Looks up a localized string similar to Page Header or Footer. Declaration public static string StandardContextTypes_PageHeader_Name { get; } Property Value Type Description System.String StandardContextTypes_PageHeaderFooter_Code Looks up a localized string similar to PHF. Declaration public static string StandardContextTypes_PageHeaderFooter_Code { get; } Property Value Type Description System.String StandardContextTypes_PageReference_Code Looks up a localized string similar to PR. Declaration public static string StandardContextTypes_PageReference_Code { get; } Property Value Type Description System.String StandardContextTypes_PageReference_Description Looks up a localized string similar to A page reference. Declaration public static string StandardContextTypes_PageReference_Description { get; } Property Value Type Description System.String StandardContextTypes_PageReference_Name Looks up a localized string similar to Page reference. Declaration public static string StandardContextTypes_PageReference_Name { get; } Property Value Type Description System.String StandardContextTypes_Paragraph_Code Looks up a localized string similar to P. Declaration public static string StandardContextTypes_Paragraph_Code { get; } Property Value Type Description System.String StandardContextTypes_Paragraph_Description Looks up a localized string similar to A paragraph of text. Declaration public static string StandardContextTypes_Paragraph_Description { get; } Property Value Type Description System.String StandardContextTypes_Paragraph_Name Looks up a localized string similar to Paragraph. Declaration public static string StandardContextTypes_Paragraph_Name { get; } Property Value Type Description System.String StandardContextTypes_ParagraphUnitReference_Code Looks up a localized string similar to PUR. Declaration public static string StandardContextTypes_ParagraphUnitReference_Code { get; } Property Value Type Description System.String StandardContextTypes_ParagraphUnitReference_Description Looks up a localized string similar to ID of the paragraph unit where the tag containing the translatble content in this paragraph unit is located.. Declaration public static string StandardContextTypes_ParagraphUnitReference_Description { get; } Property Value Type Description System.String StandardContextTypes_ParagraphUnitReference_Name Looks up a localized string similar to Paragraph Unit Reference. Declaration public static string StandardContextTypes_ParagraphUnitReference_Name { get; } Property Value Type Description System.String StandardContextTypes_PlugInModulePrivate_Code Looks up a localized string similar to PMP. Declaration public static string StandardContextTypes_PlugInModulePrivate_Code { get; } Property Value Type Description System.String StandardContextTypes_PlugInModulePrivate_Name Looks up a localized string similar to Plug-in module private. Declaration public static string StandardContextTypes_PlugInModulePrivate_Name { get; } Property Value Type Description System.String StandardContextTypes_PossibleBookmark_Code Looks up a localized string similar to PB. Declaration public static string StandardContextTypes_PossibleBookmark_Code { get; } Property Value Type Description System.String StandardContextTypes_PossibleBookmark_Description Looks up a localized string similar to The syntax matches the bookmark name. Declaration public static string StandardContextTypes_PossibleBookmark_Description { get; } Property Value Type Description System.String StandardContextTypes_PossibleBookmark_Name Looks up a localized string similar to Possible bookmark. Declaration public static string StandardContextTypes_PossibleBookmark_Name { get; } Property Value Type Description System.String StandardContextTypes_Private_Code Looks up a localized string similar to P. Declaration public static string StandardContextTypes_Private_Code { get; } Property Value Type Description System.String StandardContextTypes_Private_Name Looks up a localized string similar to Private. Declaration public static string StandardContextTypes_Private_Name { get; } Property Value Type Description System.String StandardContextTypes_ProductName_Code Looks up a localized string similar to PN. Declaration public static string StandardContextTypes_ProductName_Code { get; } Property Value Type Description System.String StandardContextTypes_ProductName_Description Looks up a localized string similar to The product name. Declaration public static string StandardContextTypes_ProductName_Description { get; } Property Value Type Description System.String StandardContextTypes_ProductName_Name Looks up a localized string similar to Product Name. Declaration public static string StandardContextTypes_ProductName_Name { get; } Property Value Type Description System.String StandardContextTypes_ProductVersion_Code Looks up a localized string similar to PV. Declaration public static string StandardContextTypes_ProductVersion_Code { get; } Property Value Type Description System.String StandardContextTypes_ProductVersion_Description Looks up a localized string similar to The product version. Declaration public static string StandardContextTypes_ProductVersion_Description { get; } Property Value Type Description System.String StandardContextTypes_ProductVersion_Name Looks up a localized string similar to Product Version. Declaration public static string StandardContextTypes_ProductVersion_Name { get; } Property Value Type Description System.String StandardContextTypes_PseudoInlineShape_Code Looks up a localized string similar to PIS. Declaration public static string StandardContextTypes_PseudoInlineShape_Code { get; } Property Value Type Description System.String StandardContextTypes_PseudoInlineShape_Name Looks up a localized string similar to Pseudo-inline shape. Declaration public static string StandardContextTypes_PseudoInlineShape_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteAuthorVariable_Code Looks up a localized string similar to QAV. Declaration public static string StandardContextTypes_QuoteAuthorVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteAuthorVariable_Description Looks up a localized string similar to A quote author variable. Declaration public static string StandardContextTypes_QuoteAuthorVariable_Description { get; } Property Value Type Description System.String StandardContextTypes_QuoteAuthorVariable_Name Looks up a localized string similar to Quote author variable. Declaration public static string StandardContextTypes_QuoteAuthorVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteCommentsVariable_Code Looks up a localized string similar to QCV. Declaration public static string StandardContextTypes_QuoteCommentsVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteCommentsVariable_Description Looks up a localized string similar to A quote comments variable. Declaration public static string StandardContextTypes_QuoteCommentsVariable_Description { get; } Property Value Type Description System.String StandardContextTypes_QuoteCommentsVariable_Name Looks up a localized string similar to Quote comments variable. Declaration public static string StandardContextTypes_QuoteCommentsVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteCreationDateVariable_Code Looks up a localized string similar to QCD. Declaration public static string StandardContextTypes_QuoteCreationDateVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteCreationDateVariable_Description Looks up a localized string similar to A quote creation date variable. Declaration public static string StandardContextTypes_QuoteCreationDateVariable_Description { get; } Property Value Type Description System.String StandardContextTypes_QuoteCreationDateVariable_Name Looks up a localized string similar to Quote creation date variable. Declaration public static string StandardContextTypes_QuoteCreationDateVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteCurrentDateVariable_Code Looks up a localized string similar to QCD. Declaration public static string StandardContextTypes_QuoteCurrentDateVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteCurrentDateVariable_Description Looks up a localized string similar to A quote current date variable. Declaration public static string StandardContextTypes_QuoteCurrentDateVariable_Description { get; } Property Value Type Description System.String StandardContextTypes_QuoteCurrentDateVariable_Name Looks up a localized string similar to Quote current date variable. Declaration public static string StandardContextTypes_QuoteCurrentDateVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteCurrentPageVariable_Code Looks up a localized string similar to QCP. Declaration public static string StandardContextTypes_QuoteCurrentPageVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteCurrentPageVariable_Description Looks up a localized string similar to A quote current page variable. Declaration public static string StandardContextTypes_QuoteCurrentPageVariable_Description { get; } Property Value Type Description System.String StandardContextTypes_QuoteCurrentPageVariable_Name Looks up a localized string similar to Quote current page variable. Declaration public static string StandardContextTypes_QuoteCurrentPageVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteCurrentTimeVariable_Code Looks up a localized string similar to QCT. Declaration public static string StandardContextTypes_QuoteCurrentTimeVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteCurrentTimeVariable_Description Looks up a localized string similar to A quote current time variable. Declaration public static string StandardContextTypes_QuoteCurrentTimeVariable_Description { get; } Property Value Type Description System.String StandardContextTypes_QuoteCurrentTimeVariable_Name Looks up a localized string similar to Quote current time variable. Declaration public static string StandardContextTypes_QuoteCurrentTimeVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteDocumentTemplateNameVariable_Code Looks up a localized string similar to QDT. Declaration public static string StandardContextTypes_QuoteDocumentTemplateNameVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteDocumentTemplateNameVariable_Description Looks up a localized string similar to A quote document template name variable. Declaration public static string StandardContextTypes_QuoteDocumentTemplateNameVariable_Description { get; } Property Value Type Description System.String StandardContextTypes_QuoteDocumentTemplateNameVariable_Name Looks up a localized string similar to Quote document template name variable. Declaration public static string StandardContextTypes_QuoteDocumentTemplateNameVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteEditTimeVariable_Code Looks up a localized string similar to QET. Declaration public static string StandardContextTypes_QuoteEditTimeVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteEditTimeVariable_Description Looks up a localized string similar to A quote edit time variable. Declaration public static string StandardContextTypes_QuoteEditTimeVariable_Description { get; } Property Value Type Description System.String StandardContextTypes_QuoteEditTimeVariable_Name Looks up a localized string similar to Quote edit time variable. Declaration public static string StandardContextTypes_QuoteEditTimeVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteFileNameVariable_Code Looks up a localized string similar to QFN. Declaration public static string StandardContextTypes_QuoteFileNameVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteFileNameVariable_Description Looks up a localized string similar to A quote file name variable. Declaration public static string StandardContextTypes_QuoteFileNameVariable_Description { get; } Property Value Type Description System.String StandardContextTypes_QuoteFileNameVariable_Name Looks up a localized string similar to Quote file name variable. Declaration public static string StandardContextTypes_QuoteFileNameVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteInfoVariable_Code Looks up a localized string similar to QIV. Declaration public static string StandardContextTypes_QuoteInfoVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteInfoVariable_Description Looks up a localized string similar to A quote info variable. Declaration public static string StandardContextTypes_QuoteInfoVariable_Description { get; } Property Value Type Description System.String StandardContextTypes_QuoteInfoVariable_Name Looks up a localized string similar to Quote info variable. Declaration public static string StandardContextTypes_QuoteInfoVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteKeywordsVariable_Code Looks up a localized string similar to QKV. Declaration public static string StandardContextTypes_QuoteKeywordsVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteKeywordsVariable_Description Looks up a localized string similar to A quote keywords variable. Declaration public static string StandardContextTypes_QuoteKeywordsVariable_Description { get; } Property Value Type Description System.String StandardContextTypes_QuoteKeywordsVariable_Name Looks up a localized string similar to Quote keywords variable. Declaration public static string StandardContextTypes_QuoteKeywordsVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteLastRevisedByVariable_Code Looks up a localized string similar to QLR. Declaration public static string StandardContextTypes_QuoteLastRevisedByVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteLastRevisedByVariable_Description Looks up a localized string similar to A quote last revised by variable. Declaration public static string StandardContextTypes_QuoteLastRevisedByVariable_Description { get; } Property Value Type Description System.String StandardContextTypes_QuoteLastRevisedByVariable_Name Looks up a localized string similar to Quote last revised by variable. Declaration public static string StandardContextTypes_QuoteLastRevisedByVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteNumberOfCharactersVariable_Code Looks up a localized string similar to QNC. Declaration public static string StandardContextTypes_QuoteNumberOfCharactersVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteNumberOfCharactersVariable_Name Looks up a localized string similar to A quote number of characters variable. Declaration public static string StandardContextTypes_QuoteNumberOfCharactersVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteNumberOfPagesVariable_Code Looks up a localized string similar to QNP. Declaration public static string StandardContextTypes_QuoteNumberOfPagesVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteNumberOfPagesVariable_Name Looks up a localized string similar to A quote number of pages variable. Declaration public static string StandardContextTypes_QuoteNumberOfPagesVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteNumberOfWordsVariable_Code Looks up a localized string similar to QNW. Declaration public static string StandardContextTypes_QuoteNumberOfWordsVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteNumberOfWordsVariable_Description Looks up a localized string similar to A quote number of words variable. Declaration public static string StandardContextTypes_QuoteNumberOfWordsVariable_Description { get; } Property Value Type Description System.String StandardContextTypes_QuoteNumberOfWordsVariable_Name Looks up a localized string similar to Quote number of words variable. Declaration public static string StandardContextTypes_QuoteNumberOfWordsVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuotePrintDateVariable_Code Looks up a localized string similar to QPD. Declaration public static string StandardContextTypes_QuotePrintDateVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuotePrintDateVariable_Name Looks up a localized string similar to A quote print date variable. Declaration public static string StandardContextTypes_QuotePrintDateVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteRevisionDateVariable_Code Looks up a localized string similar to QRD. Declaration public static string StandardContextTypes_QuoteRevisionDateVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteRevisionDateVariable_Description Looks up a localized string similar to A quote revision date variable. Declaration public static string StandardContextTypes_QuoteRevisionDateVariable_Description { get; } Property Value Type Description System.String StandardContextTypes_QuoteRevisionDateVariable_Name Looks up a localized string similar to Quote revision date variable. Declaration public static string StandardContextTypes_QuoteRevisionDateVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteRevisionNumberVariable_Code Looks up a localized string similar to QRN. Declaration public static string StandardContextTypes_QuoteRevisionNumberVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteRevisionNumberVariable_Description Looks up a localized string similar to A quote revision number variable. Declaration public static string StandardContextTypes_QuoteRevisionNumberVariable_Description { get; } Property Value Type Description System.String StandardContextTypes_QuoteRevisionNumberVariable_Name Looks up a localized string similar to Quote revision number variable. Declaration public static string StandardContextTypes_QuoteRevisionNumberVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteSubjectVariable_Code Looks up a localized string similar to QSV. Declaration public static string StandardContextTypes_QuoteSubjectVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteSubjectVariable_Description Looks up a localized string similar to A quote subject variable. Declaration public static string StandardContextTypes_QuoteSubjectVariable_Description { get; } Property Value Type Description System.String StandardContextTypes_QuoteSubjectVariable_Name Looks up a localized string similar to Quote subject variable. Declaration public static string StandardContextTypes_QuoteSubjectVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_QuoteTitleVariable_Code Looks up a localized string similar to QTV. Declaration public static string StandardContextTypes_QuoteTitleVariable_Code { get; } Property Value Type Description System.String StandardContextTypes_QuoteTitleVariable_Description Looks up a localized string similar to A quote title variable. Declaration public static string StandardContextTypes_QuoteTitleVariable_Description { get; } Property Value Type Description System.String StandardContextTypes_QuoteTitleVariable_Name Looks up a localized string similar to Quote title variable. Declaration public static string StandardContextTypes_QuoteTitleVariable_Name { get; } Property Value Type Description System.String StandardContextTypes_RadioButton_Code Looks up a localized string similar to RB. Declaration public static string StandardContextTypes_RadioButton_Code { get; } Property Value Type Description System.String StandardContextTypes_RadioButton_Description Looks up a localized string similar to A radio button. Declaration public static string StandardContextTypes_RadioButton_Description { get; } Property Value Type Description System.String StandardContextTypes_RadioButton_Name Looks up a localized string similar to Radio Button. Declaration public static string StandardContextTypes_RadioButton_Name { get; } Property Value Type Description System.String StandardContextTypes_ReadsATIFFFile_Code Looks up a localized string similar to RTF. Declaration public static string StandardContextTypes_ReadsATIFFFile_Code { get; } Property Value Type Description System.String StandardContextTypes_ReadsATIFFFile_Name Looks up a localized string similar to Reads a tiff file. Declaration public static string StandardContextTypes_ReadsATIFFFile_Name { get; } Property Value Type Description System.String StandardContextTypes_Samp_Code Looks up a localized string similar to SMP. Declaration public static string StandardContextTypes_Samp_Code { get; } Property Value Type Description System.String StandardContextTypes_Samp_Description Looks up a localized string similar to Sample program output. Declaration public static string StandardContextTypes_Samp_Description { get; } Property Value Type Description System.String StandardContextTypes_Samp_Name Looks up a localized string similar to Samp. Declaration public static string StandardContextTypes_Samp_Name { get; } Property Value Type Description System.String StandardContextTypes_Script_Code Looks up a localized string similar to S. Declaration public static string StandardContextTypes_Script_Code { get; } Property Value Type Description System.String StandardContextTypes_Script_Description Looks up a localized string similar to A programmatic script. Declaration public static string StandardContextTypes_Script_Description { get; } Property Value Type Description System.String StandardContextTypes_Script_Name Looks up a localized string similar to Script. Declaration public static string StandardContextTypes_Script_Name { get; } Property Value Type Description System.String StandardContextTypes_Section_Code Looks up a localized string similar to S. Declaration public static string StandardContextTypes_Section_Code { get; } Property Value Type Description System.String StandardContextTypes_Section_Name Looks up a localized string similar to Section. Declaration public static string StandardContextTypes_Section_Name { get; } Property Value Type Description System.String StandardContextTypes_SectionPages_Code Looks up a localized string similar to SP. Declaration public static string StandardContextTypes_SectionPages_Code { get; } Property Value Type Description System.String StandardContextTypes_SectionPages_Name Looks up a localized string similar to Section pages. Declaration public static string StandardContextTypes_SectionPages_Name { get; } Property Value Type Description System.String StandardContextTypes_Select_Code Looks up a localized string similar to SEL. Declaration public static string StandardContextTypes_Select_Code { get; } Property Value Type Description System.String StandardContextTypes_Select_Name Looks up a localized string similar to Select. Declaration public static string StandardContextTypes_Select_Name { get; } Property Value Type Description System.String StandardContextTypes_SendsCharactersToPrinterWithoutTranslation_Code Looks up a localized string similar to SWT. Declaration public static string StandardContextTypes_SendsCharactersToPrinterWithoutTranslation_Code { get; } Property Value Type Description System.String StandardContextTypes_SendsCharactersToPrinterWithoutTranslation_Name Looks up a localized string similar to Sends characters to printer without translation. Declaration public static string StandardContextTypes_SendsCharactersToPrinterWithoutTranslation_Name { get; } Property Value Type Description System.String StandardContextTypes_SequenceMark_Code Looks up a localized string similar to SM. Declaration public static string StandardContextTypes_SequenceMark_Code { get; } Property Value Type Description System.String StandardContextTypes_SequenceMark_Description Looks up a localized string similar to A sequence mark. Declaration public static string StandardContextTypes_SequenceMark_Description { get; } Property Value Type Description System.String StandardContextTypes_SequenceMark_Name Looks up a localized string similar to Sequence mark. Declaration public static string StandardContextTypes_SequenceMark_Name { get; } Property Value Type Description System.String StandardContextTypes_SetCommand_Code Looks up a localized string similar to SC. Declaration public static string StandardContextTypes_SetCommand_Code { get; } Property Value Type Description System.String StandardContextTypes_SetCommand_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_SetCommand_Description { get; } Property Value Type Description System.String StandardContextTypes_SetCommand_Name Looks up a localized string similar to Set command. Declaration public static string StandardContextTypes_SetCommand_Name { get; } Property Value Type Description System.String StandardContextTypes_Shortcut_Code Looks up a localized string similar to S. Declaration public static string StandardContextTypes_Shortcut_Code { get; } Property Value Type Description System.String StandardContextTypes_Shortcut_Description Looks up a localized string similar to A shortcut. Declaration public static string StandardContextTypes_Shortcut_Description { get; } Property Value Type Description System.String StandardContextTypes_Shortcut_Name Looks up a localized string similar to Shortcut. Declaration public static string StandardContextTypes_Shortcut_Name { get; } Property Value Type Description System.String StandardContextTypes_Sidebar_Code Looks up a localized string similar to SR. Declaration public static string StandardContextTypes_Sidebar_Code { get; } Property Value Type Description System.String StandardContextTypes_Sidebar_Description Looks up a localized string similar to A sidebar. Declaration public static string StandardContextTypes_Sidebar_Description { get; } Property Value Type Description System.String StandardContextTypes_Sidebar_Name Looks up a localized string similar to Sidebar. Declaration public static string StandardContextTypes_Sidebar_Name { get; } Property Value Type Description System.String StandardContextTypes_SkipIfCommand_Code Looks up a localized string similar to SI. Declaration public static string StandardContextTypes_SkipIfCommand_Code { get; } Property Value Type Description System.String StandardContextTypes_SkipIfCommand_Description Looks up a localized string similar to Used for print merge. Declaration public static string StandardContextTypes_SkipIfCommand_Description { get; } Property Value Type Description System.String StandardContextTypes_SkipIfCommand_Name Looks up a localized string similar to Skipif. Declaration public static string StandardContextTypes_SkipIfCommand_Name { get; } Property Value Type Description System.String StandardContextTypes_Slide_Code Looks up a localized string similar to S. Declaration public static string StandardContextTypes_Slide_Code { get; } Property Value Type Description System.String StandardContextTypes_Slide_Description Looks up a localized string similar to A document slide. Declaration public static string StandardContextTypes_Slide_Description { get; } Property Value Type Description System.String StandardContextTypes_Slide_Name Looks up a localized string similar to Slide. Declaration public static string StandardContextTypes_Slide_Name { get; } Property Value Type Description System.String StandardContextTypes_Spread_Code Looks up a localized string similar to SD. Declaration public static string StandardContextTypes_Spread_Code { get; } Property Value Type Description System.String StandardContextTypes_Spread_Description Looks up a localized string similar to A spread. Declaration public static string StandardContextTypes_Spread_Description { get; } Property Value Type Description System.String StandardContextTypes_Spread_Name Looks up a localized string similar to Spread. Declaration public static string StandardContextTypes_Spread_Name { get; } Property Value Type Description System.String StandardContextTypes_StringTable_Code Looks up a localized string similar to ST. Declaration public static string StandardContextTypes_StringTable_Code { get; } Property Value Type Description System.String StandardContextTypes_StringTable_Description Looks up a localized string similar to A list of software strings. Declaration public static string StandardContextTypes_StringTable_Description { get; } Property Value Type Description System.String StandardContextTypes_StringTable_Name Looks up a localized string similar to String Table. Declaration public static string StandardContextTypes_StringTable_Name { get; } Property Value Type Description System.String StandardContextTypes_StyleReference_Code Looks up a localized string similar to SR. Declaration public static string StandardContextTypes_StyleReference_Code { get; } Property Value Type Description System.String StandardContextTypes_StyleReference_Description Looks up a localized string similar to A style reference. Declaration public static string StandardContextTypes_StyleReference_Description { get; } Property Value Type Description System.String StandardContextTypes_StyleReference_Name Looks up a localized string similar to Style reference. Declaration public static string StandardContextTypes_StyleReference_Name { get; } Property Value Type Description System.String StandardContextTypes_Subscriber_Code Looks up a localized string similar to SR. Declaration public static string StandardContextTypes_Subscriber_Code { get; } Property Value Type Description System.String StandardContextTypes_Subscriber_Name Looks up a localized string similar to Subscriber. Declaration public static string StandardContextTypes_Subscriber_Name { get; } Property Value Type Description System.String StandardContextTypes_Symbol_Code Looks up a localized string similar to S. Declaration public static string StandardContextTypes_Symbol_Code { get; } Property Value Type Description System.String StandardContextTypes_Symbol_Description Looks up a localized string similar to A symbol. Declaration public static string StandardContextTypes_Symbol_Description { get; } Property Value Type Description System.String StandardContextTypes_Symbol_Name Looks up a localized string similar to Symbol. Declaration public static string StandardContextTypes_Symbol_Name { get; } Property Value Type Description System.String StandardContextTypes_Table_Code Looks up a localized string similar to TBL. Declaration public static string StandardContextTypes_Table_Code { get; } Property Value Type Description System.String StandardContextTypes_Table_Description Looks up a localized string similar to A table. Declaration public static string StandardContextTypes_Table_Description { get; } Property Value Type Description System.String StandardContextTypes_Table_Name Looks up a localized string similar to Table. Declaration public static string StandardContextTypes_Table_Name { get; } Property Value Type Description System.String StandardContextTypes_TableCell_Code Looks up a localized string similar to TC. Declaration public static string StandardContextTypes_TableCell_Code { get; } Property Value Type Description System.String StandardContextTypes_TableCell_Description Looks up a localized string similar to A cell in a table. Declaration public static string StandardContextTypes_TableCell_Description { get; } Property Value Type Description System.String StandardContextTypes_TableCell_Name Looks up a localized string similar to Table Cell. Declaration public static string StandardContextTypes_TableCell_Name { get; } Property Value Type Description System.String StandardContextTypes_TableHeading_Code Looks up a localized string similar to TH. Declaration public static string StandardContextTypes_TableHeading_Code { get; } Property Value Type Description System.String StandardContextTypes_TableHeading_Description Looks up a localized string similar to A heading in a table. Declaration public static string StandardContextTypes_TableHeading_Description { get; } Property Value Type Description System.String StandardContextTypes_TableHeading_Name Looks up a localized string similar to Table Heading. Declaration public static string StandardContextTypes_TableHeading_Name { get; } Property Value Type Description System.String StandardContextTypes_TableOfContentsEntry_Code Looks up a localized string similar to TOC. Declaration public static string StandardContextTypes_TableOfContentsEntry_Code { get; } Property Value Type Description System.String StandardContextTypes_TableOfContentsEntry_Description Looks up a localized string similar to A table of contents entry. Declaration public static string StandardContextTypes_TableOfContentsEntry_Description { get; } Property Value Type Description System.String StandardContextTypes_TableOfContentsEntry_Name Looks up a localized string similar to Table of Contents Entry. Declaration public static string StandardContextTypes_TableOfContentsEntry_Name { get; } Property Value Type Description System.String StandardContextTypes_TableRow_Code Looks up a localized string similar to TR. Declaration public static string StandardContextTypes_TableRow_Code { get; } Property Value Type Description System.String StandardContextTypes_TableRow_Description Looks up a localized string similar to A row in a table. Declaration public static string StandardContextTypes_TableRow_Description { get; } Property Value Type Description System.String StandardContextTypes_TableRow_Name Looks up a localized string similar to Table Row. Declaration public static string StandardContextTypes_TableRow_Name { get; } Property Value Type Description System.String StandardContextTypes_TagContent_Code Looks up a localized string similar to TAG. Declaration public static string StandardContextTypes_TagContent_Code { get; } Property Value Type Description System.String StandardContextTypes_TagContent_Description Looks up a localized string similar to Translatable content inside a tag. Declaration public static string StandardContextTypes_TagContent_Description { get; } Property Value Type Description System.String StandardContextTypes_TagContent_Name Looks up a localized string similar to Tag Content. Declaration public static string StandardContextTypes_TagContent_Name { get; } Property Value Type Description System.String StandardContextTypes_TextArea_Code Looks up a localized string similar to TA. Declaration public static string StandardContextTypes_TextArea_Code { get; } Property Value Type Description System.String StandardContextTypes_TextArea_Name Looks up a localized string similar to Text Area. Declaration public static string StandardContextTypes_TextArea_Name { get; } Property Value Type Description System.String StandardContextTypes_TextBox_Code Looks up a localized string similar to TB. Declaration public static string StandardContextTypes_TextBox_Code { get; } Property Value Type Description System.String StandardContextTypes_TextBox_Description Looks up a localized string similar to A text box. Declaration public static string StandardContextTypes_TextBox_Description { get; } Property Value Type Description System.String StandardContextTypes_TextBox_Name Looks up a localized string similar to Text Box. Declaration public static string StandardContextTypes_TextBox_Name { get; } Property Value Type Description System.String StandardContextTypes_Title_Code Looks up a localized string similar to T. Declaration public static string StandardContextTypes_Title_Code { get; } Property Value Type Description System.String StandardContextTypes_Title_Description Looks up a localized string similar to Title of the document. Declaration public static string StandardContextTypes_Title_Description { get; } Property Value Type Description System.String StandardContextTypes_Title_Name Looks up a localized string similar to Title. Declaration public static string StandardContextTypes_Title_Name { get; } Property Value Type Description System.String StandardContextTypes_Topic_Code Looks up a localized string similar to T. Declaration public static string StandardContextTypes_Topic_Code { get; } Property Value Type Description System.String StandardContextTypes_Topic_Description Looks up a localized string similar to A topic. Declaration public static string StandardContextTypes_Topic_Description { get; } Property Value Type Description System.String StandardContextTypes_Topic_Name Looks up a localized string similar to Topic. Declaration public static string StandardContextTypes_Topic_Name { get; } Property Value Type Description System.String StandardContextTypes_Trademark_Code Looks up a localized string similar to TM. Declaration public static string StandardContextTypes_Trademark_Code { get; } Property Value Type Description System.String StandardContextTypes_Trademark_Description Looks up a localized string similar to Trademark description. Declaration public static string StandardContextTypes_Trademark_Description { get; } Property Value Type Description System.String StandardContextTypes_Trademark_Name Looks up a localized string similar to Trademark. Declaration public static string StandardContextTypes_Trademark_Name { get; } Property Value Type Description System.String StandardContextTypes_TranslatableContent_Code Looks up a localized string similar to FPR. Declaration public static string StandardContextTypes_TranslatableContent_Code { get; } Property Value Type Description System.String StandardContextTypes_TranslatableContent_Description Looks up a localized string similar to Translatable content in a field prompt. Declaration public static string StandardContextTypes_TranslatableContent_Description { get; } Property Value Type Description System.String StandardContextTypes_TranslatableContent_Name Looks up a localized string similar to Translatable Content. Declaration public static string StandardContextTypes_TranslatableContent_Name { get; } Property Value Type Description System.String StandardContextTypes_UnknownKeyword_Code Looks up a localized string similar to UK. Declaration public static string StandardContextTypes_UnknownKeyword_Code { get; } Property Value Type Description System.String StandardContextTypes_UnknownKeyword_Description Looks up a localized string similar to An unknown keyword. Declaration public static string StandardContextTypes_UnknownKeyword_Description { get; } Property Value Type Description System.String StandardContextTypes_UnknownKeyword_Name Looks up a localized string similar to Unknown keyword. Declaration public static string StandardContextTypes_UnknownKeyword_Name { get; } Property Value Type Description System.String StandardContextTypes_UnorderedList_Code Looks up a localized string similar to UL. Declaration public static string StandardContextTypes_UnorderedList_Code { get; } Property Value Type Description System.String StandardContextTypes_UnorderedList_Name Looks up a localized string similar to Unordered List. Declaration public static string StandardContextTypes_UnorderedList_Name { get; } Property Value Type Description System.String StandardContextTypes_UserAddress_Code Looks up a localized string similar to UA. Declaration public static string StandardContextTypes_UserAddress_Code { get; } Property Value Type Description System.String StandardContextTypes_UserAddress_Name Looks up a localized string similar to User address. Declaration public static string StandardContextTypes_UserAddress_Name { get; } Property Value Type Description System.String StandardContextTypes_UserInitial_Code Looks up a localized string similar to UI. Declaration public static string StandardContextTypes_UserInitial_Code { get; } Property Value Type Description System.String StandardContextTypes_UserInitial_Name Looks up a localized string similar to User initial. Declaration public static string StandardContextTypes_UserInitial_Name { get; } Property Value Type Description System.String StandardContextTypes_UserName_Code Looks up a localized string similar to UN. Declaration public static string StandardContextTypes_UserName_Code { get; } Property Value Type Description System.String StandardContextTypes_UserName_Name Looks up a localized string similar to User name. Declaration public static string StandardContextTypes_UserName_Name { get; } Property Value Type Description System.String StandardContextTypes_VersionInfo_Code Looks up a localized string similar to VI. Declaration public static string StandardContextTypes_VersionInfo_Code { get; } Property Value Type Description System.String StandardContextTypes_VersionInfo_Description Looks up a localized string similar to Version information. Declaration public static string StandardContextTypes_VersionInfo_Description { get; } Property Value Type Description System.String StandardContextTypes_VersionInfo_Name Looks up a localized string similar to Version Information. Declaration public static string StandardContextTypes_VersionInfo_Name { get; } Property Value Type Description System.String StandardContextTypes_WordArt_Code Looks up a localized string similar to WA. Declaration public static string StandardContextTypes_WordArt_Code { get; } Property Value Type Description System.String StandardContextTypes_WordArt_Description Looks up a localized string similar to Word art. Declaration public static string StandardContextTypes_WordArt_Description { get; } Property Value Type Description System.String StandardContextTypes_WordArt_Name Looks up a localized string similar to Word Art. Declaration public static string StandardContextTypes_WordArt_Name { get; } Property Value Type Description System.String StandardContextTypes_WorkSheet_Code Looks up a localized string similar to WS. Declaration public static string StandardContextTypes_WorkSheet_Code { get; } Property Value Type Description System.String StandardContextTypes_WorkSheet_Description Looks up a localized string similar to A worksheet. Declaration public static string StandardContextTypes_WorkSheet_Description { get; } Property Value Type Description System.String StandardContextTypes_WorkSheet_Name Looks up a localized string similar to Worksheet. Declaration public static string StandardContextTypes_WorkSheet_Name { get; } Property Value Type Description System.String StandardContextTypes_WorksheetName_Code Looks up a localized string similar to WSN. Declaration public static string StandardContextTypes_WorksheetName_Code { get; } Property Value Type Description System.String StandardContextTypes_WorkSheetName_Description Looks up a localized string similar to The name associated with a worksheet. Declaration public static string StandardContextTypes_WorkSheetName_Description { get; } Property Value Type Description System.String StandardContextTypes_WorksheetName_Name Looks up a localized string similar to Worksheet Name. Declaration public static string StandardContextTypes_WorksheetName_Name { get; } Property Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Direction.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Direction.html", "title": "Enum Direction", - "keywords": "Enum Direction Reading order directionality for text Namespace : Sdl Sdl.FileTypeSupport Framework Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum Direction Fields Name Description Inherit Same directionality as surrounding content, or the default directionality if none LeftToRight Explicit left-to-right reading order, independent of the surrounding content RightToLeft Explicit right-to-left reading order, independent of the surrounding content" + "keywords": "Enum Direction Reading order directionality for text Namespace : Sdl.FileTypeSupport.Framework Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum Direction Fields Name Description Inherit Same directionality as surrounding content, or the default directionality if none LeftToRight Explicit left-to-right reading order, independent of the surrounding content RightToLeft Explicit right-to-left reading order, independent of the surrounding content" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.FileJanitor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.FileJanitor.html", "title": "Class FileJanitor", - "keywords": "Class FileJanitor Deletes the associated file when this object is finalized or disposed. Inheritance object FileJanitor Implements IDisposable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class FileJanitor : IDisposable Remarks Provides a convenient way to manage session-scope temporary files. Make sure that all objects needing access to the file holds a reference to the corresponding FileJanitor object. When the file janitor is garbage collected or disposed the file is deleted. The class also implements IDisposable interface. The file is deleted in the Dispose() implementation. If the file for some reason cannot be deleted no error is raised. Note that the .NET Framework does not guarantee that finalizers will be called, so there is always a possibility that the file does not get deleted. Constructors FileJanitor(string) Associates the janitor with the specified file. Declaration public FileJanitor(string filePath) Parameters Type Name Description string filePath Properties CancelDelete If true then this Janitored file is not deleted when this instance is disposed. Declaration public bool CancelDelete { get; set; } Property Value Type Description bool DeleteDirectoryIfEmpty If true a check will be made after the file has been deleted, and if no other files exist in the same directory that directory will also be deleted. Declaration public bool DeleteDirectoryIfEmpty { get; set; } Property Value Type Description bool Deleted If true then this managed file was sucessfully deleted. Declaration public bool Deleted { get; } Property Value Type Description bool FilePath Full path to the file to be deleted. Declaration public string FilePath { get; set; } Property Value Type Description string Methods DeleteFile() Delete the file, if possible. Also deletes the directory if it is empty and DeleteDirectoryIfEmpty is true. Declaration public virtual void DeleteFile() Dispose() Deletes the file, if it exists. Declaration public void Dispose() Dispose(bool) Implementation of the recommended dispose protocol. Deletes the file if possible. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description bool disposing true if this method is called from IDisposable.Dispose() and false if called from Finalizer ~FileJanitor() Deletes the file, if possible. Declaration protected ~FileJanitor() Implements IDisposable" + "keywords": "Class FileJanitor Deletes the associated file when this object is finalized or disposed. Inheritance System.Object FileJanitor Implements System.IDisposable 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.FileTypeSupport.Framework Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class FileJanitor : IDisposable Remarks Provides a convenient way to manage session-scope temporary files. Make sure that all objects needing access to the file holds a reference to the corresponding FileJanitor object. When the file janitor is garbage collected or disposed the file is deleted. The class also implements IDisposable interface. The file is deleted in the Dispose() implementation. If the file for some reason cannot be deleted no error is raised. Note that the .NET Framework does not guarantee that finalizers will be called, so there is always a possibility that the file does not get deleted. Constructors FileJanitor(String) Associates the janitor with the specified file. Declaration public FileJanitor(string filePath) Parameters Type Name Description System.String filePath Properties CancelDelete If true then this Janitored file is not deleted when this instance is disposed. Declaration public bool CancelDelete { get; set; } Property Value Type Description System.Boolean Deleted If true then this managed file was sucessfully deleted. Declaration public bool Deleted { get; } Property Value Type Description System.Boolean DeleteDirectoryIfEmpty If true a check will be made after the file has been deleted, and if no other files exist in the same directory that directory will also be deleted. Declaration public bool DeleteDirectoryIfEmpty { get; set; } Property Value Type Description System.Boolean FilePath Full path to the file to be deleted. Declaration public string FilePath { get; set; } Property Value Type Description System.String Methods DeleteFile() Delete the file, if possible. Also deletes the directory if it is empty and DeleteDirectoryIfEmpty is true. Declaration public virtual void DeleteFile() Dispose() Deletes the file, if it exists. Declaration public void Dispose() Dispose(Boolean) Implementation of the recommended dispose protocol. Deletes the file if possible. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing true if this method is called from IDisposable.Dispose() and false if called from Finalizer Finalize() Deletes the file, if possible. Declaration protected void Finalize() Implements System.IDisposable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.html", "title": "Struct FileTypeDefinitionId", - "keywords": "Struct FileTypeDefinitionId Type safe wrapper around a file type file type definition ID. Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.FileTypeSupport Framework Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct FileTypeDefinitionId Constructors FileTypeDefinitionId(string) Create from a string ID. Declaration public FileTypeDefinitionId(string id) Parameters Type Name Description string id Properties Id The ID for this file type definition as a string. Declaration public string Id { get; } Property Value Type Description string Methods Equals(object) Returns true if the objects have the same ID value. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides ValueType.Equals(object) GetHashCode() Returns a hash code based on the ID value. Declaration public override int GetHashCode() Returns Type Description int Overrides ValueType.GetHashCode() ToString() The ID as a string. Declaration public override string ToString() Returns Type Description string Overrides ValueType.ToString() Operators operator ==(FileTypeDefinitionId, FileTypeDefinitionId) Returns true if the two IDs have the same Id value. Declaration public static bool operator ==(FileTypeDefinitionId first, FileTypeDefinitionId second) Parameters Type Name Description FileTypeDefinitionId first FileTypeDefinitionId second Returns Type Description bool operator !=(FileTypeDefinitionId, FileTypeDefinitionId) Returns true if the two IDs have different Id values. Declaration public static bool operator !=(FileTypeDefinitionId first, FileTypeDefinitionId second) Parameters Type Name Description FileTypeDefinitionId first FileTypeDefinitionId second Returns Type Description bool" + "keywords": "Struct FileTypeDefinitionId Type safe wrapper around a file type file type definition ID. Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() Namespace : Sdl.FileTypeSupport.Framework Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct FileTypeDefinitionId Constructors FileTypeDefinitionId(String) Create from a string ID. Declaration public FileTypeDefinitionId(string id) Parameters Type Name Description System.String id Properties Id The ID for this file type definition as a string. Declaration public readonly string Id { get; } Property Value Type Description System.String Methods Equals(Object) Returns true if the objects have the same ID value. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.ValueType.Equals(System.Object) GetHashCode() Returns a hash code based on the ID value. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.ValueType.GetHashCode() ToString() The ID as a string. Declaration public override string ToString() Returns Type Description System.String Overrides System.ValueType.ToString() Operators Equality(FileTypeDefinitionId, FileTypeDefinitionId) Returns true if the two IDs have the same Id value. Declaration public static bool operator ==(FileTypeDefinitionId first, FileTypeDefinitionId second) Parameters Type Name Description FileTypeDefinitionId first FileTypeDefinitionId second Returns Type Description System.Boolean Inequality(FileTypeDefinitionId, FileTypeDefinitionId) Returns true if the two IDs have different Id values. Declaration public static bool operator !=(FileTypeDefinitionId first, FileTypeDefinitionId second) Parameters Type Name Description FileTypeDefinitionId first FileTypeDefinitionId second Returns Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeSupportException.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeSupportException.html", "title": "Class FileTypeSupportException", - "keywords": "Class FileTypeSupportException Base class for exceptions thrown by the file type support framework Inheritance object Exception FileTypeSupportException NotSplittableException FileNotSupportedException FileTypeDefinitionNotFoundException NoDefaultBilingualFileTypeException NotBilingualFileTypeException OneOrMoreFilesNotSupportedException UnknownFileTypeDefinitionException ConflictingIdException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class FileTypeSupportException : Exception, ISerializable, _Exception Constructors FileTypeSupportException() Default constructor, create an empty exception. Declaration public FileTypeSupportException() FileTypeSupportException(SerializationInfo, StreamingContext) Protected constructor used during serialization. Declaration protected FileTypeSupportException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context FileTypeSupportException(string) Create an exception from a message string. Declaration public FileTypeSupportException(string message) Parameters Type Name Description string message FileTypeSupportException(string, Exception) Create an exception from a message and an inner exception. Declaration public FileTypeSupportException(string message, Exception inner) Parameters Type Name Description string message Exception inner Implements ISerializable _Exception" + "keywords": "Class FileTypeSupportException Base class for exceptions thrown by the file type support framework Inheritance System.Object System.Exception FileTypeSupportException NotSplittableException FileNotSupportedException FileTypeDefinitionNotFoundException NoDefaultBilingualFileTypeException NotBilingualFileTypeException OneOrMoreFilesNotSupportedException UnknownFileTypeDefinitionException ConflictingIdException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class FileTypeSupportException : Exception, ISerializable, _Exception Constructors FileTypeSupportException() Default constructor, create an empty exception. Declaration public FileTypeSupportException() FileTypeSupportException(SerializationInfo, StreamingContext) Protected constructor used during serialization. Declaration protected FileTypeSupportException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context FileTypeSupportException(String) Create an exception from a message string. Declaration public FileTypeSupportException(string message) Parameters Type Name Description System.String message FileTypeSupportException(String, Exception) Create an exception from a message and an inner exception. Declaration public FileTypeSupportException(string message, Exception inner) Parameters Type Name Description System.String message System.Exception inner Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.html", "title": "Class AbstractBooleanFormatting", - "keywords": "Class AbstractBooleanFormatting Base class for simpe on/off type formatting, such as bold, italic, underline Inheritance object AbstractFormattingItem AbstractBooleanFormatting Bold Italic Strikethrough Underline Implements IFormattingItem ICloneable Inherited Members AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) AbstractFormattingItem.Equals(object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.Clone() AbstractFormattingItem.FormattingName AbstractFormattingItem.LocalizedFormattingName object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractBooleanFormatting : AbstractFormattingItem, IFormattingItem, ICloneable Constructors AbstractBooleanFormatting() Default constructor, creates an uninitialized boolean formatting. The default value for the bool data is true . Declaration protected AbstractBooleanFormatting() AbstractBooleanFormatting(bool) Initializes the boolean formatting with the specified value. Declaration protected AbstractBooleanFormatting(bool value) Parameters Type Name Description bool value Properties LocalizedStringValue A localized representation of the boolean value string Declaration public override string LocalizedStringValue { get; } Property Value Type Description string Overrides AbstractFormattingItem.LocalizedStringValue StringValue The boolean value as a string Declaration public override string StringValue { get; set; } Property Value Type Description string Overrides AbstractFormattingItem.StringValue Remarks Typically used for serialization. Value The boolean value for the formatting that the derived type represents Declaration public virtual bool Value { get; set; } Property Value Type Description bool Implements IFormattingItem ICloneable" + "keywords": "Class AbstractBooleanFormatting Base class for simpe on/off type formatting, such as bold, italic, underline Inheritance System.Object AbstractFormattingItem AbstractBooleanFormatting Bold Italic Strikethrough Underline Implements IFormattingItem System.ICloneable Inherited Members AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) AbstractFormattingItem.Equals(Object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.Clone() AbstractFormattingItem.FormattingName AbstractFormattingItem.LocalizedFormattingName System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractBooleanFormatting : AbstractFormattingItem, IFormattingItem, ICloneable Constructors AbstractBooleanFormatting() Default constructor, creates an uninitialized boolean formatting. The default value for the bool data is true . Declaration protected AbstractBooleanFormatting() AbstractBooleanFormatting(Boolean) Initializes the boolean formatting with the specified value. Declaration protected AbstractBooleanFormatting(bool value) Parameters Type Name Description System.Boolean value Properties LocalizedStringValue A localized representation of the boolean value string Declaration public override string LocalizedStringValue { get; } Property Value Type Description System.String Overrides AbstractFormattingItem.LocalizedStringValue StringValue The boolean value as a string Declaration public override string StringValue { get; set; } Property Value Type Description System.String Overrides AbstractFormattingItem.StringValue Remarks Typically used for serialization. Value The boolean value for the formatting that the derived type represents Declaration public virtual bool Value { get; set; } Property Value Type Description System.Boolean Implements IFormattingItem System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.html", "title": "Class AbstractFormattingItem", - "keywords": "Class AbstractFormattingItem Abstract base class for formatting items; provides a default implementation of the IFormattingItem interface, implements Equals(object) and GetHashCode() using the FormattingName and StringValue . Inheritance object AbstractFormattingItem AbstractBooleanFormatting BackgroundColor FontName FontSize TextColor TextDirection TextPosition UnknownFormatting Implements IFormattingItem ICloneable Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractFormattingItem : IFormattingItem, ICloneable Constructors AbstractFormattingItem() Declaration protected AbstractFormattingItem() Properties FormattingName The name of this type of formatting. The default implementation returns the type name of the actual class, but this can be overridden in derived classes. The name may be used as an attribute name when storing this formatting in XML format, in which case the value of the attribute represents the StringValue property. Declaration public virtual string FormattingName { get; } Property Value Type Description string LocalizedFormattingName A localized representation of the formatting name; the default implementation returns FormattingName . Declaration public virtual string LocalizedFormattingName { get; } Property Value Type Description string LocalizedStringValue A localized representation of the formatting value. The default implementation returns StringValue . Declaration public virtual string LocalizedStringValue { get; } Property Value Type Description string StringValue The value this formatting represents as a string. Derived formatting classes should allow their entire value to be retrieved and set through this property. The name and string value may be used for storing formatting as an XML attribute with a value. Declaration public abstract string StringValue { get; set; } Property Value Type Description string Methods AcceptVisitor(IFormattingVisitor) Implementation of the visitor pattern. Derived formatting classes should implement this by calling into the appropriate method on the visitor. Declaration public abstract void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Clone() Must be overridden in all directly and indirectly derived classes to return objects of the correct type. Declaration public abstract object Clone() Returns Type Description object A clone of this object Equals(object) Compares the name and value properties of the objects. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object . Returns Type Description bool True if the specified object is equal to the current object , otherwise false. Overrides object.Equals(object) GetDefaultName(MemberInfo) The default name for an IFormattingItem type Declaration protected static string GetDefaultName(MemberInfo type) Parameters Type Name Description MemberInfo type Returns Type Description string GetHashCode() Declaration public override int GetHashCode() Returns Type Description int A hash code for the current object . Overrides object.GetHashCode() ToString() For debugging; returns \"FormattingName = StringValue\". Declaration public override string ToString() Returns Type Description string Overrides object.ToString() Implements IFormattingItem ICloneable" + "keywords": "Class AbstractFormattingItem Abstract base class for formatting items; provides a default implementation of the IFormattingItem interface, implements Equals(Object) and GetHashCode() using the FormattingName and StringValue . Inheritance System.Object AbstractFormattingItem AbstractBooleanFormatting BackgroundColor FontName FontSize TextColor TextDirection TextPosition UnknownFormatting Implements IFormattingItem System.ICloneable Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractFormattingItem : IFormattingItem, ICloneable Constructors AbstractFormattingItem() Declaration protected AbstractFormattingItem() Properties FormattingName The name of this type of formatting. The default implementation returns the type name of the actual class, but this can be overridden in derived classes. The name may be used as an attribute name when storing this formatting in XML format, in which case the value of the attribute represents the StringValue property. Declaration public virtual string FormattingName { get; } Property Value Type Description System.String LocalizedFormattingName A localized representation of the formatting name; the default implementation returns FormattingName . Declaration public virtual string LocalizedFormattingName { get; } Property Value Type Description System.String LocalizedStringValue A localized representation of the formatting value. The default implementation returns StringValue . Declaration public virtual string LocalizedStringValue { get; } Property Value Type Description System.String StringValue The value this formatting represents as a string. Derived formatting classes should allow their entire value to be retrieved and set through this property. The name and string value may be used for storing formatting as an XML attribute with a value. Declaration public abstract string StringValue { get; set; } Property Value Type Description System.String Methods AcceptVisitor(IFormattingVisitor) Implementation of the visitor pattern. Derived formatting classes should implement this by calling into the appropriate method on the visitor. Declaration public abstract void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Clone() Must be overridden in all directly and indirectly derived classes to return objects of the correct type. Declaration public abstract object Clone() Returns Type Description System.Object A clone of this object Equals(Object) Compares the name and value properties of the objects. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The System.Object to compare with the current System.Object . Returns Type Description System.Boolean True if the specified System.Object is equal to the current System.Object , otherwise false. Overrides System.Object.Equals(System.Object) GetDefaultName(MemberInfo) The default name for an IFormattingItem type Declaration protected static string GetDefaultName(MemberInfo type) Parameters Type Name Description System.Reflection.MemberInfo type Returns Type Description System.String GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for the current System.Object . Overrides System.Object.GetHashCode() ToString() For debugging; returns \"FormattingName = StringValue\". Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Implements IFormattingItem System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.html", "title": "Class BackgroundColor", - "keywords": "Class BackgroundColor Formatting that represents the background color of a field Inheritance object AbstractFormattingItem BackgroundColor Implements IFormattingItem ICloneable Inherited Members AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class BackgroundColor : AbstractFormattingItem, IFormattingItem, ICloneable Constructors BackgroundColor() Constructs a background color with the default color (Window color from current Windows settings). Declaration public BackgroundColor() BackgroundColor(Color) Creates formatting that represents a specific background color. Declaration public BackgroundColor(Color value) Parameters Type Name Description Color value Properties LocalizedFormattingName The localized name of this type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description string Overrides AbstractFormattingItem.LocalizedFormattingName LocalizedStringValue Colors are serialized to localized strings either as named colors (e.g. Aquamarine or ActiveWindowTitleText), or as 32-bit hex values in the format determined by the .NET ColorConverter class. Declaration public override string LocalizedStringValue { get; } Property Value Type Description string Overrides AbstractFormattingItem.LocalizedStringValue Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description string Remarks Typically used during de-serialization from key/value pair. StringValue Colors are serialized to strings either as named colors (e.g. Aquamarine or ActiveWindowTitleText), or as 32-bit hex values in the format determined by the .NET ColorConverter class. Declaration public override string StringValue { get; set; } Property Value Type Description string Overrides AbstractFormattingItem.StringValue Remarks Setting this value to null sets the color to the windows default color. Value The color value of this formatting Declaration public Color Value { get; set; } Property Value Type Description Color Methods AcceptVisitor(IFormattingVisitor) Calls VisitBackgroundColor(BackgroundColor) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Clones this object Declaration public override object Clone() Returns Type Description object Overrides AbstractFormattingItem.Clone() Equals(object) Overridden to consider equivalent colors represented by different values equal Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides AbstractFormattingItem.Equals(object) GetHashCode() Overridden to return the same hash code for the same effective color values Declaration public override int GetHashCode() Returns Type Description int Overrides AbstractFormattingItem.GetHashCode() Implements IFormattingItem ICloneable" + "keywords": "Class BackgroundColor Formatting that represents the background color of a field Inheritance System.Object AbstractFormattingItem BackgroundColor Implements IFormattingItem System.ICloneable Inherited Members AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class BackgroundColor : AbstractFormattingItem, IFormattingItem, ICloneable Constructors BackgroundColor() Constructs a background color with the default color (Window color from current Windows settings). Declaration public BackgroundColor() BackgroundColor(Color) Creates formatting that represents a specific background color. Declaration public BackgroundColor(Color value) Parameters Type Name Description System.Drawing.Color value Properties LocalizedFormattingName The localized name of this type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description System.String Overrides AbstractFormattingItem.LocalizedFormattingName LocalizedStringValue Colors are serialized to localized strings either as named colors (e.g. Aquamarine or ActiveWindowTitleText), or as 32-bit hex values in the format determined by the .NET ColorConverter class. Declaration public override string LocalizedStringValue { get; } Property Value Type Description System.String Overrides AbstractFormattingItem.LocalizedStringValue Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description System.String Remarks Typically used during de-serialization from key/value pair. StringValue Colors are serialized to strings either as named colors (e.g. Aquamarine or ActiveWindowTitleText), or as 32-bit hex values in the format determined by the .NET ColorConverter class. Declaration public override string StringValue { get; set; } Property Value Type Description System.String Overrides AbstractFormattingItem.StringValue Remarks Setting this value to null sets the color to the windows default color. Value The color value of this formatting Declaration public Color Value { get; set; } Property Value Type Description System.Drawing.Color Methods AcceptVisitor(IFormattingVisitor) Calls VisitBackgroundColor(BackgroundColor) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Clones this object Declaration public override object Clone() Returns Type Description System.Object Overrides AbstractFormattingItem.Clone() Equals(Object) Overridden to consider equivalent colors represented by different values equal Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides AbstractFormattingItem.Equals(Object) GetHashCode() Overridden to return the same hash code for the same effective color values Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides AbstractFormattingItem.GetHashCode() Implements IFormattingItem System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Bold.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Bold.html", "title": "Class Bold", - "keywords": "Class Bold Represents bold character formatting. Inheritance object AbstractFormattingItem AbstractBooleanFormatting Bold Implements IFormattingItem ICloneable Inherited Members AbstractBooleanFormatting.Value AbstractBooleanFormatting.StringValue AbstractBooleanFormatting.LocalizedStringValue AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class Bold : AbstractBooleanFormatting, IFormattingItem, ICloneable Constructors Bold() Creates a formatting representing bold explicitly turned on. Declaration public Bold() Bold(bool) Creates a formatting representing bold explicitly turned on or off. Declaration public Bold(bool value) Parameters Type Name Description bool value Properties LocalizedFormattingName A localized representation of the type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description string Overrides AbstractFormattingItem.LocalizedFormattingName Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description string Remarks Typically used during de-serialization from key/value pair. Methods AcceptVisitor(IFormattingVisitor) Calls VisitBold(Bold) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of this object. Declaration public override object Clone() Returns Type Description object Overrides AbstractFormattingItem.Clone() Implements IFormattingItem ICloneable" + "keywords": "Class Bold Represents bold character formatting. Inheritance System.Object AbstractFormattingItem AbstractBooleanFormatting Bold Implements IFormattingItem System.ICloneable Inherited Members AbstractBooleanFormatting.Value AbstractBooleanFormatting.StringValue AbstractBooleanFormatting.LocalizedStringValue AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(Object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class Bold : AbstractBooleanFormatting, IFormattingItem, ICloneable Constructors Bold() Creates a formatting representing bold explicitly turned on. Declaration public Bold() Bold(Boolean) Creates a formatting representing bold explicitly turned on or off. Declaration public Bold(bool value) Parameters Type Name Description System.Boolean value Properties LocalizedFormattingName A localized representation of the type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description System.String Overrides AbstractFormattingItem.LocalizedFormattingName Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description System.String Remarks Typically used during de-serialization from key/value pair. Methods AcceptVisitor(IFormattingVisitor) Calls VisitBold(Bold) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of this object. Declaration public override object Clone() Returns Type Description System.Object Overrides AbstractFormattingItem.Clone() Implements IFormattingItem System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontName.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontName.html", "title": "Class FontName", - "keywords": "Class FontName Represents a human readable font name for formatted text. Inheritance object AbstractFormattingItem FontName Implements IFormattingItem ICloneable Inherited Members AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName AbstractFormattingItem.LocalizedStringValue object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class FontName : AbstractFormattingItem, IFormattingItem, ICloneable Constructors FontName() Constructs a font name using the default font (Arial Unicode MS). Declaration public FontName() FontName(string) Construction from a specified font name. Declaration public FontName(string value) Parameters Type Name Description string value Name of the font Properties LocalizedFormattingName A localized representation of this type of formatting. Declaration public override string LocalizedFormattingName { get; } Property Value Type Description string Overrides AbstractFormattingItem.LocalizedFormattingName Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description string Remarks Typically used during de-serialization from key/value pair. StringValue The font name, same as Value Declaration public override string StringValue { get; set; } Property Value Type Description string Overrides AbstractFormattingItem.StringValue Value The font name Declaration public string Value { get; set; } Property Value Type Description string Methods AcceptVisitor(IFormattingVisitor) Calls VisitFontName(FontName) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of this object. Declaration public override object Clone() Returns Type Description object Overrides AbstractFormattingItem.Clone() Implements IFormattingItem ICloneable" + "keywords": "Class FontName Represents a human readable font name for formatted text. Inheritance System.Object AbstractFormattingItem FontName Implements IFormattingItem System.ICloneable Inherited Members AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(Object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName AbstractFormattingItem.LocalizedStringValue System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class FontName : AbstractFormattingItem, IFormattingItem, ICloneable Constructors FontName() Constructs a font name using the default font (Arial Unicode MS). Declaration public FontName() FontName(String) Construction from a specified font name. Declaration public FontName(string value) Parameters Type Name Description System.String value Name of the font Properties LocalizedFormattingName A localized representation of this type of formatting. Declaration public override string LocalizedFormattingName { get; } Property Value Type Description System.String Overrides AbstractFormattingItem.LocalizedFormattingName Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description System.String Remarks Typically used during de-serialization from key/value pair. StringValue The font name, same as Value Declaration public override string StringValue { get; set; } Property Value Type Description System.String Overrides AbstractFormattingItem.StringValue Value The font name Declaration public string Value { get; set; } Property Value Type Description System.String Methods AcceptVisitor(IFormattingVisitor) Calls VisitFontName(FontName) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of this object. Declaration public override object Clone() Returns Type Description System.Object Overrides AbstractFormattingItem.Clone() Implements IFormattingItem System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontSize.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontSize.html", "title": "Class FontSize", - "keywords": "Class FontSize Represents the font size in points for formatted text. Inheritance object AbstractFormattingItem FontSize Implements IFormattingItem ICloneable Inherited Members AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName AbstractFormattingItem.LocalizedStringValue object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class FontSize : AbstractFormattingItem, IFormattingItem, ICloneable Constructors FontSize() Constructs a font size with the default size (12 pt). Declaration public FontSize() FontSize(float) Specifies an explicit font size. Declaration public FontSize(float value) Parameters Type Name Description float value Properties LocalizedFormattingName A localized representation of this type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description string Overrides AbstractFormattingItem.LocalizedFormattingName Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description string Remarks Typically used during de-serialization from key/value pair. StringValue String representation of the font size. Declaration public override string StringValue { get; set; } Property Value Type Description string Overrides AbstractFormattingItem.StringValue Remarks Typically used for serialization. Value The font size in points Declaration public float Value { get; set; } Property Value Type Description float Methods AcceptVisitor(IFormattingVisitor) Calls VisitFontSize(FontSize) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of this object. Declaration public override object Clone() Returns Type Description object Overrides AbstractFormattingItem.Clone() Implements IFormattingItem ICloneable" + "keywords": "Class FontSize Represents the font size in points for formatted text. Inheritance System.Object AbstractFormattingItem FontSize Implements IFormattingItem System.ICloneable Inherited Members AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(Object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName AbstractFormattingItem.LocalizedStringValue System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class FontSize : AbstractFormattingItem, IFormattingItem, ICloneable Constructors FontSize() Constructs a font size with the default size (12 pt). Declaration public FontSize() FontSize(Single) Specifies an explicit font size. Declaration public FontSize(float value) Parameters Type Name Description System.Single value Properties LocalizedFormattingName A localized representation of this type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description System.String Overrides AbstractFormattingItem.LocalizedFormattingName Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description System.String Remarks Typically used during de-serialization from key/value pair. StringValue String representation of the font size. Declaration public override string StringValue { get; set; } Property Value Type Description System.String Overrides AbstractFormattingItem.StringValue Remarks Typically used for serialization. Value The font size in points Declaration public float Value { get; set; } Property Value Type Description System.Single Methods AcceptVisitor(IFormattingVisitor) Calls VisitFontSize(FontSize) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of this object. Declaration public override object Clone() Returns Type Description System.Object Overrides AbstractFormattingItem.Clone() Implements IFormattingItem System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.html", "title": "Namespace Sdl.FileTypeSupport.Framework.Formatting", - "keywords": "Namespace Sdl.FileTypeSupport.Framework.Formatting Classes AbstractBooleanFormatting Base class for simpe on/off type formatting, such as bold, italic, underline AbstractFormattingItem Abstract base class for formatting items; provides a default implementation of the IFormattingItem interface, implements Equals(object) and GetHashCode() using the FormattingName and StringValue . BackgroundColor Formatting that represents the background color of a field Bold Represents bold character formatting. FontName Represents a human readable font name for formatted text. FontSize Represents the font size in points for formatted text. Italic Represents italic character formatting. Strikethrough Represents overstrike character formatting. TextColor Character formatting that represents a text color TextDirection Formatting representing the direction of the text flow. This is used for custom bi-directional text insertions. TextPosition Represents superscript or subscript position for the formatted text. Underline Represents underline formatting. UnknownFormatting Represents a type of formatting that is unknown. The formatting name and its value can be retrieved from these properties. Objects of this type are typically created as a result of parsing formatting types that are not known to the system. This class allows such formatting to be preserved and persisted. Interfaces IFormattingGroup A collection of non-conflicting formatting items that together specify a fully defined formatting or a formatting override. IFormattingItem This interface represents an individual formatting property, which is typically used as part of semi-WYSIWYG display formatting. IFormattingItemFactory This factory can be used to construct formatting items from name/value pair strings, e.g. when de-serializing formatting information. IFormattingVisitor Visitor interface for formatting items; used in AcceptVisitor(IFormattingVisitor) . Enums TextPosition.SuperSub Vertical position of text relative to normally formatted text" + "keywords": "Namespace Sdl.FileTypeSupport.Framework.Formatting Classes AbstractBooleanFormatting Base class for simpe on/off type formatting, such as bold, italic, underline AbstractFormattingItem Abstract base class for formatting items; provides a default implementation of the IFormattingItem interface, implements Equals(Object) and GetHashCode() using the FormattingName and StringValue . BackgroundColor Formatting that represents the background color of a field Bold Represents bold character formatting. FontName Represents a human readable font name for formatted text. FontSize Represents the font size in points for formatted text. Italic Represents italic character formatting. Strikethrough Represents overstrike character formatting. TextColor Character formatting that represents a text color TextDirection Formatting representing the direction of the text flow. This is used for custom bi-directional text insertions. TextPosition Represents superscript or subscript position for the formatted text. Underline Represents underline formatting. UnknownFormatting Represents a type of formatting that is unknown. The formatting name and its value can be retrieved from these properties. Objects of this type are typically created as a result of parsing formatting types that are not known to the system. This class allows such formatting to be preserved and persisted. Interfaces IFormattingGroup A collection of non-conflicting formatting items that together specify a fully defined formatting or a formatting override. IFormattingItem This interface represents an individual formatting property, which is typically used as part of semi-WYSIWYG display formatting. IFormattingItemFactory This factory can be used to construct formatting items from name/value pair strings, e.g. when de-serializing formatting information. IFormattingVisitor Visitor interface for formatting items; used in AcceptVisitor(IFormattingVisitor) . Enums TextPosition.SuperSub Vertical position of text relative to normally formatted text" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.html", "title": "Interface IFormattingGroup", - "keywords": "Interface IFormattingGroup A collection of non-conflicting formatting items that together specify a fully defined formatting or a formatting override. Inherited Members IDictionary.ContainsKey(string) IDictionary.Add(string, IFormattingItem) IDictionary.Remove(string) IDictionary.TryGetValue(string, out IFormattingItem) IDictionary.this[string] IDictionary.Keys IDictionary.Values ICollection>.Add(KeyValuePair) ICollection>.Clear() ICollection>.Contains(KeyValuePair) ICollection>.CopyTo(KeyValuePair[], int) ICollection>.Remove(KeyValuePair) ICollection>.Count ICollection>.IsReadOnly IEnumerable>.GetEnumerator() IEnumerable.GetEnumerator() ICloneable.Clone() IXmlSerializable.GetSchema() IXmlSerializable.ReadXml(XmlReader) IXmlSerializable.WriteXml(XmlWriter) Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFormattingGroup : IDictionary, ICollection>, IEnumerable>, IEnumerable, ICloneable, IXmlSerializable Remarks Instances of this class should normally be created by calling CreateFormatting() , or by cloning an existing instance. ( IFormattingItemFactory is typically accessed from the FormattingItemFactory property.) The collection is a dictionary indexed using the FormattingName as keys for the contained formatting items. Can be combined with other formatting by calling OverrideWith(IFormattingGroup) or UnderrideWith(IFormattingGroup) . Examples Here is an example that shows how to explicitly turn off bold formatting only when the formatting is set: void SetNoBold(IFormattingGroup fmt) { // check if there is bold formatting already if (fmt.ContainsKey(Bold.Name)) { // explicitly override by setting our formatting instead Bold notBold = new Bold(false); fmt.Add(notBold); } } Properties this[string] Retrieves a formatting item of a specified type. Declaration IFormattingItem this[string formattingName] { get; } Parameters Type Name Description string formattingName Property Value Type Description IFormattingItem Null if no such formatting exists in the collection. Methods Add(IFormattingItem) Adds a formatting item to the collection. The FormattingName is used as a key. If a formatting of this type already exists, it will be replaced. Declaration void Add(IFormattingItem formatting) Parameters Type Name Description IFormattingItem formatting Contains(IFormattingItem) Tests whether an equivalent formatting is part of the collection. Declaration bool Contains(IFormattingItem formatting) Parameters Type Name Description IFormattingItem formatting Returns Type Description bool Contains(string) Tests whether the collection contains a formatting item of a certain type. Declaration bool Contains(string formattingName) Parameters Type Name Description string formattingName Returns Type Description bool OverrideWith(IFormattingGroup) Adds each formatting item from the other object to this one, thereby overwriting any formatting of the same type in this object. Any formatting items in this object that do not have corresponding formatting items in the other object remain unchanged. This can be used to apply a formatting override. Declaration void OverrideWith(IFormattingGroup otherFormatting) Parameters Type Name Description IFormattingGroup otherFormatting Remarks Note that this operation only overrides and appends items, and thus cannot be used to explicitly remove formatting items (without overriding them). See Also UnderrideWith(IFormattingGroup) UnderrideWith(IFormattingGroup) Adds each formatting item from the other formatting that does not already exist in this collection. This can be used to \"overlay\" formatting overrides when starting from the most significant formatting. The difference to OverrideWith(IFormattingGroup) is the fact that existing formatting in this object is always preserved. Declaration void UnderrideWith(IFormattingGroup otherFormatting) Parameters Type Name Description IFormattingGroup otherFormatting See Also OverrideWith(IFormattingGroup)" + "keywords": "Interface IFormattingGroup A collection of non-conflicting formatting items that together specify a fully defined formatting or a formatting override. Inherited Members System.Collections.Generic.IDictionary.ContainsKey(System.String) System.Collections.Generic.IDictionary.Add(System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem) System.Collections.Generic.IDictionary.Remove(System.String) System.Collections.Generic.IDictionary.TryGetValue(System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem) System.Collections.Generic.IDictionary.Item[System.String] System.Collections.Generic.IDictionary.Keys System.Collections.Generic.IDictionary.Values System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair) System.Collections.Generic.ICollection>.Clear() System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair) System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[], System.Int32) System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair) System.Collections.Generic.ICollection>.Count System.Collections.Generic.ICollection>.IsReadOnly System.Collections.Generic.IEnumerable>.GetEnumerator() System.Collections.IEnumerable.GetEnumerator() System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFormattingGroup : IDictionary, ICollection>, IEnumerable>, IEnumerable, ICloneable Remarks Instances of this class should normally be created by calling CreateFormatting() , or by cloning an existing instance. ( IFormattingItemFactory is typically accessed from the FormattingItemFactory property.) The collection is a dictionary indexed using the FormattingName as keys for the contained formatting items. Can be combined with other formatting by calling OverrideWith(IFormattingGroup) or UnderrideWith(IFormattingGroup) . Examples Here is an example that shows how to explicitly turn off bold formatting only when the formatting is set: void SetNoBold(IFormattingGroup fmt) { // check if there is bold formatting already if (fmt.ContainsKey(Bold.Name)) { // explicitly override by setting our formatting instead Bold notBold = new Bold(false); fmt.Add(notBold); } } Properties Item[String] Retrieves a formatting item of a specified type. Declaration IFormattingItem this[string formattingName] { get; } Parameters Type Name Description System.String formattingName Property Value Type Description IFormattingItem Null if no such formatting exists in the collection. Methods Add(IFormattingItem) Adds a formatting item to the collection. The FormattingName is used as a key. If a formatting of this type already exists, it will be replaced. Declaration void Add(IFormattingItem formatting) Parameters Type Name Description IFormattingItem formatting Contains(IFormattingItem) Tests whether an equivalent formatting is part of the collection. Declaration bool Contains(IFormattingItem formatting) Parameters Type Name Description IFormattingItem formatting Returns Type Description System.Boolean Contains(String) Tests whether the collection contains a formatting item of a certain type. Declaration bool Contains(string formattingName) Parameters Type Name Description System.String formattingName Returns Type Description System.Boolean OverrideWith(IFormattingGroup) Adds each formatting item from the other object to this one, thereby overwriting any formatting of the same type in this object. Any formatting items in this object that do not have corresponding formatting items in the other object remain unchanged. This can be used to apply a formatting override. Declaration void OverrideWith(IFormattingGroup otherFormatting) Parameters Type Name Description IFormattingGroup otherFormatting Remarks Note that this operation only overrides and appends items, and thus cannot be used to explicitly remove formatting items (without overriding them). See Also UnderrideWith(IFormattingGroup) UnderrideWith(IFormattingGroup) Adds each formatting item from the other formatting that does not already exist in this collection. This can be used to \"overlay\" formatting overrides when starting from the most significant formatting. The difference to OverrideWith(IFormattingGroup) is the fact that existing formatting in this object is always preserved. Declaration void UnderrideWith(IFormattingGroup otherFormatting) Parameters Type Name Description IFormattingGroup otherFormatting See Also OverrideWith(IFormattingGroup)" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem.html", "title": "Interface IFormattingItem", - "keywords": "Interface IFormattingItem This interface represents an individual formatting property, which is typically used as part of semi-WYSIWYG display formatting. Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFormattingItem : ICloneable Remarks Examples of formatting items include Bold and FontSize . The formatting property is effectively a key/value pair, in which the FormattingName acts as a key describing the formatting property type (e.g. \"Bold\"), and the StringValue represents the value associated with the formatting type (e.g. \"On\"). Implementation classes typically provide convenience accessors that can be used to set the string value using strong types (e.g. color or bool). However, the actual value should also be accessible and settable via the StringValue property. Formatting items are serialized as a key/value pair using the FormattingName and StringValue properties. They can be de-serialized from a string key/value pair by calling CreateFormattingItem(string, string) . Formatting items are typically instantiated directly (e.g. new Bold() ), and assigned to an IFormattingGroup instance. If the formatting needs to be shown in text form to the user, the LocalizedFormattingName and LocalizedStringValue properties should be used. Implementation classes should return culture specific values for these properties as appropriate. This interface also implements a visitor pattern (via AcceptVisitor(IFormattingVisitor) ) that can be used by applications to discover the well-known formatting item types defined in IFormattingVisitor . To represent formatting types other than the well-known ones, which are listed in the IFormattingVisitor interface, you can either use an explicit instance of UnknownFormatting (e.g. new UnknownFormatting(\"Emboss\", \"On\") ), or derive your own implementation class from this type. (If you derive your own implementation, you may also want to provide your own implementation of the IFormattingItemFactory to ensure that formatting items are correctly de-serialized to your implementation class. Given the complexities of this approach, it is typically preferred to use an explicit UnknownFormatting instance.) Properties FormattingName The name of this type of formatting. The name may be used as an attribute name when storing this particular formatting in XML format, in which case the value of the attribute represents the StringValue property. Declaration string FormattingName { get; } Property Value Type Description string Remarks The name must be unique for each type of formatting. It may be used as a key for an indexed collection, and it may be used by factories to create object instances when de-serializing. LocalizedFormattingName A localized representation of the formatting name. This can be used when displaying the formatting in a client UI. Declaration string LocalizedFormattingName { get; } Property Value Type Description string LocalizedStringValue A localized representation of the formatting value. This can be used when displaying the formatting value in a client UI. Declaration string LocalizedStringValue { get; } Property Value Type Description string StringValue The value this formatting represents as a string. Formatting classes should allow their entire value to be retrieved and set through this property. The name and string value may be used for storing the formatting as an XML attribute with a value. Declaration string StringValue { get; set; } Property Value Type Description string Methods AcceptVisitor(IFormattingVisitor) Implementation of the visitor pattern for formatting items Declaration void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor" + "keywords": "Interface IFormattingItem This interface represents an individual formatting property, which is typically used as part of semi-WYSIWYG display formatting. Inherited Members System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFormattingItem : ICloneable Remarks Examples of formatting items include Bold and FontSize . The formatting property is effectively a key/value pair, in which the FormattingName acts as a key describing the formatting property type (e.g. \"Bold\"), and the StringValue represents the value associated with the formatting type (e.g. \"On\"). Implementation classes typically provide convenience accessors that can be used to set the string value using strong types (e.g. color or bool). However, the actual value should also be accessible and settable via the StringValue property. Formatting items are serialized as a key/value pair using the FormattingName and StringValue properties. They can be de-serialized from a string key/value pair by calling CreateFormattingItem(String, String) . Formatting items are typically instantiated directly (e.g. new Bold() ), and assigned to an IFormattingGroup instance. If the formatting needs to be shown in text form to the user, the LocalizedFormattingName and LocalizedStringValue properties should be used. Implementation classes should return culture specific values for these properties as appropriate. This interface also implements a visitor pattern (via AcceptVisitor(IFormattingVisitor) ) that can be used by applications to discover the well-known formatting item types defined in IFormattingVisitor . To represent formatting types other than the well-known ones, which are listed in the IFormattingVisitor interface, you can either use an explicit instance of UnknownFormatting (e.g. new UnknownFormatting(\"Emboss\", \"On\") ), or derive your own implementation class from this type. (If you derive your own implementation, you may also want to provide your own implementation of the IFormattingItemFactory to ensure that formatting items are correctly de-serialized to your implementation class. Given the complexities of this approach, it is typically preferred to use an explicit UnknownFormatting instance.) Properties FormattingName The name of this type of formatting. The name may be used as an attribute name when storing this particular formatting in XML format, in which case the value of the attribute represents the StringValue property. Declaration string FormattingName { get; } Property Value Type Description System.String Remarks The name must be unique for each type of formatting. It may be used as a key for an indexed collection, and it may be used by factories to create object instances when de-serializing. LocalizedFormattingName A localized representation of the formatting name. This can be used when displaying the formatting in a client UI. Declaration string LocalizedFormattingName { get; } Property Value Type Description System.String LocalizedStringValue A localized representation of the formatting value. This can be used when displaying the formatting value in a client UI. Declaration string LocalizedStringValue { get; } Property Value Type Description System.String StringValue The value this formatting represents as a string. Formatting classes should allow their entire value to be retrieved and set through this property. The name and string value may be used for storing the formatting as an XML attribute with a value. Declaration string StringValue { get; set; } Property Value Type Description System.String Methods AcceptVisitor(IFormattingVisitor) Implementation of the visitor pattern for formatting items Declaration void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingItemFactory.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingItemFactory.html", "title": "Interface IFormattingItemFactory", - "keywords": "Interface IFormattingItemFactory This factory can be used to construct formatting items from name/value pair strings, e.g. when de-serializing formatting information. Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFormattingItemFactory Remarks The Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory class provides a default implementation of this interface, and it supports all strongly typed, well-known formatting types, as defined in the IFormattingVisitor . The default factory uses UnknownFormatting for anything else. If you define your own additional formatting types, you can implement your own factory to ensure that these types are used during de-serialization. Methods CreateFormatting() Creates a new empty formatting collection. Declaration IFormattingGroup CreateFormatting() Returns Type Description IFormattingGroup CreateFormattingItem(string, string) Instantiates the most appropriate formatting item derived class and initializes it with the specified value. Declaration IFormattingItem CreateFormattingItem(string name, string value) Parameters Type Name Description string name string value Returns Type Description IFormattingItem Remarks Compares the name against all known formatting types. If it matches one exactly, that type is created; otherwise an UnknownFormatting object is used instead." + "keywords": "Interface IFormattingItemFactory This factory can be used to construct formatting items from name/value pair strings, e.g. when de-serializing formatting information. Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFormattingItemFactory Remarks The Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory class provides a default implementation of this interface, and it supports all strongly typed, well-known formatting types, as defined in the IFormattingVisitor . The default factory uses UnknownFormatting for anything else. If you define your own additional formatting types, you can implement your own factory to ensure that these types are used during de-serialization. Methods CreateFormatting() Creates a new empty formatting collection. Declaration IFormattingGroup CreateFormatting() Returns Type Description IFormattingGroup CreateFormattingItem(String, String) Instantiates the most appropriate formatting item derived class and initializes it with the specified value. Declaration IFormattingItem CreateFormattingItem(string name, string value) Parameters Type Name Description System.String name System.String value Returns Type Description IFormattingItem Remarks Compares the name against all known formatting types. If it matches one exactly, that type is created; otherwise an UnknownFormatting object is used instead." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor.html", "title": "Interface IFormattingVisitor", - "keywords": "Interface IFormattingVisitor Visitor interface for formatting items; used in AcceptVisitor(IFormattingVisitor) . Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFormattingVisitor Methods VisitBackgroundColor(BackgroundColor) Called by BackgroundColor formatting items. Declaration void VisitBackgroundColor(BackgroundColor item) Parameters Type Name Description BackgroundColor item The caller VisitBold(Bold) Called by Bold formatting items. Declaration void VisitBold(Bold item) Parameters Type Name Description Bold item The caller VisitFontName(FontName) Called by FontName formatting items. Declaration void VisitFontName(FontName item) Parameters Type Name Description FontName item The caller VisitFontSize(FontSize) Called by FontSize formatting items. Declaration void VisitFontSize(FontSize item) Parameters Type Name Description FontSize item The caller VisitItalic(Italic) Called by Italic formatting items. Declaration void VisitItalic(Italic item) Parameters Type Name Description Italic item The caller VisitStrikethrough(Strikethrough) Called by Strikethrough formatting items. Declaration void VisitStrikethrough(Strikethrough item) Parameters Type Name Description Strikethrough item The caller VisitTextColor(TextColor) Called by TextColor formatting items. Declaration void VisitTextColor(TextColor item) Parameters Type Name Description TextColor item The caller VisitTextDirection(TextDirection) Called by TextDirection formatting items. Declaration void VisitTextDirection(TextDirection item) Parameters Type Name Description TextDirection item The caller VisitTextPosition(TextPosition) Called by TextPosition formatting items. Declaration void VisitTextPosition(TextPosition item) Parameters Type Name Description TextPosition item The caller VisitUnderline(Underline) Called by Underline formatting items. Declaration void VisitUnderline(Underline item) Parameters Type Name Description Underline item The caller VisitUnknownFormatting(UnknownFormatting) Called by UnknownFormatting formatting items. Declaration void VisitUnknownFormatting(UnknownFormatting item) Parameters Type Name Description UnknownFormatting item The caller" + "keywords": "Interface IFormattingVisitor Visitor interface for formatting items; used in AcceptVisitor(IFormattingVisitor) . Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFormattingVisitor Methods VisitBackgroundColor(BackgroundColor) Called by BackgroundColor formatting items. Declaration void VisitBackgroundColor(BackgroundColor item) Parameters Type Name Description BackgroundColor item The caller VisitBold(Bold) Called by Bold formatting items. Declaration void VisitBold(Bold item) Parameters Type Name Description Bold item The caller VisitFontName(FontName) Called by FontName formatting items. Declaration void VisitFontName(FontName item) Parameters Type Name Description FontName item The caller VisitFontSize(FontSize) Called by FontSize formatting items. Declaration void VisitFontSize(FontSize item) Parameters Type Name Description FontSize item The caller VisitItalic(Italic) Called by Italic formatting items. Declaration void VisitItalic(Italic item) Parameters Type Name Description Italic item The caller VisitStrikethrough(Strikethrough) Called by Strikethrough formatting items. Declaration void VisitStrikethrough(Strikethrough item) Parameters Type Name Description Strikethrough item The caller VisitTextColor(TextColor) Called by TextColor formatting items. Declaration void VisitTextColor(TextColor item) Parameters Type Name Description TextColor item The caller VisitTextDirection(TextDirection) Called by TextDirection formatting items. Declaration void VisitTextDirection(TextDirection item) Parameters Type Name Description TextDirection item The caller VisitTextPosition(TextPosition) Called by TextPosition formatting items. Declaration void VisitTextPosition(TextPosition item) Parameters Type Name Description TextPosition item The caller VisitUnderline(Underline) Called by Underline formatting items. Declaration void VisitUnderline(Underline item) Parameters Type Name Description Underline item The caller VisitUnknownFormatting(UnknownFormatting) Called by UnknownFormatting formatting items. Declaration void VisitUnknownFormatting(UnknownFormatting item) Parameters Type Name Description UnknownFormatting item The caller" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Italic.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Italic.html", "title": "Class Italic", - "keywords": "Class Italic Represents italic character formatting. Inheritance object AbstractFormattingItem AbstractBooleanFormatting Italic Implements IFormattingItem ICloneable Inherited Members AbstractBooleanFormatting.Value AbstractBooleanFormatting.StringValue AbstractBooleanFormatting.LocalizedStringValue AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class Italic : AbstractBooleanFormatting, IFormattingItem, ICloneable Constructors Italic() Creates a formatting representing italic explicitly turned on. Declaration public Italic() Italic(bool) Creates a formatting representing italic explicitly turned on or off. Declaration public Italic(bool value) Parameters Type Name Description bool value Properties LocalizedFormattingName A localized representation of this type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description string Overrides AbstractFormattingItem.LocalizedFormattingName Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description string Remarks Typically used during de-serialization from key/value pair. Methods AcceptVisitor(IFormattingVisitor) Calls VisitItalic(Italic) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of this object. Declaration public override object Clone() Returns Type Description object Overrides AbstractFormattingItem.Clone() Implements IFormattingItem ICloneable" + "keywords": "Class Italic Represents italic character formatting. Inheritance System.Object AbstractFormattingItem AbstractBooleanFormatting Italic Implements IFormattingItem System.ICloneable Inherited Members AbstractBooleanFormatting.Value AbstractBooleanFormatting.StringValue AbstractBooleanFormatting.LocalizedStringValue AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(Object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class Italic : AbstractBooleanFormatting, IFormattingItem, ICloneable Constructors Italic() Creates a formatting representing italic explicitly turned on. Declaration public Italic() Italic(Boolean) Creates a formatting representing italic explicitly turned on or off. Declaration public Italic(bool value) Parameters Type Name Description System.Boolean value Properties LocalizedFormattingName A localized representation of this type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description System.String Overrides AbstractFormattingItem.LocalizedFormattingName Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description System.String Remarks Typically used during de-serialization from key/value pair. Methods AcceptVisitor(IFormattingVisitor) Calls VisitItalic(Italic) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of this object. Declaration public override object Clone() Returns Type Description System.Object Overrides AbstractFormattingItem.Clone() Implements IFormattingItem System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.html", "title": "Class Strikethrough", - "keywords": "Class Strikethrough Represents overstrike character formatting. Inheritance object AbstractFormattingItem AbstractBooleanFormatting Strikethrough Implements IFormattingItem ICloneable Inherited Members AbstractBooleanFormatting.Value AbstractBooleanFormatting.StringValue AbstractBooleanFormatting.LocalizedStringValue AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class Strikethrough : AbstractBooleanFormatting, IFormattingItem, ICloneable Constructors Strikethrough() Default constructor, creates a formatting with overstrike formatting turned on. Declaration public Strikethrough() Strikethrough(bool) Creates a formatting object indicating whether overstrike formatting should be explicitly on or off. Declaration public Strikethrough(bool value) Parameters Type Name Description bool value True indicates that formatting is enabled, while false indicates that overstrike formatting is explicitly turned off (even if it was in a surrounding context) Properties LocalizedFormattingName A localized representation of this type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description string Overrides AbstractFormattingItem.LocalizedFormattingName Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description string Remarks Typically used during de-serialization from a key/value pair. Methods AcceptVisitor(IFormattingVisitor) Calls VisitUnderline(Underline) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of this object. Declaration public override object Clone() Returns Type Description object Overrides AbstractFormattingItem.Clone() Implements IFormattingItem ICloneable" + "keywords": "Class Strikethrough Represents overstrike character formatting. Inheritance System.Object AbstractFormattingItem AbstractBooleanFormatting Strikethrough Implements IFormattingItem System.ICloneable Inherited Members AbstractBooleanFormatting.Value AbstractBooleanFormatting.StringValue AbstractBooleanFormatting.LocalizedStringValue AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(Object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class Strikethrough : AbstractBooleanFormatting, IFormattingItem, ICloneable Constructors Strikethrough() Default constructor, creates a formatting with overstrike formatting turned on. Declaration public Strikethrough() Strikethrough(Boolean) Creates a formatting object indicating whether overstrike formatting should be explicitly on or off. Declaration public Strikethrough(bool value) Parameters Type Name Description System.Boolean value True indicates that formatting is enabled, while false indicates that overstrike formatting is explicitly turned off (even if it was in a surrounding context) Properties LocalizedFormattingName A localized representation of this type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description System.String Overrides AbstractFormattingItem.LocalizedFormattingName Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description System.String Remarks Typically used during de-serialization from a key/value pair. Methods AcceptVisitor(IFormattingVisitor) Calls VisitUnderline(Underline) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of this object. Declaration public override object Clone() Returns Type Description System.Object Overrides AbstractFormattingItem.Clone() Implements IFormattingItem System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextColor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextColor.html", "title": "Class TextColor", - "keywords": "Class TextColor Character formatting that represents a text color Inheritance object AbstractFormattingItem TextColor Implements IFormattingItem ICloneable Inherited Members AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class TextColor : AbstractFormattingItem, IFormattingItem, ICloneable Constructors TextColor() Constructs a text color using the default color (WindowText color from the current Windows settings). Declaration public TextColor() TextColor(Color) Creates character formatting representing a specific color. Declaration public TextColor(Color value) Parameters Type Name Description Color value Properties LocalizedFormattingName A localized representation of this type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description string Overrides AbstractFormattingItem.LocalizedFormattingName LocalizedStringValue A localized representation of the value of this kind of formatting Declaration public override string LocalizedStringValue { get; } Property Value Type Description string Overrides AbstractFormattingItem.LocalizedStringValue Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description string Remarks Typically used during de-serialization from key/value pair. StringValue Colors are serialized to strings either as named colors (e.g. Aquamarine or ActiveWindowTitleText), or as 32-bit hex values in the format used by the .NET ColorConverter. Declaration public override string StringValue { get; set; } Property Value Type Description string Overrides AbstractFormattingItem.StringValue Remarks Setting this value to null sets the color to the windows default text color. Value The color value of this formatting Declaration public Color Value { get; set; } Property Value Type Description Color Methods AcceptVisitor(IFormattingVisitor) Calls VisitTextColor(TextColor) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of this object. Declaration public override object Clone() Returns Type Description object Overrides AbstractFormattingItem.Clone() Equals(object) Overridden to consider equivalent colors represented by different values equal Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides AbstractFormattingItem.Equals(object) GetHashCode() Overridden to return the same hash code for the same effective color values Declaration public override int GetHashCode() Returns Type Description int Overrides AbstractFormattingItem.GetHashCode() Implements IFormattingItem ICloneable" + "keywords": "Class TextColor Character formatting that represents a text color Inheritance System.Object AbstractFormattingItem TextColor Implements IFormattingItem System.ICloneable Inherited Members AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class TextColor : AbstractFormattingItem, IFormattingItem, ICloneable Constructors TextColor() Constructs a text color using the default color (WindowText color from the current Windows settings). Declaration public TextColor() TextColor(Color) Creates character formatting representing a specific color. Declaration public TextColor(Color value) Parameters Type Name Description System.Drawing.Color value Properties LocalizedFormattingName A localized representation of this type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description System.String Overrides AbstractFormattingItem.LocalizedFormattingName LocalizedStringValue A localized representation of the value of this kind of formatting Declaration public override string LocalizedStringValue { get; } Property Value Type Description System.String Overrides AbstractFormattingItem.LocalizedStringValue Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description System.String Remarks Typically used during de-serialization from key/value pair. StringValue Colors are serialized to strings either as named colors (e.g. Aquamarine or ActiveWindowTitleText), or as 32-bit hex values in the format used by the .NET ColorConverter. Declaration public override string StringValue { get; set; } Property Value Type Description System.String Overrides AbstractFormattingItem.StringValue Remarks Setting this value to null sets the color to the windows default text color. Value The color value of this formatting Declaration public Color Value { get; set; } Property Value Type Description System.Drawing.Color Methods AcceptVisitor(IFormattingVisitor) Calls VisitTextColor(TextColor) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of this object. Declaration public override object Clone() Returns Type Description System.Object Overrides AbstractFormattingItem.Clone() Equals(Object) Overridden to consider equivalent colors represented by different values equal Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides AbstractFormattingItem.Equals(Object) GetHashCode() Overridden to return the same hash code for the same effective color values Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides AbstractFormattingItem.GetHashCode() Implements IFormattingItem System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextDirection.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextDirection.html", "title": "Class TextDirection", - "keywords": "Class TextDirection Formatting representing the direction of the text flow. This is used for custom bi-directional text insertions. Inheritance object AbstractFormattingItem TextDirection Implements IFormattingItem ICloneable Inherited Members AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class TextDirection : AbstractFormattingItem, IFormattingItem, ICloneable Constructors TextDirection() Default constructor Declaration public TextDirection() TextDirection(Direction) Construct with explicit direction Declaration public TextDirection(Direction direction) Parameters Type Name Description Direction direction TextDirection(TextDirection) Cloning constructor Declaration public TextDirection(TextDirection other) Parameters Type Name Description TextDirection other Properties Direction The direction in which the text should be displayed when this formatting is applied Declaration public Direction Direction { get; set; } Property Value Type Description Direction LocalizedFormattingName A localized representation of this type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description string Overrides AbstractFormattingItem.LocalizedFormattingName LocalizedStringValue A localized representation of the value of the type of formatting Declaration public override string LocalizedStringValue { get; } Property Value Type Description string Overrides AbstractFormattingItem.LocalizedStringValue Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description string Remarks Typically used during de-serialization from a key/value pair. StringValue The string value representing the value of the Direction Declaration public override string StringValue { get; set; } Property Value Type Description string Overrides AbstractFormattingItem.StringValue Methods AcceptVisitor(IFormattingVisitor) Visitor implementation Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() ICloneable implementation Declaration public override object Clone() Returns Type Description object Overrides AbstractFormattingItem.Clone() Implements IFormattingItem ICloneable" + "keywords": "Class TextDirection Formatting representing the direction of the text flow. This is used for custom bi-directional text insertions. Inheritance System.Object AbstractFormattingItem TextDirection Implements IFormattingItem System.ICloneable Inherited Members AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(Object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class TextDirection : AbstractFormattingItem, IFormattingItem, ICloneable Constructors TextDirection() Default constructor Declaration public TextDirection() TextDirection(Direction) Construct with explicit direction Declaration public TextDirection(Direction direction) Parameters Type Name Description Direction direction TextDirection(TextDirection) Cloning constructor Declaration public TextDirection(TextDirection other) Parameters Type Name Description TextDirection other Properties Direction The direction in which the text should be displayed when this formatting is applied Declaration public Direction Direction { get; set; } Property Value Type Description Direction LocalizedFormattingName A localized representation of this type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description System.String Overrides AbstractFormattingItem.LocalizedFormattingName LocalizedStringValue A localized representation of the value of the type of formatting Declaration public override string LocalizedStringValue { get; } Property Value Type Description System.String Overrides AbstractFormattingItem.LocalizedStringValue Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description System.String Remarks Typically used during de-serialization from a key/value pair. StringValue The string value representing the value of the Direction Declaration public override string StringValue { get; set; } Property Value Type Description System.String Overrides AbstractFormattingItem.StringValue Methods AcceptVisitor(IFormattingVisitor) Visitor implementation Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() ICloneable implementation Declaration public override object Clone() Returns Type Description System.Object Overrides AbstractFormattingItem.Clone() Implements IFormattingItem System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.html", "title": "Class TextPosition", - "keywords": "Class TextPosition Represents superscript or subscript position for the formatted text. Inheritance object AbstractFormattingItem TextPosition Implements IFormattingItem ICloneable Inherited Members AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class TextPosition : AbstractFormattingItem, IFormattingItem, ICloneable Constructors TextPosition() Creates the text position using the default position, Normal . Declaration public TextPosition() TextPosition(SuperSub) Creates the text position using a specific type of position Declaration public TextPosition(TextPosition.SuperSub value) Parameters Type Name Description TextPosition SuperSub value Properties LocalizedFormattingName A localized representation of this type of formatting. Declaration public override string LocalizedFormattingName { get; } Property Value Type Description string Overrides AbstractFormattingItem.LocalizedFormattingName LocalizedStringValue A localized representation of the value for this formatting Declaration public override string LocalizedStringValue { get; } Property Value Type Description string Overrides AbstractFormattingItem.LocalizedStringValue Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description string Remarks Typically used during de-serialization from a key/value pair. StringValue A string value representing the Value . Declaration public override string StringValue { get; set; } Property Value Type Description string Overrides AbstractFormattingItem.StringValue Remarks Typically used during serialization Value Indicates what type of text position this formatting represents. Declaration public TextPosition.SuperSub Value { get; set; } Property Value Type Description TextPosition SuperSub Methods AcceptVisitor(IFormattingVisitor) Calls VisitTextPosition(TextPosition) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of this object. Declaration public override object Clone() Returns Type Description object Overrides AbstractFormattingItem.Clone() Implements IFormattingItem ICloneable" + "keywords": "Class TextPosition Represents superscript or subscript position for the formatted text. Inheritance System.Object AbstractFormattingItem TextPosition Implements IFormattingItem System.ICloneable Inherited Members AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(Object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class TextPosition : AbstractFormattingItem, IFormattingItem, ICloneable Constructors TextPosition() Creates the text position using the default position, Normal . Declaration public TextPosition() TextPosition(TextPosition.SuperSub) Creates the text position using a specific type of position Declaration public TextPosition(TextPosition.SuperSub value) Parameters Type Name Description TextPosition.SuperSub value Properties LocalizedFormattingName A localized representation of this type of formatting. Declaration public override string LocalizedFormattingName { get; } Property Value Type Description System.String Overrides AbstractFormattingItem.LocalizedFormattingName LocalizedStringValue A localized representation of the value for this formatting Declaration public override string LocalizedStringValue { get; } Property Value Type Description System.String Overrides AbstractFormattingItem.LocalizedStringValue Name The string used as name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description System.String Remarks Typically used during de-serialization from a key/value pair. StringValue A string value representing the Value . Declaration public override string StringValue { get; set; } Property Value Type Description System.String Overrides AbstractFormattingItem.StringValue Remarks Typically used during serialization Value Indicates what type of text position this formatting represents. Declaration public TextPosition.SuperSub Value { get; set; } Property Value Type Description TextPosition.SuperSub Methods AcceptVisitor(IFormattingVisitor) Calls VisitTextPosition(TextPosition) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of this object. Declaration public override object Clone() Returns Type Description System.Object Overrides AbstractFormattingItem.Clone() Implements IFormattingItem System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.SuperSub.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.SuperSub.html", "title": "Enum TextPosition.SuperSub", - "keywords": "Enum TextPosition.SuperSub Vertical position of text relative to normally formatted text Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum TextPosition.SuperSub Fields Name Description Invalid Value is unrecognized Normal Text is not superscript or subscript Subscript Subscript text Superscript Superscript text" + "keywords": "Enum TextPosition.SuperSub Vertical position of text relative to normally formatted text Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum SuperSub Fields Name Description Invalid Value is unrecognized Normal Text is not superscript or subscript Subscript Subscript text Superscript Superscript text" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Underline.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Underline.html", "title": "Class Underline", - "keywords": "Class Underline Represents underline formatting. Inheritance object AbstractFormattingItem AbstractBooleanFormatting Underline Implements IFormattingItem ICloneable Inherited Members AbstractBooleanFormatting.Value AbstractBooleanFormatting.StringValue AbstractBooleanFormatting.LocalizedStringValue AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class Underline : AbstractBooleanFormatting, IFormattingItem, ICloneable Constructors Underline() Default constructor, creates a formatting with underline turned on. Declaration public Underline() Underline(bool) Creates a formatting object indicating whether underline formatting should be explicitly on or off. Declaration public Underline(bool value) Parameters Type Name Description bool value True indicates that formatting is enabled, while false indicates that underline formatting is explicitly turned off (even if it was on in a surrounding context). Properties LocalizedFormattingName A localized representation of this type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description string Overrides AbstractFormattingItem.LocalizedFormattingName Name The string used as the name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description string Remarks Typically used during de-serialization from key/value pair. Methods AcceptVisitor(IFormattingVisitor) Calls VisitUnderline(Underline) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of this object. Declaration public override object Clone() Returns Type Description object Overrides AbstractFormattingItem.Clone() Implements IFormattingItem ICloneable" + "keywords": "Class Underline Represents underline formatting. Inheritance System.Object AbstractFormattingItem AbstractBooleanFormatting Underline Implements IFormattingItem System.ICloneable Inherited Members AbstractBooleanFormatting.Value AbstractBooleanFormatting.StringValue AbstractBooleanFormatting.LocalizedStringValue AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(Object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.FormattingName System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class Underline : AbstractBooleanFormatting, IFormattingItem, ICloneable Constructors Underline() Default constructor, creates a formatting with underline turned on. Declaration public Underline() Underline(Boolean) Creates a formatting object indicating whether underline formatting should be explicitly on or off. Declaration public Underline(bool value) Parameters Type Name Description System.Boolean value True indicates that formatting is enabled, while false indicates that underline formatting is explicitly turned off (even if it was on in a surrounding context). Properties LocalizedFormattingName A localized representation of this type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description System.String Overrides AbstractFormattingItem.LocalizedFormattingName Name The string used as the name for this type of formatting. Declaration public static string Name { get; } Property Value Type Description System.String Remarks Typically used during de-serialization from key/value pair. Methods AcceptVisitor(IFormattingVisitor) Calls VisitUnderline(Underline) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of this object. Declaration public override object Clone() Returns Type Description System.Object Overrides AbstractFormattingItem.Clone() Implements IFormattingItem System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.html", "title": "Class UnknownFormatting", - "keywords": "Class UnknownFormatting Represents a type of formatting that is unknown. The formatting name and its value can be retrieved from these properties. Objects of this type are typically created as a result of parsing formatting types that are not known to the system. This class allows such formatting to be preserved and persisted. Inheritance object AbstractFormattingItem UnknownFormatting Implements IFormattingItem ICloneable Inherited Members AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.LocalizedStringValue object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class UnknownFormatting : AbstractFormattingItem, IFormattingItem, ICloneable Constructors UnknownFormatting() Empty constructor required by the spring framework to construct UnknownFormatting without formatting Declaration public UnknownFormatting() UnknownFormatting(string, string) Construction from a formatting type name and a value. Declaration public UnknownFormatting(string name, string value) Parameters Type Name Description string name Name of the formatting type. This value must be unique for all different types of formatting. The default formatting types use the value returned by GetDefaultName(MemberInfo) for their type names e.g. \"Bold\", \"Italic\", \"FontName\", etc. string value Value of formatting type, or null if none. Properties FormattingName The name of this type of the formatting Declaration public override string FormattingName { get; } Property Value Type Description string Overrides AbstractFormattingItem.FormattingName LocalizedFormattingName A localized representation of this type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description string Overrides AbstractFormattingItem.LocalizedFormattingName StringValue Returns the value of the formatting, same as Value . Declaration public override string StringValue { get; set; } Property Value Type Description string Overrides AbstractFormattingItem.StringValue Value The value of this formatting as a string. This is the same as the StringValue property. Declaration public string Value { get; set; } Property Value Type Description string Methods AcceptVisitor(IFormattingVisitor) Calls VisitUnknownFormatting(UnknownFormatting) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of the unknown formatting. Declaration public override object Clone() Returns Type Description object Overrides AbstractFormattingItem.Clone() SetFormattingName(string) Allows the name of this formatting to be explicitly set (this is a read-only property in the base class). Declaration public void SetFormattingName(string name) Parameters Type Name Description string name Implements IFormattingItem ICloneable" + "keywords": "Class UnknownFormatting Represents a type of formatting that is unknown. The formatting name and its value can be retrieved from these properties. Objects of this type are typically created as a result of parsing formatting types that are not known to the system. This class allows such formatting to be preserved and persisted. Inheritance System.Object AbstractFormattingItem UnknownFormatting Implements IFormattingItem System.ICloneable Inherited Members AbstractFormattingItem.GetDefaultName(MemberInfo) AbstractFormattingItem.Equals(Object) AbstractFormattingItem.GetHashCode() AbstractFormattingItem.ToString() AbstractFormattingItem.LocalizedStringValue System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.Formatting Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class UnknownFormatting : AbstractFormattingItem, IFormattingItem, ICloneable Constructors UnknownFormatting() Empty constructor required by the spring framework to construct UnknownFormatting without formatting Declaration public UnknownFormatting() UnknownFormatting(String, String) Construction from a formatting type name and a value. Declaration public UnknownFormatting(string name, string value) Parameters Type Name Description System.String name Name of the formatting type. This value must be unique for all different types of formatting. The default formatting types use the value returned by GetDefaultName(MemberInfo) for their type names e.g. \"Bold\", \"Italic\", \"FontName\", etc. System.String value Value of formatting type, or null if none. Properties FormattingName The name of this type of the formatting Declaration public override string FormattingName { get; } Property Value Type Description System.String Overrides AbstractFormattingItem.FormattingName LocalizedFormattingName A localized representation of this type of formatting Declaration public override string LocalizedFormattingName { get; } Property Value Type Description System.String Overrides AbstractFormattingItem.LocalizedFormattingName StringValue Returns the value of the formatting, same as Value . Declaration public override string StringValue { get; set; } Property Value Type Description System.String Overrides AbstractFormattingItem.StringValue Value The value of this formatting as a string. This is the same as the StringValue property. Declaration public string Value { get; set; } Property Value Type Description System.String Methods AcceptVisitor(IFormattingVisitor) Calls VisitUnknownFormatting(UnknownFormatting) on the visitor. Declaration public override void AcceptVisitor(IFormattingVisitor visitor) Parameters Type Name Description IFormattingVisitor visitor Overrides AbstractFormattingItem.AcceptVisitor(IFormattingVisitor) Clone() Creates a clone of the unknown formatting. Declaration public override object Clone() Returns Type Description System.Object Overrides AbstractFormattingItem.Clone() SetFormattingName(String) Allows the name of this formatting to be explicitly set (this is a read-only property in the base class). Declaration public void SetFormattingName(string name) Parameters Type Name Description System.String name Implements IFormattingItem System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.html", @@ -1957,247 +1657,247 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.html", "title": "Class AbstractFileTypeDefinitionComponent", - "keywords": "Class AbstractFileTypeDefinitionComponent Convenient default implementation of IFileTypeDefinitionAware ; ensures synchronized access to the data member, so that components can be safely marked as singletons in the spring configuration files. Inheritance object AbstractFileTypeDefinitionComponent FileTypeCreator AbstractPreviewControl GenericExteralPreviewApplication Implements IFileTypeDefinitionAware Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractFileTypeDefinitionComponent : IFileTypeDefinitionAware Remarks Implementation classes are not required to derive from this base class, it merely serves as a convenience. Constructors AbstractFileTypeDefinitionComponent() Default construction - protected as this is an abstract class. Declaration protected AbstractFileTypeDefinitionComponent() Properties FileTypeDefinition Implements synchronized access to this property. Declaration public IFileTypeDefinition FileTypeDefinition { get; set; } Property Value Type Description IFileTypeDefinition Implements IFileTypeDefinitionAware" + "keywords": "Class AbstractFileTypeDefinitionComponent Convenient default implementation of IFileTypeDefinitionAware ; ensures synchronized access to the data member, so that components can be safely marked as singletons in the spring configuration files. Inheritance System.Object AbstractFileTypeDefinitionComponent FileTypeCreator AbstractPreviewControl GenericExteralPreviewApplication Implements IFileTypeDefinitionAware 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.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractFileTypeDefinitionComponent : IFileTypeDefinitionAware Remarks Implementation classes are not required to derive from this base class, it merely serves as a convenience. Constructors AbstractFileTypeDefinitionComponent() Default construction - protected as this is an abstract class. Declaration protected AbstractFileTypeDefinitionComponent() Properties FileTypeDefinition Implements synchronized access to this property. Declaration public IFileTypeDefinition FileTypeDefinition { get; set; } Property Value Type Description IFileTypeDefinition Implements IFileTypeDefinitionAware" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.html", "title": "Class AbstractSingleFileRefreshablePreviewController", - "keywords": "Class AbstractSingleFileRefreshablePreviewController Inheritance object AbstractSettingsBundleAware AbstractSingleFileRefreshablePreviewController Implements ISettingsBundleAware ISingleFileRefreshablePreview ISingleFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISingleFilePreviewController INavigablePreview IDisposable IFileTypeDefinitionAware IPreviewUpdatedViaSegmentFile IPreviewUpdatedViaRefresh IAbstractUpdatablePreview Inherited Members AbstractSettingsBundleAware.SetSettingsBundle(ISettingsBundle) AbstractSettingsBundleAware.SettingsBundle object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractSingleFileRefreshablePreviewController : AbstractSettingsBundleAware, ISettingsBundleAware, ISingleFileRefreshablePreview, ISingleFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISingleFilePreviewController, INavigablePreview, IDisposable, IFileTypeDefinitionAware, IPreviewUpdatedViaSegmentFile, IPreviewUpdatedViaRefresh, IAbstractUpdatablePreview Constructors AbstractSingleFileRefreshablePreviewController() Declaration protected AbstractSingleFileRefreshablePreviewController() Properties Control Declaration public virtual Control Control { get; } Property Value Type Description Control FileTypeDefinition The framework sets this property for components that are instantiated from a file type definition. Declaration public IFileTypeDefinition FileTypeDefinition { get; set; } Property Value Type Description IFileTypeDefinition Remarks This property may be null , e.g. if the component is not instantiated from a file type definition. PreferredHighlightColor Set by the host application to indicate the preferred color to be used for highlighting the current segment in the preview when NavigateToSegment(SegmentReference) is called. Declaration public virtual Color PreferredHighlightColor { get; set; } Property Value Type Description Color Remarks Using the highlight color is optional, but leads to an enhanced user experience. This will typically be the same color as the background color that is used for the active segment row in the editor, which makes it easier for the user to see that the two segments (i.e. from the bilingual document and the preview) relate to each other. PreviewFile Full path to the file that should be displayed in the preview Declaration public virtual TempFileManager PreviewFile { get; set; } Property Value Type Description TempFileManager Remarks The host application sets this path after generating the preview file before calling IAbstractPreviewControl.Refresh or Launch() in order to display the file. The file is passed through a temporary file manager, which means that it should be deleted automatically when it is no longer needed. RefreshPreview Declaration public bool RefreshPreview { get; set; } Property Value Type Description bool TargetFilePath Full path to the target language file that is overwritten when the preview is refreshed. This path is typically set once and stays unchanged during the lifetime of the preview. Declaration public virtual TempFileManager TargetFilePath { get; set; } Property Value Type Description TempFileManager Methods AfterFileRefresh() Called by the host application after the preview file has been successfully overwritten. Declaration public virtual void AfterFileRefresh() Remarks The implementation typically re-loads (refreshes) the file in the preview and (if necessary) navigates to the previously displaying content. BeforeFileRefresh() Called by the host application when the preview is about to be updated, before the file at TargetFilePath is overwritten. Declaration public virtual void BeforeFileRefresh() Remarks This call allows the implementation to release any file locks and/or try to 'remember' the current location of the file before it is overwritten. CreateSegmentFile(SegmentReference) Called by the host application to create a native source document containing the source language content of the specified segment. The implementation returns the full path to the file created. Declaration public virtual TempFileManager CreateSegmentFile(SegmentReference segment) Parameters Type Name Description SegmentReference segment Identifies the segment to create a file for. Returns Type Description TempFileManager Temporary file that has been created. The lifetime of the file is controlled by the returned manager instance. All components that need access to the file should reference this. The file will automatically be deleted when this instance is disposed or garbage collection takes place. Dispose() Declaration public virtual void Dispose() NavigateToSegment(SegmentReference) Called by the host application to request that the preview should scroll to the specified segment. Declaration public virtual void NavigateToSegment(SegmentReference segment) Parameters Type Name Description SegmentReference segment Remarks The implementation may specifically highlight the segment in the preview (if possible). OnSegmentSelected(SegmentSelectedEventArgs) Declaration public void OnSegmentSelected(SegmentSelectedEventArgs args) Parameters Type Name Description SegmentSelectedEventArgs args Refresh() Declaration public virtual void Refresh() UpdatePreviewFromSegmentFile(SegmentReference, TempFileManager) Called by the host application to update the preview with the content of a segment file. The implementation should update the preview by replacing the segment content with the content in the segment file. Declaration public virtual void UpdatePreviewFromSegmentFile(SegmentReference segment, TempFileManager translatedSegmentFile) Parameters Type Name Description SegmentReference segment TempFileManager translatedSegmentFile Reference to a native file containing the updated target language version of the segment. The implementation may dispose of this when it is no longer needed. Events SegmentSelected Raised when the user interacts with the preview, selecting a different segment than the one that is currently highlighted. Declaration public event EventHandler SegmentSelected Event Type Type Description EventHandler SegmentSelectedEventArgs Remarks The host application typically handles this event by changing the active segment in the editor to the one that the user has selected in the preview. Implements ISettingsBundleAware ISingleFileRefreshablePreview ISingleFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISingleFilePreviewController INavigablePreview IDisposable IFileTypeDefinitionAware IPreviewUpdatedViaSegmentFile IPreviewUpdatedViaRefresh IAbstractUpdatablePreview" + "keywords": "Class AbstractSingleFileRefreshablePreviewController Inheritance System.Object AbstractSingleFileRefreshablePreviewController Implements ISingleFileRefreshablePreview ISingleFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISingleFilePreviewController INavigablePreview System.IDisposable IFileTypeDefinitionAware IPreviewUpdatedViaSegmentFile IPreviewUpdatedViaRefresh IAbstractUpdatablePreview Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractSingleFileRefreshablePreviewController : AbstractSettingsBundleAware, ISingleFileRefreshablePreview, ISingleFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISingleFilePreviewController, INavigablePreview, IDisposable, IFileTypeDefinitionAware, IPreviewUpdatedViaSegmentFile, IPreviewUpdatedViaRefresh, IAbstractUpdatablePreview Constructors AbstractSingleFileRefreshablePreviewController() Declaration protected AbstractSingleFileRefreshablePreviewController() Properties Control Declaration public virtual Control Control { get; } Property Value Type Description System.Windows.Forms.Control FileTypeDefinition Declaration public IFileTypeDefinition FileTypeDefinition { get; set; } Property Value Type Description IFileTypeDefinition PreferredHighlightColor Declaration public virtual Color PreferredHighlightColor { get; set; } Property Value Type Description System.Drawing.Color PreviewFile Declaration public virtual TempFileManager PreviewFile { get; set; } Property Value Type Description TempFileManager RefreshPreview Declaration public bool RefreshPreview { get; set; } Property Value Type Description System.Boolean TargetFilePath Declaration public virtual TempFileManager TargetFilePath { get; set; } Property Value Type Description TempFileManager Methods AfterFileRefresh() Declaration public virtual void AfterFileRefresh() BeforeFileRefresh() Declaration public virtual void BeforeFileRefresh() CreateSegmentFile(SegmentReference) Declaration public virtual TempFileManager CreateSegmentFile(SegmentReference segment) Parameters Type Name Description SegmentReference segment Returns Type Description TempFileManager Dispose() Declaration public virtual void Dispose() NavigateToSegment(SegmentReference) Declaration public virtual void NavigateToSegment(SegmentReference segment) Parameters Type Name Description SegmentReference segment OnSegmentSelected(SegmentSelectedEventArgs) Declaration public void OnSegmentSelected(SegmentSelectedEventArgs args) Parameters Type Name Description SegmentSelectedEventArgs args Refresh() Declaration public virtual void Refresh() UpdatePreviewFromSegmentFile(SegmentReference, TempFileManager) Declaration public virtual void UpdatePreviewFromSegmentFile(SegmentReference segment, TempFileManager translatedSegmentFile) Parameters Type Name Description SegmentReference segment TempFileManager translatedSegmentFile Events SegmentSelected Declaration public event EventHandler SegmentSelected Event Type Type Description System.EventHandler < SegmentSelectedEventArgs > Implements ISingleFileRefreshablePreview ISingleFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISingleFilePreviewController INavigablePreview System.IDisposable IFileTypeDefinitionAware IPreviewUpdatedViaSegmentFile IPreviewUpdatedViaRefresh IAbstractUpdatablePreview" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.html", "title": "Class AbstractSourceAndTargetFileRefreshablePreviewController", - "keywords": "Class AbstractSourceAndTargetFileRefreshablePreviewController Inheritance object AbstractSourceAndTargetFileRefreshablePreviewController Implements ISourceAndTargetFileRefreshablePreview ISourceAndTargetFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISourceAndTargetFilePreviewController INavigablePreview IDisposable IPreviewUpdatedViaRefresh IAbstractUpdatablePreview Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractSourceAndTargetFileRefreshablePreviewController : ISourceAndTargetFileRefreshablePreview, ISourceAndTargetFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISourceAndTargetFilePreviewController, INavigablePreview, IDisposable, IPreviewUpdatedViaRefresh, IAbstractUpdatablePreview Constructors AbstractSourceAndTargetFileRefreshablePreviewController() Declaration protected AbstractSourceAndTargetFileRefreshablePreviewController() Properties Control Declaration public virtual Control Control { get; } Property Value Type Description Control PreferredHighlightColor Set by the host application to indicate the preferred color to be used for highlighting the current segment in the preview when NavigateToSegment(SegmentReference) is called. Declaration public virtual Color PreferredHighlightColor { get; set; } Property Value Type Description Color Remarks Using the highlight color is optional, but leads to an enhanced user experience. This will typically be the same color as the background color that is used for the active segment row in the editor, which makes it easier for the user to see that the two segments (i.e. from the bilingual document and the preview) relate to each other. RefreshPreview Declaration public bool RefreshPreview { get; set; } Property Value Type Description bool SourcePreviewFile Full path to the source language file. This should be set by the application before the first call to Launch() or IAbstractPreviewControl.Refresh. Declaration public virtual TempFileManager SourcePreviewFile { get; set; } Property Value Type Description TempFileManager Remarks The file is passed through a temporary file manager, which means that it should be deleted automatically when it is no longer needed. TargetFilePath Full path to the target language file that is overwritten when the preview is refreshed. This path is typically set once and stays unchanged during the lifetime of the preview. Declaration public virtual TempFileManager TargetFilePath { get; set; } Property Value Type Description TempFileManager TargetPreviewFile Full path to the target language file, which should be set by the application before the first call to Launch() or IAbstractPreviewControl.Refresh. Declaration public virtual TempFileManager TargetPreviewFile { get; set; } Property Value Type Description TempFileManager Remarks The file is passed through a temporary file manager, which means that it should automatically get deleted when no longer needed. Methods AfterFileRefresh() Called by the host application after the preview file has been successfully overwritten. Declaration public virtual void AfterFileRefresh() Remarks The implementation typically re-loads (refreshes) the file in the preview and (if necessary) navigates to the previously displaying content. BeforeFileRefresh() Called by the host application when the preview is about to be updated, before the file at TargetFilePath is overwritten. Declaration public virtual void BeforeFileRefresh() Remarks This call allows the implementation to release any file locks and/or try to 'remember' the current location of the file before it is overwritten. Dispose() Declaration public virtual void Dispose() NavigateToSegment(SegmentReference) Called by the host application to request that the preview should scroll to the specified segment. Declaration public virtual void NavigateToSegment(SegmentReference segment) Parameters Type Name Description SegmentReference segment Remarks The implementation may specifically highlight the segment in the preview (if possible). OnSegmentSelected(SegmentSelectedEventArgs) Declaration public void OnSegmentSelected(SegmentSelectedEventArgs args) Parameters Type Name Description SegmentSelectedEventArgs args Refresh() Declaration public virtual void Refresh() Events SegmentSelected Raised when the user interacts with the preview, selecting a different segment than the one that is currently highlighted. Declaration public event EventHandler SegmentSelected Event Type Type Description EventHandler SegmentSelectedEventArgs Remarks The host application typically handles this event by changing the active segment in the editor to the one that the user has selected in the preview. Implements ISourceAndTargetFileRefreshablePreview ISourceAndTargetFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISourceAndTargetFilePreviewController INavigablePreview IDisposable IPreviewUpdatedViaRefresh IAbstractUpdatablePreview" + "keywords": "Class AbstractSourceAndTargetFileRefreshablePreviewController Inheritance System.Object AbstractSourceAndTargetFileRefreshablePreviewController Implements ISourceAndTargetFileRefreshablePreview ISourceAndTargetFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISourceAndTargetFilePreviewController INavigablePreview System.IDisposable IPreviewUpdatedViaRefresh IAbstractUpdatablePreview 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.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractSourceAndTargetFileRefreshablePreviewController : ISourceAndTargetFileRefreshablePreview, ISourceAndTargetFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISourceAndTargetFilePreviewController, INavigablePreview, IDisposable, IPreviewUpdatedViaRefresh, IAbstractUpdatablePreview Constructors AbstractSourceAndTargetFileRefreshablePreviewController() Declaration protected AbstractSourceAndTargetFileRefreshablePreviewController() Properties Control Declaration public virtual Control Control { get; } Property Value Type Description System.Windows.Forms.Control PreferredHighlightColor Declaration public virtual Color PreferredHighlightColor { get; set; } Property Value Type Description System.Drawing.Color RefreshPreview Declaration public bool RefreshPreview { get; set; } Property Value Type Description System.Boolean SourcePreviewFile Declaration public virtual TempFileManager SourcePreviewFile { get; set; } Property Value Type Description TempFileManager TargetFilePath Declaration public virtual TempFileManager TargetFilePath { get; set; } Property Value Type Description TempFileManager TargetPreviewFile Declaration public virtual TempFileManager TargetPreviewFile { get; set; } Property Value Type Description TempFileManager Methods AfterFileRefresh() Declaration public virtual void AfterFileRefresh() BeforeFileRefresh() Declaration public virtual void BeforeFileRefresh() Dispose() Declaration public virtual void Dispose() NavigateToSegment(SegmentReference) Declaration public virtual void NavigateToSegment(SegmentReference segment) Parameters Type Name Description SegmentReference segment OnSegmentSelected(SegmentSelectedEventArgs) Declaration public void OnSegmentSelected(SegmentSelectedEventArgs args) Parameters Type Name Description SegmentSelectedEventArgs args Refresh() Declaration public virtual void Refresh() Events SegmentSelected Declaration public event EventHandler SegmentSelected Event Type Type Description System.EventHandler < SegmentSelectedEventArgs > Implements ISourceAndTargetFileRefreshablePreview ISourceAndTargetFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISourceAndTargetFilePreviewController INavigablePreview System.IDisposable IPreviewUpdatedViaRefresh IAbstractUpdatablePreview" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.html", "title": "Class BatchProgressEventArgs", - "keywords": "Class BatchProgressEventArgs Properties of a progress event in a batch process Inheritance object EventArgs BatchProgressEventArgs Inherited Members EventArgs.Empty object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class BatchProgressEventArgs : EventArgs Constructors BatchProgressEventArgs(string, int, int, byte) Construct with explicitly specified progress information. Declaration public BatchProgressEventArgs(string filePath, int fileNumber, int totalFiles, byte filePercentComplete) Parameters Type Name Description string filePath path to the file being processed int fileNumber file number in the batch, 0 is the first file int totalFiles total files in the batch byte filePercentComplete percent completed for the current file in the batch Properties FileNumber Zero-based index indicating the file number in the batch for the file being processed. Declaration public int FileNumber { get; set; } Property Value Type Description int FilePath Path of the file being processed Declaration public string FilePath { get; set; } Property Value Type Description string FilePercentComplete Value between 0 and 100 (inclusive) indicating the progress of the file currently being processed. Declaration public byte FilePercentComplete { get; set; } Property Value Type Description byte Remarks Note that this is the percent completed for the current file only, NOT the percent completed for the batch. TotalFiles Total number of files in batch Declaration public int TotalFiles { get; set; } Property Value Type Description int Methods ToString() For debugging purposes, shows the file number and the progress in a non-localized format. Declaration public override string ToString() Returns Type Description string Overrides object.ToString()" + "keywords": "Class BatchProgressEventArgs Properties of a progress event in a batch process Inheritance System.Object System.EventArgs BatchProgressEventArgs Inherited Members System.EventArgs.Empty 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.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class BatchProgressEventArgs : EventArgs Constructors BatchProgressEventArgs(String, Int32, Int32, Byte) Construct with explicitly specified progress information. Declaration public BatchProgressEventArgs(string filePath, int fileNumber, int totalFiles, byte filePercentComplete) Parameters Type Name Description System.String filePath path to the file being processed System.Int32 fileNumber file number in the batch, 0 is the first file System.Int32 totalFiles total files in the batch System.Byte filePercentComplete percent completed for the current file in the batch Properties FileNumber Zero-based index indicating the file number in the batch for the file being processed. Declaration public int FileNumber { get; set; } Property Value Type Description System.Int32 FilePath Path of the file being processed Declaration public string FilePath { get; set; } Property Value Type Description System.String FilePercentComplete Value between 0 and 100 (inclusive) indicating the progress of the file currently being processed. Declaration public byte FilePercentComplete { get; set; } Property Value Type Description System.Byte Remarks Note that this is the percent completed for the current file only, NOT the percent completed for the batch. TotalFiles Total number of files in batch Declaration public int TotalFiles { get; set; } Property Value Type Description System.Int32 Methods ToString() For debugging purposes, shows the file number and the progress in a non-localized format. Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.html", "title": "Delegate BilingualDocumentOutputPropertiesProvider", - "keywords": "Delegate BilingualDocumentOutputPropertiesProvider This delegate is used with IMultiFileConverter to determine the output properties for bilingual document files (e.g. SDL XLIFF). The implementation should set the relevant properties on the outputProperties object, supported by proposedFileInfo as required. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public delegate void BilingualDocumentOutputPropertiesProvider(IBilingualDocumentOutputProperties outputProperties, IDocumentProperties documentInfo, IOutputFileInfo proposedFileInfo) Parameters Type Name Description IBilingualDocumentOutputProperties outputProperties The delegate implementation should set the actual output properties to be used on this object. IDocumentProperties documentInfo IOutputFileInfo proposedFileInfo Proposed name, etc. for the bilingual document file, as suggested by the file type components. Can be used when showing a File Save As dialog. Remarks After successful processing in the multi-file converter, the actual bilingual output properties that are used can be retrieved by accessing BilingualDocumentOutputProperties . The host application requires this information to find out whether any dependency files were linked (as opposed to embedded), and will therefore need to be made available when the output file is opened in a different location or on a different machine. Constructors BilingualDocumentOutputPropertiesProvider(object, IntPtr) Declaration public BilingualDocumentOutputPropertiesProvider(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(IBilingualDocumentOutputProperties, IDocumentProperties, IOutputFileInfo, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(IBilingualDocumentOutputProperties outputProperties, IDocumentProperties documentInfo, IOutputFileInfo proposedFileInfo, AsyncCallback callback, object @object) Parameters Type Name Description IBilingualDocumentOutputProperties outputProperties IDocumentProperties documentInfo IOutputFileInfo proposedFileInfo AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(IBilingualDocumentOutputProperties, IDocumentProperties, IOutputFileInfo) Declaration public virtual void Invoke(IBilingualDocumentOutputProperties outputProperties, IDocumentProperties documentInfo, IOutputFileInfo proposedFileInfo) Parameters Type Name Description IBilingualDocumentOutputProperties outputProperties IDocumentProperties documentInfo IOutputFileInfo proposedFileInfo" + "keywords": "Delegate BilingualDocumentOutputPropertiesProvider This delegate is used with IMultiFileConverter to determine the output properties for bilingual document files (e.g. SDL XLIFF). The implementation should set the relevant properties on the outputProperties object, supported by proposedFileInfo as required. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public delegate void BilingualDocumentOutputPropertiesProvider(IBilingualDocumentOutputProperties outputProperties, IDocumentProperties documentInfo, IOutputFileInfo proposedFileInfo); Parameters Type Name Description IBilingualDocumentOutputProperties outputProperties The delegate implementation should set the actual output properties to be used on this object. IDocumentProperties documentInfo IOutputFileInfo proposedFileInfo Proposed name, etc. for the bilingual document file, as suggested by the file type components. Can be used when showing a File Save As dialog. Remarks After successful processing in the multi-file converter, the actual bilingual output properties that are used can be retrieved by accessing BilingualDocumentOutputProperties . The host application requires this information to find out whether any dependency files were linked (as opposed to embedded), and will therefore need to be made available when the output file is opened in a different location or on a different machine. Constructors BilingualDocumentOutputPropertiesProvider(Object, IntPtr) Declaration public BilingualDocumentOutputPropertiesProvider(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(IBilingualDocumentOutputProperties, IDocumentProperties, IOutputFileInfo, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(IBilingualDocumentOutputProperties outputProperties, IDocumentProperties documentInfo, IOutputFileInfo proposedFileInfo, AsyncCallback callback, object object) Parameters Type Name Description IBilingualDocumentOutputProperties outputProperties IDocumentProperties documentInfo IOutputFileInfo proposedFileInfo System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Invoke(IBilingualDocumentOutputProperties, IDocumentProperties, IOutputFileInfo) Declaration public virtual void Invoke(IBilingualDocumentOutputProperties outputProperties, IDocumentProperties documentInfo, IOutputFileInfo proposedFileInfo) Parameters Type Name Description IBilingualDocumentOutputProperties outputProperties IDocumentProperties documentInfo IOutputFileInfo proposedFileInfo" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.html", "title": "Delegate BilingualParserFactory", - "keywords": "Delegate BilingualParserFactory Used to allow the component to retrieve a bilingual parser whenever it needs one Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public delegate IBilingualParser BilingualParserFactory() Returns Type Description IBilingualParser Constructors BilingualParserFactory(object, IntPtr) Declaration public BilingualParserFactory(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object) Parameters Type Name Description AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual IBilingualParser EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description IBilingualParser Invoke() Declaration public virtual IBilingualParser Invoke() Returns Type Description IBilingualParser" + "keywords": "Delegate BilingualParserFactory Used to allow the component to retrieve a bilingual parser whenever it needs one Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public delegate IBilingualParser BilingualParserFactory(); Returns Type Description IBilingualParser Constructors BilingualParserFactory(Object, IntPtr) Declaration public BilingualParserFactory(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object) Parameters Type Name Description System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual IBilingualParser EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Returns Type Description IBilingualParser Invoke() Declaration public virtual IBilingualParser Invoke() Returns Type Description IBilingualParser" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.html", "title": "Delegate BilingualVerifiersProvider", - "keywords": "Delegate BilingualVerifiersProvider Delegate that is used to supply bilingual verifiers to the file extractor in order to perform the verification Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public delegate IList BilingualVerifiersProvider(FileTypeDefinitionId fileTypeDefinitionToUse) Parameters Type Name Description FileTypeDefinitionId fileTypeDefinitionToUse Returns Type Description IList IBilingualVerifier The list of IBilingualVerifier objects to use Constructors BilingualVerifiersProvider(object, IntPtr) Declaration public BilingualVerifiersProvider(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(FileTypeDefinitionId, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(FileTypeDefinitionId fileTypeDefinitionToUse, AsyncCallback callback, object @object) Parameters Type Name Description FileTypeDefinitionId fileTypeDefinitionToUse AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual IList EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description IList IBilingualVerifier Invoke(FileTypeDefinitionId) Declaration public virtual IList Invoke(FileTypeDefinitionId fileTypeDefinitionToUse) Parameters Type Name Description FileTypeDefinitionId fileTypeDefinitionToUse Returns Type Description IList IBilingualVerifier" + "keywords": "Delegate BilingualVerifiersProvider Delegate that is used to supply bilingual verifiers to the file extractor in order to perform the verification Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public delegate IList BilingualVerifiersProvider(FileTypeDefinitionId fileTypeDefinitionToUse); Parameters Type Name Description FileTypeDefinitionId fileTypeDefinitionToUse Returns Type Description System.Collections.Generic.IList < IBilingualVerifier > The list of IBilingualVerifier objects to use Constructors BilingualVerifiersProvider(Object, IntPtr) Declaration public BilingualVerifiersProvider(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(FileTypeDefinitionId, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(FileTypeDefinitionId fileTypeDefinitionToUse, AsyncCallback callback, object object) Parameters Type Name Description FileTypeDefinitionId fileTypeDefinitionToUse System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual IList EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Returns Type Description System.Collections.Generic.IList < IBilingualVerifier > Invoke(FileTypeDefinitionId) Declaration public virtual IList Invoke(FileTypeDefinitionId fileTypeDefinitionToUse) Parameters Type Name Description FileTypeDefinitionId fileTypeDefinitionToUse Returns Type Description System.Collections.Generic.IList < IBilingualVerifier >" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html", "title": "Class DynamicFilterComponentBuilder", - "keywords": "Class DynamicFilterComponentBuilder Inheritance object DynamicFilterComponentBuilder Implements IFileTypeComponentBuilder IFileTypeDefinitionAware IDefaultFileTypeSettingsProvider IQuickInsertsBuilder Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class DynamicFilterComponentBuilder : IFileTypeComponentBuilder, IFileTypeDefinitionAware, IDefaultFileTypeSettingsProvider, IQuickInsertsBuilder Constructors DynamicFilterComponentBuilder(string, string, string) Declaration protected DynamicFilterComponentBuilder(string baseFileTypeDefinitionId, string fileTypeDefinitionId, string fileTypeName) Parameters Type Name Description string baseFileTypeDefinitionId string fileTypeDefinitionId string fileTypeName Properties FileTypeDefinition The framework sets this property for components that are instantiated from a file type definition. Declaration public virtual IFileTypeDefinition FileTypeDefinition { get; set; } Property Value Type Description IFileTypeDefinition Remarks This property may be null , e.g. if the component is not instantiated from a file type definition. FileTypeManager Current File Type Manager instance which will be set by the framework. Declaration public virtual IFileTypeManager FileTypeManager { get; set; } Property Value Type Description IFileTypeManager Methods BuildAbstractGenerator(string) Gets a native or bilingual document generator of the type defined for the specified name. Declaration public virtual IAbstractGenerator BuildAbstractGenerator(string name) Parameters Type Name Description string name Returns Type Description IAbstractGenerator BuildAdditionalGeneratorsInfo(string) The the additional generator information for this file type Declaration public virtual IAdditionalGeneratorsInfo BuildAdditionalGeneratorsInfo(string name) Parameters Type Name Description string name Returns Type Description IAdditionalGeneratorsInfo BuildBilingualGenerator(string) Gets the bilingual writer components for this component (if any). Declaration public virtual IBilingualDocumentGenerator BuildBilingualGenerator(string name) Parameters Type Name Description string name Returns Type Description IBilingualDocumentGenerator null if no bilingual generator is defined BuildFileExtractor(string) Gets the file extractor for this component. Declaration public virtual IFileExtractor BuildFileExtractor(string name) Parameters Type Name Description string name Returns Type Description IFileExtractor BuildFileGenerator(string) Gets the file generator for this component. Declaration public virtual IFileGenerator BuildFileGenerator(string name) Parameters Type Name Description string name Returns Type Description IFileGenerator Null if no file generator is defined BuildFileSniffer(string) Gets the file sniffer for this component. Declaration public virtual INativeFileSniffer BuildFileSniffer(string name) Parameters Type Name Description string name Returns Type Description INativeFileSniffer BuildFileTypeInformation(string) Returns a file type information object. Declaration public virtual IFileTypeInformation BuildFileTypeInformation(string name) Parameters Type Name Description string name The IFileTypeDefinition will pass \"\" as the name for this parameter Returns Type Description IFileTypeInformation BuildPreviewApplication(string) Creates a new instance of the preview application with the specified name. Declaration public virtual IAbstractPreviewApplication BuildPreviewApplication(string name) Parameters Type Name Description string name Returns Type Description IAbstractPreviewApplication BuildPreviewControl(string) Declaration public virtual IAbstractPreviewControl BuildPreviewControl(string name) Parameters Type Name Description string name Returns Type Description IAbstractPreviewControl BuildPreviewSetsFactory(string) Gets the different sets of previews supported for this component. Declaration public virtual IPreviewSetsFactory BuildPreviewSetsFactory(string name) Parameters Type Name Description string name Returns Type Description IPreviewSetsFactory BuildQuickInsertIdList() Returns a list of QuickInsert IDs which the given File Type supports Declaration public List BuildQuickInsertIdList() Returns Type Description List QuickInsertIds BuildQuickTagsFactory(string) Gets the QuickTags object for this component. Declaration public virtual IQuickTagsFactory BuildQuickTagsFactory(string name) Parameters Type Name Description string name Returns Type Description IQuickTagsFactory BuildVerifierCollection(string) Gets the verifier list of this component. Declaration public virtual IVerifierCollection BuildVerifierCollection(string name) Parameters Type Name Description string name Returns Type Description IVerifierCollection Remarks The verifier list is an optional component for a file type. PopulateDefaultSettingsBundle(ISettingsBundle, string) Populates a given settings bundle with all the default settings used by the file type. Each setting must be stored with its explicit default value. Declaration public void PopulateDefaultSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle The settings bundle to populate with the default values. string fileTypeConfigurationId Id for the settings group that file type specific settings should be stored in. Implements IFileTypeComponentBuilder IFileTypeDefinitionAware IDefaultFileTypeSettingsProvider IQuickInsertsBuilder" + "keywords": "Class DynamicFilterComponentBuilder Inheritance System.Object DynamicFilterComponentBuilder Implements IFileTypeComponentBuilder IFileTypeDefinitionAware IDefaultFileTypeSettingsProvider IQuickInsertsBuilder 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.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class DynamicFilterComponentBuilder : IFileTypeComponentBuilder, IFileTypeDefinitionAware, IDefaultFileTypeSettingsProvider, IQuickInsertsBuilder Constructors DynamicFilterComponentBuilder(String, String, String) Declaration protected DynamicFilterComponentBuilder(string baseFileTypeDefinitionId, string fileTypeDefinitionId, string fileTypeName) Parameters Type Name Description System.String baseFileTypeDefinitionId System.String fileTypeDefinitionId System.String fileTypeName Properties FileTypeDefinition Declaration public virtual IFileTypeDefinition FileTypeDefinition { get; set; } Property Value Type Description IFileTypeDefinition FileTypeManager Declaration public virtual IFileTypeManager FileTypeManager { get; set; } Property Value Type Description IFileTypeManager Methods BuildAbstractGenerator(String) Declaration public virtual IAbstractGenerator BuildAbstractGenerator(string name) Parameters Type Name Description System.String name Returns Type Description IAbstractGenerator BuildAdditionalGeneratorsInfo(String) Declaration public virtual IAdditionalGeneratorsInfo BuildAdditionalGeneratorsInfo(string name) Parameters Type Name Description System.String name Returns Type Description IAdditionalGeneratorsInfo BuildBilingualGenerator(String) Declaration public virtual IBilingualDocumentGenerator BuildBilingualGenerator(string name) Parameters Type Name Description System.String name Returns Type Description IBilingualDocumentGenerator BuildFileExtractor(String) Declaration public virtual IFileExtractor BuildFileExtractor(string name) Parameters Type Name Description System.String name Returns Type Description IFileExtractor BuildFileGenerator(String) Declaration public virtual IFileGenerator BuildFileGenerator(string name) Parameters Type Name Description System.String name Returns Type Description IFileGenerator BuildFileSniffer(String) Declaration public virtual INativeFileSniffer BuildFileSniffer(string name) Parameters Type Name Description System.String name Returns Type Description INativeFileSniffer BuildFileTypeInformation(String) Declaration public virtual IFileTypeInformation BuildFileTypeInformation(string name) Parameters Type Name Description System.String name Returns Type Description IFileTypeInformation BuildPreviewApplication(String) Declaration public virtual IAbstractPreviewApplication BuildPreviewApplication(string name) Parameters Type Name Description System.String name Returns Type Description IAbstractPreviewApplication BuildPreviewControl(String) Declaration public virtual IAbstractPreviewControl BuildPreviewControl(string name) Parameters Type Name Description System.String name Returns Type Description IAbstractPreviewControl BuildPreviewSetsFactory(String) Declaration public virtual IPreviewSetsFactory BuildPreviewSetsFactory(string name) Parameters Type Name Description System.String name Returns Type Description IPreviewSetsFactory BuildQuickInsertIdList() Declaration public List BuildQuickInsertIdList() Returns Type Description System.Collections.Generic.List < QuickInsertIds > BuildQuickTagsFactory(String) Declaration public virtual IQuickTagsFactory BuildQuickTagsFactory(string name) Parameters Type Name Description System.String name Returns Type Description IQuickTagsFactory BuildVerifierCollection(String) Declaration public virtual IVerifierCollection BuildVerifierCollection(string name) Parameters Type Name Description System.String name Returns Type Description IVerifierCollection PopulateDefaultSettingsBundle(ISettingsBundle, String) Declaration public void PopulateDefaultSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle System.String fileTypeConfigurationId Implements IFileTypeComponentBuilder IFileTypeDefinitionAware IDefaultFileTypeSettingsProvider IQuickInsertsBuilder" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.html", "title": "Class ExtendedMessageEventData", - "keywords": "Class ExtendedMessageEventData ExtendedMessageEventData class represents extended message event data within message event arguments. The extended message event data includes the message type property. It is expected that developers will inherit from this class to include further properties specific to the message. For example, segment verifier developers could inherit from ExtendedMessageEventData to include further verification message properties to help describe and display verification messages to the user. Inheritance object ExtendedMessageEventData Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class ExtendedMessageEventData Constructors ExtendedMessageEventData() Default constructor. Declaration public ExtendedMessageEventData() Properties MessageType MessageType property represents the message type e.g. \"Sdl.FileTypeSupport.Filters.Verifiers.QAChecker.ProcessorNumbers; Extra number in target segment.\" The message type string should be unique for each message so it should refer to specific messages and not broad classes of messages. This message type property is optional and can be null but it is recommended that the message type is supplied. It is important to note that the MessageType property is not intended to be displayed to the user and should not be localised. Declaration public string MessageType { get; set; } Property Value Type Description string" + "keywords": "Class ExtendedMessageEventData ExtendedMessageEventData class represents extended message event data within message event arguments. The extended message event data includes the message type property. It is expected that developers will inherit from this class to include further properties specific to the message. For example, segment verifier developers could inherit from ExtendedMessageEventData to include further verification message properties to help describe and display verification messages to the user. Inheritance System.Object ExtendedMessageEventData 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.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class ExtendedMessageEventData Constructors ExtendedMessageEventData() Default constructor. Declaration public ExtendedMessageEventData() Properties MessageType MessageType property represents the message type e.g. \"Sdl.FileTypeSupport.Filters.Verifiers.QAChecker.ProcessorNumbers; Extra number in target segment.\" The message type string should be unique for each message so it should refer to specific messages and not broad classes of messages. This message type property is optional and can be null but it is recommended that the message type is supplied. It is important to note that the MessageType property is not intended to be displayed to the user and should not be localised. Declaration public string MessageType { get; set; } Property Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.html", "title": "Class FileNotSupportedException", - "keywords": "Class FileNotSupportedException Used in OneOrMoreFilesNotSupportedException to convey the details of a single file that was not supported by any installed file type when using one of the GetConverter... overloads in IFileTypeManager . Inheritance object Exception FileTypeSupportException FileNotSupportedException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object, object) object.ReferenceEquals(object, object) object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class FileNotSupportedException : FileTypeSupportException, ISerializable, _Exception Remarks This exception is thrown and handled in the framework implementation itself, and should therefore not need to be handled explicitly in the application. Applications that use the IFileTypeManager for file conversion should handle the OneOrMoreFilesNotSupportedException , where the details for each unsupported file can be accessed from the NotSupportedFiles property. Constructors FileNotSupportedException() Default constructor Declaration public FileNotSupportedException() FileNotSupportedException(SerializationInfo, StreamingContext) For serialization Declaration protected FileNotSupportedException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context FileNotSupportedException(string, string) Construction from a message Declaration public FileNotSupportedException(string message, string filePath) Parameters Type Name Description string message string filePath Full path to the unsupported file FileNotSupportedException(string, string, Exception) Construction from a message, file path, and an inner exception Declaration public FileNotSupportedException(string message, string filePath, Exception inner) Parameters Type Name Description string message string filePath Full path to the unsupported file Exception inner Properties FilePath Full path to the file that is not supported Declaration public string FilePath { get; set; } Property Value Type Description string Methods Equals(object) Also compares the file path. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Returns a hash code that includes the file path. Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Implements ISerializable _Exception" + "keywords": "Class FileNotSupportedException Used in OneOrMoreFilesNotSupportedException to convey the details of a single file that was not supported by any installed file type when using one of the GetConverter... overloads in IFileTypeManager . Inheritance System.Object System.Exception FileTypeSupportException FileNotSupportedException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class FileNotSupportedException : FileTypeSupportException, ISerializable, _Exception Remarks This exception is thrown and handled in the framework implementation itself, and should therefore not need to be handled explicitly in the application. Applications that use the IFileTypeManager for file conversion should handle the OneOrMoreFilesNotSupportedException , where the details for each unsupported file can be accessed from the NotSupportedFiles property. Constructors FileNotSupportedException() Default constructor Declaration public FileNotSupportedException() FileNotSupportedException(SerializationInfo, StreamingContext) For serialization Declaration protected FileNotSupportedException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context FileNotSupportedException(String, String) Construction from a message Declaration public FileNotSupportedException(string message, string filePath) Parameters Type Name Description System.String message System.String filePath Full path to the unsupported file FileNotSupportedException(String, String, Exception) Construction from a message, file path, and an inner exception Declaration public FileNotSupportedException(string message, string filePath, Exception inner) Parameters Type Name Description System.String message System.String filePath Full path to the unsupported file System.Exception inner Properties FilePath Full path to the file that is not supported Declaration public string FilePath { get; set; } Property Value Type Description System.String Methods Equals(Object) Also compares the file path. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Returns a hash code that includes the file path. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.html", "title": "Class FileTypeComponentBuilderAttribute", - "keywords": "Class FileTypeComponentBuilderAttribute Apply this attribute to a class implementing Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder. Inheritance object Attribute ExtensionAttribute SortableExtensionAttribute FileTypeComponentBuilderAttribute Implements _Attribute Inherited Members SortableExtensionAttribute.InsertBefore SortableExtensionAttribute.InsertAfter ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax [ExtensionPointInfo(\"File Type Component Builder\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class)] public class FileTypeComponentBuilderAttribute : SortableExtensionAttribute, _Attribute Remarks File type component builder typically also implement IFileTypeDefinitionAware . Constructors FileTypeComponentBuilderAttribute() Default constructor; see base class for documentation. Declaration public FileTypeComponentBuilderAttribute() FileTypeComponentBuilderAttribute(string, string, string) Construct with id, name and description. See base class for parameter documentation. Declaration public FileTypeComponentBuilderAttribute(string id, string name, string description) Parameters Type Name Description string id string name string description FileTypeComponentBuilderAttribute(string, string, string, bool) Construct with id, name and description and isTemplate. See base class for parameter documentation. Declaration public FileTypeComponentBuilderAttribute(string id, string name, string description, bool isTemplate) Parameters Type Name Description string id string name string description bool isTemplate Properties IsTemplate Indicates if this component builder is a FileTypeCreator template Declaration public bool IsTemplate { get; set; } Property Value Type Description bool Implements _Attribute" + "keywords": "Class FileTypeComponentBuilderAttribute Apply this attribute to a class implementing Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder. Inheritance System.Object FileTypeComponentBuilderAttribute Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax [AttributeUsage(AttributeTargets.Class)] public class FileTypeComponentBuilderAttribute : SortableExtensionAttribute Remarks File type component builder typically also implement IFileTypeDefinitionAware . Constructors FileTypeComponentBuilderAttribute() Default constructor; see base class for documentation. Declaration public FileTypeComponentBuilderAttribute() FileTypeComponentBuilderAttribute(String, String, String) Construct with id, name and description. See base class for parameter documentation. Declaration public FileTypeComponentBuilderAttribute(string id, string name, string description) Parameters Type Name Description System.String id System.String name System.String description FileTypeComponentBuilderAttribute(String, String, String, Boolean) Construct with id, name and description and isTemplate. See base class for parameter documentation. Declaration public FileTypeComponentBuilderAttribute(string id, string name, string description, bool isTemplate) Parameters Type Name Description System.String id System.String name System.String description System.Boolean isTemplate Properties IsTemplate Indicates if this component builder is a FileTypeCreator template Declaration public bool IsTemplate { get; set; } Property Value Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.html", "title": "Class FileTypeComponentBuilderExtensionAttribute", - "keywords": "Class FileTypeComponentBuilderExtensionAttribute Apply this attribute to a class implementing Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder. This should be used for extension ComponentBuilders only Inheritance object Attribute ExtensionAttribute SortableExtensionAttribute FileTypeComponentBuilderExtensionAttribute Implements _Attribute Inherited Members SortableExtensionAttribute.InsertBefore SortableExtensionAttribute.InsertAfter ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax [ExtensionPointInfo(\"File Type Component Builder Extension\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class)] public class FileTypeComponentBuilderExtensionAttribute : SortableExtensionAttribute, _Attribute Remarks File type component builder typically also implement IFileTypeDefinitionAware . Constructors FileTypeComponentBuilderExtensionAttribute() Default constructor; see base class for documentation. Declaration public FileTypeComponentBuilderExtensionAttribute() FileTypeComponentBuilderExtensionAttribute(string, string, string) Construct with id, name and description. See base class for parameter documentation. Declaration public FileTypeComponentBuilderExtensionAttribute(string id, string name, string description) Parameters Type Name Description string id string name string description Properties OriginalFileType The Original File Type Component Builder ID Declaration public string OriginalFileType { get; set; } Property Value Type Description string Implements _Attribute" + "keywords": "Class FileTypeComponentBuilderExtensionAttribute Apply this attribute to a class implementing Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder. This should be used for extension ComponentBuilders only Inheritance System.Object FileTypeComponentBuilderExtensionAttribute Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax [AttributeUsage(AttributeTargets.Class)] public class FileTypeComponentBuilderExtensionAttribute : SortableExtensionAttribute Remarks File type component builder typically also implement IFileTypeDefinitionAware . Constructors FileTypeComponentBuilderExtensionAttribute() Default constructor; see base class for documentation. Declaration public FileTypeComponentBuilderExtensionAttribute() FileTypeComponentBuilderExtensionAttribute(String, String, String) Construct with id, name and description. See base class for parameter documentation. Declaration public FileTypeComponentBuilderExtensionAttribute(string id, string name, string description) Parameters Type Name Description System.String id System.String name System.String description Properties OriginalFileType The Original File Type Component Builder ID Declaration public string OriginalFileType { get; set; } Property Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.html", "title": "Class FileTypeCreatorAttribute", - "keywords": "Class FileTypeCreatorAttribute Attribute to mark a class as a FileTypeCreator Inheritance object Attribute ExtensionAttribute FileTypeCreatorAttribute Implements _Attribute Inherited Members ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax [ExtensionPointInfo(\"File Type Creators\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class FileTypeCreatorAttribute : ExtensionAttribute, _Attribute Constructors FileTypeCreatorAttribute() Constructor Declaration public FileTypeCreatorAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info IExtensionValidationContext context Overrides ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) Implements _Attribute" + "keywords": "Class FileTypeCreatorAttribute Attribute to mark a class as a FileTypeCreator Inheritance System.Object FileTypeCreatorAttribute Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class FileTypeCreatorAttribute : ExtensionAttribute Constructors FileTypeCreatorAttribute() Constructor Declaration public FileTypeCreatorAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info IExtensionValidationContext context" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.html", "title": "Class FileTypeCreatorWizardPage", - "keywords": "Class FileTypeCreatorWizardPage A wizard page data object. Used by the FileType Configuration implementation to hold the data required for the construction of the Wizard page Inheritance object FileTypeCreatorWizardPage Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class FileTypeCreatorWizardPage Constructors FileTypeCreatorWizardPage(string, string, string, string, IFileTypeDefinitionConfiguringControl) Constructor for Wizard Page data object Declaration public FileTypeCreatorWizardPage(string id, string name, string description, string helpTopic, IFileTypeDefinitionConfiguringControl control) Parameters Type Name Description string id ID of Wizard Page string name Name of Wizard Page string description Description of Wizard Page string helpTopic Help Topic for Wizard Page IFileTypeDefinitionConfiguringControl control Control which Wizard page will host Properties Control Control which Wizard page will host Declaration public IFileTypeDefinitionConfiguringControl Control { get; } Property Value Type Description IFileTypeDefinitionConfiguringControl Description Description of Wizard page Declaration public string Description { get; } Property Value Type Description string HelpTopic Help Topic for Wizard page Declaration public string HelpTopic { get; } Property Value Type Description string Id Id of Wizard page Declaration public string Id { get; } Property Value Type Description string Name Name of Wizard page Declaration public string Name { get; } Property Value Type Description string" + "keywords": "Class FileTypeCreatorWizardPage A wizard page data object. Used by the FileType Configuration implementation to hold the data required for the construction of the Wizard page Inheritance System.Object FileTypeCreatorWizardPage 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.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class FileTypeCreatorWizardPage Constructors FileTypeCreatorWizardPage(String, String, String, String, IFileTypeDefinitionConfiguringControl) Constructor for Wizard Page data object Declaration public FileTypeCreatorWizardPage(string id, string name, string description, string helpTopic, IFileTypeDefinitionConfiguringControl control) Parameters Type Name Description System.String id ID of Wizard Page System.String name Name of Wizard Page System.String description Description of Wizard Page System.String helpTopic Help Topic for Wizard Page IFileTypeDefinitionConfiguringControl control Control which Wizard page will host Properties Control Control which Wizard page will host Declaration public IFileTypeDefinitionConfiguringControl Control { get; } Property Value Type Description IFileTypeDefinitionConfiguringControl Description Description of Wizard page Declaration public string Description { get; } Property Value Type Description System.String HelpTopic Help Topic for Wizard page Declaration public string HelpTopic { get; } Property Value Type Description System.String Id Id of Wizard page Declaration public string Id { get; } Property Value Type Description System.String Name Name of Wizard page Declaration public string Name { get; } Property Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionCustomizationLevel.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionCustomizationLevel.html", "title": "Enum FileTypeDefinitionCustomizationLevel", - "keywords": "Enum FileTypeDefinitionCustomizationLevel Used by the CustomizationLevel property to indicate level of File Type Definition customization. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum FileTypeDefinitionCustomizationLevel Fields Name Description CustomizedStandard Standard file type definition with some properties customized, for example custom FileDialogWildcardExpression FullyCustomized Fully customized file type definition. Standard Standard file type definition - no customization" + "keywords": "Enum FileTypeDefinitionCustomizationLevel Used by the CustomizationLevel property to indicate level of File Type Definition customization. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum FileTypeDefinitionCustomizationLevel Fields Name Description CustomizedStandard Standard file type definition with some properties customized, for example custom FileDialogWildcardExpression FullyCustomized Fully customized file type definition. Standard Standard file type definition - no customization" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.html", "title": "Class FileTypeDefinitionNotFoundException", - "keywords": "Class FileTypeDefinitionNotFoundException Exception thrown by the IFileTypeManager implementation when a required file type definition could not be located. Inheritance object Exception FileTypeSupportException FileTypeDefinitionNotFoundException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object, object) object.ReferenceEquals(object, object) object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class FileTypeDefinitionNotFoundException : FileTypeSupportException, ISerializable, _Exception Remarks The id of the required file type definition can be accessed through the FileTypeDefinitionId property. Constructors FileTypeDefinitionNotFoundException() Default constructor - creates an uninitialized object. Declaration public FileTypeDefinitionNotFoundException() FileTypeDefinitionNotFoundException(SerializationInfo, StreamingContext) Protected constructor used in serialization. Declaration protected FileTypeDefinitionNotFoundException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context FileTypeDefinitionNotFoundException(string, FileTypeDefinitionId) Construct from message and file type definition id. Declaration public FileTypeDefinitionNotFoundException(string message, FileTypeDefinitionId id) Parameters Type Name Description string message FileTypeDefinitionId id FileTypeDefinitionNotFoundException(string, FileTypeDefinitionId, Exception) Construct from inner exception and file type definition id. Declaration public FileTypeDefinitionNotFoundException(string message, FileTypeDefinitionId id, Exception inner) Parameters Type Name Description string message FileTypeDefinitionId id Exception inner Properties FileTypeDefinitionId Id of the file type definition that could not be located Declaration public FileTypeDefinitionId FileTypeDefinitionId { get; set; } Property Value Type Description FileTypeDefinitionId Methods Equals(object) Also compares the file type definition id. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() The hash code includes the file type definition id. Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Implements ISerializable _Exception" + "keywords": "Class FileTypeDefinitionNotFoundException Exception thrown by the IFileTypeManager implementation when a required file type definition could not be located. Inheritance System.Object System.Exception FileTypeSupportException FileTypeDefinitionNotFoundException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class FileTypeDefinitionNotFoundException : FileTypeSupportException, ISerializable, _Exception Remarks The id of the required file type definition can be accessed through the FileTypeDefinitionId property. Constructors FileTypeDefinitionNotFoundException() Default constructor - creates an uninitialized object. Declaration public FileTypeDefinitionNotFoundException() FileTypeDefinitionNotFoundException(SerializationInfo, StreamingContext) Protected constructor used in serialization. Declaration protected FileTypeDefinitionNotFoundException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context FileTypeDefinitionNotFoundException(String, FileTypeDefinitionId) Construct from message and file type definition id. Declaration public FileTypeDefinitionNotFoundException(string message, FileTypeDefinitionId id) Parameters Type Name Description System.String message FileTypeDefinitionId id FileTypeDefinitionNotFoundException(String, FileTypeDefinitionId, Exception) Construct from inner exception and file type definition id. Declaration public FileTypeDefinitionNotFoundException(string message, FileTypeDefinitionId id, Exception inner) Parameters Type Name Description System.String message FileTypeDefinitionId id System.Exception inner Properties FileTypeDefinitionId Id of the file type definition that could not be located Declaration public FileTypeDefinitionId FileTypeDefinitionId { get; set; } Property Value Type Description FileTypeDefinitionId Methods Equals(Object) Also compares the file type definition id. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() The hash code includes the file type definition id. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.html", "title": "Class FileTypeProfile", - "keywords": "Class FileTypeProfile This class is a collection of data that's required to build up an XML chunk for file type information override Inheritance object FileTypeProfile Implements IExtensibleDataObject Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax [DataContract(Namespace = \"http://www.sdl.com/filetypesupport\", Name = \"FileTypeInformation\")] public sealed class FileTypeProfile : IExtensibleDataObject Constructors FileTypeProfile() Declaration public FileTypeProfile() Properties Description Descriptive text for the file type definition. Declaration [DataMember(Name = \"Description\", EmitDefaultValue = false)] public string Description { get; set; } Property Value Type Description string Expression This regular expression is applied to the file name to determine if it matches, when the file is about to be opened. It provides more control than the wildcard name that is used in the open dialog. If this property is null, the FileDialogWildcardExpression is used instead. Declaration public Regex Expression { get; set; } Property Value Type Description Regex ExtensionData ExtensionData stores data not in the contract and allows round tripping between different versions. Declaration public ExtensionDataObject ExtensionData { get; set; } Property Value Type Description ExtensionDataObject FileDialogWildcardExpression The wildcard expression shows up with the file type name in File Open dialogs. This is used both for displaying and for filtering file types in the file dialog. Declaration [DataMember(Name = \"FileDialogWildcardExpression\", EmitDefaultValue = false)] public string FileDialogWildcardExpression { get; set; } Property Value Type Description string FileTypeDefinitionId Unique file type definition identifier. The convention is to use the following format: \"[Document Type] [Document Type Version] v [File Type Definition version]\", where the file type definition version is a four digit version number. Example: \"SDL XLIFF 1.0 v 1.0.0.0\", for version 1.0.0.0 of the file type definition for the SDL XLIFF file format, version 1.0, or \"Microsoft Word 2007 v 1.1.0.0\", and so on. Declaration [DataMember(Name = \"FileTypeDefinitionId\", EmitDefaultValue = false)] public string FileTypeDefinitionId { get; set; } Property Value Type Description string FileTypeDocumentName Friendly name of the type of an individual file of this file type. This is used when referring to a single item, e.g. in a File Save As dialog. Declaration [DataMember(Name = \"FileTypeDocumentName\", EmitDefaultValue = false)] public string FileTypeDocumentName { get; set; } Property Value Type Description string FileTypeDocumentsName Friendly name of a set of files of this file type. This name is used when referring to a collection of files, e.g. in a File Open dialog. Declaration [DataMember(Name = \"FileTypeDocumentsName\", EmitDefaultValue = false)] public string FileTypeDocumentsName { get; set; } Property Value Type Description string FileTypeName Friendly name for the file type, which may be shown to the user. Declaration [DataMember(Name = \"FileTypeName\", EmitDefaultValue = false)] public string FileTypeName { get; set; } Property Value Type Description string IconContent Icon base-64 content. Declaration [DataMember(Name = \"IconContent\", EmitDefaultValue = false)] public string IconContent { get; set; } Property Value Type Description string Remarks If null then the icon from the underlying file type definition would be used. IsStandardCustomization Returns true when FileTypeProfile is used to override Standard File Type Definition rather than creating custom one. Declaration [DataMember(Name = \"IsStandardCustomization\", EmitDefaultValue = false)] public bool IsStandardCustomization { get; set; } Property Value Type Description bool Methods ApplyProfile(IFileTypeDefinition, FileTypeProfile) Applies the profile to the provided file type definition Declaration public static void ApplyProfile(IFileTypeDefinition fileTypeDefinition, FileTypeProfile fileTypeProfile) Parameters Type Name Description IFileTypeDefinition fileTypeDefinition The file type definition to override with the profile. FileTypeProfile fileTypeProfile The profile to use. GetFileTypeProfile(string) Gets the file type profile from the given file type profile xml. Declaration public static FileTypeProfile GetFileTypeProfile(string fileTypeProfileXml) Parameters Type Name Description string fileTypeProfileXml file type profile xml Returns Type Description FileTypeProfile file type profile GetFileTypeProfileXml(FileTypeProfile) Gets the file type profile xml from the given file type profile. Declaration public static string GetFileTypeProfileXml(FileTypeProfile fileTypeProfile) Parameters Type Name Description FileTypeProfile fileTypeProfile file type profile Returns Type Description string file type profile xml Implements IExtensibleDataObject" + "keywords": "Class FileTypeProfile This class is a collection of data that's required to build up an XML chunk for file type information override Inheritance System.Object FileTypeProfile Implements System.Runtime.Serialization.IExtensibleDataObject 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.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public sealed class FileTypeProfile Constructors FileTypeProfile() Declaration public FileTypeProfile() Properties Description Descriptive text for the file type definition. Declaration public string Description { get; set; } Property Value Type Description System.String Expression This regular expression is applied to the file name to determine if it matches, when the file is about to be opened. It provides more control than the wildcard name that is used in the open dialog. If this property is null, the FileDialogWildcardExpression is used instead. Declaration public Regex Expression { get; set; } Property Value Type Description System.Text.RegularExpressions.Regex ExtensionData ExtensionData stores data not in the contract and allows round tripping between different versions. Declaration public ExtensionDataObject ExtensionData { get; set; } Property Value Type Description System.Runtime.Serialization.ExtensionDataObject FileDialogWildcardExpression The wildcard expression shows up with the file type name in File Open dialogs. This is used both for displaying and for filtering file types in the file dialog. Declaration public string FileDialogWildcardExpression { get; set; } Property Value Type Description System.String FileTypeDefinitionId Unique file type definition identifier. The convention is to use the following format: \"[Document Type] [Document Type Version] v [File Type Definition version]\", where the file type definition version is a four digit version number. Example: \"SDL XLIFF 1.0 v 1.0.0.0\", for version 1.0.0.0 of the file type definition for the SDL XLIFF file format, version 1.0, or \"Microsoft Word 2007 v 1.1.0.0\", and so on. Declaration public string FileTypeDefinitionId { get; set; } Property Value Type Description System.String FileTypeDocumentName Friendly name of the type of an individual file of this file type. This is used when referring to a single item, e.g. in a File Save As dialog. Declaration public string FileTypeDocumentName { get; set; } Property Value Type Description System.String FileTypeDocumentsName Friendly name of a set of files of this file type. This name is used when referring to a collection of files, e.g. in a File Open dialog. Declaration public string FileTypeDocumentsName { get; set; } Property Value Type Description System.String FileTypeName Friendly name for the file type, which may be shown to the user. Declaration public string FileTypeName { get; set; } Property Value Type Description System.String IconContent Icon base-64 content. Declaration public string IconContent { get; set; } Property Value Type Description System.String Remarks If null then the icon from the underlying file type definition would be used. IsStandardCustomization Returns true when FileTypeProfile is used to override Standard File Type Definition rather than creating custom one. Declaration public bool IsStandardCustomization { get; set; } Property Value Type Description System.Boolean Methods ApplyProfile(IFileTypeDefinition, FileTypeProfile) Applies the profile to the provided file type definition Declaration public static void ApplyProfile(IFileTypeDefinition fileTypeDefinition, FileTypeProfile fileTypeProfile) Parameters Type Name Description IFileTypeDefinition fileTypeDefinition The file type definition to override with the profile. FileTypeProfile fileTypeProfile The profile to use. GetFileTypeProfile(String) Gets the file type profile from the given file type profile xml. Declaration public static FileTypeProfile GetFileTypeProfile(string fileTypeProfileXml) Parameters Type Name Description System.String fileTypeProfileXml file type profile xml Returns Type Description FileTypeProfile file type profile GetFileTypeProfileXml(FileTypeProfile) Gets the file type profile xml from the given file type profile. Declaration public static string GetFileTypeProfileXml(FileTypeProfile fileTypeProfile) Parameters Type Name Description FileTypeProfile fileTypeProfile file type profile Returns Type Description System.String file type profile xml Implements System.Runtime.Serialization.IExtensibleDataObject" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.html", "title": "Struct GeneratorId", - "keywords": "Struct GeneratorId Type safe wrapper around an id for a native or bilingual document generator Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct GeneratorId Constructors GeneratorId(string) Creates from a string id. Declaration public GeneratorId(string id) Parameters Type Name Description string id Fields Default Id value that can be used to represent the default generator for a file type Declaration public static GeneratorId Default Field Value Type Description GeneratorId Properties Id The id for this preview type as a string Declaration public string Id { get; } Property Value Type Description string Methods Equals(object) Returns true if the objects have the same id value. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides ValueType.Equals(object) GetHashCode() Returns a hash code based on the id value. Declaration public override int GetHashCode() Returns Type Description int Overrides ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description string Overrides ValueType.ToString() Operators operator ==(GeneratorId, GeneratorId) Returns true if the two ids have the same Id value. Declaration public static bool operator ==(GeneratorId first, GeneratorId second) Parameters Type Name Description GeneratorId first GeneratorId second Returns Type Description bool operator !=(GeneratorId, GeneratorId) Returns true if the two ids have different Id values. Declaration public static bool operator !=(GeneratorId first, GeneratorId second) Parameters Type Name Description GeneratorId first GeneratorId second Returns Type Description bool" + "keywords": "Struct GeneratorId Type safe wrapper around an id for a native or bilingual document generator Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct GeneratorId Constructors GeneratorId(String) Creates from a string id. Declaration public GeneratorId(string id) Parameters Type Name Description System.String id Fields Default Id value that can be used to represent the default generator for a file type Declaration public static GeneratorId Default Field Value Type Description GeneratorId Properties Id The id for this preview type as a string Declaration public readonly string Id { get; } Property Value Type Description System.String Methods Equals(Object) Returns true if the objects have the same id value. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.ValueType.Equals(System.Object) GetHashCode() Returns a hash code based on the id value. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description System.String Overrides System.ValueType.ToString() Operators Equality(GeneratorId, GeneratorId) Returns true if the two ids have the same Id value. Declaration public static bool operator ==(GeneratorId first, GeneratorId second) Parameters Type Name Description GeneratorId first GeneratorId second Returns Type Description System.Boolean Inequality(GeneratorId, GeneratorId) Returns true if the two ids have different Id values. Declaration public static bool operator !=(GeneratorId first, GeneratorId second) Parameters Type Name Description GeneratorId first GeneratorId second Returns Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.html", "title": "Namespace Sdl.FileTypeSupport.Framework.IntegrationApi", - "keywords": "Namespace Sdl.FileTypeSupport.Framework.IntegrationApi Classes AbstractFileTypeDefinitionComponent Convenient default implementation of IFileTypeDefinitionAware ; ensures synchronized access to the data member, so that components can be safely marked as singletons in the spring configuration files. AbstractSingleFileRefreshablePreviewController AbstractSourceAndTargetFileRefreshablePreviewController BatchProgressEventArgs Properties of a progress event in a batch process DynamicFilterComponentBuilder ExtendedMessageEventData ExtendedMessageEventData class represents extended message event data within message event arguments. The extended message event data includes the message type property. It is expected that developers will inherit from this class to include further properties specific to the message. For example, segment verifier developers could inherit from ExtendedMessageEventData to include further verification message properties to help describe and display verification messages to the user. FileNotSupportedException Used in OneOrMoreFilesNotSupportedException to convey the details of a single file that was not supported by any installed file type when using one of the GetConverter... overloads in IFileTypeManager . FileTypeComponentBuilderAttribute Apply this attribute to a class implementing Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder. FileTypeComponentBuilderExtensionAttribute Apply this attribute to a class implementing Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder. This should be used for extension ComponentBuilders only FileTypeCreatorAttribute Attribute to mark a class as a FileTypeCreator FileTypeCreatorWizardPage A wizard page data object. Used by the FileType Configuration implementation to hold the data required for the construction of the Wizard page FileTypeDefinitionNotFoundException Exception thrown by the IFileTypeManager implementation when a required file type definition could not be located. FileTypeProfile This class is a collection of data that's required to build up an XML chunk for file type information override IconDescriptor MessageEventArgs Information passed in Message events NoDefaultBilingualFileTypeException Thrown by IFileTypeManager when attempting to create a converter for the default bilingual file type, but when no default bilingual file type has been set. NotBilingualFileTypeException Exception thrown when attempting to set a default bilingual file type to a file type for which IsBilingualDocumentFileType is not set to true . OneOrMoreFilesNotSupportedException Exception thrown by the IFileTypeManager implementation for operations that may involve multiple files if one or more of the files are not supported by any file type definition in the file type manager. PreviewClosedEventArgs Information passed in the PreviewClosed event SegmentReference Serializable reference to a segment that can be used to reference a specific segment in a paragraph and file e.g. when processing content for preview. SegmentSelectedEventArgs Information passed in the SegmentSelected event SubContentProcessorDoesNotExistException This exception is thrown when a subcontent FileTypeDefinition cannot be found during processing TemplateComponentBuilderManager TemplateComponentBuilderManager class represents a template component builder manager. UnknownFileTypeDefinitionException Thrown by the IFileTypeManager implementation when attempting to use a file type definition id that is not part of the file type manager file type definitions. Structs GeneratorId Type safe wrapper around an id for a native or bilingual document generator PreviewApplicationId Type safe wrapper around a preview application type id PreviewControlId Type safe wrapper around a preview control type id PreviewSetId Type safe wrapper around a unique id for a preview set Interfaces IAbstractGenerator Common base interface for native and bilingual document generators IAbstractPreviewApplication Common base interface for managing standalone applications that are used for previews. IAbstractPreviewControl IAbstractPreviewController Common base interface for preview controllers, currently specialized into IAbstractPreviewControl derivatives and IAbstractPreviewApplication derivatives. IAbstractUpdatablePreview Base interface for previews that can be dynamically updated as content in the editor changes. IAdditionalGeneratorsInfo Collection of information on the extra generators that are specified for this file type in addition to the default generator. These generators will be used for tasks such as previewing the file and generating the original document format from older bilingual formats (ITD and TTX). IApplicationPreviewType Interface implemented by preview types that provide a mechanism to launch an external application to view the content. IBilingualDocumentGenerator A set of bilingual content processors together with a bilingual writer that can be used to process the entire content (all files) of a bilingual document. IBilingualProcessorContainer Common base interface for components that hold bilingual content processors IControlPreviewType Interface implemented by preview types that provide controls, which can be shown in the host application for viewing the preview content. IDefaultFileTypeSettingsProvider Interface representing a file type able to pass all its default settings to outside callers. IDefaultQuickTagInfo This interface represents the default QuickTag info available for the file type. IFileExtractor Represents a native parser with native components (or a bilingual parser) and bilingual content processors used when reading native or bilingual file. IFileGenerator Represents a set of bilingual content processors, native content processors, and a native writer, which work together to output native files from bilingual content. IFileTypeComponentBuilder Interface implemented by anything that can create the components that make up a file type. This may be achieved by reading from a configuration file, or by directly instantiating the objects (in an implementation specific to a file type). The SpringFileTypeComponentBuilder implements this interface and uses the spring framework to do this. IFileTypeComponentBuilderAdapter Adapter interface for FileType extensions IFileTypeCreator Object that controls the creation of a new file type from an existing base file type definition. This object will use the IFileTypeConfigurer specified in the configurer property to supply the custom settings for the new file type. IFileTypeDefinition Represents the functionality of a file type definition as a read-only object, which can be used to instantiate the file type support components. The file type definition includes all information on the support for a specific file type. The file type definition uses a IFileTypeComponentBuilder to retrieve the relevant information from persistent storage, e.g. file type definition XML files or database tables. IFileTypeDefinitionAware This interface is implemented by components that are instantiated through a file type definition. The framework sets the FileTypeDefinition property when a component is instantiated using a file type definition. IFileTypeDefinitionConfiguringControl Used by the Configuration Wizard to save the state of a control IFileTypeDefinitionFactory Factory for file type definitions. This is typically accessed from FileTypeDefinitionFactory . IFileTypeInformation Information that a host application may need to 'know' about a file type, such as the localized name of the file type, the wildcard expression (file extensions) for the file dialog, and which settings pages are available. IFileTypeManager This is the main access point for file conversion operations. The file type manager holds a prioritized list of file type definitions. The order of file type definitions is important, as it determines which file types take precedence over others in case multiple file type definitions could be used to process the same file. The most significant file type definition appears first in the list. In implementations, the file type manager is often pre-configured with a set of file type definitions in the host application. However, the list can also be explicitly manipulated by calling AddFileTypeDefinition(IFileTypeDefinition) , InsertFileTypeDefinition(int, IFileTypeDefinition) or RemoveFileTypeDefinition(IFileTypeDefinition) . File type definitions can be instantiated from existing files or resources using the FileTypeDefinitionFactory . Call one of the overloaded GetConverter...() methods to use the file type definitions to automatically detect file types and initialize a IMultiFileConverter to process the content. IFilterFramework1FilterDefinitionFile A public interface for holding a spring .net framework created by a filter framework 1 filter definition file. IGeneratorInfo Information on a generator component that is specified for the file type IInteractivePreviewComponent A control representing the native type of a document with methods to allow scrolling, searching and replacement of text within the native document. IInteractivePreviewComponentFactory Simple class for creating generator classes used for generating and populating native document previews. IMessageLocation Used with messages that link to a document location to provide a mechanism to retrieve the corresponding positions in the bilingual content model. IMultiFileConverter Used for converting and processing content from one or more files as a single bilingual document. INavigablePreview Provides services for navigating in a preview, to highlight a specific segment in the preview, and to generate events when the user selects a segment in the preview. IPreviewSet A group of preview types that has a common name and that can be assigned to a group of source/target/side-by-side preview commands in the user interface. IPreviewSets Collection of preview types for this file type, with accessors to get a specified preview by id and the ability to define a default preview type. IPreviewSetsFactory Interface used for instantiating a set of preview types available for a specific file. IPreviewType Describes a type of preview that is available for a file type through its file type definition. This interface is further specialized into IControlPreviewType and IApplicationPreviewType for previews that can be hosted in controls or launch standalone applications. The preview type is normally defined as part of a IPreviewSet . The preview set determines whether the preview type is used as a source, target, or side-by-side preview in the user interface. IPreviewUpdatedViaRefresh Defines the protocol used for updating real-time previews through a file refresh mechanism, by which the same file gets overwritten and re-loaded in the preview when target content changes in the editor (typically when a segment is confirmed by the user). IPreviewUpdatedViaSegmentFile Implemented by the real-time preview controls and applications that can be updated using a \"segment file protocol\", i.e. via a file in the orignal document format that contains a single segment. IQuickTag This interface represents an individual QuickTag. You can retrieve the markup data for this QuickTag by reading the MarkupDataContent property. IQuickTagContent Template for the document content that the QuickTag represents IQuickTags This interface represents the QuickTags in a file type definition file. IQuickTagsFactory Inteface used to instantiate a set of QuickTags available for a specific file. ISettingsAware This interface should be implemented by components which need to be aware of a particular settings group in order to read their settings from this group (during extraction or generation). ISingleFilePreviewApplication Manages a standalone application that can be used to preview a single (source or target language) file. ISingleFilePreviewControl ISingleFilePreviewController Base interface for preview controllers that take single files as input ISingleFileRefreshablePreview ISourceAndTargetFilePreviewApplication Implementated by components that can manage simultanous previews of source and target language files in standalone applications. ISourceAndTargetFilePreviewControl ISourceAndTargetFilePreviewController Base interface for preview controllers that show both the a source and target language file ISourceAndTargetFileRefreshablePreview ISubContentComponentBuilder Interface which is implemented by sub-content component builders ISubContentExtractor Represents a native parser with native components (or a bilingual parser) and bilingual content processors used when reading native or bilingual file. ISubContentGenerator Represents a set of bilingual content processors, native content processors, and a native writer, which work together to output native files from bilingual content. IVerifierCollection Represents a set of bilingual content verifiers that work together to send non-critical messages to the client application through the verifier plug-ins. Enums FileTypeDefinitionCustomizationLevel Used by the CustomizationLevel property to indicate level of File Type Definition customization. PreviewSetKind Used by the PreviewSetKind property to indicate whether a preview set contains application or control previews. QuickTagDefaultId Command ids used for default QuickTags. Delegates BilingualDocumentOutputPropertiesProvider This delegate is used with IMultiFileConverter to determine the output properties for bilingual document files (e.g. SDL XLIFF). The implementation should set the relevant properties on the outputProperties object, supported by proposedFileInfo as required. BilingualParserFactory Used to allow the component to retrieve a bilingual parser whenever it needs one BilingualVerifiersProvider Delegate that is used to supply bilingual verifiers to the file extractor in order to perform the verification NativeGeneratorProvider Creates and initializes a file generator that can be used to write native content. OutputPropertiesProvider Called by the framework when native output settings for a file need to be determined. The implementation should set the output file name, codepage, etc. of the output properties based on the file conversion info. PreviewControlHandler Delegate type to allow specific implementations of IInteractivePreviewControl to send events in a standardised way" + "keywords": "Namespace Sdl.FileTypeSupport.Framework.IntegrationApi Classes AbstractFileTypeDefinitionComponent Convenient default implementation of IFileTypeDefinitionAware ; ensures synchronized access to the data member, so that components can be safely marked as singletons in the spring configuration files. AbstractSingleFileRefreshablePreviewController AbstractSourceAndTargetFileRefreshablePreviewController BatchProgressEventArgs Properties of a progress event in a batch process DynamicFilterComponentBuilder ExtendedMessageEventData ExtendedMessageEventData class represents extended message event data within message event arguments. The extended message event data includes the message type property. It is expected that developers will inherit from this class to include further properties specific to the message. For example, segment verifier developers could inherit from ExtendedMessageEventData to include further verification message properties to help describe and display verification messages to the user. FileNotSupportedException Used in OneOrMoreFilesNotSupportedException to convey the details of a single file that was not supported by any installed file type when using one of the GetConverter... overloads in IFileTypeManager . FileTypeComponentBuilderAttribute Apply this attribute to a class implementing Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder. FileTypeComponentBuilderExtensionAttribute Apply this attribute to a class implementing Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder. This should be used for extension ComponentBuilders only FileTypeCreatorAttribute Attribute to mark a class as a FileTypeCreator FileTypeCreatorWizardPage A wizard page data object. Used by the FileType Configuration implementation to hold the data required for the construction of the Wizard page FileTypeDefinitionNotFoundException Exception thrown by the IFileTypeManager implementation when a required file type definition could not be located. FileTypeProfile This class is a collection of data that's required to build up an XML chunk for file type information override IconDescriptor MessageEventArgs Information passed in Message events NoDefaultBilingualFileTypeException Thrown by IFileTypeManager when attempting to create a converter for the default bilingual file type, but when no default bilingual file type has been set. NotBilingualFileTypeException Exception thrown when attempting to set a default bilingual file type to a file type for which IsBilingualDocumentFileType is not set to true . OneOrMoreFilesNotSupportedException Exception thrown by the IFileTypeManager implementation for operations that may involve multiple files if one or more of the files are not supported by any file type definition in the file type manager. PreviewClosedEventArgs Information passed in the PreviewClosed event SegmentReference Serializable reference to a segment that can be used to reference a specific segment in a paragraph and file e.g. when processing content for preview. SegmentSelectedEventArgs Information passed in the SegmentSelected event SubContentProcessorDoesNotExistException This exception is thrown when a subcontent FileTypeDefinition cannot be found during processing TemplateComponentBuilderManager TemplateComponentBuilderManager class represents a template component builder manager. UnknownFileTypeDefinitionException Thrown by the IFileTypeManager implementation when attempting to use a file type definition id that is not part of the file type manager file type definitions. Structs GeneratorId Type safe wrapper around an id for a native or bilingual document generator PreviewApplicationId Type safe wrapper around a preview application type id PreviewControlId Type safe wrapper around a preview control type id PreviewSetId Type safe wrapper around a unique id for a preview set Interfaces IAbstractGenerator Common base interface for native and bilingual document generators IAbstractPreviewApplication Common base interface for managing standalone applications that are used for previews. IAbstractPreviewControl IAbstractPreviewController Common base interface for preview controllers, currently specialized into IAbstractPreviewControl derivatives and IAbstractPreviewApplication derivatives. IAbstractUpdatablePreview Base interface for previews that can be dynamically updated as content in the editor changes. IAdditionalGeneratorsInfo Collection of information on the extra generators that are specified for this file type in addition to the default generator. These generators will be used for tasks such as previewing the file and generating the original document format from older bilingual formats (ITD and TTX). IApplicationPreviewType Interface implemented by preview types that provide a mechanism to launch an external application to view the content. IBilingualDocumentGenerator A set of bilingual content processors together with a bilingual writer that can be used to process the entire content (all files) of a bilingual document. IBilingualProcessorContainer Common base interface for components that hold bilingual content processors IControlPreviewType Interface implemented by preview types that provide controls, which can be shown in the host application for viewing the preview content. IDefaultFileTypeSettingsProvider Interface representing a file type able to pass all its default settings to outside callers. IDefaultQuickTagInfo This interface represents the default QuickTag info available for the file type. IFileExtractor Represents a native parser with native components (or a bilingual parser) and bilingual content processors used when reading native or bilingual file. IFileGenerator Represents a set of bilingual content processors, native content processors, and a native writer, which work together to output native files from bilingual content. IFileTypeComponentBuilder Interface implemented by anything that can create the components that make up a file type. This may be achieved by reading from a configuration file, or by directly instantiating the objects (in an implementation specific to a file type). The SpringFileTypeComponentBuilder implements this interface and uses the spring framework to do this. IFileTypeComponentBuilderAdapter Adapter interface for FileType extensions IFileTypeCreator Object that controls the creation of a new file type from an existing base file type definition. This object will use the IFileTypeConfigurer specified in the configurer property to supply the custom settings for the new file type. IFileTypeDefinition Represents the functionality of a file type definition as a read-only object, which can be used to instantiate the file type support components. The file type definition includes all information on the support for a specific file type. The file type definition uses a IFileTypeComponentBuilder to retrieve the relevant information from persistent storage, e.g. file type definition XML files or database tables. IFileTypeDefinitionAware This interface is implemented by components that are instantiated through a file type definition. The framework sets the FileTypeDefinition property when a component is instantiated using a file type definition. IFileTypeDefinitionConfiguringControl Used by the Configuration Wizard to save the state of a control IFileTypeDefinitionFactory Factory for file type definitions. This is typically accessed from FileTypeDefinitionFactory . IFileTypeInformation Information that a host application may need to 'know' about a file type, such as the localized name of the file type, the wildcard expression (file extensions) for the file dialog, and which settings pages are available. IFileTypeManager This is the main access point for file conversion operations. The file type manager holds a prioritized list of file type definitions. The order of file type definitions is important, as it determines which file types take precedence over others in case multiple file type definitions could be used to process the same file. The most significant file type definition appears first in the list. In implementations, the file type manager is often pre-configured with a set of file type definitions in the host application. However, the list can also be explicitly manipulated by calling AddFileTypeDefinition(IFileTypeDefinition) , InsertFileTypeDefinition(Int32, IFileTypeDefinition) or RemoveFileTypeDefinition(IFileTypeDefinition) . File type definitions can be instantiated from existing files or resources using the FileTypeDefinitionFactory . Call one of the overloaded GetConverter...() methods to use the file type definitions to automatically detect file types and initialize a IMultiFileConverter to process the content. IFilterFramework1FilterDefinitionFile A public interface for holding a spring .net framework created by a filter framework 1 filter definition file. IGeneratorInfo Information on a generator component that is specified for the file type IInteractivePreviewComponent A control representing the native type of a document with methods to allow scrolling, searching and replacement of text within the native document. IInteractivePreviewComponentFactory Simple class for creating generator classes used for generating and populating native document previews. IMessageLocation Used with messages that link to a document location to provide a mechanism to retrieve the corresponding positions in the bilingual content model. IMultiFileConverter Used for converting and processing content from one or more files as a single bilingual document. INavigablePreview Provides services for navigating in a preview, to highlight a specific segment in the preview, and to generate events when the user selects a segment in the preview. IPreviewSet A group of preview types that has a common name and that can be assigned to a group of source/target/side-by-side preview commands in the user interface. IPreviewSets Collection of preview types for this file type, with accessors to get a specified preview by id and the ability to define a default preview type. IPreviewSetsFactory Interface used for instantiating a set of preview types available for a specific file. IPreviewType Describes a type of preview that is available for a file type through its file type definition. This interface is further specialized into IControlPreviewType and IApplicationPreviewType for previews that can be hosted in controls or launch standalone applications. The preview type is normally defined as part of a IPreviewSet . The preview set determines whether the preview type is used as a source, target, or side-by-side preview in the user interface. IPreviewUpdatedViaRefresh Defines the protocol used for updating real-time previews through a file refresh mechanism, by which the same file gets overwritten and re-loaded in the preview when target content changes in the editor (typically when a segment is confirmed by the user). IPreviewUpdatedViaSegmentFile Implemented by the real-time preview controls and applications that can be updated using a \"segment file protocol\", i.e. via a file in the orignal document format that contains a single segment. IQuickTag This interface represents an individual QuickTag. You can retrieve the markup data for this QuickTag by reading the MarkupDataContent property. IQuickTagContent Template for the document content that the QuickTag represents IQuickTags This interface represents the QuickTags in a file type definition file. IQuickTagsFactory Inteface used to instantiate a set of QuickTags available for a specific file. ISettingsAware This interface should be implemented by components which need to be aware of a particular settings group in order to read their settings from this group (during extraction or generation). ISingleFilePreviewApplication Manages a standalone application that can be used to preview a single (source or target language) file. ISingleFilePreviewControl ISingleFilePreviewController Base interface for preview controllers that take single files as input ISingleFileRefreshablePreview ISourceAndTargetFilePreviewApplication Implementated by components that can manage simultanous previews of source and target language files in standalone applications. ISourceAndTargetFilePreviewControl ISourceAndTargetFilePreviewController Base interface for preview controllers that show both the a source and target language file ISourceAndTargetFileRefreshablePreview ISubContentComponentBuilder Interface which is implemented by sub-content component builders ISubContentExtractor Represents a native parser with native components (or a bilingual parser) and bilingual content processors used when reading native or bilingual file. ISubContentGenerator Represents a set of bilingual content processors, native content processors, and a native writer, which work together to output native files from bilingual content. IVerifierCollection Represents a set of bilingual content verifiers that work together to send non-critical messages to the client application through the verifier plug-ins. Enums FileTypeDefinitionCustomizationLevel Used by the CustomizationLevel property to indicate level of File Type Definition customization. PreviewSetKind Used by the PreviewSetKind property to indicate whether a preview set contains application or control previews. QuickTagDefaultId Command ids used for default QuickTags. Delegates BilingualDocumentOutputPropertiesProvider This delegate is used with IMultiFileConverter to determine the output properties for bilingual document files (e.g. SDL XLIFF). The implementation should set the relevant properties on the outputProperties object, supported by proposedFileInfo as required. BilingualParserFactory Used to allow the component to retrieve a bilingual parser whenever it needs one BilingualVerifiersProvider Delegate that is used to supply bilingual verifiers to the file extractor in order to perform the verification NativeGeneratorProvider Creates and initializes a file generator that can be used to write native content. OutputPropertiesProvider Called by the framework when native output settings for a file need to be determined. The implementation should set the output file name, codepage, etc. of the output properties based on the file conversion info. PreviewControlHandler Delegate type to allow specific implementations of IInteractivePreviewControl to send events in a standardised way" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractGenerator.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractGenerator.html", "title": "Interface IAbstractGenerator", - "keywords": "Interface IAbstractGenerator Common base interface for native and bilingual document generators Inherited Members IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractGenerator : IFileTypeDefinitionAware" + "keywords": "Interface IAbstractGenerator Common base interface for native and bilingual document generators Inherited Members IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractGenerator : IFileTypeDefinitionAware" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewApplication.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewApplication.html", "title": "Interface IAbstractPreviewApplication", - "keywords": "Interface IAbstractPreviewApplication Common base interface for managing standalone applications that are used for previews. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractPreviewApplication : IAbstractPreviewController Methods Launch() The host application calls this to launch the preview applications. Declaration void Launch() NotifyCanClose() The host application may call this when the external preview is no longer expected to be needed, e.g. when the file that is being worked on is closed or when a new preview is about to be launched. Declaration void NotifyCanClose() Remarks The implementation may attempt to close the application and/or preview file at this point, or it may ignore this call and leave it up to the user to close the application manually. Events PreviewClosed The implementation may raise this event to notify the host application when the standalone application no longer needs to be tracked, e.g. when the file that is being previewed is closed, or when the preview application is closed. Declaration event EventHandler PreviewClosed Event Type Type Description EventHandler PreviewClosedEventArgs Remarks This signals to the host application that temp files, etc. can be cleaned up." + "keywords": "Interface IAbstractPreviewApplication Common base interface for managing standalone applications that are used for previews. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractPreviewApplication : IAbstractPreviewController Methods Launch() The host application calls this to launch the preview applications. Declaration void Launch() NotifyCanClose() The host application may call this when the external preview is no longer expected to be needed, e.g. when the file that is being worked on is closed or when a new preview is about to be launched. Declaration void NotifyCanClose() Remarks The implementation may attempt to close the application and/or preview file at this point, or it may ignore this call and leave it up to the user to close the application manually. Events PreviewClosed The implementation may raise this event to notify the host application when the standalone application no longer needs to be tracked, e.g. when the file that is being previewed is closed, or when the preview application is closed. Declaration event EventHandler PreviewClosed Event Type Type Description System.EventHandler < PreviewClosedEventArgs > Remarks This signals to the host application that temp files, etc. can be cleaned up." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewControl.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewControl.html", "title": "Interface IAbstractPreviewControl", - "keywords": "Interface IAbstractPreviewControl Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractPreviewControl : IAbstractPreviewController Properties Control Declaration Control Control { get; } Property Value Type Description Control Methods Refresh() Declaration void Refresh()" + "keywords": "Interface IAbstractPreviewControl Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractPreviewControl : IAbstractPreviewController Properties Control Declaration Control Control { get; } Property Value Type Description System.Windows.Forms.Control Methods Refresh() Declaration void Refresh()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewController.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewController.html", "title": "Interface IAbstractPreviewController", - "keywords": "Interface IAbstractPreviewController Common base interface for preview controllers, currently specialized into IAbstractPreviewControl derivatives and IAbstractPreviewApplication derivatives. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractPreviewController Remarks Any preview controller implementation may provide additional services by implementing interfaces such as INavigablePreview . Preview controllers may want to use persistent settings, e.g. to use the same user defined display settings every time the preview is shown. If so, the controller should implement Sdl.Core.Settings.ISettingsBundleAware , and use a settings group to store its settings. If the host application supports settings bundles, this interface will be tested for and used. It is recommended (but not required) that preview controllers implement IFileTypeDefinitionAware ." + "keywords": "Interface IAbstractPreviewController Common base interface for preview controllers, currently specialized into IAbstractPreviewControl derivatives and IAbstractPreviewApplication derivatives. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractPreviewController Remarks Any preview controller implementation may provide additional services by implementing interfaces such as INavigablePreview . Preview controllers may want to use persistent settings, e.g. to use the same user defined display settings every time the preview is shown. If so, the controller should implement Sdl.Core.Settings.ISettingsBundleAware , and use a settings group to store its settings. If the host application supports settings bundles, this interface will be tested for and used. It is recommended (but not required) that preview controllers implement IFileTypeDefinitionAware ." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractUpdatablePreview.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractUpdatablePreview.html", "title": "Interface IAbstractUpdatablePreview", - "keywords": "Interface IAbstractUpdatablePreview Base interface for previews that can be dynamically updated as content in the editor changes. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractUpdatablePreview Remarks There are two separate protocols for updating previews: IPreviewUpdatedViaSegmentFile and IPreviewUpdatedViaRefresh , both of which are derived from this base interface." + "keywords": "Interface IAbstractUpdatablePreview Base interface for previews that can be dynamically updated as content in the editor changes. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractUpdatablePreview Remarks There are two separate protocols for updating previews: IPreviewUpdatedViaSegmentFile and IPreviewUpdatedViaRefresh , both of which are derived from this base interface." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAdditionalGeneratorsInfo.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAdditionalGeneratorsInfo.html", "title": "Interface IAdditionalGeneratorsInfo", - "keywords": "Interface IAdditionalGeneratorsInfo Collection of information on the extra generators that are specified for this file type in addition to the default generator. These generators will be used for tasks such as previewing the file and generating the original document format from older bilingual formats (ITD and TTX). Inherited Members IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAdditionalGeneratorsInfo : IFileTypeDefinitionAware Properties Generators The list of information on the additional generators Declaration IList Generators { get; } Property Value Type Description IList IGeneratorInfo" + "keywords": "Interface IAdditionalGeneratorsInfo Collection of information on the extra generators that are specified for this file type in addition to the default generator. These generators will be used for tasks such as previewing the file and generating the original document format from older bilingual formats (ITD and TTX). Inherited Members IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAdditionalGeneratorsInfo : IFileTypeDefinitionAware Properties Generators The list of information on the additional generators Declaration IList Generators { get; } Property Value Type Description System.Collections.Generic.IList < IGeneratorInfo >" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IApplicationPreviewType.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IApplicationPreviewType.html", "title": "Interface IApplicationPreviewType", - "keywords": "Interface IApplicationPreviewType Interface implemented by preview types that provide a mechanism to launch an external application to view the content. Inherited Members IPreviewType.SourceGeneratorId IPreviewType.TargetGeneratorId Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IApplicationPreviewType : IPreviewType Remarks Two types of preview applications can be provided: single file and \"source and target\" (typically side-by-side). The implementation can provide either or both of these. Host applications can check these ids to determine which launch buttons/tabs should be available in the UI for a specific preview type. Properties SingleFilePreviewApplicationId Id for preview application implementation that can be used to launch a preview for a single (source or target language) file. Declaration PreviewApplicationId? SingleFilePreviewApplicationId { get; set; } Property Value Type Description PreviewApplicationId Remarks This id can be passed to BuildPreviewApplication(PreviewApplicationId) to create an instance of the application, which should implement ISingleFilePreviewApplication . SourceAndTargetPreviewApplicationId Id of the preview application implementation, which can be used to launch a preview for both source and target files. Declaration PreviewApplicationId? SourceAndTargetPreviewApplicationId { get; set; } Property Value Type Description PreviewApplicationId Remarks This id can be passed to BuildPreviewApplication(PreviewApplicationId) in order to create an instance of the application, which should implement ISourceAndTargetFilePreviewApplication ." + "keywords": "Interface IApplicationPreviewType Interface implemented by preview types that provide a mechanism to launch an external application to view the content. Inherited Members IPreviewType.SourceGeneratorId IPreviewType.TargetGeneratorId Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IApplicationPreviewType : IPreviewType Remarks Two types of preview applications can be provided: single file and \"source and target\" (typically side-by-side). The implementation can provide either or both of these. Host applications can check these ids to determine which launch buttons/tabs should be available in the UI for a specific preview type. Properties SingleFilePreviewApplicationId Id for preview application implementation that can be used to launch a preview for a single (source or target language) file. Declaration PreviewApplicationId? SingleFilePreviewApplicationId { get; set; } Property Value Type Description System.Nullable < PreviewApplicationId > Remarks This id can be passed to BuildPreviewApplication(PreviewApplicationId) to create an instance of the application, which should implement ISingleFilePreviewApplication . SourceAndTargetPreviewApplicationId Id of the preview application implementation, which can be used to launch a preview for both source and target files. Declaration PreviewApplicationId? SourceAndTargetPreviewApplicationId { get; set; } Property Value Type Description System.Nullable < PreviewApplicationId > Remarks This id can be passed to BuildPreviewApplication(PreviewApplicationId) in order to create an instance of the application, which should implement ISourceAndTargetFilePreviewApplication ." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator.html", "title": "Interface IBilingualDocumentGenerator", - "keywords": "Interface IBilingualDocumentGenerator A set of bilingual content processors together with a bilingual writer that can be used to process the entire content (all files) of a bilingual document. Inherited Members IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.InsertBilingualProcessor(int, IBilingualContentProcessor) IBilingualProcessorContainer.RemoveBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.GetBilingualProcessors() IBilingualProcessorContainer.FileRestriction IBilingualProcessorContainer.ParagraphUnitRestriction IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualDocumentGenerator : IBilingualProcessorContainer, IAbstractGenerator, IFileTypeDefinitionAware Remarks The content is passed to the generator in the form of calls on the Input property implementation. Each call will be further processed in turn by each bilingual content processor, and last by the bilingual writer. Properties AllComponents Called by the framework during component initialization to detect and initialize parser components that implement special interfaces such as ISharedObjectsAware . Declaration IEnumerable AllComponents { get; } Property Value Type Description IEnumerable object All (bilingual) file type components FileTweakers The file tweakers used by the generator, in the order in which they will be invoked. File tweakers should be added using AddFileTweaker(IFilePostTweaker) . Declaration IEnumerable FileTweakers { get; } Property Value Type Description IEnumerable IFilePostTweaker Input All content to be processed by the generator is passed through this interface. Declaration IBilingualContentHandler Input { get; } Property Value Type Description IBilingualContentHandler Writer The bilingual writer that creates the final output. Declaration IBilingualDocumentWriter Writer { get; set; } Property Value Type Description IBilingualDocumentWriter Remarks This property can be null . Methods AddFileTweaker(IFilePostTweaker) Appends a file tweaker that will be used to modify the output file after generating. Declaration void AddFileTweaker(IFilePostTweaker tweaker) Parameters Type Name Description IFilePostTweaker tweaker RemoveFileTweaker(IFilePostTweaker) Removes the tweaker from the generator. Declaration void RemoveFileTweaker(IFilePostTweaker tweakerToRemove) Parameters Type Name Description IFilePostTweaker tweakerToRemove The file tweaker to remove" + "keywords": "Interface IBilingualDocumentGenerator A set of bilingual content processors together with a bilingual writer that can be used to process the entire content (all files) of a bilingual document. Inherited Members IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.InsertBilingualProcessor(Int32, IBilingualContentProcessor) IBilingualProcessorContainer.RemoveBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.GetBilingualProcessors() IBilingualProcessorContainer.FileRestriction IBilingualProcessorContainer.ParagraphUnitRestriction IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualDocumentGenerator : IBilingualProcessorContainer, IAbstractGenerator, IFileTypeDefinitionAware Remarks The content is passed to the generator in the form of calls on the Input property implementation. Each call will be further processed in turn by each bilingual content processor, and last by the bilingual writer. Properties AllComponents Called by the framework during component initialization to detect and initialize parser components that implement special interfaces such as ISharedObjectsAware . Declaration IEnumerable AllComponents { get; } Property Value Type Description System.Collections.Generic.IEnumerable < System.Object > All (bilingual) file type components FileTweakers The file tweakers used by the generator, in the order in which they will be invoked. File tweakers should be added using AddFileTweaker(IFilePostTweaker) . Declaration IEnumerable FileTweakers { get; } Property Value Type Description System.Collections.Generic.IEnumerable < IFilePostTweaker > Input All content to be processed by the generator is passed through this interface. Declaration IBilingualContentHandler Input { get; } Property Value Type Description IBilingualContentHandler Writer The bilingual writer that creates the final output. Declaration IBilingualDocumentWriter Writer { get; set; } Property Value Type Description IBilingualDocumentWriter Remarks This property can be null . Methods AddFileTweaker(IFilePostTweaker) Appends a file tweaker that will be used to modify the output file after generating. Declaration void AddFileTweaker(IFilePostTweaker tweaker) Parameters Type Name Description IFilePostTweaker tweaker RemoveFileTweaker(IFilePostTweaker) Removes the tweaker from the generator. Declaration void RemoveFileTweaker(IFilePostTweaker tweakerToRemove) Parameters Type Name Description IFilePostTweaker tweakerToRemove The file tweaker to remove" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualProcessorContainer.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualProcessorContainer.html", "title": "Interface IBilingualProcessorContainer", - "keywords": "Interface IBilingualProcessorContainer Common base interface for components that hold bilingual content processors Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualProcessorContainer Properties FileRestriction This delegate will be invoked for each file to be processed. If the delegate returns true , the file will be processed as normal, but if it returns false , the file will be skipped. Declaration Predicate FileRestriction { get; set; } Property Value Type Description Predicate IPersistentFileConversionProperties Remarks If the value is null , no file restrictions apply, and all files will be processed. This allows content processing to be restricted to individual files in a multi-file document. ParagraphUnitRestriction If set, this delegate will be invoked for each paragraph unit to be processed. If the delegate returns true , the paragraph unit will be processed as normal. If it returns false , the paragraph unit will be skipped. Declaration Predicate ParagraphUnitRestriction { get; set; } Property Value Type Description Predicate IParagraphUnitProperties Remarks This mechanism is used when verifying an individual part of the document. Methods AddBilingualProcessor(IBilingualContentProcessor) Appends a bilingual content processor to the container. Declaration void AddBilingualProcessor(IBilingualContentProcessor processor) Parameters Type Name Description IBilingualContentProcessor processor Remarks To add a bilingual content handler (rather than a processor), use a Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter . GetBilingualProcessors() The content processors, in the order in which they will be invoked Declaration IEnumerable GetBilingualProcessors() Returns Type Description IEnumerable IBilingualContentProcessor InsertBilingualProcessor(int, IBilingualContentProcessor) Inserts a bilingual processor at a specified position in the container. Any item that is currently occupying that position will - after this operation - appear after the inserted processor. Declaration void InsertBilingualProcessor(int index, IBilingualContentProcessor processor) Parameters Type Name Description int index Must be a value in the range [0 - Count] IBilingualContentProcessor processor Remarks To insert a bilingual content handler (rather than a processor), use a Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter . RemoveBilingualProcessor(IBilingualContentProcessor) Declaration bool RemoveBilingualProcessor(IBilingualContentProcessor processor) Parameters Type Name Description IBilingualContentProcessor processor Returns Type Description bool True if anything was removed from the collection, otherwise false" + "keywords": "Interface IBilingualProcessorContainer Common base interface for components that hold bilingual content processors Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBilingualProcessorContainer Properties FileRestriction This delegate will be invoked for each file to be processed. If the delegate returns true , the file will be processed as normal, but if it returns false , the file will be skipped. Declaration Predicate FileRestriction { get; set; } Property Value Type Description System.Predicate < IPersistentFileConversionProperties > Remarks If the value is null , no file restrictions apply, and all files will be processed. This allows content processing to be restricted to individual files in a multi-file document. ParagraphUnitRestriction If set, this delegate will be invoked for each paragraph unit to be processed. If the delegate returns true , the paragraph unit will be processed as normal. If it returns false , the paragraph unit will be skipped. Declaration Predicate ParagraphUnitRestriction { get; set; } Property Value Type Description System.Predicate < IParagraphUnitProperties > Remarks This mechanism is used when verifying an individual part of the document. Methods AddBilingualProcessor(IBilingualContentProcessor) Appends a bilingual content processor to the container. Declaration void AddBilingualProcessor(IBilingualContentProcessor processor) Parameters Type Name Description IBilingualContentProcessor processor Remarks To add a bilingual content handler (rather than a processor), use a Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter . GetBilingualProcessors() The content processors, in the order in which they will be invoked Declaration IEnumerable GetBilingualProcessors() Returns Type Description System.Collections.Generic.IEnumerable < IBilingualContentProcessor > InsertBilingualProcessor(Int32, IBilingualContentProcessor) Inserts a bilingual processor at a specified position in the container. Any item that is currently occupying that position will - after this operation - appear after the inserted processor. Declaration void InsertBilingualProcessor(int index, IBilingualContentProcessor processor) Parameters Type Name Description System.Int32 index Must be a value in the range [0 - Count] IBilingualContentProcessor processor Remarks To insert a bilingual content handler (rather than a processor), use a Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter . RemoveBilingualProcessor(IBilingualContentProcessor) Declaration bool RemoveBilingualProcessor(IBilingualContentProcessor processor) Parameters Type Name Description IBilingualContentProcessor processor Returns Type Description System.Boolean True if anything was removed from the collection, otherwise false" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.html", "title": "Class IconDescriptor", - "keywords": "Class IconDescriptor Inheritance object IconDescriptor Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class IconDescriptor Constructors IconDescriptor() Declaration public IconDescriptor() IconDescriptor(Icon) Declaration public IconDescriptor(Icon icon) Parameters Type Name Description Icon icon IconDescriptor(string) Declaration public IconDescriptor(string imageLocation) Parameters Type Name Description string imageLocation IconDescriptor(string, string) Declaration public IconDescriptor(string originalLocation, string content) Parameters Type Name Description string originalLocation string content Properties Content Declaration public string Content { get; } Property Value Type Description string IsEmbedded Declaration public bool IsEmbedded { get; } Property Value Type Description bool IsEmpty Declaration public bool IsEmpty { get; } Property Value Type Description bool IsValid Declaration public bool IsValid { get; } Property Value Type Description bool OriginalLocation Declaration public string OriginalLocation { get; } Property Value Type Description string Methods Create(string) Declaration public static IconDescriptor Create(string imageLocation) Parameters Type Name Description string imageLocation Returns Type Description IconDescriptor Create(string, string) Declaration public static IconDescriptor Create(string location, string content) Parameters Type Name Description string location string content Returns Type Description IconDescriptor GetIcon() Declaration public Icon GetIcon() Returns Type Description Icon GetIcon(Size) Declaration public Icon GetIcon(Size size) Parameters Type Name Description Size size Returns Type Description Icon GetImage() Declaration public Image GetImage() Returns Type Description Image GetImage(Size) Declaration public Image GetImage(Size size) Parameters Type Name Description Size size Returns Type Description Image" + "keywords": "Class IconDescriptor Inheritance System.Object IconDescriptor 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.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class IconDescriptor Constructors IconDescriptor() Declaration public IconDescriptor() IconDescriptor(Icon) Declaration public IconDescriptor(Icon icon) Parameters Type Name Description System.Drawing.Icon icon IconDescriptor(String) Declaration public IconDescriptor(string imageLocation) Parameters Type Name Description System.String imageLocation IconDescriptor(String, String) Declaration public IconDescriptor(string originalLocation, string content) Parameters Type Name Description System.String originalLocation System.String content Properties Content Declaration public string Content { get; } Property Value Type Description System.String IsEmbedded Declaration public bool IsEmbedded { get; } Property Value Type Description System.Boolean IsEmpty Declaration public bool IsEmpty { get; } Property Value Type Description System.Boolean IsValid Declaration public bool IsValid { get; } Property Value Type Description System.Boolean OriginalLocation Declaration public string OriginalLocation { get; } Property Value Type Description System.String Methods Create(String) Declaration public static IconDescriptor Create(string imageLocation) Parameters Type Name Description System.String imageLocation Returns Type Description IconDescriptor Create(String, String) Declaration public static IconDescriptor Create(string location, string content) Parameters Type Name Description System.String location System.String content Returns Type Description IconDescriptor GetIcon() Declaration public Icon GetIcon() Returns Type Description System.Drawing.Icon GetIcon(Size) Declaration public Icon GetIcon(Size size) Parameters Type Name Description System.Drawing.Size size Returns Type Description System.Drawing.Icon GetImage() Declaration public Image GetImage() Returns Type Description System.Drawing.Image GetImage(Size) Declaration public Image GetImage(Size size) Parameters Type Name Description System.Drawing.Size size Returns Type Description System.Drawing.Image" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IControlPreviewType.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IControlPreviewType.html", "title": "Interface IControlPreviewType", - "keywords": "Interface IControlPreviewType Interface implemented by preview types that provide controls, which can be shown in the host application for viewing the preview content. Inherited Members IPreviewType.SourceGeneratorId IPreviewType.TargetGeneratorId Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IControlPreviewType : IPreviewType Remarks Two types of controls can be provided: single file and source and target (typically side-by-side). A control preview can provide either or both of these. Host applications can check these preview control ids to determine which preview buttons/tabs should be available in the UI for a specific preview type. Properties SingleFilePreviewControlId Identifier for the preview control used to display a single source or target preview file, or null if no control has been specified for viewing single files in this preview. Declaration PreviewControlId? SingleFilePreviewControlId { get; set; } Property Value Type Description PreviewControlId Remarks This id can be passed to IFileTypeDefinition.BuildPreviewControl in order to create an instance of the preview control, which should implement ISingleFilePreviewControl. SourceAndTargetPreviewControlId Identifier for the preview control used to display source and target preview files side-by-side, or null if side-by-side preview is not supported for this preview type. Declaration PreviewControlId? SourceAndTargetPreviewControlId { get; set; } Property Value Type Description PreviewControlId Remarks This id can be passed to IFileTypeDefinition.BuildPreviewControl in order to create an instance of the preview control, which should implement ISourceAndTargetFilePreviewControl." + "keywords": "Interface IControlPreviewType Interface implemented by preview types that provide controls, which can be shown in the host application for viewing the preview content. Inherited Members IPreviewType.SourceGeneratorId IPreviewType.TargetGeneratorId Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IControlPreviewType : IPreviewType Remarks Two types of controls can be provided: single file and source and target (typically side-by-side). A control preview can provide either or both of these. Host applications can check these preview control ids to determine which preview buttons/tabs should be available in the UI for a specific preview type. Properties SingleFilePreviewControlId Identifier for the preview control used to display a single source or target preview file, or null if no control has been specified for viewing single files in this preview. Declaration PreviewControlId? SingleFilePreviewControlId { get; set; } Property Value Type Description System.Nullable < PreviewControlId > Remarks This id can be passed to in order to create an instance of the preview control, which should implement . SourceAndTargetPreviewControlId Identifier for the preview control used to display source and target preview files side-by-side, or null if side-by-side preview is not supported for this preview type. Declaration PreviewControlId? SourceAndTargetPreviewControlId { get; set; } Property Value Type Description System.Nullable < PreviewControlId > Remarks This id can be passed to in order to create an instance of the preview control, which should implement ." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultFileTypeSettingsProvider.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultFileTypeSettingsProvider.html", "title": "Interface IDefaultFileTypeSettingsProvider", - "keywords": "Interface IDefaultFileTypeSettingsProvider Interface representing a file type able to pass all its default settings to outside callers. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IDefaultFileTypeSettingsProvider Methods PopulateDefaultSettingsBundle(ISettingsBundle, string) Populates a given settings bundle with all the default settings used by the file type. Each setting must be stored with its explicit default value. Declaration void PopulateDefaultSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle The settings bundle to populate with the default values. string fileTypeConfigurationId Id for the settings group that file type specific settings should be stored in." + "keywords": "Interface IDefaultFileTypeSettingsProvider Interface representing a file type able to pass all its default settings to outside callers. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IDefaultFileTypeSettingsProvider Methods PopulateDefaultSettingsBundle(ISettingsBundle, String) Populates a given settings bundle with all the default settings used by the file type. Each setting must be stored with its explicit default value. Declaration void PopulateDefaultSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId) Parameters Type Name Description ISettingsBundle settingsBundle The settings bundle to populate with the default values. System.String fileTypeConfigurationId Id for the settings group that file type specific settings should be stored in." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultQuickTagInfo.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultQuickTagInfo.html", "title": "Interface IDefaultQuickTagInfo", - "keywords": "Interface IDefaultQuickTagInfo This interface represents the default QuickTag info available for the file type. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IDefaultQuickTagInfo Properties CommandID Gets the command id of the default QuickTag. Declaration string CommandID { get; } Property Value Type Description string CommandName Gets the command name of the default QuickTag. Declaration string CommandName { get; } Property Value Type Description string DefaultId The default id of the QuickTag, or Undefined if none. Declaration QuickTagDefaultId DefaultId { get; } Property Value Type Description QuickTagDefaultId Description Gets the description of the default QuickTag. Declaration string Description { get; } Property Value Type Description string Formatting Default formatting for this default QuickTag. Declaration IFormattingGroup Formatting { get; } Property Value Type Description IFormattingGroup ImagePath Gets the path to the image within the resource file. Declaration string ImagePath { get; } Property Value Type Description string ImageResource Gets the resource file in which the image is located. Declaration string ImageResource { get; } Property Value Type Description string" + "keywords": "Interface IDefaultQuickTagInfo This interface represents the default QuickTag info available for the file type. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IDefaultQuickTagInfo Properties CommandID Gets the command id of the default QuickTag. Declaration string CommandID { get; } Property Value Type Description System.String CommandName Gets the command name of the default QuickTag. Declaration string CommandName { get; } Property Value Type Description System.String DefaultId The default id of the QuickTag, or Undefined if none. Declaration QuickTagDefaultId DefaultId { get; } Property Value Type Description QuickTagDefaultId Description Gets the description of the default QuickTag. Declaration string Description { get; } Property Value Type Description System.String Formatting Default formatting for this default QuickTag. Declaration IFormattingGroup Formatting { get; } Property Value Type Description IFormattingGroup ImagePath Gets the path to the image within the resource file. Declaration string ImagePath { get; } Property Value Type Description System.String ImageResource Gets the resource file in which the image is located. Declaration string ImageResource { get; } Property Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileExtractor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileExtractor.html", "title": "Interface IFileExtractor", - "keywords": "Interface IFileExtractor Represents a native parser with native components (or a bilingual parser) and bilingual content processors used when reading native or bilingual file. Inherited Members IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.InsertBilingualProcessor(int, IBilingualContentProcessor) IBilingualProcessorContainer.RemoveBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.GetBilingualProcessors() IBilingualProcessorContainer.FileRestriction IBilingualProcessorContainer.ParagraphUnitRestriction IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileExtractor : IBilingualProcessorContainer, IFileTypeDefinitionAware Remarks The output from the reading operation consists of calls that are generated on the IBilingualContentHandler instance specified by setting the Output property. Properties AllComponents Called by the framework during component initialization to detect and initialize parser components that implement special interfaces such as ISharedObjectsAware . Declaration IEnumerable AllComponents { get; } Property Value Type Description IEnumerable object All native and bilingual file type components BilingualParser Parser for reading a bilingual input file, or null to read native input files. Declaration IBilingualParser BilingualParser { get; set; } Property Value Type Description IBilingualParser Remarks If set, the NativeExtractor and the ToBilingualConverter are not used. DocumentInfo Common document properties communicated to all bilingual file type components Declaration IDocumentProperties DocumentInfo { get; set; } Property Value Type Description IDocumentProperties FileConversionProperties This object will be passed to each of the file type components during initialization. Ensure that this property is configured properly before calling Parse() . File type components may change these properties, e.g. to store dynamic settings. To ensure that such settings are preserved for future conversion operations, these properties should be retrieved after successful parsing, and stored for re-use e.g. by persisting them to the bilingual file format. Declaration IPersistentFileConversionProperties FileConversionProperties { get; set; } Property Value Type Description IPersistentFileConversionProperties FileTweakers The file tweakers that are currently used by the extractor, in the order in which they will be invoked. Declaration IEnumerable FileTweakers { get; } Property Value Type Description IEnumerable IFilePreTweaker An iterator for file tweaker objects Remarks File tweakers can be added or removed using AddFileTweaker(IFilePreTweaker) and RemoveFileTweaker(IFilePreTweaker) . ItemFactory The framework will set this property as part of the initialization. Bilingual components should use this factory to create any items that are inserted in the bilingual content model. Declaration IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory NativeExtractor Used for reading a native input file. Declaration INativeExtractor NativeExtractor { get; set; } Property Value Type Description INativeExtractor Remarks Not used if a BilingualParser has been set. Output This object (if not null) receives calls that represent the output from the file reading process. Declaration IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler SettingsBundle Settings used by processing components in the extractor Declaration ISettingsBundle SettingsBundle { get; set; } Property Value Type Description ISettingsBundle ToBilingualConverter The component used to convert native input to bilingual content Declaration INativeToBilingualConverter ToBilingualConverter { get; set; } Property Value Type Description INativeToBilingualConverter Remarks Not used if a BilingualParser has been set. Methods AddFileTweaker(IFilePreTweaker) Append a file tweaker to modify the input file before parsing. Declaration void AddFileTweaker(IFilePreTweaker tweaker) Parameters Type Name Description IFilePreTweaker tweaker Remarks File tweakers can be removed using RemoveFileTweaker(IFilePreTweaker) . Parse() Reads the entire content of the input file. Declaration void Parse() ParseNext() Reads the next piece of content from the input file. Declaration bool ParseNext() Returns Type Description bool True if there is more content in the file to be processed, false if not. RemoveFileTweaker(IFilePreTweaker) Remove the specified file tweaker from the extractor. Declaration void RemoveFileTweaker(IFilePreTweaker tweakerToRemove) Parameters Type Name Description IFilePreTweaker tweakerToRemove The tweaker to remove Remarks File tweakers can be added using AddFileTweaker(IFilePreTweaker) . Events Message Raised when a message is reported from a file type component. Declaration event EventHandler Message Event Type Type Description EventHandler MessageEventArgs Remarks The file path property does not need to be set in the event args. Progress Fired when progress is reported from the parser. Declaration event EventHandler Progress Event Type Type Description EventHandler ProgressEventArgs" + "keywords": "Interface IFileExtractor Represents a native parser with native components (or a bilingual parser) and bilingual content processors used when reading native or bilingual file. Inherited Members IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.InsertBilingualProcessor(Int32, IBilingualContentProcessor) IBilingualProcessorContainer.RemoveBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.GetBilingualProcessors() IBilingualProcessorContainer.FileRestriction IBilingualProcessorContainer.ParagraphUnitRestriction IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileExtractor : IBilingualProcessorContainer, IFileTypeDefinitionAware Remarks The output from the reading operation consists of calls that are generated on the IBilingualContentHandler instance specified by setting the Output property. Properties AllComponents Called by the framework during component initialization to detect and initialize parser components that implement special interfaces such as ISharedObjectsAware . Declaration IEnumerable AllComponents { get; } Property Value Type Description System.Collections.Generic.IEnumerable < System.Object > All native and bilingual file type components BilingualParser Parser for reading a bilingual input file, or null to read native input files. Declaration IBilingualParser BilingualParser { get; set; } Property Value Type Description IBilingualParser Remarks If set, the NativeExtractor and the ToBilingualConverter are not used. DocumentInfo Common document properties communicated to all bilingual file type components Declaration IDocumentProperties DocumentInfo { get; set; } Property Value Type Description IDocumentProperties FileConversionProperties This object will be passed to each of the file type components during initialization. Ensure that this property is configured properly before calling Parse() . File type components may change these properties, e.g. to store dynamic settings. To ensure that such settings are preserved for future conversion operations, these properties should be retrieved after successful parsing, and stored for re-use e.g. by persisting them to the bilingual file format. Declaration IPersistentFileConversionProperties FileConversionProperties { get; set; } Property Value Type Description IPersistentFileConversionProperties FileTweakers The file tweakers that are currently used by the extractor, in the order in which they will be invoked. Declaration IEnumerable FileTweakers { get; } Property Value Type Description System.Collections.Generic.IEnumerable < IFilePreTweaker > An iterator for file tweaker objects Remarks File tweakers can be added or removed using AddFileTweaker(IFilePreTweaker) and RemoveFileTweaker(IFilePreTweaker) . ItemFactory The framework will set this property as part of the initialization. Bilingual components should use this factory to create any items that are inserted in the bilingual content model. Declaration IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory NativeExtractor Used for reading a native input file. Declaration INativeExtractor NativeExtractor { get; set; } Property Value Type Description INativeExtractor Remarks Not used if a BilingualParser has been set. Output This object (if not null) receives calls that represent the output from the file reading process. Declaration IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler SettingsBundle Settings used by processing components in the extractor Declaration ISettingsBundle SettingsBundle { get; set; } Property Value Type Description ISettingsBundle ToBilingualConverter The component used to convert native input to bilingual content Declaration INativeToBilingualConverter ToBilingualConverter { get; set; } Property Value Type Description INativeToBilingualConverter Remarks Not used if a BilingualParser has been set. Methods AddFileTweaker(IFilePreTweaker) Append a file tweaker to modify the input file before parsing. Declaration void AddFileTweaker(IFilePreTweaker tweaker) Parameters Type Name Description IFilePreTweaker tweaker Remarks File tweakers can be removed using RemoveFileTweaker(IFilePreTweaker) . Parse() Reads the entire content of the input file. Declaration void Parse() ParseNext() Reads the next piece of content from the input file. Declaration bool ParseNext() Returns Type Description System.Boolean True if there is more content in the file to be processed, false if not. RemoveFileTweaker(IFilePreTweaker) Remove the specified file tweaker from the extractor. Declaration void RemoveFileTweaker(IFilePreTweaker tweakerToRemove) Parameters Type Name Description IFilePreTweaker tweakerToRemove The tweaker to remove Remarks File tweakers can be added using AddFileTweaker(IFilePreTweaker) . Events Message Raised when a message is reported from a file type component. Declaration event EventHandler Message Event Type Type Description System.EventHandler < MessageEventArgs > Remarks The file path property does not need to be set in the event args. Progress Fired when progress is reported from the parser. Declaration event EventHandler Progress Event Type Type Description System.EventHandler < ProgressEventArgs >" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileGenerator.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileGenerator.html", "title": "Interface IFileGenerator", - "keywords": "Interface IFileGenerator Represents a set of bilingual content processors, native content processors, and a native writer, which work together to output native files from bilingual content. Inherited Members IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.InsertBilingualProcessor(int, IBilingualContentProcessor) IBilingualProcessorContainer.RemoveBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.GetBilingualProcessors() IBilingualProcessorContainer.FileRestriction IBilingualProcessorContainer.ParagraphUnitRestriction IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileGenerator : IBilingualProcessorContainer, IAbstractGenerator, IFileTypeDefinitionAware Properties AllComponents Called by the framework during component initialization to initialize components that implement special interfaces such as ISharedObjectsAware before processing starts. Declaration IEnumerable AllComponents { get; } Property Value Type Description IEnumerable object All native and bilingual file type components BilingualWriter Writer for a bilingual output format, or null if a native output format is used. Declaration IBilingualWriter BilingualWriter { get; set; } Property Value Type Description IBilingualWriter Remarks This is intended for writers of bilingual formats representing single files (e.g. TTX, ITD, etc.). It is NOT for bilingual document writers (e.g. SDL XLIFF). Those should rather be used with a IBilingualDocumentGenerator . When a bilingual writer is set, the ToNativeConverter and the NativeGenerator are not used. FileTweakers The file tweakers used by the generator, in the order in which they will be invoked. File tweakers should be added using AddFileTweaker(IFilePostTweaker) . Declaration IEnumerable FileTweakers { get; } Property Value Type Description IEnumerable IFilePostTweaker Input All content input to the converter is passed as calls on this interface. Declaration IBilingualContentHandler Input { get; } Property Value Type Description IBilingualContentHandler ItemFactory The framework will set this property as part of the initialization. While building bilingual components this factory should be used to create any items that are inserted in the bilingual content model. Declaration IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory NativeGenerator The components used to output native content to a file in native format in the source or target language. Declaration INativeGenerator NativeGenerator { get; set; } Property Value Type Description INativeGenerator NativeOutputProperties Properties and settings used when writing the native file. If set, these properties are communicated to all file type components that implement the INativeContentCycleAware interface. Declaration INativeOutputFileProperties NativeOutputProperties { get; set; } Property Value Type Description INativeOutputFileProperties NativeVerifiers The native verifiers that are currently used by the generator. Verifiers should be added using AddNativeVerifier(INativeFileVerifier) . Declaration IEnumerable NativeVerifiers { get; } Property Value Type Description IEnumerable INativeFileVerifier ToNativeConverter The component used when converting bilingual content into native source or target content. Declaration IBilingualToNativeConverter ToNativeConverter { get; set; } Property Value Type Description IBilingualToNativeConverter Methods AddFileTweaker(IFilePostTweaker) Appends a file tweaker that will be used to modify the output file after generating. Declaration void AddFileTweaker(IFilePostTweaker tweaker) Parameters Type Name Description IFilePostTweaker tweaker AddNativeVerifier(INativeFileVerifier) Appends a native verifier that will be run on the output file after it has been generated. Declaration void AddNativeVerifier(INativeFileVerifier verifier) Parameters Type Name Description INativeFileVerifier verifier The native verifier to add RemoveFileTweaker(IFilePostTweaker) Removes the tweaker from the generator. Declaration void RemoveFileTweaker(IFilePostTweaker tweakerToRemove) Parameters Type Name Description IFilePostTweaker tweakerToRemove The file tweaker to remove Events Message Raised when a message is reported by a file type component. Declaration event EventHandler Message Event Type Type Description EventHandler MessageEventArgs Remarks The file path property needs not be set in the event args." + "keywords": "Interface IFileGenerator Represents a set of bilingual content processors, native content processors, and a native writer, which work together to output native files from bilingual content. Inherited Members IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.InsertBilingualProcessor(Int32, IBilingualContentProcessor) IBilingualProcessorContainer.RemoveBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.GetBilingualProcessors() IBilingualProcessorContainer.FileRestriction IBilingualProcessorContainer.ParagraphUnitRestriction IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileGenerator : IBilingualProcessorContainer, IAbstractGenerator, IFileTypeDefinitionAware Properties AllComponents Called by the framework during component initialization to initialize components that implement special interfaces such as ISharedObjectsAware before processing starts. Declaration IEnumerable AllComponents { get; } Property Value Type Description System.Collections.Generic.IEnumerable < System.Object > All native and bilingual file type components BilingualWriter Writer for a bilingual output format, or null if a native output format is used. Declaration IBilingualWriter BilingualWriter { get; set; } Property Value Type Description IBilingualWriter Remarks This is intended for writers of bilingual formats representing single files (e.g. TTX, ITD, etc.). It is NOT for bilingual document writers (e.g. SDL XLIFF). Those should rather be used with a IBilingualDocumentGenerator . When a bilingual writer is set, the ToNativeConverter and the NativeGenerator are not used. FileTweakers The file tweakers used by the generator, in the order in which they will be invoked. File tweakers should be added using AddFileTweaker(IFilePostTweaker) . Declaration IEnumerable FileTweakers { get; } Property Value Type Description System.Collections.Generic.IEnumerable < IFilePostTweaker > Input All content input to the converter is passed as calls on this interface. Declaration IBilingualContentHandler Input { get; } Property Value Type Description IBilingualContentHandler ItemFactory The framework will set this property as part of the initialization. While building bilingual components this factory should be used to create any items that are inserted in the bilingual content model. Declaration IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory NativeGenerator The components used to output native content to a file in native format in the source or target language. Declaration INativeGenerator NativeGenerator { get; set; } Property Value Type Description INativeGenerator NativeOutputProperties Properties and settings used when writing the native file. If set, these properties are communicated to all file type components that implement the INativeContentCycleAware interface. Declaration INativeOutputFileProperties NativeOutputProperties { get; set; } Property Value Type Description INativeOutputFileProperties NativeVerifiers The native verifiers that are currently used by the generator. Verifiers should be added using AddNativeVerifier(INativeFileVerifier) . Declaration IEnumerable NativeVerifiers { get; } Property Value Type Description System.Collections.Generic.IEnumerable < INativeFileVerifier > ToNativeConverter The component used when converting bilingual content into native source or target content. Declaration IBilingualToNativeConverter ToNativeConverter { get; set; } Property Value Type Description IBilingualToNativeConverter Methods AddFileTweaker(IFilePostTweaker) Appends a file tweaker that will be used to modify the output file after generating. Declaration void AddFileTweaker(IFilePostTweaker tweaker) Parameters Type Name Description IFilePostTweaker tweaker AddNativeVerifier(INativeFileVerifier) Appends a native verifier that will be run on the output file after it has been generated. Declaration void AddNativeVerifier(INativeFileVerifier verifier) Parameters Type Name Description INativeFileVerifier verifier The native verifier to add RemoveFileTweaker(IFilePostTweaker) Removes the tweaker from the generator. Declaration void RemoveFileTweaker(IFilePostTweaker tweakerToRemove) Parameters Type Name Description IFilePostTweaker tweakerToRemove The file tweaker to remove Events Message Raised when a message is reported by a file type component. Declaration event EventHandler Message Event Type Type Description System.EventHandler < MessageEventArgs > Remarks The file path property needs not be set in the event args." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html", "title": "Interface IFileTypeComponentBuilder", - "keywords": "Interface IFileTypeComponentBuilder Interface implemented by anything that can create the components that make up a file type. This may be achieved by reading from a configuration file, or by directly instantiating the objects (in an implementation specific to a file type). The SpringFileTypeComponentBuilder implements this interface and uses the spring framework to do this. Inherited Members IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeComponentBuilder : IFileTypeDefinitionAware Properties FileTypeManager Current File Type Manager instance which will be set by the framework. Declaration IFileTypeManager FileTypeManager { get; set; } Property Value Type Description IFileTypeManager Methods BuildAbstractGenerator(string) Gets a native or bilingual document generator of the type defined for the specified name. Declaration IAbstractGenerator BuildAbstractGenerator(string name) Parameters Type Name Description string name Returns Type Description IAbstractGenerator BuildAdditionalGeneratorsInfo(string) The the additional generator information for this file type Declaration IAdditionalGeneratorsInfo BuildAdditionalGeneratorsInfo(string name) Parameters Type Name Description string name Returns Type Description IAdditionalGeneratorsInfo BuildBilingualGenerator(string) Gets the bilingual writer components for this component (if any). Declaration IBilingualDocumentGenerator BuildBilingualGenerator(string name) Parameters Type Name Description string name Returns Type Description IBilingualDocumentGenerator null if no bilingual generator is defined BuildFileExtractor(string) Gets the file extractor for this component. Declaration IFileExtractor BuildFileExtractor(string name) Parameters Type Name Description string name Returns Type Description IFileExtractor BuildFileGenerator(string) Gets the file generator for this component. Declaration IFileGenerator BuildFileGenerator(string name) Parameters Type Name Description string name Returns Type Description IFileGenerator Null if no file generator is defined BuildFileSniffer(string) Gets the file sniffer for this component. Declaration INativeFileSniffer BuildFileSniffer(string name) Parameters Type Name Description string name Returns Type Description INativeFileSniffer BuildFileTypeInformation(string) Returns a file type information object. Declaration IFileTypeInformation BuildFileTypeInformation(string name) Parameters Type Name Description string name The IFileTypeDefinition will pass \"\" as the name for this parameter Returns Type Description IFileTypeInformation BuildPreviewApplication(string) Creates a new instance of the preview application with the specified name. Declaration IAbstractPreviewApplication BuildPreviewApplication(string name) Parameters Type Name Description string name Returns Type Description IAbstractPreviewApplication BuildPreviewControl(string) Declaration IAbstractPreviewControl BuildPreviewControl(string name) Parameters Type Name Description string name Returns Type Description IAbstractPreviewControl BuildPreviewSetsFactory(string) Gets the different sets of previews supported for this component. Declaration IPreviewSetsFactory BuildPreviewSetsFactory(string name) Parameters Type Name Description string name Returns Type Description IPreviewSetsFactory BuildQuickTagsFactory(string) Gets the QuickTags object for this component. Declaration IQuickTagsFactory BuildQuickTagsFactory(string name) Parameters Type Name Description string name Returns Type Description IQuickTagsFactory BuildVerifierCollection(string) Gets the verifier list of this component. Declaration IVerifierCollection BuildVerifierCollection(string name) Parameters Type Name Description string name Returns Type Description IVerifierCollection Remarks The verifier list is an optional component for a file type." + "keywords": "Interface IFileTypeComponentBuilder Interface implemented by anything that can create the components that make up a file type. This may be achieved by reading from a configuration file, or by directly instantiating the objects (in an implementation specific to a file type). The SpringFileTypeComponentBuilder implements this interface and uses the spring framework to do this. Inherited Members IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeComponentBuilder : IFileTypeDefinitionAware Properties FileTypeManager Current File Type Manager instance which will be set by the framework. Declaration IFileTypeManager FileTypeManager { get; set; } Property Value Type Description IFileTypeManager Methods BuildAbstractGenerator(String) Gets a native or bilingual document generator of the type defined for the specified name. Declaration IAbstractGenerator BuildAbstractGenerator(string name) Parameters Type Name Description System.String name Returns Type Description IAbstractGenerator BuildAdditionalGeneratorsInfo(String) The the additional generator information for this file type Declaration IAdditionalGeneratorsInfo BuildAdditionalGeneratorsInfo(string name) Parameters Type Name Description System.String name Returns Type Description IAdditionalGeneratorsInfo BuildBilingualGenerator(String) Gets the bilingual writer components for this component (if any). Declaration IBilingualDocumentGenerator BuildBilingualGenerator(string name) Parameters Type Name Description System.String name Returns Type Description IBilingualDocumentGenerator null if no bilingual generator is defined BuildFileExtractor(String) Gets the file extractor for this component. Declaration IFileExtractor BuildFileExtractor(string name) Parameters Type Name Description System.String name Returns Type Description IFileExtractor BuildFileGenerator(String) Gets the file generator for this component. Declaration IFileGenerator BuildFileGenerator(string name) Parameters Type Name Description System.String name Returns Type Description IFileGenerator Null if no file generator is defined BuildFileSniffer(String) Gets the file sniffer for this component. Declaration INativeFileSniffer BuildFileSniffer(string name) Parameters Type Name Description System.String name Returns Type Description INativeFileSniffer BuildFileTypeInformation(String) Returns a file type information object. Declaration IFileTypeInformation BuildFileTypeInformation(string name) Parameters Type Name Description System.String name The IFileTypeDefinition will pass \"\" as the name for this parameter Returns Type Description IFileTypeInformation BuildPreviewApplication(String) Creates a new instance of the preview application with the specified name. Declaration IAbstractPreviewApplication BuildPreviewApplication(string name) Parameters Type Name Description System.String name Returns Type Description IAbstractPreviewApplication BuildPreviewControl(String) Declaration IAbstractPreviewControl BuildPreviewControl(string name) Parameters Type Name Description System.String name Returns Type Description IAbstractPreviewControl BuildPreviewSetsFactory(String) Gets the different sets of previews supported for this component. Declaration IPreviewSetsFactory BuildPreviewSetsFactory(string name) Parameters Type Name Description System.String name Returns Type Description IPreviewSetsFactory BuildQuickTagsFactory(String) Gets the QuickTags object for this component. Declaration IQuickTagsFactory BuildQuickTagsFactory(string name) Parameters Type Name Description System.String name Returns Type Description IQuickTagsFactory BuildVerifierCollection(String) Gets the verifier list of this component. Declaration IVerifierCollection BuildVerifierCollection(string name) Parameters Type Name Description System.String name Returns Type Description IVerifierCollection Remarks The verifier list is an optional component for a file type." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilderAdapter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilderAdapter.html", "title": "Interface IFileTypeComponentBuilderAdapter", - "keywords": "Interface IFileTypeComponentBuilderAdapter Adapter interface for FileType extensions Inherited Members IFileTypeComponentBuilder.BuildFileTypeInformation(string) IFileTypeComponentBuilder.BuildQuickTagsFactory(string) IFileTypeComponentBuilder.BuildFileSniffer(string) IFileTypeComponentBuilder.BuildFileExtractor(string) IFileTypeComponentBuilder.BuildFileGenerator(string) IFileTypeComponentBuilder.BuildAdditionalGeneratorsInfo(string) IFileTypeComponentBuilder.BuildAbstractGenerator(string) IFileTypeComponentBuilder.BuildPreviewSetsFactory(string) IFileTypeComponentBuilder.BuildPreviewControl(string) IFileTypeComponentBuilder.BuildPreviewApplication(string) IFileTypeComponentBuilder.BuildBilingualGenerator(string) IFileTypeComponentBuilder.BuildVerifierCollection(string) IFileTypeComponentBuilder.FileTypeManager IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeComponentBuilderAdapter : IFileTypeComponentBuilder, IFileTypeDefinitionAware Properties Original Original IFileTypeComponentBuider Declaration IFileTypeComponentBuilder Original { get; set; } Property Value Type Description IFileTypeComponentBuilder" + "keywords": "Interface IFileTypeComponentBuilderAdapter Adapter interface for FileType extensions Inherited Members IFileTypeComponentBuilder.BuildFileTypeInformation(String) IFileTypeComponentBuilder.BuildQuickTagsFactory(String) IFileTypeComponentBuilder.BuildFileSniffer(String) IFileTypeComponentBuilder.BuildFileExtractor(String) IFileTypeComponentBuilder.BuildFileGenerator(String) IFileTypeComponentBuilder.BuildAdditionalGeneratorsInfo(String) IFileTypeComponentBuilder.BuildAbstractGenerator(String) IFileTypeComponentBuilder.BuildPreviewSetsFactory(String) IFileTypeComponentBuilder.BuildPreviewControl(String) IFileTypeComponentBuilder.BuildPreviewApplication(String) IFileTypeComponentBuilder.BuildBilingualGenerator(String) IFileTypeComponentBuilder.BuildVerifierCollection(String) IFileTypeComponentBuilder.FileTypeManager IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeComponentBuilderAdapter : IFileTypeComponentBuilder, IFileTypeDefinitionAware Properties Original Original IFileTypeComponentBuider Declaration IFileTypeComponentBuilder Original { get; set; } Property Value Type Description IFileTypeComponentBuilder" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeCreator.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeCreator.html", "title": "Interface IFileTypeCreator", - "keywords": "Interface IFileTypeCreator Object that controls the creation of a new file type from an existing base file type definition. This object will use the IFileTypeConfigurer specified in the configurer property to supply the custom settings for the new file type. Inherited Members IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeCreator : IFileTypeDefinitionAware Properties Description A description of the file type that will be created by the IFileTypeCreator. Suitable for use in a hosting application to describe the new file type in the UI. Declaration LocalizableString Description { get; set; } Property Value Type Description LocalizableString TemplateComponentBuilder Component builder used for creation of this new FileType Declaration IFileTypeComponentBuilder TemplateComponentBuilder { get; } Property Value Type Description IFileTypeComponentBuilder Methods CreateWizardPages(ISettingsBundle) Creates the wizard pages to configure the new file type. Declaration IEnumerable CreateWizardPages(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle settings bundle Returns Type Description IEnumerable FileTypeCreatorWizardPage wizard pages" + "keywords": "Interface IFileTypeCreator Object that controls the creation of a new file type from an existing base file type definition. This object will use the IFileTypeConfigurer specified in the configurer property to supply the custom settings for the new file type. Inherited Members IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeCreator : IFileTypeDefinitionAware Properties Description A description of the file type that will be created by the IFileTypeCreator. Suitable for use in a hosting application to describe the new file type in the UI. Declaration LocalizableString Description { get; set; } Property Value Type Description LocalizableString TemplateComponentBuilder Component builder used for creation of this new FileType Declaration IFileTypeComponentBuilder TemplateComponentBuilder { get; } Property Value Type Description IFileTypeComponentBuilder Methods CreateWizardPages(ISettingsBundle) Creates the wizard pages to configure the new file type. Declaration IEnumerable CreateWizardPages(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle settings bundle Returns Type Description System.Collections.Generic.IEnumerable < FileTypeCreatorWizardPage > wizard pages" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.html", "title": "Interface IFileTypeDefinition", - "keywords": "Interface IFileTypeDefinition Represents the functionality of a file type definition as a read-only object, which can be used to instantiate the file type support components. The file type definition includes all information on the support for a specific file type. The file type definition uses a IFileTypeComponentBuilder to retrieve the relevant information from persistent storage, e.g. file type definition XML files or database tables. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeDefinition Properties ComponentBuilder The factory that is used to instantiate actual components for this file type. Declaration IFileTypeComponentBuilder ComponentBuilder { get; set; } Property Value Type Description IFileTypeComponentBuilder CustomizationLevel Determines if the file type definition is standard, customized standard or has been overridden by a file type profile. Declaration FileTypeDefinitionCustomizationLevel CustomizationLevel { get; set; } Property Value Type Description FileTypeDefinitionCustomizationLevel FileTypeInformation Everything you want to know about the file type this particular file type definition represents. Declaration IFileTypeInformation FileTypeInformation { get; } Property Value Type Description IFileTypeInformation Methods BuildAdditionalGeneratorsInfo() Called to create an instance of the additional generator information specified for this particular file type. Declaration IAdditionalGeneratorsInfo BuildAdditionalGeneratorsInfo() Returns Type Description IAdditionalGeneratorsInfo An additional generators info object BuildBilingualDocumentGenerator() Called by the file type manager to create an instance of the default intermediate bilingual document generator for this particular file type. Declaration IBilingualDocumentGenerator BuildBilingualDocumentGenerator() Returns Type Description IBilingualDocumentGenerator Null if the file type definition does not represent a bilingual file format that can be used as intermediate storage for bilingual documents (e.g. SDL XLIFF), in which case BuildNativeGenerator() should be used instead. Remarks This is only intended for file types that can be used to fully serialize the content of the bilingual object model (e.g. SDL XLIFF). BuildExtractor() Called by the file type manager to instantiate an extractor for the supported file type. Declaration IFileExtractor BuildExtractor() Returns Type Description IFileExtractor Remarks Unlike the file generator, the extractor can be used to parse bilingual documents as well as native files. BuildGenerator(GeneratorId) Called to create an instance of the generator of the specified type. Declaration IAbstractGenerator BuildGenerator(GeneratorId generatorId) Parameters Type Name Description GeneratorId generatorId Must be a generator type defined in the file type definition, or GenertorId.Default , which returns the default native or bilingual document generator for the file type. Returns Type Description IAbstractGenerator A native or bilingual document generator BuildNativeGenerator() Called by the file type manager to create an instance of the default generator for this particular file type. Declaration IFileGenerator BuildNativeGenerator() Returns Type Description IFileGenerator A file generator, or null if the file type only supports bilingual document output, in which case BuildBilingualDocumentGenerator() should be used instead. BuildPreviewApplication(PreviewApplicationId) Instantiate a preview application of the specified type. Declaration IAbstractPreviewApplication BuildPreviewApplication(PreviewApplicationId previewApplicationId) Parameters Type Name Description PreviewApplicationId previewApplicationId Must be a preview application defined in the file type definition. Returns Type Description IAbstractPreviewApplication BuildPreviewControl(PreviewControlId) Declaration IAbstractPreviewControl BuildPreviewControl(PreviewControlId previewControlId) Parameters Type Name Description PreviewControlId previewControlId Returns Type Description IAbstractPreviewControl BuildPreviewSetsFactory() Creates the factory for preview sets available for this file type (if any). Declaration IPreviewSetsFactory BuildPreviewSetsFactory() Returns Type Description IPreviewSetsFactory BuildQuickInsertIdsList() Returns a list of QuickInsertIds which the given file type defines Declaration List BuildQuickInsertIdsList() Returns Type Description List QuickInsertIds BuildQuickTagsFactory() Creates the factory for QuickTags available for this file type (if any). Declaration IQuickTagsFactory BuildQuickTagsFactory() Returns Type Description IQuickTagsFactory BuildSubContentExtractor() Called by the FileExtractor to instantiate a sub-content extractor for the supported file type Declaration ISubContentExtractor BuildSubContentExtractor() Returns Type Description ISubContentExtractor BuildSubContentGenerator() Called by the FileGenerator to instantiate a sub-content generator for the supported file type Declaration ISubContentGenerator BuildSubContentGenerator() Returns Type Description ISubContentGenerator BuildVerifierCollection() Called by the file type manager to instantiate a set of verifiers. Declaration IVerifierCollection BuildVerifierCollection() Returns Type Description IVerifierCollection GetQuickInserts(ISettingsBundle, IFileProperties) Gets a collection of QuickInserts. This consists of any Default QuickInserts plus any custom ones as well... Declaration IQuickTags GetQuickInserts(ISettingsBundle settingsBundle, IFileProperties fileProperties) Parameters Type Name Description ISettingsBundle settingsBundle settingsBundle IFileProperties fileProperties fileProperties Returns Type Description IQuickTags IQuickTags object IsSupportedFilename(string) Called by the file type manager to evaluate whether the file may be of a type supported by this file type definition (based on its file name). Declaration bool IsSupportedFilename(string nativeFilePath) Parameters Type Name Description string nativeFilePath The file to evaluate Returns Type Description bool True if the file name can be supported by this file type Remarks The file type manager calls this method before calling SniffFile(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsBundle) in order to perform a quick filtering to avoid having to sniff files unnecessarily. SniffFile(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsBundle) Called by the file type manager to perform file sniffing in order to determine whether the file can be supported by this file type definition. Declaration SniffInfo SniffFile(string nativeFilePath, Language suggestedSourceLanguage, Codepage suggestedCodepage, INativeTextLocationMessageReporter messageReporter, ISettingsBundle settingsBundle) Parameters Type Name Description string nativeFilePath Language suggestedSourceLanguage Codepage suggestedCodepage INativeTextLocationMessageReporter messageReporter Optional message reporter; if specified, it may be used by the file sniffer to report peculiarities detected in the file ISettingsBundle settingsBundle This settings bundle may be used by the file type Definition implementation to retrieve a settings group, and pass it to the file sniffer through the ISettingsAware implementation. Returns Type Description SniffInfo" + "keywords": "Interface IFileTypeDefinition Represents the functionality of a file type definition as a read-only object, which can be used to instantiate the file type support components. The file type definition includes all information on the support for a specific file type. The file type definition uses a IFileTypeComponentBuilder to retrieve the relevant information from persistent storage, e.g. file type definition XML files or database tables. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeDefinition Properties ComponentBuilder The factory that is used to instantiate actual components for this file type. Declaration IFileTypeComponentBuilder ComponentBuilder { get; set; } Property Value Type Description IFileTypeComponentBuilder CustomizationLevel Determines if the file type definition is standard, customized standard or has been overridden by a file type profile. Declaration FileTypeDefinitionCustomizationLevel CustomizationLevel { get; set; } Property Value Type Description FileTypeDefinitionCustomizationLevel FileTypeInformation Everything you want to know about the file type this particular file type definition represents. Declaration IFileTypeInformation FileTypeInformation { get; } Property Value Type Description IFileTypeInformation Methods BuildAdditionalGeneratorsInfo() Called to create an instance of the additional generator information specified for this particular file type. Declaration IAdditionalGeneratorsInfo BuildAdditionalGeneratorsInfo() Returns Type Description IAdditionalGeneratorsInfo An additional generators info object BuildBilingualDocumentGenerator() Called by the file type manager to create an instance of the default intermediate bilingual document generator for this particular file type. Declaration IBilingualDocumentGenerator BuildBilingualDocumentGenerator() Returns Type Description IBilingualDocumentGenerator Null if the file type definition does not represent a bilingual file format that can be used as intermediate storage for bilingual documents (e.g. SDL XLIFF), in which case BuildNativeGenerator() should be used instead. Remarks This is only intended for file types that can be used to fully serialize the content of the bilingual object model (e.g. SDL XLIFF). BuildExtractor() Called by the file type manager to instantiate an extractor for the supported file type. Declaration IFileExtractor BuildExtractor() Returns Type Description IFileExtractor Remarks Unlike the file generator, the extractor can be used to parse bilingual documents as well as native files. BuildGenerator(GeneratorId) Called to create an instance of the generator of the specified type. Declaration IAbstractGenerator BuildGenerator(GeneratorId generatorId) Parameters Type Name Description GeneratorId generatorId Must be a generator type defined in the file type definition, or GenertorId.Default , which returns the default native or bilingual document generator for the file type. Returns Type Description IAbstractGenerator A native or bilingual document generator BuildNativeGenerator() Called by the file type manager to create an instance of the default generator for this particular file type. Declaration IFileGenerator BuildNativeGenerator() Returns Type Description IFileGenerator A file generator, or null if the file type only supports bilingual document output, in which case BuildBilingualDocumentGenerator() should be used instead. BuildPreviewApplication(PreviewApplicationId) Instantiate a preview application of the specified type. Declaration IAbstractPreviewApplication BuildPreviewApplication(PreviewApplicationId previewApplicationId) Parameters Type Name Description PreviewApplicationId previewApplicationId Must be a preview application defined in the file type definition. Returns Type Description IAbstractPreviewApplication BuildPreviewControl(PreviewControlId) Declaration IAbstractPreviewControl BuildPreviewControl(PreviewControlId previewControlId) Parameters Type Name Description PreviewControlId previewControlId Returns Type Description IAbstractPreviewControl BuildPreviewSetsFactory() Creates the factory for preview sets available for this file type (if any). Declaration IPreviewSetsFactory BuildPreviewSetsFactory() Returns Type Description IPreviewSetsFactory BuildQuickInsertIdsList() Returns a list of QuickInsertIds which the given file type defines Declaration List BuildQuickInsertIdsList() Returns Type Description System.Collections.Generic.List < QuickInsertIds > BuildQuickTagsFactory() Creates the factory for QuickTags available for this file type (if any). Declaration IQuickTagsFactory BuildQuickTagsFactory() Returns Type Description IQuickTagsFactory BuildSubContentExtractor() Called by the FileExtractor to instantiate a sub-content extractor for the supported file type Declaration ISubContentExtractor BuildSubContentExtractor() Returns Type Description ISubContentExtractor BuildSubContentGenerator() Called by the FileGenerator to instantiate a sub-content generator for the supported file type Declaration ISubContentGenerator BuildSubContentGenerator() Returns Type Description ISubContentGenerator BuildVerifierCollection() Called by the file type manager to instantiate a set of verifiers. Declaration IVerifierCollection BuildVerifierCollection() Returns Type Description IVerifierCollection GetQuickInserts(ISettingsBundle, IFileProperties) Gets a collection of QuickInserts. This consists of any Default QuickInserts plus any custom ones as well... Declaration IQuickTags GetQuickInserts(ISettingsBundle settingsBundle, IFileProperties fileProperties) Parameters Type Name Description ISettingsBundle settingsBundle settingsBundle IFileProperties fileProperties fileProperties Returns Type Description IQuickTags IQuickTags object IsSupportedFilename(String) Called by the file type manager to evaluate whether the file may be of a type supported by this file type definition (based on its file name). Declaration bool IsSupportedFilename(string nativeFilePath) Parameters Type Name Description System.String nativeFilePath The file to evaluate Returns Type Description System.Boolean True if the file name can be supported by this file type Remarks The file type manager calls this method before calling SniffFile(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsBundle) in order to perform a quick filtering to avoid having to sniff files unnecessarily. SniffFile(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsBundle) Called by the file type manager to perform file sniffing in order to determine whether the file can be supported by this file type definition. Declaration SniffInfo SniffFile(string nativeFilePath, Language suggestedSourceLanguage, Codepage suggestedCodepage, INativeTextLocationMessageReporter messageReporter, ISettingsBundle settingsBundle) Parameters Type Name Description System.String nativeFilePath Language suggestedSourceLanguage Codepage suggestedCodepage INativeTextLocationMessageReporter messageReporter Optional message reporter; if specified, it may be used by the file sniffer to report peculiarities detected in the file ISettingsBundle settingsBundle This settings bundle may be used by the file type Definition implementation to retrieve a settings group, and pass it to the file sniffer through the ISettingsAware implementation. Returns Type Description SniffInfo" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionAware.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionAware.html", "title": "Interface IFileTypeDefinitionAware", - "keywords": "Interface IFileTypeDefinitionAware This interface is implemented by components that are instantiated through a file type definition. The framework sets the FileTypeDefinition property when a component is instantiated using a file type definition. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeDefinitionAware Remarks API clients can use this interface to determine which file type definition (if any) was used to instantiate a specific component. Properties FileTypeDefinition The framework sets this property for components that are instantiated from a file type definition. Declaration IFileTypeDefinition FileTypeDefinition { get; set; } Property Value Type Description IFileTypeDefinition Remarks This property may be null , e.g. if the component is not instantiated from a file type definition." + "keywords": "Interface IFileTypeDefinitionAware This interface is implemented by components that are instantiated through a file type definition. The framework sets the FileTypeDefinition property when a component is instantiated using a file type definition. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeDefinitionAware Remarks API clients can use this interface to determine which file type definition (if any) was used to instantiate a specific component. Properties FileTypeDefinition The framework sets this property for components that are instantiated from a file type definition. Declaration IFileTypeDefinition FileTypeDefinition { get; set; } Property Value Type Description IFileTypeDefinition Remarks This property may be null , e.g. if the component is not instantiated from a file type definition." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionConfiguringControl.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionConfiguringControl.html", "title": "Interface IFileTypeDefinitionConfiguringControl", - "keywords": "Interface IFileTypeDefinitionConfiguringControl Used by the Configuration Wizard to save the state of a control Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeDefinitionConfiguringControl Properties FileTypeDefintionId Sets the FileTypeDefinitionId for use with underlying settings implementation Declaration FileTypeDefinitionId FileTypeDefintionId { set; } Property Value Type Description FileTypeDefinitionId Methods Save() Saves the control's state to the underlying settings implementation Declaration bool Save() Returns Type Description bool true if successful, false otherwise" + "keywords": "Interface IFileTypeDefinitionConfiguringControl Used by the Configuration Wizard to save the state of a control Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeDefinitionConfiguringControl Properties FileTypeDefintionId Sets the FileTypeDefinitionId for use with underlying settings implementation Declaration FileTypeDefinitionId FileTypeDefintionId { set; } Property Value Type Description FileTypeDefinitionId Methods Save() Saves the control's state to the underlying settings implementation Declaration bool Save() Returns Type Description System.Boolean true if successful, false otherwise" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.html", "title": "Interface IFileTypeDefinitionFactory", - "keywords": "Interface IFileTypeDefinitionFactory Factory for file type definitions. This is typically accessed from FileTypeDefinitionFactory . Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeDefinitionFactory Methods ApplyFileTypeInformation(IFileTypeDefinition, FileTypeProfile) Modify all or parts of the file type information in the file type definition by applying properties defined in the file type profile. Declaration void ApplyFileTypeInformation(IFileTypeDefinition definition, FileTypeProfile fileTypeProfile) Parameters Type Name Description IFileTypeDefinition definition the file type definition to be modified FileTypeProfile fileTypeProfile the file type profile CreateFromFile(string) Create a file type definition from an *.sdlfiletype file, transforming the file content if necessary to support older file type definition files. Declaration IFileTypeDefinition CreateFromFile(string filePath) Parameters Type Name Description string filePath Returns Type Description IFileTypeDefinition Remarks If the file is in an older format, the content will be adopted after it has been read, so that it can be used with this version of the framework (if possible). CreateFromResource(string) Create a file type definition from the specified path or resource, without adapting the content to support older file type definitions. Declaration IFileTypeDefinition CreateFromResource(string path) Parameters Type Name Description string path Returns Type Description IFileTypeDefinition Remarks The path can be any type of path that is supported by the factory implementation. The default factory implementation supports, for example: A file on disk: C:\\My Documents\\MyFileType.sdlfiletype An embedded resource in an assembly: assembly://MyAssembly/ResourceNamespace/ResourceId A URI: http://my.company.com/my-filetype-definition No detection and adaptation of older file type definitions will be attempted when using this factory method." + "keywords": "Interface IFileTypeDefinitionFactory Factory for file type definitions. This is typically accessed from FileTypeDefinitionFactory . Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeDefinitionFactory Methods ApplyFileTypeInformation(IFileTypeDefinition, FileTypeProfile) Modify all or parts of the file type information in the file type definition by applying properties defined in the file type profile. Declaration void ApplyFileTypeInformation(IFileTypeDefinition definition, FileTypeProfile fileTypeProfile) Parameters Type Name Description IFileTypeDefinition definition the file type definition to be modified FileTypeProfile fileTypeProfile the file type profile CreateFromFile(String) Create a file type definition from an *.sdlfiletype file, transforming the file content if necessary to support older file type definition files. Declaration IFileTypeDefinition CreateFromFile(string filePath) Parameters Type Name Description System.String filePath Returns Type Description IFileTypeDefinition Remarks If the file is in an older format, the content will be adopted after it has been read, so that it can be used with this version of the framework (if possible). CreateFromResource(String) Create a file type definition from the specified path or resource, without adapting the content to support older file type definitions. Declaration IFileTypeDefinition CreateFromResource(string path) Parameters Type Name Description System.String path Returns Type Description IFileTypeDefinition Remarks The path can be any type of path that is supported by the factory implementation. The default factory implementation supports, for example: A file on disk: C:\\My Documents\\MyFileType.sdlfiletype An embedded resource in an assembly: assembly://MyAssembly/ResourceNamespace/ResourceId A URI: http://my.company.com/my-filetype-definition No detection and adaptation of older file type definitions will be attempted when using this factory method." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeInformation.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeInformation.html", "title": "Interface IFileTypeInformation", - "keywords": "Interface IFileTypeInformation Information that a host application may need to 'know' about a file type, such as the localized name of the file type, the wildcard expression (file extensions) for the file dialog, and which settings pages are available. Inherited Members IFileTypeDefinitionAware.FileTypeDefinition IMetaDataContainer.MetaDataContainsKey(string) IMetaDataContainer.GetMetaData(string) IMetaDataContainer.SetMetaData(string, string) IMetaDataContainer.RemoveMetaData(string) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeInformation : IFileTypeDefinitionAware, IMetaDataContainer Remarks The file type information can also contain additional metadata, in the form of key/value pairs, which are accessible through the IMetaDataContainer implementation. Properties DefaultFileExtension The default file extension to use in a Save As dialog and automatically append to the file name if it does not match the file dialog wildcard expression. Declaration string DefaultFileExtension { get; set; } Property Value Type Description string Remarks Typically used for intermediate bilingual file formats like SDL XLIFF. The file extension should not contain a leading '.' character. Description Descriptive text for the file type definition. This is stored in a LocalizableString, which contains either a plain text value or an embedded resource identifier. Declaration LocalizableString Description { get; set; } Property Value Type Description LocalizableString Enabled Determines whether the file type is considered as a candidate for processing a file. This allows us to have filters present in the file type manager that won't be used for processing. Declaration bool Enabled { get; set; } Property Value Type Description bool Expression This regular expression is applied to the file name to determine if it matches, when the file is about to be opened. This expression is created from the FileDialogWildcardExpression . Declaration Regex Expression { get; } Property Value Type Description Regex FileDialogWildcardExpression The wildcard expression shows up with the file type name in File Open dialogs. This is used both for displaying and for filtering file types in the file dialog. Declaration string FileDialogWildcardExpression { get; set; } Property Value Type Description string Examples In the following string from the open dialog: Microsoft Word Documents ( .doc; .dot) the FileDialogWildcardExpression would be ' .doc; .dot' FileTypeDefinitionId Unique file type definition identifier. The convention is to use the following format: \"[Document Type] [Document Type Version] v [File Type Definition version]\", where the file type definition version is a four digit version number. Example: \"SDL XLIFF 1.0 v 1.0.0.0\", for version 1.0.0.0 of the file type definition for the SDL XLIFF file format, version 1.0, or \"Microsoft Word 2007 v 1.1.0.0\", and so on. Declaration FileTypeDefinitionId FileTypeDefinitionId { get; set; } Property Value Type Description FileTypeDefinitionId FileTypeDocumentName Friendly name of the type of an individual file of this file type. This is used when referring to a single item, e.g. in a File Save As dialog. Declaration LocalizableString FileTypeDocumentName { get; set; } Property Value Type Description LocalizableString Remarks By convention, this is often the file type name followed by \"Document\" or \"File\". See Also FileTypeName FileTypeDocumentsName FileTypeDocumentsName Friendly name of a set of files of this file type. This name is used when referring to a collection of files, e.g. in a File Open dialog. Declaration LocalizableString FileTypeDocumentsName { get; set; } Property Value Type Description LocalizableString Remarks By convention, this is often the file type name, followed by \"Documents\" or \"Files\". See Also FileTypeName FileTypeDocumentName FileTypeFrameworkVersion The version of the File Type Framework the file type definition was designed for. Declaration Version FileTypeFrameworkVersion { get; set; } Property Value Type Description Version Remarks This is used during a system upgrade to determine how the definition content should be adapted to work with a different version of the framework. FileTypeName Friendly name for the file type, which may be shown to the user. This is the short version of the file type name that is used in settings dialogs, messages etc. There are two additional versions of the file type name, FileTypeDocumentName and FileTypeDocumentsName , which are used to denote individual documents and sets of documents of this file type (e.g. in File Open and Save As dialogs). This is stored in a LocalizableString, which contains either a plain text value or an embedded resource identifier. Declaration LocalizableString FileTypeName { get; set; } Property Value Type Description LocalizableString Remarks The file type name is the core name of the file type; it normally does not end on \"documents\" or \"files\". Hidden Determines whether the file type will be displayed in the UI of the host application. If a file type is hidden, then it would normally also be disabled. Declaration bool Hidden { get; set; } Property Value Type Description bool Icon Declaration IconDescriptor Icon { get; set; } Property Value Type Description IconDescriptor IsBilingualDocumentFileType True for file types that can be used as intermediate bilingual documents to store all information available in the bilingual content model. Declaration bool IsBilingualDocumentFileType { get; set; } Property Value Type Description bool Remarks The first file type definition in the file type manager for which this property is true , becomes the default bilingual file type. An example of a bilingual document file type is SDL XLIFF. Removed Determines whether the file type should be removed from the list of File Types shown by a given host e.g. not used by the host - this is different from enabled, where the File Type might still be shown in the list Declaration bool Removed { get; set; } Property Value Type Description bool SilverlightSettingsPageIds List of IDs for settings UI pages for this file type, implemented in Silverlight. Declaration string[] SilverlightSettingsPageIds { get; set; } Property Value Type Description string Remarks Each settings page is implemented as a Silverlight plug-in. The settings page ID is the ID of the plug-in that implements the settings page. The settings page implementation class must be decorated with the Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute attribute, and the assembly must be built and deployed as a plug-in. WinFormSettingsPageIds List of IDs for settings UI pages for this file type, implemented in Windows Forms. Declaration string[] WinFormSettingsPageIds { get; set; } Property Value Type Description string Remarks Settings pages are implemented in desktop plug-ins. The settings page ID is the ID of the plug-in component that implements the settings page. The settings page implementation class must be decorated with the Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute attribute, and the assembly must be built and deployed as a plug-in." + "keywords": "Interface IFileTypeInformation Information that a host application may need to 'know' about a file type, such as the localized name of the file type, the wildcard expression (file extensions) for the file dialog, and which settings pages are available. Inherited Members IFileTypeDefinitionAware.FileTypeDefinition IMetaDataContainer.MetaDataContainsKey(String) IMetaDataContainer.GetMetaData(String) IMetaDataContainer.SetMetaData(String, String) IMetaDataContainer.RemoveMetaData(String) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeInformation : IFileTypeDefinitionAware, IMetaDataContainer Remarks The file type information can also contain additional metadata, in the form of key/value pairs, which are accessible through the IMetaDataContainer implementation. Properties DefaultFileExtension The default file extension to use in a Save As dialog and automatically append to the file name if it does not match the file dialog wildcard expression. Declaration string DefaultFileExtension { get; set; } Property Value Type Description System.String Remarks Typically used for intermediate bilingual file formats like SDL XLIFF. The file extension should not contain a leading '.' character. Description Descriptive text for the file type definition. This is stored in a LocalizableString, which contains either a plain text value or an embedded resource identifier. Declaration LocalizableString Description { get; set; } Property Value Type Description LocalizableString Enabled Determines whether the file type is considered as a candidate for processing a file. This allows us to have filters present in the file type manager that won't be used for processing. Declaration bool Enabled { get; set; } Property Value Type Description System.Boolean Expression This regular expression is applied to the file name to determine if it matches, when the file is about to be opened. This expression is created from the FileDialogWildcardExpression . Declaration Regex Expression { get; } Property Value Type Description System.Text.RegularExpressions.Regex FileDialogWildcardExpression The wildcard expression shows up with the file type name in File Open dialogs. This is used both for displaying and for filtering file types in the file dialog. Declaration string FileDialogWildcardExpression { get; set; } Property Value Type Description System.String Examples In the following string from the open dialog: Microsoft Word Documents ( .doc; .dot) the FileDialogWildcardExpression would be ' .doc; .dot' FileTypeDefinitionId Unique file type definition identifier. The convention is to use the following format: \"[Document Type] [Document Type Version] v [File Type Definition version]\", where the file type definition version is a four digit version number. Example: \"SDL XLIFF 1.0 v 1.0.0.0\", for version 1.0.0.0 of the file type definition for the SDL XLIFF file format, version 1.0, or \"Microsoft Word 2007 v 1.1.0.0\", and so on. Declaration FileTypeDefinitionId FileTypeDefinitionId { get; set; } Property Value Type Description FileTypeDefinitionId FileTypeDocumentName Friendly name of the type of an individual file of this file type. This is used when referring to a single item, e.g. in a File Save As dialog. Declaration LocalizableString FileTypeDocumentName { get; set; } Property Value Type Description LocalizableString Remarks By convention, this is often the file type name followed by \"Document\" or \"File\". See Also FileTypeName FileTypeDocumentsName FileTypeDocumentsName Friendly name of a set of files of this file type. This name is used when referring to a collection of files, e.g. in a File Open dialog. Declaration LocalizableString FileTypeDocumentsName { get; set; } Property Value Type Description LocalizableString Remarks By convention, this is often the file type name, followed by \"Documents\" or \"Files\". See Also FileTypeName FileTypeDocumentName FileTypeFrameworkVersion The version of the File Type Framework the file type definition was designed for. Declaration Version FileTypeFrameworkVersion { get; set; } Property Value Type Description System.Version Remarks This is used during a system upgrade to determine how the definition content should be adapted to work with a different version of the framework. FileTypeName Friendly name for the file type, which may be shown to the user. This is the short version of the file type name that is used in settings dialogs, messages etc. There are two additional versions of the file type name, FileTypeDocumentName and FileTypeDocumentsName , which are used to denote individual documents and sets of documents of this file type (e.g. in File Open and Save As dialogs). This is stored in a LocalizableString, which contains either a plain text value or an embedded resource identifier. Declaration LocalizableString FileTypeName { get; set; } Property Value Type Description LocalizableString Remarks The file type name is the core name of the file type; it normally does not end on \"documents\" or \"files\". Hidden Determines whether the file type will be displayed in the UI of the host application. If a file type is hidden, then it would normally also be disabled. Declaration bool Hidden { get; set; } Property Value Type Description System.Boolean Icon Declaration IconDescriptor Icon { get; set; } Property Value Type Description IconDescriptor IsBilingualDocumentFileType True for file types that can be used as intermediate bilingual documents to store all information available in the bilingual content model. Declaration bool IsBilingualDocumentFileType { get; set; } Property Value Type Description System.Boolean Remarks The first file type definition in the file type manager for which this property is true , becomes the default bilingual file type. An example of a bilingual document file type is SDL XLIFF. Removed Determines whether the file type should be removed from the list of File Types shown by a given host e.g. not used by the host - this is different from enabled, where the File Type might still be shown in the list Declaration bool Removed { get; set; } Property Value Type Description System.Boolean SilverlightSettingsPageIds List of IDs for settings UI pages for this file type, implemented in Silverlight. Declaration string[] SilverlightSettingsPageIds { get; set; } Property Value Type Description System.String [] Remarks Each settings page is implemented as a Silverlight plug-in. The settings page ID is the ID of the plug-in that implements the settings page. The settings page implementation class must be decorated with the Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute attribute, and the assembly must be built and deployed as a plug-in. WinFormSettingsPageIds List of IDs for settings UI pages for this file type, implemented in Windows Forms. Declaration string[] WinFormSettingsPageIds { get; set; } Property Value Type Description System.String [] Remarks Settings pages are implemented in desktop plug-ins. The settings page ID is the ID of the plug-in component that implements the settings page. The settings page implementation class must be decorated with the Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute attribute, and the assembly must be built and deployed as a plug-in." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html", "title": "Interface IFileTypeManager", - "keywords": "Interface IFileTypeManager This is the main access point for file conversion operations. The file type manager holds a prioritized list of file type definitions. The order of file type definitions is important, as it determines which file types take precedence over others in case multiple file type definitions could be used to process the same file. The most significant file type definition appears first in the list. In implementations, the file type manager is often pre-configured with a set of file type definitions in the host application. However, the list can also be explicitly manipulated by calling AddFileTypeDefinition(IFileTypeDefinition) , InsertFileTypeDefinition(int, IFileTypeDefinition) or RemoveFileTypeDefinition(IFileTypeDefinition) . File type definitions can be instantiated from existing files or resources using the FileTypeDefinitionFactory . Call one of the overloaded GetConverter...() methods to use the file type definitions to automatically detect file types and initialize a IMultiFileConverter to process the content. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeManager Remarks Actual file type manager instances are often provided by the application that hosts the framework, in which case they are often pre-configured from some configuration (e.g. through the spring framework). Properties AutoLoadedFileTypes Gets a list of filetypes which should be auto-loaded by the Host. This is used to indicate new file types in this particular version of the FileTypeManager Declaration List AutoLoadedFileTypes { get; } Property Value Type Description List string ConfigurationVersionInformation Provides information on the version of the configuration information that is used to instantiate the current instance of the IFileTypeManager. This can be used to determine whether the instance is working with the latest version of configuration information that the host application requires. For instance, applications may transfer their file type manager configuration information from one system to another. By checking this property the application can determine the state of the configuration, and perform additional tasks to ensure the configuration is in the format that the application requires (e.g. deploy additional filters that have only been released in the latest version of the application). Declaration string ConfigurationVersionInformation { get; } Property Value Type Description string DefaultBilingualFileTypeDefinition The file type definitions that should be used as the default bilingual file type, or null if none. Declaration IFileTypeDefinition DefaultBilingualFileTypeDefinition { get; set; } Property Value Type Description IFileTypeDefinition Remarks By default, this property returns the first file type definition in the list for which the IsBilingualDocumentFileType is true. The default bilingual file type can be explicitly changed by setting this property to another file type definition in the list that is also a bilingual document file type. Attempting to set this property to a file type definition that is not in the list will yield a FileTypeDefinitionNotFoundException . Attempting to set this property to a file type definition that is not a bilingual document file type will yield a NotBilingualFileTypeException . FileTypeDefinitionFactory Provides access to the implementation used to instantiate file type definitions. Can be used to explicitly create a file type definition that can be added to the manager by calling AddFileTypeDefinition(IFileTypeDefinition) or InsertFileTypeDefinition(int, IFileTypeDefinition) . Declaration IFileTypeDefinitionFactory FileTypeDefinitionFactory { get; } Property Value Type Description IFileTypeDefinitionFactory FileTypeDefinitions The file type definitions that are currently known to this instance of the file type manager. The order of the file type definitions defines their relative priority, with the most significant file type definition appearing first. Declaration IFileTypeDefinition[] FileTypeDefinitions { get; } Property Value Type Description IFileTypeDefinition SettingsBundle The settings bundle containing the settings used by components of the FileTypeManager. This property should be set before any operations requiring the use of settings are invoked (for example, GetConverterToBilingual implementations) or the operation may not work as expected. This property can return null if no settings bundle has been set. Declaration ISettingsBundle SettingsBundle { get; set; } Property Value Type Description ISettingsBundle Methods AddFileTypeDefinition(IFileTypeDefinition) Appends a file type definition to the collection. Declaration void AddFileTypeDefinition(IFileTypeDefinition fileTypeDefinition) Parameters Type Name Description IFileTypeDefinition fileTypeDefinition Remarks The file type definition is added last in the list of known file type definitions. BuildAdditionalGeneratorsInfo(params IGeneratorInfo[]) Helper method to create additional generator information so that it can be used by filter component builders. Declaration IAdditionalGeneratorsInfo BuildAdditionalGeneratorsInfo(params IGeneratorInfo[] generators) Parameters Type Name Description IGeneratorInfo generators Returns Type Description IAdditionalGeneratorsInfo BuildBilingualGenerator(IBilingualDocumentWriter) Helper function to create a bilingual generator for a bilingual document writer, so that it can be used with relevant overloads to GetConverter . Declaration IBilingualDocumentGenerator BuildBilingualGenerator(IBilingualDocumentWriter bilingualWriter) Parameters Type Name Description IBilingualDocumentWriter bilingualWriter a bilingual document writer, capable of serializing the bilingual content model Returns Type Description IBilingualDocumentGenerator a bilingual document generator instance where the bilingual writer is assigned to the Writer property. BuildBilingualGenerator(IFileTypeDefinition) Helper function used by the file type manager implementation and other components that need to instantiate a bilingual generator for a specific file type. Declaration IBilingualDocumentGenerator BuildBilingualGenerator(IFileTypeDefinition filterDefinitionToUse) Parameters Type Name Description IFileTypeDefinition filterDefinitionToUse Returns Type Description IBilingualDocumentGenerator BuildDefaultBilingualGenerator() Helper function that constructs an instance of a generator for the default bilingual file format, if set. Declaration IBilingualDocumentGenerator BuildDefaultBilingualGenerator() Returns Type Description IBilingualDocumentGenerator null if no default bilingual file type has been set See Also DefaultBilingualFileTypeDefinition BuildExtractor(string, CultureInfo, Codepage, INativeTextLocationMessageReporter) Helper function used by the file type manager implementation and other components that need to create components that are normally used through the file converters objects. Determines the best matching file type for the specified file according to the rules described in the documentation of GetConverter(string[], CultureInfo, Codepage, EventHandler) and returns an initialized file extractor that can be used to process the file. Declaration IFileExtractor BuildExtractor(string filePath, CultureInfo cultureInfo, Codepage suggestedCodepage, INativeTextLocationMessageReporter messageReporter) Parameters Type Name Description string filePath CultureInfo cultureInfo Source CultureInfo of the file Codepage suggestedCodepage Suggested codepage of the file INativeTextLocationMessageReporter messageReporter (Optional) message reporter implementation that will be passed to file sniffers Returns Type Description IFileExtractor Exceptions Type Condition FileNotSupportedException Thrown if none of the file type definitions can be used to process the file BuildExtractorNoSniffing(string, string, CultureInfo, Codepage, INativeTextLocationMessageReporter) Builds a FileExtractor without sniffing - the FileType to use is defined by the fileTypeDefinitionId Declaration IFileExtractor BuildExtractorNoSniffing(string fileTypeDefinitionId, string filePath, CultureInfo suggestedSourceLanguage, Codepage suggestedCodepage, INativeTextLocationMessageReporter messageReporter) Parameters Type Name Description string fileTypeDefinitionId string filePath CultureInfo suggestedSourceLanguage Codepage suggestedCodepage INativeTextLocationMessageReporter messageReporter Returns Type Description IFileExtractor BuildFileExtractor(IBilingualParser, IFileTypeComponentBuilder) Helper method to create a file extractor so that it can be used by filter component builders. Declaration IFileExtractor BuildFileExtractor(IBilingualParser fileReader, IFileTypeComponentBuilder componentBuilder) Parameters Type Name Description IBilingualParser fileReader IFileTypeComponentBuilder componentBuilder Returns Type Description IFileExtractor BuildFileExtractor(INativeExtractor, IFileTypeComponentBuilder) Helper method to create a file extractor so that it can be used by filter component builders. Declaration IFileExtractor BuildFileExtractor(INativeExtractor fileReader, IFileTypeComponentBuilder componentBuilder) Parameters Type Name Description INativeExtractor fileReader IFileTypeComponentBuilder componentBuilder Returns Type Description IFileExtractor BuildFileGenerator(IBilingualWriter) Helper method to create a file generator so that it can be used by filter component builders. Declaration IFileGenerator BuildFileGenerator(IBilingualWriter bilingualWriter) Parameters Type Name Description IBilingualWriter bilingualWriter Returns Type Description IFileGenerator BuildFileGenerator(INativeGenerator) Helper method to create a file generator so that it can be used by filter component builders. Declaration IFileGenerator BuildFileGenerator(INativeGenerator nativeGenerator) Parameters Type Name Description INativeGenerator nativeGenerator Returns Type Description IFileGenerator BuildFileTypeInformation() Helper method to create file type information so that it can be used by filter component builders. Declaration IFileTypeInformation BuildFileTypeInformation() Returns Type Description IFileTypeInformation BuildGeneratorInfo() Helper method to create generator information so that it can be used by filter component builders. Declaration IGeneratorInfo BuildGeneratorInfo() Returns Type Description IGeneratorInfo BuildNativeExtractor(INativeFileParser) Helper method to create a native extractor so that it can be used by filter component builders. Declaration INativeExtractor BuildNativeExtractor(INativeFileParser nativeFileParser) Parameters Type Name Description INativeFileParser nativeFileParser Returns Type Description INativeExtractor BuildNativeGenerator(INativeFileWriter) Helper method to create a native generator so that it can be used by filter component builders. Declaration INativeGenerator BuildNativeGenerator(INativeFileWriter nativeFileWriter) Parameters Type Name Description INativeFileWriter nativeFileWriter Returns Type Description INativeGenerator BuildNativeGenerator(IPersistentFileConversionProperties) Helper function used by the file type manager implementation and other components that need to create a file generator component from a specific file type definition. Creates and initializes a file generator that can be used to write native output files. Declaration IFileGenerator BuildNativeGenerator(IPersistentFileConversionProperties fileConversionProperties) Parameters Type Name Description IPersistentFileConversionProperties fileConversionProperties Properties with information on the file being generated, including the id of the file type definition used to convert the original native file. This can either be the persistent file properties that were created when reading the original native file, or they can be retrieved from the bilingual parser. Returns Type Description IFileGenerator A file generator object that can be used to create a single native file. Remarks This method may be used as a NativeGeneratorProvider delegate in the IMultiFileConverter . The following example shows how to use this method with a multi file converter: void SetNativeGeneratorProvider(IFileTypeManager manager, IMultiFileConverter converter) { converter.NativeGeneratorProvider = new NativeGeneratorProvider(manager.BuildFileGenerator); } Exceptions Type Condition FileTypeDefinitionNotFoundException thrown if the specified file type definition ID is not one of the file type definitions in the file type manager BuildNativeGeneratorWithVerifiers(IPersistentFileConversionProperties) This is an alternative implementation of the BuildNativeGenerator(IPersistentFileConversionProperties) method, which creates a generator with objects that will perform native verification of the generated file. Declaration IFileGenerator BuildNativeGeneratorWithVerifiers(IPersistentFileConversionProperties fileConversionProperties) Parameters Type Name Description IPersistentFileConversionProperties fileConversionProperties Returns Type Description IFileGenerator BuildNativeSubContentExtractor(INativeFileParser) Helper method to create a native sub-content extractor so that it can be used by filter component builders. Declaration INativeSubContentExtractor BuildNativeSubContentExtractor(INativeFileParser nativeFileParser) Parameters Type Name Description INativeFileParser nativeFileParser Returns Type Description INativeSubContentExtractor BuildNativeSubContentGenerator(INativeFileWriter) Helper method to create a native sub content generator so that it can be used by filter component builders. Declaration INativeSubContentGenerator BuildNativeSubContentGenerator(INativeFileWriter nativeFileWriter) Parameters Type Name Description INativeFileWriter nativeFileWriter Returns Type Description INativeSubContentGenerator BuildPreviewSetsFactory() Helper method to create a preview sets factory so that it can be used by filter compnent builders. Declaration IPreviewSetsFactory BuildPreviewSetsFactory() Returns Type Description IPreviewSetsFactory BuildQuickTagsFactory() Helper method to create a QuickTags factory so that it can be used by filter component builders. Declaration IQuickTagsFactory BuildQuickTagsFactory() Returns Type Description IQuickTagsFactory BuildSubContentExtractor(IBilingualParser, IFileTypeComponentBuilder) Helper method to create a sub-content extractor so that it can be used by filter component builders. Declaration ISubContentExtractor BuildSubContentExtractor(IBilingualParser fileReader, IFileTypeComponentBuilder componentBuilder) Parameters Type Name Description IBilingualParser fileReader IFileTypeComponentBuilder componentBuilder Returns Type Description ISubContentExtractor BuildSubContentExtractor(INativeSubContentExtractor, IFileTypeComponentBuilder) Helper method to create a sub-content file extractor so that it can be used by filter component builders. Declaration ISubContentExtractor BuildSubContentExtractor(INativeSubContentExtractor subContentReader, IFileTypeComponentBuilder componentBuilder) Parameters Type Name Description INativeSubContentExtractor subContentReader IFileTypeComponentBuilder componentBuilder Returns Type Description ISubContentExtractor BuildSubContentGenerator(IBilingualWriter) Helper method to create a sub content generator so that it can be used by filter component builders. Declaration ISubContentGenerator BuildSubContentGenerator(IBilingualWriter bilingualWriter) Parameters Type Name Description IBilingualWriter bilingualWriter Returns Type Description ISubContentGenerator BuildSubContentGenerator(INativeSubContentGenerator) Helper method to create a sub content generator so that it can be used by filter component builders. Declaration ISubContentGenerator BuildSubContentGenerator(INativeSubContentGenerator nativeSubContentGenerator) Parameters Type Name Description INativeSubContentGenerator nativeSubContentGenerator Returns Type Description ISubContentGenerator BuildVerifierCollection() Helper method to create a verifier collection so that it can be used by filter component builders. Declaration IVerifierCollection BuildVerifierCollection() Returns Type Description IVerifierCollection ClearFileTypeDefinitions() Removes all file type definitions from the collection. Declaration void ClearFileTypeDefinitions() CreateFileTypeDefinition(IFileTypeComponentBuilder, FileTypeProfile) Creates a file type definition based on component builder and overrides the FileTypeInformation with the supplied profile override. Declaration IFileTypeDefinition CreateFileTypeDefinition(IFileTypeComponentBuilder componentBuilder, FileTypeProfile profileOverride) Parameters Type Name Description IFileTypeComponentBuilder componentBuilder The component builder used to initialize the FileTypeDefinition FileTypeProfile profileOverride profile used to override the FileTypeInformation Returns Type Description IFileTypeDefinition The created IFileTypeDefinitionInstance CreateFileTypeDefinition(string) Creates a file type definition based on the filter definition ID of component builder which should be used to create this filter. Declaration IFileTypeDefinition CreateFileTypeDefinition(string fileTypeDefinitionId) Parameters Type Name Description string fileTypeDefinitionId ID of component builder which should be used to create this filter Returns Type Description IFileTypeDefinition The created IFileTypeDefinitionInstance CreateFileTypeDefinition(string, FileTypeProfile) Creates a file type definition based on the Id and a profile override. The FilterManager must discover the actual component builder associated with this definition and create a new definition based on it. If a profileOverride has been supplied, then this should override the FileTypeInformation for that definition. Declaration IFileTypeDefinition CreateFileTypeDefinition(string fileTypeDefinitionId, FileTypeProfile profileOverride) Parameters Type Name Description string fileTypeDefinitionId ID of component builder which should be used to create this filter FileTypeProfile profileOverride profile used to override the FileTypeInformation Returns Type Description IFileTypeDefinition The created IFileTypeDefinitionInstance FindFileTypeDefinition(FileTypeDefinitionId) Locates a file type definition from the collection using ids. Declaration IFileTypeDefinition FindFileTypeDefinition(FileTypeDefinitionId id) Parameters Type Name Description FileTypeDefinitionId id Returns Type Description IFileTypeDefinition The corresponding file type definition, or null if none GetAllMatchingFileTypeDefinitions(string, Language, Codepage, EventHandler) Returns the file type definitions that can operate on the specified file. Each file type definition is evaluated in order to determine if it can process the file, which may involve invoking the corresponding file sniffer. Only file type definitions that are enabled and not hidden are evaluated. Declaration IEnumerable> GetAllMatchingFileTypeDefinitions(string nativeFilePath, Language suggestedSourceLanguage, Codepage suggestedCodepage, EventHandler messageHandler) Parameters Type Name Description string nativeFilePath The path to the file which is 'sniffed' in order to determine applicable file type definitions. Language suggestedSourceLanguage Codepage suggestedCodepage EventHandler MessageEventArgs messageHandler Optional handler for messages reported by any file sniffers invoked in the process. You may pass null for this parameter. Returns Type Description IEnumerable Pair IFileTypeDefinition SniffInfo File type definitions that can operate on the file specified, and the information from their file sniffers Remarks If more than one file type definition is returned, the order corresponds to the order in which the definitions appear in the manager. If all file types are enabled, the first file type definition returned is the one that is used if calling one of the GetConverter overloads. Any messages generated during file sniffing are reported to the optional messageHandler . GetAllMatchingFileTypeDefinitions(string, EventHandler) Returns the file type definitions that can operate on the specified file. Each file type definition is evaluated in order to determine if it can process the file, which may involve invoking the corresponding file sniffer. Only file type definitions that are enabled and not hidden are evaluated. Declaration IEnumerable> GetAllMatchingFileTypeDefinitions(string nativeFilePath, EventHandler messageHandler) Parameters Type Name Description string nativeFilePath The path to the file which is 'sniffed' in order to determine applicable file type definitions. EventHandler MessageEventArgs messageHandler Optional handler for messages reported by any file sniffers invoked in the process. You may pass null for this parameter. Returns Type Description IEnumerable Pair IFileTypeDefinition SniffInfo File type definitions that can operate on the file specified, and the information from their file sniffers Remarks If more than one file type definition is returned, the order corresponds to the order in which the definitions appear in the manager. If all file types are enabled, the first file type definition returned is the one that is used if calling one of the GetConverter overloads. Any messages generated during file sniffing are reported to the optional messageHandler . GetBestMatchingFileTypeDefinition(string, Language, Codepage, EventHandler) Returns the first file type definition that can operate on the specified file. Declaration Pair GetBestMatchingFileTypeDefinition(string nativeFilePath, Language suggestedSourceLanguage, Codepage suggestedCodepage, EventHandler messageHandler) Parameters Type Name Description string nativeFilePath Language suggestedSourceLanguage Codepage suggestedCodepage EventHandler MessageEventArgs messageHandler Returns Type Description Pair IFileTypeDefinition SniffInfo GetBestMatchingFileTypeDefinition(string, EventHandler) Returns the first file type definition that can operate on the specified file. Declaration Pair GetBestMatchingFileTypeDefinition(string nativeFilePath, EventHandler messageHandler) Parameters Type Name Description string nativeFilePath EventHandler MessageEventArgs messageHandler Returns Type Description Pair IFileTypeDefinition SniffInfo GetConverter(IBilingualParser) Creates and initializes a file converter to use a specific bilingual parser, and not output to anything in particular. Declaration IMultiFileConverter GetConverter(IBilingualParser bilingualParser) Parameters Type Name Description IBilingualParser bilingualParser Returns Type Description IMultiFileConverter GetConverter(string, EventHandler) Creates and initializes a file converter that can be used to read a single bilingual file, without outputting content to anything in particular. Declaration IMultiFileConverter GetConverter(string bilingualInputFilePath, EventHandler messageHandler) Parameters Type Name Description string bilingualInputFilePath Name of the bilingual file to read EventHandler MessageEventArgs messageHandler An (optional) message handler implementation that will receive any messages reported from file sniffers invoked in the process. If a converter is returned, this message handler will also have been connected to the Message event on the converter. You may specify null for this parameter. Returns Type Description IMultiFileConverter GetConverter(string, string, CultureInfo, Codepage, EventHandler) Creates and initializes a file converter in order to create a bilingual file. The native fileType used for parsing is defined by the fileTypeDefinitionId - no sniffing is done Declaration IMultiFileConverter GetConverter(string fileTypeDefinitionId, string filePath, CultureInfo sourceLanguage, Codepage suggestedCodepage, EventHandler messageHandler) Parameters Type Name Description string fileTypeDefinitionId string filePath CultureInfo sourceLanguage Codepage suggestedCodepage EventHandler MessageEventArgs messageHandler Returns Type Description IMultiFileConverter GetConverter(string[], CultureInfo, Codepage, EventHandler) Creates and initializes a file converter for reading native files, without passing the output to anything. Declaration IMultiFileConverter GetConverter(string[] nativeFilePaths, CultureInfo sourceLanguage, Codepage suggestedCodepage, EventHandler messageHandler) Parameters Type Name Description string nativeFilePaths The native files to be converted CultureInfo sourceLanguage Expected source language of the files. The same source (and target) language must be used for all the files processed with a single converter instance. If the language can be determined automatically from the content of the file (e.g. when reading a bilingual format such as TTX), this parameter may be ignored by the parser. If this parameter is left undefined, it is up to the file sniffer and/or parser to try to determine the language. Parser components may report an error or a warning if they cannot reliably identify the language. Codepage suggestedCodepage A rough guess of what encoding the files use. This is normally set to the default codepage for the language, but can also be null . This serves only as a hint. A file sniffer can be used to determine the actual encoding for each file. An undefined codepage object can be used if no encoding can be guessed. It is then up to the file sniffer and/or parser to best determine the encoding and report an error if they fail or a warning if the result is not definite. EventHandler MessageEventArgs messageHandler An (optional) message handler implementation that will receive any messages reported from file sniffers invoked in the process. If a converter is returned, this message handler will also be connected to the Message event on the converter. You may specify null for this parameter. Returns Type Description IMultiFileConverter A file converter object initialized to read the files, based on information from the best matching file type definitions. Exceptions Type Condition OneOrMoreFilesNotSupportedException Thrown if there are files for which no file type definition in the file type manager can be used. GetConverterToBilingual(IBilingualParser, IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider) Creates and initializes a file converter for an existing bilingual parser and writer. Declaration IMultiFileConverter GetConverterToBilingual(IBilingualParser bilingualParser, IBilingualDocumentGenerator writer, BilingualDocumentOutputPropertiesProvider outputSettingsProvider) Parameters Type Name Description IBilingualParser bilingualParser Bilingual parser to be used for input with the converter IBilingualDocumentGenerator writer Bilingual writer to use as output with the converter BilingualDocumentOutputPropertiesProvider outputSettingsProvider Implementation of the output settings provider for bilingual document files. Will be passed to the multi-file converter and used for writing bilingual document files. If the bilingual document generator does not have a bilingual document file writer, you can pass null for this parameter. Returns Type Description IMultiFileConverter A file converter object initialized to read content using the specified parser and output to the specified writer. To use the file converter, add your own bilingual processors to the converter, and call Parse() or ParseNext() to process the content. GetConverterToBilingual(string, IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, EventHandler) Creates and initializes a file converter for a single file, typically of the default bilingual file type. The specified bilingual document generator will be used for output. The file type definitions are tested in order, and the first file type definition that matches the input file is used. The following steps are used to determine if a file type definition matches the file: The regular expression is evaluated against the name of the file to be converted. If it does not match, the file type definition is not used. If a file sniffer is defined for the file type definition, it gets applied to the file. If the file sniffer does not indicate that the file is supported, the file type definition is not used. If no matching file type definition is found, a OneOrMoreFilesNotSupportedException is thrown. Declaration IMultiFileConverter GetConverterToBilingual(string bilingualInputFilePath, IBilingualDocumentGenerator writer, BilingualDocumentOutputPropertiesProvider outputSettingsProvider, EventHandler messageHandler) Parameters Type Name Description string bilingualInputFilePath The file to be converted. The language and code page of this file is expected to be automatically detected by the file sniffer, no external hints should be necessary. IBilingualDocumentGenerator writer Bilingual writer to use as output with the converter BilingualDocumentOutputPropertiesProvider outputSettingsProvider Implementation of the output settings provider for bilingual document files. Will be passed to the multi-file converter and used for writing bilingual document files. If the bilingual document generator does not have a bilingual document file writer, you can pass null for this parameter. EventHandler MessageEventArgs messageHandler An (optional) message handler implementation that will receive any messages reported from file sniffers invoked in the process. If a converter is returned, this message handler will also be connected to the Message event on the converter. You may specify null for this parameter. Returns Type Description IMultiFileConverter A file converter object initialized to read the file, based on information from the best matching file type definition. To use the file converter, add your own bilingual processors to the converter, and call Parse() or ParseNext() to process the file. Exceptions Type Condition OneOrMoreFilesNotSupportedException Thrown if no file type definition in the file type manager can be used. GetConverterToBilingual(string[], IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, CultureInfo, Codepage, EventHandler) Creates and initializes a file converter using the filters that best match a set of native files. The file converter can then be used to process all of the files as one document. The specified bilingual writer will be used for output. The file type definitions are tested in sequence, and the first file type definition that matches a file is used for each file. The following steps are used to determine if a file type definition matches a file: The regular expression is evaluated against the name of the file to be converted. If it does not match, the file type definition is not used. If a file sniffer is defined for the file type definition, it gets applied to the file. If the file sniffer does not indicate that the file is supported, the file type definition is not used. If no matching file type definition is found, a OneOrMoreFilesNotSupportedException is thrown. Declaration IMultiFileConverter GetConverterToBilingual(string[] nativeFilePaths, IBilingualDocumentGenerator writer, BilingualDocumentOutputPropertiesProvider outputSettingsProvider, CultureInfo sourceLanguage, Codepage suggestedCodepage, EventHandler messageHandler) Parameters Type Name Description string nativeFilePaths The native files to be converted IBilingualDocumentGenerator writer Bilingual writer to use as output with the converter BilingualDocumentOutputPropertiesProvider outputSettingsProvider Implementation of the output settings provider for bilingual document files. Will be passed to the multi-file converter and used for writing bilingual document files. If the bilingual document generator does not have a bilingual document file writer, you can pass null as parameter. CultureInfo sourceLanguage Expected source language of the files. The same source (and target) language must be used for all the files processed with a single converter instance. If the language can be determined automatically from the content of the file (e.g. when reading a bilingual format such as TTX), this parameter may be ignored by the parser. If this parameter is left undefined, it is up to the file sniffer and/or parser to try to determine the language. Parser components may report an error or a warning if they cannot reliably identify the language. Codepage suggestedCodepage A rough guess on what encoding the files use. This is normally set to the default code page for the language, but can also be null . This serves only as a hint. A file sniffer can be used to determine the actual encoding for each file. An undefined codepage object can be used if no encoding can be guessed. It is then up to the file sniffer and/or parser to best determine the encoding, and report an error if they fail or a warning if the result is not definite. EventHandler MessageEventArgs messageHandler An (optional) message handler implementation that will receive any messages reported from file sniffers invoked in the process. If a converter is returned, this message handler will also be connected to the Message event on the converter. You may specify null for this parameter. Returns Type Description IMultiFileConverter A file converter object initialized to read the files, based on information from the best matching file type definitions. To use the file converter, add your own bilingual processors to the converter and call Parse() or ParseNext() to process the native files. Remarks To convert bilingual files to native, you would typically rather use GetConverterToNative(string, OutputPropertiesProvider, EventHandler) . Exceptions Type Condition OneOrMoreFilesNotSupportedException thrown if there are files for which no file type definition in the file type manager can be used. GetConverterToDefaultBilingual(IBilingualParser, string) Creates and initializes a file converter to write a bilingual output file in the default format, reading input from a specified bilingual parser. Declaration IMultiFileConverter GetConverterToDefaultBilingual(IBilingualParser bilingualParser, string bilingualOutputFilePath) Parameters Type Name Description IBilingualParser bilingualParser The parser to be used for input string bilingualOutputFilePath Full path to the bilingual file to be created Returns Type Description IMultiFileConverter A file converter object initialized to read content using the bilingual parser and write an output file in the default bilingual format with the specified name. To use the file converter, add your own bilingual processors to the converter and call Parse() or ParseNext() . GetConverterToDefaultBilingual(string, string, EventHandler) Creates and initializes a file converter in order to read a single (typically bilingual) input file and write a bilingual output file in the default format. The converter will automatically use the file type that best matches the file to be converted. The file type definitions are each tested in sequence, and the first file type definition that matches the input file is used. The following steps are used to determine if a file type definition matches: The regular expression is evaluated against the name of the file to be converted. If it does not match, the file type definition is not used. If a file sniffer is defined for the file type definition, it is applied to the file. If the file sniffer does not indicate that the file is supported, the file type definition is not used. If no matching file type definition is found, a OneOrMoreFilesNotSupportedException is thrown. Declaration IMultiFileConverter GetConverterToDefaultBilingual(string bilingualInputFilePath, string bilingualOutputFilePath, EventHandler messageHandler) Parameters Type Name Description string bilingualInputFilePath The native files to be converted string bilingualOutputFilePath Full path to the bilingual file to be created EventHandler MessageEventArgs messageHandler (optional) A message handler implementation that will receive any messages reported from file sniffers invoked in the process. If a converter is returned, this message handler will also be connected to the Message event on the converter. You may specify null for this parameter. Returns Type Description IMultiFileConverter A file converter object initialized to read the file, based on information from the best matching file type definition that will create an output file in the default bilingual format with the specified name. To use the file converter, add your own bilingual processors to the converter and call Parse() or ParseNext() . Remarks To convert bilingual files to native you would typically use GetConverterToNative(string, OutputPropertiesProvider, EventHandler) . Exceptions Type Condition OneOrMoreFilesNotSupportedException Thrown if no file type definition in the file type manager can be used. GetConverterToDefaultBilingual(string, string, string, CultureInfo, Codepage, EventHandler) Creates and initializes a file converter in order to create a bilingual file in the default format. The converter will only use the file type specified by the fileTypeDefinitionId and bypasses the sniffer Declaration IMultiFileConverter GetConverterToDefaultBilingual(string fileTypeDefinitionId, string filePath, string bilingualOutputFilePath, CultureInfo sourceLanguage, Codepage suggestedCodepage, EventHandler messageHandler) Parameters Type Name Description string fileTypeDefinitionId string filePath string bilingualOutputFilePath CultureInfo sourceLanguage Codepage suggestedCodepage EventHandler MessageEventArgs messageHandler Returns Type Description IMultiFileConverter GetConverterToDefaultBilingual(string[], string, CultureInfo, Codepage, EventHandler) Creates and initializes a file converter in order to create a bilingual file in the default format. The converter will automatically use the filters that best match the native files to be converted. These converters are selected as described below. The file type definitions are each tested in sequence, and the first file type definition that matches a file is used for each file. The following steps are used to determine if a file type definition matches a file: The regular expression is evaluated against the name of the file to be converted. If it does not match, the file type definition is not used. If a file sniffer is defined for the file type definition, it is applied to the file. If the file sniffer does not indicate that the file is supported, the file type definition is not used. If no matching file type definition is found, a OneOrMoreFilesNotSupportedException is thrown. Declaration IMultiFileConverter GetConverterToDefaultBilingual(string[] nativeFilePaths, string bilingualOutputFilePath, CultureInfo sourceLanguage, Codepage suggestedCodepage, EventHandler messageHandler) Parameters Type Name Description string nativeFilePaths The native files to be converted. string bilingualOutputFilePath Full path to the bilingual file to be created. CultureInfo sourceLanguage Expected source language of the files. The same source (and target) language must be used for all the files processed with a single converter instance. If the language can be determined automatically from the content of the file (e.g. when reading a bilingual format such as TTX), this parameter may be ignored by the parser. If this parameter is left undefined, it is up to the file sniffer and/or parser to try to determine the language. Parser components may report an error or a warning if they cannot reliably identify the language. Codepage suggestedCodepage A rough guess of what encoding the files use. This is normally set to the default codepage for the language, but can also be null . This serves only as a hint. A file sniffer can be used to determine the actual encoding for each file. An undefined codepage object can be used if no encoding can be guessed. It is then up to the file sniffer and/or parser to best determine the encoding and report an error if they fail, or a warning if the result is not definite. EventHandler MessageEventArgs messageHandler An (optional) message handler implementation that will receive any messages reported from file sniffers invoked in the process. If a converter is returned, this message handler will also have been connected to the Message event on the converter. You may specify null for this parameter. Returns Type Description IMultiFileConverter A file converter object initialized to read the files, based on information from the best matching file type definitions. To use the file converter, add your own bilingual processors to the converter and call Parse() or ParseNext() to process the native files. Remarks To convert bilingual files to native you would typically use GetConverterToNative(string, OutputPropertiesProvider, EventHandler) . Examples This example shows how this method could be used convert a bunch of native files into a single SDL XLIFF document. void ConvertFilesToXliff(IFileTypeManager manager, string[] nativeFiles, CultureInfo language, Codepage suggestedCodepage, string xliffFilePath) { IMultiFileConverter converter = manager.GetConverterToDefaultBilingual(nativeFiles[], xliffFilePath, language, suggestedCodepage, null, settingsBundle); converter.Parse(); } Exceptions Type Condition OneOrMoreFilesNotSupportedException thrown if there are files for which no file type definition in the file type manager can be used. GetConverterToNative(IBilingualParser, OutputPropertiesProvider) Creates a converter for writing native output files for content read by a specified bilingual parser. Declaration IMultiFileConverter GetConverterToNative(IBilingualParser bilingualParser, OutputPropertiesProvider outputSettingsProvider) Parameters Type Name Description IBilingualParser bilingualParser The parser that will be used for input OutputPropertiesProvider outputSettingsProvider (Optional) implementation of the output settings provider that will be passed to the multi-file converter and used for writing files as native

                                                                                                                    If this parameter is provided (i.e. not null), the returned converter will be initialized to use this file type manager to create native file generators, and the specified output settings provider will be used to determine output properties for the native files when they are created.

                                                                                                                    Returns Type Description IMultiFileConverter A file converter that may be used to convert bilingual content to native output files GetConverterToNative(string, OutputPropertiesProvider, EventHandler) Creates a converter for parsing a single file and writing native output files. This is intended for bilingual file types, in which the languages and codepage can be deducted automatically from the file content. This version is typically used for parsing SDL XLIFF documents (where support for these have been installed as another bilingual file type). However, it could also be used for processing individual native files in which source language (and codepage) can be deducted from the file content. Declaration IMultiFileConverter GetConverterToNative(string bilingualInputFilePath, OutputPropertiesProvider outputSettingsProvider, EventHandler messageHandler) Parameters Type Name Description string bilingualInputFilePath Full path to a bilingual (typically SDL XLIFF) file OutputPropertiesProvider outputSettingsProvider (Optional) implementation of the output settings provider that will be passed to the multi-file converter and used for writing files as native.

                                                                                                                    If this parameter is provided (i.e. not null), the returned converter will be initialized to use this file type manager to create native file generators, and the specified output settings provider will be used to determine output properties for the native files when they are created.

                                                                                                                    EventHandler MessageEventArgs messageHandler An (optional) message handler implementation that will receive any messages reported from file sniffers invoked in the process. If a converter is returned, this message handler will also be connected to the Message event on the converter. You may specify null for this parameter. Returns Type Description IMultiFileConverter A file converter that may be used to convert bilingual files to native output files Remarks If language (and/or codepage) cannot be successfully determined by the file type components, an exception should be thrown. Examples The following code example shows how to convert an SDL XLIFF file into native target language files. void SaveAsTarget(IFileTypeManager manager, string xliffFilePath, string outputFolder) { FolderPathProvider pathProvider = new FolderPathProvider(outputFolder); IMultiFileConverter converter = manager.GetConverterToNative(xliffFilePath, pathProvider.Provider, settingsBundle); converter.AddBilingualProcessor(new SourceToTargetCopier(ExistingContentHandling.Preserve)); converter.Parse(); } Note that a SourceToTargetCopier object is used to ensure that ParagraphUnits without target content are output as source (they would otherwise be emitted as nothing, which could lead to unexpected results). GetConverterToNative(string[], OutputPropertiesProvider, CultureInfo, Codepage, EventHandler) Creates and initializes a file converter for reading native files, doing processing on them and creating native files as output in one single pass. The file type definitions are tested in sequence, and the first file type definition that matches a file is used for each file. The following steps are used to determine if a file type definition matches a file: The regular expression is evaluated against the name of the file to be converted. If it does not match, the file type definition is not used. If a file sniffer is defined for the file type definition, it is applied to the file. If the file sniffer does not indicate that the file is supported, the file type definition is not used. If no matching file type definition is found, a OneOrMoreFilesNotSupportedException is thrown. Declaration IMultiFileConverter GetConverterToNative(string[] nativeFilePaths, OutputPropertiesProvider outputSettingsProvider, CultureInfo sourceLanguage, Codepage suggestedCodepage, EventHandler messageHandler) Parameters Type Name Description string nativeFilePaths The native files to be converted OutputPropertiesProvider outputSettingsProvider Implementation of the output settings provider that will be passed to the multi-file converter and used for writing files as native.

                                                                                                                    The returned converter will be initialized to use this file type manager to create native file generators, and the specified output settings provider will be used to determine the output properties for the native files when they are created.

                                                                                                                    CultureInfo sourceLanguage Expected source language of the files. The same source (and target) language must be used for all the files processed with a single converter instance. If the language can be determined automatically from the content of the file (e.g. when reading a bilingual format such as TTX), this parameter may be ignored by the parser. If this parameter is left undefined, it is up to the file sniffer and/or parser to try to determine the language. Parser components may report an error or a warning if they cannot reliably identify the language. Codepage suggestedCodepage A rough guess of what encoding the files use. This is normally set to the default codepage for the language, but can also be null . This serves only as a hint. A file sniffer can be used to determine the actual encoding for each file. An undefined codepage object can be used if no encoding can be guessed. It is then up to the file sniffer and/or parser to best determine the encoding, and report an error if they fail or a warning if the result is not definite. EventHandler MessageEventArgs messageHandler An (optional) message handler implementation that will receive any messages reported from file sniffers invoked in the process. If a converter is returned, this message handler will also be connected to the Message event on the converter. You may specify null for this parameter. Returns Type Description IMultiFileConverter A file converter object initialized to read the files and write corresponding output files based on the output settings provider. To use the file converter, add your own bilingual processors to the converter and call Parse() or ParseNext() to process the native files. Exceptions Type Condition OneOrMoreFilesNotSupportedException thrown if there are files for which no file type definition in the file type manager can be used. InsertFileTypeDefinition(int, IFileTypeDefinition) Inserts a file type definition into the collection at a specific priority position. Declaration void InsertFileTypeDefinition(int index, IFileTypeDefinition filterDefinition) Parameters Type Name Description int index 0-based index indicating the file type definition's priority in relation to the other currently known file type definitions. IFileTypeDefinition filterDefinition RemoveFileTypeDefinition(IFileTypeDefinition) Removes a file type definition from the collection. If no such file type definition exists in the collection, nothing happens. Declaration void RemoveFileTypeDefinition(IFileTypeDefinition filterDefinition) Parameters Type Name Description IFileTypeDefinition filterDefinition" + "keywords": "Interface IFileTypeManager This is the main access point for file conversion operations. The file type manager holds a prioritized list of file type definitions. The order of file type definitions is important, as it determines which file types take precedence over others in case multiple file type definitions could be used to process the same file. The most significant file type definition appears first in the list. In implementations, the file type manager is often pre-configured with a set of file type definitions in the host application. However, the list can also be explicitly manipulated by calling AddFileTypeDefinition(IFileTypeDefinition) , InsertFileTypeDefinition(Int32, IFileTypeDefinition) or RemoveFileTypeDefinition(IFileTypeDefinition) . File type definitions can be instantiated from existing files or resources using the FileTypeDefinitionFactory . Call one of the overloaded GetConverter...() methods to use the file type definitions to automatically detect file types and initialize a IMultiFileConverter to process the content. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTypeManager Remarks Actual file type manager instances are often provided by the application that hosts the framework, in which case they are often pre-configured from some configuration (e.g. through the spring framework). Properties AutoLoadedFileTypes Gets a list of filetypes which should be auto-loaded by the Host. This is used to indicate new file types in this particular version of the FileTypeManager Declaration List AutoLoadedFileTypes { get; } Property Value Type Description System.Collections.Generic.List < System.String > ConfigurationVersionInformation Provides information on the version of the configuration information that is used to instantiate the current instance of the IFileTypeManager. This can be used to determine whether the instance is working with the latest version of configuration information that the host application requires. For instance, applications may transfer their file type manager configuration information from one system to another. By checking this property the application can determine the state of the configuration, and perform additional tasks to ensure the configuration is in the format that the application requires (e.g. deploy additional filters that have only been released in the latest version of the application). Declaration string ConfigurationVersionInformation { get; } Property Value Type Description System.String DefaultBilingualFileTypeDefinition The file type definitions that should be used as the default bilingual file type, or null if none. Declaration IFileTypeDefinition DefaultBilingualFileTypeDefinition { get; set; } Property Value Type Description IFileTypeDefinition Remarks By default, this property returns the first file type definition in the list for which the IsBilingualDocumentFileType is true. The default bilingual file type can be explicitly changed by setting this property to another file type definition in the list that is also a bilingual document file type. Attempting to set this property to a file type definition that is not in the list will yield a FileTypeDefinitionNotFoundException . Attempting to set this property to a file type definition that is not a bilingual document file type will yield a NotBilingualFileTypeException . FileTypeDefinitionFactory Provides access to the implementation used to instantiate file type definitions. Can be used to explicitly create a file type definition that can be added to the manager by calling AddFileTypeDefinition(IFileTypeDefinition) or InsertFileTypeDefinition(Int32, IFileTypeDefinition) . Declaration IFileTypeDefinitionFactory FileTypeDefinitionFactory { get; } Property Value Type Description IFileTypeDefinitionFactory FileTypeDefinitions The file type definitions that are currently known to this instance of the file type manager. The order of the file type definitions defines their relative priority, with the most significant file type definition appearing first. Declaration IFileTypeDefinition[] FileTypeDefinitions { get; } Property Value Type Description IFileTypeDefinition [] SettingsBundle The settings bundle containing the settings used by components of the FileTypeManager. This property should be set before any operations requiring the use of settings are invoked (for example, GetConverterToBilingual implementations) or the operation may not work as expected. This property can return null if no settings bundle has been set. Declaration ISettingsBundle SettingsBundle { get; set; } Property Value Type Description ISettingsBundle Methods AddFileTypeDefinition(IFileTypeDefinition) Appends a file type definition to the collection. Declaration void AddFileTypeDefinition(IFileTypeDefinition fileTypeDefinition) Parameters Type Name Description IFileTypeDefinition fileTypeDefinition Remarks The file type definition is added last in the list of known file type definitions. BuildAdditionalGeneratorsInfo(IGeneratorInfo[]) Helper method to create additional generator information so that it can be used by filter component builders. Declaration IAdditionalGeneratorsInfo BuildAdditionalGeneratorsInfo(params IGeneratorInfo[] generators) Parameters Type Name Description IGeneratorInfo [] generators Returns Type Description IAdditionalGeneratorsInfo BuildBilingualGenerator(IBilingualDocumentWriter) Helper function to create a bilingual generator for a bilingual document writer, so that it can be used with relevant overloads to GetConverter . Declaration IBilingualDocumentGenerator BuildBilingualGenerator(IBilingualDocumentWriter bilingualWriter) Parameters Type Name Description IBilingualDocumentWriter bilingualWriter a bilingual document writer, capable of serializing the bilingual content model Returns Type Description IBilingualDocumentGenerator a bilingual document generator instance where the bilingual writer is assigned to the Writer property. BuildBilingualGenerator(IFileTypeDefinition) Helper function used by the file type manager implementation and other components that need to instantiate a bilingual generator for a specific file type. Declaration IBilingualDocumentGenerator BuildBilingualGenerator(IFileTypeDefinition filterDefinitionToUse) Parameters Type Name Description IFileTypeDefinition filterDefinitionToUse Returns Type Description IBilingualDocumentGenerator BuildDefaultBilingualGenerator() Helper function that constructs an instance of a generator for the default bilingual file format, if set. Declaration IBilingualDocumentGenerator BuildDefaultBilingualGenerator() Returns Type Description IBilingualDocumentGenerator null if no default bilingual file type has been set See Also DefaultBilingualFileTypeDefinition BuildExtractor(String, CultureInfo, Codepage, INativeTextLocationMessageReporter) Helper function used by the file type manager implementation and other components that need to create components that are normally used through the file converters objects. Determines the best matching file type for the specified file according to the rules described in the documentation of GetConverter(String[], CultureInfo, Codepage, EventHandler) and returns an initialized file extractor that can be used to process the file. Declaration IFileExtractor BuildExtractor(string filePath, CultureInfo cultureInfo, Codepage suggestedCodepage, INativeTextLocationMessageReporter messageReporter) Parameters Type Name Description System.String filePath System.Globalization.CultureInfo cultureInfo Source CultureInfo of the file Codepage suggestedCodepage Suggested codepage of the file INativeTextLocationMessageReporter messageReporter (Optional) message reporter implementation that will be passed to file sniffers Returns Type Description IFileExtractor Exceptions Type Condition FileNotSupportedException Thrown if none of the file type definitions can be used to process the file BuildExtractorNoSniffing(String, String, CultureInfo, Codepage, INativeTextLocationMessageReporter) Builds a FileExtractor without sniffing - the FileType to use is defined by the fileTypeDefinitionId Declaration IFileExtractor BuildExtractorNoSniffing(string fileTypeDefinitionId, string filePath, CultureInfo suggestedSourceLanguage, Codepage suggestedCodepage, INativeTextLocationMessageReporter messageReporter) Parameters Type Name Description System.String fileTypeDefinitionId System.String filePath System.Globalization.CultureInfo suggestedSourceLanguage Codepage suggestedCodepage INativeTextLocationMessageReporter messageReporter Returns Type Description IFileExtractor BuildFileExtractor(IBilingualParser, IFileTypeComponentBuilder) Helper method to create a file extractor so that it can be used by filter component builders. Declaration IFileExtractor BuildFileExtractor(IBilingualParser fileReader, IFileTypeComponentBuilder componentBuilder) Parameters Type Name Description IBilingualParser fileReader IFileTypeComponentBuilder componentBuilder Returns Type Description IFileExtractor BuildFileExtractor(INativeExtractor, IFileTypeComponentBuilder) Helper method to create a file extractor so that it can be used by filter component builders. Declaration IFileExtractor BuildFileExtractor(INativeExtractor fileReader, IFileTypeComponentBuilder componentBuilder) Parameters Type Name Description INativeExtractor fileReader IFileTypeComponentBuilder componentBuilder Returns Type Description IFileExtractor BuildFileGenerator(IBilingualWriter) Helper method to create a file generator so that it can be used by filter component builders. Declaration IFileGenerator BuildFileGenerator(IBilingualWriter bilingualWriter) Parameters Type Name Description IBilingualWriter bilingualWriter Returns Type Description IFileGenerator BuildFileGenerator(INativeGenerator) Helper method to create a file generator so that it can be used by filter component builders. Declaration IFileGenerator BuildFileGenerator(INativeGenerator nativeGenerator) Parameters Type Name Description INativeGenerator nativeGenerator Returns Type Description IFileGenerator BuildFileTypeInformation() Helper method to create file type information so that it can be used by filter component builders. Declaration IFileTypeInformation BuildFileTypeInformation() Returns Type Description IFileTypeInformation BuildGeneratorInfo() Helper method to create generator information so that it can be used by filter component builders. Declaration IGeneratorInfo BuildGeneratorInfo() Returns Type Description IGeneratorInfo BuildNativeExtractor(INativeFileParser) Helper method to create a native extractor so that it can be used by filter component builders. Declaration INativeExtractor BuildNativeExtractor(INativeFileParser nativeFileParser) Parameters Type Name Description INativeFileParser nativeFileParser Returns Type Description INativeExtractor BuildNativeGenerator(INativeFileWriter) Helper method to create a native generator so that it can be used by filter component builders. Declaration INativeGenerator BuildNativeGenerator(INativeFileWriter nativeFileWriter) Parameters Type Name Description INativeFileWriter nativeFileWriter Returns Type Description INativeGenerator BuildNativeGenerator(IPersistentFileConversionProperties) Helper function used by the file type manager implementation and other components that need to create a file generator component from a specific file type definition. Creates and initializes a file generator that can be used to write native output files. Declaration IFileGenerator BuildNativeGenerator(IPersistentFileConversionProperties fileConversionProperties) Parameters Type Name Description IPersistentFileConversionProperties fileConversionProperties Properties with information on the file being generated, including the id of the file type definition used to convert the original native file. This can either be the persistent file properties that were created when reading the original native file, or they can be retrieved from the bilingual parser. Returns Type Description IFileGenerator A file generator object that can be used to create a single native file. Remarks This method may be used as a NativeGeneratorProvider delegate in the IMultiFileConverter . The following example shows how to use this method with a multi file converter: void SetNativeGeneratorProvider(IFileTypeManager manager, IMultiFileConverter converter) { converter.NativeGeneratorProvider = new NativeGeneratorProvider(manager.BuildFileGenerator); } Exceptions Type Condition FileTypeDefinitionNotFoundException thrown if the specified file type definition ID is not one of the file type definitions in the file type manager BuildNativeGeneratorWithVerifiers(IPersistentFileConversionProperties) This is an alternative implementation of the BuildNativeGenerator(IPersistentFileConversionProperties) method, which creates a generator with objects that will perform native verification of the generated file. Declaration IFileGenerator BuildNativeGeneratorWithVerifiers(IPersistentFileConversionProperties fileConversionProperties) Parameters Type Name Description IPersistentFileConversionProperties fileConversionProperties Returns Type Description IFileGenerator BuildNativeSubContentExtractor(INativeFileParser) Helper method to create a native sub-content extractor so that it can be used by filter component builders. Declaration INativeSubContentExtractor BuildNativeSubContentExtractor(INativeFileParser nativeFileParser) Parameters Type Name Description INativeFileParser nativeFileParser Returns Type Description INativeSubContentExtractor BuildNativeSubContentGenerator(INativeFileWriter) Helper method to create a native sub content generator so that it can be used by filter component builders. Declaration INativeSubContentGenerator BuildNativeSubContentGenerator(INativeFileWriter nativeFileWriter) Parameters Type Name Description INativeFileWriter nativeFileWriter Returns Type Description INativeSubContentGenerator BuildPreviewSetsFactory() Helper method to create a preview sets factory so that it can be used by filter compnent builders. Declaration IPreviewSetsFactory BuildPreviewSetsFactory() Returns Type Description IPreviewSetsFactory BuildQuickTagsFactory() Helper method to create a QuickTags factory so that it can be used by filter component builders. Declaration IQuickTagsFactory BuildQuickTagsFactory() Returns Type Description IQuickTagsFactory BuildSubContentExtractor(IBilingualParser, IFileTypeComponentBuilder) Helper method to create a sub-content extractor so that it can be used by filter component builders. Declaration ISubContentExtractor BuildSubContentExtractor(IBilingualParser fileReader, IFileTypeComponentBuilder componentBuilder) Parameters Type Name Description IBilingualParser fileReader IFileTypeComponentBuilder componentBuilder Returns Type Description ISubContentExtractor BuildSubContentExtractor(INativeSubContentExtractor, IFileTypeComponentBuilder) Helper method to create a sub-content file extractor so that it can be used by filter component builders. Declaration ISubContentExtractor BuildSubContentExtractor(INativeSubContentExtractor subContentReader, IFileTypeComponentBuilder componentBuilder) Parameters Type Name Description INativeSubContentExtractor subContentReader IFileTypeComponentBuilder componentBuilder Returns Type Description ISubContentExtractor BuildSubContentGenerator(IBilingualWriter) Helper method to create a sub content generator so that it can be used by filter component builders. Declaration ISubContentGenerator BuildSubContentGenerator(IBilingualWriter bilingualWriter) Parameters Type Name Description IBilingualWriter bilingualWriter Returns Type Description ISubContentGenerator BuildSubContentGenerator(INativeSubContentGenerator) Helper method to create a sub content generator so that it can be used by filter component builders. Declaration ISubContentGenerator BuildSubContentGenerator(INativeSubContentGenerator nativeSubContentGenerator) Parameters Type Name Description INativeSubContentGenerator nativeSubContentGenerator Returns Type Description ISubContentGenerator BuildVerifierCollection() Helper method to create a verifier collection so that it can be used by filter component builders. Declaration IVerifierCollection BuildVerifierCollection() Returns Type Description IVerifierCollection ClearFileTypeDefinitions() Removes all file type definitions from the collection. Declaration void ClearFileTypeDefinitions() CreateFileTypeDefinition(IFileTypeComponentBuilder, FileTypeProfile) Creates a file type definition based on component builder and overrides the FileTypeInformation with the supplied profile override. Declaration IFileTypeDefinition CreateFileTypeDefinition(IFileTypeComponentBuilder componentBuilder, FileTypeProfile profileOverride) Parameters Type Name Description IFileTypeComponentBuilder componentBuilder The component builder used to initialize the FileTypeDefinition FileTypeProfile profileOverride profile used to override the FileTypeInformation Returns Type Description IFileTypeDefinition The created IFileTypeDefinitionInstance CreateFileTypeDefinition(String) Creates a file type definition based on the filter definition ID of component builder which should be used to create this filter. Declaration IFileTypeDefinition CreateFileTypeDefinition(string fileTypeDefinitionId) Parameters Type Name Description System.String fileTypeDefinitionId ID of component builder which should be used to create this filter Returns Type Description IFileTypeDefinition The created IFileTypeDefinitionInstance CreateFileTypeDefinition(String, FileTypeProfile) Creates a file type definition based on the Id and a profile override. The FilterManager must discover the actual component builder associated with this definition and create a new definition based on it. If a profileOverride has been supplied, then this should override the FileTypeInformation for that definition. Declaration IFileTypeDefinition CreateFileTypeDefinition(string fileTypeDefinitionId, FileTypeProfile profileOverride) Parameters Type Name Description System.String fileTypeDefinitionId ID of component builder which should be used to create this filter FileTypeProfile profileOverride profile used to override the FileTypeInformation Returns Type Description IFileTypeDefinition The created IFileTypeDefinitionInstance FindFileTypeDefinition(FileTypeDefinitionId) Locates a file type definition from the collection using ids. Declaration IFileTypeDefinition FindFileTypeDefinition(FileTypeDefinitionId id) Parameters Type Name Description FileTypeDefinitionId id Returns Type Description IFileTypeDefinition The corresponding file type definition, or null if none GetAllMatchingFileTypeDefinitions(String, Language, Codepage, EventHandler) Returns the file type definitions that can operate on the specified file. Each file type definition is evaluated in order to determine if it can process the file, which may involve invoking the corresponding file sniffer. Only file type definitions that are enabled and not hidden are evaluated. Declaration IEnumerable> GetAllMatchingFileTypeDefinitions(string nativeFilePath, Language suggestedSourceLanguage, Codepage suggestedCodepage, EventHandler messageHandler) Parameters Type Name Description System.String nativeFilePath The path to the file which is 'sniffed' in order to determine applicable file type definitions. Language suggestedSourceLanguage Codepage suggestedCodepage System.EventHandler < MessageEventArgs > messageHandler Optional handler for messages reported by any file sniffers invoked in the process. You may pass null for this parameter. Returns Type Description System.Collections.Generic.IEnumerable < Pair < IFileTypeDefinition , SniffInfo >> File type definitions that can operate on the file specified, and the information from their file sniffers Remarks If more than one file type definition is returned, the order corresponds to the order in which the definitions appear in the manager. If all file types are enabled, the first file type definition returned is the one that is used if calling one of the GetConverter overloads. Any messages generated during file sniffing are reported to the optional messageHandler . GetAllMatchingFileTypeDefinitions(String, EventHandler) Returns the file type definitions that can operate on the specified file. Each file type definition is evaluated in order to determine if it can process the file, which may involve invoking the corresponding file sniffer. Only file type definitions that are enabled and not hidden are evaluated. Declaration IEnumerable> GetAllMatchingFileTypeDefinitions(string nativeFilePath, EventHandler messageHandler) Parameters Type Name Description System.String nativeFilePath The path to the file which is 'sniffed' in order to determine applicable file type definitions. System.EventHandler < MessageEventArgs > messageHandler Optional handler for messages reported by any file sniffers invoked in the process. You may pass null for this parameter. Returns Type Description System.Collections.Generic.IEnumerable < Pair < IFileTypeDefinition , SniffInfo >> File type definitions that can operate on the file specified, and the information from their file sniffers Remarks If more than one file type definition is returned, the order corresponds to the order in which the definitions appear in the manager. If all file types are enabled, the first file type definition returned is the one that is used if calling one of the GetConverter overloads. Any messages generated during file sniffing are reported to the optional messageHandler . GetBestMatchingFileTypeDefinition(String, Language, Codepage, EventHandler) Returns the first file type definition that can operate on the specified file. Declaration Pair GetBestMatchingFileTypeDefinition(string nativeFilePath, Language suggestedSourceLanguage, Codepage suggestedCodepage, EventHandler messageHandler) Parameters Type Name Description System.String nativeFilePath Language suggestedSourceLanguage Codepage suggestedCodepage System.EventHandler < MessageEventArgs > messageHandler Returns Type Description Pair < IFileTypeDefinition , SniffInfo > GetBestMatchingFileTypeDefinition(String, EventHandler) Returns the first file type definition that can operate on the specified file. Declaration Pair GetBestMatchingFileTypeDefinition(string nativeFilePath, EventHandler messageHandler) Parameters Type Name Description System.String nativeFilePath System.EventHandler < MessageEventArgs > messageHandler Returns Type Description Pair < IFileTypeDefinition , SniffInfo > GetConverter(IBilingualParser) Creates and initializes a file converter to use a specific bilingual parser, and not output to anything in particular. Declaration IMultiFileConverter GetConverter(IBilingualParser bilingualParser) Parameters Type Name Description IBilingualParser bilingualParser Returns Type Description IMultiFileConverter GetConverter(String, EventHandler) Creates and initializes a file converter that can be used to read a single bilingual file, without outputting content to anything in particular. Declaration IMultiFileConverter GetConverter(string bilingualInputFilePath, EventHandler messageHandler) Parameters Type Name Description System.String bilingualInputFilePath Name of the bilingual file to read System.EventHandler < MessageEventArgs > messageHandler An (optional) message handler implementation that will receive any messages reported from file sniffers invoked in the process. If a converter is returned, this message handler will also have been connected to the Message event on the converter. You may specify null for this parameter. Returns Type Description IMultiFileConverter GetConverter(String, String, CultureInfo, Codepage, EventHandler) Creates and initializes a file converter in order to create a bilingual file. The native fileType used for parsing is defined by the fileTypeDefinitionId - no sniffing is done Declaration IMultiFileConverter GetConverter(string fileTypeDefinitionId, string filePath, CultureInfo sourceLanguage, Codepage suggestedCodepage, EventHandler messageHandler) Parameters Type Name Description System.String fileTypeDefinitionId System.String filePath System.Globalization.CultureInfo sourceLanguage Codepage suggestedCodepage System.EventHandler < MessageEventArgs > messageHandler Returns Type Description IMultiFileConverter GetConverter(String[], CultureInfo, Codepage, EventHandler) Creates and initializes a file converter for reading native files, without passing the output to anything. Declaration IMultiFileConverter GetConverter(string[] nativeFilePaths, CultureInfo sourceLanguage, Codepage suggestedCodepage, EventHandler messageHandler) Parameters Type Name Description System.String [] nativeFilePaths The native files to be converted System.Globalization.CultureInfo sourceLanguage Expected source language of the files. The same source (and target) language must be used for all the files processed with a single converter instance. If the language can be determined automatically from the content of the file (e.g. when reading a bilingual format such as TTX), this parameter may be ignored by the parser. If this parameter is left undefined, it is up to the file sniffer and/or parser to try to determine the language. Parser components may report an error or a warning if they cannot reliably identify the language. Codepage suggestedCodepage A rough guess of what encoding the files use. This is normally set to the default codepage for the language, but can also be null . This serves only as a hint. A file sniffer can be used to determine the actual encoding for each file. An undefined codepage object can be used if no encoding can be guessed. It is then up to the file sniffer and/or parser to best determine the encoding and report an error if they fail or a warning if the result is not definite. System.EventHandler < MessageEventArgs > messageHandler An (optional) message handler implementation that will receive any messages reported from file sniffers invoked in the process. If a converter is returned, this message handler will also be connected to the Message event on the converter. You may specify null for this parameter. Returns Type Description IMultiFileConverter A file converter object initialized to read the files, based on information from the best matching file type definitions. Exceptions Type Condition OneOrMoreFilesNotSupportedException Thrown if there are files for which no file type definition in the file type manager can be used. GetConverterToBilingual(IBilingualParser, IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider) Creates and initializes a file converter for an existing bilingual parser and writer. Declaration IMultiFileConverter GetConverterToBilingual(IBilingualParser bilingualParser, IBilingualDocumentGenerator writer, BilingualDocumentOutputPropertiesProvider outputSettingsProvider) Parameters Type Name Description IBilingualParser bilingualParser Bilingual parser to be used for input with the converter IBilingualDocumentGenerator writer Bilingual writer to use as output with the converter BilingualDocumentOutputPropertiesProvider outputSettingsProvider Implementation of the output settings provider for bilingual document files. Will be passed to the multi-file converter and used for writing bilingual document files. If the bilingual document generator does not have a bilingual document file writer, you can pass null for this parameter. Returns Type Description IMultiFileConverter A file converter object initialized to read content using the specified parser and output to the specified writer. To use the file converter, add your own bilingual processors to the converter, and call Parse() or ParseNext() to process the content. GetConverterToBilingual(String, IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, EventHandler) Creates and initializes a file converter for a single file, typically of the default bilingual file type. The specified bilingual document generator will be used for output. The file type definitions are tested in order, and the first file type definition that matches the input file is used. The following steps are used to determine if a file type definition matches the file: The regular expression is evaluated against the name of the file to be converted. If it does not match, the file type definition is not used. If a file sniffer is defined for the file type definition, it gets applied to the file. If the file sniffer does not indicate that the file is supported, the file type definition is not used. If no matching file type definition is found, a OneOrMoreFilesNotSupportedException is thrown. Declaration IMultiFileConverter GetConverterToBilingual(string bilingualInputFilePath, IBilingualDocumentGenerator writer, BilingualDocumentOutputPropertiesProvider outputSettingsProvider, EventHandler messageHandler) Parameters Type Name Description System.String bilingualInputFilePath The file to be converted. The language and code page of this file is expected to be automatically detected by the file sniffer, no external hints should be necessary. IBilingualDocumentGenerator writer Bilingual writer to use as output with the converter BilingualDocumentOutputPropertiesProvider outputSettingsProvider Implementation of the output settings provider for bilingual document files. Will be passed to the multi-file converter and used for writing bilingual document files. If the bilingual document generator does not have a bilingual document file writer, you can pass null for this parameter. System.EventHandler < MessageEventArgs > messageHandler An (optional) message handler implementation that will receive any messages reported from file sniffers invoked in the process. If a converter is returned, this message handler will also be connected to the Message event on the converter. You may specify null for this parameter. Returns Type Description IMultiFileConverter A file converter object initialized to read the file, based on information from the best matching file type definition. To use the file converter, add your own bilingual processors to the converter, and call Parse() or ParseNext() to process the file. Exceptions Type Condition OneOrMoreFilesNotSupportedException Thrown if no file type definition in the file type manager can be used. GetConverterToBilingual(String[], IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, CultureInfo, Codepage, EventHandler) Creates and initializes a file converter using the filters that best match a set of native files. The file converter can then be used to process all of the files as one document. The specified bilingual writer will be used for output. The file type definitions are tested in sequence, and the first file type definition that matches a file is used for each file. The following steps are used to determine if a file type definition matches a file: The regular expression is evaluated against the name of the file to be converted. If it does not match, the file type definition is not used. If a file sniffer is defined for the file type definition, it gets applied to the file. If the file sniffer does not indicate that the file is supported, the file type definition is not used. If no matching file type definition is found, a OneOrMoreFilesNotSupportedException is thrown. Declaration IMultiFileConverter GetConverterToBilingual(string[] nativeFilePaths, IBilingualDocumentGenerator writer, BilingualDocumentOutputPropertiesProvider outputSettingsProvider, CultureInfo sourceLanguage, Codepage suggestedCodepage, EventHandler messageHandler) Parameters Type Name Description System.String [] nativeFilePaths The native files to be converted IBilingualDocumentGenerator writer Bilingual writer to use as output with the converter BilingualDocumentOutputPropertiesProvider outputSettingsProvider Implementation of the output settings provider for bilingual document files. Will be passed to the multi-file converter and used for writing bilingual document files. If the bilingual document generator does not have a bilingual document file writer, you can pass null as parameter. System.Globalization.CultureInfo sourceLanguage Expected source language of the files. The same source (and target) language must be used for all the files processed with a single converter instance. If the language can be determined automatically from the content of the file (e.g. when reading a bilingual format such as TTX), this parameter may be ignored by the parser. If this parameter is left undefined, it is up to the file sniffer and/or parser to try to determine the language. Parser components may report an error or a warning if they cannot reliably identify the language. Codepage suggestedCodepage A rough guess on what encoding the files use. This is normally set to the default code page for the language, but can also be null . This serves only as a hint. A file sniffer can be used to determine the actual encoding for each file. An undefined codepage object can be used if no encoding can be guessed. It is then up to the file sniffer and/or parser to best determine the encoding, and report an error if they fail or a warning if the result is not definite. System.EventHandler < MessageEventArgs > messageHandler An (optional) message handler implementation that will receive any messages reported from file sniffers invoked in the process. If a converter is returned, this message handler will also be connected to the Message event on the converter. You may specify null for this parameter. Returns Type Description IMultiFileConverter A file converter object initialized to read the files, based on information from the best matching file type definitions. To use the file converter, add your own bilingual processors to the converter and call Parse() or ParseNext() to process the native files. Remarks To convert bilingual files to native, you would typically rather use GetConverterToNative(String, OutputPropertiesProvider, EventHandler) . Exceptions Type Condition OneOrMoreFilesNotSupportedException thrown if there are files for which no file type definition in the file type manager can be used. GetConverterToDefaultBilingual(IBilingualParser, String) Creates and initializes a file converter to write a bilingual output file in the default format, reading input from a specified bilingual parser. Declaration IMultiFileConverter GetConverterToDefaultBilingual(IBilingualParser bilingualParser, string bilingualOutputFilePath) Parameters Type Name Description IBilingualParser bilingualParser The parser to be used for input System.String bilingualOutputFilePath Full path to the bilingual file to be created Returns Type Description IMultiFileConverter A file converter object initialized to read content using the bilingual parser and write an output file in the default bilingual format with the specified name. To use the file converter, add your own bilingual processors to the converter and call Parse() or ParseNext() . GetConverterToDefaultBilingual(String, String, EventHandler) Creates and initializes a file converter in order to read a single (typically bilingual) input file and write a bilingual output file in the default format. The converter will automatically use the file type that best matches the file to be converted. The file type definitions are each tested in sequence, and the first file type definition that matches the input file is used. The following steps are used to determine if a file type definition matches: The regular expression is evaluated against the name of the file to be converted. If it does not match, the file type definition is not used. If a file sniffer is defined for the file type definition, it is applied to the file. If the file sniffer does not indicate that the file is supported, the file type definition is not used. If no matching file type definition is found, a OneOrMoreFilesNotSupportedException is thrown. Declaration IMultiFileConverter GetConverterToDefaultBilingual(string bilingualInputFilePath, string bilingualOutputFilePath, EventHandler messageHandler) Parameters Type Name Description System.String bilingualInputFilePath The native files to be converted System.String bilingualOutputFilePath Full path to the bilingual file to be created System.EventHandler < MessageEventArgs > messageHandler (optional) A message handler implementation that will receive any messages reported from file sniffers invoked in the process. If a converter is returned, this message handler will also be connected to the Message event on the converter. You may specify null for this parameter. Returns Type Description IMultiFileConverter A file converter object initialized to read the file, based on information from the best matching file type definition that will create an output file in the default bilingual format with the specified name. To use the file converter, add your own bilingual processors to the converter and call Parse() or ParseNext() . Remarks To convert bilingual files to native you would typically use GetConverterToNative(String, OutputPropertiesProvider, EventHandler) . Exceptions Type Condition OneOrMoreFilesNotSupportedException Thrown if no file type definition in the file type manager can be used. GetConverterToDefaultBilingual(String, String, String, CultureInfo, Codepage, EventHandler) Creates and initializes a file converter in order to create a bilingual file in the default format. The converter will only use the file type specified by the fileTypeDefinitionId and bypasses the sniffer Declaration IMultiFileConverter GetConverterToDefaultBilingual(string fileTypeDefinitionId, string filePath, string bilingualOutputFilePath, CultureInfo sourceLanguage, Codepage suggestedCodepage, EventHandler messageHandler) Parameters Type Name Description System.String fileTypeDefinitionId System.String filePath System.String bilingualOutputFilePath System.Globalization.CultureInfo sourceLanguage Codepage suggestedCodepage System.EventHandler < MessageEventArgs > messageHandler Returns Type Description IMultiFileConverter GetConverterToDefaultBilingual(String[], String, CultureInfo, Codepage, EventHandler) Creates and initializes a file converter in order to create a bilingual file in the default format. The converter will automatically use the filters that best match the native files to be converted. These converters are selected as described below. The file type definitions are each tested in sequence, and the first file type definition that matches a file is used for each file. The following steps are used to determine if a file type definition matches a file: The regular expression is evaluated against the name of the file to be converted. If it does not match, the file type definition is not used. If a file sniffer is defined for the file type definition, it is applied to the file. If the file sniffer does not indicate that the file is supported, the file type definition is not used. If no matching file type definition is found, a OneOrMoreFilesNotSupportedException is thrown. Declaration IMultiFileConverter GetConverterToDefaultBilingual(string[] nativeFilePaths, string bilingualOutputFilePath, CultureInfo sourceLanguage, Codepage suggestedCodepage, EventHandler messageHandler) Parameters Type Name Description System.String [] nativeFilePaths The native files to be converted. System.String bilingualOutputFilePath Full path to the bilingual file to be created. System.Globalization.CultureInfo sourceLanguage Expected source language of the files. The same source (and target) language must be used for all the files processed with a single converter instance. If the language can be determined automatically from the content of the file (e.g. when reading a bilingual format such as TTX), this parameter may be ignored by the parser. If this parameter is left undefined, it is up to the file sniffer and/or parser to try to determine the language. Parser components may report an error or a warning if they cannot reliably identify the language. Codepage suggestedCodepage A rough guess of what encoding the files use. This is normally set to the default codepage for the language, but can also be null . This serves only as a hint. A file sniffer can be used to determine the actual encoding for each file. An undefined codepage object can be used if no encoding can be guessed. It is then up to the file sniffer and/or parser to best determine the encoding and report an error if they fail, or a warning if the result is not definite. System.EventHandler < MessageEventArgs > messageHandler An (optional) message handler implementation that will receive any messages reported from file sniffers invoked in the process. If a converter is returned, this message handler will also have been connected to the Message event on the converter. You may specify null for this parameter. Returns Type Description IMultiFileConverter A file converter object initialized to read the files, based on information from the best matching file type definitions. To use the file converter, add your own bilingual processors to the converter and call Parse() or ParseNext() to process the native files. Remarks To convert bilingual files to native you would typically use GetConverterToNative(String, OutputPropertiesProvider, EventHandler) . Examples This example shows how this method could be used convert a bunch of native files into a single SDL XLIFF document. void ConvertFilesToXliff(IFileTypeManager manager, string[] nativeFiles, CultureInfo language, Codepage suggestedCodepage, string xliffFilePath) { IMultiFileConverter converter = manager.GetConverterToDefaultBilingual(nativeFiles[], xliffFilePath, language, suggestedCodepage, null, settingsBundle); converter.Parse(); } Exceptions Type Condition OneOrMoreFilesNotSupportedException thrown if there are files for which no file type definition in the file type manager can be used. GetConverterToNative(IBilingualParser, OutputPropertiesProvider) Creates a converter for writing native output files for content read by a specified bilingual parser. Declaration IMultiFileConverter GetConverterToNative(IBilingualParser bilingualParser, OutputPropertiesProvider outputSettingsProvider) Parameters Type Name Description IBilingualParser bilingualParser The parser that will be used for input OutputPropertiesProvider outputSettingsProvider (Optional) implementation of the output settings provider that will be passed to the multi-file converter and used for writing files as native If this parameter is provided (i.e. not null ), the returned converter will be initialized to use this file type manager to create native file generators, and the specified output settings provider will be used to determine output properties for the native files when they are created. Returns Type Description IMultiFileConverter A file converter that may be used to convert bilingual content to native output files GetConverterToNative(String, OutputPropertiesProvider, EventHandler) Creates a converter for parsing a single file and writing native output files. This is intended for bilingual file types, in which the languages and codepage can be deducted automatically from the file content. This version is typically used for parsing SDL XLIFF documents (where support for these have been installed as another bilingual file type). However, it could also be used for processing individual native files in which source language (and codepage) can be deducted from the file content. Declaration IMultiFileConverter GetConverterToNative(string bilingualInputFilePath, OutputPropertiesProvider outputSettingsProvider, EventHandler messageHandler) Parameters Type Name Description System.String bilingualInputFilePath Full path to a bilingual (typically SDL XLIFF) file OutputPropertiesProvider outputSettingsProvider (Optional) implementation of the output settings provider that will be passed to the multi-file converter and used for writing files as native. If this parameter is provided (i.e. not null), the returned converter will be initialized to use this file type manager to create native file generators, and the specified output settings provider will be used to determine output properties for the native files when they are created. System.EventHandler < MessageEventArgs > messageHandler An (optional) message handler implementation that will receive any messages reported from file sniffers invoked in the process. If a converter is returned, this message handler will also be connected to the Message event on the converter. You may specify null for this parameter. Returns Type Description IMultiFileConverter A file converter that may be used to convert bilingual files to native output files Remarks If language (and/or codepage) cannot be successfully determined by the file type components, an exception should be thrown. Examples The following code example shows how to convert an SDL XLIFF file into native target language files. void SaveAsTarget(IFileTypeManager manager, string xliffFilePath, string outputFolder) { FolderPathProvider pathProvider = new FolderPathProvider(outputFolder); IMultiFileConverter converter = manager.GetConverterToNative(xliffFilePath, pathProvider.Provider, settingsBundle); converter.AddBilingualProcessor(new SourceToTargetCopier(ExistingContentHandling.Preserve)); converter.Parse(); } Note that a SourceToTargetCopier object is used to ensure that ParagraphUnits without target content are output as source (they would otherwise be emitted as nothing, which could lead to unexpected results). GetConverterToNative(String[], OutputPropertiesProvider, CultureInfo, Codepage, EventHandler) Creates and initializes a file converter for reading native files, doing processing on them and creating native files as output in one single pass. The file type definitions are tested in sequence, and the first file type definition that matches a file is used for each file. The following steps are used to determine if a file type definition matches a file: The regular expression is evaluated against the name of the file to be converted. If it does not match, the file type definition is not used. If a file sniffer is defined for the file type definition, it is applied to the file. If the file sniffer does not indicate that the file is supported, the file type definition is not used. If no matching file type definition is found, a OneOrMoreFilesNotSupportedException is thrown. Declaration IMultiFileConverter GetConverterToNative(string[] nativeFilePaths, OutputPropertiesProvider outputSettingsProvider, CultureInfo sourceLanguage, Codepage suggestedCodepage, EventHandler messageHandler) Parameters Type Name Description System.String [] nativeFilePaths The native files to be converted OutputPropertiesProvider outputSettingsProvider Implementation of the output settings provider that will be passed to the multi-file converter and used for writing files as native. The returned converter will be initialized to use this file type manager to create native file generators, and the specified output settings provider will be used to determine the output properties for the native files when they are created. System.Globalization.CultureInfo sourceLanguage Expected source language of the files. The same source (and target) language must be used for all the files processed with a single converter instance. If the language can be determined automatically from the content of the file (e.g. when reading a bilingual format such as TTX), this parameter may be ignored by the parser. If this parameter is left undefined, it is up to the file sniffer and/or parser to try to determine the language. Parser components may report an error or a warning if they cannot reliably identify the language. Codepage suggestedCodepage A rough guess of what encoding the files use. This is normally set to the default codepage for the language, but can also be null . This serves only as a hint. A file sniffer can be used to determine the actual encoding for each file. An undefined codepage object can be used if no encoding can be guessed. It is then up to the file sniffer and/or parser to best determine the encoding, and report an error if they fail or a warning if the result is not definite. System.EventHandler < MessageEventArgs > messageHandler An (optional) message handler implementation that will receive any messages reported from file sniffers invoked in the process. If a converter is returned, this message handler will also be connected to the Message event on the converter. You may specify null for this parameter. Returns Type Description IMultiFileConverter A file converter object initialized to read the files and write corresponding output files based on the output settings provider. To use the file converter, add your own bilingual processors to the converter and call Parse() or ParseNext() to process the native files. Exceptions Type Condition OneOrMoreFilesNotSupportedException thrown if there are files for which no file type definition in the file type manager can be used. InsertFileTypeDefinition(Int32, IFileTypeDefinition) Inserts a file type definition into the collection at a specific priority position. Declaration void InsertFileTypeDefinition(int index, IFileTypeDefinition filterDefinition) Parameters Type Name Description System.Int32 index 0-based index indicating the file type definition's priority in relation to the other currently known file type definitions. IFileTypeDefinition filterDefinition RemoveFileTypeDefinition(IFileTypeDefinition) Removes a file type definition from the collection. If no such file type definition exists in the collection, nothing happens. Declaration void RemoveFileTypeDefinition(IFileTypeDefinition filterDefinition) Parameters Type Name Description IFileTypeDefinition filterDefinition" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFilterFramework1FilterDefinitionFile.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFilterFramework1FilterDefinitionFile.html", "title": "Interface IFilterFramework1FilterDefinitionFile", - "keywords": "Interface IFilterFramework1FilterDefinitionFile A public interface for holding a spring .net framework created by a filter framework 1 filter definition file. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFilterFramework1FilterDefinitionFile Properties FilterFramework1FilterDefinitionFileContent The actual XML file content of the FF1 filter definition file. This is normally copied to a temporary file when calling FF1 filter plug-ins. Declaration string FilterFramework1FilterDefinitionFileContent { get; set; } Property Value Type Description string FilterFramework1FilterDefinitionFilePath A string for holding the path or filename for the FF1 filter definition file if a permanent file needs to be created. NB: normally only a temporary file will need to be created when adapting FF1 filter plug-ins. Declaration string FilterFramework1FilterDefinitionFilePath { get; set; } Property Value Type Description string" + "keywords": "Interface IFilterFramework1FilterDefinitionFile A public interface for holding a spring .net framework created by a filter framework 1 filter definition file. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFilterFramework1FilterDefinitionFile Properties FilterFramework1FilterDefinitionFileContent The actual XML file content of the FF1 filter definition file. This is normally copied to a temporary file when calling FF1 filter plug-ins. Declaration string FilterFramework1FilterDefinitionFileContent { get; set; } Property Value Type Description System.String FilterFramework1FilterDefinitionFilePath A string for holding the path or filename for the FF1 filter definition file if a permanent file needs to be created. NB: normally only a temporary file will need to be created when adapting FF1 filter plug-ins. Declaration string FilterFramework1FilterDefinitionFilePath { get; set; } Property Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IGeneratorInfo.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IGeneratorInfo.html", "title": "Interface IGeneratorInfo", - "keywords": "Interface IGeneratorInfo Information on a generator component that is specified for the file type Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IGeneratorInfo Properties Description Description of the generator; this will be used in the host application UI to describe the result of using this generator (e.g. 'Save as native file'). Declaration LocalizableString Description { get; set; } Property Value Type Description LocalizableString Id The id of the generator Declaration GeneratorId Id { get; set; } Property Value Type Description GeneratorId" + "keywords": "Interface IGeneratorInfo Information on a generator component that is specified for the file type Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IGeneratorInfo Properties Description Description of the generator; this will be used in the host application UI to describe the result of using this generator (e.g. 'Save as native file'). Declaration LocalizableString Description { get; set; } Property Value Type Description LocalizableString Id The id of the generator Declaration GeneratorId Id { get; set; } Property Value Type Description GeneratorId" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent.html", "title": "Interface IInteractivePreviewComponent", - "keywords": "Interface IInteractivePreviewComponent A control representing the native type of a document with methods to allow scrolling, searching and replacement of text within the native document. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IInteractivePreviewComponent Methods Close() Closes the document in whatever way is necessary, and cleans up any left-over resources. Declaration void Close() CreateScratchDocument(SegmentReference) Creates a scratch document containing just the specified segment and returns the file name. Declaration string CreateScratchDocument(SegmentReference segment) Parameters Type Name Description SegmentReference segment Returns Type Description string Generate(IFileTypeManager, BilingualParserFactory) Generates the native preview using the filter manager and bilingual parser provided. Populates the control with the resulting document. Declaration void Generate(IFileTypeManager filterManager, BilingualParserFactory bilingualParserFactory) Parameters Type Name Description IFileTypeManager filterManager BilingualParserFactory bilingualParserFactory Remarks If you call this method before GetControl, it will fail silently. This method is intended to be thread- safe, and will refuse to create any UI controls. GetControl() Declaration Control GetControl() Returns Type Description Control GetSelectedSegment() Returns an identifier for the currently selected segment in the preview document Declaration SegmentReference GetSelectedSegment() Returns Type Description SegmentReference ScrollToSegment(SegmentReference) Scrolls the native document window so that the segment becomes visible. Declaration void ScrollToSegment(SegmentReference segment) Parameters Type Name Description SegmentReference segment UpdateSegment(SegmentReference, string) Updates the text in the native document to match the new text of the specified segment. Declaration void UpdateSegment(SegmentReference segment, string filename) Parameters Type Name Description SegmentReference segment The segment to update string filename The filename of the native document to update Events WindowSelectionChanged Notifies listeners that the selection is now different Declaration event PreviewControlHandler WindowSelectionChanged Event Type Type Description PreviewControlHandler" + "keywords": "Interface IInteractivePreviewComponent A control representing the native type of a document with methods to allow scrolling, searching and replacement of text within the native document. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IInteractivePreviewComponent Methods Close() Closes the document in whatever way is necessary, and cleans up any left-over resources. Declaration void Close() CreateScratchDocument(SegmentReference) Creates a scratch document containing just the specified segment and returns the file name. Declaration string CreateScratchDocument(SegmentReference segment) Parameters Type Name Description SegmentReference segment Returns Type Description System.String Generate(IFileTypeManager, BilingualParserFactory) Generates the native preview using the filter manager and bilingual parser provided. Populates the control with the resulting document. Declaration void Generate(IFileTypeManager filterManager, BilingualParserFactory bilingualParserFactory) Parameters Type Name Description IFileTypeManager filterManager BilingualParserFactory bilingualParserFactory Remarks If you call this method before GetControl, it will fail silently. This method is intended to be thread- safe, and will refuse to create any UI controls. GetControl() Declaration Control GetControl() Returns Type Description System.Windows.Forms.Control GetSelectedSegment() Returns an identifier for the currently selected segment in the preview document Declaration SegmentReference GetSelectedSegment() Returns Type Description SegmentReference ScrollToSegment(SegmentReference) Scrolls the native document window so that the segment becomes visible. Declaration void ScrollToSegment(SegmentReference segment) Parameters Type Name Description SegmentReference segment UpdateSegment(SegmentReference, String) Updates the text in the native document to match the new text of the specified segment. Declaration void UpdateSegment(SegmentReference segment, string filename) Parameters Type Name Description SegmentReference segment The segment to update System.String filename The filename of the native document to update Events WindowSelectionChanged Notifies listeners that the selection is now different Declaration event PreviewControlHandler WindowSelectionChanged Event Type Type Description PreviewControlHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponentFactory.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponentFactory.html", "title": "Interface IInteractivePreviewComponentFactory", - "keywords": "Interface IInteractivePreviewComponentFactory Simple class for creating generator classes used for generating and populating native document previews. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IInteractivePreviewComponentFactory Methods CreateComponent() Creates and return the relevant type of generator for the file type. Declaration IInteractivePreviewComponent CreateComponent() Returns Type Description IInteractivePreviewComponent" + "keywords": "Interface IInteractivePreviewComponentFactory Simple class for creating generator classes used for generating and populating native document previews. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IInteractivePreviewComponentFactory Methods CreateComponent() Creates and return the relevant type of generator for the file type. Declaration IInteractivePreviewComponent CreateComponent() Returns Type Description IInteractivePreviewComponent" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation.html", "title": "Interface IMessageLocation", - "keywords": "Interface IMessageLocation Used with messages that link to a document location to provide a mechanism to retrieve the corresponding positions in the bilingual content model. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IMessageLocation Properties CharactersIntoParagraph Number of characters from the start of the paragraph; used when translating and persisting message locations. The bilingual paragraph location may be calculated from this. Declaration int CharactersIntoParagraph { get; set; } Property Value Type Description int Remarks A value of -1 implies this property has not been set. CharactersIntoSegment Number of characters from the start of the segment if the location is inside a segment. Used when translating and persisting message locations. The bilingual paragraph location may be calculated from this. Declaration int CharactersIntoSegment { get; set; } Property Value Type Description int Remarks This value is only valid if the SegmentId value is not null . A value of -1 implies that this property has not been set. FileId Id of the file that the location refers to, or null if none. Declaration FileId? FileId { get; set; } Property Value Type Description FileId LocationDescription Textual description of the location. This is used for messages for which a link to the actual location in the document cannot be provided (e.g. if they refer to a different file or if no actual document location could be determined). Declaration string LocationDescription { get; set; } Property Value Type Description string ParagrahUnitId Id of the paragraph unit that the location refers to, or null if none. Declaration ParagraphUnitId? ParagrahUnitId { get; set; } Property Value Type Description ParagraphUnitId ParagraphLocation Text location that the message refers to within the source or target paragraph, or null if none. Declaration TextLocation ParagraphLocation { get; set; } Property Value Type Description TextLocation SegmentId Id of the segment that the location refers to, or null if none. Declaration SegmentId? SegmentId { get; set; } Property Value Type Description SegmentId SourceOrTarget Indicates whether the location refers to the source or target. Declaration ContentRestriction SourceOrTarget { get; set; } Property Value Type Description ContentRestriction" + "keywords": "Interface IMessageLocation Used with messages that link to a document location to provide a mechanism to retrieve the corresponding positions in the bilingual content model. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IMessageLocation Properties CharactersIntoParagraph Number of characters from the start of the paragraph; used when translating and persisting message locations. The bilingual paragraph location may be calculated from this. Declaration int CharactersIntoParagraph { get; set; } Property Value Type Description System.Int32 Remarks A value of -1 implies this property has not been set. CharactersIntoSegment Number of characters from the start of the segment if the location is inside a segment. Used when translating and persisting message locations. The bilingual paragraph location may be calculated from this. Declaration int CharactersIntoSegment { get; set; } Property Value Type Description System.Int32 Remarks This value is only valid if the SegmentId value is not null . A value of -1 implies that this property has not been set. FileId Id of the file that the location refers to, or null if none. Declaration FileId? FileId { get; set; } Property Value Type Description System.Nullable < FileId > LocationDescription Textual description of the location. This is used for messages for which a link to the actual location in the document cannot be provided (e.g. if they refer to a different file or if no actual document location could be determined). Declaration string LocationDescription { get; set; } Property Value Type Description System.String ParagrahUnitId Id of the paragraph unit that the location refers to, or null if none. Declaration ParagraphUnitId? ParagrahUnitId { get; set; } Property Value Type Description System.Nullable < ParagraphUnitId > ParagraphLocation Text location that the message refers to within the source or target paragraph, or null if none. Declaration TextLocation ParagraphLocation { get; set; } Property Value Type Description TextLocation SegmentId Id of the segment that the location refers to, or null if none. Declaration SegmentId? SegmentId { get; set; } Property Value Type Description System.Nullable < SegmentId > SourceOrTarget Indicates whether the location refers to the source or target. Declaration ContentRestriction SourceOrTarget { get; set; } Property Value Type Description ContentRestriction" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.html", "title": "Class FileTypeCreator", - "keywords": "Class FileTypeCreator FileTypeCreator - used during the creation process of a new file type flavour Inheritance object AbstractFileTypeDefinitionComponent FileTypeCreator Implements IFileTypeCreator IFileTypeDefinitionAware Inherited Members AbstractFileTypeDefinitionComponent.FileTypeDefinition object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Implementation Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class FileTypeCreator : AbstractFileTypeDefinitionComponent, IFileTypeCreator, IFileTypeDefinitionAware Constructors FileTypeCreator() Declaration public FileTypeCreator() Properties Description A description of the file type that will be created by the IFileTypeCreator. Declaration public virtual LocalizableString Description { get; set; } Property Value Type Description LocalizableString TemplateComponentBuilder Component builder used for creation of this new FileType Declaration public virtual IFileTypeComponentBuilder TemplateComponentBuilder { get; } Property Value Type Description IFileTypeComponentBuilder Methods CreateWizardPages(ISettingsBundle) Creates the wizard pages to configure the new file type. Declaration public virtual IEnumerable CreateWizardPages(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle settings bundle Returns Type Description IEnumerable FileTypeCreatorWizardPage wizard pages Implements IFileTypeCreator IFileTypeDefinitionAware" + "keywords": "Class FileTypeCreator FileTypeCreator - used during the creation process of a new file type flavour Inheritance System.Object AbstractFileTypeDefinitionComponent FileTypeCreator Implements IFileTypeCreator IFileTypeDefinitionAware Inherited Members AbstractFileTypeDefinitionComponent.FileTypeDefinition 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.FileTypeSupport.Framework.IntegrationApi.Implementation Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class FileTypeCreator : AbstractFileTypeDefinitionComponent, IFileTypeCreator, IFileTypeDefinitionAware Constructors FileTypeCreator() Declaration public FileTypeCreator() Properties Description A description of the file type that will be created by the IFileTypeCreator. Declaration public virtual LocalizableString Description { get; set; } Property Value Type Description LocalizableString TemplateComponentBuilder Component builder used for creation of this new FileType Declaration public virtual IFileTypeComponentBuilder TemplateComponentBuilder { get; } Property Value Type Description IFileTypeComponentBuilder Methods CreateWizardPages(ISettingsBundle) Creates the wizard pages to configure the new file type. Declaration public virtual IEnumerable CreateWizardPages(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle settings bundle Returns Type Description System.Collections.Generic.IEnumerable < FileTypeCreatorWizardPage > wizard pages Implements IFileTypeCreator IFileTypeDefinitionAware" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.html", @@ -2207,187 +1907,187 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.html", "title": "Interface IMultiFileConverter", - "keywords": "Interface IMultiFileConverter Used for converting and processing content from one or more files as a single bilingual document. Inherited Members IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.InsertBilingualProcessor(int, IBilingualContentProcessor) IBilingualProcessorContainer.RemoveBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.GetBilingualProcessors() IBilingualProcessorContainer.FileRestriction IBilingualProcessorContainer.ParagraphUnitRestriction Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IMultiFileConverter : IBilingualProcessorContainer Properties BilingualDocumentGenerator The purpose of a bilingual generator is to serialize all bilingual content (potentially from different native files) into a single bilingual output (e.g. an XLIFF file) that will act as a persistent storage for the bilingual content, from which it can be fully de-serialized. Declaration IBilingualDocumentGenerator BilingualDocumentGenerator { get; set; } Property Value Type Description IBilingualDocumentGenerator Remarks If set, the input of the bilingual generator is used as the last bilingual content processor. When a bilingual generator is specified, the NativeGeneratorProvider and OutputPropertiesProvider are not used, even if they are set. Set this to null if you are not writing to an intermediate bilingual file format. When set, the BilingualDocumentOutputPropertiesProvider is used. BilingualDocumentOutputProperties After saving a bilingual document, this property provides access to the output properties that were used. This can be used to find the file name of the created output file and to determine which dependency files are referenced (linked) to the file rather than embedded inside the file. Declaration IBilingualDocumentOutputProperties BilingualDocumentOutputProperties { get; } Property Value Type Description IBilingualDocumentOutputProperties BilingualDocumentOutputPropertiesProvider When writing bilingual document files (e.g. SDL XLIFF), this property must be set. The delegate is called by the converter to determine the file name of the bilingual document to be created. Declaration BilingualDocumentOutputPropertiesProvider BilingualDocumentOutputPropertiesProvider { get; set; } Property Value Type Description BilingualDocumentOutputPropertiesProvider BilingualVerifiersProvider In order to add the file specific verifiers into the processing chain, we can specify a BilingualVerifiersProvider. A default implementation is provided by the FileTypeManager. If no bilingual verification is required, this property should be left null. Declaration BilingualVerifiersProvider BilingualVerifiersProvider { get; set; } Property Value Type Description BilingualVerifiersProvider DependencyFileLocator When parsing intermediate bilingual documents this property may be set to provide assistance in locating missing linked dependency files. The provided delegate will be passed to any bilingual document parsers before they are used for processing. Declaration DependencyFileLocator DependencyFileLocator { get; set; } Property Value Type Description DependencyFileLocator Remarks If not provided, and a dependency file cannot be located, a warning message the parser may still attempt to process the file, but it is recommended to generate a warning message. DetectedLanguagesCorrespondToDocumentProperties True if the source and target languages in the DocumentInfo correspond to the languages detected by the file sniffers for each of the extractors. False if any of the extractors is certain that its file is using a different source or target language. Declaration bool DetectedLanguagesCorrespondToDocumentProperties { get; } Property Value Type Description bool Remarks The method UpdateDocumentPropertiesFromExtractors() can be called to set the current document properties from the detected languages. However, if there are multiple extractors that detect with certainty different languages, this will not work. You can ensure that specific languages get applied to all extractors by updating the document properties and by calling ApplyDocumentPropertiesToExtractors() . The DetectedSourceLanguage and DetectedTargetLanguage properties can be used to retrieve the source and target language detected by the extractors if a common language is detected and can be used. You can also access the detected source and target languages explicitly for each extractor by looking at FileConversionProperties and checking the FileSnifferInfo . DetectedSourceLanguage The source language for all extractors, or null if conflicting source languages have been determined with certainty. The detection level that is returned is the highest detection level for the source language provided by the extractors. Declaration Pair DetectedSourceLanguage { get; } Property Value Type Description Pair Language DetectionLevel Remarks You can also access the detected source and target languages explicitly for each extractor by looking at SniffInfo in the FileConversionProperties . See Also DetectedLanguagesCorrespondToDocumentProperties DetectedTargetLanguage UpdateDocumentPropertiesFromExtractors() ApplyDocumentPropertiesToExtractors() DetectedTargetLanguage The target language for all extractors, or null if conflicting target languages have been determined with certainty. The detection level that is returned is the highest detection level for the target language provided by the extractors. Declaration Pair DetectedTargetLanguage { get; } Property Value Type Description Pair Language DetectionLevel Remarks You can also access the detected source and target languages explicitly for each extractor by looking at SniffInfo in the FileConversionProperties . See Also DetectedLanguagesCorrespondToDocumentProperties DetectedTargetLanguage UpdateDocumentPropertiesFromExtractors() ApplyDocumentPropertiesToExtractors() DocumentInfo Common properties communicated to all bilingual processing components Declaration IDocumentProperties DocumentInfo { get; } Property Value Type Description IDocumentProperties Remarks Note that changing the document properties by accessing this property will not automatically update language settings for any of the extractors. Call SetDocumentInfo(IDocumentProperties, bool) or ApplyDocumentPropertiesToExtractors() to do that. Extractors Read-only access to the file extractors used for reading files. Declaration IEnumerable Extractors { get; } Property Value Type Description IEnumerable IFileExtractor Remarks The order of the extractors reflects the order in which they will be used. You must use AddExtractor(IFileExtractor) and RemoveExtractor(IFileExtractor) if you want to modify the collection. ItemFactory The bilingual content model item factory that will be used by the converters and bilingual file type components Declaration IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory NativeGeneratorProvider When converting to native format, this property represents the provider that will attempt to create IFileGenerator instances, and provide output settings when needed by the framework. This property should be null if not converting to native format. Declaration NativeGeneratorProvider NativeGeneratorProvider { get; set; } Property Value Type Description NativeGeneratorProvider Remarks The BuildNativeGenerator(IPersistentFileConversionProperties) method can be used as an implementation for this delegate. OutputPropertiesProvider When converting to native format, this property must be set. This delegate is called by the converter to set the output filename, encoding, language, etc. for each native file produced. Declaration OutputPropertiesProvider OutputPropertiesProvider { get; set; } Property Value Type Description OutputPropertiesProvider PropertiesFactory Convenience getter for the properties factory that will be used by the converters and file type components. The implementation should return the properties factory from the document item factory, or null if none. Declaration IPropertiesFactory PropertiesFactory { get; } Property Value Type Description IPropertiesFactory SharedObjects The shared objects that will be communicated across all components that are used in content processing. Components that implement ISharedObjectsAware will receive this interface via the SetSharedObjects(ISharedObjects) method before they are used for content processing. Declaration ISharedObjects SharedObjects { get; } Property Value Type Description ISharedObjects Remarks Applications may publish objects to be used by file type components during the conversion process by calling PublishSharedObject(string, object, IdConflictResolution) . Methods AddExtractor(IFileExtractor) Adds another file converter to be used. The converter should be initialized properly. Declaration void AddExtractor(IFileExtractor extractor) Parameters Type Name Description IFileExtractor extractor ApplyDocumentPropertiesToExtractors() Updates the file properties for each of the extractors to use the source and target languages specified in the document properties. Declaration void ApplyDocumentPropertiesToExtractors() InsertExtractor(int, IFileExtractor) Inserts a file converter to be used at a specific index. The converter should be initialized properly. Declaration void InsertExtractor(int index, IFileExtractor extractor) Parameters Type Name Description int index IFileExtractor extractor Parse() Initializes the file type components and repeatedly invokes the ParseNext method on the parser until all content has been processed. If there is a native parser, it will be used. Otherwise ,if there is a bilingual parser, that parser will be used. If no parser has been specified, an exception will be thrown. Declaration void Parse() Remarks Always call this or the ParseNext method on the converter, never directly on the parser, since this will not initialize the file type components properly. ParseNext() Invokes the ParseNext() method on the appropriate parser, causing a chunk of content to be processed. Ensures that the the parser components are initialized before parsing commences for the first time. Declaration bool ParseNext() Returns Type Description bool True if there is more content to be parsed RemoveExtractor(IFileExtractor) Removes the specified converter. Declaration bool RemoveExtractor(IFileExtractor extractor) Parameters Type Name Description IFileExtractor extractor Converter to be removed Returns Type Description bool True if the converter was part of the collection, false if no change was made SetDocumentInfo(IDocumentProperties, bool) Set document properties, optionally updating source and target languages for each of the extractors. Declaration void SetDocumentInfo(IDocumentProperties newDocumentInfo, bool applyToAllExtractors) Parameters Type Name Description IDocumentProperties newDocumentInfo bool applyToAllExtractors SynchronizeDocumentProperties() Properly synchronizes document properties between the converter and its extractors. If document properties are available from a bilingual parser, they will be used. Otherwise, the document properties will be deducted by querying existing extractors for languages. Declaration void SynchronizeDocumentProperties() Remarks If the first extractor has a bilingual parser, use its document properties if available (by calling SetDocumentInfo(IDocumentProperties, bool) ). Otherwise, call UpdateDocumentPropertiesFromExtractors() to retrieve the properties from the extractors, and if they are valid ( DetectedLanguagesCorrespondToDocumentProperties returns true), communicate them to all the extractors (by calling ApplyDocumentPropertiesToExtractors() ). UpdateDocumentPropertiesFromExtractors() Set source and target languages of the document properties from the properties detected by the file sniffers associated with the extractors. If different extractors have detected differing languages with certainty, this method does not change the document properties and returns false . If different languages are detected with a detection level less then certain, the language with the highest detection level will be used. If there is more than one language, the first one will take precedence. If a target language has been set in the document properties, but no target language has been detected in the extractors, the target language of the document properties will be set to an uninitialized value. Declaration bool UpdateDocumentPropertiesFromExtractors() Returns Type Description bool True if there were no conflicting languages and the document properties have been updated. Events Message Raised when a message is reported from a file type component. Declaration event EventHandler Message Event Type Type Description EventHandler MessageEventArgs Progress This event is fired when any of the the native or bilingual parser fires progress events. The reported progress constitutes the computed total progress for all files being processed. Declaration event EventHandler Progress Event Type Type Description EventHandler BatchProgressEventArgs" + "keywords": "Interface IMultiFileConverter Used for converting and processing content from one or more files as a single bilingual document. Inherited Members IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.InsertBilingualProcessor(Int32, IBilingualContentProcessor) IBilingualProcessorContainer.RemoveBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.GetBilingualProcessors() IBilingualProcessorContainer.FileRestriction IBilingualProcessorContainer.ParagraphUnitRestriction Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IMultiFileConverter : IBilingualProcessorContainer Properties BilingualDocumentGenerator The purpose of a bilingual generator is to serialize all bilingual content (potentially from different native files) into a single bilingual output (e.g. an XLIFF file) that will act as a persistent storage for the bilingual content, from which it can be fully de-serialized. Declaration IBilingualDocumentGenerator BilingualDocumentGenerator { get; set; } Property Value Type Description IBilingualDocumentGenerator Remarks If set, the input of the bilingual generator is used as the last bilingual content processor. When a bilingual generator is specified, the NativeGeneratorProvider and OutputPropertiesProvider are not used, even if they are set. Set this to null if you are not writing to an intermediate bilingual file format. When set, the BilingualDocumentOutputPropertiesProvider is used. BilingualDocumentOutputProperties After saving a bilingual document, this property provides access to the output properties that were used. This can be used to find the file name of the created output file and to determine which dependency files are referenced (linked) to the file rather than embedded inside the file. Declaration IBilingualDocumentOutputProperties BilingualDocumentOutputProperties { get; } Property Value Type Description IBilingualDocumentOutputProperties BilingualDocumentOutputPropertiesProvider When writing bilingual document files (e.g. SDL XLIFF), this property must be set. The delegate is called by the converter to determine the file name of the bilingual document to be created. Declaration BilingualDocumentOutputPropertiesProvider BilingualDocumentOutputPropertiesProvider { get; set; } Property Value Type Description BilingualDocumentOutputPropertiesProvider BilingualVerifiersProvider In order to add the file specific verifiers into the processing chain, we can specify a BilingualVerifiersProvider. A default implementation is provided by the FileTypeManager. If no bilingual verification is required, this property should be left null. Declaration BilingualVerifiersProvider BilingualVerifiersProvider { get; set; } Property Value Type Description BilingualVerifiersProvider DependencyFileLocator When parsing intermediate bilingual documents this property may be set to provide assistance in locating missing linked dependency files. The provided delegate will be passed to any bilingual document parsers before they are used for processing. Declaration DependencyFileLocator DependencyFileLocator { get; set; } Property Value Type Description DependencyFileLocator Remarks If not provided, and a dependency file cannot be located, a warning message the parser may still attempt to process the file, but it is recommended to generate a warning message. DetectedLanguagesCorrespondToDocumentProperties True if the source and target languages in the DocumentInfo correspond to the languages detected by the file sniffers for each of the extractors. False if any of the extractors is certain that its file is using a different source or target language. Declaration bool DetectedLanguagesCorrespondToDocumentProperties { get; } Property Value Type Description System.Boolean Remarks The method UpdateDocumentPropertiesFromExtractors() can be called to set the current document properties from the detected languages. However, if there are multiple extractors that detect with certainty different languages, this will not work. You can ensure that specific languages get applied to all extractors by updating the document properties and by calling ApplyDocumentPropertiesToExtractors() . The DetectedSourceLanguage and DetectedTargetLanguage properties can be used to retrieve the source and target language detected by the extractors if a common language is detected and can be used. You can also access the detected source and target languages explicitly for each extractor by looking at FileConversionProperties and checking the FileSnifferInfo . DetectedSourceLanguage The source language for all extractors, or null if conflicting source languages have been determined with certainty. The detection level that is returned is the highest detection level for the source language provided by the extractors. Declaration Pair DetectedSourceLanguage { get; } Property Value Type Description Pair < Language , DetectionLevel > Remarks You can also access the detected source and target languages explicitly for each extractor by looking at SniffInfo in the FileConversionProperties . See Also DetectedLanguagesCorrespondToDocumentProperties DetectedTargetLanguage UpdateDocumentPropertiesFromExtractors() ApplyDocumentPropertiesToExtractors() DetectedTargetLanguage The target language for all extractors, or null if conflicting target languages have been determined with certainty. The detection level that is returned is the highest detection level for the target language provided by the extractors. Declaration Pair DetectedTargetLanguage { get; } Property Value Type Description Pair < Language , DetectionLevel > Remarks You can also access the detected source and target languages explicitly for each extractor by looking at SniffInfo in the FileConversionProperties . See Also DetectedLanguagesCorrespondToDocumentProperties DetectedTargetLanguage UpdateDocumentPropertiesFromExtractors() ApplyDocumentPropertiesToExtractors() DocumentInfo Common properties communicated to all bilingual processing components Declaration IDocumentProperties DocumentInfo { get; } Property Value Type Description IDocumentProperties Remarks Note that changing the document properties by accessing this property will not automatically update language settings for any of the extractors. Call SetDocumentInfo(IDocumentProperties, Boolean) or ApplyDocumentPropertiesToExtractors() to do that. Extractors Read-only access to the file extractors used for reading files. Declaration IEnumerable Extractors { get; } Property Value Type Description System.Collections.Generic.IEnumerable < IFileExtractor > Remarks The order of the extractors reflects the order in which they will be used. You must use AddExtractor(IFileExtractor) and RemoveExtractor(IFileExtractor) if you want to modify the collection. ItemFactory The bilingual content model item factory that will be used by the converters and bilingual file type components Declaration IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory NativeGeneratorProvider When converting to native format, this property represents the provider that will attempt to create IFileGenerator instances, and provide output settings when needed by the framework. This property should be null if not converting to native format. Declaration NativeGeneratorProvider NativeGeneratorProvider { get; set; } Property Value Type Description NativeGeneratorProvider Remarks The BuildNativeGenerator(IPersistentFileConversionProperties) method can be used as an implementation for this delegate. OutputPropertiesProvider When converting to native format, this property must be set. This delegate is called by the converter to set the output filename, encoding, language, etc. for each native file produced. Declaration OutputPropertiesProvider OutputPropertiesProvider { get; set; } Property Value Type Description OutputPropertiesProvider PropertiesFactory Convenience getter for the properties factory that will be used by the converters and file type components. The implementation should return the properties factory from the document item factory, or null if none. Declaration IPropertiesFactory PropertiesFactory { get; } Property Value Type Description IPropertiesFactory SharedObjects The shared objects that will be communicated across all components that are used in content processing. Components that implement ISharedObjectsAware will receive this interface via the SetSharedObjects(ISharedObjects) method before they are used for content processing. Declaration ISharedObjects SharedObjects { get; } Property Value Type Description ISharedObjects Remarks Applications may publish objects to be used by file type components during the conversion process by calling PublishSharedObject(String, Object, IdConflictResolution) . Methods AddExtractor(IFileExtractor) Adds another file converter to be used. The converter should be initialized properly. Declaration void AddExtractor(IFileExtractor extractor) Parameters Type Name Description IFileExtractor extractor ApplyDocumentPropertiesToExtractors() Updates the file properties for each of the extractors to use the source and target languages specified in the document properties. Declaration void ApplyDocumentPropertiesToExtractors() InsertExtractor(Int32, IFileExtractor) Inserts a file converter to be used at a specific index. The converter should be initialized properly. Declaration void InsertExtractor(int index, IFileExtractor extractor) Parameters Type Name Description System.Int32 index IFileExtractor extractor Parse() Initializes the file type components and repeatedly invokes the ParseNext method on the parser until all content has been processed. If there is a native parser, it will be used. Otherwise ,if there is a bilingual parser, that parser will be used. If no parser has been specified, an exception will be thrown. Declaration void Parse() Remarks Always call this or the ParseNext method on the converter, never directly on the parser, since this will not initialize the file type components properly. ParseNext() Invokes the ParseNext() method on the appropriate parser, causing a chunk of content to be processed. Ensures that the the parser components are initialized before parsing commences for the first time. Declaration bool ParseNext() Returns Type Description System.Boolean True if there is more content to be parsed RemoveExtractor(IFileExtractor) Removes the specified converter. Declaration bool RemoveExtractor(IFileExtractor extractor) Parameters Type Name Description IFileExtractor extractor Converter to be removed Returns Type Description System.Boolean True if the converter was part of the collection, false if no change was made SetDocumentInfo(IDocumentProperties, Boolean) Set document properties, optionally updating source and target languages for each of the extractors. Declaration void SetDocumentInfo(IDocumentProperties newDocumentInfo, bool applyToAllExtractors) Parameters Type Name Description IDocumentProperties newDocumentInfo System.Boolean applyToAllExtractors SynchronizeDocumentProperties() Properly synchronizes document properties between the converter and its extractors. If document properties are available from a bilingual parser, they will be used. Otherwise, the document properties will be deducted by querying existing extractors for languages. Declaration void SynchronizeDocumentProperties() Remarks If the first extractor has a bilingual parser, use its document properties if available (by calling SetDocumentInfo(IDocumentProperties, Boolean) ). Otherwise, call UpdateDocumentPropertiesFromExtractors() to retrieve the properties from the extractors, and if they are valid ( DetectedLanguagesCorrespondToDocumentProperties returns true), communicate them to all the extractors (by calling ApplyDocumentPropertiesToExtractors() ). UpdateDocumentPropertiesFromExtractors() Set source and target languages of the document properties from the properties detected by the file sniffers associated with the extractors. If different extractors have detected differing languages with certainty, this method does not change the document properties and returns false . If different languages are detected with a detection level less then certain, the language with the highest detection level will be used. If there is more than one language, the first one will take precedence. If a target language has been set in the document properties, but no target language has been detected in the extractors, the target language of the document properties will be set to an uninitialized value. Declaration bool UpdateDocumentPropertiesFromExtractors() Returns Type Description System.Boolean True if there were no conflicting languages and the document properties have been updated. Events Message Raised when a message is reported from a file type component. Declaration event EventHandler Message Event Type Type Description System.EventHandler < MessageEventArgs > Progress This event is fired when any of the the native or bilingual parser fires progress events. The reported progress constitutes the computed total progress for all files being processed. Declaration event EventHandler Progress Event Type Type Description System.EventHandler < BatchProgressEventArgs >" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.INavigablePreview.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.INavigablePreview.html", "title": "Interface INavigablePreview", - "keywords": "Interface INavigablePreview Provides services for navigating in a preview, to highlight a specific segment in the preview, and to generate events when the user selects a segment in the preview. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INavigablePreview Remarks Preview implementations may choose to provide only part of this functionality, e.g. they might let the host application highlight a segment, but may not support users selecting as segment in the preview. It is up to the implementation to choose what to support, and simply provide no implementation for the other parts of this interface. Properties PreferredHighlightColor Set by the host application to indicate the preferred color to be used for highlighting the current segment in the preview when NavigateToSegment(SegmentReference) is called. Declaration Color PreferredHighlightColor { get; set; } Property Value Type Description Color Remarks Using the highlight color is optional, but leads to an enhanced user experience. This will typically be the same color as the background color that is used for the active segment row in the editor, which makes it easier for the user to see that the two segments (i.e. from the bilingual document and the preview) relate to each other. Methods NavigateToSegment(SegmentReference) Called by the host application to request that the preview should scroll to the specified segment. Declaration void NavigateToSegment(SegmentReference segment) Parameters Type Name Description SegmentReference segment Remarks The implementation may specifically highlight the segment in the preview (if possible). Events SegmentSelected Raised when the user interacts with the preview, selecting a different segment than the one that is currently highlighted. Declaration event EventHandler SegmentSelected Event Type Type Description EventHandler SegmentSelectedEventArgs Remarks The host application typically handles this event by changing the active segment in the editor to the one that the user has selected in the preview." + "keywords": "Interface INavigablePreview Provides services for navigating in a preview, to highlight a specific segment in the preview, and to generate events when the user selects a segment in the preview. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INavigablePreview Remarks Preview implementations may choose to provide only part of this functionality, e.g. they might let the host application highlight a segment, but may not support users selecting as segment in the preview. It is up to the implementation to choose what to support, and simply provide no implementation for the other parts of this interface. Properties PreferredHighlightColor Set by the host application to indicate the preferred color to be used for highlighting the current segment in the preview when NavigateToSegment(SegmentReference) is called. Declaration Color PreferredHighlightColor { get; set; } Property Value Type Description System.Drawing.Color Remarks Using the highlight color is optional, but leads to an enhanced user experience. This will typically be the same color as the background color that is used for the active segment row in the editor, which makes it easier for the user to see that the two segments (i.e. from the bilingual document and the preview) relate to each other. Methods NavigateToSegment(SegmentReference) Called by the host application to request that the preview should scroll to the specified segment. Declaration void NavigateToSegment(SegmentReference segment) Parameters Type Name Description SegmentReference segment Remarks The implementation may specifically highlight the segment in the preview (if possible). Events SegmentSelected Raised when the user interacts with the preview, selecting a different segment than the one that is currently highlighted. Declaration event EventHandler SegmentSelected Event Type Type Description System.EventHandler < SegmentSelectedEventArgs > Remarks The host application typically handles this event by changing the active segment in the editor to the one that the user has selected in the preview." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet.html", "title": "Interface IPreviewSet", - "keywords": "Interface IPreviewSet A group of preview types that has a common name and that can be assigned to a group of source/target/side-by-side preview commands in the user interface. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPreviewSet Remarks This can be a set of application previews or a set of control previews, or a mix of these (discouraged). Check the PreviewSetKind property to find out which one applies. Properties Description Description of the preview (optional) Declaration LocalizableString Description { get; set; } Property Value Type Description LocalizableString Id Unique identifier for this preview type within the file type definition. Declaration PreviewSetId Id { get; set; } Property Value Type Description PreviewSetId Name Descriptive name of the preview, which may be shown to the user. Declaration LocalizableString Name { get; set; } Property Value Type Description LocalizableString PreviewSetKind Convenient way of determining whether this preview set represents application previews or control previews (or a mix of both, which is not recommended). Declaration PreviewSetKind PreviewSetKind { get; } Property Value Type Description PreviewSetKind Remarks The implementation checks whether the source, target and side-by-side preview types implement IApplicationPreviewType or IControlPreviewType . SideBySide The preview type that should be treated as a source and target language, side-by-side preview in the user interface, or null if there is no such preview in this set. Declaration IPreviewType SideBySide { get; set; } Property Value Type Description IPreviewType Source The preview type that should be treated as a source language preview in the user interface, or null if there is no such preview in this set. Declaration IPreviewType Source { get; set; } Property Value Type Description IPreviewType Target The preview type that should be treated as a target language preview in the user interface, or null if there is no such preview in this set. Declaration IPreviewType Target { get; set; } Property Value Type Description IPreviewType" + "keywords": "Interface IPreviewSet A group of preview types that has a common name and that can be assigned to a group of source/target/side-by-side preview commands in the user interface. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPreviewSet Remarks This can be a set of application previews or a set of control previews, or a mix of these (discouraged). Check the PreviewSetKind property to find out which one applies. Properties Description Description of the preview (optional) Declaration LocalizableString Description { get; set; } Property Value Type Description LocalizableString Id Unique identifier for this preview type within the file type definition. Declaration PreviewSetId Id { get; set; } Property Value Type Description PreviewSetId Name Descriptive name of the preview, which may be shown to the user. Declaration LocalizableString Name { get; set; } Property Value Type Description LocalizableString PreviewSetKind Convenient way of determining whether this preview set represents application previews or control previews (or a mix of both, which is not recommended). Declaration PreviewSetKind PreviewSetKind { get; } Property Value Type Description PreviewSetKind Remarks The implementation checks whether the source, target and side-by-side preview types implement IApplicationPreviewType or IControlPreviewType . SideBySide The preview type that should be treated as a source and target language, side-by-side preview in the user interface, or null if there is no such preview in this set. Declaration IPreviewType SideBySide { get; set; } Property Value Type Description IPreviewType Source The preview type that should be treated as a source language preview in the user interface, or null if there is no such preview in this set. Declaration IPreviewType Source { get; set; } Property Value Type Description IPreviewType Target The preview type that should be treated as a target language preview in the user interface, or null if there is no such preview in this set. Declaration IPreviewType Target { get; set; } Property Value Type Description IPreviewType" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSets.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSets.html", "title": "Interface IPreviewSets", - "keywords": "Interface IPreviewSets Collection of preview types for this file type, with accessors to get a specified preview by id and the ability to define a default preview type. Inherited Members ICollection.Add(IPreviewSet) ICollection.Clear() ICollection.Contains(IPreviewSet) ICollection.CopyTo(IPreviewSet[], int) ICollection.Remove(IPreviewSet) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPreviewSets : ICollection, IEnumerable, IEnumerable Remarks If no default preview type is defined, the host application may choose to use the first defined preview type as the default. Properties DefaultApplicationPreview The id of the preview type that should be used by default for application previews for this file type. Declaration PreviewSetId? DefaultApplicationPreview { get; set; } Property Value Type Description PreviewSetId Remarks It is possible to assign a default preview type id that is not defined in this collection. This is intentional, in order to allow a preview type defined for the default bilingual file type to be used as the default for the file format without having to explicitly define it in this file type definition. The id can be passed to FindFromId(PreviewSetId) to get the corresponding preview type, or null if the preview type is not defined in this file type definition. DefaultControlPreview The id of the preview type that should be used as default for control previews for this file type. Declaration PreviewSetId? DefaultControlPreview { get; set; } Property Value Type Description PreviewSetId Remarks It is possible to assign a default preview type id that is not defined in this collection. This is intentional, in order to allow a preview type defined for the default bilingual file type to be used as the default for the file format without having to explicitly define it in the file type definition. The id can be passed to FindFromId(PreviewSetId) in order to get the corresponding preview type, or null if the preview type is not defined in this file type definition. Methods FindFromId(PreviewSetId) Returns the preview type with the specified id, or null if no preview type with that id is defined in this collection. Declaration IPreviewSet FindFromId(PreviewSetId id) Parameters Type Name Description PreviewSetId id Returns Type Description IPreviewSet GetApplicationPreviews() Returns all \"View In\" preview sets, i.e. previews that can launch a standalone application instance for viewing the content. Declaration IEnumerable GetApplicationPreviews() Returns Type Description IEnumerable IPreviewSet GetControlPreviews() Returns all preview sets that provide controls that can be hosted in a window of the host application. Declaration IEnumerable GetControlPreviews() Returns Type Description IEnumerable IPreviewSet" + "keywords": "Interface IPreviewSets Collection of preview types for this file type, with accessors to get a specified preview by id and the ability to define a default preview type. Inherited Members System.Collections.Generic.ICollection.Add(Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet) System.Collections.Generic.ICollection.CopyTo(Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPreviewSets : ICollection, IEnumerable, IEnumerable Remarks If no default preview type is defined, the host application may choose to use the first defined preview type as the default. Properties DefaultApplicationPreview The id of the preview type that should be used by default for application previews for this file type. Declaration PreviewSetId? DefaultApplicationPreview { get; set; } Property Value Type Description System.Nullable < PreviewSetId > Remarks It is possible to assign a default preview type id that is not defined in this collection. This is intentional, in order to allow a preview type defined for the default bilingual file type to be used as the default for the file format without having to explicitly define it in this file type definition. The id can be passed to FindFromId(PreviewSetId) to get the corresponding preview type, or null if the preview type is not defined in this file type definition. DefaultControlPreview The id of the preview type that should be used as default for control previews for this file type. Declaration PreviewSetId? DefaultControlPreview { get; set; } Property Value Type Description System.Nullable < PreviewSetId > Remarks It is possible to assign a default preview type id that is not defined in this collection. This is intentional, in order to allow a preview type defined for the default bilingual file type to be used as the default for the file format without having to explicitly define it in the file type definition. The id can be passed to FindFromId(PreviewSetId) in order to get the corresponding preview type, or null if the preview type is not defined in this file type definition. Methods FindFromId(PreviewSetId) Returns the preview type with the specified id, or null if no preview type with that id is defined in this collection. Declaration IPreviewSet FindFromId(PreviewSetId id) Parameters Type Name Description PreviewSetId id Returns Type Description IPreviewSet GetApplicationPreviews() Returns all \"View In\" preview sets, i.e. previews that can launch a standalone application instance for viewing the content. Declaration IEnumerable GetApplicationPreviews() Returns Type Description System.Collections.Generic.IEnumerable < IPreviewSet > GetControlPreviews() Returns all preview sets that provide controls that can be hosted in a window of the host application. Declaration IEnumerable GetControlPreviews() Returns Type Description System.Collections.Generic.IEnumerable < IPreviewSet >" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSetsFactory.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSetsFactory.html", "title": "Interface IPreviewSetsFactory", - "keywords": "Interface IPreviewSetsFactory Interface used for instantiating a set of preview types available for a specific file. Inherited Members IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPreviewSetsFactory : IFileTypeDefinitionAware Remarks Normally accessed via BuildPreviewSetsFactory() . The set of available preview types for a file type sometimes depends on the actual file itself (e.g. for TTX where the underlying file format can vary significantly). However, for most file formats the set is the same for all document instances. You can check the IsFileAgnostic property to determine if this is the case. Properties IsFileAgnostic Returns true if the set of previews is the same for all files that the factory applies to, in which case passing null to GetPreviewSets(IFileProperties) will yield all previews that are specifically available for this document type. Declaration bool IsFileAgnostic { get; } Property Value Type Description bool Methods CreatePreviewSet() Provides access to the creation of a new preview set. Declaration IPreviewSet CreatePreviewSet() Returns Type Description IPreviewSet CreatePreviewType() Creates a preview type of type T. T can either be an IApplicationPreviewType or an IControlPreviewType . Declaration IPreviewType CreatePreviewType() Returns Type Description IPreviewType Type Parameters Name Description T The type of preview type to create. GetPreviewSets(IFileProperties) Gets the set of previews that can be used with the specified file. Declaration IPreviewSets GetPreviewSets(IFileProperties fileProperties) Parameters Type Name Description IFileProperties fileProperties Properties of the file instance for which previews should be specialized, or null to get previews that are available for all files of this type. Returns Type Description IPreviewSets The preview sets available from this factory, or null if none. Remarks The file properties are used to determine available previews for file types like TTX, for which the previews depend on the underlying file format. For most file formats, the preview sets do not depend on the file properties." + "keywords": "Interface IPreviewSetsFactory Interface used for instantiating a set of preview types available for a specific file. Inherited Members IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPreviewSetsFactory : IFileTypeDefinitionAware Remarks Normally accessed via BuildPreviewSetsFactory() . The set of available preview types for a file type sometimes depends on the actual file itself (e.g. for TTX where the underlying file format can vary significantly). However, for most file formats the set is the same for all document instances. You can check the IsFileAgnostic property to determine if this is the case. Properties IsFileAgnostic Returns true if the set of previews is the same for all files that the factory applies to, in which case passing null to GetPreviewSets(IFileProperties) will yield all previews that are specifically available for this document type. Declaration bool IsFileAgnostic { get; } Property Value Type Description System.Boolean Methods CreatePreviewSet() Provides access to the creation of a new preview set. Declaration IPreviewSet CreatePreviewSet() Returns Type Description IPreviewSet CreatePreviewType() Creates a preview type of type T. T can either be an IApplicationPreviewType or an IControlPreviewType . Declaration IPreviewType CreatePreviewType() Returns Type Description IPreviewType Type Parameters Name Description T The type of preview type to create. GetPreviewSets(IFileProperties) Gets the set of previews that can be used with the specified file. Declaration IPreviewSets GetPreviewSets(IFileProperties fileProperties) Parameters Type Name Description IFileProperties fileProperties Properties of the file instance for which previews should be specialized, or null to get previews that are available for all files of this type. Returns Type Description IPreviewSets The preview sets available from this factory, or null if none. Remarks The file properties are used to determine available previews for file types like TTX, for which the previews depend on the underlying file format. For most file formats, the preview sets do not depend on the file properties." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewType.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewType.html", "title": "Interface IPreviewType", - "keywords": "Interface IPreviewType Describes a type of preview that is available for a file type through its file type definition. This interface is further specialized into IControlPreviewType and IApplicationPreviewType for previews that can be hosted in controls or launch standalone applications. The preview type is normally defined as part of a IPreviewSet . The preview set determines whether the preview type is used as a source, target, or side-by-side preview in the user interface. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPreviewType Remarks The preview type determines which preview file generators should be used for generating the preview files. Different generator types can be defined for source and target files. However, very often the same generator is used for both. By setting the generator id to Default (which is the equivalent to default(GeneratorId) or new GenertorId(null) ) the default generator type defined for the file type will be used. (This is the default value. It will be used in case it is not explicitly set.) Generators can be either of the type IFileGenerator or IBilingualDocumentGenerator . It is up to the host application to determine which one, and set up the file conversion (and the output properties) accordingly. Properties SourceGeneratorId Identifier for the generator that can generate the source language file to be displayed using the preview. Declaration GeneratorId? SourceGeneratorId { get; set; } Property Value Type Description GeneratorId Remarks If null , the TargetGeneratorId will be used also to generate the source file (if applicable). TargetGeneratorId Identifier for the generator that can generate the target language file to be displayed in the preview. Declaration GeneratorId TargetGeneratorId { get; set; } Property Value Type Description GeneratorId Remarks To use the default generator associated with the file type, set this value to GeneratorId.Default ." + "keywords": "Interface IPreviewType Describes a type of preview that is available for a file type through its file type definition. This interface is further specialized into IControlPreviewType and IApplicationPreviewType for previews that can be hosted in controls or launch standalone applications. The preview type is normally defined as part of a IPreviewSet . The preview set determines whether the preview type is used as a source, target, or side-by-side preview in the user interface. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPreviewType Remarks The preview type determines which preview file generators should be used for generating the preview files. Different generator types can be defined for source and target files. However, very often the same generator is used for both. By setting the generator id to Default (which is the equivalent to default(GeneratorId) or new GenertorId(null) ) the default generator type defined for the file type will be used. (This is the default value. It will be used in case it is not explicitly set.) Generators can be either of the type IFileGenerator or IBilingualDocumentGenerator . It is up to the host application to determine which one, and set up the file conversion (and the output properties) accordingly. Properties SourceGeneratorId Identifier for the generator that can generate the source language file to be displayed using the preview. Declaration GeneratorId? SourceGeneratorId { get; set; } Property Value Type Description System.Nullable < GeneratorId > Remarks If null , the TargetGeneratorId will be used also to generate the source file (if applicable). TargetGeneratorId Identifier for the generator that can generate the target language file to be displayed in the preview. Declaration GeneratorId TargetGeneratorId { get; set; } Property Value Type Description GeneratorId Remarks To use the default generator associated with the file type, set this value to GeneratorId.Default ." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewUpdatedViaRefresh.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewUpdatedViaRefresh.html", "title": "Interface IPreviewUpdatedViaRefresh", - "keywords": "Interface IPreviewUpdatedViaRefresh Defines the protocol used for updating real-time previews through a file refresh mechanism, by which the same file gets overwritten and re-loaded in the preview when target content changes in the editor (typically when a segment is confirmed by the user). Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPreviewUpdatedViaRefresh : IAbstractUpdatablePreview Properties TargetFilePath Full path to the target language file that is overwritten when the preview is refreshed. This path is typically set once and stays unchanged during the lifetime of the preview. Declaration TempFileManager TargetFilePath { get; set; } Property Value Type Description TempFileManager Methods AfterFileRefresh() Called by the host application after the preview file has been successfully overwritten. Declaration void AfterFileRefresh() Remarks The implementation typically re-loads (refreshes) the file in the preview and (if necessary) navigates to the previously displaying content. BeforeFileRefresh() Called by the host application when the preview is about to be updated, before the file at TargetFilePath is overwritten. Declaration void BeforeFileRefresh() Remarks This call allows the implementation to release any file locks and/or try to 'remember' the current location of the file before it is overwritten." + "keywords": "Interface IPreviewUpdatedViaRefresh Defines the protocol used for updating real-time previews through a file refresh mechanism, by which the same file gets overwritten and re-loaded in the preview when target content changes in the editor (typically when a segment is confirmed by the user). Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPreviewUpdatedViaRefresh : IAbstractUpdatablePreview Properties TargetFilePath Full path to the target language file that is overwritten when the preview is refreshed. This path is typically set once and stays unchanged during the lifetime of the preview. Declaration TempFileManager TargetFilePath { get; set; } Property Value Type Description TempFileManager Methods AfterFileRefresh() Called by the host application after the preview file has been successfully overwritten. Declaration void AfterFileRefresh() Remarks The implementation typically re-loads (refreshes) the file in the preview and (if necessary) navigates to the previously displaying content. BeforeFileRefresh() Called by the host application when the preview is about to be updated, before the file at TargetFilePath is overwritten. Declaration void BeforeFileRefresh() Remarks This call allows the implementation to release any file locks and/or try to 'remember' the current location of the file before it is overwritten." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewUpdatedViaSegmentFile.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewUpdatedViaSegmentFile.html", "title": "Interface IPreviewUpdatedViaSegmentFile", - "keywords": "Interface IPreviewUpdatedViaSegmentFile Implemented by the real-time preview controls and applications that can be updated using a \"segment file protocol\", i.e. via a file in the orignal document format that contains a single segment. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPreviewUpdatedViaSegmentFile : IAbstractUpdatablePreview Remarks Components that implement this interface typically also implement INavigablePreview . This interface is used by the real-time preview for Microsoft Word documents. The protocol works as follows: Methods CreateSegmentFile(SegmentReference) Called by the host application to create a native source document containing the source language content of the specified segment. The implementation returns the full path to the file created. Declaration TempFileManager CreateSegmentFile(SegmentReference segment) Parameters Type Name Description SegmentReference segment Identifies the segment to create a file for. Returns Type Description TempFileManager Temporary file that has been created. The lifetime of the file is controlled by the returned manager instance. All components that need access to the file should reference this. The file will automatically be deleted when this instance is disposed or garbage collection takes place. UpdatePreviewFromSegmentFile(SegmentReference, TempFileManager) Called by the host application to update the preview with the content of a segment file. The implementation should update the preview by replacing the segment content with the content in the segment file. Declaration void UpdatePreviewFromSegmentFile(SegmentReference segment, TempFileManager translatedSegmentFile) Parameters Type Name Description SegmentReference segment TempFileManager translatedSegmentFile Reference to a native file containing the updated target language version of the segment. The implementation may dispose of this when it is no longer needed." + "keywords": "Interface IPreviewUpdatedViaSegmentFile Implemented by the real-time preview controls and applications that can be updated using a \"segment file protocol\", i.e. via a file in the orignal document format that contains a single segment. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPreviewUpdatedViaSegmentFile : IAbstractUpdatablePreview Remarks Components that implement this interface typically also implement INavigablePreview . This interface is used by the real-time preview for Microsoft Word documents. The protocol works as follows: Methods CreateSegmentFile(SegmentReference) Called by the host application to create a native source document containing the source language content of the specified segment. The implementation returns the full path to the file created. Declaration TempFileManager CreateSegmentFile(SegmentReference segment) Parameters Type Name Description SegmentReference segment Identifies the segment to create a file for. Returns Type Description TempFileManager Temporary file that has been created. The lifetime of the file is controlled by the returned manager instance. All components that need access to the file should reference this. The file will automatically be deleted when this instance is disposed or garbage collection takes place. UpdatePreviewFromSegmentFile(SegmentReference, TempFileManager) Called by the host application to update the preview with the content of a segment file. The implementation should update the preview by replacing the segment content with the content in the segment file. Declaration void UpdatePreviewFromSegmentFile(SegmentReference segment, TempFileManager translatedSegmentFile) Parameters Type Name Description SegmentReference segment TempFileManager translatedSegmentFile Reference to a native file containing the updated target language version of the segment. The implementation may dispose of this when it is no longer needed." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag.html", "title": "Interface IQuickTag", - "keywords": "Interface IQuickTag This interface represents an individual QuickTag. You can retrieve the markup data for this QuickTag by reading the MarkupDataContent property. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IQuickTag Properties CommandId The QuickTag command id e.g.: \"ItalicBold\" Declaration string CommandId { get; set; } Property Value Type Description string CommandName The QuickTag command name. This will be used for tooltips, menu commands, undo buffer entries, etc. Declaration LocalizableString CommandName { get; set; } Property Value Type Description LocalizableString Description A description for this QuickTag Declaration LocalizableString Description { get; set; } Property Value Type Description LocalizableString DisplayOnToolBar This property indicates whether or not this QuickTag should be displayed on the editor QT toolbar. Declaration bool DisplayOnToolBar { get; set; } Property Value Type Description bool Icon Declaration IconDescriptor Icon { get; set; } Property Value Type Description IconDescriptor IsDefaultQuickTag This property indicates whether or not this QuickTag is a default QT. Declaration bool IsDefaultQuickTag { get; } Property Value Type Description bool MarkupDataContent The markup data for the QuickTag can be read through this property. Declaration IQuickTagContent MarkupDataContent { get; } Property Value Type Description IQuickTagContent" + "keywords": "Interface IQuickTag This interface represents an individual QuickTag. You can retrieve the markup data for this QuickTag by reading the MarkupDataContent property. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IQuickTag Properties CommandId The QuickTag command id e.g.: \"ItalicBold\" Declaration string CommandId { get; set; } Property Value Type Description System.String CommandName The QuickTag command name. This will be used for tooltips, menu commands, undo buffer entries, etc. Declaration LocalizableString CommandName { get; set; } Property Value Type Description LocalizableString Description A description for this QuickTag Declaration LocalizableString Description { get; set; } Property Value Type Description LocalizableString DisplayOnToolBar This property indicates whether or not this QuickTag should be displayed on the editor QT toolbar. Declaration bool DisplayOnToolBar { get; set; } Property Value Type Description System.Boolean Icon Declaration IconDescriptor Icon { get; set; } Property Value Type Description IconDescriptor IsDefaultQuickTag This property indicates whether or not this QuickTag is a default QT. Declaration bool IsDefaultQuickTag { get; } Property Value Type Description System.Boolean MarkupDataContent The markup data for the QuickTag can be read through this property. Declaration IQuickTagContent MarkupDataContent { get; } Property Value Type Description IQuickTagContent" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTagContent.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTagContent.html", "title": "Interface IQuickTagContent", - "keywords": "Interface IQuickTagContent Template for the document content that the QuickTag represents Inherited Members IAbstractMarkupDataContainer.Split(int) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int, int) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations IList.IndexOf(IAbstractMarkupData) IList.Insert(int, IAbstractMarkupData) IList.RemoveAt(int) IList.this[int] ICollection.Add(IAbstractMarkupData) ICollection.Clear() ICollection.Contains(IAbstractMarkupData) ICollection.CopyTo(IAbstractMarkupData[], int) ICollection.Remove(IAbstractMarkupData) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() ISupportsUniqueId.UniqueId ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IQuickTagContent : IAbstractMarkupDataContainer, IList, ICollection, IEnumerable, IEnumerable, ISupportsUniqueId, ICloneable" + "keywords": "Interface IQuickTagContent Template for the document content that the QuickTag represents Inherited Members IAbstractMarkupDataContainer.Split(Int32) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32) IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32, Int32) IAbstractMarkupDataContainer.GetLocationsFrom(Location) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Predicate) IAbstractMarkupDataContainer.Find(Location, Predicate) IAbstractMarkupDataContainer.ForEachSubItem(Action) IAbstractMarkupDataContainer.AllSubItems IAbstractMarkupDataContainer.CanBeSplit IAbstractMarkupDataContainer.Locations System.Collections.Generic.IList.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() ISupportsUniqueId.UniqueId System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IQuickTagContent : IAbstractMarkupDataContainer, IList, ICollection, IEnumerable, IEnumerable, ISupportsUniqueId, ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.html", "title": "Interface IQuickTags", - "keywords": "Interface IQuickTags This interface represents the QuickTags in a file type definition file. Inherited Members ICollection.Add(IQuickTag) ICollection.Clear() ICollection.Contains(IQuickTag) ICollection.CopyTo(IQuickTag[], int) ICollection.Remove(IQuickTag) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IQuickTags : ICollection, IEnumerable, IEnumerable Properties AllDefaultItems Enumerator that returns all Default QuickTag items Declaration IEnumerable AllDefaultItems { get; } Property Value Type Description IEnumerable IQuickTag AllDisplayItems Enumerator that returns all QuickTag items which are meant to be displayed Declaration IEnumerable AllDisplayItems { get; } Property Value Type Description IEnumerable IQuickTag AllNonDefaultItems Enumerator that returns all non-default QuickTag items Declaration IEnumerable AllNonDefaultItems { get; } Property Value Type Description IEnumerable IQuickTag this[string] Indexer that returns the IQuickTag based on the given command id. Returns null if no such command id exists in the collection Declaration IQuickTag this[string commandId] { get; } Parameters Type Name Description string commandId Property Value Type Description IQuickTag Methods SetStandardQuickTags(IList) Adds the list of standard QuickTag items to the list of available tags. Used by filter component builders. Declaration void SetStandardQuickTags(IList standardQuickTags) Parameters Type Name Description IList IQuickTag standardQuickTags" + "keywords": "Interface IQuickTags This interface represents the QuickTags in a file type definition file. Inherited Members System.Collections.Generic.ICollection.Add(Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag) System.Collections.Generic.ICollection.CopyTo(Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IQuickTags : ICollection, IEnumerable, IEnumerable Properties AllDefaultItems Enumerator that returns all Default QuickTag items Declaration IEnumerable AllDefaultItems { get; } Property Value Type Description System.Collections.Generic.IEnumerable < IQuickTag > AllDisplayItems Enumerator that returns all QuickTag items which are meant to be displayed Declaration IEnumerable AllDisplayItems { get; } Property Value Type Description System.Collections.Generic.IEnumerable < IQuickTag > AllNonDefaultItems Enumerator that returns all non-default QuickTag items Declaration IEnumerable AllNonDefaultItems { get; } Property Value Type Description System.Collections.Generic.IEnumerable < IQuickTag > Item[String] Indexer that returns the IQuickTag based on the given command id. Returns null if no such command id exists in the collection Declaration IQuickTag this[string commandId] { get; } Parameters Type Name Description System.String commandId Property Value Type Description IQuickTag Methods SetStandardQuickTags(IList) Adds the list of standard QuickTag items to the list of available tags. Used by filter component builders. Declaration void SetStandardQuickTags(IList standardQuickTags) Parameters Type Name Description System.Collections.Generic.IList < IQuickTag > standardQuickTags" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTagsFactory.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTagsFactory.html", "title": "Interface IQuickTagsFactory", - "keywords": "Interface IQuickTagsFactory Inteface used to instantiate a set of QuickTags available for a specific file. Inherited Members IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IQuickTagsFactory : IFileTypeDefinitionAware Remarks Normally accessed via BuildQuickTagsFactory() . The set of available QuickTags that are available for a file type sometimes depends on the actual file itself (e.g. for TTX documents, the underlying file format can vary significantly). However, for most file formats, the set is the same for all document instances. You can check the IsFileAgnostic property to determine if this is the case. Properties IsFileAgnostic Returns true if the set of QuickTags is the same for all files that the factory applies to, in which case passing null to GetQuickTags(IFileProperties) will yield the full set of QuickTags for the document type. Declaration bool IsFileAgnostic { get; } Property Value Type Description bool Methods GetQuickTags(IFileProperties) Gets the set of QuickTags that can be used with the specified file. Declaration IQuickTags GetQuickTags(IFileProperties fileProperties) Parameters Type Name Description IFileProperties fileProperties Properties of the file instance for which the QuickTags should be specialized, or null to get a list of QuickTags that are available for all files of the type that the factory supports. Returns Type Description IQuickTags An instance of IQuickTags, or null if no QuickTags are available for this file. Remarks The file properties are used when initializing QuickTags for file types such as TTX, for which the actual QuickTags available depend on the underlying file format. For most file formats, the QuickTags do not depend on the file properties." + "keywords": "Interface IQuickTagsFactory Inteface used to instantiate a set of QuickTags available for a specific file. Inherited Members IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IQuickTagsFactory : IFileTypeDefinitionAware Remarks Normally accessed via BuildQuickTagsFactory() . The set of available QuickTags that are available for a file type sometimes depends on the actual file itself (e.g. for TTX documents, the underlying file format can vary significantly). However, for most file formats, the set is the same for all document instances. You can check the IsFileAgnostic property to determine if this is the case. Properties IsFileAgnostic Returns true if the set of QuickTags is the same for all files that the factory applies to, in which case passing null to GetQuickTags(IFileProperties) will yield the full set of QuickTags for the document type. Declaration bool IsFileAgnostic { get; } Property Value Type Description System.Boolean Methods GetQuickTags(IFileProperties) Gets the set of QuickTags that can be used with the specified file. Declaration IQuickTags GetQuickTags(IFileProperties fileProperties) Parameters Type Name Description IFileProperties fileProperties Properties of the file instance for which the QuickTags should be specialized, or null to get a list of QuickTags that are available for all files of the type that the factory supports. Returns Type Description IQuickTags An instance of IQuickTags, or null if no QuickTags are available for this file. Remarks The file properties are used when initializing QuickTags for file types such as TTX, for which the actual QuickTags available depend on the underlying file format. For most file formats, the QuickTags do not depend on the file properties." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISettingsAware.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISettingsAware.html", "title": "Interface ISettingsAware", - "keywords": "Interface ISettingsAware This interface should be implemented by components which need to be aware of a particular settings group in order to read their settings from this group (during extraction or generation). Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISettingsAware Methods InitializeSettings(ISettingsBundle, string) Provides the component with the settings information it needs to initialize its settings. Declaration void InitializeSettings(ISettingsBundle settingsBundle, string configurationId) Parameters Type Name Description ISettingsBundle settingsBundle Used for setting the settings bundle on the component. string configurationId The suggested configuration ID to use when retrieving the settings group from the ISettingsBundle and directly relates to the settings group ID. This does not have to be used if a component needs to self-manage its configuration ID and may be null if the component does not belong in the processing chain of a specific filter." + "keywords": "Interface ISettingsAware This interface should be implemented by components which need to be aware of a particular settings group in order to read their settings from this group (during extraction or generation). Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISettingsAware Methods InitializeSettings(ISettingsBundle, String) Provides the component with the settings information it needs to initialize its settings. Declaration void InitializeSettings(ISettingsBundle settingsBundle, string configurationId) Parameters Type Name Description ISettingsBundle settingsBundle Used for setting the settings bundle on the component. System.String configurationId The suggested configuration ID to use when retrieving the settings group from the ISettingsBundle and directly relates to the settings group ID. This does not have to be used if a component needs to self-manage its configuration ID and may be null if the component does not belong in the processing chain of a specific filter." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewApplication.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewApplication.html", "title": "Interface ISingleFilePreviewApplication", - "keywords": "Interface ISingleFilePreviewApplication Manages a standalone application that can be used to preview a single (source or target language) file. Inherited Members IAbstractPreviewApplication.Launch() IAbstractPreviewApplication.NotifyCanClose() IAbstractPreviewApplication.PreviewClosed ISingleFilePreviewController.PreviewFile Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISingleFilePreviewApplication : IAbstractPreviewApplication, IAbstractPreviewController, ISingleFilePreviewController" + "keywords": "Interface ISingleFilePreviewApplication Manages a standalone application that can be used to preview a single (source or target language) file. Inherited Members IAbstractPreviewApplication.Launch() IAbstractPreviewApplication.NotifyCanClose() IAbstractPreviewApplication.PreviewClosed ISingleFilePreviewController.PreviewFile Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISingleFilePreviewApplication : IAbstractPreviewApplication, IAbstractPreviewController, ISingleFilePreviewController" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewControl.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewControl.html", "title": "Interface ISingleFilePreviewControl", - "keywords": "Interface ISingleFilePreviewControl Inherited Members IAbstractPreviewControl.Refresh() IAbstractPreviewControl.Control ISingleFilePreviewController.PreviewFile Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISingleFilePreviewControl : IAbstractPreviewControl, IAbstractPreviewController, ISingleFilePreviewController" + "keywords": "Interface ISingleFilePreviewControl Inherited Members IAbstractPreviewControl.Refresh() IAbstractPreviewControl.Control ISingleFilePreviewController.PreviewFile Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISingleFilePreviewControl : IAbstractPreviewControl, IAbstractPreviewController, ISingleFilePreviewController" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewController.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewController.html", "title": "Interface ISingleFilePreviewController", - "keywords": "Interface ISingleFilePreviewController Base interface for preview controllers that take single files as input Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISingleFilePreviewController Properties PreviewFile Full path to the file that should be displayed in the preview Declaration TempFileManager PreviewFile { get; set; } Property Value Type Description TempFileManager Remarks The host application sets this path after generating the preview file before calling IAbstractPreviewControl.Refresh or Launch() in order to display the file. The file is passed through a temporary file manager, which means that it should be deleted automatically when it is no longer needed." + "keywords": "Interface ISingleFilePreviewController Base interface for preview controllers that take single files as input Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISingleFilePreviewController Properties PreviewFile Full path to the file that should be displayed in the preview Declaration TempFileManager PreviewFile { get; set; } Property Value Type Description TempFileManager Remarks The host application sets this path after generating the preview file before calling or Launch() in order to display the file. The file is passed through a temporary file manager, which means that it should be deleted automatically when it is no longer needed." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFileRefreshablePreview.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFileRefreshablePreview.html", "title": "Interface ISingleFileRefreshablePreview", - "keywords": "Interface ISingleFileRefreshablePreview Inherited Members IAbstractPreviewControl.Refresh() IAbstractPreviewControl.Control ISingleFilePreviewController.PreviewFile INavigablePreview.NavigateToSegment(SegmentReference) INavigablePreview.PreferredHighlightColor INavigablePreview.SegmentSelected IDisposable.Dispose() IFileTypeDefinitionAware.FileTypeDefinition IPreviewUpdatedViaSegmentFile.CreateSegmentFile(SegmentReference) IPreviewUpdatedViaSegmentFile.UpdatePreviewFromSegmentFile(SegmentReference, TempFileManager) IPreviewUpdatedViaRefresh.BeforeFileRefresh() IPreviewUpdatedViaRefresh.AfterFileRefresh() IPreviewUpdatedViaRefresh.TargetFilePath Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISingleFileRefreshablePreview : ISingleFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISingleFilePreviewController, INavigablePreview, IDisposable, IFileTypeDefinitionAware, IPreviewUpdatedViaSegmentFile, IPreviewUpdatedViaRefresh, IAbstractUpdatablePreview Properties RefreshPreview Declaration bool RefreshPreview { get; set; } Property Value Type Description bool" + "keywords": "Interface ISingleFileRefreshablePreview Inherited Members IAbstractPreviewControl.Refresh() IAbstractPreviewControl.Control ISingleFilePreviewController.PreviewFile INavigablePreview.NavigateToSegment(SegmentReference) INavigablePreview.PreferredHighlightColor INavigablePreview.SegmentSelected System.IDisposable.Dispose() IFileTypeDefinitionAware.FileTypeDefinition IPreviewUpdatedViaSegmentFile.CreateSegmentFile(SegmentReference) IPreviewUpdatedViaSegmentFile.UpdatePreviewFromSegmentFile(SegmentReference, TempFileManager) IPreviewUpdatedViaRefresh.BeforeFileRefresh() IPreviewUpdatedViaRefresh.AfterFileRefresh() IPreviewUpdatedViaRefresh.TargetFilePath Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISingleFileRefreshablePreview : ISingleFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISingleFilePreviewController, INavigablePreview, IDisposable, IFileTypeDefinitionAware, IPreviewUpdatedViaSegmentFile, IPreviewUpdatedViaRefresh, IAbstractUpdatablePreview Properties RefreshPreview Declaration bool RefreshPreview { get; set; } Property Value Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewApplication.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewApplication.html", "title": "Interface ISourceAndTargetFilePreviewApplication", - "keywords": "Interface ISourceAndTargetFilePreviewApplication Implementated by components that can manage simultanous previews of source and target language files in standalone applications. Inherited Members IAbstractPreviewApplication.Launch() IAbstractPreviewApplication.NotifyCanClose() IAbstractPreviewApplication.PreviewClosed ISourceAndTargetFilePreviewController.SourcePreviewFile ISourceAndTargetFilePreviewController.TargetPreviewFile Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISourceAndTargetFilePreviewApplication : IAbstractPreviewApplication, IAbstractPreviewController, ISourceAndTargetFilePreviewController" + "keywords": "Interface ISourceAndTargetFilePreviewApplication Implementated by components that can manage simultanous previews of source and target language files in standalone applications. Inherited Members IAbstractPreviewApplication.Launch() IAbstractPreviewApplication.NotifyCanClose() IAbstractPreviewApplication.PreviewClosed ISourceAndTargetFilePreviewController.SourcePreviewFile ISourceAndTargetFilePreviewController.TargetPreviewFile Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISourceAndTargetFilePreviewApplication : IAbstractPreviewApplication, IAbstractPreviewController, ISourceAndTargetFilePreviewController" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewControl.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewControl.html", "title": "Interface ISourceAndTargetFilePreviewControl", - "keywords": "Interface ISourceAndTargetFilePreviewControl Inherited Members IAbstractPreviewControl.Refresh() IAbstractPreviewControl.Control ISourceAndTargetFilePreviewController.SourcePreviewFile ISourceAndTargetFilePreviewController.TargetPreviewFile Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISourceAndTargetFilePreviewControl : IAbstractPreviewControl, IAbstractPreviewController, ISourceAndTargetFilePreviewController" + "keywords": "Interface ISourceAndTargetFilePreviewControl Inherited Members IAbstractPreviewControl.Refresh() IAbstractPreviewControl.Control ISourceAndTargetFilePreviewController.SourcePreviewFile ISourceAndTargetFilePreviewController.TargetPreviewFile Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISourceAndTargetFilePreviewControl : IAbstractPreviewControl, IAbstractPreviewController, ISourceAndTargetFilePreviewController" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewController.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewController.html", "title": "Interface ISourceAndTargetFilePreviewController", - "keywords": "Interface ISourceAndTargetFilePreviewController Base interface for preview controllers that show both the a source and target language file Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISourceAndTargetFilePreviewController Properties SourcePreviewFile Full path to the source language file. This should be set by the application before the first call to Launch() or IAbstractPreviewControl.Refresh. Declaration TempFileManager SourcePreviewFile { get; set; } Property Value Type Description TempFileManager Remarks The file is passed through a temporary file manager, which means that it should be deleted automatically when it is no longer needed. TargetPreviewFile Full path to the target language file, which should be set by the application before the first call to Launch() or IAbstractPreviewControl.Refresh. Declaration TempFileManager TargetPreviewFile { get; set; } Property Value Type Description TempFileManager Remarks The file is passed through a temporary file manager, which means that it should automatically get deleted when no longer needed." + "keywords": "Interface ISourceAndTargetFilePreviewController Base interface for preview controllers that show both the a source and target language file Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISourceAndTargetFilePreviewController Properties SourcePreviewFile Full path to the source language file. This should be set by the application before the first call to Launch() or . Declaration TempFileManager SourcePreviewFile { get; set; } Property Value Type Description TempFileManager Remarks The file is passed through a temporary file manager, which means that it should be deleted automatically when it is no longer needed. TargetPreviewFile Full path to the target language file, which should be set by the application before the first call to Launch() or . Declaration TempFileManager TargetPreviewFile { get; set; } Property Value Type Description TempFileManager Remarks The file is passed through a temporary file manager, which means that it should automatically get deleted when no longer needed." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFileRefreshablePreview.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFileRefreshablePreview.html", "title": "Interface ISourceAndTargetFileRefreshablePreview", - "keywords": "Interface ISourceAndTargetFileRefreshablePreview Inherited Members IAbstractPreviewControl.Refresh() IAbstractPreviewControl.Control ISourceAndTargetFilePreviewController.SourcePreviewFile ISourceAndTargetFilePreviewController.TargetPreviewFile INavigablePreview.NavigateToSegment(SegmentReference) INavigablePreview.PreferredHighlightColor INavigablePreview.SegmentSelected IDisposable.Dispose() IPreviewUpdatedViaRefresh.BeforeFileRefresh() IPreviewUpdatedViaRefresh.AfterFileRefresh() IPreviewUpdatedViaRefresh.TargetFilePath Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISourceAndTargetFileRefreshablePreview : ISourceAndTargetFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISourceAndTargetFilePreviewController, INavigablePreview, IDisposable, IPreviewUpdatedViaRefresh, IAbstractUpdatablePreview Properties RefreshPreview Declaration bool RefreshPreview { get; set; } Property Value Type Description bool" + "keywords": "Interface ISourceAndTargetFileRefreshablePreview Inherited Members IAbstractPreviewControl.Refresh() IAbstractPreviewControl.Control ISourceAndTargetFilePreviewController.SourcePreviewFile ISourceAndTargetFilePreviewController.TargetPreviewFile INavigablePreview.NavigateToSegment(SegmentReference) INavigablePreview.PreferredHighlightColor INavigablePreview.SegmentSelected System.IDisposable.Dispose() IPreviewUpdatedViaRefresh.BeforeFileRefresh() IPreviewUpdatedViaRefresh.AfterFileRefresh() IPreviewUpdatedViaRefresh.TargetFilePath Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISourceAndTargetFileRefreshablePreview : ISourceAndTargetFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISourceAndTargetFilePreviewController, INavigablePreview, IDisposable, IPreviewUpdatedViaRefresh, IAbstractUpdatablePreview Properties RefreshPreview Declaration bool RefreshPreview { get; set; } Property Value Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.html", "title": "Interface ISubContentComponentBuilder", - "keywords": "Interface ISubContentComponentBuilder Interface which is implemented by sub-content component builders Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubContentComponentBuilder Methods BuildSubContentExtractor(string) Gets the sub-content extractor for this component. Declaration ISubContentExtractor BuildSubContentExtractor(string name) Parameters Type Name Description string name Returns Type Description ISubContentExtractor BuildSubContentGenerator(string) Gets the sub-content generator for this component. Declaration ISubContentGenerator BuildSubContentGenerator(string name) Parameters Type Name Description string name Returns Type Description ISubContentGenerator" + "keywords": "Interface ISubContentComponentBuilder Interface which is implemented by sub-content component builders Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubContentComponentBuilder Methods BuildSubContentExtractor(String) Gets the sub-content extractor for this component. Declaration ISubContentExtractor BuildSubContentExtractor(string name) Parameters Type Name Description System.String name Returns Type Description ISubContentExtractor BuildSubContentGenerator(String) Gets the sub-content generator for this component. Declaration ISubContentGenerator BuildSubContentGenerator(string name) Parameters Type Name Description System.String name Returns Type Description ISubContentGenerator" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentExtractor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentExtractor.html", "title": "Interface ISubContentExtractor", - "keywords": "Interface ISubContentExtractor Represents a native parser with native components (or a bilingual parser) and bilingual content processors used when reading native or bilingual file. Inherited Members IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.InsertBilingualProcessor(int, IBilingualContentProcessor) IBilingualProcessorContainer.RemoveBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.GetBilingualProcessors() IBilingualProcessorContainer.FileRestriction IBilingualProcessorContainer.ParagraphUnitRestriction IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubContentExtractor : IBilingualProcessorContainer, IFileTypeDefinitionAware Remarks The output from the reading operation consists of calls that are generated on the IBilingualContentHandler instance specified by setting the Output property. Properties AllComponents Called by the framework during component initialization to detect and initialize parser components that implement special interfaces such as ISharedObjectsAware . Declaration IEnumerable AllComponents { get; } Property Value Type Description IEnumerable object All native and bilingual file type components BilingualParser Parser for reading a bilingual input file, or null to read native input files. Declaration IBilingualParser BilingualParser { get; set; } Property Value Type Description IBilingualParser Remarks If set, the NativeSubContentExtractor and the ToBilingualConverter are not used. DocumentInfo Common document properties communicated to all bilingual file type components Declaration IDocumentProperties DocumentInfo { get; set; } Property Value Type Description IDocumentProperties FileConversionProperties This object will be passed to each of the file type components during initialization. Ensure that this property is configured properly before calling Parse() . File type components may change these properties, e.g. to store dynamic settings. To ensure that such settings are preserved for future conversion operations, these properties should be retrieved after successful parsing, and stored for re-use e.g. by persisting them to the bilingual file format. Declaration IPersistentFileConversionProperties FileConversionProperties { get; set; } Property Value Type Description IPersistentFileConversionProperties ItemFactory The framework will set this property as part of the initialization. Bilingual components should use this factory to create any items that are inserted in the bilingual content model. Declaration IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory NativeSubContentExtractor Used for reading a native input file. Declaration INativeSubContentExtractor NativeSubContentExtractor { get; set; } Property Value Type Description INativeSubContentExtractor Remarks Not used if a BilingualParser has been set. Output This object (if not null) receives calls that represent the output from the file reading process. Declaration IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler SettingsBundle Settings used by processing components in the extractor Declaration ISettingsBundle SettingsBundle { get; set; } Property Value Type Description ISettingsBundle ToBilingualConverter The component used to convert native input to bilingual content Declaration INativeToBilingualConverter ToBilingualConverter { get; set; } Property Value Type Description INativeToBilingualConverter Remarks Not used if a BilingualParser has been set. Methods GetParser() Gets the native or bilingual parser Declaration IParser GetParser() Returns Type Description IParser Parse() Reads the entire content of the input file. Declaration void Parse() ParseNext() Reads the next piece of content from the input file. Declaration bool ParseNext() Returns Type Description bool True if there is more content in the file to be processed, false if not. Events Message Raised when a message is reported from a file type component. Declaration event EventHandler Message Event Type Type Description EventHandler MessageEventArgs Remarks The file path property does not need to be set in the event args. ProcessSubContent Fired when sub-content needs to be processed Declaration event EventHandler ProcessSubContent Event Type Type Description EventHandler ProcessSubContentEventArgs Progress Fired when progress is reported from the parser. Declaration event EventHandler Progress Event Type Type Description EventHandler ProgressEventArgs" + "keywords": "Interface ISubContentExtractor Represents a native parser with native components (or a bilingual parser) and bilingual content processors used when reading native or bilingual file. Inherited Members IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.InsertBilingualProcessor(Int32, IBilingualContentProcessor) IBilingualProcessorContainer.RemoveBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.GetBilingualProcessors() IBilingualProcessorContainer.FileRestriction IBilingualProcessorContainer.ParagraphUnitRestriction IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubContentExtractor : IBilingualProcessorContainer, IFileTypeDefinitionAware Remarks The output from the reading operation consists of calls that are generated on the IBilingualContentHandler instance specified by setting the Output property. Properties AllComponents Called by the framework during component initialization to detect and initialize parser components that implement special interfaces such as ISharedObjectsAware . Declaration IEnumerable AllComponents { get; } Property Value Type Description System.Collections.Generic.IEnumerable < System.Object > All native and bilingual file type components BilingualParser Parser for reading a bilingual input file, or null to read native input files. Declaration IBilingualParser BilingualParser { get; set; } Property Value Type Description IBilingualParser Remarks If set, the NativeSubContentExtractor and the ToBilingualConverter are not used. DocumentInfo Common document properties communicated to all bilingual file type components Declaration IDocumentProperties DocumentInfo { get; set; } Property Value Type Description IDocumentProperties FileConversionProperties This object will be passed to each of the file type components during initialization. Ensure that this property is configured properly before calling Parse() . File type components may change these properties, e.g. to store dynamic settings. To ensure that such settings are preserved for future conversion operations, these properties should be retrieved after successful parsing, and stored for re-use e.g. by persisting them to the bilingual file format. Declaration IPersistentFileConversionProperties FileConversionProperties { get; set; } Property Value Type Description IPersistentFileConversionProperties ItemFactory The framework will set this property as part of the initialization. Bilingual components should use this factory to create any items that are inserted in the bilingual content model. Declaration IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory NativeSubContentExtractor Used for reading a native input file. Declaration INativeSubContentExtractor NativeSubContentExtractor { get; set; } Property Value Type Description INativeSubContentExtractor Remarks Not used if a BilingualParser has been set. Output This object (if not null) receives calls that represent the output from the file reading process. Declaration IBilingualContentHandler Output { get; set; } Property Value Type Description IBilingualContentHandler SettingsBundle Settings used by processing components in the extractor Declaration ISettingsBundle SettingsBundle { get; set; } Property Value Type Description ISettingsBundle ToBilingualConverter The component used to convert native input to bilingual content Declaration INativeToBilingualConverter ToBilingualConverter { get; set; } Property Value Type Description INativeToBilingualConverter Remarks Not used if a BilingualParser has been set. Methods GetParser() Gets the native or bilingual parser Declaration IParser GetParser() Returns Type Description IParser Parse() Reads the entire content of the input file. Declaration void Parse() ParseNext() Reads the next piece of content from the input file. Declaration bool ParseNext() Returns Type Description System.Boolean True if there is more content in the file to be processed, false if not. Events Message Raised when a message is reported from a file type component. Declaration event EventHandler Message Event Type Type Description System.EventHandler < MessageEventArgs > Remarks The file path property does not need to be set in the event args. ProcessSubContent Fired when sub-content needs to be processed Declaration event EventHandler ProcessSubContent Event Type Type Description System.EventHandler < ProcessSubContentEventArgs > Progress Fired when progress is reported from the parser. Declaration event EventHandler Progress Event Type Type Description System.EventHandler < ProgressEventArgs >" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentGenerator.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentGenerator.html", "title": "Interface ISubContentGenerator", - "keywords": "Interface ISubContentGenerator Represents a set of bilingual content processors, native content processors, and a native writer, which work together to output native files from bilingual content. Inherited Members IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.InsertBilingualProcessor(int, IBilingualContentProcessor) IBilingualProcessorContainer.RemoveBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.GetBilingualProcessors() IBilingualProcessorContainer.FileRestriction IBilingualProcessorContainer.ParagraphUnitRestriction IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubContentGenerator : IBilingualProcessorContainer, IAbstractGenerator, IFileTypeDefinitionAware Properties AllComponents Called by the framework during component initialization to initialize components that implement special interfaces such as ISharedObjectsAware before processing starts. Declaration IEnumerable AllComponents { get; } Property Value Type Description IEnumerable object All native and bilingual file type components BilingualWriter Writer for a bilingual output format, or null if a native output format is used. Declaration IBilingualWriter BilingualWriter { get; set; } Property Value Type Description IBilingualWriter Remarks This is intended for writers of bilingual formats representing single files (e.g. TTX, ITD, etc.). It is NOT for bilingual document writers (e.g. SDL XLIFF). Those should rather be used with a IBilingualDocumentGenerator . When a bilingual writer is set, the ToNativeConverter and the NativeSubContentGenerator are not used. FileTweakers The file tweakers used by the generator, in the order in which they will be invoked. File tweakers should be added using AddFileTweaker(IFilePostTweaker) . Declaration IEnumerable FileTweakers { get; } Property Value Type Description IEnumerable IFilePostTweaker Input All content input to the converter is passed as calls on this interface. Declaration IBilingualContentHandler Input { get; } Property Value Type Description IBilingualContentHandler ItemFactory The framework will set this property as part of the initialization. While building bilingual components this factory should be used to create any items that are inserted in the bilingual content model. Declaration IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory NativeOutputProperties Properties and settings used when writing the native file. If set, these properties are communicated to all file type components that implement the INativeContentCycleAware interface. Declaration INativeOutputFileProperties NativeOutputProperties { get; set; } Property Value Type Description INativeOutputFileProperties NativeSubContentGenerator The components used to output native content to a file in native format in the source or target language. Declaration INativeSubContentGenerator NativeSubContentGenerator { get; set; } Property Value Type Description INativeSubContentGenerator NativeVerifiers The native verifiers that are currently used by the generator. Verifiers should be added using AddNativeVerifier(INativeFileVerifier) . Declaration IEnumerable NativeVerifiers { get; } Property Value Type Description IEnumerable INativeFileVerifier ToNativeConverter The component used when converting bilingual content into native source or target content. Declaration IBilingualToNativeConverter ToNativeConverter { get; set; } Property Value Type Description IBilingualToNativeConverter Methods AddFileTweaker(IFilePostTweaker) Appends a file tweaker that will be used to modify the output file after generating. Declaration void AddFileTweaker(IFilePostTweaker tweaker) Parameters Type Name Description IFilePostTweaker tweaker AddNativeVerifier(INativeFileVerifier) Appends a native verifier that will be run on the output file after it has been generated. Declaration void AddNativeVerifier(INativeFileVerifier verifier) Parameters Type Name Description INativeFileVerifier verifier The native verifier to add RemoveFileTweaker(IFilePostTweaker) Removes the tweaker from the generator. Declaration void RemoveFileTweaker(IFilePostTweaker tweakerToRemove) Parameters Type Name Description IFilePostTweaker tweakerToRemove The file tweaker to remove Events Message Raised when a message is reported by a file type component. Declaration event EventHandler Message Event Type Type Description EventHandler MessageEventArgs Remarks The file path property needs not be set in the event args." + "keywords": "Interface ISubContentGenerator Represents a set of bilingual content processors, native content processors, and a native writer, which work together to output native files from bilingual content. Inherited Members IBilingualProcessorContainer.AddBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.InsertBilingualProcessor(Int32, IBilingualContentProcessor) IBilingualProcessorContainer.RemoveBilingualProcessor(IBilingualContentProcessor) IBilingualProcessorContainer.GetBilingualProcessors() IBilingualProcessorContainer.FileRestriction IBilingualProcessorContainer.ParagraphUnitRestriction IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubContentGenerator : IBilingualProcessorContainer, IAbstractGenerator, IFileTypeDefinitionAware Properties AllComponents Called by the framework during component initialization to initialize components that implement special interfaces such as ISharedObjectsAware before processing starts. Declaration IEnumerable AllComponents { get; } Property Value Type Description System.Collections.Generic.IEnumerable < System.Object > All native and bilingual file type components BilingualWriter Writer for a bilingual output format, or null if a native output format is used. Declaration IBilingualWriter BilingualWriter { get; set; } Property Value Type Description IBilingualWriter Remarks This is intended for writers of bilingual formats representing single files (e.g. TTX, ITD, etc.). It is NOT for bilingual document writers (e.g. SDL XLIFF). Those should rather be used with a IBilingualDocumentGenerator . When a bilingual writer is set, the ToNativeConverter and the NativeSubContentGenerator are not used. FileTweakers The file tweakers used by the generator, in the order in which they will be invoked. File tweakers should be added using AddFileTweaker(IFilePostTweaker) . Declaration IEnumerable FileTweakers { get; } Property Value Type Description System.Collections.Generic.IEnumerable < IFilePostTweaker > Input All content input to the converter is passed as calls on this interface. Declaration IBilingualContentHandler Input { get; } Property Value Type Description IBilingualContentHandler ItemFactory The framework will set this property as part of the initialization. While building bilingual components this factory should be used to create any items that are inserted in the bilingual content model. Declaration IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory NativeOutputProperties Properties and settings used when writing the native file. If set, these properties are communicated to all file type components that implement the INativeContentCycleAware interface. Declaration INativeOutputFileProperties NativeOutputProperties { get; set; } Property Value Type Description INativeOutputFileProperties NativeSubContentGenerator The components used to output native content to a file in native format in the source or target language. Declaration INativeSubContentGenerator NativeSubContentGenerator { get; set; } Property Value Type Description INativeSubContentGenerator NativeVerifiers The native verifiers that are currently used by the generator. Verifiers should be added using AddNativeVerifier(INativeFileVerifier) . Declaration IEnumerable NativeVerifiers { get; } Property Value Type Description System.Collections.Generic.IEnumerable < INativeFileVerifier > ToNativeConverter The component used when converting bilingual content into native source or target content. Declaration IBilingualToNativeConverter ToNativeConverter { get; set; } Property Value Type Description IBilingualToNativeConverter Methods AddFileTweaker(IFilePostTweaker) Appends a file tweaker that will be used to modify the output file after generating. Declaration void AddFileTweaker(IFilePostTweaker tweaker) Parameters Type Name Description IFilePostTweaker tweaker AddNativeVerifier(INativeFileVerifier) Appends a native verifier that will be run on the output file after it has been generated. Declaration void AddNativeVerifier(INativeFileVerifier verifier) Parameters Type Name Description INativeFileVerifier verifier The native verifier to add RemoveFileTweaker(IFilePostTweaker) Removes the tweaker from the generator. Declaration void RemoveFileTweaker(IFilePostTweaker tweakerToRemove) Parameters Type Name Description IFilePostTweaker tweakerToRemove The file tweaker to remove Events Message Raised when a message is reported by a file type component. Declaration event EventHandler Message Event Type Type Description System.EventHandler < MessageEventArgs > Remarks The file path property needs not be set in the event args." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IVerifierCollection.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IVerifierCollection.html", "title": "Interface IVerifierCollection", - "keywords": "Interface IVerifierCollection Represents a set of bilingual content verifiers that work together to send non-critical messages to the client application through the verifier plug-ins. Inherited Members IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IVerifierCollection : IFileTypeDefinitionAware Properties BilingualVerifiers The bilingual verifiers that are available for this file type Declaration List BilingualVerifiers { get; set; } Property Value Type Description List IBilingualVerifier NativeVerifiers The native verifiers that are available for this file type Declaration List NativeVerifiers { get; set; } Property Value Type Description List INativeFileVerifier" + "keywords": "Interface IVerifierCollection Represents a set of bilingual content verifiers that work together to send non-critical messages to the client application through the verifier plug-ins. Inherited Members IFileTypeDefinitionAware.FileTypeDefinition Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IVerifierCollection : IFileTypeDefinitionAware Properties BilingualVerifiers The bilingual verifiers that are available for this file type Declaration List BilingualVerifiers { get; set; } Property Value Type Description System.Collections.Generic.List < IBilingualVerifier > NativeVerifiers The native verifiers that are available for this file type Declaration List NativeVerifiers { get; set; } Property Value Type Description System.Collections.Generic.List < INativeFileVerifier >" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.html", "title": "Class MessageEventArgs", - "keywords": "Class MessageEventArgs Information passed in Message events Inheritance object EventArgs MessageEventArgs Inherited Members EventArgs.Empty object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class MessageEventArgs : EventArgs Constructors MessageEventArgs() Creates an uninitialized instance. Declaration public MessageEventArgs() MessageEventArgs(string, string, ErrorLevel, string, IMessageLocation, IMessageLocation) Creates an instance initialized with the specified parameters. Declaration public MessageEventArgs(string filePath, string origin, ErrorLevel level, string message, IMessageLocation fromLocation, IMessageLocation uptoLocation) Parameters Type Name Description string filePath string origin The description of the action/component from which this message originated. ErrorLevel level string message IMessageLocation fromLocation IMessageLocation uptoLocation MessageEventArgs(string, string, ErrorLevel, string, IMessageLocation, IMessageLocation, ExtendedMessageEventData) Creates an instance initialized with the specified parameters. Declaration public MessageEventArgs(string filePath, string origin, ErrorLevel level, string message, IMessageLocation fromLocation, IMessageLocation uptoLocation, ExtendedMessageEventData extendedData) Parameters Type Name Description string filePath string origin The description of the action/component from which this message originated. ErrorLevel level string message IMessageLocation fromLocation IMessageLocation uptoLocation ExtendedMessageEventData extendedData Properties ExtendedData Extended data used to add specific message data to the message; for example, it could be used for verification data. Declaration public ExtendedMessageEventData ExtendedData { get; set; } Property Value Type Description ExtendedMessageEventData FilePath Full path to the file being processed, or null if unknown Declaration public string FilePath { get; set; } Property Value Type Description string FromLocation Start location of the content the message refers to, or null if none. Declaration public IMessageLocation FromLocation { get; set; } Property Value Type Description IMessageLocation Level Severity of the reported issue Declaration public ErrorLevel Level { get; set; } Property Value Type Description ErrorLevel Message Actual (localized) message text that will be shown to the user Declaration public string Message { get; set; } Property Value Type Description string Origin Description of the object/action from which the message was sent Declaration public string Origin { get; set; } Property Value Type Description string UptoLocation End location of the content the message refers to, or null if none Declaration public IMessageLocation UptoLocation { get; set; } Property Value Type Description IMessageLocation Methods ToString() Returns a string of the form [Level]: [Message] with the error level and message, intended for debugging purposes. Declaration public override string ToString() Returns Type Description string Overrides object.ToString() Remarks This intended is for debugging purposes only. Do not use this in the UI; the content is not fully localized." + "keywords": "Class MessageEventArgs Information passed in Message events Inheritance System.Object System.EventArgs MessageEventArgs Inherited Members System.EventArgs.Empty 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.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class MessageEventArgs : EventArgs Constructors MessageEventArgs() Creates an uninitialized instance. Declaration public MessageEventArgs() MessageEventArgs(String, String, ErrorLevel, String, IMessageLocation, IMessageLocation) Creates an instance initialized with the specified parameters. Declaration public MessageEventArgs(string filePath, string origin, ErrorLevel level, string message, IMessageLocation fromLocation, IMessageLocation uptoLocation) Parameters Type Name Description System.String filePath System.String origin The description of the action/component from which this message originated. ErrorLevel level System.String message IMessageLocation fromLocation IMessageLocation uptoLocation MessageEventArgs(String, String, ErrorLevel, String, IMessageLocation, IMessageLocation, ExtendedMessageEventData) Creates an instance initialized with the specified parameters. Declaration public MessageEventArgs(string filePath, string origin, ErrorLevel level, string message, IMessageLocation fromLocation, IMessageLocation uptoLocation, ExtendedMessageEventData extendedData) Parameters Type Name Description System.String filePath System.String origin The description of the action/component from which this message originated. ErrorLevel level System.String message IMessageLocation fromLocation IMessageLocation uptoLocation ExtendedMessageEventData extendedData Properties ExtendedData Extended data used to add specific message data to the message; for example, it could be used for verification data. Declaration public ExtendedMessageEventData ExtendedData { get; set; } Property Value Type Description ExtendedMessageEventData FilePath Full path to the file being processed, or null if unknown Declaration public string FilePath { get; set; } Property Value Type Description System.String FromLocation Start location of the content the message refers to, or null if none. Declaration public IMessageLocation FromLocation { get; set; } Property Value Type Description IMessageLocation Level Severity of the reported issue Declaration public ErrorLevel Level { get; set; } Property Value Type Description ErrorLevel Message Actual (localized) message text that will be shown to the user Declaration public string Message { get; set; } Property Value Type Description System.String Origin Description of the object/action from which the message was sent Declaration public string Origin { get; set; } Property Value Type Description System.String UptoLocation End location of the content the message refers to, or null if none Declaration public IMessageLocation UptoLocation { get; set; } Property Value Type Description IMessageLocation Methods ToString() Returns a string of the form [Level]: [Message] with the error level and message, intended for debugging purposes. Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Remarks This intended is for debugging purposes only. Do not use this in the UI; the content is not fully localized." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.html", "title": "Delegate NativeGeneratorProvider", - "keywords": "Delegate NativeGeneratorProvider Creates and initializes a file generator that can be used to write native content. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public delegate IFileGenerator NativeGeneratorProvider(IPersistentFileConversionProperties fileProperties) Parameters Type Name Description IPersistentFileConversionProperties fileProperties Information on the original file being converted, including the id of the file type definition that is used to convert the original native file. This can either be the persistent file properties that were created when reading the original native file, or it is provided from a bilingual parser. Returns Type Description IFileGenerator A file generator object that can be used to create a native file. Constructors NativeGeneratorProvider(object, IntPtr) Declaration public NativeGeneratorProvider(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(IPersistentFileConversionProperties, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(IPersistentFileConversionProperties fileProperties, AsyncCallback callback, object @object) Parameters Type Name Description IPersistentFileConversionProperties fileProperties AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual IFileGenerator EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description IFileGenerator Invoke(IPersistentFileConversionProperties) Declaration public virtual IFileGenerator Invoke(IPersistentFileConversionProperties fileProperties) Parameters Type Name Description IPersistentFileConversionProperties fileProperties Returns Type Description IFileGenerator" + "keywords": "Delegate NativeGeneratorProvider Creates and initializes a file generator that can be used to write native content. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public delegate IFileGenerator NativeGeneratorProvider(IPersistentFileConversionProperties fileProperties); Parameters Type Name Description IPersistentFileConversionProperties fileProperties Information on the original file being converted, including the id of the file type definition that is used to convert the original native file. This can either be the persistent file properties that were created when reading the original native file, or it is provided from a bilingual parser. Returns Type Description IFileGenerator A file generator object that can be used to create a native file. Constructors NativeGeneratorProvider(Object, IntPtr) Declaration public NativeGeneratorProvider(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(IPersistentFileConversionProperties, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(IPersistentFileConversionProperties fileProperties, AsyncCallback callback, object object) Parameters Type Name Description IPersistentFileConversionProperties fileProperties System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual IFileGenerator EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Returns Type Description IFileGenerator Invoke(IPersistentFileConversionProperties) Declaration public virtual IFileGenerator Invoke(IPersistentFileConversionProperties fileProperties) Parameters Type Name Description IPersistentFileConversionProperties fileProperties Returns Type Description IFileGenerator" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.html", "title": "Class NoDefaultBilingualFileTypeException", - "keywords": "Class NoDefaultBilingualFileTypeException Thrown by IFileTypeManager when attempting to create a converter for the default bilingual file type, but when no default bilingual file type has been set. Inheritance object Exception FileTypeSupportException NoDefaultBilingualFileTypeException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class NoDefaultBilingualFileTypeException : FileTypeSupportException, ISerializable, _Exception Constructors NoDefaultBilingualFileTypeException() Default construction Declaration public NoDefaultBilingualFileTypeException() NoDefaultBilingualFileTypeException(SerializationInfo, StreamingContext) For serialization Declaration protected NoDefaultBilingualFileTypeException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context NoDefaultBilingualFileTypeException(string) Construct from message Declaration public NoDefaultBilingualFileTypeException(string message) Parameters Type Name Description string message NoDefaultBilingualFileTypeException(string, Exception) construct from message and inner exception Declaration public NoDefaultBilingualFileTypeException(string message, Exception inner) Parameters Type Name Description string message Exception inner Implements ISerializable _Exception" + "keywords": "Class NoDefaultBilingualFileTypeException Thrown by IFileTypeManager when attempting to create a converter for the default bilingual file type, but when no default bilingual file type has been set. Inheritance System.Object System.Exception FileTypeSupportException NoDefaultBilingualFileTypeException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class NoDefaultBilingualFileTypeException : FileTypeSupportException, ISerializable, _Exception Constructors NoDefaultBilingualFileTypeException() Default construction Declaration public NoDefaultBilingualFileTypeException() NoDefaultBilingualFileTypeException(SerializationInfo, StreamingContext) For serialization Declaration protected NoDefaultBilingualFileTypeException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context NoDefaultBilingualFileTypeException(String) Construct from message Declaration public NoDefaultBilingualFileTypeException(string message) Parameters Type Name Description System.String message NoDefaultBilingualFileTypeException(String, Exception) construct from message and inner exception Declaration public NoDefaultBilingualFileTypeException(string message, Exception inner) Parameters Type Name Description System.String message System.Exception inner Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.html", "title": "Class NotBilingualFileTypeException", - "keywords": "Class NotBilingualFileTypeException Exception thrown when attempting to set a default bilingual file type to a file type for which IsBilingualDocumentFileType is not set to true . Inheritance object Exception FileTypeSupportException NotBilingualFileTypeException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class NotBilingualFileTypeException : FileTypeSupportException, ISerializable, _Exception Constructors NotBilingualFileTypeException() Default constructor Declaration public NotBilingualFileTypeException() NotBilingualFileTypeException(SerializationInfo, StreamingContext) Protected constructor used in serialization Declaration protected NotBilingualFileTypeException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context NotBilingualFileTypeException(string) Construct from a message Declaration public NotBilingualFileTypeException(string message) Parameters Type Name Description string message NotBilingualFileTypeException(string, Exception) Construct from a message and an inner exception Declaration public NotBilingualFileTypeException(string message, Exception inner) Parameters Type Name Description string message Exception inner Implements ISerializable _Exception" + "keywords": "Class NotBilingualFileTypeException Exception thrown when attempting to set a default bilingual file type to a file type for which IsBilingualDocumentFileType is not set to true . Inheritance System.Object System.Exception FileTypeSupportException NotBilingualFileTypeException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class NotBilingualFileTypeException : FileTypeSupportException, ISerializable, _Exception Constructors NotBilingualFileTypeException() Default constructor Declaration public NotBilingualFileTypeException() NotBilingualFileTypeException(SerializationInfo, StreamingContext) Protected constructor used in serialization Declaration protected NotBilingualFileTypeException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context NotBilingualFileTypeException(String) Construct from a message Declaration public NotBilingualFileTypeException(string message) Parameters Type Name Description System.String message NotBilingualFileTypeException(String, Exception) Construct from a message and an inner exception Declaration public NotBilingualFileTypeException(string message, Exception inner) Parameters Type Name Description System.String message System.Exception inner Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.html", "title": "Class OneOrMoreFilesNotSupportedException", - "keywords": "Class OneOrMoreFilesNotSupportedException Exception thrown by the IFileTypeManager implementation for operations that may involve multiple files if one or more of the files are not supported by any file type definition in the file type manager. Inheritance object Exception FileTypeSupportException OneOrMoreFilesNotSupportedException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object, object) object.ReferenceEquals(object, object) object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class OneOrMoreFilesNotSupportedException : FileTypeSupportException, ISerializable, _Exception Remarks The names of each file that is not supported and the corresponding error message can be retrieved from the list of FileNotSupportedException exceptions that are exposed through the NotSupportedFiles property. Constructors OneOrMoreFilesNotSupportedException() Default constructor, creates an uninitialized exception Declaration public OneOrMoreFilesNotSupportedException() OneOrMoreFilesNotSupportedException(SerializationInfo, StreamingContext) Protected constructor used for serialization Declaration protected OneOrMoreFilesNotSupportedException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context OneOrMoreFilesNotSupportedException(string, List) Creates with a message and a list of unsupported files. Declaration public OneOrMoreFilesNotSupportedException(string message, List notSupportedFiles) Parameters Type Name Description string message List FileNotSupportedException notSupportedFiles Properties NotSupportedFiles List of individual exceptions for each file that is not supported Declaration public List NotSupportedFiles { get; set; } Property Value Type Description List FileNotSupportedException Methods Equals(object) Also compares the list of unsupported files. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Return a hash code that includes the files that are not supported. Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Implements ISerializable _Exception" + "keywords": "Class OneOrMoreFilesNotSupportedException Exception thrown by the IFileTypeManager implementation for operations that may involve multiple files if one or more of the files are not supported by any file type definition in the file type manager. Inheritance System.Object System.Exception FileTypeSupportException OneOrMoreFilesNotSupportedException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class OneOrMoreFilesNotSupportedException : FileTypeSupportException, ISerializable, _Exception Remarks The names of each file that is not supported and the corresponding error message can be retrieved from the list of FileNotSupportedException exceptions that are exposed through the NotSupportedFiles property. Constructors OneOrMoreFilesNotSupportedException() Default constructor, creates an uninitialized exception Declaration public OneOrMoreFilesNotSupportedException() OneOrMoreFilesNotSupportedException(SerializationInfo, StreamingContext) Protected constructor used for serialization Declaration protected OneOrMoreFilesNotSupportedException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context OneOrMoreFilesNotSupportedException(String, List) Creates with a message and a list of unsupported files. Declaration public OneOrMoreFilesNotSupportedException(string message, List notSupportedFiles) Parameters Type Name Description System.String message System.Collections.Generic.List < FileNotSupportedException > notSupportedFiles Properties NotSupportedFiles List of individual exceptions for each file that is not supported Declaration public List NotSupportedFiles { get; set; } Property Value Type Description System.Collections.Generic.List < FileNotSupportedException > Methods Equals(Object) Also compares the list of unsupported files. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Return a hash code that includes the files that are not supported. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.html", "title": "Delegate OutputPropertiesProvider", - "keywords": "Delegate OutputPropertiesProvider Called by the framework when native output settings for a file need to be determined. The implementation should set the output file name, codepage, etc. of the output properties based on the file conversion info. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public delegate void OutputPropertiesProvider(INativeOutputFileProperties outputProperties, IPersistentFileConversionProperties conversionProperties, IOutputFileInfo suggestedFileInfo) Parameters Type Name Description INativeOutputFileProperties outputProperties IPersistentFileConversionProperties conversionProperties IOutputFileInfo suggestedFileInfo File name and other output properties as proposed by file type components' implementation of GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) , or null if none. Constructors OutputPropertiesProvider(object, IntPtr) Declaration public OutputPropertiesProvider(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(INativeOutputFileProperties, IPersistentFileConversionProperties, IOutputFileInfo, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(INativeOutputFileProperties outputProperties, IPersistentFileConversionProperties conversionProperties, IOutputFileInfo suggestedFileInfo, AsyncCallback callback, object @object) Parameters Type Name Description INativeOutputFileProperties outputProperties IPersistentFileConversionProperties conversionProperties IOutputFileInfo suggestedFileInfo AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(INativeOutputFileProperties, IPersistentFileConversionProperties, IOutputFileInfo) Declaration public virtual void Invoke(INativeOutputFileProperties outputProperties, IPersistentFileConversionProperties conversionProperties, IOutputFileInfo suggestedFileInfo) Parameters Type Name Description INativeOutputFileProperties outputProperties IPersistentFileConversionProperties conversionProperties IOutputFileInfo suggestedFileInfo" + "keywords": "Delegate OutputPropertiesProvider Called by the framework when native output settings for a file need to be determined. The implementation should set the output file name, codepage, etc. of the output properties based on the file conversion info. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public delegate void OutputPropertiesProvider(INativeOutputFileProperties outputProperties, IPersistentFileConversionProperties conversionProperties, IOutputFileInfo suggestedFileInfo); Parameters Type Name Description INativeOutputFileProperties outputProperties IPersistentFileConversionProperties conversionProperties IOutputFileInfo suggestedFileInfo File name and other output properties as proposed by file type components' implementation of GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) , or null if none. Constructors OutputPropertiesProvider(Object, IntPtr) Declaration public OutputPropertiesProvider(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(INativeOutputFileProperties, IPersistentFileConversionProperties, IOutputFileInfo, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(INativeOutputFileProperties outputProperties, IPersistentFileConversionProperties conversionProperties, IOutputFileInfo suggestedFileInfo, AsyncCallback callback, object object) Parameters Type Name Description INativeOutputFileProperties outputProperties IPersistentFileConversionProperties conversionProperties IOutputFileInfo suggestedFileInfo System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Invoke(INativeOutputFileProperties, IPersistentFileConversionProperties, IOutputFileInfo) Declaration public virtual void Invoke(INativeOutputFileProperties outputProperties, IPersistentFileConversionProperties conversionProperties, IOutputFileInfo suggestedFileInfo) Parameters Type Name Description INativeOutputFileProperties outputProperties IPersistentFileConversionProperties conversionProperties IOutputFileInfo suggestedFileInfo" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.html", "title": "Struct PreviewApplicationId", - "keywords": "Struct PreviewApplicationId Type safe wrapper around a preview application type id Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct PreviewApplicationId Constructors PreviewApplicationId(string) Creates from a string id. Declaration public PreviewApplicationId(string id) Parameters Type Name Description string id Properties Id The id for this preview type as a string Declaration public string Id { get; } Property Value Type Description string Methods Equals(object) Returns true if the objects have the same id value. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides ValueType.Equals(object) GetHashCode() Returns a hash code based on the id value. Declaration public override int GetHashCode() Returns Type Description int Overrides ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description string Overrides ValueType.ToString() Operators operator ==(PreviewApplicationId, PreviewApplicationId) Returns true if the two ids have the same Id value. Declaration public static bool operator ==(PreviewApplicationId first, PreviewApplicationId second) Parameters Type Name Description PreviewApplicationId first PreviewApplicationId second Returns Type Description bool operator !=(PreviewApplicationId, PreviewApplicationId) Returns true if the two ids have different Id values. Declaration public static bool operator !=(PreviewApplicationId first, PreviewApplicationId second) Parameters Type Name Description PreviewApplicationId first PreviewApplicationId second Returns Type Description bool" + "keywords": "Struct PreviewApplicationId Type safe wrapper around a preview application type id Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct PreviewApplicationId Constructors PreviewApplicationId(String) Creates from a string id. Declaration public PreviewApplicationId(string id) Parameters Type Name Description System.String id Properties Id The id for this preview type as a string Declaration public readonly string Id { get; } Property Value Type Description System.String Methods Equals(Object) Returns true if the objects have the same id value. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.ValueType.Equals(System.Object) GetHashCode() Returns a hash code based on the id value. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description System.String Overrides System.ValueType.ToString() Operators Equality(PreviewApplicationId, PreviewApplicationId) Returns true if the two ids have the same Id value. Declaration public static bool operator ==(PreviewApplicationId first, PreviewApplicationId second) Parameters Type Name Description PreviewApplicationId first PreviewApplicationId second Returns Type Description System.Boolean Inequality(PreviewApplicationId, PreviewApplicationId) Returns true if the two ids have different Id values. Declaration public static bool operator !=(PreviewApplicationId first, PreviewApplicationId second) Parameters Type Name Description PreviewApplicationId first PreviewApplicationId second Returns Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.html", "title": "Class PreviewClosedEventArgs", - "keywords": "Class PreviewClosedEventArgs Information passed in the PreviewClosed event Inheritance object EventArgs PreviewClosedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class PreviewClosedEventArgs : EventArgs Constructors PreviewClosedEventArgs(IAbstractPreviewApplication) Construct with an application instance Declaration public PreviewClosedEventArgs(IAbstractPreviewApplication application) Parameters Type Name Description IAbstractPreviewApplication application The preview application, which no longer needs to be tracked. Properties Application The preview application that the event concerns. The host application may disconnect event handlers for this application and dispose of it. Declaration public IAbstractPreviewApplication Application { get; set; } Property Value Type Description IAbstractPreviewApplication" + "keywords": "Class PreviewClosedEventArgs Information passed in the PreviewClosed event Inheritance System.Object System.EventArgs PreviewClosedEventArgs Inherited Members System.EventArgs.Empty 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.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class PreviewClosedEventArgs : EventArgs Constructors PreviewClosedEventArgs(IAbstractPreviewApplication) Construct with an application instance Declaration public PreviewClosedEventArgs(IAbstractPreviewApplication application) Parameters Type Name Description IAbstractPreviewApplication application The preview application, which no longer needs to be tracked. Properties Application The preview application that the event concerns. The host application may disconnect event handlers for this application and dispose of it. Declaration public IAbstractPreviewApplication Application { get; set; } Property Value Type Description IAbstractPreviewApplication" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.html", "title": "Delegate PreviewControlHandler", - "keywords": "Delegate PreviewControlHandler Delegate type to allow specific implementations of IInteractivePreviewControl to send events in a standardised way Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public delegate void PreviewControlHandler(IInteractivePreviewComponent component) Parameters Type Name Description IInteractivePreviewComponent component Constructors PreviewControlHandler(object, IntPtr) Declaration public PreviewControlHandler(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(IInteractivePreviewComponent, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(IInteractivePreviewComponent component, AsyncCallback callback, object @object) Parameters Type Name Description IInteractivePreviewComponent component AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(IInteractivePreviewComponent) Declaration public virtual void Invoke(IInteractivePreviewComponent component) Parameters Type Name Description IInteractivePreviewComponent component" + "keywords": "Delegate PreviewControlHandler Delegate type to allow specific implementations of IInteractivePreviewControl to send events in a standardised way Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public delegate void PreviewControlHandler(IInteractivePreviewComponent component); Parameters Type Name Description IInteractivePreviewComponent component Constructors PreviewControlHandler(Object, IntPtr) Declaration public PreviewControlHandler(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(IInteractivePreviewComponent, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(IInteractivePreviewComponent component, AsyncCallback callback, object object) Parameters Type Name Description IInteractivePreviewComponent component System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Invoke(IInteractivePreviewComponent) Declaration public virtual void Invoke(IInteractivePreviewComponent component) Parameters Type Name Description IInteractivePreviewComponent component" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.html", "title": "Struct PreviewControlId", - "keywords": "Struct PreviewControlId Type safe wrapper around a preview control type id Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct PreviewControlId Constructors PreviewControlId(string) Creates from a string id Declaration public PreviewControlId(string id) Parameters Type Name Description string id Properties Id The id for this preview type as a string Declaration public string Id { get; } Property Value Type Description string Methods Equals(object) Returns true if the objects have the same id value. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides ValueType.Equals(object) GetHashCode() Returns a hash code based on the id value. Declaration public override int GetHashCode() Returns Type Description int Overrides ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description string Overrides ValueType.ToString() Operators operator ==(PreviewControlId, PreviewControlId) Returns true if the two ids have the same Id value. Declaration public static bool operator ==(PreviewControlId first, PreviewControlId second) Parameters Type Name Description PreviewControlId first PreviewControlId second Returns Type Description bool operator !=(PreviewControlId, PreviewControlId) Returns true if the two ids have different Id values. Declaration public static bool operator !=(PreviewControlId first, PreviewControlId second) Parameters Type Name Description PreviewControlId first PreviewControlId second Returns Type Description bool" + "keywords": "Struct PreviewControlId Type safe wrapper around a preview control type id Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct PreviewControlId Constructors PreviewControlId(String) Creates from a string id Declaration public PreviewControlId(string id) Parameters Type Name Description System.String id Properties Id The id for this preview type as a string Declaration public readonly string Id { get; } Property Value Type Description System.String Methods Equals(Object) Returns true if the objects have the same id value. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.ValueType.Equals(System.Object) GetHashCode() Returns a hash code based on the id value. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description System.String Overrides System.ValueType.ToString() Operators Equality(PreviewControlId, PreviewControlId) Returns true if the two ids have the same Id value. Declaration public static bool operator ==(PreviewControlId first, PreviewControlId second) Parameters Type Name Description PreviewControlId first PreviewControlId second Returns Type Description System.Boolean Inequality(PreviewControlId, PreviewControlId) Returns true if the two ids have different Id values. Declaration public static bool operator !=(PreviewControlId first, PreviewControlId second) Parameters Type Name Description PreviewControlId first PreviewControlId second Returns Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.html", "title": "Struct PreviewSetId", - "keywords": "Struct PreviewSetId Type safe wrapper around a unique id for a preview set Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct PreviewSetId Constructors PreviewSetId(string) Creates from a string id Declaration public PreviewSetId(string id) Parameters Type Name Description string id Properties Id The id of this preview type as a string Declaration public string Id { get; } Property Value Type Description string Methods Equals(object) Returns true if the objects have the same id value. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides ValueType.Equals(object) GetHashCode() Returns a hash code based on the id value. Declaration public override int GetHashCode() Returns Type Description int Overrides ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description string Overrides ValueType.ToString() Operators operator ==(PreviewSetId, PreviewSetId) Returns true if the two ids have the same Id value. Declaration public static bool operator ==(PreviewSetId first, PreviewSetId second) Parameters Type Name Description PreviewSetId first PreviewSetId second Returns Type Description bool operator !=(PreviewSetId, PreviewSetId) Returns true if the two ids have different Id values. Declaration public static bool operator !=(PreviewSetId first, PreviewSetId second) Parameters Type Name Description PreviewSetId first PreviewSetId second Returns Type Description bool" + "keywords": "Struct PreviewSetId Type safe wrapper around a unique id for a preview set Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct PreviewSetId Constructors PreviewSetId(String) Creates from a string id Declaration public PreviewSetId(string id) Parameters Type Name Description System.String id Properties Id The id of this preview type as a string Declaration public readonly string Id { get; } Property Value Type Description System.String Methods Equals(Object) Returns true if the objects have the same id value. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.ValueType.Equals(System.Object) GetHashCode() Returns a hash code based on the id value. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description System.String Overrides System.ValueType.ToString() Operators Equality(PreviewSetId, PreviewSetId) Returns true if the two ids have the same Id value. Declaration public static bool operator ==(PreviewSetId first, PreviewSetId second) Parameters Type Name Description PreviewSetId first PreviewSetId second Returns Type Description System.Boolean Inequality(PreviewSetId, PreviewSetId) Returns true if the two ids have different Id values. Declaration public static bool operator !=(PreviewSetId first, PreviewSetId second) Parameters Type Name Description PreviewSetId first PreviewSetId second Returns Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetKind.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetKind.html", "title": "Enum PreviewSetKind", - "keywords": "Enum PreviewSetKind Used by the PreviewSetKind property to indicate whether a preview set contains application or control previews. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum PreviewSetKind Fields Name Description ApplicationPreviews The set contains only IApplicationPreviewType instances. ControlPreviews The set contains only IControlPreviewType instances. Mix The set contains a mix of application and control preview types. Undefined None of the preview types in the set are IApplicationPreviewType or IControlPreviewType instances." + "keywords": "Enum PreviewSetKind Used by the PreviewSetKind property to indicate whether a preview set contains application or control previews. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum PreviewSetKind Fields Name Description ApplicationPreviews The set contains only IApplicationPreviewType instances. ControlPreviews The set contains only IControlPreviewType instances. Mix The set contains a mix of application and control preview types. Undefined None of the preview types in the set are IApplicationPreviewType or IControlPreviewType instances." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.html", @@ -2397,572 +2097,572 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsert.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsert.html", "title": "Interface IQuickInsert", - "keywords": "Interface IQuickInsert New class for defining a quickinsert - new implementation Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IQuickInsert : ICloneable Properties Description Description of QuickInsert Declaration string Description { get; } Property Value Type Description string DisplayOnToolBar Boolean indicating whether this QuickInsert should be displayed on the QI Toolbar Declaration bool DisplayOnToolBar { get; } Property Value Type Description bool Formatting Formatting for QuickInsert Declaration IFormattingGroup Formatting { get; } Property Value Type Description IFormattingGroup Id ID of QuickInsert Declaration QuickInsertIds Id { get; } Property Value Type Description QuickInsertIds MarkupData Markup data Declaration IAbstractMarkupDataContainer MarkupData { get; } Property Value Type Description IAbstractMarkupDataContainer Name Name of QuickInsert Declaration string Name { get; } Property Value Type Description string" + "keywords": "Interface IQuickInsert New class for defining a quickinsert - new implementation Inherited Members System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IQuickInsert : ICloneable Properties Description Description of QuickInsert Declaration string Description { get; } Property Value Type Description System.String DisplayOnToolBar Boolean indicating whether this QuickInsert should be displayed on the QI Toolbar Declaration bool DisplayOnToolBar { get; } Property Value Type Description System.Boolean Formatting Formatting for QuickInsert Declaration IFormattingGroup Formatting { get; } Property Value Type Description IFormattingGroup Id ID of QuickInsert Declaration QuickInsertIds Id { get; } Property Value Type Description QuickInsertIds MarkupData Markup data Declaration IAbstractMarkupDataContainer MarkupData { get; } Property Value Type Description IAbstractMarkupDataContainer Name Name of QuickInsert Declaration string Name { get; } Property Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.html", "title": "Interface IQuickInsertDefinitionsManager", - "keywords": "Interface IQuickInsertDefinitionsManager Interface defining contract for IQuickInsertDefinitionsManager Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IQuickInsertDefinitionsManager Methods BuildClonedQuickInsert(QuickInsertIds) Builds a new instance of a QuickInsert Declaration IQuickInsert BuildClonedQuickInsert(QuickInsertIds id) Parameters Type Name Description QuickInsertIds id Returns Type Description IQuickInsert BuildQuickInsert(QuickInsertIds) Builds a QuickInsert - all Declaration IQuickInsert BuildQuickInsert(QuickInsertIds id) Parameters Type Name Description QuickInsertIds id Returns Type Description IQuickInsert IsQuickInsert(IAbstractMarkupData) Returns true if the IAbstractMarkupData item is a QuickInsert Declaration bool IsQuickInsert(IAbstractMarkupData item) Parameters Type Name Description IAbstractMarkupData item Returns Type Description bool ParseQuickInsertIds(string) Parses a comma-separated string list of QuickInsertIds and return a List Declaration List ParseQuickInsertIds(string quickInsertIds) Parameters Type Name Description string quickInsertIds Returns Type Description List QuickInsertIds List of QuickInsertIds parsed from the string TryParseQuickInsertId(string, out QuickInsertIds) Tryes parsing a string into a QuickInsertId Declaration bool TryParseQuickInsertId(string quickInsertIdString, out QuickInsertIds quickInsertId) Parameters Type Name Description string quickInsertIdString QuickInsertIds quickInsertId Returns Type Description bool" + "keywords": "Interface IQuickInsertDefinitionsManager Interface defining contract for IQuickInsertDefinitionsManager Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IQuickInsertDefinitionsManager Methods BuildClonedQuickInsert(QuickInsertIds) Builds a new instance of a QuickInsert Declaration IQuickInsert BuildClonedQuickInsert(QuickInsertIds id) Parameters Type Name Description QuickInsertIds id Returns Type Description IQuickInsert BuildQuickInsert(QuickInsertIds) Builds a QuickInsert - all Declaration IQuickInsert BuildQuickInsert(QuickInsertIds id) Parameters Type Name Description QuickInsertIds id Returns Type Description IQuickInsert IsQuickInsert(IAbstractMarkupData) Returns true if the IAbstractMarkupData item is a QuickInsert Declaration bool IsQuickInsert(IAbstractMarkupData item) Parameters Type Name Description IAbstractMarkupData item Returns Type Description System.Boolean ParseQuickInsertIds(String) Parses a comma-separated string list of QuickInsertIds and return a List Declaration List ParseQuickInsertIds(string quickInsertIds) Parameters Type Name Description System.String quickInsertIds Returns Type Description System.Collections.Generic.List < QuickInsertIds > List of QuickInsertIds parsed from the string TryParseQuickInsertId(String, out QuickInsertIds) Tryes parsing a string into a QuickInsertId Declaration bool TryParseQuickInsertId(string quickInsertIdString, out QuickInsertIds quickInsertId) Parameters Type Name Description System.String quickInsertIdString QuickInsertIds quickInsertId Returns Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertsBuilder.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertsBuilder.html", "title": "Interface IQuickInsertsBuilder", - "keywords": "Interface IQuickInsertsBuilder Interface defining method to implement by component builders for retrieving list of QuickInsert IDs supported by a given FileType The filetype ComponentBuilder should implement this interface if it supports the new QuickInsert implementation Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IQuickInsertsBuilder Methods BuildQuickInsertIdList() Returns a list of QuickInsert IDs which the given File Type supports Declaration List BuildQuickInsertIdList() Returns Type Description List QuickInsertIds" + "keywords": "Interface IQuickInsertsBuilder Interface defining method to implement by component builders for retrieving list of QuickInsert IDs supported by a given FileType The filetype ComponentBuilder should implement this interface if it supports the new QuickInsert implementation Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IQuickInsertsBuilder Methods BuildQuickInsertIdList() Returns a list of QuickInsert IDs which the given File Type supports Declaration List BuildQuickInsertIdList() Returns Type Description System.Collections.Generic.List < QuickInsertIds >" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertConstants.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertConstants.html", "title": "Class QuickInsertConstants", - "keywords": "Class QuickInsertConstants QuickInsertConstants Inheritance object QuickInsertConstants Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public static class QuickInsertConstants Fields QUICK_INSERT_METADATA_KEY Key used to store list of supported QuickInserts in IPersistentFileConversionProperties for given FileType (new implementation) Declaration public const string QUICK_INSERT_METADATA_KEY = \"SDL:QuickInsertsList\" Field Value Type Description string" + "keywords": "Class QuickInsertConstants QuickInsertConstants Inheritance System.Object QuickInsertConstants 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.FileTypeSupport.Framework.IntegrationApi.QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public static class QuickInsertConstants Fields QUICK_INSERT_METADATA_KEY Key used to store list of supported QuickInserts in IPersistentFileConversionProperties for given FileType (new implementation) Declaration public const string QUICK_INSERT_METADATA_KEY = \"SDL:QuickInsertsList\" Field Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertIds.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertIds.html", "title": "Enum QuickInsertIds", - "keywords": "Enum QuickInsertIds Standard QuickInsert IDs Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum QuickInsertIds Fields Name Description None no formatting - default qBold Bold formatting qDoubleUnderline Double underline formatting qItalic Italic formatting qNoBold Bold formatting off qNoDoubleUnderline Double underline formatting off qNoItalic Italic formatting off qNoSmallCaps Small caps formatting off qNoStrikeThrough Strike through formatting off qNoSubscript Subscript formatting off qNoSuperscript Superscript formatting off qNoUnderline Underline formatting off qNonBreakingHyphen Non-breaking hyphen character qOptionalHyphen Option hyphen character qSmallCaps Small Caps formatting qSortOrder Sort order qStrikeThrough Strike through formatting qSubscript Subscript formatting qSuperscript Superscript formatting qUnderline Underline formatting" + "keywords": "Enum QuickInsertIds Standard QuickInsert IDs Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum QuickInsertIds Fields Name Description None no formatting - default qBold Bold formatting qDoubleUnderline Double underline formatting qItalic Italic formatting qNoBold Bold formatting off qNoDoubleUnderline Double underline formatting off qNoItalic Italic formatting off qNonBreakingHyphen Non-breaking hyphen character qNoSmallCaps Small caps formatting off qNoStrikeThrough Strike through formatting off qNoSubscript Subscript formatting off qNoSuperscript Superscript formatting off qNoUnderline Underline formatting off qOptionalHyphen Option hyphen character qSmallCaps Small Caps formatting qSortOrder Sort order qStrikeThrough Strike through formatting qSubscript Subscript formatting qSuperscript Superscript formatting qUnderline Underline formatting" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickTagDefaultId.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickTagDefaultId.html", "title": "Enum QuickTagDefaultId", - "keywords": "Enum QuickTagDefaultId Command ids used for default QuickTags. Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum QuickTagDefaultId Fields Name Description Bold Default bold formatting Copyright The copyright symbol EmDash Em-dash character EnDash En-dash character Euro The Euro currency symbol Italic Default italic formatting LeftToRight Default left-to-right directionality NonBreakingHyphen Non-breaking hyphen character (i.e. a hyphen that should not be treated as a word break) NonBreakingSpace Non-breaking space character (i.e. a space that should not be treated as a word break) OptionalHyphen Optional hyphen character - indicates an optional location to break a word, but that does not appear in the final text if the word is not hyphenated at this location. Registered The registered trademark symbol RightToLeft Default right-to-left directionality SmallCaps Default small caps formatting SoftBreak Default soft break character Subscript Default subscript formatting Superscript Default superscript formatting Trademark The trademark symbol Undefined Value is invalid or has not been set. Underline Default underline formatting" + "keywords": "Enum QuickTagDefaultId Command ids used for default QuickTags. Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum QuickTagDefaultId Fields Name Description Bold Default bold formatting Copyright The copyright symbol EmDash Em-dash character EnDash En-dash character Euro The Euro currency symbol Italic Default italic formatting LeftToRight Default left-to-right directionality NonBreakingHyphen Non-breaking hyphen character (i.e. a hyphen that should not be treated as a word break) NonBreakingSpace Non-breaking space character (i.e. a space that should not be treated as a word break) OptionalHyphen Optional hyphen character - indicates an optional location to break a word, but that does not appear in the final text if the word is not hyphenated at this location. Registered The registered trademark symbol RightToLeft Default right-to-left directionality SmallCaps Default small caps formatting SoftBreak Default soft break character Subscript Default subscript formatting Superscript Default superscript formatting Trademark The trademark symbol Undefined Value is invalid or has not been set. Underline Default underline formatting" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.html", "title": "Class SegmentReference", - "keywords": "Class SegmentReference Serializable reference to a segment that can be used to reference a specific segment in a paragraph and file e.g. when processing content for preview. Inheritance object SegmentReference Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class SegmentReference Constructors SegmentReference(FileId, ParagraphUnitId, SegmentId) Construction from file, paragraph and segment ids Declaration public SegmentReference(FileId fileId, ParagraphUnitId paraId, SegmentId segId) Parameters Type Name Description FileId fileId ParagraphUnitId paraId SegmentId segId Properties FileId File id for the file that the segment reference applies to Declaration public FileId FileId { get; set; } Property Value Type Description FileId ParagraphUnitId Id of the paragraph unit that the segment reference applies to Declaration public ParagraphUnitId ParagraphUnitId { get; set; } Property Value Type Description ParagraphUnitId SegmentId Id of the segment that the reference applies to Declaration public SegmentId SegmentId { get; set; } Property Value Type Description SegmentId Methods Equals(object) Considered equal if file, paragraph and segment ids match. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Hash code is computed by combining file, paragraph unit and segment ids. Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" + "keywords": "Class SegmentReference Serializable reference to a segment that can be used to reference a specific segment in a paragraph and file e.g. when processing content for preview. Inheritance System.Object SegmentReference Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class SegmentReference Constructors SegmentReference(FileId, ParagraphUnitId, SegmentId) Construction from file, paragraph and segment ids Declaration public SegmentReference(FileId fileId, ParagraphUnitId paraId, SegmentId segId) Parameters Type Name Description FileId fileId ParagraphUnitId paraId SegmentId segId Properties FileId File id for the file that the segment reference applies to Declaration public FileId FileId { get; set; } Property Value Type Description FileId ParagraphUnitId Id of the paragraph unit that the segment reference applies to Declaration public ParagraphUnitId ParagraphUnitId { get; set; } Property Value Type Description ParagraphUnitId SegmentId Id of the segment that the reference applies to Declaration public SegmentId SegmentId { get; set; } Property Value Type Description SegmentId Methods Equals(Object) Considered equal if file, paragraph and segment ids match. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Hash code is computed by combining file, paragraph unit and segment ids. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.html", "title": "Class SegmentSelectedEventArgs", - "keywords": "Class SegmentSelectedEventArgs Information passed in the SegmentSelected event Inheritance object EventArgs SegmentSelectedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class SegmentSelectedEventArgs : EventArgs Constructors SegmentSelectedEventArgs() Creates an uninitialized object. Declaration public SegmentSelectedEventArgs() SegmentSelectedEventArgs(INavigablePreview, SegmentReference) Initializes with the specified preview instance and segment reference. Declaration public SegmentSelectedEventArgs(INavigablePreview originatingPreview, SegmentReference selectedSegment) Parameters Type Name Description INavigablePreview originatingPreview Preview the segment from which the selection originates SegmentReference selectedSegment The selected segment Properties OriginatingPreview The preview from which the event originates Declaration public INavigablePreview OriginatingPreview { get; set; } Property Value Type Description INavigablePreview SelectedSegment Reference to the segment the user has selected Declaration public SegmentReference SelectedSegment { get; set; } Property Value Type Description SegmentReference" + "keywords": "Class SegmentSelectedEventArgs Information passed in the SegmentSelected event Inheritance System.Object System.EventArgs SegmentSelectedEventArgs Inherited Members System.EventArgs.Empty 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.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class SegmentSelectedEventArgs : EventArgs Constructors SegmentSelectedEventArgs() Creates an uninitialized object. Declaration public SegmentSelectedEventArgs() SegmentSelectedEventArgs(INavigablePreview, SegmentReference) Initializes with the specified preview instance and segment reference. Declaration public SegmentSelectedEventArgs(INavigablePreview originatingPreview, SegmentReference selectedSegment) Parameters Type Name Description INavigablePreview originatingPreview Preview the segment from which the selection originates SegmentReference selectedSegment The selected segment Properties OriginatingPreview The preview from which the event originates Declaration public INavigablePreview OriginatingPreview { get; set; } Property Value Type Description INavigablePreview SelectedSegment Reference to the segment the user has selected Declaration public SegmentReference SelectedSegment { get; set; } Property Value Type Description SegmentReference" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.html", "title": "Class SubContentProcessorDoesNotExistException", - "keywords": "Class SubContentProcessorDoesNotExistException This exception is thrown when a subcontent FileTypeDefinition cannot be found during processing Inheritance object Exception SubContentProcessorDoesNotExistException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class SubContentProcessorDoesNotExistException : Exception, ISerializable, _Exception Constructors SubContentProcessorDoesNotExistException(string) Constructor taking message for exception Declaration public SubContentProcessorDoesNotExistException(string message) Parameters Type Name Description string message Implements ISerializable _Exception" + "keywords": "Class SubContentProcessorDoesNotExistException This exception is thrown when a subcontent FileTypeDefinition cannot be found during processing Inheritance System.Object System.Exception SubContentProcessorDoesNotExistException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class SubContentProcessorDoesNotExistException : Exception, ISerializable, _Exception Constructors SubContentProcessorDoesNotExistException(String) Constructor taking message for exception Declaration public SubContentProcessorDoesNotExistException(string message) Parameters Type Name Description System.String message Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.html", "title": "Class TemplateComponentBuilderManager", - "keywords": "Class TemplateComponentBuilderManager TemplateComponentBuilderManager class represents a template component builder manager. Inheritance object TemplateComponentBuilderManager Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class TemplateComponentBuilderManager Constructors TemplateComponentBuilderManager(IFileTypeManager) Constructor that takes the given file type manager. Declaration public TemplateComponentBuilderManager(IFileTypeManager fileTypeManager) Parameters Type Name Description IFileTypeManager fileTypeManager file type manager Properties TemplateComponentBuilders Allow enumeration of template component builders Declaration public IEnumerable TemplateComponentBuilders { get; } Property Value Type Description IEnumerable IFileTypeComponentBuilder Methods LoadAllTemplateComponentBuilders() Loads all the template component builders. Declaration protected void LoadAllTemplateComponentBuilders()" + "keywords": "Class TemplateComponentBuilderManager TemplateComponentBuilderManager class represents a template component builder manager. Inheritance System.Object TemplateComponentBuilderManager 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.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class TemplateComponentBuilderManager Constructors TemplateComponentBuilderManager(IFileTypeManager) Constructor that takes the given file type manager. Declaration public TemplateComponentBuilderManager(IFileTypeManager fileTypeManager) Parameters Type Name Description IFileTypeManager fileTypeManager file type manager Properties TemplateComponentBuilders Allow enumeration of template component builders Declaration public IEnumerable TemplateComponentBuilders { get; } Property Value Type Description System.Collections.Generic.IEnumerable < IFileTypeComponentBuilder > Methods LoadAllTemplateComponentBuilders() Loads all the template component builders. Declaration protected void LoadAllTemplateComponentBuilders()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.html", "title": "Class UnknownFileTypeDefinitionException", - "keywords": "Class UnknownFileTypeDefinitionException Thrown by the IFileTypeManager implementation when attempting to use a file type definition id that is not part of the file type manager file type definitions. Inheritance object Exception FileTypeSupportException UnknownFileTypeDefinitionException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class UnknownFileTypeDefinitionException : FileTypeSupportException, ISerializable, _Exception Constructors UnknownFileTypeDefinitionException() Default constructor Declaration public UnknownFileTypeDefinitionException() UnknownFileTypeDefinitionException(SerializationInfo, StreamingContext) Used in serialization Declaration protected UnknownFileTypeDefinitionException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context UnknownFileTypeDefinitionException(string) Constructs from a message Declaration public UnknownFileTypeDefinitionException(string message) Parameters Type Name Description string message UnknownFileTypeDefinitionException(string, Exception) Constructs from a message and an inner exception Declaration public UnknownFileTypeDefinitionException(string message, Exception inner) Parameters Type Name Description string message Exception inner Implements ISerializable _Exception" + "keywords": "Class UnknownFileTypeDefinitionException Thrown by the IFileTypeManager implementation when attempting to use a file type definition id that is not part of the file type manager file type definitions. Inheritance System.Object System.Exception FileTypeSupportException UnknownFileTypeDefinitionException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.IntegrationApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class UnknownFileTypeDefinitionException : FileTypeSupportException, ISerializable, _Exception Constructors UnknownFileTypeDefinitionException() Default constructor Declaration public UnknownFileTypeDefinitionException() UnknownFileTypeDefinitionException(SerializationInfo, StreamingContext) Used in serialization Declaration protected UnknownFileTypeDefinitionException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context UnknownFileTypeDefinitionException(String) Constructs from a message Declaration public UnknownFileTypeDefinitionException(string message) Parameters Type Name Description System.String message UnknownFileTypeDefinitionException(String, Exception) Constructs from a message and an inner exception Declaration public UnknownFileTypeDefinitionException(string message, Exception inner) Parameters Type Name Description System.String message System.Exception inner Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.html", "title": "Class AbstractNativeExtractionContentProcessor", - "keywords": "Class AbstractNativeExtractionContentProcessor Abstract base class that can be used to build native content extraction processors. The default implementation provides a transparent \"do nothing\" content processor that simply forwards the calls that it receives on its INativeExtractionContentHandler implementation to the output. Your implementation can simply override the content handler methods for the type of content that it is interested in, and rely on the default implementations for anything else. Inheritance object AbstractNativeFileTypeComponent AbstractNativeExtractionContentProcessor Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter INativeExtractionContentProcessor INativeExtractionContentHandler IAbstractNativeContentHandler Inherited Members AbstractNativeFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, LocationMarkerId, LocationMarkerId) AbstractNativeFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string) AbstractNativeFileTypeComponent.PropertiesFactory AbstractNativeFileTypeComponent.MessageReporter object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractNativeExtractionContentProcessor : AbstractNativeFileTypeComponent, INativeFileTypeComponent, INativeContentStreamMessageReporter, IBasicMessageReporter, INativeExtractionContentProcessor, INativeExtractionContentHandler, IAbstractNativeContentHandler Constructors AbstractNativeExtractionContentProcessor() Protected constructor used by derived classes Declaration protected AbstractNativeExtractionContentProcessor() Properties Output Default implementation of the Output property Declaration public virtual INativeExtractionContentHandler Output { get; set; } Property Value Type Description INativeExtractionContentHandler Methods ChangeContext(IContextProperties) Calls ChangeContext(IContextProperties) on the Output (if set). Declaration public virtual void ChangeContext(IContextProperties contexts) Parameters Type Name Description IContextProperties contexts CommentEnd() Calls CommentEnd() on the Output . Declaration public virtual void CommentEnd() CommentStart(ICommentProperties) Calls CommentStart(ICommentProperties) on the Output . Declaration public virtual void CommentStart(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The comment properties. CustomInfo(ICustomInfoProperties) Calls CustomInfo(ICustomInfoProperties) on the Output (if set). Declaration public virtual void CustomInfo(ICustomInfoProperties info) Parameters Type Name Description ICustomInfoProperties info InlineEndTag(IEndTagProperties) Calls InlineEndTag(IEndTagProperties) on the Output if set. Declaration public virtual void InlineEndTag(IEndTagProperties tagInfo) Parameters Type Name Description IEndTagProperties tagInfo InlinePlaceholderTag(IPlaceholderTagProperties) Calls InlinePlaceholderTag(IPlaceholderTagProperties) on the Output (if set). Declaration public virtual void InlinePlaceholderTag(IPlaceholderTagProperties tagInfo) Parameters Type Name Description IPlaceholderTagProperties tagInfo InlineStartTag(IStartTagProperties) Calls InlineStartTag(IStartTagProperties) on the Output (if set). Declaration public virtual void InlineStartTag(IStartTagProperties tagInfo) Parameters Type Name Description IStartTagProperties tagInfo LocationMark(LocationMarkerId) Calls LocationMark(LocationMarkerId) on the Output (if set). Declaration public virtual void LocationMark(LocationMarkerId markerId) Parameters Type Name Description LocationMarkerId markerId LockedContentEnd() Calls LockedContentEnd() on the Output . Declaration public virtual void LockedContentEnd() LockedContentStart(ILockedContentProperties) Calls LockedContentStart(ILockedContentProperties) on the Output . Declaration public virtual void LockedContentStart(ILockedContentProperties lockedContentInfo) Parameters Type Name Description ILockedContentProperties lockedContentInfo ParagraphComments(ICommentProperties) Calls ParagraphComments(ICommentProperties) on the Output . Declaration public virtual void ParagraphComments(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The commnet properties. RevisionEnd() Calls RevisionEnd() on the Output . Declaration public virtual void RevisionEnd() RevisionStart(IRevisionProperties) Calls RevisionStart(IRevisionProperties) on the Output . Declaration public virtual void RevisionStart(IRevisionProperties revisionInfo) Parameters Type Name Description IRevisionProperties revisionInfo The revision properties. StructureTag(IStructureTagProperties) Calls StructureTag(IStructureTagProperties) on the Output (if set). Declaration public virtual void StructureTag(IStructureTagProperties tagInfo) Parameters Type Name Description IStructureTagProperties tagInfo Text(ITextProperties) Calls Text(ITextProperties) on the Output (if set). Declaration public virtual void Text(ITextProperties textInfo) Parameters Type Name Description ITextProperties textInfo Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter INativeExtractionContentProcessor INativeExtractionContentHandler IAbstractNativeContentHandler" + "keywords": "Class AbstractNativeExtractionContentProcessor Abstract base class that can be used to build native content extraction processors. The default implementation provides a transparent \"do nothing\" content processor that simply forwards the calls that it receives on its INativeExtractionContentHandler implementation to the output. Your implementation can simply override the content handler methods for the type of content that it is interested in, and rely on the default implementations for anything else. Inheritance System.Object AbstractNativeFileTypeComponent AbstractNativeExtractionContentProcessor Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter INativeExtractionContentProcessor INativeExtractionContentHandler IAbstractNativeContentHandler Inherited Members AbstractNativeFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId) AbstractNativeFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String) AbstractNativeFileTypeComponent.PropertiesFactory AbstractNativeFileTypeComponent.MessageReporter 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.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractNativeExtractionContentProcessor : AbstractNativeFileTypeComponent, INativeFileTypeComponent, INativeContentStreamMessageReporter, IBasicMessageReporter, INativeExtractionContentProcessor, INativeExtractionContentHandler, IAbstractNativeContentHandler Constructors AbstractNativeExtractionContentProcessor() Protected constructor used by derived classes Declaration protected AbstractNativeExtractionContentProcessor() Properties Output Default implementation of the Output property Declaration public virtual INativeExtractionContentHandler Output { get; set; } Property Value Type Description INativeExtractionContentHandler Methods ChangeContext(IContextProperties) Calls ChangeContext(IContextProperties) on the Output (if set). Declaration public virtual void ChangeContext(IContextProperties contexts) Parameters Type Name Description IContextProperties contexts CommentEnd() Calls CommentEnd() on the Output . Declaration public virtual void CommentEnd() CommentStart(ICommentProperties) Calls CommentStart(ICommentProperties) on the Output . Declaration public virtual void CommentStart(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The comment properties. CustomInfo(ICustomInfoProperties) Calls CustomInfo(ICustomInfoProperties) on the Output (if set). Declaration public virtual void CustomInfo(ICustomInfoProperties info) Parameters Type Name Description ICustomInfoProperties info InlineEndTag(IEndTagProperties) Calls InlineEndTag(IEndTagProperties) on the Output if set. Declaration public virtual void InlineEndTag(IEndTagProperties tagInfo) Parameters Type Name Description IEndTagProperties tagInfo InlinePlaceholderTag(IPlaceholderTagProperties) Calls InlinePlaceholderTag(IPlaceholderTagProperties) on the Output (if set). Declaration public virtual void InlinePlaceholderTag(IPlaceholderTagProperties tagInfo) Parameters Type Name Description IPlaceholderTagProperties tagInfo InlineStartTag(IStartTagProperties) Calls InlineStartTag(IStartTagProperties) on the Output (if set). Declaration public virtual void InlineStartTag(IStartTagProperties tagInfo) Parameters Type Name Description IStartTagProperties tagInfo LocationMark(LocationMarkerId) Calls LocationMark(LocationMarkerId) on the Output (if set). Declaration public virtual void LocationMark(LocationMarkerId markerId) Parameters Type Name Description LocationMarkerId markerId LockedContentEnd() Calls LockedContentEnd() on the Output . Declaration public virtual void LockedContentEnd() LockedContentStart(ILockedContentProperties) Calls LockedContentStart(ILockedContentProperties) on the Output . Declaration public virtual void LockedContentStart(ILockedContentProperties lockedContentInfo) Parameters Type Name Description ILockedContentProperties lockedContentInfo ParagraphComments(ICommentProperties) Calls ParagraphComments(ICommentProperties) on the Output . Declaration public virtual void ParagraphComments(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The commnet properties. RevisionEnd() Calls RevisionEnd() on the Output . Declaration public virtual void RevisionEnd() RevisionStart(IRevisionProperties) Calls RevisionStart(IRevisionProperties) on the Output . Declaration public virtual void RevisionStart(IRevisionProperties revisionInfo) Parameters Type Name Description IRevisionProperties revisionInfo The revision properties. StructureTag(IStructureTagProperties) Calls StructureTag(IStructureTagProperties) on the Output (if set). Declaration public virtual void StructureTag(IStructureTagProperties tagInfo) Parameters Type Name Description IStructureTagProperties tagInfo Text(ITextProperties) Calls Text(ITextProperties) on the Output (if set). Declaration public virtual void Text(ITextProperties textInfo) Parameters Type Name Description ITextProperties textInfo Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter INativeExtractionContentProcessor INativeExtractionContentHandler IAbstractNativeContentHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.html", "title": "Class AbstractNativeExtractionGenerationContentProcessor", - "keywords": "Class AbstractNativeExtractionGenerationContentProcessor Base class for components that are intended to be used as native content processors, either for extraction or generation. Implements both interfaces, and stores the output variable as an IAbstractNativeContentHandler . The strongly typed handlers can be set and accessed through the ExtractionOutput and GenerationOutput properties, which both reference the same field as the Output property. Inheritance object AbstractNativeFileTypeComponent AbstractNativeExtractionGenerationContentProcessor LineNumberTracker Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter INativeExtractionContentProcessor INativeExtractionContentHandler INativeGenerationContentProcessor INativeGenerationContentHandler IAbstractNativeContentHandler Inherited Members AbstractNativeFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, LocationMarkerId, LocationMarkerId) AbstractNativeFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string) AbstractNativeFileTypeComponent.PropertiesFactory AbstractNativeFileTypeComponent.MessageReporter object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractNativeExtractionGenerationContentProcessor : AbstractNativeFileTypeComponent, INativeFileTypeComponent, INativeContentStreamMessageReporter, IBasicMessageReporter, INativeExtractionContentProcessor, INativeExtractionContentHandler, INativeGenerationContentProcessor, INativeGenerationContentHandler, IAbstractNativeContentHandler Constructors AbstractNativeExtractionGenerationContentProcessor() Protected constructor used by derived classes Declaration protected AbstractNativeExtractionGenerationContentProcessor() Properties ExtractionOutput Strongly typed output content handler that can be used when the buffer is used for extraction. Declaration public virtual INativeExtractionContentHandler ExtractionOutput { get; set; } Property Value Type Description INativeExtractionContentHandler Remarks Accesses the very same object instance as the Output and the GenerationOutput properties. GenerationOutput Strongly typed output content handler that can be used when the buffer is used for generation. Declaration public virtual INativeGenerationContentHandler GenerationOutput { get; set; } Property Value Type Description INativeGenerationContentHandler Remarks Accesses the very same object instance as the Output and the GenerationOutput properties. Output Agnostic access to the output handler; accesses the very same object instance as the ExtractionOutput and the GenerationOutput properties. Declaration public virtual IAbstractNativeContentHandler Output { get; set; } Property Value Type Description IAbstractNativeContentHandler Methods ChangeContext(IContextProperties) Calls ChangeContext(IContextProperties) on the Output (if set). Declaration public virtual void ChangeContext(IContextProperties contexts) Parameters Type Name Description IContextProperties contexts CommentEnd() Calls CommentEnd() on the Output . Declaration public virtual void CommentEnd() CommentStart(ICommentProperties) Calls CommentStart(ICommentProperties) on the Output . Declaration public virtual void CommentStart(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The comment properties. CustomInfo(ICustomInfoProperties) Calls CustomInfo(ICustomInfoProperties) on the Output (if set). Declaration public virtual void CustomInfo(ICustomInfoProperties info) Parameters Type Name Description ICustomInfoProperties info InlineEndTag(IEndTagProperties) Calls InlineEndTag(IEndTagProperties) on the Output (if set). Declaration public virtual void InlineEndTag(IEndTagProperties tagInfo) Parameters Type Name Description IEndTagProperties tagInfo InlinePlaceholderTag(IPlaceholderTagProperties) Calls InlinePlaceholderTag(IPlaceholderTagProperties) on the Output (if set). Declaration public virtual void InlinePlaceholderTag(IPlaceholderTagProperties tagInfo) Parameters Type Name Description IPlaceholderTagProperties tagInfo InlineStartTag(IStartTagProperties) Calls InlineStartTag(IStartTagProperties) on the Output (if set). Declaration public virtual void InlineStartTag(IStartTagProperties tagInfo) Parameters Type Name Description IStartTagProperties tagInfo LocationMark(LocationMarkerId) Calls LocationMark(LocationMarkerId) on the Output (if set). Declaration public virtual void LocationMark(LocationMarkerId markerId) Parameters Type Name Description LocationMarkerId markerId LockedContentEnd() Calls LockedContentEnd() on the Output . Declaration public virtual void LockedContentEnd() LockedContentStart(ILockedContentProperties) Calls LockedContentStart(ILockedContentProperties) on the Output . Declaration public virtual void LockedContentStart(ILockedContentProperties lockedContentInfo) Parameters Type Name Description ILockedContentProperties lockedContentInfo ParagraphComments(ICommentProperties) Calls ParagraphComments(ICommentProperties) on the Output . Declaration public virtual void ParagraphComments(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The commnet properties. ParagraphUnitEnd() Calls ParagraphUnitEnd() on the GenerationOutput (if set). Declaration public virtual void ParagraphUnitEnd() ParagraphUnitStart(IParagraphUnitProperties) Calls ParagraphUnitStart(IParagraphUnitProperties) on the GenerationOutput (if set). Declaration public virtual void ParagraphUnitStart(IParagraphUnitProperties properties) Parameters Type Name Description IParagraphUnitProperties properties RevisionEnd() Calls RevisionEnd() on the Output . Declaration public virtual void RevisionEnd() RevisionStart(IRevisionProperties) Calls RevisionStart(IRevisionProperties) on the Output . Declaration public virtual void RevisionStart(IRevisionProperties revisionInfo) Parameters Type Name Description IRevisionProperties revisionInfo The revision properties. SegmentEnd() Calls SegmentEnd() on the GenerationOutput (if set). Declaration public virtual void SegmentEnd() SegmentStart(ISegmentPairProperties) Calls SegmentStart(ISegmentPairProperties) on the GenerationOutput (if set). Declaration public virtual void SegmentStart(ISegmentPairProperties properties) Parameters Type Name Description ISegmentPairProperties properties StructureTag(IStructureTagProperties) Calls StructureTag(IStructureTagProperties) on the Output (if set). Declaration public virtual void StructureTag(IStructureTagProperties tagInfo) Parameters Type Name Description IStructureTagProperties tagInfo Text(ITextProperties) Calls Text(ITextProperties) on the Output (if set). Declaration public virtual void Text(ITextProperties textInfo) Parameters Type Name Description ITextProperties textInfo Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter INativeExtractionContentProcessor INativeExtractionContentHandler INativeGenerationContentProcessor INativeGenerationContentHandler IAbstractNativeContentHandler" + "keywords": "Class AbstractNativeExtractionGenerationContentProcessor Base class for components that are intended to be used as native content processors, either for extraction or generation. Implements both interfaces, and stores the output variable as an IAbstractNativeContentHandler . The strongly typed handlers can be set and accessed through the ExtractionOutput and GenerationOutput properties, which both reference the same field as the Output property. Inheritance System.Object AbstractNativeFileTypeComponent AbstractNativeExtractionGenerationContentProcessor LineNumberTracker Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter INativeExtractionContentProcessor INativeExtractionContentHandler INativeGenerationContentProcessor INativeGenerationContentHandler IAbstractNativeContentHandler Inherited Members AbstractNativeFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId) AbstractNativeFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String) AbstractNativeFileTypeComponent.PropertiesFactory AbstractNativeFileTypeComponent.MessageReporter 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.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractNativeExtractionGenerationContentProcessor : AbstractNativeFileTypeComponent, INativeFileTypeComponent, INativeContentStreamMessageReporter, IBasicMessageReporter, INativeExtractionContentProcessor, INativeExtractionContentHandler, INativeGenerationContentProcessor, INativeGenerationContentHandler, IAbstractNativeContentHandler Constructors AbstractNativeExtractionGenerationContentProcessor() Protected constructor used by derived classes Declaration protected AbstractNativeExtractionGenerationContentProcessor() Properties ExtractionOutput Strongly typed output content handler that can be used when the buffer is used for extraction. Declaration public virtual INativeExtractionContentHandler ExtractionOutput { get; set; } Property Value Type Description INativeExtractionContentHandler Remarks Accesses the very same object instance as the Output and the GenerationOutput properties. GenerationOutput Strongly typed output content handler that can be used when the buffer is used for generation. Declaration public virtual INativeGenerationContentHandler GenerationOutput { get; set; } Property Value Type Description INativeGenerationContentHandler Remarks Accesses the very same object instance as the Output and the GenerationOutput properties. Output Agnostic access to the output handler; accesses the very same object instance as the ExtractionOutput and the GenerationOutput properties. Declaration public virtual IAbstractNativeContentHandler Output { get; set; } Property Value Type Description IAbstractNativeContentHandler Methods ChangeContext(IContextProperties) Calls ChangeContext(IContextProperties) on the Output (if set). Declaration public virtual void ChangeContext(IContextProperties contexts) Parameters Type Name Description IContextProperties contexts CommentEnd() Calls CommentEnd() on the Output . Declaration public virtual void CommentEnd() CommentStart(ICommentProperties) Calls CommentStart(ICommentProperties) on the Output . Declaration public virtual void CommentStart(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The comment properties. CustomInfo(ICustomInfoProperties) Calls CustomInfo(ICustomInfoProperties) on the Output (if set). Declaration public virtual void CustomInfo(ICustomInfoProperties info) Parameters Type Name Description ICustomInfoProperties info InlineEndTag(IEndTagProperties) Calls InlineEndTag(IEndTagProperties) on the Output (if set). Declaration public virtual void InlineEndTag(IEndTagProperties tagInfo) Parameters Type Name Description IEndTagProperties tagInfo InlinePlaceholderTag(IPlaceholderTagProperties) Calls InlinePlaceholderTag(IPlaceholderTagProperties) on the Output (if set). Declaration public virtual void InlinePlaceholderTag(IPlaceholderTagProperties tagInfo) Parameters Type Name Description IPlaceholderTagProperties tagInfo InlineStartTag(IStartTagProperties) Calls InlineStartTag(IStartTagProperties) on the Output (if set). Declaration public virtual void InlineStartTag(IStartTagProperties tagInfo) Parameters Type Name Description IStartTagProperties tagInfo LocationMark(LocationMarkerId) Calls LocationMark(LocationMarkerId) on the Output (if set). Declaration public virtual void LocationMark(LocationMarkerId markerId) Parameters Type Name Description LocationMarkerId markerId LockedContentEnd() Calls LockedContentEnd() on the Output . Declaration public virtual void LockedContentEnd() LockedContentStart(ILockedContentProperties) Calls LockedContentStart(ILockedContentProperties) on the Output . Declaration public virtual void LockedContentStart(ILockedContentProperties lockedContentInfo) Parameters Type Name Description ILockedContentProperties lockedContentInfo ParagraphComments(ICommentProperties) Calls ParagraphComments(ICommentProperties) on the Output . Declaration public virtual void ParagraphComments(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The commnet properties. ParagraphUnitEnd() Calls ParagraphUnitEnd() on the GenerationOutput (if set). Declaration public virtual void ParagraphUnitEnd() ParagraphUnitStart(IParagraphUnitProperties) Calls ParagraphUnitStart(IParagraphUnitProperties) on the GenerationOutput (if set). Declaration public virtual void ParagraphUnitStart(IParagraphUnitProperties properties) Parameters Type Name Description IParagraphUnitProperties properties RevisionEnd() Calls RevisionEnd() on the Output . Declaration public virtual void RevisionEnd() RevisionStart(IRevisionProperties) Calls RevisionStart(IRevisionProperties) on the Output . Declaration public virtual void RevisionStart(IRevisionProperties revisionInfo) Parameters Type Name Description IRevisionProperties revisionInfo The revision properties. SegmentEnd() Calls SegmentEnd() on the GenerationOutput (if set). Declaration public virtual void SegmentEnd() SegmentStart(ISegmentPairProperties) Calls SegmentStart(ISegmentPairProperties) on the GenerationOutput (if set). Declaration public virtual void SegmentStart(ISegmentPairProperties properties) Parameters Type Name Description ISegmentPairProperties properties StructureTag(IStructureTagProperties) Calls StructureTag(IStructureTagProperties) on the Output (if set). Declaration public virtual void StructureTag(IStructureTagProperties tagInfo) Parameters Type Name Description IStructureTagProperties tagInfo Text(ITextProperties) Calls Text(ITextProperties) on the Output (if set). Declaration public virtual void Text(ITextProperties textInfo) Parameters Type Name Description ITextProperties textInfo Explicit Interface Implementations INativeExtractionContentProcessor.Output Redirected to ExtractionOutput Declaration INativeExtractionContentHandler INativeExtractionContentProcessor.Output { get; set; } Returns Type Description INativeExtractionContentHandler INativeGenerationContentProcessor.Output Redirected to GenerationOutput Declaration INativeGenerationContentHandler INativeGenerationContentProcessor.Output { get; set; } Returns Type Description INativeGenerationContentHandler Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter INativeExtractionContentProcessor INativeExtractionContentHandler INativeGenerationContentProcessor INativeGenerationContentHandler IAbstractNativeContentHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html", "title": "Class AbstractNativeFileParser", - "keywords": "Class AbstractNativeFileParser Abstract base class that provides boilerplate implementation for native file parsers. Deriving your file parser from this class will save you some implementation work. Provides a default implementation of the ParseNext() method. You can override the BeforeParsing() , DuringParsing() and AfterParsing() in your parser implementation in order to separate initialization and clean-up code from the core parsing code. Inheritance object AbstractNativeFileTypeComponent AbstractNativeFileParser Implements INativeContentStreamMessageReporter IBasicMessageReporter INativeFileParser INativeFileTypeComponent IParser IDisposable Inherited Members AbstractNativeFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, LocationMarkerId, LocationMarkerId) AbstractNativeFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string) AbstractNativeFileTypeComponent.PropertiesFactory AbstractNativeFileTypeComponent.MessageReporter object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractNativeFileParser : AbstractNativeFileTypeComponent, INativeContentStreamMessageReporter, IBasicMessageReporter, INativeFileParser, INativeFileTypeComponent, IParser, IDisposable Constructors AbstractNativeFileParser() Protected constructor that should only be called by derived classes Declaration protected AbstractNativeFileParser() Properties CurrentStage The stage of processing that the parser has reached Declaration protected AbstractNativeFileParser.Stage CurrentStage { get; set; } Property Value Type Description AbstractNativeFileParser Stage Output Default implementation of the Output property Declaration public virtual INativeExtractionContentHandler Output { get; set; } Property Value Type Description INativeExtractionContentHandler Methods AfterParsing() The implementation of ParseNext() will call this method once, after parsing has been completed (which is indicated by DuringParsing() returning false). Override this method to do clean-up work such as closing the file etc. once parsing is complete. The default implementation does nothing. Declaration protected virtual void AfterParsing() BeforeParsing() The implementation of ParseNext() will call this method the very first time that ParseNext is called. Override this method to perform setup work for the parsing such as initializing the state, opening the file to be parsed, etc. The default implementation of this method does nothing. Declaration protected virtual void BeforeParsing() Dispose() Implements IDisposable. Just calls Dispose saying that this is an explicit disposal and tells the GC not to call the Finalizer. Declaration public void Dispose() Dispose(bool) Last change for the Parser to dispose manage and unmanged objects. It can be overriden by subclases. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description bool disposing indicates if the dispose is explicit or implicit (from GC) DuringParsing() The implementation of ParseNext() will call this method to perform actual parsing of the file. BeforeParsing() will always be called before this method. Override this method to perform the parsing in suitably small chunks. Returns true as long as there is more content to be parsed. Once this function returns false , the AfterParsing() method will be called once. During parsing the implementation may call OnProgress(object, ProgressEventArgs) to report the current progress. The default implementation returns false. Declaration protected virtual bool DuringParsing() Returns Type Description bool True if there is more content to be parsed, false when parsing has been completed ~AbstractNativeFileParser() The distructor just calls Dispose with false parameter specifying this is a cakl from GC. Declaration protected ~AbstractNativeFileParser() OnProgress(byte) Helper method to set up the Progress event Declaration public void OnProgress(byte percent) Parameters Type Name Description byte percent OnProgress(object, ProgressEventArgs) Helper method to fire the Progress event Declaration public virtual void OnProgress(object sender, ProgressEventArgs args) Parameters Type Name Description object sender the event source ProgressEventArgs args progress value between 0 and 100 OutputText(string) Helper method to output plain text Declaration public void OutputText(string text) Parameters Type Name Description string text ParseNext() Default implementation that takes care of dividing the parsing into three stages, before parsing, during parsing, and after parsing, by calling the methods BeforeParsing() , DuringParsing() , and AfterParsing() that derived classes should normally override to do the setup, parsing, and clean-up work. Derived classes do not need to override this method unless they need to add additional functionality outside of the three parsing implementation methods. Declaration public virtual bool ParseNext() Returns Type Description bool Events Progress Progress reporting events, typically attached to when a progress reporter is used Declaration public event EventHandler Progress Event Type Type Description EventHandler ProgressEventArgs Implements INativeContentStreamMessageReporter IBasicMessageReporter INativeFileParser INativeFileTypeComponent IParser IDisposable" + "keywords": "Class AbstractNativeFileParser Abstract base class that provides boilerplate implementation for native file parsers. Deriving your file parser from this class will save you some implementation work. Provides a default implementation of the ParseNext() method. You can override the BeforeParsing() , DuringParsing() and AfterParsing() in your parser implementation in order to separate initialization and clean-up code from the core parsing code. Inheritance System.Object AbstractNativeFileTypeComponent AbstractNativeFileParser Implements INativeContentStreamMessageReporter IBasicMessageReporter INativeFileParser INativeFileTypeComponent IParser System.IDisposable Inherited Members AbstractNativeFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId) AbstractNativeFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String) AbstractNativeFileTypeComponent.PropertiesFactory AbstractNativeFileTypeComponent.MessageReporter 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.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractNativeFileParser : AbstractNativeFileTypeComponent, INativeContentStreamMessageReporter, IBasicMessageReporter, INativeFileParser, INativeFileTypeComponent, IParser, IDisposable Constructors AbstractNativeFileParser() Protected constructor that should only be called by derived classes Declaration protected AbstractNativeFileParser() Properties CurrentStage The stage of processing that the parser has reached Declaration protected AbstractNativeFileParser.Stage CurrentStage { get; set; } Property Value Type Description AbstractNativeFileParser.Stage Output Default implementation of the Output property Declaration public virtual INativeExtractionContentHandler Output { get; set; } Property Value Type Description INativeExtractionContentHandler Methods AfterParsing() The implementation of ParseNext() will call this method once, after parsing has been completed (which is indicated by DuringParsing() returning false). Override this method to do clean-up work such as closing the file etc. once parsing is complete. The default implementation does nothing. Declaration protected virtual void AfterParsing() BeforeParsing() The implementation of ParseNext() will call this method the very first time that ParseNext is called. Override this method to perform setup work for the parsing such as initializing the state, opening the file to be parsed, etc. The default implementation of this method does nothing. Declaration protected virtual void BeforeParsing() Dispose() Implements IDisposable. Just calls Dispose saying that this is an explicit disposal and tells the GC not to call the Finalizer. Declaration public void Dispose() Dispose(Boolean) Last change for the Parser to dispose manage and unmanged objects. It can be overriden by subclases. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing indicates if the dispose is explicit or implicit (from GC) DuringParsing() The implementation of ParseNext() will call this method to perform actual parsing of the file. BeforeParsing() will always be called before this method. Override this method to perform the parsing in suitably small chunks. Returns true as long as there is more content to be parsed. Once this function returns false , the AfterParsing() method will be called once. During parsing the implementation may call OnProgress(Object, ProgressEventArgs) to report the current progress. The default implementation returns false. Declaration protected virtual bool DuringParsing() Returns Type Description System.Boolean True if there is more content to be parsed, false when parsing has been completed Finalize() The distructor just calls Dispose with false parameter specifying this is a cakl from GC. Declaration protected void Finalize() OnProgress(Byte) Helper method to set up the Progress event Declaration public void OnProgress(byte percent) Parameters Type Name Description System.Byte percent OnProgress(Object, ProgressEventArgs) Helper method to fire the Progress event Declaration public virtual void OnProgress(object sender, ProgressEventArgs args) Parameters Type Name Description System.Object sender the event source ProgressEventArgs args progress value between 0 and 100 OutputText(String) Helper method to output plain text Declaration public void OutputText(string text) Parameters Type Name Description System.String text ParseNext() Default implementation that takes care of dividing the parsing into three stages, before parsing, during parsing, and after parsing, by calling the methods BeforeParsing() , DuringParsing() , and AfterParsing() that derived classes should normally override to do the setup, parsing, and clean-up work. Derived classes do not need to override this method unless they need to add additional functionality outside of the three parsing implementation methods. Declaration public virtual bool ParseNext() Returns Type Description System.Boolean Events Progress Progress reporting events, typically attached to when a progress reporter is used Declaration public event EventHandler Progress Event Type Type Description System.EventHandler < ProgressEventArgs > Implements INativeContentStreamMessageReporter IBasicMessageReporter INativeFileParser INativeFileTypeComponent IParser System.IDisposable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Stage.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Stage.html", "title": "Enum AbstractNativeFileParser.Stage", - "keywords": "Enum AbstractNativeFileParser.Stage Internal state of the parser Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax protected enum AbstractNativeFileParser.Stage Fields Name Description Completed Parsing has completed. InProgress Parsing has commenced, and is in progress. Initial Parsing has not yet commenced." + "keywords": "Enum AbstractNativeFileParser.Stage Internal state of the parser Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax protected enum Stage Fields Name Description Completed Parsing has completed. Initial Parsing has not yet commenced. InProgress Parsing has commenced, and is in progress." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.html", "title": "Class AbstractNativeFileTypeComponent", - "keywords": "Class AbstractNativeFileTypeComponent Convenient base class for implementing file type components. Holds data members that are supplied by the framework during initialization. Inheritance object AbstractNativeFileTypeComponent AbstractNativeExtractionContentProcessor AbstractNativeExtractionGenerationContentProcessor AbstractNativeFileParser AbstractNativeGenerationContentProcessor Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractNativeFileTypeComponent : INativeFileTypeComponent, INativeContentStreamMessageReporter, IBasicMessageReporter Remarks For convenience, implements INativeContentStreamMessageReporter , the implementation relays calls to the MessageReporter property if it is not null . Constructors AbstractNativeFileTypeComponent() Protected default constructor, should only be called by derived classes. Declaration protected AbstractNativeFileTypeComponent() Properties MessageReporter The message reporter to be used for reporting non-critical issues. Declaration public virtual INativeContentStreamMessageReporter MessageReporter { get; set; } Property Value Type Description INativeContentStreamMessageReporter Remarks Critical issues should throw exceptions. PropertiesFactory The factory used to create native properties objects Declaration public virtual IPropertiesFactory PropertiesFactory { get; set; } Property Value Type Description IPropertiesFactory Methods ReportMessage(object, string, ErrorLevel, string, LocationMarkerId, LocationMarkerId) Calls the corresponding method on the message reporter property. Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, LocationMarkerId fromLocation, LocationMarkerId uptoLocation) Parameters Type Name Description object source string origin The description of the action/component from which this message originates. ErrorLevel level string message LocationMarkerId fromLocation LocationMarkerId uptoLocation ReportMessage(object, string, ErrorLevel, string, string) Calls the corresponding method on the message reporter property. Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, string locationDescription) Parameters Type Name Description object source string origin The description of the action/component from which this message originates. ErrorLevel level string message string locationDescription Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter" + "keywords": "Class AbstractNativeFileTypeComponent Convenient base class for implementing file type components. Holds data members that are supplied by the framework during initialization. Inheritance System.Object AbstractNativeFileTypeComponent AbstractNativeExtractionContentProcessor AbstractNativeExtractionGenerationContentProcessor AbstractNativeFileParser AbstractNativeGenerationContentProcessor Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter 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.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractNativeFileTypeComponent : INativeFileTypeComponent, INativeContentStreamMessageReporter, IBasicMessageReporter Remarks For convenience, implements INativeContentStreamMessageReporter , the implementation relays calls to the MessageReporter property if it is not null . Constructors AbstractNativeFileTypeComponent() Protected default constructor, should only be called by derived classes. Declaration protected AbstractNativeFileTypeComponent() Properties MessageReporter The message reporter to be used for reporting non-critical issues. Declaration public virtual INativeContentStreamMessageReporter MessageReporter { get; set; } Property Value Type Description INativeContentStreamMessageReporter Remarks Critical issues should throw exceptions. PropertiesFactory The factory used to create native properties objects Declaration public virtual IPropertiesFactory PropertiesFactory { get; set; } Property Value Type Description IPropertiesFactory Methods ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId) Calls the corresponding method on the message reporter property. Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, LocationMarkerId fromLocation, LocationMarkerId uptoLocation) Parameters Type Name Description System.Object source System.String origin The description of the action/component from which this message originates. ErrorLevel level System.String message LocationMarkerId fromLocation LocationMarkerId uptoLocation ReportMessage(Object, String, ErrorLevel, String, String) Calls the corresponding method on the message reporter property. Declaration public void ReportMessage(object source, string origin, ErrorLevel level, string message, string locationDescription) Parameters Type Name Description System.Object source System.String origin The description of the action/component from which this message originates. ErrorLevel level System.String message System.String locationDescription Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.html", "title": "Class AbstractNativeFileWriter", - "keywords": "Class AbstractNativeFileWriter Abstract base class that can be used to build native file writers. Deriving your file writer from this class takes care of some of the basics of implementing file writer interfaces. This class possesses a default implementation of the INativeGenerationContentHandler interface, which does nothing. Simply override the methods that are useful for your implementation to process the relevant content in your derived class. This class also implements the INativeOutputSettingsAware , and provides access to the output properties through the OutputProperties property. Inheritance object AbstractNativeFileWriter AbstractNativePreviewFileWriter Implements INativeFileWriter INativeGenerationContentHandler IAbstractNativeContentHandler INativeOutputSettingsAware IDisposable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractNativeFileWriter : INativeFileWriter, INativeGenerationContentHandler, IAbstractNativeContentHandler, INativeOutputSettingsAware, IDisposable Constructors AbstractNativeFileWriter() Default constructor Declaration protected AbstractNativeFileWriter() Properties LocationTracker Default implementation, stores this information in a field Declaration public virtual INativeLocationTracker LocationTracker { get; set; } Property Value Type Description INativeLocationTracker MessageReporter Accessor to the message reporter set by the framework Declaration public virtual INativeTextLocationMessageReporter MessageReporter { get; set; } Property Value Type Description INativeTextLocationMessageReporter OutputProperties The output properties that were passed to SetOutputProperties(INativeOutputFileProperties) by the framework. Declaration public virtual INativeOutputFileProperties OutputProperties { get; protected set; } Property Value Type Description INativeOutputFileProperties Methods ChangeContext(IContextProperties) Default implementation, does nothing Declaration public virtual void ChangeContext(IContextProperties contexts) Parameters Type Name Description IContextProperties contexts CommentEnd() Default implementation, does nothing. Declaration public virtual void CommentEnd() CommentStart(ICommentProperties) Default implementation, does nothing. Declaration public virtual void CommentStart(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo CustomInfo(ICustomInfoProperties) Default implementation, does nothing Declaration public virtual void CustomInfo(ICustomInfoProperties info) Parameters Type Name Description ICustomInfoProperties info Dispose() Implements IDisposable. Just calls Dispose saying that this is an explicit disposal and tells the GC not to call the Finalizer. Declaration public void Dispose() Dispose(bool) Last change for the Parser to dispose manage and unmanged objects. It can be overriden by subclases. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description bool disposing indicates if the dispose is explicit or implicit (from GC) ~AbstractNativeFileWriter() The distructor just calls Dispose with false parameter specifying this is a cakl from GC. Declaration protected ~AbstractNativeFileWriter() GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) Default implementation, does nothing Declaration public virtual void GetProposedOutputFileInfo(IPersistentFileConversionProperties fileProperties, IOutputFileInfo proposedFileInfo) Parameters Type Name Description IPersistentFileConversionProperties fileProperties IOutputFileInfo proposedFileInfo InlineEndTag(IEndTagProperties) Default implementation, does nothing Declaration public virtual void InlineEndTag(IEndTagProperties tagInfo) Parameters Type Name Description IEndTagProperties tagInfo InlinePlaceholderTag(IPlaceholderTagProperties) Default implementation, does nothing Declaration public virtual void InlinePlaceholderTag(IPlaceholderTagProperties tagInfo) Parameters Type Name Description IPlaceholderTagProperties tagInfo InlineStartTag(IStartTagProperties) Default implementation, does nothing Declaration public virtual void InlineStartTag(IStartTagProperties tagInfo) Parameters Type Name Description IStartTagProperties tagInfo LocationMark(LocationMarkerId) Default implementation, does nothing Declaration public virtual void LocationMark(LocationMarkerId markerId) Parameters Type Name Description LocationMarkerId markerId LockedContentEnd() Default implementation, does nothing Declaration public virtual void LockedContentEnd() LockedContentStart(ILockedContentProperties) Default implementation, does nothing Declaration public virtual void LockedContentStart(ILockedContentProperties lockedContentInfo) Parameters Type Name Description ILockedContentProperties lockedContentInfo ParagraphComments(ICommentProperties) Default implementation, does nothing. Declaration public virtual void ParagraphComments(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo ParagraphUnitEnd() Default implementation, does nothing Declaration public virtual void ParagraphUnitEnd() ParagraphUnitStart(IParagraphUnitProperties) Default implementation, does nothing Declaration public virtual void ParagraphUnitStart(IParagraphUnitProperties properties) Parameters Type Name Description IParagraphUnitProperties properties RevisionEnd() Default implementation, does nothing. Declaration public virtual void RevisionEnd() RevisionStart(IRevisionProperties) Default implementation, does nothing. Declaration public virtual void RevisionStart(IRevisionProperties revisionInfo) Parameters Type Name Description IRevisionProperties revisionInfo SegmentEnd() Default implementation, does nothing Declaration public virtual void SegmentEnd() SegmentStart(ISegmentPairProperties) Default implementation, does nothing Declaration public virtual void SegmentStart(ISegmentPairProperties properties) Parameters Type Name Description ISegmentPairProperties properties SetOutputProperties(INativeOutputFileProperties) Default implementation, stores the output properties Declaration public virtual void SetOutputProperties(INativeOutputFileProperties properties) Parameters Type Name Description INativeOutputFileProperties properties StructureTag(IStructureTagProperties) Default implementation, does nothing Declaration public virtual void StructureTag(IStructureTagProperties tagInfo) Parameters Type Name Description IStructureTagProperties tagInfo Text(ITextProperties) Default implementation, does nothing Declaration public virtual void Text(ITextProperties textInfo) Parameters Type Name Description ITextProperties textInfo Implements INativeFileWriter INativeGenerationContentHandler IAbstractNativeContentHandler INativeOutputSettingsAware IDisposable" + "keywords": "Class AbstractNativeFileWriter Abstract base class that can be used to build native file writers. Deriving your file writer from this class takes care of some of the basics of implementing file writer interfaces. This class possesses a default implementation of the INativeGenerationContentHandler interface, which does nothing. Simply override the methods that are useful for your implementation to process the relevant content in your derived class. This class also implements the INativeOutputSettingsAware , and provides access to the output properties through the OutputProperties property. Inheritance System.Object AbstractNativeFileWriter AbstractNativePreviewFileWriter Implements INativeFileWriter INativeGenerationContentHandler IAbstractNativeContentHandler INativeOutputSettingsAware System.IDisposable 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.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractNativeFileWriter : INativeFileWriter, INativeGenerationContentHandler, IAbstractNativeContentHandler, INativeOutputSettingsAware, IDisposable Constructors AbstractNativeFileWriter() Default constructor Declaration protected AbstractNativeFileWriter() Properties LocationTracker Default implementation, stores this information in a field Declaration public virtual INativeLocationTracker LocationTracker { get; set; } Property Value Type Description INativeLocationTracker MessageReporter Accessor to the message reporter set by the framework Declaration public virtual INativeTextLocationMessageReporter MessageReporter { get; set; } Property Value Type Description INativeTextLocationMessageReporter OutputProperties The output properties that were passed to SetOutputProperties(INativeOutputFileProperties) by the framework. Declaration public virtual INativeOutputFileProperties OutputProperties { get; protected set; } Property Value Type Description INativeOutputFileProperties Methods ChangeContext(IContextProperties) Default implementation, does nothing Declaration public virtual void ChangeContext(IContextProperties contexts) Parameters Type Name Description IContextProperties contexts CommentEnd() Default implementation, does nothing. Declaration public virtual void CommentEnd() CommentStart(ICommentProperties) Default implementation, does nothing. Declaration public virtual void CommentStart(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo CustomInfo(ICustomInfoProperties) Default implementation, does nothing Declaration public virtual void CustomInfo(ICustomInfoProperties info) Parameters Type Name Description ICustomInfoProperties info Dispose() Implements IDisposable. Just calls Dispose saying that this is an explicit disposal and tells the GC not to call the Finalizer. Declaration public void Dispose() Dispose(Boolean) Last change for the Parser to dispose manage and unmanged objects. It can be overriden by subclases. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing indicates if the dispose is explicit or implicit (from GC) Finalize() The distructor just calls Dispose with false parameter specifying this is a cakl from GC. Declaration protected void Finalize() GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) Default implementation, does nothing Declaration public virtual void GetProposedOutputFileInfo(IPersistentFileConversionProperties fileProperties, IOutputFileInfo proposedFileInfo) Parameters Type Name Description IPersistentFileConversionProperties fileProperties IOutputFileInfo proposedFileInfo InlineEndTag(IEndTagProperties) Default implementation, does nothing Declaration public virtual void InlineEndTag(IEndTagProperties tagInfo) Parameters Type Name Description IEndTagProperties tagInfo InlinePlaceholderTag(IPlaceholderTagProperties) Default implementation, does nothing Declaration public virtual void InlinePlaceholderTag(IPlaceholderTagProperties tagInfo) Parameters Type Name Description IPlaceholderTagProperties tagInfo InlineStartTag(IStartTagProperties) Default implementation, does nothing Declaration public virtual void InlineStartTag(IStartTagProperties tagInfo) Parameters Type Name Description IStartTagProperties tagInfo LocationMark(LocationMarkerId) Default implementation, does nothing Declaration public virtual void LocationMark(LocationMarkerId markerId) Parameters Type Name Description LocationMarkerId markerId LockedContentEnd() Default implementation, does nothing Declaration public virtual void LockedContentEnd() LockedContentStart(ILockedContentProperties) Default implementation, does nothing Declaration public virtual void LockedContentStart(ILockedContentProperties lockedContentInfo) Parameters Type Name Description ILockedContentProperties lockedContentInfo ParagraphComments(ICommentProperties) Default implementation, does nothing. Declaration public virtual void ParagraphComments(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo ParagraphUnitEnd() Default implementation, does nothing Declaration public virtual void ParagraphUnitEnd() ParagraphUnitStart(IParagraphUnitProperties) Default implementation, does nothing Declaration public virtual void ParagraphUnitStart(IParagraphUnitProperties properties) Parameters Type Name Description IParagraphUnitProperties properties RevisionEnd() Default implementation, does nothing. Declaration public virtual void RevisionEnd() RevisionStart(IRevisionProperties) Default implementation, does nothing. Declaration public virtual void RevisionStart(IRevisionProperties revisionInfo) Parameters Type Name Description IRevisionProperties revisionInfo SegmentEnd() Default implementation, does nothing Declaration public virtual void SegmentEnd() SegmentStart(ISegmentPairProperties) Default implementation, does nothing Declaration public virtual void SegmentStart(ISegmentPairProperties properties) Parameters Type Name Description ISegmentPairProperties properties SetOutputProperties(INativeOutputFileProperties) Default implementation, stores the output properties Declaration public virtual void SetOutputProperties(INativeOutputFileProperties properties) Parameters Type Name Description INativeOutputFileProperties properties StructureTag(IStructureTagProperties) Default implementation, does nothing Declaration public virtual void StructureTag(IStructureTagProperties tagInfo) Parameters Type Name Description IStructureTagProperties tagInfo Text(ITextProperties) Default implementation, does nothing Declaration public virtual void Text(ITextProperties textInfo) Parameters Type Name Description ITextProperties textInfo Implements INativeFileWriter INativeGenerationContentHandler IAbstractNativeContentHandler INativeOutputSettingsAware System.IDisposable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.html", "title": "Class AbstractNativeGenerationContentProcessor", - "keywords": "Class AbstractNativeGenerationContentProcessor Abstract base class that can be used to build native content generation processors. The default implementation provides a transparent \"do nothing\" content processor that simply forwards the calls that it receives on its INativeGenerationContentHandler implementation to the output. Your implementation can simply override the content handler methods for the type of content it is interested in, and rely on the default implementations for anything else. Inheritance object AbstractNativeFileTypeComponent AbstractNativeGenerationContentProcessor Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter INativeGenerationContentProcessor INativeGenerationContentHandler IAbstractNativeContentHandler Inherited Members AbstractNativeFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, LocationMarkerId, LocationMarkerId) AbstractNativeFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string) AbstractNativeFileTypeComponent.PropertiesFactory AbstractNativeFileTypeComponent.MessageReporter object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractNativeGenerationContentProcessor : AbstractNativeFileTypeComponent, INativeFileTypeComponent, INativeContentStreamMessageReporter, IBasicMessageReporter, INativeGenerationContentProcessor, INativeGenerationContentHandler, IAbstractNativeContentHandler Constructors AbstractNativeGenerationContentProcessor() Protected constructor used by derived classes Declaration protected AbstractNativeGenerationContentProcessor() Properties Output Stores the output property in a field. Declaration public virtual INativeGenerationContentHandler Output { get; set; } Property Value Type Description INativeGenerationContentHandler Methods ChangeContext(IContextProperties) Calls ChangeContext(IContextProperties) on the Output (if set). Declaration public virtual void ChangeContext(IContextProperties contexts) Parameters Type Name Description IContextProperties contexts CommentEnd() Calls CommentEnd() on the Output . Declaration public virtual void CommentEnd() CommentStart(ICommentProperties) Calls CommentStart(ICommentProperties) on the Output . Declaration public virtual void CommentStart(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The commnet properties. CustomInfo(ICustomInfoProperties) Calls CustomInfo(ICustomInfoProperties) on the Output (if set). Declaration public virtual void CustomInfo(ICustomInfoProperties info) Parameters Type Name Description ICustomInfoProperties info InlineEndTag(IEndTagProperties) Calls InlineEndTag(IEndTagProperties) on the Output (if set). Declaration public virtual void InlineEndTag(IEndTagProperties tagInfo) Parameters Type Name Description IEndTagProperties tagInfo InlinePlaceholderTag(IPlaceholderTagProperties) Calls InlinePlaceholderTag(IPlaceholderTagProperties) on the Output (if set). Declaration public virtual void InlinePlaceholderTag(IPlaceholderTagProperties tagInfo) Parameters Type Name Description IPlaceholderTagProperties tagInfo InlineStartTag(IStartTagProperties) Calls InlineStartTag(IStartTagProperties) on the Output (if set). Declaration public virtual void InlineStartTag(IStartTagProperties tagInfo) Parameters Type Name Description IStartTagProperties tagInfo LocationMark(LocationMarkerId) Calls LocationMark(LocationMarkerId) on the Output (if set). Declaration public virtual void LocationMark(LocationMarkerId markerId) Parameters Type Name Description LocationMarkerId markerId LockedContentEnd() Calls LockedContentEnd() on the Output . Declaration public virtual void LockedContentEnd() LockedContentStart(ILockedContentProperties) Calls LockedContentStart(ILockedContentProperties) on the Output . Declaration public virtual void LockedContentStart(ILockedContentProperties lockedContentInfo) Parameters Type Name Description ILockedContentProperties lockedContentInfo ParagraphComments(ICommentProperties) Calls ParagraphComments(ICommentProperties) on the Output . Declaration public virtual void ParagraphComments(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The commnet properties. ParagraphUnitEnd() Calls ParagraphUnitEnd() on the Output (if set). Declaration public virtual void ParagraphUnitEnd() ParagraphUnitStart(IParagraphUnitProperties) Calls ParagraphUnitStart(IParagraphUnitProperties) on the Output (if set). Declaration public virtual void ParagraphUnitStart(IParagraphUnitProperties properties) Parameters Type Name Description IParagraphUnitProperties properties RevisionEnd() Calls RevisionEnd() on the Output . Declaration public virtual void RevisionEnd() RevisionStart(IRevisionProperties) Calls RevisionStart(IRevisionProperties) on the Output . Declaration public virtual void RevisionStart(IRevisionProperties revisionInfo) Parameters Type Name Description IRevisionProperties revisionInfo The revision properties. SegmentEnd() Calls SegmentEnd() on the Output (if set). Declaration public virtual void SegmentEnd() SegmentStart(ISegmentPairProperties) Calls SegmentStart(ISegmentPairProperties) on the Output (if set). Declaration public virtual void SegmentStart(ISegmentPairProperties properties) Parameters Type Name Description ISegmentPairProperties properties StructureTag(IStructureTagProperties) Calls StructureTag(IStructureTagProperties) on the Output (if set). Declaration public virtual void StructureTag(IStructureTagProperties tagInfo) Parameters Type Name Description IStructureTagProperties tagInfo Text(ITextProperties) Calls Text(ITextProperties) on the Output (if set). Declaration public virtual void Text(ITextProperties textInfo) Parameters Type Name Description ITextProperties textInfo Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter INativeGenerationContentProcessor INativeGenerationContentHandler IAbstractNativeContentHandler" + "keywords": "Class AbstractNativeGenerationContentProcessor Abstract base class that can be used to build native content generation processors. The default implementation provides a transparent \"do nothing\" content processor that simply forwards the calls that it receives on its INativeGenerationContentHandler implementation to the output. Your implementation can simply override the content handler methods for the type of content it is interested in, and rely on the default implementations for anything else. Inheritance System.Object AbstractNativeFileTypeComponent AbstractNativeGenerationContentProcessor Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter INativeGenerationContentProcessor INativeGenerationContentHandler IAbstractNativeContentHandler Inherited Members AbstractNativeFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId) AbstractNativeFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String) AbstractNativeFileTypeComponent.PropertiesFactory AbstractNativeFileTypeComponent.MessageReporter 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.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public abstract class AbstractNativeGenerationContentProcessor : AbstractNativeFileTypeComponent, INativeFileTypeComponent, INativeContentStreamMessageReporter, IBasicMessageReporter, INativeGenerationContentProcessor, INativeGenerationContentHandler, IAbstractNativeContentHandler Constructors AbstractNativeGenerationContentProcessor() Protected constructor used by derived classes Declaration protected AbstractNativeGenerationContentProcessor() Properties Output Stores the output property in a field. Declaration public virtual INativeGenerationContentHandler Output { get; set; } Property Value Type Description INativeGenerationContentHandler Methods ChangeContext(IContextProperties) Calls ChangeContext(IContextProperties) on the Output (if set). Declaration public virtual void ChangeContext(IContextProperties contexts) Parameters Type Name Description IContextProperties contexts CommentEnd() Calls CommentEnd() on the Output . Declaration public virtual void CommentEnd() CommentStart(ICommentProperties) Calls CommentStart(ICommentProperties) on the Output . Declaration public virtual void CommentStart(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The commnet properties. CustomInfo(ICustomInfoProperties) Calls CustomInfo(ICustomInfoProperties) on the Output (if set). Declaration public virtual void CustomInfo(ICustomInfoProperties info) Parameters Type Name Description ICustomInfoProperties info InlineEndTag(IEndTagProperties) Calls InlineEndTag(IEndTagProperties) on the Output (if set). Declaration public virtual void InlineEndTag(IEndTagProperties tagInfo) Parameters Type Name Description IEndTagProperties tagInfo InlinePlaceholderTag(IPlaceholderTagProperties) Calls InlinePlaceholderTag(IPlaceholderTagProperties) on the Output (if set). Declaration public virtual void InlinePlaceholderTag(IPlaceholderTagProperties tagInfo) Parameters Type Name Description IPlaceholderTagProperties tagInfo InlineStartTag(IStartTagProperties) Calls InlineStartTag(IStartTagProperties) on the Output (if set). Declaration public virtual void InlineStartTag(IStartTagProperties tagInfo) Parameters Type Name Description IStartTagProperties tagInfo LocationMark(LocationMarkerId) Calls LocationMark(LocationMarkerId) on the Output (if set). Declaration public virtual void LocationMark(LocationMarkerId markerId) Parameters Type Name Description LocationMarkerId markerId LockedContentEnd() Calls LockedContentEnd() on the Output . Declaration public virtual void LockedContentEnd() LockedContentStart(ILockedContentProperties) Calls LockedContentStart(ILockedContentProperties) on the Output . Declaration public virtual void LockedContentStart(ILockedContentProperties lockedContentInfo) Parameters Type Name Description ILockedContentProperties lockedContentInfo ParagraphComments(ICommentProperties) Calls ParagraphComments(ICommentProperties) on the Output . Declaration public virtual void ParagraphComments(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The commnet properties. ParagraphUnitEnd() Calls ParagraphUnitEnd() on the Output (if set). Declaration public virtual void ParagraphUnitEnd() ParagraphUnitStart(IParagraphUnitProperties) Calls ParagraphUnitStart(IParagraphUnitProperties) on the Output (if set). Declaration public virtual void ParagraphUnitStart(IParagraphUnitProperties properties) Parameters Type Name Description IParagraphUnitProperties properties RevisionEnd() Calls RevisionEnd() on the Output . Declaration public virtual void RevisionEnd() RevisionStart(IRevisionProperties) Calls RevisionStart(IRevisionProperties) on the Output . Declaration public virtual void RevisionStart(IRevisionProperties revisionInfo) Parameters Type Name Description IRevisionProperties revisionInfo The revision properties. SegmentEnd() Calls SegmentEnd() on the Output (if set). Declaration public virtual void SegmentEnd() SegmentStart(ISegmentPairProperties) Calls SegmentStart(ISegmentPairProperties) on the Output (if set). Declaration public virtual void SegmentStart(ISegmentPairProperties properties) Parameters Type Name Description ISegmentPairProperties properties StructureTag(IStructureTagProperties) Calls StructureTag(IStructureTagProperties) on the Output (if set). Declaration public virtual void StructureTag(IStructureTagProperties tagInfo) Parameters Type Name Description IStructureTagProperties tagInfo Text(ITextProperties) Calls Text(ITextProperties) on the Output (if set). Declaration public virtual void Text(ITextProperties textInfo) Parameters Type Name Description ITextProperties textInfo Implements INativeFileTypeComponent INativeContentStreamMessageReporter IBasicMessageReporter INativeGenerationContentProcessor INativeGenerationContentHandler IAbstractNativeContentHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.html", "title": "Class ConflictingIdException", - "keywords": "Class ConflictingIdException Exception thrown from PublishSharedObject(string, object, IdConflictResolution) if an object with the same id is already part of the collection, and the conflict resolution parameter is set to cause exceptions to be thrown. Inheritance object Exception FileTypeSupportException ConflictingIdException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class ConflictingIdException : FileTypeSupportException, ISerializable, _Exception Constructors ConflictingIdException() Default constructor Declaration public ConflictingIdException() ConflictingIdException(SerializationInfo, StreamingContext) Protected constructor used for serialization Declaration protected ConflictingIdException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context ConflictingIdException(string) Construction from a message Declaration public ConflictingIdException(string message) Parameters Type Name Description string message ConflictingIdException(string, Exception) Construction from a message and an originating inner exception Declaration public ConflictingIdException(string message, Exception inner) Parameters Type Name Description string message Exception inner Properties Id The conflicting id Declaration public string Id { get; set; } Property Value Type Description string Implements ISerializable _Exception" + "keywords": "Class ConflictingIdException Exception thrown from PublishSharedObject(String, Object, IdConflictResolution) if an object with the same id is already part of the collection, and the conflict resolution parameter is set to cause exceptions to be thrown. Inheritance System.Object System.Exception FileTypeSupportException ConflictingIdException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class ConflictingIdException : FileTypeSupportException, ISerializable, _Exception Constructors ConflictingIdException() Default constructor Declaration public ConflictingIdException() ConflictingIdException(SerializationInfo, StreamingContext) Protected constructor used for serialization Declaration protected ConflictingIdException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context ConflictingIdException(String) Construction from a message Declaration public ConflictingIdException(string message) Parameters Type Name Description System.String message ConflictingIdException(String, Exception) Construction from a message and an originating inner exception Declaration public ConflictingIdException(string message, Exception inner) Parameters Type Name Description System.String message System.Exception inner Properties Id The conflicting id Declaration public string Id { get; set; } Property Value Type Description System.String Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ContentRestriction.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ContentRestriction.html", "title": "Enum ContentRestriction", - "keywords": "Enum ContentRestriction Enumeration that indicates to file type components whether the source or target should be used in the output. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum ContentRestriction Fields Name Description Bilingual Both source and target content is being output. Only used when writing to an intermediate bilingual format such as SDL XLIFF. NoContent No native file is being created. Source Source output file is being created. Target Target output file is being created." + "keywords": "Enum ContentRestriction Enumeration that indicates to file type components whether the source or target should be used in the output. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum ContentRestriction Fields Name Description Bilingual Both source and target content is being output. Only used when writing to an intermediate bilingual format such as SDL XLIFF. NoContent No native file is being created. Source Source output file is being created. Target Target output file is being created." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ContextPurpose.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ContextPurpose.html", "title": "Enum ContextPurpose", - "keywords": "Enum ContextPurpose Purpose for a context, originally from the XLIFF specification Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum ContextPurpose Fields Name Description Information For informational purposes only, i.e. should not affect matching. Location The context represents a location. This type of context is used e.g. for localizable tag content that has been externalized into separate ParagraphUnits. Such ParagraphUnits contain a location context that indicates the original ParagraphUnit that the tag with localizable content appears in. Match May be used for context-sensitive matching." + "keywords": "Enum ContextPurpose Purpose for a context, originally from the XLIFF specification Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum ContextPurpose Fields Name Description Information For informational purposes only, i.e. should not affect matching. Location The context represents a location. This type of context is used e.g. for localizable tag content that has been externalized into separate ParagraphUnits. Such ParagraphUnits contain a location context that indicates the original ParagraphUnit that the tag with localizable content appears in. Match May be used for context-sensitive matching." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DependencyFileLinkOption.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DependencyFileLinkOption.html", "title": "Enum DependencyFileLinkOption", - "keywords": "Enum DependencyFileLinkOption Used in the PreferredLinkage property to indicate how a dependency file may be handled when writing to an intermediate bilingual file format (such as SDL XLIFF). Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum DependencyFileLinkOption Fields Name Description Embed The file is embedded inside the intermediate file. Ignore The file or its reference should not be persisted to the intermediate format. None Unknown or not specified ReferenceAbsolute The file is stored as a separate file, which is explicitly referenced through an absolute path. (The absolute path is stored in the intermediate file.) ReferenceRelative The file is stored as a separate file, and will be located through a relative path to the intermediate file." + "keywords": "Enum DependencyFileLinkOption Used in the PreferredLinkage property to indicate how a dependency file may be handled when writing to an intermediate bilingual file format (such as SDL XLIFF). Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum DependencyFileLinkOption Fields Name Description Embed The file is embedded inside the intermediate file. Ignore The file or its reference should not be persisted to the intermediate format. None Unknown or not specified ReferenceAbsolute The file is stored as a separate file, which is explicitly referenced through an absolute path. (The absolute path is stored in the intermediate file.) ReferenceRelative The file is stored as a separate file, and will be located through a relative path to the intermediate file." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DependencyFileUsage.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DependencyFileUsage.html", "title": "Enum DependencyFileUsage", - "keywords": "Enum DependencyFileUsage Values combined as flags for the ExpectedUsage property to indicate expected use cases for a dependency file Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax [Flags] public enum DependencyFileUsage Fields Name Description Extraction Used during the extraction phase Final Used or required for correct operation of the final (localized) file Generation Used during the generate phase None Unknown or not specified" + "keywords": "Enum DependencyFileUsage Values combined as flags for the ExpectedUsage property to indicate expected use cases for a dependency file Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax [Flags] public enum DependencyFileUsage Fields Name Description Extraction Used during the extraction phase Final Used or required for correct operation of the final (localized) file Generation Used during the generate phase None Unknown or not specified" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DetectionLevel.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DetectionLevel.html", "title": "Enum DetectionLevel", - "keywords": "Enum DetectionLevel Indicates the level of confidence with which a property has been determined. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum DetectionLevel Remarks This is used, for example, for codepage and language detection in a file sniffer to indicate how likely it is that the codepage and languages have been identified correctly. Fields Name Description Certain The property value was determined beyond doubt. Guess A possible suggestion for the property value has been determined. Likely A likely value for the property has been determined. Unknown The property value could not be determined." + "keywords": "Enum DetectionLevel Indicates the level of confidence with which a property has been determined. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum DetectionLevel Remarks This is used, for example, for codepage and language detection in a file sniffer to indicate how likely it is that the codepage and languages have been identified correctly. Fields Name Description Certain The property value was determined beyond doubt. Guess A possible suggestion for the property value has been determined. Likely A likely value for the property has been determined. Unknown The property value could not be determined." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.EncodingCategory.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.EncodingCategory.html", "title": "Enum EncodingCategory", - "keywords": "Enum EncodingCategory Used by the file sniffer ( SniffInfo ) to indicate a suggested type of encoding for the target language file, without knowing what the target language will be. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum EncodingCategory Fields Name Description LanguageDefaultAnsiCodePage The default ANSI (Windows) codepage for the language LanguageDefaultEbcdicCodePage The default EBCDIC (IBM) codepage for the language LanguageDefaultMacCodePage The default Macintosh codepage for the language LanguageDefaultOemCodePage The default OEM (DOS) codepage for the language NotApplicable The codepage does not need to be specified. NotSpecified The value has not yet been specified. Unicode Any Unicode encoding, e.g. UTF-8, UCS-2, UTF-16, UTF-32, etc." + "keywords": "Enum EncodingCategory Used by the file sniffer ( SniffInfo ) to indicate a suggested type of encoding for the target language file, without knowing what the target language will be. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum EncodingCategory Fields Name Description LanguageDefaultAnsiCodePage The default ANSI (Windows) codepage for the language LanguageDefaultEbcdicCodePage The default EBCDIC (IBM) codepage for the language LanguageDefaultMacCodePage The default Macintosh codepage for the language LanguageDefaultOemCodePage The default OEM (DOS) codepage for the language NotApplicable The codepage does not need to be specified. NotSpecified The value has not yet been specified. Unicode Any Unicode encoding, e.g. UTF-8, UCS-2, UTF-16, UTF-32, etc." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel.html", "title": "Enum ErrorLevel", - "keywords": "Enum ErrorLevel Severity level for messages Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum ErrorLevel Fields Name Description Error A problem that must be addressed Note For informational purposes only Unspecified No explicit severity level has been set. Warning A potential problem or an issue that should be corrected" + "keywords": "Enum ErrorLevel Severity level for messages Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum ErrorLevel Fields Name Description Error A problem that must be addressed Note For informational purposes only Unspecified No explicit severity level has been set. Warning A potential problem or an issue that should be corrected" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.FileId.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.FileId.html", "title": "Struct FileId", - "keywords": "Struct FileId Typesafe wrapper for a file identifier string. Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct FileId Constructors FileId(string) Construction from a string id Declaration public FileId(string id) Parameters Type Name Description string id Properties Id The id as a string Declaration public string Id { get; set; } Property Value Type Description string Methods Equals(object) True if string id values are equal Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides ValueType.Equals(object) GetHashCode() The string id hash Declaration public override int GetHashCode() Returns Type Description int Overrides ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description string Overrides ValueType.ToString() Operators operator ==(FileId, FileId) True if string id values are equal Declaration public static bool operator ==(FileId first, FileId second) Parameters Type Name Description FileId first FileId second Returns Type Description bool operator !=(FileId, FileId) True if string id values are not equal Declaration public static bool operator !=(FileId first, FileId second) Parameters Type Name Description FileId first FileId second Returns Type Description bool" + "keywords": "Struct FileId Typesafe wrapper for a file identifier string. Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct FileId Constructors FileId(String) Construction from a string id Declaration public FileId(string id) Parameters Type Name Description System.String id Properties Id The id as a string Declaration public string Id { get; set; } Property Value Type Description System.String Methods Equals(Object) True if string id values are equal Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.ValueType.Equals(System.Object) GetHashCode() The string id hash Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description System.String Overrides System.ValueType.ToString() Operators Equality(FileId, FileId) True if string id values are equal Declaration public static bool operator ==(FileId first, FileId second) Parameters Type Name Description FileId first FileId second Returns Type Description System.Boolean Inequality(FileId, FileId) True if string id values are not equal Declaration public static bool operator !=(FileId first, FileId second) Parameters Type Name Description FileId first FileId second Returns Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.html", "title": "Namespace Sdl.FileTypeSupport.Framework.NativeApi", - "keywords": "Namespace Sdl.FileTypeSupport.Framework.NativeApi Classes AbstractNativeExtractionContentProcessor Abstract base class that can be used to build native content extraction processors. The default implementation provides a transparent \"do nothing\" content processor that simply forwards the calls that it receives on its INativeExtractionContentHandler implementation to the output. Your implementation can simply override the content handler methods for the type of content that it is interested in, and rely on the default implementations for anything else. AbstractNativeExtractionGenerationContentProcessor Base class for components that are intended to be used as native content processors, either for extraction or generation. Implements both interfaces, and stores the output variable as an IAbstractNativeContentHandler . The strongly typed handlers can be set and accessed through the ExtractionOutput and GenerationOutput properties, which both reference the same field as the Output property. AbstractNativeFileParser Abstract base class that provides boilerplate implementation for native file parsers. Deriving your file parser from this class will save you some implementation work. Provides a default implementation of the ParseNext() method. You can override the BeforeParsing() , DuringParsing() and AfterParsing() in your parser implementation in order to separate initialization and clean-up code from the core parsing code. AbstractNativeFileTypeComponent Convenient base class for implementing file type components. Holds data members that are supplied by the framework during initialization. AbstractNativeFileWriter Abstract base class that can be used to build native file writers. Deriving your file writer from this class takes care of some of the basics of implementing file writer interfaces. This class possesses a default implementation of the INativeGenerationContentHandler interface, which does nothing. Simply override the methods that are useful for your implementation to process the relevant content in your derived class. This class also implements the INativeOutputSettingsAware , and provides access to the output properties through the OutputProperties property. AbstractNativeGenerationContentProcessor Abstract base class that can be used to build native content generation processors. The default implementation provides a transparent \"do nothing\" content processor that simply forwards the calls that it receives on its INativeGenerationContentHandler implementation to the output. Your implementation can simply override the content handler methods for the type of content it is interested in, and rely on the default implementations for anything else. ConflictingIdException Exception thrown from PublishSharedObject(string, object, IdConflictResolution) if an object with the same id is already part of the collection, and the conflict resolution parameter is set to cause exceptions to be thrown. LocationMarkerId Unique identifier for a location in native or bilingual content; used to associated locations with messages in calls to LocationMark(LocationMarkerId) and ReportMessage(object, string, ErrorLevel, string, LocationMarkerId, LocationMarkerId) . NativeTextLocation Reference to a location inside a plain text file, specified through line and offset numbers. ProcessSubContentEventArgs Event args which are used by the ProcessSubContent event ProgressEventArgs Progress event for progress indicators. RevisionTypeNotSupportedException Exception thrown when the wrong RevisionType is set on RevisionProperties or FeedbackProperties SharedObjectPublishedEventArgs Information passed in the SharedObjectPublished event. SniffInfo Information returned from Sniff(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) . This class also allows you to store key/value pairs that the parser may need to read during parsing. SourceCount A word or character count value Structs FileId Typesafe wrapper for a file identifier string. ParagraphUnitId Type safe wrapper around a unique identifier for paragraph units, used in IParagraphUnitProperties . RepetitionId Type safe wrapper around a repetition id unique identifier (GUID). SegmentId Type-safe wrapper around a segment identifier TagId Type-safe wrapper for a tag identifier string Interfaces IAbstractBasicTagProperties Common interface for properties supported by all tags. IAbstractInlineTagProperties Common tag properties specific to inline tags, i.e. tags that can be found inside (translatable) text. IAbstractNativeContentHandler This is the core streaming interface that is used for input and output of content to/from native content processor components such as file parsers and file writers for native file formats. It is specialized into INativeExtractionContentHandler and INativeGenerationContentHandler for any specifics to consider during read and write operations. IAbstractTagProperties Common information on start tags, placeholder tags and structure tags (but not end tags). IBasicMessageReporter Basic mechanism for components to report non-fatal issues to the framework. (Fatal errors should yield exceptions.) IBasicMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData interface is almost exactly the same as the IBasicMessageReporter except that the ReportMessage method includes an extended data parameter. ICacheableSubContentParser Interface implemented by sub-content parsers that need to reuse the parser instance for performance ICacheableSubContentWriter Interface implemented by sub-content writers that need to reuse the writer instance for performance IComment All available information on a comment: The comment text, the severity level, the author and time stamp, and for comment threads the comment version. ICommentProperties Thread of comments IContextInfo One piece of context information, with a type, purpose and description, as stored in Contexts . IContextProperties Context information passed through the ChangeContext(IContextProperties) method ICustomInfoProperties Data container for all kinds of custom information IDependencyFileProperties Information on a dependency file used during file conversion. IEndTagProperties Properties for the end tag that matches a corresponding start tag. IFilePostTweaker Implemented by components that modify the file that is generated after it has been written by the generator. IFilePreTweaker This interface should be implemented by any objects that can be used to modify the contents of a native file before being processed through an extractor or after being written by a generator. IFileTweaker Base interface that contains common functions for the file tweakers. Extended by IFilePreTweaker and IFilePostTweaker . ILockedContentProperties Information on a locked content, which is protected from modification during localization. IMetaDataContainer Common interface implemented by objects that have the capability to hold metadata in the form of string key/value pairs. INativeContentCycleAware This interface should be implemented by any native processing components that need to know when the input starts and ends. The framework will call the methods on this interface before and after parsing the native content. INativeContentStreamMessageReporter Message reporting mechanism intended for native content processors. Allows explicit locations to be associated with messages. The corresponding locations should be output on the native content stream through calls to LocationMark(LocationMarkerId) . INativeExtractionContentHandler Specialization of the IAbstractNativeContentHandler for components used during extraction (parsing). INativeExtractionContentProcessor Interface that is implemented by a component that processes native content during extraction (parsing) of native files. The input is received in the form of calls to the INativeExtractionContentHandler interface and the implementation outputs processed information through calls to another instance of the same interface type. INativeExtractor Manages the Parser used to process the native file as well as a set of INativeExtractionContentProcessor components that processes the output of the parser. The result of the processing consists of calls to the Output . INativeFileParser This interface is implemented by all native file parsers. The framework uses this interface to operate the parser. INativeFileSniffer A file sniffer is a component that gets invoked to determine if a particular file can be processed. If the file is supported, the file sniffer may also detect the language and the encoding of a given file, in addition to any other information that will be useful to set up the parser to correctly process it. INativeFileTypeComponent Native parsers and native content processor components may implement this interface to get initialized by the framework. INativeFileVerifier A native file verifier performs the task of checking the target file produced by the a generator for potential issues. INativeFileWriter Interface implemented by components that write to native file formats. INativeGenerationContentHandler Extension of the IAbstractNativeContentHandler with additional methods used to communicate information that is only available during generation (i.e. when writing native output files from content that originates from the bilingual content model). INativeGenerationContentProcessor Implemented by native content processors used during generation (i.e. writing) of native files. INativeGenerator Manages the Writer used to create the native file as well as a set of INativeExtractionContentProcessor components that process the input before it is passed to the writer. The input is received on the Input content handler. INativeLocationTracker Provided by the framework to the INativeFileWriter in order to help generate locations for any messages that are reported through the INativeTextLocationMessageReporter interface. INativeOutputFileProperties This interface represents the information communicated to the file type components related to the generation of a native content output file. INativeOutputSettingsAware This interface needs to be implemented by any components that should be 'aware' of which settings are used when writing native files. The SetOutputProperties(INativeOutputFileProperties) method will be invoked before the content of each native file is processed. INativeSubContentExtractor Manages the Parser used to process the native file as well as a set of INativeExtractionContentProcessor components that processes the output of the parser. The result of the processing consists of calls to the Output . INativeSubContentGenerator Manages the Writer used to create the native file as well as a set of INativeExtractionContentProcessor components that process the input before it is passed to the writer. The input is received on the Input content handler. INativeTextLocationMessageReporter Message reporter specialization that allows line and offset numbers to be associated with messages to relate to locations in plain text files. IOutputFileInfo Simple data class designed to hold information on the file to output, which may be required by the host application. This is used by GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) to allow file type components to supply alternative information if the component is causing the output file type to differ from the default (e.g. alternative generators for previewing). IParagraphUnitProperties Properties of a (structure or localizable) paragraph unit IParser Interface implemented by parsers. Abstracting this functionality into a separate interface allows you to drive parsing for native and bilingual content in the same way. IPersistentFileConversionProperties File-level properties that are guaranteed to be preserved (if necessary persisted to an intermediate bilingual file format) during different stages of the content processing lifecycle; passed to native content processors, parsers and writers that implement INativeContentCycleAware . Components can set these properties during parsing, and they will be made available when generating the translated output, or during any other operation used to process content. Custom properties can be stored as metadata key/value pairs through the IMetaDataContainer implementation. It is recommended that keys are prefixed with a value that is likely to be unique in order to avoid conflicts with unrelated components. IPlaceholderTagProperties Information on a standalone inline tag, i.e. a tag that can appear inside translatable content, representing a placeholder that should be treated as part of the text and may need to be moved to a different location in the translation. IPropertiesFactory Interface implemented by factories for property objects. All file type components should use this interface to create properties objects (unless they are created by calling Clone() . ISegmentPairProperties Common properties for a source and target segment pair ISharedObjects Implemented by the framework to provide access to objects that have been published in order to be shared across components used for content processing. Components that are 'interested' in shared objects receive an instance of this interface by implementing ISharedObjectsAware . ISharedObjectsAware Implemented by any file type components (native or bilingual) that require access to shared objects used during processing. The framework will call the SetSharedObjects(ISharedObjects) method before the component is used for the first time. IStartTagProperties Information on an inline paired start tag. IStructureInfo Structural information to help define how a context should act in a structural tree. IStructureTagProperties Information on a tag that represents structural content, or a tag that does not appear inside localizable content. ISubContentAware Implemented by parent writers which must insert sub-content into their output stream ISubContentParser Interface implemented by sub-content parsers ISubContentPublisher Interface which should be implemented by parsers which need to publish sub-content ISubContentWriter Interface implemented by sub-content writers ISubSegmentProperties Sub-segments are, for example, localizable tag attributes. During conversion to bilingual format, every sub-segment will end up in its own paragraph unit. The properties StartOffset and Length are required in order to put the translations back into the right places. ISupportsPersistenceId Provides access to an internal ID that can be used temporarily by implementations e.g. to persist an object graph. ISupportsUniqueId Provides access to an ID that can be used by implementations e.g. to keep the item in a separate structure ITextProperties Information on a piece of localizable text ITranslationOrigin Information on the origin of a translation. Enums AbstractNativeFileParser.Stage Internal state of the parser ContentRestriction Enumeration that indicates to file type components whether the source or target should be used in the output. ContextPurpose Purpose for a context, originally from the XLIFF specification DependencyFileLinkOption Used in the PreferredLinkage property to indicate how a dependency file may be handled when writing to an intermediate bilingual file format (such as SDL XLIFF). DependencyFileUsage Values combined as flags for the ExpectedUsage property to indicate expected use cases for a dependency file DetectionLevel Indicates the level of confidence with which a property has been determined. EncodingCategory Used by the file sniffer ( SniffInfo ) to indicate a suggested type of encoding for the target language file, without knowing what the target language will be. ErrorLevel Severity level for messages IdConflictResolution Indicates how conflicting ids should be handled in calls to PublishSharedObject(string, object, IdConflictResolution) . LockTypeFlags Enumterator that contains the available lock types SegmentationHint Used in TagProperties to indicate how the tag should be handled during segmentation. Severity Severity level associated with a comment. A higher severity level can make the comment more prominent in the user interface. SourceCount.CountUnit The type of count, i.e. word or character TextContextMatchLevel Used with textual context matches to indicate the level of matching. Delegates ProgressReporter Delegate defining the signature for progress reporting events." + "keywords": "Namespace Sdl.FileTypeSupport.Framework.NativeApi Classes AbstractNativeExtractionContentProcessor Abstract base class that can be used to build native content extraction processors. The default implementation provides a transparent \"do nothing\" content processor that simply forwards the calls that it receives on its INativeExtractionContentHandler implementation to the output. Your implementation can simply override the content handler methods for the type of content that it is interested in, and rely on the default implementations for anything else. AbstractNativeExtractionGenerationContentProcessor Base class for components that are intended to be used as native content processors, either for extraction or generation. Implements both interfaces, and stores the output variable as an IAbstractNativeContentHandler . The strongly typed handlers can be set and accessed through the ExtractionOutput and GenerationOutput properties, which both reference the same field as the Output property. AbstractNativeFileParser Abstract base class that provides boilerplate implementation for native file parsers. Deriving your file parser from this class will save you some implementation work. Provides a default implementation of the ParseNext() method. You can override the BeforeParsing() , DuringParsing() and AfterParsing() in your parser implementation in order to separate initialization and clean-up code from the core parsing code. AbstractNativeFileTypeComponent Convenient base class for implementing file type components. Holds data members that are supplied by the framework during initialization. AbstractNativeFileWriter Abstract base class that can be used to build native file writers. Deriving your file writer from this class takes care of some of the basics of implementing file writer interfaces. This class possesses a default implementation of the INativeGenerationContentHandler interface, which does nothing. Simply override the methods that are useful for your implementation to process the relevant content in your derived class. This class also implements the INativeOutputSettingsAware , and provides access to the output properties through the OutputProperties property. AbstractNativeGenerationContentProcessor Abstract base class that can be used to build native content generation processors. The default implementation provides a transparent \"do nothing\" content processor that simply forwards the calls that it receives on its INativeGenerationContentHandler implementation to the output. Your implementation can simply override the content handler methods for the type of content it is interested in, and rely on the default implementations for anything else. ConflictingIdException Exception thrown from PublishSharedObject(String, Object, IdConflictResolution) if an object with the same id is already part of the collection, and the conflict resolution parameter is set to cause exceptions to be thrown. LocationMarkerId Unique identifier for a location in native or bilingual content; used to associated locations with messages in calls to LocationMark(LocationMarkerId) and ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId) . NativeTextLocation Reference to a location inside a plain text file, specified through line and offset numbers. ProcessSubContentEventArgs Event args which are used by the ProcessSubContent event ProgressEventArgs Progress event for progress indicators. RevisionTypeNotSupportedException Exception thrown when the wrong RevisionType is set on RevisionProperties or FeedbackProperties SharedObjectPublishedEventArgs Information passed in the SharedObjectPublished event. SniffInfo Information returned from Sniff(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) . This class also allows you to store key/value pairs that the parser may need to read during parsing. SourceCount A word or character count value Structs FileId Typesafe wrapper for a file identifier string. ParagraphUnitId Type safe wrapper around a unique identifier for paragraph units, used in IParagraphUnitProperties . RepetitionId Type safe wrapper around a repetition id unique identifier (GUID). SegmentId Type-safe wrapper around a segment identifier TagId Type-safe wrapper for a tag identifier string Interfaces IAbstractBasicTagProperties Common interface for properties supported by all tags. IAbstractInlineTagProperties Common tag properties specific to inline tags, i.e. tags that can be found inside (translatable) text. IAbstractNativeContentHandler This is the core streaming interface that is used for input and output of content to/from native content processor components such as file parsers and file writers for native file formats. It is specialized into INativeExtractionContentHandler and INativeGenerationContentHandler for any specifics to consider during read and write operations. IAbstractTagProperties Common information on start tags, placeholder tags and structure tags (but not end tags). IBasicMessageReporter Basic mechanism for components to report non-fatal issues to the framework. (Fatal errors should yield exceptions.) IBasicMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData interface is almost exactly the same as the IBasicMessageReporter except that the ReportMessage method includes an extended data parameter. ICacheableSubContentParser Interface implemented by sub-content parsers that need to reuse the parser instance for performance ICacheableSubContentWriter Interface implemented by sub-content writers that need to reuse the writer instance for performance IComment All available information on a comment: The comment text, the severity level, the author and time stamp, and for comment threads the comment version. ICommentProperties Thread of comments IContextInfo One piece of context information, with a type, purpose and description, as stored in Contexts . IContextProperties Context information passed through the ChangeContext(IContextProperties) method ICustomInfoProperties Data container for all kinds of custom information IDependencyFileProperties Information on a dependency file used during file conversion. IEndTagProperties Properties for the end tag that matches a corresponding start tag. IFilePostTweaker Implemented by components that modify the file that is generated after it has been written by the generator. IFilePreTweaker This interface should be implemented by any objects that can be used to modify the contents of a native file before being processed through an extractor or after being written by a generator. IFileTweaker Base interface that contains common functions for the file tweakers. Extended by IFilePreTweaker and IFilePostTweaker . ILockedContentProperties Information on a locked content, which is protected from modification during localization. IMetaDataContainer Common interface implemented by objects that have the capability to hold metadata in the form of string key/value pairs. INativeContentCycleAware This interface should be implemented by any native processing components that need to know when the input starts and ends. The framework will call the methods on this interface before and after parsing the native content. INativeContentStreamMessageReporter Message reporting mechanism intended for native content processors. Allows explicit locations to be associated with messages. The corresponding locations should be output on the native content stream through calls to LocationMark(LocationMarkerId) . INativeExtractionContentHandler Specialization of the IAbstractNativeContentHandler for components used during extraction (parsing). INativeExtractionContentProcessor Interface that is implemented by a component that processes native content during extraction (parsing) of native files. The input is received in the form of calls to the INativeExtractionContentHandler interface and the implementation outputs processed information through calls to another instance of the same interface type. INativeExtractor Manages the Parser used to process the native file as well as a set of INativeExtractionContentProcessor components that processes the output of the parser. The result of the processing consists of calls to the Output . INativeFileParser This interface is implemented by all native file parsers. The framework uses this interface to operate the parser. INativeFileSniffer A file sniffer is a component that gets invoked to determine if a particular file can be processed. If the file is supported, the file sniffer may also detect the language and the encoding of a given file, in addition to any other information that will be useful to set up the parser to correctly process it. INativeFileTypeComponent Native parsers and native content processor components may implement this interface to get initialized by the framework. INativeFileVerifier A native file verifier performs the task of checking the target file produced by the a generator for potential issues. INativeFileWriter Interface implemented by components that write to native file formats. INativeGenerationContentHandler Extension of the IAbstractNativeContentHandler with additional methods used to communicate information that is only available during generation (i.e. when writing native output files from content that originates from the bilingual content model). INativeGenerationContentProcessor Implemented by native content processors used during generation (i.e. writing) of native files. INativeGenerator Manages the Writer used to create the native file as well as a set of INativeExtractionContentProcessor components that process the input before it is passed to the writer. The input is received on the Input content handler. INativeLocationTracker Provided by the framework to the INativeFileWriter in order to help generate locations for any messages that are reported through the INativeTextLocationMessageReporter interface. INativeOutputFileProperties This interface represents the information communicated to the file type components related to the generation of a native content output file. INativeOutputSettingsAware This interface needs to be implemented by any components that should be 'aware' of which settings are used when writing native files. The SetOutputProperties(INativeOutputFileProperties) method will be invoked before the content of each native file is processed. INativeSubContentExtractor Manages the Parser used to process the native file as well as a set of INativeExtractionContentProcessor components that processes the output of the parser. The result of the processing consists of calls to the Output . INativeSubContentGenerator Manages the Writer used to create the native file as well as a set of INativeExtractionContentProcessor components that process the input before it is passed to the writer. The input is received on the Input content handler. INativeTextLocationMessageReporter Message reporter specialization that allows line and offset numbers to be associated with messages to relate to locations in plain text files. IOutputFileInfo Simple data class designed to hold information on the file to output, which may be required by the host application. This is used by GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) to allow file type components to supply alternative information if the component is causing the output file type to differ from the default (e.g. alternative generators for previewing). IParagraphUnitProperties Properties of a (structure or localizable) paragraph unit IParser Interface implemented by parsers. Abstracting this functionality into a separate interface allows you to drive parsing for native and bilingual content in the same way. IPersistentFileConversionProperties File-level properties that are guaranteed to be preserved (if necessary persisted to an intermediate bilingual file format) during different stages of the content processing lifecycle; passed to native content processors, parsers and writers that implement INativeContentCycleAware . Components can set these properties during parsing, and they will be made available when generating the translated output, or during any other operation used to process content. Custom properties can be stored as metadata key/value pairs through the IMetaDataContainer implementation. It is recommended that keys are prefixed with a value that is likely to be unique in order to avoid conflicts with unrelated components. IPlaceholderTagProperties Information on a standalone inline tag, i.e. a tag that can appear inside translatable content, representing a placeholder that should be treated as part of the text and may need to be moved to a different location in the translation. IPropertiesFactory Interface implemented by factories for property objects. All file type components should use this interface to create properties objects (unless they are created by calling System.ICloneable.Clone() . ISegmentPairProperties Common properties for a source and target segment pair ISharedObjects Implemented by the framework to provide access to objects that have been published in order to be shared across components used for content processing. Components that are 'interested' in shared objects receive an instance of this interface by implementing ISharedObjectsAware . ISharedObjectsAware Implemented by any file type components (native or bilingual) that require access to shared objects used during processing. The framework will call the SetSharedObjects(ISharedObjects) method before the component is used for the first time. IStartTagProperties Information on an inline paired start tag. IStructureInfo Structural information to help define how a context should act in a structural tree. IStructureTagProperties Information on a tag that represents structural content, or a tag that does not appear inside localizable content. ISubContentAware Implemented by parent writers which must insert sub-content into their output stream ISubContentParser Interface implemented by sub-content parsers ISubContentPublisher Interface which should be implemented by parsers which need to publish sub-content ISubContentWriter Interface implemented by sub-content writers ISubSegmentProperties Sub-segments are, for example, localizable tag attributes. During conversion to bilingual format, every sub-segment will end up in its own paragraph unit. The properties StartOffset and Length are required in order to put the translations back into the right places. ISupportsPersistenceId Provides access to an internal ID that can be used temporarily by implementations e.g. to persist an object graph. ISupportsUniqueId Provides access to an ID that can be used by implementations e.g. to keep the item in a separate structure ITextProperties Information on a piece of localizable text ITranslationOrigin Information on the origin of a translation. Enums AbstractNativeFileParser.Stage Internal state of the parser ContentRestriction Enumeration that indicates to file type components whether the source or target should be used in the output. ContextPurpose Purpose for a context, originally from the XLIFF specification DependencyFileLinkOption Used in the PreferredLinkage property to indicate how a dependency file may be handled when writing to an intermediate bilingual file format (such as SDL XLIFF). DependencyFileUsage Values combined as flags for the ExpectedUsage property to indicate expected use cases for a dependency file DetectionLevel Indicates the level of confidence with which a property has been determined. EncodingCategory Used by the file sniffer ( SniffInfo ) to indicate a suggested type of encoding for the target language file, without knowing what the target language will be. ErrorLevel Severity level for messages IdConflictResolution Indicates how conflicting ids should be handled in calls to PublishSharedObject(String, Object, IdConflictResolution) . LockTypeFlags Enumterator that contains the available lock types SegmentationHint Used in TagProperties to indicate how the tag should be handled during segmentation. Severity Severity level associated with a comment. A higher severity level can make the comment more prominent in the user interface. SourceCount.CountUnit The type of count, i.e. word or character TextContextMatchLevel Used with textual context matches to indicate the level of matching. Delegates ProgressReporter Delegate defining the signature for progress reporting events." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractBasicTagProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractBasicTagProperties.html", "title": "Interface IAbstractBasicTagProperties", - "keywords": "Interface IAbstractBasicTagProperties Common interface for properties supported by all tags. Inherited Members IMetaDataContainer.MetaDataContainsKey(string) IMetaDataContainer.GetMetaData(string) IMetaDataContainer.SetMetaData(string, string) IMetaDataContainer.RemoveMetaData(string) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractBasicTagProperties : IMetaDataContainer, ICloneable Remarks Contains basic tag properties such as TagContent and DisplayText . Custom tag properties can be stored as metadata using the methods in the IMetaDataContainer interface. Properties DisplayText A shortened version of a tag that can be used in translation editors that implement full and abbreviated tag views. Often the GI without attributes. Declaration string DisplayText { get; set; } Property Value Type Description string TagContent This property usually holds the whole tag with delimiters and all attributes during the entire forward and backward conversion process. Declaration string TagContent { get; set; } Property Value Type Description string" + "keywords": "Interface IAbstractBasicTagProperties Common interface for properties supported by all tags. Inherited Members IMetaDataContainer.MetaDataContainsKey(String) IMetaDataContainer.GetMetaData(String) IMetaDataContainer.SetMetaData(String, String) IMetaDataContainer.RemoveMetaData(String) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractBasicTagProperties : IMetaDataContainer, ICloneable Remarks Contains basic tag properties such as TagContent and DisplayText . Custom tag properties can be stored as metadata using the methods in the IMetaDataContainer interface. Properties DisplayText A shortened version of a tag that can be used in translation editors that implement full and abbreviated tag views. Often the GI without attributes. Declaration string DisplayText { get; set; } Property Value Type Description System.String TagContent This property usually holds the whole tag with delimiters and all attributes during the entire forward and backward conversion process. Declaration string TagContent { get; set; } Property Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractInlineTagProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractInlineTagProperties.html", "title": "Interface IAbstractInlineTagProperties", - "keywords": "Interface IAbstractInlineTagProperties Common tag properties specific to inline tags, i.e. tags that can be found inside (translatable) text. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractInlineTagProperties Properties CanHide Indicates whether the tag is allowed to be hidden during editing operations. Declaration bool CanHide { get; set; } Property Value Type Description bool Remarks Hidden tags can easily get deleted by mistake during editing operations. Always set this to false for tags that represent important content that the user should not delete unknowingly. Typically this is set to true for elements like tag pairs that represent pure character formatting, without any other associated functionality - and only if the relevant Sdl.FileTypeSupport.Framework.Formatting properties have been set for the tag, so that the user can see what the character formatting actually looks like in the editor without any need to see the tags. Setting this to true does not necessarily mean that the tag will always be hidden. This will be determined by the editor (i.e. the user may change this at runtime through a setting). This is false by default for all tag types. IsSoftBreak Indicates whether it is valid to break the line in front of this tag during word wrap. Declaration bool IsSoftBreak { get; set; } Property Value Type Description bool Remarks May be used by word wrapping algorithms in editors. This is true by default for all tag types. IsWordStop Determines whether the tag is considered to be a new word during segmentation. It also affects the way that the caret moves when using word movement keyboard actions such as CTRL+LEFT ARROW and CTRL+RIGHT ARROW in editors. Declaration bool IsWordStop { get; set; } Property Value Type Description bool Examples During segmentation, if a tag has IsWordStop false then \"hello[tag]world[/tag]\" is considered to be one word - \"hello[tag]world[/tag]\" and if a tag has IsWordStop true then \"hello[tag]world[/tag]\" is considered to be two words - \"hello\" and \"[tag]world[/tag]\"." + "keywords": "Interface IAbstractInlineTagProperties Common tag properties specific to inline tags, i.e. tags that can be found inside (translatable) text. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractInlineTagProperties Properties CanHide Indicates whether the tag is allowed to be hidden during editing operations. Declaration bool CanHide { get; set; } Property Value Type Description System.Boolean Remarks Hidden tags can easily get deleted by mistake during editing operations. Always set this to false for tags that represent important content that the user should not delete unknowingly. Typically this is set to true for elements like tag pairs that represent pure character formatting, without any other associated functionality - and only if the relevant Sdl.FileTypeSupport.Framework.Formatting properties have been set for the tag, so that the user can see what the character formatting actually looks like in the editor without any need to see the tags. Setting this to true does not necessarily mean that the tag will always be hidden. This will be determined by the editor (i.e. the user may change this at runtime through a setting). This is false by default for all tag types. IsSoftBreak Indicates whether it is valid to break the line in front of this tag during word wrap. Declaration bool IsSoftBreak { get; set; } Property Value Type Description System.Boolean Remarks May be used by word wrapping algorithms in editors. This is true by default for all tag types. IsWordStop Determines whether the tag is considered to be a new word during segmentation. It also affects the way that the caret moves when using word movement keyboard actions such as CTRL+LEFT ARROW and CTRL+RIGHT ARROW in editors. Declaration bool IsWordStop { get; set; } Property Value Type Description System.Boolean Examples During segmentation, if a tag has IsWordStop false then \"hello[tag]world[/tag]\" is considered to be one word - \"hello[tag]world[/tag]\" and if a tag has IsWordStop true then \"hello[tag]world[/tag]\" is considered to be two words - \"hello\" and \"[tag]world[/tag]\"." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractNativeContentHandler.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractNativeContentHandler.html", "title": "Interface IAbstractNativeContentHandler", - "keywords": "Interface IAbstractNativeContentHandler This is the core streaming interface that is used for input and output of content to/from native content processor components such as file parsers and file writers for native file formats. It is specialized into INativeExtractionContentHandler and INativeGenerationContentHandler for any specifics to consider during read and write operations. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractNativeContentHandler Methods ChangeContext(IContextProperties) Sets or changes translation related context information. Context changes will most often be associated with structure tags. Context changes inside text will cause the text to be split into separate units during translation, which should normally be avoided (if possible). Declaration void ChangeContext(IContextProperties newContexts) Parameters Type Name Description IContextProperties newContexts CommentEnd() Used to indicate the end of commented content in the stream. Declaration void CommentEnd() CommentStart(ICommentProperties) Used to indicate that the following content should be treated as commented content until a matched CommentEnd() call is made. Declaration void CommentStart(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The comment information. CustomInfo(ICustomInfoProperties) Temporary custom information, which can be used for communication between native content processing components. Declaration void CustomInfo(ICustomInfoProperties info) Parameters Type Name Description ICustomInfoProperties info Remarks CustomInfo events are volatile, i.e. they are not persisted or converted into bilingual content. They are intended only for temporary communication between file type components. An example of a custom info event is the current cursor position when generating a preview for a file in the editor. InlineEndTag(IEndTagProperties) Content that is interpreted as the end of a previously emitted start tag. Declaration void InlineEndTag(IEndTagProperties tagInfo) Parameters Type Name Description IEndTagProperties tagInfo Remarks Paired tags must always appear in an XML-compliant way, i.e. each start tag must have a matching end tag on the same level of its scope. InlinePlaceholderTag(IPlaceholderTagProperties) Content interpreted as a placeholder that may appear inside text. Do not use this for method for paired placeholders. Declaration void InlinePlaceholderTag(IPlaceholderTagProperties tagInfo) Parameters Type Name Description IPlaceholderTagProperties tagInfo InlineStartTag(IStartTagProperties) Content that is interpreted as the first of a set of paired tags that may appear inside text. Declaration void InlineStartTag(IStartTagProperties tagInfo) Parameters Type Name Description IStartTagProperties tagInfo Remarks Paired tags must always appear in an XML-compliant way, i.e. each start tag must have a matching end tag on the same level of its scope. LocationMark(LocationMarkerId) Used with the message reporting mechanism to communicate locations associated with messages reported using the INativeContentStreamMessageReporter . Declaration void LocationMark(LocationMarkerId markerId) Parameters Type Name Description LocationMarkerId markerId Unique identifier for the message; typically created using the default constructor LockedContentEnd() Used to indicate the end of locked content in the stream. Declaration void LockedContentEnd() Remarks This method is called when the end of the content that should be locked has been reached. This call should always be paired with a prior call to StartLockedContent, with the locked content calls 'sandwiched' between these two calls. LockedContentStart(ILockedContentProperties) Used to indicate that the following content should be treated as locked content until a matched EndLockedContent() call is made. Declaration void LockedContentStart(ILockedContentProperties lockedContentInfo) Parameters Type Name Description ILockedContentProperties lockedContentInfo Remarks When specific content in the stream needs to be treated as locked, matching calls to StartLockedContent and EndLockedContent are made. The content to be locked is 'sandwiched' between these calls. ParagraphComments(ICommentProperties) Used to set Paragraph comments to the current paragraph. Declaration void ParagraphComments(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The comment information. RevisionEnd() Used to indicate the end of revisioned content in the stream. Declaration void RevisionEnd() RevisionStart(IRevisionProperties) Used to indicate that the following content should be treated as revisioned content until a matched RevisionEnd() call is made. Declaration void RevisionStart(IRevisionProperties revisionInfo) Parameters Type Name Description IRevisionProperties revisionInfo The revision information. StructureTag(IStructureTagProperties) Content that is interpreted as a structural tag, i.e. a tag that does not appear inside translatable text. Declaration void StructureTag(IStructureTagProperties tagInfo) Parameters Type Name Description IStructureTagProperties tagInfo Text(ITextProperties) Content that represents translatable text Declaration void Text(ITextProperties textInfo) Parameters Type Name Description ITextProperties textInfo" + "keywords": "Interface IAbstractNativeContentHandler This is the core streaming interface that is used for input and output of content to/from native content processor components such as file parsers and file writers for native file formats. It is specialized into INativeExtractionContentHandler and INativeGenerationContentHandler for any specifics to consider during read and write operations. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractNativeContentHandler Methods ChangeContext(IContextProperties) Sets or changes translation related context information. Context changes will most often be associated with structure tags. Context changes inside text will cause the text to be split into separate units during translation, which should normally be avoided (if possible). Declaration void ChangeContext(IContextProperties newContexts) Parameters Type Name Description IContextProperties newContexts CommentEnd() Used to indicate the end of commented content in the stream. Declaration void CommentEnd() CommentStart(ICommentProperties) Used to indicate that the following content should be treated as commented content until a matched CommentEnd() call is made. Declaration void CommentStart(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The comment information. CustomInfo(ICustomInfoProperties) Temporary custom information, which can be used for communication between native content processing components. Declaration void CustomInfo(ICustomInfoProperties info) Parameters Type Name Description ICustomInfoProperties info Remarks CustomInfo events are volatile, i.e. they are not persisted or converted into bilingual content. They are intended only for temporary communication between file type components. An example of a custom info event is the current cursor position when generating a preview for a file in the editor. InlineEndTag(IEndTagProperties) Content that is interpreted as the end of a previously emitted start tag. Declaration void InlineEndTag(IEndTagProperties tagInfo) Parameters Type Name Description IEndTagProperties tagInfo Remarks Paired tags must always appear in an XML-compliant way, i.e. each start tag must have a matching end tag on the same level of its scope. InlinePlaceholderTag(IPlaceholderTagProperties) Content interpreted as a placeholder that may appear inside text. Do not use this for method for paired placeholders. Declaration void InlinePlaceholderTag(IPlaceholderTagProperties tagInfo) Parameters Type Name Description IPlaceholderTagProperties tagInfo InlineStartTag(IStartTagProperties) Content that is interpreted as the first of a set of paired tags that may appear inside text. Declaration void InlineStartTag(IStartTagProperties tagInfo) Parameters Type Name Description IStartTagProperties tagInfo Remarks Paired tags must always appear in an XML-compliant way, i.e. each start tag must have a matching end tag on the same level of its scope. LocationMark(LocationMarkerId) Used with the message reporting mechanism to communicate locations associated with messages reported using the INativeContentStreamMessageReporter . Declaration void LocationMark(LocationMarkerId markerId) Parameters Type Name Description LocationMarkerId markerId Unique identifier for the message; typically created using the default constructor LockedContentEnd() Used to indicate the end of locked content in the stream. Declaration void LockedContentEnd() Remarks This method is called when the end of the content that should be locked has been reached. This call should always be paired with a prior call to StartLockedContent, with the locked content calls 'sandwiched' between these two calls. LockedContentStart(ILockedContentProperties) Used to indicate that the following content should be treated as locked content until a matched EndLockedContent() call is made. Declaration void LockedContentStart(ILockedContentProperties lockedContentInfo) Parameters Type Name Description ILockedContentProperties lockedContentInfo Remarks When specific content in the stream needs to be treated as locked, matching calls to StartLockedContent and EndLockedContent are made. The content to be locked is 'sandwiched' between these calls. ParagraphComments(ICommentProperties) Used to set Paragraph comments to the current paragraph. Declaration void ParagraphComments(ICommentProperties commentInfo) Parameters Type Name Description ICommentProperties commentInfo The comment information. RevisionEnd() Used to indicate the end of revisioned content in the stream. Declaration void RevisionEnd() RevisionStart(IRevisionProperties) Used to indicate that the following content should be treated as revisioned content until a matched RevisionEnd() call is made. Declaration void RevisionStart(IRevisionProperties revisionInfo) Parameters Type Name Description IRevisionProperties revisionInfo The revision information. StructureTag(IStructureTagProperties) Content that is interpreted as a structural tag, i.e. a tag that does not appear inside translatable text. Declaration void StructureTag(IStructureTagProperties tagInfo) Parameters Type Name Description IStructureTagProperties tagInfo Text(ITextProperties) Content that represents translatable text Declaration void Text(ITextProperties textInfo) Parameters Type Name Description ITextProperties textInfo" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractTagProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractTagProperties.html", "title": "Interface IAbstractTagProperties", - "keywords": "Interface IAbstractTagProperties Common information on start tags, placeholder tags and structure tags (but not end tags). Inherited Members IAbstractBasicTagProperties.DisplayText IAbstractBasicTagProperties.TagContent IMetaDataContainer.MetaDataContainsKey(string) IMetaDataContainer.GetMetaData(string) IMetaDataContainer.SetMetaData(string, string) IMetaDataContainer.RemoveMetaData(string) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractTagProperties : IAbstractBasicTagProperties, IMetaDataContainer, ICloneable Remarks These types of tags can have localizable content and unique tag identifiers. Properties HasLocalizableContent True if LocalizableContent is not null , and has at least one sub-segment. Declaration bool HasLocalizableContent { get; } Property Value Type Description bool LocalizableContent Translatable content inside the tag, in the order in which it appears. An example of such content may be localizable attribute values in HTML or XML. Declaration IEnumerable LocalizableContent { get; } Property Value Type Description IEnumerable ISubSegmentProperties Remarks For convenience, test the HasLocalizableContent to determine if there is any localizable content for the tag. To add or remove localizable content, call AddSubSegment(ISubSegmentProperties) or RemoveSubSegment(ISubSegmentProperties) . The sub-segments are ordered, with the lowest offset being listed first. TagId Identifier for a tag. Tags originating from the native parser typically have unique ids. In the bilingual content model, corresponding tags between source and target can be identified by their ids. If a tag is cloned, it will have the same id as its clone. It may therefore happen during conversion from bilingual to native format that multiple tags have the same id. In such cases the native content handler may assume that the tags have been cloned for localization purposes. Declaration TagId TagId { get; set; } Property Value Type Description TagId Methods AddSubSegment(ISubSegmentProperties) Adds localizable content as a sub-segment for this tag. Declaration void AddSubSegment(ISubSegmentProperties localizableContent) Parameters Type Name Description ISubSegmentProperties localizableContent Remarks The sub-segments can be accessed through LocalizableContent , where they are sorted in the order in which they appear. AddSubSegments(IEnumerable) Adds a collection of localizable sub-segments for this tag. Declaration void AddSubSegments(IEnumerable localizableContent) Parameters Type Name Description IEnumerable ISubSegmentProperties localizableContent ClearSubSegments() Removes all localizable content for this tag. Declaration void ClearSubSegments() RemoveSubSegment(ISubSegmentProperties) Removes localizable content for this tag. Declaration void RemoveSubSegment(ISubSegmentProperties localizableContent) Parameters Type Name Description ISubSegmentProperties localizableContent Localizable sub-segment to be removed Remarks If the specified object is not part of the localizable content for this tag, nothing happens. SortSubSegments() Sorts the localizable sub-segments by start offset. Declaration void SortSubSegments() Remarks The collection is automatically sorted when calling AddSubSegment(ISubSegmentProperties) . You should only need to call this method if the start offsets of segments are explicitly changed after they have been added to the tag." + "keywords": "Interface IAbstractTagProperties Common information on start tags, placeholder tags and structure tags (but not end tags). Inherited Members IAbstractBasicTagProperties.DisplayText IAbstractBasicTagProperties.TagContent IMetaDataContainer.MetaDataContainsKey(String) IMetaDataContainer.GetMetaData(String) IMetaDataContainer.SetMetaData(String, String) IMetaDataContainer.RemoveMetaData(String) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IAbstractTagProperties : IAbstractBasicTagProperties, IMetaDataContainer, ICloneable Remarks These types of tags can have localizable content and unique tag identifiers. Properties HasLocalizableContent True if LocalizableContent is not null , and has at least one sub-segment. Declaration bool HasLocalizableContent { get; } Property Value Type Description System.Boolean LocalizableContent Translatable content inside the tag, in the order in which it appears. An example of such content may be localizable attribute values in HTML or XML. Declaration IEnumerable LocalizableContent { get; } Property Value Type Description System.Collections.Generic.IEnumerable < ISubSegmentProperties > Remarks For convenience, test the HasLocalizableContent to determine if there is any localizable content for the tag. To add or remove localizable content, call AddSubSegment(ISubSegmentProperties) or RemoveSubSegment(ISubSegmentProperties) . The sub-segments are ordered, with the lowest offset being listed first. TagId Identifier for a tag. Tags originating from the native parser typically have unique ids. In the bilingual content model, corresponding tags between source and target can be identified by their ids. If a tag is cloned, it will have the same id as its clone. It may therefore happen during conversion from bilingual to native format that multiple tags have the same id. In such cases the native content handler may assume that the tags have been cloned for localization purposes. Declaration TagId TagId { get; set; } Property Value Type Description TagId Methods AddSubSegment(ISubSegmentProperties) Adds localizable content as a sub-segment for this tag. Declaration void AddSubSegment(ISubSegmentProperties localizableContent) Parameters Type Name Description ISubSegmentProperties localizableContent Remarks The sub-segments can be accessed through LocalizableContent , where they are sorted in the order in which they appear. AddSubSegments(IEnumerable) Adds a collection of localizable sub-segments for this tag. Declaration void AddSubSegments(IEnumerable localizableContent) Parameters Type Name Description System.Collections.Generic.IEnumerable < ISubSegmentProperties > localizableContent ClearSubSegments() Removes all localizable content for this tag. Declaration void ClearSubSegments() RemoveSubSegment(ISubSegmentProperties) Removes localizable content for this tag. Declaration void RemoveSubSegment(ISubSegmentProperties localizableContent) Parameters Type Name Description ISubSegmentProperties localizableContent Localizable sub-segment to be removed Remarks If the specified object is not part of the localizable content for this tag, nothing happens. SortSubSegments() Sorts the localizable sub-segments by start offset. Declaration void SortSubSegments() Remarks The collection is automatically sorted when calling AddSubSegment(ISubSegmentProperties) . You should only need to call this method if the start offsets of segments are explicitly changed after they have been added to the tag." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporter.html", "title": "Interface IBasicMessageReporter", - "keywords": "Interface IBasicMessageReporter Basic mechanism for components to report non-fatal issues to the framework. (Fatal errors should yield exceptions.) Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBasicMessageReporter Remarks This is the most basic interface for message reporting. It contains no explicit means of associating explicit locations with the error messages. Some more advanced message reporters are derived from this interface, and it provides methods that allow locations and ranges to be associated with the messages in a manner to support automated navigation such as click-on error messages. Methods ReportMessage(object, string, ErrorLevel, string, string) Used by any component to report a non-critical issue, not explicitly associated with a content location. Declaration void ReportMessage(object source, string origin, ErrorLevel level, string message, string locationDescription) Parameters Type Name Description object source The component from which the message originates. Components typically pass this for this parameter. string origin The description of the action/component from which this message originates. ErrorLevel level Severity of the message string message The actual message text string locationDescription Optional (may be null or String.Empty ). Clear text description of the location that the message refers to. Can be used to communicate in clear text how the user can find the corresponding location in the content being processed. Remarks This overload is used when the message cannot be associated with an explicit content location, e.g. for issues concerning the whole file/document, or for situations in which an explicit location is difficult to specify." + "keywords": "Interface IBasicMessageReporter Basic mechanism for components to report non-fatal issues to the framework. (Fatal errors should yield exceptions.) Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBasicMessageReporter Remarks This is the most basic interface for message reporting. It contains no explicit means of associating explicit locations with the error messages. Some more advanced message reporters are derived from this interface, and it provides methods that allow locations and ranges to be associated with the messages in a manner to support automated navigation such as click-on error messages. Methods ReportMessage(Object, String, ErrorLevel, String, String) Used by any component to report a non-critical issue, not explicitly associated with a content location. Declaration void ReportMessage(object source, string origin, ErrorLevel level, string message, string locationDescription) Parameters Type Name Description System.Object source The component from which the message originates. Components typically pass this for this parameter. System.String origin The description of the action/component from which this message originates. ErrorLevel level Severity of the message System.String message The actual message text System.String locationDescription Optional (may be null or String.Empty ). Clear text description of the location that the message refers to. Can be used to communicate in clear text how the user can find the corresponding location in the content being processed. Remarks This overload is used when the message cannot be associated with an explicit content location, e.g. for issues concerning the whole file/document, or for situations in which an explicit location is difficult to specify." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporterWithExtendedData.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporterWithExtendedData.html", "title": "Interface IBasicMessageReporterWithExtendedData", - "keywords": "Interface IBasicMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData interface is almost exactly the same as the IBasicMessageReporter except that the ReportMessage method includes an extended data parameter. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBasicMessageReporterWithExtendedData Remarks This interface has been included to allow messages to be reported with extended data without breaking backwards compatibility with the released API. Methods ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) Reports the message with the given message arguments. Declaration void ReportMessage(object source, string origin, ErrorLevel level, string message, string locationDescription, ExtendedMessageEventData extendedData) Parameters Type Name Description object source source string origin origin ErrorLevel level level string message message string locationDescription location description ExtendedMessageEventData extendedData extended data" + "keywords": "Interface IBasicMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData interface is almost exactly the same as the IBasicMessageReporter except that the ReportMessage method includes an extended data parameter. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IBasicMessageReporterWithExtendedData Remarks This interface has been included to allow messages to be reported with extended data without breaking backwards compatibility with the released API. Methods ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) Reports the message with the given message arguments. Declaration void ReportMessage(object source, string origin, ErrorLevel level, string message, string locationDescription, ExtendedMessageEventData extendedData) Parameters Type Name Description System.Object source source System.String origin origin ErrorLevel level level System.String message message System.String locationDescription location description ExtendedMessageEventData extendedData extended data" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICacheableSubContentParser.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICacheableSubContentParser.html", "title": "Interface ICacheableSubContentParser", - "keywords": "Interface ICacheableSubContentParser Interface implemented by sub-content parsers that need to reuse the parser instance for performance Inherited Members ISubContentParser.InitializeSubContentParser(Stream) Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ICacheableSubContentParser : ISubContentParser Methods Reinitialize() called by the framework to reinitialize the cached sub-content parser on subsequent runs Declaration void Reinitialize()" + "keywords": "Interface ICacheableSubContentParser Interface implemented by sub-content parsers that need to reuse the parser instance for performance Inherited Members ISubContentParser.InitializeSubContentParser(Stream) Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ICacheableSubContentParser : ISubContentParser Methods Reinitialize() called by the framework to reinitialize the cached sub-content parser on subsequent runs Declaration void Reinitialize()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICacheableSubContentWriter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICacheableSubContentWriter.html", "title": "Interface ICacheableSubContentWriter", - "keywords": "Interface ICacheableSubContentWriter Interface implemented by sub-content writers that need to reuse the writer instance for performance Inherited Members ISubContentWriter.InitializeSubContentWriter(Stream) ISubContentWriter.GetSubContentStream() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ICacheableSubContentWriter : ISubContentWriter Methods Reinitialize() called by the framework to reinitialize the cached sub-content writer on subsequent runs Declaration void Reinitialize()" + "keywords": "Interface ICacheableSubContentWriter Interface implemented by sub-content writers that need to reuse the writer instance for performance Inherited Members ISubContentWriter.InitializeSubContentWriter(Stream) ISubContentWriter.GetSubContentStream() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ICacheableSubContentWriter : ISubContentWriter Methods Reinitialize() called by the framework to reinitialize the cached sub-content writer on subsequent runs Declaration void Reinitialize()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IComment.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IComment.html", "title": "Interface IComment", - "keywords": "Interface IComment All available information on a comment: The comment text, the severity level, the author and time stamp, and for comment threads the comment version. Inherited Members IMetaDataContainer.MetaDataContainsKey(string) IMetaDataContainer.GetMetaData(string) IMetaDataContainer.SetMetaData(string, string) IMetaDataContainer.RemoveMetaData(string) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IComment : IMetaDataContainer, ICloneable Remarks The comment properties have been explicitly designed to match the commenting features available for TTX and ITD. Properties Author Name of person or system that entered the comment Declaration string Author { get; set; } Property Value Type Description string Date Time at which the comment was created or last edited Declaration DateTime Date { get; set; } Property Value Type Description DateTime DateSpecified Declaration bool DateSpecified { get; set; } Property Value Type Description bool Severity Indication of severity of the issue for which the comment has been added Declaration Severity Severity { get; set; } Property Value Type Description Severity Text The text associated with this comment Declaration string Text { get; set; } Property Value Type Description string Version Comments in a ICommentProperties collection are assigned incremented version numbers to better be able to track comment threads. The version number should be of the form \"1.0\", \"2.0\" etc. for compatibility with TRADOS and SDLX. Declaration string Version { get; set; } Property Value Type Description string" + "keywords": "Interface IComment All available information on a comment: The comment text, the severity level, the author and time stamp, and for comment threads the comment version. Inherited Members IMetaDataContainer.MetaDataContainsKey(String) IMetaDataContainer.GetMetaData(String) IMetaDataContainer.SetMetaData(String, String) IMetaDataContainer.RemoveMetaData(String) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IComment : IMetaDataContainer, ICloneable Remarks The comment properties have been explicitly designed to match the commenting features available for TTX and ITD. Properties Author Name of person or system that entered the comment Declaration string Author { get; set; } Property Value Type Description System.String Date Time at which the comment was created or last edited Declaration DateTime Date { get; set; } Property Value Type Description System.DateTime DateSpecified Declaration bool DateSpecified { get; set; } Property Value Type Description System.Boolean Severity Indication of severity of the issue for which the comment has been added Declaration Severity Severity { get; set; } Property Value Type Description Severity Text The text associated with this comment Declaration string Text { get; set; } Property Value Type Description System.String Version Comments in a ICommentProperties collection are assigned incremented version numbers to better be able to track comment threads. The version number should be of the form \"1.0\", \"2.0\" etc. for compatibility with TRADOS and SDLX. Declaration string Version { get; set; } Property Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties.html", "title": "Interface ICommentProperties", - "keywords": "Interface ICommentProperties Thread of comments Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ICommentProperties : ICloneable Remarks This interface was designed to correspond to the commenting features available in TTX and ITD files. Properties Comments Iterator for accessing comments sequentially Declaration IEnumerable Comments { get; } Property Value Type Description IEnumerable IComment Count The number of comments in this thread Declaration int Count { get; } Property Value Type Description int Xml An XML string that is meant for serializing the comment thread. Declaration string Xml { get; set; } Property Value Type Description string Remarks The XML format of this string is the same as the comments XML format used in ITD and TTX files. Setting this property changes the entire content of the comment properties object. Methods Add(IComment) Appends a comment to this thread Declaration void Add(IComment comment) Parameters Type Name Description IComment comment AddComments(ICommentProperties) Appends all comments from another thread to this one Declaration void AddComments(ICommentProperties comments) Parameters Type Name Description ICommentProperties comments Delete(IComment) Removes a comment from the collection. Declaration void Delete(IComment comment) Parameters Type Name Description IComment comment GetItem(int) Gets the comment with the specified index. The index is 0-based. Declaration IComment GetItem(int index) Parameters Type Name Description int index Returns Type Description IComment" + "keywords": "Interface ICommentProperties Thread of comments Inherited Members System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ICommentProperties : ICloneable Remarks This interface was designed to correspond to the commenting features available in TTX and ITD files. Properties Comments Iterator for accessing comments sequentially Declaration IEnumerable Comments { get; } Property Value Type Description System.Collections.Generic.IEnumerable < IComment > Count The number of comments in this thread Declaration int Count { get; } Property Value Type Description System.Int32 Xml An XML string that is meant for serializing the comment thread. Declaration string Xml { get; set; } Property Value Type Description System.String Remarks The XML format of this string is the same as the comments XML format used in ITD and TTX files. Setting this property changes the entire content of the comment properties object. Methods Add(IComment) Appends a comment to this thread Declaration void Add(IComment comment) Parameters Type Name Description IComment comment AddComments(ICommentProperties) Appends all comments from another thread to this one Declaration void AddComments(ICommentProperties comments) Parameters Type Name Description ICommentProperties comments Delete(IComment) Removes a comment from the collection. Declaration void Delete(IComment comment) Parameters Type Name Description IComment comment GetItem(Int32) Gets the comment with the specified index. The index is 0-based. Declaration IComment GetItem(int index) Parameters Type Name Description System.Int32 index Returns Type Description IComment" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IContextInfo.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IContextInfo.html", "title": "Interface IContextInfo", - "keywords": "Interface IContextInfo One piece of context information, with a type, purpose and description, as stored in Contexts . Inherited Members IMetaDataContainer.MetaDataContainsKey(string) IMetaDataContainer.GetMetaData(string) IMetaDataContainer.SetMetaData(string, string) IMetaDataContainer.RemoveMetaData(string) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IContextInfo : IMetaDataContainer, ICloneable Remarks Custom metadata can be stored and accessed by using the methods in IMetaDataContainer . Properties ContextType A short string that identifies the type of context. Use pre-defined constants defined in Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes for TM match contexts, and constants defined in Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes for other context types, as far as possible. Declaration string ContextType { get; set; } Property Value Type Description string DefaultFormatting Display formatting associated with this context, or null if none. Declaration IFormattingGroup DefaultFormatting { get; set; } Property Value Type Description IFormattingGroup Remarks When specified, this will be the \"base formatting\" used in paragraph units appearing inside the context, which can be overridden locally inside the paragraph unit for individual tag pairs. Description Additional, more descriptive information on the context Declaration string Description { get; set; } Property Value Type Description string DisplayCode A very short string (usually one or two letters) to identify the context Declaration string DisplayCode { get; set; } Property Value Type Description string DisplayColor The display color associated with the context (background color, etc.) Declaration Color DisplayColor { get; set; } Property Value Type Description Color DisplayName A short string to be used as the default display text for the context Declaration string DisplayName { get; set; } Property Value Type Description string Purpose A value that indicates how this context is to be used: Declaration ContextPurpose Purpose { get; set; } Property Value Type Description ContextPurpose" + "keywords": "Interface IContextInfo One piece of context information, with a type, purpose and description, as stored in Contexts . Inherited Members IMetaDataContainer.MetaDataContainsKey(String) IMetaDataContainer.GetMetaData(String) IMetaDataContainer.SetMetaData(String, String) IMetaDataContainer.RemoveMetaData(String) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IContextInfo : IMetaDataContainer, ICloneable Remarks Custom metadata can be stored and accessed by using the methods in IMetaDataContainer . Properties ContextType A short string that identifies the type of context. Use pre-defined constants defined in Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes for TM match contexts, and constants defined in Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes for other context types, as far as possible. Declaration string ContextType { get; set; } Property Value Type Description System.String DefaultFormatting Display formatting associated with this context, or null if none. Declaration IFormattingGroup DefaultFormatting { get; set; } Property Value Type Description IFormattingGroup Remarks When specified, this will be the \"base formatting\" used in paragraph units appearing inside the context, which can be overridden locally inside the paragraph unit for individual tag pairs. Description Additional, more descriptive information on the context Declaration string Description { get; set; } Property Value Type Description System.String DisplayCode A very short string (usually one or two letters) to identify the context Declaration string DisplayCode { get; set; } Property Value Type Description System.String DisplayColor The display color associated with the context (background color, etc.) Declaration Color DisplayColor { get; set; } Property Value Type Description System.Drawing.Color DisplayName A short string to be used as the default display text for the context Declaration string DisplayName { get; set; } Property Value Type Description System.String Purpose A value that indicates how this context is to be used: Declaration ContextPurpose Purpose { get; set; } Property Value Type Description ContextPurpose" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IContextProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IContextProperties.html", "title": "Interface IContextProperties", - "keywords": "Interface IContextProperties Context information passed through the ChangeContext(IContextProperties) method Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IContextProperties : ICloneable Properties Contexts List of IContextInfo objects, with the most relevant context being first in the list. Declaration IList Contexts { get; } Property Value Type Description IList IContextInfo EffectiveDefaultFormatting The sum of all formatting provided by contexts, or null if no contexts in the list have associated formatting. Declaration IFormattingGroup EffectiveDefaultFormatting { get; } Property Value Type Description IFormattingGroup Remarks This is computed by overlaying the formatting from each context in the order in which they appear, with the first context being the most significant. StructureInfo The context that relates specifically to the document structure. This has been separated out from the contexts list, because translation context priorities may not be the same as document structure priority. Declaration IStructureInfo StructureInfo { get; set; } Property Value Type Description IStructureInfo" + "keywords": "Interface IContextProperties Context information passed through the ChangeContext(IContextProperties) method Inherited Members System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IContextProperties : ICloneable Properties Contexts List of IContextInfo objects, with the most relevant context being first in the list. Declaration IList Contexts { get; } Property Value Type Description System.Collections.Generic.IList < IContextInfo > EffectiveDefaultFormatting The sum of all formatting provided by contexts, or null if no contexts in the list have associated formatting. Declaration IFormattingGroup EffectiveDefaultFormatting { get; } Property Value Type Description IFormattingGroup Remarks This is computed by overlaying the formatting from each context in the order in which they appear, with the first context being the most significant. StructureInfo The context that relates specifically to the document structure. This has been separated out from the contexts list, because translation context priorities may not be the same as document structure priority. Declaration IStructureInfo StructureInfo { get; set; } Property Value Type Description IStructureInfo" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICustomInfoProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICustomInfoProperties.html", "title": "Interface ICustomInfoProperties", - "keywords": "Interface ICustomInfoProperties Data container for all kinds of custom information Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ICustomInfoProperties : ICloneable Properties NamespaceUri Uniquely identifies the type of info this represents. Declaration string NamespaceUri { get; set; } Property Value Type Description string Remarks To avoid universal name clashes we strongly recommend that you use a string that resembles a URI for your company. (This does not need to be a functional URI, it is used only to uniquely identify global categories of information.) Examples http://www.sdl.com/FileTypeSupport/Framework/2.0/MyCategoryOfInformation ValueXml Value that this custom information represents. This should be valid in XML form. Declaration string ValueXml { get; set; } Property Value Type Description string" + "keywords": "Interface ICustomInfoProperties Data container for all kinds of custom information Inherited Members System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ICustomInfoProperties : ICloneable Properties NamespaceUri Uniquely identifies the type of info this represents. Declaration string NamespaceUri { get; set; } Property Value Type Description System.String Remarks To avoid universal name clashes we strongly recommend that you use a string that resembles a URI for your company. (This does not need to be a functional URI, it is used only to uniquely identify global categories of information.) Examples http://www.sdl.com/FileTypeSupport/Framework/2.0/MyCategoryOfInformation ValueXml Value that this custom information represents. This should be valid in XML form. Declaration string ValueXml { get; set; } Property Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IdConflictResolution.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IdConflictResolution.html", "title": "Enum IdConflictResolution", - "keywords": "Enum IdConflictResolution Indicates how conflicting ids should be handled in calls to PublishSharedObject(string, object, IdConflictResolution) . Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum IdConflictResolution Fields Name Description ReplaceExisting The object being published replaces the existing object with the same id. ThrowException A ConflictingIdException is thrown if an object with the same id already is shared." + "keywords": "Enum IdConflictResolution Indicates how conflicting ids should be handled in calls to PublishSharedObject(String, Object, IdConflictResolution) . Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum IdConflictResolution Fields Name Description ReplaceExisting The object being published replaces the existing object with the same id. ThrowException A ConflictingIdException is thrown if an object with the same id already is shared." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IDependencyFileProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IDependencyFileProperties.html", "title": "Interface IDependencyFileProperties", - "keywords": "Interface IDependencyFileProperties Information on a dependency file used during file conversion. Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IDependencyFileProperties : ICloneable Remarks Some examples of dependency files include: The original native file, if needed for generation of translated native file. The Filter Framework 1 filter definition file, if required by Filter Framework 1 filter and adapter. Image files required to correctly display an HTML file during preview. An XML schema required for validation of the output. A translation memory that may be used during translation. Dependency files are not processed for localizable content. Information on dependency files is particularly important when moving bilingual documents between systems (or even between different locations on the same system). After saving a bilingual document LinkedDependencyFiles , this contains information on which dependency files (if any) were explicitly linked rather than embedded in the bilingual file. Properties CurrentFilePath The current path to the dependency file Declaration string CurrentFilePath { get; set; } Property Value Type Description string Description Optional clear text description of the file. This can be used e.g. to explain the origin and purpose of the file to other users and developers. Declaration string Description { get; set; } Property Value Type Description string DisposableObject This property can be used to hold a reference to a disposable object, such as a temp file that should be deleted when it has no more references. (optional) Declaration IDisposable DisposableObject { get; set; } Property Value Type Description IDisposable Remarks You can assign a temp file object with a finalizer that deletes the temp file to this property, and the file should be kept alive as long as anyone has a reference to it (unless, of course, someone explicitly calls Dispose on it). Normally, users should NOT explicitly invoke Dispose on this object, as it may still be referenced by others. The IDisposable interface is used here mainly to indicate that the object is expected to do some clean-up work at some point when it is no longer needed. This property is (for obvious reasons) not serialized. ExpectedUsage Expected usage for this dependency file (optional) Declaration DependencyFileUsage ExpectedUsage { get; set; } Property Value Type Description DependencyFileUsage Remarks This does not limit the possible usage of the file, it merely serves as a hint on what it is used for. FileExists True if the CurrentFilePath references a file that exists. Declaration bool FileExists { get; } Property Value Type Description bool Id Id associated with this dependency file. (optional) Declaration string Id { get; set; } Property Value Type Description string Remarks Can be used by related file type components to ensure that they pick the right file to use for the right purpose. To avoid interference between unrelated components working together it is recommended to use a URI as the id. OriginalFilePath The original path of the dependency file (if known) Declaration string OriginalFilePath { get; set; } Property Value Type Description string Remarks Temporarily generated dependency files may not have an original file path. OriginalLastChangeDate The timestamp (the last change date) of the original dependency file (if known) Declaration DateTime OriginalLastChangeDate { get; set; } Property Value Type Description DateTime PathRelativeToConverted If the file is a direct dependency of the file being converted, and it is linked rather than embedded, then this property may contain the path to the linked dependency file relative to the .sdlxliff file that refers to it. Declaration string PathRelativeToConverted { get; set; } Property Value Type Description string Remarks This property can be null if no relative path should be associated with this dependency. PreferredLinkage Indicates the preferred way of handling this file when writing intermediate bilingual content. (optional) Declaration DependencyFileLinkOption PreferredLinkage { get; set; } Property Value Type Description DependencyFileLinkOption Remarks Set this value e.g. to specifically request that the dependency file gets referenced as an external link rather than being embedded when saving to an intermediate bilingual format such as SDL XLIFF. Note that this serves as a recommendation only, the writer is not required to honor this setting. For some file formats it may e.g. not be possible to embed dependency files. The host application needs to check the properties of the writer after conversion to find out which external dependencies it produced. ZippedCurrentFile A FileJanitor instance managing the lifetime of a temporary .zip file containing a copy of the file stored in CurrentFilePath . Declaration FileJanitor ZippedCurrentFile { get; } Property Value Type Description FileJanitor Remarks The zipped file is generated on demand, and will also be deleted during garbage collection." + "keywords": "Interface IDependencyFileProperties Information on a dependency file used during file conversion. Inherited Members System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IDependencyFileProperties : ICloneable Remarks Some examples of dependency files include: The original native file, if needed for generation of translated native file. The Filter Framework 1 filter definition file, if required by Filter Framework 1 filter and adapter. Image files required to correctly display an HTML file during preview. An XML schema required for validation of the output. A translation memory that may be used during translation. Dependency files are not processed for localizable content. Information on dependency files is particularly important when moving bilingual documents between systems (or even between different locations on the same system). After saving a bilingual document LinkedDependencyFiles , this contains information on which dependency files (if any) were explicitly linked rather than embedded in the bilingual file. Properties CurrentFilePath The current path to the dependency file Declaration string CurrentFilePath { get; set; } Property Value Type Description System.String Description Optional clear text description of the file. This can be used e.g. to explain the origin and purpose of the file to other users and developers. Declaration string Description { get; set; } Property Value Type Description System.String DisposableObject This property can be used to hold a reference to a disposable object, such as a temp file that should be deleted when it has no more references. (optional) Declaration IDisposable DisposableObject { get; set; } Property Value Type Description System.IDisposable Remarks You can assign a temp file object with a finalizer that deletes the temp file to this property, and the file should be kept alive as long as anyone has a reference to it (unless, of course, someone explicitly calls Dispose on it). Normally, users should NOT explicitly invoke Dispose on this object, as it may still be referenced by others. The IDisposable interface is used here mainly to indicate that the object is expected to do some clean-up work at some point when it is no longer needed. This property is (for obvious reasons) not serialized. ExpectedUsage Expected usage for this dependency file (optional) Declaration DependencyFileUsage ExpectedUsage { get; set; } Property Value Type Description DependencyFileUsage Remarks This does not limit the possible usage of the file, it merely serves as a hint on what it is used for. FileExists True if the CurrentFilePath references a file that exists. Declaration bool FileExists { get; } Property Value Type Description System.Boolean Id Id associated with this dependency file. (optional) Declaration string Id { get; set; } Property Value Type Description System.String Remarks Can be used by related file type components to ensure that they pick the right file to use for the right purpose. To avoid interference between unrelated components working together it is recommended to use a URI as the id. OriginalFilePath The original path of the dependency file (if known) Declaration string OriginalFilePath { get; set; } Property Value Type Description System.String Remarks Temporarily generated dependency files may not have an original file path. OriginalLastChangeDate The timestamp (the last change date) of the original dependency file (if known) Declaration DateTime OriginalLastChangeDate { get; set; } Property Value Type Description System.DateTime PathRelativeToConverted If the file is a direct dependency of the file being converted, and it is linked rather than embedded, then this property may contain the path to the linked dependency file relative to the .sdlxliff file that refers to it. Declaration string PathRelativeToConverted { get; set; } Property Value Type Description System.String Remarks This property can be null if no relative path should be associated with this dependency. PreferredLinkage Indicates the preferred way of handling this file when writing intermediate bilingual content. (optional) Declaration DependencyFileLinkOption PreferredLinkage { get; set; } Property Value Type Description DependencyFileLinkOption Remarks Set this value e.g. to specifically request that the dependency file gets referenced as an external link rather than being embedded when saving to an intermediate bilingual format such as SDL XLIFF. Note that this serves as a recommendation only, the writer is not required to honor this setting. For some file formats it may e.g. not be possible to embed dependency files. The host application needs to check the properties of the writer after conversion to find out which external dependencies it produced. ZippedCurrentFile A FileJanitor instance managing the lifetime of a temporary .zip file containing a copy of the file stored in CurrentFilePath . Declaration FileJanitor ZippedCurrentFile { get; } Property Value Type Description FileJanitor Remarks The zipped file is generated on demand, and will also be deleted during garbage collection." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IEndTagProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IEndTagProperties.html", "title": "Interface IEndTagProperties", - "keywords": "Interface IEndTagProperties Properties for the end tag that matches a corresponding start tag. Inherited Members IAbstractBasicTagProperties.DisplayText IAbstractBasicTagProperties.TagContent IMetaDataContainer.MetaDataContainsKey(string) IMetaDataContainer.GetMetaData(string) IMetaDataContainer.SetMetaData(string, string) IMetaDataContainer.RemoveMetaData(string) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount ICloneable.Clone() IAbstractInlineTagProperties.IsWordStop IAbstractInlineTagProperties.IsSoftBreak IAbstractInlineTagProperties.CanHide Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IEndTagProperties : IAbstractBasicTagProperties, IMetaDataContainer, ICloneable, IAbstractInlineTagProperties Remarks Since it is always clear which start tag an end tag matches (due to the XML-well-formedness requirement imposed by the API) there is no need for an end tag to have an id. End tags may not contain translatable content either, and cannot have formatting associated with them. By default,start and end tag properties have IsWordStop set to false , as paired tags normally represent formatting or similar information, which should not affect the word boundaries in the text." + "keywords": "Interface IEndTagProperties Properties for the end tag that matches a corresponding start tag. Inherited Members IAbstractBasicTagProperties.DisplayText IAbstractBasicTagProperties.TagContent IMetaDataContainer.MetaDataContainsKey(String) IMetaDataContainer.GetMetaData(String) IMetaDataContainer.SetMetaData(String, String) IMetaDataContainer.RemoveMetaData(String) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount System.ICloneable.Clone() IAbstractInlineTagProperties.IsWordStop IAbstractInlineTagProperties.IsSoftBreak IAbstractInlineTagProperties.CanHide Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IEndTagProperties : IAbstractBasicTagProperties, IMetaDataContainer, ICloneable, IAbstractInlineTagProperties Remarks Since it is always clear which start tag an end tag matches (due to the XML-well-formedness requirement imposed by the API) there is no need for an end tag to have an id. End tags may not contain translatable content either, and cannot have formatting associated with them. By default,start and end tag properties have IsWordStop set to false , as paired tags normally represent formatting or similar information, which should not affect the word boundaries in the text." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFilePostTweaker.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFilePostTweaker.html", "title": "Interface IFilePostTweaker", - "keywords": "Interface IFilePostTweaker Implemented by components that modify the file that is generated after it has been written by the generator. Inherited Members IFileTweaker.MessageReporter IFileTweaker.Enabled Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFilePostTweaker : IFileTweaker Remarks File tweaker implementations typically derive from Sdl.FileTypeSupport.Framework.Core.Utiltites.NativeApi.AbstractFilePostTweaker rather than implementing this interface explicitly. Methods TweakFilePostWriting(INativeOutputFileProperties) The method called by the framework for each file after generation is complete. It is the responsibility of the class implementing this method to process the file completely. Declaration void TweakFilePostWriting(INativeOutputFileProperties outputFileProperties) Parameters Type Name Description INativeOutputFileProperties outputFileProperties" + "keywords": "Interface IFilePostTweaker Implemented by components that modify the file that is generated after it has been written by the generator. Inherited Members IFileTweaker.MessageReporter IFileTweaker.Enabled Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFilePostTweaker : IFileTweaker Remarks File tweaker implementations typically derive from Sdl.FileTypeSupport.Framework.Core.Utiltites.NativeApi.AbstractFilePostTweaker rather than implementing this interface explicitly. Methods TweakFilePostWriting(INativeOutputFileProperties) The method called by the framework for each file after generation is complete. It is the responsibility of the class implementing this method to process the file completely. Declaration void TweakFilePostWriting(INativeOutputFileProperties outputFileProperties) Parameters Type Name Description INativeOutputFileProperties outputFileProperties" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFilePreTweaker.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFilePreTweaker.html", "title": "Interface IFilePreTweaker", - "keywords": "Interface IFilePreTweaker This interface should be implemented by any objects that can be used to modify the contents of a native file before being processed through an extractor or after being written by a generator. Inherited Members IFileTweaker.MessageReporter IFileTweaker.Enabled Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFilePreTweaker : IFileTweaker Remarks File tweaker implementations typically derive from Sdl.FileTypeSupport.Framework.Core.Utiltites.NativeApi.AbstractFilePreTweaker rather than implementing this interface explicitly. Methods TweakFilePreParsing(IPersistentFileConversionProperties, IPropertiesFactory) The method called by the framework for each file before parsing begins. It is the responsibility of the class implementing this method to process the file completely. Declaration void TweakFilePreParsing(IPersistentFileConversionProperties properties, IPropertiesFactory propertiesFactory) Parameters Type Name Description IPersistentFileConversionProperties properties Information on the file to be tweaked; can be modified by the implementation, e.g. to add additional dependency files. IPropertiesFactory propertiesFactory Can be used by the implementation to create dependency file properties, etc." + "keywords": "Interface IFilePreTweaker This interface should be implemented by any objects that can be used to modify the contents of a native file before being processed through an extractor or after being written by a generator. Inherited Members IFileTweaker.MessageReporter IFileTweaker.Enabled Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFilePreTweaker : IFileTweaker Remarks File tweaker implementations typically derive from Sdl.FileTypeSupport.Framework.Core.Utiltites.NativeApi.AbstractFilePreTweaker rather than implementing this interface explicitly. Methods TweakFilePreParsing(IPersistentFileConversionProperties, IPropertiesFactory) The method called by the framework for each file before parsing begins. It is the responsibility of the class implementing this method to process the file completely. Declaration void TweakFilePreParsing(IPersistentFileConversionProperties properties, IPropertiesFactory propertiesFactory) Parameters Type Name Description IPersistentFileConversionProperties properties Information on the file to be tweaked; can be modified by the implementation, e.g. to add additional dependency files. IPropertiesFactory propertiesFactory Can be used by the implementation to create dependency file properties, etc." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFileTweaker.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFileTweaker.html", "title": "Interface IFileTweaker", - "keywords": "Interface IFileTweaker Base interface that contains common functions for the file tweakers. Extended by IFilePreTweaker and IFilePostTweaker . Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTweaker Properties Enabled Controls whether the tweaker is run during parsing. Declaration bool Enabled { get; set; } Property Value Type Description bool MessageReporter The framework will set this property as part of initialization for the component. The component can use this instance to report potential issues and non-fatal error conditions. Declaration INativeTextLocationMessageReporter MessageReporter { get; set; } Property Value Type Description INativeTextLocationMessageReporter" + "keywords": "Interface IFileTweaker Base interface that contains common functions for the file tweakers. Extended by IFilePreTweaker and IFilePostTweaker . Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IFileTweaker Properties Enabled Controls whether the tweaker is run during parsing. Declaration bool Enabled { get; set; } Property Value Type Description System.Boolean MessageReporter The framework will set this property as part of initialization for the component. The component can use this instance to report potential issues and non-fatal error conditions. Declaration INativeTextLocationMessageReporter MessageReporter { get; set; } Property Value Type Description INativeTextLocationMessageReporter" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ILockedContentProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ILockedContentProperties.html", "title": "Interface ILockedContentProperties", - "keywords": "Interface ILockedContentProperties Information on a locked content, which is protected from modification during localization. Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ILockedContentProperties : ICloneable Properties LockType A combination of flags that indicate the type of lock Declaration LockTypeFlags LockType { get; set; } Property Value Type Description LockTypeFlags" + "keywords": "Interface ILockedContentProperties Information on a locked content, which is protected from modification during localization. Inherited Members System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ILockedContentProperties : ICloneable Properties LockType A combination of flags that indicate the type of lock Declaration LockTypeFlags LockType { get; set; } Property Value Type Description LockTypeFlags" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.html", "title": "Interface IMetaDataContainer", - "keywords": "Interface IMetaDataContainer Common interface implemented by objects that have the capability to hold metadata in the form of string key/value pairs. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IMetaDataContainer Remarks Similar to a dictionary. Enumerate existing values through the MetaData property. Add new values, or overwrite existing ones by calling SetMetaData(string, string) . Removes values by calling RemoveMetaData(string) or ClearMetaData() . Properties HasMetaData True if there is any metadata in the container Declaration bool HasMetaData { get; } Property Value Type Description bool MetaData Enumerator for the metadata key/value pairs. Declaration IEnumerable> MetaData { get; } Property Value Type Description IEnumerable KeyValuePair string string Remarks The returned key value pair should not be modified. Use SetMetaData(string, string) and RemoveMetaData(string) to modify the meta data content. MetaDataCount The number of meta data key/value pairs in the container Declaration int MetaDataCount { get; } Property Value Type Description int Methods ClearMetaData() Removes all key/value pairs from the meta data collection. Declaration void ClearMetaData() GetMetaData(string) Returns the metadata value associated with the specified key, or null if no such key exists in the collection. Declaration string GetMetaData(string key) Parameters Type Name Description string key Must not be empty or null Returns Type Description string The corresponding value, or null if none MetaDataContainsKey(string) True if a metadata value with the specified key exists Declaration bool MetaDataContainsKey(string key) Parameters Type Name Description string key Must not be empty or null Returns Type Description bool RemoveMetaData(string) Removes the metadata key/value pair with the specified key from the collection. No changes are made if the collection does not contain such a key. Declaration bool RemoveMetaData(string key) Parameters Type Name Description string key Must not be null Returns Type Description bool True if the collection was modified SetMetaData(string, string) Sets the value of the specified metadata key. If the key already exists in the collection, its value gets overwritten. Declaration void SetMetaData(string key, string value) Parameters Type Name Description string key Must not be empty or null string value Must not be null" + "keywords": "Interface IMetaDataContainer Common interface implemented by objects that have the capability to hold metadata in the form of string key/value pairs. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IMetaDataContainer Remarks Similar to a dictionary. Enumerate existing values through the MetaData property. Add new values, or overwrite existing ones by calling SetMetaData(String, String) . Removes values by calling RemoveMetaData(String) or ClearMetaData() . Properties HasMetaData True if there is any metadata in the container Declaration bool HasMetaData { get; } Property Value Type Description System.Boolean MetaData Enumerator for the metadata key/value pairs. Declaration IEnumerable> MetaData { get; } Property Value Type Description System.Collections.Generic.IEnumerable < System.Collections.Generic.KeyValuePair < System.String , System.String >> Remarks The returned key value pair should not be modified. Use SetMetaData(String, String) and RemoveMetaData(String) to modify the meta data content. MetaDataCount The number of meta data key/value pairs in the container Declaration int MetaDataCount { get; } Property Value Type Description System.Int32 Methods ClearMetaData() Removes all key/value pairs from the meta data collection. Declaration void ClearMetaData() GetMetaData(String) Returns the metadata value associated with the specified key, or null if no such key exists in the collection. Declaration string GetMetaData(string key) Parameters Type Name Description System.String key Must not be empty or null Returns Type Description System.String The corresponding value, or null if none MetaDataContainsKey(String) True if a metadata value with the specified key exists Declaration bool MetaDataContainsKey(string key) Parameters Type Name Description System.String key Must not be empty or null Returns Type Description System.Boolean RemoveMetaData(String) Removes the metadata key/value pair with the specified key from the collection. No changes are made if the collection does not contain such a key. Declaration bool RemoveMetaData(string key) Parameters Type Name Description System.String key Must not be null Returns Type Description System.Boolean True if the collection was modified SetMetaData(String, String) Sets the value of the specified metadata key. If the key already exists in the collection, its value gets overwritten. Declaration void SetMetaData(string key, string value) Parameters Type Name Description System.String key Must not be empty or null System.String value Must not be null" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeContentCycleAware.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeContentCycleAware.html", "title": "Interface INativeContentCycleAware", - "keywords": "Interface INativeContentCycleAware This interface should be implemented by any native processing components that need to know when the input starts and ends. The framework will call the methods on this interface before and after parsing the native content. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeContentCycleAware Methods EndOfInput() Called by the framework after the processing of native content has finished. Declaration void EndOfInput() SetFileProperties(IFileProperties) The framework calls this method for each file type component before the data of a file is passed through any of them. Note that if a document contains data from multiple files, this may get called several times during the life of a component, even when processing a single bilingual document. Declaration void SetFileProperties(IFileProperties properties) Parameters Type Name Description IFileProperties properties StartOfInput() Called by the framework after component initialization (i.e. after SetFileProperties(IFileProperties) ), but before any content is parsed and passed to any of the file type components. Declaration void StartOfInput()" + "keywords": "Interface INativeContentCycleAware This interface should be implemented by any native processing components that need to know when the input starts and ends. The framework will call the methods on this interface before and after parsing the native content. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeContentCycleAware Methods EndOfInput() Called by the framework after the processing of native content has finished. Declaration void EndOfInput() SetFileProperties(IFileProperties) The framework calls this method for each file type component before the data of a file is passed through any of them. Note that if a document contains data from multiple files, this may get called several times during the life of a component, even when processing a single bilingual document. Declaration void SetFileProperties(IFileProperties properties) Parameters Type Name Description IFileProperties properties StartOfInput() Called by the framework after component initialization (i.e. after SetFileProperties(IFileProperties) ), but before any content is parsed and passed to any of the file type components. Declaration void StartOfInput()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeContentStreamMessageReporter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeContentStreamMessageReporter.html", "title": "Interface INativeContentStreamMessageReporter", - "keywords": "Interface INativeContentStreamMessageReporter Message reporting mechanism intended for native content processors. Allows explicit locations to be associated with messages. The corresponding locations should be output on the native content stream through calls to LocationMark(LocationMarkerId) . Inherited Members IBasicMessageReporter.ReportMessage(object, string, ErrorLevel, string, string) Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeContentStreamMessageReporter : IBasicMessageReporter Methods ReportMessage(object, string, ErrorLevel, string, LocationMarkerId, LocationMarkerId) Used by native content processors to report a non-critical issue with an associated range or location identified by location marker ids passed around through LocationMark(LocationMarkerId) calls in the native content stream. Declaration void ReportMessage(object source, string origin, ErrorLevel level, string message, LocationMarkerId fromLocation, LocationMarkerId uptoLocation) Parameters Type Name Description object source The component from which the message originates. Components typically pass this for this parameter. string origin The description of the action/component from which this message originated. ErrorLevel level Severity of the message string message The actual message text LocationMarkerId fromLocation The start of the content location that the location the message refers to. Native content processors normally create a new location marker, and insert it into the content stream. LocationMarkerId uptoLocation The end of the content location that the message refers to. May be null or the same as the fromLocation , in which case the message is interpreted to refer to a single location, and not a range of content. Examples The following code shows an example of how to report a message with a location from a native content processor: void ReportWarning(string message) { LocationMarkerId location = new LocationMarkerId(); Output.LocationMark(location); MessageReporter.ReportMessage(this, \"Origin of error\", ErrorLevel.Warning, message, location, null); }" + "keywords": "Interface INativeContentStreamMessageReporter Message reporting mechanism intended for native content processors. Allows explicit locations to be associated with messages. The corresponding locations should be output on the native content stream through calls to LocationMark(LocationMarkerId) . Inherited Members IBasicMessageReporter.ReportMessage(Object, String, ErrorLevel, String, String) Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeContentStreamMessageReporter : IBasicMessageReporter Methods ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId) Used by native content processors to report a non-critical issue with an associated range or location identified by location marker ids passed around through LocationMark(LocationMarkerId) calls in the native content stream. Declaration void ReportMessage(object source, string origin, ErrorLevel level, string message, LocationMarkerId fromLocation, LocationMarkerId uptoLocation) Parameters Type Name Description System.Object source The component from which the message originates. Components typically pass this for this parameter. System.String origin The description of the action/component from which this message originated. ErrorLevel level Severity of the message System.String message The actual message text LocationMarkerId fromLocation The start of the content location that the location the message refers to. Native content processors normally create a new location marker, and insert it into the content stream. LocationMarkerId uptoLocation The end of the content location that the message refers to. May be null or the same as the fromLocation , in which case the message is interpreted to refer to a single location, and not a range of content. Examples The following code shows an example of how to report a message with a location from a native content processor: void ReportWarning(string message) { LocationMarkerId location = new LocationMarkerId(); Output.LocationMark(location); MessageReporter.ReportMessage(this, \"Origin of error\", ErrorLevel.Warning, message, location, null); }" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentHandler.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentHandler.html", "title": "Interface INativeExtractionContentHandler", - "keywords": "Interface INativeExtractionContentHandler Specialization of the IAbstractNativeContentHandler for components used during extraction (parsing). Inherited Members IAbstractNativeContentHandler.StructureTag(IStructureTagProperties) IAbstractNativeContentHandler.InlineStartTag(IStartTagProperties) IAbstractNativeContentHandler.InlineEndTag(IEndTagProperties) IAbstractNativeContentHandler.InlinePlaceholderTag(IPlaceholderTagProperties) IAbstractNativeContentHandler.Text(ITextProperties) IAbstractNativeContentHandler.ChangeContext(IContextProperties) IAbstractNativeContentHandler.CustomInfo(ICustomInfoProperties) IAbstractNativeContentHandler.LocationMark(LocationMarkerId) IAbstractNativeContentHandler.LockedContentStart(ILockedContentProperties) IAbstractNativeContentHandler.LockedContentEnd() IAbstractNativeContentHandler.RevisionStart(IRevisionProperties) IAbstractNativeContentHandler.RevisionEnd() IAbstractNativeContentHandler.CommentStart(ICommentProperties) IAbstractNativeContentHandler.CommentEnd() IAbstractNativeContentHandler.ParagraphComments(ICommentProperties) Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeExtractionContentHandler : IAbstractNativeContentHandler" + "keywords": "Interface INativeExtractionContentHandler Specialization of the IAbstractNativeContentHandler for components used during extraction (parsing). Inherited Members IAbstractNativeContentHandler.StructureTag(IStructureTagProperties) IAbstractNativeContentHandler.InlineStartTag(IStartTagProperties) IAbstractNativeContentHandler.InlineEndTag(IEndTagProperties) IAbstractNativeContentHandler.InlinePlaceholderTag(IPlaceholderTagProperties) IAbstractNativeContentHandler.Text(ITextProperties) IAbstractNativeContentHandler.ChangeContext(IContextProperties) IAbstractNativeContentHandler.CustomInfo(ICustomInfoProperties) IAbstractNativeContentHandler.LocationMark(LocationMarkerId) IAbstractNativeContentHandler.LockedContentStart(ILockedContentProperties) IAbstractNativeContentHandler.LockedContentEnd() IAbstractNativeContentHandler.RevisionStart(IRevisionProperties) IAbstractNativeContentHandler.RevisionEnd() IAbstractNativeContentHandler.CommentStart(ICommentProperties) IAbstractNativeContentHandler.CommentEnd() IAbstractNativeContentHandler.ParagraphComments(ICommentProperties) Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeExtractionContentHandler : IAbstractNativeContentHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.html", "title": "Interface INativeExtractionContentProcessor", - "keywords": "Interface INativeExtractionContentProcessor Interface that is implemented by a component that processes native content during extraction (parsing) of native files. The input is received in the form of calls to the INativeExtractionContentHandler interface and the implementation outputs processed information through calls to another instance of the same interface type. Inherited Members IAbstractNativeContentHandler.StructureTag(IStructureTagProperties) IAbstractNativeContentHandler.InlineStartTag(IStartTagProperties) IAbstractNativeContentHandler.InlineEndTag(IEndTagProperties) IAbstractNativeContentHandler.InlinePlaceholderTag(IPlaceholderTagProperties) IAbstractNativeContentHandler.Text(ITextProperties) IAbstractNativeContentHandler.ChangeContext(IContextProperties) IAbstractNativeContentHandler.CustomInfo(ICustomInfoProperties) IAbstractNativeContentHandler.LocationMark(LocationMarkerId) IAbstractNativeContentHandler.LockedContentStart(ILockedContentProperties) IAbstractNativeContentHandler.LockedContentEnd() IAbstractNativeContentHandler.RevisionStart(IRevisionProperties) IAbstractNativeContentHandler.RevisionEnd() IAbstractNativeContentHandler.CommentStart(ICommentProperties) IAbstractNativeContentHandler.CommentEnd() IAbstractNativeContentHandler.ParagraphComments(ICommentProperties) Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeExtractionContentProcessor : INativeExtractionContentHandler, IAbstractNativeContentHandler Remarks During native file generation (writing) the INativeGenerationContentProcessor fills the corresponding function. Properties Output The interface on which this processor generates the output Declaration INativeExtractionContentHandler Output { get; set; } Property Value Type Description INativeExtractionContentHandler" + "keywords": "Interface INativeExtractionContentProcessor Interface that is implemented by a component that processes native content during extraction (parsing) of native files. The input is received in the form of calls to the INativeExtractionContentHandler interface and the implementation outputs processed information through calls to another instance of the same interface type. Inherited Members IAbstractNativeContentHandler.StructureTag(IStructureTagProperties) IAbstractNativeContentHandler.InlineStartTag(IStartTagProperties) IAbstractNativeContentHandler.InlineEndTag(IEndTagProperties) IAbstractNativeContentHandler.InlinePlaceholderTag(IPlaceholderTagProperties) IAbstractNativeContentHandler.Text(ITextProperties) IAbstractNativeContentHandler.ChangeContext(IContextProperties) IAbstractNativeContentHandler.CustomInfo(ICustomInfoProperties) IAbstractNativeContentHandler.LocationMark(LocationMarkerId) IAbstractNativeContentHandler.LockedContentStart(ILockedContentProperties) IAbstractNativeContentHandler.LockedContentEnd() IAbstractNativeContentHandler.RevisionStart(IRevisionProperties) IAbstractNativeContentHandler.RevisionEnd() IAbstractNativeContentHandler.CommentStart(ICommentProperties) IAbstractNativeContentHandler.CommentEnd() IAbstractNativeContentHandler.ParagraphComments(ICommentProperties) Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeExtractionContentProcessor : INativeExtractionContentHandler, IAbstractNativeContentHandler Remarks During native file generation (writing) the INativeGenerationContentProcessor fills the corresponding function. Properties Output The interface on which this processor generates the output Declaration INativeExtractionContentHandler Output { get; set; } Property Value Type Description INativeExtractionContentHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractor.html", "title": "Interface INativeExtractor", - "keywords": "Interface INativeExtractor Manages the Parser used to process the native file as well as a set of INativeExtractionContentProcessor components that processes the output of the parser. The result of the processing consists of calls to the Output . Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeExtractor Remarks Used together with other components in a IFileExtractor to extract content from a native file. Properties ContentProcessors The content processors currently in use, in the order in which they will be invoked. Use AddProcessor(INativeExtractionContentProcessor) , InsertProcessor(int, INativeExtractionContentProcessor) and RemoveProcessor(INativeExtractionContentProcessor) to modify the collection. Declaration IEnumerable ContentProcessors { get; } Property Value Type Description IEnumerable INativeExtractionContentProcessor Output The output from the extractor (i.e. the parser and the native processors) will be passed to this component. Declaration INativeExtractionContentHandler Output { get; set; } Property Value Type Description INativeExtractionContentHandler Parser The file parser that will read the input file Declaration INativeFileParser Parser { get; set; } Property Value Type Description INativeFileParser Remarks The output from the parser is processed in sequence by each native content processor before being passed to the Output . Methods AddProcessor(INativeExtractionContentProcessor) Appends a content processor that will be invoked to process the output of the parser. Declaration void AddProcessor(INativeExtractionContentProcessor processor) Parameters Type Name Description INativeExtractionContentProcessor processor InsertProcessor(int, INativeExtractionContentProcessor) Inserts a content processor at the specified index in the list of content processors that will be invoked to process the output from the parser. The processors are invoked in the order in which they appear in the list. Declaration void InsertProcessor(int index, INativeExtractionContentProcessor processor) Parameters Type Name Description int index INativeExtractionContentProcessor processor RemoveProcessor(INativeExtractionContentProcessor) Removes a content processor from the list. Does not do anything if the processor is not in the list. Declaration bool RemoveProcessor(INativeExtractionContentProcessor processor) Parameters Type Name Description INativeExtractionContentProcessor processor Returns Type Description bool" + "keywords": "Interface INativeExtractor Manages the Parser used to process the native file as well as a set of INativeExtractionContentProcessor components that processes the output of the parser. The result of the processing consists of calls to the Output . Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeExtractor Remarks Used together with other components in a IFileExtractor to extract content from a native file. Properties ContentProcessors The content processors currently in use, in the order in which they will be invoked. Use AddProcessor(INativeExtractionContentProcessor) , InsertProcessor(Int32, INativeExtractionContentProcessor) and RemoveProcessor(INativeExtractionContentProcessor) to modify the collection. Declaration IEnumerable ContentProcessors { get; } Property Value Type Description System.Collections.Generic.IEnumerable < INativeExtractionContentProcessor > Output The output from the extractor (i.e. the parser and the native processors) will be passed to this component. Declaration INativeExtractionContentHandler Output { get; set; } Property Value Type Description INativeExtractionContentHandler Parser The file parser that will read the input file Declaration INativeFileParser Parser { get; set; } Property Value Type Description INativeFileParser Remarks The output from the parser is processed in sequence by each native content processor before being passed to the Output . Methods AddProcessor(INativeExtractionContentProcessor) Appends a content processor that will be invoked to process the output of the parser. Declaration void AddProcessor(INativeExtractionContentProcessor processor) Parameters Type Name Description INativeExtractionContentProcessor processor InsertProcessor(Int32, INativeExtractionContentProcessor) Inserts a content processor at the specified index in the list of content processors that will be invoked to process the output from the parser. The processors are invoked in the order in which they appear in the list. Declaration void InsertProcessor(int index, INativeExtractionContentProcessor processor) Parameters Type Name Description System.Int32 index INativeExtractionContentProcessor processor RemoveProcessor(INativeExtractionContentProcessor) Removes a content processor from the list. Does not do anything if the processor is not in the list. Declaration bool RemoveProcessor(INativeExtractionContentProcessor processor) Parameters Type Name Description INativeExtractionContentProcessor processor Returns Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileParser.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileParser.html", "title": "Interface INativeFileParser", - "keywords": "Interface INativeFileParser This interface is implemented by all native file parsers. The framework uses this interface to operate the parser. Inherited Members INativeFileTypeComponent.PropertiesFactory INativeFileTypeComponent.MessageReporter IParser.ParseNext() IParser.Progress IDisposable.Dispose() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeFileParser : INativeFileTypeComponent, IParser, IDisposable Remarks The parser must retrieve the name of the input file to be processed by implementing the INativeContentCycleAware interface. The input file name can be retrieved from the OriginalFilePath property of the file conversion properties object passed to the component by the framework through the SetFileProperties(IFileProperties) method. Properties Output The framework sets this property before the first call to ParseNext() in order to specify the component that will process the output from the parser. The parser implementation should send the whole output to this object. Declaration INativeExtractionContentHandler Output { get; set; } Property Value Type Description INativeExtractionContentHandler" + "keywords": "Interface INativeFileParser This interface is implemented by all native file parsers. The framework uses this interface to operate the parser. Inherited Members INativeFileTypeComponent.PropertiesFactory INativeFileTypeComponent.MessageReporter IParser.ParseNext() IParser.Progress System.IDisposable.Dispose() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeFileParser : INativeFileTypeComponent, IParser, IDisposable Remarks The parser must retrieve the name of the input file to be processed by implementing the INativeContentCycleAware interface. The input file name can be retrieved from the OriginalFilePath property of the file conversion properties object passed to the component by the framework through the SetFileProperties(IFileProperties) method. Properties Output The framework sets this property before the first call to ParseNext() in order to specify the component that will process the output from the parser. The parser implementation should send the whole output to this object. Declaration INativeExtractionContentHandler Output { get; set; } Property Value Type Description INativeExtractionContentHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileSniffer.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileSniffer.html", "title": "Interface INativeFileSniffer", - "keywords": "Interface INativeFileSniffer A file sniffer is a component that gets invoked to determine if a particular file can be processed. If the file is supported, the file sniffer may also detect the language and the encoding of a given file, in addition to any other information that will be useful to set up the parser to correctly process it. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeFileSniffer Remarks File sniffers allow the framework to distinguish between different file types that use the same file extension. A file sniffer is expected to look at the actual file content to determine if the file is supported. The file sniffer implementation should return a SniffInfo instance where the IsSupported is set to true if the file is of the expected type. The file sniffer may also attempt to automatically detect the encoding and the source (and target) language of the file. When detecting such things, the file sniffer also specifies a confidence level for the detection, which allows applications to determine whether they may need to ask the user for additional information or not. The file type manager invokes the Sniff(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) method on a file sniffer associated with a file type definition to determine if the file is of a type that can be processed. The file sniffer implementation must be stateless and thread safe, since for performance reasons the file sniffer may be cached and re-used across multiple files, possibly also in a multi-threaded environment. The easiest way to accomplish this is by ensuring that the Sniff(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) implementation does not modify any class member fields and to avoid using static variables. The file sniffer is also recommended (but not required) to implement IFileTypeDefinitionAware . If this interface is implemented, it will be used by the framework to communicate the file type definition used to instantiate the sniffer. Methods Sniff(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) Called by the framework to invoke the file sniffer for a specific file. Declaration SniffInfo Sniff(string nativeFilePath, Language suggestedSourceLanguage, Codepage suggestedCodepage, INativeTextLocationMessageReporter messageReporter, ISettingsGroup settingsGroup) Parameters Type Name Description string nativeFilePath Fill path to the file to sniff. Language suggestedSourceLanguage Expected source language of the file. Codepage suggestedCodepage Possible suggested codepage of the file (based on its expected language). INativeTextLocationMessageReporter messageReporter Supplied by the framework to allow file sniffers to report file-related information that may be of interest. ISettingsGroup settingsGroup Supplied by the framework to allow file sniffers to change their behavior depending on their settings. This parameter is intended as the sole means to gain access to settings in the sniffer - methods used for other components will invalidate the stateless model of file sniffers and should not be used. Returns Type Description SniffInfo An instance of a SniffInfo object where the IsSupported property has been set to true or false to indicate if the file is of a supported type. The return value may also indicate the detected encoding, source, and target language, together with the detection confidence levels. Remarks The implementation of this method must be stateless and thread-safe." + "keywords": "Interface INativeFileSniffer A file sniffer is a component that gets invoked to determine if a particular file can be processed. If the file is supported, the file sniffer may also detect the language and the encoding of a given file, in addition to any other information that will be useful to set up the parser to correctly process it. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeFileSniffer Remarks File sniffers allow the framework to distinguish between different file types that use the same file extension. A file sniffer is expected to look at the actual file content to determine if the file is supported. The file sniffer implementation should return a SniffInfo instance where the IsSupported is set to true if the file is of the expected type. The file sniffer may also attempt to automatically detect the encoding and the source (and target) language of the file. When detecting such things, the file sniffer also specifies a confidence level for the detection, which allows applications to determine whether they may need to ask the user for additional information or not. The file type manager invokes the Sniff(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) method on a file sniffer associated with a file type definition to determine if the file is of a type that can be processed. The file sniffer implementation must be stateless and thread safe, since for performance reasons the file sniffer may be cached and re-used across multiple files, possibly also in a multi-threaded environment. The easiest way to accomplish this is by ensuring that the Sniff(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) implementation does not modify any class member fields and to avoid using static variables. The file sniffer is also recommended (but not required) to implement IFileTypeDefinitionAware . If this interface is implemented, it will be used by the framework to communicate the file type definition used to instantiate the sniffer. Methods Sniff(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) Called by the framework to invoke the file sniffer for a specific file. Declaration SniffInfo Sniff(string nativeFilePath, Language suggestedSourceLanguage, Codepage suggestedCodepage, INativeTextLocationMessageReporter messageReporter, ISettingsGroup settingsGroup) Parameters Type Name Description System.String nativeFilePath Fill path to the file to sniff. Language suggestedSourceLanguage Expected source language of the file. Codepage suggestedCodepage Possible suggested codepage of the file (based on its expected language). INativeTextLocationMessageReporter messageReporter Supplied by the framework to allow file sniffers to report file-related information that may be of interest. ISettingsGroup settingsGroup Supplied by the framework to allow file sniffers to change their behavior depending on their settings. This parameter is intended as the sole means to gain access to settings in the sniffer - methods used for other components will invalidate the stateless model of file sniffers and should not be used. Returns Type Description SniffInfo An instance of a SniffInfo object where the IsSupported property has been set to true or false to indicate if the file is of a supported type. The return value may also indicate the detected encoding, source, and target language, together with the detection confidence levels. Remarks The implementation of this method must be stateless and thread-safe." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileTypeComponent.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileTypeComponent.html", "title": "Interface INativeFileTypeComponent", - "keywords": "Interface INativeFileTypeComponent Native parsers and native content processor components may implement this interface to get initialized by the framework. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeFileTypeComponent Properties MessageReporter The framework will set this property as part of initialization of the file type component. File type components use this interface to report any non-critical issues to the framework. (Critical issues are reported by throwing a FileTypeSupportException or a derived type.) Declaration INativeContentStreamMessageReporter MessageReporter { get; set; } Property Value Type Description INativeContentStreamMessageReporter PropertiesFactory The framework will set this property as part of the initialization of the file type component. File type components should use this factory to create the property objects that are used when outputting to the INativeExtractionContentHandler . Declaration IPropertiesFactory PropertiesFactory { get; set; } Property Value Type Description IPropertiesFactory" + "keywords": "Interface INativeFileTypeComponent Native parsers and native content processor components may implement this interface to get initialized by the framework. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeFileTypeComponent Properties MessageReporter The framework will set this property as part of initialization of the file type component. File type components use this interface to report any non-critical issues to the framework. (Critical issues are reported by throwing a FileTypeSupportException or a derived type.) Declaration INativeContentStreamMessageReporter MessageReporter { get; set; } Property Value Type Description INativeContentStreamMessageReporter PropertiesFactory The framework will set this property as part of the initialization of the file type component. File type components should use this factory to create the property objects that are used when outputting to the INativeExtractionContentHandler . Declaration IPropertiesFactory PropertiesFactory { get; set; } Property Value Type Description IPropertiesFactory" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileVerifier.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileVerifier.html", "title": "Interface INativeFileVerifier", - "keywords": "Interface INativeFileVerifier A native file verifier performs the task of checking the target file produced by the a generator for potential issues. Inherited Members INativeOutputSettingsAware.SetOutputProperties(INativeOutputFileProperties) INativeOutputSettingsAware.GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeFileVerifier : INativeOutputSettingsAware Properties MessageReporter The framework will set this property as part of initialization for the component. The component can use this instance to report potential issues and non-fatal error conditions. Declaration INativeTextLocationMessageReporter MessageReporter { get; set; } Property Value Type Description INativeTextLocationMessageReporter Methods Verify() Performs the task of verifying the file Declaration void Verify()" + "keywords": "Interface INativeFileVerifier A native file verifier performs the task of checking the target file produced by the a generator for potential issues. Inherited Members INativeOutputSettingsAware.SetOutputProperties(INativeOutputFileProperties) INativeOutputSettingsAware.GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeFileVerifier : INativeOutputSettingsAware Properties MessageReporter The framework will set this property as part of initialization for the component. The component can use this instance to report potential issues and non-fatal error conditions. Declaration INativeTextLocationMessageReporter MessageReporter { get; set; } Property Value Type Description INativeTextLocationMessageReporter Methods Verify() Performs the task of verifying the file Declaration void Verify()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileWriter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileWriter.html", "title": "Interface INativeFileWriter", - "keywords": "Interface INativeFileWriter Interface implemented by components that write to native file formats. Inherited Members INativeGenerationContentHandler.ParagraphUnitStart(IParagraphUnitProperties) INativeGenerationContentHandler.ParagraphUnitEnd() INativeGenerationContentHandler.SegmentStart(ISegmentPairProperties) INativeGenerationContentHandler.SegmentEnd() IAbstractNativeContentHandler.StructureTag(IStructureTagProperties) IAbstractNativeContentHandler.InlineStartTag(IStartTagProperties) IAbstractNativeContentHandler.InlineEndTag(IEndTagProperties) IAbstractNativeContentHandler.InlinePlaceholderTag(IPlaceholderTagProperties) IAbstractNativeContentHandler.Text(ITextProperties) IAbstractNativeContentHandler.ChangeContext(IContextProperties) IAbstractNativeContentHandler.CustomInfo(ICustomInfoProperties) IAbstractNativeContentHandler.LocationMark(LocationMarkerId) IAbstractNativeContentHandler.LockedContentStart(ILockedContentProperties) IAbstractNativeContentHandler.LockedContentEnd() IAbstractNativeContentHandler.RevisionStart(IRevisionProperties) IAbstractNativeContentHandler.RevisionEnd() IAbstractNativeContentHandler.CommentStart(ICommentProperties) IAbstractNativeContentHandler.CommentEnd() IAbstractNativeContentHandler.ParagraphComments(ICommentProperties) INativeOutputSettingsAware.SetOutputProperties(INativeOutputFileProperties) INativeOutputSettingsAware.GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) IDisposable.Dispose() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeFileWriter : INativeGenerationContentHandler, IAbstractNativeContentHandler, INativeOutputSettingsAware, IDisposable Remarks The file writer retrieves information on the output file by implementing the INativeOutputSettingsAware interface. The framework calls SetOutputProperties(INativeOutputFileProperties) before the content is processed, and the INativeOutputFileProperties object that is passed to this method contains the name of the output file to create, its preferred codepage, etc. Properties LocationTracker The framework will set this property as part of initialization. The writer can use this as an easy way to determine locations of specific content within the native input stream. Declaration INativeLocationTracker LocationTracker { get; set; } Property Value Type Description INativeLocationTracker MessageReporter The framework will set this property as part of initialization for the component. The component can use this instance to report potential issues and non-fatal error conditions. Declaration INativeTextLocationMessageReporter MessageReporter { get; set; } Property Value Type Description INativeTextLocationMessageReporter" + "keywords": "Interface INativeFileWriter Interface implemented by components that write to native file formats. Inherited Members INativeGenerationContentHandler.ParagraphUnitStart(IParagraphUnitProperties) INativeGenerationContentHandler.ParagraphUnitEnd() INativeGenerationContentHandler.SegmentStart(ISegmentPairProperties) INativeGenerationContentHandler.SegmentEnd() IAbstractNativeContentHandler.StructureTag(IStructureTagProperties) IAbstractNativeContentHandler.InlineStartTag(IStartTagProperties) IAbstractNativeContentHandler.InlineEndTag(IEndTagProperties) IAbstractNativeContentHandler.InlinePlaceholderTag(IPlaceholderTagProperties) IAbstractNativeContentHandler.Text(ITextProperties) IAbstractNativeContentHandler.ChangeContext(IContextProperties) IAbstractNativeContentHandler.CustomInfo(ICustomInfoProperties) IAbstractNativeContentHandler.LocationMark(LocationMarkerId) IAbstractNativeContentHandler.LockedContentStart(ILockedContentProperties) IAbstractNativeContentHandler.LockedContentEnd() IAbstractNativeContentHandler.RevisionStart(IRevisionProperties) IAbstractNativeContentHandler.RevisionEnd() IAbstractNativeContentHandler.CommentStart(ICommentProperties) IAbstractNativeContentHandler.CommentEnd() IAbstractNativeContentHandler.ParagraphComments(ICommentProperties) INativeOutputSettingsAware.SetOutputProperties(INativeOutputFileProperties) INativeOutputSettingsAware.GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) System.IDisposable.Dispose() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeFileWriter : INativeGenerationContentHandler, IAbstractNativeContentHandler, INativeOutputSettingsAware, IDisposable Remarks The file writer retrieves information on the output file by implementing the INativeOutputSettingsAware interface. The framework calls SetOutputProperties(INativeOutputFileProperties) before the content is processed, and the INativeOutputFileProperties object that is passed to this method contains the name of the output file to create, its preferred codepage, etc. Properties LocationTracker The framework will set this property as part of initialization. The writer can use this as an easy way to determine locations of specific content within the native input stream. Declaration INativeLocationTracker LocationTracker { get; set; } Property Value Type Description INativeLocationTracker MessageReporter The framework will set this property as part of initialization for the component. The component can use this instance to report potential issues and non-fatal error conditions. Declaration INativeTextLocationMessageReporter MessageReporter { get; set; } Property Value Type Description INativeTextLocationMessageReporter" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentHandler.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentHandler.html", "title": "Interface INativeGenerationContentHandler", - "keywords": "Interface INativeGenerationContentHandler Extension of the IAbstractNativeContentHandler with additional methods used to communicate information that is only available during generation (i.e. when writing native output files from content that originates from the bilingual content model). Inherited Members IAbstractNativeContentHandler.StructureTag(IStructureTagProperties) IAbstractNativeContentHandler.InlineStartTag(IStartTagProperties) IAbstractNativeContentHandler.InlineEndTag(IEndTagProperties) IAbstractNativeContentHandler.InlinePlaceholderTag(IPlaceholderTagProperties) IAbstractNativeContentHandler.Text(ITextProperties) IAbstractNativeContentHandler.ChangeContext(IContextProperties) IAbstractNativeContentHandler.CustomInfo(ICustomInfoProperties) IAbstractNativeContentHandler.LocationMark(LocationMarkerId) IAbstractNativeContentHandler.LockedContentStart(ILockedContentProperties) IAbstractNativeContentHandler.LockedContentEnd() IAbstractNativeContentHandler.RevisionStart(IRevisionProperties) IAbstractNativeContentHandler.RevisionEnd() IAbstractNativeContentHandler.CommentStart(ICommentProperties) IAbstractNativeContentHandler.CommentEnd() IAbstractNativeContentHandler.ParagraphComments(ICommentProperties) Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeGenerationContentHandler : IAbstractNativeContentHandler Remarks The additional information, which is communicated, includes start and end of paragraph units and segments as they appear in the bilingual content model. This information is useful for determining whether any content has been left in original source language or whether it has been translated. It is also used by the framework when mapping locations in the native content stream to locations in the bilingual content model, during message reporting. Note that the locations of the segment boundaries may have to be approximated, e.g. if tag pairs that were split due to the presence of the segments in the native content model have been re-combined when converting from bilingual to native. Methods ParagraphUnitEnd() Indicates the location of a paragraph unit boundary in the bilingual content model. Declaration void ParagraphUnitEnd() ParagraphUnitStart(IParagraphUnitProperties) Indicates the location of a paragraph unit boundary in the bilingual content model. Declaration void ParagraphUnitStart(IParagraphUnitProperties properties) Parameters Type Name Description IParagraphUnitProperties properties SegmentEnd() Indicates the location of a segment boundary in the bilingual content model. Declaration void SegmentEnd() SegmentStart(ISegmentPairProperties) Indicates the location of a segment boundary in the bilingual content model. Declaration void SegmentStart(ISegmentPairProperties properties) Parameters Type Name Description ISegmentPairProperties properties" + "keywords": "Interface INativeGenerationContentHandler Extension of the IAbstractNativeContentHandler with additional methods used to communicate information that is only available during generation (i.e. when writing native output files from content that originates from the bilingual content model). Inherited Members IAbstractNativeContentHandler.StructureTag(IStructureTagProperties) IAbstractNativeContentHandler.InlineStartTag(IStartTagProperties) IAbstractNativeContentHandler.InlineEndTag(IEndTagProperties) IAbstractNativeContentHandler.InlinePlaceholderTag(IPlaceholderTagProperties) IAbstractNativeContentHandler.Text(ITextProperties) IAbstractNativeContentHandler.ChangeContext(IContextProperties) IAbstractNativeContentHandler.CustomInfo(ICustomInfoProperties) IAbstractNativeContentHandler.LocationMark(LocationMarkerId) IAbstractNativeContentHandler.LockedContentStart(ILockedContentProperties) IAbstractNativeContentHandler.LockedContentEnd() IAbstractNativeContentHandler.RevisionStart(IRevisionProperties) IAbstractNativeContentHandler.RevisionEnd() IAbstractNativeContentHandler.CommentStart(ICommentProperties) IAbstractNativeContentHandler.CommentEnd() IAbstractNativeContentHandler.ParagraphComments(ICommentProperties) Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeGenerationContentHandler : IAbstractNativeContentHandler Remarks The additional information, which is communicated, includes start and end of paragraph units and segments as they appear in the bilingual content model. This information is useful for determining whether any content has been left in original source language or whether it has been translated. It is also used by the framework when mapping locations in the native content stream to locations in the bilingual content model, during message reporting. Note that the locations of the segment boundaries may have to be approximated, e.g. if tag pairs that were split due to the presence of the segments in the native content model have been re-combined when converting from bilingual to native. Methods ParagraphUnitEnd() Indicates the location of a paragraph unit boundary in the bilingual content model. Declaration void ParagraphUnitEnd() ParagraphUnitStart(IParagraphUnitProperties) Indicates the location of a paragraph unit boundary in the bilingual content model. Declaration void ParagraphUnitStart(IParagraphUnitProperties properties) Parameters Type Name Description IParagraphUnitProperties properties SegmentEnd() Indicates the location of a segment boundary in the bilingual content model. Declaration void SegmentEnd() SegmentStart(ISegmentPairProperties) Indicates the location of a segment boundary in the bilingual content model. Declaration void SegmentStart(ISegmentPairProperties properties) Parameters Type Name Description ISegmentPairProperties properties" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.html", "title": "Interface INativeGenerationContentProcessor", - "keywords": "Interface INativeGenerationContentProcessor Implemented by native content processors used during generation (i.e. writing) of native files. Inherited Members INativeGenerationContentHandler.ParagraphUnitStart(IParagraphUnitProperties) INativeGenerationContentHandler.ParagraphUnitEnd() INativeGenerationContentHandler.SegmentStart(ISegmentPairProperties) INativeGenerationContentHandler.SegmentEnd() IAbstractNativeContentHandler.StructureTag(IStructureTagProperties) IAbstractNativeContentHandler.InlineStartTag(IStartTagProperties) IAbstractNativeContentHandler.InlineEndTag(IEndTagProperties) IAbstractNativeContentHandler.InlinePlaceholderTag(IPlaceholderTagProperties) IAbstractNativeContentHandler.Text(ITextProperties) IAbstractNativeContentHandler.ChangeContext(IContextProperties) IAbstractNativeContentHandler.CustomInfo(ICustomInfoProperties) IAbstractNativeContentHandler.LocationMark(LocationMarkerId) IAbstractNativeContentHandler.LockedContentStart(ILockedContentProperties) IAbstractNativeContentHandler.LockedContentEnd() IAbstractNativeContentHandler.RevisionStart(IRevisionProperties) IAbstractNativeContentHandler.RevisionEnd() IAbstractNativeContentHandler.CommentStart(ICommentProperties) IAbstractNativeContentHandler.CommentEnd() IAbstractNativeContentHandler.ParagraphComments(ICommentProperties) Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeGenerationContentProcessor : INativeGenerationContentHandler, IAbstractNativeContentHandler Remarks During native file extraction (parsing) the INativeExtractionContentProcessor fulfills the corresponding function. Properties Output The interface on which the output is generated by this processor Declaration INativeGenerationContentHandler Output { get; set; } Property Value Type Description INativeGenerationContentHandler" + "keywords": "Interface INativeGenerationContentProcessor Implemented by native content processors used during generation (i.e. writing) of native files. Inherited Members INativeGenerationContentHandler.ParagraphUnitStart(IParagraphUnitProperties) INativeGenerationContentHandler.ParagraphUnitEnd() INativeGenerationContentHandler.SegmentStart(ISegmentPairProperties) INativeGenerationContentHandler.SegmentEnd() IAbstractNativeContentHandler.StructureTag(IStructureTagProperties) IAbstractNativeContentHandler.InlineStartTag(IStartTagProperties) IAbstractNativeContentHandler.InlineEndTag(IEndTagProperties) IAbstractNativeContentHandler.InlinePlaceholderTag(IPlaceholderTagProperties) IAbstractNativeContentHandler.Text(ITextProperties) IAbstractNativeContentHandler.ChangeContext(IContextProperties) IAbstractNativeContentHandler.CustomInfo(ICustomInfoProperties) IAbstractNativeContentHandler.LocationMark(LocationMarkerId) IAbstractNativeContentHandler.LockedContentStart(ILockedContentProperties) IAbstractNativeContentHandler.LockedContentEnd() IAbstractNativeContentHandler.RevisionStart(IRevisionProperties) IAbstractNativeContentHandler.RevisionEnd() IAbstractNativeContentHandler.CommentStart(ICommentProperties) IAbstractNativeContentHandler.CommentEnd() IAbstractNativeContentHandler.ParagraphComments(ICommentProperties) Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeGenerationContentProcessor : INativeGenerationContentHandler, IAbstractNativeContentHandler Remarks During native file extraction (parsing) the INativeExtractionContentProcessor fulfills the corresponding function. Properties Output The interface on which the output is generated by this processor Declaration INativeGenerationContentHandler Output { get; set; } Property Value Type Description INativeGenerationContentHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerator.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerator.html", "title": "Interface INativeGenerator", - "keywords": "Interface INativeGenerator Manages the Writer used to create the native file as well as a set of INativeExtractionContentProcessor components that process the input before it is passed to the writer. The input is received on the Input content handler. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeGenerator Remarks Used with other components in a IFileExtractor to write a native file. Properties ContentProcessors The content processors that act on the input content before it is passed to the writer, in the order in which they will be invoked. Use AddProcessor(INativeGenerationContentProcessor) , InsertProcessor(int, INativeGenerationContentProcessor) , and RemoveProcessor(INativeGenerationContentProcessor) to modify the collection. Declaration IEnumerable ContentProcessors { get; } Property Value Type Description IEnumerable INativeGenerationContentProcessor Input This is the content handler that is used to drive the native file writer with its content processors. Declaration INativeGenerationContentHandler Input { get; } Property Value Type Description INativeGenerationContentHandler Remarks Usually, it is the first content processor, or the actual file writer instance if no content processors exist. If no content processors or file writer have been defined, this property may be null . Writer The file writer that creates the final output. Declaration INativeFileWriter Writer { get; set; } Property Value Type Description INativeFileWriter Remarks This property can be null , in which case content will still be processed, but no output should be generated. Methods AddProcessor(INativeGenerationContentProcessor) Appends a native processor that will be invoked before the writer. Declaration void AddProcessor(INativeGenerationContentProcessor processor) Parameters Type Name Description INativeGenerationContentProcessor processor InsertProcessor(int, INativeGenerationContentProcessor) Inserts a native processor at the specified index in the list of native processors. Declaration void InsertProcessor(int index, INativeGenerationContentProcessor processor) Parameters Type Name Description int index INativeGenerationContentProcessor processor RemoveProcessor(INativeGenerationContentProcessor) Removes a native processor from the list. Declaration bool RemoveProcessor(INativeGenerationContentProcessor processor) Parameters Type Name Description INativeGenerationContentProcessor processor Returns Type Description bool" + "keywords": "Interface INativeGenerator Manages the Writer used to create the native file as well as a set of INativeExtractionContentProcessor components that process the input before it is passed to the writer. The input is received on the Input content handler. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeGenerator Remarks Used with other components in a IFileExtractor to write a native file. Properties ContentProcessors The content processors that act on the input content before it is passed to the writer, in the order in which they will be invoked. Use AddProcessor(INativeGenerationContentProcessor) , InsertProcessor(Int32, INativeGenerationContentProcessor) , and RemoveProcessor(INativeGenerationContentProcessor) to modify the collection. Declaration IEnumerable ContentProcessors { get; } Property Value Type Description System.Collections.Generic.IEnumerable < INativeGenerationContentProcessor > Input This is the content handler that is used to drive the native file writer with its content processors. Declaration INativeGenerationContentHandler Input { get; } Property Value Type Description INativeGenerationContentHandler Remarks Usually, it is the first content processor, or the actual file writer instance if no content processors exist. If no content processors or file writer have been defined, this property may be null . Writer The file writer that creates the final output. Declaration INativeFileWriter Writer { get; set; } Property Value Type Description INativeFileWriter Remarks This property can be null , in which case content will still be processed, but no output should be generated. Methods AddProcessor(INativeGenerationContentProcessor) Appends a native processor that will be invoked before the writer. Declaration void AddProcessor(INativeGenerationContentProcessor processor) Parameters Type Name Description INativeGenerationContentProcessor processor InsertProcessor(Int32, INativeGenerationContentProcessor) Inserts a native processor at the specified index in the list of native processors. Declaration void InsertProcessor(int index, INativeGenerationContentProcessor processor) Parameters Type Name Description System.Int32 index INativeGenerationContentProcessor processor RemoveProcessor(INativeGenerationContentProcessor) Removes a native processor from the list. Declaration bool RemoveProcessor(INativeGenerationContentProcessor processor) Parameters Type Name Description INativeGenerationContentProcessor processor Returns Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeLocationTracker.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeLocationTracker.html", "title": "Interface INativeLocationTracker", - "keywords": "Interface INativeLocationTracker Provided by the framework to the INativeFileWriter in order to help generate locations for any messages that are reported through the INativeTextLocationMessageReporter interface. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeLocationTracker Methods GetLocationAfterCurrentContent() Returns a text location that corresponds to the end of the content that has just been passed to the native file writer. Declaration NativeTextLocation GetLocationAfterCurrentContent() Returns Type Description NativeTextLocation GetLocationBeforeCurrentContent() Returns a text location that corresponds to the start of the content that has just been passed to the native file writer. Declaration NativeTextLocation GetLocationBeforeCurrentContent() Returns Type Description NativeTextLocation" + "keywords": "Interface INativeLocationTracker Provided by the framework to the INativeFileWriter in order to help generate locations for any messages that are reported through the INativeTextLocationMessageReporter interface. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeLocationTracker Methods GetLocationAfterCurrentContent() Returns a text location that corresponds to the end of the content that has just been passed to the native file writer. Declaration NativeTextLocation GetLocationAfterCurrentContent() Returns Type Description NativeTextLocation GetLocationBeforeCurrentContent() Returns a text location that corresponds to the start of the content that has just been passed to the native file writer. Declaration NativeTextLocation GetLocationBeforeCurrentContent() Returns Type Description NativeTextLocation" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputFileProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputFileProperties.html", "title": "Interface INativeOutputFileProperties", - "keywords": "Interface INativeOutputFileProperties This interface represents the information communicated to the file type components related to the generation of a native content output file. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeOutputFileProperties Properties ContentRestriction Indicates whether the output is in the source or target language. Declaration ContentRestriction ContentRestriction { get; set; } Property Value Type Description ContentRestriction Encoding Preferred encoding for the output file, if any Declaration Codepage Encoding { get; set; } Property Value Type Description Codepage OutputFilePath The full path to the output file to create Declaration string OutputFilePath { get; set; } Property Value Type Description string" + "keywords": "Interface INativeOutputFileProperties This interface represents the information communicated to the file type components related to the generation of a native content output file. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeOutputFileProperties Properties ContentRestriction Indicates whether the output is in the source or target language. Declaration ContentRestriction ContentRestriction { get; set; } Property Value Type Description ContentRestriction Encoding Preferred encoding for the output file, if any Declaration Codepage Encoding { get; set; } Property Value Type Description Codepage OutputFilePath The full path to the output file to create Declaration string OutputFilePath { get; set; } Property Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputSettingsAware.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputSettingsAware.html", "title": "Interface INativeOutputSettingsAware", - "keywords": "Interface INativeOutputSettingsAware This interface needs to be implemented by any components that should be 'aware' of which settings are used when writing native files. The SetOutputProperties(INativeOutputFileProperties) method will be invoked before the content of each native file is processed. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeOutputSettingsAware Methods GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) Allows a file type component to suggest a file name for the output file to be created. This is called by the framework during generation to provide a suggested default file name (and extension) to the host application's implementation of the output properties provider. The provided information allows an application to show a properly initialized Save As dialog with a proposed file name and a corresponding file type filter. Declaration void GetProposedOutputFileInfo(IPersistentFileConversionProperties fileProperties, IOutputFileInfo proposedFileInfo) Parameters Type Name Description IPersistentFileConversionProperties fileProperties IOutputFileInfo proposedFileInfo Current proposal for the file name etc. if suggested by a preceding file processor component. The implementation may change the properties of this object to indicate the proposed information. Remarks The framework will call this method for each file type component in the order in which the components are used during generation. Proposals that occur later are always given precedence. The implementation does not need to supply a full path for the file when suggesting a filename. The actual output file info that will be used is provided by the framework through the SetOutputProperties(INativeOutputFileProperties) call. SetOutputProperties(INativeOutputFileProperties) This method is invoked by the framework before processing content from each native file. The properties passed to this method indicate whether source or target language content will be included in the output. It also communicates other important properties such as the name of the output file to be created and what encoding should be used. Declaration void SetOutputProperties(INativeOutputFileProperties properties) Parameters Type Name Description INativeOutputFileProperties properties" + "keywords": "Interface INativeOutputSettingsAware This interface needs to be implemented by any components that should be 'aware' of which settings are used when writing native files. The SetOutputProperties(INativeOutputFileProperties) method will be invoked before the content of each native file is processed. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeOutputSettingsAware Methods GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) Allows a file type component to suggest a file name for the output file to be created. This is called by the framework during generation to provide a suggested default file name (and extension) to the host application's implementation of the output properties provider. The provided information allows an application to show a properly initialized Save As dialog with a proposed file name and a corresponding file type filter. Declaration void GetProposedOutputFileInfo(IPersistentFileConversionProperties fileProperties, IOutputFileInfo proposedFileInfo) Parameters Type Name Description IPersistentFileConversionProperties fileProperties IOutputFileInfo proposedFileInfo Current proposal for the file name etc. if suggested by a preceding file processor component. The implementation may change the properties of this object to indicate the proposed information. Remarks The framework will call this method for each file type component in the order in which the components are used during generation. Proposals that occur later are always given precedence. The implementation does not need to supply a full path for the file when suggesting a filename. The actual output file info that will be used is provided by the framework through the SetOutputProperties(INativeOutputFileProperties) call. SetOutputProperties(INativeOutputFileProperties) This method is invoked by the framework before processing content from each native file. The properties passed to this method indicate whether source or target language content will be included in the output. It also communicates other important properties such as the name of the output file to be created and what encoding should be used. Declaration void SetOutputProperties(INativeOutputFileProperties properties) Parameters Type Name Description INativeOutputFileProperties properties" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentExtractor.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentExtractor.html", "title": "Interface INativeSubContentExtractor", - "keywords": "Interface INativeSubContentExtractor Manages the Parser used to process the native file as well as a set of INativeExtractionContentProcessor components that processes the output of the parser. The result of the processing consists of calls to the Output . Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeSubContentExtractor Remarks Used together with other components in a IFileExtractor to extract content from a native file. Properties ContentProcessors The content processors currently in use, in the order in which they will be invoked. Use AddProcessor(INativeExtractionContentProcessor) , InsertProcessor(int, INativeExtractionContentProcessor) and RemoveProcessor(INativeExtractionContentProcessor) to modify the collection. Declaration IEnumerable ContentProcessors { get; } Property Value Type Description IEnumerable INativeExtractionContentProcessor Output The output from the extractor (i.e. the parser and the native processors) will be passed to this component. Declaration INativeExtractionContentHandler Output { get; set; } Property Value Type Description INativeExtractionContentHandler Parser The file parser that will read the input file Declaration INativeFileParser Parser { get; set; } Property Value Type Description INativeFileParser Remarks The output from the parser is processed in sequence by each native content processor before being passed to the Output . Methods AddProcessor(INativeExtractionContentProcessor) Appends a content processor that will be invoked to process the output of the parser. Declaration void AddProcessor(INativeExtractionContentProcessor processor) Parameters Type Name Description INativeExtractionContentProcessor processor InsertProcessor(int, INativeExtractionContentProcessor) Inserts a content processor at the specified index in the list of content processors that will be invoked to process the output from the parser. The processors are invoked in the order in which they appear in the list. Declaration void InsertProcessor(int index, INativeExtractionContentProcessor processor) Parameters Type Name Description int index INativeExtractionContentProcessor processor RemoveProcessor(INativeExtractionContentProcessor) Removes a content processor from the list. Does not do anything if the processor is not in the list. Declaration bool RemoveProcessor(INativeExtractionContentProcessor processor) Parameters Type Name Description INativeExtractionContentProcessor processor Returns Type Description bool" + "keywords": "Interface INativeSubContentExtractor Manages the Parser used to process the native file as well as a set of INativeExtractionContentProcessor components that processes the output of the parser. The result of the processing consists of calls to the Output . Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeSubContentExtractor Remarks Used together with other components in a IFileExtractor to extract content from a native file. Properties ContentProcessors The content processors currently in use, in the order in which they will be invoked. Use AddProcessor(INativeExtractionContentProcessor) , InsertProcessor(Int32, INativeExtractionContentProcessor) and RemoveProcessor(INativeExtractionContentProcessor) to modify the collection. Declaration IEnumerable ContentProcessors { get; } Property Value Type Description System.Collections.Generic.IEnumerable < INativeExtractionContentProcessor > Output The output from the extractor (i.e. the parser and the native processors) will be passed to this component. Declaration INativeExtractionContentHandler Output { get; set; } Property Value Type Description INativeExtractionContentHandler Parser The file parser that will read the input file Declaration INativeFileParser Parser { get; set; } Property Value Type Description INativeFileParser Remarks The output from the parser is processed in sequence by each native content processor before being passed to the Output . Methods AddProcessor(INativeExtractionContentProcessor) Appends a content processor that will be invoked to process the output of the parser. Declaration void AddProcessor(INativeExtractionContentProcessor processor) Parameters Type Name Description INativeExtractionContentProcessor processor InsertProcessor(Int32, INativeExtractionContentProcessor) Inserts a content processor at the specified index in the list of content processors that will be invoked to process the output from the parser. The processors are invoked in the order in which they appear in the list. Declaration void InsertProcessor(int index, INativeExtractionContentProcessor processor) Parameters Type Name Description System.Int32 index INativeExtractionContentProcessor processor RemoveProcessor(INativeExtractionContentProcessor) Removes a content processor from the list. Does not do anything if the processor is not in the list. Declaration bool RemoveProcessor(INativeExtractionContentProcessor processor) Parameters Type Name Description INativeExtractionContentProcessor processor Returns Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentGenerator.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentGenerator.html", "title": "Interface INativeSubContentGenerator", - "keywords": "Interface INativeSubContentGenerator Manages the Writer used to create the native file as well as a set of INativeExtractionContentProcessor components that process the input before it is passed to the writer. The input is received on the Input content handler. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeSubContentGenerator Remarks Used with other components in a IFileExtractor to write a native file. Properties ContentProcessors The content processors that act on the input content before it is passed to the writer, in the order in which they will be invoked. Use AddProcessor(INativeGenerationContentProcessor) , InsertProcessor(int, INativeGenerationContentProcessor) , and RemoveProcessor(INativeGenerationContentProcessor) to modify the collection. Declaration IEnumerable ContentProcessors { get; } Property Value Type Description IEnumerable INativeGenerationContentProcessor Input This is the content handler that is used to drive the native file writer with its content processors. Declaration INativeGenerationContentHandler Input { get; } Property Value Type Description INativeGenerationContentHandler Remarks Usually, it is the first content processor, or the actual file writer instance if no content processors exist. If no content processors or file writer have been defined, this property may be null . Writer The file writer that creates the final output. Declaration INativeFileWriter Writer { get; set; } Property Value Type Description INativeFileWriter Remarks This property can be null , in which case content will still be processed, but no output should be generated. Methods AddProcessor(INativeGenerationContentProcessor) Appends a native processor that will be invoked before the writer. Declaration void AddProcessor(INativeGenerationContentProcessor processor) Parameters Type Name Description INativeGenerationContentProcessor processor InsertProcessor(int, INativeGenerationContentProcessor) Inserts a native processor at the specified index in the list of native processors. Declaration void InsertProcessor(int index, INativeGenerationContentProcessor processor) Parameters Type Name Description int index INativeGenerationContentProcessor processor RemoveProcessor(INativeGenerationContentProcessor) Removes a native processor from the list. Declaration bool RemoveProcessor(INativeGenerationContentProcessor processor) Parameters Type Name Description INativeGenerationContentProcessor processor Returns Type Description bool" + "keywords": "Interface INativeSubContentGenerator Manages the Writer used to create the native file as well as a set of INativeExtractionContentProcessor components that process the input before it is passed to the writer. The input is received on the Input content handler. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeSubContentGenerator Remarks Used with other components in a IFileExtractor to write a native file. Properties ContentProcessors The content processors that act on the input content before it is passed to the writer, in the order in which they will be invoked. Use AddProcessor(INativeGenerationContentProcessor) , InsertProcessor(Int32, INativeGenerationContentProcessor) , and RemoveProcessor(INativeGenerationContentProcessor) to modify the collection. Declaration IEnumerable ContentProcessors { get; } Property Value Type Description System.Collections.Generic.IEnumerable < INativeGenerationContentProcessor > Input This is the content handler that is used to drive the native file writer with its content processors. Declaration INativeGenerationContentHandler Input { get; } Property Value Type Description INativeGenerationContentHandler Remarks Usually, it is the first content processor, or the actual file writer instance if no content processors exist. If no content processors or file writer have been defined, this property may be null . Writer The file writer that creates the final output. Declaration INativeFileWriter Writer { get; set; } Property Value Type Description INativeFileWriter Remarks This property can be null , in which case content will still be processed, but no output should be generated. Methods AddProcessor(INativeGenerationContentProcessor) Appends a native processor that will be invoked before the writer. Declaration void AddProcessor(INativeGenerationContentProcessor processor) Parameters Type Name Description INativeGenerationContentProcessor processor InsertProcessor(Int32, INativeGenerationContentProcessor) Inserts a native processor at the specified index in the list of native processors. Declaration void InsertProcessor(int index, INativeGenerationContentProcessor processor) Parameters Type Name Description System.Int32 index INativeGenerationContentProcessor processor RemoveProcessor(INativeGenerationContentProcessor) Removes a native processor from the list. Declaration bool RemoveProcessor(INativeGenerationContentProcessor processor) Parameters Type Name Description INativeGenerationContentProcessor processor Returns Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter.html", "title": "Interface INativeTextLocationMessageReporter", - "keywords": "Interface INativeTextLocationMessageReporter Message reporter specialization that allows line and offset numbers to be associated with messages to relate to locations in plain text files. Inherited Members IBasicMessageReporter.ReportMessage(object, string, ErrorLevel, string, string) Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeTextLocationMessageReporter : IBasicMessageReporter Remarks This interface is used by any components that want to report issues relating to the native file format, where the file format is interpreted as plain text and locations are referenced by line and offset numbers. The framework will attempt to map the locations in the bilingual content for those cases in which users should be able to navigate to the corresponding document location by clicking a message. Native file writers must use this mechanism to associate locations with error messages, as they have no output content stream in which to insert location markers. File sniffers and pre- and post-processors are other components that may want to report issues with associated locations, but do not have access to the native content stream. Methods ReportMessage(object, string, ErrorLevel, string, NativeTextLocation, NativeTextLocation) Used by file writers etc. in order to report a non-critical issue with an associated content range or location expressed in line and character offset numbers in the original native file format. Declaration void ReportMessage(object source, string origin, ErrorLevel level, string message, NativeTextLocation fromLocation, NativeTextLocation uptoLocation) Parameters Type Name Description object source string origin The description of the action/component from which this message originated. ErrorLevel level string message NativeTextLocation fromLocation Start location in the native text file NativeTextLocation uptoLocation (Optional) end location in the native text file. You can pass null for this parameter. Remarks When converting the locations to bilingual or native content the line and offset numbers will be interpreted by the framework as referring to the textual content of the content that is processed through the native API. The framework will count the number of characters and line breaks that appear inside text and tags in an attempt to reference the corresponding location in the native content stream or in the bilingual content model (as needed). That means that if the tags and text in the native content fully correspond to the original file format, the locations will map well. If this is not the case, it is recommended that you use the IBasicMessageReporter interface, and refer to locations in an explanatory manner instead (e.g. through a message box)." + "keywords": "Interface INativeTextLocationMessageReporter Message reporter specialization that allows line and offset numbers to be associated with messages to relate to locations in plain text files. Inherited Members IBasicMessageReporter.ReportMessage(Object, String, ErrorLevel, String, String) Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface INativeTextLocationMessageReporter : IBasicMessageReporter Remarks This interface is used by any components that want to report issues relating to the native file format, where the file format is interpreted as plain text and locations are referenced by line and offset numbers. The framework will attempt to map the locations in the bilingual content for those cases in which users should be able to navigate to the corresponding document location by clicking a message. Native file writers must use this mechanism to associate locations with error messages, as they have no output content stream in which to insert location markers. File sniffers and pre- and post-processors are other components that may want to report issues with associated locations, but do not have access to the native content stream. Methods ReportMessage(Object, String, ErrorLevel, String, NativeTextLocation, NativeTextLocation) Used by file writers etc. in order to report a non-critical issue with an associated content range or location expressed in line and character offset numbers in the original native file format. Declaration void ReportMessage(object source, string origin, ErrorLevel level, string message, NativeTextLocation fromLocation, NativeTextLocation uptoLocation) Parameters Type Name Description System.Object source System.String origin The description of the action/component from which this message originated. ErrorLevel level System.String message NativeTextLocation fromLocation Start location in the native text file NativeTextLocation uptoLocation (Optional) end location in the native text file. You can pass null for this parameter. Remarks When converting the locations to bilingual or native content the line and offset numbers will be interpreted by the framework as referring to the textual content of the content that is processed through the native API. The framework will count the number of characters and line breaks that appear inside text and tags in an attempt to reference the corresponding location in the native content stream or in the bilingual content model (as needed). That means that if the tags and text in the native content fully correspond to the original file format, the locations will map well. If this is not the case, it is recommended that you use the IBasicMessageReporter interface, and refer to locations in an explanatory manner instead (e.g. through a message box)." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo.html", "title": "Interface IOutputFileInfo", - "keywords": "Interface IOutputFileInfo Simple data class designed to hold information on the file to output, which may be required by the host application. This is used by GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) to allow file type components to supply alternative information if the component is causing the output file type to differ from the default (e.g. alternative generators for previewing). Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IOutputFileInfo Properties ContentRestriction Indicates whether the output is in the source or target language. This is for information purposes only. Declaration ContentRestriction ContentRestriction { get; } Property Value Type Description ContentRestriction Encoding The suggested encoding to be used when outputting the file Declaration Codepage Encoding { get; set; } Property Value Type Description Codepage FileDialogWildcardExpression The file wildcard information; can be used by the host application when displaying a 'Save As...' dialog. Declaration string FileDialogWildcardExpression { get; set; } Property Value Type Description string FileTypeName The name of the file type (e.g. \"Microsoft Word 2003\"); can be used by the host application when displaying a 'Save As...' dialog. Declaration string FileTypeName { get; set; } Property Value Type Description string Filename The name of the file, no need to supply any path information Declaration string Filename { get; set; } Property Value Type Description string" + "keywords": "Interface IOutputFileInfo Simple data class designed to hold information on the file to output, which may be required by the host application. This is used by GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) to allow file type components to supply alternative information if the component is causing the output file type to differ from the default (e.g. alternative generators for previewing). Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IOutputFileInfo Properties ContentRestriction Indicates whether the output is in the source or target language. This is for information purposes only. Declaration ContentRestriction ContentRestriction { get; } Property Value Type Description ContentRestriction Encoding The suggested encoding to be used when outputting the file Declaration Codepage Encoding { get; set; } Property Value Type Description Codepage FileDialogWildcardExpression The file wildcard information; can be used by the host application when displaying a 'Save As...' dialog. Declaration string FileDialogWildcardExpression { get; set; } Property Value Type Description System.String Filename The name of the file, no need to supply any path information Declaration string Filename { get; set; } Property Value Type Description System.String FileTypeName The name of the file type (e.g. \"Microsoft Word 2003\"); can be used by the host application when displaying a 'Save As...' dialog. Declaration string FileTypeName { get; set; } Property Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IParagraphUnitProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IParagraphUnitProperties.html", "title": "Interface IParagraphUnitProperties", - "keywords": "Interface IParagraphUnitProperties Properties of a (structure or localizable) paragraph unit Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IParagraphUnitProperties : ICloneable Properties Comments Comments associated with the paragraph unit; may be null . Declaration ICommentProperties Comments { get; set; } Property Value Type Description ICommentProperties Contexts Context associated with the paragraph unit Declaration IContextProperties Contexts { get; set; } Property Value Type Description IContextProperties LockType Indicates the lock type(s) for this paragraph unit. For a structure paragraph unit, the Structure flag is set. Declaration LockTypeFlags LockType { get; set; } Property Value Type Description LockTypeFlags ParagraphUnitId Globally unique identifier of the paragraph unit Declaration ParagraphUnitId ParagraphUnitId { get; set; } Property Value Type Description ParagraphUnitId SourceCount Word/character count for the source content in this paragraph unit Declaration SourceCount SourceCount { get; set; } Property Value Type Description SourceCount" + "keywords": "Interface IParagraphUnitProperties Properties of a (structure or localizable) paragraph unit Inherited Members System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IParagraphUnitProperties : ICloneable Properties Comments Comments associated with the paragraph unit; may be null . Declaration ICommentProperties Comments { get; set; } Property Value Type Description ICommentProperties Contexts Context associated with the paragraph unit Declaration IContextProperties Contexts { get; set; } Property Value Type Description IContextProperties LockType Indicates the lock type(s) for this paragraph unit. For a structure paragraph unit, the Structure flag is set. Declaration LockTypeFlags LockType { get; set; } Property Value Type Description LockTypeFlags ParagraphUnitId Globally unique identifier of the paragraph unit Declaration ParagraphUnitId ParagraphUnitId { get; set; } Property Value Type Description ParagraphUnitId SourceCount Word/character count for the source content in this paragraph unit Declaration SourceCount SourceCount { get; set; } Property Value Type Description SourceCount" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IParser.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IParser.html", "title": "Interface IParser", - "keywords": "Interface IParser Interface implemented by parsers. Abstracting this functionality into a separate interface allows you to drive parsing for native and bilingual content in the same way. Inherited Members IDisposable.Dispose() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IParser : IDisposable Methods ParseNext() This method is called repeatedly by the framework to process the next chunk of input. The implementation should parse a suitable (preferably not too large) chunk of the input, and return a boolean value that indicates whether there is more work to be done before this file is completely parsed. Declaration bool ParseNext() Returns Type Description bool true if there is more content to be parsed, and false if parsing is complete. Events Progress The parser fires this event at regular intervals in order to report the progress so that interested parties can ascertain whether the parsing process is indeed in progress and has not hung. That way users get an idea about how fast the parsing job is progressing. Framework consumers should typically not connect directly to this event, but rather connect to the corresponding event on the IFileConverter instance. Declaration event EventHandler Progress Event Type Type Description EventHandler ProgressEventArgs Remarks Progress is reported in integer percentage values. It is not an error when a parser reports the same percentage number in subsequent events. This just indicates to the listeners that the progress is slow but the component is still working on it. It is unusual (but not unthinkable) that a percentage value can decrease. This could happen if the parser gets a better estimate of the job size (e.g. when it needs to parse dependency files, too). It is customary for a parser to fire this event with a percentage value of 0 when parsing is about to begin and with a percentage value of 100 when parsing is finished." + "keywords": "Interface IParser Interface implemented by parsers. Abstracting this functionality into a separate interface allows you to drive parsing for native and bilingual content in the same way. Inherited Members System.IDisposable.Dispose() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IParser : IDisposable Methods ParseNext() This method is called repeatedly by the framework to process the next chunk of input. The implementation should parse a suitable (preferably not too large) chunk of the input, and return a boolean value that indicates whether there is more work to be done before this file is completely parsed. Declaration bool ParseNext() Returns Type Description System.Boolean true if there is more content to be parsed, and false if parsing is complete. Events Progress The parser fires this event at regular intervals in order to report the progress so that interested parties can ascertain whether the parsing process is indeed in progress and has not hung. That way users get an idea about how fast the parsing job is progressing. Framework consumers should typically not connect directly to this event, but rather connect to the corresponding event on the IFileConverter instance. Declaration event EventHandler Progress Event Type Type Description System.EventHandler < ProgressEventArgs > Remarks Progress is reported in integer percentage values. It is not an error when a parser reports the same percentage number in subsequent events. This just indicates to the listeners that the progress is slow but the component is still working on it. It is unusual (but not unthinkable) that a percentage value can decrease. This could happen if the parser gets a better estimate of the job size (e.g. when it needs to parse dependency files, too). It is customary for a parser to fire this event with a percentage value of 0 when parsing is about to begin and with a percentage value of 100 when parsing is finished." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.html", "title": "Interface IPersistentFileConversionProperties", - "keywords": "Interface IPersistentFileConversionProperties File-level properties that are guaranteed to be preserved (if necessary persisted to an intermediate bilingual file format) during different stages of the content processing lifecycle; passed to native content processors, parsers and writers that implement INativeContentCycleAware . Components can set these properties during parsing, and they will be made available when generating the translated output, or during any other operation used to process content. Custom properties can be stored as metadata key/value pairs through the IMetaDataContainer implementation. It is recommended that keys are prefixed with a value that is likely to be unique in order to avoid conflicts with unrelated components. Inherited Members IMetaDataContainer.MetaDataContainsKey(string) IMetaDataContainer.GetMetaData(string) IMetaDataContainer.SetMetaData(string, string) IMetaDataContainer.RemoveMetaData(string) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPersistentFileConversionProperties : IMetaDataContainer, ICloneable Remarks Components can retrieve these properties by implementing INativeContentCycleAware . The framework calls SetFileProperties(IFileProperties) to pass the properties. All metadata stored by SDL components use keys prefixed \"SDL:\". Keys for a number of published file properties used by certain SDL components are defined in Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultPersistentFilePropertiesKeys . Properties CreationDate The time of the original conversion Declaration DateTime CreationDate { get; set; } Property Value Type Description DateTime CreationTool The name of the tool used for the conversion Declaration string CreationTool { get; set; } Property Value Type Description string CreationToolVersion The version number of the tool used for the conversion Declaration string CreationToolVersion { get; set; } Property Value Type Description string DependencyFiles The dependency files used or created while parsing. Declaration IList DependencyFiles { get; } Property Value Type Description IList IDependencyFileProperties Remarks The set of dependency files can change while parsing, but should not change after the EndOfInput() call. Any dependency files reported by a parser or file type component when parsing a native file will be passed through this property when writing the native file. FileId Unique identifier for this file; can be used to unambigously identify the file in a bilingual document with multiple files. Declaration FileId FileId { get; set; } Property Value Type Description FileId Remarks This is set by the framework, and should typically never need to be changed. FileSnifferInfo Properties determined during successful identification of this file type Declaration SniffInfo FileSnifferInfo { get; set; } Property Value Type Description SniffInfo FileTypeDefinitionId The unique identifier for the file type definition used in this conversion. Declaration FileTypeDefinitionId FileTypeDefinitionId { get; set; } Property Value Type Description FileTypeDefinitionId Remarks Can be used to identify the file type. InputFilePath Full path to the file that should be used as source for the parser. Declaration string InputFilePath { get; set; } Property Value Type Description string Remarks Usually, this will be the same as OriginalFilePath , but under some circumstances (e.g. file tweaking) there may be an alternative input file produced. this[string] Convenience getter and setter for metadata using indexer syntax. The getter functionality is equivalent to calling SetMetaData(string, string) , and setter functionality is equivalent to GetMetaData(string) . Declaration string this[string key] { get; set; } Parameters Type Name Description string key Must not be null or empty Property Value Type Description string The corresponding value, or null if none OriginalEncoding The original encoding of the native source language file from which the content originates Declaration Codepage OriginalEncoding { get; set; } Property Value Type Description Codepage OriginalFilePath Full path name to the native file the content originates from. Declaration string OriginalFilePath { get; set; } Property Value Type Description string Remarks Usually, this is the same as the InputFilePath , but it can be different, e.g. if file tweaking has been applied. PreferredTargetEncoding If set, indicates the preferred codepage that the target language file should be in. You can test the IsValid property of the returned codepage to find out if it has been set. This property can be used during editing to warn the user when they try to use characters in the translation that are not supported by the given codepage. If this property is set when writing the target language version of the file, it may be used by the native file writer (though it is ultimately up to the file writer to decide). Declaration Codepage PreferredTargetEncoding { get; set; } Property Value Type Description Codepage SourceLanguage Original source language of the content Declaration Language SourceLanguage { get; set; } Property Value Type Description Language TargetLanguage Target language into which the content is being translated into. Declaration Language TargetLanguage { get; set; } Property Value Type Description Language Remarks The target language is typically not set until the file is being translated. You can test the Language.IsValid property of the target language to find out if it has been set." + "keywords": "Interface IPersistentFileConversionProperties File-level properties that are guaranteed to be preserved (if necessary persisted to an intermediate bilingual file format) during different stages of the content processing lifecycle; passed to native content processors, parsers and writers that implement INativeContentCycleAware . Components can set these properties during parsing, and they will be made available when generating the translated output, or during any other operation used to process content. Custom properties can be stored as metadata key/value pairs through the IMetaDataContainer implementation. It is recommended that keys are prefixed with a value that is likely to be unique in order to avoid conflicts with unrelated components. Inherited Members IMetaDataContainer.MetaDataContainsKey(String) IMetaDataContainer.GetMetaData(String) IMetaDataContainer.SetMetaData(String, String) IMetaDataContainer.RemoveMetaData(String) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPersistentFileConversionProperties : IMetaDataContainer, ICloneable Remarks Components can retrieve these properties by implementing INativeContentCycleAware . The framework calls SetFileProperties(IFileProperties) to pass the properties. All metadata stored by SDL components use keys prefixed \"SDL:\". Keys for a number of published file properties used by certain SDL components are defined in Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultPersistentFilePropertiesKeys . Properties CreationDate The time of the original conversion Declaration DateTime CreationDate { get; set; } Property Value Type Description System.DateTime CreationTool The name of the tool used for the conversion Declaration string CreationTool { get; set; } Property Value Type Description System.String CreationToolVersion The version number of the tool used for the conversion Declaration string CreationToolVersion { get; set; } Property Value Type Description System.String DependencyFiles The dependency files used or created while parsing. Declaration IList DependencyFiles { get; } Property Value Type Description System.Collections.Generic.IList < IDependencyFileProperties > Remarks The set of dependency files can change while parsing, but should not change after the EndOfInput() call. Any dependency files reported by a parser or file type component when parsing a native file will be passed through this property when writing the native file. FileId Unique identifier for this file; can be used to unambigously identify the file in a bilingual document with multiple files. Declaration FileId FileId { get; set; } Property Value Type Description FileId Remarks This is set by the framework, and should typically never need to be changed. FileSnifferInfo Properties determined during successful identification of this file type Declaration SniffInfo FileSnifferInfo { get; set; } Property Value Type Description SniffInfo FileTypeDefinitionId The unique identifier for the file type definition used in this conversion. Declaration FileTypeDefinitionId FileTypeDefinitionId { get; set; } Property Value Type Description FileTypeDefinitionId Remarks Can be used to identify the file type. InputFilePath Full path to the file that should be used as source for the parser. Declaration string InputFilePath { get; set; } Property Value Type Description System.String Remarks Usually, this will be the same as OriginalFilePath , but under some circumstances (e.g. file tweaking) there may be an alternative input file produced. Item[String] Convenience getter and setter for metadata using indexer syntax. The getter functionality is equivalent to calling SetMetaData(String, String) , and setter functionality is equivalent to GetMetaData(String) . Declaration string this[string key] { get; set; } Parameters Type Name Description System.String key Must not be null or empty Property Value Type Description System.String The corresponding value, or null if none OriginalEncoding The original encoding of the native source language file from which the content originates Declaration Codepage OriginalEncoding { get; set; } Property Value Type Description Codepage OriginalFilePath Full path name to the native file the content originates from. Declaration string OriginalFilePath { get; set; } Property Value Type Description System.String Remarks Usually, this is the same as the InputFilePath , but it can be different, e.g. if file tweaking has been applied. PreferredTargetEncoding If set, indicates the preferred codepage that the target language file should be in. You can test the IsValid property of the returned codepage to find out if it has been set. This property can be used during editing to warn the user when they try to use characters in the translation that are not supported by the given codepage. If this property is set when writing the target language version of the file, it may be used by the native file writer (though it is ultimately up to the file writer to decide). Declaration Codepage PreferredTargetEncoding { get; set; } Property Value Type Description Codepage SourceLanguage Original source language of the content Declaration Language SourceLanguage { get; set; } Property Value Type Description Language TargetLanguage Target language into which the content is being translated into. Declaration Language TargetLanguage { get; set; } Property Value Type Description Language Remarks The target language is typically not set until the file is being translated. You can test the property of the target language to find out if it has been set." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPlaceholderTagProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPlaceholderTagProperties.html", "title": "Interface IPlaceholderTagProperties", - "keywords": "Interface IPlaceholderTagProperties Information on a standalone inline tag, i.e. a tag that can appear inside translatable content, representing a placeholder that should be treated as part of the text and may need to be moved to a different location in the translation. Inherited Members IAbstractTagProperties.AddSubSegment(ISubSegmentProperties) IAbstractTagProperties.AddSubSegments(IEnumerable) IAbstractTagProperties.RemoveSubSegment(ISubSegmentProperties) IAbstractTagProperties.ClearSubSegments() IAbstractTagProperties.SortSubSegments() IAbstractTagProperties.LocalizableContent IAbstractTagProperties.HasLocalizableContent IAbstractTagProperties.TagId IAbstractBasicTagProperties.DisplayText IAbstractBasicTagProperties.TagContent IMetaDataContainer.MetaDataContainsKey(string) IMetaDataContainer.GetMetaData(string) IMetaDataContainer.SetMetaData(string, string) IMetaDataContainer.RemoveMetaData(string) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount ICloneable.Clone() IAbstractInlineTagProperties.IsWordStop IAbstractInlineTagProperties.IsSoftBreak IAbstractInlineTagProperties.CanHide Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPlaceholderTagProperties : IAbstractTagProperties, IAbstractBasicTagProperties, IMetaDataContainer, ICloneable, IAbstractInlineTagProperties Properties HasTextEquivalent True if the TextEquivalent property has been set to a value that is not null or an empty string. Declaration bool HasTextEquivalent { get; } Property Value Type Description bool IsBreakableWhiteSpace Indicates whether the tag can be treated as one of the many Unicode characters that are classified as breakable white space, i.e. all white space except NBSP (nonbreaking space) and ZWNBSP (zero-width non-breaking space). Declaration bool IsBreakableWhiteSpace { get; set; } Property Value Type Description bool Remarks This is false by default. SegmentationHint Indicates for how the placeholder should be treated during segmentation. Declaration SegmentationHint SegmentationHint { get; set; } Property Value Type Description SegmentationHint TextEquivalent May contain the linguistic text equivalent for the tag, if one exists. Declaration string TextEquivalent { get; set; } Property Value Type Description string Remarks If the tag should be treated linguistically similar to a piece of text, this property can be set to that text. If a tag has no linguistic text equivalent (e.g. if it can be a marker for a location or represent the start or end of formatting), this property should be null or an empty string. Note that text stored in this property is typically not the exact equivalent of the tag. (If it were, there would be no reason to use a tag in the first place.) However, from a linguistic processing point of view this text can be used to determine grammatical properties of the tag that may affect the surrounding text, e.g. gender, numericals and singular/plural form. This is null by default." + "keywords": "Interface IPlaceholderTagProperties Information on a standalone inline tag, i.e. a tag that can appear inside translatable content, representing a placeholder that should be treated as part of the text and may need to be moved to a different location in the translation. Inherited Members IAbstractTagProperties.AddSubSegment(ISubSegmentProperties) IAbstractTagProperties.AddSubSegments(IEnumerable) IAbstractTagProperties.RemoveSubSegment(ISubSegmentProperties) IAbstractTagProperties.ClearSubSegments() IAbstractTagProperties.SortSubSegments() IAbstractTagProperties.LocalizableContent IAbstractTagProperties.HasLocalizableContent IAbstractTagProperties.TagId IAbstractBasicTagProperties.DisplayText IAbstractBasicTagProperties.TagContent IMetaDataContainer.MetaDataContainsKey(String) IMetaDataContainer.GetMetaData(String) IMetaDataContainer.SetMetaData(String, String) IMetaDataContainer.RemoveMetaData(String) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount System.ICloneable.Clone() IAbstractInlineTagProperties.IsWordStop IAbstractInlineTagProperties.IsSoftBreak IAbstractInlineTagProperties.CanHide Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPlaceholderTagProperties : IAbstractTagProperties, IAbstractBasicTagProperties, IMetaDataContainer, ICloneable, IAbstractInlineTagProperties Properties HasTextEquivalent True if the TextEquivalent property has been set to a value that is not null or an empty string. Declaration bool HasTextEquivalent { get; } Property Value Type Description System.Boolean IsBreakableWhiteSpace Indicates whether the tag can be treated as one of the many Unicode characters that are classified as breakable white space, i.e. all white space except NBSP (nonbreaking space) and ZWNBSP (zero-width non-breaking space). Declaration bool IsBreakableWhiteSpace { get; set; } Property Value Type Description System.Boolean Remarks This is false by default. SegmentationHint Indicates for how the placeholder should be treated during segmentation. Declaration SegmentationHint SegmentationHint { get; set; } Property Value Type Description SegmentationHint TextEquivalent May contain the linguistic text equivalent for the tag, if one exists. Declaration string TextEquivalent { get; set; } Property Value Type Description System.String Remarks If the tag should be treated linguistically similar to a piece of text, this property can be set to that text. If a tag has no linguistic text equivalent (e.g. if it can be a marker for a location or represent the start or end of formatting), this property should be null or an empty string. Note that text stored in this property is typically not the exact equivalent of the tag. (If it were, there would be no reason to use a tag in the first place.) However, from a linguistic processing point of view this text can be used to determine grammatical properties of the tag that may affect the surrounding text, e.g. gender, numericals and singular/plural form. This is null by default." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html", "title": "Interface IPropertiesFactory", - "keywords": "Interface IPropertiesFactory Interface implemented by factories for property objects. All file type components should use this interface to create properties objects (unless they are created by calling Clone() . Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPropertiesFactory Properties FormattingItemFactory The factory used to instantiate formatting items name/value pairs Declaration IFormattingItemFactory FormattingItemFactory { get; set; } Property Value Type Description IFormattingItemFactory Methods CreateComment(string, string, Severity) Creates a new comment with the specified properties. Declaration IComment CreateComment(string text, string author, Severity severity) Parameters Type Name Description string text Textual content of the comment string author Name of user or system that created the comment Severity severity Severity level of the comment Returns Type Description IComment A new comment that can be added to a ICommentProperties collection. The date of the comment has been set to Now . CreateCommentProperties() Creates a properties object for storing comments. Declaration ICommentProperties CreateCommentProperties() Returns Type Description ICommentProperties CreateContextInfo(string) Creates a single piece of context information. Declaration IContextInfo CreateContextInfo(string contextType) Parameters Type Name Description string contextType The type of the context to create. Returns Type Description IContextInfo Remarks If the context type is one of the values defined in Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes or Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes , then the returned context will have the properties set to the default preferred values for that context type. If a different value is used, the returned context will have empty values for all other context properties. CreateContextProperties() Creates properties that can hold prioritized context information. Declaration IContextProperties CreateContextProperties() Returns Type Description IContextProperties CreateCustomInfoProperties() Creates properties used to communicate temporary information to other file type components. Declaration ICustomInfoProperties CreateCustomInfoProperties() Returns Type Description ICustomInfoProperties CreateDependencyFileProperties(string) Create a properties representing a dependency file. Declaration IDependencyFileProperties CreateDependencyFileProperties(string currentFilePath) Parameters Type Name Description string currentFilePath The full path to the current location of the dependency file. Returns Type Description IDependencyFileProperties A dependency file properties object initialized with the current file path and default values for all other properties. CreateEndTagProperties(string) Creates properties for an end tag (that matches a previously emitted start tag). Declaration IEndTagProperties CreateEndTagProperties(string tagContent) Parameters Type Name Description string tagContent Returns Type Description IEndTagProperties CreateFeedbackProperties(RevisionType) Creates a feedback properties object, which represents information associated with user feedback. Declaration IRevisionProperties CreateFeedbackProperties(RevisionType type) Parameters Type Name Description RevisionType type Returns Type Description IRevisionProperties CreateLockedContentProperties(LockTypeFlags) Creates properties that indicates the lock type. Declaration ILockedContentProperties CreateLockedContentProperties(LockTypeFlags lockType) Parameters Type Name Description LockTypeFlags lockType Returns Type Description ILockedContentProperties CreatePlaceholderTagProperties(string) Creates properties for a standalone inline tag. Declaration IPlaceholderTagProperties CreatePlaceholderTagProperties(string tagContent) Parameters Type Name Description string tagContent Tag content including delimiters Returns Type Description IPlaceholderTagProperties CreateRevisionProperties(RevisionType) Creates a revision properties object, which represents information associated with a revision marker. Declaration IRevisionProperties CreateRevisionProperties(RevisionType type) Parameters Type Name Description RevisionType type Returns Type Description IRevisionProperties CreateStartTagProperties(string) Creates properties for a start tag that may appear inside localizable content, and that has a corresponding end tag. Declaration IStartTagProperties CreateStartTagProperties(string tagContent) Parameters Type Name Description string tagContent Tag content including delimiters Returns Type Description IStartTagProperties CreateStructureInfo() Creates an empty document structure object that can be used to help define the outline of the document. Declaration IStructureInfo CreateStructureInfo() Returns Type Description IStructureInfo CreateStructureInfo(IContextInfo, bool, IStructureInfo) Creates a document structure object that can be used to help define the outline of the document Declaration IStructureInfo CreateStructureInfo(IContextInfo contextInfo, bool mustUseDisplayName, IStructureInfo parentStructure) Parameters Type Name Description IContextInfo contextInfo The context info in the document to which the structural info relates. bool mustUseDisplayName True if the client should always show the DisplayName property. False if the client should attempt to display the matching text in the document. Note: setting this parameter to true also makes sure that the structure will appear in the tree; setting this parameter to false allows the client to decide whether it should be displayed. IStructureInfo parentStructure The parent structure in the structural tree (can be null if it has no parent) Returns Type Description IStructureInfo CreateStructureTagProperties(string) Creates properties for a tag representing structural information. Declaration IStructureTagProperties CreateStructureTagProperties(string tagContent) Parameters Type Name Description string tagContent Tag content including delimiters Returns Type Description IStructureTagProperties CreateSubSegmentProperties(int, int) Create properties used to indicate where localizable content appears inside a tag. Declaration ISubSegmentProperties CreateSubSegmentProperties(int offset, int length) Parameters Type Name Description int offset int length Returns Type Description ISubSegmentProperties CreateTextProperties(string) Creates properties for localizable text. Declaration ITextProperties CreateTextProperties(string text) Parameters Type Name Description string text Returns Type Description ITextProperties" + "keywords": "Interface IPropertiesFactory Interface implemented by factories for property objects. All file type components should use this interface to create properties objects (unless they are created by calling System.ICloneable.Clone() . Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IPropertiesFactory Properties FormattingItemFactory The factory used to instantiate formatting items name/value pairs Declaration IFormattingItemFactory FormattingItemFactory { get; set; } Property Value Type Description IFormattingItemFactory Methods CreateComment(String, String, Severity) Creates a new comment with the specified properties. Declaration IComment CreateComment(string text, string author, Severity severity) Parameters Type Name Description System.String text Textual content of the comment System.String author Name of user or system that created the comment Severity severity Severity level of the comment Returns Type Description IComment A new comment that can be added to a ICommentProperties collection. The date of the comment has been set to System.DateTime.Now . CreateCommentProperties() Creates a properties object for storing comments. Declaration ICommentProperties CreateCommentProperties() Returns Type Description ICommentProperties CreateContextInfo(String) Creates a single piece of context information. Declaration IContextInfo CreateContextInfo(string contextType) Parameters Type Name Description System.String contextType The type of the context to create. Returns Type Description IContextInfo Remarks If the context type is one of the values defined in Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes or Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes , then the returned context will have the properties set to the default preferred values for that context type. If a different value is used, the returned context will have empty values for all other context properties. CreateContextProperties() Creates properties that can hold prioritized context information. Declaration IContextProperties CreateContextProperties() Returns Type Description IContextProperties CreateCustomInfoProperties() Creates properties used to communicate temporary information to other file type components. Declaration ICustomInfoProperties CreateCustomInfoProperties() Returns Type Description ICustomInfoProperties CreateDependencyFileProperties(String) Create a properties representing a dependency file. Declaration IDependencyFileProperties CreateDependencyFileProperties(string currentFilePath) Parameters Type Name Description System.String currentFilePath The full path to the current location of the dependency file. Returns Type Description IDependencyFileProperties A dependency file properties object initialized with the current file path and default values for all other properties. CreateEndTagProperties(String) Creates properties for an end tag (that matches a previously emitted start tag). Declaration IEndTagProperties CreateEndTagProperties(string tagContent) Parameters Type Name Description System.String tagContent Returns Type Description IEndTagProperties CreateFeedbackProperties(RevisionType) Creates a feedback properties object, which represents information associated with user feedback. Declaration IRevisionProperties CreateFeedbackProperties(RevisionType type) Parameters Type Name Description RevisionType type Returns Type Description IRevisionProperties CreateLockedContentProperties(LockTypeFlags) Creates properties that indicates the lock type. Declaration ILockedContentProperties CreateLockedContentProperties(LockTypeFlags lockType) Parameters Type Name Description LockTypeFlags lockType Returns Type Description ILockedContentProperties CreatePlaceholderTagProperties(String) Creates properties for a standalone inline tag. Declaration IPlaceholderTagProperties CreatePlaceholderTagProperties(string tagContent) Parameters Type Name Description System.String tagContent Tag content including delimiters Returns Type Description IPlaceholderTagProperties CreateRevisionProperties(RevisionType) Creates a revision properties object, which represents information associated with a revision marker. Declaration IRevisionProperties CreateRevisionProperties(RevisionType type) Parameters Type Name Description RevisionType type Returns Type Description IRevisionProperties CreateStartTagProperties(String) Creates properties for a start tag that may appear inside localizable content, and that has a corresponding end tag. Declaration IStartTagProperties CreateStartTagProperties(string tagContent) Parameters Type Name Description System.String tagContent Tag content including delimiters Returns Type Description IStartTagProperties CreateStructureInfo() Creates an empty document structure object that can be used to help define the outline of the document. Declaration IStructureInfo CreateStructureInfo() Returns Type Description IStructureInfo CreateStructureInfo(IContextInfo, Boolean, IStructureInfo) Creates a document structure object that can be used to help define the outline of the document Declaration IStructureInfo CreateStructureInfo(IContextInfo contextInfo, bool mustUseDisplayName, IStructureInfo parentStructure) Parameters Type Name Description IContextInfo contextInfo The context info in the document to which the structural info relates. System.Boolean mustUseDisplayName True if the client should always show the DisplayName property. False if the client should attempt to display the matching text in the document. Note: setting this parameter to true also makes sure that the structure will appear in the tree; setting this parameter to false allows the client to decide whether it should be displayed. IStructureInfo parentStructure The parent structure in the structural tree (can be null if it has no parent) Returns Type Description IStructureInfo CreateStructureTagProperties(String) Creates properties for a tag representing structural information. Declaration IStructureTagProperties CreateStructureTagProperties(string tagContent) Parameters Type Name Description System.String tagContent Tag content including delimiters Returns Type Description IStructureTagProperties CreateSubSegmentProperties(Int32, Int32) Create properties used to indicate where localizable content appears inside a tag. Declaration ISubSegmentProperties CreateSubSegmentProperties(int offset, int length) Parameters Type Name Description System.Int32 offset System.Int32 length Returns Type Description ISubSegmentProperties CreateTextProperties(String) Creates properties for localizable text. Declaration ITextProperties CreateTextProperties(string text) Parameters Type Name Description System.String text Returns Type Description ITextProperties" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISegmentPairProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISegmentPairProperties.html", "title": "Interface ISegmentPairProperties", - "keywords": "Interface ISegmentPairProperties Common properties for a source and target segment pair Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISegmentPairProperties : ICloneable Properties ConfirmationLevel The approval level of the translation for the segment pair Declaration ConfirmationLevel ConfirmationLevel { get; set; } Property Value Type Description ConfirmationLevel Id Identifier for the segment pair. The paragraph unit offers methods for easily locating specific segments in the source and target from their ids. Declaration SegmentId Id { get; set; } Property Value Type Description SegmentId Remarks The segment id is also used to link matches with a specific segment. IsLocked Indicates whether the segment pair is locked to prevent editing. Declaration bool IsLocked { get; set; } Property Value Type Description bool TranslationOrigin Indicates the origin of the translation for the segment pair. Declaration ITranslationOrigin TranslationOrigin { get; set; } Property Value Type Description ITranslationOrigin Remarks If no target segment exists for a segment pair, this property is null. If a translation exists, the ConfirmationLevel is used to indicate its current status in the document." + "keywords": "Interface ISegmentPairProperties Common properties for a source and target segment pair Inherited Members System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISegmentPairProperties : ICloneable Properties ConfirmationLevel The approval level of the translation for the segment pair Declaration ConfirmationLevel ConfirmationLevel { get; set; } Property Value Type Description ConfirmationLevel Id Identifier for the segment pair. The paragraph unit offers methods for easily locating specific segments in the source and target from their ids. Declaration SegmentId Id { get; set; } Property Value Type Description SegmentId Remarks The segment id is also used to link matches with a specific segment. IsLocked Indicates whether the segment pair is locked to prevent editing. Declaration bool IsLocked { get; set; } Property Value Type Description System.Boolean TranslationOrigin Indicates the origin of the translation for the segment pair. Declaration ITranslationOrigin TranslationOrigin { get; set; } Property Value Type Description ITranslationOrigin Remarks If no target segment exists for a segment pair, this property is null. If a translation exists, the ConfirmationLevel is used to indicate its current status in the document." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.html", "title": "Interface ISharedObjects", - "keywords": "Interface ISharedObjects Implemented by the framework to provide access to objects that have been published in order to be shared across components used for content processing. Components that are 'interested' in shared objects receive an instance of this interface by implementing ISharedObjectsAware . Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISharedObjects Remarks Shared objects can be accessed directly using a key (an id), or by iterating over the collection. The SharedObjectPublished event is raised if additional shared objects are published. Any component can publish shared objects by calling PublishSharedObject(string, object, IdConflictResolution) . Shared objects can be used for a number of purposes. Below are some examples: The host application may pass a translation memory interface as a shared object to the components used for processing a file. A file type supporting 3rd party XLIFF may look for such an object, and if found, use it to populate the translation memory with embedded translation suggestions from >alt-trans< elements in the XLIFF file. SDL Trados Studio may want to pass settings bundles to file processing components. Publishing the settings bundle as a shared object will make it available to any file type components that implement this interface. Components can query for the settings bundle, and if found, they can then use it. A native content processor may communicate information to a native parser via a shared object. Properties SharedObjectIds Iterator for the ids of all currently published shared objects Declaration IEnumerable SharedObjectIds { get; } Property Value Type Description IEnumerable string SharedObjects Iterator for all currently published shared objects Declaration IEnumerable SharedObjects { get; } Property Value Type Description IEnumerable object SharedObjectsWithIds Iterator for all currently published shared objects and their associated ids as key/value pairs, in which the id acts as the key. Declaration IEnumerable> SharedObjectsWithIds { get; } Property Value Type Description IEnumerable KeyValuePair string object Methods GetSharedObject(string) Gets the shared object with the specified id; cast to the specified type. If no object with this id is shared, the method returns null. If an object with the specified id exists, but is not of the specified type, an exception is thrown. Declaration T GetSharedObject(string id) Parameters Type Name Description string id Returns Type Description T Type Parameters Name Description T PublishSharedObject(string, object, IdConflictResolution) Any component may publish objects to be shared by calling this method. The object will be added to the available shared objects, and the SharedObjectPublished event will be raised. Declaration void PublishSharedObject(string id, object toBeShared, IdConflictResolution conflictingIdResolution) Parameters Type Name Description string id Unique identifier for the object to be shared. If an object with this id is already shared, the conflict resolution parameter determines what happens. object toBeShared May be null , which can be used to \"remove\" a shared object from the collection. (Note that the component may still hold a reference to the old instance.) IdConflictResolution conflictingIdResolution Indicates what should happen if an object with the same id is already shared. Events SharedObjectPublished Raised if an additional object is published by some component. Declaration event EventHandler SharedObjectPublished Event Type Type Description EventHandler SharedObjectPublishedEventArgs" + "keywords": "Interface ISharedObjects Implemented by the framework to provide access to objects that have been published in order to be shared across components used for content processing. Components that are 'interested' in shared objects receive an instance of this interface by implementing ISharedObjectsAware . Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISharedObjects Remarks Shared objects can be accessed directly using a key (an id), or by iterating over the collection. The SharedObjectPublished event is raised if additional shared objects are published. Any component can publish shared objects by calling PublishSharedObject(String, Object, IdConflictResolution) . Shared objects can be used for a number of purposes. Below are some examples: The host application may pass a translation memory interface as a shared object to the components used for processing a file. A file type supporting 3rd party XLIFF may look for such an object, and if found, use it to populate the translation memory with embedded translation suggestions from >alt-trans< elements in the XLIFF file. SDL Trados Studio may want to pass settings bundles to file processing components. Publishing the settings bundle as a shared object will make it available to any file type components that implement this interface. Components can query for the settings bundle, and if found, they can then use it. A native content processor may communicate information to a native parser via a shared object. Properties SharedObjectIds Iterator for the ids of all currently published shared objects Declaration IEnumerable SharedObjectIds { get; } Property Value Type Description System.Collections.Generic.IEnumerable < System.String > SharedObjects Iterator for all currently published shared objects Declaration IEnumerable SharedObjects { get; } Property Value Type Description System.Collections.Generic.IEnumerable < System.Object > SharedObjectsWithIds Iterator for all currently published shared objects and their associated ids as key/value pairs, in which the id acts as the key. Declaration IEnumerable> SharedObjectsWithIds { get; } Property Value Type Description System.Collections.Generic.IEnumerable < System.Collections.Generic.KeyValuePair < System.String , System.Object >> Methods GetSharedObject(String) Gets the shared object with the specified id; cast to the specified type. If no object with this id is shared, the method returns null. If an object with the specified id exists, but is not of the specified type, an exception is thrown. Declaration T GetSharedObject(string id) Parameters Type Name Description System.String id Returns Type Description T Type Parameters Name Description T PublishSharedObject(String, Object, IdConflictResolution) Any component may publish objects to be shared by calling this method. The object will be added to the available shared objects, and the SharedObjectPublished event will be raised. Declaration void PublishSharedObject(string id, object toBeShared, IdConflictResolution conflictingIdResolution) Parameters Type Name Description System.String id Unique identifier for the object to be shared. If an object with this id is already shared, the conflict resolution parameter determines what happens. System.Object toBeShared May be null , which can be used to \"remove\" a shared object from the collection. (Note that the component may still hold a reference to the old instance.) IdConflictResolution conflictingIdResolution Indicates what should happen if an object with the same id is already shared. Events SharedObjectPublished Raised if an additional object is published by some component. Declaration event EventHandler SharedObjectPublished Event Type Type Description System.EventHandler < SharedObjectPublishedEventArgs >" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjectsAware.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjectsAware.html", "title": "Interface ISharedObjectsAware", - "keywords": "Interface ISharedObjectsAware Implemented by any file type components (native or bilingual) that require access to shared objects used during processing. The framework will call the SetSharedObjects(ISharedObjects) method before the component is used for the first time. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISharedObjectsAware Remarks This interface can be used to establish communication across components or between components and the host application during conversion. Communication between components during conversion is normally handled by embedding information in the actual content, e.g. by calling CustomInfo(ICustomInfoProperties) , by setting custom properties on tags or contexts, or by adding actual content such as tags or contexts to the output. That is often the preferred method for content processing components to communicate, since the information will travel with the data it relates to, and is therefore not affected by buffering, etc. However, it is sometimes useful to establish communication of unrelated properties or to communicate 'upstream', in which case shared objects constitute the preferred mechanism. An example of the use of shared objects are verification settings, which are passed from SDL Trados Studio to the verifier components. Methods SetSharedObjects(ISharedObjects) The framework calls this method before the component is used for content processing in order to communicate with the interface used for accessing shared objects. Declaration void SetSharedObjects(ISharedObjects sharedObjects) Parameters Type Name Description ISharedObjects sharedObjects Remarks Note that not all shared objects may have been published at the time of this call. Handle the SharedObjectPublished event to get notifications when new object instances are shared." + "keywords": "Interface ISharedObjectsAware Implemented by any file type components (native or bilingual) that require access to shared objects used during processing. The framework will call the SetSharedObjects(ISharedObjects) method before the component is used for the first time. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISharedObjectsAware Remarks This interface can be used to establish communication across components or between components and the host application during conversion. Communication between components during conversion is normally handled by embedding information in the actual content, e.g. by calling CustomInfo(ICustomInfoProperties) , by setting custom properties on tags or contexts, or by adding actual content such as tags or contexts to the output. That is often the preferred method for content processing components to communicate, since the information will travel with the data it relates to, and is therefore not affected by buffering, etc. However, it is sometimes useful to establish communication of unrelated properties or to communicate 'upstream', in which case shared objects constitute the preferred mechanism. An example of the use of shared objects are verification settings, which are passed from SDL Trados Studio to the verifier components. Methods SetSharedObjects(ISharedObjects) The framework calls this method before the component is used for content processing in order to communicate with the interface used for accessing shared objects. Declaration void SetSharedObjects(ISharedObjects sharedObjects) Parameters Type Name Description ISharedObjects sharedObjects Remarks Note that not all shared objects may have been published at the time of this call. Handle the SharedObjectPublished event to get notifications when new object instances are shared." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStartTagProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStartTagProperties.html", "title": "Interface IStartTagProperties", - "keywords": "Interface IStartTagProperties Information on an inline paired start tag. Inherited Members IAbstractTagProperties.AddSubSegment(ISubSegmentProperties) IAbstractTagProperties.AddSubSegments(IEnumerable) IAbstractTagProperties.RemoveSubSegment(ISubSegmentProperties) IAbstractTagProperties.ClearSubSegments() IAbstractTagProperties.SortSubSegments() IAbstractTagProperties.LocalizableContent IAbstractTagProperties.HasLocalizableContent IAbstractTagProperties.TagId IAbstractBasicTagProperties.DisplayText IAbstractBasicTagProperties.TagContent IMetaDataContainer.MetaDataContainsKey(string) IMetaDataContainer.GetMetaData(string) IMetaDataContainer.SetMetaData(string, string) IMetaDataContainer.RemoveMetaData(string) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount ICloneable.Clone() IAbstractInlineTagProperties.IsWordStop IAbstractInlineTagProperties.IsSoftBreak IAbstractInlineTagProperties.CanHide Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IStartTagProperties : IAbstractTagProperties, IAbstractBasicTagProperties, IMetaDataContainer, ICloneable, IAbstractInlineTagProperties Remarks By default, start and end tag properties have IsWordStop set to false , as paired tags normally represent formatting or similar information, which should not affect the word boundaries in the text. Properties Formatting Semi-WYSIWYG formatting associated with this tag pair. Declaration IFormattingGroup Formatting { get; set; } Property Value Type Description IFormattingGroup Remarks This formatting is for display purposes in the editor only. It has no effect on the functionality of the tag pair in the underlying native file format. If specified, this formatting will be overlaid with any other applicable formatting in order to determine the formatting used to display text that appears inside the tag pair. SegmentationHint Indicates how the tag pair should be treated during segmentation. Declaration SegmentationHint SegmentationHint { get; set; } Property Value Type Description SegmentationHint" + "keywords": "Interface IStartTagProperties Information on an inline paired start tag. Inherited Members IAbstractTagProperties.AddSubSegment(ISubSegmentProperties) IAbstractTagProperties.AddSubSegments(IEnumerable) IAbstractTagProperties.RemoveSubSegment(ISubSegmentProperties) IAbstractTagProperties.ClearSubSegments() IAbstractTagProperties.SortSubSegments() IAbstractTagProperties.LocalizableContent IAbstractTagProperties.HasLocalizableContent IAbstractTagProperties.TagId IAbstractBasicTagProperties.DisplayText IAbstractBasicTagProperties.TagContent IMetaDataContainer.MetaDataContainsKey(String) IMetaDataContainer.GetMetaData(String) IMetaDataContainer.SetMetaData(String, String) IMetaDataContainer.RemoveMetaData(String) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount System.ICloneable.Clone() IAbstractInlineTagProperties.IsWordStop IAbstractInlineTagProperties.IsSoftBreak IAbstractInlineTagProperties.CanHide Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IStartTagProperties : IAbstractTagProperties, IAbstractBasicTagProperties, IMetaDataContainer, ICloneable, IAbstractInlineTagProperties Remarks By default, start and end tag properties have IsWordStop set to false , as paired tags normally represent formatting or similar information, which should not affect the word boundaries in the text. Properties Formatting Semi-WYSIWYG formatting associated with this tag pair. Declaration IFormattingGroup Formatting { get; set; } Property Value Type Description IFormattingGroup Remarks This formatting is for display purposes in the editor only. It has no effect on the functionality of the tag pair in the underlying native file format. If specified, this formatting will be overlaid with any other applicable formatting in order to determine the formatting used to display text that appears inside the tag pair. SegmentationHint Indicates how the tag pair should be treated during segmentation. Declaration SegmentationHint SegmentationHint { get; set; } Property Value Type Description SegmentationHint" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStructureInfo.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStructureInfo.html", "title": "Interface IStructureInfo", - "keywords": "Interface IStructureInfo Structural information to help define how a context should act in a structural tree. Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IStructureInfo : ICloneable Properties ContextInfo The context to be used to help define the structure of the document Declaration IContextInfo ContextInfo { get; set; } Property Value Type Description IContextInfo Id A unique id for this structure info. This id is generated automatically by the implementation, and cannot be changed. Declaration string Id { get; } Property Value Type Description string Remarks This id is ignored when comparing objects through the Equals() implementation. This is used to facilitate comparison of different instances with the same properties. MustUseDisplayName True if the display name provided by the context is the one that must always be used when displaying the context in a structural tree, etc. This is usually the case if a context does not have any other text associated with it, for example, an image or a table. If this is false, the client application can try and display some more useful information to the user, for example, the corresponding text in a paragraph context. Declaration bool MustUseDisplayName { get; set; } Property Value Type Description bool ParentStructure The structural info of which this context is a child Declaration IStructureInfo ParentStructure { get; set; } Property Value Type Description IStructureInfo" + "keywords": "Interface IStructureInfo Structural information to help define how a context should act in a structural tree. Inherited Members System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IStructureInfo : ICloneable Properties ContextInfo The context to be used to help define the structure of the document Declaration IContextInfo ContextInfo { get; set; } Property Value Type Description IContextInfo Id A unique id for this structure info. This id is generated automatically by the implementation, and cannot be changed. Declaration string Id { get; } Property Value Type Description System.String Remarks This id is ignored when comparing objects through the Equals() implementation. This is used to facilitate comparison of different instances with the same properties. MustUseDisplayName True if the display name provided by the context is the one that must always be used when displaying the context in a structural tree, etc. This is usually the case if a context does not have any other text associated with it, for example, an image or a table. If this is false, the client application can try and display some more useful information to the user, for example, the corresponding text in a paragraph context. Declaration bool MustUseDisplayName { get; set; } Property Value Type Description System.Boolean ParentStructure The structural info of which this context is a child Declaration IStructureInfo ParentStructure { get; set; } Property Value Type Description IStructureInfo" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStructureTagProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStructureTagProperties.html", "title": "Interface IStructureTagProperties", - "keywords": "Interface IStructureTagProperties Information on a tag that represents structural content, or a tag that does not appear inside localizable content. Inherited Members IAbstractTagProperties.AddSubSegment(ISubSegmentProperties) IAbstractTagProperties.AddSubSegments(IEnumerable) IAbstractTagProperties.RemoveSubSegment(ISubSegmentProperties) IAbstractTagProperties.ClearSubSegments() IAbstractTagProperties.SortSubSegments() IAbstractTagProperties.LocalizableContent IAbstractTagProperties.HasLocalizableContent IAbstractTagProperties.TagId IAbstractBasicTagProperties.DisplayText IAbstractBasicTagProperties.TagContent IMetaDataContainer.MetaDataContainsKey(string) IMetaDataContainer.GetMetaData(string) IMetaDataContainer.SetMetaData(string, string) IMetaDataContainer.RemoveMetaData(string) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IStructureTagProperties : IAbstractTagProperties, IAbstractBasicTagProperties, IMetaDataContainer, ICloneable" + "keywords": "Interface IStructureTagProperties Information on a tag that represents structural content, or a tag that does not appear inside localizable content. Inherited Members IAbstractTagProperties.AddSubSegment(ISubSegmentProperties) IAbstractTagProperties.AddSubSegments(IEnumerable) IAbstractTagProperties.RemoveSubSegment(ISubSegmentProperties) IAbstractTagProperties.ClearSubSegments() IAbstractTagProperties.SortSubSegments() IAbstractTagProperties.LocalizableContent IAbstractTagProperties.HasLocalizableContent IAbstractTagProperties.TagId IAbstractBasicTagProperties.DisplayText IAbstractBasicTagProperties.TagContent IMetaDataContainer.MetaDataContainsKey(String) IMetaDataContainer.GetMetaData(String) IMetaDataContainer.SetMetaData(String, String) IMetaDataContainer.RemoveMetaData(String) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface IStructureTagProperties : IAbstractTagProperties, IAbstractBasicTagProperties, IMetaDataContainer, ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentAware.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentAware.html", "title": "Interface ISubContentAware", - "keywords": "Interface ISubContentAware Implemented by parent writers which must insert sub-content into their output stream Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubContentAware Methods AddSubContent(Stream) Called by the framework on the parent writer to insert the sub-content into its output stream. Declaration void AddSubContent(Stream subContentStream) Parameters Type Name Description Stream subContentStream Stream containing sub-content to be inserted into the parent writer's output stream." + "keywords": "Interface ISubContentAware Implemented by parent writers which must insert sub-content into their output stream Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubContentAware Methods AddSubContent(Stream) Called by the framework on the parent writer to insert the sub-content into its output stream. Declaration void AddSubContent(Stream subContentStream) Parameters Type Name Description System.IO.Stream subContentStream Stream containing sub-content to be inserted into the parent writer's output stream." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentParser.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentParser.html", "title": "Interface ISubContentParser", - "keywords": "Interface ISubContentParser Interface implemented by sub-content parsers Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubContentParser Methods InitializeSubContentParser(Stream) Called to initialize the sub-content parser with the stream referencing the sub-content Declaration void InitializeSubContentParser(Stream subContentStream) Parameters Type Name Description Stream subContentStream Stream containing the sub-content to be parsed" + "keywords": "Interface ISubContentParser Interface implemented by sub-content parsers Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubContentParser Methods InitializeSubContentParser(Stream) Called to initialize the sub-content parser with the stream referencing the sub-content Declaration void InitializeSubContentParser(Stream subContentStream) Parameters Type Name Description System.IO.Stream subContentStream Stream containing the sub-content to be parsed" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentPublisher.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentPublisher.html", "title": "Interface ISubContentPublisher", - "keywords": "Interface ISubContentPublisher Interface which should be implemented by parsers which need to publish sub-content Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubContentPublisher Events ProcessSubContent The parser fires this event when it wishes to pass sub-content for processing to the framework. Declaration event EventHandler ProcessSubContent Event Type Type Description EventHandler ProcessSubContentEventArgs" + "keywords": "Interface ISubContentPublisher Interface which should be implemented by parsers which need to publish sub-content Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubContentPublisher Events ProcessSubContent The parser fires this event when it wishes to pass sub-content for processing to the framework. Declaration event EventHandler ProcessSubContent Event Type Type Description System.EventHandler < ProcessSubContentEventArgs >" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentWriter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentWriter.html", "title": "Interface ISubContentWriter", - "keywords": "Interface ISubContentWriter Interface implemented by sub-content writers Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubContentWriter Methods GetSubContentStream() called by the framework to get the final sub-content stream Declaration Stream GetSubContentStream() Returns Type Description Stream Stream containing regenerated sub-content InitializeSubContentWriter(Stream) called by the framework to initialize the SubContent Writer Declaration void InitializeSubContentWriter(Stream originalSubContent) Parameters Type Name Description Stream originalSubContent Stream containing the original source sub-content for writers which need this when regenerating" + "keywords": "Interface ISubContentWriter Interface implemented by sub-content writers Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubContentWriter Methods GetSubContentStream() called by the framework to get the final sub-content stream Declaration Stream GetSubContentStream() Returns Type Description System.IO.Stream Stream containing regenerated sub-content InitializeSubContentWriter(Stream) called by the framework to initialize the SubContent Writer Declaration void InitializeSubContentWriter(Stream originalSubContent) Parameters Type Name Description System.IO.Stream originalSubContent Stream containing the original source sub-content for writers which need this when regenerating" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubSegmentProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubSegmentProperties.html", "title": "Interface ISubSegmentProperties", - "keywords": "Interface ISubSegmentProperties Sub-segments are, for example, localizable tag attributes. During conversion to bilingual format, every sub-segment will end up in its own paragraph unit. The properties StartOffset and Length are required in order to put the translations back into the right places. Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubSegmentProperties : ICloneable Properties Contexts Context information for the sub-segment. Declaration IContextProperties Contexts { get; set; } Property Value Type Description IContextProperties Remarks Can be null if no explicit context information is associated with this sub-segment. During conversion from native to bilingual, any contexts in this collection get propagated to the paragraph unit that contains the actual localizable content of the sub-segment. If this property is null , a default \"Tag content\" context is created to let users know that they are looking at content that appears inside a tag. In addition, during conversion from native to bilingual a sub-segment reference context is added to this collection in order to facilitate navigation from the sub-segment paragraph unit to the paragraph unit that contains the actual localizable content. All contexts added by the framework during native to bilingual conversion are removed during conversion from bilingual back to native format. Length Number of characters that the sub-segment spans Declaration int Length { get; set; } Property Value Type Description int StartOffset The index of the first character of the sub-segment in the text where it appears. Declaration int StartOffset { get; set; } Property Value Type Description int" + "keywords": "Interface ISubSegmentProperties Sub-segments are, for example, localizable tag attributes. During conversion to bilingual format, every sub-segment will end up in its own paragraph unit. The properties StartOffset and Length are required in order to put the translations back into the right places. Inherited Members System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISubSegmentProperties : ICloneable Properties Contexts Context information for the sub-segment. Declaration IContextProperties Contexts { get; set; } Property Value Type Description IContextProperties Remarks Can be null if no explicit context information is associated with this sub-segment. During conversion from native to bilingual, any contexts in this collection get propagated to the paragraph unit that contains the actual localizable content of the sub-segment. If this property is null , a default \"Tag content\" context is created to let users know that they are looking at content that appears inside a tag. In addition, during conversion from native to bilingual a sub-segment reference context is added to this collection in order to facilitate navigation from the sub-segment paragraph unit to the paragraph unit that contains the actual localizable content. All contexts added by the framework during native to bilingual conversion are removed during conversion from bilingual back to native format. Length Number of characters that the sub-segment spans Declaration int Length { get; set; } Property Value Type Description System.Int32 StartOffset The index of the first character of the sub-segment in the text where it appears. Declaration int StartOffset { get; set; } Property Value Type Description System.Int32" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISupportsPersistenceId.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISupportsPersistenceId.html", "title": "Interface ISupportsPersistenceId", - "keywords": "Interface ISupportsPersistenceId Provides access to an internal ID that can be used temporarily by implementations e.g. to persist an object graph. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISupportsPersistenceId Remarks Objects acting as data containers in the framework may implement this interface, even if it is not declared as part of the API. Implementations can cast to this interface to determine if an implementation object supports it. Properties PersistenceId The persistence ID associated with an object may be used by implementations during operations such as serialization and de-serialization of the object model. Declaration int PersistenceId { get; set; } Property Value Type Description int Remarks The persistence ID is an internal ID that may be used temporarily. It is not guaranteed to be preserved during regular processing by other components, and it is explicitly ignored in the object implementations of Equals(object) and GetHashCode() . The initial value of this ID is 0 for all objects. It is up to implementations to ensure uniqueness, if that is desired." + "keywords": "Interface ISupportsPersistenceId Provides access to an internal ID that can be used temporarily by implementations e.g. to persist an object graph. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISupportsPersistenceId Remarks Objects acting as data containers in the framework may implement this interface, even if it is not declared as part of the API. Implementations can cast to this interface to determine if an implementation object supports it. Properties PersistenceId The persistence ID associated with an object may be used by implementations during operations such as serialization and de-serialization of the object model. Declaration int PersistenceId { get; set; } Property Value Type Description System.Int32 Remarks The persistence ID is an internal ID that may be used temporarily. It is not guaranteed to be preserved during regular processing by other components, and it is explicitly ignored in the object implementations of System.Object.Equals(System.Object) and System.Object.GetHashCode() . The initial value of this ID is 0 for all objects. It is up to implementations to ensure uniqueness, if that is desired." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISupportsUniqueId.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISupportsUniqueId.html", "title": "Interface ISupportsUniqueId", - "keywords": "Interface ISupportsUniqueId Provides access to an ID that can be used by implementations e.g. to keep the item in a separate structure Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISupportsUniqueId Remarks This interface is used for now by the segmentation engine Properties UniqueId The Unique ID associated with an object may be used by implementations during operations such as segmentation Declaration int UniqueId { get; set; } Property Value Type Description int Remarks The persistence ID is an internal ID that may be used temporarily. It is not guaranteed to be preserved during regular processing by other components, and it is explicitly ignored in the object implementations of Equals(object) and GetHashCode() . The initial value of this ID is 0 for all objects. It is up to implementations to ensure uniqueness, if that is desired." + "keywords": "Interface ISupportsUniqueId Provides access to an ID that can be used by implementations e.g. to keep the item in a separate structure Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ISupportsUniqueId Remarks This interface is used for now by the segmentation engine Properties UniqueId The Unique ID associated with an object may be used by implementations during operations such as segmentation Declaration int UniqueId { get; set; } Property Value Type Description System.Int32 Remarks The persistence ID is an internal ID that may be used temporarily. It is not guaranteed to be preserved during regular processing by other components, and it is explicitly ignored in the object implementations of System.Object.Equals(System.Object) and System.Object.GetHashCode() . The initial value of this ID is 0 for all objects. It is up to implementations to ensure uniqueness, if that is desired." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ITextProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ITextProperties.html", "title": "Interface ITextProperties", - "keywords": "Interface ITextProperties Information on a piece of localizable text Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ITextProperties : ICloneable Properties Text Translatable text as Unicode string Declaration string Text { get; set; } Property Value Type Description string" + "keywords": "Interface ITextProperties Information on a piece of localizable text Inherited Members System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ITextProperties : ICloneable Properties Text Translatable text as Unicode string Declaration string Text { get; set; } Property Value Type Description System.String" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.html", "title": "Interface ITranslationOrigin", - "keywords": "Interface ITranslationOrigin Information on the origin of a translation. Inherited Members IMetaDataContainer.MetaDataContainsKey(string) IMetaDataContainer.GetMetaData(string) IMetaDataContainer.SetMetaData(string, string) IMetaDataContainer.RemoveMetaData(string) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount ICloneable.Clone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ITranslationOrigin : IMetaDataContainer, ICloneable Remarks Custom metadata can be stored and accessed through the IMetaDataContainer implementation. Properties IsRepeated Indicates whether this segment pair exists in the repetitions table Declaration bool IsRepeated { get; } Property Value Type Description bool IsSIDContextMatch If true , indicates that the translation originates from a system that takes ID context information into account, and that the ID context matches. Declaration bool IsSIDContextMatch { get; set; } Property Value Type Description bool Remarks This is used when a document has context information with at least one Purpose set to Match with ContextType set to sdl:sid, in order to indicate when a match has a corresponding Description that holds the SID value. IsStructureContextMatch If true , indicates that the translation originates from a system that takes structural context information into account, and that the structure context matches. Declaration bool IsStructureContextMatch { get; set; } Property Value Type Description bool Remarks This is used when a document has context information with at least one Purpose set to Match in order to indicate when a match has a corresponding ContextType . When a match gets adapted by interactive translation, the original structure match value can be read from this property on the OriginBeforeAdaptation properties. Typical usage for this value is when editing or proofreading translations. Here, proofreaders or editors may want to pay special attention to certain matches to ensure that they were correctly adopted when used in translation. It may also be possible to directly access the actual translation proposal used as part of the bilingual object model for the paragraph unit. In that case, this value should convey the structure match quality for that translation. This value should typically not change during editing of the segment content, as it is meant to capture information on the original interaction with the translation memory. this[string] Convenience getter and setter for metadata using indexer syntax. The getter functionality is equivalent to calling SetMetaData(string, string) , and the setter functionality is equivalent to GetMetaData(string) . Declaration string this[string key] { get; set; } Parameters Type Name Description string key Must not be null or empty Property Value Type Description string The corresponding value, or null if none MatchPercent The match value for a translation memory match, or the confidence level for a machine translation. Should be a percentage value from 0 - 100% Declaration byte MatchPercent { get; set; } Property Value Type Description byte Remarks When a match gets adapted by interactive translation, the original match value can be read from this property on the OriginBeforeAdaptation properties. A typical use case for this value is when editing or proof-reading translations. Here, proofreaders or editors may want to pay special attention to fuzzy matches to ensure that they were correctly adopted when used in translation. It may also be possible to directly access the actual translation proposal used as part of the bilingual object model for the paragraph unit. In that case, this value should correspond to the match quality for that translation. This value should typically not change during editing of the segment content, as it is meant to capture information on the original interaction with the translation memory. OriginBeforeAdaptation Null or the origin information for the originally adapted target content Declaration ITranslationOrigin OriginBeforeAdaptation { get; set; } Property Value Type Description ITranslationOrigin OriginSystem The translation memory, machine translation system, or a similar source from which the translation originates, or null if unknown or not applicable. Declaration string OriginSystem { get; set; } Property Value Type Description string OriginType The origin of the translation for the segment pair. Declaration string OriginType { get; set; } Property Value Type Description string Remarks Use the pre-defined constant values in Sdl.FileTypeSupport.Framework.Core.Utilitites.NativeApi.DefaultTranslationOrigin if possible. If the translation origin is Sdl.FileTypeSupport.Framework.Core.Utilitites.NativeApi.DefaultTranslationOrigin.Interactive , the OriginBeforeAdaptation may contain information on the originally adapted content. OriginalTranslationHash A hash value that identifies the entry in the TM that provided the translation. This is used to update the correct TM entry if a translator provides an updated version of the translation. Declaration string OriginalTranslationHash { get; set; } Property Value Type Description string RepetitionTableId The id of this segment in the repetitions table that holds all the repetitions matching this segment Declaration RepetitionId RepetitionTableId { get; set; } Property Value Type Description RepetitionId TextContextMatchLevel Indicates whether the match originates from a source where the textual surrounding content corresponds to the text surrounding this segment. Declaration TextContextMatchLevel TextContextMatchLevel { get; set; } Property Value Type Description TextContextMatchLevel Remarks This is used with the new translation memory for textual context matches. When a match gets adapted by interactive translation, the original text context match level can be read from this property on the OriginBeforeAdaptation properties. A typical use case for this value is when editing or proofreading translations. Here, proofreaders or editors may want to pay special attention to certain matches to ensure that they were correctly adopted when used in translation. It may also be possible to directly access the actual translation proposal used as part of the bilingual object model for the paragraph unit. In that case, this value should convey the textual match quality for that translation. This value should typically not change during editing of the segment content, as it is meant to capture information on the original interaction with the translation memory." + "keywords": "Interface ITranslationOrigin Information on the origin of a translation. Inherited Members IMetaDataContainer.MetaDataContainsKey(String) IMetaDataContainer.GetMetaData(String) IMetaDataContainer.SetMetaData(String, String) IMetaDataContainer.RemoveMetaData(String) IMetaDataContainer.ClearMetaData() IMetaDataContainer.MetaData IMetaDataContainer.HasMetaData IMetaDataContainer.MetaDataCount System.ICloneable.Clone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public interface ITranslationOrigin : IMetaDataContainer, ICloneable Remarks Custom metadata can be stored and accessed through the IMetaDataContainer implementation. Properties IsRepeated Indicates whether this segment pair exists in the repetitions table Declaration bool IsRepeated { get; } Property Value Type Description System.Boolean IsSIDContextMatch If true , indicates that the translation originates from a system that takes ID context information into account, and that the ID context matches. Declaration bool IsSIDContextMatch { get; set; } Property Value Type Description System.Boolean Remarks This is used when a document has context information with at least one Purpose set to Match with ContextType set to sdl:sid, in order to indicate when a match has a corresponding Description that holds the SID value. IsStructureContextMatch If true , indicates that the translation originates from a system that takes structural context information into account, and that the structure context matches. Declaration bool IsStructureContextMatch { get; set; } Property Value Type Description System.Boolean Remarks This is used when a document has context information with at least one Purpose set to Match in order to indicate when a match has a corresponding ContextType . When a match gets adapted by interactive translation, the original structure match value can be read from this property on the OriginBeforeAdaptation properties. Typical usage for this value is when editing or proofreading translations. Here, proofreaders or editors may want to pay special attention to certain matches to ensure that they were correctly adopted when used in translation. It may also be possible to directly access the actual translation proposal used as part of the bilingual object model for the paragraph unit. In that case, this value should convey the structure match quality for that translation. This value should typically not change during editing of the segment content, as it is meant to capture information on the original interaction with the translation memory. Item[String] Convenience getter and setter for metadata using indexer syntax. The getter functionality is equivalent to calling SetMetaData(String, String) , and the setter functionality is equivalent to GetMetaData(String) . Declaration string this[string key] { get; set; } Parameters Type Name Description System.String key Must not be null or empty Property Value Type Description System.String The corresponding value, or null if none MatchPercent The match value for a translation memory match, or the confidence level for a machine translation. Should be a percentage value from 0 - 100% Declaration byte MatchPercent { get; set; } Property Value Type Description System.Byte Remarks When a match gets adapted by interactive translation, the original match value can be read from this property on the OriginBeforeAdaptation properties. A typical use case for this value is when editing or proof-reading translations. Here, proofreaders or editors may want to pay special attention to fuzzy matches to ensure that they were correctly adopted when used in translation. It may also be possible to directly access the actual translation proposal used as part of the bilingual object model for the paragraph unit. In that case, this value should correspond to the match quality for that translation. This value should typically not change during editing of the segment content, as it is meant to capture information on the original interaction with the translation memory. OriginalTranslationHash A hash value that identifies the entry in the TM that provided the translation. This is used to update the correct TM entry if a translator provides an updated version of the translation. Declaration string OriginalTranslationHash { get; set; } Property Value Type Description System.String OriginBeforeAdaptation Null or the origin information for the originally adapted target content Declaration ITranslationOrigin OriginBeforeAdaptation { get; set; } Property Value Type Description ITranslationOrigin OriginSystem The translation memory, machine translation system, or a similar source from which the translation originates, or null if unknown or not applicable. Declaration string OriginSystem { get; set; } Property Value Type Description System.String OriginType The origin of the translation for the segment pair. Declaration string OriginType { get; set; } Property Value Type Description System.String Remarks Use the pre-defined constant values in Sdl.FileTypeSupport.Framework.Core.Utilitites.NativeApi.DefaultTranslationOrigin if possible. If the translation origin is Sdl.FileTypeSupport.Framework.Core.Utilitites.NativeApi.DefaultTranslationOrigin.Interactive , the OriginBeforeAdaptation may contain information on the originally adapted content. RepetitionTableId The id of this segment in the repetitions table that holds all the repetitions matching this segment Declaration RepetitionId RepetitionTableId { get; set; } Property Value Type Description RepetitionId TextContextMatchLevel Indicates whether the match originates from a source where the textual surrounding content corresponds to the text surrounding this segment. Declaration TextContextMatchLevel TextContextMatchLevel { get; set; } Property Value Type Description TextContextMatchLevel Remarks This is used with the new translation memory for textual context matches. When a match gets adapted by interactive translation, the original text context match level can be read from this property on the OriginBeforeAdaptation properties. A typical use case for this value is when editing or proofreading translations. Here, proofreaders or editors may want to pay special attention to certain matches to ensure that they were correctly adopted when used in translation. It may also be possible to directly access the actual translation proposal used as part of the bilingual object model for the paragraph unit. In that case, this value should convey the textual match quality for that translation. This value should typically not change during editing of the segment content, as it is meant to capture information on the original interaction with the translation memory." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.html", "title": "Class LocationMarkerId", - "keywords": "Class LocationMarkerId Unique identifier for a location in native or bilingual content; used to associated locations with messages in calls to LocationMark(LocationMarkerId) and ReportMessage(object, string, ErrorLevel, string, LocationMarkerId, LocationMarkerId) . Inheritance object LocationMarkerId Implements ICloneable Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class LocationMarkerId : ICloneable Remarks The default constructor generates a guaranteed unique identifier (a GUID). Constructors LocationMarkerId() A guaranteed unique id Declaration public LocationMarkerId() LocationMarkerId(string) A specified id Declaration public LocationMarkerId(string id) Parameters Type Name Description string id Properties Id The actual marker id as a string Declaration public string Id { get; } Property Value Type Description string Methods Clone() Clones the id Declaration public object Clone() Returns Type Description object Equals(object) True if the objects have the same id. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Hash code based on the id Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description string Overrides object.ToString() Implements ICloneable" + "keywords": "Class LocationMarkerId Unique identifier for a location in native or bilingual content; used to associated locations with messages in calls to LocationMark(LocationMarkerId) and ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId) . Inheritance System.Object LocationMarkerId Implements System.ICloneable Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class LocationMarkerId : ICloneable Remarks The default constructor generates a guaranteed unique identifier (a GUID). Constructors LocationMarkerId() A guaranteed unique id Declaration public LocationMarkerId() LocationMarkerId(String) A specified id Declaration public LocationMarkerId(string id) Parameters Type Name Description System.String id Properties Id The actual marker id as a string Declaration public string Id { get; } Property Value Type Description System.String Methods Clone() Clones the id Declaration public object Clone() Returns Type Description System.Object Equals(Object) True if the objects have the same id. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Hash code based on the id Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Implements System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LockTypeFlags.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LockTypeFlags.html", "title": "Enum LockTypeFlags", - "keywords": "Enum LockTypeFlags Enumterator that contains the available lock types Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax [Flags] public enum LockTypeFlags Fields Name Description Externalized Applied to paragraph units in the bilingual API when a document has been split into multiple instances, so that multiple translators, for example, can work on it simultaneously. This lock type is applied automatically to paragraph units that should not be translated in this file (when they should be translated in a different file instead). Manual A lock that was explicitly inserted, as opposed to an automatically generated lock Structure Applied to structure paragraph units in the bilingual API. Unlocked The content is not locked." + "keywords": "Enum LockTypeFlags Enumterator that contains the available lock types Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax [Flags] public enum LockTypeFlags Fields Name Description Externalized Applied to paragraph units in the bilingual API when a document has been split into multiple instances, so that multiple translators, for example, can work on it simultaneously. This lock type is applied automatically to paragraph units that should not be translated in this file (when they should be translated in a different file instead). Manual A lock that was explicitly inserted, as opposed to an automatically generated lock Structure Applied to structure paragraph units in the bilingual API. Unlocked The content is not locked." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.html", "title": "Class NativeTextLocation", - "keywords": "Class NativeTextLocation Reference to a location inside a plain text file, specified through line and offset numbers. Inheritance object NativeTextLocation Implements ICloneable IComparable NativeTextLocation Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class NativeTextLocation : ICloneable, IComparable Remarks Line and offset numbers are 1-based, i.e. line number 1 is the first line in a file, and offset number 1 is the first character on the line. Constructors NativeTextLocation() Creates an uninitialized instance, where line and offset are both 0. Declaration public NativeTextLocation() NativeTextLocation(NativeTextLocation) Protected constructor used in cloning Declaration protected NativeTextLocation(NativeTextLocation other) Parameters Type Name Description NativeTextLocation other NativeTextLocation(int, int) Initializes with the specified line and offset numbers. Declaration public NativeTextLocation(int line, int offset) Parameters Type Name Description int line int offset Properties Line Line number in the text. The first line in a file is line number 1. A value of 0 indicates that the line number has not been set. Negative values are not allowed. Declaration public virtual int Line { get; set; } Property Value Type Description int Remarks A new line starts when one of the following character combinations are encountered: CR + LF (0x0c 0x0a) (treated as a single line break) Standalone CR (without a following LF) Standalone LF Offset Character offset on the current line. The first character on the line is offset 1. A value of 0 indicates that the offset has not be specified. Negative values are not allowed. Declaration public virtual int Offset { get; set; } Property Value Type Description int Methods Clone() Returns a deep clone of this object. Declaration public object Clone() Returns Type Description object CompareTo(NativeTextLocation) Returns 1 if this is after the other, -1 if this is before the other, and 0 if equal to the other. Declaration public int CompareTo(NativeTextLocation other) Parameters Type Name Description NativeTextLocation other Must not be null Returns Type Description int Equals(object) True if both line and offset numbers are equal. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() The hash code is computed by shifting and combining the line and offset numbers. Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() IsAfter(NativeTextLocation) True if this instance has line and offset numbers that indicate that it appears later in the content than the other instance. Declaration public bool IsAfter(NativeTextLocation other) Parameters Type Name Description NativeTextLocation other Must not be null Returns Type Description bool IsBefore(NativeTextLocation) True if this instance has line and offset numbers that indicate that it appears earlier in the content than the other instance. Declaration public bool IsBefore(NativeTextLocation other) Parameters Type Name Description NativeTextLocation other must not be null Returns Type Description bool ToString() Returns a string in the format \"(line, offset)\" that is intended for ease of use in debugging Declaration public override string ToString() Returns Type Description string Overrides object.ToString() Implements ICloneable IComparable" + "keywords": "Class NativeTextLocation Reference to a location inside a plain text file, specified through line and offset numbers. Inheritance System.Object NativeTextLocation Implements System.ICloneable System.IComparable < NativeTextLocation > Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class NativeTextLocation : ICloneable, IComparable Remarks Line and offset numbers are 1-based, i.e. line number 1 is the first line in a file, and offset number 1 is the first character on the line. Constructors NativeTextLocation() Creates an uninitialized instance, where line and offset are both 0. Declaration public NativeTextLocation() NativeTextLocation(NativeTextLocation) Protected constructor used in cloning Declaration protected NativeTextLocation(NativeTextLocation other) Parameters Type Name Description NativeTextLocation other NativeTextLocation(Int32, Int32) Initializes with the specified line and offset numbers. Declaration public NativeTextLocation(int line, int offset) Parameters Type Name Description System.Int32 line System.Int32 offset Properties Line Line number in the text. The first line in a file is line number 1. A value of 0 indicates that the line number has not been set. Negative values are not allowed. Declaration public virtual int Line { get; set; } Property Value Type Description System.Int32 Remarks A new line starts when one of the following character combinations are encountered: CR + LF (0x0c 0x0a) (treated as a single line break) Standalone CR (without a following LF) Standalone LF Offset Character offset on the current line. The first character on the line is offset 1. A value of 0 indicates that the offset has not be specified. Negative values are not allowed. Declaration public virtual int Offset { get; set; } Property Value Type Description System.Int32 Methods Clone() Returns a deep clone of this object. Declaration public object Clone() Returns Type Description System.Object CompareTo(NativeTextLocation) Returns 1 if this is after the other, -1 if this is before the other, and 0 if equal to the other. Declaration public int CompareTo(NativeTextLocation other) Parameters Type Name Description NativeTextLocation other Must not be null Returns Type Description System.Int32 Equals(Object) True if both line and offset numbers are equal. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() The hash code is computed by shifting and combining the line and offset numbers. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() IsAfter(NativeTextLocation) True if this instance has line and offset numbers that indicate that it appears later in the content than the other instance. Declaration public bool IsAfter(NativeTextLocation other) Parameters Type Name Description NativeTextLocation other Must not be null Returns Type Description System.Boolean IsBefore(NativeTextLocation) True if this instance has line and offset numbers that indicate that it appears earlier in the content than the other instance. Declaration public bool IsBefore(NativeTextLocation other) Parameters Type Name Description NativeTextLocation other must not be null Returns Type Description System.Boolean ToString() Returns a string in the format \"(line, offset)\" that is intended for ease of use in debugging Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Implements System.ICloneable System.IComparable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.html", "title": "Struct ParagraphUnitId", - "keywords": "Struct ParagraphUnitId Type safe wrapper around a unique identifier for paragraph units, used in IParagraphUnitProperties . Implements IComparable ParagraphUnitId Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct ParagraphUnitId : IComparable Constructors ParagraphUnitId(string) Construction from a string representation of the paragraph unit id. Declaration public ParagraphUnitId(string id) Parameters Type Name Description string id The id as a string Properties Id Trans-unit id as a string Declaration public string Id { get; } Property Value Type Description string Methods CompareTo(ParagraphUnitId) Compares the ids. Declaration public int CompareTo(ParagraphUnitId other) Parameters Type Name Description ParagraphUnitId other Returns Type Description int Equals(object) Compare the ids Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides ValueType.Equals(object) GetHashCode() The hash code is based on the id. Declaration public override int GetHashCode() Returns Type Description int Overrides ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description string Overrides ValueType.ToString() Operators operator ==(ParagraphUnitId, ParagraphUnitId) Compares the ids. Declaration public static bool operator ==(ParagraphUnitId first, ParagraphUnitId second) Parameters Type Name Description ParagraphUnitId first ParagraphUnitId second Returns Type Description bool operator !=(ParagraphUnitId, ParagraphUnitId) Compares the ids. Declaration public static bool operator !=(ParagraphUnitId first, ParagraphUnitId second) Parameters Type Name Description ParagraphUnitId first ParagraphUnitId second Returns Type Description bool Implements IComparable" + "keywords": "Struct ParagraphUnitId Type safe wrapper around a unique identifier for paragraph units, used in IParagraphUnitProperties . Implements System.IComparable < ParagraphUnitId > Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct ParagraphUnitId : IComparable Constructors ParagraphUnitId(String) Construction from a string representation of the paragraph unit id. Declaration public ParagraphUnitId(string id) Parameters Type Name Description System.String id The id as a string Properties Id Trans-unit id as a string Declaration public readonly string Id { get; } Property Value Type Description System.String Methods CompareTo(ParagraphUnitId) Compares the ids. Declaration public int CompareTo(ParagraphUnitId other) Parameters Type Name Description ParagraphUnitId other Returns Type Description System.Int32 Equals(Object) Compare the ids Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.ValueType.Equals(System.Object) GetHashCode() The hash code is based on the id. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description System.String Overrides System.ValueType.ToString() Operators Equality(ParagraphUnitId, ParagraphUnitId) Compares the ids. Declaration public static bool operator ==(ParagraphUnitId first, ParagraphUnitId second) Parameters Type Name Description ParagraphUnitId first ParagraphUnitId second Returns Type Description System.Boolean Inequality(ParagraphUnitId, ParagraphUnitId) Compares the ids. Declaration public static bool operator !=(ParagraphUnitId first, ParagraphUnitId second) Parameters Type Name Description ParagraphUnitId first ParagraphUnitId second Returns Type Description System.Boolean Implements System.IComparable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.html", "title": "Class ProcessSubContentEventArgs", - "keywords": "Class ProcessSubContentEventArgs Event args which are used by the ProcessSubContent event Inheritance object EventArgs ProcessSubContentEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class ProcessSubContentEventArgs : EventArgs Constructors ProcessSubContentEventArgs(string, Stream) Constructor Declaration public ProcessSubContentEventArgs(string fileTypeDefinitionId, Stream subContentStream) Parameters Type Name Description string fileTypeDefinitionId Stream subContentStream Properties FileTypeDefinitionId FileTypeDefinitionId - used to define the sub-content parser to use for this particular sub-content stream Declaration public string FileTypeDefinitionId { get; set; } Property Value Type Description string SubContentStream SubContentStream - stream referencing the sub-content to be parsed Declaration public Stream SubContentStream { get; set; } Property Value Type Description Stream" + "keywords": "Class ProcessSubContentEventArgs Event args which are used by the ProcessSubContent event Inheritance System.Object System.EventArgs ProcessSubContentEventArgs Inherited Members System.EventArgs.Empty 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.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class ProcessSubContentEventArgs : EventArgs Constructors ProcessSubContentEventArgs(String, Stream) Constructor Declaration public ProcessSubContentEventArgs(string fileTypeDefinitionId, Stream subContentStream) Parameters Type Name Description System.String fileTypeDefinitionId System.IO.Stream subContentStream Properties FileTypeDefinitionId FileTypeDefinitionId - used to define the sub-content parser to use for this particular sub-content stream Declaration public string FileTypeDefinitionId { get; set; } Property Value Type Description System.String SubContentStream SubContentStream - stream referencing the sub-content to be parsed Declaration public Stream SubContentStream { get; set; } Property Value Type Description System.IO.Stream" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.html", "title": "Class ProgressEventArgs", - "keywords": "Class ProgressEventArgs Progress event for progress indicators. Inheritance object EventArgs ProgressEventArgs Inherited Members EventArgs.Empty object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class ProgressEventArgs : EventArgs Constructors ProgressEventArgs(byte) Progress is a percentage values from 0 (start) up to and including 100 (complete). Declaration public ProgressEventArgs(byte value) Parameters Type Name Description byte value Values 0 - 100 (inclusive) are accepted. Exceptions Type Condition OverflowException thown if the percentag value is larger than 100. Properties ProgressValue A progress value between 0 and 100 Declaration public byte ProgressValue { get; } Property Value Type Description byte Methods ToString() For debugging, shows the percentage value. Declaration public override string ToString() Returns Type Description string Overrides object.ToString()" + "keywords": "Class ProgressEventArgs Progress event for progress indicators. Inheritance System.Object System.EventArgs ProgressEventArgs Inherited Members System.EventArgs.Empty 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.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class ProgressEventArgs : EventArgs Constructors ProgressEventArgs(Byte) Progress is a percentage values from 0 (start) up to and including 100 (complete). Declaration public ProgressEventArgs(byte value) Parameters Type Name Description System.Byte value Values 0 - 100 (inclusive) are accepted. Exceptions Type Condition System.OverflowException thown if the percentag value is larger than 100. Properties ProgressValue A progress value between 0 and 100 Declaration public byte ProgressValue { get; } Property Value Type Description System.Byte Methods ToString() For debugging, shows the percentage value. Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString()" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.html", "title": "Delegate ProgressReporter", - "keywords": "Delegate ProgressReporter Delegate defining the signature for progress reporting events. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public delegate void ProgressReporter(byte percent) Parameters Type Name Description byte percent Percent completed - must be a value from 0 to 100. Constructors ProgressReporter(object, IntPtr) Declaration public ProgressReporter(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(byte, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(byte percent, AsyncCallback callback, object @object) Parameters Type Name Description byte percent AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(byte) Declaration public virtual void Invoke(byte percent) Parameters Type Name Description byte percent" + "keywords": "Delegate ProgressReporter Delegate defining the signature for progress reporting events. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public delegate void ProgressReporter(byte percent); Parameters Type Name Description System.Byte percent Percent completed - must be a value from 0 to 100. Constructors ProgressReporter(Object, IntPtr) Declaration public ProgressReporter(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(Byte, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(byte percent, AsyncCallback callback, object object) Parameters Type Name Description System.Byte percent System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Invoke(Byte) Declaration public virtual void Invoke(byte percent) Parameters Type Name Description System.Byte percent" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html", "title": "Struct RepetitionId", - "keywords": "Struct RepetitionId Type safe wrapper around a repetition id unique identifier (GUID). Implements IComparable Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct RepetitionId : IComparable Constructors RepetitionId(string) Construction from a string representation of the repetition id Declaration public RepetitionId(string id) Parameters Type Name Description string id The id as a string Properties Id Repetition id as a string Declaration public string Id { get; } Property Value Type Description string Methods CompareTo(object) Compares the two ids. Declaration public int CompareTo(object obj) Parameters Type Name Description object obj Returns Type Description int Equals(object) Compares the id to the id of the other object. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides ValueType.Equals(object) GetHashCode() The has code is based on the id. Declaration public override int GetHashCode() Returns Type Description int Overrides ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description string Overrides ValueType.ToString() Operators operator ==(RepetitionId, RepetitionId) Compares the ids of the two items. Declaration public static bool operator ==(RepetitionId first, RepetitionId second) Parameters Type Name Description RepetitionId first RepetitionId second Returns Type Description bool operator !=(RepetitionId, RepetitionId) Compares the ids of the two items. Declaration public static bool operator !=(RepetitionId first, RepetitionId second) Parameters Type Name Description RepetitionId first RepetitionId second Returns Type Description bool Implements IComparable" + "keywords": "Struct RepetitionId Type safe wrapper around a repetition id unique identifier (GUID). Implements System.IComparable Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct RepetitionId : IComparable Constructors RepetitionId(String) Construction from a string representation of the repetition id Declaration public RepetitionId(string id) Parameters Type Name Description System.String id The id as a string Properties Id Repetition id as a string Declaration public readonly string Id { get; } Property Value Type Description System.String Methods CompareTo(Object) Compares the two ids. Declaration public int CompareTo(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Int32 Equals(Object) Compares the id to the id of the other object. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.ValueType.Equals(System.Object) GetHashCode() The has code is based on the id. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description System.String Overrides System.ValueType.ToString() Operators Equality(RepetitionId, RepetitionId) Compares the ids of the two items. Declaration public static bool operator ==(RepetitionId first, RepetitionId second) Parameters Type Name Description RepetitionId first RepetitionId second Returns Type Description System.Boolean Inequality(RepetitionId, RepetitionId) Compares the ids of the two items. Declaration public static bool operator !=(RepetitionId first, RepetitionId second) Parameters Type Name Description RepetitionId first RepetitionId second Returns Type Description System.Boolean Implements System.IComparable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.html", "title": "Class RevisionTypeNotSupportedException", - "keywords": "Class RevisionTypeNotSupportedException Exception thrown when the wrong RevisionType is set on RevisionProperties or FeedbackProperties Inheritance object Exception RevisionTypeNotSupportedException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class RevisionTypeNotSupportedException : Exception, ISerializable, _Exception Constructors RevisionTypeNotSupportedException(string) Constructor for RevisionTypeNotSupportedException Declaration public RevisionTypeNotSupportedException(string message) Parameters Type Name Description string message Message of exception Implements ISerializable _Exception" + "keywords": "Class RevisionTypeNotSupportedException Exception thrown when the wrong RevisionType is set on RevisionProperties or FeedbackProperties Inheritance System.Object System.Exception RevisionTypeNotSupportedException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class RevisionTypeNotSupportedException : Exception, ISerializable, _Exception Constructors RevisionTypeNotSupportedException(String) Constructor for RevisionTypeNotSupportedException Declaration public RevisionTypeNotSupportedException(string message) Parameters Type Name Description System.String message Message of exception Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentationHint.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentationHint.html", "title": "Enum SegmentationHint", - "keywords": "Enum SegmentationHint Used in TagProperties to indicate how the tag should be handled during segmentation. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum SegmentationHint Fields Name Description Exclude The tag will be excluded from a segment, even if this means changing the segmentation. This is used for sub-content processing. Include If possible, the segmentation engine should always include this tag inside a segment. IncludeWithText The tag will be included in a segment if the segment also contains text content, otherwise it will not be included in a segment (in order to prevent segment-only tags). MayExclude The tag may be left outside of the segment, e.g. if it appears at a segment boundary. Undefined The value has not been explicitly specified, or the default segmentation behavior is implied." + "keywords": "Enum SegmentationHint Used in TagProperties to indicate how the tag should be handled during segmentation. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum SegmentationHint Fields Name Description Exclude The tag will be excluded from a segment, even if this means changing the segmentation. This is used for sub-content processing. Include If possible, the segmentation engine should always include this tag inside a segment. IncludeWithText The tag will be included in a segment if the segment also contains text content, otherwise it will not be included in a segment (in order to prevent segment-only tags). MayExclude The tag may be left outside of the segment, e.g. if it appears at a segment boundary. Undefined The value has not been explicitly specified, or the default segmentation behavior is implied." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.html", "title": "Struct SegmentId", - "keywords": "Struct SegmentId Type-safe wrapper around a segment identifier Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct SegmentId Constructors SegmentId(long) Convenience construction from a number. The string id is generated by calling ToString() on the number. Declaration public SegmentId(long number) Parameters Type Name Description long number The segment id as a number SegmentId(string) Construction from a string representation of the id Declaration public SegmentId(string id) Parameters Type Name Description string id The segment id as a string Properties Id The actual id as a string Declaration public string Id { get; set; } Property Value Type Description string Methods Equals(object) Compares the id values. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides ValueType.Equals(object) GetHashCode() Hash code for the id value Declaration public override int GetHashCode() Returns Type Description int Overrides ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description string Overrides ValueType.ToString() Operators operator ==(SegmentId, SegmentId) Compares the id values. Declaration public static bool operator ==(SegmentId first, SegmentId second) Parameters Type Name Description SegmentId first SegmentId second Returns Type Description bool operator !=(SegmentId, SegmentId) Compares the id values. Declaration public static bool operator !=(SegmentId first, SegmentId second) Parameters Type Name Description SegmentId first SegmentId second Returns Type Description bool" + "keywords": "Struct SegmentId Type-safe wrapper around a segment identifier Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct SegmentId Constructors SegmentId(Int64) Convenience construction from a number. The string id is generated by calling ToString() on the number. Declaration public SegmentId(long number) Parameters Type Name Description System.Int64 number The segment id as a number SegmentId(String) Construction from a string representation of the id Declaration public SegmentId(string id) Parameters Type Name Description System.String id The segment id as a string Properties Id The actual id as a string Declaration public string Id { get; set; } Property Value Type Description System.String Methods Equals(Object) Compares the id values. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.ValueType.Equals(System.Object) GetHashCode() Hash code for the id value Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description System.String Overrides System.ValueType.ToString() Operators Equality(SegmentId, SegmentId) Compares the id values. Declaration public static bool operator ==(SegmentId first, SegmentId second) Parameters Type Name Description SegmentId first SegmentId second Returns Type Description System.Boolean Inequality(SegmentId, SegmentId) Compares the id values. Declaration public static bool operator !=(SegmentId first, SegmentId second) Parameters Type Name Description SegmentId first SegmentId second Returns Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.Severity.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.Severity.html", "title": "Enum Severity", - "keywords": "Enum Severity Severity level associated with a comment. A higher severity level can make the comment more prominent in the user interface. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum Severity Fields Name Description High Error, a severe issue Invalid Sentinel, not used Low Informational purpose Medium Warning, likely an important issue Undefined The severity level has not been specified" + "keywords": "Enum Severity Severity level associated with a comment. A higher severity level can make the comment more prominent in the user interface. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum Severity Fields Name Description High Error, a severe issue Invalid Sentinel, not used Low Informational purpose Medium Warning, likely an important issue Undefined The severity level has not been specified" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.html", "title": "Class SharedObjectPublishedEventArgs", - "keywords": "Class SharedObjectPublishedEventArgs Information passed in the SharedObjectPublished event. Inheritance object EventArgs SharedObjectPublishedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class SharedObjectPublishedEventArgs : EventArgs Constructors SharedObjectPublishedEventArgs(string, object) Creates with the id and the object instance. Declaration public SharedObjectPublishedEventArgs(string id, object sharedObject) Parameters Type Name Description string id object sharedObject Properties Id Id used to publish the object Declaration public string Id { get; set; } Property Value Type Description string SharedObject Instance of the published object Declaration public object SharedObject { get; set; } Property Value Type Description object" + "keywords": "Class SharedObjectPublishedEventArgs Information passed in the SharedObjectPublished event. Inheritance System.Object System.EventArgs SharedObjectPublishedEventArgs Inherited Members System.EventArgs.Empty 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.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class SharedObjectPublishedEventArgs : EventArgs Constructors SharedObjectPublishedEventArgs(String, Object) Creates with the id and the object instance. Declaration public SharedObjectPublishedEventArgs(string id, object sharedObject) Parameters Type Name Description System.String id System.Object sharedObject Properties Id Id used to publish the object Declaration public string Id { get; set; } Property Value Type Description System.String SharedObject Instance of the published object Declaration public object SharedObject { get; set; } Property Value Type Description System.Object" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html", "title": "Class SniffInfo", - "keywords": "Class SniffInfo Information returned from Sniff(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) . This class also allows you to store key/value pairs that the parser may need to read during parsing. Inheritance object SniffInfo Implements IMetaDataContainer ICloneable ISupportsPersistenceId Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class SniffInfo : IMetaDataContainer, ICloneable, ISupportsPersistenceId Remarks Communicates whether the file is considered valid by the file sniffer; may contain additional information such as the detected source and target languages, encoding of the file, etc. Custom metadata can also be stored and accessed via the IMetaDataContainer implementation. If the file type is supported and further processed, this information is passed to all file processing components that implement INativeContentCycleAware as the FileSnifferInfo when the framework calls SetFileProperties(IFileProperties) . Constructors SniffInfo() Default constructor, creates an uninitialized object where IsSupported is false and DetectedEncoding is null. Declaration public SniffInfo() SniffInfo(SniffInfo) Copy constructor used by the Clone() method. Performs a deep clone of the other object. Declaration protected SniffInfo(SniffInfo other) Parameters Type Name Description SniffInfo other Object to clone from Properties DetectedEncoding If the file sniffer detects or guesses which encoding is used in the file, it may communicate this to the other parser components by setting this property. Declaration public Pair DetectedEncoding { get; set; } Property Value Type Description Pair Codepage DetectionLevel DetectedSourceLanguage If the file sniffer detects or guesses the source language in the file, it can be communicated to the framework by setting this property. Declaration public Pair DetectedSourceLanguage { get; set; } Property Value Type Description Pair Language DetectionLevel DetectedTargetLanguage If the file sniffer detects or guesses the target language of a bilingual file, it can be communicated to the framework by setting this property. Declaration public Pair DetectedTargetLanguage { get; set; } Property Value Type Description Pair Language DetectionLevel HasMetaData True if there are any key/value pairs of metadata in the sniff info Declaration public bool HasMetaData { get; } Property Value Type Description bool IsSupported The file sniffer sets this property to true in order to indicate that the corresponding file type definition can be used for processing this file. Declaration public bool IsSupported { get; set; } Property Value Type Description bool this[string] Convenience getter and setter for metadata using indexer syntax. The getter functionality is equivalent to calling SetMetaData(string, string) , the setter functionality is equivalent to GetMetaData(string) . Declaration public string this[string key] { get; set; } Parameters Type Name Description string key Must not be null or empty Property Value Type Description string The corresponding value, or null if none MetaData Iterator for all metadata key/value pairs Declaration public IEnumerable> MetaData { get; } Property Value Type Description IEnumerable KeyValuePair string string MetaDataCount Number of key/value pairs of metadata Declaration public int MetaDataCount { get; } Property Value Type Description int PersistenceId The persistence ID associated with an object may be used by implementations during operations such as serialization and de-serialization of the object model. Declaration public int PersistenceId { get; set; } Property Value Type Description int SuggestedTargetEncoding The file sniffer's suggestion on what type of encoding would be suitable when generating a translated version of this file. Declaration public EncodingCategory SuggestedTargetEncoding { get; set; } Property Value Type Description EncodingCategory Methods ClearMetaData() Removes all metadata key/value pairs. Declaration public void ClearMetaData() Clone() Deep clone this object Declaration public object Clone() Returns Type Description object Equals(object) True if all properties and values are equal. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Computed by combining all properties and values Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() GetMetaData(string) Retrieves the metadata value for the specified key Declaration public string GetMetaData(string key) Parameters Type Name Description string key Must not be null or empty Returns Type Description string Null if no value exists for the key. MetaDataContainsKey(string) Determines if a metadata value exists for the specified key Declaration public bool MetaDataContainsKey(string key) Parameters Type Name Description string key Must not be null or empty Returns Type Description bool True if a value exists for the key RemoveMetaData(string) Removes the metadata value for the specified key from the collection. If no value exists for this key, nothing will happen. Declaration public bool RemoveMetaData(string key) Parameters Type Name Description string key Must not be null Returns Type Description bool True if a key/value pair was removed SetMetaData(string, string) Sets the metadata value for the specified key Declaration public void SetMetaData(string key, string value) Parameters Type Name Description string key Must not be null or empty string value Must not be null Remarks If no value exists for the key, one will be created. If a value already exists for the key, it will be overwritten. Implements IMetaDataContainer ICloneable ISupportsPersistenceId" + "keywords": "Class SniffInfo Information returned from Sniff(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) . This class also allows you to store key/value pairs that the parser may need to read during parsing. Inheritance System.Object SniffInfo Implements IMetaDataContainer System.ICloneable ISupportsPersistenceId Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class SniffInfo : IMetaDataContainer, ICloneable, ISupportsPersistenceId Remarks Communicates whether the file is considered valid by the file sniffer; may contain additional information such as the detected source and target languages, encoding of the file, etc. Custom metadata can also be stored and accessed via the IMetaDataContainer implementation. If the file type is supported and further processed, this information is passed to all file processing components that implement INativeContentCycleAware as the FileSnifferInfo when the framework calls SetFileProperties(IFileProperties) . Constructors SniffInfo() Default constructor, creates an uninitialized object where IsSupported is false and DetectedEncoding is null. Declaration public SniffInfo() SniffInfo(SniffInfo) Copy constructor used by the Clone() method. Performs a deep clone of the other object. Declaration protected SniffInfo(SniffInfo other) Parameters Type Name Description SniffInfo other Object to clone from Properties DetectedEncoding If the file sniffer detects or guesses which encoding is used in the file, it may communicate this to the other parser components by setting this property. Declaration public Pair DetectedEncoding { get; set; } Property Value Type Description Pair < Codepage , DetectionLevel > DetectedSourceLanguage If the file sniffer detects or guesses the source language in the file, it can be communicated to the framework by setting this property. Declaration public Pair DetectedSourceLanguage { get; set; } Property Value Type Description Pair < Language , DetectionLevel > DetectedTargetLanguage If the file sniffer detects or guesses the target language of a bilingual file, it can be communicated to the framework by setting this property. Declaration public Pair DetectedTargetLanguage { get; set; } Property Value Type Description Pair < Language , DetectionLevel > HasMetaData True if there are any key/value pairs of metadata in the sniff info Declaration public bool HasMetaData { get; } Property Value Type Description System.Boolean IsSupported The file sniffer sets this property to true in order to indicate that the corresponding file type definition can be used for processing this file. Declaration public bool IsSupported { get; set; } Property Value Type Description System.Boolean Item[String] Convenience getter and setter for metadata using indexer syntax. The getter functionality is equivalent to calling SetMetaData(String, String) , the setter functionality is equivalent to GetMetaData(String) . Declaration public string this[string key] { get; set; } Parameters Type Name Description System.String key Must not be null or empty Property Value Type Description System.String The corresponding value, or null if none MetaData Iterator for all metadata key/value pairs Declaration public IEnumerable> MetaData { get; } Property Value Type Description System.Collections.Generic.IEnumerable < System.Collections.Generic.KeyValuePair < System.String , System.String >> MetaDataCount Number of key/value pairs of metadata Declaration public int MetaDataCount { get; } Property Value Type Description System.Int32 PersistenceId The persistence ID associated with an object may be used by implementations during operations such as serialization and de-serialization of the object model. Declaration public int PersistenceId { get; set; } Property Value Type Description System.Int32 SuggestedTargetEncoding The file sniffer's suggestion on what type of encoding would be suitable when generating a translated version of this file. Declaration public EncodingCategory SuggestedTargetEncoding { get; set; } Property Value Type Description EncodingCategory Methods ClearMetaData() Removes all metadata key/value pairs. Declaration public void ClearMetaData() Clone() Deep clone this object Declaration public object Clone() Returns Type Description System.Object Equals(Object) True if all properties and values are equal. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Computed by combining all properties and values Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() GetMetaData(String) Retrieves the metadata value for the specified key Declaration public string GetMetaData(string key) Parameters Type Name Description System.String key Must not be null or empty Returns Type Description System.String Null if no value exists for the key. MetaDataContainsKey(String) Determines if a metadata value exists for the specified key Declaration public bool MetaDataContainsKey(string key) Parameters Type Name Description System.String key Must not be null or empty Returns Type Description System.Boolean True if a value exists for the key RemoveMetaData(String) Removes the metadata value for the specified key from the collection. If no value exists for this key, nothing will happen. Declaration public bool RemoveMetaData(string key) Parameters Type Name Description System.String key Must not be null Returns Type Description System.Boolean True if a key/value pair was removed SetMetaData(String, String) Sets the metadata value for the specified key Declaration public void SetMetaData(string key, string value) Parameters Type Name Description System.String key Must not be null or empty System.String value Must not be null Remarks If no value exists for the key, one will be created. If a value already exists for the key, it will be overwritten. Implements IMetaDataContainer System.ICloneable ISupportsPersistenceId" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.CountUnit.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.CountUnit.html", "title": "Enum SourceCount.CountUnit", - "keywords": "Enum SourceCount.CountUnit The type of count, i.e. word or character Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum SourceCount.CountUnit Fields Name Description character Count value representing the number of characters word Count value representing the number of words" + "keywords": "Enum SourceCount.CountUnit The type of count, i.e. word or character Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum CountUnit Fields Name Description character Count value representing the number of characters word Count value representing the number of words" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.html", "title": "Class SourceCount", - "keywords": "Class SourceCount A word or character count value Inheritance object SourceCount Implements ICloneable Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class SourceCount : ICloneable Constructors SourceCount() Default constructor - creates an uninitialized object. Declaration public SourceCount() SourceCount(SourceCount) Protected copy constructor used during cloning Declaration protected SourceCount(SourceCount other) Parameters Type Name Description SourceCount other Properties Unit The type of items that the value represents Declaration public SourceCount.CountUnit Unit { get; set; } Property Value Type Description SourceCount CountUnit Value The value that the count represents Declaration public long Value { get; set; } Property Value Type Description long Methods Clone() Returns a deep clone of the object Declaration public object Clone() Returns Type Description object Equals(object) Objects are considered equal if they have the same unit and value. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() The hash code is computed from the unit and value. Same unit and value yields same hash code. Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Implements ICloneable" + "keywords": "Class SourceCount A word or character count value Inheritance System.Object SourceCount Implements System.ICloneable Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class SourceCount : ICloneable Constructors SourceCount() Default constructor - creates an uninitialized object. Declaration public SourceCount() SourceCount(SourceCount) Protected copy constructor used during cloning Declaration protected SourceCount(SourceCount other) Parameters Type Name Description SourceCount other Properties Unit The type of items that the value represents Declaration public SourceCount.CountUnit Unit { get; set; } Property Value Type Description SourceCount.CountUnit Value The value that the count represents Declaration public long Value { get; set; } Property Value Type Description System.Int64 Methods Clone() Returns a deep clone of the object Declaration public object Clone() Returns Type Description System.Object Equals(Object) Objects are considered equal if they have the same unit and value. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() The hash code is computed from the unit and value. Same unit and value yields same hash code. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Implements System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TagId.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TagId.html", "title": "Struct TagId", - "keywords": "Struct TagId Type-safe wrapper for a tag identifier string Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct TagId Constructors TagId(string) Construct from a string Declaration public TagId(string id) Parameters Type Name Description string id Properties Id The id as a string Declaration public string Id { get; set; } Property Value Type Description string Methods Equals(object) True if the ids are equal Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides ValueType.Equals(object) GetHashCode() The hash for the id Declaration public override int GetHashCode() Returns Type Description int Overrides ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description string Overrides ValueType.ToString() Operators operator ==(TagId, TagId) True if the ids are equal Declaration public static bool operator ==(TagId first, TagId second) Parameters Type Name Description TagId first TagId second Returns Type Description bool operator !=(TagId, TagId) True if ids are not equal Declaration public static bool operator !=(TagId first, TagId second) Parameters Type Name Description TagId first TagId second Returns Type Description bool" + "keywords": "Struct TagId Type-safe wrapper for a tag identifier string Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public struct TagId Constructors TagId(String) Construct from a string Declaration public TagId(string id) Parameters Type Name Description System.String id Properties Id The id as a string Declaration public string Id { get; set; } Property Value Type Description System.String Methods Equals(Object) True if the ids are equal Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.ValueType.Equals(System.Object) GetHashCode() The hash for the id Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.ValueType.GetHashCode() ToString() The id as a string Declaration public override string ToString() Returns Type Description System.String Overrides System.ValueType.ToString() Operators Equality(TagId, TagId) True if the ids are equal Declaration public static bool operator ==(TagId first, TagId second) Parameters Type Name Description TagId first TagId second Returns Type Description System.Boolean Inequality(TagId, TagId) True if ids are not equal Declaration public static bool operator !=(TagId first, TagId second) Parameters Type Name Description TagId first TagId second Returns Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TextContextMatchLevel.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TextContextMatchLevel.html", "title": "Enum TextContextMatchLevel", - "keywords": "Enum TextContextMatchLevel Used with textual context matches to indicate the level of matching. Namespace : Sdl Sdl.FileTypeSupport Framework NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum TextContextMatchLevel Fields Name Description None The textual context does not match. Source Source content matches with surrounding source content. SourceAndTarget Source and target matches surrounding source and target content." + "keywords": "Enum TextContextMatchLevel Used with textual context matches to indicate the level of matching. Namespace : Sdl.FileTypeSupport.Framework.NativeApi Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public enum TextContextMatchLevel Fields Name Description None The textual context does not match. Source Source content matches with surrounding source content. SourceAndTarget Source and target matches surrounding source and target content." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.Pair-2.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Pair-2.html", "title": "Class Pair", - "keywords": "Class Pair Two objects as one. Use this e.g. to store objects that belong together in a single collection. Inheritance object Pair Implements ICloneable Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class Pair : ICloneable Type Parameters Name Description FirstType SecondType Constructors Pair(FirstType, SecondType) Contruct a new pair form the specifiec objects. Declaration public Pair(FirstType first, SecondType second) Parameters Type Name Description FirstType first SecondType second Properties First The first of the two objects in the pair. Declaration public FirstType First { get; set; } Property Value Type Description FirstType Second The second of the two objects in the pair. Declaration public SecondType Second { get; set; } Property Value Type Description SecondType Methods Clone() Clone the pair. If a type implements ICloneable it is deep cloned, otherwise a shallow clone is used. Declaration public virtual object Clone() Returns Type Description object Equals(object) true if First and Second are equal for both objects. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Returns a combiniation of the hash codes of First and Second. Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Implements ICloneable" + "keywords": "Class Pair Two objects as one. Use this e.g. to store objects that belong together in a single collection. Inheritance System.Object Pair Implements System.ICloneable Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class Pair : ICloneable Type Parameters Name Description FirstType SecondType Constructors Pair(FirstType, SecondType) Contruct a new pair form the specifiec objects. Declaration public Pair(FirstType first, SecondType second) Parameters Type Name Description FirstType first SecondType second Properties First The first of the two objects in the pair. Declaration public FirstType First { get; set; } Property Value Type Description FirstType Second The second of the two objects in the pair. Declaration public SecondType Second { get; set; } Property Value Type Description SecondType Methods Clone() Clone the pair. If a type implements ICloneable it is deep cloned, otherwise a shallow clone is used. Declaration public virtual object Clone() Returns Type Description System.Object Equals(Object) true if First and Second are equal for both objects. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Returns a combiniation of the hash codes of First and Second. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Implements System.ICloneable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.html", "title": "Class AbstractNativePreviewFileWriter", - "keywords": "Class AbstractNativePreviewFileWriter Abstract base class that can be used to build native preview file writers. This class is derived from AbstractNativeFileWriter but also adds a property ExtensionMaps that can be set in the filter definition's preview writer section to automatically map file extensions so that the preview file can be viewed in varions preview applications. Inheritance object AbstractNativeFileWriter AbstractNativePreviewFileWriter Implements INativeFileWriter INativeGenerationContentHandler IAbstractNativeContentHandler INativeOutputSettingsAware IDisposable Inherited Members AbstractNativeFileWriter.SetOutputProperties(INativeOutputFileProperties) AbstractNativeFileWriter.StructureTag(IStructureTagProperties) AbstractNativeFileWriter.InlineStartTag(IStartTagProperties) AbstractNativeFileWriter.InlineEndTag(IEndTagProperties) AbstractNativeFileWriter.InlinePlaceholderTag(IPlaceholderTagProperties) AbstractNativeFileWriter.Text(ITextProperties) AbstractNativeFileWriter.CustomInfo(ICustomInfoProperties) AbstractNativeFileWriter.LocationMark(LocationMarkerId) AbstractNativeFileWriter.ChangeContext(IContextProperties) AbstractNativeFileWriter.LockedContentStart(ILockedContentProperties) AbstractNativeFileWriter.LockedContentEnd() AbstractNativeFileWriter.RevisionStart(IRevisionProperties) AbstractNativeFileWriter.RevisionEnd() AbstractNativeFileWriter.CommentStart(ICommentProperties) AbstractNativeFileWriter.CommentEnd() AbstractNativeFileWriter.ParagraphComments(ICommentProperties) AbstractNativeFileWriter.ParagraphUnitStart(IParagraphUnitProperties) AbstractNativeFileWriter.ParagraphUnitEnd() AbstractNativeFileWriter.SegmentStart(ISegmentPairProperties) AbstractNativeFileWriter.SegmentEnd() AbstractNativeFileWriter.Dispose() AbstractNativeFileWriter.Dispose(bool) AbstractNativeFileWriter.OutputProperties AbstractNativeFileWriter.MessageReporter AbstractNativeFileWriter.LocationTracker object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public abstract class AbstractNativePreviewFileWriter : AbstractNativeFileWriter, INativeFileWriter, INativeGenerationContentHandler, IAbstractNativeContentHandler, INativeOutputSettingsAware, IDisposable Constructors AbstractNativePreviewFileWriter() Declaration protected AbstractNativePreviewFileWriter() Properties ExtensionMaps A list of filter extensions that need to be mapped to other extensions before previewing. For example mappping .csv to .csv.txt files so they can be previewed in an IE browser control. Declaration public string[] ExtensionMaps { get; set; } Property Value Type Description string Methods GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) Propose a filename based on origianl file path but with the file extension mapped to a new file extension if a map is found in ExtensionMaps . Declaration public override void GetProposedOutputFileInfo(IPersistentFileConversionProperties fileProperties, IOutputFileInfo proposedFileInfo) Parameters Type Name Description IPersistentFileConversionProperties fileProperties IOutputFileInfo proposedFileInfo Overrides AbstractNativeFileWriter.GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) Implements INativeFileWriter INativeGenerationContentHandler IAbstractNativeContentHandler INativeOutputSettingsAware IDisposable" + "keywords": "Class AbstractNativePreviewFileWriter Abstract base class that can be used to build native preview file writers. This class is derived from AbstractNativeFileWriter but also adds a property ExtensionMaps that can be set in the filter definition's preview writer section to automatically map file extensions so that the preview file can be viewed in varions preview applications. Inheritance System.Object AbstractNativeFileWriter AbstractNativePreviewFileWriter Implements INativeFileWriter INativeGenerationContentHandler IAbstractNativeContentHandler INativeOutputSettingsAware System.IDisposable Inherited Members AbstractNativeFileWriter.SetOutputProperties(INativeOutputFileProperties) AbstractNativeFileWriter.StructureTag(IStructureTagProperties) AbstractNativeFileWriter.InlineStartTag(IStartTagProperties) AbstractNativeFileWriter.InlineEndTag(IEndTagProperties) AbstractNativeFileWriter.InlinePlaceholderTag(IPlaceholderTagProperties) AbstractNativeFileWriter.Text(ITextProperties) AbstractNativeFileWriter.CustomInfo(ICustomInfoProperties) AbstractNativeFileWriter.LocationMark(LocationMarkerId) AbstractNativeFileWriter.ChangeContext(IContextProperties) AbstractNativeFileWriter.LockedContentStart(ILockedContentProperties) AbstractNativeFileWriter.LockedContentEnd() AbstractNativeFileWriter.RevisionStart(IRevisionProperties) AbstractNativeFileWriter.RevisionEnd() AbstractNativeFileWriter.CommentStart(ICommentProperties) AbstractNativeFileWriter.CommentEnd() AbstractNativeFileWriter.ParagraphComments(ICommentProperties) AbstractNativeFileWriter.ParagraphUnitStart(IParagraphUnitProperties) AbstractNativeFileWriter.ParagraphUnitEnd() AbstractNativeFileWriter.SegmentStart(ISegmentPairProperties) AbstractNativeFileWriter.SegmentEnd() AbstractNativeFileWriter.Dispose() AbstractNativeFileWriter.Dispose(Boolean) AbstractNativeFileWriter.OutputProperties AbstractNativeFileWriter.MessageReporter AbstractNativeFileWriter.LocationTracker 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.FileTypeSupport.Framework.PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public abstract class AbstractNativePreviewFileWriter : AbstractNativeFileWriter, INativeFileWriter, INativeGenerationContentHandler, IAbstractNativeContentHandler, INativeOutputSettingsAware, IDisposable Constructors AbstractNativePreviewFileWriter() Declaration protected AbstractNativePreviewFileWriter() Properties ExtensionMaps A list of filter extensions that need to be mapped to other extensions before previewing. For example mappping .csv to .csv.txt files so they can be previewed in an IE browser control. Declaration public string[] ExtensionMaps { get; set; } Property Value Type Description System.String [] Methods GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) Propose a filename based on origianl file path but with the file extension mapped to a new file extension if a map is found in ExtensionMaps . Declaration public override void GetProposedOutputFileInfo(IPersistentFileConversionProperties fileProperties, IOutputFileInfo proposedFileInfo) Parameters Type Name Description IPersistentFileConversionProperties fileProperties IOutputFileInfo proposedFileInfo Overrides AbstractNativeFileWriter.GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) Implements INativeFileWriter INativeGenerationContentHandler IAbstractNativeContentHandler INativeOutputSettingsAware System.IDisposable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.html", "title": "Class AbstractPreviewControl", - "keywords": "Class AbstractPreviewControl This is a simple generic externalpreview control that allow the creation of a tempoary file for previewing and then launching of the associated or specified application for that file. Then when this object is disposed or the launched process exits the temp file is deleted. Inheritance object AbstractFileTypeDefinitionComponent AbstractPreviewControl GenericInternalWebBrowserPreviewControl GenericSideBySideWebBrowserPreviewControl SideBySideNavigableWebBrowserPreviewController Implements IFileTypeDefinitionAware IAbstractPreviewControl IAbstractPreviewController Inherited Members AbstractFileTypeDefinitionComponent.FileTypeDefinition object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public abstract class AbstractPreviewControl : AbstractFileTypeDefinitionComponent, IFileTypeDefinitionAware, IAbstractPreviewControl, IAbstractPreviewController Constructors AbstractPreviewControl() Constructor. Declaration public AbstractPreviewControl() Properties Control The actual Windows Forms control for the preview display. See: Control . Declaration public abstract Control Control { get; } Property Value Type Description Control Methods Refresh() Implementation should refresh the content of the control. Declaration public abstract void Refresh() Implements IFileTypeDefinitionAware IAbstractPreviewControl IAbstractPreviewController" + "keywords": "Class AbstractPreviewControl This is a simple generic externalpreview control that allow the creation of a tempoary file for previewing and then launching of the associated or specified application for that file. Then when this object is disposed or the launched process exits the temp file is deleted. Inheritance System.Object AbstractFileTypeDefinitionComponent AbstractPreviewControl GenericInternalWebBrowserPreviewControl GenericSideBySideWebBrowserPreviewControl SideBySideNavigableWebBrowserPreviewController Implements IFileTypeDefinitionAware IAbstractPreviewControl IAbstractPreviewController Inherited Members AbstractFileTypeDefinitionComponent.FileTypeDefinition 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.FileTypeSupport.Framework.PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public abstract class AbstractPreviewControl : AbstractFileTypeDefinitionComponent, IFileTypeDefinitionAware, IAbstractPreviewControl, IAbstractPreviewController Constructors AbstractPreviewControl() Constructor. Declaration public AbstractPreviewControl() Properties Control The actual Windows Forms control for the preview display. See: Control . Declaration public abstract Control Control { get; } Property Value Type Description System.Windows.Forms.Control Methods Refresh() Implementation should refresh the content of the control. Declaration public abstract void Refresh() Implements IFileTypeDefinitionAware IAbstractPreviewControl IAbstractPreviewController" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.html", "title": "Class DualBrowserControl", - "keywords": "Class DualBrowserControl Helper control that hosts two web browser controls and implements basic synchronized scrolling for them. Inheritance object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl DualBrowserControl Implements IDropTarget ISynchronizeInvoke IWin32Window IBindableComponent IComponent IDisposable IContainerControl Inherited Members UserControl.ValidateChildren() UserControl.ValidateChildren(ValidationConstraints) UserControl.OnCreateControl() UserControl.OnLoad(EventArgs) UserControl.OnResize(EventArgs) UserControl.OnMouseDown(MouseEventArgs) UserControl.WndProc(ref Message) UserControl.AutoSize UserControl.AutoSizeMode UserControl.AutoValidate UserControl.BorderStyle UserControl.CreateParams UserControl.DefaultSize UserControl.AutoSizeChanged UserControl.AutoValidateChanged UserControl.Load ContainerControl.AdjustFormScrollbars(bool) ContainerControl.OnAutoValidateChanged(EventArgs) ContainerControl.OnFontChanged(EventArgs) ContainerControl.OnLayout(LayoutEventArgs) ContainerControl.OnParentChanged(EventArgs) ContainerControl.PerformAutoScale() ContainerControl.ProcessDialogChar(char) ContainerControl.ProcessDialogKey(Keys) ContainerControl.ProcessCmdKey(ref Message, Keys) ContainerControl.ProcessMnemonic(char) ContainerControl.ProcessTabKey(bool) ContainerControl.Select(bool, bool) ContainerControl.UpdateDefaultButton() ContainerControl.Validate() ContainerControl.Validate(bool) ContainerControl.AutoScaleDimensions ContainerControl.AutoScaleFactor ContainerControl.AutoScaleMode ContainerControl.BindingContext ContainerControl.CanEnableIme ContainerControl.ActiveControl ContainerControl.CurrentAutoScaleDimensions ContainerControl.ParentForm ScrollableControl.ScrollStateAutoScrolling ScrollableControl.ScrollStateHScrollVisible ScrollableControl.ScrollStateVScrollVisible ScrollableControl.ScrollStateUserHasScrolled ScrollableControl.ScrollStateFullDrag ScrollableControl.GetScrollState(int) ScrollableControl.OnMouseWheel(MouseEventArgs) ScrollableControl.OnRightToLeftChanged(EventArgs) ScrollableControl.OnPaintBackground(PaintEventArgs) ScrollableControl.OnPaddingChanged(EventArgs) ScrollableControl.OnVisibleChanged(EventArgs) ScrollableControl.ScaleControl(SizeF, BoundsSpecified) ScrollableControl.SetDisplayRectLocation(int, int) ScrollableControl.ScrollControlIntoView(Control) ScrollableControl.ScrollToControl(Control) ScrollableControl.OnScroll(ScrollEventArgs) ScrollableControl.SetAutoScrollMargin(int, int) ScrollableControl.SetScrollState(int, bool) ScrollableControl.AutoScroll ScrollableControl.AutoScrollMargin ScrollableControl.AutoScrollPosition ScrollableControl.AutoScrollMinSize ScrollableControl.DisplayRectangle ScrollableControl.HScroll ScrollableControl.HorizontalScroll ScrollableControl.VScroll ScrollableControl.VerticalScroll ScrollableControl.Scroll Control.GetAccessibilityObjectById(int) Control.SetAutoSizeMode(AutoSizeMode) Control.GetAutoSizeMode() Control.GetPreferredSize(Size) Control.AccessibilityNotifyClients(AccessibleEvents, int) Control.AccessibilityNotifyClients(AccessibleEvents, int, int) Control.BeginInvoke(Delegate) Control.BeginInvoke(Delegate, params object[]) Control.BringToFront() Control.Contains(Control) Control.CreateAccessibilityInstance() Control.CreateControlsInstance() Control.CreateGraphics() Control.CreateHandle() Control.CreateControl() Control.DefWndProc(ref Message) Control.DestroyHandle() Control.DoDragDrop(object, DragDropEffects) Control.DrawToBitmap(Bitmap, Rectangle) Control.EndInvoke(IAsyncResult) Control.FindForm() Control.GetTopLevel() Control.RaiseKeyEvent(object, KeyEventArgs) Control.RaiseMouseEvent(object, MouseEventArgs) Control.Focus() Control.FromChildHandle(IntPtr) Control.FromHandle(IntPtr) Control.GetChildAtPoint(Point, GetChildAtPointSkip) Control.GetChildAtPoint(Point) Control.GetContainerControl() Control.GetScaledBounds(Rectangle, SizeF, BoundsSpecified) Control.GetNextControl(Control, bool) Control.GetStyle(ControlStyles) Control.Hide() Control.InitLayout() Control.Invalidate(Region) Control.Invalidate(Region, bool) Control.Invalidate() Control.Invalidate(bool) Control.Invalidate(Rectangle) Control.Invalidate(Rectangle, bool) Control.Invoke(Delegate) Control.Invoke(Delegate, params object[]) Control.InvokePaint(Control, PaintEventArgs) Control.InvokePaintBackground(Control, PaintEventArgs) Control.IsKeyLocked(Keys) Control.IsInputChar(char) Control.IsInputKey(Keys) Control.IsMnemonic(char, string) Control.LogicalToDeviceUnits(int) Control.LogicalToDeviceUnits(Size) Control.ScaleBitmapLogicalToDevice(ref Bitmap) Control.NotifyInvalidate(Rectangle) Control.InvokeOnClick(Control, EventArgs) Control.OnAutoSizeChanged(EventArgs) Control.OnBackColorChanged(EventArgs) Control.OnBackgroundImageChanged(EventArgs) Control.OnBackgroundImageLayoutChanged(EventArgs) Control.OnBindingContextChanged(EventArgs) Control.OnCausesValidationChanged(EventArgs) Control.OnContextMenuChanged(EventArgs) Control.OnContextMenuStripChanged(EventArgs) Control.OnCursorChanged(EventArgs) Control.OnDockChanged(EventArgs) Control.OnEnabledChanged(EventArgs) Control.OnForeColorChanged(EventArgs) Control.OnNotifyMessage(Message) Control.OnParentBackColorChanged(EventArgs) Control.OnParentBackgroundImageChanged(EventArgs) Control.OnParentBindingContextChanged(EventArgs) Control.OnParentCursorChanged(EventArgs) Control.OnParentEnabledChanged(EventArgs) Control.OnParentFontChanged(EventArgs) Control.OnParentForeColorChanged(EventArgs) Control.OnParentRightToLeftChanged(EventArgs) Control.OnParentVisibleChanged(EventArgs) Control.OnPrint(PaintEventArgs) Control.OnTabIndexChanged(EventArgs) Control.OnTabStopChanged(EventArgs) Control.OnTextChanged(EventArgs) Control.OnClick(EventArgs) Control.OnClientSizeChanged(EventArgs) Control.OnControlAdded(ControlEventArgs) Control.OnControlRemoved(ControlEventArgs) Control.OnHandleCreated(EventArgs) Control.OnLocationChanged(EventArgs) Control.OnHandleDestroyed(EventArgs) Control.OnDoubleClick(EventArgs) Control.OnDragEnter(DragEventArgs) Control.OnDragOver(DragEventArgs) Control.OnDragLeave(EventArgs) Control.OnDragDrop(DragEventArgs) Control.OnGiveFeedback(GiveFeedbackEventArgs) Control.OnEnter(EventArgs) Control.InvokeGotFocus(Control, EventArgs) Control.OnGotFocus(EventArgs) Control.OnHelpRequested(HelpEventArgs) Control.OnInvalidated(InvalidateEventArgs) Control.OnKeyDown(KeyEventArgs) Control.OnKeyPress(KeyPressEventArgs) Control.OnKeyUp(KeyEventArgs) Control.OnLeave(EventArgs) Control.InvokeLostFocus(Control, EventArgs) Control.OnLostFocus(EventArgs) Control.OnMarginChanged(EventArgs) Control.OnMouseDoubleClick(MouseEventArgs) Control.OnMouseClick(MouseEventArgs) Control.OnMouseCaptureChanged(EventArgs) Control.OnMouseEnter(EventArgs) Control.OnMouseLeave(EventArgs) Control.OnDpiChangedBeforeParent(EventArgs) Control.OnDpiChangedAfterParent(EventArgs) Control.OnMouseHover(EventArgs) Control.OnMouseMove(MouseEventArgs) Control.OnMouseUp(MouseEventArgs) Control.OnMove(EventArgs) Control.OnPaint(PaintEventArgs) Control.OnQueryContinueDrag(QueryContinueDragEventArgs) Control.OnRegionChanged(EventArgs) Control.OnPreviewKeyDown(PreviewKeyDownEventArgs) Control.OnSizeChanged(EventArgs) Control.OnChangeUICues(UICuesEventArgs) Control.OnStyleChanged(EventArgs) Control.OnSystemColorsChanged(EventArgs) Control.OnValidating(CancelEventArgs) Control.OnValidated(EventArgs) Control.RescaleConstantsForDpi(int, int) Control.PerformLayout() Control.PerformLayout(Control, string) Control.PointToClient(Point) Control.PointToScreen(Point) Control.PreProcessMessage(ref Message) Control.PreProcessControlMessage(ref Message) Control.ProcessKeyEventArgs(ref Message) Control.ProcessKeyMessage(ref Message) Control.ProcessKeyPreview(ref Message) Control.RaiseDragEvent(object, DragEventArgs) Control.RaisePaintEvent(object, PaintEventArgs) Control.RecreateHandle() Control.RectangleToClient(Rectangle) Control.RectangleToScreen(Rectangle) Control.ReflectMessage(IntPtr, ref Message) Control.Refresh() Control.ResetMouseEventArgs() Control.ResetText() Control.ResumeLayout() Control.ResumeLayout(bool) Control.Scale(SizeF) Control.Select() Control.SelectNextControl(Control, bool, bool, bool, bool) Control.SendToBack() Control.SetBounds(int, int, int, int) Control.SetBounds(int, int, int, int, BoundsSpecified) Control.SetBoundsCore(int, int, int, int, BoundsSpecified) Control.SetClientSizeCore(int, int) Control.SizeFromClientSize(Size) Control.SetStyle(ControlStyles, bool) Control.SetTopLevel(bool) Control.SetVisibleCore(bool) Control.RtlTranslateAlignment(HorizontalAlignment) Control.RtlTranslateAlignment(LeftRightAlignment) Control.RtlTranslateAlignment(ContentAlignment) Control.RtlTranslateHorizontal(HorizontalAlignment) Control.RtlTranslateLeftRight(LeftRightAlignment) Control.RtlTranslateContent(ContentAlignment) Control.Show() Control.SuspendLayout() Control.Update() Control.UpdateBounds() Control.UpdateBounds(int, int, int, int) Control.UpdateBounds(int, int, int, int, int, int) Control.UpdateZOrder() Control.UpdateStyles() Control.OnImeModeChanged(EventArgs) Control.AccessibilityObject Control.AccessibleDefaultActionDescription Control.AccessibleDescription Control.AccessibleName Control.AccessibleRole Control.AllowDrop Control.Anchor Control.AutoScrollOffset Control.LayoutEngine Control.BackColor Control.BackgroundImage Control.BackgroundImageLayout Control.Bottom Control.Bounds Control.CanFocus Control.CanRaiseEvents Control.CanSelect Control.Capture Control.CausesValidation Control.CheckForIllegalCrossThreadCalls Control.ClientRectangle Control.ClientSize Control.CompanyName Control.ContainsFocus Control.ContextMenu Control.ContextMenuStrip Control.Controls Control.Created Control.Cursor Control.DataBindings Control.DefaultBackColor Control.DefaultCursor Control.DefaultFont Control.DefaultForeColor Control.DefaultMargin Control.DefaultMaximumSize Control.DefaultMinimumSize Control.DefaultPadding Control.DeviceDpi Control.IsDisposed Control.Disposing Control.Dock Control.DoubleBuffered Control.Enabled Control.Focused Control.Font Control.FontHeight Control.ForeColor Control.Handle Control.HasChildren Control.Height Control.IsHandleCreated Control.InvokeRequired Control.IsAccessible Control.IsMirrored Control.Left Control.Location Control.Margin Control.MaximumSize Control.MinimumSize Control.ModifierKeys Control.MouseButtons Control.MousePosition Control.Name Control.Parent Control.ProductName Control.ProductVersion Control.RecreatingHandle Control.Region Control.RenderRightToLeft Control.ResizeRedraw Control.Right Control.RightToLeft Control.ScaleChildren Control.Site Control.Size Control.TabIndex Control.TabStop Control.Tag Control.Text Control.Top Control.TopLevelControl Control.ShowKeyboardCues Control.ShowFocusCues Control.UseWaitCursor Control.Visible Control.Width Control.PreferredSize Control.Padding Control.DefaultImeMode Control.ImeMode Control.ImeModeBase Control.PropagatingImeMode Control.BackColorChanged Control.BackgroundImageChanged Control.BackgroundImageLayoutChanged Control.BindingContextChanged Control.CausesValidationChanged Control.ClientSizeChanged Control.ContextMenuChanged Control.ContextMenuStripChanged Control.CursorChanged Control.DockChanged Control.EnabledChanged Control.FontChanged Control.ForeColorChanged Control.LocationChanged Control.MarginChanged Control.RegionChanged Control.RightToLeftChanged Control.SizeChanged Control.TabIndexChanged Control.TabStopChanged Control.TextChanged Control.VisibleChanged Control.Click Control.ControlAdded Control.ControlRemoved Control.DragDrop Control.DragEnter Control.DragOver Control.DragLeave Control.GiveFeedback Control.HandleCreated Control.HandleDestroyed Control.HelpRequested Control.Invalidated Control.PaddingChanged Control.Paint Control.QueryContinueDrag Control.QueryAccessibilityHelp Control.DoubleClick Control.Enter Control.GotFocus Control.KeyDown Control.KeyPress Control.KeyUp Control.Layout Control.Leave Control.LostFocus Control.MouseClick Control.MouseDoubleClick Control.MouseCaptureChanged Control.MouseDown Control.MouseEnter Control.MouseLeave Control.DpiChangedBeforeParent Control.DpiChangedAfterParent Control.MouseHover Control.MouseMove Control.MouseUp Control.MouseWheel Control.Move Control.PreviewKeyDown Control.Resize Control.ChangeUICues Control.StyleChanged Control.SystemColorsChanged Control.Validating Control.Validated Control.ParentChanged Control.ImeModeChanged Component.Dispose() Component.GetService(Type) Component.ToString() Component.Events Component.Container Component.DesignMode Component.Disposed MarshalByRefObject.MemberwiseClone(bool) MarshalByRefObject.GetLifetimeService() MarshalByRefObject.InitializeLifetimeService() MarshalByRefObject.CreateObjRef(Type) object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public class DualBrowserControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl Constructors DualBrowserControl() Create the child controls etc. Declaration public DualBrowserControl() Properties WebBrowserSrc The browser control that displays the source language content. Declaration public WebBrowser WebBrowserSrc { get; } Property Value Type Description WebBrowser WebBrowserTrg The browser control that displays the target language content. Declaration public WebBrowser WebBrowserTrg { get; } Property Value Type Description WebBrowser Methods Dispose(bool) Clean up any resources being used. Declaration protected override void Dispose(bool disposing) Parameters Type Name Description bool disposing true if managed resources should be disposed; otherwise, false. Overrides ContainerControl.Dispose(bool) Implements IDropTarget ISynchronizeInvoke IWin32Window IBindableComponent IComponent IDisposable IContainerControl" + "keywords": "Class DualBrowserControl Helper control that hosts two web browser controls and implements basic synchronized scrolling for them. Inheritance System.Object DualBrowserControl Namespace : Sdl.FileTypeSupport.Framework.PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public class DualBrowserControl : UserControl Constructors DualBrowserControl() Create the child controls etc. Declaration public DualBrowserControl() Properties WebBrowserSrc The browser control that displays the source language content. Declaration public WebBrowser WebBrowserSrc { get; } Property Value Type Description System.Windows.Forms.WebBrowser WebBrowserTrg The browser control that displays the target language content. Declaration public WebBrowser WebBrowserTrg { get; } Property Value Type Description System.Windows.Forms.WebBrowser Methods Dispose(Boolean) Clean up any resources being used. Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing true if managed resources should be disposed; otherwise, false." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.html", "title": "Class GenericExteralPreviewApplication", - "keywords": "Class GenericExteralPreviewApplication This is a simple generic external preview application that launches the associated or specified application for the preview file. Then when this object is disposed or the launched process exits the temp file is deleted. Inheritance object AbstractFileTypeDefinitionComponent GenericExteralPreviewApplication MsOfficeExternalPreviewApplication Implements IFileTypeDefinitionAware ISingleFilePreviewApplication IAbstractPreviewApplication IAbstractPreviewController ISingleFilePreviewController IDisposable Inherited Members AbstractFileTypeDefinitionComponent.FileTypeDefinition object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public class GenericExteralPreviewApplication : AbstractFileTypeDefinitionComponent, IFileTypeDefinitionAware, ISingleFilePreviewApplication, IAbstractPreviewApplication, IAbstractPreviewController, ISingleFilePreviewController, IDisposable Constructors GenericExteralPreviewApplication() Constructor. Declaration public GenericExteralPreviewApplication() Properties ApplicationPath The path of the external app to preview the generated file (or null for default associated app) Declaration public string ApplicationPath { get; set; } Property Value Type Description string MonitorApplicationExit Indicates if the application should be monitored when exiting. This will perform some tidy up if set to true Declaration public bool MonitorApplicationExit { get; set; } Property Value Type Description bool PreviewFile Default implementation is accessor for member field. Declaration public virtual TempFileManager PreviewFile { get; set; } Property Value Type Description TempFileManager Methods Dispose() Calls Dispose(bool) . Declaration public void Dispose() Dispose(bool) Dispose of resources used by this object. Implementation attempts to close the preview application and delete the temp file. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description bool disposing ~GenericExteralPreviewApplication() Calls Dispose(bool) . Declaration protected ~GenericExteralPreviewApplication() Launch() Display the file in the external application. Declaration public virtual void Launch() LaunchApplicationForFile(TempFileManager) Launch a process to view the file. If an application path has been set it is used to launch the application with the preview file as a parameter. If not the file is launched using the default application associated with it (if any). Declaration protected virtual Process LaunchApplicationForFile(TempFileManager managedTempFile) Parameters Type Name Description TempFileManager managedTempFile Returns Type Description Process NotifyCanClose() Default implementation sends a close message to the process main window, if it is open. Declaration public virtual void NotifyCanClose() OnPreviewClosed(object, PreviewClosedEventArgs) Raise the PreviewClosed event. Declaration public virtual void OnPreviewClosed(object sender, PreviewClosedEventArgs args) Parameters Type Name Description object sender PreviewClosedEventArgs args Events PreviewClosed Raised when the launched application terminates. Declaration public event EventHandler PreviewClosed Event Type Type Description EventHandler PreviewClosedEventArgs Implements IFileTypeDefinitionAware ISingleFilePreviewApplication IAbstractPreviewApplication IAbstractPreviewController ISingleFilePreviewController IDisposable" + "keywords": "Class GenericExteralPreviewApplication This is a simple generic external preview application that launches the associated or specified application for the preview file. Then when this object is disposed or the launched process exits the temp file is deleted. Inheritance System.Object AbstractFileTypeDefinitionComponent GenericExteralPreviewApplication MsOfficeExternalPreviewApplication Implements IFileTypeDefinitionAware ISingleFilePreviewApplication IAbstractPreviewApplication IAbstractPreviewController ISingleFilePreviewController System.IDisposable Inherited Members AbstractFileTypeDefinitionComponent.FileTypeDefinition 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.FileTypeSupport.Framework.PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public class GenericExteralPreviewApplication : AbstractFileTypeDefinitionComponent, IFileTypeDefinitionAware, ISingleFilePreviewApplication, IAbstractPreviewApplication, IAbstractPreviewController, ISingleFilePreviewController, IDisposable Constructors GenericExteralPreviewApplication() Constructor. Declaration public GenericExteralPreviewApplication() Properties ApplicationPath The path of the external app to preview the generated file (or null for default associated app) Declaration public string ApplicationPath { get; set; } Property Value Type Description System.String MonitorApplicationExit Indicates if the application should be monitored when exiting. This will perform some tidy up if set to true Declaration public bool MonitorApplicationExit { get; set; } Property Value Type Description System.Boolean PreviewFile Default implementation is accessor for member field. Declaration public virtual TempFileManager PreviewFile { get; set; } Property Value Type Description TempFileManager Methods Dispose() Calls Dispose(Boolean) . Declaration public void Dispose() Dispose(Boolean) Dispose of resources used by this object. Implementation attempts to close the preview application and delete the temp file. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Finalize() Calls Dispose(Boolean) . Declaration protected void Finalize() Launch() Display the file in the external application. Declaration public virtual void Launch() LaunchApplicationForFile(TempFileManager) Launch a process to view the file. If an application path has been set it is used to launch the application with the preview file as a parameter. If not the file is launched using the default application associated with it (if any). Declaration protected virtual Process LaunchApplicationForFile(TempFileManager managedTempFile) Parameters Type Name Description TempFileManager managedTempFile Returns Type Description System.Diagnostics.Process NotifyCanClose() Default implementation sends a close message to the process main window, if it is open. Declaration public virtual void NotifyCanClose() OnPreviewClosed(Object, PreviewClosedEventArgs) Raise the PreviewClosed event. Declaration public virtual void OnPreviewClosed(object sender, PreviewClosedEventArgs args) Parameters Type Name Description System.Object sender PreviewClosedEventArgs args Events PreviewClosed Raised when the launched application terminates. Declaration public event EventHandler PreviewClosed Event Type Type Description System.EventHandler < PreviewClosedEventArgs > Implements IFileTypeDefinitionAware ISingleFilePreviewApplication IAbstractPreviewApplication IAbstractPreviewController ISingleFilePreviewController System.IDisposable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.html", "title": "Class GenericInternalWebBrowserPreviewControl", - "keywords": "Class GenericInternalWebBrowserPreviewControl This class can be used to preview a single source or target file in a WebBrowser control. The GenericSideBySideWebBrowserPreviewControl can be used to preview the source and target file in two System.Windows.Forms.WebBrowser controls. Inheritance object AbstractFileTypeDefinitionComponent AbstractPreviewControl GenericInternalWebBrowserPreviewControl Implements IFileTypeDefinitionAware ISingleFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISingleFilePreviewController IDisposable Inherited Members AbstractFileTypeDefinitionComponent.FileTypeDefinition object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public class GenericInternalWebBrowserPreviewControl : AbstractPreviewControl, IFileTypeDefinitionAware, ISingleFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISingleFilePreviewController, IDisposable Constructors GenericInternalWebBrowserPreviewControl() Constructor. Declaration public GenericInternalWebBrowserPreviewControl() Properties Control The actual Windows Forms control for the preview display. See: Control . Declaration public override Control Control { get; } Property Value Type Description Control Overrides AbstractPreviewControl.Control InitialHtmlPage If set then an initial HTML page will be displayed containg the content of this string in a tempoary .htm file. Declaration public string InitialHtmlPage { get; set; } Property Value Type Description string PreviewFile Default implementation is accessor for member field. Declaration public TempFileManager PreviewFile { get; set; } Property Value Type Description TempFileManager Methods Dispose() Standard implementation of IDisposable, calls Dispose(true). Declaration public void Dispose() Dispose(bool) Implementation of the recommended dispose protocol. Deletes the managed WebBrowser control Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description bool disposing true if this method is called from IDisposable.Dispose() and false if called from Finalizer ~GenericInternalWebBrowserPreviewControl() Used for a standard implementation of IDisposable. Declaration protected ~GenericInternalWebBrowserPreviewControl() Refresh() Called to initially display or refresh the display of a single page in a System.Windows.Forms.WebBrowser control. If both source and target files exist then only the target file will be displayed. The GenericSideBySideWebBrowserPreviewControl can be used to display both source and target files in two WebBrowser controls. Declaration public override void Refresh() Overrides AbstractPreviewControl.Refresh() Implements IFileTypeDefinitionAware ISingleFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISingleFilePreviewController IDisposable" + "keywords": "Class GenericInternalWebBrowserPreviewControl This class can be used to preview a single source or target file in a WebBrowser control. The GenericSideBySideWebBrowserPreviewControl can be used to preview the source and target file in two System.Windows.Forms.WebBrowser controls. Inheritance System.Object AbstractFileTypeDefinitionComponent AbstractPreviewControl GenericInternalWebBrowserPreviewControl Implements IFileTypeDefinitionAware ISingleFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISingleFilePreviewController System.IDisposable Inherited Members AbstractFileTypeDefinitionComponent.FileTypeDefinition 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.FileTypeSupport.Framework.PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public class GenericInternalWebBrowserPreviewControl : AbstractPreviewControl, IFileTypeDefinitionAware, ISingleFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISingleFilePreviewController, IDisposable Constructors GenericInternalWebBrowserPreviewControl() Constructor. Declaration public GenericInternalWebBrowserPreviewControl() Properties Control The actual Windows Forms control for the preview display. See: Control . Declaration public override Control Control { get; } Property Value Type Description System.Windows.Forms.Control Overrides AbstractPreviewControl.Control InitialHtmlPage If set then an initial HTML page will be displayed containg the content of this string in a tempoary .htm file. Declaration public string InitialHtmlPage { get; set; } Property Value Type Description System.String PreviewFile Default implementation is accessor for member field. Declaration public TempFileManager PreviewFile { get; set; } Property Value Type Description TempFileManager Methods Dispose() Standard implementation of IDisposable, calls Dispose(true). Declaration public void Dispose() Dispose(Boolean) Implementation of the recommended dispose protocol. Deletes the managed WebBrowser control Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing true if this method is called from IDisposable.Dispose() and false if called from Finalizer Finalize() Used for a standard implementation of IDisposable. Declaration protected void Finalize() Refresh() Called to initially display or refresh the display of a single page in a System.Windows.Forms.WebBrowser control. If both source and target files exist then only the target file will be displayed. The GenericSideBySideWebBrowserPreviewControl can be used to display both source and target files in two WebBrowser controls. Declaration public override void Refresh() Overrides AbstractPreviewControl.Refresh() Implements IFileTypeDefinitionAware ISingleFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISingleFilePreviewController System.IDisposable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.html", "title": "Class GenericSideBySideWebBrowserPreviewControl", - "keywords": "Class GenericSideBySideWebBrowserPreviewControl This class is used to preview the source and target file in two System.Windows.Forms.WebBrowser controls. The GenericInternalWebBrowserPreviewControl can be used to preview a single source or target file in a WebBrowser control. Inheritance object AbstractFileTypeDefinitionComponent AbstractPreviewControl GenericSideBySideWebBrowserPreviewControl Implements IFileTypeDefinitionAware ISourceAndTargetFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISourceAndTargetFilePreviewController IDisposable Inherited Members AbstractFileTypeDefinitionComponent.FileTypeDefinition object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public class GenericSideBySideWebBrowserPreviewControl : AbstractPreviewControl, IFileTypeDefinitionAware, ISourceAndTargetFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISourceAndTargetFilePreviewController, IDisposable Constructors GenericSideBySideWebBrowserPreviewControl() Constructor. Declaration public GenericSideBySideWebBrowserPreviewControl() Properties Control The actual Windows Forms control for the preview display. See: Control . Declaration public override Control Control { get; } Property Value Type Description Control Overrides AbstractPreviewControl.Control InitialHtmlPage If set then an initial HTML page will be displayed containg the content of this string in a tempoary .htm file. Declaration public string InitialHtmlPage { get; set; } Property Value Type Description string SourcePreviewFile Default implementation is accessor for member field. Declaration public TempFileManager SourcePreviewFile { get; set; } Property Value Type Description TempFileManager TargetPreviewFile Default implementation is accessor for member field. Declaration public TempFileManager TargetPreviewFile { get; set; } Property Value Type Description TempFileManager Methods Dispose() Standard implementation of IDisposable, calls Dispose(true). Declaration public void Dispose() Dispose(bool) Implementation of the recommended dispose protocol. Deletes the managed WebBrowser control Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description bool disposing true if this method is called from IDisposable.Dispose() and false if called from Finalizer ~GenericSideBySideWebBrowserPreviewControl() Used for a standard implementation of IDisposable. Declaration protected ~GenericSideBySideWebBrowserPreviewControl() Refresh() Called to initially display or refresh the display of a the source and target pages in two System.Windows.Forms.WebBrowser controls. If either the source and target files do not exist then the InitialHtmlPage page will be displayed. The GenericInternalWebBrowserPreviewControl can be used to display a single source or target file in a WebBrowser control. Declaration public override void Refresh() Overrides AbstractPreviewControl.Refresh() Implements IFileTypeDefinitionAware ISourceAndTargetFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISourceAndTargetFilePreviewController IDisposable" + "keywords": "Class GenericSideBySideWebBrowserPreviewControl This class is used to preview the source and target file in two System.Windows.Forms.WebBrowser controls. The GenericInternalWebBrowserPreviewControl can be used to preview a single source or target file in a WebBrowser control. Inheritance System.Object AbstractFileTypeDefinitionComponent AbstractPreviewControl GenericSideBySideWebBrowserPreviewControl Implements IFileTypeDefinitionAware ISourceAndTargetFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISourceAndTargetFilePreviewController System.IDisposable Inherited Members AbstractFileTypeDefinitionComponent.FileTypeDefinition 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.FileTypeSupport.Framework.PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public class GenericSideBySideWebBrowserPreviewControl : AbstractPreviewControl, IFileTypeDefinitionAware, ISourceAndTargetFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISourceAndTargetFilePreviewController, IDisposable Constructors GenericSideBySideWebBrowserPreviewControl() Constructor. Declaration public GenericSideBySideWebBrowserPreviewControl() Properties Control The actual Windows Forms control for the preview display. See: Control . Declaration public override Control Control { get; } Property Value Type Description System.Windows.Forms.Control Overrides AbstractPreviewControl.Control InitialHtmlPage If set then an initial HTML page will be displayed containg the content of this string in a tempoary .htm file. Declaration public string InitialHtmlPage { get; set; } Property Value Type Description System.String SourcePreviewFile Default implementation is accessor for member field. Declaration public TempFileManager SourcePreviewFile { get; set; } Property Value Type Description TempFileManager TargetPreviewFile Default implementation is accessor for member field. Declaration public TempFileManager TargetPreviewFile { get; set; } Property Value Type Description TempFileManager Methods Dispose() Standard implementation of IDisposable, calls Dispose(true). Declaration public void Dispose() Dispose(Boolean) Implementation of the recommended dispose protocol. Deletes the managed WebBrowser control Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing true if this method is called from IDisposable.Dispose() and false if called from Finalizer Finalize() Used for a standard implementation of IDisposable. Declaration protected void Finalize() Refresh() Called to initially display or refresh the display of a the source and target pages in two System.Windows.Forms.WebBrowser controls. If either the source and target files do not exist then the InitialHtmlPage page will be displayed. The GenericInternalWebBrowserPreviewControl can be used to display a single source or target file in a WebBrowser control. Declaration public override void Refresh() Overrides AbstractPreviewControl.Refresh() Implements IFileTypeDefinitionAware ISourceAndTargetFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISourceAndTargetFilePreviewController System.IDisposable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.html", @@ -2972,102 +2672,102 @@ "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.ITempFileProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.ITempFileProperties.html", "title": "Interface ITempFileProperties", - "keywords": "Interface ITempFileProperties An interface that allows adding a TempFileProperties property to an existing class and allows these properties to be accessed using a consistent way. Namespace : Sdl Sdl.FileTypeSupport Framework PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public interface ITempFileProperties Properties TempFileProperties A TempFileProperties property that can be accessed or set in a standard way. Declaration TempFileProperties TempFileProperties { get; set; } Property Value Type Description TempFileProperties" + "keywords": "Interface ITempFileProperties An interface that allows adding a TempFileProperties property to an existing class and allows these properties to be accessed using a consistent way. Namespace : Sdl.FileTypeSupport.Framework.PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public interface ITempFileProperties Properties TempFileProperties A TempFileProperties property that can be accessed or set in a standard way. Declaration TempFileProperties TempFileProperties { get; set; } Property Value Type Description TempFileProperties" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.html", "title": "Class MsOfficeExternalPreviewApplication", - "keywords": "Class MsOfficeExternalPreviewApplication Microsoft Office applications try to manage resources, processes on its own, so Process.Start() will return valid process id only if there are no other instances of MS office running. In other case Process.Start() call will return immediately without returning valid process id, because existing instance of MS office application will take over process creation and opening the file. To avoid this, special DDE switch has to be passed to MS Office application when it is started. Class below customizes starting of MS Office application. see: http://support.microsoft.com/kb/210565 for command line switch and see: http://social.msdn.microsoft.com/Forums/hu-HU/csharpgeneral/thread/21014f97-1732-4261-afe5-2127b2e64f68 for Inheritance object AbstractFileTypeDefinitionComponent GenericExteralPreviewApplication MsOfficeExternalPreviewApplication Implements IFileTypeDefinitionAware ISingleFilePreviewApplication IAbstractPreviewApplication IAbstractPreviewController ISingleFilePreviewController IDisposable Inherited Members GenericExteralPreviewApplication.OnPreviewClosed(object, PreviewClosedEventArgs) GenericExteralPreviewApplication.Launch() GenericExteralPreviewApplication.NotifyCanClose() GenericExteralPreviewApplication.Dispose() GenericExteralPreviewApplication.Dispose(bool) GenericExteralPreviewApplication.ApplicationPath GenericExteralPreviewApplication.MonitorApplicationExit GenericExteralPreviewApplication.PreviewFile GenericExteralPreviewApplication.PreviewClosed AbstractFileTypeDefinitionComponent.FileTypeDefinition object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public class MsOfficeExternalPreviewApplication : GenericExteralPreviewApplication, IFileTypeDefinitionAware, ISingleFilePreviewApplication, IAbstractPreviewApplication, IAbstractPreviewController, ISingleFilePreviewController, IDisposable Constructors MsOfficeExternalPreviewApplication() Declaration public MsOfficeExternalPreviewApplication() Properties DdeSwitch Gets or sets dde switch allowing to open every file in separate instance of MS Office Application directly. Declaration public string DdeSwitch { get; set; } Property Value Type Description string Methods LaunchApplicationForFile(TempFileManager) Start external application for given file Declaration protected override Process LaunchApplicationForFile(TempFileManager managedTempFile) Parameters Type Name Description TempFileManager managedTempFile File desriptor to open with application Returns Type Description Process Process id of external application Overrides GenericExteralPreviewApplication.LaunchApplicationForFile(TempFileManager) Implements IFileTypeDefinitionAware ISingleFilePreviewApplication IAbstractPreviewApplication IAbstractPreviewController ISingleFilePreviewController IDisposable" + "keywords": "Class MsOfficeExternalPreviewApplication Microsoft Office applications try to manage resources, processes on its own, so Process.Start() will return valid process id only if there are no other instances of MS office running. In other case Process.Start() call will return immediately without returning valid process id, because existing instance of MS office application will take over process creation and opening the file. To avoid this, special DDE switch has to be passed to MS Office application when it is started. Class below customizes starting of MS Office application. see: http://support.microsoft.com/kb/210565 for command line switch and see: http://social.msdn.microsoft.com/Forums/hu-HU/csharpgeneral/thread/21014f97-1732-4261-afe5-2127b2e64f68 for Inheritance System.Object AbstractFileTypeDefinitionComponent GenericExteralPreviewApplication MsOfficeExternalPreviewApplication Implements IFileTypeDefinitionAware ISingleFilePreviewApplication IAbstractPreviewApplication IAbstractPreviewController ISingleFilePreviewController System.IDisposable Inherited Members GenericExteralPreviewApplication.OnPreviewClosed(Object, PreviewClosedEventArgs) GenericExteralPreviewApplication.Launch() GenericExteralPreviewApplication.NotifyCanClose() GenericExteralPreviewApplication.Dispose() GenericExteralPreviewApplication.Dispose(Boolean) GenericExteralPreviewApplication.ApplicationPath GenericExteralPreviewApplication.MonitorApplicationExit GenericExteralPreviewApplication.PreviewFile GenericExteralPreviewApplication.PreviewClosed AbstractFileTypeDefinitionComponent.FileTypeDefinition 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.FileTypeSupport.Framework.PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public class MsOfficeExternalPreviewApplication : GenericExteralPreviewApplication, IFileTypeDefinitionAware, ISingleFilePreviewApplication, IAbstractPreviewApplication, IAbstractPreviewController, ISingleFilePreviewController, IDisposable Constructors MsOfficeExternalPreviewApplication() Declaration public MsOfficeExternalPreviewApplication() Properties DdeSwitch Gets or sets dde switch allowing to open every file in separate instance of MS Office Application directly. Declaration public string DdeSwitch { get; set; } Property Value Type Description System.String Methods LaunchApplicationForFile(TempFileManager) Start external application for given file Declaration protected override Process LaunchApplicationForFile(TempFileManager managedTempFile) Parameters Type Name Description TempFileManager managedTempFile File desriptor to open with application Returns Type Description System.Diagnostics.Process Process id of external application Overrides GenericExteralPreviewApplication.LaunchApplicationForFile(TempFileManager) Implements IFileTypeDefinitionAware ISingleFilePreviewApplication IAbstractPreviewApplication IAbstractPreviewController ISingleFilePreviewController System.IDisposable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.html", "title": "Class NavigableDualBrowserControl", - "keywords": "Class NavigableDualBrowserControl NavigableDualBrowserControl Inheritance object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl NavigableDualBrowserControl Implements IDropTarget ISynchronizeInvoke IWin32Window IBindableComponent IComponent IDisposable IContainerControl Inherited Members UserControl.ValidateChildren() UserControl.ValidateChildren(ValidationConstraints) UserControl.OnCreateControl() UserControl.OnLoad(EventArgs) UserControl.OnResize(EventArgs) UserControl.OnMouseDown(MouseEventArgs) UserControl.WndProc(ref Message) UserControl.AutoSize UserControl.AutoSizeMode UserControl.AutoValidate UserControl.BorderStyle UserControl.CreateParams UserControl.DefaultSize UserControl.AutoSizeChanged UserControl.AutoValidateChanged UserControl.Load ContainerControl.AdjustFormScrollbars(bool) ContainerControl.OnAutoValidateChanged(EventArgs) ContainerControl.OnFontChanged(EventArgs) ContainerControl.OnLayout(LayoutEventArgs) ContainerControl.OnParentChanged(EventArgs) ContainerControl.PerformAutoScale() ContainerControl.ProcessDialogChar(char) ContainerControl.ProcessDialogKey(Keys) ContainerControl.ProcessCmdKey(ref Message, Keys) ContainerControl.ProcessMnemonic(char) ContainerControl.ProcessTabKey(bool) ContainerControl.Select(bool, bool) ContainerControl.UpdateDefaultButton() ContainerControl.Validate() ContainerControl.Validate(bool) ContainerControl.AutoScaleDimensions ContainerControl.AutoScaleFactor ContainerControl.AutoScaleMode ContainerControl.BindingContext ContainerControl.CanEnableIme ContainerControl.ActiveControl ContainerControl.CurrentAutoScaleDimensions ContainerControl.ParentForm ScrollableControl.ScrollStateAutoScrolling ScrollableControl.ScrollStateHScrollVisible ScrollableControl.ScrollStateVScrollVisible ScrollableControl.ScrollStateUserHasScrolled ScrollableControl.ScrollStateFullDrag ScrollableControl.GetScrollState(int) ScrollableControl.OnMouseWheel(MouseEventArgs) ScrollableControl.OnRightToLeftChanged(EventArgs) ScrollableControl.OnPaintBackground(PaintEventArgs) ScrollableControl.OnPaddingChanged(EventArgs) ScrollableControl.OnVisibleChanged(EventArgs) ScrollableControl.ScaleControl(SizeF, BoundsSpecified) ScrollableControl.SetDisplayRectLocation(int, int) ScrollableControl.ScrollControlIntoView(Control) ScrollableControl.ScrollToControl(Control) ScrollableControl.OnScroll(ScrollEventArgs) ScrollableControl.SetAutoScrollMargin(int, int) ScrollableControl.SetScrollState(int, bool) ScrollableControl.AutoScroll ScrollableControl.AutoScrollMargin ScrollableControl.AutoScrollPosition ScrollableControl.AutoScrollMinSize ScrollableControl.DisplayRectangle ScrollableControl.HScroll ScrollableControl.HorizontalScroll ScrollableControl.VScroll ScrollableControl.VerticalScroll ScrollableControl.Scroll Control.GetAccessibilityObjectById(int) Control.SetAutoSizeMode(AutoSizeMode) Control.GetAutoSizeMode() Control.GetPreferredSize(Size) Control.AccessibilityNotifyClients(AccessibleEvents, int) Control.AccessibilityNotifyClients(AccessibleEvents, int, int) Control.BeginInvoke(Delegate) Control.BeginInvoke(Delegate, params object[]) Control.BringToFront() Control.Contains(Control) Control.CreateAccessibilityInstance() Control.CreateControlsInstance() Control.CreateGraphics() Control.CreateHandle() Control.CreateControl() Control.DefWndProc(ref Message) Control.DestroyHandle() Control.DoDragDrop(object, DragDropEffects) Control.DrawToBitmap(Bitmap, Rectangle) Control.EndInvoke(IAsyncResult) Control.FindForm() Control.GetTopLevel() Control.RaiseKeyEvent(object, KeyEventArgs) Control.RaiseMouseEvent(object, MouseEventArgs) Control.Focus() Control.FromChildHandle(IntPtr) Control.FromHandle(IntPtr) Control.GetChildAtPoint(Point, GetChildAtPointSkip) Control.GetChildAtPoint(Point) Control.GetContainerControl() Control.GetScaledBounds(Rectangle, SizeF, BoundsSpecified) Control.GetNextControl(Control, bool) Control.GetStyle(ControlStyles) Control.Hide() Control.InitLayout() Control.Invalidate(Region) Control.Invalidate(Region, bool) Control.Invalidate() Control.Invalidate(bool) Control.Invalidate(Rectangle) Control.Invalidate(Rectangle, bool) Control.Invoke(Delegate) Control.Invoke(Delegate, params object[]) Control.InvokePaint(Control, PaintEventArgs) Control.InvokePaintBackground(Control, PaintEventArgs) Control.IsKeyLocked(Keys) Control.IsInputChar(char) Control.IsInputKey(Keys) Control.IsMnemonic(char, string) Control.LogicalToDeviceUnits(int) Control.LogicalToDeviceUnits(Size) Control.ScaleBitmapLogicalToDevice(ref Bitmap) Control.NotifyInvalidate(Rectangle) Control.InvokeOnClick(Control, EventArgs) Control.OnAutoSizeChanged(EventArgs) Control.OnBackColorChanged(EventArgs) Control.OnBackgroundImageChanged(EventArgs) Control.OnBackgroundImageLayoutChanged(EventArgs) Control.OnBindingContextChanged(EventArgs) Control.OnCausesValidationChanged(EventArgs) Control.OnContextMenuChanged(EventArgs) Control.OnContextMenuStripChanged(EventArgs) Control.OnCursorChanged(EventArgs) Control.OnDockChanged(EventArgs) Control.OnEnabledChanged(EventArgs) Control.OnForeColorChanged(EventArgs) Control.OnNotifyMessage(Message) Control.OnParentBackColorChanged(EventArgs) Control.OnParentBackgroundImageChanged(EventArgs) Control.OnParentBindingContextChanged(EventArgs) Control.OnParentCursorChanged(EventArgs) Control.OnParentEnabledChanged(EventArgs) Control.OnParentFontChanged(EventArgs) Control.OnParentForeColorChanged(EventArgs) Control.OnParentRightToLeftChanged(EventArgs) Control.OnParentVisibleChanged(EventArgs) Control.OnPrint(PaintEventArgs) Control.OnTabIndexChanged(EventArgs) Control.OnTabStopChanged(EventArgs) Control.OnTextChanged(EventArgs) Control.OnClick(EventArgs) Control.OnClientSizeChanged(EventArgs) Control.OnControlAdded(ControlEventArgs) Control.OnControlRemoved(ControlEventArgs) Control.OnHandleCreated(EventArgs) Control.OnLocationChanged(EventArgs) Control.OnHandleDestroyed(EventArgs) Control.OnDoubleClick(EventArgs) Control.OnDragEnter(DragEventArgs) Control.OnDragOver(DragEventArgs) Control.OnDragLeave(EventArgs) Control.OnDragDrop(DragEventArgs) Control.OnGiveFeedback(GiveFeedbackEventArgs) Control.OnEnter(EventArgs) Control.InvokeGotFocus(Control, EventArgs) Control.OnGotFocus(EventArgs) Control.OnHelpRequested(HelpEventArgs) Control.OnInvalidated(InvalidateEventArgs) Control.OnKeyDown(KeyEventArgs) Control.OnKeyPress(KeyPressEventArgs) Control.OnKeyUp(KeyEventArgs) Control.OnLeave(EventArgs) Control.InvokeLostFocus(Control, EventArgs) Control.OnLostFocus(EventArgs) Control.OnMarginChanged(EventArgs) Control.OnMouseDoubleClick(MouseEventArgs) Control.OnMouseClick(MouseEventArgs) Control.OnMouseCaptureChanged(EventArgs) Control.OnMouseEnter(EventArgs) Control.OnMouseLeave(EventArgs) Control.OnDpiChangedBeforeParent(EventArgs) Control.OnDpiChangedAfterParent(EventArgs) Control.OnMouseHover(EventArgs) Control.OnMouseMove(MouseEventArgs) Control.OnMouseUp(MouseEventArgs) Control.OnMove(EventArgs) Control.OnPaint(PaintEventArgs) Control.OnQueryContinueDrag(QueryContinueDragEventArgs) Control.OnRegionChanged(EventArgs) Control.OnPreviewKeyDown(PreviewKeyDownEventArgs) Control.OnSizeChanged(EventArgs) Control.OnChangeUICues(UICuesEventArgs) Control.OnStyleChanged(EventArgs) Control.OnSystemColorsChanged(EventArgs) Control.OnValidating(CancelEventArgs) Control.OnValidated(EventArgs) Control.RescaleConstantsForDpi(int, int) Control.PerformLayout() Control.PerformLayout(Control, string) Control.PointToClient(Point) Control.PointToScreen(Point) Control.PreProcessMessage(ref Message) Control.PreProcessControlMessage(ref Message) Control.ProcessKeyEventArgs(ref Message) Control.ProcessKeyMessage(ref Message) Control.ProcessKeyPreview(ref Message) Control.RaiseDragEvent(object, DragEventArgs) Control.RaisePaintEvent(object, PaintEventArgs) Control.RecreateHandle() Control.RectangleToClient(Rectangle) Control.RectangleToScreen(Rectangle) Control.ReflectMessage(IntPtr, ref Message) Control.Refresh() Control.ResetMouseEventArgs() Control.ResetText() Control.ResumeLayout() Control.ResumeLayout(bool) Control.Scale(SizeF) Control.Select() Control.SelectNextControl(Control, bool, bool, bool, bool) Control.SendToBack() Control.SetBounds(int, int, int, int) Control.SetBounds(int, int, int, int, BoundsSpecified) Control.SetBoundsCore(int, int, int, int, BoundsSpecified) Control.SetClientSizeCore(int, int) Control.SizeFromClientSize(Size) Control.SetStyle(ControlStyles, bool) Control.SetTopLevel(bool) Control.SetVisibleCore(bool) Control.RtlTranslateAlignment(HorizontalAlignment) Control.RtlTranslateAlignment(LeftRightAlignment) Control.RtlTranslateAlignment(ContentAlignment) Control.RtlTranslateHorizontal(HorizontalAlignment) Control.RtlTranslateLeftRight(LeftRightAlignment) Control.RtlTranslateContent(ContentAlignment) Control.Show() Control.SuspendLayout() Control.Update() Control.UpdateBounds() Control.UpdateBounds(int, int, int, int) Control.UpdateBounds(int, int, int, int, int, int) Control.UpdateZOrder() Control.UpdateStyles() Control.OnImeModeChanged(EventArgs) Control.AccessibilityObject Control.AccessibleDefaultActionDescription Control.AccessibleDescription Control.AccessibleName Control.AccessibleRole Control.AllowDrop Control.Anchor Control.AutoScrollOffset Control.LayoutEngine Control.BackColor Control.BackgroundImage Control.BackgroundImageLayout Control.Bottom Control.Bounds Control.CanFocus Control.CanRaiseEvents Control.CanSelect Control.Capture Control.CausesValidation Control.CheckForIllegalCrossThreadCalls Control.ClientRectangle Control.ClientSize Control.CompanyName Control.ContainsFocus Control.ContextMenu Control.ContextMenuStrip Control.Controls Control.Created Control.Cursor Control.DataBindings Control.DefaultBackColor Control.DefaultCursor Control.DefaultFont Control.DefaultForeColor Control.DefaultMargin Control.DefaultMaximumSize Control.DefaultMinimumSize Control.DefaultPadding Control.DeviceDpi Control.IsDisposed Control.Disposing Control.Dock Control.DoubleBuffered Control.Enabled Control.Focused Control.Font Control.FontHeight Control.ForeColor Control.Handle Control.HasChildren Control.Height Control.IsHandleCreated Control.InvokeRequired Control.IsAccessible Control.IsMirrored Control.Left Control.Location Control.Margin Control.MaximumSize Control.MinimumSize Control.ModifierKeys Control.MouseButtons Control.MousePosition Control.Name Control.Parent Control.ProductName Control.ProductVersion Control.RecreatingHandle Control.Region Control.RenderRightToLeft Control.ResizeRedraw Control.Right Control.RightToLeft Control.ScaleChildren Control.Site Control.Size Control.TabIndex Control.TabStop Control.Tag Control.Text Control.Top Control.TopLevelControl Control.ShowKeyboardCues Control.ShowFocusCues Control.UseWaitCursor Control.Visible Control.Width Control.PreferredSize Control.Padding Control.DefaultImeMode Control.ImeMode Control.ImeModeBase Control.PropagatingImeMode Control.BackColorChanged Control.BackgroundImageChanged Control.BackgroundImageLayoutChanged Control.BindingContextChanged Control.CausesValidationChanged Control.ClientSizeChanged Control.ContextMenuChanged Control.ContextMenuStripChanged Control.CursorChanged Control.DockChanged Control.EnabledChanged Control.FontChanged Control.ForeColorChanged Control.LocationChanged Control.MarginChanged Control.RegionChanged Control.RightToLeftChanged Control.SizeChanged Control.TabIndexChanged Control.TabStopChanged Control.TextChanged Control.VisibleChanged Control.Click Control.ControlAdded Control.ControlRemoved Control.DragDrop Control.DragEnter Control.DragOver Control.DragLeave Control.GiveFeedback Control.HandleCreated Control.HandleDestroyed Control.HelpRequested Control.Invalidated Control.PaddingChanged Control.Paint Control.QueryContinueDrag Control.QueryAccessibilityHelp Control.DoubleClick Control.Enter Control.GotFocus Control.KeyDown Control.KeyPress Control.KeyUp Control.Layout Control.Leave Control.LostFocus Control.MouseClick Control.MouseDoubleClick Control.MouseCaptureChanged Control.MouseDown Control.MouseEnter Control.MouseLeave Control.DpiChangedBeforeParent Control.DpiChangedAfterParent Control.MouseHover Control.MouseMove Control.MouseUp Control.MouseWheel Control.Move Control.PreviewKeyDown Control.Resize Control.ChangeUICues Control.StyleChanged Control.SystemColorsChanged Control.Validating Control.Validated Control.ParentChanged Control.ImeModeChanged Component.Dispose() Component.GetService(Type) Component.ToString() Component.Events Component.Container Component.DesignMode Component.Disposed MarshalByRefObject.MemberwiseClone(bool) MarshalByRefObject.GetLifetimeService() MarshalByRefObject.InitializeLifetimeService() MarshalByRefObject.CreateObjRef(Type) object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax [ComVisible(true)] public class NavigableDualBrowserControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl Constructors NavigableDualBrowserControl() NavigableDualBrowserControl() Declaration public NavigableDualBrowserControl() Properties HighlightColor Allows browser scripts to access the desired HighlightColor Declaration public string HighlightColor { get; } Property Value Type Description string SelectedSegmentId Allows browser scripts to access the current active segment Declaration public string SelectedSegmentId { get; } Property Value Type Description string WebBrowserSrc The browser control that displays the source language content. Declaration public WebBrowser WebBrowserSrc { get; } Property Value Type Description WebBrowser WebBrowserTrg The browser control that displays the target language content. Declaration public WebBrowser WebBrowserTrg { get; } Property Value Type Description WebBrowser Methods Dispose(bool) Clean up any resources being used. Declaration protected override void Dispose(bool disposing) Parameters Type Name Description bool disposing true if managed resources should be disposed; otherwise, false. Overrides ContainerControl.Dispose(bool) FireWindowSelectionChanged() Fired when the Window Selection has been changed Declaration protected void FireWindowSelectionChanged() GetSelectedSegment() Gets the currently selected segment in the Browser Declaration public SegmentReference GetSelectedSegment() Returns Type Description SegmentReference A Segment Marker indicating which segment is currently selected JumpToActiveElement() Highlight active segment by kicking off a timer. Declaration public void JumpToActiveElement() RefreshTargetBrowser() Refresh the target browser control and re-highlight the active segment in it. Declaration public void RefreshTargetBrowser() ScrollToSegment(SegmentReference) Scrolls to the segment in the Browser referenced by the SegmentMarker passed in Declaration public void ScrollToSegment(SegmentReference segment) Parameters Type Name Description SegmentReference segment A reference to the segment to scroll to SelectSegment(string) Public method called from HTML Browser control when a segment has been selected Declaration public void SelectSegment(string puSegId) Parameters Type Name Description string puSegId A string representing the pu/segment id of the segment which has been selected SetBestMatchingHighlightColor(Color) Set the highlight color to the color that best matches the specified color. Declaration public void SetBestMatchingHighlightColor(Color clr) Parameters Type Name Description Color clr The color of the highlight to use Events WindowSelectionChanged Raised when SelectSegment(string) is called. Declaration public event PreviewControlHandler WindowSelectionChanged Event Type Type Description PreviewControlHandler Implements IDropTarget ISynchronizeInvoke IWin32Window IBindableComponent IComponent IDisposable IContainerControl" + "keywords": "Class NavigableDualBrowserControl NavigableDualBrowserControl Inheritance System.Object NavigableDualBrowserControl Namespace : Sdl.FileTypeSupport.Framework.PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax [ComVisible(true)] public class NavigableDualBrowserControl : UserControl Constructors NavigableDualBrowserControl() NavigableDualBrowserControl() Declaration public NavigableDualBrowserControl() Properties HighlightColor Allows browser scripts to access the desired HighlightColor Declaration public string HighlightColor { get; } Property Value Type Description System.String SelectedSegmentId Allows browser scripts to access the current active segment Declaration public string SelectedSegmentId { get; } Property Value Type Description System.String WebBrowserSrc The browser control that displays the source language content. Declaration public WebBrowser WebBrowserSrc { get; } Property Value Type Description System.Windows.Forms.WebBrowser WebBrowserTrg The browser control that displays the target language content. Declaration public WebBrowser WebBrowserTrg { get; } Property Value Type Description System.Windows.Forms.WebBrowser Methods Dispose(Boolean) Clean up any resources being used. Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing true if managed resources should be disposed; otherwise, false. FireWindowSelectionChanged() Fired when the Window Selection has been changed Declaration protected void FireWindowSelectionChanged() GetSelectedSegment() Gets the currently selected segment in the Browser Declaration public SegmentReference GetSelectedSegment() Returns Type Description SegmentReference A Segment Marker indicating which segment is currently selected JumpToActiveElement() Highlight active segment by kicking off a timer. Declaration public void JumpToActiveElement() RefreshTargetBrowser() Refresh the target browser control and re-highlight the active segment in it. Declaration public void RefreshTargetBrowser() ScrollToSegment(SegmentReference) Scrolls to the segment in the Browser referenced by the SegmentMarker passed in Declaration public void ScrollToSegment(SegmentReference segment) Parameters Type Name Description SegmentReference segment A reference to the segment to scroll to SelectSegment(String) Public method called from HTML Browser control when a segment has been selected Declaration public void SelectSegment(string puSegId) Parameters Type Name Description System.String puSegId A string representing the pu/segment id of the segment which has been selected SetBestMatchingHighlightColor(Color) Set the highlight color to the color that best matches the specified color. Declaration public void SetBestMatchingHighlightColor(Color clr) Parameters Type Name Description System.Drawing.Color clr The color of the highlight to use Events WindowSelectionChanged Raised when SelectSegment(String) is called. Declaration public event PreviewControlHandler WindowSelectionChanged Event Type Type Description PreviewControlHandler" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.html", "title": "Class SideBySideNavigableWebBrowserPreviewController", - "keywords": "Class SideBySideNavigableWebBrowserPreviewController A side by side navigable web browser preview controller Inheritance object AbstractFileTypeDefinitionComponent AbstractPreviewControl SideBySideNavigableWebBrowserPreviewController SideBySideRealtimeWebBrowserPreviewController Implements IFileTypeDefinitionAware ISourceAndTargetFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISourceAndTargetFilePreviewController INavigablePreview IDisposable Inherited Members AbstractFileTypeDefinitionComponent.FileTypeDefinition object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public class SideBySideNavigableWebBrowserPreviewController : AbstractPreviewControl, IFileTypeDefinitionAware, ISourceAndTargetFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISourceAndTargetFilePreviewController, INavigablePreview, IDisposable Constructors SideBySideNavigableWebBrowserPreviewController() SideBySideNavigableWebBroserPreviewController constructor Declaration public SideBySideNavigableWebBrowserPreviewController() Properties Control Property to access the Preview Control Declaration public override Control Control { get; } Property Value Type Description Control Overrides AbstractPreviewControl.Control InitialHtmlPage If set then an initial HTML page will be displayed containg the content of this string in a tempoary .htm file. Declaration public string InitialHtmlPage { get; set; } Property Value Type Description string PreferredHighlightColor Property for getting/setting preferred highlight color Declaration public Color PreferredHighlightColor { get; set; } Property Value Type Description Color SourcePreviewFile Default implementation is accessor for member field. Declaration public TempFileManager SourcePreviewFile { get; set; } Property Value Type Description TempFileManager TargetPreviewFile Default implementation is accessor for member field. Declaration public TempFileManager TargetPreviewFile { get; set; } Property Value Type Description TempFileManager Methods Dispose() Dispose mechanism Declaration public void Dispose() Dispose(bool) Implementation of the recommended dispose protocol. Deletes the managed WebBrowser control Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description bool disposing true if this method is called from IDisposable.Dispose() and false if called from Finalizer ~SideBySideNavigableWebBrowserPreviewController() SideBySideNavigableWebBrowserPreviewController destructor Declaration protected ~SideBySideNavigableWebBrowserPreviewController() NavigateToSegment(SegmentReference) Called when navigating to a specific segment is required Declaration public void NavigateToSegment(SegmentReference segment) Parameters Type Name Description SegmentReference segment OnSegmentSelected(object, SegmentSelectedEventArgs) Raise the SegmentSelected event. Declaration public virtual void OnSegmentSelected(object sender, SegmentSelectedEventArgs args) Parameters Type Name Description object sender SegmentSelectedEventArgs args Refresh() Called to initially display or refresh the display of a the source and target pages in two System.Windows.Forms.WebBrowser controls. If either the source and target files do not exist then the InitialHtmlPage page will be displayed. The GenericInternalWebBrowserPreviewControl can be used to display a single source or target file in a WebBrowser control. Declaration public override void Refresh() Overrides AbstractPreviewControl.Refresh() RefreshTarget() Called to refresh the Target portion of the control Declaration protected void RefreshTarget() Events SegmentSelected Segment selected event Declaration public event EventHandler SegmentSelected Event Type Type Description EventHandler SegmentSelectedEventArgs Implements IFileTypeDefinitionAware ISourceAndTargetFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISourceAndTargetFilePreviewController INavigablePreview IDisposable" + "keywords": "Class SideBySideNavigableWebBrowserPreviewController A side by side navigable web browser preview controller Inheritance System.Object AbstractFileTypeDefinitionComponent AbstractPreviewControl SideBySideNavigableWebBrowserPreviewController SideBySideRealtimeWebBrowserPreviewController Implements IFileTypeDefinitionAware ISourceAndTargetFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISourceAndTargetFilePreviewController INavigablePreview System.IDisposable Inherited Members AbstractFileTypeDefinitionComponent.FileTypeDefinition 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.FileTypeSupport.Framework.PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public class SideBySideNavigableWebBrowserPreviewController : AbstractPreviewControl, IFileTypeDefinitionAware, ISourceAndTargetFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISourceAndTargetFilePreviewController, INavigablePreview, IDisposable Constructors SideBySideNavigableWebBrowserPreviewController() SideBySideNavigableWebBroserPreviewController constructor Declaration public SideBySideNavigableWebBrowserPreviewController() Properties Control Property to access the Preview Control Declaration public override Control Control { get; } Property Value Type Description System.Windows.Forms.Control Overrides AbstractPreviewControl.Control InitialHtmlPage If set then an initial HTML page will be displayed containg the content of this string in a tempoary .htm file. Declaration public string InitialHtmlPage { get; set; } Property Value Type Description System.String PreferredHighlightColor Property for getting/setting preferred highlight color Declaration public Color PreferredHighlightColor { get; set; } Property Value Type Description System.Drawing.Color SourcePreviewFile Default implementation is accessor for member field. Declaration public TempFileManager SourcePreviewFile { get; set; } Property Value Type Description TempFileManager TargetPreviewFile Default implementation is accessor for member field. Declaration public TempFileManager TargetPreviewFile { get; set; } Property Value Type Description TempFileManager Methods Dispose() Dispose mechanism Declaration public void Dispose() Dispose(Boolean) Implementation of the recommended dispose protocol. Deletes the managed WebBrowser control Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing true if this method is called from IDisposable.Dispose() and false if called from Finalizer Finalize() SideBySideNavigableWebBrowserPreviewController destructor Declaration protected void Finalize() NavigateToSegment(SegmentReference) Called when navigating to a specific segment is required Declaration public void NavigateToSegment(SegmentReference segment) Parameters Type Name Description SegmentReference segment OnSegmentSelected(Object, SegmentSelectedEventArgs) Raise the SegmentSelected event. Declaration public virtual void OnSegmentSelected(object sender, SegmentSelectedEventArgs args) Parameters Type Name Description System.Object sender SegmentSelectedEventArgs args Refresh() Called to initially display or refresh the display of a the source and target pages in two System.Windows.Forms.WebBrowser controls. If either the source and target files do not exist then the InitialHtmlPage page will be displayed. The GenericInternalWebBrowserPreviewControl can be used to display a single source or target file in a WebBrowser control. Declaration public override void Refresh() Overrides AbstractPreviewControl.Refresh() RefreshTarget() Called to refresh the Target portion of the control Declaration protected void RefreshTarget() Events SegmentSelected Segment selected event Declaration public event EventHandler SegmentSelected Event Type Type Description System.EventHandler < SegmentSelectedEventArgs > Implements IFileTypeDefinitionAware ISourceAndTargetFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISourceAndTargetFilePreviewController INavigablePreview System.IDisposable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.html", "title": "Class SideBySideRealtimeWebBrowserPreviewController", - "keywords": "Class SideBySideRealtimeWebBrowserPreviewController A side by side realtime web browser preview controller Inheritance object AbstractFileTypeDefinitionComponent AbstractPreviewControl SideBySideNavigableWebBrowserPreviewController SideBySideRealtimeWebBrowserPreviewController Implements IFileTypeDefinitionAware ISourceAndTargetFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISourceAndTargetFilePreviewController INavigablePreview IDisposable IPreviewUpdatedViaRefresh IAbstractUpdatablePreview Inherited Members SideBySideNavigableWebBrowserPreviewController.OnSegmentSelected(object, SegmentSelectedEventArgs) SideBySideNavigableWebBrowserPreviewController.Refresh() SideBySideNavigableWebBrowserPreviewController.RefreshTarget() SideBySideNavigableWebBrowserPreviewController.Dispose(bool) SideBySideNavigableWebBrowserPreviewController.Dispose() SideBySideNavigableWebBrowserPreviewController.NavigateToSegment(SegmentReference) SideBySideNavigableWebBrowserPreviewController.Control SideBySideNavigableWebBrowserPreviewController.InitialHtmlPage SideBySideNavigableWebBrowserPreviewController.SourcePreviewFile SideBySideNavigableWebBrowserPreviewController.TargetPreviewFile SideBySideNavigableWebBrowserPreviewController.PreferredHighlightColor SideBySideNavigableWebBrowserPreviewController.SegmentSelected AbstractFileTypeDefinitionComponent.FileTypeDefinition object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public class SideBySideRealtimeWebBrowserPreviewController : SideBySideNavigableWebBrowserPreviewController, IFileTypeDefinitionAware, ISourceAndTargetFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISourceAndTargetFilePreviewController, INavigablePreview, IDisposable, IPreviewUpdatedViaRefresh, IAbstractUpdatablePreview Constructors SideBySideRealtimeWebBrowserPreviewController() Declaration public SideBySideRealtimeWebBrowserPreviewController() Properties TargetFilePath The preview file TargetPath Declaration public TempFileManager TargetFilePath { get; set; } Property Value Type Description TempFileManager Methods AfterFileRefresh() Called after the preview file has been refreshed Declaration public void AfterFileRefresh() BeforeFileRefresh() Called before the preview file has been refreshed Declaration public void BeforeFileRefresh() Implements IFileTypeDefinitionAware ISourceAndTargetFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISourceAndTargetFilePreviewController INavigablePreview IDisposable IPreviewUpdatedViaRefresh IAbstractUpdatablePreview" + "keywords": "Class SideBySideRealtimeWebBrowserPreviewController A side by side realtime web browser preview controller Inheritance System.Object AbstractFileTypeDefinitionComponent AbstractPreviewControl SideBySideNavigableWebBrowserPreviewController SideBySideRealtimeWebBrowserPreviewController Implements IFileTypeDefinitionAware ISourceAndTargetFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISourceAndTargetFilePreviewController INavigablePreview System.IDisposable IPreviewUpdatedViaRefresh IAbstractUpdatablePreview Inherited Members SideBySideNavigableWebBrowserPreviewController.OnSegmentSelected(Object, SegmentSelectedEventArgs) SideBySideNavigableWebBrowserPreviewController.Refresh() SideBySideNavigableWebBrowserPreviewController.RefreshTarget() SideBySideNavigableWebBrowserPreviewController.Dispose(Boolean) SideBySideNavigableWebBrowserPreviewController.Dispose() SideBySideNavigableWebBrowserPreviewController.NavigateToSegment(SegmentReference) SideBySideNavigableWebBrowserPreviewController.Control SideBySideNavigableWebBrowserPreviewController.InitialHtmlPage SideBySideNavigableWebBrowserPreviewController.SourcePreviewFile SideBySideNavigableWebBrowserPreviewController.TargetPreviewFile SideBySideNavigableWebBrowserPreviewController.PreferredHighlightColor SideBySideNavigableWebBrowserPreviewController.SegmentSelected AbstractFileTypeDefinitionComponent.FileTypeDefinition 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.FileTypeSupport.Framework.PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public class SideBySideRealtimeWebBrowserPreviewController : SideBySideNavigableWebBrowserPreviewController, IFileTypeDefinitionAware, ISourceAndTargetFilePreviewControl, IAbstractPreviewControl, IAbstractPreviewController, ISourceAndTargetFilePreviewController, INavigablePreview, IDisposable, IPreviewUpdatedViaRefresh, IAbstractUpdatablePreview Constructors SideBySideRealtimeWebBrowserPreviewController() Declaration public SideBySideRealtimeWebBrowserPreviewController() Properties TargetFilePath The preview file TargetPath Declaration public TempFileManager TargetFilePath { get; set; } Property Value Type Description TempFileManager Methods AfterFileRefresh() Called after the preview file has been refreshed Declaration public void AfterFileRefresh() BeforeFileRefresh() Called before the preview file has been refreshed Declaration public void BeforeFileRefresh() Implements IFileTypeDefinitionAware ISourceAndTargetFilePreviewControl IAbstractPreviewControl IAbstractPreviewController ISourceAndTargetFilePreviewController INavigablePreview System.IDisposable IPreviewUpdatedViaRefresh IAbstractUpdatablePreview" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.html", "title": "Class TempFileProperties", - "keywords": "Class TempFileProperties An properties class that can be used as a properties holder for tempoary files created in order to perform a preview. Inheritance object TempFileProperties Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public class TempFileProperties Constructors TempFileProperties() Declaration public TempFileProperties() Properties ExtensionMaps A list of filter extensions that need to be mapped to other extensions before previewing. For example mappping .csv to .csv.txt files so they can be previewed in an IE browser control. Declaration public string[] ExtensionMaps { get; set; } Property Value Type Description string Locked Set if preview file should be locked to prevent deleting/writing by another process. Declaration public bool Locked { get; set; } Property Value Type Description bool ReadOnly Set if preview file ReadOnly attribute should be set Declaration public bool ReadOnly { get; set; } Property Value Type Description bool SinglePreview Set if only one preview is allowed for each document (FileId). Declaration public bool SinglePreview { get; set; } Property Value Type Description bool" + "keywords": "Class TempFileProperties An properties class that can be used as a properties holder for tempoary files created in order to perform a preview. Inheritance System.Object TempFileProperties 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.FileTypeSupport.Framework.PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public class TempFileProperties Constructors TempFileProperties() Declaration public TempFileProperties() Properties ExtensionMaps A list of filter extensions that need to be mapped to other extensions before previewing. For example mappping .csv to .csv.txt files so they can be previewed in an IE browser control. Declaration public string[] ExtensionMaps { get; set; } Property Value Type Description System.String [] Locked Set if preview file should be locked to prevent deleting/writing by another process. Declaration public bool Locked { get; set; } Property Value Type Description System.Boolean ReadOnly Set if preview file ReadOnly attribute should be set Declaration public bool ReadOnly { get; set; } Property Value Type Description System.Boolean SinglePreview Set if only one preview is allowed for each document (FileId). Declaration public bool SinglePreview { get; set; } Property Value Type Description System.Boolean" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileUtils.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileUtils.html", "title": "Class TempFileUtils", - "keywords": "Class TempFileUtils Namespace for methods that have to do with temporary file manipulations. Inheritance object TempFileUtils Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public static class TempFileUtils Methods GetModifiedTempFilePath(string[], string) Construct a temp file name based on an original file name (which may include a path). This can optionally be done using a list of file extension mappings given in extensionMaps parameter. Declaration public static string GetModifiedTempFilePath(string[] extensionMaps, string originalFilePath) Parameters Type Name Description string extensionMaps A list of file extension maps that can be used to map the original filename extension to a new file extension that can be used for previews. Each string in the extensionMaps array can either be in two formats. This first is the original file extension followed by '|' and then the new file extension that will be used for a preview. This will generate preview files using the second extension for all previews of file with the original file that matches first extension. E.g. \".txt | .htm\" Will preview all .txt files by generating the a temp file using the .htm extension. The second format that can be used for a string in the extensionMaps array is simply the file extension to be used for the preview and all original file extensions will be previewed using this preview file extension. E.g. \".html\" string originalFilePath The original file path of the file being previewed. Returns Type Description string A tempoary file name that can be used to generate a preview." + "keywords": "Class TempFileUtils Namespace for methods that have to do with temporary file manipulations. Inheritance System.Object TempFileUtils 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.FileTypeSupport.Framework.PreviewControls Assembly : Sdl.FileTypeSupport.Framework.PreviewControls.dll Syntax public static class TempFileUtils Methods GetModifiedTempFilePath(String[], String) Construct a temp file name based on an original file name (which may include a path). This can optionally be done using a list of file extension mappings given in extensionMaps parameter. Declaration public static string GetModifiedTempFilePath(string[] extensionMaps, string originalFilePath) Parameters Type Name Description System.String [] extensionMaps A list of file extension maps that can be used to map the original filename extension to a new file extension that can be used for previews. Each string in the extensionMaps array can either be in two formats. This first is the original file extension followed by '|' and then the new file extension that will be used for a preview. This will generate preview files using the second extension for all previews of file with the original file that matches first extension. E.g. \".txt | .htm\" Will preview all .txt files by generating the a temp file using the .htm extension. The second format that can be used for a string in the extensionMaps array is simply the file extension to be used for the preview and all original file extensions will be previewed using this preview file extension. E.g. \".html\" System.String originalFilePath The original file path of the file being previewed. Returns Type Description System.String A tempoary file name that can be used to generate a preview." }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html", "title": "Class TempFileManager", - "keywords": "Class TempFileManager Creates and manages a tempoary file ensuring that it is deleted when no longer required. Inheritance object TempFileManager Implements IDisposable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class TempFileManager : IDisposable Remarks The temp file's file system readonly flag can also be set using ReadOnly and also the file can be locked using Locked to prevent it being deleted by the user or any disk space management software. This class uses the FileJanitor class so it provides a convenient way to create and manage session-scope temporary files. Make sure that all objects needing access to the temp file have access to a corresponding TempFileManager object, that way when it is no longer referenced by any live objects and it gets garbage collected the temporary file is deleted. The class also implements the IDisposable interface, and deletes the FileJanitor managed file in the Dispose() implementation. If the file for some reason cannot be deleted no error is raised. Note that the .NET Framework does not guarantee that finalizers will be called, so there is always a possibility that the file does not get deleted. The TempFileManager class also has a static method AutoDeleteNonLockedFiles() that can be called during applicaiton startup to delete any temp files that may not have been deleted previously. Constructors TempFileManager() Creates a temp file with a random name and manages it. See TempFileManager(string, bool) for more details. Declaration public TempFileManager() TempFileManager(string) Creates the named temp file in a random temp directory or named sub-directory and manages it. See TempFileManager(string, bool) for more details. Declaration public TempFileManager(string filePath) Parameters Type Name Description string filePath A temp filename to create or empty for a random filename to be generated. TempFileManager(string, bool) Creates a temp file and manages it. Declaration public TempFileManager(string filePath, bool lockFile) Parameters Type Name Description string filePath A temp filename to create or empty for a random filename to be generated. bool lockFile If set to true the file is created in this constructor and locked with a read write stream available through LockedFileStream . Remarks If an empty file name is given then a random temp file is created. If only a file name is given then a temp folder is created and a file with the file name is created. If a full or partial path is given the then a temp folder with the last folder name in the path is created and a file with the file name is created within it. Properties CancelDelete If true then this managed file is not deleted when this instance is disposed. Declaration public bool CancelDelete { get; set; } Property Value Type Description bool DeleteDirectoryIfEmpty If true a check will be made after the file has been deleted, and if no other files exist in the same directory that directory will also be deleted. Declaration public bool DeleteDirectoryIfEmpty { get; set; } Property Value Type Description bool Deleted If true then this managed file was sucessfully deleted. Declaration public bool Deleted { get; } Property Value Type Description bool FilePath Full path to the file to be deleted. Declaration public string FilePath { get; } Property Value Type Description string FileProcess Can be set to a running process' Process instance so that the managed temp file is deleted when the process exits. Declaration public Process FileProcess { get; set; } Property Value Type Description Process Locked Set to create (if it does not exist) and then to lock the temp file. The locked FileStream is available from LockedFileStream . Declaration public bool Locked { get; set; } Property Value Type Description bool LockedFileStream Returns the locked FileStream instace if the temp file was previously locked by setting Locked . Declaration public FileStream LockedFileStream { get; set; } Property Value Type Description FileStream Remarks The FileStream is opened for read/write access and share read access. ReadOnly If set to true the managed temp file's readonly file system flag is set. Declaration public bool ReadOnly { get; set; } Property Value Type Description bool Remarks The file must exist or be subsequently locked by setting Locked for this property to have any effect. Methods AutoDeleteNonLockedFiles() Deletes all TempFileManager managed tempoary files and tempoary folders that could not be deleted previously. Declaration public static void AutoDeleteNonLockedFiles() Remarks This public static method is designed to be called when the using applicatin starts up so that all tempoary files that have been created by a previous invocation of the applicaion that could not be automatically delted can be deleted when the using application restarts. This also employs a locking mechanism so that if two instances of the application are launched only the first instance will delete temp files that were left from a previous instance of the applicaiton. Dispose() Deletes the file, if it exists. Declaration public void Dispose() Dispose(bool) Implementation of the recommended dispose protocol. Deletes the file if possible. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description bool disposing true if this method is called from IDisposable.Dispose() and false if called from Finalizer ~TempFileManager() Deletes the file, if possible. Declaration protected ~TempFileManager() TakeOverManagedFile(ref TempFileManager, TempFileManager) This method handles the logic of handing over the management of a TempFileManager managed file to a new managed file Declaration public static void TakeOverManagedFile(ref TempFileManager managedFile, TempFileManager value) Parameters Type Name Description TempFileManager managedFile TempFileManager value Implements IDisposable" + "keywords": "Class TempFileManager Creates and manages a tempoary file ensuring that it is deleted when no longer required. Inheritance System.Object TempFileManager Implements System.IDisposable 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.FileTypeSupport.Framework Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class TempFileManager : IDisposable Remarks The temp file's file system readonly flag can also be set using ReadOnly and also the file can be locked using Locked to prevent it being deleted by the user or any disk space management software. This class uses the FileJanitor class so it provides a convenient way to create and manage session-scope temporary files. Make sure that all objects needing access to the temp file have access to a corresponding TempFileManager object, that way when it is no longer referenced by any live objects and it gets garbage collected the temporary file is deleted. The class also implements the IDisposable interface, and deletes the FileJanitor managed file in the Dispose() implementation. If the file for some reason cannot be deleted no error is raised. Note that the .NET Framework does not guarantee that finalizers will be called, so there is always a possibility that the file does not get deleted. The TempFileManager class also has a static method AutoDeleteNonLockedFiles() that can be called during applicaiton startup to delete any temp files that may not have been deleted previously. Constructors TempFileManager() Creates a temp file with a random name and manages it. See TempFileManager(String, Boolean) for more details. Declaration public TempFileManager() TempFileManager(String) Creates the named temp file in a random temp directory or named sub-directory and manages it. See TempFileManager(String, Boolean) for more details. Declaration public TempFileManager(string filePath) Parameters Type Name Description System.String filePath A temp filename to create or empty for a random filename to be generated. TempFileManager(String, Boolean) Creates a temp file and manages it. Declaration public TempFileManager(string filePath, bool lockFile) Parameters Type Name Description System.String filePath A temp filename to create or empty for a random filename to be generated. System.Boolean lockFile If set to true the file is created in this constructor and locked with a read write stream available through LockedFileStream . Remarks If an empty file name is given then a random temp file is created. If only a file name is given then a temp folder is created and a file with the file name is created. If a full or partial path is given the then a temp folder with the last folder name in the path is created and a file with the file name is created within it. Properties CancelDelete If true then this managed file is not deleted when this instance is disposed. Declaration public bool CancelDelete { get; set; } Property Value Type Description System.Boolean Deleted If true then this managed file was sucessfully deleted. Declaration public bool Deleted { get; } Property Value Type Description System.Boolean DeleteDirectoryIfEmpty If true a check will be made after the file has been deleted, and if no other files exist in the same directory that directory will also be deleted. Declaration public bool DeleteDirectoryIfEmpty { get; set; } Property Value Type Description System.Boolean FilePath Full path to the file to be deleted. Declaration public string FilePath { get; } Property Value Type Description System.String FileProcess Can be set to a running process' System.Diagnostics.Process instance so that the managed temp file is deleted when the process exits. Declaration public Process FileProcess { get; set; } Property Value Type Description System.Diagnostics.Process Locked Set to create (if it does not exist) and then to lock the temp file. The locked System.IO.FileStream is available from LockedFileStream . Declaration public bool Locked { get; set; } Property Value Type Description System.Boolean LockedFileStream Returns the locked System.IO.FileStream instace if the temp file was previously locked by setting Locked . Declaration public FileStream LockedFileStream { get; set; } Property Value Type Description System.IO.FileStream Remarks The System.IO.FileStream is opened for read/write access and share read access. ReadOnly If set to true the managed temp file's readonly file system flag is set. Declaration public bool ReadOnly { get; set; } Property Value Type Description System.Boolean Remarks The file must exist or be subsequently locked by setting Locked for this property to have any effect. Methods AutoDeleteNonLockedFiles() Deletes all TempFileManager managed tempoary files and tempoary folders that could not be deleted previously. Declaration public static void AutoDeleteNonLockedFiles() Remarks This public static method is designed to be called when the using applicatin starts up so that all tempoary files that have been created by a previous invocation of the applicaion that could not be automatically delted can be deleted when the using application restarts. This also employs a locking mechanism so that if two instances of the application are launched only the first instance will delete temp files that were left from a previous instance of the applicaiton. Dispose() Deletes the file, if it exists. Declaration public void Dispose() Dispose(Boolean) Implementation of the recommended dispose protocol. Deletes the file if possible. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing true if this method is called from IDisposable.Dispose() and false if called from Finalizer Finalize() Deletes the file, if possible. Declaration protected void Finalize() TakeOverManagedFile(ref TempFileManager, TempFileManager) This method handles the logic of handing over the management of a TempFileManager managed file to a new managed file Declaration public static void TakeOverManagedFile(ref TempFileManager managedFile, TempFileManager value) Parameters Type Name Description TempFileManager managedFile TempFileManager value Implements System.IDisposable" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.UserCancelledException.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.UserCancelledException.html", "title": "Class UserCancelledException", - "keywords": "Class UserCancelledException Exception thrown to indicate that the user has explicitly requested an operation to be aborted. Inheritance object Exception UserCancelledException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.FileTypeSupport Framework Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class UserCancelledException : Exception, ISerializable, _Exception Remarks Applications can use this exception to handle user interaction in event handlers and other delegates. If the user cancels the operation during a callback the application can throw this exception from the callback and handle it separate from other exception types in the top-level originating call. This exception is explicitly NOT derived from FileTypeSupportException , so that it does not get caught in regular exception handlers for file type support exceptions. Constructors UserCancelledException() Cancel without message. Declaration public UserCancelledException() UserCancelledException(SerializationInfo, StreamingContext) Protected constructor used for de-serialization. Declaration protected UserCancelledException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context UserCancelledException(string) Cancel with a message. Declaration public UserCancelledException(string message) Parameters Type Name Description string message UserCancelledException(string, Exception) Cancel with a message and a related exception. Declaration public UserCancelledException(string message, Exception inner) Parameters Type Name Description string message Exception inner Implements ISerializable _Exception" + "keywords": "Class UserCancelledException Exception thrown to indicate that the user has explicitly requested an operation to be aborted. Inheritance System.Object System.Exception UserCancelledException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.FileTypeSupport.Framework Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public class UserCancelledException : Exception, ISerializable, _Exception Remarks Applications can use this exception to handle user interaction in event handlers and other delegates. If the user cancels the operation during a callback the application can throw this exception from the callback and handle it separate from other exception types in the top-level originating call. This exception is explicitly NOT derived from FileTypeSupportException , so that it does not get caught in regular exception handlers for file type support exceptions. Constructors UserCancelledException() Cancel without message. Declaration public UserCancelledException() UserCancelledException(SerializationInfo, StreamingContext) Protected constructor used for de-serialization. Declaration protected UserCancelledException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context UserCancelledException(String) Cancel with a message. Declaration public UserCancelledException(string message) Parameters Type Name Description System.String message UserCancelledException(String, Exception) Cancel with a message and a related exception. Declaration public UserCancelledException(string message, Exception inner) Parameters Type Name Description System.String message System.Exception inner Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/filetypesupport/Sdl.FileTypeSupport.Framework.VersionInfo.html": { "href": "api/filetypesupport/Sdl.FileTypeSupport.Framework.VersionInfo.html", "title": "Class VersionInfo", - "keywords": "Class VersionInfo Represents the version information for the FileTypeSupport Framework. This class cannot be inherited. Inheritance object VersionInfo Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.FileTypeSupport Framework Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public sealed class VersionInfo Constructors VersionInfo() Declaration public VersionInfo() Methods GetFrameworkVersion() Returns the current assembly version of the FileTypeSupport Framework API. Declaration public static Version GetFrameworkVersion() Returns Type Description Version The current version of the API." + "keywords": "Class VersionInfo Represents the version information for the FileTypeSupport Framework. This class cannot be inherited. Inheritance System.Object VersionInfo 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.FileTypeSupport.Framework Assembly : Sdl.FileTypeSupport.Framework.Core.dll Syntax public sealed class VersionInfo Constructors VersionInfo() Declaration public VersionInfo() Methods GetFrameworkVersion() Returns the current assembly version of the FileTypeSupport Framework API. Declaration public static Version GetFrameworkVersion() Returns Type Description System.Version The current version of the API." }, "api/integration/Sdl.Desktop.IntegrationApi.AbstractAction.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.AbstractAction.html", "title": "Class AbstractAction", - "keywords": "Class AbstractAction Abstract base class for user actions, which can be added to a command bar. Inheritance object AbstractAction AbstractViewControllerAction AbstractBindedAction Implements IAction IExtensionAware Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class AbstractAction : IAction, IExtensionAware Constructors AbstractAction() Declaration protected AbstractAction() Properties ActionAttribute Gets the action attribute. Declaration public ActionAttribute ActionAttribute { get; } Property Value Type Description ActionAttribute The action attribute. ActionGroup Gets or sets the action group this action is part of. This property is only valid when the action style ( Style property is set to ToggleButton . Declaration public string ActionGroup { get; set; } Property Value Type Description string Remarks When null, the action is shown on the command bar as a checkbox, otherwise it is shown as a radio button. Available Gets or sets whether this action is currently available. Declaration public bool Available { get; set; } Property Value Type Description bool Remarks If an action is not available, it is not shown on the command bar. Checked Gets or sets whether this action is checked. This property is only valid when the action style ( Style property is set to ToggleButton . Declaration public bool Checked { get; set; } Property Value Type Description bool Remarks Setting this property to true when the action has been added to a command bar will result in the Execute() method being called. DisplayType Gets or sets the ribbon action size. Declaration public DisplayType DisplayType { get; set; } Property Value Type Description DisplayType Remarks This should be set before adding the action to a commandbar. Enabled Gets or sets whether this action is currently enabled. Declaration public bool Enabled { get; set; } Property Value Type Description bool Remarks If an action is not enabled, it is shown is greyed out on the command bar. Extension Gets or sets the extension. Declaration public IExtension Extension { get; set; } Property Value Type Description IExtension The extension. Icon Gets or sets the icon for this action. Can be null. Declaration public Icon Icon { get; set; } Property Value Type Description Icon Id Gets or sets the unique id for this action. Declaration public string Id { get; set; } Property Value Type Description string Remarks This id is unique across the Studio. Style Gets or sets the action style. Declaration public ActionStyle Style { get; set; } Property Value Type Description ActionStyle Remarks This should be set before adding the action to a commandbar. Text Gets or sets the text for this action. Declaration public string Text { get; set; } Property Value Type Description string Remarks Can contain an ampersand to indicate the mnemonic character. ToolTipText Gets or sets the tooltip test for this action. Declaration public string ToolTipText { get; set; } Property Value Type Description string Methods Execute() Called when the user activates this action. Override this method to perform the action logic. Declaration protected abstract void Execute() Initialize() Executed when the action is initialized. Declaration public virtual void Initialize() OnPropertyChanged(ActionPropertyChangedEventArgs) Raises the PropertyChanged event. Declaration protected virtual void OnPropertyChanged(ActionPropertyChangedEventArgs e) Parameters Type Name Description ActionPropertyChangedEventArgs e The event arguments. Remarks When overriding this method, make sure to call the base class implementation, so the event is raised. Events AfterActionExecuted Called after action is executed Declaration public event EventHandler AfterActionExecuted Event Type Type Description EventHandler ActionExecutionEventArgs BeforeActionExecuted Called before action is executed Declaration public event EventHandler BeforeActionExecuted Event Type Type Description EventHandler ActionExecutionCancelEventArgs PropertyChanged Raised when the value of one of the action's properties changed. Declaration public event EventHandler PropertyChanged Event Type Type Description EventHandler ActionPropertyChangedEventArgs Remarks For possible property values, see the constants defined in ActionProperties . Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractAction Abstract base class for user actions, which can be added to a command bar. Inheritance System.Object AbstractAction AbstractViewControllerAction AbstractBindedAction Implements IAction IExtensionAware 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.Desktop.IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class AbstractAction : IAction Constructors AbstractAction() Declaration protected AbstractAction() Properties ActionAttribute Gets the action attribute. Declaration public ActionAttribute ActionAttribute { get; } Property Value Type Description ActionAttribute The action attribute. ActionGroup Gets or sets the action group this action is part of. This property is only valid when the action style ( Style property is set to ToggleButton . Declaration public string ActionGroup { get; set; } Property Value Type Description System.String Remarks When null, the action is shown on the command bar as a checkbox, otherwise it is shown as a radio button. Available Gets or sets whether this action is currently available. Declaration public bool Available { get; set; } Property Value Type Description System.Boolean Remarks If an action is not available, it is not shown on the command bar. Checked Gets or sets whether this action is checked. This property is only valid when the action style ( Style property is set to ToggleButton . Declaration public bool Checked { get; set; } Property Value Type Description System.Boolean Remarks Setting this property to true when the action has been added to a command bar will result in the Execute() method being called. DisplayType Gets or sets the ribbon action size. Declaration public DisplayType DisplayType { get; set; } Property Value Type Description DisplayType Remarks This should be set before adding the action to a commandbar. Enabled Gets or sets whether this action is currently enabled. Declaration public bool Enabled { get; set; } Property Value Type Description System.Boolean Remarks If an action is not enabled, it is shown is greyed out on the command bar. Extension Gets or sets the extension. Declaration public IExtension Extension { get; set; } Property Value Type Description IExtension The extension. Icon Gets or sets the icon for this action. Can be null. Declaration public Icon Icon { get; set; } Property Value Type Description System.Drawing.Icon Id Gets or sets the unique id for this action. Declaration public string Id { get; set; } Property Value Type Description System.String Remarks This id is unique across the Studio. Style Gets or sets the action style. Declaration public ActionStyle Style { get; set; } Property Value Type Description ActionStyle Remarks This should be set before adding the action to a commandbar. Text Gets or sets the text for this action. Declaration public string Text { get; set; } Property Value Type Description System.String Remarks Can contain an ampersand to indicate the mnemonic character. ToolTipText Gets or sets the tooltip test for this action. Declaration public string ToolTipText { get; set; } Property Value Type Description System.String Methods Execute() Called when the user activates this action. Override this method to perform the action logic. Declaration protected abstract void Execute() Initialize() Executed when the action is initialized. Declaration public virtual void Initialize() OnPropertyChanged(ActionPropertyChangedEventArgs) Raises the PropertyChanged event. Declaration protected virtual void OnPropertyChanged(ActionPropertyChangedEventArgs e) Parameters Type Name Description ActionPropertyChangedEventArgs e The event arguments. Remarks When overriding this method, make sure to call the base class implementation, so the event is raised. Events AfterActionExecuted Called after action is executed Declaration public event EventHandler AfterActionExecuted Event Type Type Description System.EventHandler < ActionExecutionEventArgs > BeforeActionExecuted Called before action is executed Declaration public event EventHandler BeforeActionExecuted Event Type Type Description System.EventHandler < ActionExecutionCancelEventArgs > PropertyChanged Raised when the value of one of the action's properties changed. Declaration public event EventHandler PropertyChanged Event Type Type Description System.EventHandler < ActionPropertyChangedEventArgs > Remarks For possible property values, see the constants defined in ActionProperties . Explicit Interface Implementations IAction.Execute() Declaration bool IAction.Execute() Returns Type Description System.Boolean Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.AbstractApplication.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.AbstractApplication.html", "title": "Class AbstractApplication", - "keywords": "Class AbstractApplication Base class for the application Inheritance object AbstractApplication SdlTradosStudioApplication Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class AbstractApplication Constructors AbstractApplication() Initialize the instance of this class Declaration protected AbstractApplication() Methods ExecuteAction() Execute the requested action Declaration public virtual void ExecuteAction() where TAction : AbstractAction Type Parameters Name Description TAction The requested action by type. GetAction() Gets the requested action. Declaration public virtual TAction GetAction() where TAction : AbstractAction Returns Type Description TAction The action requested or null if none was found. Type Parameters Name Description TAction The requested action by type. GetController() Gets the requested controller. This supports getting view or view part controllers. Declaration public virtual TController GetController() where TController : AbstractController Returns Type Description TController The controller of type T requested. Type Parameters Name Description TController the type of the requested controller GetService() Gets the requested service. Declaration public T GetService() Returns Type Description T The service requested or null if none was found. Type Parameters Name Description T The requested service by type. RegisterRelay(IStudioWindow) Initializes services when the window is created Declaration protected virtual void RegisterRelay(IStudioWindow window) Parameters Type Name Description Sdl.Desktop.Platform.IStudioWindow window Events Closing Triggered when the application is closing Declaration public event EventHandler Closing Event Type Type Description EventHandler CancelEventArgs Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractApplication Base class for the application Inheritance System.Object AbstractApplication SdlTradosStudioApplication 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.Desktop.IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class AbstractApplication Constructors AbstractApplication() Initialize the instance of this class Declaration protected AbstractApplication() Methods ExecuteAction() Execute the requested action Declaration public virtual void ExecuteAction() where TAction : AbstractAction Type Parameters Name Description TAction The requested action by type. GetAction() Gets the requested action. Declaration public virtual TAction GetAction() where TAction : AbstractAction Returns Type Description TAction The action requested or null if none was found. Type Parameters Name Description TAction The requested action by type. GetController() Gets the requested controller. This supports getting view or view part controllers. Declaration public virtual TController GetController() where TController : AbstractController Returns Type Description TController The controller of type T requested. Type Parameters Name Description TController the type of the requested controller GetService() Gets the requested service. Declaration public T GetService() Returns Type Description T The service requested or null if none was found. Type Parameters Name Description T The requested service by type. RegisterRelay(IStudioWindow) Initializes services when the window is created Declaration protected virtual void RegisterRelay(IStudioWindow window) Parameters Type Name Description Sdl.Desktop.Platform.IStudioWindow window Events Closing Triggered when the application is closing Declaration public event EventHandler Closing Event Type Type Description System.EventHandler < System.ComponentModel.CancelEventArgs > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.AbstractRibbonGroup.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.AbstractRibbonGroup.html", "title": "Class AbstractRibbonGroup", - "keywords": "Class AbstractRibbonGroup Abstract base class for a ribbon group. Inheritance object AbstractRibbonGroup Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class AbstractRibbonGroup Constructors AbstractRibbonGroup() Declaration protected AbstractRibbonGroup() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractRibbonGroup Abstract base class for a ribbon group. Inheritance System.Object AbstractRibbonGroup 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.Desktop.IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class AbstractRibbonGroup Constructors AbstractRibbonGroup() Declaration protected AbstractRibbonGroup() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.AbstractViewController.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.AbstractViewController.html", "title": "Class AbstractViewController", - "keywords": "Class AbstractViewController Base class used in the implementation and integration of a view in desktop applications. Based on an MVC pattern the implementation is the controller of a view. Inheritance object AbstractController AbstractViewController AbstractBindedController Implements IDisposable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class AbstractViewController : AbstractController, IDisposable Constructors AbstractViewController() Declaration protected AbstractViewController() Properties Context The context in witch the view is executing Declaration public virtual IViewContext Context { get; protected set; } Property Value Type Description IViewContext Methods Activate() Activate the view in the Studio application. Declaration public virtual void Activate() Dispose() Override to implement the dispose of the resources associated with the view. Declaration public virtual void Dispose() Dispose(bool) Declaration public virtual void Dispose(bool disposing) Parameters Type Name Description bool disposing GetContentControl() Get the content control for this view. This control will occupy the content area of the studio window while this view is active. Declaration protected virtual IUIControl GetContentControl() Returns Type Description IUIControl A windows user control. Remarks Must be overrided if the view does not allow view parts. GetExplorerBarControl() Get the explorer bar control of the view. This control will be placed in the content area of the explorer bar when this view is active. Declaration protected virtual IUIControl GetExplorerBarControl() Returns Type Description IUIControl A Windows Forms control. Initialize(IViewContext) Called only once when the controller is initialized Declaration protected abstract void Initialize(IViewContext context) Parameters Type Name Description IViewContext context The context in which the view is initialized. Refresh() Called when the view needs to be refreshed. Declaration protected virtual void Refresh() Remarks By default, this method is also called when the view is being activated. Events ActivationChanged Triggered when the activation of a view is changed Declaration public event EventHandler ActivationChanged Event Type Type Description EventHandler ActivationChangedEventArgs Implements IDisposable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractViewController Base class used in the implementation and integration of a view in desktop applications. Based on an MVC pattern the implementation is the controller of a view. Inheritance System.Object AbstractController AbstractViewController AbstractBindedController Implements System.IDisposable 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.Desktop.IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class AbstractViewController : AbstractController, IDisposable Constructors AbstractViewController() Declaration protected AbstractViewController() Properties Context The context in witch the view is executing Declaration public virtual IViewContext Context { get; protected set; } Property Value Type Description IViewContext Methods Activate() Activate the view in the Studio application. Declaration public virtual void Activate() Dispose() Override to implement the dispose of the resources associated with the view. Declaration public virtual void Dispose() Dispose(Boolean) Declaration public virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing GetContentControl() Get the content control for this view. This control will occupy the content area of the studio window while this view is active. Declaration protected virtual IUIControl GetContentControl() Returns Type Description IUIControl A windows user control. Remarks Must be overrided if the view does not allow view parts. GetExplorerBarControl() Get the explorer bar control of the view. This control will be placed in the content area of the explorer bar when this view is active. Declaration protected virtual IUIControl GetExplorerBarControl() Returns Type Description IUIControl A Windows Forms control. Initialize(IViewContext) Called only once when the controller is initialized Declaration protected abstract void Initialize(IViewContext context) Parameters Type Name Description IViewContext context The context in which the view is initialized. Refresh() Called when the view needs to be refreshed. Declaration protected virtual void Refresh() Remarks By default, this method is also called when the view is being activated. Events ActivationChanged Triggered when the activation of a view is changed Declaration public event EventHandler ActivationChanged Event Type Type Description System.EventHandler < ActivationChangedEventArgs > Implements System.IDisposable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.AbstractViewControllerAction-1.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.AbstractViewControllerAction-1.html", "title": "Class AbstractViewControllerAction", - "keywords": "Class AbstractViewControllerAction Abstract base class for a view-specific action. Inheritance object AbstractAction AbstractViewControllerAction Implements IAction IExtensionAware Inherited Members AbstractAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class AbstractViewControllerAction : AbstractAction, IAction, IExtensionAware where TController : AbstractViewController Type Parameters Name Description TController The type of the controller over which the action is executed. Constructors AbstractViewControllerAction() Declaration protected AbstractViewControllerAction() Properties Controller The controller in which the action is executing. Declaration protected TController Controller { get; } Property Value Type Description TController ViewId The ID of the view this action relates to. Declaration protected string ViewId { get; } Property Value Type Description string Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractViewControllerAction Abstract base class for a view-specific action. Inheritance System.Object AbstractAction AbstractViewControllerAction Implements IAction IExtensionAware Inherited Members AbstractAction.Execute() AbstractAction.IAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted 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.Desktop.IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class AbstractViewControllerAction : AbstractAction, IAction where TController : AbstractViewController Type Parameters Name Description TController The type of the controller over which the action is executed. Constructors AbstractViewControllerAction() Declaration protected AbstractViewControllerAction() Properties Controller The controller in which the action is executing. Declaration protected TController Controller { get; } Property Value Type Description TController ViewId The ID of the view this action relates to. Declaration protected string ViewId { get; } Property Value Type Description System.String Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.AbstractViewPartController.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.AbstractViewPartController.html", "title": "Class AbstractViewPartController", - "keywords": "Class AbstractViewPartController Base class used in the implementation and integration of a view part in desktop applications. Inheritance object AbstractController AbstractViewPartController Implements IDisposable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class AbstractViewPartController : AbstractController, IDisposable Constructors AbstractViewPartController() Declaration protected AbstractViewPartController() Fields ActivationChanged Triggered when the view part activation state has changed Declaration public EventHandler ActivationChanged Field Value Type Description EventHandler ActivationChangedEventArgs VisibilityChanged Triggered when the viewpart visibility has been changed. Declaration public EventHandler VisibilityChanged Field Value Type Description EventHandler VisibilityChangedEventArgs Properties IsActive Returns true if the associated view part is currently the active view part in the view. Declaration public bool IsActive { get; } Property Value Type Description bool Remarks If the check is done while processing the ActivationChanged event this property is reflecting the previous state. IsInView Returns true if the contents of the viewpart are currently in the viewable area. Declaration public bool IsInView { get; } Property Value Type Description bool IsVisible Returns true if the associated view part is currently visible in the view. Declaration public bool IsVisible { get; } Property Value Type Description bool Remarks If the check is done while processing the VisibilityChanged event this property is reflecting the previous state. Methods Activate() Shows and activates the view part. To just show aview part without changing the focus to it, use Show() . Declaration public void Activate() Remarks This method has no effect if the corresponding view is not active. Dispose() Override to implement the dispose of the resources associated with the view. Declaration public virtual void Dispose() Dispose(bool) Declaration public virtual void Dispose(bool disposing) Parameters Type Name Description bool disposing GetContentControl() Get the content control for this view part. Declaration protected abstract IUIControl GetContentControl() Returns Type Description IUIControl A windows user control. Hide() Hide the view part. Declaration public void Hide() Initialize() Called only once when the controller is initialized Declaration protected abstract void Initialize() Refresh() Called when the view part needs to be refreshed. Declaration protected virtual void Refresh() Remarks This method is called when the view is being activated. Show() Shows the view part without switching the input focus to it. Declaration public void Show() Implements IDisposable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractViewPartController Base class used in the implementation and integration of a view part in desktop applications. Inheritance System.Object AbstractController AbstractViewPartController Implements System.IDisposable 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.Desktop.IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class AbstractViewPartController : AbstractController, IDisposable Constructors AbstractViewPartController() Declaration protected AbstractViewPartController() Fields ActivationChanged Triggered when the view part activation state has changed Declaration public EventHandler ActivationChanged Field Value Type Description System.EventHandler < ActivationChangedEventArgs > VisibilityChanged Triggered when the viewpart visibility has been changed. Declaration public EventHandler VisibilityChanged Field Value Type Description System.EventHandler < VisibilityChangedEventArgs > Properties IsActive Returns true if the associated view part is currently the active view part in the view. Declaration public bool IsActive { get; } Property Value Type Description System.Boolean Remarks If the check is done while processing the ActivationChanged event this property is reflecting the previous state. IsInView Returns true if the contents of the viewpart are currently in the viewable area. Declaration public bool IsInView { get; } Property Value Type Description System.Boolean IsVisible Returns true if the associated view part is currently visible in the view. Declaration public bool IsVisible { get; } Property Value Type Description System.Boolean Remarks If the check is done while processing the VisibilityChanged event this property is reflecting the previous state. Methods Activate() Shows and activates the view part. To just show aview part without changing the focus to it, use Show() . Declaration public void Activate() Remarks This method has no effect if the corresponding view is not active. Dispose() Override to implement the dispose of the resources associated with the view. Declaration public virtual void Dispose() Dispose(Boolean) Declaration public virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing GetContentControl() Get the content control for this view part. Declaration protected abstract IUIControl GetContentControl() Returns Type Description IUIControl A windows user control. Hide() Hide the view part. Declaration public void Hide() Initialize() Called only once when the controller is initialized Declaration protected abstract void Initialize() Refresh() Called when the view part needs to be refreshed. Declaration protected virtual void Refresh() Remarks This method is called when the view is being activated. Show() Shows the view part without switching the input focus to it. Declaration public void Show() Implements System.IDisposable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.html", "title": "Class ActionExecutionCancelEventArgs", - "keywords": "Class ActionExecutionCancelEventArgs Argument used for the action execution events which support canceling. Inheritance object EventArgs ActionExecutionEventArgs ActionExecutionCancelEventArgs Inherited Members ActionExecutionEventArgs.ActionId EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class ActionExecutionCancelEventArgs : ActionExecutionEventArgs Constructors ActionExecutionCancelEventArgs(string) Create the instance of the argument. Declaration public ActionExecutionCancelEventArgs(string actionId) Parameters Type Name Description string actionId The action identifier for which the argument event is initialized. Properties Cancel Gets or sets if the action execution is canceled. Declaration public bool Cancel { get; set; } Property Value Type Description bool Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ActionExecutionCancelEventArgs Argument used for the action execution events which support canceling. Inheritance System.Object System.EventArgs ActionExecutionEventArgs ActionExecutionCancelEventArgs Inherited Members ActionExecutionEventArgs.ActionId System.EventArgs.Empty 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.Desktop.IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class ActionExecutionCancelEventArgs : ActionExecutionEventArgs Constructors ActionExecutionCancelEventArgs(String) Create the instance of the argument. Declaration public ActionExecutionCancelEventArgs(string actionId) Parameters Type Name Description System.String actionId The action identifier for which the argument event is initialized. Properties Cancel Gets or sets if the action execution is canceled. Declaration public bool Cancel { get; set; } Property Value Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.html", "title": "Class ActionExecutionEventArgs", - "keywords": "Class ActionExecutionEventArgs Argument used for the action execution events. Inheritance object EventArgs ActionExecutionEventArgs ActionExecutionCancelEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class ActionExecutionEventArgs : EventArgs Constructors ActionExecutionEventArgs(string) Create the instance of the argument. Declaration public ActionExecutionEventArgs(string actionId) Parameters Type Name Description string actionId The action identifier for which the argument event is initialized. Properties ActionId Get the action identifier for which the event ocurr. Declaration public string ActionId { get; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ActionExecutionEventArgs Argument used for the action execution events. Inheritance System.Object System.EventArgs ActionExecutionEventArgs ActionExecutionCancelEventArgs Inherited Members System.EventArgs.Empty 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.Desktop.IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class ActionExecutionEventArgs : EventArgs Constructors ActionExecutionEventArgs(String) Create the instance of the argument. Declaration public ActionExecutionEventArgs(string actionId) Parameters Type Name Description System.String actionId The action identifier for which the argument event is initialized. Properties ActionId Get the action identifier for which the event ocurr. Declaration public string ActionId { get; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.html", "title": "Class ActivationChangedEventArgs", - "keywords": "Class ActivationChangedEventArgs Contains the arguments returned by the event fired when a UI controller instance's activation state changes. Inheritance object EventArgs CancelEventArgs ActivationChangedEventArgs Inherited Members CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class ActivationChangedEventArgs : CancelEventArgs Constructors ActivationChangedEventArgs(bool) Initialize the instance of the argument using the changed active state value Declaration public ActivationChangedEventArgs(bool active) Parameters Type Name Description bool active The active changed state. Properties Active Gets whether is active or not. Declaration public bool Active { get; } Property Value Type Description bool Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ActivationChangedEventArgs Contains the arguments returned by the event fired when a UI controller instance's activation state changes. Inheritance System.Object ActivationChangedEventArgs Namespace : Sdl.Desktop.IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class ActivationChangedEventArgs : CancelEventArgs Constructors ActivationChangedEventArgs(Boolean) Initialize the instance of the argument using the changed active state value Declaration public ActivationChangedEventArgs(bool active) Parameters Type Name Description System.Boolean active The active changed state. Properties Active Gets whether is active or not. Declaration public bool Active { get; } Property Value Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.ApplicationHost-1.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.ApplicationHost-1.html", "title": "Class ApplicationHost", - "keywords": "Class ApplicationHost Base class for the application host Inheritance object ApplicationHost SdlTradosStudio Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class ApplicationHost where T : AbstractApplication, new() Type Parameters Name Description T The hosted application. Constructors ApplicationHost() Declaration protected ApplicationHost() Properties Application Gets the currently active application Declaration public static T Application { get; } Property Value Type Description T Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ApplicationHost Base class for the application host Inheritance System.Object ApplicationHost SdlTradosStudio 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.Desktop.IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class ApplicationHost where T : AbstractApplication, new() Type Parameters Name Description T The hosted application. Constructors ApplicationHost() Declaration protected ApplicationHost() Properties Application Gets the currently active application Declaration public static T Application { get; } Property Value Type Description T Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.html", @@ -3077,92 +2777,92 @@ "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultContextMenus.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultContextMenus.html", "title": "Class StudioDefaultContextMenus", - "keywords": "Class StudioDefaultContextMenus A class containing all the well known Studio extensible context menus Inheritance object StudioDefaultContextMenus TranslationStudioDefaultContextMenus Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi DefaultLocations Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class StudioDefaultContextMenus Constructors StudioDefaultContextMenus() Declaration public StudioDefaultContextMenus() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class StudioDefaultContextMenus A class containing all the well known Studio extensible context menus Inheritance System.Object StudioDefaultContextMenus TranslationStudioDefaultContextMenus 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.Desktop.IntegrationApi.DefaultLocations Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class StudioDefaultContextMenus Constructors StudioDefaultContextMenus() Declaration public StudioDefaultContextMenus() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups.html", "title": "Class StudioDefaultRibbonGroups", - "keywords": "Class StudioDefaultRibbonGroups A class containing all the well known Studio extensible ribbon groups Inheritance object StudioDefaultRibbonGroups TranslationStudioDefaultRibbonGroups Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi DefaultLocations Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class StudioDefaultRibbonGroups Constructors StudioDefaultRibbonGroups() Declaration public StudioDefaultRibbonGroups() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class StudioDefaultRibbonGroups A class containing all the well known Studio extensible ribbon groups Inheritance System.Object StudioDefaultRibbonGroups TranslationStudioDefaultRibbonGroups 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.Desktop.IntegrationApi.DefaultLocations Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class StudioDefaultRibbonGroups Constructors StudioDefaultRibbonGroups() Declaration public StudioDefaultRibbonGroups() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html", "title": "Class StudioDefaultRibbonTabs.AddinsRibbonTabLocation", - "keywords": "Class StudioDefaultRibbonTabs.AddinsRibbonTabLocation The location of the Add-ins ribbon tab. Inheritance object AbstractLocation StudioDefaultRibbonTabs.AddinsRibbonTabLocation Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.Desktop IntegrationApi DefaultLocations Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public sealed class StudioDefaultRibbonTabs.AddinsRibbonTabLocation : AbstractLocation Constructors AddinsRibbonTabLocation() Declaration public AddinsRibbonTabLocation() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class StudioDefaultRibbonTabs.AddinsRibbonTabLocation The location of the Add-ins ribbon tab. Inheritance System.Object AbstractLocation StudioDefaultRibbonTabs.AddinsRibbonTabLocation Inherited Members AbstractLocation.ZIndex AbstractLocation.IsSeparator 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.Desktop.IntegrationApi.DefaultLocations Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public sealed class AddinsRibbonTabLocation : AbstractLocation Constructors AddinsRibbonTabLocation() Declaration public AddinsRibbonTabLocation() Properties InsertAfter The ribbon group which is after Declaration public override string InsertAfter { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertAfter InsertBefore The ribbon group which is before Declaration public override string InsertBefore { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertBefore Path The path to the Add-Ins tab location Declaration public override string Path { get; } Property Value Type Description System.String Overrides AbstractLocation.Path TargetAttributeType The target extension attribute type Declaration public override Type TargetAttributeType { get; } Property Value Type Description System.Type Overrides AbstractLocation.TargetAttributeType Remarks Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html", "title": "Class StudioDefaultRibbonTabs.HelpRibbonTabLocation", - "keywords": "Class StudioDefaultRibbonTabs.HelpRibbonTabLocation The location of the Help ribbon tab. Inheritance object AbstractLocation StudioDefaultRibbonTabs.HelpRibbonTabLocation Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.Desktop IntegrationApi DefaultLocations Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public sealed class StudioDefaultRibbonTabs.HelpRibbonTabLocation : AbstractLocation Constructors HelpRibbonTabLocation() Declaration public HelpRibbonTabLocation() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class StudioDefaultRibbonTabs.HelpRibbonTabLocation The location of the Help ribbon tab. Inheritance System.Object AbstractLocation StudioDefaultRibbonTabs.HelpRibbonTabLocation Inherited Members AbstractLocation.ZIndex AbstractLocation.IsSeparator 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.Desktop.IntegrationApi.DefaultLocations Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public sealed class HelpRibbonTabLocation : AbstractLocation Constructors HelpRibbonTabLocation() Declaration public HelpRibbonTabLocation() Properties InsertAfter The ribbon group which is after Declaration public override string InsertAfter { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertAfter InsertBefore The ribbon group which is before Declaration public override string InsertBefore { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertBefore Path The path to the Add-Ins tab location Declaration public override string Path { get; } Property Value Type Description System.String Overrides AbstractLocation.Path TargetAttributeType The target extension attribute type Declaration public override Type TargetAttributeType { get; } Property Value Type Description System.Type Overrides AbstractLocation.TargetAttributeType Remarks Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.html", "title": "Class StudioDefaultRibbonTabs", - "keywords": "Class StudioDefaultRibbonTabs A class containing all the well known Studio extensible ribbon tab Inheritance object StudioDefaultRibbonTabs TranslationStudioDefaultRibbonTabs Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi DefaultLocations Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class StudioDefaultRibbonTabs Constructors StudioDefaultRibbonTabs() Declaration public StudioDefaultRibbonTabs() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class StudioDefaultRibbonTabs A class containing all the well known Studio extensible ribbon tab Inheritance System.Object StudioDefaultRibbonTabs TranslationStudioDefaultRibbonTabs 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.Desktop.IntegrationApi.DefaultLocations Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class StudioDefaultRibbonTabs Constructors StudioDefaultRibbonTabs() Declaration public StudioDefaultRibbonTabs() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html", "title": "Class StudioDefaultRibbonTabs.ViewRibbonTabLocation", - "keywords": "Class StudioDefaultRibbonTabs.ViewRibbonTabLocation The location of the View ribbon tab. Inheritance object AbstractLocation StudioDefaultRibbonTabs.ViewRibbonTabLocation Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.Desktop IntegrationApi DefaultLocations Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public sealed class StudioDefaultRibbonTabs.ViewRibbonTabLocation : AbstractLocation Constructors ViewRibbonTabLocation() Declaration public ViewRibbonTabLocation() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class StudioDefaultRibbonTabs.ViewRibbonTabLocation The location of the View ribbon tab. Inheritance System.Object AbstractLocation StudioDefaultRibbonTabs.ViewRibbonTabLocation Inherited Members AbstractLocation.ZIndex AbstractLocation.IsSeparator 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.Desktop.IntegrationApi.DefaultLocations Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public sealed class ViewRibbonTabLocation : AbstractLocation Constructors ViewRibbonTabLocation() Declaration public ViewRibbonTabLocation() Properties InsertAfter The ribbon group which is after Declaration public override string InsertAfter { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertAfter InsertBefore The ribbon group which is before Declaration public override string InsertBefore { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertBefore Path The path to the Add-Ins tab location Declaration public override string Path { get; } Property Value Type Description System.String Overrides AbstractLocation.Path TargetAttributeType The target extension attribute type Declaration public override Type TargetAttributeType { get; } Property Value Type Description System.Type Overrides AbstractLocation.TargetAttributeType Remarks Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews.html", "title": "Class StudioDefaultViews", - "keywords": "Class StudioDefaultViews A class containing all the well known Studio view controller classes Inheritance object StudioDefaultViews TranslationStudioDefaultViews Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi DefaultLocations Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class StudioDefaultViews Constructors StudioDefaultViews() Declaration public StudioDefaultViews() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class StudioDefaultViews A class containing all the well known Studio view controller classes Inheritance System.Object StudioDefaultViews TranslationStudioDefaultViews 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.Desktop.IntegrationApi.DefaultLocations Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class StudioDefaultViews Constructors StudioDefaultViews() Declaration public StudioDefaultViews() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.DefaultSettingsPage-2.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.DefaultSettingsPage-2.html", "title": "Class DefaultSettingsPage", - "keywords": "Class DefaultSettingsPage Default implementation for AutomaticTask settings page. Inheritance object AbstractSettingsPage DefaultSettingsPage Implements ISettingsPage IDisposable Inherited Members AbstractSettingsPage.OnActivate() AbstractSettingsPage.OnDeactivate() AbstractSettingsPage.AfterSave() AbstractSettingsPage.AfterCancel() AbstractSettingsPage.Refresh() AbstractSettingsPage.DataSource AbstractSettingsPage.HasDefaultSettings object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class DefaultSettingsPage : AbstractSettingsPage, ISettingsPage, IDisposable where TControl : IUISettingsControl, ISettingsAware, new() where TSettings : SettingsGroup, new() Type Parameters Name Description TControl TSettings Constructors DefaultSettingsPage() Declaration public DefaultSettingsPage() Properties Settings Gets the settings associated with this settings page. Declaration public TSettings Settings { get; } Property Value Type Description TSettings SettingsBundle Helper get function to cast the datasource to ISettingsBundle Declaration public ISettingsBundle SettingsBundle { get; } Property Value Type Description ISettingsBundle Methods Cancel() Cancels the settings data editing. Declaration public override void Cancel() Overrides AbstractSettingsPage.Cancel() Dispose() Dispose the settings page. Declaration public override void Dispose() Overrides AbstractSettingsPage.Dispose() GetControl() Makes sure a UI control is created for the seetings Declaration public override object GetControl() Returns Type Description object Overrides AbstractSettingsPage.GetControl() ResetToDefaults() Responds to the framework to restore all the settings to default values. Declaration public override void ResetToDefaults() Overrides AbstractSettingsPage.ResetToDefaults() Save() Saves the the settings data permantly. Declaration public override void Save() Overrides AbstractSettingsPage.Save() ValidateInput() Calls the controlls ValidateChildren function to cause the validation to be issued. Declaration public override bool ValidateInput() Returns Type Description bool Overrides AbstractSettingsPage.ValidateInput() Implements ISettingsPage IDisposable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class DefaultSettingsPage Default implementation for AutomaticTask settings page. Inheritance System.Object DefaultSettingsPage Namespace : Sdl.Desktop.IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class DefaultSettingsPage : AbstractSettingsPage where TControl : IUISettingsControl, ISettingsAware, new() where TSettings : SettingsGroup, new() Type Parameters Name Description TControl TSettings Constructors DefaultSettingsPage() Declaration public DefaultSettingsPage() Properties Settings Gets the settings associated with this settings page. Declaration public TSettings Settings { get; } Property Value Type Description TSettings SettingsBundle Helper get function to cast the datasource to ISettingsBundle Declaration public ISettingsBundle SettingsBundle { get; } Property Value Type Description ISettingsBundle Methods Cancel() Cancels the settings data editing. Declaration public override void Cancel() Dispose() Dispose the settings page. Declaration public override void Dispose() GetControl() Makes sure a UI control is created for the seetings Declaration public override object GetControl() Returns Type Description System.Object ResetToDefaults() Responds to the framework to restore all the settings to default values. Declaration public override void ResetToDefaults() Save() Saves the the settings data permantly. Declaration public override void Save() ValidateInput() Calls the controlls ValidateChildren function to cause the validation to be issued. Declaration public override bool ValidateInput() Returns Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.html", "title": "Class AbstractCommandBarItemAttribute", - "keywords": "Class AbstractCommandBarItemAttribute Abstract base class for command bar item extension attributes. Inheritance object Attribute ExtensionAttribute AbstractCommandBarItemAttribute ActionAttribute RibbonGroupAttribute Implements _Attribute Inherited Members ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public abstract class AbstractCommandBarItemAttribute : ExtensionAttribute, _Attribute Remarks The concrete classes extending this abstract base class: Constructors AbstractCommandBarItemAttribute() Default constructor for XML serialization. Declaration protected AbstractCommandBarItemAttribute() AbstractCommandBarItemAttribute(string, string, string) Constructor with basic properties. Declaration protected AbstractCommandBarItemAttribute(string id, string name, string description) Parameters Type Name Description string id A unique id for this command bar item. string name A name for this command bar item. Should typically be a key of a resource string in PluginResources.resx. string description A description for this command bar item. Should typically be a key of a resource string in PluginResources.resx. Properties ContextByType Gets or sets the action context in which the action is valid. This can be a view controller type, or null if the action available globally. Declaration public Type ContextByType { get; set; } Property Value Type Description Type Implements _Attribute Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractCommandBarItemAttribute Abstract base class for command bar item extension attributes. Inheritance System.Object AbstractCommandBarItemAttribute ActionAttribute RibbonGroupAttribute Namespace : Sdl.Desktop.IntegrationApi.Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public abstract class AbstractCommandBarItemAttribute : ExtensionAttribute Remarks The concrete classes extending this abstract base class: Constructors AbstractCommandBarItemAttribute() Default constructor for XML serialization. Declaration protected AbstractCommandBarItemAttribute() AbstractCommandBarItemAttribute(String, String, String) Constructor with basic properties. Declaration protected AbstractCommandBarItemAttribute(string id, string name, string description) Parameters Type Name Description System.String id A unique id for this command bar item. System.String name A name for this command bar item. Should typically be a key of a resource string in PluginResources.resx. System.String description A description for this command bar item. Should typically be a key of a resource string in PluginResources.resx. Properties ContextByType Gets or sets the action context in which the action is valid. This can be a view controller type, or null if the action available globally. Declaration public Type ContextByType { get; set; } Property Value Type Description System.Type Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.html", "title": "Class AbstractLayoutAttribute", - "keywords": "Class AbstractLayoutAttribute Abstract base class for auxiliary extension attributes that specify the location of plug-in items on a command bar. Inheritance object Attribute AuxiliaryExtensionAttribute AbstractLayoutAttribute ActionLayoutAttribute RibbonGroupLayoutAttribute ViewPartLayoutAttribute Implements _Attribute ILocationAware Inherited Members AuxiliaryExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public abstract class AbstractLayoutAttribute : AuxiliaryExtensionAttribute, _Attribute, ILocationAware Constructors AbstractLayoutAttribute() Default constructor for XML serialization. Declaration protected AbstractLayoutAttribute() AbstractLayoutAttribute(Type) Constructor using the target command bar path. Declaration protected AbstractLayoutAttribute(Type locationType) Parameters Type Name Description Type locationType The location by type at which to insert the plug-in item. Properties DisplayType The visual representation type. Declaration public DisplayType DisplayType { get; set; } Property Value Type Description DisplayType IsSeparator Declaration public bool IsSeparator { get; set; } Property Value Type Description bool LocationByType The type of the location where the UI element is positioned. Declaration public Type LocationByType { get; set; } Property Value Type Description Type Name An instance specific name, overriding the default Name , which should be used for this instance. This only has an effect for instances of actions. Can be null. Declaration [PluginResource] public string Name { get; set; } Property Value Type Description string ZIndex Defines a 0 based index order for the UI elements where the highest value is the most important. Declaration public uint ZIndex { get; set; } Property Value Type Description uint Remarks The z-Index ordering is performed only for the intergrated elements and have a lower priority than SDL ordering. It acts as importance from left to right or top to bottom. The highest ZIndex value is in the left or top and the lowest value is in the right or bottom. Implements _Attribute ILocationAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractLayoutAttribute Abstract base class for auxiliary extension attributes that specify the location of plug-in items on a command bar. Inheritance System.Object AbstractLayoutAttribute ActionLayoutAttribute RibbonGroupLayoutAttribute ViewPartLayoutAttribute Implements ILocationAware Namespace : Sdl.Desktop.IntegrationApi.Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public abstract class AbstractLayoutAttribute : AuxiliaryExtensionAttribute, ILocationAware Constructors AbstractLayoutAttribute() Default constructor for XML serialization. Declaration protected AbstractLayoutAttribute() AbstractLayoutAttribute(Type) Constructor using the target command bar path. Declaration protected AbstractLayoutAttribute(Type locationType) Parameters Type Name Description System.Type locationType The location by type at which to insert the plug-in item. Properties DisplayType The visual representation type. Declaration public DisplayType DisplayType { get; set; } Property Value Type Description DisplayType IsSeparator Declaration public bool IsSeparator { get; set; } Property Value Type Description System.Boolean LocationByType The type of the location where the UI element is positioned. Declaration public Type LocationByType { get; set; } Property Value Type Description System.Type Name An instance specific name, overriding the default Name , which should be used for this instance. This only has an effect for instances of actions. Can be null. Declaration public string Name { get; set; } Property Value Type Description System.String ZIndex Defines a 0 based index order for the UI elements where the highest value is the most important. Declaration public uint ZIndex { get; set; } Property Value Type Description System.UInt32 Remarks The z-Index ordering is performed only for the intergrated elements and have a lower priority than SDL ordering. It acts as importance from left to right or top to bottom. The highest ZIndex value is in the left or top and the lowest value is in the right or bottom. Implements ILocationAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.html", "title": "Class AbstractLayoutConfiguration", - "keywords": "Class AbstractLayoutConfiguration Base class for layout configurations Inheritance object AbstractLayoutConfiguration EditorReviewLayoutConfiguration EditorSignoffLayoutConfiguration Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public abstract class AbstractLayoutConfiguration Constructors AbstractLayoutConfiguration() Declaration protected AbstractLayoutConfiguration() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractLayoutConfiguration Base class for layout configurations Inheritance System.Object AbstractLayoutConfiguration EditorReviewLayoutConfiguration EditorSignoffLayoutConfiguration 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.Desktop.IntegrationApi.Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public abstract class AbstractLayoutConfiguration Constructors AbstractLayoutConfiguration() Declaration protected AbstractLayoutConfiguration() Properties Id Layout configuration identifier Declaration public string Id { get; protected set; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.html", "title": "Class ActionAttribute", - "keywords": "Class ActionAttribute Decorate an action of a Studio application provinding metadata informations Inheritance object Attribute ExtensionAttribute AbstractCommandBarItemAttribute ActionAttribute BindActionAttribute Implements _Attribute Inherited Members AbstractCommandBarItemAttribute.ContextByType ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [ExtensionPointInfo(\"Actions\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class)] public class ActionAttribute : AbstractCommandBarItemAttribute, _Attribute Remarks The framework also provides support for getting property values from the PluginResources.resx resource file, which is deployed together with the plug-in manifest. To specify that the value of a certain string property needs to be retrieved from the resource file, annotate the property definition with the PluginResourceAttribute attribute. Users should now specify the name of the resource key, instead of the actual value, as the property value. When no resource string with the specified key can be found, the framework keeps the specified string as the property value. To define non-string properties whose value is stored in the PluginResources.resx resource file, create a string property, which value should be set to a resource key. When consuming the extension, use GetPluginResource(string) tio retriece the resource from the plug-in resource file. Constructors ActionAttribute(string) Initialize the instance of the action attribute Declaration public ActionAttribute(string id) Parameters Type Name Description string id The unique identifier of the action Remarks This constructor should be used only if pluginresources are used to resolve the name and description of the extension. The resource keys for name and description are built from id and postfixed with _Name and _Description. ActionAttribute(string, string, string) Initialize the instance of the action attribute. Declaration public ActionAttribute(string id, string name, string description) Parameters Type Name Description string id The unique identifier of the action. string name The name that will be displayed. string description The description of the action. ActionAttribute(string, string, string, Type) Initialize the instance of the action attribute. Declaration public ActionAttribute(string id, string name, string description, Type contextByType) Parameters Type Name Description string id The unique identifier of the action. string name The name that will be displayed. string description The description of the action. Type contextByType The context in which the action should work. ActionAttribute(string, Type) Initialize the instance of the action attribute Declaration public ActionAttribute(string id, Type contextByType) Parameters Type Name Description string id The unique identifier of the action Type contextByType The context in which the action should work. Remarks This constructor should be used only if pluginresources are used to resolve the name and description of the extension. The resource keys for name and description are built from id and postfixed with _Name and _Description. Implements _Attribute Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ActionAttribute Decorate an action of a Studio application provinding metadata informations Inheritance System.Object AbstractCommandBarItemAttribute ActionAttribute BindActionAttribute Inherited Members AbstractCommandBarItemAttribute.ContextByType Namespace : Sdl.Desktop.IntegrationApi.Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [AttributeUsage(AttributeTargets.Class)] public class ActionAttribute : AbstractCommandBarItemAttribute Remarks The framework also provides support for getting property values from the PluginResources.resx resource file, which is deployed together with the plug-in manifest. To specify that the value of a certain string property needs to be retrieved from the resource file, annotate the property definition with the PluginResourceAttribute attribute. Users should now specify the name of the resource key, instead of the actual value, as the property value. When no resource string with the specified key can be found, the framework keeps the specified string as the property value. To define non-string properties whose value is stored in the PluginResources.resx resource file, create a string property, which value should be set to a resource key. When consuming the extension, use GetPluginResource(String) tio retriece the resource from the plug-in resource file. Constructors ActionAttribute() Default constructor for XML serialization. Declaration public ActionAttribute() ActionAttribute(String) Initialize the instance of the action attribute Declaration public ActionAttribute(string id) Parameters Type Name Description System.String id The unique identifier of the action Remarks This constructor should be used only if pluginresources are used to resolve the name and description of the extension. The resource keys for name and description are built from id and postfixed with _Name and _Description. ActionAttribute(String, String, String) Initialize the instance of the action attribute. Declaration public ActionAttribute(string id, string name, string description) Parameters Type Name Description System.String id The unique identifier of the action. System.String name The name that will be displayed. System.String description The description of the action. ActionAttribute(String, String, String, Type) Initialize the instance of the action attribute. Declaration public ActionAttribute(string id, string name, string description, Type contextByType) Parameters Type Name Description System.String id The unique identifier of the action. System.String name The name that will be displayed. System.String description The description of the action. System.Type contextByType The context in which the action should work. ActionAttribute(String, Type) Initialize the instance of the action attribute Declaration public ActionAttribute(string id, Type contextByType) Parameters Type Name Description System.String id The unique identifier of the action System.Type contextByType The context in which the action should work. Remarks This constructor should be used only if pluginresources are used to resolve the name and description of the extension. The resource keys for name and description are built from id and postfixed with _Name and _Description. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.html", "title": "Class ActionLayoutAttribute", - "keywords": "Class ActionLayoutAttribute Define UI informations for an action. Inheritance object Attribute AuxiliaryExtensionAttribute AbstractLayoutAttribute ActionLayoutAttribute Implements _Attribute ILocationAware Inherited Members AbstractLayoutAttribute.LocationByType AbstractLayoutAttribute.ZIndex AbstractLayoutAttribute.IsSeparator AbstractLayoutAttribute.Name AbstractLayoutAttribute.DisplayType AuxiliaryExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public class ActionLayoutAttribute : AbstractLayoutAttribute, _Attribute, ILocationAware Constructors ActionLayoutAttribute(Type, uint, DisplayType, string, bool) Initialize the instance of the action layout attribute. Declaration public ActionLayoutAttribute(Type locationByType, uint zIndex = 0, DisplayType displayType = DisplayType.Default, string name = \"\", bool isSeparator = false) Parameters Type Name Description Type locationByType The location where the visual representation of the action should be added. uint zIndex Defines a 0 based index order for the UI elements where the highest value is the most important. DisplayType displayType The UI display type of the action. string name Used to override the default name of the action and replace it with a new provided name. bool isSeparator Is separator determines if a separator should be added before the action Remarks You may use as a locationByType Implements _Attribute ILocationAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ActionLayoutAttribute Define UI informations for an action. Inheritance System.Object AbstractLayoutAttribute ActionLayoutAttribute Implements ILocationAware Inherited Members AbstractLayoutAttribute.LocationByType AbstractLayoutAttribute.ZIndex AbstractLayoutAttribute.IsSeparator AbstractLayoutAttribute.Name AbstractLayoutAttribute.DisplayType Namespace : Sdl.Desktop.IntegrationApi.Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public class ActionLayoutAttribute : AbstractLayoutAttribute, ILocationAware Constructors ActionLayoutAttribute(Type, UInt32, DisplayType, String, Boolean) Initialize the instance of the action layout attribute. Declaration public ActionLayoutAttribute(Type locationByType, uint zIndex = 0U, DisplayType displayType = DisplayType.Default, string name = \"\", bool isSeparator = false) Parameters Type Name Description System.Type locationByType The location where the visual representation of the action should be added. System.UInt32 zIndex Defines a 0 based index order for the UI elements where the highest value is the most important. DisplayType displayType The UI display type of the action. System.String name Used to override the default name of the action and replace it with a new provided name. System.Boolean isSeparator Is separator determines if a separator should be added before the action Remarks You may use as a locationByType Implements ILocationAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute.html", "title": "Class ApplicationInitializerAttribute", - "keywords": "Class ApplicationInitializerAttribute Used to decorate the classes which are executed at the application startup. This classes must also implement the Sdl.Desktop.IntegrationApi.IApplicationInitializer interface Inheritance object Attribute ExtensionAttribute ApplicationInitializerAttribute Implements _Attribute Inherited Members ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [ExtensionPointInfo(\"Initializers\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class)] public class ApplicationInitializerAttribute : ExtensionAttribute, _Attribute Constructors ApplicationInitializerAttribute() Declaration public ApplicationInitializerAttribute() Implements _Attribute Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ApplicationInitializerAttribute Used to decorate the classes which are executed at the application startup. This classes must also implement the Sdl.Desktop.IntegrationApi.IApplicationInitializer interface Inheritance System.Object ApplicationInitializerAttribute Namespace : Sdl.Desktop.IntegrationApi.Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [AttributeUsage(AttributeTargets.Class)] public class ApplicationInitializerAttribute : ExtensionAttribute Constructors ApplicationInitializerAttribute() Declaration public ApplicationInitializerAttribute() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.html", "title": "Class ExternalCommandLineArgument", - "keywords": "Class ExternalCommandLineArgument Represents a command line argument and its values. Inheritance object ExternalCommandLineArgument Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions CommandLine Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public class ExternalCommandLineArgument Constructors ExternalCommandLineArgument(ExternalCommandLineArgumentDefinition) Creates a new argument with the specific definition. Declaration public ExternalCommandLineArgument(ExternalCommandLineArgumentDefinition definition) Parameters Type Name Description ExternalCommandLineArgumentDefinition definition The definition of the argument. Properties Definition Gets the command line argument definition. Declaration public ExternalCommandLineArgumentDefinition Definition { get; set; } Property Value Type Description ExternalCommandLineArgumentDefinition Values Gets the list of values supplied for this argument. Declaration public IList Values { get; set; } Property Value Type Description IList string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ExternalCommandLineArgument Represents a command line argument and its values. Inheritance System.Object ExternalCommandLineArgument 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.Desktop.IntegrationApi.Extensions.CommandLine Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public class ExternalCommandLineArgument Constructors ExternalCommandLineArgument(ExternalCommandLineArgumentDefinition) Creates a new argument with the specific definition. Declaration public ExternalCommandLineArgument(ExternalCommandLineArgumentDefinition definition) Parameters Type Name Description ExternalCommandLineArgumentDefinition definition The definition of the argument. Properties Definition Gets the command line argument definition. Declaration public ExternalCommandLineArgumentDefinition Definition { get; set; } Property Value Type Description ExternalCommandLineArgumentDefinition Values Gets the list of values supplied for this argument. Declaration public IList Values { get; set; } Property Value Type Description System.Collections.Generic.IList < System.String > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.html", "title": "Class ExternalCommandLineArgumentDefinition", - "keywords": "Class ExternalCommandLineArgumentDefinition Defines a command line argument. Inheritance object ExternalCommandLineArgumentDefinition Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions CommandLine Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public class ExternalCommandLineArgumentDefinition Constructors ExternalCommandLineArgumentDefinition(string, string) Creates a new command line argument definition with the given argument name and description. Declaration public ExternalCommandLineArgumentDefinition(string name, string description) Parameters Type Name Description string name string description Properties Aliases Gets or sets a list of alias arguments that can be used instead of the main argument name in the Name property. Declaration public IList Aliases { get; set; } Property Value Type Description IList string Description Gets or sets the description of the argument (shown in the usage text). Declaration public string Description { get; set; } Property Value Type Description string MaxValues Gets or sets the maximum number of values expected for this argument, if it is specified. Set to -1 in order to allow un unlimited number of values. Defaults to -1. Declaration public int MaxValues { get; set; } Property Value Type Description int MinValues Gets or sets the minimum number of values expected for this argument, if it is specified. Defaults to 0. Declaration public int MinValues { get; set; } Property Value Type Description int Name Gets or sets the argument name. The user must use this name, preceded by a slash ('/') in order to specify this argument on the command line, followed by a number of values separated by a space. Declaration public string Name { get; set; } Property Value Type Description string Required Gets or sets if this argument is required = true or optional = false. This is currently only used to display square brackets around optional arguments in the command line help. Declaration public bool Required { get; set; } Property Value Type Description bool SampleValues Gets or sets an array of sample argument value strings to be used in the command line help. Declaration public string[] SampleValues { get; set; } Property Value Type Description string Remarks The default value is a string[] containing the main argument name appended with '1'. Also when displaying the command line help if more sample names are needed to display required or optional sample names then an incrementing number is appended to the last sample name in the the array. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ExternalCommandLineArgumentDefinition Defines a command line argument. Inheritance System.Object ExternalCommandLineArgumentDefinition 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.Desktop.IntegrationApi.Extensions.CommandLine Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public class ExternalCommandLineArgumentDefinition Constructors ExternalCommandLineArgumentDefinition(String, String) Creates a new command line argument definition with the given argument name and description. Declaration public ExternalCommandLineArgumentDefinition(string name, string description) Parameters Type Name Description System.String name System.String description Properties Aliases Gets or sets a list of alias arguments that can be used instead of the main argument name in the Name property. Declaration public IList Aliases { get; set; } Property Value Type Description System.Collections.Generic.IList < System.String > Description Gets or sets the description of the argument (shown in the usage text). Declaration public string Description { get; set; } Property Value Type Description System.String MaxValues Gets or sets the maximum number of values expected for this argument, if it is specified. Set to -1 in order to allow un unlimited number of values. Defaults to -1. Declaration public int MaxValues { get; set; } Property Value Type Description System.Int32 MinValues Gets or sets the minimum number of values expected for this argument, if it is specified. Defaults to 0. Declaration public int MinValues { get; set; } Property Value Type Description System.Int32 Name Gets or sets the argument name. The user must use this name, preceded by a slash ('/') in order to specify this argument on the command line, followed by a number of values separated by a space. Declaration public string Name { get; set; } Property Value Type Description System.String Required Gets or sets if this argument is required = true or optional = false. This is currently only used to display square brackets around optional arguments in the command line help. Declaration public bool Required { get; set; } Property Value Type Description System.Boolean SampleValues Gets or sets an array of sample argument value strings to be used in the command line help. Declaration public string[] SampleValues { get; set; } Property Value Type Description System.String [] Remarks The default value is a string[] containing the main argument name appended with '1'. Also when displaying the command line help if more sample names are needed to display required or optional sample names then an incrementing number is appended to the last sample name in the the array. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.html", "title": "Class ExternalCommandLineArguments", - "keywords": "Class ExternalCommandLineArguments A collection of command line arguments supplied by the user. Inheritance object Collection ExternalCommandLineArgument ExternalCommandLineArguments Implements IList ExternalCommandLineArgument ICollection ExternalCommandLineArgument IList ICollection IReadOnlyList ExternalCommandLineArgument IReadOnlyCollection ExternalCommandLineArgument IEnumerable ExternalCommandLineArgument IEnumerable Inherited Members Collection.Add(ExternalCommandLineArgument) Collection.Clear() Collection.CopyTo(ExternalCommandLineArgument[], int) Collection.Contains(ExternalCommandLineArgument) Collection.GetEnumerator() Collection.IndexOf(ExternalCommandLineArgument) Collection.Insert(int, ExternalCommandLineArgument) Collection.Remove(ExternalCommandLineArgument) Collection.RemoveAt(int) Collection.ClearItems() Collection.InsertItem(int, ExternalCommandLineArgument) Collection.RemoveItem(int) Collection.SetItem(int, ExternalCommandLineArgument) Collection.Count Collection.Items Collection.this[int] object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions CommandLine Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public class ExternalCommandLineArguments : Collection, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable Constructors ExternalCommandLineArguments() Declaration public ExternalCommandLineArguments() Properties this[string] Gets the command line argument with the specified name or alias (case insensitive). Declaration public ExternalCommandLineArgument this[string name] { get; } Parameters Type Name Description string name The name of requested argument. Property Value Type Description ExternalCommandLineArgument The argument; or null if this argument was not supplied. Implements IList ICollection IList ICollection IReadOnlyList IReadOnlyCollection IEnumerable IEnumerable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ExternalCommandLineArguments A collection of command line arguments supplied by the user. Inheritance System.Object System.Collections.ObjectModel.Collection < ExternalCommandLineArgument > ExternalCommandLineArguments Implements System.Collections.Generic.IList < ExternalCommandLineArgument > System.Collections.Generic.ICollection < ExternalCommandLineArgument > System.Collections.IList System.Collections.ICollection System.Collections.Generic.IReadOnlyList < ExternalCommandLineArgument > System.Collections.Generic.IReadOnlyCollection < ExternalCommandLineArgument > System.Collections.Generic.IEnumerable < ExternalCommandLineArgument > System.Collections.IEnumerable Inherited Members System.Collections.ObjectModel.Collection.Add(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument) System.Collections.ObjectModel.Collection.Clear() System.Collections.ObjectModel.Collection.CopyTo(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument[], System.Int32) System.Collections.ObjectModel.Collection.Contains(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument) System.Collections.ObjectModel.Collection.GetEnumerator() System.Collections.ObjectModel.Collection.IndexOf(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument) System.Collections.ObjectModel.Collection.Insert(System.Int32, Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument) System.Collections.ObjectModel.Collection.Remove(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument) System.Collections.ObjectModel.Collection.RemoveAt(System.Int32) System.Collections.ObjectModel.Collection.ClearItems() System.Collections.ObjectModel.Collection.InsertItem(System.Int32, Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument) System.Collections.ObjectModel.Collection.RemoveItem(System.Int32) System.Collections.ObjectModel.Collection.SetItem(System.Int32, Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument) System.Collections.ObjectModel.Collection.System.Collections.IEnumerable.GetEnumerator() System.Collections.ObjectModel.Collection.System.Collections.ICollection.CopyTo(System.Array, System.Int32) System.Collections.ObjectModel.Collection.System.Collections.IList.get_Item(System.Int32) System.Collections.ObjectModel.Collection.System.Collections.IList.set_Item(System.Int32, System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Add(System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Contains(System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.IndexOf(System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Insert(System.Int32, System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Remove(System.Object) System.Collections.ObjectModel.Collection.Count System.Collections.ObjectModel.Collection.Items System.Collections.ObjectModel.Collection.Item[System.Int32] System.Collections.ObjectModel.Collection.System.Collections.Generic.ICollection.IsReadOnly System.Collections.ObjectModel.Collection.System.Collections.ICollection.IsSynchronized System.Collections.ObjectModel.Collection.System.Collections.ICollection.SyncRoot System.Collections.ObjectModel.Collection.System.Collections.IList.Item[System.Int32] System.Collections.ObjectModel.Collection.System.Collections.IList.IsReadOnly System.Collections.ObjectModel.Collection.System.Collections.IList.IsFixedSize 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.Desktop.IntegrationApi.Extensions.CommandLine Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public class ExternalCommandLineArguments : Collection, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable Constructors ExternalCommandLineArguments() Declaration public ExternalCommandLineArguments() Properties Item[String] Gets the command line argument with the specified name or alias (case insensitive). Declaration public ExternalCommandLineArgument this[string name] { get; } Parameters Type Name Description System.String name The name of requested argument. Property Value Type Description ExternalCommandLineArgument The argument; or null if this argument was not supplied. Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.IList System.Collections.ICollection System.Collections.Generic.IReadOnlyList System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.html", "title": "Class ExternalCommandLineProcessorAttribute", - "keywords": "Class ExternalCommandLineProcessorAttribute Extension attribute for regsitering command line processors. This can be used on classes implementing IExternalCommandLineProcessor . Inheritance object Attribute ExtensionAttribute ExternalCommandLineProcessorAttribute Implements _Attribute Inherited Members ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions CommandLine Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [ExtensionPointInfo(\"Command Line Processors\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class)] public sealed class ExternalCommandLineProcessorAttribute : ExtensionAttribute, _Attribute Constructors ExternalCommandLineProcessorAttribute() Default constructor for XML serialization. Declaration public ExternalCommandLineProcessorAttribute() ExternalCommandLineProcessorAttribute(string, string, string) Constructor with required parameters. Declaration public ExternalCommandLineProcessorAttribute(string id, string name, string description) Parameters Type Name Description string id An id for the processor. string name A name for the processor. string description A description for the processor. Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates an extension targeting this extension point. This method is called by the framework while generating the plug-in manifest. Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages Overrides ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) Implements _Attribute Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ExternalCommandLineProcessorAttribute Extension attribute for regsitering command line processors. This can be used on classes implementing IExternalCommandLineProcessor . Inheritance System.Object ExternalCommandLineProcessorAttribute Namespace : Sdl.Desktop.IntegrationApi.Extensions.CommandLine Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [AttributeUsage(AttributeTargets.Class)] public sealed class ExternalCommandLineProcessorAttribute : ExtensionAttribute Constructors ExternalCommandLineProcessorAttribute() Default constructor for XML serialization. Declaration public ExternalCommandLineProcessorAttribute() ExternalCommandLineProcessorAttribute(String, String, String) Constructor with required parameters. Declaration public ExternalCommandLineProcessorAttribute(string id, string name, string description) Parameters Type Name Description System.String id An id for the processor. System.String name A name for the processor. System.String description A description for the processor. Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates an extension targeting this extension point. This method is called by the framework while generating the plug-in manifest. Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.html", @@ -3172,27 +2872,27 @@ "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.IExternalCommandLineProcessor.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.IExternalCommandLineProcessor.html", "title": "Interface IExternalCommandLineProcessor", - "keywords": "Interface IExternalCommandLineProcessor Represents a command line processor extension, which is responsible for processing a number of command line arguments, which allow the user the execute a specific task or a set of tasks from the command line. This will be executed before the main window is created. Namespace : Sdl Sdl.Desktop IntegrationApi Extensions CommandLine Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public interface IExternalCommandLineProcessor Properties SupportedArguments Gets the definitions for the supported command line arguments for this processor. Declaration IEnumerable SupportedArguments { get; } Property Value Type Description IEnumerable ExternalCommandLineArgumentDefinition TaskDescription Gets the description of the task or tasks which the processor allows the user to execute from the command line. Declaration string TaskDescription { get; } Property Value Type Description string TaskName Gets the name of the task or tasks which the processor allows the user to execute from the command line. Declaration string TaskName { get; } Property Value Type Description string Methods ProcessCommandLine(ExternalCommandLineArguments) This methods is called when the processor is executed. Declaration void ProcessCommandLine(ExternalCommandLineArguments args) Parameters Type Name Description ExternalCommandLineArguments args The full set of command line arguments and values supplied by the user, not restricted to the arguments expected by this processor. Remarks A command line processor will always be executed, even if none of its expected parameters have been specified. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IExternalCommandLineProcessor Represents a command line processor extension, which is responsible for processing a number of command line arguments, which allow the user the execute a specific task or a set of tasks from the command line. This will be executed before the main window is created. Namespace : Sdl.Desktop.IntegrationApi.Extensions.CommandLine Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public interface IExternalCommandLineProcessor Properties SupportedArguments Gets the definitions for the supported command line arguments for this processor. Declaration IEnumerable SupportedArguments { get; } Property Value Type Description System.Collections.Generic.IEnumerable < ExternalCommandLineArgumentDefinition > TaskDescription Gets the description of the task or tasks which the processor allows the user to execute from the command line. Declaration string TaskDescription { get; } Property Value Type Description System.String TaskName Gets the name of the task or tasks which the processor allows the user to execute from the command line. Declaration string TaskName { get; } Property Value Type Description System.String Methods ProcessCommandLine(ExternalCommandLineArguments) This methods is called when the processor is executed. Declaration void ProcessCommandLine(ExternalCommandLineArguments args) Parameters Type Name Description ExternalCommandLineArguments args The full set of command line arguments and values supplied by the user, not restricted to the arguments expected by this processor. Remarks A command line processor will always be executed, even if none of its expected parameters have been specified. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.IExternalWindowAwareCommandLineProcessor.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.IExternalWindowAwareCommandLineProcessor.html", "title": "Interface IExternalWindowAwareCommandLineProcessor", - "keywords": "Interface IExternalWindowAwareCommandLineProcessor Represents a command line processor which is executed after the application window has been shown. For more information IExternalCommandLineProcessor . Inherited Members IExternalCommandLineProcessor.ProcessCommandLine(ExternalCommandLineArguments) IExternalCommandLineProcessor.TaskName IExternalCommandLineProcessor.TaskDescription IExternalCommandLineProcessor.SupportedArguments Namespace : Sdl Sdl.Desktop IntegrationApi Extensions CommandLine Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public interface IExternalWindowAwareCommandLineProcessor : IExternalCommandLineProcessor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IExternalWindowAwareCommandLineProcessor Represents a command line processor which is executed after the application window has been shown. For more information IExternalCommandLineProcessor . Inherited Members IExternalCommandLineProcessor.ProcessCommandLine(ExternalCommandLineArguments) IExternalCommandLineProcessor.TaskName IExternalCommandLineProcessor.TaskDescription IExternalCommandLineProcessor.SupportedArguments Namespace : Sdl.Desktop.IntegrationApi.Extensions.CommandLine Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public interface IExternalWindowAwareCommandLineProcessor : IExternalCommandLineProcessor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.DisplayType.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.DisplayType.html", "title": "Enum DisplayType", - "keywords": "Enum DisplayType The way that UI elements are displayed in the ribbon Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public enum DisplayType Fields Name Description Default The size of the UI element will be based on its preseted default or by its parent container. ImageOnly The caption of the UI element is hidden and its image is displayed. Large The UI element displays an enlarged image with the text below. Normal The image and text of the UI element are both displayed." + "keywords": "Enum DisplayType The way that UI elements are displayed in the ribbon Namespace : Sdl.Desktop.IntegrationApi.Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public enum DisplayType Fields Name Description Default The size of the UI element will be based on its preseted default or by its parent container. ImageOnly The caption of the UI element is hidden and its image is displayed. Large The UI element displays an enlarged image with the text below. Normal The image and text of the UI element are both displayed. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.DockType.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.DockType.html", "title": "Enum DockType", - "keywords": "Enum DockType Enum specifying possible locations where a view part can be located in. Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public enum DockType Fields Name Description Bottom The bottom location Fill The center location which is filling all the content Floating The floating location Left The left location Right The right location Top The top location" + "keywords": "Enum DockType Enum specifying possible locations where a view part can be located in. Namespace : Sdl.Desktop.IntegrationApi.Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public enum DockType Fields Name Description Bottom The bottom location Fill The center location which is filling all the content Floating The floating location Left The left location Right The right location Top The top location Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.GroupStyle.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.GroupStyle.html", "title": "Enum GroupStyle", - "keywords": "Enum GroupStyle Enum specifying possible ways a number of view parts sharing the same area can be grouped. Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public enum GroupStyle Fields Name Description HorizontalSplit Defines the group to be horizontaly split Tab Defines a tabbed group VerticalSplit Defines the group to be vertically split" + "keywords": "Enum GroupStyle Enum specifying possible ways a number of view parts sharing the same area can be grouped. Namespace : Sdl.Desktop.IntegrationApi.Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public enum GroupStyle Fields Name Description HorizontalSplit Defines the group to be horizontaly split Tab Defines a tabbed group VerticalSplit Defines the group to be vertically split Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.html", @@ -3202,42 +2902,42 @@ "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ILocationAware.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ILocationAware.html", "title": "Interface ILocationAware", - "keywords": "Interface ILocationAware Implements the positioning the UI elements inside the layout. Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public interface ILocationAware Properties IsSeparator Is separator determines if a separator should be added before the action Declaration bool IsSeparator { get; set; } Property Value Type Description bool LocationByType The type of the location where the UI element is positioned. Declaration Type LocationByType { get; set; } Property Value Type Description Type ZIndex Defines a 0 based index order for the UI elements where the highest value is the most important. Declaration uint ZIndex { get; set; } Property Value Type Description uint Remarks The z-Index ordering is performed only for the intergrated elements and have a lower priority than RWS ordering. It acts as importance from left to right or top to bottom. The highest ZIndex value is in the left or top and the lowest value is in the right or bottom. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ILocationAware Implements the positioning the UI elements inside the layout. Namespace : Sdl.Desktop.IntegrationApi.Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public interface ILocationAware Properties IsSeparator Is separator determines if a separator should be added before the action Declaration bool IsSeparator { get; set; } Property Value Type Description System.Boolean LocationByType The type of the location where the UI element is positioned. Declaration Type LocationByType { get; set; } Property Value Type Description System.Type ZIndex Defines a 0 based index order for the UI elements where the highest value is the most important. Declaration uint ZIndex { get; set; } Property Value Type Description System.UInt32 Remarks The z-Index ordering is performed only for the intergrated elements and have a lower priority than RWS ordering. It acts as importance from left to right or top to bottom. The highest ZIndex value is in the left or top and the lowest value is in the right or bottom. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractController.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractController.html", "title": "Class AbstractController", - "keywords": "Class AbstractController Base class for all controllers. Inheritance object AbstractController AbstractViewController AbstractViewPartController Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public abstract class AbstractController Constructors AbstractController() Declaration protected AbstractController() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractController Base class for all controllers. Inheritance System.Object AbstractController AbstractViewController AbstractViewPartController 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.Desktop.IntegrationApi.Extensions.Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public abstract class AbstractController Constructors AbstractController() Declaration protected AbstractController() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html", "title": "Class AbstractLocation", - "keywords": "Class AbstractLocation Base class for defining a location Inheritance object AbstractLocation StudioDefaultRibbonTabs.AddinsRibbonTabLocation StudioDefaultRibbonTabs.HelpRibbonTabLocation StudioDefaultRibbonTabs.ViewRibbonTabLocation TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation TranslationStudioDefaultContextMenus.FilesContextMenuLocation TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation TranslationStudioDefaultViews.TradosStudioViewsLocation Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public abstract class AbstractLocation Constructors AbstractLocation() Declaration protected AbstractLocation() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractLocation Base class for defining a location Inheritance System.Object AbstractLocation StudioDefaultRibbonTabs.AddinsRibbonTabLocation StudioDefaultRibbonTabs.HelpRibbonTabLocation StudioDefaultRibbonTabs.ViewRibbonTabLocation TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation TranslationStudioDefaultContextMenus.FilesContextMenuLocation TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation TranslationStudioDefaultViews.TradosStudioViewsLocation 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.Desktop.IntegrationApi.Extensions.Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public abstract class AbstractLocation Constructors AbstractLocation() Declaration protected AbstractLocation() Properties InsertAfter The id of the command bar item after which this plug-in item should be inserted. Declaration public abstract string InsertAfter { get; } Property Value Type Description System.String InsertBefore The id of the command bar item before which this plug-in item should be inserted. Declaration public abstract string InsertBefore { get; } Property Value Type Description System.String IsSeparator Declaration public bool IsSeparator { get; set; } Property Value Type Description System.Boolean Path Gets or sets the command bar path at which to insert the plug-in item. Declaration public abstract string Path { get; } Property Value Type Description System.String TargetAttributeType The target extension attribute type Declaration public abstract Type TargetAttributeType { get; } Property Value Type Description System.Type ZIndex Used internaly for defining and sorting the position of the UI integrated elements Declaration public uint ZIndex { get; set; } Property Value Type Description System.UInt32 Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionProperties.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionProperties.html", "title": "Enum ActionProperties", - "keywords": "Enum ActionProperties Flags enumeration defining action properties for use in action property change events. Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [Flags] public enum ActionProperties Fields Name Description ActionGroup ActionGroup property. All All properties combined. Available Available property. Checked Checked property. Enabled Enabled property. Icon Icon property. None No action properties are affected. PopupControl PopupControl property. Shortcuts Shortcut property. ShowText ShowText property. Size Ribbon size Style Style property. Text Text property. ToolTipText ToolTipText property." + "keywords": "Enum ActionProperties Flags enumeration defining action properties for use in action property change events. Namespace : Sdl.Desktop.IntegrationApi.Extensions.Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [Flags] public enum ActionProperties Fields Name Description ActionGroup ActionGroup property. All All properties combined. Available Available property. Checked Checked property. Enabled Enabled property. Icon Icon property. None No action properties are affected. PopupControl PopupControl property. Shortcuts Shortcut property. ShowText ShowText property. Size Ribbon size Style Style property. Text Text property. ToolTipText ToolTipText property. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.html", "title": "Class ActionPropertyChangedEventArgs", - "keywords": "Class ActionPropertyChangedEventArgs Event args for the PropertyChanged event. Inheritance object EventArgs ActionPropertyChangedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public sealed class ActionPropertyChangedEventArgs : EventArgs Constructors ActionPropertyChangedEventArgs(ActionProperties) Creates a new instance for the specified action properties. Declaration public ActionPropertyChangedEventArgs(ActionProperties properties) Parameters Type Name Description ActionProperties properties The action properties that have changed. Fields ActionGroup Static instance for Text property change events. Declaration public static ActionPropertyChangedEventArgs ActionGroup Field Value Type Description ActionPropertyChangedEventArgs All Static instance for property change events covering all action properties. Declaration public static ActionPropertyChangedEventArgs All Field Value Type Description ActionPropertyChangedEventArgs Available Static instance for Available property change events. Declaration public static ActionPropertyChangedEventArgs Available Field Value Type Description ActionPropertyChangedEventArgs Checked Static instance for Checked property change events. Declaration public static ActionPropertyChangedEventArgs Checked Field Value Type Description ActionPropertyChangedEventArgs Enabled Static instance for Enabled property change events. Declaration public static ActionPropertyChangedEventArgs Enabled Field Value Type Description ActionPropertyChangedEventArgs Icon Static instance for Icon property change events. Declaration public static ActionPropertyChangedEventArgs Icon Field Value Type Description ActionPropertyChangedEventArgs PopupControl Static instance for PopupControl property change events. Declaration public static ActionPropertyChangedEventArgs PopupControl Field Value Type Description ActionPropertyChangedEventArgs Shortcuts Static instance for Shortcuts property change events. Declaration public static ActionPropertyChangedEventArgs Shortcuts Field Value Type Description ActionPropertyChangedEventArgs ShowText Static instance for ShowText property change events. Declaration public static ActionPropertyChangedEventArgs ShowText Field Value Type Description ActionPropertyChangedEventArgs Size Static instance for Size property change events. Declaration public static ActionPropertyChangedEventArgs Size Field Value Type Description ActionPropertyChangedEventArgs Style Static instance for Style property change events. Declaration public static ActionPropertyChangedEventArgs Style Field Value Type Description ActionPropertyChangedEventArgs Text Static instance for Text property change events. Declaration public static ActionPropertyChangedEventArgs Text Field Value Type Description ActionPropertyChangedEventArgs ToolTipText Static instance for ToolTipText property change events. Declaration public static ActionPropertyChangedEventArgs ToolTipText Field Value Type Description ActionPropertyChangedEventArgs Properties Properties Gets the action properties that have changed. Declaration public ActionProperties Properties { get; } Property Value Type Description ActionProperties Methods ContainsProperty(ActionProperties) Returns true when the specified property has been changed. Declaration public bool ContainsProperty(ActionProperties property) Parameters Type Name Description ActionProperties property Returns Type Description bool Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ActionPropertyChangedEventArgs Event args for the PropertyChanged event. Inheritance System.Object System.EventArgs ActionPropertyChangedEventArgs Inherited Members System.EventArgs.Empty 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.Desktop.IntegrationApi.Extensions.Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public sealed class ActionPropertyChangedEventArgs : EventArgs Constructors ActionPropertyChangedEventArgs(ActionProperties) Creates a new instance for the specified action properties. Declaration public ActionPropertyChangedEventArgs(ActionProperties properties) Parameters Type Name Description ActionProperties properties The action properties that have changed. Fields ActionGroup Static instance for Text property change events. Declaration public static ActionPropertyChangedEventArgs ActionGroup Field Value Type Description ActionPropertyChangedEventArgs All Static instance for property change events covering all action properties. Declaration public static ActionPropertyChangedEventArgs All Field Value Type Description ActionPropertyChangedEventArgs Available Static instance for Available property change events. Declaration public static ActionPropertyChangedEventArgs Available Field Value Type Description ActionPropertyChangedEventArgs Checked Static instance for Checked property change events. Declaration public static ActionPropertyChangedEventArgs Checked Field Value Type Description ActionPropertyChangedEventArgs Enabled Static instance for Enabled property change events. Declaration public static ActionPropertyChangedEventArgs Enabled Field Value Type Description ActionPropertyChangedEventArgs Icon Static instance for Icon property change events. Declaration public static ActionPropertyChangedEventArgs Icon Field Value Type Description ActionPropertyChangedEventArgs PopupControl Static instance for PopupControl property change events. Declaration public static ActionPropertyChangedEventArgs PopupControl Field Value Type Description ActionPropertyChangedEventArgs Shortcuts Static instance for Shortcuts property change events. Declaration public static ActionPropertyChangedEventArgs Shortcuts Field Value Type Description ActionPropertyChangedEventArgs ShowText Static instance for ShowText property change events. Declaration public static ActionPropertyChangedEventArgs ShowText Field Value Type Description ActionPropertyChangedEventArgs Size Static instance for Size property change events. Declaration public static ActionPropertyChangedEventArgs Size Field Value Type Description ActionPropertyChangedEventArgs Style Static instance for Style property change events. Declaration public static ActionPropertyChangedEventArgs Style Field Value Type Description ActionPropertyChangedEventArgs Text Static instance for Text property change events. Declaration public static ActionPropertyChangedEventArgs Text Field Value Type Description ActionPropertyChangedEventArgs ToolTipText Static instance for ToolTipText property change events. Declaration public static ActionPropertyChangedEventArgs ToolTipText Field Value Type Description ActionPropertyChangedEventArgs Properties Properties Gets the action properties that have changed. Declaration public ActionProperties Properties { get; } Property Value Type Description ActionProperties Methods ContainsProperty(ActionProperties) Returns true when the specified property has been changed. Declaration public bool ContainsProperty(ActionProperties property) Parameters Type Name Description ActionProperties property Returns Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionStyle.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionStyle.html", "title": "Enum ActionStyle", - "keywords": "Enum ActionStyle Enumeration of different action styles. Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public enum ActionStyle Fields Name Description PushButton Push button action. ToggleButton Toggle button action. See Also Style" + "keywords": "Enum ActionStyle Enumeration of different action styles. Namespace : Sdl.Desktop.IntegrationApi.Extensions.Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public enum ActionStyle Fields Name Description PushButton Push button action. ToggleButton Toggle button action. See Also Style Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.html", "title": "Class BindActionAttribute", - "keywords": "Class BindActionAttribute Allows binding for internal actions Inheritance object Attribute ExtensionAttribute AbstractCommandBarItemAttribute ActionAttribute BindActionAttribute Implements _Attribute Inherited Members AbstractCommandBarItemAttribute.ContextByType ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [ExtensionPointInfo(\"Bind actions\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class)] public class BindActionAttribute : ActionAttribute, _Attribute Constructors BindActionAttribute(string) Initializes the bind action attribute Declaration public BindActionAttribute(string actionId) Parameters Type Name Description string actionId Implements _Attribute Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class BindActionAttribute Allows binding for internal actions Inheritance System.Object AbstractCommandBarItemAttribute ActionAttribute BindActionAttribute Inherited Members AbstractCommandBarItemAttribute.ContextByType Namespace : Sdl.Desktop.IntegrationApi.Extensions.Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [AttributeUsage(AttributeTargets.Class)] public class BindActionAttribute : ActionAttribute Constructors BindActionAttribute(String) Initializes the bind action attribute Declaration public BindActionAttribute(string actionId) Parameters Type Name Description System.String actionId Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.html", "title": "Class BindControllerAttribute", - "keywords": "Class BindControllerAttribute Allows binding for internal views Inheritance object Attribute BindControllerAttribute Implements _Attribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [AttributeUsage(AttributeTargets.Class)] public sealed class BindControllerAttribute : Attribute, _Attribute Constructors BindControllerAttribute(string) TODO: Add Comment Declaration public BindControllerAttribute(string viewId) Parameters Type Name Description string viewId Properties ViewId Gets or sets the id of the internal view this adapter is targeted at. Declaration public string ViewId { get; set; } Property Value Type Description string Implements _Attribute Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class BindControllerAttribute Allows binding for internal views Inheritance System.Object System.Attribute BindControllerAttribute Implements System.Runtime.InteropServices._Attribute Inherited Members System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean) System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.Module) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.Module, System.Type) System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Assembly) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean) System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.Equals(System.Object) System.Attribute.GetHashCode() System.Attribute.Match(System.Object) System.Attribute.IsDefaultAttribute() System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfoCount(System.UInt32) System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfo(System.UInt32, System.UInt32, System.IntPtr) System.Attribute.System.Runtime.InteropServices._Attribute.GetIDsOfNames(System.Guid, System.IntPtr, System.UInt32, System.UInt32, System.IntPtr) System.Attribute.System.Runtime.InteropServices._Attribute.Invoke(System.UInt32, System.Guid, System.UInt32, System.Int16, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr) System.Attribute.TypeId System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.Desktop.IntegrationApi.Extensions.Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [AttributeUsage(AttributeTargets.Class)] public sealed class BindControllerAttribute : Attribute, _Attribute Constructors BindControllerAttribute(String) TODO: Add Comment Declaration public BindControllerAttribute(string viewId) Parameters Type Name Description System.String viewId Properties ViewId Gets or sets the id of the internal view this adapter is targeted at. Declaration public string ViewId { get; set; } Property Value Type Description System.String Implements System.Runtime.InteropServices._Attribute Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.html", @@ -3247,47 +2947,47 @@ "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.IAction.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.IAction.html", "title": "Interface IAction", - "keywords": "Interface IAction Represents a user action, which can be added to a command bar. Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public interface IAction Properties ActionGroup Returns the action group this action is part of. This property is only valid when the action style ( Style property is set to ToggleButton . Declaration string ActionGroup { get; } Property Value Type Description string Remarks This property is ignored unless the Style property is set to ToggleButton . The action group should be a string that is unique across the studio. All ToggleButton style actions that share the same action group act as a group and are rendered as a rdaio button. When null, the action is shown on the command bar as a checkbox, otherwise it is shown as a radio button. Available Returns whether this action is currently available. Declaration bool Available { get; } Property Value Type Description bool Remarks If an action is not enabled, it is not shown on the command bar. Checked Gets or sets whether this action is checked. This property is only valid when the action style ( Style property is set to ToggleButton . Declaration bool Checked { get; set; } Property Value Type Description bool DisplayType Ribbon action size Declaration DisplayType DisplayType { get; } Property Value Type Description DisplayType Enabled Returns whether this action is currently enabled. Declaration bool Enabled { get; } Property Value Type Description bool Remarks If an action is not enabled, it is shown is greyed out on the command bar. Icon Returns the icon for this action. Can be null. Declaration Icon Icon { get; } Property Value Type Description Icon Id Returns the unique id for this action. Declaration string Id { get; } Property Value Type Description string Remarks This id is unique across the Studio. Style Returns the action style. Declaration ActionStyle Style { get; } Property Value Type Description ActionStyle Text Returns the text for this action. Declaration string Text { get; } Property Value Type Description string Remarks Can contain an ampersand to indicate the mnemonic character. ToolTipText Returns the tooltip test for this action. Declaration string ToolTipText { get; } Property Value Type Description string Methods Execute() Called when the user activates this action. Declaration bool Execute() Returns Type Description bool Initialize() Called when the action is initialized. Declaration void Initialize() Events PropertyChanged Raised when the value of one of the action's properties changed. Declaration event EventHandler PropertyChanged Event Type Type Description EventHandler ActionPropertyChangedEventArgs Remarks For possible property values, see the constants defined in ActionProperties . Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IAction Represents a user action, which can be added to a command bar. Namespace : Sdl.Desktop.IntegrationApi.Extensions.Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public interface IAction Properties ActionGroup Returns the action group this action is part of. This property is only valid when the action style ( Style property is set to ToggleButton . Declaration string ActionGroup { get; } Property Value Type Description System.String Remarks This property is ignored unless the Style property is set to ToggleButton . The action group should be a string that is unique across the studio. All ToggleButton style actions that share the same action group act as a group and are rendered as a rdaio button. When null, the action is shown on the command bar as a checkbox, otherwise it is shown as a radio button. Available Returns whether this action is currently available. Declaration bool Available { get; } Property Value Type Description System.Boolean Remarks If an action is not enabled, it is not shown on the command bar. Checked Gets or sets whether this action is checked. This property is only valid when the action style ( Style property is set to ToggleButton . Declaration bool Checked { get; set; } Property Value Type Description System.Boolean DisplayType Ribbon action size Declaration DisplayType DisplayType { get; } Property Value Type Description DisplayType Enabled Returns whether this action is currently enabled. Declaration bool Enabled { get; } Property Value Type Description System.Boolean Remarks If an action is not enabled, it is shown is greyed out on the command bar. Icon Returns the icon for this action. Can be null. Declaration Icon Icon { get; } Property Value Type Description System.Drawing.Icon Id Returns the unique id for this action. Declaration string Id { get; } Property Value Type Description System.String Remarks This id is unique across the Studio. Style Returns the action style. Declaration ActionStyle Style { get; } Property Value Type Description ActionStyle Text Returns the text for this action. Declaration string Text { get; } Property Value Type Description System.String Remarks Can contain an ampersand to indicate the mnemonic character. ToolTipText Returns the tooltip test for this action. Declaration string ToolTipText { get; } Property Value Type Description System.String Methods Execute() Called when the user activates this action. Declaration bool Execute() Returns Type Description System.Boolean Initialize() Called when the action is initialized. Declaration void Initialize() Events PropertyChanged Raised when the value of one of the action's properties changed. Declaration event EventHandler PropertyChanged Event Type Type Description System.EventHandler < ActionPropertyChangedEventArgs > Remarks For possible property values, see the constants defined in ActionProperties . Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.IBindedController.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.IBindedController.html", "title": "Interface IBindedController", - "keywords": "Interface IBindedController Contract used to distinguish between normal controller and binded controller. Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public interface IBindedController Remarks Used to make distinction between binded and normal view as non assignable types (required in ExtensionsRepository). Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IBindedController Contract used to distinguish between normal controller and binded controller. Namespace : Sdl.Desktop.IntegrationApi.Extensions.Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public interface IBindedController Remarks Used to make distinction between binded and normal view as non assignable types (required in ExtensionsRepository). Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.PluginTargetCommandBarSiteType.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.PluginTargetCommandBarSiteType.html", "title": "Enum PluginTargetCommandBarSiteType", - "keywords": "Enum PluginTargetCommandBarSiteType Possibles sites for adding items to command bars. Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public enum PluginTargetCommandBarSiteType Fields Name Description View TODO : review bellow comments ViewPart TODO : review bellow comments ViewPartCommandBarProvider TODO : review bellow comments Window Adds the item to the window; it is available while the window is showing." + "keywords": "Enum PluginTargetCommandBarSiteType Possibles sites for adding items to command bars. Namespace : Sdl.Desktop.IntegrationApi.Extensions.Internal Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax public enum PluginTargetCommandBarSiteType Fields Name Description View TODO : review bellow comments ViewPart TODO : review bellow comments ViewPartCommandBarProvider TODO : review bellow comments Window Adds the item to the window; it is available while the window is showing. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.html", "title": "Class RibbonGroupAttribute", - "keywords": "Class RibbonGroupAttribute Decorate a ribbon group of a Studio application provinding metadata informations Inheritance object Attribute ExtensionAttribute AbstractCommandBarItemAttribute RibbonGroupAttribute Implements _Attribute Inherited Members AbstractCommandBarItemAttribute.ContextByType ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [ExtensionPointInfo(\"Ribbon Groups\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class)] public class RibbonGroupAttribute : AbstractCommandBarItemAttribute, _Attribute Remarks The framework also provides support for getting property values from the PluginResources.resx resource file, which is deployed together with the plug-in manifest. To specify that the value of a certain string property needs to be retrieved from the resource file, annotate the property definition with the PluginResourceAttribute attribute. Users should now specify the name of the resource key, instead of the actual value, as the property value. When no resource string with the specified key can be found, the framework keeps the specified string as the property value. To define non-string properties whose value is stored in the PluginResources.resx resource file, create a string property, which value should be set to a resource key. When consuming the extension, use GetPluginResource(string) tio retriece the resource from the plug-in resource file. Constructors RibbonGroupAttribute(string) Initialize the instance of the ribbon group attribute Declaration public RibbonGroupAttribute(string id) Parameters Type Name Description string id The unique identifier of the ribbon group Remarks This constructor should be used only if pluginresources are used to resolve the name and description of the extension. The resource keys for name and description are built from id and postfixed with _Name and _Description. RibbonGroupAttribute(string, string) Initialize the instance of the ribbon group attribute Declaration public RibbonGroupAttribute(string id, string name) Parameters Type Name Description string id The unique identifier of the ribbon group string name The name that will be displayed by the ribbon group. RibbonGroupAttribute(string, string, Type) Initialize the instance of the ribbon group attribute Declaration public RibbonGroupAttribute(string id, string name, Type contextByType) Parameters Type Name Description string id The unique identifier of the ribbon group string name The name that will be displayed by the ribbon group. Type contextByType The context in which the ribbon is working RibbonGroupAttribute(string, Type) Initialize the instance of the ribbon group attribute Declaration public RibbonGroupAttribute(string id, Type contextByType) Parameters Type Name Description string id The unique identifier of the ribbon group Type contextByType The context in which the ribbon group is available and enabled. Remarks This constructor should be used only if pluginresources are used to resolve the name and description of the extension. The resource keys for name and description are built from id and postfixed with _Name and _Description. Implements _Attribute Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class RibbonGroupAttribute Decorate a ribbon group of a Studio application provinding metadata informations Inheritance System.Object AbstractCommandBarItemAttribute RibbonGroupAttribute Inherited Members AbstractCommandBarItemAttribute.ContextByType Namespace : Sdl.Desktop.IntegrationApi.Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [AttributeUsage(AttributeTargets.Class)] public class RibbonGroupAttribute : AbstractCommandBarItemAttribute Remarks The framework also provides support for getting property values from the PluginResources.resx resource file, which is deployed together with the plug-in manifest. To specify that the value of a certain string property needs to be retrieved from the resource file, annotate the property definition with the PluginResourceAttribute attribute. Users should now specify the name of the resource key, instead of the actual value, as the property value. When no resource string with the specified key can be found, the framework keeps the specified string as the property value. To define non-string properties whose value is stored in the PluginResources.resx resource file, create a string property, which value should be set to a resource key. When consuming the extension, use GetPluginResource(String) tio retriece the resource from the plug-in resource file. Constructors RibbonGroupAttribute(String) Initialize the instance of the ribbon group attribute Declaration public RibbonGroupAttribute(string id) Parameters Type Name Description System.String id The unique identifier of the ribbon group Remarks This constructor should be used only if pluginresources are used to resolve the name and description of the extension. The resource keys for name and description are built from id and postfixed with _Name and _Description. RibbonGroupAttribute(String, String) Initialize the instance of the ribbon group attribute Declaration public RibbonGroupAttribute(string id, string name) Parameters Type Name Description System.String id The unique identifier of the ribbon group System.String name The name that will be displayed by the ribbon group. RibbonGroupAttribute(String, String, Type) Initialize the instance of the ribbon group attribute Declaration public RibbonGroupAttribute(string id, string name, Type contextByType) Parameters Type Name Description System.String id The unique identifier of the ribbon group System.String name The name that will be displayed by the ribbon group. System.Type contextByType The context in which the ribbon is working RibbonGroupAttribute(String, Type) Initialize the instance of the ribbon group attribute Declaration public RibbonGroupAttribute(string id, Type contextByType) Parameters Type Name Description System.String id The unique identifier of the ribbon group System.Type contextByType The context in which the ribbon group is available and enabled. Remarks This constructor should be used only if pluginresources are used to resolve the name and description of the extension. The resource keys for name and description are built from id and postfixed with _Name and _Description. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.html", "title": "Class RibbonGroupLayoutAttribute", - "keywords": "Class RibbonGroupLayoutAttribute Auxiliary extension attribute used to setup the layout of a ribbon group. Inheritance object Attribute AuxiliaryExtensionAttribute AbstractLayoutAttribute RibbonGroupLayoutAttribute Implements _Attribute ILocationAware Inherited Members AbstractLayoutAttribute.LocationByType AbstractLayoutAttribute.ZIndex AbstractLayoutAttribute.IsSeparator AbstractLayoutAttribute.Name AbstractLayoutAttribute.DisplayType AuxiliaryExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public sealed class RibbonGroupLayoutAttribute : AbstractLayoutAttribute, _Attribute, ILocationAware Constructors RibbonGroupLayoutAttribute(Type) Initialize the instance of the attribute using a specific location. Declaration public RibbonGroupLayoutAttribute(Type locationType) Parameters Type Name Description Type locationType The location of the ribbon group. Implements _Attribute ILocationAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class RibbonGroupLayoutAttribute Auxiliary extension attribute used to setup the layout of a ribbon group. Inheritance System.Object AbstractLayoutAttribute RibbonGroupLayoutAttribute Implements ILocationAware Inherited Members AbstractLayoutAttribute.LocationByType AbstractLayoutAttribute.ZIndex AbstractLayoutAttribute.IsSeparator AbstractLayoutAttribute.Name AbstractLayoutAttribute.DisplayType Namespace : Sdl.Desktop.IntegrationApi.Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public sealed class RibbonGroupLayoutAttribute : AbstractLayoutAttribute, ILocationAware Constructors RibbonGroupLayoutAttribute() Default constructor for XML serialization. Declaration public RibbonGroupLayoutAttribute() RibbonGroupLayoutAttribute(Type) Initialize the instance of the attribute using a specific location. Declaration public RibbonGroupLayoutAttribute(Type locationType) Parameters Type Name Description System.Type locationType The location of the ribbon group. Implements ILocationAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.html", "title": "Class ShortcutAttribute", - "keywords": "Class ShortcutAttribute Used to define shortcuts for the actions. Inheritance object Attribute AuxiliaryExtensionAttribute ShortcutAttribute Implements _Attribute Inherited Members AuxiliaryExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public class ShortcutAttribute : AuxiliaryExtensionAttribute, _Attribute Remarks This attribute can be used in conjunction with the ActionAttribute attributes. Constructors ShortcutAttribute(Keys) Initialize the instance of this attribute using a specified shortcut. Declaration public ShortcutAttribute(Keys shortcut) Parameters Type Name Description Keys shortcut The shortcut to use. Properties Shortcut Gets or sets the shortcut. Declaration public Keys Shortcut { get; set; } Property Value Type Description Keys The shortcut. Implements _Attribute Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ShortcutAttribute Used to define shortcuts for the actions. Inheritance System.Object ShortcutAttribute Namespace : Sdl.Desktop.IntegrationApi.Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public class ShortcutAttribute : AuxiliaryExtensionAttribute Remarks This attribute can be used in conjunction with the ActionAttribute attributes. Constructors ShortcutAttribute(Keys) Initialize the instance of this attribute using a specified shortcut. Declaration public ShortcutAttribute(Keys shortcut) Parameters Type Name Description System.Windows.Forms.Keys shortcut The shortcut to use. Properties Shortcut Gets or sets the shortcut. Declaration public Keys Shortcut { get; set; } Property Value Type Description System.Windows.Forms.Keys The shortcut. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.html", "title": "Class ViewAttribute", - "keywords": "Class ViewAttribute Extension attribute for integrating new views into Studio applications. Inheritance object Attribute ExtensionAttribute ViewAttribute Implements _Attribute ILocationAware Inherited Members ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [ExtensionPointInfo(\"Views\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class)] public sealed class ViewAttribute : ExtensionAttribute, _Attribute, ILocationAware Remarks A view is represented as an item in the explorer bar and is responsible for the showing the UI. A view needs to implement the AbstractViewController class. Constructors ViewAttribute(string, string, string, Type, string, Keys, bool) Initialize the view attribute Declaration public ViewAttribute(string id, string name, string description, Type locationByType, string helpTopic, Keys shorcut = Keys.None, bool allowViewParts = false) Parameters Type Name Description string id The unique id for this view. string name The name for this view. Should typically be a key of a resource string in PluginResources.resx. string description The description for this view. Should typically be a key of a resource string in PluginResources.resx. Type locationByType The location where the view is loaded. string helpTopic The help topic identifier of the view. Keys shorcut The shortcut key for accessing the view. bool allowViewParts Enables or disables the view parts integration inside the view. Properties AllowViewParts Gets or sets if the view can contain viewparts Declaration public bool AllowViewParts { get; set; } Property Value Type Description bool HelpTopic Gets or sets the help topic ID for this view. Can be null. Declaration public string HelpTopic { get; set; } Property Value Type Description string IsSeparator Is separator determines if a separator should be added before the action Declaration public bool IsSeparator { get; set; } Property Value Type Description bool LocationByType Gets or sets the location of the view Declaration public Type LocationByType { get; set; } Property Value Type Description Type Shortcut Gets or sets the shortcut for accessing this view. Declaration public Keys Shortcut { get; set; } Property Value Type Description Keys ZIndex Defines a 0 based index order for the UI elements where the highest value is the most important. Declaration public uint ZIndex { get; set; } Property Value Type Description uint Remarks The z-Index ordering is performed only for the intergrated elements and have a lower priority than SDL ordering. It acts as importance from left to right or top to bottom. The highest ZIndex value is in the left or top and the lowest value is in the right or bottom. Implements _Attribute ILocationAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ViewAttribute Extension attribute for integrating new views into Studio applications. Inheritance System.Object ViewAttribute Implements ILocationAware Namespace : Sdl.Desktop.IntegrationApi.Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [AttributeUsage(AttributeTargets.Class)] public sealed class ViewAttribute : ExtensionAttribute, ILocationAware Remarks A view is represented as an item in the explorer bar and is responsible for the showing the UI. A view needs to implement the AbstractViewController class. Constructors ViewAttribute() Default constructor for XML serialization. Declaration public ViewAttribute() ViewAttribute(String, String, String, Type, String, Keys, Boolean) Initialize the view attribute Declaration public ViewAttribute(string id, string name, string description, Type locationByType, string helpTopic, Keys shorcut, bool allowViewParts = false) Parameters Type Name Description System.String id The unique id for this view. System.String name The name for this view. Should typically be a key of a resource string in PluginResources.resx. System.String description The description for this view. Should typically be a key of a resource string in PluginResources.resx. System.Type locationByType The location where the view is loaded. System.String helpTopic The help topic identifier of the view. System.Windows.Forms.Keys shorcut The shortcut key for accessing the view. System.Boolean allowViewParts Enables or disables the view parts integration inside the view. Properties AllowViewParts Gets or sets if the view can contain viewparts Declaration public bool AllowViewParts { get; set; } Property Value Type Description System.Boolean HelpTopic Gets or sets the help topic ID for this view. Can be null. Declaration public string HelpTopic { get; set; } Property Value Type Description System.String IsSeparator Is separator determines if a separator should be added before the action Declaration public bool IsSeparator { get; set; } Property Value Type Description System.Boolean LocationByType Gets or sets the location of the view Declaration public Type LocationByType { get; set; } Property Value Type Description System.Type Shortcut Gets or sets the shortcut for accessing this view. Declaration public Keys Shortcut { get; set; } Property Value Type Description System.Windows.Forms.Keys ZIndex Defines a 0 based index order for the UI elements where the highest value is the most important. Declaration public uint ZIndex { get; set; } Property Value Type Description System.UInt32 Remarks The z-Index ordering is performed only for the intergrated elements and have a lower priority than SDL ordering. It acts as importance from left to right or top to bottom. The highest ZIndex value is in the left or top and the lowest value is in the right or bottom. Implements ILocationAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.html", "title": "Class ViewPartAttribute", - "keywords": "Class ViewPartAttribute Extension attribute for integrating new view parts into Studio applications. Inheritance object Attribute ExtensionAttribute ViewPartAttribute Implements _Attribute Inherited Members ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [ExtensionPointInfo(\"IntegrationApi - View Parts\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class)] public sealed class ViewPartAttribute : ExtensionAttribute, _Attribute Remarks A view part needs to implement the AbstractViewPartController class. Constructors ViewPartAttribute(string, string, string, string, Keys) Initialize the viewpart attribute. Declaration public ViewPartAttribute(string id, string name, string description, string helpTopic, Keys shortcut = Keys.None) Parameters Type Name Description string id The unique id for the viewpart. string name The name for this view. Should typically be a key of a resource string in PluginResources.resx. string description The description for this view. Should typically be a key of a resource string in PluginResources.resx. string helpTopic The help topic identifier of the viewpart. Keys shortcut The shortcut key for accessing the viewpart. ViewPartAttribute(string, string, Keys) Initialize the viewpart attribute. Declaration public ViewPartAttribute(string id, string helpTopic, Keys shortcut = Keys.None) Parameters Type Name Description string id The unique id for the viewpart. string helpTopic The help topic identifier of the viewpart. Keys shortcut The shortcut key for accessing the viewpart. Remarks This constructor should be used only if pluginresources are used to resolve the name and description of the extension. The resource keys for name and description are built from id and postfixed with _Name and _Description. Properties HelpTopic Gets or sets the help topic ID for this view. Can be null. Declaration public string HelpTopic { get; set; } Property Value Type Description string Shortcut Gets or sets the shortcut for accessing this view. Declaration public Keys Shortcut { get; set; } Property Value Type Description Keys Implements _Attribute Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ViewPartAttribute Extension attribute for integrating new view parts into Studio applications. Inheritance System.Object ViewPartAttribute Namespace : Sdl.Desktop.IntegrationApi.Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [AttributeUsage(AttributeTargets.Class)] public sealed class ViewPartAttribute : ExtensionAttribute Remarks A view part needs to implement the AbstractViewPartController class. Constructors ViewPartAttribute() Default constructor for XML serialization. Declaration public ViewPartAttribute() ViewPartAttribute(String, String, String, String, Keys) Initialize the viewpart attribute. Declaration public ViewPartAttribute(string id, string name, string description, string helpTopic, Keys shortcut) Parameters Type Name Description System.String id The unique id for the viewpart. System.String name The name for this view. Should typically be a key of a resource string in PluginResources.resx. System.String description The description for this view. Should typically be a key of a resource string in PluginResources.resx. System.String helpTopic The help topic identifier of the viewpart. System.Windows.Forms.Keys shortcut The shortcut key for accessing the viewpart. ViewPartAttribute(String, String, Keys) Initialize the viewpart attribute. Declaration public ViewPartAttribute(string id, string helpTopic, Keys shortcut) Parameters Type Name Description System.String id The unique id for the viewpart. System.String helpTopic The help topic identifier of the viewpart. System.Windows.Forms.Keys shortcut The shortcut key for accessing the viewpart. Remarks This constructor should be used only if pluginresources are used to resolve the name and description of the extension. The resource keys for name and description are built from id and postfixed with _Name and _Description. Properties HelpTopic Gets or sets the help topic ID for this view. Can be null. Declaration public string HelpTopic { get; set; } Property Value Type Description System.String Shortcut Gets or sets the shortcut for accessing this view. Declaration public Keys Shortcut { get; set; } Property Value Type Description System.Windows.Forms.Keys Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.html", "title": "Class ViewPartLayoutAttribute", - "keywords": "Class ViewPartLayoutAttribute An auxiliary extension attribute for use with the ViewPartAttribute to define a view part. This extension can be used to specify a default layout for the view part, but also to specify a layout specific to a certain view configuration. Multiple instances of this attribute can be applied. Inheritance object Attribute AuxiliaryExtensionAttribute AbstractLayoutAttribute ViewPartLayoutAttribute Implements _Attribute ILocationAware Inherited Members AbstractLayoutAttribute.LocationByType AbstractLayoutAttribute.ZIndex AbstractLayoutAttribute.IsSeparator AbstractLayoutAttribute.Name AbstractLayoutAttribute.DisplayType AuxiliaryExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.Desktop IntegrationApi Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public sealed class ViewPartLayoutAttribute : AbstractLayoutAttribute, _Attribute, ILocationAware Constructors ViewPartLayoutAttribute(Type) Initialize the viewpart layout instance Declaration public ViewPartLayoutAttribute(Type locationByType) Parameters Type Name Description Type locationByType The location where the viewpart will be added. Remarks You may use as a locationByType Properties ConfigurationType Gets or sets the id of the configuration within the target view to which this layout applies. If ommitted, this layout is the default layout. Declaration public Type ConfigurationType { get; set; } Property Value Type Description Type CreateNewGroup Gets or sets whether to create a new docking group. When set to true, the new docking group is created positioned relatively to the view parts specified by ZIndex. The new group is positioned relatively to the existing panes according to the ParentGroupStyle property. Declaration public bool CreateNewGroup { get; set; } Property Value Type Description bool Dock Gets or sets the preferred location within the view in which the view part should appear, in case no view parts are specified in ZIndex or in case these view parts are not open in the view. Declaration public DockType Dock { get; set; } Property Value Type Description DockType GroupStyle Gets or sets the preferred way this view part should be grouped with other view parts in the same area (see Dock ), in case no view parts are specified in ZIndex or in case these view parts are not open in the view. Declaration public GroupStyle GroupStyle { get; set; } Property Value Type Description GroupStyle Height Gets or sets the preferred height of the view part in case this is not already implied by the way view parts are grouped in the group to which the view parts, specified in ZIndex, belong to. Declaration public int Height { get; set; } Property Value Type Description int MinHeight Gets or sets whether the minimum height of the view part. Declaration public int MinHeight { get; set; } Property Value Type Description int MinWidth Gets or sets whether the minimum width of the view part. Declaration public int MinWidth { get; set; } Property Value Type Description int ParentGroupStyle Gets or sets the group style used when creating a new CreateNewGroup is set to true. Refer to CreateNewGroup for more information. Declaration public GroupStyle ParentGroupStyle { get; set; } Property Value Type Description GroupStyle Pinned Gets or sets whether the view part should be pinned. True by default. Declaration public bool Pinned { get; set; } Property Value Type Description bool Visible Gets or sets whether this view part is visible by default. True by default. Declaration public bool Visible { get; set; } Property Value Type Description bool Width Gets or sets the preferred width of the view part in case this is not already implied by the way view parts are grouped in the group to which the view parts, specified in ZIndex, belong to. Declaration public int Width { get; set; } Property Value Type Description int Implements _Attribute ILocationAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ViewPartLayoutAttribute An auxiliary extension attribute for use with the ViewPartAttribute to define a view part. This extension can be used to specify a default layout for the view part, but also to specify a layout specific to a certain view configuration. Multiple instances of this attribute can be applied. Inheritance System.Object AbstractLayoutAttribute ViewPartLayoutAttribute Implements ILocationAware Inherited Members AbstractLayoutAttribute.LocationByType AbstractLayoutAttribute.ZIndex AbstractLayoutAttribute.IsSeparator AbstractLayoutAttribute.Name AbstractLayoutAttribute.DisplayType Namespace : Sdl.Desktop.IntegrationApi.Extensions Assembly : Sdl.Desktop.IntegrationApi.Extensions.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public sealed class ViewPartLayoutAttribute : AbstractLayoutAttribute, ILocationAware Constructors ViewPartLayoutAttribute() Default constructor Declaration public ViewPartLayoutAttribute() ViewPartLayoutAttribute(Type) Initialize the viewpart layout instance Declaration public ViewPartLayoutAttribute(Type locationByType) Parameters Type Name Description System.Type locationByType The location where the viewpart will be added. Remarks You may use as a locationByType Properties ConfigurationType Gets or sets the id of the configuration within the target view to which this layout applies. If ommitted, this layout is the default layout. Declaration public Type ConfigurationType { get; set; } Property Value Type Description System.Type CreateNewGroup Gets or sets whether to create a new docking group. When set to true, the new docking group is created positioned relatively to the view parts specified by ZIndex. The new group is positioned relatively to the existing panes according to the ParentGroupStyle property. Declaration public bool CreateNewGroup { get; set; } Property Value Type Description System.Boolean Dock Gets or sets the preferred location within the view in which the view part should appear, in case no view parts are specified in ZIndex or in case these view parts are not open in the view. Declaration public DockType Dock { get; set; } Property Value Type Description DockType GroupStyle Gets or sets the preferred way this view part should be grouped with other view parts in the same area (see Dock ), in case no view parts are specified in ZIndex or in case these view parts are not open in the view. Declaration public GroupStyle GroupStyle { get; set; } Property Value Type Description GroupStyle Height Gets or sets the preferred height of the view part in case this is not already implied by the way view parts are grouped in the group to which the view parts, specified in ZIndex, belong to. Declaration public int Height { get; set; } Property Value Type Description System.Int32 MinHeight Gets or sets whether the minimum height of the view part. Declaration public int MinHeight { get; set; } Property Value Type Description System.Int32 MinWidth Gets or sets whether the minimum width of the view part. Declaration public int MinWidth { get; set; } Property Value Type Description System.Int32 ParentGroupStyle Gets or sets the group style used when creating a new CreateNewGroup is set to true. Refer to CreateNewGroup for more information. Declaration public GroupStyle ParentGroupStyle { get; set; } Property Value Type Description GroupStyle Pinned Gets or sets whether the view part should be pinned. True by default. Declaration public bool Pinned { get; set; } Property Value Type Description System.Boolean Visible Gets or sets whether this view part is visible by default. True by default. Declaration public bool Visible { get; set; } Property Value Type Description System.Boolean Width Gets or sets the preferred width of the view part in case this is not already implied by the way view parts are grouped in the group to which the view parts, specified in ZIndex, belong to. Declaration public int Width { get; set; } Property Value Type Description System.Int32 Implements ILocationAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.html", @@ -3297,7 +2997,7 @@ "api/integration/Sdl.Desktop.IntegrationApi.IApplicationInitializer.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.IApplicationInitializer.html", "title": "Interface IApplicationInitializer", - "keywords": "Interface IApplicationInitializer Contract defining the application initializer which is executed at the application startup. Application initializers which implement this interface must be decorated with the ApplicationInitializerAttribute attribute. Namespace : Sdl Sdl.Desktop IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IApplicationInitializer Examples Application Initializer Sample Methods Execute() It is executed at the application startup and implements the initializer logic Declaration void Execute() Examples Application Initializer Sample Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IApplicationInitializer Contract defining the application initializer which is executed at the application startup. Application initializers which implement this interface must be decorated with the ApplicationInitializerAttribute attribute. Namespace : Sdl.Desktop.IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IApplicationInitializer Examples Application Initializer Sample Methods Execute() It is executed at the application startup and implements the initializer logic Declaration void Execute() Examples Application Initializer Sample Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.html", @@ -3307,57 +3007,57 @@ "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html", "title": "Interface IPluginLog", - "keywords": "Interface IPluginLog Contract for logging Namespace : Sdl Sdl.Desktop IntegrationApi Interfaces Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IPluginLog Remarks You can get an instance of a logger through the logging service (see IPluginLoggerFactory Methods Debug(object) Logs a debug message. Declaration void Debug(object message) Parameters Type Name Description object message The message to log. DebugFormat(string, params object[]) Logs a debug message using the specified format and arguments. Declaration void DebugFormat(string format, params object[] args) Parameters Type Name Description string format The format for the message. object args The arguments to populate the message format. Error(object) Logs an error message. Declaration void Error(object message) Parameters Type Name Description object message The message to log. Error(object, Exception) Logs an error message, including the specified exception. Declaration void Error(object message, Exception exception) Parameters Type Name Description object message The message to log. Exception exception The exception. ErrorFormat(string, params object[]) Logs an error message using the specified format and arguments. Declaration void ErrorFormat(string format, params object[] args) Parameters Type Name Description string format The format for the message. object args The arguments to populate the message format. Fatal(object) Logs a fatal error message. Declaration void Fatal(object message) Parameters Type Name Description object message The message to log. Fatal(object, Exception) Logs an fatal error message, including the specified exception. Declaration void Fatal(object message, Exception exception) Parameters Type Name Description object message The message to log. Exception exception The exception. FatalFormat(string, params object[]) Logs a fatal error message using the specified format and arguments. Declaration void FatalFormat(string format, params object[] args) Parameters Type Name Description string format The format for the message. object args The arguments to populate the message format. Info(object) Logs a debug message. Declaration void Info(object message) Parameters Type Name Description object message The message to log. Info(object, Exception) Logs an info message, including the specified exception. Declaration void Info(object message, Exception exception) Parameters Type Name Description object message The message to log. Exception exception The exception. InfoFormat(string, params object[]) Logs an info message using the specified format and arguments. Declaration void InfoFormat(string format, params object[] args) Parameters Type Name Description string format The format for the message. object args The arguments to populate the message format. Warn(object) Logs a warning message. Declaration void Warn(object message) Parameters Type Name Description object message The message to log. Warn(object, Exception) Logs a warning message, including the specified exception. Declaration void Warn(object message, Exception exception) Parameters Type Name Description object message The message to log. Exception exception The exception. WarnFormat(string, params object[]) Logs a warning message using the specified format and arguments. Declaration void WarnFormat(string format, params object[] args) Parameters Type Name Description string format The format for the message. object args The arguments to populate the message format. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IPluginLog Contract for logging Namespace : Sdl.Desktop.IntegrationApi.Interfaces Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IPluginLog Remarks You can get an instance of a logger through the logging service (see IPluginLoggerFactory Methods Debug(Object) Logs a debug message. Declaration void Debug(object message) Parameters Type Name Description System.Object message The message to log. DebugFormat(String, Object[]) Logs a debug message using the specified format and arguments. Declaration void DebugFormat(string format, params object[] args) Parameters Type Name Description System.String format The format for the message. System.Object [] args The arguments to populate the message format. Error(Object) Logs an error message. Declaration void Error(object message) Parameters Type Name Description System.Object message The message to log. Error(Object, Exception) Logs an error message, including the specified exception. Declaration void Error(object message, Exception exception) Parameters Type Name Description System.Object message The message to log. System.Exception exception The exception. ErrorFormat(String, Object[]) Logs an error message using the specified format and arguments. Declaration void ErrorFormat(string format, params object[] args) Parameters Type Name Description System.String format The format for the message. System.Object [] args The arguments to populate the message format. Fatal(Object) Logs a fatal error message. Declaration void Fatal(object message) Parameters Type Name Description System.Object message The message to log. Fatal(Object, Exception) Logs an fatal error message, including the specified exception. Declaration void Fatal(object message, Exception exception) Parameters Type Name Description System.Object message The message to log. System.Exception exception The exception. FatalFormat(String, Object[]) Logs a fatal error message using the specified format and arguments. Declaration void FatalFormat(string format, params object[] args) Parameters Type Name Description System.String format The format for the message. System.Object [] args The arguments to populate the message format. Info(Object) Logs a debug message. Declaration void Info(object message) Parameters Type Name Description System.Object message The message to log. Info(Object, Exception) Logs an info message, including the specified exception. Declaration void Info(object message, Exception exception) Parameters Type Name Description System.Object message The message to log. System.Exception exception The exception. InfoFormat(String, Object[]) Logs an info message using the specified format and arguments. Declaration void InfoFormat(string format, params object[] args) Parameters Type Name Description System.String format The format for the message. System.Object [] args The arguments to populate the message format. Warn(Object) Logs a warning message. Declaration void Warn(object message) Parameters Type Name Description System.Object message The message to log. Warn(Object, Exception) Logs a warning message, including the specified exception. Declaration void Warn(object message, Exception exception) Parameters Type Name Description System.Object message The message to log. System.Exception exception The exception. WarnFormat(String, Object[]) Logs a warning message using the specified format and arguments. Declaration void WarnFormat(string format, params object[] args) Parameters Type Name Description System.String format The format for the message. System.Object [] args The arguments to populate the message format. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLoggerFactory.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLoggerFactory.html", "title": "Interface IPluginLoggerFactory", - "keywords": "Interface IPluginLoggerFactory Contract for logging This can be used to write entires into the Studio logs using IPluginLog Namespace : Sdl Sdl.Desktop IntegrationApi Interfaces Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IPluginLoggerFactory Methods GetLogger(string) Declaration IPluginLog GetLogger(string name) Parameters Type Name Description string name Returns Type Description IPluginLog Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IPluginLoggerFactory Contract for logging This can be used to write entires into the Studio logs using IPluginLog Namespace : Sdl.Desktop.IntegrationApi.Interfaces Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IPluginLoggerFactory Methods GetLogger(String) Declaration IPluginLog GetLogger(string name) Parameters Type Name Description System.String name Returns Type Description IPluginLog Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioEventAggregator.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioEventAggregator.html", "title": "Interface IStudioEventAggregator", - "keywords": "Interface IStudioEventAggregator The contract defining the event aggregator. Namespace : Sdl Sdl.Desktop IntegrationApi Interfaces Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IStudioEventAggregator Methods GetEvent() Returns the event for which to subscribe Declaration IObservable GetEvent() Returns Type Description IObservable Type Parameters Name Description TEvent Publish(TEvent) Publishes the given event to all subscribers Declaration void Publish(TEvent sampleEvent) Parameters Type Name Description TEvent sampleEvent Type Parameters Name Description TEvent Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IStudioEventAggregator The contract defining the event aggregator. Namespace : Sdl.Desktop.IntegrationApi.Interfaces Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IStudioEventAggregator Methods GetEvent() Returns the event for which to subscribe Declaration IObservable GetEvent() Returns Type Description System.IObservable Type Parameters Name Description TEvent Publish(TEvent) Publishes the given event to all subscribers Declaration void Publish(TEvent sampleEvent) Parameters Type Name Description TEvent sampleEvent Type Parameters Name Description TEvent Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioGroupNotification.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioGroupNotification.html", "title": "Interface IStudioGroupNotification", - "keywords": "Interface IStudioGroupNotification The contract defining the Notification Group Namespace : Sdl Sdl.Desktop IntegrationApi Interfaces Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IStudioGroupNotification Properties Action The ICommand action to be executed when the group action is activated Declaration IStudioNotificationCommand Action { get; set; } Property Value Type Description IStudioNotificationCommand IsActionVisible Set this to true if the Action Should be visible Declaration bool IsActionVisible { get; set; } Property Value Type Description bool Key Unique Group Key Declaration string Key { get; } Property Value Type Description string Notifications List of Notifications within the group Declaration ObservableCollection Notifications { get; set; } Property Value Type Description ObservableCollection IStudioNotification Title The group title Declaration string Title { get; set; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IStudioGroupNotification The contract defining the Notification Group Namespace : Sdl.Desktop.IntegrationApi.Interfaces Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IStudioGroupNotification Properties Action The ICommand action to be executed when the group action is activated Declaration IStudioNotificationCommand Action { get; set; } Property Value Type Description IStudioNotificationCommand IsActionVisible Set this to true if the Action Should be visible Declaration bool IsActionVisible { get; set; } Property Value Type Description System.Boolean Key Unique Group Key Declaration string Key { get; } Property Value Type Description System.String Notifications List of Notifications within the group Declaration ObservableCollection Notifications { get; set; } Property Value Type Description System.Collections.ObjectModel.ObservableCollection < IStudioNotification > Title The group title Declaration string Title { get; set; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.html", "title": "Interface IStudioNotification", - "keywords": "Interface IStudioNotification The contract defining the Notification Namespace : Sdl Sdl.Desktop IntegrationApi Interfaces Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IStudioNotification Properties Action The action to be executed for this notification Declaration IStudioNotificationCommand Action { get; set; } Property Value Type Description IStudioNotificationCommand AllowsUserToDismiss Set this to true if you only if the user would be able to remove a notification Declaration bool AllowsUserToDismiss { get; set; } Property Value Type Description bool AlwaysVisibleDetails A list of details that are always visible on the Notification Declaration List AlwaysVisibleDetails { get; set; } Property Value Type Description List string ClearNotificationAction The notification will be removed if AllowsUserToDismiss is set to true Declaration IStudioNotificationCommand ClearNotificationAction { get; set; } Property Value Type Description IStudioNotificationCommand Id Gets or sets the identifier. Declaration Guid Id { get; set; } Property Value Type Description Guid IsActionVisible Set this to true if the Action Should be visible Declaration bool IsActionVisible { get; set; } Property Value Type Description bool IsExpanderVisible Set this to True of the Expander should be visible Declaration bool IsExpanderVisible { get; set; } Property Value Type Description bool IsLinkVisible Set this to True of the Link should be visible Declaration bool IsLinkVisible { get; set; } Property Value Type Description bool LinkAction The action to be executed for open HyperLink text Declaration IStudioNotificationCommand LinkAction { get; set; } Property Value Type Description IStudioNotificationCommand OtherDetails Additional notification details visible only if the user wants to have them displayed Declaration List OtherDetails { get; set; } Property Value Type Description List string Title The Title of the Notification Declaration string Title { get; set; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IStudioNotification The contract defining the Notification Namespace : Sdl.Desktop.IntegrationApi.Interfaces Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IStudioNotification Properties Action The action to be executed for this notification Declaration IStudioNotificationCommand Action { get; set; } Property Value Type Description IStudioNotificationCommand AllowsUserToDismiss Set this to true if you only if the user would be able to remove a notification Declaration bool AllowsUserToDismiss { get; set; } Property Value Type Description System.Boolean AlwaysVisibleDetails A list of details that are always visible on the Notification Declaration List AlwaysVisibleDetails { get; set; } Property Value Type Description System.Collections.Generic.List < System.String > ClearNotificationAction The notification will be removed if AllowsUserToDismiss is set to true Declaration IStudioNotificationCommand ClearNotificationAction { get; set; } Property Value Type Description IStudioNotificationCommand Id Gets or sets the identifier. Declaration Guid Id { get; set; } Property Value Type Description System.Guid IsActionVisible Set this to true if the Action Should be visible Declaration bool IsActionVisible { get; set; } Property Value Type Description System.Boolean IsExpanderVisible Set this to True of the Expander should be visible Declaration bool IsExpanderVisible { get; set; } Property Value Type Description System.Boolean IsLinkVisible Set this to True of the Link should be visible Declaration bool IsLinkVisible { get; set; } Property Value Type Description System.Boolean LinkAction The action to be executed for open HyperLink text Declaration IStudioNotificationCommand LinkAction { get; set; } Property Value Type Description IStudioNotificationCommand OtherDetails Additional notification details visible only if the user wants to have them displayed Declaration List OtherDetails { get; set; } Property Value Type Description System.Collections.Generic.List < System.String > Title The Title of the Notification Declaration string Title { get; set; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotificationCommand.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotificationCommand.html", "title": "Interface IStudioNotificationCommand", - "keywords": "Interface IStudioNotificationCommand The contract defining the Notification Command Inherited Members ICommand.CanExecute(object) ICommand.Execute(object) ICommand.CanExecuteChanged Namespace : Sdl Sdl.Desktop IntegrationApi Interfaces Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IStudioNotificationCommand : ICommand Properties CommandIcon The icon for the command Declaration Icon CommandIcon { get; set; } Property Value Type Description Icon CommandText The ToolTip of the command Declaration string CommandText { get; set; } Property Value Type Description string CommandToolTip The tooltip for the command Declaration string CommandToolTip { get; set; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IStudioNotificationCommand The contract defining the Notification Command Namespace : Sdl.Desktop.IntegrationApi.Interfaces Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IStudioNotificationCommand Properties CommandIcon The icon for the command Declaration Icon CommandIcon { get; set; } Property Value Type Description System.Drawing.Icon CommandText The ToolTip of the command Declaration string CommandText { get; set; } Property Value Type Description System.String CommandToolTip The tooltip for the command Declaration string CommandToolTip { get; set; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IUIControl.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IUIControl.html", "title": "Interface IUIControl", - "keywords": "Interface IUIControl Inherited Members IDisposable.Dispose() Namespace : Sdl Sdl.Desktop IntegrationApi Interfaces Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IUIControl : IDisposable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IUIControl Inherited Members System.IDisposable.Dispose() Namespace : Sdl.Desktop.IntegrationApi.Interfaces Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IUIControl : IDisposable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IUISettingsControl.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IUISettingsControl.html", "title": "Interface IUISettingsControl", - "keywords": "Interface IUISettingsControl Inherited Members IDisposable.Dispose() Namespace : Sdl Sdl.Desktop IntegrationApi Interfaces Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IUISettingsControl : IUIControl, IDisposable Methods ValidateChildren() Declaration bool ValidateChildren() Returns Type Description bool Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IUISettingsControl Inherited Members System.IDisposable.Dispose() Namespace : Sdl.Desktop.IntegrationApi.Interfaces Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IUISettingsControl : IUIControl, IDisposable Methods ValidateChildren() Declaration bool ValidateChildren() Returns Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.html", "title": "Class AbstractBindedAction", - "keywords": "Class AbstractBindedAction Base class for the binded actions Inheritance object AbstractAction AbstractBindedAction AddProjectAction CloseAllDocumentsAction CloseDocumentAction CloseProjectAction CreateReturnPackageFromProjectAction LanguageCloudAction NewProjectAction OpenDocumentAction OpenPackageAction OpenProjectAction SaveAllDocumentsAction SaveDocumentAction SaveDocumentAsAction SaveDocumentSourceAsAction SaveDocumentTargetAsAction Implements IAction IExtensionAware Inherited Members AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Internal Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class AbstractBindedAction : AbstractAction, IAction, IExtensionAware Constructors AbstractBindedAction() Declaration protected AbstractBindedAction() Methods Execute() This method is never executed because if is only a binding to the real action. Declaration protected override void Execute() Overrides AbstractAction.Execute() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractBindedAction Base class for the binded actions Inheritance System.Object AbstractAction AbstractBindedAction AddProjectAction CloseAllDocumentsAction CloseDocumentAction CloseProjectAction CreateReturnPackageFromProjectAction LanguageCloudAction NewProjectAction OpenDocumentAction OpenPackageAction OpenProjectAction SaveAllDocumentsAction SaveDocumentAction SaveDocumentAsAction SaveDocumentSourceAsAction SaveDocumentTargetAsAction Implements IAction IExtensionAware Inherited Members AbstractAction.IAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted 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.Desktop.IntegrationApi.Internal Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class AbstractBindedAction : AbstractAction, IAction Constructors AbstractBindedAction() Declaration protected AbstractBindedAction() Methods Execute() This method is never executed because if is only a binding to the real action. Declaration protected override void Execute() Overrides AbstractAction.Execute() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.html", "title": "Class AbstractBindedController", - "keywords": "Class AbstractBindedController Base class for the binded controllers Inheritance object AbstractController AbstractViewController AbstractBindedController EditorController FilesController ProjectsController ReportsViewController TranslationMemoriesViewController WelcomeViewController Implements IDisposable IBindedController Inherited Members AbstractViewController.Initialize(IViewContext) AbstractViewController.Refresh() AbstractViewController.Dispose() AbstractViewController.Dispose(bool) AbstractViewController.Context AbstractViewController.ActivationChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Internal Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class AbstractBindedController : AbstractViewController, IDisposable, IBindedController Constructors AbstractBindedController(IStudioWindow) Declaration protected AbstractBindedController(IStudioWindow studioWindow) Parameters Type Name Description Sdl.Desktop.Platform.IStudioWindow studioWindow Properties InvokeRequired Convenient overload for the ISynchronizeInvoke.InvokeRequired method Declaration public bool InvokeRequired { get; } Property Value Type Description bool View Internal view Declaration protected IView View { get; } Property Value Type Description Sdl.Desktop.Platform.IView Methods Activate() Activate the view in the Studio application. Declaration public override void Activate() Overrides AbstractViewController.Activate() BeginInvoke(Delegate) Convenient overload for the ISynchronizeInvoke.BeginInvoke method Declaration public IAsyncResult BeginInvoke(Delegate method) Parameters Type Name Description Delegate method Returns Type Description IAsyncResult GetContentControl() Gets the content view control Declaration protected override IUIControl GetContentControl() Returns Type Description IUIControl Overrides AbstractViewController.GetContentControl() GetExplorerBarControl() Gets the explorer bar view control Declaration protected override IUIControl GetExplorerBarControl() Returns Type Description IUIControl Overrides AbstractViewController.GetExplorerBarControl() Invoke(Delegate) Convenient overload for the ISynchronizeInvoke.Invoke method Declaration public object Invoke(Delegate method) Parameters Type Name Description Delegate method Returns Type Description object Implements IDisposable IBindedController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractBindedController Base class for the binded controllers Inheritance System.Object AbstractController AbstractViewController AbstractBindedController EditorController FilesController ProjectsController ReportsViewController TranslationMemoriesViewController WelcomeViewController Implements System.IDisposable IBindedController Inherited Members AbstractViewController.Initialize(IViewContext) AbstractViewController.Refresh() AbstractViewController.Dispose() AbstractViewController.Dispose(Boolean) AbstractViewController.Context AbstractViewController.ActivationChanged 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.Desktop.IntegrationApi.Internal Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class AbstractBindedController : AbstractViewController, IDisposable, IBindedController Constructors AbstractBindedController(IStudioWindow) Declaration protected AbstractBindedController(IStudioWindow studioWindow) Parameters Type Name Description Sdl.Desktop.Platform.IStudioWindow studioWindow Properties InvokeRequired Convenient overload for the ISynchronizeInvoke.InvokeRequired method Declaration public bool InvokeRequired { get; } Property Value Type Description System.Boolean View Internal view Declaration protected IView View { get; } Property Value Type Description Sdl.Desktop.Platform.IView Methods Activate() Activate the view in the Studio application. Declaration public override void Activate() Overrides AbstractViewController.Activate() BeginInvoke(Delegate) Convenient overload for the ISynchronizeInvoke.BeginInvoke method Declaration public IAsyncResult BeginInvoke(Delegate method) Parameters Type Name Description System.Delegate method Returns Type Description System.IAsyncResult GetContentControl() Gets the content view control Declaration protected override IUIControl GetContentControl() Returns Type Description IUIControl Overrides AbstractViewController.GetContentControl() GetExplorerBarControl() Gets the explorer bar view control Declaration protected override IUIControl GetExplorerBarControl() Returns Type Description IUIControl Overrides AbstractViewController.GetExplorerBarControl() Invoke(Delegate) Convenient overload for the ISynchronizeInvoke.Invoke method Declaration public object Invoke(Delegate method) Parameters Type Name Description System.Delegate method Returns Type Description System.Object Implements System.IDisposable IBindedController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.html", "title": "Class DefaultExplorerBar", - "keywords": "Class DefaultExplorerBar The default implementation of the explorer bar in case the view controller is not implementing a custom one. Inheritance object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl DefaultExplorerBar Implements IDropTarget ISynchronizeInvoke IWin32Window IBindableComponent IComponent IContainerControl IUIControl IDisposable Inherited Members UserControl.ValidateChildren() UserControl.ValidateChildren(ValidationConstraints) UserControl.OnCreateControl() UserControl.OnLoad(EventArgs) UserControl.OnResize(EventArgs) UserControl.OnMouseDown(MouseEventArgs) UserControl.WndProc(ref Message) UserControl.AutoSize UserControl.AutoSizeMode UserControl.AutoValidate UserControl.BorderStyle UserControl.CreateParams UserControl.DefaultSize UserControl.AutoSizeChanged UserControl.AutoValidateChanged UserControl.Load ContainerControl.AdjustFormScrollbars(bool) ContainerControl.OnAutoValidateChanged(EventArgs) ContainerControl.OnFontChanged(EventArgs) ContainerControl.OnLayout(LayoutEventArgs) ContainerControl.OnParentChanged(EventArgs) ContainerControl.PerformAutoScale() ContainerControl.ProcessDialogChar(char) ContainerControl.ProcessDialogKey(Keys) ContainerControl.ProcessCmdKey(ref Message, Keys) ContainerControl.ProcessMnemonic(char) ContainerControl.ProcessTabKey(bool) ContainerControl.Select(bool, bool) ContainerControl.UpdateDefaultButton() ContainerControl.Validate() ContainerControl.Validate(bool) ContainerControl.AutoScaleDimensions ContainerControl.AutoScaleFactor ContainerControl.AutoScaleMode ContainerControl.BindingContext ContainerControl.CanEnableIme ContainerControl.ActiveControl ContainerControl.CurrentAutoScaleDimensions ContainerControl.ParentForm ScrollableControl.ScrollStateAutoScrolling ScrollableControl.ScrollStateHScrollVisible ScrollableControl.ScrollStateVScrollVisible ScrollableControl.ScrollStateUserHasScrolled ScrollableControl.ScrollStateFullDrag ScrollableControl.GetScrollState(int) ScrollableControl.OnMouseWheel(MouseEventArgs) ScrollableControl.OnRightToLeftChanged(EventArgs) ScrollableControl.OnPaintBackground(PaintEventArgs) ScrollableControl.OnPaddingChanged(EventArgs) ScrollableControl.OnVisibleChanged(EventArgs) ScrollableControl.ScaleControl(SizeF, BoundsSpecified) ScrollableControl.SetDisplayRectLocation(int, int) ScrollableControl.ScrollControlIntoView(Control) ScrollableControl.ScrollToControl(Control) ScrollableControl.OnScroll(ScrollEventArgs) ScrollableControl.SetAutoScrollMargin(int, int) ScrollableControl.SetScrollState(int, bool) ScrollableControl.AutoScroll ScrollableControl.AutoScrollMargin ScrollableControl.AutoScrollPosition ScrollableControl.AutoScrollMinSize ScrollableControl.DisplayRectangle ScrollableControl.HScroll ScrollableControl.HorizontalScroll ScrollableControl.VScroll ScrollableControl.VerticalScroll ScrollableControl.Scroll Control.GetAccessibilityObjectById(int) Control.SetAutoSizeMode(AutoSizeMode) Control.GetAutoSizeMode() Control.GetPreferredSize(Size) Control.AccessibilityNotifyClients(AccessibleEvents, int) Control.AccessibilityNotifyClients(AccessibleEvents, int, int) Control.BeginInvoke(Delegate) Control.BeginInvoke(Delegate, params object[]) Control.BringToFront() Control.Contains(Control) Control.CreateAccessibilityInstance() Control.CreateControlsInstance() Control.CreateGraphics() Control.CreateHandle() Control.CreateControl() Control.DefWndProc(ref Message) Control.DestroyHandle() Control.DoDragDrop(object, DragDropEffects) Control.DrawToBitmap(Bitmap, Rectangle) Control.EndInvoke(IAsyncResult) Control.FindForm() Control.GetTopLevel() Control.RaiseKeyEvent(object, KeyEventArgs) Control.RaiseMouseEvent(object, MouseEventArgs) Control.Focus() Control.FromChildHandle(IntPtr) Control.FromHandle(IntPtr) Control.GetChildAtPoint(Point, GetChildAtPointSkip) Control.GetChildAtPoint(Point) Control.GetContainerControl() Control.GetScaledBounds(Rectangle, SizeF, BoundsSpecified) Control.GetNextControl(Control, bool) Control.GetStyle(ControlStyles) Control.Hide() Control.InitLayout() Control.Invalidate(Region) Control.Invalidate(Region, bool) Control.Invalidate() Control.Invalidate(bool) Control.Invalidate(Rectangle) Control.Invalidate(Rectangle, bool) Control.Invoke(Delegate) Control.Invoke(Delegate, params object[]) Control.InvokePaint(Control, PaintEventArgs) Control.InvokePaintBackground(Control, PaintEventArgs) Control.IsKeyLocked(Keys) Control.IsInputChar(char) Control.IsInputKey(Keys) Control.IsMnemonic(char, string) Control.LogicalToDeviceUnits(int) Control.LogicalToDeviceUnits(Size) Control.ScaleBitmapLogicalToDevice(ref Bitmap) Control.NotifyInvalidate(Rectangle) Control.InvokeOnClick(Control, EventArgs) Control.OnAutoSizeChanged(EventArgs) Control.OnBackColorChanged(EventArgs) Control.OnBackgroundImageChanged(EventArgs) Control.OnBackgroundImageLayoutChanged(EventArgs) Control.OnBindingContextChanged(EventArgs) Control.OnCausesValidationChanged(EventArgs) Control.OnContextMenuChanged(EventArgs) Control.OnContextMenuStripChanged(EventArgs) Control.OnCursorChanged(EventArgs) Control.OnDockChanged(EventArgs) Control.OnEnabledChanged(EventArgs) Control.OnForeColorChanged(EventArgs) Control.OnNotifyMessage(Message) Control.OnParentBackColorChanged(EventArgs) Control.OnParentBackgroundImageChanged(EventArgs) Control.OnParentBindingContextChanged(EventArgs) Control.OnParentCursorChanged(EventArgs) Control.OnParentEnabledChanged(EventArgs) Control.OnParentFontChanged(EventArgs) Control.OnParentForeColorChanged(EventArgs) Control.OnParentRightToLeftChanged(EventArgs) Control.OnParentVisibleChanged(EventArgs) Control.OnPrint(PaintEventArgs) Control.OnTabIndexChanged(EventArgs) Control.OnTabStopChanged(EventArgs) Control.OnTextChanged(EventArgs) Control.OnClick(EventArgs) Control.OnClientSizeChanged(EventArgs) Control.OnControlAdded(ControlEventArgs) Control.OnControlRemoved(ControlEventArgs) Control.OnHandleCreated(EventArgs) Control.OnLocationChanged(EventArgs) Control.OnHandleDestroyed(EventArgs) Control.OnDoubleClick(EventArgs) Control.OnDragEnter(DragEventArgs) Control.OnDragOver(DragEventArgs) Control.OnDragLeave(EventArgs) Control.OnDragDrop(DragEventArgs) Control.OnGiveFeedback(GiveFeedbackEventArgs) Control.OnEnter(EventArgs) Control.InvokeGotFocus(Control, EventArgs) Control.OnGotFocus(EventArgs) Control.OnHelpRequested(HelpEventArgs) Control.OnInvalidated(InvalidateEventArgs) Control.OnKeyDown(KeyEventArgs) Control.OnKeyPress(KeyPressEventArgs) Control.OnKeyUp(KeyEventArgs) Control.OnLeave(EventArgs) Control.InvokeLostFocus(Control, EventArgs) Control.OnLostFocus(EventArgs) Control.OnMarginChanged(EventArgs) Control.OnMouseDoubleClick(MouseEventArgs) Control.OnMouseClick(MouseEventArgs) Control.OnMouseCaptureChanged(EventArgs) Control.OnMouseEnter(EventArgs) Control.OnMouseLeave(EventArgs) Control.OnDpiChangedBeforeParent(EventArgs) Control.OnDpiChangedAfterParent(EventArgs) Control.OnMouseHover(EventArgs) Control.OnMouseMove(MouseEventArgs) Control.OnMouseUp(MouseEventArgs) Control.OnMove(EventArgs) Control.OnPaint(PaintEventArgs) Control.OnQueryContinueDrag(QueryContinueDragEventArgs) Control.OnRegionChanged(EventArgs) Control.OnPreviewKeyDown(PreviewKeyDownEventArgs) Control.OnSizeChanged(EventArgs) Control.OnChangeUICues(UICuesEventArgs) Control.OnStyleChanged(EventArgs) Control.OnSystemColorsChanged(EventArgs) Control.OnValidating(CancelEventArgs) Control.OnValidated(EventArgs) Control.RescaleConstantsForDpi(int, int) Control.PerformLayout() Control.PerformLayout(Control, string) Control.PointToClient(Point) Control.PointToScreen(Point) Control.PreProcessMessage(ref Message) Control.PreProcessControlMessage(ref Message) Control.ProcessKeyEventArgs(ref Message) Control.ProcessKeyMessage(ref Message) Control.ProcessKeyPreview(ref Message) Control.RaiseDragEvent(object, DragEventArgs) Control.RaisePaintEvent(object, PaintEventArgs) Control.RecreateHandle() Control.RectangleToClient(Rectangle) Control.RectangleToScreen(Rectangle) Control.ReflectMessage(IntPtr, ref Message) Control.Refresh() Control.ResetMouseEventArgs() Control.ResetText() Control.ResumeLayout() Control.ResumeLayout(bool) Control.Scale(SizeF) Control.Select() Control.SelectNextControl(Control, bool, bool, bool, bool) Control.SendToBack() Control.SetBounds(int, int, int, int) Control.SetBounds(int, int, int, int, BoundsSpecified) Control.SetBoundsCore(int, int, int, int, BoundsSpecified) Control.SetClientSizeCore(int, int) Control.SizeFromClientSize(Size) Control.SetStyle(ControlStyles, bool) Control.SetTopLevel(bool) Control.SetVisibleCore(bool) Control.RtlTranslateAlignment(HorizontalAlignment) Control.RtlTranslateAlignment(LeftRightAlignment) Control.RtlTranslateAlignment(ContentAlignment) Control.RtlTranslateHorizontal(HorizontalAlignment) Control.RtlTranslateLeftRight(LeftRightAlignment) Control.RtlTranslateContent(ContentAlignment) Control.Show() Control.SuspendLayout() Control.Update() Control.UpdateBounds() Control.UpdateBounds(int, int, int, int) Control.UpdateBounds(int, int, int, int, int, int) Control.UpdateZOrder() Control.UpdateStyles() Control.OnImeModeChanged(EventArgs) Control.AccessibilityObject Control.AccessibleDefaultActionDescription Control.AccessibleDescription Control.AccessibleName Control.AccessibleRole Control.AllowDrop Control.Anchor Control.AutoScrollOffset Control.LayoutEngine Control.BackColor Control.BackgroundImage Control.BackgroundImageLayout Control.Bottom Control.Bounds Control.CanFocus Control.CanRaiseEvents Control.CanSelect Control.Capture Control.CausesValidation Control.CheckForIllegalCrossThreadCalls Control.ClientRectangle Control.ClientSize Control.CompanyName Control.ContainsFocus Control.ContextMenu Control.ContextMenuStrip Control.Controls Control.Created Control.Cursor Control.DataBindings Control.DefaultBackColor Control.DefaultCursor Control.DefaultFont Control.DefaultForeColor Control.DefaultMargin Control.DefaultMaximumSize Control.DefaultMinimumSize Control.DefaultPadding Control.DeviceDpi Control.IsDisposed Control.Disposing Control.Dock Control.DoubleBuffered Control.Enabled Control.Focused Control.Font Control.FontHeight Control.ForeColor Control.Handle Control.HasChildren Control.Height Control.IsHandleCreated Control.InvokeRequired Control.IsAccessible Control.IsMirrored Control.Left Control.Location Control.Margin Control.MaximumSize Control.MinimumSize Control.ModifierKeys Control.MouseButtons Control.MousePosition Control.Name Control.Parent Control.ProductName Control.ProductVersion Control.RecreatingHandle Control.Region Control.RenderRightToLeft Control.ResizeRedraw Control.Right Control.RightToLeft Control.ScaleChildren Control.Site Control.Size Control.TabIndex Control.TabStop Control.Tag Control.Text Control.Top Control.TopLevelControl Control.ShowKeyboardCues Control.ShowFocusCues Control.UseWaitCursor Control.Visible Control.Width Control.PreferredSize Control.Padding Control.DefaultImeMode Control.ImeMode Control.ImeModeBase Control.PropagatingImeMode Control.BackColorChanged Control.BackgroundImageChanged Control.BackgroundImageLayoutChanged Control.BindingContextChanged Control.CausesValidationChanged Control.ClientSizeChanged Control.ContextMenuChanged Control.ContextMenuStripChanged Control.CursorChanged Control.DockChanged Control.EnabledChanged Control.FontChanged Control.ForeColorChanged Control.LocationChanged Control.MarginChanged Control.RegionChanged Control.RightToLeftChanged Control.SizeChanged Control.TabIndexChanged Control.TabStopChanged Control.TextChanged Control.VisibleChanged Control.Click Control.ControlAdded Control.ControlRemoved Control.DragDrop Control.DragEnter Control.DragOver Control.DragLeave Control.GiveFeedback Control.HandleCreated Control.HandleDestroyed Control.HelpRequested Control.Invalidated Control.PaddingChanged Control.Paint Control.QueryContinueDrag Control.QueryAccessibilityHelp Control.DoubleClick Control.Enter Control.GotFocus Control.KeyDown Control.KeyPress Control.KeyUp Control.Layout Control.Leave Control.LostFocus Control.MouseClick Control.MouseDoubleClick Control.MouseCaptureChanged Control.MouseDown Control.MouseEnter Control.MouseLeave Control.DpiChangedBeforeParent Control.DpiChangedAfterParent Control.MouseHover Control.MouseMove Control.MouseUp Control.MouseWheel Control.Move Control.PreviewKeyDown Control.Resize Control.ChangeUICues Control.StyleChanged Control.SystemColorsChanged Control.Validating Control.Validated Control.ParentChanged Control.ImeModeChanged Component.Dispose() Component.GetService(Type) Component.ToString() Component.Events Component.Container Component.DesignMode Component.Disposed MarshalByRefObject.MemberwiseClone(bool) MarshalByRefObject.GetLifetimeService() MarshalByRefObject.InitializeLifetimeService() MarshalByRefObject.CreateObjRef(Type) object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Internal Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class DefaultExplorerBar : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IUIControl, IDisposable Constructors DefaultExplorerBar() This is the implementation for the default explorer bar of a view. Declaration public DefaultExplorerBar() Methods Dispose(bool) Clean up any resources being used. Declaration protected override void Dispose(bool disposing) Parameters Type Name Description bool disposing true if managed resources should be disposed; otherwise, false. Overrides ContainerControl.Dispose(bool) Implements IDropTarget ISynchronizeInvoke IWin32Window IBindableComponent IComponent IContainerControl IUIControl IDisposable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class DefaultExplorerBar The default implementation of the explorer bar in case the view controller is not implementing a custom one. Inheritance System.Object DefaultExplorerBar Implements IUIControl System.IDisposable Namespace : Sdl.Desktop.IntegrationApi.Internal Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class DefaultExplorerBar : UserControl, IUIControl, IDisposable Constructors DefaultExplorerBar() This is the implementation for the default explorer bar of a view. Declaration public DefaultExplorerBar() Methods Dispose(Boolean) Clean up any resources being used. Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing true if managed resources should be disposed; otherwise, false. Implements IUIControl System.IDisposable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Internal.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Internal.html", @@ -3367,17 +3067,17 @@ "api/integration/Sdl.Desktop.IntegrationApi.ISettingsAware-1.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.ISettingsAware-1.html", "title": "Interface ISettingsAware", - "keywords": "Interface ISettingsAware Interface to mark a class with a certain Settings Namespace : Sdl Sdl.Desktop IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface ISettingsAware Type Parameters Name Description TSettings Properties Settings Gets/Sets the settings Declaration TSettings Settings { get; set; } Property Value Type Description TSettings Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ISettingsAware Interface to mark a class with a certain Settings Namespace : Sdl.Desktop.IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface ISettingsAware Type Parameters Name Description TSettings Properties Settings Gets/Sets the settings Declaration TSettings Settings { get; set; } Property Value Type Description TSettings Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.IViewContext.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.IViewContext.html", "title": "Interface IViewContext", - "keywords": "Interface IViewContext The contract defining context view informations. Namespace : Sdl Sdl.Desktop IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IViewContext Properties Available Returns whether this view is currently available. Declaration bool Available { get; } Property Value Type Description bool Description Returns the description of this view. Declaration string Description { get; } Property Value Type Description string Enabled Returns whether this view is currently enabled. Declaration bool Enabled { get; } Property Value Type Description bool Icon Returns an icon representing this view. Can be null. Declaration Icon Icon { get; } Property Value Type Description Icon Id Returns the unique id of the view. Declaration string Id { get; } Property Value Type Description string Name Returns the friendly name of this view. Declaration string Name { get; } Property Value Type Description string Shortcut Returns a shortcut which can be used to activate this view. Declaration Keys Shortcut { get; } Property Value Type Description Keys Events AvailableChanged Raised when the value of the Available property changes. Declaration event EventHandler AvailableChanged Event Type Type Description EventHandler EnabledChanged Raised when the value of the Enabled property changes. Declaration event EventHandler EnabledChanged Event Type Type Description EventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IViewContext The contract defining context view informations. Namespace : Sdl.Desktop.IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IViewContext Properties Available Returns whether this view is currently available. Declaration bool Available { get; } Property Value Type Description System.Boolean Description Returns the description of this view. Declaration string Description { get; } Property Value Type Description System.String Enabled Returns whether this view is currently enabled. Declaration bool Enabled { get; } Property Value Type Description System.Boolean Icon Returns an icon representing this view. Can be null. Declaration Icon Icon { get; } Property Value Type Description System.Drawing.Icon Id Returns the unique id of the view. Declaration string Id { get; } Property Value Type Description System.String Name Returns the friendly name of this view. Declaration string Name { get; } Property Value Type Description System.String Shortcut Returns a shortcut which can be used to activate this view. Declaration Keys Shortcut { get; } Property Value Type Description System.Windows.Forms.Keys Events AvailableChanged Raised when the value of the Available property changes. Declaration event EventHandler AvailableChanged Event Type Type Description System.EventHandler EnabledChanged Raised when the value of the Enabled property changes. Declaration event EventHandler EnabledChanged Event Type Type Description System.EventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.html", "title": "Class ExecuteExternalJobEvent", - "keywords": "Class ExecuteExternalJobEvent Used for receiving job implementation through the API Inheritance object ExecuteExternalJobEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Jobs Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class ExecuteExternalJobEvent Constructors ExecuteExternalJobEvent(IExternalJob) Constructor Declaration public ExecuteExternalJobEvent(IExternalJob job) Parameters Type Name Description IExternalJob job Job to be executed Properties Job The external job to be executed by studio Declaration public IExternalJob Job { get; } Property Value Type Description IExternalJob Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ExecuteExternalJobEvent Used for receiving job implementation through the API Inheritance System.Object ExecuteExternalJobEvent 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.Desktop.IntegrationApi.Jobs Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class ExecuteExternalJobEvent Constructors ExecuteExternalJobEvent(IExternalJob) Constructor Declaration public ExecuteExternalJobEvent(IExternalJob job) Parameters Type Name Description IExternalJob job Job to be executed Properties Job The external job to be executed by studio Declaration public IExternalJob Job { get; } Property Value Type Description IExternalJob Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Jobs.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Jobs.html", @@ -3387,42 +3087,42 @@ "api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJob.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJob.html", "title": "Interface IExternalJob", - "keywords": "Interface IExternalJob Interface to define a relay job Namespace : Sdl Sdl.Desktop IntegrationApi Jobs Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IExternalJob Properties JobData Custom data specific to the job Declaration IDictionary JobData { get; set; } Property Value Type Description IDictionary string object JobName Name of the job Declaration string JobName { get; } Property Value Type Description string Methods Execute(IExternalJobExecutionContext) Triggers the job execution Declaration void Execute(IExternalJobExecutionContext externalExecutionContext) Parameters Type Name Description IExternalJobExecutionContext externalExecutionContext JobCanceled(object, EventArgs) Can handle job canceling from studio Declaration void JobCanceled(object sender, EventArgs e) Parameters Type Name Description object sender EventArgs e Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IExternalJob Interface to define a relay job Namespace : Sdl.Desktop.IntegrationApi.Jobs Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IExternalJob Properties JobData Custom data specific to the job Declaration IDictionary JobData { get; set; } Property Value Type Description System.Collections.Generic.IDictionary < System.String , System.Object > JobName Name of the job Declaration string JobName { get; } Property Value Type Description System.String Methods Execute(IExternalJobExecutionContext) Triggers the job execution Declaration void Execute(IExternalJobExecutionContext externalExecutionContext) Parameters Type Name Description IExternalJobExecutionContext externalExecutionContext JobCanceled(Object, EventArgs) Can handle job canceling from studio Declaration void JobCanceled(object sender, EventArgs e) Parameters Type Name Description System.Object sender System.EventArgs e Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJobExecutionContext.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJobExecutionContext.html", "title": "Interface IExternalJobExecutionContext", - "keywords": "Interface IExternalJobExecutionContext Namespace : Sdl Sdl.Desktop IntegrationApi Jobs Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IExternalJobExecutionContext Properties CancelRequested True if the job request was cancelled by the user. When this property returns true, just return from the Execute(IExternalJobExecutionContext) method to complete the cancellation process. Declaration bool CancelRequested { get; } Property Value Type Description bool Methods Cancel() Call this method to cancel to job request. Declaration void Cancel() Remarks After calling this method, you must return from the Execute(IExternalJobExecutionContext) method to complete the cancellation process. ReportProgress(int, string) Reports progress on this job. Declaration void ReportProgress(int percentComplete, string statusMessage) Parameters Type Name Description int percentComplete The percentage (0-100) of this job that is currently completed. string statusMessage A message indicating which operation the job is currently performing. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IExternalJobExecutionContext Namespace : Sdl.Desktop.IntegrationApi.Jobs Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IExternalJobExecutionContext Properties CancelRequested True if the job request was cancelled by the user. When this property returns true, just return from the Execute(IExternalJobExecutionContext) method to complete the cancellation process. Declaration bool CancelRequested { get; } Property Value Type Description System.Boolean Methods Cancel() Call this method to cancel to job request. Declaration void Cancel() Remarks After calling this method, you must return from the Execute(IExternalJobExecutionContext) method to complete the cancellation process. ReportProgress(Int32, String) Reports progress on this job. Declaration void ReportProgress(int percentComplete, string statusMessage) Parameters Type Name Description System.Int32 percentComplete The percentage (0-100) of this job that is currently completed. System.String statusMessage A message indicating which operation the job is currently performing. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress.html", "title": "Interface IExternalJobWithProgress", - "keywords": "Interface IExternalJobWithProgress Interface for jobs with progressbar Inherited Members IExternalJob.JobCanceled(object, EventArgs) IExternalJob.Execute(IExternalJobExecutionContext) IExternalJob.JobName IExternalJob.JobData Namespace : Sdl Sdl.Desktop IntegrationApi Jobs Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IExternalJobWithProgress : IExternalJob Events ProgressReported Handler to update the progressbar Declaration event EventHandler ProgressReported Event Type Type Description EventHandler JobProgressArgs Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IExternalJobWithProgress Interface for jobs with progressbar Inherited Members IExternalJob.JobCanceled(Object, EventArgs) IExternalJob.Execute(IExternalJobExecutionContext) IExternalJob.JobName IExternalJob.JobData Namespace : Sdl.Desktop.IntegrationApi.Jobs Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IExternalJobWithProgress : IExternalJob Events ProgressReported Handler to update the progressbar Declaration event EventHandler ProgressReported Event Type Type Description System.EventHandler < JobProgressArgs > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.html", "title": "Class JobFinishedArgs", - "keywords": "Class JobFinishedArgs Inheritance object EventArgs JobFinishedArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Jobs Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class JobFinishedArgs : EventArgs Constructors JobFinishedArgs() Declaration public JobFinishedArgs() Fields Result Result of the job Declaration public object Result Field Value Type Description object Success Indicates if the job was finished successfully Declaration public bool Success Field Value Type Description bool Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class JobFinishedArgs Inheritance System.Object System.EventArgs JobFinishedArgs Inherited Members System.EventArgs.Empty 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.Desktop.IntegrationApi.Jobs Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class JobFinishedArgs : EventArgs Constructors JobFinishedArgs() Declaration public JobFinishedArgs() Fields Result Result of the job Declaration public object Result Field Value Type Description System.Object Success Indicates if the job was finished successfully Declaration public bool Success Field Value Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.html", "title": "Class JobProgressArgs", - "keywords": "Class JobProgressArgs Argument for updating the progressbar of the Job Inheritance object EventArgs JobProgressArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Jobs Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class JobProgressArgs : EventArgs Constructors JobProgressArgs() Declaration public JobProgressArgs() Properties PercentComplete Value to for progressbar Declaration public int PercentComplete { get; set; } Property Value Type Description int StatusMessage A message to be displayed to the user Declaration public string StatusMessage { get; set; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class JobProgressArgs Argument for updating the progressbar of the Job Inheritance System.Object System.EventArgs JobProgressArgs Inherited Members System.EventArgs.Empty 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.Desktop.IntegrationApi.Jobs Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class JobProgressArgs : EventArgs Constructors JobProgressArgs() Declaration public JobProgressArgs() Properties PercentComplete Value to for progressbar Declaration public int PercentComplete { get; set; } Property Value Type Description System.Int32 StatusMessage A message to be displayed to the user Declaration public string StatusMessage { get; set; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.html", "title": "Class AddStudioGroupNotificationEvent", - "keywords": "Class AddStudioGroupNotificationEvent Publish this event through the IEventAggregator in order to add another group of notifications to the Notifications View Inheritance object AddStudioGroupNotificationEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Sdl.Desktop.IntegrationApi.Notifications Events Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class AddStudioGroupNotificationEvent Constructors AddStudioGroupNotificationEvent(IStudioGroupNotification) The AddStudioGroupNotificationEvent constructor Declaration public AddStudioGroupNotificationEvent(IStudioGroupNotification notificationGroup) Parameters Type Name Description IStudioGroupNotification notificationGroup The notification group Properties NotificationGroup The INotificationGroup that will be added to the Notifications View Declaration public IStudioGroupNotification NotificationGroup { get; } Property Value Type Description IStudioGroupNotification Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AddStudioGroupNotificationEvent Publish this event through the IEventAggregator in order to add another group of notifications to the Notifications View Inheritance System.Object AddStudioGroupNotificationEvent 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.Desktop.IntegrationApi.Notifications.Events Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class AddStudioGroupNotificationEvent Constructors AddStudioGroupNotificationEvent(IStudioGroupNotification) The AddStudioGroupNotificationEvent constructor Declaration public AddStudioGroupNotificationEvent(IStudioGroupNotification notificationGroup) Parameters Type Name Description IStudioGroupNotification notificationGroup The notification group Properties NotificationGroup The INotificationGroup that will be added to the Notifications View Declaration public IStudioGroupNotification NotificationGroup { get; } Property Value Type Description IStudioGroupNotification Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.html", "title": "Class AddStudioNotificationOrCreateGroupEvent", - "keywords": "Class AddStudioNotificationOrCreateGroupEvent Use this event if you want to add a notification to a certain group. In case the group does not exist, this will also create a group to hold the notification Inheritance object AddStudioNotificationOrCreateGroupEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Sdl.Desktop.IntegrationApi.Notifications Events Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class AddStudioNotificationOrCreateGroupEvent Constructors AddStudioNotificationOrCreateGroupEvent(string, IStudioNotification, string) Adds the given notification to a group with the given key and specifies a group title Declaration public AddStudioNotificationOrCreateGroupEvent(string groupNotificationKey, IStudioNotification notification, string newGroupTitle) Parameters Type Name Description string groupNotificationKey The unique group key IStudioNotification notification The dotification to be added string newGroupTitle The group title Properties GroupNotificationKey The unique identifier for the group to which the notification needs to be added Declaration public string GroupNotificationKey { get; set; } Property Value Type Description string NewGroupTitle The title for the group in case it needs to be created Declaration public string NewGroupTitle { get; set; } Property Value Type Description string Notification The notification to be added Declaration public IStudioNotification Notification { get; set; } Property Value Type Description IStudioNotification Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AddStudioNotificationOrCreateGroupEvent Use this event if you want to add a notification to a certain group. In case the group does not exist, this will also create a group to hold the notification Inheritance System.Object AddStudioNotificationOrCreateGroupEvent 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.Desktop.IntegrationApi.Notifications.Events Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class AddStudioNotificationOrCreateGroupEvent Constructors AddStudioNotificationOrCreateGroupEvent(String, IStudioNotification, String) Adds the given notification to a group with the given key and specifies a group title Declaration public AddStudioNotificationOrCreateGroupEvent(string groupNotificationKey, IStudioNotification notification, string newGroupTitle) Parameters Type Name Description System.String groupNotificationKey The unique group key IStudioNotification notification The dotification to be added System.String newGroupTitle The group title Properties GroupNotificationKey The unique identifier for the group to which the notification needs to be added Declaration public string GroupNotificationKey { get; set; } Property Value Type Description System.String NewGroupTitle The title for the group in case it needs to be created Declaration public string NewGroupTitle { get; set; } Property Value Type Description System.String Notification The notification to be added Declaration public IStudioNotification Notification { get; set; } Property Value Type Description IStudioNotification Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.html", "title": "Class AddStudioNotificationToGroupEvent", - "keywords": "Class AddStudioNotificationToGroupEvent Publish this event through the IEventAggregator in order to add another notification to an existing NotificationGroup within the Notifications View Inheritance object AddStudioNotificationToGroupEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Sdl.Desktop.IntegrationApi.Notifications Events Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class AddStudioNotificationToGroupEvent Constructors AddStudioNotificationToGroupEvent(string, IStudioNotification) The AddNotificationToGroupEvent constructor Declaration public AddStudioNotificationToGroupEvent(string groupKey, IStudioNotification notification) Parameters Type Name Description string groupKey Unique group identifier IStudioNotification notification The notification Properties GroupKey Unique Group identifier Declaration public string GroupKey { get; } Property Value Type Description string Notification The Notification that will be added to the group identified by the GroupKey Declaration public IStudioNotification Notification { get; } Property Value Type Description IStudioNotification Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AddStudioNotificationToGroupEvent Publish this event through the IEventAggregator in order to add another notification to an existing NotificationGroup within the Notifications View Inheritance System.Object AddStudioNotificationToGroupEvent 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.Desktop.IntegrationApi.Notifications.Events Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class AddStudioNotificationToGroupEvent Constructors AddStudioNotificationToGroupEvent(String, IStudioNotification) The AddNotificationToGroupEvent constructor Declaration public AddStudioNotificationToGroupEvent(string groupKey, IStudioNotification notification) Parameters Type Name Description System.String groupKey Unique group identifier IStudioNotification notification The notification Properties GroupKey Unique Group identifier Declaration public string GroupKey { get; } Property Value Type Description System.String Notification The Notification that will be added to the group identified by the GroupKey Declaration public IStudioNotification Notification { get; } Property Value Type Description IStudioNotification Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.html", @@ -3432,32 +3132,32 @@ "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.html", "title": "Class RemoveStudioGroupNotificationEvent", - "keywords": "Class RemoveStudioGroupNotificationEvent Publish this event through the IEventAggregator in order to remove a group of notifications from the Notifications View Inheritance object RemoveStudioGroupNotificationEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Sdl.Desktop.IntegrationApi.Notifications Events Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class RemoveStudioGroupNotificationEvent Constructors RemoveStudioGroupNotificationEvent(string) The RemoveStudioGroupNotificationEvent constructor Declaration public RemoveStudioGroupNotificationEvent(string groupKey) Parameters Type Name Description string groupKey Unique group identifier Properties GroupKey The unique identifier of the group to be removed Declaration public string GroupKey { get; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class RemoveStudioGroupNotificationEvent Publish this event through the IEventAggregator in order to remove a group of notifications from the Notifications View Inheritance System.Object RemoveStudioGroupNotificationEvent 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.Desktop.IntegrationApi.Notifications.Events Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class RemoveStudioGroupNotificationEvent Constructors RemoveStudioGroupNotificationEvent(String) The RemoveStudioGroupNotificationEvent constructor Declaration public RemoveStudioGroupNotificationEvent(string groupKey) Parameters Type Name Description System.String groupKey Unique group identifier Properties GroupKey The unique identifier of the group to be removed Declaration public string GroupKey { get; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.html", "title": "Class RemoveStudioNotificationFromGroupEvent", - "keywords": "Class RemoveStudioNotificationFromGroupEvent Use this event if you want to remove a specific notification from an existing group Inheritance object RemoveStudioNotificationFromGroupEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Sdl.Desktop.IntegrationApi.Notifications Events Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class RemoveStudioNotificationFromGroupEvent Constructors RemoveStudioNotificationFromGroupEvent(string, Guid) Declaration public RemoveStudioNotificationFromGroupEvent(string notificationGroupKey, Guid notificationGuid) Parameters Type Name Description string notificationGroupKey Unique identifier for the group Guid notificationGuid Unique identifier for the notification Properties NotificationGroupKey Unique identifier for the group from which the notification will be deleted from Declaration public string NotificationGroupKey { get; } Property Value Type Description string NotificationGuid Unique identifier for the notification Declaration public Guid NotificationGuid { get; } Property Value Type Description Guid Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class RemoveStudioNotificationFromGroupEvent Use this event if you want to remove a specific notification from an existing group Inheritance System.Object RemoveStudioNotificationFromGroupEvent 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.Desktop.IntegrationApi.Notifications.Events Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class RemoveStudioNotificationFromGroupEvent Constructors RemoveStudioNotificationFromGroupEvent(String, Guid) Declaration public RemoveStudioNotificationFromGroupEvent(string notificationGroupKey, Guid notificationGuid) Parameters Type Name Description System.String notificationGroupKey Unique identifier for the group System.Guid notificationGuid Unique identifier for the notification Properties NotificationGroupKey Unique identifier for the group from which the notification will be deleted from Declaration public string NotificationGroupKey { get; } Property Value Type Description System.String NotificationGuid Unique identifier for the notification Declaration public Guid NotificationGuid { get; } Property Value Type Description System.Guid Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.html", "title": "Class ShowStudioNotificationsViewEvent", - "keywords": "Class ShowStudioNotificationsViewEvent Publish this event through the IEventAggregator in order to show the Notifications View Inheritance object ShowStudioNotificationsViewEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Sdl.Desktop.IntegrationApi.Notifications Events Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class ShowStudioNotificationsViewEvent Constructors ShowStudioNotificationsViewEvent(bool, bool) The ShowStudioNotificationsViewEvent constructor Declaration public ShowStudioNotificationsViewEvent(bool showNotifications, bool setFocus) Parameters Type Name Description bool showNotifications Display the notifications control in the current view bool setFocus Sets focus on the notifications control Properties SetFocus Sets focus on the notifications control. Useful in cases where the docking location of the view part is set to Auto Hide; retaining focus would keep the view part active on screen as opposed to being dismissed after a 2 second interval. Declaration public bool SetFocus { get; } Property Value Type Description bool ShowNotifications Display the notifications control in the current view Declaration public bool ShowNotifications { get; } Property Value Type Description bool Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ShowStudioNotificationsViewEvent Publish this event through the IEventAggregator in order to show the Notifications View Inheritance System.Object ShowStudioNotificationsViewEvent 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.Desktop.IntegrationApi.Notifications.Events Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class ShowStudioNotificationsViewEvent Constructors ShowStudioNotificationsViewEvent(Boolean, Boolean) The ShowStudioNotificationsViewEvent constructor Declaration public ShowStudioNotificationsViewEvent(bool showNotifications, bool setFocus) Parameters Type Name Description System.Boolean showNotifications Display the notifications control in the current view System.Boolean setFocus Sets focus on the notifications control Properties SetFocus Sets focus on the notifications control. Useful in cases where the docking location of the view part is set to Auto Hide; retaining focus would keep the view part active on screen as opposed to being dismissed after a 2 second interval. Declaration public bool SetFocus { get; } Property Value Type Description System.Boolean ShowNotifications Display the notifications control in the current view Declaration public bool ShowNotifications { get; } Property Value Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.StudioWindowCreatedNotificationEvent.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.StudioWindowCreatedNotificationEvent.html", "title": "Class StudioWindowCreatedNotificationEvent", - "keywords": "Class StudioWindowCreatedNotificationEvent Event for the EventAggregator - raised when the Studio window is visible Inheritance object StudioWindowCreatedNotificationEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Sdl.Desktop.IntegrationApi.Notifications Events Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class StudioWindowCreatedNotificationEvent Constructors StudioWindowCreatedNotificationEvent() Declaration public StudioWindowCreatedNotificationEvent() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class StudioWindowCreatedNotificationEvent Event for the EventAggregator - raised when the Studio window is visible Inheritance System.Object StudioWindowCreatedNotificationEvent 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.Desktop.IntegrationApi.Notifications.Events Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class StudioWindowCreatedNotificationEvent Constructors StudioWindowCreatedNotificationEvent() Declaration public StudioWindowCreatedNotificationEvent() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.SettingsBinder.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.SettingsBinder.html", "title": "Class SettingsBinder", - "keywords": "Class SettingsBinder Static helper class for databinding settings to control properties. Inheritance object SettingsBinder Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public static class SettingsBinder Methods DataBindSetting(IBindableComponent, string, ISettingsGroup, string) Databinds a setting to a control property, setting the control font to bold when the settings is not inherited. Declaration public static Binding DataBindSetting(IBindableComponent control, string propertyName, ISettingsGroup settingsGroup, string settingId) Parameters Type Name Description IBindableComponent control The control to which to bind the setting. string propertyName The property of the control to which to bind the setting. ISettingsGroup settingsGroup The settings group that owns the setting. string settingId The id of the setting. Returns Type Description Binding Type Parameters Name Description TSettingValue The value type of the setting. DataBindSetting(RadioButton[], TSettingValue[], ISettingsGroup, string) Databinds a setting to a radiobutton with a specific datasource update mode, setting the control font to bold when the settings is not inherited. Declaration public static Binding DataBindSetting(RadioButton[] radioButtons, TSettingValue[] values, ISettingsGroup settingsGroup, string settingId) where TSettingValue : IComparable Parameters Type Name Description System.Windows.Forms.RadioButton radioButtons The radiobutton to which to bind the setting. values The values to which radio button should be bind. ISettingsGroup settingsGroup The settings group that owns the setting. string settingId The id of the setting. Returns Type Description Binding The binding between the property value of an object and property value of a control. Type Parameters Name Description TSettingValue The value type of the setting." + "keywords": "Class SettingsBinder Static helper class for databinding settings to control properties. Inheritance System.Object SettingsBinder 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.Desktop.IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public static class SettingsBinder Methods DataBindSetting(IBindableComponent, String, ISettingsGroup, String) Databinds a setting to a control property, setting the control font to bold when the settings is not inherited. Declaration public static Binding DataBindSetting(IBindableComponent control, string propertyName, ISettingsGroup settingsGroup, string settingId) Parameters Type Name Description System.Windows.Forms.IBindableComponent control The control to which to bind the setting. System.String propertyName The property of the control to which to bind the setting. ISettingsGroup settingsGroup The settings group that owns the setting. System.String settingId The id of the setting. Returns Type Description System.Windows.Forms.Binding Type Parameters Name Description TSettingValue The value type of the setting. DataBindSetting(RadioButton[], TSettingValue[], ISettingsGroup, String) Databinds a setting to a radiobutton with a specific datasource update mode, setting the control font to bold when the settings is not inherited. Declaration public static Binding DataBindSetting(RadioButton[] radioButtons, TSettingValue[] values, ISettingsGroup settingsGroup, string settingId) where TSettingValue : IComparable Parameters Type Name Description System.Windows.Forms.RadioButton [] radioButtons The radiobutton to which to bind the setting. TSettingValue[] values The values to which radio button should be bind. ISettingsGroup settingsGroup The settings group that owns the setting. System.String settingId The id of the setting. Returns Type Description System.Windows.Forms.Binding The binding between the property value of an object and property value of a control. Type Parameters Name Description TSettingValue The value type of the setting." }, "api/integration/Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.html", "title": "Class VisibilityChangedEventArgs", - "keywords": "Class VisibilityChangedEventArgs Contains the arguments returned by the event fired when a UI controller instance's visibility changes. Inheritance object EventArgs CancelEventArgs VisibilityChangedEventArgs Inherited Members CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class VisibilityChangedEventArgs : CancelEventArgs Constructors VisibilityChangedEventArgs(bool) Initialize the instance of the argument using the changed visibility state value Declaration public VisibilityChangedEventArgs(bool visible) Parameters Type Name Description bool visible The visibility changed state. Properties Visible Gets whether is visible or not. Declaration public bool Visible { get; } Property Value Type Description bool Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class VisibilityChangedEventArgs Contains the arguments returned by the event fired when a UI controller instance's visibility changes. Inheritance System.Object VisibilityChangedEventArgs Namespace : Sdl.Desktop.IntegrationApi Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public class VisibilityChangedEventArgs : CancelEventArgs Constructors VisibilityChangedEventArgs(Boolean) Initialize the instance of the argument using the changed visibility state value Declaration public VisibilityChangedEventArgs(bool visible) Parameters Type Name Description System.Boolean visible The visibility changed state. Properties Visible Gets whether is visible or not. Declaration public bool Visible { get; } Property Value Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Wizard.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Wizard.html", @@ -3467,117 +3167,122 @@ "api/integration/Sdl.Desktop.IntegrationApi.Wizard.IStudioWizardPage.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Wizard.IStudioWizardPage.html", "title": "Interface IStudioWizardPage", - "keywords": "Interface IStudioWizardPage Namespace : Sdl Sdl.Desktop IntegrationApi Wizard Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IStudioWizardPage Properties Data Declaration IDictionary Data { get; } Property Value Type Description IDictionary string object Description Declaration string Description { get; } Property Value Type Description string Icon Declaration Icon Icon { get; } Property Value Type Description Icon Id Declaration string Id { get; } Property Value Type Description string IsAvailable Declaration bool IsAvailable { get; } Property Value Type Description bool Title Declaration string Title { get; } Property Value Type Description string ViewModel Declaration INotifyPropertyChanged ViewModel { get; } Property Value Type Description INotifyPropertyChanged ViewType Declaration Type ViewType { get; } Property Value Type Description Type Methods OnShow() Declaration void OnShow() SetSharedData(IDictionary) Declaration void SetSharedData(IDictionary sharedData) Parameters Type Name Description IDictionary string object sharedData ShowHelp() Declaration void ShowHelp() Submit() Declaration bool Submit() Returns Type Description bool Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IStudioWizardPage Namespace : Sdl.Desktop.IntegrationApi.Wizard Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public interface IStudioWizardPage Properties Data Declaration IDictionary Data { get; } Property Value Type Description System.Collections.Generic.IDictionary < System.String , System.Object > Description Declaration string Description { get; } Property Value Type Description System.String Icon Declaration Icon Icon { get; } Property Value Type Description System.Drawing.Icon Id Declaration string Id { get; } Property Value Type Description System.String IsAvailable Declaration bool IsAvailable { get; } Property Value Type Description System.Boolean Title Declaration string Title { get; } Property Value Type Description System.String ViewModel Declaration INotifyPropertyChanged ViewModel { get; } Property Value Type Description System.ComponentModel.INotifyPropertyChanged ViewType Declaration Type ViewType { get; } Property Value Type Description System.Type Methods OnShow() Declaration void OnShow() SetSharedData(IDictionary) Declaration void SetSharedData(IDictionary sharedData) Parameters Type Name Description System.Collections.Generic.IDictionary < System.String , System.Object > sharedData ShowHelp() Declaration void ShowHelp() Submit() Declaration bool Submit() Returns Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.html": { "href": "api/integration/Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.html", "title": "Class StudioWizardPage", - "keywords": "Class StudioWizardPage Inheritance object StudioWizardPage Implements IStudioWizardPage Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop IntegrationApi Wizard Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class StudioWizardPage : IStudioWizardPage Constructors StudioWizardPage() Declaration protected StudioWizardPage() Properties Data Declaration public IDictionary Data { get; } Property Value Type Description IDictionary string object Description Declaration public abstract string Description { get; } Property Value Type Description string Icon Declaration public abstract Icon Icon { get; } Property Value Type Description Icon Id Declaration public abstract string Id { get; } Property Value Type Description string IsAvailable Declaration public virtual bool IsAvailable { get; } Property Value Type Description bool Title Declaration public abstract string Title { get; } Property Value Type Description string ViewModel Declaration public abstract INotifyPropertyChanged ViewModel { get; } Property Value Type Description INotifyPropertyChanged ViewType Declaration public abstract Type ViewType { get; } Property Value Type Description Type Methods OnShow() Declaration public virtual void OnShow() SetSharedData(IDictionary) Declaration public virtual void SetSharedData(IDictionary sharedData) Parameters Type Name Description IDictionary string object sharedData ShowHelp() Declaration public abstract void ShowHelp() Submit() Declaration public virtual bool Submit() Returns Type Description bool Implements IStudioWizardPage Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class StudioWizardPage Inheritance System.Object StudioWizardPage Implements IStudioWizardPage 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.Desktop.IntegrationApi.Wizard Assembly : Sdl.Desktop.IntegrationApi.dll Syntax public abstract class StudioWizardPage : IStudioWizardPage Constructors StudioWizardPage() Declaration protected StudioWizardPage() Properties Data Declaration public IDictionary Data { get; } Property Value Type Description System.Collections.Generic.IDictionary < System.String , System.Object > Description Declaration public abstract string Description { get; } Property Value Type Description System.String Icon Declaration public abstract Icon Icon { get; } Property Value Type Description System.Drawing.Icon Id Declaration public abstract string Id { get; } Property Value Type Description System.String IsAvailable Declaration public virtual bool IsAvailable { get; } Property Value Type Description System.Boolean Title Declaration public abstract string Title { get; } Property Value Type Description System.String ViewModel Declaration public abstract INotifyPropertyChanged ViewModel { get; } Property Value Type Description System.ComponentModel.INotifyPropertyChanged ViewType Declaration public abstract Type ViewType { get; } Property Value Type Description System.Type Methods OnShow() Declaration public virtual void OnShow() SetSharedData(IDictionary) Declaration public virtual void SetSharedData(IDictionary sharedData) Parameters Type Name Description System.Collections.Generic.IDictionary < System.String , System.Object > sharedData ShowHelp() Declaration public abstract void ShowHelp() Submit() Declaration public virtual bool Submit() Returns Type Description System.Boolean Implements IStudioWizardPage Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.html", "title": "Class ComboboxPlaceholderBehavior", - "keywords": "Class ComboboxPlaceholderBehavior Inheritance object DispatcherObject DependencyObject ComboboxPlaceholderBehavior Inherited Members DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ComboboxPlaceholderBehavior : DependencyObject Constructors ComboboxPlaceholderBehavior() Declaration public ComboboxPlaceholderBehavior() Fields PlaceholderProperty Declaration public static readonly DependencyProperty PlaceholderProperty Field Value Type Description DependencyProperty Methods GetPlaceholder(DependencyObject) Declaration [AttachedPropertyBrowsableForType(typeof(ComboBox))] public static string GetPlaceholder(DependencyObject element) Parameters Type Name Description DependencyObject element Returns Type Description string SetPlaceholder(DependencyObject, string) Declaration [AttachedPropertyBrowsableForType(typeof(ComboBox))] public static void SetPlaceholder(DependencyObject element, string value) Parameters Type Name Description DependencyObject element string value Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ComboboxPlaceholderBehavior Inheritance System.Object ComboboxPlaceholderBehavior Namespace : Sdl.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ComboboxPlaceholderBehavior : DependencyObject Constructors ComboboxPlaceholderBehavior() Declaration public ComboboxPlaceholderBehavior() Fields PlaceholderProperty Declaration public static readonly DependencyProperty PlaceholderProperty Field Value Type Description System.Windows.DependencyProperty Methods GetPlaceholder(DependencyObject) Declaration public static string GetPlaceholder(DependencyObject element) Parameters Type Name Description System.Windows.DependencyObject element Returns Type Description System.String SetPlaceholder(DependencyObject, String) Declaration public static void SetPlaceholder(DependencyObject element, string value) Parameters Type Name Description System.Windows.DependencyObject element System.String value Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.DataGridItemBehavior.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.DataGridItemBehavior.html", "title": "Class DataGridItemBehavior", - "keywords": "Class DataGridItemBehavior Inheritance object DataGridItemBehavior Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class DataGridItemBehavior Fields IsBroughtIntoViewWhenSelectedProperty Declaration public static readonly DependencyProperty IsBroughtIntoViewWhenSelectedProperty Field Value Type Description DependencyProperty Methods GetIsBroughtIntoViewWhenSelected(DataGrid) Declaration public static bool GetIsBroughtIntoViewWhenSelected(DataGrid dataGrid) Parameters Type Name Description DataGrid dataGrid Returns Type Description bool SetIsBroughtIntoViewWhenSelected(DataGrid, bool) Declaration public static void SetIsBroughtIntoViewWhenSelected(DataGrid dataGrid, bool value) Parameters Type Name Description DataGrid dataGrid bool value" + "keywords": "Class DataGridItemBehavior Inheritance System.Object DataGridItemBehavior 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.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class DataGridItemBehavior Fields IsBroughtIntoViewWhenSelectedProperty Declaration public static readonly DependencyProperty IsBroughtIntoViewWhenSelectedProperty Field Value Type Description System.Windows.DependencyProperty Methods GetIsBroughtIntoViewWhenSelected(DataGrid) Declaration public static bool GetIsBroughtIntoViewWhenSelected(DataGrid dataGrid) Parameters Type Name Description System.Windows.Controls.DataGrid dataGrid Returns Type Description System.Boolean SetIsBroughtIntoViewWhenSelected(DataGrid, Boolean) Declaration public static void SetIsBroughtIntoViewWhenSelected(DataGrid dataGrid, bool value) Parameters Type Name Description System.Windows.Controls.DataGrid dataGrid System.Boolean value" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.DragDropBehaviour.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.DragDropBehaviour.html", "title": "Class DragDropBehaviour", - "keywords": "Class DragDropBehaviour Inheritance object DragDropBehaviour Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class DragDropBehaviour Fields DragDropCommand Declaration public static readonly DependencyProperty DragDropCommand Field Value Type Description DependencyProperty Methods GetDragDrop(DependencyObject) Declaration public static ICommand GetDragDrop(DependencyObject o) Parameters Type Name Description DependencyObject o Returns Type Description ICommand SetDragDrop(DependencyObject, ICommand) Declaration public static void SetDragDrop(DependencyObject o, ICommand value) Parameters Type Name Description DependencyObject o ICommand value" + "keywords": "Class DragDropBehaviour Inheritance System.Object DragDropBehaviour 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.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class DragDropBehaviour Fields DragDropCommand Declaration public static readonly DependencyProperty DragDropCommand Field Value Type Description System.Windows.DependencyProperty Methods GetDragDrop(DependencyObject) Declaration public static ICommand GetDragDrop(DependencyObject o) Parameters Type Name Description System.Windows.DependencyObject o Returns Type Description System.Windows.Input.ICommand SetDragDrop(DependencyObject, ICommand) Declaration public static void SetDragDrop(DependencyObject o, ICommand value) Parameters Type Name Description System.Windows.DependencyObject o System.Windows.Input.ICommand value" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory.html", "title": "Class EventBehaviourFactory", - "keywords": "Class EventBehaviourFactory Inheritance object EventBehaviourFactory Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class EventBehaviourFactory Methods CreateCommandExecutionEventBehaviour(RoutedEvent, string, Type) Declaration public static DependencyProperty CreateCommandExecutionEventBehaviour(RoutedEvent routedEvent, string propertyName, Type ownerType) Parameters Type Name Description RoutedEvent routedEvent string propertyName Type ownerType Returns Type Description DependencyProperty" + "keywords": "Class EventBehaviourFactory Inheritance System.Object EventBehaviourFactory 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.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class EventBehaviourFactory Methods CreateCommandExecutionEventBehaviour(RoutedEvent, String, Type) Declaration public static DependencyProperty CreateCommandExecutionEventBehaviour(RoutedEvent routedEvent, string propertyName, Type ownerType) Parameters Type Name Description System.Windows.RoutedEvent routedEvent System.String propertyName System.Type ownerType Returns Type Description System.Windows.DependencyProperty" + }, + "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.html": { + "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.html", + "title": "Class FocusExtension", + "keywords": "Class FocusExtension Behavior to change focus using a binded property partially used this answer https://stackoverflow.com/a/7972361 removed the if (e.OldValue == null) that forced the IsFocused to false/true on lost/got focus in out use case the IsFocus is updated in the view model hence here Inheritance System.Object FocusExtension 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.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class FocusExtension Fields IsFocusedProperty Declaration public static readonly DependencyProperty IsFocusedProperty Field Value Type Description System.Windows.DependencyProperty Methods GetIsFocused(DependencyObject) Declaration public static bool? GetIsFocused(DependencyObject element) Parameters Type Name Description System.Windows.DependencyObject element Returns Type Description System.Nullable < System.Boolean > SetIsFocused(DependencyObject, Nullable) Declaration public static void SetIsFocused(DependencyObject element, bool? value) Parameters Type Name Description System.Windows.DependencyObject element System.Nullable < System.Boolean > value" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.html", "title": "Class FocusOnClickBehaviour", - "keywords": "Class FocusOnClickBehaviour Inheritance object FocusOnClickBehaviour Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class FocusOnClickBehaviour Constructors FocusOnClickBehaviour() Declaration public FocusOnClickBehaviour() Fields ElementToFocusProperty Declaration public static readonly DependencyProperty ElementToFocusProperty Field Value Type Description DependencyProperty Methods ElementToFocusPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs) Declaration public static void ElementToFocusPropertyChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e) Parameters Type Name Description DependencyObject sender DependencyPropertyChangedEventArgs e GetElementToFocus(Button) Declaration public static Control GetElementToFocus(Button button) Parameters Type Name Description Button button Returns Type Description Control SetElementToFocus(Button, Control) Declaration public static void SetElementToFocus(Button button, Control value) Parameters Type Name Description Button button Control value Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class FocusOnClickBehaviour Inheritance System.Object FocusOnClickBehaviour 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.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class FocusOnClickBehaviour Constructors FocusOnClickBehaviour() Declaration public FocusOnClickBehaviour() Fields ElementToFocusProperty Declaration public static readonly DependencyProperty ElementToFocusProperty Field Value Type Description System.Windows.DependencyProperty Methods ElementToFocusPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs) Declaration public static void ElementToFocusPropertyChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e) Parameters Type Name Description System.Windows.DependencyObject sender System.Windows.DependencyPropertyChangedEventArgs e GetElementToFocus(Button) Declaration public static Control GetElementToFocus(Button button) Parameters Type Name Description System.Windows.Controls.Button button Returns Type Description System.Windows.Controls.Control SetElementToFocus(Button, Control) Declaration public static void SetElementToFocus(Button button, Control value) Parameters Type Name Description System.Windows.Controls.Button button System.Windows.Controls.Control value Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.html", "title": "Class HighlightOnValueChanged", - "keywords": "Class HighlightOnValueChanged Attach this property to any input control to bold the control if the input value is different than the default one Inheritance object HighlightOnValueChanged Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class HighlightOnValueChanged Constructors HighlightOnValueChanged() Declaration public HighlightOnValueChanged() Fields CompareToProperty Set the property from which to obtain the current value Declaration public static readonly DependencyProperty CompareToProperty Field Value Type Description DependencyProperty DefaultValueProperty Set the default value. Declaration public static readonly DependencyProperty DefaultValueProperty Field Value Type Description DependencyProperty Methods GetCompareTo(DependencyObject) Declaration public static string GetCompareTo(DependencyObject depObj) Parameters Type Name Description DependencyObject depObj Returns Type Description string GetDefaultValue(DependencyObject) Declaration public static object GetDefaultValue(DependencyObject depObj) Parameters Type Name Description DependencyObject depObj Returns Type Description object SetCompareTo(DependencyObject, string) Declaration public static void SetCompareTo(DependencyObject depObj, string value) Parameters Type Name Description DependencyObject depObj string value SetDefaultValue(DependencyObject, object) Declaration public static void SetDefaultValue(DependencyObject depObj, object value) Parameters Type Name Description DependencyObject depObj object value Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class HighlightOnValueChanged Attach this property to any input control to bold the control if the input value is different than the default one Inheritance System.Object HighlightOnValueChanged 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.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class HighlightOnValueChanged Constructors HighlightOnValueChanged() Declaration public HighlightOnValueChanged() Fields CompareToProperty Set the property from which to obtain the current value Declaration public static readonly DependencyProperty CompareToProperty Field Value Type Description System.Windows.DependencyProperty DefaultValueProperty Set the default value. Declaration public static readonly DependencyProperty DefaultValueProperty Field Value Type Description System.Windows.DependencyProperty Methods GetCompareTo(DependencyObject) Declaration public static string GetCompareTo(DependencyObject depObj) Parameters Type Name Description System.Windows.DependencyObject depObj Returns Type Description System.String GetDefaultValue(DependencyObject) Declaration public static object GetDefaultValue(DependencyObject depObj) Parameters Type Name Description System.Windows.DependencyObject depObj Returns Type Description System.Object SetCompareTo(DependencyObject, String) Declaration public static void SetCompareTo(DependencyObject depObj, string value) Parameters Type Name Description System.Windows.DependencyObject depObj System.String value SetDefaultValue(DependencyObject, Object) Declaration public static void SetDefaultValue(DependencyObject depObj, object value) Parameters Type Name Description System.Windows.DependencyObject depObj System.Object value Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.html", "title": "Namespace Sdl.Desktop.Platform.Controls.Behaviours", - "keywords": "Namespace Sdl.Desktop.Platform.Controls.Behaviours Classes ComboboxPlaceholderBehavior DataGridItemBehavior DragDropBehaviour EventBehaviourFactory FocusOnClickBehaviour HighlightOnValueChanged Attach this property to any input control to bold the control if the input value is different than the default one KeyboardFocusBehaviour Behaviour for assigning keyboard (not logical) focus to element when it is loaded (focus similar to the WinForms focus) NumberOnlyBehaviour Behavior for the NumericTextBox control - prevents users from inputting characters that are not digits PlaceholderAdorner ShowSystemMenuBehavior TextBlockAutoToolTipBehavior TextBoxPlaceholderBehavior TimedAutoHideBehaviour TreeViewBringIntoViewWhenSelectedBehavior TreeViewSelectedItemChangedBehaviour WebBrowserBindableSourceBehavior WebBrowserContentSource Allows specifying a string as the content of a WebBrowser control via a bindable property WindowDragBehavior WindowLoadedBehaviour" + "keywords": "Namespace Sdl.Desktop.Platform.Controls.Behaviours Classes ComboboxPlaceholderBehavior DataGridItemBehavior DragDropBehaviour EventBehaviourFactory FocusExtension Behavior to change focus using a binded property partially used this answer https://stackoverflow.com/a/7972361 removed the if (e.OldValue == null) that forced the IsFocused to false/true on lost/got focus in out use case the IsFocus is updated in the view model hence here FocusOnClickBehaviour HighlightOnValueChanged Attach this property to any input control to bold the control if the input value is different than the default one KeyboardFocusBehaviour Behaviour for assigning keyboard (not logical) focus to element when it is loaded (focus similar to the WinForms focus) NumberOnlyBehaviour Behavior for the NumericTextBox control - prevents users from inputting characters that are not digits PlaceholderAdorner ShowSystemMenuBehavior TextBlockAutoToolTipBehavior TextBoxPlaceholderBehavior TimedAutoHideBehaviour TreeViewBringIntoViewWhenSelectedBehavior TreeViewSelectedItemChangedBehaviour WebBrowserBindableSourceBehavior WebBrowserContentSource Allows specifying a string as the content of a WebBrowser control via a bindable property WindowDragBehavior WindowLoadedBehaviour" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.KeyboardFocusBehaviour.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.KeyboardFocusBehaviour.html", "title": "Class KeyboardFocusBehaviour", - "keywords": "Class KeyboardFocusBehaviour Behaviour for assigning keyboard (not logical) focus to element when it is loaded (focus similar to the WinForms focus) Inheritance object KeyboardFocusBehaviour Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class KeyboardFocusBehaviour Fields OnProperty Target element Declaration public static readonly DependencyProperty OnProperty Field Value Type Description DependencyProperty Methods GetOn(UIElement) Gets target element Declaration public static FrameworkElement GetOn(UIElement element) Parameters Type Name Description UIElement element Returns Type Description FrameworkElement SetOn(UIElement, FrameworkElement) Sets target element Declaration public static void SetOn(UIElement element, FrameworkElement value) Parameters Type Name Description UIElement element FrameworkElement value" + "keywords": "Class KeyboardFocusBehaviour Behaviour for assigning keyboard (not logical) focus to element when it is loaded (focus similar to the WinForms focus) Inheritance System.Object KeyboardFocusBehaviour 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.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class KeyboardFocusBehaviour Fields OnProperty Target element Declaration public static readonly DependencyProperty OnProperty Field Value Type Description System.Windows.DependencyProperty Methods GetOn(UIElement) Gets target element Declaration public static FrameworkElement GetOn(UIElement element) Parameters Type Name Description System.Windows.UIElement element Returns Type Description System.Windows.FrameworkElement SetOn(UIElement, FrameworkElement) Sets target element Declaration public static void SetOn(UIElement element, FrameworkElement value) Parameters Type Name Description System.Windows.UIElement element System.Windows.FrameworkElement value" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.NumberOnlyBehaviour.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.NumberOnlyBehaviour.html", "title": "Class NumberOnlyBehaviour", - "keywords": "Class NumberOnlyBehaviour Behavior for the NumericTextBox control - prevents users from inputting characters that are not digits Inheritance object NumberOnlyBehaviour Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class NumberOnlyBehaviour Fields IsEnabledProperty Declaration public static readonly DependencyProperty IsEnabledProperty Field Value Type Description DependencyProperty Methods GetIsEnabled(Control) Declaration public static bool GetIsEnabled(Control o) Parameters Type Name Description Control o Returns Type Description bool SetIsEnabled(Control, bool) Declaration public static void SetIsEnabled(Control o, bool value) Parameters Type Name Description Control o bool value" + "keywords": "Class NumberOnlyBehaviour Behavior for the NumericTextBox control - prevents users from inputting characters that are not digits Inheritance System.Object NumberOnlyBehaviour 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.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class NumberOnlyBehaviour Fields IsEnabledProperty Declaration public static readonly DependencyProperty IsEnabledProperty Field Value Type Description System.Windows.DependencyProperty Methods GetIsEnabled(Control) Declaration public static bool GetIsEnabled(Control o) Parameters Type Name Description System.Windows.Controls.Control o Returns Type Description System.Boolean SetIsEnabled(Control, Boolean) Declaration public static void SetIsEnabled(Control o, bool value) Parameters Type Name Description System.Windows.Controls.Control o System.Boolean value" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.html", "title": "Class PlaceholderAdorner", - "keywords": "Class PlaceholderAdorner Inheritance object DispatcherObject DependencyObject Visual UIElement FrameworkElement Adorner PlaceholderAdorner Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient Inherited Members Adorner.MeasureOverride(Size) Adorner.GetLayoutClip(Size) Adorner.GetDesiredTransform(GeneralTransform) Adorner.AdornedElement Adorner.IsClipEnabled FrameworkElement.StyleProperty FrameworkElement.OverridesDefaultStyleProperty FrameworkElement.UseLayoutRoundingProperty FrameworkElement.DefaultStyleKeyProperty FrameworkElement.DataContextProperty FrameworkElement.BindingGroupProperty FrameworkElement.LanguageProperty FrameworkElement.NameProperty FrameworkElement.TagProperty FrameworkElement.InputScopeProperty FrameworkElement.RequestBringIntoViewEvent FrameworkElement.SizeChangedEvent FrameworkElement.ActualWidthProperty FrameworkElement.ActualHeightProperty FrameworkElement.LayoutTransformProperty FrameworkElement.WidthProperty FrameworkElement.MinWidthProperty FrameworkElement.MaxWidthProperty FrameworkElement.HeightProperty FrameworkElement.MinHeightProperty FrameworkElement.MaxHeightProperty FrameworkElement.FlowDirectionProperty FrameworkElement.MarginProperty FrameworkElement.HorizontalAlignmentProperty FrameworkElement.VerticalAlignmentProperty FrameworkElement.FocusVisualStyleProperty FrameworkElement.CursorProperty FrameworkElement.ForceCursorProperty FrameworkElement.LoadedEvent FrameworkElement.UnloadedEvent FrameworkElement.ToolTipProperty FrameworkElement.ContextMenuProperty FrameworkElement.ToolTipOpeningEvent FrameworkElement.ToolTipClosingEvent FrameworkElement.ContextMenuOpeningEvent FrameworkElement.ContextMenuClosingEvent FrameworkElement.OnStyleChanged(Style, Style) FrameworkElement.ParentLayoutInvalidated(UIElement) FrameworkElement.ApplyTemplate() FrameworkElement.OnApplyTemplate() FrameworkElement.BeginStoryboard(Storyboard) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool) FrameworkElement.GetVisualChild(int) FrameworkElement.GetTemplateChild(string) FrameworkElement.FindResource(object) FrameworkElement.TryFindResource(object) FrameworkElement.SetResourceReference(DependencyProperty, object) FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs) FrameworkElement.OnVisualParentChanged(DependencyObject) FrameworkElement.GetBindingExpression(DependencyProperty) FrameworkElement.SetBinding(DependencyProperty, BindingBase) FrameworkElement.SetBinding(DependencyProperty, string) FrameworkElement.GetUIParentCore() FrameworkElement.BringIntoView() FrameworkElement.BringIntoView(Rect) FrameworkElement.GetFlowDirection(DependencyObject) FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) FrameworkElement.MeasureCore(Size) FrameworkElement.ArrangeCore(Rect) FrameworkElement.OnRenderSizeChanged(SizeChangedInfo) FrameworkElement.ArrangeOverride(Size) FrameworkElement.MoveFocus(TraversalRequest) FrameworkElement.PredictFocus(FocusNavigationDirection) FrameworkElement.OnGotFocus(RoutedEventArgs) FrameworkElement.BeginInit() FrameworkElement.EndInit() FrameworkElement.OnInitialized(EventArgs) FrameworkElement.OnToolTipOpening(ToolTipEventArgs) FrameworkElement.OnToolTipClosing(ToolTipEventArgs) FrameworkElement.OnContextMenuOpening(ContextMenuEventArgs) FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs) FrameworkElement.RegisterName(string, object) FrameworkElement.UnregisterName(string) FrameworkElement.FindName(string) FrameworkElement.UpdateDefaultStyle() FrameworkElement.AddLogicalChild(object) FrameworkElement.RemoveLogicalChild(object) FrameworkElement.Style FrameworkElement.OverridesDefaultStyle FrameworkElement.UseLayoutRounding FrameworkElement.DefaultStyleKey FrameworkElement.Triggers FrameworkElement.TemplatedParent FrameworkElement.VisualChildrenCount FrameworkElement.Resources FrameworkElement.InheritanceBehavior FrameworkElement.DataContext FrameworkElement.BindingGroup FrameworkElement.Language FrameworkElement.Name FrameworkElement.Tag FrameworkElement.InputScope FrameworkElement.ActualWidth FrameworkElement.ActualHeight FrameworkElement.LayoutTransform FrameworkElement.Width FrameworkElement.MinWidth FrameworkElement.MaxWidth FrameworkElement.Height FrameworkElement.MinHeight FrameworkElement.MaxHeight FrameworkElement.FlowDirection FrameworkElement.Margin FrameworkElement.HorizontalAlignment FrameworkElement.VerticalAlignment FrameworkElement.FocusVisualStyle FrameworkElement.Cursor FrameworkElement.ForceCursor FrameworkElement.IsInitialized FrameworkElement.IsLoaded FrameworkElement.ToolTip FrameworkElement.ContextMenu FrameworkElement.Parent FrameworkElement.LogicalChildren FrameworkElement.TargetUpdated FrameworkElement.SourceUpdated FrameworkElement.DataContextChanged FrameworkElement.RequestBringIntoView FrameworkElement.SizeChanged FrameworkElement.Initialized FrameworkElement.Loaded FrameworkElement.Unloaded FrameworkElement.ToolTipOpening FrameworkElement.ToolTipClosing FrameworkElement.ContextMenuOpening FrameworkElement.ContextMenuClosing UIElement.PreviewMouseDownEvent UIElement.MouseDownEvent UIElement.PreviewMouseUpEvent UIElement.MouseUpEvent UIElement.PreviewMouseLeftButtonDownEvent UIElement.MouseLeftButtonDownEvent UIElement.PreviewMouseLeftButtonUpEvent UIElement.MouseLeftButtonUpEvent UIElement.PreviewMouseRightButtonDownEvent UIElement.MouseRightButtonDownEvent UIElement.PreviewMouseRightButtonUpEvent UIElement.MouseRightButtonUpEvent UIElement.PreviewMouseMoveEvent UIElement.MouseMoveEvent UIElement.PreviewMouseWheelEvent UIElement.MouseWheelEvent UIElement.MouseEnterEvent UIElement.MouseLeaveEvent UIElement.GotMouseCaptureEvent UIElement.LostMouseCaptureEvent UIElement.QueryCursorEvent UIElement.PreviewStylusDownEvent UIElement.StylusDownEvent UIElement.PreviewStylusUpEvent UIElement.StylusUpEvent UIElement.PreviewStylusMoveEvent UIElement.StylusMoveEvent UIElement.PreviewStylusInAirMoveEvent UIElement.StylusInAirMoveEvent UIElement.StylusEnterEvent UIElement.StylusLeaveEvent UIElement.PreviewStylusInRangeEvent UIElement.StylusInRangeEvent UIElement.PreviewStylusOutOfRangeEvent UIElement.StylusOutOfRangeEvent UIElement.PreviewStylusSystemGestureEvent UIElement.StylusSystemGestureEvent UIElement.GotStylusCaptureEvent UIElement.LostStylusCaptureEvent UIElement.StylusButtonDownEvent UIElement.StylusButtonUpEvent UIElement.PreviewStylusButtonDownEvent UIElement.PreviewStylusButtonUpEvent UIElement.PreviewKeyDownEvent UIElement.KeyDownEvent UIElement.PreviewKeyUpEvent UIElement.KeyUpEvent UIElement.PreviewGotKeyboardFocusEvent UIElement.GotKeyboardFocusEvent UIElement.PreviewLostKeyboardFocusEvent UIElement.LostKeyboardFocusEvent UIElement.PreviewTextInputEvent UIElement.TextInputEvent UIElement.PreviewQueryContinueDragEvent UIElement.QueryContinueDragEvent UIElement.PreviewGiveFeedbackEvent UIElement.GiveFeedbackEvent UIElement.PreviewDragEnterEvent UIElement.DragEnterEvent UIElement.PreviewDragOverEvent UIElement.DragOverEvent UIElement.PreviewDragLeaveEvent UIElement.DragLeaveEvent UIElement.PreviewDropEvent UIElement.DropEvent UIElement.PreviewTouchDownEvent UIElement.TouchDownEvent UIElement.PreviewTouchMoveEvent UIElement.TouchMoveEvent UIElement.PreviewTouchUpEvent UIElement.TouchUpEvent UIElement.GotTouchCaptureEvent UIElement.LostTouchCaptureEvent UIElement.TouchEnterEvent UIElement.TouchLeaveEvent UIElement.IsMouseDirectlyOverProperty UIElement.IsMouseOverProperty UIElement.IsStylusOverProperty UIElement.IsKeyboardFocusWithinProperty UIElement.IsMouseCapturedProperty UIElement.IsMouseCaptureWithinProperty UIElement.IsStylusDirectlyOverProperty UIElement.IsStylusCapturedProperty UIElement.IsStylusCaptureWithinProperty UIElement.IsKeyboardFocusedProperty UIElement.AreAnyTouchesDirectlyOverProperty UIElement.AreAnyTouchesOverProperty UIElement.AreAnyTouchesCapturedProperty UIElement.AreAnyTouchesCapturedWithinProperty UIElement.AllowDropProperty UIElement.RenderTransformProperty UIElement.RenderTransformOriginProperty UIElement.OpacityProperty UIElement.OpacityMaskProperty UIElement.BitmapEffectProperty UIElement.EffectProperty UIElement.BitmapEffectInputProperty UIElement.CacheModeProperty UIElement.UidProperty UIElement.VisibilityProperty UIElement.ClipToBoundsProperty UIElement.ClipProperty UIElement.SnapsToDevicePixelsProperty UIElement.GotFocusEvent UIElement.LostFocusEvent UIElement.IsFocusedProperty UIElement.IsEnabledProperty UIElement.IsHitTestVisibleProperty UIElement.IsVisibleProperty UIElement.FocusableProperty UIElement.IsManipulationEnabledProperty UIElement.ManipulationStartingEvent UIElement.ManipulationStartedEvent UIElement.ManipulationDeltaEvent UIElement.ManipulationInertiaStartingEvent UIElement.ManipulationBoundaryFeedbackEvent UIElement.ManipulationCompletedEvent UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock) UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) UIElement.GetAnimationBaseValue(DependencyProperty) UIElement.RaiseEvent(RoutedEventArgs) UIElement.AddHandler(RoutedEvent, Delegate) UIElement.AddHandler(RoutedEvent, Delegate, bool) UIElement.RemoveHandler(RoutedEvent, Delegate) UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) UIElement.OnPreviewMouseDown(MouseButtonEventArgs) UIElement.OnMouseDown(MouseButtonEventArgs) UIElement.OnPreviewMouseUp(MouseButtonEventArgs) UIElement.OnMouseUp(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseMove(MouseEventArgs) UIElement.OnMouseMove(MouseEventArgs) UIElement.OnPreviewMouseWheel(MouseWheelEventArgs) UIElement.OnMouseWheel(MouseWheelEventArgs) UIElement.OnMouseEnter(MouseEventArgs) UIElement.OnMouseLeave(MouseEventArgs) UIElement.OnGotMouseCapture(MouseEventArgs) UIElement.OnLostMouseCapture(MouseEventArgs) UIElement.OnQueryCursor(QueryCursorEventArgs) UIElement.OnPreviewStylusDown(StylusDownEventArgs) UIElement.OnStylusDown(StylusDownEventArgs) UIElement.OnPreviewStylusUp(StylusEventArgs) UIElement.OnStylusUp(StylusEventArgs) UIElement.OnPreviewStylusMove(StylusEventArgs) UIElement.OnStylusMove(StylusEventArgs) UIElement.OnPreviewStylusInAirMove(StylusEventArgs) UIElement.OnStylusInAirMove(StylusEventArgs) UIElement.OnStylusEnter(StylusEventArgs) UIElement.OnStylusLeave(StylusEventArgs) UIElement.OnPreviewStylusInRange(StylusEventArgs) UIElement.OnStylusInRange(StylusEventArgs) UIElement.OnPreviewStylusOutOfRange(StylusEventArgs) UIElement.OnStylusOutOfRange(StylusEventArgs) UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnGotStylusCapture(StylusEventArgs) UIElement.OnLostStylusCapture(StylusEventArgs) UIElement.OnStylusButtonDown(StylusButtonEventArgs) UIElement.OnStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewKeyDown(KeyEventArgs) UIElement.OnKeyDown(KeyEventArgs) UIElement.OnPreviewKeyUp(KeyEventArgs) UIElement.OnKeyUp(KeyEventArgs) UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewTextInput(TextCompositionEventArgs) UIElement.OnTextInput(TextCompositionEventArgs) UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs) UIElement.OnGiveFeedback(GiveFeedbackEventArgs) UIElement.OnPreviewDragEnter(DragEventArgs) UIElement.OnDragEnter(DragEventArgs) UIElement.OnPreviewDragOver(DragEventArgs) UIElement.OnDragOver(DragEventArgs) UIElement.OnPreviewDragLeave(DragEventArgs) UIElement.OnDragLeave(DragEventArgs) UIElement.OnPreviewDrop(DragEventArgs) UIElement.OnDrop(DragEventArgs) UIElement.OnPreviewTouchDown(TouchEventArgs) UIElement.OnTouchDown(TouchEventArgs) UIElement.OnPreviewTouchMove(TouchEventArgs) UIElement.OnTouchMove(TouchEventArgs) UIElement.OnPreviewTouchUp(TouchEventArgs) UIElement.OnTouchUp(TouchEventArgs) UIElement.OnGotTouchCapture(TouchEventArgs) UIElement.OnLostTouchCapture(TouchEventArgs) UIElement.OnTouchEnter(TouchEventArgs) UIElement.OnTouchLeave(TouchEventArgs) UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) UIElement.InvalidateMeasure() UIElement.InvalidateArrange() UIElement.InvalidateVisual() UIElement.OnChildDesiredSizeChanged(UIElement) UIElement.Measure(Size) UIElement.Arrange(Rect) UIElement.UpdateLayout() UIElement.TranslatePoint(Point, UIElement) UIElement.InputHitTest(Point) UIElement.CaptureMouse() UIElement.ReleaseMouseCapture() UIElement.CaptureStylus() UIElement.ReleaseStylusCapture() UIElement.Focus() UIElement.OnAccessKey(AccessKeyEventArgs) UIElement.HitTestCore(PointHitTestParameters) UIElement.HitTestCore(GeometryHitTestParameters) UIElement.OnLostFocus(RoutedEventArgs) UIElement.OnCreateAutomationPeer() UIElement.OnManipulationStarting(ManipulationStartingEventArgs) UIElement.OnManipulationStarted(ManipulationStartedEventArgs) UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) UIElement.CaptureTouch(TouchDevice) UIElement.ReleaseTouchCapture(TouchDevice) UIElement.ReleaseAllTouchCaptures() UIElement.HasAnimatedProperties UIElement.InputBindings UIElement.CommandBindings UIElement.AllowDrop UIElement.StylusPlugIns UIElement.DesiredSize UIElement.IsMeasureValid UIElement.IsArrangeValid UIElement.RenderSize UIElement.RenderTransform UIElement.RenderTransformOrigin UIElement.IsMouseDirectlyOver UIElement.IsMouseOver UIElement.IsStylusOver UIElement.IsKeyboardFocusWithin UIElement.IsMouseCaptured UIElement.IsMouseCaptureWithin UIElement.IsStylusDirectlyOver UIElement.IsStylusCaptured UIElement.IsStylusCaptureWithin UIElement.IsKeyboardFocused UIElement.IsInputMethodEnabled UIElement.Opacity UIElement.OpacityMask UIElement.BitmapEffect UIElement.Effect UIElement.BitmapEffectInput UIElement.CacheMode UIElement.Uid UIElement.Visibility UIElement.ClipToBounds UIElement.Clip UIElement.SnapsToDevicePixels UIElement.HasEffectiveKeyboardFocus UIElement.IsFocused UIElement.IsEnabled UIElement.IsEnabledCore UIElement.IsHitTestVisible UIElement.IsVisible UIElement.Focusable UIElement.PersistId UIElement.IsManipulationEnabled UIElement.AreAnyTouchesOver UIElement.AreAnyTouchesDirectlyOver UIElement.AreAnyTouchesCapturedWithin UIElement.AreAnyTouchesCaptured UIElement.TouchesCaptured UIElement.TouchesCapturedWithin UIElement.TouchesOver UIElement.TouchesDirectlyOver UIElement.PreviewMouseDown UIElement.MouseDown UIElement.PreviewMouseUp UIElement.MouseUp UIElement.PreviewMouseLeftButtonDown UIElement.MouseLeftButtonDown UIElement.PreviewMouseLeftButtonUp UIElement.MouseLeftButtonUp UIElement.PreviewMouseRightButtonDown UIElement.MouseRightButtonDown UIElement.PreviewMouseRightButtonUp UIElement.MouseRightButtonUp UIElement.PreviewMouseMove UIElement.MouseMove UIElement.PreviewMouseWheel UIElement.MouseWheel UIElement.MouseEnter UIElement.MouseLeave UIElement.GotMouseCapture UIElement.LostMouseCapture UIElement.QueryCursor UIElement.PreviewStylusDown UIElement.StylusDown UIElement.PreviewStylusUp UIElement.StylusUp UIElement.PreviewStylusMove UIElement.StylusMove UIElement.PreviewStylusInAirMove UIElement.StylusInAirMove UIElement.StylusEnter UIElement.StylusLeave UIElement.PreviewStylusInRange UIElement.StylusInRange UIElement.PreviewStylusOutOfRange UIElement.StylusOutOfRange UIElement.PreviewStylusSystemGesture UIElement.StylusSystemGesture UIElement.GotStylusCapture UIElement.LostStylusCapture UIElement.StylusButtonDown UIElement.StylusButtonUp UIElement.PreviewStylusButtonDown UIElement.PreviewStylusButtonUp UIElement.PreviewKeyDown UIElement.KeyDown UIElement.PreviewKeyUp UIElement.KeyUp UIElement.PreviewGotKeyboardFocus UIElement.GotKeyboardFocus UIElement.PreviewLostKeyboardFocus UIElement.LostKeyboardFocus UIElement.PreviewTextInput UIElement.TextInput UIElement.PreviewQueryContinueDrag UIElement.QueryContinueDrag UIElement.PreviewGiveFeedback UIElement.GiveFeedback UIElement.PreviewDragEnter UIElement.DragEnter UIElement.PreviewDragOver UIElement.DragOver UIElement.PreviewDragLeave UIElement.DragLeave UIElement.PreviewDrop UIElement.Drop UIElement.PreviewTouchDown UIElement.TouchDown UIElement.PreviewTouchMove UIElement.TouchMove UIElement.PreviewTouchUp UIElement.TouchUp UIElement.GotTouchCapture UIElement.LostTouchCapture UIElement.TouchEnter UIElement.TouchLeave UIElement.IsMouseDirectlyOverChanged UIElement.IsKeyboardFocusWithinChanged UIElement.IsMouseCapturedChanged UIElement.IsMouseCaptureWithinChanged UIElement.IsStylusDirectlyOverChanged UIElement.IsStylusCapturedChanged UIElement.IsStylusCaptureWithinChanged UIElement.IsKeyboardFocusedChanged UIElement.LayoutUpdated UIElement.GotFocus UIElement.LostFocus UIElement.IsEnabledChanged UIElement.IsHitTestVisibleChanged UIElement.IsVisibleChanged UIElement.FocusableChanged UIElement.ManipulationStarting UIElement.ManipulationStarted UIElement.ManipulationDelta UIElement.ManipulationInertiaStarting UIElement.ManipulationBoundaryFeedback UIElement.ManipulationCompleted Visual.AddVisualChild(Visual) Visual.RemoveVisualChild(Visual) Visual.OnVisualChildrenChanged(DependencyObject, DependencyObject) Visual.OnDpiChanged(DpiScale, DpiScale) Visual.IsAncestorOf(DependencyObject) Visual.IsDescendantOf(DependencyObject) Visual.FindCommonVisualAncestor(DependencyObject) Visual.TransformToAncestor(Visual) Visual.TransformToAncestor(Visual3D) Visual.TransformToDescendant(Visual) Visual.TransformToVisual(Visual) Visual.PointToScreen(Point) Visual.PointFromScreen(Point) Visual.VisualParent Visual.VisualTransform Visual.VisualEffect Visual.VisualBitmapEffect Visual.VisualBitmapEffectInput Visual.VisualCacheMode Visual.VisualScrollableAreaClip Visual.VisualClip Visual.VisualOffset Visual.VisualOpacity Visual.VisualEdgeMode Visual.VisualBitmapScalingMode Visual.VisualClearTypeHint Visual.VisualTextRenderingMode Visual.VisualTextHintingMode Visual.VisualOpacityMask Visual.VisualXSnappingGuidelines Visual.VisualYSnappingGuidelines DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class PlaceholderAdorner : Adorner, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient Constructors PlaceholderAdorner(FrameworkElement, string) Declaration public PlaceholderAdorner(FrameworkElement element, string text) Parameters Type Name Description FrameworkElement element string text Methods DrawText(DrawingContext, FormattedText) Declaration protected virtual void DrawText(DrawingContext drawingContext, FormattedText text) Parameters Type Name Description DrawingContext drawingContext FormattedText text OnRender(DrawingContext) Declaration protected override void OnRender(DrawingContext drawingContext) Parameters Type Name Description DrawingContext drawingContext Overrides UIElement.OnRender(DrawingContext) Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class PlaceholderAdorner Inheritance System.Object PlaceholderAdorner Namespace : Sdl.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class PlaceholderAdorner : Adorner Constructors PlaceholderAdorner(FrameworkElement, String) Declaration public PlaceholderAdorner(FrameworkElement element, string text) Parameters Type Name Description System.Windows.FrameworkElement element System.String text Methods DrawText(DrawingContext, FormattedText) Declaration protected virtual void DrawText(DrawingContext drawingContext, FormattedText text) Parameters Type Name Description System.Windows.Media.DrawingContext drawingContext System.Windows.Media.FormattedText text OnRender(DrawingContext) Declaration protected override void OnRender(DrawingContext drawingContext) Parameters Type Name Description System.Windows.Media.DrawingContext drawingContext Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ShowSystemMenuBehavior.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ShowSystemMenuBehavior.html", "title": "Class ShowSystemMenuBehavior", - "keywords": "Class ShowSystemMenuBehavior Inheritance object ShowSystemMenuBehavior Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class ShowSystemMenuBehavior Fields RightButtonShow Declaration public static readonly DependencyProperty RightButtonShow Field Value Type Description DependencyProperty TargetWindow Declaration public static readonly DependencyProperty TargetWindow Field Value Type Description DependencyProperty Methods GetTargetWindow(DependencyObject) Declaration public static Window GetTargetWindow(DependencyObject obj) Parameters Type Name Description DependencyObject obj Returns Type Description Window SetRightButtonShow(DependencyObject, bool) Declaration public static void SetRightButtonShow(DependencyObject obj, bool arg) Parameters Type Name Description DependencyObject obj bool arg SetTargetWindow(DependencyObject, Window) Declaration public static void SetTargetWindow(DependencyObject obj, Window window) Parameters Type Name Description DependencyObject obj Window window" + "keywords": "Class ShowSystemMenuBehavior Inheritance System.Object ShowSystemMenuBehavior 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.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class ShowSystemMenuBehavior Fields RightButtonShow Declaration public static readonly DependencyProperty RightButtonShow Field Value Type Description System.Windows.DependencyProperty TargetWindow Declaration public static readonly DependencyProperty TargetWindow Field Value Type Description System.Windows.DependencyProperty Methods GetTargetWindow(DependencyObject) Declaration public static Window GetTargetWindow(DependencyObject obj) Parameters Type Name Description System.Windows.DependencyObject obj Returns Type Description System.Windows.Window SetRightButtonShow(DependencyObject, Boolean) Declaration public static void SetRightButtonShow(DependencyObject obj, bool arg) Parameters Type Name Description System.Windows.DependencyObject obj System.Boolean arg SetTargetWindow(DependencyObject, Window) Declaration public static void SetTargetWindow(DependencyObject obj, Window window) Parameters Type Name Description System.Windows.DependencyObject obj System.Windows.Window window" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.html", "title": "Class TextBlockAutoToolTipBehavior", - "keywords": "Class TextBlockAutoToolTipBehavior Inheritance object TextBlockAutoToolTipBehavior Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class TextBlockAutoToolTipBehavior Constructors TextBlockAutoToolTipBehavior() Declaration public TextBlockAutoToolTipBehavior() Fields AutoTooltipProperty Identified the attached AutoTooltip property. When true, this will set the TextBlock TextTrimming property to WordEllipsis, and display a tooltip with the full text whenever the text is trimmed. Declaration public static readonly DependencyProperty AutoTooltipProperty Field Value Type Description DependencyProperty Methods GetAutoTooltip(DependencyObject) Gets the value of the AutoTooltipProperty dependency property Declaration public static bool GetAutoTooltip(DependencyObject obj) Parameters Type Name Description DependencyObject obj Returns Type Description bool SetAutoTooltip(DependencyObject, bool) Sets the value of the AutoTooltipProperty dependency property Declaration public static void SetAutoTooltip(DependencyObject obj, bool value) Parameters Type Name Description DependencyObject obj bool value Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TextBlockAutoToolTipBehavior Inheritance System.Object TextBlockAutoToolTipBehavior 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.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class TextBlockAutoToolTipBehavior Constructors TextBlockAutoToolTipBehavior() Declaration public TextBlockAutoToolTipBehavior() Fields AutoTooltipProperty Identified the attached AutoTooltip property. When true, this will set the TextBlock TextTrimming property to WordEllipsis, and display a tooltip with the full text whenever the text is trimmed. Declaration public static readonly DependencyProperty AutoTooltipProperty Field Value Type Description System.Windows.DependencyProperty Methods GetAutoTooltip(DependencyObject) Gets the value of the AutoTooltipProperty dependency property Declaration public static bool GetAutoTooltip(DependencyObject obj) Parameters Type Name Description System.Windows.DependencyObject obj Returns Type Description System.Boolean SetAutoTooltip(DependencyObject, Boolean) Sets the value of the AutoTooltipProperty dependency property Declaration public static void SetAutoTooltip(DependencyObject obj, bool value) Parameters Type Name Description System.Windows.DependencyObject obj System.Boolean value Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.html", "title": "Class TextBoxPlaceholderBehavior", - "keywords": "Class TextBoxPlaceholderBehavior Inheritance object DispatcherObject DependencyObject TextBoxPlaceholderBehavior Inherited Members DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class TextBoxPlaceholderBehavior : DependencyObject Constructors TextBoxPlaceholderBehavior() Declaration public TextBoxPlaceholderBehavior() Fields PlaceholderProperty Declaration public static readonly DependencyProperty PlaceholderProperty Field Value Type Description DependencyProperty Methods GetPlaceholder(DependencyObject) Declaration [AttachedPropertyBrowsableForType(typeof(TextBox))] public static string GetPlaceholder(DependencyObject element) Parameters Type Name Description DependencyObject element Returns Type Description string SetPlaceholder(DependencyObject, string) Declaration [AttachedPropertyBrowsableForType(typeof(TextBox))] public static void SetPlaceholder(DependencyObject element, string value) Parameters Type Name Description DependencyObject element string value Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TextBoxPlaceholderBehavior Inheritance System.Object TextBoxPlaceholderBehavior Namespace : Sdl.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class TextBoxPlaceholderBehavior : DependencyObject Constructors TextBoxPlaceholderBehavior() Declaration public TextBoxPlaceholderBehavior() Fields PlaceholderProperty Declaration public static readonly DependencyProperty PlaceholderProperty Field Value Type Description System.Windows.DependencyProperty Methods GetPlaceholder(DependencyObject) Declaration public static string GetPlaceholder(DependencyObject element) Parameters Type Name Description System.Windows.DependencyObject element Returns Type Description System.String SetPlaceholder(DependencyObject, String) Declaration public static void SetPlaceholder(DependencyObject element, string value) Parameters Type Name Description System.Windows.DependencyObject element System.String value Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.html", "title": "Class TimedAutoHideBehaviour", - "keywords": "Class TimedAutoHideBehaviour Inheritance object TimedAutoHideBehaviour Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class TimedAutoHideBehaviour Constructors TimedAutoHideBehaviour() Declaration public TimedAutoHideBehaviour() Fields AutoHideIntervalProperty Declaration public static readonly DependencyProperty AutoHideIntervalProperty Field Value Type Description DependencyProperty ShowMessageProperty Declaration public static readonly DependencyProperty ShowMessageProperty Field Value Type Description DependencyProperty Methods GetAutoHideInterval(DependencyObject) Declaration public static int GetAutoHideInterval(DependencyObject obj) Parameters Type Name Description DependencyObject obj Returns Type Description int GetShowMessage(DependencyObject) Declaration public static bool GetShowMessage(DependencyObject obj) Parameters Type Name Description DependencyObject obj Returns Type Description bool SetAutoHideInterval(DependencyObject, int) Declaration public static void SetAutoHideInterval(DependencyObject obj, int value) Parameters Type Name Description DependencyObject obj int value SetShowMessage(DependencyObject, bool) Declaration public static void SetShowMessage(DependencyObject obj, bool value) Parameters Type Name Description DependencyObject obj bool value Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TimedAutoHideBehaviour Inheritance System.Object TimedAutoHideBehaviour 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.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class TimedAutoHideBehaviour Constructors TimedAutoHideBehaviour() Declaration public TimedAutoHideBehaviour() Fields AutoHideIntervalProperty Declaration public static readonly DependencyProperty AutoHideIntervalProperty Field Value Type Description System.Windows.DependencyProperty ShowMessageProperty Declaration public static readonly DependencyProperty ShowMessageProperty Field Value Type Description System.Windows.DependencyProperty Methods GetAutoHideInterval(DependencyObject) Declaration public static int GetAutoHideInterval(DependencyObject obj) Parameters Type Name Description System.Windows.DependencyObject obj Returns Type Description System.Int32 GetShowMessage(DependencyObject) Declaration public static bool GetShowMessage(DependencyObject obj) Parameters Type Name Description System.Windows.DependencyObject obj Returns Type Description System.Boolean SetAutoHideInterval(DependencyObject, Int32) Declaration public static void SetAutoHideInterval(DependencyObject obj, int value) Parameters Type Name Description System.Windows.DependencyObject obj System.Int32 value SetShowMessage(DependencyObject, Boolean) Declaration public static void SetShowMessage(DependencyObject obj, bool value) Parameters Type Name Description System.Windows.DependencyObject obj System.Boolean value Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.html", "title": "Class TreeViewBringIntoViewWhenSelectedBehavior", - "keywords": "Class TreeViewBringIntoViewWhenSelectedBehavior Inheritance object TreeViewBringIntoViewWhenSelectedBehavior Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class TreeViewBringIntoViewWhenSelectedBehavior Constructors TreeViewBringIntoViewWhenSelectedBehavior() Declaration public TreeViewBringIntoViewWhenSelectedBehavior() Fields BringIntoViewWhenSelectedProperty Declaration public static readonly DependencyProperty BringIntoViewWhenSelectedProperty Field Value Type Description DependencyProperty Methods GetBringIntoViewWhenSelected(TreeViewItem) Declaration public static bool GetBringIntoViewWhenSelected(TreeViewItem treeViewItem) Parameters Type Name Description TreeViewItem treeViewItem Returns Type Description bool SetBringIntoViewWhenSelected(TreeViewItem, bool) Declaration public static void SetBringIntoViewWhenSelected(TreeViewItem treeViewItem, bool value) Parameters Type Name Description TreeViewItem treeViewItem bool value Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TreeViewBringIntoViewWhenSelectedBehavior Inheritance System.Object TreeViewBringIntoViewWhenSelectedBehavior 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.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class TreeViewBringIntoViewWhenSelectedBehavior Constructors TreeViewBringIntoViewWhenSelectedBehavior() Declaration public TreeViewBringIntoViewWhenSelectedBehavior() Fields BringIntoViewWhenSelectedProperty Declaration public static readonly DependencyProperty BringIntoViewWhenSelectedProperty Field Value Type Description System.Windows.DependencyProperty Methods GetBringIntoViewWhenSelected(TreeViewItem) Declaration public static bool GetBringIntoViewWhenSelected(TreeViewItem treeViewItem) Parameters Type Name Description System.Windows.Controls.TreeViewItem treeViewItem Returns Type Description System.Boolean SetBringIntoViewWhenSelected(TreeViewItem, Boolean) Declaration public static void SetBringIntoViewWhenSelected(TreeViewItem treeViewItem, bool value) Parameters Type Name Description System.Windows.Controls.TreeViewItem treeViewItem System.Boolean value Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewSelectedItemChangedBehaviour.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewSelectedItemChangedBehaviour.html", "title": "Class TreeViewSelectedItemChangedBehaviour", - "keywords": "Class TreeViewSelectedItemChangedBehaviour Inheritance object TreeViewSelectedItemChangedBehaviour Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class TreeViewSelectedItemChangedBehaviour Fields SelectedItemChanged Declaration public static readonly DependencyProperty SelectedItemChanged Field Value Type Description DependencyProperty Methods GetSelectedItemChanged(DependencyObject) Declaration public static ICommand GetSelectedItemChanged(DependencyObject o) Parameters Type Name Description DependencyObject o Returns Type Description ICommand SetSelectedItemChanged(DependencyObject, ICommand) Declaration public static void SetSelectedItemChanged(DependencyObject o, ICommand value) Parameters Type Name Description DependencyObject o ICommand value" + "keywords": "Class TreeViewSelectedItemChangedBehaviour Inheritance System.Object TreeViewSelectedItemChangedBehaviour 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.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class TreeViewSelectedItemChangedBehaviour Fields SelectedItemChanged Declaration public static readonly DependencyProperty SelectedItemChanged Field Value Type Description System.Windows.DependencyProperty Methods GetSelectedItemChanged(DependencyObject) Declaration public static ICommand GetSelectedItemChanged(DependencyObject o) Parameters Type Name Description System.Windows.DependencyObject o Returns Type Description System.Windows.Input.ICommand SetSelectedItemChanged(DependencyObject, ICommand) Declaration public static void SetSelectedItemChanged(DependencyObject o, ICommand value) Parameters Type Name Description System.Windows.DependencyObject o System.Windows.Input.ICommand value" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserBindableSourceBehavior.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserBindableSourceBehavior.html", "title": "Class WebBrowserBindableSourceBehavior", - "keywords": "Class WebBrowserBindableSourceBehavior Inheritance object WebBrowserBindableSourceBehavior Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax [Obsolete(\"Use WebView2 instead of WebBrowser.\")] public static class WebBrowserBindableSourceBehavior Fields BindableSourceProperty Declaration public static readonly DependencyProperty BindableSourceProperty Field Value Type Description DependencyProperty Methods GetBindableSource(DependencyObject) Declaration public static string GetBindableSource(DependencyObject dependencyObject) Parameters Type Name Description DependencyObject dependencyObject Returns Type Description string SetBindableSource(DependencyObject, string) Declaration public static void SetBindableSource(DependencyObject dependencyObject, string value) Parameters Type Name Description DependencyObject dependencyObject string value" + "keywords": "Class WebBrowserBindableSourceBehavior Inheritance System.Object WebBrowserBindableSourceBehavior 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.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax [Obsolete(\"Use WebView2 instead of WebBrowser.\")] public static class WebBrowserBindableSourceBehavior Fields BindableSourceProperty Declaration public static readonly DependencyProperty BindableSourceProperty Field Value Type Description System.Windows.DependencyProperty Methods GetBindableSource(DependencyObject) Declaration public static string GetBindableSource(DependencyObject dependencyObject) Parameters Type Name Description System.Windows.DependencyObject dependencyObject Returns Type Description System.String SetBindableSource(DependencyObject, String) Declaration public static void SetBindableSource(DependencyObject dependencyObject, string value) Parameters Type Name Description System.Windows.DependencyObject dependencyObject System.String value" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserContentSource.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserContentSource.html", "title": "Class WebBrowserContentSource", - "keywords": "Class WebBrowserContentSource Allows specifying a string as the content of a WebBrowser control via a bindable property Inheritance object WebBrowserContentSource Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class WebBrowserContentSource Fields HtmlProperty Declaration public static readonly DependencyProperty HtmlProperty Field Value Type Description DependencyProperty Methods GetHtml(WebBrowser) Declaration [AttachedPropertyBrowsableForType(typeof(WebBrowser))] public static string GetHtml(WebBrowser d) Parameters Type Name Description WebBrowser d Returns Type Description string SetHtml(WebBrowser, string) Declaration public static void SetHtml(WebBrowser d, string value) Parameters Type Name Description WebBrowser d string value" + "keywords": "Class WebBrowserContentSource Allows specifying a string as the content of a WebBrowser control via a bindable property Inheritance System.Object WebBrowserContentSource 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.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class WebBrowserContentSource Fields HtmlProperty Declaration public static readonly DependencyProperty HtmlProperty Field Value Type Description System.Windows.DependencyProperty Methods GetHtml(WebBrowser) Declaration public static string GetHtml(WebBrowser d) Parameters Type Name Description System.Windows.Controls.WebBrowser d Returns Type Description System.String SetHtml(WebBrowser, String) Declaration public static void SetHtml(WebBrowser d, string value) Parameters Type Name Description System.Windows.Controls.WebBrowser d System.String value" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WindowDragBehavior.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WindowDragBehavior.html", "title": "Class WindowDragBehavior", - "keywords": "Class WindowDragBehavior Inheritance object WindowDragBehavior Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class WindowDragBehavior Fields LeftMouseButtonDrag Declaration public static readonly DependencyProperty LeftMouseButtonDrag Field Value Type Description DependencyProperty Methods GetLeftMouseButtonDrag(DependencyObject) Declaration public static Window GetLeftMouseButtonDrag(DependencyObject obj) Parameters Type Name Description DependencyObject obj Returns Type Description Window SetLeftMouseButtonDrag(DependencyObject, Window) Declaration public static void SetLeftMouseButtonDrag(DependencyObject obj, Window window) Parameters Type Name Description DependencyObject obj Window window" + "keywords": "Class WindowDragBehavior Inheritance System.Object WindowDragBehavior 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.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class WindowDragBehavior Fields LeftMouseButtonDrag Declaration public static readonly DependencyProperty LeftMouseButtonDrag Field Value Type Description System.Windows.DependencyProperty Methods GetLeftMouseButtonDrag(DependencyObject) Declaration public static Window GetLeftMouseButtonDrag(DependencyObject obj) Parameters Type Name Description System.Windows.DependencyObject obj Returns Type Description System.Windows.Window SetLeftMouseButtonDrag(DependencyObject, Window) Declaration public static void SetLeftMouseButtonDrag(DependencyObject obj, Window window) Parameters Type Name Description System.Windows.DependencyObject obj System.Windows.Window window" }, "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WindowLoadedBehaviour.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WindowLoadedBehaviour.html", "title": "Class WindowLoadedBehaviour", - "keywords": "Class WindowLoadedBehaviour Inheritance object WindowLoadedBehaviour Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class WindowLoadedBehaviour Fields WindowLoadedCommand Declaration public static readonly DependencyProperty WindowLoadedCommand Field Value Type Description DependencyProperty Methods GetLoaded(DependencyObject) Declaration public static ICommand GetLoaded(DependencyObject o) Parameters Type Name Description DependencyObject o Returns Type Description ICommand SetLoaded(DependencyObject, ICommand) Declaration public static void SetLoaded(DependencyObject o, ICommand value) Parameters Type Name Description DependencyObject o ICommand value" + "keywords": "Class WindowLoadedBehaviour Inheritance System.Object WindowLoadedBehaviour 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.Desktop.Platform.Controls.Behaviours Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class WindowLoadedBehaviour Fields WindowLoadedCommand Declaration public static readonly DependencyProperty WindowLoadedCommand Field Value Type Description System.Windows.DependencyProperty Methods GetLoaded(DependencyObject) Declaration public static ICommand GetLoaded(DependencyObject o) Parameters Type Name Description System.Windows.DependencyObject o Returns Type Description System.Windows.Input.ICommand SetLoaded(DependencyObject, ICommand) Declaration public static void SetLoaded(DependencyObject o, ICommand value) Parameters Type Name Description System.Windows.DependencyObject o System.Windows.Input.ICommand value" }, "api/integration/Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.html", "title": "Class EmbeddedBrowserCookieManager", - "keywords": "Class EmbeddedBrowserCookieManager Inheritance object EmbeddedBrowserCookieManager Implements ICookieManager Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Browser Assembly : Sdl.Desktop.Platform.Controls.dll Syntax [Obsolete(\"Use WebView2 instead of WebBrowser and its own CookieManager.\")] public class EmbeddedBrowserCookieManager : ICookieManager Constructors EmbeddedBrowserCookieManager(ILogger, INativeBrowserApi) Declaration public EmbeddedBrowserCookieManager(ILogger logger, INativeBrowserApi browserApi) Parameters Type Name Description ILogger EmbeddedBrowserCookieManager logger INativeBrowserApi browserApi Methods ClearCookiesFor(string) Clears all cookies (including HttpOnly) placed in Path=/ for the specified URL. Declaration public void ClearCookiesFor(string url) Parameters Type Name Description string url URL to clear cookies for Implements ICookieManager Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class EmbeddedBrowserCookieManager Inheritance System.Object EmbeddedBrowserCookieManager Implements ICookieManager 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.Desktop.Platform.Controls.Browser Assembly : Sdl.Desktop.Platform.Controls.dll Syntax [Obsolete(\"Use WebView2 instead of WebBrowser and its own CookieManager.\")] public class EmbeddedBrowserCookieManager : ICookieManager Constructors EmbeddedBrowserCookieManager(ILogger, INativeBrowserApi) Declaration public EmbeddedBrowserCookieManager(ILogger logger, INativeBrowserApi browserApi) Parameters Type Name Description Microsoft.Extensions.Logging.ILogger < EmbeddedBrowserCookieManager > logger INativeBrowserApi browserApi Methods ClearCookiesFor(String) Clears all cookies (including HttpOnly) placed in Path=/ for the specified URL. Declaration public void ClearCookiesFor(string url) Parameters Type Name Description System.String url URL to clear cookies for Implements ICookieManager Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Browser.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Browser.html", @@ -3587,62 +3292,62 @@ "api/integration/Sdl.Desktop.Platform.Controls.Browser.ICookieManager.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Browser.ICookieManager.html", "title": "Interface ICookieManager", - "keywords": "Interface ICookieManager Manages browser cookies from a desktop application Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Browser Assembly : Sdl.Desktop.Platform.Controls.dll Syntax [Obsolete(\"Use WebView2 instead of WebBrowser and its own CookieManager.\")] public interface ICookieManager Methods ClearCookiesFor(string) Clears all cookies for the specified URL, including HttpOnly cookies. Declaration void ClearCookiesFor(string url) Parameters Type Name Description string url URL to clear cookies for. It must include the protocol, i.e. http:// or https:// Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ICookieManager Manages browser cookies from a desktop application Namespace : Sdl.Desktop.Platform.Controls.Browser Assembly : Sdl.Desktop.Platform.Controls.dll Syntax [Obsolete(\"Use WebView2 instead of WebBrowser and its own CookieManager.\")] public interface ICookieManager Methods ClearCookiesFor(String) Clears all cookies for the specified URL, including HttpOnly cookies. Declaration void ClearCookiesFor(string url) Parameters Type Name Description System.String url URL to clear cookies for. It must include the protocol, i.e. http:// or https:// Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.html", "title": "Interface INativeBrowserApi", - "keywords": "Interface INativeBrowserApi Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Browser Assembly : Sdl.Desktop.Platform.Controls.dll Syntax [Obsolete(\"Use WebView2 instead of WebBrowser.\")] public interface INativeBrowserApi Methods ClearCookie(string, string) Declaration bool ClearCookie(string url, string cookieName) Parameters Type Name Description string url string cookieName Returns Type Description bool GetAllCookiesFor(string) Declaration string GetAllCookiesFor(string uri) Parameters Type Name Description string uri Returns Type Description string GetLastException() Declaration Exception GetLastException() Returns Type Description Exception Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface INativeBrowserApi Namespace : Sdl.Desktop.Platform.Controls.Browser Assembly : Sdl.Desktop.Platform.Controls.dll Syntax [Obsolete(\"Use WebView2 instead of WebBrowser.\")] public interface INativeBrowserApi Methods ClearCookie(String, String) Declaration bool ClearCookie(string url, string cookieName) Parameters Type Name Description System.String url System.String cookieName Returns Type Description System.Boolean GetAllCookiesFor(String) Declaration string GetAllCookiesFor(string uri) Parameters Type Name Description System.String uri Returns Type Description System.String GetLastException() Declaration Exception GetLastException() Returns Type Description System.Exception Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.html", "title": "Class NativeBrowserApi", - "keywords": "Class NativeBrowserApi Inheritance object NativeBrowserApi Implements INativeBrowserApi Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Browser Assembly : Sdl.Desktop.Platform.Controls.dll Syntax [Obsolete(\"Use WebView2 instead of WebBrowser.\")] public class NativeBrowserApi : INativeBrowserApi Constructors NativeBrowserApi() Declaration public NativeBrowserApi() Methods ClearCookie(string, string) Declaration public bool ClearCookie(string url, string cookieName) Parameters Type Name Description string url string cookieName Returns Type Description bool GetAllCookiesFor(string) Declaration public string GetAllCookiesFor(string uri) Parameters Type Name Description string uri Returns Type Description string GetLastException() Declaration public Exception GetLastException() Returns Type Description Exception Implements INativeBrowserApi Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class NativeBrowserApi Inheritance System.Object NativeBrowserApi Implements INativeBrowserApi 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.Desktop.Platform.Controls.Browser Assembly : Sdl.Desktop.Platform.Controls.dll Syntax [Obsolete(\"Use WebView2 instead of WebBrowser.\")] public class NativeBrowserApi : INativeBrowserApi Constructors NativeBrowserApi() Declaration public NativeBrowserApi() Methods ClearCookie(String, String) Declaration public bool ClearCookie(string url, string cookieName) Parameters Type Name Description System.String url System.String cookieName Returns Type Description System.Boolean GetAllCookiesFor(String) Declaration public string GetAllCookiesFor(string uri) Parameters Type Name Description System.String uri Returns Type Description System.String GetLastException() Declaration public Exception GetLastException() Returns Type Description System.Exception Implements INativeBrowserApi Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Browser.WebBrowserExtensions.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Browser.WebBrowserExtensions.html", "title": "Class WebBrowserExtensions", - "keywords": "Class WebBrowserExtensions Inheritance object WebBrowserExtensions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Browser Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class WebBrowserExtensions Methods HideJsScriptErrors(WebBrowser) Surpresses any Java Script errors thrown by the WebBrowser control Declaration public static void HideJsScriptErrors(this WebBrowser wb) Parameters Type Name Description WebBrowser wb WebBrowser as this object" + "keywords": "Class WebBrowserExtensions Inheritance System.Object WebBrowserExtensions 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.Desktop.Platform.Controls.Browser Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class WebBrowserExtensions Methods HideJsScriptErrors(WebBrowser) Surpresses any Java Script errors thrown by the WebBrowser control Declaration public static void HideJsScriptErrors(this WebBrowser wb) Parameters Type Name Description System.Windows.Controls.WebBrowser wb WebBrowser as this object" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.html", "title": "Class BindablePasswordBox", - "keywords": "Class BindablePasswordBox Inheritance object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control BindablePasswordBox Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient Inherited Members Control.BorderBrushProperty Control.BorderThicknessProperty Control.BackgroundProperty Control.ForegroundProperty Control.FontFamilyProperty Control.FontSizeProperty Control.FontStretchProperty Control.FontStyleProperty Control.FontWeightProperty Control.HorizontalContentAlignmentProperty Control.VerticalContentAlignmentProperty Control.TabIndexProperty Control.IsTabStopProperty Control.PaddingProperty Control.TemplateProperty Control.PreviewMouseDoubleClickEvent Control.MouseDoubleClickEvent Control.OnTemplateChanged(ControlTemplate, ControlTemplate) Control.ToString() Control.OnPreviewMouseDoubleClick(MouseButtonEventArgs) Control.OnMouseDoubleClick(MouseButtonEventArgs) Control.MeasureOverride(Size) Control.ArrangeOverride(Size) Control.BorderBrush Control.BorderThickness Control.Background Control.Foreground Control.FontFamily Control.FontSize Control.FontStretch Control.FontStyle Control.FontWeight Control.HorizontalContentAlignment Control.VerticalContentAlignment Control.TabIndex Control.IsTabStop Control.Padding Control.Template Control.HandlesScrolling Control.PreviewMouseDoubleClick Control.MouseDoubleClick FrameworkElement.StyleProperty FrameworkElement.OverridesDefaultStyleProperty FrameworkElement.UseLayoutRoundingProperty FrameworkElement.DefaultStyleKeyProperty FrameworkElement.DataContextProperty FrameworkElement.BindingGroupProperty FrameworkElement.LanguageProperty FrameworkElement.NameProperty FrameworkElement.TagProperty FrameworkElement.InputScopeProperty FrameworkElement.RequestBringIntoViewEvent FrameworkElement.SizeChangedEvent FrameworkElement.ActualWidthProperty FrameworkElement.ActualHeightProperty FrameworkElement.LayoutTransformProperty FrameworkElement.WidthProperty FrameworkElement.MinWidthProperty FrameworkElement.MaxWidthProperty FrameworkElement.HeightProperty FrameworkElement.MinHeightProperty FrameworkElement.MaxHeightProperty FrameworkElement.FlowDirectionProperty FrameworkElement.MarginProperty FrameworkElement.HorizontalAlignmentProperty FrameworkElement.VerticalAlignmentProperty FrameworkElement.FocusVisualStyleProperty FrameworkElement.CursorProperty FrameworkElement.ForceCursorProperty FrameworkElement.LoadedEvent FrameworkElement.UnloadedEvent FrameworkElement.ToolTipProperty FrameworkElement.ContextMenuProperty FrameworkElement.ToolTipOpeningEvent FrameworkElement.ToolTipClosingEvent FrameworkElement.ContextMenuOpeningEvent FrameworkElement.ContextMenuClosingEvent FrameworkElement.OnStyleChanged(Style, Style) FrameworkElement.ParentLayoutInvalidated(UIElement) FrameworkElement.ApplyTemplate() FrameworkElement.BeginStoryboard(Storyboard) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool) FrameworkElement.GetVisualChild(int) FrameworkElement.GetTemplateChild(string) FrameworkElement.FindResource(object) FrameworkElement.TryFindResource(object) FrameworkElement.SetResourceReference(DependencyProperty, object) FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs) FrameworkElement.OnVisualParentChanged(DependencyObject) FrameworkElement.GetBindingExpression(DependencyProperty) FrameworkElement.SetBinding(DependencyProperty, BindingBase) FrameworkElement.SetBinding(DependencyProperty, string) FrameworkElement.GetUIParentCore() FrameworkElement.BringIntoView() FrameworkElement.BringIntoView(Rect) FrameworkElement.GetFlowDirection(DependencyObject) FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) FrameworkElement.MeasureCore(Size) FrameworkElement.ArrangeCore(Rect) FrameworkElement.OnRenderSizeChanged(SizeChangedInfo) FrameworkElement.GetLayoutClip(Size) FrameworkElement.MoveFocus(TraversalRequest) FrameworkElement.PredictFocus(FocusNavigationDirection) FrameworkElement.OnGotFocus(RoutedEventArgs) FrameworkElement.BeginInit() FrameworkElement.EndInit() FrameworkElement.OnInitialized(EventArgs) FrameworkElement.OnToolTipOpening(ToolTipEventArgs) FrameworkElement.OnToolTipClosing(ToolTipEventArgs) FrameworkElement.OnContextMenuOpening(ContextMenuEventArgs) FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs) FrameworkElement.RegisterName(string, object) FrameworkElement.UnregisterName(string) FrameworkElement.FindName(string) FrameworkElement.UpdateDefaultStyle() FrameworkElement.AddLogicalChild(object) FrameworkElement.RemoveLogicalChild(object) FrameworkElement.Style FrameworkElement.OverridesDefaultStyle FrameworkElement.UseLayoutRounding FrameworkElement.DefaultStyleKey FrameworkElement.Triggers FrameworkElement.TemplatedParent FrameworkElement.VisualChildrenCount FrameworkElement.Resources FrameworkElement.InheritanceBehavior FrameworkElement.DataContext FrameworkElement.BindingGroup FrameworkElement.Language FrameworkElement.Name FrameworkElement.Tag FrameworkElement.InputScope FrameworkElement.ActualWidth FrameworkElement.ActualHeight FrameworkElement.LayoutTransform FrameworkElement.Width FrameworkElement.MinWidth FrameworkElement.MaxWidth FrameworkElement.Height FrameworkElement.MinHeight FrameworkElement.MaxHeight FrameworkElement.FlowDirection FrameworkElement.Margin FrameworkElement.HorizontalAlignment FrameworkElement.VerticalAlignment FrameworkElement.FocusVisualStyle FrameworkElement.Cursor FrameworkElement.ForceCursor FrameworkElement.IsInitialized FrameworkElement.IsLoaded FrameworkElement.ToolTip FrameworkElement.ContextMenu FrameworkElement.Parent FrameworkElement.LogicalChildren FrameworkElement.TargetUpdated FrameworkElement.SourceUpdated FrameworkElement.DataContextChanged FrameworkElement.RequestBringIntoView FrameworkElement.SizeChanged FrameworkElement.Initialized FrameworkElement.Loaded FrameworkElement.Unloaded FrameworkElement.ToolTipOpening FrameworkElement.ToolTipClosing FrameworkElement.ContextMenuOpening FrameworkElement.ContextMenuClosing UIElement.PreviewMouseDownEvent UIElement.MouseDownEvent UIElement.PreviewMouseUpEvent UIElement.MouseUpEvent UIElement.PreviewMouseLeftButtonDownEvent UIElement.MouseLeftButtonDownEvent UIElement.PreviewMouseLeftButtonUpEvent UIElement.MouseLeftButtonUpEvent UIElement.PreviewMouseRightButtonDownEvent UIElement.MouseRightButtonDownEvent UIElement.PreviewMouseRightButtonUpEvent UIElement.MouseRightButtonUpEvent UIElement.PreviewMouseMoveEvent UIElement.MouseMoveEvent UIElement.PreviewMouseWheelEvent UIElement.MouseWheelEvent UIElement.MouseEnterEvent UIElement.MouseLeaveEvent UIElement.GotMouseCaptureEvent UIElement.LostMouseCaptureEvent UIElement.QueryCursorEvent UIElement.PreviewStylusDownEvent UIElement.StylusDownEvent UIElement.PreviewStylusUpEvent UIElement.StylusUpEvent UIElement.PreviewStylusMoveEvent UIElement.StylusMoveEvent UIElement.PreviewStylusInAirMoveEvent UIElement.StylusInAirMoveEvent UIElement.StylusEnterEvent UIElement.StylusLeaveEvent UIElement.PreviewStylusInRangeEvent UIElement.StylusInRangeEvent UIElement.PreviewStylusOutOfRangeEvent UIElement.StylusOutOfRangeEvent UIElement.PreviewStylusSystemGestureEvent UIElement.StylusSystemGestureEvent UIElement.GotStylusCaptureEvent UIElement.LostStylusCaptureEvent UIElement.StylusButtonDownEvent UIElement.StylusButtonUpEvent UIElement.PreviewStylusButtonDownEvent UIElement.PreviewStylusButtonUpEvent UIElement.PreviewKeyDownEvent UIElement.KeyDownEvent UIElement.PreviewKeyUpEvent UIElement.KeyUpEvent UIElement.PreviewGotKeyboardFocusEvent UIElement.GotKeyboardFocusEvent UIElement.PreviewLostKeyboardFocusEvent UIElement.LostKeyboardFocusEvent UIElement.PreviewTextInputEvent UIElement.TextInputEvent UIElement.PreviewQueryContinueDragEvent UIElement.QueryContinueDragEvent UIElement.PreviewGiveFeedbackEvent UIElement.GiveFeedbackEvent UIElement.PreviewDragEnterEvent UIElement.DragEnterEvent UIElement.PreviewDragOverEvent UIElement.DragOverEvent UIElement.PreviewDragLeaveEvent UIElement.DragLeaveEvent UIElement.PreviewDropEvent UIElement.DropEvent UIElement.PreviewTouchDownEvent UIElement.TouchDownEvent UIElement.PreviewTouchMoveEvent UIElement.TouchMoveEvent UIElement.PreviewTouchUpEvent UIElement.TouchUpEvent UIElement.GotTouchCaptureEvent UIElement.LostTouchCaptureEvent UIElement.TouchEnterEvent UIElement.TouchLeaveEvent UIElement.IsMouseDirectlyOverProperty UIElement.IsMouseOverProperty UIElement.IsStylusOverProperty UIElement.IsKeyboardFocusWithinProperty UIElement.IsMouseCapturedProperty UIElement.IsMouseCaptureWithinProperty UIElement.IsStylusDirectlyOverProperty UIElement.IsStylusCapturedProperty UIElement.IsStylusCaptureWithinProperty UIElement.IsKeyboardFocusedProperty UIElement.AreAnyTouchesDirectlyOverProperty UIElement.AreAnyTouchesOverProperty UIElement.AreAnyTouchesCapturedProperty UIElement.AreAnyTouchesCapturedWithinProperty UIElement.AllowDropProperty UIElement.RenderTransformProperty UIElement.RenderTransformOriginProperty UIElement.OpacityProperty UIElement.OpacityMaskProperty UIElement.BitmapEffectProperty UIElement.EffectProperty UIElement.BitmapEffectInputProperty UIElement.CacheModeProperty UIElement.UidProperty UIElement.VisibilityProperty UIElement.ClipToBoundsProperty UIElement.ClipProperty UIElement.SnapsToDevicePixelsProperty UIElement.GotFocusEvent UIElement.LostFocusEvent UIElement.IsFocusedProperty UIElement.IsEnabledProperty UIElement.IsHitTestVisibleProperty UIElement.IsVisibleProperty UIElement.FocusableProperty UIElement.IsManipulationEnabledProperty UIElement.ManipulationStartingEvent UIElement.ManipulationStartedEvent UIElement.ManipulationDeltaEvent UIElement.ManipulationInertiaStartingEvent UIElement.ManipulationBoundaryFeedbackEvent UIElement.ManipulationCompletedEvent UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock) UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) UIElement.GetAnimationBaseValue(DependencyProperty) UIElement.RaiseEvent(RoutedEventArgs) UIElement.AddHandler(RoutedEvent, Delegate) UIElement.AddHandler(RoutedEvent, Delegate, bool) UIElement.RemoveHandler(RoutedEvent, Delegate) UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) UIElement.OnPreviewMouseDown(MouseButtonEventArgs) UIElement.OnMouseDown(MouseButtonEventArgs) UIElement.OnPreviewMouseUp(MouseButtonEventArgs) UIElement.OnMouseUp(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseMove(MouseEventArgs) UIElement.OnMouseMove(MouseEventArgs) UIElement.OnPreviewMouseWheel(MouseWheelEventArgs) UIElement.OnMouseWheel(MouseWheelEventArgs) UIElement.OnMouseEnter(MouseEventArgs) UIElement.OnMouseLeave(MouseEventArgs) UIElement.OnGotMouseCapture(MouseEventArgs) UIElement.OnLostMouseCapture(MouseEventArgs) UIElement.OnQueryCursor(QueryCursorEventArgs) UIElement.OnPreviewStylusDown(StylusDownEventArgs) UIElement.OnStylusDown(StylusDownEventArgs) UIElement.OnPreviewStylusUp(StylusEventArgs) UIElement.OnStylusUp(StylusEventArgs) UIElement.OnPreviewStylusMove(StylusEventArgs) UIElement.OnStylusMove(StylusEventArgs) UIElement.OnPreviewStylusInAirMove(StylusEventArgs) UIElement.OnStylusInAirMove(StylusEventArgs) UIElement.OnStylusEnter(StylusEventArgs) UIElement.OnStylusLeave(StylusEventArgs) UIElement.OnPreviewStylusInRange(StylusEventArgs) UIElement.OnStylusInRange(StylusEventArgs) UIElement.OnPreviewStylusOutOfRange(StylusEventArgs) UIElement.OnStylusOutOfRange(StylusEventArgs) UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnGotStylusCapture(StylusEventArgs) UIElement.OnLostStylusCapture(StylusEventArgs) UIElement.OnStylusButtonDown(StylusButtonEventArgs) UIElement.OnStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewKeyDown(KeyEventArgs) UIElement.OnKeyDown(KeyEventArgs) UIElement.OnPreviewKeyUp(KeyEventArgs) UIElement.OnKeyUp(KeyEventArgs) UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewTextInput(TextCompositionEventArgs) UIElement.OnTextInput(TextCompositionEventArgs) UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs) UIElement.OnGiveFeedback(GiveFeedbackEventArgs) UIElement.OnPreviewDragEnter(DragEventArgs) UIElement.OnDragEnter(DragEventArgs) UIElement.OnPreviewDragOver(DragEventArgs) UIElement.OnDragOver(DragEventArgs) UIElement.OnPreviewDragLeave(DragEventArgs) UIElement.OnDragLeave(DragEventArgs) UIElement.OnPreviewDrop(DragEventArgs) UIElement.OnDrop(DragEventArgs) UIElement.OnPreviewTouchDown(TouchEventArgs) UIElement.OnTouchDown(TouchEventArgs) UIElement.OnPreviewTouchMove(TouchEventArgs) UIElement.OnTouchMove(TouchEventArgs) UIElement.OnPreviewTouchUp(TouchEventArgs) UIElement.OnTouchUp(TouchEventArgs) UIElement.OnGotTouchCapture(TouchEventArgs) UIElement.OnLostTouchCapture(TouchEventArgs) UIElement.OnTouchEnter(TouchEventArgs) UIElement.OnTouchLeave(TouchEventArgs) UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) UIElement.InvalidateMeasure() UIElement.InvalidateArrange() UIElement.InvalidateVisual() UIElement.OnChildDesiredSizeChanged(UIElement) UIElement.Measure(Size) UIElement.Arrange(Rect) UIElement.OnRender(DrawingContext) UIElement.UpdateLayout() UIElement.TranslatePoint(Point, UIElement) UIElement.InputHitTest(Point) UIElement.CaptureMouse() UIElement.ReleaseMouseCapture() UIElement.CaptureStylus() UIElement.ReleaseStylusCapture() UIElement.Focus() UIElement.OnAccessKey(AccessKeyEventArgs) UIElement.HitTestCore(PointHitTestParameters) UIElement.HitTestCore(GeometryHitTestParameters) UIElement.OnLostFocus(RoutedEventArgs) UIElement.OnCreateAutomationPeer() UIElement.OnManipulationStarting(ManipulationStartingEventArgs) UIElement.OnManipulationStarted(ManipulationStartedEventArgs) UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) UIElement.CaptureTouch(TouchDevice) UIElement.ReleaseTouchCapture(TouchDevice) UIElement.ReleaseAllTouchCaptures() UIElement.HasAnimatedProperties UIElement.InputBindings UIElement.CommandBindings UIElement.AllowDrop UIElement.StylusPlugIns UIElement.DesiredSize UIElement.IsMeasureValid UIElement.IsArrangeValid UIElement.RenderSize UIElement.RenderTransform UIElement.RenderTransformOrigin UIElement.IsMouseDirectlyOver UIElement.IsMouseOver UIElement.IsStylusOver UIElement.IsKeyboardFocusWithin UIElement.IsMouseCaptured UIElement.IsMouseCaptureWithin UIElement.IsStylusDirectlyOver UIElement.IsStylusCaptured UIElement.IsStylusCaptureWithin UIElement.IsKeyboardFocused UIElement.IsInputMethodEnabled UIElement.Opacity UIElement.OpacityMask UIElement.BitmapEffect UIElement.Effect UIElement.BitmapEffectInput UIElement.CacheMode UIElement.Uid UIElement.Visibility UIElement.ClipToBounds UIElement.Clip UIElement.SnapsToDevicePixels UIElement.HasEffectiveKeyboardFocus UIElement.IsFocused UIElement.IsEnabled UIElement.IsEnabledCore UIElement.IsHitTestVisible UIElement.IsVisible UIElement.Focusable UIElement.PersistId UIElement.IsManipulationEnabled UIElement.AreAnyTouchesOver UIElement.AreAnyTouchesDirectlyOver UIElement.AreAnyTouchesCapturedWithin UIElement.AreAnyTouchesCaptured UIElement.TouchesCaptured UIElement.TouchesCapturedWithin UIElement.TouchesOver UIElement.TouchesDirectlyOver UIElement.PreviewMouseDown UIElement.MouseDown UIElement.PreviewMouseUp UIElement.MouseUp UIElement.PreviewMouseLeftButtonDown UIElement.MouseLeftButtonDown UIElement.PreviewMouseLeftButtonUp UIElement.MouseLeftButtonUp UIElement.PreviewMouseRightButtonDown UIElement.MouseRightButtonDown UIElement.PreviewMouseRightButtonUp UIElement.MouseRightButtonUp UIElement.PreviewMouseMove UIElement.MouseMove UIElement.PreviewMouseWheel UIElement.MouseWheel UIElement.MouseEnter UIElement.MouseLeave UIElement.GotMouseCapture UIElement.LostMouseCapture UIElement.QueryCursor UIElement.PreviewStylusDown UIElement.StylusDown UIElement.PreviewStylusUp UIElement.StylusUp UIElement.PreviewStylusMove UIElement.StylusMove UIElement.PreviewStylusInAirMove UIElement.StylusInAirMove UIElement.StylusEnter UIElement.StylusLeave UIElement.PreviewStylusInRange UIElement.StylusInRange UIElement.PreviewStylusOutOfRange UIElement.StylusOutOfRange UIElement.PreviewStylusSystemGesture UIElement.StylusSystemGesture UIElement.GotStylusCapture UIElement.LostStylusCapture UIElement.StylusButtonDown UIElement.StylusButtonUp UIElement.PreviewStylusButtonDown UIElement.PreviewStylusButtonUp UIElement.PreviewKeyDown UIElement.KeyDown UIElement.PreviewKeyUp UIElement.KeyUp UIElement.PreviewGotKeyboardFocus UIElement.GotKeyboardFocus UIElement.PreviewLostKeyboardFocus UIElement.LostKeyboardFocus UIElement.PreviewTextInput UIElement.TextInput UIElement.PreviewQueryContinueDrag UIElement.QueryContinueDrag UIElement.PreviewGiveFeedback UIElement.GiveFeedback UIElement.PreviewDragEnter UIElement.DragEnter UIElement.PreviewDragOver UIElement.DragOver UIElement.PreviewDragLeave UIElement.DragLeave UIElement.PreviewDrop UIElement.Drop UIElement.PreviewTouchDown UIElement.TouchDown UIElement.PreviewTouchMove UIElement.TouchMove UIElement.PreviewTouchUp UIElement.TouchUp UIElement.GotTouchCapture UIElement.LostTouchCapture UIElement.TouchEnter UIElement.TouchLeave UIElement.IsMouseDirectlyOverChanged UIElement.IsKeyboardFocusWithinChanged UIElement.IsMouseCapturedChanged UIElement.IsMouseCaptureWithinChanged UIElement.IsStylusDirectlyOverChanged UIElement.IsStylusCapturedChanged UIElement.IsStylusCaptureWithinChanged UIElement.IsKeyboardFocusedChanged UIElement.LayoutUpdated UIElement.GotFocus UIElement.LostFocus UIElement.IsEnabledChanged UIElement.IsHitTestVisibleChanged UIElement.IsVisibleChanged UIElement.FocusableChanged UIElement.ManipulationStarting UIElement.ManipulationStarted UIElement.ManipulationDelta UIElement.ManipulationInertiaStarting UIElement.ManipulationBoundaryFeedback UIElement.ManipulationCompleted Visual.AddVisualChild(Visual) Visual.RemoveVisualChild(Visual) Visual.OnVisualChildrenChanged(DependencyObject, DependencyObject) Visual.OnDpiChanged(DpiScale, DpiScale) Visual.IsAncestorOf(DependencyObject) Visual.IsDescendantOf(DependencyObject) Visual.FindCommonVisualAncestor(DependencyObject) Visual.TransformToAncestor(Visual) Visual.TransformToAncestor(Visual3D) Visual.TransformToDescendant(Visual) Visual.TransformToVisual(Visual) Visual.PointToScreen(Point) Visual.PointFromScreen(Point) Visual.VisualParent Visual.VisualTransform Visual.VisualEffect Visual.VisualBitmapEffect Visual.VisualBitmapEffectInput Visual.VisualCacheMode Visual.VisualScrollableAreaClip Visual.VisualClip Visual.VisualOffset Visual.VisualOpacity Visual.VisualEdgeMode Visual.VisualBitmapScalingMode Visual.VisualClearTypeHint Visual.VisualTextRenderingMode Visual.VisualTextHintingMode Visual.VisualOpacityMask Visual.VisualXSnappingGuidelines Visual.VisualYSnappingGuidelines DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class BindablePasswordBox : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient Constructors BindablePasswordBox() Declaration public BindablePasswordBox() Fields PasswordMaxLengthProperty Declaration public static readonly DependencyProperty PasswordMaxLengthProperty Field Value Type Description DependencyProperty PasswordProperty Declaration public static readonly DependencyProperty PasswordProperty Field Value Type Description DependencyProperty Properties Password Declaration public string Password { get; set; } Property Value Type Description string PasswordMaxLength Declaration public int PasswordMaxLength { get; set; } Property Value Type Description int Methods OnApplyTemplate() Declaration public override void OnApplyTemplate() Overrides FrameworkElement.OnApplyTemplate() passwordDp_PasswordChanged(object, RoutedEventArgs) Declaration public void passwordDp_PasswordChanged(object sender, RoutedEventArgs e) Parameters Type Name Description object sender RoutedEventArgs e Events PasswordChanged Declaration public event RoutedEventHandler PasswordChanged Event Type Type Description RoutedEventHandler Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class BindablePasswordBox Inheritance System.Object BindablePasswordBox Namespace : Sdl.Desktop.Platform.Controls.Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class BindablePasswordBox : Control Constructors BindablePasswordBox() Declaration public BindablePasswordBox() Fields PasswordMaxLengthProperty Declaration public static readonly DependencyProperty PasswordMaxLengthProperty Field Value Type Description System.Windows.DependencyProperty PasswordProperty Declaration public static readonly DependencyProperty PasswordProperty Field Value Type Description System.Windows.DependencyProperty Properties Password Declaration public string Password { get; set; } Property Value Type Description System.String PasswordMaxLength Declaration public int PasswordMaxLength { get; set; } Property Value Type Description System.Int32 Methods OnApplyTemplate() Declaration public override void OnApplyTemplate() passwordDp_PasswordChanged(Object, RoutedEventArgs) Declaration public void passwordDp_PasswordChanged(object sender, RoutedEventArgs e) Parameters Type Name Description System.Object sender System.Windows.RoutedEventArgs e Events PasswordChanged Declaration public event RoutedEventHandler PasswordChanged Event Type Type Description System.Windows.RoutedEventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.ButtonsAlignment.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.ButtonsAlignment.html", "title": "Enum ButtonsAlignment", - "keywords": "Enum ButtonsAlignment Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public enum ButtonsAlignment Fields Name Description Left Right Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Enum ButtonsAlignment Namespace : Sdl.Desktop.Platform.Controls.Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public enum ButtonsAlignment Fields Name Description Left Right Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.html", "title": "Class ComboBoxTreeViewWithNewItem", - "keywords": "Class ComboBoxTreeViewWithNewItem Inheritance object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ItemsControl Selector ComboBox ComboBoxTreeViewWithNewItem Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IContainItemStorage Inherited Members ComboBox.MaxDropDownHeightProperty ComboBox.IsDropDownOpenProperty ComboBox.ShouldPreserveUserEnteredPrefixProperty ComboBox.IsEditableProperty ComboBox.TextProperty ComboBox.IsReadOnlyProperty ComboBox.SelectionBoxItemProperty ComboBox.SelectionBoxItemTemplateProperty ComboBox.SelectionBoxItemStringFormatProperty ComboBox.StaysOpenOnEditProperty ComboBox.OnSelectionChanged(SelectionChangedEventArgs) ComboBox.PrepareContainerForItemOverride(DependencyObject, object) ComboBox.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) ComboBox.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) ComboBox.IsItemItsOwnContainerOverride(object) ComboBox.GetContainerForItemOverride() ComboBox.OnPreviewKeyDown(KeyEventArgs) ComboBox.OnKeyDown(KeyEventArgs) ComboBox.OnMouseLeftButtonUp(MouseButtonEventArgs) ComboBox.OnCreateAutomationPeer() ComboBox.MaxDropDownHeight ComboBox.IsDropDownOpen ComboBox.ShouldPreserveUserEnteredPrefix ComboBox.IsEditable ComboBox.Text ComboBox.IsReadOnly ComboBox.SelectionBoxItem ComboBox.SelectionBoxItemTemplate ComboBox.SelectionBoxItemStringFormat ComboBox.StaysOpenOnEdit ComboBox.IsSelectionBoxHighlighted ComboBox.HandlesScrolling ComboBox.HasEffectiveKeyboardFocus ComboBox.DropDownOpened ComboBox.DropDownClosed Selector.SelectionChangedEvent Selector.SelectedEvent Selector.UnselectedEvent Selector.IsSelectionActiveProperty Selector.IsSelectedProperty Selector.IsSynchronizedWithCurrentItemProperty Selector.SelectedIndexProperty Selector.SelectedValueProperty Selector.SelectedValuePathProperty Selector.AddSelectedHandler(DependencyObject, RoutedEventHandler) Selector.RemoveSelectedHandler(DependencyObject, RoutedEventHandler) Selector.AddUnselectedHandler(DependencyObject, RoutedEventHandler) Selector.RemoveUnselectedHandler(DependencyObject, RoutedEventHandler) Selector.GetIsSelectionActive(DependencyObject) Selector.GetIsSelected(DependencyObject) Selector.SetIsSelected(DependencyObject, bool) Selector.ClearContainerForItemOverride(DependencyObject, object) Selector.OnItemsChanged(NotifyCollectionChangedEventArgs) Selector.OnItemsSourceChanged(IEnumerable, IEnumerable) Selector.OnInitialized(EventArgs) Selector.IsSynchronizedWithCurrentItem Selector.SelectedIndex Selector.SelectedValue Selector.SelectedValuePath Selector.SelectionChanged ItemsControl.ItemsSourceProperty ItemsControl.HasItemsProperty ItemsControl.DisplayMemberPathProperty ItemsControl.ItemTemplateProperty ItemsControl.ItemTemplateSelectorProperty ItemsControl.ItemStringFormatProperty ItemsControl.ItemBindingGroupProperty ItemsControl.ItemContainerStyleProperty ItemsControl.ItemContainerStyleSelectorProperty ItemsControl.ItemsPanelProperty ItemsControl.IsGroupingProperty ItemsControl.GroupStyleSelectorProperty ItemsControl.AlternationCountProperty ItemsControl.AlternationIndexProperty ItemsControl.IsTextSearchEnabledProperty ItemsControl.IsTextSearchCaseSensitiveProperty ItemsControl.OnDisplayMemberPathChanged(string, string) ItemsControl.OnItemTemplateChanged(DataTemplate, DataTemplate) ItemsControl.OnItemTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector) ItemsControl.OnItemStringFormatChanged(string, string) ItemsControl.OnItemBindingGroupChanged(BindingGroup, BindingGroup) ItemsControl.OnItemContainerStyleChanged(Style, Style) ItemsControl.OnItemContainerStyleSelectorChanged(StyleSelector, StyleSelector) ItemsControl.GetItemsOwner(DependencyObject) ItemsControl.OnItemsPanelChanged(ItemsPanelTemplate, ItemsPanelTemplate) ItemsControl.OnGroupStyleSelectorChanged(GroupStyleSelector, GroupStyleSelector) ItemsControl.OnAlternationCountChanged(int, int) ItemsControl.GetAlternationIndex(DependencyObject) ItemsControl.ItemsControlFromItemContainer(DependencyObject) ItemsControl.ContainerFromElement(ItemsControl, DependencyObject) ItemsControl.ContainerFromElement(DependencyObject) ItemsControl.AddChild(object) ItemsControl.AddText(string) ItemsControl.BeginInit() ItemsControl.EndInit() ItemsControl.IsItemItsOwnContainer(object) ItemsControl.OnTextInput(TextCompositionEventArgs) ItemsControl.ShouldApplyItemContainerStyle(DependencyObject, object) ItemsControl.ToString() ItemsControl.Items ItemsControl.ItemsSource ItemsControl.ItemContainerGenerator ItemsControl.LogicalChildren ItemsControl.HasItems ItemsControl.DisplayMemberPath ItemsControl.ItemTemplate ItemsControl.ItemTemplateSelector ItemsControl.ItemStringFormat ItemsControl.ItemBindingGroup ItemsControl.ItemContainerStyle ItemsControl.ItemContainerStyleSelector ItemsControl.ItemsPanel ItemsControl.IsGrouping ItemsControl.GroupStyle ItemsControl.GroupStyleSelector ItemsControl.AlternationCount ItemsControl.IsTextSearchEnabled ItemsControl.IsTextSearchCaseSensitive Control.BorderBrushProperty Control.BorderThicknessProperty Control.BackgroundProperty Control.ForegroundProperty Control.FontFamilyProperty Control.FontSizeProperty Control.FontStretchProperty Control.FontStyleProperty Control.FontWeightProperty Control.HorizontalContentAlignmentProperty Control.VerticalContentAlignmentProperty Control.TabIndexProperty Control.IsTabStopProperty Control.PaddingProperty Control.TemplateProperty Control.PreviewMouseDoubleClickEvent Control.MouseDoubleClickEvent Control.OnTemplateChanged(ControlTemplate, ControlTemplate) Control.OnPreviewMouseDoubleClick(MouseButtonEventArgs) Control.OnMouseDoubleClick(MouseButtonEventArgs) Control.MeasureOverride(Size) Control.ArrangeOverride(Size) Control.BorderBrush Control.BorderThickness Control.Background Control.Foreground Control.FontFamily Control.FontSize Control.FontStretch Control.FontStyle Control.FontWeight Control.HorizontalContentAlignment Control.VerticalContentAlignment Control.TabIndex Control.IsTabStop Control.Padding Control.Template Control.PreviewMouseDoubleClick Control.MouseDoubleClick FrameworkElement.StyleProperty FrameworkElement.OverridesDefaultStyleProperty FrameworkElement.UseLayoutRoundingProperty FrameworkElement.DefaultStyleKeyProperty FrameworkElement.DataContextProperty FrameworkElement.BindingGroupProperty FrameworkElement.LanguageProperty FrameworkElement.NameProperty FrameworkElement.TagProperty FrameworkElement.InputScopeProperty FrameworkElement.RequestBringIntoViewEvent FrameworkElement.SizeChangedEvent FrameworkElement.ActualWidthProperty FrameworkElement.ActualHeightProperty FrameworkElement.LayoutTransformProperty FrameworkElement.WidthProperty FrameworkElement.MinWidthProperty FrameworkElement.MaxWidthProperty FrameworkElement.HeightProperty FrameworkElement.MinHeightProperty FrameworkElement.MaxHeightProperty FrameworkElement.FlowDirectionProperty FrameworkElement.MarginProperty FrameworkElement.HorizontalAlignmentProperty FrameworkElement.VerticalAlignmentProperty FrameworkElement.FocusVisualStyleProperty FrameworkElement.CursorProperty FrameworkElement.ForceCursorProperty FrameworkElement.LoadedEvent FrameworkElement.UnloadedEvent FrameworkElement.ToolTipProperty FrameworkElement.ContextMenuProperty FrameworkElement.ToolTipOpeningEvent FrameworkElement.ToolTipClosingEvent FrameworkElement.ContextMenuOpeningEvent FrameworkElement.ContextMenuClosingEvent FrameworkElement.OnStyleChanged(Style, Style) FrameworkElement.ParentLayoutInvalidated(UIElement) FrameworkElement.ApplyTemplate() FrameworkElement.BeginStoryboard(Storyboard) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool) FrameworkElement.GetVisualChild(int) FrameworkElement.GetTemplateChild(string) FrameworkElement.FindResource(object) FrameworkElement.TryFindResource(object) FrameworkElement.SetResourceReference(DependencyProperty, object) FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs) FrameworkElement.OnVisualParentChanged(DependencyObject) FrameworkElement.GetBindingExpression(DependencyProperty) FrameworkElement.SetBinding(DependencyProperty, BindingBase) FrameworkElement.SetBinding(DependencyProperty, string) FrameworkElement.GetUIParentCore() FrameworkElement.BringIntoView() FrameworkElement.BringIntoView(Rect) FrameworkElement.GetFlowDirection(DependencyObject) FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) FrameworkElement.MeasureCore(Size) FrameworkElement.ArrangeCore(Rect) FrameworkElement.OnRenderSizeChanged(SizeChangedInfo) FrameworkElement.GetLayoutClip(Size) FrameworkElement.MoveFocus(TraversalRequest) FrameworkElement.PredictFocus(FocusNavigationDirection) FrameworkElement.OnGotFocus(RoutedEventArgs) FrameworkElement.OnToolTipOpening(ToolTipEventArgs) FrameworkElement.OnToolTipClosing(ToolTipEventArgs) FrameworkElement.OnContextMenuOpening(ContextMenuEventArgs) FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs) FrameworkElement.RegisterName(string, object) FrameworkElement.UnregisterName(string) FrameworkElement.FindName(string) FrameworkElement.UpdateDefaultStyle() FrameworkElement.AddLogicalChild(object) FrameworkElement.RemoveLogicalChild(object) FrameworkElement.Style FrameworkElement.OverridesDefaultStyle FrameworkElement.UseLayoutRounding FrameworkElement.DefaultStyleKey FrameworkElement.Triggers FrameworkElement.TemplatedParent FrameworkElement.VisualChildrenCount FrameworkElement.Resources FrameworkElement.InheritanceBehavior FrameworkElement.DataContext FrameworkElement.BindingGroup FrameworkElement.Language FrameworkElement.Name FrameworkElement.Tag FrameworkElement.InputScope FrameworkElement.ActualWidth FrameworkElement.ActualHeight FrameworkElement.LayoutTransform FrameworkElement.Width FrameworkElement.MinWidth FrameworkElement.MaxWidth FrameworkElement.Height FrameworkElement.MinHeight FrameworkElement.MaxHeight FrameworkElement.FlowDirection FrameworkElement.Margin FrameworkElement.HorizontalAlignment FrameworkElement.VerticalAlignment FrameworkElement.FocusVisualStyle FrameworkElement.Cursor FrameworkElement.ForceCursor FrameworkElement.IsInitialized FrameworkElement.IsLoaded FrameworkElement.ToolTip FrameworkElement.ContextMenu FrameworkElement.Parent FrameworkElement.TargetUpdated FrameworkElement.SourceUpdated FrameworkElement.DataContextChanged FrameworkElement.RequestBringIntoView FrameworkElement.SizeChanged FrameworkElement.Initialized FrameworkElement.Loaded FrameworkElement.Unloaded FrameworkElement.ToolTipOpening FrameworkElement.ToolTipClosing FrameworkElement.ContextMenuOpening FrameworkElement.ContextMenuClosing UIElement.PreviewMouseDownEvent UIElement.MouseDownEvent UIElement.PreviewMouseUpEvent UIElement.MouseUpEvent UIElement.PreviewMouseLeftButtonDownEvent UIElement.MouseLeftButtonDownEvent UIElement.PreviewMouseLeftButtonUpEvent UIElement.MouseLeftButtonUpEvent UIElement.PreviewMouseRightButtonDownEvent UIElement.MouseRightButtonDownEvent UIElement.PreviewMouseRightButtonUpEvent UIElement.MouseRightButtonUpEvent UIElement.PreviewMouseMoveEvent UIElement.MouseMoveEvent UIElement.PreviewMouseWheelEvent UIElement.MouseWheelEvent UIElement.MouseEnterEvent UIElement.MouseLeaveEvent UIElement.GotMouseCaptureEvent UIElement.LostMouseCaptureEvent UIElement.QueryCursorEvent UIElement.PreviewStylusDownEvent UIElement.StylusDownEvent UIElement.PreviewStylusUpEvent UIElement.StylusUpEvent UIElement.PreviewStylusMoveEvent UIElement.StylusMoveEvent UIElement.PreviewStylusInAirMoveEvent UIElement.StylusInAirMoveEvent UIElement.StylusEnterEvent UIElement.StylusLeaveEvent UIElement.PreviewStylusInRangeEvent UIElement.StylusInRangeEvent UIElement.PreviewStylusOutOfRangeEvent UIElement.StylusOutOfRangeEvent UIElement.PreviewStylusSystemGestureEvent UIElement.StylusSystemGestureEvent UIElement.GotStylusCaptureEvent UIElement.LostStylusCaptureEvent UIElement.StylusButtonDownEvent UIElement.StylusButtonUpEvent UIElement.PreviewStylusButtonDownEvent UIElement.PreviewStylusButtonUpEvent UIElement.PreviewKeyDownEvent UIElement.KeyDownEvent UIElement.PreviewKeyUpEvent UIElement.KeyUpEvent UIElement.PreviewGotKeyboardFocusEvent UIElement.GotKeyboardFocusEvent UIElement.PreviewLostKeyboardFocusEvent UIElement.LostKeyboardFocusEvent UIElement.PreviewTextInputEvent UIElement.TextInputEvent UIElement.PreviewQueryContinueDragEvent UIElement.QueryContinueDragEvent UIElement.PreviewGiveFeedbackEvent UIElement.GiveFeedbackEvent UIElement.PreviewDragEnterEvent UIElement.DragEnterEvent UIElement.PreviewDragOverEvent UIElement.DragOverEvent UIElement.PreviewDragLeaveEvent UIElement.DragLeaveEvent UIElement.PreviewDropEvent UIElement.DropEvent UIElement.PreviewTouchDownEvent UIElement.TouchDownEvent UIElement.PreviewTouchMoveEvent UIElement.TouchMoveEvent UIElement.PreviewTouchUpEvent UIElement.TouchUpEvent UIElement.GotTouchCaptureEvent UIElement.LostTouchCaptureEvent UIElement.TouchEnterEvent UIElement.TouchLeaveEvent UIElement.IsMouseDirectlyOverProperty UIElement.IsMouseOverProperty UIElement.IsStylusOverProperty UIElement.IsKeyboardFocusWithinProperty UIElement.IsMouseCapturedProperty UIElement.IsMouseCaptureWithinProperty UIElement.IsStylusDirectlyOverProperty UIElement.IsStylusCapturedProperty UIElement.IsStylusCaptureWithinProperty UIElement.IsKeyboardFocusedProperty UIElement.AreAnyTouchesDirectlyOverProperty UIElement.AreAnyTouchesOverProperty UIElement.AreAnyTouchesCapturedProperty UIElement.AreAnyTouchesCapturedWithinProperty UIElement.AllowDropProperty UIElement.RenderTransformProperty UIElement.RenderTransformOriginProperty UIElement.OpacityProperty UIElement.OpacityMaskProperty UIElement.BitmapEffectProperty UIElement.EffectProperty UIElement.BitmapEffectInputProperty UIElement.CacheModeProperty UIElement.UidProperty UIElement.VisibilityProperty UIElement.ClipToBoundsProperty UIElement.ClipProperty UIElement.SnapsToDevicePixelsProperty UIElement.GotFocusEvent UIElement.LostFocusEvent UIElement.IsFocusedProperty UIElement.IsEnabledProperty UIElement.IsHitTestVisibleProperty UIElement.IsVisibleProperty UIElement.FocusableProperty UIElement.IsManipulationEnabledProperty UIElement.ManipulationStartingEvent UIElement.ManipulationStartedEvent UIElement.ManipulationDeltaEvent UIElement.ManipulationInertiaStartingEvent UIElement.ManipulationBoundaryFeedbackEvent UIElement.ManipulationCompletedEvent UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock) UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) UIElement.GetAnimationBaseValue(DependencyProperty) UIElement.RaiseEvent(RoutedEventArgs) UIElement.AddHandler(RoutedEvent, Delegate) UIElement.AddHandler(RoutedEvent, Delegate, bool) UIElement.RemoveHandler(RoutedEvent, Delegate) UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) UIElement.OnPreviewMouseDown(MouseButtonEventArgs) UIElement.OnMouseDown(MouseButtonEventArgs) UIElement.OnPreviewMouseUp(MouseButtonEventArgs) UIElement.OnMouseUp(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseMove(MouseEventArgs) UIElement.OnMouseMove(MouseEventArgs) UIElement.OnPreviewMouseWheel(MouseWheelEventArgs) UIElement.OnMouseWheel(MouseWheelEventArgs) UIElement.OnMouseEnter(MouseEventArgs) UIElement.OnMouseLeave(MouseEventArgs) UIElement.OnGotMouseCapture(MouseEventArgs) UIElement.OnLostMouseCapture(MouseEventArgs) UIElement.OnQueryCursor(QueryCursorEventArgs) UIElement.OnPreviewStylusDown(StylusDownEventArgs) UIElement.OnStylusDown(StylusDownEventArgs) UIElement.OnPreviewStylusUp(StylusEventArgs) UIElement.OnStylusUp(StylusEventArgs) UIElement.OnPreviewStylusMove(StylusEventArgs) UIElement.OnStylusMove(StylusEventArgs) UIElement.OnPreviewStylusInAirMove(StylusEventArgs) UIElement.OnStylusInAirMove(StylusEventArgs) UIElement.OnStylusEnter(StylusEventArgs) UIElement.OnStylusLeave(StylusEventArgs) UIElement.OnPreviewStylusInRange(StylusEventArgs) UIElement.OnStylusInRange(StylusEventArgs) UIElement.OnPreviewStylusOutOfRange(StylusEventArgs) UIElement.OnStylusOutOfRange(StylusEventArgs) UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnGotStylusCapture(StylusEventArgs) UIElement.OnLostStylusCapture(StylusEventArgs) UIElement.OnStylusButtonDown(StylusButtonEventArgs) UIElement.OnStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewKeyUp(KeyEventArgs) UIElement.OnKeyUp(KeyEventArgs) UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewTextInput(TextCompositionEventArgs) UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs) UIElement.OnGiveFeedback(GiveFeedbackEventArgs) UIElement.OnPreviewDragEnter(DragEventArgs) UIElement.OnDragEnter(DragEventArgs) UIElement.OnPreviewDragOver(DragEventArgs) UIElement.OnDragOver(DragEventArgs) UIElement.OnPreviewDragLeave(DragEventArgs) UIElement.OnDragLeave(DragEventArgs) UIElement.OnPreviewDrop(DragEventArgs) UIElement.OnDrop(DragEventArgs) UIElement.OnPreviewTouchDown(TouchEventArgs) UIElement.OnTouchDown(TouchEventArgs) UIElement.OnPreviewTouchMove(TouchEventArgs) UIElement.OnTouchMove(TouchEventArgs) UIElement.OnPreviewTouchUp(TouchEventArgs) UIElement.OnTouchUp(TouchEventArgs) UIElement.OnGotTouchCapture(TouchEventArgs) UIElement.OnLostTouchCapture(TouchEventArgs) UIElement.OnTouchEnter(TouchEventArgs) UIElement.OnTouchLeave(TouchEventArgs) UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) UIElement.InvalidateMeasure() UIElement.InvalidateArrange() UIElement.InvalidateVisual() UIElement.OnChildDesiredSizeChanged(UIElement) UIElement.Measure(Size) UIElement.Arrange(Rect) UIElement.OnRender(DrawingContext) UIElement.UpdateLayout() UIElement.TranslatePoint(Point, UIElement) UIElement.InputHitTest(Point) UIElement.CaptureMouse() UIElement.ReleaseMouseCapture() UIElement.CaptureStylus() UIElement.ReleaseStylusCapture() UIElement.Focus() UIElement.OnAccessKey(AccessKeyEventArgs) UIElement.HitTestCore(PointHitTestParameters) UIElement.HitTestCore(GeometryHitTestParameters) UIElement.OnLostFocus(RoutedEventArgs) UIElement.OnManipulationStarting(ManipulationStartingEventArgs) UIElement.OnManipulationStarted(ManipulationStartedEventArgs) UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) UIElement.CaptureTouch(TouchDevice) UIElement.ReleaseTouchCapture(TouchDevice) UIElement.ReleaseAllTouchCaptures() UIElement.HasAnimatedProperties UIElement.InputBindings UIElement.CommandBindings UIElement.AllowDrop UIElement.StylusPlugIns UIElement.DesiredSize UIElement.IsMeasureValid UIElement.IsArrangeValid UIElement.RenderSize UIElement.RenderTransform UIElement.RenderTransformOrigin UIElement.IsMouseDirectlyOver UIElement.IsMouseOver UIElement.IsStylusOver UIElement.IsKeyboardFocusWithin UIElement.IsMouseCaptured UIElement.IsMouseCaptureWithin UIElement.IsStylusDirectlyOver UIElement.IsStylusCaptured UIElement.IsStylusCaptureWithin UIElement.IsKeyboardFocused UIElement.IsInputMethodEnabled UIElement.Opacity UIElement.OpacityMask UIElement.BitmapEffect UIElement.Effect UIElement.BitmapEffectInput UIElement.CacheMode UIElement.Uid UIElement.Visibility UIElement.ClipToBounds UIElement.Clip UIElement.SnapsToDevicePixels UIElement.IsFocused UIElement.IsEnabled UIElement.IsEnabledCore UIElement.IsHitTestVisible UIElement.IsVisible UIElement.Focusable UIElement.PersistId UIElement.IsManipulationEnabled UIElement.AreAnyTouchesOver UIElement.AreAnyTouchesDirectlyOver UIElement.AreAnyTouchesCapturedWithin UIElement.AreAnyTouchesCaptured UIElement.TouchesCaptured UIElement.TouchesCapturedWithin UIElement.TouchesOver UIElement.TouchesDirectlyOver UIElement.PreviewMouseDown UIElement.MouseDown UIElement.PreviewMouseUp UIElement.MouseUp UIElement.PreviewMouseLeftButtonDown UIElement.MouseLeftButtonDown UIElement.PreviewMouseLeftButtonUp UIElement.MouseLeftButtonUp UIElement.PreviewMouseRightButtonDown UIElement.MouseRightButtonDown UIElement.PreviewMouseRightButtonUp UIElement.MouseRightButtonUp UIElement.PreviewMouseMove UIElement.MouseMove UIElement.PreviewMouseWheel UIElement.MouseWheel UIElement.MouseEnter UIElement.MouseLeave UIElement.GotMouseCapture UIElement.LostMouseCapture UIElement.QueryCursor UIElement.PreviewStylusDown UIElement.StylusDown UIElement.PreviewStylusUp UIElement.StylusUp UIElement.PreviewStylusMove UIElement.StylusMove UIElement.PreviewStylusInAirMove UIElement.StylusInAirMove UIElement.StylusEnter UIElement.StylusLeave UIElement.PreviewStylusInRange UIElement.StylusInRange UIElement.PreviewStylusOutOfRange UIElement.StylusOutOfRange UIElement.PreviewStylusSystemGesture UIElement.StylusSystemGesture UIElement.GotStylusCapture UIElement.LostStylusCapture UIElement.StylusButtonDown UIElement.StylusButtonUp UIElement.PreviewStylusButtonDown UIElement.PreviewStylusButtonUp UIElement.PreviewKeyDown UIElement.KeyDown UIElement.PreviewKeyUp UIElement.KeyUp UIElement.PreviewGotKeyboardFocus UIElement.GotKeyboardFocus UIElement.PreviewLostKeyboardFocus UIElement.LostKeyboardFocus UIElement.PreviewTextInput UIElement.TextInput UIElement.PreviewQueryContinueDrag UIElement.QueryContinueDrag UIElement.PreviewGiveFeedback UIElement.GiveFeedback UIElement.PreviewDragEnter UIElement.DragEnter UIElement.PreviewDragOver UIElement.DragOver UIElement.PreviewDragLeave UIElement.DragLeave UIElement.PreviewDrop UIElement.Drop UIElement.PreviewTouchDown UIElement.TouchDown UIElement.PreviewTouchMove UIElement.TouchMove UIElement.PreviewTouchUp UIElement.TouchUp UIElement.GotTouchCapture UIElement.LostTouchCapture UIElement.TouchEnter UIElement.TouchLeave UIElement.IsMouseDirectlyOverChanged UIElement.IsKeyboardFocusWithinChanged UIElement.IsMouseCapturedChanged UIElement.IsMouseCaptureWithinChanged UIElement.IsStylusDirectlyOverChanged UIElement.IsStylusCapturedChanged UIElement.IsStylusCaptureWithinChanged UIElement.IsKeyboardFocusedChanged UIElement.LayoutUpdated UIElement.GotFocus UIElement.LostFocus UIElement.IsEnabledChanged UIElement.IsHitTestVisibleChanged UIElement.IsVisibleChanged UIElement.FocusableChanged UIElement.ManipulationStarting UIElement.ManipulationStarted UIElement.ManipulationDelta UIElement.ManipulationInertiaStarting UIElement.ManipulationBoundaryFeedback UIElement.ManipulationCompleted Visual.AddVisualChild(Visual) Visual.RemoveVisualChild(Visual) Visual.OnVisualChildrenChanged(DependencyObject, DependencyObject) Visual.OnDpiChanged(DpiScale, DpiScale) Visual.IsAncestorOf(DependencyObject) Visual.IsDescendantOf(DependencyObject) Visual.FindCommonVisualAncestor(DependencyObject) Visual.TransformToAncestor(Visual) Visual.TransformToAncestor(Visual3D) Visual.TransformToDescendant(Visual) Visual.TransformToVisual(Visual) Visual.PointToScreen(Point) Visual.PointFromScreen(Point) Visual.VisualParent Visual.VisualTransform Visual.VisualEffect Visual.VisualBitmapEffect Visual.VisualBitmapEffectInput Visual.VisualCacheMode Visual.VisualScrollableAreaClip Visual.VisualClip Visual.VisualOffset Visual.VisualOpacity Visual.VisualEdgeMode Visual.VisualBitmapScalingMode Visual.VisualClearTypeHint Visual.VisualTextRenderingMode Visual.VisualTextHintingMode Visual.VisualOpacityMask Visual.VisualXSnappingGuidelines Visual.VisualYSnappingGuidelines DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ComboBoxTreeViewWithNewItem : ComboBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage Constructors ComboBoxTreeViewWithNewItem() Declaration public ComboBoxTreeViewWithNewItem() Fields NewItemCommandProperty Dependency property to get/set the new item command Declaration public static readonly DependencyProperty NewItemCommandProperty Field Value Type Description DependencyProperty NewItemTextProperty Dependency property to get/set the new item text Declaration public static readonly DependencyProperty NewItemTextProperty Field Value Type Description DependencyProperty NewItemToolTipTextProperty Dependency property to get/set the new item tooltip text Declaration public static readonly DependencyProperty NewItemToolTipTextProperty Field Value Type Description DependencyProperty NewItemVisibilityProperty Dependency property to get/set the new item visibility Declaration public static readonly DependencyProperty NewItemVisibilityProperty Field Value Type Description DependencyProperty SelectedHierarchyProperty Declaration public static readonly DependencyProperty SelectedHierarchyProperty Field Value Type Description DependencyProperty SelectedItemProperty Declaration public static readonly DependencyProperty SelectedItemProperty Field Value Type Description DependencyProperty Properties NewItemCommand Declaration public ICommand NewItemCommand { get; set; } Property Value Type Description ICommand NewItemText Declaration public string NewItemText { get; set; } Property Value Type Description string NewItemToolTipText Declaration public string NewItemToolTipText { get; set; } Property Value Type Description string NewItemVisibility Declaration public Visibility NewItemVisibility { get; set; } Property Value Type Description Visibility SelectedHierarchy Selected hierarchy of the treeview Declaration public IEnumerable SelectedHierarchy { get; set; } Property Value Type Description IEnumerable string SelectedItem Selected item of the TreeView Declaration public object SelectedItem { get; set; } Property Value Type Description object Methods OnApplyTemplate() Declaration public override void OnApplyTemplate() Overrides ComboBox.OnApplyTemplate() OnDropDownClosed(EventArgs) Declaration protected override void OnDropDownClosed(EventArgs e) Parameters Type Name Description EventArgs e Overrides ComboBox.OnDropDownClosed(EventArgs) OnDropDownOpened(EventArgs) Declaration protected override void OnDropDownOpened(EventArgs e) Parameters Type Name Description EventArgs e Overrides ComboBox.OnDropDownOpened(EventArgs) Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IContainItemStorage Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ComboBoxTreeViewWithNewItem Inheritance System.Object ComboBoxTreeViewWithNewItem Namespace : Sdl.Desktop.Platform.Controls.Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ComboBoxTreeViewWithNewItem : ComboBox Constructors ComboBoxTreeViewWithNewItem() Declaration public ComboBoxTreeViewWithNewItem() Fields NewItemCommandProperty Dependency property to get/set the new item command Declaration public static readonly DependencyProperty NewItemCommandProperty Field Value Type Description System.Windows.DependencyProperty NewItemTextProperty Dependency property to get/set the new item text Declaration public static readonly DependencyProperty NewItemTextProperty Field Value Type Description System.Windows.DependencyProperty NewItemToolTipTextProperty Dependency property to get/set the new item tooltip text Declaration public static readonly DependencyProperty NewItemToolTipTextProperty Field Value Type Description System.Windows.DependencyProperty NewItemVisibilityProperty Dependency property to get/set the new item visibility Declaration public static readonly DependencyProperty NewItemVisibilityProperty Field Value Type Description System.Windows.DependencyProperty SelectedHierarchyProperty Declaration public static readonly DependencyProperty SelectedHierarchyProperty Field Value Type Description System.Windows.DependencyProperty SelectedItemProperty Declaration public static readonly DependencyProperty SelectedItemProperty Field Value Type Description System.Windows.DependencyProperty Properties NewItemCommand Declaration public ICommand NewItemCommand { get; set; } Property Value Type Description System.Windows.Input.ICommand NewItemText Declaration public string NewItemText { get; set; } Property Value Type Description System.String NewItemToolTipText Declaration public string NewItemToolTipText { get; set; } Property Value Type Description System.String NewItemVisibility Declaration public Visibility NewItemVisibility { get; set; } Property Value Type Description System.Windows.Visibility SelectedHierarchy Selected hierarchy of the treeview Declaration public IEnumerable SelectedHierarchy { get; set; } Property Value Type Description System.Collections.Generic.IEnumerable < System.String > SelectedItem Selected item of the TreeView Declaration public object SelectedItem { get; set; } Property Value Type Description System.Object Methods OnApplyTemplate() Declaration public override void OnApplyTemplate() OnDropDownClosed(EventArgs) Declaration protected override void OnDropDownClosed(EventArgs e) Parameters Type Name Description System.EventArgs e OnDropDownOpened(EventArgs) Declaration protected override void OnDropDownOpened(EventArgs e) Parameters Type Name Description System.EventArgs e Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.html", "title": "Class ComboBoxWithNewItem", - "keywords": "Class ComboBoxWithNewItem Inheritance object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ItemsControl Selector ComboBox ComboBoxWithNewItem Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IContainItemStorage Inherited Members ComboBox.MaxDropDownHeightProperty ComboBox.IsDropDownOpenProperty ComboBox.ShouldPreserveUserEnteredPrefixProperty ComboBox.IsEditableProperty ComboBox.TextProperty ComboBox.IsReadOnlyProperty ComboBox.SelectionBoxItemProperty ComboBox.SelectionBoxItemTemplateProperty ComboBox.SelectionBoxItemStringFormatProperty ComboBox.StaysOpenOnEditProperty ComboBox.OnDropDownOpened(EventArgs) ComboBox.OnSelectionChanged(SelectionChangedEventArgs) ComboBox.PrepareContainerForItemOverride(DependencyObject, object) ComboBox.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) ComboBox.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) ComboBox.IsItemItsOwnContainerOverride(object) ComboBox.GetContainerForItemOverride() ComboBox.OnPreviewKeyDown(KeyEventArgs) ComboBox.OnKeyDown(KeyEventArgs) ComboBox.OnApplyTemplate() ComboBox.OnMouseLeftButtonUp(MouseButtonEventArgs) ComboBox.OnCreateAutomationPeer() ComboBox.MaxDropDownHeight ComboBox.IsDropDownOpen ComboBox.ShouldPreserveUserEnteredPrefix ComboBox.IsEditable ComboBox.Text ComboBox.IsReadOnly ComboBox.SelectionBoxItem ComboBox.SelectionBoxItemTemplate ComboBox.SelectionBoxItemStringFormat ComboBox.StaysOpenOnEdit ComboBox.IsSelectionBoxHighlighted ComboBox.HandlesScrolling ComboBox.HasEffectiveKeyboardFocus ComboBox.DropDownOpened ComboBox.DropDownClosed Selector.SelectionChangedEvent Selector.SelectedEvent Selector.UnselectedEvent Selector.IsSelectionActiveProperty Selector.IsSelectedProperty Selector.IsSynchronizedWithCurrentItemProperty Selector.SelectedIndexProperty Selector.SelectedItemProperty Selector.SelectedValueProperty Selector.SelectedValuePathProperty Selector.AddSelectedHandler(DependencyObject, RoutedEventHandler) Selector.RemoveSelectedHandler(DependencyObject, RoutedEventHandler) Selector.AddUnselectedHandler(DependencyObject, RoutedEventHandler) Selector.RemoveUnselectedHandler(DependencyObject, RoutedEventHandler) Selector.GetIsSelectionActive(DependencyObject) Selector.GetIsSelected(DependencyObject) Selector.SetIsSelected(DependencyObject, bool) Selector.ClearContainerForItemOverride(DependencyObject, object) Selector.OnItemsChanged(NotifyCollectionChangedEventArgs) Selector.OnItemsSourceChanged(IEnumerable, IEnumerable) Selector.OnInitialized(EventArgs) Selector.IsSynchronizedWithCurrentItem Selector.SelectedIndex Selector.SelectedItem Selector.SelectedValue Selector.SelectedValuePath Selector.SelectionChanged ItemsControl.ItemsSourceProperty ItemsControl.HasItemsProperty ItemsControl.DisplayMemberPathProperty ItemsControl.ItemTemplateProperty ItemsControl.ItemTemplateSelectorProperty ItemsControl.ItemStringFormatProperty ItemsControl.ItemBindingGroupProperty ItemsControl.ItemContainerStyleProperty ItemsControl.ItemContainerStyleSelectorProperty ItemsControl.ItemsPanelProperty ItemsControl.IsGroupingProperty ItemsControl.GroupStyleSelectorProperty ItemsControl.AlternationCountProperty ItemsControl.AlternationIndexProperty ItemsControl.IsTextSearchEnabledProperty ItemsControl.IsTextSearchCaseSensitiveProperty ItemsControl.OnDisplayMemberPathChanged(string, string) ItemsControl.OnItemTemplateChanged(DataTemplate, DataTemplate) ItemsControl.OnItemTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector) ItemsControl.OnItemStringFormatChanged(string, string) ItemsControl.OnItemBindingGroupChanged(BindingGroup, BindingGroup) ItemsControl.OnItemContainerStyleChanged(Style, Style) ItemsControl.OnItemContainerStyleSelectorChanged(StyleSelector, StyleSelector) ItemsControl.GetItemsOwner(DependencyObject) ItemsControl.OnItemsPanelChanged(ItemsPanelTemplate, ItemsPanelTemplate) ItemsControl.OnGroupStyleSelectorChanged(GroupStyleSelector, GroupStyleSelector) ItemsControl.OnAlternationCountChanged(int, int) ItemsControl.GetAlternationIndex(DependencyObject) ItemsControl.ItemsControlFromItemContainer(DependencyObject) ItemsControl.ContainerFromElement(ItemsControl, DependencyObject) ItemsControl.ContainerFromElement(DependencyObject) ItemsControl.AddChild(object) ItemsControl.AddText(string) ItemsControl.BeginInit() ItemsControl.EndInit() ItemsControl.IsItemItsOwnContainer(object) ItemsControl.OnTextInput(TextCompositionEventArgs) ItemsControl.ShouldApplyItemContainerStyle(DependencyObject, object) ItemsControl.ToString() ItemsControl.Items ItemsControl.ItemsSource ItemsControl.ItemContainerGenerator ItemsControl.LogicalChildren ItemsControl.HasItems ItemsControl.DisplayMemberPath ItemsControl.ItemTemplate ItemsControl.ItemTemplateSelector ItemsControl.ItemStringFormat ItemsControl.ItemBindingGroup ItemsControl.ItemContainerStyle ItemsControl.ItemContainerStyleSelector ItemsControl.ItemsPanel ItemsControl.IsGrouping ItemsControl.GroupStyle ItemsControl.GroupStyleSelector ItemsControl.AlternationCount ItemsControl.IsTextSearchEnabled ItemsControl.IsTextSearchCaseSensitive Control.BorderBrushProperty Control.BorderThicknessProperty Control.BackgroundProperty Control.ForegroundProperty Control.FontFamilyProperty Control.FontSizeProperty Control.FontStretchProperty Control.FontStyleProperty Control.FontWeightProperty Control.HorizontalContentAlignmentProperty Control.VerticalContentAlignmentProperty Control.TabIndexProperty Control.IsTabStopProperty Control.PaddingProperty Control.TemplateProperty Control.PreviewMouseDoubleClickEvent Control.MouseDoubleClickEvent Control.OnTemplateChanged(ControlTemplate, ControlTemplate) Control.OnPreviewMouseDoubleClick(MouseButtonEventArgs) Control.OnMouseDoubleClick(MouseButtonEventArgs) Control.MeasureOverride(Size) Control.ArrangeOverride(Size) Control.BorderBrush Control.BorderThickness Control.Background Control.Foreground Control.FontFamily Control.FontSize Control.FontStretch Control.FontStyle Control.FontWeight Control.HorizontalContentAlignment Control.VerticalContentAlignment Control.TabIndex Control.IsTabStop Control.Padding Control.Template Control.PreviewMouseDoubleClick Control.MouseDoubleClick FrameworkElement.StyleProperty FrameworkElement.OverridesDefaultStyleProperty FrameworkElement.UseLayoutRoundingProperty FrameworkElement.DefaultStyleKeyProperty FrameworkElement.DataContextProperty FrameworkElement.BindingGroupProperty FrameworkElement.LanguageProperty FrameworkElement.NameProperty FrameworkElement.TagProperty FrameworkElement.InputScopeProperty FrameworkElement.RequestBringIntoViewEvent FrameworkElement.SizeChangedEvent FrameworkElement.ActualWidthProperty FrameworkElement.ActualHeightProperty FrameworkElement.LayoutTransformProperty FrameworkElement.WidthProperty FrameworkElement.MinWidthProperty FrameworkElement.MaxWidthProperty FrameworkElement.HeightProperty FrameworkElement.MinHeightProperty FrameworkElement.MaxHeightProperty FrameworkElement.FlowDirectionProperty FrameworkElement.MarginProperty FrameworkElement.HorizontalAlignmentProperty FrameworkElement.VerticalAlignmentProperty FrameworkElement.FocusVisualStyleProperty FrameworkElement.CursorProperty FrameworkElement.ForceCursorProperty FrameworkElement.LoadedEvent FrameworkElement.UnloadedEvent FrameworkElement.ToolTipProperty FrameworkElement.ContextMenuProperty FrameworkElement.ToolTipOpeningEvent FrameworkElement.ToolTipClosingEvent FrameworkElement.ContextMenuOpeningEvent FrameworkElement.ContextMenuClosingEvent FrameworkElement.OnStyleChanged(Style, Style) FrameworkElement.ParentLayoutInvalidated(UIElement) FrameworkElement.ApplyTemplate() FrameworkElement.BeginStoryboard(Storyboard) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool) FrameworkElement.GetVisualChild(int) FrameworkElement.GetTemplateChild(string) FrameworkElement.FindResource(object) FrameworkElement.TryFindResource(object) FrameworkElement.SetResourceReference(DependencyProperty, object) FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs) FrameworkElement.OnVisualParentChanged(DependencyObject) FrameworkElement.GetBindingExpression(DependencyProperty) FrameworkElement.SetBinding(DependencyProperty, BindingBase) FrameworkElement.SetBinding(DependencyProperty, string) FrameworkElement.GetUIParentCore() FrameworkElement.BringIntoView() FrameworkElement.BringIntoView(Rect) FrameworkElement.GetFlowDirection(DependencyObject) FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) FrameworkElement.MeasureCore(Size) FrameworkElement.ArrangeCore(Rect) FrameworkElement.OnRenderSizeChanged(SizeChangedInfo) FrameworkElement.GetLayoutClip(Size) FrameworkElement.MoveFocus(TraversalRequest) FrameworkElement.PredictFocus(FocusNavigationDirection) FrameworkElement.OnGotFocus(RoutedEventArgs) FrameworkElement.OnToolTipOpening(ToolTipEventArgs) FrameworkElement.OnToolTipClosing(ToolTipEventArgs) FrameworkElement.OnContextMenuOpening(ContextMenuEventArgs) FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs) FrameworkElement.RegisterName(string, object) FrameworkElement.UnregisterName(string) FrameworkElement.FindName(string) FrameworkElement.UpdateDefaultStyle() FrameworkElement.AddLogicalChild(object) FrameworkElement.RemoveLogicalChild(object) FrameworkElement.Style FrameworkElement.OverridesDefaultStyle FrameworkElement.UseLayoutRounding FrameworkElement.DefaultStyleKey FrameworkElement.Triggers FrameworkElement.TemplatedParent FrameworkElement.VisualChildrenCount FrameworkElement.Resources FrameworkElement.InheritanceBehavior FrameworkElement.DataContext FrameworkElement.BindingGroup FrameworkElement.Language FrameworkElement.Name FrameworkElement.Tag FrameworkElement.InputScope FrameworkElement.ActualWidth FrameworkElement.ActualHeight FrameworkElement.LayoutTransform FrameworkElement.Width FrameworkElement.MinWidth FrameworkElement.MaxWidth FrameworkElement.Height FrameworkElement.MinHeight FrameworkElement.MaxHeight FrameworkElement.FlowDirection FrameworkElement.Margin FrameworkElement.HorizontalAlignment FrameworkElement.VerticalAlignment FrameworkElement.FocusVisualStyle FrameworkElement.Cursor FrameworkElement.ForceCursor FrameworkElement.IsInitialized FrameworkElement.IsLoaded FrameworkElement.ToolTip FrameworkElement.ContextMenu FrameworkElement.Parent FrameworkElement.TargetUpdated FrameworkElement.SourceUpdated FrameworkElement.DataContextChanged FrameworkElement.RequestBringIntoView FrameworkElement.SizeChanged FrameworkElement.Initialized FrameworkElement.Loaded FrameworkElement.Unloaded FrameworkElement.ToolTipOpening FrameworkElement.ToolTipClosing FrameworkElement.ContextMenuOpening FrameworkElement.ContextMenuClosing UIElement.PreviewMouseDownEvent UIElement.MouseDownEvent UIElement.PreviewMouseUpEvent UIElement.MouseUpEvent UIElement.PreviewMouseLeftButtonDownEvent UIElement.MouseLeftButtonDownEvent UIElement.PreviewMouseLeftButtonUpEvent UIElement.MouseLeftButtonUpEvent UIElement.PreviewMouseRightButtonDownEvent UIElement.MouseRightButtonDownEvent UIElement.PreviewMouseRightButtonUpEvent UIElement.MouseRightButtonUpEvent UIElement.PreviewMouseMoveEvent UIElement.MouseMoveEvent UIElement.PreviewMouseWheelEvent UIElement.MouseWheelEvent UIElement.MouseEnterEvent UIElement.MouseLeaveEvent UIElement.GotMouseCaptureEvent UIElement.LostMouseCaptureEvent UIElement.QueryCursorEvent UIElement.PreviewStylusDownEvent UIElement.StylusDownEvent UIElement.PreviewStylusUpEvent UIElement.StylusUpEvent UIElement.PreviewStylusMoveEvent UIElement.StylusMoveEvent UIElement.PreviewStylusInAirMoveEvent UIElement.StylusInAirMoveEvent UIElement.StylusEnterEvent UIElement.StylusLeaveEvent UIElement.PreviewStylusInRangeEvent UIElement.StylusInRangeEvent UIElement.PreviewStylusOutOfRangeEvent UIElement.StylusOutOfRangeEvent UIElement.PreviewStylusSystemGestureEvent UIElement.StylusSystemGestureEvent UIElement.GotStylusCaptureEvent UIElement.LostStylusCaptureEvent UIElement.StylusButtonDownEvent UIElement.StylusButtonUpEvent UIElement.PreviewStylusButtonDownEvent UIElement.PreviewStylusButtonUpEvent UIElement.PreviewKeyDownEvent UIElement.KeyDownEvent UIElement.PreviewKeyUpEvent UIElement.KeyUpEvent UIElement.PreviewGotKeyboardFocusEvent UIElement.GotKeyboardFocusEvent UIElement.PreviewLostKeyboardFocusEvent UIElement.LostKeyboardFocusEvent UIElement.PreviewTextInputEvent UIElement.TextInputEvent UIElement.PreviewQueryContinueDragEvent UIElement.QueryContinueDragEvent UIElement.PreviewGiveFeedbackEvent UIElement.GiveFeedbackEvent UIElement.PreviewDragEnterEvent UIElement.DragEnterEvent UIElement.PreviewDragOverEvent UIElement.DragOverEvent UIElement.PreviewDragLeaveEvent UIElement.DragLeaveEvent UIElement.PreviewDropEvent UIElement.DropEvent UIElement.PreviewTouchDownEvent UIElement.TouchDownEvent UIElement.PreviewTouchMoveEvent UIElement.TouchMoveEvent UIElement.PreviewTouchUpEvent UIElement.TouchUpEvent UIElement.GotTouchCaptureEvent UIElement.LostTouchCaptureEvent UIElement.TouchEnterEvent UIElement.TouchLeaveEvent UIElement.IsMouseDirectlyOverProperty UIElement.IsMouseOverProperty UIElement.IsStylusOverProperty UIElement.IsKeyboardFocusWithinProperty UIElement.IsMouseCapturedProperty UIElement.IsMouseCaptureWithinProperty UIElement.IsStylusDirectlyOverProperty UIElement.IsStylusCapturedProperty UIElement.IsStylusCaptureWithinProperty UIElement.IsKeyboardFocusedProperty UIElement.AreAnyTouchesDirectlyOverProperty UIElement.AreAnyTouchesOverProperty UIElement.AreAnyTouchesCapturedProperty UIElement.AreAnyTouchesCapturedWithinProperty UIElement.AllowDropProperty UIElement.RenderTransformProperty UIElement.RenderTransformOriginProperty UIElement.OpacityProperty UIElement.OpacityMaskProperty UIElement.BitmapEffectProperty UIElement.EffectProperty UIElement.BitmapEffectInputProperty UIElement.CacheModeProperty UIElement.UidProperty UIElement.VisibilityProperty UIElement.ClipToBoundsProperty UIElement.ClipProperty UIElement.SnapsToDevicePixelsProperty UIElement.GotFocusEvent UIElement.LostFocusEvent UIElement.IsFocusedProperty UIElement.IsEnabledProperty UIElement.IsHitTestVisibleProperty UIElement.IsVisibleProperty UIElement.FocusableProperty UIElement.IsManipulationEnabledProperty UIElement.ManipulationStartingEvent UIElement.ManipulationStartedEvent UIElement.ManipulationDeltaEvent UIElement.ManipulationInertiaStartingEvent UIElement.ManipulationBoundaryFeedbackEvent UIElement.ManipulationCompletedEvent UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock) UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) UIElement.GetAnimationBaseValue(DependencyProperty) UIElement.RaiseEvent(RoutedEventArgs) UIElement.AddHandler(RoutedEvent, Delegate) UIElement.AddHandler(RoutedEvent, Delegate, bool) UIElement.RemoveHandler(RoutedEvent, Delegate) UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) UIElement.OnPreviewMouseDown(MouseButtonEventArgs) UIElement.OnMouseDown(MouseButtonEventArgs) UIElement.OnPreviewMouseUp(MouseButtonEventArgs) UIElement.OnMouseUp(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseMove(MouseEventArgs) UIElement.OnMouseMove(MouseEventArgs) UIElement.OnPreviewMouseWheel(MouseWheelEventArgs) UIElement.OnMouseWheel(MouseWheelEventArgs) UIElement.OnMouseEnter(MouseEventArgs) UIElement.OnMouseLeave(MouseEventArgs) UIElement.OnGotMouseCapture(MouseEventArgs) UIElement.OnLostMouseCapture(MouseEventArgs) UIElement.OnQueryCursor(QueryCursorEventArgs) UIElement.OnPreviewStylusDown(StylusDownEventArgs) UIElement.OnStylusDown(StylusDownEventArgs) UIElement.OnPreviewStylusUp(StylusEventArgs) UIElement.OnStylusUp(StylusEventArgs) UIElement.OnPreviewStylusMove(StylusEventArgs) UIElement.OnStylusMove(StylusEventArgs) UIElement.OnPreviewStylusInAirMove(StylusEventArgs) UIElement.OnStylusInAirMove(StylusEventArgs) UIElement.OnStylusEnter(StylusEventArgs) UIElement.OnStylusLeave(StylusEventArgs) UIElement.OnPreviewStylusInRange(StylusEventArgs) UIElement.OnStylusInRange(StylusEventArgs) UIElement.OnPreviewStylusOutOfRange(StylusEventArgs) UIElement.OnStylusOutOfRange(StylusEventArgs) UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnGotStylusCapture(StylusEventArgs) UIElement.OnLostStylusCapture(StylusEventArgs) UIElement.OnStylusButtonDown(StylusButtonEventArgs) UIElement.OnStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewKeyUp(KeyEventArgs) UIElement.OnKeyUp(KeyEventArgs) UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewTextInput(TextCompositionEventArgs) UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs) UIElement.OnGiveFeedback(GiveFeedbackEventArgs) UIElement.OnPreviewDragEnter(DragEventArgs) UIElement.OnDragEnter(DragEventArgs) UIElement.OnPreviewDragOver(DragEventArgs) UIElement.OnDragOver(DragEventArgs) UIElement.OnPreviewDragLeave(DragEventArgs) UIElement.OnDragLeave(DragEventArgs) UIElement.OnPreviewDrop(DragEventArgs) UIElement.OnDrop(DragEventArgs) UIElement.OnPreviewTouchDown(TouchEventArgs) UIElement.OnTouchDown(TouchEventArgs) UIElement.OnPreviewTouchMove(TouchEventArgs) UIElement.OnTouchMove(TouchEventArgs) UIElement.OnPreviewTouchUp(TouchEventArgs) UIElement.OnTouchUp(TouchEventArgs) UIElement.OnGotTouchCapture(TouchEventArgs) UIElement.OnLostTouchCapture(TouchEventArgs) UIElement.OnTouchEnter(TouchEventArgs) UIElement.OnTouchLeave(TouchEventArgs) UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) UIElement.InvalidateMeasure() UIElement.InvalidateArrange() UIElement.InvalidateVisual() UIElement.OnChildDesiredSizeChanged(UIElement) UIElement.Measure(Size) UIElement.Arrange(Rect) UIElement.OnRender(DrawingContext) UIElement.UpdateLayout() UIElement.TranslatePoint(Point, UIElement) UIElement.InputHitTest(Point) UIElement.CaptureMouse() UIElement.ReleaseMouseCapture() UIElement.CaptureStylus() UIElement.ReleaseStylusCapture() UIElement.Focus() UIElement.OnAccessKey(AccessKeyEventArgs) UIElement.HitTestCore(PointHitTestParameters) UIElement.HitTestCore(GeometryHitTestParameters) UIElement.OnLostFocus(RoutedEventArgs) UIElement.OnManipulationStarting(ManipulationStartingEventArgs) UIElement.OnManipulationStarted(ManipulationStartedEventArgs) UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) UIElement.CaptureTouch(TouchDevice) UIElement.ReleaseTouchCapture(TouchDevice) UIElement.ReleaseAllTouchCaptures() UIElement.HasAnimatedProperties UIElement.InputBindings UIElement.CommandBindings UIElement.AllowDrop UIElement.StylusPlugIns UIElement.DesiredSize UIElement.IsMeasureValid UIElement.IsArrangeValid UIElement.RenderSize UIElement.RenderTransform UIElement.RenderTransformOrigin UIElement.IsMouseDirectlyOver UIElement.IsMouseOver UIElement.IsStylusOver UIElement.IsKeyboardFocusWithin UIElement.IsMouseCaptured UIElement.IsMouseCaptureWithin UIElement.IsStylusDirectlyOver UIElement.IsStylusCaptured UIElement.IsStylusCaptureWithin UIElement.IsKeyboardFocused UIElement.IsInputMethodEnabled UIElement.Opacity UIElement.OpacityMask UIElement.BitmapEffect UIElement.Effect UIElement.BitmapEffectInput UIElement.CacheMode UIElement.Uid UIElement.Visibility UIElement.ClipToBounds UIElement.Clip UIElement.SnapsToDevicePixels UIElement.IsFocused UIElement.IsEnabled UIElement.IsEnabledCore UIElement.IsHitTestVisible UIElement.IsVisible UIElement.Focusable UIElement.PersistId UIElement.IsManipulationEnabled UIElement.AreAnyTouchesOver UIElement.AreAnyTouchesDirectlyOver UIElement.AreAnyTouchesCapturedWithin UIElement.AreAnyTouchesCaptured UIElement.TouchesCaptured UIElement.TouchesCapturedWithin UIElement.TouchesOver UIElement.TouchesDirectlyOver UIElement.PreviewMouseDown UIElement.MouseDown UIElement.PreviewMouseUp UIElement.MouseUp UIElement.PreviewMouseLeftButtonDown UIElement.MouseLeftButtonDown UIElement.PreviewMouseLeftButtonUp UIElement.MouseLeftButtonUp UIElement.PreviewMouseRightButtonDown UIElement.MouseRightButtonDown UIElement.PreviewMouseRightButtonUp UIElement.MouseRightButtonUp UIElement.PreviewMouseMove UIElement.MouseMove UIElement.PreviewMouseWheel UIElement.MouseWheel UIElement.MouseEnter UIElement.MouseLeave UIElement.GotMouseCapture UIElement.LostMouseCapture UIElement.QueryCursor UIElement.PreviewStylusDown UIElement.StylusDown UIElement.PreviewStylusUp UIElement.StylusUp UIElement.PreviewStylusMove UIElement.StylusMove UIElement.PreviewStylusInAirMove UIElement.StylusInAirMove UIElement.StylusEnter UIElement.StylusLeave UIElement.PreviewStylusInRange UIElement.StylusInRange UIElement.PreviewStylusOutOfRange UIElement.StylusOutOfRange UIElement.PreviewStylusSystemGesture UIElement.StylusSystemGesture UIElement.GotStylusCapture UIElement.LostStylusCapture UIElement.StylusButtonDown UIElement.StylusButtonUp UIElement.PreviewStylusButtonDown UIElement.PreviewStylusButtonUp UIElement.PreviewKeyDown UIElement.KeyDown UIElement.PreviewKeyUp UIElement.KeyUp UIElement.PreviewGotKeyboardFocus UIElement.GotKeyboardFocus UIElement.PreviewLostKeyboardFocus UIElement.LostKeyboardFocus UIElement.PreviewTextInput UIElement.TextInput UIElement.PreviewQueryContinueDrag UIElement.QueryContinueDrag UIElement.PreviewGiveFeedback UIElement.GiveFeedback UIElement.PreviewDragEnter UIElement.DragEnter UIElement.PreviewDragOver UIElement.DragOver UIElement.PreviewDragLeave UIElement.DragLeave UIElement.PreviewDrop UIElement.Drop UIElement.PreviewTouchDown UIElement.TouchDown UIElement.PreviewTouchMove UIElement.TouchMove UIElement.PreviewTouchUp UIElement.TouchUp UIElement.GotTouchCapture UIElement.LostTouchCapture UIElement.TouchEnter UIElement.TouchLeave UIElement.IsMouseDirectlyOverChanged UIElement.IsKeyboardFocusWithinChanged UIElement.IsMouseCapturedChanged UIElement.IsMouseCaptureWithinChanged UIElement.IsStylusDirectlyOverChanged UIElement.IsStylusCapturedChanged UIElement.IsStylusCaptureWithinChanged UIElement.IsKeyboardFocusedChanged UIElement.LayoutUpdated UIElement.GotFocus UIElement.LostFocus UIElement.IsEnabledChanged UIElement.IsHitTestVisibleChanged UIElement.IsVisibleChanged UIElement.FocusableChanged UIElement.ManipulationStarting UIElement.ManipulationStarted UIElement.ManipulationDelta UIElement.ManipulationInertiaStarting UIElement.ManipulationBoundaryFeedback UIElement.ManipulationCompleted Visual.AddVisualChild(Visual) Visual.RemoveVisualChild(Visual) Visual.OnVisualChildrenChanged(DependencyObject, DependencyObject) Visual.OnDpiChanged(DpiScale, DpiScale) Visual.IsAncestorOf(DependencyObject) Visual.IsDescendantOf(DependencyObject) Visual.FindCommonVisualAncestor(DependencyObject) Visual.TransformToAncestor(Visual) Visual.TransformToAncestor(Visual3D) Visual.TransformToDescendant(Visual) Visual.TransformToVisual(Visual) Visual.PointToScreen(Point) Visual.PointFromScreen(Point) Visual.VisualParent Visual.VisualTransform Visual.VisualEffect Visual.VisualBitmapEffect Visual.VisualBitmapEffectInput Visual.VisualCacheMode Visual.VisualScrollableAreaClip Visual.VisualClip Visual.VisualOffset Visual.VisualOpacity Visual.VisualEdgeMode Visual.VisualBitmapScalingMode Visual.VisualClearTypeHint Visual.VisualTextRenderingMode Visual.VisualTextHintingMode Visual.VisualOpacityMask Visual.VisualXSnappingGuidelines Visual.VisualYSnappingGuidelines DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ComboBoxWithNewItem : ComboBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage Constructors ComboBoxWithNewItem() Declaration public ComboBoxWithNewItem() Fields IsLoadingVisibleProperty Declaration public static readonly DependencyProperty IsLoadingVisibleProperty Field Value Type Description DependencyProperty NewItemCommandProperty Dependency property to get/set the new item command Declaration public static readonly DependencyProperty NewItemCommandProperty Field Value Type Description DependencyProperty NewItemTextProperty Dependency property to get/set the new item text Declaration public static readonly DependencyProperty NewItemTextProperty Field Value Type Description DependencyProperty NewItemToolTipTextProperty Dependency property to get/set the new item tooltip text Declaration public static readonly DependencyProperty NewItemToolTipTextProperty Field Value Type Description DependencyProperty NewItemVisibilityProperty Dependency property to get/set the new item visibility Declaration public static readonly DependencyProperty NewItemVisibilityProperty Field Value Type Description DependencyProperty Properties IsLoadingVisible Declaration public bool IsLoadingVisible { get; set; } Property Value Type Description bool NewItemCommand Declaration public ICommand NewItemCommand { get; set; } Property Value Type Description ICommand NewItemText Declaration public string NewItemText { get; set; } Property Value Type Description string NewItemToolTipText Declaration public string NewItemToolTipText { get; set; } Property Value Type Description string NewItemVisibility Declaration public Visibility NewItemVisibility { get; set; } Property Value Type Description Visibility Methods OnDropDownClosed(EventArgs) Declaration protected override void OnDropDownClosed(EventArgs e) Parameters Type Name Description EventArgs e Overrides ComboBox.OnDropDownClosed(EventArgs) Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IContainItemStorage Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ComboBoxWithNewItem Inheritance System.Object ComboBoxWithNewItem Namespace : Sdl.Desktop.Platform.Controls.Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ComboBoxWithNewItem : ComboBox Constructors ComboBoxWithNewItem() Declaration public ComboBoxWithNewItem() Fields IsLoadingVisibleProperty Declaration public static readonly DependencyProperty IsLoadingVisibleProperty Field Value Type Description System.Windows.DependencyProperty NewItemCommandProperty Dependency property to get/set the new item command Declaration public static readonly DependencyProperty NewItemCommandProperty Field Value Type Description System.Windows.DependencyProperty NewItemTextProperty Dependency property to get/set the new item text Declaration public static readonly DependencyProperty NewItemTextProperty Field Value Type Description System.Windows.DependencyProperty NewItemToolTipTextProperty Dependency property to get/set the new item tooltip text Declaration public static readonly DependencyProperty NewItemToolTipTextProperty Field Value Type Description System.Windows.DependencyProperty NewItemVisibilityProperty Dependency property to get/set the new item visibility Declaration public static readonly DependencyProperty NewItemVisibilityProperty Field Value Type Description System.Windows.DependencyProperty Properties IsLoadingVisible Declaration public bool IsLoadingVisible { get; set; } Property Value Type Description System.Boolean NewItemCommand Declaration public ICommand NewItemCommand { get; set; } Property Value Type Description System.Windows.Input.ICommand NewItemText Declaration public string NewItemText { get; set; } Property Value Type Description System.String NewItemToolTipText Declaration public string NewItemToolTipText { get; set; } Property Value Type Description System.String NewItemVisibility Declaration public Visibility NewItemVisibility { get; set; } Property Value Type Description System.Windows.Visibility Methods OnDropDownClosed(EventArgs) Declaration protected override void OnDropDownClosed(EventArgs e) Parameters Type Name Description System.EventArgs e Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.html", "title": "Class CustomProgressRing", - "keywords": "Class CustomProgressRing Inheritance object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control CustomProgressRing Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient Inherited Members Control.BorderBrushProperty Control.BorderThicknessProperty Control.BackgroundProperty Control.ForegroundProperty Control.FontFamilyProperty Control.FontSizeProperty Control.FontStretchProperty Control.FontStyleProperty Control.FontWeightProperty Control.HorizontalContentAlignmentProperty Control.VerticalContentAlignmentProperty Control.TabIndexProperty Control.IsTabStopProperty Control.PaddingProperty Control.TemplateProperty Control.PreviewMouseDoubleClickEvent Control.MouseDoubleClickEvent Control.OnTemplateChanged(ControlTemplate, ControlTemplate) Control.ToString() Control.OnPreviewMouseDoubleClick(MouseButtonEventArgs) Control.OnMouseDoubleClick(MouseButtonEventArgs) Control.MeasureOverride(Size) Control.ArrangeOverride(Size) Control.BorderBrush Control.BorderThickness Control.Background Control.Foreground Control.FontFamily Control.FontSize Control.FontStretch Control.FontStyle Control.FontWeight Control.HorizontalContentAlignment Control.VerticalContentAlignment Control.TabIndex Control.IsTabStop Control.Padding Control.Template Control.HandlesScrolling Control.PreviewMouseDoubleClick Control.MouseDoubleClick FrameworkElement.StyleProperty FrameworkElement.OverridesDefaultStyleProperty FrameworkElement.UseLayoutRoundingProperty FrameworkElement.DefaultStyleKeyProperty FrameworkElement.DataContextProperty FrameworkElement.BindingGroupProperty FrameworkElement.LanguageProperty FrameworkElement.NameProperty FrameworkElement.TagProperty FrameworkElement.InputScopeProperty FrameworkElement.RequestBringIntoViewEvent FrameworkElement.SizeChangedEvent FrameworkElement.ActualWidthProperty FrameworkElement.ActualHeightProperty FrameworkElement.LayoutTransformProperty FrameworkElement.WidthProperty FrameworkElement.MinWidthProperty FrameworkElement.MaxWidthProperty FrameworkElement.HeightProperty FrameworkElement.MinHeightProperty FrameworkElement.MaxHeightProperty FrameworkElement.FlowDirectionProperty FrameworkElement.MarginProperty FrameworkElement.HorizontalAlignmentProperty FrameworkElement.VerticalAlignmentProperty FrameworkElement.FocusVisualStyleProperty FrameworkElement.CursorProperty FrameworkElement.ForceCursorProperty FrameworkElement.LoadedEvent FrameworkElement.UnloadedEvent FrameworkElement.ToolTipProperty FrameworkElement.ContextMenuProperty FrameworkElement.ToolTipOpeningEvent FrameworkElement.ToolTipClosingEvent FrameworkElement.ContextMenuOpeningEvent FrameworkElement.ContextMenuClosingEvent FrameworkElement.OnStyleChanged(Style, Style) FrameworkElement.ParentLayoutInvalidated(UIElement) FrameworkElement.ApplyTemplate() FrameworkElement.BeginStoryboard(Storyboard) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool) FrameworkElement.GetVisualChild(int) FrameworkElement.GetTemplateChild(string) FrameworkElement.FindResource(object) FrameworkElement.TryFindResource(object) FrameworkElement.SetResourceReference(DependencyProperty, object) FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs) FrameworkElement.OnVisualParentChanged(DependencyObject) FrameworkElement.GetBindingExpression(DependencyProperty) FrameworkElement.SetBinding(DependencyProperty, BindingBase) FrameworkElement.SetBinding(DependencyProperty, string) FrameworkElement.GetUIParentCore() FrameworkElement.BringIntoView() FrameworkElement.BringIntoView(Rect) FrameworkElement.GetFlowDirection(DependencyObject) FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) FrameworkElement.MeasureCore(Size) FrameworkElement.ArrangeCore(Rect) FrameworkElement.OnRenderSizeChanged(SizeChangedInfo) FrameworkElement.GetLayoutClip(Size) FrameworkElement.MoveFocus(TraversalRequest) FrameworkElement.PredictFocus(FocusNavigationDirection) FrameworkElement.OnGotFocus(RoutedEventArgs) FrameworkElement.BeginInit() FrameworkElement.EndInit() FrameworkElement.OnInitialized(EventArgs) FrameworkElement.OnToolTipOpening(ToolTipEventArgs) FrameworkElement.OnToolTipClosing(ToolTipEventArgs) FrameworkElement.OnContextMenuOpening(ContextMenuEventArgs) FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs) FrameworkElement.RegisterName(string, object) FrameworkElement.UnregisterName(string) FrameworkElement.FindName(string) FrameworkElement.UpdateDefaultStyle() FrameworkElement.AddLogicalChild(object) FrameworkElement.RemoveLogicalChild(object) FrameworkElement.Style FrameworkElement.OverridesDefaultStyle FrameworkElement.UseLayoutRounding FrameworkElement.DefaultStyleKey FrameworkElement.Triggers FrameworkElement.TemplatedParent FrameworkElement.VisualChildrenCount FrameworkElement.Resources FrameworkElement.InheritanceBehavior FrameworkElement.DataContext FrameworkElement.BindingGroup FrameworkElement.Language FrameworkElement.Name FrameworkElement.Tag FrameworkElement.InputScope FrameworkElement.ActualWidth FrameworkElement.ActualHeight FrameworkElement.LayoutTransform FrameworkElement.Width FrameworkElement.MinWidth FrameworkElement.MaxWidth FrameworkElement.Height FrameworkElement.MinHeight FrameworkElement.MaxHeight FrameworkElement.FlowDirection FrameworkElement.Margin FrameworkElement.HorizontalAlignment FrameworkElement.VerticalAlignment FrameworkElement.FocusVisualStyle FrameworkElement.Cursor FrameworkElement.ForceCursor FrameworkElement.IsInitialized FrameworkElement.IsLoaded FrameworkElement.ToolTip FrameworkElement.ContextMenu FrameworkElement.Parent FrameworkElement.LogicalChildren FrameworkElement.TargetUpdated FrameworkElement.SourceUpdated FrameworkElement.DataContextChanged FrameworkElement.RequestBringIntoView FrameworkElement.SizeChanged FrameworkElement.Initialized FrameworkElement.Loaded FrameworkElement.Unloaded FrameworkElement.ToolTipOpening FrameworkElement.ToolTipClosing FrameworkElement.ContextMenuOpening FrameworkElement.ContextMenuClosing UIElement.PreviewMouseDownEvent UIElement.MouseDownEvent UIElement.PreviewMouseUpEvent UIElement.MouseUpEvent UIElement.PreviewMouseLeftButtonDownEvent UIElement.MouseLeftButtonDownEvent UIElement.PreviewMouseLeftButtonUpEvent UIElement.MouseLeftButtonUpEvent UIElement.PreviewMouseRightButtonDownEvent UIElement.MouseRightButtonDownEvent UIElement.PreviewMouseRightButtonUpEvent UIElement.MouseRightButtonUpEvent UIElement.PreviewMouseMoveEvent UIElement.MouseMoveEvent UIElement.PreviewMouseWheelEvent UIElement.MouseWheelEvent UIElement.MouseEnterEvent UIElement.MouseLeaveEvent UIElement.GotMouseCaptureEvent UIElement.LostMouseCaptureEvent UIElement.QueryCursorEvent UIElement.PreviewStylusDownEvent UIElement.StylusDownEvent UIElement.PreviewStylusUpEvent UIElement.StylusUpEvent UIElement.PreviewStylusMoveEvent UIElement.StylusMoveEvent UIElement.PreviewStylusInAirMoveEvent UIElement.StylusInAirMoveEvent UIElement.StylusEnterEvent UIElement.StylusLeaveEvent UIElement.PreviewStylusInRangeEvent UIElement.StylusInRangeEvent UIElement.PreviewStylusOutOfRangeEvent UIElement.StylusOutOfRangeEvent UIElement.PreviewStylusSystemGestureEvent UIElement.StylusSystemGestureEvent UIElement.GotStylusCaptureEvent UIElement.LostStylusCaptureEvent UIElement.StylusButtonDownEvent UIElement.StylusButtonUpEvent UIElement.PreviewStylusButtonDownEvent UIElement.PreviewStylusButtonUpEvent UIElement.PreviewKeyDownEvent UIElement.KeyDownEvent UIElement.PreviewKeyUpEvent UIElement.KeyUpEvent UIElement.PreviewGotKeyboardFocusEvent UIElement.GotKeyboardFocusEvent UIElement.PreviewLostKeyboardFocusEvent UIElement.LostKeyboardFocusEvent UIElement.PreviewTextInputEvent UIElement.TextInputEvent UIElement.PreviewQueryContinueDragEvent UIElement.QueryContinueDragEvent UIElement.PreviewGiveFeedbackEvent UIElement.GiveFeedbackEvent UIElement.PreviewDragEnterEvent UIElement.DragEnterEvent UIElement.PreviewDragOverEvent UIElement.DragOverEvent UIElement.PreviewDragLeaveEvent UIElement.DragLeaveEvent UIElement.PreviewDropEvent UIElement.DropEvent UIElement.PreviewTouchDownEvent UIElement.TouchDownEvent UIElement.PreviewTouchMoveEvent UIElement.TouchMoveEvent UIElement.PreviewTouchUpEvent UIElement.TouchUpEvent UIElement.GotTouchCaptureEvent UIElement.LostTouchCaptureEvent UIElement.TouchEnterEvent UIElement.TouchLeaveEvent UIElement.IsMouseDirectlyOverProperty UIElement.IsMouseOverProperty UIElement.IsStylusOverProperty UIElement.IsKeyboardFocusWithinProperty UIElement.IsMouseCapturedProperty UIElement.IsMouseCaptureWithinProperty UIElement.IsStylusDirectlyOverProperty UIElement.IsStylusCapturedProperty UIElement.IsStylusCaptureWithinProperty UIElement.IsKeyboardFocusedProperty UIElement.AreAnyTouchesDirectlyOverProperty UIElement.AreAnyTouchesOverProperty UIElement.AreAnyTouchesCapturedProperty UIElement.AreAnyTouchesCapturedWithinProperty UIElement.AllowDropProperty UIElement.RenderTransformProperty UIElement.RenderTransformOriginProperty UIElement.OpacityProperty UIElement.OpacityMaskProperty UIElement.BitmapEffectProperty UIElement.EffectProperty UIElement.BitmapEffectInputProperty UIElement.CacheModeProperty UIElement.UidProperty UIElement.VisibilityProperty UIElement.ClipToBoundsProperty UIElement.ClipProperty UIElement.SnapsToDevicePixelsProperty UIElement.GotFocusEvent UIElement.LostFocusEvent UIElement.IsFocusedProperty UIElement.IsEnabledProperty UIElement.IsHitTestVisibleProperty UIElement.IsVisibleProperty UIElement.FocusableProperty UIElement.IsManipulationEnabledProperty UIElement.ManipulationStartingEvent UIElement.ManipulationStartedEvent UIElement.ManipulationDeltaEvent UIElement.ManipulationInertiaStartingEvent UIElement.ManipulationBoundaryFeedbackEvent UIElement.ManipulationCompletedEvent UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock) UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) UIElement.GetAnimationBaseValue(DependencyProperty) UIElement.RaiseEvent(RoutedEventArgs) UIElement.AddHandler(RoutedEvent, Delegate) UIElement.AddHandler(RoutedEvent, Delegate, bool) UIElement.RemoveHandler(RoutedEvent, Delegate) UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) UIElement.OnPreviewMouseDown(MouseButtonEventArgs) UIElement.OnMouseDown(MouseButtonEventArgs) UIElement.OnPreviewMouseUp(MouseButtonEventArgs) UIElement.OnMouseUp(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseMove(MouseEventArgs) UIElement.OnMouseMove(MouseEventArgs) UIElement.OnPreviewMouseWheel(MouseWheelEventArgs) UIElement.OnMouseWheel(MouseWheelEventArgs) UIElement.OnMouseEnter(MouseEventArgs) UIElement.OnMouseLeave(MouseEventArgs) UIElement.OnGotMouseCapture(MouseEventArgs) UIElement.OnLostMouseCapture(MouseEventArgs) UIElement.OnQueryCursor(QueryCursorEventArgs) UIElement.OnPreviewStylusDown(StylusDownEventArgs) UIElement.OnStylusDown(StylusDownEventArgs) UIElement.OnPreviewStylusUp(StylusEventArgs) UIElement.OnStylusUp(StylusEventArgs) UIElement.OnPreviewStylusMove(StylusEventArgs) UIElement.OnStylusMove(StylusEventArgs) UIElement.OnPreviewStylusInAirMove(StylusEventArgs) UIElement.OnStylusInAirMove(StylusEventArgs) UIElement.OnStylusEnter(StylusEventArgs) UIElement.OnStylusLeave(StylusEventArgs) UIElement.OnPreviewStylusInRange(StylusEventArgs) UIElement.OnStylusInRange(StylusEventArgs) UIElement.OnPreviewStylusOutOfRange(StylusEventArgs) UIElement.OnStylusOutOfRange(StylusEventArgs) UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnGotStylusCapture(StylusEventArgs) UIElement.OnLostStylusCapture(StylusEventArgs) UIElement.OnStylusButtonDown(StylusButtonEventArgs) UIElement.OnStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewKeyDown(KeyEventArgs) UIElement.OnKeyDown(KeyEventArgs) UIElement.OnPreviewKeyUp(KeyEventArgs) UIElement.OnKeyUp(KeyEventArgs) UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewTextInput(TextCompositionEventArgs) UIElement.OnTextInput(TextCompositionEventArgs) UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs) UIElement.OnGiveFeedback(GiveFeedbackEventArgs) UIElement.OnPreviewDragEnter(DragEventArgs) UIElement.OnDragEnter(DragEventArgs) UIElement.OnPreviewDragOver(DragEventArgs) UIElement.OnDragOver(DragEventArgs) UIElement.OnPreviewDragLeave(DragEventArgs) UIElement.OnDragLeave(DragEventArgs) UIElement.OnPreviewDrop(DragEventArgs) UIElement.OnDrop(DragEventArgs) UIElement.OnPreviewTouchDown(TouchEventArgs) UIElement.OnTouchDown(TouchEventArgs) UIElement.OnPreviewTouchMove(TouchEventArgs) UIElement.OnTouchMove(TouchEventArgs) UIElement.OnPreviewTouchUp(TouchEventArgs) UIElement.OnTouchUp(TouchEventArgs) UIElement.OnGotTouchCapture(TouchEventArgs) UIElement.OnLostTouchCapture(TouchEventArgs) UIElement.OnTouchEnter(TouchEventArgs) UIElement.OnTouchLeave(TouchEventArgs) UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) UIElement.InvalidateMeasure() UIElement.InvalidateArrange() UIElement.InvalidateVisual() UIElement.OnChildDesiredSizeChanged(UIElement) UIElement.Measure(Size) UIElement.Arrange(Rect) UIElement.OnRender(DrawingContext) UIElement.UpdateLayout() UIElement.TranslatePoint(Point, UIElement) UIElement.InputHitTest(Point) UIElement.CaptureMouse() UIElement.ReleaseMouseCapture() UIElement.CaptureStylus() UIElement.ReleaseStylusCapture() UIElement.Focus() UIElement.OnAccessKey(AccessKeyEventArgs) UIElement.HitTestCore(PointHitTestParameters) UIElement.HitTestCore(GeometryHitTestParameters) UIElement.OnLostFocus(RoutedEventArgs) UIElement.OnCreateAutomationPeer() UIElement.OnManipulationStarting(ManipulationStartingEventArgs) UIElement.OnManipulationStarted(ManipulationStartedEventArgs) UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) UIElement.CaptureTouch(TouchDevice) UIElement.ReleaseTouchCapture(TouchDevice) UIElement.ReleaseAllTouchCaptures() UIElement.HasAnimatedProperties UIElement.InputBindings UIElement.CommandBindings UIElement.AllowDrop UIElement.StylusPlugIns UIElement.DesiredSize UIElement.IsMeasureValid UIElement.IsArrangeValid UIElement.RenderSize UIElement.RenderTransform UIElement.RenderTransformOrigin UIElement.IsMouseDirectlyOver UIElement.IsMouseOver UIElement.IsStylusOver UIElement.IsKeyboardFocusWithin UIElement.IsMouseCaptured UIElement.IsMouseCaptureWithin UIElement.IsStylusDirectlyOver UIElement.IsStylusCaptured UIElement.IsStylusCaptureWithin UIElement.IsKeyboardFocused UIElement.IsInputMethodEnabled UIElement.Opacity UIElement.OpacityMask UIElement.BitmapEffect UIElement.Effect UIElement.BitmapEffectInput UIElement.CacheMode UIElement.Uid UIElement.Visibility UIElement.ClipToBounds UIElement.Clip UIElement.SnapsToDevicePixels UIElement.HasEffectiveKeyboardFocus UIElement.IsFocused UIElement.IsEnabled UIElement.IsEnabledCore UIElement.IsHitTestVisible UIElement.IsVisible UIElement.Focusable UIElement.PersistId UIElement.IsManipulationEnabled UIElement.AreAnyTouchesOver UIElement.AreAnyTouchesDirectlyOver UIElement.AreAnyTouchesCapturedWithin UIElement.AreAnyTouchesCaptured UIElement.TouchesCaptured UIElement.TouchesCapturedWithin UIElement.TouchesOver UIElement.TouchesDirectlyOver UIElement.PreviewMouseDown UIElement.MouseDown UIElement.PreviewMouseUp UIElement.MouseUp UIElement.PreviewMouseLeftButtonDown UIElement.MouseLeftButtonDown UIElement.PreviewMouseLeftButtonUp UIElement.MouseLeftButtonUp UIElement.PreviewMouseRightButtonDown UIElement.MouseRightButtonDown UIElement.PreviewMouseRightButtonUp UIElement.MouseRightButtonUp UIElement.PreviewMouseMove UIElement.MouseMove UIElement.PreviewMouseWheel UIElement.MouseWheel UIElement.MouseEnter UIElement.MouseLeave UIElement.GotMouseCapture UIElement.LostMouseCapture UIElement.QueryCursor UIElement.PreviewStylusDown UIElement.StylusDown UIElement.PreviewStylusUp UIElement.StylusUp UIElement.PreviewStylusMove UIElement.StylusMove UIElement.PreviewStylusInAirMove UIElement.StylusInAirMove UIElement.StylusEnter UIElement.StylusLeave UIElement.PreviewStylusInRange UIElement.StylusInRange UIElement.PreviewStylusOutOfRange UIElement.StylusOutOfRange UIElement.PreviewStylusSystemGesture UIElement.StylusSystemGesture UIElement.GotStylusCapture UIElement.LostStylusCapture UIElement.StylusButtonDown UIElement.StylusButtonUp UIElement.PreviewStylusButtonDown UIElement.PreviewStylusButtonUp UIElement.PreviewKeyDown UIElement.KeyDown UIElement.PreviewKeyUp UIElement.KeyUp UIElement.PreviewGotKeyboardFocus UIElement.GotKeyboardFocus UIElement.PreviewLostKeyboardFocus UIElement.LostKeyboardFocus UIElement.PreviewTextInput UIElement.TextInput UIElement.PreviewQueryContinueDrag UIElement.QueryContinueDrag UIElement.PreviewGiveFeedback UIElement.GiveFeedback UIElement.PreviewDragEnter UIElement.DragEnter UIElement.PreviewDragOver UIElement.DragOver UIElement.PreviewDragLeave UIElement.DragLeave UIElement.PreviewDrop UIElement.Drop UIElement.PreviewTouchDown UIElement.TouchDown UIElement.PreviewTouchMove UIElement.TouchMove UIElement.PreviewTouchUp UIElement.TouchUp UIElement.GotTouchCapture UIElement.LostTouchCapture UIElement.TouchEnter UIElement.TouchLeave UIElement.IsMouseDirectlyOverChanged UIElement.IsKeyboardFocusWithinChanged UIElement.IsMouseCapturedChanged UIElement.IsMouseCaptureWithinChanged UIElement.IsStylusDirectlyOverChanged UIElement.IsStylusCapturedChanged UIElement.IsStylusCaptureWithinChanged UIElement.IsKeyboardFocusedChanged UIElement.LayoutUpdated UIElement.GotFocus UIElement.LostFocus UIElement.IsEnabledChanged UIElement.IsHitTestVisibleChanged UIElement.IsVisibleChanged UIElement.FocusableChanged UIElement.ManipulationStarting UIElement.ManipulationStarted UIElement.ManipulationDelta UIElement.ManipulationInertiaStarting UIElement.ManipulationBoundaryFeedback UIElement.ManipulationCompleted Visual.AddVisualChild(Visual) Visual.RemoveVisualChild(Visual) Visual.OnVisualChildrenChanged(DependencyObject, DependencyObject) Visual.OnDpiChanged(DpiScale, DpiScale) Visual.IsAncestorOf(DependencyObject) Visual.IsDescendantOf(DependencyObject) Visual.FindCommonVisualAncestor(DependencyObject) Visual.TransformToAncestor(Visual) Visual.TransformToAncestor(Visual3D) Visual.TransformToDescendant(Visual) Visual.TransformToVisual(Visual) Visual.PointToScreen(Point) Visual.PointFromScreen(Point) Visual.VisualParent Visual.VisualTransform Visual.VisualEffect Visual.VisualBitmapEffect Visual.VisualBitmapEffectInput Visual.VisualCacheMode Visual.VisualScrollableAreaClip Visual.VisualClip Visual.VisualOffset Visual.VisualOpacity Visual.VisualEdgeMode Visual.VisualBitmapScalingMode Visual.VisualClearTypeHint Visual.VisualTextRenderingMode Visual.VisualTextHintingMode Visual.VisualOpacityMask Visual.VisualXSnappingGuidelines Visual.VisualYSnappingGuidelines DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class CustomProgressRing : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient Constructors CustomProgressRing() Declaration public CustomProgressRing() Fields SpinnerColorProperty Declaration public static readonly DependencyProperty SpinnerColorProperty Field Value Type Description DependencyProperty SpinnerMarginProperty Declaration public static readonly DependencyProperty SpinnerMarginProperty Field Value Type Description DependencyProperty SpinnerSizeProperty Declaration public static readonly DependencyProperty SpinnerSizeProperty Field Value Type Description DependencyProperty SpinnerThicknessProperty Declaration public static readonly DependencyProperty SpinnerThicknessProperty Field Value Type Description DependencyProperty TextProperty Declaration public static readonly DependencyProperty TextProperty Field Value Type Description DependencyProperty Properties SpinnerColor Declaration public Brush SpinnerColor { get; set; } Property Value Type Description Brush SpinnerMargin Declaration public Thickness SpinnerMargin { get; set; } Property Value Type Description Thickness SpinnerSize Declaration public double SpinnerSize { get; set; } Property Value Type Description double SpinnerThickness Declaration public double SpinnerThickness { get; set; } Property Value Type Description double Text Declaration public string Text { get; set; } Property Value Type Description string Methods OnApplyTemplate() Declaration public override void OnApplyTemplate() Overrides FrameworkElement.OnApplyTemplate() Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class CustomProgressRing Inheritance System.Object CustomProgressRing Namespace : Sdl.Desktop.Platform.Controls.Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class CustomProgressRing : Control Constructors CustomProgressRing() Declaration public CustomProgressRing() Fields SpinnerColorProperty Declaration public static readonly DependencyProperty SpinnerColorProperty Field Value Type Description System.Windows.DependencyProperty SpinnerMarginProperty Declaration public static readonly DependencyProperty SpinnerMarginProperty Field Value Type Description System.Windows.DependencyProperty SpinnerSizeProperty Declaration public static readonly DependencyProperty SpinnerSizeProperty Field Value Type Description System.Windows.DependencyProperty SpinnerThicknessProperty Declaration public static readonly DependencyProperty SpinnerThicknessProperty Field Value Type Description System.Windows.DependencyProperty TextProperty Declaration public static readonly DependencyProperty TextProperty Field Value Type Description System.Windows.DependencyProperty Properties SpinnerColor Declaration public Brush SpinnerColor { get; set; } Property Value Type Description System.Windows.Media.Brush SpinnerMargin Declaration public Thickness SpinnerMargin { get; set; } Property Value Type Description System.Windows.Thickness SpinnerSize Declaration public double SpinnerSize { get; set; } Property Value Type Description System.Double SpinnerThickness Declaration public double SpinnerThickness { get; set; } Property Value Type Description System.Double Text Declaration public string Text { get; set; } Property Value Type Description System.String Methods OnApplyTemplate() Declaration public override void OnApplyTemplate() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.html", "title": "Class ComboBoxTreeView", - "keywords": "Class ComboBoxTreeView Inheritance object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ItemsControl Selector ComboBox ComboBoxTreeView Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IContainItemStorage Inherited Members ComboBox.MaxDropDownHeightProperty ComboBox.IsDropDownOpenProperty ComboBox.ShouldPreserveUserEnteredPrefixProperty ComboBox.IsEditableProperty ComboBox.TextProperty ComboBox.IsReadOnlyProperty ComboBox.SelectionBoxItemProperty ComboBox.SelectionBoxItemTemplateProperty ComboBox.SelectionBoxItemStringFormatProperty ComboBox.StaysOpenOnEditProperty ComboBox.OnSelectionChanged(SelectionChangedEventArgs) ComboBox.PrepareContainerForItemOverride(DependencyObject, object) ComboBox.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) ComboBox.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) ComboBox.IsItemItsOwnContainerOverride(object) ComboBox.GetContainerForItemOverride() ComboBox.OnPreviewKeyDown(KeyEventArgs) ComboBox.OnKeyDown(KeyEventArgs) ComboBox.OnMouseLeftButtonUp(MouseButtonEventArgs) ComboBox.OnCreateAutomationPeer() ComboBox.MaxDropDownHeight ComboBox.IsDropDownOpen ComboBox.ShouldPreserveUserEnteredPrefix ComboBox.IsEditable ComboBox.Text ComboBox.IsReadOnly ComboBox.SelectionBoxItem ComboBox.SelectionBoxItemTemplate ComboBox.SelectionBoxItemStringFormat ComboBox.StaysOpenOnEdit ComboBox.IsSelectionBoxHighlighted ComboBox.HandlesScrolling ComboBox.HasEffectiveKeyboardFocus ComboBox.DropDownOpened ComboBox.DropDownClosed Selector.SelectionChangedEvent Selector.SelectedEvent Selector.UnselectedEvent Selector.IsSelectionActiveProperty Selector.IsSelectedProperty Selector.IsSynchronizedWithCurrentItemProperty Selector.SelectedIndexProperty Selector.SelectedValueProperty Selector.SelectedValuePathProperty Selector.AddSelectedHandler(DependencyObject, RoutedEventHandler) Selector.RemoveSelectedHandler(DependencyObject, RoutedEventHandler) Selector.AddUnselectedHandler(DependencyObject, RoutedEventHandler) Selector.RemoveUnselectedHandler(DependencyObject, RoutedEventHandler) Selector.GetIsSelectionActive(DependencyObject) Selector.GetIsSelected(DependencyObject) Selector.SetIsSelected(DependencyObject, bool) Selector.ClearContainerForItemOverride(DependencyObject, object) Selector.OnItemsChanged(NotifyCollectionChangedEventArgs) Selector.OnItemsSourceChanged(IEnumerable, IEnumerable) Selector.OnInitialized(EventArgs) Selector.IsSynchronizedWithCurrentItem Selector.SelectedIndex Selector.SelectedValue Selector.SelectedValuePath Selector.SelectionChanged ItemsControl.ItemsSourceProperty ItemsControl.HasItemsProperty ItemsControl.DisplayMemberPathProperty ItemsControl.ItemTemplateProperty ItemsControl.ItemTemplateSelectorProperty ItemsControl.ItemStringFormatProperty ItemsControl.ItemBindingGroupProperty ItemsControl.ItemContainerStyleProperty ItemsControl.ItemContainerStyleSelectorProperty ItemsControl.ItemsPanelProperty ItemsControl.IsGroupingProperty ItemsControl.GroupStyleSelectorProperty ItemsControl.AlternationCountProperty ItemsControl.AlternationIndexProperty ItemsControl.IsTextSearchEnabledProperty ItemsControl.IsTextSearchCaseSensitiveProperty ItemsControl.OnDisplayMemberPathChanged(string, string) ItemsControl.OnItemTemplateChanged(DataTemplate, DataTemplate) ItemsControl.OnItemTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector) ItemsControl.OnItemStringFormatChanged(string, string) ItemsControl.OnItemBindingGroupChanged(BindingGroup, BindingGroup) ItemsControl.OnItemContainerStyleChanged(Style, Style) ItemsControl.OnItemContainerStyleSelectorChanged(StyleSelector, StyleSelector) ItemsControl.GetItemsOwner(DependencyObject) ItemsControl.OnItemsPanelChanged(ItemsPanelTemplate, ItemsPanelTemplate) ItemsControl.OnGroupStyleSelectorChanged(GroupStyleSelector, GroupStyleSelector) ItemsControl.OnAlternationCountChanged(int, int) ItemsControl.GetAlternationIndex(DependencyObject) ItemsControl.ItemsControlFromItemContainer(DependencyObject) ItemsControl.ContainerFromElement(ItemsControl, DependencyObject) ItemsControl.ContainerFromElement(DependencyObject) ItemsControl.AddChild(object) ItemsControl.AddText(string) ItemsControl.BeginInit() ItemsControl.EndInit() ItemsControl.IsItemItsOwnContainer(object) ItemsControl.OnTextInput(TextCompositionEventArgs) ItemsControl.ShouldApplyItemContainerStyle(DependencyObject, object) ItemsControl.ToString() ItemsControl.Items ItemsControl.ItemsSource ItemsControl.ItemContainerGenerator ItemsControl.LogicalChildren ItemsControl.HasItems ItemsControl.DisplayMemberPath ItemsControl.ItemTemplate ItemsControl.ItemTemplateSelector ItemsControl.ItemStringFormat ItemsControl.ItemBindingGroup ItemsControl.ItemContainerStyle ItemsControl.ItemContainerStyleSelector ItemsControl.ItemsPanel ItemsControl.IsGrouping ItemsControl.GroupStyle ItemsControl.GroupStyleSelector ItemsControl.AlternationCount ItemsControl.IsTextSearchEnabled ItemsControl.IsTextSearchCaseSensitive Control.BorderBrushProperty Control.BorderThicknessProperty Control.BackgroundProperty Control.ForegroundProperty Control.FontFamilyProperty Control.FontSizeProperty Control.FontStretchProperty Control.FontStyleProperty Control.FontWeightProperty Control.HorizontalContentAlignmentProperty Control.VerticalContentAlignmentProperty Control.TabIndexProperty Control.IsTabStopProperty Control.PaddingProperty Control.TemplateProperty Control.PreviewMouseDoubleClickEvent Control.MouseDoubleClickEvent Control.OnTemplateChanged(ControlTemplate, ControlTemplate) Control.OnPreviewMouseDoubleClick(MouseButtonEventArgs) Control.OnMouseDoubleClick(MouseButtonEventArgs) Control.MeasureOverride(Size) Control.ArrangeOverride(Size) Control.BorderBrush Control.BorderThickness Control.Background Control.Foreground Control.FontFamily Control.FontSize Control.FontStretch Control.FontStyle Control.FontWeight Control.HorizontalContentAlignment Control.VerticalContentAlignment Control.TabIndex Control.IsTabStop Control.Padding Control.Template Control.PreviewMouseDoubleClick Control.MouseDoubleClick FrameworkElement.StyleProperty FrameworkElement.OverridesDefaultStyleProperty FrameworkElement.UseLayoutRoundingProperty FrameworkElement.DefaultStyleKeyProperty FrameworkElement.DataContextProperty FrameworkElement.BindingGroupProperty FrameworkElement.LanguageProperty FrameworkElement.NameProperty FrameworkElement.TagProperty FrameworkElement.InputScopeProperty FrameworkElement.RequestBringIntoViewEvent FrameworkElement.SizeChangedEvent FrameworkElement.ActualWidthProperty FrameworkElement.ActualHeightProperty FrameworkElement.LayoutTransformProperty FrameworkElement.WidthProperty FrameworkElement.MinWidthProperty FrameworkElement.MaxWidthProperty FrameworkElement.HeightProperty FrameworkElement.MinHeightProperty FrameworkElement.MaxHeightProperty FrameworkElement.FlowDirectionProperty FrameworkElement.MarginProperty FrameworkElement.HorizontalAlignmentProperty FrameworkElement.VerticalAlignmentProperty FrameworkElement.FocusVisualStyleProperty FrameworkElement.CursorProperty FrameworkElement.ForceCursorProperty FrameworkElement.LoadedEvent FrameworkElement.UnloadedEvent FrameworkElement.ToolTipProperty FrameworkElement.ContextMenuProperty FrameworkElement.ToolTipOpeningEvent FrameworkElement.ToolTipClosingEvent FrameworkElement.ContextMenuOpeningEvent FrameworkElement.ContextMenuClosingEvent FrameworkElement.OnStyleChanged(Style, Style) FrameworkElement.ParentLayoutInvalidated(UIElement) FrameworkElement.ApplyTemplate() FrameworkElement.BeginStoryboard(Storyboard) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool) FrameworkElement.GetVisualChild(int) FrameworkElement.GetTemplateChild(string) FrameworkElement.FindResource(object) FrameworkElement.TryFindResource(object) FrameworkElement.SetResourceReference(DependencyProperty, object) FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs) FrameworkElement.OnVisualParentChanged(DependencyObject) FrameworkElement.GetBindingExpression(DependencyProperty) FrameworkElement.SetBinding(DependencyProperty, BindingBase) FrameworkElement.SetBinding(DependencyProperty, string) FrameworkElement.GetUIParentCore() FrameworkElement.BringIntoView() FrameworkElement.BringIntoView(Rect) FrameworkElement.GetFlowDirection(DependencyObject) FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) FrameworkElement.MeasureCore(Size) FrameworkElement.ArrangeCore(Rect) FrameworkElement.OnRenderSizeChanged(SizeChangedInfo) FrameworkElement.GetLayoutClip(Size) FrameworkElement.MoveFocus(TraversalRequest) FrameworkElement.PredictFocus(FocusNavigationDirection) FrameworkElement.OnGotFocus(RoutedEventArgs) FrameworkElement.OnToolTipOpening(ToolTipEventArgs) FrameworkElement.OnToolTipClosing(ToolTipEventArgs) FrameworkElement.OnContextMenuOpening(ContextMenuEventArgs) FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs) FrameworkElement.RegisterName(string, object) FrameworkElement.UnregisterName(string) FrameworkElement.FindName(string) FrameworkElement.UpdateDefaultStyle() FrameworkElement.AddLogicalChild(object) FrameworkElement.RemoveLogicalChild(object) FrameworkElement.Style FrameworkElement.OverridesDefaultStyle FrameworkElement.UseLayoutRounding FrameworkElement.DefaultStyleKey FrameworkElement.Triggers FrameworkElement.TemplatedParent FrameworkElement.VisualChildrenCount FrameworkElement.Resources FrameworkElement.InheritanceBehavior FrameworkElement.DataContext FrameworkElement.BindingGroup FrameworkElement.Language FrameworkElement.Name FrameworkElement.Tag FrameworkElement.InputScope FrameworkElement.ActualWidth FrameworkElement.ActualHeight FrameworkElement.LayoutTransform FrameworkElement.Width FrameworkElement.MinWidth FrameworkElement.MaxWidth FrameworkElement.Height FrameworkElement.MinHeight FrameworkElement.MaxHeight FrameworkElement.FlowDirection FrameworkElement.Margin FrameworkElement.HorizontalAlignment FrameworkElement.VerticalAlignment FrameworkElement.FocusVisualStyle FrameworkElement.Cursor FrameworkElement.ForceCursor FrameworkElement.IsInitialized FrameworkElement.IsLoaded FrameworkElement.ToolTip FrameworkElement.ContextMenu FrameworkElement.Parent FrameworkElement.TargetUpdated FrameworkElement.SourceUpdated FrameworkElement.DataContextChanged FrameworkElement.RequestBringIntoView FrameworkElement.SizeChanged FrameworkElement.Initialized FrameworkElement.Loaded FrameworkElement.Unloaded FrameworkElement.ToolTipOpening FrameworkElement.ToolTipClosing FrameworkElement.ContextMenuOpening FrameworkElement.ContextMenuClosing UIElement.PreviewMouseDownEvent UIElement.MouseDownEvent UIElement.PreviewMouseUpEvent UIElement.MouseUpEvent UIElement.PreviewMouseLeftButtonDownEvent UIElement.MouseLeftButtonDownEvent UIElement.PreviewMouseLeftButtonUpEvent UIElement.MouseLeftButtonUpEvent UIElement.PreviewMouseRightButtonDownEvent UIElement.MouseRightButtonDownEvent UIElement.PreviewMouseRightButtonUpEvent UIElement.MouseRightButtonUpEvent UIElement.PreviewMouseMoveEvent UIElement.MouseMoveEvent UIElement.PreviewMouseWheelEvent UIElement.MouseWheelEvent UIElement.MouseEnterEvent UIElement.MouseLeaveEvent UIElement.GotMouseCaptureEvent UIElement.LostMouseCaptureEvent UIElement.QueryCursorEvent UIElement.PreviewStylusDownEvent UIElement.StylusDownEvent UIElement.PreviewStylusUpEvent UIElement.StylusUpEvent UIElement.PreviewStylusMoveEvent UIElement.StylusMoveEvent UIElement.PreviewStylusInAirMoveEvent UIElement.StylusInAirMoveEvent UIElement.StylusEnterEvent UIElement.StylusLeaveEvent UIElement.PreviewStylusInRangeEvent UIElement.StylusInRangeEvent UIElement.PreviewStylusOutOfRangeEvent UIElement.StylusOutOfRangeEvent UIElement.PreviewStylusSystemGestureEvent UIElement.StylusSystemGestureEvent UIElement.GotStylusCaptureEvent UIElement.LostStylusCaptureEvent UIElement.StylusButtonDownEvent UIElement.StylusButtonUpEvent UIElement.PreviewStylusButtonDownEvent UIElement.PreviewStylusButtonUpEvent UIElement.PreviewKeyDownEvent UIElement.KeyDownEvent UIElement.PreviewKeyUpEvent UIElement.KeyUpEvent UIElement.PreviewGotKeyboardFocusEvent UIElement.GotKeyboardFocusEvent UIElement.PreviewLostKeyboardFocusEvent UIElement.LostKeyboardFocusEvent UIElement.PreviewTextInputEvent UIElement.TextInputEvent UIElement.PreviewQueryContinueDragEvent UIElement.QueryContinueDragEvent UIElement.PreviewGiveFeedbackEvent UIElement.GiveFeedbackEvent UIElement.PreviewDragEnterEvent UIElement.DragEnterEvent UIElement.PreviewDragOverEvent UIElement.DragOverEvent UIElement.PreviewDragLeaveEvent UIElement.DragLeaveEvent UIElement.PreviewDropEvent UIElement.DropEvent UIElement.PreviewTouchDownEvent UIElement.TouchDownEvent UIElement.PreviewTouchMoveEvent UIElement.TouchMoveEvent UIElement.PreviewTouchUpEvent UIElement.TouchUpEvent UIElement.GotTouchCaptureEvent UIElement.LostTouchCaptureEvent UIElement.TouchEnterEvent UIElement.TouchLeaveEvent UIElement.IsMouseDirectlyOverProperty UIElement.IsMouseOverProperty UIElement.IsStylusOverProperty UIElement.IsKeyboardFocusWithinProperty UIElement.IsMouseCapturedProperty UIElement.IsMouseCaptureWithinProperty UIElement.IsStylusDirectlyOverProperty UIElement.IsStylusCapturedProperty UIElement.IsStylusCaptureWithinProperty UIElement.IsKeyboardFocusedProperty UIElement.AreAnyTouchesDirectlyOverProperty UIElement.AreAnyTouchesOverProperty UIElement.AreAnyTouchesCapturedProperty UIElement.AreAnyTouchesCapturedWithinProperty UIElement.AllowDropProperty UIElement.RenderTransformProperty UIElement.RenderTransformOriginProperty UIElement.OpacityProperty UIElement.OpacityMaskProperty UIElement.BitmapEffectProperty UIElement.EffectProperty UIElement.BitmapEffectInputProperty UIElement.CacheModeProperty UIElement.UidProperty UIElement.VisibilityProperty UIElement.ClipToBoundsProperty UIElement.ClipProperty UIElement.SnapsToDevicePixelsProperty UIElement.GotFocusEvent UIElement.LostFocusEvent UIElement.IsFocusedProperty UIElement.IsEnabledProperty UIElement.IsHitTestVisibleProperty UIElement.IsVisibleProperty UIElement.FocusableProperty UIElement.IsManipulationEnabledProperty UIElement.ManipulationStartingEvent UIElement.ManipulationStartedEvent UIElement.ManipulationDeltaEvent UIElement.ManipulationInertiaStartingEvent UIElement.ManipulationBoundaryFeedbackEvent UIElement.ManipulationCompletedEvent UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock) UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) UIElement.GetAnimationBaseValue(DependencyProperty) UIElement.RaiseEvent(RoutedEventArgs) UIElement.AddHandler(RoutedEvent, Delegate) UIElement.AddHandler(RoutedEvent, Delegate, bool) UIElement.RemoveHandler(RoutedEvent, Delegate) UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) UIElement.OnPreviewMouseDown(MouseButtonEventArgs) UIElement.OnMouseDown(MouseButtonEventArgs) UIElement.OnPreviewMouseUp(MouseButtonEventArgs) UIElement.OnMouseUp(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseMove(MouseEventArgs) UIElement.OnMouseMove(MouseEventArgs) UIElement.OnPreviewMouseWheel(MouseWheelEventArgs) UIElement.OnMouseWheel(MouseWheelEventArgs) UIElement.OnMouseEnter(MouseEventArgs) UIElement.OnMouseLeave(MouseEventArgs) UIElement.OnGotMouseCapture(MouseEventArgs) UIElement.OnLostMouseCapture(MouseEventArgs) UIElement.OnQueryCursor(QueryCursorEventArgs) UIElement.OnPreviewStylusDown(StylusDownEventArgs) UIElement.OnStylusDown(StylusDownEventArgs) UIElement.OnPreviewStylusUp(StylusEventArgs) UIElement.OnStylusUp(StylusEventArgs) UIElement.OnPreviewStylusMove(StylusEventArgs) UIElement.OnStylusMove(StylusEventArgs) UIElement.OnPreviewStylusInAirMove(StylusEventArgs) UIElement.OnStylusInAirMove(StylusEventArgs) UIElement.OnStylusEnter(StylusEventArgs) UIElement.OnStylusLeave(StylusEventArgs) UIElement.OnPreviewStylusInRange(StylusEventArgs) UIElement.OnStylusInRange(StylusEventArgs) UIElement.OnPreviewStylusOutOfRange(StylusEventArgs) UIElement.OnStylusOutOfRange(StylusEventArgs) UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnGotStylusCapture(StylusEventArgs) UIElement.OnLostStylusCapture(StylusEventArgs) UIElement.OnStylusButtonDown(StylusButtonEventArgs) UIElement.OnStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewKeyUp(KeyEventArgs) UIElement.OnKeyUp(KeyEventArgs) UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewTextInput(TextCompositionEventArgs) UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs) UIElement.OnGiveFeedback(GiveFeedbackEventArgs) UIElement.OnPreviewDragEnter(DragEventArgs) UIElement.OnDragEnter(DragEventArgs) UIElement.OnPreviewDragOver(DragEventArgs) UIElement.OnDragOver(DragEventArgs) UIElement.OnPreviewDragLeave(DragEventArgs) UIElement.OnDragLeave(DragEventArgs) UIElement.OnPreviewDrop(DragEventArgs) UIElement.OnDrop(DragEventArgs) UIElement.OnPreviewTouchDown(TouchEventArgs) UIElement.OnTouchDown(TouchEventArgs) UIElement.OnPreviewTouchMove(TouchEventArgs) UIElement.OnTouchMove(TouchEventArgs) UIElement.OnPreviewTouchUp(TouchEventArgs) UIElement.OnTouchUp(TouchEventArgs) UIElement.OnGotTouchCapture(TouchEventArgs) UIElement.OnLostTouchCapture(TouchEventArgs) UIElement.OnTouchEnter(TouchEventArgs) UIElement.OnTouchLeave(TouchEventArgs) UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) UIElement.InvalidateMeasure() UIElement.InvalidateArrange() UIElement.InvalidateVisual() UIElement.OnChildDesiredSizeChanged(UIElement) UIElement.Measure(Size) UIElement.Arrange(Rect) UIElement.OnRender(DrawingContext) UIElement.UpdateLayout() UIElement.TranslatePoint(Point, UIElement) UIElement.InputHitTest(Point) UIElement.CaptureMouse() UIElement.ReleaseMouseCapture() UIElement.CaptureStylus() UIElement.ReleaseStylusCapture() UIElement.Focus() UIElement.OnAccessKey(AccessKeyEventArgs) UIElement.HitTestCore(PointHitTestParameters) UIElement.HitTestCore(GeometryHitTestParameters) UIElement.OnLostFocus(RoutedEventArgs) UIElement.OnManipulationStarting(ManipulationStartingEventArgs) UIElement.OnManipulationStarted(ManipulationStartedEventArgs) UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) UIElement.CaptureTouch(TouchDevice) UIElement.ReleaseTouchCapture(TouchDevice) UIElement.ReleaseAllTouchCaptures() UIElement.HasAnimatedProperties UIElement.InputBindings UIElement.CommandBindings UIElement.AllowDrop UIElement.StylusPlugIns UIElement.DesiredSize UIElement.IsMeasureValid UIElement.IsArrangeValid UIElement.RenderSize UIElement.RenderTransform UIElement.RenderTransformOrigin UIElement.IsMouseDirectlyOver UIElement.IsMouseOver UIElement.IsStylusOver UIElement.IsKeyboardFocusWithin UIElement.IsMouseCaptured UIElement.IsMouseCaptureWithin UIElement.IsStylusDirectlyOver UIElement.IsStylusCaptured UIElement.IsStylusCaptureWithin UIElement.IsKeyboardFocused UIElement.IsInputMethodEnabled UIElement.Opacity UIElement.OpacityMask UIElement.BitmapEffect UIElement.Effect UIElement.BitmapEffectInput UIElement.CacheMode UIElement.Uid UIElement.Visibility UIElement.ClipToBounds UIElement.Clip UIElement.SnapsToDevicePixels UIElement.IsFocused UIElement.IsEnabled UIElement.IsEnabledCore UIElement.IsHitTestVisible UIElement.IsVisible UIElement.Focusable UIElement.PersistId UIElement.IsManipulationEnabled UIElement.AreAnyTouchesOver UIElement.AreAnyTouchesDirectlyOver UIElement.AreAnyTouchesCapturedWithin UIElement.AreAnyTouchesCaptured UIElement.TouchesCaptured UIElement.TouchesCapturedWithin UIElement.TouchesOver UIElement.TouchesDirectlyOver UIElement.PreviewMouseDown UIElement.MouseDown UIElement.PreviewMouseUp UIElement.MouseUp UIElement.PreviewMouseLeftButtonDown UIElement.MouseLeftButtonDown UIElement.PreviewMouseLeftButtonUp UIElement.MouseLeftButtonUp UIElement.PreviewMouseRightButtonDown UIElement.MouseRightButtonDown UIElement.PreviewMouseRightButtonUp UIElement.MouseRightButtonUp UIElement.PreviewMouseMove UIElement.MouseMove UIElement.PreviewMouseWheel UIElement.MouseWheel UIElement.MouseEnter UIElement.MouseLeave UIElement.GotMouseCapture UIElement.LostMouseCapture UIElement.QueryCursor UIElement.PreviewStylusDown UIElement.StylusDown UIElement.PreviewStylusUp UIElement.StylusUp UIElement.PreviewStylusMove UIElement.StylusMove UIElement.PreviewStylusInAirMove UIElement.StylusInAirMove UIElement.StylusEnter UIElement.StylusLeave UIElement.PreviewStylusInRange UIElement.StylusInRange UIElement.PreviewStylusOutOfRange UIElement.StylusOutOfRange UIElement.PreviewStylusSystemGesture UIElement.StylusSystemGesture UIElement.GotStylusCapture UIElement.LostStylusCapture UIElement.StylusButtonDown UIElement.StylusButtonUp UIElement.PreviewStylusButtonDown UIElement.PreviewStylusButtonUp UIElement.PreviewKeyDown UIElement.KeyDown UIElement.PreviewKeyUp UIElement.KeyUp UIElement.PreviewGotKeyboardFocus UIElement.GotKeyboardFocus UIElement.PreviewLostKeyboardFocus UIElement.LostKeyboardFocus UIElement.PreviewTextInput UIElement.TextInput UIElement.PreviewQueryContinueDrag UIElement.QueryContinueDrag UIElement.PreviewGiveFeedback UIElement.GiveFeedback UIElement.PreviewDragEnter UIElement.DragEnter UIElement.PreviewDragOver UIElement.DragOver UIElement.PreviewDragLeave UIElement.DragLeave UIElement.PreviewDrop UIElement.Drop UIElement.PreviewTouchDown UIElement.TouchDown UIElement.PreviewTouchMove UIElement.TouchMove UIElement.PreviewTouchUp UIElement.TouchUp UIElement.GotTouchCapture UIElement.LostTouchCapture UIElement.TouchEnter UIElement.TouchLeave UIElement.IsMouseDirectlyOverChanged UIElement.IsKeyboardFocusWithinChanged UIElement.IsMouseCapturedChanged UIElement.IsMouseCaptureWithinChanged UIElement.IsStylusDirectlyOverChanged UIElement.IsStylusCapturedChanged UIElement.IsStylusCaptureWithinChanged UIElement.IsKeyboardFocusedChanged UIElement.LayoutUpdated UIElement.GotFocus UIElement.LostFocus UIElement.IsEnabledChanged UIElement.IsHitTestVisibleChanged UIElement.IsVisibleChanged UIElement.FocusableChanged UIElement.ManipulationStarting UIElement.ManipulationStarted UIElement.ManipulationDelta UIElement.ManipulationInertiaStarting UIElement.ManipulationBoundaryFeedback UIElement.ManipulationCompleted Visual.AddVisualChild(Visual) Visual.RemoveVisualChild(Visual) Visual.OnVisualChildrenChanged(DependencyObject, DependencyObject) Visual.OnDpiChanged(DpiScale, DpiScale) Visual.IsAncestorOf(DependencyObject) Visual.IsDescendantOf(DependencyObject) Visual.FindCommonVisualAncestor(DependencyObject) Visual.TransformToAncestor(Visual) Visual.TransformToAncestor(Visual3D) Visual.TransformToDescendant(Visual) Visual.TransformToVisual(Visual) Visual.PointToScreen(Point) Visual.PointFromScreen(Point) Visual.VisualParent Visual.VisualTransform Visual.VisualEffect Visual.VisualBitmapEffect Visual.VisualBitmapEffectInput Visual.VisualCacheMode Visual.VisualScrollableAreaClip Visual.VisualClip Visual.VisualOffset Visual.VisualOpacity Visual.VisualEdgeMode Visual.VisualBitmapScalingMode Visual.VisualClearTypeHint Visual.VisualTextRenderingMode Visual.VisualTextHintingMode Visual.VisualOpacityMask Visual.VisualXSnappingGuidelines Visual.VisualYSnappingGuidelines DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls CustomTreeViewComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ComboBoxTreeView : ComboBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage Constructors ComboBoxTreeView() Declaration public ComboBoxTreeView() Fields SelectedHierarchyProperty Declaration public static readonly DependencyProperty SelectedHierarchyProperty Field Value Type Description DependencyProperty SelectedItemProperty Declaration public static readonly DependencyProperty SelectedItemProperty Field Value Type Description DependencyProperty Properties SelectedHierarchy Selected hierarchy of the treeview Declaration public IEnumerable SelectedHierarchy { get; set; } Property Value Type Description IEnumerable string SelectedItem Selected item of the TreeView Declaration public object SelectedItem { get; set; } Property Value Type Description object Methods OnApplyTemplate() Declaration public override void OnApplyTemplate() Overrides ComboBox.OnApplyTemplate() OnDropDownClosed(EventArgs) Declaration protected override void OnDropDownClosed(EventArgs e) Parameters Type Name Description EventArgs e Overrides ComboBox.OnDropDownClosed(EventArgs) OnDropDownOpened(EventArgs) Declaration protected override void OnDropDownOpened(EventArgs e) Parameters Type Name Description EventArgs e Overrides ComboBox.OnDropDownOpened(EventArgs) Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IContainItemStorage Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ComboBoxTreeView Inheritance System.Object ComboBoxTreeView Namespace : Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ComboBoxTreeView : ComboBox Constructors ComboBoxTreeView() Declaration public ComboBoxTreeView() Fields SelectedHierarchyProperty Declaration public static readonly DependencyProperty SelectedHierarchyProperty Field Value Type Description System.Windows.DependencyProperty SelectedItemProperty Declaration public static readonly DependencyProperty SelectedItemProperty Field Value Type Description System.Windows.DependencyProperty Properties SelectedHierarchy Selected hierarchy of the treeview Declaration public IEnumerable SelectedHierarchy { get; set; } Property Value Type Description System.Collections.Generic.IEnumerable < System.String > SelectedItem Selected item of the TreeView Declaration public object SelectedItem { get; set; } Property Value Type Description System.Object Methods OnApplyTemplate() Declaration public override void OnApplyTemplate() OnDropDownClosed(EventArgs) Declaration protected override void OnDropDownClosed(EventArgs e) Parameters Type Name Description System.EventArgs e OnDropDownOpened(EventArgs) Declaration protected override void OnDropDownOpened(EventArgs e) Parameters Type Name Description System.EventArgs e Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.html", "title": "Class ExtendedTreeView", - "keywords": "Class ExtendedTreeView Inheritance object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ItemsControl TreeView ExtendedTreeView Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IContainItemStorage Inherited Members TreeView.SelectedItemProperty TreeView.SelectedValueProperty TreeView.SelectedValuePathProperty TreeView.SelectedItemChangedEvent TreeView.OnSelectedItemChanged(RoutedPropertyChangedEventArgs) TreeView.IsItemItsOwnContainerOverride(object) TreeView.OnItemsChanged(NotifyCollectionChangedEventArgs) TreeView.OnKeyDown(KeyEventArgs) TreeView.ExpandSubtree(TreeViewItem) TreeView.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) TreeView.OnGotFocus(RoutedEventArgs) TreeView.OnCreateAutomationPeer() TreeView.SelectedItem TreeView.SelectedValue TreeView.SelectedValuePath TreeView.HandlesScrolling TreeView.SelectedItemChanged ItemsControl.ItemsSourceProperty ItemsControl.HasItemsProperty ItemsControl.DisplayMemberPathProperty ItemsControl.ItemTemplateProperty ItemsControl.ItemTemplateSelectorProperty ItemsControl.ItemStringFormatProperty ItemsControl.ItemBindingGroupProperty ItemsControl.ItemContainerStyleProperty ItemsControl.ItemContainerStyleSelectorProperty ItemsControl.ItemsPanelProperty ItemsControl.IsGroupingProperty ItemsControl.GroupStyleSelectorProperty ItemsControl.AlternationCountProperty ItemsControl.AlternationIndexProperty ItemsControl.IsTextSearchEnabledProperty ItemsControl.IsTextSearchCaseSensitiveProperty ItemsControl.OnItemsSourceChanged(IEnumerable, IEnumerable) ItemsControl.OnDisplayMemberPathChanged(string, string) ItemsControl.OnItemTemplateChanged(DataTemplate, DataTemplate) ItemsControl.OnItemTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector) ItemsControl.OnItemStringFormatChanged(string, string) ItemsControl.OnItemBindingGroupChanged(BindingGroup, BindingGroup) ItemsControl.OnItemContainerStyleChanged(Style, Style) ItemsControl.OnItemContainerStyleSelectorChanged(StyleSelector, StyleSelector) ItemsControl.GetItemsOwner(DependencyObject) ItemsControl.OnItemsPanelChanged(ItemsPanelTemplate, ItemsPanelTemplate) ItemsControl.OnGroupStyleSelectorChanged(GroupStyleSelector, GroupStyleSelector) ItemsControl.OnAlternationCountChanged(int, int) ItemsControl.GetAlternationIndex(DependencyObject) ItemsControl.ItemsControlFromItemContainer(DependencyObject) ItemsControl.ContainerFromElement(ItemsControl, DependencyObject) ItemsControl.ContainerFromElement(DependencyObject) ItemsControl.AddChild(object) ItemsControl.AddText(string) ItemsControl.BeginInit() ItemsControl.EndInit() ItemsControl.IsItemItsOwnContainer(object) ItemsControl.PrepareContainerForItemOverride(DependencyObject, object) ItemsControl.ClearContainerForItemOverride(DependencyObject, object) ItemsControl.OnTextInput(TextCompositionEventArgs) ItemsControl.ShouldApplyItemContainerStyle(DependencyObject, object) ItemsControl.ToString() ItemsControl.Items ItemsControl.ItemsSource ItemsControl.ItemContainerGenerator ItemsControl.LogicalChildren ItemsControl.HasItems ItemsControl.DisplayMemberPath ItemsControl.ItemTemplate ItemsControl.ItemTemplateSelector ItemsControl.ItemStringFormat ItemsControl.ItemBindingGroup ItemsControl.ItemContainerStyle ItemsControl.ItemContainerStyleSelector ItemsControl.ItemsPanel ItemsControl.IsGrouping ItemsControl.GroupStyle ItemsControl.GroupStyleSelector ItemsControl.AlternationCount ItemsControl.IsTextSearchEnabled ItemsControl.IsTextSearchCaseSensitive Control.BorderBrushProperty Control.BorderThicknessProperty Control.BackgroundProperty Control.ForegroundProperty Control.FontFamilyProperty Control.FontSizeProperty Control.FontStretchProperty Control.FontStyleProperty Control.FontWeightProperty Control.HorizontalContentAlignmentProperty Control.VerticalContentAlignmentProperty Control.TabIndexProperty Control.IsTabStopProperty Control.PaddingProperty Control.TemplateProperty Control.PreviewMouseDoubleClickEvent Control.MouseDoubleClickEvent Control.OnTemplateChanged(ControlTemplate, ControlTemplate) Control.OnPreviewMouseDoubleClick(MouseButtonEventArgs) Control.OnMouseDoubleClick(MouseButtonEventArgs) Control.MeasureOverride(Size) Control.ArrangeOverride(Size) Control.BorderBrush Control.BorderThickness Control.Background Control.Foreground Control.FontFamily Control.FontSize Control.FontStretch Control.FontStyle Control.FontWeight Control.HorizontalContentAlignment Control.VerticalContentAlignment Control.TabIndex Control.IsTabStop Control.Padding Control.Template Control.PreviewMouseDoubleClick Control.MouseDoubleClick FrameworkElement.StyleProperty FrameworkElement.OverridesDefaultStyleProperty FrameworkElement.UseLayoutRoundingProperty FrameworkElement.DefaultStyleKeyProperty FrameworkElement.DataContextProperty FrameworkElement.BindingGroupProperty FrameworkElement.LanguageProperty FrameworkElement.NameProperty FrameworkElement.TagProperty FrameworkElement.InputScopeProperty FrameworkElement.RequestBringIntoViewEvent FrameworkElement.SizeChangedEvent FrameworkElement.ActualWidthProperty FrameworkElement.ActualHeightProperty FrameworkElement.LayoutTransformProperty FrameworkElement.WidthProperty FrameworkElement.MinWidthProperty FrameworkElement.MaxWidthProperty FrameworkElement.HeightProperty FrameworkElement.MinHeightProperty FrameworkElement.MaxHeightProperty FrameworkElement.FlowDirectionProperty FrameworkElement.MarginProperty FrameworkElement.HorizontalAlignmentProperty FrameworkElement.VerticalAlignmentProperty FrameworkElement.FocusVisualStyleProperty FrameworkElement.CursorProperty FrameworkElement.ForceCursorProperty FrameworkElement.LoadedEvent FrameworkElement.UnloadedEvent FrameworkElement.ToolTipProperty FrameworkElement.ContextMenuProperty FrameworkElement.ToolTipOpeningEvent FrameworkElement.ToolTipClosingEvent FrameworkElement.ContextMenuOpeningEvent FrameworkElement.ContextMenuClosingEvent FrameworkElement.OnStyleChanged(Style, Style) FrameworkElement.ParentLayoutInvalidated(UIElement) FrameworkElement.ApplyTemplate() FrameworkElement.OnApplyTemplate() FrameworkElement.BeginStoryboard(Storyboard) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool) FrameworkElement.GetVisualChild(int) FrameworkElement.GetTemplateChild(string) FrameworkElement.FindResource(object) FrameworkElement.TryFindResource(object) FrameworkElement.SetResourceReference(DependencyProperty, object) FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs) FrameworkElement.OnVisualParentChanged(DependencyObject) FrameworkElement.GetBindingExpression(DependencyProperty) FrameworkElement.SetBinding(DependencyProperty, BindingBase) FrameworkElement.SetBinding(DependencyProperty, string) FrameworkElement.GetUIParentCore() FrameworkElement.BringIntoView() FrameworkElement.BringIntoView(Rect) FrameworkElement.GetFlowDirection(DependencyObject) FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) FrameworkElement.MeasureCore(Size) FrameworkElement.ArrangeCore(Rect) FrameworkElement.OnRenderSizeChanged(SizeChangedInfo) FrameworkElement.GetLayoutClip(Size) FrameworkElement.MoveFocus(TraversalRequest) FrameworkElement.PredictFocus(FocusNavigationDirection) FrameworkElement.OnInitialized(EventArgs) FrameworkElement.OnToolTipOpening(ToolTipEventArgs) FrameworkElement.OnToolTipClosing(ToolTipEventArgs) FrameworkElement.OnContextMenuOpening(ContextMenuEventArgs) FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs) FrameworkElement.RegisterName(string, object) FrameworkElement.UnregisterName(string) FrameworkElement.FindName(string) FrameworkElement.UpdateDefaultStyle() FrameworkElement.AddLogicalChild(object) FrameworkElement.RemoveLogicalChild(object) FrameworkElement.Style FrameworkElement.OverridesDefaultStyle FrameworkElement.UseLayoutRounding FrameworkElement.DefaultStyleKey FrameworkElement.Triggers FrameworkElement.TemplatedParent FrameworkElement.VisualChildrenCount FrameworkElement.Resources FrameworkElement.InheritanceBehavior FrameworkElement.DataContext FrameworkElement.BindingGroup FrameworkElement.Language FrameworkElement.Name FrameworkElement.Tag FrameworkElement.InputScope FrameworkElement.ActualWidth FrameworkElement.ActualHeight FrameworkElement.LayoutTransform FrameworkElement.Width FrameworkElement.MinWidth FrameworkElement.MaxWidth FrameworkElement.Height FrameworkElement.MinHeight FrameworkElement.MaxHeight FrameworkElement.FlowDirection FrameworkElement.Margin FrameworkElement.HorizontalAlignment FrameworkElement.VerticalAlignment FrameworkElement.FocusVisualStyle FrameworkElement.Cursor FrameworkElement.ForceCursor FrameworkElement.IsInitialized FrameworkElement.IsLoaded FrameworkElement.ToolTip FrameworkElement.ContextMenu FrameworkElement.Parent FrameworkElement.TargetUpdated FrameworkElement.SourceUpdated FrameworkElement.DataContextChanged FrameworkElement.RequestBringIntoView FrameworkElement.SizeChanged FrameworkElement.Initialized FrameworkElement.Loaded FrameworkElement.Unloaded FrameworkElement.ToolTipOpening FrameworkElement.ToolTipClosing FrameworkElement.ContextMenuOpening FrameworkElement.ContextMenuClosing UIElement.PreviewMouseDownEvent UIElement.MouseDownEvent UIElement.PreviewMouseUpEvent UIElement.MouseUpEvent UIElement.PreviewMouseLeftButtonDownEvent UIElement.MouseLeftButtonDownEvent UIElement.PreviewMouseLeftButtonUpEvent UIElement.MouseLeftButtonUpEvent UIElement.PreviewMouseRightButtonDownEvent UIElement.MouseRightButtonDownEvent UIElement.PreviewMouseRightButtonUpEvent UIElement.MouseRightButtonUpEvent UIElement.PreviewMouseMoveEvent UIElement.MouseMoveEvent UIElement.PreviewMouseWheelEvent UIElement.MouseWheelEvent UIElement.MouseEnterEvent UIElement.MouseLeaveEvent UIElement.GotMouseCaptureEvent UIElement.LostMouseCaptureEvent UIElement.QueryCursorEvent UIElement.PreviewStylusDownEvent UIElement.StylusDownEvent UIElement.PreviewStylusUpEvent UIElement.StylusUpEvent UIElement.PreviewStylusMoveEvent UIElement.StylusMoveEvent UIElement.PreviewStylusInAirMoveEvent UIElement.StylusInAirMoveEvent UIElement.StylusEnterEvent UIElement.StylusLeaveEvent UIElement.PreviewStylusInRangeEvent UIElement.StylusInRangeEvent UIElement.PreviewStylusOutOfRangeEvent UIElement.StylusOutOfRangeEvent UIElement.PreviewStylusSystemGestureEvent UIElement.StylusSystemGestureEvent UIElement.GotStylusCaptureEvent UIElement.LostStylusCaptureEvent UIElement.StylusButtonDownEvent UIElement.StylusButtonUpEvent UIElement.PreviewStylusButtonDownEvent UIElement.PreviewStylusButtonUpEvent UIElement.PreviewKeyDownEvent UIElement.KeyDownEvent UIElement.PreviewKeyUpEvent UIElement.KeyUpEvent UIElement.PreviewGotKeyboardFocusEvent UIElement.GotKeyboardFocusEvent UIElement.PreviewLostKeyboardFocusEvent UIElement.LostKeyboardFocusEvent UIElement.PreviewTextInputEvent UIElement.TextInputEvent UIElement.PreviewQueryContinueDragEvent UIElement.QueryContinueDragEvent UIElement.PreviewGiveFeedbackEvent UIElement.GiveFeedbackEvent UIElement.PreviewDragEnterEvent UIElement.DragEnterEvent UIElement.PreviewDragOverEvent UIElement.DragOverEvent UIElement.PreviewDragLeaveEvent UIElement.DragLeaveEvent UIElement.PreviewDropEvent UIElement.DropEvent UIElement.PreviewTouchDownEvent UIElement.TouchDownEvent UIElement.PreviewTouchMoveEvent UIElement.TouchMoveEvent UIElement.PreviewTouchUpEvent UIElement.TouchUpEvent UIElement.GotTouchCaptureEvent UIElement.LostTouchCaptureEvent UIElement.TouchEnterEvent UIElement.TouchLeaveEvent UIElement.IsMouseDirectlyOverProperty UIElement.IsMouseOverProperty UIElement.IsStylusOverProperty UIElement.IsKeyboardFocusWithinProperty UIElement.IsMouseCapturedProperty UIElement.IsMouseCaptureWithinProperty UIElement.IsStylusDirectlyOverProperty UIElement.IsStylusCapturedProperty UIElement.IsStylusCaptureWithinProperty UIElement.IsKeyboardFocusedProperty UIElement.AreAnyTouchesDirectlyOverProperty UIElement.AreAnyTouchesOverProperty UIElement.AreAnyTouchesCapturedProperty UIElement.AreAnyTouchesCapturedWithinProperty UIElement.AllowDropProperty UIElement.RenderTransformProperty UIElement.RenderTransformOriginProperty UIElement.OpacityProperty UIElement.OpacityMaskProperty UIElement.BitmapEffectProperty UIElement.EffectProperty UIElement.BitmapEffectInputProperty UIElement.CacheModeProperty UIElement.UidProperty UIElement.VisibilityProperty UIElement.ClipToBoundsProperty UIElement.ClipProperty UIElement.SnapsToDevicePixelsProperty UIElement.GotFocusEvent UIElement.LostFocusEvent UIElement.IsFocusedProperty UIElement.IsEnabledProperty UIElement.IsHitTestVisibleProperty UIElement.IsVisibleProperty UIElement.FocusableProperty UIElement.IsManipulationEnabledProperty UIElement.ManipulationStartingEvent UIElement.ManipulationStartedEvent UIElement.ManipulationDeltaEvent UIElement.ManipulationInertiaStartingEvent UIElement.ManipulationBoundaryFeedbackEvent UIElement.ManipulationCompletedEvent UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock) UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) UIElement.GetAnimationBaseValue(DependencyProperty) UIElement.RaiseEvent(RoutedEventArgs) UIElement.AddHandler(RoutedEvent, Delegate) UIElement.AddHandler(RoutedEvent, Delegate, bool) UIElement.RemoveHandler(RoutedEvent, Delegate) UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) UIElement.OnPreviewMouseDown(MouseButtonEventArgs) UIElement.OnMouseDown(MouseButtonEventArgs) UIElement.OnPreviewMouseUp(MouseButtonEventArgs) UIElement.OnMouseUp(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseMove(MouseEventArgs) UIElement.OnMouseMove(MouseEventArgs) UIElement.OnPreviewMouseWheel(MouseWheelEventArgs) UIElement.OnMouseWheel(MouseWheelEventArgs) UIElement.OnMouseEnter(MouseEventArgs) UIElement.OnMouseLeave(MouseEventArgs) UIElement.OnGotMouseCapture(MouseEventArgs) UIElement.OnLostMouseCapture(MouseEventArgs) UIElement.OnQueryCursor(QueryCursorEventArgs) UIElement.OnPreviewStylusDown(StylusDownEventArgs) UIElement.OnStylusDown(StylusDownEventArgs) UIElement.OnPreviewStylusUp(StylusEventArgs) UIElement.OnStylusUp(StylusEventArgs) UIElement.OnPreviewStylusMove(StylusEventArgs) UIElement.OnStylusMove(StylusEventArgs) UIElement.OnPreviewStylusInAirMove(StylusEventArgs) UIElement.OnStylusInAirMove(StylusEventArgs) UIElement.OnStylusEnter(StylusEventArgs) UIElement.OnStylusLeave(StylusEventArgs) UIElement.OnPreviewStylusInRange(StylusEventArgs) UIElement.OnStylusInRange(StylusEventArgs) UIElement.OnPreviewStylusOutOfRange(StylusEventArgs) UIElement.OnStylusOutOfRange(StylusEventArgs) UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnGotStylusCapture(StylusEventArgs) UIElement.OnLostStylusCapture(StylusEventArgs) UIElement.OnStylusButtonDown(StylusButtonEventArgs) UIElement.OnStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewKeyDown(KeyEventArgs) UIElement.OnPreviewKeyUp(KeyEventArgs) UIElement.OnKeyUp(KeyEventArgs) UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewTextInput(TextCompositionEventArgs) UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs) UIElement.OnGiveFeedback(GiveFeedbackEventArgs) UIElement.OnPreviewDragEnter(DragEventArgs) UIElement.OnDragEnter(DragEventArgs) UIElement.OnPreviewDragOver(DragEventArgs) UIElement.OnDragOver(DragEventArgs) UIElement.OnPreviewDragLeave(DragEventArgs) UIElement.OnDragLeave(DragEventArgs) UIElement.OnPreviewDrop(DragEventArgs) UIElement.OnDrop(DragEventArgs) UIElement.OnPreviewTouchDown(TouchEventArgs) UIElement.OnTouchDown(TouchEventArgs) UIElement.OnPreviewTouchMove(TouchEventArgs) UIElement.OnTouchMove(TouchEventArgs) UIElement.OnPreviewTouchUp(TouchEventArgs) UIElement.OnTouchUp(TouchEventArgs) UIElement.OnGotTouchCapture(TouchEventArgs) UIElement.OnLostTouchCapture(TouchEventArgs) UIElement.OnTouchEnter(TouchEventArgs) UIElement.OnTouchLeave(TouchEventArgs) UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) UIElement.InvalidateMeasure() UIElement.InvalidateArrange() UIElement.InvalidateVisual() UIElement.OnChildDesiredSizeChanged(UIElement) UIElement.Measure(Size) UIElement.Arrange(Rect) UIElement.OnRender(DrawingContext) UIElement.UpdateLayout() UIElement.TranslatePoint(Point, UIElement) UIElement.InputHitTest(Point) UIElement.CaptureMouse() UIElement.ReleaseMouseCapture() UIElement.CaptureStylus() UIElement.ReleaseStylusCapture() UIElement.Focus() UIElement.OnAccessKey(AccessKeyEventArgs) UIElement.HitTestCore(PointHitTestParameters) UIElement.HitTestCore(GeometryHitTestParameters) UIElement.OnLostFocus(RoutedEventArgs) UIElement.OnManipulationStarting(ManipulationStartingEventArgs) UIElement.OnManipulationStarted(ManipulationStartedEventArgs) UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) UIElement.CaptureTouch(TouchDevice) UIElement.ReleaseTouchCapture(TouchDevice) UIElement.ReleaseAllTouchCaptures() UIElement.HasAnimatedProperties UIElement.InputBindings UIElement.CommandBindings UIElement.AllowDrop UIElement.StylusPlugIns UIElement.DesiredSize UIElement.IsMeasureValid UIElement.IsArrangeValid UIElement.RenderSize UIElement.RenderTransform UIElement.RenderTransformOrigin UIElement.IsMouseDirectlyOver UIElement.IsMouseOver UIElement.IsStylusOver UIElement.IsKeyboardFocusWithin UIElement.IsMouseCaptured UIElement.IsMouseCaptureWithin UIElement.IsStylusDirectlyOver UIElement.IsStylusCaptured UIElement.IsStylusCaptureWithin UIElement.IsKeyboardFocused UIElement.IsInputMethodEnabled UIElement.Opacity UIElement.OpacityMask UIElement.BitmapEffect UIElement.Effect UIElement.BitmapEffectInput UIElement.CacheMode UIElement.Uid UIElement.Visibility UIElement.ClipToBounds UIElement.Clip UIElement.SnapsToDevicePixels UIElement.HasEffectiveKeyboardFocus UIElement.IsFocused UIElement.IsEnabled UIElement.IsEnabledCore UIElement.IsHitTestVisible UIElement.IsVisible UIElement.Focusable UIElement.PersistId UIElement.IsManipulationEnabled UIElement.AreAnyTouchesOver UIElement.AreAnyTouchesDirectlyOver UIElement.AreAnyTouchesCapturedWithin UIElement.AreAnyTouchesCaptured UIElement.TouchesCaptured UIElement.TouchesCapturedWithin UIElement.TouchesOver UIElement.TouchesDirectlyOver UIElement.PreviewMouseDown UIElement.MouseDown UIElement.PreviewMouseUp UIElement.MouseUp UIElement.PreviewMouseLeftButtonDown UIElement.MouseLeftButtonDown UIElement.PreviewMouseLeftButtonUp UIElement.MouseLeftButtonUp UIElement.PreviewMouseRightButtonDown UIElement.MouseRightButtonDown UIElement.PreviewMouseRightButtonUp UIElement.MouseRightButtonUp UIElement.PreviewMouseMove UIElement.MouseMove UIElement.PreviewMouseWheel UIElement.MouseWheel UIElement.MouseEnter UIElement.MouseLeave UIElement.GotMouseCapture UIElement.LostMouseCapture UIElement.QueryCursor UIElement.PreviewStylusDown UIElement.StylusDown UIElement.PreviewStylusUp UIElement.StylusUp UIElement.PreviewStylusMove UIElement.StylusMove UIElement.PreviewStylusInAirMove UIElement.StylusInAirMove UIElement.StylusEnter UIElement.StylusLeave UIElement.PreviewStylusInRange UIElement.StylusInRange UIElement.PreviewStylusOutOfRange UIElement.StylusOutOfRange UIElement.PreviewStylusSystemGesture UIElement.StylusSystemGesture UIElement.GotStylusCapture UIElement.LostStylusCapture UIElement.StylusButtonDown UIElement.StylusButtonUp UIElement.PreviewStylusButtonDown UIElement.PreviewStylusButtonUp UIElement.PreviewKeyDown UIElement.KeyDown UIElement.PreviewKeyUp UIElement.KeyUp UIElement.PreviewGotKeyboardFocus UIElement.GotKeyboardFocus UIElement.PreviewLostKeyboardFocus UIElement.LostKeyboardFocus UIElement.PreviewTextInput UIElement.TextInput UIElement.PreviewQueryContinueDrag UIElement.QueryContinueDrag UIElement.PreviewGiveFeedback UIElement.GiveFeedback UIElement.PreviewDragEnter UIElement.DragEnter UIElement.PreviewDragOver UIElement.DragOver UIElement.PreviewDragLeave UIElement.DragLeave UIElement.PreviewDrop UIElement.Drop UIElement.PreviewTouchDown UIElement.TouchDown UIElement.PreviewTouchMove UIElement.TouchMove UIElement.PreviewTouchUp UIElement.TouchUp UIElement.GotTouchCapture UIElement.LostTouchCapture UIElement.TouchEnter UIElement.TouchLeave UIElement.IsMouseDirectlyOverChanged UIElement.IsKeyboardFocusWithinChanged UIElement.IsMouseCapturedChanged UIElement.IsMouseCaptureWithinChanged UIElement.IsStylusDirectlyOverChanged UIElement.IsStylusCapturedChanged UIElement.IsStylusCaptureWithinChanged UIElement.IsKeyboardFocusedChanged UIElement.LayoutUpdated UIElement.GotFocus UIElement.LostFocus UIElement.IsEnabledChanged UIElement.IsHitTestVisibleChanged UIElement.IsVisibleChanged UIElement.FocusableChanged UIElement.ManipulationStarting UIElement.ManipulationStarted UIElement.ManipulationDelta UIElement.ManipulationInertiaStarting UIElement.ManipulationBoundaryFeedback UIElement.ManipulationCompleted Visual.AddVisualChild(Visual) Visual.RemoveVisualChild(Visual) Visual.OnVisualChildrenChanged(DependencyObject, DependencyObject) Visual.OnDpiChanged(DpiScale, DpiScale) Visual.IsAncestorOf(DependencyObject) Visual.IsDescendantOf(DependencyObject) Visual.FindCommonVisualAncestor(DependencyObject) Visual.TransformToAncestor(Visual) Visual.TransformToAncestor(Visual3D) Visual.TransformToDescendant(Visual) Visual.TransformToVisual(Visual) Visual.PointToScreen(Point) Visual.PointFromScreen(Point) Visual.VisualParent Visual.VisualTransform Visual.VisualEffect Visual.VisualBitmapEffect Visual.VisualBitmapEffectInput Visual.VisualCacheMode Visual.VisualScrollableAreaClip Visual.VisualClip Visual.VisualOffset Visual.VisualOpacity Visual.VisualEdgeMode Visual.VisualBitmapScalingMode Visual.VisualClearTypeHint Visual.VisualTextRenderingMode Visual.VisualTextHintingMode Visual.VisualOpacityMask Visual.VisualXSnappingGuidelines Visual.VisualYSnappingGuidelines DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls CustomTreeViewComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ExtendedTreeView : TreeView, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage Constructors ExtendedTreeView() Declaration public ExtendedTreeView() Methods GetContainerForItemOverride() Declaration protected override DependencyObject GetContainerForItemOverride() Returns Type Description DependencyObject Overrides TreeView.GetContainerForItemOverride() Events OnHierarchyMouseUp Declaration public event MouseEventHandler OnHierarchyMouseUp Event Type Type Description MouseEventHandler Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IContainItemStorage Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ExtendedTreeView Inheritance System.Object ExtendedTreeView Namespace : Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ExtendedTreeView : TreeView Constructors ExtendedTreeView() Declaration public ExtendedTreeView() Methods GetContainerForItemOverride() Declaration protected override DependencyObject GetContainerForItemOverride() Returns Type Description System.Windows.DependencyObject Events OnHierarchyMouseUp Declaration public event MouseEventHandler OnHierarchyMouseUp Event Type Type Description System.Windows.Input.MouseEventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.html", "title": "Class ExtendedTreeViewItem", - "keywords": "Class ExtendedTreeViewItem Inheritance object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ItemsControl HeaderedItemsControl TreeViewItem ExtendedTreeViewItem Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IContainItemStorage IHierarchicalVirtualizationAndScrollInfo Inherited Members TreeViewItem.IsExpandedProperty TreeViewItem.IsSelectedProperty TreeViewItem.IsSelectionActiveProperty TreeViewItem.ExpandedEvent TreeViewItem.CollapsedEvent TreeViewItem.SelectedEvent TreeViewItem.UnselectedEvent TreeViewItem.OnExpanded(RoutedEventArgs) TreeViewItem.OnCollapsed(RoutedEventArgs) TreeViewItem.OnSelected(RoutedEventArgs) TreeViewItem.OnUnselected(RoutedEventArgs) TreeViewItem.ExpandSubtree() TreeViewItem.ArrangeOverride(Size) TreeViewItem.OnVisualParentChanged(DependencyObject) TreeViewItem.OnGotFocus(RoutedEventArgs) TreeViewItem.OnMouseLeftButtonDown(MouseButtonEventArgs) TreeViewItem.OnKeyDown(KeyEventArgs) TreeViewItem.IsItemItsOwnContainerOverride(object) TreeViewItem.OnItemsChanged(NotifyCollectionChangedEventArgs) TreeViewItem.OnCreateAutomationPeer() TreeViewItem.IsExpanded TreeViewItem.IsSelected TreeViewItem.IsSelectionActive TreeViewItem.Expanded TreeViewItem.Collapsed TreeViewItem.Selected TreeViewItem.Unselected HeaderedItemsControl.HeaderProperty HeaderedItemsControl.HasHeaderProperty HeaderedItemsControl.HeaderTemplateProperty HeaderedItemsControl.HeaderTemplateSelectorProperty HeaderedItemsControl.HeaderStringFormatProperty HeaderedItemsControl.OnHeaderChanged(object, object) HeaderedItemsControl.OnHeaderTemplateChanged(DataTemplate, DataTemplate) HeaderedItemsControl.OnHeaderTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector) HeaderedItemsControl.OnHeaderStringFormatChanged(string, string) HeaderedItemsControl.ToString() HeaderedItemsControl.Header HeaderedItemsControl.HasHeader HeaderedItemsControl.HeaderTemplate HeaderedItemsControl.HeaderTemplateSelector HeaderedItemsControl.HeaderStringFormat HeaderedItemsControl.LogicalChildren ItemsControl.ItemsSourceProperty ItemsControl.HasItemsProperty ItemsControl.DisplayMemberPathProperty ItemsControl.ItemTemplateProperty ItemsControl.ItemTemplateSelectorProperty ItemsControl.ItemStringFormatProperty ItemsControl.ItemBindingGroupProperty ItemsControl.ItemContainerStyleProperty ItemsControl.ItemContainerStyleSelectorProperty ItemsControl.ItemsPanelProperty ItemsControl.IsGroupingProperty ItemsControl.GroupStyleSelectorProperty ItemsControl.AlternationCountProperty ItemsControl.AlternationIndexProperty ItemsControl.IsTextSearchEnabledProperty ItemsControl.IsTextSearchCaseSensitiveProperty ItemsControl.OnItemsSourceChanged(IEnumerable, IEnumerable) ItemsControl.OnDisplayMemberPathChanged(string, string) ItemsControl.OnItemTemplateChanged(DataTemplate, DataTemplate) ItemsControl.OnItemTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector) ItemsControl.OnItemStringFormatChanged(string, string) ItemsControl.OnItemBindingGroupChanged(BindingGroup, BindingGroup) ItemsControl.OnItemContainerStyleChanged(Style, Style) ItemsControl.OnItemContainerStyleSelectorChanged(StyleSelector, StyleSelector) ItemsControl.GetItemsOwner(DependencyObject) ItemsControl.OnItemsPanelChanged(ItemsPanelTemplate, ItemsPanelTemplate) ItemsControl.OnGroupStyleSelectorChanged(GroupStyleSelector, GroupStyleSelector) ItemsControl.OnAlternationCountChanged(int, int) ItemsControl.GetAlternationIndex(DependencyObject) ItemsControl.ItemsControlFromItemContainer(DependencyObject) ItemsControl.ContainerFromElement(ItemsControl, DependencyObject) ItemsControl.ContainerFromElement(DependencyObject) ItemsControl.AddChild(object) ItemsControl.AddText(string) ItemsControl.BeginInit() ItemsControl.EndInit() ItemsControl.IsItemItsOwnContainer(object) ItemsControl.PrepareContainerForItemOverride(DependencyObject, object) ItemsControl.ClearContainerForItemOverride(DependencyObject, object) ItemsControl.OnTextInput(TextCompositionEventArgs) ItemsControl.ShouldApplyItemContainerStyle(DependencyObject, object) ItemsControl.Items ItemsControl.ItemsSource ItemsControl.ItemContainerGenerator ItemsControl.HasItems ItemsControl.DisplayMemberPath ItemsControl.ItemTemplate ItemsControl.ItemTemplateSelector ItemsControl.ItemStringFormat ItemsControl.ItemBindingGroup ItemsControl.ItemContainerStyle ItemsControl.ItemContainerStyleSelector ItemsControl.ItemsPanel ItemsControl.IsGrouping ItemsControl.GroupStyle ItemsControl.GroupStyleSelector ItemsControl.AlternationCount ItemsControl.IsTextSearchEnabled ItemsControl.IsTextSearchCaseSensitive Control.BorderBrushProperty Control.BorderThicknessProperty Control.BackgroundProperty Control.ForegroundProperty Control.FontFamilyProperty Control.FontSizeProperty Control.FontStretchProperty Control.FontStyleProperty Control.FontWeightProperty Control.HorizontalContentAlignmentProperty Control.VerticalContentAlignmentProperty Control.TabIndexProperty Control.IsTabStopProperty Control.PaddingProperty Control.TemplateProperty Control.PreviewMouseDoubleClickEvent Control.MouseDoubleClickEvent Control.OnTemplateChanged(ControlTemplate, ControlTemplate) Control.OnPreviewMouseDoubleClick(MouseButtonEventArgs) Control.OnMouseDoubleClick(MouseButtonEventArgs) Control.MeasureOverride(Size) Control.BorderBrush Control.BorderThickness Control.Background Control.Foreground Control.FontFamily Control.FontSize Control.FontStretch Control.FontStyle Control.FontWeight Control.HorizontalContentAlignment Control.VerticalContentAlignment Control.TabIndex Control.IsTabStop Control.Padding Control.Template Control.HandlesScrolling Control.PreviewMouseDoubleClick Control.MouseDoubleClick FrameworkElement.StyleProperty FrameworkElement.OverridesDefaultStyleProperty FrameworkElement.UseLayoutRoundingProperty FrameworkElement.DefaultStyleKeyProperty FrameworkElement.DataContextProperty FrameworkElement.BindingGroupProperty FrameworkElement.LanguageProperty FrameworkElement.NameProperty FrameworkElement.TagProperty FrameworkElement.InputScopeProperty FrameworkElement.RequestBringIntoViewEvent FrameworkElement.SizeChangedEvent FrameworkElement.ActualWidthProperty FrameworkElement.ActualHeightProperty FrameworkElement.LayoutTransformProperty FrameworkElement.WidthProperty FrameworkElement.MinWidthProperty FrameworkElement.MaxWidthProperty FrameworkElement.HeightProperty FrameworkElement.MinHeightProperty FrameworkElement.MaxHeightProperty FrameworkElement.FlowDirectionProperty FrameworkElement.MarginProperty FrameworkElement.HorizontalAlignmentProperty FrameworkElement.VerticalAlignmentProperty FrameworkElement.FocusVisualStyleProperty FrameworkElement.CursorProperty FrameworkElement.ForceCursorProperty FrameworkElement.LoadedEvent FrameworkElement.UnloadedEvent FrameworkElement.ToolTipProperty FrameworkElement.ContextMenuProperty FrameworkElement.ToolTipOpeningEvent FrameworkElement.ToolTipClosingEvent FrameworkElement.ContextMenuOpeningEvent FrameworkElement.ContextMenuClosingEvent FrameworkElement.OnStyleChanged(Style, Style) FrameworkElement.ParentLayoutInvalidated(UIElement) FrameworkElement.ApplyTemplate() FrameworkElement.OnApplyTemplate() FrameworkElement.BeginStoryboard(Storyboard) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool) FrameworkElement.GetVisualChild(int) FrameworkElement.GetTemplateChild(string) FrameworkElement.FindResource(object) FrameworkElement.TryFindResource(object) FrameworkElement.SetResourceReference(DependencyProperty, object) FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs) FrameworkElement.GetBindingExpression(DependencyProperty) FrameworkElement.SetBinding(DependencyProperty, BindingBase) FrameworkElement.SetBinding(DependencyProperty, string) FrameworkElement.GetUIParentCore() FrameworkElement.BringIntoView() FrameworkElement.BringIntoView(Rect) FrameworkElement.GetFlowDirection(DependencyObject) FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) FrameworkElement.MeasureCore(Size) FrameworkElement.ArrangeCore(Rect) FrameworkElement.OnRenderSizeChanged(SizeChangedInfo) FrameworkElement.GetLayoutClip(Size) FrameworkElement.MoveFocus(TraversalRequest) FrameworkElement.PredictFocus(FocusNavigationDirection) FrameworkElement.OnInitialized(EventArgs) FrameworkElement.OnToolTipOpening(ToolTipEventArgs) FrameworkElement.OnToolTipClosing(ToolTipEventArgs) FrameworkElement.OnContextMenuOpening(ContextMenuEventArgs) FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs) FrameworkElement.RegisterName(string, object) FrameworkElement.UnregisterName(string) FrameworkElement.FindName(string) FrameworkElement.UpdateDefaultStyle() FrameworkElement.AddLogicalChild(object) FrameworkElement.RemoveLogicalChild(object) FrameworkElement.Style FrameworkElement.OverridesDefaultStyle FrameworkElement.UseLayoutRounding FrameworkElement.DefaultStyleKey FrameworkElement.Triggers FrameworkElement.TemplatedParent FrameworkElement.VisualChildrenCount FrameworkElement.Resources FrameworkElement.InheritanceBehavior FrameworkElement.DataContext FrameworkElement.BindingGroup FrameworkElement.Language FrameworkElement.Name FrameworkElement.Tag FrameworkElement.InputScope FrameworkElement.ActualWidth FrameworkElement.ActualHeight FrameworkElement.LayoutTransform FrameworkElement.Width FrameworkElement.MinWidth FrameworkElement.MaxWidth FrameworkElement.Height FrameworkElement.MinHeight FrameworkElement.MaxHeight FrameworkElement.FlowDirection FrameworkElement.Margin FrameworkElement.HorizontalAlignment FrameworkElement.VerticalAlignment FrameworkElement.FocusVisualStyle FrameworkElement.Cursor FrameworkElement.ForceCursor FrameworkElement.IsInitialized FrameworkElement.IsLoaded FrameworkElement.ToolTip FrameworkElement.ContextMenu FrameworkElement.Parent FrameworkElement.TargetUpdated FrameworkElement.SourceUpdated FrameworkElement.DataContextChanged FrameworkElement.RequestBringIntoView FrameworkElement.SizeChanged FrameworkElement.Initialized FrameworkElement.Loaded FrameworkElement.Unloaded FrameworkElement.ToolTipOpening FrameworkElement.ToolTipClosing FrameworkElement.ContextMenuOpening FrameworkElement.ContextMenuClosing UIElement.PreviewMouseDownEvent UIElement.MouseDownEvent UIElement.PreviewMouseUpEvent UIElement.MouseUpEvent UIElement.PreviewMouseLeftButtonDownEvent UIElement.MouseLeftButtonDownEvent UIElement.PreviewMouseLeftButtonUpEvent UIElement.MouseLeftButtonUpEvent UIElement.PreviewMouseRightButtonDownEvent UIElement.MouseRightButtonDownEvent UIElement.PreviewMouseRightButtonUpEvent UIElement.MouseRightButtonUpEvent UIElement.PreviewMouseMoveEvent UIElement.MouseMoveEvent UIElement.PreviewMouseWheelEvent UIElement.MouseWheelEvent UIElement.MouseEnterEvent UIElement.MouseLeaveEvent UIElement.GotMouseCaptureEvent UIElement.LostMouseCaptureEvent UIElement.QueryCursorEvent UIElement.PreviewStylusDownEvent UIElement.StylusDownEvent UIElement.PreviewStylusUpEvent UIElement.StylusUpEvent UIElement.PreviewStylusMoveEvent UIElement.StylusMoveEvent UIElement.PreviewStylusInAirMoveEvent UIElement.StylusInAirMoveEvent UIElement.StylusEnterEvent UIElement.StylusLeaveEvent UIElement.PreviewStylusInRangeEvent UIElement.StylusInRangeEvent UIElement.PreviewStylusOutOfRangeEvent UIElement.StylusOutOfRangeEvent UIElement.PreviewStylusSystemGestureEvent UIElement.StylusSystemGestureEvent UIElement.GotStylusCaptureEvent UIElement.LostStylusCaptureEvent UIElement.StylusButtonDownEvent UIElement.StylusButtonUpEvent UIElement.PreviewStylusButtonDownEvent UIElement.PreviewStylusButtonUpEvent UIElement.PreviewKeyDownEvent UIElement.KeyDownEvent UIElement.PreviewKeyUpEvent UIElement.KeyUpEvent UIElement.PreviewGotKeyboardFocusEvent UIElement.GotKeyboardFocusEvent UIElement.PreviewLostKeyboardFocusEvent UIElement.LostKeyboardFocusEvent UIElement.PreviewTextInputEvent UIElement.TextInputEvent UIElement.PreviewQueryContinueDragEvent UIElement.QueryContinueDragEvent UIElement.PreviewGiveFeedbackEvent UIElement.GiveFeedbackEvent UIElement.PreviewDragEnterEvent UIElement.DragEnterEvent UIElement.PreviewDragOverEvent UIElement.DragOverEvent UIElement.PreviewDragLeaveEvent UIElement.DragLeaveEvent UIElement.PreviewDropEvent UIElement.DropEvent UIElement.PreviewTouchDownEvent UIElement.TouchDownEvent UIElement.PreviewTouchMoveEvent UIElement.TouchMoveEvent UIElement.PreviewTouchUpEvent UIElement.TouchUpEvent UIElement.GotTouchCaptureEvent UIElement.LostTouchCaptureEvent UIElement.TouchEnterEvent UIElement.TouchLeaveEvent UIElement.IsMouseDirectlyOverProperty UIElement.IsMouseOverProperty UIElement.IsStylusOverProperty UIElement.IsKeyboardFocusWithinProperty UIElement.IsMouseCapturedProperty UIElement.IsMouseCaptureWithinProperty UIElement.IsStylusDirectlyOverProperty UIElement.IsStylusCapturedProperty UIElement.IsStylusCaptureWithinProperty UIElement.IsKeyboardFocusedProperty UIElement.AreAnyTouchesDirectlyOverProperty UIElement.AreAnyTouchesOverProperty UIElement.AreAnyTouchesCapturedProperty UIElement.AreAnyTouchesCapturedWithinProperty UIElement.AllowDropProperty UIElement.RenderTransformProperty UIElement.RenderTransformOriginProperty UIElement.OpacityProperty UIElement.OpacityMaskProperty UIElement.BitmapEffectProperty UIElement.EffectProperty UIElement.BitmapEffectInputProperty UIElement.CacheModeProperty UIElement.UidProperty UIElement.VisibilityProperty UIElement.ClipToBoundsProperty UIElement.ClipProperty UIElement.SnapsToDevicePixelsProperty UIElement.GotFocusEvent UIElement.LostFocusEvent UIElement.IsFocusedProperty UIElement.IsEnabledProperty UIElement.IsHitTestVisibleProperty UIElement.IsVisibleProperty UIElement.FocusableProperty UIElement.IsManipulationEnabledProperty UIElement.ManipulationStartingEvent UIElement.ManipulationStartedEvent UIElement.ManipulationDeltaEvent UIElement.ManipulationInertiaStartingEvent UIElement.ManipulationBoundaryFeedbackEvent UIElement.ManipulationCompletedEvent UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock) UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) UIElement.GetAnimationBaseValue(DependencyProperty) UIElement.RaiseEvent(RoutedEventArgs) UIElement.AddHandler(RoutedEvent, Delegate) UIElement.AddHandler(RoutedEvent, Delegate, bool) UIElement.RemoveHandler(RoutedEvent, Delegate) UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) UIElement.OnPreviewMouseDown(MouseButtonEventArgs) UIElement.OnMouseDown(MouseButtonEventArgs) UIElement.OnPreviewMouseUp(MouseButtonEventArgs) UIElement.OnMouseUp(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseMove(MouseEventArgs) UIElement.OnMouseMove(MouseEventArgs) UIElement.OnPreviewMouseWheel(MouseWheelEventArgs) UIElement.OnMouseWheel(MouseWheelEventArgs) UIElement.OnMouseEnter(MouseEventArgs) UIElement.OnMouseLeave(MouseEventArgs) UIElement.OnGotMouseCapture(MouseEventArgs) UIElement.OnLostMouseCapture(MouseEventArgs) UIElement.OnQueryCursor(QueryCursorEventArgs) UIElement.OnPreviewStylusDown(StylusDownEventArgs) UIElement.OnStylusDown(StylusDownEventArgs) UIElement.OnPreviewStylusUp(StylusEventArgs) UIElement.OnStylusUp(StylusEventArgs) UIElement.OnPreviewStylusMove(StylusEventArgs) UIElement.OnStylusMove(StylusEventArgs) UIElement.OnPreviewStylusInAirMove(StylusEventArgs) UIElement.OnStylusInAirMove(StylusEventArgs) UIElement.OnStylusEnter(StylusEventArgs) UIElement.OnStylusLeave(StylusEventArgs) UIElement.OnPreviewStylusInRange(StylusEventArgs) UIElement.OnStylusInRange(StylusEventArgs) UIElement.OnPreviewStylusOutOfRange(StylusEventArgs) UIElement.OnStylusOutOfRange(StylusEventArgs) UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnGotStylusCapture(StylusEventArgs) UIElement.OnLostStylusCapture(StylusEventArgs) UIElement.OnStylusButtonDown(StylusButtonEventArgs) UIElement.OnStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewKeyDown(KeyEventArgs) UIElement.OnPreviewKeyUp(KeyEventArgs) UIElement.OnKeyUp(KeyEventArgs) UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewTextInput(TextCompositionEventArgs) UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs) UIElement.OnGiveFeedback(GiveFeedbackEventArgs) UIElement.OnPreviewDragEnter(DragEventArgs) UIElement.OnDragEnter(DragEventArgs) UIElement.OnPreviewDragOver(DragEventArgs) UIElement.OnDragOver(DragEventArgs) UIElement.OnPreviewDragLeave(DragEventArgs) UIElement.OnDragLeave(DragEventArgs) UIElement.OnPreviewDrop(DragEventArgs) UIElement.OnDrop(DragEventArgs) UIElement.OnPreviewTouchDown(TouchEventArgs) UIElement.OnTouchDown(TouchEventArgs) UIElement.OnPreviewTouchMove(TouchEventArgs) UIElement.OnTouchMove(TouchEventArgs) UIElement.OnPreviewTouchUp(TouchEventArgs) UIElement.OnTouchUp(TouchEventArgs) UIElement.OnGotTouchCapture(TouchEventArgs) UIElement.OnLostTouchCapture(TouchEventArgs) UIElement.OnTouchEnter(TouchEventArgs) UIElement.OnTouchLeave(TouchEventArgs) UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) UIElement.InvalidateMeasure() UIElement.InvalidateArrange() UIElement.InvalidateVisual() UIElement.OnChildDesiredSizeChanged(UIElement) UIElement.Measure(Size) UIElement.Arrange(Rect) UIElement.OnRender(DrawingContext) UIElement.UpdateLayout() UIElement.TranslatePoint(Point, UIElement) UIElement.InputHitTest(Point) UIElement.CaptureMouse() UIElement.ReleaseMouseCapture() UIElement.CaptureStylus() UIElement.ReleaseStylusCapture() UIElement.Focus() UIElement.OnAccessKey(AccessKeyEventArgs) UIElement.HitTestCore(PointHitTestParameters) UIElement.HitTestCore(GeometryHitTestParameters) UIElement.OnLostFocus(RoutedEventArgs) UIElement.OnManipulationStarting(ManipulationStartingEventArgs) UIElement.OnManipulationStarted(ManipulationStartedEventArgs) UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) UIElement.CaptureTouch(TouchDevice) UIElement.ReleaseTouchCapture(TouchDevice) UIElement.ReleaseAllTouchCaptures() UIElement.HasAnimatedProperties UIElement.InputBindings UIElement.CommandBindings UIElement.AllowDrop UIElement.StylusPlugIns UIElement.DesiredSize UIElement.IsMeasureValid UIElement.IsArrangeValid UIElement.RenderSize UIElement.RenderTransform UIElement.RenderTransformOrigin UIElement.IsMouseDirectlyOver UIElement.IsMouseOver UIElement.IsStylusOver UIElement.IsKeyboardFocusWithin UIElement.IsMouseCaptured UIElement.IsMouseCaptureWithin UIElement.IsStylusDirectlyOver UIElement.IsStylusCaptured UIElement.IsStylusCaptureWithin UIElement.IsKeyboardFocused UIElement.IsInputMethodEnabled UIElement.Opacity UIElement.OpacityMask UIElement.BitmapEffect UIElement.Effect UIElement.BitmapEffectInput UIElement.CacheMode UIElement.Uid UIElement.Visibility UIElement.ClipToBounds UIElement.Clip UIElement.SnapsToDevicePixels UIElement.HasEffectiveKeyboardFocus UIElement.IsFocused UIElement.IsEnabled UIElement.IsEnabledCore UIElement.IsHitTestVisible UIElement.IsVisible UIElement.Focusable UIElement.PersistId UIElement.IsManipulationEnabled UIElement.AreAnyTouchesOver UIElement.AreAnyTouchesDirectlyOver UIElement.AreAnyTouchesCapturedWithin UIElement.AreAnyTouchesCaptured UIElement.TouchesCaptured UIElement.TouchesCapturedWithin UIElement.TouchesOver UIElement.TouchesDirectlyOver UIElement.PreviewMouseDown UIElement.MouseDown UIElement.PreviewMouseUp UIElement.MouseUp UIElement.PreviewMouseLeftButtonDown UIElement.MouseLeftButtonDown UIElement.PreviewMouseLeftButtonUp UIElement.MouseLeftButtonUp UIElement.PreviewMouseRightButtonDown UIElement.MouseRightButtonDown UIElement.PreviewMouseRightButtonUp UIElement.MouseRightButtonUp UIElement.PreviewMouseMove UIElement.MouseMove UIElement.PreviewMouseWheel UIElement.MouseWheel UIElement.MouseEnter UIElement.MouseLeave UIElement.GotMouseCapture UIElement.LostMouseCapture UIElement.QueryCursor UIElement.PreviewStylusDown UIElement.StylusDown UIElement.PreviewStylusUp UIElement.StylusUp UIElement.PreviewStylusMove UIElement.StylusMove UIElement.PreviewStylusInAirMove UIElement.StylusInAirMove UIElement.StylusEnter UIElement.StylusLeave UIElement.PreviewStylusInRange UIElement.StylusInRange UIElement.PreviewStylusOutOfRange UIElement.StylusOutOfRange UIElement.PreviewStylusSystemGesture UIElement.StylusSystemGesture UIElement.GotStylusCapture UIElement.LostStylusCapture UIElement.StylusButtonDown UIElement.StylusButtonUp UIElement.PreviewStylusButtonDown UIElement.PreviewStylusButtonUp UIElement.PreviewKeyDown UIElement.KeyDown UIElement.PreviewKeyUp UIElement.KeyUp UIElement.PreviewGotKeyboardFocus UIElement.GotKeyboardFocus UIElement.PreviewLostKeyboardFocus UIElement.LostKeyboardFocus UIElement.PreviewTextInput UIElement.TextInput UIElement.PreviewQueryContinueDrag UIElement.QueryContinueDrag UIElement.PreviewGiveFeedback UIElement.GiveFeedback UIElement.PreviewDragEnter UIElement.DragEnter UIElement.PreviewDragOver UIElement.DragOver UIElement.PreviewDragLeave UIElement.DragLeave UIElement.PreviewDrop UIElement.Drop UIElement.PreviewTouchDown UIElement.TouchDown UIElement.PreviewTouchMove UIElement.TouchMove UIElement.PreviewTouchUp UIElement.TouchUp UIElement.GotTouchCapture UIElement.LostTouchCapture UIElement.TouchEnter UIElement.TouchLeave UIElement.IsMouseDirectlyOverChanged UIElement.IsKeyboardFocusWithinChanged UIElement.IsMouseCapturedChanged UIElement.IsMouseCaptureWithinChanged UIElement.IsStylusDirectlyOverChanged UIElement.IsStylusCapturedChanged UIElement.IsStylusCaptureWithinChanged UIElement.IsKeyboardFocusedChanged UIElement.LayoutUpdated UIElement.GotFocus UIElement.LostFocus UIElement.IsEnabledChanged UIElement.IsHitTestVisibleChanged UIElement.IsVisibleChanged UIElement.FocusableChanged UIElement.ManipulationStarting UIElement.ManipulationStarted UIElement.ManipulationDelta UIElement.ManipulationInertiaStarting UIElement.ManipulationBoundaryFeedback UIElement.ManipulationCompleted Visual.AddVisualChild(Visual) Visual.RemoveVisualChild(Visual) Visual.OnVisualChildrenChanged(DependencyObject, DependencyObject) Visual.OnDpiChanged(DpiScale, DpiScale) Visual.IsAncestorOf(DependencyObject) Visual.IsDescendantOf(DependencyObject) Visual.FindCommonVisualAncestor(DependencyObject) Visual.TransformToAncestor(Visual) Visual.TransformToAncestor(Visual3D) Visual.TransformToDescendant(Visual) Visual.TransformToVisual(Visual) Visual.PointToScreen(Point) Visual.PointFromScreen(Point) Visual.VisualParent Visual.VisualTransform Visual.VisualEffect Visual.VisualBitmapEffect Visual.VisualBitmapEffectInput Visual.VisualCacheMode Visual.VisualScrollableAreaClip Visual.VisualClip Visual.VisualOffset Visual.VisualOpacity Visual.VisualEdgeMode Visual.VisualBitmapScalingMode Visual.VisualClearTypeHint Visual.VisualTextRenderingMode Visual.VisualTextHintingMode Visual.VisualOpacityMask Visual.VisualXSnappingGuidelines Visual.VisualYSnappingGuidelines DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls CustomTreeViewComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ExtendedTreeViewItem : TreeViewItem, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, IHierarchicalVirtualizationAndScrollInfo Constructors ExtendedTreeViewItem() Declaration public ExtendedTreeViewItem() Methods CreateItemWithBinding() Declaration public static ExtendedTreeViewItem CreateItemWithBinding() Returns Type Description ExtendedTreeViewItem GetContainerForItemOverride() Declaration protected override DependencyObject GetContainerForItemOverride() Returns Type Description DependencyObject Overrides TreeViewItem.GetContainerForItemOverride() Events OnHierarchyMouseUp Declaration public event MouseEventHandler OnHierarchyMouseUp Event Type Type Description MouseEventHandler Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IContainItemStorage IHierarchicalVirtualizationAndScrollInfo Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ExtendedTreeViewItem Inheritance System.Object ExtendedTreeViewItem Namespace : Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ExtendedTreeViewItem : TreeViewItem Constructors ExtendedTreeViewItem() Declaration public ExtendedTreeViewItem() Methods CreateItemWithBinding() Declaration public static ExtendedTreeViewItem CreateItemWithBinding() Returns Type Description ExtendedTreeViewItem GetContainerForItemOverride() Declaration protected override DependencyObject GetContainerForItemOverride() Returns Type Description System.Windows.DependencyObject Events OnHierarchyMouseUp Declaration public event MouseEventHandler OnHierarchyMouseUp Event Type Type Description System.Windows.Input.MouseEventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.html", @@ -3652,17 +3357,17 @@ "api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ITreeViewItemModel.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ITreeViewItemModel.html", "title": "Interface ITreeViewItemModel", - "keywords": "Interface ITreeViewItemModel Inherited Members INotifyPropertyChanged.PropertyChanged Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls CustomTreeViewComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public interface ITreeViewItemModel : INotifyPropertyChanged Properties DisplayValuePath Declaration string DisplayValuePath { get; } Property Value Type Description string IsExpanded Declaration bool IsExpanded { get; set; } Property Value Type Description bool IsSelected Declaration bool IsSelected { get; set; } Property Value Type Description bool SelectedValuePath Declaration string SelectedValuePath { get; } Property Value Type Description string Methods GetChildren() Declaration IEnumerable GetChildren() Returns Type Description IEnumerable ITreeViewItemModel GetHierarchy() Declaration IEnumerable GetHierarchy() Returns Type Description IEnumerable ITreeViewItemModel Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ITreeViewItemModel Namespace : Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public interface ITreeViewItemModel Properties DisplayValuePath Declaration string DisplayValuePath { get; } Property Value Type Description System.String IsExpanded Declaration bool IsExpanded { get; set; } Property Value Type Description System.Boolean IsSelected Declaration bool IsSelected { get; set; } Property Value Type Description System.Boolean SelectedValuePath Declaration string SelectedValuePath { get; } Property Value Type Description System.String Methods GetChildren() Declaration IEnumerable GetChildren() Returns Type Description System.Collections.Generic.IEnumerable < ITreeViewItemModel > GetHierarchy() Declaration IEnumerable GetHierarchy() Returns Type Description System.Collections.Generic.IEnumerable < ITreeViewItemModel > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.html", "title": "Class DataGridWithMultipleSelection", - "keywords": "Class DataGridWithMultipleSelection Inheritance object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ItemsControl Selector MultiSelector DataGrid SortWiseDataGrid DataGridWithMultipleSelection Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IContainItemStorage Inherited Members SortWiseDataGrid.OnSorting(DataGridSortingEventArgs) SortWiseDataGrid.OnItemsSourceChanged(IEnumerable, IEnumerable) SortWiseDataGrid.DefaultColumnName SortWiseDataGrid.DefaultSortDirection DataGrid.CanUserResizeColumnsProperty DataGrid.ColumnWidthProperty DataGrid.MinColumnWidthProperty DataGrid.MaxColumnWidthProperty DataGrid.GridLinesVisibilityProperty DataGrid.HorizontalGridLinesBrushProperty DataGrid.VerticalGridLinesBrushProperty DataGrid.RowStyleProperty DataGrid.RowValidationErrorTemplateProperty DataGrid.RowStyleSelectorProperty DataGrid.RowBackgroundProperty DataGrid.AlternatingRowBackgroundProperty DataGrid.RowHeightProperty DataGrid.MinRowHeightProperty DataGrid.RowHeaderWidthProperty DataGrid.RowHeaderActualWidthProperty DataGrid.ColumnHeaderHeightProperty DataGrid.HeadersVisibilityProperty DataGrid.CellStyleProperty DataGrid.ColumnHeaderStyleProperty DataGrid.RowHeaderStyleProperty DataGrid.RowHeaderTemplateProperty DataGrid.RowHeaderTemplateSelectorProperty DataGrid.HorizontalScrollBarVisibilityProperty DataGrid.VerticalScrollBarVisibilityProperty DataGrid.BeginEditCommand DataGrid.CommitEditCommand DataGrid.CancelEditCommand DataGrid.IsReadOnlyProperty DataGrid.CurrentItemProperty DataGrid.CurrentColumnProperty DataGrid.CurrentCellProperty DataGrid.CanUserAddRowsProperty DataGrid.CanUserDeleteRowsProperty DataGrid.RowDetailsVisibilityModeProperty DataGrid.AreRowDetailsFrozenProperty DataGrid.RowDetailsTemplateProperty DataGrid.RowDetailsTemplateSelectorProperty DataGrid.CanUserResizeRowsProperty DataGrid.NewItemMarginProperty DataGrid.SelectionModeProperty DataGrid.SelectionUnitProperty DataGrid.CanUserSortColumnsProperty DataGrid.AutoGenerateColumnsProperty DataGrid.FrozenColumnCountProperty DataGrid.NonFrozenColumnsViewportHorizontalOffsetProperty DataGrid.EnableRowVirtualizationProperty DataGrid.EnableColumnVirtualizationProperty DataGrid.CanUserReorderColumnsProperty DataGrid.DragIndicatorStyleProperty DataGrid.DropLocationIndicatorStyleProperty DataGrid.ClipboardCopyModeProperty DataGrid.CellsPanelHorizontalOffsetProperty DataGrid.ColumnFromDisplayIndex(int) DataGrid.OnColumnDisplayIndexChanged(DataGridColumnEventArgs) DataGrid.OnTemplateChanged(ControlTemplate, ControlTemplate) DataGrid.IsItemItsOwnContainerOverride(object) DataGrid.GetContainerForItemOverride() DataGrid.PrepareContainerForItemOverride(DependencyObject, object) DataGrid.ClearContainerForItemOverride(DependencyObject, object) DataGrid.OnLoadingRow(DataGridRowEventArgs) DataGrid.OnUnloadingRow(DataGridRowEventArgs) DataGrid.SetDetailsVisibilityForItem(object, Visibility) DataGrid.GetDetailsVisibilityForItem(object) DataGrid.ClearDetailsVisibilityForItem(object) DataGrid.ScrollIntoView(object) DataGrid.ScrollIntoView(object, DataGridColumn) DataGrid.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) DataGrid.OnCanExecuteBeginEdit(CanExecuteRoutedEventArgs) DataGrid.OnExecutedBeginEdit(ExecutedRoutedEventArgs) DataGrid.OnCanExecuteCommitEdit(CanExecuteRoutedEventArgs) DataGrid.OnExecutedCommitEdit(ExecutedRoutedEventArgs) DataGrid.OnRowEditEnding(DataGridRowEditEndingEventArgs) DataGrid.OnCellEditEnding(DataGridCellEditEndingEventArgs) DataGrid.OnCanExecuteCancelEdit(CanExecuteRoutedEventArgs) DataGrid.OnExecutedCancelEdit(ExecutedRoutedEventArgs) DataGrid.OnCanExecuteDelete(CanExecuteRoutedEventArgs) DataGrid.OnExecutedDelete(ExecutedRoutedEventArgs) DataGrid.OnCurrentCellChanged(EventArgs) DataGrid.OnBeginningEdit(DataGridBeginningEditEventArgs) DataGrid.OnPreparingCellForEdit(DataGridPreparingCellForEditEventArgs) DataGrid.BeginEdit() DataGrid.BeginEdit(RoutedEventArgs) DataGrid.CancelEdit() DataGrid.CancelEdit(DataGridEditingUnit) DataGrid.CommitEdit() DataGrid.CommitEdit(DataGridEditingUnit, bool) DataGrid.OnAddingNewItem(AddingNewItemEventArgs) DataGrid.OnInitializingNewItem(InitializingNewItemEventArgs) DataGrid.OnLoadingRowDetails(DataGridRowDetailsEventArgs) DataGrid.OnUnloadingRowDetails(DataGridRowDetailsEventArgs) DataGrid.OnRowDetailsVisibilityChanged(DataGridRowDetailsEventArgs) DataGrid.OnSelectedCellsChanged(SelectedCellsChangedEventArgs) DataGrid.SelectAllCells() DataGrid.UnselectAllCells() DataGrid.OnSelectionChanged(SelectionChangedEventArgs) DataGrid.OnTextInput(TextCompositionEventArgs) DataGrid.OnKeyDown(KeyEventArgs) DataGrid.OnMouseMove(MouseEventArgs) DataGrid.OnContextMenuOpening(ContextMenuEventArgs) DataGrid.OnCreateAutomationPeer() DataGrid.OnAutoGeneratedColumns(EventArgs) DataGrid.OnAutoGeneratingColumn(DataGridAutoGeneratingColumnEventArgs) DataGrid.MeasureOverride(Size) DataGrid.OnItemsChanged(NotifyCollectionChangedEventArgs) DataGrid.GenerateColumns(IItemProperties) DataGrid.OnApplyTemplate() DataGrid.OnColumnHeaderDragStarted(DragStartedEventArgs) DataGrid.OnColumnReordering(DataGridColumnReorderingEventArgs) DataGrid.OnColumnHeaderDragDelta(DragDeltaEventArgs) DataGrid.OnColumnHeaderDragCompleted(DragCompletedEventArgs) DataGrid.OnColumnReordered(DataGridColumnEventArgs) DataGrid.OnCanExecuteCopy(CanExecuteRoutedEventArgs) DataGrid.OnExecutedCopy(ExecutedRoutedEventArgs) DataGrid.OnCopyingRowClipboardContent(DataGridRowClipboardEventArgs) DataGrid.Columns DataGrid.CanUserResizeColumns DataGrid.ColumnWidth DataGrid.MinColumnWidth DataGrid.MaxColumnWidth DataGrid.GridLinesVisibility DataGrid.HorizontalGridLinesBrush DataGrid.VerticalGridLinesBrush DataGrid.RowStyle DataGrid.RowValidationErrorTemplate DataGrid.RowValidationRules DataGrid.RowStyleSelector DataGrid.RowBackground DataGrid.AlternatingRowBackground DataGrid.RowHeight DataGrid.MinRowHeight DataGrid.RowHeaderWidth DataGrid.RowHeaderActualWidth DataGrid.ColumnHeaderHeight DataGrid.HeadersVisibility DataGrid.CellStyle DataGrid.ColumnHeaderStyle DataGrid.RowHeaderStyle DataGrid.RowHeaderTemplate DataGrid.RowHeaderTemplateSelector DataGrid.FocusBorderBrushKey DataGrid.HeadersVisibilityConverter DataGrid.RowDetailsScrollingConverter DataGrid.HorizontalScrollBarVisibility DataGrid.VerticalScrollBarVisibility DataGrid.HandlesScrolling DataGrid.DeleteCommand DataGrid.IsReadOnly DataGrid.CurrentItem DataGrid.CurrentColumn DataGrid.CurrentCell DataGrid.CanUserAddRows DataGrid.CanUserDeleteRows DataGrid.RowDetailsVisibilityMode DataGrid.AreRowDetailsFrozen DataGrid.RowDetailsTemplate DataGrid.RowDetailsTemplateSelector DataGrid.CanUserResizeRows DataGrid.NewItemMargin DataGrid.SelectedCells DataGrid.SelectAllCommand DataGrid.SelectionMode DataGrid.SelectionUnit DataGrid.CanUserSortColumns DataGrid.AutoGenerateColumns DataGrid.FrozenColumnCount DataGrid.NonFrozenColumnsViewportHorizontalOffset DataGrid.EnableRowVirtualization DataGrid.EnableColumnVirtualization DataGrid.CanUserReorderColumns DataGrid.DragIndicatorStyle DataGrid.DropLocationIndicatorStyle DataGrid.ClipboardCopyMode DataGrid.CellsPanelHorizontalOffset DataGrid.ColumnDisplayIndexChanged DataGrid.LoadingRow DataGrid.UnloadingRow DataGrid.RowEditEnding DataGrid.CellEditEnding DataGrid.CurrentCellChanged DataGrid.BeginningEdit DataGrid.PreparingCellForEdit DataGrid.AddingNewItem DataGrid.InitializingNewItem DataGrid.LoadingRowDetails DataGrid.UnloadingRowDetails DataGrid.RowDetailsVisibilityChanged DataGrid.SelectedCellsChanged DataGrid.Sorting DataGrid.AutoGeneratedColumns DataGrid.AutoGeneratingColumn DataGrid.ColumnReordering DataGrid.ColumnHeaderDragStarted DataGrid.ColumnHeaderDragDelta DataGrid.ColumnHeaderDragCompleted DataGrid.ColumnReordered DataGrid.CopyingRowClipboardContent MultiSelector.BeginUpdateSelectedItems() MultiSelector.EndUpdateSelectedItems() MultiSelector.SelectAll() MultiSelector.UnselectAll() MultiSelector.CanSelectMultipleItems MultiSelector.SelectedItems MultiSelector.IsUpdatingSelectedItems Selector.SelectionChangedEvent Selector.SelectedEvent Selector.UnselectedEvent Selector.IsSelectionActiveProperty Selector.IsSelectedProperty Selector.IsSynchronizedWithCurrentItemProperty Selector.SelectedIndexProperty Selector.SelectedItemProperty Selector.SelectedValueProperty Selector.SelectedValuePathProperty Selector.AddSelectedHandler(DependencyObject, RoutedEventHandler) Selector.RemoveSelectedHandler(DependencyObject, RoutedEventHandler) Selector.AddUnselectedHandler(DependencyObject, RoutedEventHandler) Selector.RemoveUnselectedHandler(DependencyObject, RoutedEventHandler) Selector.GetIsSelectionActive(DependencyObject) Selector.GetIsSelected(DependencyObject) Selector.SetIsSelected(DependencyObject, bool) Selector.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) Selector.OnInitialized(EventArgs) Selector.IsSynchronizedWithCurrentItem Selector.SelectedIndex Selector.SelectedItem Selector.SelectedValue Selector.SelectedValuePath Selector.SelectionChanged ItemsControl.ItemsSourceProperty ItemsControl.HasItemsProperty ItemsControl.DisplayMemberPathProperty ItemsControl.ItemTemplateProperty ItemsControl.ItemTemplateSelectorProperty ItemsControl.ItemStringFormatProperty ItemsControl.ItemBindingGroupProperty ItemsControl.ItemContainerStyleProperty ItemsControl.ItemContainerStyleSelectorProperty ItemsControl.ItemsPanelProperty ItemsControl.IsGroupingProperty ItemsControl.GroupStyleSelectorProperty ItemsControl.AlternationCountProperty ItemsControl.AlternationIndexProperty ItemsControl.IsTextSearchEnabledProperty ItemsControl.IsTextSearchCaseSensitiveProperty ItemsControl.OnDisplayMemberPathChanged(string, string) ItemsControl.OnItemTemplateChanged(DataTemplate, DataTemplate) ItemsControl.OnItemTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector) ItemsControl.OnItemStringFormatChanged(string, string) ItemsControl.OnItemBindingGroupChanged(BindingGroup, BindingGroup) ItemsControl.OnItemContainerStyleChanged(Style, Style) ItemsControl.OnItemContainerStyleSelectorChanged(StyleSelector, StyleSelector) ItemsControl.GetItemsOwner(DependencyObject) ItemsControl.OnItemsPanelChanged(ItemsPanelTemplate, ItemsPanelTemplate) ItemsControl.OnGroupStyleSelectorChanged(GroupStyleSelector, GroupStyleSelector) ItemsControl.OnAlternationCountChanged(int, int) ItemsControl.GetAlternationIndex(DependencyObject) ItemsControl.ItemsControlFromItemContainer(DependencyObject) ItemsControl.ContainerFromElement(ItemsControl, DependencyObject) ItemsControl.ContainerFromElement(DependencyObject) ItemsControl.AddChild(object) ItemsControl.AddText(string) ItemsControl.BeginInit() ItemsControl.EndInit() ItemsControl.IsItemItsOwnContainer(object) ItemsControl.ShouldApplyItemContainerStyle(DependencyObject, object) ItemsControl.ToString() ItemsControl.Items ItemsControl.ItemsSource ItemsControl.ItemContainerGenerator ItemsControl.LogicalChildren ItemsControl.HasItems ItemsControl.DisplayMemberPath ItemsControl.ItemTemplate ItemsControl.ItemTemplateSelector ItemsControl.ItemStringFormat ItemsControl.ItemBindingGroup ItemsControl.ItemContainerStyle ItemsControl.ItemContainerStyleSelector ItemsControl.ItemsPanel ItemsControl.IsGrouping ItemsControl.GroupStyle ItemsControl.GroupStyleSelector ItemsControl.AlternationCount ItemsControl.IsTextSearchEnabled ItemsControl.IsTextSearchCaseSensitive Control.BorderBrushProperty Control.BorderThicknessProperty Control.BackgroundProperty Control.ForegroundProperty Control.FontFamilyProperty Control.FontSizeProperty Control.FontStretchProperty Control.FontStyleProperty Control.FontWeightProperty Control.HorizontalContentAlignmentProperty Control.VerticalContentAlignmentProperty Control.TabIndexProperty Control.IsTabStopProperty Control.PaddingProperty Control.TemplateProperty Control.PreviewMouseDoubleClickEvent Control.MouseDoubleClickEvent Control.OnPreviewMouseDoubleClick(MouseButtonEventArgs) Control.OnMouseDoubleClick(MouseButtonEventArgs) Control.ArrangeOverride(Size) Control.BorderBrush Control.BorderThickness Control.Background Control.Foreground Control.FontFamily Control.FontSize Control.FontStretch Control.FontStyle Control.FontWeight Control.HorizontalContentAlignment Control.VerticalContentAlignment Control.TabIndex Control.IsTabStop Control.Padding Control.Template Control.PreviewMouseDoubleClick Control.MouseDoubleClick FrameworkElement.StyleProperty FrameworkElement.OverridesDefaultStyleProperty FrameworkElement.UseLayoutRoundingProperty FrameworkElement.DefaultStyleKeyProperty FrameworkElement.DataContextProperty FrameworkElement.BindingGroupProperty FrameworkElement.LanguageProperty FrameworkElement.NameProperty FrameworkElement.TagProperty FrameworkElement.InputScopeProperty FrameworkElement.RequestBringIntoViewEvent FrameworkElement.SizeChangedEvent FrameworkElement.ActualWidthProperty FrameworkElement.ActualHeightProperty FrameworkElement.LayoutTransformProperty FrameworkElement.WidthProperty FrameworkElement.MinWidthProperty FrameworkElement.MaxWidthProperty FrameworkElement.HeightProperty FrameworkElement.MinHeightProperty FrameworkElement.MaxHeightProperty FrameworkElement.FlowDirectionProperty FrameworkElement.MarginProperty FrameworkElement.HorizontalAlignmentProperty FrameworkElement.VerticalAlignmentProperty FrameworkElement.FocusVisualStyleProperty FrameworkElement.CursorProperty FrameworkElement.ForceCursorProperty FrameworkElement.LoadedEvent FrameworkElement.UnloadedEvent FrameworkElement.ToolTipProperty FrameworkElement.ContextMenuProperty FrameworkElement.ToolTipOpeningEvent FrameworkElement.ToolTipClosingEvent FrameworkElement.ContextMenuOpeningEvent FrameworkElement.ContextMenuClosingEvent FrameworkElement.OnStyleChanged(Style, Style) FrameworkElement.ParentLayoutInvalidated(UIElement) FrameworkElement.ApplyTemplate() FrameworkElement.BeginStoryboard(Storyboard) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool) FrameworkElement.GetVisualChild(int) FrameworkElement.GetTemplateChild(string) FrameworkElement.FindResource(object) FrameworkElement.TryFindResource(object) FrameworkElement.SetResourceReference(DependencyProperty, object) FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs) FrameworkElement.OnVisualParentChanged(DependencyObject) FrameworkElement.GetBindingExpression(DependencyProperty) FrameworkElement.SetBinding(DependencyProperty, BindingBase) FrameworkElement.SetBinding(DependencyProperty, string) FrameworkElement.GetUIParentCore() FrameworkElement.BringIntoView() FrameworkElement.BringIntoView(Rect) FrameworkElement.GetFlowDirection(DependencyObject) FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) FrameworkElement.MeasureCore(Size) FrameworkElement.ArrangeCore(Rect) FrameworkElement.OnRenderSizeChanged(SizeChangedInfo) FrameworkElement.GetLayoutClip(Size) FrameworkElement.MoveFocus(TraversalRequest) FrameworkElement.PredictFocus(FocusNavigationDirection) FrameworkElement.OnGotFocus(RoutedEventArgs) FrameworkElement.OnToolTipOpening(ToolTipEventArgs) FrameworkElement.OnToolTipClosing(ToolTipEventArgs) FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs) FrameworkElement.RegisterName(string, object) FrameworkElement.UnregisterName(string) FrameworkElement.FindName(string) FrameworkElement.UpdateDefaultStyle() FrameworkElement.AddLogicalChild(object) FrameworkElement.RemoveLogicalChild(object) FrameworkElement.Style FrameworkElement.OverridesDefaultStyle FrameworkElement.UseLayoutRounding FrameworkElement.DefaultStyleKey FrameworkElement.Triggers FrameworkElement.TemplatedParent FrameworkElement.VisualChildrenCount FrameworkElement.Resources FrameworkElement.InheritanceBehavior FrameworkElement.DataContext FrameworkElement.BindingGroup FrameworkElement.Language FrameworkElement.Name FrameworkElement.Tag FrameworkElement.InputScope FrameworkElement.ActualWidth FrameworkElement.ActualHeight FrameworkElement.LayoutTransform FrameworkElement.Width FrameworkElement.MinWidth FrameworkElement.MaxWidth FrameworkElement.Height FrameworkElement.MinHeight FrameworkElement.MaxHeight FrameworkElement.FlowDirection FrameworkElement.Margin FrameworkElement.HorizontalAlignment FrameworkElement.VerticalAlignment FrameworkElement.FocusVisualStyle FrameworkElement.Cursor FrameworkElement.ForceCursor FrameworkElement.IsInitialized FrameworkElement.IsLoaded FrameworkElement.ToolTip FrameworkElement.ContextMenu FrameworkElement.Parent FrameworkElement.TargetUpdated FrameworkElement.SourceUpdated FrameworkElement.DataContextChanged FrameworkElement.RequestBringIntoView FrameworkElement.SizeChanged FrameworkElement.Initialized FrameworkElement.Loaded FrameworkElement.Unloaded FrameworkElement.ToolTipOpening FrameworkElement.ToolTipClosing FrameworkElement.ContextMenuOpening FrameworkElement.ContextMenuClosing UIElement.PreviewMouseDownEvent UIElement.MouseDownEvent UIElement.PreviewMouseUpEvent UIElement.MouseUpEvent UIElement.PreviewMouseLeftButtonDownEvent UIElement.MouseLeftButtonDownEvent UIElement.PreviewMouseLeftButtonUpEvent UIElement.MouseLeftButtonUpEvent UIElement.PreviewMouseRightButtonDownEvent UIElement.MouseRightButtonDownEvent UIElement.PreviewMouseRightButtonUpEvent UIElement.MouseRightButtonUpEvent UIElement.PreviewMouseMoveEvent UIElement.MouseMoveEvent UIElement.PreviewMouseWheelEvent UIElement.MouseWheelEvent UIElement.MouseEnterEvent UIElement.MouseLeaveEvent UIElement.GotMouseCaptureEvent UIElement.LostMouseCaptureEvent UIElement.QueryCursorEvent UIElement.PreviewStylusDownEvent UIElement.StylusDownEvent UIElement.PreviewStylusUpEvent UIElement.StylusUpEvent UIElement.PreviewStylusMoveEvent UIElement.StylusMoveEvent UIElement.PreviewStylusInAirMoveEvent UIElement.StylusInAirMoveEvent UIElement.StylusEnterEvent UIElement.StylusLeaveEvent UIElement.PreviewStylusInRangeEvent UIElement.StylusInRangeEvent UIElement.PreviewStylusOutOfRangeEvent UIElement.StylusOutOfRangeEvent UIElement.PreviewStylusSystemGestureEvent UIElement.StylusSystemGestureEvent UIElement.GotStylusCaptureEvent UIElement.LostStylusCaptureEvent UIElement.StylusButtonDownEvent UIElement.StylusButtonUpEvent UIElement.PreviewStylusButtonDownEvent UIElement.PreviewStylusButtonUpEvent UIElement.PreviewKeyDownEvent UIElement.KeyDownEvent UIElement.PreviewKeyUpEvent UIElement.KeyUpEvent UIElement.PreviewGotKeyboardFocusEvent UIElement.GotKeyboardFocusEvent UIElement.PreviewLostKeyboardFocusEvent UIElement.LostKeyboardFocusEvent UIElement.PreviewTextInputEvent UIElement.TextInputEvent UIElement.PreviewQueryContinueDragEvent UIElement.QueryContinueDragEvent UIElement.PreviewGiveFeedbackEvent UIElement.GiveFeedbackEvent UIElement.PreviewDragEnterEvent UIElement.DragEnterEvent UIElement.PreviewDragOverEvent UIElement.DragOverEvent UIElement.PreviewDragLeaveEvent UIElement.DragLeaveEvent UIElement.PreviewDropEvent UIElement.DropEvent UIElement.PreviewTouchDownEvent UIElement.TouchDownEvent UIElement.PreviewTouchMoveEvent UIElement.TouchMoveEvent UIElement.PreviewTouchUpEvent UIElement.TouchUpEvent UIElement.GotTouchCaptureEvent UIElement.LostTouchCaptureEvent UIElement.TouchEnterEvent UIElement.TouchLeaveEvent UIElement.IsMouseDirectlyOverProperty UIElement.IsMouseOverProperty UIElement.IsStylusOverProperty UIElement.IsKeyboardFocusWithinProperty UIElement.IsMouseCapturedProperty UIElement.IsMouseCaptureWithinProperty UIElement.IsStylusDirectlyOverProperty UIElement.IsStylusCapturedProperty UIElement.IsStylusCaptureWithinProperty UIElement.IsKeyboardFocusedProperty UIElement.AreAnyTouchesDirectlyOverProperty UIElement.AreAnyTouchesOverProperty UIElement.AreAnyTouchesCapturedProperty UIElement.AreAnyTouchesCapturedWithinProperty UIElement.AllowDropProperty UIElement.RenderTransformProperty UIElement.RenderTransformOriginProperty UIElement.OpacityProperty UIElement.OpacityMaskProperty UIElement.BitmapEffectProperty UIElement.EffectProperty UIElement.BitmapEffectInputProperty UIElement.CacheModeProperty UIElement.UidProperty UIElement.VisibilityProperty UIElement.ClipToBoundsProperty UIElement.ClipProperty UIElement.SnapsToDevicePixelsProperty UIElement.GotFocusEvent UIElement.LostFocusEvent UIElement.IsFocusedProperty UIElement.IsEnabledProperty UIElement.IsHitTestVisibleProperty UIElement.IsVisibleProperty UIElement.FocusableProperty UIElement.IsManipulationEnabledProperty UIElement.ManipulationStartingEvent UIElement.ManipulationStartedEvent UIElement.ManipulationDeltaEvent UIElement.ManipulationInertiaStartingEvent UIElement.ManipulationBoundaryFeedbackEvent UIElement.ManipulationCompletedEvent UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock) UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) UIElement.GetAnimationBaseValue(DependencyProperty) UIElement.RaiseEvent(RoutedEventArgs) UIElement.AddHandler(RoutedEvent, Delegate) UIElement.AddHandler(RoutedEvent, Delegate, bool) UIElement.RemoveHandler(RoutedEvent, Delegate) UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) UIElement.OnPreviewMouseDown(MouseButtonEventArgs) UIElement.OnMouseDown(MouseButtonEventArgs) UIElement.OnPreviewMouseUp(MouseButtonEventArgs) UIElement.OnMouseUp(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseMove(MouseEventArgs) UIElement.OnPreviewMouseWheel(MouseWheelEventArgs) UIElement.OnMouseWheel(MouseWheelEventArgs) UIElement.OnMouseEnter(MouseEventArgs) UIElement.OnMouseLeave(MouseEventArgs) UIElement.OnGotMouseCapture(MouseEventArgs) UIElement.OnLostMouseCapture(MouseEventArgs) UIElement.OnQueryCursor(QueryCursorEventArgs) UIElement.OnPreviewStylusDown(StylusDownEventArgs) UIElement.OnStylusDown(StylusDownEventArgs) UIElement.OnPreviewStylusUp(StylusEventArgs) UIElement.OnStylusUp(StylusEventArgs) UIElement.OnPreviewStylusMove(StylusEventArgs) UIElement.OnStylusMove(StylusEventArgs) UIElement.OnPreviewStylusInAirMove(StylusEventArgs) UIElement.OnStylusInAirMove(StylusEventArgs) UIElement.OnStylusEnter(StylusEventArgs) UIElement.OnStylusLeave(StylusEventArgs) UIElement.OnPreviewStylusInRange(StylusEventArgs) UIElement.OnStylusInRange(StylusEventArgs) UIElement.OnPreviewStylusOutOfRange(StylusEventArgs) UIElement.OnStylusOutOfRange(StylusEventArgs) UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnGotStylusCapture(StylusEventArgs) UIElement.OnLostStylusCapture(StylusEventArgs) UIElement.OnStylusButtonDown(StylusButtonEventArgs) UIElement.OnStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewKeyDown(KeyEventArgs) UIElement.OnPreviewKeyUp(KeyEventArgs) UIElement.OnKeyUp(KeyEventArgs) UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewTextInput(TextCompositionEventArgs) UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs) UIElement.OnGiveFeedback(GiveFeedbackEventArgs) UIElement.OnPreviewDragEnter(DragEventArgs) UIElement.OnDragEnter(DragEventArgs) UIElement.OnPreviewDragOver(DragEventArgs) UIElement.OnDragOver(DragEventArgs) UIElement.OnPreviewDragLeave(DragEventArgs) UIElement.OnDragLeave(DragEventArgs) UIElement.OnPreviewDrop(DragEventArgs) UIElement.OnDrop(DragEventArgs) UIElement.OnPreviewTouchDown(TouchEventArgs) UIElement.OnTouchDown(TouchEventArgs) UIElement.OnPreviewTouchMove(TouchEventArgs) UIElement.OnTouchMove(TouchEventArgs) UIElement.OnPreviewTouchUp(TouchEventArgs) UIElement.OnTouchUp(TouchEventArgs) UIElement.OnGotTouchCapture(TouchEventArgs) UIElement.OnLostTouchCapture(TouchEventArgs) UIElement.OnTouchEnter(TouchEventArgs) UIElement.OnTouchLeave(TouchEventArgs) UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) UIElement.InvalidateMeasure() UIElement.InvalidateArrange() UIElement.InvalidateVisual() UIElement.OnChildDesiredSizeChanged(UIElement) UIElement.Measure(Size) UIElement.Arrange(Rect) UIElement.OnRender(DrawingContext) UIElement.UpdateLayout() UIElement.TranslatePoint(Point, UIElement) UIElement.InputHitTest(Point) UIElement.CaptureMouse() UIElement.ReleaseMouseCapture() UIElement.CaptureStylus() UIElement.ReleaseStylusCapture() UIElement.Focus() UIElement.OnAccessKey(AccessKeyEventArgs) UIElement.HitTestCore(PointHitTestParameters) UIElement.HitTestCore(GeometryHitTestParameters) UIElement.OnLostFocus(RoutedEventArgs) UIElement.OnManipulationStarting(ManipulationStartingEventArgs) UIElement.OnManipulationStarted(ManipulationStartedEventArgs) UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) UIElement.CaptureTouch(TouchDevice) UIElement.ReleaseTouchCapture(TouchDevice) UIElement.ReleaseAllTouchCaptures() UIElement.HasAnimatedProperties UIElement.InputBindings UIElement.CommandBindings UIElement.AllowDrop UIElement.StylusPlugIns UIElement.DesiredSize UIElement.IsMeasureValid UIElement.IsArrangeValid UIElement.RenderSize UIElement.RenderTransform UIElement.RenderTransformOrigin UIElement.IsMouseDirectlyOver UIElement.IsMouseOver UIElement.IsStylusOver UIElement.IsKeyboardFocusWithin UIElement.IsMouseCaptured UIElement.IsMouseCaptureWithin UIElement.IsStylusDirectlyOver UIElement.IsStylusCaptured UIElement.IsStylusCaptureWithin UIElement.IsKeyboardFocused UIElement.IsInputMethodEnabled UIElement.Opacity UIElement.OpacityMask UIElement.BitmapEffect UIElement.Effect UIElement.BitmapEffectInput UIElement.CacheMode UIElement.Uid UIElement.Visibility UIElement.ClipToBounds UIElement.Clip UIElement.SnapsToDevicePixels UIElement.HasEffectiveKeyboardFocus UIElement.IsFocused UIElement.IsEnabled UIElement.IsEnabledCore UIElement.IsHitTestVisible UIElement.IsVisible UIElement.Focusable UIElement.PersistId UIElement.IsManipulationEnabled UIElement.AreAnyTouchesOver UIElement.AreAnyTouchesDirectlyOver UIElement.AreAnyTouchesCapturedWithin UIElement.AreAnyTouchesCaptured UIElement.TouchesCaptured UIElement.TouchesCapturedWithin UIElement.TouchesOver UIElement.TouchesDirectlyOver UIElement.PreviewMouseDown UIElement.MouseDown UIElement.PreviewMouseUp UIElement.MouseUp UIElement.PreviewMouseLeftButtonDown UIElement.MouseLeftButtonDown UIElement.PreviewMouseLeftButtonUp UIElement.MouseLeftButtonUp UIElement.PreviewMouseRightButtonDown UIElement.MouseRightButtonDown UIElement.PreviewMouseRightButtonUp UIElement.MouseRightButtonUp UIElement.PreviewMouseMove UIElement.MouseMove UIElement.PreviewMouseWheel UIElement.MouseWheel UIElement.MouseEnter UIElement.MouseLeave UIElement.GotMouseCapture UIElement.LostMouseCapture UIElement.QueryCursor UIElement.PreviewStylusDown UIElement.StylusDown UIElement.PreviewStylusUp UIElement.StylusUp UIElement.PreviewStylusMove UIElement.StylusMove UIElement.PreviewStylusInAirMove UIElement.StylusInAirMove UIElement.StylusEnter UIElement.StylusLeave UIElement.PreviewStylusInRange UIElement.StylusInRange UIElement.PreviewStylusOutOfRange UIElement.StylusOutOfRange UIElement.PreviewStylusSystemGesture UIElement.StylusSystemGesture UIElement.GotStylusCapture UIElement.LostStylusCapture UIElement.StylusButtonDown UIElement.StylusButtonUp UIElement.PreviewStylusButtonDown UIElement.PreviewStylusButtonUp UIElement.PreviewKeyDown UIElement.KeyDown UIElement.PreviewKeyUp UIElement.KeyUp UIElement.PreviewGotKeyboardFocus UIElement.GotKeyboardFocus UIElement.PreviewLostKeyboardFocus UIElement.LostKeyboardFocus UIElement.PreviewTextInput UIElement.TextInput UIElement.PreviewQueryContinueDrag UIElement.QueryContinueDrag UIElement.PreviewGiveFeedback UIElement.GiveFeedback UIElement.PreviewDragEnter UIElement.DragEnter UIElement.PreviewDragOver UIElement.DragOver UIElement.PreviewDragLeave UIElement.DragLeave UIElement.PreviewDrop UIElement.Drop UIElement.PreviewTouchDown UIElement.TouchDown UIElement.PreviewTouchMove UIElement.TouchMove UIElement.PreviewTouchUp UIElement.TouchUp UIElement.GotTouchCapture UIElement.LostTouchCapture UIElement.TouchEnter UIElement.TouchLeave UIElement.IsMouseDirectlyOverChanged UIElement.IsKeyboardFocusWithinChanged UIElement.IsMouseCapturedChanged UIElement.IsMouseCaptureWithinChanged UIElement.IsStylusDirectlyOverChanged UIElement.IsStylusCapturedChanged UIElement.IsStylusCaptureWithinChanged UIElement.IsKeyboardFocusedChanged UIElement.LayoutUpdated UIElement.GotFocus UIElement.LostFocus UIElement.IsEnabledChanged UIElement.IsHitTestVisibleChanged UIElement.IsVisibleChanged UIElement.FocusableChanged UIElement.ManipulationStarting UIElement.ManipulationStarted UIElement.ManipulationDelta UIElement.ManipulationInertiaStarting UIElement.ManipulationBoundaryFeedback UIElement.ManipulationCompleted Visual.AddVisualChild(Visual) Visual.RemoveVisualChild(Visual) Visual.OnVisualChildrenChanged(DependencyObject, DependencyObject) Visual.OnDpiChanged(DpiScale, DpiScale) Visual.IsAncestorOf(DependencyObject) Visual.IsDescendantOf(DependencyObject) Visual.FindCommonVisualAncestor(DependencyObject) Visual.TransformToAncestor(Visual) Visual.TransformToAncestor(Visual3D) Visual.TransformToDescendant(Visual) Visual.TransformToVisual(Visual) Visual.PointToScreen(Point) Visual.PointFromScreen(Point) Visual.VisualParent Visual.VisualTransform Visual.VisualEffect Visual.VisualBitmapEffect Visual.VisualBitmapEffectInput Visual.VisualCacheMode Visual.VisualScrollableAreaClip Visual.VisualClip Visual.VisualOffset Visual.VisualOpacity Visual.VisualEdgeMode Visual.VisualBitmapScalingMode Visual.VisualClearTypeHint Visual.VisualTextRenderingMode Visual.VisualTextHintingMode Visual.VisualOpacityMask Visual.VisualXSnappingGuidelines Visual.VisualYSnappingGuidelines DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class DataGridWithMultipleSelection : SortWiseDataGrid, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage Constructors DataGridWithMultipleSelection() Declaration public DataGridWithMultipleSelection() Fields SelectedItemsListProperty Declaration public static readonly DependencyProperty SelectedItemsListProperty Field Value Type Description DependencyProperty Properties SelectedItemsList Declaration public IList SelectedItemsList { get; set; } Property Value Type Description IList Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IContainItemStorage Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class DataGridWithMultipleSelection Inheritance System.Object SortWiseDataGrid DataGridWithMultipleSelection Inherited Members SortWiseDataGrid.OnSorting(DataGridSortingEventArgs) SortWiseDataGrid.OnItemsSourceChanged(IEnumerable, IEnumerable) SortWiseDataGrid.DefaultColumnName SortWiseDataGrid.DefaultSortDirection Namespace : Sdl.Desktop.Platform.Controls.Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class DataGridWithMultipleSelection : SortWiseDataGrid Constructors DataGridWithMultipleSelection() Declaration public DataGridWithMultipleSelection() Fields SelectedItemsListProperty Declaration public static readonly DependencyProperty SelectedItemsListProperty Field Value Type Description System.Windows.DependencyProperty Properties SelectedItemsList Declaration public IList SelectedItemsList { get; set; } Property Value Type Description System.Collections.IList Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.html", "title": "Class FeedbackControl", - "keywords": "Class FeedbackControl Inheritance object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control FeedbackControl Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient Inherited Members Control.BorderBrushProperty Control.BorderThicknessProperty Control.BackgroundProperty Control.ForegroundProperty Control.FontFamilyProperty Control.FontSizeProperty Control.FontStretchProperty Control.FontStyleProperty Control.FontWeightProperty Control.HorizontalContentAlignmentProperty Control.VerticalContentAlignmentProperty Control.TabIndexProperty Control.IsTabStopProperty Control.PaddingProperty Control.TemplateProperty Control.PreviewMouseDoubleClickEvent Control.MouseDoubleClickEvent Control.OnTemplateChanged(ControlTemplate, ControlTemplate) Control.ToString() Control.OnPreviewMouseDoubleClick(MouseButtonEventArgs) Control.OnMouseDoubleClick(MouseButtonEventArgs) Control.MeasureOverride(Size) Control.ArrangeOverride(Size) Control.BorderBrush Control.BorderThickness Control.Background Control.Foreground Control.FontFamily Control.FontSize Control.FontStretch Control.FontStyle Control.FontWeight Control.HorizontalContentAlignment Control.VerticalContentAlignment Control.TabIndex Control.IsTabStop Control.Padding Control.Template Control.HandlesScrolling Control.PreviewMouseDoubleClick Control.MouseDoubleClick FrameworkElement.StyleProperty FrameworkElement.OverridesDefaultStyleProperty FrameworkElement.UseLayoutRoundingProperty FrameworkElement.DefaultStyleKeyProperty FrameworkElement.DataContextProperty FrameworkElement.BindingGroupProperty FrameworkElement.LanguageProperty FrameworkElement.NameProperty FrameworkElement.TagProperty FrameworkElement.InputScopeProperty FrameworkElement.RequestBringIntoViewEvent FrameworkElement.SizeChangedEvent FrameworkElement.ActualWidthProperty FrameworkElement.ActualHeightProperty FrameworkElement.LayoutTransformProperty FrameworkElement.WidthProperty FrameworkElement.MinWidthProperty FrameworkElement.MaxWidthProperty FrameworkElement.HeightProperty FrameworkElement.MinHeightProperty FrameworkElement.MaxHeightProperty FrameworkElement.FlowDirectionProperty FrameworkElement.MarginProperty FrameworkElement.HorizontalAlignmentProperty FrameworkElement.VerticalAlignmentProperty FrameworkElement.FocusVisualStyleProperty FrameworkElement.CursorProperty FrameworkElement.ForceCursorProperty FrameworkElement.LoadedEvent FrameworkElement.UnloadedEvent FrameworkElement.ToolTipProperty FrameworkElement.ContextMenuProperty FrameworkElement.ToolTipOpeningEvent FrameworkElement.ToolTipClosingEvent FrameworkElement.ContextMenuOpeningEvent FrameworkElement.ContextMenuClosingEvent FrameworkElement.OnStyleChanged(Style, Style) FrameworkElement.ParentLayoutInvalidated(UIElement) FrameworkElement.ApplyTemplate() FrameworkElement.BeginStoryboard(Storyboard) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool) FrameworkElement.GetVisualChild(int) FrameworkElement.GetTemplateChild(string) FrameworkElement.FindResource(object) FrameworkElement.TryFindResource(object) FrameworkElement.SetResourceReference(DependencyProperty, object) FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs) FrameworkElement.OnVisualParentChanged(DependencyObject) FrameworkElement.GetBindingExpression(DependencyProperty) FrameworkElement.SetBinding(DependencyProperty, BindingBase) FrameworkElement.SetBinding(DependencyProperty, string) FrameworkElement.GetUIParentCore() FrameworkElement.BringIntoView() FrameworkElement.BringIntoView(Rect) FrameworkElement.GetFlowDirection(DependencyObject) FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) FrameworkElement.MeasureCore(Size) FrameworkElement.ArrangeCore(Rect) FrameworkElement.OnRenderSizeChanged(SizeChangedInfo) FrameworkElement.GetLayoutClip(Size) FrameworkElement.MoveFocus(TraversalRequest) FrameworkElement.PredictFocus(FocusNavigationDirection) FrameworkElement.OnGotFocus(RoutedEventArgs) FrameworkElement.BeginInit() FrameworkElement.EndInit() FrameworkElement.OnInitialized(EventArgs) FrameworkElement.OnToolTipOpening(ToolTipEventArgs) FrameworkElement.OnToolTipClosing(ToolTipEventArgs) FrameworkElement.OnContextMenuOpening(ContextMenuEventArgs) FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs) FrameworkElement.RegisterName(string, object) FrameworkElement.UnregisterName(string) FrameworkElement.FindName(string) FrameworkElement.UpdateDefaultStyle() FrameworkElement.AddLogicalChild(object) FrameworkElement.RemoveLogicalChild(object) FrameworkElement.Style FrameworkElement.OverridesDefaultStyle FrameworkElement.UseLayoutRounding FrameworkElement.DefaultStyleKey FrameworkElement.Triggers FrameworkElement.TemplatedParent FrameworkElement.VisualChildrenCount FrameworkElement.Resources FrameworkElement.InheritanceBehavior FrameworkElement.DataContext FrameworkElement.BindingGroup FrameworkElement.Language FrameworkElement.Name FrameworkElement.Tag FrameworkElement.InputScope FrameworkElement.ActualWidth FrameworkElement.ActualHeight FrameworkElement.LayoutTransform FrameworkElement.Width FrameworkElement.MinWidth FrameworkElement.MaxWidth FrameworkElement.Height FrameworkElement.MinHeight FrameworkElement.MaxHeight FrameworkElement.FlowDirection FrameworkElement.Margin FrameworkElement.HorizontalAlignment FrameworkElement.VerticalAlignment FrameworkElement.FocusVisualStyle FrameworkElement.Cursor FrameworkElement.ForceCursor FrameworkElement.IsInitialized FrameworkElement.IsLoaded FrameworkElement.ToolTip FrameworkElement.ContextMenu FrameworkElement.Parent FrameworkElement.LogicalChildren FrameworkElement.TargetUpdated FrameworkElement.SourceUpdated FrameworkElement.DataContextChanged FrameworkElement.RequestBringIntoView FrameworkElement.SizeChanged FrameworkElement.Initialized FrameworkElement.Loaded FrameworkElement.Unloaded FrameworkElement.ToolTipOpening FrameworkElement.ToolTipClosing FrameworkElement.ContextMenuOpening FrameworkElement.ContextMenuClosing UIElement.PreviewMouseDownEvent UIElement.MouseDownEvent UIElement.PreviewMouseUpEvent UIElement.MouseUpEvent UIElement.PreviewMouseLeftButtonDownEvent UIElement.MouseLeftButtonDownEvent UIElement.PreviewMouseLeftButtonUpEvent UIElement.MouseLeftButtonUpEvent UIElement.PreviewMouseRightButtonDownEvent UIElement.MouseRightButtonDownEvent UIElement.PreviewMouseRightButtonUpEvent UIElement.MouseRightButtonUpEvent UIElement.PreviewMouseMoveEvent UIElement.MouseMoveEvent UIElement.PreviewMouseWheelEvent UIElement.MouseWheelEvent UIElement.MouseEnterEvent UIElement.MouseLeaveEvent UIElement.GotMouseCaptureEvent UIElement.LostMouseCaptureEvent UIElement.QueryCursorEvent UIElement.PreviewStylusDownEvent UIElement.StylusDownEvent UIElement.PreviewStylusUpEvent UIElement.StylusUpEvent UIElement.PreviewStylusMoveEvent UIElement.StylusMoveEvent UIElement.PreviewStylusInAirMoveEvent UIElement.StylusInAirMoveEvent UIElement.StylusEnterEvent UIElement.StylusLeaveEvent UIElement.PreviewStylusInRangeEvent UIElement.StylusInRangeEvent UIElement.PreviewStylusOutOfRangeEvent UIElement.StylusOutOfRangeEvent UIElement.PreviewStylusSystemGestureEvent UIElement.StylusSystemGestureEvent UIElement.GotStylusCaptureEvent UIElement.LostStylusCaptureEvent UIElement.StylusButtonDownEvent UIElement.StylusButtonUpEvent UIElement.PreviewStylusButtonDownEvent UIElement.PreviewStylusButtonUpEvent UIElement.PreviewKeyDownEvent UIElement.KeyDownEvent UIElement.PreviewKeyUpEvent UIElement.KeyUpEvent UIElement.PreviewGotKeyboardFocusEvent UIElement.GotKeyboardFocusEvent UIElement.PreviewLostKeyboardFocusEvent UIElement.LostKeyboardFocusEvent UIElement.PreviewTextInputEvent UIElement.TextInputEvent UIElement.PreviewQueryContinueDragEvent UIElement.QueryContinueDragEvent UIElement.PreviewGiveFeedbackEvent UIElement.GiveFeedbackEvent UIElement.PreviewDragEnterEvent UIElement.DragEnterEvent UIElement.PreviewDragOverEvent UIElement.DragOverEvent UIElement.PreviewDragLeaveEvent UIElement.DragLeaveEvent UIElement.PreviewDropEvent UIElement.DropEvent UIElement.PreviewTouchDownEvent UIElement.TouchDownEvent UIElement.PreviewTouchMoveEvent UIElement.TouchMoveEvent UIElement.PreviewTouchUpEvent UIElement.TouchUpEvent UIElement.GotTouchCaptureEvent UIElement.LostTouchCaptureEvent UIElement.TouchEnterEvent UIElement.TouchLeaveEvent UIElement.IsMouseDirectlyOverProperty UIElement.IsMouseOverProperty UIElement.IsStylusOverProperty UIElement.IsKeyboardFocusWithinProperty UIElement.IsMouseCapturedProperty UIElement.IsMouseCaptureWithinProperty UIElement.IsStylusDirectlyOverProperty UIElement.IsStylusCapturedProperty UIElement.IsStylusCaptureWithinProperty UIElement.IsKeyboardFocusedProperty UIElement.AreAnyTouchesDirectlyOverProperty UIElement.AreAnyTouchesOverProperty UIElement.AreAnyTouchesCapturedProperty UIElement.AreAnyTouchesCapturedWithinProperty UIElement.AllowDropProperty UIElement.RenderTransformProperty UIElement.RenderTransformOriginProperty UIElement.OpacityProperty UIElement.OpacityMaskProperty UIElement.BitmapEffectProperty UIElement.EffectProperty UIElement.BitmapEffectInputProperty UIElement.CacheModeProperty UIElement.UidProperty UIElement.VisibilityProperty UIElement.ClipToBoundsProperty UIElement.ClipProperty UIElement.SnapsToDevicePixelsProperty UIElement.GotFocusEvent UIElement.LostFocusEvent UIElement.IsFocusedProperty UIElement.IsEnabledProperty UIElement.IsHitTestVisibleProperty UIElement.IsVisibleProperty UIElement.FocusableProperty UIElement.IsManipulationEnabledProperty UIElement.ManipulationStartingEvent UIElement.ManipulationStartedEvent UIElement.ManipulationDeltaEvent UIElement.ManipulationInertiaStartingEvent UIElement.ManipulationBoundaryFeedbackEvent UIElement.ManipulationCompletedEvent UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock) UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) UIElement.GetAnimationBaseValue(DependencyProperty) UIElement.RaiseEvent(RoutedEventArgs) UIElement.AddHandler(RoutedEvent, Delegate) UIElement.AddHandler(RoutedEvent, Delegate, bool) UIElement.RemoveHandler(RoutedEvent, Delegate) UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) UIElement.OnPreviewMouseDown(MouseButtonEventArgs) UIElement.OnMouseDown(MouseButtonEventArgs) UIElement.OnPreviewMouseUp(MouseButtonEventArgs) UIElement.OnMouseUp(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseMove(MouseEventArgs) UIElement.OnMouseMove(MouseEventArgs) UIElement.OnPreviewMouseWheel(MouseWheelEventArgs) UIElement.OnMouseWheel(MouseWheelEventArgs) UIElement.OnMouseEnter(MouseEventArgs) UIElement.OnMouseLeave(MouseEventArgs) UIElement.OnGotMouseCapture(MouseEventArgs) UIElement.OnLostMouseCapture(MouseEventArgs) UIElement.OnQueryCursor(QueryCursorEventArgs) UIElement.OnPreviewStylusDown(StylusDownEventArgs) UIElement.OnStylusDown(StylusDownEventArgs) UIElement.OnPreviewStylusUp(StylusEventArgs) UIElement.OnStylusUp(StylusEventArgs) UIElement.OnPreviewStylusMove(StylusEventArgs) UIElement.OnStylusMove(StylusEventArgs) UIElement.OnPreviewStylusInAirMove(StylusEventArgs) UIElement.OnStylusInAirMove(StylusEventArgs) UIElement.OnStylusEnter(StylusEventArgs) UIElement.OnStylusLeave(StylusEventArgs) UIElement.OnPreviewStylusInRange(StylusEventArgs) UIElement.OnStylusInRange(StylusEventArgs) UIElement.OnPreviewStylusOutOfRange(StylusEventArgs) UIElement.OnStylusOutOfRange(StylusEventArgs) UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnGotStylusCapture(StylusEventArgs) UIElement.OnLostStylusCapture(StylusEventArgs) UIElement.OnStylusButtonDown(StylusButtonEventArgs) UIElement.OnStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewKeyDown(KeyEventArgs) UIElement.OnKeyDown(KeyEventArgs) UIElement.OnPreviewKeyUp(KeyEventArgs) UIElement.OnKeyUp(KeyEventArgs) UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewTextInput(TextCompositionEventArgs) UIElement.OnTextInput(TextCompositionEventArgs) UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs) UIElement.OnGiveFeedback(GiveFeedbackEventArgs) UIElement.OnPreviewDragEnter(DragEventArgs) UIElement.OnDragEnter(DragEventArgs) UIElement.OnPreviewDragOver(DragEventArgs) UIElement.OnDragOver(DragEventArgs) UIElement.OnPreviewDragLeave(DragEventArgs) UIElement.OnDragLeave(DragEventArgs) UIElement.OnPreviewDrop(DragEventArgs) UIElement.OnDrop(DragEventArgs) UIElement.OnPreviewTouchDown(TouchEventArgs) UIElement.OnTouchDown(TouchEventArgs) UIElement.OnPreviewTouchMove(TouchEventArgs) UIElement.OnTouchMove(TouchEventArgs) UIElement.OnPreviewTouchUp(TouchEventArgs) UIElement.OnTouchUp(TouchEventArgs) UIElement.OnGotTouchCapture(TouchEventArgs) UIElement.OnLostTouchCapture(TouchEventArgs) UIElement.OnTouchEnter(TouchEventArgs) UIElement.OnTouchLeave(TouchEventArgs) UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) UIElement.InvalidateMeasure() UIElement.InvalidateArrange() UIElement.InvalidateVisual() UIElement.OnChildDesiredSizeChanged(UIElement) UIElement.Measure(Size) UIElement.Arrange(Rect) UIElement.OnRender(DrawingContext) UIElement.UpdateLayout() UIElement.TranslatePoint(Point, UIElement) UIElement.InputHitTest(Point) UIElement.CaptureMouse() UIElement.ReleaseMouseCapture() UIElement.CaptureStylus() UIElement.ReleaseStylusCapture() UIElement.Focus() UIElement.OnAccessKey(AccessKeyEventArgs) UIElement.HitTestCore(PointHitTestParameters) UIElement.HitTestCore(GeometryHitTestParameters) UIElement.OnLostFocus(RoutedEventArgs) UIElement.OnCreateAutomationPeer() UIElement.OnManipulationStarting(ManipulationStartingEventArgs) UIElement.OnManipulationStarted(ManipulationStartedEventArgs) UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) UIElement.CaptureTouch(TouchDevice) UIElement.ReleaseTouchCapture(TouchDevice) UIElement.ReleaseAllTouchCaptures() UIElement.HasAnimatedProperties UIElement.InputBindings UIElement.CommandBindings UIElement.AllowDrop UIElement.StylusPlugIns UIElement.DesiredSize UIElement.IsMeasureValid UIElement.IsArrangeValid UIElement.RenderSize UIElement.RenderTransform UIElement.RenderTransformOrigin UIElement.IsMouseDirectlyOver UIElement.IsMouseOver UIElement.IsStylusOver UIElement.IsKeyboardFocusWithin UIElement.IsMouseCaptured UIElement.IsMouseCaptureWithin UIElement.IsStylusDirectlyOver UIElement.IsStylusCaptured UIElement.IsStylusCaptureWithin UIElement.IsKeyboardFocused UIElement.IsInputMethodEnabled UIElement.Opacity UIElement.OpacityMask UIElement.BitmapEffect UIElement.Effect UIElement.BitmapEffectInput UIElement.CacheMode UIElement.Uid UIElement.Visibility UIElement.ClipToBounds UIElement.Clip UIElement.SnapsToDevicePixels UIElement.HasEffectiveKeyboardFocus UIElement.IsFocused UIElement.IsEnabled UIElement.IsEnabledCore UIElement.IsHitTestVisible UIElement.IsVisible UIElement.Focusable UIElement.PersistId UIElement.IsManipulationEnabled UIElement.AreAnyTouchesOver UIElement.AreAnyTouchesDirectlyOver UIElement.AreAnyTouchesCapturedWithin UIElement.AreAnyTouchesCaptured UIElement.TouchesCaptured UIElement.TouchesCapturedWithin UIElement.TouchesOver UIElement.TouchesDirectlyOver UIElement.PreviewMouseDown UIElement.MouseDown UIElement.PreviewMouseUp UIElement.MouseUp UIElement.PreviewMouseLeftButtonDown UIElement.MouseLeftButtonDown UIElement.PreviewMouseLeftButtonUp UIElement.MouseLeftButtonUp UIElement.PreviewMouseRightButtonDown UIElement.MouseRightButtonDown UIElement.PreviewMouseRightButtonUp UIElement.MouseRightButtonUp UIElement.PreviewMouseMove UIElement.MouseMove UIElement.PreviewMouseWheel UIElement.MouseWheel UIElement.MouseEnter UIElement.MouseLeave UIElement.GotMouseCapture UIElement.LostMouseCapture UIElement.QueryCursor UIElement.PreviewStylusDown UIElement.StylusDown UIElement.PreviewStylusUp UIElement.StylusUp UIElement.PreviewStylusMove UIElement.StylusMove UIElement.PreviewStylusInAirMove UIElement.StylusInAirMove UIElement.StylusEnter UIElement.StylusLeave UIElement.PreviewStylusInRange UIElement.StylusInRange UIElement.PreviewStylusOutOfRange UIElement.StylusOutOfRange UIElement.PreviewStylusSystemGesture UIElement.StylusSystemGesture UIElement.GotStylusCapture UIElement.LostStylusCapture UIElement.StylusButtonDown UIElement.StylusButtonUp UIElement.PreviewStylusButtonDown UIElement.PreviewStylusButtonUp UIElement.PreviewKeyDown UIElement.KeyDown UIElement.PreviewKeyUp UIElement.KeyUp UIElement.PreviewGotKeyboardFocus UIElement.GotKeyboardFocus UIElement.PreviewLostKeyboardFocus UIElement.LostKeyboardFocus UIElement.PreviewTextInput UIElement.TextInput UIElement.PreviewQueryContinueDrag UIElement.QueryContinueDrag UIElement.PreviewGiveFeedback UIElement.GiveFeedback UIElement.PreviewDragEnter UIElement.DragEnter UIElement.PreviewDragOver UIElement.DragOver UIElement.PreviewDragLeave UIElement.DragLeave UIElement.PreviewDrop UIElement.Drop UIElement.PreviewTouchDown UIElement.TouchDown UIElement.PreviewTouchMove UIElement.TouchMove UIElement.PreviewTouchUp UIElement.TouchUp UIElement.GotTouchCapture UIElement.LostTouchCapture UIElement.TouchEnter UIElement.TouchLeave UIElement.IsMouseDirectlyOverChanged UIElement.IsKeyboardFocusWithinChanged UIElement.IsMouseCapturedChanged UIElement.IsMouseCaptureWithinChanged UIElement.IsStylusDirectlyOverChanged UIElement.IsStylusCapturedChanged UIElement.IsStylusCaptureWithinChanged UIElement.IsKeyboardFocusedChanged UIElement.LayoutUpdated UIElement.GotFocus UIElement.LostFocus UIElement.IsEnabledChanged UIElement.IsHitTestVisibleChanged UIElement.IsVisibleChanged UIElement.FocusableChanged UIElement.ManipulationStarting UIElement.ManipulationStarted UIElement.ManipulationDelta UIElement.ManipulationInertiaStarting UIElement.ManipulationBoundaryFeedback UIElement.ManipulationCompleted Visual.AddVisualChild(Visual) Visual.RemoveVisualChild(Visual) Visual.OnVisualChildrenChanged(DependencyObject, DependencyObject) Visual.OnDpiChanged(DpiScale, DpiScale) Visual.IsAncestorOf(DependencyObject) Visual.IsDescendantOf(DependencyObject) Visual.FindCommonVisualAncestor(DependencyObject) Visual.TransformToAncestor(Visual) Visual.TransformToAncestor(Visual3D) Visual.TransformToDescendant(Visual) Visual.TransformToVisual(Visual) Visual.PointToScreen(Point) Visual.PointFromScreen(Point) Visual.VisualParent Visual.VisualTransform Visual.VisualEffect Visual.VisualBitmapEffect Visual.VisualBitmapEffectInput Visual.VisualCacheMode Visual.VisualScrollableAreaClip Visual.VisualClip Visual.VisualOffset Visual.VisualOpacity Visual.VisualEdgeMode Visual.VisualBitmapScalingMode Visual.VisualClearTypeHint Visual.VisualTextRenderingMode Visual.VisualTextHintingMode Visual.VisualOpacityMask Visual.VisualXSnappingGuidelines Visual.VisualYSnappingGuidelines DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class FeedbackControl : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient Constructors FeedbackControl() Declaration public FeedbackControl() Fields FeedbackProperty Declaration public static readonly DependencyProperty FeedbackProperty Field Value Type Description DependencyProperty FeedbackSentProperty Declaration public static readonly DependencyProperty FeedbackSentProperty Field Value Type Description DependencyProperty QuestionProperty Declaration public static readonly DependencyProperty QuestionProperty Field Value Type Description DependencyProperty RatingProperty Declaration public static readonly DependencyProperty RatingProperty Field Value Type Description DependencyProperty SaveFeedbackCommandProperty Declaration public static readonly DependencyProperty SaveFeedbackCommandProperty Field Value Type Description DependencyProperty TelemetryDisabledTextProperty Declaration public static readonly DependencyProperty TelemetryDisabledTextProperty Field Value Type Description DependencyProperty TelemetryEnabledProperty Declaration public static readonly DependencyProperty TelemetryEnabledProperty Field Value Type Description DependencyProperty Properties Feedback Declaration public string Feedback { get; set; } Property Value Type Description string FeedbackSent Declaration public bool FeedbackSent { get; set; } Property Value Type Description bool Question Declaration public string Question { get; set; } Property Value Type Description string Rating Declaration public int Rating { get; set; } Property Value Type Description int SaveFeedbackCommand Declaration public ICommand SaveFeedbackCommand { get; set; } Property Value Type Description ICommand TelemetryEnabled Declaration public bool TelemetryEnabled { get; set; } Property Value Type Description bool Methods OnApplyTemplate() Declaration public override void OnApplyTemplate() Overrides FrameworkElement.OnApplyTemplate() Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class FeedbackControl Inheritance System.Object FeedbackControl Namespace : Sdl.Desktop.Platform.Controls.Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class FeedbackControl : Control Constructors FeedbackControl() Declaration public FeedbackControl() Fields FeedbackProperty Declaration public static readonly DependencyProperty FeedbackProperty Field Value Type Description System.Windows.DependencyProperty FeedbackSentProperty Declaration public static readonly DependencyProperty FeedbackSentProperty Field Value Type Description System.Windows.DependencyProperty QuestionProperty Declaration public static readonly DependencyProperty QuestionProperty Field Value Type Description System.Windows.DependencyProperty RatingProperty Declaration public static readonly DependencyProperty RatingProperty Field Value Type Description System.Windows.DependencyProperty SaveFeedbackCommandProperty Declaration public static readonly DependencyProperty SaveFeedbackCommandProperty Field Value Type Description System.Windows.DependencyProperty TelemetryDisabledTextProperty Declaration public static readonly DependencyProperty TelemetryDisabledTextProperty Field Value Type Description System.Windows.DependencyProperty TelemetryEnabledProperty Declaration public static readonly DependencyProperty TelemetryEnabledProperty Field Value Type Description System.Windows.DependencyProperty Properties Feedback Declaration public string Feedback { get; set; } Property Value Type Description System.String FeedbackSent Declaration public bool FeedbackSent { get; set; } Property Value Type Description System.Boolean Question Declaration public string Question { get; set; } Property Value Type Description System.String Rating Declaration public int Rating { get; set; } Property Value Type Description System.Int32 SaveFeedbackCommand Declaration public ICommand SaveFeedbackCommand { get; set; } Property Value Type Description System.Windows.Input.ICommand TelemetryEnabled Declaration public bool TelemetryEnabled { get; set; } Property Value Type Description System.Boolean Methods OnApplyTemplate() Declaration public override void OnApplyTemplate() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.html", @@ -3672,7 +3377,7 @@ "api/integration/Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.html", "title": "Class ManagerViewFeedback", - "keywords": "Class ManagerViewFeedback Inheritance object ManagerViewFeedback Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ManagerViewFeedback Constructors ManagerViewFeedback(int, string) Declaration public ManagerViewFeedback(int rating, string feedback) Parameters Type Name Description int rating string feedback Properties Feedback Declaration public string Feedback { get; } Property Value Type Description string Rating Declaration public int Rating { get; } Property Value Type Description int Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ManagerViewFeedback Inheritance System.Object ManagerViewFeedback 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.Desktop.Platform.Controls.Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ManagerViewFeedback Constructors ManagerViewFeedback(Int32, String) Declaration public ManagerViewFeedback(int rating, string feedback) Parameters Type Name Description System.Int32 rating System.String feedback Properties Feedback Declaration public string Feedback { get; } Property Value Type Description System.String Rating Declaration public int Rating { get; } Property Value Type Description System.Int32 Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.html", @@ -3682,67 +3387,67 @@ "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.IsFor.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.IsFor.html", "title": "Enum IsFor", - "keywords": "Enum IsFor Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls MenuControlComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public enum IsFor Fields Name Description Files General NewProject Project Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Enum IsFor Namespace : Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public enum IsFor Fields Name Description Files General NewProject Project Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.html", "title": "Class MenuControl", - "keywords": "Class MenuControl Inheritance object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ItemsControl Selector ComboBox MenuControl Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IContainItemStorage Inherited Members ComboBox.MaxDropDownHeightProperty ComboBox.IsDropDownOpenProperty ComboBox.ShouldPreserveUserEnteredPrefixProperty ComboBox.IsEditableProperty ComboBox.TextProperty ComboBox.IsReadOnlyProperty ComboBox.SelectionBoxItemProperty ComboBox.SelectionBoxItemTemplateProperty ComboBox.SelectionBoxItemStringFormatProperty ComboBox.StaysOpenOnEditProperty ComboBox.OnDropDownOpened(EventArgs) ComboBox.OnDropDownClosed(EventArgs) ComboBox.OnSelectionChanged(SelectionChangedEventArgs) ComboBox.PrepareContainerForItemOverride(DependencyObject, object) ComboBox.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) ComboBox.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) ComboBox.OnPreviewKeyDown(KeyEventArgs) ComboBox.OnKeyDown(KeyEventArgs) ComboBox.OnMouseLeftButtonUp(MouseButtonEventArgs) ComboBox.OnCreateAutomationPeer() ComboBox.MaxDropDownHeight ComboBox.IsDropDownOpen ComboBox.ShouldPreserveUserEnteredPrefix ComboBox.IsEditable ComboBox.Text ComboBox.IsReadOnly ComboBox.SelectionBoxItem ComboBox.SelectionBoxItemTemplate ComboBox.SelectionBoxItemStringFormat ComboBox.StaysOpenOnEdit ComboBox.IsSelectionBoxHighlighted ComboBox.HandlesScrolling ComboBox.HasEffectiveKeyboardFocus ComboBox.DropDownOpened ComboBox.DropDownClosed Selector.SelectionChangedEvent Selector.SelectedEvent Selector.UnselectedEvent Selector.IsSelectionActiveProperty Selector.IsSelectedProperty Selector.IsSynchronizedWithCurrentItemProperty Selector.SelectedIndexProperty Selector.SelectedItemProperty Selector.SelectedValueProperty Selector.SelectedValuePathProperty Selector.AddSelectedHandler(DependencyObject, RoutedEventHandler) Selector.RemoveSelectedHandler(DependencyObject, RoutedEventHandler) Selector.AddUnselectedHandler(DependencyObject, RoutedEventHandler) Selector.RemoveUnselectedHandler(DependencyObject, RoutedEventHandler) Selector.GetIsSelectionActive(DependencyObject) Selector.GetIsSelected(DependencyObject) Selector.SetIsSelected(DependencyObject, bool) Selector.ClearContainerForItemOverride(DependencyObject, object) Selector.OnItemsChanged(NotifyCollectionChangedEventArgs) Selector.OnItemsSourceChanged(IEnumerable, IEnumerable) Selector.OnInitialized(EventArgs) Selector.IsSynchronizedWithCurrentItem Selector.SelectedIndex Selector.SelectedItem Selector.SelectedValue Selector.SelectedValuePath Selector.SelectionChanged ItemsControl.ItemsSourceProperty ItemsControl.HasItemsProperty ItemsControl.DisplayMemberPathProperty ItemsControl.ItemTemplateProperty ItemsControl.ItemTemplateSelectorProperty ItemsControl.ItemStringFormatProperty ItemsControl.ItemBindingGroupProperty ItemsControl.ItemContainerStyleProperty ItemsControl.ItemContainerStyleSelectorProperty ItemsControl.ItemsPanelProperty ItemsControl.IsGroupingProperty ItemsControl.GroupStyleSelectorProperty ItemsControl.AlternationCountProperty ItemsControl.AlternationIndexProperty ItemsControl.IsTextSearchEnabledProperty ItemsControl.IsTextSearchCaseSensitiveProperty ItemsControl.OnDisplayMemberPathChanged(string, string) ItemsControl.OnItemTemplateChanged(DataTemplate, DataTemplate) ItemsControl.OnItemTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector) ItemsControl.OnItemStringFormatChanged(string, string) ItemsControl.OnItemBindingGroupChanged(BindingGroup, BindingGroup) ItemsControl.OnItemContainerStyleChanged(Style, Style) ItemsControl.OnItemContainerStyleSelectorChanged(StyleSelector, StyleSelector) ItemsControl.GetItemsOwner(DependencyObject) ItemsControl.OnItemsPanelChanged(ItemsPanelTemplate, ItemsPanelTemplate) ItemsControl.OnGroupStyleSelectorChanged(GroupStyleSelector, GroupStyleSelector) ItemsControl.OnAlternationCountChanged(int, int) ItemsControl.GetAlternationIndex(DependencyObject) ItemsControl.ItemsControlFromItemContainer(DependencyObject) ItemsControl.ContainerFromElement(ItemsControl, DependencyObject) ItemsControl.ContainerFromElement(DependencyObject) ItemsControl.AddChild(object) ItemsControl.AddText(string) ItemsControl.BeginInit() ItemsControl.EndInit() ItemsControl.IsItemItsOwnContainer(object) ItemsControl.OnTextInput(TextCompositionEventArgs) ItemsControl.ShouldApplyItemContainerStyle(DependencyObject, object) ItemsControl.ToString() ItemsControl.Items ItemsControl.ItemsSource ItemsControl.ItemContainerGenerator ItemsControl.LogicalChildren ItemsControl.HasItems ItemsControl.DisplayMemberPath ItemsControl.ItemTemplate ItemsControl.ItemTemplateSelector ItemsControl.ItemStringFormat ItemsControl.ItemBindingGroup ItemsControl.ItemContainerStyle ItemsControl.ItemContainerStyleSelector ItemsControl.ItemsPanel ItemsControl.IsGrouping ItemsControl.GroupStyle ItemsControl.GroupStyleSelector ItemsControl.AlternationCount ItemsControl.IsTextSearchEnabled ItemsControl.IsTextSearchCaseSensitive Control.BorderBrushProperty Control.BorderThicknessProperty Control.BackgroundProperty Control.ForegroundProperty Control.FontFamilyProperty Control.FontSizeProperty Control.FontStretchProperty Control.FontStyleProperty Control.FontWeightProperty Control.HorizontalContentAlignmentProperty Control.VerticalContentAlignmentProperty Control.TabIndexProperty Control.IsTabStopProperty Control.PaddingProperty Control.TemplateProperty Control.PreviewMouseDoubleClickEvent Control.MouseDoubleClickEvent Control.OnTemplateChanged(ControlTemplate, ControlTemplate) Control.OnPreviewMouseDoubleClick(MouseButtonEventArgs) Control.OnMouseDoubleClick(MouseButtonEventArgs) Control.MeasureOverride(Size) Control.ArrangeOverride(Size) Control.BorderBrush Control.BorderThickness Control.Background Control.Foreground Control.FontFamily Control.FontSize Control.FontStretch Control.FontStyle Control.FontWeight Control.HorizontalContentAlignment Control.VerticalContentAlignment Control.TabIndex Control.IsTabStop Control.Padding Control.Template Control.PreviewMouseDoubleClick Control.MouseDoubleClick FrameworkElement.StyleProperty FrameworkElement.OverridesDefaultStyleProperty FrameworkElement.UseLayoutRoundingProperty FrameworkElement.DefaultStyleKeyProperty FrameworkElement.DataContextProperty FrameworkElement.BindingGroupProperty FrameworkElement.LanguageProperty FrameworkElement.NameProperty FrameworkElement.TagProperty FrameworkElement.InputScopeProperty FrameworkElement.RequestBringIntoViewEvent FrameworkElement.SizeChangedEvent FrameworkElement.ActualWidthProperty FrameworkElement.ActualHeightProperty FrameworkElement.LayoutTransformProperty FrameworkElement.WidthProperty FrameworkElement.MinWidthProperty FrameworkElement.MaxWidthProperty FrameworkElement.HeightProperty FrameworkElement.MinHeightProperty FrameworkElement.MaxHeightProperty FrameworkElement.FlowDirectionProperty FrameworkElement.MarginProperty FrameworkElement.HorizontalAlignmentProperty FrameworkElement.VerticalAlignmentProperty FrameworkElement.FocusVisualStyleProperty FrameworkElement.CursorProperty FrameworkElement.ForceCursorProperty FrameworkElement.LoadedEvent FrameworkElement.UnloadedEvent FrameworkElement.ToolTipProperty FrameworkElement.ContextMenuProperty FrameworkElement.ToolTipOpeningEvent FrameworkElement.ToolTipClosingEvent FrameworkElement.ContextMenuOpeningEvent FrameworkElement.ContextMenuClosingEvent FrameworkElement.OnStyleChanged(Style, Style) FrameworkElement.ParentLayoutInvalidated(UIElement) FrameworkElement.ApplyTemplate() FrameworkElement.BeginStoryboard(Storyboard) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool) FrameworkElement.GetVisualChild(int) FrameworkElement.GetTemplateChild(string) FrameworkElement.FindResource(object) FrameworkElement.TryFindResource(object) FrameworkElement.SetResourceReference(DependencyProperty, object) FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs) FrameworkElement.OnVisualParentChanged(DependencyObject) FrameworkElement.GetBindingExpression(DependencyProperty) FrameworkElement.SetBinding(DependencyProperty, BindingBase) FrameworkElement.SetBinding(DependencyProperty, string) FrameworkElement.GetUIParentCore() FrameworkElement.BringIntoView() FrameworkElement.BringIntoView(Rect) FrameworkElement.GetFlowDirection(DependencyObject) FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) FrameworkElement.MeasureCore(Size) FrameworkElement.ArrangeCore(Rect) FrameworkElement.OnRenderSizeChanged(SizeChangedInfo) FrameworkElement.GetLayoutClip(Size) FrameworkElement.MoveFocus(TraversalRequest) FrameworkElement.PredictFocus(FocusNavigationDirection) FrameworkElement.OnGotFocus(RoutedEventArgs) FrameworkElement.OnToolTipOpening(ToolTipEventArgs) FrameworkElement.OnToolTipClosing(ToolTipEventArgs) FrameworkElement.OnContextMenuOpening(ContextMenuEventArgs) FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs) FrameworkElement.RegisterName(string, object) FrameworkElement.UnregisterName(string) FrameworkElement.FindName(string) FrameworkElement.UpdateDefaultStyle() FrameworkElement.AddLogicalChild(object) FrameworkElement.RemoveLogicalChild(object) FrameworkElement.Style FrameworkElement.OverridesDefaultStyle FrameworkElement.UseLayoutRounding FrameworkElement.DefaultStyleKey FrameworkElement.Triggers FrameworkElement.TemplatedParent FrameworkElement.VisualChildrenCount FrameworkElement.Resources FrameworkElement.InheritanceBehavior FrameworkElement.DataContext FrameworkElement.BindingGroup FrameworkElement.Language FrameworkElement.Name FrameworkElement.Tag FrameworkElement.InputScope FrameworkElement.ActualWidth FrameworkElement.ActualHeight FrameworkElement.LayoutTransform FrameworkElement.Width FrameworkElement.MinWidth FrameworkElement.MaxWidth FrameworkElement.Height FrameworkElement.MinHeight FrameworkElement.MaxHeight FrameworkElement.FlowDirection FrameworkElement.Margin FrameworkElement.HorizontalAlignment FrameworkElement.VerticalAlignment FrameworkElement.FocusVisualStyle FrameworkElement.Cursor FrameworkElement.ForceCursor FrameworkElement.IsInitialized FrameworkElement.IsLoaded FrameworkElement.ToolTip FrameworkElement.ContextMenu FrameworkElement.Parent FrameworkElement.TargetUpdated FrameworkElement.SourceUpdated FrameworkElement.DataContextChanged FrameworkElement.RequestBringIntoView FrameworkElement.SizeChanged FrameworkElement.Initialized FrameworkElement.Loaded FrameworkElement.Unloaded FrameworkElement.ToolTipOpening FrameworkElement.ToolTipClosing FrameworkElement.ContextMenuOpening FrameworkElement.ContextMenuClosing UIElement.PreviewMouseDownEvent UIElement.MouseDownEvent UIElement.PreviewMouseUpEvent UIElement.MouseUpEvent UIElement.PreviewMouseLeftButtonDownEvent UIElement.MouseLeftButtonDownEvent UIElement.PreviewMouseLeftButtonUpEvent UIElement.MouseLeftButtonUpEvent UIElement.PreviewMouseRightButtonDownEvent UIElement.MouseRightButtonDownEvent UIElement.PreviewMouseRightButtonUpEvent UIElement.MouseRightButtonUpEvent UIElement.PreviewMouseMoveEvent UIElement.MouseMoveEvent UIElement.PreviewMouseWheelEvent UIElement.MouseWheelEvent UIElement.MouseEnterEvent UIElement.MouseLeaveEvent UIElement.GotMouseCaptureEvent UIElement.LostMouseCaptureEvent UIElement.QueryCursorEvent UIElement.PreviewStylusDownEvent UIElement.StylusDownEvent UIElement.PreviewStylusUpEvent UIElement.StylusUpEvent UIElement.PreviewStylusMoveEvent UIElement.StylusMoveEvent UIElement.PreviewStylusInAirMoveEvent UIElement.StylusInAirMoveEvent UIElement.StylusEnterEvent UIElement.StylusLeaveEvent UIElement.PreviewStylusInRangeEvent UIElement.StylusInRangeEvent UIElement.PreviewStylusOutOfRangeEvent UIElement.StylusOutOfRangeEvent UIElement.PreviewStylusSystemGestureEvent UIElement.StylusSystemGestureEvent UIElement.GotStylusCaptureEvent UIElement.LostStylusCaptureEvent UIElement.StylusButtonDownEvent UIElement.StylusButtonUpEvent UIElement.PreviewStylusButtonDownEvent UIElement.PreviewStylusButtonUpEvent UIElement.PreviewKeyDownEvent UIElement.KeyDownEvent UIElement.PreviewKeyUpEvent UIElement.KeyUpEvent UIElement.PreviewGotKeyboardFocusEvent UIElement.GotKeyboardFocusEvent UIElement.PreviewLostKeyboardFocusEvent UIElement.LostKeyboardFocusEvent UIElement.PreviewTextInputEvent UIElement.TextInputEvent UIElement.PreviewQueryContinueDragEvent UIElement.QueryContinueDragEvent UIElement.PreviewGiveFeedbackEvent UIElement.GiveFeedbackEvent UIElement.PreviewDragEnterEvent UIElement.DragEnterEvent UIElement.PreviewDragOverEvent UIElement.DragOverEvent UIElement.PreviewDragLeaveEvent UIElement.DragLeaveEvent UIElement.PreviewDropEvent UIElement.DropEvent UIElement.PreviewTouchDownEvent UIElement.TouchDownEvent UIElement.PreviewTouchMoveEvent UIElement.TouchMoveEvent UIElement.PreviewTouchUpEvent UIElement.TouchUpEvent UIElement.GotTouchCaptureEvent UIElement.LostTouchCaptureEvent UIElement.TouchEnterEvent UIElement.TouchLeaveEvent UIElement.IsMouseDirectlyOverProperty UIElement.IsMouseOverProperty UIElement.IsStylusOverProperty UIElement.IsKeyboardFocusWithinProperty UIElement.IsMouseCapturedProperty UIElement.IsMouseCaptureWithinProperty UIElement.IsStylusDirectlyOverProperty UIElement.IsStylusCapturedProperty UIElement.IsStylusCaptureWithinProperty UIElement.IsKeyboardFocusedProperty UIElement.AreAnyTouchesDirectlyOverProperty UIElement.AreAnyTouchesOverProperty UIElement.AreAnyTouchesCapturedProperty UIElement.AreAnyTouchesCapturedWithinProperty UIElement.AllowDropProperty UIElement.RenderTransformProperty UIElement.RenderTransformOriginProperty UIElement.OpacityProperty UIElement.OpacityMaskProperty UIElement.BitmapEffectProperty UIElement.EffectProperty UIElement.BitmapEffectInputProperty UIElement.CacheModeProperty UIElement.UidProperty UIElement.VisibilityProperty UIElement.ClipToBoundsProperty UIElement.ClipProperty UIElement.SnapsToDevicePixelsProperty UIElement.GotFocusEvent UIElement.LostFocusEvent UIElement.IsFocusedProperty UIElement.IsEnabledProperty UIElement.IsHitTestVisibleProperty UIElement.IsVisibleProperty UIElement.FocusableProperty UIElement.IsManipulationEnabledProperty UIElement.ManipulationStartingEvent UIElement.ManipulationStartedEvent UIElement.ManipulationDeltaEvent UIElement.ManipulationInertiaStartingEvent UIElement.ManipulationBoundaryFeedbackEvent UIElement.ManipulationCompletedEvent UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock) UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) UIElement.GetAnimationBaseValue(DependencyProperty) UIElement.RaiseEvent(RoutedEventArgs) UIElement.AddHandler(RoutedEvent, Delegate) UIElement.AddHandler(RoutedEvent, Delegate, bool) UIElement.RemoveHandler(RoutedEvent, Delegate) UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) UIElement.OnPreviewMouseDown(MouseButtonEventArgs) UIElement.OnMouseDown(MouseButtonEventArgs) UIElement.OnPreviewMouseUp(MouseButtonEventArgs) UIElement.OnMouseUp(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseMove(MouseEventArgs) UIElement.OnMouseMove(MouseEventArgs) UIElement.OnPreviewMouseWheel(MouseWheelEventArgs) UIElement.OnMouseWheel(MouseWheelEventArgs) UIElement.OnMouseEnter(MouseEventArgs) UIElement.OnMouseLeave(MouseEventArgs) UIElement.OnGotMouseCapture(MouseEventArgs) UIElement.OnLostMouseCapture(MouseEventArgs) UIElement.OnQueryCursor(QueryCursorEventArgs) UIElement.OnPreviewStylusDown(StylusDownEventArgs) UIElement.OnStylusDown(StylusDownEventArgs) UIElement.OnPreviewStylusUp(StylusEventArgs) UIElement.OnStylusUp(StylusEventArgs) UIElement.OnPreviewStylusMove(StylusEventArgs) UIElement.OnStylusMove(StylusEventArgs) UIElement.OnPreviewStylusInAirMove(StylusEventArgs) UIElement.OnStylusInAirMove(StylusEventArgs) UIElement.OnStylusEnter(StylusEventArgs) UIElement.OnStylusLeave(StylusEventArgs) UIElement.OnPreviewStylusInRange(StylusEventArgs) UIElement.OnStylusInRange(StylusEventArgs) UIElement.OnPreviewStylusOutOfRange(StylusEventArgs) UIElement.OnStylusOutOfRange(StylusEventArgs) UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnGotStylusCapture(StylusEventArgs) UIElement.OnLostStylusCapture(StylusEventArgs) UIElement.OnStylusButtonDown(StylusButtonEventArgs) UIElement.OnStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewKeyUp(KeyEventArgs) UIElement.OnKeyUp(KeyEventArgs) UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewTextInput(TextCompositionEventArgs) UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs) UIElement.OnGiveFeedback(GiveFeedbackEventArgs) UIElement.OnPreviewDragEnter(DragEventArgs) UIElement.OnDragEnter(DragEventArgs) UIElement.OnPreviewDragOver(DragEventArgs) UIElement.OnDragOver(DragEventArgs) UIElement.OnPreviewDragLeave(DragEventArgs) UIElement.OnDragLeave(DragEventArgs) UIElement.OnPreviewDrop(DragEventArgs) UIElement.OnDrop(DragEventArgs) UIElement.OnPreviewTouchDown(TouchEventArgs) UIElement.OnTouchDown(TouchEventArgs) UIElement.OnPreviewTouchMove(TouchEventArgs) UIElement.OnTouchMove(TouchEventArgs) UIElement.OnPreviewTouchUp(TouchEventArgs) UIElement.OnTouchUp(TouchEventArgs) UIElement.OnGotTouchCapture(TouchEventArgs) UIElement.OnLostTouchCapture(TouchEventArgs) UIElement.OnTouchEnter(TouchEventArgs) UIElement.OnTouchLeave(TouchEventArgs) UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) UIElement.InvalidateMeasure() UIElement.InvalidateArrange() UIElement.InvalidateVisual() UIElement.OnChildDesiredSizeChanged(UIElement) UIElement.Measure(Size) UIElement.Arrange(Rect) UIElement.OnRender(DrawingContext) UIElement.UpdateLayout() UIElement.TranslatePoint(Point, UIElement) UIElement.InputHitTest(Point) UIElement.CaptureMouse() UIElement.ReleaseMouseCapture() UIElement.CaptureStylus() UIElement.ReleaseStylusCapture() UIElement.Focus() UIElement.OnAccessKey(AccessKeyEventArgs) UIElement.HitTestCore(PointHitTestParameters) UIElement.HitTestCore(GeometryHitTestParameters) UIElement.OnLostFocus(RoutedEventArgs) UIElement.OnManipulationStarting(ManipulationStartingEventArgs) UIElement.OnManipulationStarted(ManipulationStartedEventArgs) UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) UIElement.CaptureTouch(TouchDevice) UIElement.ReleaseTouchCapture(TouchDevice) UIElement.ReleaseAllTouchCaptures() UIElement.HasAnimatedProperties UIElement.InputBindings UIElement.CommandBindings UIElement.AllowDrop UIElement.StylusPlugIns UIElement.DesiredSize UIElement.IsMeasureValid UIElement.IsArrangeValid UIElement.RenderSize UIElement.RenderTransform UIElement.RenderTransformOrigin UIElement.IsMouseDirectlyOver UIElement.IsMouseOver UIElement.IsStylusOver UIElement.IsKeyboardFocusWithin UIElement.IsMouseCaptured UIElement.IsMouseCaptureWithin UIElement.IsStylusDirectlyOver UIElement.IsStylusCaptured UIElement.IsStylusCaptureWithin UIElement.IsKeyboardFocused UIElement.IsInputMethodEnabled UIElement.Opacity UIElement.OpacityMask UIElement.BitmapEffect UIElement.Effect UIElement.BitmapEffectInput UIElement.CacheMode UIElement.Uid UIElement.Visibility UIElement.ClipToBounds UIElement.Clip UIElement.SnapsToDevicePixels UIElement.IsFocused UIElement.IsEnabled UIElement.IsEnabledCore UIElement.IsHitTestVisible UIElement.IsVisible UIElement.Focusable UIElement.PersistId UIElement.IsManipulationEnabled UIElement.AreAnyTouchesOver UIElement.AreAnyTouchesDirectlyOver UIElement.AreAnyTouchesCapturedWithin UIElement.AreAnyTouchesCaptured UIElement.TouchesCaptured UIElement.TouchesCapturedWithin UIElement.TouchesOver UIElement.TouchesDirectlyOver UIElement.PreviewMouseDown UIElement.MouseDown UIElement.PreviewMouseUp UIElement.MouseUp UIElement.PreviewMouseLeftButtonDown UIElement.MouseLeftButtonDown UIElement.PreviewMouseLeftButtonUp UIElement.MouseLeftButtonUp UIElement.PreviewMouseRightButtonDown UIElement.MouseRightButtonDown UIElement.PreviewMouseRightButtonUp UIElement.MouseRightButtonUp UIElement.PreviewMouseMove UIElement.MouseMove UIElement.PreviewMouseWheel UIElement.MouseWheel UIElement.MouseEnter UIElement.MouseLeave UIElement.GotMouseCapture UIElement.LostMouseCapture UIElement.QueryCursor UIElement.PreviewStylusDown UIElement.StylusDown UIElement.PreviewStylusUp UIElement.StylusUp UIElement.PreviewStylusMove UIElement.StylusMove UIElement.PreviewStylusInAirMove UIElement.StylusInAirMove UIElement.StylusEnter UIElement.StylusLeave UIElement.PreviewStylusInRange UIElement.StylusInRange UIElement.PreviewStylusOutOfRange UIElement.StylusOutOfRange UIElement.PreviewStylusSystemGesture UIElement.StylusSystemGesture UIElement.GotStylusCapture UIElement.LostStylusCapture UIElement.StylusButtonDown UIElement.StylusButtonUp UIElement.PreviewStylusButtonDown UIElement.PreviewStylusButtonUp UIElement.PreviewKeyDown UIElement.KeyDown UIElement.PreviewKeyUp UIElement.KeyUp UIElement.PreviewGotKeyboardFocus UIElement.GotKeyboardFocus UIElement.PreviewLostKeyboardFocus UIElement.LostKeyboardFocus UIElement.PreviewTextInput UIElement.TextInput UIElement.PreviewQueryContinueDrag UIElement.QueryContinueDrag UIElement.PreviewGiveFeedback UIElement.GiveFeedback UIElement.PreviewDragEnter UIElement.DragEnter UIElement.PreviewDragOver UIElement.DragOver UIElement.PreviewDragLeave UIElement.DragLeave UIElement.PreviewDrop UIElement.Drop UIElement.PreviewTouchDown UIElement.TouchDown UIElement.PreviewTouchMove UIElement.TouchMove UIElement.PreviewTouchUp UIElement.TouchUp UIElement.GotTouchCapture UIElement.LostTouchCapture UIElement.TouchEnter UIElement.TouchLeave UIElement.IsMouseDirectlyOverChanged UIElement.IsKeyboardFocusWithinChanged UIElement.IsMouseCapturedChanged UIElement.IsMouseCaptureWithinChanged UIElement.IsStylusDirectlyOverChanged UIElement.IsStylusCapturedChanged UIElement.IsStylusCaptureWithinChanged UIElement.IsKeyboardFocusedChanged UIElement.LayoutUpdated UIElement.GotFocus UIElement.LostFocus UIElement.IsEnabledChanged UIElement.IsHitTestVisibleChanged UIElement.IsVisibleChanged UIElement.FocusableChanged UIElement.ManipulationStarting UIElement.ManipulationStarted UIElement.ManipulationDelta UIElement.ManipulationInertiaStarting UIElement.ManipulationBoundaryFeedback UIElement.ManipulationCompleted Visual.AddVisualChild(Visual) Visual.RemoveVisualChild(Visual) Visual.OnVisualChildrenChanged(DependencyObject, DependencyObject) Visual.OnDpiChanged(DpiScale, DpiScale) Visual.IsAncestorOf(DependencyObject) Visual.IsDescendantOf(DependencyObject) Visual.FindCommonVisualAncestor(DependencyObject) Visual.TransformToAncestor(Visual) Visual.TransformToAncestor(Visual3D) Visual.TransformToDescendant(Visual) Visual.TransformToVisual(Visual) Visual.PointToScreen(Point) Visual.PointFromScreen(Point) Visual.VisualParent Visual.VisualTransform Visual.VisualEffect Visual.VisualBitmapEffect Visual.VisualBitmapEffectInput Visual.VisualCacheMode Visual.VisualScrollableAreaClip Visual.VisualClip Visual.VisualOffset Visual.VisualOpacity Visual.VisualEdgeMode Visual.VisualBitmapScalingMode Visual.VisualClearTypeHint Visual.VisualTextRenderingMode Visual.VisualTextHintingMode Visual.VisualOpacityMask Visual.VisualXSnappingGuidelines Visual.VisualYSnappingGuidelines DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls MenuControlComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class MenuControl : ComboBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage Constructors MenuControl() Declaration public MenuControl() Fields ImageProperty Declaration public static readonly DependencyProperty ImageProperty Field Value Type Description DependencyProperty MenuTypeProperty Declaration public static readonly DependencyProperty MenuTypeProperty Field Value Type Description DependencyProperty ParameterProperty Declaration public static readonly DependencyProperty ParameterProperty Field Value Type Description DependencyProperty ScopeProperty Declaration public static readonly DependencyProperty ScopeProperty Field Value Type Description DependencyProperty TitleProperty Declaration public static readonly DependencyProperty TitleProperty Field Value Type Description DependencyProperty Properties Image Declaration public DrawingImage Image { get; set; } Property Value Type Description DrawingImage MenuType Declaration public MenuType MenuType { get; set; } Property Value Type Description MenuType Parameter Declaration public object Parameter { get; set; } Property Value Type Description object Scope Declaration public MenuScope Scope { get; set; } Property Value Type Description MenuScope Title Declaration public string Title { get; set; } Property Value Type Description string Methods GetContainerForItemOverride() Declaration protected override DependencyObject GetContainerForItemOverride() Returns Type Description DependencyObject Overrides ComboBox.GetContainerForItemOverride() IsItemItsOwnContainerOverride(object) Declaration protected override bool IsItemItsOwnContainerOverride(object item) Parameters Type Name Description object item Returns Type Description bool Overrides ComboBox.IsItemItsOwnContainerOverride(object) OnApplyTemplate() Declaration public override void OnApplyTemplate() Overrides ComboBox.OnApplyTemplate() Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IContainItemStorage Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class MenuControl Inheritance System.Object MenuControl Namespace : Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class MenuControl : ComboBox Constructors MenuControl() Declaration public MenuControl() Fields ImageProperty Declaration public static readonly DependencyProperty ImageProperty Field Value Type Description System.Windows.DependencyProperty MenuTypeProperty Declaration public static readonly DependencyProperty MenuTypeProperty Field Value Type Description System.Windows.DependencyProperty ParameterProperty Declaration public static readonly DependencyProperty ParameterProperty Field Value Type Description System.Windows.DependencyProperty ScopeProperty Declaration public static readonly DependencyProperty ScopeProperty Field Value Type Description System.Windows.DependencyProperty TitleProperty Declaration public static readonly DependencyProperty TitleProperty Field Value Type Description System.Windows.DependencyProperty Properties Image Declaration public DrawingImage Image { get; set; } Property Value Type Description System.Windows.Media.DrawingImage MenuType Declaration public MenuType MenuType { get; set; } Property Value Type Description MenuType Parameter Declaration public object Parameter { get; set; } Property Value Type Description System.Object Scope Declaration public MenuScope Scope { get; set; } Property Value Type Description MenuScope Title Declaration public string Title { get; set; } Property Value Type Description System.String Methods GetContainerForItemOverride() Declaration protected override DependencyObject GetContainerForItemOverride() Returns Type Description System.Windows.DependencyObject IsItemItsOwnContainerOverride(Object) Declaration protected override bool IsItemItsOwnContainerOverride(object item) Parameters Type Name Description System.Object item Returns Type Description System.Boolean OnApplyTemplate() Declaration public override void OnApplyTemplate() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.html", "title": "Class MenuControlCommandModel", - "keywords": "Class MenuControlCommandModel Inheritance object MenuControlCommandModel Implements IDisposable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls MenuControlComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class MenuControlCommandModel : IDisposable Constructors MenuControlCommandModel() Declaration public MenuControlCommandModel() Properties AccesibilityName Declaration public string AccesibilityName { get; set; } Property Value Type Description string Command Declaration public ICommand Command { get; set; } Property Value Type Description ICommand CommandName Declaration public string CommandName { get; set; } Property Value Type Description string Icon Declaration public DrawingImage Icon { get; set; } Property Value Type Description DrawingImage Id Declaration public string Id { get; set; } Property Value Type Description string IsFor Declaration public IsFor IsFor { get; set; } Property Value Type Description IsFor ToolTip Declaration public string ToolTip { get; set; } Property Value Type Description string Methods Dispose() Declaration public void Dispose() Dispose(bool) Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description bool disposing Implements IDisposable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class MenuControlCommandModel Inheritance System.Object MenuControlCommandModel Implements System.IDisposable 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.Desktop.Platform.Controls.Controls.MenuControlComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class MenuControlCommandModel : IDisposable Constructors MenuControlCommandModel() Declaration public MenuControlCommandModel() Properties AccesibilityName Declaration public string AccesibilityName { get; set; } Property Value Type Description System.String Command Declaration public ICommand Command { get; set; } Property Value Type Description System.Windows.Input.ICommand CommandName Declaration public string CommandName { get; set; } Property Value Type Description System.String Icon Declaration public DrawingImage Icon { get; set; } Property Value Type Description System.Windows.Media.DrawingImage Id Declaration public string Id { get; set; } Property Value Type Description System.String IsFor Declaration public IsFor IsFor { get; set; } Property Value Type Description IsFor ToolTip Declaration public string ToolTip { get; set; } Property Value Type Description System.String Methods Dispose() Declaration public void Dispose() Dispose(Boolean) Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Implements System.IDisposable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.html", "title": "Class MenuControlCommandModelList", - "keywords": "Class MenuControlCommandModelList Inheritance object List MenuControlCommandModel MenuControlCommandModelList Implements IList MenuControlCommandModel ICollection MenuControlCommandModel IList ICollection IReadOnlyList MenuControlCommandModel IReadOnlyCollection MenuControlCommandModel IEnumerable MenuControlCommandModel IEnumerable Inherited Members List.Add(MenuControlCommandModel) List.AddRange(IEnumerable) List.AsReadOnly() List.BinarySearch(int, int, MenuControlCommandModel, IComparer) List.BinarySearch(MenuControlCommandModel) List.BinarySearch(MenuControlCommandModel, IComparer) List.Clear() List.Contains(MenuControlCommandModel) List.ConvertAll(Converter) List.CopyTo(MenuControlCommandModel[]) List.CopyTo(int, MenuControlCommandModel[], int, int) List.CopyTo(MenuControlCommandModel[], int) List.Exists(Predicate) List.Find(Predicate) List.FindAll(Predicate) List.FindIndex(Predicate) List.FindIndex(int, Predicate) List.FindIndex(int, int, Predicate) List.FindLast(Predicate) List.FindLastIndex(Predicate) List.FindLastIndex(int, Predicate) List.FindLastIndex(int, int, Predicate) List.ForEach(Action) List.GetEnumerator() List.GetRange(int, int) List.IndexOf(MenuControlCommandModel) List.IndexOf(MenuControlCommandModel, int) List.IndexOf(MenuControlCommandModel, int, int) List.Insert(int, MenuControlCommandModel) List.InsertRange(int, IEnumerable) List.LastIndexOf(MenuControlCommandModel) List.LastIndexOf(MenuControlCommandModel, int) List.LastIndexOf(MenuControlCommandModel, int, int) List.Remove(MenuControlCommandModel) List.RemoveAll(Predicate) List.RemoveAt(int) List.RemoveRange(int, int) List.Reverse() List.Reverse(int, int) List.Sort() List.Sort(IComparer) List.Sort(int, int, IComparer) List.Sort(Comparison) List.ToArray() List.TrimExcess() List.TrueForAll(Predicate) List.Capacity List.Count List.this[int] object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls MenuControlComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class MenuControlCommandModelList : List, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable Constructors MenuControlCommandModelList(string, DrawingImage) Declaration public MenuControlCommandModelList(string title, DrawingImage image) Parameters Type Name Description string title DrawingImage image Properties Image Declaration public DrawingImage Image { get; } Property Value Type Description DrawingImage Title Declaration public string Title { get; } Property Value Type Description string Implements IList ICollection IList ICollection IReadOnlyList IReadOnlyCollection IEnumerable IEnumerable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class MenuControlCommandModelList Inheritance System.Object System.Collections.Generic.List < MenuControlCommandModel > MenuControlCommandModelList Implements System.Collections.Generic.IList < MenuControlCommandModel > System.Collections.Generic.ICollection < MenuControlCommandModel > System.Collections.IList System.Collections.ICollection System.Collections.Generic.IReadOnlyList < MenuControlCommandModel > System.Collections.Generic.IReadOnlyCollection < MenuControlCommandModel > System.Collections.Generic.IEnumerable < MenuControlCommandModel > System.Collections.IEnumerable Inherited Members System.Collections.Generic.List.System.Collections.IList.get_Item(System.Int32) System.Collections.Generic.List.System.Collections.IList.set_Item(System.Int32, System.Object) System.Collections.Generic.List.Add(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel) System.Collections.Generic.List.System.Collections.IList.Add(System.Object) System.Collections.Generic.List.AddRange(System.Collections.Generic.IEnumerable) System.Collections.Generic.List.AsReadOnly() System.Collections.Generic.List.BinarySearch(System.Int32, System.Int32, Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel, System.Collections.Generic.IComparer) System.Collections.Generic.List.BinarySearch(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel) System.Collections.Generic.List.BinarySearch(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel, System.Collections.Generic.IComparer) System.Collections.Generic.List.Clear() System.Collections.Generic.List.Contains(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel) System.Collections.Generic.List.System.Collections.IList.Contains(System.Object) System.Collections.Generic.List.ConvertAll(System.Converter) System.Collections.Generic.List.CopyTo(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel[]) System.Collections.Generic.List.System.Collections.ICollection.CopyTo(System.Array, System.Int32) System.Collections.Generic.List.CopyTo(System.Int32, Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel[], System.Int32, System.Int32) System.Collections.Generic.List.CopyTo(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel[], System.Int32) System.Collections.Generic.List.Exists(System.Predicate) System.Collections.Generic.List.Find(System.Predicate) System.Collections.Generic.List.FindAll(System.Predicate) System.Collections.Generic.List.FindIndex(System.Predicate) System.Collections.Generic.List.FindIndex(System.Int32, System.Predicate) System.Collections.Generic.List.FindIndex(System.Int32, System.Int32, System.Predicate) System.Collections.Generic.List.FindLast(System.Predicate) System.Collections.Generic.List.FindLastIndex(System.Predicate) System.Collections.Generic.List.FindLastIndex(System.Int32, System.Predicate) System.Collections.Generic.List.FindLastIndex(System.Int32, System.Int32, System.Predicate) System.Collections.Generic.List.ForEach(System.Action) System.Collections.Generic.List.GetEnumerator() System.Collections.Generic.List.System.Collections.Generic.IEnumerable.GetEnumerator() System.Collections.Generic.List.System.Collections.IEnumerable.GetEnumerator() System.Collections.Generic.List.GetRange(System.Int32, System.Int32) System.Collections.Generic.List.IndexOf(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel) System.Collections.Generic.List.System.Collections.IList.IndexOf(System.Object) System.Collections.Generic.List.IndexOf(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel, System.Int32) System.Collections.Generic.List.IndexOf(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel, System.Int32, System.Int32) System.Collections.Generic.List.Insert(System.Int32, Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel) System.Collections.Generic.List.System.Collections.IList.Insert(System.Int32, System.Object) System.Collections.Generic.List.InsertRange(System.Int32, System.Collections.Generic.IEnumerable) System.Collections.Generic.List.LastIndexOf(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel) System.Collections.Generic.List.LastIndexOf(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel, System.Int32) System.Collections.Generic.List.LastIndexOf(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel, System.Int32, System.Int32) System.Collections.Generic.List.Remove(Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel) System.Collections.Generic.List.System.Collections.IList.Remove(System.Object) System.Collections.Generic.List.RemoveAll(System.Predicate) System.Collections.Generic.List.RemoveAt(System.Int32) System.Collections.Generic.List.RemoveRange(System.Int32, System.Int32) System.Collections.Generic.List.Reverse() System.Collections.Generic.List.Reverse(System.Int32, System.Int32) System.Collections.Generic.List.Sort() System.Collections.Generic.List.Sort(System.Collections.Generic.IComparer) System.Collections.Generic.List.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer) System.Collections.Generic.List.Sort(System.Comparison) System.Collections.Generic.List.ToArray() System.Collections.Generic.List.TrimExcess() System.Collections.Generic.List.TrueForAll(System.Predicate) System.Collections.Generic.List.Capacity System.Collections.Generic.List.Count System.Collections.Generic.List.System.Collections.IList.IsFixedSize System.Collections.Generic.List.System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.List.System.Collections.IList.IsReadOnly System.Collections.Generic.List.System.Collections.ICollection.IsSynchronized System.Collections.Generic.List.System.Collections.ICollection.SyncRoot System.Collections.Generic.List.Item[System.Int32] System.Collections.Generic.List.System.Collections.IList.Item[System.Int32] 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.Desktop.Platform.Controls.Controls.MenuControlComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class MenuControlCommandModelList : List, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable Constructors MenuControlCommandModelList(String, DrawingImage) Declaration public MenuControlCommandModelList(string title, DrawingImage image) Parameters Type Name Description System.String title System.Windows.Media.DrawingImage image Properties Image Declaration public DrawingImage Image { get; } Property Value Type Description System.Windows.Media.DrawingImage Title Declaration public string Title { get; } Property Value Type Description System.String Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.IList System.Collections.ICollection System.Collections.Generic.IReadOnlyList System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.html", "title": "Class MenuItemControl", - "keywords": "Class MenuItemControl Inheritance object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl ListBoxItem ComboBoxItem MenuItemControl Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild Inherited Members ComboBoxItem.IsHighlightedProperty ComboBoxItem.OnMouseLeftButtonDown(MouseButtonEventArgs) ComboBoxItem.OnMouseLeftButtonUp(MouseButtonEventArgs) ComboBoxItem.OnMouseEnter(MouseEventArgs) ComboBoxItem.OnContentChanged(object, object) ComboBoxItem.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) ComboBoxItem.IsHighlighted ListBoxItem.IsSelectedProperty ListBoxItem.SelectedEvent ListBoxItem.UnselectedEvent ListBoxItem.OnSelected(RoutedEventArgs) ListBoxItem.OnUnselected(RoutedEventArgs) ListBoxItem.OnCreateAutomationPeer() ListBoxItem.OnMouseRightButtonDown(MouseButtonEventArgs) ListBoxItem.OnMouseLeave(MouseEventArgs) ListBoxItem.OnVisualParentChanged(DependencyObject) ListBoxItem.IsSelected ListBoxItem.Selected ListBoxItem.Unselected ContentControl.ContentProperty ContentControl.HasContentProperty ContentControl.ContentTemplateProperty ContentControl.ContentTemplateSelectorProperty ContentControl.ContentStringFormatProperty ContentControl.AddChild(object) ContentControl.AddText(string) ContentControl.OnContentTemplateChanged(DataTemplate, DataTemplate) ContentControl.OnContentTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector) ContentControl.OnContentStringFormatChanged(string, string) ContentControl.LogicalChildren ContentControl.Content ContentControl.HasContent ContentControl.ContentTemplate ContentControl.ContentTemplateSelector ContentControl.ContentStringFormat Control.BorderBrushProperty Control.BorderThicknessProperty Control.BackgroundProperty Control.ForegroundProperty Control.FontFamilyProperty Control.FontSizeProperty Control.FontStretchProperty Control.FontStyleProperty Control.FontWeightProperty Control.HorizontalContentAlignmentProperty Control.VerticalContentAlignmentProperty Control.TabIndexProperty Control.IsTabStopProperty Control.PaddingProperty Control.TemplateProperty Control.PreviewMouseDoubleClickEvent Control.MouseDoubleClickEvent Control.OnTemplateChanged(ControlTemplate, ControlTemplate) Control.ToString() Control.OnPreviewMouseDoubleClick(MouseButtonEventArgs) Control.OnMouseDoubleClick(MouseButtonEventArgs) Control.MeasureOverride(Size) Control.ArrangeOverride(Size) Control.BorderBrush Control.BorderThickness Control.Background Control.Foreground Control.FontFamily Control.FontSize Control.FontStretch Control.FontStyle Control.FontWeight Control.HorizontalContentAlignment Control.VerticalContentAlignment Control.TabIndex Control.IsTabStop Control.Padding Control.Template Control.HandlesScrolling Control.PreviewMouseDoubleClick Control.MouseDoubleClick FrameworkElement.StyleProperty FrameworkElement.OverridesDefaultStyleProperty FrameworkElement.UseLayoutRoundingProperty FrameworkElement.DefaultStyleKeyProperty FrameworkElement.DataContextProperty FrameworkElement.BindingGroupProperty FrameworkElement.LanguageProperty FrameworkElement.NameProperty FrameworkElement.TagProperty FrameworkElement.InputScopeProperty FrameworkElement.RequestBringIntoViewEvent FrameworkElement.SizeChangedEvent FrameworkElement.ActualWidthProperty FrameworkElement.ActualHeightProperty FrameworkElement.LayoutTransformProperty FrameworkElement.WidthProperty FrameworkElement.MinWidthProperty FrameworkElement.MaxWidthProperty FrameworkElement.HeightProperty FrameworkElement.MinHeightProperty FrameworkElement.MaxHeightProperty FrameworkElement.FlowDirectionProperty FrameworkElement.MarginProperty FrameworkElement.HorizontalAlignmentProperty FrameworkElement.VerticalAlignmentProperty FrameworkElement.FocusVisualStyleProperty FrameworkElement.CursorProperty FrameworkElement.ForceCursorProperty FrameworkElement.LoadedEvent FrameworkElement.UnloadedEvent FrameworkElement.ToolTipProperty FrameworkElement.ContextMenuProperty FrameworkElement.ToolTipOpeningEvent FrameworkElement.ToolTipClosingEvent FrameworkElement.ContextMenuOpeningEvent FrameworkElement.ContextMenuClosingEvent FrameworkElement.OnStyleChanged(Style, Style) FrameworkElement.ParentLayoutInvalidated(UIElement) FrameworkElement.ApplyTemplate() FrameworkElement.OnApplyTemplate() FrameworkElement.BeginStoryboard(Storyboard) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool) FrameworkElement.GetVisualChild(int) FrameworkElement.GetTemplateChild(string) FrameworkElement.FindResource(object) FrameworkElement.TryFindResource(object) FrameworkElement.SetResourceReference(DependencyProperty, object) FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs) FrameworkElement.GetBindingExpression(DependencyProperty) FrameworkElement.SetBinding(DependencyProperty, BindingBase) FrameworkElement.SetBinding(DependencyProperty, string) FrameworkElement.GetUIParentCore() FrameworkElement.BringIntoView() FrameworkElement.BringIntoView(Rect) FrameworkElement.GetFlowDirection(DependencyObject) FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) FrameworkElement.MeasureCore(Size) FrameworkElement.ArrangeCore(Rect) FrameworkElement.OnRenderSizeChanged(SizeChangedInfo) FrameworkElement.GetLayoutClip(Size) FrameworkElement.MoveFocus(TraversalRequest) FrameworkElement.PredictFocus(FocusNavigationDirection) FrameworkElement.OnGotFocus(RoutedEventArgs) FrameworkElement.BeginInit() FrameworkElement.EndInit() FrameworkElement.OnInitialized(EventArgs) FrameworkElement.OnToolTipOpening(ToolTipEventArgs) FrameworkElement.OnToolTipClosing(ToolTipEventArgs) FrameworkElement.OnContextMenuOpening(ContextMenuEventArgs) FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs) FrameworkElement.RegisterName(string, object) FrameworkElement.UnregisterName(string) FrameworkElement.FindName(string) FrameworkElement.UpdateDefaultStyle() FrameworkElement.AddLogicalChild(object) FrameworkElement.RemoveLogicalChild(object) FrameworkElement.Style FrameworkElement.OverridesDefaultStyle FrameworkElement.UseLayoutRounding FrameworkElement.DefaultStyleKey FrameworkElement.Triggers FrameworkElement.TemplatedParent FrameworkElement.VisualChildrenCount FrameworkElement.Resources FrameworkElement.InheritanceBehavior FrameworkElement.DataContext FrameworkElement.BindingGroup FrameworkElement.Language FrameworkElement.Name FrameworkElement.Tag FrameworkElement.InputScope FrameworkElement.ActualWidth FrameworkElement.ActualHeight FrameworkElement.LayoutTransform FrameworkElement.Width FrameworkElement.MinWidth FrameworkElement.MaxWidth FrameworkElement.Height FrameworkElement.MinHeight FrameworkElement.MaxHeight FrameworkElement.FlowDirection FrameworkElement.Margin FrameworkElement.HorizontalAlignment FrameworkElement.VerticalAlignment FrameworkElement.FocusVisualStyle FrameworkElement.Cursor FrameworkElement.ForceCursor FrameworkElement.IsInitialized FrameworkElement.IsLoaded FrameworkElement.ToolTip FrameworkElement.ContextMenu FrameworkElement.Parent FrameworkElement.TargetUpdated FrameworkElement.SourceUpdated FrameworkElement.DataContextChanged FrameworkElement.RequestBringIntoView FrameworkElement.SizeChanged FrameworkElement.Initialized FrameworkElement.Loaded FrameworkElement.Unloaded FrameworkElement.ToolTipOpening FrameworkElement.ToolTipClosing FrameworkElement.ContextMenuOpening FrameworkElement.ContextMenuClosing UIElement.PreviewMouseDownEvent UIElement.MouseDownEvent UIElement.PreviewMouseUpEvent UIElement.MouseUpEvent UIElement.PreviewMouseLeftButtonDownEvent UIElement.MouseLeftButtonDownEvent UIElement.PreviewMouseLeftButtonUpEvent UIElement.MouseLeftButtonUpEvent UIElement.PreviewMouseRightButtonDownEvent UIElement.MouseRightButtonDownEvent UIElement.PreviewMouseRightButtonUpEvent UIElement.MouseRightButtonUpEvent UIElement.PreviewMouseMoveEvent UIElement.MouseMoveEvent UIElement.PreviewMouseWheelEvent UIElement.MouseWheelEvent UIElement.MouseEnterEvent UIElement.MouseLeaveEvent UIElement.GotMouseCaptureEvent UIElement.LostMouseCaptureEvent UIElement.QueryCursorEvent UIElement.PreviewStylusDownEvent UIElement.StylusDownEvent UIElement.PreviewStylusUpEvent UIElement.StylusUpEvent UIElement.PreviewStylusMoveEvent UIElement.StylusMoveEvent UIElement.PreviewStylusInAirMoveEvent UIElement.StylusInAirMoveEvent UIElement.StylusEnterEvent UIElement.StylusLeaveEvent UIElement.PreviewStylusInRangeEvent UIElement.StylusInRangeEvent UIElement.PreviewStylusOutOfRangeEvent UIElement.StylusOutOfRangeEvent UIElement.PreviewStylusSystemGestureEvent UIElement.StylusSystemGestureEvent UIElement.GotStylusCaptureEvent UIElement.LostStylusCaptureEvent UIElement.StylusButtonDownEvent UIElement.StylusButtonUpEvent UIElement.PreviewStylusButtonDownEvent UIElement.PreviewStylusButtonUpEvent UIElement.PreviewKeyDownEvent UIElement.KeyDownEvent UIElement.PreviewKeyUpEvent UIElement.KeyUpEvent UIElement.PreviewGotKeyboardFocusEvent UIElement.GotKeyboardFocusEvent UIElement.PreviewLostKeyboardFocusEvent UIElement.LostKeyboardFocusEvent UIElement.PreviewTextInputEvent UIElement.TextInputEvent UIElement.PreviewQueryContinueDragEvent UIElement.QueryContinueDragEvent UIElement.PreviewGiveFeedbackEvent UIElement.GiveFeedbackEvent UIElement.PreviewDragEnterEvent UIElement.DragEnterEvent UIElement.PreviewDragOverEvent UIElement.DragOverEvent UIElement.PreviewDragLeaveEvent UIElement.DragLeaveEvent UIElement.PreviewDropEvent UIElement.DropEvent UIElement.PreviewTouchDownEvent UIElement.TouchDownEvent UIElement.PreviewTouchMoveEvent UIElement.TouchMoveEvent UIElement.PreviewTouchUpEvent UIElement.TouchUpEvent UIElement.GotTouchCaptureEvent UIElement.LostTouchCaptureEvent UIElement.TouchEnterEvent UIElement.TouchLeaveEvent UIElement.IsMouseDirectlyOverProperty UIElement.IsMouseOverProperty UIElement.IsStylusOverProperty UIElement.IsKeyboardFocusWithinProperty UIElement.IsMouseCapturedProperty UIElement.IsMouseCaptureWithinProperty UIElement.IsStylusDirectlyOverProperty UIElement.IsStylusCapturedProperty UIElement.IsStylusCaptureWithinProperty UIElement.IsKeyboardFocusedProperty UIElement.AreAnyTouchesDirectlyOverProperty UIElement.AreAnyTouchesOverProperty UIElement.AreAnyTouchesCapturedProperty UIElement.AreAnyTouchesCapturedWithinProperty UIElement.AllowDropProperty UIElement.RenderTransformProperty UIElement.RenderTransformOriginProperty UIElement.OpacityProperty UIElement.OpacityMaskProperty UIElement.BitmapEffectProperty UIElement.EffectProperty UIElement.BitmapEffectInputProperty UIElement.CacheModeProperty UIElement.UidProperty UIElement.VisibilityProperty UIElement.ClipToBoundsProperty UIElement.ClipProperty UIElement.SnapsToDevicePixelsProperty UIElement.GotFocusEvent UIElement.LostFocusEvent UIElement.IsFocusedProperty UIElement.IsEnabledProperty UIElement.IsHitTestVisibleProperty UIElement.IsVisibleProperty UIElement.FocusableProperty UIElement.IsManipulationEnabledProperty UIElement.ManipulationStartingEvent UIElement.ManipulationStartedEvent UIElement.ManipulationDeltaEvent UIElement.ManipulationInertiaStartingEvent UIElement.ManipulationBoundaryFeedbackEvent UIElement.ManipulationCompletedEvent UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock) UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) UIElement.GetAnimationBaseValue(DependencyProperty) UIElement.RaiseEvent(RoutedEventArgs) UIElement.AddHandler(RoutedEvent, Delegate) UIElement.AddHandler(RoutedEvent, Delegate, bool) UIElement.RemoveHandler(RoutedEvent, Delegate) UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) UIElement.OnPreviewMouseDown(MouseButtonEventArgs) UIElement.OnMouseDown(MouseButtonEventArgs) UIElement.OnPreviewMouseUp(MouseButtonEventArgs) UIElement.OnMouseUp(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseMove(MouseEventArgs) UIElement.OnMouseMove(MouseEventArgs) UIElement.OnPreviewMouseWheel(MouseWheelEventArgs) UIElement.OnMouseWheel(MouseWheelEventArgs) UIElement.OnGotMouseCapture(MouseEventArgs) UIElement.OnLostMouseCapture(MouseEventArgs) UIElement.OnQueryCursor(QueryCursorEventArgs) UIElement.OnPreviewStylusDown(StylusDownEventArgs) UIElement.OnStylusDown(StylusDownEventArgs) UIElement.OnPreviewStylusUp(StylusEventArgs) UIElement.OnStylusUp(StylusEventArgs) UIElement.OnPreviewStylusMove(StylusEventArgs) UIElement.OnStylusMove(StylusEventArgs) UIElement.OnPreviewStylusInAirMove(StylusEventArgs) UIElement.OnStylusInAirMove(StylusEventArgs) UIElement.OnStylusEnter(StylusEventArgs) UIElement.OnStylusLeave(StylusEventArgs) UIElement.OnPreviewStylusInRange(StylusEventArgs) UIElement.OnStylusInRange(StylusEventArgs) UIElement.OnPreviewStylusOutOfRange(StylusEventArgs) UIElement.OnStylusOutOfRange(StylusEventArgs) UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnGotStylusCapture(StylusEventArgs) UIElement.OnLostStylusCapture(StylusEventArgs) UIElement.OnStylusButtonDown(StylusButtonEventArgs) UIElement.OnStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs) UIElement.OnKeyDown(KeyEventArgs) UIElement.OnPreviewKeyUp(KeyEventArgs) UIElement.OnKeyUp(KeyEventArgs) UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewTextInput(TextCompositionEventArgs) UIElement.OnTextInput(TextCompositionEventArgs) UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs) UIElement.OnGiveFeedback(GiveFeedbackEventArgs) UIElement.OnPreviewDragEnter(DragEventArgs) UIElement.OnDragEnter(DragEventArgs) UIElement.OnPreviewDragOver(DragEventArgs) UIElement.OnDragOver(DragEventArgs) UIElement.OnPreviewDragLeave(DragEventArgs) UIElement.OnDragLeave(DragEventArgs) UIElement.OnPreviewDrop(DragEventArgs) UIElement.OnDrop(DragEventArgs) UIElement.OnPreviewTouchDown(TouchEventArgs) UIElement.OnTouchDown(TouchEventArgs) UIElement.OnPreviewTouchMove(TouchEventArgs) UIElement.OnTouchMove(TouchEventArgs) UIElement.OnPreviewTouchUp(TouchEventArgs) UIElement.OnTouchUp(TouchEventArgs) UIElement.OnGotTouchCapture(TouchEventArgs) UIElement.OnLostTouchCapture(TouchEventArgs) UIElement.OnTouchEnter(TouchEventArgs) UIElement.OnTouchLeave(TouchEventArgs) UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) UIElement.InvalidateMeasure() UIElement.InvalidateArrange() UIElement.InvalidateVisual() UIElement.OnChildDesiredSizeChanged(UIElement) UIElement.Measure(Size) UIElement.Arrange(Rect) UIElement.OnRender(DrawingContext) UIElement.UpdateLayout() UIElement.TranslatePoint(Point, UIElement) UIElement.InputHitTest(Point) UIElement.CaptureMouse() UIElement.ReleaseMouseCapture() UIElement.CaptureStylus() UIElement.ReleaseStylusCapture() UIElement.Focus() UIElement.OnAccessKey(AccessKeyEventArgs) UIElement.HitTestCore(PointHitTestParameters) UIElement.HitTestCore(GeometryHitTestParameters) UIElement.OnLostFocus(RoutedEventArgs) UIElement.OnManipulationStarting(ManipulationStartingEventArgs) UIElement.OnManipulationStarted(ManipulationStartedEventArgs) UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) UIElement.CaptureTouch(TouchDevice) UIElement.ReleaseTouchCapture(TouchDevice) UIElement.ReleaseAllTouchCaptures() UIElement.HasAnimatedProperties UIElement.InputBindings UIElement.CommandBindings UIElement.AllowDrop UIElement.StylusPlugIns UIElement.DesiredSize UIElement.IsMeasureValid UIElement.IsArrangeValid UIElement.RenderSize UIElement.RenderTransform UIElement.RenderTransformOrigin UIElement.IsMouseDirectlyOver UIElement.IsMouseOver UIElement.IsStylusOver UIElement.IsKeyboardFocusWithin UIElement.IsMouseCaptured UIElement.IsMouseCaptureWithin UIElement.IsStylusDirectlyOver UIElement.IsStylusCaptured UIElement.IsStylusCaptureWithin UIElement.IsKeyboardFocused UIElement.IsInputMethodEnabled UIElement.Opacity UIElement.OpacityMask UIElement.BitmapEffect UIElement.Effect UIElement.BitmapEffectInput UIElement.CacheMode UIElement.Uid UIElement.Visibility UIElement.ClipToBounds UIElement.Clip UIElement.SnapsToDevicePixels UIElement.HasEffectiveKeyboardFocus UIElement.IsFocused UIElement.IsEnabled UIElement.IsEnabledCore UIElement.IsHitTestVisible UIElement.IsVisible UIElement.Focusable UIElement.PersistId UIElement.IsManipulationEnabled UIElement.AreAnyTouchesOver UIElement.AreAnyTouchesDirectlyOver UIElement.AreAnyTouchesCapturedWithin UIElement.AreAnyTouchesCaptured UIElement.TouchesCaptured UIElement.TouchesCapturedWithin UIElement.TouchesOver UIElement.TouchesDirectlyOver UIElement.PreviewMouseDown UIElement.MouseDown UIElement.PreviewMouseUp UIElement.MouseUp UIElement.PreviewMouseLeftButtonDown UIElement.MouseLeftButtonDown UIElement.PreviewMouseLeftButtonUp UIElement.MouseLeftButtonUp UIElement.PreviewMouseRightButtonDown UIElement.MouseRightButtonDown UIElement.PreviewMouseRightButtonUp UIElement.MouseRightButtonUp UIElement.PreviewMouseMove UIElement.MouseMove UIElement.PreviewMouseWheel UIElement.MouseWheel UIElement.MouseEnter UIElement.MouseLeave UIElement.GotMouseCapture UIElement.LostMouseCapture UIElement.QueryCursor UIElement.PreviewStylusDown UIElement.StylusDown UIElement.PreviewStylusUp UIElement.StylusUp UIElement.PreviewStylusMove UIElement.StylusMove UIElement.PreviewStylusInAirMove UIElement.StylusInAirMove UIElement.StylusEnter UIElement.StylusLeave UIElement.PreviewStylusInRange UIElement.StylusInRange UIElement.PreviewStylusOutOfRange UIElement.StylusOutOfRange UIElement.PreviewStylusSystemGesture UIElement.StylusSystemGesture UIElement.GotStylusCapture UIElement.LostStylusCapture UIElement.StylusButtonDown UIElement.StylusButtonUp UIElement.PreviewStylusButtonDown UIElement.PreviewStylusButtonUp UIElement.PreviewKeyDown UIElement.KeyDown UIElement.PreviewKeyUp UIElement.KeyUp UIElement.PreviewGotKeyboardFocus UIElement.GotKeyboardFocus UIElement.PreviewLostKeyboardFocus UIElement.LostKeyboardFocus UIElement.PreviewTextInput UIElement.TextInput UIElement.PreviewQueryContinueDrag UIElement.QueryContinueDrag UIElement.PreviewGiveFeedback UIElement.GiveFeedback UIElement.PreviewDragEnter UIElement.DragEnter UIElement.PreviewDragOver UIElement.DragOver UIElement.PreviewDragLeave UIElement.DragLeave UIElement.PreviewDrop UIElement.Drop UIElement.PreviewTouchDown UIElement.TouchDown UIElement.PreviewTouchMove UIElement.TouchMove UIElement.PreviewTouchUp UIElement.TouchUp UIElement.GotTouchCapture UIElement.LostTouchCapture UIElement.TouchEnter UIElement.TouchLeave UIElement.IsMouseDirectlyOverChanged UIElement.IsKeyboardFocusWithinChanged UIElement.IsMouseCapturedChanged UIElement.IsMouseCaptureWithinChanged UIElement.IsStylusDirectlyOverChanged UIElement.IsStylusCapturedChanged UIElement.IsStylusCaptureWithinChanged UIElement.IsKeyboardFocusedChanged UIElement.LayoutUpdated UIElement.GotFocus UIElement.LostFocus UIElement.IsEnabledChanged UIElement.IsHitTestVisibleChanged UIElement.IsVisibleChanged UIElement.FocusableChanged UIElement.ManipulationStarting UIElement.ManipulationStarted UIElement.ManipulationDelta UIElement.ManipulationInertiaStarting UIElement.ManipulationBoundaryFeedback UIElement.ManipulationCompleted Visual.AddVisualChild(Visual) Visual.RemoveVisualChild(Visual) Visual.OnVisualChildrenChanged(DependencyObject, DependencyObject) Visual.OnDpiChanged(DpiScale, DpiScale) Visual.IsAncestorOf(DependencyObject) Visual.IsDescendantOf(DependencyObject) Visual.FindCommonVisualAncestor(DependencyObject) Visual.TransformToAncestor(Visual) Visual.TransformToAncestor(Visual3D) Visual.TransformToDescendant(Visual) Visual.TransformToVisual(Visual) Visual.PointToScreen(Point) Visual.PointFromScreen(Point) Visual.VisualParent Visual.VisualTransform Visual.VisualEffect Visual.VisualBitmapEffect Visual.VisualBitmapEffectInput Visual.VisualCacheMode Visual.VisualScrollableAreaClip Visual.VisualClip Visual.VisualOffset Visual.VisualOpacity Visual.VisualEdgeMode Visual.VisualBitmapScalingMode Visual.VisualClearTypeHint Visual.VisualTextRenderingMode Visual.VisualTextHintingMode Visual.VisualOpacityMask Visual.VisualXSnappingGuidelines Visual.VisualYSnappingGuidelines DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls MenuControlComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class MenuItemControl : ComboBoxItem, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild Constructors MenuItemControl() Declaration public MenuItemControl() Fields CommandParameterProperty Declaration public static readonly DependencyProperty CommandParameterProperty Field Value Type Description DependencyProperty CommandProperty Declaration public static readonly DependencyProperty CommandProperty Field Value Type Description DependencyProperty IconProperty Declaration public static readonly DependencyProperty IconProperty Field Value Type Description DependencyProperty TextProperty Declaration public static readonly DependencyProperty TextProperty Field Value Type Description DependencyProperty Properties Command Declaration public ICommand Command { get; set; } Property Value Type Description ICommand CommandParameter Declaration public object CommandParameter { get; set; } Property Value Type Description object Icon Declaration public DrawingImage Icon { get; set; } Property Value Type Description DrawingImage Text Declaration public string Text { get; set; } Property Value Type Description string Methods OnPreviewKeyDown(KeyEventArgs) Declaration protected override void OnPreviewKeyDown(KeyEventArgs e) Parameters Type Name Description KeyEventArgs e Overrides UIElement.OnPreviewKeyDown(KeyEventArgs) OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) Declaration protected override void OnPreviewMouseLeftButtonDown(MouseButtonEventArgs e) Parameters Type Name Description MouseButtonEventArgs e Overrides UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class MenuItemControl Inheritance System.Object MenuItemControl Namespace : Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class MenuItemControl : ComboBoxItem Constructors MenuItemControl() Declaration public MenuItemControl() Fields CommandParameterProperty Declaration public static readonly DependencyProperty CommandParameterProperty Field Value Type Description System.Windows.DependencyProperty CommandProperty Declaration public static readonly DependencyProperty CommandProperty Field Value Type Description System.Windows.DependencyProperty IconProperty Declaration public static readonly DependencyProperty IconProperty Field Value Type Description System.Windows.DependencyProperty TextProperty Declaration public static readonly DependencyProperty TextProperty Field Value Type Description System.Windows.DependencyProperty Properties Command Declaration public ICommand Command { get; set; } Property Value Type Description System.Windows.Input.ICommand CommandParameter Declaration public object CommandParameter { get; set; } Property Value Type Description System.Object Icon Declaration public DrawingImage Icon { get; set; } Property Value Type Description System.Windows.Media.DrawingImage Text Declaration public string Text { get; set; } Property Value Type Description System.String Methods OnPreviewKeyDown(KeyEventArgs) Declaration protected override void OnPreviewKeyDown(KeyEventArgs e) Parameters Type Name Description System.Windows.Input.KeyEventArgs e OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) Declaration protected override void OnPreviewMouseLeftButtonDown(MouseButtonEventArgs e) Parameters Type Name Description System.Windows.Input.MouseButtonEventArgs e Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuScope.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuScope.html", "title": "Enum MenuScope", - "keywords": "Enum MenuScope Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls MenuControlComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public enum MenuScope Fields Name Description Files General NewProject Project Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Enum MenuScope Namespace : Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public enum MenuScope Fields Name Description Files General NewProject Project Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuType.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuType.html", "title": "Enum MenuType", - "keywords": "Enum MenuType Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls MenuControlComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public enum MenuType Fields Name Description Burger Button FilesButton Toggle Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Enum MenuType Namespace : Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public enum MenuType Fields Name Description Burger Button FilesButton Toggle Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html", "title": "Class NumericUpDown", - "keywords": "Class NumericUpDown Represents a Windows spin box (also known as an up-down control) that displays numeric values. Inheritance object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control NumericUpDown Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient Inherited Members Control.BorderBrushProperty Control.BorderThicknessProperty Control.BackgroundProperty Control.ForegroundProperty Control.FontFamilyProperty Control.FontSizeProperty Control.FontStretchProperty Control.FontStyleProperty Control.FontWeightProperty Control.HorizontalContentAlignmentProperty Control.VerticalContentAlignmentProperty Control.TabIndexProperty Control.IsTabStopProperty Control.PaddingProperty Control.TemplateProperty Control.PreviewMouseDoubleClickEvent Control.MouseDoubleClickEvent Control.OnTemplateChanged(ControlTemplate, ControlTemplate) Control.ToString() Control.OnPreviewMouseDoubleClick(MouseButtonEventArgs) Control.OnMouseDoubleClick(MouseButtonEventArgs) Control.MeasureOverride(Size) Control.ArrangeOverride(Size) Control.BorderBrush Control.BorderThickness Control.Background Control.Foreground Control.FontFamily Control.FontSize Control.FontStretch Control.FontStyle Control.FontWeight Control.HorizontalContentAlignment Control.VerticalContentAlignment Control.TabIndex Control.IsTabStop Control.Padding Control.Template Control.HandlesScrolling Control.PreviewMouseDoubleClick Control.MouseDoubleClick FrameworkElement.StyleProperty FrameworkElement.OverridesDefaultStyleProperty FrameworkElement.UseLayoutRoundingProperty FrameworkElement.DefaultStyleKeyProperty FrameworkElement.DataContextProperty FrameworkElement.BindingGroupProperty FrameworkElement.LanguageProperty FrameworkElement.NameProperty FrameworkElement.TagProperty FrameworkElement.InputScopeProperty FrameworkElement.RequestBringIntoViewEvent FrameworkElement.SizeChangedEvent FrameworkElement.ActualWidthProperty FrameworkElement.ActualHeightProperty FrameworkElement.LayoutTransformProperty FrameworkElement.WidthProperty FrameworkElement.MinWidthProperty FrameworkElement.MaxWidthProperty FrameworkElement.HeightProperty FrameworkElement.MinHeightProperty FrameworkElement.MaxHeightProperty FrameworkElement.FlowDirectionProperty FrameworkElement.MarginProperty FrameworkElement.HorizontalAlignmentProperty FrameworkElement.VerticalAlignmentProperty FrameworkElement.FocusVisualStyleProperty FrameworkElement.CursorProperty FrameworkElement.ForceCursorProperty FrameworkElement.LoadedEvent FrameworkElement.UnloadedEvent FrameworkElement.ToolTipProperty FrameworkElement.ContextMenuProperty FrameworkElement.ToolTipOpeningEvent FrameworkElement.ToolTipClosingEvent FrameworkElement.ContextMenuOpeningEvent FrameworkElement.ContextMenuClosingEvent FrameworkElement.OnStyleChanged(Style, Style) FrameworkElement.ParentLayoutInvalidated(UIElement) FrameworkElement.ApplyTemplate() FrameworkElement.BeginStoryboard(Storyboard) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool) FrameworkElement.GetVisualChild(int) FrameworkElement.GetTemplateChild(string) FrameworkElement.FindResource(object) FrameworkElement.TryFindResource(object) FrameworkElement.SetResourceReference(DependencyProperty, object) FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs) FrameworkElement.OnVisualParentChanged(DependencyObject) FrameworkElement.GetBindingExpression(DependencyProperty) FrameworkElement.SetBinding(DependencyProperty, BindingBase) FrameworkElement.SetBinding(DependencyProperty, string) FrameworkElement.GetUIParentCore() FrameworkElement.BringIntoView() FrameworkElement.BringIntoView(Rect) FrameworkElement.GetFlowDirection(DependencyObject) FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) FrameworkElement.MeasureCore(Size) FrameworkElement.ArrangeCore(Rect) FrameworkElement.OnRenderSizeChanged(SizeChangedInfo) FrameworkElement.GetLayoutClip(Size) FrameworkElement.MoveFocus(TraversalRequest) FrameworkElement.PredictFocus(FocusNavigationDirection) FrameworkElement.OnGotFocus(RoutedEventArgs) FrameworkElement.BeginInit() FrameworkElement.EndInit() FrameworkElement.OnInitialized(EventArgs) FrameworkElement.OnToolTipOpening(ToolTipEventArgs) FrameworkElement.OnToolTipClosing(ToolTipEventArgs) FrameworkElement.OnContextMenuOpening(ContextMenuEventArgs) FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs) FrameworkElement.RegisterName(string, object) FrameworkElement.UnregisterName(string) FrameworkElement.FindName(string) FrameworkElement.UpdateDefaultStyle() FrameworkElement.AddLogicalChild(object) FrameworkElement.RemoveLogicalChild(object) FrameworkElement.Style FrameworkElement.OverridesDefaultStyle FrameworkElement.UseLayoutRounding FrameworkElement.DefaultStyleKey FrameworkElement.Triggers FrameworkElement.TemplatedParent FrameworkElement.VisualChildrenCount FrameworkElement.Resources FrameworkElement.InheritanceBehavior FrameworkElement.DataContext FrameworkElement.BindingGroup FrameworkElement.Language FrameworkElement.Name FrameworkElement.Tag FrameworkElement.InputScope FrameworkElement.ActualWidth FrameworkElement.ActualHeight FrameworkElement.LayoutTransform FrameworkElement.Width FrameworkElement.MinWidth FrameworkElement.MaxWidth FrameworkElement.Height FrameworkElement.MinHeight FrameworkElement.MaxHeight FrameworkElement.FlowDirection FrameworkElement.Margin FrameworkElement.HorizontalAlignment FrameworkElement.VerticalAlignment FrameworkElement.FocusVisualStyle FrameworkElement.Cursor FrameworkElement.ForceCursor FrameworkElement.IsInitialized FrameworkElement.IsLoaded FrameworkElement.ToolTip FrameworkElement.ContextMenu FrameworkElement.Parent FrameworkElement.LogicalChildren FrameworkElement.TargetUpdated FrameworkElement.SourceUpdated FrameworkElement.DataContextChanged FrameworkElement.RequestBringIntoView FrameworkElement.SizeChanged FrameworkElement.Initialized FrameworkElement.Loaded FrameworkElement.Unloaded FrameworkElement.ToolTipOpening FrameworkElement.ToolTipClosing FrameworkElement.ContextMenuOpening FrameworkElement.ContextMenuClosing UIElement.PreviewMouseDownEvent UIElement.MouseDownEvent UIElement.PreviewMouseUpEvent UIElement.MouseUpEvent UIElement.PreviewMouseLeftButtonDownEvent UIElement.MouseLeftButtonDownEvent UIElement.PreviewMouseLeftButtonUpEvent UIElement.MouseLeftButtonUpEvent UIElement.PreviewMouseRightButtonDownEvent UIElement.MouseRightButtonDownEvent UIElement.PreviewMouseRightButtonUpEvent UIElement.MouseRightButtonUpEvent UIElement.PreviewMouseMoveEvent UIElement.MouseMoveEvent UIElement.PreviewMouseWheelEvent UIElement.MouseWheelEvent UIElement.MouseEnterEvent UIElement.MouseLeaveEvent UIElement.GotMouseCaptureEvent UIElement.LostMouseCaptureEvent UIElement.QueryCursorEvent UIElement.PreviewStylusDownEvent UIElement.StylusDownEvent UIElement.PreviewStylusUpEvent UIElement.StylusUpEvent UIElement.PreviewStylusMoveEvent UIElement.StylusMoveEvent UIElement.PreviewStylusInAirMoveEvent UIElement.StylusInAirMoveEvent UIElement.StylusEnterEvent UIElement.StylusLeaveEvent UIElement.PreviewStylusInRangeEvent UIElement.StylusInRangeEvent UIElement.PreviewStylusOutOfRangeEvent UIElement.StylusOutOfRangeEvent UIElement.PreviewStylusSystemGestureEvent UIElement.StylusSystemGestureEvent UIElement.GotStylusCaptureEvent UIElement.LostStylusCaptureEvent UIElement.StylusButtonDownEvent UIElement.StylusButtonUpEvent UIElement.PreviewStylusButtonDownEvent UIElement.PreviewStylusButtonUpEvent UIElement.PreviewKeyDownEvent UIElement.KeyDownEvent UIElement.PreviewKeyUpEvent UIElement.KeyUpEvent UIElement.PreviewGotKeyboardFocusEvent UIElement.GotKeyboardFocusEvent UIElement.PreviewLostKeyboardFocusEvent UIElement.LostKeyboardFocusEvent UIElement.PreviewTextInputEvent UIElement.TextInputEvent UIElement.PreviewQueryContinueDragEvent UIElement.QueryContinueDragEvent UIElement.PreviewGiveFeedbackEvent UIElement.GiveFeedbackEvent UIElement.PreviewDragEnterEvent UIElement.DragEnterEvent UIElement.PreviewDragOverEvent UIElement.DragOverEvent UIElement.PreviewDragLeaveEvent UIElement.DragLeaveEvent UIElement.PreviewDropEvent UIElement.DropEvent UIElement.PreviewTouchDownEvent UIElement.TouchDownEvent UIElement.PreviewTouchMoveEvent UIElement.TouchMoveEvent UIElement.PreviewTouchUpEvent UIElement.TouchUpEvent UIElement.GotTouchCaptureEvent UIElement.LostTouchCaptureEvent UIElement.TouchEnterEvent UIElement.TouchLeaveEvent UIElement.IsMouseDirectlyOverProperty UIElement.IsMouseOverProperty UIElement.IsStylusOverProperty UIElement.IsKeyboardFocusWithinProperty UIElement.IsMouseCapturedProperty UIElement.IsMouseCaptureWithinProperty UIElement.IsStylusDirectlyOverProperty UIElement.IsStylusCapturedProperty UIElement.IsStylusCaptureWithinProperty UIElement.IsKeyboardFocusedProperty UIElement.AreAnyTouchesDirectlyOverProperty UIElement.AreAnyTouchesOverProperty UIElement.AreAnyTouchesCapturedProperty UIElement.AreAnyTouchesCapturedWithinProperty UIElement.AllowDropProperty UIElement.RenderTransformProperty UIElement.RenderTransformOriginProperty UIElement.OpacityProperty UIElement.OpacityMaskProperty UIElement.BitmapEffectProperty UIElement.EffectProperty UIElement.BitmapEffectInputProperty UIElement.CacheModeProperty UIElement.UidProperty UIElement.VisibilityProperty UIElement.ClipToBoundsProperty UIElement.ClipProperty UIElement.SnapsToDevicePixelsProperty UIElement.GotFocusEvent UIElement.LostFocusEvent UIElement.IsFocusedProperty UIElement.IsEnabledProperty UIElement.IsHitTestVisibleProperty UIElement.IsVisibleProperty UIElement.FocusableProperty UIElement.IsManipulationEnabledProperty UIElement.ManipulationStartingEvent UIElement.ManipulationStartedEvent UIElement.ManipulationDeltaEvent UIElement.ManipulationInertiaStartingEvent UIElement.ManipulationBoundaryFeedbackEvent UIElement.ManipulationCompletedEvent UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock) UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) UIElement.GetAnimationBaseValue(DependencyProperty) UIElement.RaiseEvent(RoutedEventArgs) UIElement.AddHandler(RoutedEvent, Delegate) UIElement.AddHandler(RoutedEvent, Delegate, bool) UIElement.RemoveHandler(RoutedEvent, Delegate) UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) UIElement.OnPreviewMouseDown(MouseButtonEventArgs) UIElement.OnMouseDown(MouseButtonEventArgs) UIElement.OnPreviewMouseUp(MouseButtonEventArgs) UIElement.OnMouseUp(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseMove(MouseEventArgs) UIElement.OnMouseMove(MouseEventArgs) UIElement.OnMouseWheel(MouseWheelEventArgs) UIElement.OnMouseEnter(MouseEventArgs) UIElement.OnMouseLeave(MouseEventArgs) UIElement.OnGotMouseCapture(MouseEventArgs) UIElement.OnLostMouseCapture(MouseEventArgs) UIElement.OnQueryCursor(QueryCursorEventArgs) UIElement.OnPreviewStylusDown(StylusDownEventArgs) UIElement.OnStylusDown(StylusDownEventArgs) UIElement.OnPreviewStylusUp(StylusEventArgs) UIElement.OnStylusUp(StylusEventArgs) UIElement.OnPreviewStylusMove(StylusEventArgs) UIElement.OnStylusMove(StylusEventArgs) UIElement.OnPreviewStylusInAirMove(StylusEventArgs) UIElement.OnStylusInAirMove(StylusEventArgs) UIElement.OnStylusEnter(StylusEventArgs) UIElement.OnStylusLeave(StylusEventArgs) UIElement.OnPreviewStylusInRange(StylusEventArgs) UIElement.OnStylusInRange(StylusEventArgs) UIElement.OnPreviewStylusOutOfRange(StylusEventArgs) UIElement.OnStylusOutOfRange(StylusEventArgs) UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnGotStylusCapture(StylusEventArgs) UIElement.OnLostStylusCapture(StylusEventArgs) UIElement.OnStylusButtonDown(StylusButtonEventArgs) UIElement.OnStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs) UIElement.OnKeyDown(KeyEventArgs) UIElement.OnKeyUp(KeyEventArgs) UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewTextInput(TextCompositionEventArgs) UIElement.OnTextInput(TextCompositionEventArgs) UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs) UIElement.OnGiveFeedback(GiveFeedbackEventArgs) UIElement.OnPreviewDragEnter(DragEventArgs) UIElement.OnDragEnter(DragEventArgs) UIElement.OnPreviewDragOver(DragEventArgs) UIElement.OnDragOver(DragEventArgs) UIElement.OnPreviewDragLeave(DragEventArgs) UIElement.OnDragLeave(DragEventArgs) UIElement.OnPreviewDrop(DragEventArgs) UIElement.OnDrop(DragEventArgs) UIElement.OnPreviewTouchDown(TouchEventArgs) UIElement.OnTouchDown(TouchEventArgs) UIElement.OnPreviewTouchMove(TouchEventArgs) UIElement.OnTouchMove(TouchEventArgs) UIElement.OnPreviewTouchUp(TouchEventArgs) UIElement.OnTouchUp(TouchEventArgs) UIElement.OnGotTouchCapture(TouchEventArgs) UIElement.OnLostTouchCapture(TouchEventArgs) UIElement.OnTouchEnter(TouchEventArgs) UIElement.OnTouchLeave(TouchEventArgs) UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) UIElement.InvalidateMeasure() UIElement.InvalidateArrange() UIElement.InvalidateVisual() UIElement.OnChildDesiredSizeChanged(UIElement) UIElement.Measure(Size) UIElement.Arrange(Rect) UIElement.OnRender(DrawingContext) UIElement.UpdateLayout() UIElement.TranslatePoint(Point, UIElement) UIElement.InputHitTest(Point) UIElement.CaptureMouse() UIElement.ReleaseMouseCapture() UIElement.CaptureStylus() UIElement.ReleaseStylusCapture() UIElement.Focus() UIElement.OnAccessKey(AccessKeyEventArgs) UIElement.HitTestCore(PointHitTestParameters) UIElement.HitTestCore(GeometryHitTestParameters) UIElement.OnLostFocus(RoutedEventArgs) UIElement.OnCreateAutomationPeer() UIElement.OnManipulationStarting(ManipulationStartingEventArgs) UIElement.OnManipulationStarted(ManipulationStartedEventArgs) UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) UIElement.CaptureTouch(TouchDevice) UIElement.ReleaseTouchCapture(TouchDevice) UIElement.ReleaseAllTouchCaptures() UIElement.HasAnimatedProperties UIElement.InputBindings UIElement.CommandBindings UIElement.AllowDrop UIElement.StylusPlugIns UIElement.DesiredSize UIElement.IsMeasureValid UIElement.IsArrangeValid UIElement.RenderSize UIElement.RenderTransform UIElement.RenderTransformOrigin UIElement.IsMouseDirectlyOver UIElement.IsMouseOver UIElement.IsStylusOver UIElement.IsKeyboardFocusWithin UIElement.IsMouseCaptured UIElement.IsMouseCaptureWithin UIElement.IsStylusDirectlyOver UIElement.IsStylusCaptured UIElement.IsStylusCaptureWithin UIElement.IsKeyboardFocused UIElement.IsInputMethodEnabled UIElement.Opacity UIElement.OpacityMask UIElement.BitmapEffect UIElement.Effect UIElement.BitmapEffectInput UIElement.CacheMode UIElement.Uid UIElement.Visibility UIElement.ClipToBounds UIElement.Clip UIElement.SnapsToDevicePixels UIElement.HasEffectiveKeyboardFocus UIElement.IsFocused UIElement.IsEnabled UIElement.IsEnabledCore UIElement.IsHitTestVisible UIElement.IsVisible UIElement.Focusable UIElement.PersistId UIElement.IsManipulationEnabled UIElement.AreAnyTouchesOver UIElement.AreAnyTouchesDirectlyOver UIElement.AreAnyTouchesCapturedWithin UIElement.AreAnyTouchesCaptured UIElement.TouchesCaptured UIElement.TouchesCapturedWithin UIElement.TouchesOver UIElement.TouchesDirectlyOver UIElement.PreviewMouseDown UIElement.MouseDown UIElement.PreviewMouseUp UIElement.MouseUp UIElement.PreviewMouseLeftButtonDown UIElement.MouseLeftButtonDown UIElement.PreviewMouseLeftButtonUp UIElement.MouseLeftButtonUp UIElement.PreviewMouseRightButtonDown UIElement.MouseRightButtonDown UIElement.PreviewMouseRightButtonUp UIElement.MouseRightButtonUp UIElement.PreviewMouseMove UIElement.MouseMove UIElement.PreviewMouseWheel UIElement.MouseWheel UIElement.MouseEnter UIElement.MouseLeave UIElement.GotMouseCapture UIElement.LostMouseCapture UIElement.QueryCursor UIElement.PreviewStylusDown UIElement.StylusDown UIElement.PreviewStylusUp UIElement.StylusUp UIElement.PreviewStylusMove UIElement.StylusMove UIElement.PreviewStylusInAirMove UIElement.StylusInAirMove UIElement.StylusEnter UIElement.StylusLeave UIElement.PreviewStylusInRange UIElement.StylusInRange UIElement.PreviewStylusOutOfRange UIElement.StylusOutOfRange UIElement.PreviewStylusSystemGesture UIElement.StylusSystemGesture UIElement.GotStylusCapture UIElement.LostStylusCapture UIElement.StylusButtonDown UIElement.StylusButtonUp UIElement.PreviewStylusButtonDown UIElement.PreviewStylusButtonUp UIElement.PreviewKeyDown UIElement.KeyDown UIElement.PreviewKeyUp UIElement.KeyUp UIElement.PreviewGotKeyboardFocus UIElement.GotKeyboardFocus UIElement.PreviewLostKeyboardFocus UIElement.LostKeyboardFocus UIElement.PreviewTextInput UIElement.TextInput UIElement.PreviewQueryContinueDrag UIElement.QueryContinueDrag UIElement.PreviewGiveFeedback UIElement.GiveFeedback UIElement.PreviewDragEnter UIElement.DragEnter UIElement.PreviewDragOver UIElement.DragOver UIElement.PreviewDragLeave UIElement.DragLeave UIElement.PreviewDrop UIElement.Drop UIElement.PreviewTouchDown UIElement.TouchDown UIElement.PreviewTouchMove UIElement.TouchMove UIElement.PreviewTouchUp UIElement.TouchUp UIElement.GotTouchCapture UIElement.LostTouchCapture UIElement.TouchEnter UIElement.TouchLeave UIElement.IsMouseDirectlyOverChanged UIElement.IsKeyboardFocusWithinChanged UIElement.IsMouseCapturedChanged UIElement.IsMouseCaptureWithinChanged UIElement.IsStylusDirectlyOverChanged UIElement.IsStylusCapturedChanged UIElement.IsStylusCaptureWithinChanged UIElement.IsKeyboardFocusedChanged UIElement.LayoutUpdated UIElement.GotFocus UIElement.LostFocus UIElement.IsEnabledChanged UIElement.IsHitTestVisibleChanged UIElement.IsVisibleChanged UIElement.FocusableChanged UIElement.ManipulationStarting UIElement.ManipulationStarted UIElement.ManipulationDelta UIElement.ManipulationInertiaStarting UIElement.ManipulationBoundaryFeedback UIElement.ManipulationCompleted Visual.AddVisualChild(Visual) Visual.RemoveVisualChild(Visual) Visual.OnVisualChildrenChanged(DependencyObject, DependencyObject) Visual.OnDpiChanged(DpiScale, DpiScale) Visual.IsAncestorOf(DependencyObject) Visual.IsDescendantOf(DependencyObject) Visual.FindCommonVisualAncestor(DependencyObject) Visual.TransformToAncestor(Visual) Visual.TransformToAncestor(Visual3D) Visual.TransformToDescendant(Visual) Visual.TransformToVisual(Visual) Visual.PointToScreen(Point) Visual.PointFromScreen(Point) Visual.VisualParent Visual.VisualTransform Visual.VisualEffect Visual.VisualBitmapEffect Visual.VisualBitmapEffectInput Visual.VisualCacheMode Visual.VisualScrollableAreaClip Visual.VisualClip Visual.VisualOffset Visual.VisualOpacity Visual.VisualEdgeMode Visual.VisualBitmapScalingMode Visual.VisualClearTypeHint Visual.VisualTextRenderingMode Visual.VisualTextHintingMode Visual.VisualOpacityMask Visual.VisualXSnappingGuidelines Visual.VisualYSnappingGuidelines DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax [TemplatePart(Name = \"PART_NumericUp\", Type = typeof(RepeatButton))] [TemplatePart(Name = \"PART_NumericDown\", Type = typeof(RepeatButton))] [TemplatePart(Name = \"PART_TextBox\", Type = typeof(TextBox))] public class NumericUpDown : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient Constructors NumericUpDown() Declaration public NumericUpDown() Fields AllowPositiveNegativeSignProperty Declaration public static readonly DependencyProperty AllowPositiveNegativeSignProperty Field Value Type Description DependencyProperty ButtonsAlignmentProperty Declaration public static readonly DependencyProperty ButtonsAlignmentProperty Field Value Type Description DependencyProperty CultureProperty Declaration public static readonly DependencyProperty CultureProperty Field Value Type Description DependencyProperty HideUpDownButtonsProperty Declaration public static readonly DependencyProperty HideUpDownButtonsProperty Field Value Type Description DependencyProperty InterceptArrowKeysProperty Declaration public static readonly DependencyProperty InterceptArrowKeysProperty Field Value Type Description DependencyProperty InterceptManualEnterProperty Declaration public static readonly DependencyProperty InterceptManualEnterProperty Field Value Type Description DependencyProperty InterceptMouseWheelProperty Declaration public static readonly DependencyProperty InterceptMouseWheelProperty Field Value Type Description DependencyProperty IntervalProperty Declaration public static readonly DependencyProperty IntervalProperty Field Value Type Description DependencyProperty IsReadOnlyProperty Declaration public static readonly DependencyProperty IsReadOnlyProperty Field Value Type Description DependencyProperty MaximumProperty Declaration public static readonly DependencyProperty MaximumProperty Field Value Type Description DependencyProperty MaximumReachedEvent Declaration public static readonly RoutedEvent MaximumReachedEvent Field Value Type Description RoutedEvent MinimumProperty Declaration public static readonly DependencyProperty MinimumProperty Field Value Type Description DependencyProperty MinimumReachedEvent Declaration public static readonly RoutedEvent MinimumReachedEvent Field Value Type Description RoutedEvent StringFormatProperty Declaration public static readonly DependencyProperty StringFormatProperty Field Value Type Description DependencyProperty TextAlignmentProperty Declaration public static readonly DependencyProperty TextAlignmentProperty Field Value Type Description DependencyProperty TrackMouseWheelWhenMouseOverProperty Declaration public static readonly DependencyProperty TrackMouseWheelWhenMouseOverProperty Field Value Type Description DependencyProperty UpDownButtonsWidthProperty Declaration public static readonly DependencyProperty UpDownButtonsWidthProperty Field Value Type Description DependencyProperty ValueChangedEvent Declaration public static readonly RoutedEvent ValueChangedEvent Field Value Type Description RoutedEvent ValueDecrementedEvent Declaration public static readonly RoutedEvent ValueDecrementedEvent Field Value Type Description RoutedEvent ValueIncrementedEvent Declaration public static readonly RoutedEvent ValueIncrementedEvent Field Value Type Description RoutedEvent ValueProperty Declaration public static readonly DependencyProperty ValueProperty Field Value Type Description DependencyProperty Properties AllowPositiveNegativeSign Declaration [Bindable(true)] public bool AllowPositiveNegativeSign { get; set; } Property Value Type Description bool ButtonsAlignment Declaration [Bindable(true)] public ButtonsAlignment ButtonsAlignment { get; set; } Property Value Type Description ButtonsAlignment Culture Gets or sets a value indicating the culture to be used in string formatting operations. Declaration public CultureInfo Culture { get; set; } Property Value Type Description CultureInfo HideUpDownButtons Gets or sets a value indicating whether the +/- button of the control is visible. Declaration [Bindable(true)] public bool HideUpDownButtons { get; set; } Property Value Type Description bool Remarks If the value is false then the Value of the control can be changed only if one of the following cases is satisfied: InterceptArrowKeys is true. InterceptMouseWheel is true. InterceptManualEnter is true. InterceptArrowKeys Gets or sets a value indicating whether the user can use the arrow keys Up and Down to change values. Declaration [Bindable(true)] public bool InterceptArrowKeys { get; set; } Property Value Type Description bool InterceptManualEnter Gets or sets a value indicating whether the user can enter text in the control. Declaration public bool InterceptManualEnter { get; set; } Property Value Type Description bool InterceptMouseWheel Gets or sets a value indicating whether the user can use the mouse wheel to change values. Declaration public bool InterceptMouseWheel { get; set; } Property Value Type Description bool Interval Declaration [Bindable(true)] public double Interval { get; set; } Property Value Type Description double IsReadOnly Gets or sets a value indicating whether the text can be changed by the use of the up or down buttons only. Declaration [Bindable(true)] public bool IsReadOnly { get; set; } Property Value Type Description bool Maximum Declaration [Bindable(true)] public double Maximum { get; set; } Property Value Type Description double Minimum Declaration [Bindable(true)] public double Minimum { get; set; } Property Value Type Description double StringFormat Gets or sets the formatting for the displaying Value Declaration public string StringFormat { get; set; } Property Value Type Description string Remarks http://msdn.microsoft.com/en-us/library/dwhawy9k.aspx TextAlignment Gets or sets the horizontal alignment of the contents of the text box. Declaration [Bindable(true)] public TextAlignment TextAlignment { get; set; } Property Value Type Description TextAlignment TrackMouseWheelWhenMouseOver Gets or sets a value indicating whether the control must have the focus in order to change values using the mouse wheel. If the value is true then the value changes when the mouse wheel is over the control. If the value is false then the value changes only if the control has the focus. If InterceptMouseWheel is set to \"false\" then this property has no effect. Declaration public bool TrackMouseWheelWhenMouseOver { get; set; } Property Value Type Description bool UpDownButtonsWidth Declaration [Bindable(true)] public double UpDownButtonsWidth { get; set; } Property Value Type Description double Value Declaration [Bindable(true)] public double? Value { get; set; } Property Value Type Description double Methods OnApplyTemplate() When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate() . Declaration public override void OnApplyTemplate() Overrides FrameworkElement.OnApplyTemplate() OnMaximumChanged(double, double) Declaration protected virtual void OnMaximumChanged(double oldMaximum, double newMaximum) Parameters Type Name Description double oldMaximum double newMaximum OnMinimumChanged(double, double) Declaration protected virtual void OnMinimumChanged(double oldMinimum, double newMinimum) Parameters Type Name Description double oldMinimum double newMinimum OnPreviewKeyDown(KeyEventArgs) Declaration protected override void OnPreviewKeyDown(KeyEventArgs e) Parameters Type Name Description KeyEventArgs e Overrides UIElement.OnPreviewKeyDown(KeyEventArgs) OnPreviewKeyUp(KeyEventArgs) Declaration protected override void OnPreviewKeyUp(KeyEventArgs e) Parameters Type Name Description KeyEventArgs e Overrides UIElement.OnPreviewKeyUp(KeyEventArgs) OnPreviewMouseWheel(MouseWheelEventArgs) Declaration protected override void OnPreviewMouseWheel(MouseWheelEventArgs e) Parameters Type Name Description MouseWheelEventArgs e Overrides UIElement.OnPreviewMouseWheel(MouseWheelEventArgs) OnPreviewTextInput(object, TextCompositionEventArgs) Declaration protected void OnPreviewTextInput(object sender, TextCompositionEventArgs e) Parameters Type Name Description object sender TextCompositionEventArgs e OnValueChanged(double?, double?) Raises the ValueChanged routed event. Declaration protected virtual void OnValueChanged(double? oldValue, double? newValue) Parameters Type Name Description double oldValue Old value of the Value property double newValue New value of the Value property SelectAll() Declaration public void SelectAll() Events MaximumReached Event fired from this NumericUpDown when its value has reached the maximum value Declaration public event RoutedEventHandler MaximumReached Event Type Type Description RoutedEventHandler MinimumReached Event fired from this NumericUpDown when its value has reached the minimum value Declaration public event RoutedEventHandler MinimumReached Event Type Type Description RoutedEventHandler ValueChanged Declaration public event RoutedPropertyChangedEventHandler ValueChanged Event Type Type Description RoutedPropertyChangedEventHandler double ValueDecremented Declaration public event NumericUpDownChangedRoutedEventHandler ValueDecremented Event Type Type Description NumericUpDownChangedRoutedEventHandler ValueIncremented Declaration public event NumericUpDownChangedRoutedEventHandler ValueIncremented Event Type Type Description NumericUpDownChangedRoutedEventHandler Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class NumericUpDown Represents a Windows spin box (also known as an up-down control) that displays numeric values. Inheritance System.Object NumericUpDown Namespace : Sdl.Desktop.Platform.Controls.Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class NumericUpDown : Control Constructors NumericUpDown() Declaration public NumericUpDown() Fields AllowPositiveNegativeSignProperty Declaration public static readonly DependencyProperty AllowPositiveNegativeSignProperty Field Value Type Description System.Windows.DependencyProperty ButtonsAlignmentProperty Declaration public static readonly DependencyProperty ButtonsAlignmentProperty Field Value Type Description System.Windows.DependencyProperty CultureProperty Declaration public static readonly DependencyProperty CultureProperty Field Value Type Description System.Windows.DependencyProperty HideUpDownButtonsProperty Declaration public static readonly DependencyProperty HideUpDownButtonsProperty Field Value Type Description System.Windows.DependencyProperty InterceptArrowKeysProperty Declaration public static readonly DependencyProperty InterceptArrowKeysProperty Field Value Type Description System.Windows.DependencyProperty InterceptManualEnterProperty Declaration public static readonly DependencyProperty InterceptManualEnterProperty Field Value Type Description System.Windows.DependencyProperty InterceptMouseWheelProperty Declaration public static readonly DependencyProperty InterceptMouseWheelProperty Field Value Type Description System.Windows.DependencyProperty IntervalProperty Declaration public static readonly DependencyProperty IntervalProperty Field Value Type Description System.Windows.DependencyProperty IsReadOnlyProperty Declaration public static readonly DependencyProperty IsReadOnlyProperty Field Value Type Description System.Windows.DependencyProperty MaximumProperty Declaration public static readonly DependencyProperty MaximumProperty Field Value Type Description System.Windows.DependencyProperty MaximumReachedEvent Declaration public static readonly RoutedEvent MaximumReachedEvent Field Value Type Description System.Windows.RoutedEvent MinimumProperty Declaration public static readonly DependencyProperty MinimumProperty Field Value Type Description System.Windows.DependencyProperty MinimumReachedEvent Declaration public static readonly RoutedEvent MinimumReachedEvent Field Value Type Description System.Windows.RoutedEvent StringFormatProperty Declaration public static readonly DependencyProperty StringFormatProperty Field Value Type Description System.Windows.DependencyProperty TextAlignmentProperty Declaration public static readonly DependencyProperty TextAlignmentProperty Field Value Type Description System.Windows.DependencyProperty TrackMouseWheelWhenMouseOverProperty Declaration public static readonly DependencyProperty TrackMouseWheelWhenMouseOverProperty Field Value Type Description System.Windows.DependencyProperty UpDownButtonsWidthProperty Declaration public static readonly DependencyProperty UpDownButtonsWidthProperty Field Value Type Description System.Windows.DependencyProperty ValueChangedEvent Declaration public static readonly RoutedEvent ValueChangedEvent Field Value Type Description System.Windows.RoutedEvent ValueDecrementedEvent Declaration public static readonly RoutedEvent ValueDecrementedEvent Field Value Type Description System.Windows.RoutedEvent ValueIncrementedEvent Declaration public static readonly RoutedEvent ValueIncrementedEvent Field Value Type Description System.Windows.RoutedEvent ValueProperty Declaration public static readonly DependencyProperty ValueProperty Field Value Type Description System.Windows.DependencyProperty Properties AllowPositiveNegativeSign Declaration public bool AllowPositiveNegativeSign { get; set; } Property Value Type Description System.Boolean ButtonsAlignment Declaration public ButtonsAlignment ButtonsAlignment { get; set; } Property Value Type Description ButtonsAlignment Culture Gets or sets a value indicating the culture to be used in string formatting operations. Declaration public CultureInfo Culture { get; set; } Property Value Type Description System.Globalization.CultureInfo HideUpDownButtons Gets or sets a value indicating whether the +/- button of the control is visible. Declaration public bool HideUpDownButtons { get; set; } Property Value Type Description System.Boolean Remarks If the value is false then the Value of the control can be changed only if one of the following cases is satisfied: InterceptArrowKeys is true. InterceptMouseWheel is true. InterceptManualEnter is true. InterceptArrowKeys Gets or sets a value indicating whether the user can use the arrow keys System.Windows.Input.Key.Up and System.Windows.Input.Key.Down to change values. Declaration public bool InterceptArrowKeys { get; set; } Property Value Type Description System.Boolean InterceptManualEnter Gets or sets a value indicating whether the user can enter text in the control. Declaration public bool InterceptManualEnter { get; set; } Property Value Type Description System.Boolean InterceptMouseWheel Gets or sets a value indicating whether the user can use the mouse wheel to change values. Declaration public bool InterceptMouseWheel { get; set; } Property Value Type Description System.Boolean Interval Declaration public double Interval { get; set; } Property Value Type Description System.Double IsReadOnly Gets or sets a value indicating whether the text can be changed by the use of the up or down buttons only. Declaration public bool IsReadOnly { get; set; } Property Value Type Description System.Boolean Maximum Declaration public double Maximum { get; set; } Property Value Type Description System.Double Minimum Declaration public double Minimum { get; set; } Property Value Type Description System.Double StringFormat Gets or sets the formatting for the displaying Value Declaration public string StringFormat { get; set; } Property Value Type Description System.String Remarks http://msdn.microsoft.com/en-us/library/dwhawy9k.aspx TextAlignment Gets or sets the horizontal alignment of the contents of the text box. Declaration public TextAlignment TextAlignment { get; set; } Property Value Type Description System.Windows.TextAlignment TrackMouseWheelWhenMouseOver Gets or sets a value indicating whether the control must have the focus in order to change values using the mouse wheel. If the value is true then the value changes when the mouse wheel is over the control. If the value is false then the value changes only if the control has the focus. If InterceptMouseWheel is set to \"false\" then this property has no effect. Declaration public bool TrackMouseWheelWhenMouseOver { get; set; } Property Value Type Description System.Boolean UpDownButtonsWidth Declaration public double UpDownButtonsWidth { get; set; } Property Value Type Description System.Double Value Declaration public double? Value { get; set; } Property Value Type Description System.Nullable < System.Double > Methods OnApplyTemplate() When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate . Declaration public override void OnApplyTemplate() OnMaximumChanged(Double, Double) Declaration protected virtual void OnMaximumChanged(double oldMaximum, double newMaximum) Parameters Type Name Description System.Double oldMaximum System.Double newMaximum OnMinimumChanged(Double, Double) Declaration protected virtual void OnMinimumChanged(double oldMinimum, double newMinimum) Parameters Type Name Description System.Double oldMinimum System.Double newMinimum OnPreviewKeyDown(KeyEventArgs) Declaration protected override void OnPreviewKeyDown(KeyEventArgs e) Parameters Type Name Description System.Windows.Input.KeyEventArgs e OnPreviewKeyUp(KeyEventArgs) Declaration protected override void OnPreviewKeyUp(KeyEventArgs e) Parameters Type Name Description System.Windows.Input.KeyEventArgs e OnPreviewMouseWheel(MouseWheelEventArgs) Declaration protected override void OnPreviewMouseWheel(MouseWheelEventArgs e) Parameters Type Name Description System.Windows.Input.MouseWheelEventArgs e OnPreviewTextInput(Object, TextCompositionEventArgs) Declaration protected void OnPreviewTextInput(object sender, TextCompositionEventArgs e) Parameters Type Name Description System.Object sender System.Windows.Input.TextCompositionEventArgs e OnValueChanged(Nullable, Nullable) Raises the ValueChanged routed event. Declaration protected virtual void OnValueChanged(double? oldValue, double? newValue) Parameters Type Name Description System.Nullable < System.Double > oldValue Old value of the Value property System.Nullable < System.Double > newValue New value of the Value property SelectAll() Declaration public void SelectAll() Events MaximumReached Event fired from this NumericUpDown when its value has reached the maximum value Declaration public event RoutedEventHandler MaximumReached Event Type Type Description System.Windows.RoutedEventHandler MinimumReached Event fired from this NumericUpDown when its value has reached the minimum value Declaration public event RoutedEventHandler MinimumReached Event Type Type Description System.Windows.RoutedEventHandler ValueChanged Declaration public event RoutedPropertyChangedEventHandler ValueChanged Event Type Type Description System.Windows.RoutedPropertyChangedEventHandler < System.Nullable < System.Double >> ValueDecremented Declaration public event NumericUpDownChangedRoutedEventHandler ValueDecremented Event Type Type Description NumericUpDownChangedRoutedEventHandler ValueIncremented Declaration public event NumericUpDownChangedRoutedEventHandler ValueIncremented Event Type Type Description NumericUpDownChangedRoutedEventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.html", "title": "Class NumericUpDownChangedRoutedEventArgs", - "keywords": "Class NumericUpDownChangedRoutedEventArgs Inheritance object EventArgs RoutedEventArgs NumericUpDownChangedRoutedEventArgs Inherited Members RoutedEventArgs.OnSetSource(object) RoutedEventArgs.InvokeEventHandler(Delegate, object) RoutedEventArgs.RoutedEvent RoutedEventArgs.Handled RoutedEventArgs.Source RoutedEventArgs.OriginalSource EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class NumericUpDownChangedRoutedEventArgs : RoutedEventArgs Constructors NumericUpDownChangedRoutedEventArgs(RoutedEvent, double) Declaration public NumericUpDownChangedRoutedEventArgs(RoutedEvent routedEvent, double interval) Parameters Type Name Description RoutedEvent routedEvent double interval Properties Interval Declaration public double Interval { get; set; } Property Value Type Description double Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class NumericUpDownChangedRoutedEventArgs Inheritance System.Object NumericUpDownChangedRoutedEventArgs Namespace : Sdl.Desktop.Platform.Controls.Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class NumericUpDownChangedRoutedEventArgs : RoutedEventArgs Constructors NumericUpDownChangedRoutedEventArgs(RoutedEvent, Double) Declaration public NumericUpDownChangedRoutedEventArgs(RoutedEvent routedEvent, double interval) Parameters Type Name Description System.Windows.RoutedEvent routedEvent System.Double interval Properties Interval Declaration public double Interval { get; set; } Property Value Type Description System.Double Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.html", "title": "Delegate NumericUpDownChangedRoutedEventHandler", - "keywords": "Delegate NumericUpDownChangedRoutedEventHandler Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public delegate void NumericUpDownChangedRoutedEventHandler(object sender, NumericUpDownChangedRoutedEventArgs args) Parameters Type Name Description object sender NumericUpDownChangedRoutedEventArgs args Constructors NumericUpDownChangedRoutedEventHandler(object, IntPtr) Declaration public NumericUpDownChangedRoutedEventHandler(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(object, NumericUpDownChangedRoutedEventArgs, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(object sender, NumericUpDownChangedRoutedEventArgs args, AsyncCallback callback, object @object) Parameters Type Name Description object sender NumericUpDownChangedRoutedEventArgs args AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(object, NumericUpDownChangedRoutedEventArgs) Declaration public virtual void Invoke(object sender, NumericUpDownChangedRoutedEventArgs args) Parameters Type Name Description object sender NumericUpDownChangedRoutedEventArgs args Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Delegate NumericUpDownChangedRoutedEventHandler Namespace : Sdl.Desktop.Platform.Controls.Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public delegate void NumericUpDownChangedRoutedEventHandler(object sender, NumericUpDownChangedRoutedEventArgs args); Parameters Type Name Description System.Object sender NumericUpDownChangedRoutedEventArgs args Constructors NumericUpDownChangedRoutedEventHandler(Object, IntPtr) Declaration public NumericUpDownChangedRoutedEventHandler(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(Object, NumericUpDownChangedRoutedEventArgs, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(object sender, NumericUpDownChangedRoutedEventArgs args, AsyncCallback callback, object object) Parameters Type Name Description System.Object sender NumericUpDownChangedRoutedEventArgs args System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Invoke(Object, NumericUpDownChangedRoutedEventArgs) Declaration public virtual void Invoke(object sender, NumericUpDownChangedRoutedEventArgs args) Parameters Type Name Description System.Object sender NumericUpDownChangedRoutedEventArgs args Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.html", "title": "Class ProgressBarWithPercentageText", - "keywords": "Class ProgressBarWithPercentageText Inheritance object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ProgressBarWithPercentageText Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient Inherited Members Control.BorderBrushProperty Control.BorderThicknessProperty Control.BackgroundProperty Control.ForegroundProperty Control.FontFamilyProperty Control.FontSizeProperty Control.FontStretchProperty Control.FontStyleProperty Control.FontWeightProperty Control.HorizontalContentAlignmentProperty Control.VerticalContentAlignmentProperty Control.TabIndexProperty Control.IsTabStopProperty Control.PaddingProperty Control.TemplateProperty Control.PreviewMouseDoubleClickEvent Control.MouseDoubleClickEvent Control.OnTemplateChanged(ControlTemplate, ControlTemplate) Control.ToString() Control.OnPreviewMouseDoubleClick(MouseButtonEventArgs) Control.OnMouseDoubleClick(MouseButtonEventArgs) Control.MeasureOverride(Size) Control.ArrangeOverride(Size) Control.BorderBrush Control.BorderThickness Control.Background Control.Foreground Control.FontFamily Control.FontSize Control.FontStretch Control.FontStyle Control.FontWeight Control.HorizontalContentAlignment Control.VerticalContentAlignment Control.TabIndex Control.IsTabStop Control.Padding Control.Template Control.HandlesScrolling Control.PreviewMouseDoubleClick Control.MouseDoubleClick FrameworkElement.StyleProperty FrameworkElement.OverridesDefaultStyleProperty FrameworkElement.UseLayoutRoundingProperty FrameworkElement.DefaultStyleKeyProperty FrameworkElement.DataContextProperty FrameworkElement.BindingGroupProperty FrameworkElement.LanguageProperty FrameworkElement.NameProperty FrameworkElement.TagProperty FrameworkElement.InputScopeProperty FrameworkElement.RequestBringIntoViewEvent FrameworkElement.SizeChangedEvent FrameworkElement.ActualWidthProperty FrameworkElement.ActualHeightProperty FrameworkElement.LayoutTransformProperty FrameworkElement.WidthProperty FrameworkElement.MinWidthProperty FrameworkElement.MaxWidthProperty FrameworkElement.HeightProperty FrameworkElement.MinHeightProperty FrameworkElement.MaxHeightProperty FrameworkElement.FlowDirectionProperty FrameworkElement.MarginProperty FrameworkElement.HorizontalAlignmentProperty FrameworkElement.VerticalAlignmentProperty FrameworkElement.FocusVisualStyleProperty FrameworkElement.CursorProperty FrameworkElement.ForceCursorProperty FrameworkElement.LoadedEvent FrameworkElement.UnloadedEvent FrameworkElement.ToolTipProperty FrameworkElement.ContextMenuProperty FrameworkElement.ToolTipOpeningEvent FrameworkElement.ToolTipClosingEvent FrameworkElement.ContextMenuOpeningEvent FrameworkElement.ContextMenuClosingEvent FrameworkElement.OnStyleChanged(Style, Style) FrameworkElement.ParentLayoutInvalidated(UIElement) FrameworkElement.ApplyTemplate() FrameworkElement.BeginStoryboard(Storyboard) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool) FrameworkElement.GetVisualChild(int) FrameworkElement.GetTemplateChild(string) FrameworkElement.FindResource(object) FrameworkElement.TryFindResource(object) FrameworkElement.SetResourceReference(DependencyProperty, object) FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs) FrameworkElement.OnVisualParentChanged(DependencyObject) FrameworkElement.GetBindingExpression(DependencyProperty) FrameworkElement.SetBinding(DependencyProperty, BindingBase) FrameworkElement.SetBinding(DependencyProperty, string) FrameworkElement.GetUIParentCore() FrameworkElement.BringIntoView() FrameworkElement.BringIntoView(Rect) FrameworkElement.GetFlowDirection(DependencyObject) FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) FrameworkElement.MeasureCore(Size) FrameworkElement.ArrangeCore(Rect) FrameworkElement.OnRenderSizeChanged(SizeChangedInfo) FrameworkElement.GetLayoutClip(Size) FrameworkElement.MoveFocus(TraversalRequest) FrameworkElement.PredictFocus(FocusNavigationDirection) FrameworkElement.OnGotFocus(RoutedEventArgs) FrameworkElement.BeginInit() FrameworkElement.EndInit() FrameworkElement.OnInitialized(EventArgs) FrameworkElement.OnToolTipOpening(ToolTipEventArgs) FrameworkElement.OnToolTipClosing(ToolTipEventArgs) FrameworkElement.OnContextMenuOpening(ContextMenuEventArgs) FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs) FrameworkElement.RegisterName(string, object) FrameworkElement.UnregisterName(string) FrameworkElement.FindName(string) FrameworkElement.UpdateDefaultStyle() FrameworkElement.AddLogicalChild(object) FrameworkElement.RemoveLogicalChild(object) FrameworkElement.Style FrameworkElement.OverridesDefaultStyle FrameworkElement.UseLayoutRounding FrameworkElement.DefaultStyleKey FrameworkElement.Triggers FrameworkElement.TemplatedParent FrameworkElement.VisualChildrenCount FrameworkElement.Resources FrameworkElement.InheritanceBehavior FrameworkElement.DataContext FrameworkElement.BindingGroup FrameworkElement.Language FrameworkElement.Name FrameworkElement.Tag FrameworkElement.InputScope FrameworkElement.ActualWidth FrameworkElement.ActualHeight FrameworkElement.LayoutTransform FrameworkElement.Width FrameworkElement.MinWidth FrameworkElement.MaxWidth FrameworkElement.Height FrameworkElement.MinHeight FrameworkElement.MaxHeight FrameworkElement.FlowDirection FrameworkElement.Margin FrameworkElement.HorizontalAlignment FrameworkElement.VerticalAlignment FrameworkElement.FocusVisualStyle FrameworkElement.Cursor FrameworkElement.ForceCursor FrameworkElement.IsInitialized FrameworkElement.IsLoaded FrameworkElement.ToolTip FrameworkElement.ContextMenu FrameworkElement.Parent FrameworkElement.LogicalChildren FrameworkElement.TargetUpdated FrameworkElement.SourceUpdated FrameworkElement.DataContextChanged FrameworkElement.RequestBringIntoView FrameworkElement.SizeChanged FrameworkElement.Initialized FrameworkElement.Loaded FrameworkElement.Unloaded FrameworkElement.ToolTipOpening FrameworkElement.ToolTipClosing FrameworkElement.ContextMenuOpening FrameworkElement.ContextMenuClosing UIElement.PreviewMouseDownEvent UIElement.MouseDownEvent UIElement.PreviewMouseUpEvent UIElement.MouseUpEvent UIElement.PreviewMouseLeftButtonDownEvent UIElement.MouseLeftButtonDownEvent UIElement.PreviewMouseLeftButtonUpEvent UIElement.MouseLeftButtonUpEvent UIElement.PreviewMouseRightButtonDownEvent UIElement.MouseRightButtonDownEvent UIElement.PreviewMouseRightButtonUpEvent UIElement.MouseRightButtonUpEvent UIElement.PreviewMouseMoveEvent UIElement.MouseMoveEvent UIElement.PreviewMouseWheelEvent UIElement.MouseWheelEvent UIElement.MouseEnterEvent UIElement.MouseLeaveEvent UIElement.GotMouseCaptureEvent UIElement.LostMouseCaptureEvent UIElement.QueryCursorEvent UIElement.PreviewStylusDownEvent UIElement.StylusDownEvent UIElement.PreviewStylusUpEvent UIElement.StylusUpEvent UIElement.PreviewStylusMoveEvent UIElement.StylusMoveEvent UIElement.PreviewStylusInAirMoveEvent UIElement.StylusInAirMoveEvent UIElement.StylusEnterEvent UIElement.StylusLeaveEvent UIElement.PreviewStylusInRangeEvent UIElement.StylusInRangeEvent UIElement.PreviewStylusOutOfRangeEvent UIElement.StylusOutOfRangeEvent UIElement.PreviewStylusSystemGestureEvent UIElement.StylusSystemGestureEvent UIElement.GotStylusCaptureEvent UIElement.LostStylusCaptureEvent UIElement.StylusButtonDownEvent UIElement.StylusButtonUpEvent UIElement.PreviewStylusButtonDownEvent UIElement.PreviewStylusButtonUpEvent UIElement.PreviewKeyDownEvent UIElement.KeyDownEvent UIElement.PreviewKeyUpEvent UIElement.KeyUpEvent UIElement.PreviewGotKeyboardFocusEvent UIElement.GotKeyboardFocusEvent UIElement.PreviewLostKeyboardFocusEvent UIElement.LostKeyboardFocusEvent UIElement.PreviewTextInputEvent UIElement.TextInputEvent UIElement.PreviewQueryContinueDragEvent UIElement.QueryContinueDragEvent UIElement.PreviewGiveFeedbackEvent UIElement.GiveFeedbackEvent UIElement.PreviewDragEnterEvent UIElement.DragEnterEvent UIElement.PreviewDragOverEvent UIElement.DragOverEvent UIElement.PreviewDragLeaveEvent UIElement.DragLeaveEvent UIElement.PreviewDropEvent UIElement.DropEvent UIElement.PreviewTouchDownEvent UIElement.TouchDownEvent UIElement.PreviewTouchMoveEvent UIElement.TouchMoveEvent UIElement.PreviewTouchUpEvent UIElement.TouchUpEvent UIElement.GotTouchCaptureEvent UIElement.LostTouchCaptureEvent UIElement.TouchEnterEvent UIElement.TouchLeaveEvent UIElement.IsMouseDirectlyOverProperty UIElement.IsMouseOverProperty UIElement.IsStylusOverProperty UIElement.IsKeyboardFocusWithinProperty UIElement.IsMouseCapturedProperty UIElement.IsMouseCaptureWithinProperty UIElement.IsStylusDirectlyOverProperty UIElement.IsStylusCapturedProperty UIElement.IsStylusCaptureWithinProperty UIElement.IsKeyboardFocusedProperty UIElement.AreAnyTouchesDirectlyOverProperty UIElement.AreAnyTouchesOverProperty UIElement.AreAnyTouchesCapturedProperty UIElement.AreAnyTouchesCapturedWithinProperty UIElement.AllowDropProperty UIElement.RenderTransformProperty UIElement.RenderTransformOriginProperty UIElement.OpacityProperty UIElement.OpacityMaskProperty UIElement.BitmapEffectProperty UIElement.EffectProperty UIElement.BitmapEffectInputProperty UIElement.CacheModeProperty UIElement.UidProperty UIElement.VisibilityProperty UIElement.ClipToBoundsProperty UIElement.ClipProperty UIElement.SnapsToDevicePixelsProperty UIElement.GotFocusEvent UIElement.LostFocusEvent UIElement.IsFocusedProperty UIElement.IsEnabledProperty UIElement.IsHitTestVisibleProperty UIElement.IsVisibleProperty UIElement.FocusableProperty UIElement.IsManipulationEnabledProperty UIElement.ManipulationStartingEvent UIElement.ManipulationStartedEvent UIElement.ManipulationDeltaEvent UIElement.ManipulationInertiaStartingEvent UIElement.ManipulationBoundaryFeedbackEvent UIElement.ManipulationCompletedEvent UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock) UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) UIElement.GetAnimationBaseValue(DependencyProperty) UIElement.RaiseEvent(RoutedEventArgs) UIElement.AddHandler(RoutedEvent, Delegate) UIElement.AddHandler(RoutedEvent, Delegate, bool) UIElement.RemoveHandler(RoutedEvent, Delegate) UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) UIElement.OnPreviewMouseDown(MouseButtonEventArgs) UIElement.OnMouseDown(MouseButtonEventArgs) UIElement.OnPreviewMouseUp(MouseButtonEventArgs) UIElement.OnMouseUp(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseMove(MouseEventArgs) UIElement.OnMouseMove(MouseEventArgs) UIElement.OnPreviewMouseWheel(MouseWheelEventArgs) UIElement.OnMouseWheel(MouseWheelEventArgs) UIElement.OnMouseEnter(MouseEventArgs) UIElement.OnMouseLeave(MouseEventArgs) UIElement.OnGotMouseCapture(MouseEventArgs) UIElement.OnLostMouseCapture(MouseEventArgs) UIElement.OnQueryCursor(QueryCursorEventArgs) UIElement.OnPreviewStylusDown(StylusDownEventArgs) UIElement.OnStylusDown(StylusDownEventArgs) UIElement.OnPreviewStylusUp(StylusEventArgs) UIElement.OnStylusUp(StylusEventArgs) UIElement.OnPreviewStylusMove(StylusEventArgs) UIElement.OnStylusMove(StylusEventArgs) UIElement.OnPreviewStylusInAirMove(StylusEventArgs) UIElement.OnStylusInAirMove(StylusEventArgs) UIElement.OnStylusEnter(StylusEventArgs) UIElement.OnStylusLeave(StylusEventArgs) UIElement.OnPreviewStylusInRange(StylusEventArgs) UIElement.OnStylusInRange(StylusEventArgs) UIElement.OnPreviewStylusOutOfRange(StylusEventArgs) UIElement.OnStylusOutOfRange(StylusEventArgs) UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnGotStylusCapture(StylusEventArgs) UIElement.OnLostStylusCapture(StylusEventArgs) UIElement.OnStylusButtonDown(StylusButtonEventArgs) UIElement.OnStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewKeyDown(KeyEventArgs) UIElement.OnKeyDown(KeyEventArgs) UIElement.OnPreviewKeyUp(KeyEventArgs) UIElement.OnKeyUp(KeyEventArgs) UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewTextInput(TextCompositionEventArgs) UIElement.OnTextInput(TextCompositionEventArgs) UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs) UIElement.OnGiveFeedback(GiveFeedbackEventArgs) UIElement.OnPreviewDragEnter(DragEventArgs) UIElement.OnDragEnter(DragEventArgs) UIElement.OnPreviewDragOver(DragEventArgs) UIElement.OnDragOver(DragEventArgs) UIElement.OnPreviewDragLeave(DragEventArgs) UIElement.OnDragLeave(DragEventArgs) UIElement.OnPreviewDrop(DragEventArgs) UIElement.OnDrop(DragEventArgs) UIElement.OnPreviewTouchDown(TouchEventArgs) UIElement.OnTouchDown(TouchEventArgs) UIElement.OnPreviewTouchMove(TouchEventArgs) UIElement.OnTouchMove(TouchEventArgs) UIElement.OnPreviewTouchUp(TouchEventArgs) UIElement.OnTouchUp(TouchEventArgs) UIElement.OnGotTouchCapture(TouchEventArgs) UIElement.OnLostTouchCapture(TouchEventArgs) UIElement.OnTouchEnter(TouchEventArgs) UIElement.OnTouchLeave(TouchEventArgs) UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) UIElement.InvalidateMeasure() UIElement.InvalidateArrange() UIElement.InvalidateVisual() UIElement.OnChildDesiredSizeChanged(UIElement) UIElement.Measure(Size) UIElement.Arrange(Rect) UIElement.OnRender(DrawingContext) UIElement.UpdateLayout() UIElement.TranslatePoint(Point, UIElement) UIElement.InputHitTest(Point) UIElement.CaptureMouse() UIElement.ReleaseMouseCapture() UIElement.CaptureStylus() UIElement.ReleaseStylusCapture() UIElement.Focus() UIElement.OnAccessKey(AccessKeyEventArgs) UIElement.HitTestCore(PointHitTestParameters) UIElement.HitTestCore(GeometryHitTestParameters) UIElement.OnLostFocus(RoutedEventArgs) UIElement.OnCreateAutomationPeer() UIElement.OnManipulationStarting(ManipulationStartingEventArgs) UIElement.OnManipulationStarted(ManipulationStartedEventArgs) UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) UIElement.CaptureTouch(TouchDevice) UIElement.ReleaseTouchCapture(TouchDevice) UIElement.ReleaseAllTouchCaptures() UIElement.HasAnimatedProperties UIElement.InputBindings UIElement.CommandBindings UIElement.AllowDrop UIElement.StylusPlugIns UIElement.DesiredSize UIElement.IsMeasureValid UIElement.IsArrangeValid UIElement.RenderSize UIElement.RenderTransform UIElement.RenderTransformOrigin UIElement.IsMouseDirectlyOver UIElement.IsMouseOver UIElement.IsStylusOver UIElement.IsKeyboardFocusWithin UIElement.IsMouseCaptured UIElement.IsMouseCaptureWithin UIElement.IsStylusDirectlyOver UIElement.IsStylusCaptured UIElement.IsStylusCaptureWithin UIElement.IsKeyboardFocused UIElement.IsInputMethodEnabled UIElement.Opacity UIElement.OpacityMask UIElement.BitmapEffect UIElement.Effect UIElement.BitmapEffectInput UIElement.CacheMode UIElement.Uid UIElement.Visibility UIElement.ClipToBounds UIElement.Clip UIElement.SnapsToDevicePixels UIElement.HasEffectiveKeyboardFocus UIElement.IsFocused UIElement.IsEnabled UIElement.IsEnabledCore UIElement.IsHitTestVisible UIElement.IsVisible UIElement.Focusable UIElement.PersistId UIElement.IsManipulationEnabled UIElement.AreAnyTouchesOver UIElement.AreAnyTouchesDirectlyOver UIElement.AreAnyTouchesCapturedWithin UIElement.AreAnyTouchesCaptured UIElement.TouchesCaptured UIElement.TouchesCapturedWithin UIElement.TouchesOver UIElement.TouchesDirectlyOver UIElement.PreviewMouseDown UIElement.MouseDown UIElement.PreviewMouseUp UIElement.MouseUp UIElement.PreviewMouseLeftButtonDown UIElement.MouseLeftButtonDown UIElement.PreviewMouseLeftButtonUp UIElement.MouseLeftButtonUp UIElement.PreviewMouseRightButtonDown UIElement.MouseRightButtonDown UIElement.PreviewMouseRightButtonUp UIElement.MouseRightButtonUp UIElement.PreviewMouseMove UIElement.MouseMove UIElement.PreviewMouseWheel UIElement.MouseWheel UIElement.MouseEnter UIElement.MouseLeave UIElement.GotMouseCapture UIElement.LostMouseCapture UIElement.QueryCursor UIElement.PreviewStylusDown UIElement.StylusDown UIElement.PreviewStylusUp UIElement.StylusUp UIElement.PreviewStylusMove UIElement.StylusMove UIElement.PreviewStylusInAirMove UIElement.StylusInAirMove UIElement.StylusEnter UIElement.StylusLeave UIElement.PreviewStylusInRange UIElement.StylusInRange UIElement.PreviewStylusOutOfRange UIElement.StylusOutOfRange UIElement.PreviewStylusSystemGesture UIElement.StylusSystemGesture UIElement.GotStylusCapture UIElement.LostStylusCapture UIElement.StylusButtonDown UIElement.StylusButtonUp UIElement.PreviewStylusButtonDown UIElement.PreviewStylusButtonUp UIElement.PreviewKeyDown UIElement.KeyDown UIElement.PreviewKeyUp UIElement.KeyUp UIElement.PreviewGotKeyboardFocus UIElement.GotKeyboardFocus UIElement.PreviewLostKeyboardFocus UIElement.LostKeyboardFocus UIElement.PreviewTextInput UIElement.TextInput UIElement.PreviewQueryContinueDrag UIElement.QueryContinueDrag UIElement.PreviewGiveFeedback UIElement.GiveFeedback UIElement.PreviewDragEnter UIElement.DragEnter UIElement.PreviewDragOver UIElement.DragOver UIElement.PreviewDragLeave UIElement.DragLeave UIElement.PreviewDrop UIElement.Drop UIElement.PreviewTouchDown UIElement.TouchDown UIElement.PreviewTouchMove UIElement.TouchMove UIElement.PreviewTouchUp UIElement.TouchUp UIElement.GotTouchCapture UIElement.LostTouchCapture UIElement.TouchEnter UIElement.TouchLeave UIElement.IsMouseDirectlyOverChanged UIElement.IsKeyboardFocusWithinChanged UIElement.IsMouseCapturedChanged UIElement.IsMouseCaptureWithinChanged UIElement.IsStylusDirectlyOverChanged UIElement.IsStylusCapturedChanged UIElement.IsStylusCaptureWithinChanged UIElement.IsKeyboardFocusedChanged UIElement.LayoutUpdated UIElement.GotFocus UIElement.LostFocus UIElement.IsEnabledChanged UIElement.IsHitTestVisibleChanged UIElement.IsVisibleChanged UIElement.FocusableChanged UIElement.ManipulationStarting UIElement.ManipulationStarted UIElement.ManipulationDelta UIElement.ManipulationInertiaStarting UIElement.ManipulationBoundaryFeedback UIElement.ManipulationCompleted Visual.AddVisualChild(Visual) Visual.RemoveVisualChild(Visual) Visual.OnVisualChildrenChanged(DependencyObject, DependencyObject) Visual.OnDpiChanged(DpiScale, DpiScale) Visual.IsAncestorOf(DependencyObject) Visual.IsDescendantOf(DependencyObject) Visual.FindCommonVisualAncestor(DependencyObject) Visual.TransformToAncestor(Visual) Visual.TransformToAncestor(Visual3D) Visual.TransformToDescendant(Visual) Visual.TransformToVisual(Visual) Visual.PointToScreen(Point) Visual.PointFromScreen(Point) Visual.VisualParent Visual.VisualTransform Visual.VisualEffect Visual.VisualBitmapEffect Visual.VisualBitmapEffectInput Visual.VisualCacheMode Visual.VisualScrollableAreaClip Visual.VisualClip Visual.VisualOffset Visual.VisualOpacity Visual.VisualEdgeMode Visual.VisualBitmapScalingMode Visual.VisualClearTypeHint Visual.VisualTextRenderingMode Visual.VisualTextHintingMode Visual.VisualOpacityMask Visual.VisualXSnappingGuidelines Visual.VisualYSnappingGuidelines DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax [TemplatePart(Name = \"PART_ProgressBar\", Type = typeof(ProgressBar))] [TemplatePart(Name = \"PART_TextBox\", Type = typeof(TextBlock))] public class ProgressBarWithPercentageText : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient Constructors ProgressBarWithPercentageText() Declaration public ProgressBarWithPercentageText() Fields BarHeightProperty Declaration public static readonly DependencyProperty BarHeightProperty Field Value Type Description DependencyProperty ForegroundFillProperty Declaration public static readonly DependencyProperty ForegroundFillProperty Field Value Type Description DependencyProperty ValueProperty Declaration public static readonly DependencyProperty ValueProperty Field Value Type Description DependencyProperty Properties BarHeight Declaration public double BarHeight { get; set; } Property Value Type Description double ForegroundFill Declaration public Brush ForegroundFill { get; set; } Property Value Type Description Brush Value Declaration public double Value { get; set; } Property Value Type Description double Methods OnApplyTemplate() Declaration public override void OnApplyTemplate() Overrides FrameworkElement.OnApplyTemplate() Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ProgressBarWithPercentageText Inheritance System.Object ProgressBarWithPercentageText Namespace : Sdl.Desktop.Platform.Controls.Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ProgressBarWithPercentageText : Control Constructors ProgressBarWithPercentageText() Declaration public ProgressBarWithPercentageText() Fields BarHeightProperty Declaration public static readonly DependencyProperty BarHeightProperty Field Value Type Description System.Windows.DependencyProperty ForegroundFillProperty Declaration public static readonly DependencyProperty ForegroundFillProperty Field Value Type Description System.Windows.DependencyProperty ValueProperty Declaration public static readonly DependencyProperty ValueProperty Field Value Type Description System.Windows.DependencyProperty Properties BarHeight Declaration public double BarHeight { get; set; } Property Value Type Description System.Double ForegroundFill Declaration public Brush ForegroundFill { get; set; } Property Value Type Description System.Windows.Media.Brush Value Declaration public double Value { get; set; } Property Value Type Description System.Double Methods OnApplyTemplate() Declaration public override void OnApplyTemplate() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.html", "title": "Class SortWiseDataGrid", - "keywords": "Class SortWiseDataGrid Inheritance object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ItemsControl Selector MultiSelector DataGrid SortWiseDataGrid DataGridWithMultipleSelection Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IContainItemStorage Inherited Members DataGrid.CanUserResizeColumnsProperty DataGrid.ColumnWidthProperty DataGrid.MinColumnWidthProperty DataGrid.MaxColumnWidthProperty DataGrid.GridLinesVisibilityProperty DataGrid.HorizontalGridLinesBrushProperty DataGrid.VerticalGridLinesBrushProperty DataGrid.RowStyleProperty DataGrid.RowValidationErrorTemplateProperty DataGrid.RowStyleSelectorProperty DataGrid.RowBackgroundProperty DataGrid.AlternatingRowBackgroundProperty DataGrid.RowHeightProperty DataGrid.MinRowHeightProperty DataGrid.RowHeaderWidthProperty DataGrid.RowHeaderActualWidthProperty DataGrid.ColumnHeaderHeightProperty DataGrid.HeadersVisibilityProperty DataGrid.CellStyleProperty DataGrid.ColumnHeaderStyleProperty DataGrid.RowHeaderStyleProperty DataGrid.RowHeaderTemplateProperty DataGrid.RowHeaderTemplateSelectorProperty DataGrid.HorizontalScrollBarVisibilityProperty DataGrid.VerticalScrollBarVisibilityProperty DataGrid.BeginEditCommand DataGrid.CommitEditCommand DataGrid.CancelEditCommand DataGrid.IsReadOnlyProperty DataGrid.CurrentItemProperty DataGrid.CurrentColumnProperty DataGrid.CurrentCellProperty DataGrid.CanUserAddRowsProperty DataGrid.CanUserDeleteRowsProperty DataGrid.RowDetailsVisibilityModeProperty DataGrid.AreRowDetailsFrozenProperty DataGrid.RowDetailsTemplateProperty DataGrid.RowDetailsTemplateSelectorProperty DataGrid.CanUserResizeRowsProperty DataGrid.NewItemMarginProperty DataGrid.SelectionModeProperty DataGrid.SelectionUnitProperty DataGrid.CanUserSortColumnsProperty DataGrid.AutoGenerateColumnsProperty DataGrid.FrozenColumnCountProperty DataGrid.NonFrozenColumnsViewportHorizontalOffsetProperty DataGrid.EnableRowVirtualizationProperty DataGrid.EnableColumnVirtualizationProperty DataGrid.CanUserReorderColumnsProperty DataGrid.DragIndicatorStyleProperty DataGrid.DropLocationIndicatorStyleProperty DataGrid.ClipboardCopyModeProperty DataGrid.CellsPanelHorizontalOffsetProperty DataGrid.ColumnFromDisplayIndex(int) DataGrid.OnColumnDisplayIndexChanged(DataGridColumnEventArgs) DataGrid.OnTemplateChanged(ControlTemplate, ControlTemplate) DataGrid.IsItemItsOwnContainerOverride(object) DataGrid.GetContainerForItemOverride() DataGrid.PrepareContainerForItemOverride(DependencyObject, object) DataGrid.ClearContainerForItemOverride(DependencyObject, object) DataGrid.OnLoadingRow(DataGridRowEventArgs) DataGrid.OnUnloadingRow(DataGridRowEventArgs) DataGrid.SetDetailsVisibilityForItem(object, Visibility) DataGrid.GetDetailsVisibilityForItem(object) DataGrid.ClearDetailsVisibilityForItem(object) DataGrid.ScrollIntoView(object) DataGrid.ScrollIntoView(object, DataGridColumn) DataGrid.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) DataGrid.OnCanExecuteBeginEdit(CanExecuteRoutedEventArgs) DataGrid.OnExecutedBeginEdit(ExecutedRoutedEventArgs) DataGrid.OnCanExecuteCommitEdit(CanExecuteRoutedEventArgs) DataGrid.OnExecutedCommitEdit(ExecutedRoutedEventArgs) DataGrid.OnRowEditEnding(DataGridRowEditEndingEventArgs) DataGrid.OnCellEditEnding(DataGridCellEditEndingEventArgs) DataGrid.OnCanExecuteCancelEdit(CanExecuteRoutedEventArgs) DataGrid.OnExecutedCancelEdit(ExecutedRoutedEventArgs) DataGrid.OnCanExecuteDelete(CanExecuteRoutedEventArgs) DataGrid.OnExecutedDelete(ExecutedRoutedEventArgs) DataGrid.OnCurrentCellChanged(EventArgs) DataGrid.OnBeginningEdit(DataGridBeginningEditEventArgs) DataGrid.OnPreparingCellForEdit(DataGridPreparingCellForEditEventArgs) DataGrid.BeginEdit() DataGrid.BeginEdit(RoutedEventArgs) DataGrid.CancelEdit() DataGrid.CancelEdit(DataGridEditingUnit) DataGrid.CommitEdit() DataGrid.CommitEdit(DataGridEditingUnit, bool) DataGrid.OnAddingNewItem(AddingNewItemEventArgs) DataGrid.OnInitializingNewItem(InitializingNewItemEventArgs) DataGrid.OnLoadingRowDetails(DataGridRowDetailsEventArgs) DataGrid.OnUnloadingRowDetails(DataGridRowDetailsEventArgs) DataGrid.OnRowDetailsVisibilityChanged(DataGridRowDetailsEventArgs) DataGrid.OnSelectedCellsChanged(SelectedCellsChangedEventArgs) DataGrid.SelectAllCells() DataGrid.UnselectAllCells() DataGrid.OnSelectionChanged(SelectionChangedEventArgs) DataGrid.OnTextInput(TextCompositionEventArgs) DataGrid.OnKeyDown(KeyEventArgs) DataGrid.OnMouseMove(MouseEventArgs) DataGrid.OnContextMenuOpening(ContextMenuEventArgs) DataGrid.OnCreateAutomationPeer() DataGrid.OnAutoGeneratedColumns(EventArgs) DataGrid.OnAutoGeneratingColumn(DataGridAutoGeneratingColumnEventArgs) DataGrid.MeasureOverride(Size) DataGrid.OnItemsChanged(NotifyCollectionChangedEventArgs) DataGrid.GenerateColumns(IItemProperties) DataGrid.OnApplyTemplate() DataGrid.OnColumnHeaderDragStarted(DragStartedEventArgs) DataGrid.OnColumnReordering(DataGridColumnReorderingEventArgs) DataGrid.OnColumnHeaderDragDelta(DragDeltaEventArgs) DataGrid.OnColumnHeaderDragCompleted(DragCompletedEventArgs) DataGrid.OnColumnReordered(DataGridColumnEventArgs) DataGrid.OnCanExecuteCopy(CanExecuteRoutedEventArgs) DataGrid.OnExecutedCopy(ExecutedRoutedEventArgs) DataGrid.OnCopyingRowClipboardContent(DataGridRowClipboardEventArgs) DataGrid.Columns DataGrid.CanUserResizeColumns DataGrid.ColumnWidth DataGrid.MinColumnWidth DataGrid.MaxColumnWidth DataGrid.GridLinesVisibility DataGrid.HorizontalGridLinesBrush DataGrid.VerticalGridLinesBrush DataGrid.RowStyle DataGrid.RowValidationErrorTemplate DataGrid.RowValidationRules DataGrid.RowStyleSelector DataGrid.RowBackground DataGrid.AlternatingRowBackground DataGrid.RowHeight DataGrid.MinRowHeight DataGrid.RowHeaderWidth DataGrid.RowHeaderActualWidth DataGrid.ColumnHeaderHeight DataGrid.HeadersVisibility DataGrid.CellStyle DataGrid.ColumnHeaderStyle DataGrid.RowHeaderStyle DataGrid.RowHeaderTemplate DataGrid.RowHeaderTemplateSelector DataGrid.FocusBorderBrushKey DataGrid.HeadersVisibilityConverter DataGrid.RowDetailsScrollingConverter DataGrid.HorizontalScrollBarVisibility DataGrid.VerticalScrollBarVisibility DataGrid.HandlesScrolling DataGrid.DeleteCommand DataGrid.IsReadOnly DataGrid.CurrentItem DataGrid.CurrentColumn DataGrid.CurrentCell DataGrid.CanUserAddRows DataGrid.CanUserDeleteRows DataGrid.RowDetailsVisibilityMode DataGrid.AreRowDetailsFrozen DataGrid.RowDetailsTemplate DataGrid.RowDetailsTemplateSelector DataGrid.CanUserResizeRows DataGrid.NewItemMargin DataGrid.SelectedCells DataGrid.SelectAllCommand DataGrid.SelectionMode DataGrid.SelectionUnit DataGrid.CanUserSortColumns DataGrid.AutoGenerateColumns DataGrid.FrozenColumnCount DataGrid.NonFrozenColumnsViewportHorizontalOffset DataGrid.EnableRowVirtualization DataGrid.EnableColumnVirtualization DataGrid.CanUserReorderColumns DataGrid.DragIndicatorStyle DataGrid.DropLocationIndicatorStyle DataGrid.ClipboardCopyMode DataGrid.CellsPanelHorizontalOffset DataGrid.ColumnDisplayIndexChanged DataGrid.LoadingRow DataGrid.UnloadingRow DataGrid.RowEditEnding DataGrid.CellEditEnding DataGrid.CurrentCellChanged DataGrid.BeginningEdit DataGrid.PreparingCellForEdit DataGrid.AddingNewItem DataGrid.InitializingNewItem DataGrid.LoadingRowDetails DataGrid.UnloadingRowDetails DataGrid.RowDetailsVisibilityChanged DataGrid.SelectedCellsChanged DataGrid.Sorting DataGrid.AutoGeneratedColumns DataGrid.AutoGeneratingColumn DataGrid.ColumnReordering DataGrid.ColumnHeaderDragStarted DataGrid.ColumnHeaderDragDelta DataGrid.ColumnHeaderDragCompleted DataGrid.ColumnReordered DataGrid.CopyingRowClipboardContent MultiSelector.BeginUpdateSelectedItems() MultiSelector.EndUpdateSelectedItems() MultiSelector.SelectAll() MultiSelector.UnselectAll() MultiSelector.CanSelectMultipleItems MultiSelector.SelectedItems MultiSelector.IsUpdatingSelectedItems Selector.SelectionChangedEvent Selector.SelectedEvent Selector.UnselectedEvent Selector.IsSelectionActiveProperty Selector.IsSelectedProperty Selector.IsSynchronizedWithCurrentItemProperty Selector.SelectedIndexProperty Selector.SelectedItemProperty Selector.SelectedValueProperty Selector.SelectedValuePathProperty Selector.AddSelectedHandler(DependencyObject, RoutedEventHandler) Selector.RemoveSelectedHandler(DependencyObject, RoutedEventHandler) Selector.AddUnselectedHandler(DependencyObject, RoutedEventHandler) Selector.RemoveUnselectedHandler(DependencyObject, RoutedEventHandler) Selector.GetIsSelectionActive(DependencyObject) Selector.GetIsSelected(DependencyObject) Selector.SetIsSelected(DependencyObject, bool) Selector.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) Selector.OnInitialized(EventArgs) Selector.IsSynchronizedWithCurrentItem Selector.SelectedIndex Selector.SelectedItem Selector.SelectedValue Selector.SelectedValuePath Selector.SelectionChanged ItemsControl.ItemsSourceProperty ItemsControl.HasItemsProperty ItemsControl.DisplayMemberPathProperty ItemsControl.ItemTemplateProperty ItemsControl.ItemTemplateSelectorProperty ItemsControl.ItemStringFormatProperty ItemsControl.ItemBindingGroupProperty ItemsControl.ItemContainerStyleProperty ItemsControl.ItemContainerStyleSelectorProperty ItemsControl.ItemsPanelProperty ItemsControl.IsGroupingProperty ItemsControl.GroupStyleSelectorProperty ItemsControl.AlternationCountProperty ItemsControl.AlternationIndexProperty ItemsControl.IsTextSearchEnabledProperty ItemsControl.IsTextSearchCaseSensitiveProperty ItemsControl.OnDisplayMemberPathChanged(string, string) ItemsControl.OnItemTemplateChanged(DataTemplate, DataTemplate) ItemsControl.OnItemTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector) ItemsControl.OnItemStringFormatChanged(string, string) ItemsControl.OnItemBindingGroupChanged(BindingGroup, BindingGroup) ItemsControl.OnItemContainerStyleChanged(Style, Style) ItemsControl.OnItemContainerStyleSelectorChanged(StyleSelector, StyleSelector) ItemsControl.GetItemsOwner(DependencyObject) ItemsControl.OnItemsPanelChanged(ItemsPanelTemplate, ItemsPanelTemplate) ItemsControl.OnGroupStyleSelectorChanged(GroupStyleSelector, GroupStyleSelector) ItemsControl.OnAlternationCountChanged(int, int) ItemsControl.GetAlternationIndex(DependencyObject) ItemsControl.ItemsControlFromItemContainer(DependencyObject) ItemsControl.ContainerFromElement(ItemsControl, DependencyObject) ItemsControl.ContainerFromElement(DependencyObject) ItemsControl.AddChild(object) ItemsControl.AddText(string) ItemsControl.BeginInit() ItemsControl.EndInit() ItemsControl.IsItemItsOwnContainer(object) ItemsControl.ShouldApplyItemContainerStyle(DependencyObject, object) ItemsControl.ToString() ItemsControl.Items ItemsControl.ItemsSource ItemsControl.ItemContainerGenerator ItemsControl.LogicalChildren ItemsControl.HasItems ItemsControl.DisplayMemberPath ItemsControl.ItemTemplate ItemsControl.ItemTemplateSelector ItemsControl.ItemStringFormat ItemsControl.ItemBindingGroup ItemsControl.ItemContainerStyle ItemsControl.ItemContainerStyleSelector ItemsControl.ItemsPanel ItemsControl.IsGrouping ItemsControl.GroupStyle ItemsControl.GroupStyleSelector ItemsControl.AlternationCount ItemsControl.IsTextSearchEnabled ItemsControl.IsTextSearchCaseSensitive Control.BorderBrushProperty Control.BorderThicknessProperty Control.BackgroundProperty Control.ForegroundProperty Control.FontFamilyProperty Control.FontSizeProperty Control.FontStretchProperty Control.FontStyleProperty Control.FontWeightProperty Control.HorizontalContentAlignmentProperty Control.VerticalContentAlignmentProperty Control.TabIndexProperty Control.IsTabStopProperty Control.PaddingProperty Control.TemplateProperty Control.PreviewMouseDoubleClickEvent Control.MouseDoubleClickEvent Control.OnPreviewMouseDoubleClick(MouseButtonEventArgs) Control.OnMouseDoubleClick(MouseButtonEventArgs) Control.ArrangeOverride(Size) Control.BorderBrush Control.BorderThickness Control.Background Control.Foreground Control.FontFamily Control.FontSize Control.FontStretch Control.FontStyle Control.FontWeight Control.HorizontalContentAlignment Control.VerticalContentAlignment Control.TabIndex Control.IsTabStop Control.Padding Control.Template Control.PreviewMouseDoubleClick Control.MouseDoubleClick FrameworkElement.StyleProperty FrameworkElement.OverridesDefaultStyleProperty FrameworkElement.UseLayoutRoundingProperty FrameworkElement.DefaultStyleKeyProperty FrameworkElement.DataContextProperty FrameworkElement.BindingGroupProperty FrameworkElement.LanguageProperty FrameworkElement.NameProperty FrameworkElement.TagProperty FrameworkElement.InputScopeProperty FrameworkElement.RequestBringIntoViewEvent FrameworkElement.SizeChangedEvent FrameworkElement.ActualWidthProperty FrameworkElement.ActualHeightProperty FrameworkElement.LayoutTransformProperty FrameworkElement.WidthProperty FrameworkElement.MinWidthProperty FrameworkElement.MaxWidthProperty FrameworkElement.HeightProperty FrameworkElement.MinHeightProperty FrameworkElement.MaxHeightProperty FrameworkElement.FlowDirectionProperty FrameworkElement.MarginProperty FrameworkElement.HorizontalAlignmentProperty FrameworkElement.VerticalAlignmentProperty FrameworkElement.FocusVisualStyleProperty FrameworkElement.CursorProperty FrameworkElement.ForceCursorProperty FrameworkElement.LoadedEvent FrameworkElement.UnloadedEvent FrameworkElement.ToolTipProperty FrameworkElement.ContextMenuProperty FrameworkElement.ToolTipOpeningEvent FrameworkElement.ToolTipClosingEvent FrameworkElement.ContextMenuOpeningEvent FrameworkElement.ContextMenuClosingEvent FrameworkElement.OnStyleChanged(Style, Style) FrameworkElement.ParentLayoutInvalidated(UIElement) FrameworkElement.ApplyTemplate() FrameworkElement.BeginStoryboard(Storyboard) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool) FrameworkElement.GetVisualChild(int) FrameworkElement.GetTemplateChild(string) FrameworkElement.FindResource(object) FrameworkElement.TryFindResource(object) FrameworkElement.SetResourceReference(DependencyProperty, object) FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs) FrameworkElement.OnVisualParentChanged(DependencyObject) FrameworkElement.GetBindingExpression(DependencyProperty) FrameworkElement.SetBinding(DependencyProperty, BindingBase) FrameworkElement.SetBinding(DependencyProperty, string) FrameworkElement.GetUIParentCore() FrameworkElement.BringIntoView() FrameworkElement.BringIntoView(Rect) FrameworkElement.GetFlowDirection(DependencyObject) FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) FrameworkElement.MeasureCore(Size) FrameworkElement.ArrangeCore(Rect) FrameworkElement.OnRenderSizeChanged(SizeChangedInfo) FrameworkElement.GetLayoutClip(Size) FrameworkElement.MoveFocus(TraversalRequest) FrameworkElement.PredictFocus(FocusNavigationDirection) FrameworkElement.OnGotFocus(RoutedEventArgs) FrameworkElement.OnToolTipOpening(ToolTipEventArgs) FrameworkElement.OnToolTipClosing(ToolTipEventArgs) FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs) FrameworkElement.RegisterName(string, object) FrameworkElement.UnregisterName(string) FrameworkElement.FindName(string) FrameworkElement.UpdateDefaultStyle() FrameworkElement.AddLogicalChild(object) FrameworkElement.RemoveLogicalChild(object) FrameworkElement.Style FrameworkElement.OverridesDefaultStyle FrameworkElement.UseLayoutRounding FrameworkElement.DefaultStyleKey FrameworkElement.Triggers FrameworkElement.TemplatedParent FrameworkElement.VisualChildrenCount FrameworkElement.Resources FrameworkElement.InheritanceBehavior FrameworkElement.DataContext FrameworkElement.BindingGroup FrameworkElement.Language FrameworkElement.Name FrameworkElement.Tag FrameworkElement.InputScope FrameworkElement.ActualWidth FrameworkElement.ActualHeight FrameworkElement.LayoutTransform FrameworkElement.Width FrameworkElement.MinWidth FrameworkElement.MaxWidth FrameworkElement.Height FrameworkElement.MinHeight FrameworkElement.MaxHeight FrameworkElement.FlowDirection FrameworkElement.Margin FrameworkElement.HorizontalAlignment FrameworkElement.VerticalAlignment FrameworkElement.FocusVisualStyle FrameworkElement.Cursor FrameworkElement.ForceCursor FrameworkElement.IsInitialized FrameworkElement.IsLoaded FrameworkElement.ToolTip FrameworkElement.ContextMenu FrameworkElement.Parent FrameworkElement.TargetUpdated FrameworkElement.SourceUpdated FrameworkElement.DataContextChanged FrameworkElement.RequestBringIntoView FrameworkElement.SizeChanged FrameworkElement.Initialized FrameworkElement.Loaded FrameworkElement.Unloaded FrameworkElement.ToolTipOpening FrameworkElement.ToolTipClosing FrameworkElement.ContextMenuOpening FrameworkElement.ContextMenuClosing UIElement.PreviewMouseDownEvent UIElement.MouseDownEvent UIElement.PreviewMouseUpEvent UIElement.MouseUpEvent UIElement.PreviewMouseLeftButtonDownEvent UIElement.MouseLeftButtonDownEvent UIElement.PreviewMouseLeftButtonUpEvent UIElement.MouseLeftButtonUpEvent UIElement.PreviewMouseRightButtonDownEvent UIElement.MouseRightButtonDownEvent UIElement.PreviewMouseRightButtonUpEvent UIElement.MouseRightButtonUpEvent UIElement.PreviewMouseMoveEvent UIElement.MouseMoveEvent UIElement.PreviewMouseWheelEvent UIElement.MouseWheelEvent UIElement.MouseEnterEvent UIElement.MouseLeaveEvent UIElement.GotMouseCaptureEvent UIElement.LostMouseCaptureEvent UIElement.QueryCursorEvent UIElement.PreviewStylusDownEvent UIElement.StylusDownEvent UIElement.PreviewStylusUpEvent UIElement.StylusUpEvent UIElement.PreviewStylusMoveEvent UIElement.StylusMoveEvent UIElement.PreviewStylusInAirMoveEvent UIElement.StylusInAirMoveEvent UIElement.StylusEnterEvent UIElement.StylusLeaveEvent UIElement.PreviewStylusInRangeEvent UIElement.StylusInRangeEvent UIElement.PreviewStylusOutOfRangeEvent UIElement.StylusOutOfRangeEvent UIElement.PreviewStylusSystemGestureEvent UIElement.StylusSystemGestureEvent UIElement.GotStylusCaptureEvent UIElement.LostStylusCaptureEvent UIElement.StylusButtonDownEvent UIElement.StylusButtonUpEvent UIElement.PreviewStylusButtonDownEvent UIElement.PreviewStylusButtonUpEvent UIElement.PreviewKeyDownEvent UIElement.KeyDownEvent UIElement.PreviewKeyUpEvent UIElement.KeyUpEvent UIElement.PreviewGotKeyboardFocusEvent UIElement.GotKeyboardFocusEvent UIElement.PreviewLostKeyboardFocusEvent UIElement.LostKeyboardFocusEvent UIElement.PreviewTextInputEvent UIElement.TextInputEvent UIElement.PreviewQueryContinueDragEvent UIElement.QueryContinueDragEvent UIElement.PreviewGiveFeedbackEvent UIElement.GiveFeedbackEvent UIElement.PreviewDragEnterEvent UIElement.DragEnterEvent UIElement.PreviewDragOverEvent UIElement.DragOverEvent UIElement.PreviewDragLeaveEvent UIElement.DragLeaveEvent UIElement.PreviewDropEvent UIElement.DropEvent UIElement.PreviewTouchDownEvent UIElement.TouchDownEvent UIElement.PreviewTouchMoveEvent UIElement.TouchMoveEvent UIElement.PreviewTouchUpEvent UIElement.TouchUpEvent UIElement.GotTouchCaptureEvent UIElement.LostTouchCaptureEvent UIElement.TouchEnterEvent UIElement.TouchLeaveEvent UIElement.IsMouseDirectlyOverProperty UIElement.IsMouseOverProperty UIElement.IsStylusOverProperty UIElement.IsKeyboardFocusWithinProperty UIElement.IsMouseCapturedProperty UIElement.IsMouseCaptureWithinProperty UIElement.IsStylusDirectlyOverProperty UIElement.IsStylusCapturedProperty UIElement.IsStylusCaptureWithinProperty UIElement.IsKeyboardFocusedProperty UIElement.AreAnyTouchesDirectlyOverProperty UIElement.AreAnyTouchesOverProperty UIElement.AreAnyTouchesCapturedProperty UIElement.AreAnyTouchesCapturedWithinProperty UIElement.AllowDropProperty UIElement.RenderTransformProperty UIElement.RenderTransformOriginProperty UIElement.OpacityProperty UIElement.OpacityMaskProperty UIElement.BitmapEffectProperty UIElement.EffectProperty UIElement.BitmapEffectInputProperty UIElement.CacheModeProperty UIElement.UidProperty UIElement.VisibilityProperty UIElement.ClipToBoundsProperty UIElement.ClipProperty UIElement.SnapsToDevicePixelsProperty UIElement.GotFocusEvent UIElement.LostFocusEvent UIElement.IsFocusedProperty UIElement.IsEnabledProperty UIElement.IsHitTestVisibleProperty UIElement.IsVisibleProperty UIElement.FocusableProperty UIElement.IsManipulationEnabledProperty UIElement.ManipulationStartingEvent UIElement.ManipulationStartedEvent UIElement.ManipulationDeltaEvent UIElement.ManipulationInertiaStartingEvent UIElement.ManipulationBoundaryFeedbackEvent UIElement.ManipulationCompletedEvent UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock) UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) UIElement.GetAnimationBaseValue(DependencyProperty) UIElement.RaiseEvent(RoutedEventArgs) UIElement.AddHandler(RoutedEvent, Delegate) UIElement.AddHandler(RoutedEvent, Delegate, bool) UIElement.RemoveHandler(RoutedEvent, Delegate) UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) UIElement.OnPreviewMouseDown(MouseButtonEventArgs) UIElement.OnMouseDown(MouseButtonEventArgs) UIElement.OnPreviewMouseUp(MouseButtonEventArgs) UIElement.OnMouseUp(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseMove(MouseEventArgs) UIElement.OnPreviewMouseWheel(MouseWheelEventArgs) UIElement.OnMouseWheel(MouseWheelEventArgs) UIElement.OnMouseEnter(MouseEventArgs) UIElement.OnMouseLeave(MouseEventArgs) UIElement.OnGotMouseCapture(MouseEventArgs) UIElement.OnLostMouseCapture(MouseEventArgs) UIElement.OnQueryCursor(QueryCursorEventArgs) UIElement.OnPreviewStylusDown(StylusDownEventArgs) UIElement.OnStylusDown(StylusDownEventArgs) UIElement.OnPreviewStylusUp(StylusEventArgs) UIElement.OnStylusUp(StylusEventArgs) UIElement.OnPreviewStylusMove(StylusEventArgs) UIElement.OnStylusMove(StylusEventArgs) UIElement.OnPreviewStylusInAirMove(StylusEventArgs) UIElement.OnStylusInAirMove(StylusEventArgs) UIElement.OnStylusEnter(StylusEventArgs) UIElement.OnStylusLeave(StylusEventArgs) UIElement.OnPreviewStylusInRange(StylusEventArgs) UIElement.OnStylusInRange(StylusEventArgs) UIElement.OnPreviewStylusOutOfRange(StylusEventArgs) UIElement.OnStylusOutOfRange(StylusEventArgs) UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnGotStylusCapture(StylusEventArgs) UIElement.OnLostStylusCapture(StylusEventArgs) UIElement.OnStylusButtonDown(StylusButtonEventArgs) UIElement.OnStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewKeyDown(KeyEventArgs) UIElement.OnPreviewKeyUp(KeyEventArgs) UIElement.OnKeyUp(KeyEventArgs) UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewTextInput(TextCompositionEventArgs) UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs) UIElement.OnGiveFeedback(GiveFeedbackEventArgs) UIElement.OnPreviewDragEnter(DragEventArgs) UIElement.OnDragEnter(DragEventArgs) UIElement.OnPreviewDragOver(DragEventArgs) UIElement.OnDragOver(DragEventArgs) UIElement.OnPreviewDragLeave(DragEventArgs) UIElement.OnDragLeave(DragEventArgs) UIElement.OnPreviewDrop(DragEventArgs) UIElement.OnDrop(DragEventArgs) UIElement.OnPreviewTouchDown(TouchEventArgs) UIElement.OnTouchDown(TouchEventArgs) UIElement.OnPreviewTouchMove(TouchEventArgs) UIElement.OnTouchMove(TouchEventArgs) UIElement.OnPreviewTouchUp(TouchEventArgs) UIElement.OnTouchUp(TouchEventArgs) UIElement.OnGotTouchCapture(TouchEventArgs) UIElement.OnLostTouchCapture(TouchEventArgs) UIElement.OnTouchEnter(TouchEventArgs) UIElement.OnTouchLeave(TouchEventArgs) UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) UIElement.InvalidateMeasure() UIElement.InvalidateArrange() UIElement.InvalidateVisual() UIElement.OnChildDesiredSizeChanged(UIElement) UIElement.Measure(Size) UIElement.Arrange(Rect) UIElement.OnRender(DrawingContext) UIElement.UpdateLayout() UIElement.TranslatePoint(Point, UIElement) UIElement.InputHitTest(Point) UIElement.CaptureMouse() UIElement.ReleaseMouseCapture() UIElement.CaptureStylus() UIElement.ReleaseStylusCapture() UIElement.Focus() UIElement.OnAccessKey(AccessKeyEventArgs) UIElement.HitTestCore(PointHitTestParameters) UIElement.HitTestCore(GeometryHitTestParameters) UIElement.OnLostFocus(RoutedEventArgs) UIElement.OnManipulationStarting(ManipulationStartingEventArgs) UIElement.OnManipulationStarted(ManipulationStartedEventArgs) UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) UIElement.CaptureTouch(TouchDevice) UIElement.ReleaseTouchCapture(TouchDevice) UIElement.ReleaseAllTouchCaptures() UIElement.HasAnimatedProperties UIElement.InputBindings UIElement.CommandBindings UIElement.AllowDrop UIElement.StylusPlugIns UIElement.DesiredSize UIElement.IsMeasureValid UIElement.IsArrangeValid UIElement.RenderSize UIElement.RenderTransform UIElement.RenderTransformOrigin UIElement.IsMouseDirectlyOver UIElement.IsMouseOver UIElement.IsStylusOver UIElement.IsKeyboardFocusWithin UIElement.IsMouseCaptured UIElement.IsMouseCaptureWithin UIElement.IsStylusDirectlyOver UIElement.IsStylusCaptured UIElement.IsStylusCaptureWithin UIElement.IsKeyboardFocused UIElement.IsInputMethodEnabled UIElement.Opacity UIElement.OpacityMask UIElement.BitmapEffect UIElement.Effect UIElement.BitmapEffectInput UIElement.CacheMode UIElement.Uid UIElement.Visibility UIElement.ClipToBounds UIElement.Clip UIElement.SnapsToDevicePixels UIElement.HasEffectiveKeyboardFocus UIElement.IsFocused UIElement.IsEnabled UIElement.IsEnabledCore UIElement.IsHitTestVisible UIElement.IsVisible UIElement.Focusable UIElement.PersistId UIElement.IsManipulationEnabled UIElement.AreAnyTouchesOver UIElement.AreAnyTouchesDirectlyOver UIElement.AreAnyTouchesCapturedWithin UIElement.AreAnyTouchesCaptured UIElement.TouchesCaptured UIElement.TouchesCapturedWithin UIElement.TouchesOver UIElement.TouchesDirectlyOver UIElement.PreviewMouseDown UIElement.MouseDown UIElement.PreviewMouseUp UIElement.MouseUp UIElement.PreviewMouseLeftButtonDown UIElement.MouseLeftButtonDown UIElement.PreviewMouseLeftButtonUp UIElement.MouseLeftButtonUp UIElement.PreviewMouseRightButtonDown UIElement.MouseRightButtonDown UIElement.PreviewMouseRightButtonUp UIElement.MouseRightButtonUp UIElement.PreviewMouseMove UIElement.MouseMove UIElement.PreviewMouseWheel UIElement.MouseWheel UIElement.MouseEnter UIElement.MouseLeave UIElement.GotMouseCapture UIElement.LostMouseCapture UIElement.QueryCursor UIElement.PreviewStylusDown UIElement.StylusDown UIElement.PreviewStylusUp UIElement.StylusUp UIElement.PreviewStylusMove UIElement.StylusMove UIElement.PreviewStylusInAirMove UIElement.StylusInAirMove UIElement.StylusEnter UIElement.StylusLeave UIElement.PreviewStylusInRange UIElement.StylusInRange UIElement.PreviewStylusOutOfRange UIElement.StylusOutOfRange UIElement.PreviewStylusSystemGesture UIElement.StylusSystemGesture UIElement.GotStylusCapture UIElement.LostStylusCapture UIElement.StylusButtonDown UIElement.StylusButtonUp UIElement.PreviewStylusButtonDown UIElement.PreviewStylusButtonUp UIElement.PreviewKeyDown UIElement.KeyDown UIElement.PreviewKeyUp UIElement.KeyUp UIElement.PreviewGotKeyboardFocus UIElement.GotKeyboardFocus UIElement.PreviewLostKeyboardFocus UIElement.LostKeyboardFocus UIElement.PreviewTextInput UIElement.TextInput UIElement.PreviewQueryContinueDrag UIElement.QueryContinueDrag UIElement.PreviewGiveFeedback UIElement.GiveFeedback UIElement.PreviewDragEnter UIElement.DragEnter UIElement.PreviewDragOver UIElement.DragOver UIElement.PreviewDragLeave UIElement.DragLeave UIElement.PreviewDrop UIElement.Drop UIElement.PreviewTouchDown UIElement.TouchDown UIElement.PreviewTouchMove UIElement.TouchMove UIElement.PreviewTouchUp UIElement.TouchUp UIElement.GotTouchCapture UIElement.LostTouchCapture UIElement.TouchEnter UIElement.TouchLeave UIElement.IsMouseDirectlyOverChanged UIElement.IsKeyboardFocusWithinChanged UIElement.IsMouseCapturedChanged UIElement.IsMouseCaptureWithinChanged UIElement.IsStylusDirectlyOverChanged UIElement.IsStylusCapturedChanged UIElement.IsStylusCaptureWithinChanged UIElement.IsKeyboardFocusedChanged UIElement.LayoutUpdated UIElement.GotFocus UIElement.LostFocus UIElement.IsEnabledChanged UIElement.IsHitTestVisibleChanged UIElement.IsVisibleChanged UIElement.FocusableChanged UIElement.ManipulationStarting UIElement.ManipulationStarted UIElement.ManipulationDelta UIElement.ManipulationInertiaStarting UIElement.ManipulationBoundaryFeedback UIElement.ManipulationCompleted Visual.AddVisualChild(Visual) Visual.RemoveVisualChild(Visual) Visual.OnVisualChildrenChanged(DependencyObject, DependencyObject) Visual.OnDpiChanged(DpiScale, DpiScale) Visual.IsAncestorOf(DependencyObject) Visual.IsDescendantOf(DependencyObject) Visual.FindCommonVisualAncestor(DependencyObject) Visual.TransformToAncestor(Visual) Visual.TransformToAncestor(Visual3D) Visual.TransformToDescendant(Visual) Visual.TransformToVisual(Visual) Visual.PointToScreen(Point) Visual.PointFromScreen(Point) Visual.VisualParent Visual.VisualTransform Visual.VisualEffect Visual.VisualBitmapEffect Visual.VisualBitmapEffectInput Visual.VisualCacheMode Visual.VisualScrollableAreaClip Visual.VisualClip Visual.VisualOffset Visual.VisualOpacity Visual.VisualEdgeMode Visual.VisualBitmapScalingMode Visual.VisualClearTypeHint Visual.VisualTextRenderingMode Visual.VisualTextHintingMode Visual.VisualOpacityMask Visual.VisualXSnappingGuidelines Visual.VisualYSnappingGuidelines DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class SortWiseDataGrid : DataGrid, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage Constructors SortWiseDataGrid() Declaration public SortWiseDataGrid() Properties DefaultColumnName Declaration public string DefaultColumnName { get; set; } Property Value Type Description string DefaultSortDirection Declaration public ListSortDirection DefaultSortDirection { get; set; } Property Value Type Description ListSortDirection Methods OnItemsSourceChanged(IEnumerable, IEnumerable) Declaration protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue) Parameters Type Name Description IEnumerable oldValue IEnumerable newValue Overrides DataGrid.OnItemsSourceChanged(IEnumerable, IEnumerable) OnSorting(DataGridSortingEventArgs) Declaration protected override void OnSorting(DataGridSortingEventArgs eventArgs) Parameters Type Name Description DataGridSortingEventArgs eventArgs Overrides DataGrid.OnSorting(DataGridSortingEventArgs) Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IContainItemStorage Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SortWiseDataGrid Inheritance System.Object SortWiseDataGrid DataGridWithMultipleSelection Namespace : Sdl.Desktop.Platform.Controls.Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class SortWiseDataGrid : DataGrid Constructors SortWiseDataGrid() Declaration public SortWiseDataGrid() Properties DefaultColumnName Declaration public string DefaultColumnName { get; set; } Property Value Type Description System.String DefaultSortDirection Declaration public ListSortDirection DefaultSortDirection { get; set; } Property Value Type Description System.ComponentModel.ListSortDirection Methods OnItemsSourceChanged(IEnumerable, IEnumerable) Declaration protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue) Parameters Type Name Description System.Collections.IEnumerable oldValue System.Collections.IEnumerable newValue OnSorting(DataGridSortingEventArgs) Declaration protected override void OnSorting(DataGridSortingEventArgs eventArgs) Parameters Type Name Description System.Windows.Controls.DataGridSortingEventArgs eventArgs Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.html", "title": "Class UniformWrapPanel", - "keywords": "Class UniformWrapPanel Use this Inheritance object DispatcherObject DependencyObject Visual UIElement FrameworkElement Panel WrapPanel UniformWrapPanel Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild Inherited Members WrapPanel.ItemWidthProperty WrapPanel.ItemHeightProperty WrapPanel.OrientationProperty WrapPanel.ArrangeOverride(Size) WrapPanel.ItemWidth WrapPanel.ItemHeight WrapPanel.Orientation Panel.BackgroundProperty Panel.IsItemsHostProperty Panel.ZIndexProperty Panel.OnRender(DrawingContext) Panel.OnIsItemsHostChanged(bool, bool) Panel.GetVisualChild(int) Panel.CreateUIElementCollection(FrameworkElement) Panel.OnVisualChildrenChanged(DependencyObject, DependencyObject) Panel.SetZIndex(UIElement, int) Panel.GetZIndex(UIElement) Panel.Background Panel.LogicalChildren Panel.Children Panel.IsItemsHost Panel.LogicalOrientationPublic Panel.LogicalOrientation Panel.HasLogicalOrientationPublic Panel.HasLogicalOrientation Panel.InternalChildren Panel.VisualChildrenCount FrameworkElement.StyleProperty FrameworkElement.OverridesDefaultStyleProperty FrameworkElement.UseLayoutRoundingProperty FrameworkElement.DefaultStyleKeyProperty FrameworkElement.DataContextProperty FrameworkElement.BindingGroupProperty FrameworkElement.LanguageProperty FrameworkElement.NameProperty FrameworkElement.TagProperty FrameworkElement.InputScopeProperty FrameworkElement.RequestBringIntoViewEvent FrameworkElement.SizeChangedEvent FrameworkElement.ActualWidthProperty FrameworkElement.ActualHeightProperty FrameworkElement.LayoutTransformProperty FrameworkElement.WidthProperty FrameworkElement.MinWidthProperty FrameworkElement.MaxWidthProperty FrameworkElement.HeightProperty FrameworkElement.MinHeightProperty FrameworkElement.MaxHeightProperty FrameworkElement.FlowDirectionProperty FrameworkElement.MarginProperty FrameworkElement.HorizontalAlignmentProperty FrameworkElement.VerticalAlignmentProperty FrameworkElement.FocusVisualStyleProperty FrameworkElement.CursorProperty FrameworkElement.ForceCursorProperty FrameworkElement.LoadedEvent FrameworkElement.UnloadedEvent FrameworkElement.ToolTipProperty FrameworkElement.ContextMenuProperty FrameworkElement.ToolTipOpeningEvent FrameworkElement.ToolTipClosingEvent FrameworkElement.ContextMenuOpeningEvent FrameworkElement.ContextMenuClosingEvent FrameworkElement.OnStyleChanged(Style, Style) FrameworkElement.ParentLayoutInvalidated(UIElement) FrameworkElement.ApplyTemplate() FrameworkElement.OnApplyTemplate() FrameworkElement.BeginStoryboard(Storyboard) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool) FrameworkElement.GetTemplateChild(string) FrameworkElement.FindResource(object) FrameworkElement.TryFindResource(object) FrameworkElement.SetResourceReference(DependencyProperty, object) FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs) FrameworkElement.OnVisualParentChanged(DependencyObject) FrameworkElement.GetBindingExpression(DependencyProperty) FrameworkElement.SetBinding(DependencyProperty, BindingBase) FrameworkElement.SetBinding(DependencyProperty, string) FrameworkElement.GetUIParentCore() FrameworkElement.BringIntoView() FrameworkElement.BringIntoView(Rect) FrameworkElement.GetFlowDirection(DependencyObject) FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) FrameworkElement.MeasureCore(Size) FrameworkElement.ArrangeCore(Rect) FrameworkElement.OnRenderSizeChanged(SizeChangedInfo) FrameworkElement.GetLayoutClip(Size) FrameworkElement.MoveFocus(TraversalRequest) FrameworkElement.PredictFocus(FocusNavigationDirection) FrameworkElement.OnGotFocus(RoutedEventArgs) FrameworkElement.BeginInit() FrameworkElement.EndInit() FrameworkElement.OnInitialized(EventArgs) FrameworkElement.OnToolTipOpening(ToolTipEventArgs) FrameworkElement.OnToolTipClosing(ToolTipEventArgs) FrameworkElement.OnContextMenuOpening(ContextMenuEventArgs) FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs) FrameworkElement.RegisterName(string, object) FrameworkElement.UnregisterName(string) FrameworkElement.FindName(string) FrameworkElement.UpdateDefaultStyle() FrameworkElement.AddLogicalChild(object) FrameworkElement.RemoveLogicalChild(object) FrameworkElement.Style FrameworkElement.OverridesDefaultStyle FrameworkElement.UseLayoutRounding FrameworkElement.DefaultStyleKey FrameworkElement.Triggers FrameworkElement.TemplatedParent FrameworkElement.Resources FrameworkElement.InheritanceBehavior FrameworkElement.DataContext FrameworkElement.BindingGroup FrameworkElement.Language FrameworkElement.Name FrameworkElement.Tag FrameworkElement.InputScope FrameworkElement.ActualWidth FrameworkElement.ActualHeight FrameworkElement.LayoutTransform FrameworkElement.Width FrameworkElement.MinWidth FrameworkElement.MaxWidth FrameworkElement.Height FrameworkElement.MinHeight FrameworkElement.MaxHeight FrameworkElement.FlowDirection FrameworkElement.Margin FrameworkElement.HorizontalAlignment FrameworkElement.VerticalAlignment FrameworkElement.FocusVisualStyle FrameworkElement.Cursor FrameworkElement.ForceCursor FrameworkElement.IsInitialized FrameworkElement.IsLoaded FrameworkElement.ToolTip FrameworkElement.ContextMenu FrameworkElement.Parent FrameworkElement.TargetUpdated FrameworkElement.SourceUpdated FrameworkElement.DataContextChanged FrameworkElement.RequestBringIntoView FrameworkElement.SizeChanged FrameworkElement.Initialized FrameworkElement.Loaded FrameworkElement.Unloaded FrameworkElement.ToolTipOpening FrameworkElement.ToolTipClosing FrameworkElement.ContextMenuOpening FrameworkElement.ContextMenuClosing UIElement.PreviewMouseDownEvent UIElement.MouseDownEvent UIElement.PreviewMouseUpEvent UIElement.MouseUpEvent UIElement.PreviewMouseLeftButtonDownEvent UIElement.MouseLeftButtonDownEvent UIElement.PreviewMouseLeftButtonUpEvent UIElement.MouseLeftButtonUpEvent UIElement.PreviewMouseRightButtonDownEvent UIElement.MouseRightButtonDownEvent UIElement.PreviewMouseRightButtonUpEvent UIElement.MouseRightButtonUpEvent UIElement.PreviewMouseMoveEvent UIElement.MouseMoveEvent UIElement.PreviewMouseWheelEvent UIElement.MouseWheelEvent UIElement.MouseEnterEvent UIElement.MouseLeaveEvent UIElement.GotMouseCaptureEvent UIElement.LostMouseCaptureEvent UIElement.QueryCursorEvent UIElement.PreviewStylusDownEvent UIElement.StylusDownEvent UIElement.PreviewStylusUpEvent UIElement.StylusUpEvent UIElement.PreviewStylusMoveEvent UIElement.StylusMoveEvent UIElement.PreviewStylusInAirMoveEvent UIElement.StylusInAirMoveEvent UIElement.StylusEnterEvent UIElement.StylusLeaveEvent UIElement.PreviewStylusInRangeEvent UIElement.StylusInRangeEvent UIElement.PreviewStylusOutOfRangeEvent UIElement.StylusOutOfRangeEvent UIElement.PreviewStylusSystemGestureEvent UIElement.StylusSystemGestureEvent UIElement.GotStylusCaptureEvent UIElement.LostStylusCaptureEvent UIElement.StylusButtonDownEvent UIElement.StylusButtonUpEvent UIElement.PreviewStylusButtonDownEvent UIElement.PreviewStylusButtonUpEvent UIElement.PreviewKeyDownEvent UIElement.KeyDownEvent UIElement.PreviewKeyUpEvent UIElement.KeyUpEvent UIElement.PreviewGotKeyboardFocusEvent UIElement.GotKeyboardFocusEvent UIElement.PreviewLostKeyboardFocusEvent UIElement.LostKeyboardFocusEvent UIElement.PreviewTextInputEvent UIElement.TextInputEvent UIElement.PreviewQueryContinueDragEvent UIElement.QueryContinueDragEvent UIElement.PreviewGiveFeedbackEvent UIElement.GiveFeedbackEvent UIElement.PreviewDragEnterEvent UIElement.DragEnterEvent UIElement.PreviewDragOverEvent UIElement.DragOverEvent UIElement.PreviewDragLeaveEvent UIElement.DragLeaveEvent UIElement.PreviewDropEvent UIElement.DropEvent UIElement.PreviewTouchDownEvent UIElement.TouchDownEvent UIElement.PreviewTouchMoveEvent UIElement.TouchMoveEvent UIElement.PreviewTouchUpEvent UIElement.TouchUpEvent UIElement.GotTouchCaptureEvent UIElement.LostTouchCaptureEvent UIElement.TouchEnterEvent UIElement.TouchLeaveEvent UIElement.IsMouseDirectlyOverProperty UIElement.IsMouseOverProperty UIElement.IsStylusOverProperty UIElement.IsKeyboardFocusWithinProperty UIElement.IsMouseCapturedProperty UIElement.IsMouseCaptureWithinProperty UIElement.IsStylusDirectlyOverProperty UIElement.IsStylusCapturedProperty UIElement.IsStylusCaptureWithinProperty UIElement.IsKeyboardFocusedProperty UIElement.AreAnyTouchesDirectlyOverProperty UIElement.AreAnyTouchesOverProperty UIElement.AreAnyTouchesCapturedProperty UIElement.AreAnyTouchesCapturedWithinProperty UIElement.AllowDropProperty UIElement.RenderTransformProperty UIElement.RenderTransformOriginProperty UIElement.OpacityProperty UIElement.OpacityMaskProperty UIElement.BitmapEffectProperty UIElement.EffectProperty UIElement.BitmapEffectInputProperty UIElement.CacheModeProperty UIElement.UidProperty UIElement.VisibilityProperty UIElement.ClipToBoundsProperty UIElement.ClipProperty UIElement.SnapsToDevicePixelsProperty UIElement.GotFocusEvent UIElement.LostFocusEvent UIElement.IsFocusedProperty UIElement.IsEnabledProperty UIElement.IsHitTestVisibleProperty UIElement.IsVisibleProperty UIElement.FocusableProperty UIElement.IsManipulationEnabledProperty UIElement.ManipulationStartingEvent UIElement.ManipulationStartedEvent UIElement.ManipulationDeltaEvent UIElement.ManipulationInertiaStartingEvent UIElement.ManipulationBoundaryFeedbackEvent UIElement.ManipulationCompletedEvent UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock) UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) UIElement.GetAnimationBaseValue(DependencyProperty) UIElement.RaiseEvent(RoutedEventArgs) UIElement.AddHandler(RoutedEvent, Delegate) UIElement.AddHandler(RoutedEvent, Delegate, bool) UIElement.RemoveHandler(RoutedEvent, Delegate) UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) UIElement.OnPreviewMouseDown(MouseButtonEventArgs) UIElement.OnMouseDown(MouseButtonEventArgs) UIElement.OnPreviewMouseUp(MouseButtonEventArgs) UIElement.OnMouseUp(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseMove(MouseEventArgs) UIElement.OnMouseMove(MouseEventArgs) UIElement.OnPreviewMouseWheel(MouseWheelEventArgs) UIElement.OnMouseWheel(MouseWheelEventArgs) UIElement.OnMouseEnter(MouseEventArgs) UIElement.OnMouseLeave(MouseEventArgs) UIElement.OnGotMouseCapture(MouseEventArgs) UIElement.OnLostMouseCapture(MouseEventArgs) UIElement.OnQueryCursor(QueryCursorEventArgs) UIElement.OnPreviewStylusDown(StylusDownEventArgs) UIElement.OnStylusDown(StylusDownEventArgs) UIElement.OnPreviewStylusUp(StylusEventArgs) UIElement.OnStylusUp(StylusEventArgs) UIElement.OnPreviewStylusMove(StylusEventArgs) UIElement.OnStylusMove(StylusEventArgs) UIElement.OnPreviewStylusInAirMove(StylusEventArgs) UIElement.OnStylusInAirMove(StylusEventArgs) UIElement.OnStylusEnter(StylusEventArgs) UIElement.OnStylusLeave(StylusEventArgs) UIElement.OnPreviewStylusInRange(StylusEventArgs) UIElement.OnStylusInRange(StylusEventArgs) UIElement.OnPreviewStylusOutOfRange(StylusEventArgs) UIElement.OnStylusOutOfRange(StylusEventArgs) UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnGotStylusCapture(StylusEventArgs) UIElement.OnLostStylusCapture(StylusEventArgs) UIElement.OnStylusButtonDown(StylusButtonEventArgs) UIElement.OnStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewKeyDown(KeyEventArgs) UIElement.OnKeyDown(KeyEventArgs) UIElement.OnPreviewKeyUp(KeyEventArgs) UIElement.OnKeyUp(KeyEventArgs) UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewTextInput(TextCompositionEventArgs) UIElement.OnTextInput(TextCompositionEventArgs) UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs) UIElement.OnGiveFeedback(GiveFeedbackEventArgs) UIElement.OnPreviewDragEnter(DragEventArgs) UIElement.OnDragEnter(DragEventArgs) UIElement.OnPreviewDragOver(DragEventArgs) UIElement.OnDragOver(DragEventArgs) UIElement.OnPreviewDragLeave(DragEventArgs) UIElement.OnDragLeave(DragEventArgs) UIElement.OnPreviewDrop(DragEventArgs) UIElement.OnDrop(DragEventArgs) UIElement.OnPreviewTouchDown(TouchEventArgs) UIElement.OnTouchDown(TouchEventArgs) UIElement.OnPreviewTouchMove(TouchEventArgs) UIElement.OnTouchMove(TouchEventArgs) UIElement.OnPreviewTouchUp(TouchEventArgs) UIElement.OnTouchUp(TouchEventArgs) UIElement.OnGotTouchCapture(TouchEventArgs) UIElement.OnLostTouchCapture(TouchEventArgs) UIElement.OnTouchEnter(TouchEventArgs) UIElement.OnTouchLeave(TouchEventArgs) UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) UIElement.InvalidateMeasure() UIElement.InvalidateArrange() UIElement.InvalidateVisual() UIElement.OnChildDesiredSizeChanged(UIElement) UIElement.Measure(Size) UIElement.Arrange(Rect) UIElement.UpdateLayout() UIElement.TranslatePoint(Point, UIElement) UIElement.InputHitTest(Point) UIElement.CaptureMouse() UIElement.ReleaseMouseCapture() UIElement.CaptureStylus() UIElement.ReleaseStylusCapture() UIElement.Focus() UIElement.OnAccessKey(AccessKeyEventArgs) UIElement.HitTestCore(PointHitTestParameters) UIElement.HitTestCore(GeometryHitTestParameters) UIElement.OnLostFocus(RoutedEventArgs) UIElement.OnCreateAutomationPeer() UIElement.OnManipulationStarting(ManipulationStartingEventArgs) UIElement.OnManipulationStarted(ManipulationStartedEventArgs) UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) UIElement.CaptureTouch(TouchDevice) UIElement.ReleaseTouchCapture(TouchDevice) UIElement.ReleaseAllTouchCaptures() UIElement.HasAnimatedProperties UIElement.InputBindings UIElement.CommandBindings UIElement.AllowDrop UIElement.StylusPlugIns UIElement.DesiredSize UIElement.IsMeasureValid UIElement.IsArrangeValid UIElement.RenderSize UIElement.RenderTransform UIElement.RenderTransformOrigin UIElement.IsMouseDirectlyOver UIElement.IsMouseOver UIElement.IsStylusOver UIElement.IsKeyboardFocusWithin UIElement.IsMouseCaptured UIElement.IsMouseCaptureWithin UIElement.IsStylusDirectlyOver UIElement.IsStylusCaptured UIElement.IsStylusCaptureWithin UIElement.IsKeyboardFocused UIElement.IsInputMethodEnabled UIElement.Opacity UIElement.OpacityMask UIElement.BitmapEffect UIElement.Effect UIElement.BitmapEffectInput UIElement.CacheMode UIElement.Uid UIElement.Visibility UIElement.ClipToBounds UIElement.Clip UIElement.SnapsToDevicePixels UIElement.HasEffectiveKeyboardFocus UIElement.IsFocused UIElement.IsEnabled UIElement.IsEnabledCore UIElement.IsHitTestVisible UIElement.IsVisible UIElement.Focusable UIElement.PersistId UIElement.IsManipulationEnabled UIElement.AreAnyTouchesOver UIElement.AreAnyTouchesDirectlyOver UIElement.AreAnyTouchesCapturedWithin UIElement.AreAnyTouchesCaptured UIElement.TouchesCaptured UIElement.TouchesCapturedWithin UIElement.TouchesOver UIElement.TouchesDirectlyOver UIElement.PreviewMouseDown UIElement.MouseDown UIElement.PreviewMouseUp UIElement.MouseUp UIElement.PreviewMouseLeftButtonDown UIElement.MouseLeftButtonDown UIElement.PreviewMouseLeftButtonUp UIElement.MouseLeftButtonUp UIElement.PreviewMouseRightButtonDown UIElement.MouseRightButtonDown UIElement.PreviewMouseRightButtonUp UIElement.MouseRightButtonUp UIElement.PreviewMouseMove UIElement.MouseMove UIElement.PreviewMouseWheel UIElement.MouseWheel UIElement.MouseEnter UIElement.MouseLeave UIElement.GotMouseCapture UIElement.LostMouseCapture UIElement.QueryCursor UIElement.PreviewStylusDown UIElement.StylusDown UIElement.PreviewStylusUp UIElement.StylusUp UIElement.PreviewStylusMove UIElement.StylusMove UIElement.PreviewStylusInAirMove UIElement.StylusInAirMove UIElement.StylusEnter UIElement.StylusLeave UIElement.PreviewStylusInRange UIElement.StylusInRange UIElement.PreviewStylusOutOfRange UIElement.StylusOutOfRange UIElement.PreviewStylusSystemGesture UIElement.StylusSystemGesture UIElement.GotStylusCapture UIElement.LostStylusCapture UIElement.StylusButtonDown UIElement.StylusButtonUp UIElement.PreviewStylusButtonDown UIElement.PreviewStylusButtonUp UIElement.PreviewKeyDown UIElement.KeyDown UIElement.PreviewKeyUp UIElement.KeyUp UIElement.PreviewGotKeyboardFocus UIElement.GotKeyboardFocus UIElement.PreviewLostKeyboardFocus UIElement.LostKeyboardFocus UIElement.PreviewTextInput UIElement.TextInput UIElement.PreviewQueryContinueDrag UIElement.QueryContinueDrag UIElement.PreviewGiveFeedback UIElement.GiveFeedback UIElement.PreviewDragEnter UIElement.DragEnter UIElement.PreviewDragOver UIElement.DragOver UIElement.PreviewDragLeave UIElement.DragLeave UIElement.PreviewDrop UIElement.Drop UIElement.PreviewTouchDown UIElement.TouchDown UIElement.PreviewTouchMove UIElement.TouchMove UIElement.PreviewTouchUp UIElement.TouchUp UIElement.GotTouchCapture UIElement.LostTouchCapture UIElement.TouchEnter UIElement.TouchLeave UIElement.IsMouseDirectlyOverChanged UIElement.IsKeyboardFocusWithinChanged UIElement.IsMouseCapturedChanged UIElement.IsMouseCaptureWithinChanged UIElement.IsStylusDirectlyOverChanged UIElement.IsStylusCapturedChanged UIElement.IsStylusCaptureWithinChanged UIElement.IsKeyboardFocusedChanged UIElement.LayoutUpdated UIElement.GotFocus UIElement.LostFocus UIElement.IsEnabledChanged UIElement.IsHitTestVisibleChanged UIElement.IsVisibleChanged UIElement.FocusableChanged UIElement.ManipulationStarting UIElement.ManipulationStarted UIElement.ManipulationDelta UIElement.ManipulationInertiaStarting UIElement.ManipulationBoundaryFeedback UIElement.ManipulationCompleted Visual.AddVisualChild(Visual) Visual.RemoveVisualChild(Visual) Visual.OnDpiChanged(DpiScale, DpiScale) Visual.IsAncestorOf(DependencyObject) Visual.IsDescendantOf(DependencyObject) Visual.FindCommonVisualAncestor(DependencyObject) Visual.TransformToAncestor(Visual) Visual.TransformToAncestor(Visual3D) Visual.TransformToDescendant(Visual) Visual.TransformToVisual(Visual) Visual.PointToScreen(Point) Visual.PointFromScreen(Point) Visual.VisualParent Visual.VisualTransform Visual.VisualEffect Visual.VisualBitmapEffect Visual.VisualBitmapEffectInput Visual.VisualCacheMode Visual.VisualScrollableAreaClip Visual.VisualClip Visual.VisualOffset Visual.VisualOpacity Visual.VisualEdgeMode Visual.VisualBitmapScalingMode Visual.VisualClearTypeHint Visual.VisualTextRenderingMode Visual.VisualTextHintingMode Visual.VisualOpacityMask Visual.VisualXSnappingGuidelines Visual.VisualYSnappingGuidelines DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class UniformWrapPanel : WrapPanel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild Constructors UniformWrapPanel() Declaration public UniformWrapPanel() Methods MeasureOverride(Size) Declaration protected override Size MeasureOverride(Size availableSize) Parameters Type Name Description Size availableSize Returns Type Description Size Overrides WrapPanel.MeasureOverride(Size) Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class UniformWrapPanel Use this Inheritance System.Object UniformWrapPanel Namespace : Sdl.Desktop.Platform.Controls.Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class UniformWrapPanel : WrapPanel Constructors UniformWrapPanel() Declaration public UniformWrapPanel() Methods MeasureOverride(Size) Declaration protected override Size MeasureOverride(Size availableSize) Parameters Type Name Description System.Windows.Size availableSize Returns Type Description System.Windows.Size Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.html", @@ -3752,82 +3457,82 @@ "api/integration/Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.html", "title": "Class TextBoxWatermarkHelper", - "keywords": "Class TextBoxWatermarkHelper Inheritance object DispatcherObject DependencyObject TextBoxWatermarkHelper Inherited Members DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls WatermarkTextBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class TextBoxWatermarkHelper : DependencyObject Constructors TextBoxWatermarkHelper() Declaration public TextBoxWatermarkHelper() Fields IsWatermarkVisibleProperty Declaration public static readonly DependencyProperty IsWatermarkVisibleProperty Field Value Type Description DependencyProperty WatermarkTextProperty Declaration public static readonly DependencyProperty WatermarkTextProperty Field Value Type Description DependencyProperty Methods GetIsWatermarkVisible(TextBox) Declaration public static bool GetIsWatermarkVisible(TextBox control) Parameters Type Name Description TextBox control Returns Type Description bool GetWatermarkText(TextBox) Declaration public static string GetWatermarkText(TextBox control) Parameters Type Name Description TextBox control Returns Type Description string SetWatermarkText(TextBox, string) Declaration public static void SetWatermarkText(TextBox control, string text) Parameters Type Name Description TextBox control string text Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TextBoxWatermarkHelper Inheritance System.Object TextBoxWatermarkHelper Namespace : Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class TextBoxWatermarkHelper : DependencyObject Constructors TextBoxWatermarkHelper() Declaration public TextBoxWatermarkHelper() Fields IsWatermarkVisibleProperty Declaration public static readonly DependencyProperty IsWatermarkVisibleProperty Field Value Type Description System.Windows.DependencyProperty WatermarkTextProperty Declaration public static readonly DependencyProperty WatermarkTextProperty Field Value Type Description System.Windows.DependencyProperty Methods GetIsWatermarkVisible(TextBox) Declaration public static bool GetIsWatermarkVisible(TextBox control) Parameters Type Name Description System.Windows.Controls.TextBox control Returns Type Description System.Boolean GetWatermarkText(TextBox) Declaration public static string GetWatermarkText(TextBox control) Parameters Type Name Description System.Windows.Controls.TextBox control Returns Type Description System.String SetWatermarkText(TextBox, String) Declaration public static void SetWatermarkText(TextBox control, string text) Parameters Type Name Description System.Windows.Controls.TextBox control System.String text Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html", "title": "Class WindowsControlUtils", - "keywords": "Class WindowsControlUtils Inheritance object WindowsControlUtils Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class WindowsControlUtils Methods ForWindowFromFrameworkElement(object, Action) Declaration public static void ForWindowFromFrameworkElement(this object frameworkElement, Action action) Parameters Type Name Description object frameworkElement Action Window action" + "keywords": "Class WindowsControlUtils Inheritance System.Object WindowsControlUtils 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.Desktop.Platform.Controls.Controls Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class WindowsControlUtils Methods ForWindowFromFrameworkElement(Object, Action) Declaration public static void ForWindowFromFrameworkElement(this object frameworkElement, Action action) Parameters Type Name Description System.Object frameworkElement System.Action < System.Windows.Window > action" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanConverter-1.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanConverter-1.html", "title": "Class BooleanConverter", - "keywords": "Class BooleanConverter Inheritance object BooleanConverter BooleanToFontConverter BooleanToVisibilityConverter InverseBooleanToVisibilityConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class BooleanConverter : IValueConverter Type Parameters Name Description T Constructors BooleanConverter(T, T) Declaration public BooleanConverter(T trueValue, T falseValue) Parameters Type Name Description T trueValue T falseValue Properties False Declaration public T False { get; set; } Property Value Type Description T True Declaration public T True { get; set; } Property Value Type Description T Methods Convert(object, Type, object, CultureInfo) Declaration public virtual object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public virtual object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class BooleanConverter Inheritance System.Object BooleanConverter BooleanToFontConverter BooleanToVisibilityConverter InverseBooleanToVisibilityConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class BooleanConverter Type Parameters Name Description T Constructors BooleanConverter(T, T) Declaration public BooleanConverter(T trueValue, T falseValue) Parameters Type Name Description T trueValue T falseValue Properties False Declaration public T False { get; set; } Property Value Type Description T True Declaration public T True { get; set; } Property Value Type Description T Methods Convert(Object, Type, Object, CultureInfo) Declaration public virtual object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public virtual object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.html", "title": "Class BooleanOrConverter", - "keywords": "Class BooleanOrConverter Converter used in the NumericTextBox control's custom errortemplate Inheritance object BooleanOrConverter Implements IMultiValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class BooleanOrConverter : IMultiValueConverter Constructors BooleanOrConverter() Declaration public BooleanOrConverter() Methods Convert(object[], Type, object, CultureInfo) Declaration public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object values Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type[], object, CultureInfo) Declaration public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetTypes object parameter CultureInfo culture Returns Type Description object Implements IMultiValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class BooleanOrConverter Converter used in the NumericTextBox control's custom errortemplate Inheritance System.Object BooleanOrConverter Implements System.Windows.Data.IMultiValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class BooleanOrConverter Constructors BooleanOrConverter() Declaration public BooleanOrConverter() Methods Convert(Object[], Type, Object, CultureInfo) Declaration public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object [] values System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type[], Object, CultureInfo) Declaration public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type [] targetTypes System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object [] Implements System.Windows.Data.IMultiValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToAutoRowHeightConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToAutoRowHeightConverter.html", "title": "Class BooleanToAutoRowHeightConverter", - "keywords": "Class BooleanToAutoRowHeightConverter Inheritance object BooleanToGridRowHeightConverter BooleanToAutoRowHeightConverter Implements IValueConverter Inherited Members BooleanToGridRowHeightConverter.Convert(object, Type, object, CultureInfo) BooleanToGridRowHeightConverter.ConvertBack(object, Type, object, CultureInfo) object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class BooleanToAutoRowHeightConverter : BooleanToGridRowHeightConverter, IValueConverter Constructors BooleanToAutoRowHeightConverter() Declaration public BooleanToAutoRowHeightConverter() Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class BooleanToAutoRowHeightConverter Inheritance System.Object BooleanToGridRowHeightConverter BooleanToAutoRowHeightConverter Implements System.Windows.Data.IValueConverter Inherited Members BooleanToGridRowHeightConverter.Convert(Object, Type, Object, CultureInfo) BooleanToGridRowHeightConverter.ConvertBack(Object, Type, Object, CultureInfo) 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class BooleanToAutoRowHeightConverter : BooleanToGridRowHeightConverter Constructors BooleanToAutoRowHeightConverter() Declaration public BooleanToAutoRowHeightConverter() Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter.html", "title": "Class BooleanToFontConverter", - "keywords": "Class BooleanToFontConverter Inheritance object BooleanConverter System.Windows.FontWeight BooleanToFontConverter Implements IValueConverter Inherited Members BooleanConverter.Convert(object, Type, object, CultureInfo) BooleanConverter.ConvertBack(object, Type, object, CultureInfo) BooleanConverter.True BooleanConverter.False object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class BooleanToFontConverter : BooleanConverter, IValueConverter Constructors BooleanToFontConverter() Declaration public BooleanToFontConverter() Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class BooleanToFontConverter Inheritance System.Object BooleanConverter < System.Windows.FontWeight > BooleanToFontConverter Implements System.Windows.Data.IValueConverter Inherited Members BooleanConverter.Convert(Object, Type, Object, CultureInfo) BooleanConverter.ConvertBack(Object, Type, Object, CultureInfo) BooleanConverter.True BooleanConverter.False 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class BooleanToFontConverter : BooleanConverter Constructors BooleanToFontConverter() Declaration public BooleanToFontConverter() Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.html", "title": "Class BooleanToGridRowHeightConverter", - "keywords": "Class BooleanToGridRowHeightConverter Converts a Boolean value denoting visibility, to a grid row height value specified in a subclass. true => grid row should be visible, and converter returns the value false => grid row should be hidden, and converter returns 0. Inheritance object BooleanToGridRowHeightConverter BooleanToAutoRowHeightConverter BooleanToRatioRowHeightConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public abstract class BooleanToGridRowHeightConverter : IValueConverter Constructors BooleanToGridRowHeightConverter(object) Declaration protected BooleanToGridRowHeightConverter(object valueWhenVsible) Parameters Type Name Description object valueWhenVsible Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class BooleanToGridRowHeightConverter Converts a Boolean value denoting visibility, to a grid row height value specified in a subclass. true => grid row should be visible, and converter returns the value false => grid row should be hidden, and converter returns 0. Inheritance System.Object BooleanToGridRowHeightConverter BooleanToAutoRowHeightConverter BooleanToRatioRowHeightConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public abstract class BooleanToGridRowHeightConverter Constructors BooleanToGridRowHeightConverter(Object) Declaration protected BooleanToGridRowHeightConverter(object valueWhenVsible) Parameters Type Name Description System.Object valueWhenVsible Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToRatioRowHeightConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToRatioRowHeightConverter.html", "title": "Class BooleanToRatioRowHeightConverter", - "keywords": "Class BooleanToRatioRowHeightConverter Inheritance object BooleanToGridRowHeightConverter BooleanToRatioRowHeightConverter Implements IValueConverter Inherited Members BooleanToGridRowHeightConverter.Convert(object, Type, object, CultureInfo) BooleanToGridRowHeightConverter.ConvertBack(object, Type, object, CultureInfo) object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class BooleanToRatioRowHeightConverter : BooleanToGridRowHeightConverter, IValueConverter Constructors BooleanToRatioRowHeightConverter() Declaration public BooleanToRatioRowHeightConverter() Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class BooleanToRatioRowHeightConverter Inheritance System.Object BooleanToGridRowHeightConverter BooleanToRatioRowHeightConverter Implements System.Windows.Data.IValueConverter Inherited Members BooleanToGridRowHeightConverter.Convert(Object, Type, Object, CultureInfo) BooleanToGridRowHeightConverter.ConvertBack(Object, Type, Object, CultureInfo) 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class BooleanToRatioRowHeightConverter : BooleanToGridRowHeightConverter Constructors BooleanToRatioRowHeightConverter() Declaration public BooleanToRatioRowHeightConverter() Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter.html", "title": "Class BooleanToVisibilityConverter", - "keywords": "Class BooleanToVisibilityConverter Inheritance object BooleanConverter Visibility BooleanToVisibilityConverter Implements IValueConverter Inherited Members BooleanConverter.Convert(object, Type, object, CultureInfo) BooleanConverter.ConvertBack(object, Type, object, CultureInfo) BooleanConverter.True BooleanConverter.False object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class BooleanToVisibilityConverter : BooleanConverter, IValueConverter Constructors BooleanToVisibilityConverter() Declaration public BooleanToVisibilityConverter() Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class BooleanToVisibilityConverter Inheritance System.Object BooleanConverter < System.Windows.Visibility > BooleanToVisibilityConverter Implements System.Windows.Data.IValueConverter Inherited Members BooleanConverter.Convert(Object, Type, Object, CultureInfo) BooleanConverter.ConvertBack(Object, Type, Object, CultureInfo) BooleanConverter.True BooleanConverter.False 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class BooleanToVisibilityConverter : BooleanConverter Constructors BooleanToVisibilityConverter() Declaration public BooleanToVisibilityConverter() Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.html", "title": "Class BulletedStringConverter", - "keywords": "Class BulletedStringConverter Adds the bullet char in front of string Inheritance object BulletedStringConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class BulletedStringConverter : IValueConverter Constructors BulletedStringConverter() Declaration public BulletedStringConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class BulletedStringConverter Adds the bullet char in front of string Inheritance System.Object BulletedStringConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class BulletedStringConverter Constructors BulletedStringConverter() Declaration public BulletedStringConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.html", "title": "Class ComparisonConverter", - "keywords": "Class ComparisonConverter Inheritance object ComparisonConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ComparisonConverter : IValueConverter Constructors ComparisonConverter() Declaration public ComparisonConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ComparisonConverter Inheritance System.Object ComparisonConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ComparisonConverter Constructors ComparisonConverter() Declaration public ComparisonConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.html", "title": "Class EmptyStringConverter", - "keywords": "Class EmptyStringConverter Inheritance object EmptyStringConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class EmptyStringConverter : IValueConverter Constructors EmptyStringConverter() Declaration public EmptyStringConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class EmptyStringConverter Inheritance System.Object EmptyStringConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class EmptyStringConverter Constructors EmptyStringConverter() Declaration public EmptyStringConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.html", "title": "Class EnumMatchToBooleanConverter", - "keywords": "Class EnumMatchToBooleanConverter Inheritance object EnumMatchToBooleanConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class EnumMatchToBooleanConverter : IValueConverter Constructors EnumMatchToBooleanConverter() Declaration public EnumMatchToBooleanConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class EnumMatchToBooleanConverter Inheritance System.Object EnumMatchToBooleanConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class EnumMatchToBooleanConverter Constructors EnumMatchToBooleanConverter() Declaration public EnumMatchToBooleanConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.html", "title": "Class EnumToBooleanConverter", - "keywords": "Class EnumToBooleanConverter Inheritance object EnumToBooleanConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class EnumToBooleanConverter : IValueConverter Constructors EnumToBooleanConverter() Declaration public EnumToBooleanConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class EnumToBooleanConverter Inheritance System.Object EnumToBooleanConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class EnumToBooleanConverter Constructors EnumToBooleanConverter() Declaration public EnumToBooleanConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.html", "title": "Class FeedbackCompletedToVisibilityConverter", - "keywords": "Class FeedbackCompletedToVisibilityConverter Inheritance object FeedbackCompletedToVisibilityConverter Implements IMultiValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class FeedbackCompletedToVisibilityConverter : IMultiValueConverter Constructors FeedbackCompletedToVisibilityConverter() Declaration public FeedbackCompletedToVisibilityConverter() Methods Convert(object[], Type, object, CultureInfo) Declaration public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object values Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type[], object, CultureInfo) Declaration public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetTypes object parameter CultureInfo culture Returns Type Description object Implements IMultiValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class FeedbackCompletedToVisibilityConverter Inheritance System.Object FeedbackCompletedToVisibilityConverter Implements System.Windows.Data.IMultiValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class FeedbackCompletedToVisibilityConverter Constructors FeedbackCompletedToVisibilityConverter() Declaration public FeedbackCompletedToVisibilityConverter() Methods Convert(Object[], Type, Object, CultureInfo) Declaration public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object [] values System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type[], Object, CultureInfo) Declaration public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type [] targetTypes System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object [] Implements System.Windows.Data.IMultiValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.html", "title": "Class HasSourceToIsEnabledConverter", - "keywords": "Class HasSourceToIsEnabledConverter Inheritance object HasSourceToIsEnabledConverter Implements IMultiValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class HasSourceToIsEnabledConverter : IMultiValueConverter Constructors HasSourceToIsEnabledConverter() Declaration public HasSourceToIsEnabledConverter() Methods Convert(object[], Type, object, CultureInfo) Declaration public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object values Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type[], object, CultureInfo) Declaration public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetTypes object parameter CultureInfo culture Returns Type Description object Implements IMultiValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class HasSourceToIsEnabledConverter Inheritance System.Object HasSourceToIsEnabledConverter Implements System.Windows.Data.IMultiValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class HasSourceToIsEnabledConverter Constructors HasSourceToIsEnabledConverter() Declaration public HasSourceToIsEnabledConverter() Methods Convert(Object[], Type, Object, CultureInfo) Declaration public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object [] values System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type[], Object, CultureInfo) Declaration public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type [] targetTypes System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object [] Implements System.Windows.Data.IMultiValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.html", @@ -3837,122 +3542,122 @@ "api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.html", "title": "Class ImageDrawingToXamlConverter", - "keywords": "Class ImageDrawingToXamlConverter Inheritance object ImageDrawingToXamlConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax [ValueConversion(typeof(Image), typeof(ImageSource))] public class ImageDrawingToXamlConverter : IValueConverter Constructors ImageDrawingToXamlConverter() Declaration public ImageDrawingToXamlConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ImageDrawingToXamlConverter Inheritance System.Object ImageDrawingToXamlConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ImageDrawingToXamlConverter Constructors ImageDrawingToXamlConverter() Declaration public ImageDrawingToXamlConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.html", "title": "Class ImagePathToImageSourceConverter", - "keywords": "Class ImagePathToImageSourceConverter Converts the physical path of an image file to ImageSource Inheritance object ImagePathToImageSourceConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ImagePathToImageSourceConverter : IValueConverter Constructors ImagePathToImageSourceConverter() Declaration public ImagePathToImageSourceConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ImagePathToImageSourceConverter Converts the physical path of an image file to ImageSource Inheritance System.Object ImagePathToImageSourceConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ImagePathToImageSourceConverter Constructors ImagePathToImageSourceConverter() Declaration public ImagePathToImageSourceConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.html", "title": "Class ImageToBitmapImageConverter", - "keywords": "Class ImageToBitmapImageConverter Inheritance object ImageToBitmapImageConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax [ValueConversion(typeof(Image), typeof(ImageSource))] public class ImageToBitmapImageConverter : IValueConverter Constructors ImageToBitmapImageConverter() Declaration public ImageToBitmapImageConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ImageToBitmapImageConverter Inheritance System.Object ImageToBitmapImageConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ImageToBitmapImageConverter Constructors ImageToBitmapImageConverter() Declaration public ImageToBitmapImageConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.html", "title": "Class InverseBooleanConverter", - "keywords": "Class InverseBooleanConverter Inheritance object InverseBooleanConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax [ValueConversion(typeof(bool), typeof(bool))] public class InverseBooleanConverter : IValueConverter Constructors InverseBooleanConverter() Declaration public InverseBooleanConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class InverseBooleanConverter Inheritance System.Object InverseBooleanConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class InverseBooleanConverter Constructors InverseBooleanConverter() Declaration public InverseBooleanConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanToVisibilityConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanToVisibilityConverter.html", "title": "Class InverseBooleanToVisibilityConverter", - "keywords": "Class InverseBooleanToVisibilityConverter Inheritance object BooleanConverter Visibility InverseBooleanToVisibilityConverter Implements IValueConverter Inherited Members BooleanConverter.Convert(object, Type, object, CultureInfo) BooleanConverter.ConvertBack(object, Type, object, CultureInfo) BooleanConverter.True BooleanConverter.False object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class InverseBooleanToVisibilityConverter : BooleanConverter, IValueConverter Constructors InverseBooleanToVisibilityConverter() Declaration public InverseBooleanToVisibilityConverter() Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class InverseBooleanToVisibilityConverter Inheritance System.Object BooleanConverter < System.Windows.Visibility > InverseBooleanToVisibilityConverter Implements System.Windows.Data.IValueConverter Inherited Members BooleanConverter.Convert(Object, Type, Object, CultureInfo) BooleanConverter.ConvertBack(Object, Type, Object, CultureInfo) BooleanConverter.True BooleanConverter.False 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class InverseBooleanToVisibilityConverter : BooleanConverter Constructors InverseBooleanToVisibilityConverter() Declaration public InverseBooleanToVisibilityConverter() Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.html", "title": "Class InverseNullToVisibilityConverter", - "keywords": "Class InverseNullToVisibilityConverter Inheritance object InverseNullToVisibilityConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class InverseNullToVisibilityConverter : IValueConverter Constructors InverseNullToVisibilityConverter() Declaration public InverseNullToVisibilityConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class InverseNullToVisibilityConverter Inheritance System.Object InverseNullToVisibilityConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class InverseNullToVisibilityConverter Constructors InverseNullToVisibilityConverter() Declaration public InverseNullToVisibilityConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.html", "title": "Class ItemCountToTabNavigationConverter", - "keywords": "Class ItemCountToTabNavigationConverter Inheritance object ItemCountToTabNavigationConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ItemCountToTabNavigationConverter : IValueConverter Constructors ItemCountToTabNavigationConverter() Declaration public ItemCountToTabNavigationConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ItemCountToTabNavigationConverter Inheritance System.Object ItemCountToTabNavigationConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ItemCountToTabNavigationConverter Constructors ItemCountToTabNavigationConverter() Declaration public ItemCountToTabNavigationConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.html", "title": "Class ItemsSourceToCommandConveter", - "keywords": "Class ItemsSourceToCommandConveter Inheritance object ItemsSourceToCommandConveter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ItemsSourceToCommandConveter : IValueConverter Constructors ItemsSourceToCommandConveter() Declaration public ItemsSourceToCommandConveter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ItemsSourceToCommandConveter Inheritance System.Object ItemsSourceToCommandConveter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ItemsSourceToCommandConveter Constructors ItemsSourceToCommandConveter() Declaration public ItemsSourceToCommandConveter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.html", "title": "Class LanguageNameToFlagConverter", - "keywords": "Class LanguageNameToFlagConverter Inheritance object LanguageNameToFlagConverter Implements IMultiValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class LanguageNameToFlagConverter : IMultiValueConverter Constructors LanguageNameToFlagConverter() Declaration public LanguageNameToFlagConverter() Methods Convert(object[], Type, object, CultureInfo) Declaration public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object values Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type[], object, CultureInfo) Declaration public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetTypes object parameter CultureInfo culture Returns Type Description object Implements IMultiValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class LanguageNameToFlagConverter Inheritance System.Object LanguageNameToFlagConverter Implements System.Windows.Data.IMultiValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class LanguageNameToFlagConverter Constructors LanguageNameToFlagConverter() Declaration public LanguageNameToFlagConverter() Methods Convert(Object[], Type, Object, CultureInfo) Declaration public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object [] values System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type[], Object, CultureInfo) Declaration public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type [] targetTypes System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object [] Implements System.Windows.Data.IMultiValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.html", "title": "Class MathMultipleConverter", - "keywords": "Class MathMultipleConverter Inheritance object MathMultipleConverter Implements IMultiValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public sealed class MathMultipleConverter : IMultiValueConverter Constructors MathMultipleConverter() Declaration public MathMultipleConverter() Properties Operation Declaration public MathOperation Operation { get; set; } Property Value Type Description MathOperation Methods Convert(object[], Type, object, CultureInfo) Declaration public object Convert(object[] value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type[], object, CultureInfo) Declaration public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetTypes object parameter CultureInfo culture Returns Type Description object Implements IMultiValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class MathMultipleConverter Inheritance System.Object MathMultipleConverter Implements System.Windows.Data.IMultiValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public sealed class MathMultipleConverter Constructors MathMultipleConverter() Declaration public MathMultipleConverter() Properties Operation Declaration public MathOperation Operation { get; set; } Property Value Type Description MathOperation Methods Convert(Object[], Type, Object, CultureInfo) Declaration public object Convert(object[] value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object [] value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type[], Object, CultureInfo) Declaration public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type [] targetTypes System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object [] Implements System.Windows.Data.IMultiValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.MathOperation.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.MathOperation.html", "title": "Enum MathOperation", - "keywords": "Enum MathOperation Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public enum MathOperation Fields Name Description Add Divide Multiply Subtract Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Enum MathOperation Namespace : Sdl.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public enum MathOperation Fields Name Description Add Divide Multiply Subtract Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.html", "title": "Class MediaColorToBrushColorConverter", - "keywords": "Class MediaColorToBrushColorConverter Inheritance object MediaColorToBrushColorConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class MediaColorToBrushColorConverter : IValueConverter Constructors MediaColorToBrushColorConverter() Declaration public MediaColorToBrushColorConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class MediaColorToBrushColorConverter Inheritance System.Object MediaColorToBrushColorConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class MediaColorToBrushColorConverter Constructors MediaColorToBrushColorConverter() Declaration public MediaColorToBrushColorConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.html", "title": "Class MenuControlEnabledConverter", - "keywords": "Class MenuControlEnabledConverter Inheritance object MenuControlEnabledConverter Implements IMultiValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class MenuControlEnabledConverter : IMultiValueConverter Constructors MenuControlEnabledConverter() Declaration public MenuControlEnabledConverter() Methods Convert(object[], Type, object, CultureInfo) Declaration public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object values Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type[], object, CultureInfo) Declaration public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetTypes object parameter CultureInfo culture Returns Type Description object Implements IMultiValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class MenuControlEnabledConverter Inheritance System.Object MenuControlEnabledConverter Implements System.Windows.Data.IMultiValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class MenuControlEnabledConverter Constructors MenuControlEnabledConverter() Declaration public MenuControlEnabledConverter() Methods Convert(Object[], Type, Object, CultureInfo) Declaration public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object [] values System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type[], Object, CultureInfo) Declaration public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type [] targetTypes System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object [] Implements System.Windows.Data.IMultiValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.html", "title": "Class MenuControlScopeToVisibilityConverter", - "keywords": "Class MenuControlScopeToVisibilityConverter Inheritance object MenuControlScopeToVisibilityConverter Implements IMultiValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class MenuControlScopeToVisibilityConverter : IMultiValueConverter Constructors MenuControlScopeToVisibilityConverter() Declaration public MenuControlScopeToVisibilityConverter() Methods Convert(object[], Type, object, CultureInfo) Declaration public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object values Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type[], object, CultureInfo) Declaration public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetTypes object parameter CultureInfo culture Returns Type Description object Implements IMultiValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class MenuControlScopeToVisibilityConverter Inheritance System.Object MenuControlScopeToVisibilityConverter Implements System.Windows.Data.IMultiValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class MenuControlScopeToVisibilityConverter Constructors MenuControlScopeToVisibilityConverter() Declaration public MenuControlScopeToVisibilityConverter() Methods Convert(Object[], Type, Object, CultureInfo) Declaration public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object [] values System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type[], Object, CultureInfo) Declaration public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type [] targetTypes System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object [] Implements System.Windows.Data.IMultiValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.html", "title": "Class NullableToVisibilityConverter", - "keywords": "Class NullableToVisibilityConverter Inheritance object NullableToVisibilityConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class NullableToVisibilityConverter : IValueConverter Constructors NullableToVisibilityConverter() Declaration public NullableToVisibilityConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class NullableToVisibilityConverter Inheritance System.Object NullableToVisibilityConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class NullableToVisibilityConverter Constructors NullableToVisibilityConverter() Declaration public NullableToVisibilityConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.html", "title": "Class ObservableCollectionCountToVisibilityConverter", - "keywords": "Class ObservableCollectionCountToVisibilityConverter Inheritance object ObservableCollectionCountToVisibilityConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ObservableCollectionCountToVisibilityConverter : IValueConverter Constructors ObservableCollectionCountToVisibilityConverter() Declaration public ObservableCollectionCountToVisibilityConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ObservableCollectionCountToVisibilityConverter Inheritance System.Object ObservableCollectionCountToVisibilityConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ObservableCollectionCountToVisibilityConverter Constructors ObservableCollectionCountToVisibilityConverter() Declaration public ObservableCollectionCountToVisibilityConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.html", "title": "Class PercentRangeToColorConverter", - "keywords": "Class PercentRangeToColorConverter Inheritance object PercentRangeToColorConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class PercentRangeToColorConverter : IValueConverter Constructors PercentRangeToColorConverter() Declaration public PercentRangeToColorConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class PercentRangeToColorConverter Inheritance System.Object PercentRangeToColorConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class PercentRangeToColorConverter Constructors PercentRangeToColorConverter() Declaration public PercentRangeToColorConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.html", "title": "Class StringIsNullOrEmptyToBool", - "keywords": "Class StringIsNullOrEmptyToBool Inheritance object StringIsNullOrEmptyToBool Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class StringIsNullOrEmptyToBool : IValueConverter Constructors StringIsNullOrEmptyToBool() Declaration public StringIsNullOrEmptyToBool() Methods Convert(object, Type, object, CultureInfo) Declaration public virtual object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class StringIsNullOrEmptyToBool Inheritance System.Object StringIsNullOrEmptyToBool Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class StringIsNullOrEmptyToBool Constructors StringIsNullOrEmptyToBool() Declaration public StringIsNullOrEmptyToBool() Methods Convert(Object, Type, Object, CultureInfo) Declaration public virtual object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.html", "title": "Class StringIsNullOrEmptyToVisibility", - "keywords": "Class StringIsNullOrEmptyToVisibility Inheritance object StringIsNullOrEmptyToVisibility Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class StringIsNullOrEmptyToVisibility : IValueConverter Constructors StringIsNullOrEmptyToVisibility() Declaration public StringIsNullOrEmptyToVisibility() Methods Convert(object, Type, object, CultureInfo) Declaration public virtual object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class StringIsNullOrEmptyToVisibility Inheritance System.Object StringIsNullOrEmptyToVisibility Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class StringIsNullOrEmptyToVisibility Constructors StringIsNullOrEmptyToVisibility() Declaration public StringIsNullOrEmptyToVisibility() Methods Convert(Object, Type, Object, CultureInfo) Declaration public virtual object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.html", "title": "Class ViewBoxMaxWidthOrHeightConverter", - "keywords": "Class ViewBoxMaxWidthOrHeightConverter Inheritance object ViewBoxMaxWidthOrHeightConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ViewBoxMaxWidthOrHeightConverter : IValueConverter Constructors ViewBoxMaxWidthOrHeightConverter() Declaration public ViewBoxMaxWidthOrHeightConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ViewBoxMaxWidthOrHeightConverter Inheritance System.Object ViewBoxMaxWidthOrHeightConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ViewBoxMaxWidthOrHeightConverter Constructors ViewBoxMaxWidthOrHeightConverter() Declaration public ViewBoxMaxWidthOrHeightConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.html", "title": "Class VisibilityToBooleanConverter", - "keywords": "Class VisibilityToBooleanConverter Inheritance object VisibilityToBooleanConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class VisibilityToBooleanConverter : IValueConverter Constructors VisibilityToBooleanConverter() Declaration public VisibilityToBooleanConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class VisibilityToBooleanConverter Inheritance System.Object VisibilityToBooleanConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class VisibilityToBooleanConverter Constructors VisibilityToBooleanConverter() Declaration public VisibilityToBooleanConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.html", "title": "Class WordCountToStringConverter", - "keywords": "Class WordCountToStringConverter Inheritance object WordCountToStringConverter Implements IValueConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class WordCountToStringConverter : IValueConverter Constructors WordCountToStringConverter() Declaration public WordCountToStringConverter() Methods Convert(object, Type, object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object ConvertBack(object, Type, object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description object value Type targetType object parameter CultureInfo culture Returns Type Description object Implements IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class WordCountToStringConverter Inheritance System.Object WordCountToStringConverter Implements System.Windows.Data.IValueConverter 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class WordCountToStringConverter Constructors WordCountToStringConverter() Declaration public WordCountToStringConverter() Methods Convert(Object, Type, Object, CultureInfo) Declaration public object Convert(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object ConvertBack(Object, Type, Object, CultureInfo) Declaration public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) Parameters Type Name Description System.Object value System.Type targetType System.Object parameter System.Globalization.CultureInfo culture Returns Type Description System.Object Implements System.Windows.Data.IValueConverter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.html", "title": "Class WpfFormattedText", - "keywords": "Class WpfFormattedText Inheritance object WpfFormattedText Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class WpfFormattedText Fields FormattedTextProperty Declaration public static readonly DependencyProperty FormattedTextProperty Field Value Type Description DependencyProperty Methods GetFormattedText(DependencyObject) Declaration public static string GetFormattedText(DependencyObject obj) Parameters Type Name Description DependencyObject obj Returns Type Description string SetFormattedText(DependencyObject, string) Declaration public static void SetFormattedText(DependencyObject obj, string value) Parameters Type Name Description DependencyObject obj string value" + "keywords": "Class WpfFormattedText Inheritance System.Object WpfFormattedText 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public static class WpfFormattedText Fields FormattedTextProperty Declaration public static readonly DependencyProperty FormattedTextProperty Field Value Type Description System.Windows.DependencyProperty Methods GetFormattedText(DependencyObject) Declaration public static string GetFormattedText(DependencyObject obj) Parameters Type Name Description System.Windows.DependencyObject obj Returns Type Description System.String SetFormattedText(DependencyObject, String) Declaration public static void SetFormattedText(DependencyObject obj, string value) Parameters Type Name Description System.Windows.DependencyObject obj System.String value" }, "api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.html", "title": "Class WpfFormattedText.TextPart", - "keywords": "Class WpfFormattedText.TextPart Inheritance object WpfFormattedText.TextPart Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class WpfFormattedText.TextPart Constructors TextPart() Declaration public TextPart() TextPart(Inline, InlineCollection) Declaration public TextPart(Inline inline, InlineCollection col) Parameters Type Name Description Inline inline InlineCollection col Fields mChildren Declaration public InlineCollection mChildren Field Value Type Description InlineCollection mInline Declaration public Inline mInline Field Value Type Description Inline Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class WpfFormattedText.TextPart Inheritance System.Object WpfFormattedText.TextPart 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.Desktop.Platform.Controls.Converters Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class TextPart Constructors TextPart() Declaration public TextPart() TextPart(Inline, InlineCollection) Declaration public TextPart(Inline inline, InlineCollection col) Parameters Type Name Description System.Windows.Documents.Inline inline System.Windows.Documents.InlineCollection col Fields mChildren Declaration public InlineCollection mChildren Field Value Type Description System.Windows.Documents.InlineCollection mInline Declaration public Inline mInline Field Value Type Description System.Windows.Documents.Inline Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Errors.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Errors.html", @@ -3962,17 +3667,17 @@ "api/integration/Sdl.Desktop.Platform.Controls.Errors.Severity.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Errors.Severity.html", "title": "Enum Severity", - "keywords": "Enum Severity Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Errors Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public enum Severity Fields Name Description Error Warning Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Enum Severity Namespace : Sdl.Desktop.Platform.Controls.Errors Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public enum Severity Fields Name Description Error Warning Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.html", "title": "Class ValidationResultWithSeverity", - "keywords": "Class ValidationResultWithSeverity Inheritance object ValidationResult ValidationResultWithSeverity Inherited Members ValidationResult.Success ValidationResult.ToString() ValidationResult.MemberNames ValidationResult.ErrorMessage object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Errors Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ValidationResultWithSeverity : ValidationResult Constructors ValidationResultWithSeverity(string) Declaration public ValidationResultWithSeverity(string errorMessage) Parameters Type Name Description string errorMessage ValidationResultWithSeverity(string, Severity) Declaration public ValidationResultWithSeverity(string errorMessage, Severity severity) Parameters Type Name Description string errorMessage Severity severity Properties Severity Declaration public Severity Severity { get; set; } Property Value Type Description Severity Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ValidationResultWithSeverity Inheritance System.Object ValidationResultWithSeverity Namespace : Sdl.Desktop.Platform.Controls.Errors Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class ValidationResultWithSeverity : ValidationResult Constructors ValidationResultWithSeverity(String) Declaration public ValidationResultWithSeverity(string errorMessage) Parameters Type Name Description System.String errorMessage ValidationResultWithSeverity(String, Severity) Declaration public ValidationResultWithSeverity(string errorMessage, Severity severity) Parameters Type Name Description System.String errorMessage Severity severity Properties Severity Declaration public Severity Severity { get; set; } Property Value Type Description Severity Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Summary.DetailEntry.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Summary.DetailEntry.html", "title": "Class DetailEntry", - "keywords": "Class DetailEntry Inheritance object DetailEntry Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Summary Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class DetailEntry Constructors DetailEntry(string, string) Declaration public DetailEntry(string name, string value) Parameters Type Name Description string name string value Properties Icon Declaration public DrawingImage Icon { get; set; } Property Value Type Description DrawingImage Name Declaration public string Name { get; set; } Property Value Type Description string Value Declaration public string Value { get; set; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class DetailEntry Inheritance System.Object DetailEntry 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.Desktop.Platform.Controls.Summary Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class DetailEntry Constructors DetailEntry(String, String) Declaration public DetailEntry(string name, string value) Parameters Type Name Description System.String name System.String value Properties Icon Declaration public DrawingImage Icon { get; set; } Property Value Type Description System.Windows.Media.DrawingImage Name Declaration public string Name { get; set; } Property Value Type Description System.String Value Declaration public string Value { get; set; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Summary.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Summary.html", @@ -3982,22 +3687,22 @@ "api/integration/Sdl.Desktop.Platform.Controls.Summary.ISummaryData.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Summary.ISummaryData.html", "title": "Interface ISummaryData", - "keywords": "Interface ISummaryData Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Summary Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public interface ISummaryData Properties SummarySections Declaration IList SummarySections { get; } Property Value Type Description IList SummarySection Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ISummaryData Namespace : Sdl.Desktop.Platform.Controls.Summary Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public interface ISummaryData Properties SummarySections Declaration IList SummarySections { get; } Property Value Type Description System.Collections.Generic.IList < SummarySection > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Summary.SummarySection.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Summary.SummarySection.html", "title": "Class SummarySection", - "keywords": "Class SummarySection Inheritance object SummarySection Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Summary Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class SummarySection Constructors SummarySection(string, IList) Declaration public SummarySection(string title, IList entries) Parameters Type Name Description string title IList DetailEntry entries Properties Entries Declaration public IList Entries { get; set; } Property Value Type Description IList DetailEntry Title Declaration public string Title { get; set; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SummarySection Inheritance System.Object SummarySection 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.Desktop.Platform.Controls.Summary Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class SummarySection Constructors SummarySection(String, IList) Declaration public SummarySection(string title, IList entries) Parameters Type Name Description System.String title System.Collections.Generic.IList < DetailEntry > entries Properties Entries Declaration public IList Entries { get; set; } Property Value Type Description System.Collections.Generic.IList < DetailEntry > Title Declaration public string Title { get; set; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryView.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryView.html", "title": "Class SummaryView", - "keywords": "Class SummaryView Interaction logic for ProjectDetailsView.xaml Inheritance object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl UserControl SummaryView Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IComponentConnector Inherited Members UserControl.OnCreateAutomationPeer() ContentControl.ContentProperty ContentControl.HasContentProperty ContentControl.ContentTemplateProperty ContentControl.ContentTemplateSelectorProperty ContentControl.ContentStringFormatProperty ContentControl.AddChild(object) ContentControl.AddText(string) ContentControl.OnContentChanged(object, object) ContentControl.OnContentTemplateChanged(DataTemplate, DataTemplate) ContentControl.OnContentTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector) ContentControl.OnContentStringFormatChanged(string, string) ContentControl.LogicalChildren ContentControl.Content ContentControl.HasContent ContentControl.ContentTemplate ContentControl.ContentTemplateSelector ContentControl.ContentStringFormat Control.BorderBrushProperty Control.BorderThicknessProperty Control.BackgroundProperty Control.ForegroundProperty Control.FontFamilyProperty Control.FontSizeProperty Control.FontStretchProperty Control.FontStyleProperty Control.FontWeightProperty Control.HorizontalContentAlignmentProperty Control.VerticalContentAlignmentProperty Control.TabIndexProperty Control.IsTabStopProperty Control.PaddingProperty Control.TemplateProperty Control.PreviewMouseDoubleClickEvent Control.MouseDoubleClickEvent Control.OnTemplateChanged(ControlTemplate, ControlTemplate) Control.ToString() Control.OnPreviewMouseDoubleClick(MouseButtonEventArgs) Control.OnMouseDoubleClick(MouseButtonEventArgs) Control.MeasureOverride(Size) Control.ArrangeOverride(Size) Control.BorderBrush Control.BorderThickness Control.Background Control.Foreground Control.FontFamily Control.FontSize Control.FontStretch Control.FontStyle Control.FontWeight Control.HorizontalContentAlignment Control.VerticalContentAlignment Control.TabIndex Control.IsTabStop Control.Padding Control.Template Control.HandlesScrolling Control.PreviewMouseDoubleClick Control.MouseDoubleClick FrameworkElement.StyleProperty FrameworkElement.OverridesDefaultStyleProperty FrameworkElement.UseLayoutRoundingProperty FrameworkElement.DefaultStyleKeyProperty FrameworkElement.DataContextProperty FrameworkElement.BindingGroupProperty FrameworkElement.LanguageProperty FrameworkElement.NameProperty FrameworkElement.TagProperty FrameworkElement.InputScopeProperty FrameworkElement.RequestBringIntoViewEvent FrameworkElement.SizeChangedEvent FrameworkElement.ActualWidthProperty FrameworkElement.ActualHeightProperty FrameworkElement.LayoutTransformProperty FrameworkElement.WidthProperty FrameworkElement.MinWidthProperty FrameworkElement.MaxWidthProperty FrameworkElement.HeightProperty FrameworkElement.MinHeightProperty FrameworkElement.MaxHeightProperty FrameworkElement.FlowDirectionProperty FrameworkElement.MarginProperty FrameworkElement.HorizontalAlignmentProperty FrameworkElement.VerticalAlignmentProperty FrameworkElement.FocusVisualStyleProperty FrameworkElement.CursorProperty FrameworkElement.ForceCursorProperty FrameworkElement.LoadedEvent FrameworkElement.UnloadedEvent FrameworkElement.ToolTipProperty FrameworkElement.ContextMenuProperty FrameworkElement.ToolTipOpeningEvent FrameworkElement.ToolTipClosingEvent FrameworkElement.ContextMenuOpeningEvent FrameworkElement.ContextMenuClosingEvent FrameworkElement.OnStyleChanged(Style, Style) FrameworkElement.ParentLayoutInvalidated(UIElement) FrameworkElement.ApplyTemplate() FrameworkElement.OnApplyTemplate() FrameworkElement.BeginStoryboard(Storyboard) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior) FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool) FrameworkElement.GetVisualChild(int) FrameworkElement.GetTemplateChild(string) FrameworkElement.FindResource(object) FrameworkElement.TryFindResource(object) FrameworkElement.SetResourceReference(DependencyProperty, object) FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs) FrameworkElement.OnVisualParentChanged(DependencyObject) FrameworkElement.GetBindingExpression(DependencyProperty) FrameworkElement.SetBinding(DependencyProperty, BindingBase) FrameworkElement.SetBinding(DependencyProperty, string) FrameworkElement.GetUIParentCore() FrameworkElement.BringIntoView() FrameworkElement.BringIntoView(Rect) FrameworkElement.GetFlowDirection(DependencyObject) FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) FrameworkElement.MeasureCore(Size) FrameworkElement.ArrangeCore(Rect) FrameworkElement.OnRenderSizeChanged(SizeChangedInfo) FrameworkElement.GetLayoutClip(Size) FrameworkElement.MoveFocus(TraversalRequest) FrameworkElement.PredictFocus(FocusNavigationDirection) FrameworkElement.OnGotFocus(RoutedEventArgs) FrameworkElement.BeginInit() FrameworkElement.EndInit() FrameworkElement.OnInitialized(EventArgs) FrameworkElement.OnToolTipOpening(ToolTipEventArgs) FrameworkElement.OnToolTipClosing(ToolTipEventArgs) FrameworkElement.OnContextMenuOpening(ContextMenuEventArgs) FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs) FrameworkElement.RegisterName(string, object) FrameworkElement.UnregisterName(string) FrameworkElement.FindName(string) FrameworkElement.UpdateDefaultStyle() FrameworkElement.AddLogicalChild(object) FrameworkElement.RemoveLogicalChild(object) FrameworkElement.Style FrameworkElement.OverridesDefaultStyle FrameworkElement.UseLayoutRounding FrameworkElement.DefaultStyleKey FrameworkElement.Triggers FrameworkElement.TemplatedParent FrameworkElement.VisualChildrenCount FrameworkElement.Resources FrameworkElement.InheritanceBehavior FrameworkElement.DataContext FrameworkElement.BindingGroup FrameworkElement.Language FrameworkElement.Name FrameworkElement.Tag FrameworkElement.InputScope FrameworkElement.ActualWidth FrameworkElement.ActualHeight FrameworkElement.LayoutTransform FrameworkElement.Width FrameworkElement.MinWidth FrameworkElement.MaxWidth FrameworkElement.Height FrameworkElement.MinHeight FrameworkElement.MaxHeight FrameworkElement.FlowDirection FrameworkElement.Margin FrameworkElement.HorizontalAlignment FrameworkElement.VerticalAlignment FrameworkElement.FocusVisualStyle FrameworkElement.Cursor FrameworkElement.ForceCursor FrameworkElement.IsInitialized FrameworkElement.IsLoaded FrameworkElement.ToolTip FrameworkElement.ContextMenu FrameworkElement.Parent FrameworkElement.TargetUpdated FrameworkElement.SourceUpdated FrameworkElement.DataContextChanged FrameworkElement.RequestBringIntoView FrameworkElement.SizeChanged FrameworkElement.Initialized FrameworkElement.Loaded FrameworkElement.Unloaded FrameworkElement.ToolTipOpening FrameworkElement.ToolTipClosing FrameworkElement.ContextMenuOpening FrameworkElement.ContextMenuClosing UIElement.PreviewMouseDownEvent UIElement.MouseDownEvent UIElement.PreviewMouseUpEvent UIElement.MouseUpEvent UIElement.PreviewMouseLeftButtonDownEvent UIElement.MouseLeftButtonDownEvent UIElement.PreviewMouseLeftButtonUpEvent UIElement.MouseLeftButtonUpEvent UIElement.PreviewMouseRightButtonDownEvent UIElement.MouseRightButtonDownEvent UIElement.PreviewMouseRightButtonUpEvent UIElement.MouseRightButtonUpEvent UIElement.PreviewMouseMoveEvent UIElement.MouseMoveEvent UIElement.PreviewMouseWheelEvent UIElement.MouseWheelEvent UIElement.MouseEnterEvent UIElement.MouseLeaveEvent UIElement.GotMouseCaptureEvent UIElement.LostMouseCaptureEvent UIElement.QueryCursorEvent UIElement.PreviewStylusDownEvent UIElement.StylusDownEvent UIElement.PreviewStylusUpEvent UIElement.StylusUpEvent UIElement.PreviewStylusMoveEvent UIElement.StylusMoveEvent UIElement.PreviewStylusInAirMoveEvent UIElement.StylusInAirMoveEvent UIElement.StylusEnterEvent UIElement.StylusLeaveEvent UIElement.PreviewStylusInRangeEvent UIElement.StylusInRangeEvent UIElement.PreviewStylusOutOfRangeEvent UIElement.StylusOutOfRangeEvent UIElement.PreviewStylusSystemGestureEvent UIElement.StylusSystemGestureEvent UIElement.GotStylusCaptureEvent UIElement.LostStylusCaptureEvent UIElement.StylusButtonDownEvent UIElement.StylusButtonUpEvent UIElement.PreviewStylusButtonDownEvent UIElement.PreviewStylusButtonUpEvent UIElement.PreviewKeyDownEvent UIElement.KeyDownEvent UIElement.PreviewKeyUpEvent UIElement.KeyUpEvent UIElement.PreviewGotKeyboardFocusEvent UIElement.GotKeyboardFocusEvent UIElement.PreviewLostKeyboardFocusEvent UIElement.LostKeyboardFocusEvent UIElement.PreviewTextInputEvent UIElement.TextInputEvent UIElement.PreviewQueryContinueDragEvent UIElement.QueryContinueDragEvent UIElement.PreviewGiveFeedbackEvent UIElement.GiveFeedbackEvent UIElement.PreviewDragEnterEvent UIElement.DragEnterEvent UIElement.PreviewDragOverEvent UIElement.DragOverEvent UIElement.PreviewDragLeaveEvent UIElement.DragLeaveEvent UIElement.PreviewDropEvent UIElement.DropEvent UIElement.PreviewTouchDownEvent UIElement.TouchDownEvent UIElement.PreviewTouchMoveEvent UIElement.TouchMoveEvent UIElement.PreviewTouchUpEvent UIElement.TouchUpEvent UIElement.GotTouchCaptureEvent UIElement.LostTouchCaptureEvent UIElement.TouchEnterEvent UIElement.TouchLeaveEvent UIElement.IsMouseDirectlyOverProperty UIElement.IsMouseOverProperty UIElement.IsStylusOverProperty UIElement.IsKeyboardFocusWithinProperty UIElement.IsMouseCapturedProperty UIElement.IsMouseCaptureWithinProperty UIElement.IsStylusDirectlyOverProperty UIElement.IsStylusCapturedProperty UIElement.IsStylusCaptureWithinProperty UIElement.IsKeyboardFocusedProperty UIElement.AreAnyTouchesDirectlyOverProperty UIElement.AreAnyTouchesOverProperty UIElement.AreAnyTouchesCapturedProperty UIElement.AreAnyTouchesCapturedWithinProperty UIElement.AllowDropProperty UIElement.RenderTransformProperty UIElement.RenderTransformOriginProperty UIElement.OpacityProperty UIElement.OpacityMaskProperty UIElement.BitmapEffectProperty UIElement.EffectProperty UIElement.BitmapEffectInputProperty UIElement.CacheModeProperty UIElement.UidProperty UIElement.VisibilityProperty UIElement.ClipToBoundsProperty UIElement.ClipProperty UIElement.SnapsToDevicePixelsProperty UIElement.GotFocusEvent UIElement.LostFocusEvent UIElement.IsFocusedProperty UIElement.IsEnabledProperty UIElement.IsHitTestVisibleProperty UIElement.IsVisibleProperty UIElement.FocusableProperty UIElement.IsManipulationEnabledProperty UIElement.ManipulationStartingEvent UIElement.ManipulationStartedEvent UIElement.ManipulationDeltaEvent UIElement.ManipulationInertiaStartingEvent UIElement.ManipulationBoundaryFeedbackEvent UIElement.ManipulationCompletedEvent UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock) UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline) UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) UIElement.GetAnimationBaseValue(DependencyProperty) UIElement.RaiseEvent(RoutedEventArgs) UIElement.AddHandler(RoutedEvent, Delegate) UIElement.AddHandler(RoutedEvent, Delegate, bool) UIElement.RemoveHandler(RoutedEvent, Delegate) UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) UIElement.OnPreviewMouseDown(MouseButtonEventArgs) UIElement.OnMouseDown(MouseButtonEventArgs) UIElement.OnPreviewMouseUp(MouseButtonEventArgs) UIElement.OnMouseUp(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnMouseLeftButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnMouseLeftButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnMouseRightButtonDown(MouseButtonEventArgs) UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnMouseRightButtonUp(MouseButtonEventArgs) UIElement.OnPreviewMouseMove(MouseEventArgs) UIElement.OnMouseMove(MouseEventArgs) UIElement.OnPreviewMouseWheel(MouseWheelEventArgs) UIElement.OnMouseWheel(MouseWheelEventArgs) UIElement.OnMouseEnter(MouseEventArgs) UIElement.OnMouseLeave(MouseEventArgs) UIElement.OnGotMouseCapture(MouseEventArgs) UIElement.OnLostMouseCapture(MouseEventArgs) UIElement.OnQueryCursor(QueryCursorEventArgs) UIElement.OnPreviewStylusDown(StylusDownEventArgs) UIElement.OnStylusDown(StylusDownEventArgs) UIElement.OnPreviewStylusUp(StylusEventArgs) UIElement.OnStylusUp(StylusEventArgs) UIElement.OnPreviewStylusMove(StylusEventArgs) UIElement.OnStylusMove(StylusEventArgs) UIElement.OnPreviewStylusInAirMove(StylusEventArgs) UIElement.OnStylusInAirMove(StylusEventArgs) UIElement.OnStylusEnter(StylusEventArgs) UIElement.OnStylusLeave(StylusEventArgs) UIElement.OnPreviewStylusInRange(StylusEventArgs) UIElement.OnStylusInRange(StylusEventArgs) UIElement.OnPreviewStylusOutOfRange(StylusEventArgs) UIElement.OnStylusOutOfRange(StylusEventArgs) UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs) UIElement.OnGotStylusCapture(StylusEventArgs) UIElement.OnLostStylusCapture(StylusEventArgs) UIElement.OnStylusButtonDown(StylusButtonEventArgs) UIElement.OnStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs) UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs) UIElement.OnPreviewKeyDown(KeyEventArgs) UIElement.OnKeyDown(KeyEventArgs) UIElement.OnPreviewKeyUp(KeyEventArgs) UIElement.OnKeyUp(KeyEventArgs) UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) UIElement.OnPreviewTextInput(TextCompositionEventArgs) UIElement.OnTextInput(TextCompositionEventArgs) UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs) UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs) UIElement.OnGiveFeedback(GiveFeedbackEventArgs) UIElement.OnPreviewDragEnter(DragEventArgs) UIElement.OnDragEnter(DragEventArgs) UIElement.OnPreviewDragOver(DragEventArgs) UIElement.OnDragOver(DragEventArgs) UIElement.OnPreviewDragLeave(DragEventArgs) UIElement.OnDragLeave(DragEventArgs) UIElement.OnPreviewDrop(DragEventArgs) UIElement.OnDrop(DragEventArgs) UIElement.OnPreviewTouchDown(TouchEventArgs) UIElement.OnTouchDown(TouchEventArgs) UIElement.OnPreviewTouchMove(TouchEventArgs) UIElement.OnTouchMove(TouchEventArgs) UIElement.OnPreviewTouchUp(TouchEventArgs) UIElement.OnTouchUp(TouchEventArgs) UIElement.OnGotTouchCapture(TouchEventArgs) UIElement.OnLostTouchCapture(TouchEventArgs) UIElement.OnTouchEnter(TouchEventArgs) UIElement.OnTouchLeave(TouchEventArgs) UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) UIElement.InvalidateMeasure() UIElement.InvalidateArrange() UIElement.InvalidateVisual() UIElement.OnChildDesiredSizeChanged(UIElement) UIElement.Measure(Size) UIElement.Arrange(Rect) UIElement.OnRender(DrawingContext) UIElement.UpdateLayout() UIElement.TranslatePoint(Point, UIElement) UIElement.InputHitTest(Point) UIElement.CaptureMouse() UIElement.ReleaseMouseCapture() UIElement.CaptureStylus() UIElement.ReleaseStylusCapture() UIElement.Focus() UIElement.OnAccessKey(AccessKeyEventArgs) UIElement.HitTestCore(PointHitTestParameters) UIElement.HitTestCore(GeometryHitTestParameters) UIElement.OnLostFocus(RoutedEventArgs) UIElement.OnManipulationStarting(ManipulationStartingEventArgs) UIElement.OnManipulationStarted(ManipulationStartedEventArgs) UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) UIElement.CaptureTouch(TouchDevice) UIElement.ReleaseTouchCapture(TouchDevice) UIElement.ReleaseAllTouchCaptures() UIElement.HasAnimatedProperties UIElement.InputBindings UIElement.CommandBindings UIElement.AllowDrop UIElement.StylusPlugIns UIElement.DesiredSize UIElement.IsMeasureValid UIElement.IsArrangeValid UIElement.RenderSize UIElement.RenderTransform UIElement.RenderTransformOrigin UIElement.IsMouseDirectlyOver UIElement.IsMouseOver UIElement.IsStylusOver UIElement.IsKeyboardFocusWithin UIElement.IsMouseCaptured UIElement.IsMouseCaptureWithin UIElement.IsStylusDirectlyOver UIElement.IsStylusCaptured UIElement.IsStylusCaptureWithin UIElement.IsKeyboardFocused UIElement.IsInputMethodEnabled UIElement.Opacity UIElement.OpacityMask UIElement.BitmapEffect UIElement.Effect UIElement.BitmapEffectInput UIElement.CacheMode UIElement.Uid UIElement.Visibility UIElement.ClipToBounds UIElement.Clip UIElement.SnapsToDevicePixels UIElement.HasEffectiveKeyboardFocus UIElement.IsFocused UIElement.IsEnabled UIElement.IsEnabledCore UIElement.IsHitTestVisible UIElement.IsVisible UIElement.Focusable UIElement.PersistId UIElement.IsManipulationEnabled UIElement.AreAnyTouchesOver UIElement.AreAnyTouchesDirectlyOver UIElement.AreAnyTouchesCapturedWithin UIElement.AreAnyTouchesCaptured UIElement.TouchesCaptured UIElement.TouchesCapturedWithin UIElement.TouchesOver UIElement.TouchesDirectlyOver UIElement.PreviewMouseDown UIElement.MouseDown UIElement.PreviewMouseUp UIElement.MouseUp UIElement.PreviewMouseLeftButtonDown UIElement.MouseLeftButtonDown UIElement.PreviewMouseLeftButtonUp UIElement.MouseLeftButtonUp UIElement.PreviewMouseRightButtonDown UIElement.MouseRightButtonDown UIElement.PreviewMouseRightButtonUp UIElement.MouseRightButtonUp UIElement.PreviewMouseMove UIElement.MouseMove UIElement.PreviewMouseWheel UIElement.MouseWheel UIElement.MouseEnter UIElement.MouseLeave UIElement.GotMouseCapture UIElement.LostMouseCapture UIElement.QueryCursor UIElement.PreviewStylusDown UIElement.StylusDown UIElement.PreviewStylusUp UIElement.StylusUp UIElement.PreviewStylusMove UIElement.StylusMove UIElement.PreviewStylusInAirMove UIElement.StylusInAirMove UIElement.StylusEnter UIElement.StylusLeave UIElement.PreviewStylusInRange UIElement.StylusInRange UIElement.PreviewStylusOutOfRange UIElement.StylusOutOfRange UIElement.PreviewStylusSystemGesture UIElement.StylusSystemGesture UIElement.GotStylusCapture UIElement.LostStylusCapture UIElement.StylusButtonDown UIElement.StylusButtonUp UIElement.PreviewStylusButtonDown UIElement.PreviewStylusButtonUp UIElement.PreviewKeyDown UIElement.KeyDown UIElement.PreviewKeyUp UIElement.KeyUp UIElement.PreviewGotKeyboardFocus UIElement.GotKeyboardFocus UIElement.PreviewLostKeyboardFocus UIElement.LostKeyboardFocus UIElement.PreviewTextInput UIElement.TextInput UIElement.PreviewQueryContinueDrag UIElement.QueryContinueDrag UIElement.PreviewGiveFeedback UIElement.GiveFeedback UIElement.PreviewDragEnter UIElement.DragEnter UIElement.PreviewDragOver UIElement.DragOver UIElement.PreviewDragLeave UIElement.DragLeave UIElement.PreviewDrop UIElement.Drop UIElement.PreviewTouchDown UIElement.TouchDown UIElement.PreviewTouchMove UIElement.TouchMove UIElement.PreviewTouchUp UIElement.TouchUp UIElement.GotTouchCapture UIElement.LostTouchCapture UIElement.TouchEnter UIElement.TouchLeave UIElement.IsMouseDirectlyOverChanged UIElement.IsKeyboardFocusWithinChanged UIElement.IsMouseCapturedChanged UIElement.IsMouseCaptureWithinChanged UIElement.IsStylusDirectlyOverChanged UIElement.IsStylusCapturedChanged UIElement.IsStylusCaptureWithinChanged UIElement.IsKeyboardFocusedChanged UIElement.LayoutUpdated UIElement.GotFocus UIElement.LostFocus UIElement.IsEnabledChanged UIElement.IsHitTestVisibleChanged UIElement.IsVisibleChanged UIElement.FocusableChanged UIElement.ManipulationStarting UIElement.ManipulationStarted UIElement.ManipulationDelta UIElement.ManipulationInertiaStarting UIElement.ManipulationBoundaryFeedback UIElement.ManipulationCompleted Visual.AddVisualChild(Visual) Visual.RemoveVisualChild(Visual) Visual.OnVisualChildrenChanged(DependencyObject, DependencyObject) Visual.OnDpiChanged(DpiScale, DpiScale) Visual.IsAncestorOf(DependencyObject) Visual.IsDescendantOf(DependencyObject) Visual.FindCommonVisualAncestor(DependencyObject) Visual.TransformToAncestor(Visual) Visual.TransformToAncestor(Visual3D) Visual.TransformToDescendant(Visual) Visual.TransformToVisual(Visual) Visual.PointToScreen(Point) Visual.PointFromScreen(Point) Visual.VisualParent Visual.VisualTransform Visual.VisualEffect Visual.VisualBitmapEffect Visual.VisualBitmapEffectInput Visual.VisualCacheMode Visual.VisualScrollableAreaClip Visual.VisualClip Visual.VisualOffset Visual.VisualOpacity Visual.VisualEdgeMode Visual.VisualBitmapScalingMode Visual.VisualClearTypeHint Visual.VisualTextRenderingMode Visual.VisualTextHintingMode Visual.VisualOpacityMask Visual.VisualXSnappingGuidelines Visual.VisualYSnappingGuidelines DependencyObject.Equals(object) DependencyObject.GetHashCode() DependencyObject.GetValue(DependencyProperty) DependencyObject.SetValue(DependencyProperty, object) DependencyObject.SetCurrentValue(DependencyProperty, object) DependencyObject.SetValue(DependencyPropertyKey, object) DependencyObject.ClearValue(DependencyProperty) DependencyObject.ClearValue(DependencyPropertyKey) DependencyObject.CoerceValue(DependencyProperty) DependencyObject.InvalidateProperty(DependencyProperty) DependencyObject.ShouldSerializeProperty(DependencyProperty) DependencyObject.ReadLocalValue(DependencyProperty) DependencyObject.GetLocalValueEnumerator() DependencyObject.DependencyObjectType DependencyObject.IsSealed DispatcherObject.Dispatcher object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Summary Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class SummaryView : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector Constructors SummaryView() Declaration public SummaryView() Methods InitializeComponent() InitializeComponent Declaration public void InitializeComponent() Implements IAnimatable IFrameworkInputElement IInputElement ISupportInitialize IQueryAmbient IAddChild IComponentConnector Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SummaryView Interaction logic for ProjectDetailsView.xaml Inheritance System.Object SummaryView Implements System.Windows.Markup.IComponentConnector Namespace : Sdl.Desktop.Platform.Controls.Summary Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class SummaryView : UserControl Constructors SummaryView() Declaration public SummaryView() Methods InitializeComponent() InitializeComponent Declaration public void InitializeComponent() Implements System.Windows.Markup.IComponentConnector Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.html": { "href": "api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.html", "title": "Class SummaryViewModel", - "keywords": "Class SummaryViewModel Inheritance object SummaryViewModel Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Controls Summary Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class SummaryViewModel Constructors SummaryViewModel(ISummaryData) Declaration public SummaryViewModel(ISummaryData summaryData) Parameters Type Name Description ISummaryData summaryData Properties SummarySections Declaration public IList SummarySections { get; set; } Property Value Type Description IList SummarySection Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SummaryViewModel Inheritance System.Object SummaryViewModel 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.Desktop.Platform.Controls.Summary Assembly : Sdl.Desktop.Platform.Controls.dll Syntax public class SummaryViewModel Constructors SummaryViewModel(ISummaryData) Declaration public SummaryViewModel(ISummaryData summaryData) Parameters Type Name Description ISummaryData summaryData Properties SummarySections Declaration public IList SummarySections { get; set; } Property Value Type Description System.Collections.Generic.IList < SummarySection > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Styles.ImageResources.html": { "href": "api/integration/Sdl.Desktop.Platform.Styles.ImageResources.html", @@ -4007,112 +3712,112 @@ "api/integration/Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.html": { "href": "api/integration/Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.html", "title": "Class TranslationMemoryIcons", - "keywords": "Class TranslationMemoryIcons TranslationMemoryIcons Inheritance object ResourceDictionary TranslationMemoryIcons Implements IDictionary ICollection IEnumerable ISupportInitialize IUriContext INameScope IComponentConnector Inherited Members ResourceDictionary.CopyTo(DictionaryEntry[], int) ResourceDictionary.RegisterName(string, object) ResourceDictionary.UnregisterName(string) ResourceDictionary.FindName(string) ResourceDictionary.Add(object, object) ResourceDictionary.Clear() ResourceDictionary.Contains(object) ResourceDictionary.GetEnumerator() ResourceDictionary.Remove(object) ResourceDictionary.BeginInit() ResourceDictionary.EndInit() ResourceDictionary.OnGettingValue(object, ref object, out bool) ResourceDictionary.MergedDictionaries ResourceDictionary.Source ResourceDictionary.IsFixedSize ResourceDictionary.IsReadOnly ResourceDictionary.InvalidatesImplicitDataTemplateResources ResourceDictionary.this[object] ResourceDictionary.DeferrableContent ResourceDictionary.Keys ResourceDictionary.Values ResourceDictionary.Count object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Styles ImageResources Assembly : Sdl.Desktop.Platform.Styles.dll Syntax public class TranslationMemoryIcons : ResourceDictionary, IDictionary, ICollection, IEnumerable, ISupportInitialize, IUriContext, INameScope, IComponentConnector Constructors TranslationMemoryIcons() Declaration public TranslationMemoryIcons() Methods InitializeComponent() InitializeComponent Declaration public void InitializeComponent() Implements IDictionary ICollection IEnumerable ISupportInitialize IUriContext INameScope IComponentConnector Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TranslationMemoryIcons TranslationMemoryIcons Inheritance System.Object TranslationMemoryIcons Implements System.Windows.Markup.IComponentConnector Namespace : Sdl.Desktop.Platform.Styles.ImageResources Assembly : Sdl.Desktop.Platform.Styles.dll Syntax public class TranslationMemoryIcons : ResourceDictionary Constructors TranslationMemoryIcons() Declaration public TranslationMemoryIcons() Methods InitializeComponent() InitializeComponent Declaration public void InitializeComponent() Implements System.Windows.Markup.IComponentConnector Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.html": { "href": "api/integration/Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.html", "title": "Class UserIcons", - "keywords": "Class UserIcons UserIcons Inheritance object ResourceDictionary UserIcons Implements IDictionary ICollection IEnumerable ISupportInitialize IUriContext INameScope IComponentConnector Inherited Members ResourceDictionary.CopyTo(DictionaryEntry[], int) ResourceDictionary.RegisterName(string, object) ResourceDictionary.UnregisterName(string) ResourceDictionary.FindName(string) ResourceDictionary.Add(object, object) ResourceDictionary.Clear() ResourceDictionary.Contains(object) ResourceDictionary.GetEnumerator() ResourceDictionary.Remove(object) ResourceDictionary.BeginInit() ResourceDictionary.EndInit() ResourceDictionary.OnGettingValue(object, ref object, out bool) ResourceDictionary.MergedDictionaries ResourceDictionary.Source ResourceDictionary.IsFixedSize ResourceDictionary.IsReadOnly ResourceDictionary.InvalidatesImplicitDataTemplateResources ResourceDictionary.this[object] ResourceDictionary.DeferrableContent ResourceDictionary.Keys ResourceDictionary.Values ResourceDictionary.Count object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Desktop Sdl.Desktop.Platform Sdl.Desktop.Platform.Styles ImageResources Assembly : Sdl.Desktop.Platform.Styles.dll Syntax public class UserIcons : ResourceDictionary, IDictionary, ICollection, IEnumerable, ISupportInitialize, IUriContext, INameScope, IComponentConnector Constructors UserIcons() Declaration public UserIcons() Methods InitializeComponent() InitializeComponent Declaration public void InitializeComponent() Implements IDictionary ICollection IEnumerable ISupportInitialize IUriContext INameScope IComponentConnector Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class UserIcons UserIcons Inheritance System.Object UserIcons Implements System.Windows.Markup.IComponentConnector Namespace : Sdl.Desktop.Platform.Styles.ImageResources Assembly : Sdl.Desktop.Platform.Styles.dll Syntax public class UserIcons : ResourceDictionary Constructors UserIcons() Declaration public UserIcons() Methods InitializeComponent() InitializeComponent Declaration public void InitializeComponent() Implements System.Windows.Markup.IComponentConnector Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.html": { "href": "api/integration/Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.html", "title": "Class BasicSegmentEditControl", - "keywords": "Class BasicSegmentEditControl An edit control providing display and editing functionalities for bilingual content. This control is restricted to displaying only one segment. The contents of the segment should be created using the provided ItemFactory . This control is read-only by default. Inheritance object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl BasicSegmentEditControl Implements IDropTarget ISynchronizeInvoke IWin32Window IBindableComponent IComponent IDisposable IContainerControl Inherited Members UserControl.ValidateChildren() UserControl.ValidateChildren(ValidationConstraints) UserControl.OnCreateControl() UserControl.OnLoad(EventArgs) UserControl.OnResize(EventArgs) UserControl.OnMouseDown(MouseEventArgs) UserControl.WndProc(ref Message) UserControl.AutoSize UserControl.AutoSizeMode UserControl.AutoValidate UserControl.BorderStyle UserControl.CreateParams UserControl.DefaultSize UserControl.AutoSizeChanged UserControl.AutoValidateChanged UserControl.Load ContainerControl.AdjustFormScrollbars(bool) ContainerControl.OnAutoValidateChanged(EventArgs) ContainerControl.OnFontChanged(EventArgs) ContainerControl.OnLayout(LayoutEventArgs) ContainerControl.OnParentChanged(EventArgs) ContainerControl.PerformAutoScale() ContainerControl.ProcessDialogChar(char) ContainerControl.ProcessDialogKey(Keys) ContainerControl.ProcessCmdKey(ref Message, Keys) ContainerControl.ProcessMnemonic(char) ContainerControl.ProcessTabKey(bool) ContainerControl.Select(bool, bool) ContainerControl.UpdateDefaultButton() ContainerControl.Validate() ContainerControl.Validate(bool) ContainerControl.AutoScaleDimensions ContainerControl.AutoScaleFactor ContainerControl.AutoScaleMode ContainerControl.BindingContext ContainerControl.CanEnableIme ContainerControl.ActiveControl ContainerControl.CurrentAutoScaleDimensions ContainerControl.ParentForm ScrollableControl.ScrollStateAutoScrolling ScrollableControl.ScrollStateHScrollVisible ScrollableControl.ScrollStateVScrollVisible ScrollableControl.ScrollStateUserHasScrolled ScrollableControl.ScrollStateFullDrag ScrollableControl.GetScrollState(int) ScrollableControl.OnMouseWheel(MouseEventArgs) ScrollableControl.OnRightToLeftChanged(EventArgs) ScrollableControl.OnPaintBackground(PaintEventArgs) ScrollableControl.OnPaddingChanged(EventArgs) ScrollableControl.OnVisibleChanged(EventArgs) ScrollableControl.ScaleControl(SizeF, BoundsSpecified) ScrollableControl.SetDisplayRectLocation(int, int) ScrollableControl.ScrollControlIntoView(Control) ScrollableControl.ScrollToControl(Control) ScrollableControl.OnScroll(ScrollEventArgs) ScrollableControl.SetAutoScrollMargin(int, int) ScrollableControl.SetScrollState(int, bool) ScrollableControl.AutoScroll ScrollableControl.AutoScrollMargin ScrollableControl.AutoScrollPosition ScrollableControl.AutoScrollMinSize ScrollableControl.DisplayRectangle ScrollableControl.HScroll ScrollableControl.HorizontalScroll ScrollableControl.VScroll ScrollableControl.VerticalScroll ScrollableControl.Scroll Control.GetAccessibilityObjectById(int) Control.SetAutoSizeMode(AutoSizeMode) Control.GetAutoSizeMode() Control.GetPreferredSize(Size) Control.AccessibilityNotifyClients(AccessibleEvents, int) Control.AccessibilityNotifyClients(AccessibleEvents, int, int) Control.BeginInvoke(Delegate) Control.BeginInvoke(Delegate, params object[]) Control.BringToFront() Control.Contains(Control) Control.CreateAccessibilityInstance() Control.CreateControlsInstance() Control.CreateGraphics() Control.CreateHandle() Control.CreateControl() Control.DefWndProc(ref Message) Control.DestroyHandle() Control.DoDragDrop(object, DragDropEffects) Control.DrawToBitmap(Bitmap, Rectangle) Control.EndInvoke(IAsyncResult) Control.FindForm() Control.GetTopLevel() Control.RaiseKeyEvent(object, KeyEventArgs) Control.RaiseMouseEvent(object, MouseEventArgs) Control.Focus() Control.FromChildHandle(IntPtr) Control.FromHandle(IntPtr) Control.GetChildAtPoint(Point, GetChildAtPointSkip) Control.GetChildAtPoint(Point) Control.GetContainerControl() Control.GetScaledBounds(Rectangle, SizeF, BoundsSpecified) Control.GetNextControl(Control, bool) Control.GetStyle(ControlStyles) Control.Hide() Control.InitLayout() Control.Invalidate(Region) Control.Invalidate(Region, bool) Control.Invalidate() Control.Invalidate(bool) Control.Invalidate(Rectangle) Control.Invalidate(Rectangle, bool) Control.Invoke(Delegate) Control.Invoke(Delegate, params object[]) Control.InvokePaint(Control, PaintEventArgs) Control.InvokePaintBackground(Control, PaintEventArgs) Control.IsKeyLocked(Keys) Control.IsInputChar(char) Control.IsInputKey(Keys) Control.IsMnemonic(char, string) Control.LogicalToDeviceUnits(int) Control.LogicalToDeviceUnits(Size) Control.ScaleBitmapLogicalToDevice(ref Bitmap) Control.NotifyInvalidate(Rectangle) Control.InvokeOnClick(Control, EventArgs) Control.OnAutoSizeChanged(EventArgs) Control.OnBackColorChanged(EventArgs) Control.OnBackgroundImageChanged(EventArgs) Control.OnBackgroundImageLayoutChanged(EventArgs) Control.OnBindingContextChanged(EventArgs) Control.OnCausesValidationChanged(EventArgs) Control.OnContextMenuChanged(EventArgs) Control.OnContextMenuStripChanged(EventArgs) Control.OnCursorChanged(EventArgs) Control.OnDockChanged(EventArgs) Control.OnEnabledChanged(EventArgs) Control.OnForeColorChanged(EventArgs) Control.OnNotifyMessage(Message) Control.OnParentBackColorChanged(EventArgs) Control.OnParentBackgroundImageChanged(EventArgs) Control.OnParentBindingContextChanged(EventArgs) Control.OnParentCursorChanged(EventArgs) Control.OnParentEnabledChanged(EventArgs) Control.OnParentFontChanged(EventArgs) Control.OnParentForeColorChanged(EventArgs) Control.OnParentRightToLeftChanged(EventArgs) Control.OnParentVisibleChanged(EventArgs) Control.OnPrint(PaintEventArgs) Control.OnTabIndexChanged(EventArgs) Control.OnTabStopChanged(EventArgs) Control.OnTextChanged(EventArgs) Control.OnClick(EventArgs) Control.OnClientSizeChanged(EventArgs) Control.OnControlAdded(ControlEventArgs) Control.OnControlRemoved(ControlEventArgs) Control.OnHandleCreated(EventArgs) Control.OnLocationChanged(EventArgs) Control.OnHandleDestroyed(EventArgs) Control.OnDoubleClick(EventArgs) Control.OnDragEnter(DragEventArgs) Control.OnDragOver(DragEventArgs) Control.OnDragLeave(EventArgs) Control.OnDragDrop(DragEventArgs) Control.OnGiveFeedback(GiveFeedbackEventArgs) Control.OnEnter(EventArgs) Control.InvokeGotFocus(Control, EventArgs) Control.OnGotFocus(EventArgs) Control.OnHelpRequested(HelpEventArgs) Control.OnInvalidated(InvalidateEventArgs) Control.OnKeyDown(KeyEventArgs) Control.OnKeyPress(KeyPressEventArgs) Control.OnKeyUp(KeyEventArgs) Control.OnLeave(EventArgs) Control.InvokeLostFocus(Control, EventArgs) Control.OnLostFocus(EventArgs) Control.OnMarginChanged(EventArgs) Control.OnMouseDoubleClick(MouseEventArgs) Control.OnMouseClick(MouseEventArgs) Control.OnMouseCaptureChanged(EventArgs) Control.OnMouseEnter(EventArgs) Control.OnMouseLeave(EventArgs) Control.OnDpiChangedBeforeParent(EventArgs) Control.OnDpiChangedAfterParent(EventArgs) Control.OnMouseHover(EventArgs) Control.OnMouseMove(MouseEventArgs) Control.OnMouseUp(MouseEventArgs) Control.OnMove(EventArgs) Control.OnPaint(PaintEventArgs) Control.OnQueryContinueDrag(QueryContinueDragEventArgs) Control.OnRegionChanged(EventArgs) Control.OnPreviewKeyDown(PreviewKeyDownEventArgs) Control.OnSizeChanged(EventArgs) Control.OnChangeUICues(UICuesEventArgs) Control.OnStyleChanged(EventArgs) Control.OnSystemColorsChanged(EventArgs) Control.OnValidating(CancelEventArgs) Control.OnValidated(EventArgs) Control.RescaleConstantsForDpi(int, int) Control.PerformLayout() Control.PerformLayout(Control, string) Control.PointToClient(Point) Control.PointToScreen(Point) Control.PreProcessMessage(ref Message) Control.PreProcessControlMessage(ref Message) Control.ProcessKeyEventArgs(ref Message) Control.ProcessKeyMessage(ref Message) Control.ProcessKeyPreview(ref Message) Control.RaiseDragEvent(object, DragEventArgs) Control.RaisePaintEvent(object, PaintEventArgs) Control.RecreateHandle() Control.RectangleToClient(Rectangle) Control.RectangleToScreen(Rectangle) Control.ReflectMessage(IntPtr, ref Message) Control.Refresh() Control.ResetMouseEventArgs() Control.ResetText() Control.ResumeLayout() Control.ResumeLayout(bool) Control.Scale(SizeF) Control.Select() Control.SelectNextControl(Control, bool, bool, bool, bool) Control.SendToBack() Control.SetBounds(int, int, int, int) Control.SetBounds(int, int, int, int, BoundsSpecified) Control.SetBoundsCore(int, int, int, int, BoundsSpecified) Control.SetClientSizeCore(int, int) Control.SizeFromClientSize(Size) Control.SetStyle(ControlStyles, bool) Control.SetTopLevel(bool) Control.SetVisibleCore(bool) Control.RtlTranslateAlignment(HorizontalAlignment) Control.RtlTranslateAlignment(LeftRightAlignment) Control.RtlTranslateAlignment(ContentAlignment) Control.RtlTranslateHorizontal(HorizontalAlignment) Control.RtlTranslateLeftRight(LeftRightAlignment) Control.RtlTranslateContent(ContentAlignment) Control.Show() Control.SuspendLayout() Control.Update() Control.UpdateBounds() Control.UpdateBounds(int, int, int, int) Control.UpdateBounds(int, int, int, int, int, int) Control.UpdateZOrder() Control.UpdateStyles() Control.OnImeModeChanged(EventArgs) Control.AccessibilityObject Control.AccessibleDefaultActionDescription Control.AccessibleDescription Control.AccessibleName Control.AccessibleRole Control.AllowDrop Control.Anchor Control.AutoScrollOffset Control.LayoutEngine Control.BackColor Control.BackgroundImage Control.BackgroundImageLayout Control.Bottom Control.Bounds Control.CanFocus Control.CanRaiseEvents Control.CanSelect Control.Capture Control.CausesValidation Control.CheckForIllegalCrossThreadCalls Control.ClientRectangle Control.ClientSize Control.CompanyName Control.ContainsFocus Control.ContextMenu Control.ContextMenuStrip Control.Controls Control.Created Control.Cursor Control.DataBindings Control.DefaultBackColor Control.DefaultCursor Control.DefaultFont Control.DefaultForeColor Control.DefaultMargin Control.DefaultMaximumSize Control.DefaultMinimumSize Control.DefaultPadding Control.DeviceDpi Control.IsDisposed Control.Disposing Control.Dock Control.DoubleBuffered Control.Enabled Control.Focused Control.Font Control.FontHeight Control.ForeColor Control.Handle Control.HasChildren Control.Height Control.IsHandleCreated Control.InvokeRequired Control.IsAccessible Control.IsMirrored Control.Left Control.Location Control.Margin Control.MaximumSize Control.MinimumSize Control.ModifierKeys Control.MouseButtons Control.MousePosition Control.Name Control.Parent Control.ProductName Control.ProductVersion Control.RecreatingHandle Control.Region Control.RenderRightToLeft Control.ResizeRedraw Control.Right Control.RightToLeft Control.ScaleChildren Control.Site Control.Size Control.TabIndex Control.TabStop Control.Tag Control.Text Control.Top Control.TopLevelControl Control.ShowKeyboardCues Control.ShowFocusCues Control.UseWaitCursor Control.Visible Control.Width Control.PreferredSize Control.Padding Control.DefaultImeMode Control.ImeMode Control.ImeModeBase Control.PropagatingImeMode Control.BackColorChanged Control.BackgroundImageChanged Control.BackgroundImageLayoutChanged Control.BindingContextChanged Control.CausesValidationChanged Control.ClientSizeChanged Control.ContextMenuChanged Control.ContextMenuStripChanged Control.CursorChanged Control.DockChanged Control.EnabledChanged Control.FontChanged Control.ForeColorChanged Control.LocationChanged Control.MarginChanged Control.RegionChanged Control.RightToLeftChanged Control.SizeChanged Control.TabIndexChanged Control.TabStopChanged Control.TextChanged Control.VisibleChanged Control.Click Control.ControlAdded Control.ControlRemoved Control.DragDrop Control.DragEnter Control.DragOver Control.DragLeave Control.GiveFeedback Control.HandleCreated Control.HandleDestroyed Control.HelpRequested Control.Invalidated Control.PaddingChanged Control.Paint Control.QueryContinueDrag Control.QueryAccessibilityHelp Control.DoubleClick Control.Enter Control.GotFocus Control.KeyDown Control.KeyPress Control.KeyUp Control.Layout Control.Leave Control.LostFocus Control.MouseClick Control.MouseDoubleClick Control.MouseCaptureChanged Control.MouseDown Control.MouseEnter Control.MouseLeave Control.DpiChangedBeforeParent Control.DpiChangedAfterParent Control.MouseHover Control.MouseMove Control.MouseUp Control.MouseWheel Control.Move Control.PreviewKeyDown Control.Resize Control.ChangeUICues Control.StyleChanged Control.SystemColorsChanged Control.Validating Control.Validated Control.ParentChanged Control.ImeModeChanged Component.Dispose() Component.GetService(Type) Component.ToString() Component.Events Component.Container Component.DesignMode Component.Disposed MarshalByRefObject.MemberwiseClone(bool) MarshalByRefObject.GetLifetimeService() MarshalByRefObject.InitializeLifetimeService() MarshalByRefObject.CreateObjRef(Type) object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor BasicControls Assembly : Sdl.DesktopEditor.BasicControls.dll Syntax public class BasicSegmentEditControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl Constructors BasicSegmentEditControl() Default constructor, display settings are initialized to defaults. Declaration public BasicSegmentEditControl() Properties IsReadOnly Determines whether the control is read-only or not. Default is true . Declaration public bool IsReadOnly { get; set; } Property Value Type Description bool ItemFactory The item factory to use when creating content to display in the control. Declaration public IDocumentItemFactory ItemFactory { get; } Property Value Type Description IDocumentItemFactory Methods Dispose(bool) Clean up any resources being used. Declaration protected override void Dispose(bool disposing) Parameters Type Name Description bool disposing true if managed resources should be disposed; otherwise, false. Overrides ContainerControl.Dispose(bool) GetDocumentSegment() Provides access to the current document segment as it is in the edit control. Declaration public ISegment GetDocumentSegment() Returns Type Description ISegment The segment used by the control. MoveSelection(TextLocation, TextLocation) Moves the edit control's text selection to the locations provided. Declaration public void MoveSelection(TextLocation fromLocation, TextLocation uptoLocation) Parameters Type Name Description TextLocation fromLocation The starting point of the selection. TextLocation uptoLocation The finishing point of the selection. RedrawControl() Forces a redraw of the control. Declaration public void RedrawControl() ReplaceDocumentSegment(ISegment) Replaces the document in the control with the content of the segment. Declaration public void ReplaceDocumentSegment(ISegment segment) Parameters Type Name Description ISegment segment The segment containing the content to replace. Events SegmentContentChanged Event fired when the content of the segment in the control has been manually modified Declaration public event EventHandler SegmentContentChanged Event Type Type Description EventHandler Implements IDropTarget ISynchronizeInvoke IWin32Window IBindableComponent IComponent IDisposable IContainerControl Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class BasicSegmentEditControl Inheritance System.Object BasicSegmentEditControl Namespace : Sdl.DesktopEditor.BasicControls Assembly : Sdl.DesktopEditor.BasicControls.dll Syntax public class BasicSegmentEditControl : UserControl Constructors BasicSegmentEditControl() Declaration public BasicSegmentEditControl() Properties IsReadOnly Declaration public bool IsReadOnly { get; set; } Property Value Type Description System.Boolean ItemFactory Declaration public IDocumentItemFactory ItemFactory { get; } Property Value Type Description IDocumentItemFactory Methods Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing GetDocumentSegment() Declaration public ISegment GetDocumentSegment() Returns Type Description ISegment MoveSelection(TextLocation, TextLocation) Declaration public void MoveSelection(TextLocation fromLocation, TextLocation uptoLocation) Parameters Type Name Description TextLocation fromLocation TextLocation uptoLocation RedrawControl() Declaration public void RedrawControl() ReplaceDocumentSegment(ISegment) Declaration public void ReplaceDocumentSegment(ISegment segment) Parameters Type Name Description ISegment segment Events SegmentContentChanged Declaration public event EventHandler SegmentContentChanged Event Type Type Description System.EventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.BasicControls.html": { "href": "api/integration/Sdl.DesktopEditor.BasicControls.html", "title": "Namespace Sdl.DesktopEditor.BasicControls", - "keywords": "Namespace Sdl.DesktopEditor.BasicControls Classes BasicSegmentEditControl An edit control providing display and editing functionalities for bilingual content. This control is restricted to displaying only one segment. The contents of the segment should be created using the provided ItemFactory . This control is read-only by default." + "keywords": "Namespace Sdl.DesktopEditor.BasicControls Classes BasicSegmentEditControl" }, "api/integration/Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.html", "title": "Class ActiveRowChangedEventArgs", - "keywords": "Class ActiveRowChangedEventArgs Information passed in the ActiveRowChanged event. Inheritance object EventArgs ActiveRowChangedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ActiveRowChangedEventArgs : EventArgs Constructors ActiveRowChangedEventArgs() default constructor Declaration public ActiveRowChangedEventArgs() ActiveRowChangedEventArgs(IRowInfo, IRowInfo) Contructor Declaration public ActiveRowChangedEventArgs(IRowInfo PreviousActiveRow, IRowInfo NewActiveRow) Parameters Type Name Description IRowInfo PreviousActiveRow IRowInfo NewActiveRow Properties NewActiveRow The active row after the change, or null if none. Declaration public IRowInfo NewActiveRow { get; set; } Property Value Type Description IRowInfo PreviousActiveRow The active row before the change, or null if none. Declaration public IRowInfo PreviousActiveRow { get; set; } Property Value Type Description IRowInfo Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ActiveRowChangedEventArgs Information passed in the ActiveRowChanged event. Inheritance System.Object System.EventArgs ActiveRowChangedEventArgs Inherited Members System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ActiveRowChangedEventArgs : EventArgs Constructors ActiveRowChangedEventArgs() default constructor Declaration public ActiveRowChangedEventArgs() ActiveRowChangedEventArgs(IRowInfo, IRowInfo) Contructor Declaration public ActiveRowChangedEventArgs(IRowInfo PreviousActiveRow, IRowInfo NewActiveRow) Parameters Type Name Description IRowInfo PreviousActiveRow IRowInfo NewActiveRow Properties NewActiveRow The active row after the change, or null if none. Declaration public IRowInfo NewActiveRow { get; set; } Property Value Type Description IRowInfo PreviousActiveRow The active row before the change, or null if none. Declaration public IRowInfo PreviousActiveRow { get; set; } Property Value Type Description IRowInfo Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.AfterEditControlsCreatedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.AfterEditControlsCreatedEventArgs.html", "title": "Class AfterEditControlsCreatedEventArgs", - "keywords": "Class AfterEditControlsCreatedEventArgs Event arguments used when the edit controls have been created by the ISideBySideEditor . Inheritance object EventArgs AfterEditControlsCreatedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class AfterEditControlsCreatedEventArgs : EventArgs Constructors AfterEditControlsCreatedEventArgs() Declaration public AfterEditControlsCreatedEventArgs() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AfterEditControlsCreatedEventArgs Event arguments used when the edit controls have been created by the ISideBySideEditor . Inheritance System.Object System.EventArgs AfterEditControlsCreatedEventArgs Inherited Members System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class AfterEditControlsCreatedEventArgs : EventArgs Constructors AfterEditControlsCreatedEventArgs() Declaration public AfterEditControlsCreatedEventArgs() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs.html", "title": "Class AfterInitialUpdateEventArgs", - "keywords": "Class AfterInitialUpdateEventArgs Arguments passed in the AfterInitialUpdate event. Inheritance object EventArgs EditControlEventArgs AfterInitialUpdateEventArgs Inherited Members EditControlEventArgs.EditControl EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class AfterInitialUpdateEventArgs : EditControlEventArgs Constructors AfterInitialUpdateEventArgs() Declaration public AfterInitialUpdateEventArgs() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AfterInitialUpdateEventArgs Arguments passed in the AfterInitialUpdate event. Inheritance System.Object System.EventArgs EditControlEventArgs AfterInitialUpdateEventArgs Inherited Members EditControlEventArgs.EditControl System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class AfterInitialUpdateEventArgs : EditControlEventArgs Constructors AfterInitialUpdateEventArgs() Declaration public AfterInitialUpdateEventArgs() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.html", "title": "Class ChangeNotAllowedException", - "keywords": "Class ChangeNotAllowedException Base class of exceptions thrown when attempting to change an object that must not be changed. Inheritance object Exception ChangeNotAllowedException InvalidEditOperationException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ChangeNotAllowedException : Exception, ISerializable, _Exception Remarks This exception will be thrown by the API e.g. if attempting to directly change filter framework objects that are accessed from a live document in an edit control. (All content changes must be done through operations on the edit control, to ensure that they don't corrupt the undo buffer.) Constructors ChangeNotAllowedException() default constructor Declaration public ChangeNotAllowedException() ChangeNotAllowedException(SerializationInfo, StreamingContext) serialization constructor Declaration protected ChangeNotAllowedException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info info StreamingContext context context ChangeNotAllowedException(string, string) Source and message constructor Declaration public ChangeNotAllowedException(string source, string message) Parameters Type Name Description string source source string message message ChangeNotAllowedException(string, string, Exception) Source, message and inner exception constructor Declaration public ChangeNotAllowedException(string source, string message, Exception inner) Parameters Type Name Description string source source string message message Exception inner inner exception Implements ISerializable _Exception Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ChangeNotAllowedException Base class of exceptions thrown when attempting to change an object that must not be changed. Inheritance System.Object System.Exception ChangeNotAllowedException InvalidEditOperationException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ChangeNotAllowedException : Exception, ISerializable, _Exception Remarks This exception will be thrown by the API e.g. if attempting to directly change filter framework objects that are accessed from a live document in an edit control. (All content changes must be done through operations on the edit control, to ensure that they don't corrupt the undo buffer.) Constructors ChangeNotAllowedException() default constructor Declaration public ChangeNotAllowedException() ChangeNotAllowedException(SerializationInfo, StreamingContext) serialization constructor Declaration protected ChangeNotAllowedException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info info System.Runtime.Serialization.StreamingContext context context ChangeNotAllowedException(String, String) Source and message constructor Declaration public ChangeNotAllowedException(string source, string message) Parameters Type Name Description System.String source source System.String message message ChangeNotAllowedException(String, String, Exception) Source, message and inner exception constructor Declaration public ChangeNotAllowedException(string source, string message, Exception inner) Parameters Type Name Description System.String source source System.String message message System.Exception inner inner exception Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.html", "title": "Class ContentHeightChangedEventArgs", - "keywords": "Class ContentHeightChangedEventArgs Arguments passed in the ContentHeightChanged event. Inheritance object EventArgs ContentHeightChangedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ContentHeightChangedEventArgs : EventArgs Constructors ContentHeightChangedEventArgs() Default contructor, creates an uninitialized instance. Declaration public ContentHeightChangedEventArgs() ContentHeightChangedEventArgs(long, long) Create an instance initialized with the specified parameters. Declaration public ContentHeightChangedEventArgs(long previousHeight, long newHeight) Parameters Type Name Description long previousHeight long newHeight Properties NewHeight New height of the content after the vertical size change. This is the same value as is returned by the ContentHeight property. Declaration public long NewHeight { get; set; } Property Value Type Description long PreviousHeight Height of the content before the vertical size change. 0 if content was not previously sized. Declaration public long PreviousHeight { get; set; } Property Value Type Description long Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ContentHeightChangedEventArgs Arguments passed in the ContentHeightChanged event. Inheritance System.Object System.EventArgs ContentHeightChangedEventArgs Inherited Members System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ContentHeightChangedEventArgs : EventArgs Constructors ContentHeightChangedEventArgs() Default contructor, creates an uninitialized instance. Declaration public ContentHeightChangedEventArgs() ContentHeightChangedEventArgs(Int64, Int64) Create an instance initialized with the specified parameters. Declaration public ContentHeightChangedEventArgs(long previousHeight, long newHeight) Parameters Type Name Description System.Int64 previousHeight System.Int64 newHeight Properties NewHeight New height of the content after the vertical size change. This is the same value as is returned by the ContentHeight property. Declaration public long NewHeight { get; set; } Property Value Type Description System.Int64 PreviousHeight Height of the content before the vertical size change. 0 if content was not previously sized. Declaration public long PreviousHeight { get; set; } Property Value Type Description System.Int64 Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ContentNodeIterator.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ContentNodeIterator.html", "title": "Class ContentNodeIterator", - "keywords": "Class ContentNodeIterator Helper class to iterate over content nodes in the editor API. Inheritance object ContentNodeIterator NodeIterator Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax [CLSCompliant(false)] public class ContentNodeIterator Constructors ContentNodeIterator(IAbstractContainerNode) Limit iteration to the specified container, start at the first node in the container. Declaration public ContentNodeIterator(IAbstractContainerNode container) Parameters Type Name Description IAbstractContainerNode container The bounding container ContentNodeIterator(IAbstractContainerNode, IAbstractNode) Limit iteration to the specified container, start at a specified node (which should be in the container, but can be a sub-node). Declaration public ContentNodeIterator(IAbstractContainerNode container, IAbstractNode from) Parameters Type Name Description IAbstractContainerNode container The bounding container IAbstractNode from The first node to start from. This is typically a node somewhere inside the container. ContentNodeIterator(IAbstractNode) Start at the specified node. Iterate until the end of all available content, including parent nodes. Declaration public ContentNodeIterator(IAbstractNode from) Parameters Type Name Description IAbstractNode from the position to start from, may or may not be a content node ContentNodeIterator(IAbstractNode, IAbstractContentNode) Limit iteration to a specific end node. The iteration will stop at the upto node, which will not be returned as a content node. Declaration public ContentNodeIterator(IAbstractNode from, IAbstractContentNode upto) Parameters Type Name Description IAbstractNode from The first node to start from. May or may not be a container. IAbstractContentNode upto The node at which to stop. Will not be part of the content iterated over, and must be after the from node to be effective. Fields _Container Container the search is limited to Declaration protected IAbstractContainerNode _Container Field Value Type Description IAbstractContainerNode _CurrentNode The node currently selected Declaration protected IAbstractNode _CurrentNode Field Value Type Description IAbstractNode _EndNode The node that will end iteration Declaration protected IAbstractContentNode _EndNode Field Value Type Description IAbstractContentNode Properties Container The container that iteration is limited to, or null if none. Declaration public IAbstractContainerNode Container { get; set; } Property Value Type Description IAbstractContainerNode CurrentAbstractNode The current node. This base implementation simply returns CurrentNode but derived implementations may need to return a more generic type. Declaration protected virtual IAbstractNode CurrentAbstractNode { get; } Property Value Type Description IAbstractNode CurrentNode The current content node, or null if none. Declaration public IAbstractContentNode CurrentNode { get; set; } Property Value Type Description IAbstractContentNode EndNode The iteration stops when this node is reached. It is not returned as a current node. Declaration public IAbstractContentNode EndNode { get; set; } Property Value Type Description IAbstractContentNode Methods GetNextContentNode(IAbstractNode) Convenience method that allows easy access to the next content node. This is exactly the same as creating a ContentNodeIterator , calling Next on it and taking the CurrentNode . Declaration public static IAbstractContentNode GetNextContentNode(IAbstractNode from) Parameters Type Name Description IAbstractNode from The content node to start iterating from. Returns Type Description IAbstractContentNode The next content node in the document, null if no node was found. Next() Advance to the next content node. Declaration public bool Next() Returns Type Description bool true if another content node was found, false if not, or the end of the bounding container was reached. Previous() Backs the iterator to the previous node. Declaration public bool Previous() Returns Type Description bool true if the operation is successful, i.e. if there is a preceding content node Remarks Note that when backing the iterator does not check for stop conditions. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ContentNodeIterator Helper class to iterate over content nodes in the editor API. Inheritance System.Object ContentNodeIterator NodeIterator 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax [CLSCompliant(false)] public class ContentNodeIterator Constructors ContentNodeIterator(IAbstractContainerNode) Limit iteration to the specified container, start at the first node in the container. Declaration public ContentNodeIterator(IAbstractContainerNode container) Parameters Type Name Description IAbstractContainerNode container The bounding container ContentNodeIterator(IAbstractContainerNode, IAbstractNode) Limit iteration to the specified container, start at a specified node (which should be in the container, but can be a sub-node). Declaration public ContentNodeIterator(IAbstractContainerNode container, IAbstractNode from) Parameters Type Name Description IAbstractContainerNode container The bounding container IAbstractNode from The first node to start from. This is typically a node somewhere inside the container. ContentNodeIterator(IAbstractNode) Start at the specified node. Iterate until the end of all available content, including parent nodes. Declaration public ContentNodeIterator(IAbstractNode from) Parameters Type Name Description IAbstractNode from the position to start from, may or may not be a content node ContentNodeIterator(IAbstractNode, IAbstractContentNode) Limit iteration to a specific end node. The iteration will stop at the upto node, which will not be returned as a content node. Declaration public ContentNodeIterator(IAbstractNode from, IAbstractContentNode upto) Parameters Type Name Description IAbstractNode from The first node to start from. May or may not be a container. IAbstractContentNode upto The node at which to stop. Will not be part of the content iterated over, and must be after the from node to be effective. Fields _Container Container the search is limited to Declaration protected IAbstractContainerNode _Container Field Value Type Description IAbstractContainerNode _CurrentNode The node currently selected Declaration protected IAbstractNode _CurrentNode Field Value Type Description IAbstractNode _EndNode The node that will end iteration Declaration protected IAbstractContentNode _EndNode Field Value Type Description IAbstractContentNode Properties Container The container that iteration is limited to, or null if none. Declaration public IAbstractContainerNode Container { get; set; } Property Value Type Description IAbstractContainerNode CurrentAbstractNode The current node. This base implementation simply returns CurrentNode but derived implementations may need to return a more generic type. Declaration protected virtual IAbstractNode CurrentAbstractNode { get; } Property Value Type Description IAbstractNode CurrentNode The current content node, or null if none. Declaration public IAbstractContentNode CurrentNode { get; set; } Property Value Type Description IAbstractContentNode EndNode The iteration stops when this node is reached. It is not returned as a current node. Declaration public IAbstractContentNode EndNode { get; set; } Property Value Type Description IAbstractContentNode Methods GetNextContentNode(IAbstractNode) Convenience method that allows easy access to the next content node. This is exactly the same as creating a ContentNodeIterator , calling Next on it and taking the CurrentNode . Declaration public static IAbstractContentNode GetNextContentNode(IAbstractNode from) Parameters Type Name Description IAbstractNode from The content node to start iterating from. Returns Type Description IAbstractContentNode The next content node in the document, null if no node was found. Next() Advance to the next content node. Declaration public bool Next() Returns Type Description System.Boolean true if another content node was found, false if not, or the end of the bounding container was reached. Previous() Backs the iterator to the previous node. Declaration public bool Previous() Returns Type Description System.Boolean true if the operation is successful, i.e. if there is a preceding content node Remarks Note that when backing the iterator does not check for stop conditions. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.html", "title": "Class ContentRange", - "keywords": "Class ContentRange Spans a set of content in a document. Used when performing operations on the document content. Inheritance object ContentRange Implements ICloneable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ContentRange : ICloneable Constructors ContentRange() Create a range with uninitialized (invalid) from and upto positions. Declaration public ContentRange() ContentRange(ContentRange) Clone another range Declaration protected ContentRange(ContentRange other) Parameters Type Name Description ContentRange other ContentRange(IAbstractContentNode, IAbstractContentNode) Create from and upto positions from nodes, using offset 0 for both nodes. Declaration public ContentRange(IAbstractContentNode from, IAbstractContentNode upto) Parameters Type Name Description IAbstractContentNode from IAbstractContentNode upto ContentRange(IContentSelection) Create a range spanning the same content as a selection. Declaration public ContentRange(IContentSelection selection) Parameters Type Name Description IContentSelection selection ContentRange(Position) Sets the from and upto positions to clones fo the specified position. Declaration public ContentRange(Position location) Parameters Type Name Description Position location ContentRange(Position, Position) Clone the specified from and upto positions. Declaration public ContentRange(Position from, Position upto) Parameters Type Name Description Position from Position upto Properties First The first of the from and upto positions. Declaration public virtual Position First { get; } Property Value Type Description Position From The from location Declaration public virtual Position From { get; set; } Property Value Type Description Position IsEmpty True if from and upto are valid and are the same nodes. Declaration public virtual bool IsEmpty { get; } Property Value Type Description bool IsReversed True if the upto position appears before the from position and the range is valid. Declaration public virtual bool IsReversed { get; } Property Value Type Description bool IsValid True if from and upto are valid and have the same root node. Declaration public virtual bool IsValid { get; } Property Value Type Description bool Last The last of the from and upto positions Declaration public virtual Position Last { get; } Property Value Type Description Position Upto The upto location. Declaration public virtual Position Upto { get; set; } Property Value Type Description Position Methods Clone() Create a clone of the object. The position objects are cloned, but the fields they reference are not (obviously). Declaration public virtual object Clone() Returns Type Description object Contains(Position) true if the position is inside the range Declaration public virtual bool Contains(Position position) Parameters Type Name Description Position position Returns Type Description bool GetIntersection(ContentRange) Returns the normalized range that represents the intersection between this range and the other, or null if they don't overlap. Declaration public virtual ContentRange GetIntersection(ContentRange other) Parameters Type Name Description ContentRange other Returns Type Description ContentRange Normalize() swaps from and upto if the range is reversed Declaration public virtual void Normalize() Overlaps(ContentRange) true if there is an overlap between this and the other range Declaration public virtual bool Overlaps(ContentRange other) Parameters Type Name Description ContentRange other Returns Type Description bool ReduceRanges(List, ReductionAllowedTest) Helper function to reduce a set of same-parent ranges to the smallest set of same-parent ranges necessary to span the content from the first to the last range. Declaration public static List ReduceRanges(List rangesToReduce, ContentRange.ReductionAllowedTest additionalCondition) Parameters Type Name Description List ContentRange rangesToReduce Set of same-parent ranges to be processed ContentRange ReductionAllowedTest additionalCondition Additional condition that will be evaluated to determine if the range can be reduced. Can be null , in which case ranges will always be reduced if possible. Returns Type Description List ContentRange The smallest set of same-parent ranges necessary to span all content in the input ranges (and anything between them) Remarks This method is used as a helper in the implementation of IFrameworkDocument.GetMarkupDataRanges in the EditorApi. The input range should be sorted so that all ranges appear in the correct order. The output ranges will also be sorted in this order. NOTE: The input ranges may get modified in the process. Reverse() swaps from and upto Declaration public virtual void Reverse() SetFromSelection(IContentSelection) Clone the from and upto locations from the selection. Declaration public virtual void SetFromSelection(IContentSelection selection) Parameters Type Name Description IContentSelection selection Implements ICloneable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ContentRange Spans a set of content in a document. Used when performing operations on the document content. Inheritance System.Object ContentRange Implements System.ICloneable 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ContentRange : ICloneable Constructors ContentRange() Create a range with uninitialized (invalid) from and upto positions. Declaration public ContentRange() ContentRange(ContentRange) Clone another range Declaration protected ContentRange(ContentRange other) Parameters Type Name Description ContentRange other ContentRange(IAbstractContentNode, IAbstractContentNode) Create from and upto positions from nodes, using offset 0 for both nodes. Declaration public ContentRange(IAbstractContentNode from, IAbstractContentNode upto) Parameters Type Name Description IAbstractContentNode from IAbstractContentNode upto ContentRange(IContentSelection) Create a range spanning the same content as a selection. Declaration public ContentRange(IContentSelection selection) Parameters Type Name Description IContentSelection selection ContentRange(Position) Sets the from and upto positions to clones fo the specified position. Declaration public ContentRange(Position location) Parameters Type Name Description Position location ContentRange(Position, Position) Clone the specified from and upto positions. Declaration public ContentRange(Position from, Position upto) Parameters Type Name Description Position from Position upto Properties First The first of the from and upto positions. Declaration public virtual Position First { get; } Property Value Type Description Position From The from location Declaration public virtual Position From { get; set; } Property Value Type Description Position IsEmpty True if from and upto are valid and are the same nodes. Declaration public virtual bool IsEmpty { get; } Property Value Type Description System.Boolean IsReversed True if the upto position appears before the from position and the range is valid. Declaration public virtual bool IsReversed { get; } Property Value Type Description System.Boolean IsValid True if from and upto are valid and have the same root node. Declaration public virtual bool IsValid { get; } Property Value Type Description System.Boolean Last The last of the from and upto positions Declaration public virtual Position Last { get; } Property Value Type Description Position Upto The upto location. Declaration public virtual Position Upto { get; set; } Property Value Type Description Position Methods Clone() Create a clone of the object. The position objects are cloned, but the fields they reference are not (obviously). Declaration public virtual object Clone() Returns Type Description System.Object Contains(Position) true if the position is inside the range Declaration public virtual bool Contains(Position position) Parameters Type Name Description Position position Returns Type Description System.Boolean GetIntersection(ContentRange) Returns the normalized range that represents the intersection between this range and the other, or null if they don't overlap. Declaration public virtual ContentRange GetIntersection(ContentRange other) Parameters Type Name Description ContentRange other Returns Type Description ContentRange Normalize() swaps from and upto if the range is reversed Declaration public virtual void Normalize() Overlaps(ContentRange) true if there is an overlap between this and the other range Declaration public virtual bool Overlaps(ContentRange other) Parameters Type Name Description ContentRange other Returns Type Description System.Boolean ReduceRanges(List, ContentRange.ReductionAllowedTest) Helper function to reduce a set of same-parent ranges to the smallest set of same-parent ranges necessary to span the content from the first to the last range. Declaration public static List ReduceRanges(List rangesToReduce, ContentRange.ReductionAllowedTest additionalCondition) Parameters Type Name Description System.Collections.Generic.List < ContentRange > rangesToReduce Set of same-parent ranges to be processed ContentRange.ReductionAllowedTest additionalCondition Additional condition that will be evaluated to determine if the range can be reduced. Can be null , in which case ranges will always be reduced if possible. Returns Type Description System.Collections.Generic.List < ContentRange > The smallest set of same-parent ranges necessary to span all content in the input ranges (and anything between them) Remarks This method is used as a helper in the implementation of IFrameworkDocument.GetMarkupDataRanges in the EditorApi. The input range should be sorted so that all ranges appear in the correct order. The output ranges will also be sorted in this order. NOTE: The input ranges may get modified in the process. Reverse() swaps from and upto Declaration public virtual void Reverse() SetFromSelection(IContentSelection) Clone the from and upto locations from the selection. Declaration public virtual void SetFromSelection(IContentSelection selection) Parameters Type Name Description IContentSelection selection Implements System.ICloneable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.html", "title": "Delegate ContentRange.ReductionAllowedTest", - "keywords": "Delegate ContentRange.ReductionAllowedTest This delegat defines the method signature used by the ReduceRanges(List, ReductionAllowedTest) helper to determine if two ranges that have the same parent can be merged. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public delegate bool ContentRange.ReductionAllowedTest(ContentRange from, ContentRange into) Parameters Type Name Description ContentRange from ContentRange into Returns Type Description bool Remarks Used e.g. to ensure that ranges that span segments are not merged. Constructors ReductionAllowedTest(object, IntPtr) Declaration public ReductionAllowedTest(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(ContentRange, ContentRange, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(ContentRange from, ContentRange into, AsyncCallback callback, object @object) Parameters Type Name Description ContentRange from ContentRange into AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual bool EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description bool Invoke(ContentRange, ContentRange) Declaration public virtual bool Invoke(ContentRange from, ContentRange into) Parameters Type Name Description ContentRange from ContentRange into Returns Type Description bool Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Delegate ContentRange.ReductionAllowedTest This delegat defines the method signature used by the ReduceRanges(List, ContentRange.ReductionAllowedTest) helper to determine if two ranges that have the same parent can be merged. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public delegate bool ReductionAllowedTest(ContentRange from, ContentRange into); Parameters Type Name Description ContentRange from ContentRange into Returns Type Description System.Boolean Remarks Used e.g. to ensure that ranges that span segments are not merged. Constructors ReductionAllowedTest(Object, IntPtr) Declaration public ReductionAllowedTest(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(ContentRange, ContentRange, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(ContentRange from, ContentRange into, AsyncCallback callback, object object) Parameters Type Name Description ContentRange from ContentRange into System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual bool EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Returns Type Description System.Boolean Invoke(ContentRange, ContentRange) Declaration public virtual bool Invoke(ContentRange from, ContentRange into) Parameters Type Name Description ContentRange from ContentRange into Returns Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.html", "title": "Delegate CorrespondenceProvider", - "keywords": "Delegate CorrespondenceProvider Defines a correspondence between target row numbers and source row numbers. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public delegate int CorrespondenceProvider(int targetRowNumber) Parameters Type Name Description int targetRowNumber Returns Type Description int Constructors CorrespondenceProvider(object, IntPtr) Declaration public CorrespondenceProvider(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(int, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(int targetRowNumber, AsyncCallback callback, object @object) Parameters Type Name Description int targetRowNumber AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual int EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description int Invoke(int) Declaration public virtual int Invoke(int targetRowNumber) Parameters Type Name Description int targetRowNumber Returns Type Description int Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Delegate CorrespondenceProvider Defines a correspondence between target row numbers and source row numbers. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public delegate int CorrespondenceProvider(int targetRowNumber); Parameters Type Name Description System.Int32 targetRowNumber Returns Type Description System.Int32 Constructors CorrespondenceProvider(Object, IntPtr) Declaration public CorrespondenceProvider(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(Int32, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(int targetRowNumber, AsyncCallback callback, object object) Parameters Type Name Description System.Int32 targetRowNumber System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual int EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Returns Type Description System.Int32 Invoke(Int32) Declaration public virtual int Invoke(int targetRowNumber) Parameters Type Name Description System.Int32 targetRowNumber Returns Type Description System.Int32 Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.html", "title": "Class CustomColumnContentChangedEventArgs", - "keywords": "Class CustomColumnContentChangedEventArgs Information communicated from a custom column implementation when one or more of its cells have changed. Inheritance object EventArgs CustomColumnContentChangedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class CustomColumnContentChangedEventArgs : EventArgs Constructors CustomColumnContentChangedEventArgs() Default contructor, does nothing. Declaration public CustomColumnContentChangedEventArgs() Properties AffectedRows The rows in the custom column that were affected by the change. Declaration public List AffectedRows { get; } Property Value Type Description List IRowInfo AllRowsAffected Flag indicating that all rows in the entire column is affected by the change. Declaration public bool AllRowsAffected { get; set; } Property Value Type Description bool Remarks Use this rather than adding all rows to the AffectedRows collection, that will improve performance for large documents. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class CustomColumnContentChangedEventArgs Information communicated from a custom column implementation when one or more of its cells have changed. Inheritance System.Object System.EventArgs CustomColumnContentChangedEventArgs Inherited Members System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class CustomColumnContentChangedEventArgs : EventArgs Constructors CustomColumnContentChangedEventArgs() Default contructor, does nothing. Declaration public CustomColumnContentChangedEventArgs() Properties AffectedRows The rows in the custom column that were affected by the change. Declaration public List AffectedRows { get; } Property Value Type Description System.Collections.Generic.List < IRowInfo > AllRowsAffected Flag indicating that all rows in the entire column is affected by the change. Declaration public bool AllRowsAffected { get; set; } Property Value Type Description System.Boolean Remarks Use this rather than adding all rows to the AffectedRows collection, that will improve performance for large documents. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.CustomColumnLocation.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.CustomColumnLocation.html", "title": "Enum CustomColumnLocation", - "keywords": "Enum CustomColumnLocation Location of a custom column relative to the main content of an edit control. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum CustomColumnLocation Remarks Used in AddColumn(ICustomColumn, CustomColumnLocation) . Fields Name Description LeftOfContent The column should appear to the left of the main content in the edit control. RightOfContent The column should appear to the right of the main content in the edit control." + "keywords": "Enum CustomColumnLocation Location of a custom column relative to the main content of an edit control. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum CustomColumnLocation Remarks Used in AddColumn(ICustomColumn, CustomColumnLocation) . Fields Name Description LeftOfContent The column should appear to the left of the main content in the edit control. RightOfContent The column should appear to the right of the main content in the edit control. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.html", "title": "Class DocumentContentChangedEventArgs", - "keywords": "Class DocumentContentChangedEventArgs Information about a change in document content Inheritance object EventArgs DocumentContentChangedEventArgs FrameworkDocumentContentChangedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class DocumentContentChangedEventArgs : EventArgs Constructors DocumentContentChangedEventArgs() default constructor Declaration public DocumentContentChangedEventArgs() Properties AffectedRange The areas in the document that have been changed. Note that the ranges may be overlapping, and that some of them may be invalid (e.g. if they refer to content that has been deleted). Declaration public ContentRange AffectedRange { get; set; } Property Value Type Description ContentRange Document The document the change is in. Declaration public IDocument Document { get; set; } Property Value Type Description IDocument Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class DocumentContentChangedEventArgs Information about a change in document content Inheritance System.Object System.EventArgs DocumentContentChangedEventArgs FrameworkDocumentContentChangedEventArgs Inherited Members System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class DocumentContentChangedEventArgs : EventArgs Constructors DocumentContentChangedEventArgs() default constructor Declaration public DocumentContentChangedEventArgs() Properties AffectedRange The areas in the document that have been changed. Note that the ranges may be overlapping, and that some of them may be invalid (e.g. if they refer to content that has been deleted). Declaration public ContentRange AffectedRange { get; set; } Property Value Type Description ContentRange Document The document the change is in. Declaration public IDocument Document { get; set; } Property Value Type Description IDocument Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.html", "title": "Class DocumentPropertiesChangedEventArgs", - "keywords": "Class DocumentPropertiesChangedEventArgs Information passed in the UpdateDocumentProperties(IDocumentProperties) event. Inheritance object EventArgs DocumentPropertiesChangedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class DocumentPropertiesChangedEventArgs : EventArgs Constructors DocumentPropertiesChangedEventArgs(IDocumentProperties, IDocumentProperties) Construct with the new and old properties. Declaration public DocumentPropertiesChangedEventArgs(IDocumentProperties newProperties, IDocumentProperties oldProperties) Parameters Type Name Description IDocumentProperties newProperties IDocumentProperties oldProperties Properties NewProperties The updated document properties. Declaration public IDocumentProperties NewProperties { get; set; } Property Value Type Description IDocumentProperties OldProperties The document properties before they were updated. Declaration public IDocumentProperties OldProperties { get; set; } Property Value Type Description IDocumentProperties Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class DocumentPropertiesChangedEventArgs Information passed in the UpdateDocumentProperties(IDocumentProperties) event. Inheritance System.Object System.EventArgs DocumentPropertiesChangedEventArgs Inherited Members System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class DocumentPropertiesChangedEventArgs : EventArgs Constructors DocumentPropertiesChangedEventArgs(IDocumentProperties, IDocumentProperties) Construct with the new and old properties. Declaration public DocumentPropertiesChangedEventArgs(IDocumentProperties newProperties, IDocumentProperties oldProperties) Parameters Type Name Description IDocumentProperties newProperties IDocumentProperties oldProperties Properties NewProperties The updated document properties. Declaration public IDocumentProperties NewProperties { get; set; } Property Value Type Description IDocumentProperties OldProperties The document properties before they were updated. Declaration public IDocumentProperties OldProperties { get; set; } Property Value Type Description IDocumentProperties Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.EditControlEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.EditControlEventArgs.html", "title": "Class EditControlEventArgs", - "keywords": "Class EditControlEventArgs Optional base class for event args relating to an edit control. Holds a reference to the edit control. Inheritance object EventArgs EditControlEventArgs AfterInitialUpdateEventArgs MouseEnteringNodeEventArgs MouseOverTextMarksChangedEventArgs OverwriteModeChangedEventArgs SelectionChangedEventArgs SourceEditingModeEndedEventArgs SourceEditingModeStartedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class EditControlEventArgs : EventArgs Remarks Note that not all event args for the control are derived from this class, it is merely used as a convenience to avoid having to implement properties over and over again. Constructors EditControlEventArgs() Default constructor, creates an empty object Declaration public EditControlEventArgs() EditControlEventArgs(IEditControl) Construction from an edit control. Declaration public EditControlEventArgs(IEditControl editControl) Parameters Type Name Description IEditControl editControl Properties EditControl The edit control in which the selection changed. Declaration public IEditControl EditControl { get; set; } Property Value Type Description IEditControl Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class EditControlEventArgs Optional base class for event args relating to an edit control. Holds a reference to the edit control. Inheritance System.Object System.EventArgs EditControlEventArgs AfterInitialUpdateEventArgs MouseEnteringNodeEventArgs MouseOverTextMarksChangedEventArgs OverwriteModeChangedEventArgs SelectionChangedEventArgs SourceEditingModeEndedEventArgs SourceEditingModeStartedEventArgs Inherited Members System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class EditControlEventArgs : EventArgs Remarks Note that not all event args for the control are derived from this class, it is merely used as a convenience to avoid having to implement properties over and over again. Constructors EditControlEventArgs() Default constructor, creates an empty object Declaration public EditControlEventArgs() EditControlEventArgs(IEditControl) Construction from an edit control. Declaration public EditControlEventArgs(IEditControl editControl) Parameters Type Name Description IEditControl editControl Properties EditControl The edit control in which the selection changed. Declaration public IEditControl EditControl { get; set; } Property Value Type Description IEditControl Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.EditException.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.EditException.html", "title": "Class EditException", - "keywords": "Class EditException Exception that may be thrown by operations in the editor API. Inheritance object Exception EditException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class EditException : Exception, ISerializable, _Exception Constructors EditException() Default constructor. Declaration public EditException() EditException(SerializationInfo, StreamingContext) Constructor used in serialization. Declaration protected EditException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info serialization info StreamingContext context serialization context EditException(string) Construction from a message. Declaration public EditException(string message) Parameters Type Name Description string message exception message EditException(string, Exception) Construction from a message and an inner exception. Declaration public EditException(string message, Exception inner) Parameters Type Name Description string message exception message Exception inner inner exception Implements ISerializable _Exception Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class EditException Exception that may be thrown by operations in the editor API. Inheritance System.Object System.Exception EditException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class EditException : Exception, ISerializable, _Exception Constructors EditException() Default constructor. Declaration public EditException() EditException(SerializationInfo, StreamingContext) Constructor used in serialization. Declaration protected EditException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info serialization info System.Runtime.Serialization.StreamingContext context serialization context EditException(String) Construction from a message. Declaration public EditException(string message) Parameters Type Name Description System.String message exception message EditException(String, Exception) Construction from a message and an inner exception. Declaration public EditException(string message, Exception inner) Parameters Type Name Description System.String message exception message System.Exception inner inner exception Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.html", "title": "Class EditOperationAbortedEventArgs", - "keywords": "Class EditOperationAbortedEventArgs Information about an aborted edit operation. Inheritance object EventArgs EditOperationAbortedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class EditOperationAbortedEventArgs : EventArgs Constructors EditOperationAbortedEventArgs() default constructor Declaration public EditOperationAbortedEventArgs() EditOperationAbortedEventArgs(string, string) Constructor with abort message. Declaration public EditOperationAbortedEventArgs(string source, string message) Parameters Type Name Description string source name of the component that caused the edit operation to abort string message Properties Document The affected document. Declaration public IDocument Document { get; set; } Property Value Type Description IDocument Message The message included in the editing exception that was thrown as part of aborting the editing operation. (The exception may or may not have been handled at the time the event is raised.) Declaration public string Message { get; set; } Property Value Type Description string Source The source that aborted the editing operation. Declaration public string Source { get; set; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class EditOperationAbortedEventArgs Information about an aborted edit operation. Inheritance System.Object System.EventArgs EditOperationAbortedEventArgs Inherited Members System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class EditOperationAbortedEventArgs : EventArgs Constructors EditOperationAbortedEventArgs() default constructor Declaration public EditOperationAbortedEventArgs() EditOperationAbortedEventArgs(String, String) Constructor with abort message. Declaration public EditOperationAbortedEventArgs(string source, string message) Parameters Type Name Description System.String source name of the component that caused the edit operation to abort System.String message Properties Document The affected document. Declaration public IDocument Document { get; set; } Property Value Type Description IDocument Message The message included in the editing exception that was thrown as part of aborting the editing operation. (The exception may or may not have been handled at the time the event is raised.) Declaration public string Message { get; set; } Property Value Type Description System.String Source The source that aborted the editing operation. Declaration public string Source { get; set; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.html", "title": "Class EditOperationCompletingEventArgs", - "keywords": "Class EditOperationCompletingEventArgs Information passed in the EditOperationCompleting event. Inheritance object EventArgs EditOperationCompletingEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class EditOperationCompletingEventArgs : EventArgs Remarks Contains information about the edit operation being completed, including its name and the specific content changes it involves. Constructors EditOperationCompletingEventArgs() Declaration public EditOperationCompletingEventArgs() Properties Document The affected document. Declaration public IDocument Document { get; set; } Property Value Type Description IDocument Name The user friendly name of the edit operation. Declaration public string Name { get; set; } Property Value Type Description string Remarks This is the name that appears in the Undo buffer. Operations The consolidated list of edit operations involved. Declaration public List Operations { get; set; } Property Value Type Description List IAbstractEditOperation Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class EditOperationCompletingEventArgs Information passed in the EditOperationCompleting event. Inheritance System.Object System.EventArgs EditOperationCompletingEventArgs Inherited Members System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class EditOperationCompletingEventArgs : EventArgs Remarks Contains information about the edit operation being completed, including its name and the specific content changes it involves. Constructors EditOperationCompletingEventArgs() Declaration public EditOperationCompletingEventArgs() Properties Document The affected document. Declaration public IDocument Document { get; set; } Property Value Type Description IDocument Name The user friendly name of the edit operation. Declaration public string Name { get; set; } Property Value Type Description System.String Remarks This is the name that appears in the Undo buffer. Operations The consolidated list of edit operations involved. Declaration public List Operations { get; set; } Property Value Type Description System.Collections.Generic.List < IAbstractEditOperation > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Extensions.EditorApiExtensions.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Extensions.EditorApiExtensions.html", "title": "Class EditorApiExtensions", - "keywords": "Class EditorApiExtensions This implements the EditorApi extensions Inheritance object EditorApiExtensions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Extensions Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public static class EditorApiExtensions Methods ParentFirstOrDefault(IAbstractNode) Gets the first parent of the node matching an assignable type. Declaration public static T ParentFirstOrDefault(this IAbstractNode node) where T : class Parameters Type Name Description IAbstractNode node The node for whitch the search is done Returns Type Description T The first parent of type subclass or subinterface of T found or null if none was found. Type Parameters Name Description T Type parameter expected for the parent node or the assignable types." + "keywords": "Class EditorApiExtensions This implements the EditorApi extensions Inheritance System.Object EditorApiExtensions 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.DesktopEditor.EditorApi.Extensions Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public static class EditorApiExtensions Methods ParentFirstOrDefault(IAbstractNode) Gets the first parent of the node matching an assignable type. Declaration public static T ParentFirstOrDefault(this IAbstractNode node) where T : class Parameters Type Name Description IAbstractNode node The node for whitch the search is done Returns Type Description T The first parent of type subclass or subinterface of T found or null if none was found. Type Parameters Name Description T Type parameter expected for the parent node or the assignable types." }, "api/integration/Sdl.DesktopEditor.EditorApi.Extensions.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Extensions.html", @@ -4122,397 +3827,397 @@ "api/integration/Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.html", "title": "Class FilePropertiesChangedEventArgs", - "keywords": "Class FilePropertiesChangedEventArgs Information passed in the FilePropertiesChanged event. Inheritance object EventArgs FilePropertiesChangedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class FilePropertiesChangedEventArgs : EventArgs Constructors FilePropertiesChangedEventArgs(IFileProperties, IFileProperties) Construct with the updated and original file properties. Declaration public FilePropertiesChangedEventArgs(IFileProperties newProperties, IFileProperties oldProperties) Parameters Type Name Description IFileProperties newProperties IFileProperties oldProperties Properties NewProperties The updated file properties. Declaration public IFileProperties NewProperties { get; set; } Property Value Type Description IFileProperties OldProperties The file properties before they were changed. Declaration public IFileProperties OldProperties { get; set; } Property Value Type Description IFileProperties Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class FilePropertiesChangedEventArgs Information passed in the FilePropertiesChanged event. Inheritance System.Object System.EventArgs FilePropertiesChangedEventArgs Inherited Members System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class FilePropertiesChangedEventArgs : EventArgs Constructors FilePropertiesChangedEventArgs(IFileProperties, IFileProperties) Construct with the updated and original file properties. Declaration public FilePropertiesChangedEventArgs(IFileProperties newProperties, IFileProperties oldProperties) Parameters Type Name Description IFileProperties newProperties IFileProperties oldProperties Properties NewProperties The updated file properties. Declaration public IFileProperties NewProperties { get; set; } Property Value Type Description IFileProperties OldProperties The file properties before they were changed. Declaration public IFileProperties OldProperties { get; set; } Property Value Type Description IFileProperties Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.FindType.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.FindType.html", "title": "Enum FindType", - "keywords": "Enum FindType The type of data to search for. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum FindType Fields Name Description Glob A Glob search (pathname pattern matching) Regexp A regular expression search Text A text search" + "keywords": "Enum FindType The type of data to search for. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum FindType Fields Name Description Glob A Glob search (pathname pattern matching) Regexp A regular expression search Text A text search Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.FocusChangeType.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.FocusChangeType.html", "title": "Enum FocusedControlChangedEventArgs.FocusChangeType", - "keywords": "Enum FocusedControlChangedEventArgs.FocusChangeType Indicates the type of focus change this event is about Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum FocusedControlChangedEventArgs.FocusChangeType Fields Name Description GotFocus The Control received input focus. LostFocus The Control lost input focus." + "keywords": "Enum FocusedControlChangedEventArgs.FocusChangeType Indicates the type of focus change this event is about Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum FocusChangeType Fields Name Description GotFocus The Control received input focus. LostFocus The Control lost input focus. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.html", "title": "Class FocusedControlChangedEventArgs", - "keywords": "Class FocusedControlChangedEventArgs Information passed to the FocusedControlChanged event. Inheritance object EventArgs FocusedControlChangedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class FocusedControlChangedEventArgs : EventArgs Constructors FocusedControlChangedEventArgs() Declaration public FocusedControlChangedEventArgs() Properties ChangeType Indicates if the event is due to a lost or received focus. Declaration public FocusedControlChangedEventArgs.FocusChangeType ChangeType { get; set; } Property Value Type Description FocusedControlChangedEventArgs FocusChangeType Control The control the event concerns. Declaration public IFrameworkEditControl Control { get; set; } Property Value Type Description IFrameworkEditControl Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class FocusedControlChangedEventArgs Information passed to the FocusedControlChanged event. Inheritance System.Object System.EventArgs FocusedControlChangedEventArgs Inherited Members System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class FocusedControlChangedEventArgs : EventArgs Constructors FocusedControlChangedEventArgs() Declaration public FocusedControlChangedEventArgs() Properties ChangeType Indicates if the event is due to a lost or received focus. Declaration public FocusedControlChangedEventArgs.FocusChangeType ChangeType { get; set; } Property Value Type Description FocusedControlChangedEventArgs.FocusChangeType Control The control the event concerns. Declaration public IFrameworkEditControl Control { get; set; } Property Value Type Description IFrameworkEditControl Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.html", "title": "Class FormattingBuilderVisitor", - "keywords": "Class FormattingBuilderVisitor Framework node visitor that compiles a formattings stack representing the current formatting for a node. Inheritance object FormattingBuilderVisitor Implements INodeVisitor Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class FormattingBuilderVisitor : INodeVisitor Constructors FormattingBuilderVisitor(EditControlDisplaySettings, bool) Default constructor, does nothing. Declaration public FormattingBuilderVisitor(EditControlDisplaySettings editControlDisplaySettings, bool suppressDocumentFormatting) Parameters Type Name Description EditControlDisplaySettings editControlDisplaySettings bool suppressDocumentFormatting Properties EffectiveFormatting The effective combined formatting. Declaration public IFormattingGroup EffectiveFormatting { get; } Property Value Type Description IFormattingGroup Methods VisitBookmarkNode(IBookmarkNode) Visitor implementation Declaration public void VisitBookmarkNode(IBookmarkNode node) Parameters Type Name Description IBookmarkNode node VisitCommentContainerNode(ICommentContainerNode) Visitor implementation Declaration public void VisitCommentContainerNode(ICommentContainerNode node) Parameters Type Name Description ICommentContainerNode node VisitDocumentContainerNode(IDocumentContainerNode) Visitor implementation Declaration public void VisitDocumentContainerNode(IDocumentContainerNode node) Parameters Type Name Description IDocumentContainerNode node VisitFileContainerNode(IFileContainerNode) Visitor implementation Declaration public void VisitFileContainerNode(IFileContainerNode node) Parameters Type Name Description IFileContainerNode node VisitLocationMarkerNode(ILocationMarkerNode) Visitor implementation Declaration public void VisitLocationMarkerNode(ILocationMarkerNode node) Parameters Type Name Description ILocationMarkerNode node VisitLockedContentContainerNode(ILockedContentContainerNode) Visitor implementation Declaration public void VisitLockedContentContainerNode(ILockedContentContainerNode node) Parameters Type Name Description ILockedContentContainerNode node VisitMarkerContainerNode(IOtherMarkerContainerNode) Visitor implementation Declaration public void VisitMarkerContainerNode(IOtherMarkerContainerNode node) Parameters Type Name Description IOtherMarkerContainerNode node VisitParagraphUnitContainerNode(IParagraphUnitContainerNode) Visitor implementation Declaration public void VisitParagraphUnitContainerNode(IParagraphUnitContainerNode node) Parameters Type Name Description IParagraphUnitContainerNode node VisitPlaceholderTagNode(IPlaceholderTagNode) Visitor implementation Declaration public void VisitPlaceholderTagNode(IPlaceholderTagNode node) Parameters Type Name Description IPlaceholderTagNode node VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode) Visitor implementation Declaration public void VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode node) Parameters Type Name Description IRevisionMarkerContainerNode node VisitSegmentContainerNode(ISegmentContainerNode) Visitor implementation Declaration public void VisitSegmentContainerNode(ISegmentContainerNode node) Parameters Type Name Description ISegmentContainerNode node VisitStartEndNode(IStartEndNode) Visitor implementation Declaration public void VisitStartEndNode(IStartEndNode node) Parameters Type Name Description IStartEndNode node VisitTagPairContainerNode(ITagPairContainerNode) Visitor implementation Declaration public void VisitTagPairContainerNode(ITagPairContainerNode node) Parameters Type Name Description ITagPairContainerNode node VisitTextNode(ITextNode) Visitor implementation Declaration public void VisitTextNode(ITextNode node) Parameters Type Name Description ITextNode node Implements INodeVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class FormattingBuilderVisitor Framework node visitor that compiles a formattings stack representing the current formatting for a node. Inheritance System.Object FormattingBuilderVisitor Implements INodeVisitor 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class FormattingBuilderVisitor : INodeVisitor Constructors FormattingBuilderVisitor(EditControlDisplaySettings, Boolean) Default constructor, does nothing. Declaration public FormattingBuilderVisitor(EditControlDisplaySettings editControlDisplaySettings, bool suppressDocumentFormatting) Parameters Type Name Description EditControlDisplaySettings editControlDisplaySettings System.Boolean suppressDocumentFormatting Properties EffectiveFormatting The effective combined formatting. Declaration public IFormattingGroup EffectiveFormatting { get; } Property Value Type Description IFormattingGroup Methods VisitBookmarkNode(IBookmarkNode) Visitor implementation Declaration public void VisitBookmarkNode(IBookmarkNode node) Parameters Type Name Description IBookmarkNode node VisitCommentContainerNode(ICommentContainerNode) Visitor implementation Declaration public void VisitCommentContainerNode(ICommentContainerNode node) Parameters Type Name Description ICommentContainerNode node VisitDocumentContainerNode(IDocumentContainerNode) Visitor implementation Declaration public void VisitDocumentContainerNode(IDocumentContainerNode node) Parameters Type Name Description IDocumentContainerNode node VisitFileContainerNode(IFileContainerNode) Visitor implementation Declaration public void VisitFileContainerNode(IFileContainerNode node) Parameters Type Name Description IFileContainerNode node VisitLocationMarkerNode(ILocationMarkerNode) Visitor implementation Declaration public void VisitLocationMarkerNode(ILocationMarkerNode node) Parameters Type Name Description ILocationMarkerNode node VisitLockedContentContainerNode(ILockedContentContainerNode) Visitor implementation Declaration public void VisitLockedContentContainerNode(ILockedContentContainerNode node) Parameters Type Name Description ILockedContentContainerNode node VisitMarkerContainerNode(IOtherMarkerContainerNode) Visitor implementation Declaration public void VisitMarkerContainerNode(IOtherMarkerContainerNode node) Parameters Type Name Description IOtherMarkerContainerNode node VisitParagraphUnitContainerNode(IParagraphUnitContainerNode) Visitor implementation Declaration public void VisitParagraphUnitContainerNode(IParagraphUnitContainerNode node) Parameters Type Name Description IParagraphUnitContainerNode node VisitPlaceholderTagNode(IPlaceholderTagNode) Visitor implementation Declaration public void VisitPlaceholderTagNode(IPlaceholderTagNode node) Parameters Type Name Description IPlaceholderTagNode node VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode) Visitor implementation Declaration public void VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode node) Parameters Type Name Description IRevisionMarkerContainerNode node VisitSegmentContainerNode(ISegmentContainerNode) Visitor implementation Declaration public void VisitSegmentContainerNode(ISegmentContainerNode node) Parameters Type Name Description ISegmentContainerNode node VisitStartEndNode(IStartEndNode) Visitor implementation Declaration public void VisitStartEndNode(IStartEndNode node) Parameters Type Name Description IStartEndNode node VisitTagPairContainerNode(ITagPairContainerNode) Visitor implementation Declaration public void VisitTagPairContainerNode(ITagPairContainerNode node) Parameters Type Name Description ITagPairContainerNode node VisitTextNode(ITextNode) Visitor implementation Declaration public void VisitTextNode(ITextNode node) Parameters Type Name Description ITextNode node Implements INodeVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.html", "title": "Class FrameworkDocumentContentChangedEventArgs", - "keywords": "Class FrameworkDocumentContentChangedEventArgs Information passed to the ContentChanged event, including information about the exact edit operations affecting the document. Inheritance object EventArgs DocumentContentChangedEventArgs FrameworkDocumentContentChangedEventArgs Inherited Members DocumentContentChangedEventArgs.Document DocumentContentChangedEventArgs.AffectedRange EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class FrameworkDocumentContentChangedEventArgs : DocumentContentChangedEventArgs Constructors FrameworkDocumentContentChangedEventArgs() default constructor Declaration public FrameworkDocumentContentChangedEventArgs() Properties Operations The actual edit operations perfomed on the document. Declaration public List Operations { get; set; } Property Value Type Description List IAbstractEditOperation Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class FrameworkDocumentContentChangedEventArgs Information passed to the ContentChanged event, including information about the exact edit operations affecting the document. Inheritance System.Object System.EventArgs DocumentContentChangedEventArgs FrameworkDocumentContentChangedEventArgs Inherited Members DocumentContentChangedEventArgs.Document DocumentContentChangedEventArgs.AffectedRange System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class FrameworkDocumentContentChangedEventArgs : DocumentContentChangedEventArgs Constructors FrameworkDocumentContentChangedEventArgs() default constructor Declaration public FrameworkDocumentContentChangedEventArgs() Properties Operations The actual edit operations perfomed on the document. Declaration public List Operations { get; set; } Property Value Type Description System.Collections.Generic.List < IAbstractEditOperation > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.html", "title": "Class FrameworkNodeWrapperVisitor", - "keywords": "Class FrameworkNodeWrapperVisitor Visitor used to build framework wrapper nodes for markup data items. Inheritance object FrameworkNodeWrapperVisitor Implements IMarkupDataVisitor Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class FrameworkNodeWrapperVisitor : IMarkupDataVisitor Constructors FrameworkNodeWrapperVisitor(INodeFactory) Declaration public FrameworkNodeWrapperVisitor(INodeFactory factory) Parameters Type Name Description INodeFactory factory the factory that will be used to create the wrapping nodes Properties Factory The factory used to create the nodes. Declaration public INodeFactory Factory { get; set; } Property Value Type Description INodeFactory Node The wrapped node. Declaration public IChangeableNode Node { get; set; } Property Value Type Description IChangeableNode Methods VisitCommentMarker(ICommentMarker) Create a corresponding framework comment container node. Declaration public void VisitCommentMarker(ICommentMarker commentMarker) Parameters Type Name Description ICommentMarker commentMarker VisitLocationMarker(ILocationMarker) Create a corresponding framework location marker node. Declaration public void VisitLocationMarker(ILocationMarker location) Parameters Type Name Description ILocationMarker location VisitLockedContent(ILockedContent) Create a corresponding framework locked content container node, including all child nodes. Declaration public void VisitLockedContent(ILockedContent lockedContent) Parameters Type Name Description ILockedContent lockedContent VisitOtherMarker(IOtherMarker) Create a corresponding framework marker container node, including all child nodes. Declaration public void VisitOtherMarker(IOtherMarker marker) Parameters Type Name Description IOtherMarker marker VisitPlaceholderTag(IPlaceholderTag) Create a corresponding framework placeholder tag node. Declaration public void VisitPlaceholderTag(IPlaceholderTag tag) Parameters Type Name Description IPlaceholderTag tag VisitRevisionMarker(IRevisionMarker) Create a corresponding revision marker node, including all child nodes. Declaration public void VisitRevisionMarker(IRevisionMarker revisionMarker) Parameters Type Name Description IRevisionMarker revisionMarker VisitSegment(ISegment) Create a corresponding framework segment node, including all child nodes. Declaration public void VisitSegment(ISegment segment) Parameters Type Name Description ISegment segment VisitTagPair(ITagPair) Create a corresponding framework tag pair node, including all child nodes. Declaration public void VisitTagPair(ITagPair tagPair) Parameters Type Name Description ITagPair tagPair VisitText(IText) Create a corresponding framework text node. Declaration public void VisitText(IText text) Parameters Type Name Description IText text Implements IMarkupDataVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class FrameworkNodeWrapperVisitor Visitor used to build framework wrapper nodes for markup data items. Inheritance System.Object FrameworkNodeWrapperVisitor Implements IMarkupDataVisitor 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class FrameworkNodeWrapperVisitor Constructors FrameworkNodeWrapperVisitor(INodeFactory) Declaration public FrameworkNodeWrapperVisitor(INodeFactory factory) Parameters Type Name Description INodeFactory factory the factory that will be used to create the wrapping nodes Properties Factory The factory used to create the nodes. Declaration public INodeFactory Factory { get; set; } Property Value Type Description INodeFactory Node The wrapped node. Declaration public IChangeableNode Node { get; set; } Property Value Type Description IChangeableNode Methods VisitCommentMarker(ICommentMarker) Create a corresponding framework comment container node. Declaration public void VisitCommentMarker(ICommentMarker commentMarker) Parameters Type Name Description ICommentMarker commentMarker VisitLocationMarker(ILocationMarker) Create a corresponding framework location marker node. Declaration public void VisitLocationMarker(ILocationMarker location) Parameters Type Name Description ILocationMarker location VisitLockedContent(ILockedContent) Create a corresponding framework locked content container node, including all child nodes. Declaration public void VisitLockedContent(ILockedContent lockedContent) Parameters Type Name Description ILockedContent lockedContent VisitOtherMarker(IOtherMarker) Create a corresponding framework marker container node, including all child nodes. Declaration public void VisitOtherMarker(IOtherMarker marker) Parameters Type Name Description IOtherMarker marker VisitPlaceholderTag(IPlaceholderTag) Create a corresponding framework placeholder tag node. Declaration public void VisitPlaceholderTag(IPlaceholderTag tag) Parameters Type Name Description IPlaceholderTag tag VisitRevisionMarker(IRevisionMarker) Create a corresponding revision marker node, including all child nodes. Declaration public void VisitRevisionMarker(IRevisionMarker revisionMarker) Parameters Type Name Description IRevisionMarker revisionMarker VisitSegment(ISegment) Create a corresponding framework segment node, including all child nodes. Declaration public void VisitSegment(ISegment segment) Parameters Type Name Description ISegment segment VisitTagPair(ITagPair) Create a corresponding framework tag pair node, including all child nodes. Declaration public void VisitTagPair(ITagPair tagPair) Parameters Type Name Description ITagPair tagPair VisitText(IText) Create a corresponding framework text node. Declaration public void VisitText(IText text) Parameters Type Name Description IText text Implements IMarkupDataVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.html", "title": "Namespace Sdl.DesktopEditor.EditorApi", - "keywords": "Namespace Sdl.DesktopEditor.EditorApi Classes ActiveRowChangedEventArgs Information passed in the ActiveRowChanged event. AfterEditControlsCreatedEventArgs Event arguments used when the edit controls have been created by the ISideBySideEditor . AfterInitialUpdateEventArgs Arguments passed in the AfterInitialUpdate event. ChangeNotAllowedException Base class of exceptions thrown when attempting to change an object that must not be changed. ContentHeightChangedEventArgs Arguments passed in the ContentHeightChanged event. ContentNodeIterator Helper class to iterate over content nodes in the editor API. ContentRange Spans a set of content in a document. Used when performing operations on the document content. CustomColumnContentChangedEventArgs Information communicated from a custom column implementation when one or more of its cells have changed. DocumentContentChangedEventArgs Information about a change in document content DocumentPropertiesChangedEventArgs Information passed in the UpdateDocumentProperties(IDocumentProperties) event. EditControlEventArgs Optional base class for event args relating to an edit control. Holds a reference to the edit control. EditException Exception that may be thrown by operations in the editor API. EditOperationAbortedEventArgs Information about an aborted edit operation. EditOperationCompletingEventArgs Information passed in the EditOperationCompleting event. FilePropertiesChangedEventArgs Information passed in the FilePropertiesChanged event. FocusedControlChangedEventArgs Information passed to the FocusedControlChanged event. FormattingBuilderVisitor Framework node visitor that compiles a formattings stack representing the current formatting for a node. FrameworkDocumentContentChangedEventArgs Information passed to the ContentChanged event, including information about the exact edit operations affecting the document. FrameworkNodeWrapperVisitor Visitor used to build framework wrapper nodes for markup data items. InvalidEditOperationException Exception thrown by API clients handling the EditOperationCompleting event to prevent interactive editing operations from completing. MarkupDataNodeFinder Helper class that can be used with Find(Predicate, bool) to locate markup data nodes. MouseEnteringNodeEventArgs Information passed to the MouseEnteringNode event. MouseLeavingNodeEventArgs Argument type passed in the MouseLeavingNode event. MouseOverTextMarksChangedEventArgs Information sent with the event that is fired when the mouse moves over a text mark or a group of text marks. See MouseEnteringTextMarks and MouseLeavingTextMarks . NodeIterator Iterates over all nodes in the range. OverwriteModeChangedEventArgs Event arguments used when the user changes the overwrite mode in the edit control. ParagraphUnitPropertiesChangedEventArgs Information passed in the ParagraphUnitPropertiesChanged event. PersistentScrollInfoChangedEventArgs Arguments passed in the PersistentScrollInfoChanged event. Position A location in the content being edited. RowChangedEventArgs Information passed in events that involves changes to a row. RowsChangedEventArgs Information passed in events that involve changes to collections of rows in the edit control, e.g. HighlightedRowsChanged . SegmentPropertiesChangedEventArgs Information passed in the SegmentPropertiesChanged event. SelectionChangedEventArgs Arguments passed in the SelectionChanged event. SourceEditingModeEndedEventArgs Event arguments used when a source editing operation is ened. SourceEditingModeStartedEventArgs Event arguments used when a source editing operation is ened. UndoBufferContentChangedEventArgs Information about a change in the undo buffer. VScrollEventArgs Arguments passed in the VScroll event. Interfaces IAbstractContainerNode A node in the document that can contain other nodes. IAbstractContentNode Abstract base for all \"leaf nodes\" in the API. These are the nodes that can represent actual content items in the edit control. IAbstractEditOperation Base interface implemented by edit operations. IAbstractFrameworkDocument Base interface for documents used by filter framework specific edit controls. IAbstractFrameworkEditControl Base interface for filter framework specific edit controls such as the IFrameworkEditControl and the ISegmentEditControl . IAbstractNode Base interface for all nodes in the editor document content and document fragment content. IBilingualDocument Contains all the data required to display a document in the side-by-side edit control. IBookmarkNode A leaf node representing a temporary bookmark. IChangeGhostStatusOperation Represents an operation that changed the ghost status of a start/end node. IChangeTextOperation Represents an edit operation that changed the text in a text node. IChangeableBookmarkNode A changeable bookmark node, e.g. as used in a document fragment. IChangeableCommentContainerNode A changeable comment container node IChangeableContainerNode A container node that is part of a document fragment and which can be freely changed directly through the APIs. IChangeableDocumentContainerNode A changeable document container node - should currently not be used anywhere, except if the document start/end node is copied into a document fragment. IChangeableFileContainerNode A changeable file container node, e.g. as used in a document fragment. IChangeableLocationMarkerNode A changeable location marker node, e.g. as used in a document fragment. IChangeableLockedContentContainerNode A changeable locked content node, e.g. as used in a document fragment. IChangeableMarkerContainerNode A changeable generic marker container node, e.g. as used in a document fragment. IChangeableNode A node in a document fragment, which can be freely moved around and changed directly using the API (as opposed to nodes that appear inside a document). IChangeableParagraphUnitContainerNode A changeable ParagraphUnit node, e.g. as used in a document fragment. IChangeablePlaceholderTagNode A changeable placeholder tag node, e.g. as used in a document fragment. IChangeableRevisionMarkerContainerNode A changeable revision marker container node. IChangeableSegmentContainerNode A changeable segment container node, e.g. as used in a document fragment. IChangeableStartEndNode A changeable start/end node, e.g. as used in a document fragment. IChangeableTagPairContainerNode A changeable tag pair node, e.g. as used in a document fragment. IChangeableTextNode A changeable text node, e.g. as used in a document fragment. ICollectiveUndoCommand Interface representing a self-executing command in the undo buffer. This command type is responsible for controlling its own execution and un-execution. This command will be stored and executed at the highest commander level. The commander will call the Do() and Undo() methods as required - they should not be called before adding to the undo buffer. ICommentContainerNode Node that provides access to a comment marker IContentSelection The currently selected content in the edit control. The selection is represented by two positions: From and Upto , where the from position is the start of the selection and the upto position is the active end of the selection, i.e. the end that typically moves when the user presses Shift + arrow keys, or selects text using the mouse. When no content is selected the from and upto positions are the same. This can be tested through the IsEmpty property of the selection. The selection can be made empty by explicitly calling CollapseToFrom() and CollapseToUpto() . The from position does not need to be before the upto position. This can happen e.g. if the user selects text starting from the right and moving left in the document. In such cases the selection is said to be reversed. This can be tested through the IsReversed property of the selection. The from and upto positions of the selection can be swapped by calling the Reverse() method. Calling the Normalize() method ensures that the from position in the selection is not after the upto position, by testing if the selection is reversed and in that case reversing it. The selection can be explicitly moved through the methods Move(Move, bool) and MoveTo(Position, bool) . The selection is never null but may not always be valid. Use IsValid to test whether the selection is in a safe state to use. IControl This interface provides access to the Windows forms Control implementation. ICustomColumn Base interface implemented by custom columns that can appear to the left and right of an edit control. IDeleteNodeOperation Represents an edit operation that deleted a node. IDocument The document is the container for all data displayed in the editor. IDocumentContainerNode The root container node in a document. IDocumentFragment A \"disconnected\" piece of document content that can be manipulated as a standalone unit without affecting the actual document content. IEditControl The edit control root interface. Provides access to the selection, the Undo buffer and a number of properties that control the display and behaviour of the editor. IEditOperationVisitor Visitor interface for edit operations. IFileContainerNode Container node that spans the entire content of a file, as represented in the editor. IFind This interface provides functionality for searching the document, for example, a \"find and replace\" feature. IFindProperties Properties used to describe the search that is being performed. IFrameworkDocument Document used with IFrameworkEditControl . Represents source or target content in a bilingual document. IFrameworkEditControl Source or target language edit control in the ISideBySideEditor control. IInsertNodeOperation Represents an edit operation that inserted a node. IInteractiveAccessibleCustomColumn IInteractiveCustomColumn Interface implemented by custom columns in the edit control that support user interaction. ILayoutSynchronizer Ensures the synchronization of rows between multiple components. This is used, for example, to synchronise the rows in the source and target edit controls within the side-by-side editor. ILocationMarkerNode Framework specific locaiton marker node. ILockedContentContainerNode An IAbstractContainerNode implementation to hold locked content and allow it to be processed like any other container node. IMarkupDataNode An editor API node that directly represents a markup data item in the filter framework. INode Common interface implemented by all filter framework specific nodes in the editor. INodeFactory Factory used to create new editor nodes through the document fragment in the editor API. INodeVisitor Visitor interface for all types of filter framework editor specific nodes. IOtherMarkerContainerNode Framework specific container node representing a custom marker. IParagraphUnitContainerNode A ParagraphUnit in the editor. IPlaceholderNode A standalone placeholder leaf node in the editor. IPlaceholderTagNode Placeholder tag in the editor. IRevisionMarkerContainerNode A bilingual API revision marker in the editor. IRowInfo Information associated with a row in the edit control. A row is a layout concept that is independent of, but related to, the structure of the document. For example, a row can be related to a segment in the document or it could be related to the content between the start of a paragraph and the start of the first segment. It could also relate to the content between segments. The layout engine in the edit control works on a row-by-row basis and will update the layout of rows as they become invalid. Rows can also be visible or hidden, depending on different settings and display filters, or whether they only contain content that the user should never see (e.g. segment and paragraph tags). ISegmentContainerNode Source or target language segment in the editor. ISegmentDocument Data container used with ISegmentEditControl . ISegmentEditControl Edit control for displaying and (optionally) editing content of a markup data container, such as a segment. ISideBySideEditor The side-by-side editor control that coordinates things between the source and target language edit controls that appear side by side inside this control. IStartEndNode A start or end node in a IAbstractContainerNode . ISynchronizableCell Describes a piece of document content (a segment, a paragraph unit, ...) that can be passed to the Layout Synchronizer. Typically this content is represented by some kind of cell in the layout. ISynchronizableLayout A control must implement this interface if synchronized scrolling of rows between this control and other controls through the is required. ITagPainter Interface implemented by components that provide customized rendering of tags in the edit control. ITagPaintingProperties This interface provides the properties used when painting tags in the document. ITagPairContainerNode A tag pair in the editor. ITextIterator This iterator can be used to iterate in a text editing fashion in the edit control. ITextMark Represents a mark for a range of content in an edit control. Marks are used to highlight specific areas of document content in the edit control. For example, spelling errors and comments use marks to draw users attention to those areas. ITextMarkPainter Draw marks for ranges of content an edit control. ITextNode A piece of text in the editor API. ITreeNode Generic tree node. Provides accessors to Parent and Sibling nodes. IUndoBuffer Information about the undo/redo commands for content changes in the edit control. IUndoCommand Base interface for commands that are added to the undo buffer. A command is any operation that the undo buffer must be aware of and manage. Enums CustomColumnLocation Location of a custom column relative to the main content of an edit control. FindType The type of data to search for. FocusedControlChangedEventArgs.FocusChangeType Indicates the type of focus change this event is about InteractiveEventFlags Used with the EventFlags to indicate which interactive user events should generate call on the methods implemented by the column. MarkupDisplayMode The different settings for track changes markup display in the side-by-side editor. Move Lists different types of selection moves that can be executed through the Move(Move, bool) operation. Shading Background shading state used for rows in the edit control. TagDisplayMode The different settings for tag display text in the side-by-side editor. TextMarkLayer Used together with text marks to indicate if they should be drawn behind or in front of the main content (i.e. the text and tags) in the edit control. Delegates ContentRange.ReductionAllowedTest This delegat defines the method signature used by the ReduceRanges(List, ReductionAllowedTest) helper to determine if two ranges that have the same parent can be merged. CorrespondenceProvider Defines a correspondence between target row numbers and source row numbers." + "keywords": "Namespace Sdl.DesktopEditor.EditorApi Classes ActiveRowChangedEventArgs Information passed in the ActiveRowChanged event. AfterEditControlsCreatedEventArgs Event arguments used when the edit controls have been created by the ISideBySideEditor . AfterInitialUpdateEventArgs Arguments passed in the AfterInitialUpdate event. ChangeNotAllowedException Base class of exceptions thrown when attempting to change an object that must not be changed. ContentHeightChangedEventArgs Arguments passed in the ContentHeightChanged event. ContentNodeIterator Helper class to iterate over content nodes in the editor API. ContentRange Spans a set of content in a document. Used when performing operations on the document content. CustomColumnContentChangedEventArgs Information communicated from a custom column implementation when one or more of its cells have changed. DocumentContentChangedEventArgs Information about a change in document content DocumentPropertiesChangedEventArgs Information passed in the UpdateDocumentProperties(IDocumentProperties) event. EditControlEventArgs Optional base class for event args relating to an edit control. Holds a reference to the edit control. EditException Exception that may be thrown by operations in the editor API. EditOperationAbortedEventArgs Information about an aborted edit operation. EditOperationCompletingEventArgs Information passed in the EditOperationCompleting event. FilePropertiesChangedEventArgs Information passed in the FilePropertiesChanged event. FocusedControlChangedEventArgs Information passed to the FocusedControlChanged event. FormattingBuilderVisitor Framework node visitor that compiles a formattings stack representing the current formatting for a node. FrameworkDocumentContentChangedEventArgs Information passed to the ContentChanged event, including information about the exact edit operations affecting the document. FrameworkNodeWrapperVisitor Visitor used to build framework wrapper nodes for markup data items. InvalidEditOperationException Exception thrown by API clients handling the EditOperationCompleting event to prevent interactive editing operations from completing. MarkupDataNodeFinder Helper class that can be used with Find(Predicate, Boolean) to locate markup data nodes. MouseEnteringNodeEventArgs Information passed to the MouseEnteringNode event. MouseLeavingNodeEventArgs Argument type passed in the MouseLeavingNode event. MouseOverTextMarksChangedEventArgs Information sent with the event that is fired when the mouse moves over a text mark or a group of text marks. See MouseEnteringTextMarks and MouseLeavingTextMarks . NodeIterator Iterates over all nodes in the range. OverwriteModeChangedEventArgs Event arguments used when the user changes the overwrite mode in the edit control. ParagraphUnitPropertiesChangedEventArgs Information passed in the ParagraphUnitPropertiesChanged event. PersistentScrollInfoChangedEventArgs Arguments passed in the PersistentScrollInfoChanged event. Position A location in the content being edited. RowChangedEventArgs Information passed in events that involves changes to a row. RowsChangedEventArgs Information passed in events that involve changes to collections of rows in the edit control, e.g. HighlightedRowsChanged . SegmentPropertiesChangedEventArgs Information passed in the SegmentPropertiesChanged event. SelectionChangedEventArgs Arguments passed in the SelectionChanged event. SourceEditingModeEndedEventArgs Event arguments used when a source editing operation is ened. SourceEditingModeStartedEventArgs Event arguments used when a source editing operation is ened. UndoBufferContentChangedEventArgs Information about a change in the undo buffer. VScrollEventArgs Arguments passed in the VScroll event. Interfaces IAbstractContainerNode A node in the document that can contain other nodes. IAbstractContentNode Abstract base for all \"leaf nodes\" in the API. These are the nodes that can represent actual content items in the edit control. IAbstractEditOperation Base interface implemented by edit operations. IAbstractFrameworkDocument Base interface for documents used by filter framework specific edit controls. IAbstractFrameworkEditControl Base interface for filter framework specific edit controls such as the IFrameworkEditControl and the ISegmentEditControl . IAbstractNode Base interface for all nodes in the editor document content and document fragment content. IBilingualDocument Contains all the data required to display a document in the side-by-side edit control. IBookmarkNode A leaf node representing a temporary bookmark. IChangeableBookmarkNode A changeable bookmark node, e.g. as used in a document fragment. IChangeableCommentContainerNode A changeable comment container node IChangeableContainerNode A container node that is part of a document fragment and which can be freely changed directly through the APIs. IChangeableDocumentContainerNode A changeable document container node - should currently not be used anywhere, except if the document start/end node is copied into a document fragment. IChangeableFileContainerNode A changeable file container node, e.g. as used in a document fragment. IChangeableLocationMarkerNode A changeable location marker node, e.g. as used in a document fragment. IChangeableLockedContentContainerNode A changeable locked content node, e.g. as used in a document fragment. IChangeableMarkerContainerNode A changeable generic marker container node, e.g. as used in a document fragment. IChangeableNode A node in a document fragment, which can be freely moved around and changed directly using the API (as opposed to nodes that appear inside a document). IChangeableParagraphUnitContainerNode A changeable ParagraphUnit node, e.g. as used in a document fragment. IChangeablePlaceholderTagNode A changeable placeholder tag node, e.g. as used in a document fragment. IChangeableRevisionMarkerContainerNode A changeable revision marker container node. IChangeableSegmentContainerNode A changeable segment container node, e.g. as used in a document fragment. IChangeableStartEndNode A changeable start/end node, e.g. as used in a document fragment. IChangeableTagPairContainerNode A changeable tag pair node, e.g. as used in a document fragment. IChangeableTextNode A changeable text node, e.g. as used in a document fragment. IChangeGhostStatusOperation Represents an operation that changed the ghost status of a start/end node. IChangeTextOperation Represents an edit operation that changed the text in a text node. ICollectiveUndoCommand Interface representing a self-executing command in the undo buffer. This command type is responsible for controlling its own execution and un-execution. This command will be stored and executed at the highest commander level. The commander will call the Do() and Undo() methods as required - they should not be called before adding to the undo buffer. ICommentContainerNode Node that provides access to a comment marker IContentSelection The currently selected content in the edit control. The selection is represented by two positions: From and Upto , where the from position is the start of the selection and the upto position is the active end of the selection, i.e. the end that typically moves when the user presses Shift + arrow keys, or selects text using the mouse. When no content is selected the from and upto positions are the same. This can be tested through the IsEmpty property of the selection. The selection can be made empty by explicitly calling CollapseToFrom() and CollapseToUpto() . The from position does not need to be before the upto position. This can happen e.g. if the user selects text starting from the right and moving left in the document. In such cases the selection is said to be reversed. This can be tested through the IsReversed property of the selection. The from and upto positions of the selection can be swapped by calling the Reverse() method. Calling the Normalize() method ensures that the from position in the selection is not after the upto position, by testing if the selection is reversed and in that case reversing it. The selection can be explicitly moved through the methods Move(Move, Boolean) and MoveTo(Position, Boolean) . The selection is never null but may not always be valid. Use IsValid to test whether the selection is in a safe state to use. IControl This interface provides access to the Windows forms Control implementation. ICustomColumn Base interface implemented by custom columns that can appear to the left and right of an edit control. IDeleteNodeOperation Represents an edit operation that deleted a node. IDocument The document is the container for all data displayed in the editor. IDocumentContainerNode The root container node in a document. IDocumentFragment A \"disconnected\" piece of document content that can be manipulated as a standalone unit without affecting the actual document content. IEditControl The edit control root interface. Provides access to the selection, the Undo buffer and a number of properties that control the display and behaviour of the editor. IEditOperationVisitor Visitor interface for edit operations. IFileContainerNode Container node that spans the entire content of a file, as represented in the editor. IFind This interface provides functionality for searching the document, for example, a \"find and replace\" feature. IFindProperties Properties used to describe the search that is being performed. IFrameworkDocument Document used with IFrameworkEditControl . Represents source or target content in a bilingual document. IFrameworkEditControl Source or target language edit control in the ISideBySideEditor control. IInsertNodeOperation Represents an edit operation that inserted a node. IInteractiveAccessibleCustomColumn IInteractiveCustomColumn Interface implemented by custom columns in the edit control that support user interaction. ILayoutSynchronizer Ensures the synchronization of rows between multiple components. This is used, for example, to synchronise the rows in the source and target edit controls within the side-by-side editor. ILocationMarkerNode Framework specific locaiton marker node. ILockedContentContainerNode An IAbstractContainerNode implementation to hold locked content and allow it to be processed like any other container node. IMarkupDataNode An editor API node that directly represents a markup data item in the filter framework. INode Common interface implemented by all filter framework specific nodes in the editor. INodeFactory Factory used to create new editor nodes through the document fragment in the editor API. INodeVisitor Visitor interface for all types of filter framework editor specific nodes. IOtherMarkerContainerNode Framework specific container node representing a custom marker. IParagraphUnitContainerNode A ParagraphUnit in the editor. IPlaceholderNode A standalone placeholder leaf node in the editor. IPlaceholderTagNode Placeholder tag in the editor. IRevisionMarkerContainerNode A bilingual API revision marker in the editor. IRowInfo Information associated with a row in the edit control. A row is a layout concept that is independent of, but related to, the structure of the document. For example, a row can be related to a segment in the document or it could be related to the content between the start of a paragraph and the start of the first segment. It could also relate to the content between segments. The layout engine in the edit control works on a row-by-row basis and will update the layout of rows as they become invalid. Rows can also be visible or hidden, depending on different settings and display filters, or whether they only contain content that the user should never see (e.g. segment and paragraph tags). ISegmentContainerNode Source or target language segment in the editor. ISegmentDocument Data container used with ISegmentEditControl . ISegmentEditControl Edit control for displaying and (optionally) editing content of a markup data container, such as a segment. ISideBySideEditor The side-by-side editor control that coordinates things between the source and target language edit controls that appear side by side inside this control. IStartEndNode A start or end node in a IAbstractContainerNode . ISynchronizableCell Describes a piece of document content (a segment, a paragraph unit, ...) that can be passed to the Layout Synchronizer. Typically this content is represented by some kind of cell in the layout. ISynchronizableLayout A control must implement this interface if synchronized scrolling of rows between this control and other controls through the is required. ITagPainter Interface implemented by components that provide customized rendering of tags in the edit control. ITagPaintingProperties This interface provides the properties used when painting tags in the document. ITagPairContainerNode A tag pair in the editor. ITextIterator This iterator can be used to iterate in a text editing fashion in the edit control. ITextMark Represents a mark for a range of content in an edit control. Marks are used to highlight specific areas of document content in the edit control. For example, spelling errors and comments use marks to draw users attention to those areas. ITextMarkPainter Draw marks for ranges of content an edit control. ITextNode A piece of text in the editor API. ITreeNode Generic tree node. Provides accessors to Parent and Sibling nodes. IUndoBuffer Information about the undo/redo commands for content changes in the edit control. IUndoCommand Base interface for commands that are added to the undo buffer. A command is any operation that the undo buffer must be aware of and manage. Enums CustomColumnLocation Location of a custom column relative to the main content of an edit control. FindType The type of data to search for. FocusedControlChangedEventArgs.FocusChangeType Indicates the type of focus change this event is about InteractiveEventFlags Used with the EventFlags to indicate which interactive user events should generate call on the methods implemented by the column. MarkupDisplayMode The different settings for track changes markup display in the side-by-side editor. Move Lists different types of selection moves that can be executed through the Move(Move, Boolean) operation. Shading Background shading state used for rows in the edit control. TagDisplayMode The different settings for tag display text in the side-by-side editor. TextMarkLayer Used together with text marks to indicate if they should be drawn behind or in front of the main content (i.e. the text and tags) in the edit control. Delegates ContentRange.ReductionAllowedTest This delegat defines the method signature used by the ReduceRanges(List, ContentRange.ReductionAllowedTest) helper to determine if two ranges that have the same parent can be merged. CorrespondenceProvider Defines a correspondence between target row numbers and source row numbers." }, "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.html", "title": "Interface IAbstractContainerNode", - "keywords": "Interface IAbstractContainerNode A node in the document that can contain other nodes. Inherited Members INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IEnumerable.GetEnumerator() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IAbstractContainerNode : INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable Remarks A container node always has a start node and an end node. These cannot be deleted or moved. (Any attempt to do so will raise an exception.) Editing operations that would delete start or end nodes in the editor instead turn these into \"ghost\" nodes. The container node implements the IEnumerable interface, so you can iterate over its content directly using a foreach loop. The start and end nodes appear in the collection, and they can also be accessed directly through the StartNode and EndNode properties. Properties EndNode Direct access to the node acting as the end of the container. Declaration IStartEndNode EndNode { get; } Property Value Type Description IStartEndNode StartNode Direct access to the node acting as start of the container. Declaration IStartEndNode StartNode { get; } Property Value Type Description IStartEndNode Methods Find(Predicate, bool) Locate the first node that matches the predicate. Declaration INode Find(Predicate match, bool allSubNodes) Parameters Type Name Description Predicate INode match condition used to evaluate nodes bool allSubNodes if false only direct child nodes in the container are searched, if true sub-nodes of any child container are also searched Returns Type Description INode the first node that matches the predicate FindAllNodes(Predicate, bool) Find all child nodes that match the specified predicate. Declaration List FindAllNodes(Predicate match, bool searchAllSubNodes) Parameters Type Name Description Predicate IAbstractNode match condition used to evaluate nodes bool searchAllSubNodes if false only direct child nodes in the container are searched, if true content sub-nodes of any child container are also searched Returns Type Description List IAbstractNode A list containing all child nodes for which the predicate evaluated to true FindContentNode(Predicate, bool) Locate the first content node that matches the predicate. Declaration IAbstractContentNode FindContentNode(Predicate match, bool searchAllSubNodes) Parameters Type Name Description Predicate IAbstractContentNode match condition used to evaluate nodes bool searchAllSubNodes if false only direct child nodes in the container are searched, if true content sub-nodes of any child container are also searched Returns Type Description IAbstractContentNode the first node that matches the predicate Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IAbstractContainerNode A node in the document that can contain other nodes. Inherited Members INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IAbstractContainerNode : INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable Remarks A container node always has a start node and an end node. These cannot be deleted or moved. (Any attempt to do so will raise an exception.) Editing operations that would delete start or end nodes in the editor instead turn these into \"ghost\" nodes. The container node implements the IEnumerable interface, so you can iterate over its content directly using a foreach loop. The start and end nodes appear in the collection, and they can also be accessed directly through the StartNode and EndNode properties. Properties EndNode Direct access to the node acting as the end of the container. Declaration IStartEndNode EndNode { get; } Property Value Type Description IStartEndNode StartNode Direct access to the node acting as start of the container. Declaration IStartEndNode StartNode { get; } Property Value Type Description IStartEndNode Methods Find(Predicate, Boolean) Locate the first node that matches the predicate. Declaration INode Find(Predicate match, bool allSubNodes) Parameters Type Name Description System.Predicate < INode > match condition used to evaluate nodes System.Boolean allSubNodes if false only direct child nodes in the container are searched, if true sub-nodes of any child container are also searched Returns Type Description INode the first node that matches the predicate FindAllNodes(Predicate, Boolean) Find all child nodes that match the specified predicate. Declaration List FindAllNodes(Predicate match, bool searchAllSubNodes) Parameters Type Name Description System.Predicate < IAbstractNode > match condition used to evaluate nodes System.Boolean searchAllSubNodes if false only direct child nodes in the container are searched, if true content sub-nodes of any child container are also searched Returns Type Description System.Collections.Generic.List < IAbstractNode > A list containing all child nodes for which the predicate evaluated to true FindContentNode(Predicate, Boolean) Locate the first content node that matches the predicate. Declaration IAbstractContentNode FindContentNode(Predicate match, bool searchAllSubNodes) Parameters Type Name Description System.Predicate < IAbstractContentNode > match condition used to evaluate nodes System.Boolean searchAllSubNodes if false only direct child nodes in the container are searched, if true content sub-nodes of any child container are also searched Returns Type Description IAbstractContentNode the first node that matches the predicate Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractContentNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractContentNode.html", "title": "Interface IAbstractContentNode", - "keywords": "Interface IAbstractContentNode Abstract base for all \"leaf nodes\" in the API. These are the nodes that can represent actual content items in the edit control. Inherited Members ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IAbstractContentNode : IAbstractNode, ITreeNode Remarks Containers are not content nodes, but their start and end nodes are. Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IAbstractContentNode Abstract base for all \"leaf nodes\" in the API. These are the nodes that can represent actual content items in the edit control. Inherited Members ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IAbstractContentNode : IAbstractNode, ITreeNode Remarks Containers are not content nodes, but their start and end nodes are. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractEditOperation.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractEditOperation.html", "title": "Interface IAbstractEditOperation", - "keywords": "Interface IAbstractEditOperation Base interface implemented by edit operations. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IAbstractEditOperation Methods AcceptVisitor(IEditOperationVisitor) Visitor implementation for edit operations. Declaration void AcceptVisitor(IEditOperationVisitor visitor) Parameters Type Name Description IEditOperationVisitor visitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IAbstractEditOperation Base interface implemented by edit operations. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IAbstractEditOperation Methods AcceptVisitor(IEditOperationVisitor) Visitor implementation for edit operations. Declaration void AcceptVisitor(IEditOperationVisitor visitor) Parameters Type Name Description IEditOperationVisitor visitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkDocument.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkDocument.html", "title": "Interface IAbstractFrameworkDocument", - "keywords": "Interface IAbstractFrameworkDocument Base interface for documents used by filter framework specific edit controls. Inherited Members IDocument.MoveActiveRange(ContentRange) IDocument.MoveActiveRange(IContentSelection) IDocument.Delete() IDocument.CopyAsText(bool) IDocument.ActiveRange IDocument.RootContainer IDocument.IsDirty IDocument.UndoBuffer IDocument.AfterEditOperationAborted IDocument.EditOperationCompleting IDocument.EditOperationStarting IDisposable.Dispose() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IAbstractFrameworkDocument : IDocument, IDisposable Properties DocumentProperties The filter framework properties for the document. Declaration IDocumentProperties DocumentProperties { get; set; } Property Value Type Description IDocumentProperties ItemFactory The factory used when new bilingual content items need to be created. Declaration IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory PropertiesFactory The factory used when new properties objects need to be created. Declaration IPropertiesFactory PropertiesFactory { get; } Property Value Type Description IPropertiesFactory Remarks This is just a convenience getter that returns the PropertiesFactory of the ItemFactory property. Methods Copy() Filter framework specific version of Copy() that returns a filter framework specific document fragment. Declaration IDocumentFragment Copy() Returns Type Description IDocumentFragment A document fragment containing a changeable copy of the active range. Remarks May throw Sdl.DesktopEditor.EditorApi.EditExeption if the active range cannot be copied (e.g. if it contains non-framework nodes or non-cloneable nodes such as Paragraph Units or files). CopyInternal(bool) Returns the document selection, allowing pre-extending it to include the revision marker. Declaration IDocumentFragment CopyInternal(bool extendSelectionToIncludeRevision) Parameters Type Name Description bool extendSelectionToIncludeRevision Returns Type Description IDocumentFragment CreateDocumentFragment() Creates a new empty document fragment that can be used to insert content using e.g. the Replace(IDocumentFragment) method. Declaration IDocumentFragment CreateDocumentFragment() Returns Type Description IDocumentFragment A new empty document fragment. GetMarkupDataRanges(ContentRange) Use this method to find all non-empty sub-ranges for a range where each sub-range spans only markup data nodes with a common parent. Declaration List GetMarkupDataRanges(ContentRange range) Parameters Type Name Description ContentRange range The range which the sub-ranges will be limited to. Returns Type Description List ContentRange A list with 0 or more sub-ranges where for each sub-range all content nodes are markup data nodes that have the same parent node. Remarks For example, this is used when applying a QuickTag or comment across multiple segments or tag pairs, where the main range may start in one container and end in another. Simply call this method for the main range and then apply the QuickTag (or comment) to each of the sub-ranges returned. The following example shows how to apply a QuickTag to all markup data content in a range, no matter whether the range spans paragraph units or segments. void ApplyQuickTag(IFrameworkDocument document, ContentRange range, IQuickTag quickTag) { foreach (ContentRange subRange in document.GetMarkupDataRanges(range)) { document.ActiveRange = subRange; document.ApplyQuickTagToActiveRange(quickTag); } } Note that you would typically want to group such operations into a single Undo command, e.g. by calling BeginCompositeOperation(string) and EndCompositeOperation() . One way to access the undo buffer is through UndoBuffer . GetNearestPosition(IMessageLocation) Returns a position that is nearest to what the message location references, or null if no location could be determined. Declaration Position GetNearestPosition(IMessageLocation messageLocation) Parameters Type Name Description IMessageLocation messageLocation The message location that the document position is required for. Returns Type Description Position The nearest position that relates to the message location. Remarks If the location cannot be directly mapped (e.g. if the corresponding node is no longer available in the editor) the implementation will attempt to guess the position based on other available information. InsertSegment(ISegmentPairProperties, ISegmentContainerNode) Insert new empty segment after specified segment. Declaration void InsertSegment(ISegmentPairProperties segmentPairProperties, ISegmentContainerNode afterSegment) Parameters Type Name Description ISegmentPairProperties segmentPairProperties Properties for the new segment pair, they must not use the same segment ID as any existing segment in the paragraph. ISegmentContainerNode afterSegment New segment will be inserted after this segment. MergeIdenticalNeighboringTags(ContentRange) Finds tag pairs in the specified range that are adjacent to each other and are the same. Under these circumstances, the tag pairs can be merged. This is useful when cleaning up segments before updating the TM, for example. Declaration void MergeIdenticalNeighboringTags(ContentRange range) Parameters Type Name Description ContentRange range The range to limit the operation to. Replace(IDocumentFragment) Replace the content in the active range with the content of a filter framework specific document fragment. Declaration void Replace(IDocumentFragment newContent) Parameters Type Name Description IDocumentFragment newContent The document fragment containing the content to replace in the active range. RestoreGhostTags() Restores any tags in the document's active range, converting them from ghost tags to normal tags. Declaration void RestoreGhostTags() Events ContentChanged Fired when content in the document is changed in any way. Contains information about the exact changes made to the document. Declaration event EventHandler ContentChanged Event Type Type Description EventHandler FrameworkDocumentContentChangedEventArgs Remarks This event hides the ContentChanged event, it contains the same information plus the list of edit operations that were executed on the document. These could be used to determine the affected content more precisely than would be possible with the affected range only. This event is typcially fired immediately when the content is changed, which can be before the controls displaying the content have been updated. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IAbstractFrameworkDocument Base interface for documents used by filter framework specific edit controls. Inherited Members IDocument.MoveActiveRange(ContentRange) IDocument.MoveActiveRange(IContentSelection) IDocument.Delete() IDocument.CopyAsText(Boolean) IDocument.ActiveRange IDocument.RootContainer IDocument.IsDirty IDocument.UndoBuffer IDocument.AfterEditOperationAborted IDocument.EditOperationCompleting IDocument.EditOperationStarting System.IDisposable.Dispose() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IAbstractFrameworkDocument : IDocument, IDisposable Properties DocumentProperties The filter framework properties for the document. Declaration IDocumentProperties DocumentProperties { get; set; } Property Value Type Description IDocumentProperties ItemFactory The factory used when new bilingual content items need to be created. Declaration IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory PropertiesFactory The factory used when new properties objects need to be created. Declaration IPropertiesFactory PropertiesFactory { get; } Property Value Type Description IPropertiesFactory Remarks This is just a convenience getter that returns the PropertiesFactory of the ItemFactory property. Methods Copy() Filter framework specific version of Copy() that returns a filter framework specific document fragment. Declaration IDocumentFragment Copy() Returns Type Description IDocumentFragment A document fragment containing a changeable copy of the active range. Remarks May throw Sdl.DesktopEditor.EditorApi.EditExeption if the active range cannot be copied (e.g. if it contains non-framework nodes or non-cloneable nodes such as Paragraph Units or files). CopyInternal(Boolean) Returns the document selection, allowing pre-extending it to include the revision marker. Declaration IDocumentFragment CopyInternal(bool extendSelectionToIncludeRevision) Parameters Type Name Description System.Boolean extendSelectionToIncludeRevision Returns Type Description IDocumentFragment CreateDocumentFragment() Creates a new empty document fragment that can be used to insert content using e.g. the Replace(IDocumentFragment) method. Declaration IDocumentFragment CreateDocumentFragment() Returns Type Description IDocumentFragment A new empty document fragment. GetMarkupDataRanges(ContentRange) Use this method to find all non-empty sub-ranges for a range where each sub-range spans only markup data nodes with a common parent. Declaration List GetMarkupDataRanges(ContentRange range) Parameters Type Name Description ContentRange range The range which the sub-ranges will be limited to. Returns Type Description System.Collections.Generic.List < ContentRange > A list with 0 or more sub-ranges where for each sub-range all content nodes are markup data nodes that have the same parent node. Remarks For example, this is used when applying a QuickTag or comment across multiple segments or tag pairs, where the main range may start in one container and end in another. Simply call this method for the main range and then apply the QuickTag (or comment) to each of the sub-ranges returned. The following example shows how to apply a QuickTag to all markup data content in a range, no matter whether the range spans paragraph units or segments. void ApplyQuickTag(IFrameworkDocument document, ContentRange range, IQuickTag quickTag) { foreach (ContentRange subRange in document.GetMarkupDataRanges(range)) { document.ActiveRange = subRange; document.ApplyQuickTagToActiveRange(quickTag); } } Note that you would typically want to group such operations into a single Undo command, e.g. by calling BeginCompositeOperation(String) and EndCompositeOperation() . One way to access the undo buffer is through UndoBuffer . GetNearestPosition(IMessageLocation) Returns a position that is nearest to what the message location references, or null if no location could be determined. Declaration Position GetNearestPosition(IMessageLocation messageLocation) Parameters Type Name Description IMessageLocation messageLocation The message location that the document position is required for. Returns Type Description Position The nearest position that relates to the message location. Remarks If the location cannot be directly mapped (e.g. if the corresponding node is no longer available in the editor) the implementation will attempt to guess the position based on other available information. InsertSegment(ISegmentPairProperties, ISegmentContainerNode) Insert new empty segment after specified segment. Declaration void InsertSegment(ISegmentPairProperties segmentPairProperties, ISegmentContainerNode afterSegment) Parameters Type Name Description ISegmentPairProperties segmentPairProperties Properties for the new segment pair, they must not use the same segment ID as any existing segment in the paragraph. ISegmentContainerNode afterSegment New segment will be inserted after this segment. MergeIdenticalNeighboringTags(ContentRange) Finds tag pairs in the specified range that are adjacent to each other and are the same. Under these circumstances, the tag pairs can be merged. This is useful when cleaning up segments before updating the TM, for example. Declaration void MergeIdenticalNeighboringTags(ContentRange range) Parameters Type Name Description ContentRange range The range to limit the operation to. Replace(IDocumentFragment) Replace the content in the active range with the content of a filter framework specific document fragment. Declaration void Replace(IDocumentFragment newContent) Parameters Type Name Description IDocumentFragment newContent The document fragment containing the content to replace in the active range. RestoreGhostTags() Restores any tags in the document's active range, converting them from ghost tags to normal tags. Declaration void RestoreGhostTags() Events ContentChanged Fired when content in the document is changed in any way. Contains information about the exact changes made to the document. Declaration event EventHandler ContentChanged Event Type Type Description System.EventHandler < FrameworkDocumentContentChangedEventArgs > Remarks This event hides the ContentChanged event, it contains the same information plus the list of edit operations that were executed on the document. These could be used to determine the affected content more precisely than would be possible with the affected range only. This event is typcially fired immediately when the content is changed, which can be before the controls displaying the content have been updated. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.html", "title": "Interface IAbstractFrameworkEditControl", - "keywords": "Interface IAbstractFrameworkEditControl Base interface for filter framework specific edit controls such as the IFrameworkEditControl and the ISegmentEditControl . Inherited Members IEditControl.AddColumn(ICustomColumn, CustomColumnLocation) IEditControl.RemoveColumn(ICustomColumn) IEditControl.Redraw() IEditControl.Refresh() IEditControl.DeleteSelection() IEditControl.Undo() IEditControl.UndoMultiple(long) IEditControl.Redo() IEditControl.RedoMultiple(long) IEditControl.GetNearestLocation(Position) IEditControl.GetNearestPosition(Point) IEditControl.GetNearestVisiblePosition(Position) IEditControl.IsWordStart(Position) IEditControl.CreateTextIterator(Position) IEditControl.ScrollIntoView(Position) IEditControl.ScrollIntoView(IRowInfo) IEditControl.ScrollToCenter(IRowInfo) IEditControl.AutoScrollToRowPosition(IRowInfo, IRowInfo) IEditControl.ScrollToRow(long, long) IEditControl.FindRow(Position) IEditControl.IsRowVisible(int) IEditControl.GetVisibleRowsInRange(ContentRange) IEditControl.SetRowsVisibility(Predicate) IEditControl.SetRowsHighlighted(IList, bool) IEditControl.SelectRow(IRowInfo) IEditControl.SelectRow(IRowInfo, bool, bool) IEditControl.SelectRowRange(IRowInfo, IRowInfo) IEditControl.ChangeNextRowSelection() IEditControl.ChangePreviousRowSelection() IEditControl.ClearRowSelection(IRowInfo) IEditControl.ClearAllRowSelections() IEditControl.HasSelectedRows() IEditControl.BeginSelectedRowOperation() IEditControl.EndSelectedRowOperation() IEditControl.ChangeFocusedRowSelection() IEditControl.FocusNextRow() IEditControl.FocusPreviousRow() IEditControl.CanCopySelectionToClipboard() IEditControl.CanCutSelectionToClipboard() IEditControl.CanPasteClipboardToDocument() IEditControl.CopySelectionToClipboard() IEditControl.CutSelectionToClipboard() IEditControl.PasteClipboardToDocument() IEditControl.AddTextMark(ContentRange, TextMarkLayer, ITextMarkPainter) IEditControl.NotifyTextMarkChanged(ITextMark) IEditControl.RemoveTextMark(ITextMark) IEditControl.ClearTextMarks() IEditControl.AddActiveRowToSelected IEditControl.IsInitialUpdateCompleted IEditControl.AutoUpdate IEditControl.IsReadOnly IEditControl.AcceptsReturn IEditControl.AcceptsTab IEditControl.ShowWhitespaceCharacters IEditControl.HideFileTags IEditControl.SmartPasteAdjustingSpaces IEditControl.IsOverwriteModeEnabled IEditControl.HighlightedBackColor IEditControl.HighlightActiveRow IEditControl.SelectedBackColor IEditControl.Selection IEditControl.TagPainter IEditControl.ContentHeight IEditControl.VerticalScrollOffset IEditControl.TopmostVisibleRowNumber IEditControl.TopmostVisibleRowScrollOffset IEditControl.TextMarks IEditControl.ColumnsLeft IEditControl.ColumnsRight IEditControl.Rows IEditControl.VisibleRows IEditControl.HighlightedRows IEditControl.ActiveRow IEditControl.SelectedRows IEditControl.AfterInitialUpdate IEditControl.SelectionChanged IEditControl.SelectionWasDeleted IEditControl.ContentHeightChanged IEditControl.MouseEnteringNode IEditControl.MouseLeavingNode IEditControl.MouseEnteringTextMarks IEditControl.MouseLeavingTextMarks IEditControl.VScroll IEditControl.PersistentScrollInfoChanged IEditControl.ActiveRowChanged IEditControl.HighlightedRowsChanged IEditControl.HighlightedRowChanged IEditControl.SelectedRowChanged IEditControl.AllSelectedRowsCleared IEditControl.RowBackColorChanged IEditControl.RowStructureChanged IEditControl.BeginSelectedRowOperationChanged IEditControl.EndSelectedRowOperationChanged IEditControl.OverwriteModeChanged IEditControl.IMEStartComposition IEditControl.IMECompositionChanged IEditControl.IMEEndComposition IEditControl.SourceEditingModeEnded IControl.Control IDisposable.Dispose() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IAbstractFrameworkEditControl : IEditControl, IControl, IDisposable Properties Document The document containing the data shown in the edit control. Setting this property completely re-formats the edit control. Declaration IAbstractFrameworkDocument Document { get; set; } Property Value Type Description IAbstractFrameworkDocument EditControlDisplaySettings The display settings that will be used when rendering the document in the edit control, mostly involving display colors and formatting. These settings are mainly intended for use when adjusting settings for users with disabilities. Declaration EditControlDisplaySettings EditControlDisplaySettings { get; } Property Value Type Description EditControlDisplaySettings Font The default font that will be used by the edit control to display text. IMPORTANT: Setting this property to another value will result in a memory leak unless the font is managed externally and disposed of correctly when it is no longer required - the edit control does NOT take memory ownership of fonts set here. Declaration Font Font { get; set; } Property Value Type Description Font HideHideableTags When true any tags with CanHide set to true will not be shown in the editor. Declaration bool HideHideableTags { get; set; } Property Value Type Description bool Remarks Hidden tags can still be manipulated through normal editing operations in the surrounding text, so they may get accidentally deleted! SuppressFormatting When true all semi-WYSIWYG formatting information will be ignored and all text in the control will be formatted using the default font and foreground color of the Control . Declaration bool SuppressFormatting { get; set; } Property Value Type Description bool Remarks NOTE: It is important to set the HideHideableTags to true if this setting is enabled, otherwise there will be no visual indication to the presence of hidden tags, as the surrounding text will all have the same formatting. This setting is off by default. Note that font fallback will still be in effect, which may cause a different font to be used for characters that cannot be displayed using the default font. Note that font adaptation settings will still take affect, causing the default font to be adjusted according to the settings. TagDisplayMode The tag display mode used for this entire edit control. This setting is used to determine the text that should be displayed on tags in the control. Declaration TagDisplayMode TagDisplayMode { get; set; } Property Value Type Description TagDisplayMode Remarks In a side-by-side edit control the TagDisplayMode changes tag display for both source and target controls, while this property can be used to set different modes for source and target. ToolTipContentDelegate The delegate that will be used to get the content for Match Repair tooltips Declaration Func ToolTipContentDelegate { get; set; } Property Value Type Description Func IAbstractContentNode string Methods CopySelection() Filter framework specific version of CopySelection() that returns a filter framework specific document fragment. Declaration IDocumentFragment CopySelection() Returns Type Description IDocumentFragment A document fragment containing a changeable copy of the current selection. Remarks May throw Sdl.DesktopEditor.EditorApi.EditExeption if the selection cannot be copied (e.g. if it contains non-framework nodes or non-cloneable nodes such as Paragraph Units or Files). CopySelectionInternal(bool) Returns the document selection, allowing pre-extending it to include the revision marker. Declaration IDocumentFragment CopySelectionInternal(bool extendToIncludeRevision) Parameters Type Name Description bool extendToIncludeRevision Returns Type Description IDocumentFragment FindCustomColumnAtPoint(Point) Finds the custom column located at the provided device point. Returns null if there is no custom column at that point. Declaration ICustomColumn FindCustomColumnAtPoint(Point screenPoint) Parameters Type Name Description Point screenPoint The device point to search for a custom column. Returns Type Description ICustomColumn The custom column at that point or null if there is no column. HideRows(IList) Removes the rows matching the provided row numbers from the layout and hides them in the edit control. This method will refresh the edit control and cause a fill layout to be performed in order to remove the rows properly. Declaration void HideRows(IList rowNumbers) Parameters Type Name Description IList int rowNumbers The list of row numbers that should be hidden. Remarks This method should only be used when specific rows in this edit control need to be hidden, no other edit control will be updated with these changes (for example, it will produce strange results in the SideBySideEditor). In most situations SetRowsVisibility(Predicate) should be used instead. IsRedoCommandSource() Used in SideBySide editor to determine which control to use Declaration bool IsRedoCommandSource() Returns Type Description bool True if the redo is to be performed in a source segment IsUndoCommandSource() Used in SideBySide editor to determine which control to use Declaration bool IsUndoCommandSource() Returns Type Description bool True if the undo is to be performed in a source segment ReplaceSelection(IDocumentFragment) Replace the current selection with the content of a filter framework specific document fragment. Declaration void ReplaceSelection(IDocumentFragment newContent) Parameters Type Name Description IDocumentFragment newContent The document fragment containing the content that will be used to replace the current selection. This document fragment can be obtained from multiple locations, including: CopySelection() and CreateDocumentFragment() . RestoreGhostTagsInSelection() Restores any ghost tags in the current selection to normal tags. Declaration void RestoreGhostTagsInSelection() ShowRows(IList) Adds the rows matching the provided row numbers to the layout and displays them in the edit control. This method will refresh the edit control and cause a full layout to be performed in order to display the rows properly. Declaration void ShowRows(IList rowNumbers) Parameters Type Name Description IList int rowNumbers The list of row numbers that should be shown. Remarks This method should only be used when specific rows in this edit control need to be displayed, no other edit control will be updated with these changes (for example, it will produce strange results in the SideBySideEditor). In most situations SetRowsVisibility(Predicate) should be used instead. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IAbstractFrameworkEditControl Base interface for filter framework specific edit controls such as the IFrameworkEditControl and the ISegmentEditControl . Inherited Members IEditControl.AddColumn(ICustomColumn, CustomColumnLocation) IEditControl.RemoveColumn(ICustomColumn) IEditControl.Redraw() IEditControl.Refresh() IEditControl.DeleteSelection() IEditControl.Undo() IEditControl.UndoMultiple(Int64) IEditControl.Redo() IEditControl.RedoMultiple(Int64) IEditControl.GetNearestLocation(Position) IEditControl.GetNearestPosition(Point) IEditControl.GetNearestVisiblePosition(Position) IEditControl.IsWordStart(Position) IEditControl.CreateTextIterator(Position) IEditControl.ScrollIntoView(Position) IEditControl.ScrollIntoView(IRowInfo) IEditControl.ScrollToCenter(IRowInfo) IEditControl.AutoScrollToRowPosition(IRowInfo, IRowInfo) IEditControl.ScrollToRow(Int64, Int64) IEditControl.FindRow(Position) IEditControl.IsRowVisible(Int32) IEditControl.GetVisibleRowsInRange(ContentRange) IEditControl.SetRowsVisibility(Predicate) IEditControl.SetRowsHighlighted(IList, Boolean) IEditControl.SelectRow(IRowInfo) IEditControl.SelectRow(IRowInfo, Boolean, Boolean) IEditControl.SelectRowRange(IRowInfo, IRowInfo) IEditControl.ChangeNextRowSelection() IEditControl.ChangePreviousRowSelection() IEditControl.ClearRowSelection(IRowInfo) IEditControl.ClearAllRowSelections() IEditControl.HasSelectedRows() IEditControl.BeginSelectedRowOperation() IEditControl.EndSelectedRowOperation() IEditControl.ChangeFocusedRowSelection() IEditControl.FocusNextRow() IEditControl.FocusPreviousRow() IEditControl.CanCopySelectionToClipboard() IEditControl.CanCutSelectionToClipboard() IEditControl.CanPasteClipboardToDocument() IEditControl.CopySelectionToClipboard() IEditControl.CutSelectionToClipboard() IEditControl.PasteClipboardToDocument() IEditControl.AddTextMark(ContentRange, TextMarkLayer, ITextMarkPainter) IEditControl.NotifyTextMarkChanged(ITextMark) IEditControl.RemoveTextMark(ITextMark) IEditControl.ClearTextMarks() IEditControl.AddActiveRowToSelected IEditControl.IsInitialUpdateCompleted IEditControl.AutoUpdate IEditControl.IsReadOnly IEditControl.AcceptsReturn IEditControl.AcceptsTab IEditControl.ShowWhitespaceCharacters IEditControl.HideFileTags IEditControl.SmartPasteAdjustingSpaces IEditControl.IsOverwriteModeEnabled IEditControl.HighlightedBackColor IEditControl.HighlightActiveRow IEditControl.SelectedBackColor IEditControl.Selection IEditControl.TagPainter IEditControl.ContentHeight IEditControl.VerticalScrollOffset IEditControl.TopmostVisibleRowNumber IEditControl.TopmostVisibleRowScrollOffset IEditControl.TextMarks IEditControl.ColumnsLeft IEditControl.ColumnsRight IEditControl.Rows IEditControl.VisibleRows IEditControl.HighlightedRows IEditControl.ActiveRow IEditControl.SelectedRows IEditControl.AfterInitialUpdate IEditControl.SelectionChanged IEditControl.SelectionWasDeleted IEditControl.ContentHeightChanged IEditControl.MouseEnteringNode IEditControl.MouseLeavingNode IEditControl.MouseEnteringTextMarks IEditControl.MouseLeavingTextMarks IEditControl.VScroll IEditControl.PersistentScrollInfoChanged IEditControl.ActiveRowChanged IEditControl.HighlightedRowsChanged IEditControl.HighlightedRowChanged IEditControl.SelectedRowChanged IEditControl.AllSelectedRowsCleared IEditControl.RowBackColorChanged IEditControl.RowStructureChanged IEditControl.BeginSelectedRowOperationChanged IEditControl.EndSelectedRowOperationChanged IEditControl.OverwriteModeChanged IEditControl.IMEStartComposition IEditControl.IMECompositionChanged IEditControl.IMEEndComposition IEditControl.SourceEditingModeEnded IControl.Control System.IDisposable.Dispose() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IAbstractFrameworkEditControl : IEditControl, IControl, IDisposable Properties Document The document containing the data shown in the edit control. Setting this property completely re-formats the edit control. Declaration IAbstractFrameworkDocument Document { get; set; } Property Value Type Description IAbstractFrameworkDocument EditControlDisplaySettings The display settings that will be used when rendering the document in the edit control, mostly involving display colors and formatting. These settings are mainly intended for use when adjusting settings for users with disabilities. Declaration EditControlDisplaySettings EditControlDisplaySettings { get; } Property Value Type Description EditControlDisplaySettings Font The default font that will be used by the edit control to display text. IMPORTANT: Setting this property to another value will result in a memory leak unless the font is managed externally and disposed of correctly when it is no longer required - the edit control does NOT take memory ownership of fonts set here. Declaration Font Font { get; set; } Property Value Type Description System.Drawing.Font HideHideableTags When true any tags with CanHide set to true will not be shown in the editor. Declaration bool HideHideableTags { get; set; } Property Value Type Description System.Boolean Remarks Hidden tags can still be manipulated through normal editing operations in the surrounding text, so they may get accidentally deleted! SuppressFormatting When true all semi-WYSIWYG formatting information will be ignored and all text in the control will be formatted using the default font and foreground color of the Control . Declaration bool SuppressFormatting { get; set; } Property Value Type Description System.Boolean Remarks NOTE: It is important to set the HideHideableTags to true if this setting is enabled, otherwise there will be no visual indication to the presence of hidden tags, as the surrounding text will all have the same formatting. This setting is off by default. Note that font fallback will still be in effect, which may cause a different font to be used for characters that cannot be displayed using the default font. Note that font adaptation settings will still take affect, causing the default font to be adjusted according to the settings. TagDisplayMode The tag display mode used for this entire edit control. This setting is used to determine the text that should be displayed on tags in the control. Declaration TagDisplayMode TagDisplayMode { get; set; } Property Value Type Description TagDisplayMode Remarks In a side-by-side edit control the TagDisplayMode changes tag display for both source and target controls, while this property can be used to set different modes for source and target. ToolTipContentDelegate The delegate that will be used to get the content for Match Repair tooltips Declaration Func ToolTipContentDelegate { get; set; } Property Value Type Description System.Func < IAbstractContentNode , System.String > Methods CopySelection() Filter framework specific version of CopySelection() that returns a filter framework specific document fragment. Declaration IDocumentFragment CopySelection() Returns Type Description IDocumentFragment A document fragment containing a changeable copy of the current selection. Remarks May throw Sdl.DesktopEditor.EditorApi.EditExeption if the selection cannot be copied (e.g. if it contains non-framework nodes or non-cloneable nodes such as Paragraph Units or Files). CopySelectionInternal(Boolean) Returns the document selection, allowing pre-extending it to include the revision marker. Declaration IDocumentFragment CopySelectionInternal(bool extendToIncludeRevision) Parameters Type Name Description System.Boolean extendToIncludeRevision Returns Type Description IDocumentFragment FindCustomColumnAtPoint(Point) Finds the custom column located at the provided device point. Returns null if there is no custom column at that point. Declaration ICustomColumn FindCustomColumnAtPoint(Point screenPoint) Parameters Type Name Description System.Drawing.Point screenPoint The device point to search for a custom column. Returns Type Description ICustomColumn The custom column at that point or null if there is no column. HideRows(IList) Removes the rows matching the provided row numbers from the layout and hides them in the edit control. This method will refresh the edit control and cause a fill layout to be performed in order to remove the rows properly. Declaration void HideRows(IList rowNumbers) Parameters Type Name Description System.Collections.Generic.IList < System.Int32 > rowNumbers The list of row numbers that should be hidden. Remarks This method should only be used when specific rows in this edit control need to be hidden, no other edit control will be updated with these changes (for example, it will produce strange results in the SideBySideEditor). In most situations SetRowsVisibility(Predicate) should be used instead. IsRedoCommandSource() Used in SideBySide editor to determine which control to use Declaration bool IsRedoCommandSource() Returns Type Description System.Boolean True if the redo is to be performed in a source segment IsUndoCommandSource() Used in SideBySide editor to determine which control to use Declaration bool IsUndoCommandSource() Returns Type Description System.Boolean True if the undo is to be performed in a source segment ReplaceSelection(IDocumentFragment) Replace the current selection with the content of a filter framework specific document fragment. Declaration void ReplaceSelection(IDocumentFragment newContent) Parameters Type Name Description IDocumentFragment newContent The document fragment containing the content that will be used to replace the current selection. This document fragment can be obtained from multiple locations, including: CopySelection() and CreateDocumentFragment() . RestoreGhostTagsInSelection() Restores any ghost tags in the current selection to normal tags. Declaration void RestoreGhostTagsInSelection() ShowRows(IList) Adds the rows matching the provided row numbers to the layout and displays them in the edit control. This method will refresh the edit control and cause a full layout to be performed in order to display the rows properly. Declaration void ShowRows(IList rowNumbers) Parameters Type Name Description System.Collections.Generic.IList < System.Int32 > rowNumbers The list of row numbers that should be shown. Remarks This method should only be used when specific rows in this edit control need to be displayed, no other edit control will be updated with these changes (for example, it will produce strange results in the SideBySideEditor). In most situations SetRowsVisibility(Predicate) should be used instead. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractNode.html", "title": "Interface IAbstractNode", - "keywords": "Interface IAbstractNode Base interface for all nodes in the editor document content and document fragment content. Inherited Members ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IAbstractNode : ITreeNode Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IAbstractNode Base interface for all nodes in the editor document content and document fragment content. Inherited Members ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IAbstractNode : ITreeNode Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IBilingualDocument.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IBilingualDocument.html", "title": "Interface IBilingualDocument", - "keywords": "Interface IBilingualDocument Contains all the data required to display a document in the side-by-side edit control. Inherited Members IDisposable.Dispose() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IBilingualDocument : IDisposable Remarks The bilingual document contains separate documents for the source and the target edit controls, allowing them to show different content. Note however that all nodes in both the source and the target document do refer to the very same filter framework objects for the actual data, they just provide different wrappers for accessing it. The document must be explicitly disposed of when no longer needed. Disposing the document raises the Disposing event, which should be handled by controls using the document in case the document is disposed of before the control. Properties ContentInput Provides an implementation of a bilingual content processor that can be used to read content into the document e.g. when used with a filter framework IMultiFileConverter . Declaration IBilingualDocumentGenerator ContentInput { get; } Property Value Type Description IBilingualDocumentGenerator Remarks The ItemFactory and PropertiesFactory properties will be automatically set when the bilingual processor is used to process content through the filter framework. Examples This example shows how to read content from a file into the document using the filter framework. void LoadFile(IBilingualDocument document, IFileTypeManager manager, string filePath) { IMultiFileConverter converter = manager.GetConverterToBilingual(filePath, document.ContentInput); converter.Parse(); } ContentOutput Provides an implementation of a bilingual parser that can be used to read content from the document, e.g. when used with the filter framework to save a file. Declaration IBilingualParser ContentOutput { get; } Property Value Type Description IBilingualParser Examples This example shows how to save the content of a document to a bilingual file in the default bilingual file format using the filter framework. void SaveAsBilingual(IBilingualDocument document, IFileTypeManager manager, string filePath) { IMultiFileConverter converter = manager.GetConverterToDefaultBilingual(document.ContentOutput, filePath); converter.Parse(); } DocumentProperties The filter framework properties for the document. Declaration IDocumentProperties DocumentProperties { get; } Property Value Type Description IDocumentProperties IsDirty If true this indicates that the document content has been changed since the last time this flag was reset. Declaration bool IsDirty { get; set; } Property Value Type Description bool Remarks The edit control automatically sets this flag to true every time some content changes in the editor (through API or user action). Set this flag to false when the document is saved. That allows you to keep track of whether any changes have been made to it in order to determine whether the document will need to be saved again at a later point. Since the editor does not provide Open/Save operations it is the API client's responsibility to reset this flag after such operations. ItemFactory The factory used when new bilingual content items need to be created. Declaration IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory Remarks When the document is loaded by using it as a bilingual content processor through the filter framework this property is automatically set to the factory communicated by the framework. PropertiesFactory The factory used when new properties objects need to be created. Declaration IPropertiesFactory PropertiesFactory { get; } Property Value Type Description IPropertiesFactory Remarks This is a convenience accessor to the properties factory in the ItemFactory . Source Document used in the Source edit control. Declaration IFrameworkDocument Source { get; } Property Value Type Description IFrameworkDocument Target Document used in the target edit control. Declaration IFrameworkDocument Target { get; } Property Value Type Description IFrameworkDocument UndoBuffer Common undo buffer used by the bilingual document. This buffer is common to the bilingual document, the source and the target. Calling the undo buffer directly in the source or target documents will refer back to this undo buffer. Declaration IUndoBuffer UndoBuffer { get; } Property Value Type Description IUndoBuffer Methods ApplySegmentPair(ISegmentPairProperties) Insert a new segment pair with the specified properties spanning the current active ranges in the source and target documents. Declaration void ApplySegmentPair(ISegmentPairProperties segmentPairProperties) Parameters Type Name Description ISegmentPairProperties segmentPairProperties Properties for the new segment pair, they must not use the same segment ID as any existing segment in the paragraph. LockSegment(ParagraphUnitId, SegmentId) Use this method to lock a segment pair (disable it from interactive editing). Declaration void LockSegment(ParagraphUnitId paragraphUnitId, SegmentId segmentId) Parameters Type Name Description ParagraphUnitId paragraphUnitId The paragraph unit containing the segment. SegmentId segmentId The segment to lock. Exceptions Type Condition EditException Thrown when the content inside the segment cannot be locked. RemoveSegmentPair(ParagraphUnitId, ISegmentPairProperties) Delete the segment pair with the specified properties object from the source and target documents. All content inside the source and target segments is preserved and moved into their parent containers, only the segment containers are removed. Declaration void RemoveSegmentPair(ParagraphUnitId paragraphUnitId, ISegmentPairProperties segmentPairProperties) Parameters Type Name Description ParagraphUnitId paragraphUnitId The ID of the paragraph unit containing the segment. ISegmentPairProperties segmentPairProperties The properties of the segment pair that is to be removed. These must be the properties of an existing segment pair in the paragraph. Remarks This operation is added to the undo buffer. Note that this operation may change the row structure of the source and target edit controls, which among other things can mean that row numbers may change for existing rows in the document. The document active range of the source and target documents is preserved during this operation - after completion the active range will span the same (or corresponding) content in the document even if content container nodes have been merged and/or split in the process. UnlockSegment(ParagraphUnitId, SegmentId) Use this method to unlock a segment pair (enable it for interactive editing). Declaration void UnlockSegment(ParagraphUnitId paragraphUnitId, SegmentId segmentId) Parameters Type Name Description ParagraphUnitId paragraphUnitId The paragraph unit containing the segment. SegmentId segmentId The segment to unlock. UpdateDocumentProperties(IDocumentProperties) Use this method to explicitly update document properties (e.g. change the target language) to ensure that both the source and target documents get properly notified of the changes. Declaration void UpdateDocumentProperties(IDocumentProperties properties) Parameters Type Name Description IDocumentProperties properties Updated properties for the document. This should be a clone of a document properties object for this document (accessible through the DocumentProperties property) with relevant changes applied. Remarks Changes to the source and/or target language will be propagated to all paragraph units in the document. This code example shows how to properly change the target language of a document. void ChangeTargetLanguage(IBilingualDocument doc, Language newTargetLanguage) { IDocumentProperties properties = (IDocumentProperties)doc.DocumentProperties.Clone(); properties.TargetLanguage = newTargetLanguage; doc.UpdateDocumentProperties(properties); } UpdateFileProperties(IFileProperties) Use this method to explicitly update file properties (e.g. changes to comments etc.) to ensure that both the source and target documents get properly notified of the changes. Declaration void UpdateFileProperties(IFileProperties properties) Parameters Type Name Description IFileProperties properties Updated properties for the file. This should be a clone of a file properties object for an existing file node in the source or target document, with relevant changes applied. Remarks The file ID is used to identify the file to update in the document. This is expected to be unique, and should never change. Note that file properties changes are contained in the Undo buffer, so they can be reversed by the undo commands. This code example shows how to properly change the PreferredTargetEncoding of a file. (The file container node can be from the source or the target document, it does not matter as both reference the same underlying file properties object from the filter framework.) void ChangeTargetEncoding(IBilingualDocument doc, IFileContainerNode fileNode, Codepage newTargetEncoding) { IFileProperties properties = (IFileProperties)file.FileProperties.Clone(); properties.FileConversionProperties.PreferredTargetEncoding = newTargetEncoding; doc.UpdateFileProperties(properties); } UpdateParagraphUnitProperties(IParagraphUnitProperties) Use this method to explicitly update ParagraphUnit properties (e.g. changes to status, edited comments etc.). Declaration void UpdateParagraphUnitProperties(IParagraphUnitProperties properties) Parameters Type Name Description IParagraphUnitProperties properties Updated properties for the ParagraphUnit. This should be a clone of a ParagraphUnit properties object for an existing ParagraphUnit in the document, with relevant changes applied. Remarks The ParagraphUnit ID is used to identify the ParagraphUnit to update in the document. Note that ParagraphUnit properties changes are contained in the Undo buffer, they can be reversed by the undo commands. This code example shows how to properly change the status of a ParagraphUnit. (The ParagraphUnit node can be from the source or the target document, it does not matter as both reference the same underlying ParagraphUnitProperties object from the filter framework.) void ChangeParagraphUnitStatus(IBilingualDocument doc, IParagraphUnitContainerNode paragraphUnitNode, ParagraphUnitStatus newStatus) { IParagraphUnitProperties properties = (IParagraphUnitProperties)paragraphUnitNode.ParagraphUnit.Properties.Clone(); properties.Status = newStatus; doc.UpdateParagraphUnitProperties(properties); } UpdateSegmentProperties(ParagraphUnitId, ISegmentPairProperties) Use this method to explicitly update segment pair properties (e.g. changes to translation origin etc.) to ensure that both the source and target documents get properly notified of the changes. Declaration void UpdateSegmentProperties(ParagraphUnitId paragraphUnitId, ISegmentPairProperties properties) Parameters Type Name Description ParagraphUnitId paragraphUnitId ID of the Paragraph Unit where the segment appears. ISegmentPairProperties properties Updated properties for the segment pair. This should be a clone of a segment pair properties object for an existing segment pair in the document, with relevant changes applied. Remarks The Paragraph Unit ID plus the segment ID is used to identify the segment to update. The Paragraph Unit ID is unique, and the segment ID should be unique within the source/target of the ParagraphUnit. These IDs should never change. Note that segment pair properties changes are contained in the Undo buffer, so they can be reversed by the undo commands. This code example shows how to properly change the translation origin of a segment. (The segment node can be from the source or the target, it does not matter as both reference the same underlying segment pair properties object from the filter framework.) void SetToTranslated(IBilingualDocument doc, ISegmentContainerNode segmentNode) { ISegmentPairProperties properties = (ISegmentPairProperties)node.Segment.Properties.Clone(); properties.TranslationOrigin.OriginType = DefaultTranslationOrigin.Interactive; doc.UpdateSegmentProperties(node.Segment.ParentTransUnit.Properties.TransUnitId, properties); } Events ContentChanged Fired when content in the source or target document is changed in any way. Declaration event EventHandler ContentChanged Event Type Type Description EventHandler FrameworkDocumentContentChangedEventArgs Remarks This event is typically fired immediately when the content is changed, which can be before the controls have been updated. Disposing Raised by the document when it is about to be disposed. If a control references the document this is a good time to disconnect from it. Declaration event EventHandler Disposing Event Type Type Description EventHandler DocumentPropertiesChanged Raised after document properties have been updated through a call to UpdateDocumentProperties(IDocumentProperties) . Declaration event EventHandler DocumentPropertiesChanged Event Type Type Description EventHandler DocumentPropertiesChangedEventArgs FilePropertiesChanged Raised after file properties have been updated through a call to UpdateFileProperties(IFileProperties) . Declaration event EventHandler FilePropertiesChanged Event Type Type Description EventHandler FilePropertiesChangedEventArgs ParagraphUnitPropertiesChanged Raised after paragraph unit properties have been updated through a call to UpdateParagraphUnitProperties(IParagraphUnitProperties) . Declaration event EventHandler ParagraphUnitPropertiesChanged Event Type Type Description EventHandler ParagraphUnitPropertiesChangedEventArgs SegmentPropertiesChanged Raised after segment pair properties have been updated through a call to UpdateSegmentProperties(ParagraphUnitId, ISegmentPairProperties) , LockSegment(ParagraphUnitId, SegmentId) or UnlockSegment(ParagraphUnitId, SegmentId) . Declaration event EventHandler SegmentPropertiesChanged Event Type Type Description EventHandler SegmentPropertiesChangedEventArgs Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IBilingualDocument Contains all the data required to display a document in the side-by-side edit control. Inherited Members System.IDisposable.Dispose() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IBilingualDocument : IDisposable Remarks The bilingual document contains separate documents for the source and the target edit controls, allowing them to show different content. Note however that all nodes in both the source and the target document do refer to the very same filter framework objects for the actual data, they just provide different wrappers for accessing it. The document must be explicitly disposed of when no longer needed. Disposing the document raises the Disposing event, which should be handled by controls using the document in case the document is disposed of before the control. Properties ContentInput Provides an implementation of a bilingual content processor that can be used to read content into the document e.g. when used with a filter framework IMultiFileConverter . Declaration IBilingualDocumentGenerator ContentInput { get; } Property Value Type Description IBilingualDocumentGenerator Remarks The ItemFactory and PropertiesFactory properties will be automatically set when the bilingual processor is used to process content through the filter framework. Examples This example shows how to read content from a file into the document using the filter framework. void LoadFile(IBilingualDocument document, IFileTypeManager manager, string filePath) { IMultiFileConverter converter = manager.GetConverterToBilingual(filePath, document.ContentInput); converter.Parse(); } ContentOutput Provides an implementation of a bilingual parser that can be used to read content from the document, e.g. when used with the filter framework to save a file. Declaration IBilingualParser ContentOutput { get; } Property Value Type Description IBilingualParser Examples This example shows how to save the content of a document to a bilingual file in the default bilingual file format using the filter framework. void SaveAsBilingual(IBilingualDocument document, IFileTypeManager manager, string filePath) { IMultiFileConverter converter = manager.GetConverterToDefaultBilingual(document.ContentOutput, filePath); converter.Parse(); } DocumentProperties The filter framework properties for the document. Declaration IDocumentProperties DocumentProperties { get; } Property Value Type Description IDocumentProperties IsDirty If true this indicates that the document content has been changed since the last time this flag was reset. Declaration bool IsDirty { get; set; } Property Value Type Description System.Boolean Remarks The edit control automatically sets this flag to true every time some content changes in the editor (through API or user action). Set this flag to false when the document is saved. That allows you to keep track of whether any changes have been made to it in order to determine whether the document will need to be saved again at a later point. Since the editor does not provide Open/Save operations it is the API client's responsibility to reset this flag after such operations. ItemFactory The factory used when new bilingual content items need to be created. Declaration IDocumentItemFactory ItemFactory { get; set; } Property Value Type Description IDocumentItemFactory Remarks When the document is loaded by using it as a bilingual content processor through the filter framework this property is automatically set to the factory communicated by the framework. PropertiesFactory The factory used when new properties objects need to be created. Declaration IPropertiesFactory PropertiesFactory { get; } Property Value Type Description IPropertiesFactory Remarks This is a convenience accessor to the properties factory in the ItemFactory . Source Document used in the Source edit control. Declaration IFrameworkDocument Source { get; } Property Value Type Description IFrameworkDocument Target Document used in the target edit control. Declaration IFrameworkDocument Target { get; } Property Value Type Description IFrameworkDocument UndoBuffer Common undo buffer used by the bilingual document. This buffer is common to the bilingual document, the source and the target. Calling the undo buffer directly in the source or target documents will refer back to this undo buffer. Declaration IUndoBuffer UndoBuffer { get; } Property Value Type Description IUndoBuffer Methods ApplySegmentPair(ISegmentPairProperties) Insert a new segment pair with the specified properties spanning the current active ranges in the source and target documents. Declaration void ApplySegmentPair(ISegmentPairProperties segmentPairProperties) Parameters Type Name Description ISegmentPairProperties segmentPairProperties Properties for the new segment pair, they must not use the same segment ID as any existing segment in the paragraph. LockSegment(ParagraphUnitId, SegmentId) Use this method to lock a segment pair (disable it from interactive editing). Declaration void LockSegment(ParagraphUnitId paragraphUnitId, SegmentId segmentId) Parameters Type Name Description ParagraphUnitId paragraphUnitId The paragraph unit containing the segment. SegmentId segmentId The segment to lock. Exceptions Type Condition EditException Thrown when the content inside the segment cannot be locked. RemoveSegmentPair(ParagraphUnitId, ISegmentPairProperties) Delete the segment pair with the specified properties object from the source and target documents. All content inside the source and target segments is preserved and moved into their parent containers, only the segment containers are removed. Declaration void RemoveSegmentPair(ParagraphUnitId paragraphUnitId, ISegmentPairProperties segmentPairProperties) Parameters Type Name Description ParagraphUnitId paragraphUnitId The ID of the paragraph unit containing the segment. ISegmentPairProperties segmentPairProperties The properties of the segment pair that is to be removed. These must be the properties of an existing segment pair in the paragraph. Remarks This operation is added to the undo buffer. Note that this operation may change the row structure of the source and target edit controls, which among other things can mean that row numbers may change for existing rows in the document. The document active range of the source and target documents is preserved during this operation - after completion the active range will span the same (or corresponding) content in the document even if content container nodes have been merged and/or split in the process. UnlockSegment(ParagraphUnitId, SegmentId) Use this method to unlock a segment pair (enable it for interactive editing). Declaration void UnlockSegment(ParagraphUnitId paragraphUnitId, SegmentId segmentId) Parameters Type Name Description ParagraphUnitId paragraphUnitId The paragraph unit containing the segment. SegmentId segmentId The segment to unlock. UpdateDocumentProperties(IDocumentProperties) Use this method to explicitly update document properties (e.g. change the target language) to ensure that both the source and target documents get properly notified of the changes. Declaration void UpdateDocumentProperties(IDocumentProperties properties) Parameters Type Name Description IDocumentProperties properties Updated properties for the document. This should be a clone of a document properties object for this document (accessible through the DocumentProperties property) with relevant changes applied. Remarks Changes to the source and/or target language will be propagated to all paragraph units in the document. This code example shows how to properly change the target language of a document. void ChangeTargetLanguage(IBilingualDocument doc, Language newTargetLanguage) { IDocumentProperties properties = (IDocumentProperties)doc.DocumentProperties.Clone(); properties.TargetLanguage = newTargetLanguage; doc.UpdateDocumentProperties(properties); } UpdateFileProperties(IFileProperties) Use this method to explicitly update file properties (e.g. changes to comments etc.) to ensure that both the source and target documents get properly notified of the changes. Declaration void UpdateFileProperties(IFileProperties properties) Parameters Type Name Description IFileProperties properties Updated properties for the file. This should be a clone of a file properties object for an existing file node in the source or target document, with relevant changes applied. Remarks The file ID is used to identify the file to update in the document. This is expected to be unique, and should never change. Note that file properties changes are contained in the Undo buffer, so they can be reversed by the undo commands. This code example shows how to properly change the PreferredTargetEncoding of a file. (The file container node can be from the source or the target document, it does not matter as both reference the same underlying file properties object from the filter framework.) void ChangeTargetEncoding(IBilingualDocument doc, IFileContainerNode fileNode, Codepage newTargetEncoding) { IFileProperties properties = (IFileProperties)file.FileProperties.Clone(); properties.FileConversionProperties.PreferredTargetEncoding = newTargetEncoding; doc.UpdateFileProperties(properties); } UpdateParagraphUnitProperties(IParagraphUnitProperties) Use this method to explicitly update ParagraphUnit properties (e.g. changes to status, edited comments etc.). Declaration void UpdateParagraphUnitProperties(IParagraphUnitProperties properties) Parameters Type Name Description IParagraphUnitProperties properties Updated properties for the ParagraphUnit. This should be a clone of a ParagraphUnit properties object for an existing ParagraphUnit in the document, with relevant changes applied. Remarks The ParagraphUnit ID is used to identify the ParagraphUnit to update in the document. Note that ParagraphUnit properties changes are contained in the Undo buffer, they can be reversed by the undo commands. This code example shows how to properly change the status of a ParagraphUnit. (The ParagraphUnit node can be from the source or the target document, it does not matter as both reference the same underlying ParagraphUnitProperties object from the filter framework.) void ChangeParagraphUnitStatus(IBilingualDocument doc, IParagraphUnitContainerNode paragraphUnitNode, ParagraphUnitStatus newStatus) { IParagraphUnitProperties properties = (IParagraphUnitProperties)paragraphUnitNode.ParagraphUnit.Properties.Clone(); properties.Status = newStatus; doc.UpdateParagraphUnitProperties(properties); } UpdateSegmentProperties(ParagraphUnitId, ISegmentPairProperties) Use this method to explicitly update segment pair properties (e.g. changes to translation origin etc.) to ensure that both the source and target documents get properly notified of the changes. Declaration void UpdateSegmentProperties(ParagraphUnitId paragraphUnitId, ISegmentPairProperties properties) Parameters Type Name Description ParagraphUnitId paragraphUnitId ID of the Paragraph Unit where the segment appears. ISegmentPairProperties properties Updated properties for the segment pair. This should be a clone of a segment pair properties object for an existing segment pair in the document, with relevant changes applied. Remarks The Paragraph Unit ID plus the segment ID is used to identify the segment to update. The Paragraph Unit ID is unique, and the segment ID should be unique within the source/target of the ParagraphUnit. These IDs should never change. Note that segment pair properties changes are contained in the Undo buffer, so they can be reversed by the undo commands. This code example shows how to properly change the translation origin of a segment. (The segment node can be from the source or the target, it does not matter as both reference the same underlying segment pair properties object from the filter framework.) void SetToTranslated(IBilingualDocument doc, ISegmentContainerNode segmentNode) { ISegmentPairProperties properties = (ISegmentPairProperties)node.Segment.Properties.Clone(); properties.TranslationOrigin.OriginType = DefaultTranslationOrigin.Interactive; doc.UpdateSegmentProperties(node.Segment.ParentTransUnit.Properties.TransUnitId, properties); } Events ContentChanged Fired when content in the source or target document is changed in any way. Declaration event EventHandler ContentChanged Event Type Type Description System.EventHandler < FrameworkDocumentContentChangedEventArgs > Remarks This event is typically fired immediately when the content is changed, which can be before the controls have been updated. Disposing Raised by the document when it is about to be disposed. If a control references the document this is a good time to disconnect from it. Declaration event EventHandler Disposing Event Type Type Description System.EventHandler DocumentPropertiesChanged Raised after document properties have been updated through a call to UpdateDocumentProperties(IDocumentProperties) . Declaration event EventHandler DocumentPropertiesChanged Event Type Type Description System.EventHandler < DocumentPropertiesChangedEventArgs > FilePropertiesChanged Raised after file properties have been updated through a call to UpdateFileProperties(IFileProperties) . Declaration event EventHandler FilePropertiesChanged Event Type Type Description System.EventHandler < FilePropertiesChangedEventArgs > ParagraphUnitPropertiesChanged Raised after paragraph unit properties have been updated through a call to UpdateParagraphUnitProperties(IParagraphUnitProperties) . Declaration event EventHandler ParagraphUnitPropertiesChanged Event Type Type Description System.EventHandler < ParagraphUnitPropertiesChangedEventArgs > SegmentPropertiesChanged Raised after segment pair properties have been updated through a call to UpdateSegmentProperties(ParagraphUnitId, ISegmentPairProperties) , LockSegment(ParagraphUnitId, SegmentId) or UnlockSegment(ParagraphUnitId, SegmentId) . Declaration event EventHandler SegmentPropertiesChanged Event Type Type Description System.EventHandler < SegmentPropertiesChangedEventArgs > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IBookmarkNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IBookmarkNode.html", "title": "Interface IBookmarkNode", - "keywords": "Interface IBookmarkNode A leaf node representing a temporary bookmark. Inherited Members INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IBookmarkNode : INode, IAbstractContentNode, IAbstractNode, ITreeNode Remarks Bookmarks are editor-only nodes, the do not have a corresponding filter framework data type. For this reason they can only exist in the current instance of the document, they will always be lost if the document is saved through the filter framework. Bookmarks are typically inserted temporarily in the document during complex edit operations, to easily be able to find a specific location at a later point in the edit operation without having to track what is going on explicitly. Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IBookmarkNode A leaf node representing a temporary bookmark. Inherited Members INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IBookmarkNode : INode, IAbstractContentNode, IAbstractNode, ITreeNode Remarks Bookmarks are editor-only nodes, the do not have a corresponding filter framework data type. For this reason they can only exist in the current instance of the document, they will always be lost if the document is saved through the filter framework. Bookmarks are typically inserted temporarily in the document during complex edit operations, to easily be able to find a specific location at a later point in the edit operation without having to track what is going on explicitly. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableBookmarkNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableBookmarkNode.html", "title": "Interface IChangeableBookmarkNode", - "keywords": "Interface IChangeableBookmarkNode A changeable bookmark node, e.g. as used in a document fragment. Inherited Members INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableBookmarkNode : IBookmarkNode, INode, IAbstractContentNode, IAbstractNode, ITreeNode, IChangeableNode, ITreeNode Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeableBookmarkNode A changeable bookmark node, e.g. as used in a document fragment. Inherited Members INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableBookmarkNode : IBookmarkNode, INode, IAbstractContentNode, IAbstractNode, ITreeNode, IChangeableNode, ITreeNode Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableCommentContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableCommentContainerNode.html", "title": "Interface IChangeableCommentContainerNode", - "keywords": "Interface IChangeableCommentContainerNode A changeable comment container node Inherited Members ICommentContainerNode.CommentMarker IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IEnumerable.GetEnumerator() IMarkupDataNode.Item IChangeableContainerNode.Find(Predicate, bool) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IList.IndexOf(IChangeableNode) IList.Insert(int, IChangeableNode) IList.RemoveAt(int) IList.this[int] ICollection.Add(IChangeableNode) ICollection.Clear() ICollection.Contains(IChangeableNode) ICollection.CopyTo(IChangeableNode[], int) ICollection.Remove(IChangeableNode) ICollection.Count ICollection.IsReadOnly Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableCommentContainerNode : ICommentContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IMarkupDataNode, IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeableCommentContainerNode A changeable comment container node Inherited Members ICommentContainerNode.CommentMarker IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IEnumerable.GetEnumerator() IMarkupDataNode.Item IChangeableContainerNode.Find(Predicate, Boolean) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IList.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableCommentContainerNode : ICommentContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IMarkupDataNode, IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableContainerNode.html", "title": "Interface IChangeableContainerNode", - "keywords": "Interface IChangeableContainerNode A container node that is part of a document fragment and which can be freely changed directly through the APIs. Inherited Members IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IList.IndexOf(IChangeableNode) IList.Insert(int, IChangeableNode) IList.RemoveAt(int) IList.this[int] ICollection.Add(IChangeableNode) ICollection.Clear() ICollection.Contains(IChangeableNode) ICollection.CopyTo(IChangeableNode[], int) ICollection.Remove(IChangeableNode) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableContainerNode : IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable Methods Find(Predicate, bool) Locate the first node that matches the predicate. Declaration IChangeableNode Find(Predicate match, bool allSubNodes) Parameters Type Name Description Predicate IChangeableNode match Condition used to evaluate nodes. bool allSubNodes If false only direct child nodes in the container are searched, if true sub-nodes of any child container are also searched. Returns Type Description IChangeableNode The first node that matches the predicate. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeableContainerNode A container node that is part of a document fragment and which can be freely changed directly through the APIs. Inherited Members IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IList.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableContainerNode : IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable Methods Find(Predicate, Boolean) Locate the first node that matches the predicate. Declaration IChangeableNode Find(Predicate match, bool allSubNodes) Parameters Type Name Description System.Predicate < IChangeableNode > match Condition used to evaluate nodes. System.Boolean allSubNodes If false only direct child nodes in the container are searched, if true sub-nodes of any child container are also searched. Returns Type Description IChangeableNode The first node that matches the predicate. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableDocumentContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableDocumentContainerNode.html", "title": "Interface IChangeableDocumentContainerNode", - "keywords": "Interface IChangeableDocumentContainerNode A changeable document container node - should currently not be used anywhere, except if the document start/end node is copied into a document fragment. Inherited Members IChangeableContainerNode.Find(Predicate, bool) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IList.IndexOf(IChangeableNode) IList.Insert(int, IChangeableNode) IList.RemoveAt(int) IList.this[int] ICollection.Add(IChangeableNode) ICollection.Clear() ICollection.Contains(IChangeableNode) ICollection.CopyTo(IChangeableNode[], int) ICollection.Remove(IChangeableNode) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableDocumentContainerNode : IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IDocumentContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeableDocumentContainerNode A changeable document container node - should currently not be used anywhere, except if the document start/end node is copied into a document fragment. Inherited Members IChangeableContainerNode.Find(Predicate, Boolean) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IList.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableDocumentContainerNode : IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IDocumentContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableFileContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableFileContainerNode.html", "title": "Interface IChangeableFileContainerNode", - "keywords": "Interface IChangeableFileContainerNode A changeable file container node, e.g. as used in a document fragment. Inherited Members IChangeableContainerNode.Find(Predicate, bool) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IList.IndexOf(IChangeableNode) IList.Insert(int, IChangeableNode) IList.RemoveAt(int) IList.this[int] ICollection.Add(IChangeableNode) ICollection.Clear() ICollection.Contains(IChangeableNode) ICollection.CopyTo(IChangeableNode[], int) ICollection.Remove(IChangeableNode) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() IFileContainerNode.FileProperties IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableFileContainerNode : IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IFileContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeableFileContainerNode A changeable file container node, e.g. as used in a document fragment. Inherited Members IChangeableContainerNode.Find(Predicate, Boolean) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IList.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() IFileContainerNode.FileProperties IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableFileContainerNode : IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IFileContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableLocationMarkerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableLocationMarkerNode.html", "title": "Interface IChangeableLocationMarkerNode", - "keywords": "Interface IChangeableLocationMarkerNode A changeable location marker node, e.g. as used in a document fragment. Inherited Members IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root ILocationMarkerNode.LocationMarker INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IMarkupDataNode.Item Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableLocationMarkerNode : IChangeableNode, ITreeNode, ILocationMarkerNode, IPlaceholderNode, INode, IAbstractContentNode, IAbstractNode, ITreeNode, IMarkupDataNode Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeableLocationMarkerNode A changeable location marker node, e.g. as used in a document fragment. Inherited Members IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root ILocationMarkerNode.LocationMarker INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IMarkupDataNode.Item Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableLocationMarkerNode : IChangeableNode, ITreeNode, ILocationMarkerNode, IPlaceholderNode, INode, IAbstractContentNode, IAbstractNode, ITreeNode, IMarkupDataNode Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableLockedContentContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableLockedContentContainerNode.html", "title": "Interface IChangeableLockedContentContainerNode", - "keywords": "Interface IChangeableLockedContentContainerNode A changeable locked content node, e.g. as used in a document fragment. Inherited Members ILockedContentContainerNode.LockedContent IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IEnumerable.GetEnumerator() IMarkupDataNode.Item IChangeableContainerNode.Find(Predicate, bool) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IList.IndexOf(IChangeableNode) IList.Insert(int, IChangeableNode) IList.RemoveAt(int) IList.this[int] ICollection.Add(IChangeableNode) ICollection.Clear() ICollection.Contains(IChangeableNode) ICollection.CopyTo(IChangeableNode[], int) ICollection.Remove(IChangeableNode) ICollection.Count ICollection.IsReadOnly Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableLockedContentContainerNode : ILockedContentContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IMarkupDataNode, IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeableLockedContentContainerNode A changeable locked content node, e.g. as used in a document fragment. Inherited Members ILockedContentContainerNode.LockedContent IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IEnumerable.GetEnumerator() IMarkupDataNode.Item IChangeableContainerNode.Find(Predicate, Boolean) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IList.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableLockedContentContainerNode : ILockedContentContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IMarkupDataNode, IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableMarkerContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableMarkerContainerNode.html", "title": "Interface IChangeableMarkerContainerNode", - "keywords": "Interface IChangeableMarkerContainerNode A changeable generic marker container node, e.g. as used in a document fragment. Inherited Members IOtherMarkerContainerNode.Marker IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IEnumerable.GetEnumerator() IMarkupDataNode.Item IChangeableContainerNode.Find(Predicate, bool) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IList.IndexOf(IChangeableNode) IList.Insert(int, IChangeableNode) IList.RemoveAt(int) IList.this[int] ICollection.Add(IChangeableNode) ICollection.Clear() ICollection.Contains(IChangeableNode) ICollection.CopyTo(IChangeableNode[], int) ICollection.Remove(IChangeableNode) ICollection.Count ICollection.IsReadOnly Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableMarkerContainerNode : IOtherMarkerContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IMarkupDataNode, IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeableMarkerContainerNode A changeable generic marker container node, e.g. as used in a document fragment. Inherited Members IOtherMarkerContainerNode.Marker IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IEnumerable.GetEnumerator() IMarkupDataNode.Item IChangeableContainerNode.Find(Predicate, Boolean) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IList.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableMarkerContainerNode : IOtherMarkerContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IMarkupDataNode, IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableNode.html", "title": "Interface IChangeableNode", - "keywords": "Interface IChangeableNode A node in a document fragment, which can be freely moved around and changed directly using the API (as opposed to nodes that appear inside a document). Inherited Members ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableNode : ITreeNode Methods MoveTo(IChangeableContainerNode, IChangeableNode) Move the node from its current parent container to a different one. Declaration void MoveTo(IChangeableContainerNode newContainer, IChangeableNode insertBefore) Parameters Type Name Description IChangeableContainerNode newContainer The container to move this node into. IChangeableNode insertBefore A node in the new container that this node should be inserted before. If null the node is inserted last in the container. Remarks Removes the node from its current container (if any) and inserts it before the specified item in the new container. RemoveFromParent() Remove this node from the parent collection (if any). Declaration void RemoveFromParent() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeableNode A node in a document fragment, which can be freely moved around and changed directly using the API (as opposed to nodes that appear inside a document). Inherited Members ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableNode : ITreeNode Methods MoveTo(IChangeableContainerNode, IChangeableNode) Move the node from its current parent container to a different one. Declaration void MoveTo(IChangeableContainerNode newContainer, IChangeableNode insertBefore) Parameters Type Name Description IChangeableContainerNode newContainer The container to move this node into. IChangeableNode insertBefore A node in the new container that this node should be inserted before. If null the node is inserted last in the container. Remarks Removes the node from its current container (if any) and inserts it before the specified item in the new container. RemoveFromParent() Remove this node from the parent collection (if any). Declaration void RemoveFromParent() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableParagraphUnitContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableParagraphUnitContainerNode.html", "title": "Interface IChangeableParagraphUnitContainerNode", - "keywords": "Interface IChangeableParagraphUnitContainerNode A changeable ParagraphUnit node, e.g. as used in a document fragment. Inherited Members IParagraphUnitContainerNode.Paragraph IParagraphUnitContainerNode.ParagraphUnit IParagraphUnitContainerNode.ContainsRevisions IParagraphUnitContainerNode.ContainsTQAs IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IEnumerable.GetEnumerator() IChangeableContainerNode.Find(Predicate, bool) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IList.IndexOf(IChangeableNode) IList.Insert(int, IChangeableNode) IList.RemoveAt(int) IList.this[int] ICollection.Add(IChangeableNode) ICollection.Clear() ICollection.Contains(IChangeableNode) ICollection.CopyTo(IChangeableNode[], int) ICollection.Remove(IChangeableNode) ICollection.Count ICollection.IsReadOnly Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableParagraphUnitContainerNode : IParagraphUnitContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeableParagraphUnitContainerNode A changeable ParagraphUnit node, e.g. as used in a document fragment. Inherited Members IParagraphUnitContainerNode.Paragraph IParagraphUnitContainerNode.ParagraphUnit IParagraphUnitContainerNode.ContainsRevisions IParagraphUnitContainerNode.ContainsTQAs IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IEnumerable.GetEnumerator() IChangeableContainerNode.Find(Predicate, Boolean) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IList.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableParagraphUnitContainerNode : IParagraphUnitContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeablePlaceholderTagNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeablePlaceholderTagNode.html", "title": "Interface IChangeablePlaceholderTagNode", - "keywords": "Interface IChangeablePlaceholderTagNode A changeable placeholder tag node, e.g. as used in a document fragment. Inherited Members IPlaceholderTagNode.PlaceholderTag INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IMarkupDataNode.Item IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeablePlaceholderTagNode : IPlaceholderTagNode, IPlaceholderNode, INode, IAbstractContentNode, IAbstractNode, ITreeNode, IMarkupDataNode, IChangeableNode, ITreeNode Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeablePlaceholderTagNode A changeable placeholder tag node, e.g. as used in a document fragment. Inherited Members IPlaceholderTagNode.PlaceholderTag INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IMarkupDataNode.Item IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeablePlaceholderTagNode : IPlaceholderTagNode, IPlaceholderNode, INode, IAbstractContentNode, IAbstractNode, ITreeNode, IMarkupDataNode, IChangeableNode, ITreeNode Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableRevisionMarkerContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableRevisionMarkerContainerNode.html", "title": "Interface IChangeableRevisionMarkerContainerNode", - "keywords": "Interface IChangeableRevisionMarkerContainerNode A changeable revision marker container node. Inherited Members IRevisionMarkerContainerNode.RevisionMarker IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IEnumerable.GetEnumerator() IMarkupDataNode.Item IChangeableContainerNode.Find(Predicate, bool) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IList.IndexOf(IChangeableNode) IList.Insert(int, IChangeableNode) IList.RemoveAt(int) IList.this[int] ICollection.Add(IChangeableNode) ICollection.Clear() ICollection.Contains(IChangeableNode) ICollection.CopyTo(IChangeableNode[], int) ICollection.Remove(IChangeableNode) ICollection.Count ICollection.IsReadOnly Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableRevisionMarkerContainerNode : IRevisionMarkerContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IMarkupDataNode, IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeableRevisionMarkerContainerNode A changeable revision marker container node. Inherited Members IRevisionMarkerContainerNode.RevisionMarker IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IEnumerable.GetEnumerator() IMarkupDataNode.Item IChangeableContainerNode.Find(Predicate, Boolean) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IList.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableRevisionMarkerContainerNode : IRevisionMarkerContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IMarkupDataNode, IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableSegmentContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableSegmentContainerNode.html", "title": "Interface IChangeableSegmentContainerNode", - "keywords": "Interface IChangeableSegmentContainerNode A changeable segment container node, e.g. as used in a document fragment. Inherited Members ISegmentContainerNode.Segment ISegmentContainerNode.IsReadOnly IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IEnumerable.GetEnumerator() IMarkupDataNode.Item IChangeableContainerNode.Find(Predicate, bool) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IList.IndexOf(IChangeableNode) IList.Insert(int, IChangeableNode) IList.RemoveAt(int) IList.this[int] ICollection.Add(IChangeableNode) ICollection.Clear() ICollection.Contains(IChangeableNode) ICollection.CopyTo(IChangeableNode[], int) ICollection.Remove(IChangeableNode) ICollection.Count Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableSegmentContainerNode : ISegmentContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IMarkupDataNode, IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeableSegmentContainerNode A changeable segment container node, e.g. as used in a document fragment. Inherited Members ISegmentContainerNode.Segment ISegmentContainerNode.IsReadOnly IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IEnumerable.GetEnumerator() IMarkupDataNode.Item IChangeableContainerNode.Find(Predicate, Boolean) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IList.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Count Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableSegmentContainerNode : ISegmentContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IMarkupDataNode, IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableStartEndNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableStartEndNode.html", "title": "Interface IChangeableStartEndNode", - "keywords": "Interface IChangeableStartEndNode A changeable start/end node, e.g. as used in a document fragment. Inherited Members IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IStartEndNode.IsStart IStartEndNode.IsEnd INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableStartEndNode : IChangeableNode, ITreeNode, IStartEndNode, INode, IAbstractContentNode, IAbstractNode, ITreeNode Properties IsGhost Provides both read and write access to the property, which in the document node is read-only. Declaration bool IsGhost { get; set; } Property Value Type Description bool Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeableStartEndNode A changeable start/end node, e.g. as used in a document fragment. Inherited Members IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IStartEndNode.IsStart IStartEndNode.IsEnd INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableStartEndNode : IChangeableNode, ITreeNode, IStartEndNode, INode, IAbstractContentNode, IAbstractNode, ITreeNode Properties IsGhost Provides both read and write access to the property, which in the document node is read-only. Declaration bool IsGhost { get; set; } Property Value Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableTagPairContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableTagPairContainerNode.html", "title": "Interface IChangeableTagPairContainerNode", - "keywords": "Interface IChangeableTagPairContainerNode A changeable tag pair node, e.g. as used in a document fragment. Inherited Members ITagPairContainerNode.TagPair IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IEnumerable.GetEnumerator() IMarkupDataNode.Item IChangeableContainerNode.Find(Predicate, bool) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IList.IndexOf(IChangeableNode) IList.Insert(int, IChangeableNode) IList.RemoveAt(int) IList.this[int] ICollection.Add(IChangeableNode) ICollection.Clear() ICollection.Contains(IChangeableNode) ICollection.CopyTo(IChangeableNode[], int) ICollection.Remove(IChangeableNode) ICollection.Count ICollection.IsReadOnly Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableTagPairContainerNode : ITagPairContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IMarkupDataNode, IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeableTagPairContainerNode A changeable tag pair node, e.g. as used in a document fragment. Inherited Members ITagPairContainerNode.TagPair IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IEnumerable.GetEnumerator() IMarkupDataNode.Item IChangeableContainerNode.Find(Predicate, Boolean) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IList.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableTagPairContainerNode : ITagPairContainerNode, IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IMarkupDataNode, IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableTextNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableTextNode.html", "title": "Interface IChangeableTextNode", - "keywords": "Interface IChangeableTextNode A changeable text node, e.g. as used in a document fragment. Inherited Members IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root ITextNode.Text INode.AcceptNodeVisitor(INodeVisitor) IMarkupDataNode.Item ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableTextNode : IChangeableNode, ITreeNode, ITextNode, INode, IMarkupDataNode, IAbstractContentNode, IAbstractNode, ITreeNode Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeableTextNode A changeable text node, e.g. as used in a document fragment. Inherited Members IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root ITextNode.Text INode.AcceptNodeVisitor(INodeVisitor) IMarkupDataNode.Item ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeableTextNode : IChangeableNode, ITreeNode, ITextNode, INode, IMarkupDataNode, IAbstractContentNode, IAbstractNode, ITreeNode Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeGhostStatusOperation.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeGhostStatusOperation.html", "title": "Interface IChangeGhostStatusOperation", - "keywords": "Interface IChangeGhostStatusOperation Represents an operation that changed the ghost status of a start/end node. Inherited Members IAbstractEditOperation.AcceptVisitor(IEditOperationVisitor) Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeGhostStatusOperation : IAbstractEditOperation Properties Node The affected start/end node. Declaration IStartEndNode Node { get; set; } Property Value Type Description IStartEndNode StatusBefore The ghost status of the start/end node before the change was applied. Declaration bool StatusBefore { get; set; } Property Value Type Description bool Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeGhostStatusOperation Represents an operation that changed the ghost status of a start/end node. Inherited Members IAbstractEditOperation.AcceptVisitor(IEditOperationVisitor) Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeGhostStatusOperation : IAbstractEditOperation Properties Node The affected start/end node. Declaration IStartEndNode Node { get; set; } Property Value Type Description IStartEndNode StatusBefore The ghost status of the start/end node before the change was applied. Declaration bool StatusBefore { get; set; } Property Value Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IChangeTextOperation.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeTextOperation.html", "title": "Interface IChangeTextOperation", - "keywords": "Interface IChangeTextOperation Represents an edit operation that changed the text in a text node. Inherited Members IAbstractEditOperation.AcceptVisitor(IEditOperationVisitor) Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeTextOperation : IAbstractEditOperation Properties Node The text node being changed. Declaration ITextNode Node { get; set; } Property Value Type Description ITextNode TextBefore The text before the change. Declaration string TextBefore { get; set; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IChangeTextOperation Represents an edit operation that changed the text in a text node. Inherited Members IAbstractEditOperation.AcceptVisitor(IEditOperationVisitor) Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IChangeTextOperation : IAbstractEditOperation Properties Node The text node being changed. Declaration ITextNode Node { get; set; } Property Value Type Description ITextNode TextBefore The text before the change. Declaration string TextBefore { get; set; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ICollectiveUndoCommand.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ICollectiveUndoCommand.html", "title": "Interface ICollectiveUndoCommand", - "keywords": "Interface ICollectiveUndoCommand Interface representing a self-executing command in the undo buffer. This command type is responsible for controlling its own execution and un-execution. This command will be stored and executed at the highest commander level. The commander will call the Do() and Undo() methods as required - they should not be called before adding to the undo buffer. Inherited Members IUndoCommand.Name IUndoCommand.IsSource Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ICollectiveUndoCommand : IUndoCommand Methods Do() Executes the command. This will be called by the undo buffer's commander as required and should not usually be called externally. Declaration void Do() Redo() Performs a redo of the command. This will be called by the undo buffer's commander as required and should not usually be called externally. Declaration void Redo() Undo() Reverses the execution of the command and restores all affected components to their original state. This will be called by the undo buffer's commander as required and should not usually be called externally. Declaration void Undo() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ICollectiveUndoCommand Interface representing a self-executing command in the undo buffer. This command type is responsible for controlling its own execution and un-execution. This command will be stored and executed at the highest commander level. The commander will call the Do() and Undo() methods as required - they should not be called before adding to the undo buffer. Inherited Members IUndoCommand.Name IUndoCommand.IsSource Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ICollectiveUndoCommand : IUndoCommand Methods Do() Executes the command. This will be called by the undo buffer's commander as required and should not usually be called externally. Declaration void Do() Redo() Performs a redo of the command. This will be called by the undo buffer's commander as required and should not usually be called externally. Declaration void Redo() Undo() Reverses the execution of the command and restores all affected components to their original state. This will be called by the undo buffer's commander as required and should not usually be called externally. Declaration void Undo() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ICommentContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ICommentContainerNode.html", "title": "Interface ICommentContainerNode", - "keywords": "Interface ICommentContainerNode Node that provides access to a comment marker Inherited Members IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IEnumerable.GetEnumerator() IMarkupDataNode.Item Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ICommentContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable, IMarkupDataNode Properties CommentMarker read-only accessor Declaration ICommentMarker CommentMarker { get; } Property Value Type Description ICommentMarker Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ICommentContainerNode Node that provides access to a comment marker Inherited Members IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IEnumerable.GetEnumerator() IMarkupDataNode.Item Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ICommentContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable, IMarkupDataNode Properties CommentMarker read-only accessor Declaration ICommentMarker CommentMarker { get; } Property Value Type Description ICommentMarker Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IContentSelection.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IContentSelection.html", "title": "Interface IContentSelection", - "keywords": "Interface IContentSelection The currently selected content in the edit control. The selection is represented by two positions: From and Upto , where the from position is the start of the selection and the upto position is the active end of the selection, i.e. the end that typically moves when the user presses Shift + arrow keys, or selects text using the mouse. When no content is selected the from and upto positions are the same. This can be tested through the IsEmpty property of the selection. The selection can be made empty by explicitly calling CollapseToFrom() and CollapseToUpto() . The from position does not need to be before the upto position. This can happen e.g. if the user selects text starting from the right and moving left in the document. In such cases the selection is said to be reversed. This can be tested through the IsReversed property of the selection. The from and upto positions of the selection can be swapped by calling the Reverse() method. Calling the Normalize() method ensures that the from position in the selection is not after the upto position, by testing if the selection is reversed and in that case reversing it. The selection can be explicitly moved through the methods Move(Move, bool) and MoveTo(Position, bool) . The selection is never null but may not always be valid. Use IsValid to test whether the selection is in a safe state to use. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IContentSelection Properties Control The edit control the selection belongs to. Declaration IEditControl Control { get; } Property Value Type Description IEditControl FileAtActiveEnd Some editing operations should not work if the selection spans file boundaries. This method can be used for checking these condition. Declaration IFileContainerNode FileAtActiveEnd { get; } Property Value Type Description IFileContainerNode The file container for the active end of the selection. FileAtNonactiveEnd Some editing operations should not work if the selection spans file boundaries. This method can be used for checking these condition. Declaration IFileContainerNode FileAtNonactiveEnd { get; } Property Value Type Description IFileContainerNode The file container for the non-active end of the selection. From The start of the currently selected content in the edit control. Declaration Position From { get; set; } Property Value Type Description Position Remarks This is the non-active end of the selection, i.e. the end that does not move when selecting text using arrow keys or the mouse (or the Move(Move, bool) or MoveTo(Position, bool) methods). The From position may appear before the Upto position if the selection is reversed. Assigning to this property moves the selection. If the selection is not visible it is also scrolled into view. FromRow The row at the From position of the current selection. Can be null if there is no row at that position (either because from is invalid or the layout has not be fully generated yet). Declaration IRowInfo FromRow { get; } Property Value Type Description IRowInfo Remarks This property can also be used to gain access to the ISegmentContainerNode and the IParagraphUnitContainerNode at the from end of selection. IsEmpty true if the selection is empty (when the From position is equivalent to the Upto position). Declaration bool IsEmpty { get; } Property Value Type Description bool See Also CollapseToFrom() CollapseToUpto() IsReversed true if the selection is reversed (the Upto position is before the From position). Declaration bool IsReversed { get; } Property Value Type Description bool See Also Reverse() Normalize() IsValid Tests whether the current selection is valid. The selection is valid when both from and upto positions are valid, otherwise it is not valid. This is useful for testing whether the selection has been initialized properly yet, or is visible on the screen. Declaration bool IsValid { get; } Property Value Type Description bool Upto The active end of the currently selected content in the edit control. Declaration Position Upto { get; set; } Property Value Type Description Position Remarks This is the part of the selection that moves when selecting text using arrow keys or the mouse (or the Move(Move, bool) or MoveTo(Position, bool) methods). The Upto position may appear after the From position if the selection is reversed. Assigning to this property moves the selection. If the selection is not visible it is also scrolled into view. UptoRow The row at the Upto position of the current selection. Can be null if there is no row at that position (either because upto is invalid or the layout has not be fully generated yet). Declaration IRowInfo UptoRow { get; } Property Value Type Description IRowInfo Remarks This property can also be used to gain access to the ISegmentContainerNode and the IParagraphUnitContainerNode at the upto end of selection. Methods CollapseToFrom() Makes the selection empty by moving Upto to the From position. Declaration void CollapseToFrom() See Also IsEmpty CollapseToUpto() CollapseToUpto() Makes the selection empty by moving From to the Upto position. Declaration void CollapseToUpto() See Also IsEmpty CollapseToFrom() Contains(Position) Determine if a position is inside the selection. Declaration bool Contains(Position position) Parameters Type Name Description Position position The position to test. Returns Type Description bool true if the position is considered to be inside the selection. Remarks The position is considered to be \"inside\" if it is at the same location as the first position in the selection (i.e. the From position if the range is normalized, or the Upto position if not). It is considered \"outside\" if it is at (i.e. same as) the last part of the selection. If the selection is empty the position is not considered to be \"inside\". Move(Move, bool) Move the selection relative to its current location. Declaration bool Move(Move direction, bool extendSelection) Parameters Type Name Description Move direction Indicates how the selection should be moved. bool extendSelection If true only the active end ( Upto ) is moved. If false both From and Upto are moved. Returns Type Description bool true if the selection was moved as a result of the operation. (For example moving to the start of the line when the selection is already at the start of the line will not change the selection.) Remarks If the selection is not visible it is automatically scrolled into view. MoveTo(ContentRange) Move the selection so that it spans the specified range. Declaration bool MoveTo(ContentRange range) Parameters Type Name Description ContentRange range The range that the selection should span. Returns Type Description bool true if the selection was moved as a result of this operation. Remarks If the selection is not visible it is automatically scrolled into view. MoveTo(Position, bool) Move the selection to a specific location. Declaration bool MoveTo(Position destination, bool extendSelection) Parameters Type Name Description Position destination The location to which the selection should be moved. bool extendSelection If true only the active end ( Upto ) is moved. If false both From and Upto are moved. Returns Type Description bool true if the selection was moved as a result of the operation. Remarks If the selection is not visible it is automatically scrolled into view. Normalize() Swaps the From and Upto positions if the selection is reversed, to ensure that From always appears before (or in the same place as) Upto. Declaration void Normalize() Remarks This operation has no effect if the selection is empty or if it is not reversed. See Also IsReversed Reverse() Reverse() Swaps the From and Upto positions. Declaration void Reverse() Remarks This operation has no effect if the selection is empty. See Also IsReversed Normalize() ScrollIntoView() Scroll the content at the current selection into view. Declaration void ScrollIntoView() Remarks Note that there is seldom a need to call this method as the selection is automatically scrolled into view when it is moved. However if you resize the window (for example) the selection may end up outside of the view as a result - calling this method will bring it back into view. If the entire selection cannot be scrolled into view the Upto end of the selection should at least be scrolled in, with as much of the rest of the selection visible as possible. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IContentSelection The currently selected content in the edit control. The selection is represented by two positions: From and Upto , where the from position is the start of the selection and the upto position is the active end of the selection, i.e. the end that typically moves when the user presses Shift + arrow keys, or selects text using the mouse. When no content is selected the from and upto positions are the same. This can be tested through the IsEmpty property of the selection. The selection can be made empty by explicitly calling CollapseToFrom() and CollapseToUpto() . The from position does not need to be before the upto position. This can happen e.g. if the user selects text starting from the right and moving left in the document. In such cases the selection is said to be reversed. This can be tested through the IsReversed property of the selection. The from and upto positions of the selection can be swapped by calling the Reverse() method. Calling the Normalize() method ensures that the from position in the selection is not after the upto position, by testing if the selection is reversed and in that case reversing it. The selection can be explicitly moved through the methods Move(Move, Boolean) and MoveTo(Position, Boolean) . The selection is never null but may not always be valid. Use IsValid to test whether the selection is in a safe state to use. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IContentSelection Properties Control The edit control the selection belongs to. Declaration IEditControl Control { get; } Property Value Type Description IEditControl FileAtActiveEnd Some editing operations should not work if the selection spans file boundaries. This method can be used for checking these condition. Declaration IFileContainerNode FileAtActiveEnd { get; } Property Value Type Description IFileContainerNode The file container for the active end of the selection. FileAtNonactiveEnd Some editing operations should not work if the selection spans file boundaries. This method can be used for checking these condition. Declaration IFileContainerNode FileAtNonactiveEnd { get; } Property Value Type Description IFileContainerNode The file container for the non-active end of the selection. From The start of the currently selected content in the edit control. Declaration Position From { get; set; } Property Value Type Description Position Remarks This is the non-active end of the selection, i.e. the end that does not move when selecting text using arrow keys or the mouse (or the Move(Move, Boolean) or MoveTo(Position, Boolean) methods). The From position may appear before the Upto position if the selection is reversed. Assigning to this property moves the selection. If the selection is not visible it is also scrolled into view. FromRow The row at the From position of the current selection. Can be null if there is no row at that position (either because from is invalid or the layout has not be fully generated yet). Declaration IRowInfo FromRow { get; } Property Value Type Description IRowInfo Remarks This property can also be used to gain access to the ISegmentContainerNode and the IParagraphUnitContainerNode at the from end of selection. IsEmpty true if the selection is empty (when the From position is equivalent to the Upto position). Declaration bool IsEmpty { get; } Property Value Type Description System.Boolean See Also CollapseToFrom() CollapseToUpto() IsReversed true if the selection is reversed (the Upto position is before the From position). Declaration bool IsReversed { get; } Property Value Type Description System.Boolean See Also Reverse() Normalize() IsValid Tests whether the current selection is valid. The selection is valid when both from and upto positions are valid, otherwise it is not valid. This is useful for testing whether the selection has been initialized properly yet, or is visible on the screen. Declaration bool IsValid { get; } Property Value Type Description System.Boolean Upto The active end of the currently selected content in the edit control. Declaration Position Upto { get; set; } Property Value Type Description Position Remarks This is the part of the selection that moves when selecting text using arrow keys or the mouse (or the Move(Move, Boolean) or MoveTo(Position, Boolean) methods). The Upto position may appear after the From position if the selection is reversed. Assigning to this property moves the selection. If the selection is not visible it is also scrolled into view. UptoRow The row at the Upto position of the current selection. Can be null if there is no row at that position (either because upto is invalid or the layout has not be fully generated yet). Declaration IRowInfo UptoRow { get; } Property Value Type Description IRowInfo Remarks This property can also be used to gain access to the ISegmentContainerNode and the IParagraphUnitContainerNode at the upto end of selection. Methods CollapseToFrom() Makes the selection empty by moving Upto to the From position. Declaration void CollapseToFrom() See Also IsEmpty CollapseToUpto() CollapseToUpto() Makes the selection empty by moving From to the Upto position. Declaration void CollapseToUpto() See Also IsEmpty CollapseToFrom() Contains(Position) Determine if a position is inside the selection. Declaration bool Contains(Position position) Parameters Type Name Description Position position The position to test. Returns Type Description System.Boolean true if the position is considered to be inside the selection. Remarks The position is considered to be \"inside\" if it is at the same location as the first position in the selection (i.e. the From position if the range is normalized, or the Upto position if not). It is considered \"outside\" if it is at (i.e. same as) the last part of the selection. If the selection is empty the position is not considered to be \"inside\". Move(Move, Boolean) Move the selection relative to its current location. Declaration bool Move(Move direction, bool extendSelection) Parameters Type Name Description Move direction Indicates how the selection should be moved. System.Boolean extendSelection If true only the active end ( Upto ) is moved. If false both From and Upto are moved. Returns Type Description System.Boolean true if the selection was moved as a result of the operation. (For example moving to the start of the line when the selection is already at the start of the line will not change the selection.) Remarks If the selection is not visible it is automatically scrolled into view. MoveTo(ContentRange) Move the selection so that it spans the specified range. Declaration bool MoveTo(ContentRange range) Parameters Type Name Description ContentRange range The range that the selection should span. Returns Type Description System.Boolean true if the selection was moved as a result of this operation. Remarks If the selection is not visible it is automatically scrolled into view. MoveTo(Position, Boolean) Move the selection to a specific location. Declaration bool MoveTo(Position destination, bool extendSelection) Parameters Type Name Description Position destination The location to which the selection should be moved. System.Boolean extendSelection If true only the active end ( Upto ) is moved. If false both From and Upto are moved. Returns Type Description System.Boolean true if the selection was moved as a result of the operation. Remarks If the selection is not visible it is automatically scrolled into view. Normalize() Swaps the From and Upto positions if the selection is reversed, to ensure that From always appears before (or in the same place as) Upto. Declaration void Normalize() Remarks This operation has no effect if the selection is empty or if it is not reversed. See Also IsReversed Reverse() Reverse() Swaps the From and Upto positions. Declaration void Reverse() Remarks This operation has no effect if the selection is empty. See Also IsReversed Normalize() ScrollIntoView() Scroll the content at the current selection into view. Declaration void ScrollIntoView() Remarks Note that there is seldom a need to call this method as the selection is automatically scrolled into view when it is moved. However if you resize the window (for example) the selection may end up outside of the view as a result - calling this method will bring it back into view. If the entire selection cannot be scrolled into view the Upto end of the selection should at least be scrolled in, with as much of the rest of the selection visible as possible. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IControl.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IControl.html", "title": "Interface IControl", - "keywords": "Interface IControl This interface provides access to the Windows forms Control implementation. Inherited Members IDisposable.Dispose() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IControl : IDisposable Properties Control Provides access to the actual control. Declaration Control Control { get; } Property Value Type Description Control Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IControl This interface provides access to the Windows forms Control implementation. Inherited Members System.IDisposable.Dispose() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IControl : IDisposable Properties Control Provides access to the actual control. Declaration Control Control { get; } Property Value Type Description System.Windows.Forms.Control Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ICustomColumn.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ICustomColumn.html", "title": "Interface ICustomColumn", - "keywords": "Interface ICustomColumn Base interface implemented by custom columns that can appear to the left and right of an edit control. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ICustomColumn Remarks This interface defines what is needed to support a read-only column. Columns that need to interact with the user, e.g. to respond to mouse events should implement IInteractiveCustomColumn , which derives from this interface. The edit control uses this interface to interact with the custom columns. Custom columns can be added to an edit control by creating object instances that implement this interface and passing them to AddColumn(ICustomColumn, CustomColumnLocation) . During initialization the GetOptimalWidth(Graphics) method will be called to determine and used to set the Width property. CalculateCellContentHeight(Graphics, IRowInfo) will be called for each row in the column when rows are sized. DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) is called when a cell needs to be displayed. Properties EditControl The edit control hosting this column. Declaration IEditControl EditControl { get; set; } Property Value Type Description IEditControl Remarks This is set during initialization. IsComplex Determines whether the column is complex or not. A normal column can draw each row independently of other rows. However, a complex column cannot draw each row independently of other rows. So complex columns need to be entirely redrawn when rows are changed or resized. Declaration bool IsComplex { get; } Property Value Type Description bool Width The width of the column, in pixels. The editor will set this property before the first call to CalculateCellContentHeight(Graphics, IRowInfo) . Declaration int Width { get; set; } Property Value Type Description int Remarks If the column width changes, all the cell heights will need to be re-calculated. The edit control will call CalculateCellContentHeight(Graphics, IRowInfo) to calculate the height of each row. Methods BeginDraw() Called by the control when a repaint is needed. This is called once before a range of DrawCell calls. Declaration void BeginDraw() CalculateCellContentHeight(Graphics, IRowInfo) Called by the control to determine the minimum height of the content of this column for a specific row, given the current value of the Width property. Declaration int CalculateCellContentHeight(Graphics g, IRowInfo row) Parameters Type Name Description Graphics g The graphics context to use for drawing column content for this cell. IRowInfo row The row for the cell. Returns Type Description int The height in pixels required to display the full content of the cell. DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) Called to render a row (cell) of the column. Declaration void DrawCell(Graphics g, IRowInfo row, Rectangle cellBounds, Pen leftBorderPen, Pen rightBorderPen, Pen topBorderPen, Pen bottomBorderPen) Parameters Type Name Description Graphics g The graphics context to use for drawing column content for this cell. IRowInfo row The row for the cell. Rectangle cellBounds The rectangle in which to draw the cell content. Pen leftBorderPen The pen to use if a border on the left should be drawn. May be null . Pen rightBorderPen The pen to use if a border on the right should be drawn. May be null . Pen topBorderPen The pen to use if a border on the top should be drawn. May be null . Pen bottomBorderPen The pen to use if a border on the bottom should be drawn. May be null . Remarks The implementation should draw the background, cell borders and cell content within the specified rectangle. It is up to the implementation which cell boundaries to draw. For consistency with surrounding content it is highly recommended to draw any borders using the respective specified pens. GetOptimalWidth(Graphics) Called by the edit control to request the optimal width of the column as part of setting the initial Width for the column. Declaration int GetOptimalWidth(Graphics g) Parameters Type Name Description Graphics g Returns Type Description int The most suitable width of the column. Remarks There is no guarantee this width will be used, but it will likely be used if sufficient space is available. PrepareRegisterRows() Called from the Editor before RegisterRows are called. Unfortunately RegisterRow is called for all rows when a change occurs in structure, even the row was already 'registered'. Declaration void PrepareRegisterRows() RegisterRow(IRowInfo) Called from the Editor when a row has been created. Allows a column to keep track of the rows available in the Editor and collect any information it needs about it. Declaration void RegisterRow(IRowInfo row) Parameters Type Name Description IRowInfo row The row that has been created in the Editor. SetRowSizeAccessor(RowSizeAccessor) Allows the Editor to pass in a row size delegate which can be used to get the current Rectangle of any row in the Editor. Declaration void SetRowSizeAccessor(RowSizeAccessor rowSizeAccessor) Parameters Type Name Description RowSizeAccessor rowSizeAccessor Delegate that will be passed into the row when registered with the Editor. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ICustomColumn Base interface implemented by custom columns that can appear to the left and right of an edit control. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ICustomColumn Remarks This interface defines what is needed to support a read-only column. Columns that need to interact with the user, e.g. to respond to mouse events should implement IInteractiveCustomColumn , which derives from this interface. The edit control uses this interface to interact with the custom columns. Custom columns can be added to an edit control by creating object instances that implement this interface and passing them to AddColumn(ICustomColumn, CustomColumnLocation) . During initialization the GetOptimalWidth(Graphics) method will be called to determine and used to set the Width property. CalculateCellContentHeight(Graphics, IRowInfo) will be called for each row in the column when rows are sized. DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) is called when a cell needs to be displayed. Properties EditControl The edit control hosting this column. Declaration IEditControl EditControl { get; set; } Property Value Type Description IEditControl Remarks This is set during initialization. IsComplex Determines whether the column is complex or not. A normal column can draw each row independently of other rows. However, a complex column cannot draw each row independently of other rows. So complex columns need to be entirely redrawn when rows are changed or resized. Declaration bool IsComplex { get; } Property Value Type Description System.Boolean Width The width of the column, in pixels. The editor will set this property before the first call to CalculateCellContentHeight(Graphics, IRowInfo) . Declaration int Width { get; set; } Property Value Type Description System.Int32 Remarks If the column width changes, all the cell heights will need to be re-calculated. The edit control will call CalculateCellContentHeight(Graphics, IRowInfo) to calculate the height of each row. Methods BeginDraw() Called by the control when a repaint is needed. This is called once before a range of DrawCell calls. Declaration void BeginDraw() CalculateCellContentHeight(Graphics, IRowInfo) Called by the control to determine the minimum height of the content of this column for a specific row, given the current value of the Width property. Declaration int CalculateCellContentHeight(Graphics g, IRowInfo row) Parameters Type Name Description System.Drawing.Graphics g The graphics context to use for drawing column content for this cell. IRowInfo row The row for the cell. Returns Type Description System.Int32 The height in pixels required to display the full content of the cell. DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) Called to render a row (cell) of the column. Declaration void DrawCell(Graphics g, IRowInfo row, Rectangle cellBounds, Pen leftBorderPen, Pen rightBorderPen, Pen topBorderPen, Pen bottomBorderPen) Parameters Type Name Description System.Drawing.Graphics g The graphics context to use for drawing column content for this cell. IRowInfo row The row for the cell. System.Drawing.Rectangle cellBounds The rectangle in which to draw the cell content. System.Drawing.Pen leftBorderPen The pen to use if a border on the left should be drawn. May be null . System.Drawing.Pen rightBorderPen The pen to use if a border on the right should be drawn. May be null . System.Drawing.Pen topBorderPen The pen to use if a border on the top should be drawn. May be null . System.Drawing.Pen bottomBorderPen The pen to use if a border on the bottom should be drawn. May be null . Remarks The implementation should draw the background, cell borders and cell content within the specified rectangle. It is up to the implementation which cell boundaries to draw. For consistency with surrounding content it is highly recommended to draw any borders using the respective specified pens. GetOptimalWidth(Graphics) Called by the edit control to request the optimal width of the column as part of setting the initial Width for the column. Declaration int GetOptimalWidth(Graphics g) Parameters Type Name Description System.Drawing.Graphics g Returns Type Description System.Int32 The most suitable width of the column. Remarks There is no guarantee this width will be used, but it will likely be used if sufficient space is available. PrepareRegisterRows() Called from the Editor before RegisterRows are called. Unfortunately RegisterRow is called for all rows when a change occurs in structure, even the row was already 'registered'. Declaration void PrepareRegisterRows() RegisterRow(IRowInfo) Called from the Editor when a row has been created. Allows a column to keep track of the rows available in the Editor and collect any information it needs about it. Declaration void RegisterRow(IRowInfo row) Parameters Type Name Description IRowInfo row The row that has been created in the Editor. SetRowSizeAccessor(RowSizeAccessor) Allows the Editor to pass in a row size delegate which can be used to get the current System.Drawing.Rectangle of any row in the Editor. Declaration void SetRowSizeAccessor(RowSizeAccessor rowSizeAccessor) Parameters Type Name Description RowSizeAccessor rowSizeAccessor Delegate that will be passed into the row when registered with the Editor. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IDeleteNodeOperation.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IDeleteNodeOperation.html", "title": "Interface IDeleteNodeOperation", - "keywords": "Interface IDeleteNodeOperation Represents an edit operation that deleted a node. Inherited Members IAbstractEditOperation.AcceptVisitor(IEditOperationVisitor) Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IDeleteNodeOperation : IAbstractEditOperation Properties IndexInParent The child index in the parent container that the deleted node was located at. Declaration int IndexInParent { get; set; } Property Value Type Description int Node The node that was deleted. Declaration INode Node { get; set; } Property Value Type Description INode Parent The parent container where the node was located before it was deleted. Declaration IAbstractContainerNode Parent { get; set; } Property Value Type Description IAbstractContainerNode Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IDeleteNodeOperation Represents an edit operation that deleted a node. Inherited Members IAbstractEditOperation.AcceptVisitor(IEditOperationVisitor) Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IDeleteNodeOperation : IAbstractEditOperation Properties IndexInParent The child index in the parent container that the deleted node was located at. Declaration int IndexInParent { get; set; } Property Value Type Description System.Int32 Node The node that was deleted. Declaration INode Node { get; set; } Property Value Type Description INode Parent The parent container where the node was located before it was deleted. Declaration IAbstractContainerNode Parent { get; set; } Property Value Type Description IAbstractContainerNode Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IDocument.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IDocument.html", "title": "Interface IDocument", - "keywords": "Interface IDocument The document is the container for all data displayed in the editor. Inherited Members IDisposable.Dispose() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IDocument : IDisposable Remarks The document content is typically manipulated through the Selection . Properties ActiveRange The range in the document on which operations such as Delete() , Replace(IDocumentFragment) etc. are executed. Declaration ContentRange ActiveRange { get; } Property Value Type Description ContentRange Remarks The range is intended as a read-only object. Changing its properties will NOT move the active range in the document. Use MoveActiveRange(ContentRange) to explicitly change the active range in the document. API clients set the active range before executing methods on the document. The range is also updated by methods that modify document content. IsDirty If true this indicates that the document content has been changed since the last time this flag was reset. Declaration bool IsDirty { get; set; } Property Value Type Description bool Remarks The edit control automatically sets this flag to true every time some content changes in the editor (through API or user action). Set this flag to false when the document is saved. That allows you to keep track of whether any changes have been made to it in order to determine if the document may need to be saved again at a later point. Since the editor does not provide Open/Save operations it is the API client's responsibility to reset this flag after such operations. RootContainer The root container of all content in the document. Declaration IAbstractContainerNode RootContainer { get; } Property Value Type Description IAbstractContainerNode UndoBuffer The Undo/Redo buffer used for editing operations on the document content. Declaration IUndoBuffer UndoBuffer { get; } Property Value Type Description IUndoBuffer Remarks Note: There is no need to go through the undo buffer to invoke the 'Undo' and 'Redo' commands for the editor. If the edit control is available it is preferable to call Undo() and Redo() directly as this will allow the control to update user selection and caret positioning. Methods Copy() Gets a detached copy of the active range content. Declaration IDocumentFragment Copy() Returns Type Description IDocumentFragment A copy of the content contained in the active range. CopyAsText(bool) Get the plain text content of the active range, as suited for Windows clipboard operations. If writeSegmentsAsLineBreaks is true we will write a line break for every segment. Declaration string CopyAsText(bool writeSegmentsAsLineBreaks) Parameters Type Name Description bool writeSegmentsAsLineBreaks Returns Type Description string Delete() Delete the current content of the active range. Declaration void Delete() Remarks After delete the ActiveRange spans the location of the deleted content. Note that the range is not necessarily empty after this operation. For example, it may contain ghost tags. MoveActiveRange(ContentRange) Method allowing the client to set the ActiveRange to the range provided. Declaration void MoveActiveRange(ContentRange range) Parameters Type Name Description ContentRange range The range to move the active range to. This must be from the same document. MoveActiveRange(IContentSelection) Method allowing the client to set the ActiveRange to the location corresponding to the selection. Declaration void MoveActiveRange(IContentSelection selection) Parameters Type Name Description IContentSelection selection The selection corresponding to the range to move to. This must be from an edit control using the same document. Replace(IDocumentFragment) Replace the content of the active range with the content of the document fragment. Declaration void Replace(IDocumentFragment newContent) Parameters Type Name Description IDocumentFragment newContent The document fragment containing the content to replace. Remarks After execution the ActiveRange spans the inserted content. Events AfterEditOperationAborted If an edit operation in the control is aborted (i.e. an exception is thrown) this event will be fired after the corresponding composite operation has been rolled back. Declaration event EventHandler AfterEditOperationAborted Event Type Type Description EventHandler EditOperationAbortedEventArgs ContentChanged Fired when content in the document is changed in any way. Declaration event EventHandler ContentChanged Event Type Type Description EventHandler DocumentContentChangedEventArgs Remarks This event is typcially fired immediately when the content is changed, which can be before the controls displaying the content have been updated. EditOperationCompleting This event is fired when a (composite) edit operation is completing. You can handle this event to determine what changes are allowed in the edit control, by examining the edit operations (e.g. using a visitor) and throwing a InvalidEditOperationException if the changes are not to your liking. Declaration event EventHandler EditOperationCompleting Event Type Type Description EventHandler EditOperationCompletingEventArgs Remarks The message of the InvalidEditOperationException is passed to the AfterEditOperationAborted event and may be shown to the user to explain why the edit was not permitted. Avoid throwing exceptions of other types in this event handler. If an exception of another type is thrown the operation will still be aborted, but the message passed to AfterEditOperationAborted will be what System.Exception.ToString() returns, which cannot be considered user friendly. Important: Do not call AbortCompositeOperation(string) from this event handler. That could yield unpredictable results since the operation is completing as a result of a call to EndCompositeOperation() (or a similar internal mechanism inside the edit control implementation) and the number of calls to BeginCompositeOperation(string) must always match the number of calls to EndCompositeOperation() plus the number of calls to AbortCompositeOperation(string) . EditOperationStarting This event is fired when a (composite) edit operation is started, there are no changes done at this moment to the internal document structure. You can handle this event to determine what changes are allowed in the edit control or do last minute modifications before new content is interted/deleted modified, by examining the edit operations (e.g. using a visitor) and throwing a InvalidEditOperationException if the changes are not to your liking. Declaration event EventHandler EditOperationStarting Event Type Type Description EventHandler EditOperationCompletingEventArgs Remarks The message of the InvalidEditOperationException is passed to the AfterEditOperationAborted event and may be shown to the user to explain why the edit was not permitted. Avoid throwing exceptions of other types in this event handler. If an exception of another type is thrown the operation will still be aborted, but the message passed to AfterEditOperationAborted will be what System.Exception.ToString() returns, which cannot be considered user friendly. Important: Do not call AbortCompositeOperation(string) from this event handler. That could yield unpredictable results since the operation is completing as a result of a call to EndCompositeOperation() (or a similar internal mechanism inside the edit control implementation) and the number of calls to BeginCompositeOperation(string) must always match the number of calls to EndCompositeOperation() plus the number of calls to AbortCompositeOperation(string) . Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IDocument The document is the container for all data displayed in the editor. Inherited Members System.IDisposable.Dispose() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IDocument : IDisposable Remarks The document content is typically manipulated through the Selection . Properties ActiveRange The range in the document on which operations such as Delete() , Replace(IDocumentFragment) etc. are executed. Declaration ContentRange ActiveRange { get; } Property Value Type Description ContentRange Remarks The range is intended as a read-only object. Changing its properties will NOT move the active range in the document. Use MoveActiveRange(ContentRange) to explicitly change the active range in the document. API clients set the active range before executing methods on the document. The range is also updated by methods that modify document content. IsDirty If true this indicates that the document content has been changed since the last time this flag was reset. Declaration bool IsDirty { get; set; } Property Value Type Description System.Boolean Remarks The edit control automatically sets this flag to true every time some content changes in the editor (through API or user action). Set this flag to false when the document is saved. That allows you to keep track of whether any changes have been made to it in order to determine if the document may need to be saved again at a later point. Since the editor does not provide Open/Save operations it is the API client's responsibility to reset this flag after such operations. RootContainer The root container of all content in the document. Declaration IAbstractContainerNode RootContainer { get; } Property Value Type Description IAbstractContainerNode UndoBuffer The Undo/Redo buffer used for editing operations on the document content. Declaration IUndoBuffer UndoBuffer { get; } Property Value Type Description IUndoBuffer Remarks Note: There is no need to go through the undo buffer to invoke the 'Undo' and 'Redo' commands for the editor. If the edit control is available it is preferable to call Undo() and Redo() directly as this will allow the control to update user selection and caret positioning. Methods Copy() Gets a detached copy of the active range content. Declaration IDocumentFragment Copy() Returns Type Description IDocumentFragment A copy of the content contained in the active range. CopyAsText(Boolean) Get the plain text content of the active range, as suited for Windows clipboard operations. If writeSegmentsAsLineBreaks is true we will write a line break for every segment. Declaration string CopyAsText(bool writeSegmentsAsLineBreaks) Parameters Type Name Description System.Boolean writeSegmentsAsLineBreaks Returns Type Description System.String Delete() Delete the current content of the active range. Declaration void Delete() Remarks After delete the ActiveRange spans the location of the deleted content. Note that the range is not necessarily empty after this operation. For example, it may contain ghost tags. MoveActiveRange(ContentRange) Method allowing the client to set the ActiveRange to the range provided. Declaration void MoveActiveRange(ContentRange range) Parameters Type Name Description ContentRange range The range to move the active range to. This must be from the same document. MoveActiveRange(IContentSelection) Method allowing the client to set the ActiveRange to the location corresponding to the selection. Declaration void MoveActiveRange(IContentSelection selection) Parameters Type Name Description IContentSelection selection The selection corresponding to the range to move to. This must be from an edit control using the same document. Replace(IDocumentFragment) Replace the content of the active range with the content of the document fragment. Declaration void Replace(IDocumentFragment newContent) Parameters Type Name Description IDocumentFragment newContent The document fragment containing the content to replace. Remarks After execution the ActiveRange spans the inserted content. Events AfterEditOperationAborted If an edit operation in the control is aborted (i.e. an exception is thrown) this event will be fired after the corresponding composite operation has been rolled back. Declaration event EventHandler AfterEditOperationAborted Event Type Type Description System.EventHandler < EditOperationAbortedEventArgs > ContentChanged Fired when content in the document is changed in any way. Declaration event EventHandler ContentChanged Event Type Type Description System.EventHandler < DocumentContentChangedEventArgs > Remarks This event is typcially fired immediately when the content is changed, which can be before the controls displaying the content have been updated. EditOperationCompleting This event is fired when a (composite) edit operation is completing. You can handle this event to determine what changes are allowed in the edit control, by examining the edit operations (e.g. using a visitor) and throwing a InvalidEditOperationException if the changes are not to your liking. Declaration event EventHandler EditOperationCompleting Event Type Type Description System.EventHandler < EditOperationCompletingEventArgs > Remarks The message of the InvalidEditOperationException is passed to the AfterEditOperationAborted event and may be shown to the user to explain why the edit was not permitted. Avoid throwing exceptions of other types in this event handler. If an exception of another type is thrown the operation will still be aborted, but the message passed to AfterEditOperationAborted will be what System.Exception.ToString() returns, which cannot be considered user friendly. Important: Do not call AbortCompositeOperation(String) from this event handler. That could yield unpredictable results since the operation is completing as a result of a call to EndCompositeOperation() (or a similar internal mechanism inside the edit control implementation) and the number of calls to BeginCompositeOperation(String) must always match the number of calls to EndCompositeOperation() plus the number of calls to AbortCompositeOperation(String) . EditOperationStarting This event is fired when a (composite) edit operation is started, there are no changes done at this moment to the internal document structure. You can handle this event to determine what changes are allowed in the edit control or do last minute modifications before new content is interted/deleted modified, by examining the edit operations (e.g. using a visitor) and throwing a InvalidEditOperationException if the changes are not to your liking. Declaration event EventHandler EditOperationStarting Event Type Type Description System.EventHandler < EditOperationCompletingEventArgs > Remarks The message of the InvalidEditOperationException is passed to the AfterEditOperationAborted event and may be shown to the user to explain why the edit was not permitted. Avoid throwing exceptions of other types in this event handler. If an exception of another type is thrown the operation will still be aborted, but the message passed to AfterEditOperationAborted will be what System.Exception.ToString() returns, which cannot be considered user friendly. Important: Do not call AbortCompositeOperation(String) from this event handler. That could yield unpredictable results since the operation is completing as a result of a call to EndCompositeOperation() (or a similar internal mechanism inside the edit control implementation) and the number of calls to BeginCompositeOperation(String) must always match the number of calls to EndCompositeOperation() plus the number of calls to AbortCompositeOperation(String) . Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IDocumentContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IDocumentContainerNode.html", "title": "Interface IDocumentContainerNode", - "keywords": "Interface IDocumentContainerNode The root container node in a document. Inherited Members IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IEnumerable.GetEnumerator() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IDocumentContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IDocumentContainerNode The root container node in a document. Inherited Members IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IDocumentContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IDocumentFragment.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IDocumentFragment.html", "title": "Interface IDocumentFragment", - "keywords": "Interface IDocumentFragment A \"disconnected\" piece of document content that can be manipulated as a standalone unit without affecting the actual document content. Inherited Members IChangeableContainerNode.Find(Predicate, bool) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IList.IndexOf(IChangeableNode) IList.Insert(int, IChangeableNode) IList.RemoveAt(int) IList.this[int] ICollection.Add(IChangeableNode) ICollection.Clear() ICollection.Contains(IChangeableNode) ICollection.CopyTo(IChangeableNode[], int) ICollection.Remove(IChangeableNode) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() IDisposable.Dispose() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IDocumentFragment : IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable, IDisposable Remarks Any operations that modify document content in the edit controls should do so through operations such as CopySelection() and ReplaceSelection(IDocumentFragment) , which use IDocumentFragment instances to represent the content being manipulated. This ensures that these operations generate entries in the IUndoBuffer . The document fragment provides a factory that can be used to create filter framework specific nodes that can be inserted into the document fragment. The document fragment implements IDisposable to facilitate quicker clean-up of large chunks of content. To conserve memory we recommend disposing of a document fragment as soon as it has filled its purpose, in particular if it contains a lot of content or has been used to create many nodes. Properties DocProperties If a fragment represents a part of a document this property stores the document's properties. This may be used for validating operations like 'Paste' where it is important to know whether the document fragment received belongs to the same document. Declaration IDocumentProperties DocProperties { get; set; } Property Value Type Description IDocumentProperties FileProperties If a fragment represents a part of an XLIFF document this property stores the file properties of the fragment. This may be used for validating operations like 'Paste' where it is important to know whether the document fragment received belongs to the same document. This assumes that a document fragment does not span content from multiple native files. Declaration IFileProperties FileProperties { get; set; } Property Value Type Description IFileProperties NodeFactory Factory that can be used to create new nodes for inserting into the document fragment. Declaration INodeFactory NodeFactory { get; } Property Value Type Description INodeFactory Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IDocumentFragment A \"disconnected\" piece of document content that can be manipulated as a standalone unit without affecting the actual document content. Inherited Members IChangeableContainerNode.Find(Predicate, Boolean) IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode) IChangeableNode.RemoveFromParent() ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IList.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() System.IDisposable.Dispose() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IDocumentFragment : IChangeableContainerNode, IChangeableNode, ITreeNode, IList, ICollection, IEnumerable, IEnumerable, IDisposable Remarks Any operations that modify document content in the edit controls should do so through operations such as CopySelection() and ReplaceSelection(IDocumentFragment) , which use IDocumentFragment instances to represent the content being manipulated. This ensures that these operations generate entries in the IUndoBuffer . The document fragment provides a factory that can be used to create filter framework specific nodes that can be inserted into the document fragment. The document fragment implements IDisposable to facilitate quicker clean-up of large chunks of content. To conserve memory we recommend disposing of a document fragment as soon as it has filled its purpose, in particular if it contains a lot of content or has been used to create many nodes. Properties DocProperties If a fragment represents a part of a document this property stores the document's properties. This may be used for validating operations like 'Paste' where it is important to know whether the document fragment received belongs to the same document. Declaration IDocumentProperties DocProperties { get; set; } Property Value Type Description IDocumentProperties FileProperties If a fragment represents a part of an XLIFF document this property stores the file properties of the fragment. This may be used for validating operations like 'Paste' where it is important to know whether the document fragment received belongs to the same document. This assumes that a document fragment does not span content from multiple native files. Declaration IFileProperties FileProperties { get; set; } Property Value Type Description IFileProperties NodeFactory Factory that can be used to create new nodes for inserting into the document fragment. Declaration INodeFactory NodeFactory { get; } Property Value Type Description INodeFactory Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html", "title": "Interface IEditControl", - "keywords": "Interface IEditControl The edit control root interface. Provides access to the selection, the Undo buffer and a number of properties that control the display and behaviour of the editor. Inherited Members IControl.Control IDisposable.Dispose() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IEditControl : IControl, IDisposable Properties AcceptsReturn When true the control will insert a line break at the current selection when the Return or Enter key is pressed. When false the edit control will not process those keys. Declaration bool AcceptsReturn { get; set; } Property Value Type Description bool Remarks The default value is false . When the control appears in a dialog you can use this property to determine if the Return key should execute the default dialog action or insert a linebreak in the edit control. Note that disabling this will not totally prevent users from inserting line breaks in the edit control, as the could e.g. copy and paste one. AcceptsTab When true the control will insert a tab character at the current selection when the Tab key is pressed. When false the edit control will not process Tab. Declaration bool AcceptsTab { get; set; } Property Value Type Description bool Remarks The default value is true . When the control appears in a dialog you may want to set this to false to allow users to use the tab key to navigate between controls in the dialog. Note that disabling this will not totally prevent users from inserting tab spaces in the edit control, as the could e.g. copy and paste one. ActiveRow The currently active row in the edit control, or null if none. Declaration IRowInfo ActiveRow { get; set; } Property Value Type Description IRowInfo Remarks The active row is typically highlighted in some fashion, e.g using background color and/or border. The active row can also be changed by setting the Active property explicitly on one of the rows in the edit control. AddActiveRowToSelected Gets or sets value indicating if active row will be automatically added to selected rows set. Declaration bool AddActiveRowToSelected { get; set; } Property Value Type Description bool AutoUpdate When true (default) the control automatically updates its content when changes are made to the document. Declaration bool AutoUpdate { get; set; } Property Value Type Description bool Remarks This is an advanced setting. You can temporarily set this to false to disable screen updating e.g. while executing complex operations that involve multiple edit commands that are not wrapped into a single undo operation. This will significantly improve the execution speed of the commands, but you must set this property to true afterwards, or the content in the editor may not correspond to what is in the document (which could cause invalid operations if the user edits the content). Another user for this setting is to avoid updating controls that are not in view. Setting this from false to true will cause the control to update itself to reflect all changes to the document since this setting was set to false . You can also explicitly force the control to update itself by calling Redraw() . ColumnsLeft Custom columns located to the left of the main control content. Declaration ICustomColumn[] ColumnsLeft { get; } Property Value Type Description ICustomColumn ColumnsRight Custom columns located to the right of the main control content. Declaration ICustomColumn[] ColumnsRight { get; } Property Value Type Description ICustomColumn ContentHeight The height (vertical size) in pixels of the content currently shown in the edit control. Declaration long ContentHeight { get; } Property Value Type Description long Remarks This can be used to determine scrollbar size/scale or to re-size the control to fit its content. Document Contains all the data shown and manipulated in the editor. Declaration IDocument Document { get; set; } Property Value Type Description IDocument Remarks Assigning to this property will reset the edit control to display the content of the new document. If the document is null the edit control is empty, and editing operations are not possible. HideFileTags When true , segments containing file tags are hidden. Declaration bool HideFileTags { get; set; } Property Value Type Description bool Remarks This setting is off by default. HighlightActiveRow Determines whether the currently active row should be highlighted with the HighlightedBackColor . Default is true . Declaration bool HighlightActiveRow { get; set; } Property Value Type Description bool HighlightedBackColor The background color used as a base color for highlighted rows. Declaration Color HighlightedBackColor { get; set; } Property Value Type Description Color Remarks The actual color for a highlighted row also depends on whether the row is shaded. HighlightedRows All rows that have the Highlighted property set to true. Declaration IEnumerable HighlightedRows { get; } Property Value Type Description IEnumerable IRowInfo IsInitialUpdateCompleted true when the control has been fully initialized. This is set just before the AfterInitialUpdate event is raised. Declaration bool IsInitialUpdateCompleted { get; } Property Value Type Description bool Remarks When a different document is assigned to the control this property may be false until the control has been updated to reflect the new content. IsOverwriteModeEnabled Returns true whenever overwriting is enabled in the editor. When the user changes the overwrite mode, the OverwriteModeChanged event is fired. This is set to false by default. Declaration bool IsOverwriteModeEnabled { get; } Property Value Type Description bool IsReadOnly When true the content of the editor cannot be changed by user editing operations. Declaration bool IsReadOnly { get; set; } Property Value Type Description bool Rows All rows that can be displayed in the edit control. Declaration IList Rows { get; } Property Value Type Description IList IRowInfo Remarks Only rows that return true for IsVisible() will be displayed in the edit control. You can use the VisibleRows iterator to directly access them. SelectedBackColor The background color used as a base color for selected rows. Declaration Color SelectedBackColor { get; } Property Value Type Description Color Remarks The actual color for a selected row also depends on whether the row is shaded. SelectedRows The rows that are currently selected in the edit control. Declaration IEnumerable SelectedRows { get; } Property Value Type Description IEnumerable IRowInfo Remarks The selected rows are typically highlighted in some fashion, usually with a different color to the ActiveRow . Operations which are required to work over multiple rows or segments should use this enumerator to find all the rows that have been selected. Note that the selected rows may not be sequentially ordered. Selection Controls the currently selected content, or if nothing is selected, the current location of the text cursor in the edit control. Declaration IContentSelection Selection { get; } Property Value Type Description IContentSelection ShowWhitespaceCharacters When true whitespace characters such as space, tab, non-breaking space and different types of line breaks are visualized with special symbols in the editor. Declaration bool ShowWhitespaceCharacters { get; set; } Property Value Type Description bool Remarks This setting is off by default. SmartPasteAdjustingSpaces When true leading and trailing white spaces are inserted or removed at paste (like in MS Office). Declaration bool SmartPasteAdjustingSpaces { get; set; } Property Value Type Description bool TagPainter The component used by the edit control to render placeholder tags, start/end tags and document and file boundary indicators. Declaration ITagPainter TagPainter { get; set; } Property Value Type Description ITagPainter Remarks Setting this property causes the edit control to be re-formatted. If this property is null the control's built-in tag rendering will be used. This will produce tags that look similar to tags in TagEditor. TextMarks All text marks in the control. Declaration IEnumerable TextMarks { get; } Property Value Type Description IEnumerable ITextMark Remarks This is a read-only property. Use AddTextMark(ContentRange, TextMarkLayer, ITextMarkPainter) , RemoveTextMark(ITextMark) , ClearTextMarks() , or NotifyTextMarkChanged(ITextMark) to change the text marks used in the control. TopmostVisibleRowNumber Row number for the current topmost visible row in the control window. Declaration long TopmostVisibleRowNumber { get; } Property Value Type Description long Remarks This, together with the TopmostVisibleRowScrollOffset can be treated as a persistent scroll offset that is preserved when the window is resized or the layout is re-calculated due to some other reason. You can explicitly scroll to a specific row number and offset by calling ScrollToRow(long, long) passing in values from these properties. The event PersistentScrollInfoChanged is fired when this value changes. TopmostVisibleRowScrollOffset Part of the topmost visible row in the control window that appears above the visible area of the control. Declaration long TopmostVisibleRowScrollOffset { get; } Property Value Type Description long Remarks This, together with the TopmostVisibleRowNumber can be treated as a persistent scroll offset that is preserved when the window is resized or the layout is re-calculated due to some other reason. You can explicitly scroll to a specific row number and offset by calling ScrollToRow(long, long) passing in values from these properties. The event PersistentScrollInfoChanged is fired when this value changes. VerticalScrollOffset The amount in pixels that the content currently showing in the edit control has been scrolled vertically. Declaration long VerticalScrollOffset { get; set; } Property Value Type Description long Remarks A value of 0 means that the top of the edit control shows the top of the document content. Setting this value scrolls the view vertically to the specified offset. The value set should not be greater than ContentHeight , or no content will be visible in the control. This value can be used together with ContentHeight to determine the position of a scrollbar. Note that the scroll offset position can change during background layout, if rows above the currently visible area are being re-formatted. The TopmostVisibleRowNumber and TopmostVisibleRowScrollOffset properties returns scroll position information that does not change when the layout changes. VisibleRows All rows that are visible to the user (displayed on screen). This is tested using IsVisible() . Note: This property will only return the rows that are actually currently visible to the user. Declaration IEnumerable VisibleRows { get; } Property Value Type Description IEnumerable IRowInfo Methods AddColumn(ICustomColumn, CustomColumnLocation) Add a custom column to the left or right side of the edit control. Declaration void AddColumn(ICustomColumn column, CustomColumnLocation location) Parameters Type Name Description ICustomColumn column The column implementation CustomColumnLocation location Side on which to add the column. Remarks The column will be queried for its optimal width, and if that can be accommodated it will be used. If not an arbitrary width may be assigned to the column depending on the available space in the edit control. If there are already custom columns on the same side in the edit control this column will be added as the outer-most column. It is recommended to add all custom columns to the edit control before assigning the document, since adding a custom column requires the entire control to be re-formatted. AddTextMark(ContentRange, TextMarkLayer, ITextMarkPainter) Add a new mark for a content range in the edit control. The control is updated to show the mark. Declaration ITextMark AddTextMark(ContentRange range, TextMarkLayer layer, ITextMarkPainter painter) Parameters Type Name Description ContentRange range The content range the mark spans. TextMarkLayer layer Indicates if it is a foreground or background mark. ITextMarkPainter painter Component that will be used to paint the mark. Returns Type Description ITextMark A reference to the added text mark. If you need to change properties for a mark you should explicitly call NotifyTextMarkChanged(ITextMark) to ensure that the updated mark properties are reflected in the control. Remarks The mark will be attached to the positions in the range, i.e. to a specific node, and if applicable the offset for a specified number of characters into that node. If the content in the control is being modified the mark may no longer be in the correct location, or even refer to a valid location at all. For this reason it is generally advisable to attach marks to content nodes that are embedded inside the text, e.g. location markers. That way the mark will continue to refer to the correct location even if content before or inside the marked area is modified. The control is automatically updated to show the mark. If you are adding a lot of marks you may want to set the AutoUpdate property to false while the marks are being added in order to avoid updating the control for each mark. AutoScrollToRowPosition(IRowInfo, IRowInfo) Scrolls the rowToScroll to the position on screen that rowAtPosition currently is located at. Note: This will only scroll if rowAtPosition is past a certain threshold at the top or bottom of the document. Declaration void AutoScrollToRowPosition(IRowInfo rowAtPosition, IRowInfo rowToScroll) Parameters Type Name Description IRowInfo rowAtPosition The row at the position we want to scroll to. IRowInfo rowToScroll The row that we want to scroll. BeginSelectedRowOperation() Disables active row and row selection changes while an edit operation is completing. This method should be called before performing operations that need to operate over selected rows. After the operation has been completed, EndSelectedRowOperation() must be called to return the edit control to normal operation. Declaration void BeginSelectedRowOperation() CanCopySelectionToClipboard() Determines whether the selection can be copied to the clipboard. Declaration bool CanCopySelectionToClipboard() Returns Type Description bool whether selection can be copied to clipboard CanCutSelectionToClipboard() Determines whether the selection can be cut and copied to the clipboard. Declaration bool CanCutSelectionToClipboard() Returns Type Description bool whether selection can be cut and copied to clipboard CanPasteClipboardToDocument() Determines whether the clipboard contents can be pasted to the document. Declaration bool CanPasteClipboardToDocument() Returns Type Description bool whether clipboard contents can be pasted to document ChangeFocusedRowSelection() Inverts the selection of the currently focused row. If the currently focused row is selected then it will call SelectRow(IRowInfo) , otherwise it will call ClearRowSelection(IRowInfo) . Declaration void ChangeFocusedRowSelection() Remarks If there is currently no row in focus then start position is the row containing the cursor. ChangeNextRowSelection() Selects or unselects the next row in the edit control according to whether the focused row is selected or not. This method also updates the focused row accordingly. Declaration void ChangeNextRowSelection() ChangePreviousRowSelection() Selects or unselects the previous row in the edit control according to whether the focused row is selected or not. This method also updates the focused row accordingly. Declaration void ChangePreviousRowSelection() ClearAllRowSelections() Removes the selection for all the rows in the edit control. Declaration void ClearAllRowSelections() ClearRowSelection(IRowInfo) Removes the selection for a specific row in the edit control. Declaration void ClearRowSelection(IRowInfo row) Parameters Type Name Description IRowInfo row The row to remove from the list of selected rows. ClearTextMarks() Remove all text marks from the edit control. Declaration void ClearTextMarks() CopySelection() Copy the currently selected content into a standalone, changeable document fragment. Declaration IDocumentFragment CopySelection() Returns Type Description IDocumentFragment A cloned changeable copy of the selected content in the editor. Remarks If the selection is empty then this method returns a new empty document fragment. If the currently selected content cannot be cloned into a standalone document fragment this function throws an EditException . The normal way to modify the content of the editor through the API is to move the selection, call this method to get a document fragment that can be changed and then pass the changed document fragment to ReplaceSelection(IDocumentFragment) . See Also ReplaceSelection(IDocumentFragment) CopySelectionToClipboard() Copies the selection content to the clipboard. Declaration void CopySelectionToClipboard() Remarks May throw Sdl.DesktopEditor.EditorApi.EditExeption if the selection cannot be copied (e.g. if it contains non-framework nodes or non-cloneable nodes such as Paragraph Units or Files). CreateTextIterator(Position) Create an iterator that can be used to locate content without having to use the Selection . Declaration ITextIterator CreateTextIterator(Position startPosition) Parameters Type Name Description Position startPosition The position to start the iteration. Returns Type Description ITextIterator A text iterator that can be used to locate document content. Remarks When searching for content it is often not practical to use move the Selection in order to iterate over document content. The text iterator provides a better option, as it does not affect the current selection in the user interface, and is therefore also much faster. CutSelectionToClipboard() Cuts and copies the selection to the clipboard. Declaration void CutSelectionToClipboard() DeleteSelection() Delete the currently selected content in the edit control. Declaration void DeleteSelection() Remarks Throws an EditException if the selected content cannot be deleted. EndSelectedRowOperation() Restores normal row activation and selection changing after an edit operation has completed. This method should always be called after BeginSelectedRowOperation() . Declaration void EndSelectedRowOperation() FindRow(Position) Finds the matching row for the provided position. Declaration IRowInfo FindRow(Position position) Parameters Type Name Description Position position The position to locate the row at. Returns Type Description IRowInfo The row found at that position, null if no row is located at that position. FocusNextRow() Moves the row focus on to the next row. Declaration void FocusNextRow() Remarks If there is currently no row in focus then start position is the row containing the cursor. FocusPreviousRow() Moves the row focus on to the previous row. Declaration void FocusPreviousRow() Remarks If there is currently no row in focus then start position is the row containing the cursor. GetNearestLocation(Position) Returns the location of the specified position in the edit control window, in client coordinates. Declaration Rectangle GetNearestLocation(Position position) Parameters Type Name Description Position position The position to locate. Returns Type Description Rectangle A rectangle where the top left corner is the location in the control closest to the specified position, in client coordinates. The Width of the rectangle is 0 and the Height corresponds to the height of the line. Remarks You can use this to determine where on the screen a position appears, e.g. in order to show a pop-up window in the correct location. The rectangle is in client coordinates, i.e. relative to the hosting control. The rectangle will always have a Width of 0 and its Height will be the height of the line. Note that a position can sometimes be mapped to multiple locations in the control. This can happen, for example, if a text string is word wrapped and the location refers to a character just where the line is wrapped. Both the location at the end of the line and at the start of the second line could then map to the same Position. In such cases the location returned will be the first location from the top of the document that the position can be mapped to. It can also happen that the exact position is currently not shown in the edit control (e.g. if content is folded). In that case the \"nearest\" location is determined to be the location of the first available preceding Position (i.e. closest to the top of the document). GetNearestPosition(Point) Returns the position corresponding to a client coordinate location in the control. Declaration Position GetNearestPosition(Point location) Parameters Type Name Description Point location A point relative to the top left corner of the control (i.e. in client coordinates.) Returns Type Description Position The \"nearest\" selection position to the specified point. Remarks You can use this to do \"hit-testing\" to determine which content appears at a specific location, e.g. to determine which commands to show on a context menu. This will return the Position corresponding to where the selection would be if the user clicked the mouse at the specified location inside the edit control. GetNearestVisiblePosition(Position) Returns a position that is adjusted to the nearest corresponding visible position if the passed-in position refers to content that currently cannot be displayed in the control, e.g. if it appears in folded rows or in a row that would otherwise be hidden. Declaration Position GetNearestVisiblePosition(Position position) Parameters Type Name Description Position position A position that may be hidden. Returns Type Description Position A position that can safely be used in MoveTo(Position, bool) and similar operations. Remarks Note that a position can sometimes be mapped to multiple locations in the control. This can happen, for example, if a text string is word wrapped and the location refers to a character just where the line is wrapped. Both the location at the end of the line and at the start of the second line could then map to the same Position. In such cases the location returned will be the first location from the top of the document that the position can be mapped to. When the exact position is currently not shown in the edit control (e.g. if content is folded) the \"nearest\" location is determined to be the location of the first available preceding Position (i.e. closest to the top of the document). GetVisibleRowsInRange(ContentRange) Returns all the visible rows that the range spans starting from the first row. Declaration IEnumerable GetVisibleRowsInRange(ContentRange range) Parameters Type Name Description ContentRange range The range to restrict the search to. Returns Type Description IEnumerable IRowInfo The rows located within the range provided. HasSelectedRows() Test to discover whether rows have been selected in the edit control. Declaration bool HasSelectedRows() Returns Type Description bool true if rows have been selected. IsRowVisible(int) Checks whether the row matching the provided row number will be visible in the editor, that is, whether the user will actually see this row on screen. This takes into account whether the row has been manually hidden using folding, whether it has any content and whether that content is valid to display. Declaration bool IsRowVisible(int rowNumber) Parameters Type Name Description int rowNumber The row number of the row to check. Returns Type Description bool true if the row will be displayed on screen. IsWordStart(Position) Test to discover whether the position is at the start of a word. Declaration bool IsWordStart(Position position) Parameters Type Name Description Position position The position to test. Returns Type Description bool true if the position can be treated as the start of a word. NotifyTextMarkChanged(ITextMark) Call this method to notify the control that properties of a mark has changed. This will cause the control to be refreshed in order to show the updated properties. Declaration void NotifyTextMarkChanged(ITextMark mark) Parameters Type Name Description ITextMark mark The properties representing the mark that has changed. PasteClipboardToDocument() Pastes the clipboard contents to the document. Declaration void PasteClipboardToDocument() Redo() Redo the last undo operation and move the selection to the corresponding location. Declaration bool Redo() Returns Type Description bool true if anything was changed. RedoMultiple(long) Redo a number of operations in one go. The selection will be moved to the location of the last of the redo operations. Declaration bool RedoMultiple(long count) Parameters Type Name Description long count If this value is higher than the number of available redo operations, all of them are performed. Returns Type Description bool true if anything was changed. Redraw() Force a re-layout, re-draw and refresh of the content of the control. This is quite an expensive command - a less expensive alternative is to use Refresh() if the layout has not been changed. Declaration void Redraw() Remarks Call this method to update the control if the document content has changed as the result of external API operations, e.g. after loading a document from a file. Refresh() Refreshes the content of the control without re-drawing the layout etc. Declaration void Refresh() Remarks This is a less expensive command than Redraw() and should be used if the content of a cell has changed but the layout has not. RemoveColumn(ICustomColumn) Remove a custom column from the edit control. Declaration void RemoveColumn(ICustomColumn column) Parameters Type Name Description ICustomColumn column The column to be removed. RemoveTextMark(ITextMark) Remove the specified text mark from the control. Declaration void RemoveTextMark(ITextMark mark) Parameters Type Name Description ITextMark mark The mark to be removed. If the mark is not part of this control this call has no effect. ReplaceSelection(IDocumentFragment) Replace any currently selected content with the content of a document fragment. Declaration void ReplaceSelection(IDocumentFragment newContent) Parameters Type Name Description IDocumentFragment newContent The new document content to be inserted. If this is null or empty this method will just delete any currently selected content. Remarks If the current selection cannot be replaced with the document content an EditException is thown. See Also CopySelection() ScrollIntoView(IRowInfo) If possible, ensures that the view is scrolled as needed in order that the specified row is visible. Declaration void ScrollIntoView(IRowInfo row) Parameters Type Name Description IRowInfo row The row to scroll into view. Remarks If the row is already visible no action is taken. ScrollIntoView(Position) If possible ensures that the view is scrolled as needed in order for the specified position to be visible. Declaration void ScrollIntoView(Position position) Parameters Type Name Description Position position The position to scroll into view. Remarks If the the position is already visible no action is taken. ScrollToCenter(IRowInfo) If possible, scrolls the specified row in to the center of the screen. Declaration void ScrollToCenter(IRowInfo row) Parameters Type Name Description IRowInfo row The row to scroll into the center of the screen. ScrollToRow(long, long) Scroll the control so that the specified vertical offset of the specified row number appears at the very top of the control window. Declaration void ScrollToRow(long topRowNumber, long offset) Parameters Type Name Description long topRowNumber The row to scroll to the top of the control window. long offset The offset within the row to scroll to the top of the control window. SelectRow(IRowInfo) Selects the row in the edit control. This will typically be highlighted in some way and used for multiple row or segment operations. Declaration void SelectRow(IRowInfo row) Parameters Type Name Description IRowInfo row The row to select. SelectRow(IRowInfo, bool, bool) Selects the row in the edit control. This will typically be highlighted in some way and used for multiple row or segment operations. Declaration void SelectRow(IRowInfo row, bool isRangeOperation, bool isLastInRange) Parameters Type Name Description IRowInfo row The row to select. bool isRangeOperation True when user performs a multiple selection. bool isLastInRange True when user performs a multiple selection and row is the last selected one. SelectRowRange(IRowInfo, IRowInfo) Selects all the rows in the range defined by the fromRow and uptoRow inclusive. The fromRow does not have to be before the uptoRow, this will be taken in to account. Rows in this range will be marked as selected regardless of their previous selection state. Declaration void SelectRowRange(IRowInfo fromRow, IRowInfo uptoRow) Parameters Type Name Description IRowInfo fromRow The start of the range to select IRowInfo uptoRow The end of the range to select SetRowsHighlighted(IList, bool) Sets the highlighted status of the rows in the list according to the highlight parameter. Declaration void SetRowsHighlighted(IList rowNumbers, bool highlight) Parameters Type Name Description IList int rowNumbers The rows to highlight. bool highlight true if the rows should be highlighted, false if the normal background color should be restored. SetRowsVisibility(Predicate) Sets the visibility of all the rows in the edit control according to the delegate. Declaration void SetRowsVisibility(Predicate rowDelegate) Parameters Type Name Description Predicate IRowInfo rowDelegate The delegate that evaluates the row and determines whether or not it should be visible or hidden. Undo() Undo the last operation that changed document content and move the selection to that location. Declaration bool Undo() Returns Type Description bool true if anything was changed. UndoMultiple(long) Undo a number of operations in one go. The selection will be moved to the location of the last of the undo operations. Declaration bool UndoMultiple(long count) Parameters Type Name Description long count If this value is higher than the number of available undo operations, all of them are performed. Returns Type Description bool true if anything was changed. Events ActiveRowChanged Raised when the active row has changed in the edit control. Declaration event EventHandler ActiveRowChanged Event Type Type Description EventHandler ActiveRowChangedEventArgs AfterInitialUpdate Raised when the visible area of the control has been fully laid out and painted for the first time. This event will also be raised if a different document is assigned to the control (after the initial update resulting from that). Declaration event EventHandler AfterInitialUpdate Event Type Type Description EventHandler AfterInitialUpdateEventArgs AllSelectedRowsCleared Raised whenever all the selected rows have been removed from the SelectedRows enumerator using ClearAllRowSelections() . Declaration event EventHandler AllSelectedRowsCleared Event Type Type Description EventHandler RowsChangedEventArgs BeginSelectedRowOperationChanged Raised when the editor is beginning to perform a selected row operation. Declaration event EventHandler BeginSelectedRowOperationChanged Event Type Type Description EventHandler EditControlEventArgs ContentHeightChanged Fired when the height of the content displayed in the edit control changes. Declaration event EventHandler ContentHeightChanged Event Type Type Description EventHandler ContentHeightChangedEventArgs EndSelectedRowOperationChanged Raised when the editor is finished performing a selected row operation. Declaration event EventHandler EndSelectedRowOperationChanged Event Type Type Description EventHandler EditControlEventArgs HighlightedRowChanged Raised whenever a single row has been highlighted or the original background color has been restored. Declaration event EventHandler HighlightedRowChanged Event Type Type Description EventHandler RowChangedEventArgs HighlightedRowsChanged Raised when the set of highlighted rows in the edit control has changed as a result of SetRowsHighlighted(IList, bool) being called. To catch individual row changes, use HighlightedRowChanged . Declaration event EventHandler HighlightedRowsChanged Event Type Type Description EventHandler RowsChangedEventArgs IMECompositionChanged Raised when the IME composition is changed Declaration event EventHandler IMECompositionChanged Event Type Type Description EventHandler EventArgs IMEEndComposition Raised when the IME composition is complete or cancelled Declaration event EventHandler IMEEndComposition Event Type Type Description EventHandler EventArgs IMEStartComposition Raised when the IME composition is started Declaration event EventHandler IMEStartComposition Event Type Type Description EventHandler EventArgs MouseEnteringNode Fired when the mouse is moved to an area that is covered by the visual representation of a content node in the document. Declaration event EventHandler MouseEnteringNode Event Type Type Description EventHandler MouseEnteringNodeEventArgs Remarks A corresponding event MouseLeavingNode will be fired when the mouse pointer is moved outside of the area. These events can be used when showing tooltips or implementing \"hot\" highlighting of nodes in the edit control. MouseEnteringTextMarks Fired when the mouse is moved into the area that is covered by the visual representation of a text mark or multiple text marks in the document. Declaration event EventHandler MouseEnteringTextMarks Event Type Type Description EventHandler MouseOverTextMarksChangedEventArgs MouseLeavingNode Fired when the mouse is moved out of the area that is covered by the visual representation of a content node in the document. Declaration event EventHandler MouseLeavingNode Event Type Type Description EventHandler MouseLeavingNodeEventArgs Remarks A corresponding event MouseEnteringNode was fired when the mouse pointer was moved inside of the area. These events can be used when showing tooltips or implementing \"hot\" highlighting of nodes in the edit control. MouseLeavingTextMarks Fired when the mouse is moved out of the area that is covered by the visual representation of a text mark or multiple text marks in the document. Declaration event EventHandler MouseLeavingTextMarks Event Type Type Description EventHandler MouseOverTextMarksChangedEventArgs OverwriteModeChanged This event is fired whenever the editor changes between \"overwrite\" and \"insert\" mode and should be used to notify the user of the current state as defined by IsOverwriteModeEnabled . Declaration event EventHandler OverwriteModeChanged Event Type Type Description EventHandler OverwriteModeChangedEventArgs PersistentScrollInfoChanged Raised after the TopmostVisibleRowNumber and/or the TopmostVisibleRowScrollOffset values have changed. Declaration event EventHandler PersistentScrollInfoChanged Event Type Type Description EventHandler PersistentScrollInfoChangedEventArgs RowBackColorChanged Raised whenever the FundamentalBackColor or HighlightBackColor of a single row has been changed. This is not raised when a row's Highlighted property is changed. Declaration event EventHandler RowBackColorChanged Event Type Type Description EventHandler RowChangedEventArgs RowStructureChanged Raised when the row structure has changed. This can happen when segments are merged or split, or when a new document is assigned. All previous rows will no longer be valid at this time. Declaration event EventHandler RowStructureChanged Event Type Type Description EventHandler RowsChangedEventArgs SelectedRowChanged Raised whenever a row has been added to or removed from the SelectedRows enumerator using SelectRow(IRowInfo) or ClearRowSelection(IRowInfo) . Declaration event EventHandler SelectedRowChanged Event Type Type Description EventHandler RowChangedEventArgs SelectionChanged Fired when selection changes, either because of user actions or through the API. Declaration event EventHandler SelectionChanged Event Type Type Description EventHandler SelectionChangedEventArgs SelectionWasDeleted This event is raised for TQA mode when a selection is deleted in order to pop up the properties dialog Declaration event EventHandler SelectionWasDeleted Event Type Type Description EventHandler EventArgs SourceEditingModeEnded This event is fired when the source editing mode is ended Declaration event EventHandler SourceEditingModeEnded Event Type Type Description EventHandler SourceEditingModeEndedEventArgs VScroll Our scroll event that needs to be handled when synchronized scrolling is enabled Declaration event EventHandler VScroll Event Type Type Description EventHandler VScrollEventArgs Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IEditControl The edit control root interface. Provides access to the selection, the Undo buffer and a number of properties that control the display and behaviour of the editor. Inherited Members IControl.Control System.IDisposable.Dispose() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IEditControl : IControl, IDisposable Properties AcceptsReturn When true the control will insert a line break at the current selection when the Return or Enter key is pressed. When false the edit control will not process those keys. Declaration bool AcceptsReturn { get; set; } Property Value Type Description System.Boolean Remarks The default value is false . When the control appears in a dialog you can use this property to determine if the Return key should execute the default dialog action or insert a linebreak in the edit control. Note that disabling this will not totally prevent users from inserting line breaks in the edit control, as the could e.g. copy and paste one. AcceptsTab When true the control will insert a tab character at the current selection when the Tab key is pressed. When false the edit control will not process Tab. Declaration bool AcceptsTab { get; set; } Property Value Type Description System.Boolean Remarks The default value is true . When the control appears in a dialog you may want to set this to false to allow users to use the tab key to navigate between controls in the dialog. Note that disabling this will not totally prevent users from inserting tab spaces in the edit control, as the could e.g. copy and paste one. ActiveRow The currently active row in the edit control, or null if none. Declaration IRowInfo ActiveRow { get; set; } Property Value Type Description IRowInfo Remarks The active row is typically highlighted in some fashion, e.g using background color and/or border. The active row can also be changed by setting the Active property explicitly on one of the rows in the edit control. AddActiveRowToSelected Gets or sets value indicating if active row will be automatically added to selected rows set. Declaration bool AddActiveRowToSelected { get; set; } Property Value Type Description System.Boolean AutoUpdate When true (default) the control automatically updates its content when changes are made to the document. Declaration bool AutoUpdate { get; set; } Property Value Type Description System.Boolean Remarks This is an advanced setting. You can temporarily set this to false to disable screen updating e.g. while executing complex operations that involve multiple edit commands that are not wrapped into a single undo operation. This will significantly improve the execution speed of the commands, but you must set this property to true afterwards, or the content in the editor may not correspond to what is in the document (which could cause invalid operations if the user edits the content). Another user for this setting is to avoid updating controls that are not in view. Setting this from false to true will cause the control to update itself to reflect all changes to the document since this setting was set to false . You can also explicitly force the control to update itself by calling Redraw() . ColumnsLeft Custom columns located to the left of the main control content. Declaration ICustomColumn[] ColumnsLeft { get; } Property Value Type Description ICustomColumn [] ColumnsRight Custom columns located to the right of the main control content. Declaration ICustomColumn[] ColumnsRight { get; } Property Value Type Description ICustomColumn [] ContentHeight The height (vertical size) in pixels of the content currently shown in the edit control. Declaration long ContentHeight { get; } Property Value Type Description System.Int64 Remarks This can be used to determine scrollbar size/scale or to re-size the control to fit its content. Document Contains all the data shown and manipulated in the editor. Declaration IDocument Document { get; set; } Property Value Type Description IDocument Remarks Assigning to this property will reset the edit control to display the content of the new document. If the document is null the edit control is empty, and editing operations are not possible. HideFileTags When true , segments containing file tags are hidden. Declaration bool HideFileTags { get; set; } Property Value Type Description System.Boolean Remarks This setting is off by default. HighlightActiveRow Determines whether the currently active row should be highlighted with the HighlightedBackColor . Default is true . Declaration bool HighlightActiveRow { get; set; } Property Value Type Description System.Boolean HighlightedBackColor The background color used as a base color for highlighted rows. Declaration Color HighlightedBackColor { get; set; } Property Value Type Description System.Drawing.Color Remarks The actual color for a highlighted row also depends on whether the row is shaded. HighlightedRows All rows that have the Highlighted property set to true. Declaration IEnumerable HighlightedRows { get; } Property Value Type Description System.Collections.Generic.IEnumerable < IRowInfo > IsInitialUpdateCompleted true when the control has been fully initialized. This is set just before the AfterInitialUpdate event is raised. Declaration bool IsInitialUpdateCompleted { get; } Property Value Type Description System.Boolean Remarks When a different document is assigned to the control this property may be false until the control has been updated to reflect the new content. IsOverwriteModeEnabled Returns true whenever overwriting is enabled in the editor. When the user changes the overwrite mode, the OverwriteModeChanged event is fired. This is set to false by default. Declaration bool IsOverwriteModeEnabled { get; } Property Value Type Description System.Boolean IsReadOnly When true the content of the editor cannot be changed by user editing operations. Declaration bool IsReadOnly { get; set; } Property Value Type Description System.Boolean Rows All rows that can be displayed in the edit control. Declaration IList Rows { get; } Property Value Type Description System.Collections.Generic.IList < IRowInfo > Remarks Only rows that return true for IsVisible() will be displayed in the edit control. You can use the VisibleRows iterator to directly access them. SelectedBackColor The background color used as a base color for selected rows. Declaration Color SelectedBackColor { get; } Property Value Type Description System.Drawing.Color Remarks The actual color for a selected row also depends on whether the row is shaded. SelectedRows The rows that are currently selected in the edit control. Declaration IEnumerable SelectedRows { get; } Property Value Type Description System.Collections.Generic.IEnumerable < IRowInfo > Remarks The selected rows are typically highlighted in some fashion, usually with a different color to the ActiveRow . Operations which are required to work over multiple rows or segments should use this enumerator to find all the rows that have been selected. Note that the selected rows may not be sequentially ordered. Selection Controls the currently selected content, or if nothing is selected, the current location of the text cursor in the edit control. Declaration IContentSelection Selection { get; } Property Value Type Description IContentSelection ShowWhitespaceCharacters When true whitespace characters such as space, tab, non-breaking space and different types of line breaks are visualized with special symbols in the editor. Declaration bool ShowWhitespaceCharacters { get; set; } Property Value Type Description System.Boolean Remarks This setting is off by default. SmartPasteAdjustingSpaces When true leading and trailing white spaces are inserted or removed at paste (like in MS Office). Declaration bool SmartPasteAdjustingSpaces { get; set; } Property Value Type Description System.Boolean TagPainter The component used by the edit control to render placeholder tags, start/end tags and document and file boundary indicators. Declaration ITagPainter TagPainter { get; set; } Property Value Type Description ITagPainter Remarks Setting this property causes the edit control to be re-formatted. If this property is null the control's built-in tag rendering will be used. This will produce tags that look similar to tags in TagEditor. TextMarks All text marks in the control. Declaration IEnumerable TextMarks { get; } Property Value Type Description System.Collections.Generic.IEnumerable < ITextMark > Remarks This is a read-only property. Use AddTextMark(ContentRange, TextMarkLayer, ITextMarkPainter) , RemoveTextMark(ITextMark) , ClearTextMarks() , or NotifyTextMarkChanged(ITextMark) to change the text marks used in the control. TopmostVisibleRowNumber Row number for the current topmost visible row in the control window. Declaration long TopmostVisibleRowNumber { get; } Property Value Type Description System.Int64 Remarks This, together with the TopmostVisibleRowScrollOffset can be treated as a persistent scroll offset that is preserved when the window is resized or the layout is re-calculated due to some other reason. You can explicitly scroll to a specific row number and offset by calling ScrollToRow(Int64, Int64) passing in values from these properties. The event PersistentScrollInfoChanged is fired when this value changes. TopmostVisibleRowScrollOffset Part of the topmost visible row in the control window that appears above the visible area of the control. Declaration long TopmostVisibleRowScrollOffset { get; } Property Value Type Description System.Int64 Remarks This, together with the TopmostVisibleRowNumber can be treated as a persistent scroll offset that is preserved when the window is resized or the layout is re-calculated due to some other reason. You can explicitly scroll to a specific row number and offset by calling ScrollToRow(Int64, Int64) passing in values from these properties. The event PersistentScrollInfoChanged is fired when this value changes. VerticalScrollOffset The amount in pixels that the content currently showing in the edit control has been scrolled vertically. Declaration long VerticalScrollOffset { get; set; } Property Value Type Description System.Int64 Remarks A value of 0 means that the top of the edit control shows the top of the document content. Setting this value scrolls the view vertically to the specified offset. The value set should not be greater than ContentHeight , or no content will be visible in the control. This value can be used together with ContentHeight to determine the position of a scrollbar. Note that the scroll offset position can change during background layout, if rows above the currently visible area are being re-formatted. The TopmostVisibleRowNumber and TopmostVisibleRowScrollOffset properties returns scroll position information that does not change when the layout changes. VisibleRows All rows that are visible to the user (displayed on screen). This is tested using IsVisible() . Note: This property will only return the rows that are actually currently visible to the user. Declaration IEnumerable VisibleRows { get; } Property Value Type Description System.Collections.Generic.IEnumerable < IRowInfo > Methods AddColumn(ICustomColumn, CustomColumnLocation) Add a custom column to the left or right side of the edit control. Declaration void AddColumn(ICustomColumn column, CustomColumnLocation location) Parameters Type Name Description ICustomColumn column The column implementation CustomColumnLocation location Side on which to add the column. Remarks The column will be queried for its optimal width, and if that can be accommodated it will be used. If not an arbitrary width may be assigned to the column depending on the available space in the edit control. If there are already custom columns on the same side in the edit control this column will be added as the outer-most column. It is recommended to add all custom columns to the edit control before assigning the document, since adding a custom column requires the entire control to be re-formatted. AddTextMark(ContentRange, TextMarkLayer, ITextMarkPainter) Add a new mark for a content range in the edit control. The control is updated to show the mark. Declaration ITextMark AddTextMark(ContentRange range, TextMarkLayer layer, ITextMarkPainter painter) Parameters Type Name Description ContentRange range The content range the mark spans. TextMarkLayer layer Indicates if it is a foreground or background mark. ITextMarkPainter painter Component that will be used to paint the mark. Returns Type Description ITextMark A reference to the added text mark. If you need to change properties for a mark you should explicitly call NotifyTextMarkChanged(ITextMark) to ensure that the updated mark properties are reflected in the control. Remarks The mark will be attached to the positions in the range, i.e. to a specific node, and if applicable the offset for a specified number of characters into that node. If the content in the control is being modified the mark may no longer be in the correct location, or even refer to a valid location at all. For this reason it is generally advisable to attach marks to content nodes that are embedded inside the text, e.g. location markers. That way the mark will continue to refer to the correct location even if content before or inside the marked area is modified. The control is automatically updated to show the mark. If you are adding a lot of marks you may want to set the AutoUpdate property to false while the marks are being added in order to avoid updating the control for each mark. AutoScrollToRowPosition(IRowInfo, IRowInfo) Scrolls the rowToScroll to the position on screen that rowAtPosition currently is located at. Note: This will only scroll if rowAtPosition is past a certain threshold at the top or bottom of the document. Declaration void AutoScrollToRowPosition(IRowInfo rowAtPosition, IRowInfo rowToScroll) Parameters Type Name Description IRowInfo rowAtPosition The row at the position we want to scroll to. IRowInfo rowToScroll The row that we want to scroll. BeginSelectedRowOperation() Disables active row and row selection changes while an edit operation is completing. This method should be called before performing operations that need to operate over selected rows. After the operation has been completed, EndSelectedRowOperation() must be called to return the edit control to normal operation. Declaration void BeginSelectedRowOperation() CanCopySelectionToClipboard() Determines whether the selection can be copied to the clipboard. Declaration bool CanCopySelectionToClipboard() Returns Type Description System.Boolean whether selection can be copied to clipboard CanCutSelectionToClipboard() Determines whether the selection can be cut and copied to the clipboard. Declaration bool CanCutSelectionToClipboard() Returns Type Description System.Boolean whether selection can be cut and copied to clipboard CanPasteClipboardToDocument() Determines whether the clipboard contents can be pasted to the document. Declaration bool CanPasteClipboardToDocument() Returns Type Description System.Boolean whether clipboard contents can be pasted to document ChangeFocusedRowSelection() Inverts the selection of the currently focused row. If the currently focused row is selected then it will call SelectRow(IRowInfo) , otherwise it will call ClearRowSelection(IRowInfo) . Declaration void ChangeFocusedRowSelection() Remarks If there is currently no row in focus then start position is the row containing the cursor. ChangeNextRowSelection() Selects or unselects the next row in the edit control according to whether the focused row is selected or not. This method also updates the focused row accordingly. Declaration void ChangeNextRowSelection() ChangePreviousRowSelection() Selects or unselects the previous row in the edit control according to whether the focused row is selected or not. This method also updates the focused row accordingly. Declaration void ChangePreviousRowSelection() ClearAllRowSelections() Removes the selection for all the rows in the edit control. Declaration void ClearAllRowSelections() ClearRowSelection(IRowInfo) Removes the selection for a specific row in the edit control. Declaration void ClearRowSelection(IRowInfo row) Parameters Type Name Description IRowInfo row The row to remove from the list of selected rows. ClearTextMarks() Remove all text marks from the edit control. Declaration void ClearTextMarks() CopySelection() Copy the currently selected content into a standalone, changeable document fragment. Declaration IDocumentFragment CopySelection() Returns Type Description IDocumentFragment A cloned changeable copy of the selected content in the editor. Remarks If the selection is empty then this method returns a new empty document fragment. If the currently selected content cannot be cloned into a standalone document fragment this function throws an EditException . The normal way to modify the content of the editor through the API is to move the selection, call this method to get a document fragment that can be changed and then pass the changed document fragment to ReplaceSelection(IDocumentFragment) . See Also ReplaceSelection(IDocumentFragment) CopySelectionToClipboard() Copies the selection content to the clipboard. Declaration void CopySelectionToClipboard() Remarks May throw Sdl.DesktopEditor.EditorApi.EditExeption if the selection cannot be copied (e.g. if it contains non-framework nodes or non-cloneable nodes such as Paragraph Units or Files). CreateTextIterator(Position) Create an iterator that can be used to locate content without having to use the Selection . Declaration ITextIterator CreateTextIterator(Position startPosition) Parameters Type Name Description Position startPosition The position to start the iteration. Returns Type Description ITextIterator A text iterator that can be used to locate document content. Remarks When searching for content it is often not practical to use move the Selection in order to iterate over document content. The text iterator provides a better option, as it does not affect the current selection in the user interface, and is therefore also much faster. CutSelectionToClipboard() Cuts and copies the selection to the clipboard. Declaration void CutSelectionToClipboard() DeleteSelection() Delete the currently selected content in the edit control. Declaration void DeleteSelection() Remarks Throws an EditException if the selected content cannot be deleted. EndSelectedRowOperation() Restores normal row activation and selection changing after an edit operation has completed. This method should always be called after BeginSelectedRowOperation() . Declaration void EndSelectedRowOperation() FindRow(Position) Finds the matching row for the provided position. Declaration IRowInfo FindRow(Position position) Parameters Type Name Description Position position The position to locate the row at. Returns Type Description IRowInfo The row found at that position, null if no row is located at that position. FocusNextRow() Moves the row focus on to the next row. Declaration void FocusNextRow() Remarks If there is currently no row in focus then start position is the row containing the cursor. FocusPreviousRow() Moves the row focus on to the previous row. Declaration void FocusPreviousRow() Remarks If there is currently no row in focus then start position is the row containing the cursor. GetNearestLocation(Position) Returns the location of the specified position in the edit control window, in client coordinates. Declaration Rectangle GetNearestLocation(Position position) Parameters Type Name Description Position position The position to locate. Returns Type Description System.Drawing.Rectangle A rectangle where the top left corner is the location in the control closest to the specified position, in client coordinates. The Width of the rectangle is 0 and the Height corresponds to the height of the line. Remarks You can use this to determine where on the screen a position appears, e.g. in order to show a pop-up window in the correct location. The rectangle is in client coordinates, i.e. relative to the hosting control. The rectangle will always have a Width of 0 and its Height will be the height of the line. Note that a position can sometimes be mapped to multiple locations in the control. This can happen, for example, if a text string is word wrapped and the location refers to a character just where the line is wrapped. Both the location at the end of the line and at the start of the second line could then map to the same Position. In such cases the location returned will be the first location from the top of the document that the position can be mapped to. It can also happen that the exact position is currently not shown in the edit control (e.g. if content is folded). In that case the \"nearest\" location is determined to be the location of the first available preceding Position (i.e. closest to the top of the document). GetNearestPosition(Point) Returns the position corresponding to a client coordinate location in the control. Declaration Position GetNearestPosition(Point location) Parameters Type Name Description System.Drawing.Point location A point relative to the top left corner of the control (i.e. in client coordinates.) Returns Type Description Position The \"nearest\" selection position to the specified point. Remarks You can use this to do \"hit-testing\" to determine which content appears at a specific location, e.g. to determine which commands to show on a context menu. This will return the Position corresponding to where the selection would be if the user clicked the mouse at the specified location inside the edit control. GetNearestVisiblePosition(Position) Returns a position that is adjusted to the nearest corresponding visible position if the passed-in position refers to content that currently cannot be displayed in the control, e.g. if it appears in folded rows or in a row that would otherwise be hidden. Declaration Position GetNearestVisiblePosition(Position position) Parameters Type Name Description Position position A position that may be hidden. Returns Type Description Position A position that can safely be used in MoveTo(Position, Boolean) and similar operations. Remarks Note that a position can sometimes be mapped to multiple locations in the control. This can happen, for example, if a text string is word wrapped and the location refers to a character just where the line is wrapped. Both the location at the end of the line and at the start of the second line could then map to the same Position. In such cases the location returned will be the first location from the top of the document that the position can be mapped to. When the exact position is currently not shown in the edit control (e.g. if content is folded) the \"nearest\" location is determined to be the location of the first available preceding Position (i.e. closest to the top of the document). GetVisibleRowsInRange(ContentRange) Returns all the visible rows that the range spans starting from the first row. Declaration IEnumerable GetVisibleRowsInRange(ContentRange range) Parameters Type Name Description ContentRange range The range to restrict the search to. Returns Type Description System.Collections.Generic.IEnumerable < IRowInfo > The rows located within the range provided. HasSelectedRows() Test to discover whether rows have been selected in the edit control. Declaration bool HasSelectedRows() Returns Type Description System.Boolean true if rows have been selected. IsRowVisible(Int32) Checks whether the row matching the provided row number will be visible in the editor, that is, whether the user will actually see this row on screen. This takes into account whether the row has been manually hidden using folding, whether it has any content and whether that content is valid to display. Declaration bool IsRowVisible(int rowNumber) Parameters Type Name Description System.Int32 rowNumber The row number of the row to check. Returns Type Description System.Boolean true if the row will be displayed on screen. IsWordStart(Position) Test to discover whether the position is at the start of a word. Declaration bool IsWordStart(Position position) Parameters Type Name Description Position position The position to test. Returns Type Description System.Boolean true if the position can be treated as the start of a word. NotifyTextMarkChanged(ITextMark) Call this method to notify the control that properties of a mark has changed. This will cause the control to be refreshed in order to show the updated properties. Declaration void NotifyTextMarkChanged(ITextMark mark) Parameters Type Name Description ITextMark mark The properties representing the mark that has changed. PasteClipboardToDocument() Pastes the clipboard contents to the document. Declaration void PasteClipboardToDocument() Redo() Redo the last undo operation and move the selection to the corresponding location. Declaration bool Redo() Returns Type Description System.Boolean true if anything was changed. RedoMultiple(Int64) Redo a number of operations in one go. The selection will be moved to the location of the last of the redo operations. Declaration bool RedoMultiple(long count) Parameters Type Name Description System.Int64 count If this value is higher than the number of available redo operations, all of them are performed. Returns Type Description System.Boolean true if anything was changed. Redraw() Force a re-layout, re-draw and refresh of the content of the control. This is quite an expensive command - a less expensive alternative is to use Refresh() if the layout has not been changed. Declaration void Redraw() Remarks Call this method to update the control if the document content has changed as the result of external API operations, e.g. after loading a document from a file. Refresh() Refreshes the content of the control without re-drawing the layout etc. Declaration void Refresh() Remarks This is a less expensive command than Redraw() and should be used if the content of a cell has changed but the layout has not. RemoveColumn(ICustomColumn) Remove a custom column from the edit control. Declaration void RemoveColumn(ICustomColumn column) Parameters Type Name Description ICustomColumn column The column to be removed. RemoveTextMark(ITextMark) Remove the specified text mark from the control. Declaration void RemoveTextMark(ITextMark mark) Parameters Type Name Description ITextMark mark The mark to be removed. If the mark is not part of this control this call has no effect. ReplaceSelection(IDocumentFragment) Replace any currently selected content with the content of a document fragment. Declaration void ReplaceSelection(IDocumentFragment newContent) Parameters Type Name Description IDocumentFragment newContent The new document content to be inserted. If this is null or empty this method will just delete any currently selected content. Remarks If the current selection cannot be replaced with the document content an EditException is thown. See Also CopySelection() ScrollIntoView(IRowInfo) If possible, ensures that the view is scrolled as needed in order that the specified row is visible. Declaration void ScrollIntoView(IRowInfo row) Parameters Type Name Description IRowInfo row The row to scroll into view. Remarks If the row is already visible no action is taken. ScrollIntoView(Position) If possible ensures that the view is scrolled as needed in order for the specified position to be visible. Declaration void ScrollIntoView(Position position) Parameters Type Name Description Position position The position to scroll into view. Remarks If the the position is already visible no action is taken. ScrollToCenter(IRowInfo) If possible, scrolls the specified row in to the center of the screen. Declaration void ScrollToCenter(IRowInfo row) Parameters Type Name Description IRowInfo row The row to scroll into the center of the screen. ScrollToRow(Int64, Int64) Scroll the control so that the specified vertical offset of the specified row number appears at the very top of the control window. Declaration void ScrollToRow(long topRowNumber, long offset) Parameters Type Name Description System.Int64 topRowNumber The row to scroll to the top of the control window. System.Int64 offset The offset within the row to scroll to the top of the control window. SelectRow(IRowInfo) Selects the row in the edit control. This will typically be highlighted in some way and used for multiple row or segment operations. Declaration void SelectRow(IRowInfo row) Parameters Type Name Description IRowInfo row The row to select. SelectRow(IRowInfo, Boolean, Boolean) Selects the row in the edit control. This will typically be highlighted in some way and used for multiple row or segment operations. Declaration void SelectRow(IRowInfo row, bool isRangeOperation, bool isLastInRange) Parameters Type Name Description IRowInfo row The row to select. System.Boolean isRangeOperation True when user performs a multiple selection. System.Boolean isLastInRange True when user performs a multiple selection and row is the last selected one. SelectRowRange(IRowInfo, IRowInfo) Selects all the rows in the range defined by the fromRow and uptoRow inclusive. The fromRow does not have to be before the uptoRow, this will be taken in to account. Rows in this range will be marked as selected regardless of their previous selection state. Declaration void SelectRowRange(IRowInfo fromRow, IRowInfo uptoRow) Parameters Type Name Description IRowInfo fromRow The start of the range to select IRowInfo uptoRow The end of the range to select SetRowsHighlighted(IList, Boolean) Sets the highlighted status of the rows in the list according to the highlight parameter. Declaration void SetRowsHighlighted(IList rowNumbers, bool highlight) Parameters Type Name Description System.Collections.Generic.IList < System.Int32 > rowNumbers The rows to highlight. System.Boolean highlight true if the rows should be highlighted, false if the normal background color should be restored. SetRowsVisibility(Predicate) Sets the visibility of all the rows in the edit control according to the delegate. Declaration void SetRowsVisibility(Predicate rowDelegate) Parameters Type Name Description System.Predicate < IRowInfo > rowDelegate The delegate that evaluates the row and determines whether or not it should be visible or hidden. Undo() Undo the last operation that changed document content and move the selection to that location. Declaration bool Undo() Returns Type Description System.Boolean true if anything was changed. UndoMultiple(Int64) Undo a number of operations in one go. The selection will be moved to the location of the last of the undo operations. Declaration bool UndoMultiple(long count) Parameters Type Name Description System.Int64 count If this value is higher than the number of available undo operations, all of them are performed. Returns Type Description System.Boolean true if anything was changed. Events ActiveRowChanged Raised when the active row has changed in the edit control. Declaration event EventHandler ActiveRowChanged Event Type Type Description System.EventHandler < ActiveRowChangedEventArgs > AfterInitialUpdate Raised when the visible area of the control has been fully laid out and painted for the first time. This event will also be raised if a different document is assigned to the control (after the initial update resulting from that). Declaration event EventHandler AfterInitialUpdate Event Type Type Description System.EventHandler < AfterInitialUpdateEventArgs > AllSelectedRowsCleared Raised whenever all the selected rows have been removed from the SelectedRows enumerator using ClearAllRowSelections() . Declaration event EventHandler AllSelectedRowsCleared Event Type Type Description System.EventHandler < RowsChangedEventArgs > BeginSelectedRowOperationChanged Raised when the editor is beginning to perform a selected row operation. Declaration event EventHandler BeginSelectedRowOperationChanged Event Type Type Description System.EventHandler < EditControlEventArgs > ContentHeightChanged Fired when the height of the content displayed in the edit control changes. Declaration event EventHandler ContentHeightChanged Event Type Type Description System.EventHandler < ContentHeightChangedEventArgs > EndSelectedRowOperationChanged Raised when the editor is finished performing a selected row operation. Declaration event EventHandler EndSelectedRowOperationChanged Event Type Type Description System.EventHandler < EditControlEventArgs > HighlightedRowChanged Raised whenever a single row has been highlighted or the original background color has been restored. Declaration event EventHandler HighlightedRowChanged Event Type Type Description System.EventHandler < RowChangedEventArgs > HighlightedRowsChanged Raised when the set of highlighted rows in the edit control has changed as a result of SetRowsHighlighted(IList, Boolean) being called. To catch individual row changes, use HighlightedRowChanged . Declaration event EventHandler HighlightedRowsChanged Event Type Type Description System.EventHandler < RowsChangedEventArgs > IMECompositionChanged Raised when the IME composition is changed Declaration event EventHandler IMECompositionChanged Event Type Type Description System.EventHandler < System.EventArgs > IMEEndComposition Raised when the IME composition is complete or cancelled Declaration event EventHandler IMEEndComposition Event Type Type Description System.EventHandler < System.EventArgs > IMEStartComposition Raised when the IME composition is started Declaration event EventHandler IMEStartComposition Event Type Type Description System.EventHandler < System.EventArgs > MouseEnteringNode Fired when the mouse is moved to an area that is covered by the visual representation of a content node in the document. Declaration event EventHandler MouseEnteringNode Event Type Type Description System.EventHandler < MouseEnteringNodeEventArgs > Remarks A corresponding event MouseLeavingNode will be fired when the mouse pointer is moved outside of the area. These events can be used when showing tooltips or implementing \"hot\" highlighting of nodes in the edit control. MouseEnteringTextMarks Fired when the mouse is moved into the area that is covered by the visual representation of a text mark or multiple text marks in the document. Declaration event EventHandler MouseEnteringTextMarks Event Type Type Description System.EventHandler < MouseOverTextMarksChangedEventArgs > MouseLeavingNode Fired when the mouse is moved out of the area that is covered by the visual representation of a content node in the document. Declaration event EventHandler MouseLeavingNode Event Type Type Description System.EventHandler < MouseLeavingNodeEventArgs > Remarks A corresponding event MouseEnteringNode was fired when the mouse pointer was moved inside of the area. These events can be used when showing tooltips or implementing \"hot\" highlighting of nodes in the edit control. MouseLeavingTextMarks Fired when the mouse is moved out of the area that is covered by the visual representation of a text mark or multiple text marks in the document. Declaration event EventHandler MouseLeavingTextMarks Event Type Type Description System.EventHandler < MouseOverTextMarksChangedEventArgs > OverwriteModeChanged This event is fired whenever the editor changes between \"overwrite\" and \"insert\" mode and should be used to notify the user of the current state as defined by IsOverwriteModeEnabled . Declaration event EventHandler OverwriteModeChanged Event Type Type Description System.EventHandler < OverwriteModeChangedEventArgs > PersistentScrollInfoChanged Raised after the TopmostVisibleRowNumber and/or the TopmostVisibleRowScrollOffset values have changed. Declaration event EventHandler PersistentScrollInfoChanged Event Type Type Description System.EventHandler < PersistentScrollInfoChangedEventArgs > RowBackColorChanged Raised whenever the FundamentalBackColor or HighlightBackColor of a single row has been changed. This is not raised when a row's Highlighted property is changed. Declaration event EventHandler RowBackColorChanged Event Type Type Description System.EventHandler < RowChangedEventArgs > RowStructureChanged Raised when the row structure has changed. This can happen when segments are merged or split, or when a new document is assigned. All previous rows will no longer be valid at this time. Declaration event EventHandler RowStructureChanged Event Type Type Description System.EventHandler < RowsChangedEventArgs > SelectedRowChanged Raised whenever a row has been added to or removed from the SelectedRows enumerator using SelectRow(IRowInfo) or ClearRowSelection(IRowInfo) . Declaration event EventHandler SelectedRowChanged Event Type Type Description System.EventHandler < RowChangedEventArgs > SelectionChanged Fired when selection changes, either because of user actions or through the API. Declaration event EventHandler SelectionChanged Event Type Type Description System.EventHandler < SelectionChangedEventArgs > SelectionWasDeleted This event is raised for TQA mode when a selection is deleted in order to pop up the properties dialog Declaration event EventHandler SelectionWasDeleted Event Type Type Description System.EventHandler < System.EventArgs > SourceEditingModeEnded This event is fired when the source editing mode is ended Declaration event EventHandler SourceEditingModeEnded Event Type Type Description System.EventHandler < SourceEditingModeEndedEventArgs > VScroll Our scroll event that needs to be handled when synchronized scrolling is enabled Declaration event EventHandler VScroll Event Type Type Description System.EventHandler < VScrollEventArgs > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IEditOperationVisitor.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IEditOperationVisitor.html", "title": "Interface IEditOperationVisitor", - "keywords": "Interface IEditOperationVisitor Visitor interface for edit operations. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IEditOperationVisitor Methods VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) Called by IChangeGhostStatusOperation implementations. Declaration void VisitChangeGhostStatusOperation(IChangeGhostStatusOperation operation) Parameters Type Name Description IChangeGhostStatusOperation operation VisitChangeTextOperation(IChangeTextOperation) Called by IChangeTextOperation implementations. Declaration void VisitChangeTextOperation(IChangeTextOperation operation) Parameters Type Name Description IChangeTextOperation operation VisitDeleteNodeOperation(IDeleteNodeOperation) Called by IDeleteNodeOperation implementations. Declaration void VisitDeleteNodeOperation(IDeleteNodeOperation operation) Parameters Type Name Description IDeleteNodeOperation operation VisitInsertNodeOperation(IInsertNodeOperation) Called by IInsertNodeOperation implementations. Declaration void VisitInsertNodeOperation(IInsertNodeOperation operation) Parameters Type Name Description IInsertNodeOperation operation Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IEditOperationVisitor Visitor interface for edit operations. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IEditOperationVisitor Methods VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) Called by IChangeGhostStatusOperation implementations. Declaration void VisitChangeGhostStatusOperation(IChangeGhostStatusOperation operation) Parameters Type Name Description IChangeGhostStatusOperation operation VisitChangeTextOperation(IChangeTextOperation) Called by IChangeTextOperation implementations. Declaration void VisitChangeTextOperation(IChangeTextOperation operation) Parameters Type Name Description IChangeTextOperation operation VisitDeleteNodeOperation(IDeleteNodeOperation) Called by IDeleteNodeOperation implementations. Declaration void VisitDeleteNodeOperation(IDeleteNodeOperation operation) Parameters Type Name Description IDeleteNodeOperation operation VisitInsertNodeOperation(IInsertNodeOperation) Called by IInsertNodeOperation implementations. Declaration void VisitInsertNodeOperation(IInsertNodeOperation operation) Parameters Type Name Description IInsertNodeOperation operation Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IFileContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IFileContainerNode.html", "title": "Interface IFileContainerNode", - "keywords": "Interface IFileContainerNode Container node that spans the entire content of a file, as represented in the editor. Inherited Members IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IEnumerable.GetEnumerator() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IFileContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable Remarks All ParagraphUnits in the file appear inside this container. File containers cannot be nested, i.e. there can be no other file container inside this one. provides read-only access to the file properties from the filter framework. Properties FileProperties Read-only access to the underlying filter framework information about the file this container represents. Declaration IFileProperties FileProperties { get; } Property Value Type Description IFileProperties Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IFileContainerNode Container node that spans the entire content of a file, as represented in the editor. Inherited Members IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IFileContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable Remarks All ParagraphUnits in the file appear inside this container. File containers cannot be nested, i.e. there can be no other file container inside this one. provides read-only access to the file properties from the filter framework. Properties FileProperties Read-only access to the underlying filter framework information about the file this container represents. Declaration IFileProperties FileProperties { get; } Property Value Type Description IFileProperties Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IFind.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IFind.html", "title": "Interface IFind", - "keywords": "Interface IFind This interface provides functionality for searching the document, for example, a \"find and replace\" feature. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IFind Properties Finished true if the search has completed. Declaration bool Finished { get; } Property Value Type Description bool Match The match resulting from the find operation, null if nothing was found. Declaration Match Match { get; } Property Value Type Description Match MatchFound true if a match was found. Declaration bool MatchFound { get; } Property Value Type Description bool MatchRange The range denoting the start and end of the current match. Declaration ContentRange MatchRange { get; } Property Value Type Description ContentRange Properties The properties that describe the settings used when running the search. Declaration IFindProperties Properties { get; } Property Value Type Description IFindProperties Range The range in the document that the search applies to. Declaration ContentRange Range { get; } Property Value Type Description ContentRange Text The text to search for. Declaration string Text { get; } Property Value Type Description string Methods NextMatch() Moves the find operation to the next match and returns true while a match exists. Declaration bool NextMatch() Returns Type Description bool UpdateRangeFrom(Position) Updates the \"from\" position of the Range property. This should be a valid position in the document. Declaration void UpdateRangeFrom(Position from) Parameters Type Name Description Position from UpdateRangeUpTo(Position) Updates the \"upto\" position of the Range property. This should be a valid position in the document. Declaration void UpdateRangeUpTo(Position upTo) Parameters Type Name Description Position upTo Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IFind This interface provides functionality for searching the document, for example, a \"find and replace\" feature. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IFind Properties Finished true if the search has completed. Declaration bool Finished { get; } Property Value Type Description System.Boolean Match The match resulting from the find operation, null if nothing was found. Declaration Match Match { get; } Property Value Type Description System.Text.RegularExpressions.Match MatchFound true if a match was found. Declaration bool MatchFound { get; } Property Value Type Description System.Boolean MatchRange The range denoting the start and end of the current match. Declaration ContentRange MatchRange { get; } Property Value Type Description ContentRange Properties The properties that describe the settings used when running the search. Declaration IFindProperties Properties { get; } Property Value Type Description IFindProperties Range The range in the document that the search applies to. Declaration ContentRange Range { get; } Property Value Type Description ContentRange Text The text to search for. Declaration string Text { get; } Property Value Type Description System.String Methods NextMatch() Moves the find operation to the next match and returns true while a match exists. Declaration bool NextMatch() Returns Type Description System.Boolean UpdateRangeFrom(Position) Updates the \"from\" position of the Range property. This should be a valid position in the document. Declaration void UpdateRangeFrom(Position from) Parameters Type Name Description Position from UpdateRangeUpTo(Position) Updates the \"upto\" position of the Range property. This should be a valid position in the document. Declaration void UpdateRangeUpTo(Position upTo) Parameters Type Name Description Position upTo Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IFindProperties.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IFindProperties.html", "title": "Interface IFindProperties", - "keywords": "Interface IFindProperties Properties used to describe the search that is being performed. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IFindProperties Properties CaseSensitive true if performaing a case sensitive search. Declaration bool CaseSensitive { get; } Property Value Type Description bool MatchWholeWord true if the search should match the whole word. Declaration bool MatchWholeWord { get; } Property Value Type Description bool Type Returns the type of data being searched for. Declaration FindType Type { get; } Property Value Type Description FindType Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IFindProperties Properties used to describe the search that is being performed. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IFindProperties Properties CaseSensitive true if performaing a case sensitive search. Declaration bool CaseSensitive { get; } Property Value Type Description System.Boolean MatchWholeWord true if the search should match the whole word. Declaration bool MatchWholeWord { get; } Property Value Type Description System.Boolean Type Returns the type of data being searched for. Declaration FindType Type { get; } Property Value Type Description FindType Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkDocument.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkDocument.html", "title": "Interface IFrameworkDocument", - "keywords": "Interface IFrameworkDocument Document used with IFrameworkEditControl . Represents source or target content in a bilingual document. Inherited Members IAbstractFrameworkDocument.CreateDocumentFragment() IAbstractFrameworkDocument.Copy() IAbstractFrameworkDocument.CopyInternal(bool) IAbstractFrameworkDocument.Replace(IDocumentFragment) IAbstractFrameworkDocument.InsertSegment(ISegmentPairProperties, ISegmentContainerNode) IAbstractFrameworkDocument.GetMarkupDataRanges(ContentRange) IAbstractFrameworkDocument.MergeIdenticalNeighboringTags(ContentRange) IAbstractFrameworkDocument.GetNearestPosition(IMessageLocation) IAbstractFrameworkDocument.RestoreGhostTags() IAbstractFrameworkDocument.ItemFactory IAbstractFrameworkDocument.PropertiesFactory IAbstractFrameworkDocument.DocumentProperties IAbstractFrameworkDocument.ContentChanged IDocument.MoveActiveRange(ContentRange) IDocument.MoveActiveRange(IContentSelection) IDocument.Delete() IDocument.CopyAsText(bool) IDocument.ActiveRange IDocument.IsDirty IDocument.UndoBuffer IDocument.AfterEditOperationAborted IDocument.EditOperationCompleting IDocument.EditOperationStarting IDisposable.Dispose() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IFrameworkDocument : IAbstractFrameworkDocument, IDocument, IDisposable Properties IsSource true if the document is the Source document in the bilingual document. Declaration bool IsSource { get; } Property Value Type Description bool ParentDocument The bilingual document this document is part of. Declaration IBilingualDocument ParentDocument { get; } Property Value Type Description IBilingualDocument RootContainer The root container of all content in the document. Declaration IDocumentContainerNode RootContainer { get; } Property Value Type Description IDocumentContainerNode Methods ApplyQuickTagToActiveRange(IQuickTag) Insert a QuickTag into the document. Declaration ContentRange ApplyQuickTagToActiveRange(IQuickTag quickTag) Parameters Type Name Description IQuickTag quickTag The QuickTag definition for the tag to insert. Must not be null . Returns Type Description ContentRange The range of content the that was wrapped with the QuickTag if it contains a content placeholder. If no content was wrapped but the QuickTag did have a content placeholder the returned range indicates where the corresponding location is in the document. If the QuickTag does not have a content placeholder this method returns null . (Note that a null return value still means the operation was successful. If the operation fails an exception is thrown.) Remarks If the QuickTag contains a content placeholder and the active range is not empty the range content will be moved into the corresponding location after the QuickTag has been inserted. The returned range represents the content that was wrapped by the QuickTag (if any). The ActiveRange after execution will span all the inserted content. If the QuickTag does not contain a content placeholder the content of the active range will be overwritten by the content from the QuickTag. All tags inserted through this operation will have their ID set to the value of the CommandId . GetParagraph(ParagraphUnitId) Convenient method for locating a specific paragraph unit in the document. Declaration IParagraphUnitContainerNode GetParagraph(ParagraphUnitId id) Parameters Type Name Description ParagraphUnitId id ID of the paragraph unit to locate. Returns Type Description IParagraphUnitContainerNode The node representing the paragraph unit, or null if no paragraph unit with this ID exists in the document content. GetParagraphs(ParagraphUnitId) Convenient method for locating multiple paragraph units with same ID in the document (e.g. under split files, loaded as merged). Declaration List GetParagraphs(ParagraphUnitId id) Parameters Type Name Description ParagraphUnitId id ID of the paragraph units to locate. Returns Type Description List IParagraphUnitContainerNode The nodes representing the paragraph units. GetSegment(ParagraphUnitId, SegmentId) Convenient method for locating a specific segment in the document. Declaration ISegmentContainerNode GetSegment(ParagraphUnitId paragraphId, SegmentId segmentId) Parameters Type Name Description ParagraphUnitId paragraphId ID of the paragraph unit the segment belongs to. SegmentId segmentId ID of the segment in the paragraph unit. Returns Type Description ISegmentContainerNode The node representing the segment, or null if no segment with the specified ID exists in the the paragraph unit with the specified ID or if no such paragraph unit exists in the document content. SplitTagsToContainer(IAbstractContainerNode) Method that splits the tags from the current ActiveRange up to (but not including) the split container. This is used when splitting segments to make sure that all child tags of a segment are split correctly at the split point. Declaration void SplitTagsToContainer(IAbstractContainerNode splitContainer) Parameters Type Name Description IAbstractContainerNode splitContainer The container to stop splitting tags at. This must be a parent container of the current selection position. Remarks Note that after performing the operation, the active range will be positioned to cover all the tags that have been split. If the active range is not empty (i.e. the from position is different to the upto position) then the tags will be split around this range (the range will be cleared from all tags). Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IFrameworkDocument Document used with IFrameworkEditControl . Represents source or target content in a bilingual document. Inherited Members IAbstractFrameworkDocument.CreateDocumentFragment() IAbstractFrameworkDocument.Copy() IAbstractFrameworkDocument.CopyInternal(Boolean) IAbstractFrameworkDocument.Replace(IDocumentFragment) IAbstractFrameworkDocument.InsertSegment(ISegmentPairProperties, ISegmentContainerNode) IAbstractFrameworkDocument.GetMarkupDataRanges(ContentRange) IAbstractFrameworkDocument.MergeIdenticalNeighboringTags(ContentRange) IAbstractFrameworkDocument.GetNearestPosition(IMessageLocation) IAbstractFrameworkDocument.RestoreGhostTags() IAbstractFrameworkDocument.ItemFactory IAbstractFrameworkDocument.PropertiesFactory IAbstractFrameworkDocument.DocumentProperties IAbstractFrameworkDocument.ContentChanged IDocument.MoveActiveRange(ContentRange) IDocument.MoveActiveRange(IContentSelection) IDocument.Delete() IDocument.CopyAsText(Boolean) IDocument.ActiveRange IDocument.IsDirty IDocument.UndoBuffer IDocument.AfterEditOperationAborted IDocument.EditOperationCompleting IDocument.EditOperationStarting System.IDisposable.Dispose() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IFrameworkDocument : IAbstractFrameworkDocument, IDocument, IDisposable Properties IsSource true if the document is the Source document in the bilingual document. Declaration bool IsSource { get; } Property Value Type Description System.Boolean ParentDocument The bilingual document this document is part of. Declaration IBilingualDocument ParentDocument { get; } Property Value Type Description IBilingualDocument RootContainer The root container of all content in the document. Declaration IDocumentContainerNode RootContainer { get; } Property Value Type Description IDocumentContainerNode Methods ApplyQuickTagToActiveRange(IQuickTag) Insert a QuickTag into the document. Declaration ContentRange ApplyQuickTagToActiveRange(IQuickTag quickTag) Parameters Type Name Description IQuickTag quickTag The QuickTag definition for the tag to insert. Must not be null . Returns Type Description ContentRange The range of content the that was wrapped with the QuickTag if it contains a content placeholder. If no content was wrapped but the QuickTag did have a content placeholder the returned range indicates where the corresponding location is in the document. If the QuickTag does not have a content placeholder this method returns null . (Note that a null return value still means the operation was successful. If the operation fails an exception is thrown.) Remarks If the QuickTag contains a content placeholder and the active range is not empty the range content will be moved into the corresponding location after the QuickTag has been inserted. The returned range represents the content that was wrapped by the QuickTag (if any). The ActiveRange after execution will span all the inserted content. If the QuickTag does not contain a content placeholder the content of the active range will be overwritten by the content from the QuickTag. All tags inserted through this operation will have their ID set to the value of the CommandId . GetParagraph(ParagraphUnitId) Convenient method for locating a specific paragraph unit in the document. Declaration IParagraphUnitContainerNode GetParagraph(ParagraphUnitId id) Parameters Type Name Description ParagraphUnitId id ID of the paragraph unit to locate. Returns Type Description IParagraphUnitContainerNode The node representing the paragraph unit, or null if no paragraph unit with this ID exists in the document content. GetParagraphs(ParagraphUnitId) Convenient method for locating multiple paragraph units with same ID in the document (e.g. under split files, loaded as merged). Declaration List GetParagraphs(ParagraphUnitId id) Parameters Type Name Description ParagraphUnitId id ID of the paragraph units to locate. Returns Type Description System.Collections.Generic.List < IParagraphUnitContainerNode > The nodes representing the paragraph units. GetSegment(ParagraphUnitId, SegmentId) Convenient method for locating a specific segment in the document. Declaration ISegmentContainerNode GetSegment(ParagraphUnitId paragraphId, SegmentId segmentId) Parameters Type Name Description ParagraphUnitId paragraphId ID of the paragraph unit the segment belongs to. SegmentId segmentId ID of the segment in the paragraph unit. Returns Type Description ISegmentContainerNode The node representing the segment, or null if no segment with the specified ID exists in the the paragraph unit with the specified ID or if no such paragraph unit exists in the document content. SplitTagsToContainer(IAbstractContainerNode) Method that splits the tags from the current ActiveRange up to (but not including) the split container. This is used when splitting segments to make sure that all child tags of a segment are split correctly at the split point. Declaration void SplitTagsToContainer(IAbstractContainerNode splitContainer) Parameters Type Name Description IAbstractContainerNode splitContainer The container to stop splitting tags at. This must be a parent container of the current selection position. Remarks Note that after performing the operation, the active range will be positioned to cover all the tags that have been split. If the active range is not empty (i.e. the from position is different to the upto position) then the tags will be split around this range (the range will be cleared from all tags). Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.html", "title": "Interface IFrameworkEditControl", - "keywords": "Interface IFrameworkEditControl Source or target language edit control in the ISideBySideEditor control. Inherited Members IAbstractFrameworkEditControl.CopySelection() IAbstractFrameworkEditControl.CopySelectionInternal(bool) IAbstractFrameworkEditControl.ReplaceSelection(IDocumentFragment) IAbstractFrameworkEditControl.ShowRows(IList) IAbstractFrameworkEditControl.HideRows(IList) IAbstractFrameworkEditControl.RestoreGhostTagsInSelection() IAbstractFrameworkEditControl.FindCustomColumnAtPoint(Point) IAbstractFrameworkEditControl.IsUndoCommandSource() IAbstractFrameworkEditControl.IsRedoCommandSource() IAbstractFrameworkEditControl.SuppressFormatting IAbstractFrameworkEditControl.TagDisplayMode IAbstractFrameworkEditControl.HideHideableTags IAbstractFrameworkEditControl.EditControlDisplaySettings IAbstractFrameworkEditControl.Font IAbstractFrameworkEditControl.ToolTipContentDelegate IEditControl.AddColumn(ICustomColumn, CustomColumnLocation) IEditControl.RemoveColumn(ICustomColumn) IEditControl.Redraw() IEditControl.Refresh() IEditControl.DeleteSelection() IEditControl.Undo() IEditControl.UndoMultiple(long) IEditControl.Redo() IEditControl.RedoMultiple(long) IEditControl.GetNearestLocation(Position) IEditControl.GetNearestPosition(Point) IEditControl.GetNearestVisiblePosition(Position) IEditControl.IsWordStart(Position) IEditControl.CreateTextIterator(Position) IEditControl.ScrollIntoView(Position) IEditControl.ScrollIntoView(IRowInfo) IEditControl.ScrollToCenter(IRowInfo) IEditControl.AutoScrollToRowPosition(IRowInfo, IRowInfo) IEditControl.ScrollToRow(long, long) IEditControl.FindRow(Position) IEditControl.IsRowVisible(int) IEditControl.GetVisibleRowsInRange(ContentRange) IEditControl.SetRowsVisibility(Predicate) IEditControl.SetRowsHighlighted(IList, bool) IEditControl.SelectRow(IRowInfo) IEditControl.SelectRow(IRowInfo, bool, bool) IEditControl.SelectRowRange(IRowInfo, IRowInfo) IEditControl.ChangeNextRowSelection() IEditControl.ChangePreviousRowSelection() IEditControl.ClearRowSelection(IRowInfo) IEditControl.ClearAllRowSelections() IEditControl.HasSelectedRows() IEditControl.BeginSelectedRowOperation() IEditControl.EndSelectedRowOperation() IEditControl.ChangeFocusedRowSelection() IEditControl.FocusNextRow() IEditControl.FocusPreviousRow() IEditControl.CanCopySelectionToClipboard() IEditControl.CanCutSelectionToClipboard() IEditControl.CanPasteClipboardToDocument() IEditControl.CopySelectionToClipboard() IEditControl.CutSelectionToClipboard() IEditControl.PasteClipboardToDocument() IEditControl.AddTextMark(ContentRange, TextMarkLayer, ITextMarkPainter) IEditControl.NotifyTextMarkChanged(ITextMark) IEditControl.RemoveTextMark(ITextMark) IEditControl.ClearTextMarks() IEditControl.AddActiveRowToSelected IEditControl.IsInitialUpdateCompleted IEditControl.AutoUpdate IEditControl.IsReadOnly IEditControl.AcceptsReturn IEditControl.AcceptsTab IEditControl.ShowWhitespaceCharacters IEditControl.HideFileTags IEditControl.SmartPasteAdjustingSpaces IEditControl.IsOverwriteModeEnabled IEditControl.HighlightedBackColor IEditControl.HighlightActiveRow IEditControl.SelectedBackColor IEditControl.Selection IEditControl.TagPainter IEditControl.ContentHeight IEditControl.VerticalScrollOffset IEditControl.TopmostVisibleRowNumber IEditControl.TopmostVisibleRowScrollOffset IEditControl.TextMarks IEditControl.ColumnsLeft IEditControl.ColumnsRight IEditControl.Rows IEditControl.VisibleRows IEditControl.HighlightedRows IEditControl.ActiveRow IEditControl.SelectedRows IEditControl.AfterInitialUpdate IEditControl.SelectionChanged IEditControl.SelectionWasDeleted IEditControl.ContentHeightChanged IEditControl.MouseEnteringNode IEditControl.MouseLeavingNode IEditControl.MouseEnteringTextMarks IEditControl.MouseLeavingTextMarks IEditControl.VScroll IEditControl.PersistentScrollInfoChanged IEditControl.ActiveRowChanged IEditControl.HighlightedRowsChanged IEditControl.HighlightedRowChanged IEditControl.SelectedRowChanged IEditControl.AllSelectedRowsCleared IEditControl.RowBackColorChanged IEditControl.RowStructureChanged IEditControl.BeginSelectedRowOperationChanged IEditControl.EndSelectedRowOperationChanged IEditControl.OverwriteModeChanged IEditControl.IMEStartComposition IEditControl.IMECompositionChanged IEditControl.IMEEndComposition IEditControl.SourceEditingModeEnded IControl.Control IDisposable.Dispose() ISynchronizableLayout.ChangeRowHeight(ISynchronizableCell, int) ISynchronizableLayout.Draw() ISynchronizableLayout.StructureChanged() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IFrameworkEditControl : IAbstractFrameworkEditControl, IEditControl, IControl, IDisposable, ISynchronizableLayout Properties CanAlwaysEditSource Set to true if the source can always be edited (TM edit), false if it editing is only on demand (document edit) Declaration bool CanAlwaysEditSource { get; set; } Property Value Type Description bool Document The source or target language document of the IBilingualDocument for the ISideBySideEditor control. Declaration IFrameworkDocument Document { get; set; } Property Value Type Description IFrameworkDocument EnableBackgroundLayout When true the edit control will use a background thread to process the layout, increasing performance for large documents (especially on a multi-core CPU). This may be an unrequired overhead for some controls so may be explicitly set to false (for example, if the control will never display large amounts of content). NOTE: this is enabled by default. Declaration bool EnableBackgroundLayout { get; set; } Property Value Type Description bool Remarks When using this control as part of the ISideBySideEditor control and setting this value to false , it is advisable to set the value as part of the handler for AfterEditControlsCreated . This ensures that the layout will be disabled at the earliest possible point after the controls have been created (and before the layout has started) every time the control is created. Focused Indicates whether the control has active focus or not. Used to determine if certain commands, such as Paste, apply to itself or not. Declaration bool Focused { get; } Property Value Type Description bool IsSource Set to true if the control is the source language control in the side-by-side editor. Declaration bool IsSource { get; } Property Value Type Description bool MayHaveVScrollBar Indicates whether the control can have a vertical scroll bar. This property will typically be false for the source control when synchronized scrolling for source and target is enabled. Declaration bool MayHaveVScrollBar { get; set; } Property Value Type Description bool ShadeRows When true alternate rows will appear shaded. (Default is true .) Declaration bool ShadeRows { get; set; } Property Value Type Description bool ShowParagraphBoundaries When true paragraph boundaries are drawn in the edit control. (Default is false .) Declaration bool ShowParagraphBoundaries { get; set; } Property Value Type Description bool ShowRowBoundaries when true row boundaries are drawn in the edit control. (Default is false .) Declaration bool ShowRowBoundaries { get; set; } Property Value Type Description bool TQAMode When true the edit control will track user TQA edits to the document as Feedback additions and deletions instead of actually inserting or deleting content. Default is false Declaration bool TQAMode { get; set; } Property Value Type Description bool TrackChanges When true the edit control will track user edits to the document as revisions instead of actually inserting or deleting content. Default is false . Declaration bool TrackChanges { get; set; } Property Value Type Description bool Methods ApplyAllDocumentRevisions() Applies the content of all revision markers in the document. Content will be applied according to the revision properties associated with the marker: content marked with Insert will be added to the document and the revision markers removed while content marked with Delete will be removed from the document along with the revision markers. Declaration void ApplyAllDocumentRevisions() ApplyQuickTagToSelection(IQuickTag) Insert a QuickTag into the document at the current selection. If the QuickTag contains a content placeholder and the selection is not empty the selected content will be moved into the corresponding location after the QuickTag has been inserted. If the selection is empty the cursor will be placed at the location instead. If the QuickTag does not contain a content placeholder any current selection will be overwritten by the content from the QuickTag. Declaration void ApplyQuickTagToSelection(IQuickTag quickTag) Parameters Type Name Description IQuickTag quickTag The QuickTag definition for the tag to insert. Must not be null . ApplyRevisionsAtSelection() Apply the content of a revision marker to the current selection. Content will be applied according to the revision properties associated with the marker: content marked with Insert will be added to the document and the revision markers removed while content marked with Delete will be removed from the document along with the revision markers. Declaration void ApplyRevisionsAtSelection() Remarks If the selection is considered empty (the start and end are at the same location) then the first parent container that is an IRevisionMarker will be taken as the revision to apply. If the selection is not empty then any revision content within the range of the selection will be applied to the document. If the selection range spans only part of a revision marker then only that part of the selection range will be applied - the rest of the revision marker content will remain. ChangeParagraphTextDirection(IParagraph, Direction) Allows manual override of the text direction of the paragraph. These changes will be stored in the undo buffer so can be reversed by undo commands. Declaration void ChangeParagraphTextDirection(IParagraph paragraph, Direction textDirection) Parameters Type Name Description IParagraph paragraph The paragraph to change the text direction of. Direction textDirection The text direction to apply to the paragraph. CleanHiddenTags(ContentRange) Cleans the range by removing any tags that can be hidden and do not contain anything between the start and end tags. Declaration void CleanHiddenTags(ContentRange range) Parameters Type Name Description ContentRange range DeleteToEndOfRow() Deletes the content of the row from the active end of the selection to the end of the row. Declaration void DeleteToEndOfRow() DeleteToNextTag() Deletes the content of the row from the active end of the selection to the next tag. This could be a start or end tag, a hidden formatting tag, a placeholder tag, or the end of the row. Declaration void DeleteToNextTag() ExtendSelectionToNextRow() Extends the current selection to include the content of the next row. If there currently is no selection or there is no previous row visible then the selection will not be changed. Declaration void ExtendSelectionToNextRow() ExtendSelectionToPreviousRow() Extends the current selection to include the content of the previous row. If there currently is no selection or there is no previous row visible then the selection will not be changed. Declaration void ExtendSelectionToPreviousRow() IsLockProtectionEnforced() Returns true if lock protection should be enforced on this edit control. Can be false when intentionally removing locked content. Declaration bool IsLockProtectionEnforced() Returns Type Description bool IsLockedRange(ContentRange) Tests whether the range can be safely edited or whether doing so would affect locked content. Declaration bool IsLockedRange(ContentRange range) Parameters Type Name Description ContentRange range The range to test. Returns Type Description bool true if the range contains locked content. IsRevisionProtectionEnforced() Returns true if revision protection should be enforced on this edit control. Can be false when intentionally removing revision content. Declaration bool IsRevisionProtectionEnforced() Returns Type Description bool LockSelection() Locks content of the current selection (disables it from localized editing). Declaration void LockSelection() Exceptions Type Condition EditException Thrown when the content of the selection cannot be locked. MergeIdenticalNeighboringTags(ContentRange) Merges neighboring tags that are identical to each other. Declaration void MergeIdenticalNeighboringTags(ContentRange range) Parameters Type Name Description ContentRange range MoveEmptySelectionToSpanSurroundingWord() Extends an empty selection in both directions so that it covers the full word the selection was originally in the middle of. Declaration bool MoveEmptySelectionToSpanSurroundingWord() Returns Type Description bool true if the selection is no longer empty (found a word to expand around or selection was not empty to start with); false if the selection was at the start or end of a word or on whitespace. NotifyAutomaticTextChange() Send a Notification that Content was changed automatically. This cna be triggered by Autocorrect, TM segment automatic apply of result etc Declaration void NotifyAutomaticTextChange() RebuildRowStructure() Force rebuild internal row stucture now instead of waiting for first redraw. Declaration void RebuildRowStructure() RejectAllDocumentRevisions() Rejects the content of all revision markers in the document. Content will be rejected according to the revision properties associated with the marker: content marked with Insert will be removed from the document and the revision markers removed while content marked with Delete will be restored to the document and the revision markers removed. Declaration void RejectAllDocumentRevisions() RejectRevisionsAtSelection() Reject the content of a revision marker in the current selection. Content will be rejected according to the revision properties associated with the marker: content marked with Insert will be removed from the document and the revision markers removed while content marked with Delete will be restored to the document and the revision markers removed. Declaration void RejectRevisionsAtSelection() Remarks If the selection is considered empty (the start and end are at the same location) then the first parent container that is an IRevisionMarker will be taken as the revision to remove. If the selection is not empty then any revision content within the range of the selection will be rejected from the document. If the selection range spans only part of a revision marker then only that part of the selection range will be rejected - the rest of the revision marker content will remain. RemoveFormattingFromSelection() Removes all tag pairs from within the selected range and splits any tag pairs surrounding the selection so that the selected range is no longer a part of any internal tag pair. Declaration void RemoveFormattingFromSelection() Remarks If the selection is empty then the tag pairs will be split around the empty selection, with the cursor moving to the center of the insertion. SetDelayedSegmentActivation(bool) Turns on/off delayed segment activation at user click. Default is on. Declaration void SetDelayedSegmentActivation(bool on) Parameters Type Name Description bool on SetRevisionProtectionEnforced(bool) Sets whether revision protection should be enforced in the edit control. Note: This should be set with caution and may be changed by the editor if required for certain functions. Declaration void SetRevisionProtectionEnforced(bool isEnforced) Parameters Type Name Description bool isEnforced When true revision protection will be enforced. TrimSelectionEnd() Trims any space from the end of the current selection if the selection spans text. Declaration void TrimSelectionEnd() Remarks This method will not move the selection under the following circumstances: when the selection is empty, when it is reversed and when it only spans whitespace. In other cases the Selection.UpTo will be moved backwards to the end of the last character position. This is most commonly used when applying formatting or other tags to a user selection and trying to emulate MS Word behavior (that is, the selection spans a word and trailing whitespace but the formatting is only applied to the word itself). UnlockSelection() Unlocks the content of the current selection (enables it for localized editing). Declaration void UnlockSelection() Exceptions Type Condition EditException Thrown when the content of the selection cannot be unlocked. Events RowStructureRebuilt Fired whenever the row structure is rebuilt. This is used by the ISideBySideEditor to re-determine which rows should be visible. Declaration event EventHandler RowStructureRebuilt Event Type Type Description EventHandler RowsChangedEventArgs Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IFrameworkEditControl Source or target language edit control in the ISideBySideEditor control. Inherited Members IAbstractFrameworkEditControl.CopySelection() IAbstractFrameworkEditControl.CopySelectionInternal(Boolean) IAbstractFrameworkEditControl.ReplaceSelection(IDocumentFragment) IAbstractFrameworkEditControl.ShowRows(IList) IAbstractFrameworkEditControl.HideRows(IList) IAbstractFrameworkEditControl.RestoreGhostTagsInSelection() IAbstractFrameworkEditControl.FindCustomColumnAtPoint(Point) IAbstractFrameworkEditControl.IsUndoCommandSource() IAbstractFrameworkEditControl.IsRedoCommandSource() IAbstractFrameworkEditControl.SuppressFormatting IAbstractFrameworkEditControl.TagDisplayMode IAbstractFrameworkEditControl.HideHideableTags IAbstractFrameworkEditControl.EditControlDisplaySettings IAbstractFrameworkEditControl.Font IAbstractFrameworkEditControl.ToolTipContentDelegate IEditControl.AddColumn(ICustomColumn, CustomColumnLocation) IEditControl.RemoveColumn(ICustomColumn) IEditControl.Redraw() IEditControl.Refresh() IEditControl.DeleteSelection() IEditControl.Undo() IEditControl.UndoMultiple(Int64) IEditControl.Redo() IEditControl.RedoMultiple(Int64) IEditControl.GetNearestLocation(Position) IEditControl.GetNearestPosition(Point) IEditControl.GetNearestVisiblePosition(Position) IEditControl.IsWordStart(Position) IEditControl.CreateTextIterator(Position) IEditControl.ScrollIntoView(Position) IEditControl.ScrollIntoView(IRowInfo) IEditControl.ScrollToCenter(IRowInfo) IEditControl.AutoScrollToRowPosition(IRowInfo, IRowInfo) IEditControl.ScrollToRow(Int64, Int64) IEditControl.FindRow(Position) IEditControl.IsRowVisible(Int32) IEditControl.GetVisibleRowsInRange(ContentRange) IEditControl.SetRowsVisibility(Predicate) IEditControl.SetRowsHighlighted(IList, Boolean) IEditControl.SelectRow(IRowInfo) IEditControl.SelectRow(IRowInfo, Boolean, Boolean) IEditControl.SelectRowRange(IRowInfo, IRowInfo) IEditControl.ChangeNextRowSelection() IEditControl.ChangePreviousRowSelection() IEditControl.ClearRowSelection(IRowInfo) IEditControl.ClearAllRowSelections() IEditControl.HasSelectedRows() IEditControl.BeginSelectedRowOperation() IEditControl.EndSelectedRowOperation() IEditControl.ChangeFocusedRowSelection() IEditControl.FocusNextRow() IEditControl.FocusPreviousRow() IEditControl.CanCopySelectionToClipboard() IEditControl.CanCutSelectionToClipboard() IEditControl.CanPasteClipboardToDocument() IEditControl.CopySelectionToClipboard() IEditControl.CutSelectionToClipboard() IEditControl.PasteClipboardToDocument() IEditControl.AddTextMark(ContentRange, TextMarkLayer, ITextMarkPainter) IEditControl.NotifyTextMarkChanged(ITextMark) IEditControl.RemoveTextMark(ITextMark) IEditControl.ClearTextMarks() IEditControl.AddActiveRowToSelected IEditControl.IsInitialUpdateCompleted IEditControl.AutoUpdate IEditControl.IsReadOnly IEditControl.AcceptsReturn IEditControl.AcceptsTab IEditControl.ShowWhitespaceCharacters IEditControl.HideFileTags IEditControl.SmartPasteAdjustingSpaces IEditControl.IsOverwriteModeEnabled IEditControl.HighlightedBackColor IEditControl.HighlightActiveRow IEditControl.SelectedBackColor IEditControl.Selection IEditControl.TagPainter IEditControl.ContentHeight IEditControl.VerticalScrollOffset IEditControl.TopmostVisibleRowNumber IEditControl.TopmostVisibleRowScrollOffset IEditControl.TextMarks IEditControl.ColumnsLeft IEditControl.ColumnsRight IEditControl.Rows IEditControl.VisibleRows IEditControl.HighlightedRows IEditControl.ActiveRow IEditControl.SelectedRows IEditControl.AfterInitialUpdate IEditControl.SelectionChanged IEditControl.SelectionWasDeleted IEditControl.ContentHeightChanged IEditControl.MouseEnteringNode IEditControl.MouseLeavingNode IEditControl.MouseEnteringTextMarks IEditControl.MouseLeavingTextMarks IEditControl.VScroll IEditControl.PersistentScrollInfoChanged IEditControl.ActiveRowChanged IEditControl.HighlightedRowsChanged IEditControl.HighlightedRowChanged IEditControl.SelectedRowChanged IEditControl.AllSelectedRowsCleared IEditControl.RowBackColorChanged IEditControl.RowStructureChanged IEditControl.BeginSelectedRowOperationChanged IEditControl.EndSelectedRowOperationChanged IEditControl.OverwriteModeChanged IEditControl.IMEStartComposition IEditControl.IMECompositionChanged IEditControl.IMEEndComposition IEditControl.SourceEditingModeEnded IControl.Control System.IDisposable.Dispose() ISynchronizableLayout.ChangeRowHeight(ISynchronizableCell, Int32) ISynchronizableLayout.Draw() ISynchronizableLayout.StructureChanged() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IFrameworkEditControl : IAbstractFrameworkEditControl, IEditControl, IControl, IDisposable, ISynchronizableLayout Properties CanAlwaysEditSource Set to true if the source can always be edited (TM edit), false if it editing is only on demand (document edit) Declaration bool CanAlwaysEditSource { get; set; } Property Value Type Description System.Boolean Document The source or target language document of the IBilingualDocument for the ISideBySideEditor control. Declaration IFrameworkDocument Document { get; set; } Property Value Type Description IFrameworkDocument EnableBackgroundLayout When true the edit control will use a background thread to process the layout, increasing performance for large documents (especially on a multi-core CPU). This may be an unrequired overhead for some controls so may be explicitly set to false (for example, if the control will never display large amounts of content). NOTE: this is enabled by default. Declaration bool EnableBackgroundLayout { get; set; } Property Value Type Description System.Boolean Remarks When using this control as part of the ISideBySideEditor control and setting this value to false , it is advisable to set the value as part of the handler for AfterEditControlsCreated . This ensures that the layout will be disabled at the earliest possible point after the controls have been created (and before the layout has started) every time the control is created. Focused Indicates whether the control has active focus or not. Used to determine if certain commands, such as Paste, apply to itself or not. Declaration bool Focused { get; } Property Value Type Description System.Boolean IsSource Set to true if the control is the source language control in the side-by-side editor. Declaration bool IsSource { get; } Property Value Type Description System.Boolean MayHaveVScrollBar Indicates whether the control can have a vertical scroll bar. This property will typically be false for the source control when synchronized scrolling for source and target is enabled. Declaration bool MayHaveVScrollBar { get; set; } Property Value Type Description System.Boolean ShadeRows When true alternate rows will appear shaded. (Default is true .) Declaration bool ShadeRows { get; set; } Property Value Type Description System.Boolean ShowParagraphBoundaries When true paragraph boundaries are drawn in the edit control. (Default is false .) Declaration bool ShowParagraphBoundaries { get; set; } Property Value Type Description System.Boolean ShowRowBoundaries when true row boundaries are drawn in the edit control. (Default is false .) Declaration bool ShowRowBoundaries { get; set; } Property Value Type Description System.Boolean TQAMode When true the edit control will track user TQA edits to the document as Feedback additions and deletions instead of actually inserting or deleting content. Default is false Declaration bool TQAMode { get; set; } Property Value Type Description System.Boolean TrackChanges When true the edit control will track user edits to the document as revisions instead of actually inserting or deleting content. Default is false . Declaration bool TrackChanges { get; set; } Property Value Type Description System.Boolean Methods ApplyAllDocumentRevisions() Applies the content of all revision markers in the document. Content will be applied according to the revision properties associated with the marker: content marked with Insert will be added to the document and the revision markers removed while content marked with Delete will be removed from the document along with the revision markers. Declaration void ApplyAllDocumentRevisions() ApplyQuickTagToSelection(IQuickTag) Insert a QuickTag into the document at the current selection. If the QuickTag contains a content placeholder and the selection is not empty the selected content will be moved into the corresponding location after the QuickTag has been inserted. If the selection is empty the cursor will be placed at the location instead. If the QuickTag does not contain a content placeholder any current selection will be overwritten by the content from the QuickTag. Declaration void ApplyQuickTagToSelection(IQuickTag quickTag) Parameters Type Name Description IQuickTag quickTag The QuickTag definition for the tag to insert. Must not be null . ApplyRevisionsAtSelection() Apply the content of a revision marker to the current selection. Content will be applied according to the revision properties associated with the marker: content marked with Insert will be added to the document and the revision markers removed while content marked with Delete will be removed from the document along with the revision markers. Declaration void ApplyRevisionsAtSelection() Remarks If the selection is considered empty (the start and end are at the same location) then the first parent container that is an IRevisionMarker will be taken as the revision to apply. If the selection is not empty then any revision content within the range of the selection will be applied to the document. If the selection range spans only part of a revision marker then only that part of the selection range will be applied - the rest of the revision marker content will remain. ChangeParagraphTextDirection(IParagraph, Direction) Allows manual override of the text direction of the paragraph. These changes will be stored in the undo buffer so can be reversed by undo commands. Declaration void ChangeParagraphTextDirection(IParagraph paragraph, Direction textDirection) Parameters Type Name Description IParagraph paragraph The paragraph to change the text direction of. Direction textDirection The text direction to apply to the paragraph. CleanHiddenTags(ContentRange) Cleans the range by removing any tags that can be hidden and do not contain anything between the start and end tags. Declaration void CleanHiddenTags(ContentRange range) Parameters Type Name Description ContentRange range DeleteToEndOfRow() Deletes the content of the row from the active end of the selection to the end of the row. Declaration void DeleteToEndOfRow() DeleteToNextTag() Deletes the content of the row from the active end of the selection to the next tag. This could be a start or end tag, a hidden formatting tag, a placeholder tag, or the end of the row. Declaration void DeleteToNextTag() ExtendSelectionToNextRow() Extends the current selection to include the content of the next row. If there currently is no selection or there is no previous row visible then the selection will not be changed. Declaration void ExtendSelectionToNextRow() ExtendSelectionToPreviousRow() Extends the current selection to include the content of the previous row. If there currently is no selection or there is no previous row visible then the selection will not be changed. Declaration void ExtendSelectionToPreviousRow() IsLockedRange(ContentRange) Tests whether the range can be safely edited or whether doing so would affect locked content. Declaration bool IsLockedRange(ContentRange range) Parameters Type Name Description ContentRange range The range to test. Returns Type Description System.Boolean true if the range contains locked content. IsLockProtectionEnforced() Returns true if lock protection should be enforced on this edit control. Can be false when intentionally removing locked content. Declaration bool IsLockProtectionEnforced() Returns Type Description System.Boolean IsRevisionProtectionEnforced() Returns true if revision protection should be enforced on this edit control. Can be false when intentionally removing revision content. Declaration bool IsRevisionProtectionEnforced() Returns Type Description System.Boolean LockSelection() Locks content of the current selection (disables it from localized editing). Declaration void LockSelection() Exceptions Type Condition EditException Thrown when the content of the selection cannot be locked. MergeIdenticalNeighboringTags(ContentRange) Merges neighboring tags that are identical to each other. Declaration void MergeIdenticalNeighboringTags(ContentRange range) Parameters Type Name Description ContentRange range MoveEmptySelectionToSpanSurroundingWord() Extends an empty selection in both directions so that it covers the full word the selection was originally in the middle of. Declaration bool MoveEmptySelectionToSpanSurroundingWord() Returns Type Description System.Boolean true if the selection is no longer empty (found a word to expand around or selection was not empty to start with); false if the selection was at the start or end of a word or on whitespace. NotifyAutomaticTextChange() Send a Notification that Content was changed automatically. This cna be triggered by Autocorrect, TM segment automatic apply of result etc Declaration void NotifyAutomaticTextChange() RebuildRowStructure() Force rebuild internal row stucture now instead of waiting for first redraw. Declaration void RebuildRowStructure() RejectAllDocumentRevisions() Rejects the content of all revision markers in the document. Content will be rejected according to the revision properties associated with the marker: content marked with Insert will be removed from the document and the revision markers removed while content marked with Delete will be restored to the document and the revision markers removed. Declaration void RejectAllDocumentRevisions() RejectRevisionsAtSelection() Reject the content of a revision marker in the current selection. Content will be rejected according to the revision properties associated with the marker: content marked with Insert will be removed from the document and the revision markers removed while content marked with Delete will be restored to the document and the revision markers removed. Declaration void RejectRevisionsAtSelection() Remarks If the selection is considered empty (the start and end are at the same location) then the first parent container that is an IRevisionMarker will be taken as the revision to remove. If the selection is not empty then any revision content within the range of the selection will be rejected from the document. If the selection range spans only part of a revision marker then only that part of the selection range will be rejected - the rest of the revision marker content will remain. RemoveFormattingFromSelection() Removes all tag pairs from within the selected range and splits any tag pairs surrounding the selection so that the selected range is no longer a part of any internal tag pair. Declaration void RemoveFormattingFromSelection() Remarks If the selection is empty then the tag pairs will be split around the empty selection, with the cursor moving to the center of the insertion. SetDelayedSegmentActivation(Boolean) Turns on/off delayed segment activation at user click. Default is on. Declaration void SetDelayedSegmentActivation(bool on) Parameters Type Name Description System.Boolean on SetRevisionProtectionEnforced(Boolean) Sets whether revision protection should be enforced in the edit control. Note: This should be set with caution and may be changed by the editor if required for certain functions. Declaration void SetRevisionProtectionEnforced(bool isEnforced) Parameters Type Name Description System.Boolean isEnforced When true revision protection will be enforced. TrimSelectionEnd() Trims any space from the end of the current selection if the selection spans text. Declaration void TrimSelectionEnd() Remarks This method will not move the selection under the following circumstances: when the selection is empty, when it is reversed and when it only spans whitespace. In other cases the Selection.UpTo will be moved backwards to the end of the last character position. This is most commonly used when applying formatting or other tags to a user selection and trying to emulate MS Word behavior (that is, the selection spans a word and trailing whitespace but the formatting is only applied to the word itself). UnlockSelection() Unlocks the content of the current selection (enables it for localized editing). Declaration void UnlockSelection() Exceptions Type Condition EditException Thrown when the content of the selection cannot be unlocked. Events RowStructureRebuilt Fired whenever the row structure is rebuilt. This is used by the ISideBySideEditor to re-determine which rows should be visible. Declaration event EventHandler RowStructureRebuilt Event Type Type Description System.EventHandler < RowsChangedEventArgs > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IInsertNodeOperation.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IInsertNodeOperation.html", "title": "Interface IInsertNodeOperation", - "keywords": "Interface IInsertNodeOperation Represents an edit operation that inserted a node. Inherited Members IAbstractEditOperation.AcceptVisitor(IEditOperationVisitor) Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IInsertNodeOperation : IAbstractEditOperation Properties Node The node that was inserted. Declaration INode Node { get; set; } Property Value Type Description INode Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IInsertNodeOperation Represents an edit operation that inserted a node. Inherited Members IAbstractEditOperation.AcceptVisitor(IEditOperationVisitor) Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IInsertNodeOperation : IAbstractEditOperation Properties Node The node that was inserted. Declaration INode Node { get; set; } Property Value Type Description INode Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveAccessibleCustomColumn.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveAccessibleCustomColumn.html", "title": "Interface IInteractiveAccessibleCustomColumn", - "keywords": "Interface IInteractiveAccessibleCustomColumn Inherited Members IInteractiveCustomColumn.OnCellMouseDown(IRowInfo, Rectangle, MouseEventArgs) IInteractiveCustomColumn.OnCellMouseDoubleClick(IRowInfo, Rectangle, MouseEventArgs) IInteractiveCustomColumn.OnCellMouseUp(IRowInfo, Rectangle, MouseEventArgs) IInteractiveCustomColumn.OnCellMouseMove(IRowInfo, Rectangle, MouseEventArgs) IInteractiveCustomColumn.OnCellMouseRightDown(IRowInfo, Rectangle, MouseEventArgs) IInteractiveCustomColumn.OnCellMouseRightUp(IRowInfo, Rectangle, MouseEventArgs) IInteractiveCustomColumn.OnCellMouseEntering(IRowInfo, Rectangle, IRowInfo, Rectangle) IInteractiveCustomColumn.OnCellMouseLeaving(IRowInfo, Rectangle, IRowInfo, Rectangle) IInteractiveCustomColumn.EventFlags IInteractiveCustomColumn.ContentChanged ICustomColumn.GetOptimalWidth(Graphics) ICustomColumn.CalculateCellContentHeight(Graphics, IRowInfo) ICustomColumn.BeginDraw() ICustomColumn.DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) ICustomColumn.SetRowSizeAccessor(RowSizeAccessor) ICustomColumn.PrepareRegisterRows() ICustomColumn.RegisterRow(IRowInfo) ICustomColumn.EditControl ICustomColumn.Width ICustomColumn.IsComplex Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IInteractiveAccessibleCustomColumn : IInteractiveCustomColumn, ICustomColumn Methods GetAccessibilityDetails(IRowInfo) Retrieve Accessibility Details as a list of messages, used in sending notifications Declaration IList GetAccessibilityDetails(IRowInfo row) Parameters Type Name Description IRowInfo row Row Information Returns Type Description IList string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IInteractiveAccessibleCustomColumn Inherited Members IInteractiveCustomColumn.OnCellMouseDown(IRowInfo, Rectangle, MouseEventArgs) IInteractiveCustomColumn.OnCellMouseDoubleClick(IRowInfo, Rectangle, MouseEventArgs) IInteractiveCustomColumn.OnCellMouseUp(IRowInfo, Rectangle, MouseEventArgs) IInteractiveCustomColumn.OnCellMouseMove(IRowInfo, Rectangle, MouseEventArgs) IInteractiveCustomColumn.OnCellMouseRightDown(IRowInfo, Rectangle, MouseEventArgs) IInteractiveCustomColumn.OnCellMouseRightUp(IRowInfo, Rectangle, MouseEventArgs) IInteractiveCustomColumn.OnCellMouseEntering(IRowInfo, Rectangle, IRowInfo, Rectangle) IInteractiveCustomColumn.OnCellMouseLeaving(IRowInfo, Rectangle, IRowInfo, Rectangle) IInteractiveCustomColumn.EventFlags IInteractiveCustomColumn.ContentChanged ICustomColumn.GetOptimalWidth(Graphics) ICustomColumn.CalculateCellContentHeight(Graphics, IRowInfo) ICustomColumn.BeginDraw() ICustomColumn.DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) ICustomColumn.SetRowSizeAccessor(RowSizeAccessor) ICustomColumn.PrepareRegisterRows() ICustomColumn.RegisterRow(IRowInfo) ICustomColumn.EditControl ICustomColumn.Width ICustomColumn.IsComplex Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IInteractiveAccessibleCustomColumn : IInteractiveCustomColumn, ICustomColumn Methods GetAccessibilityDetails(IRowInfo) Retrieve Accessibility Details as a list of messages, used in sending notifications Declaration IList GetAccessibilityDetails(IRowInfo row) Parameters Type Name Description IRowInfo row Row Information Returns Type Description System.Collections.Generic.IList < System.String > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveCustomColumn.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveCustomColumn.html", "title": "Interface IInteractiveCustomColumn", - "keywords": "Interface IInteractiveCustomColumn Interface implemented by custom columns in the edit control that support user interaction. Inherited Members ICustomColumn.GetOptimalWidth(Graphics) ICustomColumn.CalculateCellContentHeight(Graphics, IRowInfo) ICustomColumn.BeginDraw() ICustomColumn.DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) ICustomColumn.SetRowSizeAccessor(RowSizeAccessor) ICustomColumn.PrepareRegisterRows() ICustomColumn.RegisterRow(IRowInfo) ICustomColumn.EditControl ICustomColumn.Width ICustomColumn.IsComplex Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IInteractiveCustomColumn : ICustomColumn Properties EventFlags The editor queries this property to determine which user interaction events this column is interested in. Only these types of events will generate calls on the OnCell... methods in this interface. Declaration InteractiveEventFlags EventFlags { get; } Property Value Type Description InteractiveEventFlags Methods OnCellMouseDoubleClick(IRowInfo, Rectangle, MouseEventArgs) Called when the user double-clicks inside the column. Declaration void OnCellMouseDoubleClick(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e OnCellMouseDown(IRowInfo, Rectangle, MouseEventArgs) Called when the user presses the left mouse button inside the column. Declaration void OnCellMouseDown(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e OnCellMouseEntering(IRowInfo, Rectangle, IRowInfo, Rectangle) Called when the mouse cursor is moved into a cell in the column. Declaration void OnCellMouseEntering(IRowInfo row, Rectangle cellBounds, IRowInfo leavingRow, Rectangle leavingCellBounds) Parameters Type Name Description IRowInfo row the row of the cell the mouse is entering Rectangle cellBounds window coordinates of the cell IRowInfo leavingRow the row of the cell the mouse was before entering this, or null if none. Rectangle leavingCellBounds the window coordinates of the cell the mouse was in before entering this, if any OnCellMouseLeaving(IRowInfo, Rectangle, IRowInfo, Rectangle) Called when the mouse cursor is moved out of a cell in the column. Declaration void OnCellMouseLeaving(IRowInfo row, Rectangle cellBounds, IRowInfo enteringRow, Rectangle enteringCellBounds) Parameters Type Name Description IRowInfo row the row of the cell the mouse is leaving Rectangle cellBounds window coordinates of the cell IRowInfo enteringRow the row of the cell the mouse will be entering, or null if none. Rectangle enteringCellBounds the window coordinates of the cell the mouse will be entering, if any OnCellMouseMove(IRowInfo, Rectangle, MouseEventArgs) Called when the mouse cursor is moved inside the column. Declaration void OnCellMouseMove(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e OnCellMouseRightDown(IRowInfo, Rectangle, MouseEventArgs) Called when the right mouse button is pressed inside the column. Declaration void OnCellMouseRightDown(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e OnCellMouseRightUp(IRowInfo, Rectangle, MouseEventArgs) Called when the right mouse button is released inside the column. Declaration void OnCellMouseRightUp(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e OnCellMouseUp(IRowInfo, Rectangle, MouseEventArgs) Called when the user releases the left mouse button inside the column. Declaration void OnCellMouseUp(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e Events ContentChanged Fired by the custom column to indicate to the editor that content of one or more cells in the column has changed (and will need to be re-drawn). Declaration event EventHandler ContentChanged Event Type Type Description EventHandler CustomColumnContentChangedEventArgs Remarks This is only needed for content changes that do not originate directly from edit operations in the edit control. An example of when to use this event could be interactive highlighting of a cell when the user moves the mouse over it. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IInteractiveCustomColumn Interface implemented by custom columns in the edit control that support user interaction. Inherited Members ICustomColumn.GetOptimalWidth(Graphics) ICustomColumn.CalculateCellContentHeight(Graphics, IRowInfo) ICustomColumn.BeginDraw() ICustomColumn.DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) ICustomColumn.SetRowSizeAccessor(RowSizeAccessor) ICustomColumn.PrepareRegisterRows() ICustomColumn.RegisterRow(IRowInfo) ICustomColumn.EditControl ICustomColumn.Width ICustomColumn.IsComplex Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IInteractiveCustomColumn : ICustomColumn Properties EventFlags The editor queries this property to determine which user interaction events this column is interested in. Only these types of events will generate calls on the OnCell... methods in this interface. Declaration InteractiveEventFlags EventFlags { get; } Property Value Type Description InteractiveEventFlags Methods OnCellMouseDoubleClick(IRowInfo, Rectangle, MouseEventArgs) Called when the user double-clicks inside the column. Declaration void OnCellMouseDoubleClick(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e OnCellMouseDown(IRowInfo, Rectangle, MouseEventArgs) Called when the user presses the left mouse button inside the column. Declaration void OnCellMouseDown(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e OnCellMouseEntering(IRowInfo, Rectangle, IRowInfo, Rectangle) Called when the mouse cursor is moved into a cell in the column. Declaration void OnCellMouseEntering(IRowInfo row, Rectangle cellBounds, IRowInfo leavingRow, Rectangle leavingCellBounds) Parameters Type Name Description IRowInfo row the row of the cell the mouse is entering System.Drawing.Rectangle cellBounds window coordinates of the cell IRowInfo leavingRow the row of the cell the mouse was before entering this, or null if none. System.Drawing.Rectangle leavingCellBounds the window coordinates of the cell the mouse was in before entering this, if any OnCellMouseLeaving(IRowInfo, Rectangle, IRowInfo, Rectangle) Called when the mouse cursor is moved out of a cell in the column. Declaration void OnCellMouseLeaving(IRowInfo row, Rectangle cellBounds, IRowInfo enteringRow, Rectangle enteringCellBounds) Parameters Type Name Description IRowInfo row the row of the cell the mouse is leaving System.Drawing.Rectangle cellBounds window coordinates of the cell IRowInfo enteringRow the row of the cell the mouse will be entering, or null if none. System.Drawing.Rectangle enteringCellBounds the window coordinates of the cell the mouse will be entering, if any OnCellMouseMove(IRowInfo, Rectangle, MouseEventArgs) Called when the mouse cursor is moved inside the column. Declaration void OnCellMouseMove(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e OnCellMouseRightDown(IRowInfo, Rectangle, MouseEventArgs) Called when the right mouse button is pressed inside the column. Declaration void OnCellMouseRightDown(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e OnCellMouseRightUp(IRowInfo, Rectangle, MouseEventArgs) Called when the right mouse button is released inside the column. Declaration void OnCellMouseRightUp(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e OnCellMouseUp(IRowInfo, Rectangle, MouseEventArgs) Called when the user releases the left mouse button inside the column. Declaration void OnCellMouseUp(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e Events ContentChanged Fired by the custom column to indicate to the editor that content of one or more cells in the column has changed (and will need to be re-drawn). Declaration event EventHandler ContentChanged Event Type Type Description System.EventHandler < CustomColumnContentChangedEventArgs > Remarks This is only needed for content changes that do not originate directly from edit operations in the edit control. An example of when to use this event could be interactive highlighting of a cell when the user moves the mouse over it. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ILayoutSynchronizer.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ILayoutSynchronizer.html", "title": "Interface ILayoutSynchronizer", - "keywords": "Interface ILayoutSynchronizer Ensures the synchronization of rows between multiple components. This is used, for example, to synchronise the rows in the source and target edit controls within the side-by-side editor. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ILayoutSynchronizer Remarks The RowNumber of the Row is used to determine which rows correspond across the different layouts. Properties IsSynchronizationSuspended Read-only property that indicates if synchronization is currently suspended while waiting for all layouts to call NotifyStructureChanging() Declaration bool IsSynchronizationSuspended { get; } Property Value Type Description bool Methods CellHeightChanged(ISynchronizableCell, int, ISynchronizableLayout) Inform the layout synchronizer that the height of the specified cell in the given layout has changed. Declaration void CellHeightChanged(ISynchronizableCell cell, int newHeight, ISynchronizableLayout layout) Parameters Type Name Description ISynchronizableCell cell The cell that has changed. int newHeight The requested new height of the cell (the cell may not yet have been updated) ISynchronizableLayout layout The layout this change applies to. GetRowHeight(ISynchronizableCell, ISynchronizableLayout) Called by controls to determine the current height to be used for the specified cell. Declaration int GetRowHeight(ISynchronizableCell cell, ISynchronizableLayout layout) Parameters Type Name Description ISynchronizableCell cell The cell in the layout the query refers to. This is used to locate the correct row. ISynchronizableLayout layout The layout that is requesting the current row height Returns Type Description int the height of the row Remarks This is used by controls to determine the max height of all synchronized cells in the row, e.g. to determine if the content will fit in this row. If it does not fit the control should call CellHeightChanged(ISynchronizableCell, int, ISynchronizableLayout) to communicate the new required cell height to all other synchronized cells. NotifyLayoutCompleted(ISynchronizableLayout) Controls call this when they are able to draw all visible layout items in the display area. The synchronizer will wait for all registered controls to call this method before asking them to draw. Declaration void NotifyLayoutCompleted(ISynchronizableLayout layout) Parameters Type Name Description ISynchronizableLayout layout NotifyStructureChanging(ISynchronizableLayout) Notify the layout synchronizer that the structure to be synchronized needs changing. Declaration void NotifyStructureChanging(ISynchronizableLayout layout) Parameters Type Name Description ISynchronizableLayout layout Remarks The synchronized cells for the specified layout will be removed from the synchronizer as part of this call. Synchronization will be suspended for all layouts until all of them have called this method. Once that happens the synchronizer will call StructureChanged() on each of the registered layouts. The implementaiton of this method would then typically register all synchronizable cells in the layout (using the new common structure). RegisterCell(ISynchronizableCell, ISynchronizableLayout) Register a cell for synchronization against the layout provided. Declaration void RegisterCell(ISynchronizableCell cell, ISynchronizableLayout layout) Parameters Type Name Description ISynchronizableCell cell The cell to be registered. ISynchronizableLayout layout The layout in which the cell belongs. Remarks In earlier implementations it was required that cell registration followed the same pattern for each layout, however this requirement has been lifted now that each synchronizable cell has a row associated with it. The row number will be used for the synchronization, i.e. cells with the same row number will be synchronized across the different layouts. UnregisterAll(ISynchronizableLayout) Shortcut to unregister all registered cells for the specified layout. Declaration void UnregisterAll(ISynchronizableLayout layout) Parameters Type Name Description ISynchronizableLayout layout UnregisterCell(ISynchronizableCell, ISynchronizableLayout) Unregister a cell for synchronization against the layout provided. Declaration void UnregisterCell(ISynchronizableCell cell, ISynchronizableLayout layout) Parameters Type Name Description ISynchronizableCell cell The cell to be unregistered. ISynchronizableLayout layout The layout in which the cell belongs. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ILayoutSynchronizer Ensures the synchronization of rows between multiple components. This is used, for example, to synchronise the rows in the source and target edit controls within the side-by-side editor. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ILayoutSynchronizer Remarks The RowNumber of the Row is used to determine which rows correspond across the different layouts. Properties IsSynchronizationSuspended Read-only property that indicates if synchronization is currently suspended while waiting for all layouts to call NotifyStructureChanging() Declaration bool IsSynchronizationSuspended { get; } Property Value Type Description System.Boolean Methods CellHeightChanged(ISynchronizableCell, Int32, ISynchronizableLayout) Inform the layout synchronizer that the height of the specified cell in the given layout has changed. Declaration void CellHeightChanged(ISynchronizableCell cell, int newHeight, ISynchronizableLayout layout) Parameters Type Name Description ISynchronizableCell cell The cell that has changed. System.Int32 newHeight The requested new height of the cell (the cell may not yet have been updated) ISynchronizableLayout layout The layout this change applies to. GetRowHeight(ISynchronizableCell, ISynchronizableLayout) Called by controls to determine the current height to be used for the specified cell. Declaration int GetRowHeight(ISynchronizableCell cell, ISynchronizableLayout layout) Parameters Type Name Description ISynchronizableCell cell The cell in the layout the query refers to. This is used to locate the correct row. ISynchronizableLayout layout The layout that is requesting the current row height Returns Type Description System.Int32 the height of the row Remarks This is used by controls to determine the max height of all synchronized cells in the row, e.g. to determine if the content will fit in this row. If it does not fit the control should call CellHeightChanged(ISynchronizableCell, Int32, ISynchronizableLayout) to communicate the new required cell height to all other synchronized cells. NotifyLayoutCompleted(ISynchronizableLayout) Controls call this when they are able to draw all visible layout items in the display area. The synchronizer will wait for all registered controls to call this method before asking them to draw. Declaration void NotifyLayoutCompleted(ISynchronizableLayout layout) Parameters Type Name Description ISynchronizableLayout layout NotifyStructureChanging(ISynchronizableLayout) Notify the layout synchronizer that the structure to be synchronized needs changing. Declaration void NotifyStructureChanging(ISynchronizableLayout layout) Parameters Type Name Description ISynchronizableLayout layout Remarks The synchronized cells for the specified layout will be removed from the synchronizer as part of this call. Synchronization will be suspended for all layouts until all of them have called this method. Once that happens the synchronizer will call StructureChanged() on each of the registered layouts. The implementaiton of this method would then typically register all synchronizable cells in the layout (using the new common structure). RegisterCell(ISynchronizableCell, ISynchronizableLayout) Register a cell for synchronization against the layout provided. Declaration void RegisterCell(ISynchronizableCell cell, ISynchronizableLayout layout) Parameters Type Name Description ISynchronizableCell cell The cell to be registered. ISynchronizableLayout layout The layout in which the cell belongs. Remarks In earlier implementations it was required that cell registration followed the same pattern for each layout, however this requirement has been lifted now that each synchronizable cell has a row associated with it. The row number will be used for the synchronization, i.e. cells with the same row number will be synchronized across the different layouts. UnregisterAll(ISynchronizableLayout) Shortcut to unregister all registered cells for the specified layout. Declaration void UnregisterAll(ISynchronizableLayout layout) Parameters Type Name Description ISynchronizableLayout layout UnregisterCell(ISynchronizableCell, ISynchronizableLayout) Unregister a cell for synchronization against the layout provided. Declaration void UnregisterCell(ISynchronizableCell cell, ISynchronizableLayout layout) Parameters Type Name Description ISynchronizableCell cell The cell to be unregistered. ISynchronizableLayout layout The layout in which the cell belongs. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ILocationMarkerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ILocationMarkerNode.html", "title": "Interface ILocationMarkerNode", - "keywords": "Interface ILocationMarkerNode Framework specific locaiton marker node. Inherited Members INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IMarkupDataNode.Item Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ILocationMarkerNode : IPlaceholderNode, INode, IAbstractContentNode, IAbstractNode, ITreeNode, IMarkupDataNode Properties LocationMarker Read-only access to the underlying filter framework object. Declaration ILocationMarker LocationMarker { get; } Property Value Type Description ILocationMarker Remarks To change location marker properties, select the node, copy it to a document fragment, change the copy in the document fragment and call ReplaceSelection(IDocumentFragment) to insert it, replacing the existing node. Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ILocationMarkerNode Framework specific locaiton marker node. Inherited Members INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IMarkupDataNode.Item Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ILocationMarkerNode : IPlaceholderNode, INode, IAbstractContentNode, IAbstractNode, ITreeNode, IMarkupDataNode Properties LocationMarker Read-only access to the underlying filter framework object. Declaration ILocationMarker LocationMarker { get; } Property Value Type Description ILocationMarker Remarks To change location marker properties, select the node, copy it to a document fragment, change the copy in the document fragment and call ReplaceSelection(IDocumentFragment) to insert it, replacing the existing node. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ILockedContentContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ILockedContentContainerNode.html", "title": "Interface ILockedContentContainerNode", - "keywords": "Interface ILockedContentContainerNode An IAbstractContainerNode implementation to hold locked content and allow it to be processed like any other container node. Inherited Members IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IEnumerable.GetEnumerator() IMarkupDataNode.Item Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ILockedContentContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable, IMarkupDataNode Properties LockedContent Read-only access to the underlying filter framework object. Declaration ILockedContent LockedContent { get; } Property Value Type Description ILockedContent Remarks To change locked content, select the node, copy it to a document fragment, change the copy in the document fragment and call ReplaceSelection(IDocumentFragment) to insert it, replacing the existing node. Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ILockedContentContainerNode An IAbstractContainerNode implementation to hold locked content and allow it to be processed like any other container node. Inherited Members IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IEnumerable.GetEnumerator() IMarkupDataNode.Item Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ILockedContentContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable, IMarkupDataNode Properties LockedContent Read-only access to the underlying filter framework object. Declaration ILockedContent LockedContent { get; } Property Value Type Description ILockedContent Remarks To change locked content, select the node, copy it to a document fragment, change the copy in the document fragment and call ReplaceSelection(IDocumentFragment) to insert it, replacing the existing node. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IMarkupDataNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IMarkupDataNode.html", "title": "Interface IMarkupDataNode", - "keywords": "Interface IMarkupDataNode An editor API node that directly represents a markup data item in the filter framework. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IMarkupDataNode Remarks Not all content items directly represent markup data. In particular start and end fields do not. There are also markup data nodes that are not IAbstractContentNode s, e.g. tag pair containers, other markers, etc. Properties Item Read-only access to the markup data item this node represents. Declaration IAbstractMarkupData Item { get; } Property Value Type Description IAbstractMarkupData Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IMarkupDataNode An editor API node that directly represents a markup data item in the filter framework. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IMarkupDataNode Remarks Not all content items directly represent markup data. In particular start and end fields do not. There are also markup data nodes that are not IAbstractContentNode s, e.g. tag pair containers, other markers, etc. Properties Item Read-only access to the markup data item this node represents. Declaration IAbstractMarkupData Item { get; } Property Value Type Description IAbstractMarkupData Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.html", "title": "Class AbstractCollectiveUndoCommand", - "keywords": "Class AbstractCollectiveUndoCommand Base class for implementing undo/redo commands. Inheritance object AbstractCollectiveUndoCommand Implements ICollectiveUndoCommand IUndoCommand Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public abstract class AbstractCollectiveUndoCommand : ICollectiveUndoCommand, IUndoCommand Remarks Provides default implementations for the Name property and the Redo() method. Derived classes should at a minimum provide implementations of Do() and Undo() . Implementations need to keep in mind that the behavior of Redo must consistently be the same as Do, and Undo must completely reverse the actions of Do and Redo. This means that the command must track its own state correctly and adhere to the command pattern. Constructors AbstractCollectiveUndoCommand(string) Construction from a command name. Declaration protected AbstractCollectiveUndoCommand(string name) Parameters Type Name Description string name Properties IsSource Used in SideBySide editor to determine which control to use Declaration public bool IsSource { get; set; } Property Value Type Description bool Name Name of the command (this may be displayed to users). Declaration public string Name { get; protected set; } Property Value Type Description string Methods Do() Execute the command. Declaration public abstract void Do() Redo() Re-execute the command. Default implementation calls Do() . Declaration public virtual void Redo() Undo() Un-execute the command. Declaration public abstract void Undo() Implements ICollectiveUndoCommand IUndoCommand Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractCollectiveUndoCommand Base class for implementing undo/redo commands. Inheritance System.Object AbstractCollectiveUndoCommand Implements ICollectiveUndoCommand IUndoCommand 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public abstract class AbstractCollectiveUndoCommand : ICollectiveUndoCommand, IUndoCommand Remarks Provides default implementations for the Name property and the Redo() method. Derived classes should at a minimum provide implementations of Do() and Undo() . Implementations need to keep in mind that the behavior of Redo must consistently be the same as Do, and Undo must completely reverse the actions of Do and Redo. This means that the command must track its own state correctly and adhere to the command pattern. Constructors AbstractCollectiveUndoCommand(String) Construction from a command name. Declaration protected AbstractCollectiveUndoCommand(string name) Parameters Type Name Description System.String name Properties IsSource Used in SideBySide editor to determine which control to use Declaration public bool IsSource { get; set; } Property Value Type Description System.Boolean Name Name of the command (this may be displayed to users). Declaration public string Name { get; protected set; } Property Value Type Description System.String Methods Do() Execute the command. Declaration public abstract void Do() Redo() Re-execute the command. Default implementation calls Do() . Declaration public virtual void Redo() Undo() Un-execute the command. Declaration public abstract void Undo() Implements ICollectiveUndoCommand IUndoCommand Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.html", "title": "Class AbstractCustomColumn", - "keywords": "Class AbstractCustomColumn Abstract base class that you can derive from when creating custom columns for the editor. Takes care of some of the plumbing involved in implementing the interfaces and implements helper functions for drawing background and borders, measuring text and implementing font fallback. Inheritance object AbstractCustomColumn AbstractRowSelectionColumn DocumentStructureInfoColumn Implements ICustomColumn Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public abstract class AbstractCustomColumn : ICustomColumn Constructors AbstractCustomColumn() Declaration protected AbstractCustomColumn() Properties EditControl Default implementation stores the value in a member. Declaration public virtual IEditControl EditControl { get; set; } Property Value Type Description IEditControl IsComplex Determines whether the column is complex or not. A normal column can draw each row independently of other rows. However, a complex column cannot draw each row independently of other rows. So complex columns need to be entirely redrawn when rows are changed or resized. Declaration public virtual bool IsComplex { get; } Property Value Type Description bool TextFormat Alignment of the text in the control, used when calculating the text size. By default the text is centered vertically. Declaration public TextFormatFlags TextFormat { get; set; } Property Value Type Description TextFormatFlags Width Default implementation stores the value in a member. Declaration public virtual int Width { get; set; } Property Value Type Description int Methods BeginDraw() Called by the control when a repaint is needed. This is called once before a range of DrawCell calls. Declaration public virtual void BeginDraw() CalculateCellContentHeight(Graphics, IRowInfo) The implementation should return the height of the content in the cell. Declaration public abstract int CalculateCellContentHeight(Graphics g, IRowInfo row) Parameters Type Name Description Graphics g IRowInfo row Returns Type Description int CalculateTextSize(Graphics, string, Font) Determine the size of a text string in a specific font on a specific device, assuming that the text will not need to get word wrapped. Declaration protected Size CalculateTextSize(Graphics g, string text, Font font) Parameters Type Name Description Graphics g string text Font font Returns Type Description Size CalculateTextSize(Graphics, string, Font, int) Determine the size of a text string in a specified font, assuming that there is a maximum width which if exceeded will cause the text to word wrap across multiple lines. Declaration protected Size CalculateTextSize(Graphics g, string text, Font font, int maxWidth) Parameters Type Name Description Graphics g string text Font font int maxWidth Returns Type Description Size DrawBorders(Graphics, Rectangle, Pen, Pen, Pen, Pen) Draw all the default borders for the cell. Declaration protected static void DrawBorders(Graphics g, Rectangle cellBounds, Pen leftBorderPen, Pen rightBorderPen, Pen topBorderPen, Pen bottomBorderPen) Parameters Type Name Description Graphics g Rectangle cellBounds Pen leftBorderPen Pen rightBorderPen Pen topBorderPen Pen bottomBorderPen DrawBottomBorder(Graphics, Rectangle, Pen) Draw the bottom border for the cell. Declaration protected static void DrawBottomBorder(Graphics g, Rectangle cellBounds, Pen bottomBorderPen) Parameters Type Name Description Graphics g Rectangle cellBounds Pen bottomBorderPen DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) The implementation should draw the content of the cell. Declaration public abstract void DrawCell(Graphics g, IRowInfo row, Rectangle cellBounds, Pen leftBorderPen, Pen rightBorderPen, Pen topBorderPen, Pen bottomBorderPen) Parameters Type Name Description Graphics g IRowInfo row Rectangle cellBounds Pen leftBorderPen Pen rightBorderPen Pen topBorderPen Pen bottomBorderPen DrawDefaultBackground(Graphics, Rectangle, IRowInfo) Fill the cell with the effective background color for the row. Declaration protected void DrawDefaultBackground(Graphics g, Rectangle cellBounds, IRowInfo row) Parameters Type Name Description Graphics g Rectangle cellBounds IRowInfo row DrawLeftBorder(Graphics, Rectangle, Pen) Draw the left border for the cell. Declaration protected static void DrawLeftBorder(Graphics g, Rectangle cellBounds, Pen leftBorderPen) Parameters Type Name Description Graphics g Rectangle cellBounds Pen leftBorderPen DrawRightBorder(Graphics, Rectangle, Pen) Draw the right border for the cell. Declaration protected static void DrawRightBorder(Graphics g, Rectangle cellBounds, Pen rightBorderPen) Parameters Type Name Description Graphics g Rectangle cellBounds Pen rightBorderPen DrawTopBorder(Graphics, Rectangle, Pen) Draw the top border for the cell. Declaration protected static void DrawTopBorder(Graphics g, Rectangle cellBounds, Pen topBorderPen) Parameters Type Name Description Graphics g Rectangle cellBounds Pen topBorderPen GetFont() Get the default font to use for text in this column. Declaration protected virtual Font GetFont() Returns Type Description Font Remarks The default implementation returns the system menu font. GetOptimalWidth(Graphics) The implementation should return the desired column width. Declaration public abstract int GetOptimalWidth(Graphics g) Parameters Type Name Description Graphics g Returns Type Description int PrepareRegisterRows() Called from the Editor before RegisterRows are called. Unfortunately RegisterRow is called for all rows when a change occurs in structure, even the row was already 'registered'. Declaration public virtual void PrepareRegisterRows() RegisterRow(IRowInfo) Called from the Editor when a row has been created. Allows a column to keep track of the rows available in the Editor and collect any information it needs about it. The default implementation does nothing. Declaration public virtual void RegisterRow(IRowInfo row) Parameters Type Name Description IRowInfo row The row that has been created in the Editor. SetRowSizeAccessor(RowSizeAccessor) Allows the Editor to pass in a row size delegate which can be used to get the current Rectangle of any row in the Editor. The default implementation does nothing. Declaration public virtual void SetRowSizeAccessor(RowSizeAccessor rowSizeAccessor) Parameters Type Name Description RowSizeAccessor rowSizeAccessor Delegate that will be passed into the row when registered with the Editor. Implements ICustomColumn Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractCustomColumn Abstract base class that you can derive from when creating custom columns for the editor. Takes care of some of the plumbing involved in implementing the interfaces and implements helper functions for drawing background and borders, measuring text and implementing font fallback. Inheritance System.Object AbstractCustomColumn AbstractRowSelectionColumn DocumentStructureInfoColumn Implements ICustomColumn 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public abstract class AbstractCustomColumn : ICustomColumn Constructors AbstractCustomColumn() Declaration protected AbstractCustomColumn() Properties EditControl Default implementation stores the value in a member. Declaration public virtual IEditControl EditControl { get; set; } Property Value Type Description IEditControl IsComplex Determines whether the column is complex or not. A normal column can draw each row independently of other rows. However, a complex column cannot draw each row independently of other rows. So complex columns need to be entirely redrawn when rows are changed or resized. Declaration public virtual bool IsComplex { get; } Property Value Type Description System.Boolean TextFormat Alignment of the text in the control, used when calculating the text size. By default the text is centered vertically. Declaration public TextFormatFlags TextFormat { get; set; } Property Value Type Description System.Windows.Forms.TextFormatFlags Width Default implementation stores the value in a member. Declaration public virtual int Width { get; set; } Property Value Type Description System.Int32 Methods BeginDraw() Called by the control when a repaint is needed. This is called once before a range of DrawCell calls. Declaration public virtual void BeginDraw() CalculateCellContentHeight(Graphics, IRowInfo) The implementation should return the height of the content in the cell. Declaration public abstract int CalculateCellContentHeight(Graphics g, IRowInfo row) Parameters Type Name Description System.Drawing.Graphics g IRowInfo row Returns Type Description System.Int32 CalculateTextSize(Graphics, String, Font) Determine the size of a text string in a specific font on a specific device, assuming that the text will not need to get word wrapped. Declaration protected Size CalculateTextSize(Graphics g, string text, Font font) Parameters Type Name Description System.Drawing.Graphics g System.String text System.Drawing.Font font Returns Type Description System.Drawing.Size CalculateTextSize(Graphics, String, Font, Int32) Determine the size of a text string in a specified font, assuming that there is a maximum width which if exceeded will cause the text to word wrap across multiple lines. Declaration protected Size CalculateTextSize(Graphics g, string text, Font font, int maxWidth) Parameters Type Name Description System.Drawing.Graphics g System.String text System.Drawing.Font font System.Int32 maxWidth Returns Type Description System.Drawing.Size DrawBorders(Graphics, Rectangle, Pen, Pen, Pen, Pen) Draw all the default borders for the cell. Declaration protected static void DrawBorders(Graphics g, Rectangle cellBounds, Pen leftBorderPen, Pen rightBorderPen, Pen topBorderPen, Pen bottomBorderPen) Parameters Type Name Description System.Drawing.Graphics g System.Drawing.Rectangle cellBounds System.Drawing.Pen leftBorderPen System.Drawing.Pen rightBorderPen System.Drawing.Pen topBorderPen System.Drawing.Pen bottomBorderPen DrawBottomBorder(Graphics, Rectangle, Pen) Draw the bottom border for the cell. Declaration protected static void DrawBottomBorder(Graphics g, Rectangle cellBounds, Pen bottomBorderPen) Parameters Type Name Description System.Drawing.Graphics g System.Drawing.Rectangle cellBounds System.Drawing.Pen bottomBorderPen DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) The implementation should draw the content of the cell. Declaration public abstract void DrawCell(Graphics g, IRowInfo row, Rectangle cellBounds, Pen leftBorderPen, Pen rightBorderPen, Pen topBorderPen, Pen bottomBorderPen) Parameters Type Name Description System.Drawing.Graphics g IRowInfo row System.Drawing.Rectangle cellBounds System.Drawing.Pen leftBorderPen System.Drawing.Pen rightBorderPen System.Drawing.Pen topBorderPen System.Drawing.Pen bottomBorderPen DrawDefaultBackground(Graphics, Rectangle, IRowInfo) Fill the cell with the effective background color for the row. Declaration protected void DrawDefaultBackground(Graphics g, Rectangle cellBounds, IRowInfo row) Parameters Type Name Description System.Drawing.Graphics g System.Drawing.Rectangle cellBounds IRowInfo row DrawLeftBorder(Graphics, Rectangle, Pen) Draw the left border for the cell. Declaration protected static void DrawLeftBorder(Graphics g, Rectangle cellBounds, Pen leftBorderPen) Parameters Type Name Description System.Drawing.Graphics g System.Drawing.Rectangle cellBounds System.Drawing.Pen leftBorderPen DrawRightBorder(Graphics, Rectangle, Pen) Draw the right border for the cell. Declaration protected static void DrawRightBorder(Graphics g, Rectangle cellBounds, Pen rightBorderPen) Parameters Type Name Description System.Drawing.Graphics g System.Drawing.Rectangle cellBounds System.Drawing.Pen rightBorderPen DrawTopBorder(Graphics, Rectangle, Pen) Draw the top border for the cell. Declaration protected static void DrawTopBorder(Graphics g, Rectangle cellBounds, Pen topBorderPen) Parameters Type Name Description System.Drawing.Graphics g System.Drawing.Rectangle cellBounds System.Drawing.Pen topBorderPen GetFont() Get the default font to use for text in this column. Declaration protected virtual Font GetFont() Returns Type Description System.Drawing.Font Remarks The default implementation returns the system menu font. GetOptimalWidth(Graphics) The implementation should return the desired column width. Declaration public abstract int GetOptimalWidth(Graphics g) Parameters Type Name Description System.Drawing.Graphics g Returns Type Description System.Int32 PrepareRegisterRows() Called from the Editor before RegisterRows are called. Unfortunately RegisterRow is called for all rows when a change occurs in structure, even the row was already 'registered'. Declaration public virtual void PrepareRegisterRows() RegisterRow(IRowInfo) Called from the Editor when a row has been created. Allows a column to keep track of the rows available in the Editor and collect any information it needs about it. The default implementation does nothing. Declaration public virtual void RegisterRow(IRowInfo row) Parameters Type Name Description IRowInfo row The row that has been created in the Editor. SetRowSizeAccessor(RowSizeAccessor) Allows the Editor to pass in a row size delegate which can be used to get the current System.Drawing.Rectangle of any row in the Editor. The default implementation does nothing. Declaration public virtual void SetRowSizeAccessor(RowSizeAccessor rowSizeAccessor) Parameters Type Name Description RowSizeAccessor rowSizeAccessor Delegate that will be passed into the row when registered with the Editor. Implements ICustomColumn Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.html", "title": "Class AbstractMarkPainter", - "keywords": "Class AbstractMarkPainter Abstract base class that mark painters can derive from if they want. Holds some common mark properties and helpers. Inheritance object AbstractMarkPainter FindResultPainter HorizontalLinePainter Implements ITextMarkPainter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public abstract class AbstractMarkPainter : ITextMarkPainter Constructors AbstractMarkPainter() Declaration protected AbstractMarkPainter() Properties Color Color of the marker. Declaration public Color Color { get; set; } Property Value Type Description Color Location Location of the marker in relation to the content it marks. Declaration public AbstractMarkPainter.MarkLocation Location { get; set; } Property Value Type Description AbstractMarkPainter MarkLocation PenWidth Width (in pixels) of the pen used to draw the marks. Declaration public int PenWidth { get; set; } Property Value Type Description int Methods ConvertToRectangle(RectangleF) Convert a RectangleF to a rectangle. Useful when converting the bounds of a GraphicsPath to something that can be returned from GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) . Declaration public static Rectangle ConvertToRectangle(RectangleF rectangleF) Parameters Type Name Description RectangleF rectangleF Returns Type Description Rectangle DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) abstract method for interface implementation Declaration public abstract void DrawMarkPart(Graphics g, ITextMark mark, Rectangle boundingRectangle, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description Graphics g ITextMark mark Rectangle boundingRectangle Rectangle contentRectangle bool isFirstLine bool isLastLine GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) abstract method for interface implementation Declaration public abstract Rectangle GetMarkPartBounds(Graphics g, ITextMark mark, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description Graphics g ITextMark mark Rectangle contentRectangle bool isFirstLine bool isLastLine Returns Type Description Rectangle Implements ITextMarkPainter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractMarkPainter Abstract base class that mark painters can derive from if they want. Holds some common mark properties and helpers. Inheritance System.Object AbstractMarkPainter FindResultPainter HorizontalLinePainter Implements ITextMarkPainter 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public abstract class AbstractMarkPainter : ITextMarkPainter Constructors AbstractMarkPainter() Declaration protected AbstractMarkPainter() Properties Color Color of the marker. Declaration public Color Color { get; set; } Property Value Type Description System.Drawing.Color Location Location of the marker in relation to the content it marks. Declaration public AbstractMarkPainter.MarkLocation Location { get; set; } Property Value Type Description AbstractMarkPainter.MarkLocation PenWidth Width (in pixels) of the pen used to draw the marks. Declaration public int PenWidth { get; set; } Property Value Type Description System.Int32 Methods ConvertToRectangle(RectangleF) Convert a RectangleF to a rectangle. Useful when converting the bounds of a GraphicsPath to something that can be returned from GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) . Declaration public static Rectangle ConvertToRectangle(RectangleF rectangleF) Parameters Type Name Description System.Drawing.RectangleF rectangleF Returns Type Description System.Drawing.Rectangle DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) abstract method for interface implementation Declaration public abstract void DrawMarkPart(Graphics g, ITextMark mark, Rectangle boundingRectangle, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description System.Drawing.Graphics g ITextMark mark System.Drawing.Rectangle boundingRectangle System.Drawing.Rectangle contentRectangle System.Boolean isFirstLine System.Boolean isLastLine GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) abstract method for interface implementation Declaration public abstract Rectangle GetMarkPartBounds(Graphics g, ITextMark mark, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description System.Drawing.Graphics g ITextMark mark System.Drawing.Rectangle contentRectangle System.Boolean isFirstLine System.Boolean isLastLine Returns Type Description System.Drawing.Rectangle Implements ITextMarkPainter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.MarkLocation.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.MarkLocation.html", "title": "Enum AbstractMarkPainter.MarkLocation", - "keywords": "Enum AbstractMarkPainter.MarkLocation Indicates where the marker should be painted in relation to the content it marks. Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum AbstractMarkPainter.MarkLocation Fields Name Description AboveTop Draw the marker above the bounding content rectangle. BelowBottom Draw the marker below the bounding content rectangle. Bottom Draw the marker aligned with the bottom of the bounding content rectangle. Center Draw the marker in the middle of the bounding content rectangle. Top Draw the marker aligned with the top of the bounding content rectangle." + "keywords": "Enum AbstractMarkPainter.MarkLocation Indicates where the marker should be painted in relation to the content it marks. Namespace : Sdl.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum MarkLocation Fields Name Description AboveTop Draw the marker above the bounding content rectangle. BelowBottom Draw the marker below the bounding content rectangle. Bottom Draw the marker aligned with the bottom of the bounding content rectangle. Center Draw the marker in the middle of the bounding content rectangle. Top Draw the marker aligned with the top of the bounding content rectangle. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.html", "title": "Class AbstractOperationConsolidator", - "keywords": "Class AbstractOperationConsolidator Base class for operation consolidators. Derive from this class to save some implementation work. Inheritance object AbstractOperationConsolidator ChangeGhostStatusConsolidator ChangeTextConsolidator DeleteOperationConsolidator InsertOperationConsolidator Implements IEditOperationVisitor Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public abstract class AbstractOperationConsolidator : IEditOperationVisitor Constructors AbstractOperationConsolidator(IAbstractEditOperation) default constructor Declaration public AbstractOperationConsolidator(IAbstractEditOperation thisOperation) Parameters Type Name Description IAbstractEditOperation thisOperation Properties AddThisOperationToList When set to true this edit operation will be added to the end of the preceding edit operations after consolidation. Set this to false if this operation is compensated for by consolidations. Declaration protected bool AddThisOperationToList { get; set; } Property Value Type Description bool OperationsToRemove edit operations that should be removed as part of the consolidation. Declaration protected List OperationsToRemove { get; set; } Property Value Type Description List IAbstractEditOperation PrecedingOperations preceding edit operations Declaration protected List PrecedingOperations { get; set; } Property Value Type Description List IAbstractEditOperation ThisOperation the subsequent operation being evaluated against the list of preceding operations Declaration protected IAbstractEditOperation ThisOperation { get; set; } Property Value Type Description IAbstractEditOperation Methods ApplyTo(List) Apply the delete operation to the list of preceding operations to consolidate it as appropriate. Declaration public void ApplyTo(List precedingOperations) Parameters Type Name Description List IAbstractEditOperation precedingOperations IsParentNode(INode, INode) helper to determine if a node is a parent node of another node Declaration public static bool IsParentNode(INode nodeToTest, INode referenceNode) Parameters Type Name Description INode nodeToTest INode referenceNode Returns Type Description bool IsSameOrParentNode(INode, INode) helper to determine if a node is the same or a parent node of another node Declaration public static bool IsSameOrParentNode(INode nodeToTest, INode referenceNode) Parameters Type Name Description INode nodeToTest INode referenceNode Returns Type Description bool VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) implement by consolidating this operation with a preceding ghost status change Declaration public abstract void VisitChangeGhostStatusOperation(IChangeGhostStatusOperation operation) Parameters Type Name Description IChangeGhostStatusOperation operation VisitChangeTextOperation(IChangeTextOperation) implement by consolidating this operation with a preceding text change Declaration public abstract void VisitChangeTextOperation(IChangeTextOperation operation) Parameters Type Name Description IChangeTextOperation operation VisitDeleteNodeOperation(IDeleteNodeOperation) implement by consolidating this operation with a preceding delete Declaration public abstract void VisitDeleteNodeOperation(IDeleteNodeOperation operation) Parameters Type Name Description IDeleteNodeOperation operation VisitInsertNodeOperation(IInsertNodeOperation) implement by consolidating this operation with a preceding insert Declaration public abstract void VisitInsertNodeOperation(IInsertNodeOperation operation) Parameters Type Name Description IInsertNodeOperation operation Implements IEditOperationVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractOperationConsolidator Base class for operation consolidators. Derive from this class to save some implementation work. Inheritance System.Object AbstractOperationConsolidator ChangeGhostStatusConsolidator ChangeTextConsolidator DeleteOperationConsolidator InsertOperationConsolidator Implements IEditOperationVisitor 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public abstract class AbstractOperationConsolidator : IEditOperationVisitor Constructors AbstractOperationConsolidator(IAbstractEditOperation) default constructor Declaration public AbstractOperationConsolidator(IAbstractEditOperation thisOperation) Parameters Type Name Description IAbstractEditOperation thisOperation Properties AddThisOperationToList When set to true this edit operation will be added to the end of the preceding edit operations after consolidation. Set this to false if this operation is compensated for by consolidations. Declaration protected bool AddThisOperationToList { get; set; } Property Value Type Description System.Boolean OperationsToRemove edit operations that should be removed as part of the consolidation. Declaration protected List OperationsToRemove { get; set; } Property Value Type Description System.Collections.Generic.List < IAbstractEditOperation > PrecedingOperations preceding edit operations Declaration protected List PrecedingOperations { get; set; } Property Value Type Description System.Collections.Generic.List < IAbstractEditOperation > ThisOperation the subsequent operation being evaluated against the list of preceding operations Declaration protected IAbstractEditOperation ThisOperation { get; set; } Property Value Type Description IAbstractEditOperation Methods ApplyTo(List) Apply the delete operation to the list of preceding operations to consolidate it as appropriate. Declaration public void ApplyTo(List precedingOperations) Parameters Type Name Description System.Collections.Generic.List < IAbstractEditOperation > precedingOperations IsParentNode(INode, INode) helper to determine if a node is a parent node of another node Declaration public static bool IsParentNode(INode nodeToTest, INode referenceNode) Parameters Type Name Description INode nodeToTest INode referenceNode Returns Type Description System.Boolean IsSameOrParentNode(INode, INode) helper to determine if a node is the same or a parent node of another node Declaration public static bool IsSameOrParentNode(INode nodeToTest, INode referenceNode) Parameters Type Name Description INode nodeToTest INode referenceNode Returns Type Description System.Boolean VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) implement by consolidating this operation with a preceding ghost status change Declaration public abstract void VisitChangeGhostStatusOperation(IChangeGhostStatusOperation operation) Parameters Type Name Description IChangeGhostStatusOperation operation VisitChangeTextOperation(IChangeTextOperation) implement by consolidating this operation with a preceding text change Declaration public abstract void VisitChangeTextOperation(IChangeTextOperation operation) Parameters Type Name Description IChangeTextOperation operation VisitDeleteNodeOperation(IDeleteNodeOperation) implement by consolidating this operation with a preceding delete Declaration public abstract void VisitDeleteNodeOperation(IDeleteNodeOperation operation) Parameters Type Name Description IDeleteNodeOperation operation VisitInsertNodeOperation(IInsertNodeOperation) implement by consolidating this operation with a preceding insert Declaration public abstract void VisitInsertNodeOperation(IInsertNodeOperation operation) Parameters Type Name Description IInsertNodeOperation operation Implements IEditOperationVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.html", "title": "Class AbstractRowSelectionColumn", - "keywords": "Class AbstractRowSelectionColumn Base class for a column that is aware of row selections and the mouse operations that should be performed on them. Inheritance object AbstractCustomColumn AbstractRowSelectionColumn RowNumberColumn Implements IInteractiveCustomColumn ICustomColumn Inherited Members AbstractCustomColumn.CalculateTextSize(Graphics, string, Font) AbstractCustomColumn.CalculateTextSize(Graphics, string, Font, int) AbstractCustomColumn.GetFont() AbstractCustomColumn.DrawDefaultBackground(Graphics, Rectangle, IRowInfo) AbstractCustomColumn.DrawBorders(Graphics, Rectangle, Pen, Pen, Pen, Pen) AbstractCustomColumn.DrawTopBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawRightBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawBottomBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawLeftBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.GetOptimalWidth(Graphics) AbstractCustomColumn.CalculateCellContentHeight(Graphics, IRowInfo) AbstractCustomColumn.BeginDraw() AbstractCustomColumn.DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) AbstractCustomColumn.SetRowSizeAccessor(RowSizeAccessor) AbstractCustomColumn.PrepareRegisterRows() AbstractCustomColumn.RegisterRow(IRowInfo) AbstractCustomColumn.TextFormat AbstractCustomColumn.EditControl AbstractCustomColumn.Width AbstractCustomColumn.IsComplex object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public abstract class AbstractRowSelectionColumn : AbstractCustomColumn, IInteractiveCustomColumn, ICustomColumn Constructors AbstractRowSelectionColumn() Declaration protected AbstractRowSelectionColumn() Properties EventFlags Implementation handles all left mouse click events plus mouse entering and leaving a cell. Declaration public virtual InteractiveEventFlags EventFlags { get; } Property Value Type Description InteractiveEventFlags IsMinimized If set then the width of the column will be reduced to a minimized state in the edit control. This should be used instead of removing or adding the segment id column because it is used for row activation as well. Declaration public bool IsMinimized { get; set; } Property Value Type Description bool MinimizedWidth The width that the column should be when minimized Declaration protected int MinimizedWidth { get; set; } Property Value Type Description int Methods OnCellMouseDoubleClick(IRowInfo, Rectangle, MouseEventArgs) Handled to avoid this being unintentionally processed by the edit control. The implementation does nothing. Declaration public virtual void OnCellMouseDoubleClick(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e OnCellMouseDown(IRowInfo, Rectangle, MouseEventArgs) Handled to avoid this being unintentionally processed by the edit control. The implementation does nothing. Declaration public virtual void OnCellMouseDown(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e OnCellMouseEntering(IRowInfo, Rectangle, IRowInfo, Rectangle) When the mouse enters the cell the cursor is set to a hand. Declaration public virtual void OnCellMouseEntering(IRowInfo row, Rectangle cellBounds, IRowInfo leavingRow, Rectangle leavingCellBounds) Parameters Type Name Description IRowInfo row Rectangle cellBounds IRowInfo leavingRow Rectangle leavingCellBounds OnCellMouseLeaving(IRowInfo, Rectangle, IRowInfo, Rectangle) When the mouse leaves a cell the mouse cursor is restored and the tool tip is hidden. Declaration public virtual void OnCellMouseLeaving(IRowInfo row, Rectangle cellBounds, IRowInfo enteringRow, Rectangle enteringCellBounds) Parameters Type Name Description IRowInfo row Rectangle cellBounds IRowInfo enteringRow Rectangle enteringCellBounds OnCellMouseMove(IRowInfo, Rectangle, MouseEventArgs) Not used. Declaration public virtual void OnCellMouseMove(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e OnCellMouseRightDown(IRowInfo, Rectangle, MouseEventArgs) Not used. Declaration public virtual void OnCellMouseRightDown(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e OnCellMouseRightUp(IRowInfo, Rectangle, MouseEventArgs) Not used. Declaration public virtual void OnCellMouseRightUp(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e OnCellMouseUp(IRowInfo, Rectangle, MouseEventArgs) Performs the \"click on\" functionality - i.e. activates the current row. Declaration public virtual void OnCellMouseUp(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e OnContentChanged(object, CustomColumnContentChangedEventArgs) Fire the ContentChanged event. Declaration public virtual void OnContentChanged(object sender, CustomColumnContentChangedEventArgs args) Parameters Type Name Description object sender CustomColumnContentChangedEventArgs args Events ContentChanged Currently not used by this column. Declaration public event EventHandler ContentChanged Event Type Type Description EventHandler CustomColumnContentChangedEventArgs Implements IInteractiveCustomColumn ICustomColumn Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractRowSelectionColumn Base class for a column that is aware of row selections and the mouse operations that should be performed on them. Inheritance System.Object AbstractCustomColumn AbstractRowSelectionColumn RowNumberColumn Implements IInteractiveCustomColumn ICustomColumn Inherited Members AbstractCustomColumn.CalculateTextSize(Graphics, String, Font) AbstractCustomColumn.CalculateTextSize(Graphics, String, Font, Int32) AbstractCustomColumn.GetFont() AbstractCustomColumn.DrawDefaultBackground(Graphics, Rectangle, IRowInfo) AbstractCustomColumn.DrawBorders(Graphics, Rectangle, Pen, Pen, Pen, Pen) AbstractCustomColumn.DrawTopBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawRightBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawBottomBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawLeftBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.GetOptimalWidth(Graphics) AbstractCustomColumn.CalculateCellContentHeight(Graphics, IRowInfo) AbstractCustomColumn.BeginDraw() AbstractCustomColumn.DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) AbstractCustomColumn.SetRowSizeAccessor(RowSizeAccessor) AbstractCustomColumn.PrepareRegisterRows() AbstractCustomColumn.RegisterRow(IRowInfo) AbstractCustomColumn.TextFormat AbstractCustomColumn.EditControl AbstractCustomColumn.Width AbstractCustomColumn.IsComplex 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public abstract class AbstractRowSelectionColumn : AbstractCustomColumn, IInteractiveCustomColumn, ICustomColumn Constructors AbstractRowSelectionColumn() Declaration protected AbstractRowSelectionColumn() Properties EventFlags Implementation handles all left mouse click events plus mouse entering and leaving a cell. Declaration public virtual InteractiveEventFlags EventFlags { get; } Property Value Type Description InteractiveEventFlags IsMinimized If set then the width of the column will be reduced to a minimized state in the edit control. This should be used instead of removing or adding the segment id column because it is used for row activation as well. Declaration public bool IsMinimized { get; set; } Property Value Type Description System.Boolean MinimizedWidth The width that the column should be when minimized Declaration protected int MinimizedWidth { get; set; } Property Value Type Description System.Int32 Methods OnCellMouseDoubleClick(IRowInfo, Rectangle, MouseEventArgs) Handled to avoid this being unintentionally processed by the edit control. The implementation does nothing. Declaration public virtual void OnCellMouseDoubleClick(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e OnCellMouseDown(IRowInfo, Rectangle, MouseEventArgs) Handled to avoid this being unintentionally processed by the edit control. The implementation does nothing. Declaration public virtual void OnCellMouseDown(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e OnCellMouseEntering(IRowInfo, Rectangle, IRowInfo, Rectangle) When the mouse enters the cell the cursor is set to a hand. Declaration public virtual void OnCellMouseEntering(IRowInfo row, Rectangle cellBounds, IRowInfo leavingRow, Rectangle leavingCellBounds) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds IRowInfo leavingRow System.Drawing.Rectangle leavingCellBounds OnCellMouseLeaving(IRowInfo, Rectangle, IRowInfo, Rectangle) When the mouse leaves a cell the mouse cursor is restored and the tool tip is hidden. Declaration public virtual void OnCellMouseLeaving(IRowInfo row, Rectangle cellBounds, IRowInfo enteringRow, Rectangle enteringCellBounds) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds IRowInfo enteringRow System.Drawing.Rectangle enteringCellBounds OnCellMouseMove(IRowInfo, Rectangle, MouseEventArgs) Not used. Declaration public virtual void OnCellMouseMove(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e OnCellMouseRightDown(IRowInfo, Rectangle, MouseEventArgs) Not used. Declaration public virtual void OnCellMouseRightDown(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e OnCellMouseRightUp(IRowInfo, Rectangle, MouseEventArgs) Not used. Declaration public virtual void OnCellMouseRightUp(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e OnCellMouseUp(IRowInfo, Rectangle, MouseEventArgs) Performs the \"click on\" functionality - i.e. activates the current row. Declaration public virtual void OnCellMouseUp(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e OnContentChanged(Object, CustomColumnContentChangedEventArgs) Fire the ContentChanged event. Declaration public virtual void OnContentChanged(object sender, CustomColumnContentChangedEventArgs args) Parameters Type Name Description System.Object sender CustomColumnContentChangedEventArgs args Events ContentChanged Currently not used by this column. Declaration public event EventHandler ContentChanged Event Type Type Description System.EventHandler < CustomColumnContentChangedEventArgs > Implements IInteractiveCustomColumn ICustomColumn Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.html", "title": "Class AbstractTextIterator", - "keywords": "Class AbstractTextIterator Base class for text iterator implementation. Inheritance object AbstractTextIterator Implements ITextIterator ICloneable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public abstract class AbstractTextIterator : ITextIterator, ICloneable Constructors AbstractTextIterator(IEditControl, Position) Default construction - from an edit control and a start position. Declaration protected AbstractTextIterator(IEditControl editControl, Position startPosition) Parameters Type Name Description IEditControl editControl Position startPosition AbstractTextIterator(AbstractTextIterator) Constructor used by cloning. Clones the position. Declaration protected AbstractTextIterator(AbstractTextIterator other) Parameters Type Name Description AbstractTextIterator other Properties CurrentCharacter get current character, if any Declaration public abstract char? CurrentCharacter { get; } Property Value Type Description char CurrentPosition set/get the current position Declaration public virtual Position CurrentPosition { get; set; } Property Value Type Description Position EditControl get the edit control Declaration public virtual IEditControl EditControl { get; } Property Value Type Description IEditControl IsWordStart calls the edit control to determine if the position is a word start. Declaration public virtual bool IsWordStart { get; } Property Value Type Description bool Methods Clone() Clone the iterator - the clone should reference the same position but be possible to move without affecting this iterator. Declaration public abstract object Clone() Returns Type Description object Move(Move) move the itearator Declaration public abstract bool Move(Move typeOfMove) Parameters Type Name Description Move typeOfMove Returns Type Description bool Implements ITextIterator ICloneable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractTextIterator Base class for text iterator implementation. Inheritance System.Object AbstractTextIterator Implements ITextIterator System.ICloneable 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public abstract class AbstractTextIterator : ITextIterator, ICloneable Constructors AbstractTextIterator(IEditControl, Position) Default construction - from an edit control and a start position. Declaration protected AbstractTextIterator(IEditControl editControl, Position startPosition) Parameters Type Name Description IEditControl editControl Position startPosition AbstractTextIterator(AbstractTextIterator) Constructor used by cloning. Clones the position. Declaration protected AbstractTextIterator(AbstractTextIterator other) Parameters Type Name Description AbstractTextIterator other Properties CurrentCharacter get current character, if any Declaration public abstract char? CurrentCharacter { get; } Property Value Type Description System.Nullable < System.Char > CurrentPosition set/get the current position Declaration public virtual Position CurrentPosition { get; set; } Property Value Type Description Position EditControl get the edit control Declaration public virtual IEditControl EditControl { get; } Property Value Type Description IEditControl IsWordStart calls the edit control to determine if the position is a word start. Declaration public virtual bool IsWordStart { get; } Property Value Type Description System.Boolean Methods Clone() Clone the iterator - the clone should reference the same position but be possible to move without affecting this iterator. Declaration public abstract object Clone() Returns Type Description System.Object Move(Move) move the itearator Declaration public abstract bool Move(Move typeOfMove) Parameters Type Name Description Move typeOfMove Returns Type Description System.Boolean Implements ITextIterator System.ICloneable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.html", "title": "Class BackgroundColourPainter", - "keywords": "Class BackgroundColourPainter Mark painter that fills the entire content rectangle with a solid color, and is meant to be used for highlighting text using background color. Inheritance object BackgroundColourPainter Implements ITextMarkPainter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public sealed class BackgroundColourPainter : ITextMarkPainter Constructors BackgroundColourPainter() Create a background painter that uses the default color ( Khaki ). Declaration public BackgroundColourPainter() BackgroundColourPainter(Color) Create a background painter that uses a specific color. Declaration public BackgroundColourPainter(Color color) Parameters Type Name Description Color color Properties Color Color of the marker. Declaration public Color Color { get; set; } Property Value Type Description Color Methods DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) Fills the content rectangle with the background color. Declaration public void DrawMarkPart(Graphics g, ITextMark mark, Rectangle boundingRectangle, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description Graphics g ITextMark mark Rectangle boundingRectangle Rectangle contentRectangle bool isFirstLine bool isLastLine GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) The bounds are the same as the content rectangle. Declaration public Rectangle GetMarkPartBounds(Graphics g, ITextMark mark, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description Graphics g ITextMark mark Rectangle contentRectangle bool isFirstLine bool isLastLine Returns Type Description Rectangle Implements ITextMarkPainter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class BackgroundColourPainter Mark painter that fills the entire content rectangle with a solid color, and is meant to be used for highlighting text using background color. Inheritance System.Object BackgroundColourPainter Implements ITextMarkPainter 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public sealed class BackgroundColourPainter : ITextMarkPainter Constructors BackgroundColourPainter() Create a background painter that uses the default color ( System.Drawing.Color.Khaki ). Declaration public BackgroundColourPainter() BackgroundColourPainter(Color) Create a background painter that uses a specific color. Declaration public BackgroundColourPainter(Color color) Parameters Type Name Description System.Drawing.Color color Properties Color Color of the marker. Declaration public Color Color { get; set; } Property Value Type Description System.Drawing.Color Methods DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) Fills the content rectangle with the background color. Declaration public void DrawMarkPart(Graphics g, ITextMark mark, Rectangle boundingRectangle, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description System.Drawing.Graphics g ITextMark mark System.Drawing.Rectangle boundingRectangle System.Drawing.Rectangle contentRectangle System.Boolean isFirstLine System.Boolean isLastLine GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) The bounds are the same as the content rectangle. Declaration public Rectangle GetMarkPartBounds(Graphics g, ITextMark mark, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description System.Drawing.Graphics g ITextMark mark System.Drawing.Rectangle contentRectangle System.Boolean isFirstLine System.Boolean isLastLine Returns Type Description System.Drawing.Rectangle Implements ITextMarkPainter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.html", "title": "Class BracketPainter", - "keywords": "Class BracketPainter Text mark painter that draws bracket marks similar to the old TWB window placeable marks. Inheritance object AbstractMarkPainter HorizontalLinePainter BracketPainter TermRecognitionBoldPainter Implements ITextMarkPainter Inherited Members HorizontalLinePainter.GetLineRectangle(Rectangle, int) HorizontalLinePainter.DrawLine(Graphics, Rectangle) AbstractMarkPainter.ConvertToRectangle(RectangleF) AbstractMarkPainter.Color AbstractMarkPainter.Location AbstractMarkPainter.PenWidth object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class BracketPainter : HorizontalLinePainter, ITextMarkPainter Constructors BracketPainter() Declaration public BracketPainter() Properties EndHeight Height of the bracket ends that indicate the start and end of the spanned content. Declaration public int EndHeight { get; set; } Property Value Type Description int LineJoin Determines what shape the corners of the brackets will have. Declaration public LineJoin LineJoin { get; set; } Property Value Type Description LineJoin Methods DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) Draw the mark Declaration public override void DrawMarkPart(Graphics g, ITextMark mark, Rectangle boundingRectangle, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description Graphics g ITextMark mark Rectangle boundingRectangle Rectangle contentRectangle bool isFirstLine bool isLastLine Overrides HorizontalLinePainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) Calculate the bounding rectangle for the mark. Declaration public override Rectangle GetMarkPartBounds(Graphics g, ITextMark mark, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description Graphics g ITextMark mark Rectangle contentRectangle bool isFirstLine bool isLastLine Returns Type Description Rectangle Overrides HorizontalLinePainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) Implements ITextMarkPainter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class BracketPainter Text mark painter that draws bracket marks similar to the old TWB window placeable marks. Inheritance System.Object AbstractMarkPainter HorizontalLinePainter BracketPainter TermRecognitionBoldPainter Implements ITextMarkPainter Inherited Members HorizontalLinePainter.GetLineRectangle(Rectangle, Int32) HorizontalLinePainter.DrawLine(Graphics, Rectangle) AbstractMarkPainter.ConvertToRectangle(RectangleF) AbstractMarkPainter.Color AbstractMarkPainter.Location AbstractMarkPainter.PenWidth 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class BracketPainter : HorizontalLinePainter, ITextMarkPainter Constructors BracketPainter() Declaration public BracketPainter() Properties EndHeight Height of the bracket ends that indicate the start and end of the spanned content. Declaration public int EndHeight { get; set; } Property Value Type Description System.Int32 LineJoin Determines what shape the corners of the brackets will have. Declaration public LineJoin LineJoin { get; set; } Property Value Type Description System.Drawing.Drawing2D.LineJoin Methods DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) Draw the mark Declaration public override void DrawMarkPart(Graphics g, ITextMark mark, Rectangle boundingRectangle, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description System.Drawing.Graphics g ITextMark mark System.Drawing.Rectangle boundingRectangle System.Drawing.Rectangle contentRectangle System.Boolean isFirstLine System.Boolean isLastLine Overrides HorizontalLinePainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) Calculate the bounding rectangle for the mark. Declaration public override Rectangle GetMarkPartBounds(Graphics g, ITextMark mark, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description System.Drawing.Graphics g ITextMark mark System.Drawing.Rectangle contentRectangle System.Boolean isFirstLine System.Boolean isLastLine Returns Type Description System.Drawing.Rectangle Overrides HorizontalLinePainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) Implements ITextMarkPainter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.html", "title": "Class ChangeGhostStatusConsolidator", - "keywords": "Class ChangeGhostStatusConsolidator Consolidates a list of edit operations based on a subsequent ghost status change operation. Inheritance object AbstractOperationConsolidator ChangeGhostStatusConsolidator Implements IEditOperationVisitor Inherited Members AbstractOperationConsolidator.ApplyTo(List) AbstractOperationConsolidator.IsSameOrParentNode(INode, INode) AbstractOperationConsolidator.IsParentNode(INode, INode) AbstractOperationConsolidator.PrecedingOperations AbstractOperationConsolidator.OperationsToRemove AbstractOperationConsolidator.AddThisOperationToList AbstractOperationConsolidator.ThisOperation object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ChangeGhostStatusConsolidator : AbstractOperationConsolidator, IEditOperationVisitor Remarks To use, construct from the subsequent edit operation and call ApplyTo(List) with the list of preceding edit operations to be updated. The subsequent operation will be added to the end of the list of operations if appropriate. Constructors ChangeGhostStatusConsolidator(IChangeGhostStatusOperation) construct with the subsequent ghost status change operation Declaration public ChangeGhostStatusConsolidator(IChangeGhostStatusOperation subsequentOperation) Parameters Type Name Description IChangeGhostStatusOperation subsequentOperation Methods VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) consolidate with a preceding ghost status change Declaration public override void VisitChangeGhostStatusOperation(IChangeGhostStatusOperation operation) Parameters Type Name Description IChangeGhostStatusOperation operation Overrides AbstractOperationConsolidator.VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) VisitChangeTextOperation(IChangeTextOperation) consolidate with a preceding text change Declaration public override void VisitChangeTextOperation(IChangeTextOperation operation) Parameters Type Name Description IChangeTextOperation operation Overrides AbstractOperationConsolidator.VisitChangeTextOperation(IChangeTextOperation) VisitDeleteNodeOperation(IDeleteNodeOperation) consolidate with a preceding delete Declaration public override void VisitDeleteNodeOperation(IDeleteNodeOperation operation) Parameters Type Name Description IDeleteNodeOperation operation Overrides AbstractOperationConsolidator.VisitDeleteNodeOperation(IDeleteNodeOperation) VisitInsertNodeOperation(IInsertNodeOperation) consolidate with a preceding insert Declaration public override void VisitInsertNodeOperation(IInsertNodeOperation operation) Parameters Type Name Description IInsertNodeOperation operation Overrides AbstractOperationConsolidator.VisitInsertNodeOperation(IInsertNodeOperation) Implements IEditOperationVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ChangeGhostStatusConsolidator Consolidates a list of edit operations based on a subsequent ghost status change operation. Inheritance System.Object AbstractOperationConsolidator ChangeGhostStatusConsolidator Implements IEditOperationVisitor Inherited Members AbstractOperationConsolidator.ApplyTo(List) AbstractOperationConsolidator.IsSameOrParentNode(INode, INode) AbstractOperationConsolidator.IsParentNode(INode, INode) AbstractOperationConsolidator.PrecedingOperations AbstractOperationConsolidator.OperationsToRemove AbstractOperationConsolidator.AddThisOperationToList AbstractOperationConsolidator.ThisOperation 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ChangeGhostStatusConsolidator : AbstractOperationConsolidator, IEditOperationVisitor Remarks To use, construct from the subsequent edit operation and call ApplyTo(List) with the list of preceding edit operations to be updated. The subsequent operation will be added to the end of the list of operations if appropriate. Constructors ChangeGhostStatusConsolidator(IChangeGhostStatusOperation) construct with the subsequent ghost status change operation Declaration public ChangeGhostStatusConsolidator(IChangeGhostStatusOperation subsequentOperation) Parameters Type Name Description IChangeGhostStatusOperation subsequentOperation Methods VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) consolidate with a preceding ghost status change Declaration public override void VisitChangeGhostStatusOperation(IChangeGhostStatusOperation operation) Parameters Type Name Description IChangeGhostStatusOperation operation Overrides AbstractOperationConsolidator.VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) VisitChangeTextOperation(IChangeTextOperation) consolidate with a preceding text change Declaration public override void VisitChangeTextOperation(IChangeTextOperation operation) Parameters Type Name Description IChangeTextOperation operation Overrides AbstractOperationConsolidator.VisitChangeTextOperation(IChangeTextOperation) VisitDeleteNodeOperation(IDeleteNodeOperation) consolidate with a preceding delete Declaration public override void VisitDeleteNodeOperation(IDeleteNodeOperation operation) Parameters Type Name Description IDeleteNodeOperation operation Overrides AbstractOperationConsolidator.VisitDeleteNodeOperation(IDeleteNodeOperation) VisitInsertNodeOperation(IInsertNodeOperation) consolidate with a preceding insert Declaration public override void VisitInsertNodeOperation(IInsertNodeOperation operation) Parameters Type Name Description IInsertNodeOperation operation Overrides AbstractOperationConsolidator.VisitInsertNodeOperation(IInsertNodeOperation) Implements IEditOperationVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.html", "title": "Class ChangeGhostStatusOperation", - "keywords": "Class ChangeGhostStatusOperation Default implementation of the IChangeGhostStatusOperation interface. Inheritance object ChangeGhostStatusOperation Implements IChangeGhostStatusOperation IAbstractEditOperation Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ChangeGhostStatusOperation : IChangeGhostStatusOperation, IAbstractEditOperation Constructors ChangeGhostStatusOperation(IStartEndNode, bool) Construction from a start/end node and a previous status. Declaration public ChangeGhostStatusOperation(IStartEndNode node, bool statusBefore) Parameters Type Name Description IStartEndNode node bool statusBefore Properties Node The affected node. Declaration public IStartEndNode Node { get; set; } Property Value Type Description IStartEndNode StatusBefore Status before change Declaration public bool StatusBefore { get; set; } Property Value Type Description bool Methods AcceptVisitor(IEditOperationVisitor) Calls VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) . Declaration public void AcceptVisitor(IEditOperationVisitor visitor) Parameters Type Name Description IEditOperationVisitor visitor ToString() Returns a clear text description of the operation. Declaration public override string ToString() Returns Type Description string Overrides object.ToString() Implements IChangeGhostStatusOperation IAbstractEditOperation Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ChangeGhostStatusOperation Default implementation of the IChangeGhostStatusOperation interface. Inheritance System.Object ChangeGhostStatusOperation Implements IChangeGhostStatusOperation IAbstractEditOperation Inherited Members 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ChangeGhostStatusOperation : IChangeGhostStatusOperation, IAbstractEditOperation Constructors ChangeGhostStatusOperation(IStartEndNode, Boolean) Construction from a start/end node and a previous status. Declaration public ChangeGhostStatusOperation(IStartEndNode node, bool statusBefore) Parameters Type Name Description IStartEndNode node System.Boolean statusBefore Properties Node The affected node. Declaration public IStartEndNode Node { get; set; } Property Value Type Description IStartEndNode StatusBefore Status before change Declaration public bool StatusBefore { get; set; } Property Value Type Description System.Boolean Methods AcceptVisitor(IEditOperationVisitor) Calls VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) . Declaration public void AcceptVisitor(IEditOperationVisitor visitor) Parameters Type Name Description IEditOperationVisitor visitor ToString() Returns a clear text description of the operation. Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Implements IChangeGhostStatusOperation IAbstractEditOperation Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.html", "title": "Class ChangeTextConsolidator", - "keywords": "Class ChangeTextConsolidator Consolidates a list of edit operations based on a subsequent text change operation. Inheritance object AbstractOperationConsolidator ChangeTextConsolidator Implements IEditOperationVisitor Inherited Members AbstractOperationConsolidator.ApplyTo(List) AbstractOperationConsolidator.IsSameOrParentNode(INode, INode) AbstractOperationConsolidator.IsParentNode(INode, INode) AbstractOperationConsolidator.PrecedingOperations AbstractOperationConsolidator.OperationsToRemove AbstractOperationConsolidator.AddThisOperationToList AbstractOperationConsolidator.ThisOperation object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ChangeTextConsolidator : AbstractOperationConsolidator, IEditOperationVisitor Remarks To use, construct from the subsequent edit operation and call ApplyTo(List) with the list of preceding edit operations to be updated. The subsequent operation will be added to the end of the list of operations if appropriate. Constructors ChangeTextConsolidator(IChangeTextOperation) construct from a subsequent text change operation Declaration public ChangeTextConsolidator(IChangeTextOperation subsequentOperation) Parameters Type Name Description IChangeTextOperation subsequentOperation Methods VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) consolidate with a preceding ghost status change Declaration public override void VisitChangeGhostStatusOperation(IChangeGhostStatusOperation operation) Parameters Type Name Description IChangeGhostStatusOperation operation Overrides AbstractOperationConsolidator.VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) VisitChangeTextOperation(IChangeTextOperation) consolidate with a preceding text change Declaration public override void VisitChangeTextOperation(IChangeTextOperation operation) Parameters Type Name Description IChangeTextOperation operation Overrides AbstractOperationConsolidator.VisitChangeTextOperation(IChangeTextOperation) VisitDeleteNodeOperation(IDeleteNodeOperation) consolidate with preceding delete Declaration public override void VisitDeleteNodeOperation(IDeleteNodeOperation operation) Parameters Type Name Description IDeleteNodeOperation operation Overrides AbstractOperationConsolidator.VisitDeleteNodeOperation(IDeleteNodeOperation) VisitInsertNodeOperation(IInsertNodeOperation) consolidate with a preceding insert Declaration public override void VisitInsertNodeOperation(IInsertNodeOperation operation) Parameters Type Name Description IInsertNodeOperation operation Overrides AbstractOperationConsolidator.VisitInsertNodeOperation(IInsertNodeOperation) Implements IEditOperationVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ChangeTextConsolidator Consolidates a list of edit operations based on a subsequent text change operation. Inheritance System.Object AbstractOperationConsolidator ChangeTextConsolidator Implements IEditOperationVisitor Inherited Members AbstractOperationConsolidator.ApplyTo(List) AbstractOperationConsolidator.IsSameOrParentNode(INode, INode) AbstractOperationConsolidator.IsParentNode(INode, INode) AbstractOperationConsolidator.PrecedingOperations AbstractOperationConsolidator.OperationsToRemove AbstractOperationConsolidator.AddThisOperationToList AbstractOperationConsolidator.ThisOperation 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ChangeTextConsolidator : AbstractOperationConsolidator, IEditOperationVisitor Remarks To use, construct from the subsequent edit operation and call ApplyTo(List) with the list of preceding edit operations to be updated. The subsequent operation will be added to the end of the list of operations if appropriate. Constructors ChangeTextConsolidator(IChangeTextOperation) construct from a subsequent text change operation Declaration public ChangeTextConsolidator(IChangeTextOperation subsequentOperation) Parameters Type Name Description IChangeTextOperation subsequentOperation Methods VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) consolidate with a preceding ghost status change Declaration public override void VisitChangeGhostStatusOperation(IChangeGhostStatusOperation operation) Parameters Type Name Description IChangeGhostStatusOperation operation Overrides AbstractOperationConsolidator.VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) VisitChangeTextOperation(IChangeTextOperation) consolidate with a preceding text change Declaration public override void VisitChangeTextOperation(IChangeTextOperation operation) Parameters Type Name Description IChangeTextOperation operation Overrides AbstractOperationConsolidator.VisitChangeTextOperation(IChangeTextOperation) VisitDeleteNodeOperation(IDeleteNodeOperation) consolidate with preceding delete Declaration public override void VisitDeleteNodeOperation(IDeleteNodeOperation operation) Parameters Type Name Description IDeleteNodeOperation operation Overrides AbstractOperationConsolidator.VisitDeleteNodeOperation(IDeleteNodeOperation) VisitInsertNodeOperation(IInsertNodeOperation) consolidate with a preceding insert Declaration public override void VisitInsertNodeOperation(IInsertNodeOperation operation) Parameters Type Name Description IInsertNodeOperation operation Overrides AbstractOperationConsolidator.VisitInsertNodeOperation(IInsertNodeOperation) Implements IEditOperationVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.html", "title": "Class ChangeTextOperation", - "keywords": "Class ChangeTextOperation Default implementation of the IChangeTextOperation interface. Inheritance object ChangeTextOperation Implements IChangeTextOperation IAbstractEditOperation Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ChangeTextOperation : IChangeTextOperation, IAbstractEditOperation Constructors ChangeTextOperation(ITextNode, string) Construction from a text node and its text before the change. Declaration public ChangeTextOperation(ITextNode node, string textBefore) Parameters Type Name Description ITextNode node string textBefore Properties Node The affected node. Declaration public ITextNode Node { get; set; } Property Value Type Description ITextNode TextBefore Text before it was changed. Declaration public string TextBefore { get; set; } Property Value Type Description string Methods AcceptVisitor(IEditOperationVisitor) Calls VisitChangeTextOperation(IChangeTextOperation) Declaration public void AcceptVisitor(IEditOperationVisitor visitor) Parameters Type Name Description IEditOperationVisitor visitor ToString() Returns a clear text description of the operation. Declaration public override string ToString() Returns Type Description string Overrides object.ToString() Implements IChangeTextOperation IAbstractEditOperation Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ChangeTextOperation Default implementation of the IChangeTextOperation interface. Inheritance System.Object ChangeTextOperation Implements IChangeTextOperation IAbstractEditOperation Inherited Members 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ChangeTextOperation : IChangeTextOperation, IAbstractEditOperation Constructors ChangeTextOperation(ITextNode, String) Construction from a text node and its text before the change. Declaration public ChangeTextOperation(ITextNode node, string textBefore) Parameters Type Name Description ITextNode node System.String textBefore Properties Node The affected node. Declaration public ITextNode Node { get; set; } Property Value Type Description ITextNode TextBefore Text before it was changed. Declaration public string TextBefore { get; set; } Property Value Type Description System.String Methods AcceptVisitor(IEditOperationVisitor) Calls VisitChangeTextOperation(IChangeTextOperation) Declaration public void AcceptVisitor(IEditOperationVisitor visitor) Parameters Type Name Description IEditOperationVisitor visitor ToString() Returns a clear text description of the operation. Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Implements IChangeTextOperation IAbstractEditOperation Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.html", "title": "Class CopyFragmentVisitor", - "keywords": "Class CopyFragmentVisitor An INodeVisitor implementation that works through the nodes and copies all nodes to the document fragment in the same structure. Inheritance object CopyFragmentVisitor RemoveFormattingVisitor TextOnlyFragmentVisitor Implements INodeVisitor Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class CopyFragmentVisitor : INodeVisitor Constructors CopyFragmentVisitor(IDocumentFragment) Visits all child nodes and copies them to the IFrameworkDocumentFragment keeping the same structure. Declaration public CopyFragmentVisitor(IDocumentFragment fragment) Parameters Type Name Description IDocumentFragment fragment The document fragment to copy the nodes to. Properties Fragment Readonly property which returns the processed document fragment. Declaration public IDocumentFragment Fragment { get; } Property Value Type Description IDocumentFragment Methods VisitBookmarkNode(IBookmarkNode) Visits a bookmark node and adds it to the last parent node processed. Declaration public virtual void VisitBookmarkNode(IBookmarkNode node) Parameters Type Name Description IBookmarkNode node VisitChildren(IAbstractContainerNode) Iterates over all children in the container and visits them. Declaration protected void VisitChildren(IAbstractContainerNode containerNode) Parameters Type Name Description IAbstractContainerNode containerNode VisitCommentContainerNode(ICommentContainerNode) Visits a comment container node and all its children. Declaration public virtual void VisitCommentContainerNode(ICommentContainerNode node) Parameters Type Name Description ICommentContainerNode node VisitContainerNode(IAbstractContainerNode, IChangeableContainerNode) Visits a container node. Declaration protected void VisitContainerNode(IAbstractContainerNode oldContainerNode, IChangeableContainerNode newContainerNode) Parameters Type Name Description IAbstractContainerNode oldContainerNode The original container node to visit. IChangeableContainerNode newContainerNode The container node to copy all content into (by visiting all children). VisitDocumentContainerNode(IDocumentContainerNode) Document container nodes are ignored. Declaration public virtual void VisitDocumentContainerNode(IDocumentContainerNode node) Parameters Type Name Description IDocumentContainerNode node VisitFileContainerNode(IFileContainerNode) File container nodes are ignored. Declaration public virtual void VisitFileContainerNode(IFileContainerNode node) Parameters Type Name Description IFileContainerNode node VisitLocationMarkerNode(ILocationMarkerNode) Visits a location marker node and adds it to the last parent processed. Declaration public virtual void VisitLocationMarkerNode(ILocationMarkerNode node) Parameters Type Name Description ILocationMarkerNode node VisitLockedContentContainerNode(ILockedContentContainerNode) Visits a locked content node and adds it to the last parent processed. Declaration public virtual void VisitLockedContentContainerNode(ILockedContentContainerNode node) Parameters Type Name Description ILockedContentContainerNode node VisitMarkerContainerNode(IOtherMarkerContainerNode) Visits a marker container node and all its children. Declaration public virtual void VisitMarkerContainerNode(IOtherMarkerContainerNode node) Parameters Type Name Description IOtherMarkerContainerNode node VisitParagraphUnitContainerNode(IParagraphUnitContainerNode) Paragraph unit container nodes are ignored. Declaration public virtual void VisitParagraphUnitContainerNode(IParagraphUnitContainerNode node) Parameters Type Name Description IParagraphUnitContainerNode node VisitPlaceholderTagNode(IPlaceholderTagNode) Visits a placeholder tag node and adds it to the last parent processed. Declaration public virtual void VisitPlaceholderTagNode(IPlaceholderTagNode node) Parameters Type Name Description IPlaceholderTagNode node VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode) Visits a revision marker container node and all its children. Declaration public virtual void VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode node) Parameters Type Name Description IRevisionMarkerContainerNode node VisitSegmentContainerNode(ISegmentContainerNode) Visits a segment container node and all child nodes. Declaration public virtual void VisitSegmentContainerNode(ISegmentContainerNode node) Parameters Type Name Description ISegmentContainerNode node VisitStartEndNode(IStartEndNode) StartEnd nodes are ignored. Declaration public virtual void VisitStartEndNode(IStartEndNode node) Parameters Type Name Description IStartEndNode node VisitTagPairContainerNode(ITagPairContainerNode) Visits a tag pair container node and all its children. Declaration public virtual void VisitTagPairContainerNode(ITagPairContainerNode node) Parameters Type Name Description ITagPairContainerNode node VisitTextNode(ITextNode) Vists a text node and adds it to the last parent node processed. Declaration public virtual void VisitTextNode(ITextNode node) Parameters Type Name Description ITextNode node Implements INodeVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class CopyFragmentVisitor An INodeVisitor implementation that works through the nodes and copies all nodes to the document fragment in the same structure. Inheritance System.Object CopyFragmentVisitor RemoveFormattingVisitor TextOnlyFragmentVisitor Implements INodeVisitor 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class CopyFragmentVisitor : INodeVisitor Constructors CopyFragmentVisitor(IDocumentFragment) Visits all child nodes and copies them to the IFrameworkDocumentFragment keeping the same structure. Declaration public CopyFragmentVisitor(IDocumentFragment fragment) Parameters Type Name Description IDocumentFragment fragment The document fragment to copy the nodes to. Properties Fragment Readonly property which returns the processed document fragment. Declaration public IDocumentFragment Fragment { get; } Property Value Type Description IDocumentFragment Methods VisitBookmarkNode(IBookmarkNode) Visits a bookmark node and adds it to the last parent node processed. Declaration public virtual void VisitBookmarkNode(IBookmarkNode node) Parameters Type Name Description IBookmarkNode node VisitChildren(IAbstractContainerNode) Iterates over all children in the container and visits them. Declaration protected void VisitChildren(IAbstractContainerNode containerNode) Parameters Type Name Description IAbstractContainerNode containerNode VisitCommentContainerNode(ICommentContainerNode) Visits a comment container node and all its children. Declaration public virtual void VisitCommentContainerNode(ICommentContainerNode node) Parameters Type Name Description ICommentContainerNode node VisitContainerNode(IAbstractContainerNode, IChangeableContainerNode) Visits a container node. Declaration protected void VisitContainerNode(IAbstractContainerNode oldContainerNode, IChangeableContainerNode newContainerNode) Parameters Type Name Description IAbstractContainerNode oldContainerNode The original container node to visit. IChangeableContainerNode newContainerNode The container node to copy all content into (by visiting all children). VisitDocumentContainerNode(IDocumentContainerNode) Document container nodes are ignored. Declaration public virtual void VisitDocumentContainerNode(IDocumentContainerNode node) Parameters Type Name Description IDocumentContainerNode node VisitFileContainerNode(IFileContainerNode) File container nodes are ignored. Declaration public virtual void VisitFileContainerNode(IFileContainerNode node) Parameters Type Name Description IFileContainerNode node VisitLocationMarkerNode(ILocationMarkerNode) Visits a location marker node and adds it to the last parent processed. Declaration public virtual void VisitLocationMarkerNode(ILocationMarkerNode node) Parameters Type Name Description ILocationMarkerNode node VisitLockedContentContainerNode(ILockedContentContainerNode) Visits a locked content node and adds it to the last parent processed. Declaration public virtual void VisitLockedContentContainerNode(ILockedContentContainerNode node) Parameters Type Name Description ILockedContentContainerNode node VisitMarkerContainerNode(IOtherMarkerContainerNode) Visits a marker container node and all its children. Declaration public virtual void VisitMarkerContainerNode(IOtherMarkerContainerNode node) Parameters Type Name Description IOtherMarkerContainerNode node VisitParagraphUnitContainerNode(IParagraphUnitContainerNode) Paragraph unit container nodes are ignored. Declaration public virtual void VisitParagraphUnitContainerNode(IParagraphUnitContainerNode node) Parameters Type Name Description IParagraphUnitContainerNode node VisitPlaceholderTagNode(IPlaceholderTagNode) Visits a placeholder tag node and adds it to the last parent processed. Declaration public virtual void VisitPlaceholderTagNode(IPlaceholderTagNode node) Parameters Type Name Description IPlaceholderTagNode node VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode) Visits a revision marker container node and all its children. Declaration public virtual void VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode node) Parameters Type Name Description IRevisionMarkerContainerNode node VisitSegmentContainerNode(ISegmentContainerNode) Visits a segment container node and all child nodes. Declaration public virtual void VisitSegmentContainerNode(ISegmentContainerNode node) Parameters Type Name Description ISegmentContainerNode node VisitStartEndNode(IStartEndNode) StartEnd nodes are ignored. Declaration public virtual void VisitStartEndNode(IStartEndNode node) Parameters Type Name Description IStartEndNode node VisitTagPairContainerNode(ITagPairContainerNode) Visits a tag pair container node and all its children. Declaration public virtual void VisitTagPairContainerNode(ITagPairContainerNode node) Parameters Type Name Description ITagPairContainerNode node VisitTextNode(ITextNode) Vists a text node and adds it to the last parent node processed. Declaration public virtual void VisitTextNode(ITextNode node) Parameters Type Name Description ITextNode node Implements INodeVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.html", "title": "Class DeleteNodeOperation", - "keywords": "Class DeleteNodeOperation Default implementation of the IDeleteNodeOperation interface. Inheritance object DeleteNodeOperation Implements IDeleteNodeOperation IAbstractEditOperation Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class DeleteNodeOperation : IDeleteNodeOperation, IAbstractEditOperation Constructors DeleteNodeOperation(INode, IAbstractContainerNode, int) Construction from a deleted node and its location before it was deleted. Declaration public DeleteNodeOperation(INode deletedNode, IAbstractContainerNode parent, int indexInParent) Parameters Type Name Description INode deletedNode IAbstractContainerNode parent int indexInParent Properties IndexInParent The index of the node before it was deleted from its parent container. Declaration public int IndexInParent { get; set; } Property Value Type Description int Node The deleted node. Declaration public INode Node { get; set; } Property Value Type Description INode Parent The parent container the node was deleted from. Declaration public IAbstractContainerNode Parent { get; set; } Property Value Type Description IAbstractContainerNode Methods AcceptVisitor(IEditOperationVisitor) Calls VisitDeleteNodeOperation(IDeleteNodeOperation) Declaration public void AcceptVisitor(IEditOperationVisitor visitor) Parameters Type Name Description IEditOperationVisitor visitor ToString() Returns a clear text description of the operation. Declaration public override string ToString() Returns Type Description string Overrides object.ToString() Implements IDeleteNodeOperation IAbstractEditOperation Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class DeleteNodeOperation Default implementation of the IDeleteNodeOperation interface. Inheritance System.Object DeleteNodeOperation Implements IDeleteNodeOperation IAbstractEditOperation Inherited Members 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class DeleteNodeOperation : IDeleteNodeOperation, IAbstractEditOperation Constructors DeleteNodeOperation(INode, IAbstractContainerNode, Int32) Construction from a deleted node and its location before it was deleted. Declaration public DeleteNodeOperation(INode deletedNode, IAbstractContainerNode parent, int indexInParent) Parameters Type Name Description INode deletedNode IAbstractContainerNode parent System.Int32 indexInParent Properties IndexInParent The index of the node before it was deleted from its parent container. Declaration public int IndexInParent { get; set; } Property Value Type Description System.Int32 Node The deleted node. Declaration public INode Node { get; set; } Property Value Type Description INode Parent The parent container the node was deleted from. Declaration public IAbstractContainerNode Parent { get; set; } Property Value Type Description IAbstractContainerNode Methods AcceptVisitor(IEditOperationVisitor) Calls VisitDeleteNodeOperation(IDeleteNodeOperation) Declaration public void AcceptVisitor(IEditOperationVisitor visitor) Parameters Type Name Description IEditOperationVisitor visitor ToString() Returns a clear text description of the operation. Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Implements IDeleteNodeOperation IAbstractEditOperation Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.html", "title": "Class DeleteOperationConsolidator", - "keywords": "Class DeleteOperationConsolidator Consolidates a list of edit operations based on a subsequent delete operation. Inheritance object AbstractOperationConsolidator DeleteOperationConsolidator Implements IEditOperationVisitor Inherited Members AbstractOperationConsolidator.ApplyTo(List) AbstractOperationConsolidator.IsSameOrParentNode(INode, INode) AbstractOperationConsolidator.IsParentNode(INode, INode) AbstractOperationConsolidator.PrecedingOperations AbstractOperationConsolidator.OperationsToRemove AbstractOperationConsolidator.AddThisOperationToList AbstractOperationConsolidator.ThisOperation object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class DeleteOperationConsolidator : AbstractOperationConsolidator, IEditOperationVisitor Remarks To use, construct from the subsequent edit operation and call ApplyTo(List) with the list of preceding edit operations to be updated. The subsequent delete will be added to the end of the list of operations if appropriate. Constructors DeleteOperationConsolidator(IDeleteNodeOperation) Construct froma subsequent delete operation. Declaration public DeleteOperationConsolidator(IDeleteNodeOperation subsequentDelete) Parameters Type Name Description IDeleteNodeOperation subsequentDelete Methods VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) consolidate with preceding ghost status change Declaration public override void VisitChangeGhostStatusOperation(IChangeGhostStatusOperation operation) Parameters Type Name Description IChangeGhostStatusOperation operation Overrides AbstractOperationConsolidator.VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) VisitChangeTextOperation(IChangeTextOperation) consolidate with preceding text change operation Declaration public override void VisitChangeTextOperation(IChangeTextOperation operation) Parameters Type Name Description IChangeTextOperation operation Overrides AbstractOperationConsolidator.VisitChangeTextOperation(IChangeTextOperation) VisitDeleteNodeOperation(IDeleteNodeOperation) consolidate with preceding delete operation Declaration public override void VisitDeleteNodeOperation(IDeleteNodeOperation operation) Parameters Type Name Description IDeleteNodeOperation operation Overrides AbstractOperationConsolidator.VisitDeleteNodeOperation(IDeleteNodeOperation) VisitInsertNodeOperation(IInsertNodeOperation) consolidate with preceding insert operation Declaration public override void VisitInsertNodeOperation(IInsertNodeOperation operation) Parameters Type Name Description IInsertNodeOperation operation Overrides AbstractOperationConsolidator.VisitInsertNodeOperation(IInsertNodeOperation) Implements IEditOperationVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class DeleteOperationConsolidator Consolidates a list of edit operations based on a subsequent delete operation. Inheritance System.Object AbstractOperationConsolidator DeleteOperationConsolidator Implements IEditOperationVisitor Inherited Members AbstractOperationConsolidator.ApplyTo(List) AbstractOperationConsolidator.IsSameOrParentNode(INode, INode) AbstractOperationConsolidator.IsParentNode(INode, INode) AbstractOperationConsolidator.PrecedingOperations AbstractOperationConsolidator.OperationsToRemove AbstractOperationConsolidator.AddThisOperationToList AbstractOperationConsolidator.ThisOperation 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class DeleteOperationConsolidator : AbstractOperationConsolidator, IEditOperationVisitor Remarks To use, construct from the subsequent edit operation and call ApplyTo(List) with the list of preceding edit operations to be updated. The subsequent delete will be added to the end of the list of operations if appropriate. Constructors DeleteOperationConsolidator(IDeleteNodeOperation) Construct froma subsequent delete operation. Declaration public DeleteOperationConsolidator(IDeleteNodeOperation subsequentDelete) Parameters Type Name Description IDeleteNodeOperation subsequentDelete Methods VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) consolidate with preceding ghost status change Declaration public override void VisitChangeGhostStatusOperation(IChangeGhostStatusOperation operation) Parameters Type Name Description IChangeGhostStatusOperation operation Overrides AbstractOperationConsolidator.VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) VisitChangeTextOperation(IChangeTextOperation) consolidate with preceding text change operation Declaration public override void VisitChangeTextOperation(IChangeTextOperation operation) Parameters Type Name Description IChangeTextOperation operation Overrides AbstractOperationConsolidator.VisitChangeTextOperation(IChangeTextOperation) VisitDeleteNodeOperation(IDeleteNodeOperation) consolidate with preceding delete operation Declaration public override void VisitDeleteNodeOperation(IDeleteNodeOperation operation) Parameters Type Name Description IDeleteNodeOperation operation Overrides AbstractOperationConsolidator.VisitDeleteNodeOperation(IDeleteNodeOperation) VisitInsertNodeOperation(IInsertNodeOperation) consolidate with preceding insert operation Declaration public override void VisitInsertNodeOperation(IInsertNodeOperation operation) Parameters Type Name Description IInsertNodeOperation operation Overrides AbstractOperationConsolidator.VisitInsertNodeOperation(IInsertNodeOperation) Implements IEditOperationVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.html", "title": "Class DocumentStructureInfoColumn", - "keywords": "Class DocumentStructureInfoColumn Custom editor column showing context information for paragraph units. Inheritance object AbstractCustomColumn DocumentStructureInfoColumn Implements IInteractiveCustomColumn ICustomColumn Inherited Members AbstractCustomColumn.CalculateTextSize(Graphics, string, Font) AbstractCustomColumn.CalculateTextSize(Graphics, string, Font, int) AbstractCustomColumn.GetFont() AbstractCustomColumn.DrawDefaultBackground(Graphics, Rectangle, IRowInfo) AbstractCustomColumn.DrawBorders(Graphics, Rectangle, Pen, Pen, Pen, Pen) AbstractCustomColumn.DrawTopBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawRightBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawBottomBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawLeftBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.BeginDraw() AbstractCustomColumn.SetRowSizeAccessor(RowSizeAccessor) AbstractCustomColumn.PrepareRegisterRows() AbstractCustomColumn.RegisterRow(IRowInfo) AbstractCustomColumn.TextFormat AbstractCustomColumn.EditControl AbstractCustomColumn.Width AbstractCustomColumn.IsComplex object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class DocumentStructureInfoColumn : AbstractCustomColumn, IInteractiveCustomColumn, ICustomColumn Remarks Contexts are clickable, and the mouse cursor changes to a hand when the user moves the mouse over a cell that has context. Clicking in the column shows extended context information to the user. The column shows the context code and uses a background color defined for the most significant context. If several contexts are available a + is appended to the context code to indicate this fact to the user. The column also shows a tooltip with the descriptive name of the main context when the user hovers the mouse over a cell with context. Cell boundaries are drawn as for paragraphs, i.e. top and bottom borders are only drawn for the first and last row of a paragraph, respectively. Constructors DocumentStructureInfoColumn() Default constructor. Declaration public DocumentStructureInfoColumn() Properties EventFlags Implementation handles all left mouse click events plus mouse entering and leaving a cell. Declaration public virtual InteractiveEventFlags EventFlags { get; } Property Value Type Description InteractiveEventFlags Methods CalculateCellContentHeight(Graphics, IRowInfo) Returns the height of the text to be displayed for this row. Declaration public override int CalculateCellContentHeight(Graphics g, IRowInfo row) Parameters Type Name Description Graphics g IRowInfo row Returns Type Description int Overrides AbstractCustomColumn.CalculateCellContentHeight(Graphics, IRowInfo) DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) Draw the content of the cell, based on context information associated with the row. Declaration public override void DrawCell(Graphics g, IRowInfo row, Rectangle cellBounds, Pen leftBorderPen, Pen rightBorderPen, Pen topBorderPen, Pen bottomBorderPen) Parameters Type Name Description Graphics g IRowInfo row Rectangle cellBounds Pen leftBorderPen Pen rightBorderPen Pen topBorderPen Pen bottomBorderPen Overrides AbstractCustomColumn.DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) Remarks The most significant context is used for background and context code. If there is no context for this row the default background and the paragraph boundaries are drawn. DrawCellBoundaries(IRowInfo, Graphics, Rectangle, Pen, Pen, Pen, Pen) Draw cell borders in a way that ensures paragraph boundaries are intact. Declaration protected void DrawCellBoundaries(IRowInfo row, Graphics g, Rectangle cellBounds, Pen leftBorderPen, Pen rightBorderPen, Pen topBorderPen, Pen bottomBorderPen) Parameters Type Name Description IRowInfo row Graphics g Rectangle cellBounds Pen leftBorderPen Pen rightBorderPen Pen topBorderPen Pen bottomBorderPen GetContext(IRowInfo) Helper function to locate the contexts associated with a row. Declaration protected IContextProperties GetContext(IRowInfo row) Parameters Type Name Description IRowInfo row Returns Type Description IContextProperties null if the row does not have a context GetContextToolTip(IRowInfo) Gets the tooltip to display for the current cell by finding the main context. This can be overridden to return a different tooltip. Declaration protected virtual string GetContextToolTip(IRowInfo row) Parameters Type Name Description IRowInfo row Returns Type Description string GetMainContext(IRowInfo) The (most significant) context to be shown in the column. Declaration protected IContextInfo GetMainContext(IRowInfo row) Parameters Type Name Description IRowInfo row Returns Type Description IContextInfo GetMainContext(IContextProperties) Declaration protected IContextInfo GetMainContext(IContextProperties context) Parameters Type Name Description IContextProperties context Returns Type Description IContextInfo GetOptimalWidth(Graphics) Returns the expected maximum width of the content in this column, by default the size of 2 wide capital letters and a plus sign. Declaration public override int GetOptimalWidth(Graphics g) Parameters Type Name Description Graphics g Returns Type Description int Overrides AbstractCustomColumn.GetOptimalWidth(Graphics) GetText(IRowInfo) The text to be shown in the column. Declaration protected virtual string GetText(IRowInfo row) Parameters Type Name Description IRowInfo row Returns Type Description string IsFirstParagraphRow(IRowInfo) Helper to determine if the row is the first row shown for a paragraph. Declaration public static bool IsFirstParagraphRow(IRowInfo row) Parameters Type Name Description IRowInfo row Returns Type Description bool IsLastParagraphRow(IRowInfo) Helper function to determine if the row is the last row to be shown for a paragraph. Declaration public static bool IsLastParagraphRow(IRowInfo row) Parameters Type Name Description IRowInfo row Returns Type Description bool OnCellMouseDoubleClick(IRowInfo, Rectangle, MouseEventArgs) Handled to avoid this being unintentionally processed by the edit control. The implementation does nothing. Declaration public virtual void OnCellMouseDoubleClick(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e OnCellMouseDown(IRowInfo, Rectangle, MouseEventArgs) Handled to avoid this being unintentionally processed by the edit control. The implementation does nothing. Declaration public virtual void OnCellMouseDown(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e OnCellMouseEntering(IRowInfo, Rectangle, IRowInfo, Rectangle) When the mouse enters a cell with context information the cursor is set to a hand and the tooltip is activated with the display name for the main context. Declaration public void OnCellMouseEntering(IRowInfo row, Rectangle cellBounds, IRowInfo leavingRow, Rectangle leavingCellBounds) Parameters Type Name Description IRowInfo row Rectangle cellBounds IRowInfo leavingRow Rectangle leavingCellBounds OnCellMouseLeaving(IRowInfo, Rectangle, IRowInfo, Rectangle) When the mouse leaves a cell the mouse cursor is restored and the tool tip is hidden. Declaration public void OnCellMouseLeaving(IRowInfo row, Rectangle cellBounds, IRowInfo enteringRow, Rectangle enteringCellBounds) Parameters Type Name Description IRowInfo row Rectangle cellBounds IRowInfo enteringRow Rectangle enteringCellBounds OnCellMouseMove(IRowInfo, Rectangle, MouseEventArgs) Not used. Declaration public virtual void OnCellMouseMove(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e OnCellMouseRightDown(IRowInfo, Rectangle, MouseEventArgs) Not used. Declaration public virtual void OnCellMouseRightDown(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e OnCellMouseRightUp(IRowInfo, Rectangle, MouseEventArgs) Not used. Declaration public virtual void OnCellMouseRightUp(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e OnCellMouseUp(IRowInfo, Rectangle, MouseEventArgs) Performs the \"click on\" functionality - i.e. show details about the contexts. Declaration public virtual void OnCellMouseUp(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row Rectangle cellBounds MouseEventArgs e OnContentChanged(object, CustomColumnContentChangedEventArgs) Fire the ContentChanged event. Declaration public virtual void OnContentChanged(object sender, CustomColumnContentChangedEventArgs args) Parameters Type Name Description object sender CustomColumnContentChangedEventArgs args ShowCellToolTip(IRowInfo) Displays the tooltip for the cell using GetContextToolTip(IRowInfo) . Declaration protected void ShowCellToolTip(IRowInfo row) Parameters Type Name Description IRowInfo row Events ContentChanged Currently not used by this column. Declaration public event EventHandler ContentChanged Event Type Type Description EventHandler CustomColumnContentChangedEventArgs Implements IInteractiveCustomColumn ICustomColumn Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class DocumentStructureInfoColumn Custom editor column showing context information for paragraph units. Inheritance System.Object AbstractCustomColumn DocumentStructureInfoColumn Implements IInteractiveCustomColumn ICustomColumn Inherited Members AbstractCustomColumn.CalculateTextSize(Graphics, String, Font) AbstractCustomColumn.CalculateTextSize(Graphics, String, Font, Int32) AbstractCustomColumn.GetFont() AbstractCustomColumn.DrawDefaultBackground(Graphics, Rectangle, IRowInfo) AbstractCustomColumn.DrawBorders(Graphics, Rectangle, Pen, Pen, Pen, Pen) AbstractCustomColumn.DrawTopBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawRightBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawBottomBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawLeftBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.BeginDraw() AbstractCustomColumn.SetRowSizeAccessor(RowSizeAccessor) AbstractCustomColumn.PrepareRegisterRows() AbstractCustomColumn.RegisterRow(IRowInfo) AbstractCustomColumn.TextFormat AbstractCustomColumn.EditControl AbstractCustomColumn.Width AbstractCustomColumn.IsComplex 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class DocumentStructureInfoColumn : AbstractCustomColumn, IInteractiveCustomColumn, ICustomColumn Remarks Contexts are clickable, and the mouse cursor changes to a hand when the user moves the mouse over a cell that has context. Clicking in the column shows extended context information to the user. The column shows the context code and uses a background color defined for the most significant context. If several contexts are available a + is appended to the context code to indicate this fact to the user. The column also shows a tooltip with the descriptive name of the main context when the user hovers the mouse over a cell with context. Cell boundaries are drawn as for paragraphs, i.e. top and bottom borders are only drawn for the first and last row of a paragraph, respectively. Constructors DocumentStructureInfoColumn() Default constructor. Declaration public DocumentStructureInfoColumn() Properties EventFlags Implementation handles all left mouse click events plus mouse entering and leaving a cell. Declaration public virtual InteractiveEventFlags EventFlags { get; } Property Value Type Description InteractiveEventFlags Methods CalculateCellContentHeight(Graphics, IRowInfo) Returns the height of the text to be displayed for this row. Declaration public override int CalculateCellContentHeight(Graphics g, IRowInfo row) Parameters Type Name Description System.Drawing.Graphics g IRowInfo row Returns Type Description System.Int32 Overrides AbstractCustomColumn.CalculateCellContentHeight(Graphics, IRowInfo) DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) Draw the content of the cell, based on context information associated with the row. Declaration public override void DrawCell(Graphics g, IRowInfo row, Rectangle cellBounds, Pen leftBorderPen, Pen rightBorderPen, Pen topBorderPen, Pen bottomBorderPen) Parameters Type Name Description System.Drawing.Graphics g IRowInfo row System.Drawing.Rectangle cellBounds System.Drawing.Pen leftBorderPen System.Drawing.Pen rightBorderPen System.Drawing.Pen topBorderPen System.Drawing.Pen bottomBorderPen Overrides AbstractCustomColumn.DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) Remarks The most significant context is used for background and context code. If there is no context for this row the default background and the paragraph boundaries are drawn. DrawCellBoundaries(IRowInfo, Graphics, Rectangle, Pen, Pen, Pen, Pen) Draw cell borders in a way that ensures paragraph boundaries are intact. Declaration protected void DrawCellBoundaries(IRowInfo row, Graphics g, Rectangle cellBounds, Pen leftBorderPen, Pen rightBorderPen, Pen topBorderPen, Pen bottomBorderPen) Parameters Type Name Description IRowInfo row System.Drawing.Graphics g System.Drawing.Rectangle cellBounds System.Drawing.Pen leftBorderPen System.Drawing.Pen rightBorderPen System.Drawing.Pen topBorderPen System.Drawing.Pen bottomBorderPen GetContext(IRowInfo) Helper function to locate the contexts associated with a row. Declaration protected IContextProperties GetContext(IRowInfo row) Parameters Type Name Description IRowInfo row Returns Type Description IContextProperties null if the row does not have a context GetContextToolTip(IRowInfo) Gets the tooltip to display for the current cell by finding the main context. This can be overridden to return a different tooltip. Declaration protected virtual string GetContextToolTip(IRowInfo row) Parameters Type Name Description IRowInfo row Returns Type Description System.String GetMainContext(IRowInfo) The (most significant) context to be shown in the column. Declaration protected IContextInfo GetMainContext(IRowInfo row) Parameters Type Name Description IRowInfo row Returns Type Description IContextInfo GetMainContext(IContextProperties) Declaration protected IContextInfo GetMainContext(IContextProperties context) Parameters Type Name Description IContextProperties context Returns Type Description IContextInfo GetOptimalWidth(Graphics) Returns the expected maximum width of the content in this column, by default the size of 2 wide capital letters and a plus sign. Declaration public override int GetOptimalWidth(Graphics g) Parameters Type Name Description System.Drawing.Graphics g Returns Type Description System.Int32 Overrides AbstractCustomColumn.GetOptimalWidth(Graphics) GetText(IRowInfo) The text to be shown in the column. Declaration protected virtual string GetText(IRowInfo row) Parameters Type Name Description IRowInfo row Returns Type Description System.String IsFirstParagraphRow(IRowInfo) Helper to determine if the row is the first row shown for a paragraph. Declaration public static bool IsFirstParagraphRow(IRowInfo row) Parameters Type Name Description IRowInfo row Returns Type Description System.Boolean IsLastParagraphRow(IRowInfo) Helper function to determine if the row is the last row to be shown for a paragraph. Declaration public static bool IsLastParagraphRow(IRowInfo row) Parameters Type Name Description IRowInfo row Returns Type Description System.Boolean OnCellMouseDoubleClick(IRowInfo, Rectangle, MouseEventArgs) Handled to avoid this being unintentionally processed by the edit control. The implementation does nothing. Declaration public virtual void OnCellMouseDoubleClick(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e OnCellMouseDown(IRowInfo, Rectangle, MouseEventArgs) Handled to avoid this being unintentionally processed by the edit control. The implementation does nothing. Declaration public virtual void OnCellMouseDown(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e OnCellMouseEntering(IRowInfo, Rectangle, IRowInfo, Rectangle) When the mouse enters a cell with context information the cursor is set to a hand and the tooltip is activated with the display name for the main context. Declaration public void OnCellMouseEntering(IRowInfo row, Rectangle cellBounds, IRowInfo leavingRow, Rectangle leavingCellBounds) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds IRowInfo leavingRow System.Drawing.Rectangle leavingCellBounds OnCellMouseLeaving(IRowInfo, Rectangle, IRowInfo, Rectangle) When the mouse leaves a cell the mouse cursor is restored and the tool tip is hidden. Declaration public void OnCellMouseLeaving(IRowInfo row, Rectangle cellBounds, IRowInfo enteringRow, Rectangle enteringCellBounds) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds IRowInfo enteringRow System.Drawing.Rectangle enteringCellBounds OnCellMouseMove(IRowInfo, Rectangle, MouseEventArgs) Not used. Declaration public virtual void OnCellMouseMove(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e OnCellMouseRightDown(IRowInfo, Rectangle, MouseEventArgs) Not used. Declaration public virtual void OnCellMouseRightDown(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e OnCellMouseRightUp(IRowInfo, Rectangle, MouseEventArgs) Not used. Declaration public virtual void OnCellMouseRightUp(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e OnCellMouseUp(IRowInfo, Rectangle, MouseEventArgs) Performs the \"click on\" functionality - i.e. show details about the contexts. Declaration public virtual void OnCellMouseUp(IRowInfo row, Rectangle cellBounds, MouseEventArgs e) Parameters Type Name Description IRowInfo row System.Drawing.Rectangle cellBounds System.Windows.Forms.MouseEventArgs e OnContentChanged(Object, CustomColumnContentChangedEventArgs) Fire the ContentChanged event. Declaration public virtual void OnContentChanged(object sender, CustomColumnContentChangedEventArgs args) Parameters Type Name Description System.Object sender CustomColumnContentChangedEventArgs args ShowCellToolTip(IRowInfo) Displays the tooltip for the cell using GetContextToolTip(IRowInfo) . Declaration protected void ShowCellToolTip(IRowInfo row) Parameters Type Name Description IRowInfo row Events ContentChanged Currently not used by this column. Declaration public event EventHandler ContentChanged Event Type Type Description System.EventHandler < CustomColumnContentChangedEventArgs > Implements IInteractiveCustomColumn ICustomColumn Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html", "title": "Class EditControlDisplaySettings", - "keywords": "Class EditControlDisplaySettings Provides access to the display settings that will be used by the edit control when displaying fonts, colors and other formatting on screen. Inheritance object EditControlDisplaySettings Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class EditControlDisplaySettings Constructors EditControlDisplaySettings() Default constructor Declaration public EditControlDisplaySettings() Fields DefaultActiveSegmentColor Default setting for the active segment color. Declaration protected readonly Color DefaultActiveSegmentColor Field Value Type Description Color DefaultAdaptFontColors Default setting for enabling of font color adaptation. Declaration protected readonly bool DefaultAdaptFontColors Field Value Type Description bool DefaultAdaptFontSizes Default setting for enabling of font size adaptation. Declaration protected readonly bool DefaultAdaptFontSizes Field Value Type Description bool DefaultColorDifferenceRatio Default setting for the color difference ratio when applying font color adaptation. Declaration protected readonly int DefaultColorDifferenceRatio Field Value Type Description int DefaultDocumentBackgroundColor Default setting for the document background color. Declaration protected readonly Color DefaultDocumentBackgroundColor Field Value Type Description Color DefaultDocumentTextColor Default setting for the default document text color. Declaration protected readonly Color DefaultDocumentTextColor Field Value Type Description Color DefaultMaxFontSize Default setting for maximum font adaptation size. Declaration protected readonly int DefaultMaxFontSize Field Value Type Description int DefaultMinFontSize Default setting for minimum font adaptation size. Declaration protected readonly int DefaultMinFontSize Field Value Type Description int DefaultReadOnlySegmentColor Default setting for the read-only segment color. Declaration protected readonly Color DefaultReadOnlySegmentColor Field Value Type Description Color DefaultSegmentShadingRatio Default setting for the segment shading ratio. Declaration protected readonly byte DefaultSegmentShadingRatio Field Value Type Description byte DefaultSelectedSegmentColor Default setting for the selected segment color. Declaration protected readonly Color DefaultSelectedSegmentColor Field Value Type Description Color DefaultShowTrackedChanges Default setting for the color difference ratio when applying font color adaptation. Declaration protected MarkupDisplayMode DefaultShowTrackedChanges Field Value Type Description MarkupDisplayMode DefaultSpellingUnderlineColor Default setting for the spell-checking underline color. Declaration protected readonly Color DefaultSpellingUnderlineColor Field Value Type Description Color DefaultTMPlaceableUnderlineColor Default setting for the TM placeable underline color. Declaration protected readonly Color DefaultTMPlaceableUnderlineColor Field Value Type Description Color DefaultTagFormatHighlightColor Default setting for the tag format highlight color. Declaration protected readonly Color DefaultTagFormatHighlightColor Field Value Type Description Color Properties ActiveSegmentColor The background color used when displaying the active segment. Declaration public Color ActiveSegmentColor { get; set; } Property Value Type Description Color AdaptFontColors Whether font color adaptation is enabled or not Declaration public bool AdaptFontColors { get; set; } Property Value Type Description bool AdaptFontSizes Whether font size adaptation is enabled or not Declaration public bool AdaptFontSizes { get; set; } Property Value Type Description bool Remarks This property has been deprecated by EditControlFontSizeSettings.AdaptFontSizes. See Also EditControlFontSizeSettings AddedTQAFormatting The formatting that will be used when displaying TQA content which has been added Declaration public IFormattingGroup AddedTQAFormatting { get; set; } Property Value Type Description IFormattingGroup ColorDifferenceRatio The text-to-background color difference ratio to apply to font colors. Declaration public int ColorDifferenceRatio { get; set; } Property Value Type Description int CommentTQAFormatting The formatting that will be used when displaying TQA content which has been commented Declaration public IFormattingGroup CommentTQAFormatting { get; set; } Property Value Type Description IFormattingGroup DefaultAddedTQAFormatting Gets the default added TQA formatting. Declaration protected FormattingGroup DefaultAddedTQAFormatting { get; } Property Value Type Description FormattingGroup DefaultCommentTQAFormatting Gets the default commented TQA formatting. Declaration protected FormattingGroup DefaultCommentTQAFormatting { get; } Property Value Type Description FormattingGroup DefaultDeletedTQAFormatting Gets the default deleted TQA formatting. Declaration protected FormattingGroup DefaultDeletedTQAFormatting { get; } Property Value Type Description FormattingGroup DefaultDeletedTagProperties Gets the default deleted tag properties. Declaration protected TagPaintingProperties DefaultDeletedTagProperties { get; } Property Value Type Description TagPaintingProperties DefaultDocumentTagProperties Gets the default document tag properties. Declaration protected TagPaintingProperties DefaultDocumentTagProperties { get; } Property Value Type Description TagPaintingProperties DefaultErrorCommentFormatting Gets the default error comment formatting. Declaration protected FormattingGroup DefaultErrorCommentFormatting { get; } Property Value Type Description FormattingGroup DefaultFileTagProperties Gets the default file tag properties. Declaration protected TagPaintingProperties DefaultFileTagProperties { get; } Property Value Type Description TagPaintingProperties DefaultInformationCommentFormatting Gets the default information comment formatting. Declaration protected FormattingGroup DefaultInformationCommentFormatting { get; } Property Value Type Description FormattingGroup DefaultInsertedRevisionFormatting Gets the default inserted revision formatting. Declaration protected FormattingGroup DefaultInsertedRevisionFormatting { get; } Property Value Type Description FormattingGroup DefaultInsertedTagProperties Gets the default inserted tag properties. Declaration protected TagPaintingProperties DefaultInsertedTagProperties { get; } Property Value Type Description TagPaintingProperties DefaultInternalTagProperties Gets the default internal tag properties. Declaration protected TagPaintingProperties DefaultInternalTagProperties { get; } Property Value Type Description TagPaintingProperties DefaultLockedContentFormatting Gets the default locked content formatting. Declaration protected FormattingGroup DefaultLockedContentFormatting { get; } Property Value Type Description FormattingGroup DefaultRemovedRevisionFormatting Gets the default removed revision formatting. Declaration protected FormattingGroup DefaultRemovedRevisionFormatting { get; } Property Value Type Description FormattingGroup DefaultStructureInfoColors Gets the default structure info colors. Declaration protected ObservableDictionary DefaultStructureInfoColors { get; } Property Value Type Description ObservableDictionary string Color DefaultWarningCommentFormatting Gets the default warning comment formatting. Declaration protected FormattingGroup DefaultWarningCommentFormatting { get; } Property Value Type Description FormattingGroup DeletedTQAFormatting The formatting that will be used when displaying TQA content which has been deleted Declaration public IFormattingGroup DeletedTQAFormatting { get; set; } Property Value Type Description IFormattingGroup DeletedTagProperties The display properties used to paint tags that have been deleted. Declaration public ITagPaintingProperties DeletedTagProperties { get; set; } Property Value Type Description ITagPaintingProperties DocumentBackgroundColor The color used when displaying the background of the document. Declaration public Color DocumentBackgroundColor { get; set; } Property Value Type Description Color DocumentTagProperties The display properties used to paint the document level tags. Declaration public ITagPaintingProperties DocumentTagProperties { get; set; } Property Value Type Description ITagPaintingProperties DocumentTextColor The color used when displaying the text in the document. Declaration public Color DocumentTextColor { get; set; } Property Value Type Description Color ErrorCommentFormatting The formatting that will be used when displaying error level comments. Declaration public IFormattingGroup ErrorCommentFormatting { get; set; } Property Value Type Description IFormattingGroup FileTagProperties The display properties used to paint the file level tags. Declaration public ITagPaintingProperties FileTagProperties { get; set; } Property Value Type Description ITagPaintingProperties InformationCommentFormatting The formatting that will be used when displaying information level comments. Declaration public IFormattingGroup InformationCommentFormatting { get; set; } Property Value Type Description IFormattingGroup InsertedRevisionFormatting The formatting that will be used when displaying revised content that has been inserted. Declaration public IFormattingGroup InsertedRevisionFormatting { get; set; } Property Value Type Description IFormattingGroup InsertedTagProperties The display properties used to paint tags that have been inserted. Declaration public ITagPaintingProperties InsertedTagProperties { get; set; } Property Value Type Description ITagPaintingProperties InternalTagProperties The display properties used to paint internal tags. Declaration public ITagPaintingProperties InternalTagProperties { get; set; } Property Value Type Description ITagPaintingProperties LockedContentFormatting The formatting that will be used when displaying locked content. Declaration public IFormattingGroup LockedContentFormatting { get; set; } Property Value Type Description IFormattingGroup MaxFontSize The maximum font size to adapt fonts to Declaration public int MaxFontSize { get; set; } Property Value Type Description int Remarks This property has been deprecated by EditControlFontSizeSettings.MaxFontSize. See Also EditControlFontSizeSettings MinFontSize The minimum font size to adapt fonts to Declaration public int MinFontSize { get; set; } Property Value Type Description int Remarks This property has been deprecated by EditControlFontSizeSettings.MinFontSize. See Also EditControlFontSizeSettings ReadOnlySegmentColor The background color used for read-only segments. Default is Color.Empty . Declaration public Color ReadOnlySegmentColor { get; set; } Property Value Type Description Color RemovedRevisionFormatting The formatting that will be used when displaying revised content that has been deleted. Declaration public IFormattingGroup RemovedRevisionFormatting { get; set; } Property Value Type Description IFormattingGroup SegmentShadingRatio The ratio that will be used to calculate the row shading color applied to alternating rows. Declaration public byte SegmentShadingRatio { get; set; } Property Value Type Description byte SelectedSegmentColor The background color used when displaying a selected segment. Declaration public Color SelectedSegmentColor { get; set; } Property Value Type Description Color ShowTrackedChanges Declaration public MarkupDisplayMode ShowTrackedChanges { get; set; } Property Value Type Description MarkupDisplayMode SpellingUnderlineColor The underline color that will be used when displaying a spelling error marker. Declaration public Color SpellingUnderlineColor { get; set; } Property Value Type Description Color TMPlaceableUnderlineColor The underline color that will be used when displaying a translation memory placeable marker. Declaration public Color TMPlaceableUnderlineColor { get; set; } Property Value Type Description Color TagFormatHighlightColor The background color that will be applied when highlighting tags and formatting in the document for the user to insert. Declaration public Color TagFormatHighlightColor { get; set; } Property Value Type Description Color WarningCommentFormatting The formatting that will be used when displaying warning level comments. Declaration public IFormattingGroup WarningCommentFormatting { get; set; } Property Value Type Description IFormattingGroup Methods ApplyColorRatio(Color, Color, int) Compares the background and text colors against the ratio and changes the text color if they are too similar. Declaration public static Color ApplyColorRatio(Color textColor, Color backColor, int ratio) Parameters Type Name Description Color textColor Color backColor int ratio Returns Type Description Color The new text color to use ClearFormattingListSettings(ISettingsGroup, string) Removes all saved items belonging to this list from the stored settings group. This is called from SaveFormattingGroupSettings(ISettingsGroup, string, IFormattingGroup) to make sure that the settings being updated are all saved cleanly. Declaration protected virtual void ClearFormattingListSettings(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to remove the settings from. string listSettingId The ID of the setting to remove. FireSettingsUpdated() Fires the SettingsUpdated event. Declaration public void FireSettingsUpdated() GetSettingFromSettingsGroup(ISettingsGroup, string, T) Checks whether the setting exists in the settings group, and retrieves its value (if it exists). If it does not exist, the default value is returned instead. Declaration protected T GetSettingFromSettingsGroup(ISettingsGroup settingsGroup, string settingName, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup The settings group in which the setting should be located. string settingName The name of the setting to retrieve. T defaultValue The default value to return if the setting has not been found. Returns Type Description T Type Parameters Name Description T The type of the setting to retrieve. The type must be the same as at the point of save, or it will not be found. See UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) . GetStructureInfoColor(string) Returns the color associated with the structure Id in the settings file or Empty if no color is found Declaration public Color GetStructureInfoColor(string structureInfoId) Parameters Type Name Description string structureInfoId Returns Type Description Color LoadFormattingGroupSettings(ISettingsGroup, string, IFormattingGroup, IFormattingGroup) Loads the settings marked with the settings ID from the settings group and into the provided formatting group. If the settings group does not contain formatting settings then the defaults will be loaded. Declaration protected void LoadFormattingGroupSettings(ISettingsGroup settingsGroup, string settingId, IFormattingGroup formattingGroup, IFormattingGroup defaultFormatting) Parameters Type Name Description ISettingsGroup settingsGroup The settings group containing the settings to load. string settingId The ID of the setting to load from the settings group. IFormattingGroup formattingGroup The formatting group to load the settings into. This will be cleared before loading. IFormattingGroup defaultFormatting The default formatting to use if there are no settings matching the settings ID. PopulateFromSettingsBundle(ISettingsBundle) Loads the settings for this object from the settings bundle and populates itself. Declaration public virtual void PopulateFromSettingsBundle(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle The settings bundle to load the settings from. SaveFormattingGroupSettings(ISettingsGroup, string, IFormattingGroup) Saves the formatting settings to the settings group using the provided settings ID as the key. Declaration protected void SaveFormattingGroupSettings(ISettingsGroup settingsGroup, string settingId, IFormattingGroup formattingGroup) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to save to. string settingId The ID to use when saving the settings. IFormattingGroup formattingGroup The formatting group containing the settings to save. SaveToSettingsBundle(ISettingsBundle) Saves the current state of all members of this object to the provided settings bundle. Declaration public virtual void SaveToSettingsBundle(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle The settings bundle to save the settings to. SetAdaptationDefaults() Sets all of the adaptation settings to their default values. Declaration public void SetAdaptationDefaults() SetColorsDefaults() Sets all of the colors settings to their default values. Declaration public void SetColorsDefaults() SetRevisionFormattingDefaults() Sets the edit distance information formatting to their default values. Declaration public void SetRevisionFormattingDefaults() SetStructureInfoColor(string, Color) Sets the color for the structure info with the id provided. Declaration public void SetStructureInfoColor(string structureInfoId, Color color) Parameters Type Name Description string structureInfoId Color color SetStructureInfoDefaults() Sets the structure context colors to their default values Declaration public void SetStructureInfoDefaults() UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) Checks whether the setting exists in the settings group. If the setting does exist, then it is updated with the new value; if it does not exist, a new setting is created, but only if the value is not the same as the default value (in which case the call is effectively ignored). Declaration protected void UpdateSettingInSettingsGroup(ISettingsGroup settingsGroup, string settingName, T settingValue, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup The settings group in which the setting should be saved. string settingName The name of the setting to save. T settingValue The value of the setting to save. T defaultValue The default value of the setting. This is used to prevent creating unnecessary settings when the setting to be created is equal to the default value. This does not affect updating a setting, it only applies when creating a new one. Type Parameters Name Description T The type of the setting to save. The type must be the same as at the point of retrieval, or it will not be returned again correctly. See GetSettingFromSettingsGroup(ISettingsGroup, string, T) . Events SettingsUpdated Event that notifies listeners when these settings have been updated. This event is not fired internally but is instead fired by an external call to FireSettingsUpdated() to reduce the number of reloading required by dependent controls. Declaration public event EventHandler SettingsUpdated Event Type Type Description EventHandler EventArgs Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class EditControlDisplaySettings Provides access to the display settings that will be used by the edit control when displaying fonts, colors and other formatting on screen. Inheritance System.Object EditControlDisplaySettings 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class EditControlDisplaySettings Constructors EditControlDisplaySettings() Default constructor Declaration public EditControlDisplaySettings() Fields DefaultActiveSegmentColor Default setting for the active segment color. Declaration protected readonly Color DefaultActiveSegmentColor Field Value Type Description System.Drawing.Color DefaultAdaptFontColors Default setting for enabling of font color adaptation. Declaration protected readonly bool DefaultAdaptFontColors Field Value Type Description System.Boolean DefaultAdaptFontSizes Default setting for enabling of font size adaptation. Declaration protected readonly bool DefaultAdaptFontSizes Field Value Type Description System.Boolean DefaultColorDifferenceRatio Default setting for the color difference ratio when applying font color adaptation. Declaration protected readonly int DefaultColorDifferenceRatio Field Value Type Description System.Int32 DefaultDocumentBackgroundColor Default setting for the document background color. Declaration protected readonly Color DefaultDocumentBackgroundColor Field Value Type Description System.Drawing.Color DefaultDocumentTextColor Default setting for the default document text color. Declaration protected readonly Color DefaultDocumentTextColor Field Value Type Description System.Drawing.Color DefaultMaxFontSize Default setting for maximum font adaptation size. Declaration protected readonly int DefaultMaxFontSize Field Value Type Description System.Int32 DefaultMinFontSize Default setting for minimum font adaptation size. Declaration protected readonly int DefaultMinFontSize Field Value Type Description System.Int32 DefaultReadOnlySegmentColor Default setting for the read-only segment color. Declaration protected readonly Color DefaultReadOnlySegmentColor Field Value Type Description System.Drawing.Color DefaultSegmentShadingRatio Default setting for the segment shading ratio. Declaration protected readonly byte DefaultSegmentShadingRatio Field Value Type Description System.Byte DefaultSelectedSegmentColor Default setting for the selected segment color. Declaration protected readonly Color DefaultSelectedSegmentColor Field Value Type Description System.Drawing.Color DefaultShowTrackedChanges Default setting for the color difference ratio when applying font color adaptation. Declaration protected MarkupDisplayMode DefaultShowTrackedChanges Field Value Type Description MarkupDisplayMode DefaultSpellingUnderlineColor Default setting for the spell-checking underline color. Declaration protected readonly Color DefaultSpellingUnderlineColor Field Value Type Description System.Drawing.Color DefaultTagFormatHighlightColor Default setting for the tag format highlight color. Declaration protected readonly Color DefaultTagFormatHighlightColor Field Value Type Description System.Drawing.Color DefaultTMPlaceableUnderlineColor Default setting for the TM placeable underline color. Declaration protected readonly Color DefaultTMPlaceableUnderlineColor Field Value Type Description System.Drawing.Color Properties ActiveSegmentColor The background color used when displaying the active segment. Declaration public Color ActiveSegmentColor { get; set; } Property Value Type Description System.Drawing.Color AdaptFontColors Whether font color adaptation is enabled or not Declaration public bool AdaptFontColors { get; set; } Property Value Type Description System.Boolean AdaptFontSizes Whether font size adaptation is enabled or not Declaration public bool AdaptFontSizes { get; set; } Property Value Type Description System.Boolean Remarks This property has been deprecated by EditControlFontSizeSettings.AdaptFontSizes. See Also EditControlFontSizeSettings AddedTQAFormatting The formatting that will be used when displaying TQA content which has been added Declaration public IFormattingGroup AddedTQAFormatting { get; set; } Property Value Type Description IFormattingGroup ColorDifferenceRatio The text-to-background color difference ratio to apply to font colors. Declaration public int ColorDifferenceRatio { get; set; } Property Value Type Description System.Int32 CommentTQAFormatting The formatting that will be used when displaying TQA content which has been commented Declaration public IFormattingGroup CommentTQAFormatting { get; set; } Property Value Type Description IFormattingGroup DefaultAddedTQAFormatting Gets the default added TQA formatting. Declaration protected FormattingGroup DefaultAddedTQAFormatting { get; } Property Value Type Description FormattingGroup DefaultCommentTQAFormatting Gets the default commented TQA formatting. Declaration protected FormattingGroup DefaultCommentTQAFormatting { get; } Property Value Type Description FormattingGroup DefaultDeletedTagProperties Gets the default deleted tag properties. Declaration protected TagPaintingProperties DefaultDeletedTagProperties { get; } Property Value Type Description TagPaintingProperties DefaultDeletedTQAFormatting Gets the default deleted TQA formatting. Declaration protected FormattingGroup DefaultDeletedTQAFormatting { get; } Property Value Type Description FormattingGroup DefaultDocumentTagProperties Gets the default document tag properties. Declaration protected TagPaintingProperties DefaultDocumentTagProperties { get; } Property Value Type Description TagPaintingProperties DefaultErrorCommentFormatting Gets the default error comment formatting. Declaration protected FormattingGroup DefaultErrorCommentFormatting { get; } Property Value Type Description FormattingGroup DefaultFileTagProperties Gets the default file tag properties. Declaration protected TagPaintingProperties DefaultFileTagProperties { get; } Property Value Type Description TagPaintingProperties DefaultInformationCommentFormatting Gets the default information comment formatting. Declaration protected FormattingGroup DefaultInformationCommentFormatting { get; } Property Value Type Description FormattingGroup DefaultInsertedRevisionFormatting Gets the default inserted revision formatting. Declaration protected FormattingGroup DefaultInsertedRevisionFormatting { get; } Property Value Type Description FormattingGroup DefaultInsertedTagProperties Gets the default inserted tag properties. Declaration protected TagPaintingProperties DefaultInsertedTagProperties { get; } Property Value Type Description TagPaintingProperties DefaultInternalTagProperties Gets the default internal tag properties. Declaration protected TagPaintingProperties DefaultInternalTagProperties { get; } Property Value Type Description TagPaintingProperties DefaultLockedContentFormatting Gets the default locked content formatting. Declaration protected FormattingGroup DefaultLockedContentFormatting { get; } Property Value Type Description FormattingGroup DefaultRemovedRevisionFormatting Gets the default removed revision formatting. Declaration protected FormattingGroup DefaultRemovedRevisionFormatting { get; } Property Value Type Description FormattingGroup DefaultStructureInfoColors Gets the default structure info colors. Declaration protected ObservableDictionary DefaultStructureInfoColors { get; } Property Value Type Description ObservableDictionary < System.String , System.Drawing.Color > DefaultWarningCommentFormatting Gets the default warning comment formatting. Declaration protected FormattingGroup DefaultWarningCommentFormatting { get; } Property Value Type Description FormattingGroup DeletedTagProperties The display properties used to paint tags that have been deleted. Declaration public ITagPaintingProperties DeletedTagProperties { get; set; } Property Value Type Description ITagPaintingProperties DeletedTQAFormatting The formatting that will be used when displaying TQA content which has been deleted Declaration public IFormattingGroup DeletedTQAFormatting { get; set; } Property Value Type Description IFormattingGroup DocumentBackgroundColor The color used when displaying the background of the document. Declaration public Color DocumentBackgroundColor { get; set; } Property Value Type Description System.Drawing.Color DocumentTagProperties The display properties used to paint the document level tags. Declaration public ITagPaintingProperties DocumentTagProperties { get; set; } Property Value Type Description ITagPaintingProperties DocumentTextColor The color used when displaying the text in the document. Declaration public Color DocumentTextColor { get; set; } Property Value Type Description System.Drawing.Color ErrorCommentFormatting The formatting that will be used when displaying error level comments. Declaration public IFormattingGroup ErrorCommentFormatting { get; set; } Property Value Type Description IFormattingGroup FileTagProperties The display properties used to paint the file level tags. Declaration public ITagPaintingProperties FileTagProperties { get; set; } Property Value Type Description ITagPaintingProperties InformationCommentFormatting The formatting that will be used when displaying information level comments. Declaration public IFormattingGroup InformationCommentFormatting { get; set; } Property Value Type Description IFormattingGroup InsertedRevisionFormatting The formatting that will be used when displaying revised content that has been inserted. Declaration public IFormattingGroup InsertedRevisionFormatting { get; set; } Property Value Type Description IFormattingGroup InsertedTagProperties The display properties used to paint tags that have been inserted. Declaration public ITagPaintingProperties InsertedTagProperties { get; set; } Property Value Type Description ITagPaintingProperties InternalTagProperties The display properties used to paint internal tags. Declaration public ITagPaintingProperties InternalTagProperties { get; set; } Property Value Type Description ITagPaintingProperties LockedContentFormatting The formatting that will be used when displaying locked content. Declaration public IFormattingGroup LockedContentFormatting { get; set; } Property Value Type Description IFormattingGroup MaxFontSize The maximum font size to adapt fonts to Declaration public int MaxFontSize { get; set; } Property Value Type Description System.Int32 Remarks This property has been deprecated by EditControlFontSizeSettings.MaxFontSize. See Also EditControlFontSizeSettings MinFontSize The minimum font size to adapt fonts to Declaration public int MinFontSize { get; set; } Property Value Type Description System.Int32 Remarks This property has been deprecated by EditControlFontSizeSettings.MinFontSize. See Also EditControlFontSizeSettings ReadOnlySegmentColor The background color used for read-only segments. Default is Color.Empty . Declaration public Color ReadOnlySegmentColor { get; set; } Property Value Type Description System.Drawing.Color RemovedRevisionFormatting The formatting that will be used when displaying revised content that has been deleted. Declaration public IFormattingGroup RemovedRevisionFormatting { get; set; } Property Value Type Description IFormattingGroup SegmentShadingRatio The ratio that will be used to calculate the row shading color applied to alternating rows. Declaration public byte SegmentShadingRatio { get; set; } Property Value Type Description System.Byte SelectedSegmentColor The background color used when displaying a selected segment. Declaration public Color SelectedSegmentColor { get; set; } Property Value Type Description System.Drawing.Color ShowTrackedChanges Declaration public MarkupDisplayMode ShowTrackedChanges { get; set; } Property Value Type Description MarkupDisplayMode SpellingUnderlineColor The underline color that will be used when displaying a spelling error marker. Declaration public Color SpellingUnderlineColor { get; set; } Property Value Type Description System.Drawing.Color TagFormatHighlightColor The background color that will be applied when highlighting tags and formatting in the document for the user to insert. Declaration public Color TagFormatHighlightColor { get; set; } Property Value Type Description System.Drawing.Color TMPlaceableUnderlineColor The underline color that will be used when displaying a translation memory placeable marker. Declaration public Color TMPlaceableUnderlineColor { get; set; } Property Value Type Description System.Drawing.Color WarningCommentFormatting The formatting that will be used when displaying warning level comments. Declaration public IFormattingGroup WarningCommentFormatting { get; set; } Property Value Type Description IFormattingGroup Methods ApplyColorRatio(Color, Color, Int32) Compares the background and text colors against the ratio and changes the text color if they are too similar. Declaration public static Color ApplyColorRatio(Color textColor, Color backColor, int ratio) Parameters Type Name Description System.Drawing.Color textColor System.Drawing.Color backColor System.Int32 ratio Returns Type Description System.Drawing.Color The new text color to use ClearFormattingListSettings(ISettingsGroup, String) Removes all saved items belonging to this list from the stored settings group. This is called from SaveFormattingGroupSettings(ISettingsGroup, String, IFormattingGroup) to make sure that the settings being updated are all saved cleanly. Declaration protected virtual void ClearFormattingListSettings(ISettingsGroup settingsGroup, string listSettingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to remove the settings from. System.String listSettingId The ID of the setting to remove. FireSettingsUpdated() Fires the SettingsUpdated event. Declaration public void FireSettingsUpdated() GetSettingFromSettingsGroup(ISettingsGroup, String, T) Checks whether the setting exists in the settings group, and retrieves its value (if it exists). If it does not exist, the default value is returned instead. Declaration protected T GetSettingFromSettingsGroup(ISettingsGroup settingsGroup, string settingName, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup The settings group in which the setting should be located. System.String settingName The name of the setting to retrieve. T defaultValue The default value to return if the setting has not been found. Returns Type Description T Type Parameters Name Description T The type of the setting to retrieve. The type must be the same as at the point of save, or it will not be found. See UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) . GetStructureInfoColor(String) Returns the color associated with the structure Id in the settings file or System.Drawing.Color.Empty if no color is found Declaration public Color GetStructureInfoColor(string structureInfoId) Parameters Type Name Description System.String structureInfoId Returns Type Description System.Drawing.Color LoadFormattingGroupSettings(ISettingsGroup, String, IFormattingGroup, IFormattingGroup) Loads the settings marked with the settings ID from the settings group and into the provided formatting group. If the settings group does not contain formatting settings then the defaults will be loaded. Declaration protected void LoadFormattingGroupSettings(ISettingsGroup settingsGroup, string settingId, IFormattingGroup formattingGroup, IFormattingGroup defaultFormatting) Parameters Type Name Description ISettingsGroup settingsGroup The settings group containing the settings to load. System.String settingId The ID of the setting to load from the settings group. IFormattingGroup formattingGroup The formatting group to load the settings into. This will be cleared before loading. IFormattingGroup defaultFormatting The default formatting to use if there are no settings matching the settings ID. PopulateFromSettingsBundle(ISettingsBundle) Loads the settings for this object from the settings bundle and populates itself. Declaration public virtual void PopulateFromSettingsBundle(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle The settings bundle to load the settings from. SaveFormattingGroupSettings(ISettingsGroup, String, IFormattingGroup) Saves the formatting settings to the settings group using the provided settings ID as the key. Declaration protected void SaveFormattingGroupSettings(ISettingsGroup settingsGroup, string settingId, IFormattingGroup formattingGroup) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to save to. System.String settingId The ID to use when saving the settings. IFormattingGroup formattingGroup The formatting group containing the settings to save. SaveToSettingsBundle(ISettingsBundle) Saves the current state of all members of this object to the provided settings bundle. Declaration public virtual void SaveToSettingsBundle(ISettingsBundle settingsBundle) Parameters Type Name Description ISettingsBundle settingsBundle The settings bundle to save the settings to. SetAdaptationDefaults() Sets all of the adaptation settings to their default values. Declaration public void SetAdaptationDefaults() SetColorsDefaults() Sets all of the colors settings to their default values. Declaration public void SetColorsDefaults() SetRevisionFormattingDefaults() Sets the edit distance information formatting to their default values. Declaration public void SetRevisionFormattingDefaults() SetStructureInfoColor(String, Color) Sets the color for the structure info with the id provided. Declaration public void SetStructureInfoColor(string structureInfoId, Color color) Parameters Type Name Description System.String structureInfoId System.Drawing.Color color SetStructureInfoDefaults() Sets the structure context colors to their default values Declaration public void SetStructureInfoDefaults() UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) Checks whether the setting exists in the settings group. If the setting does exist, then it is updated with the new value; if it does not exist, a new setting is created, but only if the value is not the same as the default value (in which case the call is effectively ignored). Declaration protected void UpdateSettingInSettingsGroup(ISettingsGroup settingsGroup, string settingName, T settingValue, T defaultValue) Parameters Type Name Description ISettingsGroup settingsGroup The settings group in which the setting should be saved. System.String settingName The name of the setting to save. T settingValue The value of the setting to save. T defaultValue The default value of the setting. This is used to prevent creating unnecessary settings when the setting to be created is equal to the default value. This does not affect updating a setting, it only applies when creating a new one. Type Parameters Name Description T The type of the setting to save. The type must be the same as at the point of retrieval, or it will not be returned again correctly. See GetSettingFromSettingsGroup(ISettingsGroup, String, T) . Events SettingsUpdated Event that notifies listeners when these settings have been updated. This event is not fired internally but is instead fired by an external call to FireSettingsUpdated() to reduce the number of reloading required by dependent controls. Declaration public event EventHandler SettingsUpdated Event Type Type Description System.EventHandler < System.EventArgs > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.html", "title": "Class EditControlFontSizeSettings", - "keywords": "Class EditControlFontSizeSettings EditControlFontSizeSettings represents the edit control font sizes. Inheritance object EditControlFontSizeSettings Implements IXmlSerializable Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class EditControlFontSizeSettings : IXmlSerializable Constructors EditControlFontSizeSettings() Default constructor that sets the edit control font sizes to default values. Declaration public EditControlFontSizeSettings() EditControlFontSizeSettings(bool, int, int) Constructor that takes the given adapt font sizes flag, minimum font size, and maximum font size. Declaration public EditControlFontSizeSettings(bool adaptFontSizes, int minFontSize, int maxFontSize) Parameters Type Name Description bool adaptFontSizes whether to adapt the font size int minFontSize minimum font size int maxFontSize maximum font size Properties AdaptFontSizes AdaptFontSizes determines whether to adapt the font size. Declaration public bool AdaptFontSizes { get; } Property Value Type Description bool MaxFontSize MaxFontSize represents the maximum font size. Declaration public int MaxFontSize { get; } Property Value Type Description int MinFontSize MinFontSize represents the minimum font size. Declaration public int MinFontSize { get; } Property Value Type Description int Methods Equals(object) Determines whether the given object is equal to this object. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj object Returns Type Description bool whether given object equal to this object Overrides object.Equals(object) GetHashCode() Gets the hash code. Declaration public override int GetHashCode() Returns Type Description int hash code Overrides object.GetHashCode() GetSchema() The schema for saving the edit font size settings - null Declaration public XmlSchema GetSchema() Returns Type Description XmlSchema null ReadXml(XmlReader) initializes settings from an XML reader Declaration public void ReadXml(XmlReader reader) Parameters Type Name Description XmlReader reader this reader is supposed to magically point to the right place Update(bool, int, int) Updates the edit control font sizes. Declaration public void Update(bool adaptFontSizes, int minFontSize, int maxFontSize) Parameters Type Name Description bool adaptFontSizes whether to adapt the font size int minFontSize minimum font size int maxFontSize maximum font size WriteXml(XmlWriter) writes settings to the current location in the XML writer Declaration public void WriteXml(XmlWriter writer) Parameters Type Name Description XmlWriter writer an XML writer for settings bundle content Implements IXmlSerializable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class EditControlFontSizeSettings EditControlFontSizeSettings represents the edit control font sizes. Inheritance System.Object EditControlFontSizeSettings Implements System.Xml.Serialization.IXmlSerializable Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class EditControlFontSizeSettings Constructors EditControlFontSizeSettings() Default constructor that sets the edit control font sizes to default values. Declaration public EditControlFontSizeSettings() EditControlFontSizeSettings(Boolean, Int32, Int32) Constructor that takes the given adapt font sizes flag, minimum font size, and maximum font size. Declaration public EditControlFontSizeSettings(bool adaptFontSizes, int minFontSize, int maxFontSize) Parameters Type Name Description System.Boolean adaptFontSizes whether to adapt the font size System.Int32 minFontSize minimum font size System.Int32 maxFontSize maximum font size Properties AdaptFontSizes AdaptFontSizes determines whether to adapt the font size. Declaration public bool AdaptFontSizes { get; } Property Value Type Description System.Boolean MaxFontSize MaxFontSize represents the maximum font size. Declaration public int MaxFontSize { get; } Property Value Type Description System.Int32 MinFontSize MinFontSize represents the minimum font size. Declaration public int MinFontSize { get; } Property Value Type Description System.Int32 Methods Equals(Object) Determines whether the given object is equal to this object. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj object Returns Type Description System.Boolean whether given object equal to this object Overrides System.Object.Equals(System.Object) GetHashCode() Gets the hash code. Declaration public override int GetHashCode() Returns Type Description System.Int32 hash code Overrides System.Object.GetHashCode() GetSchema() The schema for saving the edit font size settings - null Declaration public XmlSchema GetSchema() Returns Type Description System.Xml.Schema.XmlSchema null ReadXml(XmlReader) initializes settings from an XML reader Declaration public void ReadXml(XmlReader reader) Parameters Type Name Description System.Xml.XmlReader reader this reader is supposed to magically point to the right place Update(Boolean, Int32, Int32) Updates the edit control font sizes. Declaration public void Update(bool adaptFontSizes, int minFontSize, int maxFontSize) Parameters Type Name Description System.Boolean adaptFontSizes whether to adapt the font size System.Int32 minFontSize minimum font size System.Int32 maxFontSize maximum font size WriteXml(XmlWriter) writes settings to the current location in the XML writer Declaration public void WriteXml(XmlWriter writer) Parameters Type Name Description System.Xml.XmlWriter writer an XML writer for settings bundle content Implements System.Xml.Serialization.IXmlSerializable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.html", "title": "Class EditOperationConsolidatorVisitor", - "keywords": "Class EditOperationConsolidatorVisitor This class can be used to consolidate a sequence of edit operations, to create the short list of edits that accomplishes the same result. Inheritance object EditOperationConsolidatorVisitor Implements IEditOperationVisitor Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class EditOperationConsolidatorVisitor : IEditOperationVisitor Remarks Used internally in the edit control to construct a consolidated list of operations passed e.g. to the ContentChanged event. To use, apply the object to each edit operation in sequence, by calling AcceptVisitor(IEditOperationVisitor) . When done the list of consolidated edit operations can be accessed from the ConsolidatedOperations property. Constructors EditOperationConsolidatorVisitor() Constructs a new instance ready for use. Declaration public EditOperationConsolidatorVisitor() Properties ConsolidatedOperations The list of consolidated edit operations. Declaration public List ConsolidatedOperations { get; set; } Property Value Type Description List IAbstractEditOperation Methods VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) Consolidate a subsequent ghost status change operation with preceding operations. Declaration public void VisitChangeGhostStatusOperation(IChangeGhostStatusOperation operation) Parameters Type Name Description IChangeGhostStatusOperation operation VisitChangeTextOperation(IChangeTextOperation) Consolidate a subsequent text change operation with preceding operations. Declaration public void VisitChangeTextOperation(IChangeTextOperation operation) Parameters Type Name Description IChangeTextOperation operation VisitDeleteNodeOperation(IDeleteNodeOperation) Consolidate a subsequent delete operation with preceding operations. Declaration public void VisitDeleteNodeOperation(IDeleteNodeOperation operation) Parameters Type Name Description IDeleteNodeOperation operation VisitInsertNodeOperation(IInsertNodeOperation) Consolidate a subsequent insert operation with preceding operations. Declaration public void VisitInsertNodeOperation(IInsertNodeOperation operation) Parameters Type Name Description IInsertNodeOperation operation Implements IEditOperationVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class EditOperationConsolidatorVisitor This class can be used to consolidate a sequence of edit operations, to create the short list of edits that accomplishes the same result. Inheritance System.Object EditOperationConsolidatorVisitor Implements IEditOperationVisitor 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class EditOperationConsolidatorVisitor : IEditOperationVisitor Remarks Used internally in the edit control to construct a consolidated list of operations passed e.g. to the ContentChanged event. To use, apply the object to each edit operation in sequence, by calling AcceptVisitor(IEditOperationVisitor) . When done the list of consolidated edit operations can be accessed from the ConsolidatedOperations property. Constructors EditOperationConsolidatorVisitor() Constructs a new instance ready for use. Declaration public EditOperationConsolidatorVisitor() Properties ConsolidatedOperations The list of consolidated edit operations. Declaration public List ConsolidatedOperations { get; set; } Property Value Type Description System.Collections.Generic.List < IAbstractEditOperation > Methods VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) Consolidate a subsequent ghost status change operation with preceding operations. Declaration public void VisitChangeGhostStatusOperation(IChangeGhostStatusOperation operation) Parameters Type Name Description IChangeGhostStatusOperation operation VisitChangeTextOperation(IChangeTextOperation) Consolidate a subsequent text change operation with preceding operations. Declaration public void VisitChangeTextOperation(IChangeTextOperation operation) Parameters Type Name Description IChangeTextOperation operation VisitDeleteNodeOperation(IDeleteNodeOperation) Consolidate a subsequent delete operation with preceding operations. Declaration public void VisitDeleteNodeOperation(IDeleteNodeOperation operation) Parameters Type Name Description IDeleteNodeOperation operation VisitInsertNodeOperation(IInsertNodeOperation) Consolidate a subsequent insert operation with preceding operations. Declaration public void VisitInsertNodeOperation(IInsertNodeOperation operation) Parameters Type Name Description IInsertNodeOperation operation Implements IEditOperationVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.html", "title": "Class FindResultPainter", - "keywords": "Class FindResultPainter Inheritance object AbstractMarkPainter FindResultPainter Implements ITextMarkPainter Inherited Members AbstractMarkPainter.ConvertToRectangle(RectangleF) AbstractMarkPainter.Color AbstractMarkPainter.Location AbstractMarkPainter.PenWidth object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public sealed class FindResultPainter : AbstractMarkPainter, ITextMarkPainter Constructors FindResultPainter() Declaration public FindResultPainter() Properties FillColor Declaration public Color FillColor { get; set; } Property Value Type Description Color PenColor Declaration public Color PenColor { get; set; } Property Value Type Description Color Methods DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) abstract method for interface implementation Declaration public override void DrawMarkPart(Graphics g, ITextMark mark, Rectangle boundingRectangle, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description Graphics g ITextMark mark Rectangle boundingRectangle Rectangle contentRectangle bool isFirstLine bool isLastLine Overrides AbstractMarkPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) abstract method for interface implementation Declaration public override Rectangle GetMarkPartBounds(Graphics g, ITextMark mark, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description Graphics g ITextMark mark Rectangle contentRectangle bool isFirstLine bool isLastLine Returns Type Description Rectangle Overrides AbstractMarkPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) Implements ITextMarkPainter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class FindResultPainter Inheritance System.Object AbstractMarkPainter FindResultPainter Implements ITextMarkPainter Inherited Members AbstractMarkPainter.ConvertToRectangle(RectangleF) AbstractMarkPainter.Color AbstractMarkPainter.Location AbstractMarkPainter.PenWidth 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public sealed class FindResultPainter : AbstractMarkPainter, ITextMarkPainter Constructors FindResultPainter() Declaration public FindResultPainter() Properties FillColor Declaration public Color FillColor { get; set; } Property Value Type Description System.Drawing.Color PenColor Declaration public Color PenColor { get; set; } Property Value Type Description System.Drawing.Color Methods DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) Declaration public override void DrawMarkPart(Graphics g, ITextMark mark, Rectangle boundingRectangle, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description System.Drawing.Graphics g ITextMark mark System.Drawing.Rectangle boundingRectangle System.Drawing.Rectangle contentRectangle System.Boolean isFirstLine System.Boolean isLastLine Overrides AbstractMarkPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) Declaration public override Rectangle GetMarkPartBounds(Graphics g, ITextMark mark, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description System.Drawing.Graphics g ITextMark mark System.Drawing.Rectangle contentRectangle System.Boolean isFirstLine System.Boolean isLastLine Returns Type Description System.Drawing.Rectangle Overrides AbstractMarkPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) Implements ITextMarkPainter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.html", "title": "Class HorizontalLinePainter", - "keywords": "Class HorizontalLinePainter Mark painter implementation that draws a horizontal line. Inheritance object AbstractMarkPainter HorizontalLinePainter BracketPainter SquigglyLinePainter Implements ITextMarkPainter Inherited Members AbstractMarkPainter.ConvertToRectangle(RectangleF) AbstractMarkPainter.Color AbstractMarkPainter.Location AbstractMarkPainter.PenWidth object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class HorizontalLinePainter : AbstractMarkPainter, ITextMarkPainter Constructors HorizontalLinePainter() Declaration public HorizontalLinePainter() Methods DrawLine(Graphics, Rectangle) Implementation used by DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) to draw the line. Declaration protected Rectangle DrawLine(Graphics g, Rectangle contentRectangle) Parameters Type Name Description Graphics g Rectangle contentRectangle Returns Type Description Rectangle DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) Draw the line. Declaration public override void DrawMarkPart(Graphics g, ITextMark mark, Rectangle boundingRectangle, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description Graphics g ITextMark mark Rectangle boundingRectangle Rectangle contentRectangle bool isFirstLine bool isLastLine Overrides AbstractMarkPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) GetLineRectangle(Rectangle, int) Implementation used by GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) to calculate the line rectangle. Declaration protected Rectangle GetLineRectangle(Rectangle contentRectangle, int penWidth) Parameters Type Name Description Rectangle contentRectangle int penWidth Returns Type Description Rectangle GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) Returns a rectangle that represents the line that will be drawn. Declaration public override Rectangle GetMarkPartBounds(Graphics g, ITextMark mark, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description Graphics g ITextMark mark Rectangle contentRectangle bool isFirstLine bool isLastLine Returns Type Description Rectangle Overrides AbstractMarkPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) Implements ITextMarkPainter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class HorizontalLinePainter Mark painter implementation that draws a horizontal line. Inheritance System.Object AbstractMarkPainter HorizontalLinePainter BracketPainter SquigglyLinePainter Implements ITextMarkPainter Inherited Members AbstractMarkPainter.ConvertToRectangle(RectangleF) AbstractMarkPainter.Color AbstractMarkPainter.Location AbstractMarkPainter.PenWidth 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class HorizontalLinePainter : AbstractMarkPainter, ITextMarkPainter Constructors HorizontalLinePainter() Declaration public HorizontalLinePainter() Methods DrawLine(Graphics, Rectangle) Implementation used by DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) to draw the line. Declaration protected Rectangle DrawLine(Graphics g, Rectangle contentRectangle) Parameters Type Name Description System.Drawing.Graphics g System.Drawing.Rectangle contentRectangle Returns Type Description System.Drawing.Rectangle DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) Draw the line. Declaration public override void DrawMarkPart(Graphics g, ITextMark mark, Rectangle boundingRectangle, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description System.Drawing.Graphics g ITextMark mark System.Drawing.Rectangle boundingRectangle System.Drawing.Rectangle contentRectangle System.Boolean isFirstLine System.Boolean isLastLine Overrides AbstractMarkPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) GetLineRectangle(Rectangle, Int32) Implementation used by GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) to calculate the line rectangle. Declaration protected Rectangle GetLineRectangle(Rectangle contentRectangle, int penWidth) Parameters Type Name Description System.Drawing.Rectangle contentRectangle System.Int32 penWidth Returns Type Description System.Drawing.Rectangle GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) Returns a rectangle that represents the line that will be drawn. Declaration public override Rectangle GetMarkPartBounds(Graphics g, ITextMark mark, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description System.Drawing.Graphics g ITextMark mark System.Drawing.Rectangle contentRectangle System.Boolean isFirstLine System.Boolean isLastLine Returns Type Description System.Drawing.Rectangle Overrides AbstractMarkPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) Implements ITextMarkPainter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.html", @@ -4522,337 +4227,337 @@ "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.html", "title": "Class InsertNodeOperation", - "keywords": "Class InsertNodeOperation Default implementation of the InsertNodeOperation interface Inheritance object InsertNodeOperation Implements IInsertNodeOperation IAbstractEditOperation Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class InsertNodeOperation : IInsertNodeOperation, IAbstractEditOperation Constructors InsertNodeOperation(INode) Construction from an inserted node. Declaration public InsertNodeOperation(INode node) Parameters Type Name Description INode node Properties Node The inserted node. Declaration public INode Node { get; set; } Property Value Type Description INode Methods AcceptVisitor(IEditOperationVisitor) Calls VisitInsertNodeOperation(IInsertNodeOperation) Declaration public void AcceptVisitor(IEditOperationVisitor visitor) Parameters Type Name Description IEditOperationVisitor visitor ToString() Returns a clear text description of the operation. Declaration public override string ToString() Returns Type Description string Overrides object.ToString() Implements IInsertNodeOperation IAbstractEditOperation Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class InsertNodeOperation Default implementation of the InsertNodeOperation interface Inheritance System.Object InsertNodeOperation Implements IInsertNodeOperation IAbstractEditOperation Inherited Members 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class InsertNodeOperation : IInsertNodeOperation, IAbstractEditOperation Constructors InsertNodeOperation(INode) Construction from an inserted node. Declaration public InsertNodeOperation(INode node) Parameters Type Name Description INode node Properties Node The inserted node. Declaration public INode Node { get; set; } Property Value Type Description INode Methods AcceptVisitor(IEditOperationVisitor) Calls VisitInsertNodeOperation(IInsertNodeOperation) Declaration public void AcceptVisitor(IEditOperationVisitor visitor) Parameters Type Name Description IEditOperationVisitor visitor ToString() Returns a clear text description of the operation. Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Implements IInsertNodeOperation IAbstractEditOperation Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.html", "title": "Class InsertOperationConsolidator", - "keywords": "Class InsertOperationConsolidator Consolidates a list of edit operations based on a subsequent insert operation. Inheritance object AbstractOperationConsolidator InsertOperationConsolidator Implements IEditOperationVisitor Inherited Members AbstractOperationConsolidator.ApplyTo(List) AbstractOperationConsolidator.IsSameOrParentNode(INode, INode) AbstractOperationConsolidator.IsParentNode(INode, INode) AbstractOperationConsolidator.PrecedingOperations AbstractOperationConsolidator.OperationsToRemove AbstractOperationConsolidator.AddThisOperationToList AbstractOperationConsolidator.ThisOperation object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class InsertOperationConsolidator : AbstractOperationConsolidator, IEditOperationVisitor Remarks To use, construct from the subsequent edit operation and call ApplyTo(List) with the list of preceding edit operations to be updated. The subsequent operation will be added to the end of the list of operations if appropriate. Constructors InsertOperationConsolidator(IInsertNodeOperation) Construct from a subsequent insert operation Declaration public InsertOperationConsolidator(IInsertNodeOperation subsequentInsert) Parameters Type Name Description IInsertNodeOperation subsequentInsert Methods VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) consolidate with a preceding ghost status change Declaration public override void VisitChangeGhostStatusOperation(IChangeGhostStatusOperation operation) Parameters Type Name Description IChangeGhostStatusOperation operation Overrides AbstractOperationConsolidator.VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) VisitChangeTextOperation(IChangeTextOperation) consolidate with a preceding text change Declaration public override void VisitChangeTextOperation(IChangeTextOperation operation) Parameters Type Name Description IChangeTextOperation operation Overrides AbstractOperationConsolidator.VisitChangeTextOperation(IChangeTextOperation) VisitDeleteNodeOperation(IDeleteNodeOperation) consolidate with preceding delete Declaration public override void VisitDeleteNodeOperation(IDeleteNodeOperation operation) Parameters Type Name Description IDeleteNodeOperation operation Overrides AbstractOperationConsolidator.VisitDeleteNodeOperation(IDeleteNodeOperation) VisitInsertNodeOperation(IInsertNodeOperation) consolidate with a preceding insert Declaration public override void VisitInsertNodeOperation(IInsertNodeOperation operation) Parameters Type Name Description IInsertNodeOperation operation Overrides AbstractOperationConsolidator.VisitInsertNodeOperation(IInsertNodeOperation) Implements IEditOperationVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class InsertOperationConsolidator Consolidates a list of edit operations based on a subsequent insert operation. Inheritance System.Object AbstractOperationConsolidator InsertOperationConsolidator Implements IEditOperationVisitor Inherited Members AbstractOperationConsolidator.ApplyTo(List) AbstractOperationConsolidator.IsSameOrParentNode(INode, INode) AbstractOperationConsolidator.IsParentNode(INode, INode) AbstractOperationConsolidator.PrecedingOperations AbstractOperationConsolidator.OperationsToRemove AbstractOperationConsolidator.AddThisOperationToList AbstractOperationConsolidator.ThisOperation 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class InsertOperationConsolidator : AbstractOperationConsolidator, IEditOperationVisitor Remarks To use, construct from the subsequent edit operation and call ApplyTo(List) with the list of preceding edit operations to be updated. The subsequent operation will be added to the end of the list of operations if appropriate. Constructors InsertOperationConsolidator(IInsertNodeOperation) Construct from a subsequent insert operation Declaration public InsertOperationConsolidator(IInsertNodeOperation subsequentInsert) Parameters Type Name Description IInsertNodeOperation subsequentInsert Methods VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) consolidate with a preceding ghost status change Declaration public override void VisitChangeGhostStatusOperation(IChangeGhostStatusOperation operation) Parameters Type Name Description IChangeGhostStatusOperation operation Overrides AbstractOperationConsolidator.VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) VisitChangeTextOperation(IChangeTextOperation) consolidate with a preceding text change Declaration public override void VisitChangeTextOperation(IChangeTextOperation operation) Parameters Type Name Description IChangeTextOperation operation Overrides AbstractOperationConsolidator.VisitChangeTextOperation(IChangeTextOperation) VisitDeleteNodeOperation(IDeleteNodeOperation) consolidate with preceding delete Declaration public override void VisitDeleteNodeOperation(IDeleteNodeOperation operation) Parameters Type Name Description IDeleteNodeOperation operation Overrides AbstractOperationConsolidator.VisitDeleteNodeOperation(IDeleteNodeOperation) VisitInsertNodeOperation(IInsertNodeOperation) consolidate with a preceding insert Declaration public override void VisitInsertNodeOperation(IInsertNodeOperation operation) Parameters Type Name Description IInsertNodeOperation operation Overrides AbstractOperationConsolidator.VisitInsertNodeOperation(IInsertNodeOperation) Implements IEditOperationVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.IRowEventSource.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.IRowEventSource.html", "title": "Interface IRowEventSource", - "keywords": "Interface IRowEventSource Interface defining the methods implemented by the edit control to fire events related to row changes. Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IRowEventSource Methods OnHighlightChanged(RowChangedEventArgs) Called by the row info implementation when the Highlighted property for a row changes. Declaration void OnHighlightChanged(RowChangedEventArgs args) Parameters Type Name Description RowChangedEventArgs args OnRowBackColorChanged(RowChangedEventArgs) Called by the row info implementation when the FundamentalBackColor or HighlightBackColor properties change for a row. Declaration void OnRowBackColorChanged(RowChangedEventArgs args) Parameters Type Name Description RowChangedEventArgs args Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IRowEventSource Interface defining the methods implemented by the edit control to fire events related to row changes. Namespace : Sdl.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IRowEventSource Methods OnHighlightChanged(RowChangedEventArgs) Called by the row info implementation when the Highlighted property for a row changes. Declaration void OnHighlightChanged(RowChangedEventArgs args) Parameters Type Name Description RowChangedEventArgs args OnRowBackColorChanged(RowChangedEventArgs) Called by the row info implementation when the FundamentalBackColor or HighlightBackColor properties change for a row. Declaration void OnRowBackColorChanged(RowChangedEventArgs args) Parameters Type Name Description RowChangedEventArgs args Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.html", "title": "Class MarkupDataNodeIterator", - "keywords": "Class MarkupDataNodeIterator Helper class to iterate over IMarkupDataNode nodes in the editor API. Inheritance object MarkupDataNodeIterator Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class MarkupDataNodeIterator Constructors MarkupDataNodeIterator(IAbstractContainerNode) Limit iteration to the specified container, start at the first node in the container. Declaration public MarkupDataNodeIterator(IAbstractContainerNode container) Parameters Type Name Description IAbstractContainerNode container The bounding container MarkupDataNodeIterator(IAbstractContainerNode, IAbstractNode) Limit iteration to the specified container, start at a specified node (which should be in the container, but can be a sub-node). Declaration public MarkupDataNodeIterator(IAbstractContainerNode container, IAbstractNode from) Parameters Type Name Description IAbstractContainerNode container The bounding container. IAbstractNode from The first node to start from. This is typically a node somewhere inside the container. MarkupDataNodeIterator(IAbstractContainerNode, IMarkupDataNode) Limit iteration to the specified container, start at a specified markup data node (which should be in the container, but can be a sub-node). Declaration public MarkupDataNodeIterator(IAbstractContainerNode container, IMarkupDataNode from) Parameters Type Name Description IAbstractContainerNode container The bounding container. IMarkupDataNode from The first node to start from. This is typically a node somewhere inside the container. MarkupDataNodeIterator(IAbstractNode) Start at the specified node. Iterate until the end of all available content, including parent nodes. Declaration public MarkupDataNodeIterator(IAbstractNode from) Parameters Type Name Description IAbstractNode from the position to start from, may or may not be a content node MarkupDataNodeIterator(IAbstractNode, IAbstractContentNode) Limit iteration to a specific end node. The iteration will stop at the upto node, which will not be returned as a markup node. Declaration public MarkupDataNodeIterator(IAbstractNode from, IAbstractContentNode upto) Parameters Type Name Description IAbstractNode from The first node to start from. May or may not be a container. IAbstractContentNode upto The node at which to stop. Will not be part of the content iterated over, and must be after the from node to be effective. Properties CurrentNode The current markup data node, or null if none. Declaration public IMarkupDataNode CurrentNode { get; } Property Value Type Description IMarkupDataNode Methods Next() Advance to the next markup data node. Declaration public bool Next() Returns Type Description bool true if another markup data node was found; false if not or the end of the bounding container was reached. NextTag() Advance the iterator to the next markup data tag node. Declaration public bool NextTag() Returns Type Description bool true when a tag has been found; false when the end of the bounding container is reached or there are no tags within the container. Remarks Useful when advancement to the next ITagPairContainerNode or IPlaceholderTagNode is required. Previous() Backs the iterator to the previous node. Declaration public bool Previous() Returns Type Description bool true if the operation is successful; false if there is no preceding markup data node or the start of the bounding container is reached. PreviousTag() Backs the iterator to the previous markup data tag node. Declaration public bool PreviousTag() Returns Type Description bool true when a tag has been found; false when the start of the bounding container is reached or there are no tags within the container. Remarks Useful when advancement to the previous ITagPairContainerNode or IPlaceholderTagNode is required. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class MarkupDataNodeIterator Helper class to iterate over IMarkupDataNode nodes in the editor API. Inheritance System.Object MarkupDataNodeIterator 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class MarkupDataNodeIterator Constructors MarkupDataNodeIterator(IAbstractContainerNode) Limit iteration to the specified container, start at the first node in the container. Declaration public MarkupDataNodeIterator(IAbstractContainerNode container) Parameters Type Name Description IAbstractContainerNode container The bounding container MarkupDataNodeIterator(IAbstractContainerNode, IAbstractNode) Limit iteration to the specified container, start at a specified node (which should be in the container, but can be a sub-node). Declaration public MarkupDataNodeIterator(IAbstractContainerNode container, IAbstractNode from) Parameters Type Name Description IAbstractContainerNode container The bounding container. IAbstractNode from The first node to start from. This is typically a node somewhere inside the container. MarkupDataNodeIterator(IAbstractContainerNode, IMarkupDataNode) Limit iteration to the specified container, start at a specified markup data node (which should be in the container, but can be a sub-node). Declaration public MarkupDataNodeIterator(IAbstractContainerNode container, IMarkupDataNode from) Parameters Type Name Description IAbstractContainerNode container The bounding container. IMarkupDataNode from The first node to start from. This is typically a node somewhere inside the container. MarkupDataNodeIterator(IAbstractNode) Start at the specified node. Iterate until the end of all available content, including parent nodes. Declaration public MarkupDataNodeIterator(IAbstractNode from) Parameters Type Name Description IAbstractNode from the position to start from, may or may not be a content node MarkupDataNodeIterator(IAbstractNode, IAbstractContentNode) Limit iteration to a specific end node. The iteration will stop at the upto node, which will not be returned as a markup node. Declaration public MarkupDataNodeIterator(IAbstractNode from, IAbstractContentNode upto) Parameters Type Name Description IAbstractNode from The first node to start from. May or may not be a container. IAbstractContentNode upto The node at which to stop. Will not be part of the content iterated over, and must be after the from node to be effective. Properties CurrentNode The current markup data node, or null if none. Declaration public IMarkupDataNode CurrentNode { get; } Property Value Type Description IMarkupDataNode Methods Next() Advance to the next markup data node. Declaration public bool Next() Returns Type Description System.Boolean true if another markup data node was found; false if not or the end of the bounding container was reached. NextTag() Advance the iterator to the next markup data tag node. Declaration public bool NextTag() Returns Type Description System.Boolean true when a tag has been found; false when the end of the bounding container is reached or there are no tags within the container. Remarks Useful when advancement to the next ITagPairContainerNode or IPlaceholderTagNode is required. Previous() Backs the iterator to the previous node. Declaration public bool Previous() Returns Type Description System.Boolean true if the operation is successful; false if there is no preceding markup data node or the start of the bounding container is reached. PreviousTag() Backs the iterator to the previous markup data tag node. Declaration public bool PreviousTag() Returns Type Description System.Boolean true when a tag has been found; false when the start of the bounding container is reached or there are no tags within the container. Remarks Useful when advancement to the previous ITagPairContainerNode or IPlaceholderTagNode is required. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.html", "title": "Class PlainTextExtractionVisitor", - "keywords": "Class PlainTextExtractionVisitor Visitor implementation that can be used to build a plain text representation from editor nodes. Inheritance object PlainTextExtractionVisitor Implements INodeVisitor IMarkupDataVisitor Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class PlainTextExtractionVisitor : INodeVisitor, IMarkupDataVisitor Remarks Typically used together with a ContentNodeIterator to extract text content from a range in a document. To use, call VisitNode(IAbstractContentNode) for a single content node to be processed, or pass this object to AcceptNodeVisitor(INodeVisitor) for the node to be processed. Constructors PlainTextExtractionVisitor() Use a new string builder for the result. Declaration public PlainTextExtractionVisitor() PlainTextExtractionVisitor(StringBuilder) Append text to an existing string builder. Declaration public PlainTextExtractionVisitor(StringBuilder appendResultTo) Parameters Type Name Description StringBuilder appendResultTo Properties AppendLineBreakForSegments When true a line break will be appended for every segment end Used when copying When false no text is appended for segments. Declaration public bool AppendLineBreakForSegments { get; set; } Property Value Type Description bool AppendTextEquivalentForPlaceholders When true placeholder tags will yield text corresponding to their TextEquivalent property. When false no text is appended for placeholder tags. Declaration public bool AppendTextEquivalentForPlaceholders { get; set; } Property Value Type Description bool Result The resulting string. Declaration public StringBuilder Result { get; set; } Property Value Type Description StringBuilder Methods VisitBookmarkNode(IBookmarkNode) Do nothing. Declaration public void VisitBookmarkNode(IBookmarkNode node) Parameters Type Name Description IBookmarkNode node VisitCommentContainerNode(ICommentContainerNode) Do nothing. Declaration public void VisitCommentContainerNode(ICommentContainerNode node) Parameters Type Name Description ICommentContainerNode node VisitCommentMarker(ICommentMarker) Do nothing. Declaration public void VisitCommentMarker(ICommentMarker commentMarker) Parameters Type Name Description ICommentMarker commentMarker VisitDocumentContainerNode(IDocumentContainerNode) Do nothing. Declaration public void VisitDocumentContainerNode(IDocumentContainerNode node) Parameters Type Name Description IDocumentContainerNode node VisitFileContainerNode(IFileContainerNode) Do nothing. Declaration public void VisitFileContainerNode(IFileContainerNode node) Parameters Type Name Description IFileContainerNode node VisitLocationMarker(ILocationMarker) Do nothing. Declaration public void VisitLocationMarker(ILocationMarker location) Parameters Type Name Description ILocationMarker location VisitLocationMarkerNode(ILocationMarkerNode) Do nothing. Declaration public void VisitLocationMarkerNode(ILocationMarkerNode node) Parameters Type Name Description ILocationMarkerNode node VisitLockedContent(ILockedContent) Visit all locked items. Declaration public void VisitLockedContent(ILockedContent lockedContent) Parameters Type Name Description ILockedContent lockedContent VisitLockedContentContainerNode(ILockedContentContainerNode) Visit the locked content. Declaration public void VisitLockedContentContainerNode(ILockedContentContainerNode node) Parameters Type Name Description ILockedContentContainerNode node VisitMarkerContainerNode(IOtherMarkerContainerNode) Do nothing. Declaration public void VisitMarkerContainerNode(IOtherMarkerContainerNode node) Parameters Type Name Description IOtherMarkerContainerNode node VisitNode(IAbstractContentNode) Cast the node to a framework node and visit it. Declaration public void VisitNode(IAbstractContentNode node) Parameters Type Name Description IAbstractContentNode node Remarks This approach is convenient when used with the content node iterator. VisitOtherMarker(IOtherMarker) Do nothing. Declaration public void VisitOtherMarker(IOtherMarker marker) Parameters Type Name Description IOtherMarker marker VisitParagraphUnitContainerNode(IParagraphUnitContainerNode) Do nothing. Declaration public void VisitParagraphUnitContainerNode(IParagraphUnitContainerNode node) Parameters Type Name Description IParagraphUnitContainerNode node VisitPlaceholderTag(IPlaceholderTag) Append text for the placeholder, depending on settings. Declaration public virtual void VisitPlaceholderTag(IPlaceholderTag tag) Parameters Type Name Description IPlaceholderTag tag VisitPlaceholderTagNode(IPlaceholderTagNode) Append text for the placeholder, depending on settings. Declaration public void VisitPlaceholderTagNode(IPlaceholderTagNode node) Parameters Type Name Description IPlaceholderTagNode node VisitRevisionMarker(IRevisionMarker) Do nothing. Declaration public void VisitRevisionMarker(IRevisionMarker revisionMarker) Parameters Type Name Description IRevisionMarker revisionMarker VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode) Do nothing. Declaration public void VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode node) Parameters Type Name Description IRevisionMarkerContainerNode node VisitSegment(ISegment) Do nothing here: since the typical use case for this class is to be used with a ContentNodeIterator we should handle segments in VisitStartEndNode. Declaration public void VisitSegment(ISegment segment) Parameters Type Name Description ISegment segment VisitSegmentContainerNode(ISegmentContainerNode) Do nothing. Declaration public void VisitSegmentContainerNode(ISegmentContainerNode node) Parameters Type Name Description ISegmentContainerNode node VisitStartEndNode(IStartEndNode) Do nothing unless we have a segment container node: if we do we may want to insert a line break. Declaration public void VisitStartEndNode(IStartEndNode node) Parameters Type Name Description IStartEndNode node VisitTagPair(ITagPair) Do nothing. Declaration public void VisitTagPair(ITagPair tagPair) Parameters Type Name Description ITagPair tagPair VisitTagPairContainerNode(ITagPairContainerNode) Do nothing. Declaration public void VisitTagPairContainerNode(ITagPairContainerNode node) Parameters Type Name Description ITagPairContainerNode node VisitText(IText) Append text to the result. Declaration public void VisitText(IText text) Parameters Type Name Description IText text VisitTextNode(ITextNode) Append text to the result. Declaration public void VisitTextNode(ITextNode node) Parameters Type Name Description ITextNode node Implements INodeVisitor IMarkupDataVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class PlainTextExtractionVisitor Visitor implementation that can be used to build a plain text representation from editor nodes. Inheritance System.Object PlainTextExtractionVisitor Implements INodeVisitor IMarkupDataVisitor 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class PlainTextExtractionVisitor : INodeVisitor Remarks Typically used together with a ContentNodeIterator to extract text content from a range in a document. To use, call VisitNode(IAbstractContentNode) for a single content node to be processed, or pass this object to AcceptNodeVisitor(INodeVisitor) for the node to be processed. Constructors PlainTextExtractionVisitor() Use a new string builder for the result. Declaration public PlainTextExtractionVisitor() PlainTextExtractionVisitor(StringBuilder) Append text to an existing string builder. Declaration public PlainTextExtractionVisitor(StringBuilder appendResultTo) Parameters Type Name Description System.Text.StringBuilder appendResultTo Properties AppendLineBreakForSegments When true a line break will be appended for every segment end Used when copying When false no text is appended for segments. Declaration public bool AppendLineBreakForSegments { get; set; } Property Value Type Description System.Boolean AppendTextEquivalentForPlaceholders When true placeholder tags will yield text corresponding to their TextEquivalent property. When false no text is appended for placeholder tags. Declaration public bool AppendTextEquivalentForPlaceholders { get; set; } Property Value Type Description System.Boolean Result The resulting string. Declaration public StringBuilder Result { get; set; } Property Value Type Description System.Text.StringBuilder Methods VisitBookmarkNode(IBookmarkNode) Do nothing. Declaration public void VisitBookmarkNode(IBookmarkNode node) Parameters Type Name Description IBookmarkNode node VisitCommentContainerNode(ICommentContainerNode) Do nothing. Declaration public void VisitCommentContainerNode(ICommentContainerNode node) Parameters Type Name Description ICommentContainerNode node VisitCommentMarker(ICommentMarker) Do nothing. Declaration public void VisitCommentMarker(ICommentMarker commentMarker) Parameters Type Name Description ICommentMarker commentMarker VisitDocumentContainerNode(IDocumentContainerNode) Do nothing. Declaration public void VisitDocumentContainerNode(IDocumentContainerNode node) Parameters Type Name Description IDocumentContainerNode node VisitFileContainerNode(IFileContainerNode) Do nothing. Declaration public void VisitFileContainerNode(IFileContainerNode node) Parameters Type Name Description IFileContainerNode node VisitLocationMarker(ILocationMarker) Do nothing. Declaration public void VisitLocationMarker(ILocationMarker location) Parameters Type Name Description ILocationMarker location VisitLocationMarkerNode(ILocationMarkerNode) Do nothing. Declaration public void VisitLocationMarkerNode(ILocationMarkerNode node) Parameters Type Name Description ILocationMarkerNode node VisitLockedContent(ILockedContent) Visit all locked items. Declaration public void VisitLockedContent(ILockedContent lockedContent) Parameters Type Name Description ILockedContent lockedContent VisitLockedContentContainerNode(ILockedContentContainerNode) Visit the locked content. Declaration public void VisitLockedContentContainerNode(ILockedContentContainerNode node) Parameters Type Name Description ILockedContentContainerNode node VisitMarkerContainerNode(IOtherMarkerContainerNode) Do nothing. Declaration public void VisitMarkerContainerNode(IOtherMarkerContainerNode node) Parameters Type Name Description IOtherMarkerContainerNode node VisitNode(IAbstractContentNode) Cast the node to a framework node and visit it. Declaration public void VisitNode(IAbstractContentNode node) Parameters Type Name Description IAbstractContentNode node Remarks This approach is convenient when used with the content node iterator. VisitOtherMarker(IOtherMarker) Do nothing. Declaration public void VisitOtherMarker(IOtherMarker marker) Parameters Type Name Description IOtherMarker marker VisitParagraphUnitContainerNode(IParagraphUnitContainerNode) Do nothing. Declaration public void VisitParagraphUnitContainerNode(IParagraphUnitContainerNode node) Parameters Type Name Description IParagraphUnitContainerNode node VisitPlaceholderTag(IPlaceholderTag) Append text for the placeholder, depending on settings. Declaration public virtual void VisitPlaceholderTag(IPlaceholderTag tag) Parameters Type Name Description IPlaceholderTag tag VisitPlaceholderTagNode(IPlaceholderTagNode) Append text for the placeholder, depending on settings. Declaration public void VisitPlaceholderTagNode(IPlaceholderTagNode node) Parameters Type Name Description IPlaceholderTagNode node VisitRevisionMarker(IRevisionMarker) Do nothing. Declaration public void VisitRevisionMarker(IRevisionMarker revisionMarker) Parameters Type Name Description IRevisionMarker revisionMarker VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode) Do nothing. Declaration public void VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode node) Parameters Type Name Description IRevisionMarkerContainerNode node VisitSegment(ISegment) Do nothing here: since the typical use case for this class is to be used with a ContentNodeIterator we should handle segments in VisitStartEndNode. Declaration public void VisitSegment(ISegment segment) Parameters Type Name Description ISegment segment VisitSegmentContainerNode(ISegmentContainerNode) Do nothing. Declaration public void VisitSegmentContainerNode(ISegmentContainerNode node) Parameters Type Name Description ISegmentContainerNode node VisitStartEndNode(IStartEndNode) Do nothing unless we have a segment container node: if we do we may want to insert a line break. Declaration public void VisitStartEndNode(IStartEndNode node) Parameters Type Name Description IStartEndNode node VisitTagPair(ITagPair) Do nothing. Declaration public void VisitTagPair(ITagPair tagPair) Parameters Type Name Description ITagPair tagPair VisitTagPairContainerNode(ITagPairContainerNode) Do nothing. Declaration public void VisitTagPairContainerNode(ITagPairContainerNode node) Parameters Type Name Description ITagPairContainerNode node VisitText(IText) Append text to the result. Declaration public void VisitText(IText text) Parameters Type Name Description IText text VisitTextNode(ITextNode) Append text to the result. Declaration public void VisitTextNode(ITextNode node) Parameters Type Name Description ITextNode node Implements INodeVisitor IMarkupDataVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.html", "title": "Class PlainTextMapper", - "keywords": "Class PlainTextMapper Extracts a string of plain text from an IContainerNode, and creates mappings between the plain text offsets and Framework nodes. The mappings can be used to get an IRange of a plain text substring. One use is to obtain an IRange for incorrectly spelt words, so they can be marked up with squiggly error lines. Inheritance object PlainTextMapper Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class PlainTextMapper Constructors PlainTextMapper() constructor Declaration public PlainTextMapper() Properties IgnoreDeletedRevisonContent When Set To: 'true', Indicates This Class Will Ignore Any Content In An 'IRevisionMarkerContainerNode' That Has Been Marked As Deleted, And Will Not Include It In The Resulting 'PlainText' Property. Declaration public bool IgnoreDeletedRevisonContent { get; set; } Property Value Type Description bool PlainText The plain text extracted from the IContainerNode supplied to the BuildMappings method Declaration public string PlainText { get; } Property Value Type Description string Methods BuildMappings(IAbstractContainerNode) Visits all the contained nodes, extracting text and building mappings Declaration public void BuildMappings(IAbstractContainerNode container) Parameters Type Name Description IAbstractContainerNode container CheckIfShouldRecurseContainer(IAbstractContainerNode) Asks The Question Should We Recurse Into Revision Marker Containers? If We're Actively Wishing To Exclude Deleted Content (eg for: SpellChecking) Declaration protected bool CheckIfShouldRecurseContainer(IAbstractContainerNode nodeContainer) Parameters Type Name Description IAbstractContainerNode nodeContainer Returns Type Description bool GetRangeFromPlainTextOffsets(int, int) Returns the range corresponding to the portion of the plain text string given by startIndex and endIndex. Returns null if there is no valid mapping for the startIndex. Declaration public ContentRange GetRangeFromPlainTextOffsets(int startIndex, int endIndex) Parameters Type Name Description int startIndex int endIndex Returns Type Description ContentRange Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class PlainTextMapper Extracts a string of plain text from an IContainerNode, and creates mappings between the plain text offsets and Framework nodes. The mappings can be used to get an IRange of a plain text substring. One use is to obtain an IRange for incorrectly spelt words, so they can be marked up with squiggly error lines. Inheritance System.Object PlainTextMapper 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class PlainTextMapper Constructors PlainTextMapper() constructor Declaration public PlainTextMapper() Properties IgnoreDeletedRevisonContent When Set To: 'true', Indicates This Class Will Ignore Any Content In An 'IRevisionMarkerContainerNode' That Has Been Marked As Deleted, And Will Not Include It In The Resulting 'PlainText' Property. Declaration public bool IgnoreDeletedRevisonContent { get; set; } Property Value Type Description System.Boolean PlainText The plain text extracted from the IContainerNode supplied to the BuildMappings method Declaration public string PlainText { get; } Property Value Type Description System.String Methods BuildMappings(IAbstractContainerNode) Visits all the contained nodes, extracting text and building mappings Declaration public void BuildMappings(IAbstractContainerNode container) Parameters Type Name Description IAbstractContainerNode container CheckIfShouldRecurseContainer(IAbstractContainerNode) Asks The Question Should We Recurse Into Revision Marker Containers? If We're Actively Wishing To Exclude Deleted Content (eg for: SpellChecking) Declaration protected bool CheckIfShouldRecurseContainer(IAbstractContainerNode nodeContainer) Parameters Type Name Description IAbstractContainerNode nodeContainer Returns Type Description System.Boolean GetRangeFromPlainTextOffsets(Int32, Int32) Returns the range corresponding to the portion of the plain text string given by startIndex and endIndex. Returns null if there is no valid mapping for the startIndex. Declaration public ContentRange GetRangeFromPlainTextOffsets(int startIndex, int endIndex) Parameters Type Name Description System.Int32 startIndex System.Int32 endIndex Returns Type Description ContentRange Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.html", "title": "Class ProjectEditorSettings", - "keywords": "Class ProjectEditorSettings Inheritance object ProjectEditorSettings Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ProjectEditorSettings Constructors ProjectEditorSettings() Declaration public ProjectEditorSettings() Properties IsSecure When true , project is in Secure Mode Declaration public bool IsSecure { get; set; } Property Value Type Description bool ProjectId Guid of the Active Project Declaration public Guid ProjectId { get; set; } Property Value Type Description Guid ProjectUsers Contains the list of users in a project Declaration public Dictionary ProjectUsers { get; set; } Property Value Type Description Dictionary string string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ProjectEditorSettings Inheritance System.Object ProjectEditorSettings 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ProjectEditorSettings Constructors ProjectEditorSettings() Declaration public ProjectEditorSettings() Properties IsSecure When true , project is in Secure Mode Declaration public bool IsSecure { get; set; } Property Value Type Description System.Boolean ProjectId Guid of the Active Project Declaration public Guid ProjectId { get; set; } Property Value Type Description System.Guid ProjectUsers Contains the list of users in a project Declaration public Dictionary ProjectUsers { get; set; } Property Value Type Description System.Collections.Generic.Dictionary < System.String , System.String > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.html", "title": "Class RemoveFormattingVisitor", - "keywords": "Class RemoveFormattingVisitor An INodeVisitor implementation that works through the nodes and copies all non-formatting nodes to the document fragment in the same structure. Inheritance object CopyFragmentVisitor RemoveFormattingVisitor Implements INodeVisitor Inherited Members CopyFragmentVisitor.VisitSegmentContainerNode(ISegmentContainerNode) CopyFragmentVisitor.VisitMarkerContainerNode(IOtherMarkerContainerNode) CopyFragmentVisitor.VisitCommentContainerNode(ICommentContainerNode) CopyFragmentVisitor.VisitStartEndNode(IStartEndNode) CopyFragmentVisitor.VisitBookmarkNode(IBookmarkNode) CopyFragmentVisitor.VisitTextNode(ITextNode) CopyFragmentVisitor.VisitPlaceholderTagNode(IPlaceholderTagNode) CopyFragmentVisitor.VisitLocationMarkerNode(ILocationMarkerNode) CopyFragmentVisitor.VisitDocumentContainerNode(IDocumentContainerNode) CopyFragmentVisitor.VisitFileContainerNode(IFileContainerNode) CopyFragmentVisitor.VisitParagraphUnitContainerNode(IParagraphUnitContainerNode) CopyFragmentVisitor.VisitContainerNode(IAbstractContainerNode, IChangeableContainerNode) CopyFragmentVisitor.VisitChildren(IAbstractContainerNode) CopyFragmentVisitor.Fragment object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class RemoveFormattingVisitor : CopyFragmentVisitor, INodeVisitor Constructors RemoveFormattingVisitor(IDocumentFragment) Visits all child nodes and copies them to the IFrameworkDocumentFragment keeping the same structure but removing formatting tags (tag pairs). Declaration public RemoveFormattingVisitor(IDocumentFragment fragment) Parameters Type Name Description IDocumentFragment fragment The document fragment to copy the nodes to. Methods VisitLockedContentContainerNode(ILockedContentContainerNode) Visits a locked content node and adds it to the last parent processed. Declaration public override void VisitLockedContentContainerNode(ILockedContentContainerNode node) Parameters Type Name Description ILockedContentContainerNode node Overrides CopyFragmentVisitor.VisitLockedContentContainerNode(ILockedContentContainerNode) VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode) Visits a revision marker container node and all its children. Declaration public override void VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode node) Parameters Type Name Description IRevisionMarkerContainerNode node Overrides CopyFragmentVisitor.VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode) VisitTagPairContainerNode(ITagPairContainerNode) Visits a tag pair container node, ignores it and then visits all its children. Declaration public override void VisitTagPairContainerNode(ITagPairContainerNode node) Parameters Type Name Description ITagPairContainerNode node Overrides CopyFragmentVisitor.VisitTagPairContainerNode(ITagPairContainerNode) Implements INodeVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class RemoveFormattingVisitor An INodeVisitor implementation that works through the nodes and copies all non-formatting nodes to the document fragment in the same structure. Inheritance System.Object CopyFragmentVisitor RemoveFormattingVisitor Implements INodeVisitor Inherited Members CopyFragmentVisitor.VisitSegmentContainerNode(ISegmentContainerNode) CopyFragmentVisitor.VisitMarkerContainerNode(IOtherMarkerContainerNode) CopyFragmentVisitor.VisitCommentContainerNode(ICommentContainerNode) CopyFragmentVisitor.VisitStartEndNode(IStartEndNode) CopyFragmentVisitor.VisitBookmarkNode(IBookmarkNode) CopyFragmentVisitor.VisitTextNode(ITextNode) CopyFragmentVisitor.VisitPlaceholderTagNode(IPlaceholderTagNode) CopyFragmentVisitor.VisitLocationMarkerNode(ILocationMarkerNode) CopyFragmentVisitor.VisitDocumentContainerNode(IDocumentContainerNode) CopyFragmentVisitor.VisitFileContainerNode(IFileContainerNode) CopyFragmentVisitor.VisitParagraphUnitContainerNode(IParagraphUnitContainerNode) CopyFragmentVisitor.VisitContainerNode(IAbstractContainerNode, IChangeableContainerNode) CopyFragmentVisitor.VisitChildren(IAbstractContainerNode) CopyFragmentVisitor.Fragment 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class RemoveFormattingVisitor : CopyFragmentVisitor, INodeVisitor Constructors RemoveFormattingVisitor(IDocumentFragment) Visits all child nodes and copies them to the IFrameworkDocumentFragment keeping the same structure but removing formatting tags (tag pairs). Declaration public RemoveFormattingVisitor(IDocumentFragment fragment) Parameters Type Name Description IDocumentFragment fragment The document fragment to copy the nodes to. Methods VisitLockedContentContainerNode(ILockedContentContainerNode) Visits a locked content node and adds it to the last parent processed. Declaration public override void VisitLockedContentContainerNode(ILockedContentContainerNode node) Parameters Type Name Description ILockedContentContainerNode node Overrides CopyFragmentVisitor.VisitLockedContentContainerNode(ILockedContentContainerNode) VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode) Visits a revision marker container node and all its children. Declaration public override void VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode node) Parameters Type Name Description IRevisionMarkerContainerNode node Overrides CopyFragmentVisitor.VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode) VisitTagPairContainerNode(ITagPairContainerNode) Visits a tag pair container node, ignores it and then visits all its children. Declaration public override void VisitTagPairContainerNode(ITagPairContainerNode node) Parameters Type Name Description ITagPairContainerNode node Overrides CopyFragmentVisitor.VisitTagPairContainerNode(ITagPairContainerNode) Implements INodeVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.html", "title": "Class RowNumberColumn", - "keywords": "Class RowNumberColumn Custom column implementation that shows row numbers. Inheritance object AbstractCustomColumn AbstractRowSelectionColumn RowNumberColumn SegmentIdColumn Implements IInteractiveCustomColumn ICustomColumn Inherited Members AbstractRowSelectionColumn.OnContentChanged(object, CustomColumnContentChangedEventArgs) AbstractRowSelectionColumn.OnCellMouseDown(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseDoubleClick(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseUp(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseMove(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseRightDown(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseRightUp(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseEntering(IRowInfo, Rectangle, IRowInfo, Rectangle) AbstractRowSelectionColumn.OnCellMouseLeaving(IRowInfo, Rectangle, IRowInfo, Rectangle) AbstractRowSelectionColumn.IsMinimized AbstractRowSelectionColumn.MinimizedWidth AbstractRowSelectionColumn.EventFlags AbstractRowSelectionColumn.ContentChanged AbstractCustomColumn.CalculateTextSize(Graphics, string, Font) AbstractCustomColumn.CalculateTextSize(Graphics, string, Font, int) AbstractCustomColumn.GetFont() AbstractCustomColumn.DrawDefaultBackground(Graphics, Rectangle, IRowInfo) AbstractCustomColumn.DrawBorders(Graphics, Rectangle, Pen, Pen, Pen, Pen) AbstractCustomColumn.DrawTopBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawRightBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawBottomBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawLeftBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.BeginDraw() AbstractCustomColumn.SetRowSizeAccessor(RowSizeAccessor) AbstractCustomColumn.PrepareRegisterRows() AbstractCustomColumn.RegisterRow(IRowInfo) AbstractCustomColumn.TextFormat AbstractCustomColumn.EditControl AbstractCustomColumn.Width AbstractCustomColumn.IsComplex object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class RowNumberColumn : AbstractRowSelectionColumn, IInteractiveCustomColumn, ICustomColumn Remarks This column shows the actual row numbers used in the implementation. Row numbers will be sequential but in most cases not all rows will be shown, as depending on display settings typically only rows corresponding to segments and rows with file boundaries are shown. The row numbers are shown right aligned by default (to fit well on the left side of an edit control) but you can set the text alignment explicitly using the TextFormat property. Constructors RowNumberColumn() Default constructor. Declaration public RowNumberColumn() Properties HorizontalPadding If set this number of pixels will be used as total horizontal padding for this column. I.e. if the text is centered half of this padding will appear to the left and half of it to the right of the text in the column. Declaration public int HorizontalPadding { get; set; } Property Value Type Description int VerticalPadding If set this number of pixels will be used as total vertical padding for this column. I.e. if the text is centered half of this padding will appear above and half of it below the text in the column. Declaration public int VerticalPadding { get; set; } Property Value Type Description int Methods CalculateCellContentHeight(Graphics, IRowInfo) Called by the framework during layout to determine the minimum height of the content for a specific cell. Declaration public override int CalculateCellContentHeight(Graphics g, IRowInfo row) Parameters Type Name Description Graphics g IRowInfo row Returns Type Description int The height of the text to be shown for this row Overrides AbstractCustomColumn.CalculateCellContentHeight(Graphics, IRowInfo) DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) Called by the framework during painting to draw the content of the specified cell. Declaration public override void DrawCell(Graphics g, IRowInfo row, Rectangle cellBounds, Pen leftBorderPen, Pen rightBorderPen, Pen topBorderPen, Pen bottomBorderPen) Parameters Type Name Description Graphics g IRowInfo row Rectangle cellBounds Pen leftBorderPen Pen rightBorderPen Pen topBorderPen Pen bottomBorderPen Overrides AbstractCustomColumn.DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) Remarks The implementation draws the cell with the appropriate background and borders, and displays the row number as text using the current text properties. GetOptimalWidth(Graphics) Called by the edit control to determine the optimal width of the column. Declaration public override int GetOptimalWidth(Graphics g) Parameters Type Name Description Graphics g Returns Type Description int The width of the largest number expected to be shown in the column. Overrides AbstractCustomColumn.GetOptimalWidth(Graphics) GetText(IRowInfo) The text to be shown in the column. Declaration protected virtual string GetText(IRowInfo row) Parameters Type Name Description IRowInfo row Returns Type Description string Implements IInteractiveCustomColumn ICustomColumn Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class RowNumberColumn Custom column implementation that shows row numbers. Inheritance System.Object AbstractCustomColumn AbstractRowSelectionColumn RowNumberColumn SegmentIdColumn Implements IInteractiveCustomColumn ICustomColumn Inherited Members AbstractRowSelectionColumn.OnContentChanged(Object, CustomColumnContentChangedEventArgs) AbstractRowSelectionColumn.OnCellMouseDown(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseDoubleClick(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseUp(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseMove(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseRightDown(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseRightUp(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseEntering(IRowInfo, Rectangle, IRowInfo, Rectangle) AbstractRowSelectionColumn.OnCellMouseLeaving(IRowInfo, Rectangle, IRowInfo, Rectangle) AbstractRowSelectionColumn.IsMinimized AbstractRowSelectionColumn.MinimizedWidth AbstractRowSelectionColumn.EventFlags AbstractRowSelectionColumn.ContentChanged AbstractCustomColumn.CalculateTextSize(Graphics, String, Font) AbstractCustomColumn.CalculateTextSize(Graphics, String, Font, Int32) AbstractCustomColumn.GetFont() AbstractCustomColumn.DrawDefaultBackground(Graphics, Rectangle, IRowInfo) AbstractCustomColumn.DrawBorders(Graphics, Rectangle, Pen, Pen, Pen, Pen) AbstractCustomColumn.DrawTopBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawRightBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawBottomBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawLeftBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.BeginDraw() AbstractCustomColumn.SetRowSizeAccessor(RowSizeAccessor) AbstractCustomColumn.PrepareRegisterRows() AbstractCustomColumn.RegisterRow(IRowInfo) AbstractCustomColumn.TextFormat AbstractCustomColumn.EditControl AbstractCustomColumn.Width AbstractCustomColumn.IsComplex 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class RowNumberColumn : AbstractRowSelectionColumn, IInteractiveCustomColumn, ICustomColumn Remarks This column shows the actual row numbers used in the implementation. Row numbers will be sequential but in most cases not all rows will be shown, as depending on display settings typically only rows corresponding to segments and rows with file boundaries are shown. The row numbers are shown right aligned by default (to fit well on the left side of an edit control) but you can set the text alignment explicitly using the TextFormat property. Constructors RowNumberColumn() Default constructor. Declaration public RowNumberColumn() Properties HorizontalPadding If set this number of pixels will be used as total horizontal padding for this column. I.e. if the text is centered half of this padding will appear to the left and half of it to the right of the text in the column. Declaration public int HorizontalPadding { get; set; } Property Value Type Description System.Int32 VerticalPadding If set this number of pixels will be used as total vertical padding for this column. I.e. if the text is centered half of this padding will appear above and half of it below the text in the column. Declaration public int VerticalPadding { get; set; } Property Value Type Description System.Int32 Methods CalculateCellContentHeight(Graphics, IRowInfo) Called by the framework during layout to determine the minimum height of the content for a specific cell. Declaration public override int CalculateCellContentHeight(Graphics g, IRowInfo row) Parameters Type Name Description System.Drawing.Graphics g IRowInfo row Returns Type Description System.Int32 The height of the text to be shown for this row Overrides AbstractCustomColumn.CalculateCellContentHeight(Graphics, IRowInfo) DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) Called by the framework during painting to draw the content of the specified cell. Declaration public override void DrawCell(Graphics g, IRowInfo row, Rectangle cellBounds, Pen leftBorderPen, Pen rightBorderPen, Pen topBorderPen, Pen bottomBorderPen) Parameters Type Name Description System.Drawing.Graphics g IRowInfo row System.Drawing.Rectangle cellBounds System.Drawing.Pen leftBorderPen System.Drawing.Pen rightBorderPen System.Drawing.Pen topBorderPen System.Drawing.Pen bottomBorderPen Overrides AbstractCustomColumn.DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) Remarks The implementation draws the cell with the appropriate background and borders, and displays the row number as text using the current text properties. GetOptimalWidth(Graphics) Called by the edit control to determine the optimal width of the column. Declaration public override int GetOptimalWidth(Graphics g) Parameters Type Name Description System.Drawing.Graphics g Returns Type Description System.Int32 The width of the largest number expected to be shown in the column. Overrides AbstractCustomColumn.GetOptimalWidth(Graphics) GetText(IRowInfo) The text to be shown in the column. Declaration protected virtual string GetText(IRowInfo row) Parameters Type Name Description IRowInfo row Returns Type Description System.String Implements IInteractiveCustomColumn ICustomColumn Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.html", "title": "Delegate RowSizeAccessor", - "keywords": "Delegate RowSizeAccessor A delegate method which provides the column with the current size and position of any other cell in this column. This can be used when drawing across the cell boundaries to calculate where other cells will be. Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public delegate Rectangle RowSizeAccessor(ICustomColumn column, int rowNumber) Parameters Type Name Description ICustomColumn column The column in which to get the cell rectangle for (usually this ). int rowNumber The row number to return the size for. Returns Type Description Rectangle A rectangle of the current drawing position of the requested cell. Constructors RowSizeAccessor(object, IntPtr) Declaration public RowSizeAccessor(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(ICustomColumn, int, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(ICustomColumn column, int rowNumber, AsyncCallback callback, object @object) Parameters Type Name Description ICustomColumn column int rowNumber AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual Rectangle EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description Rectangle Invoke(ICustomColumn, int) Declaration public virtual Rectangle Invoke(ICustomColumn column, int rowNumber) Parameters Type Name Description ICustomColumn column int rowNumber Returns Type Description Rectangle Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Delegate RowSizeAccessor A delegate method which provides the column with the current size and position of any other cell in this column. This can be used when drawing across the cell boundaries to calculate where other cells will be. Namespace : Sdl.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public delegate Rectangle RowSizeAccessor(ICustomColumn column, int rowNumber); Parameters Type Name Description ICustomColumn column The column in which to get the cell rectangle for (usually this ). System.Int32 rowNumber The row number to return the size for. Returns Type Description System.Drawing.Rectangle A rectangle of the current drawing position of the requested cell. Constructors RowSizeAccessor(Object, IntPtr) Declaration public RowSizeAccessor(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(ICustomColumn, Int32, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(ICustomColumn column, int rowNumber, AsyncCallback callback, object object) Parameters Type Name Description ICustomColumn column System.Int32 rowNumber System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual Rectangle EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Returns Type Description System.Drawing.Rectangle Invoke(ICustomColumn, Int32) Declaration public virtual Rectangle Invoke(ICustomColumn column, int rowNumber) Parameters Type Name Description ICustomColumn column System.Int32 rowNumber Returns Type Description System.Drawing.Rectangle Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.html", "title": "Class SegmentIdColumn", - "keywords": "Class SegmentIdColumn Column that shows the segment ID for segment rows. For non-segment rows it shows only the default background color. Inheritance object AbstractCustomColumn AbstractRowSelectionColumn RowNumberColumn SegmentIdColumn Implements IInteractiveCustomColumn ICustomColumn Inherited Members RowNumberColumn.CalculateCellContentHeight(Graphics, IRowInfo) RowNumberColumn.DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) RowNumberColumn.VerticalPadding RowNumberColumn.HorizontalPadding AbstractRowSelectionColumn.OnContentChanged(object, CustomColumnContentChangedEventArgs) AbstractRowSelectionColumn.OnCellMouseDown(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseDoubleClick(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseUp(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseMove(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseRightDown(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseRightUp(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseEntering(IRowInfo, Rectangle, IRowInfo, Rectangle) AbstractRowSelectionColumn.OnCellMouseLeaving(IRowInfo, Rectangle, IRowInfo, Rectangle) AbstractRowSelectionColumn.IsMinimized AbstractRowSelectionColumn.MinimizedWidth AbstractRowSelectionColumn.EventFlags AbstractRowSelectionColumn.ContentChanged AbstractCustomColumn.CalculateTextSize(Graphics, string, Font) AbstractCustomColumn.CalculateTextSize(Graphics, string, Font, int) AbstractCustomColumn.GetFont() AbstractCustomColumn.DrawDefaultBackground(Graphics, Rectangle, IRowInfo) AbstractCustomColumn.DrawBorders(Graphics, Rectangle, Pen, Pen, Pen, Pen) AbstractCustomColumn.DrawTopBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawRightBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawBottomBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawLeftBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.BeginDraw() AbstractCustomColumn.SetRowSizeAccessor(RowSizeAccessor) AbstractCustomColumn.PrepareRegisterRows() AbstractCustomColumn.RegisterRow(IRowInfo) AbstractCustomColumn.TextFormat AbstractCustomColumn.EditControl AbstractCustomColumn.Width AbstractCustomColumn.IsComplex object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class SegmentIdColumn : RowNumberColumn, IInteractiveCustomColumn, ICustomColumn Remarks The optimal column width is determined by measuring the size of the text in the MaxWidthRowId property. If this property is not set it is estimated in the same manner as for the row number column, where it is calculated as the width of a number consisting entirely of digits '8', where the max number of digits is estimated to the same number of digits as total number of rows (not segments) in the edit control. I.e. if the edit control contains 0-9 rows the column is sized to fit the number '8', for 10-99 rows the number '88' is used to determine the optimal column width, for 100-999 rows '888' is used, etc. If segment IDs other than sequential numbers are used this will mean that the segment ID may not fit on a single line in the column. If this is the case the ID will be wrapped across multiple lines. Constructors SegmentIdColumn() Default constructor. Declaration public SegmentIdColumn() Properties MaxWidthRowId If set the text of this property will be measured to determine the optimal column width. Declaration public string MaxWidthRowId { get; set; } Property Value Type Description string Remarks If not set the optimal column width is determined from the number of rows in the document, where it is assumed that segments are numbered sequentially and that the largest segment number that may need to be shown is less than the total number of rows in the edit control. Methods GetOptimalWidth(Graphics) Overridden to measure the text in MaxWidthRowId if set. Declaration public override int GetOptimalWidth(Graphics g) Parameters Type Name Description Graphics g Returns Type Description int Overrides RowNumberColumn.GetOptimalWidth(Graphics) GetText(IRowInfo) Overridden to return the segment ID for segment rows and null for other rows. Declaration protected override string GetText(IRowInfo row) Parameters Type Name Description IRowInfo row Returns Type Description string Overrides RowNumberColumn.GetText(IRowInfo) Implements IInteractiveCustomColumn ICustomColumn Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SegmentIdColumn Column that shows the segment ID for segment rows. For non-segment rows it shows only the default background color. Inheritance System.Object AbstractCustomColumn AbstractRowSelectionColumn RowNumberColumn SegmentIdColumn Implements IInteractiveCustomColumn ICustomColumn Inherited Members RowNumberColumn.CalculateCellContentHeight(Graphics, IRowInfo) RowNumberColumn.DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen) RowNumberColumn.VerticalPadding RowNumberColumn.HorizontalPadding AbstractRowSelectionColumn.OnContentChanged(Object, CustomColumnContentChangedEventArgs) AbstractRowSelectionColumn.OnCellMouseDown(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseDoubleClick(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseUp(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseMove(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseRightDown(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseRightUp(IRowInfo, Rectangle, MouseEventArgs) AbstractRowSelectionColumn.OnCellMouseEntering(IRowInfo, Rectangle, IRowInfo, Rectangle) AbstractRowSelectionColumn.OnCellMouseLeaving(IRowInfo, Rectangle, IRowInfo, Rectangle) AbstractRowSelectionColumn.IsMinimized AbstractRowSelectionColumn.MinimizedWidth AbstractRowSelectionColumn.EventFlags AbstractRowSelectionColumn.ContentChanged AbstractCustomColumn.CalculateTextSize(Graphics, String, Font) AbstractCustomColumn.CalculateTextSize(Graphics, String, Font, Int32) AbstractCustomColumn.GetFont() AbstractCustomColumn.DrawDefaultBackground(Graphics, Rectangle, IRowInfo) AbstractCustomColumn.DrawBorders(Graphics, Rectangle, Pen, Pen, Pen, Pen) AbstractCustomColumn.DrawTopBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawRightBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawBottomBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.DrawLeftBorder(Graphics, Rectangle, Pen) AbstractCustomColumn.BeginDraw() AbstractCustomColumn.SetRowSizeAccessor(RowSizeAccessor) AbstractCustomColumn.PrepareRegisterRows() AbstractCustomColumn.RegisterRow(IRowInfo) AbstractCustomColumn.TextFormat AbstractCustomColumn.EditControl AbstractCustomColumn.Width AbstractCustomColumn.IsComplex 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class SegmentIdColumn : RowNumberColumn, IInteractiveCustomColumn, ICustomColumn Remarks The optimal column width is determined by measuring the size of the text in the MaxWidthRowId property. If this property is not set it is estimated in the same manner as for the row number column, where it is calculated as the width of a number consisting entirely of digits '8', where the max number of digits is estimated to the same number of digits as total number of rows (not segments) in the edit control. I.e. if the edit control contains 0-9 rows the column is sized to fit the number '8', for 10-99 rows the number '88' is used to determine the optimal column width, for 100-999 rows '888' is used, etc. If segment IDs other than sequential numbers are used this will mean that the segment ID may not fit on a single line in the column. If this is the case the ID will be wrapped across multiple lines. Constructors SegmentIdColumn() Default constructor. Declaration public SegmentIdColumn() Properties MaxWidthRowId If set the text of this property will be measured to determine the optimal column width. Declaration public string MaxWidthRowId { get; set; } Property Value Type Description System.String Remarks If not set the optimal column width is determined from the number of rows in the document, where it is assumed that segments are numbered sequentially and that the largest segment number that may need to be shown is less than the total number of rows in the edit control. Methods GetOptimalWidth(Graphics) Overridden to measure the text in MaxWidthRowId if set. Declaration public override int GetOptimalWidth(Graphics g) Parameters Type Name Description System.Drawing.Graphics g Returns Type Description System.Int32 Overrides RowNumberColumn.GetOptimalWidth(Graphics) GetText(IRowInfo) Overridden to return the segment ID for segment rows and null for other rows. Declaration protected override string GetText(IRowInfo row) Parameters Type Name Description IRowInfo row Returns Type Description System.String Overrides RowNumberColumn.GetText(IRowInfo) Implements IInteractiveCustomColumn ICustomColumn Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.html", "title": "Class SquigglyLinePainter", - "keywords": "Class SquigglyLinePainter Mark painter that draws squiggly lines, similar to the mis-spelled word marks in Microsoft Word. Inheritance object AbstractMarkPainter HorizontalLinePainter SquigglyLinePainter Implements ITextMarkPainter Inherited Members AbstractMarkPainter.ConvertToRectangle(RectangleF) AbstractMarkPainter.Color AbstractMarkPainter.Location AbstractMarkPainter.PenWidth object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public sealed class SquigglyLinePainter : HorizontalLinePainter, ITextMarkPainter Constructors SquigglyLinePainter() Initialize the painter to draw angular quiggly red underlines size 3 by 3 with pen width 1, which is how spelling errors in Word are formatted. Declaration public SquigglyLinePainter() Properties Shape Shape of the squiggles. Declaration public SquigglyLinePainter.SquiggleShape Shape { get; set; } Property Value Type Description SquigglyLinePainter SquiggleShape SquiggleHeight Total height of a the squiggle line Declaration public int SquiggleHeight { get; set; } Property Value Type Description int SquiggleWidth Width of a single 180 degree squiggle arc (i.e. \"half a squiggle\") Declaration public int SquiggleWidth { get; set; } Property Value Type Description int Methods DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) Draw the squiggly underline. Declaration public override void DrawMarkPart(Graphics g, ITextMark mark, Rectangle boundingRectangle, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description Graphics g ITextMark mark Rectangle boundingRectangle Rectangle contentRectangle bool isFirstLine bool isLastLine Overrides HorizontalLinePainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) Returns a box that is SquiggleHeight high in the location. Declaration public override Rectangle GetMarkPartBounds(Graphics g, ITextMark mark, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description Graphics g ITextMark mark Rectangle contentRectangle bool isFirstLine bool isLastLine Returns Type Description Rectangle Overrides HorizontalLinePainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) Implements ITextMarkPainter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SquigglyLinePainter Mark painter that draws squiggly lines, similar to the mis-spelled word marks in Microsoft Word. Inheritance System.Object AbstractMarkPainter HorizontalLinePainter SquigglyLinePainter Implements ITextMarkPainter Inherited Members HorizontalLinePainter.GetLineRectangle(Rectangle, Int32) HorizontalLinePainter.DrawLine(Graphics, Rectangle) AbstractMarkPainter.ConvertToRectangle(RectangleF) AbstractMarkPainter.Color AbstractMarkPainter.Location AbstractMarkPainter.PenWidth 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public sealed class SquigglyLinePainter : HorizontalLinePainter, ITextMarkPainter Constructors SquigglyLinePainter() Initialize the painter to draw angular quiggly red underlines size 3 by 3 with pen width 1, which is how spelling errors in Word are formatted. Declaration public SquigglyLinePainter() Properties Shape Shape of the squiggles. Declaration public SquigglyLinePainter.SquiggleShape Shape { get; set; } Property Value Type Description SquigglyLinePainter.SquiggleShape SquiggleHeight Total height of a the squiggle line Declaration public int SquiggleHeight { get; set; } Property Value Type Description System.Int32 SquiggleWidth Width of a single 180 degree squiggle arc (i.e. \"half a squiggle\") Declaration public int SquiggleWidth { get; set; } Property Value Type Description System.Int32 Methods DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) Draw the squiggly underline. Declaration public override void DrawMarkPart(Graphics g, ITextMark mark, Rectangle boundingRectangle, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description System.Drawing.Graphics g ITextMark mark System.Drawing.Rectangle boundingRectangle System.Drawing.Rectangle contentRectangle System.Boolean isFirstLine System.Boolean isLastLine Overrides HorizontalLinePainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) Returns a box that is SquiggleHeight high in the location. Declaration public override Rectangle GetMarkPartBounds(Graphics g, ITextMark mark, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description System.Drawing.Graphics g ITextMark mark System.Drawing.Rectangle contentRectangle System.Boolean isFirstLine System.Boolean isLastLine Returns Type Description System.Drawing.Rectangle Overrides HorizontalLinePainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) Implements ITextMarkPainter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.SquiggleShape.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.SquiggleShape.html", "title": "Enum SquigglyLinePainter.SquiggleShape", - "keywords": "Enum SquigglyLinePainter.SquiggleShape The shape of the squiggles Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum SquigglyLinePainter.SquiggleShape Fields Name Description Angle Triangular shaped squiggles. Round Sinus shaped squiggles. Square Square shaped squiggles." + "keywords": "Enum SquigglyLinePainter.SquiggleShape The shape of the squiggles Namespace : Sdl.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum SquiggleShape Fields Name Description Angle Triangular shaped squiggles. Round Sinus shaped squiggles. Square Square shaped squiggles. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.html", "title": "Class TagPaintingProperties", - "keywords": "Class TagPaintingProperties In addition to implementing the ITagPaintingProperties interface this class also provides some simple operations to brighten and darken on colors. Inheritance object TagPaintingProperties Implements ITagPaintingProperties Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class TagPaintingProperties : ITagPaintingProperties Constructors TagPaintingProperties(Color, Color, Color) TagPaintingProperties are a collection of color and style constants that are used for painting tag foregrounds, backgrounds, text, and edges. By default tag backgrounds are gradients. Ghost tag background colors are calculated from normal tag background colors. Declaration public TagPaintingProperties(Color outlineColor, Color backgroundColor, Color textColor) Parameters Type Name Description Color outlineColor Color backgroundColor This value is the lighter gradient parameter: the darker one is calculated. Color textColor TagPaintingProperties(Color, Color, Color, Color) TagPaintingProperties are a collection of color and style constants that are used for painting tag foregrounds, backgrounds, text, and edges. By default tag backgrounds are shaded. Ghost tag background colors are calculated from normal tag background colors. Declaration public TagPaintingProperties(Color outlineColor, Color backgroundColor1, Color backgroundColor2, Color textColor) Parameters Type Name Description Color outlineColor Color backgroundColor1 The background color in the upper left. Color backgroundColor2 The background color in the lower right. Color textColor TagPaintingProperties(Color, Color, Color, Color, FontStyle) TagPaintingProperties are a collection of color and style constants that are used for painting tag foregrounds, backgrounds, text, and edges. By default tag backgrounds are shaded. Ghost tag background colors are calculated from normal tag background colors. Declaration public TagPaintingProperties(Color outlineColor, Color backgroundColor1, Color backgroundColor2, Color textColor, FontStyle textFormatting) Parameters Type Name Description Color outlineColor Color backgroundColor1 The background color in the upper left. Color backgroundColor2 The background color in the lower right. Color textColor FontStyle textFormatting Properties BackgroundColor1 The background color to start painting the tag with. The tag will start with this color and gradually change into BackgroundColor2 . Declaration public Color BackgroundColor1 { get; set; } Property Value Type Description Color BackgroundColor2 The background color the finish painting the tag with. The tag will start with BackgroundColor1 and finish with this color. Declaration public Color BackgroundColor2 { get; set; } Property Value Type Description Color GhostBackgroundColor The color that will be used to paint the tag when it is a ghost tag. Declaration public Color GhostBackgroundColor { get; set; } Property Value Type Description Color OutlineColor The color that will be used to paint the tag border. Declaration public Color OutlineColor { get; set; } Property Value Type Description Color TextColor The color that will be used to paint the text that appears within the tag. Declaration public Color TextColor { get; set; } Property Value Type Description Color TextFormatting The font that will be used for the text within the tag. Declaration public FontStyle TextFormatting { get; set; } Property Value Type Description FontStyle Methods PopulateFromSettingsGroup(ISettingsGroup, string) Populates this object with the settings contained in the provided settings group. Declaration public void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string settingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings to populate from. string settingId The setting ID to use to load the settings. SaveToSettingsGroup(ISettingsGroup, string) Saves the current state of this object to the provided settings group. Declaration public void SaveToSettingsGroup(ISettingsGroup settingsGroup, string settingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to save to. string settingId The setting ID to use to save the settings. Implements ITagPaintingProperties Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TagPaintingProperties In addition to implementing the ITagPaintingProperties interface this class also provides some simple operations to brighten and darken on colors. Inheritance System.Object TagPaintingProperties Implements ITagPaintingProperties 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class TagPaintingProperties : ITagPaintingProperties Constructors TagPaintingProperties(Color, Color, Color) TagPaintingProperties are a collection of color and style constants that are used for painting tag foregrounds, backgrounds, text, and edges. By default tag backgrounds are gradients. Ghost tag background colors are calculated from normal tag background colors. Declaration public TagPaintingProperties(Color outlineColor, Color backgroundColor, Color textColor) Parameters Type Name Description System.Drawing.Color outlineColor System.Drawing.Color backgroundColor This value is the lighter gradient parameter: the darker one is calculated. System.Drawing.Color textColor TagPaintingProperties(Color, Color, Color, Color) TagPaintingProperties are a collection of color and style constants that are used for painting tag foregrounds, backgrounds, text, and edges. By default tag backgrounds are shaded. Ghost tag background colors are calculated from normal tag background colors. Declaration public TagPaintingProperties(Color outlineColor, Color backgroundColor1, Color backgroundColor2, Color textColor) Parameters Type Name Description System.Drawing.Color outlineColor System.Drawing.Color backgroundColor1 The background color in the upper left. System.Drawing.Color backgroundColor2 The background color in the lower right. System.Drawing.Color textColor TagPaintingProperties(Color, Color, Color, Color, FontStyle) TagPaintingProperties are a collection of color and style constants that are used for painting tag foregrounds, backgrounds, text, and edges. By default tag backgrounds are shaded. Ghost tag background colors are calculated from normal tag background colors. Declaration public TagPaintingProperties(Color outlineColor, Color backgroundColor1, Color backgroundColor2, Color textColor, FontStyle textFormatting) Parameters Type Name Description System.Drawing.Color outlineColor System.Drawing.Color backgroundColor1 The background color in the upper left. System.Drawing.Color backgroundColor2 The background color in the lower right. System.Drawing.Color textColor System.Drawing.FontStyle textFormatting Properties BackgroundColor1 The background color to start painting the tag with. The tag will start with this color and gradually change into BackgroundColor2 . Declaration public Color BackgroundColor1 { get; set; } Property Value Type Description System.Drawing.Color BackgroundColor2 The background color the finish painting the tag with. The tag will start with BackgroundColor1 and finish with this color. Declaration public Color BackgroundColor2 { get; set; } Property Value Type Description System.Drawing.Color GhostBackgroundColor The color that will be used to paint the tag when it is a ghost tag. Declaration public Color GhostBackgroundColor { get; set; } Property Value Type Description System.Drawing.Color OutlineColor The color that will be used to paint the tag border. Declaration public Color OutlineColor { get; set; } Property Value Type Description System.Drawing.Color TextColor The color that will be used to paint the text that appears within the tag. Declaration public Color TextColor { get; set; } Property Value Type Description System.Drawing.Color TextFormatting The font that will be used for the text within the tag. Declaration public FontStyle TextFormatting { get; set; } Property Value Type Description System.Drawing.FontStyle Methods PopulateFromSettingsGroup(ISettingsGroup, String) Populates this object with the settings contained in the provided settings group. Declaration public void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string settingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings to populate from. System.String settingId The setting ID to use to load the settings. SaveToSettingsGroup(ISettingsGroup, String) Saves the current state of this object to the provided settings group. Declaration public void SaveToSettingsGroup(ISettingsGroup settingsGroup, string settingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to save to. System.String settingId The setting ID to use to save the settings. Implements ITagPaintingProperties Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TermRecognitionBoldPainter.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TermRecognitionBoldPainter.html", "title": "Class TermRecognitionBoldPainter", - "keywords": "Class TermRecognitionBoldPainter TermRecognitionBoldPainter class represents a term recognition painter in bold. Inheritance object AbstractMarkPainter HorizontalLinePainter BracketPainter TermRecognitionBoldPainter Implements ITextMarkPainter Inherited Members BracketPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) BracketPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) BracketPainter.EndHeight BracketPainter.LineJoin AbstractMarkPainter.ConvertToRectangle(RectangleF) AbstractMarkPainter.Color AbstractMarkPainter.Location AbstractMarkPainter.PenWidth object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public sealed class TermRecognitionBoldPainter : BracketPainter, ITextMarkPainter Constructors TermRecognitionBoldPainter() Declaration public TermRecognitionBoldPainter() Implements ITextMarkPainter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TermRecognitionBoldPainter TermRecognitionBoldPainter class represents a term recognition painter in bold. Inheritance System.Object AbstractMarkPainter HorizontalLinePainter BracketPainter TermRecognitionBoldPainter Implements ITextMarkPainter Inherited Members BracketPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) BracketPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) BracketPainter.EndHeight BracketPainter.LineJoin HorizontalLinePainter.GetLineRectangle(Rectangle, Int32) HorizontalLinePainter.DrawLine(Graphics, Rectangle) AbstractMarkPainter.ConvertToRectangle(RectangleF) AbstractMarkPainter.Color AbstractMarkPainter.Location AbstractMarkPainter.PenWidth 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public sealed class TermRecognitionBoldPainter : BracketPainter, ITextMarkPainter Constructors TermRecognitionBoldPainter() Declaration public TermRecognitionBoldPainter() Implements ITextMarkPainter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextMark.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextMark.html", "title": "Class TextMark", - "keywords": "Class TextMark Default implementation of the ITextMark interface. Inheritance object TextMark Implements ITextMark Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class TextMark : ITextMark Constructors TextMark(ContentRange, TextMarkLayer, ITextMarkPainter) Set the text mark properties. Declaration public TextMark(ContentRange range, TextMarkLayer layer, ITextMarkPainter painter) Parameters Type Name Description ContentRange range TextMarkLayer layer ITextMarkPainter painter Properties Layer Default implementation. Declaration public virtual TextMarkLayer Layer { get; set; } Property Value Type Description TextMarkLayer Painter Default implementation. Declaration public virtual ITextMarkPainter Painter { get; set; } Property Value Type Description ITextMarkPainter Range Default implementation. Declaration public virtual ContentRange Range { get; set; } Property Value Type Description ContentRange Implements ITextMark Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TextMark Default implementation of the ITextMark interface. Inheritance System.Object TextMark Implements ITextMark 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class TextMark : ITextMark Constructors TextMark(ContentRange, TextMarkLayer, ITextMarkPainter) Set the text mark properties. Declaration public TextMark(ContentRange range, TextMarkLayer layer, ITextMarkPainter painter) Parameters Type Name Description ContentRange range TextMarkLayer layer ITextMarkPainter painter Properties Layer Default implementation. Declaration public virtual TextMarkLayer Layer { get; set; } Property Value Type Description TextMarkLayer Painter Default implementation. Declaration public virtual ITextMarkPainter Painter { get; set; } Property Value Type Description ITextMarkPainter Range Default implementation. Declaration public virtual ContentRange Range { get; set; } Property Value Type Description ContentRange Implements ITextMark Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.html", "title": "Class TextOnlyFragmentVisitor", - "keywords": "Class TextOnlyFragmentVisitor An INodeVisitor implementation that works through the nodes and copies only the text nodes to the new fragment Inheritance object CopyFragmentVisitor TextOnlyFragmentVisitor Implements INodeVisitor Inherited Members CopyFragmentVisitor.VisitSegmentContainerNode(ISegmentContainerNode) CopyFragmentVisitor.VisitMarkerContainerNode(IOtherMarkerContainerNode) CopyFragmentVisitor.VisitStartEndNode(IStartEndNode) CopyFragmentVisitor.VisitDocumentContainerNode(IDocumentContainerNode) CopyFragmentVisitor.VisitFileContainerNode(IFileContainerNode) CopyFragmentVisitor.VisitParagraphUnitContainerNode(IParagraphUnitContainerNode) CopyFragmentVisitor.VisitContainerNode(IAbstractContainerNode, IChangeableContainerNode) CopyFragmentVisitor.VisitChildren(IAbstractContainerNode) CopyFragmentVisitor.Fragment object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class TextOnlyFragmentVisitor : CopyFragmentVisitor, INodeVisitor Constructors TextOnlyFragmentVisitor(IDocumentFragment) Visits all child nodes and copies them to the IFrameworkDocumentFragment keeping the same structure but removing formatting tags (tag pairs). Declaration public TextOnlyFragmentVisitor(IDocumentFragment fragment) Parameters Type Name Description IDocumentFragment fragment The document fragment to copy the nodes to. Methods VisitBookmarkNode(IBookmarkNode) Visits and ignores a bookmark Declaration public override void VisitBookmarkNode(IBookmarkNode node) Parameters Type Name Description IBookmarkNode node Overrides CopyFragmentVisitor.VisitBookmarkNode(IBookmarkNode) VisitCommentContainerNode(ICommentContainerNode) Visits a Comment, ignores it and then visits all its children. Declaration public override void VisitCommentContainerNode(ICommentContainerNode node) Parameters Type Name Description ICommentContainerNode node Overrides CopyFragmentVisitor.VisitCommentContainerNode(ICommentContainerNode) VisitLocationMarkerNode(ILocationMarkerNode) Visits and ignores the location marker Declaration public override void VisitLocationMarkerNode(ILocationMarkerNode node) Parameters Type Name Description ILocationMarkerNode node Overrides CopyFragmentVisitor.VisitLocationMarkerNode(ILocationMarkerNode) VisitLockedContentContainerNode(ILockedContentContainerNode) Visits a locked content node, ignores it and then visits all its children. Declaration public override void VisitLockedContentContainerNode(ILockedContentContainerNode node) Parameters Type Name Description ILockedContentContainerNode node Overrides CopyFragmentVisitor.VisitLockedContentContainerNode(ILockedContentContainerNode) VisitPlaceholderTagNode(IPlaceholderTagNode) Visits and ignores the placeholder tag Declaration public override void VisitPlaceholderTagNode(IPlaceholderTagNode node) Parameters Type Name Description IPlaceholderTagNode node Overrides CopyFragmentVisitor.VisitPlaceholderTagNode(IPlaceholderTagNode) VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode) Visits a revision node ignores it but if its not a delete revision then visit the children Declaration public override void VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode node) Parameters Type Name Description IRevisionMarkerContainerNode node Overrides CopyFragmentVisitor.VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode) VisitTagPairContainerNode(ITagPairContainerNode) Visits a tag pair container node, ignores it and then visits all its children. Declaration public override void VisitTagPairContainerNode(ITagPairContainerNode node) Parameters Type Name Description ITagPairContainerNode node Overrides CopyFragmentVisitor.VisitTagPairContainerNode(ITagPairContainerNode) VisitTextNode(ITextNode) Visits a Text node and adds it to the output fragment Declaration public override void VisitTextNode(ITextNode node) Parameters Type Name Description ITextNode node Overrides CopyFragmentVisitor.VisitTextNode(ITextNode) Implements INodeVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TextOnlyFragmentVisitor An INodeVisitor implementation that works through the nodes and copies only the text nodes to the new fragment Inheritance System.Object CopyFragmentVisitor TextOnlyFragmentVisitor Implements INodeVisitor Inherited Members CopyFragmentVisitor.VisitSegmentContainerNode(ISegmentContainerNode) CopyFragmentVisitor.VisitMarkerContainerNode(IOtherMarkerContainerNode) CopyFragmentVisitor.VisitStartEndNode(IStartEndNode) CopyFragmentVisitor.VisitDocumentContainerNode(IDocumentContainerNode) CopyFragmentVisitor.VisitFileContainerNode(IFileContainerNode) CopyFragmentVisitor.VisitParagraphUnitContainerNode(IParagraphUnitContainerNode) CopyFragmentVisitor.VisitContainerNode(IAbstractContainerNode, IChangeableContainerNode) CopyFragmentVisitor.VisitChildren(IAbstractContainerNode) CopyFragmentVisitor.Fragment 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.DesktopEditor.EditorApi.Implementation Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class TextOnlyFragmentVisitor : CopyFragmentVisitor, INodeVisitor Constructors TextOnlyFragmentVisitor(IDocumentFragment) Visits all child nodes and copies them to the IFrameworkDocumentFragment keeping the same structure but removing formatting tags (tag pairs). Declaration public TextOnlyFragmentVisitor(IDocumentFragment fragment) Parameters Type Name Description IDocumentFragment fragment The document fragment to copy the nodes to. Methods VisitBookmarkNode(IBookmarkNode) Visits and ignores a bookmark Declaration public override void VisitBookmarkNode(IBookmarkNode node) Parameters Type Name Description IBookmarkNode node Overrides CopyFragmentVisitor.VisitBookmarkNode(IBookmarkNode) VisitCommentContainerNode(ICommentContainerNode) Visits a Comment, ignores it and then visits all its children. Declaration public override void VisitCommentContainerNode(ICommentContainerNode node) Parameters Type Name Description ICommentContainerNode node Overrides CopyFragmentVisitor.VisitCommentContainerNode(ICommentContainerNode) VisitLocationMarkerNode(ILocationMarkerNode) Visits and ignores the location marker Declaration public override void VisitLocationMarkerNode(ILocationMarkerNode node) Parameters Type Name Description ILocationMarkerNode node Overrides CopyFragmentVisitor.VisitLocationMarkerNode(ILocationMarkerNode) VisitLockedContentContainerNode(ILockedContentContainerNode) Visits a locked content node, ignores it and then visits all its children. Declaration public override void VisitLockedContentContainerNode(ILockedContentContainerNode node) Parameters Type Name Description ILockedContentContainerNode node Overrides CopyFragmentVisitor.VisitLockedContentContainerNode(ILockedContentContainerNode) VisitPlaceholderTagNode(IPlaceholderTagNode) Visits and ignores the placeholder tag Declaration public override void VisitPlaceholderTagNode(IPlaceholderTagNode node) Parameters Type Name Description IPlaceholderTagNode node Overrides CopyFragmentVisitor.VisitPlaceholderTagNode(IPlaceholderTagNode) VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode) Visits a revision node ignores it but if its not a delete revision then visit the children Declaration public override void VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode node) Parameters Type Name Description IRevisionMarkerContainerNode node Overrides CopyFragmentVisitor.VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode) VisitTagPairContainerNode(ITagPairContainerNode) Visits a tag pair container node, ignores it and then visits all its children. Declaration public override void VisitTagPairContainerNode(ITagPairContainerNode node) Parameters Type Name Description ITagPairContainerNode node Overrides CopyFragmentVisitor.VisitTagPairContainerNode(ITagPairContainerNode) VisitTextNode(ITextNode) Visits a Text node and adds it to the output fragment Declaration public override void VisitTextNode(ITextNode node) Parameters Type Name Description ITextNode node Overrides CopyFragmentVisitor.VisitTextNode(ITextNode) Implements INodeVisitor Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.INode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.INode.html", "title": "Interface INode", - "keywords": "Interface INode Common interface implemented by all filter framework specific nodes in the editor. Inherited Members ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface INode : IAbstractNode, ITreeNode Remarks Provides the infrastructure for a visitor pattern that covers all types of framework nodes. Methods AcceptNodeVisitor(INodeVisitor) Visitor pattern for framework node visitors. Declaration void AcceptNodeVisitor(INodeVisitor visitor) Parameters Type Name Description INodeVisitor visitor the visitor, which the node implementation will call back on Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface INode Common interface implemented by all filter framework specific nodes in the editor. Inherited Members ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface INode : IAbstractNode, ITreeNode Remarks Provides the infrastructure for a visitor pattern that covers all types of framework nodes. Methods AcceptNodeVisitor(INodeVisitor) Visitor pattern for framework node visitors. Declaration void AcceptNodeVisitor(INodeVisitor visitor) Parameters Type Name Description INodeVisitor visitor the visitor, which the node implementation will call back on Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.INodeFactory.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.INodeFactory.html", "title": "Interface INodeFactory", - "keywords": "Interface INodeFactory Factory used to create new editor nodes through the document fragment in the editor API. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface INodeFactory Remarks New bilingual content model (BilingualApi) items are automatically created as necessary. Properties objects can be shared between multiple document items (and thus also between multiple nodes), but keep in mind that if properties are changed all items/nodes will then be affected. If this is not the desired behaviour, create a copy of the properties object first, and reference the copy in the items for which it should be changed. Properties ItemFactory The factory to use when new bilingual content items need to be created. Declaration IDocumentItemFactory ItemFactory { get; } Property Value Type Description IDocumentItemFactory Remarks This is the factory used in the IBilingualDocument . PropertiesFactory The factory to use when new properties objects need to be created. Declaration IPropertiesFactory PropertiesFactory { get; } Property Value Type Description IPropertiesFactory Remarks This is the factory used in the IBilingualDocument . Methods CreateBookmark() Create a new temporary bookmark node. Declaration IChangeableBookmarkNode CreateBookmark() Returns Type Description IChangeableBookmarkNode Empty bookmark node CreateComment(ICommentMarker) Create a comment node that wraps the input comment Declaration IChangeableCommentContainerNode CreateComment(ICommentMarker comment) Parameters Type Name Description ICommentMarker comment Returns Type Description IChangeableCommentContainerNode CreateDocumentFragment() Create a new, empty document fragment that can be used to insert content into the editor. Declaration IDocumentFragment CreateDocumentFragment() Returns Type Description IDocumentFragment Empty document fragment that can be filled with content and passed to ReplaceSelection(IDocumentFragment) . CreateLocationMarker() Create a new location marker node. Declaration IChangeableLocationMarkerNode CreateLocationMarker() Returns Type Description IChangeableLocationMarkerNode Empty location marker node. Remarks Creates a new ILocationMarker document item in the process. CreateLocationMarker(ILocationMarker) Creates a location marker using existing properties Declaration IChangeableLocationMarkerNode CreateLocationMarker(ILocationMarker marker) Parameters Type Name Description ILocationMarker marker The existing location marker properties to use. Returns Type Description IChangeableLocationMarkerNode A new location marker with the same location marker ID. CreateLockedContentContainer(ILockedContentProperties) Create a new empty locked content container node with the specified properties. Declaration IChangeableLockedContentContainerNode CreateLockedContentContainer(ILockedContentProperties lockedProperties) Parameters Type Name Description ILockedContentProperties lockedProperties Returns Type Description IChangeableLockedContentContainerNode CreateMarkerContainer() Create a new marker container node that can be used to mark up content inside the editor. Declaration IChangeableMarkerContainerNode CreateMarkerContainer() Returns Type Description IChangeableMarkerContainerNode Empty marker node. Remarks Creates a new IOtherMarker document item in the process. CreateNode(IAbstractMarkupData) Create a new editor node based on any type of bilingual API content item. Declaration IChangeableNode CreateNode(IAbstractMarkupData item) Parameters Type Name Description IAbstractMarkupData item Any markup data item. This item will be cloned in the process and the returned (strongly typed) editor nodes will reference the clone. Returns Type Description IChangeableNode Remarks You can use this to create editor content from any bilingual content. The item can be anything that implements IAbstractMarkupData , including containers like ITagPair etc. If it is a container all child nodes in the container will be \"wrapped\" in corresponding editor nodes too. All created editor nodes will be of appropriate types, based on the type of the bilingual content item they are wrapping. CreatePlaceholderTag(IPlaceholderTagProperties) Create a new placeholder tag node with the specified tag properties. Declaration IChangeablePlaceholderTagNode CreatePlaceholderTag(IPlaceholderTagProperties tagProperties) Parameters Type Name Description IPlaceholderTagProperties tagProperties Properties for the placeholder tag. Can be the same properties object as for an existing tag in the document, or a new one created by cloning and modifying an existing tag properties or by using the PropertiesFactory . Returns Type Description IChangeablePlaceholderTagNode Remarks When inserting a copy of a tag that exists in the source, use the same tag properties object, unless the target tag properties need to be modified. Note that tag properties are file format dependent. Some filters may have strict limitations on what tags can be inserted. CreateRevision(IRevisionProperties) Create a new empty revision node with the specified revision properties. Declaration IChangeableRevisionMarkerContainerNode CreateRevision(IRevisionProperties revisionProperties) Parameters Type Name Description IRevisionProperties revisionProperties Returns Type Description IChangeableRevisionMarkerContainerNode CreateSegment(ISegmentPairProperties) Create a new empty segment node. Declaration IChangeableSegmentContainerNode CreateSegment(ISegmentPairProperties segmentProperties) Parameters Type Name Description ISegmentPairProperties segmentProperties Returns Type Description IChangeableSegmentContainerNode a new empty segment container node CreateTagPair(IStartTagProperties, IEndTagProperties) Create a new empty tag pair node with the specified start and end tag properties. Declaration IChangeableTagPairContainerNode CreateTagPair(IStartTagProperties startTagProperties, IEndTagProperties endTagProperties) Parameters Type Name Description IStartTagProperties startTagProperties Properties for the start tag in the tag pair. Can be the same properties object as for an existing tag in the document, or a new one created by cloning and modifying an existing tag properties or by using the PropertiesFactory . IEndTagProperties endTagProperties Properties for the end tag in the tag pair. Returns Type Description IChangeableTagPairContainerNode a new, empty tag pair container node that is not part of any container Remarks When inserting a copy of a tag that exists in the source, use the same tag properties objects, unless the target tag properties need to be modified. Note that tag properties are file format dependent. Some filters may have strict limitations on what tags can be inserted. CreateText(string) Create a new text node with the specified text as content. Declaration IChangeableTextNode CreateText(string text) Parameters Type Name Description string text Returns Type Description IChangeableTextNode Text node with the specified text as properties. Remarks Creates a new text properties object and a new document item in the process. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface INodeFactory Factory used to create new editor nodes through the document fragment in the editor API. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface INodeFactory Remarks New bilingual content model (BilingualApi) items are automatically created as necessary. Properties objects can be shared between multiple document items (and thus also between multiple nodes), but keep in mind that if properties are changed all items/nodes will then be affected. If this is not the desired behaviour, create a copy of the properties object first, and reference the copy in the items for which it should be changed. Properties ItemFactory The factory to use when new bilingual content items need to be created. Declaration IDocumentItemFactory ItemFactory { get; } Property Value Type Description IDocumentItemFactory Remarks This is the factory used in the IBilingualDocument . PropertiesFactory The factory to use when new properties objects need to be created. Declaration IPropertiesFactory PropertiesFactory { get; } Property Value Type Description IPropertiesFactory Remarks This is the factory used in the IBilingualDocument . Methods CreateBookmark() Create a new temporary bookmark node. Declaration IChangeableBookmarkNode CreateBookmark() Returns Type Description IChangeableBookmarkNode Empty bookmark node CreateComment(ICommentMarker) Create a comment node that wraps the input comment Declaration IChangeableCommentContainerNode CreateComment(ICommentMarker comment) Parameters Type Name Description ICommentMarker comment Returns Type Description IChangeableCommentContainerNode CreateDocumentFragment() Create a new, empty document fragment that can be used to insert content into the editor. Declaration IDocumentFragment CreateDocumentFragment() Returns Type Description IDocumentFragment Empty document fragment that can be filled with content and passed to ReplaceSelection(IDocumentFragment) . CreateLocationMarker() Create a new location marker node. Declaration IChangeableLocationMarkerNode CreateLocationMarker() Returns Type Description IChangeableLocationMarkerNode Empty location marker node. Remarks Creates a new ILocationMarker document item in the process. CreateLocationMarker(ILocationMarker) Creates a location marker using existing properties Declaration IChangeableLocationMarkerNode CreateLocationMarker(ILocationMarker marker) Parameters Type Name Description ILocationMarker marker The existing location marker properties to use. Returns Type Description IChangeableLocationMarkerNode A new location marker with the same location marker ID. CreateLockedContentContainer(ILockedContentProperties) Create a new empty locked content container node with the specified properties. Declaration IChangeableLockedContentContainerNode CreateLockedContentContainer(ILockedContentProperties lockedProperties) Parameters Type Name Description ILockedContentProperties lockedProperties Returns Type Description IChangeableLockedContentContainerNode CreateMarkerContainer() Create a new marker container node that can be used to mark up content inside the editor. Declaration IChangeableMarkerContainerNode CreateMarkerContainer() Returns Type Description IChangeableMarkerContainerNode Empty marker node. Remarks Creates a new IOtherMarker document item in the process. CreateNode(IAbstractMarkupData) Create a new editor node based on any type of bilingual API content item. Declaration IChangeableNode CreateNode(IAbstractMarkupData item) Parameters Type Name Description IAbstractMarkupData item Any markup data item. This item will be cloned in the process and the returned (strongly typed) editor nodes will reference the clone. Returns Type Description IChangeableNode Remarks You can use this to create editor content from any bilingual content. The item can be anything that implements IAbstractMarkupData , including containers like ITagPair etc. If it is a container all child nodes in the container will be \"wrapped\" in corresponding editor nodes too. All created editor nodes will be of appropriate types, based on the type of the bilingual content item they are wrapping. CreatePlaceholderTag(IPlaceholderTagProperties) Create a new placeholder tag node with the specified tag properties. Declaration IChangeablePlaceholderTagNode CreatePlaceholderTag(IPlaceholderTagProperties tagProperties) Parameters Type Name Description IPlaceholderTagProperties tagProperties Properties for the placeholder tag. Can be the same properties object as for an existing tag in the document, or a new one created by cloning and modifying an existing tag properties or by using the PropertiesFactory . Returns Type Description IChangeablePlaceholderTagNode Remarks When inserting a copy of a tag that exists in the source, use the same tag properties object, unless the target tag properties need to be modified. Note that tag properties are file format dependent. Some filters may have strict limitations on what tags can be inserted. CreateRevision(IRevisionProperties) Create a new empty revision node with the specified revision properties. Declaration IChangeableRevisionMarkerContainerNode CreateRevision(IRevisionProperties revisionProperties) Parameters Type Name Description IRevisionProperties revisionProperties Returns Type Description IChangeableRevisionMarkerContainerNode CreateSegment(ISegmentPairProperties) Create a new empty segment node. Declaration IChangeableSegmentContainerNode CreateSegment(ISegmentPairProperties segmentProperties) Parameters Type Name Description ISegmentPairProperties segmentProperties Returns Type Description IChangeableSegmentContainerNode a new empty segment container node CreateTagPair(IStartTagProperties, IEndTagProperties) Create a new empty tag pair node with the specified start and end tag properties. Declaration IChangeableTagPairContainerNode CreateTagPair(IStartTagProperties startTagProperties, IEndTagProperties endTagProperties) Parameters Type Name Description IStartTagProperties startTagProperties Properties for the start tag in the tag pair. Can be the same properties object as for an existing tag in the document, or a new one created by cloning and modifying an existing tag properties or by using the PropertiesFactory . IEndTagProperties endTagProperties Properties for the end tag in the tag pair. Returns Type Description IChangeableTagPairContainerNode a new, empty tag pair container node that is not part of any container Remarks When inserting a copy of a tag that exists in the source, use the same tag properties objects, unless the target tag properties need to be modified. Note that tag properties are file format dependent. Some filters may have strict limitations on what tags can be inserted. CreateText(String) Create a new text node with the specified text as content. Declaration IChangeableTextNode CreateText(string text) Parameters Type Name Description System.String text Returns Type Description IChangeableTextNode Text node with the specified text as properties. Remarks Creates a new text properties object and a new document item in the process. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.INodeVisitor.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.INodeVisitor.html", "title": "Interface INodeVisitor", - "keywords": "Interface INodeVisitor Visitor interface for all types of filter framework editor specific nodes. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface INodeVisitor Remarks To take advantage of the visitor pattern, create a visitor class that implements this interface, instantiate an object, and pass it to AcceptNodeVisitor(INodeVisitor) on any INode instance. The node will call back on the function in this interface that corresponds to its type. This mechanism is very useful to avoid large switch/if/else tests for node types when processing nodes from collections (e.g. node containers). Not only do you avoid having to write these complex switches, the compiler will also tell you if the interface has been extended with new node types. That makes keeping the functionality up-to-date when the editor evolves much easier. Methods VisitBookmarkNode(IBookmarkNode) Called by bookmark nodes. Declaration void VisitBookmarkNode(IBookmarkNode node) Parameters Type Name Description IBookmarkNode node VisitCommentContainerNode(ICommentContainerNode) Called by comment container nodes. Declaration void VisitCommentContainerNode(ICommentContainerNode node) Parameters Type Name Description ICommentContainerNode node VisitDocumentContainerNode(IDocumentContainerNode) Called by document container nodes. Declaration void VisitDocumentContainerNode(IDocumentContainerNode node) Parameters Type Name Description IDocumentContainerNode node VisitFileContainerNode(IFileContainerNode) Called by file container nodes. Declaration void VisitFileContainerNode(IFileContainerNode node) Parameters Type Name Description IFileContainerNode node VisitLocationMarkerNode(ILocationMarkerNode) Called by location marker nodes. Declaration void VisitLocationMarkerNode(ILocationMarkerNode node) Parameters Type Name Description ILocationMarkerNode node VisitLockedContentContainerNode(ILockedContentContainerNode) Called by locked content container nodes. Declaration void VisitLockedContentContainerNode(ILockedContentContainerNode node) Parameters Type Name Description ILockedContentContainerNode node VisitMarkerContainerNode(IOtherMarkerContainerNode) Called by generic marker nodes. Declaration void VisitMarkerContainerNode(IOtherMarkerContainerNode node) Parameters Type Name Description IOtherMarkerContainerNode node VisitParagraphUnitContainerNode(IParagraphUnitContainerNode) Called by ParagraphUnit container nodes. Declaration void VisitParagraphUnitContainerNode(IParagraphUnitContainerNode node) Parameters Type Name Description IParagraphUnitContainerNode node VisitPlaceholderTagNode(IPlaceholderTagNode) Called by placeholder tag nodes. Declaration void VisitPlaceholderTagNode(IPlaceholderTagNode node) Parameters Type Name Description IPlaceholderTagNode node VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode) Called by revision marker container nodes. Declaration void VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode node) Parameters Type Name Description IRevisionMarkerContainerNode node VisitSegmentContainerNode(ISegmentContainerNode) Called by segment container nodes. Declaration void VisitSegmentContainerNode(ISegmentContainerNode node) Parameters Type Name Description ISegmentContainerNode node VisitStartEndNode(IStartEndNode) Called by start/end nodes. Declaration void VisitStartEndNode(IStartEndNode node) Parameters Type Name Description IStartEndNode node VisitTagPairContainerNode(ITagPairContainerNode) Called by tag pair container nodes. Declaration void VisitTagPairContainerNode(ITagPairContainerNode node) Parameters Type Name Description ITagPairContainerNode node VisitTextNode(ITextNode) Called by text nodes. Declaration void VisitTextNode(ITextNode node) Parameters Type Name Description ITextNode node Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface INodeVisitor Visitor interface for all types of filter framework editor specific nodes. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface INodeVisitor Remarks To take advantage of the visitor pattern, create a visitor class that implements this interface, instantiate an object, and pass it to AcceptNodeVisitor(INodeVisitor) on any INode instance. The node will call back on the function in this interface that corresponds to its type. This mechanism is very useful to avoid large switch/if/else tests for node types when processing nodes from collections (e.g. node containers). Not only do you avoid having to write these complex switches, the compiler will also tell you if the interface has been extended with new node types. That makes keeping the functionality up-to-date when the editor evolves much easier. Methods VisitBookmarkNode(IBookmarkNode) Called by bookmark nodes. Declaration void VisitBookmarkNode(IBookmarkNode node) Parameters Type Name Description IBookmarkNode node VisitCommentContainerNode(ICommentContainerNode) Called by comment container nodes. Declaration void VisitCommentContainerNode(ICommentContainerNode node) Parameters Type Name Description ICommentContainerNode node VisitDocumentContainerNode(IDocumentContainerNode) Called by document container nodes. Declaration void VisitDocumentContainerNode(IDocumentContainerNode node) Parameters Type Name Description IDocumentContainerNode node VisitFileContainerNode(IFileContainerNode) Called by file container nodes. Declaration void VisitFileContainerNode(IFileContainerNode node) Parameters Type Name Description IFileContainerNode node VisitLocationMarkerNode(ILocationMarkerNode) Called by location marker nodes. Declaration void VisitLocationMarkerNode(ILocationMarkerNode node) Parameters Type Name Description ILocationMarkerNode node VisitLockedContentContainerNode(ILockedContentContainerNode) Called by locked content container nodes. Declaration void VisitLockedContentContainerNode(ILockedContentContainerNode node) Parameters Type Name Description ILockedContentContainerNode node VisitMarkerContainerNode(IOtherMarkerContainerNode) Called by generic marker nodes. Declaration void VisitMarkerContainerNode(IOtherMarkerContainerNode node) Parameters Type Name Description IOtherMarkerContainerNode node VisitParagraphUnitContainerNode(IParagraphUnitContainerNode) Called by ParagraphUnit container nodes. Declaration void VisitParagraphUnitContainerNode(IParagraphUnitContainerNode node) Parameters Type Name Description IParagraphUnitContainerNode node VisitPlaceholderTagNode(IPlaceholderTagNode) Called by placeholder tag nodes. Declaration void VisitPlaceholderTagNode(IPlaceholderTagNode node) Parameters Type Name Description IPlaceholderTagNode node VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode) Called by revision marker container nodes. Declaration void VisitRevisionMarkerContainerNode(IRevisionMarkerContainerNode node) Parameters Type Name Description IRevisionMarkerContainerNode node VisitSegmentContainerNode(ISegmentContainerNode) Called by segment container nodes. Declaration void VisitSegmentContainerNode(ISegmentContainerNode node) Parameters Type Name Description ISegmentContainerNode node VisitStartEndNode(IStartEndNode) Called by start/end nodes. Declaration void VisitStartEndNode(IStartEndNode node) Parameters Type Name Description IStartEndNode node VisitTagPairContainerNode(ITagPairContainerNode) Called by tag pair container nodes. Declaration void VisitTagPairContainerNode(ITagPairContainerNode node) Parameters Type Name Description ITagPairContainerNode node VisitTextNode(ITextNode) Called by text nodes. Declaration void VisitTextNode(ITextNode node) Parameters Type Name Description ITextNode node Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.InteractiveEventFlags.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.InteractiveEventFlags.html", "title": "Enum InteractiveEventFlags", - "keywords": "Enum InteractiveEventFlags Used with the EventFlags to indicate which interactive user events should generate call on the methods implemented by the column. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax [Flags] public enum InteractiveEventFlags Fields Name Description MouseDoubleClick Left mouse button double click. MouseDown Left mouse button down. MouseEnteringCell The mouse cursor is entering a cell. MouseLeavingCell The mouse cursor is leaving a cell. MouseMove Mouse cursor move. MouseRightDown Right mouse button down. MouseRightUp Right mouse button up. MouseUp Left mouse button up. None No interaction." + "keywords": "Enum InteractiveEventFlags Used with the EventFlags to indicate which interactive user events should generate call on the methods implemented by the column. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax [Flags] public enum InteractiveEventFlags Fields Name Description MouseDoubleClick Left mouse button double click. MouseDown Left mouse button down. MouseEnteringCell The mouse cursor is entering a cell. MouseLeavingCell The mouse cursor is leaving a cell. MouseMove Mouse cursor move. MouseRightDown Right mouse button down. MouseRightUp Right mouse button up. MouseUp Left mouse button up. None No interaction. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.html", "title": "Class InvalidEditOperationException", - "keywords": "Class InvalidEditOperationException Exception thrown by API clients handling the EditOperationCompleting event to prevent interactive editing operations from completing. Inheritance object Exception ChangeNotAllowedException InvalidEditOperationException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class InvalidEditOperationException : ChangeNotAllowedException, ISerializable, _Exception Remarks You can throw this exception (or one derived from it) in an event handler to the EditOperationCompleting in order to explicitly prevent an edit operation attempted by the user. The message you pass in this exception will in that case be passed to the AfterEditOperationAborted event, and may be shown to the user to explain why the edit was not permitted. Constructors InvalidEditOperationException() Prevent edit without explanation. Declaration public InvalidEditOperationException() InvalidEditOperationException(SerializationInfo, StreamingContext) Constructor used in serialization. Declaration protected InvalidEditOperationException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context InvalidEditOperationException(string, string) Prevent edit with message explaining why the edit is not permitted. Declaration public InvalidEditOperationException(string source, string message) Parameters Type Name Description string source name of the component that generates the execption string message InvalidEditOperationException(string, string, Exception) mesage and inner exception Declaration public InvalidEditOperationException(string source, string message, Exception inner) Parameters Type Name Description string source name of the component that generates the execption string message Exception inner Implements ISerializable _Exception Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class InvalidEditOperationException Exception thrown by API clients handling the EditOperationCompleting event to prevent interactive editing operations from completing. Inheritance System.Object System.Exception ChangeNotAllowedException InvalidEditOperationException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class InvalidEditOperationException : ChangeNotAllowedException, ISerializable, _Exception Remarks You can throw this exception (or one derived from it) in an event handler to the EditOperationCompleting in order to explicitly prevent an edit operation attempted by the user. The message you pass in this exception will in that case be passed to the AfterEditOperationAborted event, and may be shown to the user to explain why the edit was not permitted. Constructors InvalidEditOperationException() Prevent edit without explanation. Declaration public InvalidEditOperationException() InvalidEditOperationException(SerializationInfo, StreamingContext) Constructor used in serialization. Declaration protected InvalidEditOperationException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context InvalidEditOperationException(String, String) Prevent edit with message explaining why the edit is not permitted. Declaration public InvalidEditOperationException(string source, string message) Parameters Type Name Description System.String source name of the component that generates the execption System.String message InvalidEditOperationException(String, String, Exception) mesage and inner exception Declaration public InvalidEditOperationException(string source, string message, Exception inner) Parameters Type Name Description System.String source name of the component that generates the execption System.String message System.Exception inner Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IOtherMarkerContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IOtherMarkerContainerNode.html", "title": "Interface IOtherMarkerContainerNode", - "keywords": "Interface IOtherMarkerContainerNode Framework specific container node representing a custom marker. Inherited Members IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IEnumerable.GetEnumerator() IMarkupDataNode.Item Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IOtherMarkerContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable, IMarkupDataNode Remarks This all nodes that are to be treated as marked are inside this container, though it may be possible that the underlying filter framework node has been cloned, and as a result there may be other containers with the same properties object, which should in that case also be treated as marked. Properties Marker Read-only access to the filter framework object. Declaration IOtherMarker Marker { get; } Property Value Type Description IOtherMarker Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IOtherMarkerContainerNode Framework specific container node representing a custom marker. Inherited Members IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IEnumerable.GetEnumerator() IMarkupDataNode.Item Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IOtherMarkerContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable, IMarkupDataNode Remarks This all nodes that are to be treated as marked are inside this container, though it may be possible that the underlying filter framework node has been cloned, and as a result there may be other containers with the same properties object, which should in that case also be treated as marked. Properties Marker Read-only access to the filter framework object. Declaration IOtherMarker Marker { get; } Property Value Type Description IOtherMarker Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IParagraphUnitContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IParagraphUnitContainerNode.html", "title": "Interface IParagraphUnitContainerNode", - "keywords": "Interface IParagraphUnitContainerNode A ParagraphUnit in the editor. Inherited Members IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IEnumerable.GetEnumerator() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IParagraphUnitContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable Remarks The ParagraphUnit in the source and target edit controls contain the Source and Target paragraph of the ParagraphUnit in the underlying filter framework object, respectively. Both (obviously) reference the same filter framework ParagraphUnit. Properties ContainsRevisions Returns true if the paragraph contains revision markers. This is an optimization that can be used when searching for revision content: the value is cached for quick access so it will be faster than searching every paragraph for revision markers. Declaration bool ContainsRevisions { get; } Property Value Type Description bool ContainsTQAs Returns true if the paragraph contains TQA markers. This is an optimization that can be used when searching for TQA content: the value is cached for quick access so it will be faster than searching every paragraph for TQA markers. Declaration bool ContainsTQAs { get; } Property Value Type Description bool Paragraph The source or target content of the paragraph in the filter framework. Declaration IParagraph Paragraph { get; } Property Value Type Description IParagraph ParagraphUnit Read-only access to the underlying filter framework ParagraphUnit object. Declaration IParagraphUnit ParagraphUnit { get; } Property Value Type Description IParagraphUnit Remarks To change the Paragraph Unit properties, clone them, apply changes, and call UpdateParagraphUnitProperties(IParagraphUnitProperties) . Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IParagraphUnitContainerNode A ParagraphUnit in the editor. Inherited Members IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IParagraphUnitContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable Remarks The ParagraphUnit in the source and target edit controls contain the Source and Target paragraph of the ParagraphUnit in the underlying filter framework object, respectively. Both (obviously) reference the same filter framework ParagraphUnit. Properties ContainsRevisions Returns true if the paragraph contains revision markers. This is an optimization that can be used when searching for revision content: the value is cached for quick access so it will be faster than searching every paragraph for revision markers. Declaration bool ContainsRevisions { get; } Property Value Type Description System.Boolean ContainsTQAs Returns true if the paragraph contains TQA markers. This is an optimization that can be used when searching for TQA content: the value is cached for quick access so it will be faster than searching every paragraph for TQA markers. Declaration bool ContainsTQAs { get; } Property Value Type Description System.Boolean Paragraph The source or target content of the paragraph in the filter framework. Declaration IParagraph Paragraph { get; } Property Value Type Description IParagraph ParagraphUnit Read-only access to the underlying filter framework ParagraphUnit object. Declaration IParagraphUnit ParagraphUnit { get; } Property Value Type Description IParagraphUnit Remarks To change the Paragraph Unit properties, clone them, apply changes, and call UpdateParagraphUnitProperties(IParagraphUnitProperties) . Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IPlaceholderNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IPlaceholderNode.html", "title": "Interface IPlaceholderNode", - "keywords": "Interface IPlaceholderNode A standalone placeholder leaf node in the editor. Inherited Members INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IPlaceholderNode : INode, IAbstractContentNode, IAbstractNode, ITreeNode Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IPlaceholderNode A standalone placeholder leaf node in the editor. Inherited Members INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IPlaceholderNode : INode, IAbstractContentNode, IAbstractNode, ITreeNode Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IPlaceholderTagNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IPlaceholderTagNode.html", "title": "Interface IPlaceholderTagNode", - "keywords": "Interface IPlaceholderTagNode Placeholder tag in the editor. Inherited Members INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IMarkupDataNode.Item Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IPlaceholderTagNode : IPlaceholderNode, INode, IAbstractContentNode, IAbstractNode, ITreeNode, IMarkupDataNode Properties PlaceholderTag Read-only access to the filter framework object. Declaration IPlaceholderTag PlaceholderTag { get; } Property Value Type Description IPlaceholderTag Remarks To change tag properties, select the tag, copy it to a document fragment, change the tag properties and call ReplaceSelection(IDocumentFragment) to insert it, replacing the existing tag. Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IPlaceholderTagNode Placeholder tag in the editor. Inherited Members INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IMarkupDataNode.Item Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IPlaceholderTagNode : IPlaceholderNode, INode, IAbstractContentNode, IAbstractNode, ITreeNode, IMarkupDataNode Properties PlaceholderTag Read-only access to the filter framework object. Declaration IPlaceholderTag PlaceholderTag { get; } Property Value Type Description IPlaceholderTag Remarks To change tag properties, select the tag, copy it to a document fragment, change the tag properties and call ReplaceSelection(IDocumentFragment) to insert it, replacing the existing tag. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IRevisionMarkerContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IRevisionMarkerContainerNode.html", "title": "Interface IRevisionMarkerContainerNode", - "keywords": "Interface IRevisionMarkerContainerNode A bilingual API revision marker in the editor. Inherited Members IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IEnumerable.GetEnumerator() IMarkupDataNode.Item Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IRevisionMarkerContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable, IMarkupDataNode Properties RevisionMarker Read-only access to the filter framework object. Declaration IRevisionMarker RevisionMarker { get; } Property Value Type Description IRevisionMarker Remarks To change the properties, move the selection to select the entire revision (i.e. everything from the start to the end node) and call CopySelection() to copy it into a document fragment. Change the document fragment object and call ReplaceSelection(IDocumentFragment) to let the changed copy replace the existing tag pair node. This ensures the undo buffer will contain the change. Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IRevisionMarkerContainerNode A bilingual API revision marker in the editor. Inherited Members IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IEnumerable.GetEnumerator() IMarkupDataNode.Item Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IRevisionMarkerContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable, IMarkupDataNode Properties RevisionMarker Read-only access to the filter framework object. Declaration IRevisionMarker RevisionMarker { get; } Property Value Type Description IRevisionMarker Remarks To change the properties, move the selection to select the entire revision (i.e. everything from the start to the end node) and call CopySelection() to copy it into a document fragment. Change the document fragment object and call ReplaceSelection(IDocumentFragment) to let the changed copy replace the existing tag pair node. This ensures the undo buffer will contain the change. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IRowInfo.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IRowInfo.html", "title": "Interface IRowInfo", - "keywords": "Interface IRowInfo Information associated with a row in the edit control. A row is a layout concept that is independent of, but related to, the structure of the document. For example, a row can be related to a segment in the document or it could be related to the content between the start of a paragraph and the start of the first segment. It could also relate to the content between segments. The layout engine in the edit control works on a row-by-row basis and will update the layout of rows as they become invalid. Rows can also be visible or hidden, depending on different settings and display filters, or whether they only contain content that the user should never see (e.g. segment and paragraph tags). Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IRowInfo Properties Active Indicates if this is the currently active row in the edit control. Setting this property changes the active row (there can only be one at any one time). Declaration bool Active { get; set; } Property Value Type Description bool Remarks The active row may be shown with a border or a different background color in the edit control. See Also Highlighted ActiveRow ContainsDocumentStartEndNode Whether the row contains a document (or file) start or end node. This is useful for folding filters since it is not always easy to discover where these nodes are when working outside of the edit control. Declaration bool ContainsDocumentStartEndNode { get; } Property Value Type Description bool ContainsRevisions Returns true if this row contains revision information. Declaration bool ContainsRevisions { get; } Property Value Type Description bool ContainsTQAs Returns true if this row contains TQA information. Declaration bool ContainsTQAs { get; } Property Value Type Description bool ContainsTrackChanges Returns true if this row contains Track Changes information. Declaration bool ContainsTrackChanges { get; } Property Value Type Description bool EffectiveBackColor Actual background color currently used to display this row in the editor. Declaration Color EffectiveBackColor { get; } Property Value Type Description Color Remarks The effective background color for a row is calculated from the FundamentalBackColor and is affected by the Shaded , Highlighted and Active properties. EndsBefore This node is the 'upto' node for the content of the row. The effective row content ends just before this (immutable) node. Declaration IAbstractContentNode EndsBefore { get; set; } Property Value Type Description IAbstractContentNode Remarks This is a node that is guaranteed to not change during the lifetime of the row (unlike the actual last node in the row), such as a paragraph or segment start end node. FundamentalBackColor The base background color which is used as the row background color if a row is not active, highlighted or shaded. This color may be used when calculating the effective background color (e.g. if a row is shaded). Declaration Color FundamentalBackColor { get; set; } Property Value Type Description Color Remarks Setting this property to Empty will reset the fundamental background color to either the default edit control color (if one is available) or Window otherwise. Hidden Returns true if this row has been hidden by a filter Declaration bool Hidden { get; } Property Value Type Description bool HighlightBackColor The background color that is used as the row color when the row has been highlighted. This color may be used when calculating the effective background color. Declaration Color HighlightBackColor { get; set; } Property Value Type Description Color Remarks If this property is not explicitly set, the highlighting color is taken from HighlightedBackColor . To restore this as the highlighting color, set this property to Empty . Highlighted Indicates whether this row is highlighted in the edit control. Setting this property adds or removes the row from the collection of highlighted rows. Declaration bool Highlighted { get; set; } Property Value Type Description bool Remarks Highlighted rows may be shown with the HighlightedBackColor color. See Also Active HighlightedRows IsSegment true if this row represents the content of a segment. Declaration bool IsSegment { get; } Property Value Type Description bool Remarks The actual segment can be retrieved using the SegmentContainer property. NextVisibleRow Allows convenient access to the next row that is visible to the user. This is tested using IsVisible() . Declaration IRowInfo NextVisibleRow { get; } Property Value Type Description IRowInfo ParagraphContainer The paragraph container node for the paragraph the content of this row appears inside or null if the row represents content that does not appear in a paragraph (e.g. file boundaries). Declaration IParagraphUnitContainerNode ParagraphContainer { get; } Property Value Type Description IParagraphUnitContainerNode PreviousVisibleRow Allows convenient access to the preceding that is visible to the user. This is tested using IsVisible() . Declaration IRowInfo PreviousVisibleRow { get; } Property Value Type Description IRowInfo RowAboveIsDifferentParagraph For visible rows this indicates whether the preceding visible row above this one is in a different paragraph. Declaration bool RowAboveIsDifferentParagraph { get; } Property Value Type Description bool Remarks This can be used to determine whether paragraph boundaries should be drawn at the top of a custom column for this row. RowBelowIsDifferentParagraph For visible rows this indicates whether the next visible row, below this one, is in a different paragraph. Declaration bool RowBelowIsDifferentParagraph { get; } Property Value Type Description bool Remarks This can be used to determine whether paragraph boundaries should be drawn at the bottom of a custom column for this row. RowNumber The row number identifies this row in the the layout and is unique to each row in the control. Declaration int RowNumber { get; set; } Property Value Type Description int Remarks Rows are numbered sequentially. Not all rows need to be visible at all times, which could mean that there may be gaps in the visible row numbers for a control. The row number should be the same for rows with corresponding content ranges in different edit controls (e.g. in the source and target controls in a side-by-side editor). SegmentContainer The segment container node associated with this row or null if this is not a row that shows the content of a segment. Declaration ISegmentContainerNode SegmentContainer { get; } Property Value Type Description ISegmentContainerNode Selected Indicates whether this row is selected in the edit control. Some operations require rows to be selected before they can proceed, for example, merging segments. The currently active row in the edit control is always treated as selected. Declaration bool Selected { get; } Property Value Type Description bool Shaded Determines whether this row is currently displayed with a shaded background in the editor. Row shading takes the current background color of the row and darkens it slightly. Declaration Shading Shaded { get; } Property Value Type Description Shading StartsAfter The content of the row starts after this (immutable) node. Declaration IAbstractContentNode StartsAfter { get; set; } Property Value Type Description IAbstractContentNode Remarks This is a node that is guaranteed not to change during the lifetime of the row (unlike the actual first node in the row), such as a paragraph or segment start end node. Methods AutoScrollToRowPosition(IRowInfo) Scrolls this row to the location of rowAtPosition. Note: This only scrolls if the row position will pass a threshold at the top or bottom of the document. This is used, for example, to prevent the active row from moving to the very bottom of the document while the user is navigating. Declaration void AutoScrollToRowPosition(IRowInfo rowAtPosition) Parameters Type Name Description IRowInfo rowAtPosition The row at the position that this row will be scrolled to. GetFirstContentPosition() Returns the first position in the row that can be used to insert content (this can be used, for example, when moving the selection to the front of the row). Declaration Position GetFirstContentPosition() Returns Type Description Position GetLastContentPosition() Returns the last position in the row that can be used to insert content (this can be used, for example, when moving the selection to the end of the row). Declaration Position GetLastContentPosition() Returns Type Description Position GetShadedColor(Color) Calculates the shading color that will be used for the row taking current settings into account. Note that if shading is not applied to the row then the color will be the same as that passed in. Declaration Color GetShadedColor(Color color) Parameters Type Name Description Color color The color to apply shading settings to. Returns Type Description Color The shaded color, will be the same if Shaded is set to NotShaded . IsVisible() Whether the row is currently visible or hidden (folded) in the editor. Declaration bool IsVisible() Returns Type Description bool Remarks To change the visibility of rows in the control, use SetRowsVisibility(Predicate) . See Also VisibleRows ScrollToCenter() Scrolls this row to the vertical center of the visible area in the edit control. Declaration void ScrollToCenter() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IRowInfo Information associated with a row in the edit control. A row is a layout concept that is independent of, but related to, the structure of the document. For example, a row can be related to a segment in the document or it could be related to the content between the start of a paragraph and the start of the first segment. It could also relate to the content between segments. The layout engine in the edit control works on a row-by-row basis and will update the layout of rows as they become invalid. Rows can also be visible or hidden, depending on different settings and display filters, or whether they only contain content that the user should never see (e.g. segment and paragraph tags). Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IRowInfo Properties Active Indicates if this is the currently active row in the edit control. Setting this property changes the active row (there can only be one at any one time). Declaration bool Active { get; set; } Property Value Type Description System.Boolean Remarks The active row may be shown with a border or a different background color in the edit control. See Also Highlighted ActiveRow ContainsDocumentStartEndNode Whether the row contains a document (or file) start or end node. This is useful for folding filters since it is not always easy to discover where these nodes are when working outside of the edit control. Declaration bool ContainsDocumentStartEndNode { get; } Property Value Type Description System.Boolean ContainsRevisions Returns true if this row contains revision information. Declaration bool ContainsRevisions { get; } Property Value Type Description System.Boolean ContainsTQAs Returns true if this row contains TQA information. Declaration bool ContainsTQAs { get; } Property Value Type Description System.Boolean ContainsTrackChanges Returns true if this row contains Track Changes information. Declaration bool ContainsTrackChanges { get; } Property Value Type Description System.Boolean EffectiveBackColor Actual background color currently used to display this row in the editor. Declaration Color EffectiveBackColor { get; } Property Value Type Description System.Drawing.Color Remarks The effective background color for a row is calculated from the FundamentalBackColor and is affected by the Shaded , Highlighted and Active properties. EndsBefore This node is the 'upto' node for the content of the row. The effective row content ends just before this (immutable) node. Declaration IAbstractContentNode EndsBefore { get; set; } Property Value Type Description IAbstractContentNode Remarks This is a node that is guaranteed to not change during the lifetime of the row (unlike the actual last node in the row), such as a paragraph or segment start end node. FundamentalBackColor The base background color which is used as the row background color if a row is not active, highlighted or shaded. This color may be used when calculating the effective background color (e.g. if a row is shaded). Declaration Color FundamentalBackColor { get; set; } Property Value Type Description System.Drawing.Color Remarks Setting this property to System.Drawing.Color.Empty will reset the fundamental background color to either the default edit control color (if one is available) or System.Drawing.SystemColors.Window otherwise. Hidden Returns true if this row has been hidden by a filter Declaration bool Hidden { get; } Property Value Type Description System.Boolean HighlightBackColor The background color that is used as the row color when the row has been highlighted. This color may be used when calculating the effective background color. Declaration Color HighlightBackColor { get; set; } Property Value Type Description System.Drawing.Color Remarks If this property is not explicitly set, the highlighting color is taken from HighlightedBackColor . To restore this as the highlighting color, set this property to System.Drawing.Color.Empty . Highlighted Indicates whether this row is highlighted in the edit control. Setting this property adds or removes the row from the collection of highlighted rows. Declaration bool Highlighted { get; set; } Property Value Type Description System.Boolean Remarks Highlighted rows may be shown with the HighlightedBackColor color. See Also Active HighlightedRows IsSegment true if this row represents the content of a segment. Declaration bool IsSegment { get; } Property Value Type Description System.Boolean Remarks The actual segment can be retrieved using the SegmentContainer property. NextVisibleRow Allows convenient access to the next row that is visible to the user. This is tested using IsVisible() . Declaration IRowInfo NextVisibleRow { get; } Property Value Type Description IRowInfo ParagraphContainer The paragraph container node for the paragraph the content of this row appears inside or null if the row represents content that does not appear in a paragraph (e.g. file boundaries). Declaration IParagraphUnitContainerNode ParagraphContainer { get; } Property Value Type Description IParagraphUnitContainerNode PreviousVisibleRow Allows convenient access to the preceding that is visible to the user. This is tested using IsVisible() . Declaration IRowInfo PreviousVisibleRow { get; } Property Value Type Description IRowInfo RowAboveIsDifferentParagraph For visible rows this indicates whether the preceding visible row above this one is in a different paragraph. Declaration bool RowAboveIsDifferentParagraph { get; } Property Value Type Description System.Boolean Remarks This can be used to determine whether paragraph boundaries should be drawn at the top of a custom column for this row. RowBelowIsDifferentParagraph For visible rows this indicates whether the next visible row, below this one, is in a different paragraph. Declaration bool RowBelowIsDifferentParagraph { get; } Property Value Type Description System.Boolean Remarks This can be used to determine whether paragraph boundaries should be drawn at the bottom of a custom column for this row. RowNumber The row number identifies this row in the the layout and is unique to each row in the control. Declaration int RowNumber { get; set; } Property Value Type Description System.Int32 Remarks Rows are numbered sequentially. Not all rows need to be visible at all times, which could mean that there may be gaps in the visible row numbers for a control. The row number should be the same for rows with corresponding content ranges in different edit controls (e.g. in the source and target controls in a side-by-side editor). SegmentContainer The segment container node associated with this row or null if this is not a row that shows the content of a segment. Declaration ISegmentContainerNode SegmentContainer { get; } Property Value Type Description ISegmentContainerNode Selected Indicates whether this row is selected in the edit control. Some operations require rows to be selected before they can proceed, for example, merging segments. The currently active row in the edit control is always treated as selected. Declaration bool Selected { get; } Property Value Type Description System.Boolean Shaded Determines whether this row is currently displayed with a shaded background in the editor. Row shading takes the current background color of the row and darkens it slightly. Declaration Shading Shaded { get; } Property Value Type Description Shading StartsAfter The content of the row starts after this (immutable) node. Declaration IAbstractContentNode StartsAfter { get; set; } Property Value Type Description IAbstractContentNode Remarks This is a node that is guaranteed not to change during the lifetime of the row (unlike the actual first node in the row), such as a paragraph or segment start end node. Methods AutoScrollToRowPosition(IRowInfo) Scrolls this row to the location of rowAtPosition. Note: This only scrolls if the row position will pass a threshold at the top or bottom of the document. This is used, for example, to prevent the active row from moving to the very bottom of the document while the user is navigating. Declaration void AutoScrollToRowPosition(IRowInfo rowAtPosition) Parameters Type Name Description IRowInfo rowAtPosition The row at the position that this row will be scrolled to. GetFirstContentPosition() Returns the first position in the row that can be used to insert content (this can be used, for example, when moving the selection to the front of the row). Declaration Position GetFirstContentPosition() Returns Type Description Position GetLastContentPosition() Returns the last position in the row that can be used to insert content (this can be used, for example, when moving the selection to the end of the row). Declaration Position GetLastContentPosition() Returns Type Description Position GetShadedColor(Color) Calculates the shading color that will be used for the row taking current settings into account. Note that if shading is not applied to the row then the color will be the same as that passed in. Declaration Color GetShadedColor(Color color) Parameters Type Name Description System.Drawing.Color color The color to apply shading settings to. Returns Type Description System.Drawing.Color The shaded color, will be the same if Shaded is set to NotShaded . IsVisible() Whether the row is currently visible or hidden (folded) in the editor. Declaration bool IsVisible() Returns Type Description System.Boolean Remarks To change the visibility of rows in the control, use SetRowsVisibility(Predicate) . See Also VisibleRows ScrollToCenter() Scrolls this row to the vertical center of the visible area in the edit control. Declaration void ScrollToCenter() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ISegmentContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ISegmentContainerNode.html", "title": "Interface ISegmentContainerNode", - "keywords": "Interface ISegmentContainerNode Source or target language segment in the editor. Inherited Members IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IEnumerable.GetEnumerator() IMarkupDataNode.Item Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ISegmentContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable, IMarkupDataNode Remarks All segment content appears as node inside the segment container. Segments always appear inside ParagraphUnits, so you can find the corresponding ParagraphUnit node by simply checking the segment parent nodes recursively until you find a ParagraphUnit node. Segments should not be nested, i.e. one segment should never appear inside another one. Properties IsReadOnly Determines whether a segment will be treated as read-only. Content cannot be changed in read-only segments and they can be drawn with a different background color depending on the display settings. Declaration bool IsReadOnly { get; } Property Value Type Description bool Segment Read-only access to the underlying filter framework object. Declaration ISegment Segment { get; } Property Value Type Description ISegment Remarks To change the segment properties, clone them, apply changes, and call UpdateSegmentProperties(ParagraphUnitId, ISegmentPairProperties) . Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ISegmentContainerNode Source or target language segment in the editor. Inherited Members IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IEnumerable.GetEnumerator() IMarkupDataNode.Item Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ISegmentContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable, IMarkupDataNode Remarks All segment content appears as node inside the segment container. Segments always appear inside ParagraphUnits, so you can find the corresponding ParagraphUnit node by simply checking the segment parent nodes recursively until you find a ParagraphUnit node. Segments should not be nested, i.e. one segment should never appear inside another one. Properties IsReadOnly Determines whether a segment will be treated as read-only. Content cannot be changed in read-only segments and they can be drawn with a different background color depending on the display settings. Declaration bool IsReadOnly { get; } Property Value Type Description System.Boolean Segment Read-only access to the underlying filter framework object. Declaration ISegment Segment { get; } Property Value Type Description ISegment Remarks To change the segment properties, clone them, apply changes, and call UpdateSegmentProperties(ParagraphUnitId, ISegmentPairProperties) . Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ISegmentDocument.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ISegmentDocument.html", "title": "Interface ISegmentDocument", - "keywords": "Interface ISegmentDocument Data container used with ISegmentEditControl . Inherited Members IAbstractFrameworkDocument.CreateDocumentFragment() IAbstractFrameworkDocument.Copy() IAbstractFrameworkDocument.CopyInternal(bool) IAbstractFrameworkDocument.Replace(IDocumentFragment) IAbstractFrameworkDocument.InsertSegment(ISegmentPairProperties, ISegmentContainerNode) IAbstractFrameworkDocument.GetMarkupDataRanges(ContentRange) IAbstractFrameworkDocument.MergeIdenticalNeighboringTags(ContentRange) IAbstractFrameworkDocument.GetNearestPosition(IMessageLocation) IAbstractFrameworkDocument.RestoreGhostTags() IAbstractFrameworkDocument.ItemFactory IAbstractFrameworkDocument.PropertiesFactory IAbstractFrameworkDocument.DocumentProperties IAbstractFrameworkDocument.ContentChanged IDocument.MoveActiveRange(ContentRange) IDocument.MoveActiveRange(IContentSelection) IDocument.Delete() IDocument.CopyAsText(bool) IDocument.ActiveRange IDocument.RootContainer IDocument.IsDirty IDocument.UndoBuffer IDocument.AfterEditOperationAborted IDocument.EditOperationCompleting IDocument.EditOperationStarting IDisposable.Dispose() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ISegmentDocument : IAbstractFrameworkDocument, IDocument, IDisposable Properties Content The markup data content this document represents, typically a single segment. Declaration IAbstractMarkupDataContainer Content { get; } Property Value Type Description IAbstractMarkupDataContainer Remarks It is not recommended to change content in the container by directly accessing markup data items from this property. If the content does change you must explicitly call NotifyContentUpdated() to re-generate document nodes from the content, reset the selection and update all edit controls. It is usually better to explicitly call methods like ReplaceWithContentOf(IAbstractMarkupDataContainer) or AppendText(string) to update the document content. This container instance can also be explicitly set by calling ReplaceContentContainer(IAbstractMarkupDataContainer) , to make the document operate directly on existing content. Language The language of the content in the document. This is used by the edit control to determine right-to-left alignment and may affect the fonts used in the control. Declaration Language Language { get; set; } Property Value Type Description Language Methods AppendText(string) Handy shortcut to append a literal text string to the current content of the document. Declaration void AppendText(string text) Parameters Type Name Description string text The text to append to the current document content. Remarks Any associated edit controls are automatically updated. Clear() Remove all content from the document. Declaration void Clear() Remarks This will cause the undo buffer and the active range to be reset and all text marks to be cleared. Any associated edit controls are automatically updated. NotifyContentUpdated() Notify the segment document implementation that Content has been changed (other than through a call to another method in this interface). Declaration void NotifyContentUpdated() Remarks Calling this method will cause all document content nodes to be re-generated from the markup data in the Content . The active range, the undo-buffer, and all text marks will be cleared and reset in the same way as if any of the other Replace methods had been called. ReplaceContentContainer(IAbstractMarkupDataContainer) Replace the current Content of the document with a different container. Declaration void ReplaceContentContainer(IAbstractMarkupDataContainer newContainer) Parameters Type Name Description IAbstractMarkupDataContainer newContainer The markup data container that will become the new Content of the segment document. This must be a container that can be inserted inside a paragraph unit. Thus it must implement IAbstractMarkupData and it must not already be part of another container (i.e. its Parent property must be null ). This parameter can not be null . Remarks This will cause the undo buffer and the active range to be reset, all text marks will be cleared, and all document nodes will be re-generated. Any associated edit controls are automatically updated. Note that all document nodes will be re-generated to reference the nodes in the specified container rather than clones. This means that the edit control will from now on operate directly on the container and its content. It is therefore important that no changes are made to the container or its content without going through the edit control, or that NotifyContentUpdated() is called if that happens. ReplaceWithContentOf(IAbstractMarkupDataContainer) ReplaceWithContentOf(IAbstractMarkupDataContainer) Replace all content in the document. Declaration void ReplaceWithContentOf(IAbstractMarkupDataContainer newContent) Parameters Type Name Description IAbstractMarkupDataContainer newContent Each item in this container will be duplicated into the document. The result can later be accessed through the Content property, but should not be modified directly. Remarks This will cause the undo buffer and the active range to be reset, all text marks will be cleared, and all document nodes will be re-generated. Any associated edit controls are automatically updated. Note that only the nodes inside the container will be cloned to become the new content, the actual container will not. To replace the entire container (and not clone the content nodes), call ReplaceContentContainer(IAbstractMarkupDataContainer) instead. ReplaceWithText(string) Replace the current content in the document with a single string of text. Declaration void ReplaceWithText(string newText) Parameters Type Name Description string newText The text to show in the control. Remarks This will cause the undo buffer and the active range to be reset, all text marks will be cleared, and all document nodes will be re-generated. Any associated edit controls are automatically updated. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ISegmentDocument Data container used with ISegmentEditControl . Inherited Members IAbstractFrameworkDocument.CreateDocumentFragment() IAbstractFrameworkDocument.Copy() IAbstractFrameworkDocument.CopyInternal(Boolean) IAbstractFrameworkDocument.Replace(IDocumentFragment) IAbstractFrameworkDocument.InsertSegment(ISegmentPairProperties, ISegmentContainerNode) IAbstractFrameworkDocument.GetMarkupDataRanges(ContentRange) IAbstractFrameworkDocument.MergeIdenticalNeighboringTags(ContentRange) IAbstractFrameworkDocument.GetNearestPosition(IMessageLocation) IAbstractFrameworkDocument.RestoreGhostTags() IAbstractFrameworkDocument.ItemFactory IAbstractFrameworkDocument.PropertiesFactory IAbstractFrameworkDocument.DocumentProperties IAbstractFrameworkDocument.ContentChanged IDocument.MoveActiveRange(ContentRange) IDocument.MoveActiveRange(IContentSelection) IDocument.Delete() IDocument.CopyAsText(Boolean) IDocument.ActiveRange IDocument.RootContainer IDocument.IsDirty IDocument.UndoBuffer IDocument.AfterEditOperationAborted IDocument.EditOperationCompleting IDocument.EditOperationStarting System.IDisposable.Dispose() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ISegmentDocument : IAbstractFrameworkDocument, IDocument, IDisposable Properties Content The markup data content this document represents, typically a single segment. Declaration IAbstractMarkupDataContainer Content { get; } Property Value Type Description IAbstractMarkupDataContainer Remarks It is not recommended to change content in the container by directly accessing markup data items from this property. If the content does change you must explicitly call NotifyContentUpdated() to re-generate document nodes from the content, reset the selection and update all edit controls. It is usually better to explicitly call methods like ReplaceWithContentOf(IAbstractMarkupDataContainer) or AppendText(String) to update the document content. This container instance can also be explicitly set by calling ReplaceContentContainer(IAbstractMarkupDataContainer) , to make the document operate directly on existing content. Language The language of the content in the document. This is used by the edit control to determine right-to-left alignment and may affect the fonts used in the control. Declaration Language Language { get; set; } Property Value Type Description Language Methods AppendText(String) Handy shortcut to append a literal text string to the current content of the document. Declaration void AppendText(string text) Parameters Type Name Description System.String text The text to append to the current document content. Remarks Any associated edit controls are automatically updated. Clear() Remove all content from the document. Declaration void Clear() Remarks This will cause the undo buffer and the active range to be reset and all text marks to be cleared. Any associated edit controls are automatically updated. NotifyContentUpdated() Notify the segment document implementation that Content has been changed (other than through a call to another method in this interface). Declaration void NotifyContentUpdated() Remarks Calling this method will cause all document content nodes to be re-generated from the markup data in the Content . The active range, the undo-buffer, and all text marks will be cleared and reset in the same way as if any of the other Replace methods had been called. ReplaceContentContainer(IAbstractMarkupDataContainer) Replace the current Content of the document with a different container. Declaration void ReplaceContentContainer(IAbstractMarkupDataContainer newContainer) Parameters Type Name Description IAbstractMarkupDataContainer newContainer The markup data container that will become the new Content of the segment document. This must be a container that can be inserted inside a paragraph unit. Thus it must implement IAbstractMarkupData and it must not already be part of another container (i.e. its Parent property must be null ). This parameter can not be null . Remarks This will cause the undo buffer and the active range to be reset, all text marks will be cleared, and all document nodes will be re-generated. Any associated edit controls are automatically updated. Note that all document nodes will be re-generated to reference the nodes in the specified container rather than clones. This means that the edit control will from now on operate directly on the container and its content. It is therefore important that no changes are made to the container or its content without going through the edit control, or that NotifyContentUpdated() is called if that happens. ReplaceWithContentOf(IAbstractMarkupDataContainer) ReplaceWithContentOf(IAbstractMarkupDataContainer) Replace all content in the document. Declaration void ReplaceWithContentOf(IAbstractMarkupDataContainer newContent) Parameters Type Name Description IAbstractMarkupDataContainer newContent Each item in this container will be duplicated into the document. The result can later be accessed through the Content property, but should not be modified directly. Remarks This will cause the undo buffer and the active range to be reset, all text marks will be cleared, and all document nodes will be re-generated. Any associated edit controls are automatically updated. Note that only the nodes inside the container will be cloned to become the new content, the actual container will not. To replace the entire container (and not clone the content nodes), call ReplaceContentContainer(IAbstractMarkupDataContainer) instead. ReplaceWithText(String) Replace the current content in the document with a single string of text. Declaration void ReplaceWithText(string newText) Parameters Type Name Description System.String newText The text to show in the control. Remarks This will cause the undo buffer and the active range to be reset, all text marks will be cleared, and all document nodes will be re-generated. Any associated edit controls are automatically updated. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ISegmentEditControl.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ISegmentEditControl.html", "title": "Interface ISegmentEditControl", - "keywords": "Interface ISegmentEditControl Edit control for displaying and (optionally) editing content of a markup data container, such as a segment. Inherited Members IAbstractFrameworkEditControl.CopySelection() IAbstractFrameworkEditControl.CopySelectionInternal(bool) IAbstractFrameworkEditControl.ReplaceSelection(IDocumentFragment) IAbstractFrameworkEditControl.ShowRows(IList) IAbstractFrameworkEditControl.HideRows(IList) IAbstractFrameworkEditControl.RestoreGhostTagsInSelection() IAbstractFrameworkEditControl.FindCustomColumnAtPoint(Point) IAbstractFrameworkEditControl.IsUndoCommandSource() IAbstractFrameworkEditControl.IsRedoCommandSource() IAbstractFrameworkEditControl.SuppressFormatting IAbstractFrameworkEditControl.TagDisplayMode IAbstractFrameworkEditControl.HideHideableTags IAbstractFrameworkEditControl.EditControlDisplaySettings IAbstractFrameworkEditControl.Font IAbstractFrameworkEditControl.ToolTipContentDelegate IEditControl.AddColumn(ICustomColumn, CustomColumnLocation) IEditControl.RemoveColumn(ICustomColumn) IEditControl.Redraw() IEditControl.Refresh() IEditControl.DeleteSelection() IEditControl.Undo() IEditControl.UndoMultiple(long) IEditControl.Redo() IEditControl.RedoMultiple(long) IEditControl.GetNearestLocation(Position) IEditControl.GetNearestPosition(Point) IEditControl.GetNearestVisiblePosition(Position) IEditControl.IsWordStart(Position) IEditControl.CreateTextIterator(Position) IEditControl.ScrollIntoView(Position) IEditControl.ScrollIntoView(IRowInfo) IEditControl.ScrollToCenter(IRowInfo) IEditControl.AutoScrollToRowPosition(IRowInfo, IRowInfo) IEditControl.ScrollToRow(long, long) IEditControl.FindRow(Position) IEditControl.IsRowVisible(int) IEditControl.GetVisibleRowsInRange(ContentRange) IEditControl.SetRowsVisibility(Predicate) IEditControl.SetRowsHighlighted(IList, bool) IEditControl.SelectRow(IRowInfo) IEditControl.SelectRow(IRowInfo, bool, bool) IEditControl.SelectRowRange(IRowInfo, IRowInfo) IEditControl.ChangeNextRowSelection() IEditControl.ChangePreviousRowSelection() IEditControl.ClearRowSelection(IRowInfo) IEditControl.ClearAllRowSelections() IEditControl.HasSelectedRows() IEditControl.BeginSelectedRowOperation() IEditControl.EndSelectedRowOperation() IEditControl.ChangeFocusedRowSelection() IEditControl.FocusNextRow() IEditControl.FocusPreviousRow() IEditControl.CanCopySelectionToClipboard() IEditControl.CanCutSelectionToClipboard() IEditControl.CanPasteClipboardToDocument() IEditControl.CopySelectionToClipboard() IEditControl.CutSelectionToClipboard() IEditControl.PasteClipboardToDocument() IEditControl.AddTextMark(ContentRange, TextMarkLayer, ITextMarkPainter) IEditControl.NotifyTextMarkChanged(ITextMark) IEditControl.RemoveTextMark(ITextMark) IEditControl.ClearTextMarks() IEditControl.AddActiveRowToSelected IEditControl.IsInitialUpdateCompleted IEditControl.AutoUpdate IEditControl.IsReadOnly IEditControl.AcceptsReturn IEditControl.AcceptsTab IEditControl.ShowWhitespaceCharacters IEditControl.HideFileTags IEditControl.SmartPasteAdjustingSpaces IEditControl.IsOverwriteModeEnabled IEditControl.HighlightedBackColor IEditControl.HighlightActiveRow IEditControl.SelectedBackColor IEditControl.Selection IEditControl.TagPainter IEditControl.ContentHeight IEditControl.VerticalScrollOffset IEditControl.TopmostVisibleRowNumber IEditControl.TopmostVisibleRowScrollOffset IEditControl.TextMarks IEditControl.ColumnsLeft IEditControl.ColumnsRight IEditControl.Rows IEditControl.VisibleRows IEditControl.HighlightedRows IEditControl.ActiveRow IEditControl.SelectedRows IEditControl.AfterInitialUpdate IEditControl.SelectionChanged IEditControl.SelectionWasDeleted IEditControl.ContentHeightChanged IEditControl.MouseEnteringNode IEditControl.MouseLeavingNode IEditControl.MouseEnteringTextMarks IEditControl.MouseLeavingTextMarks IEditControl.VScroll IEditControl.PersistentScrollInfoChanged IEditControl.ActiveRowChanged IEditControl.HighlightedRowsChanged IEditControl.HighlightedRowChanged IEditControl.SelectedRowChanged IEditControl.AllSelectedRowsCleared IEditControl.RowBackColorChanged IEditControl.RowStructureChanged IEditControl.BeginSelectedRowOperationChanged IEditControl.EndSelectedRowOperationChanged IEditControl.OverwriteModeChanged IEditControl.IMEStartComposition IEditControl.IMECompositionChanged IEditControl.IMEEndComposition IEditControl.SourceEditingModeEnded IControl.Control IDisposable.Dispose() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ISegmentEditControl : IAbstractFrameworkEditControl, IEditControl, IControl, IDisposable Properties Document The content being shown and edited in the control. Declaration ISegmentDocument Document { get; set; } Property Value Type Description ISegmentDocument Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ISegmentEditControl Edit control for displaying and (optionally) editing content of a markup data container, such as a segment. Inherited Members IAbstractFrameworkEditControl.CopySelection() IAbstractFrameworkEditControl.CopySelectionInternal(Boolean) IAbstractFrameworkEditControl.ReplaceSelection(IDocumentFragment) IAbstractFrameworkEditControl.ShowRows(IList) IAbstractFrameworkEditControl.HideRows(IList) IAbstractFrameworkEditControl.RestoreGhostTagsInSelection() IAbstractFrameworkEditControl.FindCustomColumnAtPoint(Point) IAbstractFrameworkEditControl.IsUndoCommandSource() IAbstractFrameworkEditControl.IsRedoCommandSource() IAbstractFrameworkEditControl.SuppressFormatting IAbstractFrameworkEditControl.TagDisplayMode IAbstractFrameworkEditControl.HideHideableTags IAbstractFrameworkEditControl.EditControlDisplaySettings IAbstractFrameworkEditControl.Font IAbstractFrameworkEditControl.ToolTipContentDelegate IEditControl.AddColumn(ICustomColumn, CustomColumnLocation) IEditControl.RemoveColumn(ICustomColumn) IEditControl.Redraw() IEditControl.Refresh() IEditControl.DeleteSelection() IEditControl.Undo() IEditControl.UndoMultiple(Int64) IEditControl.Redo() IEditControl.RedoMultiple(Int64) IEditControl.GetNearestLocation(Position) IEditControl.GetNearestPosition(Point) IEditControl.GetNearestVisiblePosition(Position) IEditControl.IsWordStart(Position) IEditControl.CreateTextIterator(Position) IEditControl.ScrollIntoView(Position) IEditControl.ScrollIntoView(IRowInfo) IEditControl.ScrollToCenter(IRowInfo) IEditControl.AutoScrollToRowPosition(IRowInfo, IRowInfo) IEditControl.ScrollToRow(Int64, Int64) IEditControl.FindRow(Position) IEditControl.IsRowVisible(Int32) IEditControl.GetVisibleRowsInRange(ContentRange) IEditControl.SetRowsVisibility(Predicate) IEditControl.SetRowsHighlighted(IList, Boolean) IEditControl.SelectRow(IRowInfo) IEditControl.SelectRow(IRowInfo, Boolean, Boolean) IEditControl.SelectRowRange(IRowInfo, IRowInfo) IEditControl.ChangeNextRowSelection() IEditControl.ChangePreviousRowSelection() IEditControl.ClearRowSelection(IRowInfo) IEditControl.ClearAllRowSelections() IEditControl.HasSelectedRows() IEditControl.BeginSelectedRowOperation() IEditControl.EndSelectedRowOperation() IEditControl.ChangeFocusedRowSelection() IEditControl.FocusNextRow() IEditControl.FocusPreviousRow() IEditControl.CanCopySelectionToClipboard() IEditControl.CanCutSelectionToClipboard() IEditControl.CanPasteClipboardToDocument() IEditControl.CopySelectionToClipboard() IEditControl.CutSelectionToClipboard() IEditControl.PasteClipboardToDocument() IEditControl.AddTextMark(ContentRange, TextMarkLayer, ITextMarkPainter) IEditControl.NotifyTextMarkChanged(ITextMark) IEditControl.RemoveTextMark(ITextMark) IEditControl.ClearTextMarks() IEditControl.AddActiveRowToSelected IEditControl.IsInitialUpdateCompleted IEditControl.AutoUpdate IEditControl.IsReadOnly IEditControl.AcceptsReturn IEditControl.AcceptsTab IEditControl.ShowWhitespaceCharacters IEditControl.HideFileTags IEditControl.SmartPasteAdjustingSpaces IEditControl.IsOverwriteModeEnabled IEditControl.HighlightedBackColor IEditControl.HighlightActiveRow IEditControl.SelectedBackColor IEditControl.Selection IEditControl.TagPainter IEditControl.ContentHeight IEditControl.VerticalScrollOffset IEditControl.TopmostVisibleRowNumber IEditControl.TopmostVisibleRowScrollOffset IEditControl.TextMarks IEditControl.ColumnsLeft IEditControl.ColumnsRight IEditControl.Rows IEditControl.VisibleRows IEditControl.HighlightedRows IEditControl.ActiveRow IEditControl.SelectedRows IEditControl.AfterInitialUpdate IEditControl.SelectionChanged IEditControl.SelectionWasDeleted IEditControl.ContentHeightChanged IEditControl.MouseEnteringNode IEditControl.MouseLeavingNode IEditControl.MouseEnteringTextMarks IEditControl.MouseLeavingTextMarks IEditControl.VScroll IEditControl.PersistentScrollInfoChanged IEditControl.ActiveRowChanged IEditControl.HighlightedRowsChanged IEditControl.HighlightedRowChanged IEditControl.SelectedRowChanged IEditControl.AllSelectedRowsCleared IEditControl.RowBackColorChanged IEditControl.RowStructureChanged IEditControl.BeginSelectedRowOperationChanged IEditControl.EndSelectedRowOperationChanged IEditControl.OverwriteModeChanged IEditControl.IMEStartComposition IEditControl.IMECompositionChanged IEditControl.IMEEndComposition IEditControl.SourceEditingModeEnded IControl.Control System.IDisposable.Dispose() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ISegmentEditControl : IAbstractFrameworkEditControl, IEditControl, IControl, IDisposable Properties Document The content being shown and edited in the control. Declaration ISegmentDocument Document { get; set; } Property Value Type Description ISegmentDocument Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ISideBySideEditor.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ISideBySideEditor.html", "title": "Interface ISideBySideEditor", - "keywords": "Interface ISideBySideEditor The side-by-side editor control that coordinates things between the source and target language edit controls that appear side by side inside this control. Inherited Members IControl.Control IDisposable.Dispose() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ISideBySideEditor : IControl, IDisposable Properties ActiveEditControl The edit control that currently is editable, if it is the source or target edit control, or null if neither. Declaration IFrameworkEditControl ActiveEditControl { get; } Property Value Type Description IFrameworkEditControl ActiveRowNumber Declaration int ActiveRowNumber { get; set; } Property Value Type Description int AutoDisposeDocument Determines if the currently assigned document should be automatically disposed of when another document is assigned and/or when the editor is disposed. Declaration bool AutoDisposeDocument { get; set; } Property Value Type Description bool Remarks The initial value of this property reflects the auto-dispose parameter passed to SetDocument(IBilingualDocument, bool) . AutoScrollSource When true the source edit control is automatically scrolled so that it is aligned with the current selection in the target edit control when the selection in the target control is moved. Declaration bool AutoScrollSource { get; set; } Property Value Type Description bool Remarks When this property is false the source edit control can still be explicitly scrolled to align it with the current selection in the target edit control by calling ScrollSourceToTargetSelection() . AutomationId Id used for UI Automation Declaration string AutomationId { set; } Property Value Type Description string DisplaySettings The display settings that will be used in both the source and target edit controls. Declaration EditControlDisplaySettings DisplaySettings { get; } Property Value Type Description EditControlDisplaySettings Document The bilingual document that contains the content shown in the source and target editors. Declaration IBilingualDocument Document { get; } Property Value Type Description IBilingualDocument Remarks Assign a document to the editor by calling SetDocument(IBilingualDocument, bool) . If the AutoDisposeDocument property is true this document will be disposed by the editor when it is no longer needed. To get notifications when the document is disposed, connect to the Disposing event. DocumentEditingUser Sets the user to be used for revisions Declaration string DocumentEditingUser { set; } Property Value Type Description string EnableImplicitRowActivation When true , row activation will occur when the user row selection changes. When false , row activation will only occur when the user manually activates it. Declaration bool EnableImplicitRowActivation { get; set; } Property Value Type Description bool FocusedControl The edit control that currently has input focus, if it is the source or target edit control, or null if neither. Declaration IFrameworkEditControl FocusedControl { get; } Property Value Type Description IFrameworkEditControl HideFileTags When true , segments containing file tags are hidden. Declaration bool HideFileTags { get; set; } Property Value Type Description bool HideHideableTags When true any tags with CanHide set to true will not be shown in the editor. Declaration bool HideHideableTags { get; set; } Property Value Type Description bool Remarks Hidden tags can still be manipulated through normal editing operations in the surrounding text, so they may get accidentally deleted! When source and target use different settings this property is false. HideTextTooltips Allows hiding and restoration of tooltips on text nodes. This affects, for example, text inside a commented or revision marked range. Declaration bool HideTextTooltips { set; } Property Value Type Description bool IsInitialUpdateCompleted true when the control has been fully initialized. This is set just before the AfterInitialUpdate event is raised. Declaration bool IsInitialUpdateCompleted { get; } Property Value Type Description bool Remarks When a different document is assigned to the control this property may be false until the control has been updated to reflect the new content. LayoutSynchronizer To synchronize cell height between source and target controls every ISideBySideEditor implementation must provide a LayoutSynchronizer. Declaration ILayoutSynchronizer LayoutSynchronizer { get; } Property Value Type Description ILayoutSynchronizer ProjectEditorConfig Editor configuration based on Project restrictions (secure mode/ normal mode) Declaration ProjectEditorSettings ProjectEditorConfig { get; set; } Property Value Type Description ProjectEditorSettings RowVisibilityDelegate The delegate that will be used when calculating which rows are visible and which are hidden in the edit control. Declaration Predicate RowVisibilityDelegate { get; set; } Property Value Type Description Predicate IRowInfo ShowSourceSegmentIdColumn Determines whether the left segment column id will be displayed Declaration bool ShowSourceSegmentIdColumn { get; set; } Property Value Type Description bool ShowWhitespaceCharacters When true whitespace characters such as space, tab, non-breaking spaces etc. are shown with symbols in both the source and target editor (default is false ). Declaration bool ShowWhitespaceCharacters { get; set; } Property Value Type Description bool Remarks When source and target use different settings this property is false . Source The edit control showing the source language content in the side-by-side editor. Declaration IFrameworkEditControl Source { get; } Property Value Type Description IFrameworkEditControl SourceRowNumberProvider Gets or sets an optional source row provider (used in Alignment target editor context). The provider should return -1 when a correspondent row doesn't exist. Declaration CorrespondenceProvider SourceRowNumberProvider { get; set; } Property Value Type Description CorrespondenceProvider SplitContainer The splitter control that hosts the source and target controls. Declaration SplitContainer SplitContainer { get; } Property Value Type Description SplitContainer SuppressFormatting When true all semi-WYSIWYG formatting information will be ignored and all text in the source and target controls will be formatted using the default font and foreground color of the respective Control . Declaration bool SuppressFormatting { get; set; } Property Value Type Description bool Remarks This setting is off by default. NOTE: It is important to set the HideHideableTags to true if this setting is enabled, otherwise there will be no visual indication to the presence of hidden tags, as the surrounding text will all have the same formatting. Changing this setting will affect the corresponding setting on both the source and target controls. If the source and target have different settings the value of this property will be false . Note that font fallback will still be in effect, which may cause a different font to be used for characters that cannot be displayed using the default font. TagDisplayMode The display mode for tags in both source and target edit controls. Declaration TagDisplayMode TagDisplayMode { get; set; } Property Value Type Description TagDisplayMode Remarks If source and target uses different tag display modes this property returns TagDisplayMode.Unspecified . Changing this property will cause the source and target content to be re-formatted. Target The edit control showing the target language content in the side-by-side editor. Declaration IFrameworkEditControl Target { get; } Property Value Type Description IFrameworkEditControl Methods Redo() Performs a redo operation on the correct edit control and updates the caret position in both the source and target controls. Declaration bool Redo() Returns Type Description bool true if the operation succeeds. RedoMultiple(long) Performs multiple redo operations on the correct edit controls and updates the caret position in both the source and target controls. Declaration bool RedoMultiple(long count) Parameters Type Name Description long count Returns Type Description bool true if the operation succeeds. Redraw() Force a re-layout, re-draw and refresh of the content of both the source and the target control. Declaration void Redraw() Remarks Call this method to update the editor if the document content has changed as the result of external API operations, e.g. after loading a document from a file. ScrollSourceToTargetSelection() Scrolls the source edit control so that the active end of the current selection in the target is aligned with the corresponding source content. Declaration void ScrollSourceToTargetSelection() SetDocument(IBilingualDocument, bool) Assigns the specified document to the editor. The document can thereafter be accessed from the Document property, and the content of the document is shown in the source and target edit controls. Declaration void SetDocument(IBilingualDocument document, bool autoDispose) Parameters Type Name Description IBilingualDocument document The document who's content should be displayed in the edit controls, or null if none. bool autoDispose Determines whether the control should call Dispose() on the document when it is no longer needed (i.e. when another document is set, or when the editor is disposed). Remarks The auto-dispose flag indicates whether the control should take ownership of the document, and automatically dispose of it when it is no longer needed. This behavior can be changed at a later stage by setting the AutoDisposeDocument property. If auto-dispose is not set it is the responsibility of the application to ensure that the document gets properly disposed of when no longer needed. This is important, as the document can not be garbage collected until it has been explicitly disposed. IMPORTANT: This operation will cause the source and target edit control instances to be destroyed and re-created. Any external event handlers connected to the original source and target controls should be disconnected before this call and (if desired) re-connected to the new controls after this operation. Passing null for the document will render the source and target controls empty. ToggleFocus() Toggles the focus between the source and target and moves the selection to the start of the equivalent row in the focused control. Declaration void ToggleFocus() Undo() Performs an undo operation on the correct edit control and updates the caret position in both the source and target controls. Declaration bool Undo() Returns Type Description bool true if the operation succeeds. UndoMultiple(long) Performs multiple undo operations on the correct edit controls and updates the caret position in both the source and target controls. Declaration bool UndoMultiple(long count) Parameters Type Name Description long count Returns Type Description bool true if the operation succeeds. UpdateActiveRow(IEditControl) Updates the active row in the editor to match the position of the current selection Declaration void UpdateActiveRow(IEditControl editControl) Parameters Type Name Description IEditControl editControl Events ActiveRowChanged Fired whenever the active row changes. Declaration event EventHandler ActiveRowChanged Event Type Type Description EventHandler ActiveRowChangedEventArgs AfterEditControlsCreated Raised after the source and target edit controls have been created. This allows external components to add, for example, custom columns to the side-by-side editor at a controlled point. Declaration event EventHandler AfterEditControlsCreated Event Type Type Description EventHandler AfterEditControlsCreatedEventArgs AfterInitialUpdate Raised when the visible area of both the source and the target control has been fully laid out and painted for the first time. This event will be raised also if a different document is assigned to the control (after the initial update resulting from that). Declaration event EventHandler AfterInitialUpdate Event Type Type Description EventHandler AfterInitialUpdateEventArgs FocusedControlChanged Fired when the source or target edit control gets or loses focus. Declaration event EventHandler FocusedControlChanged Event Type Type Description EventHandler FocusedControlChangedEventArgs Remarks You can also handle focus changes by directly binding to the GotFocus or LostFocus events on the Control events of the Source or Target controls. SelectionChanged Fired when the selection changes in the source or target edit control. Declaration event EventHandler SelectionChanged Event Type Type Description EventHandler SelectionChangedEventArgs Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ISideBySideEditor The side-by-side editor control that coordinates things between the source and target language edit controls that appear side by side inside this control. Inherited Members IControl.Control System.IDisposable.Dispose() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ISideBySideEditor : IControl, IDisposable Properties ActiveEditControl The edit control that currently is editable, if it is the source or target edit control, or null if neither. Declaration IFrameworkEditControl ActiveEditControl { get; } Property Value Type Description IFrameworkEditControl ActiveRowNumber Declaration int ActiveRowNumber { get; set; } Property Value Type Description System.Int32 AutoDisposeDocument Determines if the currently assigned document should be automatically disposed of when another document is assigned and/or when the editor is disposed. Declaration bool AutoDisposeDocument { get; set; } Property Value Type Description System.Boolean Remarks The initial value of this property reflects the auto-dispose parameter passed to SetDocument(IBilingualDocument, Boolean) . AutomationId Id used for UI Automation Declaration string AutomationId { set; } Property Value Type Description System.String AutoScrollSource When true the source edit control is automatically scrolled so that it is aligned with the current selection in the target edit control when the selection in the target control is moved. Declaration bool AutoScrollSource { get; set; } Property Value Type Description System.Boolean Remarks When this property is false the source edit control can still be explicitly scrolled to align it with the current selection in the target edit control by calling ScrollSourceToTargetSelection() . DisplaySettings The display settings that will be used in both the source and target edit controls. Declaration EditControlDisplaySettings DisplaySettings { get; } Property Value Type Description EditControlDisplaySettings Document The bilingual document that contains the content shown in the source and target editors. Declaration IBilingualDocument Document { get; } Property Value Type Description IBilingualDocument Remarks Assign a document to the editor by calling SetDocument(IBilingualDocument, Boolean) . If the AutoDisposeDocument property is true this document will be disposed by the editor when it is no longer needed. To get notifications when the document is disposed, connect to the Disposing event. DocumentEditingUser Sets the user to be used for revisions Declaration string DocumentEditingUser { set; } Property Value Type Description System.String EnableImplicitRowActivation When true , row activation will occur when the user row selection changes. When false , row activation will only occur when the user manually activates it. Declaration bool EnableImplicitRowActivation { get; set; } Property Value Type Description System.Boolean FocusedControl The edit control that currently has input focus, if it is the source or target edit control, or null if neither. Declaration IFrameworkEditControl FocusedControl { get; } Property Value Type Description IFrameworkEditControl HideFileTags When true , segments containing file tags are hidden. Declaration bool HideFileTags { get; set; } Property Value Type Description System.Boolean HideHideableTags When true any tags with CanHide set to true will not be shown in the editor. Declaration bool HideHideableTags { get; set; } Property Value Type Description System.Boolean Remarks Hidden tags can still be manipulated through normal editing operations in the surrounding text, so they may get accidentally deleted! When source and target use different settings this property is false. HideTextTooltips Allows hiding and restoration of tooltips on text nodes. This affects, for example, text inside a commented or revision marked range. Declaration bool HideTextTooltips { set; } Property Value Type Description System.Boolean IsInitialUpdateCompleted true when the control has been fully initialized. This is set just before the AfterInitialUpdate event is raised. Declaration bool IsInitialUpdateCompleted { get; } Property Value Type Description System.Boolean Remarks When a different document is assigned to the control this property may be false until the control has been updated to reflect the new content. LayoutSynchronizer To synchronize cell height between source and target controls every ISideBySideEditor implementation must provide a LayoutSynchronizer. Declaration ILayoutSynchronizer LayoutSynchronizer { get; } Property Value Type Description ILayoutSynchronizer ProjectEditorConfig Editor configuration based on Project restrictions (secure mode/ normal mode) Declaration ProjectEditorSettings ProjectEditorConfig { get; set; } Property Value Type Description ProjectEditorSettings RowVisibilityDelegate The delegate that will be used when calculating which rows are visible and which are hidden in the edit control. Declaration Predicate RowVisibilityDelegate { get; set; } Property Value Type Description System.Predicate < IRowInfo > ShowSourceSegmentIdColumn Determines whether the left segment column id will be displayed Declaration bool ShowSourceSegmentIdColumn { get; set; } Property Value Type Description System.Boolean ShowWhitespaceCharacters When true whitespace characters such as space, tab, non-breaking spaces etc. are shown with symbols in both the source and target editor (default is false ). Declaration bool ShowWhitespaceCharacters { get; set; } Property Value Type Description System.Boolean Remarks When source and target use different settings this property is false . Source The edit control showing the source language content in the side-by-side editor. Declaration IFrameworkEditControl Source { get; } Property Value Type Description IFrameworkEditControl SourceRowNumberProvider Gets or sets an optional source row provider (used in Alignment target editor context). The provider should return -1 when a correspondent row doesn't exist. Declaration CorrespondenceProvider SourceRowNumberProvider { get; set; } Property Value Type Description CorrespondenceProvider SplitContainer The splitter control that hosts the source and target controls. Declaration SplitContainer SplitContainer { get; } Property Value Type Description System.Windows.Forms.SplitContainer SuppressFormatting When true all semi-WYSIWYG formatting information will be ignored and all text in the source and target controls will be formatted using the default font and foreground color of the respective Control . Declaration bool SuppressFormatting { get; set; } Property Value Type Description System.Boolean Remarks This setting is off by default. NOTE: It is important to set the HideHideableTags to true if this setting is enabled, otherwise there will be no visual indication to the presence of hidden tags, as the surrounding text will all have the same formatting. Changing this setting will affect the corresponding setting on both the source and target controls. If the source and target have different settings the value of this property will be false . Note that font fallback will still be in effect, which may cause a different font to be used for characters that cannot be displayed using the default font. TagDisplayMode The display mode for tags in both source and target edit controls. Declaration TagDisplayMode TagDisplayMode { get; set; } Property Value Type Description TagDisplayMode Remarks If source and target uses different tag display modes this property returns TagDisplayMode.Unspecified . Changing this property will cause the source and target content to be re-formatted. Target The edit control showing the target language content in the side-by-side editor. Declaration IFrameworkEditControl Target { get; } Property Value Type Description IFrameworkEditControl Methods Redo() Performs a redo operation on the correct edit control and updates the caret position in both the source and target controls. Declaration bool Redo() Returns Type Description System.Boolean true if the operation succeeds. RedoMultiple(Int64) Performs multiple redo operations on the correct edit controls and updates the caret position in both the source and target controls. Declaration bool RedoMultiple(long count) Parameters Type Name Description System.Int64 count Returns Type Description System.Boolean true if the operation succeeds. Redraw() Force a re-layout, re-draw and refresh of the content of both the source and the target control. Declaration void Redraw() Remarks Call this method to update the editor if the document content has changed as the result of external API operations, e.g. after loading a document from a file. ScrollSourceToTargetSelection() Scrolls the source edit control so that the active end of the current selection in the target is aligned with the corresponding source content. Declaration void ScrollSourceToTargetSelection() SetDocument(IBilingualDocument, Boolean) Assigns the specified document to the editor. The document can thereafter be accessed from the Document property, and the content of the document is shown in the source and target edit controls. Declaration void SetDocument(IBilingualDocument document, bool autoDispose) Parameters Type Name Description IBilingualDocument document The document who's content should be displayed in the edit controls, or null if none. System.Boolean autoDispose Determines whether the control should call Dispose() on the document when it is no longer needed (i.e. when another document is set, or when the editor is disposed). Remarks The auto-dispose flag indicates whether the control should take ownership of the document, and automatically dispose of it when it is no longer needed. This behavior can be changed at a later stage by setting the AutoDisposeDocument property. If auto-dispose is not set it is the responsibility of the application to ensure that the document gets properly disposed of when no longer needed. This is important, as the document can not be garbage collected until it has been explicitly disposed. IMPORTANT: This operation will cause the source and target edit control instances to be destroyed and re-created. Any external event handlers connected to the original source and target controls should be disconnected before this call and (if desired) re-connected to the new controls after this operation. Passing null for the document will render the source and target controls empty. ToggleFocus() Toggles the focus between the source and target and moves the selection to the start of the equivalent row in the focused control. Declaration void ToggleFocus() Undo() Performs an undo operation on the correct edit control and updates the caret position in both the source and target controls. Declaration bool Undo() Returns Type Description System.Boolean true if the operation succeeds. UndoMultiple(Int64) Performs multiple undo operations on the correct edit controls and updates the caret position in both the source and target controls. Declaration bool UndoMultiple(long count) Parameters Type Name Description System.Int64 count Returns Type Description System.Boolean true if the operation succeeds. UpdateActiveRow(IEditControl) Updates the active row in the editor to match the position of the current selection Declaration void UpdateActiveRow(IEditControl editControl) Parameters Type Name Description IEditControl editControl Events ActiveRowChanged Fired whenever the active row changes. Declaration event EventHandler ActiveRowChanged Event Type Type Description System.EventHandler < ActiveRowChangedEventArgs > AfterEditControlsCreated Raised after the source and target edit controls have been created. This allows external components to add, for example, custom columns to the side-by-side editor at a controlled point. Declaration event EventHandler AfterEditControlsCreated Event Type Type Description System.EventHandler < AfterEditControlsCreatedEventArgs > AfterInitialUpdate Raised when the visible area of both the source and the target control has been fully laid out and painted for the first time. This event will be raised also if a different document is assigned to the control (after the initial update resulting from that). Declaration event EventHandler AfterInitialUpdate Event Type Type Description System.EventHandler < AfterInitialUpdateEventArgs > FocusedControlChanged Fired when the source or target edit control gets or loses focus. Declaration event EventHandler FocusedControlChanged Event Type Type Description System.EventHandler < FocusedControlChangedEventArgs > Remarks You can also handle focus changes by directly binding to the GotFocus or LostFocus events on the Control events of the Source or Target controls. SelectionChanged Fired when the selection changes in the source or target edit control. Declaration event EventHandler SelectionChanged Event Type Type Description System.EventHandler < SelectionChangedEventArgs > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IStartEndNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IStartEndNode.html", "title": "Interface IStartEndNode", - "keywords": "Interface IStartEndNode A start or end node in a IAbstractContainerNode . Inherited Members INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IStartEndNode : INode, IAbstractContentNode, IAbstractNode, ITreeNode Remarks The start/end nodes can never be removed from a container. If an edit operation should cause the start or end node of a container to be deleted but the container itself is not deleted, the start/end node is instead turned into a \"ghost\", to flag that the container is still present, but it not complete. Properties IsEnd true if the node is the end node of its parent container. Declaration bool IsEnd { get; } Property Value Type Description bool IsGhost true if the start/end node has \"ghost\" status, i.e. can be considered deleted. Declaration bool IsGhost { get; } Property Value Type Description bool Remarks The ghost status of a node can be changed back to \"real\" if edit operations make the container whole again. If you need to explicitly \"un-ghost\" a node, move the selection to span it, call CopySelection() and change the ghost state of the corresponding start/end node of the cloned container node in the IDocumentFragment . Then call ReplaceSelection(IDocumentFragment) with the modified document fragment. IsStart true if the node is the start node of its parent container. Declaration bool IsStart { get; } Property Value Type Description bool Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IStartEndNode A start or end node in a IAbstractContainerNode . Inherited Members INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IStartEndNode : INode, IAbstractContentNode, IAbstractNode, ITreeNode Remarks The start/end nodes can never be removed from a container. If an edit operation should cause the start or end node of a container to be deleted but the container itself is not deleted, the start/end node is instead turned into a \"ghost\", to flag that the container is still present, but it not complete. Properties IsEnd true if the node is the end node of its parent container. Declaration bool IsEnd { get; } Property Value Type Description System.Boolean IsGhost true if the start/end node has \"ghost\" status, i.e. can be considered deleted. Declaration bool IsGhost { get; } Property Value Type Description System.Boolean Remarks The ghost status of a node can be changed back to \"real\" if edit operations make the container whole again. If you need to explicitly \"un-ghost\" a node, move the selection to span it, call CopySelection() and change the ghost state of the corresponding start/end node of the cloned container node in the IDocumentFragment . Then call ReplaceSelection(IDocumentFragment) with the modified document fragment. IsStart true if the node is the start node of its parent container. Declaration bool IsStart { get; } Property Value Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ISynchronizableCell.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ISynchronizableCell.html", "title": "Interface ISynchronizableCell", - "keywords": "Interface ISynchronizableCell Describes a piece of document content (a segment, a paragraph unit, ...) that can be passed to the Layout Synchronizer. Typically this content is represented by some kind of cell in the layout. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ISynchronizableCell Properties ContentHeight Height of the content shown in the cell. Declaration int ContentHeight { get; } Property Value Type Description int Row The row in the document this cell belongs to. Declaration IRowInfo Row { get; set; } Property Value Type Description IRowInfo Remarks This can be null if the cell does not map to document content. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ISynchronizableCell Describes a piece of document content (a segment, a paragraph unit, ...) that can be passed to the Layout Synchronizer. Typically this content is represented by some kind of cell in the layout. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ISynchronizableCell Properties ContentHeight Height of the content shown in the cell. Declaration int ContentHeight { get; } Property Value Type Description System.Int32 Row The row in the document this cell belongs to. Declaration IRowInfo Row { get; set; } Property Value Type Description IRowInfo Remarks This can be null if the cell does not map to document content. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ISynchronizableLayout.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ISynchronizableLayout.html", "title": "Interface ISynchronizableLayout", - "keywords": "Interface ISynchronizableLayout A control must implement this interface if synchronized scrolling of rows between this control and other controls through the is required. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ISynchronizableLayout Methods ChangeRowHeight(ISynchronizableCell, int) Changes the height of the row in the layout to the new height specified. Declaration void ChangeRowHeight(ISynchronizableCell synchronizableCell, int height) Parameters Type Name Description ISynchronizableCell synchronizableCell The cell in the layout that needs to have its height changed int height The height which the cell will be changed to Draw() Draws the visible components contained within each row of the layout Declaration void Draw() StructureChanged() Called when structure change notifications have been received from all synchronizable layouts registered with the synchronizer. Declaration void StructureChanged() Remarks The implementation is expected to register all synchronizable cells with the synchronizer and call CellHeightChanged(ISynchronizableCell, int, ISynchronizableLayout) and NotifyLayoutCompleted(ISynchronizableLayout) as necessary. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ISynchronizableLayout A control must implement this interface if synchronized scrolling of rows between this control and other controls through the is required. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ISynchronizableLayout Methods ChangeRowHeight(ISynchronizableCell, Int32) Changes the height of the row in the layout to the new height specified. Declaration void ChangeRowHeight(ISynchronizableCell synchronizableCell, int height) Parameters Type Name Description ISynchronizableCell synchronizableCell The cell in the layout that needs to have its height changed System.Int32 height The height which the cell will be changed to Draw() Draws the visible components contained within each row of the layout Declaration void Draw() StructureChanged() Called when structure change notifications have been received from all synchronizable layouts registered with the synchronizer. Declaration void StructureChanged() Remarks The implementation is expected to register all synchronizable cells with the synchronizer and call CellHeightChanged(ISynchronizableCell, Int32, ISynchronizableLayout) and NotifyLayoutCompleted(ISynchronizableLayout) as necessary. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ITagPainter.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ITagPainter.html", "title": "Interface ITagPainter", - "keywords": "Interface ITagPainter Interface implemented by components that provide customized rendering of tags in the edit control. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ITagPainter Methods DrawPlaceholderTag(Graphics, Rectangle, IPlaceholderNode, string) Draw a placeholder node. Declaration void DrawPlaceholderTag(Graphics g, Rectangle boundingBox, IPlaceholderNode placeholderNode, string displayText) Parameters Type Name Description Graphics g The graphics context to use for drawing Rectangle boundingBox The bounding rectangle, who's size was determined from a previous call to GetPlaceholderTagSize(Graphics, IPlaceholderNode, string, ref int, ref int) . Any drawing operations should be limited to this area, or they may overlap with other content. IPlaceholderNode placeholderNode The node to be rendered string displayText The tag's display text according to current tag display settings. DrawStartEndTag(Graphics, Rectangle, IStartEndNode, string, bool) Draw a start/end node. Declaration void DrawStartEndTag(Graphics g, Rectangle boundingBox, IStartEndNode startEndNode, string displayText, bool rtl) Parameters Type Name Description Graphics g The graphics context to use for drawing Rectangle boundingBox The bounding rectangle, who's size was determined from a previous call to GetStartEndTagSize(Graphics, IStartEndNode, string, ref int, ref int) . Any drawing operations should be limited to this area, or they may overlap with other content. IStartEndNode startEndNode The node to be rendered string displayText The tag's display text according to current tag display settings. bool rtl The local writing direction around the tag pair: true for rtl, false for ltr GetDisplayableTagText(string) Gets the tag text that should be displayed on screen (eg, with line breaks, etc, removed). Declaration string GetDisplayableTagText(string tagText) Parameters Type Name Description string tagText Returns Type Description string GetPlaceholderTagSize(Graphics, IPlaceholderNode, string, ref int, ref int) Calculate the size of a placeholder node and and ascent and descent for the tag in relation to any text that appears on it. Declaration Size GetPlaceholderTagSize(Graphics g, IPlaceholderNode placeholderNode, string displayText, ref int ascent, ref int descent) Parameters Type Name Description Graphics g The graphics context to use for drawing IPlaceholderNode placeholderNode The node to be sized string displayText The tag's display text according to current tag display settings. int ascent Ascent of the font family used for tag display text, adjusted for the location of the text within the returned size int descent Descent of the font family used for tag display text, adjusted for the location of the text within the returned size Returns Type Description Size The size of the (rectangular) area required to draw the tag. Remarks The sum of ascent and descent should equal the tag height. GetStartEndTagSize(Graphics, IStartEndNode, string, ref int, ref int) Calculate the size of a start/end node and and ascent and descent for the tag in relation to any text that appears on it. Declaration Size GetStartEndTagSize(Graphics g, IStartEndNode startEndNode, string displayText, ref int ascent, ref int descent) Parameters Type Name Description Graphics g The graphics context to use for drawing IStartEndNode startEndNode The node to be sized string displayText The tag's display text according to current tag display settings. int ascent Ascent of the font family used for tag display text, adjusted for the location of the text within the returned size int descent Descent of the font family used for tag display text, adjusted for the location of the text within the returned size Returns Type Description Size The size of the (rectangular) area required to draw the tag. Remarks The sum of ascent and descent should equal the tag height. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ITagPainter Interface implemented by components that provide customized rendering of tags in the edit control. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ITagPainter Methods DrawPlaceholderTag(Graphics, Rectangle, IPlaceholderNode, String) Draw a placeholder node. Declaration void DrawPlaceholderTag(Graphics g, Rectangle boundingBox, IPlaceholderNode placeholderNode, string displayText) Parameters Type Name Description System.Drawing.Graphics g The graphics context to use for drawing System.Drawing.Rectangle boundingBox The bounding rectangle, who's size was determined from a previous call to GetPlaceholderTagSize(Graphics, IPlaceholderNode, String, ref Int32, ref Int32) . Any drawing operations should be limited to this area, or they may overlap with other content. IPlaceholderNode placeholderNode The node to be rendered System.String displayText The tag's display text according to current tag display settings. DrawStartEndTag(Graphics, Rectangle, IStartEndNode, String, Boolean) Draw a start/end node. Declaration void DrawStartEndTag(Graphics g, Rectangle boundingBox, IStartEndNode startEndNode, string displayText, bool rtl) Parameters Type Name Description System.Drawing.Graphics g The graphics context to use for drawing System.Drawing.Rectangle boundingBox The bounding rectangle, who's size was determined from a previous call to GetStartEndTagSize(Graphics, IStartEndNode, String, ref Int32, ref Int32) . Any drawing operations should be limited to this area, or they may overlap with other content. IStartEndNode startEndNode The node to be rendered System.String displayText The tag's display text according to current tag display settings. System.Boolean rtl The local writing direction around the tag pair: true for rtl, false for ltr GetDisplayableTagText(String) Gets the tag text that should be displayed on screen (eg, with line breaks, etc, removed). Declaration string GetDisplayableTagText(string tagText) Parameters Type Name Description System.String tagText Returns Type Description System.String GetPlaceholderTagSize(Graphics, IPlaceholderNode, String, ref Int32, ref Int32) Calculate the size of a placeholder node and and ascent and descent for the tag in relation to any text that appears on it. Declaration Size GetPlaceholderTagSize(Graphics g, IPlaceholderNode placeholderNode, string displayText, ref int ascent, ref int descent) Parameters Type Name Description System.Drawing.Graphics g The graphics context to use for drawing IPlaceholderNode placeholderNode The node to be sized System.String displayText The tag's display text according to current tag display settings. System.Int32 ascent Ascent of the font family used for tag display text, adjusted for the location of the text within the returned size System.Int32 descent Descent of the font family used for tag display text, adjusted for the location of the text within the returned size Returns Type Description System.Drawing.Size The size of the (rectangular) area required to draw the tag. Remarks The sum of ascent and descent should equal the tag height. GetStartEndTagSize(Graphics, IStartEndNode, String, ref Int32, ref Int32) Calculate the size of a start/end node and and ascent and descent for the tag in relation to any text that appears on it. Declaration Size GetStartEndTagSize(Graphics g, IStartEndNode startEndNode, string displayText, ref int ascent, ref int descent) Parameters Type Name Description System.Drawing.Graphics g The graphics context to use for drawing IStartEndNode startEndNode The node to be sized System.String displayText The tag's display text according to current tag display settings. System.Int32 ascent Ascent of the font family used for tag display text, adjusted for the location of the text within the returned size System.Int32 descent Descent of the font family used for tag display text, adjusted for the location of the text within the returned size Returns Type Description System.Drawing.Size The size of the (rectangular) area required to draw the tag. Remarks The sum of ascent and descent should equal the tag height. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.html", "title": "Interface ITagPaintingProperties", - "keywords": "Interface ITagPaintingProperties This interface provides the properties used when painting tags in the document. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ITagPaintingProperties Properties BackgroundColor1 The background color to start painting the tag with. The tag will start with this color and gradually change into BackgroundColor2 . Declaration Color BackgroundColor1 { get; set; } Property Value Type Description Color BackgroundColor2 The background color the finish painting the tag with. The tag will start with BackgroundColor1 and finish with this color. Declaration Color BackgroundColor2 { get; set; } Property Value Type Description Color GhostBackgroundColor The color that will be used to paint the tag when it is a ghost tag. Declaration Color GhostBackgroundColor { get; set; } Property Value Type Description Color OutlineColor The color that will be used to paint the tag border. Declaration Color OutlineColor { get; set; } Property Value Type Description Color TextColor The color that will be used to paint the text that appears within the tag. Declaration Color TextColor { get; set; } Property Value Type Description Color TextFormatting The font that will be used for the text within the tag. Declaration FontStyle TextFormatting { get; set; } Property Value Type Description FontStyle Methods PopulateFromSettingsGroup(ISettingsGroup, string) Populates this object with the settings contained in the provided settings group. Declaration void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string settingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings to populate from. string settingId The setting ID to use to save the settings. SaveToSettingsGroup(ISettingsGroup, string) Saves the current state of this object to the provided settings group. Declaration void SaveToSettingsGroup(ISettingsGroup settingsGroup, string settingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to save to. string settingId The setting ID to use to load the settings. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ITagPaintingProperties This interface provides the properties used when painting tags in the document. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ITagPaintingProperties Properties BackgroundColor1 The background color to start painting the tag with. The tag will start with this color and gradually change into BackgroundColor2 . Declaration Color BackgroundColor1 { get; set; } Property Value Type Description System.Drawing.Color BackgroundColor2 The background color the finish painting the tag with. The tag will start with BackgroundColor1 and finish with this color. Declaration Color BackgroundColor2 { get; set; } Property Value Type Description System.Drawing.Color GhostBackgroundColor The color that will be used to paint the tag when it is a ghost tag. Declaration Color GhostBackgroundColor { get; set; } Property Value Type Description System.Drawing.Color OutlineColor The color that will be used to paint the tag border. Declaration Color OutlineColor { get; set; } Property Value Type Description System.Drawing.Color TextColor The color that will be used to paint the text that appears within the tag. Declaration Color TextColor { get; set; } Property Value Type Description System.Drawing.Color TextFormatting The font that will be used for the text within the tag. Declaration FontStyle TextFormatting { get; set; } Property Value Type Description System.Drawing.FontStyle Methods PopulateFromSettingsGroup(ISettingsGroup, String) Populates this object with the settings contained in the provided settings group. Declaration void PopulateFromSettingsGroup(ISettingsGroup settingsGroup, string settingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings to populate from. System.String settingId The setting ID to use to save the settings. SaveToSettingsGroup(ISettingsGroup, String) Saves the current state of this object to the provided settings group. Declaration void SaveToSettingsGroup(ISettingsGroup settingsGroup, string settingId) Parameters Type Name Description ISettingsGroup settingsGroup The settings group to save to. System.String settingId The setting ID to use to load the settings. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ITagPairContainerNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ITagPairContainerNode.html", "title": "Interface ITagPairContainerNode", - "keywords": "Interface ITagPairContainerNode A tag pair in the editor. Inherited Members IAbstractContainerNode.Find(Predicate, bool) IAbstractContainerNode.FindContentNode(Predicate, bool) IAbstractContainerNode.FindAllNodes(Predicate, bool) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root IEnumerable.GetEnumerator() IMarkupDataNode.Item Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ITagPairContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable, IMarkupDataNode Remarks All nodes inside this container appears between the start and the end tags in the tag pair. Properties TagPair Read-only access to the filter framework object. Declaration ITagPair TagPair { get; } Property Value Type Description ITagPair Remarks To change tag pair properties, move the selection to select the entire tag pair (i.e. everything from the start to the end node) and call CopySelection() to copy them into a document fragment. Change the document fragment object and call ReplaceSelection(IDocumentFragment) to let the changed copy replace the existing tag pair node. Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ITagPairContainerNode A tag pair in the editor. Inherited Members IAbstractContainerNode.Find(Predicate, Boolean) IAbstractContainerNode.FindContentNode(Predicate, Boolean) IAbstractContainerNode.FindAllNodes(Predicate, Boolean) IAbstractContainerNode.StartNode IAbstractContainerNode.EndNode INode.AcceptNodeVisitor(INodeVisitor) ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root System.Collections.Generic.IEnumerable.GetEnumerator() IMarkupDataNode.Item Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ITagPairContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode, IEnumerable, IEnumerable, IMarkupDataNode Remarks All nodes inside this container appears between the start and the end tags in the tag pair. Properties TagPair Read-only access to the filter framework object. Declaration ITagPair TagPair { get; } Property Value Type Description ITagPair Remarks To change tag pair properties, move the selection to select the entire tag pair (i.e. everything from the start to the end node) and call CopySelection() to copy them into a document fragment. Change the document fragment object and call ReplaceSelection(IDocumentFragment) to let the changed copy replace the existing tag pair node. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ITextIterator.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ITextIterator.html", "title": "Interface ITextIterator", - "keywords": "Interface ITextIterator This iterator can be used to iterate in a text editing fashion in the edit control. Inherited Members ICloneable.Clone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ITextIterator : ICloneable Properties CurrentCharacter The text character at the current position, or null if none. Declaration char? CurrentCharacter { get; } Property Value Type Description char CurrentPosition The current position of the iterator. Declaration Position CurrentPosition { get; set; } Property Value Type Description Position EditControl The edit control the iterator refers to. Declaration IEditControl EditControl { get; } Property Value Type Description IEditControl IsWordStart true if the current position can be considered the start of a word. Declaration bool IsWordStart { get; } Property Value Type Description bool See Also IsWordStart Position Methods Move(Move) Move the iterator in the specified direction relative to the current position, from the edit control's perspective. Declaration bool Move(Move typeOfMove) Parameters Type Name Description Move typeOfMove Returns Type Description bool true if the move was successful Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ITextIterator This iterator can be used to iterate in a text editing fashion in the edit control. Inherited Members System.ICloneable.Clone() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ITextIterator : ICloneable Properties CurrentCharacter The text character at the current position, or null if none. Declaration char? CurrentCharacter { get; } Property Value Type Description System.Nullable < System.Char > CurrentPosition The current position of the iterator. Declaration Position CurrentPosition { get; set; } Property Value Type Description Position EditControl The edit control the iterator refers to. Declaration IEditControl EditControl { get; } Property Value Type Description IEditControl IsWordStart true if the current position can be considered the start of a word. Declaration bool IsWordStart { get; } Property Value Type Description System.Boolean See Also IsWordStart ( Position ) Methods Move(Move) Move the iterator in the specified direction relative to the current position, from the edit control's perspective. Declaration bool Move(Move typeOfMove) Parameters Type Name Description Move typeOfMove Returns Type Description System.Boolean true if the move was successful Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ITextMark.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ITextMark.html", "title": "Interface ITextMark", - "keywords": "Interface ITextMark Represents a mark for a range of content in an edit control. Marks are used to highlight specific areas of document content in the edit control. For example, spelling errors and comments use marks to draw users attention to those areas. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ITextMark Properties Layer Determines where this mark is painted in relation to the main document content. Declaration TextMarkLayer Layer { get; set; } Property Value Type Description TextMarkLayer Painter The component used for drawing the mark in the edit control. Declaration ITextMarkPainter Painter { get; set; } Property Value Type Description ITextMarkPainter Range The content range the mark applies to. Declaration ContentRange Range { get; set; } Property Value Type Description ContentRange Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ITextMark Represents a mark for a range of content in an edit control. Marks are used to highlight specific areas of document content in the edit control. For example, spelling errors and comments use marks to draw users attention to those areas. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ITextMark Properties Layer Determines where this mark is painted in relation to the main document content. Declaration TextMarkLayer Layer { get; set; } Property Value Type Description TextMarkLayer Painter The component used for drawing the mark in the edit control. Declaration ITextMarkPainter Painter { get; set; } Property Value Type Description ITextMarkPainter Range The content range the mark applies to. Declaration ContentRange Range { get; set; } Property Value Type Description ContentRange Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ITextMarkPainter.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ITextMarkPainter.html", "title": "Interface ITextMarkPainter", - "keywords": "Interface ITextMarkPainter Draw marks for ranges of content an edit control. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ITextMarkPainter Methods DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) Draw the part of the mark that appears on a specific line of the content. Declaration void DrawMarkPart(Graphics g, ITextMark mark, Rectangle boundingRectangle, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description Graphics g The graphics context to use for drawing ITextMark mark the mark which to draw a part of Rectangle boundingRectangle the bounding rectangle for the mark part, as determined from a previous call to GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) , in window coordinates. Rectangle contentRectangle the rectangle spanning the content to be marked on this line, relative to the control window bool isFirstLine true if this is the first line that the marked content spans. bool isLastLine true if this is the last line that the marked content spans. GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) Calculate the size of the piece of the text mark for the content on a specific line in the layout. If the content spans multiple lines this method will be called for each of the lines. The Boolean flags indicate whether the content rectangle for a specific call is the first and/or last line of the marked content. Declaration Rectangle GetMarkPartBounds(Graphics g, ITextMark mark, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description Graphics g The graphics context to use for drawing ITextMark mark the mark of which a part is being sized Rectangle contentRectangle the rectangle for the content the mark part spans on this line. These coordinates are relative to the window. bool isFirstLine true if this is the first line that the marked content spans. bool isLastLine true if this is the last line that the marked content spans. Returns Type Description Rectangle The bounding rectangle where the mark will be painted, in window coordinates. This rectangle can be fully or partially outside of the content rectangle. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ITextMarkPainter Draw marks for ranges of content an edit control. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ITextMarkPainter Methods DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) Draw the part of the mark that appears on a specific line of the content. Declaration void DrawMarkPart(Graphics g, ITextMark mark, Rectangle boundingRectangle, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description System.Drawing.Graphics g The graphics context to use for drawing ITextMark mark the mark which to draw a part of System.Drawing.Rectangle boundingRectangle the bounding rectangle for the mark part, as determined from a previous call to GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) , in window coordinates. System.Drawing.Rectangle contentRectangle the rectangle spanning the content to be marked on this line, relative to the control window System.Boolean isFirstLine true if this is the first line that the marked content spans. System.Boolean isLastLine true if this is the last line that the marked content spans. GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) Calculate the size of the piece of the text mark for the content on a specific line in the layout. If the content spans multiple lines this method will be called for each of the lines. The Boolean flags indicate whether the content rectangle for a specific call is the first and/or last line of the marked content. Declaration Rectangle GetMarkPartBounds(Graphics g, ITextMark mark, Rectangle contentRectangle, bool isFirstLine, bool isLastLine) Parameters Type Name Description System.Drawing.Graphics g The graphics context to use for drawing ITextMark mark the mark of which a part is being sized System.Drawing.Rectangle contentRectangle the rectangle for the content the mark part spans on this line. These coordinates are relative to the window. System.Boolean isFirstLine true if this is the first line that the marked content spans. System.Boolean isLastLine true if this is the last line that the marked content spans. Returns Type Description System.Drawing.Rectangle The bounding rectangle where the mark will be painted, in window coordinates. This rectangle can be fully or partially outside of the content rectangle. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ITextNode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ITextNode.html", "title": "Interface ITextNode", - "keywords": "Interface ITextNode A piece of text in the editor API. Inherited Members INode.AcceptNodeVisitor(INodeVisitor) IMarkupDataNode.Item ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ITextNode : INode, IMarkupDataNode, IAbstractContentNode, IAbstractNode, ITreeNode Properties Text Read-only access to the filter framework text object. Declaration IText Text { get; } Property Value Type Description IText Remarks To change the text, copy it to a document fragment, change it and call ReplaceSelection(IDocumentFragment) . Extension Methods EditorApiExtensions.ParentFirstOrDefault(IAbstractNode) WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ITextNode A piece of text in the editor API. Inherited Members INode.AcceptNodeVisitor(INodeVisitor) IMarkupDataNode.Item ITreeNode.Parent ITreeNode.NextSibling ITreeNode.PreviousSibling ITreeNode.Root Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ITextNode : INode, IMarkupDataNode, IAbstractContentNode, IAbstractNode, ITreeNode Properties Text Read-only access to the filter framework text object. Declaration IText Text { get; } Property Value Type Description IText Remarks To change the text, copy it to a document fragment, change it and call ReplaceSelection(IDocumentFragment) . Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) EditorApiExtensions.ParentFirstOrDefault(IAbstractNode)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ITreeNode-2.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ITreeNode-2.html", "title": "Interface ITreeNode", - "keywords": "Interface ITreeNode Generic tree node. Provides accessors to Parent and Sibling nodes. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ITreeNode Type Parameters Name Description NodeType ContainerType Properties NextSibling The next sibling node, or null if none. Declaration NodeType NextSibling { get; } Property Value Type Description NodeType Parent The parent node, or null if none. Declaration ContainerType Parent { get; } Property Value Type Description ContainerType PreviousSibling Preceding sibling node, or null if none. Declaration NodeType PreviousSibling { get; } Property Value Type Description NodeType Root The topmost parent of all parent nodes. Declaration ContainerType Root { get; } Property Value Type Description ContainerType Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ITreeNode Generic tree node. Provides accessors to Parent and Sibling nodes. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface ITreeNode Type Parameters Name Description NodeType ContainerType Properties NextSibling The next sibling node, or null if none. Declaration NodeType NextSibling { get; } Property Value Type Description NodeType Parent The parent node, or null if none. Declaration ContainerType Parent { get; } Property Value Type Description ContainerType PreviousSibling Preceding sibling node, or null if none. Declaration NodeType PreviousSibling { get; } Property Value Type Description NodeType Root The topmost parent of all parent nodes. Declaration ContainerType Root { get; } Property Value Type Description ContainerType Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html", "title": "Interface IUndoBuffer", - "keywords": "Interface IUndoBuffer Information about the undo/redo commands for content changes in the edit control. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IUndoBuffer Remarks All operations that change the content of the edit control are inserted in the undo buffer. Once the Undo command for an operation is executed the operation can be re-executed through the Redo command, however if an other edit operation is performed all Redo operations are removed from the buffer and can no longer be executed. Properties AbortMessage When a composite operation is being aborted this property contains the message that explains to the user why the operation is not permitted. Declaration string AbortMessage { get; } Property Value Type Description string See Also IsAbortingCompositeOperation AbortCompositeOperation(string) CanRedo true if there is at least one operation in the buffer that can be re-done (after an Undo operation). Declaration bool CanRedo { get; } Property Value Type Description bool CanUndo true if there is at least one operation in the buffer that can be un-done. Declaration bool CanUndo { get; } Property Value Type Description bool Count Total number of undo plus redo operations in the buffer. Declaration long Count { get; } Property Value Type Description long IsAbortingCompositeOperation true if the current composite operation is flagged for aborting. Declaration bool IsAbortingCompositeOperation { get; } Property Value Type Description bool Remarks If this is true the reason the operation is being aborted can be retrieved from the AbortMessage property. See Also AbortCompositeOperation(string) IsCurrentlyOperating Flag that determines whether the undo buffer is currently in operation so that external operations can ignore changes, etc. Declaration bool IsCurrentlyOperating { get; } Property Value Type Description bool IsSource Flag to determine if buffer is in source mode. If true, all added commands get the IsSource flag set. Declaration bool IsSource { get; set; } Property Value Type Description bool RedoOperationCount The number of operations that can be re-done. Declaration long RedoOperationCount { get; } Property Value Type Description long RedoOperationIsSource Used in SideBySide editor to determine which control to use Declaration bool RedoOperationIsSource { get; } Property Value Type Description bool RedoOperationName The name of the next operation that can be re-done, null if none, or an empty string if the operation has not been named. Declaration string RedoOperationName { get; } Property Value Type Description string RedoOperationNames A list of all operations that can be re-done. Declaration string[] RedoOperationNames { get; } Property Value Type Description string Remarks The number of strings returned always correspond to the number of available redo operations. Operations that are not named show up as null or an empty string in the list. The next redo operation is first in the list. This can be used to implement a visual list of redo operations. You can call RedoMultiple(long) to execute several redo operations in one go. See Also RedoOperationNames UndoOperationCount The number of operations that can be un-done. Declaration long UndoOperationCount { get; } Property Value Type Description long UndoOperationIsSource Used in SideBySide editor to determine which control to use Declaration bool UndoOperationIsSource { get; } Property Value Type Description bool UndoOperationName The name of the next operation that can be un-done, null if none, or an empty string if the operation has not been named. Declaration string UndoOperationName { get; } Property Value Type Description string UndoOperationNames A list of all operations that can be un-done. Declaration string[] UndoOperationNames { get; } Property Value Type Description string Remarks The number of strings returned always correspond to the number of available undo operations. Operations that are not named show up as null or an empty string in the list. The next undo operation is first in the list. This can be used to implement a visual list of undo operations. You can call UndoMultiple(long) to execute several undo operations in one go. See Also RedoOperationNames Methods AbortCompositeOperation(string) Flags the composite operation for aborting. This call should match a preceding call to BeginCompositeOperation(string) . Once all currently nested composite operations have been ended the entire composite command will be rolled back and removed from the undo buffer. The associated message will be passed to the AfterEditOperationAborted event, and may be shown to the user to indicate why the operation was not allowed. Declaration void AbortCompositeOperation(string message) Parameters Type Name Description string message A message explaining to the user why the operation was not permitted. If an operation is already flagged for aborting you can get the current message from the AbortMessage property. Remarks You may want to check the IsAbortingCompositeOperation property before calling this method, in order to determine if the operation is already being aborted (in which case you should not abort it again, as that may overwrite the original message to the user with something that may not be the root cause of the problem). The original call to BeginCompositeOperation(string) should always be matched with either a call to EndCompositeOperation() or a call to AbortCompositeOperation(string) , never both. After calling this method you may also want to throw an exception, to properly abort other related processing. AddCommand(IUndoCommand) Adds the command to the undo buffer. Declaration void AddCommand(IUndoCommand command) Parameters Type Name Description IUndoCommand command The command to add to the buffer. BeginCommonCompositeOperation(string) Creates a composite command in the undo buffer, wrapping all commands in both the source and target into one command common to both controls. This should only be used for operations where the document structure for both source and target may change without controls getting to know about it (e.g. when splitting and merging segments). Declaration void BeginCommonCompositeOperation(string operationName) Parameters Type Name Description string operationName User-friendly name of the operation or null if none. Remarks Each call to BeginCommonCompositeOperation(string) should have a corresponding call to EndCommonCompositeOperation() to mark the end of the operation. BeginCompositeOperation(string) Initiates a composite operation that should be treated as one unit during Undo and Redo. Declaration void BeginCompositeOperation(string operationName) Parameters Type Name Description string operationName User friendly name of the operation, or null if none. Remarks Each call to BeginCompositeOperation(string) should have a corresponding call to EndCompositeOperation() (or AbortCompositeOperation(string) ) to mark the end of the composite operation. For nested composite operations only the \"outermost\" operation (i.e. the one that was initiated first) will be effectively used and named (since all parts of it should be treated as one unit, whether those parts are themselves composite operations or not). BeginCompositeOperationExtendingLastOperation(string) Begin a composite operation extending the last edit operation in the history. The last operation executed will be removed from the history and added to this composite operation. Declaration void BeginCompositeOperationExtendingLastOperation(string commandName) Parameters Type Name Description string commandName User friendly name of the operation, or null if none. Remarks This is used, for example, to merge a segment status change with the content change operation that triggered it. EndCommonCompositeOperation() Closes a composite command in the undo buffer that was started with BeginCommonCompositeOperation(string) . This should only be used for operations where the document structure for both source and target may change without controls getting to know about it (e.g. when splitting and merging segments). Declaration void EndCommonCompositeOperation() EndCompositeOperation() Marks the successful end of a composite operation that was initiated with BeginCompositeOperation(string) . Declaration void EndCompositeOperation() Flush() Remove all operations from the buffer. Declaration void Flush() Remarks This operation cannot be undone :-) RedoMultiple(long) Execute multiple redo operations in one go. Declaration void RedoMultiple(long count) Parameters Type Name Description long count The number of operations to redo. This must be a number between 0 and the value of RedoOperationCount . Remarks If a control is available it is preferable to execute undo and redo operations through the control instead, as that will move the selection in the control to the correct location too. UndoMultiple(long) Execute multiple undo operations in one go. Declaration void UndoMultiple(long count) Parameters Type Name Description long count The number of operations to undo. This must be a number between 0 and the value of UndoOperationCount . Remarks If a control is available it is preferable to execute undo and redo operations through the control instead, as that will move the selection in the control to the correct location too. Events ContentChanged Raised when content of the Undo buffer changes in any way. Declaration event EventHandler ContentChanged Event Type Type Description EventHandler UndoBufferContentChangedEventArgs Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IUndoBuffer Information about the undo/redo commands for content changes in the edit control. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IUndoBuffer Remarks All operations that change the content of the edit control are inserted in the undo buffer. Once the Undo command for an operation is executed the operation can be re-executed through the Redo command, however if an other edit operation is performed all Redo operations are removed from the buffer and can no longer be executed. Properties AbortMessage When a composite operation is being aborted this property contains the message that explains to the user why the operation is not permitted. Declaration string AbortMessage { get; } Property Value Type Description System.String See Also IsAbortingCompositeOperation AbortCompositeOperation(String) CanRedo true if there is at least one operation in the buffer that can be re-done (after an Undo operation). Declaration bool CanRedo { get; } Property Value Type Description System.Boolean CanUndo true if there is at least one operation in the buffer that can be un-done. Declaration bool CanUndo { get; } Property Value Type Description System.Boolean Count Total number of undo plus redo operations in the buffer. Declaration long Count { get; } Property Value Type Description System.Int64 IsAbortingCompositeOperation true if the current composite operation is flagged for aborting. Declaration bool IsAbortingCompositeOperation { get; } Property Value Type Description System.Boolean Remarks If this is true the reason the operation is being aborted can be retrieved from the AbortMessage property. See Also AbortCompositeOperation(String) IsCurrentlyOperating Flag that determines whether the undo buffer is currently in operation so that external operations can ignore changes, etc. Declaration bool IsCurrentlyOperating { get; } Property Value Type Description System.Boolean IsSource Flag to determine if buffer is in source mode. If true, all added commands get the IsSource flag set. Declaration bool IsSource { get; set; } Property Value Type Description System.Boolean RedoOperationCount The number of operations that can be re-done. Declaration long RedoOperationCount { get; } Property Value Type Description System.Int64 RedoOperationIsSource Used in SideBySide editor to determine which control to use Declaration bool RedoOperationIsSource { get; } Property Value Type Description System.Boolean RedoOperationName The name of the next operation that can be re-done, null if none, or an empty string if the operation has not been named. Declaration string RedoOperationName { get; } Property Value Type Description System.String RedoOperationNames A list of all operations that can be re-done. Declaration string[] RedoOperationNames { get; } Property Value Type Description System.String [] Remarks The number of strings returned always correspond to the number of available redo operations. Operations that are not named show up as null or an empty string in the list. The next redo operation is first in the list. This can be used to implement a visual list of redo operations. You can call RedoMultiple(Int64) to execute several redo operations in one go. See Also RedoOperationNames UndoOperationCount The number of operations that can be un-done. Declaration long UndoOperationCount { get; } Property Value Type Description System.Int64 UndoOperationIsSource Used in SideBySide editor to determine which control to use Declaration bool UndoOperationIsSource { get; } Property Value Type Description System.Boolean UndoOperationName The name of the next operation that can be un-done, null if none, or an empty string if the operation has not been named. Declaration string UndoOperationName { get; } Property Value Type Description System.String UndoOperationNames A list of all operations that can be un-done. Declaration string[] UndoOperationNames { get; } Property Value Type Description System.String [] Remarks The number of strings returned always correspond to the number of available undo operations. Operations that are not named show up as null or an empty string in the list. The next undo operation is first in the list. This can be used to implement a visual list of undo operations. You can call UndoMultiple(Int64) to execute several undo operations in one go. See Also RedoOperationNames Methods AbortCompositeOperation(String) Flags the composite operation for aborting. This call should match a preceding call to BeginCompositeOperation(String) . Once all currently nested composite operations have been ended the entire composite command will be rolled back and removed from the undo buffer. The associated message will be passed to the AfterEditOperationAborted event, and may be shown to the user to indicate why the operation was not allowed. Declaration void AbortCompositeOperation(string message) Parameters Type Name Description System.String message A message explaining to the user why the operation was not permitted. If an operation is already flagged for aborting you can get the current message from the AbortMessage property. Remarks You may want to check the IsAbortingCompositeOperation property before calling this method, in order to determine if the operation is already being aborted (in which case you should not abort it again, as that may overwrite the original message to the user with something that may not be the root cause of the problem). The original call to BeginCompositeOperation(String) should always be matched with either a call to EndCompositeOperation() or a call to AbortCompositeOperation(String) , never both. After calling this method you may also want to throw an exception, to properly abort other related processing. AddCommand(IUndoCommand) Adds the command to the undo buffer. Declaration void AddCommand(IUndoCommand command) Parameters Type Name Description IUndoCommand command The command to add to the buffer. BeginCommonCompositeOperation(String) Creates a composite command in the undo buffer, wrapping all commands in both the source and target into one command common to both controls. This should only be used for operations where the document structure for both source and target may change without controls getting to know about it (e.g. when splitting and merging segments). Declaration void BeginCommonCompositeOperation(string operationName) Parameters Type Name Description System.String operationName User-friendly name of the operation or null if none. Remarks Each call to BeginCommonCompositeOperation(String) should have a corresponding call to EndCommonCompositeOperation() to mark the end of the operation. BeginCompositeOperation(String) Initiates a composite operation that should be treated as one unit during Undo and Redo. Declaration void BeginCompositeOperation(string operationName) Parameters Type Name Description System.String operationName User friendly name of the operation, or null if none. Remarks Each call to BeginCompositeOperation(String) should have a corresponding call to EndCompositeOperation() (or AbortCompositeOperation(String) ) to mark the end of the composite operation. For nested composite operations only the \"outermost\" operation (i.e. the one that was initiated first) will be effectively used and named (since all parts of it should be treated as one unit, whether those parts are themselves composite operations or not). BeginCompositeOperationExtendingLastOperation(String) Begin a composite operation extending the last edit operation in the history. The last operation executed will be removed from the history and added to this composite operation. Declaration void BeginCompositeOperationExtendingLastOperation(string commandName) Parameters Type Name Description System.String commandName User friendly name of the operation, or null if none. Remarks This is used, for example, to merge a segment status change with the content change operation that triggered it. EndCommonCompositeOperation() Closes a composite command in the undo buffer that was started with BeginCommonCompositeOperation(String) . This should only be used for operations where the document structure for both source and target may change without controls getting to know about it (e.g. when splitting and merging segments). Declaration void EndCommonCompositeOperation() EndCompositeOperation() Marks the successful end of a composite operation that was initiated with BeginCompositeOperation(String) . Declaration void EndCompositeOperation() Flush() Remove all operations from the buffer. Declaration void Flush() Remarks This operation cannot be undone :-) RedoMultiple(Int64) Execute multiple redo operations in one go. Declaration void RedoMultiple(long count) Parameters Type Name Description System.Int64 count The number of operations to redo. This must be a number between 0 and the value of RedoOperationCount . Remarks If a control is available it is preferable to execute undo and redo operations through the control instead, as that will move the selection in the control to the correct location too. UndoMultiple(Int64) Execute multiple undo operations in one go. Declaration void UndoMultiple(long count) Parameters Type Name Description System.Int64 count The number of operations to undo. This must be a number between 0 and the value of UndoOperationCount . Remarks If a control is available it is preferable to execute undo and redo operations through the control instead, as that will move the selection in the control to the correct location too. Events ContentChanged Raised when content of the Undo buffer changes in any way. Declaration event EventHandler ContentChanged Event Type Type Description System.EventHandler < UndoBufferContentChangedEventArgs > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.IUndoCommand.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.IUndoCommand.html", "title": "Interface IUndoCommand", - "keywords": "Interface IUndoCommand Base interface for commands that are added to the undo buffer. A command is any operation that the undo buffer must be aware of and manage. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IUndoCommand Properties IsSource Used in SideBySide editor to determine which control to use Declaration bool IsSource { get; set; } Property Value Type Description bool Name The name of the command that should be displayed to the user in drop down menus, etc. Declaration string Name { get; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IUndoCommand Base interface for commands that are added to the undo buffer. A command is any operation that the undo buffer must be aware of and manage. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public interface IUndoCommand Properties IsSource Used in SideBySide editor to determine which control to use Declaration bool IsSource { get; set; } Property Value Type Description System.Boolean Name The name of the command that should be displayed to the user in drop down menus, etc. Declaration string Name { get; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.html", "title": "Class MarkupDataNodeFinder", - "keywords": "Class MarkupDataNodeFinder Helper class that can be used with Find(Predicate, bool) to locate markup data nodes. Inheritance object MarkupDataNodeFinder Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class MarkupDataNodeFinder Constructors MarkupDataNodeFinder(IAbstractMarkupData) Contruct with a markup data item that is used in IsItem and IsNotItem comparisons. Declaration public MarkupDataNodeFinder(IAbstractMarkupData item) Parameters Type Name Description IAbstractMarkupData item Methods IsItem(IAbstractContentNode) This method can be used as delegate for Sdl.DesktopEditor.EditorApi.IContainerNode.FindContentNode to locate the first node that corresponds to the specified markup data item. Declaration public bool IsItem(IAbstractContentNode node) Parameters Type Name Description IAbstractContentNode node Returns Type Description bool IsItem(INode) This method can be used as delegate for Sdl.DesktopEditor.EditorApi.IContainerNode.Find to locate the first node that corresponds to the specified markup data item. Declaration public bool IsItem(INode node) Parameters Type Name Description INode node Returns Type Description bool IsNotItem(IAbstractContentNode) This method can be used as delegate for Sdl.DesktopEditor.EditorApi.IContainerNode.Find to locate the first node that does not correspond to the specified markup data item. Declaration public bool IsNotItem(IAbstractContentNode node) Parameters Type Name Description IAbstractContentNode node Returns Type Description bool Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class MarkupDataNodeFinder Helper class that can be used with Find(Predicate, Boolean) to locate markup data nodes. Inheritance System.Object MarkupDataNodeFinder 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class MarkupDataNodeFinder Constructors MarkupDataNodeFinder(IAbstractMarkupData) Contruct with a markup data item that is used in IsItem and IsNotItem comparisons. Declaration public MarkupDataNodeFinder(IAbstractMarkupData item) Parameters Type Name Description IAbstractMarkupData item Methods IsItem(IAbstractContentNode) This method can be used as delegate for Sdl.DesktopEditor.EditorApi.IContainerNode.FindContentNode to locate the first node that corresponds to the specified markup data item. Declaration public bool IsItem(IAbstractContentNode node) Parameters Type Name Description IAbstractContentNode node Returns Type Description System.Boolean IsItem(INode) This method can be used as delegate for Sdl.DesktopEditor.EditorApi.IContainerNode.Find to locate the first node that corresponds to the specified markup data item. Declaration public bool IsItem(INode node) Parameters Type Name Description INode node Returns Type Description System.Boolean IsNotItem(IAbstractContentNode) This method can be used as delegate for Sdl.DesktopEditor.EditorApi.IContainerNode.Find to locate the first node that does not correspond to the specified markup data item. Declaration public bool IsNotItem(IAbstractContentNode node) Parameters Type Name Description IAbstractContentNode node Returns Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.MarkupDisplayMode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.MarkupDisplayMode.html", "title": "Enum MarkupDisplayMode", - "keywords": "Enum MarkupDisplayMode The different settings for track changes markup display in the side-by-side editor. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum MarkupDisplayMode Fields Name Description NoMarkup Hide markup ShowMarkup Show markup - default ShowOriginal Show original text" + "keywords": "Enum MarkupDisplayMode The different settings for track changes markup display in the side-by-side editor. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum MarkupDisplayMode Fields Name Description NoMarkup Hide markup ShowMarkup Show markup - default ShowOriginal Show original text Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.html", "title": "Class MouseEnteringNodeEventArgs", - "keywords": "Class MouseEnteringNodeEventArgs Information passed to the MouseEnteringNode event. Inheritance object EventArgs EditControlEventArgs MouseEnteringNodeEventArgs MouseLeavingNodeEventArgs Inherited Members EditControlEventArgs.EditControl EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class MouseEnteringNodeEventArgs : EditControlEventArgs Constructors MouseEnteringNodeEventArgs() Default constructor, creates an uninitialized instance. Declaration public MouseEnteringNodeEventArgs() Properties EnteringNode The content node the mouse is entering. Declaration public IAbstractContentNode EnteringNode { get; set; } Property Value Type Description IAbstractContentNode Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class MouseEnteringNodeEventArgs Information passed to the MouseEnteringNode event. Inheritance System.Object System.EventArgs EditControlEventArgs MouseEnteringNodeEventArgs MouseLeavingNodeEventArgs Inherited Members EditControlEventArgs.EditControl System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class MouseEnteringNodeEventArgs : EditControlEventArgs Constructors MouseEnteringNodeEventArgs() Default constructor, creates an uninitialized instance. Declaration public MouseEnteringNodeEventArgs() Properties EnteringNode The content node the mouse is entering. Declaration public IAbstractContentNode EnteringNode { get; set; } Property Value Type Description IAbstractContentNode Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.html", "title": "Class MouseLeavingNodeEventArgs", - "keywords": "Class MouseLeavingNodeEventArgs Argument type passed in the MouseLeavingNode event. Inheritance object EventArgs EditControlEventArgs MouseEnteringNodeEventArgs MouseLeavingNodeEventArgs Inherited Members MouseEnteringNodeEventArgs.EnteringNode EditControlEventArgs.EditControl EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class MouseLeavingNodeEventArgs : MouseEnteringNodeEventArgs Constructors MouseLeavingNodeEventArgs() Default constructor, creates an uninitialized instance. Declaration public MouseLeavingNodeEventArgs() Properties LeavingNode The content node the mouse is leaving. Declaration public IAbstractContentNode LeavingNode { get; set; } Property Value Type Description IAbstractContentNode Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class MouseLeavingNodeEventArgs Argument type passed in the MouseLeavingNode event. Inheritance System.Object System.EventArgs EditControlEventArgs MouseEnteringNodeEventArgs MouseLeavingNodeEventArgs Inherited Members MouseEnteringNodeEventArgs.EnteringNode EditControlEventArgs.EditControl System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class MouseLeavingNodeEventArgs : MouseEnteringNodeEventArgs Constructors MouseLeavingNodeEventArgs() Default constructor, creates an uninitialized instance. Declaration public MouseLeavingNodeEventArgs() Properties LeavingNode The content node the mouse is leaving. Declaration public IAbstractContentNode LeavingNode { get; set; } Property Value Type Description IAbstractContentNode Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.html", "title": "Class MouseOverTextMarksChangedEventArgs", - "keywords": "Class MouseOverTextMarksChangedEventArgs Information sent with the event that is fired when the mouse moves over a text mark or a group of text marks. See MouseEnteringTextMarks and MouseLeavingTextMarks . Inheritance object EventArgs EditControlEventArgs MouseOverTextMarksChangedEventArgs Inherited Members EditControlEventArgs.EditControl EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class MouseOverTextMarksChangedEventArgs : EditControlEventArgs Constructors MouseOverTextMarksChangedEventArgs() default constructor Declaration public MouseOverTextMarksChangedEventArgs() Properties TextMarks The text marks that the mouse has moved over or moved away from. Declaration public IList TextMarks { get; set; } Property Value Type Description IList ITextMark Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class MouseOverTextMarksChangedEventArgs Information sent with the event that is fired when the mouse moves over a text mark or a group of text marks. See MouseEnteringTextMarks and MouseLeavingTextMarks . Inheritance System.Object System.EventArgs EditControlEventArgs MouseOverTextMarksChangedEventArgs Inherited Members EditControlEventArgs.EditControl System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class MouseOverTextMarksChangedEventArgs : EditControlEventArgs Constructors MouseOverTextMarksChangedEventArgs() default constructor Declaration public MouseOverTextMarksChangedEventArgs() Properties TextMarks The text marks that the mouse has moved over or moved away from. Declaration public IList TextMarks { get; set; } Property Value Type Description System.Collections.Generic.IList < ITextMark > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Move.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Move.html", "title": "Enum Move", - "keywords": "Enum Move Lists different types of selection moves that can be executed through the Move(Move, bool) operation. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum Move Fields Name Description EndOfDocument The logical end of the document. EndOfLine The logical end of the current line. EndOfSegment The logical end of the current segment. Does not move if the active end of selection is not inside a segment. LineDown One line down. LineUp One line up. NextCharacter The next character or node in the logical order of content. NextWordStart The start of the next word or node in the logical order of content. PageDown One screen down. PageUp One screen up. PrecedingCharacter The previous character or node in the logical order of content. PrecedingWordStart The start of the current or preceding word or node in the logical order of content. StartOfDocument The logical start of the document. StartOfLine The logical start of the current line. StartOfSegment The logical start of the current segment. Does not move if the active end of selection is not inside a segment." + "keywords": "Enum Move Lists different types of selection moves that can be executed through the Move(Move, Boolean) operation. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum Move Fields Name Description EndOfDocument The logical end of the document. EndOfLine The logical end of the current line. EndOfSegment The logical end of the current segment. Does not move if the active end of selection is not inside a segment. LineDown One line down. LineUp One line up. NextCharacter The next character or node in the logical order of content. NextWordStart The start of the next word or node in the logical order of content. PageDown One screen down. PageUp One screen up. PrecedingCharacter The previous character or node in the logical order of content. PrecedingWordStart The start of the current or preceding word or node in the logical order of content. StartOfDocument The logical start of the document. StartOfLine The logical start of the current line. StartOfSegment The logical start of the current segment. Does not move if the active end of selection is not inside a segment. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.NodeIterator.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.NodeIterator.html", "title": "Class NodeIterator", - "keywords": "Class NodeIterator Iterates over all nodes in the range. Inheritance object ContentNodeIterator NodeIterator Inherited Members ContentNodeIterator._Container ContentNodeIterator._CurrentNode ContentNodeIterator._EndNode ContentNodeIterator.Next() ContentNodeIterator.Previous() ContentNodeIterator.GetNextContentNode(IAbstractNode) ContentNodeIterator.Container ContentNodeIterator.CurrentNode ContentNodeIterator.EndNode object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax [CLSCompliant(false)] public class NodeIterator : ContentNodeIterator Constructors NodeIterator(IAbstractContainerNode) Limit iteration to the specified container, start at the first node in the container. Declaration public NodeIterator(IAbstractContainerNode container) Parameters Type Name Description IAbstractContainerNode container The bounding container NodeIterator(IAbstractContainerNode, IAbstractNode) Limit iteration to the specified container, start at a specified node (which should be in the container, but can be a sub-node). Declaration public NodeIterator(IAbstractContainerNode container, IAbstractNode from) Parameters Type Name Description IAbstractContainerNode container The bounding container IAbstractNode from The first node to start from. This is typically a node somewhere inside the container. NodeIterator(IAbstractNode) Start at the specified node. Iterate until the end of all available content, including parent nodes. Declaration public NodeIterator(IAbstractNode from) Parameters Type Name Description IAbstractNode from the position to start from, may or may not be a content node NodeIterator(IAbstractNode, IAbstractContentNode) Limit iteration to a specific end node. The iteration will stop at the upto node, which will not be returned as a content node. Declaration public NodeIterator(IAbstractNode from, IAbstractContentNode upto) Parameters Type Name Description IAbstractNode from The first node to start from. May or may not be a container. IAbstractContentNode upto The node at which to stop. Will not be part of the content iterated over, and must be after the from node to be effective. Properties CurrentAbstractNode The current node we are iterating over Declaration protected override IAbstractNode CurrentAbstractNode { get; } Property Value Type Description IAbstractNode Overrides ContentNodeIterator.CurrentAbstractNode Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class NodeIterator Iterates over all nodes in the range. Inheritance System.Object ContentNodeIterator NodeIterator Inherited Members ContentNodeIterator._Container ContentNodeIterator._CurrentNode ContentNodeIterator._EndNode ContentNodeIterator.Next() ContentNodeIterator.Previous() ContentNodeIterator.GetNextContentNode(IAbstractNode) ContentNodeIterator.Container ContentNodeIterator.CurrentNode ContentNodeIterator.EndNode 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax [CLSCompliant(false)] public class NodeIterator : ContentNodeIterator Constructors NodeIterator(IAbstractContainerNode) Limit iteration to the specified container, start at the first node in the container. Declaration public NodeIterator(IAbstractContainerNode container) Parameters Type Name Description IAbstractContainerNode container The bounding container NodeIterator(IAbstractContainerNode, IAbstractNode) Limit iteration to the specified container, start at a specified node (which should be in the container, but can be a sub-node). Declaration public NodeIterator(IAbstractContainerNode container, IAbstractNode from) Parameters Type Name Description IAbstractContainerNode container The bounding container IAbstractNode from The first node to start from. This is typically a node somewhere inside the container. NodeIterator(IAbstractNode) Start at the specified node. Iterate until the end of all available content, including parent nodes. Declaration public NodeIterator(IAbstractNode from) Parameters Type Name Description IAbstractNode from the position to start from, may or may not be a content node NodeIterator(IAbstractNode, IAbstractContentNode) Limit iteration to a specific end node. The iteration will stop at the upto node, which will not be returned as a content node. Declaration public NodeIterator(IAbstractNode from, IAbstractContentNode upto) Parameters Type Name Description IAbstractNode from The first node to start from. May or may not be a container. IAbstractContentNode upto The node at which to stop. Will not be part of the content iterated over, and must be after the from node to be effective. Properties CurrentAbstractNode The current node we are iterating over Declaration protected override IAbstractNode CurrentAbstractNode { get; } Property Value Type Description IAbstractNode Overrides ContentNodeIterator.CurrentAbstractNode Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.OverwriteModeChangedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.OverwriteModeChangedEventArgs.html", "title": "Class OverwriteModeChangedEventArgs", - "keywords": "Class OverwriteModeChangedEventArgs Event arguments used when the user changes the overwrite mode in the edit control. Inheritance object EventArgs EditControlEventArgs OverwriteModeChangedEventArgs Inherited Members EditControlEventArgs.EditControl EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class OverwriteModeChangedEventArgs : EditControlEventArgs Constructors OverwriteModeChangedEventArgs() Declaration public OverwriteModeChangedEventArgs() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class OverwriteModeChangedEventArgs Event arguments used when the user changes the overwrite mode in the edit control. Inheritance System.Object System.EventArgs EditControlEventArgs OverwriteModeChangedEventArgs Inherited Members EditControlEventArgs.EditControl System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class OverwriteModeChangedEventArgs : EditControlEventArgs Constructors OverwriteModeChangedEventArgs() Declaration public OverwriteModeChangedEventArgs() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.html", "title": "Class ParagraphUnitPropertiesChangedEventArgs", - "keywords": "Class ParagraphUnitPropertiesChangedEventArgs Information passed in the ParagraphUnitPropertiesChanged event. Inheritance object EventArgs ParagraphUnitPropertiesChangedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ParagraphUnitPropertiesChangedEventArgs : EventArgs Constructors ParagraphUnitPropertiesChangedEventArgs(IParagraphUnitProperties, IParagraphUnitProperties) Construct with the updated and original paragraph unit properties. Declaration public ParagraphUnitPropertiesChangedEventArgs(IParagraphUnitProperties newProperties, IParagraphUnitProperties oldProperties) Parameters Type Name Description IParagraphUnitProperties newProperties IParagraphUnitProperties oldProperties Properties OldProperties The paragraph unit properties before they were updated. Declaration public IParagraphUnitProperties OldProperties { get; set; } Property Value Type Description IParagraphUnitProperties Properties The updated paragraph unit properties. Declaration public IParagraphUnitProperties Properties { get; set; } Property Value Type Description IParagraphUnitProperties Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ParagraphUnitPropertiesChangedEventArgs Information passed in the ParagraphUnitPropertiesChanged event. Inheritance System.Object System.EventArgs ParagraphUnitPropertiesChangedEventArgs Inherited Members System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class ParagraphUnitPropertiesChangedEventArgs : EventArgs Constructors ParagraphUnitPropertiesChangedEventArgs(IParagraphUnitProperties, IParagraphUnitProperties) Construct with the updated and original paragraph unit properties. Declaration public ParagraphUnitPropertiesChangedEventArgs(IParagraphUnitProperties newProperties, IParagraphUnitProperties oldProperties) Parameters Type Name Description IParagraphUnitProperties newProperties IParagraphUnitProperties oldProperties Properties OldProperties The paragraph unit properties before they were updated. Declaration public IParagraphUnitProperties OldProperties { get; set; } Property Value Type Description IParagraphUnitProperties Properties The updated paragraph unit properties. Declaration public IParagraphUnitProperties Properties { get; set; } Property Value Type Description IParagraphUnitProperties Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.html", "title": "Class PersistentScrollInfoChangedEventArgs", - "keywords": "Class PersistentScrollInfoChangedEventArgs Arguments passed in the PersistentScrollInfoChanged event. Inheritance object EventArgs PersistentScrollInfoChangedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class PersistentScrollInfoChangedEventArgs : EventArgs Constructors PersistentScrollInfoChangedEventArgs() Default constructor. Declaration public PersistentScrollInfoChangedEventArgs() PersistentScrollInfoChangedEventArgs(long, long, long, long) Construct from explicit values. Declaration public PersistentScrollInfoChangedEventArgs(long oldRowNumber, long oldOffset, long newRowNumber, long newOffset) Parameters Type Name Description long oldRowNumber long oldOffset long newRowNumber long newOffset Properties NewOffset The new value for TopmostVisibleRowScrollOffset. Declaration public long NewOffset { get; set; } Property Value Type Description long NewRowNumber The new value for TopmostVisibleRowNumber. Declaration public long NewRowNumber { get; set; } Property Value Type Description long OldOffset The previous value for TopmostVisibleRowScrollOffset. Declaration public long OldOffset { get; set; } Property Value Type Description long OldRowNumber The previous value for TopmostVisibleRowNumber. Declaration public long OldRowNumber { get; set; } Property Value Type Description long Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class PersistentScrollInfoChangedEventArgs Arguments passed in the PersistentScrollInfoChanged event. Inheritance System.Object System.EventArgs PersistentScrollInfoChangedEventArgs Inherited Members System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class PersistentScrollInfoChangedEventArgs : EventArgs Constructors PersistentScrollInfoChangedEventArgs() Default constructor. Declaration public PersistentScrollInfoChangedEventArgs() PersistentScrollInfoChangedEventArgs(Int64, Int64, Int64, Int64) Construct from explicit values. Declaration public PersistentScrollInfoChangedEventArgs(long oldRowNumber, long oldOffset, long newRowNumber, long newOffset) Parameters Type Name Description System.Int64 oldRowNumber System.Int64 oldOffset System.Int64 newRowNumber System.Int64 newOffset Properties NewOffset The new value for TopmostVisibleRowScrollOffset. Declaration public long NewOffset { get; set; } Property Value Type Description System.Int64 NewRowNumber The new value for TopmostVisibleRowNumber. Declaration public long NewRowNumber { get; set; } Property Value Type Description System.Int64 OldOffset The previous value for TopmostVisibleRowScrollOffset. Declaration public long OldOffset { get; set; } Property Value Type Description System.Int64 OldRowNumber The previous value for TopmostVisibleRowNumber. Declaration public long OldRowNumber { get; set; } Property Value Type Description System.Int64 Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Position.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Position.html", "title": "Class Position", - "keywords": "Class Position A location in the content being edited. Inheritance object Position Implements ICloneable IComparable Position Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class Position : ICloneable, IComparable Constructors Position() Constructs an uninitialized position. Declaration public Position() Remarks The object is not considered valid until a node has been set. Position(IAbstractContentNode) Constructs a position that references a node. Declaration public Position(IAbstractContentNode node) Parameters Type Name Description IAbstractContentNode node The node. Remarks Use this constructor for position that are not inside text nodes. Position(ITextNode, long) Constructs a position that references a location inside a text node. Declaration public Position(ITextNode node, long textOffset) Parameters Type Name Description ITextNode node the text node long textOffset 0-based offset in the text of the text node. Position(Position) Construct a position that has the same values as another position object. Declaration public Position(Position other) Parameters Type Name Description Position other Properties IsValid Indicates whether the position is valid or not. Declaration public virtual bool IsValid { get; } Property Value Type Description bool Remarks The position is not valid if the node is null, if the text offset is negative, if the text offset is non-zero for a non-text node or if the text offset is greater or equal to the length of the node. Node The node this position references, or null if the position is not valid. Declaration public IAbstractContentNode Node { get; set; } Property Value Type Description IAbstractContentNode TextOffset The 0-based offset into the text in the text node. Declaration public long TextOffset { get; set; } Property Value Type Description long Methods Clone() A (shallow) clone of the object. Declaration public object Clone() Returns Type Description object CompareTo(Position) Compare to another position. Declaration public int CompareTo(Position other) Parameters Type Name Description Position other Returns Type Description int 1 if the other position appears before this one, 0 if they are equal or -1 if this position appears before the other. Remarks If the other position is null it is considered \"before\". If both positions are invalid they are considered \"equal\". If one position is valid and the other not, the invalid position is considered \"before\" (similar to a null comparison). If both positions are valid but do not appear in the same root container they cannot be compared, in which case an exception is thrown. Equals(object) True if referring to the same node and text offset. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetAncestors() Ordered list of all parent nodes, where the root node is first in the list. Declaration public List GetAncestors() Returns Type Description List IAbstractContainerNode GetHashCode() Node hash code combined with the text offet. Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() IsAfter(Position) Compare two positions to determine if this is after the other. Declaration public bool IsAfter(Position other) Parameters Type Name Description Position other Returns Type Description bool true if both positions are valid, in the same root container, and the this position is after the other. IsBefore(Position) Compare two positions to determine if this is before the other. Declaration public bool IsBefore(Position other) Parameters Type Name Description Position other Returns Type Description bool true if both positions are valid, in the same root container, and the this position is before the other. Implements ICloneable IComparable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class Position A location in the content being edited. Inheritance System.Object Position Implements System.ICloneable System.IComparable < Position > Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class Position : ICloneable, IComparable Constructors Position() Constructs an uninitialized position. Declaration public Position() Remarks The object is not considered valid until a node has been set. Position(IAbstractContentNode) Constructs a position that references a node. Declaration public Position(IAbstractContentNode node) Parameters Type Name Description IAbstractContentNode node The node. Remarks Use this constructor for position that are not inside text nodes. Position(ITextNode, Int64) Constructs a position that references a location inside a text node. Declaration public Position(ITextNode node, long textOffset) Parameters Type Name Description ITextNode node the text node System.Int64 textOffset 0-based offset in the text of the text node. Position(Position) Construct a position that has the same values as another position object. Declaration public Position(Position other) Parameters Type Name Description Position other Properties IsValid Indicates whether the position is valid or not. Declaration public virtual bool IsValid { get; } Property Value Type Description System.Boolean Remarks The position is not valid if the node is null, if the text offset is negative, if the text offset is non-zero for a non-text node or if the text offset is greater or equal to the length of the node. Node The node this position references, or null if the position is not valid. Declaration public IAbstractContentNode Node { get; set; } Property Value Type Description IAbstractContentNode TextOffset The 0-based offset into the text in the text node. Declaration public long TextOffset { get; set; } Property Value Type Description System.Int64 Methods Clone() A (shallow) clone of the object. Declaration public object Clone() Returns Type Description System.Object CompareTo(Position) Compare to another position. Declaration public int CompareTo(Position other) Parameters Type Name Description Position other Returns Type Description System.Int32 1 if the other position appears before this one, 0 if they are equal or -1 if this position appears before the other. Remarks If the other position is null it is considered \"before\". If both positions are invalid they are considered \"equal\". If one position is valid and the other not, the invalid position is considered \"before\" (similar to a null comparison). If both positions are valid but do not appear in the same root container they cannot be compared, in which case an exception is thrown. Equals(Object) True if referring to the same node and text offset. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetAncestors() Ordered list of all parent nodes, where the root node is first in the list. Declaration public List GetAncestors() Returns Type Description System.Collections.Generic.List < IAbstractContainerNode > GetHashCode() Node hash code combined with the text offet. Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() IsAfter(Position) Compare two positions to determine if this is after the other. Declaration public bool IsAfter(Position other) Parameters Type Name Description Position other Returns Type Description System.Boolean true if both positions are valid, in the same root container, and the this position is after the other. IsBefore(Position) Compare two positions to determine if this is before the other. Declaration public bool IsBefore(Position other) Parameters Type Name Description Position other Returns Type Description System.Boolean true if both positions are valid, in the same root container, and the this position is before the other. Implements System.ICloneable System.IComparable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.html", "title": "Class RowChangedEventArgs", - "keywords": "Class RowChangedEventArgs Information passed in events that involves changes to a row. Inheritance object EventArgs RowChangedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class RowChangedEventArgs : EventArgs Constructors RowChangedEventArgs() Default constructor Declaration public RowChangedEventArgs() Fields IsLastInRange Declaration public bool IsLastInRange Field Value Type Description bool IsRangeOperation Declaration public bool IsRangeOperation Field Value Type Description bool Properties ChangedRow The row that has been changed Declaration public IRowInfo ChangedRow { get; set; } Property Value Type Description IRowInfo Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class RowChangedEventArgs Information passed in events that involves changes to a row. Inheritance System.Object System.EventArgs RowChangedEventArgs Inherited Members System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class RowChangedEventArgs : EventArgs Constructors RowChangedEventArgs() Default constructor Declaration public RowChangedEventArgs() Fields IsLastInRange Declaration public bool IsLastInRange Field Value Type Description System.Boolean IsRangeOperation Declaration public bool IsRangeOperation Field Value Type Description System.Boolean Properties ChangedRow The row that has been changed Declaration public IRowInfo ChangedRow { get; set; } Property Value Type Description IRowInfo Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.html", "title": "Class RowsChangedEventArgs", - "keywords": "Class RowsChangedEventArgs Information passed in events that involve changes to collections of rows in the edit control, e.g. HighlightedRowsChanged . Inheritance object EventArgs RowsChangedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class RowsChangedEventArgs : EventArgs Constructors RowsChangedEventArgs() default constructor Declaration public RowsChangedEventArgs() Properties RowsAfter The rows after the change happened. Declaration public IList RowsAfter { get; set; } Property Value Type Description IList IRowInfo RowsBefore The rows before the change happened. Declaration public IList RowsBefore { get; set; } Property Value Type Description IList IRowInfo Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class RowsChangedEventArgs Information passed in events that involve changes to collections of rows in the edit control, e.g. HighlightedRowsChanged . Inheritance System.Object System.EventArgs RowsChangedEventArgs Inherited Members System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class RowsChangedEventArgs : EventArgs Constructors RowsChangedEventArgs() default constructor Declaration public RowsChangedEventArgs() Properties RowsAfter The rows after the change happened. Declaration public IList RowsAfter { get; set; } Property Value Type Description System.Collections.Generic.IList < IRowInfo > RowsBefore The rows before the change happened. Declaration public IList RowsBefore { get; set; } Property Value Type Description System.Collections.Generic.IList < IRowInfo > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.html", "title": "Class SegmentPropertiesChangedEventArgs", - "keywords": "Class SegmentPropertiesChangedEventArgs Information passed in the SegmentPropertiesChanged event. Inheritance object EventArgs SegmentPropertiesChangedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class SegmentPropertiesChangedEventArgs : EventArgs Constructors SegmentPropertiesChangedEventArgs(ParagraphUnitId, ISegmentPairProperties, ISegmentPairProperties) Construct with the paragraph ID and the the new and old segment properties. Declaration public SegmentPropertiesChangedEventArgs(ParagraphUnitId paragraphId, ISegmentPairProperties newProperties, ISegmentPairProperties oldProperties) Parameters Type Name Description ParagraphUnitId paragraphId ISegmentPairProperties newProperties ISegmentPairProperties oldProperties Properties NewProperties Node in the target document corresponding to the segment with updated properties. Declaration public ISegmentPairProperties NewProperties { get; set; } Property Value Type Description ISegmentPairProperties OldProperties The segment pair properties before they were changed. Declaration public ISegmentPairProperties OldProperties { get; set; } Property Value Type Description ISegmentPairProperties ParagraphUnitId Node in the source document corresponding to the segment with updated properties. Declaration public ParagraphUnitId ParagraphUnitId { get; set; } Property Value Type Description ParagraphUnitId Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SegmentPropertiesChangedEventArgs Information passed in the SegmentPropertiesChanged event. Inheritance System.Object System.EventArgs SegmentPropertiesChangedEventArgs Inherited Members System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class SegmentPropertiesChangedEventArgs : EventArgs Constructors SegmentPropertiesChangedEventArgs(ParagraphUnitId, ISegmentPairProperties, ISegmentPairProperties) Construct with the paragraph ID and the the new and old segment properties. Declaration public SegmentPropertiesChangedEventArgs(ParagraphUnitId paragraphId, ISegmentPairProperties newProperties, ISegmentPairProperties oldProperties) Parameters Type Name Description ParagraphUnitId paragraphId ISegmentPairProperties newProperties ISegmentPairProperties oldProperties Properties NewProperties Node in the target document corresponding to the segment with updated properties. Declaration public ISegmentPairProperties NewProperties { get; set; } Property Value Type Description ISegmentPairProperties OldProperties The segment pair properties before they were changed. Declaration public ISegmentPairProperties OldProperties { get; set; } Property Value Type Description ISegmentPairProperties ParagraphUnitId Node in the source document corresponding to the segment with updated properties. Declaration public ParagraphUnitId ParagraphUnitId { get; set; } Property Value Type Description ParagraphUnitId Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.SelectionChangedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.SelectionChangedEventArgs.html", "title": "Class SelectionChangedEventArgs", - "keywords": "Class SelectionChangedEventArgs Arguments passed in the SelectionChanged event. Inheritance object EventArgs EditControlEventArgs SelectionChangedEventArgs Inherited Members EditControlEventArgs.EditControl EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class SelectionChangedEventArgs : EditControlEventArgs Constructors SelectionChangedEventArgs() Declaration public SelectionChangedEventArgs() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SelectionChangedEventArgs Arguments passed in the SelectionChanged event. Inheritance System.Object System.EventArgs EditControlEventArgs SelectionChangedEventArgs Inherited Members EditControlEventArgs.EditControl System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class SelectionChangedEventArgs : EditControlEventArgs Constructors SelectionChangedEventArgs() Declaration public SelectionChangedEventArgs() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.Shading.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.Shading.html", "title": "Enum Shading", - "keywords": "Enum Shading Background shading state used for rows in the edit control. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum Shading Fields Name Description NotShaded The row does not have a shaded background. Shaded The row has a shaded background. Undefined The shading status has not yet been determined." + "keywords": "Enum Shading Background shading state used for rows in the edit control. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum Shading Fields Name Description NotShaded The row does not have a shaded background. Shaded The row has a shaded background. Undefined The shading status has not yet been determined. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.html", "title": "Class SourceEditingModeEndedEventArgs", - "keywords": "Class SourceEditingModeEndedEventArgs Event arguments used when a source editing operation is ened. Inheritance object EventArgs EditControlEventArgs SourceEditingModeEndedEventArgs Inherited Members EditControlEventArgs.EditControl EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class SourceEditingModeEndedEventArgs : EditControlEventArgs Constructors SourceEditingModeEndedEventArgs() Declaration public SourceEditingModeEndedEventArgs() Properties EditedRow The edited row. Hooray, what a useful enforced comment. Declaration public IRowInfo EditedRow { get; set; } Property Value Type Description IRowInfo Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SourceEditingModeEndedEventArgs Event arguments used when a source editing operation is ened. Inheritance System.Object System.EventArgs EditControlEventArgs SourceEditingModeEndedEventArgs Inherited Members EditControlEventArgs.EditControl System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class SourceEditingModeEndedEventArgs : EditControlEventArgs Constructors SourceEditingModeEndedEventArgs() Declaration public SourceEditingModeEndedEventArgs() Properties EditedRow The edited row. Hooray, what a useful enforced comment. Declaration public IRowInfo EditedRow { get; set; } Property Value Type Description IRowInfo Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.html", "title": "Class SourceEditingModeStartedEventArgs", - "keywords": "Class SourceEditingModeStartedEventArgs Event arguments used when a source editing operation is ened. Inheritance object EventArgs EditControlEventArgs SourceEditingModeStartedEventArgs Inherited Members EditControlEventArgs.EditControl EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class SourceEditingModeStartedEventArgs : EditControlEventArgs Constructors SourceEditingModeStartedEventArgs() Declaration public SourceEditingModeStartedEventArgs() Properties EditedRow The edited row. Hooray, what a useful enforced comment. Declaration public IRowInfo EditedRow { get; set; } Property Value Type Description IRowInfo Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SourceEditingModeStartedEventArgs Event arguments used when a source editing operation is ened. Inheritance System.Object System.EventArgs EditControlEventArgs SourceEditingModeStartedEventArgs Inherited Members EditControlEventArgs.EditControl System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class SourceEditingModeStartedEventArgs : EditControlEventArgs Constructors SourceEditingModeStartedEventArgs() Declaration public SourceEditingModeStartedEventArgs() Properties EditedRow The edited row. Hooray, what a useful enforced comment. Declaration public IRowInfo EditedRow { get; set; } Property Value Type Description IRowInfo Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.TagDisplayMode.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.TagDisplayMode.html", "title": "Enum TagDisplayMode", - "keywords": "Enum TagDisplayMode The different settings for tag display text in the side-by-side editor. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum TagDisplayMode Fields Name Description DisplayText Show the DisplayText on the tag. This is the most common way to show tags, it makes them easy to identify while still keeping the tags short. Invalid An invalid tag display mode. Used to indicate failures. NoText Show tags without text. This makes them as small as possible. TagContent Show the TagContent on the tag. This shows the full text that the tag consists of, and it can result in very long tags. However it is sometimes important to see exactly what the content of a tag is, and that's when this mode is useful. TagId Show tag ID (only) on the tags. This can be useful to identify tags between source and target in a segment, or tags that have been split, as the corresponding tags should have the same ID (while other tags with different ID could still have the same tag content). Unspecified This value is used when source and target views in the side-by-side edit control use different tag display modes, or if the display mode for some other reason could not be determined." + "keywords": "Enum TagDisplayMode The different settings for tag display text in the side-by-side editor. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum TagDisplayMode Fields Name Description DisplayText Show the DisplayText on the tag. This is the most common way to show tags, it makes them easy to identify while still keeping the tags short. Invalid An invalid tag display mode. Used to indicate failures. NoText Show tags without text. This makes them as small as possible. TagContent Show the TagContent on the tag. This shows the full text that the tag consists of, and it can result in very long tags. However it is sometimes important to see exactly what the content of a tag is, and that's when this mode is useful. TagId Show tag ID (only) on the tags. This can be useful to identify tags between source and target in a segment, or tags that have been split, as the corresponding tags should have the same ID (while other tags with different ID could still have the same tag content). Unspecified This value is used when source and target views in the side-by-side edit control use different tag display modes, or if the display mode for some other reason could not be determined. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.TextMarkLayer.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.TextMarkLayer.html", "title": "Enum TextMarkLayer", - "keywords": "Enum TextMarkLayer Used together with text marks to indicate if they should be drawn behind or in front of the main content (i.e. the text and tags) in the edit control. Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum TextMarkLayer Fields Name Description Background The mark is drawn before the main content. This will cause the mark to appear behind the main content (and behind any foreground marks) if they overlap. Foreground The mark is drawn after the main content. This will cause the mark to appear in front of the main content (and any background marks) if they overlap." + "keywords": "Enum TextMarkLayer Used together with text marks to indicate if they should be drawn behind or in front of the main content (i.e. the text and tags) in the edit control. Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public enum TextMarkLayer Fields Name Description Background The mark is drawn before the main content. This will cause the mark to appear behind the main content (and behind any foreground marks) if they overlap. Foreground The mark is drawn after the main content. This will cause the mark to appear in front of the main content (and any background marks) if they overlap. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.html", "title": "Class UndoBufferContentChangedEventArgs", - "keywords": "Class UndoBufferContentChangedEventArgs Information about a change in the undo buffer. Inheritance object EventArgs UndoBufferContentChangedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class UndoBufferContentChangedEventArgs : EventArgs Constructors UndoBufferContentChangedEventArgs(bool) default constructor Declaration public UndoBufferContentChangedEventArgs(bool isDocumentContentChanged) Parameters Type Name Description bool isDocumentContentChanged Properties IsDocumentContentChanged Indicates whether the change in the undo buffer was related to a change that affected document content. Declaration public bool IsDocumentContentChanged { get; set; } Property Value Type Description bool Remarks Flushing the undo buffer does not affect the document content. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class UndoBufferContentChangedEventArgs Information about a change in the undo buffer. Inheritance System.Object System.EventArgs UndoBufferContentChangedEventArgs Inherited Members System.EventArgs.Empty 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.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class UndoBufferContentChangedEventArgs : EventArgs Constructors UndoBufferContentChangedEventArgs(Boolean) default constructor Declaration public UndoBufferContentChangedEventArgs(bool isDocumentContentChanged) Parameters Type Name Description System.Boolean isDocumentContentChanged Properties IsDocumentContentChanged Indicates whether the change in the undo buffer was related to a change that affected document content. Declaration public bool IsDocumentContentChanged { get; set; } Property Value Type Description System.Boolean Remarks Flushing the undo buffer does not affect the document content. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.DesktopEditor.EditorApi.VScrollEventArgs.html": { "href": "api/integration/Sdl.DesktopEditor.EditorApi.VScrollEventArgs.html", "title": "Class VScrollEventArgs", - "keywords": "Class VScrollEventArgs Arguments passed in the VScroll event. Inheritance object EventArgs ScrollEventArgs VScrollEventArgs Inherited Members ScrollEventArgs.ScrollOrientation ScrollEventArgs.Type ScrollEventArgs.NewValue ScrollEventArgs.OldValue EventArgs.Empty object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.DesktopEditor EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class VScrollEventArgs : ScrollEventArgs Constructors VScrollEventArgs(ScrollEventType, int, int) Wraps the Windows Forms constructor. Declaration public VScrollEventArgs(ScrollEventType type, int oldValue, int newValue) Parameters Type Name Description ScrollEventType type int oldValue int newValue Properties EditControl The edit control in which the selection changed. Declaration public IEditControl EditControl { get; set; } Property Value Type Description IEditControl Handled Set to true once the event has been handled. This is required because for some strange reason events get passed around several times when the edit control is embedded into the TRADOS Studio prototype. Declaration public bool Handled { get; set; } Property Value Type Description bool Methods ToString() Debug helper method Declaration public override string ToString() Returns Type Description string Overrides object.ToString() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class VScrollEventArgs Arguments passed in the VScroll event. Inheritance System.Object VScrollEventArgs Namespace : Sdl.DesktopEditor.EditorApi Assembly : Sdl.DesktopEditor.EditorApi.dll Syntax public class VScrollEventArgs : ScrollEventArgs Constructors VScrollEventArgs(ScrollEventType, Int32, Int32) Wraps the Windows Forms constructor. Declaration public VScrollEventArgs(ScrollEventType type, int oldValue, int newValue) Parameters Type Name Description System.Windows.Forms.ScrollEventType type System.Int32 oldValue System.Int32 newValue Properties EditControl The edit control in which the selection changed. Declaration public IEditControl EditControl { get; set; } Property Value Type Description IEditControl Handled Set to true once the event has been handled. This is required because for some strange reason events get passed around several times when the edit control is embedded into the TRADOS Studio prototype. Declaration public bool Handled { get; set; } Property Value Type Description System.Boolean Methods ToString() Debug helper method Declaration public override string ToString() Returns Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.LanguageCloud.IdentityApi.html": { "href": "api/integration/Sdl.LanguageCloud.IdentityApi.html", @@ -4862,102 +4567,97 @@ "api/integration/Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.html": { "href": "api/integration/Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.html", "title": "Interface ILanguageCloudIdentityApi", - "keywords": "Interface ILanguageCloudIdentityApi Namespace : Sdl Sdl.LanguageCloud IdentityApi Assembly : Sdl.LanguageCloud.IdentityApi.dll Syntax public interface ILanguageCloudIdentityApi Properties AccessToken Declaration string AccessToken { get; } Property Value Type Description string ActiveAccountId Declaration string ActiveAccountId { get; } Property Value Type Description string ActiveTenantId Declaration string ActiveTenantId { get; } Property Value Type Description string ActiveUserId Declaration string ActiveUserId { get; } Property Value Type Description string BaseUrl Declaration string BaseUrl { get; } Property Value Type Description string LanguageCloudCredential Declaration LanguageCloudCredentialInfo LanguageCloudCredential { get; } Property Value Type Description LanguageCloudCredentialInfo StudioApplicationKey Declaration string StudioApplicationKey { get; } Property Value Type Description string StudioClientId Declaration string StudioClientId { get; } Property Value Type Description string Methods EnsureValidConnection() Declaration void EnsureValidConnection() LoginWithToken(LoginData) Declaration bool LoginWithToken(LoginData loginData) Parameters Type Name Description LoginData loginData Returns Type Description bool Logout() Declaration bool Logout() Returns Type Description bool TryLogin(out string, bool) Declaration bool TryLogin(out string errorMessage, bool showLoginDialog = true) Parameters Type Name Description string errorMessage bool showLoginDialog Returns Type Description bool Events LoginStatusChanged Declaration event EventHandler LoginStatusChanged Event Type Type Description EventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ILanguageCloudIdentityApi Namespace : Sdl.LanguageCloud.IdentityApi Assembly : Sdl.LanguageCloud.IdentityApi.dll Syntax public interface ILanguageCloudIdentityApi Properties AccessToken Declaration string AccessToken { get; } Property Value Type Description System.String ActiveTenantId Declaration string ActiveTenantId { get; } Property Value Type Description System.String ActiveUserId Declaration string ActiveUserId { get; } Property Value Type Description System.String BaseUrl Declaration string BaseUrl { get; } Property Value Type Description System.String LanguageCloudCredential Declaration LanguageCloudCredentialInfo LanguageCloudCredential { get; } Property Value Type Description LanguageCloudCredentialInfo StudioApplicationKey Declaration string StudioApplicationKey { get; } Property Value Type Description System.String StudioClientId Declaration string StudioClientId { get; } Property Value Type Description System.String Methods EnsureValidConnection() Declaration void EnsureValidConnection() LoginWithToken(LoginData) Declaration bool LoginWithToken(LoginData loginData) Parameters Type Name Description LoginData loginData Returns Type Description System.Boolean Logout() Declaration bool Logout() Returns Type Description System.Boolean TryLogin(out String, Boolean) Declaration bool TryLogin(out string errorMessage, bool showLoginDialog = true) Parameters Type Name Description System.String errorMessage System.Boolean showLoginDialog Returns Type Description System.Boolean Events LoginStatusChanged Declaration event EventHandler LoginStatusChanged Event Type Type Description System.EventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.LanguageCloud.IdentityApi.LanguageCloudCredentialInfo.html": { "href": "api/integration/Sdl.LanguageCloud.IdentityApi.LanguageCloudCredentialInfo.html", "title": "Class LanguageCloudCredentialInfo", - "keywords": "Class LanguageCloudCredentialInfo Class that holds information about a LanguageCloud user. Inheritance object LanguageCloudCredentialInfo Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguageCloud IdentityApi Assembly : Sdl.LanguageCloud.IdentityApi.dll Syntax public class LanguageCloudCredentialInfo Properties AccountName The name of the user's active account. Declaration public string AccountName { get; } Property Value Type Description string Email The email(SDL ID) of the user. Declaration public string Email { get; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class LanguageCloudCredentialInfo Class that holds information about a LanguageCloud user. Inheritance System.Object LanguageCloudCredentialInfo Namespace : Sdl.LanguageCloud.IdentityApi Assembly : Sdl.LanguageCloud.IdentityApi.dll Syntax public class LanguageCloudCredentialInfo : Object Properties AccountName The name of the user's active account. Declaration public string AccountName { get; } Property Value Type Description System.String Email The email(SDL ID) of the user. Declaration public string Email { get; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.LanguageCloud.IdentityApi.LanguageCloudIdentityApi.html": { "href": "api/integration/Sdl.LanguageCloud.IdentityApi.LanguageCloudIdentityApi.html", "title": "Class LanguageCloudIdentityApi", - "keywords": "Class LanguageCloudIdentityApi Singleton implementation that provides LanguageCloud Identity access. Inheritance object LanguageCloudIdentityApi Implements ILanguageCloudIdentityApi Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguageCloud IdentityApi Assembly : Sdl.LanguageCloud.IdentityApi.dll Syntax public class LanguageCloudIdentityApi : ILanguageCloudIdentityApi Properties AccessToken Declaration public string AccessToken { get; } Property Value Type Description string ActiveAccountId Declaration [Obsolete(\"No longer available\")] public string ActiveAccountId { get; } Property Value Type Description string ActiveTenantId Declaration public string ActiveTenantId { get; } Property Value Type Description string ActiveUserId Declaration public string ActiveUserId { get; } Property Value Type Description string BaseUrl Declaration public string BaseUrl { get; } Property Value Type Description string Instance Singleton instance Declaration public static ILanguageCloudIdentityApi Instance { get; } Property Value Type Description ILanguageCloudIdentityApi LanguageCloudCredential Access to information about the LanguageCloud credential in use. Declaration public LanguageCloudCredentialInfo LanguageCloudCredential { get; } Property Value Type Description LanguageCloudCredentialInfo StudioApplicationKey The key used for identifying calls made from Trados Studio. Declaration public string StudioApplicationKey { get; } Property Value Type Description string StudioClientId The key used for identifying login calls made from Trados Studio. Declaration public string StudioClientId { get; } Property Value Type Description string Methods EnsureValidConnection() Declaration public void EnsureValidConnection() LoginWithToken(LoginData) Declaration public bool LoginWithToken(LoginData loginData) Parameters Type Name Description LoginData loginData Returns Type Description bool Logout() Logout from LanguageCloud and clear any credentials stored in memory. Returns a bool value representing the success or failure of the logout operation. Declaration public bool Logout() Returns Type Description bool True if logout succeeded. False if logout failed TryLogin(out string, bool) Login to LanguageCloud using the credentials stored in memory or provided through the Login dialog. Returns a bool value representing the success or failure of the login operation. Declaration public bool TryLogin(out string errorMessage, bool showLoginDialog = true) Parameters Type Name Description string errorMessage A string containing an error message if the login failed. bool showLoginDialog Optional parameter that specifies if the Studio dialog for Login should be displayed. Returns Type Description bool True if login succeeded. False if login failed Events LoginStatusChanged Raised when login, logout or switch account actions occur. Declaration public event EventHandler LoginStatusChanged Event Type Type Description EventHandler Implements ILanguageCloudIdentityApi Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class LanguageCloudIdentityApi Singleton implementation that provides LanguageCloud Identity access. Inheritance System.Object LanguageCloudIdentityApi Implements ILanguageCloudIdentityApi Namespace : Sdl.LanguageCloud.IdentityApi Assembly : Sdl.LanguageCloud.IdentityApi.dll Syntax public class LanguageCloudIdentityApi : Object, ILanguageCloudIdentityApi Properties AccessToken Declaration public string AccessToken { get; } Property Value Type Description System.String ActiveAccountId Declaration public string ActiveAccountId { get; } Property Value Type Description System.String ActiveTenantId Declaration public string ActiveTenantId { get; } Property Value Type Description System.String ActiveUserId Declaration public string ActiveUserId { get; } Property Value Type Description System.String BaseUrl Declaration public string BaseUrl { get; } Property Value Type Description System.String Instance Singleton instance Declaration public static ILanguageCloudIdentityApi Instance { get; } Property Value Type Description ILanguageCloudIdentityApi LanguageCloudCredential Access to information about the LanguageCloud credential in use. Declaration public LanguageCloudCredentialInfo LanguageCloudCredential { get; } Property Value Type Description LanguageCloudCredentialInfo StudioApplicationKey The key used for identifying calls made from Trados Studio. Declaration public string StudioApplicationKey { get; } Property Value Type Description System.String StudioClientId The key used for identifying login calls made from Trados Studio. Declaration public string StudioClientId { get; } Property Value Type Description System.String Methods EnsureValidConnection() Declaration public void EnsureValidConnection() LoginWithToken(LoginData) Declaration public bool LoginWithToken(LoginData loginData) Parameters Type Name Description LoginData loginData Returns Type Description System.Boolean Logout() Logout from LanguageCloud and clear any credentials stored in memory. Returns a bool value representing the success or failure of the logout operation. Declaration public bool Logout() Returns Type Description System.Boolean True if logout succeeded. False if logout failed TryLogin(out String, Boolean) Login to LanguageCloud using the credentials stored in memory or provided through the Login dialog. Returns a bool value representing the success or failure of the login operation. Declaration public bool TryLogin(out string errorMessage, bool showLoginDialog = true) Parameters Type Name Description System.String errorMessage A string containing an error message if the login failed. System.Boolean showLoginDialog Optional parameter that specifies if the Studio dialog for Login should be displayed. Returns Type Description System.Boolean True if login succeeded. False if login failed Events LoginStatusChanged Raised when login, logout or switch account actions occur. Declaration public event EventHandler LoginStatusChanged Event Type Type Description System.EventHandler Implements ILanguageCloudIdentityApi Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.LanguageCloud.IdentityApi.LoginData.html": { "href": "api/integration/Sdl.LanguageCloud.IdentityApi.LoginData.html", "title": "Class LoginData", - "keywords": "Class LoginData Inheritance object LoginData Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguageCloud IdentityApi Assembly : Sdl.LanguageCloud.IdentityApi.dll Syntax public class LoginData Constructors LoginData() Declaration public LoginData() Properties AccessToken Declaration public string AccessToken { get; set; } Property Value Type Description string IdToken Declaration public string IdToken { get; set; } Property Value Type Description string RefreshToken Declaration public string RefreshToken { get; set; } Property Value Type Description string TenantId Declaration public string TenantId { get; set; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class LoginData Inheritance System.Object LoginData Namespace : Sdl.LanguageCloud.IdentityApi Assembly : Sdl.LanguageCloud.IdentityApi.dll Syntax public class LoginData : Object Constructors LoginData() Declaration public LoginData() Properties AccessToken Declaration public string AccessToken { get; set; } Property Value Type Description System.String IdToken Declaration public string IdToken { get; set; } Property Value Type Description System.String RefreshToken Declaration public string RefreshToken { get; set; } Property Value Type Description System.String TenantId Declaration public string TenantId { get; set; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TellMe.ProviderApi.AbstractTellMeAction.html": { "href": "api/integration/Sdl.TellMe.ProviderApi.AbstractTellMeAction.html", "title": "Class AbstractTellMeAction", - "keywords": "Class AbstractTellMeAction Provides default implementation for the Tell Me action. Inheritance object AbstractTellMeAction Implements ITellMeAction Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TellMe ProviderApi Assembly : Sdl.TellMe.ProviderApi.dll Syntax public abstract class AbstractTellMeAction : ITellMeAction Constructors AbstractTellMeAction() Declaration protected AbstractTellMeAction() Properties Category Category after the results will be grouped Declaration public virtual string Category { get; set; } Property Value Type Description string Description Description for the Action Declaration public string Description { get; protected set; } Property Value Type Description string Icon The icon displayed with the action description in the UI suggestion box. Declaration public virtual Icon Icon { get; protected set; } Property Value Type Description Icon Id Action unique id. Declaration public Guid Id { get; } Property Value Type Description Guid IsAvailable Action is available to be executed Declaration public abstract bool IsAvailable { get; } Property Value Type Description bool Keywords The keywords mapped to this action. Declaration public string[] Keywords { get; set; } Property Value Type Description string Name User friendly description which will be displayed in the UI. Declaration public string Name { get; protected set; } Property Value Type Description string Methods Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) Execute() Executes the current action. Declaration public abstract void Execute() GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Implements ITellMeAction Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractTellMeAction Provides default implementation for the Tell Me action. Inheritance System.Object AbstractTellMeAction Implements ITellMeAction Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.TellMe.ProviderApi Assembly : Sdl.TellMe.ProviderApi.dll Syntax public abstract class AbstractTellMeAction : ITellMeAction Constructors AbstractTellMeAction() Declaration protected AbstractTellMeAction() Properties Category Declaration public virtual string Category { get; set; } Property Value Type Description System.String Description Description for the Action Declaration public string Description { get; protected set; } Property Value Type Description System.String Icon The icon displayed with the action description in the UI suggestion box. Declaration public virtual Icon Icon { get; protected set; } Property Value Type Description System.Drawing.Icon Id Action unique id. Declaration public Guid Id { get; } Property Value Type Description System.Guid IsAvailable Declaration public abstract bool IsAvailable { get; } Property Value Type Description System.Boolean Keywords The keywords mapped to this action. Declaration public string[] Keywords { get; set; } Property Value Type Description System.String [] Name User friendly description which will be displayed in the UI. Declaration public string Name { get; protected set; } Property Value Type Description System.String Methods Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) Execute() Executes the current action. Declaration public abstract void Execute() GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Implements ITellMeAction Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TellMe.ProviderApi.html": { "href": "api/integration/Sdl.TellMe.ProviderApi.html", "title": "Namespace Sdl.TellMe.ProviderApi", - "keywords": "Namespace Sdl.TellMe.ProviderApi Classes AbstractTellMeAction Provides default implementation for the Tell Me action. TellMeProviderAttribute Extension attribute for registering Tell Me search engine data provider TellMeSearchProviderAttribute Extension attribute for registering Tell Me search provider Interfaces ISearchDataProvider Represents a search mechanism that can be activated if the user types the provider name preceded by @. The Tell Me will use it's default provider in case no @ sign is detected at the beginning of the word. In case an @ is detected it will search the providers for the corresponding provider name if none is found it will use the default one. If one is detected then it will be used to do a query on it using the words after the provider name. e.g @CustomProvider stringToSearch1 stringToSearch2 ISearchSpecification ITellMeAction Represents the object that will be returned in the Tell Me UI after the search by the ISearchDataProvider ITellMeControl Represents the Tell Me UI. ITellMePluginLoader Represents the class that will initialize the provider. At the initialization of the Tell Me functionality when the plug-in is detected it will initialize a class that implements this interface and call the InitalizeProvider method. ITellMeProvider Represents a provider that is used by Studio to provide data to the Tell Me Search engine." + "keywords": "Namespace Sdl.TellMe.ProviderApi Classes AbstractTellMeAction Provides default implementation for the Tell Me action. TellMeProviderAttribute Extension attribute for registering Tell Me search engine data provider TellMeSearchProviderAttribute Extension attribute for registering Tell Me search provider Interfaces ISearchDataProvider Represents a search mechanism that can be activated if the user types the provider name preceded by @. The Tell Me will use it's default provider in case no @ sign is detected at the beginning of the word. In case an @ is detected it will search the providers for the corresponding provider name if none is found it will use the default one. If one is detected then it will be used to do a query on it using the words after the provider name. e.g @CustomProvider stringToSearch1 stringToSearch2 ISearchSpecification ITellMeAction Represents the object that will be returned in the Tell Me UI after the search by the ISearchDataProvider ITellMePluginLoader Represents the class that will initialize the provider. At the initialization of the Tell Me functionality when the plug-in is detected it will initialize a class that implements this interface and call the InitalizeProvider method. ITellMeProvider Represents a provider that is used by Studio to provide data to the Tell Me Search engine." }, "api/integration/Sdl.TellMe.ProviderApi.ISearchDataProvider.html": { "href": "api/integration/Sdl.TellMe.ProviderApi.ISearchDataProvider.html", "title": "Interface ISearchDataProvider", - "keywords": "Interface ISearchDataProvider Represents a search mechanism that can be activated if the user types the provider name preceded by @. The Tell Me will use it's default provider in case no @ sign is detected at the beginning of the word. In case an @ is detected it will search the providers for the corresponding provider name if none is found it will use the default one. If one is detected then it will be used to do a query on it using the words after the provider name. e.g @CustomProvider stringToSearch1 stringToSearch2 Namespace : Sdl Sdl.TellMe ProviderApi Assembly : Sdl.TellMe.ProviderApi.dll Syntax public interface ISearchDataProvider Properties Name Declaration string Name { get; } Property Value Type Description string ProviderIcon Declaration Icon ProviderIcon { get; } Property Value Type Description Icon Methods GetProviderForQuery(string) Called to identify if the provider can be used for the query Declaration IEnumerable GetProviderForQuery(string query) Parameters Type Name Description string query text entry from the Tell Me UI Returns Type Description IEnumerable ISearchDataProvider SearchForSuggestion(string) Executes the query Declaration IEnumerable SearchForSuggestion(string query) Parameters Type Name Description string query text entry from the Tell Me UI (except the @ProviderName string) Returns Type Description IEnumerable ITellMeAction Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ISearchDataProvider Represents a search mechanism that can be activated if the user types the provider name preceded by @. The Tell Me will use it's default provider in case no @ sign is detected at the beginning of the word. In case an @ is detected it will search the providers for the corresponding provider name if none is found it will use the default one. If one is detected then it will be used to do a query on it using the words after the provider name. e.g @CustomProvider stringToSearch1 stringToSearch2 Namespace : Sdl.TellMe.ProviderApi Assembly : Sdl.TellMe.ProviderApi.dll Syntax public interface ISearchDataProvider Properties Name Declaration string Name { get; } Property Value Type Description System.String ProviderIcon Declaration Icon ProviderIcon { get; } Property Value Type Description System.Drawing.Icon Methods GetProviderForQuery(String) Called to identify if the provider can be used for the query Declaration IEnumerable GetProviderForQuery(string query) Parameters Type Name Description System.String query text entry from the Tell Me UI Returns Type Description System.Collections.Generic.IEnumerable < ISearchDataProvider > SearchForSuggestion(String) Executes the query Declaration IEnumerable SearchForSuggestion(string query) Parameters Type Name Description System.String query text entry from the Tell Me UI (except the @ProviderName string) Returns Type Description System.Collections.Generic.IEnumerable < ITellMeAction > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TellMe.ProviderApi.ISearchSpecification.html": { "href": "api/integration/Sdl.TellMe.ProviderApi.ISearchSpecification.html", "title": "Interface ISearchSpecification", - "keywords": "Interface ISearchSpecification Namespace : Sdl Sdl.TellMe ProviderApi Assembly : Sdl.TellMe.ProviderApi.dll Syntax public interface ISearchSpecification Methods IsSatisfiedBy(string, string) Declaration bool IsSatisfiedBy(string providerName, string query) Parameters Type Name Description string providerName string query Returns Type Description bool Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ISearchSpecification Namespace : Sdl.TellMe.ProviderApi Assembly : Sdl.TellMe.ProviderApi.dll Syntax public interface ISearchSpecification Methods IsSatisfiedBy(String, String) Declaration bool IsSatisfiedBy(string providerName, string query) Parameters Type Name Description System.String providerName System.String query Returns Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TellMe.ProviderApi.ITellMeAction.html": { "href": "api/integration/Sdl.TellMe.ProviderApi.ITellMeAction.html", "title": "Interface ITellMeAction", - "keywords": "Interface ITellMeAction Represents the object that will be returned in the Tell Me UI after the search by the ISearchDataProvider Namespace : Sdl Sdl.TellMe ProviderApi Assembly : Sdl.TellMe.ProviderApi.dll Syntax public interface ITellMeAction Properties Category Category after the results will be grouped Declaration string Category { get; } Property Value Type Description string Description Tool tip text Declaration string Description { get; } Property Value Type Description string Icon Icon displayed in the UI Declaration Icon Icon { get; } Property Value Type Description Icon IsAvailable Action is available to be executed Declaration bool IsAvailable { get; } Property Value Type Description bool Name Name that will be displayed in the UI Declaration string Name { get; } Property Value Type Description string Methods Execute() It is called when the action is executed Declaration void Execute() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" - }, - "api/integration/Sdl.TellMe.ProviderApi.ITellMeControl.html": { - "href": "api/integration/Sdl.TellMe.ProviderApi.ITellMeControl.html", - "title": "Interface ITellMeControl", - "keywords": "Interface ITellMeControl Represents the Tell Me UI. Namespace : Sdl Sdl.TellMe ProviderApi Assembly : Sdl.TellMe.ProviderApi.dll Syntax public interface ITellMeControl Methods InitializeProviders() It initialize all the providers by calling the plug-ins class that implements the ITellMePluginLoader Declaration void InitializeProviders() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ITellMeAction Represents the object that will be returned in the Tell Me UI after the search by the ISearchDataProvider Namespace : Sdl.TellMe.ProviderApi Assembly : Sdl.TellMe.ProviderApi.dll Syntax public interface ITellMeAction Properties Category Category after the results will be grouped Declaration string Category { get; } Property Value Type Description System.String Description Tool tip text Declaration string Description { get; } Property Value Type Description System.String Icon Icon displayed in the UI Declaration Icon Icon { get; } Property Value Type Description System.Drawing.Icon IsAvailable Action is available to be executed Declaration bool IsAvailable { get; } Property Value Type Description System.Boolean Name Name that will be displayed in the UI Declaration string Name { get; } Property Value Type Description System.String Methods Execute() It is called when the action is executed Declaration void Execute() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TellMe.ProviderApi.ITellMePluginLoader.html": { "href": "api/integration/Sdl.TellMe.ProviderApi.ITellMePluginLoader.html", "title": "Interface ITellMePluginLoader", - "keywords": "Interface ITellMePluginLoader Represents the class that will initialize the provider. At the initialization of the Tell Me functionality when the plug-in is detected it will initialize a class that implements this interface and call the InitalizeProvider method. Namespace : Sdl Sdl.TellMe ProviderApi Assembly : Sdl.TellMe.ProviderApi.dll Syntax public interface ITellMePluginLoader Methods InitializeProvider() Method that will provide an ISearchDataProvider object. Declaration ISearchDataProvider InitializeProvider() Returns Type Description ISearchDataProvider Initialized Search Data Provider that will be used as a search engine Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ITellMePluginLoader Represents the class that will initialize the provider. At the initialization of the Tell Me functionality when the plug-in is detected it will initialize a class that implements this interface and call the InitalizeProvider method. Namespace : Sdl.TellMe.ProviderApi Assembly : Sdl.TellMe.ProviderApi.dll Syntax public interface ITellMePluginLoader Methods InitializeProvider() Method that will provide an ISearchDataProvider object. Declaration ISearchDataProvider InitializeProvider() Returns Type Description ISearchDataProvider Initialized Search Data Provider that will be used as a search engine Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TellMe.ProviderApi.ITellMeProvider.html": { "href": "api/integration/Sdl.TellMe.ProviderApi.ITellMeProvider.html", "title": "Interface ITellMeProvider", - "keywords": "Interface ITellMeProvider Represents a provider that is used by Studio to provide data to the Tell Me Search engine. Namespace : Sdl Sdl.TellMe ProviderApi Assembly : Sdl.TellMe.ProviderApi.dll Syntax public interface ITellMeProvider Properties Name Gets the name of the provider. Declaration string Name { get; } Property Value Type Description string ProviderActions All the actions that are returned by this provider. Declaration AbstractTellMeAction[] ProviderActions { get; } Property Value Type Description AbstractTellMeAction Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ITellMeProvider Represents a provider that is used by Studio to provide data to the Tell Me Search engine. Namespace : Sdl.TellMe.ProviderApi Assembly : Sdl.TellMe.ProviderApi.dll Syntax public interface ITellMeProvider Properties Name Gets the name of the provider. Declaration string Name { get; } Property Value Type Description System.String ProviderActions All the actions that are returned by this provider. Declaration AbstractTellMeAction[] ProviderActions { get; } Property Value Type Description AbstractTellMeAction [] Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TellMe.ProviderApi.TellMeProviderAttribute.html": { "href": "api/integration/Sdl.TellMe.ProviderApi.TellMeProviderAttribute.html", "title": "Class TellMeProviderAttribute", - "keywords": "Class TellMeProviderAttribute Extension attribute for registering Tell Me search engine data provider Inheritance object Attribute ExtensionAttribute TellMeProviderAttribute Implements _Attribute Inherited Members ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.TellMe ProviderApi Assembly : Sdl.TellMe.ProviderApi.dll Syntax [ExtensionPointInfo(\"TellMe Provider\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class TellMeProviderAttribute : ExtensionAttribute, _Attribute Remarks Use this extension attribute to mark up implementations of ITellMeProvider . Constructors TellMeProviderAttribute() Declaration public TellMeProviderAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates an extension targeting this extension point. This method is called by the framework while generating the plug-in manifest. Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages Overrides ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) Implements _Attribute Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TellMeProviderAttribute Extension attribute for registering Tell Me search engine data provider Inheritance System.Object TellMeProviderAttribute Namespace : Sdl.TellMe.ProviderApi Assembly : Sdl.TellMe.ProviderApi.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class TellMeProviderAttribute : ExtensionAttribute Remarks Use this extension attribute to mark up implementations of ITellMeProvider . Constructors TellMeProviderAttribute() Declaration public TellMeProviderAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates an extension targeting this extension point. This method is called by the framework while generating the plug-in manifest. Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.html": { "href": "api/integration/Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.html", "title": "Class TellMeSearchProviderAttribute", - "keywords": "Class TellMeSearchProviderAttribute Extension attribute for registering Tell Me search provider Inheritance object Attribute ExtensionAttribute TellMeSearchProviderAttribute Implements _Attribute Inherited Members ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.TellMe ProviderApi Assembly : Sdl.TellMe.ProviderApi.dll Syntax [ExtensionPointInfo(\"TellMe Search Provider\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class TellMeSearchProviderAttribute : ExtensionAttribute, _Attribute Remarks Use this extension attribute to mark up implementations of ITellMePluginLoader . Constructors TellMeSearchProviderAttribute() Declaration public TellMeSearchProviderAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates an extension targeting this extension point. This method is called by the framework while generating the plug-in manifest. Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages Overrides ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) Implements _Attribute Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TellMeSearchProviderAttribute Extension attribute for registering Tell Me search provider Inheritance System.Object TellMeSearchProviderAttribute Namespace : Sdl.TellMe.ProviderApi Assembly : Sdl.TellMe.ProviderApi.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class TellMeSearchProviderAttribute : ExtensionAttribute Remarks Use this extension attribute to mark up implementations of ITellMePluginLoader . Constructors TellMeSearchProviderAttribute() Declaration public TellMeSearchProviderAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates an extension targeting this extension point. This method is called by the framework while generating the plug-in manifest. Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AbstractContentSelection.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AbstractContentSelection.html", "title": "Class AbstractContentSelection", - "keywords": "Class AbstractContentSelection Base class for content selection Inheritance object AbstractContentSelection SourceSelection TargetSelection Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public abstract class AbstractContentSelection Properties From Details on the From position of the current selection. Can be null if there is no row at that position (either because it is invalid or the layout has not be fully generated yet). Declaration public ContentSelectionInfo From { get; } Property Value Type Description ContentSelectionInfo IsEmpty True if the selection is empty. Declaration public virtual bool IsEmpty { get; } Property Value Type Description bool IsReversed True if the selection is reversed Declaration public virtual bool IsReversed { get; } Property Value Type Description bool IsValid Tests whether the current selection is valid. The selection is valid when both from and upto positions are valid, otherwise it is not valid. This is useful for testing whether the selection has been initialized properly yet, or is visible on the screen. Declaration public virtual bool IsValid { get; } Property Value Type Description bool UpTo Details on the UpTo position of the current selection. Can be null if there is no row at that position (either because it is invalid or the layout has not be fully generated yet). Declaration public ContentSelectionInfo UpTo { get; } Property Value Type Description ContentSelectionInfo Methods Collapse(bool) Collapse the selection. Declaration public virtual void Collapse(bool toEnd = true) Parameters Type Name Description bool toEnd True to collapse the selection to the end. False to collapse the selection to the start. ToString() Returns a string that represents the current selection Declaration public override string ToString() Returns Type Description string A string that represents the current selection Overrides object.ToString() Events Changed Triggered when the document selection has changed. Declaration public event EventHandler Changed Event Type Type Description EventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractContentSelection Base class for content selection Inheritance System.Object AbstractContentSelection SourceSelection TargetSelection Inherited Members 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public abstract class AbstractContentSelection Properties From Details on the From position of the current selection. Can be null if there is no row at that position (either because it is invalid or the layout has not be fully generated yet). Declaration public ContentSelectionInfo From { get; } Property Value Type Description ContentSelectionInfo IsEmpty True if the selection is empty. Declaration public virtual bool IsEmpty { get; } Property Value Type Description System.Boolean IsReversed True if the selection is reversed Declaration public virtual bool IsReversed { get; } Property Value Type Description System.Boolean IsValid Tests whether the current selection is valid. The selection is valid when both from and upto positions are valid, otherwise it is not valid. This is useful for testing whether the selection has been initialized properly yet, or is visible on the screen. Declaration public virtual bool IsValid { get; } Property Value Type Description System.Boolean UpTo Details on the UpTo position of the current selection. Can be null if there is no row at that position (either because it is invalid or the layout has not be fully generated yet). Declaration public ContentSelectionInfo UpTo { get; } Property Value Type Description ContentSelectionInfo Methods Collapse(Boolean) Collapse the selection. Declaration public virtual void Collapse(bool toEnd = true) Parameters Type Name Description System.Boolean toEnd True to collapse the selection to the end. False to collapse the selection to the start. ToString() Returns a string that represents the current selection Declaration public override string ToString() Returns Type Description System.String A string that represents the current selection Overrides System.Object.ToString() Events Changed Triggered when the document selection has changed. Declaration public event EventHandler Changed Event Type Type Description System.EventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.AddProjectAction.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.AddProjectAction.html", "title": "Class AddProjectAction", - "keywords": "Class AddProjectAction Adding a project to the list action. Inheritance object AbstractAction AbstractBindedAction AddProjectAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"OpenProjectAction\")] public class AddProjectAction : AbstractBindedAction, IAction, IExtensionAware Constructors AddProjectAction() Declaration public AddProjectAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AddProjectAction Adding a project to the list action. Inheritance System.Object AbstractAction AbstractBindedAction AddProjectAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.IAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted 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.Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"OpenProjectAction\")] public class AddProjectAction : AbstractBindedAction, IAction Constructors AddProjectAction() Declaration public AddProjectAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction.html", "title": "Class CloseAllDocumentsAction", - "keywords": "Class CloseAllDocumentsAction Implements the close all documents action. Inheritance object AbstractAction AbstractBindedAction CloseAllDocumentsAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"CloseAllDocumentsAction\")] public class CloseAllDocumentsAction : AbstractBindedAction, IAction, IExtensionAware Constructors CloseAllDocumentsAction() Declaration public CloseAllDocumentsAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class CloseAllDocumentsAction Implements the close all documents action. Inheritance System.Object AbstractAction AbstractBindedAction CloseAllDocumentsAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.IAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted 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.Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"CloseAllDocumentsAction\")] public class CloseAllDocumentsAction : AbstractBindedAction, IAction Constructors CloseAllDocumentsAction() Declaration public CloseAllDocumentsAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction.html", "title": "Class CloseDocumentAction", - "keywords": "Class CloseDocumentAction Implements the close document action. Inheritance object AbstractAction AbstractBindedAction CloseDocumentAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"CloseDocumentAction\")] public class CloseDocumentAction : AbstractBindedAction, IAction, IExtensionAware Constructors CloseDocumentAction() Declaration public CloseDocumentAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class CloseDocumentAction Implements the close document action. Inheritance System.Object AbstractAction AbstractBindedAction CloseDocumentAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.IAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted 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.Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"CloseDocumentAction\")] public class CloseDocumentAction : AbstractBindedAction, IAction Constructors CloseDocumentAction() Declaration public CloseDocumentAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction.html", "title": "Class CloseProjectAction", - "keywords": "Class CloseProjectAction Implements the close project action. Inheritance object AbstractAction AbstractBindedAction CloseProjectAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"CloseProjectAction\")] public class CloseProjectAction : AbstractBindedAction, IAction, IExtensionAware Constructors CloseProjectAction() Declaration public CloseProjectAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class CloseProjectAction Implements the close project action. Inheritance System.Object AbstractAction AbstractBindedAction CloseProjectAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.IAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted 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.Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"CloseProjectAction\")] public class CloseProjectAction : AbstractBindedAction, IAction Constructors CloseProjectAction() Declaration public CloseProjectAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction.html", "title": "Class CreateReturnPackageFromProjectAction", - "keywords": "Class CreateReturnPackageFromProjectAction Implements the create return package from project action. Inheritance object AbstractAction AbstractBindedAction CreateReturnPackageFromProjectAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"CreateReturnPackageFromProjectAction\")] public class CreateReturnPackageFromProjectAction : AbstractBindedAction, IAction, IExtensionAware Constructors CreateReturnPackageFromProjectAction() Declaration public CreateReturnPackageFromProjectAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class CreateReturnPackageFromProjectAction Implements the create return package from project action. Inheritance System.Object AbstractAction AbstractBindedAction CreateReturnPackageFromProjectAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.IAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted 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.Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"CreateReturnPackageFromProjectAction\")] public class CreateReturnPackageFromProjectAction : AbstractBindedAction, IAction Constructors CreateReturnPackageFromProjectAction() Declaration public CreateReturnPackageFromProjectAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.html", @@ -4967,82 +4667,82 @@ "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction.html", "title": "Class LanguageCloudAction", - "keywords": "Class LanguageCloudAction Implements the new project action. Inheritance object AbstractAction AbstractBindedAction LanguageCloudAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"LanguageCloudAction\")] public class LanguageCloudAction : AbstractBindedAction, IAction, IExtensionAware Constructors LanguageCloudAction() Declaration public LanguageCloudAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class LanguageCloudAction Implements the new project action. Inheritance System.Object AbstractAction AbstractBindedAction LanguageCloudAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.IAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted 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.Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"LanguageCloudAction\")] public class LanguageCloudAction : AbstractBindedAction, IAction Constructors LanguageCloudAction() Declaration public LanguageCloudAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction.html", "title": "Class NewProjectAction", - "keywords": "Class NewProjectAction Implements the new project action. Inheritance object AbstractAction AbstractBindedAction NewProjectAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"NewProjectAction\")] public class NewProjectAction : AbstractBindedAction, IAction, IExtensionAware Constructors NewProjectAction() Declaration public NewProjectAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class NewProjectAction Implements the new project action. Inheritance System.Object AbstractAction AbstractBindedAction NewProjectAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.IAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted 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.Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"NewProjectAction\")] public class NewProjectAction : AbstractBindedAction, IAction Constructors NewProjectAction() Declaration public NewProjectAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction.html", "title": "Class OpenDocumentAction", - "keywords": "Class OpenDocumentAction Implements the open document action. Inheritance object AbstractAction AbstractBindedAction OpenDocumentAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"OpenDocumentAction\")] public class OpenDocumentAction : AbstractBindedAction, IAction, IExtensionAware Constructors OpenDocumentAction() Declaration public OpenDocumentAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class OpenDocumentAction Implements the open document action. Inheritance System.Object AbstractAction AbstractBindedAction OpenDocumentAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.IAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted 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.Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"OpenDocumentAction\")] public class OpenDocumentAction : AbstractBindedAction, IAction Constructors OpenDocumentAction() Declaration public OpenDocumentAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction.html", "title": "Class OpenPackageAction", - "keywords": "Class OpenPackageAction Implements the open package action. Inheritance object AbstractAction AbstractBindedAction OpenPackageAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"OpenPackageAction\")] public class OpenPackageAction : AbstractBindedAction, IAction, IExtensionAware Constructors OpenPackageAction() Declaration public OpenPackageAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class OpenPackageAction Implements the open package action. Inheritance System.Object AbstractAction AbstractBindedAction OpenPackageAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.IAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted 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.Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"OpenPackageAction\")] public class OpenPackageAction : AbstractBindedAction, IAction Constructors OpenPackageAction() Declaration public OpenPackageAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction.html", "title": "Class OpenProjectAction", - "keywords": "Class OpenProjectAction Implements the open project action. Inheritance object AbstractAction AbstractBindedAction OpenProjectAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"OpenProjectFromListAction\")] public class OpenProjectAction : AbstractBindedAction, IAction, IExtensionAware Constructors OpenProjectAction() Declaration public OpenProjectAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class OpenProjectAction Implements the open project action. Inheritance System.Object AbstractAction AbstractBindedAction OpenProjectAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.IAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted 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.Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"OpenProjectFromListAction\")] public class OpenProjectAction : AbstractBindedAction, IAction Constructors OpenProjectAction() Declaration public OpenProjectAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction.html", "title": "Class SaveAllDocumentsAction", - "keywords": "Class SaveAllDocumentsAction Implements the save of all documents action. Inheritance object AbstractAction AbstractBindedAction SaveAllDocumentsAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"SaveAllDocumentsAction\")] public class SaveAllDocumentsAction : AbstractBindedAction, IAction, IExtensionAware Constructors SaveAllDocumentsAction() Declaration public SaveAllDocumentsAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SaveAllDocumentsAction Implements the save of all documents action. Inheritance System.Object AbstractAction AbstractBindedAction SaveAllDocumentsAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.IAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted 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.Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"SaveAllDocumentsAction\")] public class SaveAllDocumentsAction : AbstractBindedAction, IAction Constructors SaveAllDocumentsAction() Declaration public SaveAllDocumentsAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction.html", "title": "Class SaveDocumentAction", - "keywords": "Class SaveDocumentAction Implements the save document action. Inheritance object AbstractAction AbstractBindedAction SaveDocumentAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"SaveDocument\")] public class SaveDocumentAction : AbstractBindedAction, IAction, IExtensionAware Constructors SaveDocumentAction() Declaration public SaveDocumentAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SaveDocumentAction Implements the save document action. Inheritance System.Object AbstractAction AbstractBindedAction SaveDocumentAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.IAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted 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.Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"SaveDocument\")] public class SaveDocumentAction : AbstractBindedAction, IAction Constructors SaveDocumentAction() Declaration public SaveDocumentAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction.html", "title": "Class SaveDocumentAsAction", - "keywords": "Class SaveDocumentAsAction Implements the save document action. Inheritance object AbstractAction AbstractBindedAction SaveDocumentAsAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"SaveDocumentAs\")] public class SaveDocumentAsAction : AbstractBindedAction, IAction, IExtensionAware Constructors SaveDocumentAsAction() Declaration public SaveDocumentAsAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SaveDocumentAsAction Implements the save document action. Inheritance System.Object AbstractAction AbstractBindedAction SaveDocumentAsAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.IAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted 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.Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"SaveDocumentAs\")] public class SaveDocumentAsAction : AbstractBindedAction, IAction Constructors SaveDocumentAsAction() Declaration public SaveDocumentAsAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction.html", "title": "Class SaveDocumentSourceAsAction", - "keywords": "Class SaveDocumentSourceAsAction Implements the save document source action. Inheritance object AbstractAction AbstractBindedAction SaveDocumentSourceAsAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"SaveSourceAs\")] public class SaveDocumentSourceAsAction : AbstractBindedAction, IAction, IExtensionAware Constructors SaveDocumentSourceAsAction() Declaration public SaveDocumentSourceAsAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SaveDocumentSourceAsAction Implements the save document source action. Inheritance System.Object AbstractAction AbstractBindedAction SaveDocumentSourceAsAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.IAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted 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.Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"SaveSourceAs\")] public class SaveDocumentSourceAsAction : AbstractBindedAction, IAction Constructors SaveDocumentSourceAsAction() Declaration public SaveDocumentSourceAsAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction.html", "title": "Class SaveDocumentTargetAsAction", - "keywords": "Class SaveDocumentTargetAsAction Implements the save document target action. Inheritance object AbstractAction AbstractBindedAction SaveDocumentTargetAsAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"SaveTargetAs\")] public class SaveDocumentTargetAsAction : AbstractBindedAction, IAction, IExtensionAware Constructors SaveDocumentTargetAsAction() Declaration public SaveDocumentTargetAsAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SaveDocumentTargetAsAction Implements the save document target action. Inheritance System.Object AbstractAction AbstractBindedAction SaveDocumentTargetAsAction Implements IAction IExtensionAware Inherited Members AbstractBindedAction.Execute() AbstractAction.IAction.Execute() AbstractAction.Initialize() AbstractAction.OnPropertyChanged(ActionPropertyChangedEventArgs) AbstractAction.Id AbstractAction.Text AbstractAction.ToolTipText AbstractAction.Icon AbstractAction.Enabled AbstractAction.Available AbstractAction.Style AbstractAction.DisplayType AbstractAction.Checked AbstractAction.ActionGroup AbstractAction.Extension AbstractAction.ActionAttribute AbstractAction.PropertyChanged AbstractAction.BeforeActionExecuted AbstractAction.AfterActionExecuted 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.Actions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindAction(\"SaveTargetAs\")] public class SaveDocumentTargetAsAction : AbstractBindedAction, IAction Constructors SaveDocumentTargetAsAction() Declaration public SaveDocumentTargetAsAction() Implements IAction IExtensionAware Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutomationSegmentPairExtension.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutomationSegmentPairExtension.html", "title": "Class AutomationSegmentPairExtension", - "keywords": "Class AutomationSegmentPairExtension Inheritance object AutomationSegmentPairExtension Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public static class AutomationSegmentPairExtension Methods GetParagraphUnitProperties(ISegmentPair) Gets the parent paragraph unit properties. Declaration public static IParagraphUnitProperties GetParagraphUnitProperties(this ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Returns Type Description IParagraphUnitProperties GetProjectFile(ISegmentPair) Gets the project file for the segment pair. Declaration public static ProjectFile GetProjectFile(this ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Returns Type Description ProjectFile" + "keywords": "Class AutomationSegmentPairExtension Inheritance System.Object AutomationSegmentPairExtension 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public static class AutomationSegmentPairExtension Methods GetParagraphUnitProperties(ISegmentPair) Gets the parent paragraph unit properties. Declaration public static IParagraphUnitProperties GetParagraphUnitProperties(this ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Returns Type Description IParagraphUnitProperties GetProjectFile(ISegmentPair) Gets the project file for the segment pair. Declaration public static ProjectFile GetProjectFile(this ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Returns Type Description ProjectFile" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.html", "title": "Class AbstractAutoSuggestProvider", - "keywords": "Class AbstractAutoSuggestProvider Defines the base class for the autosuggest provider, which are components with visual representation that provide to Trados Studio users suggestions while they are editing the target documents (the translation in a \"target\" language of a document). Inheritance object AbstractAutoSuggestProvider Implements IDisposable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi AutoSuggest Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public abstract class AbstractAutoSuggestProvider : IDisposable Constructors AbstractAutoSuggestProvider() Declaration protected AbstractAutoSuggestProvider() Properties ActiveDocument Get the active document property. Declaration protected IStudioDocument ActiveDocument { get; } Property Value Type Description IStudioDocument ActiveSegmentPair Get the active segment pair of the active document. Declaration protected ISegmentPair ActiveSegmentPair { get; } Property Value Type Description ISegmentPair EditorController Get the editor controller. Declaration protected EditorController EditorController { get; } Property Value Type Description EditorController Icon Gets or sets the icon for this auto suggestion provider . Can be null. Declaration public Icon Icon { get; set; } Property Value Type Description Icon Settings Get or set the AutoSuggest provider settings. Declaration public AutoSuggestSettings Settings { get; set; } Property Value Type Description AutoSuggestSettings Methods Dispose() Executed to release the resources. Declaration public void Dispose() Dispose(bool) Dispose(bool disposing) executes in two distinct scenarios. If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. If disposing equals false, the method has been called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description bool disposing Determines the caller that is invoking the dispose. GetSuggestions(AbstractEditingContext) Executed when the suggestions are requested. Declaration protected abstract IEnumerable GetSuggestions(AbstractEditingContext context) Parameters Type Name Description AbstractEditingContext context the context of the request. Returns Type Description IEnumerable AbstractAutoSuggestResult An enumeration containg the suggested results. Remarks This method is not invoked if the Trados Studio user decided to disable the provider (Settings.Enabled = false). OnActiveDocumentChanged() Override it to process when the active document is changed. This method is called whenever the Trados Studio user changes the current document by opening, closing or switching documents. Note: The concreate implementation can be used to prepare the AutoSuggest dictionary, prepare document specific initializations, etc. Declaration protected virtual void OnActiveDocumentChanged() Remarks This method will not be invoked if the Trados Studio user decided to disable the provider (Settings.Enabled = false). OnActiveSegmentChanged() Override it to process when the active segment is changed. This method is called whenever in the editor the current active segment has been changed. Note: The concreate implementation can be used to prepare the AutoSuggest cadidates. Declaration protected virtual void OnActiveSegmentChanged() Remarks This method will not be invoked if the Trados Studio user decided to disable the provider (Settings.Enabled = false). OnSettingsChanged() Override to implement custom logic when the provider settings are changed. Declaration protected virtual void OnSettingsChanged() Remarks This method informs the developer of any setting changes and can be used to establish if the provider is enable or disabled.� Implements IDisposable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractAutoSuggestProvider Defines the base class for the autosuggest provider, which are components with visual representation that provide to Trados Studio users suggestions while they are editing the target documents (the translation in a \"target\" language of a document). Inheritance System.Object AbstractAutoSuggestProvider Implements System.IDisposable 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.AutoSuggest Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public abstract class AbstractAutoSuggestProvider : IDisposable Constructors AbstractAutoSuggestProvider() Declaration protected AbstractAutoSuggestProvider() Properties ActiveDocument Get the active document property. Declaration protected IStudioDocument ActiveDocument { get; } Property Value Type Description IStudioDocument ActiveSegmentPair Get the active segment pair of the active document. Declaration protected ISegmentPair ActiveSegmentPair { get; } Property Value Type Description ISegmentPair EditorController Get the editor controller. Declaration protected EditorController EditorController { get; } Property Value Type Description EditorController Icon Gets or sets the icon for this auto suggestion provider . Can be null. Declaration public Icon Icon { get; set; } Property Value Type Description System.Drawing.Icon Settings Get or set the AutoSuggest provider settings. Declaration public AutoSuggestSettings Settings { get; set; } Property Value Type Description AutoSuggestSettings Methods Dispose() Executed to release the resources. Declaration public void Dispose() Dispose(Boolean) Dispose(bool disposing) executes in two distinct scenarios. If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. If disposing equals false, the method has been called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Determines the caller that is invoking the dispose. GetSuggestions(AbstractEditingContext) Executed when the suggestions are requested. Declaration protected abstract IEnumerable GetSuggestions(AbstractEditingContext context) Parameters Type Name Description AbstractEditingContext context the context of the request. Returns Type Description System.Collections.Generic.IEnumerable < AbstractAutoSuggestResult > An enumeration containg the suggested results. Remarks This method is not invoked if the Trados Studio user decided to disable the provider (Settings.Enabled = false). OnActiveDocumentChanged() Override it to process when the active document is changed. This method is called whenever the Trados Studio user changes the current document by opening, closing or switching documents. Note: The concreate implementation can be used to prepare the AutoSuggest dictionary, prepare document specific initializations, etc. Declaration protected virtual void OnActiveDocumentChanged() Remarks This method will not be invoked if the Trados Studio user decided to disable the provider (Settings.Enabled = false). OnActiveSegmentChanged() Override it to process when the active segment is changed. This method is called whenever in the editor the current active segment has been changed. Note: The concreate implementation can be used to prepare the AutoSuggest cadidates. Declaration protected virtual void OnActiveSegmentChanged() Remarks This method will not be invoked if the Trados Studio user decided to disable the provider (Settings.Enabled = false). OnSettingsChanged() Override to implement custom logic when the provider settings are changed. Declaration protected virtual void OnSettingsChanged() Remarks This method informs the developer of any setting changes and can be used to establish if the provider is enable or disabled.� Implements System.IDisposable Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.html", "title": "Class AbstractAutoSuggestResult", - "keywords": "Class AbstractAutoSuggestResult Base class for the AutoSuggest results. Inheritance object AbstractAutoSuggestResult AutoSuggestTextResult Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi AutoSuggest Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public abstract class AbstractAutoSuggestResult Constructors AbstractAutoSuggestResult(AbstractEditingContext) Initialize the instance of the AutoSuggest result. Declaration protected AbstractAutoSuggestResult(AbstractEditingContext context) Parameters Type Name Description AbstractEditingContext context The context of the AutoSuggest. Properties Context Gets the context of the current result Declaration public AbstractEditingContext Context { get; } Property Value Type Description AbstractEditingContext Icon Gets or sets the icon for this auto suggestion provider result. Can be null. Declaration public Icon Icon { get; set; } Property Value Type Description Icon Priority Determines the position of the suggestion data in the intellisense list Some standards used: 0.00 - highest priority - do not use unless the data must be top of the list 5.00 - very high priority 10.00 - high priority. This is the cut off for \"first list\", any lower priority values will be considered available for the second list 30.00 - medium (default value for the integration api) 50.00 - low Declaration public double Priority { get; set; } Property Value Type Description double Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractAutoSuggestResult Base class for the AutoSuggest results. Inheritance System.Object AbstractAutoSuggestResult AutoSuggestTextResult 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.AutoSuggest Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public abstract class AbstractAutoSuggestResult Constructors AbstractAutoSuggestResult(AbstractEditingContext) Initialize the instance of the AutoSuggest result. Declaration protected AbstractAutoSuggestResult(AbstractEditingContext context) Parameters Type Name Description AbstractEditingContext context The context of the AutoSuggest. Properties Context Gets the context of the current result Declaration public AbstractEditingContext Context { get; } Property Value Type Description AbstractEditingContext Icon Gets or sets the icon for this auto suggestion provider result. Can be null. Declaration public Icon Icon { get; set; } Property Value Type Description System.Drawing.Icon Priority Determines the position of the suggestion data in the intellisense list Some standards used: 0.00 - highest priority - do not use unless the data must be top of the list 5.00 - very high priority 10.00 - high priority. This is the cut off for \"first list\", any lower priority values will be considered available for the second list 30.00 - medium (default value for the integration api) 50.00 - low Declaration public double Priority { get; set; } Property Value Type Description System.Double Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.html", "title": "Class AbstractEditingContext", - "keywords": "Class AbstractEditingContext Base class for the editing context. Inheritance object AbstractEditingContext Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi AutoSuggest Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public abstract class AbstractEditingContext Constructors AbstractEditingContext() Declaration protected AbstractEditingContext() Properties SegmentPair SegmentPair property represents the segment pair. Declaration public ISegmentPair SegmentPair { get; set; } Property Value Type Description ISegmentPair Methods GetAllPrefixes() A helper method that may be used to retrive all the prefixes that may need AutoSuggest./// Declaration public abstract IEnumerable GetAllPrefixes() Returns Type Description IEnumerable string An enumeration containing all the prefixes that may need AutoSuggest. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AbstractEditingContext Base class for the editing context. Inheritance System.Object AbstractEditingContext 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.AutoSuggest Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public abstract class AbstractEditingContext Constructors AbstractEditingContext() Declaration protected AbstractEditingContext() Properties SegmentPair SegmentPair property represents the segment pair. Declaration public ISegmentPair SegmentPair { get; set; } Property Value Type Description ISegmentPair Methods GetAllPrefixes() A helper method that may be used to retrive all the prefixes that may need AutoSuggest./// Declaration public abstract IEnumerable GetAllPrefixes() Returns Type Description System.Collections.Generic.IEnumerable < System.String > An enumeration containing all the prefixes that may need AutoSuggest. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.html", "title": "Class AutoSuggestSettings", - "keywords": "Class AutoSuggestSettings Default class for the AutoSuggest settings Inheritance object AutoSuggestSettings Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi AutoSuggest Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class AutoSuggestSettings Constructors AutoSuggestSettings() Declaration public AutoSuggestSettings() Properties CaseSensitive Get settings property: case sensitive Declaration public bool CaseSensitive { get; } Property Value Type Description bool Enabled Determines if the AutoSuggest provider should be enabled or disabled. Declaration public virtual bool Enabled { get; } Property Value Type Description bool MaxSuggestions Get the settings property: maximum number of suggestions allowed in the AutoSuggest list Declaration public int MaxSuggestions { get; } Property Value Type Description int MinSuggestionChars Get the settings property : minimum suggestion chars Declaration public int MinSuggestionChars { get; } Property Value Type Description int OnlyShowSuggestionsNotInTarget Get settings property: only show the suggestion if it is not in the target segment yet Declaration public bool OnlyShowSuggestionsNotInTarget { get; } Property Value Type Description bool Priority The priority of the results. Declaration public virtual int Priority { get; } Property Value Type Description int SortOrder Get settings property: the sort order of the AutoSuggest items Declaration public SuggestionSortOrder SortOrder { get; } Property Value Type Description Sdl.TranslationStudio.Api.Editor.SuggestionSortOrder Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AutoSuggestSettings Default class for the AutoSuggest settings Inheritance System.Object AutoSuggestSettings 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.AutoSuggest Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class AutoSuggestSettings Constructors AutoSuggestSettings() Declaration public AutoSuggestSettings() Properties CaseSensitive Get settings property: case sensitive Declaration public bool CaseSensitive { get; } Property Value Type Description System.Boolean Enabled Determines if the AutoSuggest provider should be enabled or disabled. Declaration public virtual bool Enabled { get; } Property Value Type Description System.Boolean MaxSuggestions Get the settings property: maximum number of suggestions allowed in the AutoSuggest list Declaration public int MaxSuggestions { get; } Property Value Type Description System.Int32 MinSuggestionChars Get the settings property : minimum suggestion chars Declaration public int MinSuggestionChars { get; } Property Value Type Description System.Int32 OnlyShowSuggestionsNotInTarget Get settings property: only show the suggestion if it is not in the target segment yet Declaration public bool OnlyShowSuggestionsNotInTarget { get; } Property Value Type Description System.Boolean Priority The priority of the results. Declaration public virtual int Priority { get; } Property Value Type Description System.Int32 SortOrder Get settings property: the sort order of the AutoSuggest items Declaration public SuggestionSortOrder SortOrder { get; } Property Value Type Description Sdl.TranslationStudio.Api.Editor.SuggestionSortOrder Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.html", "title": "Class AutoSuggestTextResult", - "keywords": "Class AutoSuggestTextResult Simple text only result provided as suggestion. Inheritance object AbstractAutoSuggestResult AutoSuggestTextResult Inherited Members AbstractAutoSuggestResult.Priority AbstractAutoSuggestResult.Icon AbstractAutoSuggestResult.Context object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi AutoSuggest Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class AutoSuggestTextResult : AbstractAutoSuggestResult Constructors AutoSuggestTextResult(AbstractEditingContext) Creates an empty string result for the specified editing context Declaration public AutoSuggestTextResult(AbstractEditingContext editingContext) Parameters Type Name Description AbstractEditingContext editingContext The editing context of the suggested result. AutoSuggestTextResult(AbstractEditingContext, string) Creates a specified string result for the specified editing context Declaration public AutoSuggestTextResult(AbstractEditingContext editingContext, string autosuggestText) Parameters Type Name Description AbstractEditingContext editingContext The editing context of the suggested result. string autosuggestText String containg the text suggestion. Properties Text The string containg the text to be suggested. Declaration public string Text { get; set; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AutoSuggestTextResult Simple text only result provided as suggestion. Inheritance System.Object AbstractAutoSuggestResult AutoSuggestTextResult Inherited Members AbstractAutoSuggestResult.Priority AbstractAutoSuggestResult.Icon AbstractAutoSuggestResult.Context 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.AutoSuggest Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class AutoSuggestTextResult : AbstractAutoSuggestResult Constructors AutoSuggestTextResult(AbstractEditingContext) Creates an empty string result for the specified editing context Declaration public AutoSuggestTextResult(AbstractEditingContext editingContext) Parameters Type Name Description AbstractEditingContext editingContext The editing context of the suggested result. AutoSuggestTextResult(AbstractEditingContext, String) Creates a specified string result for the specified editing context Declaration public AutoSuggestTextResult(AbstractEditingContext editingContext, string autosuggestText) Parameters Type Name Description AbstractEditingContext editingContext The editing context of the suggested result. System.String autosuggestText String containg the text suggestion. Properties Text The string containg the text to be suggested. Declaration public string Text { get; set; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.html", @@ -5052,27 +4752,27 @@ "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.CancelDocumentEventArgs.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.CancelDocumentEventArgs.html", "title": "Class CancelDocumentEventArgs", - "keywords": "Class CancelDocumentEventArgs Cancelable document event arguments Inheritance object EventArgs CancelEventArgs CancelDocumentEventArgs Inherited Members CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class CancelDocumentEventArgs : CancelEventArgs Properties Document The document envolved in the event Declaration public IStudioDocument Document { get; } Property Value Type Description IStudioDocument Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class CancelDocumentEventArgs Cancelable document event arguments Inheritance System.Object CancelDocumentEventArgs Namespace : Sdl.TranslationStudioAutomation.IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class CancelDocumentEventArgs : CancelEventArgs Properties Document The document envolved in the event Declaration public IStudioDocument Document { get; } Property Value Type Description IStudioDocument Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ContentSelectionInfo.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ContentSelectionInfo.html", "title": "Class ContentSelectionInfo", - "keywords": "Class ContentSelectionInfo Offers additional information regarding the current selection Inheritance object ContentSelectionInfo Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class ContentSelectionInfo Properties CursorPosition The cursor position. Declaration public long CursorPosition { get; } Property Value Type Description long RowNumber The row number identifies this row in the the layout and is unique to each row in the control. /// Declaration public int RowNumber { get; } Property Value Type Description int Remarks Rows are numbered sequentially. Not all rows need to be visible at all times, which could mean that there may be gaps in the visible row numbers for a control. The row number should be the same for rows with corresponding content ranges in different edit controls(e.g. in the source and target controls in a side-by-side editor). SegmentId Identifier for the segment pair. Declaration public string SegmentId { get; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ContentSelectionInfo Offers additional information regarding the current selection Inheritance System.Object ContentSelectionInfo 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class ContentSelectionInfo Properties CursorPosition The cursor position. Declaration public long CursorPosition { get; } Property Value Type Description System.Int64 RowNumber The row number identifies this row in the the layout and is unique to each row in the control. /// Declaration public int RowNumber { get; } Property Value Type Description System.Int32 Remarks Rows are numbered sequentially. Not all rows need to be visible at all times, which could mean that there may be gaps in the visible row numbers for a control. The row number should be the same for rows with corresponding content ranges in different edit controls(e.g. in the source and target controls in a side-by-side editor). SegmentId Identifier for the segment pair. Declaration public string SegmentId { get; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.html", "title": "Class CurrentProjectCancelEventArgs", - "keywords": "Class CurrentProjectCancelEventArgs Event args for CurrentProjectChanging2 events. Inheritance object EventArgs CancelEventArgs CurrentProjectCancelEventArgs Inherited Members CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class CurrentProjectCancelEventArgs : CancelEventArgs Constructors CurrentProjectCancelEventArgs(FileBasedProject) The CurrentProjectChangingEventArgs constructor Declaration public CurrentProjectCancelEventArgs(FileBasedProject newCurrentProject) Parameters Type Name Description FileBasedProject newCurrentProject Properties NewCurrentProject The NewCurrentProject Declaration public FileBasedProject NewCurrentProject { get; } Property Value Type Description FileBasedProject Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class CurrentProjectCancelEventArgs Event args for CurrentProjectChanging2 events. Inheritance System.Object CurrentProjectCancelEventArgs Namespace : Sdl.TranslationStudioAutomation.IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class CurrentProjectCancelEventArgs : CancelEventArgs Constructors CurrentProjectCancelEventArgs(FileBasedProject) The CurrentProjectChangingEventArgs constructor Declaration public CurrentProjectCancelEventArgs(FileBasedProject newCurrentProject) Parameters Type Name Description FileBasedProject newCurrentProject Properties NewCurrentProject The NewCurrentProject Declaration public FileBasedProject NewCurrentProject { get; } Property Value Type Description FileBasedProject Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.html", "title": "Class DisplayFilterAdapter", - "keywords": "Class DisplayFilterAdapter An adapter class for display filter implementations. This implementation calls EvaluateRow frim IDisplayFilter to determine visibility for rows. Inheritance object DisplayFilterAdapter Implements Sdl.TranslationStudio.Api.Editor.IFoldingFilter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi DisplayFilters Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class DisplayFilterAdapter : IFoldingFilter Constructors DisplayFilterAdapter(IDisplayFilter, ITranslatableDocument) This implementation calls EvaluateRow frim IDisplayFilter to determine visibility for rows. Declaration public DisplayFilterAdapter(IDisplayFilter displayFilter, ITranslatableDocument document) Parameters Type Name Description IDisplayFilter displayFilter Sdl.TranslationStudio.Api.Editor.ITranslatableDocument document Methods Initialise() Initialise Declaration public void Initialise() IsFileBoundaryRow(IRowInfo) Helper to determine if a row acts as a file boundary. Declaration protected static bool IsFileBoundaryRow(IRowInfo rowInfo) Parameters Type Name Description IRowInfo rowInfo Returns Type Description bool SetFoldingFilterProvider(IFoldingFilterProvider) For internal use only. Allows the FoldingFilterProvider to be set on the FoldingFilter after it has been created, so the filter can access the active document etc. Declaration public void SetFoldingFilterProvider(IFoldingFilterProvider provider) Parameters Type Name Description Sdl.TranslationStudio.Api.Editor.IFoldingFilterProvider provider SetRowVisibility(IRowInfo) Compare the supplied row with the criteria and determine if the row should be visible Declaration public bool SetRowVisibility(IRowInfo row) Parameters Type Name Description IRowInfo row The row to compare Returns Type Description bool true if the segment should be visible Implements Sdl.TranslationStudio.Api.Editor.IFoldingFilter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class DisplayFilterAdapter An adapter class for display filter implementations. This implementation calls EvaluateRow frim IDisplayFilter to determine visibility for rows. Inheritance System.Object DisplayFilterAdapter Implements Sdl.TranslationStudio.Api.Editor.IFoldingFilter 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.DisplayFilters Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class DisplayFilterAdapter Constructors DisplayFilterAdapter(IDisplayFilter, ITranslatableDocument) This implementation calls EvaluateRow frim IDisplayFilter to determine visibility for rows. Declaration public DisplayFilterAdapter(IDisplayFilter displayFilter, ITranslatableDocument document) Parameters Type Name Description IDisplayFilter displayFilter Sdl.TranslationStudio.Api.Editor.ITranslatableDocument document Methods Initialise() Initialise Declaration public void Initialise() IsFileBoundaryRow(IRowInfo) Helper to determine if a row acts as a file boundary. Declaration protected static bool IsFileBoundaryRow(IRowInfo rowInfo) Parameters Type Name Description IRowInfo rowInfo Returns Type Description System.Boolean SetFoldingFilterProvider(IFoldingFilterProvider) For internal use only. Allows the FoldingFilterProvider to be set on the FoldingFilter after it has been created, so the filter can access the active document etc. Declaration public void SetFoldingFilterProvider(IFoldingFilterProvider provider) Parameters Type Name Description Sdl.TranslationStudio.Api.Editor.IFoldingFilterProvider provider SetRowVisibility(IRowInfo) Compare the supplied row with the criteria and determine if the row should be visible Declaration public bool SetRowVisibility(IRowInfo row) Parameters Type Name Description IRowInfo row The row to compare Returns Type Description System.Boolean true if the segment should be visible Implements Sdl.TranslationStudio.Api.Editor.IFoldingFilter Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.html", "title": "Class DisplayFilterRowInfo", - "keywords": "Class DisplayFilterRowInfo The properties related to the segment that are filtered through the display filter implementation Inheritance object DisplayFilterRowInfo Implements IDisplayFilterRowInfo Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi DisplayFilters Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class DisplayFilterRowInfo : IDisplayFilterRowInfo Constructors DisplayFilterRowInfo() Declaration public DisplayFilterRowInfo() Properties ContainsFeedbackMessages Returns true if this row contains feedback message information. Declaration public bool ContainsFeedbackMessages { get; } Property Value Type Description bool ContainsRevisions Returns true if this row contains revision information. Declaration public bool ContainsRevisions { get; } Property Value Type Description bool ContainsTQAs Returns true if this row contains TQA information. Declaration public bool ContainsTQAs { get; } Property Value Type Description bool ContainsTrackChanges Returns true if this row contains Track Changes information. Declaration public bool ContainsTrackChanges { get; } Property Value Type Description bool ContextInfo Context information derived from the paragraph Declaration public IList ContextInfo { get; set; } Property Value Type Description IList IContextInfo IsSegment true if this row represents the content of a segment. Declaration public bool IsSegment { get; } Property Value Type Description bool RepetitionExcludeFirstOccurrence Returns true if this row is a repetition; excluding the first occurrence Declaration public bool RepetitionExcludeFirstOccurrence { get; } Property Value Type Description bool RepetitionFirstOccurrence Returns true if this row if the first occurrence of a repetition. Declaration public bool RepetitionFirstOccurrence { get; } Property Value Type Description bool SegmentPair Represents a source and target segment pair in a paragraph unit. Declaration public ISegmentPair SegmentPair { get; } Property Value Type Description ISegmentPair Implements IDisplayFilterRowInfo Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class DisplayFilterRowInfo The properties related to the segment that are filtered through the display filter implementation Inheritance System.Object DisplayFilterRowInfo Implements IDisplayFilterRowInfo 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.DisplayFilters Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class DisplayFilterRowInfo : IDisplayFilterRowInfo Constructors DisplayFilterRowInfo() Declaration public DisplayFilterRowInfo() Properties ContainsFeedbackMessages Returns true if this row contains feedback message information. Declaration public bool ContainsFeedbackMessages { get; } Property Value Type Description System.Boolean ContainsRevisions Returns true if this row contains revision information. Declaration public bool ContainsRevisions { get; } Property Value Type Description System.Boolean ContainsTQAs Returns true if this row contains TQA information. Declaration public bool ContainsTQAs { get; } Property Value Type Description System.Boolean ContainsTrackChanges Returns true if this row contains Track Changes information. Declaration public bool ContainsTrackChanges { get; } Property Value Type Description System.Boolean ContextInfo Context information derived from the paragraph Declaration public IList ContextInfo { get; set; } Property Value Type Description System.Collections.Generic.IList < IContextInfo > IsSegment true if this row represents the content of a segment. Declaration public bool IsSegment { get; } Property Value Type Description System.Boolean RepetitionExcludeFirstOccurrence Returns true if this row is a repetition; excluding the first occurrence Declaration public bool RepetitionExcludeFirstOccurrence { get; } Property Value Type Description System.Boolean RepetitionFirstOccurrence Returns true if this row if the first occurrence of a repetition. Declaration public bool RepetitionFirstOccurrence { get; } Property Value Type Description System.Boolean SegmentPair Represents a source and target segment pair in a paragraph unit. Declaration public ISegmentPair SegmentPair { get; } Property Value Type Description ISegmentPair Implements IDisplayFilterRowInfo Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.html", @@ -5082,67 +4782,67 @@ "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.IDisplayFilter.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.IDisplayFilter.html", "title": "Interface IDisplayFilter", - "keywords": "Interface IDisplayFilter Match a row against arbitrary criteria to determine if it should be visible Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi DisplayFilters Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public interface IDisplayFilter Methods EvaluateRow(IDisplayFilterRowInfo) This implementation calls to determine visibility for rows. derived classes should override this method to provide their implementations. Declaration bool EvaluateRow(IDisplayFilterRowInfo rowInfo) Parameters Type Name Description IDisplayFilterRowInfo rowInfo The row to compare Returns Type Description bool true if the segment should be visible Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IDisplayFilter Match a row against arbitrary criteria to determine if it should be visible Namespace : Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public interface IDisplayFilter Methods EvaluateRow(IDisplayFilterRowInfo) This implementation calls to determine visibility for rows. derived classes should override this method to provide their implementations. Declaration bool EvaluateRow(IDisplayFilterRowInfo rowInfo) Parameters Type Name Description IDisplayFilterRowInfo rowInfo The row to compare Returns Type Description System.Boolean true if the segment should be visible Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.IDisplayFilterRowInfo.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.IDisplayFilterRowInfo.html", "title": "Interface IDisplayFilterRowInfo", - "keywords": "Interface IDisplayFilterRowInfo The properties related to the segment that are filtered through the display filter implementation Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi DisplayFilters Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public interface IDisplayFilterRowInfo Properties ContainsFeedbackMessages Returns true if this row contains feedback message information. Declaration bool ContainsFeedbackMessages { get; } Property Value Type Description bool ContainsRevisions Returns true if this row contains revision information. Declaration bool ContainsRevisions { get; } Property Value Type Description bool ContainsTQAs Returns true if this row contains TQA information. Declaration bool ContainsTQAs { get; } Property Value Type Description bool ContainsTrackChanges Returns true if this row contains Track Changes information. Declaration bool ContainsTrackChanges { get; } Property Value Type Description bool ContextInfo Context information derived from the paragraph Declaration IList ContextInfo { get; set; } Property Value Type Description IList IContextInfo IsSegment true if this row represents the content of a segment. Declaration bool IsSegment { get; } Property Value Type Description bool RepetitionExcludeFirstOccurrence Returns true if this row is a repetition; excluding the first occurrence Declaration bool RepetitionExcludeFirstOccurrence { get; } Property Value Type Description bool RepetitionFirstOccurrence Returns true if this row if the first occurrence of a repetition. Declaration bool RepetitionFirstOccurrence { get; } Property Value Type Description bool SegmentPair Represents a source and target segment pair in a paragraph unit. Declaration ISegmentPair SegmentPair { get; } Property Value Type Description ISegmentPair Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IDisplayFilterRowInfo The properties related to the segment that are filtered through the display filter implementation Namespace : Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public interface IDisplayFilterRowInfo Properties ContainsFeedbackMessages Returns true if this row contains feedback message information. Declaration bool ContainsFeedbackMessages { get; } Property Value Type Description System.Boolean ContainsRevisions Returns true if this row contains revision information. Declaration bool ContainsRevisions { get; } Property Value Type Description System.Boolean ContainsTQAs Returns true if this row contains TQA information. Declaration bool ContainsTQAs { get; } Property Value Type Description System.Boolean ContainsTrackChanges Returns true if this row contains Track Changes information. Declaration bool ContainsTrackChanges { get; } Property Value Type Description System.Boolean ContextInfo Context information derived from the paragraph Declaration IList ContextInfo { get; set; } Property Value Type Description System.Collections.Generic.IList < IContextInfo > IsSegment true if this row represents the content of a segment. Declaration bool IsSegment { get; } Property Value Type Description System.Boolean RepetitionExcludeFirstOccurrence Returns true if this row is a repetition; excluding the first occurrence Declaration bool RepetitionExcludeFirstOccurrence { get; } Property Value Type Description System.Boolean RepetitionFirstOccurrence Returns true if this row if the first occurrence of a repetition. Declaration bool RepetitionFirstOccurrence { get; } Property Value Type Description System.Boolean SegmentPair Represents a source and target segment pair in a paragraph unit. Declaration ISegmentPair SegmentPair { get; } Property Value Type Description ISegmentPair Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html", "title": "Class Document", - "keywords": "Class Document Contains the document implementation Inheritance object Document Implements IStudioDocument Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class Document : IStudioDocument Properties ActiveFile Gets the active project file. Declaration public ProjectFile ActiveFile { get; } Property Value Type Description ProjectFile ActiveFileProperties Gets the active file properties Declaration public IFileProperties ActiveFileProperties { get; } Property Value Type Description IFileProperties ActiveSegmentPair Gets the active segment pair. Declaration public ISegmentPair ActiveSegmentPair { get; } Property Value Type Description ISegmentPair DisplayFilter Get the active Display Filter The result will be null if the filter that has been applied on the document is derived from the internal provider. This should permit the developer to differentiate between the internal system filter provider and their own implementation and/or multiple implementations of the interface. Declaration public IDisplayFilter DisplayFilter { get; } Property Value Type Description IDisplayFilter Files Get the files of the document Declaration public IEnumerable Files { get; } Property Value Type Description IEnumerable ProjectFile FilteredSegmentPairs Get the filtered document segment pairs in a readonly mode Declaration public IEnumerable FilteredSegmentPairs { get; } Property Value Type Description IEnumerable ISegmentPair FilteredSegmentPairsCount The filtered document segment pairs count Declaration public int FilteredSegmentPairsCount { get; } Property Value Type Description int FocusedDocumentContent Gets the focus document content Declaration public FocusedDocumentContent FocusedDocumentContent { get; } Property Value Type Description FocusedDocumentContent IsDirty Returns true if the document has unsaved changes. Declaration public bool IsDirty { get; } Property Value Type Description bool IsTranslationProviderAvailable Get a boolean value that indicate if a Translation Provider is available. Declaration public bool IsTranslationProviderAvailable { get; } Property Value Type Description bool ItemFactory Gets the factory for the document items Declaration public IDocumentItemFactory ItemFactory { get; } Property Value Type Description IDocumentItemFactory Mode Gets the editing mode of the document Declaration public EditingMode Mode { get; } Property Value Type Description EditingMode Project Gets the project of the document Declaration public FileBasedProject Project { get; } Property Value Type Description FileBasedProject PropertiesFactory Gets the factory for the item properties Declaration public IPropertiesFactory PropertiesFactory { get; } Property Value Type Description IPropertiesFactory SegmentPairs Get the document segment pairs in a readonly mode Declaration public IEnumerable SegmentPairs { get; } Property Value Type Description IEnumerable ISegmentPair Selection Gets the document selection Declaration public DocumentSelection Selection { get; } Property Value Type Description DocumentSelection The document selection. TotalSegmentPairsCount The total document segment pairs count Declaration public int TotalSegmentPairsCount { get; } Property Value Type Description int Methods AcceptAllTrackedChanges(ConfirmationLevel) Accepts all tracked changes and change the confirmation level if the new confirmation level is not Undefined Declaration public void AcceptAllTrackedChanges(ConfirmationLevel newConfirmationLevel) Parameters Type Name Description ConfirmationLevel newConfirmationLevel New confirmation level AddCommentOnSegment(ISegmentPair, string, Severity) Adds a comment to the target segment Declaration public void AddCommentOnSegment(ISegmentPair segmentPair, string text, Severity severity) Parameters Type Name Description ISegmentPair segmentPair Segment string text Comment text Severity severity Comment severity level AddCommentOnTargetSelection(string, Severity) Adds a comment to the selected content range in the target document. Declaration public void AddCommentOnTargetSelection(string text, Severity severity) Parameters Type Name Description string text Comment text Severity severity Comment severity level ApplyFilterOnSegments(IDisplayFilter) Apply filter on the segments from the active document in the editor Declaration public void ApplyFilterOnSegments(IDisplayFilter filter) Parameters Type Name Description IDisplayFilter filter The implementation of the display filter interface ChangeConfirmationLevelOnSegment(ISegmentPair, ConfirmationLevel) Sets the segment confirmation level to the specified value Declaration public void ChangeConfirmationLevelOnSegment(ISegmentPair segmentPair, ConfirmationLevel newConfirmationLevel) Parameters Type Name Description ISegmentPair segmentPair Segment ConfirmationLevel newConfirmationLevel The new confirmation level for the segment. ChangeTranslationOriginOnSegment(ISegmentPair, string) Sets the translation origin for the specified segment to the specified origin type Declaration public void ChangeTranslationOriginOnSegment(ISegmentPair segmentPair, string originType) Parameters Type Name Description ISegmentPair segmentPair Segment string originType The translation origin type. This should normally be one of the constants define in DefaultTranslationOrigin . DeleteAllCommentsOnSegment(ISegmentPair) Delete all comments from the target segment. Declaration public void DeleteAllCommentsOnSegment(ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Segment DeleteAllCommentsWithoutNotification() Delete all comments from active document and saves the document. Declaration public void DeleteAllCommentsWithoutNotification() DeleteCommentOnSegment(ISegmentPair, IComment) Delete a specific comment from the target segment. Declaration public void DeleteCommentOnSegment(ISegmentPair segmentPair, IComment commentToDelete) Parameters Type Name Description ISegmentPair segmentPair Segment IComment commentToDelete Comment to be deleted FindTextInSegment(string, string, bool, bool) Finds a given text in the given segment Declaration public bool FindTextInSegment(string segmentNumber, string text, bool highlightText, bool searchInSource) Parameters Type Name Description string segmentNumber string text Text to be found bool highlightText if this is set to true, the found text is selected in the segment bool searchInSource True if we want to find the text in the source Returns Type Description bool True - if the text was found GetActiveSegmentPair() Get the active segment pair in a readonly mode. Declaration public ISegmentPair GetActiveSegmentPair() Returns Type Description ISegmentPair The active segment pair or null if none was found. GetCommentsFromSegment(ISegmentPair) Obtain all comments existing from the target segment Declaration public IEnumerable GetCommentsFromSegment(ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Segment Returns Type Description IEnumerable IComment A list of comments from the target segment GetParentParagraphUnit(ISegmentPair) Declaration public IParagraphUnit GetParentParagraphUnit(ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Returns Type Description IParagraphUnit GetSegmentPair(int) Get the segment pair from the row number Declaration public ISegmentPair GetSegmentPair(int rowNumber) Parameters Type Name Description int rowNumber The row number Returns Type Description ISegmentPair The segment pair or null if none was found. GetSegmentPair(string, string) Get the segment pair from the paragraph and segment id Declaration public ISegmentPair GetSegmentPair(string paragraphUnitId, string segmentId) Parameters Type Name Description string paragraphUnitId The paragraph unit id string segmentId The segment id Returns Type Description ISegmentPair The segment pair or null if none was found. GetSegmentPairsFromParagraph(ParagraphUnitId) Get the segment pairs from a specific paragraph Declaration public IEnumerable GetSegmentPairsFromParagraph(ParagraphUnitId paragraphId) Parameters Type Name Description ParagraphUnitId paragraphId Paragraph unique identifier Returns Type Description IEnumerable ISegmentPair A list of segment pairs from the provided paragraph GetSelectedSegmentPairs() Obtain all selected segment pairs Declaration public IEnumerable GetSelectedSegmentPairs() Returns Type Description IEnumerable ISegmentPair A list of selected segment pairs from the editor ProcessSegmentPair(ISegmentPair, string, Action) Processing a single specific segment pair with the ability to alter the source and/or target Declaration public void ProcessSegmentPair(ISegmentPair segmentPair, string processingName, Action process) Parameters Type Name Description ISegmentPair segmentPair Segment Pair string processingName A custom provided name for the processing operation used for the undo history. Action ISegmentPair CancelEventArgs process Processing delegate responsable for analyzing the segment pair. Remarks Even if the source is configured to be in the editable mode this will not be functional if the document does not allow it. ProcessSegmentPairs(string, Action) Processing the document segment pairs with the ability to alter the source and/or target Declaration public void ProcessSegmentPairs(string processingName, Action process) Parameters Type Name Description string processingName A custom provided name for the processing operation used for the undo history. Action ISegmentPair CancelEventArgs process Processing delegate responsable for analyzing the segment pairs. Remarks Even if the source is configured to be in the editable mode this will not be functional if the document does not allow it. SelectedSegmentsContainRevisions() Checks if the selected segments on Target contains Revisions or TQA Declaration public bool SelectedSegmentsContainRevisions() Returns Type Description bool SetActiveSegmentPair(ProjectFile, string, bool) Sets the active segment pair to the segment pair with the given number and sets focus on that segment if specified. Declaration public bool SetActiveSegmentPair(ProjectFile projectFile, string segmentNumber, bool setFocusOnSegment = false) Parameters Type Name Description ProjectFile projectFile For normal document it is opened from one file and for virtual document it is opened from multiple files. When the document is virtual the projetFile indicates the refered file, which can be obtained from Files properpty of Document. For normal document, this parameter is ignored. string segmentNumber The segment number. bool setFocusOnSegment Set this to true if focus should be set to the segment Returns Type Description bool True if the segment pair was activated successfully. This may be false if no such segment exists or if the segment is currently filtered out from view.> SetActiveSegmentPair(string, string, bool) Sets the active segment pair to the segment pair with the given paragraphId and segmentNumber. Declaration public bool SetActiveSegmentPair(string paragraphId, string segmentNumber, bool setFocusOnSegment = false) Parameters Type Name Description string paragraphId string segmentNumber bool setFocusOnSegment Set this to true if focus should be set to the segment Returns Type Description bool TryTranslateActiveSegment() Tries to initiate the translation process for the active segment. Declaration public void TryTranslateActiveSegment() Remarks If the project does not have any Translation Provider set, the translation of the active segment will not work. UpdateCommentOnSegment(ISegmentPair, IComment, string, Severity) Update a comment text and severity on the target segment Declaration public void UpdateCommentOnSegment(ISegmentPair segmentPair, IComment commentToUpdate, string text, Severity severity) Parameters Type Name Description ISegmentPair segmentPair Segment IComment commentToUpdate Comment to be updated string text New coment text Severity severity New coment severity level UpdateParagraphUnitProperties(IParagraphUnitProperties) Directly update the properties of a paragraph unit Declaration public void UpdateParagraphUnitProperties(IParagraphUnitProperties paragraphUnitProperties) Parameters Type Name Description IParagraphUnitProperties paragraphUnitProperties Updated properties for the paragraph unit UpdateSegmentPair(ISegmentPair) Directly update a segment pair in the document Declaration public void UpdateSegmentPair(ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Updated segment pair UpdateSegmentPairProperties(ISegmentPair, ISegmentPairProperties) Directly update the properties of a segment pair, without processing the whole segment pair Declaration public void UpdateSegmentPairProperties(ISegmentPair segmentPair, ISegmentPairProperties segmentPairProperties) Parameters Type Name Description ISegmentPair segmentPair Segment ISegmentPairProperties segmentPairProperties Updated properties for the segment pair Events ActiveFileChanged Triggered when the active file is changed. Declaration public event EventHandler ActiveFileChanged Event Type Type Description EventHandler ActiveFilePropertiesChanged Triggered when the properties of the active file are changed Declaration public event EventHandler ActiveFilePropertiesChanged Event Type Type Description EventHandler ActiveSegmentChanged Triggered when the active segment is changed. Declaration public event EventHandler ActiveSegmentChanged Event Type Type Description EventHandler ActiveSegmentContentIsReady The event is triggered when the content for the active segment is ready and it can be modified by a third party application. Declaration public event EventHandler ActiveSegmentContentIsReady Event Type Type Description EventHandler ContentChanged Triggered when document content is changed. Declaration public event EventHandler ContentChanged Event Type Type Description EventHandler DocumentContentEventArgs DocumentFilterChanged Triggered when the document filter has changed. Declaration public event EventHandler DocumentFilterChanged Event Type Type Description EventHandler DocumentFilterEventArgs SegmentTranslated Triggered after a segment has been translated. Declaration public event EventHandler SegmentTranslated Event Type Type Description EventHandler SegmentsConfirmationLevelChanged The event is triggered when a ConfirmationLevel is changed for a Segment. Declaration public event EventHandler SegmentsConfirmationLevelChanged Event Type Type Description EventHandler SegmentsTranslationOriginChanged The event is triggered when a TranslationOrigin is changed for a Segment. Declaration public event EventHandler SegmentsTranslationOriginChanged Event Type Type Description EventHandler Implements IStudioDocument Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class Document Contains the document implementation Inheritance System.Object Document Implements IStudioDocument 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class Document : IStudioDocument Properties ActiveFile Gets the active project file. Declaration public ProjectFile ActiveFile { get; } Property Value Type Description ProjectFile ActiveFileProperties Gets the active file properties Declaration public IFileProperties ActiveFileProperties { get; } Property Value Type Description IFileProperties ActiveSegmentPair Gets the active segment pair. Declaration public ISegmentPair ActiveSegmentPair { get; } Property Value Type Description ISegmentPair DisplayFilter Get the active Display Filter The result will be null if the filter that has been applied on the document is derived from the internal provider. This should permit the developer to differentiate between the internal system filter provider and their own implementation and/or multiple implementations of the interface. Declaration public IDisplayFilter DisplayFilter { get; } Property Value Type Description IDisplayFilter Files Get the files of the document Declaration public IEnumerable Files { get; } Property Value Type Description System.Collections.Generic.IEnumerable < ProjectFile > FilteredSegmentPairs Get the filtered document segment pairs in a readonly mode Declaration public IEnumerable FilteredSegmentPairs { get; } Property Value Type Description System.Collections.Generic.IEnumerable < ISegmentPair > FilteredSegmentPairsCount The filtered document segment pairs count Declaration public int FilteredSegmentPairsCount { get; } Property Value Type Description System.Int32 FocusedDocumentContent Gets the focus document content Declaration public FocusedDocumentContent FocusedDocumentContent { get; } Property Value Type Description FocusedDocumentContent IsDirty Returns true if the document has unsaved changes. Declaration public bool IsDirty { get; } Property Value Type Description System.Boolean IsTranslationProviderAvailable Get a boolean value that indicate if a Translation Provider is available. Declaration public bool IsTranslationProviderAvailable { get; } Property Value Type Description System.Boolean ItemFactory Gets the factory for the document items Declaration public IDocumentItemFactory ItemFactory { get; } Property Value Type Description IDocumentItemFactory Mode Gets the editing mode of the document Declaration public EditingMode Mode { get; } Property Value Type Description EditingMode Project Gets the project of the document Declaration public FileBasedProject Project { get; } Property Value Type Description FileBasedProject PropertiesFactory Gets the factory for the item properties Declaration public IPropertiesFactory PropertiesFactory { get; } Property Value Type Description IPropertiesFactory SegmentPairs Get the document segment pairs in a readonly mode Declaration public IEnumerable SegmentPairs { get; } Property Value Type Description System.Collections.Generic.IEnumerable < ISegmentPair > Selection Gets the document selection Declaration public DocumentSelection Selection { get; } Property Value Type Description DocumentSelection The document selection. TotalSegmentPairsCount The total document segment pairs count Declaration public int TotalSegmentPairsCount { get; } Property Value Type Description System.Int32 Methods AcceptAllTrackedChanges(ConfirmationLevel) Declaration public void AcceptAllTrackedChanges(ConfirmationLevel newConfirmationLevel) Parameters Type Name Description ConfirmationLevel newConfirmationLevel AddCommentOnSegment(ISegmentPair, String, Severity) Adds a comment to the target segment Declaration public void AddCommentOnSegment(ISegmentPair segmentPair, string text, Severity severity) Parameters Type Name Description ISegmentPair segmentPair Segment System.String text Comment text Severity severity Comment severity level AddCommentOnTargetSelection(String, Severity) Adds a comment to the selected content range in the target document. Declaration public void AddCommentOnTargetSelection(string text, Severity severity) Parameters Type Name Description System.String text Comment text Severity severity Comment severity level ApplyFilterOnSegments(IDisplayFilter) Apply filter on the segments from the active document in the editor Declaration public void ApplyFilterOnSegments(IDisplayFilter filter) Parameters Type Name Description IDisplayFilter filter The implementation of the display filter interface ChangeConfirmationLevelOnSegment(ISegmentPair, ConfirmationLevel) Sets the segment confirmation level to the specified value Declaration public void ChangeConfirmationLevelOnSegment(ISegmentPair segmentPair, ConfirmationLevel newConfirmationLevel) Parameters Type Name Description ISegmentPair segmentPair Segment ConfirmationLevel newConfirmationLevel The new confirmation level for the segment. ChangeTranslationOriginOnSegment(ISegmentPair, String) Sets the translation origin for the specified segment to the specified origin type Declaration public void ChangeTranslationOriginOnSegment(ISegmentPair segmentPair, string originType) Parameters Type Name Description ISegmentPair segmentPair Segment System.String originType The translation origin type. This should normally be one of the constants define in DefaultTranslationOrigin . DeleteAllCommentsOnSegment(ISegmentPair) Delete all comments from the target segment. Declaration public void DeleteAllCommentsOnSegment(ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Segment DeleteAllCommentsWithoutNotification() Declaration public void DeleteAllCommentsWithoutNotification() DeleteCommentOnSegment(ISegmentPair, IComment) Delete a specific comment from the target segment. Declaration public void DeleteCommentOnSegment(ISegmentPair segmentPair, IComment commentToDelete) Parameters Type Name Description ISegmentPair segmentPair Segment IComment commentToDelete Comment to be deleted FindTextInSegment(String, String, Boolean, Boolean) Finds a given text in the given segment Declaration public bool FindTextInSegment(string segmentNumber, string text, bool highlightText, bool searchInSource) Parameters Type Name Description System.String segmentNumber System.String text Text to be found System.Boolean highlightText if this is set to true, the found text is selected in the segment System.Boolean searchInSource True if we want to find the text in the source Returns Type Description System.Boolean True - if the text was found GetActiveSegmentPair() Get the active segment pair in a readonly mode. Declaration public ISegmentPair GetActiveSegmentPair() Returns Type Description ISegmentPair The active segment pair or null if none was found. GetCommentsFromSegment(ISegmentPair) Obtain all comments existing from the target segment Declaration public IEnumerable GetCommentsFromSegment(ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Segment Returns Type Description System.Collections.Generic.IEnumerable < IComment > A list of comments from the target segment GetParentParagraphUnit(ISegmentPair) Declaration public IParagraphUnit GetParentParagraphUnit(ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Returns Type Description IParagraphUnit GetSegmentPair(Int32) Get the segment pair from the row number Declaration public ISegmentPair GetSegmentPair(int rowNumber) Parameters Type Name Description System.Int32 rowNumber The row number Returns Type Description ISegmentPair The segment pair or null if none was found. GetSegmentPair(String, String) Get the segment pair from the paragraph and segment id Declaration public ISegmentPair GetSegmentPair(string paragraphUnitId, string segmentId) Parameters Type Name Description System.String paragraphUnitId The paragraph unit id System.String segmentId The segment id Returns Type Description ISegmentPair The segment pair or null if none was found. GetSegmentPairsFromParagraph(ParagraphUnitId) Get the segment pairs from a specific paragraph Declaration public IEnumerable GetSegmentPairsFromParagraph(ParagraphUnitId paragraphId) Parameters Type Name Description ParagraphUnitId paragraphId Paragraph unique identifier Returns Type Description System.Collections.Generic.IEnumerable < ISegmentPair > A list of segment pairs from the provided paragraph GetSelectedSegmentPairs() Declaration public IEnumerable GetSelectedSegmentPairs() Returns Type Description System.Collections.Generic.IEnumerable < ISegmentPair > ProcessSegmentPair(ISegmentPair, String, Action) Processing a single specific segment pair with the ability to alter the source and/or target Declaration public void ProcessSegmentPair(ISegmentPair segmentPair, string processingName, Action process) Parameters Type Name Description ISegmentPair segmentPair Segment Pair System.String processingName A custom provided name for the processing operation used for the undo history. System.Action < ISegmentPair , System.ComponentModel.CancelEventArgs > process Processing delegate responsable for analyzing the segment pair. Remarks Even if the source is configured to be in the editable mode this will not be functional if the document does not allow it. ProcessSegmentPairs(String, Action) Processing the document segment pairs with the ability to alter the source and/or target Declaration public void ProcessSegmentPairs(string processingName, Action process) Parameters Type Name Description System.String processingName A custom provided name for the processing operation used for the undo history. System.Action < ISegmentPair , System.ComponentModel.CancelEventArgs > process Processing delegate responsable for analyzing the segment pairs. Remarks Even if the source is configured to be in the editable mode this will not be functional if the document does not allow it. SelectedSegmentsContainRevisions() Declaration public bool SelectedSegmentsContainRevisions() Returns Type Description System.Boolean SetActiveSegmentPair(ProjectFile, String, Boolean) Sets the active segment pair to the segment pair with the given number and sets focus on that segment if specified. Declaration public bool SetActiveSegmentPair(ProjectFile projectFile, string segmentNumber, bool setFocusOnSegment = false) Parameters Type Name Description ProjectFile projectFile For normal document it is opened from one file and for virtual document it is opened from multiple files. When the document is virtual the projetFile indicates the refered file, which can be obtained from Files properpty of Document. For normal document, this parameter is ignored. System.String segmentNumber The segment number. System.Boolean setFocusOnSegment Set this to true if focus should be set to the segment Returns Type Description System.Boolean True if the segment pair was activated successfully. This may be false if no such segment exists or if the segment is currently filtered out from view.> SetActiveSegmentPair(String, String, Boolean) Sets the active segment pair to the segment pair with the given paragraphId and segmentNumber. Declaration public bool SetActiveSegmentPair(string paragraphId, string segmentNumber, bool setFocusOnSegment = false) Parameters Type Name Description System.String paragraphId System.String segmentNumber System.Boolean setFocusOnSegment Set this to true if focus should be set to the segment Returns Type Description System.Boolean TryTranslateActiveSegment() Tries to initiate the translation process for the active segment. Declaration public void TryTranslateActiveSegment() Remarks If the project does not have any Translation Provider set, the translation of the active segment will not work. UpdateCommentOnSegment(ISegmentPair, IComment, String, Severity) Update a comment text and severity on the target segment Declaration public void UpdateCommentOnSegment(ISegmentPair segmentPair, IComment commentToUpdate, string text, Severity severity) Parameters Type Name Description ISegmentPair segmentPair Segment IComment commentToUpdate Comment to be updated System.String text New coment text Severity severity New coment severity level UpdateParagraphUnitProperties(IParagraphUnitProperties) Directly update the properties of a paragraph unit Declaration public void UpdateParagraphUnitProperties(IParagraphUnitProperties paragraphUnitProperties) Parameters Type Name Description IParagraphUnitProperties paragraphUnitProperties Updated properties for the paragraph unit UpdateSegmentPair(ISegmentPair) Directly update a segment pair in the document Declaration public void UpdateSegmentPair(ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Updated segment pair UpdateSegmentPairProperties(ISegmentPair, ISegmentPairProperties) Directly update the properties of a segment pair, without processing the whole segment pair Declaration public void UpdateSegmentPairProperties(ISegmentPair segmentPair, ISegmentPairProperties segmentPairProperties) Parameters Type Name Description ISegmentPair segmentPair Segment ISegmentPairProperties segmentPairProperties Updated properties for the segment pair Events ActiveFileChanged Triggered when the active file is changed. Declaration public event EventHandler ActiveFileChanged Event Type Type Description System.EventHandler ActiveFilePropertiesChanged Triggered when the properties of the active file are changed Declaration public event EventHandler ActiveFilePropertiesChanged Event Type Type Description System.EventHandler ActiveSegmentChanged Triggered when the active segment is changed. Declaration public event EventHandler ActiveSegmentChanged Event Type Type Description System.EventHandler ActiveSegmentContentIsReady The event is triggered when the content for the active segment is ready and it can be modified by a third party application. Declaration public event EventHandler ActiveSegmentContentIsReady Event Type Type Description System.EventHandler ContentChanged Triggered when document content is changed. Declaration public event EventHandler ContentChanged Event Type Type Description System.EventHandler < DocumentContentEventArgs > DocumentFilterChanged Triggered when the document filter has changed. Declaration public event EventHandler DocumentFilterChanged Event Type Type Description System.EventHandler < DocumentFilterEventArgs > SegmentsConfirmationLevelChanged The event is triggered when a ConfirmationLevel is changed for a Segment. Declaration public event EventHandler SegmentsConfirmationLevelChanged Event Type Type Description System.EventHandler SegmentsTranslationOriginChanged The event is triggered when a TranslationOrigin is changed for a Segment. Declaration public event EventHandler SegmentsTranslationOriginChanged Event Type Type Description System.EventHandler SegmentTranslated Triggered after a segment has been translated. Declaration public event EventHandler SegmentTranslated Event Type Type Description System.EventHandler Implements IStudioDocument Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentContentEventArgs.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentContentEventArgs.html", "title": "Class DocumentContentEventArgs", - "keywords": "Class DocumentContentEventArgs Document content changed event arguments Inheritance object EventArgs DocumentEventArgs DocumentContentEventArgs Inherited Members DocumentEventArgs.Document EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class DocumentContentEventArgs : DocumentEventArgs Properties Segments The segments changed in the document as readonly. Declaration public IEnumerable Segments { get; } Property Value Type Description IEnumerable ISegment Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class DocumentContentEventArgs Document content changed event arguments Inheritance System.Object System.EventArgs DocumentEventArgs DocumentContentEventArgs Inherited Members DocumentEventArgs.Document System.EventArgs.Empty 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class DocumentContentEventArgs : DocumentEventArgs Properties Segments The segments changed in the document as readonly. Declaration public IEnumerable Segments { get; } Property Value Type Description System.Collections.Generic.IEnumerable < ISegment > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.html", "title": "Class DocumentErrorEventArgs", - "keywords": "Class DocumentErrorEventArgs Event argument representing an error related to a document. Inheritance object EventArgs DocumentEventArgs DocumentErrorEventArgs Inherited Members DocumentEventArgs.Document EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class DocumentErrorEventArgs : DocumentEventArgs Constructors DocumentErrorEventArgs(IStudioDocument, Exception) Creates a document error event argument. Declaration public DocumentErrorEventArgs(IStudioDocument document, Exception exception) Parameters Type Name Description IStudioDocument document The document for which the error occured. Exception exception The exception. Properties Exception Gets the exception. Declaration public Exception Exception { get; } Property Value Type Description Exception The exception. Handled Gets or sets whether the error was handled. Declaration public bool Handled { get; set; } Property Value Type Description bool Remarks Setting this to true suppresses an error message being shown. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class DocumentErrorEventArgs Event argument representing an error related to a document. Inheritance System.Object System.EventArgs DocumentEventArgs DocumentErrorEventArgs Inherited Members DocumentEventArgs.Document System.EventArgs.Empty 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class DocumentErrorEventArgs : DocumentEventArgs Constructors DocumentErrorEventArgs(IStudioDocument, Exception) Creates a document error event argument. Declaration public DocumentErrorEventArgs(IStudioDocument document, Exception exception) Parameters Type Name Description IStudioDocument document The document for which the error occured. System.Exception exception The exception. Properties Exception Gets the exception. Declaration public Exception Exception { get; } Property Value Type Description System.Exception The exception. Handled Gets or sets whether the error was handled. Declaration public bool Handled { get; set; } Property Value Type Description System.Boolean Remarks Setting this to true suppresses an error message being shown. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentEventArgs.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentEventArgs.html", "title": "Class DocumentEventArgs", - "keywords": "Class DocumentEventArgs Document event arguments Inheritance object EventArgs DocumentEventArgs DocumentContentEventArgs DocumentErrorEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class DocumentEventArgs : EventArgs Properties Document The document envolved in the event Declaration public IStudioDocument Document { get; } Property Value Type Description IStudioDocument Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class DocumentEventArgs Document event arguments Inheritance System.Object System.EventArgs DocumentEventArgs DocumentContentEventArgs DocumentErrorEventArgs Inherited Members System.EventArgs.Empty 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class DocumentEventArgs : EventArgs Properties Document The document envolved in the event Declaration public IStudioDocument Document { get; } Property Value Type Description IStudioDocument Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentFilterEventArgs.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentFilterEventArgs.html", "title": "Class DocumentFilterEventArgs", - "keywords": "Class DocumentFilterEventArgs Inheritance object EventArgs DocumentFilterEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class DocumentFilterEventArgs : EventArgs Properties DisplayFilter Get the active Display Filter The result will be null if the filter that has been applied on the document is derived from the internal provider. This should permit the developer to differentiate between the internal system filter provider and their own implementation and/or multiple implementations of the interface. Declaration public IDisplayFilter DisplayFilter { get; set; } Property Value Type Description IDisplayFilter FilteredSegmentPairsCount The filtered document segment pairs count Declaration public int FilteredSegmentPairsCount { get; set; } Property Value Type Description int TotalSegmentPairsCount The total document segment pairs count Declaration public int TotalSegmentPairsCount { get; set; } Property Value Type Description int Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class DocumentFilterEventArgs Inheritance System.Object System.EventArgs DocumentFilterEventArgs Inherited Members System.EventArgs.Empty 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class DocumentFilterEventArgs : EventArgs Properties DisplayFilter Get the active Display Filter The result will be null if the filter that has been applied on the document is derived from the internal provider. This should permit the developer to differentiate between the internal system filter provider and their own implementation and/or multiple implementations of the interface. Declaration public IDisplayFilter DisplayFilter { get; set; } Property Value Type Description IDisplayFilter FilteredSegmentPairsCount The filtered document segment pairs count Declaration public int FilteredSegmentPairsCount { get; set; } Property Value Type Description System.Int32 TotalSegmentPairsCount The total document segment pairs count Declaration public int TotalSegmentPairsCount { get; set; } Property Value Type Description System.Int32 Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentSelection.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentSelection.html", "title": "Class DocumentSelection", - "keywords": "Class DocumentSelection Implements the document selection Inheritance object DocumentSelection Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class DocumentSelection Properties Current Get the current source or target selection Declaration public AbstractContentSelection Current { get; } Property Value Type Description AbstractContentSelection Source Get the source document selection Declaration public SourceSelection Source { get; } Property Value Type Description SourceSelection Target Get the target document selection Declaration public TargetSelection Target { get; } Property Value Type Description TargetSelection Methods CanCopy() Returns true if the current selection can be copied. Declaration public bool CanCopy() Returns Type Description bool True if the selection can by copied. CanCut() Returns true if the current selection can be cut from the document. Declaration public bool CanCut() Returns Type Description bool True if the selection can by cut. CanPaste() Returns true if the current clipboard content can be pasted into the document, replacing the current selection. Declaration public bool CanPaste() Returns Type Description bool True if the selection can by pasted. Copy() Copies to the current selection to the clipboard. Declaration public void Copy() Cut() Cuts the current selection. Declaration public void Cut() IsLocked() Get the locking state of the selection. Declaration public bool IsLocked() Returns Type Description bool Returns true if the selection is locked. Lock() Locks the current selection (disable the selection for edit). Declaration public void Lock() Paste() Pastes the current clipboard content, replacing the current selection. Declaration public void Paste() Unlock() Unlocks the current selection (enable the selection for edit). Declaration public void Unlock() Events Changed Triggered when the selection has changed Declaration public event EventHandler Changed Event Type Type Description EventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class DocumentSelection Implements the document selection Inheritance System.Object DocumentSelection 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class DocumentSelection Properties Current Get the current source or target selection Declaration public AbstractContentSelection Current { get; } Property Value Type Description AbstractContentSelection Source Get the source document selection Declaration public SourceSelection Source { get; } Property Value Type Description SourceSelection Target Get the target document selection Declaration public TargetSelection Target { get; } Property Value Type Description TargetSelection Methods CanCopy() Returns true if the current selection can be copied. Declaration public bool CanCopy() Returns Type Description System.Boolean True if the selection can by copied. CanCut() Returns true if the current selection can be cut from the document. Declaration public bool CanCut() Returns Type Description System.Boolean True if the selection can by cut. CanPaste() Returns true if the current clipboard content can be pasted into the document, replacing the current selection. Declaration public bool CanPaste() Returns Type Description System.Boolean True if the selection can by pasted. Copy() Copies to the current selection to the clipboard. Declaration public void Copy() Cut() Cuts the current selection. Declaration public void Cut() IsLocked() Get the locking state of the selection. Declaration public bool IsLocked() Returns Type Description System.Boolean Returns true if the selection is locked. Lock() Locks the current selection (disable the selection for edit). Declaration public void Lock() Paste() Pastes the current clipboard content, replacing the current selection. Declaration public void Paste() Unlock() Unlocks the current selection (enable the selection for edit). Declaration public void Unlock() Events Changed Triggered when the selection has changed Declaration public event EventHandler Changed Event Type Type Description System.EventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.html", "title": "Class EditDistanceComputeParams", - "keywords": "Class EditDistanceComputeParams Inheritance object EditDistanceComputeParams Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class EditDistanceComputeParams Constructors EditDistanceComputeParams() Declaration public EditDistanceComputeParams() Properties ApplySmallChangeAdjustment Applies small change adjustments. Declaration public bool ApplySmallChangeAdjustment { get; set; } Property Value Type Description bool CharactersNormalizeSafely Set to false if the language is not considered 'char-based' like Chinese and Japanese are (i.e. uses space as separator), but does consist of complex characters producing strings of more than 1 significant char when Unicode-normalised (NormalizationForm.FormD) Declaration public bool CharactersNormalizeSafely { get; set; } Property Value Type Description bool ComputeDiagonalOnly If number of tokens is equivalent, only the diagonal's similarities are computed. Declaration public bool ComputeDiagonalOnly { get; set; } Property Value Type Description bool DiagonalOnly Unlike ComputeDiagonalOnly , should only be set true if number of tokens is equivalent, and if the only edit operations of interest are 'identity' and 'change'. This provides a fast way to score segments with matching identity strings and feature-token placement. Declaration public bool DiagonalOnly { get; set; } Property Value Type Description bool Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class EditDistanceComputeParams Inheritance System.Object EditDistanceComputeParams 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class EditDistanceComputeParams Constructors EditDistanceComputeParams() Declaration public EditDistanceComputeParams() Properties ApplySmallChangeAdjustment Applies small change adjustments. Declaration public bool ApplySmallChangeAdjustment { get; set; } Property Value Type Description System.Boolean CharactersNormalizeSafely Set to false if the language is not considered 'char-based' like Chinese and Japanese are (i.e. uses space as separator), but does consist of complex characters producing strings of more than 1 significant char when Unicode-normalised (NormalizationForm.FormD) Declaration public bool CharactersNormalizeSafely { get; set; } Property Value Type Description System.Boolean ComputeDiagonalOnly If number of tokens is equivalent, only the diagonal's similarities are computed. Declaration public bool ComputeDiagonalOnly { get; set; } Property Value Type Description System.Boolean DiagonalOnly Unlike ComputeDiagonalOnly , should only be set true if number of tokens is equivalent, and if the only edit operations of interest are 'identity' and 'change'. This provides a fast way to score segments with matching identity strings and feature-token placement. Declaration public bool DiagonalOnly { get; set; } Property Value Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditingMode.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditingMode.html", "title": "Enum EditingMode", - "keywords": "Enum EditingMode Define the document editing mode Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public enum EditingMode Fields Name Description Review The document is in review mode SignOff The document is in sign off mode Translation The document is in translation mode." + "keywords": "Enum EditingMode Define the document editing mode Namespace : Sdl.TranslationStudioAutomation.IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public enum EditingMode Fields Name Description Review The document is in review mode SignOff The document is in sign off mode Translation The document is in translation mode. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.html", "title": "Class ConcordanceSearchController", - "keywords": "Class ConcordanceSearchController Class responsible for interacting with the Concordance View Inheritance object ConcordanceSearchController Implements IConcordanceSearchController Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Sdl.TranslationStudioAutomation.IntegrationApi.Editor ConcordanceSearch Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class ConcordanceSearchController : IConcordanceSearchController Properties SearchType Gets the current selected search type (Source , Target) Declaration public ConcordanceSearchType SearchType { get; } Property Value Type Description ConcordanceSearchType Methods ActivateView() Brings Concordance window into View Declaration public void ActivateView() Clear() Clears the last performed search Declaration public void Clear() FocusSearchTextBox() Puts the focus into the search text box Declaration public void FocusSearchTextBox() HasSearchResult(int) Returns true if there is a search result for the given row number Declaration public bool HasSearchResult(int rowNumber) Parameters Type Name Description int rowNumber Returns Type Description bool SelectSearchResult(int) Selects the result at the given row number Declaration public void SelectSearchResult(int rowNumber) Parameters Type Name Description int rowNumber ToggleSearchType(ConcordanceSearchType) Switches to the given Search Type Declaration public void ToggleSearchType(ConcordanceSearchType searchType) Parameters Type Name Description ConcordanceSearchType searchType TryGetCurrentSearchResults() Returns the current concordance search results visible on the UI Declaration public ConcordanceSearchResults TryGetCurrentSearchResults() Returns Type Description ConcordanceSearchResults TryPerformSearch(string) Performs a concordance search for the given text Declaration public void TryPerformSearch(string text) Parameters Type Name Description string text Implements IConcordanceSearchController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ConcordanceSearchController Class responsible for interacting with the Concordance View Inheritance System.Object ConcordanceSearchController Implements IConcordanceSearchController 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.Editor.ConcordanceSearch Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class ConcordanceSearchController : IConcordanceSearchController Properties SearchType Gets the current selected search type (Source , Target) Declaration public ConcordanceSearchType SearchType { get; } Property Value Type Description ConcordanceSearchType Methods ActivateView() Brings Concordance window into View Declaration public void ActivateView() Clear() Clears the last performed search Declaration public void Clear() FocusSearchTextBox() Puts the focus into the search text box Declaration public void FocusSearchTextBox() HasSearchResult(Int32) Returns true if there is a search result for the given row number Declaration public bool HasSearchResult(int rowNumber) Parameters Type Name Description System.Int32 rowNumber Returns Type Description System.Boolean SelectSearchResult(Int32) Selects the result at the given row number Declaration public void SelectSearchResult(int rowNumber) Parameters Type Name Description System.Int32 rowNumber ToggleSearchType(ConcordanceSearchType) Switches to the given Search Type Declaration public void ToggleSearchType(ConcordanceSearchType searchType) Parameters Type Name Description ConcordanceSearchType searchType TryGetCurrentSearchResults() Returns the current concordance search results visible on the UI Declaration public ConcordanceSearchResults TryGetCurrentSearchResults() Returns Type Description ConcordanceSearchResults TryPerformSearch(String) Performs a concordance search for the given text Declaration public void TryPerformSearch(string text) Parameters Type Name Description System.String text Implements IConcordanceSearchController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchResults.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchResults.html", "title": "Class ConcordanceSearchResults", - "keywords": "Class ConcordanceSearchResults Inheritance object ConcordanceSearchResults Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Sdl.TranslationStudioAutomation.IntegrationApi.Editor ConcordanceSearch Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class ConcordanceSearchResults Properties CascadeMessages Declaration public IEnumerable CascadeMessages { get; } Property Value Type Description IEnumerable CascadeMessage LookupResults Declaration public SearchResults LookupResults { get; } Property Value Type Description SearchResults SearchText Declaration public string SearchText { get; } Property Value Type Description string SearchType Declaration public ConcordanceSearchType SearchType { get; } Property Value Type Description ConcordanceSearchType Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ConcordanceSearchResults Inheritance System.Object ConcordanceSearchResults 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.Editor.ConcordanceSearch Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class ConcordanceSearchResults Properties CascadeMessages Declaration public IEnumerable CascadeMessages { get; } Property Value Type Description System.Collections.Generic.IEnumerable < CascadeMessage > LookupResults Declaration public SearchResults LookupResults { get; } Property Value Type Description SearchResults SearchText Declaration public string SearchText { get; } Property Value Type Description System.String SearchType Declaration public ConcordanceSearchType SearchType { get; } Property Value Type Description ConcordanceSearchType Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchType.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchType.html", "title": "Enum ConcordanceSearchType", - "keywords": "Enum ConcordanceSearchType Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Sdl.TranslationStudioAutomation.IntegrationApi.Editor ConcordanceSearch Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public enum ConcordanceSearchType Fields Name Description Source Target" + "keywords": "Enum ConcordanceSearchType Namespace : Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public enum ConcordanceSearchType Fields Name Description Source Target Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.html", @@ -5152,7 +4852,7 @@ "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.html", "title": "Interface IConcordanceSearchController", - "keywords": "Interface IConcordanceSearchController Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Sdl.TranslationStudioAutomation.IntegrationApi.Editor ConcordanceSearch Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public interface IConcordanceSearchController Properties SearchType Declaration ConcordanceSearchType SearchType { get; } Property Value Type Description ConcordanceSearchType Methods ActivateView() Declaration void ActivateView() Clear() Declaration void Clear() FocusSearchTextBox() Declaration void FocusSearchTextBox() HasSearchResult(int) Declaration bool HasSearchResult(int rowNumber) Parameters Type Name Description int rowNumber Returns Type Description bool SelectSearchResult(int) Declaration void SelectSearchResult(int rowNumber) Parameters Type Name Description int rowNumber ToggleSearchType(ConcordanceSearchType) Declaration void ToggleSearchType(ConcordanceSearchType searchType) Parameters Type Name Description ConcordanceSearchType searchType TryGetCurrentSearchResults() Declaration ConcordanceSearchResults TryGetCurrentSearchResults() Returns Type Description ConcordanceSearchResults TryPerformSearch(string) Declaration void TryPerformSearch(string text) Parameters Type Name Description string text Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IConcordanceSearchController Namespace : Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public interface IConcordanceSearchController Properties SearchType Declaration ConcordanceSearchType SearchType { get; } Property Value Type Description ConcordanceSearchType Methods ActivateView() Declaration void ActivateView() Clear() Declaration void Clear() FocusSearchTextBox() Declaration void FocusSearchTextBox() HasSearchResult(Int32) Declaration bool HasSearchResult(int rowNumber) Parameters Type Name Description System.Int32 rowNumber Returns Type Description System.Boolean SelectSearchResult(Int32) Declaration void SelectSearchResult(int rowNumber) Parameters Type Name Description System.Int32 rowNumber ToggleSearchType(ConcordanceSearchType) Declaration void ToggleSearchType(ConcordanceSearchType searchType) Parameters Type Name Description ConcordanceSearchType searchType TryGetCurrentSearchResults() Declaration ConcordanceSearchResults TryGetCurrentSearchResults() Returns Type Description ConcordanceSearchResults TryPerformSearch(String) Declaration void TryPerformSearch(string text) Parameters Type Name Description System.String text Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.html", @@ -5162,17 +4862,17 @@ "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.ITermRecognitionResultsController.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.ITermRecognitionResultsController.html", "title": "Interface ITermRecognitionResultsController", - "keywords": "Interface ITermRecognitionResultsController Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Sdl.TranslationStudioAutomation.IntegrationApi.Editor TermRecognitionResults Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public interface ITermRecognitionResultsController Methods GetTermRecognitionResults() Gets the term recognition results list Declaration List GetTermRecognitionResults() Returns Type Description List TermRecognitionResult HasTermRecognitionResults() Get a boolean value that indicate if there are any results available Declaration bool HasTermRecognitionResults() Returns Type Description bool ShowTermRecognitionResultsWindow() Open term recognition results window Declaration void ShowTermRecognitionResultsWindow() Events TermRecognitionCompleted Event triggered when term recognition is completed Declaration event EventHandler TermRecognitionCompleted Event Type Type Description EventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ITermRecognitionResultsController Namespace : Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public interface ITermRecognitionResultsController Methods GetTermRecognitionResults() Gets the term recognition results list Declaration List GetTermRecognitionResults() Returns Type Description System.Collections.Generic.List < TermRecognitionResult > HasTermRecognitionResults() Get a boolean value that indicate if there are any results available Declaration bool HasTermRecognitionResults() Returns Type Description System.Boolean ShowTermRecognitionResultsWindow() Open term recognition results window Declaration void ShowTermRecognitionResultsWindow() Events TermRecognitionCompleted Event triggered when term recognition is completed Declaration event EventHandler TermRecognitionCompleted Event Type Type Description System.EventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.html", "title": "Class TermRecognitionResult", - "keywords": "Class TermRecognitionResult Inheritance object TermRecognitionResult Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Sdl.TranslationStudioAutomation.IntegrationApi.Editor TermRecognitionResults Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TermRecognitionResult Constructors TermRecognitionResult() Declaration public TermRecognitionResult() Properties Entry Declaration public Entry Entry { get; set; } Property Value Type Description Entry Id Declaration public int Id { get; set; } Property Value Type Description int MatchesFilter Declaration public bool MatchesFilter { get; set; } Property Value Type Description bool Score Declaration public int Score { get; set; } Property Value Type Description int SourceIndex Declaration public ILanguage SourceIndex { get; set; } Property Value Type Description ILanguage TargetIndex Declaration public ILanguage TargetIndex { get; set; } Property Value Type Description ILanguage Termbase Declaration public ITerminologyProvider Termbase { get; set; } Property Value Type Description ITerminologyProvider Text Declaration public string Text { get; set; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TermRecognitionResult Inheritance System.Object TermRecognitionResult 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.Editor.TermRecognitionResults Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TermRecognitionResult Constructors TermRecognitionResult() Declaration public TermRecognitionResult() Properties Entry Declaration public Entry Entry { get; set; } Property Value Type Description Entry Id Declaration public int Id { get; set; } Property Value Type Description System.Int32 MatchesFilter Declaration public bool MatchesFilter { get; set; } Property Value Type Description System.Boolean Score Declaration public int Score { get; set; } Property Value Type Description System.Int32 SourceIndex Declaration public ILanguage SourceIndex { get; set; } Property Value Type Description ILanguage TargetIndex Declaration public ILanguage TargetIndex { get; set; } Property Value Type Description ILanguage Termbase Declaration public ITerminologyProvider Termbase { get; set; } Property Value Type Description ITerminologyProvider Text Declaration public string Text { get; set; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResultsController.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResultsController.html", "title": "Class TermRecognitionResultsController", - "keywords": "Class TermRecognitionResultsController Inheritance object TermRecognitionResultsController Implements ITermRecognitionResultsController Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Sdl.TranslationStudioAutomation.IntegrationApi.Editor TermRecognitionResults Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TermRecognitionResultsController : ITermRecognitionResultsController Methods GetTermRecognitionResults() Gets the term recognition results list Declaration public List GetTermRecognitionResults() Returns Type Description List TermRecognitionResult HasTermRecognitionResults() Get a boolean value that indicate if there are any results available Declaration public bool HasTermRecognitionResults() Returns Type Description bool ShowTermRecognitionResultsWindow() Open term recognition results window Declaration public void ShowTermRecognitionResultsWindow() Events TermRecognitionCompleted Event triggered when term recognition is completed Declaration public event EventHandler TermRecognitionCompleted Event Type Type Description EventHandler Implements ITermRecognitionResultsController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TermRecognitionResultsController Inheritance System.Object TermRecognitionResultsController Implements ITermRecognitionResultsController 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.Editor.TermRecognitionResults Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TermRecognitionResultsController : ITermRecognitionResultsController Methods GetTermRecognitionResults() Declaration public List GetTermRecognitionResults() Returns Type Description System.Collections.Generic.List < TermRecognitionResult > HasTermRecognitionResults() Declaration public bool HasTermRecognitionResults() Returns Type Description System.Boolean ShowTermRecognitionResultsWindow() Declaration public void ShowTermRecognitionResultsWindow() Events TermRecognitionCompleted Declaration public event EventHandler TermRecognitionCompleted Event Type Type Description System.EventHandler Implements ITermRecognitionResultsController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.html", @@ -5182,102 +4882,102 @@ "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.html", "title": "Interface ITranslationResultsController", - "keywords": "Interface ITranslationResultsController Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Sdl.TranslationStudioAutomation.IntegrationApi.Editor TranslationResults Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public interface ITranslationResultsController Properties HasTranslationResults Declaration bool HasTranslationResults { get; } Property Value Type Description bool Methods HasSearchResult(int) Declaration bool HasSearchResult(int rowNumber) Parameters Type Name Description int rowNumber Returns Type Description bool SelectSearchResult(int, bool) Declaration void SelectSearchResult(int rowNumber, bool applyToActiveSegment) Parameters Type Name Description int rowNumber bool applyToActiveSegment ShowTranslationResultsWindow() Declaration void ShowTranslationResultsWindow() TryGetCurrentTranslationResults() Declaration TranslationResults TryGetCurrentTranslationResults() Returns Type Description TranslationResults Events TranslationFinished Declaration event EventHandler TranslationFinished Event Type Type Description EventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface ITranslationResultsController Namespace : Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public interface ITranslationResultsController Properties HasTranslationResults Declaration bool HasTranslationResults { get; } Property Value Type Description System.Boolean Methods HasSearchResult(Int32) Declaration bool HasSearchResult(int rowNumber) Parameters Type Name Description System.Int32 rowNumber Returns Type Description System.Boolean SelectSearchResult(Int32, Boolean) Declaration void SelectSearchResult(int rowNumber, bool applyToActiveSegment) Parameters Type Name Description System.Int32 rowNumber System.Boolean applyToActiveSegment ShowTranslationResultsWindow() Declaration void ShowTranslationResultsWindow() TryGetCurrentTranslationResults() Declaration TranslationResults TryGetCurrentTranslationResults() Returns Type Description TranslationResults Events TranslationFinished Declaration event EventHandler TranslationFinished Event Type Type Description System.EventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.html", "title": "Class TranslationResults", - "keywords": "Class TranslationResults Inheritance object TranslationResults Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Sdl.TranslationStudioAutomation.IntegrationApi.Editor TranslationResults Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TranslationResults Constructors TranslationResults(IEditorTranslationResults) Declaration public TranslationResults(IEditorTranslationResults editorTranslationResults) Parameters Type Name Description Sdl.TranslationStudio.Api.Editor.IEditorTranslationResults editorTranslationResults Properties CascadeMessages Declaration public List CascadeMessages { get; } Property Value Type Description List CascadeMessage LookupResults Declaration public SegmentAndSubsegmentSearchResultsMerged LookupResults { get; } Property Value Type Description SegmentAndSubsegmentSearchResultsMerged TranslationResultStatus Declaration public string TranslationResultStatus { get; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TranslationResults Inheritance System.Object TranslationResults 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.Editor.TranslationResults Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TranslationResults Constructors TranslationResults(IEditorTranslationResults) Declaration public TranslationResults(IEditorTranslationResults editorTranslationResults) Parameters Type Name Description Sdl.TranslationStudio.Api.Editor.IEditorTranslationResults editorTranslationResults Properties CascadeMessages Declaration public List CascadeMessages { get; } Property Value Type Description System.Collections.Generic.List < CascadeMessage > LookupResults Declaration public SegmentAndSubsegmentSearchResultsMerged LookupResults { get; } Property Value Type Description SegmentAndSubsegmentSearchResultsMerged TranslationResultStatus Declaration public string TranslationResultStatus { get; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.html", "title": "Class TranslationResultsController", - "keywords": "Class TranslationResultsController Inheritance object TranslationResultsController Implements ITranslationResultsController Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Sdl.TranslationStudioAutomation.IntegrationApi.Editor TranslationResults Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TranslationResultsController : ITranslationResultsController Properties HasTranslationResults Declaration public bool HasTranslationResults { get; } Property Value Type Description bool Methods HasSearchResult(int) Returns true if there is a search result for the given row number Declaration public bool HasSearchResult(int rowNumber) Parameters Type Name Description int rowNumber Returns Type Description bool SelectSearchResult(int, bool) Selects the result at the given row number Declaration public void SelectSearchResult(int rowNumber, bool applyToActiveSegment) Parameters Type Name Description int rowNumber bool applyToActiveSegment if this is true, the result is applied on the active segment ShowTranslationResultsWindow() Brings Translation Results window into View Declaration public void ShowTranslationResultsWindow() TryGetCurrentTranslationResults() Returns the current translation results Declaration public TranslationResults TryGetCurrentTranslationResults() Returns Type Description TranslationResults Events TranslationFinished Declaration public event EventHandler TranslationFinished Event Type Type Description EventHandler Implements ITranslationResultsController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TranslationResultsController Inheritance System.Object TranslationResultsController Implements ITranslationResultsController 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.Editor.TranslationResults Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TranslationResultsController : ITranslationResultsController Properties HasTranslationResults Declaration public bool HasTranslationResults { get; } Property Value Type Description System.Boolean Methods HasSearchResult(Int32) Returns true if there is a search result for the given row number Declaration public bool HasSearchResult(int rowNumber) Parameters Type Name Description System.Int32 rowNumber Returns Type Description System.Boolean SelectSearchResult(Int32, Boolean) Selects the result at the given row number Declaration public void SelectSearchResult(int rowNumber, bool applyToActiveSegment) Parameters Type Name Description System.Int32 rowNumber System.Boolean applyToActiveSegment if this is true, the result is applied on the active segment ShowTranslationResultsWindow() Brings Translation Results window into View Declaration public void ShowTranslationResultsWindow() TryGetCurrentTranslationResults() Returns the current translation results Declaration public TranslationResults TryGetCurrentTranslationResults() Returns Type Description TranslationResults Events TranslationFinished Declaration public event EventHandler TranslationFinished Event Type Type Description System.EventHandler Implements ITranslationResultsController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.html", "title": "Class EditorController", - "keywords": "Class EditorController Implement the controller for the editor view and provide access to common editor operations. Inheritance object AbstractController AbstractViewController AbstractBindedController EditorController Implements IDisposable IBindedController Inherited Members AbstractBindedController.Activate() AbstractBindedController.GetExplorerBarControl() AbstractBindedController.GetContentControl() AbstractBindedController.Invoke(Delegate) AbstractBindedController.BeginInvoke(Delegate) AbstractBindedController.View AbstractBindedController.InvokeRequired AbstractViewController.Refresh() AbstractViewController.Dispose() AbstractViewController.Dispose(bool) AbstractViewController.Context AbstractViewController.ActivationChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindController(\"EditorView\")] public class EditorController : AbstractBindedController, IDisposable, IBindedController Constructors EditorController(IStudioWindow, ITranslatableDocumentFromPathOpener, IEditorService) Declaration public EditorController(IStudioWindow studioWindow, ITranslatableDocumentFromPathOpener translatableDocumentFromPathOpener, IEditorService editorService) Parameters Type Name Description Sdl.Desktop.Platform.IStudioWindow studioWindow Sdl.TranslationStudio.Api.Editor.ITranslatableDocumentFromPathOpener translatableDocumentFromPathOpener Sdl.TranslationStudio.Api.Editor.IEditorService editorService Properties ActiveDocument Get the active document. Declaration public IStudioDocument ActiveDocument { get; } Property Value Type Description IStudioDocument ConcordanceSearchController Gets the controller responsible for interacting with Concordance Search Declaration public IConcordanceSearchController ConcordanceSearchController { get; } Property Value Type Description IConcordanceSearchController TermRecognitionResultsController Gets the controller responsible for interacting with Term Recognition Results Declaration public ITermRecognitionResultsController TermRecognitionResultsController { get; } Property Value Type Description ITermRecognitionResultsController TranslationResultsController Gets the controller responsible for interacting with Translation Results Declaration public ITranslationResultsController TranslationResultsController { get; } Property Value Type Description ITranslationResultsController Methods Activate(IStudioDocument) Activates the specified document Declaration public void Activate(IStudioDocument document) Parameters Type Name Description IStudioDocument document Document to be activated. Close(IStudioDocument) Performs the closing of the document. Declaration public void Close(IStudioDocument document) Parameters Type Name Description IStudioDocument document The document for which the operation is executed. GetDocuments() Gets all the opened documents. Declaration public IEnumerable GetDocuments() Returns Type Description IEnumerable IStudioDocument Returns an enumerable document collection of all the opened documents. Initialize(IViewContext) Implements the editor controller initialization Declaration protected override void Initialize(IViewContext context) Parameters Type Name Description IViewContext context The context of the editor controller when initialized Overrides AbstractViewController.Initialize(IViewContext) Open(ProjectFile, EditingMode) Open a document from a project file in the specified editing mode. Declaration public IStudioDocument Open(ProjectFile projectFile, EditingMode mode) Parameters Type Name Description ProjectFile projectFile Project file to open. EditingMode mode The editing mode in which the document will be loaded. Returns Type Description IStudioDocument The opened document. Open(IEnumerable, EditingMode) Open multiple project files. Declaration public IStudioDocument Open(IEnumerable projectFiles, EditingMode mode) Parameters Type Name Description IEnumerable ProjectFile projectFiles Project files to be opened. EditingMode mode The editing mode in which the document will be loaded. Returns Type Description IStudioDocument The opened document. Open(string) Open a document from a physical file path. Declaration public IStudioDocument Open(string filePath) Parameters Type Name Description string filePath Phath to the phisical file which should be opened. Returns Type Description IStudioDocument The opened document. Save(IStudioDocument) Perform the saving of the document. Declaration public void Save(IStudioDocument document) Parameters Type Name Description IStudioDocument document The document for which the operation is executed. SaveAs(IStudioDocument, bool) Show the Save As dialog. Declaration public void SaveAs(IStudioDocument document, bool saveProjectSettings = false) Parameters Type Name Description IStudioDocument document The document for which the Save As operation is executed. bool saveProjectSettings True for saving the project settings SaveAs(IStudioDocument, IEnumerable, bool) Save the document to the specified absolute path Declaration public void SaveAs(IStudioDocument document, IEnumerable filePaths, bool saveProjectSettings = false) Parameters Type Name Description IStudioDocument document The document for which the Save As operation is executed. IEnumerable string filePaths The absolute paths to save the content to. bool saveProjectSettings True for saving the project settings SaveSourceAs(IStudioDocument) Show the Save Source As dialog. Declaration public void SaveSourceAs(IStudioDocument document) Parameters Type Name Description IStudioDocument document The document for which the Save Source As operation is executed. SaveTargetAs(IStudioDocument) Show the Save Target As dialog. Declaration public void SaveTargetAs(IStudioDocument document) Parameters Type Name Description IStudioDocument document The document for which the Save Target As operation is executed. Events ActiveDocumentChanged Triggered when the active document has been changed. Declaration public event EventHandler ActiveDocumentChanged Event Type Type Description EventHandler DocumentEventArgs Closed Triggered after a document is closed. Declaration public event EventHandler Closed Event Type Type Description EventHandler DocumentEventArgs Closing Triggered before a document is closed. Declaration public event EventHandler Closing Event Type Type Description EventHandler CancelDocumentEventArgs Opened Triggered after a document is opened. Declaration public event EventHandler Opened Event Type Type Description EventHandler DocumentEventArgs Opening Triggered before a document is opened. Declaration public event EventHandler Opening Event Type Type Description EventHandler CancelDocumentEventArgs SaveFailed Triggered if the save is failing Declaration public event EventHandler SaveFailed Event Type Type Description EventHandler DocumentErrorEventArgs Saved Triggered after a document is saved. Declaration public event EventHandler Saved Event Type Type Description EventHandler DocumentEventArgs Saving Triggered before a document is saved. Declaration public event EventHandler Saving Event Type Type Description EventHandler CancelDocumentEventArgs Implements IDisposable IBindedController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class EditorController Implement the controller for the editor view and provide access to common editor operations. Inheritance System.Object AbstractController AbstractViewController AbstractBindedController EditorController Implements System.IDisposable IBindedController Inherited Members AbstractBindedController.Activate() AbstractBindedController.GetExplorerBarControl() AbstractBindedController.GetContentControl() AbstractBindedController.Invoke(Delegate) AbstractBindedController.BeginInvoke(Delegate) AbstractBindedController.View AbstractBindedController.InvokeRequired AbstractViewController.Refresh() AbstractViewController.Dispose() AbstractViewController.Dispose(Boolean) AbstractViewController.Context AbstractViewController.ActivationChanged 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindController(\"EditorView\")] public class EditorController : AbstractBindedController, IDisposable, IBindedController Constructors EditorController(IStudioWindow, ITranslatableDocumentFromPathOpener, IEditorService) Declaration public EditorController(IStudioWindow studioWindow, ITranslatableDocumentFromPathOpener translatableDocumentFromPathOpener, IEditorService editorService) Parameters Type Name Description Sdl.Desktop.Platform.IStudioWindow studioWindow Sdl.TranslationStudio.Api.Editor.ITranslatableDocumentFromPathOpener translatableDocumentFromPathOpener Sdl.TranslationStudio.Api.Editor.IEditorService editorService Properties ActiveDocument Get the active document. Declaration public IStudioDocument ActiveDocument { get; } Property Value Type Description IStudioDocument ConcordanceSearchController Gets the controller responsible for interacting with Concordance Search Declaration public IConcordanceSearchController ConcordanceSearchController { get; } Property Value Type Description IConcordanceSearchController TermRecognitionResultsController Gets the controller responsible for interacting with Term Recognition Results Declaration public ITermRecognitionResultsController TermRecognitionResultsController { get; } Property Value Type Description ITermRecognitionResultsController TranslationResultsController Gets the controller responsible for interacting with Translation Results Declaration public ITranslationResultsController TranslationResultsController { get; } Property Value Type Description ITranslationResultsController Methods Activate(IStudioDocument) Activates the specified document Declaration public void Activate(IStudioDocument document) Parameters Type Name Description IStudioDocument document Document to be activated. Close(IStudioDocument) Performs the closing of the document. Declaration public void Close(IStudioDocument document) Parameters Type Name Description IStudioDocument document The document for which the operation is executed. GetDocuments() Gets all the opened documents. Declaration public IEnumerable GetDocuments() Returns Type Description System.Collections.Generic.IEnumerable < IStudioDocument > Returns an enumerable document collection of all the opened documents. Initialize(IViewContext) Implements the editor controller initialization Declaration protected override void Initialize(IViewContext context) Parameters Type Name Description IViewContext context The context of the editor controller when initialized Overrides AbstractViewController.Initialize(IViewContext) Open(ProjectFile, EditingMode) Open a document from a project file in the specified editing mode. Declaration public IStudioDocument Open(ProjectFile projectFile, EditingMode mode) Parameters Type Name Description ProjectFile projectFile Project file to open. EditingMode mode The editing mode in which the document will be loaded. Returns Type Description IStudioDocument The opened document. Open(IEnumerable, EditingMode) Open multiple project files. Declaration public IStudioDocument Open(IEnumerable projectFiles, EditingMode mode) Parameters Type Name Description System.Collections.Generic.IEnumerable < ProjectFile > projectFiles Project files to be opened. EditingMode mode The editing mode in which the document will be loaded. Returns Type Description IStudioDocument The opened document. Open(String) Open a document from a physical file path. Declaration public IStudioDocument Open(string filePath) Parameters Type Name Description System.String filePath Phath to the phisical file which should be opened. Returns Type Description IStudioDocument The opened document. Save(IStudioDocument) Perform the saving of the document. Declaration public void Save(IStudioDocument document) Parameters Type Name Description IStudioDocument document The document for which the operation is executed. SaveAs(IStudioDocument, Boolean) Show the Save As dialog. Declaration public void SaveAs(IStudioDocument document, bool saveProjectSettings = false) Parameters Type Name Description IStudioDocument document The document for which the Save As operation is executed. System.Boolean saveProjectSettings True for saving the project settings SaveAs(IStudioDocument, IEnumerable, Boolean) Save the document to the specified absolute path Declaration public void SaveAs(IStudioDocument document, IEnumerable filePaths, bool saveProjectSettings = false) Parameters Type Name Description IStudioDocument document The document for which the Save As operation is executed. System.Collections.Generic.IEnumerable < System.String > filePaths The absolute paths to save the content to. System.Boolean saveProjectSettings True for saving the project settings SaveSourceAs(IStudioDocument) Show the Save Source As dialog. Declaration public void SaveSourceAs(IStudioDocument document) Parameters Type Name Description IStudioDocument document The document for which the Save Source As operation is executed. SaveTargetAs(IStudioDocument) Show the Save Target As dialog. Declaration public void SaveTargetAs(IStudioDocument document) Parameters Type Name Description IStudioDocument document The document for which the Save Target As operation is executed. Events ActiveDocumentChanged Triggered when the active document has been changed. Declaration public event EventHandler ActiveDocumentChanged Event Type Type Description System.EventHandler < DocumentEventArgs > Closed Triggered after a document is closed. Declaration public event EventHandler Closed Event Type Type Description System.EventHandler < DocumentEventArgs > Closing Triggered before a document is closed. Declaration public event EventHandler Closing Event Type Type Description System.EventHandler < CancelDocumentEventArgs > Opened Triggered after a document is opened. Declaration public event EventHandler Opened Event Type Type Description System.EventHandler < DocumentEventArgs > Opening Triggered before a document is opened. Declaration public event EventHandler Opening Event Type Type Description System.EventHandler < CancelDocumentEventArgs > Saved Triggered after a document is saved. Declaration public event EventHandler Saved Event Type Type Description System.EventHandler < DocumentEventArgs > SaveFailed Triggered if the save is failing Declaration public event EventHandler SaveFailed Event Type Type Description System.EventHandler < DocumentErrorEventArgs > Saving Triggered before a document is saved. Declaration public event EventHandler Saving Event Type Type Description System.EventHandler < CancelDocumentEventArgs > Implements System.IDisposable IBindedController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.html", "title": "Class AddFileDescriptorExceptionNotificationEvent", - "keywords": "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 object AddFileDescriptorExceptionNotificationEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl 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 string exemptedFileDescriptorId The exempted file descriptor id 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 string Sender Might be required for debugging Declaration public object Sender { get; } Property Value Type Description object Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "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)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.html", "title": "Class ChangeSourceContentSettingsEvent", - "keywords": "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 Sdl.TranslationStudioAutomation IntegrationApi Events Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class ChangeSourceContentSettingsEvent Constructors ChangeSourceContentSettingsEvent(FileBasedProject, bool) Declaration public ChangeSourceContentSettingsEvent(FileBasedProject project, bool allowSourceEditing) Parameters Type Name Description FileBasedProject project bool allowSourceEditing ChangeSourceContentSettingsEvent(FileBasedProject, bool, bool) Declaration public ChangeSourceContentSettingsEvent(FileBasedProject project, bool allowSourceEditing, bool allowMergeAcrossParagraphs) Parameters Type Name Description FileBasedProject project bool allowSourceEditing bool allowMergeAcrossParagraphs ChangeSourceContentSettingsEvent(FileBasedProject, bool, bool, bool) Declaration public ChangeSourceContentSettingsEvent(FileBasedProject project, bool allowSourceEditing, bool allowMergeAcrossParagraphs, bool enableIcuTokenization) Parameters Type Name Description FileBasedProject project bool allowSourceEditing bool allowMergeAcrossParagraphs bool enableIcuTokenization Properties AllowMergeAcrossParagraphs Declaration public bool AllowMergeAcrossParagraphs { get; set; } Property Value Type Description bool AllowSourceEditing Declaration public bool AllowSourceEditing { get; set; } Property Value Type Description bool EnableIcuTokenization Declaration public bool EnableIcuTokenization { get; set; } Property Value Type Description bool Project Declaration public FileBasedProject Project { get; set; } Property Value Type Description FileBasedProject Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ChangeSourceContentSettingsEvent Inheritance System.Object ChangeSourceContentSettingsEvent 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 ChangeSourceContentSettingsEvent Constructors ChangeSourceContentSettingsEvent(FileBasedProject, Boolean) Declaration public ChangeSourceContentSettingsEvent(FileBasedProject project, bool allowSourceEditing) Parameters Type Name Description FileBasedProject project System.Boolean allowSourceEditing ChangeSourceContentSettingsEvent(FileBasedProject, Boolean, Boolean) Declaration public ChangeSourceContentSettingsEvent(FileBasedProject project, bool allowSourceEditing, bool allowMergeAcrossParagraphs) Parameters Type Name Description FileBasedProject project System.Boolean allowSourceEditing System.Boolean allowMergeAcrossParagraphs ChangeSourceContentSettingsEvent(FileBasedProject, Boolean, Boolean, Boolean) Declaration public ChangeSourceContentSettingsEvent(FileBasedProject project, bool allowSourceEditing, bool allowMergeAcrossParagraphs, bool enableIcuTokenization) Parameters Type Name Description FileBasedProject project System.Boolean allowSourceEditing System.Boolean allowMergeAcrossParagraphs System.Boolean enableIcuTokenization Properties AllowMergeAcrossParagraphs Declaration public bool AllowMergeAcrossParagraphs { get; set; } Property Value Type Description System.Boolean AllowSourceEditing Declaration public bool AllowSourceEditing { get; set; } Property Value Type Description System.Boolean EnableIcuTokenization Declaration public bool EnableIcuTokenization { get; set; } Property Value Type Description System.Boolean Project Declaration public FileBasedProject Project { get; set; } Property Value Type Description FileBasedProject Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentEventType.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentEventType.html", "title": "Enum CommentsChangedEvent.CommentEventType", - "keywords": "Enum CommentsChangedEvent.CommentEventType Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Events Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public enum CommentsChangedEvent.CommentEventType Fields Name Description Added Changed Deleted" + "keywords": "Enum CommentsChangedEvent.CommentEventType Namespace : Sdl.TranslationStudioAutomation.IntegrationApi.Events Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public enum CommentEventType Fields Name Description Added Changed Deleted Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentScope.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentScope.html", "title": "Enum CommentsChangedEvent.CommentScope", - "keywords": "Enum CommentsChangedEvent.CommentScope Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Events Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public enum CommentsChangedEvent.CommentScope Fields Name Description File Paragraph Range Segment Unknown" + "keywords": "Enum CommentsChangedEvent.CommentScope Namespace : Sdl.TranslationStudioAutomation.IntegrationApi.Events Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public enum CommentScope Fields Name Description File Paragraph Range Segment Unknown Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.html", "title": "Class CommentsChangedEvent", - "keywords": "Class CommentsChangedEvent Inheritance object CommentsChangedEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Events Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class CommentsChangedEvent Constructors CommentsChangedEvent(CommentEventType, CommentScope, IEnumerable) Declaration public CommentsChangedEvent(CommentsChangedEvent.CommentEventType eventType, CommentsChangedEvent.CommentScope scope, IEnumerable comments) Parameters Type Name Description CommentsChangedEvent CommentEventType eventType CommentsChangedEvent CommentScope scope IEnumerable IComment comments Properties Comments Declaration public IEnumerable Comments { get; } Property Value Type Description IEnumerable IComment EventType Declaration public CommentsChangedEvent.CommentEventType EventType { get; } Property Value Type Description CommentsChangedEvent CommentEventType Scope Declaration public CommentsChangedEvent.CommentScope Scope { get; } Property Value Type Description CommentsChangedEvent CommentScope Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class CommentsChangedEvent Inheritance System.Object CommentsChangedEvent 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 CommentsChangedEvent Constructors CommentsChangedEvent(CommentsChangedEvent.CommentEventType, CommentsChangedEvent.CommentScope, IEnumerable) Declaration public CommentsChangedEvent(CommentsChangedEvent.CommentEventType eventType, CommentsChangedEvent.CommentScope scope, IEnumerable comments) Parameters Type Name Description CommentsChangedEvent.CommentEventType eventType CommentsChangedEvent.CommentScope scope System.Collections.Generic.IEnumerable < IComment > comments Properties Comments Declaration public IEnumerable Comments { get; } Property Value Type Description System.Collections.Generic.IEnumerable < IComment > EventType Declaration public CommentsChangedEvent.CommentEventType EventType { get; } Property Value Type Description CommentsChangedEvent.CommentEventType Scope Declaration public CommentsChangedEvent.CommentScope Scope { get; } Property Value Type Description CommentsChangedEvent.CommentScope Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.html", "title": "Class CreateReturnPackageEvent", - "keywords": "Class CreateReturnPackageEvent Used to share information related to return package creation Inheritance object CreateReturnPackageEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Events Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class CreateReturnPackageEvent Constructors CreateReturnPackageEvent(string, IExternalJobWithProgress) Constructor Declaration public CreateReturnPackageEvent(string projectId, IExternalJobWithProgress job) Parameters Type Name Description string projectId IExternalJobWithProgress job CreateReturnPackageEvent(string, IExternalJobWithProgress, IList, IList) Constructor Declaration public CreateReturnPackageEvent(string projectId, IExternalJobWithProgress job, IList firstPages, IList lastPages) Parameters Type Name Description string projectId IExternalJobWithProgress job IList StudioWizardPage firstPages IList StudioWizardPage lastPages CreateReturnPackageEvent(string, IList, IExternalJobWithProgress, IList, IList) Constructor Declaration public CreateReturnPackageEvent(string projectId, IList files, IExternalJobWithProgress job, IList firstPages, IList lastPages) Parameters Type Name Description string projectId IList Guid files IExternalJobWithProgress job IList StudioWizardPage firstPages IList StudioWizardPage lastPages CreateReturnPackageEvent(string, Guid, IExternalJobWithProgress, IList, IList) Constructor Declaration public CreateReturnPackageEvent(string projectId, Guid taskId, IExternalJobWithProgress job, IList firstPages, IList lastPages) Parameters Type Name Description string projectId Guid taskId IExternalJobWithProgress job IList StudioWizardPage firstPages IList StudioWizardPage lastPages Properties FirstPages Declaration public IList FirstPages { get; } Property Value Type Description IList StudioWizardPage Job The custom job used when creating packages Declaration public IExternalJobWithProgress Job { get; } Property Value Type Description IExternalJobWithProgress LastPages Declaration public IList LastPages { get; } Property Value Type Description IList StudioWizardPage ProjectFiles Declaration public IList ProjectFiles { get; } Property Value Type Description IList Guid ProjectId The package/project/task ID Declaration public string ProjectId { get; } Property Value Type Description string TaskId Declaration public Guid TaskId { get; } Property Value Type Description Guid Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class CreateReturnPackageEvent Used to share information related to return package creation Inheritance System.Object CreateReturnPackageEvent 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 CreateReturnPackageEvent Constructors CreateReturnPackageEvent(String, IExternalJobWithProgress) Constructor Declaration public CreateReturnPackageEvent(string projectId, IExternalJobWithProgress job) Parameters Type Name Description System.String projectId IExternalJobWithProgress job CreateReturnPackageEvent(String, IExternalJobWithProgress, IList, IList) Constructor Declaration public CreateReturnPackageEvent(string projectId, IExternalJobWithProgress job, IList firstPages, IList lastPages) Parameters Type Name Description System.String projectId IExternalJobWithProgress job System.Collections.Generic.IList < StudioWizardPage > firstPages System.Collections.Generic.IList < StudioWizardPage > lastPages CreateReturnPackageEvent(String, IList, IExternalJobWithProgress, IList, IList) Constructor Declaration public CreateReturnPackageEvent(string projectId, IList files, IExternalJobWithProgress job, IList firstPages, IList lastPages) Parameters Type Name Description System.String projectId System.Collections.Generic.IList < System.Guid > files IExternalJobWithProgress job System.Collections.Generic.IList < StudioWizardPage > firstPages System.Collections.Generic.IList < StudioWizardPage > lastPages CreateReturnPackageEvent(String, Guid, IExternalJobWithProgress, IList, IList) Constructor Declaration public CreateReturnPackageEvent(string projectId, Guid taskId, IExternalJobWithProgress job, IList firstPages, IList lastPages) Parameters Type Name Description System.String projectId System.Guid taskId IExternalJobWithProgress job System.Collections.Generic.IList < StudioWizardPage > firstPages System.Collections.Generic.IList < StudioWizardPage > lastPages Properties FirstPages Declaration public IList FirstPages { get; } Property Value Type Description System.Collections.Generic.IList < StudioWizardPage > Job The custom job used when creating packages Declaration public IExternalJobWithProgress Job { get; } Property Value Type Description IExternalJobWithProgress LastPages Declaration public IList LastPages { get; } Property Value Type Description System.Collections.Generic.IList < StudioWizardPage > ProjectFiles Declaration public IList ProjectFiles { get; } Property Value Type Description System.Collections.Generic.IList < System.Guid > ProjectId The package/project/task ID Declaration public string ProjectId { get; } Property Value Type Description System.String TaskId Declaration public Guid TaskId { get; } Property Value Type Description System.Guid Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.html", "title": "Namespace Sdl.TranslationStudioAutomation.IntegrationApi.Events", - "keywords": "Namespace Sdl.TranslationStudioAutomation.IntegrationApi.Events Classes AddFileDescriptorExceptionNotificationEvent Used by third party components to register an exception in the file descriptor handling event (mainly for suppressing notifications regarding missing file descriptors) ChangeSourceContentSettingsEvent CommentsChangedEvent CreateReturnPackageEvent Used to share information related to return package creation OpenNewProjectWizardEvent Publish this event via the Event Aggregator to ask Studio to open the New Project WIzard OpenProjectForSelectedLanguageEvent OpenProjectPackageEvent Used to share information related to projects package path ProjectWizardData A POCO object used to pass data to be used by the New Project wizard RefreshProjectsEvent Used to trigger a projects view refresh SegmentSplitEvent SegmentsMergedEvent Enums CommentsChangedEvent.CommentEventType CommentsChangedEvent.CommentScope" + "keywords": "Namespace Sdl.TranslationStudioAutomation.IntegrationApi.Events Classes AddFileDescriptorExceptionNotificationEvent Used by third party components to register an exception in the file descriptor handling event (mainly for suppressing notifications regarding missing file descriptors) ChangeSourceContentSettingsEvent CommentsChangedEvent CreateReturnPackageEvent Used to share information related to return package creation OpenNewProjectWizardEvent Publish this event via the Event Aggregator to ask Studio to open the New Project WIzard OpenProjectForSelectedLanguageEvent OpenProjectPackageEvent Used to share information related to projects package path ProjectWizardData A POCO object used to pass data to be used by the New Project wizard RefreshProjectsEvent Used to trigger a projects view refresh SegmentsMergedEvent SegmentSplitEvent Enums CommentsChangedEvent.CommentEventType CommentsChangedEvent.CommentScope" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.html", "title": "Class OpenNewProjectWizardEvent", - "keywords": "Class OpenNewProjectWizardEvent Publish this event via the Event Aggregator to ask Studio to open the New Project WIzard Inheritance object OpenNewProjectWizardEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Events Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class OpenNewProjectWizardEvent Constructors OpenNewProjectWizardEvent() Use this constructor to open a blank New Project wizard Declaration public OpenNewProjectWizardEvent() OpenNewProjectWizardEvent(ProjectWizardData) Use this constructor to pass data to the New Project wizard Declaration public OpenNewProjectWizardEvent(ProjectWizardData projectData) Parameters Type Name Description ProjectWizardData projectData Properties ProjectData Data to be passed to the New Project Wizard, such as the project name or files Declaration public ProjectWizardData ProjectData { get; } Property Value Type Description ProjectWizardData Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class OpenNewProjectWizardEvent Publish this event via the Event Aggregator to ask Studio to open the New Project WIzard Inheritance System.Object OpenNewProjectWizardEvent 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 OpenNewProjectWizardEvent Constructors OpenNewProjectWizardEvent() Use this constructor to open a blank New Project wizard Declaration public OpenNewProjectWizardEvent() OpenNewProjectWizardEvent(ProjectWizardData) Use this constructor to pass data to the New Project wizard Declaration public OpenNewProjectWizardEvent(ProjectWizardData projectData) Parameters Type Name Description ProjectWizardData projectData Properties ProjectData Data to be passed to the New Project Wizard, such as the project name or files Declaration public ProjectWizardData ProjectData { get; } Property Value Type Description ProjectWizardData Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.html", "title": "Class OpenProjectForSelectedLanguageEvent", - "keywords": "Class OpenProjectForSelectedLanguageEvent Inheritance object OpenProjectForSelectedLanguageEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Events Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class OpenProjectForSelectedLanguageEvent Constructors OpenProjectForSelectedLanguageEvent(FileBasedProject) Declaration public OpenProjectForSelectedLanguageEvent(FileBasedProject project) Parameters Type Name Description FileBasedProject project OpenProjectForSelectedLanguageEvent(FileBasedProject, Language) Declaration public OpenProjectForSelectedLanguageEvent(FileBasedProject project, Language targetLanguage) Parameters Type Name Description FileBasedProject project Language targetLanguage Properties Project Declaration public FileBasedProject Project { get; set; } Property Value Type Description FileBasedProject TargetLanguage Declaration public Language TargetLanguage { get; set; } Property Value Type Description Language Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class OpenProjectForSelectedLanguageEvent Inheritance System.Object OpenProjectForSelectedLanguageEvent 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 OpenProjectForSelectedLanguageEvent Constructors OpenProjectForSelectedLanguageEvent(FileBasedProject) Declaration public OpenProjectForSelectedLanguageEvent(FileBasedProject project) Parameters Type Name Description FileBasedProject project OpenProjectForSelectedLanguageEvent(FileBasedProject, Language) Declaration public OpenProjectForSelectedLanguageEvent(FileBasedProject project, Language targetLanguage) Parameters Type Name Description FileBasedProject project Language targetLanguage Properties Project Declaration public FileBasedProject Project { get; set; } Property Value Type Description FileBasedProject TargetLanguage Declaration public Language TargetLanguage { get; set; } Property Value Type Description Language Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.html", "title": "Class OpenProjectPackageEvent", - "keywords": "Class OpenProjectPackageEvent Used to share information related to projects package path Inheritance object OpenProjectPackageEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Events Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class OpenProjectPackageEvent Constructors OpenProjectPackageEvent(string, IExternalJobWithProgress) Constructor Declaration public OpenProjectPackageEvent(string packageFilePath, IExternalJobWithProgress job) Parameters Type Name Description string packageFilePath IExternalJobWithProgress job OpenProjectPackageEvent(string, IExternalJobWithProgress, string, string) Declaration public OpenProjectPackageEvent(string packageFilePath, IExternalJobWithProgress job, string iconPath, string projectOrigin) Parameters Type Name Description string packageFilePath IExternalJobWithProgress job The custom job used when opening package string iconPath string projectOrigin OpenProjectPackageEvent(string, IExternalJobWithProgress, string, string, IList, IList) Declaration public OpenProjectPackageEvent(string packageFilePath, IExternalJobWithProgress job, string iconPath, string projectOrigin, IList firstPages, IList lastPages) Parameters Type Name Description string packageFilePath IExternalJobWithProgress job string iconPath string projectOrigin IList StudioWizardPage firstPages IList StudioWizardPage lastPages Properties FirstPages Declaration public IList FirstPages { get; } Property Value Type Description IList StudioWizardPage IconFilePath The icon path for the project Declaration public string IconFilePath { get; } Property Value Type Description string Job The custom job used when opening packages Declaration public IExternalJobWithProgress Job { get; } Property Value Type Description IExternalJobWithProgress LastPages Declaration public IList LastPages { get; } Property Value Type Description IList StudioWizardPage PackageFilePath The package path Declaration public string PackageFilePath { get; } Property Value Type Description string ProjectOrigin The origin for the project Declaration public string ProjectOrigin { get; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class OpenProjectPackageEvent Used to share information related to projects package path Inheritance System.Object OpenProjectPackageEvent 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 OpenProjectPackageEvent Constructors OpenProjectPackageEvent(String, IExternalJobWithProgress) Constructor Declaration public OpenProjectPackageEvent(string packageFilePath, IExternalJobWithProgress job) Parameters Type Name Description System.String packageFilePath IExternalJobWithProgress job OpenProjectPackageEvent(String, IExternalJobWithProgress, String, String) Declaration public OpenProjectPackageEvent(string packageFilePath, IExternalJobWithProgress job, string iconPath, string projectOrigin) Parameters Type Name Description System.String packageFilePath IExternalJobWithProgress job The custom job used when opening package System.String iconPath System.String projectOrigin OpenProjectPackageEvent(String, IExternalJobWithProgress, String, String, IList, IList) Declaration public OpenProjectPackageEvent(string packageFilePath, IExternalJobWithProgress job, string iconPath, string projectOrigin, IList firstPages, IList lastPages) Parameters Type Name Description System.String packageFilePath IExternalJobWithProgress job System.String iconPath System.String projectOrigin System.Collections.Generic.IList < StudioWizardPage > firstPages System.Collections.Generic.IList < StudioWizardPage > lastPages Properties FirstPages Declaration public IList FirstPages { get; } Property Value Type Description System.Collections.Generic.IList < StudioWizardPage > IconFilePath The icon path for the project Declaration public string IconFilePath { get; } Property Value Type Description System.String Job The custom job used when opening packages Declaration public IExternalJobWithProgress Job { get; } Property Value Type Description IExternalJobWithProgress LastPages Declaration public IList LastPages { get; } Property Value Type Description System.Collections.Generic.IList < StudioWizardPage > PackageFilePath The package path Declaration public string PackageFilePath { get; } Property Value Type Description System.String ProjectOrigin The origin for the project Declaration public string ProjectOrigin { get; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.html", "title": "Class ProjectWizardData", - "keywords": "Class ProjectWizardData A POCO object used to pass data to be used by the New Project wizard Inheritance object ProjectWizardData Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Events Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class ProjectWizardData Constructors ProjectWizardData() Declaration public ProjectWizardData() Properties Content An enumeration of full file paths or folders that contain the files to be added to the project Declaration public List Content { get; set; } Property Value Type Description List string ProjectName The name of the project Declaration public string ProjectName { get; set; } Property Value Type Description string ProjectReference The full file path of the reference project to be used for the project creation Declaration public string ProjectReference { get; set; } Property Value Type Description string ProjectTemplate The full file path of template to be used for the project creation Declaration public string ProjectTemplate { get; set; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ProjectWizardData A POCO object used to pass data to be used by the New Project wizard Inheritance System.Object ProjectWizardData 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 ProjectWizardData Constructors ProjectWizardData() Declaration public ProjectWizardData() Properties Content An enumeration of full file paths or folders that contain the files to be added to the project Declaration public List Content { get; set; } Property Value Type Description System.Collections.Generic.List < System.String > ProjectName The name of the project Declaration public string ProjectName { get; set; } Property Value Type Description System.String ProjectReference The full file path of the reference project to be used for the project creation Declaration public string ProjectReference { get; set; } Property Value Type Description System.String ProjectTemplate The full file path of template to be used for the project creation Declaration public string ProjectTemplate { get; set; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.RefreshProjectsEvent.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.RefreshProjectsEvent.html", "title": "Class RefreshProjectsEvent", - "keywords": "Class RefreshProjectsEvent Used to trigger a projects view refresh Inheritance object RefreshProjectsEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Events Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class RefreshProjectsEvent Constructors RefreshProjectsEvent() Declaration public RefreshProjectsEvent() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class RefreshProjectsEvent Used to trigger a projects view refresh Inheritance System.Object RefreshProjectsEvent 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 RefreshProjectsEvent Constructors RefreshProjectsEvent() Declaration public RefreshProjectsEvent() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.html", "title": "Class SegmentsMergedEvent", - "keywords": "Class SegmentsMergedEvent Inheritance object SegmentsMergedEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Events Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class SegmentsMergedEvent Constructors SegmentsMergedEvent(Document, ParagraphUnitId) Declaration public SegmentsMergedEvent(Document document, ParagraphUnitId paragraphUnitId) Parameters Type Name Description Document document ParagraphUnitId paragraphUnitId SegmentsMergedEvent(Document, ParagraphUnitId, SegmentId, SegmentId[]) Declaration public SegmentsMergedEvent(Document document, ParagraphUnitId paragraphUnitId, SegmentId newSegmentId, SegmentId[] oldSegmentIds) Parameters Type Name Description Document document ParagraphUnitId paragraphUnitId SegmentId newSegmentId SegmentId oldSegmentIds Properties Document Declaration public Document Document { get; set; } Property Value Type Description Document NewSegmentId Declaration public SegmentId NewSegmentId { get; set; } Property Value Type Description SegmentId OldSegmentIds Declaration public SegmentId[] OldSegmentIds { get; set; } Property Value Type Description SegmentId ParagraphUnitId Declaration public ParagraphUnitId ParagraphUnitId { get; set; } Property Value Type Description ParagraphUnitId Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SegmentsMergedEvent Inheritance System.Object SegmentsMergedEvent 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 SegmentsMergedEvent Constructors SegmentsMergedEvent(Document, ParagraphUnitId) Declaration public SegmentsMergedEvent(Document document, ParagraphUnitId paragraphUnitId) Parameters Type Name Description Document document ParagraphUnitId paragraphUnitId SegmentsMergedEvent(Document, ParagraphUnitId, SegmentId, SegmentId[]) Declaration public SegmentsMergedEvent(Document document, ParagraphUnitId paragraphUnitId, SegmentId newSegmentId, SegmentId[] oldSegmentIds) Parameters Type Name Description Document document ParagraphUnitId paragraphUnitId SegmentId newSegmentId SegmentId [] oldSegmentIds Properties Document Declaration public Document Document { get; set; } Property Value Type Description Document NewSegmentId Declaration public SegmentId NewSegmentId { get; set; } Property Value Type Description SegmentId OldSegmentIds Declaration public SegmentId[] OldSegmentIds { get; set; } Property Value Type Description SegmentId [] ParagraphUnitId Declaration public ParagraphUnitId ParagraphUnitId { get; set; } Property Value Type Description ParagraphUnitId Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.html", "title": "Class SegmentSplitEvent", - "keywords": "Class SegmentSplitEvent Inheritance object SegmentSplitEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Events Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class SegmentSplitEvent Constructors SegmentSplitEvent(Document, ParagraphUnitId) Declaration public SegmentSplitEvent(Document document, ParagraphUnitId paragraphUnitId) Parameters Type Name Description Document document ParagraphUnitId paragraphUnitId SegmentSplitEvent(Document, ParagraphUnitId, SegmentId, SegmentId, SegmentId) Declaration public SegmentSplitEvent(Document document, ParagraphUnitId paragraphUnitId, SegmentId originalSegmentId, SegmentId firstNewSegmentId, SegmentId secondNewSegment) Parameters Type Name Description Document document ParagraphUnitId paragraphUnitId SegmentId originalSegmentId SegmentId firstNewSegmentId SegmentId secondNewSegment Properties Document Declaration public Document Document { get; set; } Property Value Type Description Document FirstNewSegmentId Declaration public SegmentId FirstNewSegmentId { get; set; } Property Value Type Description SegmentId OriginalSegmentId Declaration public SegmentId OriginalSegmentId { get; set; } Property Value Type Description SegmentId ParagraphUnitId Declaration public ParagraphUnitId ParagraphUnitId { get; set; } Property Value Type Description ParagraphUnitId SecondNewSegmentId Declaration public SegmentId SecondNewSegmentId { get; set; } Property Value Type Description SegmentId Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SegmentSplitEvent Inheritance System.Object SegmentSplitEvent 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 SegmentSplitEvent Constructors SegmentSplitEvent(Document, ParagraphUnitId) Declaration public SegmentSplitEvent(Document document, ParagraphUnitId paragraphUnitId) Parameters Type Name Description Document document ParagraphUnitId paragraphUnitId SegmentSplitEvent(Document, ParagraphUnitId, SegmentId, SegmentId, SegmentId) Declaration public SegmentSplitEvent(Document document, ParagraphUnitId paragraphUnitId, SegmentId originalSegmentId, SegmentId firstNewSegmentId, SegmentId secondNewSegment) Parameters Type Name Description Document document ParagraphUnitId paragraphUnitId SegmentId originalSegmentId SegmentId firstNewSegmentId SegmentId secondNewSegment Properties Document Declaration public Document Document { get; set; } Property Value Type Description Document FirstNewSegmentId Declaration public SegmentId FirstNewSegmentId { get; set; } Property Value Type Description SegmentId OriginalSegmentId Declaration public SegmentId OriginalSegmentId { get; set; } Property Value Type Description SegmentId ParagraphUnitId Declaration public ParagraphUnitId ParagraphUnitId { get; set; } Property Value Type Description ParagraphUnitId SecondNewSegmentId Declaration public SegmentId SecondNewSegmentId { get; set; } Property Value Type Description SegmentId Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.html", "title": "Class AutoSuggestProviderAttribute", - "keywords": "Class AutoSuggestProviderAttribute Extension attribute used to metadata the AutoSuggest provider Inheritance object Attribute ExtensionAttribute AutoSuggestProviderAttribute Inherited Members ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Extensions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll Syntax [ExtensionPointInfo(\"Integration Api Extension\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class)] public class AutoSuggestProviderAttribute : ExtensionAttribute Constructors AutoSuggestProviderAttribute() Default constructor for XML serialization. Declaration public AutoSuggestProviderAttribute() AutoSuggestProviderAttribute(string, string, string) Constructor with required attributes. Declaration public AutoSuggestProviderAttribute(string id, string name, string description) Parameters Type Name Description string id The unique id for this view. string name The name for this view. Should typically be a key of a resource string in PluginResources.resx. string description The description for this view. Should typically be a key of a resource string in PluginResources.resx. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class AutoSuggestProviderAttribute Extension attribute used to metadata the AutoSuggest provider Inheritance System.Object AutoSuggestProviderAttribute Namespace : Sdl.TranslationStudioAutomation.IntegrationApi.Extensions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll Syntax public class AutoSuggestProviderAttribute : ExtensionAttribute Constructors AutoSuggestProviderAttribute() Default constructor for XML serialization. Declaration public AutoSuggestProviderAttribute() AutoSuggestProviderAttribute(String, String, String) Constructor with required attributes. Declaration public AutoSuggestProviderAttribute(string id, string name, string description) Parameters Type Name Description System.String id The unique id for this view. System.String name The name for this view. Should typically be a key of a resource string in PluginResources.resx. System.String description The description for this view. Should typically be a key of a resource string in PluginResources.resx. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.html", "title": "Class ExternalPackageConvertorExtensionAttribute", - "keywords": "Class ExternalPackageConvertorExtensionAttribute Attribute to define the External Package Convertor extension point. Inheritance object Attribute ExtensionAttribute ExternalPackageConvertorExtensionAttribute Inherited Members ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Extensions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll Syntax [ExtensionPointInfo(\"ExternalPackageConvertors\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class)] public class ExternalPackageConvertorExtensionAttribute : ExtensionAttribute Constructors ExternalPackageConvertorExtensionAttribute() Declaration public ExternalPackageConvertorExtensionAttribute() ExternalPackageConvertorExtensionAttribute(string, string, string, string, string, string) Declaration public ExternalPackageConvertorExtensionAttribute(string id, string name, string description, string packageFileFilter, string packageFileExtension, string returnPackageFileExtension) Parameters Type Name Description string id string name string description string packageFileFilter string packageFileExtension string returnPackageFileExtension Properties PackageFileExtension Declaration public string PackageFileExtension { get; set; } Property Value Type Description string PackageFileFilter Declaration [PluginResource] public string PackageFileFilter { get; set; } Property Value Type Description string ReturnPackageFileExtension Declaration public string ReturnPackageFileExtension { get; set; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ExternalPackageConvertorExtensionAttribute Attribute to define the External Package Convertor extension point. Inheritance System.Object ExternalPackageConvertorExtensionAttribute Namespace : Sdl.TranslationStudioAutomation.IntegrationApi.Extensions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll Syntax public class ExternalPackageConvertorExtensionAttribute : ExtensionAttribute Constructors ExternalPackageConvertorExtensionAttribute() Declaration public ExternalPackageConvertorExtensionAttribute() ExternalPackageConvertorExtensionAttribute(String, String, String, String, String, String) Declaration public ExternalPackageConvertorExtensionAttribute(string id, string name, string description, string packageFileFilter, string packageFileExtension, string returnPackageFileExtension) Parameters Type Name Description System.String id System.String name System.String description System.String packageFileFilter System.String packageFileExtension System.String returnPackageFileExtension Properties PackageFileExtension Declaration public string PackageFileExtension { get; set; } Property Value Type Description System.String PackageFileFilter Declaration public string PackageFileFilter { get; set; } Property Value Type Description System.String ReturnPackageFileExtension Declaration public string ReturnPackageFileExtension { get; set; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.html", @@ -5287,17 +4987,17 @@ "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ISegmentExtensions.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ISegmentExtensions.html", "title": "Class ISegmentExtensions", - "keywords": "Class ISegmentExtensions Inheritance object ISegmentExtensions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Extensions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public static class ISegmentExtensions Methods AsSimpleText(ISegment) Declaration public static string AsSimpleText(this ISegment segment) Parameters Type Name Description ISegment segment Returns Type Description string" + "keywords": "Class ISegmentExtensions Inheritance System.Object ISegmentExtensions 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.Extensions Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public static class ISegmentExtensions Methods AsSimpleText(ISegment) Declaration public static string AsSimpleText(this ISegment segment) Parameters Type Name Description ISegment segment Returns Type Description System.String" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.html", "title": "Class FilesController", - "keywords": "Class FilesController Implement the controller for the files view and provide access to common project files operations. Inheritance object AbstractController AbstractViewController AbstractBindedController FilesController Implements IDisposable IBindedController Inherited Members AbstractBindedController.Activate() AbstractBindedController.GetExplorerBarControl() AbstractBindedController.GetContentControl() AbstractBindedController.Invoke(Delegate) AbstractBindedController.BeginInvoke(Delegate) AbstractBindedController.View AbstractBindedController.InvokeRequired AbstractViewController.Refresh() AbstractViewController.Dispose() AbstractViewController.Dispose(bool) AbstractViewController.Context AbstractViewController.ActivationChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindController(\"FilesView\")] public class FilesController : AbstractBindedController, IDisposable, IBindedController Constructors FilesController(IVisibleFilesProvider, IStudioWindow) Declaration public FilesController(IVisibleFilesProvider visibleFilesProvider, IStudioWindow studioWindow) Parameters Type Name Description Sdl.TranslationStudio.Api.ProjectManagement.IVisibleFilesProvider visibleFilesProvider Sdl.Desktop.Platform.IStudioWindow studioWindow Properties AreAllSelectedTaskFilesAssignedToCurrentUser Check if all selected files are assigned to the current user. Declaration public bool AreAllSelectedTaskFilesAssignedToCurrentUser { get; } Property Value Type Description bool CurrentProject Get the current project. Declaration public FileBasedProject CurrentProject { get; } Property Value Type Description FileBasedProject CurrentSelectedLanguage Gets the current selected project language Declaration public Language CurrentSelectedLanguage { get; } Property Value Type Description Language CurrentVisibleFiles Declaration public IEnumerable CurrentVisibleFiles { get; } Property Value Type Description IEnumerable ProjectFile SelectedFiles Get the selected files. Declaration public IEnumerable SelectedFiles { get; } Property Value Type Description IEnumerable ProjectFile SelectedTasks Gets the user selected tasks from the Files View Declaration public IEnumerable SelectedTasks { get; } Property Value Type Description IEnumerable ManualTask Methods AddFiles() Add files from the selected folder. Declaration public void AddFiles() Initialize(IViewContext) Implements the files controller initialization Declaration protected override void Initialize(IViewContext context) Parameters Type Name Description IViewContext context The context of the files controller when initialized Overrides AbstractViewController.Initialize(IViewContext) RemoveSelectedFiles() Remove the selected files. Declaration public bool RemoveSelectedFiles() Returns Type Description bool True if operation is succesfull. SelectFiles(IEnumerable) Select files. Declaration public void SelectFiles(IEnumerable filesToSelect) Parameters Type Name Description IEnumerable ProjectFile filesToSelect Events SelectedFilesChanged Triggered when the selected files has been changed. Declaration public event EventHandler SelectedFilesChanged Event Type Type Description EventHandler Implements IDisposable IBindedController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class FilesController Implement the controller for the files view and provide access to common project files operations. Inheritance System.Object AbstractController AbstractViewController AbstractBindedController FilesController Implements System.IDisposable IBindedController Inherited Members AbstractBindedController.Activate() AbstractBindedController.GetExplorerBarControl() AbstractBindedController.GetContentControl() AbstractBindedController.Invoke(Delegate) AbstractBindedController.BeginInvoke(Delegate) AbstractBindedController.View AbstractBindedController.InvokeRequired AbstractViewController.Refresh() AbstractViewController.Dispose() AbstractViewController.Dispose(Boolean) AbstractViewController.Context AbstractViewController.ActivationChanged 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindController(\"FilesView\")] public class FilesController : AbstractBindedController, IDisposable, IBindedController Constructors FilesController(IVisibleFilesProvider, IStudioWindow) Declaration public FilesController(IVisibleFilesProvider visibleFilesProvider, IStudioWindow studioWindow) Parameters Type Name Description Sdl.TranslationStudio.Api.ProjectManagement.IVisibleFilesProvider visibleFilesProvider Sdl.Desktop.Platform.IStudioWindow studioWindow Properties AreAllSelectedTaskFilesAssignedToCurrentUser Check if all selected files are assigned to the current user. Declaration public bool AreAllSelectedTaskFilesAssignedToCurrentUser { get; } Property Value Type Description System.Boolean CurrentProject Get the current project. Declaration public FileBasedProject CurrentProject { get; } Property Value Type Description FileBasedProject CurrentSelectedLanguage Gets the current selected project language Declaration public Language CurrentSelectedLanguage { get; } Property Value Type Description Language CurrentVisibleFiles Declaration public IEnumerable CurrentVisibleFiles { get; } Property Value Type Description System.Collections.Generic.IEnumerable < ProjectFile > SelectedFiles Get the selected files. Declaration public IEnumerable SelectedFiles { get; } Property Value Type Description System.Collections.Generic.IEnumerable < ProjectFile > SelectedTasks Gets the user selected tasks from the Files View Declaration public IEnumerable SelectedTasks { get; } Property Value Type Description System.Collections.Generic.IEnumerable < ManualTask > Methods AddFiles() Add files from the selected folder. Declaration public void AddFiles() Initialize(IViewContext) Implements the files controller initialization Declaration protected override void Initialize(IViewContext context) Parameters Type Name Description IViewContext context The context of the files controller when initialized Overrides AbstractViewController.Initialize(IViewContext) RemoveSelectedFiles() Remove the selected files. Declaration public bool RemoveSelectedFiles() Returns Type Description System.Boolean True if operation is succesfull. SelectFiles(IEnumerable) Select files. Declaration public void SelectFiles(IEnumerable filesToSelect) Parameters Type Name Description System.Collections.Generic.IEnumerable < ProjectFile > filesToSelect Events SelectedFilesChanged Triggered when the selected files has been changed. Declaration public event EventHandler SelectedFilesChanged Event Type Type Description System.EventHandler Implements System.IDisposable IBindedController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.FocusedDocumentContent.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.FocusedDocumentContent.html", "title": "Enum FocusedDocumentContent", - "keywords": "Enum FocusedDocumentContent Enumeration for the focused document content Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public enum FocusedDocumentContent Fields Name Description None No content has focus Source Source content has focus Target Target content has focus" + "keywords": "Enum FocusedDocumentContent Enumeration for the focused document content Namespace : Sdl.TranslationStudioAutomation.IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public enum FocusedDocumentContent Fields Name Description None No content has focus Source Source content has focus Target Target content has focus Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.html", @@ -5312,22 +5012,22 @@ "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.html", "title": "Class SdlTradosStudioApplication", - "keywords": "Class SdlTradosStudioApplication Implements the Trados Studio application. Inheritance object AbstractApplication SdlTradosStudioApplication Inherited Members AbstractApplication.GetController() AbstractApplication.GetAction() AbstractApplication.ExecuteAction() AbstractApplication.GetService() AbstractApplication.Closing object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Internal Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class SdlTradosStudioApplication : AbstractApplication Constructors SdlTradosStudioApplication() Declaration public SdlTradosStudioApplication() Methods RegisterRelay(IStudioWindow) Declaration protected override void RegisterRelay(IStudioWindow window) Parameters Type Name Description Sdl.Desktop.Platform.IStudioWindow window Overrides AbstractApplication.RegisterRelay(IStudioWindow) Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SdlTradosStudioApplication Implements the Trados Studio application. Inheritance System.Object AbstractApplication SdlTradosStudioApplication Inherited Members AbstractApplication.GetController() AbstractApplication.GetAction() AbstractApplication.ExecuteAction() AbstractApplication.GetService() AbstractApplication.Closing 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.Internal Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class SdlTradosStudioApplication : AbstractApplication Constructors SdlTradosStudioApplication() Declaration public SdlTradosStudioApplication() Methods RegisterRelay(IStudioWindow) Declaration protected override void RegisterRelay(IStudioWindow window) Parameters Type Name Description Sdl.Desktop.Platform.IStudioWindow window Overrides AbstractApplication.RegisterRelay(IStudioWindow) Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html", "title": "Interface IStudioDocument", - "keywords": "Interface IStudioDocument Interface for the document implementation Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public interface IStudioDocument Properties ActiveFile Gets the active project file. Declaration ProjectFile ActiveFile { get; } Property Value Type Description ProjectFile ActiveFileProperties Gets the active file properties Declaration IFileProperties ActiveFileProperties { get; } Property Value Type Description IFileProperties ActiveSegmentPair Gets the active segment pair. Declaration ISegmentPair ActiveSegmentPair { get; } Property Value Type Description ISegmentPair DisplayFilter Get the active Display Filter The result will be null if the filter that has been applied on the document is derived from the internal provider. This should permit the developer to differentiate between the internal system filter provider and their own implementation and/or multiple implementations of the interface. Declaration IDisplayFilter DisplayFilter { get; } Property Value Type Description IDisplayFilter Files Get the files of the document Declaration IEnumerable Files { get; } Property Value Type Description IEnumerable ProjectFile FilteredSegmentPairs Get the filtered document segment pairs in a readonly mode Declaration IEnumerable FilteredSegmentPairs { get; } Property Value Type Description IEnumerable ISegmentPair FilteredSegmentPairsCount The filtered document segment pairs count Declaration int FilteredSegmentPairsCount { get; } Property Value Type Description int FocusedDocumentContent Gets the focus document content Declaration FocusedDocumentContent FocusedDocumentContent { get; } Property Value Type Description FocusedDocumentContent IsDirty Returns true if the document has unsaved changes. Declaration bool IsDirty { get; } Property Value Type Description bool IsTranslationProviderAvailable Get a boolean value that indicate if a Translation Provider is available. Declaration bool IsTranslationProviderAvailable { get; } Property Value Type Description bool ItemFactory Gets the factory for the document items Declaration IDocumentItemFactory ItemFactory { get; } Property Value Type Description IDocumentItemFactory Mode Gets the editing mode of the document Declaration EditingMode Mode { get; } Property Value Type Description EditingMode Project Gets the project of the document Declaration FileBasedProject Project { get; } Property Value Type Description FileBasedProject PropertiesFactory Gets the factory for the item properties Declaration IPropertiesFactory PropertiesFactory { get; } Property Value Type Description IPropertiesFactory SegmentPairs Get the document segment pairs in a readonly mode Declaration IEnumerable SegmentPairs { get; } Property Value Type Description IEnumerable ISegmentPair Selection Gets the document selection Declaration DocumentSelection Selection { get; } Property Value Type Description DocumentSelection The document selection. TotalSegmentPairsCount The total document segment pairs count Declaration int TotalSegmentPairsCount { get; } Property Value Type Description int Methods AcceptAllTrackedChanges(ConfirmationLevel) Accepts all tracked changes and change the confirmation level if the new confirmation level is not Undefined Declaration void AcceptAllTrackedChanges(ConfirmationLevel newConfirmationLevel) Parameters Type Name Description ConfirmationLevel newConfirmationLevel New confirmation level AddCommentOnSegment(ISegmentPair, string, Severity) Adds a comment to the target segment Declaration void AddCommentOnSegment(ISegmentPair segmentPair, string text, Severity severity) Parameters Type Name Description ISegmentPair segmentPair Segment string text Comment text Severity severity Comment severity level AddCommentOnTargetSelection(string, Severity) Adds a comment to the selected content range in the target document. Declaration void AddCommentOnTargetSelection(string text, Severity severity) Parameters Type Name Description string text Comment text Severity severity Comment severity level ApplyFilterOnSegments(IDisplayFilter) Apply filter on the segments from the active document in the editor Declaration void ApplyFilterOnSegments(IDisplayFilter filter) Parameters Type Name Description IDisplayFilter filter The implementation of the display filter interface ChangeConfirmationLevelOnSegment(ISegmentPair, ConfirmationLevel) Sets the segment confirmation level to the specified value Declaration void ChangeConfirmationLevelOnSegment(ISegmentPair segmentPair, ConfirmationLevel newConfirmationLevel) Parameters Type Name Description ISegmentPair segmentPair Segment ConfirmationLevel newConfirmationLevel The new confirmation level for the segment. ChangeTranslationOriginOnSegment(ISegmentPair, string) Sets the translation origin for the specified segment to the specified origin type Declaration void ChangeTranslationOriginOnSegment(ISegmentPair segmentPair, string originType) Parameters Type Name Description ISegmentPair segmentPair Segment string originType The translation origin type. This should normally be one of the constants define in DefaultTranslationOrigin . DeleteAllCommentsOnSegment(ISegmentPair) Delete all comments from the target segment. Declaration void DeleteAllCommentsOnSegment(ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Segment DeleteAllCommentsWithoutNotification() Delete all comments from active document and saves the document. Declaration void DeleteAllCommentsWithoutNotification() DeleteCommentOnSegment(ISegmentPair, IComment) Delete a specific comment from the target segment. Declaration void DeleteCommentOnSegment(ISegmentPair segmentPair, IComment commentToDelete) Parameters Type Name Description ISegmentPair segmentPair Segment IComment commentToDelete Comment to be deleted FindTextInSegment(string, string, bool, bool) Declaration bool FindTextInSegment(string segmentNumber, string text, bool highlightText, bool searchInSource) Parameters Type Name Description string segmentNumber string text bool highlightText bool searchInSource Returns Type Description bool GetActiveSegmentPair() Get the active segment pair in a readonly mode. Declaration ISegmentPair GetActiveSegmentPair() Returns Type Description ISegmentPair The active segment pair or null if none was found. GetCommentsFromSegment(ISegmentPair) Obtain all comments existing from the target segment Declaration IEnumerable GetCommentsFromSegment(ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Segment Returns Type Description IEnumerable IComment A list of comments from the target segment GetParentParagraphUnit(ISegmentPair) Declaration IParagraphUnit GetParentParagraphUnit(ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Returns Type Description IParagraphUnit GetSegmentPair(int) Get the segment pair from the row number Declaration ISegmentPair GetSegmentPair(int rowNumber) Parameters Type Name Description int rowNumber The row number Returns Type Description ISegmentPair The segment pair or null if none was found. GetSegmentPair(string, string) Get the segment pair from the paragraph and segment id Declaration ISegmentPair GetSegmentPair(string paragraphUnitId, string segmentId) Parameters Type Name Description string paragraphUnitId The paragraph unit id string segmentId The segment id Returns Type Description ISegmentPair The segment pair or null if none was found. GetSegmentPairsFromParagraph(ParagraphUnitId) Get the segment pairs from a specific paragraph Declaration IEnumerable GetSegmentPairsFromParagraph(ParagraphUnitId paragraphId) Parameters Type Name Description ParagraphUnitId paragraphId Paragraph unique identifier Returns Type Description IEnumerable ISegmentPair A list of segment pairs from the provided paragraph GetSelectedSegmentPairs() Obtain all selected segment pairs Declaration IEnumerable GetSelectedSegmentPairs() Returns Type Description IEnumerable ISegmentPair A list of selected segment pairs from the editor ProcessSegmentPair(ISegmentPair, string, Action) Processing a single specific segment pair with the ability to alter the source and/or target Declaration void ProcessSegmentPair(ISegmentPair segmentPair, string processingName, Action process) Parameters Type Name Description ISegmentPair segmentPair Segment Pair string processingName A custom provided name for the processing operation used for the undo history. Action ISegmentPair CancelEventArgs process Processing delegate responsable for analyzing the segment pair. Remarks Even if the source is configured to be in the editable mode this will not be functional if the document does not allow it. ProcessSegmentPairs(string, Action) Processing the document segment pairs with the ability to alter the source and/or target Declaration void ProcessSegmentPairs(string processingName, Action process) Parameters Type Name Description string processingName A custom provided name for the processing operation used for the undo history. Action ISegmentPair CancelEventArgs process Processing delegate responsable for analyzing the segment pairs. Remarks Even if the source is configured to be in the editable mode this will not be functional if the document does not allow it. SelectedSegmentsContainRevisions() Checks if the selected segments on Target contains Revisions or TQA Declaration bool SelectedSegmentsContainRevisions() Returns Type Description bool SetActiveSegmentPair(ProjectFile, string, bool) Sets the active segment pair to the segment pair with the given number and sets focus on that segment if specified. Declaration bool SetActiveSegmentPair(ProjectFile projectFile, string segmentNumber, bool setFocusOnSegment = false) Parameters Type Name Description ProjectFile projectFile For normal document it is opened from one file and for virtual document it is opened from multiple files. When the document is virtual the projetFile indicates the refered file, which can be obtained from Files properpty of Document. For normal document, this parameter is ignored. string segmentNumber The segment number. bool setFocusOnSegment Set this to true if focus should be set to the segment Returns Type Description bool True if the segment pair was activated successfully. This may be false if no such segment exists or if the segment is currently filtered out from view.> SetActiveSegmentPair(string, string, bool) Sets the active segment pair to the segment pair with the given paragraphId and segmentNumber. Declaration bool SetActiveSegmentPair(string paragraphId, string segmentNumber, bool setFocusOnSegment = false) Parameters Type Name Description string paragraphId string segmentNumber bool setFocusOnSegment Set this to true if focus should be set to the segment Returns Type Description bool TryTranslateActiveSegment() Tries to initiate the translation process for the active segment. Declaration void TryTranslateActiveSegment() Remarks If the project does not have any Translation Provider set, the translation of the active segment will not work. UpdateCommentOnSegment(ISegmentPair, IComment, string, Severity) Update a comment text and severity on the target segment Declaration void UpdateCommentOnSegment(ISegmentPair segmentPair, IComment commentToUpdate, string text, Severity severity) Parameters Type Name Description ISegmentPair segmentPair Segment IComment commentToUpdate Comment to be updated string text New coment text Severity severity New coment severity level UpdateParagraphUnitProperties(IParagraphUnitProperties) Directly update the properties of a paragraph unit Declaration void UpdateParagraphUnitProperties(IParagraphUnitProperties paragraphUnitProperties) Parameters Type Name Description IParagraphUnitProperties paragraphUnitProperties Updated properties for the paragraph unit UpdateSegmentPair(ISegmentPair) Directly update a segment pair in the document Declaration void UpdateSegmentPair(ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Updated segment pair UpdateSegmentPairProperties(ISegmentPair, ISegmentPairProperties) Directly update the properties of a segment pair, without processing the whole segment pair Declaration void UpdateSegmentPairProperties(ISegmentPair segmentPair, ISegmentPairProperties segmentPairProperties) Parameters Type Name Description ISegmentPair segmentPair Segment ISegmentPairProperties segmentPairProperties Updated properties for the segment pair Events ActiveFileChanged Triggered when the active file is changed. Declaration event EventHandler ActiveFileChanged Event Type Type Description EventHandler ActiveFilePropertiesChanged Triggered when the properties of the active file are changed Declaration event EventHandler ActiveFilePropertiesChanged Event Type Type Description EventHandler ActiveSegmentChanged Triggered when the active segment is changed. Declaration event EventHandler ActiveSegmentChanged Event Type Type Description EventHandler ActiveSegmentContentIsReady The event is triggered when the content for the active segment is ready and it can be modified by a third party application. Declaration event EventHandler ActiveSegmentContentIsReady Event Type Type Description EventHandler ContentChanged Triggered when document content is changed. Declaration event EventHandler ContentChanged Event Type Type Description EventHandler DocumentContentEventArgs DocumentFilterChanged Triggered when the document filter has changed. Declaration event EventHandler DocumentFilterChanged Event Type Type Description EventHandler DocumentFilterEventArgs SegmentTranslated Triggered after a segment has been translated. Declaration event EventHandler SegmentTranslated Event Type Type Description EventHandler SegmentsConfirmationLevelChanged The event is triggered when a ConfirmationLevel is changed for a Segment. Declaration event EventHandler SegmentsConfirmationLevelChanged Event Type Type Description EventHandler SegmentsTranslationOriginChanged The event is triggered when a TranslationOrigin is changed for a Segment. Declaration event EventHandler SegmentsTranslationOriginChanged Event Type Type Description EventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IStudioDocument Interface for the document implementation Namespace : Sdl.TranslationStudioAutomation.IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public interface IStudioDocument Properties ActiveFile Gets the active project file. Declaration ProjectFile ActiveFile { get; } Property Value Type Description ProjectFile ActiveFileProperties Gets the active file properties Declaration IFileProperties ActiveFileProperties { get; } Property Value Type Description IFileProperties ActiveSegmentPair Gets the active segment pair. Declaration ISegmentPair ActiveSegmentPair { get; } Property Value Type Description ISegmentPair DisplayFilter Get the active Display Filter The result will be null if the filter that has been applied on the document is derived from the internal provider. This should permit the developer to differentiate between the internal system filter provider and their own implementation and/or multiple implementations of the interface. Declaration IDisplayFilter DisplayFilter { get; } Property Value Type Description IDisplayFilter Files Get the files of the document Declaration IEnumerable Files { get; } Property Value Type Description System.Collections.Generic.IEnumerable < ProjectFile > FilteredSegmentPairs Get the filtered document segment pairs in a readonly mode Declaration IEnumerable FilteredSegmentPairs { get; } Property Value Type Description System.Collections.Generic.IEnumerable < ISegmentPair > FilteredSegmentPairsCount The filtered document segment pairs count Declaration int FilteredSegmentPairsCount { get; } Property Value Type Description System.Int32 FocusedDocumentContent Gets the focus document content Declaration FocusedDocumentContent FocusedDocumentContent { get; } Property Value Type Description FocusedDocumentContent IsDirty Returns true if the document has unsaved changes. Declaration bool IsDirty { get; } Property Value Type Description System.Boolean IsTranslationProviderAvailable Get a boolean value that indicate if a Translation Provider is available. Declaration bool IsTranslationProviderAvailable { get; } Property Value Type Description System.Boolean ItemFactory Gets the factory for the document items Declaration IDocumentItemFactory ItemFactory { get; } Property Value Type Description IDocumentItemFactory Mode Gets the editing mode of the document Declaration EditingMode Mode { get; } Property Value Type Description EditingMode Project Gets the project of the document Declaration FileBasedProject Project { get; } Property Value Type Description FileBasedProject PropertiesFactory Gets the factory for the item properties Declaration IPropertiesFactory PropertiesFactory { get; } Property Value Type Description IPropertiesFactory SegmentPairs Get the document segment pairs in a readonly mode Declaration IEnumerable SegmentPairs { get; } Property Value Type Description System.Collections.Generic.IEnumerable < ISegmentPair > Selection Gets the document selection Declaration DocumentSelection Selection { get; } Property Value Type Description DocumentSelection The document selection. TotalSegmentPairsCount The total document segment pairs count Declaration int TotalSegmentPairsCount { get; } Property Value Type Description System.Int32 Methods AcceptAllTrackedChanges(ConfirmationLevel) Accepts all tracked changes and change the confirmation level if the new confirmation level is not Undefined Declaration void AcceptAllTrackedChanges(ConfirmationLevel newConfirmationLevel) Parameters Type Name Description ConfirmationLevel newConfirmationLevel New confirmation level AddCommentOnSegment(ISegmentPair, String, Severity) Adds a comment to the target segment Declaration void AddCommentOnSegment(ISegmentPair segmentPair, string text, Severity severity) Parameters Type Name Description ISegmentPair segmentPair Segment System.String text Comment text Severity severity Comment severity level AddCommentOnTargetSelection(String, Severity) Adds a comment to the selected content range in the target document. Declaration void AddCommentOnTargetSelection(string text, Severity severity) Parameters Type Name Description System.String text Comment text Severity severity Comment severity level ApplyFilterOnSegments(IDisplayFilter) Apply filter on the segments from the active document in the editor Declaration void ApplyFilterOnSegments(IDisplayFilter filter) Parameters Type Name Description IDisplayFilter filter The implementation of the display filter interface ChangeConfirmationLevelOnSegment(ISegmentPair, ConfirmationLevel) Sets the segment confirmation level to the specified value Declaration void ChangeConfirmationLevelOnSegment(ISegmentPair segmentPair, ConfirmationLevel newConfirmationLevel) Parameters Type Name Description ISegmentPair segmentPair Segment ConfirmationLevel newConfirmationLevel The new confirmation level for the segment. ChangeTranslationOriginOnSegment(ISegmentPair, String) Sets the translation origin for the specified segment to the specified origin type Declaration void ChangeTranslationOriginOnSegment(ISegmentPair segmentPair, string originType) Parameters Type Name Description ISegmentPair segmentPair Segment System.String originType The translation origin type. This should normally be one of the constants define in DefaultTranslationOrigin . DeleteAllCommentsOnSegment(ISegmentPair) Delete all comments from the target segment. Declaration void DeleteAllCommentsOnSegment(ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Segment DeleteAllCommentsWithoutNotification() Delete all comments from active document and saves the document. Declaration void DeleteAllCommentsWithoutNotification() DeleteCommentOnSegment(ISegmentPair, IComment) Delete a specific comment from the target segment. Declaration void DeleteCommentOnSegment(ISegmentPair segmentPair, IComment commentToDelete) Parameters Type Name Description ISegmentPair segmentPair Segment IComment commentToDelete Comment to be deleted FindTextInSegment(String, String, Boolean, Boolean) Declaration bool FindTextInSegment(string segmentNumber, string text, bool highlightText, bool searchInSource) Parameters Type Name Description System.String segmentNumber System.String text System.Boolean highlightText System.Boolean searchInSource Returns Type Description System.Boolean GetActiveSegmentPair() Get the active segment pair in a readonly mode. Declaration ISegmentPair GetActiveSegmentPair() Returns Type Description ISegmentPair The active segment pair or null if none was found. GetCommentsFromSegment(ISegmentPair) Obtain all comments existing from the target segment Declaration IEnumerable GetCommentsFromSegment(ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Segment Returns Type Description System.Collections.Generic.IEnumerable < IComment > A list of comments from the target segment GetParentParagraphUnit(ISegmentPair) Declaration IParagraphUnit GetParentParagraphUnit(ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Returns Type Description IParagraphUnit GetSegmentPair(Int32) Get the segment pair from the row number Declaration ISegmentPair GetSegmentPair(int rowNumber) Parameters Type Name Description System.Int32 rowNumber The row number Returns Type Description ISegmentPair The segment pair or null if none was found. GetSegmentPair(String, String) Get the segment pair from the paragraph and segment id Declaration ISegmentPair GetSegmentPair(string paragraphUnitId, string segmentId) Parameters Type Name Description System.String paragraphUnitId The paragraph unit id System.String segmentId The segment id Returns Type Description ISegmentPair The segment pair or null if none was found. GetSegmentPairsFromParagraph(ParagraphUnitId) Get the segment pairs from a specific paragraph Declaration IEnumerable GetSegmentPairsFromParagraph(ParagraphUnitId paragraphId) Parameters Type Name Description ParagraphUnitId paragraphId Paragraph unique identifier Returns Type Description System.Collections.Generic.IEnumerable < ISegmentPair > A list of segment pairs from the provided paragraph GetSelectedSegmentPairs() Obtain all selected segment pairs Declaration IEnumerable GetSelectedSegmentPairs() Returns Type Description System.Collections.Generic.IEnumerable < ISegmentPair > A list of selected segment pairs from the editor ProcessSegmentPair(ISegmentPair, String, Action) Processing a single specific segment pair with the ability to alter the source and/or target Declaration void ProcessSegmentPair(ISegmentPair segmentPair, string processingName, Action process) Parameters Type Name Description ISegmentPair segmentPair Segment Pair System.String processingName A custom provided name for the processing operation used for the undo history. System.Action < ISegmentPair , System.ComponentModel.CancelEventArgs > process Processing delegate responsable for analyzing the segment pair. Remarks Even if the source is configured to be in the editable mode this will not be functional if the document does not allow it. ProcessSegmentPairs(String, Action) Processing the document segment pairs with the ability to alter the source and/or target Declaration void ProcessSegmentPairs(string processingName, Action process) Parameters Type Name Description System.String processingName A custom provided name for the processing operation used for the undo history. System.Action < ISegmentPair , System.ComponentModel.CancelEventArgs > process Processing delegate responsable for analyzing the segment pairs. Remarks Even if the source is configured to be in the editable mode this will not be functional if the document does not allow it. SelectedSegmentsContainRevisions() Checks if the selected segments on Target contains Revisions or TQA Declaration bool SelectedSegmentsContainRevisions() Returns Type Description System.Boolean SetActiveSegmentPair(ProjectFile, String, Boolean) Sets the active segment pair to the segment pair with the given number and sets focus on that segment if specified. Declaration bool SetActiveSegmentPair(ProjectFile projectFile, string segmentNumber, bool setFocusOnSegment = false) Parameters Type Name Description ProjectFile projectFile For normal document it is opened from one file and for virtual document it is opened from multiple files. When the document is virtual the projetFile indicates the refered file, which can be obtained from Files properpty of Document. For normal document, this parameter is ignored. System.String segmentNumber The segment number. System.Boolean setFocusOnSegment Set this to true if focus should be set to the segment Returns Type Description System.Boolean True if the segment pair was activated successfully. This may be false if no such segment exists or if the segment is currently filtered out from view.> SetActiveSegmentPair(String, String, Boolean) Sets the active segment pair to the segment pair with the given paragraphId and segmentNumber. Declaration bool SetActiveSegmentPair(string paragraphId, string segmentNumber, bool setFocusOnSegment = false) Parameters Type Name Description System.String paragraphId System.String segmentNumber System.Boolean setFocusOnSegment Set this to true if focus should be set to the segment Returns Type Description System.Boolean TryTranslateActiveSegment() Tries to initiate the translation process for the active segment. Declaration void TryTranslateActiveSegment() Remarks If the project does not have any Translation Provider set, the translation of the active segment will not work. UpdateCommentOnSegment(ISegmentPair, IComment, String, Severity) Update a comment text and severity on the target segment Declaration void UpdateCommentOnSegment(ISegmentPair segmentPair, IComment commentToUpdate, string text, Severity severity) Parameters Type Name Description ISegmentPair segmentPair Segment IComment commentToUpdate Comment to be updated System.String text New coment text Severity severity New coment severity level UpdateParagraphUnitProperties(IParagraphUnitProperties) Directly update the properties of a paragraph unit Declaration void UpdateParagraphUnitProperties(IParagraphUnitProperties paragraphUnitProperties) Parameters Type Name Description IParagraphUnitProperties paragraphUnitProperties Updated properties for the paragraph unit UpdateSegmentPair(ISegmentPair) Directly update a segment pair in the document Declaration void UpdateSegmentPair(ISegmentPair segmentPair) Parameters Type Name Description ISegmentPair segmentPair Updated segment pair UpdateSegmentPairProperties(ISegmentPair, ISegmentPairProperties) Directly update the properties of a segment pair, without processing the whole segment pair Declaration void UpdateSegmentPairProperties(ISegmentPair segmentPair, ISegmentPairProperties segmentPairProperties) Parameters Type Name Description ISegmentPair segmentPair Segment ISegmentPairProperties segmentPairProperties Updated properties for the segment pair Events ActiveFileChanged Triggered when the active file is changed. Declaration event EventHandler ActiveFileChanged Event Type Type Description System.EventHandler ActiveFilePropertiesChanged Triggered when the properties of the active file are changed Declaration event EventHandler ActiveFilePropertiesChanged Event Type Type Description System.EventHandler ActiveSegmentChanged Triggered when the active segment is changed. Declaration event EventHandler ActiveSegmentChanged Event Type Type Description System.EventHandler ActiveSegmentContentIsReady The event is triggered when the content for the active segment is ready and it can be modified by a third party application. Declaration event EventHandler ActiveSegmentContentIsReady Event Type Type Description System.EventHandler ContentChanged Triggered when document content is changed. Declaration event EventHandler ContentChanged Event Type Type Description System.EventHandler < DocumentContentEventArgs > DocumentFilterChanged Triggered when the document filter has changed. Declaration event EventHandler DocumentFilterChanged Event Type Type Description System.EventHandler < DocumentFilterEventArgs > SegmentsConfirmationLevelChanged The event is triggered when a ConfirmationLevel is changed for a Segment. Declaration event EventHandler SegmentsConfirmationLevelChanged Event Type Type Description System.EventHandler SegmentsTranslationOriginChanged The event is triggered when a TranslationOrigin is changed for a Segment. Declaration event EventHandler SegmentsTranslationOriginChanged Event Type Type Description System.EventHandler SegmentTranslated Triggered after a segment has been translated. Declaration event EventHandler SegmentTranslated Event Type Type Description System.EventHandler Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.html", "title": "Class ConvertExternalPackageEventArgs", - "keywords": "Class ConvertExternalPackageEventArgs Encapsulates the data published by PackageConverted progress events. Inheritance object EventArgs CancelEventArgs ConvertExternalPackageEventArgs Inherited Members CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Packaging Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class ConvertExternalPackageEventArgs : CancelEventArgs Constructors ConvertExternalPackageEventArgs(int, string) Instantiates a new object using the provided import statistics. Declaration public ConvertExternalPackageEventArgs(int progress, string statusMessage) Parameters Type Name Description int progress string statusMessage Properties Progress The progress of the package conversion. Declaration public int Progress { get; } Property Value Type Description int StatusMessage Optional message describinh the current status. Declaration public string StatusMessage { get; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ConvertExternalPackageEventArgs Encapsulates the data published by PackageConverted progress events. Inheritance System.Object ConvertExternalPackageEventArgs Namespace : Sdl.TranslationStudioAutomation.IntegrationApi.Packaging Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class ConvertExternalPackageEventArgs : CancelEventArgs Constructors ConvertExternalPackageEventArgs(Int32, String) Instantiates a new object using the provided import statistics. Declaration public ConvertExternalPackageEventArgs(int progress, string statusMessage) Parameters Type Name Description System.Int32 progress System.String statusMessage Properties Progress The progress of the package conversion. Declaration public int Progress { get; } Property Value Type Description System.Int32 StatusMessage Optional message describinh the current status. Declaration public string StatusMessage { get; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.html", "title": "Class ExternalPackageConversionInfo", - "keywords": "Class ExternalPackageConversionInfo Class used to transfer details regarding the package to be converted Inheritance object ExternalPackageConversionInfo Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Packaging Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class ExternalPackageConversionInfo Constructors ExternalPackageConversionInfo() Declaration public ExternalPackageConversionInfo() Properties CustomData Declaration public IDictionary CustomData { get; set; } Property Value Type Description IDictionary string object FromPackagePath Physical location of the original package Declaration public string FromPackagePath { get; set; } Property Value Type Description string ToPackagePath Physical location of the final package Declaration public string ToPackagePath { get; set; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ExternalPackageConversionInfo Class used to transfer details regarding the package to be converted Inheritance System.Object ExternalPackageConversionInfo 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.Packaging Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class ExternalPackageConversionInfo Constructors ExternalPackageConversionInfo() Declaration public ExternalPackageConversionInfo() Properties CustomData Declaration public IDictionary CustomData { get; set; } Property Value Type Description System.Collections.Generic.IDictionary < System.String , System.Object > FromPackagePath Physical location of the original package Declaration public string FromPackagePath { get; set; } Property Value Type Description System.String ToPackagePath Physical location of the final package Declaration public string ToPackagePath { get; set; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.html", @@ -5337,32 +5037,32 @@ "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.html", "title": "Interface IConversionContext", - "keywords": "Interface IConversionContext Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Packaging Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public interface IConversionContext Methods CheckForExistingProject(Guid) Returns the FileBasedProject object associated to the given ID if the project is loaded within the Studio context Declaration IProject CheckForExistingProject(Guid guid) Parameters Type Name Description Guid guid Unique identifier (Guid) of the project to be searched for Returns Type Description IProject Null if the project does not exist in the Trados Studio context CreatePackage(string, Language, DateTime, string, Guid) Creates a Package object that can be manipulated before being imported into Trados Studio Declaration IPackage CreatePackage(string projectName, Language sourceLanguage, DateTime createdAt, string createdBy, Guid originalProjectGuid) Parameters Type Name Description string projectName Language sourceLanguage DateTime createdAt string createdBy Guid originalProjectGuid Returns Type Description IPackage The PackageProject to be manipulated OpenPackage(string) Creates a Package object based on physical package Declaration IPackage OpenPackage(string packageFilePath) Parameters Type Name Description string packageFilePath Returns Type Description IPackage Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IConversionContext Namespace : Sdl.TranslationStudioAutomation.IntegrationApi.Packaging Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public interface IConversionContext Methods CheckForExistingProject(Guid) Returns the FileBasedProject object associated to the given ID if the project is loaded within the Studio context Declaration IProject CheckForExistingProject(Guid guid) Parameters Type Name Description System.Guid guid Unique identifier (Guid) of the project to be searched for Returns Type Description IProject Null if the project does not exist in the Trados Studio context CreatePackage(String, Language, DateTime, String, Guid) Creates a Package object that can be manipulated before being imported into Trados Studio Declaration IPackage CreatePackage(string projectName, Language sourceLanguage, DateTime createdAt, string createdBy, Guid originalProjectGuid) Parameters Type Name Description System.String projectName Language sourceLanguage System.DateTime createdAt System.String createdBy System.Guid originalProjectGuid Returns Type Description IPackage The PackageProject to be manipulated OpenPackage(String) Creates a Package object based on physical package Declaration IPackage OpenPackage(string packageFilePath) Parameters Type Name Description System.String packageFilePath Returns Type Description IPackage Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IExternalPackageConverter.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IExternalPackageConverter.html", "title": "Interface IExternalPackageConverter", - "keywords": "Interface IExternalPackageConverter Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Packaging Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public interface IExternalPackageConverter Properties ConversionResult Declaration PackageConversionResult ConversionResult { get; } Property Value Type Description PackageConversionResult Methods ConvertPackage(IConversionContext, ExternalPackageConversionInfo) Converts a package from another application/system into a package that can be processed by Trados Studio. Details to be specified are: The path of the package to be converted The path for the converted package Ability to run analysis to generate report Tm settings used for updating existing TMs Declaration void ConvertPackage(IConversionContext context, ExternalPackageConversionInfo externalPackageConversionInfo) Parameters Type Name Description IConversionContext context Context under which the conversion will take place. ExternalPackageConversionInfo externalPackageConversionInfo .The conversion details ConvertReturnPackage(IConversionContext, ExternalPackageConversionInfo) Converts a Trados Studio return package into a return package that can be processed by the original application/system. Declaration void ConvertReturnPackage(IConversionContext context, ExternalPackageConversionInfo externalPackageConversionInfo) Parameters Type Name Description IConversionContext context Context under which the conversion will take place. ExternalPackageConversionInfo externalPackageConversionInfo .The conversion details Events PackageConverted An event which can be subscribed to in order to get progress information Declaration event EventHandler PackageConverted Event Type Type Description EventHandler ConvertExternalPackageEventArgs PackageMessage An event which can be subscribed to in order to get various messages Declaration event EventHandler PackageMessage Event Type Type Description EventHandler PackageConverterMessageEventArgs Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IExternalPackageConverter Namespace : Sdl.TranslationStudioAutomation.IntegrationApi.Packaging Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public interface IExternalPackageConverter Properties ConversionResult Declaration PackageConversionResult ConversionResult { get; } Property Value Type Description PackageConversionResult Methods ConvertPackage(IConversionContext, ExternalPackageConversionInfo) Converts a package from another application/system into a package that can be processed by Trados Studio. Details to be specified are: The path of the package to be converted The path for the converted package Ability to run analysis to generate report Tm settings used for updating existing TMs Declaration void ConvertPackage(IConversionContext context, ExternalPackageConversionInfo externalPackageConversionInfo) Parameters Type Name Description IConversionContext context Context under which the conversion will take place. ExternalPackageConversionInfo externalPackageConversionInfo .The conversion details ConvertReturnPackage(IConversionContext, ExternalPackageConversionInfo) Converts a Trados Studio return package into a return package that can be processed by the original application/system. Declaration void ConvertReturnPackage(IConversionContext context, ExternalPackageConversionInfo externalPackageConversionInfo) Parameters Type Name Description IConversionContext context Context under which the conversion will take place. ExternalPackageConversionInfo externalPackageConversionInfo .The conversion details Events PackageConverted An event which can be subscribed to in order to get progress information Declaration event EventHandler PackageConverted Event Type Type Description System.EventHandler < ConvertExternalPackageEventArgs > PackageMessage An event which can be subscribed to in order to get various messages Declaration event EventHandler PackageMessage Event Type Type Description System.EventHandler < PackageConverterMessageEventArgs > Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.MessageLevel.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.MessageLevel.html", "title": "Enum MessageLevel", - "keywords": "Enum MessageLevel Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Packaging Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public enum MessageLevel Fields Name Description Error Information Warning" + "keywords": "Enum MessageLevel Namespace : Sdl.TranslationStudioAutomation.IntegrationApi.Packaging Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public enum MessageLevel Fields Name Description Error Information Warning Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.html", "title": "Class PackageConversionResult", - "keywords": "Class PackageConversionResult Inheritance object PackageConversionResult Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Packaging Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class PackageConversionResult Constructors PackageConversionResult() Declaration public PackageConversionResult() Properties RunAnalysis Declaration public bool RunAnalysis { get; set; } Property Value Type Description bool Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class PackageConversionResult Inheritance System.Object PackageConversionResult 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.Packaging Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class PackageConversionResult Constructors PackageConversionResult() Declaration public PackageConversionResult() Properties RunAnalysis Declaration public bool RunAnalysis { get; set; } Property Value Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.html", "title": "Class PackageConverterMessageEventArgs", - "keywords": "Class PackageConverterMessageEventArgs Inheritance object EventArgs PackageConverterMessageEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Packaging Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class PackageConverterMessageEventArgs : EventArgs Constructors PackageConverterMessageEventArgs(string, MessageLevel, string, Exception) Declaration public PackageConverterMessageEventArgs(string message, MessageLevel level, string source, Exception exception) Parameters Type Name Description string message MessageLevel level string source Exception exception Properties Exception Declaration public Exception Exception { get; } Property Value Type Description Exception Level Declaration public MessageLevel Level { get; } Property Value Type Description MessageLevel Message Declaration public string Message { get; } Property Value Type Description string Source Declaration public string Source { get; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class PackageConverterMessageEventArgs Inheritance System.Object System.EventArgs PackageConverterMessageEventArgs Inherited Members System.EventArgs.Empty 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.Packaging Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class PackageConverterMessageEventArgs : EventArgs Constructors PackageConverterMessageEventArgs(String, MessageLevel, String, Exception) Declaration public PackageConverterMessageEventArgs(string message, MessageLevel level, string source, Exception exception) Parameters Type Name Description System.String message MessageLevel level System.String source System.Exception exception Properties Exception Declaration public Exception Exception { get; } Property Value Type Description System.Exception Level Declaration public MessageLevel Level { get; } Property Value Type Description MessageLevel Message Declaration public string Message { get; } Property Value Type Description System.String Source Declaration public string Source { get; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.html", "title": "Class PackagingConstants", - "keywords": "Class PackagingConstants Inheritance object PackagingConstants Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Packaging Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class PackagingConstants Constructors PackagingConstants() Declaration public PackagingConstants() Fields OpenPackageProjectFilePath Declaration public const string OpenPackageProjectFilePath = \"ProjectFilePath\" Field Value Type Description string ReturnPackageComments Declaration public const string ReturnPackageComments = \"ReturnPackageComment\" Field Value Type Description string ReturnPackageDisableManualPackageHandover Declaration public const string ReturnPackageDisableManualPackageHandover = \"DisableManualPackageHandover\" Field Value Type Description string ReturnPackageTargetPackageFilePath Declaration public const string ReturnPackageTargetPackageFilePath = \"PackageTargetFilePath\" Field Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class PackagingConstants Inheritance System.Object PackagingConstants 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.Packaging Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class PackagingConstants Constructors PackagingConstants() Declaration public PackagingConstants() Fields OpenPackageProjectFilePath Declaration public const string OpenPackageProjectFilePath = \"ProjectFilePath\" Field Value Type Description System.String ReturnPackageComments Declaration public const string ReturnPackageComments = \"ReturnPackageComment\" Field Value Type Description System.String ReturnPackageDisableManualPackageHandover Declaration public const string ReturnPackageDisableManualPackageHandover = \"DisableManualPackageHandover\" Field Value Type Description System.String ReturnPackageTargetPackageFilePath Declaration public const string ReturnPackageTargetPackageFilePath = \"PackageTargetFilePath\" Field Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.html", @@ -5372,72 +5072,72 @@ "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html", "title": "Class TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation", - "keywords": "Class TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation The location of the context menu for the active document from the editor view. Inheritance object AbstractLocation TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Presentation DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation : AbstractLocation Constructors EditorDocumentContextMenuLocation() Declaration public EditorDocumentContextMenuLocation() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation The location of the context menu for the active document from the editor view. Inheritance System.Object AbstractLocation TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation Inherited Members AbstractLocation.ZIndex AbstractLocation.IsSeparator 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.Presentation.DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class EditorDocumentContextMenuLocation : AbstractLocation Constructors EditorDocumentContextMenuLocation() Declaration public EditorDocumentContextMenuLocation() Properties InsertAfter The name of the context menu item after which the current item should appear Declaration public override string InsertAfter { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertAfter InsertBefore The name of the context menu item before which the current item should appear Declaration public override string InsertBefore { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertBefore Path The path to the editor context menu location Declaration public override string Path { get; } Property Value Type Description System.String Overrides AbstractLocation.Path TargetAttributeType The target extension attribute type Declaration public override Type TargetAttributeType { get; } Property Value Type Description System.Type Overrides AbstractLocation.TargetAttributeType Remarks Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html", "title": "Class TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation", - "keywords": "Class TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation The location of the context menu for the active document from the editor view. Inheritance object AbstractLocation TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Presentation DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation : AbstractLocation Constructors EditorDocumentSpellcheckContextMenuLocation() Declaration public EditorDocumentSpellcheckContextMenuLocation() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation The location of the context menu for the active document from the editor view. Inheritance System.Object AbstractLocation TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation Inherited Members AbstractLocation.ZIndex AbstractLocation.IsSeparator 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.Presentation.DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class EditorDocumentSpellcheckContextMenuLocation : AbstractLocation Constructors EditorDocumentSpellcheckContextMenuLocation() Declaration public EditorDocumentSpellcheckContextMenuLocation() Properties InsertAfter The name of the context menu item after which the current item should appear Declaration public override string InsertAfter { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertAfter InsertBefore The name of the context menu item before which the current item should appear Declaration public override string InsertBefore { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertBefore Path The path to the editor context menu location Declaration public override string Path { get; } Property Value Type Description System.String Overrides AbstractLocation.Path TargetAttributeType The target extension attribute type Declaration public override Type TargetAttributeType { get; } Property Value Type Description System.Type Overrides AbstractLocation.TargetAttributeType Remarks Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.html", "title": "Class TranslationStudioDefaultContextMenus.FilesContextMenuLocation", - "keywords": "Class TranslationStudioDefaultContextMenus.FilesContextMenuLocation The location of the Files context menu from the Files View. Inheritance object AbstractLocation TranslationStudioDefaultContextMenus.FilesContextMenuLocation Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Presentation DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class TranslationStudioDefaultContextMenus.FilesContextMenuLocation : AbstractLocation Constructors FilesContextMenuLocation() Declaration public FilesContextMenuLocation() Properties InsertAfter The name of the context menu item after which the current item should appear Declaration public override string InsertAfter { get; } Property Value Type Description string Overrides Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertAfter InsertBefore The name of the context menu item before which the current item should appear Declaration public override string InsertBefore { get; } Property Value Type Description string Overrides Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertBefore Path The path to the editor context menu location Declaration public override string Path { get; } Property Value Type Description string Overrides Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.Path TargetAttributeType The target extension attribute type Declaration public override Type TargetAttributeType { get; } Property Value Type Description Type Overrides Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.TargetAttributeType Remarks Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TranslationStudioDefaultContextMenus.FilesContextMenuLocation The location of the Files context menu from the Files View. Inheritance System.Object AbstractLocation TranslationStudioDefaultContextMenus.FilesContextMenuLocation Inherited Members AbstractLocation.ZIndex AbstractLocation.IsSeparator 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.Presentation.DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class FilesContextMenuLocation : AbstractLocation Constructors FilesContextMenuLocation() Declaration public FilesContextMenuLocation() Properties InsertAfter The name of the context menu item after which the current item should appear Declaration public override string InsertAfter { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertAfter InsertBefore The name of the context menu item before which the current item should appear Declaration public override string InsertBefore { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertBefore Path The path to the editor context menu location Declaration public override string Path { get; } Property Value Type Description System.String Overrides AbstractLocation.Path TargetAttributeType The target extension attribute type Declaration public override Type TargetAttributeType { get; } Property Value Type Description System.Type Overrides AbstractLocation.TargetAttributeType Remarks Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.html", "title": "Class TranslationStudioDefaultContextMenus", - "keywords": "Class TranslationStudioDefaultContextMenus A class containing all the well known Translation Studio context menus Inheritance object StudioDefaultContextMenus TranslationStudioDefaultContextMenus Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Presentation DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TranslationStudioDefaultContextMenus : StudioDefaultContextMenus Constructors TranslationStudioDefaultContextMenus() Declaration public TranslationStudioDefaultContextMenus() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TranslationStudioDefaultContextMenus A class containing all the well known Translation Studio context menus Inheritance System.Object StudioDefaultContextMenus TranslationStudioDefaultContextMenus 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.Presentation.DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TranslationStudioDefaultContextMenus : StudioDefaultContextMenus Constructors TranslationStudioDefaultContextMenus() Declaration public TranslationStudioDefaultContextMenus() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.html", "title": "Class TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation", - "keywords": "Class TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation The location of the context menu for the projects from the projects view. Inheritance object AbstractLocation TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Presentation DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation : AbstractLocation Constructors ProjectsContextMenuLocation() Declaration public ProjectsContextMenuLocation() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation The location of the context menu for the projects from the projects view. Inheritance System.Object AbstractLocation TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation Inherited Members AbstractLocation.ZIndex AbstractLocation.IsSeparator 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.Presentation.DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class ProjectsContextMenuLocation : AbstractLocation Constructors ProjectsContextMenuLocation() Declaration public ProjectsContextMenuLocation() Properties InsertAfter The name of the context menu item after which the current item should appear Declaration public override string InsertAfter { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertAfter InsertBefore The name of the context menu item before which the current item should appear Declaration public override string InsertBefore { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertBefore Path The path to the editor context menu location Declaration public override string Path { get; } Property Value Type Description System.String Overrides AbstractLocation.Path TargetAttributeType The target extension attribute type Declaration public override Type TargetAttributeType { get; } Property Value Type Description System.Type Overrides AbstractLocation.TargetAttributeType Remarks Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups.html", "title": "Class TranslationStudioDefaultRibbonGroups", - "keywords": "Class TranslationStudioDefaultRibbonGroups A class containing all the well known Translation Studio extensible ribbon groups Inheritance object StudioDefaultRibbonGroups TranslationStudioDefaultRibbonGroups Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Presentation DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TranslationStudioDefaultRibbonGroups : StudioDefaultRibbonGroups Constructors TranslationStudioDefaultRibbonGroups() Declaration public TranslationStudioDefaultRibbonGroups() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TranslationStudioDefaultRibbonGroups A class containing all the well known Translation Studio extensible ribbon groups Inheritance System.Object StudioDefaultRibbonGroups TranslationStudioDefaultRibbonGroups 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.Presentation.DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TranslationStudioDefaultRibbonGroups : StudioDefaultRibbonGroups Constructors TranslationStudioDefaultRibbonGroups() Declaration public TranslationStudioDefaultRibbonGroups() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html", "title": "Class TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation", - "keywords": "Class TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation The location of the Advanced ribbon tab from the Editor View. Inheritance object AbstractLocation TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Presentation DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation : AbstractLocation Constructors EditorAdvancedRibbonTabLocation() Declaration public EditorAdvancedRibbonTabLocation() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation The location of the Advanced ribbon tab from the Editor View. Inheritance System.Object AbstractLocation TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation Inherited Members AbstractLocation.ZIndex AbstractLocation.IsSeparator 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.Presentation.DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class EditorAdvancedRibbonTabLocation : AbstractLocation Constructors EditorAdvancedRibbonTabLocation() Declaration public EditorAdvancedRibbonTabLocation() Properties InsertAfter The ribbon group which is after Declaration public override string InsertAfter { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertAfter InsertBefore The ribbon group which is before Declaration public override string InsertBefore { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertBefore Path The path to the home tab location Declaration public override string Path { get; } Property Value Type Description System.String Overrides AbstractLocation.Path TargetAttributeType The target extension attribute type Declaration public override Type TargetAttributeType { get; } Property Value Type Description System.Type Overrides AbstractLocation.TargetAttributeType Remarks Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html", "title": "Class TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation", - "keywords": "Class TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation The location of the Review ribbon tab from the Editor View. Inheritance object AbstractLocation TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Presentation DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation : AbstractLocation Constructors EditorReviewRibbonTabLocation() Declaration public EditorReviewRibbonTabLocation() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation The location of the Review ribbon tab from the Editor View. Inheritance System.Object AbstractLocation TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation Inherited Members AbstractLocation.ZIndex AbstractLocation.IsSeparator 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.Presentation.DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class EditorReviewRibbonTabLocation : AbstractLocation Constructors EditorReviewRibbonTabLocation() Declaration public EditorReviewRibbonTabLocation() Properties InsertAfter The ribbon group which is after Declaration public override string InsertAfter { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertAfter InsertBefore The ribbon group which is before Declaration public override string InsertBefore { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertBefore Path The path to the home tab location Declaration public override string Path { get; } Property Value Type Description System.String Overrides AbstractLocation.Path TargetAttributeType The target extension attribute type Declaration public override Type TargetAttributeType { get; } Property Value Type Description System.Type Overrides AbstractLocation.TargetAttributeType Remarks Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html", "title": "Class TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation", - "keywords": "Class TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation The location of the Home ribbon tab. Inheritance object AbstractLocation TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Presentation DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation : AbstractLocation Constructors HomeRibbonTabLocation() Declaration public HomeRibbonTabLocation() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation The location of the Home ribbon tab. Inheritance System.Object AbstractLocation TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation Inherited Members AbstractLocation.ZIndex AbstractLocation.IsSeparator 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.Presentation.DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class HomeRibbonTabLocation : AbstractLocation Constructors HomeRibbonTabLocation() Declaration public HomeRibbonTabLocation() Properties InsertAfter The ribbon group which is after Declaration public override string InsertAfter { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertAfter InsertBefore The ribbon group which is before Declaration public override string InsertBefore { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertBefore Path The path to the home tab location Declaration public override string Path { get; } Property Value Type Description System.String Overrides AbstractLocation.Path TargetAttributeType The target extension attribute type Declaration public override Type TargetAttributeType { get; } Property Value Type Description System.Type Overrides AbstractLocation.TargetAttributeType Remarks Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.html", "title": "Class TranslationStudioDefaultRibbonTabs", - "keywords": "Class TranslationStudioDefaultRibbonTabs A class containing all the well known Translation Studio extensible ribbon tab Inheritance object StudioDefaultRibbonTabs TranslationStudioDefaultRibbonTabs Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Presentation DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TranslationStudioDefaultRibbonTabs : StudioDefaultRibbonTabs Constructors TranslationStudioDefaultRibbonTabs() Declaration public TranslationStudioDefaultRibbonTabs() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TranslationStudioDefaultRibbonTabs A class containing all the well known Translation Studio extensible ribbon tab Inheritance System.Object StudioDefaultRibbonTabs TranslationStudioDefaultRibbonTabs 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.Presentation.DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TranslationStudioDefaultRibbonTabs : StudioDefaultRibbonTabs Constructors TranslationStudioDefaultRibbonTabs() Declaration public TranslationStudioDefaultRibbonTabs() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.html", "title": "Class TranslationStudioDefaultViews", - "keywords": "Class TranslationStudioDefaultViews A class containing all the well known Translation Studio view controller classes Inheritance object StudioDefaultViews TranslationStudioDefaultViews Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Presentation DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TranslationStudioDefaultViews : StudioDefaultViews Constructors TranslationStudioDefaultViews() Declaration public TranslationStudioDefaultViews() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TranslationStudioDefaultViews A class containing all the well known Translation Studio view controller classes Inheritance System.Object StudioDefaultViews TranslationStudioDefaultViews 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.Presentation.DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TranslationStudioDefaultViews : StudioDefaultViews Constructors TranslationStudioDefaultViews() Declaration public TranslationStudioDefaultViews() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.html", "title": "Class TranslationStudioDefaultViews.TradosStudioViewsLocation", - "keywords": "Class TranslationStudioDefaultViews.TradosStudioViewsLocation Defines the general Studio location where the plugin views can be integrated. Inheritance object AbstractLocation TranslationStudioDefaultViews.TradosStudioViewsLocation Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Presentation DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class TranslationStudioDefaultViews.TradosStudioViewsLocation : AbstractLocation Constructors TradosStudioViewsLocation() Declaration public TradosStudioViewsLocation() Properties TargetAttributeType Define the Declaration public override Type TargetAttributeType { get; } Property Value Type Description Type Overrides Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.TargetAttributeType Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TranslationStudioDefaultViews.TradosStudioViewsLocation Defines the general Studio location where the plugin views can be integrated. Inheritance System.Object AbstractLocation TranslationStudioDefaultViews.TradosStudioViewsLocation Inherited Members AbstractLocation.ZIndex AbstractLocation.IsSeparator 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.Presentation.DefaultLocations Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class TradosStudioViewsLocation : AbstractLocation Constructors TradosStudioViewsLocation() Declaration public TradosStudioViewsLocation() Properties InsertAfter Get the location after which this location should be set. Declaration public override string InsertAfter { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertAfter InsertBefore Get the location before which this location should be set. Declaration public override string InsertBefore { get; } Property Value Type Description System.String Overrides AbstractLocation.InsertBefore Path Gets the path of the location Declaration public override string Path { get; } Property Value Type Description System.String Overrides AbstractLocation.Path TargetAttributeType Define the Declaration public override Type TargetAttributeType { get; } Property Value Type Description System.Type Overrides AbstractLocation.TargetAttributeType Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorReviewLayoutConfiguration.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorReviewLayoutConfiguration.html", "title": "Class EditorReviewLayoutConfiguration", - "keywords": "Class EditorReviewLayoutConfiguration Defines the layout target configuration for the editor view in review mode Inheritance object AbstractLayoutConfiguration EditorReviewLayoutConfiguration Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Presentation Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class EditorReviewLayoutConfiguration : AbstractLayoutConfiguration Constructors EditorReviewLayoutConfiguration() Initialize the default class instance Declaration public EditorReviewLayoutConfiguration() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class EditorReviewLayoutConfiguration Defines the layout target configuration for the editor view in review mode Inheritance System.Object AbstractLayoutConfiguration EditorReviewLayoutConfiguration Inherited Members AbstractLayoutConfiguration.Id 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.Presentation Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class EditorReviewLayoutConfiguration : AbstractLayoutConfiguration Constructors EditorReviewLayoutConfiguration() Initialize the default class instance Declaration public EditorReviewLayoutConfiguration() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration.html", "title": "Class EditorSignoffLayoutConfiguration", - "keywords": "Class EditorSignoffLayoutConfiguration Defines the layout target configuration for the editor view in signoff mode Inheritance object AbstractLayoutConfiguration EditorSignoffLayoutConfiguration Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Presentation Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class EditorSignoffLayoutConfiguration : AbstractLayoutConfiguration Constructors EditorSignoffLayoutConfiguration() Initialize the default class instance Declaration public EditorSignoffLayoutConfiguration() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class EditorSignoffLayoutConfiguration Defines the layout target configuration for the editor view in signoff mode Inheritance System.Object AbstractLayoutConfiguration EditorSignoffLayoutConfiguration Inherited Members AbstractLayoutConfiguration.Id 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.Presentation Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class EditorSignoffLayoutConfiguration : AbstractLayoutConfiguration Constructors EditorSignoffLayoutConfiguration() Initialize the default class instance Declaration public EditorSignoffLayoutConfiguration() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.html", @@ -5447,47 +5147,47 @@ "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.html", "title": "Class ProjectsController", - "keywords": "Class ProjectsController Implement the controller for the projects view and provide access to common project operations. Inheritance object AbstractController AbstractViewController AbstractBindedController ProjectsController Implements IDisposable IBindedController Inherited Members AbstractBindedController.Activate() AbstractBindedController.GetExplorerBarControl() AbstractBindedController.GetContentControl() AbstractBindedController.Invoke(Delegate) AbstractBindedController.BeginInvoke(Delegate) AbstractBindedController.View AbstractBindedController.InvokeRequired AbstractViewController.Refresh() AbstractViewController.Dispose() AbstractViewController.Dispose(bool) AbstractViewController.Context AbstractViewController.ActivationChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindController(\"ProjectsView\")] public class ProjectsController : AbstractBindedController, IDisposable, IBindedController Constructors ProjectsController(IStudioWindow, IProjectManagementService, IProjectsViewService) Declaration public ProjectsController(IStudioWindow studioWindow, IProjectManagementService projectManagementService, IProjectsViewService projectsViewService) Parameters Type Name Description Sdl.Desktop.Platform.IStudioWindow studioWindow Sdl.TranslationStudio.Api.ProjectManagement.IProjectManagementService projectManagementService Sdl.TranslationStudio.Api.ProjectManagement.IProjectsViewService projectsViewService Properties CurrentProject Gets the current project. Declaration public FileBasedProject CurrentProject { get; } Property Value Type Description FileBasedProject SelectedProjects Gets or sets the selected projects. Declaration public IEnumerable SelectedProjects { get; set; } Property Value Type Description IEnumerable FileBasedProject Methods ActivateProject(IProject) Open and activate the specified project Declaration public void ActivateProject(IProject project) Parameters Type Name Description IProject project The studio project to open and activate Add(IEnumerable) Add the projects for the specified files in the projects list Declaration public IEnumerable Add(IEnumerable projectsFilePaths) Parameters Type Name Description IEnumerable string projectsFilePaths The physical paths to the project files. Returns Type Description IEnumerable FileBasedProject An enumerable collection with the projects successfully opened. Remarks It only opens the specified projects inside the projects view list. Add(string) Add the project for the specified file in the projects list Declaration public FileBasedProject Add(string projectFilePath) Parameters Type Name Description string projectFilePath The physical paths to the project files. Returns Type Description FileBasedProject The project if successfully opened or null if the opening fails. Remarks It only opens the specified projects inside the projects view list. Close(FileBasedProject) Close the specified project. Declaration public void Close(FileBasedProject project) Parameters Type Name Description FileBasedProject project The project to be closed. Close(IEnumerable) Close all the specified projects. Declaration public void Close(IEnumerable projects) Parameters Type Name Description IEnumerable FileBasedProject projects Enumeration containg all the projects that should be closed. GetAllProjects() Get all the projects Declaration public IEnumerable GetAllProjects() Returns Type Description IEnumerable FileBasedProject An enumerable collection containing all the projects. GetProjectTemplates() Gets all the available project templates. Declaration public IEnumerable GetProjectTemplates() Returns Type Description IEnumerable ProjectTemplateInfo Anm enumerable collection containing all the project templates. GetProjects() Get the view visible projects Declaration public IEnumerable GetProjects() Returns Type Description IEnumerable FileBasedProject An enumerable collection containing the visible projects Initialize(IViewContext) Initialize the project controller. Declaration protected override void Initialize(IViewContext context) Parameters Type Name Description IViewContext context The context in which the project controller is initialized. Overrides AbstractViewController.Initialize(IViewContext) Open(FileBasedProject) Open and activate the specified project Declaration public void Open(FileBasedProject project) Parameters Type Name Description FileBasedProject project The studio project to open and activate RefreshProjects() Refreshes the list of projects. Declaration public void RefreshProjects() Events CurrentProjectChanged Triggered when the current project is changed. Declaration public event EventHandler CurrentProjectChanged Event Type Type Description EventHandler CurrentProjectChanging2 Triggered when current project is changing. CurrentProjectCancelEventArgs has a property with the new current project. Declaration public event EventHandler CurrentProjectChanging2 Event Type Type Description EventHandler CurrentProjectCancelEventArgs ProjectsChanged Triggered when the list of visible projects is changed. Declaration public event EventHandler ProjectsChanged Event Type Type Description EventHandler SelectedProjectsChanged Triggered when the selected projects are changed. Declaration public event EventHandler SelectedProjectsChanged Event Type Type Description EventHandler Implements IDisposable IBindedController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ProjectsController Implement the controller for the projects view and provide access to common project operations. Inheritance System.Object AbstractController AbstractViewController AbstractBindedController ProjectsController Implements System.IDisposable IBindedController Inherited Members AbstractBindedController.Activate() AbstractBindedController.GetExplorerBarControl() AbstractBindedController.GetContentControl() AbstractBindedController.Invoke(Delegate) AbstractBindedController.BeginInvoke(Delegate) AbstractBindedController.View AbstractBindedController.InvokeRequired AbstractViewController.Refresh() AbstractViewController.Dispose() AbstractViewController.Dispose(Boolean) AbstractViewController.Context AbstractViewController.ActivationChanged 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindController(\"ProjectsView\")] public class ProjectsController : AbstractBindedController, IDisposable, IBindedController Constructors ProjectsController(IStudioWindow, IProjectManagementService, IProjectsViewService) Declaration public ProjectsController(IStudioWindow studioWindow, IProjectManagementService projectManagementService, IProjectsViewService projectsViewService) Parameters Type Name Description Sdl.Desktop.Platform.IStudioWindow studioWindow Sdl.TranslationStudio.Api.ProjectManagement.IProjectManagementService projectManagementService Sdl.TranslationStudio.Api.ProjectManagement.IProjectsViewService projectsViewService Properties CurrentProject Gets the current project. Declaration public FileBasedProject CurrentProject { get; } Property Value Type Description FileBasedProject SelectedProjects Gets or sets the selected projects. Declaration public IEnumerable SelectedProjects { get; set; } Property Value Type Description System.Collections.Generic.IEnumerable < FileBasedProject > Methods ActivateProject(IProject) Open and activate the specified project Declaration public void ActivateProject(IProject project) Parameters Type Name Description IProject project The studio project to open and activate Add(IEnumerable) Add the projects for the specified files in the projects list Declaration public IEnumerable Add(IEnumerable projectsFilePaths) Parameters Type Name Description System.Collections.Generic.IEnumerable < System.String > projectsFilePaths The physical paths to the project files. Returns Type Description System.Collections.Generic.IEnumerable < FileBasedProject > An enumerable collection with the projects successfully opened. Remarks It only opens the specified projects inside the projects view list. Add(String) Add the project for the specified file in the projects list Declaration public FileBasedProject Add(string projectFilePath) Parameters Type Name Description System.String projectFilePath The physical paths to the project files. Returns Type Description FileBasedProject The project if successfully opened or null if the opening fails. Remarks It only opens the specified projects inside the projects view list. Close(FileBasedProject) Close the specified project. Declaration public void Close(FileBasedProject project) Parameters Type Name Description FileBasedProject project The project to be closed. Close(IEnumerable) Close all the specified projects. Declaration public void Close(IEnumerable projects) Parameters Type Name Description System.Collections.Generic.IEnumerable < FileBasedProject > projects Enumeration containg all the projects that should be closed. GetAllProjects() Get all the projects Declaration public IEnumerable GetAllProjects() Returns Type Description System.Collections.Generic.IEnumerable < FileBasedProject > An enumerable collection containing all the projects. GetProjects() Get the view visible projects Declaration public IEnumerable GetProjects() Returns Type Description System.Collections.Generic.IEnumerable < FileBasedProject > An enumerable collection containing the visible projects GetProjectTemplates() Gets all the available project templates. Declaration public IEnumerable GetProjectTemplates() Returns Type Description System.Collections.Generic.IEnumerable < ProjectTemplateInfo > Anm enumerable collection containing all the project templates. Initialize(IViewContext) Initialize the project controller. Declaration protected override void Initialize(IViewContext context) Parameters Type Name Description IViewContext context The context in which the project controller is initialized. Overrides AbstractViewController.Initialize(IViewContext) Open(FileBasedProject) Open and activate the specified project Declaration public void Open(FileBasedProject project) Parameters Type Name Description FileBasedProject project The studio project to open and activate RefreshProjects() Refreshes the list of projects. Declaration public void RefreshProjects() Events CurrentProjectChanged Triggered when the current project is changed. Declaration public event EventHandler CurrentProjectChanged Event Type Type Description System.EventHandler CurrentProjectChanging2 Triggered when current project is changing. CurrentProjectCancelEventArgs has a property with the new current project. Declaration public event EventHandler CurrentProjectChanging2 Event Type Type Description System.EventHandler < CurrentProjectCancelEventArgs > ProjectsChanged Triggered when the list of visible projects is changed. Declaration public event EventHandler ProjectsChanged Event Type Type Description System.EventHandler SelectedProjectsChanged Triggered when the selected projects are changed. Declaration public event EventHandler SelectedProjectsChanged Event Type Type Description System.EventHandler Implements System.IDisposable IBindedController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.html", "title": "Class ReportsViewController", - "keywords": "Class ReportsViewController Inheritance object AbstractController AbstractViewController AbstractBindedController ReportsViewController Implements IDisposable IBindedController Inherited Members AbstractBindedController.Activate() AbstractBindedController.GetExplorerBarControl() AbstractBindedController.GetContentControl() AbstractBindedController.Invoke(Delegate) AbstractBindedController.BeginInvoke(Delegate) AbstractBindedController.View AbstractBindedController.InvokeRequired AbstractViewController.Refresh() AbstractViewController.Dispose() AbstractViewController.Dispose(bool) AbstractViewController.Context AbstractViewController.ActivationChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindController(\"ReportsView\")] public class ReportsViewController : AbstractBindedController, IDisposable, IBindedController Constructors ReportsViewController(IStudioWindow) Declaration public ReportsViewController(IStudioWindow studioWindow) Parameters Type Name Description Sdl.Desktop.Platform.IStudioWindow studioWindow Methods Initialize(IViewContext) Called only once when the controller is initialized Declaration protected override void Initialize(IViewContext context) Parameters Type Name Description IViewContext context The context in which the view is initialized. Overrides AbstractViewController.Initialize(IViewContext) Implements IDisposable IBindedController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class ReportsViewController Inheritance System.Object AbstractController AbstractViewController AbstractBindedController ReportsViewController Implements System.IDisposable IBindedController Inherited Members AbstractBindedController.Activate() AbstractBindedController.GetExplorerBarControl() AbstractBindedController.GetContentControl() AbstractBindedController.Invoke(Delegate) AbstractBindedController.BeginInvoke(Delegate) AbstractBindedController.View AbstractBindedController.InvokeRequired AbstractViewController.Refresh() AbstractViewController.Dispose() AbstractViewController.Dispose(Boolean) AbstractViewController.Context AbstractViewController.ActivationChanged 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindController(\"ReportsView\")] public class ReportsViewController : AbstractBindedController, IDisposable, IBindedController Constructors ReportsViewController(IStudioWindow) Declaration public ReportsViewController(IStudioWindow studioWindow) Parameters Type Name Description Sdl.Desktop.Platform.IStudioWindow studioWindow Methods Initialize(IViewContext) Declaration protected override void Initialize(IViewContext context) Parameters Type Name Description IViewContext context Overrides AbstractViewController.Initialize(IViewContext) Implements System.IDisposable IBindedController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SdlTradosStudio.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SdlTradosStudio.html", "title": "Class SdlTradosStudio", - "keywords": "Class SdlTradosStudio Trados Studio application implementation Inheritance object ApplicationHost SdlTradosStudioApplication SdlTradosStudio Inherited Members ApplicationHost.Application object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class SdlTradosStudio : ApplicationHost Constructors SdlTradosStudio() Declaration public SdlTradosStudio() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SdlTradosStudio Trados Studio application implementation Inheritance System.Object ApplicationHost < SdlTradosStudioApplication > SdlTradosStudio Inherited Members ApplicationHost.Application 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public sealed class SdlTradosStudio : ApplicationHost Constructors SdlTradosStudio() Declaration public SdlTradosStudio() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SegmentOperations.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SegmentOperations.html", "title": "Class SegmentOperations", - "keywords": "Class SegmentOperations Inheritance object SegmentOperations Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public static class SegmentOperations Methods GetEditDistanceAsync(ISegment, ISegment, CultureCode, EditDistanceComputeParams) Declaration public static Task GetEditDistanceAsync(ISegment original, ISegment updated, CultureCode cultureCode, EditDistanceComputeParams computeParams) Parameters Type Name Description ISegment original ISegment updated CultureCode cultureCode EditDistanceComputeParams computeParams Returns Type Description Task EditDistance GetWordCountAsync(ISegment, CultureCode) Declaration public static Task GetWordCountAsync(ISegment segment, CultureCode cultureCode) Parameters Type Name Description ISegment segment CultureCode cultureCode Returns Type Description Task WordCounts" + "keywords": "Class SegmentOperations Inheritance System.Object SegmentOperations 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public static class SegmentOperations Methods GetEditDistanceAsync(ISegment, ISegment, CultureCode, EditDistanceComputeParams) Declaration public static Task GetEditDistanceAsync(ISegment original, ISegment updated, CultureCode cultureCode, EditDistanceComputeParams computeParams) Parameters Type Name Description ISegment original ISegment updated Sdl.Core.Globalization.CultureCode cultureCode EditDistanceComputeParams computeParams Returns Type Description System.Threading.Tasks.Task < EditDistance > GetWordCountAsync(ISegment, CultureCode) Declaration public static Task GetWordCountAsync(ISegment segment, CultureCode cultureCode) Parameters Type Name Description ISegment segment Sdl.Core.Globalization.CultureCode cultureCode Returns Type Description System.Threading.Tasks.Task < WordCounts >" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SourceSelection.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SourceSelection.html", "title": "Class SourceSelection", - "keywords": "Class SourceSelection Implements the source document selection Inheritance object AbstractContentSelection SourceSelection Inherited Members AbstractContentSelection.ToString() AbstractContentSelection.Collapse(bool) AbstractContentSelection.IsEmpty AbstractContentSelection.IsValid AbstractContentSelection.IsReversed AbstractContentSelection.From AbstractContentSelection.UpTo AbstractContentSelection.Changed object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class SourceSelection : AbstractContentSelection Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class SourceSelection Implements the source document selection Inheritance System.Object AbstractContentSelection SourceSelection Inherited Members AbstractContentSelection.ToString() AbstractContentSelection.Collapse(Boolean) AbstractContentSelection.IsEmpty AbstractContentSelection.IsValid AbstractContentSelection.IsReversed AbstractContentSelection.From AbstractContentSelection.UpTo AbstractContentSelection.Changed 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class SourceSelection : AbstractContentSelection Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.html", "title": "Class StudioAutomationIntegrationAPIModule", - "keywords": "Class StudioAutomationIntegrationAPIModule Inheritance object StudioAutomationIntegrationAPIModule Implements Sdl.Platform.Interfaces.DI.IModule Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class StudioAutomationIntegrationAPIModule : IModule Constructors StudioAutomationIntegrationAPIModule() Declaration public StudioAutomationIntegrationAPIModule() Methods Initialize(IContainer) Declaration public void Initialize(IContainer container) Parameters Type Name Description Sdl.Platform.Interfaces.DI.IContainer container MinimumAPIFunctionality(IContainer) Declaration public void MinimumAPIFunctionality(IContainer container) Parameters Type Name Description Sdl.Platform.Interfaces.DI.IContainer container StartServices(IContainer) Declaration public void StartServices(IContainer container) Parameters Type Name Description Sdl.Platform.Interfaces.DI.IContainer container Implements Sdl.Platform.Interfaces.DI.IModule Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class StudioAutomationIntegrationAPIModule Inheritance System.Object StudioAutomationIntegrationAPIModule Implements Sdl.Platform.Interfaces.DI.IModule 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class StudioAutomationIntegrationAPIModule Constructors StudioAutomationIntegrationAPIModule() Declaration public StudioAutomationIntegrationAPIModule() Methods Initialize(IContainer) Declaration public void Initialize(IContainer container) Parameters Type Name Description Sdl.Platform.Interfaces.DI.IContainer container MinimumAPIFunctionality(IContainer) Declaration public void MinimumAPIFunctionality(IContainer container) Parameters Type Name Description Sdl.Platform.Interfaces.DI.IContainer container StartServices(IContainer) Declaration public void StartServices(IContainer container) Parameters Type Name Description Sdl.Platform.Interfaces.DI.IContainer container Implements Sdl.Platform.Interfaces.DI.IModule Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.html", "title": "Class TargetSelection", - "keywords": "Class TargetSelection Implements the target document selection Inheritance object AbstractContentSelection TargetSelection Inherited Members AbstractContentSelection.ToString() AbstractContentSelection.Collapse(bool) AbstractContentSelection.IsEmpty AbstractContentSelection.IsValid AbstractContentSelection.IsReversed AbstractContentSelection.From AbstractContentSelection.UpTo AbstractContentSelection.Changed object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TargetSelection : AbstractContentSelection Methods Replace(IAbstractMarkupData, string) Replace the current selection with the markup data Declaration public void Replace(IAbstractMarkupData markupData, string operationName) Parameters Type Name Description IAbstractMarkupData markupData The markup data replacing the selection. string operationName The name of the operation related with the replace that will be used for undo operations. Replace(string, string) Replace the current selection with the specified text. Declaration public void Replace(string text, string operationName) Parameters Type Name Description string text The text replacing the selection. string operationName The name of the operation related with the replace that will be used for undo operations. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TargetSelection Implements the target document selection Inheritance System.Object AbstractContentSelection TargetSelection Inherited Members AbstractContentSelection.ToString() AbstractContentSelection.Collapse(Boolean) AbstractContentSelection.IsEmpty AbstractContentSelection.IsValid AbstractContentSelection.IsReversed AbstractContentSelection.From AbstractContentSelection.UpTo AbstractContentSelection.Changed 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax public class TargetSelection : AbstractContentSelection Methods Replace(IAbstractMarkupData, String) Replace the current selection with the markup data Declaration public void Replace(IAbstractMarkupData markupData, string operationName) Parameters Type Name Description IAbstractMarkupData markupData The markup data replacing the selection. System.String operationName The name of the operation related with the replace that will be used for undo operations. Replace(String, String) Replace the current selection with the specified text. Declaration public void Replace(string text, string operationName) Parameters Type Name Description System.String text The text replacing the selection. System.String operationName The name of the operation related with the replace that will be used for undo operations. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.html", "title": "Class TranslationMemoriesViewController", - "keywords": "Class TranslationMemoriesViewController Inheritance object AbstractController AbstractViewController AbstractBindedController TranslationMemoriesViewController Implements IDisposable IBindedController Inherited Members AbstractBindedController.Activate() AbstractBindedController.GetExplorerBarControl() AbstractBindedController.GetContentControl() AbstractBindedController.Invoke(Delegate) AbstractBindedController.BeginInvoke(Delegate) AbstractBindedController.View AbstractBindedController.InvokeRequired AbstractViewController.Refresh() AbstractViewController.Dispose() AbstractViewController.Dispose(bool) AbstractViewController.Context AbstractViewController.ActivationChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindController(\"TranslationMemoryManagerView\")] public class TranslationMemoriesViewController : AbstractBindedController, IDisposable, IBindedController Constructors TranslationMemoriesViewController(IStudioWindow) Declaration public TranslationMemoriesViewController(IStudioWindow studioWindow) Parameters Type Name Description Sdl.Desktop.Platform.IStudioWindow studioWindow Fields _tmManagementService Declaration protected ITranslationMemoryManagementService _tmManagementService Field Value Type Description Sdl.TranslationStudio.Api.TranslationMemoryManager.ITranslationMemoryManagementService Methods GetActiveTranslationUnit() Declaration public TranslationUnit GetActiveTranslationUnit() Returns Type Description TranslationUnit GetAllTranslationUnitsFromActivePage() Declaration public List GetAllTranslationUnitsFromActivePage() Returns Type Description List TranslationUnit GetTranslationMemoryManagementService() Declaration protected virtual ITranslationMemoryManagementService GetTranslationMemoryManagementService() Returns Type Description Sdl.TranslationStudio.Api.TranslationMemoryManager.ITranslationMemoryManagementService GetTranslationUnitsMarkedForDeletion() Declaration public List GetTranslationUnitsMarkedForDeletion() Returns Type Description List TranslationUnit Initialize(IViewContext) Called only once when the controller is initialized Declaration protected override void Initialize(IViewContext context) Parameters Type Name Description IViewContext context The context in which the view is initialized. Overrides AbstractViewController.Initialize(IViewContext) SelectRow(int) Declaration public bool SelectRow(int rowindex) Parameters Type Name Description int rowindex Returns Type Description bool SetActiveTranslationUnitSource(string) Sets the source content for the active translation unit. Declaration public void SetActiveTranslationUnitSource(string newText) Parameters Type Name Description string newText SetActiveTranslationUnitTarget(string) Sets the target content for the active translation unit. Declaration public void SetActiveTranslationUnitTarget(string newText) Parameters Type Name Description string newText Implements IDisposable IBindedController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class TranslationMemoriesViewController Inheritance System.Object AbstractController AbstractViewController AbstractBindedController TranslationMemoriesViewController Implements System.IDisposable IBindedController Inherited Members AbstractBindedController.Activate() AbstractBindedController.GetExplorerBarControl() AbstractBindedController.GetContentControl() AbstractBindedController.Invoke(Delegate) AbstractBindedController.BeginInvoke(Delegate) AbstractBindedController.View AbstractBindedController.InvokeRequired AbstractViewController.Refresh() AbstractViewController.Dispose() AbstractViewController.Dispose(Boolean) AbstractViewController.Context AbstractViewController.ActivationChanged 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindController(\"TranslationMemoryManagerView\")] public class TranslationMemoriesViewController : AbstractBindedController, IDisposable, IBindedController Constructors TranslationMemoriesViewController(IStudioWindow) Declaration public TranslationMemoriesViewController(IStudioWindow studioWindow) Parameters Type Name Description Sdl.Desktop.Platform.IStudioWindow studioWindow Fields _tmManagementService Declaration protected ITranslationMemoryManagementService _tmManagementService Field Value Type Description Sdl.TranslationStudio.Api.TranslationMemoryManager.ITranslationMemoryManagementService Methods GetActiveTranslationUnit() Declaration public TranslationUnit GetActiveTranslationUnit() Returns Type Description TranslationUnit GetAllTranslationUnitsFromActivePage() Declaration public List GetAllTranslationUnitsFromActivePage() Returns Type Description System.Collections.Generic.List < TranslationUnit > GetTranslationMemoryManagementService() Declaration protected virtual ITranslationMemoryManagementService GetTranslationMemoryManagementService() Returns Type Description Sdl.TranslationStudio.Api.TranslationMemoryManager.ITranslationMemoryManagementService GetTranslationUnitsMarkedForDeletion() Declaration public List GetTranslationUnitsMarkedForDeletion() Returns Type Description System.Collections.Generic.List < TranslationUnit > Initialize(IViewContext) Declaration protected override void Initialize(IViewContext context) Parameters Type Name Description IViewContext context Overrides AbstractViewController.Initialize(IViewContext) SelectRow(Int32) Declaration public bool SelectRow(int rowindex) Parameters Type Name Description System.Int32 rowindex Returns Type Description System.Boolean SetActiveTranslationUnitSource(String) Sets the source content for the active translation unit. Declaration public void SetActiveTranslationUnitSource(string newText) Parameters Type Name Description System.String newText SetActiveTranslationUnitTarget(String) Sets the target content for the active translation unit. Declaration public void SetActiveTranslationUnitTarget(string newText) Parameters Type Name Description System.String newText Implements System.IDisposable IBindedController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.html", "title": "Class WelcomeViewController", - "keywords": "Class WelcomeViewController Inheritance object AbstractController AbstractViewController AbstractBindedController WelcomeViewController Implements IDisposable IBindedController Inherited Members AbstractBindedController.Activate() AbstractBindedController.GetExplorerBarControl() AbstractBindedController.GetContentControl() AbstractBindedController.Invoke(Delegate) AbstractBindedController.BeginInvoke(Delegate) AbstractBindedController.View AbstractBindedController.InvokeRequired AbstractViewController.Refresh() AbstractViewController.Dispose() AbstractViewController.Dispose(bool) AbstractViewController.Context AbstractViewController.ActivationChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation IntegrationApi Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindController(\"SimpleStartView\")] public class WelcomeViewController : AbstractBindedController, IDisposable, IBindedController Constructors WelcomeViewController(IStudioWindow) Declaration public WelcomeViewController(IStudioWindow studioWindow) Parameters Type Name Description Sdl.Desktop.Platform.IStudioWindow studioWindow Methods Initialize(IViewContext) Called only once when the controller is initialized Declaration protected override void Initialize(IViewContext context) Parameters Type Name Description IViewContext context The context in which the view is initialized. Overrides AbstractViewController.Initialize(IViewContext) Implements IDisposable IBindedController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class WelcomeViewController Inheritance System.Object AbstractController AbstractViewController AbstractBindedController WelcomeViewController Implements System.IDisposable IBindedController Inherited Members AbstractBindedController.Activate() AbstractBindedController.GetExplorerBarControl() AbstractBindedController.GetContentControl() AbstractBindedController.Invoke(Delegate) AbstractBindedController.BeginInvoke(Delegate) AbstractBindedController.View AbstractBindedController.InvokeRequired AbstractViewController.Refresh() AbstractViewController.Dispose() AbstractViewController.Dispose(Boolean) AbstractViewController.Context AbstractViewController.ActivationChanged 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 Assembly : Sdl.TranslationStudioAutomation.IntegrationApi.dll Syntax [BindController(\"SimpleStartView\")] public class WelcomeViewController : AbstractBindedController, IDisposable, IBindedController Constructors WelcomeViewController(IStudioWindow) Declaration public WelcomeViewController(IStudioWindow studioWindow) Parameters Type Name Description Sdl.Desktop.Platform.IStudioWindow studioWindow Methods Initialize(IViewContext) Declaration protected override void Initialize(IViewContext context) Parameters Type Name Description IViewContext context Overrides AbstractViewController.Initialize(IViewContext) Implements System.IDisposable IBindedController Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.Licensing.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.Licensing.html", @@ -5497,27 +5197,27 @@ "api/integration/Sdl.TranslationStudioAutomation.Licensing.LicenseChecker.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.Licensing.LicenseChecker.html", "title": "Class LicenseChecker", - "keywords": "Class LicenseChecker Provides a simple API for external applications to query for the existence of a Trados Studio license. Inheritance object LicenseChecker Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation Licensing Assembly : Sdl.TranslationStudioAutomation.Licensing.dll Syntax public static class LicenseChecker Properties CurrentEdition Returns the currently licensed Studio edition. The product may have a time limited or trial license, but they are always based on a standard Studio edition. So for example the standard 30 day trial that ships with Studio is a Professional edition license, and so Professional would be returned here. Declaration public static StudioEdition CurrentEdition { get; } Property Value Type Description StudioEdition IsLicensed Returns true if the machine has a valid Trados Studio license. This can be any edition of Studio, including an unexpired trial. Declaration public static bool IsLicensed { get; } Property Value Type Description bool Methods IsFeatureLicensed(StudioFeature) Returns True if Studio is licensed and the license supports a particular feature Declaration public static bool IsFeatureLicensed(StudioFeature studioFeature) Parameters Type Name Description StudioFeature studioFeature The feature being tested for a valid license Returns Type Description bool True if this feature is licensed" + "keywords": "Class LicenseChecker Provides a simple API for external applications to query for the existence of a Trados Studio license. Inheritance System.Object LicenseChecker 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.Licensing Assembly : Sdl.TranslationStudioAutomation.Licensing.dll Syntax public static class LicenseChecker Properties CurrentEdition Returns the currently licensed Studio edition. The product may have a time limited or trial license, but they are always based on a standard Studio edition. So for example the standard 30 day trial that ships with Studio is a Professional edition license, and so Professional would be returned here. Declaration public static StudioEdition CurrentEdition { get; } Property Value Type Description StudioEdition IsLicensed Returns true if the machine has a valid Trados Studio license. This can be any edition of Studio, including an unexpired trial. Declaration public static bool IsLicensed { get; } Property Value Type Description System.Boolean Methods IsFeatureLicensed(StudioFeature) Returns True if Studio is licensed and the license supports a particular feature Declaration public static bool IsFeatureLicensed(StudioFeature studioFeature) Parameters Type Name Description StudioFeature studioFeature The feature being tested for a valid license Returns Type Description System.Boolean True if this feature is licensed" }, "api/integration/Sdl.TranslationStudioAutomation.Licensing.LicenseManager.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.Licensing.LicenseManager.html", "title": "Class LicenseManager", - "keywords": "Class LicenseManager Provides a simple API for external applications to release a Trados Studio license. Inheritance object LicenseManager Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.TranslationStudioAutomation Licensing Assembly : Sdl.TranslationStudioAutomation.Licensing.dll Syntax public class LicenseManager Constructors LicenseManager() Declaration public LicenseManager() Methods ReleaseLicense() Releases the currently active Trados Studio license this needs to be called when the application is closing. It will deactivate the license and release it back to the license server. Declaration public static void ReleaseLicense() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class LicenseManager Provides a simple API for external applications to release a Trados Studio license. Inheritance System.Object LicenseManager 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.Licensing Assembly : Sdl.TranslationStudioAutomation.Licensing.dll Syntax public class LicenseManager Constructors LicenseManager() Declaration public LicenseManager() Methods ReleaseLicense() Releases the currently active Trados Studio license this needs to be called when the application is closing. It will deactivate the license and release it back to the license server. Declaration public static void ReleaseLicense() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.TranslationStudioAutomation.Licensing.StudioEdition.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.Licensing.StudioEdition.html", "title": "Enum StudioEdition", - "keywords": "Enum StudioEdition Standard Studio license editions Namespace : Sdl Sdl.TranslationStudioAutomation Licensing Assembly : Sdl.TranslationStudioAutomation.Licensing.dll Syntax public enum StudioEdition Fields Name Description Express Express edition Freelance Freelance edition None No edition Professional Professional edition Starter Starter edition Subscription Subscription Unknown Unknown edition. If no known edition (so edition number does not map to a known value) WorkGroup WorkGroup edition" + "keywords": "Enum StudioEdition Standard Studio license editions Namespace : Sdl.TranslationStudioAutomation.Licensing Assembly : Sdl.TranslationStudioAutomation.Licensing.dll Syntax public enum StudioEdition Fields Name Description Express Express edition Freelance Freelance edition None No edition Professional Professional edition Starter Starter edition Subscription Subscription Unknown Unknown edition. If no known edition (so edition number does not map to a known value) WorkGroup WorkGroup edition Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.TranslationStudioAutomation.Licensing.StudioFeature.html": { "href": "api/integration/Sdl.TranslationStudioAutomation.Licensing.StudioFeature.html", "title": "Enum StudioFeature", - "keywords": "Enum StudioFeature Studio features supported by this API Namespace : Sdl Sdl.TranslationStudioAutomation Licensing Assembly : Sdl.TranslationStudioAutomation.Licensing.dll Syntax public enum StudioFeature Fields Name Description AllowSupportingApplications External applications that use some functionality of Trados Studio can check for this license feature, in order to only run or provide particular functionality if this feature is available. For instance several App Store applications will not run unless this feature is licensed." + "keywords": "Enum StudioFeature Studio features supported by this API Namespace : Sdl.TranslationStudioAutomation.Licensing Assembly : Sdl.TranslationStudioAutomation.Licensing.dll Syntax public enum StudioFeature Fields Name Description AllowSupportingApplications External applications that use some functionality of Trados Studio can check for this license feature, in order to only run or provide particular functionality if this feature is available. For instance several App Store applications will not run unless this feature is licensed. Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Action)" }, "api/integration/Sdl.Versioning.Company.html": { "href": "api/integration/Sdl.Versioning.Company.html", "title": "Class Company", - "keywords": "Class Company As part of rebranding the company name and folders change, the details of each companies locations are here. Inheritance object Company Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Versioning Assembly : Sdl.Versioning.dll Syntax public class Company Constructors Company(string, string, string, string, string) Declaration public Company(string name, string folder, string reg, string exe, string product) Parameters Type Name Description string name string folder string reg string exe string product Properties BaseProductName The company specific name of the main product of the product. Declaration public string BaseProductName { get; set; } Property Value Type Description string ExeName The company specific name of the main executable of the product. Declaration public string ExeName { get; set; } Property Value Type Description string InstallFolder The template that is used to populate the installation path for the company. Declaration public string InstallFolder { get; set; } Property Value Type Description string Name The name of the company which is also used in paths. Declaration public string Name { get; set; } Property Value Type Description string RegistryPath The template that is used to populate the registry path for the company. Declaration public string RegistryPath { get; set; } Property Value Type Description string Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class Company As part of rebranding the company name and folders change, the details of each companies locations are here. Inheritance System.Object Company 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.Versioning Assembly : Sdl.Versioning.dll Syntax public class Company Constructors Company(String, String, String, String, String) Declaration public Company(string name, string folder, string reg, string exe, string product) Parameters Type Name Description System.String name System.String folder System.String reg System.String exe System.String product Properties BaseProductName The company specific name of the main product of the product. Declaration public string BaseProductName { get; set; } Property Value Type Description System.String ExeName The company specific name of the main executable of the product. Declaration public string ExeName { get; set; } Property Value Type Description System.String InstallFolder The template that is used to populate the installation path for the company. Declaration public string InstallFolder { get; set; } Property Value Type Description System.String Name The name of the company which is also used in paths. Declaration public string Name { get; set; } Property Value Type Description System.String RegistryPath The template that is used to populate the registry path for the company. Declaration public string RegistryPath { get; set; } Property Value Type Description System.String Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Versioning.html": { "href": "api/integration/Sdl.Versioning.html", @@ -5527,377 +5227,377 @@ "api/integration/Sdl.Versioning.IStudioVersionService.html": { "href": "api/integration/Sdl.Versioning.IStudioVersionService.html", "title": "Interface IStudioVersionService", - "keywords": "Interface IStudioVersionService Abstraction used to obtain installation information for the current running Trados Studio instance Namespace : Sdl Versioning Assembly : Sdl.Versioning.dll Syntax public interface IStudioVersionService Methods GetInstalledStudioVersions() Returns a list of all installed Trados Studio versions Declaration List GetInstalledStudioVersions() Returns Type Description List StudioVersion GetStudioVersion() Returns information for the current Trados Studio installation Declaration StudioVersion GetStudioVersion() Returns Type Description StudioVersion StudioVersionSuported(Version, Version, Version) Returns true if the given version is supported or not Declaration bool StudioVersionSuported(Version minVersion, Version maxVersion, Version studioVersion) Parameters Type Name Description Version minVersion Version maxVersion Version studioVersion Returns Type Description bool Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Interface IStudioVersionService Abstraction used to obtain installation information for the current running Trados Studio instance Namespace : Sdl.Versioning Assembly : Sdl.Versioning.dll Syntax public interface IStudioVersionService Methods GetInstalledStudioVersions() Returns a list of all installed Trados Studio versions Declaration List GetInstalledStudioVersions() Returns Type Description System.Collections.Generic.List < StudioVersion > GetStudioVersion() Returns information for the current Trados Studio installation Declaration StudioVersion GetStudioVersion() Returns Type Description StudioVersion StudioVersionSuported(Version, Version, Version) Returns true if the given version is supported or not Declaration bool StudioVersionSuported(Version minVersion, Version maxVersion, Version studioVersion) Parameters Type Name Description System.Version minVersion System.Version maxVersion System.Version studioVersion Returns Type Description System.Boolean Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Versioning.StudioVersion.html": { "href": "api/integration/Sdl.Versioning.StudioVersion.html", "title": "Class StudioVersion", - "keywords": "Class StudioVersion This class hold details specific to a Studio version Inheritance object StudioVersion Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Versioning Assembly : Sdl.Versioning.dll Syntax public class StudioVersion Constructors StudioVersion() Declaration public StudioVersion() Properties BaseProductName The Name of the product with no qualifiers e.g. Trados Studio this is usually used as a neutral folder name Declaration public string BaseProductName { get; set; } Property Value Type Description string Company The publishing company of the Studio edition e.g. Sdl or Trados Declaration public string Company { get; set; } Property Value Type Description string Edition The current Studio edition e.g. blank or beta, nightly etc. Declaration public string Edition { get; set; } Property Value Type Description string ExecutableVersion The version of the Executable as a version type e.g. 16.0.0.1234 Declaration public Version ExecutableVersion { get; set; } Property Value Type Description Version InstallPath The installation location Declaration public string InstallPath { get; set; } Property Value Type Description string PluginPackagePath The version dependent part of the plugin package location e.g 15 or 16 or 16Beta Declaration public string PluginPackagePath { get; } Property Value Type Description string PluginUnpackPath The version dependent part of the plugin contents when unpacked location e.g 15 or 16 or 16Beta Declaration public string PluginUnpackPath { get; } Property Value Type Description string PublicVersion The public version e.g.\"Trados Studio 2022\" Declaration public string PublicVersion { get; set; } Property Value Type Description string ShortVersion The Studio short version e.g. 2021 Declaration public string ShortVersion { get; set; } Property Value Type Description string StudioDocumentsFolderName The Studio Documents folder name Declaration public string StudioDocumentsFolderName { get; set; } Property Value Type Description string Version The product version string e.g. studio16Beta Declaration public string Version { get; set; } Property Value Type Description string Methods ToString() Declaration public override string ToString() Returns Type Description string Overrides object.ToString() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class StudioVersion This class hold details specific to a Studio version Inheritance System.Object StudioVersion Inherited Members 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.Versioning Assembly : Sdl.Versioning.dll Syntax public class StudioVersion Constructors StudioVersion() Declaration public StudioVersion() Properties BaseProductName The Name of the product with no qualifiers e.g. Trados Studio this is usually used as a neutral folder name Declaration public string BaseProductName { get; set; } Property Value Type Description System.String Company The publishing company of the Studio edition e.g. Sdl or Trados Declaration public string Company { get; set; } Property Value Type Description System.String Edition The current Studio edition e.g. blank or beta, nightly etc. Declaration public string Edition { get; set; } Property Value Type Description System.String ExecutableVersion The version of the Executable as a version type e.g. 16.0.0.1234 Declaration public Version ExecutableVersion { get; set; } Property Value Type Description System.Version InstallPath The installation location Declaration public string InstallPath { get; set; } Property Value Type Description System.String PluginPackagePath The version dependent part of the plugin package location e.g 15 or 16 or 16Beta Declaration public string PluginPackagePath { get; } Property Value Type Description System.String PluginUnpackPath The version dependent part of the plugin contents when unpacked location e.g 15 or 16 or 16Beta Declaration public string PluginUnpackPath { get; } Property Value Type Description System.String PublicVersion The public version e.g.\"Trados Studio 2022\" Declaration public string PublicVersion { get; set; } Property Value Type Description System.String ShortVersion The Studio short version e.g. 2021 Declaration public string ShortVersion { get; set; } Property Value Type Description System.String StudioDocumentsFolderName The Studio Documents folder name Declaration public string StudioDocumentsFolderName { get; set; } Property Value Type Description System.String Version The product version string e.g. studio16Beta Declaration public string Version { get; set; } Property Value Type Description System.String Methods ToString() Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Versioning.StudioVersionService.html": { "href": "api/integration/Sdl.Versioning.StudioVersionService.html", "title": "Class StudioVersionService", - "keywords": "Class StudioVersionService Service used to obtain installation information for the current running Trados Studio instance Inheritance object StudioVersionService Implements IStudioVersionService Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Versioning Assembly : Sdl.Versioning.dll Syntax public class StudioVersionService : IStudioVersionService Constructors StudioVersionService() Declaration public StudioVersionService() Methods GetInstalledStudioVersions() Returns a list of all installed Trados Studio versions Declaration public List GetInstalledStudioVersions() Returns Type Description List StudioVersion GetStudioVersion() Returns information for the current Trados Studio installation Declaration public StudioVersion GetStudioVersion() Returns Type Description StudioVersion StudioVersionSuported(Version, Version, Version) Determines if given version is supported or not Declaration public bool StudioVersionSuported(Version minVersion, Version maxVersion, Version studioVersion) Parameters Type Name Description Version minVersion Version maxVersion Version studioVersion Returns Type Description bool True when the Studio version is within the given bounds Implements IStudioVersionService Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(object, Action)" + "keywords": "Class StudioVersionService Service used to obtain installation information for the current running Trados Studio instance Inheritance System.Object StudioVersionService Implements IStudioVersionService 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.Versioning Assembly : Sdl.Versioning.dll Syntax public class StudioVersionService : IStudioVersionService Constructors StudioVersionService() Declaration public StudioVersionService() Methods GetInstalledStudioVersions() Returns a list of all installed Trados Studio versions Declaration public List GetInstalledStudioVersions() Returns Type Description System.Collections.Generic.List < StudioVersion > GetStudioVersion() Returns information for the current Trados Studio installation Declaration public StudioVersion GetStudioVersion() Returns Type Description StudioVersion StudioVersionSuported(Version, Version, Version) Determines if given version is supported or not Declaration public bool StudioVersionSuported(Version minVersion, Version maxVersion, Version studioVersion) Parameters Type Name Description System.Version minVersion System.Version maxVersion System.Version studioVersion Returns Type Description System.Boolean True when the Studio version is within the given bounds Implements IStudioVersionService Extension Methods WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action)" }, "api/integration/Sdl.Versioning.VersionedPaths.html": { "href": "api/integration/Sdl.Versioning.VersionedPaths.html", "title": "Class VersionedPaths", - "keywords": "Class VersionedPaths Helper class with common settings locations. Inheritance object VersionedPaths Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Versioning Assembly : Sdl.Versioning.dll Syntax public static class VersionedPaths Properties CompanyAppDataPath Returns the company path to store settings in a roaming user folder. Settings shared between all company applications. e.g. C:\\Users*username*\\AppData\\Roaming\\SDL Declaration public static string CompanyAppDataPath { get; } Property Value Type Description string LocalUserAppDataPath Returns the path to store settings in a non roaming user folder. e.g. C:\\Users*username*\\AppData\\Local\\SDL\\SDL Trados Studio\\Studio16Beta Declaration public static string LocalUserAppDataPath { get; } Property Value Type Description string ProgramDataPath Returns the path to store settings in a per machine folder. e.g. C:\\ProgramData\\SDL\\SDL Trados Studio\\Studio16Beta Declaration public static string ProgramDataPath { get; } Property Value Type Description string RetailProgramDataPath Returns the path to store settings in a per machine folder that is fixed per edition e.g. C:\\ProgramData\\SDL\\SDL Trados Studio\\Studio16 (never beta etc) Declaration public static string RetailProgramDataPath { get; } Property Value Type Description string UnversionedUserAppDataPath Returns the unversioned path to store settings in a roaming user folder. Settings shared between versions can be stored here. e.g. C:\\Users*username*\\AppData\\Roaming\\SDL\\SDL Trados Studio Declaration public static string UnversionedUserAppDataPath { get; } Property Value Type Description string UserAppDataPath Returns the path to store settings in a roaming user folder. e.g. C:\\Users*username*\\AppData\\Roaming\\SDL\\SDL Trados Studio\\Studio16Beta Declaration public static string UserAppDataPath { get; } Property Value Type Description string UserAppDataRegistry Returns a Microsoft.Win32.RegistryKey in which to store per user settings e.g. HKEY_CURRENT_USER\\SOFTWARE\\SDL\\SDL Trados Studio\\Studio16Beta Declaration public static RegistryKey UserAppDataRegistry { get; } Property Value Type Description RegistryKey" + "keywords": "Class VersionedPaths Helper class with common settings locations. Inheritance System.Object VersionedPaths 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.Versioning Assembly : Sdl.Versioning.dll Syntax public static class VersionedPaths Properties CompanyAppDataPath Returns the company path to store settings in a roaming user folder. Settings shared between all company applications. e.g. C:\\Users*username*\\AppData\\Roaming\\SDL Declaration public static string CompanyAppDataPath { get; } Property Value Type Description System.String LocalUserAppDataPath Returns the path to store settings in a non roaming user folder. e.g. C:\\Users*username*\\AppData\\Local\\SDL\\SDL Trados Studio\\Studio16Beta Declaration public static string LocalUserAppDataPath { get; } Property Value Type Description System.String ProgramDataPath Returns the path to store settings in a per machine folder. e.g. C:\\ProgramData\\SDL\\SDL Trados Studio\\Studio16Beta Declaration public static string ProgramDataPath { get; } Property Value Type Description System.String RetailProgramDataPath Returns the path to store settings in a per machine folder that is fixed per edition e.g. C:\\ProgramData\\SDL\\SDL Trados Studio\\Studio16 (never beta etc) Declaration public static string RetailProgramDataPath { get; } Property Value Type Description System.String UnversionedUserAppDataPath Returns the unversioned path to store settings in a roaming user folder. Settings shared between versions can be stored here. e.g. C:\\Users*username*\\AppData\\Roaming\\SDL\\SDL Trados Studio Declaration public static string UnversionedUserAppDataPath { get; } Property Value Type Description System.String UserAppDataPath Returns the path to store settings in a roaming user folder. e.g. C:\\Users*username*\\AppData\\Roaming\\SDL\\SDL Trados Studio\\Studio16Beta Declaration public static string UserAppDataPath { get; } Property Value Type Description System.String UserAppDataRegistry Returns a Microsoft.Win32.RegistryKey in which to store per user settings e.g. HKEY_CURRENT_USER\\SOFTWARE\\SDL\\SDL Trados Studio\\Studio16Beta Declaration public static RegistryKey UserAppDataRegistry { get; } Property Value Type Description Microsoft.Win32.RegistryKey" }, "api/integration/Sdl.Versioning.Versions.html": { "href": "api/integration/Sdl.Versioning.Versions.html", "title": "Class Versions", - "keywords": "Class Versions This class defines Version specific constants for default items in studio. Inheritance object Versions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Versioning Assembly : Sdl.Versioning.dll Syntax public static class Versions Fields BaseProductIdentifier Declaration public const string BaseProductIdentifier = \"Studio18\" Field Value Type Description string BaseProductName Declaration public const string BaseProductName = \"Trados Studio\" Field Value Type Description string Companies Declaration public static readonly List Companies Field Value Type Description List Company Company Declaration public const string Company = \"Trados\" Field Value Type Description string CopyrightYear Declaration public const string CopyrightYear = \"2024\" Field Value Type Description string Edition Declaration public const string Edition = \"\" Field Value Type Description string KnownStudioVersions Returns a list mapping Studio Version Names with official Names Declaration public static readonly IReadOnlyDictionary KnownStudioVersions Field Value Type Description IReadOnlyDictionary string string LicensingVersion Declaration public const string LicensingVersion = \"2024\" Field Value Type Description string MajorVersion Declaration public const int MajorVersion = 18 Field Value Type Description int MarketingProductName Declaration public const string MarketingProductName = \"Trados Studio 2024\" Field Value Type Description string Product Declaration public const string Product = \"Studio\" Field Value Type Description string ProductHelpUrI Declaration public const string ProductHelpUrI = \"https://docs.rws.com/Trados_Studio_2024\" Field Value Type Description string ProductIdentifier Declaration public const string ProductIdentifier = \"Studio18\" Field Value Type Description string ProductName Declaration public const string ProductName = \"Trados Studio\" Field Value Type Description string ProductNameWithEdition Declaration public const string ProductNameWithEdition = \"Trados Studio {0}\" Field Value Type Description string ProductYear Declaration public const string ProductYear = \"2024\" Field Value Type Description string ProjectTemplatesVersionId Declaration public const string ProjectTemplatesVersionId = \"ProjectTemplates18\" Field Value Type Description string SamplesVersionId Declaration public const string SamplesVersionId = \"Samples18\" Field Value Type Description string ServicePackTag Declaration public const string ServicePackTag = \"\" Field Value Type Description string StudioDocumentsFolderName Declaration public const string StudioDocumentsFolderName = \"Studio 2024\" Field Value Type Description string Properties AssemblyName Returns the executable name without extension Declaration public static string AssemblyName { get; } Property Value Type Description string BaseProductDescription Returns the Product Description without edition Declaration public static string BaseProductDescription { get; } Property Value Type Description string Copyright Returns CopyRight text Declaration public static string Copyright { get; } Property Value Type Description string ProductDescription Returns the Product Description Declaration public static string ProductDescription { get; } Property Value Type Description string Methods GetBuildVersion() Returns the current build version Declaration public static string GetBuildVersion() Returns Type Description string" + "keywords": "Class Versions This class defines Version specific constants for default items in studio. Inheritance System.Object Versions 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.Versioning Assembly : Sdl.Versioning.dll Syntax public static class Versions Fields BaseProductIdentifier Declaration public const string BaseProductIdentifier = \"Studio18\" Field Value Type Description System.String BaseProductName Declaration public const string BaseProductName = \"Trados Studio\" Field Value Type Description System.String Companies Declaration public static readonly List Companies Field Value Type Description System.Collections.Generic.List < Company > Company Declaration public const string Company = \"Trados\" Field Value Type Description System.String CopyrightYear Declaration public const string CopyrightYear = \"2024\" Field Value Type Description System.String Edition Declaration public const string Edition = \"\" Field Value Type Description System.String KnownStudioVersions Returns a list mapping Studio Version Names with official Names Declaration public static readonly IReadOnlyDictionary KnownStudioVersions Field Value Type Description System.Collections.Generic.IReadOnlyDictionary < System.String , System.String > LicensingVersion Declaration public const string LicensingVersion = \"2024\" Field Value Type Description System.String MajorVersion Declaration public const int MajorVersion = 18 Field Value Type Description System.Int32 MarketingProductName Declaration public const string MarketingProductName = \"Trados Studio 2024\" Field Value Type Description System.String Product Declaration public const string Product = \"Studio\" Field Value Type Description System.String ProductHelpUrI Declaration public const string ProductHelpUrI = \"https://docs.rws.com/Trados_Studio_2024\" Field Value Type Description System.String ProductIdentifier Declaration public const string ProductIdentifier = \"Studio18\" Field Value Type Description System.String ProductName Declaration public const string ProductName = \"Trados Studio\" Field Value Type Description System.String ProductNameWithEdition Declaration public const string ProductNameWithEdition = \"Trados Studio {0}\" Field Value Type Description System.String ProductYear Declaration public const string ProductYear = \"2024\" Field Value Type Description System.String ProjectTemplatesVersionId Declaration public const string ProjectTemplatesVersionId = \"ProjectTemplates18\" Field Value Type Description System.String SamplesVersionId Declaration public const string SamplesVersionId = \"Samples18\" Field Value Type Description System.String ServicePackTag Declaration public const string ServicePackTag = \"\" Field Value Type Description System.String StudioDocumentsFolderName Declaration public const string StudioDocumentsFolderName = \"Studio 2024\" Field Value Type Description System.String Properties AssemblyName Returns the executable name without extension Declaration public static string AssemblyName { get; } Property Value Type Description System.String BaseProductDescription Returns the Product Description without edition Declaration public static string BaseProductDescription { get; } Property Value Type Description System.String Copyright Returns CopyRight text Declaration public static string Copyright { get; } Property Value Type Description System.String ProductDescription Returns the Product Description Declaration public static string ProductDescription { get; } Property Value Type Description System.String Methods GetBuildVersion() Returns the current build version Declaration public static string GetBuildVersion() Returns Type Description System.String" }, "api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisBand.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisBand.html", "title": "Class AnalysisBand", - "keywords": "Class AnalysisBand Represents a range of translation memory scores between a minimum and maximum match value used to categorize segments in translatable files according to the quality of translation memory match exist in the translation memory. Inheritance object AnalysisBand Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class AnalysisBand Constructors AnalysisBand() Declaration public AnalysisBand() Properties MaximumMatchValue Gets the maximum match value, which is a value between 0 and 99, equal or greater than MinimumMatchValue . Declaration public int MaximumMatchValue { get; } Property Value Type Description int MinimumMatchValue Gets the minimum match value, which is a value between 0 and 99, equal or smaller than MaximumMatchValue . Declaration public int MinimumMatchValue { get; } Property Value Type Description int See Also AnalysisStatistics" + "keywords": "Class AnalysisBand Represents a range of translation memory scores between a minimum and maximum match value used to categorize segments in translatable files according to the quality of translation memory match exist in the translation memory. Inheritance System.Object AnalysisBand 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class AnalysisBand Constructors AnalysisBand() Declaration public AnalysisBand() Properties MaximumMatchValue Gets the maximum match value, which is a value between 0 and 99, equal or greater than MinimumMatchValue . Declaration public int MaximumMatchValue { get; } Property Value Type Description System.Int32 MinimumMatchValue Gets the minimum match value, which is a value between 0 and 99, equal or smaller than MaximumMatchValue . Declaration public int MinimumMatchValue { get; } Property Value Type Description System.Int32 See Also AnalysisStatistics" }, "api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisStatistics.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisStatistics.html", "title": "Class AnalysisStatistics", - "keywords": "Class AnalysisStatistics This class represents analysis statistics for a section of content. Inheritance object WordCountStatistics AnalysisStatistics Inherited Members WordCountStatistics.Repetitions WordCountStatistics.Total WordCountStatistics.WordCountStatus object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class AnalysisStatistics : WordCountStatistics Constructors AnalysisStatistics() Declaration public AnalysisStatistics() Properties AnalysisStatus Gets the status of these statistics. Declaration public ValueStatus AnalysisStatus { get; } Property Value Type Description ValueStatus Exact Gets the statistics for the 100% analysis category. Declaration public CountData Exact { get; } Property Value Type Description CountData Fuzzy Gets an array of analysis bands containing statistics for the fuzzy analysis categories. Declaration public FuzzyCountData[] Fuzzy { get; } Property Value Type Description FuzzyCountData InContextExact Gets the statistics for the Context Match (either source or source-target context match) analysis category. Declaration public CountData InContextExact { get; } Property Value Type Description CountData New Gets the statistics for the new analysis category (a.k.a untranslated, no match). Declaration public CountData New { get; } Property Value Type Description CountData Perfect Gets the statistics for the PerfectMatch(TM) analysis category. Declaration public CountData Perfect { get; } Property Value Type Description CountData" + "keywords": "Class AnalysisStatistics This class represents analysis statistics for a section of content. Inheritance System.Object WordCountStatistics AnalysisStatistics Inherited Members WordCountStatistics.Repetitions WordCountStatistics.Total WordCountStatistics.WordCountStatus 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class AnalysisStatistics : WordCountStatistics Constructors AnalysisStatistics() Declaration public AnalysisStatistics() Properties AnalysisStatus Gets the status of these statistics. Declaration public ValueStatus AnalysisStatus { get; } Property Value Type Description ValueStatus Exact Gets the statistics for the 100% analysis category. Declaration public CountData Exact { get; } Property Value Type Description CountData Fuzzy Gets an array of analysis bands containing statistics for the fuzzy analysis categories. Declaration public FuzzyCountData[] Fuzzy { get; } Property Value Type Description FuzzyCountData [] InContextExact Gets the statistics for the Context Match (either source or source-target context match) analysis category. Declaration public CountData InContextExact { get; } Property Value Type Description CountData New Gets the statistics for the new analysis category (a.k.a untranslated, no match). Declaration public CountData New { get; } Property Value Type Description CountData Perfect Gets the statistics for the PerfectMatch(TM) analysis category. Declaration public CountData Perfect { get; } Property Value Type Description CountData" }, "api/projectautomation/Sdl.ProjectAutomation.Core.AutomaticTask.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.AutomaticTask.html", "title": "Class AutomaticTask", - "keywords": "Class AutomaticTask Represents an automatic task which is executing or has finished executing. Inheritance object Task AutomaticTask Inherited Members Task.Id Task.InputFiles Task.Status Task.Name object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class AutomaticTask : Task Remarks To execute an automatic task use RunAutomaticTask(Guid[], string) or one of the related methods. Constructors AutomaticTask() Declaration public AutomaticTask() Properties Messages Gets the messages generated by this task. Declaration public ExecutionMessage[] Messages { get; } Property Value Type Description ExecutionMessage OutputFiles Gets the output files this task has generated. These are the files that can be transferred into a subsequent automatic or manual task. These are usually the same files as the input files, but can be different: for instance in case of the Split task, the input files are the source language files, whereas the output files are the target language copies for all project target languages. This returns null , unless the automatic task has completed. Declaration public TaskFileInfo[] OutputFiles { get; } Property Value Type Description TaskFileInfo Reports Gets the reports that have been generated by this task. Declaration public TaskReport[] Reports { get; } Property Value Type Description TaskReport TemplateIds Gets the IDs of the automatic task templates that have been run. If a single automatic task has been run then this property will contain the one corresponding template. If a sequence of automatic tasks have been run together using FileBasedProject.RunAutomaticTasks, then more than one template ID may be listed here. This is because content processing tasks are grouped together in one Automatic Task for efficiency. Declaration public string[] TemplateIds { get; } Property Value Type Description string" + "keywords": "Class AutomaticTask Represents an automatic task which is executing or has finished executing. Inheritance System.Object Task AutomaticTask Inherited Members Task.Id Task.InputFiles Task.Status Task.Name 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class AutomaticTask : Task Remarks To execute an automatic task use RunAutomaticTask(Guid[], String) or one of the related methods. Constructors AutomaticTask() Declaration public AutomaticTask() Properties Messages Gets the messages generated by this task. Declaration public ExecutionMessage[] Messages { get; } Property Value Type Description ExecutionMessage [] OutputFiles Gets the output files this task has generated. These are the files that can be transferred into a subsequent automatic or manual task. These are usually the same files as the input files, but can be different: for instance in case of the Split task, the input files are the source language files, whereas the output files are the target language copies for all project target languages. This returns null , unless the automatic task has completed. Declaration public TaskFileInfo[] OutputFiles { get; } Property Value Type Description TaskFileInfo [] Reports Gets the reports that have been generated by this task. Declaration public TaskReport[] Reports { get; } Property Value Type Description TaskReport [] TemplateIds Gets the IDs of the automatic task templates that have been run. If a single automatic task has been run then this property will contain the one corresponding template. If a sequence of automatic tasks have been run together using FileBasedProject.RunAutomaticTasks, then more than one template ID may be listed here. This is because content processing tasks are grouped together in one Automatic Task for efficiency. Declaration public string[] TemplateIds { get; } Property Value Type Description System.String []" }, "api/projectautomation/Sdl.ProjectAutomation.Core.AutomaticTaskTemplateIds.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.AutomaticTaskTemplateIds.html", "title": "Class AutomaticTaskTemplateIds", - "keywords": "Class AutomaticTaskTemplateIds This class defines a set of well-known automatic task template IDs, which can be used to pass to RunAutomaticTask(Guid[], string) for running automatic tasks. Inheritance object AutomaticTaskTemplateIds Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public static class AutomaticTaskTemplateIds Fields AnalyzeFiles Performs an analysis of bilingual target-language files against the translation providers ( TranslationProviderConfiguration ). This task populates the analysis statistics of the input files ( AnalysisStatistics ) and creates an analysis report per target language, which can be accessed via Reports . Declaration public const string AnalyzeFiles = \"Sdl.ProjectApi.AutomaticTasks.Analysis\" Field Value Type Description string Remarks The settings for this task can be customized via the TranslationMemorySettings and AnalysisTaskSettings settings groups for the entire project, or for a specific language direction. This is a so-called content processing task, which means it operates on an SDLXLIFF file in a streaming manner and can be executed in parallel with other content-processing tasks. Running these together is more efficient, since they can share information like translation memory lookup results, so instead of having to perform a translation memory lookup for each task, only one lookup is required and those results are shared with all the tasks being executed in parallel. Reference ( Reference ) and localizable ( Localizable ) files are ignored. See Also AnalysisTaskSettings TranslationMemorySettings ConvertToTranslatableFormat Converts native source language files (e.g. *.doc) to bilingual source language SDLXLIFF files (e.g. *.doc.sdlxliff). This task can be run on native or bilingual source language files. Reference ( Reference ) and localizable ( Localizable ) files are ignored. This task does not generate a report. Declaration public const string ConvertToTranslatableFormat = \"Sdl.ProjectApi.AutomaticTasks.Conversion\" Field Value Type Description string Remarks This task has no customizable settings. CopyToTargetLanguages Creates target language versions of the input source files. The output files of this task are the newly created target language files. This task can only be run on source language files, including localizable ( Localizable ) and reference files ( Reference ). This task does not generate a report. Declaration public const string CopyToTargetLanguages = \"Sdl.ProjectApi.AutomaticTasks.Split\" Field Value Type Description string Remarks This task has no customizable settings. ExportFiles Exports specific versions of the input files to a given directory. If you want to generate the native target language versions for finalizing the project, use the GenerateTargetTranslations task instead. Declaration public const string ExportFiles = \"Sdl.ProjectApi.AutomaticTasks.GenerateTargetTranslation.ExportFiles\" Field Value Type Description string Remarks The settings for this task can be customized via the ExportFilesSettings settings group for the entire project only. Target language specific settings are ignored. This task supports any kind of input file, including localizable and reference files. ExportForBilingualReview Export the translation to a bilingual file for review Declaration public const string ExportForBilingualReview = \"Sdl.ProjectApi.AutomaticTasks.ExportForReview\" Field Value Type Description string GenerateTargetTranslations Generates the native target language versions of bilingual target language input files. The output files of this task are the native target language versions of the input files. If you just want to generate target language versions, but still want to continue working with the bilingual target language versions after that, use the ExportFiles task instead. Declaration public const string GenerateTargetTranslations = \"Sdl.ProjectApi.AutomaticTasks.GenerateTargetTranslation\" Field Value Type Description string Remarks Reference ( Reference ) and localizable ( Localizable ) files are ignored. This task does not generate a report. This task has no customizable settings. PerfectMatch Applys perfect matches translation of bilingual target files, based on the settings: PseudoTranslateSettings . Declaration public const string PerfectMatch = \"Sdl.ProjectApi.AutomaticTasks.PerfectMatch\" Field Value Type Description string PopulateProjectTranslationMemories This task creates or updates project translation memories with the relevant content of the main translation memories ( TranslationProviderConfiguration ) for the bilingual target language input files of the task. The project TM location can be accessed via the ProjectTranslationMemories property of an entry in the TranslationProviderConfiguration . Declaration public const string PopulateProjectTranslationMemories = \"Sdl.ProjectApi.AutomaticTasks.ProjectTm\" Field Value Type Description string Remarks This is a so-called content processing task, which means it operates on an SDLXLIFF file in a streaming manner and can be executed in parallel with other content-processing tasks. Running these together is more efficient, since they can share information like translation memory lookup results, so instead of having to perform a translation memory lookup for each task, only one lookup is required and those results are shared with all the tasks being executed in parallel. The settings for this task can be customized via the ProjectTranslationMemoryTaskSettings settings group for the entire project, or for a specific target language. Reference ( Reference ) and localizable ( Localizable ) files are ignored. This task does not generate a report. PreTranslateFiles Performs an automatic translation of bilingual target-language files using the configured translation providers ( TranslationProviderConfiguration ). This task updates the confirmation statistics of the files ( ConfirmationStatistics ) and generates a report per target language, which can be accessed via Reports . Declaration public const string PreTranslateFiles = \"Sdl.ProjectApi.AutomaticTasks.Translate\" Field Value Type Description string Remarks This is a so-called content processing task, which means it operates on an SDLXLIFF file in a streaming manner and can be executed in parallel with other content-processing tasks. Running these together is more efficient, since they can share information like translation memory lookup results, so instead of having to perform a translation memory lookup for each task, only one lookup is required and those results are shared with all the tasks being executed in parallel. The settings for this task can be customized via the TranslationMemorySettings and TranslateTaskSettings settings groups for the entire project, or for a specific language direction. Reference ( Reference ) and localizable ( Localizable ) files are ignored. See Also TranslateTaskSettings TranslationMemorySettings PseudoTranslateFiles Simulates translation of bilingual target files, based on the settings: PseudoTranslateSettings . Declaration public const string PseudoTranslateFiles = \"Sdl.ProjectApi.AutomaticTasks.PseudoTranslate\" Field Value Type Description string Remarks This is often used as part of a pseudo-translate round trip task sequence. One use of this sequence is so that engineers preparing a project can perform a dry run round trip to identify issues, for example with character encodings of the project target languages. See Sdl.ProjectAutomation.FileBased.TaskSequences.PseudoTranslateRoundTrip Scan Scans files and set their file role ( Role ) and file type ( FileTypeId ). You should run this task on newly added files in the project, before running any other tasks. This task can only be run on source language files. This task does not generate a report. Declaration public const string Scan = \"Sdl.ProjectApi.AutomaticTasks.Scan\" Field Value Type Description string Remarks This task has no customizable settings. TranslationCount Updates the confirmation level statistics of bilingual target language files. ( ConfirmationStatistics ). This task generates a translation count report which can be accessed via Reports . Declaration public const string TranslationCount = \"Sdl.ProjectApi.AutomaticTasks.TranslationCount\" Field Value Type Description string Remarks The settings for this task can be customized via the TranslationCountSettings settings group for the entire project, or for a specific target language. Reference ( Reference ) and localizable ( Localizable ) files are ignored. See Also TranslationCountSettings UpdateFromExternalReview Import the changes from the external review file Declaration public const string UpdateFromExternalReview = \"Sdl.ProjectApi.AutomaticTasks.ImportFromReview\" Field Value Type Description string UpdateMainTranslationMemories This task updates the relevant main translation providers with content from the bilingual target language input files. This task generates a main translation provider update report, which can be accessed via Reports . Declaration public const string UpdateMainTranslationMemories = \"Sdl.ProjectApi.AutomaticTasks.UpdateMasterTm\" Field Value Type Description string Remarks The settings for this task can be customized via the TranslationMemoryUpdateTaskSettings settings group for the entire project, or for a specific target language. Reference ( Reference ) and localizable ( Localizable ) files are ignored. See Also TranslationMemoryUpdateTaskSettings UpdateProjectTranslationMemories This task updates the relevant project translation memories with content from the bilingual target language input files. This task can be used for instance when the translation has been done offline and the project translation memories have not been updated interactively by the translators. This task generates a project translation memory update report, which can be accessed via Reports . Declaration public const string UpdateProjectTranslationMemories = \"Sdl.ProjectApi.AutomaticTasks.UpdateProjectTm\" Field Value Type Description string Remarks The settings for this task can be customized via the TranslationMemoryUpdateTaskSettings settings group for the entire project, or for a specific target language. Reference ( Reference ) and localizable ( Localizable ) files are ignored. See Also TranslationMemoryUpdateTaskSettings VerifyFiles Verifies the content of the bilingual target language files using all the configured verifiers. The messages generated by the verifiers are accessible through the Messages property. This task will fail if any of the verifiers generates an error message, but succeeds if only warning and information messages are reported. This task generates a verification report which can be accessed via Reports . Declaration public const string VerifyFiles = \"Sdl.ProjectApi.AutomaticTasks.Verification\" Field Value Type Description string Remarks Reference ( Reference ) and localizable ( Localizable ) files are ignored. WordCount Performs a word count on bilingual source or target language files. This task updates the word count statistics ( AnalysisStatistics ) part of the analysis statistics and does not perform lookups against translation providers. If you want to do a full translation provider analysis, use the AnalyzeFiles task instead. This task generates a word count report, which can be accessed via Reports . Declaration public const string WordCount = \"Sdl.ProjectApi.AutomaticTasks.WordCount\" Field Value Type Description string Remarks The settings for this task can be customized via the WordCountSettings settings group for the entire project, or for a specific target language. Reference ( Reference ) and localizable ( Localizable ) files are ignored. See Also WordCountSettings" + "keywords": "Class AutomaticTaskTemplateIds This class defines a set of well-known automatic task template IDs, which can be used to pass to RunAutomaticTask(Guid[], String) for running automatic tasks. Inheritance System.Object AutomaticTaskTemplateIds 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public static class AutomaticTaskTemplateIds Fields AnalyzeFiles Performs an analysis of bilingual target-language files against the translation providers ( TranslationProviderConfiguration ). This task populates the analysis statistics of the input files ( AnalysisStatistics ) and creates an analysis report per target language, which can be accessed via Reports . Declaration public const string AnalyzeFiles = \"Sdl.ProjectApi.AutomaticTasks.Analysis\" Field Value Type Description System.String Remarks The settings for this task can be customized via the TranslationMemorySettings and AnalysisTaskSettings settings groups for the entire project, or for a specific language direction. This is a so-called content processing task, which means it operates on an SDLXLIFF file in a streaming manner and can be executed in parallel with other content-processing tasks. Running these together is more efficient, since they can share information like translation memory lookup results, so instead of having to perform a translation memory lookup for each task, only one lookup is required and those results are shared with all the tasks being executed in parallel. Reference ( Reference ) and localizable ( Localizable ) files are ignored. See Also AnalysisTaskSettings TranslationMemorySettings ConvertToTranslatableFormat Converts native source language files (e.g. *.doc) to bilingual source language SDLXLIFF files (e.g. *.doc.sdlxliff). This task can be run on native or bilingual source language files. Reference ( Reference ) and localizable ( Localizable ) files are ignored. This task does not generate a report. Declaration public const string ConvertToTranslatableFormat = \"Sdl.ProjectApi.AutomaticTasks.Conversion\" Field Value Type Description System.String Remarks This task has no customizable settings. CopyToTargetLanguages Creates target language versions of the input source files. The output files of this task are the newly created target language files. This task can only be run on source language files, including localizable ( Localizable ) and reference files ( Reference ). This task does not generate a report. Declaration public const string CopyToTargetLanguages = \"Sdl.ProjectApi.AutomaticTasks.Split\" Field Value Type Description System.String Remarks This task has no customizable settings. ExportFiles Exports specific versions of the input files to a given directory. If you want to generate the native target language versions for finalizing the project, use the GenerateTargetTranslations task instead. Declaration public const string ExportFiles = \"Sdl.ProjectApi.AutomaticTasks.GenerateTargetTranslation.ExportFiles\" Field Value Type Description System.String Remarks The settings for this task can be customized via the ExportFilesSettings settings group for the entire project only. Target language specific settings are ignored. This task supports any kind of input file, including localizable and reference files. ExportForBilingualReview Export the translation to a bilingual file for review Declaration public const string ExportForBilingualReview = \"Sdl.ProjectApi.AutomaticTasks.ExportForReview\" Field Value Type Description System.String GenerateTargetTranslations Generates the native target language versions of bilingual target language input files. The output files of this task are the native target language versions of the input files. If you just want to generate target language versions, but still want to continue working with the bilingual target language versions after that, use the ExportFiles task instead. Declaration public const string GenerateTargetTranslations = \"Sdl.ProjectApi.AutomaticTasks.GenerateTargetTranslation\" Field Value Type Description System.String Remarks Reference ( Reference ) and localizable ( Localizable ) files are ignored. This task does not generate a report. This task has no customizable settings. PerfectMatch Applys perfect matches translation of bilingual target files, based on the settings: PseudoTranslateSettings . Declaration public const string PerfectMatch = \"Sdl.ProjectApi.AutomaticTasks.PerfectMatch\" Field Value Type Description System.String PopulateProjectTranslationMemories This task creates or updates project translation memories with the relevant content of the main translation memories ( TranslationProviderConfiguration ) for the bilingual target language input files of the task. The project TM location can be accessed via the ProjectTranslationMemories property of an entry in the TranslationProviderConfiguration . Declaration public const string PopulateProjectTranslationMemories = \"Sdl.ProjectApi.AutomaticTasks.ProjectTm\" Field Value Type Description System.String Remarks This is a so-called content processing task, which means it operates on an SDLXLIFF file in a streaming manner and can be executed in parallel with other content-processing tasks. Running these together is more efficient, since they can share information like translation memory lookup results, so instead of having to perform a translation memory lookup for each task, only one lookup is required and those results are shared with all the tasks being executed in parallel. The settings for this task can be customized via the ProjectTranslationMemoryTaskSettings settings group for the entire project, or for a specific target language. Reference ( Reference ) and localizable ( Localizable ) files are ignored. This task does not generate a report. PreTranslateFiles Performs an automatic translation of bilingual target-language files using the configured translation providers ( TranslationProviderConfiguration ). This task updates the confirmation statistics of the files ( ConfirmationStatistics ) and generates a report per target language, which can be accessed via Reports . Declaration public const string PreTranslateFiles = \"Sdl.ProjectApi.AutomaticTasks.Translate\" Field Value Type Description System.String Remarks This is a so-called content processing task, which means it operates on an SDLXLIFF file in a streaming manner and can be executed in parallel with other content-processing tasks. Running these together is more efficient, since they can share information like translation memory lookup results, so instead of having to perform a translation memory lookup for each task, only one lookup is required and those results are shared with all the tasks being executed in parallel. The settings for this task can be customized via the TranslationMemorySettings and TranslateTaskSettings settings groups for the entire project, or for a specific language direction. Reference ( Reference ) and localizable ( Localizable ) files are ignored. See Also TranslateTaskSettings TranslationMemorySettings PseudoTranslateFiles Simulates translation of bilingual target files, based on the settings: PseudoTranslateSettings . Declaration public const string PseudoTranslateFiles = \"Sdl.ProjectApi.AutomaticTasks.PseudoTranslate\" Field Value Type Description System.String Remarks This is often used as part of a pseudo-translate round trip task sequence. One use of this sequence is so that engineers preparing a project can perform a dry run round trip to identify issues, for example with character encodings of the project target languages. See Sdl.ProjectAutomation.FileBased.TaskSequences.PseudoTranslateRoundTrip Scan Scans files and set their file role ( Role ) and file type ( FileTypeId ). You should run this task on newly added files in the project, before running any other tasks. This task can only be run on source language files. This task does not generate a report. Declaration public const string Scan = \"Sdl.ProjectApi.AutomaticTasks.Scan\" Field Value Type Description System.String Remarks This task has no customizable settings. TranslationCount Updates the confirmation level statistics of bilingual target language files. ( ConfirmationStatistics ). This task generates a translation count report which can be accessed via Reports . Declaration public const string TranslationCount = \"Sdl.ProjectApi.AutomaticTasks.TranslationCount\" Field Value Type Description System.String Remarks The settings for this task can be customized via the TranslationCountSettings settings group for the entire project, or for a specific target language. Reference ( Reference ) and localizable ( Localizable ) files are ignored. See Also TranslationCountSettings UpdateFromExternalReview Import the changes from the external review file Declaration public const string UpdateFromExternalReview = \"Sdl.ProjectApi.AutomaticTasks.ImportFromReview\" Field Value Type Description System.String UpdateMainTranslationMemories This task updates the relevant main translation providers with content from the bilingual target language input files. This task generates a main translation provider update report, which can be accessed via Reports . Declaration public const string UpdateMainTranslationMemories = \"Sdl.ProjectApi.AutomaticTasks.UpdateMasterTm\" Field Value Type Description System.String Remarks The settings for this task can be customized via the TranslationMemoryUpdateTaskSettings settings group for the entire project, or for a specific target language. Reference ( Reference ) and localizable ( Localizable ) files are ignored. See Also TranslationMemoryUpdateTaskSettings UpdateProjectTranslationMemories This task updates the relevant project translation memories with content from the bilingual target language input files. This task can be used for instance when the translation has been done offline and the project translation memories have not been updated interactively by the translators. This task generates a project translation memory update report, which can be accessed via Reports . Declaration public const string UpdateProjectTranslationMemories = \"Sdl.ProjectApi.AutomaticTasks.UpdateProjectTm\" Field Value Type Description System.String Remarks The settings for this task can be customized via the TranslationMemoryUpdateTaskSettings settings group for the entire project, or for a specific target language. Reference ( Reference ) and localizable ( Localizable ) files are ignored. See Also TranslationMemoryUpdateTaskSettings VerifyFiles Verifies the content of the bilingual target language files using all the configured verifiers. The messages generated by the verifiers are accessible through the Messages property. This task will fail if any of the verifiers generates an error message, but succeeds if only warning and information messages are reported. This task generates a verification report which can be accessed via Reports . Declaration public const string VerifyFiles = \"Sdl.ProjectApi.AutomaticTasks.Verification\" Field Value Type Description System.String Remarks Reference ( Reference ) and localizable ( Localizable ) files are ignored. WordCount Performs a word count on bilingual source or target language files. This task updates the word count statistics ( AnalysisStatistics ) part of the analysis statistics and does not perform lookups against translation providers. If you want to do a full translation provider analysis, use the AnalyzeFiles task instead. This task generates a word count report, which can be accessed via Reports . Declaration public const string WordCount = \"Sdl.ProjectApi.AutomaticTasks.WordCount\" Field Value Type Description System.String Remarks The settings for this task can be customized via the WordCountSettings settings group for the entire project, or for a specific target language. Reference ( Reference ) and localizable ( Localizable ) files are ignored. See Also WordCountSettings" }, "api/projectautomation/Sdl.ProjectAutomation.Core.BilingualFileMapping.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.BilingualFileMapping.html", "title": "Class BilingualFileMapping", - "keywords": "Class BilingualFileMapping This hold the mapping between a file in the project and a previously translated version in a particular language Inheritance object BilingualFileMapping Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class BilingualFileMapping Constructors BilingualFileMapping() Empty constructor Declaration public BilingualFileMapping() BilingualFileMapping(Guid, Language, string) Constructor Declaration public BilingualFileMapping(Guid fileId, Language language, string bilingualFilePath) Parameters Type Name Description Guid fileId If of the original file to map Language language language of the file to map string bilingualFilePath path to the bilingual reference file Properties BilingualFilePath Path to the bilingual reference file Declaration public string BilingualFilePath { get; set; } Property Value Type Description string FileId Id of the project file to map Declaration public Guid FileId { get; set; } Property Value Type Description Guid Language Target language of the Bilingual file to map Declaration public Language Language { get; set; } Property Value Type Description Language" + "keywords": "Class BilingualFileMapping This hold the mapping between a file in the project and a previously translated version in a particular language Inheritance System.Object BilingualFileMapping 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class BilingualFileMapping Constructors BilingualFileMapping() Empty constructor Declaration public BilingualFileMapping() BilingualFileMapping(Guid, Language, String) Constructor Declaration public BilingualFileMapping(Guid fileId, Language language, string bilingualFilePath) Parameters Type Name Description System.Guid fileId If of the original file to map Language language language of the file to map System.String bilingualFilePath path to the bilingual reference file Properties BilingualFilePath Path to the bilingual reference file Declaration public string BilingualFilePath { get; set; } Property Value Type Description System.String FileId Id of the project file to map Declaration public Guid FileId { get; set; } Property Value Type Description System.Guid Language Target language of the Bilingual file to map Declaration public Language Language { get; set; } Property Value Type Description Language" }, "api/projectautomation/Sdl.ProjectAutomation.Core.CombinedConfirmationLevel.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.CombinedConfirmationLevel.html", "title": "Enum CombinedConfirmationLevel", - "keywords": "Enum CombinedConfirmationLevel Represents a combined confirmation level value, which indicates where a file or set of files is in the project life-cycle. See CombinedConfirmationLevel . Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum CombinedConfirmationLevel Fields Name Description ApprovedSignOff All segments in the file have ApprovedSignOff confirmation level. The value of PercentComplete is 100 . ApprovedTranslation All segments in the file have ApprovedTranslation or ApprovedSignOff confirmation level, but at least one segment has ApprovedTranslation confirmation level. The value of PercentComplete is 100 . InReview No segments are Unspecified or Draft and at least one segment is RejectedTranslation or ApprovedTranslation . The value of PercentComplete is (Total - (Unspecified+Draft+Translated)) / Total . InSignOff All segments in the file have Approved Translation, Approved SignOff or Rejected SignOff confirmation level, but at least one segment has Approved Translation confirmation level. The value of PercentComplete is (Total-(RejectedSignOff+ApprovedSignOff))/Total . InTranslation There is at least one Unspecified or Draft segment. The value of PercentComplete is (Total - (Unspecified+Draft)) / Total . RejectedSignOff All segments in the file have ApprovedSignOff or RejectedSignOff confirmation level, but at least one segment has RejectedSignOff confirmation level. The value of PercentComplete is (RejectedSignOff)/Total . RejectedTranslation No segments are Unspecified , Draft or Translated and at least one segment is RejectedTranslation . The value of PercentComplete is (RejectedTranslation+RejectedSignOff)/Total . Translated No segments are Unspecified or Draft and at least one segment is Translated . The value of PercentComplete is 100 . Unspecified All segments within the file have confirmation level Unspecified . The value of PercentComplete is 0 ." + "keywords": "Enum CombinedConfirmationLevel Represents a combined confirmation level value, which indicates where a file or set of files is in the project life-cycle. See CombinedConfirmationLevel . Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum CombinedConfirmationLevel Fields Name Description ApprovedSignOff All segments in the file have ApprovedSignOff confirmation level. The value of PercentComplete is 100 . ApprovedTranslation All segments in the file have ApprovedTranslation or ApprovedSignOff confirmation level, but at least one segment has ApprovedTranslation confirmation level. The value of PercentComplete is 100 . InReview No segments are Unspecified or Draft and at least one segment is RejectedTranslation or ApprovedTranslation . The value of PercentComplete is (Total - (Unspecified+Draft+Translated)) / Total . InSignOff All segments in the file have Approved Translation, Approved SignOff or Rejected SignOff confirmation level, but at least one segment has Approved Translation confirmation level. The value of PercentComplete is (Total-(RejectedSignOff+ApprovedSignOff))/Total . InTranslation There is at least one Unspecified or Draft segment. The value of PercentComplete is (Total - (Unspecified+Draft)) / Total . RejectedSignOff All segments in the file have ApprovedSignOff or RejectedSignOff confirmation level, but at least one segment has RejectedSignOff confirmation level. The value of PercentComplete is (RejectedSignOff)/Total . RejectedTranslation No segments are Unspecified , Draft or Translated and at least one segment is RejectedTranslation . The value of PercentComplete is (RejectedTranslation+RejectedSignOff)/Total . Translated No segments are Unspecified or Draft and at least one segment is Translated . The value of PercentComplete is 100 . Unspecified All segments within the file have confirmation level Unspecified . The value of PercentComplete is 0 ." }, "api/projectautomation/Sdl.ProjectAutomation.Core.CommonFileExtensions.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.CommonFileExtensions.html", "title": "Class CommonFileExtensions", - "keywords": "Class CommonFileExtensions Inheritance object CommonFileExtensions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public static class CommonFileExtensions Properties ProjectFileExtension File extension for project files. Declaration public static string ProjectFileExtension { get; } Property Value Type Description string ProjectPackageFileExtension Extension for project packages. Declaration public static string ProjectPackageFileExtension { get; } Property Value Type Description string ReturnPackageFileExtension Extension for return packages. Declaration public static string ReturnPackageFileExtension { get; } Property Value Type Description string TemplateFileExtension File extension for template files. Declaration public static string TemplateFileExtension { get; } Property Value Type Description string" + "keywords": "Class CommonFileExtensions Inheritance System.Object CommonFileExtensions 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public static class CommonFileExtensions Properties ProjectFileExtension File extension for project files. Declaration public static string ProjectFileExtension { get; } Property Value Type Description System.String ProjectPackageFileExtension Extension for project packages. Declaration public static string ProjectPackageFileExtension { get; } Property Value Type Description System.String ReturnPackageFileExtension Extension for return packages. Declaration public static string ReturnPackageFileExtension { get; } Property Value Type Description System.String TemplateFileExtension File extension for template files. Declaration public static string TemplateFileExtension { get; } Property Value Type Description System.String" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ConfirmationStatistics.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ConfirmationStatistics.html", "title": "Class ConfirmationStatistics", - "keywords": "Class ConfirmationStatistics This class represents confirmation statistics for a single target language file or for all the target language files in a given project target language. Inheritance object ConfirmationStatistics Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ConfirmationStatistics Constructors ConfirmationStatistics() Declaration public ConfirmationStatistics() Properties CombinedConfirmationLevel Gets a combined confirmation level value, which indicates where the content represented by this statistics object is in the project life-cycle. Declaration public CombinedConfirmationLevel CombinedConfirmationLevel { get; } Property Value Type Description CombinedConfirmationLevel this[ConfirmationLevel] Gets the confirmation statistics for the specified confirmation level. Declaration public CountData this[ConfirmationLevel confirmationLevel] { get; } Parameters Type Name Description ConfirmationLevel confirmationLevel The confirmation level. Property Value Type Description CountData A CountData object that represents how many segments, words, characters, placeables and tags have the specified confirmation level. PercentComplete Gets a percentage value for how far the content represented by this statistics object is in the current stage of the project life-cycle. This is only relevant if CombinedConfirmationLevel returns InTranslation , InReview or InSignOff . Declaration public int PercentComplete { get; } Property Value Type Description int Status Gets the status of the statistics. Declaration public ValueStatus Status { get; } Property Value Type Description ValueStatus Total Gets the sum of statistics for all confirmation levels. Declaration public CountData Total { get; } Property Value Type Description CountData" + "keywords": "Class ConfirmationStatistics This class represents confirmation statistics for a single target language file or for all the target language files in a given project target language. Inheritance System.Object ConfirmationStatistics 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ConfirmationStatistics Constructors ConfirmationStatistics() Declaration public ConfirmationStatistics() Properties CombinedConfirmationLevel Gets a combined confirmation level value, which indicates where the content represented by this statistics object is in the project life-cycle. Declaration public CombinedConfirmationLevel CombinedConfirmationLevel { get; } Property Value Type Description CombinedConfirmationLevel Item[ConfirmationLevel] Gets the confirmation statistics for the specified confirmation level. Declaration public CountData this[ConfirmationLevel confirmationLevel] { get; } Parameters Type Name Description ConfirmationLevel confirmationLevel The confirmation level. Property Value Type Description CountData A CountData object that represents how many segments, words, characters, placeables and tags have the specified confirmation level. PercentComplete Gets a percentage value for how far the content represented by this statistics object is in the current stage of the project life-cycle. This is only relevant if CombinedConfirmationLevel returns InTranslation , InReview or InSignOff . Declaration public int PercentComplete { get; } Property Value Type Description System.Int32 Status Gets the status of the statistics. Declaration public ValueStatus Status { get; } Property Value Type Description ValueStatus Total Gets the sum of statistics for all confirmation levels. Declaration public CountData Total { get; } Property Value Type Description CountData" }, "api/projectautomation/Sdl.ProjectAutomation.Core.CountData.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.CountData.html", "title": "Class CountData", - "keywords": "Class CountData Represents various summary statistics about a piece of content. Inheritance object CountData FuzzyCountData Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class CountData Constructors CountData() Declaration public CountData() Properties Characters Gets the number of characters. Declaration public int Characters { get; } Property Value Type Description int Placeables Gets the number of placeables. Declaration public int Placeables { get; } Property Value Type Description int Segments Gets the number of segments Declaration public int Segments { get; } Property Value Type Description int Tags Gets the number of tags. Declaration public int Tags { get; } Property Value Type Description int Words Gets the number of words. Declaration public int Words { get; } Property Value Type Description int Methods Create(int, int, int, int, int) Create CountData object with data Declaration public static CountData Create(int words, int segments, int characters, int placeables, int tags) Parameters Type Name Description int words number of words int segments number of segments int characters number of characters int placeables number of placeables int tags number of tags Returns Type Description CountData Increment(CountData) Adds the this count data by the another count data Declaration public void Increment(CountData toIncrement) Parameters Type Name Description CountData toIncrement the count data to add Increment(int, int, int, int, int) Increments the corresponding count data Declaration public void Increment(int words, int segments, int characters, int placeables, int tags) Parameters Type Name Description int words number of words int segments number of segments int characters number of characters int placeables number of placeables int tags number of tags" + "keywords": "Class CountData Represents various summary statistics about a piece of content. Inheritance System.Object CountData FuzzyCountData 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class CountData Constructors CountData() Declaration public CountData() Properties Characters Gets the number of characters. Declaration public int Characters { get; } Property Value Type Description System.Int32 Placeables Gets the number of placeables. Declaration public int Placeables { get; } Property Value Type Description System.Int32 Segments Gets the number of segments Declaration public int Segments { get; } Property Value Type Description System.Int32 Tags Gets the number of tags. Declaration public int Tags { get; } Property Value Type Description System.Int32 Words Gets the number of words. Declaration public int Words { get; } Property Value Type Description System.Int32 Methods Create(Int32, Int32, Int32, Int32, Int32) Create CountData object with data Declaration public static CountData Create(int words, int segments, int characters, int placeables, int tags) Parameters Type Name Description System.Int32 words number of words System.Int32 segments number of segments System.Int32 characters number of characters System.Int32 placeables number of placeables System.Int32 tags number of tags Returns Type Description CountData Increment(CountData) Adds the this count data by the another count data Declaration public void Increment(CountData toIncrement) Parameters Type Name Description CountData toIncrement the count data to add Increment(Int32, Int32, Int32, Int32, Int32) Increments the corresponding count data Declaration public void Increment(int words, int segments, int characters, int placeables, int tags) Parameters Type Name Description System.Int32 words number of words System.Int32 segments number of segments System.Int32 characters number of characters System.Int32 placeables number of placeables System.Int32 tags number of tags" }, "api/projectautomation/Sdl.ProjectAutomation.Core.DataTransferEventArgs.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.DataTransferEventArgs.html", "title": "Class DataTransferEventArgs", - "keywords": "Class DataTransferEventArgs Used for tracking progess of file uploads/downloads to and from a project server Inheritance object EventArgs CancelEventArgs DataTransferEventArgs Inherited Members CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class DataTransferEventArgs : CancelEventArgs Constructors DataTransferEventArgs() Declaration public DataTransferEventArgs() Properties BytesTransferred Declaration public long BytesTransferred { get; set; } Property Value Type Description long FileBytesTransferred Number of bytes currently transfered Declaration public long FileBytesTransferred { get; set; } Property Value Type Description long FileTotalBytes Total number of bytes in the file Declaration public long FileTotalBytes { get; set; } Property Value Type Description long Filename File being uploaded/downloaded Declaration public string Filename { get; set; } Property Value Type Description string TotalBytes Declaration public long TotalBytes { get; set; } Property Value Type Description long" + "keywords": "Class DataTransferEventArgs Used for tracking progess of file uploads/downloads to and from a project server Inheritance System.Object DataTransferEventArgs Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class DataTransferEventArgs : CancelEventArgs Constructors DataTransferEventArgs() Declaration public DataTransferEventArgs() Properties BytesTransferred Declaration public long BytesTransferred { get; set; } Property Value Type Description System.Int64 FileBytesTransferred Number of bytes currently transfered Declaration public long FileBytesTransferred { get; set; } Property Value Type Description System.Int64 Filename File being uploaded/downloaded Declaration public string Filename { get; set; } Property Value Type Description System.String FileTotalBytes Total number of bytes in the file Declaration public long FileTotalBytes { get; set; } Property Value Type Description System.Int64 TotalBytes Declaration public long TotalBytes { get; set; } Property Value Type Description System.Int64" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ExecutionMessage.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ExecutionMessage.html", "title": "Class ExecutionMessage", - "keywords": "Class ExecutionMessage Represents a message generated while executing an automatic task (see Messages ) or performing a package-related operation (see Messages ). The message may be relevant to the entire process or to a specific file (see ProjectFileId ). Inheritance object ExecutionMessage Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ExecutionMessage Constructors ExecutionMessage() Declaration public ExecutionMessage() Properties Exception Gets the exception that caused the message to be reported. This might not always be available, depending on the type of exception. Declaration public Exception Exception { get; } Property Value Type Description Exception Level Gets the severity level of the message. Declaration public MessageLevel Level { get; } Property Value Type Description MessageLevel Message Gets the message text. Declaration public string Message { get; } Property Value Type Description string ProjectFileId Gets the project file to which this message is relevant. This returns null if the message is not file-specific. Declaration public Guid? ProjectFileId { get; } Property Value Type Description Guid ProjectFileName Gets the project file name to which this message is relevant. This returns null if the message is not file-specific. Declaration public string ProjectFileName { get; } Property Value Type Description string Source Gets a friendly name for the component that generated the message. Declaration public string Source { get; } Property Value Type Description string" + "keywords": "Class ExecutionMessage Represents a message generated while executing an automatic task (see Messages ) or performing a package-related operation (see Messages ). The message may be relevant to the entire process or to a specific file (see ProjectFileId ). Inheritance System.Object ExecutionMessage 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ExecutionMessage Constructors ExecutionMessage() Declaration public ExecutionMessage() Properties Exception Gets the exception that caused the message to be reported. This might not always be available, depending on the type of exception. Declaration public Exception Exception { get; } Property Value Type Description System.Exception Level Gets the severity level of the message. Declaration public MessageLevel Level { get; } Property Value Type Description MessageLevel Message Gets the message text. Declaration public string Message { get; } Property Value Type Description System.String ProjectFileId Gets the project file to which this message is relevant. This returns null if the message is not file-specific. Declaration public Guid? ProjectFileId { get; } Property Value Type Description System.Nullable < System.Guid > ProjectFileName Gets the project file name to which this message is relevant. This returns null if the message is not file-specific. Declaration public string ProjectFileName { get; } Property Value Type Description System.String Source Gets a friendly name for the component that generated the message. Declaration public string Source { get; } Property Value Type Description System.String" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ExtensionMethods.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ExtensionMethods.html", "title": "Class ExtensionMethods", - "keywords": "Class ExtensionMethods Useful extension methods Inheritance object ExtensionMethods Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public static class ExtensionMethods Methods GetIds(IEnumerable) Returns an array of project file IDs from an IEnumerable of ProjectFiles Declaration public static Guid[] GetIds(this IEnumerable projectFiles) Parameters Type Name Description IEnumerable ProjectFile projectFiles The project files for which to get the IDs. Returns Type Description Guid An IEnumerable of Guid objects holding the IDs of the project files." + "keywords": "Class ExtensionMethods Useful extension methods Inheritance System.Object ExtensionMethods 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public static class ExtensionMethods Methods GetIds(IEnumerable) Returns an array of project file IDs from an IEnumerable of ProjectFiles Declaration public static Guid[] GetIds(this IEnumerable projectFiles) Parameters Type Name Description System.Collections.Generic.IEnumerable < ProjectFile > projectFiles The project files for which to get the IDs. Returns Type Description System.Guid [] An IEnumerable of System.Guid objects holding the IDs of the project files." }, "api/projectautomation/Sdl.ProjectAutomation.Core.FileRole.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.FileRole.html", "title": "Enum FileRole", - "keywords": "Enum FileRole Values indicating the role of a file. Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum FileRole Fields Name Description Localizable The file is a localizable file. Reference The file is a reference file. Translatable The file is translatable using Trados tools. Unknown Indicates that the file role has not been set or \"scanned\", or it cannot be determined what file role the uploaded file belongs to." + "keywords": "Enum FileRole Values indicating the role of a file. Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum FileRole Fields Name Description Localizable The file is a localizable file. Reference The file is a reference file. Translatable The file is translatable using Trados tools. Unknown Indicates that the file role has not been set or \"scanned\", or it cannot be determined what file role the uploaded file belongs to." }, "api/projectautomation/Sdl.ProjectAutomation.Core.FuzzyCountData.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.FuzzyCountData.html", "title": "Class FuzzyCountData", - "keywords": "Class FuzzyCountData Represents statistics for a piece of content that falls into a particular analysis band. Inheritance object CountData FuzzyCountData Inherited Members CountData.Create(int, int, int, int, int) CountData.Increment(int, int, int, int, int) CountData.Increment(CountData) CountData.Words CountData.Segments CountData.Characters CountData.Placeables CountData.Tags object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class FuzzyCountData : CountData Constructors FuzzyCountData() Declaration public FuzzyCountData() Properties Band Gets the analysis band to which to statistics apply. Declaration public AnalysisBand Band { get; } Property Value Type Description AnalysisBand" + "keywords": "Class FuzzyCountData Represents statistics for a piece of content that falls into a particular analysis band. Inheritance System.Object CountData FuzzyCountData Inherited Members CountData.Create(Int32, Int32, Int32, Int32, Int32) CountData.Increment(Int32, Int32, Int32, Int32, Int32) CountData.Increment(CountData) CountData.Words CountData.Segments CountData.Characters CountData.Placeables CountData.Tags 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class FuzzyCountData : CountData Constructors FuzzyCountData() Declaration public FuzzyCountData() Properties Band Gets the analysis band to which to statistics apply. Declaration public AnalysisBand Band { get; } Property Value Type Description AnalysisBand" }, "api/projectautomation/Sdl.ProjectAutomation.Core.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.html", "title": "Namespace Sdl.ProjectAutomation.Core", - "keywords": "Namespace Sdl.ProjectAutomation.Core Classes AnalysisBand Represents a range of translation memory scores between a minimum and maximum match value used to categorize segments in translatable files according to the quality of translation memory match exist in the translation memory. AnalysisStatistics This class represents analysis statistics for a section of content. AutomaticTask Represents an automatic task which is executing or has finished executing. AutomaticTaskTemplateIds This class defines a set of well-known automatic task template IDs, which can be used to pass to RunAutomaticTask(Guid[], string) for running automatic tasks. BilingualFileMapping This hold the mapping between a file in the project and a previously translated version in a particular language CommonFileExtensions ConfirmationStatistics This class represents confirmation statistics for a single target language file or for all the target language files in a given project target language. CountData Represents various summary statistics about a piece of content. DataTransferEventArgs Used for tracking progess of file uploads/downloads to and from a project server ExecutionMessage Represents a message generated while executing an automatic task (see Messages ) or performing a package-related operation (see Messages ). The message may be relevant to the entire process or to a specific file (see ProjectFileId ). ExtensionMethods Useful extension methods FuzzyCountData Represents statistics for a piece of content that falls into a particular analysis band. LocalTermbase Represents a reference to a local (file-based) termbase that can be added to the TermbaseConfiguration of a project. ManualTask Represents a manual task, which is a Task that is assigned to and executed by a user and can be included in a project package if it needs to be performed offline by someone else ( CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) . To create a new manual task, use CreateManualTask(string, string, DateTime, TaskFileInfo[]) . MergedProjectFile Represents a merged translatable file, which consists of a number of child translatable files. This allows manipulating the content of all the child files within one physical SDLXLIFF file. MessageEventArgs Cancelable event args class for callbacks when messages are reported during autoamtic task execution (see RunAutomaticTask(Guid[], string) ) or package-related operations (see CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) and ImportReturnPackage(string) ). PackageOperation Base class to represent completed or in progress package operations, such as a package import or export. PackageStatusEventArgs Event args class for progress information callbacks while package-related operations are executing. See CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler, EventHandler) and ImportReturnPackage(string, EventHandler, EventHandler) . ProgressEventArgs Cancelable event args class for progress information callbacks during automatic task execution (see RunAutomaticTask(Guid[], string) ) or during package-related operations (see CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) and ImportReturnPackage(string) ). ProjectAutomationException Exception type for specific project automation exceptions. ProjectFile Represents a file in a project. ProjectFileTypeConfiguration ProjectFileVersion Class which holds the version details for a particular file ProjectInfo Holds information about a project. This class is used when accessing information about an existing project, and for updating a project with new information. It is also used when creating a new project. Not all properties are supported for project updating. ProjectPackageCreation Represents the creation of a project package which is ongoing or has been completed. See CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) . ProjectPackageCreationOptions Represents options that can be passed to CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler, EventHandler) to control what will be included in a project package. ProjectPackageImport Represents the import of a project package. To create a new project from a package, use FileBasedProject.CreateFromProjectPackage. ProjectReference Represents a reference to an existing project. ProjectStatistics This class represents word count, analysis and confirmation statistics for a project. ProjectTemplateInfo Holds information about a project template. ProjectTemplateReference Represents a reference to an existing project template. ReportFormat Represents a file format to which an automatic task report (see Reports ) can be saved ( SaveTaskReportAs(Guid, string, ReportFormat) ). You cannot create new instances of this class. Rather, use one of the predefined static instances ( Excel , Html , Mht or Xml ). ReturnPackageCreation Represents the creation of a return package from an existing project. To create a return package, call CreateReturnPackage(Guid[], string, string) . ReturnPackageImport Represents the import of a return package into an existing project. To import a return package, call ImportReturnPackage(string) . ServerTermbase Represents a reference to a server-based termbase that can be added to the TermbaseConfiguration of a project. A server-based reference is interpreted together with the TermbaseServerUri , which identifies the server on which the termbase is hosted. TargetLanguageStatistics This class represents total analysis and confirmation statistics for a single project target language. Task Abstract base class which represents common properties of the AutomaticTask and ManualTask classes. TaskFile Represents a reference to a ProjectFile that is part of a ManualTask or an AutomaticTask . TaskFileInfo Represents the necessary information to create a TaskFile for inclusion in a manual task, consisting of a project file ID and a boolean that indicates whether the file should be included in the task as a read-only file. See CreateManualTask(string, string, DateTime, Guid[]) . TaskMessageEventArgs An event args class for callbacks when a message is generated during the execution of an automatic task. TaskReport This class represents a report that was generated by an automatic task. TaskSequence Represents a sequence of automatic tasks that is executing or has finished executing. TaskStatusEventArgs Event args class for progress callbacks when running automatic tasks. TermRecognitionOptions This class exposes a number of options that affect interactive terminology recognition behavior. Thee options are used in combination with the termbases set up in the TermbaseConfiguration . Termbase Abstract base class, representing a reference to a termbase that can be part of a TermbaseConfiguration . The two supported concrete implementations of this class are LocalTermbase and ServerTermbase . TermbaseConfiguration This class represents all termbase-related settings that control which termbases are used within a project. To get the termbase configuration of a project, use GetTermbaseConfiguration(bool) . To update the termbase configuration, use UpdateTermbaseConfiguration(TermbaseConfiguration) . TermbaseLanguageIndex Represents a mapping of a project language (source or target) to a termbase index. The system cannot automatically determine which termbase index to use for a certain project language, since termbase indexes can be named arbitrarily. Termbase index mappings need to be specified in the LanguageIndexes list for all project languages where termbase functionality is required. The mapping of the project source language is required. Project target language mappings are optional; project target languages for which no mapping is specified will be ignored during termbase processing. TranslationProviderCascadeEntry This class represents an entry in a translation provider configuration (see Entries ), consisting of a main translation provider ( MainTranslationProvider ), which is generally specified at project creation time and one or more project translation memories ( ProjectTranslationMemories which are usually populated automatically by the \"Populate Project Translation Memories\" batch task as part of project preparation. TranslationProviderConfiguration This class represents the configuration settings related to the use of translation providers within a project, including the list of translation providers to use, the project translation memories and in which scenarios to use these translation providers. TranslationProviderReference This class represents a reference to a translation provider, represented by a Uri and optional provider-specific state information. There is also also an Enabled property which determines whether this translation provider will be used during translation provider operations in project. WordCountStatistics This class represents word count statistics for a section of content. Interfaces IPackage IProject Represents a project. Provides access to project information and settings, and provides functionality for modifying the project, running tasks etc. IProjectDeleteOperation Represents a project operation. Provides access to project information and settings, and provides functionality for deleting the project etc. Enums CombinedConfirmationLevel Represents a combined confirmation level value, which indicates where a file or set of files is in the project life-cycle. See CombinedConfirmationLevel . FileRole Values indicating the role of a file. LocalFileState The status of the local file in relation to the file stored on the project server MergeState Indicates the merged state of a merged translatable file. MessageLevel Represents the severity level of an ExecutionMessage . PackageStatus Status values for project and return package operations ProjectStatus Status values for projects in the client object model ProjectTranslationMemoryPackageOptions Represents the possible ways a project translation can be included in a project package. See ProjectPackageCreationOptions and CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) . ProjectType The type of project (as shown in the Studio UI) PublicationStatus Represents the statuses of a project publication. TaskStatus Status values for a task TermbaseSearchOrder Represents the order in which termbases in a termbase configuration ( TermbaseConfiguration ) are searched. ValueStatus Enum with possible status values for various types of statistics." + "keywords": "Namespace Sdl.ProjectAutomation.Core Classes AnalysisBand Represents a range of translation memory scores between a minimum and maximum match value used to categorize segments in translatable files according to the quality of translation memory match exist in the translation memory. AnalysisStatistics This class represents analysis statistics for a section of content. AutomaticTask Represents an automatic task which is executing or has finished executing. AutomaticTaskTemplateIds This class defines a set of well-known automatic task template IDs, which can be used to pass to RunAutomaticTask(Guid[], String) for running automatic tasks. BilingualFileMapping This hold the mapping between a file in the project and a previously translated version in a particular language CommonFileExtensions ConfirmationStatistics This class represents confirmation statistics for a single target language file or for all the target language files in a given project target language. CountData Represents various summary statistics about a piece of content. DataTransferEventArgs Used for tracking progess of file uploads/downloads to and from a project server ExecutionMessage Represents a message generated while executing an automatic task (see Messages ) or performing a package-related operation (see Messages ). The message may be relevant to the entire process or to a specific file (see ProjectFileId ). ExtensionMethods Useful extension methods FuzzyCountData Represents statistics for a piece of content that falls into a particular analysis band. LocalTermbase Represents a reference to a local (file-based) termbase that can be added to the TermbaseConfiguration of a project. ManualTask Represents a manual task, which is a Task that is assigned to and executed by a user and can be included in a project package if it needs to be performed offline by someone else ( CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) . To create a new manual task, use CreateManualTask(String, String, DateTime, TaskFileInfo[]) . MergedProjectFile Represents a merged translatable file, which consists of a number of child translatable files. This allows manipulating the content of all the child files within one physical SDLXLIFF file. MessageEventArgs Cancelable event args class for callbacks when messages are reported during autoamtic task execution (see RunAutomaticTask(Guid[], String) ) or package-related operations (see CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) and ImportReturnPackage(String) ). PackageOperation Base class to represent completed or in progress package operations, such as a package import or export. PackageStatusEventArgs Event args class for progress information callbacks while package-related operations are executing. See CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler, EventHandler) and ImportReturnPackage(String, EventHandler, EventHandler) . ProgressEventArgs Cancelable event args class for progress information callbacks during automatic task execution (see RunAutomaticTask(Guid[], String) ) or during package-related operations (see CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) and ImportReturnPackage(String) ). ProjectAutomationException Exception type for specific project automation exceptions. ProjectFile Represents a file in a project. ProjectFileTypeConfiguration ProjectFileVersion Class which holds the version details for a particular file ProjectInfo Holds information about a project. This class is used when accessing information about an existing project, and for updating a project with new information. It is also used when creating a new project. Not all properties are supported for project updating. ProjectPackageCreation Represents the creation of a project package which is ongoing or has been completed. See CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) . ProjectPackageCreationOptions Represents options that can be passed to CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler, EventHandler) to control what will be included in a project package. ProjectPackageImport Represents the import of a project package. To create a new project from a package, use FileBasedProject.CreateFromProjectPackage. ProjectReference Represents a reference to an existing project. ProjectStatistics This class represents word count, analysis and confirmation statistics for a project. ProjectTemplateInfo Holds information about a project template. ProjectTemplateReference Represents a reference to an existing project template. ReportFormat Represents a file format to which an automatic task report (see Reports ) can be saved ( SaveTaskReportAs(Guid, String, ReportFormat) ). You cannot create new instances of this class. Rather, use one of the predefined static instances ( Excel , Html , Mht or Xml ). ReturnPackageCreation Represents the creation of a return package from an existing project. To create a return package, call CreateReturnPackage(Guid[], String, String) . ReturnPackageImport Represents the import of a return package into an existing project. To import a return package, call ImportReturnPackage(String) . ServerTermbase Represents a reference to a server-based termbase that can be added to the TermbaseConfiguration of a project. A server-based reference is interpreted together with the TermbaseServerUri , which identifies the server on which the termbase is hosted. TargetLanguageStatistics This class represents total analysis and confirmation statistics for a single project target language. Task Abstract base class which represents common properties of the AutomaticTask and ManualTask classes. TaskFile Represents a reference to a ProjectFile that is part of a ManualTask or an AutomaticTask . TaskFileInfo Represents the necessary information to create a TaskFile for inclusion in a manual task, consisting of a project file ID and a boolean that indicates whether the file should be included in the task as a read-only file. See CreateManualTask(String, String, DateTime, Guid[]) . TaskMessageEventArgs An event args class for callbacks when a message is generated during the execution of an automatic task. TaskReport This class represents a report that was generated by an automatic task. TaskSequence Represents a sequence of automatic tasks that is executing or has finished executing. TaskStatusEventArgs Event args class for progress callbacks when running automatic tasks. Termbase Abstract base class, representing a reference to a termbase that can be part of a TermbaseConfiguration . The two supported concrete implementations of this class are LocalTermbase and ServerTermbase . TermbaseConfiguration This class represents all termbase-related settings that control which termbases are used within a project. To get the termbase configuration of a project, use GetTermbaseConfiguration(Boolean) . To update the termbase configuration, use UpdateTermbaseConfiguration(TermbaseConfiguration) . TermbaseLanguageIndex Represents a mapping of a project language (source or target) to a termbase index. The system cannot automatically determine which termbase index to use for a certain project language, since termbase indexes can be named arbitrarily. Termbase index mappings need to be specified in the LanguageIndexes list for all project languages where termbase functionality is required. The mapping of the project source language is required. Project target language mappings are optional; project target languages for which no mapping is specified will be ignored during termbase processing. TermRecognitionOptions This class exposes a number of options that affect interactive terminology recognition behavior. Thee options are used in combination with the termbases set up in the TermbaseConfiguration . TranslationProviderCascadeEntry This class represents an entry in a translation provider configuration (see Entries ), consisting of a main translation provider ( MainTranslationProvider ), which is generally specified at project creation time and one or more project translation memories ( ProjectTranslationMemories which are usually populated automatically by the \"Populate Project Translation Memories\" batch task as part of project preparation. TranslationProviderConfiguration This class represents the configuration settings related to the use of translation providers within a project, including the list of translation providers to use, the project translation memories and in which scenarios to use these translation providers. TranslationProviderReference This class represents a reference to a translation provider, represented by a Uri and optional provider-specific state information. There is also also an Enabled property which determines whether this translation provider will be used during translation provider operations in project. WordCountStatistics This class represents word count statistics for a section of content. Interfaces IPackage IProject Represents a project. Provides access to project information and settings, and provides functionality for modifying the project, running tasks etc. IProjectDeleteOperation Represents a project operation. Provides access to project information and settings, and provides functionality for deleting the project etc. Enums CombinedConfirmationLevel Represents a combined confirmation level value, which indicates where a file or set of files is in the project life-cycle. See CombinedConfirmationLevel . FileRole Values indicating the role of a file. LocalFileState The status of the local file in relation to the file stored on the project server MergeState Indicates the merged state of a merged translatable file. MessageLevel Represents the severity level of an ExecutionMessage . PackageStatus Status values for project and return package operations ProjectStatus Status values for projects in the client object model ProjectTranslationMemoryPackageOptions Represents the possible ways a project translation can be included in a project package. See ProjectPackageCreationOptions and CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) . ProjectType The type of project (as shown in the Studio UI) PublicationStatus Represents the statuses of a project publication. TaskStatus Status values for a task TermbaseSearchOrder Represents the order in which termbases in a termbase configuration ( TermbaseConfiguration ) are searched. ValueStatus Enum with possible status values for various types of statistics." }, "api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html", "title": "Interface IPackage", - "keywords": "Interface IPackage Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public interface IPackage Properties DueDate Gets or sets the due date for this project. If the project does not have a due date, this value is DateTime.MaxValue . Declaration DateTime DueDate { get; set; } Property Value Type Description DateTime LocalProjectFolder The local folder used to store project files. Declaration string LocalProjectFolder { get; } Property Value Type Description string Remarks This property can only be set for use during project creation. It is not valid to set for project updating. PackageConvertor Sets or returns the extension ID of the package convertor used, if any, to import this project (Returns empty string if no package convertor used). Declaration string PackageConvertor { get; set; } Property Value Type Description string SourceLanguage The source language of the project Declaration Language SourceLanguage { get; } Property Value Type Description Language Remarks It is optional to set this property during project creation. If it is not set, the source language of the reference project or template is used. If a template has more than one source language, the first one is used. This property can only be set for use during project creation. It is not valid to set for project updating. TargetLanguages The target languages of the project. Declaration IEnumerable TargetLanguages { get; } Property Value Type Description IEnumerable Language Remarks It is optional to set this property during project creation. If it is not set, the target languages of the reference project or template are used. This property can only be set for use during project creation. It is not valid to set for project updating. Methods AddLanguageDirection(Language, Language) Adds a new language direction. Declaration void AddLanguageDirection(Language sourceLanguage, Language targetLanguage) Parameters Type Name Description Language sourceLanguage The source language for the language direction. Language targetLanguage The source language for the language direction. Exceptions Type Condition ArgumentException Thrown when the specified language direction already exists. AddReferenceFiles(IEnumerable) Adds a list containing file paths as reference files to the package project Declaration IEnumerable AddReferenceFiles(IEnumerable filePaths) Parameters Type Name Description IEnumerable string filePaths Returns Type Description IEnumerable ProjectFile The corresponding list of ProjectFiles AddTranslatableFile(string, string, Language, Guid, string, Guid) Adds a file to the package project Declaration ProjectFile AddTranslatableFile(string fileToAdd, string folderInProject, Language language, Guid id, string filterDefinitionId, Guid referenceFileId) Parameters Type Name Description string fileToAdd string folderInProject Language language Guid id string filterDefinitionId Guid referenceFileId GUID of the parent source file Returns Type Description ProjectFile CreateManualTask(string, string, DateTime, IEnumerable) Creates a manual task. A manual task includes a set of files that is assigned to a user. Declaration ManualTask CreateManualTask(string manualTaskName, string assignToUser, DateTime dueDate, IEnumerable inputFiles) Parameters Type Name Description string manualTaskName The name of the manual task. Typically \"Translate\" or \"Review\", but other task names can be string assignToUser The user to assign the task to. DateTime dueDate The date by which the task should be completed. IEnumerable TaskFileInfo inputFiles The files to include in the task. Returns Type Description ManualTask The newly created manual task. GetFileTypeConfiguration() Returns the configuration for the file types asssociated to this package project Declaration ProjectFileTypeConfiguration GetFileTypeConfiguration() Returns Type Description ProjectFileTypeConfiguration GetManualTasksTranslatableFiles() Returns all the translatable files associated to the package's manual tasks. Please note that only files with whose latest revision is bilingual are returned Declaration IEnumerable GetManualTasksTranslatableFiles() Returns Type Description IEnumerable ProjectFile GetSettings() Gets the project-level settings. Declaration ISettingsBundle GetSettings() Returns Type Description ISettingsBundle A settings bundle containing the project settings. Never returns null . GetSettings(Language) Gets the settings for a specific target language. Declaration ISettingsBundle GetSettings(Language targetLanguage) Parameters Type Name Description Language targetLanguage The project target language for which to retrieve the settings. Returns Type Description ISettingsBundle A settings bundle containing the target language specific settings. The settings bundle returned will have a parent settings bundle which represent the current project settings. Never returns null . Remarks Target language settings override settings specified on the project level (see GetSettings() . The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting that is not specifically defined/overridden on the target language level will be inherited from the project-level settings. Exceptions Type Condition ArgumentException Thrown when targetLanguage is null or invalid. GetTargetLanguageFiles(Language) Retrieves all files for the specified target language. Declaration IEnumerable GetTargetLanguageFiles(Language targetLanguage) Parameters Type Name Description Language targetLanguage The target language to retrieve files for. Returns Type Description IEnumerable ProjectFile An array of ProjectFile objects, representing all the files in this project with the specified target language. GetTermbaseConfiguration(bool) Retrieves all termbase-related settings that are associated with this project. Declaration TermbaseConfiguration GetTermbaseConfiguration(bool obtainCopy) Parameters Type Name Description bool obtainCopy Returns Type Description TermbaseConfiguration A TermbaseConfiguration object containing all termbase-related configuration for this project. GetTranslatableFiles() Retrieves all translatable files that belong to the project. Declaration IEnumerable GetTranslatableFiles() Returns Type Description IEnumerable ProjectFile An array of ProjectFile objects, representing all the translatable files in this project. GetTranslationMemoryInstances(bool) Returns a instance of each translation memory associated to the package Declaration IEnumerable GetTranslationMemoryInstances(bool performUpdateOnly) Parameters Type Name Description bool performUpdateOnly Returns Type Description IEnumerable ITranslationMemory GetTranslationProviderConfiguration() Gets the translation provider configuration for this project. Declaration TranslationProviderConfiguration GetTranslationProviderConfiguration() Returns Type Description TranslationProviderConfiguration The translation provider configuration. This never returns null . Pack(string) Creates the physical package archive at the given path Declaration void Pack(string packageFilePath) Parameters Type Name Description string packageFilePath RunAutomaticTask(IEnumerable, string, EventHandler, EventHandler) Runs an automatic task on a set of files. Automatic task template IDs are defined in AutomaticTaskTemplateIds . This overload allows event handlers to be specified for task status and message events. These events support cancellation of the task. Declaration AutomaticTask RunAutomaticTask(IEnumerable projectFileIds, string taskTemplateId, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description IEnumerable Guid projectFileIds The files to run the task on. string taskTemplateId The ID of the task template (i.e. the type of task) to run. EventHandler TaskStatusEventArgs statusEventHandler Event handler for task status events. EventHandler TaskMessageEventArgs messageEventHandler Event handler for message events. Returns Type Description AutomaticTask Information about the automatic task that has been run. RunAutomaticTasks(IEnumerable, IEnumerable, string, EventHandler, EventHandler) Runs a sequence of automatic tasks on a set of project files. Declaration TaskSequence RunAutomaticTasks(IEnumerable projectFileIds, IEnumerable taskTemplateIds, string complexTaskName, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description IEnumerable Guid projectFileIds The files to run the task on. IEnumerable string taskTemplateIds The IDs of the task templates (i.e. the types of task) to run. string complexTaskName The name of the set of tasks to be run together EventHandler TaskStatusEventArgs statusEventHandler Event handler for task status events. EventHandler TaskMessageEventArgs messageEventHandler Event handler for message events. Returns Type Description TaskSequence Information about the sequence of tasks that has been run. SetAnalysisBands(int[]) Sets the analysis bands minimum values for the package project Declaration void SetAnalysisBands(int[] minimumMatchValues) Parameters Type Name Description int minimumMatchValues UpdateSettings(Language, ISettingsBundle) Updates the settings for a specific target language. Declaration void UpdateSettings(Language targetLanguage, ISettingsBundle settings) Parameters Type Name Description Language targetLanguage The target language for which to update the settings. ISettingsBundle settings A settings bundle representing the new target language settings. Remarks Note that this method will only update the target-language settings. If you have changed the parent project-level settings too, thee need to be updated with a separate call to UpdateSettings(ISettingsBundle) . Exceptions Type Condition ArgumentException Thrown when targetLanguage is null or invalid. ArgumentNullException Thrown if settings is null . UpdateSettings(ISettingsBundle) Updates the project package-level settings. Declaration void UpdateSettings(ISettingsBundle settings) Parameters Type Name Description ISettingsBundle settings A settings bundle object containing the new project package settings. Remarks

                                                                                                                    The project package settings will be completely replaced with the specified settings, so any settings not present in the updated settings bundle will revert to their defaults. Exceptions Type Condition ArgumentNullException Thrown if settings is null . UpdateTermbaseConfiguration(TermbaseConfiguration) Updates the termbase-related settings for this project. Declaration void UpdateTermbaseConfiguration(TermbaseConfiguration termbaseConfiguration) Parameters Type Name Description TermbaseConfiguration termbaseConfiguration A TermbaseConfiguration object containing all termbase-related configuration for this project. This can either be newly created termbase configuration object or one that was retrieved via GetTermbaseConfiguration(bool) . UpdateTranslationProviderConfiguration(TranslationProviderConfiguration) Updates the project-wide translation provider configuration. Declaration void UpdateTranslationProviderConfiguration(TranslationProviderConfiguration translationProviderConfiguration) Parameters Type Name Description TranslationProviderConfiguration translationProviderConfiguration The translation provider configuration. Exceptions Type Condition ArgumentNullException Thrown when translationProviderConfiguration is null . ArgumentException Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information." + "keywords": "Interface IPackage Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public interface IPackage Properties DueDate Gets or sets the due date for this project. If the project does not have a due date, this value is DateTime.MaxValue . Declaration DateTime DueDate { get; set; } Property Value Type Description System.DateTime LocalProjectFolder The local folder used to store project files. Declaration string LocalProjectFolder { get; } Property Value Type Description System.String Remarks This property can only be set for use during project creation. It is not valid to set for project updating. PackageConvertor Sets or returns the extension ID of the package convertor used, if any, to import this project (Returns empty string if no package convertor used). Declaration string PackageConvertor { get; set; } Property Value Type Description System.String SourceLanguage The source language of the project Declaration Language SourceLanguage { get; } Property Value Type Description Language Remarks It is optional to set this property during project creation. If it is not set, the source language of the reference project or template is used. If a template has more than one source language, the first one is used. This property can only be set for use during project creation. It is not valid to set for project updating. TargetLanguages The target languages of the project. Declaration IEnumerable TargetLanguages { get; } Property Value Type Description System.Collections.Generic.IEnumerable < Language > Remarks It is optional to set this property during project creation. If it is not set, the target languages of the reference project or template are used. This property can only be set for use during project creation. It is not valid to set for project updating. Methods AddLanguageDirection(Language, Language) Adds a new language direction. Declaration void AddLanguageDirection(Language sourceLanguage, Language targetLanguage) Parameters Type Name Description Language sourceLanguage The source language for the language direction. Language targetLanguage The source language for the language direction. Exceptions Type Condition System.ArgumentException Thrown when the specified language direction already exists. AddReferenceFiles(IEnumerable) Adds a list containing file paths as reference files to the package project Declaration IEnumerable AddReferenceFiles(IEnumerable filePaths) Parameters Type Name Description System.Collections.Generic.IEnumerable < System.String > filePaths Returns Type Description System.Collections.Generic.IEnumerable < ProjectFile > The corresponding list of ProjectFiles AddTranslatableFile(String, String, Language, Guid, String, Guid) Adds a file to the package project Declaration ProjectFile AddTranslatableFile(string fileToAdd, string folderInProject, Language language, Guid id, string filterDefinitionId, Guid referenceFileId) Parameters Type Name Description System.String fileToAdd System.String folderInProject Language language System.Guid id System.String filterDefinitionId System.Guid referenceFileId GUID of the parent source file Returns Type Description ProjectFile CreateManualTask(String, String, DateTime, IEnumerable) Creates a manual task. A manual task includes a set of files that is assigned to a user. Declaration ManualTask CreateManualTask(string manualTaskName, string assignToUser, DateTime dueDate, IEnumerable inputFiles) Parameters Type Name Description System.String manualTaskName The name of the manual task. Typically \"Translate\" or \"Review\", but other task names can be System.String assignToUser The user to assign the task to. System.DateTime dueDate The date by which the task should be completed. System.Collections.Generic.IEnumerable < TaskFileInfo > inputFiles The files to include in the task. Returns Type Description ManualTask The newly created manual task. GetFileTypeConfiguration() Returns the configuration for the file types asssociated to this package project Declaration ProjectFileTypeConfiguration GetFileTypeConfiguration() Returns Type Description ProjectFileTypeConfiguration GetManualTasksTranslatableFiles() Returns all the translatable files associated to the package's manual tasks. Please note that only files with whose latest revision is bilingual are returned Declaration IEnumerable GetManualTasksTranslatableFiles() Returns Type Description System.Collections.Generic.IEnumerable < ProjectFile > GetSettings() Gets the project-level settings. Declaration ISettingsBundle GetSettings() Returns Type Description ISettingsBundle A settings bundle containing the project settings. Never returns null . GetSettings(Language) Gets the settings for a specific target language. Declaration ISettingsBundle GetSettings(Language targetLanguage) Parameters Type Name Description Language targetLanguage The project target language for which to retrieve the settings. Returns Type Description ISettingsBundle A settings bundle containing the target language specific settings. The settings bundle returned will have a parent settings bundle which represent the current project settings. Never returns null . Remarks Target language settings override settings specified on the project level (see GetSettings() . The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting that is not specifically defined/overridden on the target language level will be inherited from the project-level settings. Exceptions Type Condition System.ArgumentException Thrown when targetLanguage is null or invalid. GetTargetLanguageFiles(Language) Retrieves all files for the specified target language. Declaration IEnumerable GetTargetLanguageFiles(Language targetLanguage) Parameters Type Name Description Language targetLanguage The target language to retrieve files for. Returns Type Description System.Collections.Generic.IEnumerable < ProjectFile > An array of ProjectFile objects, representing all the files in this project with the specified target language. GetTermbaseConfiguration(Boolean) Retrieves all termbase-related settings that are associated with this project. Declaration TermbaseConfiguration GetTermbaseConfiguration(bool obtainCopy) Parameters Type Name Description System.Boolean obtainCopy Returns Type Description TermbaseConfiguration A TermbaseConfiguration object containing all termbase-related configuration for this project. GetTranslatableFiles() Retrieves all translatable files that belong to the project. Declaration IEnumerable GetTranslatableFiles() Returns Type Description System.Collections.Generic.IEnumerable < ProjectFile > An array of ProjectFile objects, representing all the translatable files in this project. GetTranslationMemoryInstances(Boolean) Returns a instance of each translation memory associated to the package Declaration IEnumerable GetTranslationMemoryInstances(bool performUpdateOnly) Parameters Type Name Description System.Boolean performUpdateOnly Returns Type Description System.Collections.Generic.IEnumerable < ITranslationMemory > GetTranslationProviderConfiguration() Gets the translation provider configuration for this project. Declaration TranslationProviderConfiguration GetTranslationProviderConfiguration() Returns Type Description TranslationProviderConfiguration The translation provider configuration. This never returns null . Pack(String) Creates the physical package archive at the given path Declaration void Pack(string packageFilePath) Parameters Type Name Description System.String packageFilePath RunAutomaticTask(IEnumerable, String, EventHandler, EventHandler) Runs an automatic task on a set of files. Automatic task template IDs are defined in AutomaticTaskTemplateIds . This overload allows event handlers to be specified for task status and message events. These events support cancellation of the task. Declaration AutomaticTask RunAutomaticTask(IEnumerable projectFileIds, string taskTemplateId, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description System.Collections.Generic.IEnumerable < System.Guid > projectFileIds The files to run the task on. System.String taskTemplateId The ID of the task template (i.e. the type of task) to run. System.EventHandler < TaskStatusEventArgs > statusEventHandler Event handler for task status events. System.EventHandler < TaskMessageEventArgs > messageEventHandler Event handler for message events. Returns Type Description AutomaticTask Information about the automatic task that has been run. RunAutomaticTasks(IEnumerable, IEnumerable, String, EventHandler, EventHandler) Runs a sequence of automatic tasks on a set of project files. Declaration TaskSequence RunAutomaticTasks(IEnumerable projectFileIds, IEnumerable taskTemplateIds, string complexTaskName, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description System.Collections.Generic.IEnumerable < System.Guid > projectFileIds The files to run the task on. System.Collections.Generic.IEnumerable < System.String > taskTemplateIds The IDs of the task templates (i.e. the types of task) to run. System.String complexTaskName The name of the set of tasks to be run together System.EventHandler < TaskStatusEventArgs > statusEventHandler Event handler for task status events. System.EventHandler < TaskMessageEventArgs > messageEventHandler Event handler for message events. Returns Type Description TaskSequence Information about the sequence of tasks that has been run. SetAnalysisBands(Int32[]) Sets the analysis bands minimum values for the package project Declaration void SetAnalysisBands(int[] minimumMatchValues) Parameters Type Name Description System.Int32 [] minimumMatchValues UpdateSettings(Language, ISettingsBundle) Updates the settings for a specific target language. Declaration void UpdateSettings(Language targetLanguage, ISettingsBundle settings) Parameters Type Name Description Language targetLanguage The target language for which to update the settings. ISettingsBundle settings A settings bundle representing the new target language settings. Remarks Note that this method will only update the target-language settings. If you have changed the parent project-level settings too, thee need to be updated with a separate call to UpdateSettings(ISettingsBundle) . Exceptions Type Condition System.ArgumentException Thrown when targetLanguage is null or invalid. System.ArgumentNullException Thrown if settings is null . UpdateSettings(ISettingsBundle) Updates the project package-level settings. Declaration void UpdateSettings(ISettingsBundle settings) Parameters Type Name Description ISettingsBundle settings A settings bundle object containing the new project package settings. Remarks The project package settings will be completely replaced with the specified settings, so any settings not present in the updated settings bundle will revert to their defaults. Exceptions Type Condition System.ArgumentNullException Thrown if settings is null . UpdateTermbaseConfiguration(TermbaseConfiguration) Updates the termbase-related settings for this project. Declaration void UpdateTermbaseConfiguration(TermbaseConfiguration termbaseConfiguration) Parameters Type Name Description TermbaseConfiguration termbaseConfiguration A TermbaseConfiguration object containing all termbase-related configuration for this project. This can either be newly created termbase configuration object or one that was retrieved via GetTermbaseConfiguration(Boolean) . UpdateTranslationProviderConfiguration(TranslationProviderConfiguration) Updates the project-wide translation provider configuration. Declaration void UpdateTranslationProviderConfiguration(TranslationProviderConfiguration translationProviderConfiguration) Parameters Type Name Description TranslationProviderConfiguration translationProviderConfiguration The translation provider configuration. Exceptions Type Condition System.ArgumentNullException Thrown when translationProviderConfiguration is null . System.ArgumentException Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information." }, "api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html", "title": "Interface IProject", - "keywords": "Interface IProject Represents a project. Provides access to project information and settings, and provides functionality for modifying the project, running tasks etc. Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public interface IProject Methods AddBilingualReferenceFile(BilingualFileMapping) Associates a bilingual reference file with a particular source file and target language using a BilingualFileMapping Declaration void AddBilingualReferenceFile(BilingualFileMapping mapping) Parameters Type Name Description BilingualFileMapping mapping A BilingualFileMapping Object that holds the association Remarks This is used to associate bilingual reference files prior to running the project prepare task sequance so that bilingual reference files can be associated with target files before the files have been copied to the target languages AddBilingualReferenceFiles(BilingualFileMapping[]) Associates a number of Bilingual reference file to particular source file in a target language using an array of BilingualFileMapping Declaration void AddBilingualReferenceFiles(BilingualFileMapping[] mappings) Parameters Type Name Description BilingualFileMapping mappings An array of BilingualFileMapping Objects Remarks This is used to associate bilingual reference files prior to running the project prepare task sequance so that bilingual reference files can be associated with target files before the files have been copied to the target languages AddFiles(string[]) Adds a set of files into the project, in the root folder. Declaration ProjectFile[] AddFiles(string[] filePaths) Parameters Type Name Description string filePaths The paths of the files to add. These should be absolute paths. Returns Type Description ProjectFile The added files Remarks When adding files to a project, these files are copied into the project folder; they are not referenced in their original location. AddFiles(string[], string) Adds a set of files into the project, below a specified project folder. Declaration ProjectFile[] AddFiles(string[] filePaths, string folderPathInProject) Parameters Type Name Description string filePaths The paths of the files to add. These should be absolute paths. string folderPathInProject The folder in this project below which the files should be added. If empty the files will be in the project root folder. Returns Type Description ProjectFile The added files Remarks When adding files to a project, these files are copied into the project folder; they are not referenced in their original location. AddFolderWithFiles(string, bool) Adds all the files from a folder into the project, in the root folder Declaration ProjectFile[] AddFolderWithFiles(string localFolderPath, bool recursive) Parameters Type Name Description string localFolderPath The absolute path of the folder containing the files to add. bool recursive If true , files in sub folders will also be added. The relative folder structure is preserved in the project. Returns Type Description ProjectFile The added project files. Remarks When adding files to a project, these files are copied into the project folder; they are not referenced in their original location. AddFolderWithFiles(string, string, bool) Adds all the files from a folder into the project, below a specified project folder. Declaration ProjectFile[] AddFolderWithFiles(string localFolderPath, string folderPathInProject, bool recursive) Parameters Type Name Description string localFolderPath The absolute path of the folder containing the files to add. string folderPathInProject The folder in this project below which the files should be added. If empty the files will be in the project root folder. bool recursive If true , files in sub folders will also be added. The relative folder structure is preserved in the project. Returns Type Description ProjectFile The added project files. Remarks When adding files to a project, these files are copied into the project folder; they are not referenced in their original location. AddNewFileVersion(Guid, string) Adds a new version of the file into the project. Declaration void AddNewFileVersion(Guid projectFileId, string filePath) Parameters Type Name Description Guid projectFileId The file to add a new version for. string filePath The absolute file path of the new version of the file. Remarks When adding files to a project, these files are copied into the project folder; they are not referenced in their original location. CreateManualTask(string, string, DateTime, TaskFileInfo[]) Creates a manual task. A manual task includes a set of files that is assigned to a user. The created manual task can be used to create a project package using CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler, EventHandler) Declaration ManualTask CreateManualTask(string manualTaskName, string assignToUser, DateTime dueDate, TaskFileInfo[] inputFiles) Parameters Type Name Description string manualTaskName The name of the manual task. Typically \"Translate\" or \"Review\", but other task names can be string assignToUser The user to assign the task to. DateTime dueDate The date by which the task should be completed. TaskFileInfo inputFiles The files to include in the task. Returns Type Description ManualTask The newly created manual task. CreateManualTask(string, string, DateTime, Guid[]) Creates a manual task. A manual task includes a set of files that is assigned to a user. The created manual task can be used to create a project package using CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler, EventHandler) Declaration ManualTask CreateManualTask(string manualTaskName, string assignToUser, DateTime dueDate, Guid[] projectFileIds) Parameters Type Name Description string manualTaskName The name of the manual task. Typically \"Translate\" or \"Review\", but other task names can be string assignToUser The user to assign the task to. DateTime dueDate The date by which the task should be completed. Guid projectFileIds The project files to include in the task. Reference files will be marked as \"read only\" task files Returns Type Description ManualTask The newly created manual task. Remarks This overload allows a list of project file IDs to be specified rather than TaskFileInfo objects. A project file will be marked as a \"read only\" task file if it has a role of Reference . CreateMergedProjectFile(string, string, Guid[]) Creates a merged file from a number of translatable files in the project. This allows manipulating the content of all the child files within one physical file. For more information, see MergedProjectFile . Declaration MergedProjectFile CreateMergedProjectFile(string mergedFileName, string folderPathInProject, Guid[] projectFileIds) Parameters Type Name Description string mergedFileName The file name for the newly created merged file. This must have the \".sdlxliff\" extension. string folderPathInProject The folder in this project in which the merged file be added. If empty the merged file will be in the project root folder. Guid projectFileIds The IDs of the translatable files to be merged in to one. Returns Type Description MergedProjectFile The newly created and added merged project file. CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) Creates a project package. The package can then be obtained using SavePackageAs(Guid, string) . Declaration ProjectPackageCreation CreateProjectPackage(Guid manualTaskId, string packageName, string comment, ProjectPackageCreationOptions options) Parameters Type Name Description Guid manualTaskId The ID of the task that the package relates to. (The task defines which files are included in the package.) string packageName The name of the package. string comment Optional comment. ProjectPackageCreationOptions options Various options to control what will be included in a project package. Returns Type Description ProjectPackageCreation A ProjectPackageCreation object, which contains the results of the package creation. CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler, EventHandler) Creates a project package. The package can then be obtained using SavePackageAs(Guid, string) . Declaration ProjectPackageCreation CreateProjectPackage(Guid manualTaskId, string packageName, string comment, ProjectPackageCreationOptions options, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description Guid manualTaskId The ID of the task that the package relates to. (The task defines which files are included in the package.) string packageName The name of the package. string comment Optional comment. ProjectPackageCreationOptions options Various options to control what will be included in a project package. EventHandler ProgressEventArgs statusEventHandler Event handler for package creation status events. EventHandler MessageEventArgs messageEventHandler Event handler for message events. Returns Type Description ProjectPackageCreation A ProjectPackageCreation object, which contains the results of the package creation. CreateReturnPackage(Guid[], string, string) Creates a return package from a set of files. The files must all have previously been received as part of a project package in order for the return package to be created. Declaration ReturnPackageCreation CreateReturnPackage(Guid[] projectFileIds, string packageName, string comment) Parameters Type Name Description Guid projectFileIds The files to include in the return package. string packageName The name of the package. string comment A comment for the package. Returns Type Description ReturnPackageCreation A ReturnPackageCreation object, representing the results of the return package creation. Remarks It is only valid to call this method if this project was created from a project package CreateReturnPackage(Guid[], string, string, EventHandler, EventHandler) Creates a return package from a set of files. The files must all have previously been received as part of a project package in order for the return package to be created. Declaration ReturnPackageCreation CreateReturnPackage(Guid[] projectFileIds, string packageName, string comment, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description Guid projectFileIds The files to include in the return package. string packageName The name of the package. string comment A comment for the package. EventHandler ProgressEventArgs statusEventHandler Event handler for status events EventHandler MessageEventArgs messageEventHandler Event handler for message events Returns Type Description ReturnPackageCreation Remarks It is only valid to call this method if this project was created from a project package GetAutomaticTask(Guid) Retrieves an existing automatic task. Declaration AutomaticTask GetAutomaticTask(Guid automaticTaskId) Parameters Type Name Description Guid automaticTaskId The ID of the automatic task. Returns Type Description AutomaticTask GetFile(Guid) Retrieves the file with specified ID. Declaration ProjectFile GetFile(Guid projectFileId) Parameters Type Name Description Guid projectFileId The ID of the file to retrieve. Returns Type Description ProjectFile The added project file. GetFileTypeConfiguration() Returns the configuration for the file types asssociated to this project Declaration ProjectFileTypeConfiguration GetFileTypeConfiguration() Returns Type Description ProjectFileTypeConfiguration GetManualTask(Guid) Retrieves an existing manual task. Declaration ManualTask GetManualTask(Guid manualTaskId) Parameters Type Name Description Guid manualTaskId The ID of the manual task Returns Type Description ManualTask GetProjectInfo() Retrieves information about the project Declaration ProjectInfo GetProjectInfo() Returns Type Description ProjectInfo GetProjectStatistics() Gets the aggregated analysis, word count and confirmation statistics for all the files in the project. This will not actually compute the statistics, but just return a snapshot of the statistics that where most recently computed. To update the statistics, run the relevant task: WordCount , AnalyzeFiles or TranslationCount . Declaration ProjectStatistics GetProjectStatistics() Returns Type Description ProjectStatistics The aggregated analysis, word count and confirmation statistics for all the files in the project. GetSettings() Gets the project-level settings. Declaration ISettingsBundle GetSettings() Returns Type Description ISettingsBundle A settings bundle containing the project settings. Never returns null . Remarks Project settings can be overridden for a specific target language using UpdateSettings(Language, ISettingsBundle) . The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting that is not specifically defined/overridden on the target language level will be inherited from the project-level settings. GetSettings(Language) Gets the settings for a specific target language. Declaration ISettingsBundle GetSettings(Language targetLanguage) Parameters Type Name Description Language targetLanguage The project target language for which to retrieve the settings. Returns Type Description ISettingsBundle A settings bundle containing the target language specific settings. The settings bundle returned will have a parent settings bundle which represent the current project settings. Never returns null . Remarks Target language settings override settings specified on the project level (see GetSettings() . The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting that is not specifically defined/overridden on the target language level will be inherited from the project-level settings. Exceptions Type Condition ArgumentException Thrown when targetLanguage is null or invalid. GetSourceLanguageFiles() Retrieves all source language files. Declaration ProjectFile[] GetSourceLanguageFiles() Returns Type Description ProjectFile All the source language files in this project. GetTargetLanguageFiles() Retrieves all target language files. Declaration ProjectFile[] GetTargetLanguageFiles() Returns Type Description ProjectFile Remarks For merged files ( MergedProjectFile ) with merge state NotMerged or Merged the merged file will be returned from this method, but not the child files. When the merge state is Split , only the child files are returned, not the merged file. GetTargetLanguageFiles(Language) Retrieves all files for the specified target language. Declaration ProjectFile[] GetTargetLanguageFiles(Language targetLanguage) Parameters Type Name Description Language targetLanguage The target language to retrieve files for. Returns Type Description ProjectFile Remarks For merged files ( MergedProjectFile ) with merge state NotMerged or Merged the merged file will be returned from this method, but not the child files. When the merge state is Split , only the child files are returned, not the merged file. GetTermbaseConfiguration(bool) Retrieves all termbase-related settings that are associated with this project. Declaration TermbaseConfiguration GetTermbaseConfiguration(bool obtainCopy) Parameters Type Name Description bool obtainCopy Returns Type Description TermbaseConfiguration A TermbaseConfiguration object containing all termbase-related configuration for this project. GetTranslationProviderConfiguration() Gets the translation provider configuration for this project. Declaration TranslationProviderConfiguration GetTranslationProviderConfiguration() Returns Type Description TranslationProviderConfiguration The translation provider configuration. This never returns null . Remarks The translation provider configuration can be overridden for a specific target language (see GetTranslationProviderConfiguration(Language) ) and UpdateTranslationProviderConfiguration(Language, TranslationProviderConfiguration) ). GetTranslationProviderConfiguration(Language) Gets the translation provider configuration for the specified target language. If no specific configuration has been specified for the specified target language, this method returns an empty (not null !) configuration. Declaration TranslationProviderConfiguration GetTranslationProviderConfiguration(Language targetLanguage) Parameters Type Name Description Language targetLanguage The target language for which to get the translation provider configuration. Returns Type Description TranslationProviderConfiguration The translation provider configuration for the specified target language. This never returns null . ImportReturnPackage(string) Imports a return package into this project. Declaration ReturnPackageImport ImportReturnPackage(string returnPackageFilePath) Parameters Type Name Description string returnPackageFilePath The file path of the return package to import. Has file extension .sdlrpx Returns Type Description ReturnPackageImport Information about the import operation. ImportReturnPackage(string, EventHandler, EventHandler) Imports a return package into this project. Declaration ReturnPackageImport ImportReturnPackage(string returnPackageFilePath, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description string returnPackageFilePath The file path of the return package to import. Has file extension .sdlrpx EventHandler ProgressEventArgs statusEventHandler Event handler for status events EventHandler MessageEventArgs messageEventHandler Event handler for message events Returns Type Description ReturnPackageImport Information about the import operation. OpenProjectFileStream(Guid) Returns a stream that can be used to save out the latest version of the file. Declaration Stream OpenProjectFileStream(Guid projectFileId) Parameters Type Name Description Guid projectFileId The file to obtain the stream for. Returns Type Description Stream A stream from which the file contents can be read. It is the responsibility of the caller to close this stream. RemoveBilingualReferenceFile(Guid) Removes a Bilingual reference file from a target project file Declaration void RemoveBilingualReferenceFile(Guid ProjectTargetFileId) Parameters Type Name Description Guid ProjectTargetFileId The file that where the bilingual reference needs to be removed RunAutomaticTask(Guid[], string) Runs an automatic task on a set of files. Automatic task template IDs are defined in AutomaticTaskTemplateIds . Declaration AutomaticTask RunAutomaticTask(Guid[] projectFileIds, string taskTemplateId) Parameters Type Name Description Guid projectFileIds The files to run the task on. string taskTemplateId The ID of the task template (i.e. the type of task) to run. Returns Type Description AutomaticTask Information about the automatic task that has been run. Remarks Multiple automatic tasks can be run together in a sequence using FileBasedProject.RunAutomaticTasks RunAutomaticTask(Guid[], string, EventHandler, EventHandler) Runs an automatic task on a set of files. Automatic task template IDs are defined in AutomaticTaskTemplateIds . This overload allows event handlers to be specified for task status and message events. These events support cancellation of the task. Declaration AutomaticTask RunAutomaticTask(Guid[] projectFileIds, string taskTemplateId, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description Guid projectFileIds The files to run the task on. string taskTemplateId The ID of the task template (i.e. the type of task) to run. EventHandler TaskStatusEventArgs statusEventHandler Event handler for task status events. EventHandler TaskMessageEventArgs messageEventHandler Event handler for message events. Returns Type Description AutomaticTask Information about the automatic task that has been run. Remarks Multiple automatic tasks can be run together in a sequence using FileBasedProject.RunAutomaticTasks Save() Persists the project file. The file has extension .sdlproj and is located in the folder given by LocalProjectFolder . . Declaration void Save() Remarks It is recommended to regularly save the project, for example after making a set of changes and after running a task. SavePackageAs(Guid, string) Saves out a created project or return package to a specified file location. Declaration void SavePackageAs(Guid packageId, string path) Parameters Type Name Description Guid packageId The ID of the package to save. See PackageId . string path The file path to save the package to. SaveProjectFileAs(Guid, string) Saves out the file to a specified file location. Declaration void SaveProjectFileAs(Guid projectFileId, string outputFilePath) Parameters Type Name Description Guid projectFileId The file to save. string outputFilePath The file path to save the project file to. SaveTaskReportAs(Guid, string, ReportFormat) Saves the task report out to a file, in the specified format Declaration void SaveTaskReportAs(Guid reportId, string path, ReportFormat reportFormat) Parameters Type Name Description Guid reportId The id of the task report to save. string path The file path to save the report to. ReportFormat reportFormat The format used when saving out the report. SetFileRole(Guid[], FileRole) Changes the role of the file. A Scan task ( Scan ) should be run after changing the file role in this way. Declaration void SetFileRole(Guid[] projectFileIds, FileRole fileRole) Parameters Type Name Description Guid projectFileIds The IDs of the project files. FileRole fileRole The new FileRole value. UpdateProject(ProjectInfo) Updates the project with the new information contained in projectInfo . Declaration ProjectInfo UpdateProject(ProjectInfo projectInfo) Parameters Type Name Description ProjectInfo projectInfo The updated project information. Returns Type Description ProjectInfo The updated project information. Remarks It is only valid to update certain properties. See the comments in ProjectInfo properties for more details. It is recommended to first obtain a ProjectInfo object using GetProjectInfo() , then modify its properties before passing into this update method. UpdateSettings(Language, ISettingsBundle) Updates the settings for a specific target language. Declaration void UpdateSettings(Language targetLanguage, ISettingsBundle settings) Parameters Type Name Description Language targetLanguage The target language for which to update the settings. ISettingsBundle settings A settings bundle representing the new target language settings. Remarks Note that this method will only update the target-language settings. If you have changed the parent project-level settings too, thee need to be updated with a separate call to UpdateSettings(ISettingsBundle) . Exceptions Type Condition ArgumentException Thrown when targetLanguage is null or invalid. ArgumentNullException Thrown if settings is null . UpdateSettings(ISettingsBundle) Updates the project-level settings. Declaration void UpdateSettings(ISettingsBundle settings) Parameters Type Name Description ISettingsBundle settings A settings bundle object containing the new project settings. Remarks The project settings will be completely replaced with the specified settings, so any settings not present in the updated settings bundle will revert to their defaults. You can also override settings for a specific target language. See UpdateSettings(Language, ISettingsBundle) . Exceptions Type Condition ArgumentNullException Thrown if settings is null . UpdateTermbaseConfiguration(TermbaseConfiguration) Updates the termbase-related settings for this project. Declaration void UpdateTermbaseConfiguration(TermbaseConfiguration termbaseConfiguration) Parameters Type Name Description TermbaseConfiguration termbaseConfiguration A TermbaseConfiguration object containing all termbase-related configuration for this project. This can either be newly created termbase configuration object or one that was retrieved via GetTermbaseConfiguration(bool) . UpdateTranslationProviderConfiguration(Language, TranslationProviderConfiguration) Updates the translation provider configuration for a specific project target language. Declaration void UpdateTranslationProviderConfiguration(Language targetLanguage, TranslationProviderConfiguration translationProviderConfiguration) Parameters Type Name Description Language targetLanguage The project target language for which to update the configuration. TranslationProviderConfiguration translationProviderConfiguration The translation provider configuration. Note that you need to set OverrideParent to true in order for the configuration to be used. If this is set to false , the project-wide translation provider configuration will be used instead ( GetTranslationProviderConfiguration() ). Exceptions Type Condition ArgumentException Thrown when targetLanguage is null , invalid or not one of the project target languages. ArgumentNullException Thrown when translationProviderConfiguration is null . ArgumentException Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information. UpdateTranslationProviderConfiguration(TranslationProviderConfiguration) Updates the project-wide translation provider configuration. Declaration void UpdateTranslationProviderConfiguration(TranslationProviderConfiguration translationProviderConfiguration) Parameters Type Name Description TranslationProviderConfiguration translationProviderConfiguration The translation provider configuration. Note that the project-wide configuration might have been overridden for one or more specific project target languages (see UpdateTranslationProviderConfiguration(Language, TranslationProviderConfiguration) ). The project-wide configuration will not be used for these target languages. Exceptions Type Condition ArgumentNullException Thrown when translationProviderConfiguration is null . ArgumentException Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information." + "keywords": "Interface IProject Represents a project. Provides access to project information and settings, and provides functionality for modifying the project, running tasks etc. Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public interface IProject Methods AddBilingualReferenceFile(BilingualFileMapping) Associates a bilingual reference file with a particular source file and target language using a BilingualFileMapping Declaration void AddBilingualReferenceFile(BilingualFileMapping mapping) Parameters Type Name Description BilingualFileMapping mapping A BilingualFileMapping Object that holds the association Remarks This is used to associate bilingual reference files prior to running the project prepare task sequance so that bilingual reference files can be associated with target files before the files have been copied to the target languages AddBilingualReferenceFiles(BilingualFileMapping[]) Associates a number of Bilingual reference file to particular source file in a target language using an array of BilingualFileMapping Declaration void AddBilingualReferenceFiles(BilingualFileMapping[] mappings) Parameters Type Name Description BilingualFileMapping [] mappings An array of BilingualFileMapping Objects Remarks This is used to associate bilingual reference files prior to running the project prepare task sequance so that bilingual reference files can be associated with target files before the files have been copied to the target languages AddFiles(String[]) Adds a set of files into the project, in the root folder. Declaration ProjectFile[] AddFiles(string[] filePaths) Parameters Type Name Description System.String [] filePaths The paths of the files to add. These should be absolute paths. Returns Type Description ProjectFile [] The added files Remarks When adding files to a project, these files are copied into the project folder; they are not referenced in their original location. AddFiles(String[], String) Adds a set of files into the project, below a specified project folder. Declaration ProjectFile[] AddFiles(string[] filePaths, string folderPathInProject) Parameters Type Name Description System.String [] filePaths The paths of the files to add. These should be absolute paths. System.String folderPathInProject The folder in this project below which the files should be added. If empty the files will be in the project root folder. Returns Type Description ProjectFile [] The added files Remarks When adding files to a project, these files are copied into the project folder; they are not referenced in their original location. AddFolderWithFiles(String, Boolean) Adds all the files from a folder into the project, in the root folder Declaration ProjectFile[] AddFolderWithFiles(string localFolderPath, bool recursive) Parameters Type Name Description System.String localFolderPath The absolute path of the folder containing the files to add. System.Boolean recursive If true , files in sub folders will also be added. The relative folder structure is preserved in the project. Returns Type Description ProjectFile [] The added project files. Remarks When adding files to a project, these files are copied into the project folder; they are not referenced in their original location. AddFolderWithFiles(String, String, Boolean) Adds all the files from a folder into the project, below a specified project folder. Declaration ProjectFile[] AddFolderWithFiles(string localFolderPath, string folderPathInProject, bool recursive) Parameters Type Name Description System.String localFolderPath The absolute path of the folder containing the files to add. System.String folderPathInProject The folder in this project below which the files should be added. If empty the files will be in the project root folder. System.Boolean recursive If true , files in sub folders will also be added. The relative folder structure is preserved in the project. Returns Type Description ProjectFile [] The added project files. Remarks When adding files to a project, these files are copied into the project folder; they are not referenced in their original location. AddNewFileVersion(Guid, String) Adds a new version of the file into the project. Declaration void AddNewFileVersion(Guid projectFileId, string filePath) Parameters Type Name Description System.Guid projectFileId The file to add a new version for. System.String filePath The absolute file path of the new version of the file. Remarks When adding files to a project, these files are copied into the project folder; they are not referenced in their original location. CreateManualTask(String, String, DateTime, TaskFileInfo[]) Creates a manual task. A manual task includes a set of files that is assigned to a user. The created manual task can be used to create a project package using CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler, EventHandler) Declaration ManualTask CreateManualTask(string manualTaskName, string assignToUser, DateTime dueDate, TaskFileInfo[] inputFiles) Parameters Type Name Description System.String manualTaskName The name of the manual task. Typically \"Translate\" or \"Review\", but other task names can be System.String assignToUser The user to assign the task to. System.DateTime dueDate The date by which the task should be completed. TaskFileInfo [] inputFiles The files to include in the task. Returns Type Description ManualTask The newly created manual task. CreateManualTask(String, String, DateTime, Guid[]) Creates a manual task. A manual task includes a set of files that is assigned to a user. The created manual task can be used to create a project package using CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler, EventHandler) Declaration ManualTask CreateManualTask(string manualTaskName, string assignToUser, DateTime dueDate, Guid[] projectFileIds) Parameters Type Name Description System.String manualTaskName The name of the manual task. Typically \"Translate\" or \"Review\", but other task names can be System.String assignToUser The user to assign the task to. System.DateTime dueDate The date by which the task should be completed. System.Guid [] projectFileIds The project files to include in the task. Reference files will be marked as \"read only\" task files Returns Type Description ManualTask The newly created manual task. Remarks This overload allows a list of project file IDs to be specified rather than TaskFileInfo objects. A project file will be marked as a \"read only\" task file if it has a role of Reference . CreateMergedProjectFile(String, String, Guid[]) Creates a merged file from a number of translatable files in the project. This allows manipulating the content of all the child files within one physical file. For more information, see MergedProjectFile . Declaration MergedProjectFile CreateMergedProjectFile(string mergedFileName, string folderPathInProject, Guid[] projectFileIds) Parameters Type Name Description System.String mergedFileName The file name for the newly created merged file. This must have the \".sdlxliff\" extension. System.String folderPathInProject The folder in this project in which the merged file be added. If empty the merged file will be in the project root folder. System.Guid [] projectFileIds The IDs of the translatable files to be merged in to one. Returns Type Description MergedProjectFile The newly created and added merged project file. CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) Creates a project package. The package can then be obtained using SavePackageAs(Guid, String) . Declaration ProjectPackageCreation CreateProjectPackage(Guid manualTaskId, string packageName, string comment, ProjectPackageCreationOptions options) Parameters Type Name Description System.Guid manualTaskId The ID of the task that the package relates to. (The task defines which files are included in the package.) System.String packageName The name of the package. System.String comment Optional comment. ProjectPackageCreationOptions options Various options to control what will be included in a project package. Returns Type Description ProjectPackageCreation A ProjectPackageCreation object, which contains the results of the package creation. CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler, EventHandler) Creates a project package. The package can then be obtained using SavePackageAs(Guid, String) . Declaration ProjectPackageCreation CreateProjectPackage(Guid manualTaskId, string packageName, string comment, ProjectPackageCreationOptions options, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description System.Guid manualTaskId The ID of the task that the package relates to. (The task defines which files are included in the package.) System.String packageName The name of the package. System.String comment Optional comment. ProjectPackageCreationOptions options Various options to control what will be included in a project package. System.EventHandler < ProgressEventArgs > statusEventHandler Event handler for package creation status events. System.EventHandler < MessageEventArgs > messageEventHandler Event handler for message events. Returns Type Description ProjectPackageCreation A ProjectPackageCreation object, which contains the results of the package creation. CreateReturnPackage(Guid[], String, String) Creates a return package from a set of files. The files must all have previously been received as part of a project package in order for the return package to be created. Declaration ReturnPackageCreation CreateReturnPackage(Guid[] projectFileIds, string packageName, string comment) Parameters Type Name Description System.Guid [] projectFileIds The files to include in the return package. System.String packageName The name of the package. System.String comment A comment for the package. Returns Type Description ReturnPackageCreation A ReturnPackageCreation object, representing the results of the return package creation. Remarks It is only valid to call this method if this project was created from a project package CreateReturnPackage(Guid[], String, String, EventHandler, EventHandler) Creates a return package from a set of files. The files must all have previously been received as part of a project package in order for the return package to be created. Declaration ReturnPackageCreation CreateReturnPackage(Guid[] projectFileIds, string packageName, string comment, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description System.Guid [] projectFileIds The files to include in the return package. System.String packageName The name of the package. System.String comment A comment for the package. System.EventHandler < ProgressEventArgs > statusEventHandler Event handler for status events System.EventHandler < MessageEventArgs > messageEventHandler Event handler for message events Returns Type Description ReturnPackageCreation Remarks It is only valid to call this method if this project was created from a project package GetAutomaticTask(Guid) Retrieves an existing automatic task. Declaration AutomaticTask GetAutomaticTask(Guid automaticTaskId) Parameters Type Name Description System.Guid automaticTaskId The ID of the automatic task. Returns Type Description AutomaticTask GetFile(Guid) Retrieves the file with specified ID. Declaration ProjectFile GetFile(Guid projectFileId) Parameters Type Name Description System.Guid projectFileId The ID of the file to retrieve. Returns Type Description ProjectFile The added project file. GetFileTypeConfiguration() Returns the configuration for the file types asssociated to this project Declaration ProjectFileTypeConfiguration GetFileTypeConfiguration() Returns Type Description ProjectFileTypeConfiguration GetManualTask(Guid) Retrieves an existing manual task. Declaration ManualTask GetManualTask(Guid manualTaskId) Parameters Type Name Description System.Guid manualTaskId The ID of the manual task Returns Type Description ManualTask GetProjectInfo() Retrieves information about the project Declaration ProjectInfo GetProjectInfo() Returns Type Description ProjectInfo GetProjectStatistics() Gets the aggregated analysis, word count and confirmation statistics for all the files in the project. This will not actually compute the statistics, but just return a snapshot of the statistics that where most recently computed. To update the statistics, run the relevant task: WordCount , AnalyzeFiles or TranslationCount . Declaration ProjectStatistics GetProjectStatistics() Returns Type Description ProjectStatistics The aggregated analysis, word count and confirmation statistics for all the files in the project. GetSettings() Gets the project-level settings. Declaration ISettingsBundle GetSettings() Returns Type Description ISettingsBundle A settings bundle containing the project settings. Never returns null . Remarks Project settings can be overridden for a specific target language using UpdateSettings(Language, ISettingsBundle) . The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting that is not specifically defined/overridden on the target language level will be inherited from the project-level settings. GetSettings(Language) Gets the settings for a specific target language. Declaration ISettingsBundle GetSettings(Language targetLanguage) Parameters Type Name Description Language targetLanguage The project target language for which to retrieve the settings. Returns Type Description ISettingsBundle A settings bundle containing the target language specific settings. The settings bundle returned will have a parent settings bundle which represent the current project settings. Never returns null . Remarks Target language settings override settings specified on the project level (see GetSettings() . The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting that is not specifically defined/overridden on the target language level will be inherited from the project-level settings. Exceptions Type Condition System.ArgumentException Thrown when targetLanguage is null or invalid. GetSourceLanguageFiles() Retrieves all source language files. Declaration ProjectFile[] GetSourceLanguageFiles() Returns Type Description ProjectFile [] All the source language files in this project. GetTargetLanguageFiles() Retrieves all target language files. Declaration ProjectFile[] GetTargetLanguageFiles() Returns Type Description ProjectFile [] Remarks For merged files ( MergedProjectFile ) with merge state NotMerged or Merged the merged file will be returned from this method, but not the child files. When the merge state is Split , only the child files are returned, not the merged file. GetTargetLanguageFiles(Language) Retrieves all files for the specified target language. Declaration ProjectFile[] GetTargetLanguageFiles(Language targetLanguage) Parameters Type Name Description Language targetLanguage The target language to retrieve files for. Returns Type Description ProjectFile [] Remarks For merged files ( MergedProjectFile ) with merge state NotMerged or Merged the merged file will be returned from this method, but not the child files. When the merge state is Split , only the child files are returned, not the merged file. GetTermbaseConfiguration(Boolean) Retrieves all termbase-related settings that are associated with this project. Declaration TermbaseConfiguration GetTermbaseConfiguration(bool obtainCopy) Parameters Type Name Description System.Boolean obtainCopy Returns Type Description TermbaseConfiguration A TermbaseConfiguration object containing all termbase-related configuration for this project. GetTranslationProviderConfiguration() Gets the translation provider configuration for this project. Declaration TranslationProviderConfiguration GetTranslationProviderConfiguration() Returns Type Description TranslationProviderConfiguration The translation provider configuration. This never returns null . Remarks The translation provider configuration can be overridden for a specific target language (see GetTranslationProviderConfiguration(Language) ) and UpdateTranslationProviderConfiguration(Language, TranslationProviderConfiguration) ). GetTranslationProviderConfiguration(Language) Gets the translation provider configuration for the specified target language. If no specific configuration has been specified for the specified target language, this method returns an empty (not null !) configuration. Declaration TranslationProviderConfiguration GetTranslationProviderConfiguration(Language targetLanguage) Parameters Type Name Description Language targetLanguage The target language for which to get the translation provider configuration. Returns Type Description TranslationProviderConfiguration The translation provider configuration for the specified target language. This never returns null . ImportReturnPackage(String) Imports a return package into this project. Declaration ReturnPackageImport ImportReturnPackage(string returnPackageFilePath) Parameters Type Name Description System.String returnPackageFilePath The file path of the return package to import. Has file extension .sdlrpx Returns Type Description ReturnPackageImport Information about the import operation. ImportReturnPackage(String, EventHandler, EventHandler) Imports a return package into this project. Declaration ReturnPackageImport ImportReturnPackage(string returnPackageFilePath, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description System.String returnPackageFilePath The file path of the return package to import. Has file extension .sdlrpx System.EventHandler < ProgressEventArgs > statusEventHandler Event handler for status events System.EventHandler < MessageEventArgs > messageEventHandler Event handler for message events Returns Type Description ReturnPackageImport Information about the import operation. OpenProjectFileStream(Guid) Returns a stream that can be used to save out the latest version of the file. Declaration Stream OpenProjectFileStream(Guid projectFileId) Parameters Type Name Description System.Guid projectFileId The file to obtain the stream for. Returns Type Description System.IO.Stream A stream from which the file contents can be read. It is the responsibility of the caller to close this stream. RemoveBilingualReferenceFile(Guid) Removes a Bilingual reference file from a target project file Declaration void RemoveBilingualReferenceFile(Guid ProjectTargetFileId) Parameters Type Name Description System.Guid ProjectTargetFileId The file that where the bilingual reference needs to be removed RunAutomaticTask(Guid[], String) Runs an automatic task on a set of files. Automatic task template IDs are defined in AutomaticTaskTemplateIds . Declaration AutomaticTask RunAutomaticTask(Guid[] projectFileIds, string taskTemplateId) Parameters Type Name Description System.Guid [] projectFileIds The files to run the task on. System.String taskTemplateId The ID of the task template (i.e. the type of task) to run. Returns Type Description AutomaticTask Information about the automatic task that has been run. Remarks Multiple automatic tasks can be run together in a sequence using FileBasedProject.RunAutomaticTasks RunAutomaticTask(Guid[], String, EventHandler, EventHandler) Runs an automatic task on a set of files. Automatic task template IDs are defined in AutomaticTaskTemplateIds . This overload allows event handlers to be specified for task status and message events. These events support cancellation of the task. Declaration AutomaticTask RunAutomaticTask(Guid[] projectFileIds, string taskTemplateId, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description System.Guid [] projectFileIds The files to run the task on. System.String taskTemplateId The ID of the task template (i.e. the type of task) to run. System.EventHandler < TaskStatusEventArgs > statusEventHandler Event handler for task status events. System.EventHandler < TaskMessageEventArgs > messageEventHandler Event handler for message events. Returns Type Description AutomaticTask Information about the automatic task that has been run. Remarks Multiple automatic tasks can be run together in a sequence using FileBasedProject.RunAutomaticTasks Save() Persists the project file. The file has extension .sdlproj and is located in the folder given by LocalProjectFolder . . Declaration void Save() Remarks It is recommended to regularly save the project, for example after making a set of changes and after running a task. SavePackageAs(Guid, String) Saves out a created project or return package to a specified file location. Declaration void SavePackageAs(Guid packageId, string path) Parameters Type Name Description System.Guid packageId The ID of the package to save. See PackageId . System.String path The file path to save the package to. SaveProjectFileAs(Guid, String) Saves out the file to a specified file location. Declaration void SaveProjectFileAs(Guid projectFileId, string outputFilePath) Parameters Type Name Description System.Guid projectFileId The file to save. System.String outputFilePath The file path to save the project file to. SaveTaskReportAs(Guid, String, ReportFormat) Saves the task report out to a file, in the specified format Declaration void SaveTaskReportAs(Guid reportId, string path, ReportFormat reportFormat) Parameters Type Name Description System.Guid reportId The id of the task report to save. System.String path The file path to save the report to. ReportFormat reportFormat The format used when saving out the report. SetFileRole(Guid[], FileRole) Changes the role of the file. A Scan task ( Scan ) should be run after changing the file role in this way. Declaration void SetFileRole(Guid[] projectFileIds, FileRole fileRole) Parameters Type Name Description System.Guid [] projectFileIds The IDs of the project files. FileRole fileRole The new FileRole value. UpdateProject(ProjectInfo) Updates the project with the new information contained in projectInfo . Declaration ProjectInfo UpdateProject(ProjectInfo projectInfo) Parameters Type Name Description ProjectInfo projectInfo The updated project information. Returns Type Description ProjectInfo The updated project information. Remarks It is only valid to update certain properties. See the comments in ProjectInfo properties for more details. It is recommended to first obtain a ProjectInfo object using GetProjectInfo() , then modify its properties before passing into this update method. UpdateSettings(Language, ISettingsBundle) Updates the settings for a specific target language. Declaration void UpdateSettings(Language targetLanguage, ISettingsBundle settings) Parameters Type Name Description Language targetLanguage The target language for which to update the settings. ISettingsBundle settings A settings bundle representing the new target language settings. Remarks Note that this method will only update the target-language settings. If you have changed the parent project-level settings too, thee need to be updated with a separate call to UpdateSettings(ISettingsBundle) . Exceptions Type Condition System.ArgumentException Thrown when targetLanguage is null or invalid. System.ArgumentNullException Thrown if settings is null . UpdateSettings(ISettingsBundle) Updates the project-level settings. Declaration void UpdateSettings(ISettingsBundle settings) Parameters Type Name Description ISettingsBundle settings A settings bundle object containing the new project settings. Remarks The project settings will be completely replaced with the specified settings, so any settings not present in the updated settings bundle will revert to their defaults. You can also override settings for a specific target language. See UpdateSettings(Language, ISettingsBundle) . Exceptions Type Condition System.ArgumentNullException Thrown if settings is null . UpdateTermbaseConfiguration(TermbaseConfiguration) Updates the termbase-related settings for this project. Declaration void UpdateTermbaseConfiguration(TermbaseConfiguration termbaseConfiguration) Parameters Type Name Description TermbaseConfiguration termbaseConfiguration A TermbaseConfiguration object containing all termbase-related configuration for this project. This can either be newly created termbase configuration object or one that was retrieved via GetTermbaseConfiguration(Boolean) . UpdateTranslationProviderConfiguration(Language, TranslationProviderConfiguration) Updates the translation provider configuration for a specific project target language. Declaration void UpdateTranslationProviderConfiguration(Language targetLanguage, TranslationProviderConfiguration translationProviderConfiguration) Parameters Type Name Description Language targetLanguage The project target language for which to update the configuration. TranslationProviderConfiguration translationProviderConfiguration The translation provider configuration. Note that you need to set OverrideParent to true in order for the configuration to be used. If this is set to false , the project-wide translation provider configuration will be used instead ( GetTranslationProviderConfiguration() ). Exceptions Type Condition System.ArgumentException Thrown when targetLanguage is null , invalid or not one of the project target languages. System.ArgumentNullException Thrown when translationProviderConfiguration is null . System.ArgumentException Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information. UpdateTranslationProviderConfiguration(TranslationProviderConfiguration) Updates the project-wide translation provider configuration. Declaration void UpdateTranslationProviderConfiguration(TranslationProviderConfiguration translationProviderConfiguration) Parameters Type Name Description TranslationProviderConfiguration translationProviderConfiguration The translation provider configuration. Note that the project-wide configuration might have been overridden for one or more specific project target languages (see UpdateTranslationProviderConfiguration(Language, TranslationProviderConfiguration) ). The project-wide configuration will not be used for these target languages. Exceptions Type Condition System.ArgumentNullException Thrown when translationProviderConfiguration is null . System.ArgumentException Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information." }, "api/projectautomation/Sdl.ProjectAutomation.Core.IProjectDeleteOperation.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.IProjectDeleteOperation.html", "title": "Interface IProjectDeleteOperation", - "keywords": "Interface IProjectDeleteOperation Represents a project operation. Provides access to project information and settings, and provides functionality for deleting the project etc. Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public interface IProjectDeleteOperation Methods Delete() Deletes this project from the server. Declaration void Delete() DeleteFilesAndDependencies(string) Delete all project files with the specified name and all their dependencies from the project. This will delete all source and target language versions of the file and all their associated files, including auxiliary files and bilinugal reference files. If any of the files to be deleted are locked or part of a current update exceptions will be thrown and none of the files are deleted. Declaration void DeleteFilesAndDependencies(string fileNameInProject) Parameters Type Name Description string fileNameInProject The original filename with path from the root folder in the project DeleteFromServer() Deletes the project from the server Declaration void DeleteFromServer()" + "keywords": "Interface IProjectDeleteOperation Represents a project operation. Provides access to project information and settings, and provides functionality for deleting the project etc. Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public interface IProjectDeleteOperation Methods Delete() Deletes this project from the server. Declaration void Delete() DeleteFilesAndDependencies(String) Delete all project files with the specified name and all their dependencies from the project. This will delete all source and target language versions of the file and all their associated files, including auxiliary files and bilinugal reference files. If any of the files to be deleted are locked or part of a current update exceptions will be thrown and none of the files are deleted. Declaration void DeleteFilesAndDependencies(string fileNameInProject) Parameters Type Name Description System.String fileNameInProject The original filename with path from the root folder in the project DeleteFromServer() Deletes the project from the server Declaration void DeleteFromServer()" }, "api/projectautomation/Sdl.ProjectAutomation.Core.LocalFileState.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.LocalFileState.html", "title": "Enum LocalFileState", - "keywords": "Enum LocalFileState The status of the local file in relation to the file stored on the project server Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum LocalFileState Fields Name Description Conflict This file is in conflict with the file on the project server Missing There is a file on the server but no file on the local file system to work on this file you should download the file from the project server Modified This file has been modified and not yet updated to the project server New This is a new file not yet published on the project server None This file isnot linked to a project server OutOfDate The local copy of the file is out of date and a new version of the file should be retrieved from the project server UpToDate The file is the same as the one on the server" + "keywords": "Enum LocalFileState The status of the local file in relation to the file stored on the project server Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum LocalFileState Fields Name Description Conflict This file is in conflict with the file on the project server Missing There is a file on the server but no file on the local file system to work on this file you should download the file from the project server Modified This file has been modified and not yet updated to the project server New This is a new file not yet published on the project server None This file isnot linked to a project server OutOfDate The local copy of the file is out of date and a new version of the file should be retrieved from the project server UpToDate The file is the same as the one on the server" }, "api/projectautomation/Sdl.ProjectAutomation.Core.LocalTermbase.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.LocalTermbase.html", "title": "Class LocalTermbase", - "keywords": "Class LocalTermbase Represents a reference to a local (file-based) termbase that can be added to the TermbaseConfiguration of a project. Inheritance object Termbase LocalTermbase Inherited Members Termbase.Name Termbase.SettingsXML Termbase.FilterName Termbase.Enabled object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class LocalTermbase : Termbase Constructors LocalTermbase(string) Constructor with an absolute file path. Declaration public LocalTermbase(string filePath) Parameters Type Name Description string filePath The absolute path of the termbase file. LocalTermbase(string, string, bool) Constructor with an absolute file path, a filter name and enabled value. Declaration public LocalTermbase(string filePath, string filterName, bool enabled) Parameters Type Name Description string filePath The absolute path of the termbase file. string filterName The name of the termbase filter that should be used when performing lookups in this termbase. This should be the valid name of a filter that is defined within the termbase. bool enabled Whether the termbase should be enabled. When set to false , the termbase is excluded from all termbase-related operations. LocalTermbase(string, string, string) Constructor with an absolute file path. Declaration public LocalTermbase(string filePath, string name, string settingsXML) Parameters Type Name Description string filePath The absolute path of the termbase file. string name Termbase name string settingsXML Project termbase settings LocalTermbase(string, string, string, string, bool) Constructor with an absolute file path, a filter name and enabled value. Declaration public LocalTermbase(string filePath, string name, string settingsXML, string filterName, bool enabled) Parameters Type Name Description string filePath The absolute path of the termbase file. string name Termbase name string settingsXML Project termbase settings. Use null for default settings string filterName The name of the termbase filter that should be used when performing lookups in this termbase. This should be the valid name of a filter that is defined within the termbase. bool enabled Whether the termbase should be enabled. When set to false , the termbase is excluded from all termbase-related operations. Properties FilePath Gets or sets the absolute file path of the termbase file. Declaration public string FilePath { get; set; } Property Value Type Description string" + "keywords": "Class LocalTermbase Represents a reference to a local (file-based) termbase that can be added to the TermbaseConfiguration of a project. Inheritance System.Object Termbase LocalTermbase Inherited Members Termbase.Name Termbase.SettingsXML Termbase.FilterName Termbase.Enabled 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class LocalTermbase : Termbase Constructors LocalTermbase(String) Constructor with an absolute file path. Declaration public LocalTermbase(string filePath) Parameters Type Name Description System.String filePath The absolute path of the termbase file. LocalTermbase(String, String, Boolean) Constructor with an absolute file path, a filter name and enabled value. Declaration public LocalTermbase(string filePath, string filterName, bool enabled) Parameters Type Name Description System.String filePath The absolute path of the termbase file. System.String filterName The name of the termbase filter that should be used when performing lookups in this termbase. This should be the valid name of a filter that is defined within the termbase. System.Boolean enabled Whether the termbase should be enabled. When set to false , the termbase is excluded from all termbase-related operations. LocalTermbase(String, String, String) Constructor with an absolute file path. Declaration public LocalTermbase(string filePath, string name, string settingsXML) Parameters Type Name Description System.String filePath The absolute path of the termbase file. System.String name Termbase name System.String settingsXML Project termbase settings LocalTermbase(String, String, String, String, Boolean) Constructor with an absolute file path, a filter name and enabled value. Declaration public LocalTermbase(string filePath, string name, string settingsXML, string filterName, bool enabled) Parameters Type Name Description System.String filePath The absolute path of the termbase file. System.String name Termbase name System.String settingsXML Project termbase settings. Use null for default settings System.String filterName The name of the termbase filter that should be used when performing lookups in this termbase. This should be the valid name of a filter that is defined within the termbase. System.Boolean enabled Whether the termbase should be enabled. When set to false , the termbase is excluded from all termbase-related operations. Properties FilePath Gets or sets the absolute file path of the termbase file. Declaration public string FilePath { get; set; } Property Value Type Description System.String" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ManualTask.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ManualTask.html", "title": "Class ManualTask", - "keywords": "Class ManualTask Represents a manual task, which is a Task that is assigned to and executed by a user and can be included in a project package if it needs to be performed offline by someone else ( CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) . To create a new manual task, use CreateManualTask(string, string, DateTime, TaskFileInfo[]) . Inheritance object Task ManualTask Inherited Members Task.Id Task.InputFiles Task.Status Task.Name object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ManualTask : Task Constructors ManualTask() Declaration public ManualTask() Properties AssignToUserId Gets the ID of the user who will perform the task. Declaration public string AssignToUserId { get; } Property Value Type Description string Remarks Note that in file-based projects, this ID can be anything and does not necessarily represent an actual Windows User ID or similar. The system merely tracks the user ID for informational purposes. DueDate Gets the due date of this manual task. This is optional. Declaration public DateTime? DueDate { get; } Property Value Type Description DateTime" + "keywords": "Class ManualTask Represents a manual task, which is a Task that is assigned to and executed by a user and can be included in a project package if it needs to be performed offline by someone else ( CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) . To create a new manual task, use CreateManualTask(String, String, DateTime, TaskFileInfo[]) . Inheritance System.Object Task ManualTask Inherited Members Task.Id Task.InputFiles Task.Status Task.Name 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ManualTask : Task Constructors ManualTask() Declaration public ManualTask() Properties AssignToUserId Gets the ID of the user who will perform the task. Declaration public string AssignToUserId { get; } Property Value Type Description System.String Remarks Note that in file-based projects, this ID can be anything and does not necessarily represent an actual Windows User ID or similar. The system merely tracks the user ID for informational purposes. DueDate Gets the due date of this manual task. This is optional. Declaration public DateTime? DueDate { get; } Property Value Type Description System.Nullable < System.DateTime >" }, "api/projectautomation/Sdl.ProjectAutomation.Core.MergedProjectFile.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.MergedProjectFile.html", "title": "Class MergedProjectFile", - "keywords": "Class MergedProjectFile Represents a merged translatable file, which consists of a number of child translatable files. This allows manipulating the content of all the child files within one physical SDLXLIFF file. Inheritance object ProjectFile MergedProjectFile Inherited Members ProjectFile.GetSettings() ProjectFile.UpdateSettings(ISettingsBundle) ProjectFile.Id ProjectFile.ProjectId ProjectFile.Name ProjectFile.Role ProjectFile.FileTypeId ProjectFile.Language ProjectFile.IsSource ProjectFile.SourceFile ProjectFile.TargetFiles ProjectFile.Folder ProjectFile.LocalFilePath ProjectFile.AnalysisStatistics ProjectFile.ConfirmationStatistics ProjectFile.BilingualReferenceFileLocalPath ProjectFile.LocalFileState ProjectFile.CheckedOutTo ProjectFile.CheckedOutAt ProjectFile.IsCheckedOutToMe ProjectFile.IsCheckedOut ProjectFile.IsCheckedOutToAnotherUser ProjectFile.LatestServerVersion ProjectFile.CurrentServerVersion ProjectFile.LastModified ProjectFile.Size ProjectFile.PathInProject ProjectFile.OriginalName object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class MergedProjectFile : ProjectFile Remarks To create a merged file, first add all the individual files to the project and subsequently call CreateMergedProjectFile(string, string, Guid[]) to create the merged file object. initially, the merge state ( MergeState ) of the file is NotMerged , which indicates that the merged SDLXLIFF file has not actually been created yet. In order to do this, you need to run a \"Convert to Bilingual\" task after which the merge state changes to Merged . A merged project file with merge state Merged can be used for all operations any other translatable project file can be used. The operation will then be performed on the merged SDLXLIFF file. The Generate Target Translation task ( GenerateTargetTranslations ) will effectively \"split\" the merged file again and produce all the native target language files. After this has happened, the merge state of the merged file changes to Split . After this point, no operations can be performed on the merged file anymore. Properties ChildFiles Gets the translatable files this merged file consists of. Declaration public ProjectFile[] ChildFiles { get; } Property Value Type Description ProjectFile MergeState Gets the current merge state of the file. Declaration public MergeState MergeState { get; } Property Value Type Description MergeState" + "keywords": "Class MergedProjectFile Represents a merged translatable file, which consists of a number of child translatable files. This allows manipulating the content of all the child files within one physical SDLXLIFF file. Inheritance System.Object ProjectFile MergedProjectFile Inherited Members ProjectFile.GetSettings() ProjectFile.UpdateSettings(ISettingsBundle) ProjectFile.Id ProjectFile.ProjectId ProjectFile.Name ProjectFile.Role ProjectFile.FileTypeId ProjectFile.Language ProjectFile.IsSource ProjectFile.SourceFile ProjectFile.TargetFiles ProjectFile.Folder ProjectFile.LocalFilePath ProjectFile.AnalysisStatistics ProjectFile.ConfirmationStatistics ProjectFile.BilingualReferenceFileLocalPath ProjectFile.LocalFileState ProjectFile.CheckedOutTo ProjectFile.CheckedOutAt ProjectFile.IsCheckedOutToMe ProjectFile.IsCheckedOut ProjectFile.IsCheckedOutToAnotherUser ProjectFile.IsCanceled ProjectFile.LatestServerVersion ProjectFile.CurrentServerVersion ProjectFile.LastModified ProjectFile.Size ProjectFile.PathInProject ProjectFile.OriginalName 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class MergedProjectFile : ProjectFile Remarks To create a merged file, first add all the individual files to the project and subsequently call CreateMergedProjectFile(String, String, Guid[]) to create the merged file object. initially, the merge state ( MergeState ) of the file is NotMerged , which indicates that the merged SDLXLIFF file has not actually been created yet. In order to do this, you need to run a \"Convert to Bilingual\" task after which the merge state changes to Merged . A merged project file with merge state Merged can be used for all operations any other translatable project file can be used. The operation will then be performed on the merged SDLXLIFF file. The Generate Target Translation task ( GenerateTargetTranslations ) will effectively \"split\" the merged file again and produce all the native target language files. After this has happened, the merge state of the merged file changes to Split . After this point, no operations can be performed on the merged file anymore. Properties ChildFiles Gets the translatable files this merged file consists of. Declaration public ProjectFile[] ChildFiles { get; } Property Value Type Description ProjectFile [] MergeState Gets the current merge state of the file. Declaration public MergeState MergeState { get; } Property Value Type Description MergeState" }, "api/projectautomation/Sdl.ProjectAutomation.Core.MergeState.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.MergeState.html", "title": "Enum MergeState", - "keywords": "Enum MergeState Indicates the merged state of a merged translatable file. Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum MergeState Fields Name Description Merged The merged translatable file has been merged. This is the state after a physically merged file was created and uploaded. NotMerged The merged translatable file has not been merged yet. This is the initial state after the file is created using CreateMergedProjectFile(string, string, Guid[]) . Split The merged translatable file has been split. This is the final state, which is entered when the merged file is physically split into its individual child files." + "keywords": "Enum MergeState Indicates the merged state of a merged translatable file. Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum MergeState Fields Name Description Merged The merged translatable file has been merged. This is the state after a physically merged file was created and uploaded. NotMerged The merged translatable file has not been merged yet. This is the initial state after the file is created using CreateMergedProjectFile(String, String, Guid[]) . Split The merged translatable file has been split. This is the final state, which is entered when the merged file is physically split into its individual child files." }, "api/projectautomation/Sdl.ProjectAutomation.Core.MessageEventArgs.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.MessageEventArgs.html", "title": "Class MessageEventArgs", - "keywords": "Class MessageEventArgs Cancelable event args class for callbacks when messages are reported during autoamtic task execution (see RunAutomaticTask(Guid[], string) ) or package-related operations (see CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) and ImportReturnPackage(string) ). Inheritance object EventArgs CancelEventArgs MessageEventArgs TaskMessageEventArgs Inherited Members CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class MessageEventArgs : CancelEventArgs Constructors MessageEventArgs() Declaration public MessageEventArgs() Properties Message Gets the message. Declaration public ExecutionMessage Message { get; } Property Value Type Description ExecutionMessage" + "keywords": "Class MessageEventArgs Cancelable event args class for callbacks when messages are reported during autoamtic task execution (see RunAutomaticTask(Guid[], String) ) or package-related operations (see CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) and ImportReturnPackage(String) ). Inheritance System.Object MessageEventArgs TaskMessageEventArgs Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class MessageEventArgs : CancelEventArgs Constructors MessageEventArgs() Declaration public MessageEventArgs() Properties Message Gets the message. Declaration public ExecutionMessage Message { get; } Property Value Type Description ExecutionMessage" }, "api/projectautomation/Sdl.ProjectAutomation.Core.MessageLevel.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.MessageLevel.html", "title": "Enum MessageLevel", - "keywords": "Enum MessageLevel Represents the severity level of an ExecutionMessage . Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum MessageLevel Fields Name Description Error Error message. Information Information message. Warning Warning message." + "keywords": "Enum MessageLevel Represents the severity level of an ExecutionMessage . Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum MessageLevel Fields Name Description Error Error message. Information Information message. Warning Warning message." }, "api/projectautomation/Sdl.ProjectAutomation.Core.PackageOperation.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.PackageOperation.html", "title": "Class PackageOperation", - "keywords": "Class PackageOperation Base class to represent completed or in progress package operations, such as a package import or export. Inheritance object PackageOperation ProjectPackageCreation ProjectPackageImport ReturnPackageCreation ReturnPackageImport Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public abstract class PackageOperation Constructors PackageOperation() Declaration protected PackageOperation() Properties Messages Gets the list of messages that has been generated so far. Declaration public ExecutionMessage[] Messages { get; } Property Value Type Description ExecutionMessage PackageId Gets the unique ID of the package to which this operation relates. Declaration public Guid PackageId { get; } Property Value Type Description Guid PercentComplete Gets a percentage value indicating how far the package creation has progressed so far. Declaration public int PercentComplete { get; } Property Value Type Description int Status Gets the current status of the project package creation operation. Declaration public PackageStatus Status { get; } Property Value Type Description PackageStatus StatusMessage Gets a message providing more detail about what is currently happening. Declaration public string StatusMessage { get; } Property Value Type Description string" + "keywords": "Class PackageOperation Base class to represent completed or in progress package operations, such as a package import or export. Inheritance System.Object PackageOperation ProjectPackageCreation ProjectPackageImport ReturnPackageCreation ReturnPackageImport 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public abstract class PackageOperation Constructors PackageOperation() Declaration protected PackageOperation() Properties Messages Gets the list of messages that has been generated so far. Declaration public ExecutionMessage[] Messages { get; } Property Value Type Description ExecutionMessage [] PackageId Gets the unique ID of the package to which this operation relates. Declaration public Guid PackageId { get; } Property Value Type Description System.Guid PercentComplete Gets a percentage value indicating how far the package creation has progressed so far. Declaration public int PercentComplete { get; } Property Value Type Description System.Int32 Status Gets the current status of the project package creation operation. Declaration public PackageStatus Status { get; } Property Value Type Description PackageStatus StatusMessage Gets a message providing more detail about what is currently happening. Declaration public string StatusMessage { get; } Property Value Type Description System.String" }, "api/projectautomation/Sdl.ProjectAutomation.Core.PackageStatus.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.PackageStatus.html", "title": "Enum PackageStatus", - "keywords": "Enum PackageStatus Status values for project and return package operations Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum PackageStatus Fields Name Description Cancelled The package operation was cancelled. Cancelling The user has requested cancellation of the package operation, but the system has not responded to this request yet. Completed The package operation has been successfully completed. Failed The package operation has failed. At least one error messages will have been generated (see Messages . InProgress The package operation is in the process Server. Invalid Value not set. NotStarted The package operation has not yet been scheduled or started. Scheduled The package operation is scheduled to be executed, but the execution has not been started yet." + "keywords": "Enum PackageStatus Status values for project and return package operations Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum PackageStatus Fields Name Description Cancelled The package operation was cancelled. Cancelling The user has requested cancellation of the package operation, but the system has not responded to this request yet. Completed The package operation has been successfully completed. Failed The package operation has failed. At least one error messages will have been generated (see Messages . InProgress The package operation is in the process Server. Invalid Value not set. NotStarted The package operation has not yet been scheduled or started. Scheduled The package operation is scheduled to be executed, but the execution has not been started yet." }, "api/projectautomation/Sdl.ProjectAutomation.Core.PackageStatusEventArgs.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.PackageStatusEventArgs.html", "title": "Class PackageStatusEventArgs", - "keywords": "Class PackageStatusEventArgs Event args class for progress information callbacks while package-related operations are executing. See CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler, EventHandler) and ImportReturnPackage(string, EventHandler, EventHandler) . Inheritance object EventArgs CancelEventArgs ProgressEventArgs PackageStatusEventArgs Inherited Members ProgressEventArgs.PercentComplete ProgressEventArgs.StatusMessage CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class PackageStatusEventArgs : ProgressEventArgs Constructors PackageStatusEventArgs() Declaration public PackageStatusEventArgs() Properties Status Gets the current status of the package operation. Declaration public PackageStatus Status { get; } Property Value Type Description PackageStatus" + "keywords": "Class PackageStatusEventArgs Event args class for progress information callbacks while package-related operations are executing. See CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler, EventHandler) and ImportReturnPackage(String, EventHandler, EventHandler) . Inheritance System.Object ProgressEventArgs PackageStatusEventArgs Inherited Members ProgressEventArgs.PercentComplete ProgressEventArgs.StatusMessage Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class PackageStatusEventArgs : ProgressEventArgs Constructors PackageStatusEventArgs() Declaration public PackageStatusEventArgs() Properties Status Gets the current status of the package operation. Declaration public PackageStatus Status { get; } Property Value Type Description PackageStatus" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ProgressEventArgs.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ProgressEventArgs.html", "title": "Class ProgressEventArgs", - "keywords": "Class ProgressEventArgs Cancelable event args class for progress information callbacks during automatic task execution (see RunAutomaticTask(Guid[], string) ) or during package-related operations (see CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) and ImportReturnPackage(string) ). Inheritance object EventArgs CancelEventArgs ProgressEventArgs PackageStatusEventArgs TaskStatusEventArgs PublishProjectEventArgs Inherited Members CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProgressEventArgs : CancelEventArgs Constructors ProgressEventArgs() Declaration public ProgressEventArgs() Properties PercentComplete Gets a percentage value indicating how far the operation has progressed so far. Declaration public int PercentComplete { get; } Property Value Type Description int StatusMessage Gets a message providing more detail about what is currently happening. Declaration public string StatusMessage { get; } Property Value Type Description string" + "keywords": "Class ProgressEventArgs Cancelable event args class for progress information callbacks during automatic task execution (see RunAutomaticTask(Guid[], String) ) or during package-related operations (see CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) and ImportReturnPackage(String) ). Inheritance System.Object ProgressEventArgs PackageStatusEventArgs TaskStatusEventArgs PublishProjectEventArgs Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProgressEventArgs : CancelEventArgs Constructors ProgressEventArgs() Declaration public ProgressEventArgs() Properties PercentComplete Gets a percentage value indicating how far the operation has progressed so far. Declaration public int PercentComplete { get; } Property Value Type Description System.Int32 StatusMessage Gets a message providing more detail about what is currently happening. Declaration public string StatusMessage { get; } Property Value Type Description System.String" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectAutomationException.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectAutomationException.html", "title": "Class ProjectAutomationException", - "keywords": "Class ProjectAutomationException Exception type for specific project automation exceptions. Inheritance object Exception ProjectAutomationException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectAutomationException : Exception, ISerializable, _Exception Constructors ProjectAutomationException() Initializes a new instance of the ProjectAutomationException class. Declaration public ProjectAutomationException() ProjectAutomationException(SerializationInfo, StreamingContext) Initializes a new instance of the ProjectAutomationException class. Declaration protected ProjectAutomationException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info The SerializationInfo that holds the serialized object data about the exception being thrown. StreamingContext context The StreamingContext that contains contextual information about the source or destination. Exceptions Type Condition ArgumentNullException The info parameter is null . SerializationException The class name is null or HResult is zero (0). ProjectAutomationException(string) Initializes a new instance of the ProjectAutomationException class. Declaration public ProjectAutomationException(string message) Parameters Type Name Description string message The message. ProjectAutomationException(string, Exception) Initializes a new instance of the ProjectAutomationException class. Declaration public ProjectAutomationException(string message, Exception inner) Parameters Type Name Description string message The message. Exception inner The inner. Implements ISerializable _Exception" + "keywords": "Class ProjectAutomationException Exception type for specific project automation exceptions. Inheritance System.Object System.Exception ProjectAutomationException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectAutomationException : Exception, ISerializable, _Exception Constructors ProjectAutomationException() Initializes a new instance of the ProjectAutomationException class. Declaration public ProjectAutomationException() ProjectAutomationException(SerializationInfo, StreamingContext) Initializes a new instance of the ProjectAutomationException class. Declaration protected ProjectAutomationException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. System.Runtime.Serialization.StreamingContext context The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. Exceptions Type Condition System.ArgumentNullException The info parameter is null . System.Runtime.Serialization.SerializationException The class name is null or System.Exception.HResult is zero (0). ProjectAutomationException(String) Initializes a new instance of the ProjectAutomationException class. Declaration public ProjectAutomationException(string message) Parameters Type Name Description System.String message The message. ProjectAutomationException(String, Exception) Initializes a new instance of the ProjectAutomationException class. Declaration public ProjectAutomationException(string message, Exception inner) Parameters Type Name Description System.String message The message. System.Exception inner The inner. Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFile.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFile.html", "title": "Class ProjectFile", - "keywords": "Class ProjectFile Represents a file in a project. Inheritance object ProjectFile MergedProjectFile Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectFile Properties AnalysisStatistics Gets the analysis statistics for this file. Returns null if this is not a translatable file. For source-language files, returns the word count statistics only. For target-language files, returns the full translation provider analysis statistics. Note that you need to run the AnalyzeFiles or WordCount tasks to generate these statistics. Declaration public AnalysisStatistics AnalysisStatistics { get; } Property Value Type Description AnalysisStatistics BilingualReferenceFileLocalPath Gets the path of the bilingual reference file associated with this file (Previously translated version of the file). Thi is required for Perfect Match operations. Declaration public string BilingualReferenceFileLocalPath { get; } Property Value Type Description string CheckedOutAt The date the file was checked or null if not checked out when shared on a project server Declaration public DateTime? CheckedOutAt { get; } Property Value Type Description DateTime CheckedOutTo The user that the file is checked out to if shared on a project server Declaration public string CheckedOutTo { get; } Property Value Type Description string ConfirmationStatistics Gets the confirmation statistics for this file. Returns null if this is not a translatable file. Note that you need to run the TranslationCount task to generate these statistics. Declaration public ConfirmationStatistics ConfirmationStatistics { get; } Property Value Type Description ConfirmationStatistics CurrentServerVersion The version of this file stored in the local file system Declaration public int CurrentServerVersion { get; } Property Value Type Description int FileTypeId Gets the File Type Identifier of the file type that will be used to process this file. This is only relevant for translatable files (where Role equals Translatable ) and is set by the Scan task (see Scan . Declaration public string FileTypeId { get; } Property Value Type Description string Folder Gets the logical project folder in which this file resides. Declaration public string Folder { get; } Property Value Type Description string Id Gets the unique ID of the file. Declaration public Guid Id { get; } Property Value Type Description Guid IsCheckedOut Set to true when the file has been checked out for editing by any user when shared on a project server Declaration public bool IsCheckedOut { get; } Property Value Type Description bool IsCheckedOutToAnotherUser Set to true when the file has been checked out by any user other than the current user when shared on a project server Declaration public bool IsCheckedOutToAnotherUser { get; } Property Value Type Description bool IsCheckedOutToMe Set to true if the file is checked out to the currently logged in user when shared on a project server Declaration public bool IsCheckedOutToMe { get; } Property Value Type Description bool IsSource Gets whether this file is a source language or target language file. Declaration public bool IsSource { get; } Property Value Type Description bool Language Gets the project language with which this file is associated. Declaration public Language Language { get; } Property Value Type Description Language LastModified The Last Date Time when the file was modified Declaration public DateTime LastModified { get; } Property Value Type Description DateTime LatestServerVersion The latest version of this file that is stored on the project server Declaration public int LatestServerVersion { get; } Property Value Type Description int LocalFilePath Returns the local file path where this file resides. Declaration public string LocalFilePath { get; } Property Value Type Description string LocalFileState The status of the local file in relation to the file stored on a project server Declaration public LocalFileState LocalFileState { get; } Property Value Type Description LocalFileState Name Gets the file name of the current version of this file. Declaration public string Name { get; } Property Value Type Description string OriginalName Original file name Declaration public string OriginalName { get; } Property Value Type Description string PathInProject Relative Path to the Project Declaration public string PathInProject { get; } Property Value Type Description string ProjectId Gets the unique ID of the project to which the file belongs. Declaration public Guid ProjectId { get; } Property Value Type Description Guid Role Gets the file role, which indicates how the file should be treated in the project. Declaration public FileRole Role { get; } Property Value Type Description FileRole Remarks Use SetFileRole(Guid[], FileRole) to change the role of a file. Size Size of the File Declaration public long Size { get; } Property Value Type Description long SourceFile If this is a target language file, gets the corresponding source language file. Returns null for source language files. Declaration public ProjectFile SourceFile { get; } Property Value Type Description ProjectFile TargetFiles If this is a source language file, returns all the corresponding target language files. Returns null for target language files. Declaration public ProjectFile[] TargetFiles { get; } Property Value Type Description ProjectFile Methods GetSettings() Gets the project-level settings. Declaration public ISettingsBundle GetSettings() Returns Type Description ISettingsBundle A settings bundle containing the project settings. Never returns null . UpdateSettings(ISettingsBundle) Updates the project-level settings. Declaration public void UpdateSettings(ISettingsBundle settings) Parameters Type Name Description ISettingsBundle settings A settings bundle object containing the new project settings. Remarks

                                                                                                                    The project settings will be completely replaced with the specified settings, so any settings not present in the updated settings bundle will revert to their defaults. Exceptions Type Condition ArgumentNullException Thrown if settings is null ." + "keywords": "Class ProjectFile Represents a file in a project. Inheritance System.Object ProjectFile MergedProjectFile 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectFile Properties AnalysisStatistics Gets the analysis statistics for this file. Returns null if this is not a translatable file. For source-language files, returns the word count statistics only. For target-language files, returns the full translation provider analysis statistics. Note that you need to run the AnalyzeFiles or WordCount tasks to generate these statistics. Declaration public AnalysisStatistics AnalysisStatistics { get; } Property Value Type Description AnalysisStatistics BilingualReferenceFileLocalPath Gets the path of the bilingual reference file associated with this file (Previously translated version of the file). Thi is required for Perfect Match operations. Declaration public string BilingualReferenceFileLocalPath { get; } Property Value Type Description System.String CheckedOutAt The date the file was checked or null if not checked out when shared on a project server Declaration public DateTime? CheckedOutAt { get; } Property Value Type Description System.Nullable < System.DateTime > CheckedOutTo The user that the file is checked out to if shared on a project server Declaration public string CheckedOutTo { get; } Property Value Type Description System.String ConfirmationStatistics Gets the confirmation statistics for this file. Returns null if this is not a translatable file. Note that you need to run the TranslationCount task to generate these statistics. Declaration public ConfirmationStatistics ConfirmationStatistics { get; } Property Value Type Description ConfirmationStatistics CurrentServerVersion The version of this file stored in the local file system Declaration public int CurrentServerVersion { get; } Property Value Type Description System.Int32 FileTypeId Gets the File Type Identifier of the file type that will be used to process this file. This is only relevant for translatable files (where Role equals Translatable ) and is set by the Scan task (see Scan . Declaration public string FileTypeId { get; } Property Value Type Description System.String Folder Gets the logical project folder in which this file resides. Declaration public string Folder { get; } Property Value Type Description System.String Id Gets the unique ID of the file. Declaration public Guid Id { get; } Property Value Type Description System.Guid IsCanceled Set to true when the file has been canceled on the server Declaration public bool IsCanceled { get; } Property Value Type Description System.Boolean IsCheckedOut Set to true when the file has been checked out for editing by any user when shared on a project server Declaration public bool IsCheckedOut { get; } Property Value Type Description System.Boolean IsCheckedOutToAnotherUser Set to true when the file has been checked out by any user other than the current user when shared on a project server Declaration public bool IsCheckedOutToAnotherUser { get; } Property Value Type Description System.Boolean IsCheckedOutToMe Set to true if the file is checked out to the currently logged in user when shared on a project server Declaration public bool IsCheckedOutToMe { get; } Property Value Type Description System.Boolean IsSource Gets whether this file is a source language or target language file. Declaration public bool IsSource { get; } Property Value Type Description System.Boolean Language Gets the project language with which this file is associated. Declaration public Language Language { get; } Property Value Type Description Language LastModified The Last Date Time when the file was modified Declaration public DateTime LastModified { get; } Property Value Type Description System.DateTime LatestServerVersion The latest version of this file that is stored on the project server Declaration public int LatestServerVersion { get; } Property Value Type Description System.Int32 LocalFilePath Returns the local file path where this file resides. Declaration public string LocalFilePath { get; } Property Value Type Description System.String LocalFileState The status of the local file in relation to the file stored on a project server Declaration public LocalFileState LocalFileState { get; } Property Value Type Description LocalFileState Name Gets the file name of the current version of this file. Declaration public string Name { get; } Property Value Type Description System.String OriginalName Original file name Declaration public string OriginalName { get; } Property Value Type Description System.String PathInProject Relative Path to the Project Declaration public string PathInProject { get; } Property Value Type Description System.String ProjectId Gets the unique ID of the project to which the file belongs. Declaration public Guid ProjectId { get; } Property Value Type Description System.Guid Role Gets the file role, which indicates how the file should be treated in the project. Declaration public FileRole Role { get; } Property Value Type Description FileRole Remarks Use SetFileRole(Guid[], FileRole) to change the role of a file. Size Size of the File Declaration public long Size { get; } Property Value Type Description System.Int64 SourceFile If this is a target language file, gets the corresponding source language file. Returns null for source language files. Declaration public ProjectFile SourceFile { get; } Property Value Type Description ProjectFile TargetFiles If this is a source language file, returns all the corresponding target language files. Returns null for target language files. Declaration public ProjectFile[] TargetFiles { get; } Property Value Type Description ProjectFile [] Methods GetSettings() Gets the project-level settings. Declaration public ISettingsBundle GetSettings() Returns Type Description ISettingsBundle A settings bundle containing the project settings. Never returns null . UpdateSettings(ISettingsBundle) Updates the project-level settings. Declaration public void UpdateSettings(ISettingsBundle settings) Parameters Type Name Description ISettingsBundle settings A settings bundle object containing the new project settings. Remarks The project settings will be completely replaced with the specified settings, so any settings not present in the updated settings bundle will revert to their defaults. Exceptions Type Condition System.ArgumentNullException Thrown if settings is null ." }, "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFileTypeConfiguration.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFileTypeConfiguration.html", "title": "Class ProjectFileTypeConfiguration", - "keywords": "Class ProjectFileTypeConfiguration Inheritance object ProjectFileTypeConfiguration Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectFileTypeConfiguration Properties FileTypeManagerConfiguration Declaration public IFileTypeManagerConfiguration FileTypeManagerConfiguration { get; } Property Value Type Description Sdl.ProjectApi.IFileTypeManagerConfiguration FilterManager Declaration public IFileTypeManager FilterManager { get; } Property Value Type Description IFileTypeManager StandardFilterManager Declaration public IFileTypeManager StandardFilterManager { get; } Property Value Type Description IFileTypeManager SubContentFileTypeManagerConfiguration Declaration public IFileTypeManagerConfiguration SubContentFileTypeManagerConfiguration { get; } Property Value Type Description Sdl.ProjectApi.IFileTypeManagerConfiguration" + "keywords": "Class ProjectFileTypeConfiguration Inheritance System.Object ProjectFileTypeConfiguration 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectFileTypeConfiguration Properties FileTypeManagerConfiguration Declaration public IFileTypeManagerConfiguration FileTypeManagerConfiguration { get; } Property Value Type Description Sdl.ProjectApi.IFileTypeManagerConfiguration FilterManager Declaration public IFileTypeManager FilterManager { get; } Property Value Type Description IFileTypeManager StandardFilterManager Declaration public IFileTypeManager StandardFilterManager { get; } Property Value Type Description IFileTypeManager SubContentFileTypeManagerConfiguration Declaration public IFileTypeManagerConfiguration SubContentFileTypeManagerConfiguration { get; } Property Value Type Description Sdl.ProjectApi.IFileTypeManagerConfiguration" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFileVersion.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFileVersion.html", "title": "Class ProjectFileVersion", - "keywords": "Class ProjectFileVersion Class which holds the version details for a particular file Inheritance object ProjectFileVersion Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectFileVersion Constructors ProjectFileVersion() Declaration public ProjectFileVersion() Properties CreatedAt The date that the file was createdW Declaration public DateTime CreatedAt { get; set; } Property Value Type Description DateTime CreatedBy The user name of the creator of the file Declaration public string CreatedBy { get; set; } Property Value Type Description string FileName The name of the file Declaration public string FileName { get; set; } Property Value Type Description string LastModified The date that the file was last modified Declaration public DateTime LastModified { get; set; } Property Value Type Description DateTime VersionNumber The version number of the file Declaration public int VersionNumber { get; set; } Property Value Type Description int" + "keywords": "Class ProjectFileVersion Class which holds the version details for a particular file Inheritance System.Object ProjectFileVersion 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectFileVersion Constructors ProjectFileVersion() Declaration public ProjectFileVersion() Properties CreatedAt The date that the file was createdW Declaration public DateTime CreatedAt { get; set; } Property Value Type Description System.DateTime CreatedBy The user name of the creator of the file Declaration public string CreatedBy { get; set; } Property Value Type Description System.String FileName The name of the file Declaration public string FileName { get; set; } Property Value Type Description System.String LastModified The date that the file was last modified Declaration public DateTime LastModified { get; set; } Property Value Type Description System.DateTime VersionNumber The version number of the file Declaration public int VersionNumber { get; set; } Property Value Type Description System.Int32" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectInfo.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectInfo.html", "title": "Class ProjectInfo", - "keywords": "Class ProjectInfo Holds information about a project. This class is used when accessing information about an existing project, and for updating a project with new information. It is also used when creating a new project. Not all properties are supported for project updating. Inheritance object ProjectInfo Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectInfo Constructors ProjectInfo() Declaration public ProjectInfo() Properties CreatedAt Gets the date/time the project was created. Declaration public DateTime CreatedAt { get; } Property Value Type Description DateTime CreatedBy The ID of the user that created this project Declaration public string CreatedBy { get; set; } Property Value Type Description string CurrentUserId The ID of the current user for this project. For local projects this is identical to the user under which the API is running locally. For server-based projects this returns the user that is currently logged on to the server Declaration public string CurrentUserId { get; set; } Property Value Type Description string Description The description of the project. Declaration public string Description { get; set; } Property Value Type Description string DueDate Gets or sets the due date for this project. Declaration public DateTime? DueDate { get; set; } Property Value Type Description DateTime IconPath Gets or sets the physical path of the project icon Declaration public string IconPath { get; set; } Property Value Type Description string Id The ID of the project Declaration public Guid Id { get; } Property Value Type Description Guid IsCompleted Set when the project has been completed Declaration public bool IsCompleted { get; } Property Value Type Description bool LocalProjectFolder The local folder used to store project files. Declaration public string LocalProjectFolder { get; set; } Property Value Type Description string Remarks This property can only be set for use during project creation. It is not valid to set for project updating. Name The name of the project. Declaration public string Name { get; set; } Property Value Type Description string The name. Remarks This property can only be set for use during project creation. It is not valid to set for project updating. OrganizationPath Gets the organization path on the server to where the project is published. Declaration public string OrganizationPath { get; } Property Value Type Description string ProjectOrigin Gets or sets the source of the project Declaration public string ProjectOrigin { get; set; } Property Value Type Description string ProjectType Gets or sets the current project type Declaration public ProjectType ProjectType { get; } Property Value Type Description ProjectType PublicationStatus Gets the status of publication for this project on a project server Declaration public PublicationStatus PublicationStatus { get; } Property Value Type Description PublicationStatus ServerUri Gets the Uri of the server Declaration public Uri ServerUri { get; } Property Value Type Description Uri SourceLanguage The source language of the project Declaration public Language SourceLanguage { get; set; } Property Value Type Description Language Remarks It is optional to set this property during project creation. If it is not set, the source language of the reference project or template is used. If a template has more than one source language, the first one is used. This property can only be set for use during project creation. It is not valid to set for project updating. Status Gets or sets the current status of the project Declaration public ProjectStatus Status { get; } Property Value Type Description ProjectStatus TargetLanguages The target languages of the project. Declaration public Language[] TargetLanguages { get; set; } Property Value Type Description Language Remarks It is optional to set this property during project creation. If it is not set, the target languages of the reference project or template are used. This property can only be set for use during project creation. It is not valid to set for project updating. Uri The URI of the project Declaration public Uri Uri { get; } Property Value Type Description Uri" + "keywords": "Class ProjectInfo Holds information about a project. This class is used when accessing information about an existing project, and for updating a project with new information. It is also used when creating a new project. Not all properties are supported for project updating. Inheritance System.Object ProjectInfo 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectInfo Constructors ProjectInfo() Declaration public ProjectInfo() Properties CreatedAt Gets the date/time the project was created. Declaration public DateTime CreatedAt { get; } Property Value Type Description System.DateTime CreatedBy The ID of the user that created this project Declaration public string CreatedBy { get; set; } Property Value Type Description System.String CurrentUserId The ID of the current user for this project. For local projects this is identical to the user under which the API is running locally. For server-based projects this returns the user that is currently logged on to the server Declaration public string CurrentUserId { get; set; } Property Value Type Description System.String Description The description of the project. Declaration public string Description { get; set; } Property Value Type Description System.String DueDate Gets or sets the due date for this project. Declaration public DateTime? DueDate { get; set; } Property Value Type Description System.Nullable < System.DateTime > IconPath Gets or sets the physical path of the project icon Declaration public string IconPath { get; set; } Property Value Type Description System.String Id The ID of the project Declaration public Guid Id { get; } Property Value Type Description System.Guid IsCompleted Set when the project has been completed Declaration public bool IsCompleted { get; } Property Value Type Description System.Boolean LocalProjectFolder The local folder used to store project files. Declaration public string LocalProjectFolder { get; set; } Property Value Type Description System.String Remarks This property can only be set for use during project creation. It is not valid to set for project updating. Name The name of the project. Declaration public string Name { get; set; } Property Value Type Description System.String The name. Remarks This property can only be set for use during project creation. It is not valid to set for project updating. OrganizationPath Gets the organization path on the server to where the project is published. Declaration public string OrganizationPath { get; } Property Value Type Description System.String ProjectOrigin Gets or sets the source of the project Declaration public string ProjectOrigin { get; set; } Property Value Type Description System.String ProjectType Gets or sets the current project type Declaration public ProjectType ProjectType { get; } Property Value Type Description ProjectType PublicationStatus Gets the status of publication for this project on a project server Declaration public PublicationStatus PublicationStatus { get; } Property Value Type Description PublicationStatus ServerUri Gets the Uri of the server Declaration public Uri ServerUri { get; } Property Value Type Description System.Uri SourceLanguage The source language of the project Declaration public Language SourceLanguage { get; set; } Property Value Type Description Language Remarks It is optional to set this property during project creation. If it is not set, the source language of the reference project or template is used. If a template has more than one source language, the first one is used. This property can only be set for use during project creation. It is not valid to set for project updating. Status Gets or sets the current status of the project Declaration public ProjectStatus Status { get; } Property Value Type Description ProjectStatus TargetLanguages The target languages of the project. Declaration public Language[] TargetLanguages { get; set; } Property Value Type Description Language [] Remarks It is optional to set this property during project creation. If it is not set, the target languages of the reference project or template are used. This property can only be set for use during project creation. It is not valid to set for project updating. Uri The URI of the project Declaration public Uri Uri { get; } Property Value Type Description System.Uri" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreation.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreation.html", "title": "Class ProjectPackageCreation", - "keywords": "Class ProjectPackageCreation Represents the creation of a project package which is ongoing or has been completed. See CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) . Inheritance object PackageOperation ProjectPackageCreation Inherited Members PackageOperation.PackageId PackageOperation.PercentComplete PackageOperation.Status PackageOperation.StatusMessage PackageOperation.Messages object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectPackageCreation : PackageOperation Constructors ProjectPackageCreation() Declaration public ProjectPackageCreation() Properties Task Gets the manual task that was included in this project package. Declaration public ManualTask Task { get; } Property Value Type Description ManualTask" + "keywords": "Class ProjectPackageCreation Represents the creation of a project package which is ongoing or has been completed. See CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) . Inheritance System.Object PackageOperation ProjectPackageCreation Inherited Members PackageOperation.PackageId PackageOperation.PercentComplete PackageOperation.Status PackageOperation.StatusMessage PackageOperation.Messages 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectPackageCreation : PackageOperation Constructors ProjectPackageCreation() Declaration public ProjectPackageCreation() Properties Task Gets the manual task that was included in this project package. Declaration public ManualTask Task { get; } Property Value Type Description ManualTask" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.html", "title": "Class ProjectPackageCreationOptions", - "keywords": "Class ProjectPackageCreationOptions Represents options that can be passed to CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler, EventHandler) to control what will be included in a project package. Inheritance object ProjectPackageCreationOptions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectPackageCreationOptions Constructors ProjectPackageCreationOptions() Constructor for initializing the default values Declaration public ProjectPackageCreationOptions() Properties IncludeAutoSuggestDictionaries Gets or sets whether to include the AutoSuggest dictionaries in the package if they have been configured for this project. Declaration public bool IncludeAutoSuggestDictionaries { get; set; } Property Value Type Description bool IncludeExistingReports Gets or sets whether to include existing reports without recomputing the analysis statistics Declaration public bool IncludeExistingReports { get; set; } Property Value Type Description bool IncludeMainTranslationMemories Gets or sets whether to include a copy of the file-based main translation memories in the package. When false , a disabled reference to the file-based translation memory is included. Declaration public bool IncludeMainTranslationMemories { get; set; } Property Value Type Description bool IncludeReports Gets or sets whether to include reports in the package. Declaration public bool IncludeReports { get; set; } Property Value Type Description bool IncludeTermbases Gets or sets whether to include a copy of the file-based termbases in the package. Declaration public bool IncludeTermbases { get; set; } Property Value Type Description bool ProjectTranslationMemoryOptions Gets or sets whether and how to include project translation memories in the package. Declaration public ProjectTranslationMemoryPackageOptions ProjectTranslationMemoryOptions { get; set; } Property Value Type Description ProjectTranslationMemoryPackageOptions RecomputeAnalysisStatistics Gets or sets whether to recompute the analysis statistics for the translatable files included in the package. This can be used to make sure the cross-file repetitions are accurately computed for each batch of files that will be translated separately. When false , the existing analysis statistics are included in the package. Declaration public bool RecomputeAnalysisStatistics { get; set; } Property Value Type Description bool RemoveAutomatedTranslationProviders Gets or sets whether to remove any automated translation provider reference from the translation provider configurations that are included in the package. Declaration public bool RemoveAutomatedTranslationProviders { get; set; } Property Value Type Description bool RemoveServerBasedTranslationMemories Gets or sets whether to include a an entry to a server based translation memory in the package. When false , a disabled reference to the file-based translation memory is included. Declaration public bool RemoveServerBasedTranslationMemories { get; set; } Property Value Type Description bool" + "keywords": "Class ProjectPackageCreationOptions Represents options that can be passed to CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler, EventHandler) to control what will be included in a project package. Inheritance System.Object ProjectPackageCreationOptions 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectPackageCreationOptions Constructors ProjectPackageCreationOptions() Constructor for initializing the default values Declaration public ProjectPackageCreationOptions() Properties IncludeAutoSuggestDictionaries Gets or sets whether to include the AutoSuggest dictionaries in the package if they have been configured for this project. Declaration public bool IncludeAutoSuggestDictionaries { get; set; } Property Value Type Description System.Boolean IncludeExistingReports Gets or sets whether to include existing reports without recomputing the analysis statistics Declaration public bool IncludeExistingReports { get; set; } Property Value Type Description System.Boolean IncludeMainTranslationMemories Gets or sets whether to include a copy of the file-based main translation memories in the package. When false , a disabled reference to the file-based translation memory is included. Declaration public bool IncludeMainTranslationMemories { get; set; } Property Value Type Description System.Boolean IncludeReports Gets or sets whether to include reports in the package. Declaration public bool IncludeReports { get; set; } Property Value Type Description System.Boolean IncludeTermbases Gets or sets whether to include a copy of the file-based termbases in the package. Declaration public bool IncludeTermbases { get; set; } Property Value Type Description System.Boolean ProjectTranslationMemoryOptions Gets or sets whether and how to include project translation memories in the package. Declaration public ProjectTranslationMemoryPackageOptions ProjectTranslationMemoryOptions { get; set; } Property Value Type Description ProjectTranslationMemoryPackageOptions RecomputeAnalysisStatistics Gets or sets whether to recompute the analysis statistics for the translatable files included in the package. This can be used to make sure the cross-file repetitions are accurately computed for each batch of files that will be translated separately. When false , the existing analysis statistics are included in the package. Declaration public bool RecomputeAnalysisStatistics { get; set; } Property Value Type Description System.Boolean RemoveAutomatedTranslationProviders Gets or sets whether to remove any automated translation provider reference from the translation provider configurations that are included in the package. Declaration public bool RemoveAutomatedTranslationProviders { get; set; } Property Value Type Description System.Boolean RemoveServerBasedTranslationMemories Gets or sets whether to include a an entry to a server based translation memory in the package. When false , a disabled reference to the file-based translation memory is included. Declaration public bool RemoveServerBasedTranslationMemories { get; set; } Property Value Type Description System.Boolean" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageImport.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageImport.html", "title": "Class ProjectPackageImport", - "keywords": "Class ProjectPackageImport Represents the import of a project package. To create a new project from a package, use FileBasedProject.CreateFromProjectPackage. Inheritance object PackageOperation ProjectPackageImport Inherited Members PackageOperation.PackageId PackageOperation.PercentComplete PackageOperation.Status PackageOperation.StatusMessage PackageOperation.Messages object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectPackageImport : PackageOperation Constructors ProjectPackageImport() Declaration public ProjectPackageImport() Properties Task Gets the manual task that was included in this project package. Declaration public ManualTask Task { get; } Property Value Type Description ManualTask" + "keywords": "Class ProjectPackageImport Represents the import of a project package. To create a new project from a package, use FileBasedProject.CreateFromProjectPackage. Inheritance System.Object PackageOperation ProjectPackageImport Inherited Members PackageOperation.PackageId PackageOperation.PercentComplete PackageOperation.Status PackageOperation.StatusMessage PackageOperation.Messages 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectPackageImport : PackageOperation Constructors ProjectPackageImport() Declaration public ProjectPackageImport() Properties Task Gets the manual task that was included in this project package. Declaration public ManualTask Task { get; } Property Value Type Description ManualTask" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectReference.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectReference.html", "title": "Class ProjectReference", - "keywords": "Class ProjectReference Represents a reference to an existing project. Inheritance object ProjectReference Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectReference Constructors ProjectReference(string) Creates a reference to an existing file-based project. Declaration public ProjectReference(string filePath) Parameters Type Name Description string filePath The absolute path to the project file (*.sdlproj). ProjectReference(Uri) Creates a reference to the project with the given URI. Declaration public ProjectReference(Uri uri) Parameters Type Name Description Uri uri The Uri of the project. For file-based projects, this URI should be of the form file://PROJECT_FILE_PATH , where PROJECT_FILE_PATH is the absolute path of the project file (*.sdlproj). Properties Uri Gets the URI of the project. Declaration public Uri Uri { get; } Property Value Type Description Uri Remarks For file-based projects, this URI should be of the form file://PROJECT_FILE_PATH , where PROJECT_FILE_PATH is the absolute path of the project file (*.sdlproj)." + "keywords": "Class ProjectReference Represents a reference to an existing project. Inheritance System.Object ProjectReference 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectReference Constructors ProjectReference(String) Creates a reference to an existing file-based project. Declaration public ProjectReference(string filePath) Parameters Type Name Description System.String filePath The absolute path to the project file (*.sdlproj). ProjectReference(Uri) Creates a reference to the project with the given URI. Declaration public ProjectReference(Uri uri) Parameters Type Name Description System.Uri uri The Uri of the project. For file-based projects, this URI should be of the form file://PROJECT_FILE_PATH , where PROJECT_FILE_PATH is the absolute path of the project file (*.sdlproj). Properties Uri Gets the URI of the project. Declaration public Uri Uri { get; } Property Value Type Description System.Uri Remarks For file-based projects, this URI should be of the form file://PROJECT_FILE_PATH , where PROJECT_FILE_PATH is the absolute path of the project file (*.sdlproj)." }, "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectStatistics.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectStatistics.html", "title": "Class ProjectStatistics", - "keywords": "Class ProjectStatistics This class represents word count, analysis and confirmation statistics for a project. Inheritance object ProjectStatistics Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectStatistics Constructors ProjectStatistics() Declaration public ProjectStatistics() Properties TargetLanguageStatistics Gets the statistics for each of the project target languages. This returns a TargetLanguageStatistics object for every project target language. Declaration public TargetLanguageStatistics[] TargetLanguageStatistics { get; } Property Value Type Description TargetLanguageStatistics WordCountStatistics Gets the total word count statistics for all the source files in the project. Declaration public WordCountStatistics WordCountStatistics { get; } Property Value Type Description WordCountStatistics" + "keywords": "Class ProjectStatistics This class represents word count, analysis and confirmation statistics for a project. Inheritance System.Object ProjectStatistics 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectStatistics Constructors ProjectStatistics() Declaration public ProjectStatistics() Properties TargetLanguageStatistics Gets the statistics for each of the project target languages. This returns a TargetLanguageStatistics object for every project target language. Declaration public TargetLanguageStatistics[] TargetLanguageStatistics { get; } Property Value Type Description TargetLanguageStatistics [] WordCountStatistics Gets the total word count statistics for all the source files in the project. Declaration public WordCountStatistics WordCountStatistics { get; } Property Value Type Description WordCountStatistics" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectStatus.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectStatus.html", "title": "Enum ProjectStatus", - "keywords": "Enum ProjectStatus Status values for projects in the client object model Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum ProjectStatus Fields Name Description Archived Project is archived. Completed Project has been completed, but is not archived. InProgress Project has been started but not yet completed. Invalid The value has not been set. Pending Project is created, but has not yet been started." + "keywords": "Enum ProjectStatus Status values for projects in the client object model Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum ProjectStatus Fields Name Description Archived Project is archived. Completed Project has been completed, but is not archived. InProgress Project has been started but not yet completed. Invalid The value has not been set. Pending Project is created, but has not yet been started." }, "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateInfo.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateInfo.html", "title": "Class ProjectTemplateInfo", - "keywords": "Class ProjectTemplateInfo Holds information about a project template. Inheritance object ProjectTemplateInfo Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectTemplateInfo Constructors ProjectTemplateInfo() Declaration public ProjectTemplateInfo() Properties Description The description of the project. Declaration public string Description { get; set; } Property Value Type Description string Id The ID of the project template Declaration public Guid Id { get; set; } Property Value Type Description Guid Name The name of the project template. Declaration public string Name { get; set; } Property Value Type Description string Uri The URI of the project template Declaration public Uri Uri { get; set; } Property Value Type Description Uri Methods ToString() returns the name of the template. Declaration public override string ToString() Returns Type Description string Overrides object.ToString()" + "keywords": "Class ProjectTemplateInfo Holds information about a project template. Inheritance System.Object ProjectTemplateInfo Inherited Members 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectTemplateInfo Constructors ProjectTemplateInfo() Declaration public ProjectTemplateInfo() Properties Description The description of the project. Declaration public string Description { get; set; } Property Value Type Description System.String Id The ID of the project template Declaration public Guid Id { get; set; } Property Value Type Description System.Guid Name The name of the project template. Declaration public string Name { get; set; } Property Value Type Description System.String Uri The URI of the project template Declaration public Uri Uri { get; set; } Property Value Type Description System.Uri Methods ToString() returns the name of the template. Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString()" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateReference.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateReference.html", "title": "Class ProjectTemplateReference", - "keywords": "Class ProjectTemplateReference Represents a reference to an existing project template. Inheritance object ProjectTemplateReference Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectTemplateReference Constructors ProjectTemplateReference(string) Creates a reference to an existing file-based project template. Declaration public ProjectTemplateReference(string filePath) Parameters Type Name Description string filePath The absolute path to the project template file (*.sdltpl). ProjectTemplateReference(Uri) Creates a reference to the project template with the given URI. Declaration public ProjectTemplateReference(Uri uri) Parameters Type Name Description Uri uri The Uri of the project template. For file-based project templates, this URI should be of the form file://PROJECTTEMPLATE_FILE_PATH , where PROJECTTEMPLATE_FILE_PATH is the absolute path of the project template file (*.sdltpl). Properties Uri Gets the URI of the project template. Declaration public Uri Uri { get; } Property Value Type Description Uri Remarks For file-based project templates, this URI should be of the form file://PROJECTTEMPLATE_FILE_PATH , where PROJECTTEMPLATE_FILE_PATH is the absolute path of the project template file (*.sdltpl)." + "keywords": "Class ProjectTemplateReference Represents a reference to an existing project template. Inheritance System.Object ProjectTemplateReference 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ProjectTemplateReference Constructors ProjectTemplateReference(String) Creates a reference to an existing file-based project template. Declaration public ProjectTemplateReference(string filePath) Parameters Type Name Description System.String filePath The absolute path to the project template file (*.sdltpl). ProjectTemplateReference(Uri) Creates a reference to the project template with the given URI. Declaration public ProjectTemplateReference(Uri uri) Parameters Type Name Description System.Uri uri The Uri of the project template. For file-based project templates, this URI should be of the form file://PROJECTTEMPLATE_FILE_PATH , where PROJECTTEMPLATE_FILE_PATH is the absolute path of the project template file (*.sdltpl). Properties Uri Gets the URI of the project template. Declaration public Uri Uri { get; } Property Value Type Description System.Uri Remarks For file-based project templates, this URI should be of the form file://PROJECTTEMPLATE_FILE_PATH , where PROJECTTEMPLATE_FILE_PATH is the absolute path of the project template file (*.sdltpl)." }, "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTranslationMemoryPackageOptions.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTranslationMemoryPackageOptions.html", "title": "Enum ProjectTranslationMemoryPackageOptions", - "keywords": "Enum ProjectTranslationMemoryPackageOptions Represents the possible ways a project translation can be included in a project package. See ProjectPackageCreationOptions and CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) . Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum ProjectTranslationMemoryPackageOptions Fields Name Description CreateNew Generates new file-based translation memories containing just the relevant main translation memory content for the translatable files included in the package. None Do not include any project translation memories. UseExisting Include the existing project translation memory server references or files." + "keywords": "Enum ProjectTranslationMemoryPackageOptions Represents the possible ways a project translation can be included in a project package. See ProjectPackageCreationOptions and CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) . Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum ProjectTranslationMemoryPackageOptions Fields Name Description CreateNew Generates new file-based translation memories containing just the relevant main translation memory content for the translatable files included in the package. None Do not include any project translation memories. UseExisting Include the existing project translation memory server references or files." }, "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectType.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectType.html", "title": "Enum ProjectType", - "keywords": "Enum ProjectType The type of project (as shown in the Studio UI) Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum ProjectType Fields Name Description DownloadedFromLanguageCloud A project that has been downloaded from LanguageCloud ImportedFromLanguageCloud A project that has been imported from LanguageCloud ImportedFromStudio A project that has been imported from a Studio package (so not using the package convertor mechanism) ImportedFromTeamWorks A project that has been imported from TeamWorks (via the package convertor mechanism) ImportedFromThirdPartyPlugin A project that has been imported from a thirdparty plugin ImportedFromTms A project that has been imported from TMS (via the package convertor mechanism) ImportedFromUnknownSystem A project that has been imported from another system (via the package convertor mechanism) ImportedFromWorldServer A project that has been imported from WorldServer (via the package convertor mechanism) InLanguageCloud A project that exists in LanguageCloud, but was not yet downloaded in Studio PackageSavedToCloud A Studio package that has been converted to LanguageCloud ServerProject A project that has been published to Project Server. SingleFile A single file project Standard A standard project, created in Studio" + "keywords": "Enum ProjectType The type of project (as shown in the Studio UI) Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum ProjectType Fields Name Description DownloadedFromLanguageCloud A project that has been downloaded from LanguageCloud ImportedFromLanguageCloud A project that has been imported from LanguageCloud ImportedFromStudio A project that has been imported from a Studio package (so not using the package convertor mechanism) ImportedFromTeamWorks A project that has been imported from TeamWorks (via the package convertor mechanism) ImportedFromThirdPartyPlugin A project that has been imported from a thirdparty plugin ImportedFromTms A project that has been imported from TMS (via the package convertor mechanism) ImportedFromUnknownSystem A project that has been imported from another system (via the package convertor mechanism) ImportedFromWorldServer A project that has been imported from WorldServer (via the package convertor mechanism) InLanguageCloud A project that exists in LanguageCloud, but was not yet downloaded in Studio PackageSavedToCloud A Studio package that has been converted to LanguageCloud ServerProject A project that has been published to Project Server. SingleFile A single file project Standard A standard project, created in Studio" }, "api/projectautomation/Sdl.ProjectAutomation.Core.PublicationStatus.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.PublicationStatus.html", "title": "Enum PublicationStatus", - "keywords": "Enum PublicationStatus Represents the statuses of a project publication. Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum PublicationStatus Fields Name Description Archived The proejct publication has been archived Cancelled The proejct publication has been cancelled. Cancelling The project publication is being cancelled. This is the case between calling the PublishProject method and before the publication operation has responded to the cancellation request. Failed The project publication has failed. This can be because queuing failed PublishProject, or because the publication failed on the server. NotPublished The project has not been published yet. Published The project has been published succesfully. Publishing The project publication is ongoing on the server. Scheduled The project publication has bee scheduled on the server and is ready for publishing. This is the case right after the PublishProject has completed. Scheduling The project publication is being scheduled. This is the case while the PublishProject method is running." + "keywords": "Enum PublicationStatus Represents the statuses of a project publication. Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum PublicationStatus Fields Name Description Archived The proejct publication has been archived Cancelled The proejct publication has been cancelled. Cancelling The project publication is being cancelled. This is the case between calling the PublishProject method and before the publication operation has responded to the cancellation request. Failed The project publication has failed. This can be because queuing failed PublishProject, or because the publication failed on the server. NotPublished The project has not been published yet. Published The project has been published succesfully. Publishing The project publication is ongoing on the server. Scheduled The project publication has bee scheduled on the server and is ready for publishing. This is the case right after the PublishProject has completed. Scheduling The project publication is being scheduled. This is the case while the PublishProject method is running." }, "api/projectautomation/Sdl.ProjectAutomation.Core.ReportFormat.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ReportFormat.html", "title": "Class ReportFormat", - "keywords": "Class ReportFormat Represents a file format to which an automatic task report (see Reports ) can be saved ( SaveTaskReportAs(Guid, string, ReportFormat) ). You cannot create new instances of this class. Rather, use one of the predefined static instances ( Excel , Html , Mht or Xml ). Inheritance object ReportFormat Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ReportFormat Fields Excel Microsoft Excel file format. Declaration public static ReportFormat Excel Field Value Type Description ReportFormat Html Html file format. Declaration public static ReportFormat Html Field Value Type Description ReportFormat Mht Mhtml file format. Declaration public static ReportFormat Mht Field Value Type Description ReportFormat Xml XML file format. Declaration public static ReportFormat Xml Field Value Type Description ReportFormat Properties Name Gets the name of the file format. Declaration public string Name { get; } Property Value Type Description string" + "keywords": "Class ReportFormat Represents a file format to which an automatic task report (see Reports ) can be saved ( SaveTaskReportAs(Guid, String, ReportFormat) ). You cannot create new instances of this class. Rather, use one of the predefined static instances ( Excel , Html , Mht or Xml ). Inheritance System.Object ReportFormat 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ReportFormat Fields Excel Microsoft Excel file format. Declaration public static ReportFormat Excel Field Value Type Description ReportFormat Html Html file format. Declaration public static ReportFormat Html Field Value Type Description ReportFormat Mht Mhtml file format. Declaration public static ReportFormat Mht Field Value Type Description ReportFormat Xml XML file format. Declaration public static ReportFormat Xml Field Value Type Description ReportFormat Properties Name Gets the name of the file format. Declaration public string Name { get; } Property Value Type Description System.String" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageCreation.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageCreation.html", "title": "Class ReturnPackageCreation", - "keywords": "Class ReturnPackageCreation Represents the creation of a return package from an existing project. To create a return package, call CreateReturnPackage(Guid[], string, string) . Inheritance object PackageOperation ReturnPackageCreation Inherited Members PackageOperation.PackageId PackageOperation.PercentComplete PackageOperation.Status PackageOperation.StatusMessage PackageOperation.Messages object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ReturnPackageCreation : PackageOperation Constructors ReturnPackageCreation() Declaration public ReturnPackageCreation() Properties Files Gets the manual task files that were included in this return package. These files do not necessarily all belong to the same manual task, but they should all belong to the same project. Also, these file can be a subset of the files that were originally sent out in a project project package. Declaration public TaskFile[] Files { get; } Property Value Type Description TaskFile" + "keywords": "Class ReturnPackageCreation Represents the creation of a return package from an existing project. To create a return package, call CreateReturnPackage(Guid[], String, String) . Inheritance System.Object PackageOperation ReturnPackageCreation Inherited Members PackageOperation.PackageId PackageOperation.PercentComplete PackageOperation.Status PackageOperation.StatusMessage PackageOperation.Messages 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ReturnPackageCreation : PackageOperation Constructors ReturnPackageCreation() Declaration public ReturnPackageCreation() Properties Files Gets the manual task files that were included in this return package. These files do not necessarily all belong to the same manual task, but they should all belong to the same project. Also, these file can be a subset of the files that were originally sent out in a project project package. Declaration public TaskFile[] Files { get; } Property Value Type Description TaskFile []" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageImport.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageImport.html", "title": "Class ReturnPackageImport", - "keywords": "Class ReturnPackageImport Represents the import of a return package into an existing project. To import a return package, call ImportReturnPackage(string) . Inheritance object PackageOperation ReturnPackageImport Inherited Members PackageOperation.PackageId PackageOperation.PercentComplete PackageOperation.Status PackageOperation.StatusMessage PackageOperation.Messages object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ReturnPackageImport : PackageOperation Constructors ReturnPackageImport() Declaration public ReturnPackageImport() Properties Files Gets the manual task files that were included in this return package. These files do not necessarily all belong to the same manual task, but they should all belong to the same project. Also, these file can be a subset of the files that were originally sent out in a project project package. Declaration public TaskFile[] Files { get; } Property Value Type Description TaskFile" + "keywords": "Class ReturnPackageImport Represents the import of a return package into an existing project. To import a return package, call ImportReturnPackage(String) . Inheritance System.Object PackageOperation ReturnPackageImport Inherited Members PackageOperation.PackageId PackageOperation.PercentComplete PackageOperation.Status PackageOperation.StatusMessage PackageOperation.Messages 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ReturnPackageImport : PackageOperation Constructors ReturnPackageImport() Declaration public ReturnPackageImport() Properties Files Gets the manual task files that were included in this return package. These files do not necessarily all belong to the same manual task, but they should all belong to the same project. Also, these file can be a subset of the files that were originally sent out in a project project package. Declaration public TaskFile[] Files { get; } Property Value Type Description TaskFile []" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ServerTermbase.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ServerTermbase.html", "title": "Class ServerTermbase", - "keywords": "Class ServerTermbase Represents a reference to a server-based termbase that can be added to the TermbaseConfiguration of a project. A server-based reference is interpreted together with the TermbaseServerUri , which identifies the server on which the termbase is hosted. Inheritance object Termbase ServerTermbase Inherited Members Termbase.Name Termbase.SettingsXML Termbase.FilterName Termbase.Enabled object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ServerTermbase : Termbase Constructors ServerTermbase(string) Constructor with a server-based termbase name. Declaration public ServerTermbase(string name) Parameters Type Name Description string name The name of the termbase. This name will be interpreted together with the TermbaseServerUri to identify the termbase to be used. ServerTermbase(string, string) Constructor with a server-based termbase name. Declaration public ServerTermbase(string name, string settingsXML) Parameters Type Name Description string name The name of the termbase. This name will be interpreted together with the TermbaseServerUri to identify the termbase to be used. string settingsXML Project termbase settings ServerTermbase(string, string, bool) Constructor with a server-based termbase name, filter name and enabled value. Declaration public ServerTermbase(string name, string filterName, bool enabled) Parameters Type Name Description string name The name of the termbase. This name will be interpreted together with the TermbaseServerUri to identify the termbase to be used. string filterName The name of the termbase filter that should be used when performing lookups in this termbase. This should be the valid name of a filter that is defined within the termbase. bool enabled Whether the termbase should be enabled. When set to false , the termbase is excluded from all termbase-related operations. ServerTermbase(string, string, string, bool) Constructor with a server-based termbase name, filter name and enabled value. Declaration public ServerTermbase(string name, string settingsXML, string filterName, bool enabled) Parameters Type Name Description string name The name of the termbase. This name will be interpreted together with the TermbaseServerUri to identify the termbase to be used. string settingsXML Project termbase settings. Use null for default settings string filterName The name of the termbase filter that should be used when performing lookups in this termbase. This should be the valid name of a filter that is defined within the termbase. bool enabled Whether the termbase should be enabled. When set to false , the termbase is excluded from all termbase-related operations." + "keywords": "Class ServerTermbase Represents a reference to a server-based termbase that can be added to the TermbaseConfiguration of a project. A server-based reference is interpreted together with the TermbaseServerUri , which identifies the server on which the termbase is hosted. Inheritance System.Object Termbase ServerTermbase Inherited Members Termbase.Name Termbase.SettingsXML Termbase.FilterName Termbase.Enabled 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class ServerTermbase : Termbase Constructors ServerTermbase(String) Constructor with a server-based termbase name. Declaration public ServerTermbase(string name) Parameters Type Name Description System.String name The name of the termbase. This name will be interpreted together with the TermbaseServerUri to identify the termbase to be used. ServerTermbase(String, String) Constructor with a server-based termbase name. Declaration public ServerTermbase(string name, string settingsXML) Parameters Type Name Description System.String name The name of the termbase. This name will be interpreted together with the TermbaseServerUri to identify the termbase to be used. System.String settingsXML Project termbase settings ServerTermbase(String, String, Boolean) Constructor with a server-based termbase name, filter name and enabled value. Declaration public ServerTermbase(string name, string filterName, bool enabled) Parameters Type Name Description System.String name The name of the termbase. This name will be interpreted together with the TermbaseServerUri to identify the termbase to be used. System.String filterName The name of the termbase filter that should be used when performing lookups in this termbase. This should be the valid name of a filter that is defined within the termbase. System.Boolean enabled Whether the termbase should be enabled. When set to false , the termbase is excluded from all termbase-related operations. ServerTermbase(String, String, String, Boolean) Constructor with a server-based termbase name, filter name and enabled value. Declaration public ServerTermbase(string name, string settingsXML, string filterName, bool enabled) Parameters Type Name Description System.String name The name of the termbase. This name will be interpreted together with the TermbaseServerUri to identify the termbase to be used. System.String settingsXML Project termbase settings. Use null for default settings System.String filterName The name of the termbase filter that should be used when performing lookups in this termbase. This should be the valid name of a filter that is defined within the termbase. System.Boolean enabled Whether the termbase should be enabled. When set to false , the termbase is excluded from all termbase-related operations." }, "api/projectautomation/Sdl.ProjectAutomation.Core.TargetLanguageStatistics.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.TargetLanguageStatistics.html", "title": "Class TargetLanguageStatistics", - "keywords": "Class TargetLanguageStatistics This class represents total analysis and confirmation statistics for a single project target language. Inheritance object TargetLanguageStatistics Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TargetLanguageStatistics Constructors TargetLanguageStatistics() Declaration public TargetLanguageStatistics() Properties AnalysisStatistics Gets the total analysis statistics for all the files in the target language. Declaration public AnalysisStatistics AnalysisStatistics { get; } Property Value Type Description AnalysisStatistics ConfirmationStatistics Gets the total confirmation statistics for all the files in the target language. Declaration public ConfirmationStatistics ConfirmationStatistics { get; } Property Value Type Description ConfirmationStatistics TargetLanguage Gets the project target language to which these statistics apply. Declaration public Language TargetLanguage { get; } Property Value Type Description Language" + "keywords": "Class TargetLanguageStatistics This class represents total analysis and confirmation statistics for a single project target language. Inheritance System.Object TargetLanguageStatistics 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TargetLanguageStatistics Constructors TargetLanguageStatistics() Declaration public TargetLanguageStatistics() Properties AnalysisStatistics Gets the total analysis statistics for all the files in the target language. Declaration public AnalysisStatistics AnalysisStatistics { get; } Property Value Type Description AnalysisStatistics ConfirmationStatistics Gets the total confirmation statistics for all the files in the target language. Declaration public ConfirmationStatistics ConfirmationStatistics { get; } Property Value Type Description ConfirmationStatistics TargetLanguage Gets the project target language to which these statistics apply. Declaration public Language TargetLanguage { get; } Property Value Type Description Language" }, "api/projectautomation/Sdl.ProjectAutomation.Core.Task.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.Task.html", "title": "Class Task", - "keywords": "Class Task Abstract base class which represents common properties of the AutomaticTask and ManualTask classes. Inheritance object Task AutomaticTask ManualTask Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public abstract class Task Constructors Task() Declaration protected Task() Properties Id Gets the unique ID of the task. Declaration public Guid Id { get; } Property Value Type Description Guid InputFiles Gets the input files of the task. Declaration public TaskFile[] InputFiles { get; } Property Value Type Description TaskFile Name The name of the task. For example \"Scan\" for the Scan automatic task, or \"Translate\" for a translation manual task. Declaration public string Name { get; } Property Value Type Description string Status Gets the current status of the task. Declaration public TaskStatus Status { get; } Property Value Type Description TaskStatus" + "keywords": "Class Task Abstract base class which represents common properties of the AutomaticTask and ManualTask classes. Inheritance System.Object Task AutomaticTask ManualTask 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public abstract class Task Constructors Task() Declaration protected Task() Properties Id Gets the unique ID of the task. Declaration public Guid Id { get; } Property Value Type Description System.Guid InputFiles Gets the input files of the task. Declaration public TaskFile[] InputFiles { get; } Property Value Type Description TaskFile [] Name The name of the task. For example \"Scan\" for the Scan automatic task, or \"Translate\" for a translation manual task. Declaration public string Name { get; } Property Value Type Description System.String Status Gets the current status of the task. Declaration public TaskStatus Status { get; } Property Value Type Description TaskStatus" }, "api/projectautomation/Sdl.ProjectAutomation.Core.TaskFile.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.TaskFile.html", "title": "Class TaskFile", - "keywords": "Class TaskFile Represents a reference to a ProjectFile that is part of a ManualTask or an AutomaticTask . Inheritance object TaskFile Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TaskFile Constructors TaskFile() Declaration public TaskFile() Properties Completed Gets whether the task has been completed (successfully or not) for this file. Declaration public bool Completed { get; } Property Value Type Description bool ProjectFileId Gets the unique ID of the project file. Declaration public Guid ProjectFileId { get; } Property Value Type Description Guid Remarks To get more information about the file, use GetFile(Guid) . ReadOnly Gets whether this project file can be modified by this task or whether it has only been included for reference. Declaration public bool ReadOnly { get; } Property Value Type Description bool TaskId Gets the unique ID of the manual or automatic task to which this file belongs. Declaration public Guid TaskId { get; } Property Value Type Description Guid Remarks To get more information about the task itself, use GetAutomaticTask(Guid) or GetManualTask(Guid) ." + "keywords": "Class TaskFile Represents a reference to a ProjectFile that is part of a ManualTask or an AutomaticTask . Inheritance System.Object TaskFile 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TaskFile Constructors TaskFile() Declaration public TaskFile() Properties Completed Gets whether the task has been completed (successfully or not) for this file. Declaration public bool Completed { get; } Property Value Type Description System.Boolean ProjectFileId Gets the unique ID of the project file. Declaration public Guid ProjectFileId { get; } Property Value Type Description System.Guid Remarks To get more information about the file, use GetFile(Guid) . ReadOnly Gets whether this project file can be modified by this task or whether it has only been included for reference. Declaration public bool ReadOnly { get; } Property Value Type Description System.Boolean TaskId Gets the unique ID of the manual or automatic task to which this file belongs. Declaration public Guid TaskId { get; } Property Value Type Description System.Guid Remarks To get more information about the task itself, use GetAutomaticTask(Guid) or GetManualTask(Guid) ." }, "api/projectautomation/Sdl.ProjectAutomation.Core.TaskFileInfo.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.TaskFileInfo.html", "title": "Class TaskFileInfo", - "keywords": "Class TaskFileInfo Represents the necessary information to create a TaskFile for inclusion in a manual task, consisting of a project file ID and a boolean that indicates whether the file should be included in the task as a read-only file. See CreateManualTask(string, string, DateTime, Guid[]) . Inheritance object TaskFileInfo Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TaskFileInfo Constructors TaskFileInfo() Declaration public TaskFileInfo() Properties ProjectFileId Gets or sets the ID of the project file. Declaration public Guid ProjectFileId { get; set; } Property Value Type Description Guid ReadOnly Gets or sets whether to include this file as a read-only file. When set to true , this means the user will not be able to change the file. Declaration public bool ReadOnly { get; set; } Property Value Type Description bool" + "keywords": "Class TaskFileInfo Represents the necessary information to create a TaskFile for inclusion in a manual task, consisting of a project file ID and a boolean that indicates whether the file should be included in the task as a read-only file. See CreateManualTask(String, String, DateTime, Guid[]) . Inheritance System.Object TaskFileInfo 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TaskFileInfo Constructors TaskFileInfo() Declaration public TaskFileInfo() Properties ProjectFileId Gets or sets the ID of the project file. Declaration public Guid ProjectFileId { get; set; } Property Value Type Description System.Guid ReadOnly Gets or sets whether to include this file as a read-only file. When set to true , this means the user will not be able to change the file. Declaration public bool ReadOnly { get; set; } Property Value Type Description System.Boolean" }, "api/projectautomation/Sdl.ProjectAutomation.Core.TaskMessageEventArgs.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.TaskMessageEventArgs.html", "title": "Class TaskMessageEventArgs", - "keywords": "Class TaskMessageEventArgs An event args class for callbacks when a message is generated during the execution of an automatic task. Inheritance object EventArgs CancelEventArgs MessageEventArgs TaskMessageEventArgs Inherited Members MessageEventArgs.Message CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TaskMessageEventArgs : MessageEventArgs Constructors TaskMessageEventArgs() Declaration public TaskMessageEventArgs() Properties TaskTemplateIds Gets the task template IDs to which the event applies. Usually, this contains exactly one task template id, which is the task template id of the currently executing task. The only case when this returns multiple task template IDs is when multiple content processing automatic tasks are being run in parallel. Declaration public string[] TaskTemplateIds { get; } Property Value Type Description string See Also RunAutomaticTask Guid string EventHandler TaskStatusEventArgs EventHandler TaskMessageEventArgs" + "keywords": "Class TaskMessageEventArgs An event args class for callbacks when a message is generated during the execution of an automatic task. Inheritance System.Object MessageEventArgs TaskMessageEventArgs Inherited Members MessageEventArgs.Message Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TaskMessageEventArgs : MessageEventArgs Constructors TaskMessageEventArgs() Declaration public TaskMessageEventArgs() Properties TaskTemplateIds Gets the task template IDs to which the event applies. Usually, this contains exactly one task template id, which is the task template id of the currently executing task. The only case when this returns multiple task template IDs is when multiple content processing automatic tasks are being run in parallel. Declaration public string[] TaskTemplateIds { get; } Property Value Type Description System.String [] See Also RunAutomaticTask ( System.Guid [], System.String , System.EventHandler < TaskStatusEventArgs >, System.EventHandler < TaskMessageEventArgs >)" }, "api/projectautomation/Sdl.ProjectAutomation.Core.TaskReport.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.TaskReport.html", "title": "Class TaskReport", - "keywords": "Class TaskReport This class represents a report that was generated by an automatic task. Inheritance object TaskReport Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TaskReport Remarks To access the reports that were generated by a particular automatic task, use Reports . To save the contents of the report to a file, use SaveTaskReportAs(Guid, string, ReportFormat) . Constructors TaskReport() Declaration public TaskReport() Properties Description Gets the description of the report. Declaration public string Description { get; } Property Value Type Description string Id Gets the unique ID of this report. Declaration public Guid Id { get; } Property Value Type Description Guid Name Gets the friendly name of the report. Declaration public string Name { get; } Property Value Type Description string TaskTemplateId Gets the template ID of the task that generated this report. Declaration public string TaskTemplateId { get; } Property Value Type Description string" + "keywords": "Class TaskReport This class represents a report that was generated by an automatic task. Inheritance System.Object TaskReport 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TaskReport Remarks To access the reports that were generated by a particular automatic task, use Reports . To save the contents of the report to a file, use SaveTaskReportAs(Guid, String, ReportFormat) . Constructors TaskReport() Declaration public TaskReport() Properties Description Gets the description of the report. Declaration public string Description { get; } Property Value Type Description System.String Id Gets the unique ID of this report. Declaration public Guid Id { get; } Property Value Type Description System.Guid Name Gets the friendly name of the report. Declaration public string Name { get; } Property Value Type Description System.String TaskTemplateId Gets the template ID of the task that generated this report. Declaration public string TaskTemplateId { get; } Property Value Type Description System.String" }, "api/projectautomation/Sdl.ProjectAutomation.Core.TaskSequence.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.TaskSequence.html", "title": "Class TaskSequence", - "keywords": "Class TaskSequence Represents a sequence of automatic tasks that is executing or has finished executing. Inheritance object TaskSequence Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TaskSequence Constructors TaskSequence() Declaration public TaskSequence() Properties OutputFiles Gets the output files of this task sequence. Declaration public TaskFileInfo[] OutputFiles { get; } Property Value Type Description TaskFileInfo Remarks This will only populated if the task sequence was successfully completed, i.e. Status is Completed . This property always reflects the output files of the last task in the sequence. Status Gets the status of this task sequence. Declaration public TaskStatus Status { get; } Property Value Type Description TaskStatus SubTasks Gets the automatic tasks that are part of this sequence. Declaration public AutomaticTask[] SubTasks { get; } Property Value Type Description AutomaticTask" + "keywords": "Class TaskSequence Represents a sequence of automatic tasks that is executing or has finished executing. Inheritance System.Object TaskSequence 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TaskSequence Constructors TaskSequence() Declaration public TaskSequence() Properties OutputFiles Gets the output files of this task sequence. Declaration public TaskFileInfo[] OutputFiles { get; } Property Value Type Description TaskFileInfo [] Remarks This will only populated if the task sequence was successfully completed, i.e. Status is Completed . This property always reflects the output files of the last task in the sequence. Status Gets the status of this task sequence. Declaration public TaskStatus Status { get; } Property Value Type Description TaskStatus SubTasks Gets the automatic tasks that are part of this sequence. Declaration public AutomaticTask[] SubTasks { get; } Property Value Type Description AutomaticTask []" }, "api/projectautomation/Sdl.ProjectAutomation.Core.TaskStatus.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.TaskStatus.html", "title": "Enum TaskStatus", - "keywords": "Enum TaskStatus Status values for a task Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum TaskStatus Fields Name Description Assigned For manual task, the task has been assigned to a user, but not yet accepted. For automatic task, the task has been scheduled for execution, but not yet started by the Execution Server. Cancelled The task has been cancelled. Cancelling The task is being cancelled, but the cancellation process has not yet completed. Completed The task has been successfully completed. Created Task has been created but not yet assigned or started. Failed Processing of an automatic task failed. Invalid Value has not been set. Rejected A manual task has been rejected by the user it was assigned to. Started For manual task, the task has been accepted by a user. For automatic task, the execution of the task has been started by the Execution Server." + "keywords": "Enum TaskStatus Status values for a task Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum TaskStatus Fields Name Description Assigned For manual task, the task has been assigned to a user, but not yet accepted. For automatic task, the task has been scheduled for execution, but not yet started by the Execution Server. Cancelled The task has been cancelled. Cancelling The task is being cancelled, but the cancellation process has not yet completed. Completed The task has been successfully completed. Created Task has been created but not yet assigned or started. Failed Processing of an automatic task failed. Invalid Value has not been set. Rejected A manual task has been rejected by the user it was assigned to. Started For manual task, the task has been accepted by a user. For automatic task, the execution of the task has been started by the Execution Server." }, "api/projectautomation/Sdl.ProjectAutomation.Core.TaskStatusEventArgs.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.TaskStatusEventArgs.html", "title": "Class TaskStatusEventArgs", - "keywords": "Class TaskStatusEventArgs Event args class for progress callbacks when running automatic tasks. Inheritance object EventArgs CancelEventArgs ProgressEventArgs TaskStatusEventArgs Inherited Members ProgressEventArgs.PercentComplete ProgressEventArgs.StatusMessage CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TaskStatusEventArgs : ProgressEventArgs Constructors TaskStatusEventArgs() Declaration public TaskStatusEventArgs() Properties Status Gets the currently status of the task. When running a task sequence, this returns the overall status of the complex task. Declaration public TaskStatus Status { get; } Property Value Type Description TaskStatus TaskTemplateIds Gets the task template IDs to which the event applies. Usually, this contains exactly one task template id, which is the task template id of the currently executing task. The only case when this returns multiple task template IDs is when multiple content processing automatic tasks are being run in parallel. Declaration public string[] TaskTemplateIds { get; } Property Value Type Description string See Also RunAutomaticTask Guid string EventHandler TaskStatusEventArgs EventHandler TaskMessageEventArgs" + "keywords": "Class TaskStatusEventArgs Event args class for progress callbacks when running automatic tasks. Inheritance System.Object ProgressEventArgs TaskStatusEventArgs Inherited Members ProgressEventArgs.PercentComplete ProgressEventArgs.StatusMessage Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TaskStatusEventArgs : ProgressEventArgs Constructors TaskStatusEventArgs() Declaration public TaskStatusEventArgs() Properties Status Gets the currently status of the task. When running a task sequence, this returns the overall status of the complex task. Declaration public TaskStatus Status { get; } Property Value Type Description TaskStatus TaskTemplateIds Gets the task template IDs to which the event applies. Usually, this contains exactly one task template id, which is the task template id of the currently executing task. The only case when this returns multiple task template IDs is when multiple content processing automatic tasks are being run in parallel. Declaration public string[] TaskTemplateIds { get; } Property Value Type Description System.String [] See Also RunAutomaticTask ( System.Guid [], System.String , System.EventHandler < TaskStatusEventArgs >, System.EventHandler < TaskMessageEventArgs >)" }, "api/projectautomation/Sdl.ProjectAutomation.Core.Termbase.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.Termbase.html", "title": "Class Termbase", - "keywords": "Class Termbase Abstract base class, representing a reference to a termbase that can be part of a TermbaseConfiguration . The two supported concrete implementations of this class are LocalTermbase and ServerTermbase . Inheritance object Termbase LocalTermbase ServerTermbase Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public abstract class Termbase Properties Enabled Gets or sets whether this termbase is enabled. When set to false , the termbase is excluded from all termbase-related operations. Declaration public bool Enabled { get; set; } Property Value Type Description bool FilterName Gets or sets the name of the termbase filter that should be used when performing lookups in this termbase. This should be the valid name of a filter that is defined within the termbase. Declaration public string FilterName { get; set; } Property Value Type Description string Name Termbase name Declaration public string Name { get; set; } Property Value Type Description string SettingsXML Project termbase settings Declaration public string SettingsXML { get; set; } Property Value Type Description string" + "keywords": "Class Termbase Abstract base class, representing a reference to a termbase that can be part of a TermbaseConfiguration . The two supported concrete implementations of this class are LocalTermbase and ServerTermbase . Inheritance System.Object Termbase LocalTermbase ServerTermbase 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public abstract class Termbase Properties Enabled Gets or sets whether this termbase is enabled. When set to false , the termbase is excluded from all termbase-related operations. Declaration public bool Enabled { get; set; } Property Value Type Description System.Boolean FilterName Gets or sets the name of the termbase filter that should be used when performing lookups in this termbase. This should be the valid name of a filter that is defined within the termbase. Declaration public string FilterName { get; set; } Property Value Type Description System.String Name Termbase name Declaration public string Name { get; set; } Property Value Type Description System.String SettingsXML Project termbase settings Declaration public string SettingsXML { get; set; } Property Value Type Description System.String" }, "api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseConfiguration.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseConfiguration.html", "title": "Class TermbaseConfiguration", - "keywords": "Class TermbaseConfiguration This class represents all termbase-related settings that control which termbases are used within a project. To get the termbase configuration of a project, use GetTermbaseConfiguration(bool) . To update the termbase configuration, use UpdateTermbaseConfiguration(TermbaseConfiguration) . Inheritance object TermbaseConfiguration Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TermbaseConfiguration Constructors TermbaseConfiguration() Declaration public TermbaseConfiguration() Properties LanguageIndexes Gets or sets the list of language indexes, which map a project language (source or target) onto a termbase index of the default termbase (the default termbase is the first termbase in the Termbases list). There has to be a mapping for the project source language. If there is no mapping for a certain target language, no terminology lookup will be performed for that target language. Declaration public List LanguageIndexes { get; set; } Property Value Type Description List TermbaseLanguageIndex TermRecognitionOptions Gets or sets the terminology recognition options, which control the terminology lookup process. Declaration public TermRecognitionOptions TermRecognitionOptions { get; set; } Property Value Type Description TermRecognitionOptions TermbaseServerUri Gets or sets the connection URI for the termbase server. This should be of the form \"http[s]://hostname[:port]\" Can be null if all the termbases in the list of termbases (see Termbases ) are file-based. Declaration public Uri TermbaseServerUri { get; set; } Property Value Type Description Uri Remarks All the server-based termbases in the Termbases list should reside on the same server, identified by this URI. You cannot use termbases from two different servers within the same configuration. Termbases Gets or sets the list of termbases in this configuration. The first termbase in the list if the default termbase. Declaration public List Termbases { get; set; } Property Value Type Description List Termbase" + "keywords": "Class TermbaseConfiguration This class represents all termbase-related settings that control which termbases are used within a project. To get the termbase configuration of a project, use GetTermbaseConfiguration(Boolean) . To update the termbase configuration, use UpdateTermbaseConfiguration(TermbaseConfiguration) . Inheritance System.Object TermbaseConfiguration 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TermbaseConfiguration Constructors TermbaseConfiguration() Declaration public TermbaseConfiguration() Properties LanguageIndexes Gets or sets the list of language indexes, which map a project language (source or target) onto a termbase index of the default termbase (the default termbase is the first termbase in the Termbases list). There has to be a mapping for the project source language. If there is no mapping for a certain target language, no terminology lookup will be performed for that target language. Declaration public List LanguageIndexes { get; set; } Property Value Type Description System.Collections.Generic.List < TermbaseLanguageIndex > Termbases Gets or sets the list of termbases in this configuration. The first termbase in the list if the default termbase. Declaration public List Termbases { get; set; } Property Value Type Description System.Collections.Generic.List < Termbase > TermbaseServerUri Gets or sets the connection URI for the termbase server. This should be of the form \"http[s]://hostname[:port]\" Can be null if all the termbases in the list of termbases (see Termbases ) are file-based. Declaration public Uri TermbaseServerUri { get; set; } Property Value Type Description System.Uri Remarks All the server-based termbases in the Termbases list should reside on the same server, identified by this URI. You cannot use termbases from two different servers within the same configuration. TermRecognitionOptions Gets or sets the terminology recognition options, which control the terminology lookup process. Declaration public TermRecognitionOptions TermRecognitionOptions { get; set; } Property Value Type Description TermRecognitionOptions" }, "api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.html", "title": "Class TermbaseLanguageIndex", - "keywords": "Class TermbaseLanguageIndex Represents a mapping of a project language (source or target) to a termbase index. The system cannot automatically determine which termbase index to use for a certain project language, since termbase indexes can be named arbitrarily. Termbase index mappings need to be specified in the LanguageIndexes list for all project languages where termbase functionality is required. The mapping of the project source language is required. Project target language mappings are optional; project target languages for which no mapping is specified will be ignored during termbase processing. Inheritance object TermbaseLanguageIndex Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TermbaseLanguageIndex Constructors TermbaseLanguageIndex(Language, string) Constructor with a project language and a termbase index name. Declaration public TermbaseLanguageIndex(Language projectLanguage, string termbaseIndex) Parameters Type Name Description Language projectLanguage The project source or target language. string termbaseIndex The name of the termbase index which should be used for the specified project language. Properties ProjectLanguage Gets or sets the project language to which this mapping applies. Declaration public Language ProjectLanguage { get; set; } Property Value Type Description Language TermbaseIndex Gets or sets the name of the termbase index that should be used for term lookups for content in the specified project language ( ProjectLanguage ). Declaration public string TermbaseIndex { get; set; } Property Value Type Description string" + "keywords": "Class TermbaseLanguageIndex Represents a mapping of a project language (source or target) to a termbase index. The system cannot automatically determine which termbase index to use for a certain project language, since termbase indexes can be named arbitrarily. Termbase index mappings need to be specified in the LanguageIndexes list for all project languages where termbase functionality is required. The mapping of the project source language is required. Project target language mappings are optional; project target languages for which no mapping is specified will be ignored during termbase processing. Inheritance System.Object TermbaseLanguageIndex 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TermbaseLanguageIndex Constructors TermbaseLanguageIndex(Language, String) Constructor with a project language and a termbase index name. Declaration public TermbaseLanguageIndex(Language projectLanguage, string termbaseIndex) Parameters Type Name Description Language projectLanguage The project source or target language. System.String termbaseIndex The name of the termbase index which should be used for the specified project language. Properties ProjectLanguage Gets or sets the project language to which this mapping applies. Declaration public Language ProjectLanguage { get; set; } Property Value Type Description Language TermbaseIndex Gets or sets the name of the termbase index that should be used for term lookups for content in the specified project language ( ProjectLanguage ). Declaration public string TermbaseIndex { get; set; } Property Value Type Description System.String" }, "api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseSearchOrder.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseSearchOrder.html", "title": "Enum TermbaseSearchOrder", - "keywords": "Enum TermbaseSearchOrder Represents the order in which termbases in a termbase configuration ( TermbaseConfiguration ) are searched. Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum TermbaseSearchOrder Fields Name Description Hierarchical The termbases are searched sequentially in the order that they appear in the Termbases list. As soon as results are found in a termbase, the search stops and the remaining termbases are not searched anymore. Parallel All termbases in the Termbases list are searched in parallel and the results are sorted alphabetically. Sequential The termbases are searched sequentially in the order that they appear in the Termbases list. All termbases are searched and the results are returned, in the order that the originating termbases appeared in the Termbases list." + "keywords": "Enum TermbaseSearchOrder Represents the order in which termbases in a termbase configuration ( TermbaseConfiguration ) are searched. Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum TermbaseSearchOrder Fields Name Description Hierarchical The termbases are searched sequentially in the order that they appear in the Termbases list. As soon as results are found in a termbase, the search stops and the remaining termbases are not searched anymore. Parallel All termbases in the Termbases list are searched in parallel and the results are sorted alphabetically. Sequential The termbases are searched sequentially in the order that they appear in the Termbases list. All termbases are searched and the results are returned, in the order that the originating termbases appeared in the Termbases list." }, "api/projectautomation/Sdl.ProjectAutomation.Core.TermRecognitionOptions.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.TermRecognitionOptions.html", "title": "Class TermRecognitionOptions", - "keywords": "Class TermRecognitionOptions This class exposes a number of options that affect interactive terminology recognition behavior. Thee options are used in combination with the termbases set up in the TermbaseConfiguration . Inheritance object TermRecognitionOptions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TermRecognitionOptions Constructors TermRecognitionOptions() Declaration public TermRecognitionOptions() Properties MinimumMatchValue Gets or sets the minimum match value, which controls how similar a fuzzy match terms should be in order to be considered a match. Declaration public int MinimumMatchValue { get; set; } Property Value Type Description int SearchDepth Gets or sets the search depth. Declaration public int SearchDepth { get; set; } Property Value Type Description int SearchOrder Gets or sets the order in which termbases defined in the TermbaseConfiguration are searched. Declaration public TermbaseSearchOrder SearchOrder { get; set; } Property Value Type Description TermbaseSearchOrder ShowWithNoAvailableTranslation Gets or sets whether a term is shown with no available translation. Declaration public bool ShowWithNoAvailableTranslation { get; set; } Property Value Type Description bool" + "keywords": "Class TermRecognitionOptions This class exposes a number of options that affect interactive terminology recognition behavior. Thee options are used in combination with the termbases set up in the TermbaseConfiguration . Inheritance System.Object TermRecognitionOptions 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TermRecognitionOptions Constructors TermRecognitionOptions() Declaration public TermRecognitionOptions() Properties MinimumMatchValue Gets or sets the minimum match value, which controls how similar a fuzzy match terms should be in order to be considered a match. Declaration public int MinimumMatchValue { get; set; } Property Value Type Description System.Int32 SearchDepth Gets or sets the search depth. Declaration public int SearchDepth { get; set; } Property Value Type Description System.Int32 SearchOrder Gets or sets the order in which termbases defined in the TermbaseConfiguration are searched. Declaration public TermbaseSearchOrder SearchOrder { get; set; } Property Value Type Description TermbaseSearchOrder ShowWithNoAvailableTranslation Gets or sets whether a term is shown with no available translation. Declaration public bool ShowWithNoAvailableTranslation { get; set; } Property Value Type Description System.Boolean" }, "api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.html", "title": "Class TranslationProviderCascadeEntry", - "keywords": "Class TranslationProviderCascadeEntry This class represents an entry in a translation provider configuration (see Entries ), consisting of a main translation provider ( MainTranslationProvider ), which is generally specified at project creation time and one or more project translation memories ( ProjectTranslationMemories which are usually populated automatically by the \"Populate Project Translation Memories\" batch task as part of project preparation. Inheritance object TranslationProviderCascadeEntry Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TranslationProviderCascadeEntry Constructors TranslationProviderCascadeEntry(TranslationProviderReference, bool, bool, bool) Constructor that takes the main translation provider reference and default search and update settings, with no penalty. Declaration public TranslationProviderCascadeEntry(TranslationProviderReference mainTranslationProvider, bool performUpdate, bool performNormalSearch, bool performConcordanceSearch) Parameters Type Name Description TranslationProviderReference mainTranslationProvider The main translation provider reference. bool performUpdate Whether to update this translation provider when updating translation units in the cascade it belongs to ( Entries ). bool performNormalSearch Whether to search this translation provider when performing a normal translation search in the cascade it belongs to ( Entries ). bool performConcordanceSearch Whether to search this translation provider when performing a concordance search in the cascade it belongs to ( Entries ). TranslationProviderCascadeEntry(TranslationProviderReference, bool, bool, bool, int) Constructor that takes the main translation provider reference and default search and update settings. Declaration public TranslationProviderCascadeEntry(TranslationProviderReference mainTranslationProvider, bool performUpdate, bool performNormalSearch, bool performConcordanceSearch, int penalty) Parameters Type Name Description TranslationProviderReference mainTranslationProvider The main translation provider reference. bool performUpdate Whether to update this translation provider when updating translation units in the cascade it belongs to ( Entries ). bool performNormalSearch Whether to search this translation provider when performing a normal translation search in the cascade it belongs to ( Entries ). bool performConcordanceSearch Whether to search this translation provider when performing a concordance search in the cascade it belongs to ( Entries ). int penalty The penalty to apply for search results from this provider (main or project) when performing normal searches. This penalty is applied on top of any penalty that might be applied by the translation provider itself. This should be a positive integer. TranslationProviderCascadeEntry(TranslationProviderReference, List, bool, bool, bool, int) Constructor that takes the main translation provider reference, project translation memory references, and default search and update settings. Declaration public TranslationProviderCascadeEntry(TranslationProviderReference mainTranslationProvider, List projectTranslationMemories, bool performUpdate, bool performNormalSearch, bool performConcordanceSearch, int penalty) Parameters Type Name Description TranslationProviderReference mainTranslationProvider The main translation provider reference. List TranslationProviderReference projectTranslationMemories The list of project translation memories corresponding to the main translation provider in this entry. This list can be empty, but not null . The only situation where the list can contain more than one translation memory is when the main translation provider is a multilingual server-based translation memory and the project was set to create file-based translation memories. In this case, there will be one file-based project translation memory for each of the language directions in the main server-based translation memory (if this language direction is also one of the project language directions). bool performUpdate Whether to update this translation provider when updating translation units in the cascade it belongs to ( Entries ). bool performNormalSearch Whether to search this translation provider when performing a normal translation search in the cascade it belongs to ( Entries ). bool performConcordanceSearch Whether to search this translation provider when performing a concordance search in the cascade it belongs to ( Entries ). int penalty The penalty to apply for search results from this provider (main or project) when performing normal searches. This penalty is applied on top of any penalty that might be applied by the translation provider itself. This should be a positive integer. TranslationProviderCascadeEntry(string, bool, bool, bool) Constructor that takes an absolute path to a file-based translation memory (*.sdltm) and default search and update settings, with no penalty. Declaration public TranslationProviderCascadeEntry(string fileBasedTranslationMemoryFilePath, bool performUpdate, bool performNormalSearch, bool performConcordanceSearch) Parameters Type Name Description string fileBasedTranslationMemoryFilePath The absolute path to a file-based translation memory (*.sdltm). bool performUpdate Whether to update this translation provider when updating translation units in the cascade it belongs to ( Entries ). bool performNormalSearch Whether to search this translation provider when performing a normal translation search in the cascade it belongs to ( Entries ). bool performConcordanceSearch Whether to search this translation provider when performing a concordance search in the cascade it belongs to ( Entries ). TranslationProviderCascadeEntry(string, bool, bool, bool, int) Constructor that takes an absolute path to a file-based translation memory (*.sdltm)and default search and update settings. Declaration public TranslationProviderCascadeEntry(string fileBasedTranslationMemoryFilePath, bool performUpdate, bool performNormalSearch, bool performConcordanceSearch, int penalty) Parameters Type Name Description string fileBasedTranslationMemoryFilePath The absolute path to a file-based translation memory (*.sdltm). bool performUpdate Whether to update this translation provider when updating translation units in the cascade it belongs to ( Entries ). bool performNormalSearch Whether to search this translation provider when performing a normal translation search in the cascade it belongs to ( Entries ). bool performConcordanceSearch Whether to search this translation provider when performing a concordance search in the cascade it belongs to ( Entries ). int penalty The penalty to apply for search results from this provider (main or project) when performing normal searches. This penalty is applied on top of any penalty that might be applied by the translation provider itself. This should be a positive integer. Properties MainTranslationProvider Gets the main translation provider reference. Cannot be null . Declaration public TranslationProviderReference MainTranslationProvider { get; set; } Property Value Type Description TranslationProviderReference Penalty Gets or sets the penalty to apply for search results from this provider (main or project) when performing normal searches. This penalty is applied on top of any penalty that might be applied by the translation provider itself. This should be a positive integer. Declaration public int Penalty { get; set; } Property Value Type Description int PerformConcordanceSearch Gets or sets whether to search this translation provider when performing a concordance search in the cascade it belongs to ( Entries ). Declaration public bool PerformConcordanceSearch { get; set; } Property Value Type Description bool PerformNormalSearch Gets or sets whether to search this translation provider when performing a normal translation search in the cascade it belongs to ( Entries ). Declaration public bool PerformNormalSearch { get; set; } Property Value Type Description bool PerformUpdate Gets or sets whether to search this translation provider when performing a normal translation search in the cascade it belongs to ( Entries ). Declaration public bool PerformUpdate { get; set; } Property Value Type Description bool ProjectTranslationMemories Gets or sets the list of project translation memories corresponding to the main translation provider in this entry. This list can be empty, but not null . The only situation where the list can contain more than one translation memory is when the main translation provider is a multilingual server-based translation memory and the project was set to create file-based translation memories. In this case, there will be one file-based project translation memory for each of the language directions in the main server-based translation memory (if this language direction is also one of the project language directions). Declaration public List ProjectTranslationMemories { get; set; } Property Value Type Description List TranslationProviderReference" + "keywords": "Class TranslationProviderCascadeEntry This class represents an entry in a translation provider configuration (see Entries ), consisting of a main translation provider ( MainTranslationProvider ), which is generally specified at project creation time and one or more project translation memories ( ProjectTranslationMemories which are usually populated automatically by the \"Populate Project Translation Memories\" batch task as part of project preparation. Inheritance System.Object TranslationProviderCascadeEntry 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TranslationProviderCascadeEntry Constructors TranslationProviderCascadeEntry(TranslationProviderReference, Boolean, Boolean, Boolean) Constructor that takes the main translation provider reference and default search and update settings, with no penalty. Declaration public TranslationProviderCascadeEntry(TranslationProviderReference mainTranslationProvider, bool performUpdate, bool performNormalSearch, bool performConcordanceSearch) Parameters Type Name Description TranslationProviderReference mainTranslationProvider The main translation provider reference. System.Boolean performUpdate Whether to update this translation provider when updating translation units in the cascade it belongs to ( Entries ). System.Boolean performNormalSearch Whether to search this translation provider when performing a normal translation search in the cascade it belongs to ( Entries ). System.Boolean performConcordanceSearch Whether to search this translation provider when performing a concordance search in the cascade it belongs to ( Entries ). TranslationProviderCascadeEntry(TranslationProviderReference, Boolean, Boolean, Boolean, Int32) Constructor that takes the main translation provider reference and default search and update settings. Declaration public TranslationProviderCascadeEntry(TranslationProviderReference mainTranslationProvider, bool performUpdate, bool performNormalSearch, bool performConcordanceSearch, int penalty) Parameters Type Name Description TranslationProviderReference mainTranslationProvider The main translation provider reference. System.Boolean performUpdate Whether to update this translation provider when updating translation units in the cascade it belongs to ( Entries ). System.Boolean performNormalSearch Whether to search this translation provider when performing a normal translation search in the cascade it belongs to ( Entries ). System.Boolean performConcordanceSearch Whether to search this translation provider when performing a concordance search in the cascade it belongs to ( Entries ). System.Int32 penalty The penalty to apply for search results from this provider (main or project) when performing normal searches. This penalty is applied on top of any penalty that might be applied by the translation provider itself. This should be a positive integer. TranslationProviderCascadeEntry(TranslationProviderReference, List, Boolean, Boolean, Boolean, Int32) Constructor that takes the main translation provider reference, project translation memory references, and default search and update settings. Declaration public TranslationProviderCascadeEntry(TranslationProviderReference mainTranslationProvider, List projectTranslationMemories, bool performUpdate, bool performNormalSearch, bool performConcordanceSearch, int penalty) Parameters Type Name Description TranslationProviderReference mainTranslationProvider The main translation provider reference. System.Collections.Generic.List < TranslationProviderReference > projectTranslationMemories The list of project translation memories corresponding to the main translation provider in this entry. This list can be empty, but not null . The only situation where the list can contain more than one translation memory is when the main translation provider is a multilingual server-based translation memory and the project was set to create file-based translation memories. In this case, there will be one file-based project translation memory for each of the language directions in the main server-based translation memory (if this language direction is also one of the project language directions). System.Boolean performUpdate Whether to update this translation provider when updating translation units in the cascade it belongs to ( Entries ). System.Boolean performNormalSearch Whether to search this translation provider when performing a normal translation search in the cascade it belongs to ( Entries ). System.Boolean performConcordanceSearch Whether to search this translation provider when performing a concordance search in the cascade it belongs to ( Entries ). System.Int32 penalty The penalty to apply for search results from this provider (main or project) when performing normal searches. This penalty is applied on top of any penalty that might be applied by the translation provider itself. This should be a positive integer. TranslationProviderCascadeEntry(String, Boolean, Boolean, Boolean) Constructor that takes an absolute path to a file-based translation memory (*.sdltm) and default search and update settings, with no penalty. Declaration public TranslationProviderCascadeEntry(string fileBasedTranslationMemoryFilePath, bool performUpdate, bool performNormalSearch, bool performConcordanceSearch) Parameters Type Name Description System.String fileBasedTranslationMemoryFilePath The absolute path to a file-based translation memory (*.sdltm). System.Boolean performUpdate Whether to update this translation provider when updating translation units in the cascade it belongs to ( Entries ). System.Boolean performNormalSearch Whether to search this translation provider when performing a normal translation search in the cascade it belongs to ( Entries ). System.Boolean performConcordanceSearch Whether to search this translation provider when performing a concordance search in the cascade it belongs to ( Entries ). TranslationProviderCascadeEntry(String, Boolean, Boolean, Boolean, Int32) Constructor that takes an absolute path to a file-based translation memory (*.sdltm)and default search and update settings. Declaration public TranslationProviderCascadeEntry(string fileBasedTranslationMemoryFilePath, bool performUpdate, bool performNormalSearch, bool performConcordanceSearch, int penalty) Parameters Type Name Description System.String fileBasedTranslationMemoryFilePath The absolute path to a file-based translation memory (*.sdltm). System.Boolean performUpdate Whether to update this translation provider when updating translation units in the cascade it belongs to ( Entries ). System.Boolean performNormalSearch Whether to search this translation provider when performing a normal translation search in the cascade it belongs to ( Entries ). System.Boolean performConcordanceSearch Whether to search this translation provider when performing a concordance search in the cascade it belongs to ( Entries ). System.Int32 penalty The penalty to apply for search results from this provider (main or project) when performing normal searches. This penalty is applied on top of any penalty that might be applied by the translation provider itself. This should be a positive integer. Properties MainTranslationProvider Gets the main translation provider reference. Cannot be null . Declaration public TranslationProviderReference MainTranslationProvider { get; set; } Property Value Type Description TranslationProviderReference Penalty Gets or sets the penalty to apply for search results from this provider (main or project) when performing normal searches. This penalty is applied on top of any penalty that might be applied by the translation provider itself. This should be a positive integer. Declaration public int Penalty { get; set; } Property Value Type Description System.Int32 PerformConcordanceSearch Gets or sets whether to search this translation provider when performing a concordance search in the cascade it belongs to ( Entries ). Declaration public bool PerformConcordanceSearch { get; set; } Property Value Type Description System.Boolean PerformNormalSearch Gets or sets whether to search this translation provider when performing a normal translation search in the cascade it belongs to ( Entries ). Declaration public bool PerformNormalSearch { get; set; } Property Value Type Description System.Boolean PerformUpdate Gets or sets whether to search this translation provider when performing a normal translation search in the cascade it belongs to ( Entries ). Declaration public bool PerformUpdate { get; set; } Property Value Type Description System.Boolean ProjectTranslationMemories Gets or sets the list of project translation memories corresponding to the main translation provider in this entry. This list can be empty, but not null . The only situation where the list can contain more than one translation memory is when the main translation provider is a multilingual server-based translation memory and the project was set to create file-based translation memories. In this case, there will be one file-based project translation memory for each of the language directions in the main server-based translation memory (if this language direction is also one of the project language directions). Declaration public List ProjectTranslationMemories { get; set; } Property Value Type Description System.Collections.Generic.List < TranslationProviderReference >" }, "api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.html", "title": "Class TranslationProviderConfiguration", - "keywords": "Class TranslationProviderConfiguration This class represents the configuration settings related to the use of translation providers within a project, including the list of translation providers to use, the project translation memories and in which scenarios to use these translation providers. Inheritance object TranslationProviderConfiguration Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TranslationProviderConfiguration Remarks The translation provider configuration can be defined on the project level (see GetTranslationProviderConfiguration() ) and can be overridden for a specific project target language (see GetTranslationProviderConfiguration(Language) and UpdateTranslationProviderConfiguration(TranslationProviderConfiguration) ). Constructors TranslationProviderConfiguration() Default constructor. Creates an empty configuration that doesn't override the parent. Declaration public TranslationProviderConfiguration() TranslationProviderConfiguration(List, bool, bool) Constructor that takes the given cascade entry items, cascade search mode, and override parent flag. Declaration public TranslationProviderConfiguration(List entries, bool stopSearchingWhenResultsFound, bool overrideParent) Parameters Type Name Description List TranslationProviderCascadeEntry entries The cascade entries. Can be empty, but not null . bool stopSearchingWhenResultsFound Whether to stop searching translation providers once a result has been found. The translation providers are usually searched sequentially in the order they are specified in the Entries list. bool overrideParent Whether this configuration should override the parent translation provider configuration. This is only applicable when working with a target-language specific translation provider configuration (see GetTranslationProviderConfiguration(Language) and UpdateTranslationProviderConfiguration(TranslationProviderConfiguration) ). Properties Entries Gets or sets the ordered list of translation provider cascade entries in this configuration. Can be empty but not null . Declaration public List Entries { get; set; } Property Value Type Description List TranslationProviderCascadeEntry Remarks The order of the entries in this list is significant. It determines the order in which look-ups and updates are performed. When StopSearchingWhenResultsFound is set to true , this means the results returned could be different depending on the order of the entries. OverrideParent Gets or sets whether this configuration should override the parent translation provider configuration. This is only applicable when working with a target-language specific translation provider configuration (see GetTranslationProviderConfiguration(Language) and UpdateTranslationProviderConfiguration(TranslationProviderConfiguration) ). Declaration public bool OverrideParent { get; set; } Property Value Type Description bool StopSearchingWhenResultsFound Gets or sets whether to stop searching translation providers once a result has been found. The translation providers are usually searched sequentially in the order they are specified in the Entries list. Declaration public bool StopSearchingWhenResultsFound { get; set; } Property Value Type Description bool" + "keywords": "Class TranslationProviderConfiguration This class represents the configuration settings related to the use of translation providers within a project, including the list of translation providers to use, the project translation memories and in which scenarios to use these translation providers. Inheritance System.Object TranslationProviderConfiguration 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TranslationProviderConfiguration Remarks The translation provider configuration can be defined on the project level (see GetTranslationProviderConfiguration() ) and can be overridden for a specific project target language (see GetTranslationProviderConfiguration(Language) and UpdateTranslationProviderConfiguration(TranslationProviderConfiguration) ). Constructors TranslationProviderConfiguration() Default constructor. Creates an empty configuration that doesn't override the parent. Declaration public TranslationProviderConfiguration() TranslationProviderConfiguration(List, Boolean, Boolean) Constructor that takes the given cascade entry items, cascade search mode, and override parent flag. Declaration public TranslationProviderConfiguration(List entries, bool stopSearchingWhenResultsFound, bool overrideParent) Parameters Type Name Description System.Collections.Generic.List < TranslationProviderCascadeEntry > entries The cascade entries. Can be empty, but not null . System.Boolean stopSearchingWhenResultsFound Whether to stop searching translation providers once a result has been found. The translation providers are usually searched sequentially in the order they are specified in the Entries list. System.Boolean overrideParent Whether this configuration should override the parent translation provider configuration. This is only applicable when working with a target-language specific translation provider configuration (see GetTranslationProviderConfiguration(Language) and UpdateTranslationProviderConfiguration(TranslationProviderConfiguration) ). Properties Entries Gets or sets the ordered list of translation provider cascade entries in this configuration. Can be empty but not null . Declaration public List Entries { get; set; } Property Value Type Description System.Collections.Generic.List < TranslationProviderCascadeEntry > Remarks The order of the entries in this list is significant. It determines the order in which look-ups and updates are performed. When StopSearchingWhenResultsFound is set to true , this means the results returned could be different depending on the order of the entries. OverrideParent Gets or sets whether this configuration should override the parent translation provider configuration. This is only applicable when working with a target-language specific translation provider configuration (see GetTranslationProviderConfiguration(Language) and UpdateTranslationProviderConfiguration(TranslationProviderConfiguration) ). Declaration public bool OverrideParent { get; set; } Property Value Type Description System.Boolean StopSearchingWhenResultsFound Gets or sets whether to stop searching translation providers once a result has been found. The translation providers are usually searched sequentially in the order they are specified in the Entries list. Declaration public bool StopSearchingWhenResultsFound { get; set; } Property Value Type Description System.Boolean" }, "api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderReference.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderReference.html", "title": "Class TranslationProviderReference", - "keywords": "Class TranslationProviderReference This class represents a reference to a translation provider, represented by a Uri and optional provider-specific state information. There is also also an Enabled property which determines whether this translation provider will be used during translation provider operations in project. Inheritance object TranslationProviderReference Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TranslationProviderReference Constructors TranslationProviderReference(string) Constructor that takes an absolute path to a file-based translation memory (*.sdltm) and enabled by default. Declaration public TranslationProviderReference(string fileBasedTranslationMemoryFilePath) Parameters Type Name Description string fileBasedTranslationMemoryFilePath The absolute path to a file-based translation memory (*.sdltm). TranslationProviderReference(string, bool) Constructor that takes an absolute path to a file-based translation memory (*.sdltm) and enabled setting. Declaration public TranslationProviderReference(string fileBasedTranslationMemoryFilePath, bool enabled) Parameters Type Name Description string fileBasedTranslationMemoryFilePath The absolute path to a file-based translation memory (*.sdltm). bool enabled Whether this translation provider will be used during translation provider operations in project. TranslationProviderReference(Uri) Constructor that takes the given URI, with no state and enabled by default. Declaration public TranslationProviderReference(Uri uri) Parameters Type Name Description Uri uri The URI that identifies the translation provider. TranslationProviderReference(Uri, string, bool) Constructor that takes the given URI, provider-specific state information and enabled setting. Declaration public TranslationProviderReference(Uri uri, string state, bool enabled) Parameters Type Name Description Uri uri The URI that identifies the translation provider. string state Translation-provider specific state information that should be stored in the project and passed on to the translation provider when it is instantiated. Can be null . bool enabled Whether this translation provider will be used during translation provider operations in project. Properties Enabled Gets or sets whether this translation provider will be used during translation provider operations in project. Declaration public bool Enabled { get; set; } Property Value Type Description bool State Gets or sets translation-provider specific state information that should be stored in the project and passed on to the translation provider when it is instantiated. Can be null . Declaration public string State { get; set; } Property Value Type Description string Uri Gets or sets the URI that identifies the translation provider. Cannot be null . Declaration public Uri Uri { get; set; } Property Value Type Description Uri" + "keywords": "Class TranslationProviderReference This class represents a reference to a translation provider, represented by a Uri and optional provider-specific state information. There is also also an Enabled property which determines whether this translation provider will be used during translation provider operations in project. Inheritance System.Object TranslationProviderReference 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class TranslationProviderReference Constructors TranslationProviderReference(String) Constructor that takes an absolute path to a file-based translation memory (*.sdltm) and enabled by default. Declaration public TranslationProviderReference(string fileBasedTranslationMemoryFilePath) Parameters Type Name Description System.String fileBasedTranslationMemoryFilePath The absolute path to a file-based translation memory (*.sdltm). TranslationProviderReference(String, Boolean) Constructor that takes an absolute path to a file-based translation memory (*.sdltm) and enabled setting. Declaration public TranslationProviderReference(string fileBasedTranslationMemoryFilePath, bool enabled) Parameters Type Name Description System.String fileBasedTranslationMemoryFilePath The absolute path to a file-based translation memory (*.sdltm). System.Boolean enabled Whether this translation provider will be used during translation provider operations in project. TranslationProviderReference(Uri) Constructor that takes the given URI, with no state and enabled by default. Declaration public TranslationProviderReference(Uri uri) Parameters Type Name Description System.Uri uri The URI that identifies the translation provider. TranslationProviderReference(Uri, String, Boolean) Constructor that takes the given URI, provider-specific state information and enabled setting. Declaration public TranslationProviderReference(Uri uri, string state, bool enabled) Parameters Type Name Description System.Uri uri The URI that identifies the translation provider. System.String state Translation-provider specific state information that should be stored in the project and passed on to the translation provider when it is instantiated. Can be null . System.Boolean enabled Whether this translation provider will be used during translation provider operations in project. Properties Enabled Gets or sets whether this translation provider will be used during translation provider operations in project. Declaration public bool Enabled { get; set; } Property Value Type Description System.Boolean State Gets or sets translation-provider specific state information that should be stored in the project and passed on to the translation provider when it is instantiated. Can be null . Declaration public string State { get; set; } Property Value Type Description System.String Uri Gets or sets the URI that identifies the translation provider. Cannot be null . Declaration public Uri Uri { get; set; } Property Value Type Description System.Uri" }, "api/projectautomation/Sdl.ProjectAutomation.Core.ValueStatus.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.ValueStatus.html", "title": "Enum ValueStatus", - "keywords": "Enum ValueStatus Enum with possible status values for various types of statistics. Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum ValueStatus Fields Name Description Complete Fully up-to-date statistics are available. None No statistics have been computed yet. OutOfDate Statistics are available for all items, but some of the statistics are out of date. This can be the case if a file's contents have changed after statistics were last computed. Partial Partial statistics have been computed. This is only valid for aggregate statistics values and means that for some of the items statistics have been computed, but not for all of them." + "keywords": "Enum ValueStatus Enum with possible status values for various types of statistics. Namespace : Sdl.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public enum ValueStatus Fields Name Description Complete Fully up-to-date statistics are available. None No statistics have been computed yet. OutOfDate Statistics are available for all items, but some of the statistics are out of date. This can be the case if a file's contents have changed after statistics were last computed. Partial Partial statistics have been computed. This is only valid for aggregate statistics values and means that for some of the items statistics have been computed, but not for all of them." }, "api/projectautomation/Sdl.ProjectAutomation.Core.WordCountStatistics.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Core.WordCountStatistics.html", "title": "Class WordCountStatistics", - "keywords": "Class WordCountStatistics This class represents word count statistics for a section of content. Inheritance object WordCountStatistics AnalysisStatistics Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class WordCountStatistics Constructors WordCountStatistics() Declaration public WordCountStatistics() Properties Repetitions Gets statistics about the amount of repeated content within the section of content for which these statistics are relevant. A segment is counted as a repeated segment if there is an identical segment for which there is no match in the translation memory. Declaration public CountData Repetitions { get; } Property Value Type Description CountData Total Gets statistics about the total number of words. Declaration public CountData Total { get; } Property Value Type Description CountData WordCountStatus Gets the status of these statistics. Declaration public ValueStatus WordCountStatus { get; } Property Value Type Description ValueStatus" + "keywords": "Class WordCountStatistics This class represents word count statistics for a section of content. Inheritance System.Object WordCountStatistics AnalysisStatistics 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.ProjectAutomation.Core Assembly : Sdl.ProjectAutomation.Core.dll Syntax public class WordCountStatistics Constructors WordCountStatistics() Declaration public WordCountStatistics() Properties Repetitions Gets statistics about the amount of repeated content within the section of content for which these statistics are relevant. A segment is counted as a repeated segment if there is an identical segment for which there is no match in the translation memory. Declaration public CountData Repetitions { get; } Property Value Type Description CountData Total Gets statistics about the total number of words. Declaration public CountData Total { get; } Property Value Type Description CountData WordCountStatus Gets the status of these statistics. Declaration public ValueStatus WordCountStatus { get; } Property Value Type Description ValueStatus" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.html", "title": "Class AbstractContentProcessor", - "keywords": "Class AbstractContentProcessor Base class used to process a bilingual document. Inheritance object AbstractBilingualFileTypeComponent AbstractBilingualContentHandler AbstractContentProcessor Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentHandler Inherited Members AbstractBilingualContentHandler.Initialize(IDocumentProperties) AbstractBilingualContentHandler.Complete() AbstractBilingualContentHandler.SetFileProperties(IFileProperties) AbstractBilingualContentHandler.FileComplete() AbstractBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ItemFactory AbstractBilingualFileTypeComponent.PropertiesFactory AbstractBilingualFileTypeComponent.MessageReporter object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public abstract class AbstractContentProcessor : AbstractBilingualContentHandler, IBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData, IBilingualContentHandler Constructors AbstractContentProcessor() Declaration protected AbstractContentProcessor() Fields ContentChanged Event triggered if the content processed is changed while processing Declaration public EventHandler ContentChanged Field Value Type Description EventHandler Methods TriggerContentChange() This is a helper that can be used when a change to the content has been done while processing. Declaration protected void TriggerContentChange() Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentHandler" + "keywords": "Class AbstractContentProcessor Base class used to process a bilingual document. Inheritance System.Object AbstractContentProcessor Namespace : Sdl.ProjectAutomation.FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public abstract class AbstractContentProcessor : AbstractBilingualContentHandler Constructors AbstractContentProcessor() Declaration protected AbstractContentProcessor() Fields ContentChanged Event triggered if the content processed is changed while processing Declaration public EventHandler ContentChanged Field Value Type Description System.EventHandler Methods TriggerContentChange() This is a helper that can be used when a change to the content has been done while processing. Declaration protected void TriggerContentChange()" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentTask.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentTask.html", "title": "Class AbstractContentTask", - "keywords": "Class AbstractContentTask Base class implemented by a content task Inheritance object AbstractContentTask Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public abstract class AbstractContentTask Constructors AbstractContentTask() Declaration protected AbstractContentTask() Properties Settings Gets or sets the content task settings Declaration public virtual AbstractTaskSettings Settings { get; set; } Property Value Type Description AbstractTaskSettings Methods Cancel(bool) Executed when a cancel event is requested. Declaration public abstract void Cancel(bool doRollback) Parameters Type Name Description bool doRollback GetContentProcessor(ITranslatableFile) Gets the content processor implemented. Declaration public abstract AbstractContentProcessor GetContentProcessor(ITranslatableFile translatableFile) Parameters Type Name Description Sdl.ProjectApi.ITranslatableFile translatableFile The translatable file processed. Returns Type Description AbstractContentProcessor The content processor implemented. TaskComplete() Executed when the task is complete. Declaration public virtual void TaskComplete()" + "keywords": "Class AbstractContentTask Base class implemented by a content task Inheritance System.Object AbstractContentTask 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.ProjectAutomation.FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public abstract class AbstractContentTask Constructors AbstractContentTask() Declaration protected AbstractContentTask() Properties Settings Gets or sets the content task settings Declaration public virtual AbstractTaskSettings Settings { get; set; } Property Value Type Description AbstractTaskSettings Methods Cancel(Boolean) Executed when a cancel event is requested. Declaration public abstract void Cancel(bool doRollback) Parameters Type Name Description System.Boolean doRollback GetContentProcessor(ITranslatableFile) Gets the content processor implemented. Declaration public abstract AbstractContentProcessor GetContentProcessor(ITranslatableFile translatableFile) Parameters Type Name Description Sdl.ProjectApi.ITranslatableFile translatableFile The translatable file processed. Returns Type Description AbstractContentProcessor The content processor implemented. TaskComplete() Executed when the task is complete. Declaration public virtual void TaskComplete()" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.html", @@ -5907,57 +5607,57 @@ "api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectCreatedEvent.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectCreatedEvent.html", "title": "Class ProjectCreatedEvent", - "keywords": "Class ProjectCreatedEvent Used to share information when a project is created This event will be triggered from Studio UI Inheritance object ProjectEvent ProjectCreatedEvent Inherited Members ProjectEvent.ProjectInfo object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased Events Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ProjectCreatedEvent : ProjectEvent Constructors ProjectCreatedEvent(IProject) Constructor Declaration public ProjectCreatedEvent(IProject project) Parameters Type Name Description Sdl.ProjectApi.IProject project" + "keywords": "Class ProjectCreatedEvent Used to share information when a project is created This event will be triggered from Studio UI Inheritance System.Object ProjectEvent ProjectCreatedEvent Inherited Members ProjectEvent.ProjectInfo 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.ProjectAutomation.FileBased.Events Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ProjectCreatedEvent : ProjectEvent Constructors ProjectCreatedEvent(IProject) Constructor Declaration public ProjectCreatedEvent(IProject project) Parameters Type Name Description Sdl.ProjectApi.IProject project" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent.html", "title": "Class ProjectOpenedEvent", - "keywords": "Class ProjectOpenedEvent Used to share information when a project is opened This event will be triggered from Studio UI Inheritance object ProjectEvent ProjectOpenedEvent Inherited Members ProjectEvent.ProjectInfo object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased Events Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ProjectOpenedEvent : ProjectEvent Constructors ProjectOpenedEvent(IProject) Constructor Declaration public ProjectOpenedEvent(IProject project) Parameters Type Name Description Sdl.ProjectApi.IProject project" + "keywords": "Class ProjectOpenedEvent Used to share information when a project is opened This event will be triggered from Studio UI Inheritance System.Object ProjectEvent ProjectOpenedEvent Inherited Members ProjectEvent.ProjectInfo 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.ProjectAutomation.FileBased.Events Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ProjectOpenedEvent : ProjectEvent Constructors ProjectOpenedEvent(IProject) Constructor Declaration public ProjectOpenedEvent(IProject project) Parameters Type Name Description Sdl.ProjectApi.IProject project" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent.html", "title": "Class ProjectPublishedEvent", - "keywords": "Class ProjectPublishedEvent Used to share information when a project is published to server This event will be triggered from Studio UI Inheritance object ProjectEvent ProjectPublishedEvent Inherited Members ProjectEvent.ProjectInfo object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased Events Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ProjectPublishedEvent : ProjectEvent Constructors ProjectPublishedEvent(IProject) Constructor Declaration public ProjectPublishedEvent(IProject project) Parameters Type Name Description Sdl.ProjectApi.IProject project" + "keywords": "Class ProjectPublishedEvent Used to share information when a project is published to server This event will be triggered from Studio UI Inheritance System.Object ProjectEvent ProjectPublishedEvent Inherited Members ProjectEvent.ProjectInfo 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.ProjectAutomation.FileBased.Events Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ProjectPublishedEvent : ProjectEvent Constructors ProjectPublishedEvent(IProject) Constructor Declaration public ProjectPublishedEvent(IProject project) Parameters Type Name Description Sdl.ProjectApi.IProject project" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html", "title": "Class FileBasedProject", - "keywords": "Class FileBasedProject This class provides an implementation of the IProject interface for working with Trados Studio projects. Inheritance object FileBasedProject Implements IProject IProjectDeleteOperation Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class FileBasedProject : IProject, IProjectDeleteOperation Remarks An Trados Studio project always resides in a dedicated project folder on disk. Within this, you can find the following: When creating a new FileBasedProject object, the project XML file is loaded into memory. Changes to the project are not saved automatically and only happen in memory. After doing a series of operations on a project, you need to call Save() to save the project XML file. You may choose to do this at key points to prevent losing data in case your application crashes. The FileBasedProject class can be used to open any type of Trados Studio project. In order to create a project from a project package (*.sdlppx), use the static CreateFromProjectPackage(string, string, out ProjectPackageImport) method. Project created using the Project Automation API will not automatically be added to the Trados Studio project list. In order to do this, simply open the project in Trados Studio, which will add it to the list. Constructors FileBasedProject(ProjectInfo) Creates a new project based on the default project template set up in Trados Studio. Declaration public FileBasedProject(ProjectInfo projectInfo) Parameters Type Name Description ProjectInfo projectInfo Properties to use when creating the project. Remarks The default project template has to be set up before you can use this constructor. This is done automatically when Trados Studio starts for the first time after installation. Exceptions Type Condition InvalidOperationException Thrown when trying to use this constructor before Trados Studio has initialized the default project template. ArgumentNullException Thrown when projectInfo is null . ArgumentException Thrown when projectInfo is invalid. FileBasedProject(ProjectInfo, ProjectReference) Creates a new project based on an existing project. Declaration public FileBasedProject(ProjectInfo projectInfo, ProjectReference projectReference) Parameters Type Name Description ProjectInfo projectInfo Properties to use when creating the project. ProjectReference projectReference The existing project to base this new project on. Exceptions Type Condition ArgumentNullException Thrown when projectInfo or projectReference is null . ArgumentException Thrown when projectInfo is invalid. FileNotFoundException Thrown when projectReference does not exist. ProjectAutomationException Thrown when the reference project could not be loaded. FileBasedProject(ProjectInfo, ProjectTemplateReference) Creates a new project based on a project template. Declaration public FileBasedProject(ProjectInfo projectInfo, ProjectTemplateReference templateReference) Parameters Type Name Description ProjectInfo projectInfo Properties to use when creating the project. ProjectTemplateReference templateReference The project template to base this new project on. Exceptions Type Condition ArgumentNullException Thrown when projectInfo or templateReference is null . ArgumentException Thrown when projectInfo is invalid. FileNotFoundException Thrown when templateReference does not exist. ProjectAutomationException Thrown when the template could not be loaded. FileBasedProject(string) Opens an existing project. Declaration public FileBasedProject(string projectFilePath) Parameters Type Name Description string projectFilePath The absolute path to the project file (*.sdlproj). Exceptions Type Condition ArgumentNullException Thrown if projectFilePath is null or empty. FileNotFoundException Thrown when projectFilePath does not exist. ProjectAutomationException Thrown when the project at projectFilePath cannot be loaded. FileBasedProject(string, bool, string, string) Opens an existing server project file. Declaration public FileBasedProject(string projectFilePath, bool useWindowsAuthentication, string userName, string password) Parameters Type Name Description string projectFilePath bool useWindowsAuthentication string userName string password Properties Credentials Gets the ProjectCredentials which holds credentials for translation providers and termbase servers that will be used during project processing. Declaration public ProjectCredentials Credentials { get; } Property Value Type Description ProjectCredentials FilePath The file path of the project file. Declaration public string FilePath { get; } Property Value Type Description string Methods AddBilingualReferenceFile(BilingualFileMapping) Associates a bilingual reference file (previously translated version) to a file in the project using a BilingualFileMapping Declaration public void AddBilingualReferenceFile(BilingualFileMapping mapping) Parameters Type Name Description BilingualFileMapping mapping AddBilingualReferenceFile(Guid, string) Associates a bilingual reference file (previously translated version) to a file in the project. Declaration public void AddBilingualReferenceFile(Guid projectFileId, string fileToAdd) Parameters Type Name Description Guid projectFileId File Id of the file in the project to associate the bilingual file with. string fileToAdd Absolute path including file name of the bilingual file. AddBilingualReferenceFiles(BilingualFileMapping[]) Associates bilingual reference files (previously translated versions) to project files using an array of BilingualFileMapping objects Declaration public void AddBilingualReferenceFiles(BilingualFileMapping[] mappings) Parameters Type Name Description BilingualFileMapping mappings AddFiles(string[]) Adds a set of files into the project, in the root folder. Declaration public ProjectFile[] AddFiles(string[] filePaths) Parameters Type Name Description string filePaths The paths of the files to add. These should be absolute paths. Returns Type Description ProjectFile The added files AddFiles(string[], string) Adds a set of files into the project, below a specified project folder. Declaration public ProjectFile[] AddFiles(string[] filePaths, string folderPathInProject) Parameters Type Name Description string filePaths The paths of the files to add. These should be absolute paths. string folderPathInProject The folder in this project below which the files should be added. If empty the files will be in the project root folder. Returns Type Description ProjectFile The added files AddFolderWithFiles(string, bool) Adds all the files from a folder into the project, in the root folder Declaration public ProjectFile[] AddFolderWithFiles(string localFolderPath, bool recursive) Parameters Type Name Description string localFolderPath The absolute path of the folder containing the files to add. bool recursive If true , files in sub folders will also be added. The relative folder structure is preserved in the project. Returns Type Description ProjectFile The added files AddFolderWithFiles(string, string, bool) Adds all the files from a folder into the project, below a specified project folder. Declaration public ProjectFile[] AddFolderWithFiles(string localFolderPath, string folderPathInProject, bool recursive) Parameters Type Name Description string localFolderPath The absolute path of the folder containing the files to add. string folderPathInProject The folder in this project below which the files should be added. If empty the files will be in the project root folder. bool recursive If true , files in sub folders will also be added. The relative folder structure is preserved in the project. Returns Type Description ProjectFile The added files AddMasterTM(TranslationProviderConfiguration, string) Set master tm for target language Declaration public void AddMasterTM(TranslationProviderConfiguration translationProviderConfiguration, string targetIso) Parameters Type Name Description TranslationProviderConfiguration translationProviderConfiguration string targetIso AddNewFileVersion(Guid, string) Adds the new file version. Declaration public void AddNewFileVersion(Guid projectFileId, string filePath) Parameters Type Name Description Guid projectFileId The file id. string filePath The local file path. CheckinFiles(Guid[], string, EventHandler) Uploads the specifies including potentially related files that should be uploaded at the same time and checks them in. Declaration public void CheckinFiles(Guid[] projectFileIds, string comment, EventHandler progressEventHandler) Parameters Type Name Description Guid projectFileIds The files to upload and check-in. string comment A comment for the checkin. EventHandler ProgressEventArgs progressEventHandler Progress event handler. Remarks The method is to be used for check-out files only When passing in a locally added target language file, the corresponding source file is checked in and also all the related new target language files; but no other existing modified target language files. When passing in a locally added source file, the source file and all corresponding target languages files are uploaded and checked in. CheckoutFiles(Guid[], bool, EventHandler) Checks out the files specified by project file id Declaration public void CheckoutFiles(Guid[] projectFileIds, bool overrideOnConflict, EventHandler progressEventHandler) Parameters Type Name Description Guid projectFileIds bool overrideOnConflict EventHandler ProgressEventArgs progressEventHandler Complete() Change the project status to completed. Declaration public void Complete() CreateFromProjectPackage(string, string, out ProjectPackageImport) Creates a new project from a project package. Declaration public static FileBasedProject CreateFromProjectPackage(string projectPackageFilePath, string projectFolder, out ProjectPackageImport result) Parameters Type Name Description string projectPackageFilePath The file path of the project package to open into a new project. Only native Trados Studio packages are supported (*.sdlppx). string projectFolder The file path of an empty folder to create the new project in. ProjectPackageImport result Information about the project package import operation. Returns Type Description FileBasedProject The newly created file-based project; or null if the project package import operation failed. Remarks Unlike Trados Studio, this API does not allow you to open a project package and merge it into a project that was previously created by opening a project package that originated from the same project. A new project is created for every project package you open using this method. CreateFromProjectPackage(string, string, EventHandler, EventHandler, out ProjectPackageImport) Creates a new project from a project package. Declaration public static FileBasedProject CreateFromProjectPackage(string projectPackageFilePath, string projectFolder, EventHandler statusEventHandler, EventHandler messageEventHandler, out ProjectPackageImport result) Parameters Type Name Description string projectPackageFilePath The file path of the project package to open into a new project. string projectFolder The file path of an empty folder to create the new project in. EventHandler ProgressEventArgs statusEventHandler Event handler for package creation status events. Can be null . EventHandler MessageEventArgs messageEventHandler Event handler for message events. Can be null . ProjectPackageImport result Information about the project package import operation. Returns Type Description FileBasedProject The newly created file-based project; or null if the package import failed. Exceptions Type Condition ArgumentNullException Thrown when projectFolder or projectPackageFilePath are null or empty. FileNotFoundException Thrown when projectPackageFilePath does not exist. ArgumentException Thrown when projectFolder refers to a non-empty directory. CreateManualTask(string, string, DateTime, TaskFileInfo[]) Creates a manual task. A manual task includes a set of files that is assigned to a user. The created manual task can be used to create a project package using CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler, EventHandler) Declaration public ManualTask CreateManualTask(string manualTaskName, string assignToUser, DateTime dueDate, TaskFileInfo[] inputFiles) Parameters Type Name Description string manualTaskName The name of the manual task. Typically \"Translate\" or \"Review\", but other task names can be string assignToUser The user to assign the task to. DateTime dueDate The date by which the task should be completed. TaskFileInfo inputFiles The files to include in the task. Returns Type Description ManualTask The newly created manual task. CreateManualTask(string, string, DateTime, Guid[]) Creates a manual task. A manual task includes a set of files that is assigned to a user. The created manual task can be used to create a project package using CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler, EventHandler) Declaration public ManualTask CreateManualTask(string manualTaskName, string assignToUser, DateTime dueDate, Guid[] projectFileIds) Parameters Type Name Description string manualTaskName The name of the manual task. Typically \"Translate\" or \"Review\", but other task names can be string assignToUser The user to assign the task to. DateTime dueDate The date by which the task should be completed. Guid projectFileIds The project files to include in the task. Reference files will be marked as \"read only\" task files Returns Type Description ManualTask Remarks This overload allows a list of project file IDs to be specified rather than TaskFileInfo objects. A project file will be marked as a \"read only\" task file if it has a role of Sdl.ProjectApi.FileRole.Reference . CreateMergedProjectFile(string, string, Guid[]) Creates a merged file from a number of translatable files in the project. This allows manipulating the content of all the child files within one physical file. For more information, see MergedProjectFile . Declaration public MergedProjectFile CreateMergedProjectFile(string mergedFileName, string folderPathInProject, Guid[] projectFileIds) Parameters Type Name Description string mergedFileName The file name for the newly created merged file. This must have the \".sdlxliff\" extension. string folderPathInProject The folder in this project in which the merged file be added. If empty the merged file will be in the project root folder. Guid projectFileIds The IDs of the translatable files to be merged in to one. Returns Type Description MergedProjectFile The newly created and added merged project file. CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) Creates a project package. The package can then be obtained using SavePackageAs(Guid, string) . Declaration public ProjectPackageCreation CreateProjectPackage(Guid manualTaskId, string packageName, string comment, ProjectPackageCreationOptions options) Parameters Type Name Description Guid manualTaskId The ID of the task that the package relates to. (The task defines which files are included in the package.) string packageName The name of the package. string comment Optional comment. ProjectPackageCreationOptions options Various options to control what will be included in a project package. Returns Type Description ProjectPackageCreation A ProjectPackageCreation object, which contains the results of the package creation. CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler, EventHandler) Creates a project package. The package can then be obtained using SavePackageAs(Guid, string) . Declaration public ProjectPackageCreation CreateProjectPackage(Guid manualTaskId, string packageName, string comment, ProjectPackageCreationOptions options, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description Guid manualTaskId The ID of the task that the package relates to. (The task defines which files are included in the package.) string packageName The name of the package. string comment Optional comment. ProjectPackageCreationOptions options Various options to control what will be included in a project package. EventHandler ProgressEventArgs statusEventHandler Event handler for package creation status events. EventHandler MessageEventArgs messageEventHandler Event handler for message events. Returns Type Description ProjectPackageCreation A ProjectPackageCreation object, which contains the results of the package creation. CreateReturnPackage(Guid[], string, string) Creates a return package from a set of files. The files must all have previously been received as part of a project package in order for the return package to be created. Declaration public ReturnPackageCreation CreateReturnPackage(Guid[] projectFileIds, string packageName, string comment) Parameters Type Name Description Guid projectFileIds The files to include in the return package. string packageName The name of the package. string comment A comment for the package. Returns Type Description ReturnPackageCreation A ReturnPackageCreation object, representing the results of the return package creation. Remarks It is only valid to call this method if this project was created from a project package CreateReturnPackage(Guid[], string, string, EventHandler, EventHandler) Creates a return package from a set of files. The files must all have previously been received as part of a project package in order for the return package to be created. Declaration public ReturnPackageCreation CreateReturnPackage(Guid[] projectFileIds, string packageName, string comment, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description Guid projectFileIds The files to include in the return package. string packageName The name of the package. string comment A comment for the package. EventHandler ProgressEventArgs statusEventHandler Event handler for status events EventHandler MessageEventArgs messageEventHandler Event handler for message events Returns Type Description ReturnPackageCreation A ReturnPackageCreation object, representing the results of the return package creation. Remarks It is only valid to call this method if this project was created from a project package Delete() Deletes the project. This deletes the entire project folder. Declaration public void Delete() DeleteFilesAndDependencies(string) Deletes the file and its dependencies Declaration public void DeleteFilesAndDependencies(string fileNameInProject) Parameters Type Name Description string fileNameInProject DeleteFromServer() Deletes the project from the server Declaration public void DeleteFromServer() DownloadLatestServerVersion(Guid, EventHandler, bool) Downloads the latest version of a file from the project server. Declaration public bool DownloadLatestServerVersion(Guid projectFileId, EventHandler progressEventHandler, bool force) Parameters Type Name Description Guid projectFileId The unique file id EventHandler Sdl.ProjectApi.Server.DataTransferEventArgs progressEventHandler A progress event handler, allowing the caller to cancel the download if required. bool force if set to true download the file from the server regardless of whether the local version is up to date. Returns Type Description bool true if successful DownloadSpecificServerVersion(Guid, int, string, EventHandler) Downloads a specific version of a file from the server in to the specified location Declaration public bool DownloadSpecificServerVersion(Guid projectFileId, int versionNumber, string localFilePath, EventHandler progressEventHandler) Parameters Type Name Description Guid projectFileId The unique identifier for the file int versionNumber The version number of the file you wish to download string localFilePath The location you wish to download the file to EventHandler Sdl.ProjectApi.Server.DataTransferEventArgs progressEventHandler A progress event handler, allowing the caller to cancel the download if required. Returns Type Description bool true if successful GetAutomaticTask(Guid) Retrieves an existing automatic task. Declaration public AutomaticTask GetAutomaticTask(Guid automaticTaskId) Parameters Type Name Description Guid automaticTaskId The ID of the automatic task. Returns Type Description AutomaticTask The automatic task. GetFile(Guid) Gets the file. Declaration public ProjectFile GetFile(Guid projectFileId) Parameters Type Name Description Guid projectFileId The file id. Returns Type Description ProjectFile A ProjectFile object, representing the project file. GetFileTypeConfiguration() Returns the configuration for the file types asssociated to this project Declaration public ProjectFileTypeConfiguration GetFileTypeConfiguration() Returns Type Description ProjectFileTypeConfiguration GetFiles(Guid[]) Gets an array of files from an array of file ids. Declaration public ProjectFile[] GetFiles(Guid[] fileIds) Parameters Type Name Description Guid fileIds The array containing the fileIds. Returns Type Description ProjectFile An array of ProjectFile objects, representing the project files. GetManualTask(Guid) Retrieves an existing manual task. Declaration public ManualTask GetManualTask(Guid manualTaskId) Parameters Type Name Description Guid manualTaskId The ID of the manual task Returns Type Description ManualTask The newly created manual task. GetProjectFileVersionHistory(Guid) Retrieves the history for a specific project file Declaration public ProjectFileVersion[] GetProjectFileVersionHistory(Guid projectFileId) Parameters Type Name Description Guid projectFileId Returns Type Description ProjectFileVersion GetProjectInfo() Retrieves information about the project Declaration public ProjectInfo GetProjectInfo() Returns Type Description ProjectInfo A ProjectInfo object that contains information about this project. GetProjectStatistics() Gets the aggregated analysis, word count and confirmation statistics for all the files in the project. This will not actually compute the statistics, but just return a snapshot of the statistics that where most recently computed. To update the statistics, run the relevant task: WordCount , AnalyzeFiles or TranslationCount . Declaration public ProjectStatistics GetProjectStatistics() Returns Type Description ProjectStatistics The aggregated analysis, word count and confirmation statistics for all the files in the project. GetSettings() Gets the project-level settings. Declaration public ISettingsBundle GetSettings() Returns Type Description ISettingsBundle A settings bundle containing the project settings. Never returns null . Remarks Project settings can be overridden for a specific target language using UpdateSettings(Language, ISettingsBundle) . The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting that is not specifically defined/overridden on the target language level will be inherited from the project-level settings. GetSettings(Language) Gets the settings for a specific target language. Declaration public ISettingsBundle GetSettings(Language targetLanguage) Parameters Type Name Description Language targetLanguage The project target language for which to retrieve the settings. Returns Type Description ISettingsBundle A settings bundle containing the target language specific settings. The settings bundle returned will have a parent settings bundle which represent the current project settings. Never returns null . Remarks Target language settings override settings specified on the project level (see GetSettings() . The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting that is not specifically defined/overridden on the target language level will be inherited from the project-level settings. Exceptions Type Condition ArgumentException Thrown when targetLanguage is null or invalid. GetSourceLanguageFiles() Retrieves all source language files. Declaration public ProjectFile[] GetSourceLanguageFiles() Returns Type Description ProjectFile All the source language files in this project. GetTargetLanguageFiles() Retrieves all target language files. Declaration public ProjectFile[] GetTargetLanguageFiles() Returns Type Description ProjectFile An array of ProjectFile objects, representing all the target language files in this project. Remarks For merged files ( MergedProjectFile ) with merge state NotMerged or Merged the merged file will be returned from this method, but not the child files. When the merge state is Split , only the child files are returned, not the merged file. GetTargetLanguageFiles(Language) Retrieves all files for the specified target language. Declaration public ProjectFile[] GetTargetLanguageFiles(Language targetLanguage) Parameters Type Name Description Language targetLanguage The target language to retrieve files for. Returns Type Description ProjectFile An array of ProjectFile objects, representing all the files in this project with the specified target language. Remarks For merged files ( MergedProjectFile ) with merge state NotMerged or Merged the merged file will be returned from this method, but not the child files. When the merge state is Split , only the child files are returned, not the merged file. GetTermbaseConfiguration(bool) Retrieves all termbase-related settings that are associated with this project. Declaration public TermbaseConfiguration GetTermbaseConfiguration(bool obtainCopy = false) Parameters Type Name Description bool obtainCopy Returns Type Description TermbaseConfiguration A TermbaseConfiguration object containing all termbase-related configuration for this project. GetTranslationProviderConfiguration() Gets the translation provider configuration for this project. Declaration public TranslationProviderConfiguration GetTranslationProviderConfiguration() Returns Type Description TranslationProviderConfiguration The translation provider configuration. This never returns null . Remarks The translation provider configuration overridden for a specific target language (see GetTranslationProviderConfiguration(Language) ) and UpdateTranslationProviderConfiguration(Language, TranslationProviderConfiguration) ). GetTranslationProviderConfiguration(Language) Gets the translation provider configuration for the specified target language. If no specific configuration has been specified for the specified target language, this method returns an empty (not null !) configuration. Declaration public TranslationProviderConfiguration GetTranslationProviderConfiguration(Language targetLanguage) Parameters Type Name Description Language targetLanguage The target language for which to get the translation provider configuration. Returns Type Description TranslationProviderConfiguration The translation provider configuration for the specified target language. This never returns null . ImportReturnPackage(string) Imports a return package into this project. Declaration public ReturnPackageImport ImportReturnPackage(string returnPackageFilePath) Parameters Type Name Description string returnPackageFilePath The file path of the return package to import. Has file extension .sdlrpx Returns Type Description ReturnPackageImport Information about the import operation. ImportReturnPackage(string, EventHandler, EventHandler) Imports a return package into this project. Declaration public ReturnPackageImport ImportReturnPackage(string returnPackageFilePath, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description string returnPackageFilePath The file path of the return package to import. Has file extension .sdlrpx EventHandler ProgressEventArgs statusEventHandler Event handler for status events EventHandler MessageEventArgs messageEventHandler Event handler for message events Returns Type Description ReturnPackageImport Information about the import operation. OpenProjectFileStream(Guid) Returns a stream that can be used to save out the latest version of the file. Declaration public Stream OpenProjectFileStream(Guid projectFileId) Parameters Type Name Description Guid projectFileId The file to obtain the stream for. Returns Type Description Stream A stream from which the file contents can be read. It is the responsibility of the caller to close this stream. PublishProject(Uri, bool, string, string, string, EventHandler) Publish this project to a Groupshare Project Server. Declaration public PublishProjectResult PublishProject(Uri serverUri, bool useWindowsAuthentication, string userName, string password, string organizationPath, EventHandler progressEventHandler) Parameters Type Name Description Uri serverUri The full URI of the project server e.g. https://projectserver.mydomain.com:8080 bool useWindowsAuthentication If true use window authentication, false use custom authentication string userName The user name you wish to use to publish the project string password The password you with to use to publish the project string organizationPath The organization path on the Groupshare server where you want the project to be published EventHandler PublishProjectEventArgs progressEventHandler Callback for monitoring the Returns Type Description PublishProjectResult RemoveBilingualReferenceFile(Guid) Removes a bilingual reference file (previously translated version) from a project file Declaration public void RemoveBilingualReferenceFile(Guid projectFileId) Parameters Type Name Description Guid projectFileId File Id of the file in the project to remove the bilingual file from. RunAutomaticTask(Guid[], string) Runs an automatic task on a set of files. Automatic task template IDs are defined in AutomaticTaskTemplateIds . Declaration public AutomaticTask RunAutomaticTask(Guid[] projectFileIds, string taskTemplateId) Parameters Type Name Description Guid projectFileIds The files to run the task on. string taskTemplateId The ID of the task template (i.e. the type of task) to run. Returns Type Description AutomaticTask Information about the automatic task that has been run. Remarks Multiple automatic tasks can be run together in a sequence using RunAutomaticTasks(Guid[], string[]) . RunAutomaticTask(Guid[], string, EventHandler, EventHandler) Runs an automatic task on a set of files. Automatic task template IDs are defined in AutomaticTaskTemplateIds . This overload allows event handlers to be specified for task status and message events. These events support cancellation of the task. Declaration public AutomaticTask RunAutomaticTask(Guid[] projectFileIds, string taskTemplateId, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description Guid projectFileIds The files to run the task on. string taskTemplateId The ID of the task template (i.e. the type of task) to run. EventHandler TaskStatusEventArgs statusEventHandler Event handler for task status events. EventHandler TaskMessageEventArgs messageEventHandler Event handler for message events. Returns Type Description AutomaticTask Information about the automatic task that has been run. Remarks Multiple automatic tasks can be run together in a sequence using RunAutomaticTasks(Guid[], string[]) . RunAutomaticTasks(Guid[], string[]) Runs a sequence of automatic tasks on a set of project files. This can be more efficient than running tasks individually using RunAutomaticTask(Guid[], string) , because content processing tasks can be executed in parallel. See the comments on AnalyzeFiles for more details. Declaration public TaskSequence RunAutomaticTasks(Guid[] projectFileIds, string[] taskTemplateIds) Parameters Type Name Description Guid projectFileIds The files to run the task on. string taskTemplateIds The IDs of the task templates (i.e. the types of task) to run. Returns Type Description TaskSequence Information about the sequence of tasks that has been run. RunAutomaticTasks(Guid[], string[], EventHandler, EventHandler) Runs a sequence of automatic tasks on a set of project files. This can be more efficient than running tasks individually using RunAutomaticTask(Guid[], string) , because content processing tasks can be executed in parallel. See the comments on AnalyzeFiles for more details. Declaration public TaskSequence RunAutomaticTasks(Guid[] projectFileIds, string[] taskTemplateIds, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description Guid projectFileIds The files to run the task on. string taskTemplateIds The IDs of the task templates (i.e. the types of task) to run. EventHandler TaskStatusEventArgs statusEventHandler Event handler for task status events. EventHandler TaskMessageEventArgs messageEventHandler Event handler for message events. Returns Type Description TaskSequence Information about the sequence of tasks that has been run. RunDefaultTaskSequence(Guid[]) Runs the default task sequence of automatic tasks on a set of project files. Declaration public TaskSequence RunDefaultTaskSequence(Guid[] projectFileIds) Parameters Type Name Description Guid projectFileIds The files to run the task on. Returns Type Description TaskSequence Information about the sequence of tasks that has been run. RunDefaultTaskSequence(Guid[], EventHandler, EventHandler) Runs the default task sequence of automatic tasks on a set of project files. Declaration public TaskSequence RunDefaultTaskSequence(Guid[] projectFileIds, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description Guid projectFileIds The files to run the task on. EventHandler TaskStatusEventArgs statusEventHandler Event handler for task status events. EventHandler TaskMessageEventArgs messageEventHandler Event handler for message events. Returns Type Description TaskSequence Information about the sequence of tasks that has been run. Save() Persists the project file. The file has extension .sdlproj and is located in the folder given by LocalProjectFolder . The project file path can be obtained using FilePath . Declaration public void Save() Remarks It is recommended to regularly save the project, for example after making a set of changes and after running a task. SavePackageAs(Guid, string) Saves out the package to a specified file location. Declaration public void SavePackageAs(Guid packageId, string path) Parameters Type Name Description Guid packageId The ID of the package to save. string path The file path to save the package to. SaveProjectFileAs(Guid, string) Saves out the file to a specified file location. Declaration public void SaveProjectFileAs(Guid projectFileId, string outputFilePath) Parameters Type Name Description Guid projectFileId The file to save. string outputFilePath The file path to save the project file to. SaveTaskReportAs(Guid, string, ReportFormat) Saves the task report out to a file, in the specified format Declaration public void SaveTaskReportAs(Guid reportId, string path, ReportFormat reportFormat) Parameters Type Name Description Guid reportId The id of the task report to save. string path The file path to save the report to. ReportFormat reportFormat The format used when saving out the report. SetFileRole(Guid[], FileRole) Changes the role of the file. A Scan task ( Scan ) should be run after changing the file role in this way. Declaration public void SetFileRole(Guid[] projectFileIds, FileRole fileRole) Parameters Type Name Description Guid projectFileIds The IDs of the project files. FileRole fileRole The new FileRole value. SynchronizeServerProjectData() Synchronizes the local project information with the information stored on the server Declaration public bool SynchronizeServerProjectData() Returns Type Description bool UndoCheckoutFiles(Guid[]) Removes the lock on server files without changing the version of the file on the server Declaration public void UndoCheckoutFiles(Guid[] projectFileIds) Parameters Type Name Description Guid projectFileIds The list of files to uncheckout UpdateProject(ProjectInfo) Updates the project with the new information contained in projectInfo . Declaration public ProjectInfo UpdateProject(ProjectInfo projectInfo) Parameters Type Name Description ProjectInfo projectInfo A object. Returns Type Description ProjectInfo The updated project information. Remarks It is only valid to update certain properties. See the comments in ProjectInfo properties for more details. It is recommended to first obtain a ProjectInfo object using GetProjectInfo() , then modify its properties before passing into this update method. UpdateSettings(Language, ISettingsBundle) Updates the settings for a specific target language. Declaration public void UpdateSettings(Language targetLanguage, ISettingsBundle settings) Parameters Type Name Description Language targetLanguage The target language for which to update the settings. ISettingsBundle settings A settings bundle representing the new target language settings. Remarks Note that this method will only update the target-language settings. If you have changed the parent project-level settings too, thee need to be updated with a separate call to UpdateSettings(ISettingsBundle) . Exceptions Type Condition ArgumentException Thrown when targetLanguage is null or invalid. ArgumentNullException Thrown if settings is null . UpdateSettings(ISettingsBundle) Updates the project-level settings. Declaration public void UpdateSettings(ISettingsBundle settings) Parameters Type Name Description ISettingsBundle settings A settings bundle object containing the new project settings. Remarks

                                                                                                                    The project settings will be completely replaced with the specified settings, so any settings not present in the updated settings bundle will revert to their defaults. You can also override settings for a specific target language. See UpdateSettings(Language, ISettingsBundle) . Exceptions Type Condition ArgumentNullException Thrown if settings is null . UpdateTermbaseConfiguration(TermbaseConfiguration) Updates the termbase-related settings for this project. Declaration public void UpdateTermbaseConfiguration(TermbaseConfiguration termbaseConfiguration) Parameters Type Name Description TermbaseConfiguration termbaseConfiguration A TermbaseConfiguration object containing all termbase-related configuration for this project. This can either be newly created termbase configuration object or one that was retrieved via GetTermbaseConfiguration(bool) . UpdateTranslationProviderConfiguration(Language, TranslationProviderConfiguration) Updates the translation provider configuration for a specific project target language. Declaration public void UpdateTranslationProviderConfiguration(Language targetLanguage, TranslationProviderConfiguration translationProviderConfiguration) Parameters Type Name Description Language targetLanguage The project target language for which to update the configuration. TranslationProviderConfiguration translationProviderConfiguration The translation provider configuration. Note that you need to set OverrideParent to true in order for the configuration to be used. If this is set to false , the project-wide translation provider configuration will be used instead ( GetTranslationProviderConfiguration() ). Exceptions Type Condition ArgumentException Thrown when targetLanguage is null , invalid or not one of the project target languages. ArgumentNullException Thrown when translationProviderConfiguration is null . ArgumentException Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information. UpdateTranslationProviderConfiguration(TranslationProviderConfiguration) Updates the project-wide translation provider configuration. Declaration public void UpdateTranslationProviderConfiguration(TranslationProviderConfiguration translationProviderConfiguration) Parameters Type Name Description TranslationProviderConfiguration translationProviderConfiguration The translation provider configuration. Note that the project-wide configuration might have been overridden for one or more specific project target languages (see UpdateTranslationProviderConfiguration(Language, TranslationProviderConfiguration) ). The project-wide configuration will not be used for these target languages. Exceptions Type Condition ArgumentNullException Thrown when translationProviderConfiguration is null . ArgumentException Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information. Implements IProject IProjectDeleteOperation" + "keywords": "Class FileBasedProject This class provides an implementation of the IProject interface for working with Trados Studio projects. Inheritance System.Object FileBasedProject Implements IProject IProjectDeleteOperation 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.ProjectAutomation.FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class FileBasedProject : IProject, IProjectDeleteOperation Remarks An Trados Studio project always resides in a dedicated project folder on disk. Within this, you can find the following: When creating a new FileBasedProject object, the project XML file is loaded into memory. Changes to the project are not saved automatically and only happen in memory. After doing a series of operations on a project, you need to call Save() to save the project XML file. You may choose to do this at key points to prevent losing data in case your application crashes. The FileBasedProject class can be used to open any type of Trados Studio project. In order to create a project from a project package (*.sdlppx), use the static CreateFromProjectPackage(String, String, out ProjectPackageImport) method. Project created using the Project Automation API will not automatically be added to the Trados Studio project list. In order to do this, simply open the project in Trados Studio, which will add it to the list. Constructors FileBasedProject(ProjectInfo) Creates a new project based on the default project template set up in Trados Studio. Declaration public FileBasedProject(ProjectInfo projectInfo) Parameters Type Name Description ProjectInfo projectInfo Properties to use when creating the project. Remarks The default project template has to be set up before you can use this constructor. This is done automatically when Trados Studio starts for the first time after installation. Exceptions Type Condition System.InvalidOperationException Thrown when trying to use this constructor before Trados Studio has initialized the default project template. System.ArgumentNullException Thrown when projectInfo is null . System.ArgumentException Thrown when projectInfo is invalid. FileBasedProject(ProjectInfo, ProjectReference) Creates a new project based on an existing project. Declaration public FileBasedProject(ProjectInfo projectInfo, ProjectReference projectReference) Parameters Type Name Description ProjectInfo projectInfo Properties to use when creating the project. ProjectReference projectReference The existing project to base this new project on. Exceptions Type Condition System.ArgumentNullException Thrown when projectInfo or projectReference is null . System.ArgumentException Thrown when projectInfo is invalid. System.IO.FileNotFoundException Thrown when projectReference does not exist. ProjectAutomationException Thrown when the reference project could not be loaded. FileBasedProject(ProjectInfo, ProjectTemplateReference) Creates a new project based on a project template. Declaration public FileBasedProject(ProjectInfo projectInfo, ProjectTemplateReference templateReference) Parameters Type Name Description ProjectInfo projectInfo Properties to use when creating the project. ProjectTemplateReference templateReference The project template to base this new project on. Exceptions Type Condition System.ArgumentNullException Thrown when projectInfo or templateReference is null . System.ArgumentException Thrown when projectInfo is invalid. System.IO.FileNotFoundException Thrown when templateReference does not exist. ProjectAutomationException Thrown when the template could not be loaded. FileBasedProject(String) Opens an existing project. Declaration public FileBasedProject(string projectFilePath) Parameters Type Name Description System.String projectFilePath The absolute path to the project file (*.sdlproj). Exceptions Type Condition System.ArgumentNullException Thrown if projectFilePath is null or empty. System.IO.FileNotFoundException Thrown when projectFilePath does not exist. ProjectAutomationException Thrown when the project at projectFilePath cannot be loaded. FileBasedProject(String, Boolean, String, String) Opens an existing server project file. Declaration public FileBasedProject(string projectFilePath, bool useWindowsAuthentication, string userName, string password) Parameters Type Name Description System.String projectFilePath System.Boolean useWindowsAuthentication System.String userName System.String password Properties Credentials Gets the ProjectCredentials which holds credentials for translation providers and termbase servers that will be used during project processing. Declaration public ProjectCredentials Credentials { get; } Property Value Type Description ProjectCredentials FilePath The file path of the project file. Declaration public string FilePath { get; } Property Value Type Description System.String Methods AddBilingualReferenceFile(BilingualFileMapping) Associates a bilingual reference file (previously translated version) to a file in the project using a BilingualFileMapping Declaration public void AddBilingualReferenceFile(BilingualFileMapping mapping) Parameters Type Name Description BilingualFileMapping mapping AddBilingualReferenceFile(Guid, String) Associates a bilingual reference file (previously translated version) to a file in the project. Declaration public void AddBilingualReferenceFile(Guid projectFileId, string fileToAdd) Parameters Type Name Description System.Guid projectFileId File Id of the file in the project to associate the bilingual file with. System.String fileToAdd Absolute path including file name of the bilingual file. AddBilingualReferenceFiles(BilingualFileMapping[]) Associates bilingual reference files (previously translated versions) to project files using an array of BilingualFileMapping objects Declaration public void AddBilingualReferenceFiles(BilingualFileMapping[] mappings) Parameters Type Name Description BilingualFileMapping [] mappings AddFiles(String[]) Adds a set of files into the project, in the root folder. Declaration public ProjectFile[] AddFiles(string[] filePaths) Parameters Type Name Description System.String [] filePaths The paths of the files to add. These should be absolute paths. Returns Type Description ProjectFile [] The added files AddFiles(String[], String) Adds a set of files into the project, below a specified project folder. Declaration public ProjectFile[] AddFiles(string[] filePaths, string folderPathInProject) Parameters Type Name Description System.String [] filePaths The paths of the files to add. These should be absolute paths. System.String folderPathInProject The folder in this project below which the files should be added. If empty the files will be in the project root folder. Returns Type Description ProjectFile [] The added files AddFolderWithFiles(String, Boolean) Adds all the files from a folder into the project, in the root folder Declaration public ProjectFile[] AddFolderWithFiles(string localFolderPath, bool recursive) Parameters Type Name Description System.String localFolderPath The absolute path of the folder containing the files to add. System.Boolean recursive If true , files in sub folders will also be added. The relative folder structure is preserved in the project. Returns Type Description ProjectFile [] The added files AddFolderWithFiles(String, String, Boolean) Adds all the files from a folder into the project, below a specified project folder. Declaration public ProjectFile[] AddFolderWithFiles(string localFolderPath, string folderPathInProject, bool recursive) Parameters Type Name Description System.String localFolderPath The absolute path of the folder containing the files to add. System.String folderPathInProject The folder in this project below which the files should be added. If empty the files will be in the project root folder. System.Boolean recursive If true , files in sub folders will also be added. The relative folder structure is preserved in the project. Returns Type Description ProjectFile [] The added files AddMasterTM(TranslationProviderConfiguration, String) Set master tm for target language Declaration public void AddMasterTM(TranslationProviderConfiguration translationProviderConfiguration, string targetIso) Parameters Type Name Description TranslationProviderConfiguration translationProviderConfiguration System.String targetIso AddNewFileVersion(Guid, String) Adds the new file version. Declaration public void AddNewFileVersion(Guid projectFileId, string filePath) Parameters Type Name Description System.Guid projectFileId The file id. System.String filePath The local file path. CheckinFiles(Guid[], String, EventHandler) Uploads the specifies including potentially related files that should be uploaded at the same time and checks them in. Declaration public void CheckinFiles(Guid[] projectFileIds, string comment, EventHandler progressEventHandler) Parameters Type Name Description System.Guid [] projectFileIds The files to upload and check-in. System.String comment A comment for the checkin. System.EventHandler < ProgressEventArgs > progressEventHandler Progress event handler. Remarks The method is to be used for check-out files only When passing in a locally added target language file, the corresponding source file is checked in and also all the related new target language files; but no other existing modified target language files. When passing in a locally added source file, the source file and all corresponding target languages files are uploaded and checked in. CheckoutFiles(Guid[], Boolean, EventHandler) Checks out the files specified by project file id Declaration public void CheckoutFiles(Guid[] projectFileIds, bool overrideOnConflict, EventHandler progressEventHandler) Parameters Type Name Description System.Guid [] projectFileIds System.Boolean overrideOnConflict System.EventHandler < ProgressEventArgs > progressEventHandler Complete() Change the project status to completed. Declaration public void Complete() CreateFromProjectPackage(String, String, out ProjectPackageImport) Creates a new project from a project package. Declaration public static FileBasedProject CreateFromProjectPackage(string projectPackageFilePath, string projectFolder, out ProjectPackageImport result) Parameters Type Name Description System.String projectPackageFilePath The file path of the project package to open into a new project. Only native Trados Studio packages are supported (*.sdlppx). System.String projectFolder The file path of an empty folder to create the new project in. ProjectPackageImport result Information about the project package import operation. Returns Type Description FileBasedProject The newly created file-based project; or null if the project package import operation failed. Remarks Unlike Trados Studio, this API does not allow you to open a project package and merge it into a project that was previously created by opening a project package that originated from the same project. A new project is created for every project package you open using this method. CreateFromProjectPackage(String, String, EventHandler, EventHandler, out ProjectPackageImport) Creates a new project from a project package. Declaration public static FileBasedProject CreateFromProjectPackage(string projectPackageFilePath, string projectFolder, EventHandler statusEventHandler, EventHandler messageEventHandler, out ProjectPackageImport result) Parameters Type Name Description System.String projectPackageFilePath The file path of the project package to open into a new project. System.String projectFolder The file path of an empty folder to create the new project in. System.EventHandler < ProgressEventArgs > statusEventHandler Event handler for package creation status events. Can be null . System.EventHandler < MessageEventArgs > messageEventHandler Event handler for message events. Can be null . ProjectPackageImport result Information about the project package import operation. Returns Type Description FileBasedProject The newly created file-based project; or null if the package import failed. Exceptions Type Condition System.ArgumentNullException Thrown when projectFolder or projectPackageFilePath are null or empty. System.IO.FileNotFoundException Thrown when projectPackageFilePath does not exist. System.ArgumentException Thrown when projectFolder refers to a non-empty directory. CreateManualTask(String, String, DateTime, TaskFileInfo[]) Creates a manual task. A manual task includes a set of files that is assigned to a user. The created manual task can be used to create a project package using CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler, EventHandler) Declaration public ManualTask CreateManualTask(string manualTaskName, string assignToUser, DateTime dueDate, TaskFileInfo[] inputFiles) Parameters Type Name Description System.String manualTaskName The name of the manual task. Typically \"Translate\" or \"Review\", but other task names can be System.String assignToUser The user to assign the task to. System.DateTime dueDate The date by which the task should be completed. TaskFileInfo [] inputFiles The files to include in the task. Returns Type Description ManualTask The newly created manual task. CreateManualTask(String, String, DateTime, Guid[]) Creates a manual task. A manual task includes a set of files that is assigned to a user. The created manual task can be used to create a project package using CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler, EventHandler) Declaration public ManualTask CreateManualTask(string manualTaskName, string assignToUser, DateTime dueDate, Guid[] projectFileIds) Parameters Type Name Description System.String manualTaskName The name of the manual task. Typically \"Translate\" or \"Review\", but other task names can be System.String assignToUser The user to assign the task to. System.DateTime dueDate The date by which the task should be completed. System.Guid [] projectFileIds The project files to include in the task. Reference files will be marked as \"read only\" task files Returns Type Description ManualTask Remarks This overload allows a list of project file IDs to be specified rather than TaskFileInfo objects. A project file will be marked as a \"read only\" task file if it has a role of Sdl.ProjectApi.FileRole.Reference . CreateMergedProjectFile(String, String, Guid[]) Creates a merged file from a number of translatable files in the project. This allows manipulating the content of all the child files within one physical file. For more information, see MergedProjectFile . Declaration public MergedProjectFile CreateMergedProjectFile(string mergedFileName, string folderPathInProject, Guid[] projectFileIds) Parameters Type Name Description System.String mergedFileName The file name for the newly created merged file. This must have the \".sdlxliff\" extension. System.String folderPathInProject The folder in this project in which the merged file be added. If empty the merged file will be in the project root folder. System.Guid [] projectFileIds The IDs of the translatable files to be merged in to one. Returns Type Description MergedProjectFile The newly created and added merged project file. CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) Creates a project package. The package can then be obtained using SavePackageAs(Guid, String) . Declaration public ProjectPackageCreation CreateProjectPackage(Guid manualTaskId, string packageName, string comment, ProjectPackageCreationOptions options) Parameters Type Name Description System.Guid manualTaskId The ID of the task that the package relates to. (The task defines which files are included in the package.) System.String packageName The name of the package. System.String comment Optional comment. ProjectPackageCreationOptions options Various options to control what will be included in a project package. Returns Type Description ProjectPackageCreation A ProjectPackageCreation object, which contains the results of the package creation. CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler, EventHandler) Creates a project package. The package can then be obtained using SavePackageAs(Guid, String) . Declaration public ProjectPackageCreation CreateProjectPackage(Guid manualTaskId, string packageName, string comment, ProjectPackageCreationOptions options, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description System.Guid manualTaskId The ID of the task that the package relates to. (The task defines which files are included in the package.) System.String packageName The name of the package. System.String comment Optional comment. ProjectPackageCreationOptions options Various options to control what will be included in a project package. System.EventHandler < ProgressEventArgs > statusEventHandler Event handler for package creation status events. System.EventHandler < MessageEventArgs > messageEventHandler Event handler for message events. Returns Type Description ProjectPackageCreation A ProjectPackageCreation object, which contains the results of the package creation. CreateReturnPackage(Guid[], String, String) Creates a return package from a set of files. The files must all have previously been received as part of a project package in order for the return package to be created. Declaration public ReturnPackageCreation CreateReturnPackage(Guid[] projectFileIds, string packageName, string comment) Parameters Type Name Description System.Guid [] projectFileIds The files to include in the return package. System.String packageName The name of the package. System.String comment A comment for the package. Returns Type Description ReturnPackageCreation A ReturnPackageCreation object, representing the results of the return package creation. Remarks It is only valid to call this method if this project was created from a project package CreateReturnPackage(Guid[], String, String, EventHandler, EventHandler) Creates a return package from a set of files. The files must all have previously been received as part of a project package in order for the return package to be created. Declaration public ReturnPackageCreation CreateReturnPackage(Guid[] projectFileIds, string packageName, string comment, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description System.Guid [] projectFileIds The files to include in the return package. System.String packageName The name of the package. System.String comment A comment for the package. System.EventHandler < ProgressEventArgs > statusEventHandler Event handler for status events System.EventHandler < MessageEventArgs > messageEventHandler Event handler for message events Returns Type Description ReturnPackageCreation A ReturnPackageCreation object, representing the results of the return package creation. Remarks It is only valid to call this method if this project was created from a project package Delete() Deletes the project. This deletes the entire project folder. Declaration public void Delete() DeleteFilesAndDependencies(String) Deletes the file and its dependencies Declaration public void DeleteFilesAndDependencies(string fileNameInProject) Parameters Type Name Description System.String fileNameInProject DeleteFromServer() Deletes the project from the server Declaration public void DeleteFromServer() DownloadLatestServerVersion(Guid, EventHandler, Boolean) Downloads the latest version of a file from the project server. Declaration public bool DownloadLatestServerVersion(Guid projectFileId, EventHandler progressEventHandler, bool force) Parameters Type Name Description System.Guid projectFileId The unique file id System.EventHandler < Sdl.ProjectApi.Server.DataTransferEventArgs > progressEventHandler A progress event handler, allowing the caller to cancel the download if required. System.Boolean force if set to true download the file from the server regardless of whether the local version is up to date. Returns Type Description System.Boolean true if successful DownloadSpecificServerVersion(Guid, Int32, String, EventHandler) Downloads a specific version of a file from the server in to the specified location Declaration public bool DownloadSpecificServerVersion(Guid projectFileId, int versionNumber, string localFilePath, EventHandler progressEventHandler) Parameters Type Name Description System.Guid projectFileId The unique identifier for the file System.Int32 versionNumber The version number of the file you wish to download System.String localFilePath The location you wish to download the file to System.EventHandler < Sdl.ProjectApi.Server.DataTransferEventArgs > progressEventHandler A progress event handler, allowing the caller to cancel the download if required. Returns Type Description System.Boolean true if successful GetAutomaticTask(Guid) Retrieves an existing automatic task. Declaration public AutomaticTask GetAutomaticTask(Guid automaticTaskId) Parameters Type Name Description System.Guid automaticTaskId The ID of the automatic task. Returns Type Description AutomaticTask The automatic task. GetFile(Guid) Gets the file. Declaration public ProjectFile GetFile(Guid projectFileId) Parameters Type Name Description System.Guid projectFileId The file id. Returns Type Description ProjectFile A ProjectFile object, representing the project file. GetFiles(Guid[]) Gets an array of files from an array of file ids. Declaration public ProjectFile[] GetFiles(Guid[] fileIds) Parameters Type Name Description System.Guid [] fileIds The array containing the fileIds. Returns Type Description ProjectFile [] An array of ProjectFile objects, representing the project files. GetFileTypeConfiguration() Declaration public ProjectFileTypeConfiguration GetFileTypeConfiguration() Returns Type Description ProjectFileTypeConfiguration GetManualTask(Guid) Retrieves an existing manual task. Declaration public ManualTask GetManualTask(Guid manualTaskId) Parameters Type Name Description System.Guid manualTaskId The ID of the manual task Returns Type Description ManualTask The newly created manual task. GetProjectFileVersionHistory(Guid) Retrieves the history for a specific project file Declaration public ProjectFileVersion[] GetProjectFileVersionHistory(Guid projectFileId) Parameters Type Name Description System.Guid projectFileId Returns Type Description ProjectFileVersion [] GetProjectInfo() Retrieves information about the project Declaration public ProjectInfo GetProjectInfo() Returns Type Description ProjectInfo A ProjectInfo object that contains information about this project. GetProjectStatistics() Gets the aggregated analysis, word count and confirmation statistics for all the files in the project. This will not actually compute the statistics, but just return a snapshot of the statistics that where most recently computed. To update the statistics, run the relevant task: WordCount , AnalyzeFiles or TranslationCount . Declaration public ProjectStatistics GetProjectStatistics() Returns Type Description ProjectStatistics The aggregated analysis, word count and confirmation statistics for all the files in the project. GetSettings() Gets the project-level settings. Declaration public ISettingsBundle GetSettings() Returns Type Description ISettingsBundle A settings bundle containing the project settings. Never returns null . Remarks Project settings can be overridden for a specific target language using UpdateSettings(Language, ISettingsBundle) . The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting that is not specifically defined/overridden on the target language level will be inherited from the project-level settings. GetSettings(Language) Gets the settings for a specific target language. Declaration public ISettingsBundle GetSettings(Language targetLanguage) Parameters Type Name Description Language targetLanguage The project target language for which to retrieve the settings. Returns Type Description ISettingsBundle A settings bundle containing the target language specific settings. The settings bundle returned will have a parent settings bundle which represent the current project settings. Never returns null . Remarks Target language settings override settings specified on the project level (see GetSettings() . The override mechanism works on an individual setting level, not on a settings bundle or group level. This means that any setting that is not specifically defined/overridden on the target language level will be inherited from the project-level settings. Exceptions Type Condition System.ArgumentException Thrown when targetLanguage is null or invalid. GetSourceLanguageFiles() Retrieves all source language files. Declaration public ProjectFile[] GetSourceLanguageFiles() Returns Type Description ProjectFile [] All the source language files in this project. GetTargetLanguageFiles() Retrieves all target language files. Declaration public ProjectFile[] GetTargetLanguageFiles() Returns Type Description ProjectFile [] An array of ProjectFile objects, representing all the target language files in this project. Remarks For merged files ( MergedProjectFile ) with merge state NotMerged or Merged the merged file will be returned from this method, but not the child files. When the merge state is Split , only the child files are returned, not the merged file. GetTargetLanguageFiles(Language) Retrieves all files for the specified target language. Declaration public ProjectFile[] GetTargetLanguageFiles(Language targetLanguage) Parameters Type Name Description Language targetLanguage The target language to retrieve files for. Returns Type Description ProjectFile [] An array of ProjectFile objects, representing all the files in this project with the specified target language. Remarks For merged files ( MergedProjectFile ) with merge state NotMerged or Merged the merged file will be returned from this method, but not the child files. When the merge state is Split , only the child files are returned, not the merged file. GetTermbaseConfiguration(Boolean) Retrieves all termbase-related settings that are associated with this project. Declaration public TermbaseConfiguration GetTermbaseConfiguration(bool obtainCopy = false) Parameters Type Name Description System.Boolean obtainCopy Returns Type Description TermbaseConfiguration A TermbaseConfiguration object containing all termbase-related configuration for this project. GetTranslationProviderConfiguration() Gets the translation provider configuration for this project. Declaration public TranslationProviderConfiguration GetTranslationProviderConfiguration() Returns Type Description TranslationProviderConfiguration The translation provider configuration. This never returns null . Remarks The translation provider configuration overridden for a specific target language (see GetTranslationProviderConfiguration(Language) ) and UpdateTranslationProviderConfiguration(Language, TranslationProviderConfiguration) ). GetTranslationProviderConfiguration(Language) Gets the translation provider configuration for the specified target language. If no specific configuration has been specified for the specified target language, this method returns an empty (not null !) configuration. Declaration public TranslationProviderConfiguration GetTranslationProviderConfiguration(Language targetLanguage) Parameters Type Name Description Language targetLanguage The target language for which to get the translation provider configuration. Returns Type Description TranslationProviderConfiguration The translation provider configuration for the specified target language. This never returns null . ImportReturnPackage(String) Imports a return package into this project. Declaration public ReturnPackageImport ImportReturnPackage(string returnPackageFilePath) Parameters Type Name Description System.String returnPackageFilePath The file path of the return package to import. Has file extension .sdlrpx Returns Type Description ReturnPackageImport Information about the import operation. ImportReturnPackage(String, EventHandler, EventHandler) Imports a return package into this project. Declaration public ReturnPackageImport ImportReturnPackage(string returnPackageFilePath, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description System.String returnPackageFilePath The file path of the return package to import. Has file extension .sdlrpx System.EventHandler < ProgressEventArgs > statusEventHandler Event handler for status events System.EventHandler < MessageEventArgs > messageEventHandler Event handler for message events Returns Type Description ReturnPackageImport Information about the import operation. OpenProjectFileStream(Guid) Returns a stream that can be used to save out the latest version of the file. Declaration public Stream OpenProjectFileStream(Guid projectFileId) Parameters Type Name Description System.Guid projectFileId The file to obtain the stream for. Returns Type Description System.IO.Stream A stream from which the file contents can be read. It is the responsibility of the caller to close this stream. PublishProject(Uri, Boolean, String, String, String, EventHandler) Publish this project to a Groupshare Project Server. Declaration public PublishProjectResult PublishProject(Uri serverUri, bool useWindowsAuthentication, string userName, string password, string organizationPath, EventHandler progressEventHandler) Parameters Type Name Description System.Uri serverUri The full URI of the project server e.g. https://projectserver.mydomain.com:8080 System.Boolean useWindowsAuthentication If true use window authentication, false use custom authentication System.String userName The user name you wish to use to publish the project System.String password The password you with to use to publish the project System.String organizationPath The organization path on the Groupshare server where you want the project to be published System.EventHandler < PublishProjectEventArgs > progressEventHandler Callback for monitoring the Returns Type Description PublishProjectResult RemoveBilingualReferenceFile(Guid) Removes a bilingual reference file (previously translated version) from a project file Declaration public void RemoveBilingualReferenceFile(Guid projectFileId) Parameters Type Name Description System.Guid projectFileId File Id of the file in the project to remove the bilingual file from. RunAutomaticTask(Guid[], String) Runs an automatic task on a set of files. Automatic task template IDs are defined in AutomaticTaskTemplateIds . Declaration public AutomaticTask RunAutomaticTask(Guid[] projectFileIds, string taskTemplateId) Parameters Type Name Description System.Guid [] projectFileIds The files to run the task on. System.String taskTemplateId The ID of the task template (i.e. the type of task) to run. Returns Type Description AutomaticTask Information about the automatic task that has been run. Remarks Multiple automatic tasks can be run together in a sequence using RunAutomaticTasks(Guid[], String[]) . RunAutomaticTask(Guid[], String, EventHandler, EventHandler) Runs an automatic task on a set of files. Automatic task template IDs are defined in AutomaticTaskTemplateIds . This overload allows event handlers to be specified for task status and message events. These events support cancellation of the task. Declaration public AutomaticTask RunAutomaticTask(Guid[] projectFileIds, string taskTemplateId, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description System.Guid [] projectFileIds The files to run the task on. System.String taskTemplateId The ID of the task template (i.e. the type of task) to run. System.EventHandler < TaskStatusEventArgs > statusEventHandler Event handler for task status events. System.EventHandler < TaskMessageEventArgs > messageEventHandler Event handler for message events. Returns Type Description AutomaticTask Information about the automatic task that has been run. Remarks Multiple automatic tasks can be run together in a sequence using RunAutomaticTasks(Guid[], String[]) . RunAutomaticTasks(Guid[], String[]) Runs a sequence of automatic tasks on a set of project files. This can be more efficient than running tasks individually using RunAutomaticTask(Guid[], String) , because content processing tasks can be executed in parallel. See the comments on AnalyzeFiles for more details. Declaration public TaskSequence RunAutomaticTasks(Guid[] projectFileIds, string[] taskTemplateIds) Parameters Type Name Description System.Guid [] projectFileIds The files to run the task on. System.String [] taskTemplateIds The IDs of the task templates (i.e. the types of task) to run. Returns Type Description TaskSequence Information about the sequence of tasks that has been run. RunAutomaticTasks(Guid[], String[], EventHandler, EventHandler) Runs a sequence of automatic tasks on a set of project files. This can be more efficient than running tasks individually using RunAutomaticTask(Guid[], String) , because content processing tasks can be executed in parallel. See the comments on AnalyzeFiles for more details. Declaration public TaskSequence RunAutomaticTasks(Guid[] projectFileIds, string[] taskTemplateIds, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description System.Guid [] projectFileIds The files to run the task on. System.String [] taskTemplateIds The IDs of the task templates (i.e. the types of task) to run. System.EventHandler < TaskStatusEventArgs > statusEventHandler Event handler for task status events. System.EventHandler < TaskMessageEventArgs > messageEventHandler Event handler for message events. Returns Type Description TaskSequence Information about the sequence of tasks that has been run. RunDefaultTaskSequence(Guid[]) Runs the default task sequence of automatic tasks on a set of project files. Declaration public TaskSequence RunDefaultTaskSequence(Guid[] projectFileIds) Parameters Type Name Description System.Guid [] projectFileIds The files to run the task on. Returns Type Description TaskSequence Information about the sequence of tasks that has been run. RunDefaultTaskSequence(Guid[], EventHandler, EventHandler) Runs the default task sequence of automatic tasks on a set of project files. Declaration public TaskSequence RunDefaultTaskSequence(Guid[] projectFileIds, EventHandler statusEventHandler, EventHandler messageEventHandler) Parameters Type Name Description System.Guid [] projectFileIds The files to run the task on. System.EventHandler < TaskStatusEventArgs > statusEventHandler Event handler for task status events. System.EventHandler < TaskMessageEventArgs > messageEventHandler Event handler for message events. Returns Type Description TaskSequence Information about the sequence of tasks that has been run. Save() Persists the project file. The file has extension .sdlproj and is located in the folder given by LocalProjectFolder . The project file path can be obtained using FilePath . Declaration public void Save() Remarks It is recommended to regularly save the project, for example after making a set of changes and after running a task. SavePackageAs(Guid, String) Saves out the package to a specified file location. Declaration public void SavePackageAs(Guid packageId, string path) Parameters Type Name Description System.Guid packageId The ID of the package to save. System.String path The file path to save the package to. SaveProjectFileAs(Guid, String) Saves out the file to a specified file location. Declaration public void SaveProjectFileAs(Guid projectFileId, string outputFilePath) Parameters Type Name Description System.Guid projectFileId The file to save. System.String outputFilePath The file path to save the project file to. SaveTaskReportAs(Guid, String, ReportFormat) Saves the task report out to a file, in the specified format Declaration public void SaveTaskReportAs(Guid reportId, string path, ReportFormat reportFormat) Parameters Type Name Description System.Guid reportId The id of the task report to save. System.String path The file path to save the report to. ReportFormat reportFormat The format used when saving out the report. SetFileRole(Guid[], FileRole) Changes the role of the file. A Scan task ( Scan ) should be run after changing the file role in this way. Declaration public void SetFileRole(Guid[] projectFileIds, FileRole fileRole) Parameters Type Name Description System.Guid [] projectFileIds The IDs of the project files. FileRole fileRole The new FileRole value. SynchronizeServerProjectData() Synchronizes the local project information with the information stored on the server Declaration public bool SynchronizeServerProjectData() Returns Type Description System.Boolean UndoCheckoutFiles(Guid[]) Removes the lock on server files without changing the version of the file on the server Declaration public void UndoCheckoutFiles(Guid[] projectFileIds) Parameters Type Name Description System.Guid [] projectFileIds The list of files to uncheckout UpdateProject(ProjectInfo) Updates the project with the new information contained in projectInfo . Declaration public ProjectInfo UpdateProject(ProjectInfo projectInfo) Parameters Type Name Description ProjectInfo projectInfo A object. Returns Type Description ProjectInfo The updated project information. Remarks It is only valid to update certain properties. See the comments in ProjectInfo properties for more details. It is recommended to first obtain a ProjectInfo object using GetProjectInfo() , then modify its properties before passing into this update method. UpdateSettings(Language, ISettingsBundle) Updates the settings for a specific target language. Declaration public void UpdateSettings(Language targetLanguage, ISettingsBundle settings) Parameters Type Name Description Language targetLanguage The target language for which to update the settings. ISettingsBundle settings A settings bundle representing the new target language settings. Remarks Note that this method will only update the target-language settings. If you have changed the parent project-level settings too, thee need to be updated with a separate call to UpdateSettings(ISettingsBundle) . Exceptions Type Condition System.ArgumentException Thrown when targetLanguage is null or invalid. System.ArgumentNullException Thrown if settings is null . UpdateSettings(ISettingsBundle) Updates the project-level settings. Declaration public void UpdateSettings(ISettingsBundle settings) Parameters Type Name Description ISettingsBundle settings A settings bundle object containing the new project settings. Remarks The project settings will be completely replaced with the specified settings, so any settings not present in the updated settings bundle will revert to their defaults. You can also override settings for a specific target language. See UpdateSettings(Language, ISettingsBundle) . Exceptions Type Condition System.ArgumentNullException Thrown if settings is null . UpdateTermbaseConfiguration(TermbaseConfiguration) Updates the termbase-related settings for this project. Declaration public void UpdateTermbaseConfiguration(TermbaseConfiguration termbaseConfiguration) Parameters Type Name Description TermbaseConfiguration termbaseConfiguration A TermbaseConfiguration object containing all termbase-related configuration for this project. This can either be newly created termbase configuration object or one that was retrieved via GetTermbaseConfiguration(Boolean) . UpdateTranslationProviderConfiguration(Language, TranslationProviderConfiguration) Updates the translation provider configuration for a specific project target language. Declaration public void UpdateTranslationProviderConfiguration(Language targetLanguage, TranslationProviderConfiguration translationProviderConfiguration) Parameters Type Name Description Language targetLanguage The project target language for which to update the configuration. TranslationProviderConfiguration translationProviderConfiguration The translation provider configuration. Note that you need to set OverrideParent to true in order for the configuration to be used. If this is set to false , the project-wide translation provider configuration will be used instead ( GetTranslationProviderConfiguration() ). Exceptions Type Condition System.ArgumentException Thrown when targetLanguage is null , invalid or not one of the project target languages. System.ArgumentNullException Thrown when translationProviderConfiguration is null . System.ArgumentException Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information. UpdateTranslationProviderConfiguration(TranslationProviderConfiguration) Updates the project-wide translation provider configuration. Declaration public void UpdateTranslationProviderConfiguration(TranslationProviderConfiguration translationProviderConfiguration) Parameters Type Name Description TranslationProviderConfiguration translationProviderConfiguration The translation provider configuration. Note that the project-wide configuration might have been overridden for one or more specific project target languages (see UpdateTranslationProviderConfiguration(Language, TranslationProviderConfiguration) ). The project-wide configuration will not be used for these target languages. Exceptions Type Condition System.ArgumentNullException Thrown when translationProviderConfiguration is null . System.ArgumentException Thrown when translationProviderConfiguration is invalid. See TranslationProviderConfiguration for more information. Implements IProject IProjectDeleteOperation" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.html", "title": "Namespace Sdl.ProjectAutomation.FileBased", - "keywords": "Namespace Sdl.ProjectAutomation.FileBased Classes AbstractContentProcessor Base class used to process a bilingual document. AbstractContentTask Base class implemented by a content task FileBasedProject This class provides an implementation of the IProject interface for working with Trados Studio projects. LicensingException A licensing related exception. This usually indicates that a valid license is not available to use the Project Automation API. ProjectCredentials Represents credentials for translation providers and termbase servers to be used during project processing. You can access this using Credentials . When creating or opening a project that refers to translation providers or termbases that require credentials, the appropriate credentials should be set up using AddCredential(Uri, string) , before executing automatic tasks or anything else that requires access to these translation providers or termbases. Note that these credentials will only be used for local processing and will not be included in any project packages. The user who opens the project package will be asked to provide the appropriate credentials. If credentials for translation providers or termbases have been specified in Trados Studio and the user has chose to persist these, these credentials will be automatically available to projects that are run on the same machine and you are not required to provide them programmatically again. ProjectEvent Holds information about the project events. This class is used when events occur within a project. ProjectServer PublishProjectEventArgs Used to monitor the progress of a publish project operation PublishProjectResult Returns the final status and any messages that occured during the Publish Project operation ServerProjectInfo Class used to store the information required for to store a project on a project server TaskSequences This class defines standard sequences of well-known automatic task template IDs, which can be used to pass to RunAutomaticTasks(Guid[], string[]) for running a sequence of automatic tasks. The task sequences defined here are similar to the default sequences available in the Trados Studio user interface." + "keywords": "Namespace Sdl.ProjectAutomation.FileBased Classes AbstractContentProcessor Base class used to process a bilingual document. AbstractContentTask Base class implemented by a content task FileBasedProject This class provides an implementation of the IProject interface for working with Trados Studio projects. LicensingException A licensing related exception. This usually indicates that a valid license is not available to use the Project Automation API. ProjectCredentials Represents credentials for translation providers and termbase servers to be used during project processing. You can access this using Credentials . When creating or opening a project that refers to translation providers or termbases that require credentials, the appropriate credentials should be set up using AddCredential(Uri, String) , before executing automatic tasks or anything else that requires access to these translation providers or termbases. Note that these credentials will only be used for local processing and will not be included in any project packages. The user who opens the project package will be asked to provide the appropriate credentials. If credentials for translation providers or termbases have been specified in Trados Studio and the user has chose to persist these, these credentials will be automatically available to projects that are run on the same machine and you are not required to provide them programmatically again. ProjectEvent Holds information about the project events. This class is used when events occur within a project. ProjectServer PublishProjectEventArgs Used to monitor the progress of a publish project operation PublishProjectResult Returns the final status and any messages that occured during the Publish Project operation ServerProjectInfo Class used to store the information required for to store a project on a project server TaskSequences This class defines standard sequences of well-known automatic task template IDs, which can be used to pass to RunAutomaticTasks(Guid[], String[]) for running a sequence of automatic tasks. The task sequences defined here are similar to the default sequences available in the Trados Studio user interface." }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.LicensingException.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.LicensingException.html", "title": "Class LicensingException", - "keywords": "Class LicensingException A licensing related exception. This usually indicates that a valid license is not available to use the Project Automation API. Inheritance object Exception LicensingException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class LicensingException : Exception, ISerializable, _Exception Remarks A Trados Studio Professional license is required to use the Project Automation API. Constructors LicensingException() Initializes a new instance of the LicensingException class. Declaration public LicensingException() LicensingException(SerializationInfo, StreamingContext) Initializes a new instance of the LicensingException class. Declaration protected LicensingException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info The SerializationInfo that holds the serialized object data about the exception being thrown. StreamingContext context The StreamingContext that contains contextual information about the source or destination. Exceptions Type Condition ArgumentNullException The info parameter is null . SerializationException The class name is null or HResult is zero (0). LicensingException(string) Initializes a new instance of the LicensingException class. Declaration public LicensingException(string message) Parameters Type Name Description string message The message. LicensingException(string, Exception) Initializes a new instance of the LicensingException class. Declaration public LicensingException(string message, Exception inner) Parameters Type Name Description string message The message. Exception inner The inner. Implements ISerializable _Exception" + "keywords": "Class LicensingException A licensing related exception. This usually indicates that a valid license is not available to use the Project Automation API. Inheritance System.Object System.Exception LicensingException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.ProjectAutomation.FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class LicensingException : Exception, ISerializable, _Exception Remarks A Trados Studio Professional license is required to use the Project Automation API. Constructors LicensingException() Initializes a new instance of the LicensingException class. Declaration public LicensingException() LicensingException(SerializationInfo, StreamingContext) Initializes a new instance of the LicensingException class. Declaration protected LicensingException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. System.Runtime.Serialization.StreamingContext context The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. Exceptions Type Condition System.ArgumentNullException The info parameter is null . System.Runtime.Serialization.SerializationException The class name is null or System.Exception.HResult is zero (0). LicensingException(String) Initializes a new instance of the LicensingException class. Declaration public LicensingException(string message) Parameters Type Name Description System.String message The message. LicensingException(String, Exception) Initializes a new instance of the LicensingException class. Declaration public LicensingException(string message, Exception inner) Parameters Type Name Description System.String message The message. System.Exception inner The inner. Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectCredentials.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectCredentials.html", "title": "Class ProjectCredentials", - "keywords": "Class ProjectCredentials Represents credentials for translation providers and termbase servers to be used during project processing. You can access this using Credentials . When creating or opening a project that refers to translation providers or termbases that require credentials, the appropriate credentials should be set up using AddCredential(Uri, string) , before executing automatic tasks or anything else that requires access to these translation providers or termbases. Note that these credentials will only be used for local processing and will not be included in any project packages. The user who opens the project package will be asked to provide the appropriate credentials. If credentials for translation providers or termbases have been specified in Trados Studio and the user has chose to persist these, these credentials will be automatically available to projects that are run on the same machine and you are not required to provide them programmatically again. Inheritance object ProjectCredentials Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ProjectCredentials Methods AddCredential(Uri, bool, string, string) Declaration public void AddCredential(Uri uri, bool useWindowsAuthentication, string user, string password) Parameters Type Name Description Uri uri bool useWindowsAuthentication string user string password AddCredential(Uri, string) Adds a credential for the server or resource represented by the given URI. Declaration public void AddCredential(Uri uri, string credential) Parameters Type Name Description Uri uri The URI that represents the server or resource that requires credentials. string credential A credential in the form required by the specified server. Remarks It is recommended to build the URIs using the TranslationProviderUriBuilder class. The following URIs are supported:" + "keywords": "Class ProjectCredentials Represents credentials for translation providers and termbase servers to be used during project processing. You can access this using Credentials . When creating or opening a project that refers to translation providers or termbases that require credentials, the appropriate credentials should be set up using AddCredential(Uri, String) , before executing automatic tasks or anything else that requires access to these translation providers or termbases. Note that these credentials will only be used for local processing and will not be included in any project packages. The user who opens the project package will be asked to provide the appropriate credentials. If credentials for translation providers or termbases have been specified in Trados Studio and the user has chose to persist these, these credentials will be automatically available to projects that are run on the same machine and you are not required to provide them programmatically again. Inheritance System.Object ProjectCredentials 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.ProjectAutomation.FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ProjectCredentials Methods AddCredential(Uri, Boolean, String, String) Declaration public void AddCredential(Uri uri, bool useWindowsAuthentication, string user, string password) Parameters Type Name Description System.Uri uri System.Boolean useWindowsAuthentication System.String user System.String password AddCredential(Uri, String) Adds a credential for the server or resource represented by the given URI. Declaration public void AddCredential(Uri uri, string credential) Parameters Type Name Description System.Uri uri The URI that represents the server or resource that requires credentials. System.String credential A credential in the form required by the specified server. Remarks It is recommended to build the URIs using the TranslationProviderUriBuilder class. The following URIs are supported:" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectEvent.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectEvent.html", "title": "Class ProjectEvent", - "keywords": "Class ProjectEvent Holds information about the project events. This class is used when events occur within a project. Inheritance object ProjectEvent ProjectCreatedEvent ProjectOpenedEvent ProjectPublishedEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ProjectEvent Constructors ProjectEvent(IProject) Constructor Declaration public ProjectEvent(IProject project) Parameters Type Name Description Sdl.ProjectApi.IProject project Properties ProjectInfo Contains information about the project Declaration public ProjectInfo ProjectInfo { get; } Property Value Type Description ProjectInfo" + "keywords": "Class ProjectEvent Holds information about the project events. This class is used when events occur within a project. Inheritance System.Object ProjectEvent ProjectCreatedEvent ProjectOpenedEvent ProjectPublishedEvent 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.ProjectAutomation.FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ProjectEvent Constructors ProjectEvent(IProject) Constructor Declaration public ProjectEvent(IProject project) Parameters Type Name Description Sdl.ProjectApi.IProject project Properties ProjectInfo Contains information about the project Declaration public ProjectInfo ProjectInfo { get; } Property Value Type Description ProjectInfo" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectServer.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectServer.html", "title": "Class ProjectServer", - "keywords": "Class ProjectServer Inheritance object ProjectServer Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ProjectServer Constructors ProjectServer(Uri, bool, string, string) Creates a new project server. Declaration public ProjectServer(Uri serverUri, bool useWindowsAuthentication, string userName, string password) Parameters Type Name Description Uri serverUri The URI of the server bool useWindowsAuthentication Whether to use Windows authentication. When set to false, userName and password have to be specified. When set to true, either pass null for userName and password in order to log on as the currently logged on Windows user, or set userName to a domain-qualified Windows user name and password to the matching password to log on using basic Windows authentication. string userName When using custom authentication or basic Windows authentication, the user name of the user. Pass null to use integrated Windows authentication(see useWindowsAuthentication). string password When using custom authentication or basic Windows authentication the password of the user. Pass null to use integrated Windows authentication (see useWindowsAuthentication). Methods DeleteProject(Guid) Delete a project from the remote server. Declaration public void DeleteProject(Guid projectId) Parameters Type Name Description Guid projectId The unique id to identify the project to delete GetServerProject(string) Given the qualified ( organisationPath/projectName ) name of a server project returns the project details if present on the server otherwise null Declaration public ServerProjectInfo GetServerProject(string qualifiedName) Parameters Type Name Description string qualifiedName A name in the form organizationPath/ProjectName for example /MyCompany/Project1 Returns Type Description ServerProjectInfo Details of the project GetServerProjects(string, bool, bool) Returns the project list from the remote server. Declaration public ServerProjectInfo[] GetServerProjects(string organizationPath, bool includeProjectsInSubOrganizations, bool includeCompletedProjects) Parameters Type Name Description string organizationPath bool includeProjectsInSubOrganizations bool includeCompletedProjects Returns Type Description ServerProjectInfo OpenProject(Guid, string) The method opens the project with the specified id Declaration public FileBasedProject OpenProject(Guid projectId, string localProjectFolder) Parameters Type Name Description Guid projectId The project unique id string localProjectFolder The local project folder Returns Type Description FileBasedProject" + "keywords": "Class ProjectServer Inheritance System.Object ProjectServer 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.ProjectAutomation.FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ProjectServer Constructors ProjectServer(Uri, Boolean, String, String) Creates a new project server. Declaration public ProjectServer(Uri serverUri, bool useWindowsAuthentication, string userName, string password) Parameters Type Name Description System.Uri serverUri The URI of the server System.Boolean useWindowsAuthentication Whether to use Windows authentication. When set to false, userName and password have to be specified. When set to true, either pass null for userName and password in order to log on as the currently logged on Windows user, or set userName to a domain-qualified Windows user name and password to the matching password to log on using basic Windows authentication. System.String userName When using custom authentication or basic Windows authentication, the user name of the user. Pass null to use integrated Windows authentication(see useWindowsAuthentication). System.String password When using custom authentication or basic Windows authentication the password of the user. Pass null to use integrated Windows authentication (see useWindowsAuthentication). Methods DeleteProject(Guid) Delete a project from the remote server. Declaration public void DeleteProject(Guid projectId) Parameters Type Name Description System.Guid projectId The unique id to identify the project to delete GetServerProject(String) Given the qualified ( organisationPath/projectName ) name of a server project returns the project details if present on the server otherwise null Declaration public ServerProjectInfo GetServerProject(string qualifiedName) Parameters Type Name Description System.String qualifiedName A name in the form organizationPath/ProjectName for example /MyCompany/Project1 Returns Type Description ServerProjectInfo Details of the project GetServerProjects(String, Boolean, Boolean) Returns the project list from the remote server. Declaration public ServerProjectInfo[] GetServerProjects(string organizationPath, bool includeProjectsInSubOrganizations, bool includeCompletedProjects) Parameters Type Name Description System.String organizationPath System.Boolean includeProjectsInSubOrganizations System.Boolean includeCompletedProjects Returns Type Description ServerProjectInfo [] OpenProject(Guid, String) The method opens the project with the specified id Declaration public FileBasedProject OpenProject(Guid projectId, string localProjectFolder) Parameters Type Name Description System.Guid projectId The project unique id System.String localProjectFolder The local project folder Returns Type Description FileBasedProject" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.html", "title": "Class PublishProjectEventArgs", - "keywords": "Class PublishProjectEventArgs Used to monitor the progress of a publish project operation Inheritance object EventArgs CancelEventArgs ProgressEventArgs PublishProjectEventArgs Inherited Members ProgressEventArgs.PercentComplete ProgressEventArgs.StatusMessage CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class PublishProjectEventArgs : ProgressEventArgs Constructors PublishProjectEventArgs() Declaration public PublishProjectEventArgs() Properties Status The current PublicationStatus of the project Declaration public PublicationStatus Status { get; } Property Value Type Description PublicationStatus" + "keywords": "Class PublishProjectEventArgs Used to monitor the progress of a publish project operation Inheritance System.Object ProgressEventArgs PublishProjectEventArgs Inherited Members ProgressEventArgs.PercentComplete ProgressEventArgs.StatusMessage Namespace : Sdl.ProjectAutomation.FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class PublishProjectEventArgs : ProgressEventArgs Constructors PublishProjectEventArgs() Declaration public PublishProjectEventArgs() Properties Status The current PublicationStatus of the project Declaration public PublicationStatus Status { get; } Property Value Type Description PublicationStatus" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectResult.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectResult.html", "title": "Class PublishProjectResult", - "keywords": "Class PublishProjectResult Returns the final status and any messages that occured during the Publish Project operation Inheritance object PublishProjectResult Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class PublishProjectResult Constructors PublishProjectResult(PublicationStatus, ExecutionMessage[]) Declaration public PublishProjectResult(PublicationStatus status, ExecutionMessage[] messages) Parameters Type Name Description PublicationStatus status ExecutionMessage messages Properties Messages Array of messages generated during the publish operation Declaration public ExecutionMessage[] Messages { get; } Property Value Type Description ExecutionMessage Status The Publication Status Declaration public PublicationStatus Status { get; } Property Value Type Description PublicationStatus" + "keywords": "Class PublishProjectResult Returns the final status and any messages that occured during the Publish Project operation Inheritance System.Object PublishProjectResult 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.ProjectAutomation.FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class PublishProjectResult Constructors PublishProjectResult(PublicationStatus, ExecutionMessage[]) Declaration public PublishProjectResult(PublicationStatus status, ExecutionMessage[] messages) Parameters Type Name Description PublicationStatus status ExecutionMessage [] messages Properties Messages Array of messages generated during the publish operation Declaration public ExecutionMessage[] Messages { get; } Property Value Type Description ExecutionMessage [] Status The Publication Status Declaration public PublicationStatus Status { get; } Property Value Type Description PublicationStatus" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.html", @@ -5967,12 +5667,12 @@ "api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.Report.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.Report.html", "title": "Class Report", - "keywords": "Class Report This class contains the report detailed information. Inheritance object Report Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased Sdl.ProjectAutomation.FileBased.Reports Models Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class Report Constructors Report() Declaration public Report() Properties Date The report Creation date. Declaration public DateTime Date { get; set; } Property Value Type Description DateTime Description The report Description. Declaration public string Description { get; set; } Property Value Type Description string Group The report Group. Declaration public string Group { get; set; } Property Value Type Description string Id The report Id. Declaration public Guid Id { get; set; } Property Value Type Description Guid IsCustomReport The flag specifying if the report is custom defined or built in Studio. Declaration public bool IsCustomReport { get; set; } Property Value Type Description bool Language The report ISO abbreviation Language code. Declaration public string Language { get; set; } Property Value Type Description string Name The report Name. Declaration public string Name { get; set; } Property Value Type Description string Path The report Path. Declaration public string Path { get; set; } Property Value Type Description string TemplateId The report Task Template Id. Declaration public string TemplateId { get; set; } Property Value Type Description string" + "keywords": "Class Report This class contains the report detailed information. Inheritance System.Object Report 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.ProjectAutomation.FileBased.Reports.Models Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class Report Constructors Report() Declaration public Report() Properties Date The report Creation date. Declaration public DateTime Date { get; set; } Property Value Type Description System.DateTime Description The report Description. Declaration public string Description { get; set; } Property Value Type Description System.String Group The report Group. Declaration public string Group { get; set; } Property Value Type Description System.String Id The report Id. Declaration public Guid Id { get; set; } Property Value Type Description System.Guid IsCustomReport The flag specifying if the report is custom defined or built in Studio. Declaration public bool IsCustomReport { get; set; } Property Value Type Description System.Boolean Language The report ISO abbreviation Language code. Declaration public string Language { get; set; } Property Value Type Description System.String Name The report Name. Declaration public string Name { get; set; } Property Value Type Description System.String Path The report Path. Declaration public string Path { get; set; } Property Value Type Description System.String TemplateId The report Task Template Id. Declaration public string TemplateId { get; set; } Property Value Type Description System.String" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.html", "title": "Class ReportDefinition", - "keywords": "Class ReportDefinition This class represents a report definition for system reporting engines. Inheritance object ReportDefinition Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased Sdl.ProjectAutomation.FileBased.Reports Models Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ReportDefinition Constructors ReportDefinition() Declaration public ReportDefinition() Fields Assembly The report definition assembly. Declaration public Assembly Assembly Field Value Type Description Assembly Data The report definition data. Declaration public byte[] Data Field Value Type Description byte Id The template Id. Declaration public string Id Field Value Type Description string ResourceName The full name for the assembly with the report definition. Declaration public string ResourceName Field Value Type Description string" + "keywords": "Class ReportDefinition This class represents a report definition for system reporting engines. Inheritance System.Object ReportDefinition 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.ProjectAutomation.FileBased.Reports.Models Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ReportDefinition Constructors ReportDefinition() Declaration public ReportDefinition() Fields Assembly The report definition assembly. Declaration public Assembly Assembly Field Value Type Description System.Reflection.Assembly Data The report definition data. Declaration public byte[] Data Field Value Type Description System.Byte [] Id The template Id. Declaration public string Id Field Value Type Description System.String ResourceName The full name for the assembly with the report definition. Declaration public string ResourceName Field Value Type Description System.String" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.html", @@ -5982,7 +5682,7 @@ "api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html", "title": "Class ProjectReportsOperations", - "keywords": "Class ProjectReportsOperations Use this class to manage the project reports operations Inheritance object ProjectReportsOperations Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased Sdl.ProjectAutomation.FileBased.Reports Operations Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ProjectReportsOperations Constructors ProjectReportsOperations(FileBasedProject) Declaration public ProjectReportsOperations(FileBasedProject fileBasedProject) Parameters Type Name Description FileBasedProject fileBasedProject Methods AddReport(string, string, string, string, string) Add a report based on Studio report templates Declaration public Report AddReport(string templateId, string name, string description, string languageAbbreviation, string data) Parameters Type Name Description string templateId Report template Id string name Report name string description Report description string languageAbbreviation ISO abbreviation for the report language string data Report html data Returns Type Description Report The newly generated report GetProjectReports() Returns the project reports list Declaration public List GetProjectReports() Returns Type Description List Report List of reports GetReportDefinition(string) Returns the report definition Declaration public ReportDefinition GetReportDefinition(string taskTemplateId) Parameters Type Name Description string taskTemplateId Task template Id Returns Type Description ReportDefinition The report definition GetReportRendering(Guid, string) Returns the report rendering Declaration public byte[] GetReportRendering(Guid reportId, string fileExtension) Parameters Type Name Description Guid reportId Report Id string fileExtension Report file extension Returns Type Description byte The report content in the specified format GetReportRendering(Guid, string, string) Returns the report rendering based on custom report template Declaration public byte[] GetReportRendering(Guid reportId, string customTemplate, string fileExtension) Parameters Type Name Description Guid reportId Report Id string customTemplate Custom report template string fileExtension Report file extension Returns Type Description byte The report content in the specified format GetReportRenderingSupportedFileFormats(Guid) Returns the list of supported file extensions by the report rendering engine Declaration public List GetReportRenderingSupportedFileFormats(Guid reportId) Parameters Type Name Description Guid reportId Report Id Returns Type Description List string The list with supported file extensions RemoveReports(List) Remove a set of reports Declaration public void RemoveReports(List reportIds) Parameters Type Name Description List Guid reportIds List of report Ids UpdateReport(Guid, string, string, string) Update a report Declaration public void UpdateReport(Guid reportId, string name, string description, string data) Parameters Type Name Description Guid reportId Report Id string name Report name string description Report description string data Report html data" + "keywords": "Class ProjectReportsOperations Use this class to manage the project reports operations Inheritance System.Object ProjectReportsOperations 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.ProjectAutomation.FileBased.Reports.Operations Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ProjectReportsOperations Constructors ProjectReportsOperations(FileBasedProject) Declaration public ProjectReportsOperations(FileBasedProject fileBasedProject) Parameters Type Name Description FileBasedProject fileBasedProject Methods AddReport(String, String, String, String, String) Add a report based on Studio report templates Declaration public Report AddReport(string templateId, string name, string description, string languageAbbreviation, string data) Parameters Type Name Description System.String templateId Report template Id System.String name Report name System.String description Report description System.String languageAbbreviation ISO abbreviation for the report language System.String data Report html data Returns Type Description Report The newly generated report GetProjectReports() Returns the project reports list Declaration public List GetProjectReports() Returns Type Description System.Collections.Generic.List < Report > List of reports GetReportDefinition(String) Returns the report definition Declaration public ReportDefinition GetReportDefinition(string taskTemplateId) Parameters Type Name Description System.String taskTemplateId Task template Id Returns Type Description ReportDefinition The report definition GetReportRendering(Guid, String) Returns the report rendering Declaration public byte[] GetReportRendering(Guid reportId, string fileExtension) Parameters Type Name Description System.Guid reportId Report Id System.String fileExtension Report file extension Returns Type Description System.Byte [] The report content in the specified format GetReportRendering(Guid, String, String) Returns the report rendering based on custom report template Declaration public byte[] GetReportRendering(Guid reportId, string customTemplate, string fileExtension) Parameters Type Name Description System.Guid reportId Report Id System.String customTemplate Custom report template System.String fileExtension Report file extension Returns Type Description System.Byte [] The report content in the specified format GetReportRenderingSupportedFileFormats(Guid) Returns the list of supported file extensions by the report rendering engine Declaration public List GetReportRenderingSupportedFileFormats(Guid reportId) Parameters Type Name Description System.Guid reportId Report Id Returns Type Description System.Collections.Generic.List < System.String > The list with supported file extensions RemoveReports(List) Remove a set of reports Declaration public void RemoveReports(List reportIds) Parameters Type Name Description System.Collections.Generic.List < System.Guid > reportIds List of report Ids UpdateReport(Guid, String, String, String) Update a report Declaration public void UpdateReport(Guid reportId, string name, string description, string data) Parameters Type Name Description System.Guid reportId Report Id System.String name Report name System.String description Report description System.String data Report html data" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.html", @@ -5992,67 +5692,67 @@ "api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.IServerBasedProjectOperations.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.IServerBasedProjectOperations.html", "title": "Interface IServerBasedProjectOperations", - "keywords": "Interface IServerBasedProjectOperations Namespace : Sdl Sdl.ProjectAutomation FileBased ServerOperations Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public interface IServerBasedProjectOperations Methods UploadAndCheckinFiles(Guid[], string, EventHandler) Declaration int UploadAndCheckinFiles(Guid[] projectFileIds, string comment, EventHandler progressEventHandler) Parameters Type Name Description Guid projectFileIds string comment EventHandler ProgressEventArgs progressEventHandler Returns Type Description int" + "keywords": "Interface IServerBasedProjectOperations Namespace : Sdl.ProjectAutomation.FileBased.ServerOperations Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public interface IServerBasedProjectOperations Methods UploadAndCheckinFiles(Guid[], String, EventHandler) Declaration int UploadAndCheckinFiles(Guid[] projectFileIds, string comment, EventHandler progressEventHandler) Parameters Type Name Description System.Guid [] projectFileIds System.String comment System.EventHandler < ProgressEventArgs > progressEventHandler Returns Type Description System.Int32" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.html", "title": "Class ServerBasedProjectOperations", - "keywords": "Class ServerBasedProjectOperations Inheritance object ServerBasedProjectOperations Implements IServerBasedProjectOperations Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased ServerOperations Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ServerBasedProjectOperations : IServerBasedProjectOperations Constructors ServerBasedProjectOperations(FileBasedProject) Declaration public ServerBasedProjectOperations(FileBasedProject fileBasedProject) Parameters Type Name Description FileBasedProject fileBasedProject Methods UploadAndCheckinFiles(Guid[], string, EventHandler) Uploads the specifies including potentially related files that should be uploaded at the same time and checks them in. Declaration public int UploadAndCheckinFiles(Guid[] projectFileIds, string comment, EventHandler progressEventHandler) Parameters Type Name Description Guid projectFileIds The newly added files to upload and check-in. string comment A comment for the checkin. EventHandler ProgressEventArgs progressEventHandler Progress event handler. Returns Type Description int no of files successfully uploaded and checked-in Remarks The method is to be used for newly added files only When passing in a locally added target language file, the corresponding source file is checked in and also all the related new target language files; but no other existing modified target language files. When passing in a locally added source file, the source file and all corresponding target languages files are uploaded and checked in. Implements IServerBasedProjectOperations" + "keywords": "Class ServerBasedProjectOperations Inheritance System.Object ServerBasedProjectOperations Implements IServerBasedProjectOperations 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.ProjectAutomation.FileBased.ServerOperations Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ServerBasedProjectOperations : IServerBasedProjectOperations Constructors ServerBasedProjectOperations(FileBasedProject) Declaration public ServerBasedProjectOperations(FileBasedProject fileBasedProject) Parameters Type Name Description FileBasedProject fileBasedProject Methods UploadAndCheckinFiles(Guid[], String, EventHandler) Uploads the specifies including potentially related files that should be uploaded at the same time and checks them in. Declaration public int UploadAndCheckinFiles(Guid[] projectFileIds, string comment, EventHandler progressEventHandler) Parameters Type Name Description System.Guid [] projectFileIds The newly added files to upload and check-in. System.String comment A comment for the checkin. System.EventHandler < ProgressEventArgs > progressEventHandler Progress event handler. Returns Type Description System.Int32 no of files successfully uploaded and checked-in Remarks The method is to be used for newly added files only When passing in a locally added target language file, the corresponding source file is checked in and also all the related new target language files; but no other existing modified target language files. When passing in a locally added source file, the source file and all corresponding target languages files are uploaded and checked in. Implements IServerBasedProjectOperations" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerProjectInfo.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerProjectInfo.html", "title": "Class ServerProjectInfo", - "keywords": "Class ServerProjectInfo Class used to store the information required for to store a project on a project server Inheritance object ServerProjectInfo Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ServerProjectInfo Constructors ServerProjectInfo() Declaration public ServerProjectInfo() Properties Customer The customer this project belongs to Declaration public string Customer { get; set; } Property Value Type Description string Description The description used on the server Declaration public string Description { get; set; } Property Value Type Description string DueDate The date the project is due or null of no date is set Declaration public DateTime? DueDate { get; set; } Property Value Type Description DateTime Name The name used to identify this project on the server Declaration public string Name { get; set; } Property Value Type Description string OrganizationPath The location on the server this project is stored Declaration public string OrganizationPath { get; set; } Property Value Type Description string ProjectId The unique id of the project Declaration public Guid ProjectId { get; set; } Property Value Type Description Guid PublishedAt The date the project was published to the server Declaration public DateTime PublishedAt { get; set; } Property Value Type Description DateTime PublishedBy The user this project was published by Declaration public string PublishedBy { get; set; } Property Value Type Description string SourceLanguage The source language of the project Declaration public Language SourceLanguage { get; set; } Property Value Type Description Language Status The current status of the project Declaration public ProjectStatus Status { get; set; } Property Value Type Description ProjectStatus TargetLanguages The target languages of the project Declaration public Language[] TargetLanguages { get; set; } Property Value Type Description Language" + "keywords": "Class ServerProjectInfo Class used to store the information required for to store a project on a project server Inheritance System.Object ServerProjectInfo 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.ProjectAutomation.FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public class ServerProjectInfo Constructors ServerProjectInfo() Declaration public ServerProjectInfo() Properties Customer The customer this project belongs to Declaration public string Customer { get; set; } Property Value Type Description System.String Description The description used on the server Declaration public string Description { get; set; } Property Value Type Description System.String DueDate The date the project is due or null of no date is set Declaration public DateTime? DueDate { get; set; } Property Value Type Description System.Nullable < System.DateTime > Name The name used to identify this project on the server Declaration public string Name { get; set; } Property Value Type Description System.String OrganizationPath The location on the server this project is stored Declaration public string OrganizationPath { get; set; } Property Value Type Description System.String ProjectId The unique id of the project Declaration public Guid ProjectId { get; set; } Property Value Type Description System.Guid PublishedAt The date the project was published to the server Declaration public DateTime PublishedAt { get; set; } Property Value Type Description System.DateTime PublishedBy The user this project was published by Declaration public string PublishedBy { get; set; } Property Value Type Description System.String SourceLanguage The source language of the project Declaration public Language SourceLanguage { get; set; } Property Value Type Description Language Status The current status of the project Declaration public ProjectStatus Status { get; set; } Property Value Type Description ProjectStatus TargetLanguages The target languages of the project Declaration public Language[] TargetLanguages { get; set; } Property Value Type Description Language []" }, "api/projectautomation/Sdl.ProjectAutomation.FileBased.TaskSequences.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.FileBased.TaskSequences.html", "title": "Class TaskSequences", - "keywords": "Class TaskSequences This class defines standard sequences of well-known automatic task template IDs, which can be used to pass to RunAutomaticTasks(Guid[], string[]) for running a sequence of automatic tasks. The task sequences defined here are similar to the default sequences available in the Trados Studio user interface. Inheritance object TaskSequences Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public static class TaskSequences Fields AnalyzeOnly Convert and analyze files without performing pre-translation. Declaration public static readonly string[] AnalyzeOnly Field Value Type Description string Finalize Update main translation memories and generate target translations for files. Declaration public static readonly string[] Finalize Field Value Type Description string Prepare Convert, analyze, perfect match and pre-translate files. Declaration public static readonly string[] Prepare Field Value Type Description string PrepareNoProjectTm Convert, analyze and pre-translate files without creating project translation memories. Declaration public static readonly string[] PrepareNoProjectTm Field Value Type Description string PseudoTranslateRoundTrip Simulates an end-to-end translation sequence, starting with the original source files, preparing these, then pseudo-translating them before generating target translation output files. Declaration public static readonly string[] PseudoTranslateRoundTrip Field Value Type Description string" + "keywords": "Class TaskSequences This class defines standard sequences of well-known automatic task template IDs, which can be used to pass to RunAutomaticTasks(Guid[], String[]) for running a sequence of automatic tasks. The task sequences defined here are similar to the default sequences available in the Trados Studio user interface. Inheritance System.Object TaskSequences 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.ProjectAutomation.FileBased Assembly : Sdl.ProjectAutomation.FileBased.dll Syntax public static class TaskSequences Fields AnalyzeOnly Convert and analyze files without performing pre-translation. Declaration public static readonly string[] AnalyzeOnly Field Value Type Description System.String [] Finalize Update main translation memories and generate target translations for files. Declaration public static readonly string[] Finalize Field Value Type Description System.String [] Prepare Convert, analyze, perfect match and pre-translate files. Declaration public static readonly string[] Prepare Field Value Type Description System.String [] PrepareNoProjectTm Convert, analyze and pre-translate files without creating project translation memories. Declaration public static readonly string[] PrepareNoProjectTm Field Value Type Description System.String [] PseudoTranslateRoundTrip Simulates an end-to-end translation sequence, starting with the original source files, preparing these, then pseudo-translating them before generating target translation output files. Declaration public static readonly string[] PseudoTranslateRoundTrip Field Value Type Description System.String []" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.AbstractTaskSettings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.AbstractTaskSettings.html", "title": "Class AbstractTaskSettings", - "keywords": "Class AbstractTaskSettings Base class of TaskSettings Inheritance object AbstractSettingsGroupBase SettingsGroup AbstractTaskSettings Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) SettingsGroup.CollectSettings(ISettingsGroup, List) SettingsGroup.OnInit(ISettingsBundle) SettingsGroup.ContainsSetting(string) SettingsGroup.GetSettingIds() SettingsGroup.GetSetting(string) SettingsGroup.GetSetting(string, out Setting) SettingsGroup.GetSetting(string, out T) SettingsGroup.GetSetting(string, T) SettingsGroup.RemoveSetting(string) SettingsGroup.Reset() SettingsGroup.ImportSettings(ISettingsGroup) SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) SettingsGroup.BeginEdit() SettingsGroup.CancelEdit() SettingsGroup.EndEdit() SettingsGroup.GetDefaultValue(string) SettingsGroup.Id SettingsGroup.Parent SettingsGroup.SettingsBundle SettingsGroup.PropertyChanged AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public abstract class AbstractTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors AbstractTaskSettings() Declaration protected AbstractTaskSettings() Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class AbstractTaskSettings Base class of TaskSettings Inheritance System.Object AbstractTaskSettings Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public abstract class AbstractTaskSettings : SettingsGroup Constructors AbstractTaskSettings() Declaration protected AbstractTaskSettings()" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.html", "title": "Class AnalysisTaskSettings", - "keywords": "Class AnalysisTaskSettings Settings group class for the Analysis automatic task settings. Inheritance object AbstractSettingsGroupBase SettingsGroup AnalysisTaskSettings Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) SettingsGroup.CollectSettings(ISettingsGroup, List) SettingsGroup.OnInit(ISettingsBundle) SettingsGroup.ContainsSetting(string) SettingsGroup.GetSettingIds() SettingsGroup.GetSetting(string) SettingsGroup.GetSetting(string, out Setting) SettingsGroup.GetSetting(string, out T) SettingsGroup.GetSetting(string, T) SettingsGroup.RemoveSetting(string) SettingsGroup.Reset() SettingsGroup.ImportSettings(ISettingsGroup) SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) SettingsGroup.BeginEdit() SettingsGroup.CancelEdit() SettingsGroup.EndEdit() SettingsGroup.Id SettingsGroup.Parent SettingsGroup.SettingsBundle SettingsGroup.PropertyChanged AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class AnalysisTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors AnalysisTaskSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead. Declaration public AnalysisTaskSettings() Properties CreateReport Gets the setting that flags whether a report should be generated. Default: true . Declaration public Setting CreateReport { get; } Property Value Type Description Setting bool ExportFrequentSegments Gets the setting that flags whether frequent segments should be exported. Default: false . Declaration public Setting ExportFrequentSegments { get; } Property Value Type Description Setting bool ExportUnknownSegments Gets the setting that flags whether unknown segments should be exported. Default: false ; Declaration public Setting ExportUnknownSegments { get; } Property Value Type Description Setting bool FrequentSegmentsNoOfOccurrences Gets the settings that states the number of times a segment must be repeated before it is considered a frequent segments. Default: 5. Declaration public Setting FrequentSegmentsNoOfOccurrences { get; } Property Value Type Description Setting int ReportCrossFileRepetitions Gets the settings that states whether the analysis process will count cross-file repetitions. Default: True. Declaration public Setting ReportCrossFileRepetitions { get; } Property Value Type Description Setting bool ReportInternalFuzzyMatchLeverage Gets the settings that states whether the analysis process will count internal fuzzy matches. Default: False. Declaration public Setting ReportInternalFuzzyMatchLeverage { get; } Property Value Type Description Setting bool UnknownSegmentsMaximumMatchValue Gets the settings that states the maximum match value for a segment to considered an unknown segment. Default: 75. Declaration public Setting UnknownSegmentsMaximumMatchValue { get; } Property Value Type Description Setting int Methods GetDefaultValue(string) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description string settingId The setting id. Returns Type Description object The default value. Overrides SettingsGroup.GetDefaultValue(string) Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class AnalysisTaskSettings Settings group class for the Analysis automatic task settings. Inheritance System.Object AnalysisTaskSettings Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class AnalysisTaskSettings : SettingsGroup Constructors AnalysisTaskSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead. Declaration public AnalysisTaskSettings() Properties CreateReport Gets the setting that flags whether a report should be generated. Default: true . Declaration public Setting CreateReport { get; } Property Value Type Description Setting < System.Boolean > ExportFrequentSegments Gets the setting that flags whether frequent segments should be exported. Default: false . Declaration public Setting ExportFrequentSegments { get; } Property Value Type Description Setting < System.Boolean > ExportUnknownSegments Gets the setting that flags whether unknown segments should be exported. Default: false ; Declaration public Setting ExportUnknownSegments { get; } Property Value Type Description Setting < System.Boolean > FrequentSegmentsNoOfOccurrences Gets the settings that states the number of times a segment must be repeated before it is considered a frequent segments. Default: 5. Declaration public Setting FrequentSegmentsNoOfOccurrences { get; } Property Value Type Description Setting < System.Int32 > ReportCrossFileRepetitions Gets the settings that states whether the analysis process will count cross-file repetitions. Default: True. Declaration public Setting ReportCrossFileRepetitions { get; } Property Value Type Description Setting < System.Boolean > ReportInternalFuzzyMatchLeverage Gets the settings that states whether the analysis process will count internal fuzzy matches. Default: False. Declaration public Setting ReportInternalFuzzyMatchLeverage { get; } Property Value Type Description Setting < System.Boolean > UnknownSegmentsMaximumMatchValue Gets the settings that states the maximum match value for a segment to considered an unknown segment. Default: 75. Declaration public Setting UnknownSegmentsMaximumMatchValue { get; } Property Value Type Description Setting < System.Int32 > Methods GetDefaultValue(String) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description System.String settingId The setting id. Returns Type Description System.Object The default value." }, "api/projectautomation/Sdl.ProjectAutomation.Settings.AppendToUnitType.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.AppendToUnitType.html", "title": "Enum AppendToUnitType", - "keywords": "Enum AppendToUnitType To specify whether AppendStartString and AppendEndString are applied at the segment or paragraph level. Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public enum AppendToUnitType Fields Name Description Paragraph Apply AppendStartString and AppendEndString to each paragraph (not each segment) Segment Apply AppendStartString and AppendEndString to each segment" + "keywords": "Enum AppendToUnitType To specify whether AppendStartString and AppendEndString are applied at the segment or paragraph level. Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public enum AppendToUnitType Fields Name Description Paragraph Apply AppendStartString and AppendEndString to each paragraph (not each segment) Segment Apply AppendStartString and AppendEndString to each segment" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.html", "title": "Class BatchProcessingGeneralSettings", - "keywords": "Class BatchProcessingGeneralSettings Inheritance object AbstractSettingsGroupBase SettingsGroup BatchProcessingGeneralSettings Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) SettingsGroup.CollectSettings(ISettingsGroup, List) SettingsGroup.OnInit(ISettingsBundle) SettingsGroup.ContainsSetting(string) SettingsGroup.GetSettingIds() SettingsGroup.GetSetting(string) SettingsGroup.GetSetting(string, out Setting) SettingsGroup.GetSetting(string, out T) SettingsGroup.GetSetting(string, T) SettingsGroup.RemoveSetting(string) SettingsGroup.Reset() SettingsGroup.ImportSettings(ISettingsGroup) SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) SettingsGroup.BeginEdit() SettingsGroup.CancelEdit() SettingsGroup.EndEdit() SettingsGroup.Id SettingsGroup.Parent SettingsGroup.SettingsBundle SettingsGroup.PropertyChanged AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class BatchProcessingGeneralSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors BatchProcessingGeneralSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead. Declaration public BatchProcessingGeneralSettings() Fields DefaultOptimizeBatchProcessing Declaration public const bool DefaultOptimizeBatchProcessing = false Field Value Type Description bool Properties OptimizeBatchProcessing Gets the setting that flags whether a . Default: false. Declaration public Setting OptimizeBatchProcessing { get; } Property Value Type Description Setting bool Methods GetDefaultValue(string) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description string settingId The setting id. Returns Type Description object Overrides SettingsGroup.GetDefaultValue(string) Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class BatchProcessingGeneralSettings Inheritance System.Object BatchProcessingGeneralSettings Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class BatchProcessingGeneralSettings : SettingsGroup Constructors BatchProcessingGeneralSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead. Declaration public BatchProcessingGeneralSettings() Fields DefaultOptimizeBatchProcessing Declaration public const bool DefaultOptimizeBatchProcessing = false Field Value Type Description System.Boolean Properties OptimizeBatchProcessing Gets the setting that flags whether a . Default: false. Declaration public Setting OptimizeBatchProcessing { get; } Property Value Type Description Setting < System.Boolean > Methods GetDefaultValue(String) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description System.String settingId The setting id. Returns Type Description System.Object" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.html", "title": "Class CDataWrapper", - "keywords": "Class CDataWrapper Inheritance object CDataWrapper Implements IXmlSerializable Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.ProjectAutomation Settings CustomAttributes Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public sealed class CDataWrapper : IXmlSerializable Constructors CDataWrapper() Declaration public CDataWrapper() Properties Value Declaration public string Value { get; set; } Property Value Type Description string Methods GetSchema() Declaration public XmlSchema GetSchema() Returns Type Description XmlSchema GetSchema(XmlSchemaSet) Declaration public static XmlQualifiedName GetSchema(XmlSchemaSet xs) Parameters Type Name Description XmlSchemaSet xs Returns Type Description XmlQualifiedName ReadXml(XmlReader) => \"\" => \"\" Foo => \"Foo\" Foo => \"Foo\" Declaration public void ReadXml(XmlReader reader) Parameters Type Name Description XmlReader reader ToString() Declaration public override string ToString() Returns Type Description string Overrides object.ToString() WriteXml(XmlWriter) \"\" => \"Foo\" => Foo Declaration public void WriteXml(XmlWriter writer) Parameters Type Name Description XmlWriter writer Operators implicit operator string(CDataWrapper) Declaration public static implicit operator string(CDataWrapper value) Parameters Type Name Description CDataWrapper value Returns Type Description string implicit operator CDataWrapper(string) Declaration public static implicit operator CDataWrapper(string value) Parameters Type Name Description string value Returns Type Description CDataWrapper Implements IXmlSerializable" + "keywords": "Class CDataWrapper Inheritance System.Object CDataWrapper Implements System.Xml.Serialization.IXmlSerializable Inherited Members 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.ProjectAutomation.Settings.CustomAttributes Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public sealed class CDataWrapper Constructors CDataWrapper() Declaration public CDataWrapper() Properties Value Declaration public string Value { get; set; } Property Value Type Description System.String Methods GetSchema() Declaration public XmlSchema GetSchema() Returns Type Description System.Xml.Schema.XmlSchema GetSchema(XmlSchemaSet) Declaration public static XmlQualifiedName GetSchema(XmlSchemaSet xs) Parameters Type Name Description System.Xml.Schema.XmlSchemaSet xs Returns Type Description System.Xml.XmlQualifiedName ReadXml(XmlReader) => \"\" => \"\" Foo => \"Foo\" Foo => \"Foo\" Declaration public void ReadXml(XmlReader reader) Parameters Type Name Description System.Xml.XmlReader reader ToString() Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() WriteXml(XmlWriter) \"\" => \"Foo\" => Foo Declaration public void WriteXml(XmlWriter writer) Parameters Type Name Description System.Xml.XmlWriter writer Operators Implicit(CDataWrapper to String) Declaration public static implicit operator string (CDataWrapper value) Parameters Type Name Description CDataWrapper value Returns Type Description System.String Implicit(String to CDataWrapper) Declaration public static implicit operator CDataWrapper(string value) Parameters Type Name Description System.String value Returns Type Description CDataWrapper Implements System.Xml.Serialization.IXmlSerializable" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.html", "title": "Class CustomAttribute", - "keywords": "Class CustomAttribute Inheritance object CustomAttribute Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings CustomAttributes Assembly : Sdl.ProjectAutomation.Settings.dll Syntax [DataContract] public class CustomAttribute Constructors CustomAttribute() Declaration public CustomAttribute() Properties DisplayName Declaration [DataMember] public string DisplayName { get; set; } Property Value Type Description string DisplayOrder Declaration [DataMember] public int DisplayOrder { get; set; } Property Value Type Description int Name Declaration [DataMember] public string Name { get; set; } Property Value Type Description string Type Declaration [DataMember] public CustomAttributeTypeEnum Type { get; set; } Property Value Type Description CustomAttributeTypeEnum Values Declaration public List Values { get; set; } Property Value Type Description List string" + "keywords": "Class CustomAttribute Inheritance System.Object CustomAttribute 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.ProjectAutomation.Settings.CustomAttributes Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class CustomAttribute Constructors CustomAttribute() Declaration public CustomAttribute() Properties DisplayName Declaration public string DisplayName { get; set; } Property Value Type Description System.String DisplayOrder Declaration public int DisplayOrder { get; set; } Property Value Type Description System.Int32 Name Declaration public string Name { get; set; } Property Value Type Description System.String Type Declaration public CustomAttributeTypeEnum Type { get; set; } Property Value Type Description CustomAttributeTypeEnum Values Declaration public List Values { get; set; } Property Value Type Description System.Collections.Generic.List < System.String >" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeList.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeList.html", "title": "Class CustomAttributeList", - "keywords": "Class CustomAttributeList Inheritance object List CustomAttribute CustomAttributeList Implements IList CustomAttribute ICollection CustomAttribute IList ICollection IReadOnlyList CustomAttribute IReadOnlyCollection CustomAttribute IEnumerable CustomAttribute IEnumerable Inherited Members List.Add(CustomAttribute) List.AddRange(IEnumerable) List.AsReadOnly() List.BinarySearch(int, int, CustomAttribute, IComparer) List.BinarySearch(CustomAttribute) List.BinarySearch(CustomAttribute, IComparer) List.Clear() List.Contains(CustomAttribute) List.ConvertAll(Converter) List.CopyTo(CustomAttribute[]) List.CopyTo(int, CustomAttribute[], int, int) List.CopyTo(CustomAttribute[], int) List.Exists(Predicate) List.Find(Predicate) List.FindAll(Predicate) List.FindIndex(Predicate) List.FindIndex(int, Predicate) List.FindIndex(int, int, Predicate) List.FindLast(Predicate) List.FindLastIndex(Predicate) List.FindLastIndex(int, Predicate) List.FindLastIndex(int, int, Predicate) List.ForEach(Action) List.GetEnumerator() List.GetRange(int, int) List.IndexOf(CustomAttribute) List.IndexOf(CustomAttribute, int) List.IndexOf(CustomAttribute, int, int) List.Insert(int, CustomAttribute) List.InsertRange(int, IEnumerable) List.LastIndexOf(CustomAttribute) List.LastIndexOf(CustomAttribute, int) List.LastIndexOf(CustomAttribute, int, int) List.Remove(CustomAttribute) List.RemoveAll(Predicate) List.RemoveAt(int) List.RemoveRange(int, int) List.Reverse() List.Reverse(int, int) List.Sort() List.Sort(IComparer) List.Sort(int, int, IComparer) List.Sort(Comparison) List.ToArray() List.TrimExcess() List.TrueForAll(Predicate) List.Capacity List.Count List.this[int] object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.ProjectAutomation Settings CustomAttributes Assembly : Sdl.ProjectAutomation.Settings.dll Syntax [CollectionDataContract] public sealed class CustomAttributeList : List, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable Constructors CustomAttributeList() Declaration public CustomAttributeList() Implements IList ICollection IList ICollection IReadOnlyList IReadOnlyCollection IEnumerable IEnumerable" + "keywords": "Class CustomAttributeList Inheritance System.Object System.Collections.Generic.List < CustomAttribute > CustomAttributeList Implements System.Collections.Generic.IList < CustomAttribute > System.Collections.Generic.ICollection < CustomAttribute > System.Collections.IList System.Collections.ICollection System.Collections.Generic.IReadOnlyList < CustomAttribute > System.Collections.Generic.IReadOnlyCollection < CustomAttribute > System.Collections.Generic.IEnumerable < CustomAttribute > System.Collections.IEnumerable Inherited Members System.Collections.Generic.List.System.Collections.IList.get_Item(System.Int32) System.Collections.Generic.List.System.Collections.IList.set_Item(System.Int32, System.Object) System.Collections.Generic.List.Add(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute) System.Collections.Generic.List.System.Collections.IList.Add(System.Object) System.Collections.Generic.List.AddRange(System.Collections.Generic.IEnumerable) System.Collections.Generic.List.AsReadOnly() System.Collections.Generic.List.BinarySearch(System.Int32, System.Int32, Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute, System.Collections.Generic.IComparer) System.Collections.Generic.List.BinarySearch(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute) System.Collections.Generic.List.BinarySearch(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute, System.Collections.Generic.IComparer) System.Collections.Generic.List.Clear() System.Collections.Generic.List.Contains(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute) System.Collections.Generic.List.System.Collections.IList.Contains(System.Object) System.Collections.Generic.List.ConvertAll(System.Converter) System.Collections.Generic.List.CopyTo(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute[]) System.Collections.Generic.List.System.Collections.ICollection.CopyTo(System.Array, System.Int32) System.Collections.Generic.List.CopyTo(System.Int32, Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute[], System.Int32, System.Int32) System.Collections.Generic.List.CopyTo(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute[], System.Int32) System.Collections.Generic.List.Exists(System.Predicate) System.Collections.Generic.List.Find(System.Predicate) System.Collections.Generic.List.FindAll(System.Predicate) System.Collections.Generic.List.FindIndex(System.Predicate) System.Collections.Generic.List.FindIndex(System.Int32, System.Predicate) System.Collections.Generic.List.FindIndex(System.Int32, System.Int32, System.Predicate) System.Collections.Generic.List.FindLast(System.Predicate) System.Collections.Generic.List.FindLastIndex(System.Predicate) System.Collections.Generic.List.FindLastIndex(System.Int32, System.Predicate) System.Collections.Generic.List.FindLastIndex(System.Int32, System.Int32, System.Predicate) System.Collections.Generic.List.ForEach(System.Action) System.Collections.Generic.List.GetEnumerator() System.Collections.Generic.List.System.Collections.Generic.IEnumerable.GetEnumerator() System.Collections.Generic.List.System.Collections.IEnumerable.GetEnumerator() System.Collections.Generic.List.GetRange(System.Int32, System.Int32) System.Collections.Generic.List.IndexOf(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute) System.Collections.Generic.List.System.Collections.IList.IndexOf(System.Object) System.Collections.Generic.List.IndexOf(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute, System.Int32) System.Collections.Generic.List.IndexOf(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute, System.Int32, System.Int32) System.Collections.Generic.List.Insert(System.Int32, Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute) System.Collections.Generic.List.System.Collections.IList.Insert(System.Int32, System.Object) System.Collections.Generic.List.InsertRange(System.Int32, System.Collections.Generic.IEnumerable) System.Collections.Generic.List.LastIndexOf(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute) System.Collections.Generic.List.LastIndexOf(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute, System.Int32) System.Collections.Generic.List.LastIndexOf(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute, System.Int32, System.Int32) System.Collections.Generic.List.Remove(Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute) System.Collections.Generic.List.System.Collections.IList.Remove(System.Object) System.Collections.Generic.List.RemoveAll(System.Predicate) System.Collections.Generic.List.RemoveAt(System.Int32) System.Collections.Generic.List.RemoveRange(System.Int32, System.Int32) System.Collections.Generic.List.Reverse() System.Collections.Generic.List.Reverse(System.Int32, System.Int32) System.Collections.Generic.List.Sort() System.Collections.Generic.List.Sort(System.Collections.Generic.IComparer) System.Collections.Generic.List.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer) System.Collections.Generic.List.Sort(System.Comparison) System.Collections.Generic.List.ToArray() System.Collections.Generic.List.TrimExcess() System.Collections.Generic.List.TrueForAll(System.Predicate) System.Collections.Generic.List.Capacity System.Collections.Generic.List.Count System.Collections.Generic.List.System.Collections.IList.IsFixedSize System.Collections.Generic.List.System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.List.System.Collections.IList.IsReadOnly System.Collections.Generic.List.System.Collections.ICollection.IsSynchronized System.Collections.Generic.List.System.Collections.ICollection.SyncRoot System.Collections.Generic.List.Item[System.Int32] System.Collections.Generic.List.System.Collections.IList.Item[System.Int32] 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.ProjectAutomation.Settings.CustomAttributes Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public sealed class CustomAttributeList : List, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable Constructors CustomAttributeList() Declaration public CustomAttributeList() Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.IList System.Collections.ICollection System.Collections.Generic.IReadOnlyList System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.html", "title": "Class CustomAttributeSettings", - "keywords": "Class CustomAttributeSettings Inheritance object AbstractSettingsGroupBase SettingsGroup CustomAttributeSettings Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) SettingsGroup.CollectSettings(ISettingsGroup, List) SettingsGroup.OnInit(ISettingsBundle) SettingsGroup.ContainsSetting(string) SettingsGroup.GetSettingIds() SettingsGroup.GetSetting(string) SettingsGroup.GetSetting(string, out Setting) SettingsGroup.GetSetting(string, out T) SettingsGroup.GetSetting(string, T) SettingsGroup.RemoveSetting(string) SettingsGroup.Reset() SettingsGroup.ImportSettings(ISettingsGroup) SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) SettingsGroup.BeginEdit() SettingsGroup.CancelEdit() SettingsGroup.EndEdit() SettingsGroup.GetDefaultValue(string) SettingsGroup.Id SettingsGroup.Parent SettingsGroup.SettingsBundle SettingsGroup.PropertyChanged AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings CustomAttributes Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class CustomAttributeSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors CustomAttributeSettings() Declaration public CustomAttributeSettings() Fields CustomAttributes_Setting Declaration public const string CustomAttributes_Setting = \"CustomAttributes\" Field Value Type Description string File_CustomAttributes_SettingGroup Declaration public const string File_CustomAttributes_SettingGroup = \"FileCustomAttributeSettings\" Field Value Type Description string Project_CustomAttributes_SettingGroup Declaration public const string Project_CustomAttributes_SettingGroup = \"ProjectCustomAttributeSettings\" Field Value Type Description string Properties Attributes Declaration public CustomAttributeList Attributes { get; set; } Property Value Type Description CustomAttributeList Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class CustomAttributeSettings Inheritance System.Object CustomAttributeSettings Namespace : Sdl.ProjectAutomation.Settings.CustomAttributes Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class CustomAttributeSettings : SettingsGroup Constructors CustomAttributeSettings() Declaration public CustomAttributeSettings() Fields CustomAttributes_Setting Declaration public const string CustomAttributes_Setting = \"CustomAttributes\" Field Value Type Description System.String File_CustomAttributes_SettingGroup Declaration public const string File_CustomAttributes_SettingGroup = \"FileCustomAttributeSettings\" Field Value Type Description System.String Project_CustomAttributes_SettingGroup Declaration public const string Project_CustomAttributes_SettingGroup = \"ProjectCustomAttributeSettings\" Field Value Type Description System.String Properties Attributes Declaration public CustomAttributeList Attributes { get; set; } Property Value Type Description CustomAttributeList" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeTypeEnum.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeTypeEnum.html", "title": "Enum CustomAttributeTypeEnum", - "keywords": "Enum CustomAttributeTypeEnum Namespace : Sdl Sdl.ProjectAutomation Settings CustomAttributes Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public enum CustomAttributeTypeEnum Fields Name Description Attachment Bool Date Html Int List String Url" + "keywords": "Enum CustomAttributeTypeEnum Namespace : Sdl.ProjectAutomation.Settings.CustomAttributes Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public enum CustomAttributeTypeEnum Fields Name Description Attachment Bool Date Html Int List String Url" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.html", @@ -6067,27 +5767,27 @@ "api/projectautomation/Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.html", "title": "Class TranslationProviderStatusChanged", - "keywords": "Class TranslationProviderStatusChanged Inheritance object TranslationProviderStatusChanged Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Events Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class TranslationProviderStatusChanged Constructors TranslationProviderStatusChanged(Uri, bool?) Declaration public TranslationProviderStatusChanged(Uri tpUri, bool? newStatus) Parameters Type Name Description Uri tpUri The Uri of the translation provider with the changed status bool newStatus A value of null will be sent when the translation provider was removed Properties NewStatus The new status of the translation provider Declaration public bool? NewStatus { get; } Property Value Type Description bool TpUri The Uri of the translation provider Declaration public Uri TpUri { get; } Property Value Type Description Uri" + "keywords": "Class TranslationProviderStatusChanged Inheritance System.Object TranslationProviderStatusChanged 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.ProjectAutomation.Settings.Events Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class TranslationProviderStatusChanged Constructors TranslationProviderStatusChanged(Uri, Nullable) Declaration public TranslationProviderStatusChanged(Uri tpUri, bool? newStatus) Parameters Type Name Description System.Uri tpUri The Uri of the translation provider with the changed status System.Nullable < System.Boolean > newStatus A value of null will be sent when the translation provider was removed Properties NewStatus The new status of the translation provider Declaration public bool? NewStatus { get; } Property Value Type Description System.Nullable < System.Boolean > TpUri The Uri of the translation provider Declaration public Uri TpUri { get; } Property Value Type Description System.Uri" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFilesSettings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFilesSettings.html", "title": "Class ExportFilesSettings", - "keywords": "Class ExportFilesSettings Settings group class for the Export Files automatic task settings. Inheritance object AbstractSettingsGroupBase SettingsGroup ExportFilesSettings Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) SettingsGroup.CollectSettings(ISettingsGroup, List) SettingsGroup.OnInit(ISettingsBundle) SettingsGroup.ContainsSetting(string) SettingsGroup.GetSettingIds() SettingsGroup.GetSetting(string) SettingsGroup.GetSetting(string, out Setting) SettingsGroup.GetSetting(string, out T) SettingsGroup.GetSetting(string, T) SettingsGroup.RemoveSetting(string) SettingsGroup.Reset() SettingsGroup.ImportSettings(ISettingsGroup) SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) SettingsGroup.BeginEdit() SettingsGroup.CancelEdit() SettingsGroup.EndEdit() SettingsGroup.Id SettingsGroup.Parent SettingsGroup.SettingsBundle SettingsGroup.PropertyChanged AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class ExportFilesSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors ExportFilesSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead. Declaration public ExportFilesSettings() Properties ExportFileVersion Gets the setting that flags whether native files should be created and exported. By default, this is set to Native . Declaration public Setting ExportFileVersion { get; } Property Value Type Description Setting ExportFileVersion ExportLocation Gets the directory to which the files will be exported. Note that the project directory structure will be created under this directory. By default, this is set to \"[My Documents]\\Export Files\". Declaration public Setting ExportLocation { get; } Property Value Type Description Setting string Methods GetDefaultValue(string) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description string settingId The setting id. Returns Type Description object The default value. Overrides SettingsGroup.GetDefaultValue(string) Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class ExportFilesSettings Settings group class for the Export Files automatic task settings. Inheritance System.Object ExportFilesSettings Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class ExportFilesSettings : SettingsGroup Constructors ExportFilesSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead. Declaration public ExportFilesSettings() Properties ExportFileVersion Gets the setting that flags whether native files should be created and exported. By default, this is set to Native . Declaration public Setting ExportFileVersion { get; } Property Value Type Description Setting < ExportFileVersion > ExportLocation Gets the directory to which the files will be exported. Note that the project directory structure will be created under this directory. By default, this is set to \"[My Documents]\\Export Files\". Declaration public Setting ExportLocation { get; } Property Value Type Description Setting < System.String > Methods GetDefaultValue(String) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description System.String settingId The setting id. Returns Type Description System.Object The default value." }, "api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFileVersion.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFileVersion.html", "title": "Enum ExportFileVersion", - "keywords": "Enum ExportFileVersion Represents the possible file versions that can be exported using the Export Files task. Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public enum ExportFileVersion Remarks The settings for the Export Files task can be specified using the ExportFilesSettings settings group. Fields Name Description Bilingual The SDLXLIFF file version, if it exists. Current The current file version. Depending on which state the file is in, this could be the native or the bilingual (SDLXLIFF) file version. Native The native file verion is exported. For source files, this is the original source file in its original native format, for target files it is the generated native target file in its original native format, if it's available." + "keywords": "Enum ExportFileVersion Represents the possible file versions that can be exported using the Export Files task. Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public enum ExportFileVersion Remarks The settings for the Export Files task can be specified using the ExportFilesSettings settings group. Fields Name Description Bilingual The SDLXLIFF file version, if it exists. Current The current file version. Depending on which state the file is in, this could be the native or the bilingual (SDLXLIFF) file version. Native The native file verion is exported. For source files, this is the original source file in its original native format, for target files it is the generated native target file in its original native format, if it's available." }, "api/projectautomation/Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.html", "title": "Class ExportForReviewTaskSettings", - "keywords": "Class ExportForReviewTaskSettings Settings group class for the 'Export for Review' automatic task settings. Inheritance object AbstractSettingsGroupBase SettingsGroup ExportForReviewTaskSettings Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) SettingsGroup.CollectSettings(ISettingsGroup, List) SettingsGroup.OnInit(ISettingsBundle) SettingsGroup.ContainsSetting(string) SettingsGroup.GetSettingIds() SettingsGroup.GetSetting(string) SettingsGroup.GetSetting(string, out Setting) SettingsGroup.GetSetting(string, out T) SettingsGroup.GetSetting(string, T) SettingsGroup.RemoveSetting(string) SettingsGroup.Reset() SettingsGroup.ImportSettings(ISettingsGroup) SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) SettingsGroup.BeginEdit() SettingsGroup.CancelEdit() SettingsGroup.EndEdit() SettingsGroup.Id SettingsGroup.Parent SettingsGroup.SettingsBundle SettingsGroup.PropertyChanged AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class ExportForReviewTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors ExportForReviewTaskSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead. Declaration public ExportForReviewTaskSettings() Properties ContextMatchColor Gets the setting that states the code to be used for highlighting context matches . Default: Color.LightGray. Declaration public Setting ContextMatchColor { get; } Property Value Type Description Setting Color ExactMatchColor Gets the setting that states the code to be used for highlighting exact matches . Default: Color.PaleGreen. Declaration public Setting ExactMatchColor { get; } Property Value Type Description Setting Color FileNamePrefix Gets the setting that specifies the prefix that will be added to each review filename... . Default: Empty String. Declaration public Setting FileNamePrefix { get; } Property Value Type Description Setting string FuzzyMatchColor Gets the setting that states the code to be used for highlighting fuzzy matches . Default: Color.Wheat. Declaration public Setting FuzzyMatchColor { get; } Property Value Type Description Setting Color Location Gets the setting that specifies the root folder where the review files will be created. Default: Empty String. Declaration public Setting Location { get; } Property Value Type Description Setting string NoMatchColor Gets the setting that states the code to be used for highlighting no matches . Default: Color.White. Declaration public Setting NoMatchColor { get; } Property Value Type Description Setting Color OverwriteExisting Gets the setting that states the code to be used for highlighting no matches . Default: Color.White. Declaration public Setting OverwriteExisting { get; } Property Value Type Description Setting bool PerfectMatchColor Gets the setting that states the code to be used for highlighting perfect matches . Default: Color.LightGray. Declaration public Setting PerfectMatchColor { get; } Property Value Type Description Setting Color TableLayoutType Gets the setting that states the format of the review file, 'Top-down' or 'Side-by-side'... . Default: Side-by-side. Declaration public Setting TableLayoutType { get; } Property Value Type Description Setting Sdl.FileTypeSupport.Utilities.SdlXliffConvertor.LayoutType Sdl.FileTypeSupport.Utilities.SdlXliffConvertor.LayoutType.TableType Methods GetDefaultValue(string) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description string settingId The setting id. Returns Type Description object Overrides SettingsGroup.GetDefaultValue(string) Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class ExportForReviewTaskSettings Settings group class for the 'Export for Review' automatic task settings. Inheritance System.Object ExportForReviewTaskSettings Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class ExportForReviewTaskSettings : SettingsGroup Constructors ExportForReviewTaskSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead. Declaration public ExportForReviewTaskSettings() Properties ContextMatchColor Gets the setting that states the code to be used for highlighting context matches . Default: Color.LightGray. Declaration public Setting ContextMatchColor { get; } Property Value Type Description Setting < System.Drawing.Color > ExactMatchColor Gets the setting that states the code to be used for highlighting exact matches . Default: Color.PaleGreen. Declaration public Setting ExactMatchColor { get; } Property Value Type Description Setting < System.Drawing.Color > FileNamePrefix Gets the setting that specifies the prefix that will be added to each review filename... . Default: Empty String. Declaration public Setting FileNamePrefix { get; } Property Value Type Description Setting < System.String > FuzzyMatchColor Gets the setting that states the code to be used for highlighting fuzzy matches . Default: Color.Wheat. Declaration public Setting FuzzyMatchColor { get; } Property Value Type Description Setting < System.Drawing.Color > Location Gets the setting that specifies the root folder where the review files will be created. Default: Empty String. Declaration public Setting Location { get; } Property Value Type Description Setting < System.String > NoMatchColor Gets the setting that states the code to be used for highlighting no matches . Default: Color.White. Declaration public Setting NoMatchColor { get; } Property Value Type Description Setting < System.Drawing.Color > OverwriteExisting Gets the setting that states the code to be used for highlighting no matches . Default: Color.White. Declaration public Setting OverwriteExisting { get; } Property Value Type Description Setting < System.Boolean > PerfectMatchColor Gets the setting that states the code to be used for highlighting perfect matches . Default: Color.LightGray. Declaration public Setting PerfectMatchColor { get; } Property Value Type Description Setting < System.Drawing.Color > TableLayoutType Gets the setting that states the format of the review file, 'Top-down' or 'Side-by-side'... . Default: Side-by-side. Declaration public Setting TableLayoutType { get; } Property Value Type Description Setting < Sdl.FileTypeSupport.Utilities.SdlXliffConvertor.LayoutType.TableType > Methods GetDefaultValue(String) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description System.String settingId The setting id. Returns Type Description System.Object" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.html", "title": "Class ExternalReviewMappingItem", - "keywords": "Class ExternalReviewMappingItem An item representing the xliff file and its corresponding external review file Inheritance object ExternalReviewMappingItem Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax [DataContract] public class ExternalReviewMappingItem Constructors ExternalReviewMappingItem(string, Guid, string) Constructor of ExternalReviewMappingItem Declaration public ExternalReviewMappingItem(string XliffFilePath, Guid projectGuid, string bilingualReviewFilePath) Parameters Type Name Description string XliffFilePath Guid projectGuid string bilingualReviewFilePath Properties BilingualReviewFileFullPath the full path of the bilingual review file Declaration [DataMember] public string BilingualReviewFileFullPath { get; set; } Property Value Type Description string Guid The project Guid of the project Declaration [DataMember] public Guid Guid { get; set; } Property Value Type Description Guid Language the target language of the xliff file Declaration [DataMember] public Language Language { get; set; } Property Value Type Description Language XliffFilePath the full path of the corrsponding Xliff file Declaration [DataMember] public string XliffFilePath { get; set; } Property Value Type Description string" + "keywords": "Class ExternalReviewMappingItem An item representing the xliff file and its corresponding external review file Inheritance System.Object ExternalReviewMappingItem 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.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class ExternalReviewMappingItem Constructors ExternalReviewMappingItem(String, Guid, String) Constructor of ExternalReviewMappingItem Declaration public ExternalReviewMappingItem(string XliffFilePath, Guid projectGuid, string bilingualReviewFilePath) Parameters Type Name Description System.String XliffFilePath System.Guid projectGuid System.String bilingualReviewFilePath Properties BilingualReviewFileFullPath the full path of the bilingual review file Declaration public string BilingualReviewFileFullPath { get; set; } Property Value Type Description System.String Guid The project Guid of the project Declaration public Guid Guid { get; set; } Property Value Type Description System.Guid Language the target language of the xliff file Declaration public Language Language { get; set; } Property Value Type Description Language XliffFilePath the full path of the corrsponding Xliff file Declaration public string XliffFilePath { get; set; } Property Value Type Description System.String" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.html", @@ -6097,132 +5797,132 @@ "api/projectautomation/Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.html", "title": "Class ImportFromReviewTaskSettings", - "keywords": "Class ImportFromReviewTaskSettings Settings for importing external review file(s) Inheritance object AbstractSettingsGroupBase SettingsGroup ImportFromReviewTaskSettings Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) SettingsGroup.CollectSettings(ISettingsGroup, List) SettingsGroup.OnInit(ISettingsBundle) SettingsGroup.ContainsSetting(string) SettingsGroup.GetSettingIds() SettingsGroup.GetSetting(string) SettingsGroup.GetSetting(string, out Setting) SettingsGroup.GetSetting(string, out T) SettingsGroup.GetSetting(string, T) SettingsGroup.RemoveSetting(string) SettingsGroup.Reset() SettingsGroup.ImportSettings(ISettingsGroup) SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) SettingsGroup.BeginEdit() SettingsGroup.CancelEdit() SettingsGroup.EndEdit() SettingsGroup.Id SettingsGroup.Parent SettingsGroup.SettingsBundle SettingsGroup.PropertyChanged AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class ImportFromReviewTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors ImportFromReviewTaskSettings() Declaration public ImportFromReviewTaskSettings() Properties Backup To decide if the original xliff file should be backuped before importing the review content Declaration public Setting Backup { get; } Property Value Type Description Setting bool ConfirmationLevel The segment confirmation level after applying the review changes Declaration public Setting ConfirmationLevel { get; } Property Value Type Description Setting ConfirmationLevel ExternalReviewMappingItems The xliff files and the corresponding review files mapping Declaration public Setting> ExternalReviewMappingItems { get; } Property Value Type Description Setting List ExternalReviewMappingItem Methods GetDefaultValue(string) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description string settingId The setting id. Returns Type Description object Overrides SettingsGroup.GetDefaultValue(string) Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class ImportFromReviewTaskSettings Settings for importing external review file(s) Inheritance System.Object ImportFromReviewTaskSettings Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class ImportFromReviewTaskSettings : SettingsGroup Constructors ImportFromReviewTaskSettings() Declaration public ImportFromReviewTaskSettings() Properties Backup To decide if the original xliff file should be backuped before importing the review content Declaration public Setting Backup { get; } Property Value Type Description Setting < System.Boolean > ConfirmationLevel The segment confirmation level after applying the review changes Declaration public Setting ConfirmationLevel { get; } Property Value Type Description Setting < ConfirmationLevel > ExternalReviewMappingItems The xliff files and the corresponding review files mapping Declaration public Setting> ExternalReviewMappingItems { get; } Property Value Type Description Setting < System.Collections.Generic.List < ExternalReviewMappingItem >> Methods GetDefaultValue(String) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description System.String settingId The setting id. Returns Type Description System.Object" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.MeasurementsFormattingMode.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.MeasurementsFormattingMode.html", "title": "Enum MeasurementsFormattingMode", - "keywords": "Enum MeasurementsFormattingMode Controls which tokens are used to obtain detailed localization parameters, such as the numeric group separator override, or whitespace handling between a number and the unit in measurements. Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public enum MeasurementsFormattingMode Fields Name Description Auto_FromDocument Use information from the document (source) token to auto-localize the tokens in the translation proposal. Use the whitespace handling as it is obtained from the document or memory token. Auto_FromMemory Use information from the memory source and target tokens to auto-localize the tokens in the translation proposal. Use the whitespace handling as it is obtained from the document or memory token. DeleteWhitespace Use information from the document (source) token to auto-localize the tokens in the translation proposal. Delete any whitespace between the number and the unit. InsertNonbreakingSpace Use information from the document (source) token to auto-localize the tokens in the translation proposal. Always insert a single non-breaking space between the number and the unit. InsertSpace Use information from the document (source) token to auto-localize the tokens in the translation proposal. Always insert a single standard space between the number and the unit. InsertSpecifiedSeparator Use information from the document (source) token to auto-localize the tokens in the translation proposal. Always insert the separator specified in the autolocalization settings" + "keywords": "Enum MeasurementsFormattingMode Controls which tokens are used to obtain detailed localization parameters, such as the numeric group separator override, or whitespace handling between a number and the unit in measurements. Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public enum MeasurementsFormattingMode Fields Name Description Auto_FromDocument Use information from the document (source) token to auto-localize the tokens in the translation proposal. Use the whitespace handling as it is obtained from the document or memory token. Auto_FromMemory Use information from the memory source and target tokens to auto-localize the tokens in the translation proposal. Use the whitespace handling as it is obtained from the document or memory token. DeleteWhitespace Use information from the document (source) token to auto-localize the tokens in the translation proposal. Delete any whitespace between the number and the unit. InsertNonbreakingSpace Use information from the document (source) token to auto-localize the tokens in the translation proposal. Always insert a single non-breaking space between the number and the unit. InsertSpace Use information from the document (source) token to auto-localize the tokens in the translation proposal. Always insert a single standard space between the number and the unit. InsertSpecifiedSeparator Use information from the document (source) token to auto-localize the tokens in the translation proposal. Always insert the separator specified in the autolocalization settings" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.NoTranslationMemoryMatchFoundAction.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.NoTranslationMemoryMatchFoundAction.html", "title": "Enum NoTranslationMemoryMatchFoundAction", - "keywords": "Enum NoTranslationMemoryMatchFoundAction Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public enum NoTranslationMemoryMatchFoundAction Fields Name Description ApplyAutomatedTranslation CopySourceToTarget LeaveEmpty" + "keywords": "Enum NoTranslationMemoryMatchFoundAction Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public enum NoTranslationMemoryMatchFoundAction Fields Name Description ApplyAutomatedTranslation CopySourceToTarget LeaveEmpty" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.html", "title": "Class PerfectMatchTaskSettings", - "keywords": "Class PerfectMatchTaskSettings Settings group class for the Perfect Match automatic task settings. Inheritance object AbstractSettingsGroupBase SettingsGroup PerfectMatchTaskSettings Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) SettingsGroup.CollectSettings(ISettingsGroup, List) SettingsGroup.OnInit(ISettingsBundle) SettingsGroup.ContainsSetting(string) SettingsGroup.GetSettingIds() SettingsGroup.GetSetting(string) SettingsGroup.GetSetting(string, out Setting) SettingsGroup.GetSetting(string, out T) SettingsGroup.GetSetting(string, T) SettingsGroup.RemoveSetting(string) SettingsGroup.Reset() SettingsGroup.ImportSettings(ISettingsGroup) SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) SettingsGroup.BeginEdit() SettingsGroup.CancelEdit() SettingsGroup.EndEdit() SettingsGroup.GetDefaultValue(string) SettingsGroup.Id SettingsGroup.Parent SettingsGroup.SettingsBundle SettingsGroup.PropertyChanged AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class PerfectMatchTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors PerfectMatchTaskSettings() Declaration public PerfectMatchTaskSettings() Properties MarkAsPerfectMatchAndLock If true, all segments copied over from the reference files will be marked as \"PerfectMatch\" and will be locked. This caters for the \"fully reviewed existing project\" scenario. If false, the original segment properties will be preserved and the segment will not be locked. This caters for the \"mid project update\" scenario, where the translator is halfway through a translation project, and the client sends all the source files again with a few tweaks in them. Declaration public Setting MarkAsPerfectMatchAndLock { get; } Property Value Type Description Setting bool Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class PerfectMatchTaskSettings Settings group class for the Perfect Match automatic task settings. Inheritance System.Object PerfectMatchTaskSettings Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class PerfectMatchTaskSettings : SettingsGroup Constructors PerfectMatchTaskSettings() Declaration public PerfectMatchTaskSettings() Properties MarkAsPerfectMatchAndLock If true, all segments copied over from the reference files will be marked as \"PerfectMatch\" and will be locked. This caters for the \"fully reviewed existing project\" scenario. If false, the original segment properties will be preserved and the segment will not be locked. This caters for the \"mid project update\" scenario, where the translator is halfway through a translation project, and the client sends all the source files again with a few tweaks in them. Declaration public Setting MarkAsPerfectMatchAndLock { get; } Property Value Type Description Setting < System.Boolean >" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectSettings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectSettings.html", "title": "Class ProjectSettings", - "keywords": "Class ProjectSettings Settings group, indicating project origin and icon path Inheritance object AbstractSettingsGroupBase SettingsGroup ProjectSettings Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) SettingsGroup.CollectSettings(ISettingsGroup, List) SettingsGroup.OnInit(ISettingsBundle) SettingsGroup.ContainsSetting(string) SettingsGroup.GetSettingIds() SettingsGroup.GetSetting(string) SettingsGroup.GetSetting(string, out Setting) SettingsGroup.GetSetting(string, out T) SettingsGroup.GetSetting(string, T) SettingsGroup.RemoveSetting(string) SettingsGroup.Reset() SettingsGroup.ImportSettings(ISettingsGroup) SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) SettingsGroup.BeginEdit() SettingsGroup.CancelEdit() SettingsGroup.EndEdit() SettingsGroup.GetDefaultValue(string) SettingsGroup.Id SettingsGroup.Parent SettingsGroup.SettingsBundle SettingsGroup.PropertyChanged AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class ProjectSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors ProjectSettings() Declaration public ProjectSettings() Properties ProjectIconPath Setting for icon path Declaration public string ProjectIconPath { get; set; } Property Value Type Description string ProjectOrigin Setting for project origin Declaration public string ProjectOrigin { get; set; } Property Value Type Description string Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class ProjectSettings Settings group, indicating project origin and icon path Inheritance System.Object ProjectSettings Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class ProjectSettings : SettingsGroup Constructors ProjectSettings() Declaration public ProjectSettings() Properties ProjectIconPath Setting for icon path Declaration public string ProjectIconPath { get; set; } Property Value Type Description System.String ProjectOrigin Setting for project origin Declaration public string ProjectOrigin { get; set; } Property Value Type Description System.String" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.html", "title": "Class ProjectTranslationMemoryTaskSettings", - "keywords": "Class ProjectTranslationMemoryTaskSettings Settings group class for the Project TM automatic task settings. Inheritance object AbstractSettingsGroupBase SettingsGroup ProjectTranslationMemoryTaskSettings Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) SettingsGroup.CollectSettings(ISettingsGroup, List) SettingsGroup.OnInit(ISettingsBundle) SettingsGroup.ContainsSetting(string) SettingsGroup.GetSettingIds() SettingsGroup.GetSetting(string) SettingsGroup.GetSetting(string, out Setting) SettingsGroup.GetSetting(string, out T) SettingsGroup.GetSetting(string, T) SettingsGroup.RemoveSetting(string) SettingsGroup.Reset() SettingsGroup.ImportSettings(ISettingsGroup) SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) SettingsGroup.BeginEdit() SettingsGroup.CancelEdit() SettingsGroup.EndEdit() SettingsGroup.Id SettingsGroup.Parent SettingsGroup.SettingsBundle SettingsGroup.PropertyChanged AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class ProjectTranslationMemoryTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors ProjectTranslationMemoryTaskSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead. Declaration public ProjectTranslationMemoryTaskSettings() Properties CreateServerBasedProjectTranslationMemories Determines whether to create server-based project translation memories. Declaration public Setting CreateServerBasedProjectTranslationMemories { get; } Property Value Type Description Setting bool ParentResourceGroupPath ParentResourceGroupPath represents the parent source group path; location path. Declaration public Setting ParentResourceGroupPath { get; } Property Value Type Description Setting string ServerConnectionUri The server URI of the TM Server on which to create project translation memories. Should be of the form \"http(s)://HOSTNAME:PORT\". Declaration public Setting ServerConnectionUri { get; } Property Value Type Description Setting string TranslationMemoryContainerName TranslationMemoryContainerName represents the translation memory container name; container name. Declaration public Setting TranslationMemoryContainerName { get; } Property Value Type Description Setting string Methods GetDefaultValue(string) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description string settingId The setting id. Returns Type Description object The default value. Overrides SettingsGroup.GetDefaultValue(string) Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class ProjectTranslationMemoryTaskSettings Settings group class for the Project TM automatic task settings. Inheritance System.Object ProjectTranslationMemoryTaskSettings Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class ProjectTranslationMemoryTaskSettings : SettingsGroup Constructors ProjectTranslationMemoryTaskSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead. Declaration public ProjectTranslationMemoryTaskSettings() Properties CreateServerBasedProjectTranslationMemories Determines whether to create server-based project translation memories. Declaration public Setting CreateServerBasedProjectTranslationMemories { get; } Property Value Type Description Setting < System.Boolean > ParentResourceGroupPath ParentResourceGroupPath represents the parent source group path; location path. Declaration public Setting ParentResourceGroupPath { get; } Property Value Type Description Setting < System.String > ServerConnectionUri The server URI of the TM Server on which to create project translation memories. Should be of the form \"http(s)://HOSTNAME:PORT\". Declaration public Setting ServerConnectionUri { get; } Property Value Type Description Setting < System.String > TranslationMemoryContainerName TranslationMemoryContainerName represents the translation memory container name; container name. Declaration public Setting TranslationMemoryContainerName { get; } Property Value Type Description Setting < System.String > Methods GetDefaultValue(String) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description System.String settingId The setting id. Returns Type Description System.Object The default value." }, "api/projectautomation/Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.html", "title": "Class PseudoTranslateSettings", - "keywords": "Class PseudoTranslateSettings Settings group class for the Pseudo-translate automatic task settings. Inheritance object AbstractSettingsGroupBase SettingsGroup PseudoTranslateSettings Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) SettingsGroup.CollectSettings(ISettingsGroup, List) SettingsGroup.OnInit(ISettingsBundle) SettingsGroup.ContainsSetting(string) SettingsGroup.GetSettingIds() SettingsGroup.GetSetting(string) SettingsGroup.GetSetting(string, out Setting) SettingsGroup.GetSetting(string, out T) SettingsGroup.GetSetting(string, T) SettingsGroup.RemoveSetting(string) SettingsGroup.Reset() SettingsGroup.ImportSettings(ISettingsGroup) SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) SettingsGroup.BeginEdit() SettingsGroup.CancelEdit() SettingsGroup.EndEdit() SettingsGroup.Id SettingsGroup.Parent SettingsGroup.SettingsBundle SettingsGroup.PropertyChanged AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class PseudoTranslateSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors PseudoTranslateSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead. Declaration public PseudoTranslateSettings() Properties AppendEnd If true , the string specified by AppendEndString will be appended to the end of each pseudo-translated string. Declaration public Setting AppendEnd { get; } Property Value Type Description Setting bool AppendEndString The string that will be appended to the end of each pseudo-translation, if AppendEnd is true. Declaration public Setting AppendEndString { get; } Property Value Type Description Setting string AppendStart If true , the string specified by AppendStartString will be appended to the start of each pseudo-translated string. Declaration public Setting AppendStart { get; } Property Value Type Description Setting bool AppendStartString The string that will be appended to the start of each pseudo-translation, if AppendStart is true. Declaration public Setting AppendStartString { get; } Property Value Type Description Setting string AppendToUnit Whether to append AppendStartString and AppendEndString to each segment, or to each paragraph. Declaration public Setting AppendToUnit { get; } Property Value Type Description Setting AppendToUnitType DeterministicPseudoTranslation When generating pseudo-translations using the internal dictionaries, if this setting is true then the same translations will be generated every time pseudo-translate is run. Otherwise, random words will be used. Declaration public Setting DeterministicPseudoTranslation { get; } Property Value Type Description Setting bool ExpansionLimit The factor by which the length of pseudo-translated content will differ to the source content. For example 1.3 would mean the pseudo-translations would be 30% longer than the source text. Declaration public Setting ExpansionLimit { get; } Property Value Type Description Setting double UseDictionary If true , internal dictionaries will be used to generate content in the target language. If a dictionary is not available for the target language, the English dictionary will be used. If false , dollar signs will be used to represent characters in the pseudo-translations. Declaration public Setting UseDictionary { get; } Property Value Type Description Setting bool Methods GetDefaultValue(string) Gets the default value for the sepcified settings. Always returns null. Override this method in extending classes to define default setting values. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description string settingId The setting id. Returns Type Description object The default value, or null if no default value is available. Overrides SettingsGroup.GetDefaultValue(string) Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class PseudoTranslateSettings Settings group class for the Pseudo-translate automatic task settings. Inheritance System.Object PseudoTranslateSettings Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class PseudoTranslateSettings : SettingsGroup Constructors PseudoTranslateSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead. Declaration public PseudoTranslateSettings() Properties AppendEnd If true , the string specified by AppendEndString will be appended to the end of each pseudo-translated string. Declaration public Setting AppendEnd { get; } Property Value Type Description Setting < System.Boolean > AppendEndString The string that will be appended to the end of each pseudo-translation, if AppendEnd is true. Declaration public Setting AppendEndString { get; } Property Value Type Description Setting < System.String > AppendStart If true , the string specified by AppendStartString will be appended to the start of each pseudo-translated string. Declaration public Setting AppendStart { get; } Property Value Type Description Setting < System.Boolean > AppendStartString The string that will be appended to the start of each pseudo-translation, if AppendStart is true. Declaration public Setting AppendStartString { get; } Property Value Type Description Setting < System.String > AppendToUnit Whether to append AppendStartString and AppendEndString to each segment, or to each paragraph. Declaration public Setting AppendToUnit { get; } Property Value Type Description Setting < AppendToUnitType > DeterministicPseudoTranslation When generating pseudo-translations using the internal dictionaries, if this setting is true then the same translations will be generated every time pseudo-translate is run. Otherwise, random words will be used. Declaration public Setting DeterministicPseudoTranslation { get; } Property Value Type Description Setting < System.Boolean > ExpansionLimit The factor by which the length of pseudo-translated content will differ to the source content. For example 1.3 would mean the pseudo-translations would be 30% longer than the source text. Declaration public Setting ExpansionLimit { get; } Property Value Type Description Setting < System.Double > UseDictionary If true , internal dictionaries will be used to generate content in the target language. If a dictionary is not available for the target language, the English dictionary will be used. If false , dollar signs will be used to represent characters in the pseudo-translations. Declaration public Setting UseDictionary { get; } Property Value Type Description Setting < System.Boolean > Methods GetDefaultValue(String) Gets the default value for the sepcified settings. Always returns null. Override this method in extending classes to define default setting values. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description System.String settingId The setting id. Returns Type Description System.Object The default value, or null if no default value is available." }, "api/projectautomation/Sdl.ProjectAutomation.Settings.ReturningPackageSettings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.ReturningPackageSettings.html", "title": "Class ReturningPackageSettings", - "keywords": "Class ReturningPackageSettings Settings that relate to the return package when the create project package is created. Inheritance object AbstractSettingsGroupBase SettingsGroup ReturningPackageSettings Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) SettingsGroup.CollectSettings(ISettingsGroup, List) SettingsGroup.OnInit(ISettingsBundle) SettingsGroup.ContainsSetting(string) SettingsGroup.GetSettingIds() SettingsGroup.GetSetting(string) SettingsGroup.GetSetting(string, out Setting) SettingsGroup.GetSetting(string, out T) SettingsGroup.GetSetting(string, T) SettingsGroup.RemoveSetting(string) SettingsGroup.Reset() SettingsGroup.ImportSettings(ISettingsGroup) SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) SettingsGroup.BeginEdit() SettingsGroup.CancelEdit() SettingsGroup.EndEdit() SettingsGroup.GetDefaultValue(string) SettingsGroup.Id SettingsGroup.Parent SettingsGroup.SettingsBundle SettingsGroup.PropertyChanged AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class ReturningPackageSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors ReturningPackageSettings() Declaration public ReturningPackageSettings() Properties RunVerificationBeforeReturningPackage Setting that specifies whether the return package should run a verification before creation. Declaration public bool RunVerificationBeforeReturningPackage { get; set; } Property Value Type Description bool Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class ReturningPackageSettings Settings that relate to the return package when the create project package is created. Inheritance System.Object ReturningPackageSettings Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class ReturningPackageSettings : SettingsGroup Constructors ReturningPackageSettings() Declaration public ReturningPackageSettings() Properties RunVerificationBeforeReturningPackage Setting that specifies whether the return package should run a verification before creation. Declaration public bool RunVerificationBeforeReturningPackage { get; set; } Property Value Type Description System.Boolean" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.SourceTrackChangesLookupMode.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.SourceTrackChangesLookupMode.html", "title": "Enum SourceTrackChangesLookupMode", - "keywords": "Enum SourceTrackChangesLookupMode the way to handle segments with source track changes in TM search Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public enum SourceTrackChangesLookupMode Fields Name Description LookupWithTrackChangesAccepted perform lookup with track changes accepted LookupWithTrackChangesRejected perfrom lookup with track changes rejected NoLookup Do not perform lookup" + "keywords": "Enum SourceTrackChangesLookupMode the way to handle segments with source track changes in TM search Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public enum SourceTrackChangesLookupMode Fields Name Description LookupWithTrackChangesAccepted perform lookup with track changes accepted LookupWithTrackChangesRejected perfrom lookup with track changes rejected NoLookup Do not perform lookup" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.TmImportOption.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.TmImportOption.html", "title": "Enum TmImportOption", - "keywords": "Enum TmImportOption Options to specify how the TU should be handled when the same TU already exists in the TM Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public enum TmImportOption Fields Name Description AlwaysAddNewTranslation TU are always added as new TUs. KeepMostRecentTranslation Always keep the most recent TU (based on TU change date). LeaveUnchangedTranslation If true do not import TU's even if target TU's differ. MergeTranslation Merges with the previous version of the translation or adds a new translation if no previous version. OverwriteExistingTranslation Existing translations should be overwritten or not." + "keywords": "Enum TmImportOption Options to specify how the TU should be handled when the same TU already exists in the TM Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public enum TmImportOption Fields Name Description AlwaysAddNewTranslation TU are always added as new TUs. KeepMostRecentTranslation Always keep the most recent TU (based on TU change date). LeaveUnchangedTranslation If true do not import TU's even if target TU's differ. MergeTranslation Merges with the previous version of the translation or adds a new translation if no previous version. OverwriteExistingTranslation Existing translations should be overwritten or not." }, "api/projectautomation/Sdl.ProjectAutomation.Settings.TranslateTaskSettings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.TranslateTaskSettings.html", "title": "Class TranslateTaskSettings", - "keywords": "Class TranslateTaskSettings Settings group class for the Analysis automatic task settings. Inheritance object AbstractSettingsGroupBase SettingsGroup TranslateTaskSettings Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) SettingsGroup.CollectSettings(ISettingsGroup, List) SettingsGroup.OnInit(ISettingsBundle) SettingsGroup.ContainsSetting(string) SettingsGroup.GetSettingIds() SettingsGroup.GetSetting(string) SettingsGroup.GetSetting(string, out Setting) SettingsGroup.GetSetting(string, out T) SettingsGroup.GetSetting(string, T) SettingsGroup.RemoveSetting(string) SettingsGroup.Reset() SettingsGroup.ImportSettings(ISettingsGroup) SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) SettingsGroup.BeginEdit() SettingsGroup.CancelEdit() SettingsGroup.EndEdit() SettingsGroup.Id SettingsGroup.Parent SettingsGroup.SettingsBundle SettingsGroup.PropertyChanged AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class TranslateTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors TranslateTaskSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead. Declaration public TranslateTaskSettings() Properties ConfirmAfterApplyingExactMatch Gets the setting that specifies whether exact matches should be auto-confirmed. Default: true . Declaration public Setting ConfirmAfterApplyingExactMatch { get; } Property Value Type Description Setting bool ConfirmAfterApplyingInContextExactMatch Gets the setting that specifies whether in context exact matches should be auto-confirmed. Default: true . Declaration public Setting ConfirmAfterApplyingInContextExactMatch { get; } Property Value Type Description Setting bool CreateReport Gets the setting that flags whether a report should be generated. Default: true . Declaration public Setting CreateReport { get; } Property Value Type Description Setting bool LockContextMatchSegments Gets the setting that specifies whether context matches should be locked. Default: true . Declaration public Setting LockContextMatchSegments { get; } Property Value Type Description Setting bool LockExactMatchSegments Gets the setting that specifies whether 100% matches should be locked. Default: true . Declaration public Setting LockExactMatchSegments { get; } Property Value Type Description Setting bool MinimumMatchScore Gets the setting that specifies the minimum match value when applying the translation memories, or matches from other providers. Default: 100. Declaration public Setting MinimumMatchScore { get; } Property Value Type Description Setting int NoTranslationMemoryMatchFoundAction Gets the setting that flags whether the source should be copied to the target if no match is found. Default: LeaveEmpty . Declaration public Setting NoTranslationMemoryMatchFoundAction { get; } Property Value Type Description Setting NoTranslationMemoryMatchFoundAction OverwritePerfectMatch Gets the setting that specifies whether exsting PerfectMatch translations are overwritten when the TranslationOverwriteMode TranslationOverwriteMode setting is set to OverwriteExistingTranslation . Default false . Declaration public Setting OverwritePerfectMatch { get; } Property Value Type Description Setting bool TranslationOverwriteMode Gets the setting that specifies whether existing translations should be kept or overwritten in the document. Default: OverwriteExistingTranslationIfBetterMatch. Declaration public Setting TranslationOverwriteMode { get; } Property Value Type Description Setting TranslationUpdateMode Methods GetDefaultValue(string) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description string settingId The setting id. Returns Type Description object The default value. Overrides SettingsGroup.GetDefaultValue(string) Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class TranslateTaskSettings Settings group class for the Analysis automatic task settings. Inheritance System.Object TranslateTaskSettings Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class TranslateTaskSettings : SettingsGroup Constructors TranslateTaskSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead. Declaration public TranslateTaskSettings() Properties ConfirmAfterApplyingExactMatch Gets the setting that specifies whether exact matches should be auto-confirmed. Default: true . Declaration public Setting ConfirmAfterApplyingExactMatch { get; } Property Value Type Description Setting < System.Boolean > ConfirmAfterApplyingInContextExactMatch Gets the setting that specifies whether in context exact matches should be auto-confirmed. Default: true . Declaration public Setting ConfirmAfterApplyingInContextExactMatch { get; } Property Value Type Description Setting < System.Boolean > CreateReport Gets the setting that flags whether a report should be generated. Default: true . Declaration public Setting CreateReport { get; } Property Value Type Description Setting < System.Boolean > LockContextMatchSegments Gets the setting that specifies whether context matches should be locked. Default: true . Declaration public Setting LockContextMatchSegments { get; } Property Value Type Description Setting < System.Boolean > LockExactMatchSegments Gets the setting that specifies whether 100% matches should be locked. Default: true . Declaration public Setting LockExactMatchSegments { get; } Property Value Type Description Setting < System.Boolean > MinimumMatchScore Gets the setting that specifies the minimum match value when applying the translation memories, or matches from other providers. Default: 100. Declaration public Setting MinimumMatchScore { get; } Property Value Type Description Setting < System.Int32 > NoTranslationMemoryMatchFoundAction Gets the setting that flags whether the source should be copied to the target if no match is found. Default: LeaveEmpty . Declaration public Setting NoTranslationMemoryMatchFoundAction { get; } Property Value Type Description Setting < NoTranslationMemoryMatchFoundAction > OverwritePerfectMatch Gets the setting that specifies whether exsting PerfectMatch translations are overwritten when the TranslationOverwriteMode TranslationOverwriteMode setting is set to OverwriteExistingTranslation . Default false . Declaration public Setting OverwritePerfectMatch { get; } Property Value Type Description Setting < System.Boolean > TranslationOverwriteMode Gets the setting that specifies whether existing translations should be kept or overwritten in the document. Default: OverwriteExistingTranslationIfBetterMatch. Declaration public Setting TranslationOverwriteMode { get; } Property Value Type Description Setting < TranslationUpdateMode > Methods GetDefaultValue(String) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description System.String settingId The setting id. Returns Type Description System.Object The default value." }, "api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationCountSettings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationCountSettings.html", "title": "Class TranslationCountSettings", - "keywords": "Class TranslationCountSettings Settings group class for the Translation count automatic task settings. Inheritance object AbstractSettingsGroupBase SettingsGroup TranslationCountSettings Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) SettingsGroup.CollectSettings(ISettingsGroup, List) SettingsGroup.OnInit(ISettingsBundle) SettingsGroup.ContainsSetting(string) SettingsGroup.GetSettingIds() SettingsGroup.GetSetting(string) SettingsGroup.GetSetting(string, out Setting) SettingsGroup.GetSetting(string, out T) SettingsGroup.GetSetting(string, T) SettingsGroup.RemoveSetting(string) SettingsGroup.Reset() SettingsGroup.ImportSettings(ISettingsGroup) SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) SettingsGroup.BeginEdit() SettingsGroup.CancelEdit() SettingsGroup.EndEdit() SettingsGroup.Id SettingsGroup.Parent SettingsGroup.SettingsBundle SettingsGroup.PropertyChanged AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class TranslationCountSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors TranslationCountSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead. Declaration public TranslationCountSettings() Properties CreateReport Gets the setting that flags whether a report should be generated. Default: true . Declaration public Setting CreateReport { get; } Property Value Type Description Setting bool Methods GetDefaultValue(string) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description string settingId The setting id. Returns Type Description object The default value. Overrides SettingsGroup.GetDefaultValue(string) Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class TranslationCountSettings Settings group class for the Translation count automatic task settings. Inheritance System.Object TranslationCountSettings Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class TranslationCountSettings : SettingsGroup Constructors TranslationCountSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead. Declaration public TranslationCountSettings() Properties CreateReport Gets the setting that flags whether a report should be generated. Default: true . Declaration public Setting CreateReport { get; } Property Value Type Description Setting < System.Boolean > Methods GetDefaultValue(String) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description System.String settingId The setting id. Returns Type Description System.Object The default value." }, "api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemorySettings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemorySettings.html", "title": "Class TranslationMemorySettings", - "keywords": "Class TranslationMemorySettings Settings group class for translation memory settings. Inheritance object AbstractSettingsGroupBase SettingsGroup TranslationMemorySettings Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) SettingsGroup.CollectSettings(ISettingsGroup, List) SettingsGroup.OnInit(ISettingsBundle) SettingsGroup.ContainsSetting(string) SettingsGroup.GetSettingIds() SettingsGroup.GetSetting(string) SettingsGroup.GetSetting(string, out Setting) SettingsGroup.GetSetting(string, out T) SettingsGroup.GetSetting(string, T) SettingsGroup.RemoveSetting(string) SettingsGroup.Reset() SettingsGroup.ImportSettings(ISettingsGroup) SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) SettingsGroup.BeginEdit() SettingsGroup.CancelEdit() SettingsGroup.EndEdit() SettingsGroup.Id SettingsGroup.Parent SettingsGroup.SettingsBundle SettingsGroup.PropertyChanged AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class TranslationMemorySettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors TranslationMemorySettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead. Declaration public TranslationMemorySettings() Properties AlignmentPenalty Gets or set the penalty applied for a TU originating from alignment Declaration public Setting AlignmentPenalty { get; } Property Value Type Description Setting int AutoLocalizationPenalty Gets or set the penalty applied when auto localization took place to create a translation proposal. Default: 0. Declaration public Setting AutoLocalizationPenalty { get; } Property Value Type Description Setting int CharacterWidthDifferencePenalty Gets or set the penalty applied for a TU originating from character-width difference Declaration public Setting CharacterWidthDifferencePenalty { get; } Property Value Type Description Setting int CharacterWidthDifferencePenaltyEnabled Setting which determines whether the character-width difference penalty is applied Declaration public Setting CharacterWidthDifferencePenaltyEnabled { get; } Property Value Type Description Setting bool ConcordanceMaximumResults Gets or set the concordance search maximum number of search results. Default: 30. Declaration public Setting ConcordanceMaximumResults { get; } Property Value Type Description Setting int ConcordanceMinimumMatchValue Gets or set the concordance search minimum match value. Default: 70. Declaration public Setting ConcordanceMinimumMatchValue { get; } Property Value Type Description Setting int DTAMinimumMatchLengthWords Gets or set the translation minimum match value. Default: 3. Declaration public Setting DTAMinimumMatchLengthWords { get; } Property Value Type Description Setting int DTAMinimumSignificantWordsInMatch Gets or set the translation minimum match value. Default: 3. Declaration public Setting DTAMinimumSignificantWordsInMatch { get; } Property Value Type Description Setting int DatesAutoLocalizationEnabled Gets or sets whether dates should be auto-localized when performing translations. Default: true . Declaration public Setting DatesAutoLocalizationEnabled { get; } Property Value Type Description Setting bool DifferentFormattingPenalty Gets or set the penalty applied when the formatting present in the translation unit differs from the formatting present in the document segment. Default: 1. Declaration public Setting DifferentFormattingPenalty { get; } Property Value Type Description Setting int EnablePartialSubsegmentMatching Specify whether or not the full subsegment matching is enabled Declaration public Setting EnablePartialSubsegmentMatching { get; } Property Value Type Description Setting bool Filters Gets the filters applied when searching. The specified penalty will be applied to results that do not match the corresponding filter. Declaration public Setting> Filters { get; } Property Value Type Description Setting List Filter HardFilter Gets or sets the hard filter applied when searching. Only result that meet the specified filter criteria will be returned. Declaration public Setting HardFilter { get; } Property Value Type Description Setting FilterExpression LongDatePattern Gets the long date pattern for auto-localization. The default is null , which means the default long date pattern for the corresponding target language will be used. Declaration public Setting LongDatePattern { get; } Property Value Type Description Setting string LongTimePattern Gets the long time pattern for auto-localization. The default is null , which means the default long time pattern for the corresponding target language will be used. Declaration public Setting LongTimePattern { get; } Property Value Type Description Setting string MeasurementsAutoLocalizationEnabled Gets or sets whether measurements should be auto-localized when performing translations. Default: true . Declaration public Setting MeasurementsAutoLocalizationEnabled { get; } Property Value Type Description Setting bool MeasurementsFormattingCustomSpace Gets or sets the unit separator char, which must be a whitespace char or the null character (\\0). The default is a standard space character. Declaration public Setting MeasurementsFormattingCustomSpace { get; } Property Value Type Description Setting char MeasurementsFormattingMode Gets the measurements formatting mode. The default is Auto_FromDocument . Declaration public Setting MeasurementsFormattingMode { get; } Property Value Type Description Setting MeasurementsFormattingMode MissingFormattingPenalty Gets or set the penalty applied when no formatting is present in the translation unit. Default: 1. Declaration public Setting MissingFormattingPenalty { get; } Property Value Type Description Setting int MultipleTranslationsPenalty Gets or set the penalty applied when multiple translations are found. Default: 1. Declaration public Setting MultipleTranslationsPenalty { get; } Property Value Type Description Setting int NumbersAutoLocalizationEnabled Gets or sets whether numbers should be auto-localized when performing translations. Default: true . Declaration public Setting NumbersAutoLocalizationEnabled { get; } Property Value Type Description Setting bool ProjectSettings Gets or sets the project settings applied when updating the translation memory. These field values will be merged with the existing field values in case a translation unit is updated. Declaration public Setting ProjectSettings { get; } Property Value Type Description Setting FieldValues ShortDatePattern Gets the short date pattern for auto-localization. The default is null , which means the default short date pattern for the corresponding target language will be used. Declaration public Setting ShortDatePattern { get; } Property Value Type Description Setting string ShortTimePattern Gets the short time pattern for auto-localization. The default is null , which means the default short time pattern for the corresponding target language will be used. Declaration public Setting ShortTimePattern { get; } Property Value Type Description Setting string SourceTrackChangesLookupMode Gets or set how to handle the segments with source track changes Declaration public Setting SourceTrackChangesLookupMode { get; } Property Value Type Description Setting SourceTrackChangesLookupMode StopSearchingWhenResultsFound Gets or sets whether to stop searching when results have been found. Declaration public Setting StopSearchingWhenResultsFound { get; } Property Value Type Description Setting bool Remarks \"Stop searching\" means that the cascade will not search the next translation provider when results have been found in the current translation provider. TDBMinimumMatchLengthWords Gets or set the translation minimum match value. Default: 2. Declaration public Setting TDBMinimumMatchLengthWords { get; } Property Value Type Description Setting int TDBMinimumSignificantWordsInMatch Gets or set the translation minimum match value. Default: 2. Declaration public Setting TDBMinimumSignificantWordsInMatch { get; } Property Value Type Description Setting int TextReplacementPenalty Gets or set the penalty applied when variable auto-substitutions applied, or text placeholder values copied from the document tag into the translation proposal. Default: 0. Declaration public Setting TextReplacementPenalty { get; } Property Value Type Description Setting int TimesAutoLocalizationEnabled Gets or sets whether times should be auto-localized when performing translations. Default: true . Declaration public Setting TimesAutoLocalizationEnabled { get; } Property Value Type Description Setting bool TranslationFullSearch Gets or set the setting which states whether to search for fuzzy matches even if an exact match is found. Default: false . Declaration public Setting TranslationFullSearch { get; } Property Value Type Description Setting bool TranslationMaximumResults Gets or set the translation maximum number of search results. default: 5. Declaration public Setting TranslationMaximumResults { get; } Property Value Type Description Setting int TranslationMinimumMatchValue Gets or set the translation minimum match value. Default: 70. Declaration public Setting TranslationMinimumMatchValue { get; } Property Value Type Description Setting int VariablesAutoLocalizationEnabled Gets or sets whether variables should be auto-localized when performing translations. Default: true . Declaration public Setting VariablesAutoLocalizationEnabled { get; } Property Value Type Description Setting bool Methods CreateAutoLocalizationSettings(CultureCode) Creates an AutoLocalizationSettings object based on the settings stored in this settings group. This can be used as part of the SearchSettings specified when performing translation memory look-ups. Declaration public AutoLocalizationSettings CreateAutoLocalizationSettings(CultureCode targetLanguage) Parameters Type Name Description CultureCode targetLanguage The target language for which to create the auto-localization settings. This is only used to determine the default date and time patterns in case these have not been specified explicitly. Returns Type Description AutoLocalizationSettings An AutoLocalizationSettings object. CreateConcordanceSearchSettings(CultureCode) Creates a SearchSettings object based on the setting values in this settings group, to be used for concordance search. Declaration public SearchSettings CreateConcordanceSearchSettings(CultureCode targetLanguage) Parameters Type Name Description CultureCode targetLanguage Returns Type Description SearchSettings A SearchSettings object CreateSubsegmentRecallSearchSettings(SearchSettings) Creates a SearchSettings object based on the setting values in this settings group, to be used for subsegment recall searches. Declaration public SubsegmentSearchSettings CreateSubsegmentRecallSearchSettings(SearchSettings searchSettings) Parameters Type Name Description SearchSettings searchSettings Returns Type Description SubsegmentSearchSettings CreateTranslationSearchSettings(CultureCode) Creates a SearchSettings object based on the setting values in this settings group, to use for standard segment search. Declaration public SearchSettings CreateTranslationSearchSettings(CultureCode targetLanguage) Parameters Type Name Description CultureCode targetLanguage Returns Type Description SearchSettings A SearchSettings object based on the setting values in this settings group, to use for standard segment search. CreateTranslationSearchSettingsWithoutFilters(CultureCode) Creates a SearchSettings object based on the setting values in this settings group, to use for standard segment search without filters. Declaration public SearchSettings CreateTranslationSearchSettingsWithoutFilters(CultureCode targetLanguage) Parameters Type Name Description CultureCode targetLanguage Returns Type Description SearchSettings A SearchSettings object. GetDefaultLongDatePattern(CultureCode) Gets the default long date pattern for the specified target language. This is used within the auto-localization settings when no specific long date pattern has been specified in LongDatePattern . Declaration public string GetDefaultLongDatePattern(CultureCode targetLanguage) Parameters Type Name Description CultureCode targetLanguage The target language. Returns Type Description string The long date pattern format string. GetDefaultLongTimePattern(CultureCode) Gets the default long time pattern for the specified target language. This is used within the auto-localization settings when no specific long time pattern has been specified in LongTimePattern . Declaration public string GetDefaultLongTimePattern(CultureCode targetLanguage) Parameters Type Name Description CultureCode targetLanguage The target language. Returns Type Description string The long time pattern format string. GetDefaultShortDatePattern(CultureCode) Gets the default short date pattern for the specified target language. This is used within the auto-localization settings when no specific short date pattern has been specified in ShortDatePattern . Declaration public string GetDefaultShortDatePattern(CultureCode targetLanguage) Parameters Type Name Description CultureCode targetLanguage The target language. Returns Type Description string The short date pattern format string. GetDefaultShortTimePattern(CultureCode) Gets the default short time pattern for the specified target language. This is used within the auto-localization settings when no specific short time pattern has been specified in ShortTimePattern . Declaration public string GetDefaultShortTimePattern(CultureCode targetLanguage) Parameters Type Name Description CultureCode targetLanguage The target language. Returns Type Description string The short time pattern format string. GetDefaultValue(string) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description string settingId The setting id. Returns Type Description object A SearchSettings object Overrides SettingsGroup.GetDefaultValue(string) Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class TranslationMemorySettings Settings group class for translation memory settings. Inheritance System.Object TranslationMemorySettings Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class TranslationMemorySettings : SettingsGroup Constructors TranslationMemorySettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead. Declaration public TranslationMemorySettings() Properties AlignmentPenalty Gets or set the penalty applied for a TU originating from alignment Declaration public Setting AlignmentPenalty { get; } Property Value Type Description Setting < System.Int32 > AutoLocalizationPenalty Gets or set the penalty applied when auto localization took place to create a translation proposal. Default: 0. Declaration public Setting AutoLocalizationPenalty { get; } Property Value Type Description Setting < System.Int32 > CharacterWidthDifferencePenalty Gets or set the penalty applied for a TU originating from character-width difference Declaration public Setting CharacterWidthDifferencePenalty { get; } Property Value Type Description Setting < System.Int32 > CharacterWidthDifferencePenaltyEnabled Setting which determines whether the character-width difference penalty is applied Declaration public Setting CharacterWidthDifferencePenaltyEnabled { get; } Property Value Type Description Setting < System.Boolean > ConcordanceMaximumResults Gets or set the concordance search maximum number of search results. Default: 30. Declaration public Setting ConcordanceMaximumResults { get; } Property Value Type Description Setting < System.Int32 > ConcordanceMinimumMatchValue Gets or set the concordance search minimum match value. Default: 70. Declaration public Setting ConcordanceMinimumMatchValue { get; } Property Value Type Description Setting < System.Int32 > DatesAutoLocalizationEnabled Gets or sets whether dates should be auto-localized when performing translations. Default: true . Declaration public Setting DatesAutoLocalizationEnabled { get; } Property Value Type Description Setting < System.Boolean > DifferentFormattingPenalty Gets or set the penalty applied when the formatting present in the translation unit differs from the formatting present in the document segment. Default: 1. Declaration public Setting DifferentFormattingPenalty { get; } Property Value Type Description Setting < System.Int32 > DTAMinimumMatchLengthWords Gets or set the translation minimum match value. Default: 3. Declaration public Setting DTAMinimumMatchLengthWords { get; } Property Value Type Description Setting < System.Int32 > DTAMinimumSignificantWordsInMatch Gets or set the translation minimum match value. Default: 3. Declaration public Setting DTAMinimumSignificantWordsInMatch { get; } Property Value Type Description Setting < System.Int32 > EnablePartialSubsegmentMatching Specify whether or not the full subsegment matching is enabled Declaration public Setting EnablePartialSubsegmentMatching { get; } Property Value Type Description Setting < System.Boolean > Filters Gets the filters applied when searching. The specified penalty will be applied to results that do not match the corresponding filter. Declaration public Setting> Filters { get; } Property Value Type Description Setting < System.Collections.Generic.List < Filter >> HardFilter Gets or sets the hard filter applied when searching. Only result that meet the specified filter criteria will be returned. Declaration public Setting HardFilter { get; } Property Value Type Description Setting < FilterExpression > LongDatePattern Gets the long date pattern for auto-localization. The default is null , which means the default long date pattern for the corresponding target language will be used. Declaration public Setting LongDatePattern { get; } Property Value Type Description Setting < System.String > LongTimePattern Gets the long time pattern for auto-localization. The default is null , which means the default long time pattern for the corresponding target language will be used. Declaration public Setting LongTimePattern { get; } Property Value Type Description Setting < System.String > MeasurementsAutoLocalizationEnabled Gets or sets whether measurements should be auto-localized when performing translations. Default: true . Declaration public Setting MeasurementsAutoLocalizationEnabled { get; } Property Value Type Description Setting < System.Boolean > MeasurementsFormattingCustomSpace Gets or sets the unit separator char, which must be a whitespace char or the null character (\\0). The default is a standard space character. Declaration public Setting MeasurementsFormattingCustomSpace { get; } Property Value Type Description Setting < System.Char > MeasurementsFormattingMode Gets the measurements formatting mode. The default is Auto_FromDocument . Declaration public Setting MeasurementsFormattingMode { get; } Property Value Type Description Setting < MeasurementsFormattingMode > MissingFormattingPenalty Gets or set the penalty applied when no formatting is present in the translation unit. Default: 1. Declaration public Setting MissingFormattingPenalty { get; } Property Value Type Description Setting < System.Int32 > MultipleTranslationsPenalty Gets or set the penalty applied when multiple translations are found. Default: 1. Declaration public Setting MultipleTranslationsPenalty { get; } Property Value Type Description Setting < System.Int32 > NumbersAutoLocalizationEnabled Gets or sets whether numbers should be auto-localized when performing translations. Default: true . Declaration public Setting NumbersAutoLocalizationEnabled { get; } Property Value Type Description Setting < System.Boolean > ProjectSettings Gets or sets the project settings applied when updating the translation memory. These field values will be merged with the existing field values in case a translation unit is updated. Declaration public Setting ProjectSettings { get; } Property Value Type Description Setting < FieldValues > ShortDatePattern Gets the short date pattern for auto-localization. The default is null , which means the default short date pattern for the corresponding target language will be used. Declaration public Setting ShortDatePattern { get; } Property Value Type Description Setting < System.String > ShortTimePattern Gets the short time pattern for auto-localization. The default is null , which means the default short time pattern for the corresponding target language will be used. Declaration public Setting ShortTimePattern { get; } Property Value Type Description Setting < System.String > SourceTrackChangesLookupMode Gets or set how to handle the segments with source track changes Declaration public Setting SourceTrackChangesLookupMode { get; } Property Value Type Description Setting < SourceTrackChangesLookupMode > StopSearchingWhenResultsFound Gets or sets whether to stop searching when results have been found. Declaration public Setting StopSearchingWhenResultsFound { get; } Property Value Type Description Setting < System.Boolean > Remarks \"Stop searching\" means that the cascade will not search the next translation provider when results have been found in the current translation provider. TDBMinimumMatchLengthWords Gets or set the translation minimum match value. Default: 2. Declaration public Setting TDBMinimumMatchLengthWords { get; } Property Value Type Description Setting < System.Int32 > TDBMinimumSignificantWordsInMatch Gets or set the translation minimum match value. Default: 2. Declaration public Setting TDBMinimumSignificantWordsInMatch { get; } Property Value Type Description Setting < System.Int32 > TextReplacementPenalty Gets or set the penalty applied when variable auto-substitutions applied, or text placeholder values copied from the document tag into the translation proposal. Default: 0. Declaration public Setting TextReplacementPenalty { get; } Property Value Type Description Setting < System.Int32 > TimesAutoLocalizationEnabled Gets or sets whether times should be auto-localized when performing translations. Default: true . Declaration public Setting TimesAutoLocalizationEnabled { get; } Property Value Type Description Setting < System.Boolean > TranslationFullSearch Gets or set the setting which states whether to search for fuzzy matches even if an exact match is found. Default: false . Declaration public Setting TranslationFullSearch { get; } Property Value Type Description Setting < System.Boolean > TranslationMaximumResults Gets or set the translation maximum number of search results. default: 5. Declaration public Setting TranslationMaximumResults { get; } Property Value Type Description Setting < System.Int32 > TranslationMinimumMatchValue Gets or set the translation minimum match value. Default: 70. Declaration public Setting TranslationMinimumMatchValue { get; } Property Value Type Description Setting < System.Int32 > VariablesAutoLocalizationEnabled Gets or sets whether variables should be auto-localized when performing translations. Default: true . Declaration public Setting VariablesAutoLocalizationEnabled { get; } Property Value Type Description Setting < System.Boolean > Methods CreateAutoLocalizationSettings(CultureCode) Creates an AutoLocalizationSettings object based on the settings stored in this settings group. This can be used as part of the SearchSettings specified when performing translation memory look-ups. Declaration public AutoLocalizationSettings CreateAutoLocalizationSettings(CultureCode targetLanguage) Parameters Type Name Description Sdl.Core.Globalization.CultureCode targetLanguage The target language for which to create the auto-localization settings. This is only used to determine the default date and time patterns in case these have not been specified explicitly. Returns Type Description AutoLocalizationSettings An AutoLocalizationSettings object. CreateConcordanceSearchSettings(CultureCode) Creates a SearchSettings object based on the setting values in this settings group, to be used for concordance search. Declaration public SearchSettings CreateConcordanceSearchSettings(CultureCode targetLanguage) Parameters Type Name Description Sdl.Core.Globalization.CultureCode targetLanguage Returns Type Description SearchSettings A SearchSettings object CreateSubsegmentRecallSearchSettings(SearchSettings) Creates a SearchSettings object based on the setting values in this settings group, to be used for subsegment recall searches. Declaration public SubsegmentSearchSettings CreateSubsegmentRecallSearchSettings(SearchSettings searchSettings) Parameters Type Name Description SearchSettings searchSettings Returns Type Description SubsegmentSearchSettings CreateTranslationSearchSettings(CultureCode) Creates a SearchSettings object based on the setting values in this settings group, to use for standard segment search. Declaration public SearchSettings CreateTranslationSearchSettings(CultureCode targetLanguage) Parameters Type Name Description Sdl.Core.Globalization.CultureCode targetLanguage Returns Type Description SearchSettings A SearchSettings object based on the setting values in this settings group, to use for standard segment search. CreateTranslationSearchSettingsWithoutFilters(CultureCode) Creates a SearchSettings object based on the setting values in this settings group, to use for standard segment search without filters. Declaration public SearchSettings CreateTranslationSearchSettingsWithoutFilters(CultureCode targetLanguage) Parameters Type Name Description Sdl.Core.Globalization.CultureCode targetLanguage Returns Type Description SearchSettings A SearchSettings object. GetDefaultLongDatePattern(CultureCode) Gets the default long date pattern for the specified target language. This is used within the auto-localization settings when no specific long date pattern has been specified in LongDatePattern . Declaration public string GetDefaultLongDatePattern(CultureCode targetLanguage) Parameters Type Name Description Sdl.Core.Globalization.CultureCode targetLanguage The target language. Returns Type Description System.String The long date pattern format string. GetDefaultLongTimePattern(CultureCode) Gets the default long time pattern for the specified target language. This is used within the auto-localization settings when no specific long time pattern has been specified in LongTimePattern . Declaration public string GetDefaultLongTimePattern(CultureCode targetLanguage) Parameters Type Name Description Sdl.Core.Globalization.CultureCode targetLanguage The target language. Returns Type Description System.String The long time pattern format string. GetDefaultShortDatePattern(CultureCode) Gets the default short date pattern for the specified target language. This is used within the auto-localization settings when no specific short date pattern has been specified in ShortDatePattern . Declaration public string GetDefaultShortDatePattern(CultureCode targetLanguage) Parameters Type Name Description Sdl.Core.Globalization.CultureCode targetLanguage The target language. Returns Type Description System.String The short date pattern format string. GetDefaultShortTimePattern(CultureCode) Gets the default short time pattern for the specified target language. This is used within the auto-localization settings when no specific short time pattern has been specified in ShortTimePattern . Declaration public string GetDefaultShortTimePattern(CultureCode targetLanguage) Parameters Type Name Description Sdl.Core.Globalization.CultureCode targetLanguage The target language. Returns Type Description System.String The short time pattern format string. GetDefaultValue(String) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description System.String settingId The setting id. Returns Type Description System.Object A SearchSettings object" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.html", "title": "Class TranslationMemoryUpdateTaskSettings", - "keywords": "Class TranslationMemoryUpdateTaskSettings Settings group class for the Analysis automatic task settings. Inheritance object AbstractSettingsGroupBase SettingsGroup TranslationMemoryUpdateTaskSettings Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) SettingsGroup.CollectSettings(ISettingsGroup, List) SettingsGroup.OnInit(ISettingsBundle) SettingsGroup.ContainsSetting(string) SettingsGroup.GetSettingIds() SettingsGroup.GetSetting(string) SettingsGroup.GetSetting(string, out Setting) SettingsGroup.GetSetting(string, out T) SettingsGroup.GetSetting(string, T) SettingsGroup.RemoveSetting(string) SettingsGroup.Reset() SettingsGroup.ImportSettings(ISettingsGroup) SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) SettingsGroup.BeginEdit() SettingsGroup.CancelEdit() SettingsGroup.EndEdit() SettingsGroup.Id SettingsGroup.Parent SettingsGroup.SettingsBundle SettingsGroup.PropertyChanged AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class TranslationMemoryUpdateTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors TranslationMemoryUpdateTaskSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead. Declaration public TranslationMemoryUpdateTaskSettings() Properties CreateReport Gets the setting that flags whether a report should be generated. Default: false . Declaration public Setting CreateReport { get; } Property Value Type Description Setting bool TmImportOptions Options to handle the TU if the same TU already exists in the TM Declaration public Setting TmImportOptions { get; } Property Value Type Description Setting TmImportOption UpdateWithApprovedSignOffSegments Gets the setting that states whether the translation memories should be updated with 'Approved Sign Off' segments. Default: true . Declaration public Setting UpdateWithApprovedSignOffSegments { get; } Property Value Type Description Setting bool UpdateWithApprovedTranslationSegments Gets the setting that states whether the translation memories should be updated with 'Approved Translation' segments. Default: true . Declaration public Setting UpdateWithApprovedTranslationSegments { get; } Property Value Type Description Setting bool UpdateWithDraftSegments Gets the setting that states whether the translation memories should be updated with 'Draft' segments. Default: false . Declaration public Setting UpdateWithDraftSegments { get; } Property Value Type Description Setting bool UpdateWithRejectedSignOffSegments Gets the setting that states whether the translation memories should be updated with 'Rejected Sign Off' segments. Default: false . Declaration public Setting UpdateWithRejectedSignOffSegments { get; } Property Value Type Description Setting bool UpdateWithRejectedTranslationSegments Gets the setting that states whether the translation memories should be updated with 'Rejected Translation' segments. Default: false . Declaration public Setting UpdateWithRejectedTranslationSegments { get; } Property Value Type Description Setting bool UpdateWithTranslatedSegments Gets the setting that states whether the translation memories should be updated with 'Translated' segments. Default: true . Declaration public Setting UpdateWithTranslatedSegments { get; } Property Value Type Description Setting bool UpdateWithUnspecifiedSegments Gets the setting that states whether the translation memories should be updated with 'Unspecified' segments. Default: false . Declaration public Setting UpdateWithUnspecifiedSegments { get; } Property Value Type Description Setting bool UseTmUserIdOption Gets the setting that specify if a custom TM user Id should be used instead of the default user value. Default: true. Declaration public Setting UseTmUserIdOption { get; } Property Value Type Description Setting bool Methods GetDefaultValue(string) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description string settingId The setting id. Returns Type Description object The default value. Overrides SettingsGroup.GetDefaultValue(string) Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class TranslationMemoryUpdateTaskSettings Settings group class for the Analysis automatic task settings. Inheritance System.Object TranslationMemoryUpdateTaskSettings Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class TranslationMemoryUpdateTaskSettings : SettingsGroup Constructors TranslationMemoryUpdateTaskSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead. Declaration public TranslationMemoryUpdateTaskSettings() Properties CreateReport Gets the setting that flags whether a report should be generated. Default: false . Declaration public Setting CreateReport { get; } Property Value Type Description Setting < System.Boolean > TmImportOptions Options to handle the TU if the same TU already exists in the TM Declaration public Setting TmImportOptions { get; } Property Value Type Description Setting < TmImportOption > UpdateWithApprovedSignOffSegments Gets the setting that states whether the translation memories should be updated with 'Approved Sign Off' segments. Default: true . Declaration public Setting UpdateWithApprovedSignOffSegments { get; } Property Value Type Description Setting < System.Boolean > UpdateWithApprovedTranslationSegments Gets the setting that states whether the translation memories should be updated with 'Approved Translation' segments. Default: true . Declaration public Setting UpdateWithApprovedTranslationSegments { get; } Property Value Type Description Setting < System.Boolean > UpdateWithDraftSegments Gets the setting that states whether the translation memories should be updated with 'Draft' segments. Default: false . Declaration public Setting UpdateWithDraftSegments { get; } Property Value Type Description Setting < System.Boolean > UpdateWithRejectedSignOffSegments Gets the setting that states whether the translation memories should be updated with 'Rejected Sign Off' segments. Default: false . Declaration public Setting UpdateWithRejectedSignOffSegments { get; } Property Value Type Description Setting < System.Boolean > UpdateWithRejectedTranslationSegments Gets the setting that states whether the translation memories should be updated with 'Rejected Translation' segments. Default: false . Declaration public Setting UpdateWithRejectedTranslationSegments { get; } Property Value Type Description Setting < System.Boolean > UpdateWithTranslatedSegments Gets the setting that states whether the translation memories should be updated with 'Translated' segments. Default: true . Declaration public Setting UpdateWithTranslatedSegments { get; } Property Value Type Description Setting < System.Boolean > UpdateWithUnspecifiedSegments Gets the setting that states whether the translation memories should be updated with 'Unspecified' segments. Default: false . Declaration public Setting UpdateWithUnspecifiedSegments { get; } Property Value Type Description Setting < System.Boolean > UseTmUserIdOption Gets the setting that specify if a custom TM user Id should be used instead of the default user value. Default: true. Declaration public Setting UseTmUserIdOption { get; } Property Value Type Description Setting < System.Boolean > Methods GetDefaultValue(String) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description System.String settingId The setting id. Returns Type Description System.Object The default value." }, "api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationUpdateMode.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationUpdateMode.html", "title": "Enum TranslationUpdateMode", - "keywords": "Enum TranslationUpdateMode Translation update modes used in the Translate automatic task. Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public enum TranslationUpdateMode Fields Name Description KeepExistingTranslation Keep existing bilingual segments (don't overwrite existing translations) OverwriteExistingTranslation Always overwrite existing translations, except locked or PerfectMatch translation OverwriteExistingTranslationIfBetterMatch Overwrite existing translations if the current TM yields a better match than the one recorded in the input" + "keywords": "Enum TranslationUpdateMode Translation update modes used in the Translate automatic task. Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public enum TranslationUpdateMode Fields Name Description KeepExistingTranslation Keep existing bilingual segments (don't overwrite existing translations) OverwriteExistingTranslation Always overwrite existing translations, except locked or PerfectMatch translation OverwriteExistingTranslationIfBetterMatch Overwrite existing translations if the current TM yields a better match than the one recorded in the input" }, "api/projectautomation/Sdl.ProjectAutomation.Settings.WordCountSettings.html": { "href": "api/projectautomation/Sdl.ProjectAutomation.Settings.WordCountSettings.html", "title": "Class WordCountSettings", - "keywords": "Class WordCountSettings Settings group class for the Word count automatic task settings. Inheritance object AbstractSettingsGroupBase SettingsGroup WordCountSettings Implements ISettingsGroup INotifyPropertyChanged IEditableObject Inherited Members SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) SettingsGroup.CollectSettings(ISettingsGroup, List) SettingsGroup.OnInit(ISettingsBundle) SettingsGroup.ContainsSetting(string) SettingsGroup.GetSettingIds() SettingsGroup.GetSetting(string) SettingsGroup.GetSetting(string, out Setting) SettingsGroup.GetSetting(string, out T) SettingsGroup.GetSetting(string, T) SettingsGroup.RemoveSetting(string) SettingsGroup.Reset() SettingsGroup.ImportSettings(ISettingsGroup) SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) SettingsGroup.BeginEdit() SettingsGroup.CancelEdit() SettingsGroup.EndEdit() SettingsGroup.Id SettingsGroup.Parent SettingsGroup.SettingsBundle SettingsGroup.PropertyChanged AbstractSettingsGroupBase._settingChangedDelegate AbstractSettingsGroupBase._propertyChangedDelegate AbstractSettingsGroupBase._parentEventHandlerAttached AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached AbstractSettingsGroupBase._suspended AbstractSettingsGroupBase._suspendedEvents AbstractSettingsGroupBase.SuspendEvents() AbstractSettingsGroupBase.ResumeEvents() AbstractSettingsGroupBase.DiscardEvents() AbstractSettingsGroupBase.OnSettingChanged(string) AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) AbstractSettingsGroupBase.EventsSuspended AbstractSettingsGroupBase.SettingsChanged object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.ProjectAutomation Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class WordCountSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject Constructors WordCountSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead. Declaration public WordCountSettings() Properties CreateReport Gets the setting that flags whether a report should be generated. Default: true . Declaration public Setting CreateReport { get; } Property Value Type Description Setting bool Methods GetDefaultValue(string) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description string settingId The setting id. Returns Type Description object The default value. Overrides SettingsGroup.GetDefaultValue(string) Implements ISettingsGroup INotifyPropertyChanged IEditableObject" + "keywords": "Class WordCountSettings Settings group class for the Word count automatic task settings. Inheritance System.Object WordCountSettings Namespace : Sdl.ProjectAutomation.Settings Assembly : Sdl.ProjectAutomation.Settings.dll Syntax public class WordCountSettings : SettingsGroup Constructors WordCountSettings() Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead. Declaration public WordCountSettings() Properties CreateReport Gets the setting that flags whether a report should be generated. Default: true . Declaration public Setting CreateReport { get; } Property Value Type Description Setting < System.Boolean > Methods GetDefaultValue(String) Gets the default value. Declaration protected override object GetDefaultValue(string settingId) Parameters Type Name Description System.String settingId The setting id. Returns Type Description System.Object The default value." }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Definition.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Definition.html", "title": "Class Definition", - "keywords": "Class Definition Terminology provider definition Inheritance object Definition Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class Definition Constructors Definition(IEnumerable, IEnumerable) Definition constructor Declaration public Definition(IEnumerable fields, IEnumerable languages) Parameters Type Name Description IEnumerable DescriptiveField fields The list of available fields. IEnumerable DefinitionLanguage languages The list of available languages. Properties Fields List of available fields Declaration public IEnumerable Fields { get; protected set; } Property Value Type Description IEnumerable DescriptiveField Languages List of available languages Declaration public IEnumerable Languages { get; protected set; } Property Value Type Description IEnumerable DefinitionLanguage" + "keywords": "Class Definition Terminology provider definition Inheritance System.Object Definition 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class Definition Constructors Definition(IEnumerable, IEnumerable) Definition constructor Declaration public Definition(IEnumerable fields, IEnumerable languages) Parameters Type Name Description System.Collections.Generic.IEnumerable < DescriptiveField > fields The list of available fields. System.Collections.Generic.IEnumerable < DefinitionLanguage > languages The list of available languages. Properties Fields List of available fields Declaration public IEnumerable Fields { get; protected set; } Property Value Type Description System.Collections.Generic.IEnumerable < DescriptiveField > Languages List of available languages Declaration public IEnumerable Languages { get; protected set; } Property Value Type Description System.Collections.Generic.IEnumerable < DefinitionLanguage >" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.html", "title": "Class DefinitionLanguage", - "keywords": "Class DefinitionLanguage The language for the termbase provider definition Inheritance object DefinitionLanguage Implements ILanguage Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class DefinitionLanguage : ILanguage Constructors DefinitionLanguage() Declaration public DefinitionLanguage() Properties IsBidirectional Determines if the language is bidirectional Declaration public bool? IsBidirectional { get; set; } Property Value Type Description bool Locale The language culture information Declaration public CultureCode Locale { get; set; } Property Value Type Description CultureCode Name The name of the language Declaration public string Name { get; set; } Property Value Type Description string TargetOnly Determines if it is available for the target language only Declaration public bool? TargetOnly { get; set; } Property Value Type Description bool Implements ILanguage" + "keywords": "Class DefinitionLanguage The language for the termbase provider definition Inheritance System.Object DefinitionLanguage Implements ILanguage 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class DefinitionLanguage : ILanguage Constructors DefinitionLanguage() Declaration public DefinitionLanguage() Properties IsBidirectional Determines if the language is bidirectional Declaration public bool? IsBidirectional { get; set; } Property Value Type Description System.Nullable < System.Boolean > Locale The language culture information Declaration public CultureCode Locale { get; set; } Property Value Type Description Sdl.Core.Globalization.CultureCode Name The name of the language Declaration public string Name { get; set; } Property Value Type Description System.String TargetOnly Determines if it is available for the target language only Declaration public bool? TargetOnly { get; set; } Property Value Type Description System.Nullable < System.Boolean > Implements ILanguage" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.html", "title": "Class DescriptiveField", - "keywords": "Class DescriptiveField The description for a field in the termbase provider definition Inheritance object DescriptiveField Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class DescriptiveField Constructors DescriptiveField() Declaration public DescriptiveField() Properties Label The name of the field Declaration public string Label { get; set; } Property Value Type Description string Level The level of the field Declaration public FieldLevel Level { get; set; } Property Value Type Description FieldLevel Mandatory Determines if the field is mandatory Declaration public bool Mandatory { get; set; } Property Value Type Description bool Multiple Determines whether the field can have multiple values Declaration public bool Multiple { get; set; } Property Value Type Description bool PickListValues The list of values for pick list fields Declaration public IList PickListValues { get; set; } Property Value Type Description IList string ShowInUI Determines whether the field should be shown in the UI (e.g. term recognition results window) Declaration public bool ShowInUI { get; set; } Property Value Type Description bool Type The type of the field Declaration public FieldType Type { get; set; } Property Value Type Description FieldType" + "keywords": "Class DescriptiveField The description for a field in the termbase provider definition Inheritance System.Object DescriptiveField 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class DescriptiveField Constructors DescriptiveField() Declaration public DescriptiveField() Properties Label The name of the field Declaration public string Label { get; set; } Property Value Type Description System.String Level The level of the field Declaration public FieldLevel Level { get; set; } Property Value Type Description FieldLevel Mandatory Determines if the field is mandatory Declaration public bool Mandatory { get; set; } Property Value Type Description System.Boolean Multiple Determines whether the field can have multiple values Declaration public bool Multiple { get; set; } Property Value Type Description System.Boolean PickListValues The list of values for pick list fields Declaration public IList PickListValues { get; set; } Property Value Type Description System.Collections.Generic.IList < System.String > ShowInUI Determines whether the field should be shown in the UI (e.g. term recognition results window) Declaration public bool ShowInUI { get; set; } Property Value Type Description System.Boolean Type The type of the field Declaration public FieldType Type { get; set; } Property Value Type Description FieldType" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Entry.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Entry.html", "title": "Class Entry", - "keywords": "Class Entry The terminology provider entry Inheritance object Entry Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class Entry Constructors Entry() Default constructor Declaration public Entry() Properties Fields Entry level fields Declaration public IList Fields { get; set; } Property Value Type Description IList EntryField Id The entry id that identify it in termbase Declaration public int Id { get; set; } Property Value Type Description int Languages The Languages for which entries exist Declaration public IList Languages { get; set; } Property Value Type Description IList EntryLanguage Transactions The transactions (creation/modification) for this entry Declaration public IList Transactions { get; set; } Property Value Type Description IList EntryTransaction" + "keywords": "Class Entry The terminology provider entry Inheritance System.Object Entry 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class Entry Constructors Entry() Default constructor Declaration public Entry() Properties Fields Entry level fields Declaration public IList Fields { get; set; } Property Value Type Description System.Collections.Generic.IList < EntryField > Id The entry id that identify it in termbase Declaration public int Id { get; set; } Property Value Type Description System.Int32 Languages The Languages for which entries exist Declaration public IList Languages { get; set; } Property Value Type Description System.Collections.Generic.IList < EntryLanguage > Transactions The transactions (creation/modification) for this entry Declaration public IList Transactions { get; set; } Property Value Type Description System.Collections.Generic.IList < EntryTransaction >" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.html", "title": "Class EntryEventArgs", - "keywords": "Class EntryEventArgs Terminology provider entry event arguments Inheritance object EventArgs EntryEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class EntryEventArgs : EventArgs Constructors EntryEventArgs(Entry) Default constructor. Declaration public EntryEventArgs(Entry entry) Parameters Type Name Description Entry entry The initialization entry. Properties Entry The arguments entry Declaration public Entry Entry { get; set; } Property Value Type Description Entry" + "keywords": "Class EntryEventArgs Terminology provider entry event arguments Inheritance System.Object System.EventArgs EntryEventArgs Inherited Members System.EventArgs.Empty 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class EntryEventArgs : EventArgs Constructors EntryEventArgs(Entry) Default constructor. Declaration public EntryEventArgs(Entry entry) Parameters Type Name Description Entry entry The initialization entry. Properties Entry The arguments entry Declaration public Entry Entry { get; set; } Property Value Type Description Entry" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryField.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryField.html", "title": "Class EntryField", - "keywords": "Class EntryField Terminology provider entry field Inheritance object EntryField Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class EntryField Constructors EntryField() Default constructor Declaration public EntryField() Properties Fields sub fields Declaration public IList Fields { get; set; } Property Value Type Description IList EntryField Name field name Declaration public string Name { get; set; } Property Value Type Description string Value field content Declaration public string Value { get; set; } Property Value Type Description string" + "keywords": "Class EntryField Terminology provider entry field Inheritance System.Object EntryField 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class EntryField Constructors EntryField() Default constructor Declaration public EntryField() Properties Fields sub fields Declaration public IList Fields { get; set; } Property Value Type Description System.Collections.Generic.IList < EntryField > Name field name Declaration public string Name { get; set; } Property Value Type Description System.String Value field content Declaration public string Value { get; set; } Property Value Type Description System.String" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.html", "title": "Class EntryLanguage", - "keywords": "Class EntryLanguage Terminology provider entry language Inheritance object EntryLanguage Implements ILanguage Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class EntryLanguage : ILanguage Constructors EntryLanguage() Default constructor Declaration public EntryLanguage() Properties Fields Language level fields Declaration public IList Fields { get; set; } Property Value Type Description IList EntryField Locale entry culture info Declaration public CultureCode Locale { get; set; } Property Value Type Description CultureCode Name entry containing this language Declaration public string Name { get; set; } Property Value Type Description string ParentEntry entry parent Declaration public Entry ParentEntry { get; set; } Property Value Type Description Entry Terms Terms for this language Declaration public IList Terms { get; set; } Property Value Type Description IList EntryTerm Implements ILanguage" + "keywords": "Class EntryLanguage Terminology provider entry language Inheritance System.Object EntryLanguage Implements ILanguage 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class EntryLanguage : ILanguage Constructors EntryLanguage() Default constructor Declaration public EntryLanguage() Properties Fields Language level fields Declaration public IList Fields { get; set; } Property Value Type Description System.Collections.Generic.IList < EntryField > Locale entry culture info Declaration public CultureCode Locale { get; set; } Property Value Type Description Sdl.Core.Globalization.CultureCode Name entry containing this language Declaration public string Name { get; set; } Property Value Type Description System.String ParentEntry entry parent Declaration public Entry ParentEntry { get; set; } Property Value Type Description Entry Terms Terms for this language Declaration public IList Terms { get; set; } Property Value Type Description System.Collections.Generic.IList < EntryTerm > Implements ILanguage" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTerm.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTerm.html", "title": "Class EntryTerm", - "keywords": "Class EntryTerm Terminology provider entry term Inheritance object EntryTerm Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class EntryTerm Constructors EntryTerm() Default constructor Declaration public EntryTerm() Properties Fields term level fields for this term Declaration public IList Fields { get; set; } Property Value Type Description IList EntryField ParentLanguage Language containing this term Declaration public EntryLanguage ParentLanguage { get; set; } Property Value Type Description EntryLanguage Transactions Transactions (creation/modification) for this term Declaration public IList Transactions { get; set; } Property Value Type Description IList EntryTransaction Value the string value of the term Declaration public string Value { get; set; } Property Value Type Description string" + "keywords": "Class EntryTerm Terminology provider entry term Inheritance System.Object EntryTerm 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class EntryTerm Constructors EntryTerm() Default constructor Declaration public EntryTerm() Properties Fields term level fields for this term Declaration public IList Fields { get; set; } Property Value Type Description System.Collections.Generic.IList < EntryField > ParentLanguage Language containing this term Declaration public EntryLanguage ParentLanguage { get; set; } Property Value Type Description EntryLanguage Transactions Transactions (creation/modification) for this term Declaration public IList Transactions { get; set; } Property Value Type Description System.Collections.Generic.IList < EntryTransaction > Value the string value of the term Declaration public string Value { get; set; } Property Value Type Description System.String" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.html", "title": "Class EntryTransaction", - "keywords": "Class EntryTransaction Terminology provider entry transaction Inheritance object EntryTransaction Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class EntryTransaction Constructors EntryTransaction() Declaration public EntryTransaction() Properties Date Date when the transaction was taking place Declaration public DateTime Date { get; set; } Property Value Type Description DateTime Name Name of the user who performed the transaction Declaration public string Name { get; set; } Property Value Type Description string Type transaction type (creation/modification) Declaration public TransactionType Type { get; set; } Property Value Type Description TransactionType" + "keywords": "Class EntryTransaction Terminology provider entry transaction Inheritance System.Object EntryTransaction 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class EntryTransaction Constructors EntryTransaction() Declaration public EntryTransaction() Properties Date Date when the transaction was taking place Declaration public DateTime Date { get; set; } Property Value Type Description System.DateTime Name Name of the user who performed the transaction Declaration public string Name { get; set; } Property Value Type Description System.String Type transaction type (creation/modification) Declaration public TransactionType Type { get; set; } Property Value Type Description TransactionType" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.html", "title": "Class ConnectionException", - "keywords": "Class ConnectionException The exception class to be used when there is a operation exception at the terminology provider connection layer Inheritance object Exception ConnectionException InvalidCredentialsException TermbaseInitializationException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class ConnectionException : Exception, ISerializable, _Exception Constructors ConnectionException(string, Uri, Exception) ConnectionException constructor Declaration public ConnectionException(string message, Uri providerUri, Exception innerException) Parameters Type Name Description string message The exception message. Uri providerUri The terminology provider URI. Exception innerException The inner exception. ConnectionException(Uri) ConnectionException constructor Declaration public ConnectionException(Uri providerUri) Parameters Type Name Description Uri providerUri The terminology provider URI. ConnectionException(Uri, Exception) ConnectionException constructor Declaration public ConnectionException(Uri providerUri, Exception innerException) Parameters Type Name Description Uri providerUri The terminology provider URI. Exception innerException The inner exception. Properties ProviderUri The terminology provider URI Declaration public Uri ProviderUri { get; set; } Property Value Type Description Uri Implements ISerializable _Exception" + "keywords": "Class ConnectionException The exception class to be used when there is a operation exception at the terminology provider connection layer Inheritance System.Object System.Exception ConnectionException InvalidCredentialsException TermbaseInitializationException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.Terminology.TerminologyProvider.Core.Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class ConnectionException : Exception, ISerializable, _Exception Constructors ConnectionException(String, Uri, Exception) ConnectionException constructor Declaration public ConnectionException(string message, Uri providerUri, Exception innerException) Parameters Type Name Description System.String message The exception message. System.Uri providerUri The terminology provider URI. System.Exception innerException The inner exception. ConnectionException(Uri) ConnectionException constructor Declaration public ConnectionException(Uri providerUri) Parameters Type Name Description System.Uri providerUri The terminology provider URI. ConnectionException(Uri, Exception) ConnectionException constructor Declaration public ConnectionException(Uri providerUri, Exception innerException) Parameters Type Name Description System.Uri providerUri The terminology provider URI. System.Exception innerException The inner exception. Properties ProviderUri The terminology provider URI Declaration public Uri ProviderUri { get; set; } Property Value Type Description System.Uri Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.html", @@ -6232,442 +5932,442 @@ "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.html", "title": "Class InvalidCredentialsException", - "keywords": "Class InvalidCredentialsException The exception class to be used when the credentials are not valid when connecting to provider Inheritance object Exception ConnectionException InvalidCredentialsException Implements ISerializable _Exception Inherited Members ConnectionException.ProviderUri Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public sealed class InvalidCredentialsException : ConnectionException, ISerializable, _Exception Constructors InvalidCredentialsException(string, Uri) InvalidCredentialsException constructor Declaration public InvalidCredentialsException(string message, Uri providerUri) Parameters Type Name Description string message The exception message. Uri providerUri The terminology provider URI. InvalidCredentialsException(string, Uri, TerminologyProviderCredential, Exception) InvalidCredentialsException constructor Declaration public InvalidCredentialsException(string message, Uri providerUri, TerminologyProviderCredential credentials, Exception innerException) Parameters Type Name Description string message The exception message. Uri providerUri The terminology provider URI. TerminologyProviderCredential credentials The terminology provider credentials. Exception innerException The inner exception. InvalidCredentialsException(string, Uri, Exception) InvalidCredentialsException constructor Declaration public InvalidCredentialsException(string message, Uri providerUri, Exception innerException) Parameters Type Name Description string message The exception message. Uri providerUri The terminology provider URI. Exception innerException The inner exception. InvalidCredentialsException(Uri) InvalidCredentialsException constructor Declaration public InvalidCredentialsException(Uri providerUri) Parameters Type Name Description Uri providerUri The terminology provider URI. InvalidCredentialsException(Uri, TerminologyProviderCredential) InvalidCredentialsException constructor Declaration public InvalidCredentialsException(Uri providerUri, TerminologyProviderCredential credentials) Parameters Type Name Description Uri providerUri The terminology provider URI. TerminologyProviderCredential credentials The terminology provider credentials. InvalidCredentialsException(Uri, TerminologyProviderCredential, Exception) InvalidCredentialsException constructor Declaration public InvalidCredentialsException(Uri providerUri, TerminologyProviderCredential credentials, Exception innerException) Parameters Type Name Description Uri providerUri The terminology provider URI. TerminologyProviderCredential credentials The terminology provider credentials. Exception innerException The inner exception. InvalidCredentialsException(Uri, Exception) InvalidCredentialsException constructor Declaration public InvalidCredentialsException(Uri providerUri, Exception innerException) Parameters Type Name Description Uri providerUri The terminology provider URI. Exception innerException The inner exception. Implements ISerializable _Exception" + "keywords": "Class InvalidCredentialsException The exception class to be used when the credentials are not valid when connecting to provider Inheritance System.Object System.Exception ConnectionException InvalidCredentialsException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members ConnectionException.ProviderUri System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.Terminology.TerminologyProvider.Core.Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public sealed class InvalidCredentialsException : ConnectionException, ISerializable, _Exception Constructors InvalidCredentialsException(String, Uri) InvalidCredentialsException constructor Declaration public InvalidCredentialsException(string message, Uri providerUri) Parameters Type Name Description System.String message The exception message. System.Uri providerUri The terminology provider URI. InvalidCredentialsException(String, Uri, TerminologyProviderCredential, Exception) InvalidCredentialsException constructor Declaration public InvalidCredentialsException(string message, Uri providerUri, TerminologyProviderCredential credentials, Exception innerException) Parameters Type Name Description System.String message The exception message. System.Uri providerUri The terminology provider URI. TerminologyProviderCredential credentials The terminology provider credentials. System.Exception innerException The inner exception. InvalidCredentialsException(String, Uri, Exception) InvalidCredentialsException constructor Declaration public InvalidCredentialsException(string message, Uri providerUri, Exception innerException) Parameters Type Name Description System.String message The exception message. System.Uri providerUri The terminology provider URI. System.Exception innerException The inner exception. InvalidCredentialsException(Uri) InvalidCredentialsException constructor Declaration public InvalidCredentialsException(Uri providerUri) Parameters Type Name Description System.Uri providerUri The terminology provider URI. InvalidCredentialsException(Uri, TerminologyProviderCredential) InvalidCredentialsException constructor Declaration public InvalidCredentialsException(Uri providerUri, TerminologyProviderCredential credentials) Parameters Type Name Description System.Uri providerUri The terminology provider URI. TerminologyProviderCredential credentials The terminology provider credentials. InvalidCredentialsException(Uri, TerminologyProviderCredential, Exception) InvalidCredentialsException constructor Declaration public InvalidCredentialsException(Uri providerUri, TerminologyProviderCredential credentials, Exception innerException) Parameters Type Name Description System.Uri providerUri The terminology provider URI. TerminologyProviderCredential credentials The terminology provider credentials. System.Exception innerException The inner exception. InvalidCredentialsException(Uri, Exception) InvalidCredentialsException constructor Declaration public InvalidCredentialsException(Uri providerUri, Exception innerException) Parameters Type Name Description System.Uri providerUri The terminology provider URI. System.Exception innerException The inner exception. Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.html", "title": "Class MissingTerminologyProviderException", - "keywords": "Class MissingTerminologyProviderException The exception class to be used when no terminology provider factory found. Inheritance object Exception MissingTerminologyProviderException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class MissingTerminologyProviderException : Exception, ISerializable, _Exception Constructors MissingTerminologyProviderException(string, Uri) Missing terminology provider constructor Declaration public MissingTerminologyProviderException(string message, Uri providerUri) Parameters Type Name Description string message The exception message. Uri providerUri The terminology provider URI. MissingTerminologyProviderException(string, Uri, Exception) Missing terminology provider constructor Declaration public MissingTerminologyProviderException(string message, Uri providerUri, Exception innerException) Parameters Type Name Description string message The exception message. Uri providerUri The terminology provider URI. Exception innerException The inner exception. MissingTerminologyProviderException(Uri) Missing terminology provider exception constructor Declaration public MissingTerminologyProviderException(Uri providerUri) Parameters Type Name Description Uri providerUri The terminology provider URI. MissingTerminologyProviderException(Uri, Exception) Missing terminology provider constructor Declaration public MissingTerminologyProviderException(Uri providerUri, Exception innerException) Parameters Type Name Description Uri providerUri The terminology provider URI. Exception innerException The inner exception. Properties ProviderUri The terminology provider URI Declaration public Uri ProviderUri { get; set; } Property Value Type Description Uri Implements ISerializable _Exception" + "keywords": "Class MissingTerminologyProviderException The exception class to be used when no terminology provider factory found. Inheritance System.Object System.Exception MissingTerminologyProviderException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.Terminology.TerminologyProvider.Core.Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class MissingTerminologyProviderException : Exception, ISerializable, _Exception Constructors MissingTerminologyProviderException(String, Uri) Missing terminology provider constructor Declaration public MissingTerminologyProviderException(string message, Uri providerUri) Parameters Type Name Description System.String message The exception message. System.Uri providerUri The terminology provider URI. MissingTerminologyProviderException(String, Uri, Exception) Missing terminology provider constructor Declaration public MissingTerminologyProviderException(string message, Uri providerUri, Exception innerException) Parameters Type Name Description System.String message The exception message. System.Uri providerUri The terminology provider URI. System.Exception innerException The inner exception. MissingTerminologyProviderException(Uri) Missing terminology provider exception constructor Declaration public MissingTerminologyProviderException(Uri providerUri) Parameters Type Name Description System.Uri providerUri The terminology provider URI. MissingTerminologyProviderException(Uri, Exception) Missing terminology provider constructor Declaration public MissingTerminologyProviderException(Uri providerUri, Exception innerException) Parameters Type Name Description System.Uri providerUri The terminology provider URI. System.Exception innerException The inner exception. Properties ProviderUri The terminology provider URI Declaration public Uri ProviderUri { get; set; } Property Value Type Description System.Uri Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.html", "title": "Class SearchParameterMissingException", - "keywords": "Class SearchParameterMissingException The exception class to be used when one of the search parameters is missing. Inheritance object Exception SystemException ArgumentException SearchParameterMissingException Implements _Exception ISerializable Inherited Members ArgumentException.GetObjectData(SerializationInfo, StreamingContext) ArgumentException.Message ArgumentException.ParamName Exception.GetBaseException() Exception.ToString() Exception.GetType() Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class SearchParameterMissingException : ArgumentException, _Exception, ISerializable Constructors SearchParameterMissingException(string, Exception) Constructor for the SearchParameterMissingException Declaration public SearchParameterMissingException(string paramName, Exception innerException) Parameters Type Name Description string paramName The name of the missing parameter. Exception innerException The inner exception. Implements _Exception ISerializable" + "keywords": "Class SearchParameterMissingException The exception class to be used when one of the search parameters is missing. Inheritance System.Object System.Exception System.SystemException System.ArgumentException SearchParameterMissingException Implements System.Runtime.InteropServices._Exception System.Runtime.Serialization.ISerializable Inherited Members System.ArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.ArgumentException.Message System.ArgumentException.ParamName System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetType() System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.Terminology.TerminologyProvider.Core.Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class SearchParameterMissingException : ArgumentException, _Exception, ISerializable Constructors SearchParameterMissingException(String, Exception) Constructor for the SearchParameterMissingException Declaration public SearchParameterMissingException(string paramName, Exception innerException) Parameters Type Name Description System.String paramName The name of the missing parameter. System.Exception innerException The inner exception. Implements System.Runtime.InteropServices._Exception System.Runtime.Serialization.ISerializable" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.html", "title": "Class TermbaseExportException", - "keywords": "Class TermbaseExportException The exception class to be used when a termbase export fails Inheritance object Exception TermbaseExportException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class TermbaseExportException : Exception, ISerializable, _Exception Constructors TermbaseExportException(TerminologyExportType) TermbaseExportException constructor Declaration public TermbaseExportException(TerminologyExportType terminologyExportType) Parameters Type Name Description TerminologyExportType terminologyExportType The export type. TermbaseExportException(TerminologyExportType, Exception) TermbaseExportException constructor Declaration public TermbaseExportException(TerminologyExportType terminologyExportType, Exception innerException) Parameters Type Name Description TerminologyExportType terminologyExportType The export type. Exception innerException The inner exception. TermbaseExportException(string, TerminologyExportType, Exception) TermbaseExportException constructor Declaration public TermbaseExportException(string message, TerminologyExportType terminologyExportType, Exception innerException) Parameters Type Name Description string message The exception message. TerminologyExportType terminologyExportType The export type. Exception innerException The inner exception. Properties TerminologyExportType Declaration public TerminologyExportType TerminologyExportType { get; } Property Value Type Description TerminologyExportType Implements ISerializable _Exception" + "keywords": "Class TermbaseExportException The exception class to be used when a termbase export fails Inheritance System.Object System.Exception TermbaseExportException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.Terminology.TerminologyProvider.Core.Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class TermbaseExportException : Exception, ISerializable, _Exception Constructors TermbaseExportException(TerminologyExportType) TermbaseExportException constructor Declaration public TermbaseExportException(TerminologyExportType terminologyExportType) Parameters Type Name Description TerminologyExportType terminologyExportType The export type. TermbaseExportException(TerminologyExportType, Exception) TermbaseExportException constructor Declaration public TermbaseExportException(TerminologyExportType terminologyExportType, Exception innerException) Parameters Type Name Description TerminologyExportType terminologyExportType The export type. System.Exception innerException The inner exception. TermbaseExportException(String, TerminologyExportType, Exception) TermbaseExportException constructor Declaration public TermbaseExportException(string message, TerminologyExportType terminologyExportType, Exception innerException) Parameters Type Name Description System.String message The exception message. TerminologyExportType terminologyExportType The export type. System.Exception innerException The inner exception. Properties TerminologyExportType Declaration public TerminologyExportType TerminologyExportType { get; } Property Value Type Description TerminologyExportType Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.html", "title": "Class TermbaseImportException", - "keywords": "Class TermbaseImportException The exception class to be used when a termbase import fails Inheritance object Exception TermbaseImportException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class TermbaseImportException : Exception, ISerializable, _Exception Constructors TermbaseImportException(TerminologyImportType) TermbaseImportException constructor Declaration public TermbaseImportException(TerminologyImportType terminologyImportType) Parameters Type Name Description TerminologyImportType terminologyImportType The import type. TermbaseImportException(TerminologyImportType, Exception) TermbaseImportException constructor Declaration public TermbaseImportException(TerminologyImportType terminologyImportType, Exception innerException) Parameters Type Name Description TerminologyImportType terminologyImportType The import type. Exception innerException The inner exception. TermbaseImportException(string, TerminologyImportType, Exception) TermbaseImportException constructor Declaration public TermbaseImportException(string message, TerminologyImportType terminologyImportType, Exception innerException) Parameters Type Name Description string message The exception message. TerminologyImportType terminologyImportType The import type. Exception innerException The inner exception. Properties TerminologyImportType Declaration public TerminologyImportType TerminologyImportType { get; } Property Value Type Description TerminologyImportType Implements ISerializable _Exception" + "keywords": "Class TermbaseImportException The exception class to be used when a termbase import fails Inheritance System.Object System.Exception TermbaseImportException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.Terminology.TerminologyProvider.Core.Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class TermbaseImportException : Exception, ISerializable, _Exception Constructors TermbaseImportException(TerminologyImportType) TermbaseImportException constructor Declaration public TermbaseImportException(TerminologyImportType terminologyImportType) Parameters Type Name Description TerminologyImportType terminologyImportType The import type. TermbaseImportException(TerminologyImportType, Exception) TermbaseImportException constructor Declaration public TermbaseImportException(TerminologyImportType terminologyImportType, Exception innerException) Parameters Type Name Description TerminologyImportType terminologyImportType The import type. System.Exception innerException The inner exception. TermbaseImportException(String, TerminologyImportType, Exception) TermbaseImportException constructor Declaration public TermbaseImportException(string message, TerminologyImportType terminologyImportType, Exception innerException) Parameters Type Name Description System.String message The exception message. TerminologyImportType terminologyImportType The import type. System.Exception innerException The inner exception. Properties TerminologyImportType Declaration public TerminologyImportType TerminologyImportType { get; } Property Value Type Description TerminologyImportType Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.html", "title": "Class TermbaseInitializationException", - "keywords": "Class TermbaseInitializationException The exception class to be used when the provider initialization fails. Inheritance object Exception ConnectionException TermbaseInitializationException Implements ISerializable _Exception Inherited Members ConnectionException.ProviderUri Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public sealed class TermbaseInitializationException : ConnectionException, ISerializable, _Exception Constructors TermbaseInitializationException(string, Uri, Exception) TermbaseInitializationException constructor Declaration public TermbaseInitializationException(string termbaseName, Uri providerUri, Exception innerException) Parameters Type Name Description string termbaseName The termbase name. Uri providerUri The provider uri. Exception innerException The inner exception. Implements ISerializable _Exception" + "keywords": "Class TermbaseInitializationException The exception class to be used when the provider initialization fails. Inheritance System.Object System.Exception ConnectionException TermbaseInitializationException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members ConnectionException.ProviderUri System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.Terminology.TerminologyProvider.Core.Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public sealed class TermbaseInitializationException : ConnectionException, ISerializable, _Exception Constructors TermbaseInitializationException(String, Uri, Exception) TermbaseInitializationException constructor Declaration public TermbaseInitializationException(string termbaseName, Uri providerUri, Exception innerException) Parameters Type Name Description System.String termbaseName The termbase name. System.Uri providerUri The provider uri. System.Exception innerException The inner exception. Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.html", "title": "Class UnsupportedExportFileFormatException", - "keywords": "Class UnsupportedExportFileFormatException The exception class to be used when there is an unsupported export type Inheritance object Exception SystemException FormatException UnsupportedExportFileFormatException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class UnsupportedExportFileFormatException : FormatException, ISerializable, _Exception Constructors UnsupportedExportFileFormatException(TerminologyExportType) UnsupportedExportFileFormatException constructor Declaration public UnsupportedExportFileFormatException(TerminologyExportType terminologyExportType) Parameters Type Name Description TerminologyExportType terminologyExportType The unsupported export type. UnsupportedExportFileFormatException(TerminologyExportType, Exception) UnsupportedExportFileFormatException constructor Declaration public UnsupportedExportFileFormatException(TerminologyExportType terminologyExportType, Exception innerException) Parameters Type Name Description TerminologyExportType terminologyExportType The unsupported export type. Exception innerException The inner exception. UnsupportedExportFileFormatException(string, TerminologyExportType, Exception) UnsupportedExportFileFormatException constructor Declaration public UnsupportedExportFileFormatException(string message, TerminologyExportType terminologyExportType, Exception innerException) Parameters Type Name Description string message The exception message. TerminologyExportType terminologyExportType The unsupported export type. Exception innerException The inner exception. Properties TerminologyExportType Declaration public TerminologyExportType TerminologyExportType { get; } Property Value Type Description TerminologyExportType Implements ISerializable _Exception" + "keywords": "Class UnsupportedExportFileFormatException The exception class to be used when there is an unsupported export type Inheritance System.Object System.Exception System.SystemException System.FormatException UnsupportedExportFileFormatException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.Terminology.TerminologyProvider.Core.Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class UnsupportedExportFileFormatException : FormatException, ISerializable, _Exception Constructors UnsupportedExportFileFormatException(TerminologyExportType) UnsupportedExportFileFormatException constructor Declaration public UnsupportedExportFileFormatException(TerminologyExportType terminologyExportType) Parameters Type Name Description TerminologyExportType terminologyExportType The unsupported export type. UnsupportedExportFileFormatException(TerminologyExportType, Exception) UnsupportedExportFileFormatException constructor Declaration public UnsupportedExportFileFormatException(TerminologyExportType terminologyExportType, Exception innerException) Parameters Type Name Description TerminologyExportType terminologyExportType The unsupported export type. System.Exception innerException The inner exception. UnsupportedExportFileFormatException(String, TerminologyExportType, Exception) UnsupportedExportFileFormatException constructor Declaration public UnsupportedExportFileFormatException(string message, TerminologyExportType terminologyExportType, Exception innerException) Parameters Type Name Description System.String message The exception message. TerminologyExportType terminologyExportType The unsupported export type. System.Exception innerException The inner exception. Properties TerminologyExportType Declaration public TerminologyExportType TerminologyExportType { get; } Property Value Type Description TerminologyExportType Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.html", "title": "Class UnsupportedImportFileFormatException", - "keywords": "Class UnsupportedImportFileFormatException The exception class to be used when there is an unsupported import type Inheritance object Exception SystemException FormatException UnsupportedImportFileFormatException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class UnsupportedImportFileFormatException : FormatException, ISerializable, _Exception Constructors UnsupportedImportFileFormatException(TerminologyImportType) UnsupportedImportFileFormatException constructor Declaration public UnsupportedImportFileFormatException(TerminologyImportType terminologyImportType) Parameters Type Name Description TerminologyImportType terminologyImportType The unsupported import type. UnsupportedImportFileFormatException(TerminologyImportType, Exception) UnsupportedImportFileFormatException constructor Declaration public UnsupportedImportFileFormatException(TerminologyImportType terminologyImportType, Exception innerException) Parameters Type Name Description TerminologyImportType terminologyImportType The unsupported import type. Exception innerException The inner exception. UnsupportedImportFileFormatException(string, TerminologyImportType, Exception) UnsupportedImportFileFormatException constructor Declaration public UnsupportedImportFileFormatException(string message, TerminologyImportType terminologyImportType, Exception innerException) Parameters Type Name Description string message The exception message. TerminologyImportType terminologyImportType The unsupported import type. Exception innerException The inner exception. Properties TerminologyImportType Declaration public TerminologyImportType TerminologyImportType { get; } Property Value Type Description TerminologyImportType Implements ISerializable _Exception" + "keywords": "Class UnsupportedImportFileFormatException The exception class to be used when there is an unsupported import type Inheritance System.Object System.Exception System.SystemException System.FormatException UnsupportedImportFileFormatException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.Terminology.TerminologyProvider.Core.Exceptions Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class UnsupportedImportFileFormatException : FormatException, ISerializable, _Exception Constructors UnsupportedImportFileFormatException(TerminologyImportType) UnsupportedImportFileFormatException constructor Declaration public UnsupportedImportFileFormatException(TerminologyImportType terminologyImportType) Parameters Type Name Description TerminologyImportType terminologyImportType The unsupported import type. UnsupportedImportFileFormatException(TerminologyImportType, Exception) UnsupportedImportFileFormatException constructor Declaration public UnsupportedImportFileFormatException(TerminologyImportType terminologyImportType, Exception innerException) Parameters Type Name Description TerminologyImportType terminologyImportType The unsupported import type. System.Exception innerException The inner exception. UnsupportedImportFileFormatException(String, TerminologyImportType, Exception) UnsupportedImportFileFormatException constructor Declaration public UnsupportedImportFileFormatException(string message, TerminologyImportType terminologyImportType, Exception innerException) Parameters Type Name Description System.String message The exception message. TerminologyImportType terminologyImportType The unsupported import type. System.Exception innerException The inner exception. Properties TerminologyImportType Declaration public TerminologyImportType TerminologyImportType { get; } Property Value Type Description TerminologyImportType Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.FieldLevel.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.FieldLevel.html", "title": "Enum FieldLevel", - "keywords": "Enum FieldLevel The terminology provider field level Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public enum FieldLevel Fields Name Description EntryLevel Terminology provider entry field level LanguageLevel Entry language field level TermLevel Language term field level" + "keywords": "Enum FieldLevel The terminology provider field level Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public enum FieldLevel Fields Name Description EntryLevel Terminology provider entry field level LanguageLevel Entry language field level TermLevel Language term field level" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.FieldType.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.FieldType.html", "title": "Enum FieldType", - "keywords": "Enum FieldType The data type for a field in the terminology provider structure Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public enum FieldType Fields Name Description Boolean Boolean field type DateTime Date time field type MultiMediaFile Multimedia file field type Number Numerical field type PickList Pick list field type String Generic string field type Unknown Unknown field type" + "keywords": "Enum FieldType The data type for a field in the terminology provider structure Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public enum FieldType Fields Name Description Boolean Boolean field type DateTime Date time field type MultiMediaFile Multimedia file field type Number Numerical field type PickList Pick list field type String Generic string field type Unknown Unknown field type" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.html", "title": "Class FilterDefinition", - "keywords": "Class FilterDefinition Terminology provider filter definition Inheritance object FilterDefinition Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class FilterDefinition Constructors FilterDefinition() Declaration public FilterDefinition() Properties ID Gets or sets the unique ID of the filter Declaration public int ID { get; set; } Property Value Type Description int Name Gets or sets the name of the filter Declaration public string Name { get; set; } Property Value Type Description string" + "keywords": "Class FilterDefinition Terminology provider filter definition Inheritance System.Object FilterDefinition 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class FilterDefinition Constructors FilterDefinition() Declaration public FilterDefinition() Properties ID Gets or sets the unique ID of the filter Declaration public int ID { get; set; } Property Value Type Description System.Int32 Name Gets or sets the name of the filter Declaration public string Name { get; set; } Property Value Type Description System.String" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.html", "title": "Class GenericCredentials", - "keywords": "Class GenericCredentials A generic class for building and parsing a credentials string. This will usually contain a UserName and Password but may also contain other parameters using an indexer on this class. Inheritance object GenericCredentials Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class GenericCredentials Constructors GenericCredentials(string) Constructs a GenericCredentials class from a credentials string previously created by another instance of this class. Declaration public GenericCredentials(string credentialString) Parameters Type Name Description string credentialString GenericCredentials(string, string) Constructs a GenericCredentials class from a UserName and Password string. Declaration public GenericCredentials(string userName, string password) Parameters Type Name Description string userName string password Properties this[string] A string indexer that allows any number of key/value pairs to used in a credentials store. Declaration public string this[string propertyName] { get; set; } Parameters Type Name Description string propertyName Property Value Type Description string Password The Password to be used in a credentials store - if null, then no password is specified. Declaration public string Password { get; set; } Property Value Type Description string PropertyKeys Returns an array of property key names that have values defined for them. Declaration public string[] PropertyKeys { get; } Property Value Type Description string Remarks This array does not contain entries for \"userName\" or \"password\" values. UserName The UserName to be used in a credentials store - if null, then no username is specified. Declaration public string UserName { get; set; } Property Value Type Description string Methods Equals(object) Determines whether the specified object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with this instance. Returns Type Description bool true if the specified object is equal to this instance; otherwise, false . Overrides object.Equals(object) Exceptions Type Condition NullReferenceException The obj parameter is null. GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description int A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides object.GetHashCode() ToCredentialString() Returns a string containing a UserName and Password and any other defined parameters that can be used in a credentials store. Declaration public string ToCredentialString() Returns Type Description string The credential string representation. ToString() Returns the string representation of the credentials. See ToCredentialString() . Declaration public override string ToString() Returns Type Description string The credential string representation. Overrides object.ToString()" + "keywords": "Class GenericCredentials A generic class for building and parsing a credentials string. This will usually contain a UserName and Password but may also contain other parameters using an indexer on this class. Inheritance System.Object GenericCredentials Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class GenericCredentials Constructors GenericCredentials(String) Constructs a GenericCredentials class from a credentials string previously created by another instance of this class. Declaration public GenericCredentials(string credentialString) Parameters Type Name Description System.String credentialString GenericCredentials(String, String) Constructs a GenericCredentials class from a UserName and Password string. Declaration public GenericCredentials(string userName, string password) Parameters Type Name Description System.String userName System.String password Properties Item[String] A string indexer that allows any number of key/value pairs to used in a credentials store. Declaration public string this[string propertyName] { get; set; } Parameters Type Name Description System.String propertyName Property Value Type Description System.String Password The Password to be used in a credentials store - if null, then no password is specified. Declaration public string Password { get; set; } Property Value Type Description System.String PropertyKeys Returns an array of property key names that have values defined for them. Declaration public string[] PropertyKeys { get; } Property Value Type Description System.String [] Remarks This array does not contain entries for \"userName\" or \"password\" values. UserName The UserName to be used in a credentials store - if null, then no username is specified. Declaration public string UserName { get; set; } Property Value Type Description System.String Methods Equals(Object) Determines whether the specified System.Object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The System.Object to compare with this instance. Returns Type Description System.Boolean true if the specified System.Object is equal to this instance; otherwise, false . Overrides System.Object.Equals(System.Object) Exceptions Type Condition System.NullReferenceException The obj parameter is null. GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides System.Object.GetHashCode() ToCredentialString() Returns a string containing a UserName and Password and any other defined parameters that can be used in a credentials store. Declaration public string ToCredentialString() Returns Type Description System.String The credential string representation. ToString() Returns the string representation of the credentials. See ToCredentialString() . Declaration public override string ToString() Returns Type Description System.String The credential string representation. Overrides System.Object.ToString()" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.html", "title": "Namespace Sdl.Terminology.TerminologyProvider.Core", - "keywords": "Namespace Sdl.Terminology.TerminologyProvider.Core Classes Definition Terminology provider definition DefinitionLanguage The language for the termbase provider definition DescriptiveField The description for a field in the termbase provider definition Entry The terminology provider entry EntryEventArgs Terminology provider entry event arguments EntryField Terminology provider entry field EntryLanguage Terminology provider entry language EntryTerm Terminology provider entry term EntryTransaction Terminology provider entry transaction FilterDefinition Terminology provider filter definition GenericCredentials A generic class for building and parsing a credentials string. This will usually contain a UserName and Password but may also contain other parameters using an indexer on this class. MarkupPosition Contains information to markup position of a term in a text/segment. SearchMarkupResult Term recognition results. Includes markup positions of a matching term in the text/segment. SearchMarkupResultWithTermbaseName Search Results with positional data, for providers which support multiple termbases. SearchResult Termbase search results. SearchResultWithTermbaseName Search Results, for providers which support multiple termbases. TerminologyProviderCredential Represents a credential for a terminology provider that can be stored in a ITerminologyProviderCredentialStore . TerminologyProviderCredentialStore This class represents a storage mechanism for terminology provider credentials. TerminologyProviderDisplayInfo Represents information about a terminology provider ( ITerminologyProvider ) that can be used to display this terminology provider in a user interface. The terminology provider plug-in has to provide an implementation of ITerminologyProviderWinFormsUI TerminologyProviderFactoryAttribute Extension attribute for registering a terminology provider factory that supports a specific types of terminology providers. TerminologyProviderManager Singleton class, responsible for creating and getting available terminology providers. It maintains a list of created terminology providers based on its Uri address. TerminologyProviderStatus Contains information on the current status of the terminology provider TerminologyProviderViewerWinFormsUIAttribute Extension attribute for registering a terminology provider Windows Forms user interface component that provides user interface for specific types of terminology providers. TerminologyProviderWinFormsUIAttribute Extension attribute for registering a terminology provider Windows Forms user interface component that provides user interface for specific types of terminology providers. TerminologyUserCredentials Interfaces IConnectionAwareTerminologyProvider Provides access to a terminology provider with connection support, which in turn provides access to termbases. ILanguage The language definition for a term IMultipleTerminologyProvider Terminology Providers which support multiple termbases. ITermbaseMetrics Implemented by a terminology provider to calculate metrics for a termbase ITerminologyExport This interface should be implemented by terminology provider implementers in order to provide export functionality ITerminologyImport This interface should be implemented by terminology providers in order to provide import functionality ITerminologyMarkupProvider Terminology providers that provide markup information with the search results when performing term recognition need to implement this interface. ITerminologyProvider Provides access to a terminology provider, which in turn provides access to termbases. ITerminologyProviderCredentialStore This interface represents a storage mechanism for terminology provider credentials. ITerminologyProviderFactory This interface defines a Terminology Provider Factory class that can be used as a plug-in based on the Sdl.Core.PluginFramework Extensions API ITerminologyProviderManager This interface represents a mechanism responsible for creating and getting available terminology providers ITerminologyProviderReadOnly This interface should be implemented by terminology provider implementers in order to signalize that Trados Studio can only read data from the provider ITerminologyProviderViewerWinFormsUI This interface should be implemented by terminology provider implementers that are able to provide more information about a term when required in the Trados Studio Editor View Implementation of this interface should be marked up with the TerminologyProviderViewerWinFormsUIAttribute attribute for registration it with the plug-in manager. ITerminologyProviderViewerWrapper ITerminologyProviderWinFormsUI This interface should be implemented by terminology provider implementers in order to provide user interface functionality in Trados Studio specific to that type of terminology provider. Implementation of this interface should be marked up with the TerminologyProviderWinFormsUIAttribute attribute for registration it with the plug-in manager. ITerminologyProviderWinFormsUIWithCreate Adds the capability to create a ITerminologyProvider for a ITerminologyProviderWinFormsUI interface. ITerminologyProviderWinFormsUIWithEdit Adds the capability to edit settings for a ITerminologyProviderWinFormsUI interface. Enums FieldLevel The terminology provider field level FieldType The data type for a field in the terminology provider structure SearchMode Determines the search algorithm TerminologyExportType Determines the export format TerminologyImportType Determines the import format. TerminologyProviderType This enumeration provides the different types of terminology providers TerminologyUserManagerTokenType Token representation of user managers TransactionType Terminology provider entry transaction type" + "keywords": "Namespace Sdl.Terminology.TerminologyProvider.Core Classes Definition Terminology provider definition DefinitionLanguage The language for the termbase provider definition DescriptiveField The description for a field in the termbase provider definition Entry The terminology provider entry EntryEventArgs Terminology provider entry event arguments EntryField Terminology provider entry field EntryLanguage Terminology provider entry language EntryTerm Terminology provider entry term EntryTransaction Terminology provider entry transaction FilterDefinition Terminology provider filter definition GenericCredentials A generic class for building and parsing a credentials string. This will usually contain a UserName and Password but may also contain other parameters using an indexer on this class. MarkupPosition Contains information to markup position of a term in a text/segment. SearchMarkupResult Term recognition results. Includes markup positions of a matching term in the text/segment. SearchMarkupResultWithTermbaseName Search Results with positional data, for providers which support multiple termbases. SearchResult Termbase search results. SearchResultWithTermbaseName Search Results, for providers which support multiple termbases. TerminologyProviderCredential Represents a credential for a terminology provider that can be stored in a ITerminologyProviderCredentialStore . TerminologyProviderCredentialStore This class represents a storage mechanism for terminology provider credentials. TerminologyProviderDisplayInfo Represents information about a terminology provider ( ITerminologyProvider ) that can be used to display this terminology provider in a user interface. The terminology provider plug-in has to provide an implementation of ITerminologyProviderWinFormsUI TerminologyProviderFactoryAttribute Extension attribute for registering a terminology provider factory that supports a specific types of terminology providers. TerminologyProviderManager Singleton class, responsible for creating and getting available terminology providers. It maintains a list of created terminology providers based on its Uri address. TerminologyProviderStatus Contains information on the current status of the terminology provider TerminologyProviderViewerWinFormsUIAttribute Extension attribute for registering a terminology provider Windows Forms user interface component that provides user interface for specific types of terminology providers. TerminologyProviderWinFormsUIAttribute Extension attribute for registering a terminology provider Windows Forms user interface component that provides user interface for specific types of terminology providers. TerminologyUserCredentials Interfaces IConnectionAwareTerminologyProvider Provides access to a terminology provider with connection support, which in turn provides access to termbases. IFileBasedTerminologyProviderDefaultPath Default path for a file-based terminology provider ILanguage The language definition for a term IMultipleTerminologyProvider Terminology Providers which support multiple termbases. ITermbaseMetrics Implemented by a terminology provider to calculate metrics for a termbase ITerminologyExport This interface should be implemented by terminology provider implementers in order to provide export functionality ITerminologyImport This interface should be implemented by terminology providers in order to provide import functionality ITerminologyMarkupProvider Terminology providers that provide markup information with the search results when performing term recognition need to implement this interface. ITerminologyProvider Provides access to a terminology provider, which in turn provides access to termbases. ITerminologyProviderCredentialStore This interface represents a storage mechanism for terminology provider credentials. ITerminologyProviderFactory This interface defines a Terminology Provider Factory class that can be used as a plug-in based on the Sdl.Core.PluginFramework Extensions API ITerminologyProviderManager This interface represents a mechanism responsible for creating and getting available terminology providers ITerminologyProviderReadOnly This interface should be implemented by terminology provider implementers in order to signalize that Trados Studio can only read data from the provider ITerminologyProviderViewerWinFormsUI This interface should be implemented by terminology provider implementers that are able to provide more information about a term when required in the Trados Studio Editor View Implementation of this interface should be marked up with the TerminologyProviderViewerWinFormsUIAttribute attribute for registration it with the plug-in manager. ITerminologyProviderWinFormsUI This interface should be implemented by terminology provider implementers in order to provide user interface functionality in Trados Studio specific to that type of terminology provider. Implementation of this interface should be marked up with the TerminologyProviderWinFormsUIAttribute attribute for registration it with the plug-in manager. ITerminologyProviderWinFormsUIWithCreate Adds the capability to create a ITerminologyProvider for a ITerminologyProviderWinFormsUI interface. ITerminologyProviderWinFormsUIWithEdit Adds the capability to edit settings for a ITerminologyProviderWinFormsUI interface. Enums FieldLevel The terminology provider field level FieldType The data type for a field in the terminology provider structure SearchMode Determines the search algorithm TerminologyExportType Determines the export format TerminologyImportType Determines the import format. TerminologyProviderType This enumeration provides the different types of terminology providers TerminologyUserManagerTokenType Token representation of user managers TransactionType Terminology provider entry transaction type" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.IConnectionAwareTerminologyProvider.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.IConnectionAwareTerminologyProvider.html", "title": "Interface IConnectionAwareTerminologyProvider", - "keywords": "Interface IConnectionAwareTerminologyProvider Provides access to a terminology provider with connection support, which in turn provides access to termbases. Inherited Members ITerminologyProvider.SetDefault(bool) ITerminologyProvider.GetLanguages() ITerminologyProvider.GetEntry(int) ITerminologyProvider.GetEntry(int, IEnumerable) ITerminologyProvider.Search(string, ILanguage, ILanguage, int, SearchMode, bool) ITerminologyProvider.Initialize() ITerminologyProvider.Initialize(TerminologyProviderCredential) ITerminologyProvider.IsProviderUpToDate() ITerminologyProvider.GetFilters() ITerminologyProvider.Uninitialize() ITerminologyProvider.Name ITerminologyProvider.Description ITerminologyProvider.Id ITerminologyProvider.Uri ITerminologyProvider.Type ITerminologyProvider.IsReadOnly ITerminologyProvider.SearchEnabled ITerminologyProvider.Definition ITerminologyProvider.ActiveFilter ITerminologyProvider.IsInitialized IDisposable.Dispose() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface IConnectionAwareTerminologyProvider : ITerminologyProvider, IDisposable Remarks Implement this interface when creating a connected terminology provider. Properties Status Provides information on the current status of the terminology provider Declaration TerminologyProviderStatus Status { get; } Property Value Type Description TerminologyProviderStatus" + "keywords": "Interface IConnectionAwareTerminologyProvider Provides access to a terminology provider with connection support, which in turn provides access to termbases. Inherited Members ITerminologyProvider.SetDefault(Boolean) ITerminologyProvider.GetLanguages() ITerminologyProvider.GetEntry(Int32) ITerminologyProvider.GetEntry(Int32, IEnumerable) ITerminologyProvider.Search(String, ILanguage, ILanguage, Int32, SearchMode, Boolean) ITerminologyProvider.Initialize() ITerminologyProvider.Initialize(TerminologyProviderCredential) ITerminologyProvider.IsProviderUpToDate() ITerminologyProvider.GetFilters() ITerminologyProvider.Uninitialize() ITerminologyProvider.Name ITerminologyProvider.Description ITerminologyProvider.Id ITerminologyProvider.Uri ITerminologyProvider.Type ITerminologyProvider.IsReadOnly ITerminologyProvider.SearchEnabled ITerminologyProvider.Definition ITerminologyProvider.ActiveFilter ITerminologyProvider.IsInitialized System.IDisposable.Dispose() Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface IConnectionAwareTerminologyProvider : ITerminologyProvider, IDisposable Remarks Implement this interface when creating a connected terminology provider. Properties Status Provides information on the current status of the terminology provider Declaration TerminologyProviderStatus Status { get; } Property Value Type Description TerminologyProviderStatus" + }, + "api/terminology/Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.html": { + "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.html", + "title": "Interface IFileBasedTerminologyProviderDefaultPath", + "keywords": "Interface IFileBasedTerminologyProviderDefaultPath Default path for a file-based terminology provider Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface IFileBasedTerminologyProviderDefaultPath Properties DefaultTermbasesLocation Default location for file-based termbases Declaration string DefaultTermbasesLocation { get; set; } Property Value Type Description System.String" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ILanguage.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ILanguage.html", "title": "Interface ILanguage", - "keywords": "Interface ILanguage The language definition for a term Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ILanguage Properties Locale The locale Declaration CultureCode Locale { get; } Property Value Type Description CultureCode Name The name (aka label) of the language Declaration string Name { get; } Property Value Type Description string" + "keywords": "Interface ILanguage The language definition for a term Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ILanguage Properties Locale The locale Declaration CultureCode Locale { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode Name The name (aka label) of the language Declaration string Name { get; } Property Value Type Description System.String" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.IMultipleTerminologyProvider.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.IMultipleTerminologyProvider.html", "title": "Interface IMultipleTerminologyProvider", - "keywords": "Interface IMultipleTerminologyProvider Terminology Providers which support multiple termbases. Inherited Members ITerminologyProvider.SetDefault(bool) ITerminologyProvider.GetLanguages() ITerminologyProvider.GetEntry(int) ITerminologyProvider.GetEntry(int, IEnumerable) ITerminologyProvider.Search(string, ILanguage, ILanguage, int, SearchMode, bool) ITerminologyProvider.Initialize() ITerminologyProvider.Initialize(TerminologyProviderCredential) ITerminologyProvider.IsProviderUpToDate() ITerminologyProvider.GetFilters() ITerminologyProvider.Uninitialize() ITerminologyProvider.Name ITerminologyProvider.Description ITerminologyProvider.Id ITerminologyProvider.Uri ITerminologyProvider.Type ITerminologyProvider.IsReadOnly ITerminologyProvider.SearchEnabled ITerminologyProvider.Definition ITerminologyProvider.ActiveFilter ITerminologyProvider.IsInitialized IDisposable.Dispose() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface IMultipleTerminologyProvider : ITerminologyProvider, IDisposable Properties DefaultTermbaseName The name of the default termbase. Declaration string DefaultTermbaseName { get; } Property Value Type Description string" + "keywords": "Interface IMultipleTerminologyProvider Terminology Providers which support multiple termbases. Inherited Members ITerminologyProvider.SetDefault(Boolean) ITerminologyProvider.GetLanguages() ITerminologyProvider.GetEntry(Int32) ITerminologyProvider.GetEntry(Int32, IEnumerable) ITerminologyProvider.Search(String, ILanguage, ILanguage, Int32, SearchMode, Boolean) ITerminologyProvider.Initialize() ITerminologyProvider.Initialize(TerminologyProviderCredential) ITerminologyProvider.IsProviderUpToDate() ITerminologyProvider.GetFilters() ITerminologyProvider.Uninitialize() ITerminologyProvider.Name ITerminologyProvider.Description ITerminologyProvider.Id ITerminologyProvider.Uri ITerminologyProvider.Type ITerminologyProvider.IsReadOnly ITerminologyProvider.SearchEnabled ITerminologyProvider.Definition ITerminologyProvider.ActiveFilter ITerminologyProvider.IsInitialized System.IDisposable.Dispose() Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface IMultipleTerminologyProvider : ITerminologyProvider, IDisposable Properties DefaultTermbaseName The name of the default termbase. Declaration string DefaultTermbaseName { get; } Property Value Type Description System.String" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITermbaseMetrics.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITermbaseMetrics.html", "title": "Interface ITermbaseMetrics", - "keywords": "Interface ITermbaseMetrics Implemented by a terminology provider to calculate metrics for a termbase Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITermbaseMetrics Properties TotalTermCount Gets the total term count Declaration int TotalTermCount { get; } Property Value Type Description int" + "keywords": "Interface ITermbaseMetrics Implemented by a terminology provider to calculate metrics for a termbase Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITermbaseMetrics Properties TotalTermCount Gets the total term count Declaration int TotalTermCount { get; } Property Value Type Description System.Int32" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.html", "title": "Interface ITerminologyExport", - "keywords": "Interface ITerminologyExport This interface should be implemented by terminology provider implementers in order to provide export functionality Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyExport Methods Export(TerminologyExportType, string) Performs a termbase export to a specific format Declaration void Export(TerminologyExportType exportFormatType, string path) Parameters Type Name Description TerminologyExportType exportFormatType The export format type string path The path where the exported termbase will be saved Export(TerminologyExportType, string, Dictionary) Performs a termbase export to a specific format Declaration void Export(TerminologyExportType exportFormatType, string path, Dictionary exportProperties) Parameters Type Name Description TerminologyExportType exportFormatType The export format type string path The path where the exported termbase will be saved Dictionary string string exportProperties The import properties Remarks Use the export properties to pass additional parameters to the export process. E.g. add the \"xdxFile\" property for a MultiTerm export definition file" + "keywords": "Interface ITerminologyExport This interface should be implemented by terminology provider implementers in order to provide export functionality Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyExport Methods Export(TerminologyExportType, String) Performs a termbase export to a specific format Declaration void Export(TerminologyExportType exportFormatType, string path) Parameters Type Name Description TerminologyExportType exportFormatType The export format type System.String path The path where the exported termbase will be saved Export(TerminologyExportType, String, Dictionary) Performs a termbase export to a specific format Declaration void Export(TerminologyExportType exportFormatType, string path, Dictionary exportProperties) Parameters Type Name Description TerminologyExportType exportFormatType The export format type System.String path The path where the exported termbase will be saved System.Collections.Generic.Dictionary < System.String , System.String > exportProperties The import properties Remarks Use the export properties to pass additional parameters to the export process. E.g. add the \"xdxFile\" property for a MultiTerm export definition file" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.html", "title": "Interface ITerminologyImport", - "keywords": "Interface ITerminologyImport This interface should be implemented by terminology providers in order to provide import functionality Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyImport Methods Import(TerminologyImportType, List, Dictionary) Performs a termbase import Declaration void Import(TerminologyImportType importType, List importFiles, Dictionary importProperties = null) Parameters Type Name Description TerminologyImportType importType The import type List string importFiles The path of the import files Dictionary string string importProperties The import properties Remarks Use the import properties to pass additional parameters to the import process. E.g. add the \"xdtFile\" property for a MultiTerm termbase definition file Import(TerminologyImportType, string, string) Performs a termbase import Declaration void Import(TerminologyImportType importType, string importFile, string termbaseDefinition = null) Parameters Type Name Description TerminologyImportType importType The import type string importFile The path of the import file string termbaseDefinition The path of the termbase definition file" + "keywords": "Interface ITerminologyImport This interface should be implemented by terminology providers in order to provide import functionality Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyImport Methods Import(TerminologyImportType, List, Dictionary) Performs a termbase import Declaration void Import(TerminologyImportType importType, List importFiles, Dictionary importProperties = null) Parameters Type Name Description TerminologyImportType importType The import type System.Collections.Generic.List < System.String > importFiles The path of the import files System.Collections.Generic.Dictionary < System.String , System.String > importProperties The import properties Remarks Use the import properties to pass additional parameters to the import process. E.g. add the \"xdtFile\" property for a MultiTerm termbase definition file Import(TerminologyImportType, String, String) Performs a termbase import Declaration void Import(TerminologyImportType importType, string importFile, string termbaseDefinition = null) Parameters Type Name Description TerminologyImportType importType The import type System.String importFile The path of the import file System.String termbaseDefinition The path of the termbase definition file" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.html", "title": "Interface ITerminologyMarkupProvider", - "keywords": "Interface ITerminologyMarkupProvider Terminology providers that provide markup information with the search results when performing term recognition need to implement this interface. Inherited Members ITerminologyProvider.SetDefault(bool) ITerminologyProvider.GetLanguages() ITerminologyProvider.GetEntry(int) ITerminologyProvider.GetEntry(int, IEnumerable) ITerminologyProvider.Search(string, ILanguage, ILanguage, int, SearchMode, bool) ITerminologyProvider.Initialize() ITerminologyProvider.Initialize(TerminologyProviderCredential) ITerminologyProvider.IsProviderUpToDate() ITerminologyProvider.GetFilters() ITerminologyProvider.Uninitialize() ITerminologyProvider.Name ITerminologyProvider.Description ITerminologyProvider.Id ITerminologyProvider.Uri ITerminologyProvider.Type ITerminologyProvider.IsReadOnly ITerminologyProvider.SearchEnabled ITerminologyProvider.Definition ITerminologyProvider.ActiveFilter ITerminologyProvider.IsInitialized IDisposable.Dispose() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyMarkupProvider : ITerminologyProvider, IDisposable Methods SearchAndMarkup(string, ILanguage, ILanguage, int, SearchMode, bool) Performs a term recognition over the current terminology provider Declaration IList SearchAndMarkup(string text, ILanguage source, ILanguage destination, int maxResultsCount, SearchMode mode, bool targetRequired) Parameters Type Name Description string text The text to search for ILanguage source Source language ILanguage destination Destination language int maxResultsCount Maximum number of result to return SearchMode mode search mode: normal, fuzzy, full text bool targetRequired True to return only term with target language term definition Returns Type Description IList SearchMarkupResult The list of found terms together with markup information" + "keywords": "Interface ITerminologyMarkupProvider Terminology providers that provide markup information with the search results when performing term recognition need to implement this interface. Inherited Members ITerminologyProvider.SetDefault(Boolean) ITerminologyProvider.GetLanguages() ITerminologyProvider.GetEntry(Int32) ITerminologyProvider.GetEntry(Int32, IEnumerable) ITerminologyProvider.Search(String, ILanguage, ILanguage, Int32, SearchMode, Boolean) ITerminologyProvider.Initialize() ITerminologyProvider.Initialize(TerminologyProviderCredential) ITerminologyProvider.IsProviderUpToDate() ITerminologyProvider.GetFilters() ITerminologyProvider.Uninitialize() ITerminologyProvider.Name ITerminologyProvider.Description ITerminologyProvider.Id ITerminologyProvider.Uri ITerminologyProvider.Type ITerminologyProvider.IsReadOnly ITerminologyProvider.SearchEnabled ITerminologyProvider.Definition ITerminologyProvider.ActiveFilter ITerminologyProvider.IsInitialized System.IDisposable.Dispose() Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyMarkupProvider : ITerminologyProvider, IDisposable Methods SearchAndMarkup(String, ILanguage, ILanguage, Int32, SearchMode, Boolean) Performs a term recognition over the current terminology provider Declaration IList SearchAndMarkup(string text, ILanguage source, ILanguage destination, int maxResultsCount, SearchMode mode, bool targetRequired) Parameters Type Name Description System.String text The text to search for ILanguage source Source language ILanguage destination Destination language System.Int32 maxResultsCount Maximum number of result to return SearchMode mode search mode: normal, fuzzy, full text System.Boolean targetRequired True to return only term with target language term definition Returns Type Description System.Collections.Generic.IList < SearchMarkupResult > The list of found terms together with markup information" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.html", "title": "Interface ITerminologyProvider", - "keywords": "Interface ITerminologyProvider Provides access to a terminology provider, which in turn provides access to termbases. Inherited Members IDisposable.Dispose() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProvider : IDisposable Remarks Implement ITerminologyProvider interface when creating a terminology provider. Properties ActiveFilter Gets or sets the active filter definition Declaration FilterDefinition ActiveFilter { get; set; } Property Value Type Description FilterDefinition Definition Get the terminology provider's definition Declaration Definition Definition { get; } Property Value Type Description Definition Description Gets the terminology provider description Declaration string Description { get; } Property Value Type Description string Id Gets the unique ID of the terminology provider Declaration string Id { get; } Property Value Type Description string IsInitialized Flag to track whether the provider has been initialized. Declaration bool IsInitialized { get; } Property Value Type Description bool IsReadOnly Read only flag for the terminology provider. Declaration bool IsReadOnly { get; } Property Value Type Description bool Name Gets the display name of the terminology provider Declaration string Name { get; } Property Value Type Description string SearchEnabled Gets the terminology provider search enabled flag. Declaration bool SearchEnabled { get; } Property Value Type Description bool Type Gets the type of the terminology provider. Declaration TerminologyProviderType Type { get; } Property Value Type Description TerminologyProviderType Uri Gets the URI of this terminology provider. Declaration Uri Uri { get; } Property Value Type Description Uri Methods GetEntry(int) Get an entry definition from the terminology provider Declaration Entry GetEntry(int id) Parameters Type Name Description int id The entry id to get. Returns Type Description Entry The entry object. Returns null if an entry with the specified id does not exists in the terminology provider. GetEntry(int, IEnumerable) Get an entry from the terminology provider Declaration Entry GetEntry(int id, IEnumerable languages) Parameters Type Name Description int id The entry id to get. IEnumerable ILanguage languages The languages to fill for the requested entry. Returns Type Description Entry The entry object. Returns null if an entry with the specified id does not exists in the terminology provider. GetFilters() Returns a list of filter definitions available for this terminology provider Declaration IList GetFilters() Returns Type Description IList FilterDefinition GetLanguages() Returns a list of the language languages available for this terminology provider Declaration IList GetLanguages() Returns Type Description IList ILanguage The list of language definitions for a terms Initialize() Initialize the provider Declaration bool Initialize() Returns Type Description bool True for success Initialize(TerminologyProviderCredential) Initialize the provider using the specified credentials Declaration bool Initialize(TerminologyProviderCredential credential) Parameters Type Name Description TerminologyProviderCredential credential Returns Type Description bool True for success IsProviderUpToDate() Indicates whether the provider information is up-to-date Declaration bool IsProviderUpToDate() Returns Type Description bool Search(string, ILanguage, ILanguage, int, SearchMode, bool) Performs a search over the current terminology provider Declaration IList Search(string text, ILanguage source, ILanguage destination, int maxResultsCount, SearchMode mode, bool targetRequired) Parameters Type Name Description string text The text to search for ILanguage source Source language ILanguage destination Destination language int maxResultsCount Maximum number of result to return SearchMode mode search mode: normal, fuzzy, full text bool targetRequired True to return only term with target language term definition Returns Type Description IList SearchResult The list of found terms SetDefault(bool) Set the terminology provider as default Declaration void SetDefault(bool value) Parameters Type Name Description bool value Determines if it is set as default or not Uninitialize() Uninitialize the provider Declaration bool Uninitialize() Returns Type Description bool" + "keywords": "Interface ITerminologyProvider Provides access to a terminology provider, which in turn provides access to termbases. Inherited Members System.IDisposable.Dispose() Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProvider : IDisposable Remarks Implement ITerminologyProvider interface when creating a terminology provider. Properties ActiveFilter Gets or sets the active filter definition Declaration FilterDefinition ActiveFilter { get; set; } Property Value Type Description FilterDefinition Definition Get the terminology provider's definition Declaration Definition Definition { get; } Property Value Type Description Definition Description Gets the terminology provider description Declaration string Description { get; } Property Value Type Description System.String Id Gets the unique ID of the terminology provider Declaration string Id { get; } Property Value Type Description System.String IsInitialized Flag to track whether the provider has been initialized. Declaration bool IsInitialized { get; } Property Value Type Description System.Boolean IsReadOnly Read only flag for the terminology provider. Declaration bool IsReadOnly { get; } Property Value Type Description System.Boolean Name Gets the display name of the terminology provider Declaration string Name { get; } Property Value Type Description System.String SearchEnabled Gets the terminology provider search enabled flag. Declaration bool SearchEnabled { get; } Property Value Type Description System.Boolean Type Gets the type of the terminology provider. Declaration TerminologyProviderType Type { get; } Property Value Type Description TerminologyProviderType Uri Gets the URI of this terminology provider. Declaration Uri Uri { get; } Property Value Type Description System.Uri Methods GetEntry(Int32) Get an entry definition from the terminology provider Declaration Entry GetEntry(int id) Parameters Type Name Description System.Int32 id The entry id to get. Returns Type Description Entry The entry object. Returns null if an entry with the specified id does not exists in the terminology provider. GetEntry(Int32, IEnumerable) Get an entry from the terminology provider Declaration Entry GetEntry(int id, IEnumerable languages) Parameters Type Name Description System.Int32 id The entry id to get. System.Collections.Generic.IEnumerable < ILanguage > languages The languages to fill for the requested entry. Returns Type Description Entry The entry object. Returns null if an entry with the specified id does not exists in the terminology provider. GetFilters() Returns a list of filter definitions available for this terminology provider Declaration IList GetFilters() Returns Type Description System.Collections.Generic.IList < FilterDefinition > GetLanguages() Returns a list of the language languages available for this terminology provider Declaration IList GetLanguages() Returns Type Description System.Collections.Generic.IList < ILanguage > The list of language definitions for a terms Initialize() Initialize the provider Declaration bool Initialize() Returns Type Description System.Boolean True for success Initialize(TerminologyProviderCredential) Initialize the provider using the specified credentials Declaration bool Initialize(TerminologyProviderCredential credential) Parameters Type Name Description TerminologyProviderCredential credential Returns Type Description System.Boolean True for success IsProviderUpToDate() Indicates whether the provider information is up-to-date Declaration bool IsProviderUpToDate() Returns Type Description System.Boolean Search(String, ILanguage, ILanguage, Int32, SearchMode, Boolean) Performs a search over the current terminology provider Declaration IList Search(string text, ILanguage source, ILanguage destination, int maxResultsCount, SearchMode mode, bool targetRequired) Parameters Type Name Description System.String text The text to search for ILanguage source Source language ILanguage destination Destination language System.Int32 maxResultsCount Maximum number of result to return SearchMode mode search mode: normal, fuzzy, full text System.Boolean targetRequired True to return only term with target language term definition Returns Type Description System.Collections.Generic.IList < SearchResult > The list of found terms SetDefault(Boolean) Set the terminology provider as default Declaration void SetDefault(bool value) Parameters Type Name Description System.Boolean value Determines if it is set as default or not Uninitialize() Uninitialize the provider Declaration bool Uninitialize() Returns Type Description System.Boolean" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderCredentialStore.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderCredentialStore.html", "title": "Interface ITerminologyProviderCredentialStore", - "keywords": "Interface ITerminologyProviderCredentialStore This interface represents a storage mechanism for terminology provider credentials. Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProviderCredentialStore Methods AddCredential(Uri, TerminologyProviderCredential) Adds or updates the credential for the specified URI. Declaration void AddCredential(Uri uri, TerminologyProviderCredential credential) Parameters Type Name Description Uri uri The URI for which to add or update the credential. Note that this does not necessarily have to be the terminology provider URI itself. It can be a more general URI, for instance identifying the server on which the terminology provider lives. This allows for reusing credentials for different terminology providers hosted on the same server. TerminologyProviderCredential credential A serialized credential. AddOrUpdateCredential(Uri, TerminologyProviderCredential) Add a credential for the specified provider Uri. If it does not exists, otherwise update the existing credential Declaration void AddOrUpdateCredential(Uri uri, TerminologyProviderCredential credential) Parameters Type Name Description Uri uri The provider Uri TerminologyProviderCredential credential the credential to add or update an existing one Clear() Removes all credentials stored in this store. Declaration void Clear() GetCredential(Uri) Gets a credential for the given URI. Declaration TerminologyProviderCredential GetCredential(Uri uri) Parameters Type Name Description Uri uri The URI for which to retrieve the credential. Note that this does not necessarily have to be the terminology provider URI itself. It can be a more general URI, for instance identifying the server on which the terminology provider lives. This allows for reusing credentials for different terminology providers hosted on the same server. Returns Type Description TerminologyProviderCredential A serialized credential; or null if no credential for the given URI is available. RemoveCredential(Uri) Removes the credential for the specified URI. Declaration void RemoveCredential(Uri uri) Parameters Type Name Description Uri uri The URI for which to remove the credential. Note that this does not necessarily have to be the terminology provider URI itself. It can be a more general URI, for instance identifying the server on which the terminology provider lives. This allows for reusing credentials for different terminology providers hosted on the same server." + "keywords": "Interface ITerminologyProviderCredentialStore This interface represents a storage mechanism for terminology provider credentials. Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProviderCredentialStore Methods AddCredential(Uri, TerminologyProviderCredential) Adds or updates the credential for the specified URI. Declaration void AddCredential(Uri uri, TerminologyProviderCredential credential) Parameters Type Name Description System.Uri uri The URI for which to add or update the credential. Note that this does not necessarily have to be the terminology provider URI itself. It can be a more general URI, for instance identifying the server on which the terminology provider lives. This allows for reusing credentials for different terminology providers hosted on the same server. TerminologyProviderCredential credential A serialized credential. AddOrUpdateCredential(Uri, TerminologyProviderCredential) Add a credential for the specified provider Uri. If it does not exists, otherwise update the existing credential Declaration void AddOrUpdateCredential(Uri uri, TerminologyProviderCredential credential) Parameters Type Name Description System.Uri uri The provider Uri TerminologyProviderCredential credential the credential to add or update an existing one Clear() Removes all credentials stored in this store. Declaration void Clear() GetCredential(Uri) Gets a credential for the given URI. Declaration TerminologyProviderCredential GetCredential(Uri uri) Parameters Type Name Description System.Uri uri The URI for which to retrieve the credential. Note that this does not necessarily have to be the terminology provider URI itself. It can be a more general URI, for instance identifying the server on which the terminology provider lives. This allows for reusing credentials for different terminology providers hosted on the same server. Returns Type Description TerminologyProviderCredential A serialized credential; or null if no credential for the given URI is available. RemoveCredential(Uri) Removes the credential for the specified URI. Declaration void RemoveCredential(Uri uri) Parameters Type Name Description System.Uri uri The URI for which to remove the credential. Note that this does not necessarily have to be the terminology provider URI itself. It can be a more general URI, for instance identifying the server on which the terminology provider lives. This allows for reusing credentials for different terminology providers hosted on the same server." }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderFactory.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderFactory.html", "title": "Interface ITerminologyProviderFactory", - "keywords": "Interface ITerminologyProviderFactory This interface defines a Terminology Provider Factory class that can be used as a plug-in based on the Sdl.Core.PluginFramework Extensions API Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProviderFactory Remarks Implementations of this class should be marked up with a TerminologyProviderFactoryAttribute extension attribute in order for the factory to be available. Methods CreateTerminologyProvider(Uri, ITerminologyProviderCredentialStore) Creates an instance of the terminology provider defined by the specified URI. Declaration ITerminologyProvider CreateTerminologyProvider(Uri terminologyProviderUri, ITerminologyProviderCredentialStore credentials) Parameters Type Name Description Uri terminologyProviderUri A URI that identifies the translation provider to create. ITerminologyProviderCredentialStore credentials A credential store object that can be used to retrieve credentials required for this terminology provider. Returns Type Description ITerminologyProvider A new terminology provider object, ready to be used. Exceptions Type Condition ArgumentNullException Thrown if terminologyProviderUri or credentials is null. ArgumentException Thrown if terminologyProviderUri is not supported by this factory. SupportsTerminologyProviderUri(Uri) Returns true if this factory supports the specified URI. Declaration bool SupportsTerminologyProviderUri(Uri terminologyProviderUri) Parameters Type Name Description Uri terminologyProviderUri The Uri. Returns Type Description bool True if this factory supports the specified URI." + "keywords": "Interface ITerminologyProviderFactory This interface defines a Terminology Provider Factory class that can be used as a plug-in based on the Sdl.Core.PluginFramework Extensions API Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProviderFactory Remarks Implementations of this class should be marked up with a TerminologyProviderFactoryAttribute extension attribute in order for the factory to be available. Methods CreateTerminologyProvider(Uri, ITerminologyProviderCredentialStore) Creates an instance of the terminology provider defined by the specified URI. Declaration ITerminologyProvider CreateTerminologyProvider(Uri terminologyProviderUri, ITerminologyProviderCredentialStore credentials) Parameters Type Name Description System.Uri terminologyProviderUri A URI that identifies the translation provider to create. ITerminologyProviderCredentialStore credentials A credential store object that can be used to retrieve credentials required for this terminology provider. Returns Type Description ITerminologyProvider A new terminology provider object, ready to be used. Exceptions Type Condition System.ArgumentNullException Thrown if terminologyProviderUri or credentials is null. System.ArgumentException Thrown if terminologyProviderUri is not supported by this factory. SupportsTerminologyProviderUri(Uri) Returns true if this factory supports the specified URI. Declaration bool SupportsTerminologyProviderUri(Uri terminologyProviderUri) Parameters Type Name Description System.Uri terminologyProviderUri The Uri. Returns Type Description System.Boolean True if this factory supports the specified URI." }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderManager.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderManager.html", "title": "Interface ITerminologyProviderManager", - "keywords": "Interface ITerminologyProviderManager This interface represents a mechanism responsible for creating and getting available terminology providers Inherited Members IDisposable.Dispose() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProviderManager : IDisposable Methods GetTerminologyProvider(Uri) Get an instance of a terminology provider, specified by its uri. Declaration ITerminologyProvider GetTerminologyProvider(Uri uri) Parameters Type Name Description Uri uri The Uri address of the terminology provider. Returns Type Description ITerminologyProvider The terminology provider instance. GetTerminologyProvider(Uri, ITerminologyProviderCredentialStore) Get an instance of a terminology provider, specified by its Uri. Declaration ITerminologyProvider GetTerminologyProvider(Uri uri, ITerminologyProviderCredentialStore credentials) Parameters Type Name Description Uri uri The Uri address of the terminology provider. ITerminologyProviderCredentialStore credentials The credential store containing the provider credential to perform login. Returns Type Description ITerminologyProvider The terminology provider instance. GetTerminologyProviderViewerWinFormsUI(Uri) Returns the terminology provider viewer win forms UI object specific for the input URI Declaration ITerminologyProviderViewerWinFormsUI GetTerminologyProviderViewerWinFormsUI(Uri uri) Parameters Type Name Description Uri uri The terminology provider URI. Returns Type Description ITerminologyProviderViewerWinFormsUI The terminology provider viewer win forms UI. GetTerminologyProviderViewerWinFormsUIs() Returns the list of available terminology provider viewer win forms UI Declaration IEnumerable GetTerminologyProviderViewerWinFormsUIs() Returns Type Description IEnumerable ITerminologyProviderViewerWinFormsUI The list of available terminology provider viewer win forms UI. GetTerminologyProviderWinFormsUI(Uri) Returns the win forms UI for the specified terminology provider Declaration ITerminologyProviderWinFormsUI GetTerminologyProviderWinFormsUI(Uri uri) Parameters Type Name Description Uri uri The terminology provider URI. Returns Type Description ITerminologyProviderWinFormsUI The win forms UI. GetTerminologyProviderWinFormsUIs() Returns the list of all available terminology providers that have implementations for win forms UI. Declaration IEnumerable GetTerminologyProviderWinFormsUIs() Returns Type Description IEnumerable ITerminologyProviderWinFormsUI The list of terminology providers win forms UI. RemoveTerminologyProvider(Uri) Remove a terminology provider based on uri Declaration bool RemoveTerminologyProvider(Uri uri) Parameters Type Name Description Uri uri Returns Type Description bool True if remove was successfully. Otherwise false" + "keywords": "Interface ITerminologyProviderManager This interface represents a mechanism responsible for creating and getting available terminology providers Inherited Members System.IDisposable.Dispose() Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProviderManager : IDisposable Methods GetTerminologyProvider(Uri) Get an instance of a terminology provider, specified by its uri. Declaration ITerminologyProvider GetTerminologyProvider(Uri uri) Parameters Type Name Description System.Uri uri The Uri address of the terminology provider. Returns Type Description ITerminologyProvider The terminology provider instance. GetTerminologyProvider(Uri, ITerminologyProviderCredentialStore) Get an instance of a terminology provider, specified by its Uri. Declaration ITerminologyProvider GetTerminologyProvider(Uri uri, ITerminologyProviderCredentialStore credentials) Parameters Type Name Description System.Uri uri The Uri address of the terminology provider. ITerminologyProviderCredentialStore credentials The credential store containing the provider credential to perform login. Returns Type Description ITerminologyProvider The terminology provider instance. GetTerminologyProviderViewerWinFormsUI(Uri) Returns the terminology provider viewer win forms UI object specific for the input URI Declaration ITerminologyProviderViewerWinFormsUI GetTerminologyProviderViewerWinFormsUI(Uri uri) Parameters Type Name Description System.Uri uri The terminology provider URI. Returns Type Description ITerminologyProviderViewerWinFormsUI The terminology provider viewer win forms UI. GetTerminologyProviderViewerWinFormsUIs() Returns the list of available terminology provider viewer win forms UI Declaration IEnumerable GetTerminologyProviderViewerWinFormsUIs() Returns Type Description System.Collections.Generic.IEnumerable < ITerminologyProviderViewerWinFormsUI > The list of available terminology provider viewer win forms UI. GetTerminologyProviderWinFormsUI(Uri) Returns the win forms UI for the specified terminology provider Declaration ITerminologyProviderWinFormsUI GetTerminologyProviderWinFormsUI(Uri uri) Parameters Type Name Description System.Uri uri The terminology provider URI. Returns Type Description ITerminologyProviderWinFormsUI The win forms UI. GetTerminologyProviderWinFormsUIs() Returns the list of all available terminology providers that have implementations for win forms UI. Declaration IEnumerable GetTerminologyProviderWinFormsUIs() Returns Type Description System.Collections.Generic.IEnumerable < ITerminologyProviderWinFormsUI > The list of terminology providers win forms UI. RemoveTerminologyProvider(Uri) Remove a terminology provider based on uri Declaration bool RemoveTerminologyProvider(Uri uri) Parameters Type Name Description System.Uri uri Returns Type Description System.Boolean True if remove was successfully. Otherwise false" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderReadOnly.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderReadOnly.html", "title": "Interface ITerminologyProviderReadOnly", - "keywords": "Interface ITerminologyProviderReadOnly This interface should be implemented by terminology provider implementers in order to signalize that Trados Studio can only read data from the provider Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProviderReadOnly" + "keywords": "Interface ITerminologyProviderReadOnly This interface should be implemented by terminology provider implementers in order to signalize that Trados Studio can only read data from the provider Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProviderReadOnly" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.html", "title": "Interface ITerminologyProviderViewerWinFormsUI", - "keywords": "Interface ITerminologyProviderViewerWinFormsUI This interface should be implemented by terminology provider implementers that are able to provide more information about a term when required in the Trados Studio Editor View Implementation of this interface should be marked up with the TerminologyProviderViewerWinFormsUIAttribute attribute for registration it with the plug-in manager. Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProviderViewerWinFormsUI Properties CanAddTerm Returns whether this component supports adding a term. Declaration bool CanAddTerm { get; } Property Value Type Description bool Returns true if this component supports adding a term; otherwise, false. Control The control to be displayed in the Termbase Viewer window in the Editor View Declaration Control Control { get; } Property Value Type Description Control Initialized Determines whether the viewer was initialized. Declaration bool Initialized { get; } Property Value Type Description bool IsEditing Returns wether this component is in edit mode. Declaration bool IsEditing { get; } Property Value Type Description bool Returns true if this component is in edit mode; otherwise, false. SelectedTerm Gets or sets the term that is currently active in the Termbase Viewer window Declaration Entry SelectedTerm { get; set; } Property Value Type Description Entry Methods AddAndEditTerm(Entry, string, string) The user triggered an add on an already existing term. Declaration void AddAndEditTerm(Entry term, string source, string target) Parameters Type Name Description Entry term The term with the same source that already exists. string source The new text for the source. string target The text for the target. AddTerm(string, string) The user requested to add a new entry into the terminology provider. Declaration void AddTerm(string source, string target) Parameters Type Name Description string source The text for the source term. string target The text for the target term. CancelTerm() Cancels the current term editing operation. Declaration void CancelTerm() EditTerm(Entry) The user triggered an editing on the specified term. Declaration void EditTerm(Entry term) Parameters Type Name Description Entry term The term to edit. Initialize(ITerminologyProvider, CultureCode, CultureCode) Called when the terminology provider viewer is initialized. Declaration void Initialize(ITerminologyProvider terminologyProvider, CultureCode source, CultureCode target) Parameters Type Name Description ITerminologyProvider terminologyProvider The terminology provider to be used in the current viewer instance. CultureCode source The source language for the current document language direction. CultureCode target The target language for the current document language direction. JumpToTerm(Entry) The user requested to see more information about an entry. Usually triggered by the \"View term details\" action in the Term Recognition window from the Editor View. Declaration void JumpToTerm(Entry entry) Parameters Type Name Description Entry entry The entry which should be displayed in the Termbase Viewer window Release() Called when the terminology provider viewer is not needed anymore. Declaration void Release() SaveTerm() Saves the current state of a term. Declaration void SaveTerm() SupportsTerminologyProviderUri(Uri) Returns true if this component supports the specified terminology provider URI. Declaration bool SupportsTerminologyProviderUri(Uri terminologyProviderUri) Parameters Type Name Description Uri terminologyProviderUri The uri. Returns Type Description bool True if this component supports the specified terminology provider URI. Events SelectedTermChanged Triggered when the active term has changed, when triggered it will save the specified term on the active document. Declaration event EventHandler SelectedTermChanged Event Type Type Description EventHandler EntryEventArgs TermChanged Triggered when something has in the terminology provider. Usually used when adding, editing or removing a term. This event will trigger a new term recognition for the active segment. Declaration event EventHandler TermChanged Event Type Type Description EventHandler" - }, - "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.html": { - "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.html", - "title": "Interface ITerminologyProviderViewerWrapper", - "keywords": "Interface ITerminologyProviderViewerWrapper Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProviderViewerWrapper Properties Viewer Declaration ITerminologyProviderViewerWinFormsUI Viewer { get; set; } Property Value Type Description ITerminologyProviderViewerWinFormsUI Methods CanAddTerm() Declaration bool CanAddTerm() Returns Type Description bool" + "keywords": "Interface ITerminologyProviderViewerWinFormsUI This interface should be implemented by terminology provider implementers that are able to provide more information about a term when required in the Trados Studio Editor View Implementation of this interface should be marked up with the TerminologyProviderViewerWinFormsUIAttribute attribute for registration it with the plug-in manager. Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProviderViewerWinFormsUI Properties CanAddTerm Returns whether this component supports adding a term. Declaration bool CanAddTerm { get; } Property Value Type Description System.Boolean Returns true if this component supports adding a term; otherwise, false. Control The control to be displayed in the Termbase Viewer window in the Editor View Declaration Control Control { get; } Property Value Type Description System.Windows.Forms.Control Initialized Determines whether the viewer was initialized. Declaration bool Initialized { get; } Property Value Type Description System.Boolean IsEditing Returns wether this component is in edit mode. Declaration bool IsEditing { get; } Property Value Type Description System.Boolean Returns true if this component is in edit mode; otherwise, false. SelectedTerm Gets or sets the term that is currently active in the Termbase Viewer window Declaration Entry SelectedTerm { get; set; } Property Value Type Description Entry Methods AddAndEditTerm(Entry, String, String) The user triggered an add on an already existing term. Declaration void AddAndEditTerm(Entry term, string source, string target) Parameters Type Name Description Entry term The term with the same source that already exists. System.String source The new text for the source. System.String target The text for the target. AddTerm(String, String) The user requested to add a new entry into the terminology provider. Declaration void AddTerm(string source, string target) Parameters Type Name Description System.String source The text for the source term. System.String target The text for the target term. CancelTerm() Cancels the current term editing operation. Declaration void CancelTerm() EditTerm(Entry) The user triggered an editing on the specified term. Declaration void EditTerm(Entry term) Parameters Type Name Description Entry term The term to edit. Initialize(ITerminologyProvider, CultureCode, CultureCode) Called when the terminology provider viewer is initialized. Declaration void Initialize(ITerminologyProvider terminologyProvider, CultureCode source, CultureCode target) Parameters Type Name Description ITerminologyProvider terminologyProvider The terminology provider to be used in the current viewer instance. Sdl.Core.Globalization.CultureCode source The source language for the current document language direction. Sdl.Core.Globalization.CultureCode target The target language for the current document language direction. JumpToTerm(Entry) The user requested to see more information about an entry. Usually triggered by the \"View term details\" action in the Term Recognition window from the Editor View. Declaration void JumpToTerm(Entry entry) Parameters Type Name Description Entry entry The entry which should be displayed in the Termbase Viewer window Release() Called when the terminology provider viewer is not needed anymore. Declaration void Release() SaveTerm() Saves the current state of a term. Declaration void SaveTerm() SupportsTerminologyProviderUri(Uri) Returns true if this component supports the specified terminology provider URI. Declaration bool SupportsTerminologyProviderUri(Uri terminologyProviderUri) Parameters Type Name Description System.Uri terminologyProviderUri The uri. Returns Type Description System.Boolean True if this component supports the specified terminology provider URI. Events SelectedTermChanged Triggered when the active term has changed, when triggered it will save the specified term on the active document. Declaration event EventHandler SelectedTermChanged Event Type Type Description System.EventHandler < EntryEventArgs > TermChanged Triggered when something has in the terminology provider. Usually used when adding, editing or removing a term. This event will trigger a new term recognition for the active segment. Declaration event EventHandler TermChanged Event Type Type Description System.EventHandler" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUI.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUI.html", "title": "Interface ITerminologyProviderWinFormsUI", - "keywords": "Interface ITerminologyProviderWinFormsUI This interface should be implemented by terminology provider implementers in order to provide user interface functionality in Trados Studio specific to that type of terminology provider. Implementation of this interface should be marked up with the TerminologyProviderWinFormsUIAttribute attribute for registration it with the plug-in manager. Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProviderWinFormsUI Properties TypeDescription Gets the type description of the factory; e.g. \"A plug-in provider to use Cloud-Based Terminology.\" Declaration string TypeDescription { get; } Property Value Type Description string TypeName Gets the type name of the factory; e.g. \"Cloud-Based Terminology Provider\" Declaration string TypeName { get; } Property Value Type Description string Methods Browse(IWin32Window, ITerminologyProviderCredentialStore) Displays a dialog to interactively browse for one or more terminology providers. Declaration ITerminologyProvider[] Browse(IWin32Window owner, ITerminologyProviderCredentialStore credentialStore) Parameters Type Name Description IWin32Window owner The window that will own the dialog ITerminologyProviderCredentialStore credentialStore A credential store object that can be used to retrieve credentials required. Returns Type Description ITerminologyProvider A collection of terminology providers selected by the user, or null if none were selected or available or the browse was canceled. GetDisplayInfo(Uri) Gets display information for the specified terminology provider. Declaration TerminologyProviderDisplayInfo GetDisplayInfo(Uri terminologyProviderUri) Parameters Type Name Description Uri terminologyProviderUri A terminology provider URI, representing the terminology provider. Returns Type Description TerminologyProviderDisplayInfo A TerminologyProviderDisplayInfo object, containing display information that allows an application to represent the terminology provider without having to instantiate it. Remarks Note that this method can potentially be called very frequently so it is not advisable to instantiate the translation provider within its implementation. SupportsTerminologyProviderUri(Uri) Returns true if this component supports the specified terminology provider URI. Declaration bool SupportsTerminologyProviderUri(Uri terminologyProviderUri) Parameters Type Name Description Uri terminologyProviderUri The uri. Returns Type Description bool True if this component supports the specified terminology provider URI." + "keywords": "Interface ITerminologyProviderWinFormsUI This interface should be implemented by terminology provider implementers in order to provide user interface functionality in Trados Studio specific to that type of terminology provider. Implementation of this interface should be marked up with the TerminologyProviderWinFormsUIAttribute attribute for registration it with the plug-in manager. Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProviderWinFormsUI Properties TypeDescription Gets the type description of the factory; e.g. \"A plug-in provider to use Cloud-Based Terminology.\" Declaration string TypeDescription { get; } Property Value Type Description System.String TypeName Gets the type name of the factory; e.g. \"Cloud-Based Terminology Provider\" Declaration string TypeName { get; } Property Value Type Description System.String Methods Browse(IWin32Window, ITerminologyProviderCredentialStore) Displays a dialog to interactively browse for one or more terminology providers. Declaration ITerminologyProvider[] Browse(IWin32Window owner, ITerminologyProviderCredentialStore credentialStore) Parameters Type Name Description System.Windows.Forms.IWin32Window owner The window that will own the dialog ITerminologyProviderCredentialStore credentialStore A credential store object that can be used to retrieve credentials required. Returns Type Description ITerminologyProvider [] A collection of terminology providers selected by the user, or null if none were selected or available or the browse was canceled. GetDisplayInfo(Uri) Gets display information for the specified terminology provider. Declaration TerminologyProviderDisplayInfo GetDisplayInfo(Uri terminologyProviderUri) Parameters Type Name Description System.Uri terminologyProviderUri A terminology provider URI, representing the terminology provider. Returns Type Description TerminologyProviderDisplayInfo A TerminologyProviderDisplayInfo object, containing display information that allows an application to represent the terminology provider without having to instantiate it. Remarks Note that this method can potentially be called very frequently so it is not advisable to instantiate the translation provider within its implementation. SupportsTerminologyProviderUri(Uri) Returns true if this component supports the specified terminology provider URI. Declaration bool SupportsTerminologyProviderUri(Uri terminologyProviderUri) Parameters Type Name Description System.Uri terminologyProviderUri The uri. Returns Type Description System.Boolean True if this component supports the specified terminology provider URI." }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUIWithCreate.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUIWithCreate.html", "title": "Interface ITerminologyProviderWinFormsUIWithCreate", - "keywords": "Interface ITerminologyProviderWinFormsUIWithCreate Adds the capability to create a ITerminologyProvider for a ITerminologyProviderWinFormsUI interface. Inherited Members ITerminologyProviderWinFormsUI.SupportsTerminologyProviderUri(Uri) ITerminologyProviderWinFormsUI.Browse(IWin32Window, ITerminologyProviderCredentialStore) ITerminologyProviderWinFormsUI.GetDisplayInfo(Uri) ITerminologyProviderWinFormsUI.TypeName ITerminologyProviderWinFormsUI.TypeDescription Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProviderWinFormsUIWithCreate : ITerminologyProviderWinFormsUI Methods Create() Allows the creation of an ITerminologyProvider from the UI. Declaration ITerminologyProvider Create() Returns Type Description ITerminologyProvider" + "keywords": "Interface ITerminologyProviderWinFormsUIWithCreate Adds the capability to create a ITerminologyProvider for a ITerminologyProviderWinFormsUI interface. Inherited Members ITerminologyProviderWinFormsUI.SupportsTerminologyProviderUri(Uri) ITerminologyProviderWinFormsUI.Browse(IWin32Window, ITerminologyProviderCredentialStore) ITerminologyProviderWinFormsUI.GetDisplayInfo(Uri) ITerminologyProviderWinFormsUI.TypeName ITerminologyProviderWinFormsUI.TypeDescription Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProviderWinFormsUIWithCreate : ITerminologyProviderWinFormsUI Methods Create() Allows the creation of an ITerminologyProvider from the UI. Declaration ITerminologyProvider Create() Returns Type Description ITerminologyProvider" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUIWithEdit.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUIWithEdit.html", "title": "Interface ITerminologyProviderWinFormsUIWithEdit", - "keywords": "Interface ITerminologyProviderWinFormsUIWithEdit Adds the capability to edit settings for a ITerminologyProviderWinFormsUI interface. Inherited Members ITerminologyProviderWinFormsUI.SupportsTerminologyProviderUri(Uri) ITerminologyProviderWinFormsUI.Browse(IWin32Window, ITerminologyProviderCredentialStore) ITerminologyProviderWinFormsUI.GetDisplayInfo(Uri) ITerminologyProviderWinFormsUI.TypeName ITerminologyProviderWinFormsUI.TypeDescription Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProviderWinFormsUIWithEdit : ITerminologyProviderWinFormsUI Methods Edit(IWin32Window, ITerminologyProvider) Displays a dialog to interactively change any of the terminology provider settings. Declaration bool Edit(IWin32Window owner, ITerminologyProvider terminologyProvider) Parameters Type Name Description IWin32Window owner The window that will own the dialog ITerminologyProvider terminologyProvider A terminology provider descriptor, representing the terminology provider to edit. Returns Type Description bool True if changes were made to the terminology provider; false otherwise." + "keywords": "Interface ITerminologyProviderWinFormsUIWithEdit Adds the capability to edit settings for a ITerminologyProviderWinFormsUI interface. Inherited Members ITerminologyProviderWinFormsUI.SupportsTerminologyProviderUri(Uri) ITerminologyProviderWinFormsUI.Browse(IWin32Window, ITerminologyProviderCredentialStore) ITerminologyProviderWinFormsUI.GetDisplayInfo(Uri) ITerminologyProviderWinFormsUI.TypeName ITerminologyProviderWinFormsUI.TypeDescription Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public interface ITerminologyProviderWinFormsUIWithEdit : ITerminologyProviderWinFormsUI Methods Edit(IWin32Window, ITerminologyProvider) Displays a dialog to interactively change any of the terminology provider settings. Declaration bool Edit(IWin32Window owner, ITerminologyProvider terminologyProvider) Parameters Type Name Description System.Windows.Forms.IWin32Window owner The window that will own the dialog ITerminologyProvider terminologyProvider A terminology provider descriptor, representing the terminology provider to edit. Returns Type Description System.Boolean True if changes were made to the terminology provider; false otherwise." }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.html", "title": "Class MarkupPosition", - "keywords": "Class MarkupPosition Contains information to markup position of a term in a text/segment. Inheritance object MarkupPosition Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class MarkupPosition Constructors MarkupPosition() Declaration public MarkupPosition() Properties Length Length of the markup Declaration public int Length { get; set; } Property Value Type Description int Start Position in the segment where the markup starts from Declaration public int Start { get; set; } Property Value Type Description int" + "keywords": "Class MarkupPosition Contains information to markup position of a term in a text/segment. Inheritance System.Object MarkupPosition 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class MarkupPosition Constructors MarkupPosition() Declaration public MarkupPosition() Properties Length Length of the markup Declaration public int Length { get; set; } Property Value Type Description System.Int32 Start Position in the segment where the markup starts from Declaration public int Start { get; set; } Property Value Type Description System.Int32" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.html", "title": "Class SearchMarkupResult", - "keywords": "Class SearchMarkupResult Term recognition results. Includes markup positions of a matching term in the text/segment. Inheritance object SearchResult SearchMarkupResult SearchMarkupResultWithTermbaseName Inherited Members SearchResult.Id SearchResult.Text SearchResult.Score SearchResult.Language object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class SearchMarkupResult : SearchResult Constructors SearchMarkupResult() Declaration public SearchMarkupResult() Properties Positions List of markup positions Declaration public IList Positions { get; set; } Property Value Type Description IList MarkupPosition" + "keywords": "Class SearchMarkupResult Term recognition results. Includes markup positions of a matching term in the text/segment. Inheritance System.Object SearchResult SearchMarkupResult SearchMarkupResultWithTermbaseName Inherited Members SearchResult.Id SearchResult.Text SearchResult.Score SearchResult.Language 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class SearchMarkupResult : SearchResult Constructors SearchMarkupResult() Declaration public SearchMarkupResult() Properties Positions List of markup positions Declaration public IList Positions { get; set; } Property Value Type Description System.Collections.Generic.IList < MarkupPosition >" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.html", "title": "Class SearchMarkupResultWithTermbaseName", - "keywords": "Class SearchMarkupResultWithTermbaseName Search Results with positional data, for providers which support multiple termbases. Inheritance object SearchResult SearchMarkupResult SearchMarkupResultWithTermbaseName Inherited Members SearchMarkupResult.Positions SearchResult.Id SearchResult.Text SearchResult.Score SearchResult.Language object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class SearchMarkupResultWithTermbaseName : SearchMarkupResult Constructors SearchMarkupResultWithTermbaseName() Declaration public SearchMarkupResultWithTermbaseName() Properties TermbaseName The name of the termbase in a provider that supports multiple termbases Declaration public string TermbaseName { get; set; } Property Value Type Description string" + "keywords": "Class SearchMarkupResultWithTermbaseName Search Results with positional data, for providers which support multiple termbases. Inheritance System.Object SearchResult SearchMarkupResult SearchMarkupResultWithTermbaseName Inherited Members SearchMarkupResult.Positions SearchResult.Id SearchResult.Text SearchResult.Score SearchResult.Language 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class SearchMarkupResultWithTermbaseName : SearchMarkupResult Constructors SearchMarkupResultWithTermbaseName() Declaration public SearchMarkupResultWithTermbaseName() Properties TermbaseName The name of the termbase in a provider that supports multiple termbases Declaration public string TermbaseName { get; set; } Property Value Type Description System.String" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMode.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMode.html", "title": "Enum SearchMode", - "keywords": "Enum SearchMode Determines the search algorithm Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public enum SearchMode Fields Name Description FullText The lookup is also done in the terms meta-data Fuzzy Returns the fuzzy matches and their scores Normal Regular term search" + "keywords": "Enum SearchMode Determines the search algorithm Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public enum SearchMode Fields Name Description FullText The lookup is also done in the terms meta-data Fuzzy Returns the fuzzy matches and their scores Normal Regular term search" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResult.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResult.html", "title": "Class SearchResult", - "keywords": "Class SearchResult Termbase search results. Inheritance object SearchResult SearchMarkupResult SearchResultWithTermbaseName Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class SearchResult Constructors SearchResult() Declaration public SearchResult() Properties Id Unique id to access it Declaration public int Id { get; set; } Property Value Type Description int Language The language of the result Declaration public ILanguage Language { get; set; } Property Value Type Description ILanguage Score Qualify the match Declaration public int Score { get; set; } Property Value Type Description int Text The translated text Declaration public string Text { get; set; } Property Value Type Description string" + "keywords": "Class SearchResult Termbase search results. Inheritance System.Object SearchResult SearchMarkupResult SearchResultWithTermbaseName 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class SearchResult Constructors SearchResult() Declaration public SearchResult() Properties Id Unique id to access it Declaration public int Id { get; set; } Property Value Type Description System.Int32 Language The language of the result Declaration public ILanguage Language { get; set; } Property Value Type Description ILanguage Score Qualify the match Declaration public int Score { get; set; } Property Value Type Description System.Int32 Text The translated text Declaration public string Text { get; set; } Property Value Type Description System.String" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.html", "title": "Class SearchResultWithTermbaseName", - "keywords": "Class SearchResultWithTermbaseName Search Results, for providers which support multiple termbases. Inheritance object SearchResult SearchResultWithTermbaseName Inherited Members SearchResult.Id SearchResult.Text SearchResult.Score SearchResult.Language object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class SearchResultWithTermbaseName : SearchResult Constructors SearchResultWithTermbaseName() Declaration public SearchResultWithTermbaseName() Properties TermbaseName The name of the termbase in a provider that supports multiple termbases Declaration public string TermbaseName { get; set; } Property Value Type Description string" + "keywords": "Class SearchResultWithTermbaseName Search Results, for providers which support multiple termbases. Inheritance System.Object SearchResult SearchResultWithTermbaseName Inherited Members SearchResult.Id SearchResult.Text SearchResult.Score SearchResult.Language 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class SearchResultWithTermbaseName : SearchResult Constructors SearchResultWithTermbaseName() Declaration public SearchResultWithTermbaseName() Properties TermbaseName The name of the termbase in a provider that supports multiple termbases Declaration public string TermbaseName { get; set; } Property Value Type Description System.String" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType.html", "title": "Enum TerminologyExportType", - "keywords": "Enum TerminologyExportType Determines the export format Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public enum TerminologyExportType Fields Name Description MTF Use MFT XML schema: https://developers.rws.com/multiterm-api-docs/apiconcepts/MTF/xsd_schema.html" + "keywords": "Enum TerminologyExportType Determines the export format Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public enum TerminologyExportType Fields Name Description MTF Use MFT XML schema: https://developers.rws.com/multiterm-api-docs/apiconcepts/MTF/xsd_schema.html" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType.html", "title": "Enum TerminologyImportType", - "keywords": "Enum TerminologyImportType Determines the import format. Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public enum TerminologyImportType Fields Name Description MTF Use MFT XML schema: https://developers.rws.com/multiterm-api-docs/apiconcepts/MTF/xsd_schema.html" + "keywords": "Enum TerminologyImportType Determines the import format. Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public enum TerminologyImportType Fields Name Description MTF Use MFT XML schema: https://developers.rws.com/multiterm-api-docs/apiconcepts/MTF/xsd_schema.html" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.html", "title": "Class TerminologyProviderCredential", - "keywords": "Class TerminologyProviderCredential Represents a credential for a terminology provider that can be stored in a ITerminologyProviderCredentialStore . Inheritance object TerminologyProviderCredential Implements IEquatable TerminologyProviderCredential Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public sealed class TerminologyProviderCredential : IEquatable Constructors TerminologyProviderCredential(TerminologyUserCredentials, bool) Constructor that takes the given credential and whether to persist. Declaration public TerminologyProviderCredential(TerminologyUserCredentials credential, bool persist = false) Parameters Type Name Description TerminologyUserCredentials credential userCredentials bool persist persist TerminologyProviderCredential(string, bool) Constructor that takes the given credential and whether to persist. Can be used when authentication is done using an api key Declaration public TerminologyProviderCredential(string credential, bool persist = false) Parameters Type Name Description string credential userCredentials bool persist persist TerminologyProviderCredential(string, string, bool) Constructor that takes the given credential and whether to persist. Declaration public TerminologyProviderCredential(string userName, string password, bool persist = false) Parameters Type Name Description string userName username string password password bool persist persist Properties Credential Credential property represents the credential. Declaration public TerminologyUserCredentials Credential { get; set; } Property Value Type Description TerminologyUserCredentials CredentialString Credential property represents the credential. Declaration public string CredentialString { get; set; } Property Value Type Description string Methods Equals(TerminologyProviderCredential) Determines whether two terminology provider credentials objects are equal Declaration public bool Equals(TerminologyProviderCredential other) Parameters Type Name Description TerminologyProviderCredential other The terminology provider credentials object to compare the current object with. Returns Type Description bool True if the two objects are equal. GetHashCode(TerminologyProviderCredential) Generates an hash code for the specified terminology provider credential object Declaration public int GetHashCode(TerminologyProviderCredential obj) Parameters Type Name Description TerminologyProviderCredential obj The terminology provider userCredentials object. Returns Type Description int The generated hash code. Implements IEquatable" + "keywords": "Class TerminologyProviderCredential Represents a credential for a terminology provider that can be stored in a ITerminologyProviderCredentialStore . Inheritance System.Object TerminologyProviderCredential Implements System.IEquatable < TerminologyProviderCredential > 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public sealed class TerminologyProviderCredential : IEquatable Constructors TerminologyProviderCredential(TerminologyUserCredentials, Boolean) Constructor that takes the given credential and whether to persist. Declaration public TerminologyProviderCredential(TerminologyUserCredentials credential, bool persist = false) Parameters Type Name Description TerminologyUserCredentials credential userCredentials System.Boolean persist persist TerminologyProviderCredential(String, Boolean) Constructor that takes the given credential and whether to persist. Can be used when authentication is done using an api key Declaration public TerminologyProviderCredential(string credential, bool persist = false) Parameters Type Name Description System.String credential userCredentials System.Boolean persist persist TerminologyProviderCredential(String, String, Boolean) Constructor that takes the given credential and whether to persist. Declaration public TerminologyProviderCredential(string userName, string password, bool persist = false) Parameters Type Name Description System.String userName username System.String password password System.Boolean persist persist Properties Credential Credential property represents the credential. Declaration public TerminologyUserCredentials Credential { get; set; } Property Value Type Description TerminologyUserCredentials CredentialString Credential property represents the credential. Declaration public string CredentialString { get; set; } Property Value Type Description System.String Methods Equals(TerminologyProviderCredential) Determines whether two terminology provider credentials objects are equal Declaration public bool Equals(TerminologyProviderCredential other) Parameters Type Name Description TerminologyProviderCredential other The terminology provider credentials object to compare the current object with. Returns Type Description System.Boolean True if the two objects are equal. GetHashCode(TerminologyProviderCredential) Generates an hash code for the specified terminology provider credential object Declaration public int GetHashCode(TerminologyProviderCredential obj) Parameters Type Name Description TerminologyProviderCredential obj The terminology provider userCredentials object. Returns Type Description System.Int32 The generated hash code. Implements System.IEquatable" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.html", "title": "Class TerminologyProviderCredentialStore", - "keywords": "Class TerminologyProviderCredentialStore This class represents a storage mechanism for terminology provider credentials. Inheritance object TerminologyProviderCredentialStore Implements ITerminologyProviderCredentialStore IXmlSerializable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class TerminologyProviderCredentialStore : ITerminologyProviderCredentialStore, IXmlSerializable Constructors TerminologyProviderCredentialStore() Declaration public TerminologyProviderCredentialStore() Methods AddCredential(Uri, TerminologyProviderCredential) Add a credential for the specified provider Uri Declaration public void AddCredential(Uri uri, TerminologyProviderCredential credential) Parameters Type Name Description Uri uri The provider Uri TerminologyProviderCredential credential the credential to add AddOrUpdateCredential(Uri, TerminologyProviderCredential) Add a credential for the specified provider Uri if it does not exists, otherwise update the existing credential Declaration public void AddOrUpdateCredential(Uri uri, TerminologyProviderCredential credential) Parameters Type Name Description Uri uri The provider Uri TerminologyProviderCredential credential the credential to add or update an existing one Clear() Clear the store, removing all the credentials Declaration public void Clear() GetCredential(Uri) Get the provider credential associated with the specified provider Uri Declaration public TerminologyProviderCredential GetCredential(Uri uri) Parameters Type Name Description Uri uri The provider Uri to get the credential for Returns Type Description TerminologyProviderCredential The credential if found, otherwise null. GetSchema() Gets the xml schema. Declaration public XmlSchema GetSchema() Returns Type Description XmlSchema xml schema ReadXml(XmlReader) Reads the xml from the given reader. Declaration public void ReadXml(XmlReader reader) Parameters Type Name Description XmlReader reader reader RemoveCredential(Uri) Remove the provider credential from the store Declaration public void RemoveCredential(Uri uri) Parameters Type Name Description Uri uri The provider Uri WriteXml(XmlWriter) Writes the xml to the given writer. Declaration public void WriteXml(XmlWriter writer) Parameters Type Name Description XmlWriter writer writer Events CredentialsChanged CredentialsChanged event is fired whenever the credentials are added to or removed from the store. Declaration public event EventHandler CredentialsChanged Event Type Type Description EventHandler Implements ITerminologyProviderCredentialStore IXmlSerializable" + "keywords": "Class TerminologyProviderCredentialStore This class represents a storage mechanism for terminology provider credentials. Inheritance System.Object TerminologyProviderCredentialStore Implements ITerminologyProviderCredentialStore System.Xml.Serialization.IXmlSerializable 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class TerminologyProviderCredentialStore : ITerminologyProviderCredentialStore Constructors TerminologyProviderCredentialStore() Declaration public TerminologyProviderCredentialStore() Methods AddCredential(Uri, TerminologyProviderCredential) Add a credential for the specified provider Uri Declaration public void AddCredential(Uri uri, TerminologyProviderCredential credential) Parameters Type Name Description System.Uri uri The provider Uri TerminologyProviderCredential credential the credential to add AddOrUpdateCredential(Uri, TerminologyProviderCredential) Add a credential for the specified provider Uri if it does not exists, otherwise update the existing credential Declaration public void AddOrUpdateCredential(Uri uri, TerminologyProviderCredential credential) Parameters Type Name Description System.Uri uri The provider Uri TerminologyProviderCredential credential the credential to add or update an existing one Clear() Clear the store, removing all the credentials Declaration public void Clear() GetCredential(Uri) Get the provider credential associated with the specified provider Uri Declaration public TerminologyProviderCredential GetCredential(Uri uri) Parameters Type Name Description System.Uri uri The provider Uri to get the credential for Returns Type Description TerminologyProviderCredential The credential if found, otherwise null. GetSchema() Gets the xml schema. Declaration public XmlSchema GetSchema() Returns Type Description System.Xml.Schema.XmlSchema xml schema ReadXml(XmlReader) Reads the xml from the given reader. Declaration public void ReadXml(XmlReader reader) Parameters Type Name Description System.Xml.XmlReader reader reader RemoveCredential(Uri) Remove the provider credential from the store Declaration public void RemoveCredential(Uri uri) Parameters Type Name Description System.Uri uri The provider Uri WriteXml(XmlWriter) Writes the xml to the given writer. Declaration public void WriteXml(XmlWriter writer) Parameters Type Name Description System.Xml.XmlWriter writer writer Events CredentialsChanged CredentialsChanged event is fired whenever the credentials are added to or removed from the store. Declaration public event EventHandler CredentialsChanged Event Type Type Description System.EventHandler Implements ITerminologyProviderCredentialStore System.Xml.Serialization.IXmlSerializable" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.html", "title": "Class TerminologyProviderDisplayInfo", - "keywords": "Class TerminologyProviderDisplayInfo Represents information about a terminology provider ( ITerminologyProvider ) that can be used to display this terminology provider in a user interface. The terminology provider plug-in has to provide an implementation of ITerminologyProviderWinFormsUI Inheritance object TerminologyProviderDisplayInfo Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class TerminologyProviderDisplayInfo Constructors TerminologyProviderDisplayInfo() Declaration public TerminologyProviderDisplayInfo() Properties Name Gets the display name of the terminology provider. Declaration public string Name { get; set; } Property Value Type Description string SearchResultIcon Gets an image that can be used to represent the fact that a certain search result ( SearchResult ) was generated by this particular terminology provider. Declaration public Icon SearchResultIcon { get; set; } Property Value Type Description Icon TerminologyProviderIcon Gets an image that can be used to represent this terminology provider. Declaration public Icon TerminologyProviderIcon { get; set; } Property Value Type Description Icon TooltipText Gets descriptive text that can be shown in a tooltip or similar. Declaration public string TooltipText { get; set; } Property Value Type Description string" + "keywords": "Class TerminologyProviderDisplayInfo Represents information about a terminology provider ( ITerminologyProvider ) that can be used to display this terminology provider in a user interface. The terminology provider plug-in has to provide an implementation of ITerminologyProviderWinFormsUI Inheritance System.Object TerminologyProviderDisplayInfo 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class TerminologyProviderDisplayInfo Constructors TerminologyProviderDisplayInfo() Declaration public TerminologyProviderDisplayInfo() Properties Name Gets the display name of the terminology provider. Declaration public string Name { get; set; } Property Value Type Description System.String SearchResultIcon Gets an image that can be used to represent the fact that a certain search result ( SearchResult ) was generated by this particular terminology provider. Declaration public Icon SearchResultIcon { get; set; } Property Value Type Description System.Drawing.Icon TerminologyProviderIcon Gets an image that can be used to represent this terminology provider. Declaration public Icon TerminologyProviderIcon { get; set; } Property Value Type Description System.Drawing.Icon TooltipText Gets descriptive text that can be shown in a tooltip or similar. Declaration public string TooltipText { get; set; } Property Value Type Description System.String" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute.html", "title": "Class TerminologyProviderFactoryAttribute", - "keywords": "Class TerminologyProviderFactoryAttribute Extension attribute for registering a terminology provider factory that supports a specific types of terminology providers. Inheritance object Attribute ExtensionAttribute TerminologyProviderFactoryAttribute Implements _Attribute Inherited Members ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax [ExtensionPointInfo(\"Terminology Provider Factories\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class TerminologyProviderFactoryAttribute : ExtensionAttribute, _Attribute Remarks Use this extension attribute to mark up implementations of ITerminologyProviderFactory . The registered terminology provider factories are used to instantiate terminology providers when calling CreateTerminologyProvider(Uri, ITerminologyProviderCredentialStore) . Constructors TerminologyProviderFactoryAttribute() Default constructor. Declaration public TerminologyProviderFactoryAttribute() Implements _Attribute" + "keywords": "Class TerminologyProviderFactoryAttribute Extension attribute for registering a terminology provider factory that supports a specific types of terminology providers. Inheritance System.Object TerminologyProviderFactoryAttribute Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class TerminologyProviderFactoryAttribute : ExtensionAttribute Remarks Use this extension attribute to mark up implementations of ITerminologyProviderFactory . The registered terminology provider factories are used to instantiate terminology providers when calling CreateTerminologyProvider(Uri, ITerminologyProviderCredentialStore) . Constructors TerminologyProviderFactoryAttribute() Default constructor. Declaration public TerminologyProviderFactoryAttribute()" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.html", "title": "Class TerminologyProviderManager", - "keywords": "Class TerminologyProviderManager Singleton class, responsible for creating and getting available terminology providers. It maintains a list of created terminology providers based on its Uri address. Inheritance object TerminologyProviderManager Implements ITerminologyProviderManager IDisposable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class TerminologyProviderManager : ITerminologyProviderManager, IDisposable Properties DefaultTerminologyCredentialStore Property for default terminology credential store Declaration public static ITerminologyProviderCredentialStore DefaultTerminologyCredentialStore { get; } Property Value Type Description ITerminologyProviderCredentialStore Instance Instance property represents the singleton instance Declaration public static ITerminologyProviderManager Instance { get; } Property Value Type Description ITerminologyProviderManager Methods Dispose() Cleanup memory Dispose() Declaration public void Dispose() Dispose(bool) Cleanup memory Dispose() Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description bool disposing GetTerminologyProvider(Uri) Get an instance of a terminology provider, specified by its uri. Declaration public ITerminologyProvider GetTerminologyProvider(Uri uri) Parameters Type Name Description Uri uri The Uri address of the terminology provider. Returns Type Description ITerminologyProvider The terminology provider instance. GetTerminologyProvider(Uri, ITerminologyProviderCredentialStore) Get an instance of a terminology provider, specified by its Uri. Declaration public ITerminologyProvider GetTerminologyProvider(Uri uri, ITerminologyProviderCredentialStore credentials) Parameters Type Name Description Uri uri The Uri address of the terminology provider. ITerminologyProviderCredentialStore credentials The credential store containing the provider credential to perform login. Returns Type Description ITerminologyProvider The terminology provider instance. GetTerminologyProviderViewerWinFormsUI(Uri) Returns the terminology provider viewer win forms UI object specific for the input URI Declaration public ITerminologyProviderViewerWinFormsUI GetTerminologyProviderViewerWinFormsUI(Uri uri) Parameters Type Name Description Uri uri The terminology provider URI. Returns Type Description ITerminologyProviderViewerWinFormsUI The terminology provider viewer win forms UI. GetTerminologyProviderViewerWinFormsUIs() Returns the list of available terminology provider viewer win forms UI Declaration public IEnumerable GetTerminologyProviderViewerWinFormsUIs() Returns Type Description IEnumerable ITerminologyProviderViewerWinFormsUI The list of available terminology provider viewer win forms UI. GetTerminologyProviderWinFormsUI(Uri) Returns the win forms UI for the specified terminology provider Declaration public ITerminologyProviderWinFormsUI GetTerminologyProviderWinFormsUI(Uri uri) Parameters Type Name Description Uri uri The terminology provider URI. Returns Type Description ITerminologyProviderWinFormsUI The win forms UI. GetTerminologyProviderWinFormsUIs() Returns the list of all available terminology providers that have implementations for win forms UI. Declaration public IEnumerable GetTerminologyProviderWinFormsUIs() Returns Type Description IEnumerable ITerminologyProviderWinFormsUI The list of terminology providers win forms UI. RemoveTerminologyProvider(Uri) Remove a terminology provider based on uri Declaration public bool RemoveTerminologyProvider(Uri uri) Parameters Type Name Description Uri uri Returns Type Description bool True if remove was successfully. Otherwise false Implements ITerminologyProviderManager IDisposable" + "keywords": "Class TerminologyProviderManager Singleton class, responsible for creating and getting available terminology providers. It maintains a list of created terminology providers based on its Uri address. Inheritance System.Object TerminologyProviderManager Implements ITerminologyProviderManager System.IDisposable 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class TerminologyProviderManager : ITerminologyProviderManager, IDisposable Properties DefaultTerminologyCredentialStore Property for default terminology credential store Declaration public static ITerminologyProviderCredentialStore DefaultTerminologyCredentialStore { get; } Property Value Type Description ITerminologyProviderCredentialStore Instance Instance property represents the singleton instance Declaration public static ITerminologyProviderManager Instance { get; } Property Value Type Description ITerminologyProviderManager Methods Dispose() Cleanup memory System.IDisposable.Dispose() Declaration public void Dispose() Dispose(Boolean) Cleanup memory System.IDisposable.Dispose() Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing GetTerminologyProvider(Uri) Get an instance of a terminology provider, specified by its uri. Declaration public ITerminologyProvider GetTerminologyProvider(Uri uri) Parameters Type Name Description System.Uri uri The Uri address of the terminology provider. Returns Type Description ITerminologyProvider The terminology provider instance. GetTerminologyProvider(Uri, ITerminologyProviderCredentialStore) Get an instance of a terminology provider, specified by its Uri. Declaration public ITerminologyProvider GetTerminologyProvider(Uri uri, ITerminologyProviderCredentialStore credentials) Parameters Type Name Description System.Uri uri The Uri address of the terminology provider. ITerminologyProviderCredentialStore credentials The credential store containing the provider credential to perform login. Returns Type Description ITerminologyProvider The terminology provider instance. GetTerminologyProviderViewerWinFormsUI(Uri) Returns the terminology provider viewer win forms UI object specific for the input URI Declaration public ITerminologyProviderViewerWinFormsUI GetTerminologyProviderViewerWinFormsUI(Uri uri) Parameters Type Name Description System.Uri uri The terminology provider URI. Returns Type Description ITerminologyProviderViewerWinFormsUI The terminology provider viewer win forms UI. GetTerminologyProviderViewerWinFormsUIs() Returns the list of available terminology provider viewer win forms UI Declaration public IEnumerable GetTerminologyProviderViewerWinFormsUIs() Returns Type Description System.Collections.Generic.IEnumerable < ITerminologyProviderViewerWinFormsUI > The list of available terminology provider viewer win forms UI. GetTerminologyProviderWinFormsUI(Uri) Returns the win forms UI for the specified terminology provider Declaration public ITerminologyProviderWinFormsUI GetTerminologyProviderWinFormsUI(Uri uri) Parameters Type Name Description System.Uri uri The terminology provider URI. Returns Type Description ITerminologyProviderWinFormsUI The win forms UI. GetTerminologyProviderWinFormsUIs() Returns the list of all available terminology providers that have implementations for win forms UI. Declaration public IEnumerable GetTerminologyProviderWinFormsUIs() Returns Type Description System.Collections.Generic.IEnumerable < ITerminologyProviderWinFormsUI > The list of terminology providers win forms UI. RemoveTerminologyProvider(Uri) Declaration public bool RemoveTerminologyProvider(Uri uri) Parameters Type Name Description System.Uri uri Returns Type Description System.Boolean Implements ITerminologyProviderManager System.IDisposable" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.html", "title": "Class TerminologyProviderStatus", - "keywords": "Class TerminologyProviderStatus Contains information on the current status of the terminology provider Inheritance object TerminologyProviderStatus Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class TerminologyProviderStatus Constructors TerminologyProviderStatus(bool, string) Default constructor Declaration public TerminologyProviderStatus(bool isConnected = true, string errorMessage = null) Parameters Type Name Description bool isConnected False if a connection to the terminology provider could not be established, true otherwise string errorMessage Details about issues encountered while connecting to the terminology provider Properties ErrorMessage Returns details about issues encountered while connecting to the terminology provider. null if a valid connection was established. Declaration public string ErrorMessage { get; set; } Property Value Type Description string IsConnected False if a connection to the terminology provider could not be established, true otherwise Declaration public bool IsConnected { get; set; } Property Value Type Description bool" + "keywords": "Class TerminologyProviderStatus Contains information on the current status of the terminology provider Inheritance System.Object TerminologyProviderStatus 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.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public class TerminologyProviderStatus Constructors TerminologyProviderStatus(Boolean, String) Default constructor Declaration public TerminologyProviderStatus(bool isConnected = true, string errorMessage = null) Parameters Type Name Description System.Boolean isConnected False if a connection to the terminology provider could not be established, true otherwise System.String errorMessage Details about issues encountered while connecting to the terminology provider Properties ErrorMessage Returns details about issues encountered while connecting to the terminology provider. null if a valid connection was established. Declaration public string ErrorMessage { get; set; } Property Value Type Description System.String IsConnected False if a connection to the terminology provider could not be established, true otherwise Declaration public bool IsConnected { get; set; } Property Value Type Description System.Boolean" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderType.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderType.html", "title": "Enum TerminologyProviderType", - "keywords": "Enum TerminologyProviderType This enumeration provides the different types of terminology providers Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public enum TerminologyProviderType Fields Name Description Custom Third party terminology provider Local Multiterm local termbase ServerBased Multiterm server termbase" + "keywords": "Enum TerminologyProviderType This enumeration provides the different types of terminology providers Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public enum TerminologyProviderType Fields Name Description Custom Third party terminology provider Local Multiterm local termbase ServerBased Multiterm server termbase" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.html", "title": "Class TerminologyProviderViewerWinFormsUIAttribute", - "keywords": "Class TerminologyProviderViewerWinFormsUIAttribute Extension attribute for registering a terminology provider Windows Forms user interface component that provides user interface for specific types of terminology providers. Inheritance object Attribute ExtensionAttribute TerminologyProviderViewerWinFormsUIAttribute Implements _Attribute Inherited Members ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax [ExtensionPointInfo(\"Terminology Provider Windows Forms Components\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class TerminologyProviderViewerWinFormsUIAttribute : ExtensionAttribute, _Attribute Remarks Use this extension attribute to mark up implementations of ITerminologyProviderViewerWinFormsUI . Constructors TerminologyProviderViewerWinFormsUIAttribute() Declaration public TerminologyProviderViewerWinFormsUIAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates an extension targeting this extension point. This method is called by the framework while generating the plug-in manifest. Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages Overrides ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) Implements _Attribute" + "keywords": "Class TerminologyProviderViewerWinFormsUIAttribute Extension attribute for registering a terminology provider Windows Forms user interface component that provides user interface for specific types of terminology providers. Inheritance System.Object TerminologyProviderViewerWinFormsUIAttribute Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class TerminologyProviderViewerWinFormsUIAttribute : ExtensionAttribute Remarks Use this extension attribute to mark up implementations of ITerminologyProviderViewerWinFormsUI . Constructors TerminologyProviderViewerWinFormsUIAttribute() Declaration public TerminologyProviderViewerWinFormsUIAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates an extension targeting this extension point. This method is called by the framework while generating the plug-in manifest. Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.html", "title": "Class TerminologyProviderWinFormsUIAttribute", - "keywords": "Class TerminologyProviderWinFormsUIAttribute Extension attribute for registering a terminology provider Windows Forms user interface component that provides user interface for specific types of terminology providers. Inheritance object Attribute ExtensionAttribute TerminologyProviderWinFormsUIAttribute Implements _Attribute Inherited Members ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax [ExtensionPointInfo(\"Terminology Provider Windows Forms Components\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class TerminologyProviderWinFormsUIAttribute : ExtensionAttribute, _Attribute Remarks Use this extension attribute to mark up implementations of ITerminologyProviderWinFormsUI . Constructors TerminologyProviderWinFormsUIAttribute() Declaration public TerminologyProviderWinFormsUIAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates an extension targeting this extension point. This method is called by the framework while generating the plug-in manifest. Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages Overrides ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) Implements _Attribute" + "keywords": "Class TerminologyProviderWinFormsUIAttribute Extension attribute for registering a terminology provider Windows Forms user interface component that provides user interface for specific types of terminology providers. Inheritance System.Object TerminologyProviderWinFormsUIAttribute Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class TerminologyProviderWinFormsUIAttribute : ExtensionAttribute Remarks Use this extension attribute to mark up implementations of ITerminologyProviderWinFormsUI . Constructors TerminologyProviderWinFormsUIAttribute() Declaration public TerminologyProviderWinFormsUIAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates an extension targeting this extension point. This method is called by the framework while generating the plug-in manifest. Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.html", "title": "Class TerminologyUserCredentials", - "keywords": "Class TerminologyUserCredentials Inheritance object TerminologyUserCredentials Implements IEquatable TerminologyUserCredentials Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public sealed class TerminologyUserCredentials : IEquatable Constructors TerminologyUserCredentials(string, string, TerminologyUserManagerTokenType) Initializes a new instance of the TerminologyUserCredentials class. Declaration public TerminologyUserCredentials(string userName, string password, TerminologyUserManagerTokenType userType) Parameters Type Name Description string userName string password TerminologyUserManagerTokenType userType TerminologyUserCredentials(string, string, string, DateTime, TerminologyUserManagerTokenType) Initializes a new instance of the TerminologyUserCredentials class. Declaration public TerminologyUserCredentials(string userName, string samlToken, string authToken, DateTime expirationDate, TerminologyUserManagerTokenType userType) Parameters Type Name Description string userName string samlToken string authToken DateTime expirationDate TerminologyUserManagerTokenType userType Exceptions Type Condition ArgumentNullException Properties AuthToken Bearer token for REST API calls Declaration public string AuthToken { get; set; } Property Value Type Description string ExpirationDate Expiration date of bearer token Declaration public DateTime ExpirationDate { get; set; } Property Value Type Description DateTime HasExpired Checks expiration date time of the bearer token Declaration public bool HasExpired { get; } Property Value Type Description bool Password the password Declaration public string Password { get; set; } Property Value Type Description string SamlToken Saml token for WCF calls Declaration public string SamlToken { get; set; } Property Value Type Description string UserName the user name Declaration public string UserName { get; set; } Property Value Type Description string UserType the user type Declaration public TerminologyUserManagerTokenType UserType { get; set; } Property Value Type Description TerminologyUserManagerTokenType Methods Create(string) Creates a new instance of the TerminologyUserCredentials class from a string representation of a user' credentials. Declaration public static TerminologyUserCredentials Create(string credentialString) Parameters Type Name Description string credentialString The string representation of a user's credentials. Returns Type Description TerminologyUserCredentials Remarks the user credentials string format is as follows: user=[USERNAME];pass=[PASSWORD];type=[TYPE] If specifying windows or anonymous authentication, the user and pass parameters are not required. The type part is a string representation of the TerminologyUserManagerTokenType . Equals(TerminologyUserCredentials) Value type equality Declaration public bool Equals(TerminologyUserCredentials other) Parameters Type Name Description TerminologyUserCredentials other Returns Type Description bool Equals(TerminologyUserCredentials, TerminologyUserCredentials) value-type equality Declaration public static bool Equals(TerminologyUserCredentials left, TerminologyUserCredentials right) Parameters Type Name Description TerminologyUserCredentials left TerminologyUserCredentials right Returns Type Description bool Equals(object) value-type equality Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Unique identifier of an in-memory object Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() Implements IEquatable" + "keywords": "Class TerminologyUserCredentials Inheritance System.Object TerminologyUserCredentials Implements System.IEquatable < TerminologyUserCredentials > Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public sealed class TerminologyUserCredentials : IEquatable Constructors TerminologyUserCredentials(String, String, TerminologyUserManagerTokenType) Initializes a new instance of the TerminologyUserCredentials class. Declaration public TerminologyUserCredentials(string userName, string password, TerminologyUserManagerTokenType userType) Parameters Type Name Description System.String userName System.String password TerminologyUserManagerTokenType userType TerminologyUserCredentials(String, String, String, DateTime, TerminologyUserManagerTokenType) Initializes a new instance of the TerminologyUserCredentials class. Declaration public TerminologyUserCredentials(string userName, string samlToken, string authToken, DateTime expirationDate, TerminologyUserManagerTokenType userType) Parameters Type Name Description System.String userName System.String samlToken System.String authToken System.DateTime expirationDate TerminologyUserManagerTokenType userType Exceptions Type Condition System.ArgumentNullException Properties AuthToken Bearer token for REST API calls Declaration public string AuthToken { get; set; } Property Value Type Description System.String ExpirationDate Expiration date of bearer token Declaration public DateTime ExpirationDate { get; set; } Property Value Type Description System.DateTime HasExpired Checks expiration date time of the bearer token Declaration public bool HasExpired { get; } Property Value Type Description System.Boolean Password the password Declaration public string Password { get; set; } Property Value Type Description System.String SamlToken Saml token for WCF calls Declaration public string SamlToken { get; set; } Property Value Type Description System.String UserName the user name Declaration public string UserName { get; set; } Property Value Type Description System.String UserType the user type Declaration public TerminologyUserManagerTokenType UserType { get; set; } Property Value Type Description TerminologyUserManagerTokenType Methods Create(String) Creates a new instance of the TerminologyUserCredentials class from a string representation of a user' credentials. Declaration public static TerminologyUserCredentials Create(string credentialString) Parameters Type Name Description System.String credentialString The string representation of a user's credentials. Returns Type Description TerminologyUserCredentials Remarks the user credentials string format is as follows: user=[USERNAME];pass=[PASSWORD];type=[TYPE] If specifying windows or anonymous authentication, the user and pass parameters are not required. The type part is a string representation of the TerminologyUserManagerTokenType . Equals(TerminologyUserCredentials) Value type equality Declaration public bool Equals(TerminologyUserCredentials other) Parameters Type Name Description TerminologyUserCredentials other Returns Type Description System.Boolean Equals(TerminologyUserCredentials, TerminologyUserCredentials) value-type equality Declaration public static bool Equals(TerminologyUserCredentials left, TerminologyUserCredentials right) Parameters Type Name Description TerminologyUserCredentials left TerminologyUserCredentials right Returns Type Description System.Boolean Equals(Object) value-type equality Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Unique identifier of an in-memory object Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Implements System.IEquatable" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType.html", "title": "Enum TerminologyUserManagerTokenType", - "keywords": "Enum TerminologyUserManagerTokenType Token representation of user managers Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public enum TerminologyUserManagerTokenType Fields Name Description CustomUser represents a custom user CustomWindowsUser represents a windows user Saml2User represents a SSO Saml2 user WindowsUser represents a Kerberos windows user" + "keywords": "Enum TerminologyUserManagerTokenType Token representation of user managers Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public enum TerminologyUserManagerTokenType Fields Name Description CustomUser represents a custom user CustomWindowsUser represents a windows user Saml2User represents a SSO Saml2 user WindowsUser represents a Kerberos windows user" }, "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TransactionType.html": { "href": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TransactionType.html", "title": "Enum TransactionType", - "keywords": "Enum TransactionType Terminology provider entry transaction type Namespace : Sdl Sdl.Terminology Sdl.Terminology.TerminologyProvider Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public enum TransactionType Fields Name Description Modification Modification of an existing entry Origination Creation of an entry" + "keywords": "Enum TransactionType Terminology provider entry transaction type Namespace : Sdl.Terminology.TerminologyProvider.Core Assembly : Sdl.Terminology.TerminologyProvider.Core.dll Syntax public enum TransactionType Fields Name Description Modification Modification of an existing entry Origination Creation of an entry" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableContentPairId.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableContentPairId.html", "title": "Class AlignableContentPairId", - "keywords": "Class AlignableContentPairId Inheritance object AlignableContentPairId Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public abstract class AlignableContentPairId Constructors AlignableContentPairId() Declaration protected AlignableContentPairId()" + "keywords": "Class AlignableContentPairId Inheritance System.Object AlignableContentPairId Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public abstract class AlignableContentPairId : Object Constructors AlignableContentPairId() Declaration protected AlignableContentPairId()" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.html", "title": "Class AlignableCorpusId", - "keywords": "Class AlignableCorpusId Inheritance object AlignableCorpusId Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public abstract class AlignableCorpusId Constructors AlignableCorpusId() Declaration protected AlignableCorpusId() Properties SerializationTypeId Declaration public abstract Guid SerializationTypeId { get; } Property Value Type Description Guid Methods Deserialize(JsonReader) Declaration protected abstract void Deserialize(JsonReader reader) Parameters Type Name Description Newtonsoft.Json.JsonReader reader Deserialize(BinaryReader) Declaration protected abstract void Deserialize(BinaryReader reader) Parameters Type Name Description BinaryReader reader FromJsonSerialization(string) Declaration public static AlignableCorpusId FromJsonSerialization(string serialization) Parameters Type Name Description string serialization Returns Type Description AlignableCorpusId FromSerialization(JsonReader) Declaration public static AlignableCorpusId FromSerialization(JsonReader reader) Parameters Type Name Description Newtonsoft.Json.JsonReader reader Returns Type Description AlignableCorpusId FromSerialization(byte[]) Declaration public static AlignableCorpusId FromSerialization(byte[] serialization) Parameters Type Name Description byte serialization Returns Type Description AlignableCorpusId FromSerialization(BinaryReader) Declaration public static AlignableCorpusId FromSerialization(BinaryReader reader) Parameters Type Name Description BinaryReader reader Returns Type Description AlignableCorpusId RegisterCorpusIdType(Guid, Func, Func) Declaration public static void RegisterCorpusIdType(Guid idType, Func creator, Func jsonCreator) Parameters Type Name Description Guid idType Func BinaryReader AlignableCorpusId creator Func Newtonsoft.Json.JsonReader AlignableCorpusId jsonCreator Serialize(JsonWriter) Declaration protected abstract void Serialize(JsonWriter writer) Parameters Type Name Description Newtonsoft.Json.JsonWriter writer Serialize(BinaryWriter) Declaration protected abstract void Serialize(BinaryWriter writer) Parameters Type Name Description BinaryWriter writer ToJsonSerialization() Declaration public string ToJsonSerialization() Returns Type Description string ToSerialization() Declaration public byte[] ToSerialization() Returns Type Description byte ToSerialization(JsonWriter) Declaration public void ToSerialization(JsonWriter writer) Parameters Type Name Description Newtonsoft.Json.JsonWriter writer ToSerialization(BinaryWriter) Declaration public void ToSerialization(BinaryWriter writer) Parameters Type Name Description BinaryWriter writer" + "keywords": "Class AlignableCorpusId Inheritance System.Object AlignableCorpusId Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public abstract class AlignableCorpusId : Object Constructors AlignableCorpusId() Declaration protected AlignableCorpusId() Properties SerializationTypeId Declaration public abstract Guid SerializationTypeId { get; } Property Value Type Description System.Guid Methods Deserialize(JsonReader) Declaration protected abstract void Deserialize(JsonReader reader) Parameters Type Name Description Newtonsoft.Json.JsonReader reader Deserialize(BinaryReader) Declaration protected abstract void Deserialize(BinaryReader reader) Parameters Type Name Description System.IO.BinaryReader reader FromJsonSerialization(String) Declaration public static AlignableCorpusId FromJsonSerialization(string serialization) Parameters Type Name Description System.String serialization Returns Type Description AlignableCorpusId FromSerialization(JsonReader) Declaration public static AlignableCorpusId FromSerialization(JsonReader reader) Parameters Type Name Description Newtonsoft.Json.JsonReader reader Returns Type Description AlignableCorpusId FromSerialization(Byte[]) Declaration public static AlignableCorpusId FromSerialization(byte[] serialization) Parameters Type Name Description System.Byte [] serialization Returns Type Description AlignableCorpusId FromSerialization(BinaryReader) Declaration public static AlignableCorpusId FromSerialization(BinaryReader reader) Parameters Type Name Description System.IO.BinaryReader reader Returns Type Description AlignableCorpusId RegisterCorpusIdType(Guid, Func, Func) Declaration public static void RegisterCorpusIdType(Guid idType, Func creator, Func jsonCreator) Parameters Type Name Description System.Guid idType System.Func < System.IO.BinaryReader , AlignableCorpusId > creator System.Func < Newtonsoft.Json.JsonReader , AlignableCorpusId > jsonCreator Serialize(JsonWriter) Declaration protected abstract void Serialize(JsonWriter writer) Parameters Type Name Description Newtonsoft.Json.JsonWriter writer Serialize(BinaryWriter) Declaration protected abstract void Serialize(BinaryWriter writer) Parameters Type Name Description System.IO.BinaryWriter writer ToJsonSerialization() Declaration public string ToJsonSerialization() Returns Type Description System.String ToSerialization() Declaration public byte[] ToSerialization() Returns Type Description System.Byte [] ToSerialization(JsonWriter) Declaration public void ToSerialization(JsonWriter writer) Parameters Type Name Description Newtonsoft.Json.JsonWriter writer ToSerialization(BinaryWriter) Declaration public void ToSerialization(BinaryWriter writer) Parameters Type Name Description System.IO.BinaryWriter writer" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignedPhrase.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignedPhrase.html", "title": "Class AlignedPhrase", - "keywords": "Class AlignedPhrase Inheritance object AlignedPhrase Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class AlignedPhrase Constructors AlignedPhrase(int, int, int, int, float) Declaration public AlignedPhrase(int srcStartPosition, int srcLength, int trgStartPosition, int trgLength, float association) Parameters Type Name Description int srcStartPosition int srcLength int trgStartPosition int trgLength float association Properties Association Declaration public float Association { get; } Property Value Type Description float SrcLength Declaration public int SrcLength { get; } Property Value Type Description int SrcStartPosition Declaration public int SrcStartPosition { get; } Property Value Type Description int TrgLength Declaration public int TrgLength { get; } Property Value Type Description int TrgStartPosition Declaration public int TrgStartPosition { get; } Property Value Type Description int" + "keywords": "Class AlignedPhrase Inheritance System.Object AlignedPhrase Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class AlignedPhrase : Object Constructors AlignedPhrase(Int32, Int32, Int32, Int32, Single) Declaration public AlignedPhrase(int srcStartPosition, int srcLength, int trgStartPosition, int trgLength, float association) Parameters Type Name Description System.Int32 srcStartPosition System.Int32 srcLength System.Int32 trgStartPosition System.Int32 trgLength System.Single association Properties Association Declaration public float Association { get; } Property Value Type Description System.Single SrcLength Declaration public int SrcLength { get; } Property Value Type Description System.Int32 SrcStartPosition Declaration public int SrcStartPosition { get; } Property Value Type Description System.Int32 TrgLength Declaration public int TrgLength { get; } Property Value Type Description System.Int32 TrgStartPosition Declaration public int TrgStartPosition { get; } Property Value Type Description System.Int32" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerDefinition.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerDefinition.html", "title": "Class AlignerDefinition", - "keywords": "Class AlignerDefinition Inheritance object AlignerDefinition ModelBasedAlignerDefinition OnlineAlignerDefinition Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public abstract class AlignerDefinition Constructors AlignerDefinition() Declaration protected AlignerDefinition() Properties IsModelFree Declaration public abstract bool IsModelFree { get; } Property Value Type Description bool SerializationTypeId Declaration public abstract Guid SerializationTypeId { get; } Property Value Type Description Guid Methods Deserialize(BinaryReader) Declaration protected abstract void Deserialize(BinaryReader reader) Parameters Type Name Description BinaryReader reader FromSerialization(byte[]) Declaration public static AlignerDefinition FromSerialization(byte[] serialization) Parameters Type Name Description byte serialization Returns Type Description AlignerDefinition FromSerialization(BinaryReader) Declaration public static AlignerDefinition FromSerialization(BinaryReader reader) Parameters Type Name Description BinaryReader reader Returns Type Description AlignerDefinition RegisterAlignerDefinitionType(Guid, Func) Declaration public static void RegisterAlignerDefinitionType(Guid idType, Func creator) Parameters Type Name Description Guid idType Func BinaryReader AlignerDefinition creator Serialize(BinaryWriter) Declaration protected abstract void Serialize(BinaryWriter writer) Parameters Type Name Description BinaryWriter writer ToSerialization() Declaration public byte[] ToSerialization() Returns Type Description byte ToSerialization(BinaryWriter) Declaration public void ToSerialization(BinaryWriter writer) Parameters Type Name Description BinaryWriter writer" + "keywords": "Class AlignerDefinition Inheritance System.Object AlignerDefinition ModelBasedAlignerDefinition OnlineAlignerDefinition Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public abstract class AlignerDefinition : Object Constructors AlignerDefinition() Declaration protected AlignerDefinition() Properties IsModelFree Declaration public abstract bool IsModelFree { get; } Property Value Type Description System.Boolean SerializationTypeId Declaration public abstract Guid SerializationTypeId { get; } Property Value Type Description System.Guid Methods Deserialize(BinaryReader) Declaration protected abstract void Deserialize(BinaryReader reader) Parameters Type Name Description System.IO.BinaryReader reader FromSerialization(Byte[]) Declaration public static AlignerDefinition FromSerialization(byte[] serialization) Parameters Type Name Description System.Byte [] serialization Returns Type Description AlignerDefinition FromSerialization(BinaryReader) Declaration public static AlignerDefinition FromSerialization(BinaryReader reader) Parameters Type Name Description System.IO.BinaryReader reader Returns Type Description AlignerDefinition RegisterAlignerDefinitionType(Guid, Func) Declaration public static void RegisterAlignerDefinitionType(Guid idType, Func creator) Parameters Type Name Description System.Guid idType System.Func < System.IO.BinaryReader , AlignerDefinition > creator Serialize(BinaryWriter) Declaration protected abstract void Serialize(BinaryWriter writer) Parameters Type Name Description System.IO.BinaryWriter writer ToSerialization() Declaration public byte[] ToSerialization() Returns Type Description System.Byte [] ToSerialization(BinaryWriter) Declaration public void ToSerialization(BinaryWriter writer) Parameters Type Name Description System.IO.BinaryWriter writer" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerSettings.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerSettings.html", "title": "Class AlignerSettings", - "keywords": "Class AlignerSettings Inheritance object AlignerSettings Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class AlignerSettings Constructors AlignerSettings(uint, bool) Declaration public AlignerSettings(uint combinedUniqueTokenStringThreshold, bool useTuFilteredMatrix = true) Parameters Type Name Description uint combinedUniqueTokenStringThreshold bool useTuFilteredMatrix Properties CombinedUniqueTokenStringThreshold Declaration public uint CombinedUniqueTokenStringThreshold { get; } Property Value Type Description uint UseTuFilteredMatrix Declaration public bool UseTuFilteredMatrix { get; } Property Value Type Description bool" + "keywords": "Class AlignerSettings Inheritance System.Object AlignerSettings Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class AlignerSettings : Object Constructors AlignerSettings(UInt32, Boolean) Declaration public AlignerSettings(uint combinedUniqueTokenStringThreshold, bool useTuFilteredMatrix = true) Parameters Type Name Description System.UInt32 combinedUniqueTokenStringThreshold System.Boolean useTuFilteredMatrix Properties CombinedUniqueTokenStringThreshold Declaration public uint CombinedUniqueTokenStringThreshold { get; } Property Value Type Description System.UInt32 UseTuFilteredMatrix Declaration public bool UseTuFilteredMatrix { get; } Property Value Type Description System.Boolean" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html", "title": "Class AlignmentEvidence", - "keywords": "Class AlignmentEvidence Inheritance object AlignmentEvidence SimpleAlignmentEvidence Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public abstract class AlignmentEvidence Constructors AlignmentEvidence() Declaration protected AlignmentEvidence() Properties FirstSourceTokenIndex Declaration public abstract short FirstSourceTokenIndex { get; } Property Value Type Description short FirstTargetTokenIndex Declaration public abstract short FirstTargetTokenIndex { get; } Property Value Type Description short LastSourceTokenIndex Declaration public abstract short LastSourceTokenIndex { get; } Property Value Type Description short LastTargetTokenIndex Declaration public abstract short LastTargetTokenIndex { get; } Property Value Type Description short Methods AttemptToUse(LiftAlignedSpanPair, bool[], bool[], bool) Declaration public abstract bool AttemptToUse(LiftAlignedSpanPair pair, bool[] sourceTokenUseFlags, bool[] targetTokenUseFlags, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair bool sourceTokenUseFlags bool targetTokenUseFlags bool outside Returns Type Description bool Concerns(LiftAlignedSpanPair, bool) Declaration public abstract bool Concerns(LiftAlignedSpanPair pair, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair bool outside Returns Type Description bool ConfidenceFor(LiftAlignedSpanPair, bool) Declaration public abstract float ConfidenceFor(LiftAlignedSpanPair pair, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair bool outside Returns Type Description float Covers(short, short) Declaration public abstract bool Covers(short sourceTokenIndex, short targetTokenIndex) Parameters Type Name Description short sourceTokenIndex short targetTokenIndex Returns Type Description bool GetIsNoLongerValid(LiftAlignedSpanPair) Declaration public abstract bool GetIsNoLongerValid(LiftAlignedSpanPair newAlignment) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair newAlignment Returns Type Description bool SourceConfidenceFor(LiftAlignedSpanPair, bool) Declaration public abstract float SourceConfidenceFor(LiftAlignedSpanPair pair, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair bool outside Returns Type Description float TargetConfidenceFor(LiftAlignedSpanPair, bool) Declaration public abstract float TargetConfidenceFor(LiftAlignedSpanPair pair, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair bool outside Returns Type Description float" + "keywords": "Class AlignmentEvidence Inheritance System.Object AlignmentEvidence SimpleAlignmentEvidence Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public abstract class AlignmentEvidence : Object Constructors AlignmentEvidence() Declaration protected AlignmentEvidence() Properties FirstSourceTokenIndex Declaration public abstract short FirstSourceTokenIndex { get; } Property Value Type Description System.Int16 FirstTargetTokenIndex Declaration public abstract short FirstTargetTokenIndex { get; } Property Value Type Description System.Int16 LastSourceTokenIndex Declaration public abstract short LastSourceTokenIndex { get; } Property Value Type Description System.Int16 LastTargetTokenIndex Declaration public abstract short LastTargetTokenIndex { get; } Property Value Type Description System.Int16 Methods AttemptToUse(LiftAlignedSpanPair, Boolean[], Boolean[], Boolean) Declaration public abstract bool AttemptToUse(LiftAlignedSpanPair pair, bool[] sourceTokenUseFlags, bool[] targetTokenUseFlags, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair System.Boolean [] sourceTokenUseFlags System.Boolean [] targetTokenUseFlags System.Boolean outside Returns Type Description System.Boolean Concerns(LiftAlignedSpanPair, Boolean) Declaration public abstract bool Concerns(LiftAlignedSpanPair pair, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair System.Boolean outside Returns Type Description System.Boolean ConfidenceFor(LiftAlignedSpanPair, Boolean) Declaration public abstract float ConfidenceFor(LiftAlignedSpanPair pair, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair System.Boolean outside Returns Type Description System.Single Covers(Int16, Int16) Declaration public abstract bool Covers(short sourceTokenIndex, short targetTokenIndex) Parameters Type Name Description System.Int16 sourceTokenIndex System.Int16 targetTokenIndex Returns Type Description System.Boolean GetIsNoLongerValid(LiftAlignedSpanPair) Declaration public abstract bool GetIsNoLongerValid(LiftAlignedSpanPair newAlignment) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair newAlignment Returns Type Description System.Boolean SourceConfidenceFor(LiftAlignedSpanPair, Boolean) Declaration public abstract float SourceConfidenceFor(LiftAlignedSpanPair pair, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair System.Boolean outside Returns Type Description System.Single TargetConfidenceFor(LiftAlignedSpanPair, Boolean) Declaration public abstract float TargetConfidenceFor(LiftAlignedSpanPair pair, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair System.Boolean outside Returns Type Description System.Single" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignResult.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignResult.html", - "title": "Enum AlignResult", - "keywords": "Enum AlignResult Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public enum AlignResult Fields Name Description AlignError Aligned CorruptModel InvalidAlignmentData NoModel PairEmptyOrTooLarge PairUntokenized" + "title": "Class AlignResult", + "keywords": "Class AlignResult Inheritance System.Object AlignResult Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public sealed class AlignResult : Enum Fields Aligned Declaration public const AlignResult Aligned Field Value Type Description AlignResult AlignError Declaration public const AlignResult AlignError Field Value Type Description AlignResult CorruptModel Declaration public const AlignResult CorruptModel Field Value Type Description AlignResult InvalidAlignmentData Declaration public const AlignResult InvalidAlignmentData Field Value Type Description AlignResult NoModel Declaration public const AlignResult NoModel Field Value Type Description AlignResult PairEmptyOrTooLarge Declaration public const AlignResult PairEmptyOrTooLarge Field Value Type Description AlignResult PairUntokenized Declaration public const AlignResult PairUntokenized Field Value Type Description AlignResult value__ Declaration public int value__ Field Value Type Description System.Int32" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.html", "title": "Class BilingualChiSquareComputer3", - "keywords": "Class BilingualChiSquareComputer3 Inheritance object BilingualChiSquareComputer3 Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class BilingualChiSquareComputer3 Constructors BilingualChiSquareComputer3(DataLocation2, Func>>) Declaration public BilingualChiSquareComputer3(DataLocation2 location, Func>> getSegmentFunc) Parameters Type Name Description Sdl.LanguagePlatform.Stat.DataLocation2 location Func Task Pair Sdl.LanguagePlatform.Stat.IntSegment getSegmentFunc Fields Progress Declaration public EventHandler Progress Field Value Type Description EventHandler TranslationModelProgressEventArgs" + "keywords": "Class BilingualChiSquareComputer3 Inheritance System.Object BilingualChiSquareComputer3 Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class BilingualChiSquareComputer3 : Object Constructors BilingualChiSquareComputer3(DataLocation2, Func>>) Declaration public BilingualChiSquareComputer3(DataLocation2 location, Func>> getSegmentFunc) Parameters Type Name Description Sdl.LanguagePlatform.Stat.DataLocation2 location System.Func < System.Threading.Tasks.Task < Pair < Sdl.LanguagePlatform.Stat.IntSegment >>> getSegmentFunc Fields Progress Declaration public EventHandler Progress Field Value Type Description System.EventHandler < TranslationModelProgressEventArgs >" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.html", "title": "Class BilingualPhraseComputer3", - "keywords": "Class BilingualPhraseComputer3 Inheritance object BilingualPhraseComputer3 Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class BilingualPhraseComputer3 Methods Compute(IntSegment, IntSegment, AlignmentTable) Declaration public List Compute(IntSegment srcSegment, IntSegment trgSegment, AlignmentTable at) Parameters Type Name Description Sdl.LanguagePlatform.Stat.IntSegment srcSegment Sdl.LanguagePlatform.Stat.IntSegment trgSegment Sdl.LanguagePlatform.Stat.AlignmentTable at Returns Type Description List AlignedPhrase" + "keywords": "Class BilingualPhraseComputer3 Inheritance System.Object BilingualPhraseComputer3 Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class BilingualPhraseComputer3 : Object Methods Compute(IntSegment, IntSegment, AlignmentTable) Declaration public List Compute(IntSegment srcSegment, IntSegment trgSegment, AlignmentTable at) Parameters Type Name Description Sdl.LanguagePlatform.Stat.IntSegment srcSegment Sdl.LanguagePlatform.Stat.IntSegment trgSegment Sdl.LanguagePlatform.Stat.AlignmentTable at Returns Type Description System.Collections.Generic.List < AlignedPhrase >" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.html", "title": "Class BilingualPhraseComputer3.Settings", - "keywords": "Class BilingualPhraseComputer3.Settings Inheritance object BilingualPhraseComputer3.Settings Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class BilingualPhraseComputer3.Settings Constructors Settings() Declaration public Settings() Fields Incremental Declaration public bool Incremental Field Value Type Description bool MaximumPhraseLength Declaration public int MaximumPhraseLength Field Value Type Description int MinimumLikelihood Declaration public double MinimumLikelihood Field Value Type Description double" + "keywords": "Class BilingualPhraseComputer3.Settings Inheritance System.Object BilingualPhraseComputer3.Settings Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class Settings : Object Constructors Settings() Declaration public Settings() Fields Incremental Declaration public bool Incremental Field Value Type Description System.Boolean MaximumPhraseLength Declaration public int MaximumPhraseLength Field Value Type Description System.Int32 MinimumLikelihood Declaration public double MinimumLikelihood Field Value Type Description System.Double" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.html", "title": "Class ChiSquaredAligner.CodedTokenIndexConverter", - "keywords": "Class ChiSquaredAligner.CodedTokenIndexConverter Inheritance object ChiSquaredAligner.CodedTokenIndexConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax protected class ChiSquaredAligner.CodedTokenIndexConverter Constructors CodedTokenIndexConverter(List) Declaration public CodedTokenIndexConverter(List tokenInfo) Parameters Type Name Description List short tokenInfo Methods CodedTokenIndexToTUSpan(int) Declaration public LiftSpan CodedTokenIndexToTUSpan(int ix) Parameters Type Name Description int ix Returns Type Description Sdl.Core.FineGrainedAlignment.Core.LiftSpan" + "keywords": "Class ChiSquaredAligner.CodedTokenIndexConverter Inheritance System.Object ChiSquaredAligner.CodedTokenIndexConverter Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax protected class CodedTokenIndexConverter : Object Constructors CodedTokenIndexConverter(List) Declaration public CodedTokenIndexConverter(List tokenInfo) Parameters Type Name Description System.Collections.Generic.List < System.Int16 > tokenInfo Methods CodedTokenIndexToTUSpan(Int32) Declaration public LiftSpan CodedTokenIndexToTUSpan(int ix) Parameters Type Name Description System.Int32 ix Returns Type Description Sdl.Core.FineGrainedAlignment.Core.LiftSpan" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html", "title": "Class ChiSquaredAligner", - "keywords": "Class ChiSquaredAligner Inheritance object ChiSquaredAligner ChiSquaredLiftAligner Implements IFineGrainedAligner Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class ChiSquaredAligner : IFineGrainedAligner Constructors ChiSquaredAligner(ChiSquaredTranslationModel, AlignerSettings) Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public ChiSquaredAligner(ChiSquaredTranslationModel model, AlignerSettings alignerSettings) Parameters Type Name Description ChiSquaredTranslationModel model AlignerSettings alignerSettings ChiSquaredAligner(ChiSquaredTranslationModel, ICultureMetadataManager, AlignerSettings) Declaration public ChiSquaredAligner(ChiSquaredTranslationModel model, ICultureMetadataManager cultureMetadataManager, AlignerSettings alignerSettings) Parameters Type Name Description ChiSquaredTranslationModel model ICultureMetadataManager cultureMetadataManager AlignerSettings alignerSettings Fields _cultureMetadataManager Declaration protected readonly ICultureMetadataManager _cultureMetadataManager Field Value Type Description ICultureMetadataManager _model Declaration protected ChiSquaredTranslationModel _model Field Value Type Description ChiSquaredTranslationModel Properties SupportsSynchronousAlign Declaration public bool SupportsSynchronousAlign { get; } Property Value Type Description bool Methods AlignAsync(IEnumerable) Declaration public Task AlignAsync(IEnumerable pairs) Parameters Type Name Description IEnumerable IAlignableContentPair pairs Returns Type Description Task bool AlignAsync(IEnumerable, CancellationToken, IProgress) Declaration public Task AlignAsync(IEnumerable pairs, CancellationToken token, IProgress progress) Parameters Type Name Description IEnumerable IAlignableContentPair pairs CancellationToken token IProgress int progress Returns Type Description Task bool AlignExAsync(IEnumerable) Declaration public Task AlignExAsync(IEnumerable pairs) Parameters Type Name Description IEnumerable IAlignableContentPair pairs Returns Type Description Task AlignResult AlignExAsync(IEnumerable, CancellationToken, IProgress) Declaration public Task AlignExAsync(IEnumerable pairs, CancellationToken token, IProgress progress) Parameters Type Name Description IEnumerable IAlignableContentPair pairs CancellationToken token IProgress int progress Returns Type Description Task AlignResult AlignInternalAsync(IEnumerable, CancellationToken, IProgress) Declaration protected virtual Task AlignInternalAsync(IEnumerable pairs, CancellationToken cancellationToken, IProgress progress) Parameters Type Name Description IEnumerable IAlignableContentPair pairs CancellationToken cancellationToken IProgress int progress Returns Type Description Task AlignResult CanAlign(IEnumerable) Declaration public bool[] CanAlign(IEnumerable pairs) Parameters Type Name Description IEnumerable IAlignableContentPair pairs Returns Type Description bool GetBulkMode() Declaration public bool GetBulkMode() Returns Type Description bool SetBulkModeAsync(bool) Declaration public Task SetBulkModeAsync(bool bulkMode) Parameters Type Name Description bool bulkMode Returns Type Description Task SetErrorLogger(Action) Declaration public void SetErrorLogger(Action logger) Parameters Type Name Description Action Exception string logger Implements IFineGrainedAligner" + "keywords": "Class ChiSquaredAligner Inheritance System.Object ChiSquaredAligner ChiSquaredLiftAligner Implements IFineGrainedAligner Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class ChiSquaredAligner : Object, IFineGrainedAligner Constructors ChiSquaredAligner(ChiSquaredTranslationModel, AlignerSettings) Declaration public ChiSquaredAligner(ChiSquaredTranslationModel model, AlignerSettings alignerSettings) Parameters Type Name Description ChiSquaredTranslationModel model AlignerSettings alignerSettings ChiSquaredAligner(ChiSquaredTranslationModel, ICultureMetadataManager, AlignerSettings) Declaration public ChiSquaredAligner(ChiSquaredTranslationModel model, ICultureMetadataManager cultureMetadataManager, AlignerSettings alignerSettings) Parameters Type Name Description ChiSquaredTranslationModel model Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager AlignerSettings alignerSettings Fields _cultureMetadataManager Declaration protected readonly ICultureMetadataManager _cultureMetadataManager Field Value Type Description Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager _model Declaration protected ChiSquaredTranslationModel _model Field Value Type Description ChiSquaredTranslationModel Properties SupportsSynchronousAlign Declaration public bool SupportsSynchronousAlign { get; } Property Value Type Description System.Boolean Methods AlignAsync(IEnumerable) Declaration public Task AlignAsync(IEnumerable pairs) Parameters Type Name Description System.Collections.Generic.IEnumerable < IAlignableContentPair > pairs Returns Type Description System.Threading.Tasks.Task < System.Boolean > AlignAsync(IEnumerable, CancellationToken, IProgress) Declaration public Task AlignAsync(IEnumerable pairs, CancellationToken token, IProgress progress) Parameters Type Name Description System.Collections.Generic.IEnumerable < IAlignableContentPair > pairs System.Threading.CancellationToken token System.IProgress < System.Int32 > progress Returns Type Description System.Threading.Tasks.Task < System.Boolean > AlignExAsync(IEnumerable) Declaration public Task AlignExAsync(IEnumerable pairs) Parameters Type Name Description System.Collections.Generic.IEnumerable < IAlignableContentPair > pairs Returns Type Description System.Threading.Tasks.Task < AlignResult []> AlignExAsync(IEnumerable, CancellationToken, IProgress) Declaration public Task AlignExAsync(IEnumerable pairs, CancellationToken token, IProgress progress) Parameters Type Name Description System.Collections.Generic.IEnumerable < IAlignableContentPair > pairs System.Threading.CancellationToken token System.IProgress < System.Int32 > progress Returns Type Description System.Threading.Tasks.Task < AlignResult []> AlignInternalAsync(IEnumerable, CancellationToken, IProgress) Declaration protected virtual Task AlignInternalAsync(IEnumerable pairs, CancellationToken cancellationToken, IProgress progress) Parameters Type Name Description System.Collections.Generic.IEnumerable < IAlignableContentPair > pairs System.Threading.CancellationToken cancellationToken System.IProgress < System.Int32 > progress Returns Type Description System.Threading.Tasks.Task < AlignResult []> CanAlign(IEnumerable) Declaration public bool[] CanAlign(IEnumerable pairs) Parameters Type Name Description System.Collections.Generic.IEnumerable < IAlignableContentPair > pairs Returns Type Description System.Boolean [] GetBulkMode() Declaration public bool GetBulkMode() Returns Type Description System.Boolean SetBulkModeAsync(Boolean) Declaration public Task SetBulkModeAsync(bool bulkMode) Parameters Type Name Description System.Boolean bulkMode Returns Type Description System.Threading.Tasks.Task SetErrorLogger(Action) Declaration public void SetErrorLogger(Action logger) Parameters Type Name Description System.Action < System.Exception , System.String > logger Implements IFineGrainedAligner" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.html", "title": "Class ChiSquaredAligner.NullModelException", - "keywords": "Class ChiSquaredAligner.NullModelException Inheritance object Exception ChiSquaredAligner.NullModelException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class ChiSquaredAligner.NullModelException : Exception, ISerializable Constructors NullModelException() Declaration public NullModelException() Implements ISerializable" + "keywords": "Class ChiSquaredAligner.NullModelException Inheritance System.Object ChiSquaredAligner.NullModelException Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class NullModelException : Exception Constructors NullModelException() Declaration public NullModelException()" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.html", "title": "Class ChiSquaredLiftAligner", - "keywords": "Class ChiSquaredLiftAligner Inheritance object ChiSquaredAligner ChiSquaredLiftAligner Implements IFineGrainedAligner Inherited Members ChiSquaredAligner._model ChiSquaredAligner._cultureMetadataManager ChiSquaredAligner.CanAlign(IEnumerable) ChiSquaredAligner.SetErrorLogger(Action) ChiSquaredAligner.AlignAsync(IEnumerable) ChiSquaredAligner.AlignAsync(IEnumerable, CancellationToken, IProgress) ChiSquaredAligner.AlignExAsync(IEnumerable) ChiSquaredAligner.AlignExAsync(IEnumerable, CancellationToken, IProgress) ChiSquaredAligner.GetBulkMode() ChiSquaredAligner.SetBulkModeAsync(bool) ChiSquaredAligner.SupportsSynchronousAlign object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class ChiSquaredLiftAligner : ChiSquaredAligner, IFineGrainedAligner Constructors ChiSquaredLiftAligner(ChiSquaredTranslationModel, ICultureMetadataManager, AlignerSettings) Declaration public ChiSquaredLiftAligner(ChiSquaredTranslationModel model, ICultureMetadataManager cultureMetadataManager, AlignerSettings alignerSettings) Parameters Type Name Description ChiSquaredTranslationModel model ICultureMetadataManager cultureMetadataManager AlignerSettings alignerSettings Methods AlignInternalAsync(IEnumerable, CancellationToken, IProgress) Declaration protected override Task AlignInternalAsync(IEnumerable pairs, CancellationToken cancellationToken, IProgress progress) Parameters Type Name Description IEnumerable IAlignableContentPair pairs CancellationToken cancellationToken IProgress int progress Returns Type Description Task AlignResult Overrides ChiSquaredAligner.AlignInternalAsync(IEnumerable, CancellationToken, IProgress) Implements IFineGrainedAligner" + "keywords": "Class ChiSquaredLiftAligner Inheritance System.Object ChiSquaredAligner ChiSquaredLiftAligner Implements IFineGrainedAligner Inherited Members ChiSquaredAligner._model ChiSquaredAligner._cultureMetadataManager ChiSquaredAligner.CanAlign(IEnumerable) ChiSquaredAligner.SetErrorLogger(Action) ChiSquaredAligner.AlignAsync(IEnumerable) ChiSquaredAligner.AlignAsync(IEnumerable, CancellationToken, IProgress) ChiSquaredAligner.AlignExAsync(IEnumerable) ChiSquaredAligner.AlignExAsync(IEnumerable, CancellationToken, IProgress) ChiSquaredAligner.GetBulkMode() ChiSquaredAligner.SetBulkModeAsync(Boolean) ChiSquaredAligner.SupportsSynchronousAlign Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class ChiSquaredLiftAligner : ChiSquaredAligner, IFineGrainedAligner Constructors ChiSquaredLiftAligner(ChiSquaredTranslationModel, ICultureMetadataManager, AlignerSettings) Declaration public ChiSquaredLiftAligner(ChiSquaredTranslationModel model, ICultureMetadataManager cultureMetadataManager, AlignerSettings alignerSettings) Parameters Type Name Description ChiSquaredTranslationModel model Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager AlignerSettings alignerSettings Methods AlignInternalAsync(IEnumerable, CancellationToken, IProgress) Declaration protected override Task AlignInternalAsync(IEnumerable pairs, CancellationToken cancellationToken, IProgress progress) Parameters Type Name Description System.Collections.Generic.IEnumerable < IAlignableContentPair > pairs System.Threading.CancellationToken cancellationToken System.IProgress < System.Int32 > progress Returns Type Description System.Threading.Tasks.Task < AlignResult []> Overrides ChiSquaredAligner.AlignInternalAsync(IEnumerable, CancellationToken, IProgress) Implements IFineGrainedAligner" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.html", "title": "Class ChiSquaredTranslationModel", - "keywords": "Class ChiSquaredTranslationModel Inheritance object TranslationModel ChiSquaredTranslationModel Inherited Members TranslationModel._id TranslationModel._name TranslationModel._corpusIds TranslationModel._srcCulture TranslationModel._trgCulture TranslationModel._modelDate TranslationModel.OnProgress(TranslationModelProgressStage) TranslationModel.OnProgress(TranslationModelProgressStage, int) TranslationModel.OnProgress(TranslationModelProgressStage, int, int) TranslationModel.OnProgress(TranslationModelProgressEventArgs) TranslationModel.OnProgress(object, TranslationModelProgressEventArgs) TranslationModel.TranslationModelDate TranslationModel.SourceCulture TranslationModel.TargetCulture TranslationModel.CorpusIds TranslationModel.Name TranslationModel.Id TranslationModel.Progress object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class ChiSquaredTranslationModel : TranslationModel Constructors ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, string, TranslationModelId, List, CultureCode, CultureCode, DateTime?, int, int, TranslationModelBuilderSettings) Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly store, string name, TranslationModelId id, List corpusIds, CultureCode sourceCulture, CultureCode targetCulture, DateTime? modelDate, int sampleCount, int version, TranslationModelBuilderSettings modelBuilderSettings = null) Parameters Type Name Description IChiSquaredTranslationModelStoreReadOnly store string name TranslationModelId id List AlignableCorpusId corpusIds CultureCode sourceCulture CultureCode targetCulture DateTime modelDate int sampleCount int version TranslationModelBuilderSettings modelBuilderSettings ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, string, TranslationModelId, List, CultureCode, CultureCode, DateTime?, int, int, ICultureMetadataManager, TranslationModelBuilderSettings) Declaration public ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly store, string name, TranslationModelId id, List corpusIds, CultureCode sourceCulture, CultureCode targetCulture, DateTime? modelDate, int sampleCount, int version, ICultureMetadataManager cultureMetadataManager, TranslationModelBuilderSettings modelBuilderSettings = null) Parameters Type Name Description IChiSquaredTranslationModelStoreReadOnly store string name TranslationModelId id List AlignableCorpusId corpusIds CultureCode sourceCulture CultureCode targetCulture DateTime modelDate int sampleCount int version ICultureMetadataManager cultureMetadataManager TranslationModelBuilderSettings modelBuilderSettings Fields LatestModelVersion Declaration public const int LatestModelVersion = 2 Field Value Type Description int Properties ModelType Declaration public override TranslationModelTypes ModelType { get; } Property Value Type Description TranslationModelTypes Overrides TranslationModel.ModelType SampleCount Declaration public int SampleCount { get; set; } Property Value Type Description int Store Declaration public IChiSquaredTranslationModelStoreReadOnly Store { get; } Property Value Type Description IChiSquaredTranslationModelStoreReadOnly Version Declaration public int Version { get; } Property Value Type Description int Methods BuildModelAsync(IAlignableCorpusManagerAsync) Declaration public override Task BuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description Task Overrides TranslationModel.BuildModelAsync(IAlignableCorpusManagerAsync) CanBuildModelAsync(IAlignableCorpusManagerAsync) Declaration public override Task CanBuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description Task bool Overrides TranslationModel.CanBuildModelAsync(IAlignableCorpusManagerAsync) MeasureModelFitnessAsync(List) Declaration public override Task MeasureModelFitnessAsync(List pairs) Parameters Type Name Description List IAlignableContentPair pairs Returns Type Description Task TranslationModelFitness Overrides TranslationModel.MeasureModelFitnessAsync(List) MeasureModelFitnessAsync(List, bool) Declaration public Task<(Dictionary IVTokenCounts, Dictionary OOVTokenCounts)> MeasureModelFitnessAsync(List tokens, bool target) Parameters Type Name Description List Token tokens bool target Returns Type Description Task Dictionary string int System.ValueTuple{System.Collections.Generic.Dictionary{System.String,System.Int32},System.Collections.Generic.Dictionary{System.String,System.Int32}}.IVTokenCounts Dictionary string int System.ValueTuple{System.Collections.Generic.Dictionary{System.String,System.Int32},System.Collections.Generic.Dictionary{System.String,System.Int32}}.OOVTokenCounts SetLatestVersion() Declaration public void SetLatestVersion() ShouldBuildModelAsync(IAlignableCorpusManagerAsync) Declaration public override Task ShouldBuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description Task bool Overrides TranslationModel.ShouldBuildModelAsync(IAlignableCorpusManagerAsync)" + "keywords": "Class ChiSquaredTranslationModel Inheritance System.Object TranslationModel ChiSquaredTranslationModel Inherited Members TranslationModel._id TranslationModel._name TranslationModel._corpusIds TranslationModel._srcCulture TranslationModel._trgCulture TranslationModel._modelDate TranslationModel.OnProgress(TranslationModelProgressStage) TranslationModel.OnProgress(TranslationModelProgressStage, Int32) TranslationModel.OnProgress(TranslationModelProgressStage, Int32, Int32) TranslationModel.OnProgress(TranslationModelProgressEventArgs) TranslationModel.OnProgress(Object, TranslationModelProgressEventArgs) TranslationModel.TranslationModelDate TranslationModel.SourceCulture TranslationModel.TargetCulture TranslationModel.CorpusIds TranslationModel.Name TranslationModel.Id TranslationModel.Progress Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class ChiSquaredTranslationModel : TranslationModel Constructors ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List, CultureCode, CultureCode, Nullable, Int32, Int32, TranslationModelBuilderSettings) Declaration public ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly store, string name, TranslationModelId id, List corpusIds, CultureCode sourceCulture, CultureCode targetCulture, Nullable modelDate, int sampleCount, int version, TranslationModelBuilderSettings modelBuilderSettings = null) Parameters Type Name Description IChiSquaredTranslationModelStoreReadOnly store System.String name TranslationModelId id System.Collections.Generic.List < AlignableCorpusId > corpusIds Sdl.Core.Globalization.CultureCode sourceCulture Sdl.Core.Globalization.CultureCode targetCulture System.Nullable < System.DateTime > modelDate System.Int32 sampleCount System.Int32 version TranslationModelBuilderSettings modelBuilderSettings ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List, CultureCode, CultureCode, Nullable, Int32, Int32, ICultureMetadataManager, TranslationModelBuilderSettings) Declaration public ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly store, string name, TranslationModelId id, List corpusIds, CultureCode sourceCulture, CultureCode targetCulture, Nullable modelDate, int sampleCount, int version, ICultureMetadataManager cultureMetadataManager, TranslationModelBuilderSettings modelBuilderSettings = null) Parameters Type Name Description IChiSquaredTranslationModelStoreReadOnly store System.String name TranslationModelId id System.Collections.Generic.List < AlignableCorpusId > corpusIds Sdl.Core.Globalization.CultureCode sourceCulture Sdl.Core.Globalization.CultureCode targetCulture System.Nullable < System.DateTime > modelDate System.Int32 sampleCount System.Int32 version Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager TranslationModelBuilderSettings modelBuilderSettings Fields LatestModelVersion Declaration public const int LatestModelVersion = 2 Field Value Type Description System.Int32 Properties ModelType Declaration public override TranslationModelTypes ModelType { get; } Property Value Type Description TranslationModelTypes Overrides TranslationModel.ModelType SampleCount Declaration public int SampleCount { get; set; } Property Value Type Description System.Int32 Store Declaration public IChiSquaredTranslationModelStoreReadOnly Store { get; } Property Value Type Description IChiSquaredTranslationModelStoreReadOnly Version Declaration public int Version { get; } Property Value Type Description System.Int32 Methods BuildModelAsync(IAlignableCorpusManagerAsync) Declaration public override Task BuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description System.Threading.Tasks.Task Overrides TranslationModel.BuildModelAsync(IAlignableCorpusManagerAsync) CanBuildModelAsync(IAlignableCorpusManagerAsync) Declaration public override Task CanBuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description System.Threading.Tasks.Task < System.Boolean > Overrides TranslationModel.CanBuildModelAsync(IAlignableCorpusManagerAsync) MeasureModelFitnessAsync(List) Declaration public override Task MeasureModelFitnessAsync(List pairs) Parameters Type Name Description System.Collections.Generic.List < IAlignableContentPair > pairs Returns Type Description System.Threading.Tasks.Task < TranslationModelFitness > Overrides TranslationModel.MeasureModelFitnessAsync(List) MeasureModelFitnessAsync(List, Boolean) Declaration public Task<(Dictionary, Dictionary)> MeasureModelFitnessAsync(List tokens, bool target) Parameters Type Name Description System.Collections.Generic.List < Token > tokens System.Boolean target Returns Type Description System.Threading.Tasks.Task < System.ValueTuple < System.Collections.Generic.Dictionary < System.String , System.Int32 >, System.Collections.Generic.Dictionary < System.String , System.Int32 >>> SetLatestVersion() Declaration public void SetLatestVersion() ShouldBuildModelAsync(IAlignableCorpusManagerAsync) Declaration public override Task ShouldBuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description System.Threading.Tasks.Task < System.Boolean > Overrides TranslationModel.ShouldBuildModelAsync(IAlignableCorpusManagerAsync)" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.html", "title": "Class ChiSquaredTranslationModelBuilder", - "keywords": "Class ChiSquaredTranslationModelBuilder Inheritance object ChiSquaredTranslationModelBuilder Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class ChiSquaredTranslationModelBuilder Constructors ChiSquaredTranslationModelBuilder(ChiSquaredTranslationModel, IAlignableCorpusManagerAsync, TranslationModelBuilderSettings) Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public ChiSquaredTranslationModelBuilder(ChiSquaredTranslationModel translationModel, IAlignableCorpusManagerAsync corpusManager, TranslationModelBuilderSettings modelBuilderSettings = null) Parameters Type Name Description ChiSquaredTranslationModel translationModel IAlignableCorpusManagerAsync corpusManager TranslationModelBuilderSettings modelBuilderSettings ChiSquaredTranslationModelBuilder(ChiSquaredTranslationModel, IAlignableCorpusManagerAsync, ICultureMetadataManager, TranslationModelBuilderSettings) Declaration public ChiSquaredTranslationModelBuilder(ChiSquaredTranslationModel translationModel, IAlignableCorpusManagerAsync corpusManager, ICultureMetadataManager cultureMetadataManager, TranslationModelBuilderSettings modelBuilderSettings = null) Parameters Type Name Description ChiSquaredTranslationModel translationModel IAlignableCorpusManagerAsync corpusManager ICultureMetadataManager cultureMetadataManager TranslationModelBuilderSettings modelBuilderSettings Properties Model Declaration public TranslationModel Model { get; } Property Value Type Description TranslationModel Methods CanBuildModel() Declaration [Obsolete(\"Use CanBuildModelAsync\")] public bool CanBuildModel() Returns Type Description bool CanBuildModelAsync() Declaration public Task CanBuildModelAsync() Returns Type Description Task bool ShouldBuildModel() Declaration [Obsolete(\"Use ShouldBuildModelAsync\")] public bool ShouldBuildModel() Returns Type Description bool ShouldBuildModelAsync() Declaration public Task ShouldBuildModelAsync() Returns Type Description Task bool Events Progress Declaration public event EventHandler Progress Event Type Type Description EventHandler TranslationModelProgressEventArgs" + "keywords": "Class ChiSquaredTranslationModelBuilder Inheritance System.Object ChiSquaredTranslationModelBuilder Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class ChiSquaredTranslationModelBuilder : Object Constructors ChiSquaredTranslationModelBuilder(ChiSquaredTranslationModel, IAlignableCorpusManagerAsync, TranslationModelBuilderSettings) Declaration public ChiSquaredTranslationModelBuilder(ChiSquaredTranslationModel translationModel, IAlignableCorpusManagerAsync corpusManager, TranslationModelBuilderSettings modelBuilderSettings = null) Parameters Type Name Description ChiSquaredTranslationModel translationModel IAlignableCorpusManagerAsync corpusManager TranslationModelBuilderSettings modelBuilderSettings ChiSquaredTranslationModelBuilder(ChiSquaredTranslationModel, IAlignableCorpusManagerAsync, ICultureMetadataManager, TranslationModelBuilderSettings) Declaration public ChiSquaredTranslationModelBuilder(ChiSquaredTranslationModel translationModel, IAlignableCorpusManagerAsync corpusManager, ICultureMetadataManager cultureMetadataManager, TranslationModelBuilderSettings modelBuilderSettings = null) Parameters Type Name Description ChiSquaredTranslationModel translationModel IAlignableCorpusManagerAsync corpusManager Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager TranslationModelBuilderSettings modelBuilderSettings Properties Model Declaration public TranslationModel Model { get; } Property Value Type Description TranslationModel Methods CanBuildModel() Declaration public bool CanBuildModel() Returns Type Description System.Boolean CanBuildModelAsync() Declaration public Task CanBuildModelAsync() Returns Type Description System.Threading.Tasks.Task < System.Boolean > ShouldBuildModel() Declaration public bool ShouldBuildModel() Returns Type Description System.Boolean ShouldBuildModelAsync() Declaration public Task ShouldBuildModelAsync() Returns Type Description System.Threading.Tasks.Task < System.Boolean > Events Progress Declaration public event EventHandler Progress Event Type Type Description System.EventHandler < TranslationModelProgressEventArgs >" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html", "title": "Class ChiSquaredTranslationModelId", - "keywords": "Class ChiSquaredTranslationModelId Inheritance object TranslationModelId ChiSquaredTranslationModelId Inherited Members TranslationModelId.ToSerialization() TranslationModelId.ToSerialization(BinaryWriter) TranslationModelId.FromSerialization(BinaryReader) TranslationModelId.FromSerialization(byte[]) TranslationModelId.RegisterTranslationModelIdType(Guid, Func) object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class ChiSquaredTranslationModelId : TranslationModelId Constructors ChiSquaredTranslationModelId() Declaration public ChiSquaredTranslationModelId() Properties InternalId Declaration public int InternalId { get; set; } Property Value Type Description int SerializationTypeId Declaration public override Guid SerializationTypeId { get; } Property Value Type Description Guid Overrides TranslationModelId.SerializationTypeId Methods Deserialize(BinaryReader) Declaration protected override void Deserialize(BinaryReader reader) Parameters Type Name Description BinaryReader reader Overrides TranslationModelId.Deserialize(BinaryReader) Serialize(BinaryWriter) Declaration protected override void Serialize(BinaryWriter writer) Parameters Type Name Description BinaryWriter writer Overrides TranslationModelId.Serialize(BinaryWriter)" + "keywords": "Class ChiSquaredTranslationModelId Inheritance System.Object TranslationModelId ChiSquaredTranslationModelId Inherited Members TranslationModelId.ToSerialization() TranslationModelId.ToSerialization(BinaryWriter) TranslationModelId.FromSerialization(BinaryReader) TranslationModelId.FromSerialization(Byte[]) TranslationModelId.RegisterTranslationModelIdType(Guid, Func) Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class ChiSquaredTranslationModelId : TranslationModelId Constructors ChiSquaredTranslationModelId() Declaration public ChiSquaredTranslationModelId() Properties InternalId Declaration public int InternalId { get; set; } Property Value Type Description System.Int32 SerializationTypeId Declaration public override Guid SerializationTypeId { get; } Property Value Type Description System.Guid Overrides TranslationModelId.SerializationTypeId Methods Deserialize(BinaryReader) Declaration protected override void Deserialize(BinaryReader reader) Parameters Type Name Description System.IO.BinaryReader reader Overrides TranslationModelId.Deserialize(BinaryReader) Serialize(BinaryWriter) Declaration protected override void Serialize(BinaryWriter writer) Parameters Type Name Description System.IO.BinaryWriter writer Overrides TranslationModelId.Serialize(BinaryWriter)" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html", "title": "Class ChiSquaredTranslationModelStoreReadOnly", - "keywords": "Class ChiSquaredTranslationModelStoreReadOnly Inheritance object ChiSquaredTranslationModelStoreReadOnly Implements IChiSquaredTranslationModelStoreReadOnly Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class ChiSquaredTranslationModelStoreReadOnly : IChiSquaredTranslationModelStoreReadOnly Constructors ChiSquaredTranslationModelStoreReadOnly(ITranslationModelDataService, TranslationModelDetails, TranslationModelId) Declaration public ChiSquaredTranslationModelStoreReadOnly(ITranslationModelDataService service, TranslationModelDetails modelDetails, TranslationModelId modelId) Parameters Type Name Description ITranslationModelDataService service TranslationModelDetails modelDetails TranslationModelId modelId Methods GetSampleCountAsync() Declaration public Task GetSampleCountAsync() Returns Type Description Task int GetTranslationModelDateAsync() Declaration public Task GetTranslationModelDateAsync() Returns Type Description Task DateTime LoadMatrixData2Async(IReadOnlyCollection, bool) Declaration public Task> LoadMatrixData2Async(IReadOnlyCollection matrixRequestCollection, bool isReversedMatrix) Parameters Type Name Description IReadOnlyCollection TranslationModelTuMatrixRequest matrixRequestCollection bool isReversedMatrix Returns Type Description Task List TranslationModelMatrixEntry LoadMatrixDataAsync(HashSet, HashSet, bool) Declaration public Task> LoadMatrixDataAsync(HashSet sourceKeys, HashSet targetKeys, bool isReversedMatrix) Parameters Type Name Description HashSet int sourceKeys HashSet int targetKeys bool isReversedMatrix Returns Type Description Task List TranslationModelMatrixEntry LoadMatrixDataAsync(int, int, bool) Declaration public Task<(List Entries, int LastId)> LoadMatrixDataAsync(int startAfter, int count, bool isReversedMatrix) Parameters Type Name Description int startAfter int count bool isReversedMatrix Returns Type Description Task List TranslationModelMatrixEntry System.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}.Entries int System.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}.LastId LoadVocabAsync(bool, IEnumerable) Declaration public Task> LoadVocabAsync(bool target, IEnumerable tokensToLoad) Parameters Type Name Description bool target IEnumerable string tokensToLoad Returns Type Description Task List TranslationModelVocabEntry TotalVocabSizeAsync(bool) Declaration public Task TotalVocabSizeAsync(bool target) Parameters Type Name Description bool target Returns Type Description Task int Implements IChiSquaredTranslationModelStoreReadOnly" + "keywords": "Class ChiSquaredTranslationModelStoreReadOnly Inheritance System.Object ChiSquaredTranslationModelStoreReadOnly Implements IChiSquaredTranslationModelStoreReadOnly Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class ChiSquaredTranslationModelStoreReadOnly : Object, IChiSquaredTranslationModelStoreReadOnly Constructors ChiSquaredTranslationModelStoreReadOnly(ITranslationModelDataService, TranslationModelDetails, TranslationModelId) Declaration public ChiSquaredTranslationModelStoreReadOnly(ITranslationModelDataService service, TranslationModelDetails modelDetails, TranslationModelId modelId) Parameters Type Name Description ITranslationModelDataService service TranslationModelDetails modelDetails TranslationModelId modelId Methods GetSampleCountAsync() Declaration public Task GetSampleCountAsync() Returns Type Description System.Threading.Tasks.Task < System.Int32 > GetTranslationModelDateAsync() Declaration public Task> GetTranslationModelDateAsync() Returns Type Description System.Threading.Tasks.Task < System.Nullable < System.DateTime >> LoadMatrixData2Async(IReadOnlyCollection, Boolean) Declaration public Task> LoadMatrixData2Async(IReadOnlyCollection matrixRequestCollection, bool isReversedMatrix) Parameters Type Name Description System.Collections.Generic.IReadOnlyCollection < TranslationModelTuMatrixRequest > matrixRequestCollection System.Boolean isReversedMatrix Returns Type Description System.Threading.Tasks.Task < System.Collections.Generic.List < TranslationModelMatrixEntry >> LoadMatrixDataAsync(HashSet, HashSet, Boolean) Declaration public Task> LoadMatrixDataAsync(HashSet sourceKeys, HashSet targetKeys, bool isReversedMatrix) Parameters Type Name Description System.Collections.Generic.HashSet < System.Int32 > sourceKeys System.Collections.Generic.HashSet < System.Int32 > targetKeys System.Boolean isReversedMatrix Returns Type Description System.Threading.Tasks.Task < System.Collections.Generic.List < TranslationModelMatrixEntry >> LoadMatrixDataAsync(Int32, Int32, Boolean) Declaration public Task<(List, int)> LoadMatrixDataAsync(int startAfter, int count, bool isReversedMatrix) Parameters Type Name Description System.Int32 startAfter System.Int32 count System.Boolean isReversedMatrix Returns Type Description System.Threading.Tasks.Task < System.ValueTuple < System.Collections.Generic.List < TranslationModelMatrixEntry >, System.Int32 >> LoadVocabAsync(Boolean, IEnumerable) Declaration public Task> LoadVocabAsync(bool target, IEnumerable tokensToLoad) Parameters Type Name Description System.Boolean target System.Collections.Generic.IEnumerable < System.String > tokensToLoad Returns Type Description System.Threading.Tasks.Task < System.Collections.Generic.List < TranslationModelVocabEntry >> TotalVocabSizeAsync(Boolean) Declaration public Task TotalVocabSizeAsync(bool target) Parameters Type Name Description System.Boolean target Returns Type Description System.Threading.Tasks.Task < System.Int32 > Implements IChiSquaredTranslationModelStoreReadOnly" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.html", "title": "Class CooccurrenceCounter2", - "keywords": "Class CooccurrenceCounter2 Inheritance object CooccurrenceCounter2 Implements IDisposable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class CooccurrenceCounter2 : IDisposable Constructors CooccurrenceCounter2(string) Declaration public CooccurrenceCounter2(string tempFolder) Parameters Type Name Description string tempFolder CooccurrenceCounter2(string, int) Declaration public CooccurrenceCounter2(string tempFolder, int itemsPerFile) Parameters Type Name Description string tempFolder int itemsPerFile Properties Samples Declaration public int Samples { get; } Property Value Type Description int Methods Count(int, int) Declaration public void Count(int v1, int v2) Parameters Type Name Description int v1 int v2 Dispose() Declaration public void Dispose() Merge(int) Declaration public IEnumerable Merge(int minCooc) Parameters Type Name Description int minCooc Returns Type Description IEnumerable Sdl.LanguagePlatform.Stat.CooccurrenceCount Events Progress Declaration public event EventHandler Progress Event Type Type Description EventHandler TranslationModelProgressEventArgs Implements IDisposable" + "keywords": "Class CooccurrenceCounter2 Inheritance System.Object CooccurrenceCounter2 Implements System.IDisposable Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class CooccurrenceCounter2 : Object Constructors CooccurrenceCounter2(String) Declaration public CooccurrenceCounter2(string tempFolder) Parameters Type Name Description System.String tempFolder CooccurrenceCounter2(String, Int32) Declaration public CooccurrenceCounter2(string tempFolder, int itemsPerFile) Parameters Type Name Description System.String tempFolder System.Int32 itemsPerFile Properties Samples Declaration public int Samples { get; } Property Value Type Description System.Int32 Methods Count(Int32, Int32) Declaration public void Count(int v1, int v2) Parameters Type Name Description System.Int32 v1 System.Int32 v2 Dispose() Declaration public void Dispose() Merge(Int32) Declaration public IEnumerable Merge(int minCooc) Parameters Type Name Description System.Int32 minCooc Returns Type Description System.Collections.Generic.IEnumerable < Sdl.LanguagePlatform.Stat.CooccurrenceCount > Events Progress Declaration public event EventHandler Progress Event Type Type Description System.EventHandler < TranslationModelProgressEventArgs > Implements System.IDisposable" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.FGAInitializer.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.FGAInitializer.html", "title": "Class FGAInitializer", - "keywords": "Class FGAInitializer Inheritance object FGAInitializer Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public static class FGAInitializer Methods Initialize(Assembly) Declaration public static void Initialize(Assembly a) Parameters Type Name Description Assembly a" + "keywords": "Class FGAInitializer Inheritance System.Object FGAInitializer Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public static class FGAInitializer : Object Methods Initialize(Assembly) Declaration public static void Initialize(Assembly a) Parameters Type Name Description System.Reflection.Assembly a" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.html", "title": "Namespace Sdl.Core.FineGrainedAlignment", - "keywords": "Namespace Sdl.Core.FineGrainedAlignment Classes AlignableContentPairId AlignableCorpusId AlignedPhrase AlignerDefinition AlignerSettings AlignmentEvidence BilingualChiSquareComputer3 BilingualPhraseComputer3 BilingualPhraseComputer3.Settings ChiSquaredAligner ChiSquaredAligner.CodedTokenIndexConverter ChiSquaredAligner.NullModelException ChiSquaredLiftAligner ChiSquaredTranslationModel ChiSquaredTranslationModelBuilder ChiSquaredTranslationModelId ChiSquaredTranslationModelStoreReadOnly CooccurrenceCounter2 FGAInitializer LiftAligner LiftAligner.SpanHypothesis LiftAligner.SpanHypothesisArray ModelBasedAlignerDefinition ModelNotFoundException OnlineAlignerDefinition SimpleAlignerBroker SimpleAlignmentEvidence TokenWithCount TrainedModelAligner TrainedModelAligner.CodedTokenIndexConverter TrainedModelBuildResults TrainedTranslationModel TrainedTranslationModelBuilder TrainedTranslationModelId TranslationModel TranslationModelBuilderSettings TranslationModelCancelException TranslationModelDetails TranslationModelException TranslationModelFitness TranslationModelId TranslationModelProgressEventArgs VocabularyFile3 WordAlignmentComputer3 Interfaces IAlignableContentPair IAlignableCorpus IAlignableCorpusAsync IAlignableCorpusManager IAlignableCorpusManagerAsync IAlignerBroker IAlignerService IChiSquaredTranslationModelStore IChiSquaredTranslationModelStoreReadOnly IFineGrainedAligner IPairEnumerator ITranslationModelDataService ITranslationModelManagementService ITranslationModelManager Enums AlignResult TranslationModelProgressStage TranslationModelTypes" + "keywords": "Namespace Sdl.Core.FineGrainedAlignment Classes AlignableContentPairId AlignableCorpusId AlignedPhrase AlignerDefinition AlignerSettings AlignmentEvidence AlignResult BilingualChiSquareComputer3 BilingualPhraseComputer3 BilingualPhraseComputer3.Settings ChiSquaredAligner ChiSquaredAligner.CodedTokenIndexConverter ChiSquaredAligner.NullModelException ChiSquaredLiftAligner ChiSquaredTranslationModel ChiSquaredTranslationModelBuilder ChiSquaredTranslationModelId ChiSquaredTranslationModelStoreReadOnly CooccurrenceCounter2 FGAInitializer LiftAligner LiftAligner.SpanHypothesis LiftAligner.SpanHypothesisArray ModelBasedAlignerDefinition ModelNotFoundException OnlineAlignerDefinition SimpleAlignerBroker SimpleAlignmentEvidence TokenWithCount TrainedModelAligner TrainedModelAligner.CodedTokenIndexConverter TrainedModelBuildResults TrainedTranslationModel TrainedTranslationModelBuilder TrainedTranslationModelId TranslationModel TranslationModelBuilderSettings TranslationModelCancelException TranslationModelDetails TranslationModelException TranslationModelFitness TranslationModelId TranslationModelProgressEventArgs TranslationModelProgressStage TranslationModelTypes VocabularyFile3 WordAlignmentComputer3 Interfaces IAlignableContentPair IAlignableCorpus IAlignableCorpusAsync IAlignableCorpusManager IAlignableCorpusManagerAsync IAlignerBroker IAlignerService IChiSquaredTranslationModelStore IChiSquaredTranslationModelStoreReadOnly IFineGrainedAligner IPairEnumerator ITranslationModelDataService ITranslationModelManagementService ITranslationModelManager" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableContentPair.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableContentPair.html", "title": "Interface IAlignableContentPair", - "keywords": "Interface IAlignableContentPair Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IAlignableContentPair Properties AlignmentData Declaration LiftAlignedSpanPairSet AlignmentData { get; set; } Property Value Type Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPairSet Id Declaration AlignableContentPairId Id { get; } Property Value Type Description AlignableContentPairId SourceTokens Declaration List SourceTokens { get; } Property Value Type Description List Token TargetTokens Declaration List TargetTokens { get; } Property Value Type Description List Token TranslationModelDate Declaration DateTime? TranslationModelDate { get; set; } Property Value Type Description DateTime" + "keywords": "Interface IAlignableContentPair Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IAlignableContentPair Properties AlignmentData Declaration LiftAlignedSpanPairSet AlignmentData { get; set; } Property Value Type Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPairSet Id Declaration AlignableContentPairId Id { get; } Property Value Type Description AlignableContentPairId SourceTokens Declaration List SourceTokens { get; } Property Value Type Description System.Collections.Generic.List < Token > TargetTokens Declaration List TargetTokens { get; } Property Value Type Description System.Collections.Generic.List < Token > TranslationModelDate Declaration Nullable TranslationModelDate { get; set; } Property Value Type Description System.Nullable < System.DateTime >" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpus.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpus.html", "title": "Interface IAlignableCorpus", - "keywords": "Interface IAlignableCorpus Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IAlignableCorpus Properties Id Declaration AlignableCorpusId Id { get; } Property Value Type Description AlignableCorpusId PairCount Declaration int PairCount { get; } Property Value Type Description int SourceCulture Declaration CultureCode SourceCulture { get; } Property Value Type Description CultureCode TargetCulture Declaration CultureCode TargetCulture { get; } Property Value Type Description CultureCode UnalignedContentPairCount Declaration [Obsolete(\"replaced by UnalignedCount\")] int UnalignedContentPairCount { get; } Property Value Type Description int Methods GetAlignedPredatedContentPairCount(DateTime) Declaration int GetAlignedPredatedContentPairCount(DateTime modelDate) Parameters Type Name Description DateTime modelDate Returns Type Description int GetAlignerDefinition() Declaration AlignerDefinition GetAlignerDefinition() Returns Type Description AlignerDefinition GetPairEnumeratorAsync() Declaration Task GetPairEnumeratorAsync() Returns Type Description Task IPairEnumerator GetPostdatedContentPairCount(DateTime) Declaration int GetPostdatedContentPairCount(DateTime modelDate) Parameters Type Name Description DateTime modelDate Returns Type Description int UnalignedCount(DateTime?) Declaration int UnalignedCount(DateTime? modelDate) Parameters Type Name Description DateTime modelDate Returns Type Description int UnalignedUnscheduledContentPairCount(int, DateTime) Declaration [Obsolete(\"replaced by UnalignedCount\")] int UnalignedUnscheduledContentPairCount(int schedule_delta, DateTime modelDate) Parameters Type Name Description int schedule_delta DateTime modelDate Returns Type Description int" + "keywords": "Interface IAlignableCorpus Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IAlignableCorpus Properties Id Declaration AlignableCorpusId Id { get; } Property Value Type Description AlignableCorpusId PairCount Declaration int PairCount { get; } Property Value Type Description System.Int32 SourceCulture Declaration CultureCode SourceCulture { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode TargetCulture Declaration CultureCode TargetCulture { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode UnalignedContentPairCount Declaration int UnalignedContentPairCount { get; } Property Value Type Description System.Int32 Methods GetAlignedPredatedContentPairCount(DateTime) Declaration int GetAlignedPredatedContentPairCount(DateTime modelDate) Parameters Type Name Description System.DateTime modelDate Returns Type Description System.Int32 GetAlignerDefinition() Declaration AlignerDefinition GetAlignerDefinition() Returns Type Description AlignerDefinition GetPairEnumeratorAsync() Declaration Task GetPairEnumeratorAsync() Returns Type Description System.Threading.Tasks.Task < IPairEnumerator > GetPostdatedContentPairCount(DateTime) Declaration int GetPostdatedContentPairCount(DateTime modelDate) Parameters Type Name Description System.DateTime modelDate Returns Type Description System.Int32 UnalignedCount(Nullable) Declaration int UnalignedCount(Nullable modelDate) Parameters Type Name Description System.Nullable < System.DateTime > modelDate Returns Type Description System.Int32 UnalignedUnscheduledContentPairCount(Int32, DateTime) Declaration int UnalignedUnscheduledContentPairCount(int schedule_delta, DateTime modelDate) Parameters Type Name Description System.Int32 schedule_delta System.DateTime modelDate Returns Type Description System.Int32" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.html", "title": "Interface IAlignableCorpusAsync", - "keywords": "Interface IAlignableCorpusAsync Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IAlignableCorpusAsync Properties Id Declaration AlignableCorpusId Id { get; } Property Value Type Description AlignableCorpusId SourceCulture Declaration CultureCode SourceCulture { get; } Property Value Type Description CultureCode TargetCulture Declaration CultureCode TargetCulture { get; } Property Value Type Description CultureCode Methods GetAlignedPredatedContentPairCountAsync(DateTime) Declaration Task GetAlignedPredatedContentPairCountAsync(DateTime modelDate) Parameters Type Name Description DateTime modelDate Returns Type Description Task int GetAlignerDefinitionAsync() Declaration Task GetAlignerDefinitionAsync() Returns Type Description Task AlignerDefinition GetPairCountAsync() Declaration Task GetPairCountAsync() Returns Type Description Task int GetPairEnumeratorAsync() Declaration Task GetPairEnumeratorAsync() Returns Type Description Task IPairEnumerator GetPostdatedContentPairCountAsync(DateTime) Declaration Task GetPostdatedContentPairCountAsync(DateTime modelDate) Parameters Type Name Description DateTime modelDate Returns Type Description Task int GetUnalignedCountAsync(DateTime?) Declaration Task GetUnalignedCountAsync(DateTime? modelDate) Parameters Type Name Description DateTime modelDate Returns Type Description Task int" + "keywords": "Interface IAlignableCorpusAsync Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IAlignableCorpusAsync Properties Id Declaration AlignableCorpusId Id { get; } Property Value Type Description AlignableCorpusId SourceCulture Declaration CultureCode SourceCulture { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode TargetCulture Declaration CultureCode TargetCulture { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode Methods GetAlignedPredatedContentPairCountAsync(DateTime) Declaration Task GetAlignedPredatedContentPairCountAsync(DateTime modelDate) Parameters Type Name Description System.DateTime modelDate Returns Type Description System.Threading.Tasks.Task < System.Int32 > GetAlignerDefinitionAsync() Declaration Task GetAlignerDefinitionAsync() Returns Type Description System.Threading.Tasks.Task < AlignerDefinition > GetPairCountAsync() Declaration Task GetPairCountAsync() Returns Type Description System.Threading.Tasks.Task < System.Int32 > GetPairEnumeratorAsync() Declaration Task GetPairEnumeratorAsync() Returns Type Description System.Threading.Tasks.Task < IPairEnumerator > GetPostdatedContentPairCountAsync(DateTime) Declaration Task GetPostdatedContentPairCountAsync(DateTime modelDate) Parameters Type Name Description System.DateTime modelDate Returns Type Description System.Threading.Tasks.Task < System.Int32 > GetUnalignedCountAsync(Nullable) Declaration Task GetUnalignedCountAsync(Nullable modelDate) Parameters Type Name Description System.Nullable < System.DateTime > modelDate Returns Type Description System.Threading.Tasks.Task < System.Int32 >" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusManager.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusManager.html", "title": "Interface IAlignableCorpusManager", - "keywords": "Interface IAlignableCorpusManager Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax [Obsolete(\"Use IAlignableCorpusManagerAsync\")] public interface IAlignableCorpusManager Methods GetAlignableCorpus(AlignableCorpusId) Declaration [Obsolete(\"Use IAlignableCorpusManagerAsync\")] IAlignableCorpus GetAlignableCorpus(AlignableCorpusId id) Parameters Type Name Description AlignableCorpusId id Returns Type Description IAlignableCorpus" + "keywords": "Interface IAlignableCorpusManager Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IAlignableCorpusManager Methods GetAlignableCorpus(AlignableCorpusId) Declaration IAlignableCorpus GetAlignableCorpus(AlignableCorpusId id) Parameters Type Name Description AlignableCorpusId id Returns Type Description IAlignableCorpus" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync.html", "title": "Interface IAlignableCorpusManagerAsync", - "keywords": "Interface IAlignableCorpusManagerAsync Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IAlignableCorpusManagerAsync Methods GetAlignableCorpusAsync(AlignableCorpusId) Declaration Task GetAlignableCorpusAsync(AlignableCorpusId id) Parameters Type Name Description AlignableCorpusId id Returns Type Description Task IAlignableCorpusAsync" + "keywords": "Interface IAlignableCorpusManagerAsync Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IAlignableCorpusManagerAsync Methods GetAlignableCorpusAsync(AlignableCorpusId) Declaration Task GetAlignableCorpusAsync(AlignableCorpusId id) Parameters Type Name Description AlignableCorpusId id Returns Type Description System.Threading.Tasks.Task < IAlignableCorpusAsync >" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignerBroker.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignerBroker.html", "title": "Interface IAlignerBroker", - "keywords": "Interface IAlignerBroker Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IAlignerBroker Methods GetAlignerAsync(AlignerDefinition, AlignerSettings) Declaration Task GetAlignerAsync(AlignerDefinition definition, AlignerSettings settings) Parameters Type Name Description AlignerDefinition definition AlignerSettings settings Returns Type Description Task IFineGrainedAligner" + "keywords": "Interface IAlignerBroker Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IAlignerBroker Methods GetAlignerAsync(AlignerDefinition, AlignerSettings) Declaration Task GetAlignerAsync(AlignerDefinition definition, AlignerSettings settings) Parameters Type Name Description AlignerDefinition definition AlignerSettings settings Returns Type Description System.Threading.Tasks.Task < IFineGrainedAligner >" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignerService.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignerService.html", "title": "Interface IAlignerService", - "keywords": "Interface IAlignerService Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IAlignerService Methods Align(AlignerDefinition, Dictionary>) Declaration int Align(AlignerDefinition alignerDefinition, Dictionary> pairIdsByCorpusId) Parameters Type Name Description AlignerDefinition alignerDefinition Dictionary AlignableCorpusId List AlignableContentPairId pairIdsByCorpusId Returns Type Description int" + "keywords": "Interface IAlignerService Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IAlignerService Methods Align(AlignerDefinition, Dictionary>) Declaration int Align(AlignerDefinition alignerDefinition, Dictionary> pairIdsByCorpusId) Parameters Type Name Description AlignerDefinition alignerDefinition System.Collections.Generic.Dictionary < AlignableCorpusId , System.Collections.Generic.List < AlignableContentPairId >> pairIdsByCorpusId Returns Type Description System.Int32" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.html", "title": "Interface IChiSquaredTranslationModelStore", - "keywords": "Interface IChiSquaredTranslationModelStore Inherited Members IChiSquaredTranslationModelStoreReadOnly.GetTranslationModelDateAsync() IChiSquaredTranslationModelStoreReadOnly.GetSampleCountAsync() IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(bool, IEnumerable) IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(bool) IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet, HashSet, bool) IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int, bool) IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection, bool) Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IChiSquaredTranslationModelStore : IChiSquaredTranslationModelStoreReadOnly Methods ClearTranslationModelAsync() Declaration Task ClearTranslationModelAsync() Returns Type Description Task SaveVocabAsync(bool, IEnumerable) Declaration Task SaveVocabAsync(bool target, IEnumerable vocab) Parameters Type Name Description bool target IEnumerable TranslationModelVocabEntry vocab Returns Type Description Task SetSampleCountAsync(int) Declaration Task SetSampleCountAsync(int count) Parameters Type Name Description int count Returns Type Description Task SetTranslationModelDateAsync(DateTime?) Declaration Task SetTranslationModelDateAsync(DateTime? date) Parameters Type Name Description DateTime date Returns Type Description Task WriteMatrixDataAsync(IEnumerable, bool) Declaration Task WriteMatrixDataAsync(IEnumerable entries, bool isReversedMatrix) Parameters Type Name Description IEnumerable TranslationModelMatrixEntry entries bool isReversedMatrix Returns Type Description Task" + "keywords": "Interface IChiSquaredTranslationModelStore Inherited Members IChiSquaredTranslationModelStoreReadOnly.GetTranslationModelDateAsync() IChiSquaredTranslationModelStoreReadOnly.GetSampleCountAsync() IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(Boolean, IEnumerable) IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(Boolean) IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet, HashSet, Boolean) IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Int32, Int32, Boolean) IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection, Boolean) Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IChiSquaredTranslationModelStore : IChiSquaredTranslationModelStoreReadOnly Methods ClearTranslationModelAsync() Declaration Task ClearTranslationModelAsync() Returns Type Description System.Threading.Tasks.Task SaveVocabAsync(Boolean, IEnumerable) Declaration Task SaveVocabAsync(bool target, IEnumerable vocab) Parameters Type Name Description System.Boolean target System.Collections.Generic.IEnumerable < TranslationModelVocabEntry > vocab Returns Type Description System.Threading.Tasks.Task SetSampleCountAsync(Int32) Declaration Task SetSampleCountAsync(int count) Parameters Type Name Description System.Int32 count Returns Type Description System.Threading.Tasks.Task SetTranslationModelDateAsync(Nullable) Declaration Task SetTranslationModelDateAsync(Nullable date) Parameters Type Name Description System.Nullable < System.DateTime > date Returns Type Description System.Threading.Tasks.Task WriteMatrixDataAsync(IEnumerable, Boolean) Declaration Task WriteMatrixDataAsync(IEnumerable entries, bool isReversedMatrix) Parameters Type Name Description System.Collections.Generic.IEnumerable < TranslationModelMatrixEntry > entries System.Boolean isReversedMatrix Returns Type Description System.Threading.Tasks.Task" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html", "title": "Interface IChiSquaredTranslationModelStoreReadOnly", - "keywords": "Interface IChiSquaredTranslationModelStoreReadOnly Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IChiSquaredTranslationModelStoreReadOnly Methods GetSampleCountAsync() Declaration Task GetSampleCountAsync() Returns Type Description Task int GetTranslationModelDateAsync() Declaration Task GetTranslationModelDateAsync() Returns Type Description Task DateTime LoadMatrixData2Async(IReadOnlyCollection, bool) Declaration Task> LoadMatrixData2Async(IReadOnlyCollection matrixRequestCollection, bool isReversedMatrix) Parameters Type Name Description IReadOnlyCollection TranslationModelTuMatrixRequest matrixRequestCollection bool isReversedMatrix Returns Type Description Task List TranslationModelMatrixEntry LoadMatrixDataAsync(HashSet, HashSet, bool) Declaration Task> LoadMatrixDataAsync(HashSet sourceKeys, HashSet targetKeys, bool isReversedMatrix) Parameters Type Name Description HashSet int sourceKeys HashSet int targetKeys bool isReversedMatrix Returns Type Description Task List TranslationModelMatrixEntry LoadMatrixDataAsync(int, int, bool) Declaration Task<(List Entries, int LastId)> LoadMatrixDataAsync(int startAfter, int count, bool isReversedMatrix) Parameters Type Name Description int startAfter int count bool isReversedMatrix Returns Type Description Task List TranslationModelMatrixEntry System.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}.Entries int System.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}.LastId LoadVocabAsync(bool, IEnumerable) Declaration Task> LoadVocabAsync(bool target, IEnumerable tokensToLoad) Parameters Type Name Description bool target IEnumerable string tokensToLoad Returns Type Description Task List TranslationModelVocabEntry TotalVocabSizeAsync(bool) Declaration Task TotalVocabSizeAsync(bool target) Parameters Type Name Description bool target Returns Type Description Task int" + "keywords": "Interface IChiSquaredTranslationModelStoreReadOnly Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IChiSquaredTranslationModelStoreReadOnly Methods GetSampleCountAsync() Declaration Task GetSampleCountAsync() Returns Type Description System.Threading.Tasks.Task < System.Int32 > GetTranslationModelDateAsync() Declaration Task> GetTranslationModelDateAsync() Returns Type Description System.Threading.Tasks.Task < System.Nullable < System.DateTime >> LoadMatrixData2Async(IReadOnlyCollection, Boolean) Declaration Task> LoadMatrixData2Async(IReadOnlyCollection matrixRequestCollection, bool isReversedMatrix) Parameters Type Name Description System.Collections.Generic.IReadOnlyCollection < TranslationModelTuMatrixRequest > matrixRequestCollection System.Boolean isReversedMatrix Returns Type Description System.Threading.Tasks.Task < System.Collections.Generic.List < TranslationModelMatrixEntry >> LoadMatrixDataAsync(HashSet, HashSet, Boolean) Declaration Task> LoadMatrixDataAsync(HashSet sourceKeys, HashSet targetKeys, bool isReversedMatrix) Parameters Type Name Description System.Collections.Generic.HashSet < System.Int32 > sourceKeys System.Collections.Generic.HashSet < System.Int32 > targetKeys System.Boolean isReversedMatrix Returns Type Description System.Threading.Tasks.Task < System.Collections.Generic.List < TranslationModelMatrixEntry >> LoadMatrixDataAsync(Int32, Int32, Boolean) Declaration Task<(List, int)> LoadMatrixDataAsync(int startAfter, int count, bool isReversedMatrix) Parameters Type Name Description System.Int32 startAfter System.Int32 count System.Boolean isReversedMatrix Returns Type Description System.Threading.Tasks.Task < System.ValueTuple < System.Collections.Generic.List < TranslationModelMatrixEntry >, System.Int32 >> LoadVocabAsync(Boolean, IEnumerable) Declaration Task> LoadVocabAsync(bool target, IEnumerable tokensToLoad) Parameters Type Name Description System.Boolean target System.Collections.Generic.IEnumerable < System.String > tokensToLoad Returns Type Description System.Threading.Tasks.Task < System.Collections.Generic.List < TranslationModelVocabEntry >> TotalVocabSizeAsync(Boolean) Declaration Task TotalVocabSizeAsync(bool target) Parameters Type Name Description System.Boolean target Returns Type Description System.Threading.Tasks.Task < System.Int32 >" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.html", "title": "Interface IFineGrainedAligner", - "keywords": "Interface IFineGrainedAligner Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IFineGrainedAligner Methods AlignAsync(IEnumerable) Declaration Task AlignAsync(IEnumerable pairs) Parameters Type Name Description IEnumerable IAlignableContentPair pairs Returns Type Description Task bool AlignAsync(IEnumerable, CancellationToken, IProgress) Declaration Task AlignAsync(IEnumerable pairs, CancellationToken token, IProgress progress) Parameters Type Name Description IEnumerable IAlignableContentPair pairs CancellationToken token IProgress int progress Returns Type Description Task bool AlignExAsync(IEnumerable) Declaration Task AlignExAsync(IEnumerable pairs) Parameters Type Name Description IEnumerable IAlignableContentPair pairs Returns Type Description Task AlignResult AlignExAsync(IEnumerable, CancellationToken, IProgress) Declaration Task AlignExAsync(IEnumerable pairs, CancellationToken token, IProgress progress) Parameters Type Name Description IEnumerable IAlignableContentPair pairs CancellationToken token IProgress int progress Returns Type Description Task AlignResult CanAlign(IEnumerable) Declaration bool[] CanAlign(IEnumerable pairs) Parameters Type Name Description IEnumerable IAlignableContentPair pairs Returns Type Description bool GetBulkMode() Declaration bool GetBulkMode() Returns Type Description bool SetBulkModeAsync(bool) Declaration Task SetBulkModeAsync(bool bulkMode) Parameters Type Name Description bool bulkMode Returns Type Description Task SetErrorLogger(Action) Declaration void SetErrorLogger(Action logger) Parameters Type Name Description Action Exception string logger" + "keywords": "Interface IFineGrainedAligner Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IFineGrainedAligner Methods AlignAsync(IEnumerable) Declaration Task AlignAsync(IEnumerable pairs) Parameters Type Name Description System.Collections.Generic.IEnumerable < IAlignableContentPair > pairs Returns Type Description System.Threading.Tasks.Task < System.Boolean > AlignAsync(IEnumerable, CancellationToken, IProgress) Declaration Task AlignAsync(IEnumerable pairs, CancellationToken token, IProgress progress) Parameters Type Name Description System.Collections.Generic.IEnumerable < IAlignableContentPair > pairs System.Threading.CancellationToken token System.IProgress < System.Int32 > progress Returns Type Description System.Threading.Tasks.Task < System.Boolean > AlignExAsync(IEnumerable) Declaration Task AlignExAsync(IEnumerable pairs) Parameters Type Name Description System.Collections.Generic.IEnumerable < IAlignableContentPair > pairs Returns Type Description System.Threading.Tasks.Task < AlignResult []> AlignExAsync(IEnumerable, CancellationToken, IProgress) Declaration Task AlignExAsync(IEnumerable pairs, CancellationToken token, IProgress progress) Parameters Type Name Description System.Collections.Generic.IEnumerable < IAlignableContentPair > pairs System.Threading.CancellationToken token System.IProgress < System.Int32 > progress Returns Type Description System.Threading.Tasks.Task < AlignResult []> CanAlign(IEnumerable) Declaration bool[] CanAlign(IEnumerable pairs) Parameters Type Name Description System.Collections.Generic.IEnumerable < IAlignableContentPair > pairs Returns Type Description System.Boolean [] GetBulkMode() Declaration bool GetBulkMode() Returns Type Description System.Boolean SetBulkModeAsync(Boolean) Declaration Task SetBulkModeAsync(bool bulkMode) Parameters Type Name Description System.Boolean bulkMode Returns Type Description System.Threading.Tasks.Task SetErrorLogger(Action) Declaration void SetErrorLogger(Action logger) Parameters Type Name Description System.Action < System.Exception , System.String > logger" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.IPairEnumerator.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IPairEnumerator.html", "title": "Interface IPairEnumerator", - "keywords": "Interface IPairEnumerator Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IPairEnumerator Properties Current Declaration IAlignableContentPair Current { get; } Property Value Type Description IAlignableContentPair Methods MoveNextAsync() Declaration Task MoveNextAsync() Returns Type Description Task bool" + "keywords": "Interface IPairEnumerator Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface IPairEnumerator Properties Current Declaration IAlignableContentPair Current { get; } Property Value Type Description IAlignableContentPair Methods MoveNextAsync() Declaration Task MoveNextAsync() Returns Type Description System.Threading.Tasks.Task < System.Boolean >" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html", "title": "Interface ITranslationModelDataService", - "keywords": "Interface ITranslationModelDataService Inherited Members IDisposable.Dispose() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface ITranslationModelDataService : IDisposable Methods GetAllModelDetailsAsync() Declaration Task GetAllModelDetailsAsync() Returns Type Description Task TranslationModelDetails GetModelDetailsAsync(TranslationModelId) Declaration Task GetModelDetailsAsync(TranslationModelId modelId) Parameters Type Name Description TranslationModelId modelId Returns Type Description Task TranslationModelDetails LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection, bool) Declaration Task> LoadMatrixData2Async(TranslationModelId modelId, IReadOnlyCollection matrixRequestCollection, bool isReversedMatrix) Parameters Type Name Description TranslationModelId modelId IReadOnlyCollection TranslationModelTuMatrixRequest matrixRequestCollection bool isReversedMatrix Returns Type Description Task List TranslationModelMatrixEntry LoadMatrixDataAsync(TranslationModelId, HashSet, HashSet, bool) Declaration Task> LoadMatrixDataAsync(TranslationModelId modelId, HashSet sourceKeys, HashSet targetKeys, bool isReversedMatrix) Parameters Type Name Description TranslationModelId modelId HashSet int sourceKeys HashSet int targetKeys bool isReversedMatrix Returns Type Description Task List TranslationModelMatrixEntry LoadMatrixDataAsync(TranslationModelId, int, int, bool) Declaration Task<(List Entries, int LastId)> LoadMatrixDataAsync(TranslationModelId modelId, int startAfter, int count, bool isReversedMatrix) Parameters Type Name Description TranslationModelId modelId int startAfter int count bool isReversedMatrix Returns Type Description Task List TranslationModelMatrixEntry System.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}.Entries int System.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}.LastId LoadVocabAsync(TranslationModelId, bool, IEnumerable) Declaration Task> LoadVocabAsync(TranslationModelId modelId, bool target, IEnumerable tokensToLoad) Parameters Type Name Description TranslationModelId modelId bool target IEnumerable string tokensToLoad Returns Type Description Task List TranslationModelVocabEntry TotalVocabSizeAsync(TranslationModelId, bool) Declaration Task TotalVocabSizeAsync(TranslationModelId modelId, bool target) Parameters Type Name Description TranslationModelId modelId bool target Returns Type Description Task int" + "keywords": "Interface ITranslationModelDataService Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface ITranslationModelDataService Methods GetAllModelDetailsAsync() Declaration Task GetAllModelDetailsAsync() Returns Type Description System.Threading.Tasks.Task < TranslationModelDetails []> GetModelDetailsAsync(TranslationModelId) Declaration Task GetModelDetailsAsync(TranslationModelId modelId) Parameters Type Name Description TranslationModelId modelId Returns Type Description System.Threading.Tasks.Task < TranslationModelDetails > LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection, Boolean) Declaration Task> LoadMatrixData2Async(TranslationModelId modelId, IReadOnlyCollection matrixRequestCollection, bool isReversedMatrix) Parameters Type Name Description TranslationModelId modelId System.Collections.Generic.IReadOnlyCollection < TranslationModelTuMatrixRequest > matrixRequestCollection System.Boolean isReversedMatrix Returns Type Description System.Threading.Tasks.Task < System.Collections.Generic.List < TranslationModelMatrixEntry >> LoadMatrixDataAsync(TranslationModelId, HashSet, HashSet, Boolean) Declaration Task> LoadMatrixDataAsync(TranslationModelId modelId, HashSet sourceKeys, HashSet targetKeys, bool isReversedMatrix) Parameters Type Name Description TranslationModelId modelId System.Collections.Generic.HashSet < System.Int32 > sourceKeys System.Collections.Generic.HashSet < System.Int32 > targetKeys System.Boolean isReversedMatrix Returns Type Description System.Threading.Tasks.Task < System.Collections.Generic.List < TranslationModelMatrixEntry >> LoadMatrixDataAsync(TranslationModelId, Int32, Int32, Boolean) Declaration Task<(List, int)> LoadMatrixDataAsync(TranslationModelId modelId, int startAfter, int count, bool isReversedMatrix) Parameters Type Name Description TranslationModelId modelId System.Int32 startAfter System.Int32 count System.Boolean isReversedMatrix Returns Type Description System.Threading.Tasks.Task < System.ValueTuple < System.Collections.Generic.List < TranslationModelMatrixEntry >, System.Int32 >> LoadVocabAsync(TranslationModelId, Boolean, IEnumerable) Declaration Task> LoadVocabAsync(TranslationModelId modelId, bool target, IEnumerable tokensToLoad) Parameters Type Name Description TranslationModelId modelId System.Boolean target System.Collections.Generic.IEnumerable < System.String > tokensToLoad Returns Type Description System.Threading.Tasks.Task < System.Collections.Generic.List < TranslationModelVocabEntry >> TotalVocabSizeAsync(TranslationModelId, Boolean) Declaration Task TotalVocabSizeAsync(TranslationModelId modelId, bool target) Parameters Type Name Description TranslationModelId modelId System.Boolean target Returns Type Description System.Threading.Tasks.Task < System.Int32 >" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.html", "title": "Interface ITranslationModelManagementService", - "keywords": "Interface ITranslationModelManagementService Inherited Members ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, int, int, bool) ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, HashSet, HashSet, bool) ITranslationModelDataService.LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection, bool) ITranslationModelDataService.LoadVocabAsync(TranslationModelId, bool, IEnumerable) ITranslationModelDataService.GetModelDetailsAsync(TranslationModelId) ITranslationModelDataService.GetAllModelDetailsAsync() ITranslationModelDataService.TotalVocabSizeAsync(TranslationModelId, bool) IDisposable.Dispose() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface ITranslationModelManagementService : ITranslationModelDataService, IDisposable Methods AddModelAsync(string, List, CultureCode, CultureCode, TranslationModelTypes) Declaration Task AddModelAsync(string name, List corpora, CultureCode sourceCulture, CultureCode targetCulture, TranslationModelTypes modelType) Parameters Type Name Description string name List AlignableCorpusId corpora CultureCode sourceCulture CultureCode targetCulture TranslationModelTypes modelType Returns Type Description Task TranslationModelId BuildModelAsync(TranslationModelId) Declaration Task BuildModelAsync(TranslationModelId translationModelId) Parameters Type Name Description TranslationModelId translationModelId Returns Type Description Task CanBuildModelAsync(TranslationModelId) Declaration Task CanBuildModelAsync(TranslationModelId modelId) Parameters Type Name Description TranslationModelId modelId Returns Type Description Task bool ClearModelAsync(TranslationModelId) Declaration Task ClearModelAsync(TranslationModelId modelId) Parameters Type Name Description TranslationModelId modelId Returns Type Description Task CreateSchemaAsync() Declaration Task CreateSchemaAsync() Returns Type Description Task DeleteModelAsync(TranslationModelId) Declaration Task DeleteModelAsync(TranslationModelId modelId) Parameters Type Name Description TranslationModelId modelId Returns Type Description Task DropSchemaAsync() Declaration Task DropSchemaAsync() Returns Type Description Task ShouldBuildModelAsync(TranslationModelId) Declaration Task ShouldBuildModelAsync(TranslationModelId modelId) Parameters Type Name Description TranslationModelId modelId Returns Type Description Task bool UpdateModelAsync(TranslationModelId, string, List) Declaration Task UpdateModelAsync(TranslationModelId id, string name, List corpora) Parameters Type Name Description TranslationModelId id string name List AlignableCorpusId corpora Returns Type Description Task" + "keywords": "Interface ITranslationModelManagementService Inherited Members ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, Int32, Int32, Boolean) ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, HashSet, HashSet, Boolean) ITranslationModelDataService.LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection, Boolean) ITranslationModelDataService.LoadVocabAsync(TranslationModelId, Boolean, IEnumerable) ITranslationModelDataService.GetModelDetailsAsync(TranslationModelId) ITranslationModelDataService.GetAllModelDetailsAsync() ITranslationModelDataService.TotalVocabSizeAsync(TranslationModelId, Boolean) Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface ITranslationModelManagementService : ITranslationModelDataService Methods AddModelAsync(String, List, CultureCode, CultureCode, TranslationModelTypes) Declaration Task AddModelAsync(string name, List corpora, CultureCode sourceCulture, CultureCode targetCulture, TranslationModelTypes modelType) Parameters Type Name Description System.String name System.Collections.Generic.List < AlignableCorpusId > corpora Sdl.Core.Globalization.CultureCode sourceCulture Sdl.Core.Globalization.CultureCode targetCulture TranslationModelTypes modelType Returns Type Description System.Threading.Tasks.Task < TranslationModelId > BuildModelAsync(TranslationModelId) Declaration Task BuildModelAsync(TranslationModelId translationModelId) Parameters Type Name Description TranslationModelId translationModelId Returns Type Description System.Threading.Tasks.Task CanBuildModelAsync(TranslationModelId) Declaration Task CanBuildModelAsync(TranslationModelId modelId) Parameters Type Name Description TranslationModelId modelId Returns Type Description System.Threading.Tasks.Task < System.Boolean > ClearModelAsync(TranslationModelId) Declaration Task ClearModelAsync(TranslationModelId modelId) Parameters Type Name Description TranslationModelId modelId Returns Type Description System.Threading.Tasks.Task CreateSchemaAsync() Declaration Task CreateSchemaAsync() Returns Type Description System.Threading.Tasks.Task DeleteModelAsync(TranslationModelId) Declaration Task DeleteModelAsync(TranslationModelId modelId) Parameters Type Name Description TranslationModelId modelId Returns Type Description System.Threading.Tasks.Task DropSchemaAsync() Declaration Task DropSchemaAsync() Returns Type Description System.Threading.Tasks.Task ShouldBuildModelAsync(TranslationModelId) Declaration Task ShouldBuildModelAsync(TranslationModelId modelId) Parameters Type Name Description TranslationModelId modelId Returns Type Description System.Threading.Tasks.Task < System.Boolean > UpdateModelAsync(TranslationModelId, String, List) Declaration Task UpdateModelAsync(TranslationModelId id, string name, List corpora) Parameters Type Name Description TranslationModelId id System.String name System.Collections.Generic.List < AlignableCorpusId > corpora Returns Type Description System.Threading.Tasks.Task" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManager.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManager.html", "title": "Interface ITranslationModelManager", - "keywords": "Interface ITranslationModelManager Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface ITranslationModelManager Methods AddModelAsync(string, List, CultureCode, CultureCode, TranslationModelTypes) Declaration Task AddModelAsync(string name, List corpora, CultureCode sourceCulture, CultureCode targetCulture, TranslationModelTypes modelType) Parameters Type Name Description string name List AlignableCorpusId corpora CultureCode sourceCulture CultureCode targetCulture TranslationModelTypes modelType Returns Type Description Task TranslationModelId ClearModelAsync(TranslationModelId) Declaration Task ClearModelAsync(TranslationModelId id) Parameters Type Name Description TranslationModelId id Returns Type Description Task DeleteModelAsync(TranslationModelId) Declaration Task DeleteModelAsync(TranslationModelId id) Parameters Type Name Description TranslationModelId id Returns Type Description Task GetModelAsync(TranslationModelId) Declaration Task GetModelAsync(TranslationModelId id) Parameters Type Name Description TranslationModelId id Returns Type Description Task TranslationModel GetModelsAsync() Declaration Task> GetModelsAsync() Returns Type Description Task List TranslationModel UpdateModelAsync(TranslationModelId, string, List) Declaration Task UpdateModelAsync(TranslationModelId id, string name, List corpora) Parameters Type Name Description TranslationModelId id string name List AlignableCorpusId corpora Returns Type Description Task" + "keywords": "Interface ITranslationModelManager Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public interface ITranslationModelManager Methods AddModelAsync(String, List, CultureCode, CultureCode, TranslationModelTypes) Declaration Task AddModelAsync(string name, List corpora, CultureCode sourceCulture, CultureCode targetCulture, TranslationModelTypes modelType) Parameters Type Name Description System.String name System.Collections.Generic.List < AlignableCorpusId > corpora Sdl.Core.Globalization.CultureCode sourceCulture Sdl.Core.Globalization.CultureCode targetCulture TranslationModelTypes modelType Returns Type Description System.Threading.Tasks.Task < TranslationModelId > ClearModelAsync(TranslationModelId) Declaration Task ClearModelAsync(TranslationModelId id) Parameters Type Name Description TranslationModelId id Returns Type Description System.Threading.Tasks.Task DeleteModelAsync(TranslationModelId) Declaration Task DeleteModelAsync(TranslationModelId id) Parameters Type Name Description TranslationModelId id Returns Type Description System.Threading.Tasks.Task GetModelAsync(TranslationModelId) Declaration Task GetModelAsync(TranslationModelId id) Parameters Type Name Description TranslationModelId id Returns Type Description System.Threading.Tasks.Task < TranslationModel > GetModelsAsync() Declaration Task> GetModelsAsync() Returns Type Description System.Threading.Tasks.Task < System.Collections.Generic.List < TranslationModel >> UpdateModelAsync(TranslationModelId, String, List) Declaration Task UpdateModelAsync(TranslationModelId id, string name, List corpora) Parameters Type Name Description TranslationModelId id System.String name System.Collections.Generic.List < AlignableCorpusId > corpora Returns Type Description System.Threading.Tasks.Task" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.html", "title": "Class LiftAligner", - "keywords": "Class LiftAligner Inheritance object LiftAligner Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class LiftAligner Constructors LiftAligner(CultureCode, CultureCode) Declaration public LiftAligner(CultureCode sourceCulture, CultureCode targetCulture) Parameters Type Name Description CultureCode sourceCulture CultureCode targetCulture Methods Align(IAlignableContentPair, SimpleTree, SimpleTree, List) Declaration public void Align(IAlignableContentPair pair, SimpleTree sourceConstraints, SimpleTree targetConstraints, List evidence) Parameters Type Name Description IAlignableContentPair pair Sdl.Core.FineGrainedAlignment.Core.SimpleTree Sdl.Core.FineGrainedAlignment.Core.LiftSpan sourceConstraints Sdl.Core.FineGrainedAlignment.Core.SimpleTree Sdl.Core.FineGrainedAlignment.Core.LiftSpan targetConstraints List AlignmentEvidence evidence AlignEx(IAlignableContentPair, List, List, List) Declaration public void AlignEx(IAlignableContentPair pair, List sourceConstraintsList, List targetConstraintsList, List evidence) Parameters Type Name Description IAlignableContentPair pair List Sdl.Core.FineGrainedAlignment.Core.LiftSpan sourceConstraintsList List Sdl.Core.FineGrainedAlignment.Core.LiftSpan targetConstraintsList List AlignmentEvidence evidence DebugAlignedSpanPair(LiftAlignedSpanPair) Declaration public void DebugAlignedSpanPair(LiftAlignedSpanPair spanPair) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair spanPair" + "keywords": "Class LiftAligner Inheritance System.Object LiftAligner Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class LiftAligner : Object Constructors LiftAligner(CultureCode, CultureCode) Declaration public LiftAligner(CultureCode sourceCulture, CultureCode targetCulture) Parameters Type Name Description Sdl.Core.Globalization.CultureCode sourceCulture Sdl.Core.Globalization.CultureCode targetCulture Methods Align(IAlignableContentPair, SimpleTree, SimpleTree, List) Declaration public void Align(IAlignableContentPair pair, SimpleTree sourceConstraints, SimpleTree targetConstraints, List evidence) Parameters Type Name Description IAlignableContentPair pair Sdl.Core.FineGrainedAlignment.Core.SimpleTree < Sdl.Core.FineGrainedAlignment.Core.LiftSpan > sourceConstraints Sdl.Core.FineGrainedAlignment.Core.SimpleTree < Sdl.Core.FineGrainedAlignment.Core.LiftSpan > targetConstraints System.Collections.Generic.List < AlignmentEvidence > evidence AlignEx(IAlignableContentPair, List, List, List) Declaration public void AlignEx(IAlignableContentPair pair, List sourceConstraintsList, List targetConstraintsList, List evidence) Parameters Type Name Description IAlignableContentPair pair System.Collections.Generic.List < Sdl.Core.FineGrainedAlignment.Core.LiftSpan > sourceConstraintsList System.Collections.Generic.List < Sdl.Core.FineGrainedAlignment.Core.LiftSpan > targetConstraintsList System.Collections.Generic.List < AlignmentEvidence > evidence DebugAlignedSpanPair(LiftAlignedSpanPair) Declaration public void DebugAlignedSpanPair(LiftAlignedSpanPair spanPair) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair spanPair" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.html", "title": "Class LiftAligner.SpanHypothesis", - "keywords": "Class LiftAligner.SpanHypothesis Inheritance object LiftAligner.SpanHypothesis Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class LiftAligner.SpanHypothesis Constructors SpanHypothesis(int, int, int, int) Declaration public SpanHypothesis(int sourceStartIndex, int sourceLength, int targetStartIndex, int targetLength) Parameters Type Name Description int sourceStartIndex int sourceLength int targetStartIndex int targetLength Properties Blocked Declaration public bool Blocked { get; } Property Value Type Description bool ComputedConfidence Declaration public float ComputedConfidence { get; } Property Value Type Description float Confidence Declaration public float Confidence { get; set; } Property Value Type Description float Confirmed Declaration public bool Confirmed { get; } Property Value Type Description bool Methods Block() Declaration public void Block() Confirm() Declaration public void Confirm()" + "keywords": "Class LiftAligner.SpanHypothesis Inheritance System.Object LiftAligner.SpanHypothesis Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class SpanHypothesis : Object Constructors SpanHypothesis(Int32, Int32, Int32, Int32) Declaration public SpanHypothesis(int sourceStartIndex, int sourceLength, int targetStartIndex, int targetLength) Parameters Type Name Description System.Int32 sourceStartIndex System.Int32 sourceLength System.Int32 targetStartIndex System.Int32 targetLength Properties Blocked Declaration public bool Blocked { get; } Property Value Type Description System.Boolean ComputedConfidence Declaration public float ComputedConfidence { get; } Property Value Type Description System.Single Confidence Declaration public float Confidence { get; set; } Property Value Type Description System.Single Confirmed Declaration public bool Confirmed { get; } Property Value Type Description System.Boolean Methods Block() Declaration public void Block() Confirm() Declaration public void Confirm()" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.html", "title": "Class LiftAligner.SpanHypothesisArray", - "keywords": "Class LiftAligner.SpanHypothesisArray Inheritance object LiftAligner.SpanHypothesisArray Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class LiftAligner.SpanHypothesisArray Constructors SpanHypothesisArray(int, int, int, int) Declaration public SpanHypothesisArray(int sourceLength, int targetLength, int minHypothesisSourceLength, int minHypothesisTargetLength) Parameters Type Name Description int sourceLength int targetLength int minHypothesisSourceLength int minHypothesisTargetLength Properties this[int, int, int, int] Declaration public LiftAligner.SpanHypothesis this[int sourceStartOffset, int sourceLength, int targetStartOffset, int targetLength] { get; set; } Parameters Type Name Description int sourceStartOffset int sourceLength int targetStartOffset int targetLength Property Value Type Description LiftAligner SpanHypothesis MaxTotalHyps Declaration public long MaxTotalHyps { get; } Property Value Type Description long" + "keywords": "Class LiftAligner.SpanHypothesisArray Inheritance System.Object LiftAligner.SpanHypothesisArray Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class SpanHypothesisArray : Object Constructors SpanHypothesisArray(Int32, Int32, Int32, Int32) Declaration public SpanHypothesisArray(int sourceLength, int targetLength, int minHypothesisSourceLength, int minHypothesisTargetLength) Parameters Type Name Description System.Int32 sourceLength System.Int32 targetLength System.Int32 minHypothesisSourceLength System.Int32 minHypothesisTargetLength Properties Item[Int32, Int32, Int32, Int32] Declaration public LiftAligner.SpanHypothesis this[int sourceStartOffset, int sourceLength, int targetStartOffset, int targetLength] { get; set; } Parameters Type Name Description System.Int32 sourceStartOffset System.Int32 sourceLength System.Int32 targetStartOffset System.Int32 targetLength Property Value Type Description LiftAligner.SpanHypothesis MaxTotalHyps Declaration public long MaxTotalHyps { get; } Property Value Type Description System.Int64" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.html", @@ -6677,147 +6377,137 @@ "api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.html", "title": "Class TranslationModelMatrixEntry", - "keywords": "Class TranslationModelMatrixEntry Inheritance object TranslationModelMatrixEntry Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Model Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelMatrixEntry Constructors TranslationModelMatrixEntry() Declaration public TranslationModelMatrixEntry() Properties SourceKey Declaration public int SourceKey { get; set; } Property Value Type Description int TargetKey Declaration public int TargetKey { get; set; } Property Value Type Description int Value Declaration public double Value { get; set; } Property Value Type Description double" + "keywords": "Class TranslationModelMatrixEntry Inheritance System.Object TranslationModelMatrixEntry Namespace : Sdl.Core.FineGrainedAlignment.Model Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelMatrixEntry : Object Constructors TranslationModelMatrixEntry() Declaration public TranslationModelMatrixEntry() Properties SourceKey Declaration public int SourceKey { get; set; } Property Value Type Description System.Int32 TargetKey Declaration public int TargetKey { get; set; } Property Value Type Description System.Int32 Value Declaration public double Value { get; set; } Property Value Type Description System.Double" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.html", "title": "Class TranslationModelTuMatrixRequest", - "keywords": "Class TranslationModelTuMatrixRequest Inheritance object TranslationModelTuMatrixRequest Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Model Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelTuMatrixRequest Constructors TranslationModelTuMatrixRequest(HashSet, HashSet) Declaration public TranslationModelTuMatrixRequest(HashSet sourceKeys, HashSet targetKeys) Parameters Type Name Description HashSet int sourceKeys HashSet int targetKeys Properties SourceKeys Declaration public HashSet SourceKeys { get; } Property Value Type Description HashSet int TargetKeys Declaration public HashSet TargetKeys { get; } Property Value Type Description HashSet int" + "keywords": "Class TranslationModelTuMatrixRequest Inheritance System.Object TranslationModelTuMatrixRequest Namespace : Sdl.Core.FineGrainedAlignment.Model Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelTuMatrixRequest : Object Constructors TranslationModelTuMatrixRequest(HashSet, HashSet) Declaration public TranslationModelTuMatrixRequest(HashSet sourceKeys, HashSet targetKeys) Parameters Type Name Description System.Collections.Generic.HashSet < System.Int32 > sourceKeys System.Collections.Generic.HashSet < System.Int32 > targetKeys Properties SourceKeys Declaration public HashSet SourceKeys { get; } Property Value Type Description System.Collections.Generic.HashSet < System.Int32 > TargetKeys Declaration public HashSet TargetKeys { get; } Property Value Type Description System.Collections.Generic.HashSet < System.Int32 >" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.html", "title": "Class TranslationModelVocabEntry", - "keywords": "Class TranslationModelVocabEntry Inheritance object TranslationModelVocabEntry Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Model Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelVocabEntry Constructors TranslationModelVocabEntry() Declaration public TranslationModelVocabEntry() Properties Key Declaration public int Key { get; set; } Property Value Type Description int Occurrences Declaration public int Occurrences { get; set; } Property Value Type Description int Token Declaration public string Token { get; set; } Property Value Type Description string" + "keywords": "Class TranslationModelVocabEntry Inheritance System.Object TranslationModelVocabEntry Namespace : Sdl.Core.FineGrainedAlignment.Model Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelVocabEntry : Object Constructors TranslationModelVocabEntry() Declaration public TranslationModelVocabEntry() Properties Key Declaration public int Key { get; set; } Property Value Type Description System.Int32 Occurrences Declaration public int Occurrences { get; set; } Property Value Type Description System.Int32 Token Declaration public string Token { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.html", "title": "Class ModelBasedAlignerDefinition", - "keywords": "Class ModelBasedAlignerDefinition Inheritance object AlignerDefinition ModelBasedAlignerDefinition Inherited Members AlignerDefinition.ToSerialization() AlignerDefinition.ToSerialization(BinaryWriter) AlignerDefinition.FromSerialization(BinaryReader) AlignerDefinition.FromSerialization(byte[]) AlignerDefinition.RegisterAlignerDefinitionType(Guid, Func) object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class ModelBasedAlignerDefinition : AlignerDefinition Constructors ModelBasedAlignerDefinition(TranslationModelId) Declaration public ModelBasedAlignerDefinition(TranslationModelId modelId) Parameters Type Name Description TranslationModelId modelId Properties IsModelFree Declaration public override bool IsModelFree { get; } Property Value Type Description bool Overrides AlignerDefinition.IsModelFree ModelId Declaration public TranslationModelId ModelId { get; } Property Value Type Description TranslationModelId SerializationTypeId Declaration public override Guid SerializationTypeId { get; } Property Value Type Description Guid Overrides AlignerDefinition.SerializationTypeId Methods Deserialize(BinaryReader) Declaration protected override void Deserialize(BinaryReader reader) Parameters Type Name Description BinaryReader reader Overrides AlignerDefinition.Deserialize(BinaryReader) Serialize(BinaryWriter) Declaration protected override void Serialize(BinaryWriter writer) Parameters Type Name Description BinaryWriter writer Overrides AlignerDefinition.Serialize(BinaryWriter)" + "keywords": "Class ModelBasedAlignerDefinition Inheritance System.Object AlignerDefinition ModelBasedAlignerDefinition Inherited Members AlignerDefinition.ToSerialization() AlignerDefinition.ToSerialization(BinaryWriter) AlignerDefinition.FromSerialization(BinaryReader) AlignerDefinition.FromSerialization(Byte[]) AlignerDefinition.RegisterAlignerDefinitionType(Guid, Func) Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class ModelBasedAlignerDefinition : AlignerDefinition Constructors ModelBasedAlignerDefinition(TranslationModelId) Declaration public ModelBasedAlignerDefinition(TranslationModelId modelId) Parameters Type Name Description TranslationModelId modelId Properties IsModelFree Declaration public override bool IsModelFree { get; } Property Value Type Description System.Boolean Overrides AlignerDefinition.IsModelFree ModelId Declaration public TranslationModelId ModelId { get; } Property Value Type Description TranslationModelId SerializationTypeId Declaration public override Guid SerializationTypeId { get; } Property Value Type Description System.Guid Overrides AlignerDefinition.SerializationTypeId Methods Deserialize(BinaryReader) Declaration protected override void Deserialize(BinaryReader reader) Parameters Type Name Description System.IO.BinaryReader reader Overrides AlignerDefinition.Deserialize(BinaryReader) Serialize(BinaryWriter) Declaration protected override void Serialize(BinaryWriter writer) Parameters Type Name Description System.IO.BinaryWriter writer Overrides AlignerDefinition.Serialize(BinaryWriter)" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelNotFoundException.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelNotFoundException.html", "title": "Class ModelNotFoundException", - "keywords": "Class ModelNotFoundException Inheritance object Exception ModelNotFoundException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class ModelNotFoundException : Exception, ISerializable Constructors ModelNotFoundException() Declaration public ModelNotFoundException() Implements ISerializable" + "keywords": "Class ModelNotFoundException Inheritance System.Object ModelNotFoundException Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class ModelNotFoundException : Exception Constructors ModelNotFoundException() Declaration public ModelNotFoundException()" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.html", "title": "Class OnlineAlignerDefinition", - "keywords": "Class OnlineAlignerDefinition Inheritance object AlignerDefinition OnlineAlignerDefinition Inherited Members AlignerDefinition.ToSerialization() AlignerDefinition.ToSerialization(BinaryWriter) AlignerDefinition.FromSerialization(BinaryReader) AlignerDefinition.FromSerialization(byte[]) AlignerDefinition.RegisterAlignerDefinitionType(Guid, Func) object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class OnlineAlignerDefinition : AlignerDefinition Constructors OnlineAlignerDefinition(string) Declaration public OnlineAlignerDefinition(string url) Parameters Type Name Description string url Properties IsModelFree Declaration public override bool IsModelFree { get; } Property Value Type Description bool Overrides AlignerDefinition.IsModelFree SerializationTypeId Declaration public override Guid SerializationTypeId { get; } Property Value Type Description Guid Overrides AlignerDefinition.SerializationTypeId Methods Deserialize(BinaryReader) Declaration protected override void Deserialize(BinaryReader reader) Parameters Type Name Description BinaryReader reader Overrides AlignerDefinition.Deserialize(BinaryReader) Serialize(BinaryWriter) Declaration protected override void Serialize(BinaryWriter writer) Parameters Type Name Description BinaryWriter writer Overrides AlignerDefinition.Serialize(BinaryWriter)" + "keywords": "Class OnlineAlignerDefinition Inheritance System.Object AlignerDefinition OnlineAlignerDefinition Inherited Members AlignerDefinition.ToSerialization() AlignerDefinition.ToSerialization(BinaryWriter) AlignerDefinition.FromSerialization(BinaryReader) AlignerDefinition.FromSerialization(Byte[]) AlignerDefinition.RegisterAlignerDefinitionType(Guid, Func) Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class OnlineAlignerDefinition : AlignerDefinition Constructors OnlineAlignerDefinition(String) Declaration public OnlineAlignerDefinition(string url) Parameters Type Name Description System.String url Properties IsModelFree Declaration public override bool IsModelFree { get; } Property Value Type Description System.Boolean Overrides AlignerDefinition.IsModelFree SerializationTypeId Declaration public override Guid SerializationTypeId { get; } Property Value Type Description System.Guid Overrides AlignerDefinition.SerializationTypeId Methods Deserialize(BinaryReader) Declaration protected override void Deserialize(BinaryReader reader) Parameters Type Name Description System.IO.BinaryReader reader Overrides AlignerDefinition.Deserialize(BinaryReader) Serialize(BinaryWriter) Declaration protected override void Serialize(BinaryWriter writer) Parameters Type Name Description System.IO.BinaryWriter writer Overrides AlignerDefinition.Serialize(BinaryWriter)" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.html", "title": "Class SimpleAlignerBroker", - "keywords": "Class SimpleAlignerBroker Inheritance object SimpleAlignerBroker Implements IAlignerBroker Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class SimpleAlignerBroker : IAlignerBroker Constructors SimpleAlignerBroker(ITranslationModelDataService, TranslationModelBuilderSettings) Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public SimpleAlignerBroker(ITranslationModelDataService modelService, TranslationModelBuilderSettings modelBuilderSettings = null) Parameters Type Name Description ITranslationModelDataService modelService TranslationModelBuilderSettings modelBuilderSettings SimpleAlignerBroker(ITranslationModelDataService, ICultureMetadataManager, TranslationModelBuilderSettings) Declaration public SimpleAlignerBroker(ITranslationModelDataService modelService, ICultureMetadataManager cultureMetadataManager, TranslationModelBuilderSettings modelBuilderSettings = null) Parameters Type Name Description ITranslationModelDataService modelService ICultureMetadataManager cultureMetadataManager TranslationModelBuilderSettings modelBuilderSettings Methods GetAlignerAsync(AlignerDefinition, AlignerSettings) Declaration public Task GetAlignerAsync(AlignerDefinition definition, AlignerSettings settings) Parameters Type Name Description AlignerDefinition definition AlignerSettings settings Returns Type Description Task IFineGrainedAligner GetModelAsync(TranslationModelId) Declaration public Task GetModelAsync(TranslationModelId translationModelId) Parameters Type Name Description TranslationModelId translationModelId Returns Type Description Task TranslationModel Implements IAlignerBroker" + "keywords": "Class SimpleAlignerBroker Inheritance System.Object SimpleAlignerBroker Implements IAlignerBroker Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class SimpleAlignerBroker : Object, IAlignerBroker Constructors SimpleAlignerBroker(ITranslationModelDataService, TranslationModelBuilderSettings) Declaration public SimpleAlignerBroker(ITranslationModelDataService modelService, TranslationModelBuilderSettings modelBuilderSettings = null) Parameters Type Name Description ITranslationModelDataService modelService TranslationModelBuilderSettings modelBuilderSettings SimpleAlignerBroker(ITranslationModelDataService, ICultureMetadataManager, TranslationModelBuilderSettings) Declaration public SimpleAlignerBroker(ITranslationModelDataService modelService, ICultureMetadataManager cultureMetadataManager, TranslationModelBuilderSettings modelBuilderSettings = null) Parameters Type Name Description ITranslationModelDataService modelService Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager TranslationModelBuilderSettings modelBuilderSettings Methods GetAlignerAsync(AlignerDefinition, AlignerSettings) Declaration public Task GetAlignerAsync(AlignerDefinition definition, AlignerSettings settings) Parameters Type Name Description AlignerDefinition definition AlignerSettings settings Returns Type Description System.Threading.Tasks.Task < IFineGrainedAligner > GetModelAsync(TranslationModelId) Declaration public Task GetModelAsync(TranslationModelId translationModelId) Parameters Type Name Description TranslationModelId translationModelId Returns Type Description System.Threading.Tasks.Task < TranslationModel > Implements IAlignerBroker" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html", "title": "Class SimpleAlignmentEvidence", - "keywords": "Class SimpleAlignmentEvidence Inheritance object AlignmentEvidence SimpleAlignmentEvidence Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class SimpleAlignmentEvidence : AlignmentEvidence Constructors SimpleAlignmentEvidence(short, short, float) Declaration public SimpleAlignmentEvidence(short sourceIndex, short targetIndex, float confidence) Parameters Type Name Description short sourceIndex short targetIndex float confidence Properties FirstSourceTokenIndex Declaration public override short FirstSourceTokenIndex { get; } Property Value Type Description short Overrides AlignmentEvidence.FirstSourceTokenIndex FirstTargetTokenIndex Declaration public override short FirstTargetTokenIndex { get; } Property Value Type Description short Overrides AlignmentEvidence.FirstTargetTokenIndex LastSourceTokenIndex Declaration public override short LastSourceTokenIndex { get; } Property Value Type Description short Overrides AlignmentEvidence.LastSourceTokenIndex LastTargetTokenIndex Declaration public override short LastTargetTokenIndex { get; } Property Value Type Description short Overrides AlignmentEvidence.LastTargetTokenIndex Methods AttemptToUse(LiftAlignedSpanPair, bool[], bool[], bool) Declaration public override bool AttemptToUse(LiftAlignedSpanPair pair, bool[] sourceTokenUseFlags, bool[] targetTokenUseFlags, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair bool sourceTokenUseFlags bool targetTokenUseFlags bool outside Returns Type Description bool Overrides AlignmentEvidence.AttemptToUse(LiftAlignedSpanPair, bool[], bool[], bool) Concerns(LiftAlignedSpanPair, bool) Declaration public override bool Concerns(LiftAlignedSpanPair pair, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair bool outside Returns Type Description bool Overrides AlignmentEvidence.Concerns(LiftAlignedSpanPair, bool) ConfidenceFor(LiftAlignedSpanPair, bool) Declaration public override float ConfidenceFor(LiftAlignedSpanPair pair, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair bool outside Returns Type Description float Overrides AlignmentEvidence.ConfidenceFor(LiftAlignedSpanPair, bool) Covers(short, short) Declaration public override bool Covers(short sourceTokenIndex, short targetTokenIndex) Parameters Type Name Description short sourceTokenIndex short targetTokenIndex Returns Type Description bool Overrides AlignmentEvidence.Covers(short, short) GetIsNoLongerValid(LiftAlignedSpanPair) Declaration public override bool GetIsNoLongerValid(LiftAlignedSpanPair newAlignment) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair newAlignment Returns Type Description bool Overrides AlignmentEvidence.GetIsNoLongerValid(LiftAlignedSpanPair) SourceConfidenceFor(LiftAlignedSpanPair, bool) Declaration public override float SourceConfidenceFor(LiftAlignedSpanPair pair, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair bool outside Returns Type Description float Overrides AlignmentEvidence.SourceConfidenceFor(LiftAlignedSpanPair, bool) TargetConfidenceFor(LiftAlignedSpanPair, bool) Declaration public override float TargetConfidenceFor(LiftAlignedSpanPair pair, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair bool outside Returns Type Description float Overrides AlignmentEvidence.TargetConfidenceFor(LiftAlignedSpanPair, bool)" + "keywords": "Class SimpleAlignmentEvidence Inheritance System.Object AlignmentEvidence SimpleAlignmentEvidence Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class SimpleAlignmentEvidence : AlignmentEvidence Constructors SimpleAlignmentEvidence(Int16, Int16, Single) Declaration public SimpleAlignmentEvidence(short sourceIndex, short targetIndex, float confidence) Parameters Type Name Description System.Int16 sourceIndex System.Int16 targetIndex System.Single confidence Properties FirstSourceTokenIndex Declaration public override short FirstSourceTokenIndex { get; } Property Value Type Description System.Int16 Overrides AlignmentEvidence.FirstSourceTokenIndex FirstTargetTokenIndex Declaration public override short FirstTargetTokenIndex { get; } Property Value Type Description System.Int16 Overrides AlignmentEvidence.FirstTargetTokenIndex LastSourceTokenIndex Declaration public override short LastSourceTokenIndex { get; } Property Value Type Description System.Int16 Overrides AlignmentEvidence.LastSourceTokenIndex LastTargetTokenIndex Declaration public override short LastTargetTokenIndex { get; } Property Value Type Description System.Int16 Overrides AlignmentEvidence.LastTargetTokenIndex Methods AttemptToUse(LiftAlignedSpanPair, Boolean[], Boolean[], Boolean) Declaration public override bool AttemptToUse(LiftAlignedSpanPair pair, bool[] sourceTokenUseFlags, bool[] targetTokenUseFlags, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair System.Boolean [] sourceTokenUseFlags System.Boolean [] targetTokenUseFlags System.Boolean outside Returns Type Description System.Boolean Overrides AlignmentEvidence.AttemptToUse(LiftAlignedSpanPair, Boolean[], Boolean[], Boolean) Concerns(LiftAlignedSpanPair, Boolean) Declaration public override bool Concerns(LiftAlignedSpanPair pair, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair System.Boolean outside Returns Type Description System.Boolean Overrides AlignmentEvidence.Concerns(LiftAlignedSpanPair, Boolean) ConfidenceFor(LiftAlignedSpanPair, Boolean) Declaration public override float ConfidenceFor(LiftAlignedSpanPair pair, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair System.Boolean outside Returns Type Description System.Single Overrides AlignmentEvidence.ConfidenceFor(LiftAlignedSpanPair, Boolean) Covers(Int16, Int16) Declaration public override bool Covers(short sourceTokenIndex, short targetTokenIndex) Parameters Type Name Description System.Int16 sourceTokenIndex System.Int16 targetTokenIndex Returns Type Description System.Boolean Overrides AlignmentEvidence.Covers(Int16, Int16) GetIsNoLongerValid(LiftAlignedSpanPair) Declaration public override bool GetIsNoLongerValid(LiftAlignedSpanPair newAlignment) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair newAlignment Returns Type Description System.Boolean Overrides AlignmentEvidence.GetIsNoLongerValid(LiftAlignedSpanPair) SourceConfidenceFor(LiftAlignedSpanPair, Boolean) Declaration public override float SourceConfidenceFor(LiftAlignedSpanPair pair, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair System.Boolean outside Returns Type Description System.Single Overrides AlignmentEvidence.SourceConfidenceFor(LiftAlignedSpanPair, Boolean) TargetConfidenceFor(LiftAlignedSpanPair, Boolean) Declaration public override float TargetConfidenceFor(LiftAlignedSpanPair pair, bool outside) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair pair System.Boolean outside Returns Type Description System.Single Overrides AlignmentEvidence.TargetConfidenceFor(LiftAlignedSpanPair, Boolean)" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.TokenWithCount.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TokenWithCount.html", "title": "Class TokenWithCount", - "keywords": "Class TokenWithCount Inheritance object TokenWithCount Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TokenWithCount Constructors TokenWithCount() Declaration public TokenWithCount() Fields Count Declaration public int Count Field Value Type Description int Token Declaration public string Token Field Value Type Description string" + "keywords": "Class TokenWithCount Inheritance System.Object TokenWithCount Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TokenWithCount : Object Constructors TokenWithCount() Declaration public TokenWithCount() Fields Count Declaration public int Count Field Value Type Description System.Int32 Token Declaration public string Token Field Value Type Description System.String" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.html", "title": "Class TrainedModelAligner.CodedTokenIndexConverter", - "keywords": "Class TrainedModelAligner.CodedTokenIndexConverter Inheritance object TrainedModelAligner.CodedTokenIndexConverter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TrainedModelAligner.CodedTokenIndexConverter Constructors CodedTokenIndexConverter(List) Declaration public CodedTokenIndexConverter(List tokenInfo) Parameters Type Name Description List short tokenInfo Properties Count Declaration public int Count { get; } Property Value Type Description int Methods CodedTokenIndexToRawIndex(int) Declaration public int CodedTokenIndexToRawIndex(int ix) Parameters Type Name Description int ix Returns Type Description int CodedTokenIndexToTUSpan(int) Declaration public LiftSpan CodedTokenIndexToTUSpan(int ix) Parameters Type Name Description int ix Returns Type Description Sdl.Core.FineGrainedAlignment.Core.LiftSpan TUSpanToCodedTokenSpan(LiftSpan) Declaration public LiftSpan TUSpanToCodedTokenSpan(LiftSpan tuSpan) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftSpan tuSpan Returns Type Description Sdl.Core.FineGrainedAlignment.Core.LiftSpan" + "keywords": "Class TrainedModelAligner.CodedTokenIndexConverter Inheritance System.Object TrainedModelAligner.CodedTokenIndexConverter Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class CodedTokenIndexConverter : Object Constructors CodedTokenIndexConverter(List) Declaration public CodedTokenIndexConverter(List tokenInfo) Parameters Type Name Description System.Collections.Generic.List < System.Int16 > tokenInfo Properties Count Declaration public int Count { get; } Property Value Type Description System.Int32 Methods CodedTokenIndexToRawIndex(Int32) Declaration public int CodedTokenIndexToRawIndex(int ix) Parameters Type Name Description System.Int32 ix Returns Type Description System.Int32 CodedTokenIndexToTUSpan(Int32) Declaration public LiftSpan CodedTokenIndexToTUSpan(int ix) Parameters Type Name Description System.Int32 ix Returns Type Description Sdl.Core.FineGrainedAlignment.Core.LiftSpan TUSpanToCodedTokenSpan(LiftSpan) Declaration public LiftSpan TUSpanToCodedTokenSpan(LiftSpan tuSpan) Parameters Type Name Description Sdl.Core.FineGrainedAlignment.Core.LiftSpan tuSpan Returns Type Description Sdl.Core.FineGrainedAlignment.Core.LiftSpan" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html", "title": "Class TrainedModelAligner", - "keywords": "Class TrainedModelAligner Inheritance object TrainedModelAligner Implements IFineGrainedAligner Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TrainedModelAligner : IFineGrainedAligner Constructors TrainedModelAligner(TrainedTranslationModel, ICultureMetadataManager) Declaration public TrainedModelAligner(TrainedTranslationModel model, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description TrainedTranslationModel model ICultureMetadataManager cultureMetadataManager Methods AlignAsync(IEnumerable) Declaration public Task AlignAsync(IEnumerable pairs) Parameters Type Name Description IEnumerable IAlignableContentPair pairs Returns Type Description Task bool AlignAsync(IEnumerable, CancellationToken, IProgress) Declaration public Task AlignAsync(IEnumerable pairs, CancellationToken token, IProgress progress) Parameters Type Name Description IEnumerable IAlignableContentPair pairs CancellationToken token IProgress int progress Returns Type Description Task bool AlignExAsync(IEnumerable) Declaration public Task AlignExAsync(IEnumerable pairs) Parameters Type Name Description IEnumerable IAlignableContentPair pairs Returns Type Description Task AlignResult AlignExAsync(IEnumerable, CancellationToken, IProgress) Declaration public Task AlignExAsync(IEnumerable pairs, CancellationToken token, IProgress progress) Parameters Type Name Description IEnumerable IAlignableContentPair pairs CancellationToken token IProgress int progress Returns Type Description Task AlignResult CanAlign(IEnumerable) Declaration public bool[] CanAlign(IEnumerable pairs) Parameters Type Name Description IEnumerable IAlignableContentPair pairs Returns Type Description bool GetBulkMode() Declaration public bool GetBulkMode() Returns Type Description bool SetBulkModeAsync(bool) Declaration public Task SetBulkModeAsync(bool bulkMode) Parameters Type Name Description bool bulkMode Returns Type Description Task SetErrorLogger(Action) Declaration public void SetErrorLogger(Action logger) Parameters Type Name Description Action Exception string logger Implements IFineGrainedAligner" + "keywords": "Class TrainedModelAligner Inheritance System.Object TrainedModelAligner Implements IFineGrainedAligner Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TrainedModelAligner : Object, IFineGrainedAligner Constructors TrainedModelAligner(TrainedTranslationModel, ICultureMetadataManager) Declaration public TrainedModelAligner(TrainedTranslationModel model, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description TrainedTranslationModel model Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Methods AlignAsync(IEnumerable) Declaration public Task AlignAsync(IEnumerable pairs) Parameters Type Name Description System.Collections.Generic.IEnumerable < IAlignableContentPair > pairs Returns Type Description System.Threading.Tasks.Task < System.Boolean > AlignAsync(IEnumerable, CancellationToken, IProgress) Declaration public Task AlignAsync(IEnumerable pairs, CancellationToken token, IProgress progress) Parameters Type Name Description System.Collections.Generic.IEnumerable < IAlignableContentPair > pairs System.Threading.CancellationToken token System.IProgress < System.Int32 > progress Returns Type Description System.Threading.Tasks.Task < System.Boolean > AlignExAsync(IEnumerable) Declaration public Task AlignExAsync(IEnumerable pairs) Parameters Type Name Description System.Collections.Generic.IEnumerable < IAlignableContentPair > pairs Returns Type Description System.Threading.Tasks.Task < AlignResult []> AlignExAsync(IEnumerable, CancellationToken, IProgress) Declaration public Task AlignExAsync(IEnumerable pairs, CancellationToken token, IProgress progress) Parameters Type Name Description System.Collections.Generic.IEnumerable < IAlignableContentPair > pairs System.Threading.CancellationToken token System.IProgress < System.Int32 > progress Returns Type Description System.Threading.Tasks.Task < AlignResult []> CanAlign(IEnumerable) Declaration public bool[] CanAlign(IEnumerable pairs) Parameters Type Name Description System.Collections.Generic.IEnumerable < IAlignableContentPair > pairs Returns Type Description System.Boolean [] GetBulkMode() Declaration public bool GetBulkMode() Returns Type Description System.Boolean SetBulkModeAsync(Boolean) Declaration public Task SetBulkModeAsync(bool bulkMode) Parameters Type Name Description System.Boolean bulkMode Returns Type Description System.Threading.Tasks.Task SetErrorLogger(Action) Declaration public void SetErrorLogger(Action logger) Parameters Type Name Description System.Action < System.Exception , System.String > logger Implements IFineGrainedAligner" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.html", "title": "Class TrainedModelBuildResults", - "keywords": "Class TrainedModelBuildResults Inheritance object TrainedModelBuildResults Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TrainedModelBuildResults Constructors TrainedModelBuildResults() Declaration public TrainedModelBuildResults() Fields ReversedTranslationMatrix Declaration public SparseMatrix ReversedTranslationMatrix Field Value Type Description Sdl.LanguagePlatform.Stat.SparseMatrix double TranslationMatrix Declaration public SparseMatrix TranslationMatrix Field Value Type Description Sdl.LanguagePlatform.Stat.SparseMatrix double" + "keywords": "Class TrainedModelBuildResults Inheritance System.Object TrainedModelBuildResults Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TrainedModelBuildResults : Object Constructors TrainedModelBuildResults() Declaration public TrainedModelBuildResults() Fields ReversedTranslationMatrix Declaration public SparseMatrix ReversedTranslationMatrix Field Value Type Description Sdl.LanguagePlatform.Stat.SparseMatrix < System.Double > TranslationMatrix Declaration public SparseMatrix TranslationMatrix Field Value Type Description Sdl.LanguagePlatform.Stat.SparseMatrix < System.Double >" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.html", "title": "Class TrainedTranslationModel", - "keywords": "Class TrainedTranslationModel Inheritance object TranslationModel TrainedTranslationModel Inherited Members TranslationModel._id TranslationModel._name TranslationModel._corpusIds TranslationModel._srcCulture TranslationModel._trgCulture TranslationModel._modelDate TranslationModel.OnProgress(TranslationModelProgressStage) TranslationModel.OnProgress(TranslationModelProgressStage, int) TranslationModel.OnProgress(TranslationModelProgressStage, int, int) TranslationModel.OnProgress(TranslationModelProgressEventArgs) TranslationModel.OnProgress(object, TranslationModelProgressEventArgs) TranslationModel.TranslationModelDate TranslationModel.SourceCulture TranslationModel.TargetCulture TranslationModel.CorpusIds TranslationModel.Name TranslationModel.Id TranslationModel.Progress object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TrainedTranslationModel : TranslationModel Constructors TrainedTranslationModel(IChiSquaredTranslationModelStoreReadOnly, string, TranslationModelId, List, CultureCode, CultureCode, DateTime?, ICultureMetadataManager) Declaration public TrainedTranslationModel(IChiSquaredTranslationModelStoreReadOnly store, string name, TranslationModelId id, List corpusIds, CultureCode sourceCulture, CultureCode targetCulture, DateTime? modelDate, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description IChiSquaredTranslationModelStoreReadOnly store string name TranslationModelId id List AlignableCorpusId corpusIds CultureCode sourceCulture CultureCode targetCulture DateTime modelDate ICultureMetadataManager cultureMetadataManager Properties ModelType Declaration public override TranslationModelTypes ModelType { get; } Property Value Type Description TranslationModelTypes Overrides TranslationModel.ModelType Store Declaration public IChiSquaredTranslationModelStoreReadOnly Store { get; } Property Value Type Description IChiSquaredTranslationModelStoreReadOnly Methods BuildModelAsync(IAlignableCorpusManagerAsync) Declaration public override Task BuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description Task Overrides TranslationModel.BuildModelAsync(IAlignableCorpusManagerAsync) CanBuildModelAsync(IAlignableCorpusManagerAsync) Declaration public override Task CanBuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description Task bool Overrides TranslationModel.CanBuildModelAsync(IAlignableCorpusManagerAsync) MeasureModelFitnessAsync(List) Declaration public override Task MeasureModelFitnessAsync(List pairs) Parameters Type Name Description List IAlignableContentPair pairs Returns Type Description Task TranslationModelFitness Overrides TranslationModel.MeasureModelFitnessAsync(List) ShouldBuildModelAsync(IAlignableCorpusManagerAsync) Declaration public override Task ShouldBuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description Task bool Overrides TranslationModel.ShouldBuildModelAsync(IAlignableCorpusManagerAsync) TotalVocabSizeAsync(bool) Declaration public Task TotalVocabSizeAsync(bool target) Parameters Type Name Description bool target Returns Type Description Task int" + "keywords": "Class TrainedTranslationModel Inheritance System.Object TranslationModel TrainedTranslationModel Inherited Members TranslationModel._id TranslationModel._name TranslationModel._corpusIds TranslationModel._srcCulture TranslationModel._trgCulture TranslationModel._modelDate TranslationModel.OnProgress(TranslationModelProgressStage) TranslationModel.OnProgress(TranslationModelProgressStage, Int32) TranslationModel.OnProgress(TranslationModelProgressStage, Int32, Int32) TranslationModel.OnProgress(TranslationModelProgressEventArgs) TranslationModel.OnProgress(Object, TranslationModelProgressEventArgs) TranslationModel.TranslationModelDate TranslationModel.SourceCulture TranslationModel.TargetCulture TranslationModel.CorpusIds TranslationModel.Name TranslationModel.Id TranslationModel.Progress Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TrainedTranslationModel : TranslationModel Constructors TrainedTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List, CultureCode, CultureCode, Nullable, ICultureMetadataManager) Declaration public TrainedTranslationModel(IChiSquaredTranslationModelStoreReadOnly store, string name, TranslationModelId id, List corpusIds, CultureCode sourceCulture, CultureCode targetCulture, Nullable modelDate, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description IChiSquaredTranslationModelStoreReadOnly store System.String name TranslationModelId id System.Collections.Generic.List < AlignableCorpusId > corpusIds Sdl.Core.Globalization.CultureCode sourceCulture Sdl.Core.Globalization.CultureCode targetCulture System.Nullable < System.DateTime > modelDate Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Properties ModelType Declaration public override TranslationModelTypes ModelType { get; } Property Value Type Description TranslationModelTypes Overrides TranslationModel.ModelType Store Declaration public IChiSquaredTranslationModelStoreReadOnly Store { get; } Property Value Type Description IChiSquaredTranslationModelStoreReadOnly Methods BuildModelAsync(IAlignableCorpusManagerAsync) Declaration public override Task BuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description System.Threading.Tasks.Task Overrides TranslationModel.BuildModelAsync(IAlignableCorpusManagerAsync) CanBuildModelAsync(IAlignableCorpusManagerAsync) Declaration public override Task CanBuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description System.Threading.Tasks.Task < System.Boolean > Overrides TranslationModel.CanBuildModelAsync(IAlignableCorpusManagerAsync) MeasureModelFitnessAsync(List) Declaration public override Task MeasureModelFitnessAsync(List pairs) Parameters Type Name Description System.Collections.Generic.List < IAlignableContentPair > pairs Returns Type Description System.Threading.Tasks.Task < TranslationModelFitness > Overrides TranslationModel.MeasureModelFitnessAsync(List) ShouldBuildModelAsync(IAlignableCorpusManagerAsync) Declaration public override Task ShouldBuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description System.Threading.Tasks.Task < System.Boolean > Overrides TranslationModel.ShouldBuildModelAsync(IAlignableCorpusManagerAsync) TotalVocabSizeAsync(Boolean) Declaration public Task TotalVocabSizeAsync(bool target) Parameters Type Name Description System.Boolean target Returns Type Description System.Threading.Tasks.Task < System.Int32 >" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.html", "title": "Class TrainedTranslationModelBuilder", - "keywords": "Class TrainedTranslationModelBuilder Inheritance object TrainedTranslationModelBuilder Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TrainedTranslationModelBuilder Constructors TrainedTranslationModelBuilder(TrainedTranslationModel, IAlignableCorpusManagerAsync, ICultureMetadataManager) Declaration public TrainedTranslationModelBuilder(TrainedTranslationModel translationModel, IAlignableCorpusManagerAsync corpusManager, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description TrainedTranslationModel translationModel IAlignableCorpusManagerAsync corpusManager ICultureMetadataManager cultureMetadataManager Methods BuildModelAsync(IChiSquaredTranslationModelStore) Declaration public Task BuildModelAsync(IChiSquaredTranslationModelStore store) Parameters Type Name Description IChiSquaredTranslationModelStore store Returns Type Description Task TrainedModelBuildResults CanBuildModelAsync() Declaration public Task CanBuildModelAsync() Returns Type Description Task bool ShouldBuildModelAsync() Declaration public Task ShouldBuildModelAsync() Returns Type Description Task bool" + "keywords": "Class TrainedTranslationModelBuilder Inheritance System.Object TrainedTranslationModelBuilder Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TrainedTranslationModelBuilder : Object Constructors TrainedTranslationModelBuilder(TrainedTranslationModel, IAlignableCorpusManagerAsync, ICultureMetadataManager) Declaration public TrainedTranslationModelBuilder(TrainedTranslationModel translationModel, IAlignableCorpusManagerAsync corpusManager, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description TrainedTranslationModel translationModel IAlignableCorpusManagerAsync corpusManager Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Methods BuildModelAsync(IChiSquaredTranslationModelStore) Declaration public Task BuildModelAsync(IChiSquaredTranslationModelStore store) Parameters Type Name Description IChiSquaredTranslationModelStore store Returns Type Description System.Threading.Tasks.Task < TrainedModelBuildResults > CanBuildModelAsync() Declaration public Task CanBuildModelAsync() Returns Type Description System.Threading.Tasks.Task < System.Boolean > ShouldBuildModelAsync() Declaration public Task ShouldBuildModelAsync() Returns Type Description System.Threading.Tasks.Task < System.Boolean >" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.html", "title": "Class TrainedTranslationModelId", - "keywords": "Class TrainedTranslationModelId Inheritance object TranslationModelId TrainedTranslationModelId Inherited Members TranslationModelId.ToSerialization() TranslationModelId.ToSerialization(BinaryWriter) TranslationModelId.FromSerialization(BinaryReader) TranslationModelId.FromSerialization(byte[]) TranslationModelId.RegisterTranslationModelIdType(Guid, Func) object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TrainedTranslationModelId : TranslationModelId Constructors TrainedTranslationModelId() Declaration public TrainedTranslationModelId() Properties InternalId Declaration public int InternalId { get; set; } Property Value Type Description int SerializationTypeId Declaration public override Guid SerializationTypeId { get; } Property Value Type Description Guid Overrides TranslationModelId.SerializationTypeId Methods Deserialize(BinaryReader) Declaration protected override void Deserialize(BinaryReader reader) Parameters Type Name Description BinaryReader reader Overrides TranslationModelId.Deserialize(BinaryReader) Serialize(BinaryWriter) Declaration protected override void Serialize(BinaryWriter writer) Parameters Type Name Description BinaryWriter writer Overrides TranslationModelId.Serialize(BinaryWriter)" + "keywords": "Class TrainedTranslationModelId Inheritance System.Object TranslationModelId TrainedTranslationModelId Inherited Members TranslationModelId.ToSerialization() TranslationModelId.ToSerialization(BinaryWriter) TranslationModelId.FromSerialization(BinaryReader) TranslationModelId.FromSerialization(Byte[]) TranslationModelId.RegisterTranslationModelIdType(Guid, Func) Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TrainedTranslationModelId : TranslationModelId Constructors TrainedTranslationModelId() Declaration public TrainedTranslationModelId() Properties InternalId Declaration public int InternalId { get; set; } Property Value Type Description System.Int32 SerializationTypeId Declaration public override Guid SerializationTypeId { get; } Property Value Type Description System.Guid Overrides TranslationModelId.SerializationTypeId Methods Deserialize(BinaryReader) Declaration protected override void Deserialize(BinaryReader reader) Parameters Type Name Description System.IO.BinaryReader reader Overrides TranslationModelId.Deserialize(BinaryReader) Serialize(BinaryWriter) Declaration protected override void Serialize(BinaryWriter writer) Parameters Type Name Description System.IO.BinaryWriter writer Overrides TranslationModelId.Serialize(BinaryWriter)" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.html", "title": "Class TranslationModel", - "keywords": "Class TranslationModel Inheritance object TranslationModel ChiSquaredTranslationModel TrainedTranslationModel Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public abstract class TranslationModel Constructors TranslationModel() Declaration protected TranslationModel() Fields _corpusIds Declaration protected List _corpusIds Field Value Type Description List AlignableCorpusId _id Declaration protected TranslationModelId _id Field Value Type Description TranslationModelId _modelDate Declaration protected DateTime? _modelDate Field Value Type Description DateTime _name Declaration protected string _name Field Value Type Description string _srcCulture Declaration protected CultureCode _srcCulture Field Value Type Description CultureCode _trgCulture Declaration protected CultureCode _trgCulture Field Value Type Description CultureCode Properties CorpusIds Declaration public IEnumerable CorpusIds { get; } Property Value Type Description IEnumerable AlignableCorpusId Id Declaration public TranslationModelId Id { get; } Property Value Type Description TranslationModelId ModelType Declaration public abstract TranslationModelTypes ModelType { get; } Property Value Type Description TranslationModelTypes Name Declaration public string Name { get; } Property Value Type Description string SourceCulture Declaration public CultureCode SourceCulture { get; } Property Value Type Description CultureCode TargetCulture Declaration public CultureCode TargetCulture { get; } Property Value Type Description CultureCode TranslationModelDate Declaration public DateTime? TranslationModelDate { get; } Property Value Type Description DateTime Methods BuildModelAsync(IAlignableCorpusManagerAsync) Declaration public abstract Task BuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description Task CanBuildModelAsync(IAlignableCorpusManagerAsync) Declaration public abstract Task CanBuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description Task bool MeasureModelFitnessAsync(List) Declaration public abstract Task MeasureModelFitnessAsync(List pairs) Parameters Type Name Description List IAlignableContentPair pairs Returns Type Description Task TranslationModelFitness OnProgress(TranslationModelProgressEventArgs) Declaration protected void OnProgress(TranslationModelProgressEventArgs progressEventArgs) Parameters Type Name Description TranslationModelProgressEventArgs progressEventArgs OnProgress(TranslationModelProgressStage) Declaration protected void OnProgress(TranslationModelProgressStage progressStage) Parameters Type Name Description TranslationModelProgressStage progressStage OnProgress(TranslationModelProgressStage, int) Declaration protected void OnProgress(TranslationModelProgressStage progressStage, int progressNumber) Parameters Type Name Description TranslationModelProgressStage progressStage int progressNumber OnProgress(TranslationModelProgressStage, int, int) Declaration protected void OnProgress(TranslationModelProgressStage progressStage, int progressNumber, int limit) Parameters Type Name Description TranslationModelProgressStage progressStage int progressNumber int limit OnProgress(object, TranslationModelProgressEventArgs) Declaration protected void OnProgress(object sender, TranslationModelProgressEventArgs progressEventArgs) Parameters Type Name Description object sender TranslationModelProgressEventArgs progressEventArgs ShouldBuildModelAsync(IAlignableCorpusManagerAsync) Declaration public abstract Task ShouldBuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description Task bool Events Progress Declaration public event EventHandler Progress Event Type Type Description EventHandler TranslationModelProgressEventArgs" + "keywords": "Class TranslationModel Inheritance System.Object TranslationModel ChiSquaredTranslationModel TrainedTranslationModel Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public abstract class TranslationModel : Object Constructors TranslationModel() Declaration protected TranslationModel() Fields _corpusIds Declaration protected List _corpusIds Field Value Type Description System.Collections.Generic.List < AlignableCorpusId > _id Declaration protected TranslationModelId _id Field Value Type Description TranslationModelId _modelDate Declaration protected Nullable _modelDate Field Value Type Description System.Nullable < System.DateTime > _name Declaration protected string _name Field Value Type Description System.String _srcCulture Declaration protected CultureCode _srcCulture Field Value Type Description Sdl.Core.Globalization.CultureCode _trgCulture Declaration protected CultureCode _trgCulture Field Value Type Description Sdl.Core.Globalization.CultureCode Properties CorpusIds Declaration public IEnumerable CorpusIds { get; } Property Value Type Description System.Collections.Generic.IEnumerable < AlignableCorpusId > Id Declaration public TranslationModelId Id { get; } Property Value Type Description TranslationModelId ModelType Declaration public abstract TranslationModelTypes ModelType { get; } Property Value Type Description TranslationModelTypes Name Declaration public string Name { get; } Property Value Type Description System.String SourceCulture Declaration public CultureCode SourceCulture { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode TargetCulture Declaration public CultureCode TargetCulture { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode TranslationModelDate Declaration public Nullable TranslationModelDate { get; } Property Value Type Description System.Nullable < System.DateTime > Methods BuildModelAsync(IAlignableCorpusManagerAsync) Declaration public abstract Task BuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description System.Threading.Tasks.Task CanBuildModelAsync(IAlignableCorpusManagerAsync) Declaration public abstract Task CanBuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description System.Threading.Tasks.Task < System.Boolean > MeasureModelFitnessAsync(List) Declaration public abstract Task MeasureModelFitnessAsync(List pairs) Parameters Type Name Description System.Collections.Generic.List < IAlignableContentPair > pairs Returns Type Description System.Threading.Tasks.Task < TranslationModelFitness > OnProgress(TranslationModelProgressEventArgs) Declaration protected void OnProgress(TranslationModelProgressEventArgs progressEventArgs) Parameters Type Name Description TranslationModelProgressEventArgs progressEventArgs OnProgress(TranslationModelProgressStage) Declaration protected void OnProgress(TranslationModelProgressStage progressStage) Parameters Type Name Description TranslationModelProgressStage progressStage OnProgress(TranslationModelProgressStage, Int32) Declaration protected void OnProgress(TranslationModelProgressStage progressStage, int progressNumber) Parameters Type Name Description TranslationModelProgressStage progressStage System.Int32 progressNumber OnProgress(TranslationModelProgressStage, Int32, Int32) Declaration protected void OnProgress(TranslationModelProgressStage progressStage, int progressNumber, int limit) Parameters Type Name Description TranslationModelProgressStage progressStage System.Int32 progressNumber System.Int32 limit OnProgress(Object, TranslationModelProgressEventArgs) Declaration protected void OnProgress(object sender, TranslationModelProgressEventArgs progressEventArgs) Parameters Type Name Description System.Object sender TranslationModelProgressEventArgs progressEventArgs ShouldBuildModelAsync(IAlignableCorpusManagerAsync) Declaration public abstract Task ShouldBuildModelAsync(IAlignableCorpusManagerAsync corpusManager) Parameters Type Name Description IAlignableCorpusManagerAsync corpusManager Returns Type Description System.Threading.Tasks.Task < System.Boolean > Events Progress Declaration public event EventHandler Progress Event Type Type Description System.EventHandler < TranslationModelProgressEventArgs >" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.html", "title": "Class TranslationModelBuilderSettings", - "keywords": "Class TranslationModelBuilderSettings Inheritance object TranslationModelBuilderSettings Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelBuilderSettings Constructors TranslationModelBuilderSettings(int) Declaration public TranslationModelBuilderSettings(int minModelSampleSize) Parameters Type Name Description int minModelSampleSize Properties Default Declaration public static TranslationModelBuilderSettings Default { get; } Property Value Type Description TranslationModelBuilderSettings MinModelSampleSize Declaration public int MinModelSampleSize { get; } Property Value Type Description int" + "keywords": "Class TranslationModelBuilderSettings Inheritance System.Object TranslationModelBuilderSettings Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelBuilderSettings : Object Constructors TranslationModelBuilderSettings(Int32) Declaration public TranslationModelBuilderSettings(int minModelSampleSize) Parameters Type Name Description System.Int32 minModelSampleSize Properties Default Declaration public static TranslationModelBuilderSettings Default { get; } Property Value Type Description TranslationModelBuilderSettings MinModelSampleSize Declaration public int MinModelSampleSize { get; } Property Value Type Description System.Int32" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.html", "title": "Class TranslationModelCancelException", - "keywords": "Class TranslationModelCancelException Inheritance object Exception TranslationModelCancelException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelCancelException : Exception, ISerializable Constructors TranslationModelCancelException() Declaration public TranslationModelCancelException() Implements ISerializable" + "keywords": "Class TranslationModelCancelException Inheritance System.Object TranslationModelCancelException Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelCancelException : Exception Constructors TranslationModelCancelException() Declaration public TranslationModelCancelException()" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html", "title": "Class TranslationModelDetails", - "keywords": "Class TranslationModelDetails Inheritance object TranslationModelDetails Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelDetails Constructors TranslationModelDetails() Declaration public TranslationModelDetails() Properties CorpusIds Declaration public List CorpusIds { get; set; } Property Value Type Description List AlignableCorpusId Id Declaration public TranslationModelId Id { get; set; } Property Value Type Description TranslationModelId ModelDate Declaration public DateTime? ModelDate { get; set; } Property Value Type Description DateTime ModelType Declaration public TranslationModelTypes ModelType { get; set; } Property Value Type Description TranslationModelTypes Name Declaration public string Name { get; set; } Property Value Type Description string SampleCount Declaration public int SampleCount { get; set; } Property Value Type Description int SourceCulture Declaration public CultureCode SourceCulture { get; set; } Property Value Type Description CultureCode TargetCulture Declaration public CultureCode TargetCulture { get; set; } Property Value Type Description CultureCode Version Declaration public int Version { get; set; } Property Value Type Description int" + "keywords": "Class TranslationModelDetails Inheritance System.Object TranslationModelDetails Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelDetails : Object Constructors TranslationModelDetails() Declaration public TranslationModelDetails() Properties CorpusIds Declaration public List CorpusIds { get; set; } Property Value Type Description System.Collections.Generic.List < AlignableCorpusId > Id Declaration public TranslationModelId Id { get; set; } Property Value Type Description TranslationModelId ModelDate Declaration public Nullable ModelDate { get; set; } Property Value Type Description System.Nullable < System.DateTime > ModelType Declaration public TranslationModelTypes ModelType { get; set; } Property Value Type Description TranslationModelTypes Name Declaration public string Name { get; set; } Property Value Type Description System.String SampleCount Declaration public int SampleCount { get; set; } Property Value Type Description System.Int32 SourceCulture Declaration public CultureCode SourceCulture { get; set; } Property Value Type Description Sdl.Core.Globalization.CultureCode TargetCulture Declaration public CultureCode TargetCulture { get; set; } Property Value Type Description Sdl.Core.Globalization.CultureCode Version Declaration public int Version { get; set; } Property Value Type Description System.Int32" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelException.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelException.html", "title": "Class TranslationModelException", - "keywords": "Class TranslationModelException Inheritance object Exception TranslationModelException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelException : Exception, ISerializable Constructors TranslationModelException() Declaration public TranslationModelException() TranslationModelException(SerializationInfo, StreamingContext) Declaration protected TranslationModelException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context TranslationModelException(string) Declaration public TranslationModelException(string msg) Parameters Type Name Description string msg TranslationModelException(string, Exception) Declaration public TranslationModelException(string message, Exception innerException) Parameters Type Name Description string message Exception innerException Implements ISerializable" + "keywords": "Class TranslationModelException Inheritance System.Object TranslationModelException Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelException : Exception Constructors TranslationModelException() Declaration public TranslationModelException() TranslationModelException(SerializationInfo, StreamingContext) Declaration protected TranslationModelException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context TranslationModelException(String) Declaration public TranslationModelException(string msg) Parameters Type Name Description System.String msg TranslationModelException(String, Exception) Declaration public TranslationModelException(string message, Exception innerException) Parameters Type Name Description System.String message System.Exception innerException" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelFitness.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelFitness.html", "title": "Class TranslationModelFitness", - "keywords": "Class TranslationModelFitness Inheritance object TranslationModelFitness Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelFitness Constructors TranslationModelFitness() Declaration public TranslationModelFitness() Properties SourceIVTokenCounts Declaration public Dictionary SourceIVTokenCounts { get; set; } Property Value Type Description Dictionary string int SourceOOVTokenCounts Declaration public Dictionary SourceOOVTokenCounts { get; set; } Property Value Type Description Dictionary string int TargetIVTokenCounts Declaration public Dictionary TargetIVTokenCounts { get; set; } Property Value Type Description Dictionary string int TargetOOVTokenCounts Declaration public Dictionary TargetOOVTokenCounts { get; set; } Property Value Type Description Dictionary string int" + "keywords": "Class TranslationModelFitness Inheritance System.Object TranslationModelFitness Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelFitness : Object Constructors TranslationModelFitness() Declaration public TranslationModelFitness() Properties SourceIVTokenCounts Declaration public Dictionary SourceIVTokenCounts { get; set; } Property Value Type Description System.Collections.Generic.Dictionary < System.String , System.Int32 > SourceOOVTokenCounts Declaration public Dictionary SourceOOVTokenCounts { get; set; } Property Value Type Description System.Collections.Generic.Dictionary < System.String , System.Int32 > TargetIVTokenCounts Declaration public Dictionary TargetIVTokenCounts { get; set; } Property Value Type Description System.Collections.Generic.Dictionary < System.String , System.Int32 > TargetOOVTokenCounts Declaration public Dictionary TargetOOVTokenCounts { get; set; } Property Value Type Description System.Collections.Generic.Dictionary < System.String , System.Int32 >" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelId.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelId.html", "title": "Class TranslationModelId", - "keywords": "Class TranslationModelId Inheritance object TranslationModelId ChiSquaredTranslationModelId TrainedTranslationModelId Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public abstract class TranslationModelId Constructors TranslationModelId() Declaration protected TranslationModelId() Properties SerializationTypeId Declaration public abstract Guid SerializationTypeId { get; } Property Value Type Description Guid Methods Deserialize(BinaryReader) Declaration protected abstract void Deserialize(BinaryReader reader) Parameters Type Name Description BinaryReader reader FromSerialization(byte[]) Declaration public static TranslationModelId FromSerialization(byte[] serialization) Parameters Type Name Description byte serialization Returns Type Description TranslationModelId FromSerialization(BinaryReader) Declaration public static TranslationModelId FromSerialization(BinaryReader reader) Parameters Type Name Description BinaryReader reader Returns Type Description TranslationModelId RegisterTranslationModelIdType(Guid, Func) Declaration public static void RegisterTranslationModelIdType(Guid idType, Func creator) Parameters Type Name Description Guid idType Func BinaryReader TranslationModelId creator Serialize(BinaryWriter) Declaration protected abstract void Serialize(BinaryWriter writer) Parameters Type Name Description BinaryWriter writer ToSerialization() Declaration public byte[] ToSerialization() Returns Type Description byte ToSerialization(BinaryWriter) Declaration public void ToSerialization(BinaryWriter writer) Parameters Type Name Description BinaryWriter writer" - }, - "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.html": { - "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.html", - "title": "Class TranslationModelMatrixEntry", - "keywords": "Class TranslationModelMatrixEntry Inheritance Object TranslationModelMatrixEntry Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelMatrixEntry : Object Constructors TranslationModelMatrixEntry() Declaration public TranslationModelMatrixEntry() Fields SourceKey Declaration public int SourceKey Field Value Type Description Int32 TargetKey Declaration public int TargetKey Field Value Type Description Int32 Value Declaration public double Value Field Value Type Description Double" + "keywords": "Class TranslationModelId Inheritance System.Object TranslationModelId ChiSquaredTranslationModelId TrainedTranslationModelId Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public abstract class TranslationModelId : Object Constructors TranslationModelId() Declaration protected TranslationModelId() Properties SerializationTypeId Declaration public abstract Guid SerializationTypeId { get; } Property Value Type Description System.Guid Methods Deserialize(BinaryReader) Declaration protected abstract void Deserialize(BinaryReader reader) Parameters Type Name Description System.IO.BinaryReader reader FromSerialization(Byte[]) Declaration public static TranslationModelId FromSerialization(byte[] serialization) Parameters Type Name Description System.Byte [] serialization Returns Type Description TranslationModelId FromSerialization(BinaryReader) Declaration public static TranslationModelId FromSerialization(BinaryReader reader) Parameters Type Name Description System.IO.BinaryReader reader Returns Type Description TranslationModelId RegisterTranslationModelIdType(Guid, Func) Declaration public static void RegisterTranslationModelIdType(Guid idType, Func creator) Parameters Type Name Description System.Guid idType System.Func < System.IO.BinaryReader , TranslationModelId > creator Serialize(BinaryWriter) Declaration protected abstract void Serialize(BinaryWriter writer) Parameters Type Name Description System.IO.BinaryWriter writer ToSerialization() Declaration public byte[] ToSerialization() Returns Type Description System.Byte [] ToSerialization(BinaryWriter) Declaration public void ToSerialization(BinaryWriter writer) Parameters Type Name Description System.IO.BinaryWriter writer" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.html", "title": "Class TranslationModelProgressEventArgs", - "keywords": "Class TranslationModelProgressEventArgs Inheritance object EventArgs TranslationModelProgressEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelProgressEventArgs : EventArgs Constructors TranslationModelProgressEventArgs(TranslationModelProgressStage, int, int) Declaration public TranslationModelProgressEventArgs(TranslationModelProgressStage progressStage, int progressNumber, int progressLimit) Parameters Type Name Description TranslationModelProgressStage progressStage int progressNumber int progressLimit Properties Cancel Declaration public bool Cancel { get; set; } Property Value Type Description bool ProgressLimit Declaration public int ProgressLimit { get; } Property Value Type Description int ProgressNumber Declaration public int ProgressNumber { get; } Property Value Type Description int ProgressStage Declaration public TranslationModelProgressStage ProgressStage { get; } Property Value Type Description TranslationModelProgressStage" + "keywords": "Class TranslationModelProgressEventArgs Inheritance System.Object TranslationModelProgressEventArgs Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelProgressEventArgs : EventArgs Constructors TranslationModelProgressEventArgs(TranslationModelProgressStage, Int32, Int32) Declaration public TranslationModelProgressEventArgs(TranslationModelProgressStage progressStage, int progressNumber, int progressLimit) Parameters Type Name Description TranslationModelProgressStage progressStage System.Int32 progressNumber System.Int32 progressLimit Properties Cancel Declaration public bool Cancel { get; set; } Property Value Type Description System.Boolean ProgressLimit Declaration public int ProgressLimit { get; } Property Value Type Description System.Int32 ProgressNumber Declaration public int ProgressNumber { get; } Property Value Type Description System.Int32 ProgressStage Declaration public TranslationModelProgressStage ProgressStage { get; } Property Value Type Description TranslationModelProgressStage" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage.html", - "title": "Enum TranslationModelProgressStage", - "keywords": "Enum TranslationModelProgressStage Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public enum TranslationModelProgressStage Fields Name Description Analysing Computing Encoding Merging Preparing Saving" + "title": "Class TranslationModelProgressStage", + "keywords": "Class TranslationModelProgressStage Inheritance System.Object TranslationModelProgressStage Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public sealed class TranslationModelProgressStage : Enum Fields Analysing Declaration public const TranslationModelProgressStage Analysing Field Value Type Description TranslationModelProgressStage Computing Declaration public const TranslationModelProgressStage Computing Field Value Type Description TranslationModelProgressStage Encoding Declaration public const TranslationModelProgressStage Encoding Field Value Type Description TranslationModelProgressStage Merging Declaration public const TranslationModelProgressStage Merging Field Value Type Description TranslationModelProgressStage Preparing Declaration public const TranslationModelProgressStage Preparing Field Value Type Description TranslationModelProgressStage Saving Declaration public const TranslationModelProgressStage Saving Field Value Type Description TranslationModelProgressStage value__ Declaration public int value__ Field Value Type Description System.Int32" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelTypes.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelTypes.html", - "title": "Enum TranslationModelTypes", - "keywords": "Enum TranslationModelTypes Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public enum TranslationModelTypes Fields Name Description ChiSquared Trained" - }, - "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.html": { - "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.html", - "title": "Class TranslationModelVocabEntry", - "keywords": "Class TranslationModelVocabEntry Inheritance Object TranslationModelVocabEntry Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class TranslationModelVocabEntry : Object Constructors TranslationModelVocabEntry() Declaration public TranslationModelVocabEntry() Fields Key Declaration public int Key Field Value Type Description Int32 Occurrences Declaration public int Occurrences Field Value Type Description Int32 Token Declaration public string Token Field Value Type Description String" + "title": "Class TranslationModelTypes", + "keywords": "Class TranslationModelTypes Inheritance System.Object TranslationModelTypes Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public sealed class TranslationModelTypes : Enum Fields ChiSquared Declaration public const TranslationModelTypes ChiSquared Field Value Type Description TranslationModelTypes Trained Declaration public const TranslationModelTypes Trained Field Value Type Description TranslationModelTypes value__ Declaration public int value__ Field Value Type Description System.Int32" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html", "title": "Class VocabularyFile3", - "keywords": "Class VocabularyFile3 Inheritance object VocabularyFile3 Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public abstract class VocabularyFile3 Constructors VocabularyFile3() Declaration public VocabularyFile3() Fields _Dirty Declaration protected bool _Dirty Field Value Type Description bool _KeyWordMap Declaration protected Dictionary _KeyWordMap Field Value Type Description Dictionary int TokenWithCount _contiguousKeys Declaration protected bool _contiguousKeys Field Value Type Description bool Properties Count Declaration public int Count { get; } Property Value Type Description int Dirty Declaration public bool Dirty { get; } Property Value Type Description bool SpecialTokenIDs Declaration public SpecialTokenIDs SpecialTokenIDs { get; } Property Value Type Description Sdl.LanguagePlatform.Stat.SpecialTokenIDs Methods Add(int, string) Declaration public void Add(int key, string s) Parameters Type Name Description int key string s Add(int, string, int) Declaration public void Add(int key, string s, int count) Parameters Type Name Description int key string s int count Add(string) Declaration public int Add(string s) Parameters Type Name Description string s Returns Type Description int Dump(TextWriter) Declaration public void Dump(TextWriter wtr) Parameters Type Name Description TextWriter wtr Dump(string) Declaration public void Dump(string fileName) Parameters Type Name Description string fileName GetIDs(IEnumerable) Declaration public List GetIDs(IEnumerable words) Parameters Type Name Description IEnumerable string words Returns Type Description List int GetIntSegment(List) Declaration public IntSegment GetIntSegment(List tokens) Parameters Type Name Description List Token tokens Returns Type Description Sdl.LanguagePlatform.Stat.IntSegment GetStopwordIDsAsync(CultureCode, IResourceDataAccessorAsync) Declaration public Task> GetStopwordIDsAsync(CultureCode culture, IResourceDataAccessorAsync accessor) Parameters Type Name Description CultureCode culture IResourceDataAccessorAsync accessor Returns Type Description Task List int GetTokenString(Token) Declaration public static string GetTokenString(Token t) Parameters Type Name Description Token t Returns Type Description string HasAllSpecialIDs() Declaration public bool HasAllSpecialIDs() Returns Type Description bool LoadAsync() Declaration public abstract Task LoadAsync() Returns Type Description Task Lookup(int) Declaration public string Lookup(int key) Parameters Type Name Description int key Returns Type Description string Lookup(string) Declaration public int Lookup(string s) Parameters Type Name Description string s Returns Type Description int LookupFull(int) Declaration public TokenWithCount LookupFull(int key) Parameters Type Name Description int key Returns Type Description TokenWithCount LookupOrAdd(string) Declaration public virtual int LookupOrAdd(string s) Parameters Type Name Description string s Returns Type Description int LookupSpecialTokenIDs() Declaration protected void LookupSpecialTokenIDs()" + "keywords": "Class VocabularyFile3 Inheritance System.Object VocabularyFile3 Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public abstract class VocabularyFile3 : Object Constructors VocabularyFile3() Declaration public VocabularyFile3() Fields _contiguousKeys Declaration protected bool _contiguousKeys Field Value Type Description System.Boolean _Dirty Declaration protected bool _Dirty Field Value Type Description System.Boolean _KeyWordMap Declaration protected Dictionary _KeyWordMap Field Value Type Description System.Collections.Generic.Dictionary < System.Int32 , TokenWithCount > Properties Count Declaration public int Count { get; } Property Value Type Description System.Int32 Dirty Declaration public bool Dirty { get; } Property Value Type Description System.Boolean SpecialTokenIDs Declaration public SpecialTokenIDs SpecialTokenIDs { get; } Property Value Type Description Sdl.LanguagePlatform.Stat.SpecialTokenIDs Methods Add(Int32, String) Declaration public void Add(int key, string s) Parameters Type Name Description System.Int32 key System.String s Add(Int32, String, Int32) Declaration public void Add(int key, string s, int count) Parameters Type Name Description System.Int32 key System.String s System.Int32 count Add(String) Declaration public int Add(string s) Parameters Type Name Description System.String s Returns Type Description System.Int32 Dump(TextWriter) Declaration public void Dump(TextWriter wtr) Parameters Type Name Description System.IO.TextWriter wtr Dump(String) Declaration public void Dump(string fileName) Parameters Type Name Description System.String fileName GetIDs(IEnumerable) Declaration public List GetIDs(IEnumerable words) Parameters Type Name Description System.Collections.Generic.IEnumerable < System.String > words Returns Type Description System.Collections.Generic.List < System.Int32 > GetIntSegment(List) Declaration public IntSegment GetIntSegment(List tokens) Parameters Type Name Description System.Collections.Generic.List < Token > tokens Returns Type Description Sdl.LanguagePlatform.Stat.IntSegment GetStopwordIDsAsync(CultureCode, IResourceDataAccessorAsync) Declaration public Task> GetStopwordIDsAsync(CultureCode culture, IResourceDataAccessorAsync accessor) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture IResourceDataAccessorAsync accessor Returns Type Description System.Threading.Tasks.Task < System.Collections.Generic.List < System.Int32 >> GetTokenString(Token) Declaration public static string GetTokenString(Token t) Parameters Type Name Description Token t Returns Type Description System.String HasAllSpecialIDs() Declaration public bool HasAllSpecialIDs() Returns Type Description System.Boolean LoadAsync() Declaration public abstract Task LoadAsync() Returns Type Description System.Threading.Tasks.Task Lookup(Int32) Declaration public string Lookup(int key) Parameters Type Name Description System.Int32 key Returns Type Description System.String Lookup(String) Declaration public int Lookup(string s) Parameters Type Name Description System.String s Returns Type Description System.Int32 LookupFull(Int32) Declaration public TokenWithCount LookupFull(int key) Parameters Type Name Description System.Int32 key Returns Type Description TokenWithCount LookupOrAdd(String) Declaration public virtual int LookupOrAdd(string s) Parameters Type Name Description System.String s Returns Type Description System.Int32 LookupSpecialTokenIDs() Declaration protected void LookupSpecialTokenIDs()" }, "api/translationmemory/Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.html": { "href": "api/translationmemory/Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.html", "title": "Class WordAlignmentComputer3", - "keywords": "Class WordAlignmentComputer3 Inheritance object WordAlignmentComputer3 Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class WordAlignmentComputer3 Constructors WordAlignmentComputer3(IScoreProvider2, VocabularyFile3, VocabularyFile3) Declaration public WordAlignmentComputer3(IScoreProvider2 scoreProvider, VocabularyFile3 vocabSrc, VocabularyFile3 vocabTrg) Parameters Type Name Description Sdl.LanguagePlatform.Stat.WordAlignment.IScoreProvider2 scoreProvider VocabularyFile3 vocabSrc VocabularyFile3 vocabTrg Fields MAX_SEGMENT_LENGTH Declaration public static readonly int MAX_SEGMENT_LENGTH Field Value Type Description int" + "keywords": "Class WordAlignmentComputer3 Inheritance System.Object WordAlignmentComputer3 Namespace : Sdl.Core.FineGrainedAlignment Assembly : Sdl.Core.FineGrainedAlignment.dll Syntax public class WordAlignmentComputer3 : Object Constructors WordAlignmentComputer3(IScoreProvider2, VocabularyFile3, VocabularyFile3) Declaration public WordAlignmentComputer3(IScoreProvider2 scoreProvider, VocabularyFile3 vocabSrc, VocabularyFile3 vocabTrg) Parameters Type Name Description Sdl.LanguagePlatform.Stat.WordAlignment.IScoreProvider2 scoreProvider VocabularyFile3 vocabSrc VocabularyFile3 vocabTrg Fields MAX_SEGMENT_LENGTH Declaration public static readonly int MAX_SEGMENT_LENGTH Field Value Type Description System.Int32" }, "api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.html": { "href": "api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.html", @@ -6827,27 +6517,27 @@ "api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.html": { "href": "api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.html", "title": "Class SeparatorCombination", - "keywords": "Class SeparatorCombination Class used to define separator combinations to numberic tokens Inheritance object SeparatorCombination Implements ICloneable Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Sdl.Core.LanguageProcessing Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class SeparatorCombination : ICloneable Constructors SeparatorCombination() Declaration public SeparatorCombination() SeparatorCombination(CultureInfo, bool) If true, blanks/nbsp's will be interchangeable Declaration public SeparatorCombination(CultureInfo culture, bool augmentGroupSeparators) Parameters Type Name Description CultureInfo culture bool augmentGroupSeparators SeparatorCombination(string, string, bool) If true, blanks/nbsp's will be interchangeable Declaration public SeparatorCombination(string groupSeparators, string decimalSeparators, bool augmentGroupSeparators) Parameters Type Name Description string groupSeparators string decimalSeparators bool augmentGroupSeparators Properties DecimalSeparators Declaration public string DecimalSeparators { get; set; } Property Value Type Description string GroupSeparators Declaration public string GroupSeparators { get; set; } Property Value Type Description string Methods Clone() Clone() Declaration public object Clone() Returns Type Description object A new object that is a deep copy of this instance. Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() IsSwappable() true iff one separator is the full stop and the other is the comma Declaration public bool IsSwappable() Returns Type Description bool Implements ICloneable" + "keywords": "Class SeparatorCombination Class used to define separator combinations to numberic tokens Inheritance System.Object SeparatorCombination Implements System.ICloneable Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.Core.LanguageProcessing.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class SeparatorCombination : ICloneable Constructors SeparatorCombination() Declaration public SeparatorCombination() SeparatorCombination(CultureInfo, Boolean) If true, blanks/nbsp's will be interchangeable Declaration public SeparatorCombination(CultureInfo culture, bool augmentGroupSeparators) Parameters Type Name Description System.Globalization.CultureInfo culture System.Boolean augmentGroupSeparators SeparatorCombination(String, String, Boolean) If true, blanks/nbsp's will be interchangeable Declaration public SeparatorCombination(string groupSeparators, string decimalSeparators, bool augmentGroupSeparators) Parameters Type Name Description System.String groupSeparators System.String decimalSeparators System.Boolean augmentGroupSeparators Properties DecimalSeparators Declaration public string DecimalSeparators { get; set; } Property Value Type Description System.String GroupSeparators Declaration public string GroupSeparators { get; set; } Property Value Type Description System.String Methods Clone() System.ICloneable.Clone() Declaration public object Clone() Returns Type Description System.Object A new object that is a deep copy of this instance. Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() IsSwappable() true iff one separator is the full stop and the other is the comma Declaration public bool IsSwappable() Returns Type Description System.Boolean Implements System.ICloneable" }, "api/translationmemory/Sdl.Core.TM.ImportExport.BatchExportedEventArgs.html": { "href": "api/translationmemory/Sdl.Core.TM.ImportExport.BatchExportedEventArgs.html", "title": "Class BatchExportedEventArgs", - "keywords": "Class BatchExportedEventArgs Inheritance object EventArgs CancelEventArgs BatchExportedEventArgs Inherited Members CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Sdl.Core.TM ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public class BatchExportedEventArgs : CancelEventArgs Constructors BatchExportedEventArgs(int, int) Instantiates a new event data object. Declaration public BatchExportedEventArgs(int totalProcessed, int totalExported) Parameters Type Name Description int totalProcessed The total number of processed translation units int totalExported The total number of exported translation units Properties TotalExported The total number of exported translation units. This is usually equivalent to TotalProcessed , but may be lower in case the export process uses filters. Declaration public int TotalExported { get; } Property Value Type Description int TotalProcessed The total number of processed translation units. This is usually equivalent to TotalExported , but if the export process uses filters, the number of processed translation units may be lower. Declaration public int TotalProcessed { get; } Property Value Type Description int" + "keywords": "Class BatchExportedEventArgs Inheritance System.Object BatchExportedEventArgs Namespace : Sdl.Core.TM.ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public class BatchExportedEventArgs : CancelEventArgs Constructors BatchExportedEventArgs(Int32, Int32) Instantiates a new event data object. Declaration public BatchExportedEventArgs(int totalProcessed, int totalExported) Parameters Type Name Description System.Int32 totalProcessed The total number of processed translation units System.Int32 totalExported The total number of exported translation units Properties TotalExported The total number of exported translation units. This is usually equivalent to TotalProcessed , but may be lower in case the export process uses filters. Declaration public int TotalExported { get; } Property Value Type Description System.Int32 TotalProcessed The total number of processed translation units. This is usually equivalent to TotalExported , but if the export process uses filters, the number of processed translation units may be lower. Declaration public int TotalProcessed { get; } Property Value Type Description System.Int32" }, "api/translationmemory/Sdl.Core.TM.ImportExport.BatchImportedEventArgs.html": { "href": "api/translationmemory/Sdl.Core.TM.ImportExport.BatchImportedEventArgs.html", "title": "Class BatchImportedEventArgs", - "keywords": "Class BatchImportedEventArgs Encapsulates the data published by BatchImported progress events. Inheritance object EventArgs CancelEventArgs BatchImportedEventArgs Inherited Members CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Sdl.Core.TM ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public class BatchImportedEventArgs : CancelEventArgs Constructors BatchImportedEventArgs(ImportStatistics) Instantiates a new object using the provided import statistics. Declaration public BatchImportedEventArgs(ImportStatistics statistics) Parameters Type Name Description ImportStatistics statistics Properties BatchResults The ImportResults for the currently batches processed so far. Declaration public ImportResults BatchResults { get; set; } Property Value Type Description ImportResults Statistics Gets the import statistics collected so far by the import process. Declaration public ImportStatistics Statistics { get; } Property Value Type Description ImportStatistics" + "keywords": "Class BatchImportedEventArgs Encapsulates the data published by BatchImported progress events. Inheritance System.Object BatchImportedEventArgs Namespace : Sdl.Core.TM.ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public class BatchImportedEventArgs : CancelEventArgs Constructors BatchImportedEventArgs(ImportStatistics) Instantiates a new object using the provided import statistics. Declaration public BatchImportedEventArgs(ImportStatistics statistics) Parameters Type Name Description ImportStatistics statistics Properties BatchResults The ImportResults for the currently batches processed so far. Declaration public ImportResults BatchResults { get; set; } Property Value Type Description ImportResults Statistics Gets the import statistics collected so far by the import process. Declaration public ImportStatistics Statistics { get; } Property Value Type Description ImportStatistics" }, "api/translationmemory/Sdl.Core.TM.ImportExport.Exporter.html": { "href": "api/translationmemory/Sdl.Core.TM.ImportExport.Exporter.html", "title": "Class Exporter", - "keywords": "Class Exporter Inheritance object ExporterAsync Exporter TranslationMemoryExporter Inherited Members ExporterAsync.ExportAsync(IExportOriginAsync, string, bool) ExporterAsync.TmxExportFormat ExporterAsync.FilterExpression object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Sdl.Core.TM ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax [Obsolete(\"Use ExporterAsync\")] public class Exporter : ExporterAsync Constructors Exporter() Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public Exporter() Exporter(ICultureMetadataManager) Declaration public Exporter(ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description ICultureMetadataManager cultureMetadataManager Methods Export(IExportOrigin, string, bool) Starts the export process with the configured settings into a file with the specified name. This method supports GZip compressed files, such as: export.tmx.gz Declaration public void Export(IExportOrigin exportOrigin, string fileName, bool overwriteExisting) Parameters Type Name Description IExportOrigin exportOrigin string fileName Name of the file. bool overwriteExisting if set to true [overwrite existing]. OnBatchExportedAsync(int, int) Declaration protected override Task OnBatchExportedAsync(int totalProcessed, int totalExported) Parameters Type Name Description int totalProcessed int totalExported Returns Type Description Task bool Overrides ExporterAsync.OnBatchExportedAsync(int, int) Events BatchExported Declaration [Obsolete] public event EventHandler BatchExported Event Type Type Description EventHandler BatchExportedEventArgs" + "keywords": "Class Exporter Inheritance System.Object ExporterAsync Exporter TranslationMemoryExporter Inherited Members ExporterAsync.ExportAsync(IExportOriginAsync, String, Boolean) ExporterAsync.TmxExportFormat ExporterAsync.FilterExpression 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.Core.TM.ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax [Obsolete(\"Use ExporterAsync\")] public class Exporter : ExporterAsync Constructors Exporter() Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public Exporter() Exporter(ICultureMetadataManager) Declaration public Exporter(ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Methods Export(IExportOrigin, String, Boolean) Starts the export process with the configured settings into a file with the specified name. This method supports GZip compressed files, such as: export.tmx.gz Declaration public void Export(IExportOrigin exportOrigin, string fileName, bool overwriteExisting) Parameters Type Name Description IExportOrigin exportOrigin System.String fileName Name of the file. System.Boolean overwriteExisting if set to true [overwrite existing]. OnBatchExportedAsync(Int32, Int32) Declaration protected override Task OnBatchExportedAsync(int totalProcessed, int totalExported) Parameters Type Name Description System.Int32 totalProcessed System.Int32 totalExported Returns Type Description System.Threading.Tasks.Task < System.Boolean > Overrides ExporterAsync.OnBatchExportedAsync(Int32, Int32) Events BatchExported Declaration [Obsolete] public event EventHandler BatchExported Event Type Type Description System.EventHandler < BatchExportedEventArgs >" }, "api/translationmemory/Sdl.Core.TM.ImportExport.ExporterAsync.html": { "href": "api/translationmemory/Sdl.Core.TM.ImportExport.ExporterAsync.html", "title": "Class ExporterAsync", - "keywords": "Class ExporterAsync Inheritance object ExporterAsync Exporter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Sdl.Core.TM ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public class ExporterAsync Constructors ExporterAsync(ICultureMetadataManager, Func>) Declaration public ExporterAsync(ICultureMetadataManager cultureMetadataManager, Func> batchExportedAsync = null) Parameters Type Name Description ICultureMetadataManager cultureMetadataManager Func int int Task bool batchExportedAsync Properties FilterExpression Gets or sets the filter expression. Declaration public FilterExpression FilterExpression { get; set; } Property Value Type Description FilterExpression The filter expression. TmxExportFormat Gets or sets the flavour of the exported TMX. Declaration public TranslationUnitFormat TmxExportFormat { get; set; } Property Value Type Description TranslationUnitFormat Methods ExportAsync(IExportOriginAsync, string, bool) Starts the export process with the configured settings into a file with the specified name. This method supports GZip compressed files, such as: export.tmx.gz Declaration public Task ExportAsync(IExportOriginAsync exportOrigin, string fileName, bool overwriteExisting) Parameters Type Name Description IExportOriginAsync exportOrigin string fileName Name of the file. bool overwriteExisting if set to true [overwrite existing]. Returns Type Description Task OnBatchExportedAsync(int, int) Declaration protected virtual Task OnBatchExportedAsync(int totalProcessed, int totalExported) Parameters Type Name Description int totalProcessed int totalExported Returns Type Description Task bool" + "keywords": "Class ExporterAsync Inheritance System.Object ExporterAsync Exporter 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.Core.TM.ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public class ExporterAsync Constructors ExporterAsync(ICultureMetadataManager, Func>) Declaration public ExporterAsync(ICultureMetadataManager cultureMetadataManager, Func> batchExportedAsync = null) Parameters Type Name Description Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager System.Func < System.Int32 , System.Int32 , System.Threading.Tasks.Task < System.Boolean >> batchExportedAsync Properties FilterExpression Gets or sets the filter expression. Declaration public FilterExpression FilterExpression { get; set; } Property Value Type Description FilterExpression The filter expression. TmxExportFormat Gets or sets the flavour of the exported TMX. Declaration public TranslationUnitFormat TmxExportFormat { get; set; } Property Value Type Description TranslationUnitFormat Methods ExportAsync(IExportOriginAsync, String, Boolean) Starts the export process with the configured settings into a file with the specified name. This method supports GZip compressed files, such as: export.tmx.gz Declaration public Task ExportAsync(IExportOriginAsync exportOrigin, string fileName, bool overwriteExisting) Parameters Type Name Description IExportOriginAsync exportOrigin System.String fileName Name of the file. System.Boolean overwriteExisting if set to true [overwrite existing]. Returns Type Description System.Threading.Tasks.Task OnBatchExportedAsync(Int32, Int32) Declaration protected virtual Task OnBatchExportedAsync(int totalProcessed, int totalExported) Parameters Type Name Description System.Int32 totalProcessed System.Int32 totalExported Returns Type Description System.Threading.Tasks.Task < System.Boolean >" }, "api/translationmemory/Sdl.Core.TM.ImportExport.html": { "href": "api/translationmemory/Sdl.Core.TM.ImportExport.html", @@ -6857,112 +6547,112 @@ "api/translationmemory/Sdl.Core.TM.ImportExport.IExportOrigin.html": { "href": "api/translationmemory/Sdl.Core.TM.ImportExport.IExportOrigin.html", "title": "Interface IExportOrigin", - "keywords": "Interface IExportOrigin Namespace : Sdl Sdl.Core Sdl.Core.TM ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public interface IExportOrigin Properties BuiltinRecognizers Declaration BuiltinRecognizers BuiltinRecognizers { get; } Property Value Type Description BuiltinRecognizers CreationDate Declaration DateTime CreationDate { get; } Property Value Type Description DateTime CreationUserName Declaration string CreationUserName { get; } Property Value Type Description string FieldDefinitions Declaration FieldDefinitions FieldDefinitions { get; } Property Value Type Description FieldDefinitions IncludesContextContent Declaration bool IncludesContextContent { get; } Property Value Type Description bool LanguageResources Declaration LanguageResource[] LanguageResources { get; } Property Value Type Description Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource Name Declaration string Name { get; } Property Value Type Description string SourceLanguage Declaration CultureCode SourceLanguage { get; } Property Value Type Description CultureCode TargetLanguage Declaration CultureCode TargetLanguage { get; } Property Value Type Description CultureCode TextContextMatchType Declaration TextContextMatchType TextContextMatchType { get; } Property Value Type Description TextContextMatchType TokenizerFlags Declaration TokenizerFlags TokenizerFlags { get; } Property Value Type Description TokenizerFlags UsesIdContextMatch Declaration bool UsesIdContextMatch { get; } Property Value Type Description bool WordCountFlags Declaration WordCountFlags WordCountFlags { get; } Property Value Type Description WordCountFlags Methods GetTranslationUnits(ref RegularIterator) Declaration TranslationUnit[] GetTranslationUnits(ref RegularIterator iter) Parameters Type Name Description RegularIterator iter Returns Type Description TranslationUnit" + "keywords": "Interface IExportOrigin Namespace : Sdl.Core.TM.ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public interface IExportOrigin Properties BuiltinRecognizers Declaration BuiltinRecognizers BuiltinRecognizers { get; } Property Value Type Description BuiltinRecognizers CreationDate Declaration DateTime CreationDate { get; } Property Value Type Description System.DateTime CreationUserName Declaration string CreationUserName { get; } Property Value Type Description System.String FieldDefinitions Declaration FieldDefinitions FieldDefinitions { get; } Property Value Type Description FieldDefinitions IncludesContextContent Declaration bool IncludesContextContent { get; } Property Value Type Description System.Boolean LanguageResources Declaration LanguageResource[] LanguageResources { get; } Property Value Type Description Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource [] Name Declaration string Name { get; } Property Value Type Description System.String SourceLanguage Declaration CultureCode SourceLanguage { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode TargetLanguage Declaration CultureCode TargetLanguage { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode TextContextMatchType Declaration TextContextMatchType TextContextMatchType { get; } Property Value Type Description TextContextMatchType TokenizerFlags Declaration TokenizerFlags TokenizerFlags { get; } Property Value Type Description TokenizerFlags UsesIdContextMatch Declaration bool UsesIdContextMatch { get; } Property Value Type Description System.Boolean WordCountFlags Declaration WordCountFlags WordCountFlags { get; } Property Value Type Description WordCountFlags Methods GetTranslationUnits(ref RegularIterator) Declaration TranslationUnit[] GetTranslationUnits(ref RegularIterator iter) Parameters Type Name Description RegularIterator iter Returns Type Description TranslationUnit []" }, "api/translationmemory/Sdl.Core.TM.ImportExport.IExportOriginAsync.html": { "href": "api/translationmemory/Sdl.Core.TM.ImportExport.IExportOriginAsync.html", "title": "Interface IExportOriginAsync", - "keywords": "Interface IExportOriginAsync Async version of IExportOrigin Inherited Members IExportOrigin.GetTranslationUnits(ref RegularIterator) IExportOrigin.Name IExportOrigin.SourceLanguage IExportOrigin.TargetLanguage IExportOrigin.TokenizerFlags IExportOrigin.WordCountFlags IExportOrigin.TextContextMatchType IExportOrigin.UsesIdContextMatch IExportOrigin.IncludesContextContent IExportOrigin.FieldDefinitions IExportOrigin.LanguageResources IExportOrigin.CreationDate IExportOrigin.CreationUserName IExportOrigin.BuiltinRecognizers Namespace : Sdl Sdl.Core Sdl.Core.TM ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public interface IExportOriginAsync : IExportOrigin Methods GetFieldDefinitionsAsync() Async version of FieldDefinitions Declaration Task GetFieldDefinitionsAsync() Returns Type Description Task FieldDefinitions GetLanguageResourcesAsync() Async version of LanguageResources Declaration Task GetLanguageResourcesAsync() Returns Type Description Task Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource GetTranslationUnitsAsync(RegularIterator) Async version of GetTranslationUnits(ref RegularIterator) Declaration Task GetTranslationUnitsAsync(RegularIterator iter) Parameters Type Name Description RegularIterator iter Returns Type Description Task TranslationUnit" + "keywords": "Interface IExportOriginAsync Async version of IExportOrigin Inherited Members IExportOrigin.GetTranslationUnits(RegularIterator) IExportOrigin.Name IExportOrigin.SourceLanguage IExportOrigin.TargetLanguage IExportOrigin.TokenizerFlags IExportOrigin.WordCountFlags IExportOrigin.TextContextMatchType IExportOrigin.UsesIdContextMatch IExportOrigin.IncludesContextContent IExportOrigin.FieldDefinitions IExportOrigin.LanguageResources IExportOrigin.CreationDate IExportOrigin.CreationUserName IExportOrigin.BuiltinRecognizers Namespace : Sdl.Core.TM.ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public interface IExportOriginAsync : IExportOrigin Methods GetFieldDefinitionsAsync() Async version of FieldDefinitions Declaration Task GetFieldDefinitionsAsync() Returns Type Description System.Threading.Tasks.Task < FieldDefinitions > GetLanguageResourcesAsync() Async version of LanguageResources Declaration Task GetLanguageResourcesAsync() Returns Type Description System.Threading.Tasks.Task < Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource []> GetTranslationUnitsAsync(RegularIterator) Async version of GetTranslationUnits(ref RegularIterator) Declaration Task GetTranslationUnitsAsync(RegularIterator iter) Parameters Type Name Description RegularIterator iter Returns Type Description System.Threading.Tasks.Task < TranslationUnit []>" }, "api/translationmemory/Sdl.Core.TM.ImportExport.IImportDestination.html": { "href": "api/translationmemory/Sdl.Core.TM.ImportExport.IImportDestination.html", "title": "Interface IImportDestination", - "keywords": "Interface IImportDestination Namespace : Sdl Sdl.Core Sdl.Core.TM ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public interface IImportDestination Properties FieldDefinitions Declaration FieldDefinitions FieldDefinitions { get; } Property Value Type Description FieldDefinitions LanguageResources Declaration LanguageResource[] LanguageResources { get; } Property Value Type Description Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource SourceLanguage Declaration CultureCode SourceLanguage { get; } Property Value Type Description CultureCode TargetLanguage Declaration CultureCode TargetLanguage { get; } Property Value Type Description CultureCode UsesLegacyHashes Declaration bool UsesLegacyHashes { get; } Property Value Type Description bool Methods AddTranslationUnits(TranslationUnit[], ImportSettings) Replaced by AddTranslationUnitsMask Declaration [Obsolete(\"Use IImportDestinationAsync\")] ImportResult[] AddTranslationUnits(TranslationUnit[] tus, ImportSettings settings) Parameters Type Name Description TranslationUnit tus ImportSettings settings Returns Type Description ImportResult AddTranslationUnitsMask(TranslationUnit[], ImportSettings, bool[]) Declaration [Obsolete(\"Use IImportDestinationAsync\")] ImportResult[] AddTranslationUnitsMask(TranslationUnit[] tus, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit tus ImportSettings settings bool mask Returns Type Description ImportResult UpdateFieldDefinitions(FieldDefinitions) Declaration [Obsolete(\"Use IImportDestinationAsync\")] void UpdateFieldDefinitions(FieldDefinitions mergedFieldDefinitions) Parameters Type Name Description FieldDefinitions mergedFieldDefinitions Fields that either 1. were only defined in the incoming data or 2. were defined in incoming data and destination data, but with additional picklist values in the incoming data (field contains a merge of both) UpdateLanguageResources(List) Declaration [Obsolete(\"Use IImportDestinationAsync\")] void UpdateLanguageResources(List mergedLanguageResources) Parameters Type Name Description List Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource mergedLanguageResources Language resources that either 1. were only defined in the incoming data or 2. were defined in incoming and destination data, but with additional values in the incoming data (resource contains a merge of both)" + "keywords": "Interface IImportDestination Namespace : Sdl.Core.TM.ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public interface IImportDestination Properties FieldDefinitions Declaration FieldDefinitions FieldDefinitions { get; } Property Value Type Description FieldDefinitions LanguageResources Declaration LanguageResource[] LanguageResources { get; } Property Value Type Description Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource [] SourceLanguage Declaration CultureCode SourceLanguage { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode TargetLanguage Declaration CultureCode TargetLanguage { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode UsesLegacyHashes Declaration bool UsesLegacyHashes { get; } Property Value Type Description System.Boolean Methods AddTranslationUnits(TranslationUnit[], ImportSettings) Replaced by AddTranslationUnitsMask Declaration [Obsolete(\"Use IImportDestinationAsync\")] ImportResult[] AddTranslationUnits(TranslationUnit[] tus, ImportSettings settings) Parameters Type Name Description TranslationUnit [] tus ImportSettings settings Returns Type Description ImportResult [] AddTranslationUnitsMask(TranslationUnit[], ImportSettings, Boolean[]) Declaration [Obsolete(\"Use IImportDestinationAsync\")] ImportResult[] AddTranslationUnitsMask(TranslationUnit[] tus, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit [] tus ImportSettings settings System.Boolean [] mask Returns Type Description ImportResult [] UpdateFieldDefinitions(FieldDefinitions) Declaration [Obsolete(\"Use IImportDestinationAsync\")] void UpdateFieldDefinitions(FieldDefinitions mergedFieldDefinitions) Parameters Type Name Description FieldDefinitions mergedFieldDefinitions Fields that either 1. were only defined in the incoming data or 2. were defined in incoming data and destination data, but with additional picklist values in the incoming data (field contains a merge of both) UpdateLanguageResources(List) Declaration [Obsolete(\"Use IImportDestinationAsync\")] void UpdateLanguageResources(List mergedLanguageResources) Parameters Type Name Description System.Collections.Generic.List < Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource > mergedLanguageResources Language resources that either 1. were only defined in the incoming data or 2. were defined in incoming and destination data, but with additional values in the incoming data (resource contains a merge of both)" }, "api/translationmemory/Sdl.Core.TM.ImportExport.IImportDestinationAsync.html": { "href": "api/translationmemory/Sdl.Core.TM.ImportExport.IImportDestinationAsync.html", "title": "Interface IImportDestinationAsync", - "keywords": "Interface IImportDestinationAsync Async version of IImportDestination Inherited Members IImportDestination.AddTranslationUnits(TranslationUnit[], ImportSettings) IImportDestination.AddTranslationUnitsMask(TranslationUnit[], ImportSettings, bool[]) IImportDestination.UpdateFieldDefinitions(FieldDefinitions) IImportDestination.UpdateLanguageResources(List) IImportDestination.SourceLanguage IImportDestination.TargetLanguage IImportDestination.FieldDefinitions IImportDestination.UsesLegacyHashes IImportDestination.LanguageResources Namespace : Sdl Sdl.Core Sdl.Core.TM ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public interface IImportDestinationAsync : IImportDestination Methods AddTranslationUnitsMaskedAsync(TranslationUnit[], ImportSettings, bool[]) See IImportDestinationAsync Declaration Task AddTranslationUnitsMaskedAsync(TranslationUnit[] tus, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit tus ImportSettings settings bool mask Returns Type Description Task ImportResult GetFieldDefinitionsAsync() Async version of FieldDefinitions Declaration Task GetFieldDefinitionsAsync() Returns Type Description Task FieldDefinitions GetLanguageResourcesAsync() Async version of LanguageResources Declaration Task GetLanguageResourcesAsync() Returns Type Description Task Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource UpdateFieldDefinitionsAsync(FieldDefinitions) Declaration Task UpdateFieldDefinitionsAsync(FieldDefinitions mergedFieldDefinitions) Parameters Type Name Description FieldDefinitions mergedFieldDefinitions Fields that either 1. were only defined in the incoming data or 2. were defined in incoming data and destination data, but with additional picklist values in the incoming data (field contains a merge of both) Returns Type Description Task UpdateLanguageResourcesAsync(List) Declaration Task UpdateLanguageResourcesAsync(List mergedLanguageResources) Parameters Type Name Description List Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource mergedLanguageResources Language resources that either 1. were only defined in the incoming data or 2. were defined in incoming and destination data, but with additional values in the incoming data (resource contains a merge of both) Returns Type Description Task" + "keywords": "Interface IImportDestinationAsync Async version of IImportDestination Inherited Members IImportDestination.AddTranslationUnits(TranslationUnit[], ImportSettings) IImportDestination.AddTranslationUnitsMask(TranslationUnit[], ImportSettings, Boolean[]) IImportDestination.UpdateFieldDefinitions(FieldDefinitions) IImportDestination.UpdateLanguageResources(List) IImportDestination.SourceLanguage IImportDestination.TargetLanguage IImportDestination.FieldDefinitions IImportDestination.UsesLegacyHashes IImportDestination.LanguageResources Namespace : Sdl.Core.TM.ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public interface IImportDestinationAsync : IImportDestination Methods AddTranslationUnitsMaskedAsync(TranslationUnit[], ImportSettings, Boolean[]) See IImportDestinationAsync Declaration Task AddTranslationUnitsMaskedAsync(TranslationUnit[] tus, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit [] tus ImportSettings settings System.Boolean [] mask Returns Type Description System.Threading.Tasks.Task < ImportResult []> GetFieldDefinitionsAsync() Async version of FieldDefinitions Declaration Task GetFieldDefinitionsAsync() Returns Type Description System.Threading.Tasks.Task < FieldDefinitions > GetLanguageResourcesAsync() Async version of LanguageResources Declaration Task GetLanguageResourcesAsync() Returns Type Description System.Threading.Tasks.Task < Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource []> UpdateFieldDefinitionsAsync(FieldDefinitions) Declaration Task UpdateFieldDefinitionsAsync(FieldDefinitions mergedFieldDefinitions) Parameters Type Name Description FieldDefinitions mergedFieldDefinitions Fields that either 1. were only defined in the incoming data or 2. were defined in incoming data and destination data, but with additional picklist values in the incoming data (field contains a merge of both) Returns Type Description System.Threading.Tasks.Task UpdateLanguageResourcesAsync(List) Declaration Task UpdateLanguageResourcesAsync(List mergedLanguageResources) Parameters Type Name Description System.Collections.Generic.List < Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource > mergedLanguageResources Language resources that either 1. were only defined in the incoming data or 2. were defined in incoming and destination data, but with additional values in the incoming data (resource contains a merge of both) Returns Type Description System.Threading.Tasks.Task" }, "api/translationmemory/Sdl.Core.TM.ImportExport.Importer.html": { "href": "api/translationmemory/Sdl.Core.TM.ImportExport.Importer.html", "title": "Class Importer", - "keywords": "Class Importer Inheritance object ImporterAsync Importer TranslationMemoryImporter Inherited Members ImporterAsync.DefaultTranslationUnitChunkSize ImporterAsync.MaxTranslationUnitChunkSize ImporterAsync.MinTranslationUnitChunkSize ImporterAsync.Buffer ImporterAsync.ErrorOutput ImporterAsync.BadTuCount ImporterAsync._batchImportedAsync ImporterAsync.ImportAsync(string, IImportDestinationAsync) ImporterAsync.GetDefaultFileTypeManager() ImporterAsync.Flush(ImportStatistics, IImportDestinationAsync) ImporterAsync.OutputErrorTuAsync(TranslationUnit, ImportResult) ImporterAsync.Statistics ImporterAsync.FileTypeManager ImporterAsync.CanChangeImportFile ImporterAsync.TranslationMemoryUserIdSetting ImporterAsync.ChunkSize ImporterAsync.Exclusive ImporterAsync.ImportSettings ImporterAsync.InvalidTranslationUnitsExportPath object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Sdl.Core.TM ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax [Obsolete(\"Use ImporterAsync directly.\")] public class Importer : ImporterAsync Constructors Importer() Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public Importer() Importer(IImportDestination) Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public Importer(IImportDestination importDestination) Parameters Type Name Description IImportDestination importDestination Importer(IImportDestinationAsync, ICultureMetadataManager) Declaration public Importer(IImportDestinationAsync importDestinationAsync, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description IImportDestinationAsync importDestinationAsync ICultureMetadataManager cultureMetadataManager Methods Import(string) Declaration [Obsolete(\"Use ImportAsync\")] public bool Import(string fileName) Parameters Type Name Description string fileName Returns Type Description bool Import(string, IImportDestination) Starts the import from the specified file. Declaration [Obsolete(\"Use ImportAsync\")] public bool Import(string fileName, IImportDestination importDestination) Parameters Type Name Description string fileName The file name. IImportDestination importDestination Returns Type Description bool The import results. OnBatchImportedAsync(ImportStatistics, ImportResults) Declaration protected override Task OnBatchImportedAsync(ImportStatistics overallResults, ImportResults batchResults) Parameters Type Name Description ImportStatistics overallResults ImportResults batchResults Returns Type Description Task bool Overrides ImporterAsync.OnBatchImportedAsync(ImportStatistics, ImportResults) Events BatchImported Declaration [Obsolete(\"Use ImporterAsync with constructor parameter batchImportedAsync.\")] public event EventHandler BatchImported Event Type Type Description EventHandler BatchImportedEventArgs" + "keywords": "Class Importer Inheritance System.Object ImporterAsync Importer TranslationMemoryImporter Inherited Members ImporterAsync.DefaultTranslationUnitChunkSize ImporterAsync.MaxTranslationUnitChunkSize ImporterAsync.MinTranslationUnitChunkSize ImporterAsync.Buffer ImporterAsync.ErrorOutput ImporterAsync.BadTuCount ImporterAsync._batchImportedAsync ImporterAsync.ImportAsync(String, IImportDestinationAsync) ImporterAsync.GetDefaultFileTypeManager() ImporterAsync.Flush(ImportStatistics, IImportDestinationAsync) ImporterAsync.OutputErrorTuAsync(TranslationUnit, ImportResult) ImporterAsync.Statistics ImporterAsync.FileTypeManager ImporterAsync.CanChangeImportFile ImporterAsync.TranslationMemoryUserIdSetting ImporterAsync.ChunkSize ImporterAsync.Exclusive ImporterAsync.ImportSettings ImporterAsync.InvalidTranslationUnitsExportPath 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.Core.TM.ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax [Obsolete(\"Use ImporterAsync directly.\")] public class Importer : ImporterAsync Constructors Importer() Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public Importer() Importer(IImportDestination) Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public Importer(IImportDestination importDestination) Parameters Type Name Description IImportDestination importDestination Importer(IImportDestinationAsync, ICultureMetadataManager) Declaration public Importer(IImportDestinationAsync importDestinationAsync, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description IImportDestinationAsync importDestinationAsync Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Methods Import(String) Declaration [Obsolete(\"Use ImportAsync\")] public bool Import(string fileName) Parameters Type Name Description System.String fileName Returns Type Description System.Boolean Import(String, IImportDestination) Starts the import from the specified file. Declaration [Obsolete(\"Use ImportAsync\")] public bool Import(string fileName, IImportDestination importDestination) Parameters Type Name Description System.String fileName The file name. IImportDestination importDestination Returns Type Description System.Boolean The import results. OnBatchImportedAsync(ImportStatistics, ImportResults) Declaration protected override Task OnBatchImportedAsync(ImportStatistics overallResults, ImportResults batchResults) Parameters Type Name Description ImportStatistics overallResults ImportResults batchResults Returns Type Description System.Threading.Tasks.Task < System.Boolean > Overrides ImporterAsync.OnBatchImportedAsync(ImportStatistics, ImportResults) Events BatchImported Declaration [Obsolete(\"Use ImporterAsync with constructor parameter batchImportedAsync.\")] public event EventHandler BatchImported Event Type Type Description System.EventHandler < BatchImportedEventArgs >" }, "api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.html": { "href": "api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.html", "title": "Class ImporterAsync", - "keywords": "Class ImporterAsync Normally this one would be called Importer and the other LegacyImporter, but backwards compatibility :( Importer class without any legacy code. Include the legacy support in the Importer class, use that in legacy clients (and hopefully we'll be able remove that one at some point). Use this class everywhere else. Inheritance object ImporterAsync Importer Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Sdl.Core.TM ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public class ImporterAsync Constructors ImporterAsync(ICultureMetadataManager, Func>) Initializes a new instance of the Importer class. Declaration public ImporterAsync(ICultureMetadataManager cultureMetadataManager, Func> batchImportedAsync = null) Parameters Type Name Description ICultureMetadataManager cultureMetadataManager Func ImportStatistics ImportResults Task bool batchImportedAsync ImporterAsync(IImportDestinationAsync, ICultureMetadataManager, Func>) Declaration public ImporterAsync(IImportDestinationAsync importDestinationAsync, ICultureMetadataManager cultureMetadataManager, Func> batchImportedAsync = null) Parameters Type Name Description IImportDestinationAsync importDestinationAsync ICultureMetadataManager cultureMetadataManager Func ImportStatistics ImportResults Task bool batchImportedAsync Fields BadTuCount Declaration protected int BadTuCount Field Value Type Description int Buffer Declaration protected readonly List Buffer Field Value Type Description List TranslationUnit DefaultTranslationUnitChunkSize Defines the default size for a chunk of translation units to be processed in one round-trip through the import/export process. The default chunk size is 25. Declaration public const int DefaultTranslationUnitChunkSize = 200 Field Value Type Description int ErrorOutput Declaration protected TMXWriter ErrorOutput Field Value Type Description TMXWriter MaxTranslationUnitChunkSize Defines the maximum allowed chunk size. The maximum allowed chunk size is 200. Declaration public const int MaxTranslationUnitChunkSize = 200 Field Value Type Description int MinTranslationUnitChunkSize Defines the minimum allowed chunk size. The minimum allowed chunk size is 2. Declaration public const int MinTranslationUnitChunkSize = 2 Field Value Type Description int _batchImportedAsync Declaration protected readonly Func> _batchImportedAsync Field Value Type Description Func ImportStatistics ImportResults Task bool Properties CanChangeImportFile Flag set to true if the imported file can/should be changed Declaration public bool CanChangeImportFile { get; set; } Property Value Type Description bool ChunkSize Gets or sets the size of the translation unit chunk size Declaration public int ChunkSize { get; set; } Property Value Type Description int The size of the chunk. Exclusive If true, indicates this Importer is the only flow making changes to the destination TM, in which case optimisations are used. Do not set true if other flows/users may be updating the TM during the import. Declaration public bool Exclusive { get; set; } Property Value Type Description bool FileTypeManager Gets or sets the file type manager. This is only needed when imported bilingual documents; it is not required when imported TMX files. Declaration public IFileTypeManager FileTypeManager { get; set; } Property Value Type Description IFileTypeManager The file type manager. ImportSettings Gets or sets the import settings. Declaration public ImportSettings ImportSettings { get; set; } Property Value Type Description ImportSettings InvalidTranslationUnitsExportPath Gets or sets the invalid translation units export path. Declaration public string InvalidTranslationUnitsExportPath { get; set; } Property Value Type Description string The invalid translation units export path. Statistics Gets the statistics. Declaration public ImportStatistics Statistics { get; set; } Property Value Type Description ImportStatistics The statistics. TranslationMemoryUserIdSetting Gets or sets the user id used to import TUs. Declaration public string TranslationMemoryUserIdSetting { get; set; } Property Value Type Description string Methods Flush(ImportStatistics, IImportDestinationAsync) Flushes the content of the internal translation unit buffer into the translation memory immediately. Declaration protected Task Flush(ImportStatistics stats, IImportDestinationAsync importDestination) Parameters Type Name Description ImportStatistics stats The import results. IImportDestinationAsync importDestination Returns Type Description Task bool Response.Cancel if there is an event listener that has signaled it wants to stop the import, otherwise Response.Continue. Remarks Stats is an input/output parameter and it will be updated after the execution of this method accordingly. GetDefaultFileTypeManager() Returns the default file type manager. Declaration public IFileTypeManager GetDefaultFileTypeManager() Returns Type Description IFileTypeManager ImportAsync(string, IImportDestinationAsync) Starts the import from the specified file. Declaration public Task ImportAsync(string fileName, IImportDestinationAsync importDestination) Parameters Type Name Description string fileName The file name. IImportDestinationAsync importDestination Returns Type Description Task bool OnBatchImportedAsync(ImportStatistics, ImportResults) Declaration protected virtual Task OnBatchImportedAsync(ImportStatistics overallResults, ImportResults batchResults) Parameters Type Name Description ImportStatistics overallResults ImportResults batchResults Returns Type Description Task bool OutputErrorTuAsync(TranslationUnit, ImportResult) Declaration protected Task OutputErrorTuAsync(TranslationUnit tu, ImportResult result) Parameters Type Name Description TranslationUnit tu ImportResult result Returns Type Description Task" + "keywords": "Class ImporterAsync Normally this one would be called Importer and the other LegacyImporter, but backwards compatibility :( Importer class without any legacy code. Include the legacy support in the Importer class, use that in legacy clients (and hopefully we'll be able remove that one at some point). Use this class everywhere else. Inheritance System.Object ImporterAsync Importer 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.Core.TM.ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public class ImporterAsync Constructors ImporterAsync(ICultureMetadataManager, Func>, ICoreTmMetricsReporter) Initializes a new instance of the Importer class. Declaration public ImporterAsync(ICultureMetadataManager cultureMetadataManager, Func> batchImportedAsync = null, ICoreTmMetricsReporter metricsReporter = null) Parameters Type Name Description Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager System.Func < ImportStatistics , ImportResults , System.Threading.Tasks.Task < System.Boolean >> batchImportedAsync ICoreTmMetricsReporter metricsReporter ImporterAsync(IImportDestinationAsync, ICultureMetadataManager, Func>, ICoreTmMetricsReporter) Declaration public ImporterAsync(IImportDestinationAsync importDestinationAsync, ICultureMetadataManager cultureMetadataManager, Func> batchImportedAsync = null, ICoreTmMetricsReporter metricsReporter = null) Parameters Type Name Description IImportDestinationAsync importDestinationAsync Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager System.Func < ImportStatistics , ImportResults , System.Threading.Tasks.Task < System.Boolean >> batchImportedAsync ICoreTmMetricsReporter metricsReporter Fields _batchImportedAsync Declaration protected readonly Func> _batchImportedAsync Field Value Type Description System.Func < ImportStatistics , ImportResults , System.Threading.Tasks.Task < System.Boolean >> BadTuCount Declaration protected int BadTuCount Field Value Type Description System.Int32 Buffer Declaration protected readonly List Buffer Field Value Type Description System.Collections.Generic.List < TranslationUnit > DefaultTranslationUnitChunkSize Defines the default size for a chunk of translation units to be processed in one round-trip through the import/export process. The default chunk size is 25. Declaration public const int DefaultTranslationUnitChunkSize = 200 Field Value Type Description System.Int32 ErrorOutput Declaration protected TMXWriter ErrorOutput Field Value Type Description TMXWriter MaxTranslationUnitChunkSize Defines the maximum allowed chunk size. The maximum allowed chunk size is 200. Declaration public const int MaxTranslationUnitChunkSize = 200 Field Value Type Description System.Int32 MinTranslationUnitChunkSize Defines the minimum allowed chunk size. The minimum allowed chunk size is 2. Declaration public const int MinTranslationUnitChunkSize = 2 Field Value Type Description System.Int32 Properties CanChangeImportFile Flag set to true if the imported file can/should be changed Declaration public bool CanChangeImportFile { get; set; } Property Value Type Description System.Boolean ChunkSize Gets or sets the size of the translation unit chunk size Declaration public int ChunkSize { get; set; } Property Value Type Description System.Int32 The size of the chunk. Exclusive If true, indicates this Importer is the only flow making changes to the destination TM, in which case optimisations are used. Do not set true if other flows/users may be updating the TM during the import. Declaration public bool Exclusive { get; set; } Property Value Type Description System.Boolean FileTypeManager Gets or sets the file type manager. This is only needed when imported bilingual documents; it is not required when imported TMX files. Declaration public IFileTypeManager FileTypeManager { get; set; } Property Value Type Description IFileTypeManager The file type manager. ImportSettings Gets or sets the import settings. Declaration public ImportSettings ImportSettings { get; set; } Property Value Type Description ImportSettings InvalidTranslationUnitsExportPath Gets or sets the invalid translation units export path. Declaration public string InvalidTranslationUnitsExportPath { get; set; } Property Value Type Description System.String The invalid translation units export path. Statistics Gets the statistics. Declaration public ImportStatistics Statistics { get; set; } Property Value Type Description ImportStatistics The statistics. TranslationMemoryUserIdSetting Gets or sets the user id used to import TUs. Declaration public string TranslationMemoryUserIdSetting { get; set; } Property Value Type Description System.String Methods Flush(ImportStatistics, IImportDestinationAsync) Flushes the content of the internal translation unit buffer into the translation memory immediately. Declaration protected Task Flush(ImportStatistics stats, IImportDestinationAsync importDestination) Parameters Type Name Description ImportStatistics stats The import results. IImportDestinationAsync importDestination Returns Type Description System.Threading.Tasks.Task < System.Boolean > Response.Cancel if there is an event listener that has signaled it wants to stop the import, otherwise Response.Continue. Remarks Stats is an input/output parameter and it will be updated after the execution of this method accordingly. GetDefaultFileTypeManager() Returns the default file type manager. Declaration public IFileTypeManager GetDefaultFileTypeManager() Returns Type Description IFileTypeManager ImportAsync(String, IImportDestinationAsync) Starts the import from the specified file. Declaration public Task ImportAsync(string fileName, IImportDestinationAsync importDestination) Parameters Type Name Description System.String fileName The file name. IImportDestinationAsync importDestination Returns Type Description System.Threading.Tasks.Task < System.Boolean > OnBatchImportedAsync(ImportStatistics, ImportResults) Declaration protected virtual Task OnBatchImportedAsync(ImportStatistics overallResults, ImportResults batchResults) Parameters Type Name Description ImportStatistics overallResults ImportResults batchResults Returns Type Description System.Threading.Tasks.Task < System.Boolean > OutputErrorTuAsync(TranslationUnit, ImportResult) Declaration protected Task OutputErrorTuAsync(TranslationUnit tu, ImportResult result) Parameters Type Name Description TranslationUnit tu ImportResult result Returns Type Description System.Threading.Tasks.Task" }, "api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.html": { "href": "api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.html", "title": "Class ImporterAsync.ImportResultsMap", - "keywords": "Class ImporterAsync.ImportResultsMap Inheritance object ImporterAsync.ImportResultsMap Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Sdl.Core.TM ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax protected class ImporterAsync.ImportResultsMap Constructors ImportResultsMap() Declaration public ImportResultsMap() Properties AddedTuIds Declaration public HashSet AddedTuIds { get; set; } Property Value Type Description HashSet int MergedTuIds Declaration public HashSet MergedTuIds { get; set; } Property Value Type Description HashSet int OverwrittenTuIds Declaration public HashSet OverwrittenTuIds { get; set; } Property Value Type Description HashSet int" + "keywords": "Class ImporterAsync.ImportResultsMap Inheritance System.Object ImporterAsync.ImportResultsMap 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.Core.TM.ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax protected class ImportResultsMap Constructors ImportResultsMap() Declaration public ImportResultsMap() Properties AddedTuIds Declaration public HashSet AddedTuIds { get; set; } Property Value Type Description System.Collections.Generic.HashSet < System.Int32 > MergedTuIds Declaration public HashSet MergedTuIds { get; set; } Property Value Type Description System.Collections.Generic.HashSet < System.Int32 > OverwrittenTuIds Declaration public HashSet OverwrittenTuIds { get; set; } Property Value Type Description System.Collections.Generic.HashSet < System.Int32 >" }, "api/translationmemory/Sdl.Core.TM.ImportExport.ImportExportResponse.html": { "href": "api/translationmemory/Sdl.Core.TM.ImportExport.ImportExportResponse.html", "title": "Enum ImportExportResponse", - "keywords": "Enum ImportExportResponse ImportExportResponse Namespace : Sdl Sdl.Core Sdl.Core.TM ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public enum ImportExportResponse Fields Name Description Cancel Stops the process. Continue Continues the process if there are any translation units left." + "keywords": "Enum ImportExportResponse ImportExportResponse Namespace : Sdl.Core.TM.ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public enum ImportExportResponse Fields Name Description Cancel Stops the process. Continue Continues the process if there are any translation units left." }, "api/translationmemory/Sdl.Core.TM.ImportExport.LanguageMismatchException.html": { "href": "api/translationmemory/Sdl.Core.TM.ImportExport.LanguageMismatchException.html", "title": "Class LanguageMismatchException", - "keywords": "Class LanguageMismatchException Inheritance object Exception LanguageMismatchException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Core Sdl.Core.TM ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public class LanguageMismatchException : Exception, ISerializable, _Exception Constructors LanguageMismatchException(CultureCode, CultureCode, CultureCode, CultureCode) Declaration public LanguageMismatchException(CultureCode originSourceLanguage, CultureCode originTargetLanguage, CultureCode destinationSourceLanguage, CultureCode destinationTargetLanguage) Parameters Type Name Description CultureCode originSourceLanguage CultureCode originTargetLanguage CultureCode destinationSourceLanguage CultureCode destinationTargetLanguage Fields DestinationSourceLanguage Declaration public CultureCode DestinationSourceLanguage Field Value Type Description CultureCode DestinationTargetLanguage Declaration public CultureCode DestinationTargetLanguage Field Value Type Description CultureCode OriginSourceLanguage Declaration public CultureCode OriginSourceLanguage Field Value Type Description CultureCode OriginTargetLanguage Declaration public CultureCode OriginTargetLanguage Field Value Type Description CultureCode Implements ISerializable _Exception" + "keywords": "Class LanguageMismatchException Inheritance System.Object System.Exception LanguageMismatchException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.Core.TM.ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public class LanguageMismatchException : Exception, ISerializable, _Exception Constructors LanguageMismatchException(CultureCode, CultureCode, CultureCode, CultureCode) Declaration public LanguageMismatchException(CultureCode originSourceLanguage, CultureCode originTargetLanguage, CultureCode destinationSourceLanguage, CultureCode destinationTargetLanguage) Parameters Type Name Description Sdl.Core.Globalization.CultureCode originSourceLanguage Sdl.Core.Globalization.CultureCode originTargetLanguage Sdl.Core.Globalization.CultureCode destinationSourceLanguage Sdl.Core.Globalization.CultureCode destinationTargetLanguage Fields DestinationSourceLanguage Declaration public CultureCode DestinationSourceLanguage Field Value Type Description Sdl.Core.Globalization.CultureCode DestinationTargetLanguage Declaration public CultureCode DestinationTargetLanguage Field Value Type Description Sdl.Core.Globalization.CultureCode OriginSourceLanguage Declaration public CultureCode OriginSourceLanguage Field Value Type Description Sdl.Core.Globalization.CultureCode OriginTargetLanguage Declaration public CultureCode OriginTargetLanguage Field Value Type Description Sdl.Core.Globalization.CultureCode Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/translationmemory/Sdl.Core.TM.ImportExport.TmApiImportExport.html": { "href": "api/translationmemory/Sdl.Core.TM.ImportExport.TmApiImportExport.html", "title": "Class TmApiImportExport", - "keywords": "Class TmApiImportExport Provides implementations of IImportDestination and IExportOrigin based on the Core.TM container API Inheritance object TmApiImportExport Implements IImportDestinationAsync IImportDestination IExportOriginAsync IExportOrigin Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Core Sdl.Core.TM ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public class TmApiImportExport : IImportDestinationAsync, IImportDestination, IExportOriginAsync, IExportOrigin Constructors TmApiImportExport(ITranslationMemoryServiceAsync, Container, PersistentObjectToken) Declaration [Obsolete(\"Use CreateAsync\")] public TmApiImportExport(ITranslationMemoryServiceAsync service, Container container, PersistentObjectToken tmId) Parameters Type Name Description Sdl.LanguagePlatform.TranslationMemoryImpl.ITranslationMemoryServiceAsync service Sdl.LanguagePlatform.TranslationMemoryImpl.Container container PersistentObjectToken tmId TmApiImportExport(ITranslationMemoryServiceAsync, Container, TranslationMemorySetup) Declaration public TmApiImportExport(ITranslationMemoryServiceAsync service, Container container, TranslationMemorySetup tm) Parameters Type Name Description Sdl.LanguagePlatform.TranslationMemoryImpl.ITranslationMemoryServiceAsync service Sdl.LanguagePlatform.TranslationMemoryImpl.Container container Sdl.LanguagePlatform.TranslationMemoryImpl.TranslationMemorySetup tm Properties BuiltinRecognizers Declaration public BuiltinRecognizers BuiltinRecognizers { get; } Property Value Type Description BuiltinRecognizers CreationDate Declaration public DateTime CreationDate { get; } Property Value Type Description DateTime CreationUserName Declaration public string CreationUserName { get; } Property Value Type Description string FieldDefinitions Declaration public FieldDefinitions FieldDefinitions { get; } Property Value Type Description FieldDefinitions IncludesContextContent Declaration public virtual bool IncludesContextContent { get; } Property Value Type Description bool LanguageResources Declaration public LanguageResource[] LanguageResources { get; } Property Value Type Description Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource Name Declaration public string Name { get; } Property Value Type Description string SourceLanguage Declaration public CultureCode SourceLanguage { get; } Property Value Type Description CultureCode TargetLanguage Declaration public CultureCode TargetLanguage { get; } Property Value Type Description CultureCode TextContextMatchType Declaration public TextContextMatchType TextContextMatchType { get; } Property Value Type Description TextContextMatchType TokenizerFlags Declaration public TokenizerFlags TokenizerFlags { get; } Property Value Type Description TokenizerFlags UsesIdContextMatch Declaration public bool UsesIdContextMatch { get; } Property Value Type Description bool UsesLegacyHashes Declaration public bool UsesLegacyHashes { get; } Property Value Type Description bool WordCountFlags Declaration public WordCountFlags WordCountFlags { get; } Property Value Type Description WordCountFlags Methods AddTranslationUnits(TranslationUnit[], ImportSettings) Replaced by AddTranslationUnitsMask Declaration [Obsolete(\"Use AddTranslationUnitsMaskedAsync\")] public ImportResult[] AddTranslationUnits(TranslationUnit[] tus, ImportSettings settings) Parameters Type Name Description TranslationUnit tus ImportSettings settings Returns Type Description ImportResult AddTranslationUnitsMask(TranslationUnit[], ImportSettings, bool[]) Declaration [Obsolete(\"Use AddTranslationUnitsMaskedAsync\")] public ImportResult[] AddTranslationUnitsMask(TranslationUnit[] tus, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit tus ImportSettings settings bool mask Returns Type Description ImportResult AddTranslationUnitsMaskedAsync(TranslationUnit[], ImportSettings, bool[]) See IImportDestinationAsync Declaration public Task AddTranslationUnitsMaskedAsync(TranslationUnit[] tus, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit tus ImportSettings settings bool mask Returns Type Description Task ImportResult CreateAsync(ITranslationMemoryServiceAsync, Container, PersistentObjectToken) Declaration public static Task CreateAsync(ITranslationMemoryServiceAsync service, Container container, PersistentObjectToken tmId) Parameters Type Name Description Sdl.LanguagePlatform.TranslationMemoryImpl.ITranslationMemoryServiceAsync service Sdl.LanguagePlatform.TranslationMemoryImpl.Container container PersistentObjectToken tmId Returns Type Description Task TmApiImportExport GetFieldDefinitionsAsync() Async version of FieldDefinitions Declaration public Task GetFieldDefinitionsAsync() Returns Type Description Task FieldDefinitions GetLanguageResourcesAsync() Async version of LanguageResources Declaration public Task GetLanguageResourcesAsync() Returns Type Description Task Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource GetTranslationUnits(ref RegularIterator) Declaration public TranslationUnit[] GetTranslationUnits(ref RegularIterator iter) Parameters Type Name Description RegularIterator iter Returns Type Description TranslationUnit GetTranslationUnitsAsync(RegularIterator) Async version of GetTranslationUnits(ref RegularIterator) Declaration public Task GetTranslationUnitsAsync(RegularIterator iter) Parameters Type Name Description RegularIterator iter Returns Type Description Task TranslationUnit UpdateFieldDefinitions(FieldDefinitions) Declaration public void UpdateFieldDefinitions(FieldDefinitions mergedFieldDefinitions) Parameters Type Name Description FieldDefinitions mergedFieldDefinitions Fields that either 1. were only defined in the incoming data or 2. were defined in incoming data and destination data, but with additional picklist values in the incoming data (field contains a merge of both) UpdateFieldDefinitionsAsync(FieldDefinitions) Declaration public Task UpdateFieldDefinitionsAsync(FieldDefinitions mergedFieldDefinitions) Parameters Type Name Description FieldDefinitions mergedFieldDefinitions Fields that either 1. were only defined in the incoming data or 2. were defined in incoming data and destination data, but with additional picklist values in the incoming data (field contains a merge of both) Returns Type Description Task UpdateLanguageResources(List) Declaration public void UpdateLanguageResources(List mergedLanguageResources) Parameters Type Name Description List Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource mergedLanguageResources Language resources that either 1. were only defined in the incoming data or 2. were defined in incoming and destination data, but with additional values in the incoming data (resource contains a merge of both) UpdateLanguageResourcesAsync(List) Declaration public Task UpdateLanguageResourcesAsync(List mergedLanguageResources) Parameters Type Name Description List Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource mergedLanguageResources Language resources that either 1. were only defined in the incoming data or 2. were defined in incoming and destination data, but with additional values in the incoming data (resource contains a merge of both) Returns Type Description Task Implements IImportDestinationAsync IImportDestination IExportOriginAsync IExportOrigin" + "keywords": "Class TmApiImportExport Provides implementations of IImportDestination and IExportOrigin based on the Core.TM container API Inheritance System.Object TmApiImportExport Implements IImportDestinationAsync IImportDestination IExportOriginAsync IExportOrigin 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.Core.TM.ImportExport Assembly : Sdl.Core.TM.ImportExport.dll Syntax public class TmApiImportExport : IImportDestinationAsync, IImportDestination, IExportOriginAsync, IExportOrigin Constructors TmApiImportExport(ITranslationMemoryServiceAsync, Container, PersistentObjectToken) Declaration [Obsolete(\"Use CreateAsync\")] public TmApiImportExport(ITranslationMemoryServiceAsync service, Container container, PersistentObjectToken tmId) Parameters Type Name Description Sdl.LanguagePlatform.TranslationMemoryImpl.ITranslationMemoryServiceAsync service Sdl.LanguagePlatform.TranslationMemoryImpl.Container container PersistentObjectToken tmId TmApiImportExport(ITranslationMemoryServiceAsync, Container, TranslationMemorySetup) Declaration public TmApiImportExport(ITranslationMemoryServiceAsync service, Container container, TranslationMemorySetup tm) Parameters Type Name Description Sdl.LanguagePlatform.TranslationMemoryImpl.ITranslationMemoryServiceAsync service Sdl.LanguagePlatform.TranslationMemoryImpl.Container container Sdl.LanguagePlatform.TranslationMemoryImpl.TranslationMemorySetup tm Properties BuiltinRecognizers Declaration public BuiltinRecognizers BuiltinRecognizers { get; } Property Value Type Description BuiltinRecognizers CreationDate Declaration public DateTime CreationDate { get; } Property Value Type Description System.DateTime CreationUserName Declaration public string CreationUserName { get; } Property Value Type Description System.String FieldDefinitions Declaration public FieldDefinitions FieldDefinitions { get; } Property Value Type Description FieldDefinitions IncludesContextContent Declaration public virtual bool IncludesContextContent { get; } Property Value Type Description System.Boolean LanguageResources Declaration public LanguageResource[] LanguageResources { get; } Property Value Type Description Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource [] Name Declaration public string Name { get; } Property Value Type Description System.String SourceLanguage Declaration public CultureCode SourceLanguage { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode TargetLanguage Declaration public CultureCode TargetLanguage { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode TextContextMatchType Declaration public TextContextMatchType TextContextMatchType { get; } Property Value Type Description TextContextMatchType TokenizerFlags Declaration public TokenizerFlags TokenizerFlags { get; } Property Value Type Description TokenizerFlags UsesIdContextMatch Declaration public bool UsesIdContextMatch { get; } Property Value Type Description System.Boolean UsesLegacyHashes Declaration public bool UsesLegacyHashes { get; } Property Value Type Description System.Boolean WordCountFlags Declaration public WordCountFlags WordCountFlags { get; } Property Value Type Description WordCountFlags Methods AddTranslationUnits(TranslationUnit[], ImportSettings) Declaration [Obsolete(\"Use AddTranslationUnitsMaskedAsync\")] public ImportResult[] AddTranslationUnits(TranslationUnit[] tus, ImportSettings settings) Parameters Type Name Description TranslationUnit [] tus ImportSettings settings Returns Type Description ImportResult [] AddTranslationUnitsMask(TranslationUnit[], ImportSettings, Boolean[]) Declaration [Obsolete(\"Use AddTranslationUnitsMaskedAsync\")] public ImportResult[] AddTranslationUnitsMask(TranslationUnit[] tus, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit [] tus ImportSettings settings System.Boolean [] mask Returns Type Description ImportResult [] AddTranslationUnitsMaskedAsync(TranslationUnit[], ImportSettings, Boolean[]) Declaration public Task AddTranslationUnitsMaskedAsync(TranslationUnit[] tus, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit [] tus ImportSettings settings System.Boolean [] mask Returns Type Description System.Threading.Tasks.Task < ImportResult []> CreateAsync(ITranslationMemoryServiceAsync, Container, PersistentObjectToken) Declaration public static Task CreateAsync(ITranslationMemoryServiceAsync service, Container container, PersistentObjectToken tmId) Parameters Type Name Description Sdl.LanguagePlatform.TranslationMemoryImpl.ITranslationMemoryServiceAsync service Sdl.LanguagePlatform.TranslationMemoryImpl.Container container PersistentObjectToken tmId Returns Type Description System.Threading.Tasks.Task < TmApiImportExport > GetFieldDefinitionsAsync() Declaration public Task GetFieldDefinitionsAsync() Returns Type Description System.Threading.Tasks.Task < FieldDefinitions > GetLanguageResourcesAsync() Declaration public Task GetLanguageResourcesAsync() Returns Type Description System.Threading.Tasks.Task < Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource []> GetTranslationUnits(ref RegularIterator) Declaration public TranslationUnit[] GetTranslationUnits(ref RegularIterator iter) Parameters Type Name Description RegularIterator iter Returns Type Description TranslationUnit [] GetTranslationUnitsAsync(RegularIterator) Declaration public Task GetTranslationUnitsAsync(RegularIterator iter) Parameters Type Name Description RegularIterator iter Returns Type Description System.Threading.Tasks.Task < TranslationUnit []> UpdateFieldDefinitions(FieldDefinitions) Declaration public void UpdateFieldDefinitions(FieldDefinitions mergedFieldDefinitions) Parameters Type Name Description FieldDefinitions mergedFieldDefinitions UpdateFieldDefinitionsAsync(FieldDefinitions) Declaration public Task UpdateFieldDefinitionsAsync(FieldDefinitions mergedFieldDefinitions) Parameters Type Name Description FieldDefinitions mergedFieldDefinitions Returns Type Description System.Threading.Tasks.Task UpdateLanguageResources(List) Declaration public void UpdateLanguageResources(List mergedLanguageResources) Parameters Type Name Description System.Collections.Generic.List < Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource > mergedLanguageResources UpdateLanguageResourcesAsync(List) Declaration public Task UpdateLanguageResourcesAsync(List mergedLanguageResources) Parameters Type Name Description System.Collections.Generic.List < Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource > mergedLanguageResources Returns Type Description System.Threading.Tasks.Task Implements IImportDestinationAsync IImportDestination IExportOriginAsync IExportOrigin" }, "api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.Case.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.Case.html", "title": "Enum CharacterProperties.Case", - "keywords": "Enum CharacterProperties.Case Enumerates case variants of strings and letters. Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum CharacterProperties.Case Fields Name Description InitialUpper (For strings only) indicates that the first letter is upper-case, and the subsequent letters are lower-case. Lower Indicates a lower-case letter or letter sequence. Other Indicates an undefined, unknown, mixed, or other letter or character sequence. Upper Indicates an upper-case letter or letter sequence." + "keywords": "Enum CharacterProperties.Case Enumerates case variants of strings and letters. Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum Case Fields Name Description InitialUpper (For strings only) indicates that the first letter is upper-case, and the subsequent letters are lower-case. Lower Indicates a lower-case letter or letter sequence. Other Indicates an undefined, unknown, mixed, or other letter or character sequence. Upper Indicates an upper-case letter or letter sequence." }, "api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html", "title": "Class CharacterProperties", - "keywords": "Class CharacterProperties Proides methods that check for certain properties of strings and characters. Inheritance object CharacterProperties Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public static class CharacterProperties Fields Blanks Contains a set of known blank characters of various widths from different languages. This should be a subset of WhitespaceCharacters . Declaration public static readonly char[] Blanks Field Value Type Description char WhitespaceCharacters Contains a set of known whitespace characters from different languages. This should be equivalent to the set of characters for which IsWhiteSpace(char) returns true , which however is incomplete in earlier .Net versions. The elements of the array are sorted in ascending order, so binary search can be used. Declaration public static readonly char[] WhitespaceCharacters Field Value Type Description char Properties UppercaseCharacters Gets a collection of all characters in the range [U+0020, U+00FB] for which IsUpper(char) is true . Declaration public static char[] UppercaseCharacters { get; } Property Value Type Description char Methods GetCase(char) Determines the case of a character. Only upper and lower case characters are distinguished, in all other cases or for non-letter characters, Other is returned. Declaration public static CharacterProperties.Case GetCase(char c) Parameters Type Name Description char c Returns Type Description CharacterProperties Case GetCase(string) Determines the case of the string, if it is consistent. Declaration public static CharacterProperties.Case GetCase(string s) Parameters Type Name Description string s Returns Type Description CharacterProperties Case GetCase(string, int) Determines the case of the string, if it is consistent. The string is only scanned up to the specified length. Declaration public static CharacterProperties.Case GetCase(string s, int length) Parameters Type Name Description string s int length Returns Type Description CharacterProperties Case GetPrefixLength(string, Predicate) Computes and returns the length of the prefix of the provided string s where each character satisfies the provided predicate. Declaration public static int GetPrefixLength(string s, Predicate predicate) Parameters Type Name Description string s Predicate char predicate Returns Type Description int GetUnicodeBlock(char) Attempts to identify the UnicodeBlock for the provided character. Declaration public static UnicodeBlock GetUnicodeBlock(char c) Parameters Type Name Description char c A character to get the UnicodeBlock for. Returns Type Description UnicodeBlock The UnicodeBlock for c , or Unknown if the block cannot be determined. GetUnicodeCategoryFromName(string) Maps Unicode category names as they are used in CharacterSet s to the corresponding UnicodeCategory . The lookup is case-insensitive. Declaration public static UnicodeCategory? GetUnicodeCategoryFromName(string className) Parameters Type Name Description string className The category name Returns Type Description UnicodeCategory The corresponding UnicodeCategory , or null if the class name is not known. GetUnicodeCategoryName(UnicodeCategory) Maps from UnicodeCategory to class names as they are used in CharacterSet s. Declaration public static string GetUnicodeCategoryName(UnicodeCategory cat) Parameters Type Name Description UnicodeCategory cat The Unicode category Returns Type Description string A category name, to be used in character sets. IsAll(string, int, Predicate) Evaluates the predicate on all characters in the string, starting from position start , and returns true if all characters fulfill the predicate, and false otherwise. Note that the method will always return true for the empty string or if the start position exceeds the string length. Declaration public static bool IsAll(string s, int start, Predicate predicate) Parameters Type Name Description string s int start Predicate char predicate Returns Type Description bool true if all characters fulfill the predicate, or s is the empty string, or start exceeds the string length, and false otherwise. IsAll(string, Predicate) Evaluates the predicate on all characters in the string and returns true if all characters fulfill the predicate, and false otherwise. Note that the method will always return true for the empty string. Declaration public static bool IsAll(string s, Predicate predicate) Parameters Type Name Description string s Predicate char predicate Returns Type Description bool true if all characters fulfill the predicate or s is the empty string, and false otherwise. IsApostrophe(char) Determines whether the specified character is an apostrophe. Declaration public static bool IsApostrophe(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is an apostrophe, otherwise false. IsBlank(char) Determines whether the specified character is a blank. This test does not cover format characters. Declaration public static bool IsBlank(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a blank, otherwise false. IsBrace(char) Determines whether the specified character is a brace. Declaration public static bool IsBrace(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a brace, otherwise false. IsBracket(char) Determines whether the specified character is an opening or a closing bracket. Declaration public static bool IsBracket(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is an opening or a closing bracket, otherwise false. IsCJKChar(char) Tests whether c is a CJK (Chinese/Japanese/Korean) character - note, this does NOT include modern Korean characters Declaration public static bool IsCJKChar(char c) Parameters Type Name Description char c Returns Type Description bool true if c is a CJK (Chinese/Japanese/Korean) character, false otherwise. Remarks Regarding Korean, the character ranges covered include (not necessarily all) the largely-archaic Hanja characters. To test for Hangul characters, use IsKoreanChar(char) IsCJKPunctuation(char) Tests whether the provided character c is a CJK (Chinese/Japanese/Korean) punctuation characater. Declaration public static bool IsCJKPunctuation(char c) Parameters Type Name Description char c Returns Type Description bool true if c is a CJK (Chinese/Japanese/Korean) punctuation, and false otherwise IsClosingBracket(char) Determines whether the specified character is a closing bracket. Declaration public static bool IsClosingBracket(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a closing bracket, otherwise false. IsClosingParenthesis(char) Determines whether the specified character is a closing paranthesis. Declaration public static bool IsClosingParenthesis(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a closing paranthesis, otherwise false. IsClosingQuote(char) Determines whether the specified character is a closing quote. Declaration public static bool IsClosingQuote(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a closing quote, otherwise false. IsColon(char) Determines whether the specified character is a colon. Declaration public static bool IsColon(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a colon, otherwise false. IsComma(char) Determines whether the specified character is a comma. Declaration public static bool IsComma(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a comma, otherwise false. IsDash(char) Determines whether the specified character is a dash. Declaration public static bool IsDash(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a dash, otherwise false. IsDot(char) Determines whether the specified character is a dor. Declaration public static bool IsDot(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a dot, otherwise false. IsDoubleQuote(char) Determines whether the specified character is a double quote. Declaration public static bool IsDoubleQuote(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a double quote, otherwise false. IsExclamation(char) Determines whether the specified character is an exclamation mark. Declaration public static bool IsExclamation(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is an exclamation mark, otherwise false. IsHyphen(char) Determines whether the specified character is a hyphen. Declaration public static bool IsHyphen(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a hyphen, otherwise false. IsInBlock(char, UnicodeBlock) Tests whether c is contained in the UnicodeBlock b . Declaration public static bool IsInBlock(char c, UnicodeBlock b) Parameters Type Name Description char c A character UnicodeBlock b A UnicodeBlock Returns Type Description bool true if c is contained in b , and false otherwise. IsJaLongVowelMarker(char) Tests whether c is the JA long vowel marker Declaration public static bool IsJaLongVowelMarker(char c) Parameters Type Name Description char c Returns Type Description bool IsKoreanChar(char) Tests whether c is a Hangul character, precomposed or otherwise Declaration public static bool IsKoreanChar(char c) Parameters Type Name Description char c Returns Type Description bool IsLatinLetter(char) Determines whether the specified character is a Latin-alphabet letter, single or double width Declaration public static bool IsLatinLetter(char c) Parameters Type Name Description char c Returns Type Description bool IsOpeningBracket(char) Determines whether the specified character is an opening bracket. Declaration public static bool IsOpeningBracket(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is an opening bracket, otherwise false. IsOpeningParenthesis(char) Determines whether the specified character is an opening paranthesis. Declaration public static bool IsOpeningParenthesis(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is an openint paranthesis, otherwise false. IsOpeningQuote(char) Determines whether the specified character is an opening quote. Declaration public static bool IsOpeningQuote(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is an opening quote, otherwise false. IsParagraph(char) Determines whether the specified character is a paragraph separator. Declaration public static bool IsParagraph(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a paragraph separator, otherwise false. IsParenthesis(char) Determines whether the specified character is an opening or a closing paranthesis. Declaration public static bool IsParenthesis(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is an opening or a closing , otherwise false. IsPercent(char) Determines whether the specified character is a percent character. Declaration public static bool IsPercent(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a percent character, otherwise false. IsQuestion(char) Determines whether the specified character is a question mark. Declaration public static bool IsQuestion(char c) Parameters Type Name Description char c The characters. Returns Type Description bool true if c is a question mark, otherwise false. IsQuote(char) Determines whether the specified character is a quote. Declaration public static bool IsQuote(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a quote, otherwise false. IsSemicolon(char) Determines whether the specified character is a semicolon. Declaration public static bool IsSemicolon(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a semicolon, otherwise false. IsSequenceOf(string, UnicodeCategory) Determines whether the specified string is a sequence of characters of the specified unicode category c . Declaration public static bool IsSequenceOf(string s, UnicodeCategory c) Parameters Type Name Description string s The string. UnicodeCategory c The Unicode category. Returns Type Description bool true if all the characters in s have the Unicode category c or s is the empty string, otherwise false. IsSingleQuote(char) Determines whether the specified character is a single quote. Declaration public static bool IsSingleQuote(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a single quote, otherwise false. IsStop(char) Determines whether the specified character is a stop character such as colon, dot, exclamation mark, question mark or semicolon. Declaration public static bool IsStop(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a stop character, otherwise false. IsSurrounder(char) Determines whether the specified character is any of the known surrounder characters, such as bracket, paranthesis, quote, apostrophe or a special surrounder. Declaration public static bool IsSurrounder(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a any of the surrounder characters, otherwise false. IsTabulator(char) Determines whether the specified character is a tabulator. Declaration public static bool IsTabulator(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a tabulator, otherwise false. IsUpperOrLower(char) Returns true if c is upper or lower case, and false otherwise. Declaration public static bool IsUpperOrLower(char c) Parameters Type Name Description char c Returns Type Description bool IsVowel(char) Determines whether the specified character is a vowel (Western or Far East). Declaration public static bool IsVowel(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a vowel, otherwise false. IsWhitespace(char) Determines whether the specified character is a whitespace. This test does not cover format characters. This method is no longer required since System.char.IsWhiteSpace(char) has been fixed in .Net 3.5 to return the correct information. Declaration public static bool IsWhitespace(char c) Parameters Type Name Description char c The character. Returns Type Description bool true if c is a whitespace, otherwise false. ToBase(char) Returns a new character which is the normalized version of the input character, using full canonical decomposition. Declaration public static char ToBase(char c) Parameters Type Name Description char c The input character. Returns Type Description char The normalized character. ToBase(string) Returns a new string with the same textual value as the input string, but whose binary representation is normalized using full canonical decomposition ignoring any characters that belong to the following Unicode categories: Format, ModifierLetter, NonSpacingMark, OtherNotAssigned, ParagraphSeparator, PrivateUse, SpaceSeparator, SpacingCombiningMark. Declaration public static string ToBase(string s) Parameters Type Name Description string s The input string. Returns Type Description string The normalized string. ToBase(string, bool) See ToBase(string) Declaration public static string ToBase(string s, bool skipSurrogates) Parameters Type Name Description string s bool skipSurrogates If true, no changes will be applied if any surrogate-pair bytes are found after decomposition Returns Type Description string ToCase(char, Case) Applies the specified casing to the provided character. Declaration public static char ToCase(char ch, CharacterProperties.Case c) Parameters Type Name Description char ch CharacterProperties Case c Returns Type Description char ToCase(string, Case) Applies the specified casing to the provided string. Declaration public static string ToCase(string s, CharacterProperties.Case c) Parameters Type Name Description string s CharacterProperties Case c Returns Type Description string" + "keywords": "Class CharacterProperties Proides methods that check for certain properties of strings and characters. Inheritance System.Object CharacterProperties 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.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public static class CharacterProperties Fields Blanks Contains a set of known blank characters of various widths from different languages. This should be a subset of WhitespaceCharacters . Declaration public static readonly char[] Blanks Field Value Type Description System.Char [] WhitespaceCharacters Contains a set of known whitespace characters from different languages. This should be equivalent to the set of characters for which System.Char.IsWhiteSpace(System.Char) returns true , which however is incomplete in earlier .Net versions. The elements of the array are sorted in ascending order, so binary search can be used. Declaration public static readonly char[] WhitespaceCharacters Field Value Type Description System.Char [] Properties UppercaseCharacters Gets a collection of all characters in the range [U+0020, U+00FB] for which System.Char.IsUpper(System.Char) is true . Declaration public static char[] UppercaseCharacters { get; } Property Value Type Description System.Char [] Methods GetCase(Char) Determines the case of a character. Only upper and lower case characters are distinguished, in all other cases or for non-letter characters, Other is returned. Declaration public static CharacterProperties.Case GetCase(char c) Parameters Type Name Description System.Char c Returns Type Description CharacterProperties.Case GetCase(String) Determines the case of the string, if it is consistent. Declaration public static CharacterProperties.Case GetCase(string s) Parameters Type Name Description System.String s Returns Type Description CharacterProperties.Case GetCase(String, Int32) Determines the case of the string, if it is consistent. The string is only scanned up to the specified length. Declaration public static CharacterProperties.Case GetCase(string s, int length) Parameters Type Name Description System.String s System.Int32 length Returns Type Description CharacterProperties.Case GetPrefixLength(String, Predicate) Computes and returns the length of the prefix of the provided string s where each character satisfies the provided predicate. Declaration public static int GetPrefixLength(string s, Predicate predicate) Parameters Type Name Description System.String s System.Predicate < System.Char > predicate Returns Type Description System.Int32 GetUnicodeBlock(Char) Attempts to identify the UnicodeBlock for the provided character. Declaration public static UnicodeBlock GetUnicodeBlock(char c) Parameters Type Name Description System.Char c A character to get the UnicodeBlock for. Returns Type Description UnicodeBlock The UnicodeBlock for c , or Unknown if the block cannot be determined. GetUnicodeCategoryFromName(String) Maps Unicode category names as they are used in CharacterSet s to the corresponding System.Globalization.UnicodeCategory . The lookup is case-insensitive. Declaration public static UnicodeCategory? GetUnicodeCategoryFromName(string className) Parameters Type Name Description System.String className The category name Returns Type Description System.Nullable < System.Globalization.UnicodeCategory > The corresponding System.Globalization.UnicodeCategory , or null if the class name is not known. GetUnicodeCategoryName(UnicodeCategory) Maps from System.Globalization.UnicodeCategory to class names as they are used in CharacterSet s. Declaration public static string GetUnicodeCategoryName(UnicodeCategory cat) Parameters Type Name Description System.Globalization.UnicodeCategory cat The Unicode category Returns Type Description System.String A category name, to be used in character sets. IsAll(String, Int32, Predicate) Evaluates the predicate on all characters in the string, starting from position start , and returns true if all characters fulfill the predicate, and false otherwise. Note that the method will always return true for the empty string or if the start position exceeds the string length. Declaration public static bool IsAll(string s, int start, Predicate predicate) Parameters Type Name Description System.String s System.Int32 start System.Predicate < System.Char > predicate Returns Type Description System.Boolean true if all characters fulfill the predicate, or s is the empty string, or start exceeds the string length, and false otherwise. IsAll(String, Predicate) Evaluates the predicate on all characters in the string and returns true if all characters fulfill the predicate, and false otherwise. Note that the method will always return true for the empty string. Declaration public static bool IsAll(string s, Predicate predicate) Parameters Type Name Description System.String s System.Predicate < System.Char > predicate Returns Type Description System.Boolean true if all characters fulfill the predicate or s is the empty string, and false otherwise. IsApostrophe(Char) Determines whether the specified character is an apostrophe. Declaration public static bool IsApostrophe(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is an apostrophe, otherwise false. IsBlank(Char) Determines whether the specified character is a blank. This test does not cover format characters. Declaration public static bool IsBlank(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a blank, otherwise false. IsBrace(Char) Determines whether the specified character is a brace. Declaration public static bool IsBrace(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a brace, otherwise false. IsBracket(Char) Determines whether the specified character is an opening or a closing bracket. Declaration public static bool IsBracket(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is an opening or a closing bracket, otherwise false. IsCJKChar(Char) Tests whether c is a CJK (Chinese/Japanese/Korean) character - note, this does NOT include modern Korean characters Declaration public static bool IsCJKChar(char c) Parameters Type Name Description System.Char c Returns Type Description System.Boolean true if c is a CJK (Chinese/Japanese/Korean) character, false otherwise. Remarks Regarding Korean, the character ranges covered include (not necessarily all) the largely-archaic Hanja characters. To test for Hangul characters, use IsKoreanChar(Char) IsCJKPunctuation(Char) Tests whether the provided character c is a CJK (Chinese/Japanese/Korean) punctuation characater. Declaration public static bool IsCJKPunctuation(char c) Parameters Type Name Description System.Char c Returns Type Description System.Boolean true if c is a CJK (Chinese/Japanese/Korean) punctuation, and false otherwise IsClosingBracket(Char) Determines whether the specified character is a closing bracket. Declaration public static bool IsClosingBracket(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a closing bracket, otherwise false. IsClosingParenthesis(Char) Determines whether the specified character is a closing paranthesis. Declaration public static bool IsClosingParenthesis(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a closing paranthesis, otherwise false. IsClosingQuote(Char) Determines whether the specified character is a closing quote. Declaration public static bool IsClosingQuote(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a closing quote, otherwise false. IsColon(Char) Determines whether the specified character is a colon. Declaration public static bool IsColon(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a colon, otherwise false. IsComma(Char) Determines whether the specified character is a comma. Declaration public static bool IsComma(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a comma, otherwise false. IsDash(Char) Determines whether the specified character is a dash. Declaration public static bool IsDash(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a dash, otherwise false. IsDot(Char) Determines whether the specified character is a dor. Declaration public static bool IsDot(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a dot, otherwise false. IsDoubleQuote(Char) Determines whether the specified character is a double quote. Declaration public static bool IsDoubleQuote(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a double quote, otherwise false. IsExclamation(Char) Determines whether the specified character is an exclamation mark. Declaration public static bool IsExclamation(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is an exclamation mark, otherwise false. IsHyphen(Char) Determines whether the specified character is a hyphen. Declaration public static bool IsHyphen(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a hyphen, otherwise false. IsInBlock(Char, UnicodeBlock) Tests whether c is contained in the UnicodeBlock b . Declaration public static bool IsInBlock(char c, UnicodeBlock b) Parameters Type Name Description System.Char c A character UnicodeBlock b A UnicodeBlock Returns Type Description System.Boolean true if c is contained in b , and false otherwise. IsJaLongVowelMarker(Char) Tests whether c is the JA long vowel marker Declaration public static bool IsJaLongVowelMarker(char c) Parameters Type Name Description System.Char c Returns Type Description System.Boolean IsKoreanChar(Char) Tests whether c is a Hangul character, precomposed or otherwise Declaration public static bool IsKoreanChar(char c) Parameters Type Name Description System.Char c Returns Type Description System.Boolean IsLatinLetter(Char) Determines whether the specified character is a Latin-alphabet letter, single or double width Declaration public static bool IsLatinLetter(char c) Parameters Type Name Description System.Char c Returns Type Description System.Boolean IsOpeningBracket(Char) Determines whether the specified character is an opening bracket. Declaration public static bool IsOpeningBracket(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is an opening bracket, otherwise false. IsOpeningParenthesis(Char) Determines whether the specified character is an opening paranthesis. Declaration public static bool IsOpeningParenthesis(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is an openint paranthesis, otherwise false. IsOpeningQuote(Char) Determines whether the specified character is an opening quote. Declaration public static bool IsOpeningQuote(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is an opening quote, otherwise false. IsParagraph(Char) Determines whether the specified character is a paragraph separator. Declaration public static bool IsParagraph(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a paragraph separator, otherwise false. IsParenthesis(Char) Determines whether the specified character is an opening or a closing paranthesis. Declaration public static bool IsParenthesis(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is an opening or a closing , otherwise false. IsPercent(Char) Determines whether the specified character is a percent character. Declaration public static bool IsPercent(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a percent character, otherwise false. IsQuestion(Char) Determines whether the specified character is a question mark. Declaration public static bool IsQuestion(char c) Parameters Type Name Description System.Char c The characters. Returns Type Description System.Boolean true if c is a question mark, otherwise false. IsQuote(Char) Determines whether the specified character is a quote. Declaration public static bool IsQuote(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a quote, otherwise false. IsSemicolon(Char) Determines whether the specified character is a semicolon. Declaration public static bool IsSemicolon(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a semicolon, otherwise false. IsSequenceOf(String, UnicodeCategory) Determines whether the specified string is a sequence of characters of the specified unicode category c . Declaration public static bool IsSequenceOf(string s, UnicodeCategory c) Parameters Type Name Description System.String s The string. System.Globalization.UnicodeCategory c The Unicode category. Returns Type Description System.Boolean true if all the characters in s have the Unicode category c or s is the empty string, otherwise false. IsSingleQuote(Char) Determines whether the specified character is a single quote. Declaration public static bool IsSingleQuote(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a single quote, otherwise false. IsStop(Char) Determines whether the specified character is a stop character such as colon, dot, exclamation mark, question mark or semicolon. Declaration public static bool IsStop(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a stop character, otherwise false. IsSurrounder(Char) Determines whether the specified character is any of the known surrounder characters, such as bracket, paranthesis, quote, apostrophe or a special surrounder. Declaration public static bool IsSurrounder(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a any of the surrounder characters, otherwise false. IsTabulator(Char) Determines whether the specified character is a tabulator. Declaration public static bool IsTabulator(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a tabulator, otherwise false. IsUpperOrLower(Char) Returns true if c is upper or lower case, and false otherwise. Declaration public static bool IsUpperOrLower(char c) Parameters Type Name Description System.Char c Returns Type Description System.Boolean IsVowel(Char) Determines whether the specified character is a vowel (Western or Far East). Declaration public static bool IsVowel(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a vowel, otherwise false. IsWhitespace(Char) Determines whether the specified character is a whitespace. This test does not cover format characters. This method is no longer required since System.char.IsWhiteSpace(char) has been fixed in .Net 3.5 to return the correct information. Declaration public static bool IsWhitespace(char c) Parameters Type Name Description System.Char c The character. Returns Type Description System.Boolean true if c is a whitespace, otherwise false. ToBase(Char) Returns a new character which is the normalized version of the input character, using full canonical decomposition. Declaration public static char ToBase(char c) Parameters Type Name Description System.Char c The input character. Returns Type Description System.Char The normalized character. ToBase(String) Returns a new string with the same textual value as the input string, but whose binary representation is normalized using full canonical decomposition ignoring any characters that belong to the following Unicode categories: Format, ModifierLetter, NonSpacingMark, OtherNotAssigned, ParagraphSeparator, PrivateUse, SpaceSeparator, SpacingCombiningMark. Declaration public static string ToBase(string s) Parameters Type Name Description System.String s The input string. Returns Type Description System.String The normalized string. ToBase(String, Boolean) See ToBase(String) Declaration public static string ToBase(string s, bool skipSurrogates) Parameters Type Name Description System.String s System.Boolean skipSurrogates If true, no changes will be applied if any surrogate-pair bytes are found after decomposition Returns Type Description System.String ToCase(Char, CharacterProperties.Case) Applies the specified casing to the provided character. Declaration public static char ToCase(char ch, CharacterProperties.Case c) Parameters Type Name Description System.Char ch CharacterProperties.Case c Returns Type Description System.Char ToCase(String, CharacterProperties.Case) Applies the specified casing to the provided string. Declaration public static string ToCase(string s, CharacterProperties.Case c) Parameters Type Name Description System.String s CharacterProperties.Case c Returns Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.Core.CharacterSet.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.CharacterSet.html", "title": "Class CharacterSet", - "keywords": "Class CharacterSet Represents a collection of characters. This class is internal and not intended to be used directly in your code. Inheritance object CharacterSet Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class CharacterSet Constructors CharacterSet() Declaration public CharacterSet() Properties Negated Gets or sets whether this character set is inversed (negated) or not. Declaration public bool Negated { get; set; } Property Value Type Description bool Methods Add(CharacterSet) Adds the members of the other character set to this set. The Negated flags of both sets are ignored, which may effectively inverse membership semantics. It is advised to test the negated flags before. Declaration public void Add(CharacterSet other) Parameters Type Name Description CharacterSet other The character set to add to this set Add(char) Adds c to this set. Declaration public void Add(char c) Parameters Type Name Description char c The character to add. Add(char, char) Adds a range of characters to this set. Declaration public void Add(char lower, char upper) Parameters Type Name Description char lower The lower bound of the range char upper The upper bound of the range (inclusive) Add(UnicodeCategory) Adds the specified UnicodeCategory to the set. Declaration public void Add(UnicodeCategory category) Parameters Type Name Description UnicodeCategory category The category to add. Contains(char) Tests whether the character c is contained in this character set. Declaration public bool Contains(char c) Parameters Type Name Description char c The character Returns Type Description bool true if c is contained in the set, and false otherwise. Signature() Declaration public string Signature() Returns Type Description string ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString()" + "keywords": "Class CharacterSet Represents a collection of characters. This class is internal and not intended to be used directly in your code. Inheritance System.Object CharacterSet Inherited Members 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.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class CharacterSet Constructors CharacterSet() Declaration public CharacterSet() Properties Negated Gets or sets whether this character set is inversed (negated) or not. Declaration public bool Negated { get; set; } Property Value Type Description System.Boolean Methods Add(CharacterSet) Adds the members of the other character set to this set. The Negated flags of both sets are ignored, which may effectively inverse membership semantics. It is advised to test the negated flags before. Declaration public void Add(CharacterSet other) Parameters Type Name Description CharacterSet other The character set to add to this set Add(Char) Adds c to this set. Declaration public void Add(char c) Parameters Type Name Description System.Char c The character to add. Add(Char, Char) Adds a range of characters to this set. Declaration public void Add(char lower, char upper) Parameters Type Name Description System.Char lower The lower bound of the range System.Char upper The upper bound of the range (inclusive) Add(UnicodeCategory) Adds the specified System.Globalization.UnicodeCategory to the set. Declaration public void Add(UnicodeCategory category) Parameters Type Name Description System.Globalization.UnicodeCategory category The category to add. Contains(Char) Tests whether the character c is contained in this character set. Declaration public bool Contains(char c) Parameters Type Name Description System.Char c The character Returns Type Description System.Boolean true if c is contained in the set, and false otherwise. Signature() Declaration public string Signature() Returns Type Description System.String ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString()" }, "api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html", "title": "Class CultureInfoExtensions", - "keywords": "Class CultureInfoExtensions Utilities related to CultureInfo objects. Inheritance object CultureInfoExtensions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public static class CultureInfoExtensions Properties LegacyLanguageCodeMapping Gets a mapping from legacy language codes to .Net language codes. The mapping maps from legacy language codes as they are used by SDLX and Trados Translator's Workbench and related applications to the closest language code used by .Net. This is an internal data structure which should not be directly used and not be modified. To look up a legacy code, use GetMappedCultureCodeForLegacyCode(string) . Declaration public static Dictionary LegacyLanguageCodeMapping { get; } Property Value Type Description Dictionary string string Methods AreCompatible(CultureInfo, CultureInfo) Checks whether two cultures (languages) are compatible. Two cultures are compatible if they denote the same language which means they have to be identical or their closest region-neutral parents are identical. Declaration [Obsolete(\"Use AreCompatibleCodesAsync\")] public static bool AreCompatible(CultureInfo c1, CultureInfo c2) Parameters Type Name Description CultureInfo c1 CultureInfo c2 Returns Type Description bool AreCompatibleCodesAsync(CultureCode, CultureCode, ICultureMetadataManager) Checks whether two cultures (languages) are compatible. Two cultures are compatible if they denote the same language which means they have to be identical or their closest region-neutral parents are identical. Declaration public static Task AreCompatibleCodesAsync(CultureCode c1, CultureCode c2, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description CultureCode c1 CultureCode c2 ICultureMetadataManager cultureMetadataManager Returns Type Description Task bool GetCultureInfo(int) Returns the culture which corresponds to the specified LCID. If the LCID is unknown or invalid, an exception is thrown. Note that this will also be the case for custom cultures, which seem to always get the same LCID (4096). Declaration [Obsolete(\"Use GetRegistryCultureInfoAsync\")] public static CultureInfo GetCultureInfo(int lcid) Parameters Type Name Description int lcid The locale identifier (lcid) Returns Type Description CultureInfo A CultureInfo object, or throws for unknown LCIDs. GetCultureInfo(int, bool) Returns the culture which corresponds to the specified locale, which may be a legacy LCID used internally by SDLX or Trados Translator's Workbench. Declaration [Obsolete(\"Use GetRegistryCultureInfoAsync\")] public static CultureInfo GetCultureInfo(int lcid, bool returnNullForUnknowns) Parameters Type Name Description int lcid The locale identifier (lcid) bool returnNullForUnknowns If true, null is returned for unknown languages. Otherwise, an exception is thrown. This will also be the case if the lcid represets a custom culture (in most cases, the lcid will be 4096 in this case). Returns Type Description CultureInfo A CultureInfo object, or null if returnNullForUnknowns is true. GetCultureInfo(string) Similar to GetCultureInfo(string) , but covers culture names (-) which are used by SDLX and Trados Translator's Workbench, but have a different code in .Net. Use this method to transparently map language codes (current and legacy ones) to cultures, for example when processing TTX, ITD, or TMX. Declaration [Obsolete(\"Use GetRegistryCultureInfoAsync\")] public static CultureInfo GetCultureInfo(string name) Parameters Type Name Description string name The culture code Returns Type Description CultureInfo A CultureInfo object, using appropriate fallbacks for backwards compatibility. Throws an exeption if neither the fallback heuristics nor .Net can resolve the culture name. Remarks To avoid an exception to be thrown, and to get null for unknown culture codes, use GetCultureInfo(string, bool) . GetCultureInfo(string, bool) Similar to GetCultureInfo(string) , but covers culture names (-) which are used by SDLX and Trados Translator's Workbench, but have a different code in .Net. Use this method to transparently map language codes (current and legacy ones) to cultures, for example when processing TTX, ITD, or TMX. Declaration [Obsolete(\"Use GetRegistryCultureInfoAsync\")] public static CultureInfo GetCultureInfo(string name, bool returnNullForUnknowns) Parameters Type Name Description string name The culture code bool returnNullForUnknowns If true, null is returned for unknown culture codes. If false, an exception is thrown if the culture code cannot be resolved. Returns Type Description CultureInfo A CultureInfo object, using appropriate fallbacks for backwards compatibility, or null if the culture code cannot be resolved and returnNullForUnknowns is true . GetLanguageGroupID(CultureInfo) Returns the LanguageGroupID associated with the specified culture. Declaration [Obsolete(\"Use GetLanguageGroupNameAsync\")] public static CultureInfoExtensions.LanguageGroupID GetLanguageGroupID(CultureInfo culture) Parameters Type Name Description CultureInfo culture Returns Type Description CultureInfoExtensions LanguageGroupID GetLanguageGroupName(CultureInfo) Returns the name of the language group for the specified culture as a string. Declaration [Obsolete(\"Use GetLanguageGroupNameAsync\")] public static string GetLanguageGroupName(CultureInfo culture) Parameters Type Name Description CultureInfo culture The culture (may not be null) Returns Type Description string The name of the language group the culture belongs to, or null if the group is unknown. GetLanguageGroupNameAsync(string, ICultureMetadataManager) Returns the name of the language group for the specified culture, or for a parent culture if not defined for this culture, or null if unknown Declaration public static Task GetLanguageGroupNameAsync(string cultureName, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description string cultureName ICultureMetadataManager cultureMetadataManager Returns Type Description Task string GetLeadingClitics(CultureCode) Returns a case-sensitive string hash set containing the leading separable clitics for the provided culture, or null if none are defined. Declaration public static HashSet GetLeadingClitics(CultureCode culture) Parameters Type Name Description CultureCode culture Returns Type Description HashSet string GetMappedCultureCodeForLegacyCode(string) Assumes the passed culture code is a legacy code and returns the mapped equivalent. null is returned if no mapping exists (which means that the code is not a legacy code or no mapping is required or yet specified). Declaration public static string GetMappedCultureCodeForLegacyCode(string legacyCode) Parameters Type Name Description string legacyCode Returns Type Description string GetRegionNeutralCulture(CultureInfo) Computes and returns the region-neutral parent culture of the input culture. If the input culture is already neutral, it is returned. Otherwise, the parent culture hierarchy is traversed until a region-neutral culture is found. Declaration [Obsolete(\"Use GetRegionNeutralCultureCodeAsync\")] public static CultureInfo GetRegionNeutralCulture(CultureInfo culture) Parameters Type Name Description CultureInfo culture The input culture Returns Type Description CultureInfo The region-neutral parent culture of the input culture Remarks A region-neutral culture is not necessarily one \"without dashes\". For example, the region-neutral parent culture of zh-CN (Chinese, PRC) is zh-CHS or zh-Hans (Simplified Chinese). The exact result may depend on the operating system version and the .Net version. GetRegionNeutralCultureCodeAsync(CultureCode, ICultureMetadataManager) Returns the region-neutral parent culture of the input culture. If the input culture is already neutral, it is returned. Otherwise, the parent culture hierarchy is traversed until a region-neutral culture is found. Declaration public static Task GetRegionNeutralCultureCodeAsync(CultureCode culture, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description CultureCode culture The input culture ICultureMetadataManager cultureMetadataManager Returns Type Description Task CultureCode The region-neutral parent culture of the input culture Remarks A region-neutral culture is not necessarily one \"without dashes\". For example, the region-neutral parent culture of zh-CN (Chinese, PRC) is zh-CHS or zh-Hans (Simplified Chinese). GetRegionQualifiedCulture(CultureInfo) Heuristically computes and returns the region-specified (\"default\") culture for a given language. If the input culture is not neutral (i.e. it is region-specific), it is returned. Otherwise the method will find the region-qualified culture which most likely represents the culture's default/major region. Declaration [Obsolete(\"Use GetRegionQualifiedCultureAsync\")] public static CultureInfo GetRegionQualifiedCulture(CultureInfo culture) Parameters Type Name Description CultureInfo culture The input culture Returns Type Description CultureInfo The input parameter, if it's a region-qualified/non-neutral culture, or the default region-qualified culture otheriwise. GetRegionQualifiedCulture(string) Heuristically computes and returns the region-specified (\"default\") culture code for a given language code. If the input culture is not neutral or does not have a region-qualified equivalent, null is returned. Declaration [Obsolete(\"Use GetRegionQualifiedCultureAsync\")] public static string GetRegionQualifiedCulture(string cultureCode) Parameters Type Name Description string cultureCode Returns Type Description string GetRegionQualifiedCultureAsync(CultureCode, ICultureMetadataManager) Rturns the region-specified (\"default\") culture code for a given language code. If the input culture is not neutral, null is returned. Declaration public static Task GetRegionQualifiedCultureAsync(CultureCode cultureCode, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description CultureCode cultureCode ICultureMetadataManager cultureMetadataManager Returns Type Description Task CultureCode GetRegistryCultureInfoAsync(CultureCode, bool, ICultureMetadataManager) Declaration public static Task GetRegistryCultureInfoAsync(CultureCode cultureCode, bool returnNullForUnknowns, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description CultureCode cultureCode bool returnNullForUnknowns ICultureMetadataManager cultureMetadataManager Returns Type Description Task CultureInfo GetTrailingClitics(CultureInfo) Returns a case-sensitive string hash set containing the trailing separable clitics for the provided culture, or null if none are defined. Declaration public static HashSet GetTrailingClitics(CultureInfo culture) Parameters Type Name Description CultureInfo culture Returns Type Description HashSet string IsRomanceLanguage(CultureCode) Determines whether the specified culture info is any of the romance languages: French, Spanish, Portuguese, Italian, Romanian, Galician or Catalan. Declaration public static bool IsRomanceLanguage(CultureCode culture) Parameters Type Name Description CultureCode culture The culture info. Returns Type Description bool true if culture is any of the romance languages, otherwise false. UseBlankAsSentenceSeparator(CultureCode) Determines whether the specified culture uses blanks as sentence separators. This is currently only true for Thai. Declaration public static bool UseBlankAsSentenceSeparator(CultureCode culture) Parameters Type Name Description CultureCode culture The culture to test. Returns Type Description bool true iff the language associated with the culture uses blanks as sentence separators. UseBlankAsWordSeparator(CultureCode) Determines whether the specified culture uses blanks as word separators. This is true for all cultures except those based on Japanese, Thai, or Chinese. Declaration public static bool UseBlankAsWordSeparator(CultureCode culture) Parameters Type Name Description CultureCode culture The culture to test. Returns Type Description bool true iff the language associated with the culture uses blanks as word separators. UseFullWidth(CultureCode) returns true for CJK cultures Declaration public static bool UseFullWidth(CultureCode culture) Parameters Type Name Description CultureCode culture Returns Type Description bool UsesClitics(CultureCode) Determines whether the specified culture uses clitics (English and the romance languages). Declaration public static bool UsesClitics(CultureCode culture) Parameters Type Name Description CultureCode culture The culture. Returns Type Description bool true if culture contains clitics, otherwise false. UsesDefaultDigits(CultureInfo) Determines whether the specified culture uses the standard default digits. Declaration public static bool UsesDefaultDigits(CultureInfo culture) Parameters Type Name Description CultureInfo culture The culture, which must not be null or a neutral culture Returns Type Description bool true if the culture uses the default digits (0-9), and false otherwise. UsesStandardNumberGrouping(CultureInfo) Determines whether the provided culture uses standard three-digit grouping for number formatting. Declaration public static bool UsesStandardNumberGrouping(CultureInfo culture) Parameters Type Name Description CultureInfo culture The culture, which must not be null or a neutral culture Returns Type Description bool true if the culture uses standard three-digit grouping, and false otherwise" + "keywords": "Class CultureInfoExtensions Utilities related to System.Globalization.CultureInfo objects. Inheritance System.Object CultureInfoExtensions 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.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public static class CultureInfoExtensions Properties LegacyLanguageCodeMapping Gets a mapping from legacy language codes to .Net language codes. The mapping maps from legacy language codes as they are used by SDLX and Trados Translator's Workbench and related applications to the closest language code used by .Net. This is an internal data structure which should not be directly used and not be modified. To look up a legacy code, use GetMappedCultureCodeForLegacyCode(String) . Declaration public static Dictionary LegacyLanguageCodeMapping { get; } Property Value Type Description System.Collections.Generic.Dictionary < System.String , System.String > Methods AreCompatible(CultureInfo, CultureInfo) Checks whether two cultures (languages) are compatible. Two cultures are compatible if they denote the same language which means they have to be identical or their closest region-neutral parents are identical. Declaration [Obsolete(\"Use AreCompatibleCodesAsync\")] public static bool AreCompatible(CultureInfo c1, CultureInfo c2) Parameters Type Name Description System.Globalization.CultureInfo c1 System.Globalization.CultureInfo c2 Returns Type Description System.Boolean AreCompatibleCodesAsync(CultureCode, CultureCode, ICultureMetadataManager) Checks whether two cultures (languages) are compatible. Two cultures are compatible if they denote the same language which means they have to be identical or their closest region-neutral parents are identical. Declaration public static Task AreCompatibleCodesAsync(CultureCode c1, CultureCode c2, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description Sdl.Core.Globalization.CultureCode c1 Sdl.Core.Globalization.CultureCode c2 Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < System.Boolean > GetCultureInfo(Int32) Returns the culture which corresponds to the specified LCID. If the LCID is unknown or invalid, an exception is thrown. Note that this will also be the case for custom cultures, which seem to always get the same LCID (4096). Declaration [Obsolete(\"Use GetRegistryCultureInfoAsync\")] public static CultureInfo GetCultureInfo(int lcid) Parameters Type Name Description System.Int32 lcid The locale identifier (lcid) Returns Type Description System.Globalization.CultureInfo A CultureInfo object, or throws for unknown LCIDs. GetCultureInfo(Int32, Boolean) Returns the culture which corresponds to the specified locale, which may be a legacy LCID used internally by SDLX or Trados Translator's Workbench. Declaration [Obsolete(\"Use GetRegistryCultureInfoAsync\")] public static CultureInfo GetCultureInfo(int lcid, bool returnNullForUnknowns) Parameters Type Name Description System.Int32 lcid The locale identifier (lcid) System.Boolean returnNullForUnknowns If true, null is returned for unknown languages. Otherwise, an exception is thrown. This will also be the case if the lcid represets a custom culture (in most cases, the lcid will be 4096 in this case). Returns Type Description System.Globalization.CultureInfo A System.Globalization.CultureInfo object, or null if returnNullForUnknowns is true. GetCultureInfo(String) Similar to System.Globalization.CultureInfo.GetCultureInfo(System.String) , but covers culture names (-) which are used by SDLX and Trados Translator's Workbench, but have a different code in .Net. Use this method to transparently map language codes (current and legacy ones) to cultures, for example when processing TTX, ITD, or TMX. Declaration [Obsolete(\"Use GetRegistryCultureInfoAsync\")] public static CultureInfo GetCultureInfo(string name) Parameters Type Name Description System.String name The culture code Returns Type Description System.Globalization.CultureInfo A CultureInfo object, using appropriate fallbacks for backwards compatibility. Throws an exeption if neither the fallback heuristics nor .Net can resolve the culture name. Remarks To avoid an exception to be thrown, and to get null for unknown culture codes, use GetCultureInfo(String, Boolean) . GetCultureInfo(String, Boolean) Similar to System.Globalization.CultureInfo.GetCultureInfo(System.String) , but covers culture names (-) which are used by SDLX and Trados Translator's Workbench, but have a different code in .Net. Use this method to transparently map language codes (current and legacy ones) to cultures, for example when processing TTX, ITD, or TMX. Declaration [Obsolete(\"Use GetRegistryCultureInfoAsync\")] public static CultureInfo GetCultureInfo(string name, bool returnNullForUnknowns) Parameters Type Name Description System.String name The culture code System.Boolean returnNullForUnknowns If true, null is returned for unknown culture codes. If false, an exception is thrown if the culture code cannot be resolved. Returns Type Description System.Globalization.CultureInfo A CultureInfo object, using appropriate fallbacks for backwards compatibility, or null if the culture code cannot be resolved and returnNullForUnknowns is true . GetLanguageGroupID(CultureInfo) Returns the LanguageGroupID associated with the specified culture. Declaration [Obsolete(\"Use GetLanguageGroupNameAsync\")] public static CultureInfoExtensions.LanguageGroupID GetLanguageGroupID(CultureInfo culture) Parameters Type Name Description System.Globalization.CultureInfo culture Returns Type Description CultureInfoExtensions.LanguageGroupID GetLanguageGroupName(CultureInfo) Returns the name of the language group for the specified culture as a string. Declaration [Obsolete(\"Use GetLanguageGroupNameAsync\")] public static string GetLanguageGroupName(CultureInfo culture) Parameters Type Name Description System.Globalization.CultureInfo culture The culture (may not be null) Returns Type Description System.String The name of the language group the culture belongs to, or null if the group is unknown. GetLanguageGroupNameAsync(String, ICultureMetadataManager) Returns the name of the language group for the specified culture, or for a parent culture if not defined for this culture, or null if unknown Declaration public static Task GetLanguageGroupNameAsync(string cultureName, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.String cultureName Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < System.String > GetLeadingClitics(CultureCode) Returns a case-sensitive string hash set containing the leading separable clitics for the provided culture, or null if none are defined. Declaration public static HashSet GetLeadingClitics(CultureCode culture) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture Returns Type Description System.Collections.Generic.HashSet < System.String > GetMappedCultureCodeForLegacyCode(String) Assumes the passed culture code is a legacy code and returns the mapped equivalent. null is returned if no mapping exists (which means that the code is not a legacy code or no mapping is required or yet specified). Declaration public static string GetMappedCultureCodeForLegacyCode(string legacyCode) Parameters Type Name Description System.String legacyCode Returns Type Description System.String GetRegionNeutralCulture(CultureInfo) Computes and returns the region-neutral parent culture of the input culture. If the input culture is already neutral, it is returned. Otherwise, the parent culture hierarchy is traversed until a region-neutral culture is found. Declaration [Obsolete(\"Use GetRegionNeutralCultureCodeAsync\")] public static CultureInfo GetRegionNeutralCulture(CultureInfo culture) Parameters Type Name Description System.Globalization.CultureInfo culture The input culture Returns Type Description System.Globalization.CultureInfo The region-neutral parent culture of the input culture Remarks A region-neutral culture is not necessarily one \"without dashes\". For example, the region-neutral parent culture of zh-CN (Chinese, PRC) is zh-CHS or zh-Hans (Simplified Chinese). The exact result may depend on the operating system version and the .Net version. GetRegionNeutralCultureCodeAsync(CultureCode, ICultureMetadataManager) Returns the region-neutral parent culture of the input culture. If the input culture is already neutral, it is returned. Otherwise, the parent culture hierarchy is traversed until a region-neutral culture is found. Declaration public static Task GetRegionNeutralCultureCodeAsync(CultureCode culture, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture The input culture Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < Sdl.Core.Globalization.CultureCode > The region-neutral parent culture of the input culture Remarks A region-neutral culture is not necessarily one \"without dashes\". For example, the region-neutral parent culture of zh-CN (Chinese, PRC) is zh-CHS or zh-Hans (Simplified Chinese). GetRegionQualifiedCulture(CultureInfo) Heuristically computes and returns the region-specified (\"default\") culture for a given language. If the input culture is not neutral (i.e. it is region-specific), it is returned. Otherwise the method will find the region-qualified culture which most likely represents the culture's default/major region. Declaration [Obsolete(\"Use GetRegionQualifiedCultureAsync\")] public static CultureInfo GetRegionQualifiedCulture(CultureInfo culture) Parameters Type Name Description System.Globalization.CultureInfo culture The input culture Returns Type Description System.Globalization.CultureInfo The input parameter, if it's a region-qualified/non-neutral culture, or the default region-qualified culture otheriwise. GetRegionQualifiedCulture(String) Heuristically computes and returns the region-specified (\"default\") culture code for a given language code. If the input culture is not neutral or does not have a region-qualified equivalent, null is returned. Declaration [Obsolete(\"Use GetRegionQualifiedCultureAsync\")] public static string GetRegionQualifiedCulture(string cultureCode) Parameters Type Name Description System.String cultureCode Returns Type Description System.String GetRegionQualifiedCultureAsync(CultureCode, ICultureMetadataManager) Rturns the region-specified (\"default\") culture code for a given language code. If the input culture is not neutral, null is returned. Declaration public static Task GetRegionQualifiedCultureAsync(CultureCode cultureCode, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description Sdl.Core.Globalization.CultureCode cultureCode Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < Sdl.Core.Globalization.CultureCode > GetRegistryCultureInfoAsync(CultureCode, Boolean, ICultureMetadataManager) Declaration public static Task GetRegistryCultureInfoAsync(CultureCode cultureCode, bool returnNullForUnknowns, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description Sdl.Core.Globalization.CultureCode cultureCode System.Boolean returnNullForUnknowns Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < System.Globalization.CultureInfo > GetTrailingClitics(CultureInfo) Returns a case-sensitive string hash set containing the trailing separable clitics for the provided culture, or null if none are defined. Declaration public static HashSet GetTrailingClitics(CultureInfo culture) Parameters Type Name Description System.Globalization.CultureInfo culture Returns Type Description System.Collections.Generic.HashSet < System.String > IsRomanceLanguage(CultureCode) Determines whether the specified culture info is any of the romance languages: French, Spanish, Portuguese, Italian, Romanian, Galician or Catalan. Declaration public static bool IsRomanceLanguage(CultureCode culture) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture The culture info. Returns Type Description System.Boolean true if culture is any of the romance languages, otherwise false. UseBlankAsSentenceSeparator(CultureCode) Determines whether the specified culture uses blanks as sentence separators. This is currently only true for Thai. Declaration public static bool UseBlankAsSentenceSeparator(CultureCode culture) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture The culture to test. Returns Type Description System.Boolean true iff the language associated with the culture uses blanks as sentence separators. UseBlankAsWordSeparator(CultureCode) Determines whether the specified culture uses blanks as word separators. This is true for all cultures except those based on Japanese, Thai, or Chinese. Declaration public static bool UseBlankAsWordSeparator(CultureCode culture) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture The culture to test. Returns Type Description System.Boolean true iff the language associated with the culture uses blanks as word separators. UseFullWidth(CultureCode) returns true for CJK cultures Declaration public static bool UseFullWidth(CultureCode culture) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture Returns Type Description System.Boolean UsesClitics(CultureCode) Determines whether the specified culture uses clitics (English and the romance languages). Declaration public static bool UsesClitics(CultureCode culture) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture The culture. Returns Type Description System.Boolean true if culture contains clitics, otherwise false. UsesDefaultDigits(CultureInfo) Determines whether the specified culture uses the standard default digits. Declaration public static bool UsesDefaultDigits(CultureInfo culture) Parameters Type Name Description System.Globalization.CultureInfo culture The culture, which must not be null or a neutral culture Returns Type Description System.Boolean true if the culture uses the default digits (0-9), and false otherwise. UsesStandardNumberGrouping(CultureInfo) Determines whether the provided culture uses standard three-digit grouping for number formatting. Declaration public static bool UsesStandardNumberGrouping(CultureInfo culture) Parameters Type Name Description System.Globalization.CultureInfo culture The culture, which must not be null or a neutral culture Returns Type Description System.Boolean true if the culture uses standard three-digit grouping, and false otherwise" }, "api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.LanguageGroupID.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.LanguageGroupID.html", "title": "Enum CultureInfoExtensions.LanguageGroupID", - "keywords": "Enum CultureInfoExtensions.LanguageGroupID Language Group IDs, as defined in the Platform SDK, WinNls.h. Added LGRPID_UNKNOWN. Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum CultureInfoExtensions.LanguageGroupID Fields Name Description Arabic Arabic Armenian Armenian Baltic Baltic CentralEurope Central Europe Cyrillic Cyrillic Georgian Georgian Greek Greek Hebrew Hebrew Indic Indic Japanese Japanese Korean Korean SimplifiedChinese Simplified Chinese Thai Thai TraditionalChinese Traditional Chinese Turkish Turkish Unknown Unknown group Vietnamese Vietnamese WesternEurope Western Europe & U.S." + "keywords": "Enum CultureInfoExtensions.LanguageGroupID Language Group IDs, as defined in the Platform SDK, WinNls.h. Added LGRPID_UNKNOWN. Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum LanguageGroupID Fields Name Description Arabic Arabic Armenian Armenian Baltic Baltic CentralEurope Central Europe Cyrillic Cyrillic Georgian Georgian Greek Greek Hebrew Hebrew Indic Indic Japanese Japanese Korean Korean SimplifiedChinese Simplified Chinese Thai Thai TraditionalChinese Traditional Chinese Turkish Turkish Unknown Unknown group Vietnamese Vietnamese WesternEurope Western Europe & U.S." }, "api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.LanguageGroupInstallationStatus.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.LanguageGroupInstallationStatus.html", "title": "Enum CultureInfoExtensions.LanguageGroupInstallationStatus", - "keywords": "Enum CultureInfoExtensions.LanguageGroupInstallationStatus The installation status of the language group information as defined in the Platform SDK, WinNls.h Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum CultureInfoExtensions.LanguageGroupInstallationStatus Fields Name Description Installed Indicates that the language group is installed Supported Indicates that the language group is installed" + "keywords": "Enum CultureInfoExtensions.LanguageGroupInstallationStatus The installation status of the language group information as defined in the Platform SDK, WinNls.h Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum LanguageGroupInstallationStatus Fields Name Description Installed Indicates that the language group is installed Supported Indicates that the language group is installed" }, "api/translationmemory/Sdl.LanguagePlatform.Core.CultureString.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.CultureString.html", "title": "Class CultureString", - "keywords": "Class CultureString A string which carries culture information. Inheritance object CultureString Implements ICloneable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class CultureString : ICloneable Constructors CultureString() Initializes a new instance with empty text and the InvariantCulture . Declaration public CultureString() CultureString(CultureCode, string) Initializes a new instance with the specified values. Declaration public CultureString(CultureCode culture, string text) Parameters Type Name Description CultureCode culture The culture to assign to the text string text The text CultureString(CultureString) Initializes a new instance with the values of another instance, creating a duplicate of other . Declaration public CultureString(CultureString other) Parameters Type Name Description CultureString other Properties Culture Gets or sets the culture. Declaration public CultureCode Culture { get; set; } Property Value Type Description CultureCode CultureName Gets or sets the culture name. When setting the culture name, it must be resolvable through Core.CultureInfoExtensions.GetCultureInfo(string) , or be the null or empty string, in which the InvariantCulture will be assigned. Declaration public string CultureName { get; set; } Property Value Type Description string Text Gets or sets the text. Declaration public string Text { get; set; } Property Value Type Description string Methods Clone() ICloneable.Clone() Declaration public object Clone() Returns Type Description object A new object that is a deep copy of this instance. Implements ICloneable" + "keywords": "Class CultureString A string which carries culture information. Inheritance System.Object CultureString Implements System.ICloneable 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.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class CultureString : ICloneable Constructors CultureString() Initializes a new instance with empty text and the Sdl.Core.Globalization.CultureCode.InvariantCulture . Declaration public CultureString() CultureString(CultureCode, String) Initializes a new instance with the specified values. Declaration public CultureString(CultureCode culture, string text) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture The culture to assign to the text System.String text The text CultureString(CultureString) Initializes a new instance with the values of another instance, creating a duplicate of other . Declaration public CultureString(CultureString other) Parameters Type Name Description CultureString other Properties Culture Gets or sets the culture. Declaration public CultureCode Culture { get; set; } Property Value Type Description Sdl.Core.Globalization.CultureCode CultureName Gets or sets the culture name. When setting the culture name, it must be resolvable through Core.CultureInfoExtensions.GetCultureInfo(string) , or be the null or empty string, in which the InvariantCulture will be assigned. Declaration public string CultureName { get; set; } Property Value Type Description System.String Text Gets or sets the text. Declaration public string Text { get; set; } Property Value Type Description System.String Methods Clone() ICloneable.Clone() Declaration public object Clone() Returns Type Description System.Object A new object that is a deep copy of this instance. Implements System.ICloneable" }, "api/translationmemory/Sdl.LanguagePlatform.Core.DateTimeUtilities.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.DateTimeUtilities.html", "title": "Class DateTimeUtilities", - "keywords": "Class DateTimeUtilities Utilities for date and time manipulation. This class is intended for internal use and should not be used directly in third-party appliations. Inheritance object DateTimeUtilities Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public static class DateTimeUtilities Methods Normalize(DateTime) Normalizes the date to UTC, unless dt 's date is already specified in UTC. Declaration public static DateTime Normalize(DateTime dt) Parameters Type Name Description DateTime dt The date to normalize Returns Type Description DateTime The UTC-normalized date, or the identical value if the date is already in UTC. TryParseWithFallback(string, out DateTime) Attempts to parse the specified string into a DateTime object. First, System.DateTime.TryParse is used to attempt a parse in the universal format. If that fails, a parse is attempted using the current local date/time format. Declaration public static bool TryParseWithFallback(string s, out DateTime result) Parameters Type Name Description string s The input string DateTime result If the method returns true , holds the DateTime value of the successful parse, adjusted to Universal time. If the method returns false , the value is undefined and should not be used. Returns Type Description bool true if a parse was successful, and false otherwise." + "keywords": "Class DateTimeUtilities Utilities for date and time manipulation. This class is intended for internal use and should not be used directly in third-party appliations. Inheritance System.Object DateTimeUtilities 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.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public static class DateTimeUtilities Methods Normalize(DateTime) Normalizes the date to UTC, unless dt 's date is already specified in UTC. Declaration public static DateTime Normalize(DateTime dt) Parameters Type Name Description System.DateTime dt The date to normalize Returns Type Description System.DateTime The UTC-normalized date, or the identical value if the date is already in UTC. TryParseWithFallback(String, out DateTime) Attempts to parse the specified string into a System.DateTime object. First, System.DateTime.TryParse is used to attempt a parse in the universal format. If that fails, a parse is attempted using the current local date/time format. Declaration public static bool TryParseWithFallback(string s, out DateTime result) Parameters Type Name Description System.String s The input string System.DateTime result If the method returns true , holds the System.DateTime value of the successful parse, adjusted to Universal time. If the method returns false , the value is undefined and should not be used. Returns Type Description System.Boolean true if a parse was successful, and false otherwise." }, "api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html", "title": "Class EditDistance", - "keywords": "Class EditDistance Represents the result of an edit distance computation. Inheritance object EditDistance Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core EditDistance Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class EditDistance Constructors EditDistance() Initializes a new instance with default values. Declaration public EditDistance() EditDistance(int, int, double) Initializes a new instance with the specified parameters. Declaration public EditDistance(int sourceObjectCount, int targetObjectCount, double distance) Parameters Type Name Description int sourceObjectCount The number of source objects (needed for scoring). int targetObjectCount The number of target objects (needed for scoring). double distance The score representing the edit distance between the source and the target objects. Properties Distance Gets or sets the standard distance score as a floating-point value representing the total cost of edit operations. Note that this value should not be used for TM operations. It only computes the basic costs of the transformation, but does not compute a match score (which also depends on the lengths of the sequences). For TM applications, use Score instead. Declaration [DataMember] public double Distance { get; set; } Property Value Type Description double this[int] Retrieves the edit distance information at the specified index. Declaration public EditDistanceItem this[int index] { get; } Parameters Type Name Description int index The index in the collection of edit operations. Property Value Type Description EditDistanceItem The EditDistanceItem at the specified index. If the index is invalid, an exception is thrown. Items Gets or sets the list of edit operations. Declaration [DataMember] public List Items { get; set; } Property Value Type Description List EditDistanceItem Score Gets the edit distance score as a floating-point value between 0 and 1. The score depends on the length of the input vectors while the standard distance only represents the sum of the costs of all edit operations. Use this Score for TM applications. Declaration public double Score { get; } Property Value Type Description double SourceObjectCount Gets the length of the source sequence. Declaration [DataMember] public int SourceObjectCount { get; } Property Value Type Description int TargetObjectCount Gets the length of the target sequence. Declaration [DataMember] public int TargetObjectCount { get; } Property Value Type Description int Methods Add(EditDistanceItem) Adds a new edit distance operation to the list. Declaration public void Add(EditDistanceItem item) Parameters Type Name Description EditDistanceItem item The item to add. No consistency checks are performed. AddAtStart(EditDistanceItem) Inserts a new edit distance operation at the beginning of the list. Declaration public void AddAtStart(EditDistanceItem item) Parameters Type Name Description EditDistanceItem item The item to add. No consistency checks are performed. Dump(TextWriter, string) Textually writes the edit distance information to a stream, for debugging purposes. Declaration public void Dump(TextWriter wtr, string msg) Parameters Type Name Description TextWriter wtr The output text writer stream, which must be ready for writing. string msg A caption to add at the start of the output. FindSourceItemIndex(int) Retrieves the edit operation index for a specified source sequence offset. Declaration public int FindSourceItemIndex(int sourceTokenOffset) Parameters Type Name Description int sourceTokenOffset The sequence offset in the underlying source sequence. Returns Type Description int The zero-based index of the corresponding edit distance item, if found, or -1 otherwise. FindTargetItemIndex(int) Retrieves the edit operation index for a specified target sequence offset. Declaration public int FindTargetItemIndex(int targetTokenOffset) Parameters Type Name Description int targetTokenOffset The sequence offset in the underlying target sequence. Returns Type Description int The zero-based index of the corresponding edit distance item, if found, or -1 otherwise. SetResolutionAt(int, EditDistanceResolution) Sets the edit distance resolution for the edit distance item at the specified index. Declaration public void SetResolutionAt(int index, EditDistanceResolution resolution) Parameters Type Name Description int index The edit operation index. EditDistanceResolution resolution The edit distance resolution. SetSourceAt(int, int) Sets the source offset for the edit operation at the specific index. This is necessary if indices have been changed in the underlying sequence. Declaration public void SetSourceAt(int index, int offset) Parameters Type Name Description int index The edit operation index. int offset The offsetin the source sequence. SetTargetAt(int, int) Sets the target offset for the edit operation at the specific index. This is necessary if indices have been changed in the underlying sequence. Declaration public void SetTargetAt(int index, int offset) Parameters Type Name Description int index The edit operation index. int offset The offsetin the target sequence. Sort() Sorts the edit distance items. Declaration public void Sort()" + "keywords": "Class EditDistance Represents the result of an edit distance computation. Inheritance System.Object EditDistance 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.Core.EditDistance Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class EditDistance Constructors EditDistance() Initializes a new instance with default values. Declaration public EditDistance() EditDistance(Int32, Int32, Double) Initializes a new instance with the specified parameters. Declaration public EditDistance(int sourceObjectCount, int targetObjectCount, double distance) Parameters Type Name Description System.Int32 sourceObjectCount The number of source objects (needed for scoring). System.Int32 targetObjectCount The number of target objects (needed for scoring). System.Double distance The score representing the edit distance between the source and the target objects. Properties Distance Gets or sets the standard distance score as a floating-point value representing the total cost of edit operations. Note that this value should not be used for TM operations. It only computes the basic costs of the transformation, but does not compute a match score (which also depends on the lengths of the sequences). For TM applications, use Score instead. Declaration public double Distance { get; set; } Property Value Type Description System.Double Item[Int32] Retrieves the edit distance information at the specified index. Declaration public EditDistanceItem this[int index] { get; } Parameters Type Name Description System.Int32 index The index in the collection of edit operations. Property Value Type Description EditDistanceItem The EditDistanceItem at the specified index. If the index is invalid, an exception is thrown. Items Gets or sets the list of edit operations. Declaration public List Items { get; set; } Property Value Type Description System.Collections.Generic.List < EditDistanceItem > Score Gets the edit distance score as a floating-point value between 0 and 1. The score depends on the length of the input vectors while the standard distance only represents the sum of the costs of all edit operations. Use this Score for TM applications. Declaration public double Score { get; } Property Value Type Description System.Double SourceObjectCount Gets the length of the source sequence. Declaration public int SourceObjectCount { get; } Property Value Type Description System.Int32 TargetObjectCount Gets the length of the target sequence. Declaration public int TargetObjectCount { get; } Property Value Type Description System.Int32 Methods Add(EditDistanceItem) Adds a new edit distance operation to the list. Declaration public void Add(EditDistanceItem item) Parameters Type Name Description EditDistanceItem item The item to add. No consistency checks are performed. AddAtStart(EditDistanceItem) Inserts a new edit distance operation at the beginning of the list. Declaration public void AddAtStart(EditDistanceItem item) Parameters Type Name Description EditDistanceItem item The item to add. No consistency checks are performed. Dump(TextWriter, String) Textually writes the edit distance information to a stream, for debugging purposes. Declaration public void Dump(TextWriter wtr, string msg) Parameters Type Name Description System.IO.TextWriter wtr The output text writer stream, which must be ready for writing. System.String msg A caption to add at the start of the output. FindSourceItemIndex(Int32) Retrieves the edit operation index for a specified source sequence offset. Declaration public int FindSourceItemIndex(int sourceTokenOffset) Parameters Type Name Description System.Int32 sourceTokenOffset The sequence offset in the underlying source sequence. Returns Type Description System.Int32 The zero-based index of the corresponding edit distance item, if found, or -1 otherwise. FindTargetItemIndex(Int32) Retrieves the edit operation index for a specified target sequence offset. Declaration public int FindTargetItemIndex(int targetTokenOffset) Parameters Type Name Description System.Int32 targetTokenOffset The sequence offset in the underlying target sequence. Returns Type Description System.Int32 The zero-based index of the corresponding edit distance item, if found, or -1 otherwise. SetResolutionAt(Int32, EditDistanceResolution) Sets the edit distance resolution for the edit distance item at the specified index. Declaration public void SetResolutionAt(int index, EditDistanceResolution resolution) Parameters Type Name Description System.Int32 index The edit operation index. EditDistanceResolution resolution The edit distance resolution. SetSourceAt(Int32, Int32) Sets the source offset for the edit operation at the specific index. This is necessary if indices have been changed in the underlying sequence. Declaration public void SetSourceAt(int index, int offset) Parameters Type Name Description System.Int32 index The edit operation index. System.Int32 offset The offsetin the source sequence. SetTargetAt(Int32, Int32) Sets the target offset for the edit operation at the specific index. This is necessary if indices have been changed in the underlying sequence. Declaration public void SetTargetAt(int index, int offset) Parameters Type Name Description System.Int32 index The edit operation index. System.Int32 offset The offsetin the target sequence. Sort() Sorts the edit distance items. Declaration public void Sort()" }, "api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistanceItem.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistanceItem.html", "title": "Struct EditDistanceItem", - "keywords": "Struct EditDistanceItem Encapsulates information about one edit operation. Inherited Members ValueType.Equals(object) ValueType.GetHashCode() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.LanguagePlatform Core EditDistance Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public struct EditDistanceItem Properties Costs Gets or sets the costs for this operation. Declaration [DataMember] public double Costs { get; set; } Property Value Type Description double MoveSourceTarget For move operations, this is the target position of the original deletion operation. For other operations, this value is not used. Declaration [DataMember] public int MoveSourceTarget { get; set; } Property Value Type Description int MoveTargetSource For move operations, this is the source position of the original insertion operation. For other operations, this value is not used. Declaration [DataMember] public int MoveTargetSource { get; set; } Property Value Type Description int Operation Gets or sets the edit operation identified to transform the source item into the target item. Declaration [DataMember] public EditOperation Operation { get; set; } Property Value Type Description EditOperation Resolution Gets or sets the edit distance resolution, if available. Declaration [DataMember] public EditDistanceResolution Resolution { get; set; } Property Value Type Description EditDistanceResolution Source Gets or sets the position of the source item. For move operations, this is the position in the source sequence where the item was deleted. Declaration [DataMember] public int Source { get; set; } Property Value Type Description int Target Gets or sets the position of the target item. For move operations, this is the position in the target sequence where the item was inserted. Declaration [DataMember] public int Target { get; set; } Property Value Type Description int Methods ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides ValueType.ToString()" + "keywords": "Struct EditDistanceItem Encapsulates information about one edit operation. Inherited Members System.ValueType.Equals(System.Object) System.ValueType.GetHashCode() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() Namespace : Sdl.LanguagePlatform.Core.EditDistance Assembly : Sdl.LanguagePlatform.Core.dll Syntax public struct EditDistanceItem Properties Costs Gets or sets the costs for this operation. Declaration public double Costs { get; set; } Property Value Type Description System.Double MoveSourceTarget For move operations, this is the target position of the original deletion operation. For other operations, this value is not used. Declaration public int MoveSourceTarget { get; set; } Property Value Type Description System.Int32 MoveTargetSource For move operations, this is the source position of the original insertion operation. For other operations, this value is not used. Declaration public int MoveTargetSource { get; set; } Property Value Type Description System.Int32 Operation Gets or sets the edit operation identified to transform the source item into the target item. Declaration public EditOperation Operation { get; set; } Property Value Type Description EditOperation Resolution Gets or sets the edit distance resolution, if available. Declaration public EditDistanceResolution Resolution { get; set; } Property Value Type Description EditDistanceResolution Source Gets or sets the position of the source item. For move operations, this is the position in the source sequence where the item was deleted. Declaration public int Source { get; set; } Property Value Type Description System.Int32 Target Gets or sets the position of the target item. For move operations, this is the position in the target sequence where the item was inserted. Declaration public int Target { get; set; } Property Value Type Description System.Int32 Methods ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.ValueType.ToString()" }, "api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistanceResolution.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistanceResolution.html", "title": "Enum EditDistanceResolution", - "keywords": "Enum EditDistanceResolution Enumerates the types of resolving edit distance differences. Namespace : Sdl Sdl.LanguagePlatform Core EditDistance Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum EditDistanceResolution Fields Name Description Deletion The change can be resolved by deleting the token - this is only used if the document source doesn't contain any tags but the memory TU does. Move The change is resolved by moving an item to another location. None The edit distance cannot be resolved. Other The change cannot be resolved but the difference should still not be reflected in the score. Substitution The token is automatically substituted by copying over from the related document token to the location determined by the memory TU." + "keywords": "Enum EditDistanceResolution Enumerates the types of resolving edit distance differences. Namespace : Sdl.LanguagePlatform.Core.EditDistance Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum EditDistanceResolution Fields Name Description Deletion The change can be resolved by deleting the token - this is only used if the document source doesn't contain any tags but the memory TU does. Move The change is resolved by moving an item to another location. None The edit distance cannot be resolved. Other The change cannot be resolved but the difference should still not be reflected in the score. Substitution The token is automatically substituted by copying over from the related document token to the location determined by the memory TU." }, "api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditOperation.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditOperation.html", "title": "Enum EditOperation", - "keywords": "Enum EditOperation Enumerates the types of edit operations which are identified by the edit distance computation. Namespace : Sdl Sdl.LanguagePlatform Core EditDistance Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum EditOperation Fields Name Description Change Indicates that the source item was changed into another target item. Delete Indicates that the item was deleted and does not occur in the target. Identity Indicates that the source and target items are identical. Insert Indicates that the item did not exist in the source and was inserted into the target. Move Indicates that the source item is identical, but was moved to a different position within the target. Undefined Indicates that no operation has been identified yet" + "keywords": "Enum EditOperation Enumerates the types of edit operations which are identified by the edit distance computation. Namespace : Sdl.LanguagePlatform.Core.EditDistance Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum EditOperation Fields Name Description Change Indicates that the source item was changed into another target item. Delete Indicates that the item was deleted and does not occur in the target. Identity Indicates that the source and target items are identical. Insert Indicates that the item did not exist in the source and was inserted into the target. Move Indicates that the source item is identical, but was moved to a different position within the target. Undefined Indicates that no operation has been identified yet" }, "api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.html", @@ -6972,42 +6662,42 @@ "api/translationmemory/Sdl.LanguagePlatform.Core.ErrorCode.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.ErrorCode.html", "title": "Enum ErrorCode", - "keywords": "Enum ErrorCode Defines the error codes which are returned by certain operations or are included in LanguagePlatformException s. Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public enum ErrorCode Fields Name Description AuthInsufficientPermissions You don't have sufficient permissions to execute this method. AuthInvalidUser The calling user is invalid. AuthUnknownOrNonauthenticatedUser The calling user is unknown or not authenticated. CannotInitializeFilterManager The Filter Manager could not be initialized. CannotInitializeSpring The Spring Framework could not be initialized. ConfigurationAbstractType A type referenced in the configuration is abstract and cannot be instantiated. ConfigurationCannotInstantiateOrCastType A type referenced in the configuration could not be instantiated or casted. ConfigurationCannotLoad The configuration could not be loaded. ConfigurationCannotResolveType A type referenced in the configuration could not be resolved. ConfigurationConnectionStringNotFound A required connection string could not be found in the configuration file. ConfigurationInvalidType A type referenced in the configuration is invalid for the desired operation. ConfigurationOtherError An unspecified error occurred in the configuration. ConfigurationUnknownProviderType A provider type specified in the configuration is unknown. CorruptData The data in an input file is corrupt and cannot be used. CorruptDataInResourceFile The language resource file contains corrupt data. DAFieldTypesInconsistent The field types are inconsistent (internal error). DAIndexDuplicateKey The index contained a duplicate key. DAInvalidSegmentAfterDeserialization The segment is invalid. It could not be retrieved. DATUNotInTM The requested translation unit could not be found in the translation memory. DataComponentAlreadyInUse The selected data component is already in use. DataComponentIncompatible The selected data component is incompatible with the other data components. DataComponentMissing A required data component is missing or unavailable. DataComponentNotOpen The selected data component must be opened first. EditScriptEmptyFieldName Edit Script: The field name cannot be null or empty. EditScriptEmptySearchPattern Edit Script: The search pattern for a search/replace cannot be empty. EditScriptIncompatibleField Edit Script: The action cannot be performed on this field. EditScriptIncompatibleFieldValueTypes Edit Script: The action cannot be performed since the field value types are incompatible. EditScriptInvalidOperationForFieldValueType Edit Script: The requested operation cannot be performed on a field of this value type. EditScriptInvalidValue Edit Script: The value is invalid for the specified field. EditScriptSystemField Edit Script: This operation cannot be performed on system fields. EmbeddedResourceNotFound An expected, embedded resource could not be retrieved. EmptyData No data found. EmptySegment Indicates that a segment is empty. EmptySourceSegment Indicates that the source segment is empty. EmptyTargetSegment Indicates that the target segment is empty. ErrorFilterCannotParseDate Filter expression parser: Cannot parse the date. ErrorFilterEmptyFieldName Filter expression parser: Empty field name. ErrorFilterExpectFieldName Filter expression parser: Expected a field name. ErrorFilterFieldNameNotSurroundedByDoubleQuotes Filter expression parser: The field name must be surrounded by double quotes. ErrorFilterFieldRequiresIntegerValue Filter expression parser: The field requires an integer value. ErrorFilterIllegalInputSymbol Filter expression parser: Illegal input symbol. ErrorFilterInvalidFieldName Filter expression parser: Invalid field name. ErrorFilterMultipleValuesNotBracketed Filter expression parser: Multiple values need to be enclosed in parentheses. ErrorFilterMultivalueFieldNotBracketed Filter expression parser: Values for multivalue fields need to be enclosed in parentheses. ErrorFilterNotAPicklistField Filter expression parser: The field is not a picklist field. ErrorFilterOperatorExpected Filter expression parser: Operator expected. ErrorFilterPicklistItemNotFound Filter expression parser: The picklist field does not contain the picklist value. ErrorFilterPrematureEndOfInput Filter expression parser: Premature end of input. ErrorFilterTrailingBackslash Filter expression parser: Trailing backslash. ErrorFilterTrailingJunk Filter expression parser: Trailing junk at end of expression. ErrorFilterUnbalancedParenthesis Filter expression parser: Unbalanced parentheses. ErrorFilterUnknownField Filter expression parser: Unknown field. ErrorFilterValueNotSurroundedByDoubleQuotes Filter expression parser: The value needs to be enclosed in double quotes. ErrorInFilterExpression Filter expression parser: Error in Filter Expression InconsistentData The data is inconsistent and cannot be used. InternalError An internal error occurred. InvalidLanguageResourceFile The language resource file is invalid. InvalidOperation An invalid operation was attempted. InvalidSegment Indicates that a segment is invalid. InvalidSegmentPeripheralWhitespace Indicates that a segment is invalid as it starts or ends with at least one whitespace character. InvalidSourceSegment Indicates that the source segment is invalid. InvalidTMSourceLanguage The tranlsation memory's source language is not valid. No region-neutral languages can be used. InvalidTMTargetLanguage The translation memory's target language is not valid. No region-neutral languages can be used. InvalidTargetSegment Indicates thath the target segment is invalid. LanguageResourceFileNotFound The language resource file could not be located. NeutralLanguage Indicates that a segment's culture is neutral, i.e. has no region-qualifier (\"en\") NoContentInFile The file cannot be processed since it does not contain any processable content. NoRegionSpecificLanguageFound No region-specific language could be found for the specified language. NoTextInSegment Indicates that a segment consists only of tags and no text was found. NoTranslatableContentInFile The file cannot be processed since it does not contain any translatable content. NotImplemented Indicates that some required functionality hasn't yet been implemented. OK Indicates success/no error. Other Indicates that an unspecified error occurred. ReadonlyResource Attempt to modify a read-only resource. ResourceNotAvailable The requested language resource cannot be loaded for the specified culture. SQLiteCorrupt The translation memory data file is corrupt. SQLiteNotADatabase The specified file is not a valid translation memory. SQLiteOtherError The translation memory data file engine returned an error. SegmentNotTokenized The segment is not tokenized and cannot be processed. SegmentationCannotObtainSegmentor The system could not obtain a segmentor for the specified language. SegmentationEmptyRuleSet The segmentation rules are empty. SegmentationIllegalContinuation The segmentation rule could not be parsed due to an invalid continuation specifier. SegmentationIllegalKeywordInRule The segmentation rule could not be parsed due to an unknown keyword. SegmentationInvalidRule The segmentation rule is invalid. SegmentationInvalidVariableName The segmentation rule could not be parsed due to an invalid variable reference. SegmentationNoRulesForLanguage No segmentation rules are available for the specified language. SegmentationRuleDeserializationError An error occurred during deserializaton of the segmentation rules. SegmentationRuleLoadError The segmentation rules could not be loaded. SegmentationSRXInternalError Internal SRX parser error SegmentationSRXInvalidDocument Invalid SRX document SegmentationSRXNoVersion No version information found in SRX header SegmentationSRXParseError Error during parsing SRX document SegmentationSRXUnsupportedVersion Unsupported SRX version SegmentationTWBMalformedRule Invalid TWB segmentation rule SegmentationTWBUnsupportedExceptionConstraints Too many exception constraints detected in TWB rule (unsupported) SegmentationTWBUnsupportedMultipleMatchContexts Multiple positive match contexts detected in TWB rule (unsupported) SegmentationTWBUnsupportedNestedExceptions Nested exception found in TWB rule (unsupported) SegmentationTrailingJunk The segmentation rule could not be parsed due to trailing junk. SegmentationUnknownRuleType The segmentation rule could not be parsed due to an unknown rule type. SegmentationUnknownVariable A segmentation rule contained a variable reference which is unresolved. SourceLanguageIncompatibleWithTM Indicates that the source language is not compatible with the translation memory being used. StemmerErrorInStemmingRule The stemming rule cannot be processed. StorageDataFileNotFound The requested data file could not be located. StorageError Indicates that an error occurred during storage access/storing the translation unit. StorageFieldAlreadyExists The new field already exists. StorageFieldNotFound The required field does not exist. StorageIncompatibleAttributeType The field type is not compatible with the requested operation. StorageParameterNotFound A requested database parameter could not be retrieved. StoragePicklistValueAlreadyExists The new picklist value name already exists in the field. StorageSchemaAlreadyExists The database schema already exists. StorageSchemaDoesntExist The database schema does not exist. StorageTMAlreadyExists The specified translation memory already exists. StorageVersionDataNewer The database contains data in a newer format than this version of the application can handle. You need to upgrade your software, or contact technical support. StorageVersionDataOutdated The database contains data in an outdated format which cannot be automatically migrated to the current schema. Please contact technical support. System Indicates a system-generated error/exception. TMAlreadyExists A TM with this name already exists. TMCannotInitializeTMInCascade An element in the TM Cascade could not be initialized. TMCannotModifyExactSearchOnlyFlag The TM setting \"Exact Search Only\" cannot be changed. TMCannotModifyFullTextSearchFlag Full-text search can only be enabled or disabled at TM creation time. TMCannotModifyFuzzyIndices The fuzzy indexes cannot be modified after the TM has been created. TMExceededCopyrightFieldLimit The maximum length of the copyright field has been exceeded. TMExceededDescriptionFieldLimit The maximum length of the description field has been exceeded. TMExceededFieldNameLimit The maximum length of the field name has been exceeded. TMExceededPicklistValueNameLimit The maximum length of the picklist value been exceeded. TMExceededTMNameLimit The maximum length of the translation memory name has been exceeded. TMExceededTextFieldValueLimit The maximum length of the text field value has been exceeded. TMFieldAlreadyExists A field with the specified name already exists. TMImportFieldNotExists The TM cannot import the TU because the TM does not have a field corresponding to a field in the TU. TMImportIncompatibleFieldTypes An existing TM field is incompatible with an imported TM field. TMIncompatibleFieldTypes The field types are incompatible. TMIncompatibleTMLanguageDirectionInCascade The language direction of an element in the TM Cascade is incompatible with the cascade's language direction. TMInvalidFieldName A field name is invalid. TMInvalidIteratorSize The iterator size is out of bounds. TMInvalidPicklistValueName A picklist value name is invalid. TMInvalidSortSpecification The sort specification is invalid. TMInvalidTMName A translation memory name is invalid. TMNoTMOpen No translation memory is open. TMNotFound A translation memory with the specified name or ID could not be found. TMOrContainerMissing The translation memory or TM container appears to be missing and may have been deleted. TMPicklistValueAlreadyExists A picklist value with the specified name already exists. TMResourceAlreadyExists The specified resource already exists. TMResourceDoesNotExist The specified resource does not exist. TMSearchModeNotSupported The TM does not support the required search mode. TMSourceLanguageMismatch The source language is not compatible with the TM's source language. TMTULimitExceeded Access denied (TM Size Limit exceeded). TMTUSourceSegmentNestedTagCountLimitExceeded The TM cannot import the TU because the source segment exceeded nested tag count limit. TMTUSourceSegmentSizeLimitExceeded The TM cannot import the TU because the source segment exceeded size limit. TMTUTargetSegmentNestedTagCountLimitExceeded The TM cannot import the TU because the target segment exceeded nested tag count limit. TMTUTargetSegmentSizeLimitExceeded The TM cannot import the TU because the target segment exceeded size limit. TMTargetLanguageMismatch The target language is not compatible with the TM's target language. TMToolsIncompatibleLanguagesBetweenDocumentAndTM The file cannot be processed since its language direction is incompatible with the current TM. TMToolsNoFileHeader The file cannot be processed as no usable file header was found. TMToolsNoTM No translation memory was provided for the current task. TMUndefinedCascadeElement An element in the TM Cascade is undefined or empty. TMUndefinedTMInCascade An element in the TM Cascade is undefined. TMUninitializedCascadeElement An element in the TM Cascade is not initialized. TMUninitializedTMInCascade An element in the TM Cascade is not initialized. TMXCannotAddTagData The TMX file cannot be processed as no tag data can be added to a text element. TMXCannotDetermineLanguageDirection The language direction of the TMX file cannot be determined. Valid input files must be bilingual. TMXInternalParserError The TMX file cannot be processed since an internal parser error occurred. TMXMissingVersion The TMX file cannot be processed since no TMX version information was found. TMXNoSegmentOpen The TMX file cannot be processed since no segment is currently open. TMXUnexpectedInputData The TMX file cannot be processed since it contains unexpected data. TMXUnknownTMXAttribute The TMX file cannot be processed since an unknown TMX attribute was encountered. TMXUnknownVersion The TMX Version cannot be processed. TagAnchorAlreadyClosed Indicates that a tag anchor assigned to an end tag has already been used for a previously seen end tag. TagAnchorAlreadyUsed Indicates that a tag anchor in a segment has been used more than once for different tag instances. TagAnchorNotClosed Indicates that a tag anchor occurred only at a start tag, but has no corresponding closing tag. TagAnchorNotOpen Indicates that a tag anchor assigned to an end tag hasn't yet been seen at the corresponding start tag. TagCountLimitExceeded The tag count limit has been exceeded by at least one segment of the TU. TagEmptyOrInvalidTagID Indicates that a tag ID is empty, not set, or invalid. TagInvalidTagAnchor Indicates that a tag anchor is empty, not set, or invalid. TagWarningTagsDropped Indicates that a TU was invalid due to tag errors and that these tags were dropped to ensure the TU could be correctly imported. TargetLanguageIncompatibleWithTM Indicates that the target language is not compatible with the translation memory being used. TokenizerInvalidCharacterSet An invalid character set occurred in a tokenizer rule. TokenizerInvalidNumericFormat An invalid numeric format occurred in a number token. UndefinedOrInvalidLanguage Indicates that a segment's or TU's language is not set or is invalid. UnexpectedDocumentContent The document cannot be processed since it contains unexpected contents. XmlError An error occurred while reading or generating XML data." + "keywords": "Enum ErrorCode Defines the error codes which are returned by certain operations or are included in LanguagePlatformException s. Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum ErrorCode Fields Name Description AuthInsufficientPermissions You don't have sufficient permissions to execute this method. AuthInvalidUser The calling user is invalid. AuthUnknownOrNonauthenticatedUser The calling user is unknown or not authenticated. CannotInitializeFilterManager The Filter Manager could not be initialized. CannotInitializeSpring The Spring Framework could not be initialized. ConfigurationAbstractType A type referenced in the configuration is abstract and cannot be instantiated. ConfigurationCannotInstantiateOrCastType A type referenced in the configuration could not be instantiated or casted. ConfigurationCannotLoad The configuration could not be loaded. ConfigurationCannotResolveType A type referenced in the configuration could not be resolved. ConfigurationConnectionStringNotFound A required connection string could not be found in the configuration file. ConfigurationInvalidType A type referenced in the configuration is invalid for the desired operation. ConfigurationOtherError An unspecified error occurred in the configuration. ConfigurationUnknownProviderType A provider type specified in the configuration is unknown. CorruptData The data in an input file is corrupt and cannot be used. CorruptDataInResourceFile The language resource file contains corrupt data. DAFieldTypesInconsistent The field types are inconsistent (internal error). DAIndexDuplicateKey The index contained a duplicate key. DAInvalidSegmentAfterDeserialization The segment is invalid. It could not be retrieved. DataComponentAlreadyInUse The selected data component is already in use. DataComponentIncompatible The selected data component is incompatible with the other data components. DataComponentMissing A required data component is missing or unavailable. DataComponentNotOpen The selected data component must be opened first. DATUNotInTM The requested translation unit could not be found in the translation memory. EditScriptEmptyFieldName Edit Script: The field name cannot be null or empty. EditScriptEmptySearchPattern Edit Script: The search pattern for a search/replace cannot be empty. EditScriptIncompatibleField Edit Script: The action cannot be performed on this field. EditScriptIncompatibleFieldValueTypes Edit Script: The action cannot be performed since the field value types are incompatible. EditScriptInvalidOperationForFieldValueType Edit Script: The requested operation cannot be performed on a field of this value type. EditScriptInvalidValue Edit Script: The value is invalid for the specified field. EditScriptSystemField Edit Script: This operation cannot be performed on system fields. EmbeddedResourceNotFound An expected, embedded resource could not be retrieved. EmptyData No data found. EmptySegment Indicates that a segment is empty. EmptySourceSegment Indicates that the source segment is empty. EmptyTargetSegment Indicates that the target segment is empty. ErrorFilterCannotParseDate Filter expression parser: Cannot parse the date. ErrorFilterEmptyFieldName Filter expression parser: Empty field name. ErrorFilterExpectFieldName Filter expression parser: Expected a field name. ErrorFilterFieldNameNotSurroundedByDoubleQuotes Filter expression parser: The field name must be surrounded by double quotes. ErrorFilterFieldRequiresIntegerValue Filter expression parser: The field requires an integer value. ErrorFilterIllegalInputSymbol Filter expression parser: Illegal input symbol. ErrorFilterInvalidFieldName Filter expression parser: Invalid field name. ErrorFilterMultipleValuesNotBracketed Filter expression parser: Multiple values need to be enclosed in parentheses. ErrorFilterMultivalueFieldNotBracketed Filter expression parser: Values for multivalue fields need to be enclosed in parentheses. ErrorFilterNotAPicklistField Filter expression parser: The field is not a picklist field. ErrorFilterOperatorExpected Filter expression parser: Operator expected. ErrorFilterPicklistItemNotFound Filter expression parser: The picklist field does not contain the picklist value. ErrorFilterPrematureEndOfInput Filter expression parser: Premature end of input. ErrorFilterTrailingBackslash Filter expression parser: Trailing backslash. ErrorFilterTrailingJunk Filter expression parser: Trailing junk at end of expression. ErrorFilterUnbalancedParenthesis Filter expression parser: Unbalanced parentheses. ErrorFilterUnknownField Filter expression parser: Unknown field. ErrorFilterValueNotSurroundedByDoubleQuotes Filter expression parser: The value needs to be enclosed in double quotes. ErrorInFilterExpression Filter expression parser: Error in Filter Expression InconsistentData The data is inconsistent and cannot be used. InternalError An internal error occurred. InvalidLanguageResourceFile The language resource file is invalid. InvalidOperation An invalid operation was attempted. InvalidSegment Indicates that a segment is invalid. InvalidSegmentPeripheralWhitespace Indicates that a segment is invalid as it starts or ends with at least one whitespace character. InvalidSourceSegment Indicates that the source segment is invalid. InvalidTargetSegment Indicates thath the target segment is invalid. InvalidTMSourceLanguage The tranlsation memory's source language is not valid. No region-neutral languages can be used. InvalidTMTargetLanguage The translation memory's target language is not valid. No region-neutral languages can be used. LanguageResourceFileNotFound The language resource file could not be located. NeutralLanguage Indicates that a segment's culture is neutral, i.e. has no region-qualifier (\"en\") NoContentInFile The file cannot be processed since it does not contain any processable content. NoRegionSpecificLanguageFound No region-specific language could be found for the specified language. NoTextInSegment Indicates that a segment consists only of tags and no text was found. NotImplemented Indicates that some required functionality hasn't yet been implemented. NoTranslatableContentInFile The file cannot be processed since it does not contain any translatable content. OK Indicates success/no error. Other Indicates that an unspecified error occurred. ReadonlyResource Attempt to modify a read-only resource. ResourceNotAvailable The requested language resource cannot be loaded for the specified culture. SegmentationCannotObtainSegmentor The system could not obtain a segmentor for the specified language. SegmentationEmptyRuleSet The segmentation rules are empty. SegmentationIllegalContinuation The segmentation rule could not be parsed due to an invalid continuation specifier. SegmentationIllegalKeywordInRule The segmentation rule could not be parsed due to an unknown keyword. SegmentationInvalidRule The segmentation rule is invalid. SegmentationInvalidVariableName The segmentation rule could not be parsed due to an invalid variable reference. SegmentationNoRulesForLanguage No segmentation rules are available for the specified language. SegmentationRuleDeserializationError An error occurred during deserializaton of the segmentation rules. SegmentationRuleLoadError The segmentation rules could not be loaded. SegmentationSRXInternalError Internal SRX parser error SegmentationSRXInvalidDocument Invalid SRX document SegmentationSRXNoVersion No version information found in SRX header SegmentationSRXParseError Error during parsing SRX document SegmentationSRXUnsupportedVersion Unsupported SRX version SegmentationTrailingJunk The segmentation rule could not be parsed due to trailing junk. SegmentationTWBMalformedRule Invalid TWB segmentation rule SegmentationTWBUnsupportedExceptionConstraints Too many exception constraints detected in TWB rule (unsupported) SegmentationTWBUnsupportedMultipleMatchContexts Multiple positive match contexts detected in TWB rule (unsupported) SegmentationTWBUnsupportedNestedExceptions Nested exception found in TWB rule (unsupported) SegmentationUnknownRuleType The segmentation rule could not be parsed due to an unknown rule type. SegmentationUnknownVariable A segmentation rule contained a variable reference which is unresolved. SegmentNotTokenized The segment is not tokenized and cannot be processed. SourceLanguageIncompatibleWithTM Indicates that the source language is not compatible with the translation memory being used. SQLiteCorrupt The translation memory data file is corrupt. SQLiteNotADatabase The specified file is not a valid translation memory. SQLiteOtherError The translation memory data file engine returned an error. StemmerErrorInStemmingRule The stemming rule cannot be processed. StorageDataFileNotFound The requested data file could not be located. StorageError Indicates that an error occurred during storage access/storing the translation unit. StorageFieldAlreadyExists The new field already exists. StorageFieldNotFound The required field does not exist. StorageIncompatibleAttributeType The field type is not compatible with the requested operation. StorageParameterNotFound A requested database parameter could not be retrieved. StoragePicklistValueAlreadyExists The new picklist value name already exists in the field. StorageSchemaAlreadyExists The database schema already exists. StorageSchemaDoesntExist The database schema does not exist. StorageTMAlreadyExists The specified translation memory already exists. StorageVersionDataNewer The database contains data in a newer format than this version of the application can handle. You need to upgrade your software, or contact technical support. StorageVersionDataOutdated The database contains data in an outdated format which cannot be automatically migrated to the current schema. Please contact technical support. System Indicates a system-generated error/exception. TagAnchorAlreadyClosed Indicates that a tag anchor assigned to an end tag has already been used for a previously seen end tag. TagAnchorAlreadyUsed Indicates that a tag anchor in a segment has been used more than once for different tag instances. TagAnchorNotClosed Indicates that a tag anchor occurred only at a start tag, but has no corresponding closing tag. TagAnchorNotOpen Indicates that a tag anchor assigned to an end tag hasn't yet been seen at the corresponding start tag. TagCountLimitExceeded The tag count limit has been exceeded by at least one segment of the TU. TagEmptyOrInvalidTagID Indicates that a tag ID is empty, not set, or invalid. TagInvalidTagAnchor Indicates that a tag anchor is empty, not set, or invalid. TagWarningTagsDropped Indicates that a TU was invalid due to tag errors and that these tags were dropped to ensure the TU could be correctly imported. TargetLanguageIncompatibleWithTM Indicates that the target language is not compatible with the translation memory being used. TMAlreadyExists A TM with this name already exists. TMCannotInitializeTMInCascade An element in the TM Cascade could not be initialized. TMCannotModifyExactSearchOnlyFlag The TM setting \"Exact Search Only\" cannot be changed. TMCannotModifyFullTextSearchFlag Full-text search can only be enabled or disabled at TM creation time. TMCannotModifyFuzzyIndices The fuzzy indexes cannot be modified after the TM has been created. TMExceededCopyrightFieldLimit The maximum length of the copyright field has been exceeded. TMExceededDescriptionFieldLimit The maximum length of the description field has been exceeded. TMExceededFieldNameLimit The maximum length of the field name has been exceeded. TMExceededPicklistValueNameLimit The maximum length of the picklist value been exceeded. TMExceededTextFieldValueLimit The maximum length of the text field value has been exceeded. TMExceededTMNameLimit The maximum length of the translation memory name has been exceeded. TMFieldAlreadyExists A field with the specified name already exists. TMImportFieldNotExists The TM cannot import the TU because the TM does not have a field corresponding to a field in the TU. TMImportIncompatibleFieldTypes An existing TM field is incompatible with an imported TM field. TMIncompatibleFieldTypes The field types are incompatible. TMIncompatibleTMLanguageDirectionInCascade The language direction of an element in the TM Cascade is incompatible with the cascade's language direction. TMInvalidFieldName A field name is invalid. TMInvalidIteratorSize The iterator size is out of bounds. TMInvalidPicklistValueName A picklist value name is invalid. TMInvalidSortSpecification The sort specification is invalid. TMInvalidTMName A translation memory name is invalid. TMNotFound A translation memory with the specified name or ID could not be found. TMNoTMOpen No translation memory is open. TMOrContainerMissing The translation memory or TM container appears to be missing and may have been deleted. TMPicklistValueAlreadyExists A picklist value with the specified name already exists. TMResourceAlreadyExists The specified resource already exists. TMResourceDoesNotExist The specified resource does not exist. TMSearchModeNotSupported The TM does not support the required search mode. TMSourceLanguageMismatch The source language is not compatible with the TM's source language. TMTargetLanguageMismatch The target language is not compatible with the TM's target language. TMToolsIncompatibleLanguagesBetweenDocumentAndTM The file cannot be processed since its language direction is incompatible with the current TM. TMToolsNoFileHeader The file cannot be processed as no usable file header was found. TMToolsNoTM No translation memory was provided for the current task. TMTULimitExceeded Access denied (TM Size Limit exceeded). TMTUSourceSegmentNestedTagCountLimitExceeded The TM cannot import the TU because the source segment exceeded nested tag count limit. TMTUSourceSegmentSizeLimitExceeded The TM cannot import the TU because the source segment exceeded size limit. TMTUTargetSegmentNestedTagCountLimitExceeded The TM cannot import the TU because the target segment exceeded nested tag count limit. TMTUTargetSegmentSizeLimitExceeded The TM cannot import the TU because the target segment exceeded size limit. TMUndefinedCascadeElement An element in the TM Cascade is undefined or empty. TMUndefinedTMInCascade An element in the TM Cascade is undefined. TMUninitializedCascadeElement An element in the TM Cascade is not initialized. TMUninitializedTMInCascade An element in the TM Cascade is not initialized. TMXCannotAddTagData The TMX file cannot be processed as no tag data can be added to a text element. TMXCannotDetermineLanguageDirection The language direction of the TMX file cannot be determined. Valid input files must be bilingual. TMXInternalParserError The TMX file cannot be processed since an internal parser error occurred. TMXMissingVersion The TMX file cannot be processed since no TMX version information was found. TMXNoSegmentOpen The TMX file cannot be processed since no segment is currently open. TMXUnexpectedInputData The TMX file cannot be processed since it contains unexpected data. TMXUnknownTMXAttribute The TMX file cannot be processed since an unknown TMX attribute was encountered. TMXUnknownVersion The TMX Version cannot be processed. TokenizerInvalidCharacterSet An invalid character set occurred in a tokenizer rule. TokenizerInvalidNumericFormat An invalid numeric format occurred in a number token. UndefinedOrInvalidLanguage Indicates that a segment's or TU's language is not set or is invalid. UnexpectedDocumentContent The document cannot be processed since it contains unexpected contents. XmlError An error occurred while reading or generating XML data." }, "api/translationmemory/Sdl.LanguagePlatform.Core.FaultDescription.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.FaultDescription.html", "title": "Class FaultDescription", - "keywords": "Class FaultDescription Contains fault and error information intended for WCF/SOAP communication. Inheritance object FaultDescription Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class FaultDescription Constructors FaultDescription(ErrorCode) Instantiates a new object and initializes it with the specified error code. The error message is retrieved from the resources, and the error status is set to Error . Declaration public FaultDescription(ErrorCode code) Parameters Type Name Description ErrorCode code The error code FaultDescription(ErrorCode, FaultStatus) Instantiates a new object and initializes it with the specified error code, error status, and empty error data. The error message is retrieved from the resources. Declaration public FaultDescription(ErrorCode code, FaultStatus status) Parameters Type Name Description ErrorCode code The error code FaultStatus status The error status FaultDescription(ErrorCode, FaultStatus, string) Initializes the object with the specified error code, error status, and additional error data. The error message is retrieved from the resources. Declaration public FaultDescription(ErrorCode code, FaultStatus status, string data) Parameters Type Name Description ErrorCode code The error code FaultStatus status The error status string data Additional error data, may be null FaultDescription(ErrorCode, string) Instantiates a new object and initializes it with the specified error code and data. The error message is retrieved from the resources, and the error status is set to Error . Declaration public FaultDescription(ErrorCode code, string data) Parameters Type Name Description ErrorCode code The error code string data Additional error data, may be null FaultDescription(Exception) Initializes a new instance of the FaultDescription class from a system exception. Declaration public FaultDescription(Exception e) Parameters Type Name Description Exception e The system exception. Properties Data Gets any additional data relevant for the fault. Declaration [DataMember] public string Data { get; set; } Property Value Type Description string ErrorCode Gets the error code associated with the fault. Declaration [DataMember] public ErrorCode ErrorCode { get; set; } Property Value Type Description ErrorCode Message Gets the error message. Declaration [DataMember] public string Message { get; set; } Property Value Type Description string Status Gets the fault status. Declaration [DataMember] public FaultStatus Status { get; set; } Property Value Type Description FaultStatus Methods GetDescriptionFromErrorCode(ErrorCode) Retrieves a localized error message (which may include Format(string, object) placeholders) for the provided error code. Declaration public static string GetDescriptionFromErrorCode(ErrorCode code) Parameters Type Name Description ErrorCode code An error code Returns Type Description string A possibly localized error message (depending on the current thread's culture)." + "keywords": "Class FaultDescription Contains fault and error information intended for WCF/SOAP communication. Inheritance System.Object FaultDescription 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.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class FaultDescription Constructors FaultDescription(ErrorCode) Instantiates a new object and initializes it with the specified error code. The error message is retrieved from the resources, and the error status is set to Error . Declaration public FaultDescription(ErrorCode code) Parameters Type Name Description ErrorCode code The error code FaultDescription(ErrorCode, FaultStatus) Instantiates a new object and initializes it with the specified error code, error status, and empty error data. The error message is retrieved from the resources. Declaration public FaultDescription(ErrorCode code, FaultStatus status) Parameters Type Name Description ErrorCode code The error code FaultStatus status The error status FaultDescription(ErrorCode, FaultStatus, String) Initializes the object with the specified error code, error status, and additional error data. The error message is retrieved from the resources. Declaration public FaultDescription(ErrorCode code, FaultStatus status, string data) Parameters Type Name Description ErrorCode code The error code FaultStatus status The error status System.String data Additional error data, may be null FaultDescription(ErrorCode, String) Instantiates a new object and initializes it with the specified error code and data. The error message is retrieved from the resources, and the error status is set to Error . Declaration public FaultDescription(ErrorCode code, string data) Parameters Type Name Description ErrorCode code The error code System.String data Additional error data, may be null FaultDescription(Exception) Initializes a new instance of the FaultDescription class from a system exception. Declaration public FaultDescription(Exception e) Parameters Type Name Description System.Exception e The system exception. Properties Data Gets any additional data relevant for the fault. Declaration public string Data { get; set; } Property Value Type Description System.String ErrorCode Gets the error code associated with the fault. Declaration public ErrorCode ErrorCode { get; set; } Property Value Type Description ErrorCode Message Gets the error message. Declaration public string Message { get; set; } Property Value Type Description System.String Status Gets the fault status. Declaration public FaultStatus Status { get; set; } Property Value Type Description FaultStatus Methods GetDescriptionFromErrorCode(ErrorCode) Retrieves a localized error message (which may include System.String.Format(System.String,System.Object) placeholders) for the provided error code. Declaration public static string GetDescriptionFromErrorCode(ErrorCode code) Parameters Type Name Description ErrorCode code An error code Returns Type Description System.String A possibly localized error message (depending on the current thread's culture)." }, "api/translationmemory/Sdl.LanguagePlatform.Core.FaultStatus.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.FaultStatus.html", "title": "Enum FaultStatus", - "keywords": "Enum FaultStatus Specifies the fault status. Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public enum FaultStatus Fields Name Description Error The operation generated an error. Fatal The operation crashed or generated a fatal error. Success The operation was successfully executed. Warning The operation generated a warning." + "keywords": "Enum FaultStatus Specifies the fault status. Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum FaultStatus Fields Name Description Error The operation generated an error. Fatal The operation crashed or generated a fatal error. Success The operation was successfully executed. Warning The operation generated a warning." }, "api/translationmemory/Sdl.LanguagePlatform.Core.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.html", "title": "Namespace Sdl.LanguagePlatform.Core", - "keywords": "Namespace Sdl.LanguagePlatform.Core Classes CharacterProperties Proides methods that check for certain properties of strings and characters. CharacterSet Represents a collection of characters. This class is internal and not intended to be used directly in your code. CultureInfoExtensions Utilities related to CultureInfo objects. CultureString A string which carries culture information. DateTimeUtilities Utilities for date and time manipulation. This class is intended for internal use and should not be used directly in third-party appliations. FaultDescription Contains fault and error information intended for WCF/SOAP communication. LanguagePair A LanguagePair represents a combination of a source language and a target language. Languages are specified using their culture or the culture which usually maps to CultureInfo.Name. However, since the XmlSerializer cannot serialize CultureInfo objects, the culture can also be specified using the name. LanguagePlatformException Represents an error thrown by components in the language platform which are not covered by a standard system exception. It also contains a fault description which can be transmitted through the standard WCF fault mechanism. Pair Represents a pair of values of the same type. Segment Represents a segment, which is a sequence of SegmentElement s, in a particular language. SegmentEditor SegmentElement Base abstract class representing a segment element. A Segment consists of a sequence of segment elements. SegmentPosition Represents a position within a segment. SegmentRange Represents the range of a segment, indicated by two specified positions. The segment positions are inclusive (\"into\" semantics). StringUtilities Defines utilities related to string . Tag Represents a tag. Text Represents a piece of text within a segment. Wordlist A searchable word list with index. Interfaces ISegmentElementVisitor Visitor pattern implementation for segment elements. Enums CharacterProperties.Case Enumerates case variants of strings and letters. CultureInfoExtensions.LanguageGroupID Language Group IDs, as defined in the Platform SDK, WinNls.h. Added LGRPID_UNKNOWN. CultureInfoExtensions.LanguageGroupInstallationStatus The installation status of the language group information as defined in the Platform SDK, WinNls.h ErrorCode Defines the error codes which are returned by certain operations or are included in LanguagePlatformException s. FaultStatus Specifies the fault status. SearchOption Options which modify search behavior. Segment.DeleteTagsAction Enumerates the different ways how text placeholders should be handled when removing tags from a segment. Since this is a [Flags] enum, variables of this type may use a combination of values. Segment.ValidationMode Determines the type of validation to perform in Segment.Validate(ValidationMode) . SegmentElement.Similarity A similarity level between segment elements. StringUtilities.Casing The casing of a string. TagType Indicates the tag type. UnicodeBlock The Unicode blocks (code point ranges), according to the Unicode standard" + "keywords": "Namespace Sdl.LanguagePlatform.Core Classes CharacterProperties Proides methods that check for certain properties of strings and characters. CharacterSet Represents a collection of characters. This class is internal and not intended to be used directly in your code. CultureInfoExtensions Utilities related to System.Globalization.CultureInfo objects. CultureString A string which carries culture information. DateTimeUtilities Utilities for date and time manipulation. This class is intended for internal use and should not be used directly in third-party appliations. FaultDescription Contains fault and error information intended for WCF/SOAP communication. LanguagePair A LanguagePair represents a combination of a source language and a target language. Languages are specified using their culture or the culture which usually maps to CultureInfo.Name. However, since the XmlSerializer cannot serialize System.Globalization.CultureInfo objects, the culture can also be specified using the name. LanguagePlatformException Represents an error thrown by components in the language platform which are not covered by a standard system exception. It also contains a fault description which can be transmitted through the standard WCF fault mechanism. Pair Represents a pair of values of the same type. Segment Represents a segment, which is a sequence of SegmentElement s, in a particular language. SegmentEditor SegmentElement Base abstract class representing a segment element. A Segment consists of a sequence of segment elements. SegmentPosition Represents a position within a segment. SegmentRange Represents the range of a segment, indicated by two specified positions. The segment positions are inclusive (\"into\" semantics). StringUtilities Defines utilities related to System.String . Tag Represents a tag. Text Represents a piece of text within a segment. Wordlist A searchable word list with index. Interfaces ISegmentElementVisitor Visitor pattern implementation for segment elements. Enums CharacterProperties.Case Enumerates case variants of strings and letters. CultureInfoExtensions.LanguageGroupID Language Group IDs, as defined in the Platform SDK, WinNls.h. Added LGRPID_UNKNOWN. CultureInfoExtensions.LanguageGroupInstallationStatus The installation status of the language group information as defined in the Platform SDK, WinNls.h ErrorCode Defines the error codes which are returned by certain operations or are included in LanguagePlatformException s. FaultStatus Specifies the fault status. SearchOption Options which modify search behavior. Segment.DeleteTagsAction Enumerates the different ways how text placeholders should be handled when removing tags from a segment. Since this is a [Flags] enum, variables of this type may use a combination of values. Segment.ValidationMode Determines the type of validation to perform in Segment.Validate(ValidationMode) . SegmentElement.Similarity A similarity level between segment elements. StringUtilities.Casing The casing of a string. TagType Indicates the tag type. UnicodeBlock The Unicode blocks (code point ranges), according to the Unicode standard" }, "api/translationmemory/Sdl.LanguagePlatform.Core.ISegmentElementVisitor.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.ISegmentElementVisitor.html", "title": "Interface ISegmentElementVisitor", - "keywords": "Interface ISegmentElementVisitor Visitor pattern implementation for segment elements. Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public interface ISegmentElementVisitor Methods VisitDateTimeToken(DateTimeToken) Called by DateTimeToken . Declaration void VisitDateTimeToken(DateTimeToken token) Parameters Type Name Description DateTimeToken token VisitMeasureToken(MeasureToken) Called by MeasureToken . Declaration void VisitMeasureToken(MeasureToken token) Parameters Type Name Description MeasureToken token VisitNumberToken(NumberToken) Called by NumberToken . Declaration void VisitNumberToken(NumberToken token) Parameters Type Name Description NumberToken token VisitSimpleToken(SimpleToken) Called by SimpleToken . Declaration void VisitSimpleToken(SimpleToken token) Parameters Type Name Description SimpleToken token VisitTag(Tag) Called by Tag . Declaration void VisitTag(Tag tag) Parameters Type Name Description Tag tag VisitTagToken(TagToken) Called by TagToken . Declaration void VisitTagToken(TagToken token) Parameters Type Name Description TagToken token VisitText(Text) Called by Text . Declaration void VisitText(Text text) Parameters Type Name Description Text text" + "keywords": "Interface ISegmentElementVisitor Visitor pattern implementation for segment elements. Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public interface ISegmentElementVisitor Methods VisitDateTimeToken(DateTimeToken) Called by DateTimeToken . Declaration void VisitDateTimeToken(DateTimeToken token) Parameters Type Name Description DateTimeToken token VisitMeasureToken(MeasureToken) Called by MeasureToken . Declaration void VisitMeasureToken(MeasureToken token) Parameters Type Name Description MeasureToken token VisitNumberToken(NumberToken) Called by NumberToken . Declaration void VisitNumberToken(NumberToken token) Parameters Type Name Description NumberToken token VisitSimpleToken(SimpleToken) Called by SimpleToken . Declaration void VisitSimpleToken(SimpleToken token) Parameters Type Name Description SimpleToken token VisitTag(Tag) Called by Tag . Declaration void VisitTag(Tag tag) Parameters Type Name Description Tag tag VisitTagToken(TagToken) Called by TagToken . Declaration void VisitTagToken(TagToken token) Parameters Type Name Description TagToken token VisitText(Text) Called by Text . Declaration void VisitText(Text text) Parameters Type Name Description Text text" }, "api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePair.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePair.html", "title": "Class LanguagePair", - "keywords": "Class LanguagePair A LanguagePair represents a combination of a source language and a target language. Languages are specified using their culture or the culture which usually maps to CultureInfo.Name. However, since the XmlSerializer cannot serialize CultureInfo objects, the culture can also be specified using the name. Inheritance object LanguagePair Implements IComparable LanguagePair Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class LanguagePair : IComparable Constructors LanguagePair() Instantiates a new object and initializes both languages to the invariant culture. Declaration public LanguagePair() LanguagePair(CultureCode, CultureCode) Instantiates a new object and initializes it with the provided language direction. Declaration public LanguagePair(CultureCode srcCulture, CultureCode trgCulture) Parameters Type Name Description CultureCode srcCulture The source culture name CultureCode trgCulture The target culture name Properties SourceCulture Gets or sets the source culture Declaration public CultureCode SourceCulture { get; set; } Property Value Type Description CultureCode SourceCultureName Gets or sets the source language in form of a culture code. Declaration [DataMember] public string SourceCultureName { get; set; } Property Value Type Description string TargetCulture Gets or sets the target culture Declaration public CultureCode TargetCulture { get; set; } Property Value Type Description CultureCode TargetCultureName Gets or sets the target language in form of a culture code. Declaration [DataMember] public string TargetCultureName { get; set; } Property Value Type Description string Methods CompareTo(LanguagePair) Compares the language directions, which is achieved by lexically comparing the source and target culture names. Declaration public int CompareTo(LanguagePair other) Parameters Type Name Description LanguagePair other Returns Type Description int A comparision result Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetHashCode() GetHashCode() Declaration public override int GetHashCode() Returns Type Description int A hash code for this object Overrides object.GetHashCode() IsCompatible(LanguagePair) Checks whether a language pair is compatible to another language pair, which is the case if the source and target cultures of both language pairs are non-null and are pairwise compatible with each other ( AreCompatible(CultureInfo, CultureInfo) ). Declaration public bool IsCompatible(LanguagePair other) Parameters Type Name Description LanguagePair other Returns Type Description bool IsCompatiblePairAsync(LanguagePair, ICultureMetadataManager) Checks whether a language pair is compatible to another language pair, which is the case if the source and target cultures of both language pairs are non-null and are pairwise compatible with each other ( AreCompatibleCodesAsync(CultureCode, CultureCode, ICultureMetadataManager) ). Declaration public Task IsCompatiblePairAsync(LanguagePair other, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description LanguagePair other ICultureMetadataManager cultureMetadataManager Returns Type Description Task bool Reverse() Creates a new language pair object with the reversed language direction. Declaration public LanguagePair Reverse() Returns Type Description LanguagePair ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString() TryParse(string, out LanguagePair) Attempts to parse a language pair represented by a string, as produced by ToString() . Declaration public static bool TryParse(string s, out LanguagePair lp) Parameters Type Name Description string s The input string LanguagePair lp Will hold the deserialized (parsed) return value upon success, and is set to null otherwise. Returns Type Description bool true if the parsing was successful, false otherwise. Implements IComparable" + "keywords": "Class LanguagePair A LanguagePair represents a combination of a source language and a target language. Languages are specified using their culture or the culture which usually maps to CultureInfo.Name. However, since the XmlSerializer cannot serialize System.Globalization.CultureInfo objects, the culture can also be specified using the name. Inheritance System.Object LanguagePair Implements System.IComparable < LanguagePair > Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class LanguagePair : IComparable Constructors LanguagePair() Instantiates a new object and initializes both languages to the invariant culture. Declaration public LanguagePair() LanguagePair(CultureCode, CultureCode) Instantiates a new object and initializes it with the provided language direction. Declaration public LanguagePair(CultureCode srcCulture, CultureCode trgCulture) Parameters Type Name Description Sdl.Core.Globalization.CultureCode srcCulture The source culture name Sdl.Core.Globalization.CultureCode trgCulture The target culture name Properties SourceCulture Gets or sets the source culture Declaration public CultureCode SourceCulture { get; set; } Property Value Type Description Sdl.Core.Globalization.CultureCode SourceCultureName Gets or sets the source language in form of a culture code. Declaration public string SourceCultureName { get; set; } Property Value Type Description System.String TargetCulture Gets or sets the target culture Declaration public CultureCode TargetCulture { get; set; } Property Value Type Description Sdl.Core.Globalization.CultureCode TargetCultureName Gets or sets the target language in form of a culture code. Declaration public string TargetCultureName { get; set; } Property Value Type Description System.String Methods CompareTo(LanguagePair) Compares the language directions, which is achieved by lexically comparing the source and target culture names. Declaration public int CompareTo(LanguagePair other) Parameters Type Name Description LanguagePair other Returns Type Description System.Int32 A comparision result Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetHashCode() System.Object.GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this object Overrides System.Object.GetHashCode() IsCompatible(LanguagePair) Checks whether a language pair is compatible to another language pair, which is the case if the source and target cultures of both language pairs are non-null and are pairwise compatible with each other ( AreCompatible(CultureInfo, CultureInfo) ). Declaration public bool IsCompatible(LanguagePair other) Parameters Type Name Description LanguagePair other Returns Type Description System.Boolean IsCompatiblePairAsync(LanguagePair, ICultureMetadataManager) Checks whether a language pair is compatible to another language pair, which is the case if the source and target cultures of both language pairs are non-null and are pairwise compatible with each other ( AreCompatibleCodesAsync(CultureCode, CultureCode, ICultureMetadataManager) ). Declaration public Task IsCompatiblePairAsync(LanguagePair other, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description LanguagePair other Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < System.Boolean > Reverse() Creates a new language pair object with the reversed language direction. Declaration public LanguagePair Reverse() Returns Type Description LanguagePair ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString() TryParse(String, out LanguagePair) Attempts to parse a language pair represented by a string, as produced by ToString() . Declaration public static bool TryParse(string s, out LanguagePair lp) Parameters Type Name Description System.String s The input string LanguagePair lp Will hold the deserialized (parsed) return value upon success, and is set to null otherwise. Returns Type Description System.Boolean true if the parsing was successful, false otherwise. Implements System.IComparable" }, "api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePlatformException.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePlatformException.html", "title": "Class LanguagePlatformException", - "keywords": "Class LanguagePlatformException Represents an error thrown by components in the language platform which are not covered by a standard system exception. It also contains a fault description which can be transmitted through the standard WCF fault mechanism. Inheritance object Exception LanguagePlatformException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class LanguagePlatformException : Exception, ISerializable, _Exception Constructors LanguagePlatformException(ErrorCode) Initializes a new instance with the specified error code. Declaration public LanguagePlatformException(ErrorCode code) Parameters Type Name Description ErrorCode code The error code to assign LanguagePlatformException(ErrorCode, FaultStatus) Initializes a new instance with the specified error code and fault status. Declaration public LanguagePlatformException(ErrorCode code, FaultStatus status) Parameters Type Name Description ErrorCode code The error code to assign FaultStatus status The fault status to assign LanguagePlatformException(ErrorCode, FaultStatus, string) Initializes a new instance with the specified error code, fault status, and data. Declaration public LanguagePlatformException(ErrorCode code, FaultStatus status, string data) Parameters Type Name Description ErrorCode code The error code to assign FaultStatus status The fault status to assign string data Additional error data (may be null) LanguagePlatformException(ErrorCode, string) Initializes a new instance with the specified error code and data. Declaration public LanguagePlatformException(ErrorCode code, string data) Parameters Type Name Description ErrorCode code The error code to assign string data Additional error data (may be null) LanguagePlatformException(FaultDescription) Initializes a new instance with the specified fault description. Declaration public LanguagePlatformException(FaultDescription description) Parameters Type Name Description FaultDescription description The fault description. LanguagePlatformException(FaultDescription, Exception) Initializes a new instance from a system exception and a specified fault description. Declaration public LanguagePlatformException(FaultDescription description, Exception e) Parameters Type Name Description FaultDescription description The fault description. Exception e The underlying system exception. Properties Description Gets the fault description. Declaration public FaultDescription Description { get; } Property Value Type Description FaultDescription Implements ISerializable _Exception" + "keywords": "Class LanguagePlatformException Represents an error thrown by components in the language platform which are not covered by a standard system exception. It also contains a fault description which can be transmitted through the standard WCF fault mechanism. Inheritance System.Object System.Exception LanguagePlatformException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class LanguagePlatformException : Exception, ISerializable, _Exception Constructors LanguagePlatformException(ErrorCode) Initializes a new instance with the specified error code. Declaration public LanguagePlatformException(ErrorCode code) Parameters Type Name Description ErrorCode code The error code to assign LanguagePlatformException(ErrorCode, FaultStatus) Initializes a new instance with the specified error code and fault status. Declaration public LanguagePlatformException(ErrorCode code, FaultStatus status) Parameters Type Name Description ErrorCode code The error code to assign FaultStatus status The fault status to assign LanguagePlatformException(ErrorCode, FaultStatus, String) Initializes a new instance with the specified error code, fault status, and data. Declaration public LanguagePlatformException(ErrorCode code, FaultStatus status, string data) Parameters Type Name Description ErrorCode code The error code to assign FaultStatus status The fault status to assign System.String data Additional error data (may be null) LanguagePlatformException(ErrorCode, String) Initializes a new instance with the specified error code and data. Declaration public LanguagePlatformException(ErrorCode code, string data) Parameters Type Name Description ErrorCode code The error code to assign System.String data Additional error data (may be null) LanguagePlatformException(FaultDescription) Initializes a new instance with the specified fault description. Declaration public LanguagePlatformException(FaultDescription description) Parameters Type Name Description FaultDescription description The fault description. LanguagePlatformException(FaultDescription, Exception) Initializes a new instance from a system exception and a specified fault description. Declaration public LanguagePlatformException(FaultDescription description, Exception e) Parameters Type Name Description FaultDescription description The fault description. System.Exception e The underlying system exception. Properties Description Gets the fault description. Declaration public FaultDescription Description { get; } Property Value Type Description FaultDescription Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Pair-1.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Pair-1.html", "title": "Class Pair", - "keywords": "Class Pair Represents a pair of values of the same type. Inheritance object Pair Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class Pair Type Parameters Name Description T Constructors Pair() Initializes a new instance with the default values of T . Declaration public Pair() Pair(T, T) Initializes a new instance with the specified values. Declaration public Pair(T left, T right) Parameters Type Name Description T left The left value T right The right value Fields Left Gets or sets the left value. Declaration public T Left Field Value Type Description T Right Gets or sets the right value. Declaration public T Right Field Value Type Description T" + "keywords": "Class Pair Represents a pair of values of the same type. Inheritance System.Object Pair 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.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class Pair Type Parameters Name Description T Constructors Pair() Initializes a new instance with the default values of T . Declaration public Pair() Pair(T, T) Initializes a new instance with the specified values. Declaration public Pair(T left, T right) Parameters Type Name Description T left The left value T right The right value Fields Left Gets or sets the left value. Declaration public T Left Field Value Type Description T Right Gets or sets the right value. Declaration public T Right Field Value Type Description T" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.html", @@ -7017,57 +6707,57 @@ "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.html", "title": "Interface IResourceDataAccessor", - "keywords": "Interface IResourceDataAccessor A resource data accessor provides access to language-specific resources of different types (see LanguageResourceType for the supported resource types). Resources are binary-stored data streams. The caller is responsible to read the data in the resource-specific format and interpret it accordingly. Namespace : Sdl Sdl.LanguagePlatform Core Resources Assembly : Sdl.LanguagePlatform.Core.dll Syntax public interface IResourceDataAccessor Methods GetResourceData(CultureCode, LanguageResourceType, bool) Similar to ReadResourceData(CultureCode, LanguageResourceType, bool) but returns the result as a byte array. Declaration byte[] GetResourceData(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description CultureCode culture LanguageResourceType t bool fallback Returns Type Description byte GetResourceStatus(CultureCode, LanguageResourceType, bool) Returns the resource status for the specified resource and the specified culture. Declaration ResourceStatus GetResourceStatus(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description CultureCode culture The culture for which the status is requested. LanguageResourceType t The language resource type which is requested. bool fallback If true, a resource accessor may fallback to a more general culture. If false, no fallback may be performed. Returns Type Description ResourceStatus The resource status for the resource type and culture. GetSupportedCultures(LanguageResourceType) Returns all cultures for which resources are found for the provided resource type. Declaration List GetSupportedCultures(LanguageResourceType t) Parameters Type Name Description LanguageResourceType t The resource type Returns Type Description List CultureInfo The list of cultures for which a resource of the specified type is available ReadResourceData(CultureCode, LanguageResourceType, bool) Returns the data stream for the specified resource type and culture. If an appropriate resource is not found, an exception is thrown and/or null is returned. Callers should check for both conditions, and check the resource status before the stream is requested. Declaration Stream ReadResourceData(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description CultureCode culture The culture for which a resource is requested. LanguageResourceType t The language resource type which is requested. bool fallback If true, a resource accessor may fallback to a more general culture. If false, no fallback may be performed. Returns Type Description Stream A stream containing the data for the requested resource, or null if the resource is not available (in which case callers may also throw an exception)." + "keywords": "Interface IResourceDataAccessor A resource data accessor provides access to language-specific resources of different types (see LanguageResourceType for the supported resource types). Resources are binary-stored data streams. The caller is responsible to read the data in the resource-specific format and interpret it accordingly. Namespace : Sdl.LanguagePlatform.Core.Resources Assembly : Sdl.LanguagePlatform.Core.dll Syntax public interface IResourceDataAccessor Methods GetResourceData(CultureCode, LanguageResourceType, Boolean) Similar to ReadResourceData(CultureCode, LanguageResourceType, Boolean) but returns the result as a byte array. Declaration byte[] GetResourceData(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture LanguageResourceType t System.Boolean fallback Returns Type Description System.Byte [] GetResourceStatus(CultureCode, LanguageResourceType, Boolean) Returns the resource status for the specified resource and the specified culture. Declaration ResourceStatus GetResourceStatus(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture The culture for which the status is requested. LanguageResourceType t The language resource type which is requested. System.Boolean fallback If true, a resource accessor may fallback to a more general culture. If false, no fallback may be performed. Returns Type Description ResourceStatus The resource status for the resource type and culture. GetSupportedCultures(LanguageResourceType) Returns all cultures for which resources are found for the provided resource type. Declaration List GetSupportedCultures(LanguageResourceType t) Parameters Type Name Description LanguageResourceType t The resource type Returns Type Description System.Collections.Generic.List < System.Globalization.CultureInfo > The list of cultures for which a resource of the specified type is available ReadResourceData(CultureCode, LanguageResourceType, Boolean) Returns the data stream for the specified resource type and culture. If an appropriate resource is not found, an exception is thrown and/or null is returned. Callers should check for both conditions, and check the resource status before the stream is requested. Declaration Stream ReadResourceData(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture The culture for which a resource is requested. LanguageResourceType t The language resource type which is requested. System.Boolean fallback If true, a resource accessor may fallback to a more general culture. If false, no fallback may be performed. Returns Type Description System.IO.Stream A stream containing the data for the requested resource, or null if the resource is not available (in which case callers may also throw an exception)." }, "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.html", "title": "Interface IResourceDataAccessorAsync", - "keywords": "Interface IResourceDataAccessorAsync Namespace : Sdl Sdl.LanguagePlatform Core Resources Assembly : Sdl.LanguagePlatform.Core.dll Syntax public interface IResourceDataAccessorAsync Methods GetResourceDataAsync(CultureCode, LanguageResourceType, bool) Similar to ReadResourceDataAsync(CultureCode, LanguageResourceType, bool) but returns the result as a byte array. Declaration Task GetResourceDataAsync(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description CultureCode culture LanguageResourceType t bool fallback Returns Type Description Task byte GetResourceStatusAsync(CultureCode, LanguageResourceType, bool) Returns the resource status for the specified resource and the specified culture. Declaration Task GetResourceStatusAsync(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description CultureCode culture The culture for which the status is requested. LanguageResourceType t The language resource type which is requested. bool fallback If true, a resource accessor may fallback to a more general culture. If false, no fallback may be performed. Returns Type Description Task ResourceStatus The resource status for the resource type and culture. GetSupportedCultures(LanguageResourceType) Returns all cultures for which resources are found for the provided resource type. Declaration List GetSupportedCultures(LanguageResourceType t) Parameters Type Name Description LanguageResourceType t The resource type Returns Type Description List CultureCode The list of cultures for which a resource of the specified type is available ReadResourceDataAsync(CultureCode, LanguageResourceType, bool) Returns the data stream for the specified resource type and culture. If an appropriate resource is not found, an exception is thrown and/or null is returned. Callers should check for both conditions, and check the resource status before the stream is requested. Declaration Task ReadResourceDataAsync(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description CultureCode culture The culture for which a resource is requested. LanguageResourceType t The language resource type which is requested. bool fallback If true, a resource accessor may fallback to a more general culture. If false, no fallback may be performed. Returns Type Description Task Stream A stream containing the data for the requested resource, or null if the resource is not available (in which case callers may also throw an exception)." + "keywords": "Interface IResourceDataAccessorAsync Namespace : Sdl.LanguagePlatform.Core.Resources Assembly : Sdl.LanguagePlatform.Core.dll Syntax public interface IResourceDataAccessorAsync Methods GetResourceDataAsync(CultureCode, LanguageResourceType, Boolean) Similar to ReadResourceDataAsync(CultureCode, LanguageResourceType, Boolean) but returns the result as a byte array. Declaration Task GetResourceDataAsync(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture LanguageResourceType t System.Boolean fallback Returns Type Description System.Threading.Tasks.Task < System.Byte []> GetResourceStatusAsync(CultureCode, LanguageResourceType, Boolean) Returns the resource status for the specified resource and the specified culture. Declaration Task GetResourceStatusAsync(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture The culture for which the status is requested. LanguageResourceType t The language resource type which is requested. System.Boolean fallback If true, a resource accessor may fallback to a more general culture. If false, no fallback may be performed. Returns Type Description System.Threading.Tasks.Task < ResourceStatus > The resource status for the resource type and culture. GetSupportedCultures(LanguageResourceType) Returns all cultures for which resources are found for the provided resource type. Declaration List GetSupportedCultures(LanguageResourceType t) Parameters Type Name Description LanguageResourceType t The resource type Returns Type Description System.Collections.Generic.List < Sdl.Core.Globalization.CultureCode > The list of cultures for which a resource of the specified type is available ReadResourceDataAsync(CultureCode, LanguageResourceType, Boolean) Returns the data stream for the specified resource type and culture. If an appropriate resource is not found, an exception is thrown and/or null is returned. Callers should check for both conditions, and check the resource status before the stream is requested. Declaration Task ReadResourceDataAsync(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture The culture for which a resource is requested. LanguageResourceType t The language resource type which is requested. System.Boolean fallback If true, a resource accessor may fallback to a more general culture. If false, no fallback may be performed. Returns Type Description System.Threading.Tasks.Task < System.IO.Stream > A stream containing the data for the requested resource, or null if the resource is not available (in which case callers may also throw an exception)." }, "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.LanguageResourceType.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.LanguageResourceType.html", "title": "Enum LanguageResourceType", - "keywords": "Enum LanguageResourceType Enumerates the different types of language resources. Namespace : Sdl Sdl.LanguagePlatform Core Resources Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public enum LanguageResourceType Fields Name Description Abbreviations The resource contains abbreviations. CharTrigramVector The resource contains normalized character trigram vectors (special, for internal use only) CurrencyFST A compiled, binary FST which recognizes currency values. CurrencyFSTEx Extended FST information; list of formats used to build currency FST CurrencySymbols A word list containing additional currency symbols to be added to the measurement recognizer, position depending on the culture's number pattern DatePatterns The resource contains date patterns, used for date recognition. GenericRecognizers An XML structure which defines generic recognizers which are available. LongDateFST A compiled, binary FST which recognizes long date patterns. This resource is not user-customizable. LongDateFSTEx Extended FST information; list of long date format strings used to build FST LongTimeFST A compiled, binary FST which recognizes long time patterns. This resource is not user-customizable. LongTimeFSTEx Extended FST information; list of long time format strings used to build FST MeasurementFST A compiled, binary FST which recognizes measurements. This resource is not user-customizable. MeasurementFSTEx Extended FST information; list of units used to build measurement FST MeasurementPatterns The resource contains measurement patterns, used for measurement recognition. NumberFST A compiled, binary FST which recognizes numbers. This resource is not user-customizable. NumberFSTEx Extended FST information; list of separators used to build number and measurement FSTs NumberPatterns The resource contains number patterns, used for number recognition. OrdinalFollowers The resource contains ordinal followers. PhysicalUnits A word list containing additional physical units to be added to the measurement recognizer (postfix only) SegmentationRules The resource contains segmentation rules. ShortDateFST A compiled, binary FST which recognizes short date patterns. This resource is not user-customizable. ShortDateFSTEx Extended FST information; list of short date format strings used to build FST ShortTimeFST A compiled, binary FST which recognizes short time patterns. This resource is not user-customizable. ShortTimeFSTEx Extended FST information; list of short time format strings used to build FST StemmingRules The resource contains stemming rules. Stopwords The resource contains stop words (very frequent words). TimePatterns The resource contains time patterns, used for time recognition. TokenizerSettings The resource contains tokenizer settings. Undefined The resource type is undefined. Needed for deserialization purposes, to avoid confusion with a valid type. Variables The resource contains variables (non-translatable tokens)." + "keywords": "Enum LanguageResourceType Enumerates the different types of language resources. Namespace : Sdl.LanguagePlatform.Core.Resources Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum LanguageResourceType Fields Name Description Abbreviations The resource contains abbreviations. CharTrigramVector The resource contains normalized character trigram vectors (special, for internal use only) CurrencyFST A compiled, binary FST which recognizes currency values. CurrencyFSTEx Extended FST information; list of formats used to build currency FST CurrencySymbols A word list containing additional currency symbols to be added to the measurement recognizer, position depending on the culture's number pattern DatePatterns The resource contains date patterns, used for date recognition. GenericRecognizers An XML structure which defines generic recognizers which are available. LongDateFST A compiled, binary FST which recognizes long date patterns. This resource is not user-customizable. LongDateFSTEx Extended FST information; list of long date format strings used to build FST LongTimeFST A compiled, binary FST which recognizes long time patterns. This resource is not user-customizable. LongTimeFSTEx Extended FST information; list of long time format strings used to build FST MeasurementFST A compiled, binary FST which recognizes measurements. This resource is not user-customizable. MeasurementFSTEx Extended FST information; list of units used to build measurement FST MeasurementPatterns The resource contains measurement patterns, used for measurement recognition. NumberFST A compiled, binary FST which recognizes numbers. This resource is not user-customizable. NumberFSTEx Extended FST information; list of separators used to build number and measurement FSTs NumberPatterns The resource contains number patterns, used for number recognition. OrdinalFollowers The resource contains ordinal followers. PhysicalUnits A word list containing additional physical units to be added to the measurement recognizer (postfix only) SegmentationRules The resource contains segmentation rules. ShortDateFST A compiled, binary FST which recognizes short date patterns. This resource is not user-customizable. ShortDateFSTEx Extended FST information; list of short date format strings used to build FST ShortTimeFST A compiled, binary FST which recognizes short time patterns. This resource is not user-customizable. ShortTimeFSTEx Extended FST information; list of short time format strings used to build FST StemmingRules The resource contains stemming rules. Stopwords The resource contains stop words (very frequent words). TimePatterns The resource contains time patterns, used for time recognition. TokenizerSettings The resource contains tokenizer settings. Undefined The resource type is undefined. Needed for deserialization purposes, to avoid confusion with a valid type. Variables The resource contains variables (non-translatable tokens)." }, "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.html", "title": "Class ResourceDataAccessorAsyncWrapper", - "keywords": "Class ResourceDataAccessorAsyncWrapper Helper class for legacy functions where IResourceDataAccessor needs to be supported Inheritance object ResourceDataAccessorAsyncWrapper Implements IResourceDataAccessorAsync Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Resources Assembly : Sdl.LanguagePlatform.Core.dll Syntax [Obsolete(\"Use functions accepting IResourceDataAccessorAsync\")] public class ResourceDataAccessorAsyncWrapper : IResourceDataAccessorAsync Constructors ResourceDataAccessorAsyncWrapper(IResourceDataAccessor) Declaration public ResourceDataAccessorAsyncWrapper(IResourceDataAccessor accessor) Parameters Type Name Description IResourceDataAccessor accessor Methods GetResourceDataAsync(CultureCode, LanguageResourceType, bool) Declaration public Task GetResourceDataAsync(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description CultureCode culture LanguageResourceType t bool fallback Returns Type Description Task byte GetResourceStatusAsync(CultureCode, LanguageResourceType, bool) Declaration public Task GetResourceStatusAsync(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description CultureCode culture LanguageResourceType t bool fallback Returns Type Description Task ResourceStatus GetSupportedCultures(LanguageResourceType) Declaration public List GetSupportedCultures(LanguageResourceType t) Parameters Type Name Description LanguageResourceType t Returns Type Description List CultureCode GetWrapper(IResourceDataAccessor) Declaration public static IResourceDataAccessorAsync GetWrapper(IResourceDataAccessor accessor) Parameters Type Name Description IResourceDataAccessor accessor Returns Type Description IResourceDataAccessorAsync ReadResourceDataAsync(CultureCode, LanguageResourceType, bool) Declaration public Task ReadResourceDataAsync(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description CultureCode culture LanguageResourceType t bool fallback Returns Type Description Task Stream Implements IResourceDataAccessorAsync" + "keywords": "Class ResourceDataAccessorAsyncWrapper Helper class for legacy functions where IResourceDataAccessor needs to be supported Inheritance System.Object ResourceDataAccessorAsyncWrapper Implements IResourceDataAccessorAsync 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.Core.Resources Assembly : Sdl.LanguagePlatform.Core.dll Syntax [Obsolete(\"Use functions accepting IResourceDataAccessorAsync\")] public class ResourceDataAccessorAsyncWrapper : IResourceDataAccessorAsync Constructors ResourceDataAccessorAsyncWrapper(IResourceDataAccessor) Declaration public ResourceDataAccessorAsyncWrapper(IResourceDataAccessor accessor) Parameters Type Name Description IResourceDataAccessor accessor Methods GetResourceDataAsync(CultureCode, LanguageResourceType, Boolean) Declaration public Task GetResourceDataAsync(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture LanguageResourceType t System.Boolean fallback Returns Type Description System.Threading.Tasks.Task < System.Byte []> GetResourceStatusAsync(CultureCode, LanguageResourceType, Boolean) Declaration public Task GetResourceStatusAsync(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture LanguageResourceType t System.Boolean fallback Returns Type Description System.Threading.Tasks.Task < ResourceStatus > GetSupportedCultures(LanguageResourceType) Declaration public List GetSupportedCultures(LanguageResourceType t) Parameters Type Name Description LanguageResourceType t Returns Type Description System.Collections.Generic.List < Sdl.Core.Globalization.CultureCode > GetWrapper(IResourceDataAccessor) Declaration public static IResourceDataAccessorAsync GetWrapper(IResourceDataAccessor accessor) Parameters Type Name Description IResourceDataAccessor accessor Returns Type Description IResourceDataAccessorAsync ReadResourceDataAsync(CultureCode, LanguageResourceType, Boolean) Declaration public Task ReadResourceDataAsync(CultureCode culture, LanguageResourceType t, bool fallback) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture LanguageResourceType t System.Boolean fallback Returns Type Description System.Threading.Tasks.Task < System.IO.Stream > Implements IResourceDataAccessorAsync" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceStatus.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceStatus.html", "title": "Enum ResourceStatus", - "keywords": "Enum ResourceStatus Enumerates the status of a resource. The status specifies whether a requested resource can be loaded or not. Namespace : Sdl Sdl.LanguagePlatform Core Resources Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum ResourceStatus Fields Name Description Loadable The resource is available and can be loaded. Loaded The resource is already loaded and will not be re-read from the underlying resource accessor. NotAvailable The resource is not available. An attempt to read it may result in an exception." + "keywords": "Enum ResourceStatus Enumerates the status of a resource. The status specifies whether a requested resource can be loaded or not. Namespace : Sdl.LanguagePlatform.Core.Resources Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum ResourceStatus Fields Name Description Loadable The resource is available and can be loaded. Loaded The resource is already loaded and will not be re-read from the underlying resource accessor. NotAvailable The resource is not available. An attempt to read it may result in an exception." }, "api/translationmemory/Sdl.LanguagePlatform.Core.SearchOption.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.SearchOption.html", "title": "Enum SearchOption", - "keywords": "Enum SearchOption Options which modify search behavior. Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax [Flags] public enum SearchOption Fields Name Description CaseInsensitive Case-insensitive search. DiacriticsInsensitive Diacritics-insensitive search (ignores the accents, umblauts, etc). None Case-sensitive search." + "keywords": "Enum SearchOption Options which modify search behavior. Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax [Flags] public enum SearchOption Fields Name Description CaseInsensitive Case-insensitive search. DiacriticsInsensitive Diacritics-insensitive search (ignores the accents, umblauts, etc). None Case-sensitive search." }, "api/translationmemory/Sdl.LanguagePlatform.Core.Segment.DeleteTagsAction.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Segment.DeleteTagsAction.html", "title": "Enum Segment.DeleteTagsAction", - "keywords": "Enum Segment.DeleteTagsAction Enumerates the different ways how text placeholders should be handled when removing tags from a segment. Since this is a [Flags] enum, variables of this type may use a combination of values. Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax [Flags] public enum Segment.DeleteTagsAction Fields Name Description DeleteAll Combined Value: Delete all tags, including text placeholders and standalone tags DeleteNone Do not delete any tags DeletePairedTags Delete paired tags DeleteStandaloneTags Delete standalone tags DeleteTextPlaceholders Delete text placeholders KeepTextPlaceholders Combined Value: delete standalone and paired tags" + "keywords": "Enum Segment.DeleteTagsAction Enumerates the different ways how text placeholders should be handled when removing tags from a segment. Since this is a [Flags] enum, variables of this type may use a combination of values. Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax [Flags] public enum DeleteTagsAction Fields Name Description DeleteAll Combined Value: Delete all tags, including text placeholders and standalone tags DeleteNone Do not delete any tags DeletePairedTags Delete paired tags DeleteStandaloneTags Delete standalone tags DeleteTextPlaceholders Delete text placeholders KeepTextPlaceholders Combined Value: delete standalone and paired tags" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html", "title": "Class Segment", - "keywords": "Class Segment Represents a segment, which is a sequence of SegmentElement s, in a particular language. Inheritance object Segment Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class Segment Constructors Segment() Initializes a new instance with the InvariantCulture , and an empty list of elements. Declaration public Segment() Segment(CultureCode) Initializes a new instance with the specified culture, and an empty list of elements. Declaration public Segment(CultureCode culture) Parameters Type Name Description CultureCode culture The CultureCode object representing the language. Properties Culture Gets or sets the culture for this segment. Declaration public CultureCode Culture { get; set; } Property Value Type Description CultureCode CultureName Gets or sets the culture name for this segment. The culture name must be resolvable through CultureInfoExtensions.GetCultureInfo(string) , or an exception will be thrown. Declaration [DataMember] public string CultureName { get; set; } Property Value Type Description string Elements Gets or sets the collection of elements in this segment. Declaration [DataMember] public List Elements { get; set; } Property Value Type Description List SegmentElement HasPairedTags Gets a value which indicates whether this segment contains any paired tags. Only start tags are checked, it is assumed that the tag structure is valid. Declaration public bool HasPairedTags { get; } Property Value Type Description bool HasPlaceables Gets a bool value which indicates whether this segment contains any placeables. Note that the return value is only valid if the segment is tokenized. Declaration public bool HasPlaceables { get; } Property Value Type Description bool HasTags Gets a value which indicates whether this segment contains any tags. Declaration public bool HasTags { get; } Property Value Type Description bool IsEmpty Gets a value indicating whether this instance contains any elements (false) or not (true). Declaration public bool IsEmpty { get; } Property Value Type Description bool LastElement Gets or sets the last element of this segment. Declaration public SegmentElement LastElement { get; set; } Property Value Type Description SegmentElement Tokens Gets or sets the collection of tokens in this segment. Declaration [DataMember] public List Tokens { get; set; } Property Value Type Description List Token Methods Add(SegmentElement) Adds the provided segment element to the segment's list of elements. When adding a text element, and the last segment element is a text element as well, they will be merged. Declaration public void Add(SegmentElement element) Parameters Type Name Description SegmentElement element The element to append Add(string) Adds the provided string as a new text element to the segment's list of elements. If the last segment element is a Text element as well, they will be merged. Declaration public void Add(string text) Parameters Type Name Description string text The text to append AddRange(IEnumerable) Adds all segment elements in the collection to this segment. Declaration public void AddRange(IEnumerable elements) Parameters Type Name Description IEnumerable SegmentElement elements The elements to add AnchorDanglingTags() Sets the anchor for any tags which are not yet anchored (including standalone/placeholder tags). Does not modify tag IDs or alignment anchors. Declaration public void AnchorDanglingTags() Clear() Empties the list of segment elements. Declaration public void Clear() ComputeStrictIdentityStringAsync() Gets a strict identity string - use with GetStrictHash() Declaration public Task ComputeStrictIdentityStringAsync() Returns Type Description Task string ComputeStrictIdentityStringAsync(IEnumerable) Generate strict identity string (not intended for fuzzy matching) Declaration public static Task ComputeStrictIdentityStringAsync(IEnumerable tokens) Parameters Type Name Description IEnumerable Token tokens Returns Type Description Task string DeleteEmptyTagPairs(bool) Deletes empty tag pairs (a start tag directly followed by the end tag with the same tag anchor) from the segment. Declaration public bool DeleteEmptyTagPairs(bool onlyInPeripheralPositions) Parameters Type Name Description bool onlyInPeripheralPositions If true, will delete empty tag pairs only if they appear in peripheral positions (leading, trailing). Returns Type Description bool true if any tags were deleted, and false otherwise. DeleteTags() Removes all tags from the segment, applying the DeleteAll tag deletion mode. Declaration public bool DeleteTags() Returns Type Description bool true if any tags were deleted, and false otherwise. DeleteTags(DeleteTagsAction) Removes all tags from the segment, applying the specified tag deletion mode. Declaration public bool DeleteTags(Segment.DeleteTagsAction mode) Parameters Type Name Description Segment DeleteTagsAction mode The tag deletion mode Returns Type Description bool true if any tags were deleted, and false otherwise. Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public Segment Duplicate() Returns Type Description Segment A new instance that is a deep copy of this instance. Equals(Segment) Compares this instance to another Segment object. Declaration public bool Equals(Segment other) Parameters Type Name Description Segment other The other instance. Returns Type Description bool true if the language and all the elements are the same, otherwise false. FillUnmatchedStartAndEndTags() Inserts corresponding start and end tags for unmatched end and start tags to the segment. For unmatched end tags, the corresponding start tags are inserted at the beginning of the segment. Corresponding end tags for unmatched start tags are added at the end. In certain cases, not all dangling tags can be filled, and in order to obtain a valid segment without any unmatched tags, RemoveUnmatchedStartAndEndTags(bool) should be called after calling this method. Note that only the tag type is checked, not whether there are start or end tags without a corresponding tag having the same tag anchor. The method will discontinue if the tag pairing structure is incorrect (i.e. if there are overlapping tags). Declaration public bool FillUnmatchedStartAndEndTags() Returns Type Description bool true if the segment was modified, and false otherwise. Note that after calling this method, there may still be unmatched start or end tags in the segment. FindTag(TagType, int) Finds and returns the tag with the provided type and the provided tag anchor, or null if no such tag exists in the segment. Declaration public Tag FindTag(TagType type, int anchor) Parameters Type Name Description TagType type int anchor Returns Type Description Tag GetHashCode() GetHashCode() Declaration public override int GetHashCode() Returns Type Description int A hash code for this object Overrides object.GetHashCode() GetMaxTagAnchor() Returns the highest tag anchor used in the segment, or 0 if no tags are present. Declaration public int GetMaxTagAnchor() Returns Type Description int GetMinMaxTagAnchor(out int, out int) Returns the smallest and largest tag anchor used in the segment. Both default to 0. Declaration public void GetMinMaxTagAnchor(out int min, out int max) Parameters Type Name Description int min int max GetTagCount() Returns the number of tags in the segment. Paired tags are counted only once. Declaration public int GetTagCount() Returns Type Description int The segment's tag count GetTagIdGroups() Computes a mapping from the start tag token index to that tag's tag ID. Only start and standalone/placeholder tags are included in the mapping. The mapping may be n:1. The segment must be tokenized, or an exception is thrown. Declaration public Dictionary GetTagIdGroups() Returns Type Description Dictionary int string GetTagPairings() Returns a dictionary of paired tag token indices, mapping from the start tag's token index to the end tag's token index. The segment must be tokenized, or an exception is thrown. Declaration public Dictionary GetTagPairings() Returns Type Description Dictionary int int GetTokenIndex(SegmentPosition) Returns the index of the token at the specified position. Declaration public int GetTokenIndex(SegmentPosition p) Parameters Type Name Description SegmentPosition p Returns Type Description int The index of the token at the specified position, or -1 if it is not found, or if the segment is not tokenized. GetWeakHashCode() Returns a hash code which does not depend on tag anchors in the segment. This can be used for translation tracking in bilingual documents. Declaration public int GetWeakHashCode() Returns Type Description int A hash code which is independent of tag anchors. HasPeripheralWhitespace() Determines whether the segment starts or ends with at least one whitespace character. Declaration public bool HasPeripheralWhitespace() Returns Type Description bool HasTokenBundles() Returns true if any of the segment's tokens is a TokenBundle (i.e. an ambigous tokenization), and false otherwise. Token bundles should only be used inside the TM Kernel and not be returned through the TM API. Declaration public bool HasTokenBundles() Returns Type Description bool HasUnmatchedStartOrEndTags() Determines whether the segment has any unmatched start or end tags. Note that this method only tests the tag type, and does not handle paired tags where the start or end tag are missing. Declaration public bool HasUnmatchedStartOrEndTags() Returns Type Description bool true if the segment contains any unmatched start or end tags, and false otherwise. IsValid() Determines if this segment is valid. Declaration public bool IsValid() Returns Type Description bool true if the segment is valid, false othwerwise. MergeAdjacentTextRuns() Merges adjacent text runs. Declaration public void MergeAdjacentTextRuns() RemoveTokenBundles() Replaces token bundles with the \"best\" token in that bundle. Returns true if any replacement has been done, and false otherwise. Declaration public bool RemoveTokenBundles() Returns Type Description bool RemoveUnmatchedStartAndEndTags() Deletes all tags from the segment which have a tag type of Core.TagType.UnmatchedStart or Core.TagType.UnmatchedEnd . Note that this method only tests the tag type, and does not handle paired tags where the start or end tag are missing. Declaration public bool RemoveUnmatchedStartAndEndTags() Returns Type Description bool true if the segment was modified, and false otherwise. RemoveUnmatchedStartAndEndTags(bool) Deletes all tags from the segment which have a tag type of Core.TagType.UnmatchedStart or Core.TagType.UnmatchedEnd , if these tags occur in peripheral positions, which means that dangling end tags are only removed if they appear at the start of the segment, and dangling start tags are only removed if they appear at the end of the segment, with no other tags or text preceding the tag (in case of segment-initial dangling end tags), or following the tag (for segment-trailing dangling start tags). Note that this method only tests the tag type, and does not handle paired tags where the start or end tag are missing. Declaration public bool RemoveUnmatchedStartAndEndTags(bool peripheralPositionsOnly) Parameters Type Name Description bool peripheralPositionsOnly Returns Type Description bool true if the segment was modified, and false otherwise. RenumberTagAnchors(int, ref int) Renumbers tag anchors, starting at nextTagAnchor, in a consecutive manner. Although tag anchors have no semantics for standalone tags, they are also anchored in the same manner. Errors in tag numbering will be ignored (but preserved, i.e. invalid tag anchors will be mapped to potentially new, also invalid tag anchors). Declaration public bool RenumberTagAnchors(int nextTagAnchor, ref int maxAlignmentAnchor) Parameters Type Name Description int nextTagAnchor The first anchor to assign (must be larger than zero) int maxAlignmentAnchor Returns the highest alignment anchor in the renumbered segment. Returns Type Description bool true if the any anchors were reassigned, and false otherwise. RenumberTagAnchors(ref int) Renumbers tag anchors so that they start at 1 and are consecutive. Although tag anchors have no semantics for standalone tags, they are also anchored in the same manner. Errors in tag numbering will be ignored (but preserved, i.e. invalid tag anchors will be mapped to potentially new, also invalid tag anchors). Declaration public bool RenumberTagAnchors(ref int maxAlignmentAnchor) Parameters Type Name Description int maxAlignmentAnchor Returns Type Description bool true if the any anchors were reassigned, and false otherwise. ToPlain() Returns a string containing only the plain text in this segment. Note that text placeholders will be replaced with their text equivalent. Declaration public string ToPlain() Returns Type Description string A string containing only the plain text in this segment. ToPlain(SegmentRange) Computes the plain-text version of the part of the segment specified by the provided range. Declaration public string ToPlain(SegmentRange range) Parameters Type Name Description SegmentRange range The range of the segment to convert Returns Type Description string The plain-text string corresponding to the provided range. ToPlain(bool, bool, out List) Computes the plain-text version of the segment and returns, in the ranges list, the segment range of each character of the result string. The number of elements in that collection will be equal to the length of the string in characters. Declaration public string ToPlain(bool tolower, bool tobase, out List ranges) Parameters Type Name Description bool tolower If true, the returned string will be lower-cased bool tobase If true, all letters will be mapped to their base character (i.e. diacritics will be stripped) List SegmentPosition ranges A reference to the list of segment ranges which will be returned upon completion. The list includes, for each character in the result string, the position in the original segment. Returns Type Description string ToPlain(int, int) Returns a string containing only the plain text in this segment, covering the given token range. An exception will be thrown if the segment's tokens are not set or the token range is outside the bounds. Declaration public string ToPlain(int fromToken, int intoToken) Parameters Type Name Description int fromToken The index of the first token int intoToken The index of the last token (inclusive, i.e. \"into\" semantics) Returns Type Description string A plain text string covering the specified token range ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString() Trim() Removes leading whitespace from the first segment element, if that is a text element, and trailing whitespace from the last segment element, if that is a text element. If the first/last segment element is not a text element, it will not be altered. Also, leading (trailing) whitespace will not be removed from a text element if it is preceded (followed) only by non-text elements. Also deletes any null elements. Declaration public void Trim() TrimEnd() Removes trailing whitespace from the last segment element, if that is a text element. If the last segment element is not a text element, nothing will happen. Hence, trailing whitespace will not be removed from a text element if it is followed by non-text elements. The number of elements may be altered by this method. Empty (null) elements will also be removed. Declaration public string TrimEnd() Returns Type Description string A string consisting of the trimmed-off characters, or null if no characters have been trimmed off TrimStart() Removes leading whitespace from the first segment element, if that is a text element. If the first segment element is not a text element, nothing will happen. Hence, leading whitespace will not be removed from a text element if it is preceded by non-text elements. The number of elements may be altered by this method. Empty (null) elements will also be removed. Declaration public string TrimStart() Returns Type Description string A string consisting of the trimmed-off characters, or null if no characters have been trimmed off UpdateFromTokenIndices(ICollection) Updates the segment's text from the tokens, and adjusts span indices accordingly. An exception is thrown if the segment is not tokenized. Declaration public bool UpdateFromTokenIndices(ICollection tokenIndices) Parameters Type Name Description ICollection int tokenIndices The list of tokens to update. Returns Type Description bool true if the segment was changed, and false otherwise. Validate() Validates the current instance, with the ReportAllErrors validation mode. Declaration public ErrorCode Validate() Returns Type Description ErrorCode An error code (which may be OK , indicating the segment is valid). Validate(ValidationMode) Performs validation checks on this instance, applying the specified validation mode. Declaration public ErrorCode Validate(Segment.ValidationMode mode) Parameters Type Name Description Segment ValidationMode mode The validation mode to apply Returns Type Description ErrorCode An error code (which may be OK , indicating the segment is valid). VerifyTokenSpans() Verifies whether the spans of the segment's tokens are correct and reflect the segment's text. Note that the segment should be tokenized. If not, true is returned. Declaration public bool VerifyTokenSpans() Returns Type Description bool true if the verification was successful or the segment is not tokenized, and false otherwise. WeakEquals(Segment) Computes weak equality with another segment. Weak equality does not check culture compatibility and tag anchors do not need to be identical, but text elements must match, as well as the order of tags (element similarity must not be None) Declaration public bool WeakEquals(Segment other) Parameters Type Name Description Segment other Returns Type Description bool" + "keywords": "Class Segment Represents a segment, which is a sequence of SegmentElement s, in a particular language. Inheritance System.Object Segment Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class Segment Constructors Segment() Initializes a new instance with the System.Globalization.CultureInfo.InvariantCulture , and an empty list of elements. Declaration public Segment() Segment(CultureCode) Initializes a new instance with the specified culture, and an empty list of elements. Declaration public Segment(CultureCode culture) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture The CultureCode object representing the language. Properties Culture Gets or sets the culture for this segment. Declaration public CultureCode Culture { get; set; } Property Value Type Description Sdl.Core.Globalization.CultureCode CultureName Gets or sets the culture name for this segment. The culture name must be resolvable through CultureInfoExtensions.GetCultureInfo(string) , or an exception will be thrown. Declaration public string CultureName { get; set; } Property Value Type Description System.String Elements Gets or sets the collection of elements in this segment. Declaration public List Elements { get; set; } Property Value Type Description System.Collections.Generic.List < SegmentElement > HasPairedTags Gets a value which indicates whether this segment contains any paired tags. Only start tags are checked, it is assumed that the tag structure is valid. Declaration public bool HasPairedTags { get; } Property Value Type Description System.Boolean HasPlaceables Gets a bool value which indicates whether this segment contains any placeables. Note that the return value is only valid if the segment is tokenized. Declaration public bool HasPlaceables { get; } Property Value Type Description System.Boolean HasTags Gets a value which indicates whether this segment contains any tags. Declaration public bool HasTags { get; } Property Value Type Description System.Boolean IsEmpty Gets a value indicating whether this instance contains any elements (false) or not (true). Declaration public bool IsEmpty { get; } Property Value Type Description System.Boolean LastElement Gets or sets the last element of this segment. Declaration public SegmentElement LastElement { get; set; } Property Value Type Description SegmentElement Tokens Gets or sets the collection of tokens in this segment. Declaration public List Tokens { get; set; } Property Value Type Description System.Collections.Generic.List < Token > Methods Add(SegmentElement) Adds the provided segment element to the segment's list of elements. When adding a text element, and the last segment element is a text element as well, they will be merged. Declaration public void Add(SegmentElement element) Parameters Type Name Description SegmentElement element The element to append Add(String) Adds the provided string as a new text element to the segment's list of elements. If the last segment element is a Text element as well, they will be merged. Declaration public void Add(string text) Parameters Type Name Description System.String text The text to append AddRange(IEnumerable) Adds all segment elements in the collection to this segment. Declaration public void AddRange(IEnumerable elements) Parameters Type Name Description System.Collections.Generic.IEnumerable < SegmentElement > elements The elements to add AnchorDanglingTags() Sets the anchor for any tags which are not yet anchored (including standalone/placeholder tags). Does not modify tag IDs or alignment anchors. Declaration public void AnchorDanglingTags() Clear() Empties the list of segment elements. Declaration public void Clear() ComputeStrictIdentityStringAsync() Gets a strict identity string - use with GetStrictHash() Declaration public Task ComputeStrictIdentityStringAsync() Returns Type Description System.Threading.Tasks.Task < System.String > ComputeStrictIdentityStringAsync(IEnumerable) Generate strict identity string (not intended for fuzzy matching) Declaration public static Task ComputeStrictIdentityStringAsync(IEnumerable tokens) Parameters Type Name Description System.Collections.Generic.IEnumerable < Token > tokens Returns Type Description System.Threading.Tasks.Task < System.String > DeleteEmptyTagPairs(Boolean) Deletes empty tag pairs (a start tag directly followed by the end tag with the same tag anchor) from the segment. Declaration public bool DeleteEmptyTagPairs(bool onlyInPeripheralPositions) Parameters Type Name Description System.Boolean onlyInPeripheralPositions If true, will delete empty tag pairs only if they appear in peripheral positions (leading, trailing). Returns Type Description System.Boolean true if any tags were deleted, and false otherwise. DeleteTags() Removes all tags from the segment, applying the DeleteAll tag deletion mode. Declaration public bool DeleteTags() Returns Type Description System.Boolean true if any tags were deleted, and false otherwise. DeleteTags(Segment.DeleteTagsAction) Removes all tags from the segment, applying the specified tag deletion mode. Declaration public bool DeleteTags(Segment.DeleteTagsAction mode) Parameters Type Name Description Segment.DeleteTagsAction mode The tag deletion mode Returns Type Description System.Boolean true if any tags were deleted, and false otherwise. Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public Segment Duplicate() Returns Type Description Segment A new instance that is a deep copy of this instance. Equals(Segment) Compares this instance to another Segment object. Declaration public bool Equals(Segment other) Parameters Type Name Description Segment other The other instance. Returns Type Description System.Boolean true if the language and all the elements are the same, otherwise false. FillUnmatchedStartAndEndTags() Inserts corresponding start and end tags for unmatched end and start tags to the segment. For unmatched end tags, the corresponding start tags are inserted at the beginning of the segment. Corresponding end tags for unmatched start tags are added at the end. In certain cases, not all dangling tags can be filled, and in order to obtain a valid segment without any unmatched tags, RemoveUnmatchedStartAndEndTags(Boolean) should be called after calling this method. Note that only the tag type is checked, not whether there are start or end tags without a corresponding tag having the same tag anchor. The method will discontinue if the tag pairing structure is incorrect (i.e. if there are overlapping tags). Declaration public bool FillUnmatchedStartAndEndTags() Returns Type Description System.Boolean true if the segment was modified, and false otherwise. Note that after calling this method, there may still be unmatched start or end tags in the segment. FindTag(TagType, Int32) Finds and returns the tag with the provided type and the provided tag anchor, or null if no such tag exists in the segment. Declaration public Tag FindTag(TagType type, int anchor) Parameters Type Name Description TagType type System.Int32 anchor Returns Type Description Tag GetHashCode() System.Object.GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this object Overrides System.Object.GetHashCode() GetMaxTagAnchor() Returns the highest tag anchor used in the segment, or 0 if no tags are present. Declaration public int GetMaxTagAnchor() Returns Type Description System.Int32 GetMinMaxTagAnchor(out Int32, out Int32) Returns the smallest and largest tag anchor used in the segment. Both default to 0. Declaration public void GetMinMaxTagAnchor(out int min, out int max) Parameters Type Name Description System.Int32 min System.Int32 max GetTagCount() Returns the number of tags in the segment. Paired tags are counted only once. Declaration public int GetTagCount() Returns Type Description System.Int32 The segment's tag count GetTagIdGroups() Computes a mapping from the start tag token index to that tag's tag ID. Only start and standalone/placeholder tags are included in the mapping. The mapping may be n:1. The segment must be tokenized, or an exception is thrown. Declaration public Dictionary GetTagIdGroups() Returns Type Description System.Collections.Generic.Dictionary < System.Int32 , System.String > GetTagPairings() Returns a dictionary of paired tag token indices, mapping from the start tag's token index to the end tag's token index. The segment must be tokenized, or an exception is thrown. Declaration public Dictionary GetTagPairings() Returns Type Description System.Collections.Generic.Dictionary < System.Int32 , System.Int32 > GetTokenIndex(SegmentPosition) Returns the index of the token at the specified position. Declaration public int GetTokenIndex(SegmentPosition p) Parameters Type Name Description SegmentPosition p Returns Type Description System.Int32 The index of the token at the specified position, or -1 if it is not found, or if the segment is not tokenized. GetWeakHashCode() Returns a hash code which does not depend on tag anchors in the segment. This can be used for translation tracking in bilingual documents. Declaration public int GetWeakHashCode() Returns Type Description System.Int32 A hash code which is independent of tag anchors. HasPeripheralWhitespace() Determines whether the segment starts or ends with at least one whitespace character. Declaration public bool HasPeripheralWhitespace() Returns Type Description System.Boolean HasTokenBundles() Returns true if any of the segment's tokens is a TokenBundle (i.e. an ambigous tokenization), and false otherwise. Token bundles should only be used inside the TM Kernel and not be returned through the TM API. Declaration public bool HasTokenBundles() Returns Type Description System.Boolean HasUnmatchedStartOrEndTags() Determines whether the segment has any unmatched start or end tags. Note that this method only tests the tag type, and does not handle paired tags where the start or end tag are missing. Declaration public bool HasUnmatchedStartOrEndTags() Returns Type Description System.Boolean true if the segment contains any unmatched start or end tags, and false otherwise. IsValid() Determines if this segment is valid. Declaration public bool IsValid() Returns Type Description System.Boolean true if the segment is valid, false othwerwise. MergeAdjacentTextRuns() Merges adjacent text runs. Declaration public void MergeAdjacentTextRuns() RemoveTokenBundles() Replaces token bundles with the \"best\" token in that bundle. Returns true if any replacement has been done, and false otherwise. Declaration public bool RemoveTokenBundles() Returns Type Description System.Boolean RemoveUnmatchedStartAndEndTags() Deletes all tags from the segment which have a tag type of Core.TagType.UnmatchedStart or Core.TagType.UnmatchedEnd . Note that this method only tests the tag type, and does not handle paired tags where the start or end tag are missing. Declaration public bool RemoveUnmatchedStartAndEndTags() Returns Type Description System.Boolean true if the segment was modified, and false otherwise. RemoveUnmatchedStartAndEndTags(Boolean) Deletes all tags from the segment which have a tag type of Core.TagType.UnmatchedStart or Core.TagType.UnmatchedEnd , if these tags occur in peripheral positions, which means that dangling end tags are only removed if they appear at the start of the segment, and dangling start tags are only removed if they appear at the end of the segment, with no other tags or text preceding the tag (in case of segment-initial dangling end tags), or following the tag (for segment-trailing dangling start tags). Note that this method only tests the tag type, and does not handle paired tags where the start or end tag are missing. Declaration public bool RemoveUnmatchedStartAndEndTags(bool peripheralPositionsOnly) Parameters Type Name Description System.Boolean peripheralPositionsOnly Returns Type Description System.Boolean true if the segment was modified, and false otherwise. RenumberTagAnchors(Int32, ref Int32) Renumbers tag anchors, starting at nextTagAnchor, in a consecutive manner. Although tag anchors have no semantics for standalone tags, they are also anchored in the same manner. Errors in tag numbering will be ignored (but preserved, i.e. invalid tag anchors will be mapped to potentially new, also invalid tag anchors). Declaration public bool RenumberTagAnchors(int nextTagAnchor, ref int maxAlignmentAnchor) Parameters Type Name Description System.Int32 nextTagAnchor The first anchor to assign (must be larger than zero) System.Int32 maxAlignmentAnchor Returns the highest alignment anchor in the renumbered segment. Returns Type Description System.Boolean true if the any anchors were reassigned, and false otherwise. RenumberTagAnchors(ref Int32) Renumbers tag anchors so that they start at 1 and are consecutive. Although tag anchors have no semantics for standalone tags, they are also anchored in the same manner. Errors in tag numbering will be ignored (but preserved, i.e. invalid tag anchors will be mapped to potentially new, also invalid tag anchors). Declaration public bool RenumberTagAnchors(ref int maxAlignmentAnchor) Parameters Type Name Description System.Int32 maxAlignmentAnchor Returns Type Description System.Boolean true if the any anchors were reassigned, and false otherwise. ToPlain() Returns a string containing only the plain text in this segment. Note that text placeholders will be replaced with their text equivalent. Declaration public string ToPlain() Returns Type Description System.String A string containing only the plain text in this segment. ToPlain(SegmentRange) Computes the plain-text version of the part of the segment specified by the provided range. Declaration public string ToPlain(SegmentRange range) Parameters Type Name Description SegmentRange range The range of the segment to convert Returns Type Description System.String The plain-text string corresponding to the provided range. ToPlain(Boolean, Boolean, out List) Computes the plain-text version of the segment and returns, in the ranges list, the segment range of each character of the result string. The number of elements in that collection will be equal to the length of the string in characters. Declaration public string ToPlain(bool tolower, bool tobase, out List ranges) Parameters Type Name Description System.Boolean tolower If true, the returned string will be lower-cased System.Boolean tobase If true, all letters will be mapped to their base character (i.e. diacritics will be stripped) System.Collections.Generic.List < SegmentPosition > ranges A reference to the list of segment ranges which will be returned upon completion. The list includes, for each character in the result string, the position in the original segment. Returns Type Description System.String ToPlain(Int32, Int32) Returns a string containing only the plain text in this segment, covering the given token range. An exception will be thrown if the segment's tokens are not set or the token range is outside the bounds. Declaration public string ToPlain(int fromToken, int intoToken) Parameters Type Name Description System.Int32 fromToken The index of the first token System.Int32 intoToken The index of the last token (inclusive, i.e. \"into\" semantics) Returns Type Description System.String A plain text string covering the specified token range ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString() Trim() Removes leading whitespace from the first segment element, if that is a text element, and trailing whitespace from the last segment element, if that is a text element. If the first/last segment element is not a text element, it will not be altered. Also, leading (trailing) whitespace will not be removed from a text element if it is preceded (followed) only by non-text elements. Also deletes any null elements. Declaration public void Trim() TrimEnd() Removes trailing whitespace from the last segment element, if that is a text element. If the last segment element is not a text element, nothing will happen. Hence, trailing whitespace will not be removed from a text element if it is followed by non-text elements. The number of elements may be altered by this method. Empty (null) elements will also be removed. Declaration public string TrimEnd() Returns Type Description System.String A string consisting of the trimmed-off characters, or null if no characters have been trimmed off TrimStart() Removes leading whitespace from the first segment element, if that is a text element. If the first segment element is not a text element, nothing will happen. Hence, leading whitespace will not be removed from a text element if it is preceded by non-text elements. The number of elements may be altered by this method. Empty (null) elements will also be removed. Declaration public string TrimStart() Returns Type Description System.String A string consisting of the trimmed-off characters, or null if no characters have been trimmed off UpdateFromTokenIndices(ICollection) Updates the segment's text from the tokens, and adjusts span indices accordingly. An exception is thrown if the segment is not tokenized. Declaration public bool UpdateFromTokenIndices(ICollection tokenIndices) Parameters Type Name Description System.Collections.Generic.ICollection < System.Int32 > tokenIndices The list of tokens to update. Returns Type Description System.Boolean true if the segment was changed, and false otherwise. Validate() Validates the current instance, with the ReportAllErrors validation mode. Declaration public ErrorCode Validate() Returns Type Description ErrorCode An error code (which may be OK , indicating the segment is valid). Validate(Segment.ValidationMode) Performs validation checks on this instance, applying the specified validation mode. Declaration public ErrorCode Validate(Segment.ValidationMode mode) Parameters Type Name Description Segment.ValidationMode mode The validation mode to apply Returns Type Description ErrorCode An error code (which may be OK , indicating the segment is valid). VerifyTokenSpans() Verifies whether the spans of the segment's tokens are correct and reflect the segment's text. Note that the segment should be tokenized. If not, true is returned. Declaration public bool VerifyTokenSpans() Returns Type Description System.Boolean true if the verification was successful or the segment is not tokenized, and false otherwise. WeakEquals(Segment) Computes weak equality with another segment. Weak equality does not check culture compatibility and tag anchors do not need to be identical, but text elements must match, as well as the order of tags (element similarity must not be None) Declaration public bool WeakEquals(Segment other) Parameters Type Name Description Segment other Returns Type Description System.Boolean" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Segment.ValidationMode.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Segment.ValidationMode.html", "title": "Enum Segment.ValidationMode", - "keywords": "Enum Segment.ValidationMode Determines the type of validation to perform in Segment.Validate(ValidationMode) . Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum Segment.ValidationMode Fields Name Description IgnorePairedTagErrors Ignore errors caused by paired tags. Errors caused by standalone or placeholder tags will still be reported. ReportAllErrors Report all errors." + "keywords": "Enum Segment.ValidationMode Determines the type of validation to perform in Segment.Validate(ValidationMode) . Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum ValidationMode Fields Name Description IgnorePairedTagErrors Ignore errors caused by paired tags. Errors caused by standalone or placeholder tags will still be reported. ReportAllErrors Report all errors." }, "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html", "title": "Class Context", - "keywords": "Class Context Describes the context of a pre-break or post-break segmentation rule. The context encapsulates a regular expression pattern as well as match flags. Inheritance object Context Implements ICloneable Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Segmentation Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class Context : ICloneable Constructors Context() Initializes a new instance with default values. Declaration public Context() Context(Context) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public Context(Context other) Parameters Type Name Description Context other The other instance Context(string) Initializes a new instance with the specified values. Declaration public Context(string pattern) Parameters Type Name Description string pattern The regular expression pattern to initialize the context with. Context(string, bool, bool) Initializes a new instance with the specified values. Declaration public Context(string pattern, bool caseInsensitive, bool matchesInputBoundary) Parameters Type Name Description string pattern The regular expression pattern bool caseInsensitive Whether or not to apply case-insensitive matching bool matchesInputBoundary Whether or not the context will match at the input boundary (beginning or end of string/file) Properties CaseInsensitiveMatching If CaseInsensitiveMatching is true, all matching will be performed in a case-insensitive manner, provided that the used contexts support this. The default should be false. Declaration [DataMember] public bool CaseInsensitiveMatching { get; set; } Property Value Type Description bool MatchesAtInputBoundary If MatchesInputBoundary is true, MatchesFrom() will return true if the specified position is beyond the input's length. Declaration [DataMember] public bool MatchesAtInputBoundary { get; set; } Property Value Type Description bool Pattern Gets or sets the regular expression pattern. Declaration [DataMember] public string Pattern { get; set; } Property Value Type Description string Methods Clone() Clone() Declaration public object Clone() Returns Type Description object A new object that is a deep copy of this instance. FindAllMatches(string, int) Computes and returns all matches of the context in the specified input string. Declaration public List FindAllMatches(string s, int startOffset) Parameters Type Name Description string s The input string int startOffset The zero-based start index where to start the match process. Returns Type Description List Match A list of matches where the context matches the input string, or null if no matches can be found. MatchesAt(string, int, bool, bool) Tests whether the context matches at the specified position. A pre-break context must match up to the position (not including), and a post-break context must match from that position onwards. If true, a match is postulated directly before position. Declaration public bool MatchesAt(string s, int position, bool assumeEof, bool followedByWordBreak) Parameters Type Name Description string s The input string to test int position The position in the input to test for a match bool assumeEof If true, it is assumed that the end of input has been reached, and end-of-input constraints will match. If false, any end-of-input constraints will not match. bool followedByWordBreak If true, any end-of-word constraints will match. If false, no end-of-word constraints will match. Returns Type Description bool true iff the context at the specified position. MatchesUpto(string, int) MatchesUpto tests whether the context matches the input up to, but not including, the specified position (which may be >= the string's length). Declaration public bool MatchesUpto(string s, int position) Parameters Type Name Description string s The string to test for a match int position The position upto which to test for a match (non-inclusive). Returns Type Description bool true iff the context matches the input string up to (not including) the specified position. ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString() Implements ICloneable" + "keywords": "Class Context Describes the context of a pre-break or post-break segmentation rule. The context encapsulates a regular expression pattern as well as match flags. Inheritance System.Object Context Implements System.ICloneable Inherited Members 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.Core.Segmentation Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class Context : ICloneable Constructors Context() Initializes a new instance with default values. Declaration public Context() Context(Context) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public Context(Context other) Parameters Type Name Description Context other The other instance Context(String) Initializes a new instance with the specified values. Declaration public Context(string pattern) Parameters Type Name Description System.String pattern The regular expression pattern to initialize the context with. Context(String, Boolean, Boolean) Initializes a new instance with the specified values. Declaration public Context(string pattern, bool caseInsensitive, bool matchesInputBoundary) Parameters Type Name Description System.String pattern The regular expression pattern System.Boolean caseInsensitive Whether or not to apply case-insensitive matching System.Boolean matchesInputBoundary Whether or not the context will match at the input boundary (beginning or end of string/file) Properties CaseInsensitiveMatching If CaseInsensitiveMatching is true, all matching will be performed in a case-insensitive manner, provided that the used contexts support this. The default should be false. Declaration public bool CaseInsensitiveMatching { get; set; } Property Value Type Description System.Boolean MatchesAtInputBoundary If MatchesInputBoundary is true, MatchesFrom() will return true if the specified position is beyond the input's length. Declaration public bool MatchesAtInputBoundary { get; set; } Property Value Type Description System.Boolean Pattern Gets or sets the regular expression pattern. Declaration public string Pattern { get; set; } Property Value Type Description System.String Methods Clone() System.ICloneable.Clone() Declaration public object Clone() Returns Type Description System.Object A new object that is a deep copy of this instance. FindAllMatches(String, Int32) Computes and returns all matches of the context in the specified input string. Declaration public List FindAllMatches(string s, int startOffset) Parameters Type Name Description System.String s The input string System.Int32 startOffset The zero-based start index where to start the match process. Returns Type Description System.Collections.Generic.List < Match > A list of matches where the context matches the input string, or null if no matches can be found. MatchesAt(String, Int32, Boolean, Boolean) Tests whether the context matches at the specified position. A pre-break context must match up to the position (not including), and a post-break context must match from that position onwards. If true, a match is postulated directly before position. Declaration public bool MatchesAt(string s, int position, bool assumeEof, bool followedByWordBreak) Parameters Type Name Description System.String s The input string to test System.Int32 position The position in the input to test for a match System.Boolean assumeEof If true, it is assumed that the end of input has been reached, and end-of-input constraints will match. If false, any end-of-input constraints will not match. System.Boolean followedByWordBreak If true, any end-of-word constraints will match. If false, no end-of-word constraints will match. Returns Type Description System.Boolean true iff the context at the specified position. MatchesUpto(String, Int32) MatchesUpto tests whether the context matches the input up to, but not including, the specified position (which may be >= the string's length). Declaration public bool MatchesUpto(string s, int position) Parameters Type Name Description System.String s The string to test for a match System.Int32 position The position upto which to test for a match (non-inclusive). Returns Type Description System.Boolean true iff the context matches the input string up to (not including) the specified position. ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString() Implements System.ICloneable" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.ContextType.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.ContextType.html", "title": "Enum ContextType", - "keywords": "Enum ContextType The type of a break context Namespace : Sdl Sdl.LanguagePlatform Core Segmentation Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public enum ContextType Fields Name Description AbbreviationException Break context is an exception for abbreviations LowercaseFollowerException Break context is an exception for lower-case followers MatchContext Break context is a match context OrdinalFollowerException Break context is an exception for ordinal followers Other Other break context OtherException Break context is an exception for something else Unknown Break context type is unknown" + "keywords": "Enum ContextType The type of a break context Namespace : Sdl.LanguagePlatform.Core.Segmentation Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum ContextType Fields Name Description AbbreviationException Break context is an exception for abbreviations LowercaseFollowerException Break context is an exception for lower-case followers MatchContext Break context is a match context OrdinalFollowerException Break context is an exception for ordinal followers Other Other break context OtherException Break context is an exception for something else Unknown Break context type is unknown" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.html", @@ -7077,57 +6767,57 @@ "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html", "title": "Class LocalizedString", - "keywords": "Class LocalizedString Represents a collection of culture-annotated strings. Inheritance object LocalizedString Implements IEnumerable CultureString IEnumerable ICloneable Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Segmentation Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class LocalizedString : IEnumerable, IEnumerable, ICloneable Constructors LocalizedString() Initializes a new instance with default values. Declaration public LocalizedString() LocalizedString(LocalizedString) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public LocalizedString(LocalizedString other) Parameters Type Name Description LocalizedString other The other instance LocalizedString(string) Creates a new instance with the InvariantText set to the provided text. Declaration public LocalizedString(string text) Parameters Type Name Description string text The text to use for the invariant culture Properties Count Returns the number of localized versions of the string. Declaration public int Count { get; } Property Value Type Description int InvariantText Accesses the localized text which is compatible with the invariant culture. Declaration public string InvariantText { get; set; } Property Value Type Description string Text Accesses the localized text which is compatible with the current UI culture. Declaration public string Text { get; set; } Property Value Type Description string Methods Add(object) Only used for XML deserialization. Declaration public void Add(object o) Parameters Type Name Description object o Clone() Clone() Declaration public object Clone() Returns Type Description object A new object that is a deep copy of this instance. DeleteText(CultureCode) Deletes the text compatible with the provided culture. Declaration public void DeleteText(CultureCode culture) Parameters Type Name Description CultureCode culture The culture DeleteText(CultureCode, bool) Deletes the text for the provided culture. Declaration public void DeleteText(CultureCode culture, bool mayFallback) Parameters Type Name Description CultureCode culture The culture bool mayFallback If false, the culture of the text and the provided culture must match exactly. Otherwise, it is sufficient if the cultures are compatible. If an exact match for the culture is available, it will still be preferred. GetEnumerator() Returns an enumerator which is used to enumerate the encapsulated culture-annotated strings. Declaration public IEnumerator GetEnumerator() Returns Type Description IEnumerator CultureString An enumerator GetText(CultureCode) Returns the text compatible with the provided culture. Declaration public string GetText(CultureCode culture) Parameters Type Name Description CultureCode culture Returns Type Description string GetText(CultureCode, bool) Returns the text for the provided culture. Declaration public string GetText(CultureCode culture, bool mayFallback) Parameters Type Name Description CultureCode culture The culture (non-null) bool mayFallback If false, the culture of the text and the provided culture must match exactly. Otherwise, it is sufficient if the cultures are compatible. If an exact match for the culture is available, it will still be preferred. Returns Type Description string SetText(CultureCode, string) Sets (adds or overwrites) the text compatible with the provided culture. Declaration public void SetText(CultureCode culture, string text) Parameters Type Name Description CultureCode culture The culture (non-null) string text The text SetText(CultureCode, string, bool) Sets the text for the provided culture. Declaration public void SetText(CultureCode culture, string text, bool mayFallback) Parameters Type Name Description CultureCode culture The culture (non-null) string text The text bool mayFallback If false, the culture of the text and the provided culture must match exactly. Otherwise, it is sufficient if the cultures are compatible. If an exact match for the culture is available, it will still be preferred. ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString() Implements IEnumerable IEnumerable ICloneable" + "keywords": "Class LocalizedString Represents a collection of culture-annotated strings. Inheritance System.Object LocalizedString Implements System.Collections.Generic.IEnumerable < CultureString > System.Collections.IEnumerable System.ICloneable Inherited Members 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.Core.Segmentation Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class LocalizedString : IEnumerable, IEnumerable, ICloneable Constructors LocalizedString() Initializes a new instance with default values. Declaration public LocalizedString() LocalizedString(LocalizedString) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public LocalizedString(LocalizedString other) Parameters Type Name Description LocalizedString other The other instance LocalizedString(String) Creates a new instance with the InvariantText set to the provided text. Declaration public LocalizedString(string text) Parameters Type Name Description System.String text The text to use for the invariant culture Properties Count Returns the number of localized versions of the string. Declaration public int Count { get; } Property Value Type Description System.Int32 InvariantText Accesses the localized text which is compatible with the invariant culture. Declaration public string InvariantText { get; set; } Property Value Type Description System.String Text Accesses the localized text which is compatible with the current UI culture. Declaration public string Text { get; set; } Property Value Type Description System.String Methods Add(Object) Only used for XML deserialization. Declaration public void Add(object o) Parameters Type Name Description System.Object o Clone() System.ICloneable.Clone() Declaration public object Clone() Returns Type Description System.Object A new object that is a deep copy of this instance. DeleteText(CultureCode) Deletes the text compatible with the provided culture. Declaration public void DeleteText(CultureCode culture) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture The culture DeleteText(CultureCode, Boolean) Deletes the text for the provided culture. Declaration public void DeleteText(CultureCode culture, bool mayFallback) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture The culture System.Boolean mayFallback If false, the culture of the text and the provided culture must match exactly. Otherwise, it is sufficient if the cultures are compatible. If an exact match for the culture is available, it will still be preferred. GetEnumerator() Returns an enumerator which is used to enumerate the encapsulated culture-annotated strings. Declaration public IEnumerator GetEnumerator() Returns Type Description System.Collections.Generic.IEnumerator < CultureString > An enumerator GetText(CultureCode) Returns the text compatible with the provided culture. Declaration public string GetText(CultureCode culture) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture Returns Type Description System.String GetText(CultureCode, Boolean) Returns the text for the provided culture. Declaration public string GetText(CultureCode culture, bool mayFallback) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture The culture (non-null) System.Boolean mayFallback If false, the culture of the text and the provided culture must match exactly. Otherwise, it is sufficient if the cultures are compatible. If an exact match for the culture is available, it will still be preferred. Returns Type Description System.String SetText(CultureCode, String) Sets (adds or overwrites) the text compatible with the provided culture. Declaration public void SetText(CultureCode culture, string text) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture The culture (non-null) System.String text The text SetText(CultureCode, String, Boolean) Sets the text for the provided culture. Declaration public void SetText(CultureCode culture, string text, bool mayFallback) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture The culture (non-null) System.String text The text System.Boolean mayFallback If false, the culture of the text and the provided culture must match exactly. Otherwise, it is sufficient if the cultures are compatible. If an exact match for the culture is available, it will still be preferred. ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString() Explicit Interface Implementations IEnumerable.GetEnumerator() System.Collections.IEnumerable.GetEnumerator() Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description System.Collections.IEnumerator Implements System.Collections.Generic.IEnumerable System.Collections.IEnumerable System.ICloneable" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.RuleOrigin.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.RuleOrigin.html", "title": "Enum RuleOrigin", - "keywords": "Enum RuleOrigin The rule origin Namespace : Sdl Sdl.LanguagePlatform Core Segmentation Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public enum RuleOrigin Fields Name Description Migration A rule generated through rule migration Other Origin is other System A system/default rule Unknown Unknown rule origin User A user-defined rule" + "keywords": "Enum RuleOrigin The rule origin Namespace : Sdl.LanguagePlatform.Core.Segmentation Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum RuleOrigin Fields Name Description Migration A rule generated through rule migration Other Origin is other System A system/default rule Unknown Unknown rule origin User A user-defined rule" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.RuleType.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.RuleType.html", "title": "Enum RuleType", - "keywords": "Enum RuleType The type of a segmentation rule Namespace : Sdl Sdl.LanguagePlatform Core Segmentation Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public enum RuleType Fields Name Description ColonRule A rule to handle colons CombinedRule A combined rule for handling multiple break characters, typically for far-east languages FullStopRule A rule to handle full stops MarksRule A rule to handle question and exclamation marks Other A rule for other break characters SemicolonRule A rule to handle semicolons Unknown Unknown rule type" + "keywords": "Enum RuleType The type of a segmentation rule Namespace : Sdl.LanguagePlatform.Core.Segmentation Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum RuleType Fields Name Description ColonRule A rule to handle colons CombinedRule A combined rule for handling multiple break characters, typically for far-east languages FullStopRule A rule to handle full stops MarksRule A rule to handle question and exclamation marks Other A rule for other break characters SemicolonRule A rule to handle semicolons Unknown Unknown rule type" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.html", "title": "Class SegmentationContext", - "keywords": "Class SegmentationContext A segmentation context consists of a context which should precede the match, and a context which should follow a match. For performance reasons, it may also contain a list of trigger characters which, if specified, are used to determine whether a specific context is probed for matching or not. A null context matches every position. Therefore, if the preceding context is null, the segmentation context matches at each position which is not excluded by the following context. If the following context is also null, the segmentation context will match everywhere in the input string. If the trigger characters are specified, they should consist of all characters which may appear at the end of the preceding context. If the trigger characters are specified, but the preceding context is null, the rule will only be tested for those positions in the string where one of the trigger characters is found. In that case, as the preceding context is null, the rule will \"fire\" at each of the positions of any trigger character. Inheritance object SegmentationContext Implements ICloneable Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Segmentation Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class SegmentationContext : ICloneable Constructors SegmentationContext() Initializes a new instance with default values. This constructor is required for XML deserialization and should not be used directly. Declaration public SegmentationContext() SegmentationContext(SegmentationContext) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public SegmentationContext(SegmentationContext other) Parameters Type Name Description SegmentationContext other The other instance SegmentationContext(string, string, Context, Context) Initializes a new instance with the specified values. Declaration public SegmentationContext(string description, string triggerChars, Context precedingContext, Context followingContext) Parameters Type Name Description string description A description of the context, for UI purposes. string triggerChars If specified, a string which contains the characters which can occur at the start of a matching text. If the current start character is not in this list, no match will be computed, which may improve performance. If null , the match computation will take place as usual. Context precedingContext The pre-break context Context followingContext The post-break context Properties ContextType Gets or sets the context type. Declaration [DataMember] public ContextType ContextType { get; set; } Property Value Type Description ContextType Description Gets or sets the description of this context. Declaration [DataMember] public LocalizedString Description { get; set; } Property Value Type Description LocalizedString FollowingContext The break context which directly follows the break. The following context usually contains any post-break whitespace in the pattern. If null, the context \"matches\" any position. Declaration [DataMember] public Context FollowingContext { get; set; } Property Value Type Description Context IsEnabled Gets or sets a flag to control whether this context is currently enabled. Note that not all clients evaluate this flag yet, and all contexts (whether enabled or not) may be used during segmentation. Declaration [DataMember] public bool IsEnabled { get; set; } Property Value Type Description bool PrecedingContext The break context which directly precedes the break. The preceding context typically ends with one or more of the trigger chars. If null, the context matches any position. Declaration [DataMember] public Context PrecedingContext { get; set; } Property Value Type Description Context Requires Gets or sets the name of a language resource required for this match context to be valid. If, at runtime, the required resource cannot be obtained, the match context is invalid and will never be evaluated. Declaration [DataMember] public string Requires { get; set; } Property Value Type Description string TriggerChars The characters which trigger this rule. The trigger chars are used to optimize rule evaluation and to avoid more expensive tests (such as regex matches) against the input. If null, the contexts will be checked nevertheless. If you specify trigger characters, you must take care. For example, if a context has optional trailing parts (as in \".\\p{Pe}*\" for a full stop followed by an optionally empty sequence of closing punctuation), specifying a trigger character \".\" will prevent the context from matching any trailing closing punctuation. In this case, you should specify all possible trailing characters. Declaration [DataMember] public string TriggerChars { get; set; } Property Value Type Description string Methods Clone() Clone() Declaration public object Clone() Returns Type Description object A new object that is a deep copy of this instance. FindAllMatches(string, int, bool, bool) Finds all matches of the context in the input string, starting at the specified position. Declaration public List FindAllMatches(string input, int startOffset, bool assumeEof, bool followedByWordBreak) Parameters Type Name Description string input The input string to test int startOffset The zero-based position in the input to start the match process from bool assumeEof If true, it is assumed that the end of input has been reached, and end-of-input constraints will match at the end of the input string. If false, any end-of-input constraints will not match. bool followedByWordBreak If true, any end-of-word constraints will match at the end of the input string. If false, no end-of-word constraints will match. Returns Type Description List int A list of positions where the context matches in the input string MatchesAt(string, int, bool, bool) Tests whether the context matches at the specified position. The preceding context, if specified, must match up to the position (not including), and the following context must match from that position onwards. If true, a match is postulated directly before position. Declaration public bool MatchesAt(string input, int position, bool assumeEof, bool followedByWordBreak) Parameters Type Name Description string input The input string to test int position The position in the input to test for a match bool assumeEof If true, it is assumed that the end of input has been reached, and end-of-input constraints will match. If false, any end-of-input constraints will not match. bool followedByWordBreak If true, any end-of-word constraints will match. If false, no end-of-word constraints will match. Returns Type Description bool true iff the preceding context matches up to the specified position (non-inclusive), and the following context matches from that position onwards. ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString() Implements ICloneable" + "keywords": "Class SegmentationContext A segmentation context consists of a context which should precede the match, and a context which should follow a match. For performance reasons, it may also contain a list of trigger characters which, if specified, are used to determine whether a specific context is probed for matching or not. A null context matches every position. Therefore, if the preceding context is null, the segmentation context matches at each position which is not excluded by the following context. If the following context is also null, the segmentation context will match everywhere in the input string. If the trigger characters are specified, they should consist of all characters which may appear at the end of the preceding context. If the trigger characters are specified, but the preceding context is null, the rule will only be tested for those positions in the string where one of the trigger characters is found. In that case, as the preceding context is null, the rule will \"fire\" at each of the positions of any trigger character. Inheritance System.Object SegmentationContext Implements System.ICloneable Inherited Members 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.Core.Segmentation Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class SegmentationContext : ICloneable Constructors SegmentationContext() Initializes a new instance with default values. This constructor is required for XML deserialization and should not be used directly. Declaration public SegmentationContext() SegmentationContext(SegmentationContext) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public SegmentationContext(SegmentationContext other) Parameters Type Name Description SegmentationContext other The other instance SegmentationContext(String, String, Context, Context) Initializes a new instance with the specified values. Declaration public SegmentationContext(string description, string triggerChars, Context precedingContext, Context followingContext) Parameters Type Name Description System.String description A description of the context, for UI purposes. System.String triggerChars If specified, a string which contains the characters which can occur at the start of a matching text. If the current start character is not in this list, no match will be computed, which may improve performance. If null , the match computation will take place as usual. Context precedingContext The pre-break context Context followingContext The post-break context Properties ContextType Gets or sets the context type. Declaration public ContextType ContextType { get; set; } Property Value Type Description ContextType Description Gets or sets the description of this context. Declaration public LocalizedString Description { get; set; } Property Value Type Description LocalizedString FollowingContext The break context which directly follows the break. The following context usually contains any post-break whitespace in the pattern. If null, the context \"matches\" any position. Declaration public Context FollowingContext { get; set; } Property Value Type Description Context IsEnabled Gets or sets a flag to control whether this context is currently enabled. Note that not all clients evaluate this flag yet, and all contexts (whether enabled or not) may be used during segmentation. Declaration public bool IsEnabled { get; set; } Property Value Type Description System.Boolean PrecedingContext The break context which directly precedes the break. The preceding context typically ends with one or more of the trigger chars. If null, the context matches any position. Declaration public Context PrecedingContext { get; set; } Property Value Type Description Context Requires Gets or sets the name of a language resource required for this match context to be valid. If, at runtime, the required resource cannot be obtained, the match context is invalid and will never be evaluated. Declaration public string Requires { get; set; } Property Value Type Description System.String TriggerChars The characters which trigger this rule. The trigger chars are used to optimize rule evaluation and to avoid more expensive tests (such as regex matches) against the input. If null, the contexts will be checked nevertheless. If you specify trigger characters, you must take care. For example, if a context has optional trailing parts (as in \".\\p{Pe}*\" for a full stop followed by an optionally empty sequence of closing punctuation), specifying a trigger character \".\" will prevent the context from matching any trailing closing punctuation. In this case, you should specify all possible trailing characters. Declaration public string TriggerChars { get; set; } Property Value Type Description System.String Methods Clone() System.ICloneable.Clone() Declaration public object Clone() Returns Type Description System.Object A new object that is a deep copy of this instance. FindAllMatches(String, Int32, Boolean, Boolean) Finds all matches of the context in the input string, starting at the specified position. Declaration public List FindAllMatches(string input, int startOffset, bool assumeEof, bool followedByWordBreak) Parameters Type Name Description System.String input The input string to test System.Int32 startOffset The zero-based position in the input to start the match process from System.Boolean assumeEof If true, it is assumed that the end of input has been reached, and end-of-input constraints will match at the end of the input string. If false, any end-of-input constraints will not match. System.Boolean followedByWordBreak If true, any end-of-word constraints will match at the end of the input string. If false, no end-of-word constraints will match. Returns Type Description System.Collections.Generic.List < System.Int32 > A list of positions where the context matches in the input string MatchesAt(String, Int32, Boolean, Boolean) Tests whether the context matches at the specified position. The preceding context, if specified, must match up to the position (not including), and the following context must match from that position onwards. If true, a match is postulated directly before position. Declaration public bool MatchesAt(string input, int position, bool assumeEof, bool followedByWordBreak) Parameters Type Name Description System.String input The input string to test System.Int32 position The position in the input to test for a match System.Boolean assumeEof If true, it is assumed that the end of input has been reached, and end-of-input constraints will match. If false, any end-of-input constraints will not match. System.Boolean followedByWordBreak If true, any end-of-word constraints will match. If false, no end-of-word constraints will match. Returns Type Description System.Boolean true iff the preceding context matches up to the specified position (non-inclusive), and the following context matches from that position onwards. ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString() Implements System.ICloneable" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html", "title": "Class SegmentationRule", - "keywords": "Class SegmentationRule A segmentation rule consist of at least one \"positive\" SegmentationContext (the matching context) and a possibly empty set of exceptions. A segmentation rule \"fires\" if the matching context matches a specified position, and either the exception list is empty or none of the exceptions matches the same position in the input. Inheritance object SegmentationRule Implements ICloneable Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Segmentation Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class SegmentationRule : ICloneable Constructors SegmentationRule() Initializes a new instance with default values. This constructor is required for XML deserialization and should not be used directly. Declaration public SegmentationRule() SegmentationRule(SegmentationRule) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public SegmentationRule(SegmentationRule other) Parameters Type Name Description SegmentationRule other The other instance SegmentationRule(string, SegmentationContext) Initializes a new instance with the specified values. Declaration public SegmentationRule(string description, SegmentationContext matchingContext) Parameters Type Name Description string description A description of the rule, for display purposes. SegmentationContext matchingContext The matching context for this segmentation rule. SegmentationRule(string, SegmentationContext, List) Initializes a new instance with the specified values. Declaration public SegmentationRule(string description, SegmentationContext matchingContext, List exceptions) Parameters Type Name Description string description A description of the rule, for display purposes. SegmentationContext matchingContext The matching context for this segmentation rule. List SegmentationContext exceptions A list of exceptions to attach to the matching context (optional) Properties Description Gets or sets the description of this rule. Declaration [DataMember] public LocalizedString Description { get; set; } Property Value Type Description LocalizedString Exceptions Gets or sets the exceptions for this rule. Declaration [DataMember] public List Exceptions { get; set; } Property Value Type Description List SegmentationContext IsEnabled Gets or sets a flag to control whether this rule is currently enabled. Note that not all clients evaluate this flag yet, and all rules (whether enabled or not) may be used during segmentation. Declaration [DataMember] public bool IsEnabled { get; set; } Property Value Type Description bool MatchingContext Gets or sets the matching context for this rule (non-null). Declaration [DataMember] public SegmentationContext MatchingContext { get; set; } Property Value Type Description SegmentationContext MinimumChars The minimum number of chars a segment must have. Currently not yet supported Declaration [DataMember] public int MinimumChars { get; set; } Property Value Type Description int MinimumWords The minimum number of words a segment must have. Currently not yet supported Declaration [DataMember] public int MinimumWords { get; set; } Property Value Type Description int Origin Gets or sets the origin of this rule. This is used for display and system purposes. The value should not be modified after a rule has been created or obtained. Declaration [DataMember] public RuleOrigin Origin { get; set; } Property Value Type Description RuleOrigin Type Gets or sets the rule type, which is used for display purposes. This value must match the rule's break character and should not be modified after a rule has been created or obtained. Declaration [DataMember] public RuleType Type { get; set; } Property Value Type Description RuleType Methods AddException(SegmentationContext) Adds the provided exception to the list of exceptions. Declaration public void AddException(SegmentationContext context) Parameters Type Name Description SegmentationContext context The exception to add to the rule (non-null) Clone() Clone() Declaration public object Clone() Returns Type Description object A new object that is a deep copy of this instance. FindAllMatches(string, int, bool, bool) Declaration public List FindAllMatches(string input, int startOffset, bool assumeEof, bool followedByWordBreak) Parameters Type Name Description string input int startOffset bool assumeEof bool followedByWordBreak Returns Type Description List int FindFirstMatch(string, int, bool, bool) Finds the first matche of the rule in the input string, starting at the specified position. Declaration public int FindFirstMatch(string input, int startOffset, bool assumeEof, bool followedByWordBreak) Parameters Type Name Description string input The input string to test int startOffset The zero-based position in the input to start the match process from bool assumeEof If true, it is assumed that the end of input has been reached, and end-of-input constraints will match at the end of the input string. If false, any end-of-input constraints will not match. bool followedByWordBreak If true, any end-of-word constraints will match at the end of the input string. If false, no end-of-word constraints will match. Returns Type Description int The first position in the input where the rule matches, or -1 if no match was found. MatchesAt(string, int, bool, bool) Tests whether the context matches at the specified position. The preceding context, if specified, must match up to the position (not including), and the following context must match from that position onwards. If true, a match is postulated directly before position. Declaration public bool MatchesAt(string input, int position, bool assumeEof, bool followedByWordBreak) Parameters Type Name Description string input The input string to test int position The position in the input to test for a match bool assumeEof If true, it is assumed that the end of input has been reached, and end-of-input constraints will match. If false, any end-of-input constraints will not match. bool followedByWordBreak If true, any end-of-word constraints will match. If false, no end-of-word constraints will match. Returns Type Description bool true iff the preceding context matches up to the specified position (non-inclusive), and the following context matches from that position onwards. ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString() Implements ICloneable" + "keywords": "Class SegmentationRule A segmentation rule consist of at least one \"positive\" SegmentationContext (the matching context) and a possibly empty set of exceptions. A segmentation rule \"fires\" if the matching context matches a specified position, and either the exception list is empty or none of the exceptions matches the same position in the input. Inheritance System.Object SegmentationRule Implements System.ICloneable Inherited Members 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.Core.Segmentation Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class SegmentationRule : ICloneable Constructors SegmentationRule() Initializes a new instance with default values. This constructor is required for XML deserialization and should not be used directly. Declaration public SegmentationRule() SegmentationRule(SegmentationRule) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public SegmentationRule(SegmentationRule other) Parameters Type Name Description SegmentationRule other The other instance SegmentationRule(String, SegmentationContext) Initializes a new instance with the specified values. Declaration public SegmentationRule(string description, SegmentationContext matchingContext) Parameters Type Name Description System.String description A description of the rule, for display purposes. SegmentationContext matchingContext The matching context for this segmentation rule. SegmentationRule(String, SegmentationContext, List) Initializes a new instance with the specified values. Declaration public SegmentationRule(string description, SegmentationContext matchingContext, List exceptions) Parameters Type Name Description System.String description A description of the rule, for display purposes. SegmentationContext matchingContext The matching context for this segmentation rule. System.Collections.Generic.List < SegmentationContext > exceptions A list of exceptions to attach to the matching context (optional) Properties Description Gets or sets the description of this rule. Declaration public LocalizedString Description { get; set; } Property Value Type Description LocalizedString Exceptions Gets or sets the exceptions for this rule. Declaration public List Exceptions { get; set; } Property Value Type Description System.Collections.Generic.List < SegmentationContext > IsEnabled Gets or sets a flag to control whether this rule is currently enabled. Note that not all clients evaluate this flag yet, and all rules (whether enabled or not) may be used during segmentation. Declaration public bool IsEnabled { get; set; } Property Value Type Description System.Boolean MatchingContext Gets or sets the matching context for this rule (non-null). Declaration public SegmentationContext MatchingContext { get; set; } Property Value Type Description SegmentationContext MinimumChars The minimum number of chars a segment must have. Currently not yet supported Declaration public int MinimumChars { get; set; } Property Value Type Description System.Int32 MinimumWords The minimum number of words a segment must have. Currently not yet supported Declaration public int MinimumWords { get; set; } Property Value Type Description System.Int32 Origin Gets or sets the origin of this rule. This is used for display and system purposes. The value should not be modified after a rule has been created or obtained. Declaration public RuleOrigin Origin { get; set; } Property Value Type Description RuleOrigin Type Gets or sets the rule type, which is used for display purposes. This value must match the rule's break character and should not be modified after a rule has been created or obtained. Declaration public RuleType Type { get; set; } Property Value Type Description RuleType Methods AddException(SegmentationContext) Adds the provided exception to the list of exceptions. Declaration public void AddException(SegmentationContext context) Parameters Type Name Description SegmentationContext context The exception to add to the rule (non-null) Clone() System.ICloneable.Clone() Declaration public object Clone() Returns Type Description System.Object A new object that is a deep copy of this instance. FindAllMatches(String, Int32, Boolean, Boolean) Declaration public List FindAllMatches(string input, int startOffset, bool assumeEof, bool followedByWordBreak) Parameters Type Name Description System.String input System.Int32 startOffset System.Boolean assumeEof System.Boolean followedByWordBreak Returns Type Description System.Collections.Generic.List < System.Int32 > FindFirstMatch(String, Int32, Boolean, Boolean) Finds the first matche of the rule in the input string, starting at the specified position. Declaration public int FindFirstMatch(string input, int startOffset, bool assumeEof, bool followedByWordBreak) Parameters Type Name Description System.String input The input string to test System.Int32 startOffset The zero-based position in the input to start the match process from System.Boolean assumeEof If true, it is assumed that the end of input has been reached, and end-of-input constraints will match at the end of the input string. If false, any end-of-input constraints will not match. System.Boolean followedByWordBreak If true, any end-of-word constraints will match at the end of the input string. If false, no end-of-word constraints will match. Returns Type Description System.Int32 The first position in the input where the rule matches, or -1 if no match was found. MatchesAt(String, Int32, Boolean, Boolean) Tests whether the context matches at the specified position. The preceding context, if specified, must match up to the position (not including), and the following context must match from that position onwards. If true, a match is postulated directly before position. Declaration public bool MatchesAt(string input, int position, bool assumeEof, bool followedByWordBreak) Parameters Type Name Description System.String input The input string to test System.Int32 position The position in the input to test for a match System.Boolean assumeEof If true, it is assumed that the end of input has been reached, and end-of-input constraints will match. If false, any end-of-input constraints will not match. System.Boolean followedByWordBreak If true, any end-of-word constraints will match. If false, no end-of-word constraints will match. Returns Type Description System.Boolean true iff the preceding context matches up to the specified position (non-inclusive), and the following context matches from that position onwards. ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString() Implements System.ICloneable" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html", "title": "Class SegmentationRules", - "keywords": "Class SegmentationRules A collection of segmentation rules. Inheritance object SegmentationRules Implements ICloneable Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Segmentation Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class SegmentationRules : ICloneable Constructors SegmentationRules() Initializes a new instance with default values. This constructor is required for XML deserialization and should not be used directly. Declaration public SegmentationRules() SegmentationRules(CultureCode, string) Initializes a new instance with the specified values. Declaration public SegmentationRules(CultureCode culture, string description) Parameters Type Name Description CultureCode culture The culture for which to apply this segmentation rule set. This culture is also used to retrieve additional language resources, if required. string description A description for this segmentation rules set. SegmentationRules(SegmentationRules) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public SegmentationRules(SegmentationRules other) Parameters Type Name Description SegmentationRules other The other instance SegmentationRules(string, string) Initializes a new instance with the specified values. Declaration public SegmentationRules(string cultureName, string description) Parameters Type Name Description string cultureName The culture for which to apply this segmentation rule set. This culture is also used to retrieve additional language resources, if required. string description A description for this segmentation rules set. Properties Count Gets the number of rules in this rule set. Declaration public int Count { get; } Property Value Type Description int Culture Gets the culture for which to apply this segmentation rule set. Declaration [Obsolete(\"Use CultureName\")] public CultureInfo Culture { get; } Property Value Type Description CultureInfo CultureName Gets or sets the name of the culture to which to apply this segmentation rules. This property is primarily intended for XML deserialization and should not be used directly. Declaration [DataMember] public string CultureName { get; set; } Property Value Type Description string Description Gets or sets the description of this rule set. Declaration [DataMember] public LocalizedString Description { get; set; } Property Value Type Description LocalizedString this[int] Gets the segmentation rule at the specified zero-based position. Declaration public SegmentationRule this[int index] { get; } Parameters Type Name Description int index The zero-based index Property Value Type Description SegmentationRule ListReferencesResolved Returns a flag which indicates whether references to externally stored word lists (abbreviations, ordinal followers, ...) have been resolved during Load or not. If not, the rule set should not be used for segmentation, only for display, editing, serialization, or copying across resource containers. Note that if the rule set does not refer to external lists, this flag will still be set to true if the resolution has been attempted. Declaration public bool ListReferencesResolved { get; } Property Value Type Description bool Rules Gets or sets the rules for this rule set. Declaration [DataMember] public List Rules { get; set; } Property Value Type Description List SegmentationRule Methods Add(object) Adds the specified object, which must be a non-null SegmentationRule , to the list of rules. This method is for XML deserialization only and should not be used. Declaration public void Add(object o) Parameters Type Name Description object o AddRule(SegmentationRule) Adds the specified rule to the rule set (non-null). Declaration public void AddRule(SegmentationRule r) Parameters Type Name Description SegmentationRule r Clone() Clone() Declaration public object Clone() Returns Type Description object A new object that is a deep copy of this instance. GetEnumerator() Returns an enumerator which can be used to iterate through the segmentation rules. Declaration public IEnumerator GetEnumerator() Returns Type Description IEnumerator SegmentationRule An enumerator Load(Stream, CultureCode, IResourceDataAccessor) See LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync) Declaration [Obsolete(\"Use LoadAsync\")] public static SegmentationRules Load(Stream reader, CultureCode cultureOverride, IResourceDataAccessor accessor) Parameters Type Name Description Stream reader CultureCode cultureOverride IResourceDataAccessor accessor Returns Type Description SegmentationRules Load(Stream, CultureCode, IResourceDataAccessor, bool) See LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync, bool) Declaration [Obsolete(\"Use LoadAsync\")] public static SegmentationRules Load(Stream reader, CultureCode cultureOverride, IResourceDataAccessor accessor, bool keepListReferences) Parameters Type Name Description Stream reader CultureCode cultureOverride IResourceDataAccessor accessor bool keepListReferences Returns Type Description SegmentationRules Load(Stream, string, IResourceDataAccessor) See LoadAsync(Stream, string, IResourceDataAccessorAsync) Declaration [Obsolete(\"Use LoadAsync\")] public static SegmentationRules Load(Stream reader, string cultureOverride, IResourceDataAccessor accessor) Parameters Type Name Description Stream reader string cultureOverride IResourceDataAccessor accessor Returns Type Description SegmentationRules Load(Stream, string, IResourceDataAccessor, bool) See LoadAsync(Stream, string, IResourceDataAccessorAsync, bool) Declaration [Obsolete(\"Use LoadAsync\")] public static SegmentationRules Load(Stream reader, string cultureOverride, IResourceDataAccessor accessor, bool keepListReferences) Parameters Type Name Description Stream reader string cultureOverride IResourceDataAccessor accessor bool keepListReferences Returns Type Description SegmentationRules Load(string, CultureCode, IResourceDataAccessor) See LoadAsync(string, CultureCode, IResourceDataAccessorAsync) Declaration [Obsolete(\"Use LoadAsync\")] public static SegmentationRules Load(string fileName, CultureCode cultureOverride, IResourceDataAccessor accessor) Parameters Type Name Description string fileName CultureCode cultureOverride IResourceDataAccessor accessor Returns Type Description SegmentationRules Load(string, CultureCode, IResourceDataAccessor, bool) See LoadAsync(string, CultureCode, IResourceDataAccessorAsync, bool) Declaration [Obsolete(\"Use LoadAsync\")] public static SegmentationRules Load(string fileName, CultureCode cultureOverride, IResourceDataAccessor accessor, bool keepListReferences) Parameters Type Name Description string fileName CultureCode cultureOverride IResourceDataAccessor accessor bool keepListReferences Returns Type Description SegmentationRules Load(string, string, IResourceDataAccessor) See LoadAsync(string, string, IResourceDataAccessorAsync) Declaration [Obsolete(\"Use LoadAsync\")] public static SegmentationRules Load(string fileName, string cultureOverride, IResourceDataAccessor accessor) Parameters Type Name Description string fileName string cultureOverride IResourceDataAccessor accessor Returns Type Description SegmentationRules Load(string, string, IResourceDataAccessor, bool) See LoadAsync(Stream, string, IResourceDataAccessorAsync, bool) Declaration [Obsolete(\"Use LoadAsync\")] public static SegmentationRules Load(string fileName, string cultureOverride, IResourceDataAccessor accessor, bool keepListReferences) Parameters Type Name Description string fileName string cultureOverride IResourceDataAccessor accessor bool keepListReferences Returns Type Description SegmentationRules LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync) Load segmentation rules from a stream. The resource data accessor is used to resolve any variable references which may be present in the rules. Declaration public static Task LoadAsync(Stream reader, CultureCode cultureOverride, IResourceDataAccessorAsync accessor) Parameters Type Name Description Stream reader The stream to load the rules from CultureCode cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references Returns Type Description Task SegmentationRules A fully initialized SegmentationRules object LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync, bool) Load segmentation rules from a stream. The resource data accessor is used to resolve any variable references which may be present in the rules. Declaration public static Task LoadAsync(Stream reader, CultureCode cultureOverride, IResourceDataAccessorAsync accessor, bool keepListReferences) Parameters Type Name Description Stream reader The stream to load the rules from CultureCode cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references bool keepListReferences If true, list references will not be resolved. The resulting rule set will not be functional and should not be used for segmentation, only for editing, display, or copying between resource containers. Returns Type Description Task SegmentationRules A fully initialized SegmentationRules object LoadAsync(Stream, string, IResourceDataAccessorAsync) Load segmentation rules from a stream. The resource data accessor is used to resolve any variable references which may be present in the rules. Declaration public static Task LoadAsync(Stream reader, string cultureOverride, IResourceDataAccessorAsync accessor) Parameters Type Name Description Stream reader The stream to load the rules from string cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references Returns Type Description Task SegmentationRules A fully initialized SegmentationRules object LoadAsync(Stream, string, IResourceDataAccessorAsync, bool) Load segmentation rules from a stream. The resource data accessor is used to resolve any variable references which may be present in the rules. Declaration public static Task LoadAsync(Stream reader, string cultureOverride, IResourceDataAccessorAsync accessor, bool keepListReferences) Parameters Type Name Description Stream reader The stream to load the rules from string cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references bool keepListReferences If true, list references will not be resolved. The resulting rule set will not be functional and should not be used for segmentation, only for editing, display, or copying between resource containers. Returns Type Description Task SegmentationRules A fully initialized SegmentationRules object LoadAsync(string, CultureCode, IResourceDataAccessorAsync) Load segmentation rules from a file. The resource data accessor is used to resolve any variable references which may be present in the rules. Declaration public static Task LoadAsync(string fileName, CultureCode cultureOverride, IResourceDataAccessorAsync accessor) Parameters Type Name Description string fileName The name of the file to load the rules from CultureCode cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references Returns Type Description Task SegmentationRules A fully initialized SegmentationRules object LoadAsync(string, CultureCode, IResourceDataAccessorAsync, bool) Load segmentation rules from a file. The resource data accessor is used to resolve any variable references which may be present in the rules. Declaration public static Task LoadAsync(string fileName, CultureCode cultureOverride, IResourceDataAccessorAsync accessor, bool keepListReferences) Parameters Type Name Description string fileName The name of the file to load the rules from CultureCode cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references bool keepListReferences If true, list references will not be resolved. The resulting rule set will not be functional and should not be used for segmentation, only for editing, display, or copying between resource containers. Returns Type Description Task SegmentationRules A fully initialized SegmentationRules object LoadAsync(string, string, IResourceDataAccessorAsync) Load segmentation rules from a file. The resource data accessor is used to resolve any variable references which may be present in the rules. Declaration public static Task LoadAsync(string fileName, string cultureOverride, IResourceDataAccessorAsync accessor) Parameters Type Name Description string fileName The name of the file to load the rules from string cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references Returns Type Description Task SegmentationRules A fully initialized SegmentationRules object LoadAsync(string, string, IResourceDataAccessorAsync, bool) Load segmentation rules from a file. The resource data accessor is used to resolve any variable references which may be present in the rules. Declaration public static Task LoadAsync(string fileName, string cultureOverride, IResourceDataAccessorAsync accessor, bool keepListReferences) Parameters Type Name Description string fileName The name of the file to load the rules from string cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references bool keepListReferences If true, list references will not be resolved. The resulting rule set will not be functional and should not be used for segmentation, only for editing, display, or copying between resource containers. Returns Type Description Task SegmentationRules A fully initialized SegmentationRules object LoadRaw(Stream, CultureCode, bool) Equivalent to LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync, bool) where keepListReferences is true and no accessor is provided, i.e. loads the rules from XML without resolving any references and/or removing any unresolved rules. Declaration public static SegmentationRules LoadRaw(Stream reader, CultureCode cultureOverride, bool useDataContractSerializer) Parameters Type Name Description Stream reader CultureCode cultureOverride bool useDataContractSerializer Returns Type Description SegmentationRules LoadUsingDataContractSerializer(Stream, CultureCode, IResourceDataAccessor, bool) See LoadUsingDataContractSerializerAsync(Stream, CultureCode, IResourceDataAccessorAsync, bool) Declaration [Obsolete(\"Use LoadUsingDataContractSerializerAsync\")] public static SegmentationRules LoadUsingDataContractSerializer(Stream reader, CultureCode cultureOverride, IResourceDataAccessor accessor, bool keepListReferences) Parameters Type Name Description Stream reader CultureCode cultureOverride IResourceDataAccessor accessor bool keepListReferences Returns Type Description SegmentationRules LoadUsingDataContractSerializer(Stream, string, IResourceDataAccessor, bool) See LoadUsingDataContractSerializerAsync(Stream, string, IResourceDataAccessorAsync, bool) Declaration [Obsolete(\"Use LoadUsingDataContractSerializerAsync\")] public static SegmentationRules LoadUsingDataContractSerializer(Stream reader, string cultureOverride, IResourceDataAccessor accessor, bool keepListReferences) Parameters Type Name Description Stream reader string cultureOverride IResourceDataAccessor accessor bool keepListReferences Returns Type Description SegmentationRules LoadUsingDataContractSerializerAsync(Stream, CultureCode, IResourceDataAccessorAsync, bool) Load segmentation rules from a stream. The resource data accessor is used to resolve any variable references which may be present in the rules. The data is assumed to be serialized by a DataContractSerializer . Declaration public static Task LoadUsingDataContractSerializerAsync(Stream reader, CultureCode cultureOverride, IResourceDataAccessorAsync accessor, bool keepListReferences) Parameters Type Name Description Stream reader The stream to load the rules from CultureCode cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references bool keepListReferences If true, list references will not be resolved. The resulting rule set will not be functional and should not be used for segmentation, only for editing, display, or copying between resource containers. Returns Type Description Task SegmentationRules A fully initialized SegmentationRules object LoadUsingDataContractSerializerAsync(Stream, string, IResourceDataAccessorAsync, bool) Load segmentation rules from a stream. The resource data accessor is used to resolve any variable references which may be present in the rules. The data is assumed to be serialized by a DataContractSerializer . Declaration public static Task LoadUsingDataContractSerializerAsync(Stream reader, string cultureOverride, IResourceDataAccessorAsync accessor, bool keepListReferences) Parameters Type Name Description Stream reader The stream to load the rules from string cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references bool keepListReferences If true, list references will not be resolved. The resulting rule set will not be functional and should not be used for segmentation, only for editing, display, or copying between resource containers. Returns Type Description Task SegmentationRules A fully initialized SegmentationRules object Save(SegmentationRules, Stream) Saves the rules to a stream. Declaration public static void Save(SegmentationRules rules, Stream writer) Parameters Type Name Description SegmentationRules rules Stream writer Save(Stream) Saves a segmentation rules object to a stream. Declaration public void Save(Stream writer) Parameters Type Name Description Stream writer Save(string) Saves a segmentation rules object to a file. Declaration public void Save(string fileName) Parameters Type Name Description string fileName SaveUsingDataContractSerializer(Stream) Saves a segmentation rules object to a stream, using a DataContractSerializer . Declaration public void SaveUsingDataContractSerializer(Stream writer) Parameters Type Name Description Stream writer ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString() Implements ICloneable" + "keywords": "Class SegmentationRules A collection of segmentation rules. Inheritance System.Object SegmentationRules Implements System.ICloneable Inherited Members 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.Core.Segmentation Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class SegmentationRules : ICloneable Constructors SegmentationRules() Initializes a new instance with default values. This constructor is required for XML deserialization and should not be used directly. Declaration public SegmentationRules() SegmentationRules(CultureCode, String) Initializes a new instance with the specified values. Declaration public SegmentationRules(CultureCode culture, string description) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture The culture for which to apply this segmentation rule set. This culture is also used to retrieve additional language resources, if required. System.String description A description for this segmentation rules set. SegmentationRules(SegmentationRules) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public SegmentationRules(SegmentationRules other) Parameters Type Name Description SegmentationRules other The other instance SegmentationRules(String, String) Initializes a new instance with the specified values. Declaration public SegmentationRules(string cultureName, string description) Parameters Type Name Description System.String cultureName The culture for which to apply this segmentation rule set. This culture is also used to retrieve additional language resources, if required. System.String description A description for this segmentation rules set. Properties Count Gets the number of rules in this rule set. Declaration public int Count { get; } Property Value Type Description System.Int32 Culture Gets the culture for which to apply this segmentation rule set. Declaration [Obsolete(\"Use CultureName\")] public CultureInfo Culture { get; } Property Value Type Description System.Globalization.CultureInfo CultureName Gets or sets the name of the culture to which to apply this segmentation rules. This property is primarily intended for XML deserialization and should not be used directly. Declaration public string CultureName { get; set; } Property Value Type Description System.String Description Gets or sets the description of this rule set. Declaration public LocalizedString Description { get; set; } Property Value Type Description LocalizedString Item[Int32] Gets the segmentation rule at the specified zero-based position. Declaration public SegmentationRule this[int index] { get; } Parameters Type Name Description System.Int32 index The zero-based index Property Value Type Description SegmentationRule ListReferencesResolved Returns a flag which indicates whether references to externally stored word lists (abbreviations, ordinal followers, ...) have been resolved during Load or not. If not, the rule set should not be used for segmentation, only for display, editing, serialization, or copying across resource containers. Note that if the rule set does not refer to external lists, this flag will still be set to true if the resolution has been attempted. Declaration public bool ListReferencesResolved { get; } Property Value Type Description System.Boolean Rules Gets or sets the rules for this rule set. Declaration public List Rules { get; set; } Property Value Type Description System.Collections.Generic.List < SegmentationRule > Methods Add(Object) Adds the specified object, which must be a non-null SegmentationRule , to the list of rules. This method is for XML deserialization only and should not be used. Declaration public void Add(object o) Parameters Type Name Description System.Object o AddRule(SegmentationRule) Adds the specified rule to the rule set (non-null). Declaration public void AddRule(SegmentationRule r) Parameters Type Name Description SegmentationRule r Clone() System.ICloneable.Clone() Declaration public object Clone() Returns Type Description System.Object A new object that is a deep copy of this instance. GetEnumerator() Returns an enumerator which can be used to iterate through the segmentation rules. Declaration public IEnumerator GetEnumerator() Returns Type Description System.Collections.Generic.IEnumerator < SegmentationRule > An enumerator Load(Stream, CultureCode, IResourceDataAccessor) See LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync) Declaration [Obsolete(\"Use LoadAsync\")] public static SegmentationRules Load(Stream reader, CultureCode cultureOverride, IResourceDataAccessor accessor) Parameters Type Name Description System.IO.Stream reader Sdl.Core.Globalization.CultureCode cultureOverride IResourceDataAccessor accessor Returns Type Description SegmentationRules Load(Stream, CultureCode, IResourceDataAccessor, Boolean) See LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync, Boolean) Declaration [Obsolete(\"Use LoadAsync\")] public static SegmentationRules Load(Stream reader, CultureCode cultureOverride, IResourceDataAccessor accessor, bool keepListReferences) Parameters Type Name Description System.IO.Stream reader Sdl.Core.Globalization.CultureCode cultureOverride IResourceDataAccessor accessor System.Boolean keepListReferences Returns Type Description SegmentationRules Load(Stream, String, IResourceDataAccessor) See LoadAsync(Stream, String, IResourceDataAccessorAsync) Declaration [Obsolete(\"Use LoadAsync\")] public static SegmentationRules Load(Stream reader, string cultureOverride, IResourceDataAccessor accessor) Parameters Type Name Description System.IO.Stream reader System.String cultureOverride IResourceDataAccessor accessor Returns Type Description SegmentationRules Load(Stream, String, IResourceDataAccessor, Boolean) See LoadAsync(Stream, String, IResourceDataAccessorAsync, Boolean) Declaration [Obsolete(\"Use LoadAsync\")] public static SegmentationRules Load(Stream reader, string cultureOverride, IResourceDataAccessor accessor, bool keepListReferences) Parameters Type Name Description System.IO.Stream reader System.String cultureOverride IResourceDataAccessor accessor System.Boolean keepListReferences Returns Type Description SegmentationRules Load(String, CultureCode, IResourceDataAccessor) See LoadAsync(String, CultureCode, IResourceDataAccessorAsync) Declaration [Obsolete(\"Use LoadAsync\")] public static SegmentationRules Load(string fileName, CultureCode cultureOverride, IResourceDataAccessor accessor) Parameters Type Name Description System.String fileName Sdl.Core.Globalization.CultureCode cultureOverride IResourceDataAccessor accessor Returns Type Description SegmentationRules Load(String, CultureCode, IResourceDataAccessor, Boolean) See LoadAsync(String, CultureCode, IResourceDataAccessorAsync, Boolean) Declaration [Obsolete(\"Use LoadAsync\")] public static SegmentationRules Load(string fileName, CultureCode cultureOverride, IResourceDataAccessor accessor, bool keepListReferences) Parameters Type Name Description System.String fileName Sdl.Core.Globalization.CultureCode cultureOverride IResourceDataAccessor accessor System.Boolean keepListReferences Returns Type Description SegmentationRules Load(String, String, IResourceDataAccessor) See LoadAsync(String, String, IResourceDataAccessorAsync) Declaration [Obsolete(\"Use LoadAsync\")] public static SegmentationRules Load(string fileName, string cultureOverride, IResourceDataAccessor accessor) Parameters Type Name Description System.String fileName System.String cultureOverride IResourceDataAccessor accessor Returns Type Description SegmentationRules Load(String, String, IResourceDataAccessor, Boolean) See LoadAsync(Stream, String, IResourceDataAccessorAsync, Boolean) Declaration [Obsolete(\"Use LoadAsync\")] public static SegmentationRules Load(string fileName, string cultureOverride, IResourceDataAccessor accessor, bool keepListReferences) Parameters Type Name Description System.String fileName System.String cultureOverride IResourceDataAccessor accessor System.Boolean keepListReferences Returns Type Description SegmentationRules LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync) Load segmentation rules from a stream. The resource data accessor is used to resolve any variable references which may be present in the rules. Declaration public static Task LoadAsync(Stream reader, CultureCode cultureOverride, IResourceDataAccessorAsync accessor) Parameters Type Name Description System.IO.Stream reader The stream to load the rules from Sdl.Core.Globalization.CultureCode cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references Returns Type Description System.Threading.Tasks.Task < SegmentationRules > A fully initialized SegmentationRules object LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync, Boolean) Load segmentation rules from a stream. The resource data accessor is used to resolve any variable references which may be present in the rules. Declaration public static Task LoadAsync(Stream reader, CultureCode cultureOverride, IResourceDataAccessorAsync accessor, bool keepListReferences) Parameters Type Name Description System.IO.Stream reader The stream to load the rules from Sdl.Core.Globalization.CultureCode cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references System.Boolean keepListReferences If true, list references will not be resolved. The resulting rule set will not be functional and should not be used for segmentation, only for editing, display, or copying between resource containers. Returns Type Description System.Threading.Tasks.Task < SegmentationRules > A fully initialized SegmentationRules object LoadAsync(Stream, String, IResourceDataAccessorAsync) Load segmentation rules from a stream. The resource data accessor is used to resolve any variable references which may be present in the rules. Declaration public static Task LoadAsync(Stream reader, string cultureOverride, IResourceDataAccessorAsync accessor) Parameters Type Name Description System.IO.Stream reader The stream to load the rules from System.String cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references Returns Type Description System.Threading.Tasks.Task < SegmentationRules > A fully initialized SegmentationRules object LoadAsync(Stream, String, IResourceDataAccessorAsync, Boolean) Load segmentation rules from a stream. The resource data accessor is used to resolve any variable references which may be present in the rules. Declaration public static Task LoadAsync(Stream reader, string cultureOverride, IResourceDataAccessorAsync accessor, bool keepListReferences) Parameters Type Name Description System.IO.Stream reader The stream to load the rules from System.String cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references System.Boolean keepListReferences If true, list references will not be resolved. The resulting rule set will not be functional and should not be used for segmentation, only for editing, display, or copying between resource containers. Returns Type Description System.Threading.Tasks.Task < SegmentationRules > A fully initialized SegmentationRules object LoadAsync(String, CultureCode, IResourceDataAccessorAsync) Load segmentation rules from a file. The resource data accessor is used to resolve any variable references which may be present in the rules. Declaration public static Task LoadAsync(string fileName, CultureCode cultureOverride, IResourceDataAccessorAsync accessor) Parameters Type Name Description System.String fileName The name of the file to load the rules from Sdl.Core.Globalization.CultureCode cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references Returns Type Description System.Threading.Tasks.Task < SegmentationRules > A fully initialized SegmentationRules object LoadAsync(String, CultureCode, IResourceDataAccessorAsync, Boolean) Load segmentation rules from a file. The resource data accessor is used to resolve any variable references which may be present in the rules. Declaration public static Task LoadAsync(string fileName, CultureCode cultureOverride, IResourceDataAccessorAsync accessor, bool keepListReferences) Parameters Type Name Description System.String fileName The name of the file to load the rules from Sdl.Core.Globalization.CultureCode cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references System.Boolean keepListReferences If true, list references will not be resolved. The resulting rule set will not be functional and should not be used for segmentation, only for editing, display, or copying between resource containers. Returns Type Description System.Threading.Tasks.Task < SegmentationRules > A fully initialized SegmentationRules object LoadAsync(String, String, IResourceDataAccessorAsync) Load segmentation rules from a file. The resource data accessor is used to resolve any variable references which may be present in the rules. Declaration public static Task LoadAsync(string fileName, string cultureOverride, IResourceDataAccessorAsync accessor) Parameters Type Name Description System.String fileName The name of the file to load the rules from System.String cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references Returns Type Description System.Threading.Tasks.Task < SegmentationRules > A fully initialized SegmentationRules object LoadAsync(String, String, IResourceDataAccessorAsync, Boolean) Load segmentation rules from a file. The resource data accessor is used to resolve any variable references which may be present in the rules. Declaration public static Task LoadAsync(string fileName, string cultureOverride, IResourceDataAccessorAsync accessor, bool keepListReferences) Parameters Type Name Description System.String fileName The name of the file to load the rules from System.String cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references System.Boolean keepListReferences If true, list references will not be resolved. The resulting rule set will not be functional and should not be used for segmentation, only for editing, display, or copying between resource containers. Returns Type Description System.Threading.Tasks.Task < SegmentationRules > A fully initialized SegmentationRules object LoadRaw(Stream, CultureCode, Boolean) Equivalent to LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync, Boolean) where keepListReferences is true and no accessor is provided, i.e. loads the rules from XML without resolving any references and/or removing any unresolved rules. Declaration public static SegmentationRules LoadRaw(Stream reader, CultureCode cultureOverride, bool useDataContractSerializer) Parameters Type Name Description System.IO.Stream reader Sdl.Core.Globalization.CultureCode cultureOverride System.Boolean useDataContractSerializer Returns Type Description SegmentationRules LoadUsingDataContractSerializer(Stream, CultureCode, IResourceDataAccessor, Boolean) See LoadUsingDataContractSerializerAsync(Stream, CultureCode, IResourceDataAccessorAsync, Boolean) Declaration [Obsolete(\"Use LoadUsingDataContractSerializerAsync\")] public static SegmentationRules LoadUsingDataContractSerializer(Stream reader, CultureCode cultureOverride, IResourceDataAccessor accessor, bool keepListReferences) Parameters Type Name Description System.IO.Stream reader Sdl.Core.Globalization.CultureCode cultureOverride IResourceDataAccessor accessor System.Boolean keepListReferences Returns Type Description SegmentationRules LoadUsingDataContractSerializer(Stream, String, IResourceDataAccessor, Boolean) See LoadUsingDataContractSerializerAsync(Stream, String, IResourceDataAccessorAsync, Boolean) Declaration [Obsolete(\"Use LoadUsingDataContractSerializerAsync\")] public static SegmentationRules LoadUsingDataContractSerializer(Stream reader, string cultureOverride, IResourceDataAccessor accessor, bool keepListReferences) Parameters Type Name Description System.IO.Stream reader System.String cultureOverride IResourceDataAccessor accessor System.Boolean keepListReferences Returns Type Description SegmentationRules LoadUsingDataContractSerializerAsync(Stream, CultureCode, IResourceDataAccessorAsync, Boolean) Load segmentation rules from a stream. The resource data accessor is used to resolve any variable references which may be present in the rules. The data is assumed to be serialized by a System.Runtime.Serialization.DataContractSerializer . Declaration public static Task LoadUsingDataContractSerializerAsync(Stream reader, CultureCode cultureOverride, IResourceDataAccessorAsync accessor, bool keepListReferences) Parameters Type Name Description System.IO.Stream reader The stream to load the rules from Sdl.Core.Globalization.CultureCode cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references System.Boolean keepListReferences If true, list references will not be resolved. The resulting rule set will not be functional and should not be used for segmentation, only for editing, display, or copying between resource containers. Returns Type Description System.Threading.Tasks.Task < SegmentationRules > A fully initialized SegmentationRules object LoadUsingDataContractSerializerAsync(Stream, String, IResourceDataAccessorAsync, Boolean) Load segmentation rules from a stream. The resource data accessor is used to resolve any variable references which may be present in the rules. The data is assumed to be serialized by a System.Runtime.Serialization.DataContractSerializer . Declaration public static Task LoadUsingDataContractSerializerAsync(Stream reader, string cultureOverride, IResourceDataAccessorAsync accessor, bool keepListReferences) Parameters Type Name Description System.IO.Stream reader The stream to load the rules from System.String cultureOverride If provided, the specified culture will be used to retrieve any missing language resources and will be put into the result object. IResourceDataAccessorAsync accessor The resource data accessor to use to resolve variable references System.Boolean keepListReferences If true, list references will not be resolved. The resulting rule set will not be functional and should not be used for segmentation, only for editing, display, or copying between resource containers. Returns Type Description System.Threading.Tasks.Task < SegmentationRules > A fully initialized SegmentationRules object Save(SegmentationRules, Stream) Saves the rules to a stream. Declaration public static void Save(SegmentationRules rules, Stream writer) Parameters Type Name Description SegmentationRules rules System.IO.Stream writer Save(Stream) Saves a segmentation rules object to a stream. Declaration public void Save(Stream writer) Parameters Type Name Description System.IO.Stream writer Save(String) Saves a segmentation rules object to a file. Declaration public void Save(string fileName) Parameters Type Name Description System.String fileName SaveUsingDataContractSerializer(Stream) Saves a segmentation rules object to a stream, using a System.Runtime.Serialization.DataContractSerializer . Declaration public void SaveUsingDataContractSerializer(Stream writer) Parameters Type Name Description System.IO.Stream writer ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString() Implements System.ICloneable" }, "api/translationmemory/Sdl.LanguagePlatform.Core.SegmentEditor.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.SegmentEditor.html", "title": "Class SegmentEditor", - "keywords": "Class SegmentEditor Inheritance object SegmentEditor Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class SegmentEditor Constructors SegmentEditor() Declaration public SegmentEditor() Methods AppendTokens(Segment, List) Declaration public static bool AppendTokens(Segment segment, List tokens) Parameters Type Name Description Segment segment List Token tokens Returns Type Description bool ChangeTokens(Segment, List, short, short) Declaration public static bool ChangeTokens(Segment segment, List tokens, short startTokenIndex, short length) Parameters Type Name Description Segment segment List Token tokens short startTokenIndex short length Returns Type Description bool CleanSegment(Segment) Declaration public static void CleanSegment(Segment segment) Parameters Type Name Description Segment segment Clone(Segment) Declaration public static Segment Clone(Segment other) Parameters Type Name Description Segment other Returns Type Description Segment DeleteTokens(Segment, short, short) Declaration public static bool DeleteTokens(Segment segment, short startTokenIndex, short length) Parameters Type Name Description Segment segment short startTokenIndex short length Returns Type Description bool Exceptions Type Condition Exception InsertTokens(Segment, List, short) Declaration public static bool InsertTokens(Segment segment, List tokens, short startTokenIndex) Parameters Type Name Description Segment segment List Token tokens short startTokenIndex Returns Type Description bool InsertTokens(Segment, List, short, List) Declaration public static bool InsertTokens(Segment segment, List tokens, short startTokenIndex, List tokensInserted) Parameters Type Name Description Segment segment List Token tokens short startTokenIndex List Token tokensInserted Returns Type Description bool" + "keywords": "Class SegmentEditor Inheritance System.Object SegmentEditor 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.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class SegmentEditor Constructors SegmentEditor() Declaration public SegmentEditor() Methods AppendTokens(Segment, List) Declaration public static bool AppendTokens(Segment segment, List tokens) Parameters Type Name Description Segment segment System.Collections.Generic.List < Token > tokens Returns Type Description System.Boolean ChangeTokens(Segment, List, Int16, Int16) Declaration public static bool ChangeTokens(Segment segment, List tokens, short startTokenIndex, short length) Parameters Type Name Description Segment segment System.Collections.Generic.List < Token > tokens System.Int16 startTokenIndex System.Int16 length Returns Type Description System.Boolean CleanSegment(Segment) Declaration public static void CleanSegment(Segment segment) Parameters Type Name Description Segment segment Clone(Segment) Declaration public static Segment Clone(Segment other) Parameters Type Name Description Segment other Returns Type Description Segment DeleteTokens(Segment, Int16, Int16) Declaration public static bool DeleteTokens(Segment segment, short startTokenIndex, short length) Parameters Type Name Description Segment segment System.Int16 startTokenIndex System.Int16 length Returns Type Description System.Boolean Exceptions Type Condition System.Exception InsertTokens(Segment, List, Int16) Declaration public static bool InsertTokens(Segment segment, List tokens, short startTokenIndex) Parameters Type Name Description Segment segment System.Collections.Generic.List < Token > tokens System.Int16 startTokenIndex Returns Type Description System.Boolean InsertTokens(Segment, List, Int16, List) Declaration public static bool InsertTokens(Segment segment, List tokens, short startTokenIndex, List tokensInserted) Parameters Type Name Description Segment segment System.Collections.Generic.List < Token > tokens System.Int16 startTokenIndex System.Collections.Generic.List < Token > tokensInserted Returns Type Description System.Boolean" }, "api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.html", "title": "Class SegmentElement", - "keywords": "Class SegmentElement Base abstract class representing a segment element. A Segment consists of a sequence of segment elements. Inheritance object SegmentElement Tag Text Token Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] [KnownType(typeof(Tag))] [KnownType(typeof(Text))] [KnownType(typeof(Token))] public abstract class SegmentElement Constructors SegmentElement() Declaration protected SegmentElement() Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Visitor pattern implementation. Derived classes should call back on the appropriate method on the visitor. Declaration public abstract void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor The visitor instance (must not be null ) Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public abstract SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. GetSimilarity(SegmentElement) Declaration public SegmentElement.Similarity GetSimilarity(SegmentElement other) Parameters Type Name Description SegmentElement other Returns Type Description SegmentElement Similarity GetSimilarity(SegmentElement, bool) Declaration public SegmentElement.Similarity GetSimilarity(SegmentElement other, bool allowCompatibility) Parameters Type Name Description SegmentElement other bool allowCompatibility Returns Type Description SegmentElement Similarity GetSimilarityAsync(SegmentElement) Computes the degree of similarity to another instance. Declaration public Task GetSimilarityAsync(SegmentElement other) Parameters Type Name Description SegmentElement other The other instance. Returns Type Description Task SegmentElement Similarity A value indicating the degree of similarity to the provided segment element. GetSimilarityAsync(SegmentElement, bool) Computes the degree of similarity to another instance, with the option of more flexible type compatibility (e.g. treat 'cm' and 'ft' as same type, because both measure length) Declaration public Task GetSimilarityAsync(SegmentElement other, bool allowCompatibility) Parameters Type Name Description SegmentElement other The other instance. bool allowCompatibility If True, more flexible type compatibility will be used if available for the comparison Returns Type Description Task SegmentElement Similarity GetWeakHashCode() Returns a hash code which does not depend on tag anchors in the segment. This can be used for translation tracking in bilingual scenarios. Declaration public abstract int GetWeakHashCode() Returns Type Description int A hash code which is independent of tag anchors." + "keywords": "Class SegmentElement Base abstract class representing a segment element. A Segment consists of a sequence of segment elements. Inheritance System.Object SegmentElement Tag Text Token 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.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public abstract class SegmentElement Constructors SegmentElement() Declaration protected SegmentElement() Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Visitor pattern implementation. Derived classes should call back on the appropriate method on the visitor. Declaration public abstract void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor The visitor instance (must not be null ) Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public abstract SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. GetSimilarity(SegmentElement) Declaration public SegmentElement.Similarity GetSimilarity(SegmentElement other) Parameters Type Name Description SegmentElement other Returns Type Description SegmentElement.Similarity GetSimilarity(SegmentElement, Boolean) Declaration public SegmentElement.Similarity GetSimilarity(SegmentElement other, bool allowCompatibility) Parameters Type Name Description SegmentElement other System.Boolean allowCompatibility Returns Type Description SegmentElement.Similarity GetSimilarityAsync(SegmentElement) Computes the degree of similarity to another instance. Declaration public Task GetSimilarityAsync(SegmentElement other) Parameters Type Name Description SegmentElement other The other instance. Returns Type Description System.Threading.Tasks.Task < SegmentElement.Similarity > A value indicating the degree of similarity to the provided segment element. GetSimilarityAsync(SegmentElement, Boolean) Computes the degree of similarity to another instance, with the option of more flexible type compatibility (e.g. treat 'cm' and 'ft' as same type, because both measure length) Declaration public Task GetSimilarityAsync(SegmentElement other, bool allowCompatibility) Parameters Type Name Description SegmentElement other The other instance. System.Boolean allowCompatibility If True, more flexible type compatibility will be used if available for the comparison Returns Type Description System.Threading.Tasks.Task < SegmentElement.Similarity > GetWeakHashCode() Returns a hash code which does not depend on tag anchors in the segment. This can be used for translation tracking in bilingual scenarios. Declaration public abstract int GetWeakHashCode() Returns Type Description System.Int32 A hash code which is independent of tag anchors." }, "api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.Similarity.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.Similarity.html", "title": "Enum SegmentElement.Similarity", - "keywords": "Enum SegmentElement.Similarity A similarity level between segment elements. Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum SegmentElement.Similarity Fields Name Description IdenticalType The items are of the same type (e.g. numbers), but their value differs IdenticalValueAndType The items are of the same type (e.g. numbers), and their value is identical or near-identical None The items are not similar to each other" + "keywords": "Enum SegmentElement.Similarity A similarity level between segment elements. Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum Similarity Fields Name Description IdenticalType The items are of the same type (e.g. numbers), but their value differs IdenticalValueAndType The items are of the same type (e.g. numbers), and their value is identical or near-identical None The items are not similar to each other" }, "api/translationmemory/Sdl.LanguagePlatform.Core.SegmentPosition.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.SegmentPosition.html", "title": "Class SegmentPosition", - "keywords": "Class SegmentPosition Represents a position within a segment. Inheritance object SegmentPosition Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class SegmentPosition Constructors SegmentPosition() Initializes a new instance with default values. Declaration public SegmentPosition() SegmentPosition(int, int) Initializes a new instance with the specified arguments. Declaration public SegmentPosition(int runIndex, int positionInRun) Parameters Type Name Description int runIndex The index of the segment element within the segment. int positionInRun The position within the run. This is only relevant for Text elements, and has no effect for other segment element types. Properties Index Gets or sets the index of the run (segment element) within the segment. Declaration [DataMember] public int Index { get; set; } Property Value Type Description int Position Gets or sets the position within the subsegment. The value is ignored if the indicated segment run is not a Text run. Declaration [DataMember] public int Position { get; set; } Property Value Type Description int Methods Compare(SegmentPosition, SegmentPosition) Compares two segment positions and returns an indication of their sort order. Declaration public static int Compare(SegmentPosition a, SegmentPosition b) Parameters Type Name Description SegmentPosition a The first of the two items to compare. SegmentPosition b The second of the two items to compare. Returns Type Description int An int value less than zero if a precedes b, zero if a denotes the same position as b, and greater than zero if a follows b. Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public SegmentPosition Duplicate() Returns Type Description SegmentPosition A new instance that is a deep copy of this instance. Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetHashCode() GetHashCode() Declaration public override int GetHashCode() Returns Type Description int A hash code for this object Overrides object.GetHashCode() ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString()" + "keywords": "Class SegmentPosition Represents a position within a segment. Inheritance System.Object SegmentPosition Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class SegmentPosition Constructors SegmentPosition() Initializes a new instance with default values. Declaration public SegmentPosition() SegmentPosition(Int32, Int32) Initializes a new instance with the specified arguments. Declaration public SegmentPosition(int runIndex, int positionInRun) Parameters Type Name Description System.Int32 runIndex The index of the segment element within the segment. System.Int32 positionInRun The position within the run. This is only relevant for Text elements, and has no effect for other segment element types. Properties Index Gets or sets the index of the run (segment element) within the segment. Declaration public int Index { get; set; } Property Value Type Description System.Int32 Position Gets or sets the position within the subsegment. The value is ignored if the indicated segment run is not a Text run. Declaration public int Position { get; set; } Property Value Type Description System.Int32 Methods Compare(SegmentPosition, SegmentPosition) Compares two segment positions and returns an indication of their sort order. Declaration public static int Compare(SegmentPosition a, SegmentPosition b) Parameters Type Name Description SegmentPosition a The first of the two items to compare. SegmentPosition b The second of the two items to compare. Returns Type Description System.Int32 An int value less than zero if a precedes b, zero if a denotes the same position as b, and greater than zero if a follows b. Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public SegmentPosition Duplicate() Returns Type Description SegmentPosition A new instance that is a deep copy of this instance. Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetHashCode() System.Object.GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this object Overrides System.Object.GetHashCode() ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString()" }, "api/translationmemory/Sdl.LanguagePlatform.Core.SegmentRange.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.SegmentRange.html", "title": "Class SegmentRange", - "keywords": "Class SegmentRange Represents the range of a segment, indicated by two specified positions. The segment positions are inclusive (\"into\" semantics). Inheritance object SegmentRange Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class SegmentRange Constructors SegmentRange() Initializes a new instance with default values. Declaration public SegmentRange() SegmentRange(SegmentPosition, SegmentPosition) Initializes a new instance with the provided positions. No checks are performed to verify that the start position precedes the end position. Declaration public SegmentRange(SegmentPosition from, SegmentPosition into) Parameters Type Name Description SegmentPosition from The start position. SegmentPosition into The end position. SegmentRange(int, int, int) Initializes a new instance of with the given parameters. Declaration public SegmentRange(int run, int from, int into) Parameters Type Name Description int run The segment element index (run) of the range. int from The start position in the run. int into The end position (inclusive) in the run. Properties From Gets or sets the start position. Declaration [DataMember] public SegmentPosition From { get; set; } Property Value Type Description SegmentPosition Into Gets or sets the end position. Declaration [DataMember] public SegmentPosition Into { get; set; } Property Value Type Description SegmentPosition Length Gets the length of this range if start and end positions are in the same text run, and -1 otherwise. Declaration public int Length { get; } Property Value Type Description int Methods Compare(SegmentRange, SegmentRange) Compares two segment ranges and returns a value indicating their order. Declaration public static int Compare(SegmentRange a, SegmentRange b) Parameters Type Name Description SegmentRange a The first of the two items to compare. SegmentRange b The second of the two items to compare. Returns Type Description int An integer value less than zero if a precedes b, zero if a and b are in the same range, and a value greater than zero if a follows b. Only the start positions are compared. Contains(SegmentRange) Tests whether the other range is entirely included in this range (peripheral positions may be identical). Declaration public bool Contains(SegmentRange other) Parameters Type Name Description SegmentRange other Returns Type Description bool true if other is entirely \"within\" this segment range, and false otherwise. Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public SegmentRange Duplicate() Returns Type Description SegmentRange A new instance that is a deep copy of this instance. Equals(SegmentRange) Compares the current range to another segment range. Declaration public bool Equals(SegmentRange other) Parameters Type Name Description SegmentRange other The range to compare with. Returns Type Description bool true if both ranges are identical. Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() IsInside(SegmentPosition) Tests whether the segment position p is inside this range. Declaration public bool IsInside(SegmentPosition p) Parameters Type Name Description SegmentPosition p The segment position to test Returns Type Description bool true if p is \"inside\" this range, and false otherwise. OverlapsWith(SegmentRange) Tests whether this segment range overlaps with another range. Declaration public bool OverlapsWith(SegmentRange other) Parameters Type Name Description SegmentRange other Returns Type Description bool true if the two ranges overlap, and false otherwise. ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString()" + "keywords": "Class SegmentRange Represents the range of a segment, indicated by two specified positions. The segment positions are inclusive (\"into\" semantics). Inheritance System.Object SegmentRange Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class SegmentRange Constructors SegmentRange() Initializes a new instance with default values. Declaration public SegmentRange() SegmentRange(SegmentPosition, SegmentPosition) Initializes a new instance with the provided positions. No checks are performed to verify that the start position precedes the end position. Declaration public SegmentRange(SegmentPosition from, SegmentPosition into) Parameters Type Name Description SegmentPosition from The start position. SegmentPosition into The end position. SegmentRange(Int32, Int32, Int32) Initializes a new instance of with the given parameters. Declaration public SegmentRange(int run, int from, int into) Parameters Type Name Description System.Int32 run The segment element index (run) of the range. System.Int32 from The start position in the run. System.Int32 into The end position (inclusive) in the run. Properties From Gets or sets the start position. Declaration public SegmentPosition From { get; set; } Property Value Type Description SegmentPosition Into Gets or sets the end position. Declaration public SegmentPosition Into { get; set; } Property Value Type Description SegmentPosition Length Gets the length of this range if start and end positions are in the same text run, and -1 otherwise. Declaration public int Length { get; } Property Value Type Description System.Int32 Methods Compare(SegmentRange, SegmentRange) Compares two segment ranges and returns a value indicating their order. Declaration public static int Compare(SegmentRange a, SegmentRange b) Parameters Type Name Description SegmentRange a The first of the two items to compare. SegmentRange b The second of the two items to compare. Returns Type Description System.Int32 An integer value less than zero if a precedes b, zero if a and b are in the same range, and a value greater than zero if a follows b. Only the start positions are compared. Contains(SegmentRange) Tests whether the other range is entirely included in this range (peripheral positions may be identical). Declaration public bool Contains(SegmentRange other) Parameters Type Name Description SegmentRange other Returns Type Description System.Boolean true if other is entirely \"within\" this segment range, and false otherwise. Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public SegmentRange Duplicate() Returns Type Description SegmentRange A new instance that is a deep copy of this instance. Equals(SegmentRange) Compares the current range to another segment range. Declaration public bool Equals(SegmentRange other) Parameters Type Name Description SegmentRange other The range to compare with. Returns Type Description System.Boolean true if both ranges are identical. Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() IsInside(SegmentPosition) Tests whether the segment position p is inside this range. Declaration public bool IsInside(SegmentPosition p) Parameters Type Name Description SegmentPosition p The segment position to test Returns Type Description System.Boolean true if p is \"inside\" this range, and false otherwise. OverlapsWith(SegmentRange) Tests whether this segment range overlaps with another range. Declaration public bool OverlapsWith(SegmentRange other) Parameters Type Name Description SegmentRange other Returns Type Description System.Boolean true if the two ranges overlap, and false otherwise. ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString()" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Serialization.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Serialization.html", @@ -7137,172 +6827,172 @@ "api/translationmemory/Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.html", "title": "Class LinguaDeserializer", - "keywords": "Class LinguaDeserializer Class that constructs Core.Segments from serialized string content Inheritance object LinguaDeserializer Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Serialization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class LinguaDeserializer Constructors LinguaDeserializer() Declaration public LinguaDeserializer() Methods GetSegmentFromString(string) Constructs a Core.Segment from string parameter Declaration public Segment GetSegmentFromString(string content) Parameters Type Name Description string content Returns Type Description Segment" + "keywords": "Class LinguaDeserializer Class that constructs Core.Segments from serialized string content Inheritance System.Object LinguaDeserializer 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.Core.Serialization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class LinguaDeserializer Constructors LinguaDeserializer() Declaration public LinguaDeserializer() Methods GetSegmentFromString(String) Constructs a Core.Segment from string parameter Declaration public Segment GetSegmentFromString(string content) Parameters Type Name Description System.String content Returns Type Description Segment" }, "api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.Casing.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.Casing.html", "title": "Enum StringUtilities.Casing", - "keywords": "Enum StringUtilities.Casing The casing of a string. Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum StringUtilities.Casing Fields Name Description AllLower All characters are lower-case AllUpper All characters are upper-case InitialUpper The initial char is upper-case, the rest is lower-case Mixed An unspecific mixture of casing which is not covered by the other values, or the casing cannot be determined (such as for Empty ." + "keywords": "Enum StringUtilities.Casing The casing of a string. Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum Casing Fields Name Description AllLower All characters are lower-case AllUpper All characters are upper-case InitialUpper The initial char is upper-case, the rest is lower-case Mixed An unspecific mixture of casing which is not covered by the other values, or the casing cannot be determined (such as for System.String.Empty ." }, "api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html", "title": "Class StringUtilities", - "keywords": "Class StringUtilities Defines utilities related to string . Inheritance object StringUtilities Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public static class StringUtilities Methods DetermineCasing(string) Determines the casing as in StringUtilities.Casing for the input string. Casing.Mixed will be returned for the empty string. Declaration public static StringUtilities.Casing DetermineCasing(string s) Parameters Type Name Description string s The input string (must not be null) Returns Type Description StringUtilities Casing EndsWithAny(string, char[]) Returns true if the string s ends with any of the characters in characterList , and false otherwise. Declaration public static bool EndsWithAny(string s, char[] characterList) Parameters Type Name Description string s char characterList Returns Type Description bool EscapeString(string) Escapes all double quotes and backslashes in a string. Declaration public static string EscapeString(string s) Parameters Type Name Description string s The input string. Returns Type Description string The string where all double quotes will be prefixed with a backslash. EscapeString(string, string) Escapes special characters in a string, prefixing them with a backslash. Declaration public static string EscapeString(string s, string charactersToEscape) Parameters Type Name Description string s The input string. string charactersToEscape The characters to escape Returns Type Description string The string where all occurrences of any of the characters to escape are prefixed with a backslash. FullWidthToHalfWidth(string) Perform full-width to half-width conversion Declaration public static string FullWidthToHalfWidth(string input) Parameters Type Name Description string input Returns Type Description string GenerateRandomWord(int, bool) Generates a string which consists of random letters in the range [a-z] with the specified length. Declaration public static string GenerateRandomWord(int length, bool initialUpper) Parameters Type Name Description int length The length of the string to be generated. bool initialUpper If true, the initial letter of the generated string will be converted to upper-case. If false, the initial letter will remain lower-case. Returns Type Description string A string which consists of a random sequence of letters [a-z] with the specified length. GetPrefixLength(string, char[]) Computes the length of the prefix of s which entirely consists of characters in prefixChars . If either of the parameters is null or empty, 0 is returned. Declaration public static int GetPrefixLength(string s, char[] prefixChars) Parameters Type Name Description string s The string char prefixChars The set of prefix characters Returns Type Description int The length of the prefix of s which entirely consists of characters contained in prefixChars GetSuffixLength(string, char[]) Computes the length of the suffix of s which entirely consists of characters in suffixChars . If either of the parameters is null or empty, 0 is returned. Declaration public static int GetSuffixLength(string s, char[] suffixChars) Parameters Type Name Description string s The string char suffixChars The set of suffix characters Returns Type Description int The length of the suffix of s which entirely consists of characters contained in suffixChars HalfWidthToFullWidth(string) Converts half-width characters to full-width characters Declaration public static string HalfWidthToFullWidth(string input) Parameters Type Name Description string input single byte string, halfwidth string Returns Type Description string HalfWidthToFullWidth2(string) Unlike HalfWidthToFullWidth(string) , performs half-width to full-width conversion for all available characters, not just those under ASCII 127 Declaration public static string HalfWidthToFullWidth2(string input) Parameters Type Name Description string input Returns Type Description string IsAllWhitespace(string) Returns true if t contains only whitespace characters ( IsWhitespace(char) ), and false otherwise. Declaration public static bool IsAllWhitespace(string t) Parameters Type Name Description string t Returns Type Description bool MergeStrings(string, string) Appends each individual charater of b to a , if it is not already present, and returns the result. If a already contains duplicates, they are kept. Declaration public static string MergeStrings(string a, string b) Parameters Type Name Description string a The first string string b The second string Returns Type Description string A string which consists of the input string a , with the individual characters from b appended if they are not already present. RemoveAll(string, Predicate) Computes a copy of s in which all characters which satisfy property are removed. Declaration public static string RemoveAll(string s, Predicate property) Parameters Type Name Description string s The input string Predicate char property The character property to test Returns Type Description string StartWithAny(string, char[]) Returns true if the string s starts with any of the characters in characterList , and false otherwise. Declaration public static bool StartWithAny(string s, char[] characterList) Parameters Type Name Description string s char characterList Returns Type Description bool TrimEnd(string, char[], out string) Trims off any character contained in the trimCharacters from the end of the specified string s , and returns the remainder, as well as the trimmed-off suffix in trimmedSuffix . If either s or trimCharacters are null or empty, the result will be equal to s and trimmedSuffix will be null. Declaration public static string TrimEnd(string s, char[] trimCharacters, out string trimmedSuffix) Parameters Type Name Description string s The input string char trimCharacters The set of characters to trim off at the start of s . string trimmedSuffix If any characters have been trimmed off, this out parameter will contain the trimmed-off suffix. If no characters have been trimmed off, this out parameter will be null . Returns Type Description string The remainder of s after trimming off the specified trim characters from the end. TrimStart(string, char[], out string) Trims off any character contained in the trimCharacters from the start of the specified string s , and returns the remainder, as well as the trimmed-off prefix in trimmedPrefix . If either s or trimCharacters are null or empty, the result will be equal to s and trimmedPrefix will be null. Declaration public static string TrimStart(string s, char[] trimCharacters, out string trimmedPrefix) Parameters Type Name Description string s The input string char trimCharacters The set of characters to trim off at the start of s . string trimmedPrefix If any characters have been trimmed off, this out parameter will contain the trimmed-off prefix. If no characters have been trimmed off, this out parameter will be null . Returns Type Description string The remainder of s after trimming off the specified trim characters from the start." + "keywords": "Class StringUtilities Defines utilities related to System.String . Inheritance System.Object StringUtilities 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.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public static class StringUtilities Methods DetermineCasing(String) Determines the casing as in StringUtilities.Casing for the input string. Casing.Mixed will be returned for the empty string. Declaration public static StringUtilities.Casing DetermineCasing(string s) Parameters Type Name Description System.String s The input string (must not be null) Returns Type Description StringUtilities.Casing EndsWithAny(String, Char[]) Returns true if the string s ends with any of the characters in characterList , and false otherwise. Declaration public static bool EndsWithAny(string s, char[] characterList) Parameters Type Name Description System.String s System.Char [] characterList Returns Type Description System.Boolean EscapeString(String) Escapes all double quotes and backslashes in a string. Declaration public static string EscapeString(string s) Parameters Type Name Description System.String s The input string. Returns Type Description System.String The string where all double quotes will be prefixed with a backslash. EscapeString(String, String) Escapes special characters in a string, prefixing them with a backslash. Declaration public static string EscapeString(string s, string charactersToEscape) Parameters Type Name Description System.String s The input string. System.String charactersToEscape The characters to escape Returns Type Description System.String The string where all occurrences of any of the characters to escape are prefixed with a backslash. FullWidthToHalfWidth(String) Perform full-width to half-width conversion Declaration public static string FullWidthToHalfWidth(string input) Parameters Type Name Description System.String input Returns Type Description System.String GenerateRandomWord(Int32, Boolean) Generates a string which consists of random letters in the range [a-z] with the specified length. Declaration public static string GenerateRandomWord(int length, bool initialUpper) Parameters Type Name Description System.Int32 length The length of the string to be generated. System.Boolean initialUpper If true, the initial letter of the generated string will be converted to upper-case. If false, the initial letter will remain lower-case. Returns Type Description System.String A string which consists of a random sequence of letters [a-z] with the specified length. GetPrefixLength(String, Char[]) Computes the length of the prefix of s which entirely consists of characters in prefixChars . If either of the parameters is null or empty, 0 is returned. Declaration public static int GetPrefixLength(string s, char[] prefixChars) Parameters Type Name Description System.String s The string System.Char [] prefixChars The set of prefix characters Returns Type Description System.Int32 The length of the prefix of s which entirely consists of characters contained in prefixChars GetSuffixLength(String, Char[]) Computes the length of the suffix of s which entirely consists of characters in suffixChars . If either of the parameters is null or empty, 0 is returned. Declaration public static int GetSuffixLength(string s, char[] suffixChars) Parameters Type Name Description System.String s The string System.Char [] suffixChars The set of suffix characters Returns Type Description System.Int32 The length of the suffix of s which entirely consists of characters contained in suffixChars HalfWidthToFullWidth(String) Converts half-width characters to full-width characters Declaration public static string HalfWidthToFullWidth(string input) Parameters Type Name Description System.String input single byte string, halfwidth string Returns Type Description System.String HalfWidthToFullWidth2(String) Unlike HalfWidthToFullWidth(String) , performs half-width to full-width conversion for all available characters, not just those under ASCII 127 Declaration public static string HalfWidthToFullWidth2(string input) Parameters Type Name Description System.String input Returns Type Description System.String IsAllWhitespace(String) Returns true if t contains only whitespace characters ( IsWhitespace(Char) ), and false otherwise. Declaration public static bool IsAllWhitespace(string t) Parameters Type Name Description System.String t Returns Type Description System.Boolean MergeStrings(String, String) Appends each individual charater of b to a , if it is not already present, and returns the result. If a already contains duplicates, they are kept. Declaration public static string MergeStrings(string a, string b) Parameters Type Name Description System.String a The first string System.String b The second string Returns Type Description System.String A string which consists of the input string a , with the individual characters from b appended if they are not already present. RemoveAll(String, Predicate) Computes a copy of s in which all characters which satisfy property are removed. Declaration public static string RemoveAll(string s, Predicate property) Parameters Type Name Description System.String s The input string System.Predicate < System.Char > property The character property to test Returns Type Description System.String StartWithAny(String, Char[]) Returns true if the string s starts with any of the characters in characterList , and false otherwise. Declaration public static bool StartWithAny(string s, char[] characterList) Parameters Type Name Description System.String s System.Char [] characterList Returns Type Description System.Boolean TrimEnd(String, Char[], out String) Trims off any character contained in the trimCharacters from the end of the specified string s , and returns the remainder, as well as the trimmed-off suffix in trimmedSuffix . If either s or trimCharacters are null or empty, the result will be equal to s and trimmedSuffix will be null. Declaration public static string TrimEnd(string s, char[] trimCharacters, out string trimmedSuffix) Parameters Type Name Description System.String s The input string System.Char [] trimCharacters The set of characters to trim off at the start of s . System.String trimmedSuffix If any characters have been trimmed off, this out parameter will contain the trimmed-off suffix. If no characters have been trimmed off, this out parameter will be null . Returns Type Description System.String The remainder of s after trimming off the specified trim characters from the end. TrimStart(String, Char[], out String) Trims off any character contained in the trimCharacters from the start of the specified string s , and returns the remainder, as well as the trimmed-off prefix in trimmedPrefix . If either s or trimCharacters are null or empty, the result will be equal to s and trimmedPrefix will be null. Declaration public static string TrimStart(string s, char[] trimCharacters, out string trimmedPrefix) Parameters Type Name Description System.String s The input string System.Char [] trimCharacters The set of characters to trim off at the start of s . System.String trimmedPrefix If any characters have been trimmed off, this out parameter will contain the trimmed-off prefix. If no characters have been trimmed off, this out parameter will be null . Returns Type Description System.String The remainder of s after trimming off the specified trim characters from the start." }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tag.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tag.html", "title": "Class Tag", - "keywords": "Class Tag Represents a tag. Inheritance object SegmentElement Tag Inherited Members SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, bool) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, bool) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class Tag : SegmentElement Constructors Tag() Initializes a new instance with default values (used for XML serialization only). Declaration public Tag() Tag(Tag) Initializes a new instance of the Tag class from another instance. Declaration public Tag(Tag other) Parameters Type Name Description Tag other The other instance. Tag(TagType, string, int) Initializes a new instance of the Tag class with the specified type and anchor. The alignment anchor will be set to zero. Declaration public Tag(TagType type, string tagId, int anchor) Parameters Type Name Description TagType type The tag type. string tagId The tag ID (user-defined) int anchor The tag anchor. Tag(TagType, string, int, int, string) Initializes a new instance of the Tag class with the specified type and anchor. Declaration public Tag(TagType type, string tagId, int anchor, int alignmentAnchor, string textEquivalent) Parameters Type Name Description TagType type The tag type. string tagId The tag ID (user-defined) int anchor The tag anchor. int alignmentAnchor An alignment anchor (cross-segment), if available string textEquivalent A text equivalent string (ignored if the tag type is not TextPlaceholder or LockedContent) Tag(TagType, string, int, int, string, bool) Initializes a new instance of the Tag class with the specified type and anchor. Declaration public Tag(TagType type, string tagId, int anchor, int alignmentAnchor, string textEquivalent, bool canHide) Parameters Type Name Description TagType type The tag type. string tagId The tag ID (user-defined) int anchor The tag anchor. int alignmentAnchor An alignment anchor (cross-segment), if available string textEquivalent A text equivalent string (ignored if the tag type is not TextPlaceholder or LockedContent) bool canHide True if the tag represents inline formatting, false otherwise Properties AlignmentAnchor Gets or sets the alignment anchor, which is used to align cross-segment tags. It only needs to be set for the start tag. Declaration [DataMember] public int AlignmentAnchor { get; set; } Property Value Type Description int Anchor Gets or sets the tag anchor, which is used to bracket two tags (connect start and end tag). The anchor is only relevant for start and end tags and has no cross-segment semantics. Declaration [DataMember] public int Anchor { get; set; } Property Value Type Description int CanHide Gets or sets the CanHide flag Declaration [DataMember] public bool CanHide { get; set; } Property Value Type Description bool TagID Gets or sets the tag ID which is a cross-format ID assigned by the filters and which may be used to represent a cross-format formatting class (such as \"bold\"). Declaration [DataMember] public string TagID { get; set; } Property Value Type Description string TextEquivalent Gets or sets the text equivalent string. This will only be valid for text placeholder tags. Declaration [DataMember] public string TextEquivalent { get; set; } Property Value Type Description string Type Gets or sets the tag type. Declaration [DataMember] public TagType Type { get; set; } Property Value Type Description TagType Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Visitor pattern implementation. Calls VisitTag(Tag) . Declaration public override void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor The visitor instance Overrides SegmentElement.AcceptSegmentElementVisitor(ISegmentElementVisitor) Duplicate() See Duplicate() Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. Overrides SegmentElement.Duplicate() Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetHashCode() GetHashCode() Declaration public override int GetHashCode() Returns Type Description int A hash code for this object Overrides object.GetHashCode() GetWeakHashCode() See GetWeakHashCode() Declaration public override int GetWeakHashCode() Returns Type Description int A hash code independent of tag anchors. Overrides SegmentElement.GetWeakHashCode() SeriliazedWihoutAnchor() Same as ToString, but doesn't includes _AlignmentAnchor Declaration public string SeriliazedWihoutAnchor() Returns Type Description string ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString()" + "keywords": "Class Tag Represents a tag. Inheritance System.Object SegmentElement Tag Inherited Members SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, Boolean) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, Boolean) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class Tag : SegmentElement Constructors Tag() Initializes a new instance with default values (used for XML serialization only). Declaration public Tag() Tag(Tag) Initializes a new instance of the Tag class from another instance. Declaration public Tag(Tag other) Parameters Type Name Description Tag other The other instance. Tag(TagType, String, Int32) Initializes a new instance of the Tag class with the specified type and anchor. The alignment anchor will be set to zero. Declaration public Tag(TagType type, string tagId, int anchor) Parameters Type Name Description TagType type The tag type. System.String tagId The tag ID (user-defined) System.Int32 anchor The tag anchor. Tag(TagType, String, Int32, Int32, String) Initializes a new instance of the Tag class with the specified type and anchor. Declaration public Tag(TagType type, string tagId, int anchor, int alignmentAnchor, string textEquivalent) Parameters Type Name Description TagType type The tag type. System.String tagId The tag ID (user-defined) System.Int32 anchor The tag anchor. System.Int32 alignmentAnchor An alignment anchor (cross-segment), if available System.String textEquivalent A text equivalent string (ignored if the tag type is not TextPlaceholder or LockedContent) Tag(TagType, String, Int32, Int32, String, Boolean) Initializes a new instance of the Tag class with the specified type and anchor. Declaration public Tag(TagType type, string tagId, int anchor, int alignmentAnchor, string textEquivalent, bool canHide) Parameters Type Name Description TagType type The tag type. System.String tagId The tag ID (user-defined) System.Int32 anchor The tag anchor. System.Int32 alignmentAnchor An alignment anchor (cross-segment), if available System.String textEquivalent A text equivalent string (ignored if the tag type is not TextPlaceholder or LockedContent) System.Boolean canHide True if the tag represents inline formatting, false otherwise Properties AlignmentAnchor Gets or sets the alignment anchor, which is used to align cross-segment tags. It only needs to be set for the start tag. Declaration public int AlignmentAnchor { get; set; } Property Value Type Description System.Int32 Anchor Gets or sets the tag anchor, which is used to bracket two tags (connect start and end tag). The anchor is only relevant for start and end tags and has no cross-segment semantics. Declaration public int Anchor { get; set; } Property Value Type Description System.Int32 CanHide Gets or sets the CanHide flag Declaration public bool CanHide { get; set; } Property Value Type Description System.Boolean TagID Gets or sets the tag ID which is a cross-format ID assigned by the filters and which may be used to represent a cross-format formatting class (such as \"bold\"). Declaration public string TagID { get; set; } Property Value Type Description System.String TextEquivalent Gets or sets the text equivalent string. This will only be valid for text placeholder tags. Declaration public string TextEquivalent { get; set; } Property Value Type Description System.String Type Gets or sets the tag type. Declaration public TagType Type { get; set; } Property Value Type Description TagType Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Visitor pattern implementation. Calls VisitTag(Tag) . Declaration public override void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor The visitor instance Overrides SegmentElement.AcceptSegmentElementVisitor(ISegmentElementVisitor) Duplicate() See Duplicate() Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. Overrides SegmentElement.Duplicate() Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetHashCode() System.Object.GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this object Overrides System.Object.GetHashCode() GetWeakHashCode() See GetWeakHashCode() Declaration public override int GetWeakHashCode() Returns Type Description System.Int32 A hash code independent of tag anchors. Overrides SegmentElement.GetWeakHashCode() SeriliazedWihoutAnchor() Same as ToString, but doesn't includes _AlignmentAnchor Declaration public string SeriliazedWihoutAnchor() Returns Type Description System.String ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString()" }, "api/translationmemory/Sdl.LanguagePlatform.Core.TagType.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.TagType.html", "title": "Enum TagType", - "keywords": "Enum TagType Indicates the tag type. Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum TagType Fields Name Description End Represents an ending tag. LockedContent Group of (locked) tag/text content that should be treated as a single placeable. Standalone Represents a standalone tag. Start Represents a starting tag. TextPlaceholder A standalone tag which represents text, not formatting. Undefined Represents an undefined tag type. This is also used for \"dummy tags\" which may be added to a segment in case a tag was deleted from the original segment. Such a situation occurs when the translation engine deletes tags, but the number of tokens must remain constant in the translation proposal as otherwise the token positions will become invalid. UnmatchedEnd For TMX processing only: unmatched end tag (it pos=end) UnmatchedStart For TMX processing only: unmatched start tag (it pos=start)" + "keywords": "Enum TagType Indicates the tag type. Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum TagType Fields Name Description End Represents an ending tag. LockedContent Group of (locked) tag/text content that should be treated as a single placeable. Standalone Represents a standalone tag. Start Represents a starting tag. TextPlaceholder A standalone tag which represents text, not formatting. Undefined Represents an undefined tag type. This is also used for \"dummy tags\" which may be added to a segment in case a tag was deleted from the original segment. Such a situation occurs when the translation engine deletes tags, but the number of tokens must remain constant in the translation proposal as otherwise the token positions will become invalid. UnmatchedEnd For TMX processing only: unmatched end tag (it pos=end) UnmatchedStart For TMX processing only: unmatched start tag (it pos=start)" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Text.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Text.html", "title": "Class Text", - "keywords": "Class Text Represents a piece of text within a segment. Inheritance object SegmentElement Text Inherited Members SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, bool) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, bool) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class Text : SegmentElement Constructors Text() Initializes a new instance with default values (used for XML serialization only). Declaration public Text() Text(string) Initializes a new instance of the Text class with the specified string. Declaration public Text(string text) Parameters Type Name Description string text The string. Properties Value Gets or sets the string for this Text instance. Declaration [DataMember] public string Value { get; set; } Property Value Type Description string Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Visitor pattern implementation. Calls VisitText(Text) . Declaration public override void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor The visitor instance Overrides SegmentElement.AcceptSegmentElementVisitor(ISegmentElementVisitor) Duplicate() See Duplicate() Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. Overrides SegmentElement.Duplicate() Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetHashCode() GetHashCode() Declaration public override int GetHashCode() Returns Type Description int A hash code for this object Overrides object.GetHashCode() GetWeakHashCode() See GetWeakHashCode() Declaration public override int GetWeakHashCode() Returns Type Description int A hash code, equivalent to GetHashCode() . Overrides SegmentElement.GetWeakHashCode() ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString()" + "keywords": "Class Text Represents a piece of text within a segment. Inheritance System.Object SegmentElement Text Inherited Members SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, Boolean) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, Boolean) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class Text : SegmentElement Constructors Text() Initializes a new instance with default values (used for XML serialization only). Declaration public Text() Text(String) Initializes a new instance of the Text class with the specified string. Declaration public Text(string text) Parameters Type Name Description System.String text The string. Properties Value Gets or sets the string for this Text instance. Declaration public string Value { get; set; } Property Value Type Description System.String Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Visitor pattern implementation. Calls VisitText(Text) . Declaration public override void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor The visitor instance Overrides SegmentElement.AcceptSegmentElementVisitor(ISegmentElementVisitor) Duplicate() See Duplicate() Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. Overrides SegmentElement.Duplicate() Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetHashCode() System.Object.GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this object Overrides System.Object.GetHashCode() GetWeakHashCode() See GetWeakHashCode() Declaration public override int GetWeakHashCode() Returns Type Description System.Int32 A hash code, equivalent to GetHashCode() . Overrides SegmentElement.GetWeakHashCode() ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString()" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.html", "title": "Class AutoLocalizationSettings", - "keywords": "Class AutoLocalizationSettings Contains specialized settings for auto-localization of tokens. Inheritance object AutoLocalizationSettings Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class AutoLocalizationSettings Constructors AutoLocalizationSettings() Declaration public AutoLocalizationSettings() Properties CurrencyDecimalSeparator If not null, specifies the decimal separator to use when formatting currency Declaration [DataMember] public string CurrencyDecimalSeparator { get; set; } Property Value Type Description string CurrencyGroupSeparator If not null, specifies the group separator to use when formatting currency Declaration [DataMember] public string CurrencyGroupSeparator { get; set; } Property Value Type Description string CurrencySymbolPosition If not null, specifies the position in which to place the currency symbol when formatting currency Declaration [DataMember] public CurrencySymbolPosition? CurrencySymbolPosition { get; set; } Property Value Type Description CurrencySymbolPosition DisableAutoSubstitution Gets or sets the a set of recognizers for which auto-substitution will be disabled. Note that whether or not auto-localizable tokens are identified depends on the active recognizers. That is, if number recognition is off, then disabling auto-substitution of numbers has no effect as no numbers will be identified in the input. The default is to disable none of the auto-substitutable token classes. Declaration [DataMember] public BuiltinRecognizers DisableAutoSubstitution { get; set; } Property Value Type Description BuiltinRecognizers FormatCurrencyPositionUniformly If true, CurrencySymbolPosition will be used for TM matches, rather than the position in the match target being used instead for auto-substitution. Declaration [DataMember] public bool FormatCurrencyPositionUniformly { get; set; } Property Value Type Description bool FormatCurrencySeparatorsUniformly If true, currency separators in AutoLocalizationSettings will be used for TM matches, rather than separators in the match target being used instead for auto-substitution. Declaration [DataMember] public bool FormatCurrencySeparatorsUniformly { get; set; } Property Value Type Description bool FormatDateTimeUniformly If true, date/time patterns in AutoLocalizationSettings will be used for TM matches, rather than the format in the match target being used instead for auto-substitution. Declaration [DataMember] public bool FormatDateTimeUniformly { get; set; } Property Value Type Description bool FormatNumberSeparatorsUniformly If true, number separators in AutoLocalizationSettings will be used for TM matches, rather than the separators in the match target being used instead for auto-substitution. Declaration [DataMember] public bool FormatNumberSeparatorsUniformly { get; set; } Property Value Type Description bool LocalizationParametersSource Gets or sets the localization parameter source, which controls which tokens are used to obtain the actual localization parameters, such as the numeric group separator override, or whitespace handling between a number and the unit in measurements. Declaration [DataMember] public LocalizationParametersSource LocalizationParametersSource { get; set; } Property Value Type Description LocalizationParametersSource LongDatePattern Gets or sets the long date pattern for the auto-localization into the target language. This pattern must be one of the patterns defined by the target culture. Otherwise, placeable association will not work correctly. If the value is null, a default pattern will be used. Declaration [DataMember] public string LongDatePattern { get; set; } Property Value Type Description string LongTimePattern Gets or sets the long time pattern for the auto-localization into the target language. This pattern must be one of the patterns defined by the target culture. Otherwise, placeable association will not work correctly. If the value is null, a default pattern will be used. Declaration [DataMember] public string LongTimePattern { get; set; } Property Value Type Description string NumberDecimalSeparator If not null, specifies the decimal separator to use when formatting numbers Declaration [DataMember] public string NumberDecimalSeparator { get; set; } Property Value Type Description string NumberGroupSeparator If not null, specifies the group separator to use when formatting numbers Declaration [DataMember] public string NumberGroupSeparator { get; set; } Property Value Type Description string ShortDatePattern Gets or sets the short date pattern for the auto-localization into the target language. This pattern must be one of the patterns defined by the target culture. Otherwise, placeable association will not work correctly. If the value is null, a default pattern will be used. Declaration [DataMember] public string ShortDatePattern { get; set; } Property Value Type Description string ShortTimePattern Gets or sets the short time pattern for the auto-localization into the target language. This pattern must be one of the patterns defined by the target culture. Otherwise, placeable association will not work correctly. If the value is null, a default pattern will be used. Declaration [DataMember] public string ShortTimePattern { get; set; } Property Value Type Description string UnitSeparationMode Gets or sets the unit separation mode, which controls how units are separated from the numeric value in measurements. Declaration [DataMember] public UnitSeparationMode UnitSeparationMode { get; set; } Property Value Type Description UnitSeparationMode UnitSeparator Gets or sets the unit separator char, which must be a whitespace char or the null character (\\0). Declaration [DataMember] public char UnitSeparator { get; set; } Property Value Type Description char Methods AttemptAutoSubstitution(Token) Returns a flag whether or not to attempt auto-substitution on the specified token. The value depends on the token type and whether auto-substitution is enabled for that token type or not (see DisableAutoSubstitution . Declaration public bool AttemptAutoSubstitution(Token t) Parameters Type Name Description Token t The token Returns Type Description bool A boolean value whether or not to attempt auto-substitution for this token." + "keywords": "Class AutoLocalizationSettings Contains specialized settings for auto-localization of tokens. Inheritance System.Object AutoLocalizationSettings 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.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class AutoLocalizationSettings Constructors AutoLocalizationSettings() Declaration public AutoLocalizationSettings() Properties CurrencyDecimalSeparator If not null, specifies the decimal separator to use when formatting currency Declaration public string CurrencyDecimalSeparator { get; set; } Property Value Type Description System.String CurrencyGroupSeparator If not null, specifies the group separator to use when formatting currency Declaration public string CurrencyGroupSeparator { get; set; } Property Value Type Description System.String CurrencySymbolPosition If not null, specifies the position in which to place the currency symbol when formatting currency Declaration public CurrencySymbolPosition? CurrencySymbolPosition { get; set; } Property Value Type Description System.Nullable < CurrencySymbolPosition > DisableAutoSubstitution Gets or sets the a set of recognizers for which auto-substitution will be disabled. Note that whether or not auto-localizable tokens are identified depends on the active recognizers. That is, if number recognition is off, then disabling auto-substitution of numbers has no effect as no numbers will be identified in the input. The default is to disable none of the auto-substitutable token classes. Declaration public BuiltinRecognizers DisableAutoSubstitution { get; set; } Property Value Type Description BuiltinRecognizers FormatCurrencyPositionUniformly If true, CurrencySymbolPosition will be used for TM matches, rather than the position in the match target being used instead for auto-substitution. Declaration public bool FormatCurrencyPositionUniformly { get; set; } Property Value Type Description System.Boolean FormatCurrencySeparatorsUniformly If true, currency separators in AutoLocalizationSettings will be used for TM matches, rather than separators in the match target being used instead for auto-substitution. Declaration public bool FormatCurrencySeparatorsUniformly { get; set; } Property Value Type Description System.Boolean FormatDateTimeUniformly If true, date/time patterns in AutoLocalizationSettings will be used for TM matches, rather than the format in the match target being used instead for auto-substitution. Declaration public bool FormatDateTimeUniformly { get; set; } Property Value Type Description System.Boolean FormatNumberSeparatorsUniformly If true, number separators in AutoLocalizationSettings will be used for TM matches, rather than the separators in the match target being used instead for auto-substitution. Declaration public bool FormatNumberSeparatorsUniformly { get; set; } Property Value Type Description System.Boolean LocalizationParametersSource Gets or sets the localization parameter source, which controls which tokens are used to obtain the actual localization parameters, such as the numeric group separator override, or whitespace handling between a number and the unit in measurements. Declaration public LocalizationParametersSource LocalizationParametersSource { get; set; } Property Value Type Description LocalizationParametersSource LongDatePattern Gets or sets the long date pattern for the auto-localization into the target language. This pattern must be one of the patterns defined by the target culture. Otherwise, placeable association will not work correctly. If the value is null, a default pattern will be used. Declaration public string LongDatePattern { get; set; } Property Value Type Description System.String LongTimePattern Gets or sets the long time pattern for the auto-localization into the target language. This pattern must be one of the patterns defined by the target culture. Otherwise, placeable association will not work correctly. If the value is null, a default pattern will be used. Declaration public string LongTimePattern { get; set; } Property Value Type Description System.String NumberDecimalSeparator If not null, specifies the decimal separator to use when formatting numbers Declaration public string NumberDecimalSeparator { get; set; } Property Value Type Description System.String NumberGroupSeparator If not null, specifies the group separator to use when formatting numbers Declaration public string NumberGroupSeparator { get; set; } Property Value Type Description System.String ShortDatePattern Gets or sets the short date pattern for the auto-localization into the target language. This pattern must be one of the patterns defined by the target culture. Otherwise, placeable association will not work correctly. If the value is null, a default pattern will be used. Declaration public string ShortDatePattern { get; set; } Property Value Type Description System.String ShortTimePattern Gets or sets the short time pattern for the auto-localization into the target language. This pattern must be one of the patterns defined by the target culture. Otherwise, placeable association will not work correctly. If the value is null, a default pattern will be used. Declaration public string ShortTimePattern { get; set; } Property Value Type Description System.String UnitSeparationMode Gets or sets the unit separation mode, which controls how units are separated from the numeric value in measurements. Declaration public UnitSeparationMode UnitSeparationMode { get; set; } Property Value Type Description UnitSeparationMode UnitSeparator Gets or sets the unit separator char, which must be a whitespace char or the null character (\\0). Declaration public char UnitSeparator { get; set; } Property Value Type Description System.Char Methods AttemptAutoSubstitution(Token) Returns a flag whether or not to attempt auto-substitution on the specified token. The value depends on the token type and whether auto-substitution is enabled for that token type or not (see DisableAutoSubstitution . Declaration public bool AttemptAutoSubstitution(Token t) Parameters Type Name Description Token t The token Returns Type Description System.Boolean A boolean value whether or not to attempt auto-substitution for this token." }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers.html", "title": "Enum BuiltinRecognizers", - "keywords": "Enum BuiltinRecognizers Enumerates the known types of special token recognizers. Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax [Flags] [DataContract] public enum BuiltinRecognizers Fields Name Description RecognizeAcronyms Recognizes acronyms. RecognizeAll Recognizes all special tokens. RecognizeAlphaNumeric RecognizeDates Recognizes date tokens. RecognizeMeasurements Recognizes measurements. RecognizeNone Don't recognize any special tokens. RecognizeNumbers Recognizes numbers. RecognizeTimes Recognizes time tokens. RecognizeVariables Recognizes variables." + "keywords": "Enum BuiltinRecognizers Enumerates the known types of special token recognizers. Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax [Flags] public enum BuiltinRecognizers Fields Name Description RecognizeAcronyms Recognizes acronyms. RecognizeAll Recognizes all special tokens. RecognizeAlphaNumeric RecognizeDates Recognizes date tokens. RecognizeMeasurements Recognizes measurements. RecognizeNone Don't recognize any special tokens. RecognizeNumbers Recognizes numbers. RecognizeTimes Recognizes time tokens. RecognizeVariables Recognizes variables." }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.html", "title": "Class CurrencyFormat", - "keywords": "Class CurrencyFormat Defines a currency symbol (e.g. $, £, USD) along with permissible options for positioning and separator Inheritance object CurrencyFormat Implements ICloneable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class CurrencyFormat : ICloneable Constructors CurrencyFormat() Declaration public CurrencyFormat() Properties Category Identifies equivalences if needed between currency symbols e.g. to ensure USD is localized as $ Declaration public string Category { get; set; } Property Value Type Description string CurrencySymbolPositions The permissible position(s) for the symbol with respect to the currency amount Declaration public List CurrencySymbolPositions { get; set; } Property Value Type Description List CurrencySymbolPosition Remarks If specified, the first position in the list is preferred when localizing. Separators The separators permissible between the symbol and the amount. This can include '\\0' (no separator) or any whitespace character (space, non-break-space, wide space etc.) If null or empty, a default set of whitespace characters and '\\0' will be used. Declaration public HashSet Separators { get; set; } Property Value Type Description HashSet char Symbol The symbol for this currency format, e.g. $, £, USD Declaration public string Symbol { get; set; } Property Value Type Description string Methods Clone() Clone() Declaration public object Clone() Returns Type Description object A new object that is a deep copy of this instance. Implements ICloneable" + "keywords": "Class CurrencyFormat Defines a currency symbol (e.g. $, £, USD) along with permissible options for positioning and separator Inheritance System.Object CurrencyFormat Implements System.ICloneable 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.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class CurrencyFormat : ICloneable Constructors CurrencyFormat() Declaration public CurrencyFormat() Properties Category Identifies equivalences if needed between currency symbols e.g. to ensure USD is localized as $ Declaration public string Category { get; set; } Property Value Type Description System.String CurrencySymbolPositions The permissible position(s) for the symbol with respect to the currency amount Declaration public List CurrencySymbolPositions { get; set; } Property Value Type Description System.Collections.Generic.List < CurrencySymbolPosition > Remarks If specified, the first position in the list is preferred when localizing. Separators The separators permissible between the symbol and the amount. This can include '\\0' (no separator) or any whitespace character (space, non-break-space, wide space etc.) If null or empty, a default set of whitespace characters and '\\0' will be used. Declaration public HashSet Separators { get; set; } Property Value Type Description System.Collections.Generic.HashSet < System.Char > Symbol The symbol for this currency format, e.g. $, £, USD Declaration public string Symbol { get; set; } Property Value Type Description System.String Methods Clone() System.ICloneable.Clone() Declaration public object Clone() Returns Type Description System.Object A new object that is a deep copy of this instance. Implements System.ICloneable" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CurrencySymbolPosition.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CurrencySymbolPosition.html", "title": "Enum CurrencySymbolPosition", - "keywords": "Enum CurrencySymbolPosition Defines the permissible positions for a currency symbol with respect to the currency amount Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum CurrencySymbolPosition Fields Name Description afterAmount The symbol is permitted only after the amount, e.g. 200$ beforeAmount The symbol is permitted only before the amount, e.g. $200" + "keywords": "Enum CurrencySymbolPosition Defines the permissible positions for a currency symbol with respect to the currency amount Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum CurrencySymbolPosition Fields Name Description afterAmount The symbol is permitted only after the amount, e.g. 200$ beforeAmount The symbol is permitted only before the amount, e.g. $200" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.html", "title": "Class CustomUnitDefinition", - "keywords": "Class CustomUnitDefinition Provides additional metadata for a custom unit when creating a recognizer for Measurement Inheritance object CustomUnitDefinition Implements ICloneable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class CustomUnitDefinition : ICloneable Constructors CustomUnitDefinition() Declaration public CustomUnitDefinition() Properties CategoryName If not null, the name of a category used to indicate when unit names differing between languages nevertheless refer to the same kind of quantity, where this is not already specified by translations for built-in units ( Unit should be NoUnit) Declaration public string CategoryName { get; set; } Property Value Type Description string Unit If not Unit.NoUnit, the built=in Unit for which this CustomUnitDefinition provides a language-specific string name ( CategoryName should be null) Declaration public Unit Unit { get; set; } Property Value Type Description Unit Methods Clone() Clone() Declaration public object Clone() Returns Type Description object A new object that is a deep copy of this instance. Implements ICloneable" + "keywords": "Class CustomUnitDefinition Provides additional metadata for a custom unit when creating a recognizer for Measurement Inheritance System.Object CustomUnitDefinition Implements System.ICloneable 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.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class CustomUnitDefinition : ICloneable Constructors CustomUnitDefinition() Declaration public CustomUnitDefinition() Properties CategoryName If not null, the name of a category used to indicate when unit names differing between languages nevertheless refer to the same kind of quantity, where this is not already specified by translations for built-in units ( Unit should be NoUnit) Declaration public string CategoryName { get; set; } Property Value Type Description System.String Unit If not Unit.NoUnit, the built=in Unit for which this CustomUnitDefinition provides a language-specific string name ( CategoryName should be null) Declaration public Unit Unit { get; set; } Property Value Type Description Unit Methods Clone() System.ICloneable.Clone() Declaration public object Clone() Returns Type Description System.Object A new object that is a deep copy of this instance. Implements System.ICloneable" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType.html", "title": "Enum DateTimePatternType", - "keywords": "Enum DateTimePatternType Enumerates the different types of a date or time pattern. Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax [Flags] public enum DateTimePatternType Fields Name Description LongDate The pattern represents a long date pattern LongTime The pattern represents a long time pattern ShortDate The pattern represents a short date pattern ShortTime The pattern represents a short time pattern Unknown The pattern type is unknown" + "keywords": "Enum DateTimePatternType Enumerates the different types of a date or time pattern. Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax [Flags] public enum DateTimePatternType Fields Name Description LongDate The pattern represents a long date pattern LongTime The pattern represents a long time pattern ShortDate The pattern represents a short date pattern ShortTime The pattern represents a short time pattern Unknown The pattern type is unknown" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html", "title": "Class DateTimeToken", - "keywords": "Class DateTimeToken A Token which represents a date or time expression. Inheritance object SegmentElement Token DateTimeToken Implements ILocalizableToken Inherited Members Token.SetTokenType(TokenType) Token.GetWeakHashCode() Token.GetBundleSimilarity(SegmentElement) Token.GetIdentityStringAsync() Token.TokenizationContext Token.Text Token.Span Token.Type Token.IsWord Token.IsPunctuation Token.IsWhitespace Token.Culture SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, bool) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, bool) object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class DateTimeToken : Token, ILocalizableToken Constructors DateTimeToken() Initializes a new instance with default values. Declaration public DateTimeToken() DateTimeToken(DateTimeToken) Initializes a new instance with the values of another token, creating a deep copy. Declaration public DateTimeToken(DateTimeToken other) Parameters Type Name Description DateTimeToken other The other token (must not be null) DateTimeToken(string, DateTime, DateTimePatternType) Initializes a new instance with the specified values. Declaration public DateTimeToken(string text, DateTime dateTime, DateTimePatternType type) Parameters Type Name Description string text The text to assign to the token DateTime dateTime The DateTime object to assign to the token's value DateTimePatternType type The type of the date or time token DateTimeToken(string, DateTime, DateTimePatternType, string) Initializes a new instance with the specified values. Declaration public DateTimeToken(string text, DateTime dateTime, DateTimePatternType type, string formatString) Parameters Type Name Description string text The text to assign to the token DateTime dateTime The DateTime object to assign to the token's value DateTimePatternType type The type of the date or time token string formatString The format string describing this value, used to generate new values in the same format Properties DateTimePatternType Gets or sets the pattern type Declaration [DataMember] public DateTimePatternType DateTimePatternType { get; set; } Property Value Type Description DateTimePatternType FormatString Gets or sets the format string corresponding to the text representation of this date value, if available. See https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings Declaration [DataMember] public string FormatString { get; set; } Property Value Type Description string IsDateToken Gets a value to indicate whether this token represents a date or not. Declaration public bool IsDateToken { get; } Property Value Type Description bool IsPlaceable IsPlaceable . Always true for this class. Declaration public override bool IsPlaceable { get; } Property Value Type Description bool Overrides Token.IsPlaceable IsSubstitutable IsSubstitutable . Always true for this class. Declaration public override bool IsSubstitutable { get; } Property Value Type Description bool Overrides Token.IsSubstitutable IsTimeToken Gets a value to indicate whether this token represents a time or not. Declaration public bool IsTimeToken { get; } Property Value Type Description bool Value Gets or sets the value Declaration [DataMember] public DateTime Value { get; set; } Property Value Type Description DateTime Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Visitor pattern implementation. Calls VisitDateTimeToken(DateTimeToken) . Declaration public override void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor The visitor instance Overrides SegmentElement.AcceptSegmentElementVisitor(ISegmentElementVisitor) Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. Overrides SegmentElement.Duplicate() Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides Token.Equals(object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description int Overrides Token.GetHashCode() GetTokenType() Type Declaration protected override TokenType GetTokenType() Returns Type Description TokenType Overrides Token.GetTokenType() Localize(CultureInfo, AutoLocalizationSettings) See LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) Declaration public bool Localize(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings) Parameters Type Name Description CultureInfo culture AutoLocalizationSettings autoLocalizationSettings Returns Type Description bool Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool) See LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager) Declaration public bool Localize(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ILocalizableToken originalMemoryToken, bool adjustCasing) Parameters Type Name Description CultureInfo culture AutoLocalizationSettings autoLocalizationSettings ILocalizableToken originalMemoryToken bool adjustCasing Returns Type Description bool LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. For some token types, special AutoLocalizationSettings will be used, if provided. Declaration public virtual Task LocalizeAsync(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description CultureInfo culture The target culture AutoLocalizationSettings autoLocalizationSettings Contains the AutoLocalizationSettings to use for some token types. May be null, in which case default settings will be used. ICultureMetadataManager cultureMetadataManager Returns Type Description Task bool true if the token text has been changed, and false otherwise LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager) Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. For some token types, special AutoLocalizationSettings will be used, if provided. Declaration public virtual Task LocalizeAsync(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ILocalizableToken originalMemoryToken, bool adjustCasing, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description CultureInfo culture The target culture AutoLocalizationSettings autoLocalizationSettings Contains the AutoLocalizationSettings to use for some token types. May be null, in which case default settings will be used. ILocalizableToken originalMemoryToken The original memory token. Some auto-localization settings will be derived from the token, if provided. bool adjustCasing If true, it is assumed that the token is in segment-initial position. Then, casing will be adjusted if the original memory token is supplied as well. ICultureMetadataManager cultureMetadataManager Returns Type Description Task bool true if the token text has been changed, and false otherwise SetValue(Token, bool) Overwrites the current token's value with the value from blueprint , which also must be a DateTimeToken . Note that only the value and the type are overwritten, not the textual representation. Declaration public virtual bool SetValue(Token blueprint, bool keepNumericSeparators) Parameters Type Name Description Token blueprint The token to take the value from bool keepNumericSeparators Applicable to numeric (number and measurement) tokens only: if true, do not override the original group and decimal separators. Returns Type Description bool A flag indicating whether the token's value or type were changed. Implements ILocalizableToken" + "keywords": "Class DateTimeToken A Token which represents a date or time expression. Inheritance System.Object SegmentElement Token DateTimeToken Implements ILocalizableToken Inherited Members Token.SetTokenType(TokenType) Token.GetWeakHashCode() Token.GetBundleSimilarity(SegmentElement) Token.GetIdentityStringAsync() Token.TokenizationContext Token.Text Token.Span Token.Type Token.IsWord Token.IsPunctuation Token.IsWhitespace Token.Culture SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, Boolean) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, Boolean) System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class DateTimeToken : Token, ILocalizableToken Constructors DateTimeToken() Initializes a new instance with default values. Declaration public DateTimeToken() DateTimeToken(DateTimeToken) Initializes a new instance with the values of another token, creating a deep copy. Declaration public DateTimeToken(DateTimeToken other) Parameters Type Name Description DateTimeToken other The other token (must not be null) DateTimeToken(String, DateTime, DateTimePatternType) Initializes a new instance with the specified values. Declaration public DateTimeToken(string text, DateTime dateTime, DateTimePatternType type) Parameters Type Name Description System.String text The text to assign to the token System.DateTime dateTime The System.DateTime object to assign to the token's value DateTimePatternType type The type of the date or time token DateTimeToken(String, DateTime, DateTimePatternType, String) Initializes a new instance with the specified values. Declaration public DateTimeToken(string text, DateTime dateTime, DateTimePatternType type, string formatString) Parameters Type Name Description System.String text The text to assign to the token System.DateTime dateTime The System.DateTime object to assign to the token's value DateTimePatternType type The type of the date or time token System.String formatString The format string describing this value, used to generate new values in the same format Properties DateTimePatternType Gets or sets the pattern type Declaration public DateTimePatternType DateTimePatternType { get; set; } Property Value Type Description DateTimePatternType FormatString Gets or sets the format string corresponding to the text representation of this date value, if available. See https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings Declaration public string FormatString { get; set; } Property Value Type Description System.String IsDateToken Gets a value to indicate whether this token represents a date or not. Declaration public bool IsDateToken { get; } Property Value Type Description System.Boolean IsPlaceable IsPlaceable . Always true for this class. Declaration public override bool IsPlaceable { get; } Property Value Type Description System.Boolean Overrides Token.IsPlaceable IsSubstitutable IsSubstitutable . Always true for this class. Declaration public override bool IsSubstitutable { get; } Property Value Type Description System.Boolean Overrides Token.IsSubstitutable IsTimeToken Gets a value to indicate whether this token represents a time or not. Declaration public bool IsTimeToken { get; } Property Value Type Description System.Boolean Value Gets or sets the value Declaration public DateTime Value { get; set; } Property Value Type Description System.DateTime Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Visitor pattern implementation. Calls VisitDateTimeToken(DateTimeToken) . Declaration public override void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor The visitor instance Overrides SegmentElement.AcceptSegmentElementVisitor(ISegmentElementVisitor) Duplicate() See Duplicate() Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. Overrides SegmentElement.Duplicate() Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides Token.Equals(Object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides Token.GetHashCode() GetTokenType() Type Declaration protected override TokenType GetTokenType() Returns Type Description TokenType Overrides Token.GetTokenType() Localize(CultureInfo, AutoLocalizationSettings) See LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) Declaration public bool Localize(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings) Parameters Type Name Description System.Globalization.CultureInfo culture AutoLocalizationSettings autoLocalizationSettings Returns Type Description System.Boolean Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean) See LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) Declaration public bool Localize(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ILocalizableToken originalMemoryToken, bool adjustCasing) Parameters Type Name Description System.Globalization.CultureInfo culture AutoLocalizationSettings autoLocalizationSettings ILocalizableToken originalMemoryToken System.Boolean adjustCasing Returns Type Description System.Boolean LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. For some token types, special AutoLocalizationSettings will be used, if provided. Declaration public virtual Task LocalizeAsync(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.Globalization.CultureInfo culture The target culture AutoLocalizationSettings autoLocalizationSettings Contains the AutoLocalizationSettings to use for some token types. May be null, in which case default settings will be used. Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < System.Boolean > true if the token text has been changed, and false otherwise LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. For some token types, special AutoLocalizationSettings will be used, if provided. Declaration public virtual Task LocalizeAsync(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ILocalizableToken originalMemoryToken, bool adjustCasing, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.Globalization.CultureInfo culture The target culture AutoLocalizationSettings autoLocalizationSettings Contains the AutoLocalizationSettings to use for some token types. May be null, in which case default settings will be used. ILocalizableToken originalMemoryToken The original memory token. Some auto-localization settings will be derived from the token, if provided. System.Boolean adjustCasing If true, it is assumed that the token is in segment-initial position. Then, casing will be adjusted if the original memory token is supplied as well. Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < System.Boolean > true if the token text has been changed, and false otherwise SetValue(Token, Boolean) Overwrites the current token's value with the value from blueprint , which also must be a DateTimeToken . Note that only the value and the type are overwritten, not the textual representation. Declaration public virtual bool SetValue(Token blueprint, bool keepNumericSeparators) Parameters Type Name Description Token blueprint The token to take the value from System.Boolean keepNumericSeparators (ignored) Returns Type Description System.Boolean A flag indicating whether the token's value or type were changed. Implements ILocalizableToken" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.html", "title": "Class GenericPlaceableToken", - "keywords": "Class GenericPlaceableToken Represents a generic, abstract token, which is a sequence of characters in the input. A token is identified using a tokenizer, which breaks up the sequence of characters in the input into a sequence of tokens. That token sequence is non-overlapping, but not necessarily contiguous. Inheritance object SegmentElement Token SimpleToken GenericPlaceableToken Inherited Members SimpleToken.SetTokenType(TokenType) SimpleToken.GetTokenType() SimpleToken.ToString() SimpleToken.AcceptSegmentElementVisitor(ISegmentElementVisitor) SimpleToken.Stem SimpleToken.IsStopword Token.GetWeakHashCode() Token.GetBundleSimilarity(SegmentElement) Token.GetIdentityStringAsync() Token.TokenizationContext Token.Text Token.Span Token.Type Token.IsWord Token.IsPunctuation Token.IsWhitespace Token.Culture SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, bool) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, bool) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class GenericPlaceableToken : SimpleToken Constructors GenericPlaceableToken(GenericPlaceableToken) Initializes a new instance with the values from another instance, creating a deep copy. Declaration public GenericPlaceableToken(GenericPlaceableToken other) Parameters Type Name Description GenericPlaceableToken other The instance to create a copy for GenericPlaceableToken(string, string, bool) Initializes a new instance with the specified token text, token class, and substitution flag. The token type will be set to OtherTextPlaceable . Declaration public GenericPlaceableToken(string text, string tokenClass, bool isSubstitutable) Parameters Type Name Description string text string tokenClass bool isSubstitutable Properties IsPlaceable IsPlaceable . Always returns true for instances of this class. Declaration public override bool IsPlaceable { get; } Property Value Type Description bool Overrides SimpleToken.IsPlaceable IsSubstitutable IsSubstitutable . Returns the value of the corresponding constructor flag. Declaration public override bool IsSubstitutable { get; } Property Value Type Description bool Overrides SimpleToken.IsSubstitutable TokenClass Gets the value of the token class which has been used during construction. Declaration public string TokenClass { get; } Property Value Type Description string Methods Duplicate() See Duplicate() Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. Overrides SimpleToken.Duplicate() Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides SimpleToken.Equals(object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description int Overrides SimpleToken.GetHashCode()" + "keywords": "Class GenericPlaceableToken Represents a generic placeable token which is not one of the predefined placeable token classes. Generic placeable tokens can never be auto-localized, but may be auto-substitutable. Inheritance System.Object SegmentElement Token SimpleToken GenericPlaceableToken Inherited Members SimpleToken.SetTokenType(TokenType) SimpleToken.GetTokenType() SimpleToken.ToString() SimpleToken.AcceptSegmentElementVisitor(ISegmentElementVisitor) SimpleToken.Stem SimpleToken.IsStopword Token.GetWeakHashCode() Token.GetBundleSimilarity(SegmentElement) Token.GetIdentityStringAsync() Token.TokenizationContext Token.Text Token.Span Token.Type Token.IsWord Token.IsPunctuation Token.IsWhitespace Token.Culture SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, Boolean) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, Boolean) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class GenericPlaceableToken : SimpleToken Constructors GenericPlaceableToken(GenericPlaceableToken) Initializes a new instance with the values from another instance, creating a deep copy. Declaration public GenericPlaceableToken(GenericPlaceableToken other) Parameters Type Name Description GenericPlaceableToken other The instance to create a copy for GenericPlaceableToken(String, String, Boolean) Initializes a new instance with the specified token text, token class, and substitution flag. The token type will be set to OtherTextPlaceable . Declaration public GenericPlaceableToken(string text, string tokenClass, bool isSubstitutable) Parameters Type Name Description System.String text System.String tokenClass System.Boolean isSubstitutable Properties IsPlaceable IsPlaceable . Always returns true for instances of this class. Declaration public override bool IsPlaceable { get; } Property Value Type Description System.Boolean Overrides SimpleToken.IsPlaceable IsSubstitutable IsSubstitutable . Returns the value of the corresponding constructor flag. Declaration public override bool IsSubstitutable { get; } Property Value Type Description System.Boolean Overrides SimpleToken.IsSubstitutable TokenClass Gets the value of the token class which has been used during construction. Declaration public string TokenClass { get; } Property Value Type Description System.String Methods Duplicate() See Duplicate() Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. Overrides SimpleToken.Duplicate() Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides SimpleToken.Equals(Object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides SimpleToken.GetHashCode()" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.html", "title": "Namespace Sdl.LanguagePlatform.Core.Tokenization", - "keywords": "Namespace Sdl.LanguagePlatform.Core.Tokenization Classes AutoLocalizationSettings Contains specialized settings for auto-localization of tokens. CurrencyFormat Defines a currency symbol (e.g. $, £, USD) along with permissible options for positioning and separator CustomUnitDefinition Provides additional metadata for a custom unit when creating a recognizer for Measurement DateTimeToken A Token which represents a date or time expression. GenericPlaceableToken Represents a generic, abstract token, which is a sequence of characters in the input. A token is identified using a tokenizer, which breaks up the sequence of characters in the input into a sequence of tokens. That token sequence is non-overlapping, but not necessarily contiguous. Match A match object which is returned by FST, FSA, or regex matches MeasureToken A Token which represents a measurement, which consists of a numeric value and a unit. NumberToken A Token which represents a numeric value. PrioritizedToken A Token with an assigned priority, usually originating from a recognizer's priority. This class is for internal purposes only and should not be used in third-party applications. SimpleToken Represents a generic, abstract token, which is a sequence of characters in the input. A token is identified using a tokenizer, which breaks up the sequence of characters in the input into a sequence of tokens. That token sequence is non-overlapping, but not necessarily contiguous. TagToken Represents a generic, abstract token, which is a sequence of characters in the input. A token is identified using a tokenizer, which breaks up the sequence of characters in the input into a sequence of tokens. That token sequence is non-overlapping, but not necessarily contiguous. Token Represents a generic, abstract token, which is a sequence of characters in the input. A token is identified using a tokenizer, which breaks up the sequence of characters in the input into a sequence of tokens. That token sequence is non-overlapping, but not necessarily contiguous. TokenBundle A special Token which represents a set of alternatives (i.e. an ambiguous analysis) of other tokens which cover the exactly same input span. TokenizationContext Holds additional metadata for tokenization for a given culture, such as any custom formats for Number, Date etc. Interfaces ILocalizableToken Defines the interface for auto-localizable tokens. Localizable tokens have a value, and their surface representation (\"text\") can be automatically converted into a target culture representation, given the token's value and the target culture. Enums BuiltinRecognizers Enumerates the known types of special token recognizers. CurrencySymbolPosition Defines the permissible positions for a currency symbol with respect to the currency amount DateTimePatternType Enumerates the different types of a date or time pattern. LocalizationParametersSource Controls which tokens are used to obtain detailed localization parameters, such as the numeric group separator override, or whitespace handling between a number and the unit in measurements. NumericSeparator The numeric separators type which can occur in a number token. Sign The sign of a number TokenType The type of a token, e.g. whether the token represents a word, punctuation, etc. TokenizerFlags Flags controlling tokenizer behaviour Unit Enumerates the units known by the system. Only those units are listed which may require cross-system conversion (not yet implemented). UnitSeparationMode Controls how units are separated from the numeric value in measurements." + "keywords": "Namespace Sdl.LanguagePlatform.Core.Tokenization Classes AutoLocalizationSettings Contains specialized settings for auto-localization of tokens. CurrencyFormat Defines a currency symbol (e.g. $, £, USD) along with permissible options for positioning and separator CustomUnitDefinition Provides additional metadata for a custom unit when creating a recognizer for Measurement DateTimeToken A Token which represents a date or time expression. GenericPlaceableToken Represents a generic placeable token which is not one of the predefined placeable token classes. Generic placeable tokens can never be auto-localized, but may be auto-substitutable. Match A match object which is returned by FST, FSA, or regex matches MeasureToken A Token which represents a measurement, which consists of a numeric value and a unit. NumberToken A Token which represents a numeric value. PrioritizedToken A Token with an assigned priority, usually originating from a recognizer's priority. This class is for internal purposes only and should not be used in third-party applications. SimpleToken A Token which represents a simple token, such as a word, whitespace, or punctuation. TagToken A Token which encapsulates a tag in the input. Token Represents a generic, abstract token, which is a sequence of characters in the input. A token is identified using a tokenizer, which breaks up the sequence of characters in the input into a sequence of tokens. That token sequence is non-overlapping, but not necessarily contiguous. TokenBundle A special Token which represents a set of alternatives (i.e. an ambiguous analysis) of other tokens which cover the exactly same input span. TokenizationContext Holds additional metadata for tokenization for a given culture, such as any custom formats for Number, Date etc. Interfaces ILocalizableToken Defines the interface for auto-localizable tokens. Localizable tokens have a value, and their surface representation (\"text\") can be automatically converted into a target culture representation, given the token's value and the target culture. Enums BuiltinRecognizers Enumerates the known types of special token recognizers. CurrencySymbolPosition Defines the permissible positions for a currency symbol with respect to the currency amount DateTimePatternType Enumerates the different types of a date or time pattern. LocalizationParametersSource Controls which tokens are used to obtain detailed localization parameters, such as the numeric group separator override, or whitespace handling between a number and the unit in measurements. NumericSeparator The numeric separators type which can occur in a number token. Sign The sign of a number TokenizerFlags Flags controlling tokenizer behaviour TokenType The type of a token, e.g. whether the token represents a word, punctuation, etc. Unit Enumerates the units known by the system. Only those units are listed which may require cross-system conversion (not yet implemented). UnitSeparationMode Controls how units are separated from the numeric value in measurements." }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.html", "title": "Interface ILocalizableToken", - "keywords": "Interface ILocalizableToken Defines the interface for auto-localizable tokens. Localizable tokens have a value, and their surface representation (\"text\") can be automatically converted into a target culture representation, given the token's value and the target culture. Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public interface ILocalizableToken Properties TokenizationContext The TokenizationContext in which to apply localization etc. Declaration TokenizationContext TokenizationContext { get; set; } Property Value Type Description TokenizationContext Methods Localize(CultureInfo, AutoLocalizationSettings) See LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) Declaration bool Localize(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings) Parameters Type Name Description CultureInfo culture AutoLocalizationSettings autoLocalizationSettings Returns Type Description bool Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool) See LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager) Declaration bool Localize(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ILocalizableToken originalMemoryToken, bool adjustCasing) Parameters Type Name Description CultureInfo culture AutoLocalizationSettings autoLocalizationSettings ILocalizableToken originalMemoryToken bool adjustCasing Returns Type Description bool LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. For some token types, special AutoLocalizationSettings will be used, if provided. Declaration Task LocalizeAsync(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description CultureInfo culture The target culture AutoLocalizationSettings autoLocalizationSettings Contains the AutoLocalizationSettings to use for some token types. May be null, in which case default settings will be used. ICultureMetadataManager cultureMetadataManager Returns Type Description Task bool true if the token text has been changed, and false otherwise LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager) Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. For some token types, special AutoLocalizationSettings will be used, if provided. Declaration Task LocalizeAsync(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ILocalizableToken originalMemoryToken, bool adjustCasing, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description CultureInfo culture The target culture AutoLocalizationSettings autoLocalizationSettings Contains the AutoLocalizationSettings to use for some token types. May be null, in which case default settings will be used. ILocalizableToken originalMemoryToken The original memory token. Some auto-localization settings will be derived from the token, if provided. bool adjustCasing If true, it is assumed that the token is in segment-initial position. Then, casing will be adjusted if the original memory token is supplied as well. ICultureMetadataManager cultureMetadataManager Returns Type Description Task bool true if the token text has been changed, and false otherwise SetValue(Token, bool) Overwrites the current token's value with the value from blueprint , which also must be a DateTimeToken . Note that only the value and the type are overwritten, not the textual representation. Declaration bool SetValue(Token blueprint, bool keepNumericSeparators) Parameters Type Name Description Token blueprint The token to take the value from bool keepNumericSeparators Applicable to numeric (number and measurement) tokens only: if true, do not override the original group and decimal separators. Returns Type Description bool A flag indicating whether the token's value or type were changed." + "keywords": "Interface ILocalizableToken Defines the interface for auto-localizable tokens. Localizable tokens have a value, and their surface representation (\"text\") can be automatically converted into a target culture representation, given the token's value and the target culture. Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public interface ILocalizableToken Properties TokenizationContext The TokenizationContext in which to apply localization etc. Declaration TokenizationContext TokenizationContext { get; set; } Property Value Type Description TokenizationContext Methods Localize(CultureInfo, AutoLocalizationSettings) See LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) Declaration bool Localize(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings) Parameters Type Name Description System.Globalization.CultureInfo culture AutoLocalizationSettings autoLocalizationSettings Returns Type Description System.Boolean Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean) See LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) Declaration bool Localize(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ILocalizableToken originalMemoryToken, bool adjustCasing) Parameters Type Name Description System.Globalization.CultureInfo culture AutoLocalizationSettings autoLocalizationSettings ILocalizableToken originalMemoryToken System.Boolean adjustCasing Returns Type Description System.Boolean LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. For some token types, special AutoLocalizationSettings will be used, if provided. Declaration Task LocalizeAsync(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.Globalization.CultureInfo culture The target culture AutoLocalizationSettings autoLocalizationSettings Contains the AutoLocalizationSettings to use for some token types. May be null, in which case default settings will be used. Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < System.Boolean > true if the token text has been changed, and false otherwise LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. For some token types, special AutoLocalizationSettings will be used, if provided. Declaration Task LocalizeAsync(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ILocalizableToken originalMemoryToken, bool adjustCasing, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.Globalization.CultureInfo culture The target culture AutoLocalizationSettings autoLocalizationSettings Contains the AutoLocalizationSettings to use for some token types. May be null, in which case default settings will be used. ILocalizableToken originalMemoryToken The original memory token. Some auto-localization settings will be derived from the token, if provided. System.Boolean adjustCasing If true, it is assumed that the token is in segment-initial position. Then, casing will be adjusted if the original memory token is supplied as well. Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < System.Boolean > true if the token text has been changed, and false otherwise SetValue(Token, Boolean) Overwrites the current token's value with the value from blueprint , which also must be a DateTimeToken . Note that only the value and the type are overwritten, not the textual representation. Declaration bool SetValue(Token blueprint, bool keepNumericSeparators) Parameters Type Name Description Token blueprint The token to take the value from System.Boolean keepNumericSeparators Applicable to numeric (number and measurement) tokens only: if true, do not override the original group and decimal separators. Returns Type Description System.Boolean A flag indicating whether the token's value or type were changed." }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.LocalizationParametersSource.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.LocalizationParametersSource.html", "title": "Enum LocalizationParametersSource", - "keywords": "Enum LocalizationParametersSource Controls which tokens are used to obtain detailed localization parameters, such as the numeric group separator override, or whitespace handling between a number and the unit in measurements. Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum LocalizationParametersSource Fields Name Description FromDocument Use information from the document (source) token to auto-localize the tokens in the translation proposal. This is the default. FromMemory Use information from the memory source and target tokens to auto-localize the tokens in the translation proposal." + "keywords": "Enum LocalizationParametersSource Controls which tokens are used to obtain detailed localization parameters, such as the numeric group separator override, or whitespace handling between a number and the unit in measurements. Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum LocalizationParametersSource Fields Name Description FromDocument Use information from the document (source) token to auto-localize the tokens in the translation proposal. This is the default. FromMemory Use information from the memory source and target tokens to auto-localize the tokens in the translation proposal." }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Match.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Match.html", "title": "Class Match", - "keywords": "Class Match A match object which is returned by FST, FSA, or regex matches Inheritance object Match Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class Match Constructors Match(int, int) Initializes a new instance with the specified values. Declaration public Match(int index, int length) Parameters Type Name Description int index The start index in the underlying string int length The length of the match Properties Index Gets or sets the start index in the underlying input string. Declaration public int Index { get; set; } Property Value Type Description int Length Gets or sets the length of the match. Declaration public int Length { get; set; } Property Value Type Description int" + "keywords": "Class Match A match object which is returned by FST, FSA, or regex matches Inheritance System.Object Match 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.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class Match Constructors Match(Int32, Int32) Initializes a new instance with the specified values. Declaration public Match(int index, int length) Parameters Type Name Description System.Int32 index The start index in the underlying string System.Int32 length The length of the match Properties Index Gets or sets the start index in the underlying input string. Declaration public int Index { get; set; } Property Value Type Description System.Int32 Length Gets or sets the length of the match. Declaration public int Length { get; set; } Property Value Type Description System.Int32" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html", "title": "Class MeasureToken", - "keywords": "Class MeasureToken A Token which represents a measurement, which consists of a numeric value and a unit. Inheritance object SegmentElement Token NumberToken MeasureToken Implements ILocalizableToken Inherited Members NumberToken.SetValue(string, string, string, NumberFormatInfo) NumberToken.FormatNumber(CultureInfo) NumberToken.FormatNumber(NumberFormatInfo) NumberToken.Localize(CultureInfo, AutoLocalizationSettings) NumberToken.Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool) NumberToken.Value NumberToken.ValueValid NumberToken.Sign NumberToken.RawSign NumberToken.DecimalSeparator NumberToken.GroupSeparator NumberToken.AlternateGroupSeparator NumberToken.AlternateDecimalSeparator NumberToken.RawFractionalDigits NumberToken.RawDecimalDigits Token.SetTokenType(TokenType) Token.GetWeakHashCode() Token.GetBundleSimilarity(SegmentElement) Token.GetIdentityStringAsync() Token.TokenizationContext Token.Text Token.Span Token.Type Token.IsWord Token.IsPunctuation Token.IsWhitespace Token.Culture SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, bool) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, bool) object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class MeasureToken : NumberToken, ILocalizableToken Constructors MeasureToken(MeasureToken) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public MeasureToken(MeasureToken other) Parameters Type Name Description MeasureToken other The instance to create a copy of MeasureToken(string, NumberToken, Unit, string, char, ICultureMetadataManager) Initializes a new instance with the specified values. This constructor is for internal purposes only and should not be used directly. Declaration public MeasureToken(string text, NumberToken numericPart, Unit unit, string unitString, char unitSeparator, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description string text NumberToken numericPart Unit unit string unitString char unitSeparator ICultureMetadataManager cultureMetadataManager MeasureToken(string, NumberToken, Unit, string, char, string, ICultureMetadataManager) Declaration public MeasureToken(string text, NumberToken numericPart, Unit unit, string unitString, char unitSeparator, string customCategory, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description string text NumberToken numericPart Unit unit string unitString char unitSeparator string customCategory ICultureMetadataManager cultureMetadataManager Properties CustomCategory Gets or sets the CustomCategory for this value, if available (see CustomUnitDefinition ) Declaration [DataMember] public string CustomCategory { get; set; } Property Value Type Description string IsPlaceable IsPlaceable . Always true for this class. Declaration public override bool IsPlaceable { get; } Property Value Type Description bool Overrides NumberToken.IsPlaceable IsSubstitutable IsSubstitutable . Always true for this class. Declaration public override bool IsSubstitutable { get; } Property Value Type Description bool Overrides NumberToken.IsSubstitutable IsValid Gets a boolean value which indicates whether this measurement is valid. A measurement is valid if either the unit is not the default unit ( Unit.NoUnit ) or the UnitString is set. In most cases, both are set by the tokenizer. Declaration public bool IsValid { get; } Property Value Type Description bool Unit Gets or sets the unit. Declaration [DataMember] public Unit Unit { get; set; } Property Value Type Description Unit UnitSeparator Gets or sets the unit separator. Declaration [DataMember] public char UnitSeparator { get; set; } Property Value Type Description char UnitString Gets or sets the unit string, in case the unit is unknown. Declaration [DataMember] public string UnitString { get; set; } Property Value Type Description string Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Visitor pattern implementation. Calls VisitMeasureToken(MeasureToken) . Declaration public override void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor The visitor instance Overrides NumberToken.AcceptSegmentElementVisitor(ISegmentElementVisitor) Duplicate() See Duplicate() Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. Overrides NumberToken.Duplicate() Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides NumberToken.Equals(object) GetHashCode() GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides NumberToken.GetHashCode() GetTokenType() Type Declaration protected override TokenType GetTokenType() Returns Type Description TokenType Overrides NumberToken.GetTokenType() LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. For some token types, special AutoLocalizationSettings will be used, if provided. Declaration public override Task LocalizeAsync(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description CultureInfo culture The target culture AutoLocalizationSettings autoLocalizationSettings Contains the AutoLocalizationSettings to use for some token types. May be null, in which case default settings will be used. ICultureMetadataManager cultureMetadataManager Returns Type Description Task bool true if the token text has been changed, and false otherwise Overrides NumberToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager) Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. For some token types, special AutoLocalizationSettings will be used, if provided. Declaration public override Task LocalizeAsync(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ILocalizableToken originalMemoryToken, bool adjustCasing, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description CultureInfo culture The target culture AutoLocalizationSettings autoLocalizationSettings Contains the AutoLocalizationSettings to use for some token types. May be null, in which case default settings will be used. ILocalizableToken originalMemoryToken The original memory token. Some auto-localization settings will be derived from the token, if provided. bool adjustCasing If true, it is assumed that the token is in segment-initial position. Then, casing will be adjusted if the original memory token is supplied as well. ICultureMetadataManager cultureMetadataManager Returns Type Description Task bool true if the token text has been changed, and false otherwise Overrides NumberToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager) SetValue(Token, bool) Overwrites the current token's value with the value from blueprint , which also must be a DateTimeToken . Note that only the value and the type are overwritten, not the textual representation. Declaration public override bool SetValue(Token blueprint, bool keepNumericSeparators) Parameters Type Name Description Token blueprint The token to take the value from bool keepNumericSeparators Applicable to numeric (number and measurement) tokens only: if true, do not override the original group and decimal separators. Returns Type Description bool A flag indicating whether the token's value or type were changed. Overrides NumberToken.SetValue(Token, bool) Implements ILocalizableToken" + "keywords": "Class MeasureToken A Token which represents a measurement, which consists of a numeric value and a unit. Inheritance System.Object SegmentElement Token NumberToken MeasureToken Implements ILocalizableToken Inherited Members NumberToken.SetValue(String, String, String, NumberFormatInfo) NumberToken.FormatNumber(CultureInfo) NumberToken.FormatNumber(NumberFormatInfo) NumberToken.Localize(CultureInfo, AutoLocalizationSettings) NumberToken.Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean) NumberToken.Value NumberToken.ValueValid NumberToken.Sign NumberToken.RawSign NumberToken.DecimalSeparator NumberToken.GroupSeparator NumberToken.AlternateGroupSeparator NumberToken.AlternateDecimalSeparator NumberToken.RawFractionalDigits NumberToken.RawDecimalDigits Token.SetTokenType(TokenType) Token.GetWeakHashCode() Token.GetBundleSimilarity(SegmentElement) Token.GetIdentityStringAsync() Token.TokenizationContext Token.Text Token.Span Token.Type Token.IsWord Token.IsPunctuation Token.IsWhitespace Token.Culture SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, Boolean) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, Boolean) System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class MeasureToken : NumberToken, ILocalizableToken Constructors MeasureToken(MeasureToken) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public MeasureToken(MeasureToken other) Parameters Type Name Description MeasureToken other The instance to create a copy of MeasureToken(String, NumberToken, Unit, String, Char, ICultureMetadataManager) Initializes a new instance with the specified values. This constructor is for internal purposes only and should not be used directly. Declaration public MeasureToken(string text, NumberToken numericPart, Unit unit, string unitString, char unitSeparator, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.String text NumberToken numericPart Unit unit System.String unitString System.Char unitSeparator Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager MeasureToken(String, NumberToken, Unit, String, Char, String, ICultureMetadataManager) Declaration public MeasureToken(string text, NumberToken numericPart, Unit unit, string unitString, char unitSeparator, string customCategory, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.String text NumberToken numericPart Unit unit System.String unitString System.Char unitSeparator System.String customCategory Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Properties CustomCategory Gets or sets the CustomCategory for this value, if available (see CustomUnitDefinition ) Declaration public string CustomCategory { get; set; } Property Value Type Description System.String IsPlaceable IsPlaceable . Always true for this class. Declaration public override bool IsPlaceable { get; } Property Value Type Description System.Boolean Overrides NumberToken.IsPlaceable IsSubstitutable IsSubstitutable . Always true for this class. Declaration public override bool IsSubstitutable { get; } Property Value Type Description System.Boolean Overrides NumberToken.IsSubstitutable IsValid Gets a boolean value which indicates whether this measurement is valid. A measurement is valid if either the unit is not the default unit ( Unit.NoUnit ) or the UnitString is set. In most cases, both are set by the tokenizer. Declaration public bool IsValid { get; } Property Value Type Description System.Boolean Unit Gets or sets the unit. Declaration public Unit Unit { get; set; } Property Value Type Description Unit UnitSeparator Gets or sets the unit separator. Declaration public char UnitSeparator { get; set; } Property Value Type Description System.Char UnitString Gets or sets the unit string, in case the unit is unknown. Declaration public string UnitString { get; set; } Property Value Type Description System.String Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Visitor pattern implementation. Calls VisitMeasureToken(MeasureToken) . Declaration public override void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor The visitor instance Overrides NumberToken.AcceptSegmentElementVisitor(ISegmentElementVisitor) Duplicate() See Duplicate() Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. Overrides NumberToken.Duplicate() Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides NumberToken.Equals(Object) GetHashCode() System.Object.GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides NumberToken.GetHashCode() GetTokenType() Type Declaration protected override TokenType GetTokenType() Returns Type Description TokenType Overrides NumberToken.GetTokenType() LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. For some token types, special AutoLocalizationSettings will be used, if provided. Declaration public override Task LocalizeAsync(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.Globalization.CultureInfo culture The target culture AutoLocalizationSettings autoLocalizationSettings Contains the AutoLocalizationSettings to use for some token types. May be null, in which case default settings will be used. Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < System.Boolean > true if the token text has been changed, and false otherwise Overrides NumberToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. For some token types, special AutoLocalizationSettings will be used, if provided. Declaration public override Task LocalizeAsync(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ILocalizableToken originalMemoryToken, bool adjustCasing, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.Globalization.CultureInfo culture The target culture AutoLocalizationSettings autoLocalizationSettings Contains the AutoLocalizationSettings to use for some token types. May be null, in which case default settings will be used. ILocalizableToken originalMemoryToken The original memory token. Some auto-localization settings will be derived from the token, if provided. System.Boolean adjustCasing If true, it is assumed that the token is in segment-initial position. Then, casing will be adjusted if the original memory token is supplied as well. Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < System.Boolean > true if the token text has been changed, and false otherwise Overrides NumberToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) SetValue(Token, Boolean) Overwrites the current token's value with the value from blueprint , which also must be a DateTimeToken . Note that only the value and the type are overwritten, not the textual representation. Declaration public override bool SetValue(Token blueprint, bool keepNumericSeparators) Parameters Type Name Description Token blueprint The token to take the value from System.Boolean keepNumericSeparators Applicable to numeric (number and measurement) tokens only: if true, do not override the original group and decimal separators. Returns Type Description System.Boolean A flag indicating whether the token's value or type were changed. Overrides NumberToken.SetValue(Token, Boolean) Implements ILocalizableToken" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html", "title": "Class NumberToken", - "keywords": "Class NumberToken A Token which represents a numeric value. Inheritance object SegmentElement Token NumberToken MeasureToken Implements ILocalizableToken Inherited Members Token.SetTokenType(TokenType) Token.GetWeakHashCode() Token.GetBundleSimilarity(SegmentElement) Token.GetIdentityStringAsync() Token.TokenizationContext Token.Text Token.Span Token.Type Token.IsWord Token.IsPunctuation Token.IsWhitespace Token.Culture SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, bool) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, bool) object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] [KnownType(typeof(MeasureToken))] public class NumberToken : Token, ILocalizableToken Constructors NumberToken(NumberToken) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public NumberToken(NumberToken other) Parameters Type Name Description NumberToken other The instance to copy NumberToken(string, NumericSeparator, NumericSeparator, char, char, Sign, string, string, string) Initializes a new instance with the specified values. Declaration public NumberToken(string text, NumericSeparator groupSeparator, NumericSeparator decimalSeparator, char alternateGroupSeparator, char alternateDecimalSeparator, Sign sign, string rawSign, string rawDecimalDigits, string rawFractionalDigits) Parameters Type Name Description string text The text of the token, as it appeared in the input NumericSeparator groupSeparator The type of group separator used NumericSeparator decimalSeparator The type of decimal separator used char alternateGroupSeparator The character of an alternative group separator, if used char alternateDecimalSeparator The character of an alternative decimal separator, if used Sign sign The type of sign used string rawSign The \"raw text\" of the sign string rawDecimalDigits The \"raw decimal digits\", without separators, between 0-9 string rawFractionalDigits The \"raw fractional digits\", without separators, between 0-9 NumberToken(string, string, string, string, NumberFormatInfo) Initializes a new instance with the specified values. Declaration public NumberToken(string text, string sign, string decimalPart, string fractionalPart, NumberFormatInfo format) Parameters Type Name Description string text The token text string sign The sign of the numeric value string decimalPart The decimal part of the numeric value string fractionalPart The fractional part of the numeric value NumberFormatInfo format The number format of the token's culture, used to determine whether default or alternate separators were used Properties AlternateDecimalSeparator Gets or sets an alternate decimal separator, which is a single char if an alternate separator is used, or the null character if no alternate separator is used. Declaration [DataMember] public char AlternateDecimalSeparator { get; set; } Property Value Type Description char AlternateGroupSeparator Gets or sets an alternate group separator, which is a single char if an alternate separator is used, or the null character if no alternate separator is used. Declaration [DataMember] public char AlternateGroupSeparator { get; set; } Property Value Type Description char DecimalSeparator Gets or sets the decimal separator Declaration [DataMember] public NumericSeparator DecimalSeparator { get; set; } Property Value Type Description NumericSeparator GroupSeparator Gets or sets the group separator Declaration [DataMember] public NumericSeparator GroupSeparator { get; set; } Property Value Type Description NumericSeparator IsPlaceable IsPlaceable . Always true for this class. Declaration public override bool IsPlaceable { get; } Property Value Type Description bool Overrides Token.IsPlaceable IsSubstitutable IsSubstitutable . Always true for this class. Declaration public override bool IsSubstitutable { get; } Property Value Type Description bool Overrides Token.IsSubstitutable RawDecimalDigits Gets or sets the raw decimal digits, which are a sequence of digits without separators or signs. Declaration [DataMember] public string RawDecimalDigits { get; set; } Property Value Type Description string RawFractionalDigits Gets or sets the raw fractional digits, which are a sequence of digits without separators or signs. Declaration [DataMember] public string RawFractionalDigits { get; set; } Property Value Type Description string RawSign Gets or sets the \"raw\" sign, i.e. the textual representation of the sign Declaration [DataMember] public string RawSign { get; set; } Property Value Type Description string Sign Gets or sets the sign. Declaration [DataMember] public Sign Sign { get; set; } Property Value Type Description Sign Value Gets or sets the numeric value. Do not use the setter, it is for internal purposes only. Declaration [DataMember] public double Value { get; set; } Property Value Type Description double ValueValid Gets or sets the flag whether the numeric value is valid or not. Do not use the setter, it is for internal purposes only. Declaration [DataMember] public bool ValueValid { get; set; } Property Value Type Description bool Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Visitor pattern implementation. Calls VisitNumberToken(NumberToken) . Declaration public override void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor The visitor instance Overrides SegmentElement.AcceptSegmentElementVisitor(ISegmentElementVisitor) Duplicate() See Duplicate() Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. Overrides SegmentElement.Duplicate() Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides Token.Equals(object) FormatNumber(CultureInfo) Format the number according to the provided culture, applying overrides for separators as appropriate. This method uses a proprietary implementation for the formatting and does not use the default .Net formatting methods. Declaration public string FormatNumber(CultureInfo culture) Parameters Type Name Description CultureInfo culture Returns Type Description string FormatNumber(NumberFormatInfo) Format the number according to the provided number format information, applying overrides for separators as appropriate. This method uses a proprietary implementation for the formatting and does not use the default .Net formatting methods. Declaration public string FormatNumber(NumberFormatInfo nfi) Parameters Type Name Description NumberFormatInfo nfi Returns Type Description string GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description int Overrides Token.GetHashCode() GetTokenType() Type Declaration protected override TokenType GetTokenType() Returns Type Description TokenType Overrides Token.GetTokenType() Localize(CultureInfo, AutoLocalizationSettings) See LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) Declaration public bool Localize(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings) Parameters Type Name Description CultureInfo culture AutoLocalizationSettings autoLocalizationSettings Returns Type Description bool Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool) See LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager) Declaration public bool Localize(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ILocalizableToken originalMemoryToken, bool adjustCasing) Parameters Type Name Description CultureInfo culture AutoLocalizationSettings autoLocalizationSettings ILocalizableToken originalMemoryToken bool adjustCasing Returns Type Description bool LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. For some token types, special AutoLocalizationSettings will be used, if provided. Declaration public virtual Task LocalizeAsync(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description CultureInfo culture The target culture AutoLocalizationSettings autoLocalizationSettings Contains the AutoLocalizationSettings to use for some token types. May be null, in which case default settings will be used. ICultureMetadataManager cultureMetadataManager Returns Type Description Task bool true if the token text has been changed, and false otherwise LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager) Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. For some token types, special AutoLocalizationSettings will be used, if provided. Declaration public virtual Task LocalizeAsync(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ILocalizableToken originalMemoryToken, bool adjustCasing, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description CultureInfo culture The target culture AutoLocalizationSettings autoLocalizationSettings Contains the AutoLocalizationSettings to use for some token types. May be null, in which case default settings will be used. ILocalizableToken originalMemoryToken The original memory token. Some auto-localization settings will be derived from the token, if provided. bool adjustCasing If true, it is assumed that the token is in segment-initial position. Then, casing will be adjusted if the original memory token is supplied as well. ICultureMetadataManager cultureMetadataManager Returns Type Description Task bool true if the token text has been changed, and false otherwise SetValue(Token, bool) Overwrites the current token's value with the value from blueprint , which also must be a DateTimeToken . Note that only the value and the type are overwritten, not the textual representation. Declaration public virtual bool SetValue(Token blueprint, bool keepNumericSeparators) Parameters Type Name Description Token blueprint The token to take the value from bool keepNumericSeparators Applicable to numeric (number and measurement) tokens only: if true, do not override the original group and decimal separators. Returns Type Description bool A flag indicating whether the token's value or type were changed. SetValue(string, string, string, NumberFormatInfo) Overwrites the current token values with the specified values. Declaration public virtual void SetValue(string sign, string decimalPart, string fractionalPart, NumberFormatInfo format) Parameters Type Name Description string sign The sign of the numeric value string decimalPart The decimal part of the numeric value string fractionalPart The fractional part of the numeric value NumberFormatInfo format The number format of the token's culture, used to determine whether default or alternate separators were used Implements ILocalizableToken" + "keywords": "Class NumberToken A Token which represents a numeric value. Inheritance System.Object SegmentElement Token NumberToken MeasureToken Implements ILocalizableToken Inherited Members Token.SetTokenType(TokenType) Token.GetWeakHashCode() Token.GetBundleSimilarity(SegmentElement) Token.GetIdentityStringAsync() Token.TokenizationContext Token.Text Token.Span Token.Type Token.IsWord Token.IsPunctuation Token.IsWhitespace Token.Culture SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, Boolean) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, Boolean) System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class NumberToken : Token, ILocalizableToken Constructors NumberToken(NumberToken) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public NumberToken(NumberToken other) Parameters Type Name Description NumberToken other The instance to copy NumberToken(String, NumericSeparator, NumericSeparator, Char, Char, Sign, String, String, String) Initializes a new instance with the specified values. Declaration public NumberToken(string text, NumericSeparator groupSeparator, NumericSeparator decimalSeparator, char alternateGroupSeparator, char alternateDecimalSeparator, Sign sign, string rawSign, string rawDecimalDigits, string rawFractionalDigits) Parameters Type Name Description System.String text The text of the token, as it appeared in the input NumericSeparator groupSeparator The type of group separator used NumericSeparator decimalSeparator The type of decimal separator used System.Char alternateGroupSeparator The character of an alternative group separator, if used System.Char alternateDecimalSeparator The character of an alternative decimal separator, if used Sign sign The type of sign used System.String rawSign The \"raw text\" of the sign System.String rawDecimalDigits The \"raw decimal digits\", without separators, between 0-9 System.String rawFractionalDigits The \"raw fractional digits\", without separators, between 0-9 NumberToken(String, String, String, String, NumberFormatInfo) Initializes a new instance with the specified values. Declaration public NumberToken(string text, string sign, string decimalPart, string fractionalPart, NumberFormatInfo format) Parameters Type Name Description System.String text The token text System.String sign The sign of the numeric value System.String decimalPart The decimal part of the numeric value System.String fractionalPart The fractional part of the numeric value System.Globalization.NumberFormatInfo format The number format of the token's culture, used to determine whether default or alternate separators were used Properties AlternateDecimalSeparator Gets or sets an alternate decimal separator, which is a single char if an alternate separator is used, or the null character if no alternate separator is used. Declaration public char AlternateDecimalSeparator { get; set; } Property Value Type Description System.Char AlternateGroupSeparator Gets or sets an alternate group separator, which is a single char if an alternate separator is used, or the null character if no alternate separator is used. Declaration public char AlternateGroupSeparator { get; set; } Property Value Type Description System.Char DecimalSeparator Gets or sets the decimal separator Declaration public NumericSeparator DecimalSeparator { get; set; } Property Value Type Description NumericSeparator GroupSeparator Gets or sets the group separator Declaration public NumericSeparator GroupSeparator { get; set; } Property Value Type Description NumericSeparator IsPlaceable IsPlaceable . Always true for this class. Declaration public override bool IsPlaceable { get; } Property Value Type Description System.Boolean Overrides Token.IsPlaceable IsSubstitutable IsSubstitutable . Always true for this class. Declaration public override bool IsSubstitutable { get; } Property Value Type Description System.Boolean Overrides Token.IsSubstitutable RawDecimalDigits Gets or sets the raw decimal digits, which are a sequence of digits without separators or signs. Declaration public string RawDecimalDigits { get; set; } Property Value Type Description System.String RawFractionalDigits Gets or sets the raw fractional digits, which are a sequence of digits without separators or signs. Declaration public string RawFractionalDigits { get; set; } Property Value Type Description System.String RawSign Gets or sets the \"raw\" sign, i.e. the textual representation of the sign Declaration public string RawSign { get; set; } Property Value Type Description System.String Sign Gets or sets the sign. Declaration public Sign Sign { get; set; } Property Value Type Description Sign Value Gets or sets the numeric value. Do not use the setter, it is for internal purposes only. Declaration public double Value { get; set; } Property Value Type Description System.Double ValueValid Gets or sets the flag whether the numeric value is valid or not. Do not use the setter, it is for internal purposes only. Declaration public bool ValueValid { get; set; } Property Value Type Description System.Boolean Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Visitor pattern implementation. Calls VisitNumberToken(NumberToken) . Declaration public override void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor The visitor instance Overrides SegmentElement.AcceptSegmentElementVisitor(ISegmentElementVisitor) Duplicate() See Duplicate() Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. Overrides SegmentElement.Duplicate() Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides Token.Equals(Object) FormatNumber(CultureInfo) Format the number according to the provided culture, applying overrides for separators as appropriate. This method uses a proprietary implementation for the formatting and does not use the default .Net formatting methods. Declaration public string FormatNumber(CultureInfo culture) Parameters Type Name Description System.Globalization.CultureInfo culture Returns Type Description System.String FormatNumber(NumberFormatInfo) Format the number according to the provided number format information, applying overrides for separators as appropriate. This method uses a proprietary implementation for the formatting and does not use the default .Net formatting methods. Declaration public string FormatNumber(NumberFormatInfo nfi) Parameters Type Name Description System.Globalization.NumberFormatInfo nfi Returns Type Description System.String GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides Token.GetHashCode() GetTokenType() Type Declaration protected override TokenType GetTokenType() Returns Type Description TokenType Overrides Token.GetTokenType() Localize(CultureInfo, AutoLocalizationSettings) See LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) Declaration public bool Localize(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings) Parameters Type Name Description System.Globalization.CultureInfo culture AutoLocalizationSettings autoLocalizationSettings Returns Type Description System.Boolean Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean) See LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) Declaration public bool Localize(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ILocalizableToken originalMemoryToken, bool adjustCasing) Parameters Type Name Description System.Globalization.CultureInfo culture AutoLocalizationSettings autoLocalizationSettings ILocalizableToken originalMemoryToken System.Boolean adjustCasing Returns Type Description System.Boolean LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. For some token types, special AutoLocalizationSettings will be used, if provided. Declaration public virtual Task LocalizeAsync(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.Globalization.CultureInfo culture The target culture AutoLocalizationSettings autoLocalizationSettings Contains the AutoLocalizationSettings to use for some token types. May be null, in which case default settings will be used. Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < System.Boolean > true if the token text has been changed, and false otherwise LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) Auto-localizes the token according to the settings of the specified target culture and the provided auto-localization settings. The text of the token will be changed, but not the values. For some token types, special AutoLocalizationSettings will be used, if provided. Declaration public virtual Task LocalizeAsync(CultureInfo culture, AutoLocalizationSettings autoLocalizationSettings, ILocalizableToken originalMemoryToken, bool adjustCasing, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.Globalization.CultureInfo culture The target culture AutoLocalizationSettings autoLocalizationSettings Contains the AutoLocalizationSettings to use for some token types. May be null, in which case default settings will be used. ILocalizableToken originalMemoryToken The original memory token. Some auto-localization settings will be derived from the token, if provided. System.Boolean adjustCasing If true, it is assumed that the token is in segment-initial position. Then, casing will be adjusted if the original memory token is supplied as well. Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < System.Boolean > true if the token text has been changed, and false otherwise SetValue(Token, Boolean) Overwrites the current token's value with the value from blueprint , which also must be a DateTimeToken . Note that only the value and the type are overwritten, not the textual representation. Declaration public virtual bool SetValue(Token blueprint, bool keepNumericSeparators) Parameters Type Name Description Token blueprint The token to take the value from System.Boolean keepNumericSeparators Applicable to numeric (number and measurement) tokens only: if true, do not override the original group and decimal separators. Returns Type Description System.Boolean A flag indicating whether the token's value or type were changed. SetValue(String, String, String, NumberFormatInfo) Overwrites the current token values with the specified values. Declaration public virtual void SetValue(string sign, string decimalPart, string fractionalPart, NumberFormatInfo format) Parameters Type Name Description System.String sign The sign of the numeric value System.String decimalPart The decimal part of the numeric value System.String fractionalPart The fractional part of the numeric value System.Globalization.NumberFormatInfo format The number format of the token's culture, used to determine whether default or alternate separators were used Implements ILocalizableToken" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumericSeparator.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumericSeparator.html", "title": "Enum NumericSeparator", - "keywords": "Enum NumericSeparator The numeric separators type which can occur in a number token. Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum NumericSeparator Fields Name Description Alternate Indicates that an alternate separator (group or decimal separator) is used. None Indicates that no explicit separator is used. Primary Indicates that the culture's primary separator (group or decimal separator) is used." + "keywords": "Enum NumericSeparator The numeric separators type which can occur in a number token. Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum NumericSeparator Fields Name Description Alternate Indicates that an alternate separator (group or decimal separator) is used. None Indicates that no explicit separator is used. Primary Indicates that the culture's primary separator (group or decimal separator) is used." }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.html", "title": "Class PrioritizedToken", - "keywords": "Class PrioritizedToken A Token with an assigned priority, usually originating from a recognizer's priority. This class is for internal purposes only and should not be used in third-party applications. Inheritance object PrioritizedToken Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class PrioritizedToken Constructors PrioritizedToken(Token, int) Initializes a new instance with the specified values. Declaration public PrioritizedToken(Token t, int priority) Parameters Type Name Description Token t The token int priority The priority to assign to the token Fields Priority Gets or sets the priority assigned to the token Declaration public int Priority Field Value Type Description int Token Gets or sets the token. Declaration public Token Token Field Value Type Description Token" + "keywords": "Class PrioritizedToken A Token with an assigned priority, usually originating from a recognizer's priority. This class is for internal purposes only and should not be used in third-party applications. Inheritance System.Object PrioritizedToken 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.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class PrioritizedToken Constructors PrioritizedToken(Token, Int32) Initializes a new instance with the specified values. Declaration public PrioritizedToken(Token t, int priority) Parameters Type Name Description Token t The token System.Int32 priority The priority to assign to the token Fields Priority Gets or sets the priority assigned to the token Declaration public int Priority Field Value Type Description System.Int32 Token Gets or sets the token. Declaration public Token Token Field Value Type Description Token" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Sign.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Sign.html", "title": "Enum Sign", - "keywords": "Enum Sign The sign of a number Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum Sign Fields Name Description Minus A minus sign at the start of the number. None No explicit sign at the start of the number. Plus An explicit plus sign at the start of the number." + "keywords": "Enum Sign The sign of a number Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum Sign Fields Name Description Minus A minus sign at the start of the number. None No explicit sign at the start of the number. Plus An explicit plus sign at the start of the number." }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.html", "title": "Class SimpleToken", - "keywords": "Class SimpleToken Represents a generic, abstract token, which is a sequence of characters in the input. A token is identified using a tokenizer, which breaks up the sequence of characters in the input into a sequence of tokens. That token sequence is non-overlapping, but not necessarily contiguous. Inheritance object SegmentElement Token SimpleToken GenericPlaceableToken Inherited Members Token.GetWeakHashCode() Token.GetBundleSimilarity(SegmentElement) Token.GetIdentityStringAsync() Token.TokenizationContext Token.Text Token.Span Token.Type Token.IsWord Token.IsPunctuation Token.IsWhitespace Token.Culture SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, bool) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, bool) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class SimpleToken : Token Constructors SimpleToken() Initializes a new instance with default values. Declaration public SimpleToken() SimpleToken(SimpleToken) Initializes a new instance with the values from another instance, creating a deep copy. Declaration public SimpleToken(SimpleToken other) Parameters Type Name Description SimpleToken other The instance to create a copy for SimpleToken(string) Initializes a new instance with the specified token text, and a token type of Word . Declaration public SimpleToken(string text) Parameters Type Name Description string text SimpleToken(string, TokenType) Initializes a new instance with the specified values. Declaration public SimpleToken(string text, TokenType t) Parameters Type Name Description string text The token text TokenType t The token type Properties IsPlaceable IsPlaceable . Returns true if the token represents an acronym, a variable, a URI, or a generic text placeable. Declaration public override bool IsPlaceable { get; } Property Value Type Description bool Overrides Token.IsPlaceable IsStopword Gets or sets whether this token is a stop word Declaration public bool IsStopword { get; set; } Property Value Type Description bool IsSubstitutable IsSubstitutable . Returns true if this token represents a variable. Declaration public override bool IsSubstitutable { get; } Property Value Type Description bool Overrides Token.IsSubstitutable Stem An optional stem to assign to this token. Stems are used for TM search and scoring. Declaration [DataMember] public string Stem { get; set; } Property Value Type Description string Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Visitor pattern implementation. Calls VisitSimpleToken(SimpleToken) . Declaration public override void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor The visitor instance Overrides SegmentElement.AcceptSegmentElementVisitor(ISegmentElementVisitor) Duplicate() See Duplicate() Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. Overrides SegmentElement.Duplicate() Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides Token.Equals(object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description int Overrides Token.GetHashCode() GetTokenType() Type Declaration protected override TokenType GetTokenType() Returns Type Description TokenType Overrides Token.GetTokenType() SetTokenType(TokenType) Overwrites the token type. This should only be done with caution, and to reclassify exchangeable token types (acronyms, words, abbreviations). In particular, do not set the token type to one of the special (localizable) token types. Declaration protected override void SetTokenType(TokenType tokenType) Parameters Type Name Description TokenType tokenType Overrides Token.SetTokenType(TokenType) ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString()" + "keywords": "Class SimpleToken A Token which represents a simple token, such as a word, whitespace, or punctuation. Inheritance System.Object SegmentElement Token SimpleToken GenericPlaceableToken Inherited Members Token.GetWeakHashCode() Token.GetBundleSimilarity(SegmentElement) Token.GetIdentityStringAsync() Token.TokenizationContext Token.Text Token.Span Token.Type Token.IsWord Token.IsPunctuation Token.IsWhitespace Token.Culture SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, Boolean) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, Boolean) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class SimpleToken : Token Constructors SimpleToken() Initializes a new instance with default values Declaration public SimpleToken() SimpleToken(SimpleToken) Initializes a new instance with the values from another instance, creating a deep copy. Declaration public SimpleToken(SimpleToken other) Parameters Type Name Description SimpleToken other The instance to create a copy for SimpleToken(String) Initializes a new instance with the specified token text, and a token type of Word . Declaration public SimpleToken(string text) Parameters Type Name Description System.String text SimpleToken(String, TokenType) Initializes a new instance with the specified values. Declaration public SimpleToken(string text, TokenType t) Parameters Type Name Description System.String text The token text TokenType t The token type Properties IsPlaceable IsPlaceable . Returns true if the token represents an acronym, a variable, a URI, or a generic text placeable. Declaration public override bool IsPlaceable { get; } Property Value Type Description System.Boolean Overrides Token.IsPlaceable IsStopword Gets or sets whether this token is a stop word Declaration public bool IsStopword { get; set; } Property Value Type Description System.Boolean IsSubstitutable IsSubstitutable . Returns true if this token represents a variable. Declaration public override bool IsSubstitutable { get; } Property Value Type Description System.Boolean Overrides Token.IsSubstitutable Stem An optional stem to assign to this token. Stems are used for TM search and scoring. Declaration public string Stem { get; set; } Property Value Type Description System.String Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Visitor pattern implementation. Calls VisitSimpleToken(SimpleToken) . Declaration public override void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor The visitor instance Overrides SegmentElement.AcceptSegmentElementVisitor(ISegmentElementVisitor) Duplicate() See Duplicate() Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. Overrides SegmentElement.Duplicate() Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides Token.Equals(Object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides Token.GetHashCode() GetTokenType() Type Declaration protected override TokenType GetTokenType() Returns Type Description TokenType Overrides Token.GetTokenType() SetTokenType(TokenType) Overwrites the token type. This should only be done with caution, and to reclassify exchangeable token types (acronyms, words, abbreviations). In particular, do not set the token type to one of the special (localizable) token types. Declaration protected override void SetTokenType(TokenType tokenType) Parameters Type Name Description TokenType tokenType Overrides Token.SetTokenType(TokenType) ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString()" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TagToken.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TagToken.html", "title": "Class TagToken", - "keywords": "Class TagToken Represents a generic, abstract token, which is a sequence of characters in the input. A token is identified using a tokenizer, which breaks up the sequence of characters in the input into a sequence of tokens. That token sequence is non-overlapping, but not necessarily contiguous. Inheritance object SegmentElement Token TagToken Inherited Members Token.SetTokenType(TokenType) Token.GetWeakHashCode() Token.GetBundleSimilarity(SegmentElement) Token.GetIdentityStringAsync() Token.TokenizationContext Token.Text Token.Span Token.Type Token.IsWord Token.IsPunctuation Token.IsWhitespace Token.Culture SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, bool) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, bool) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] public class TagToken : Token Constructors TagToken() Initializes a new instance with default values. Declaration public TagToken() TagToken(Tag) Initializes a new instance with the specified tag. Declaration public TagToken(Tag tag) Parameters Type Name Description Tag tag The tag (must not be null) TagToken(TagToken) Initializes a new instance from another instance, creating a deep copy Declaration public TagToken(TagToken other) Parameters Type Name Description TagToken other Properties IsPlaceable Gets a boolean value indicating whether this token represents a placeable. Always returns false for this class. Derived classes should override appropriately. Declaration public override bool IsPlaceable { get; } Property Value Type Description bool Overrides Token.IsPlaceable IsSubstitutable IsSubstitutable . Always true for this class. Declaration public override bool IsSubstitutable { get; } Property Value Type Description bool Overrides Token.IsSubstitutable Tag Gets or sets the tag encapsulated in this instance. Declaration [DataMember] public Tag Tag { get; set; } Property Value Type Description Tag Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Visitor pattern implementation. Calls VisitTagToken(TagToken) . Declaration public override void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor The visitor instance Overrides SegmentElement.AcceptSegmentElementVisitor(ISegmentElementVisitor) Duplicate() See Duplicate() Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. Overrides SegmentElement.Duplicate() Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides Token.Equals(object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description int Overrides Token.GetHashCode() GetTokenType() Type . Always returns Tag for instances of this class. Declaration protected override TokenType GetTokenType() Returns Type Description TokenType Overrides Token.GetTokenType() ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString() UpdateValue(TagToken) Updates the token's value, using the values of another instance. Declaration public void UpdateValue(TagToken blueprint) Parameters Type Name Description TagToken blueprint The instance to update this instance from. UpdateValue(TagToken, bool) Updates the token's value, using the values of another instance. Declaration public void UpdateValue(TagToken blueprint, bool updateValuesOnly) Parameters Type Name Description TagToken blueprint The instance to update this instance from. bool updateValuesOnly If true, only the tag's values are updated. Otherwise, all other information (such as the text) will be updated as well." + "keywords": "Class TagToken A Token which encapsulates a tag in the input. Inheritance System.Object SegmentElement Token TagToken Inherited Members Token.SetTokenType(TokenType) Token.GetWeakHashCode() Token.GetBundleSimilarity(SegmentElement) Token.GetIdentityStringAsync() Token.TokenizationContext Token.Text Token.Span Token.Type Token.IsWord Token.IsPunctuation Token.IsWhitespace Token.Culture SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, Boolean) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, Boolean) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class TagToken : Token Constructors TagToken() Initializes a new instance with default values. Declaration public TagToken() TagToken(Tag) Initializes a new instance with the specified tag. Declaration public TagToken(Tag tag) Parameters Type Name Description Tag tag The tag (must not be null) TagToken(TagToken) Initializes a new instance from another instance, creating a deep copy Declaration public TagToken(TagToken other) Parameters Type Name Description TagToken other Properties IsPlaceable IsPlaceable . Always true for this class. Declaration public override bool IsPlaceable { get; } Property Value Type Description System.Boolean Overrides Token.IsPlaceable IsSubstitutable IsSubstitutable . Always true for this class. Declaration public override bool IsSubstitutable { get; } Property Value Type Description System.Boolean Overrides Token.IsSubstitutable Tag Gets or sets the tag encapsulated in this instance. Declaration public Tag Tag { get; set; } Property Value Type Description Tag Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Visitor pattern implementation. Calls VisitTagToken(TagToken) . Declaration public override void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor The visitor instance Overrides SegmentElement.AcceptSegmentElementVisitor(ISegmentElementVisitor) Duplicate() See Duplicate() Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement A new instance that is a deep copy of this instance. Overrides SegmentElement.Duplicate() Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides Token.Equals(Object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides Token.GetHashCode() GetTokenType() Type . Always returns Tag for instances of this class. Declaration protected override TokenType GetTokenType() Returns Type Description TokenType Overrides Token.GetTokenType() ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString() UpdateValue(TagToken) Updates the token's value, using the values of another instance. Declaration public void UpdateValue(TagToken blueprint) Parameters Type Name Description TagToken blueprint The instance to update this instance from. UpdateValue(TagToken, Boolean) Updates the token's value, using the values of another instance. Declaration public void UpdateValue(TagToken blueprint, bool updateValuesOnly) Parameters Type Name Description TagToken blueprint The instance to update this instance from. System.Boolean updateValuesOnly If true, only the tag's values are updated. Otherwise, all other information (such as the text) will be updated as well." }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Token.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Token.html", "title": "Class Token", - "keywords": "Class Token Represents a generic, abstract token, which is a sequence of characters in the input. A token is identified using a tokenizer, which breaks up the sequence of characters in the input into a sequence of tokens. That token sequence is non-overlapping, but not necessarily contiguous. Inheritance object SegmentElement Token DateTimeToken NumberToken SimpleToken TagToken TokenBundle Inherited Members SegmentElement.Duplicate() SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, bool) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, bool) SegmentElement.AcceptSegmentElementVisitor(ISegmentElementVisitor) object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax [DataContract] [KnownType(typeof(DateTimeToken))] [KnownType(typeof(NumberToken))] [KnownType(typeof(MeasureToken))] [KnownType(typeof(SimpleToken))] [KnownType(typeof(GenericPlaceableToken))] [KnownType(typeof(TagToken))] public abstract class Token : SegmentElement Constructors Token() Initializes a new instance with default values. Declaration public Token() Token(Token) Initializes a new instance with the values from another instance, creating a deep copy. Declaration public Token(Token other) Parameters Type Name Description Token other The instance to copy Token(string) Initializes a new instance with the specified token text. Declaration public Token(string text) Parameters Type Name Description string text The token text Properties Culture The culture of the token Declaration public CultureCode Culture { get; set; } Property Value Type Description CultureCode IsPlaceable Gets a boolean value indicating whether this token represents a placeable. Always returns false for this class. Derived classes should override appropriately. Declaration public virtual bool IsPlaceable { get; } Property Value Type Description bool IsPunctuation true iff the token is a general punctuation, an opening punctuation, or a closing punctuation Declaration public bool IsPunctuation { get; } Property Value Type Description bool IsSubstitutable Gets a boolean value indicating whether this token can be substituted (e.g. auto-localized) across segments. All substitutables are placeables, but not all placeables can be substituted (e.g. acronyms). Declaration public virtual bool IsSubstitutable { get; } Property Value Type Description bool IsWhitespace Gets a value which indicates whether this token is a whitespace token or not. Declaration public bool IsWhitespace { get; } Property Value Type Description bool IsWord true iff the token is a word, an abbreviation, or an acronym Declaration public bool IsWord { get; } Property Value Type Description bool Span Gets or sets the span covered by this token in the original segment. Declaration [DataMember] public SegmentRange Span { get; set; } Property Value Type Description SegmentRange Text Gets or sets the token's text. Declaration [DataMember] public virtual string Text { get; set; } Property Value Type Description string TokenizationContext The TokenizationContext in which to apply localization etc. Declaration public TokenizationContext TokenizationContext { get; set; } Property Value Type Description TokenizationContext Type Gets, or sets, the TokenType of this token. Declaration [DataMember] public TokenType Type { get; set; } Property Value Type Description TokenType Methods Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetBundleSimilarity(SegmentElement) Declaration protected SegmentElement.Similarity GetBundleSimilarity(SegmentElement other) Parameters Type Name Description SegmentElement other Returns Type Description SegmentElement Similarity GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() GetIdentityStringAsync() See GetIdentityStringAsync() Declaration public Task GetIdentityStringAsync() Returns Type Description Task string GetTokenType() Type Declaration protected abstract TokenType GetTokenType() Returns Type Description TokenType GetWeakHashCode() See GetWeakHashCode() Declaration public override int GetWeakHashCode() Returns Type Description int A hash code Overrides SegmentElement.GetWeakHashCode() SetTokenType(TokenType) Type Declaration protected virtual void SetTokenType(TokenType tokenType) Parameters Type Name Description TokenType tokenType" + "keywords": "Class Token Represents a generic, abstract token, which is a sequence of characters in the input. A token is identified using a tokenizer, which breaks up the sequence of characters in the input into a sequence of tokens. That token sequence is non-overlapping, but not necessarily contiguous. Inheritance System.Object SegmentElement Token DateTimeToken NumberToken SimpleToken TagToken TokenBundle Inherited Members SegmentElement.Duplicate() SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, Boolean) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, Boolean) SegmentElement.AcceptSegmentElementVisitor(ISegmentElementVisitor) System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public abstract class Token : SegmentElement Constructors Token() Initializes a new instance with default values. Declaration public Token() Token(Token) Initializes a new instance with the values from another instance, creating a deep copy. Declaration public Token(Token other) Parameters Type Name Description Token other The instance to copy Token(String) Initializes a new instance with the specified token text. Declaration public Token(string text) Parameters Type Name Description System.String text The token text Properties Culture The culture of the token Declaration public CultureCode Culture { get; set; } Property Value Type Description Sdl.Core.Globalization.CultureCode IsPlaceable Gets a boolean value indicating whether this token represents a placeable. Always returns false for this class. Derived classes should override appropriately. Declaration public virtual bool IsPlaceable { get; } Property Value Type Description System.Boolean IsPunctuation true iff the token is a general punctuation, an opening punctuation, or a closing punctuation Declaration public bool IsPunctuation { get; } Property Value Type Description System.Boolean IsSubstitutable Gets a boolean value indicating whether this token can be substituted (e.g. auto-localized) across segments. All substitutables are placeables, but not all placeables can be substituted (e.g. acronyms). Declaration public virtual bool IsSubstitutable { get; } Property Value Type Description System.Boolean IsWhitespace Gets a value which indicates whether this token is a whitespace token or not. Declaration public bool IsWhitespace { get; } Property Value Type Description System.Boolean IsWord true iff the token is a word, an abbreviation, or an acronym Declaration public bool IsWord { get; } Property Value Type Description System.Boolean Span Gets or sets the span covered by this token in the original segment. Declaration public SegmentRange Span { get; set; } Property Value Type Description SegmentRange Text Gets or sets the token's text. Declaration public virtual string Text { get; set; } Property Value Type Description System.String TokenizationContext The TokenizationContext in which to apply localization etc. Declaration public TokenizationContext TokenizationContext { get; set; } Property Value Type Description TokenizationContext Type Gets, or sets, the TokenType of this token. Declaration public TokenType Type { get; set; } Property Value Type Description TokenType Methods Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetBundleSimilarity(SegmentElement) Declaration protected SegmentElement.Similarity GetBundleSimilarity(SegmentElement other) Parameters Type Name Description SegmentElement other Returns Type Description SegmentElement.Similarity GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() GetIdentityStringAsync() See Sdl.LanguagePlatform.Core.Tokenization.IToken.GetIdentityStringAsync Declaration public Task GetIdentityStringAsync() Returns Type Description System.Threading.Tasks.Task < System.String > GetTokenType() Type Declaration protected abstract TokenType GetTokenType() Returns Type Description TokenType GetWeakHashCode() See GetWeakHashCode() Declaration public override int GetWeakHashCode() Returns Type Description System.Int32 A hash code Overrides SegmentElement.GetWeakHashCode() SetTokenType(TokenType) Type Declaration protected virtual void SetTokenType(TokenType tokenType) Parameters Type Name Description TokenType tokenType" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html", "title": "Class TokenBundle", - "keywords": "Class TokenBundle A special Token which represents a set of alternatives (i.e. an ambiguous analysis) of other tokens which cover the exactly same input span. Inheritance object SegmentElement Token TokenBundle Implements IEnumerable PrioritizedToken IEnumerable Inherited Members Token.SetTokenType(TokenType) Token.Equals(object) Token.GetHashCode() Token.GetWeakHashCode() Token.GetBundleSimilarity(SegmentElement) Token.GetIdentityStringAsync() Token.TokenizationContext Token.Text Token.Span Token.Type Token.IsWord Token.IsPunctuation Token.IsWhitespace Token.Culture SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, bool) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, bool) object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class TokenBundle : Token, IEnumerable, IEnumerable Constructors TokenBundle(Token, int) Initializes a new instance with the specified values. Declaration public TokenBundle(Token t, int priority) Parameters Type Name Description Token t The first token in the set of alternatives (must not be null). It is also used to set the Text of the bundle. int priority The priority to assign to the first token in the bundle TokenBundle(IList) Initializes a new instance with a list of prioritized tokens. Declaration public TokenBundle(IList items) Parameters Type Name Description IList PrioritizedToken items The items to add to the list of alternatives. Only a shallow copy is made. Properties Count Gets the number of elements in the collection. Declaration public int Count { get; } Property Value Type Description int IsPlaceable IsPlaceable . Is true if any of the alternatives is a placeable token. Declaration public override bool IsPlaceable { get; } Property Value Type Description bool Overrides Token.IsPlaceable IsSubstitutable IsSubstitutable . Is true if any of the alternatives is a substitutable token. Declaration public override bool IsSubstitutable { get; } Property Value Type Description bool Overrides Token.IsSubstitutable this[int] Gets the prioritized token at the specified index position. If the index position is invalid, an exception is thrown. Declaration public PrioritizedToken this[int index] { get; } Parameters Type Name Description int index The index Property Value Type Description PrioritizedToken The prioritized token at the index position Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Invalid for this class. Will throw a InvalidOperationException Declaration public override void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor (ignored) Overrides SegmentElement.AcceptSegmentElementVisitor(ISegmentElementVisitor) Add(Token, int) Adds a new token to the set of alternatives. Potential duplicates are kept. Declaration public void Add(Token t, int priority) Parameters Type Name Description Token t The token int priority The priority assigned to the token Add(Token, int, bool) Adds a new token to the set of alternatives. Declaration public void Add(Token t, int priority, bool keepDuplicates) Parameters Type Name Description Token t The token int priority The priority assigned to the token bool keepDuplicates If true , the token will always be added. If false , and the collection contains a token which Equals t , only the one with the higher priority will be kept. Contains(Token) Determines whether the specified token is contained in the set of alternatives. Declaration public bool Contains(Token t) Parameters Type Name Description Token t The token to search Returns Type Description bool true if the token is equal to one of the alternatives, and false otherwise Duplicate() Invalid for this class. Will throw a InvalidOperationException Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement Overrides SegmentElement.Duplicate() GetBest() Obtains the token with the highest priority in the set of alternatives. If two tokens have the same priority, the first one will be the winner. Declaration public Token GetBest() Returns Type Description Token The token with the highest priority in the set of alternatives. GetEnumerator() Gets an enumerator to iterate through the list of alternatives. Declaration public IEnumerator GetEnumerator() Returns Type Description IEnumerator PrioritizedToken An enumerator GetTokenType() Type . Returns the token type of the first alternative in the collection. However, be aware that the alternatives may represent different token types. Declaration protected override TokenType GetTokenType() Returns Type Description TokenType Overrides Token.GetTokenType() SortByDecreasingPriority() Sorts the set of alternatives by decreasing priority. Declaration public void SortByDecreasingPriority() Implements IEnumerable IEnumerable" + "keywords": "Class TokenBundle A special Token which represents a set of alternatives (i.e. an ambiguous analysis) of other tokens which cover the exactly same input span. Inheritance System.Object SegmentElement Token TokenBundle Implements System.Collections.Generic.IEnumerable < PrioritizedToken > System.Collections.IEnumerable Inherited Members Token.SetTokenType(TokenType) Token.Equals(Object) Token.GetHashCode() Token.GetWeakHashCode() Token.GetBundleSimilarity(SegmentElement) Token.GetIdentityStringAsync() Token.TokenizationContext Token.Text Token.Span Token.Type Token.IsWord Token.IsPunctuation Token.IsWhitespace Token.Culture SegmentElement.GetSimilarity(SegmentElement) SegmentElement.GetSimilarity(SegmentElement, Boolean) SegmentElement.GetSimilarityAsync(SegmentElement) SegmentElement.GetSimilarityAsync(SegmentElement, Boolean) System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class TokenBundle : Token, IEnumerable, IEnumerable Constructors TokenBundle(Token, Int32) Initializes a new instance with the specified values. Declaration public TokenBundle(Token t, int priority) Parameters Type Name Description Token t The first token in the set of alternatives (must not be null). It is also used to set the Text of the bundle. System.Int32 priority The priority to assign to the first token in the bundle TokenBundle(IList) Initializes a new instance with a list of prioritized tokens. Declaration public TokenBundle(IList items) Parameters Type Name Description System.Collections.Generic.IList < PrioritizedToken > items The items to add to the list of alternatives. Only a shallow copy is made. Properties Count Gets the number of elements in the collection. Declaration public int Count { get; } Property Value Type Description System.Int32 IsPlaceable IsPlaceable . Is true if any of the alternatives is a placeable token. Declaration public override bool IsPlaceable { get; } Property Value Type Description System.Boolean Overrides Token.IsPlaceable IsSubstitutable IsSubstitutable . Is true if any of the alternatives is a substitutable token. Declaration public override bool IsSubstitutable { get; } Property Value Type Description System.Boolean Overrides Token.IsSubstitutable Item[Int32] Gets the prioritized token at the specified index position. If the index position is invalid, an exception is thrown. Declaration public PrioritizedToken this[int index] { get; } Parameters Type Name Description System.Int32 index The index Property Value Type Description PrioritizedToken The prioritized token at the index position Methods AcceptSegmentElementVisitor(ISegmentElementVisitor) Invalid for this class. Will throw a System.InvalidOperationException Declaration public override void AcceptSegmentElementVisitor(ISegmentElementVisitor visitor) Parameters Type Name Description ISegmentElementVisitor visitor (ignored) Overrides SegmentElement.AcceptSegmentElementVisitor(ISegmentElementVisitor) Add(Token, Int32) Adds a new token to the set of alternatives. Potential duplicates are kept. Declaration public void Add(Token t, int priority) Parameters Type Name Description Token t The token System.Int32 priority The priority assigned to the token Add(Token, Int32, Boolean) Adds a new token to the set of alternatives. Declaration public void Add(Token t, int priority, bool keepDuplicates) Parameters Type Name Description Token t The token System.Int32 priority The priority assigned to the token System.Boolean keepDuplicates If true , the token will always be added. If false , and the collection contains a token which Equals t , only the one with the higher priority will be kept. Contains(Token) Determines whether the specified token is contained in the set of alternatives. Declaration public bool Contains(Token t) Parameters Type Name Description Token t The token to search Returns Type Description System.Boolean true if the token is equal to one of the alternatives, and false otherwise Duplicate() Invalid for this class. Will throw a System.InvalidOperationException Declaration public override SegmentElement Duplicate() Returns Type Description SegmentElement Overrides SegmentElement.Duplicate() GetBest() Obtains the token with the highest priority in the set of alternatives. If two tokens have the same priority, the first one will be the winner. Declaration public Token GetBest() Returns Type Description Token The token with the highest priority in the set of alternatives. GetEnumerator() Gets an enumerator to iterate through the list of alternatives. Declaration public IEnumerator GetEnumerator() Returns Type Description System.Collections.Generic.IEnumerator < PrioritizedToken > An enumerator GetTokenType() Type . Returns the token type of the first alternative in the collection. However, be aware that the alternatives may represent different token types. Declaration protected override TokenType GetTokenType() Returns Type Description TokenType Overrides Token.GetTokenType() SortByDecreasingPriority() Sorts the set of alternatives by decreasing priority. Declaration public void SortByDecreasingPriority() Explicit Interface Implementations IEnumerable.GetEnumerator() Gets an enumerator to iterate through the list of alternatives. Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description System.Collections.IEnumerator An enumerator Implements System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.html", "title": "Class TokenizationContext", - "keywords": "Class TokenizationContext Holds additional metadata for tokenization for a given culture, such as any custom formats for Number, Date etc. Inheritance object TokenizationContext Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class TokenizationContext Constructors TokenizationContext(CultureCode, Dictionary>, List, Dictionary, List) Declaration public TokenizationContext(CultureCode culture, Dictionary> dateTimeFormats, List separatorCombinations, Dictionary unitDefinitions, List currencyFormats) Parameters Type Name Description CultureCode culture Dictionary DateTimePatternType List string dateTimeFormats List SeparatorCombination separatorCombinations Dictionary string CustomUnitDefinition unitDefinitions List CurrencyFormat currencyFormats Properties Culture Declaration public CultureCode Culture { get; } Property Value Type Description CultureCode CurrencyFormats Declaration public List CurrencyFormats { get; } Property Value Type Description List CurrencyFormat DateTimeFormats Declaration public Dictionary> DateTimeFormats { get; } Property Value Type Description Dictionary DateTimePatternType List string SeparatorCombinations Declaration public List SeparatorCombinations { get; } Property Value Type Description List SeparatorCombination UnitDefinitions Declaration public Dictionary UnitDefinitions { get; } Property Value Type Description Dictionary string CustomUnitDefinition" + "keywords": "Class TokenizationContext Holds additional metadata for tokenization for a given culture, such as any custom formats for Number, Date etc. Inheritance System.Object TokenizationContext 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.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class TokenizationContext Constructors TokenizationContext(CultureCode, Dictionary>, List, Dictionary, List) Declaration public TokenizationContext(CultureCode culture, Dictionary> dateTimeFormats, List separatorCombinations, Dictionary unitDefinitions, List currencyFormats) Parameters Type Name Description Sdl.Core.Globalization.CultureCode culture System.Collections.Generic.Dictionary < DateTimePatternType , System.Collections.Generic.List < System.String >> dateTimeFormats System.Collections.Generic.List < SeparatorCombination > separatorCombinations System.Collections.Generic.Dictionary < System.String , CustomUnitDefinition > unitDefinitions System.Collections.Generic.List < CurrencyFormat > currencyFormats Properties Culture Declaration public CultureCode Culture { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode CurrencyFormats Declaration public List CurrencyFormats { get; } Property Value Type Description System.Collections.Generic.List < CurrencyFormat > DateTimeFormats Declaration public Dictionary> DateTimeFormats { get; } Property Value Type Description System.Collections.Generic.Dictionary < DateTimePatternType , System.Collections.Generic.List < System.String >> SeparatorCombinations Declaration public List SeparatorCombinations { get; } Property Value Type Description System.Collections.Generic.List < SeparatorCombination > UnitDefinitions Declaration public Dictionary UnitDefinitions { get; } Property Value Type Description System.Collections.Generic.Dictionary < System.String , CustomUnitDefinition >" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags.html", "title": "Enum TokenizerFlags", - "keywords": "Enum TokenizerFlags Flags controlling tokenizer behaviour Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax [Flags] [DataContract] public enum TokenizerFlags Fields Name Description AllFlags All flags set BreakOnApostrophe If true, break tokens on apostrophe characters BreakOnDash If true, break tokens on dash characters BreakOnHyphen If true, break tokens on hyphen characters BreakOnSymbol If true, breaks tokens for a defined list of symbols DefaultFlags Default flag values May differ from AllFlags if further flags are added NoFlags No tokenizer flags set" + "keywords": "Enum TokenizerFlags Flags controlling tokenizer behaviour Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax [Flags] public enum TokenizerFlags Fields Name Description AllFlags All flags set BreakOnApostrophe If true, break tokens on apostrophe characters BreakOnDash If true, break tokens on dash characters BreakOnHyphen If true, break tokens on hyphen characters BreakOnSymbol If true, breaks tokens for a defined list of symbols DefaultFlags Default flag values May differ from AllFlags if further flags are added NoFlags No tokenizer flags set" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenType.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenType.html", "title": "Enum TokenType", - "keywords": "Enum TokenType The type of a token, e.g. whether the token represents a word, punctuation, etc. Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum TokenType Fields Name Description Abbreviation The token represents an abbreviation. Acronym The token represents an acronym. AlphaNumeric CharSequence The token represents a character sequence. This is used in contexts (such as tokenization of some far-east languages) where word boundaries cannot easily be determined. ClosingPunctuation The token represents closing punctuation, such as a right parenthesis, which is typically preceded by the opening counterpart. Date The token represents a complex date expression. GeneralPunctuation The token represents general punctuation. Measurement The token represents a measurement, which is a combination of a number followed by a unit. Number The token represents a number. OpeningPunctuation The token represents opening punctuation, such as a left parenthesis, which is typically followed by the closing counterpart. OtherTextPlaceable The token represents an unspecified text placeable (not a tag placeables), which can be placed, but not auto-substituted. Tag The token represents a tag. Time The token represents a complex time expression. Unknown The token type is unknown or has not yet been determined. Uri The token represents a URI/URL. UserDefined The token represents a user-defined entity. Variable The token represents a substitutable variable. Whitespace The token represents a non-empty sequence of whitespace. Word The token represents a word." + "keywords": "Enum TokenType The type of a token, e.g. whether the token represents a word, punctuation, etc. Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum TokenType Fields Name Description Abbreviation The token represents an abbreviation. Acronym The token represents an acronym. AlphaNumeric CharSequence The token represents a character sequence. This is used in contexts (such as tokenization of some far-east languages) where word boundaries cannot easily be determined. ClosingPunctuation The token represents closing punctuation, such as a right parenthesis, which is typically preceded by the opening counterpart. Date The token represents a complex date expression. GeneralPunctuation The token represents general punctuation. Measurement The token represents a measurement, which is a combination of a number followed by a unit. Number The token represents a number. OpeningPunctuation The token represents opening punctuation, such as a left parenthesis, which is typically followed by the closing counterpart. OtherTextPlaceable The token represents an unspecified text placeable (not a tag placeables), which can be placed, but not auto-substituted. Tag The token represents a tag. Time The token represents a complex time expression. Unknown The token type is unknown or has not yet been determined. Uri The token represents a URI/URL. UserDefined The token represents a user-defined entity. Variable The token represents a substitutable variable. Whitespace The token represents a non-empty sequence of whitespace. Word The token represents a word." }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Unit.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Unit.html", "title": "Enum Unit", - "keywords": "Enum Unit Enumerates the units known by the system. Only those units are listed which may require cross-system conversion (not yet implemented). Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum Unit Fields Name Description BISacre BISacre BISbuUK BISbuUK BISbuUSDry BISbuUSDry BISflozUK BISflozUK BISflozUS BISflozUS BISft BISft BISft2 BISft2 BISfurlong BISfurlong BISgalUK BISgalUK BISgalUS BISgalUS BISin BISin BISin2 BISin2 BISlb BISlb BISlongHW BISlongHW BISlongTon BISlongTon BISmi BISmi BISmi2 BISmi2 BISoz BISoz BISptUK BISptUK BISptUS BISptUS BISptUSDry BISptUSDry BISqtUK BISqtUK BISshortHW BISshortHW BISshortTon BISshortTon BISstone BISstone BISyd BISyd BISyd2 BISyd2 Currency The unit represents a currency Ma Metric are Mcentigrade Mcentigrade Mcl Metric centiliters Mcm Metric centimeters Mcm2 Metric square centimeters Mcm3 Metric cubic centimeters Mdegree Mdegree Mdl Metric deciliters Mdm Metric decimeters Mfahrenheit Mfahrenheit Mg Metric grams Mha Metric hectare Mkelvin Mkelvin Mkg Metric kilograms Mkm Metric kilometers Mkm2 Metric square kilometers Ml Metric liters Mm Metric meters Mm2 Metric square meters Mm3 Metric cubic meters Mmg Metric milligrams Mml Metric milliliters Mmm Metric millimeters Mmm2 Metric square millimeters Mpercent Mpercent Mt Metric tons NoUnit A sentinel, should not be used Other The unit represents another, general unit for which no cross-system conversion will be available." + "keywords": "Enum Unit Enumerates the units known by the system. Only those units are listed which may require cross-system conversion (not yet implemented). Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum Unit Fields Name Description BISacre BISacre BISbuUK BISbuUK BISbuUSDry BISbuUSDry BISflozUK BISflozUK BISflozUS BISflozUS BISft BISft BISft2 BISft2 BISfurlong BISfurlong BISgalUK BISgalUK BISgalUS BISgalUS BISin BISin BISin2 BISin2 BISlb BISlb BISlongHW BISlongHW BISlongTon BISlongTon BISmi BISmi BISmi2 BISmi2 BISoz BISoz BISptUK BISptUK BISptUS BISptUS BISptUSDry BISptUSDry BISqtUK BISqtUK BISshortHW BISshortHW BISshortTon BISshortTon BISstone BISstone BISyd BISyd BISyd2 BISyd2 Currency The unit represents a currency Ma Metric are Mcentigrade Mcentigrade Mcl Metric centiliters Mcm Metric centimeters Mcm2 Metric square centimeters Mcm3 Metric cubic centimeters Mdegree Mdegree Mdl Metric deciliters Mdm Metric decimeters Mfahrenheit Mfahrenheit Mg Metric grams Mha Metric hectare Mkelvin Mkelvin Mkg Metric kilograms Mkm Metric kilometers Mkm2 Metric square kilometers Ml Metric liters Mm Metric meters Mm2 Metric square meters Mm3 Metric cubic meters Mmg Metric milligrams Mml Metric milliliters Mmm Metric millimeters Mmm2 Metric square millimeters Mpercent Mpercent Mt Metric tons NoUnit A sentinel, should not be used Other The unit represents another, general unit for which no cross-system conversion will be available." }, "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.UnitSeparationMode.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.UnitSeparationMode.html", "title": "Enum UnitSeparationMode", - "keywords": "Enum UnitSeparationMode Controls how units are separated from the numeric value in measurements. Namespace : Sdl Sdl.LanguagePlatform Core Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum UnitSeparationMode Fields Name Description Auto Use the whitespace handling as it is obtained from the document or memory token. DeleteWhitespace Delete any whitespace between the number and the unit. InsertNonbreakingSpace Always insert a single non-breaking space between the number and the unit. InsertSpace Always insert a single standard space between the number and the unit. InsertSpecifiedSeparator Always insert the separator specified in the autolocalization settings" + "keywords": "Enum UnitSeparationMode Controls how units are separated from the numeric value in measurements. Namespace : Sdl.LanguagePlatform.Core.Tokenization Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum UnitSeparationMode Fields Name Description Auto Use the whitespace handling as it is obtained from the document or memory token. DeleteWhitespace Delete any whitespace between the number and the unit. InsertNonbreakingSpace Always insert a single non-breaking space between the number and the unit. InsertSpace Always insert a single standard space between the number and the unit. InsertSpecifiedSeparator Always insert the separator specified in the autolocalization settings" }, "api/translationmemory/Sdl.LanguagePlatform.Core.UnicodeBlock.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.UnicodeBlock.html", "title": "Enum UnicodeBlock", - "keywords": "Enum UnicodeBlock The Unicode blocks (code point ranges), according to the Unicode standard Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum UnicodeBlock Fields Name Description AlphabeticPresentationForms AlphabeticPresentationForms Arabic Arabic ArabicPresentationFormsA ArabicPresentationFormsA ArabicPresentationFormsB ArabicPresentationFormsB ArabicSupplement Arabic Supplement Armenian Armenian Arrows Arrows Balinese Balinese BasicLatin Basic Latin Bengali Bengali BlockElements BlockElements Bopomofo Bopomofo BopomofoExtended BopomofoExtended BoxDrawing BoxDrawing BraillePatterns BraillePatterns Buginese Buginese Buhid Buhid CJKCompatibility CJKCompatibility CJKCompatibilityForms CJKCompatibilityForms CJKCompatibilityIdeographs CJKCompatibilityIdeographs CJKRadicalsSupplement CJKRadicalsSupplement CJKStrokes CJKStrokes CJKSymbolsAndPunctuation CJKSymbolsAndPunctuation CJKUnifiedIdeographs CJKUnifiedIdeographs CJKUnifiedIdeographsExtensionA CJKUnifiedIdeographsExtensionA Cherokee Cherokee CombiningDiacriticalMarks Combining Diacritical Marks CombiningDiacriticalMarksForSymbols CombiningDiacriticalMarksForSymbols CombiningDiacriticalMarksSupplement Combining Diacritical Marks Supplement CombiningHalfMarks CombiningHalfMarks ControlPictures ControlPictures Coptic Coptic CurrencySymbols CurrencySymbols Cyrillic Cyrillic CyrillicSupplement Cyrillic Supplement Devanagari Devanagari Dingbats Dingbats EnclosedAlphanumerics EnclosedAlphanumerics EnclosedCJKLettersAndMonths EnclosedCJKLettersAndMonths Ethiopic Ethiopic EthiopicExtended EthiopicExtended EthiopicSupplement Ethiopic Supplement GeneralPunctuation GeneralPunctuation GeometricShapes GeometricShapes Georgian Georgian GeorgianSupplement GeorgianSupplement Glagolitic Glagolitic GreekAndCoptic Greek and Coptic GreekExtended Greek Extended Gujarati Gujarati Gurmukhi Gurmurkhi HalfwidthAndFullwidthForms HalfwidthAndFullwidthForms HangulCompatibilityJamo HangulCompatibilityJamo HangulJamo Hangul Jamo HangulSyllables HangulSyllables Hanunoo Hanunoo Hebrew Hebrew HighPrivateUseSurrogates HighPrivateUseSurrogates HighSurrogates HighSurrogates Hiragana Hiragana IPAExtensions IPA Extensions IdeographicDescriptionCharacters IdeographicDescriptionCharacters Kanbun Kanbun KangxiRadicals KangxiRadicals Kannada Kannada Katakana Katakana KatakanaPhoneticExtensions KatakanaPhoneticExtensions Khmer Khmer KhmerSymbols Khmer Symbols Lao Lao Latin1Supplement Latin 1 Supplement LatinExtendedA Latin Extended A LatinExtendedAdditional Latin Extended Additional LatinExtendedB Latin Extended B LatinExtendedC LatinExtendedC LatinExtendedD LatinExtendedD LetterlikeSymbols LetterlikeSymbols Limbu Limbu LowSurrogates LowSurrogates Malayalam Malayalam MathematicalOperators MathematicalOperators MiscellaneousMathematicalSymbolsA MiscellaneousMathematicalSymbolsA MiscellaneousMathematicalSymbolsB MiscellaneousMathematicalSymbolsB MiscellaneousSymbols MiscellaneousSymbols MiscellaneousSymbolsAndArrows MiscellaneousSymbolsAndArrows MiscellaneousTechnical MiscellaneousTechnical ModifierToneLetters ModifierToneLetters Mongolian Mongolian Myanmar Myanmar NKo NKo NewTaiLue New Tai Lue NumberForms NumberForms Ogham Ogham OpticalCharacterRecognition OpticalCharacterRecognition Oriya Oriya Phagspa Phagspa PhoneticExtensions Phonetic Extensions PhoneticExtensionsSupplement Phonetic Extensions Supplement PrivateUseArea PrivateUseArea Runic Runic Sinhala Sinhala SmallFormVariants SmallFormVariants SpacingModifierLetters Spacing Modifier Letters Specials Specials SuperscriptsAndSubscripts SuperscriptsAndSubscripts SupplementalArrowsA SupplementalArrowsA SupplementalArrowsB SupplementalArrowsB SupplementalMathematicalOperators SupplementalMathematicalOperators SupplementalPunctuation SupplementalPunctuation SylotiNagri SylotiNagri Syriac Syriac Tagalog Tagalog Tagbanwa Tagbanwa TaiLe Tai Le Tamil Tamil Telugu Telugu Thaana Thaana Thai Thai Tibetan Tibetan Tifinagh Tifinagh UnifiedCanadianAboriginalSyllabics Unified Canadian Aboriginal Syllabics Unknown An unknown block VariationSelectors VariationSelectors VerticalForms VerticalForms YiRadicals YiRadicals YiSyllables YiSyllables YijingHexagramSymbols YijingHexagramSymbols" + "keywords": "Enum UnicodeBlock The Unicode blocks (code point ranges), according to the Unicode standard Namespace : Sdl.LanguagePlatform.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public enum UnicodeBlock Fields Name Description AlphabeticPresentationForms AlphabeticPresentationForms Arabic Arabic ArabicPresentationFormsA ArabicPresentationFormsA ArabicPresentationFormsB ArabicPresentationFormsB ArabicSupplement Arabic Supplement Armenian Armenian Arrows Arrows Balinese Balinese BasicLatin Basic Latin Bengali Bengali BlockElements BlockElements Bopomofo Bopomofo BopomofoExtended BopomofoExtended BoxDrawing BoxDrawing BraillePatterns BraillePatterns Buginese Buginese Buhid Buhid Cherokee Cherokee CJKCompatibility CJKCompatibility CJKCompatibilityForms CJKCompatibilityForms CJKCompatibilityIdeographs CJKCompatibilityIdeographs CJKRadicalsSupplement CJKRadicalsSupplement CJKStrokes CJKStrokes CJKSymbolsAndPunctuation CJKSymbolsAndPunctuation CJKUnifiedIdeographs CJKUnifiedIdeographs CJKUnifiedIdeographsExtensionA CJKUnifiedIdeographsExtensionA CombiningDiacriticalMarks Combining Diacritical Marks CombiningDiacriticalMarksForSymbols CombiningDiacriticalMarksForSymbols CombiningDiacriticalMarksSupplement Combining Diacritical Marks Supplement CombiningHalfMarks CombiningHalfMarks ControlPictures ControlPictures Coptic Coptic CurrencySymbols CurrencySymbols Cyrillic Cyrillic CyrillicSupplement Cyrillic Supplement Devanagari Devanagari Dingbats Dingbats EnclosedAlphanumerics EnclosedAlphanumerics EnclosedCJKLettersAndMonths EnclosedCJKLettersAndMonths Ethiopic Ethiopic EthiopicExtended EthiopicExtended EthiopicSupplement Ethiopic Supplement GeneralPunctuation GeneralPunctuation GeometricShapes GeometricShapes Georgian Georgian GeorgianSupplement GeorgianSupplement Glagolitic Glagolitic GreekAndCoptic Greek and Coptic GreekExtended Greek Extended Gujarati Gujarati Gurmukhi Gurmurkhi HalfwidthAndFullwidthForms HalfwidthAndFullwidthForms HangulCompatibilityJamo HangulCompatibilityJamo HangulJamo Hangul Jamo HangulSyllables HangulSyllables Hanunoo Hanunoo Hebrew Hebrew HighPrivateUseSurrogates HighPrivateUseSurrogates HighSurrogates HighSurrogates Hiragana Hiragana IdeographicDescriptionCharacters IdeographicDescriptionCharacters IPAExtensions IPA Extensions Kanbun Kanbun KangxiRadicals KangxiRadicals Kannada Kannada Katakana Katakana KatakanaPhoneticExtensions KatakanaPhoneticExtensions Khmer Khmer KhmerSymbols Khmer Symbols Lao Lao Latin1Supplement Latin 1 Supplement LatinExtendedA Latin Extended A LatinExtendedAdditional Latin Extended Additional LatinExtendedB Latin Extended B LatinExtendedC LatinExtendedC LatinExtendedD LatinExtendedD LetterlikeSymbols LetterlikeSymbols Limbu Limbu LowSurrogates LowSurrogates Malayalam Malayalam MathematicalOperators MathematicalOperators MiscellaneousMathematicalSymbolsA MiscellaneousMathematicalSymbolsA MiscellaneousMathematicalSymbolsB MiscellaneousMathematicalSymbolsB MiscellaneousSymbols MiscellaneousSymbols MiscellaneousSymbolsAndArrows MiscellaneousSymbolsAndArrows MiscellaneousTechnical MiscellaneousTechnical ModifierToneLetters ModifierToneLetters Mongolian Mongolian Myanmar Myanmar NewTaiLue New Tai Lue NKo NKo NumberForms NumberForms Ogham Ogham OpticalCharacterRecognition OpticalCharacterRecognition Oriya Oriya Phagspa Phagspa PhoneticExtensions Phonetic Extensions PhoneticExtensionsSupplement Phonetic Extensions Supplement PrivateUseArea PrivateUseArea Runic Runic Sinhala Sinhala SmallFormVariants SmallFormVariants SpacingModifierLetters Spacing Modifier Letters Specials Specials SuperscriptsAndSubscripts SuperscriptsAndSubscripts SupplementalArrowsA SupplementalArrowsA SupplementalArrowsB SupplementalArrowsB SupplementalMathematicalOperators SupplementalMathematicalOperators SupplementalPunctuation SupplementalPunctuation SylotiNagri SylotiNagri Syriac Syriac Tagalog Tagalog Tagbanwa Tagbanwa TaiLe Tai Le Tamil Tamil Telugu Telugu Thaana Thaana Thai Thai Tibetan Tibetan Tifinagh Tifinagh UnifiedCanadianAboriginalSyllabics Unified Canadian Aboriginal Syllabics Unknown An unknown block VariationSelectors VariationSelectors VerticalForms VerticalForms YijingHexagramSymbols YijingHexagramSymbols YiRadicals YiRadicals YiSyllables YiSyllables" }, "api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html", "title": "Class Wordlist", - "keywords": "Class Wordlist A searchable word list with index. Inheritance object Wordlist Implements ICloneable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class Wordlist : ICloneable Constructors Wordlist() Initializes a new instance of the Wordlist class with an empty wordlist. Declaration public Wordlist() Wordlist(SearchOption) Initializes a new instance of the Wordlist class with an empty wordlist. Declaration public Wordlist(SearchOption flags) Parameters Type Name Description SearchOption flags Wordlist(Wordlist) Creates a new instance and deep-copies the other instance. Declaration public Wordlist(Wordlist other) Parameters Type Name Description Wordlist other Properties Count Returns the number of words in the word list. Declaration public int Count { get; } Property Value Type Description int Flags Gets the search flags. Declaration public SearchOption Flags { get; } Property Value Type Description SearchOption Items Gets the list of words. Declaration public IEnumerable Items { get; } Property Value Type Description IEnumerable string Version Declaration public int Version { get; } Property Value Type Description int Methods Add(string) Adds a new string to this wordlist if it isn't already there. Declaration public bool Add(string s) Parameters Type Name Description string s Returns Type Description bool true iff the word was added CleanupList(string, string, bool) Loads a word list from the specified input file, removes all duplicates, and writes the result to the output file. The two file names should not be the same. Only used internally. Declaration public static void CleanupList(string inputFileName, string outputFileName, bool ignoreComments = true) Parameters Type Name Description string inputFileName The input file name string outputFileName The output file name bool ignoreComments Ignore comments flag, if not set it is true Clear() Removes all words from the list, but keeps the flags. Declaration public void Clear() Clone() Clone() Declaration public object Clone() Returns Type Description object A new object that is a deep copy of this instance. Contains(string) Determines whether this wordlist contains the specified string. Declaration public bool Contains(string s) Parameters Type Name Description string s The string to search for. Returns Type Description bool true if s is part of this wordlist, otherwise false. GetBytes() Returns the contents of the word list as an array of bytes. The data is UTF8-encoded. Note that search flags (such as case invariance) are not preserved. Declaration public byte[] GetBytes() Returns Type Description byte An array of bytes which represents the word list. GetRegularExpression(out CharacterSet) Computes a regular expression which matches the words in the list. The expression is not anchored. NOTE: if the word list is case insensitive, the regular expression will include the corresponding option \"(?i-:)\". Declaration public string GetRegularExpression(out CharacterSet first) Parameters Type Name Description CharacterSet first Returns Type Description string Load(byte[], bool) Read the word list from an array of bytes. A UTF8 encoding is assumed, but byte order marks will be honored. Declaration public void Load(byte[] data, bool ignoreComments = true) Parameters Type Name Description byte data bool ignoreComments Ignore comments flag, if not set it is true Load(Stream, bool) Adds new words to this wordlist from a stream. A UTF8 data encoding is assumed, but byte order marks will be honored. Declaration public void Load(Stream stream, bool ignoreComments = true) Parameters Type Name Description Stream stream The stream. bool ignoreComments Ignore comments flag, if not set it is true Load(string, bool) Adds new words to this wordlist from a stream. A UTF8 data encoding is assumed, but byte order marks will be honored. Declaration public void Load(string filename, bool ignoreComments = true) Parameters Type Name Description string filename The name of the file to load bool ignoreComments Ignore comments flag, if not set it is true Merge(Wordlist) Merges the contents of another instance into this word list. Note that conflicting flags and search options are ignored. Declaration public void Merge(Wordlist other) Parameters Type Name Description Wordlist other The instance to merge into this instance. Merge(IEnumerable) Creates a new word list and merges all specified wordLists into the new one. Declaration public static Wordlist Merge(IEnumerable wordLists) Parameters Type Name Description IEnumerable Wordlist wordLists The word lists to merge. Returns Type Description Wordlist The result of the merge, or null if all specified word lists are null. Remove(string) Removes s from the list. Declaration public bool Remove(string s) Parameters Type Name Description string s Returns Type Description bool true iff the word was removed Save(TextWriter) Saves the word list in textual format to the specified stream. Declaration public void Save(TextWriter writer) Parameters Type Name Description TextWriter writer Implements ICloneable" + "keywords": "Class Wordlist A searchable word list with index. Inheritance System.Object Wordlist Implements System.ICloneable 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.Core Assembly : Sdl.LanguagePlatform.Core.dll Syntax public class Wordlist : ICloneable Constructors Wordlist() Initializes a new instance of the Wordlist class with an empty wordlist. Declaration public Wordlist() Wordlist(SearchOption) Initializes a new instance of the Wordlist class with an empty wordlist. Declaration public Wordlist(SearchOption flags) Parameters Type Name Description SearchOption flags Wordlist(Wordlist) Creates a new instance and deep-copies the other instance. Declaration public Wordlist(Wordlist other) Parameters Type Name Description Wordlist other Properties Count Returns the number of words in the word list. Declaration public int Count { get; } Property Value Type Description System.Int32 Flags Gets the search flags. Declaration public SearchOption Flags { get; } Property Value Type Description SearchOption Items Gets the list of words. Declaration public IEnumerable Items { get; } Property Value Type Description System.Collections.Generic.IEnumerable < System.String > Version Declaration public int Version { get; } Property Value Type Description System.Int32 Methods Add(String) Adds a new string to this wordlist if it isn't already there. Declaration public bool Add(string s) Parameters Type Name Description System.String s Returns Type Description System.Boolean true iff the word was added CleanupList(String, String, Boolean) Loads a word list from the specified input file, removes all duplicates, and writes the result to the output file. The two file names should not be the same. Only used internally. Declaration public static void CleanupList(string inputFileName, string outputFileName, bool ignoreComments = true) Parameters Type Name Description System.String inputFileName The input file name System.String outputFileName The output file name System.Boolean ignoreComments Ignore comments flag, if not set it is true Clear() Removes all words from the list, but keeps the flags. Declaration public void Clear() Clone() System.ICloneable.Clone() Declaration public object Clone() Returns Type Description System.Object A new object that is a deep copy of this instance. Contains(String) Determines whether this wordlist contains the specified string. Declaration public bool Contains(string s) Parameters Type Name Description System.String s The string to search for. Returns Type Description System.Boolean true if s is part of this wordlist, otherwise false. GetBytes() Returns the contents of the word list as an array of bytes. The data is UTF8-encoded. Note that search flags (such as case invariance) are not preserved. Declaration public byte[] GetBytes() Returns Type Description System.Byte [] An array of bytes which represents the word list. GetRegularExpression(out CharacterSet) Computes a System.Text.RegularExpressions.Regex which matches the words in the list. The expression is not anchored. NOTE: if the word list is case insensitive, the regular expression will include the corresponding option \"(?i-:)\". Declaration public string GetRegularExpression(out CharacterSet first) Parameters Type Name Description CharacterSet first Returns Type Description System.String Load(Byte[], Boolean) Read the word list from an array of bytes. A UTF8 encoding is assumed, but byte order marks will be honored. Declaration public void Load(byte[] data, bool ignoreComments = true) Parameters Type Name Description System.Byte [] data System.Boolean ignoreComments Ignore comments flag, if not set it is true Load(Stream, Boolean) Adds new words to this wordlist from a stream. A UTF8 data encoding is assumed, but byte order marks will be honored. Declaration public void Load(Stream stream, bool ignoreComments = true) Parameters Type Name Description System.IO.Stream stream The stream. System.Boolean ignoreComments Ignore comments flag, if not set it is true Load(String, Boolean) Adds new words to this wordlist from a stream. A UTF8 data encoding is assumed, but byte order marks will be honored. Declaration public void Load(string filename, bool ignoreComments = true) Parameters Type Name Description System.String filename The name of the file to load System.Boolean ignoreComments Ignore comments flag, if not set it is true Merge(Wordlist) Merges the contents of another instance into this word list. Note that conflicting flags and search options are ignored. Declaration public void Merge(Wordlist other) Parameters Type Name Description Wordlist other The instance to merge into this instance. Merge(IEnumerable) Creates a new word list and merges all specified wordLists into the new one. Declaration public static Wordlist Merge(IEnumerable wordLists) Parameters Type Name Description System.Collections.Generic.IEnumerable < Wordlist > wordLists The word lists to merge. Returns Type Description Wordlist The result of the merge, or null if all specified word lists are null. Remove(String) Removes s from the list. Declaration public bool Remove(string s) Parameters Type Name Description System.String s Returns Type Description System.Boolean true iff the word was removed Save(TextWriter) Saves the word list in textual format to the specified stream. Declaration public void Save(TextWriter writer) Parameters Type Name Description System.IO.TextWriter writer Implements System.ICloneable" }, "api/translationmemory/Sdl.LanguagePlatform.IO.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.html", @@ -7312,22 +7002,22 @@ "api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html", "title": "Class MultiFileTextReader", - "keywords": "Class MultiFileTextReader A text reader which virtually concatenates a number of text files and allows sequential reading from this file set. Inheritance object MarshalByRefObject TextReader MultiFileTextReader Implements IDisposable Inherited Members TextReader.Null TextReader.Dispose() TextReader.Dispose(bool) TextReader.ReadLineAsync() TextReader.ReadToEndAsync() TextReader.ReadAsync(char[], int, int) TextReader.ReadBlockAsync(char[], int, int) TextReader.Synchronized(TextReader) MarshalByRefObject.MemberwiseClone(bool) MarshalByRefObject.GetLifetimeService() MarshalByRefObject.InitializeLifetimeService() MarshalByRefObject.CreateObjRef(Type) object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class MultiFileTextReader : TextReader, IDisposable Constructors MultiFileTextReader(DirectoryInfo, string, bool) Instantiates a MultiFileTextReader which works on the files contained in the specified directory and its subdirectories. Declaration public MultiFileTextReader(DirectoryInfo rootDirectory, string fileFilter, bool recurse) Parameters Type Name Description DirectoryInfo rootDirectory The directory in which to search for applicable files. string fileFilter If non-null, only files which match the filter are added to the file set (see System.IO.DirectoryInfo.GetFiles()). bool recurse If true, subdirectories are scanned for matching false. Otherwise, only files in the specified root directory are considered. MultiFileTextReader(params FileInfo[]) Instantiates a MultiFileTextReader which works on the specified set of files. The files are opened with BOM sniffing defaulting to UTF8 encoding. Declaration public MultiFileTextReader(params FileInfo[] files) Parameters Type Name Description FileInfo files MultiFileTextReader(params string[]) Instantiates a MultiFileTextReader which works on the files or directories passed as the parameter. Directories are recursed into, files are opened UTF8 with BOM sniffing. Declaration public MultiFileTextReader(params string[] filesOrDirectories) Parameters Type Name Description string filesOrDirectories The set of file names or directory names to work on Properties CurrentFile Allows access to the FileInfo of the currently worked-on file. If null, EOF has been reached. Declaration public FileInfo CurrentFile { get; } Property Value Type Description FileInfo Methods Close() Closes the overall file set. An attempt to read more data will lead to an exception. Declaration public override void Close() Overrides TextReader.Close() Peek() Not implemented. Declaration public override int Peek() Returns Type Description int Always throws exception. Overrides TextReader.Peek() Read() Reads the next character from the set of input files, advances the current file as necessary. Declaration public override int Read() Returns Type Description int The next input character or -1 if EOF (of the concatenation) is reached. Overrides TextReader.Read() Read(char[], int, int) Reads a block of characters from the virtual concatenation of text files. Declaration public override int Read(char[] buffer, int index, int count) Parameters Type Name Description char buffer The buffer to store the data in (see TextReader.Read()) int index The index to start storing characters in the buffer. int count The maximum number of characters to read Returns Type Description int 0 on EOF, or the number of characters read which may be 0 < n <= count Overrides TextReader.Read(char[], int, int) ReadBlock(char[], int, int) Reads a block of characters from the virtual concatenation of text files. Declaration public override int ReadBlock(char[] buffer, int index, int count) Parameters Type Name Description char buffer The buffer to store the data in (see TextReader.Read()) int index The index to start storing characters in the buffer int count The number of characters to read Returns Type Description int The number of characters read. Unlike Read(buffer, index, count), this method will always attempt to read count characters and will automatically advance to the next file if the current file does not contain enough data. Overrides TextReader.ReadBlock(char[], int, int) ReadLine() Reads the next line of input from the concatenation of text files. Declaration public override string ReadLine() Returns Type Description string Overrides TextReader.ReadLine() ReadToEnd() Not implemented. Declaration public override string ReadToEnd() Returns Type Description string Always throws exception. Overrides TextReader.ReadToEnd() Implements IDisposable" + "keywords": "Class MultiFileTextReader A text reader which virtually concatenates a number of text files and allows sequential reading from this file set. Inheritance System.Object System.MarshalByRefObject System.IO.TextReader MultiFileTextReader Implements System.IDisposable Inherited Members System.IO.TextReader.Null System.IO.TextReader.Dispose() System.IO.TextReader.Dispose(System.Boolean) System.IO.TextReader.ReadLineAsync() System.IO.TextReader.ReadToEndAsync() System.IO.TextReader.ReadAsync(System.Char[], System.Int32, System.Int32) System.IO.TextReader.ReadBlockAsync(System.Char[], System.Int32, System.Int32) System.IO.TextReader.Synchronized(System.IO.TextReader) System.MarshalByRefObject.MemberwiseClone(System.Boolean) System.MarshalByRefObject.GetLifetimeService() System.MarshalByRefObject.InitializeLifetimeService() System.MarshalByRefObject.CreateObjRef(System.Type) 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.IO Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class MultiFileTextReader : TextReader, IDisposable Constructors MultiFileTextReader(DirectoryInfo, String, Boolean) Instantiates a MultiFileTextReader which works on the files contained in the specified directory and its subdirectories. Declaration public MultiFileTextReader(DirectoryInfo rootDirectory, string fileFilter, bool recurse) Parameters Type Name Description System.IO.DirectoryInfo rootDirectory The directory in which to search for applicable files. System.String fileFilter If non-null, only files which match the filter are added to the file set (see System.IO.DirectoryInfo.GetFiles()). System.Boolean recurse If true, subdirectories are scanned for matching false. Otherwise, only files in the specified root directory are considered. MultiFileTextReader(FileInfo[]) Instantiates a MultiFileTextReader which works on the specified set of files. The files are opened with BOM sniffing defaulting to UTF8 encoding. Declaration public MultiFileTextReader(params FileInfo[] files) Parameters Type Name Description System.IO.FileInfo [] files MultiFileTextReader(String[]) Instantiates a MultiFileTextReader which works on the files or directories passed as the parameter. Directories are recursed into, files are opened UTF8 with BOM sniffing. Declaration public MultiFileTextReader(params string[] filesOrDirectories) Parameters Type Name Description System.String [] filesOrDirectories The set of file names or directory names to work on Properties CurrentFile Allows access to the FileInfo of the currently worked-on file. If null, EOF has been reached. Declaration public FileInfo CurrentFile { get; } Property Value Type Description System.IO.FileInfo Methods Close() Closes the overall file set. An attempt to read more data will lead to an exception. Declaration public override void Close() Overrides System.IO.TextReader.Close() Peek() Not implemented. Declaration public override int Peek() Returns Type Description System.Int32 Always throws exception. Overrides System.IO.TextReader.Peek() Read() Reads the next character from the set of input files, advances the current file as necessary. Declaration public override int Read() Returns Type Description System.Int32 The next input character or -1 if EOF (of the concatenation) is reached. Overrides System.IO.TextReader.Read() Read(Char[], Int32, Int32) Reads a block of characters from the virtual concatenation of text files. Declaration public override int Read(char[] buffer, int index, int count) Parameters Type Name Description System.Char [] buffer The buffer to store the data in (see TextReader.Read()) System.Int32 index The index to start storing characters in the buffer. System.Int32 count The maximum number of characters to read Returns Type Description System.Int32 0 on EOF, or the number of characters read which may be 0 < n <= count Overrides System.IO.TextReader.Read(System.Char[], System.Int32, System.Int32) ReadBlock(Char[], Int32, Int32) Reads a block of characters from the virtual concatenation of text files. Declaration public override int ReadBlock(char[] buffer, int index, int count) Parameters Type Name Description System.Char [] buffer The buffer to store the data in (see TextReader.Read()) System.Int32 index The index to start storing characters in the buffer System.Int32 count The number of characters to read Returns Type Description System.Int32 The number of characters read. Unlike Read(buffer, index, count), this method will always attempt to read count characters and will automatically advance to the next file if the current file does not contain enough data. Overrides System.IO.TextReader.ReadBlock(System.Char[], System.Int32, System.Int32) ReadLine() Reads the next line of input from the concatenation of text files. Declaration public override string ReadLine() Returns Type Description System.String Overrides System.IO.TextReader.ReadLine() ReadToEnd() Not implemented. Declaration public override string ReadToEnd() Returns Type Description System.String Always throws exception. Overrides System.IO.TextReader.ReadToEnd() Explicit Interface Implementations IDisposable.Dispose() Declaration void IDisposable.Dispose() Implements System.IDisposable" }, "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.CommentEvent.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.CommentEvent.html", "title": "Class CommentEvent", - "keywords": "Class CommentEvent Inheritance object Event CommentEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO Streams Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class CommentEvent : Event Constructors CommentEvent(string) Declaration public CommentEvent(string msg) Parameters Type Name Description string msg Properties Message Declaration public string Message { get; set; } Property Value Type Description string" + "keywords": "Class CommentEvent Inheritance System.Object Event CommentEvent 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.IO.Streams Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class CommentEvent : Event Constructors CommentEvent(String) Declaration public CommentEvent(string msg) Parameters Type Name Description System.String msg Properties Message Declaration public string Message { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.EndOfInputEvent.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.EndOfInputEvent.html", "title": "Class EndOfInputEvent", - "keywords": "Class EndOfInputEvent Represents an end-of-input event. Inheritance object Event EndOfInputEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO Streams Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class EndOfInputEvent : Event Constructors EndOfInputEvent() Initializes a new instance with default values. Declaration public EndOfInputEvent()" + "keywords": "Class EndOfInputEvent Represents an end-of-input event. Inheritance System.Object Event EndOfInputEvent 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.IO.Streams Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class EndOfInputEvent : Event Constructors EndOfInputEvent() Initializes a new instance with default values. Declaration public EndOfInputEvent()" }, "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.Event.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.Event.html", "title": "Class Event", - "keywords": "Class Event An abstract base class, purely for inheritance purposes, representing a particular step/item in a stream of translation units. Inheritance object Event CommentEvent EndOfInputEvent StartOfInputEvent TUEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO Streams Assembly : Sdl.LanguagePlatform.IO.dll Syntax public abstract class Event Constructors Event() Declaration protected Event()" + "keywords": "Class Event An abstract base class, purely for inheritance purposes, representing a particular step/item in a stream of translation units. Inheritance System.Object Event CommentEvent EndOfInputEvent StartOfInputEvent TUEvent 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.IO.Streams Assembly : Sdl.LanguagePlatform.IO.dll Syntax public abstract class Event Constructors Event() Declaration protected Event()" }, "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.html", @@ -7337,887 +7027,912 @@ "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.IEventReader.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.IEventReader.html", "title": "Interface IEventReader", - "keywords": "Interface IEventReader Simple interface for reading events from a stream. Namespace : Sdl Sdl.LanguagePlatform IO Streams Assembly : Sdl.LanguagePlatform.IO.dll Syntax public interface IEventReader Methods ReadAsync() Reads the next item in the stream and returns the corresponding Event object, from that particular item. Declaration Task ReadAsync() Returns Type Description Task Event An Event object." + "keywords": "Interface IEventReader Simple interface for reading events from a stream. Namespace : Sdl.LanguagePlatform.IO.Streams Assembly : Sdl.LanguagePlatform.IO.dll Syntax public interface IEventReader Methods ReadAsync() Reads the next item in the stream and returns the corresponding Event object, from that particular item. Declaration Task ReadAsync() Returns Type Description System.Threading.Tasks.Task < Event > An Event object." }, "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.IEventReceiver.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.IEventReceiver.html", "title": "Interface IEventReceiver", - "keywords": "Interface IEventReceiver Simple event receiver interface. Namespace : Sdl Sdl.LanguagePlatform IO Streams Assembly : Sdl.LanguagePlatform.IO.dll Syntax public interface IEventReceiver Methods EmitAsync(Event) Processes an event. Declaration Task EmitAsync(Event e) Parameters Type Name Description Event e The event. Returns Type Description Task" + "keywords": "Interface IEventReceiver Simple event receiver interface. Namespace : Sdl.LanguagePlatform.IO.Streams Assembly : Sdl.LanguagePlatform.IO.dll Syntax public interface IEventReceiver Methods EmitAsync(Event) Processes an event. Declaration Task EmitAsync(Event e) Parameters Type Name Description Event e The event. Returns Type Description System.Threading.Tasks.Task" }, "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent.html", "title": "Class StartOfInputEvent", - "keywords": "Class StartOfInputEvent Corresponds to the filter framework's StartOfInput event. It represents the beginning of the input stream. Inheritance object Event StartOfInputEvent TMXStartOfInputEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO Streams Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class StartOfInputEvent : Event Constructors StartOfInputEvent() Declaration public StartOfInputEvent() Fields _CreationDate Declaration protected DateTime _CreationDate Field Value Type Description DateTime Properties CreationDate Gets or sets the creation date. Declaration public DateTime CreationDate { get; set; } Property Value Type Description DateTime CreationUser Gets or sets the creation user. Declaration public string CreationUser { get; set; } Property Value Type Description string Properties Accesses user-defined properties, which are key-value pairs of strings. Note that the field value is null unless it's allocated by the user. Declaration public Dictionary Properties { get; set; } Property Value Type Description Dictionary string string SourceCulture Gets or sets the source language. Declaration public CultureCode SourceCulture { get; set; } Property Value Type Description CultureCode SourceCultureName Gets or sets the source language as a string value. Declaration public string SourceCultureName { get; set; } Property Value Type Description string TargetCulture Gets or sets the target language. Declaration public CultureCode TargetCulture { get; set; } Property Value Type Description CultureCode TargetCultureName Gets or sets the target language as a string value. Declaration public string TargetCultureName { get; set; } Property Value Type Description string" + "keywords": "Class StartOfInputEvent Corresponds to the filter framework's StartOfInput event. It represents the beginning of the input stream. Inheritance System.Object Event StartOfInputEvent TMXStartOfInputEvent 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.IO.Streams Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class StartOfInputEvent : Event Constructors StartOfInputEvent() Declaration public StartOfInputEvent() Fields _CreationDate Declaration protected DateTime _CreationDate Field Value Type Description System.DateTime Properties CreationDate Gets or sets the creation date. Declaration public DateTime CreationDate { get; set; } Property Value Type Description System.DateTime CreationUser Gets or sets the creation user. Declaration public string CreationUser { get; set; } Property Value Type Description System.String Properties Accesses user-defined properties, which are key-value pairs of strings. Note that the field value is null unless it's allocated by the user. Declaration public Dictionary Properties { get; set; } Property Value Type Description System.Collections.Generic.Dictionary < System.String , System.String > SourceCulture Gets or sets the source language. Declaration public CultureCode SourceCulture { get; set; } Property Value Type Description Sdl.Core.Globalization.CultureCode SourceCultureName Gets or sets the source language as a string value. Declaration public string SourceCultureName { get; set; } Property Value Type Description System.String TargetCulture Gets or sets the target language. Declaration public CultureCode TargetCulture { get; set; } Property Value Type Description Sdl.Core.Globalization.CultureCode TargetCultureName Gets or sets the target language as a string value. Declaration public string TargetCultureName { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUEvent.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUEvent.html", "title": "Class TUEvent", - "keywords": "Class TUEvent Represents a translation unit event in the stream. Inheritance object Event TUEvent Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO Streams Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class TUEvent : Event Constructors TUEvent(TranslationUnit) Initializes a new instance of the TUEvent class with the specified translation unit. Declaration public TUEvent(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The translation unit. Properties TranslationUnit Gets the underlying translation unit. Declaration public TranslationUnit TranslationUnit { get; } Property Value Type Description TranslationUnit" + "keywords": "Class TUEvent Represents a translation unit event in the stream. Inheritance System.Object Event TUEvent 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.IO.Streams Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class TUEvent : Event Constructors TUEvent(TranslationUnit) Initializes a new instance of the TUEvent class with the specified translation unit. Declaration public TUEvent(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The translation unit. Properties TranslationUnit Gets the underlying translation unit. Declaration public TranslationUnit TranslationUnit { get; } Property Value Type Description TranslationUnit" }, "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUStreamContext.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUStreamContext.html", "title": "Class TUStreamContext", - "keywords": "Class TUStreamContext Represents \"global\" settings related to a TU stream, e.g. during import. Wraps access to language and field information. Inheritance object TUStreamContext Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO Streams Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class TUStreamContext Constructors TUStreamContext() Initializes a new instance with invariant cultures and empty field declarations. Declaration public TUStreamContext() TUStreamContext(CultureCode, CultureCode) Initializes a new instance with the specified source cultures and empty field declarations. Declaration public TUStreamContext(CultureCode sourceCulture, CultureCode targetCulture) Parameters Type Name Description CultureCode sourceCulture CultureCode targetCulture TUStreamContext(CultureCode, CultureCode, FieldDefinitions) Initializes a new instance with the specified source cultures and field declarations. Declaration public TUStreamContext(CultureCode sourceCulture, CultureCode targetCulture, FieldDefinitions fields) Parameters Type Name Description CultureCode sourceCulture The source culture to filter the TMX stream for. If null, the invariant culture will be used. The invariant culture means that no filtering takes place. CultureCode targetCulture The target culture to filter the TMX stream for. If null, the invariant culture will be used. The invariant culture means that no filtering takes place. FieldDefinitions fields Pre-defined field declarations, or null. TUStreamContext(LanguagePair) Initializes a new instance with the specified language direction and empty field declarations. Declaration public TUStreamContext(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection TUStreamContext(LanguagePair, FieldDefinitions) Initializes a new instance with the specified language direction and field declarations. Declaration public TUStreamContext(LanguagePair languageDirection, FieldDefinitions fields) Parameters Type Name Description LanguagePair languageDirection FieldDefinitions fields Properties CheckMatchingSublanguages Indicates whether the process should check if the sublanguages match. Declaration public bool CheckMatchingSublanguages { get; set; } Property Value Type Description bool FieldDefinitions The predefined or collected field definitions. Declaration public FieldDefinitions FieldDefinitions { get; } Property Value Type Description FieldDefinitions MayAddNewFields Whether or not the importer may add new fields to the TM. Declaration public bool MayAddNewFields { get; set; } Property Value Type Description bool SourceCulture The source culture to filter for in the TMX stream. Declaration public CultureCode SourceCulture { get; } Property Value Type Description CultureCode TargetCulture The target culture to filter for in the TMX stream. Declaration public CultureCode TargetCulture { get; } Property Value Type Description CultureCode" + "keywords": "Class TUStreamContext Represents \"global\" settings related to a TU stream, e.g. during import. Wraps access to language and field information. Inheritance System.Object TUStreamContext 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.IO.Streams Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class TUStreamContext Constructors TUStreamContext() Initializes a new instance with invariant cultures and empty field declarations. Declaration public TUStreamContext() TUStreamContext(CultureCode, CultureCode) Initializes a new instance with the specified source cultures and empty field declarations. Declaration public TUStreamContext(CultureCode sourceCulture, CultureCode targetCulture) Parameters Type Name Description Sdl.Core.Globalization.CultureCode sourceCulture Sdl.Core.Globalization.CultureCode targetCulture TUStreamContext(CultureCode, CultureCode, FieldDefinitions) Initializes a new instance with the specified source cultures and field declarations. Declaration public TUStreamContext(CultureCode sourceCulture, CultureCode targetCulture, FieldDefinitions fields) Parameters Type Name Description Sdl.Core.Globalization.CultureCode sourceCulture The source culture to filter the TMX stream for. If null, the invariant culture will be used. The invariant culture means that no filtering takes place. Sdl.Core.Globalization.CultureCode targetCulture The target culture to filter the TMX stream for. If null, the invariant culture will be used. The invariant culture means that no filtering takes place. FieldDefinitions fields Pre-defined field declarations, or null. TUStreamContext(LanguagePair) Initializes a new instance with the specified language direction and empty field declarations. Declaration public TUStreamContext(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection TUStreamContext(LanguagePair, FieldDefinitions) Initializes a new instance with the specified language direction and field declarations. Declaration public TUStreamContext(LanguagePair languageDirection, FieldDefinitions fields) Parameters Type Name Description LanguagePair languageDirection FieldDefinitions fields Properties CheckMatchingSublanguages Indicates whether the process should check if the sublanguages match. Declaration public bool CheckMatchingSublanguages { get; set; } Property Value Type Description System.Boolean FieldDefinitions The predefined or collected field definitions. Declaration public FieldDefinitions FieldDefinitions { get; } Property Value Type Description FieldDefinitions MayAddNewFields Whether or not the importer may add new fields to the TM. Declaration public bool MayAddNewFields { get; set; } Property Value Type Description System.Boolean SourceCulture The source culture to filter for in the TMX stream. Declaration public CultureCode SourceCulture { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode TargetCulture The target culture to filter for in the TMX stream. Declaration public CultureCode TargetCulture { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.body.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.body.html", "title": "Class body", - "keywords": "Class body Inheritance object body Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class body Constructors body() Declaration public body() Properties tu Declaration public tu[] tu { get; set; } Property Value Type Description tu" + "keywords": "Class body Inheritance System.Object body 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class body Constructors body() Declaration public body() Properties tu Declaration public tu[] tu { get; set; } Property Value Type Description tu []" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.bpt.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.bpt.html", "title": "Class bpt", - "keywords": "Class bpt Inheritance object bpt Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class bpt Constructors bpt() Declaration public bpt() Properties Items Declaration public sub[] Items { get; set; } Property Value Type Description sub Text Declaration public string[] Text { get; set; } Property Value Type Description string i Declaration public string i { get; set; } Property Value Type Description string type Declaration public string type { get; set; } Property Value Type Description string x Declaration public string x { get; set; } Property Value Type Description string" + "keywords": "Class bpt Inheritance System.Object bpt 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class bpt Constructors bpt() Declaration public bpt() Properties i Declaration public string i { get; set; } Property Value Type Description System.String Items Declaration public sub[] Items { get; set; } Property Value Type Description sub [] Text Declaration public string[] Text { get; set; } Property Value Type Description System.String [] type Declaration public string type { get; set; } Property Value Type Description System.String x Declaration public string x { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ept.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ept.html", "title": "Class ept", - "keywords": "Class ept Inheritance object ept Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class ept Constructors ept() Declaration public ept() Properties Items Declaration public sub[] Items { get; set; } Property Value Type Description sub Text Declaration public string[] Text { get; set; } Property Value Type Description string i Declaration public string i { get; set; } Property Value Type Description string" + "keywords": "Class ept Inheritance System.Object ept 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class ept Constructors ept() Declaration public ept() Properties i Declaration public string i { get; set; } Property Value Type Description System.String Items Declaration public sub[] Items { get; set; } Property Value Type Description sub [] Text Declaration public string[] Text { get; set; } Property Value Type Description System.String []" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.header.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.header.html", "title": "Class header", - "keywords": "Class header Inheritance object header Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class header Constructors header() Declaration public header() Properties Items Declaration public object[] Items { get; set; } Property Value Type Description object adminlang Declaration public string adminlang { get; set; } Property Value Type Description string changedate Declaration public string changedate { get; set; } Property Value Type Description string changeid Declaration public string changeid { get; set; } Property Value Type Description string creationdate Declaration public string creationdate { get; set; } Property Value Type Description string creationid Declaration public string creationid { get; set; } Property Value Type Description string creationtool Declaration public string creationtool { get; set; } Property Value Type Description string creationtoolversion Declaration public string creationtoolversion { get; set; } Property Value Type Description string datatype Declaration public string datatype { get; set; } Property Value Type Description string oencoding Declaration public string oencoding { get; set; } Property Value Type Description string otmf Declaration public string otmf { get; set; } Property Value Type Description string segtype Declaration public headerSegtype segtype { get; set; } Property Value Type Description headerSegtype srclang Declaration public string srclang { get; set; } Property Value Type Description string" + "keywords": "Class header Inheritance System.Object header 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class header Constructors header() Declaration public header() Properties adminlang Declaration public string adminlang { get; set; } Property Value Type Description System.String changedate Declaration public string changedate { get; set; } Property Value Type Description System.String changeid Declaration public string changeid { get; set; } Property Value Type Description System.String creationdate Declaration public string creationdate { get; set; } Property Value Type Description System.String creationid Declaration public string creationid { get; set; } Property Value Type Description System.String creationtool Declaration public string creationtool { get; set; } Property Value Type Description System.String creationtoolversion Declaration public string creationtoolversion { get; set; } Property Value Type Description System.String datatype Declaration public string datatype { get; set; } Property Value Type Description System.String Items Declaration public object[] Items { get; set; } Property Value Type Description System.Object [] oencoding Declaration public string oencoding { get; set; } Property Value Type Description System.String otmf Declaration public string otmf { get; set; } Property Value Type Description System.String segtype Declaration public headerSegtype segtype { get; set; } Property Value Type Description headerSegtype srclang Declaration public string srclang { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.headerSegtype.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.headerSegtype.html", "title": "Enum headerSegtype", - "keywords": "Enum headerSegtype Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public enum headerSegtype Fields Name Description block paragraph phrase sentence" + "keywords": "Enum headerSegtype Namespace : Sdl.LanguagePlatform.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public enum headerSegtype Fields Name Description block paragraph phrase sentence" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.hi.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.hi.html", "title": "Class hi", - "keywords": "Class hi Inheritance object hi Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class hi Constructors hi() Declaration public hi() Properties Items Declaration public object[] Items { get; set; } Property Value Type Description object Text Declaration public string[] Text { get; set; } Property Value Type Description string type Declaration public string type { get; set; } Property Value Type Description string x Declaration public string x { get; set; } Property Value Type Description string" + "keywords": "Class hi Inheritance System.Object hi 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class hi Constructors hi() Declaration public hi() Properties Items Declaration public object[] Items { get; set; } Property Value Type Description System.Object [] Text Declaration public string[] Text { get; set; } Property Value Type Description System.String [] type Declaration public string type { get; set; } Property Value Type Description System.String x Declaration public string x { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.html", "title": "Namespace Sdl.LanguagePlatform.IO.TMX", - "keywords": "Namespace Sdl.LanguagePlatform.IO.TMX Classes TMXReader Represents an event reader for TMX files. TMXReaderSettings TMXStartOfInputEvent Represents the StartOfInputEvent in a TMX file. TMXTools TMXWriter Represents a writer for exporting translation units into the TMX format. The content is generated in TMX version 1.4. TMXWriterSettings body bpt ept header hi it map note ph prop seg sub tmx tu tuv ude ut Enums headerSegtype itPos tuSegtype" + "keywords": "Namespace Sdl.LanguagePlatform.IO.TMX Classes body bpt ept header hi it map note ph prop seg sub tmx TMXReader Represents an event reader for TMX files. TMXReaderSettings TMXStartOfInputEvent Represents the StartOfInputEvent in a TMX file. TMXTools TMXWriter Represents a writer for exporting translation units into the TMX format. The content is generated in TMX version 1.4. TMXWriterSettings tu tuv ude ut Enums headerSegtype itPos tuSegtype" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.it.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.it.html", "title": "Class it", - "keywords": "Class it Inheritance object it Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class it Constructors it() Declaration public it() Properties Items Declaration public sub[] Items { get; set; } Property Value Type Description sub Text Declaration public string[] Text { get; set; } Property Value Type Description string pos Declaration public itPos pos { get; set; } Property Value Type Description itPos type Declaration public string type { get; set; } Property Value Type Description string x Declaration public string x { get; set; } Property Value Type Description string" + "keywords": "Class it Inheritance System.Object it 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class it Constructors it() Declaration public it() Properties Items Declaration public sub[] Items { get; set; } Property Value Type Description sub [] pos Declaration public itPos pos { get; set; } Property Value Type Description itPos Text Declaration public string[] Text { get; set; } Property Value Type Description System.String [] type Declaration public string type { get; set; } Property Value Type Description System.String x Declaration public string x { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.itPos.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.itPos.html", "title": "Enum itPos", - "keywords": "Enum itPos Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public enum itPos Fields Name Description begin end" + "keywords": "Enum itPos Namespace : Sdl.LanguagePlatform.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public enum itPos Fields Name Description begin end" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.map.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.map.html", "title": "Class map", - "keywords": "Class map Inheritance object map Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class map Constructors map() Declaration public map() Properties code Declaration public string code { get; set; } Property Value Type Description string ent Declaration public string ent { get; set; } Property Value Type Description string subst Declaration public string subst { get; set; } Property Value Type Description string unicode Declaration public string unicode { get; set; } Property Value Type Description string" + "keywords": "Class map Inheritance System.Object map 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class map Constructors map() Declaration public map() Properties code Declaration public string code { get; set; } Property Value Type Description System.String ent Declaration public string ent { get; set; } Property Value Type Description System.String subst Declaration public string subst { get; set; } Property Value Type Description System.String unicode Declaration public string unicode { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.note.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.note.html", "title": "Class note", - "keywords": "Class note Inheritance object note Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class note Constructors note() Declaration public note() Properties Value Declaration public string Value { get; set; } Property Value Type Description string lang Declaration public string lang { get; set; } Property Value Type Description string lang1 Declaration public string lang1 { get; set; } Property Value Type Description string oencoding Declaration public string oencoding { get; set; } Property Value Type Description string" + "keywords": "Class note Inheritance System.Object note 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class note Constructors note() Declaration public note() Properties lang Declaration public string lang { get; set; } Property Value Type Description System.String lang1 Declaration public string lang1 { get; set; } Property Value Type Description System.String oencoding Declaration public string oencoding { get; set; } Property Value Type Description System.String Value Declaration public string Value { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ph.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ph.html", "title": "Class ph", - "keywords": "Class ph Inheritance object ph Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class ph Constructors ph() Declaration public ph() Properties Items Declaration public sub[] Items { get; set; } Property Value Type Description sub Text Declaration public string[] Text { get; set; } Property Value Type Description string assoc Declaration public string assoc { get; set; } Property Value Type Description string type Declaration public string type { get; set; } Property Value Type Description string x Declaration public string x { get; set; } Property Value Type Description string" + "keywords": "Class ph Inheritance System.Object ph 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class ph Constructors ph() Declaration public ph() Properties assoc Declaration public string assoc { get; set; } Property Value Type Description System.String Items Declaration public sub[] Items { get; set; } Property Value Type Description sub [] Text Declaration public string[] Text { get; set; } Property Value Type Description System.String [] type Declaration public string type { get; set; } Property Value Type Description System.String x Declaration public string x { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.prop.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.prop.html", "title": "Class prop", - "keywords": "Class prop Inheritance object prop Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class prop Constructors prop() Declaration public prop() Properties Value Declaration public string Value { get; set; } Property Value Type Description string lang Declaration public string lang { get; set; } Property Value Type Description string lang1 Declaration public string lang1 { get; set; } Property Value Type Description string oencoding Declaration public string oencoding { get; set; } Property Value Type Description string type Declaration public string type { get; set; } Property Value Type Description string" + "keywords": "Class prop Inheritance System.Object prop 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class prop Constructors prop() Declaration public prop() Properties lang Declaration public string lang { get; set; } Property Value Type Description System.String lang1 Declaration public string lang1 { get; set; } Property Value Type Description System.String oencoding Declaration public string oencoding { get; set; } Property Value Type Description System.String type Declaration public string type { get; set; } Property Value Type Description System.String Value Declaration public string Value { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.seg.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.seg.html", "title": "Class seg", - "keywords": "Class seg Inheritance object seg Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class seg Constructors seg() Declaration public seg() Properties Items Declaration public object[] Items { get; set; } Property Value Type Description object Text Declaration public string[] Text { get; set; } Property Value Type Description string" + "keywords": "Class seg Inheritance System.Object seg 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class seg Constructors seg() Declaration public seg() Properties Items Declaration public object[] Items { get; set; } Property Value Type Description System.Object [] Text Declaration public string[] Text { get; set; } Property Value Type Description System.String []" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.sub.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.sub.html", "title": "Class sub", - "keywords": "Class sub Inheritance object sub Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class sub Constructors sub() Declaration public sub() Properties Items Declaration public object[] Items { get; set; } Property Value Type Description object Text Declaration public string[] Text { get; set; } Property Value Type Description string datatype Declaration public string datatype { get; set; } Property Value Type Description string type Declaration public string type { get; set; } Property Value Type Description string" + "keywords": "Class sub Inheritance System.Object sub 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class sub Constructors sub() Declaration public sub() Properties datatype Declaration public string datatype { get; set; } Property Value Type Description System.String Items Declaration public object[] Items { get; set; } Property Value Type Description System.Object [] Text Declaration public string[] Text { get; set; } Property Value Type Description System.String [] type Declaration public string type { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tmx.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tmx.html", "title": "Class tmx", - "keywords": "Class tmx Inheritance object tmx Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class tmx Constructors tmx() Declaration public tmx() Properties body Declaration public tu[] body { get; set; } Property Value Type Description tu header Declaration public header header { get; set; } Property Value Type Description header version Declaration public string version { get; set; } Property Value Type Description string" + "keywords": "Class tmx Inheritance System.Object tmx 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class tmx Constructors tmx() Declaration public tmx() Properties body Declaration public tu[] body { get; set; } Property Value Type Description tu [] header Declaration public header header { get; set; } Property Value Type Description header version Declaration public string version { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReader.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReader.html", "title": "Class TMXReader", - "keywords": "Class TMXReader Represents an event reader for TMX files. Inheritance object TMXReader Implements IEventReader IDisposable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class TMXReader : IEventReader, IDisposable Constructors TMXReader(TextReader) Initializes a new instance of the TMXReader class with the specified text reader and default settings. Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public TMXReader(TextReader reader) Parameters Type Name Description TextReader reader The text reader. TMXReader(TextReader, ICultureMetadataManager) Initializes a new instance of the TMXReader class with the specified text reader and default settings. Declaration public TMXReader(TextReader reader, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description TextReader reader The text reader. ICultureMetadataManager cultureMetadataManager TMXReader(TextReader, TMXReaderSettings) Initializes a new instance of the TMXReader class with the specified text reader and import context. Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public TMXReader(TextReader reader, TMXReaderSettings readerSettings) Parameters Type Name Description TextReader reader The text reader. TMXReaderSettings readerSettings The settings to use for the reader. TMXReader(TextReader, TMXReaderSettings, ICultureMetadataManager) Initializes a new instance of the TMXReader class with the specified text reader and import context. Declaration public TMXReader(TextReader reader, TMXReaderSettings readerSettings, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description TextReader reader The text reader. TMXReaderSettings readerSettings The settings to use for the reader. ICultureMetadataManager cultureMetadataManager TMXReader(string) Initializes a new instance of the TMXReader class with the specified file name and default settings. Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public TMXReader(string fileName) Parameters Type Name Description string fileName The file name. TMXReader(string, ICultureMetadataManager) Initializes a new instance of the TMXReader class with the specified file name and default settings. Declaration public TMXReader(string fileName, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description string fileName The file name. ICultureMetadataManager cultureMetadataManager TMXReader(string, TMXReaderSettings) Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public TMXReader(string fileName, TMXReaderSettings readerSettings) Parameters Type Name Description string fileName TMXReaderSettings readerSettings TMXReader(string, TMXReaderSettings, ICultureMetadataManager) Initializes a new instance of the TMXReader class with the specified file name and import context. Declaration public TMXReader(string fileName, TMXReaderSettings readerSettings, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description string fileName The file name. TMXReaderSettings readerSettings The settings to use for the reader. ICultureMetadataManager cultureMetadataManager Properties EncounteredLanguages Returns a dictionary which counts the number of times a segment was encountered in a specific culture, independent of whether this was as a source or target segment. Declaration public Dictionary EncounteredLanguages { get; } Property Value Type Description Dictionary CultureCode int Flavor Gets the TMX flavor of the underlying TMX file. Declaration public TranslationUnitFormat Flavor { get; } Property Value Type Description TranslationUnitFormat RawTUsRead Declaration public int RawTUsRead { get; } Property Value Type Description int Settings Gets the current reader settings. Declaration public TMXReaderSettings Settings { get; } Property Value Type Description TMXReaderSettings Methods Dispose() Declaration public void Dispose() Read() Declaration public Event Read() Returns Type Description Event ReadAsync() Reads the next item in the import file and returns the corresponding Event object, from that particular item. Declaration public Task ReadAsync() Returns Type Description Task Event An Event object. Implements IEventReader IDisposable" + "keywords": "Class TMXReader Represents an event reader for TMX files. Inheritance System.Object TMXReader Implements IEventReader System.IDisposable 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class TMXReader : IEventReader, IDisposable Constructors TMXReader(TextReader) Initializes a new instance of the TMXReader class with the specified text reader and default settings. Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public TMXReader(TextReader reader) Parameters Type Name Description System.IO.TextReader reader The text reader. TMXReader(TextReader, ICultureMetadataManager) Initializes a new instance of the TMXReader class with the specified text reader and default settings. Declaration public TMXReader(TextReader reader, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.IO.TextReader reader The text reader. Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager TMXReader(TextReader, TMXReaderSettings) Initializes a new instance of the TMXReader class with the specified text reader and import context. Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public TMXReader(TextReader reader, TMXReaderSettings readerSettings) Parameters Type Name Description System.IO.TextReader reader The text reader. TMXReaderSettings readerSettings The settings to use for the reader. TMXReader(TextReader, TMXReaderSettings, ICultureMetadataManager) Initializes a new instance of the TMXReader class with the specified text reader and import context. Declaration public TMXReader(TextReader reader, TMXReaderSettings readerSettings, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.IO.TextReader reader The text reader. TMXReaderSettings readerSettings The settings to use for the reader. Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager TMXReader(String) Initializes a new instance of the TMXReader class with the specified file name and default settings. Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public TMXReader(string fileName) Parameters Type Name Description System.String fileName The file name. TMXReader(String, ICultureMetadataManager) Initializes a new instance of the TMXReader class with the specified file name and default settings. Declaration public TMXReader(string fileName, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.String fileName The file name. Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager TMXReader(String, TMXReaderSettings) Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public TMXReader(string fileName, TMXReaderSettings readerSettings) Parameters Type Name Description System.String fileName TMXReaderSettings readerSettings TMXReader(String, TMXReaderSettings, ICultureMetadataManager) Initializes a new instance of the TMXReader class with the specified file name and import context. Declaration public TMXReader(string fileName, TMXReaderSettings readerSettings, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.String fileName The file name. TMXReaderSettings readerSettings The settings to use for the reader. Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Properties EncounteredLanguages Returns a dictionary which counts the number of times a segment was encountered in a specific culture, independent of whether this was as a source or target segment. Declaration public Dictionary EncounteredLanguages { get; } Property Value Type Description System.Collections.Generic.Dictionary < Sdl.Core.Globalization.CultureCode , System.Int32 > Flavor Gets the TMX flavor of the underlying TMX file. Declaration public TranslationUnitFormat Flavor { get; } Property Value Type Description TranslationUnitFormat RawTUsRead Declaration public int RawTUsRead { get; } Property Value Type Description System.Int32 Settings Gets the current reader settings. Declaration public TMXReaderSettings Settings { get; } Property Value Type Description TMXReaderSettings Methods Dispose() Declaration public void Dispose() Read() Declaration public Event Read() Returns Type Description Event ReadAsync() Reads the next item in the import file and returns the corresponding Event object, from that particular item. Declaration public Task ReadAsync() Returns Type Description System.Threading.Tasks.Task < Event > An Event object. Implements IEventReader System.IDisposable" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.html", "title": "Class TMXReaderSettings", - "keywords": "Class TMXReaderSettings Inheritance object TMXReaderSettings Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class TMXReaderSettings Constructors TMXReaderSettings() Declaration public TMXReaderSettings() TMXReaderSettings(TUStreamContext) Declaration public TMXReaderSettings(TUStreamContext context) Parameters Type Name Description TUStreamContext context TMXReaderSettings(TUStreamContext, bool, bool, bool) Declaration public TMXReaderSettings(TUStreamContext context, bool validateAgainstSchema, bool resolveNeutralCultures, bool plainText) Parameters Type Name Description TUStreamContext context bool validateAgainstSchema bool resolveNeutralCultures bool plainText Properties CleanupMode Declaration public ImportSettings.ImportTUProcessingMode CleanupMode { get; set; } Property Value Type Description ImportSettings ImportTUProcessingMode Context The input stream context which is a container for new fields and values. Declaration public TUStreamContext Context { get; } Property Value Type Description TUStreamContext FieldIdentifierMappings Gets or sets the field identifier mappings; old field identifier, new field identifier. Field identifier mapping immediately maps the field identifier read to another field identifier. Declaration public IDictionary FieldIdentifierMappings { get; set; } Property Value Type Description IDictionary FieldIdentifier FieldIdentifier PlainText Gets or sets a value indicating whether only plain text should be imported. If true, all the tags are ignored, if false, the content is imported without changes. Declaration public bool PlainText { get; set; } Property Value Type Description bool ResolveNeutralCultures Controls whether or not region-neutral cultures (\"en\") are resolved to their default region-specific culture (\"en-US\") Declaration public bool ResolveNeutralCultures { get; set; } Property Value Type Description bool SkipUnknownCultures Controls whether unknown cultures are skipped during TMX processing, or whether unknown cultures will raise an exception (default). Declaration public bool SkipUnknownCultures { get; set; } Property Value Type Description bool ValidateAgainstSchema Controls whether the input will be verified against the TMX 1.4b schema. If false, the TMX input version number is ignored and no schema verification takes place. Declaration public bool ValidateAgainstSchema { get; set; } Property Value Type Description bool" + "keywords": "Class TMXReaderSettings Inheritance System.Object TMXReaderSettings 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class TMXReaderSettings Constructors TMXReaderSettings() Declaration public TMXReaderSettings() TMXReaderSettings(TUStreamContext) Declaration public TMXReaderSettings(TUStreamContext context) Parameters Type Name Description TUStreamContext context TMXReaderSettings(TUStreamContext, Boolean, Boolean, Boolean) Declaration public TMXReaderSettings(TUStreamContext context, bool validateAgainstSchema, bool resolveNeutralCultures, bool plainText) Parameters Type Name Description TUStreamContext context System.Boolean validateAgainstSchema System.Boolean resolveNeutralCultures System.Boolean plainText Properties CleanupMode Declaration public ImportSettings.ImportTUProcessingMode CleanupMode { get; set; } Property Value Type Description ImportSettings.ImportTUProcessingMode Context The input stream context which is a container for new fields and values. Declaration public TUStreamContext Context { get; } Property Value Type Description TUStreamContext FieldIdentifierMappings Gets or sets the field identifier mappings; old field identifier, new field identifier. Field identifier mapping immediately maps the field identifier read to another field identifier. Declaration public IDictionary FieldIdentifierMappings { get; set; } Property Value Type Description System.Collections.Generic.IDictionary < FieldIdentifier , FieldIdentifier > PlainText Gets or sets a value indicating whether only plain text should be imported. If true, all the tags are ignored, if false, the content is imported without changes. Declaration public bool PlainText { get; set; } Property Value Type Description System.Boolean ResolveNeutralCultures Controls whether or not region-neutral cultures (\"en\") are resolved to their default region-specific culture (\"en-US\") Declaration public bool ResolveNeutralCultures { get; set; } Property Value Type Description System.Boolean SkipUnknownCultures Controls whether unknown cultures are skipped during TMX processing, or whether unknown cultures will raise an exception (default). Declaration public bool SkipUnknownCultures { get; set; } Property Value Type Description System.Boolean ValidateAgainstSchema Controls whether the input will be verified against the TMX 1.4b schema. If false, the TMX input version number is ignored and no schema verification takes place. Declaration public bool ValidateAgainstSchema { get; set; } Property Value Type Description System.Boolean" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.html", "title": "Class TMXStartOfInputEvent", - "keywords": "Class TMXStartOfInputEvent Represents the StartOfInputEvent in a TMX file. Inheritance object Event StartOfInputEvent TMXStartOfInputEvent Inherited Members StartOfInputEvent._CreationDate StartOfInputEvent.SourceCulture StartOfInputEvent.SourceCultureName StartOfInputEvent.Properties StartOfInputEvent.TargetCulture StartOfInputEvent.TargetCultureName StartOfInputEvent.CreationDate StartOfInputEvent.CreationUser object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class TMXStartOfInputEvent : StartOfInputEvent Constructors TMXStartOfInputEvent() Declaration public TMXStartOfInputEvent() TMXStartOfInputEvent(string, header, TranslationUnitFormat) Initializes a new instance of the TMXStartOfInputEvent with the specified file name, header and flavor. Declaration public TMXStartOfInputEvent(string fileName, header hdr, TranslationUnitFormat flavor) Parameters Type Name Description string fileName The file name. header hdr The TMX header as generated from the TMX 1.4 XSD. TranslationUnitFormat flavor The TMX flavor. Properties BuiltinRecognizers Gets or sets special tokenization recognizers which are set up for the TM (template), if present. Declaration public BuiltinRecognizers BuiltinRecognizers { get; set; } Property Value Type Description BuiltinRecognizers Fields Gets or sets the field definitions of the TM in the TMX file, if present. Declaration public FieldDefinitions Fields { get; set; } Property Value Type Description FieldDefinitions Header Gets the TMX header. Declaration public header Header { get; } Property Value Type Description header IncludesContextContent Gets or sets a flag indicating whether the TM (template) can include context content Declaration public bool IncludesContextContent { get; set; } Property Value Type Description bool TMName Gets or sets the TM Name, if present in the header. Declaration public string TMName { get; set; } Property Value Type Description string TextContextMatchType Gets or sets the TextContextMatchType the TM (template) uses Declaration public TextContextMatchType TextContextMatchType { get; set; } Property Value Type Description TextContextMatchType TokenizerFlags Gets or sets tokenization settings which are set up for the TM (template), if present. Declaration public TokenizerFlags TokenizerFlags { get; set; } Property Value Type Description TokenizerFlags UsesIdContextMatch Gets or sets a flag indicating whether the TM (template) uses IdContextMatch Declaration public bool UsesIdContextMatch { get; set; } Property Value Type Description bool WordCountFlags Gets or sets word count settings which are set up for the TM (template), if present. Declaration public WordCountFlags WordCountFlags { get; set; } Property Value Type Description WordCountFlags" + "keywords": "Class TMXStartOfInputEvent Represents the StartOfInputEvent in a TMX file. Inheritance System.Object Event StartOfInputEvent TMXStartOfInputEvent Inherited Members StartOfInputEvent._CreationDate StartOfInputEvent.SourceCulture StartOfInputEvent.SourceCultureName StartOfInputEvent.Properties StartOfInputEvent.TargetCulture StartOfInputEvent.TargetCultureName StartOfInputEvent.CreationDate StartOfInputEvent.CreationUser 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class TMXStartOfInputEvent : StartOfInputEvent Constructors TMXStartOfInputEvent() Declaration public TMXStartOfInputEvent() TMXStartOfInputEvent(String, header, TranslationUnitFormat) Initializes a new instance of the TMXStartOfInputEvent with the specified file name, header and flavor. Declaration public TMXStartOfInputEvent(string fileName, header hdr, TranslationUnitFormat flavor) Parameters Type Name Description System.String fileName The file name. header hdr The TMX header as generated from the TMX 1.4 XSD. TranslationUnitFormat flavor The TMX flavor. Properties BuiltinRecognizers Gets or sets special tokenization recognizers which are set up for the TM (template), if present. Declaration public BuiltinRecognizers BuiltinRecognizers { get; set; } Property Value Type Description BuiltinRecognizers Fields Gets or sets the field definitions of the TM in the TMX file, if present. Declaration public FieldDefinitions Fields { get; set; } Property Value Type Description FieldDefinitions Header Gets the TMX header. Declaration public header Header { get; } Property Value Type Description header IncludesContextContent Gets or sets a flag indicating whether the TM (template) can include context content Declaration public bool IncludesContextContent { get; set; } Property Value Type Description System.Boolean TextContextMatchType Gets or sets the TextContextMatchType the TM (template) uses Declaration public TextContextMatchType TextContextMatchType { get; set; } Property Value Type Description TextContextMatchType TMName Gets or sets the TM Name, if present in the header. Declaration public string TMName { get; set; } Property Value Type Description System.String TokenizerFlags Gets or sets tokenization settings which are set up for the TM (template), if present. Declaration public TokenizerFlags TokenizerFlags { get; set; } Property Value Type Description TokenizerFlags UsesIdContextMatch Gets or sets a flag indicating whether the TM (template) uses IdContextMatch Declaration public bool UsesIdContextMatch { get; set; } Property Value Type Description System.Boolean WordCountFlags Gets or sets word count settings which are set up for the TM (template), if present. Declaration public WordCountFlags WordCountFlags { get; set; } Property Value Type Description WordCountFlags" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXTools.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXTools.html", "title": "Class TMXTools", - "keywords": "Class TMXTools Inheritance object TMXTools Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public static class TMXTools Methods GetLanguageDirection(string) Declaration [Obsolete(\"Use GetLanguageDirectionAsync\")] public static LanguagePair GetLanguageDirection(string filename) Parameters Type Name Description string filename Returns Type Description LanguagePair GetLanguageDirectionAsync(string, ICultureMetadataManager) Attempts to obtain the language direction from a TMX file which must be bilingual. The method reads the first couple of TUs from the input file and determines the language direction. If not null, the result's languages will be set to the source and target language. If a language in the result is null, it was not present in any TUs in the sample. If a language is the InvariantCulture, it was inconsistent within the sample (as is the case with multi-target-language TUs). Declaration public static Task<(LanguagePair result, CultureCode headerSourceLanguage)> GetLanguageDirectionAsync(string fileName, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description string fileName The input file name ICultureMetadataManager cultureMetadataManager Returns Type Description Task LanguagePair System.ValueTuple{Sdl.LanguagePlatform.Core.LanguagePair,Sdl.Core.Globalization.CultureCode}.result CultureCode System.ValueTuple{Sdl.LanguagePlatform.Core.LanguagePair,Sdl.Core.Globalization.CultureCode}.headerSourceLanguage The language direction or null on errors or if the language direction cannot be determined or invalid input is encountered. No exceptions are returned. GetLanguagesAsync(string, int, ICultureMetadataManager) Gets the languages from the given TMX filename. Declaration public static Task<(IList result, int scannedTUs)> GetLanguagesAsync(string fileName, int limit, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description string fileName file name int limit limit on scanned TUs; if 0 then no limit ICultureMetadataManager cultureMetadataManager Returns Type Description Task IList CultureCode System.ValueTuple{System.Collections.Generic.IList{Sdl.Core.Globalization.CultureCode},System.Int32}.result int System.ValueTuple{System.Collections.Generic.IList{Sdl.Core.Globalization.CultureCode},System.Int32}.scannedTUs languages" + "keywords": "Class TMXTools Inheritance System.Object TMXTools 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public static class TMXTools Methods GetLanguageDirection(String) Declaration [Obsolete(\"Use GetLanguageDirectionAsync\")] public static LanguagePair GetLanguageDirection(string filename) Parameters Type Name Description System.String filename Returns Type Description LanguagePair GetLanguageDirectionAsync(String, ICultureMetadataManager) Attempts to obtain the language direction from a TMX file which must be bilingual. The method reads the first couple of TUs from the input file and determines the language direction. If not null, the result's languages will be set to the source and target language. If a language in the result is null, it was not present in any TUs in the sample. If a language is the InvariantCulture, it was inconsistent within the sample (as is the case with multi-target-language TUs). Declaration public static Task<(LanguagePair result, CultureCode headerSourceLanguage)> GetLanguageDirectionAsync(string fileName, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.String fileName The input file name Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < System.ValueTuple < LanguagePair , Sdl.Core.Globalization.CultureCode >> The language direction or null on errors or if the language direction cannot be determined or invalid input is encountered. No exceptions are returned. GetLanguagesAsync(String, Int32, ICultureMetadataManager) Gets the languages from the given TMX filename. Declaration public static Task<(IList result, int scannedTUs)> GetLanguagesAsync(string fileName, int limit, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.String fileName file name System.Int32 limit limit on scanned TUs; if 0 then no limit Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < System.ValueTuple < System.Collections.Generic.IList < Sdl.Core.Globalization.CultureCode >, System.Int32 >> languages" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriter.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriter.html", "title": "Class TMXWriter", - "keywords": "Class TMXWriter Represents a writer for exporting translation units into the TMX format. The content is generated in TMX version 1.4. Inheritance object TMXWriter Implements IEventReceiver IDisposable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class TMXWriter : IEventReceiver, IDisposable Constructors TMXWriter(Stream) Initializes a new instance of the TMXWriter class with the specified output stream and UTF8 encoding. The ICultureMetadataManager instance used is the obsolete LanguageRegistryApi.Instance.CultureMetadataManager. Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public TMXWriter(Stream stream) Parameters Type Name Description Stream stream The output stream. TMXWriter(Stream, ICultureMetadataManager) Initializes a new instance of the TMXWriter class with the specified output stream and UTF8 encoding. Declaration public TMXWriter(Stream stream, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description Stream stream The output stream. ICultureMetadataManager cultureMetadataManager Language culture meta-data source. TMXWriter(Stream, TMXWriterSettings, ICultureMetadataManager) Initializes a new instance of the TMXWriter class with the specified output stream and encoding. Declaration public TMXWriter(Stream outStream, TMXWriterSettings writerSettings, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description Stream outStream The output stream. TMXWriterSettings writerSettings The TMXWriterSettings TMX writer settings to apply. ICultureMetadataManager cultureMetadataManager Language culture meta-data source. TMXWriter(string) Initializes a new instance of the TMXWriter class with the specified file name and UTF8 encoding. Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public TMXWriter(string filename) Parameters Type Name Description string filename The file name. TMXWriter(string, ICultureMetadataManager) Initializes a new instance of the TMXWriter class with the specified file name and UTF8 encoding. Declaration public TMXWriter(string filename, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description string filename The file name. ICultureMetadataManager cultureMetadataManager Language culture meta-data source. TMXWriter(string, TMXWriterSettings) Initializes a new instance of the TMXWriter class with the specified file name and encoding. Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public TMXWriter(string filename, TMXWriterSettings writerSettings) Parameters Type Name Description string filename The file name. TMXWriterSettings writerSettings The TMXWriterSettings TMX writer settings to apply. TMXWriter(string, TMXWriterSettings, ICultureMetadataManager) Initializes a new instance of the TMXWriter class with the specified file name and encoding. Declaration public TMXWriter(string filename, TMXWriterSettings writerSettings, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description string filename The file name. TMXWriterSettings writerSettings The TMXWriterSettings TMX writer settings to apply. ICultureMetadataManager cultureMetadataManager Language culture meta-data source. Methods Close() Closes the underlying writer. Declaration public void Close() Dispose() Declaration public void Dispose() Emit(Event) Declaration public void Emit(Event e) Parameters Type Name Description Event e EmitAsync(Event) Writes the specified event to the associated export writer. Declaration public Task EmitAsync(Event e) Parameters Type Name Description Event e The event. Returns Type Description Task Implements IEventReceiver IDisposable" + "keywords": "Class TMXWriter Represents a writer for exporting translation units into the TMX format. The content is generated in TMX version 1.4. Inheritance System.Object TMXWriter Implements IEventReceiver System.IDisposable 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class TMXWriter : IEventReceiver, IDisposable Constructors TMXWriter(Stream) Initializes a new instance of the TMXWriter class with the specified output stream and UTF8 encoding. The ICultureMetadataManager instance used is the obsolete LanguageRegistryApi.Instance.CultureMetadataManager. Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public TMXWriter(Stream stream) Parameters Type Name Description System.IO.Stream stream The output stream. TMXWriter(Stream, ICultureMetadataManager) Initializes a new instance of the TMXWriter class with the specified output stream and UTF8 encoding. Declaration public TMXWriter(Stream stream, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.IO.Stream stream The output stream. Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Language culture meta-data source. TMXWriter(Stream, TMXWriterSettings, ICultureMetadataManager) Initializes a new instance of the TMXWriter class with the specified output stream and encoding. Declaration public TMXWriter(Stream outStream, TMXWriterSettings writerSettings, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.IO.Stream outStream The output stream. TMXWriterSettings writerSettings The TMXWriterSettings TMX writer settings to apply. Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Language culture meta-data source. TMXWriter(String) Initializes a new instance of the TMXWriter class with the specified file name and UTF8 encoding. Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public TMXWriter(string filename) Parameters Type Name Description System.String filename The file name. TMXWriter(String, ICultureMetadataManager) Initializes a new instance of the TMXWriter class with the specified file name and UTF8 encoding. Declaration public TMXWriter(string filename, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.String filename The file name. Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Language culture meta-data source. TMXWriter(String, TMXWriterSettings) Initializes a new instance of the TMXWriter class with the specified file name and encoding. Declaration [Obsolete(\"Use version providing ICultureMetadataManager\")] public TMXWriter(string filename, TMXWriterSettings writerSettings) Parameters Type Name Description System.String filename The file name. TMXWriterSettings writerSettings The TMXWriterSettings TMX writer settings to apply. TMXWriter(String, TMXWriterSettings, ICultureMetadataManager) Initializes a new instance of the TMXWriter class with the specified file name and encoding. Declaration public TMXWriter(string filename, TMXWriterSettings writerSettings, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.String filename The file name. TMXWriterSettings writerSettings The TMXWriterSettings TMX writer settings to apply. Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Language culture meta-data source. Methods Close() Closes the underlying writer. Declaration public void Close() Dispose() Declaration public void Dispose() Emit(Event) Declaration public void Emit(Event e) Parameters Type Name Description Event e EmitAsync(Event) Writes the specified event to the associated export writer. Declaration public Task EmitAsync(Event e) Parameters Type Name Description Event e The event. Returns Type Description System.Threading.Tasks.Task Implements IEventReceiver System.IDisposable" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.html", "title": "Class TMXWriterSettings", - "keywords": "Class TMXWriterSettings Inheritance object TMXWriterSettings Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class TMXWriterSettings Constructors TMXWriterSettings() Declaration public TMXWriterSettings() TMXWriterSettings(Encoding) Declaration public TMXWriterSettings(Encoding encoding) Parameters Type Name Description Encoding encoding Properties Encoding Declaration public Encoding Encoding { get; } Property Value Type Description Encoding PlainText Declaration public bool PlainText { get; set; } Property Value Type Description bool ReplaceInvalidCharacters Gets or sets a flag whether to replace characters < \\u0020 with '*'. Usually these are emitted as numeric character reference entities. However, some XML parsers (such as Java's) throw errors on such characters. Declaration public bool ReplaceInvalidCharacters { get; set; } Property Value Type Description bool ReplacementCharacter Gets or sets the character to replace invalid characters with - if \\0, invalid characters will be deleted. Only relevant if _ReplaceInvalidCharacters is true. Defaults to \\0. Obviously should not be set to an invalid XML character :) Declaration public char ReplacementCharacter { get; set; } Property Value Type Description char TargetFormat Declaration public TranslationUnitFormat TargetFormat { get; set; } Property Value Type Description TranslationUnitFormat" + "keywords": "Class TMXWriterSettings Inheritance System.Object TMXWriterSettings 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class TMXWriterSettings Constructors TMXWriterSettings() Declaration public TMXWriterSettings() TMXWriterSettings(Encoding) Declaration public TMXWriterSettings(Encoding encoding) Parameters Type Name Description System.Text.Encoding encoding Properties Encoding Declaration public Encoding Encoding { get; } Property Value Type Description System.Text.Encoding PlainText Declaration public bool PlainText { get; set; } Property Value Type Description System.Boolean ReplaceInvalidCharacters Gets or sets a flag whether to replace characters < \\u0020 with '*'. Usually these are emitted as numeric character reference entities. However, some XML parsers (such as Java's) throw errors on such characters. Declaration public bool ReplaceInvalidCharacters { get; set; } Property Value Type Description System.Boolean ReplacementCharacter Gets or sets the character to replace invalid characters with - if \\0, invalid characters will be deleted. Only relevant if _ReplaceInvalidCharacters is true. Defaults to \\0. Obviously should not be set to an invalid XML character :) Declaration public char ReplacementCharacter { get; set; } Property Value Type Description System.Char TargetFormat Declaration public TranslationUnitFormat TargetFormat { get; set; } Property Value Type Description TranslationUnitFormat" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tu.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tu.html", "title": "Class tu", - "keywords": "Class tu Inheritance object tu Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class tu Constructors tu() Declaration public tu() Properties Items Declaration public object[] Items { get; set; } Property Value Type Description object changedate Declaration public string changedate { get; set; } Property Value Type Description string changeid Declaration public string changeid { get; set; } Property Value Type Description string creationdate Declaration public string creationdate { get; set; } Property Value Type Description string creationid Declaration public string creationid { get; set; } Property Value Type Description string creationtool Declaration public string creationtool { get; set; } Property Value Type Description string creationtoolversion Declaration public string creationtoolversion { get; set; } Property Value Type Description string datatype Declaration public string datatype { get; set; } Property Value Type Description string lastusagedate Declaration public string lastusagedate { get; set; } Property Value Type Description string oencoding Declaration public string oencoding { get; set; } Property Value Type Description string otmf Declaration public string otmf { get; set; } Property Value Type Description string segtype Declaration public tuSegtype segtype { get; set; } Property Value Type Description tuSegtype segtypeSpecified Declaration public bool segtypeSpecified { get; set; } Property Value Type Description bool srclang Declaration public string srclang { get; set; } Property Value Type Description string tuid Declaration public string tuid { get; set; } Property Value Type Description string tuv Declaration public tuv[] tuv { get; set; } Property Value Type Description tuv usagecount Declaration public string usagecount { get; set; } Property Value Type Description string" + "keywords": "Class tu Inheritance System.Object tu 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class tu Constructors tu() Declaration public tu() Properties changedate Declaration public string changedate { get; set; } Property Value Type Description System.String changeid Declaration public string changeid { get; set; } Property Value Type Description System.String creationdate Declaration public string creationdate { get; set; } Property Value Type Description System.String creationid Declaration public string creationid { get; set; } Property Value Type Description System.String creationtool Declaration public string creationtool { get; set; } Property Value Type Description System.String creationtoolversion Declaration public string creationtoolversion { get; set; } Property Value Type Description System.String datatype Declaration public string datatype { get; set; } Property Value Type Description System.String Items Declaration public object[] Items { get; set; } Property Value Type Description System.Object [] lastusagedate Declaration public string lastusagedate { get; set; } Property Value Type Description System.String oencoding Declaration public string oencoding { get; set; } Property Value Type Description System.String otmf Declaration public string otmf { get; set; } Property Value Type Description System.String segtype Declaration public tuSegtype segtype { get; set; } Property Value Type Description tuSegtype segtypeSpecified Declaration public bool segtypeSpecified { get; set; } Property Value Type Description System.Boolean srclang Declaration public string srclang { get; set; } Property Value Type Description System.String tuid Declaration public string tuid { get; set; } Property Value Type Description System.String tuv Declaration public tuv[] tuv { get; set; } Property Value Type Description tuv [] usagecount Declaration public string usagecount { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tuSegtype.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tuSegtype.html", "title": "Enum tuSegtype", - "keywords": "Enum tuSegtype Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public enum tuSegtype Fields Name Description block paragraph phrase sentence" + "keywords": "Enum tuSegtype Namespace : Sdl.LanguagePlatform.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public enum tuSegtype Fields Name Description block paragraph phrase sentence" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tuv.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tuv.html", "title": "Class tuv", - "keywords": "Class tuv Inheritance object tuv Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class tuv Constructors tuv() Declaration public tuv() Properties Items Declaration public object[] Items { get; set; } Property Value Type Description object changedate Declaration public string changedate { get; set; } Property Value Type Description string changeid Declaration public string changeid { get; set; } Property Value Type Description string creationdate Declaration public string creationdate { get; set; } Property Value Type Description string creationid Declaration public string creationid { get; set; } Property Value Type Description string creationtool Declaration public string creationtool { get; set; } Property Value Type Description string creationtoolversion Declaration public string creationtoolversion { get; set; } Property Value Type Description string datatype Declaration public string datatype { get; set; } Property Value Type Description string lang Declaration public string lang { get; set; } Property Value Type Description string lang1 Declaration public string lang1 { get; set; } Property Value Type Description string lastusagedate Declaration public string lastusagedate { get; set; } Property Value Type Description string oencoding Declaration public string oencoding { get; set; } Property Value Type Description string otmf Declaration public string otmf { get; set; } Property Value Type Description string seg Declaration public seg seg { get; set; } Property Value Type Description seg usagecount Declaration public string usagecount { get; set; } Property Value Type Description string" + "keywords": "Class tuv Inheritance System.Object tuv 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class tuv Constructors tuv() Declaration public tuv() Properties changedate Declaration public string changedate { get; set; } Property Value Type Description System.String changeid Declaration public string changeid { get; set; } Property Value Type Description System.String creationdate Declaration public string creationdate { get; set; } Property Value Type Description System.String creationid Declaration public string creationid { get; set; } Property Value Type Description System.String creationtool Declaration public string creationtool { get; set; } Property Value Type Description System.String creationtoolversion Declaration public string creationtoolversion { get; set; } Property Value Type Description System.String datatype Declaration public string datatype { get; set; } Property Value Type Description System.String Items Declaration public object[] Items { get; set; } Property Value Type Description System.Object [] lang Declaration public string lang { get; set; } Property Value Type Description System.String lang1 Declaration public string lang1 { get; set; } Property Value Type Description System.String lastusagedate Declaration public string lastusagedate { get; set; } Property Value Type Description System.String oencoding Declaration public string oencoding { get; set; } Property Value Type Description System.String otmf Declaration public string otmf { get; set; } Property Value Type Description System.String seg Declaration public seg seg { get; set; } Property Value Type Description seg usagecount Declaration public string usagecount { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ude.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ude.html", "title": "Class ude", - "keywords": "Class ude Inheritance object ude Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class ude Constructors ude() Declaration public ude() Properties base Declaration public string @base { get; set; } Property Value Type Description string map Declaration public map[] map { get; set; } Property Value Type Description map name Declaration public string name { get; set; } Property Value Type Description string" + "keywords": "Class ude Inheritance System.Object ude 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class ude Constructors ude() Declaration public ude() Properties base Declaration public string base { get; set; } Property Value Type Description System.String map Declaration public map[] map { get; set; } Property Value Type Description map [] name Declaration public string name { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ut.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ut.html", "title": "Class ut", - "keywords": "Class ut Inheritance object ut Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform IO TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class ut Constructors ut() Declaration public ut() Properties Items Declaration public sub[] Items { get; set; } Property Value Type Description sub Text Declaration public string[] Text { get; set; } Property Value Type Description string x Declaration public string x { get; set; } Property Value Type Description string" + "keywords": "Class ut Inheritance System.Object ut 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.IO.TMX Assembly : Sdl.LanguagePlatform.IO.dll Syntax public class ut Constructors ut() Declaration public ut() Properties Items Declaration public sub[] Items { get; set; } Property Value Type Description sub [] Text Declaration public string[] Text { get; set; } Property Value Type Description System.String [] x Declaration public string x { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Action.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Action.html", "title": "Enum Action", - "keywords": "Enum Action Represents the action taken for a translation unit during an import operation. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum Action Fields Name Description Add The object was added to the repository. Delete object was removed being a source duplicate of another TU that was updated with overwrite Discard When returned by an import or add method, indicates that the imported/added object was rejected (due to data errors or other problems), or skipped (if it was explicitly filtered out). Error The attempt to add/import the TU led to an error. Merge The object was merged with another object already in the repository. Overwrite The object overwrote another object previously in the repository." + "keywords": "Enum Action Represents the action taken for a translation unit during an import operation. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum Action Fields Name Description Add The object was added to the repository. Delete object was removed being a source duplicate of another TU that was updated with overwrite Discard When returned by an import or add method, indicates that the imported/added object was rejected (due to data errors or other problems), or skipped (if it was explicitly filtered out). Error The attempt to add/import the TU led to an error. Merge The object was merged with another object already in the repository. Overwrite The object overwrote another object previously in the repository." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AdaptiveMachineTranslationLookupMode.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AdaptiveMachineTranslationLookupMode.html", "title": "Enum AdaptiveMachineTranslationLookupMode", - "keywords": "Enum AdaptiveMachineTranslationLookupMode Specifies how to use adaptive machine translation. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum AdaptiveMachineTranslationLookupMode Fields Name Description Analysis Compute only analysis against adaptive MT engine. None Adaptive machine translation is disabled Translation Lookup segments always in the adaptive MT engine. TranslationAndAnalysis Lookup segments always in the adaptive MT engine and compute analysis." + "keywords": "Enum AdaptiveMachineTranslationLookupMode Specifies how to use adaptive machine translation. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum AdaptiveMachineTranslationLookupMode Fields Name Description Analysis Compute only analysis against adaptive MT engine. None Adaptive machine translation is disabled Translation Lookup segments always in the adaptive MT engine. TranslationAndAnalysis Lookup segments always in the adaptive MT engine and compute analysis." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.html", "title": "Class AppliedPenalty", - "keywords": "Class AppliedPenalty Represents the penalty applied to a search result. Inheritance object AppliedPenalty Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class AppliedPenalty Constructors AppliedPenalty(PenaltyType, int) Initializes a new instance of the AppliedPenalty class with the specified type and cost. Declaration public AppliedPenalty(PenaltyType pt, int malus) Parameters Type Name Description PenaltyType pt The penalty type. int malus The penalty cost. AppliedPenalty(string, int) Initializes a new instance of the AppliedPenalty class with the specified filter name and cost. Declaration public AppliedPenalty(string filterName, int malus) Parameters Type Name Description string filterName The filter name. int malus The penalty cost. Fields FilterName Gets or sets the filter name. Default value: null. Declaration [DataMember] public string FilterName Field Value Type Description string Malus Gets or sets the penalty cost. Default value: 0. Declaration [DataMember] public int Malus Field Value Type Description int Type Gets or sets the penalty type. Declaration [DataMember] public PenaltyType Type Field Value Type Description PenaltyType" + "keywords": "Class AppliedPenalty Represents the penalty applied to a search result. Inheritance System.Object AppliedPenalty 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class AppliedPenalty Constructors AppliedPenalty(PenaltyType, Int32) Initializes a new instance of the AppliedPenalty class with the specified type and cost. Declaration public AppliedPenalty(PenaltyType pt, int malus) Parameters Type Name Description PenaltyType pt The penalty type. System.Int32 malus The penalty cost. AppliedPenalty(String, Int32) Initializes a new instance of the AppliedPenalty class with the specified filter name and cost. Declaration public AppliedPenalty(string filterName, int malus) Parameters Type Name Description System.String filterName The filter name. System.Int32 malus The penalty cost. Fields FilterName Gets or sets the filter name. Default value: null. Declaration public string FilterName Field Value Type Description System.String Malus Gets or sets the penalty cost. Default value: 0. Declaration public int Malus Field Value Type Description System.Int32 Type Gets or sets the penalty type. Declaration public PenaltyType Type Field Value Type Description PenaltyType" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.html", "title": "Class AtomicExpression", - "keywords": "Class AtomicExpression Base class for filter expressions. Expressions can be atomic or composed. Inheritance object FilterExpression AtomicExpression Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class AtomicExpression : FilterExpression Constructors AtomicExpression(FieldValue, Operator) Initializes a new instance of the AtomicExpression class with the given field, value and operator. Throws an error if the field type is not compatible with the operator. Declaration public AtomicExpression(FieldValue value, AtomicExpression.Operator op) Parameters Type Name Description FieldValue value The field value containing both the field name and the value to use for comparison. AtomicExpression Operator op The operator. Properties Op Gets or sets the operator for this atomic expression. Throws an error if the field type is not compatible with a specific operator. See description of enum Operator values for a list of compatible types and operators. Declaration [DataMember(Order = 1)] public AtomicExpression.Operator Op { get; set; } Property Value Type Description AtomicExpression Operator Value Gets or sets the Value for this atomic expression. This property contains both the left and right operands. The Name property of the field represents the left operand and the Value property represents the right operand. This property should be set before the operator Op property. Declaration [DataMember(Order = 0)] public FieldValue Value { get; set; } Property Value Type Description FieldValue Methods Evaluate(ITypedKeyValueContainer) Evaluates a filter expression for a given a set of field values. Declaration public override bool Evaluate(ITypedKeyValueContainer values) Parameters Type Name Description ITypedKeyValueContainer values A set of field values. Returns Type Description bool true if the field values satisfy the expression, false otherwise. Overrides FilterExpression.Evaluate(ITypedKeyValueContainer) ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString() Validate(IFieldDefinitions, bool) Validates the filter expression against the provided field definitions. Declaration public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. bool throwIfInvalid If true, an exception will be thrown if invalid field names are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description bool true if the filter expression is valid, given the provided field definitions. false otherwise. Overrides FilterExpression.Validate(IFieldDefinitions, bool)" + "keywords": "Class AtomicExpression Represents an atomic expression, where a field must be in a specified relationship to a value. The operands should be initialized before the operator, so that the class can ensure type compatibility. Inheritance System.Object FilterExpression AtomicExpression Inherited Members 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class AtomicExpression : FilterExpression Constructors AtomicExpression(FieldValue, AtomicExpression.Operator) Initializes a new instance of the AtomicExpression class with the given field, value and operator. Throws an error if the field type is not compatible with the operator. Declaration public AtomicExpression(FieldValue value, AtomicExpression.Operator op) Parameters Type Name Description FieldValue value The field value containing both the field name and the value to use for comparison. AtomicExpression.Operator op The operator. Properties Op Gets or sets the operator for this atomic expression. Throws an error if the field type is not compatible with a specific operator. See description of enum Operator values for a list of compatible types and operators. Declaration public AtomicExpression.Operator Op { get; set; } Property Value Type Description AtomicExpression.Operator Value Gets or sets the Value for this atomic expression. This property contains both the left and right operands. The Name property of the field represents the left operand and the Value property represents the right operand. This property should be set before the operator Op property. Declaration public FieldValue Value { get; set; } Property Value Type Description FieldValue Methods Evaluate(ITypedKeyValueContainer) See Evaluate(ITypedKeyValueContainer) Declaration public override bool Evaluate(ITypedKeyValueContainer values) Parameters Type Name Description ITypedKeyValueContainer values A set of field values. Returns Type Description System.Boolean true if the field values satisfy the expression, false otherwise. Overrides FilterExpression.Evaluate(ITypedKeyValueContainer) ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString() Validate(IFieldDefinitions, Boolean) See Validate(IFieldDefinitions, Boolean) Declaration public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. System.Boolean throwIfInvalid If true, an exception will be thrown if invalid field names are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description System.Boolean true if the filter expression is valid, given the provided field definitions. false otherwise. Overrides FilterExpression.Validate(IFieldDefinitions, Boolean)" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Operator.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Operator.html", "title": "Enum AtomicExpression.Operator", - "keywords": "Enum AtomicExpression.Operator Specifies the operators available in an atomic expression. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum AtomicExpression.Operator Fields Name Description Contains @ (contains) operator. Cannot be applied to DateTime, Integer and SinglePicklist fields. ContainsNot !@ (does not contain) operator. Cannot be applied to DateTime, Integer and SinglePicklist fields. Equal == operator. Can be applied to any field type. Greater operator. Cannot be applied to multiple-value and picklist fields. GreaterEqual = operator. Cannot be applied to multiple-value and picklist fields. Matches ~ (matches) operator. Can only be applied to single-value string fields. MatchesNot !~ (does not match) operator. Can only be applied to single-value string fields. NotEqual != operator. Cannot be applied to multiple-value fields. Smaller < operator. Cannot be applied to multiple-value and picklist fields. SmallerEqual <= operator. Cannot be applied to multiple-value and picklist fields." + "keywords": "Enum AtomicExpression.Operator Specifies the operators available in an atomic expression. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum Operator Fields Name Description Contains @ (contains) operator. Cannot be applied to DateTime, Integer and SinglePicklist fields. ContainsNot !@ (does not contain) operator. Cannot be applied to DateTime, Integer and SinglePicklist fields. Equal == operator. Can be applied to any field type. Greater operator. Cannot be applied to multiple-value and picklist fields. GreaterEqual = operator. Cannot be applied to multiple-value and picklist fields. Matches ~ (matches) operator. Can only be applied to single-value string fields. MatchesNot !~ (does not match) operator. Can only be applied to single-value string fields. NotEqual != operator. Cannot be applied to multiple-value fields. Smaller < operator. Cannot be applied to multiple-value and picklist fields. SmallerEqual <= operator. Cannot be applied to multiple-value and picklist fields." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.html", "title": "Class ComposedExpression", - "keywords": "Class ComposedExpression Base class for filter expressions. Expressions can be atomic or composed. Inheritance object FilterExpression ComposedExpression Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class ComposedExpression : FilterExpression Constructors ComposedExpression(FilterExpression, Operator, FilterExpression) Initializes a new instance of the ComposedExpression class with the specified operator and left and right operands. Declaration public ComposedExpression(FilterExpression leftOperand, ComposedExpression.Operator op, FilterExpression rightOperand) Parameters Type Name Description FilterExpression leftOperand The left operand. ComposedExpression Operator op The operator. FilterExpression rightOperand The right operand. Properties LeftOperand Gets or sets the left operand of this composed expression. Can only be null if the expression is used with the NOT operator. Declaration [DataMember] public FilterExpression LeftOperand { get; set; } Property Value Type Description FilterExpression Op Gets or sets the operator of this composed expression. Declaration [DataMember] public ComposedExpression.Operator Op { get; set; } Property Value Type Description ComposedExpression Operator RightOperand Gets or sets the right operand of this composed expression. Cannot be null. Declaration [DataMember] public FilterExpression RightOperand { get; set; } Property Value Type Description FilterExpression Methods Evaluate(ITypedKeyValueContainer) Evaluates a filter expression for a given a set of field values. Declaration public override bool Evaluate(ITypedKeyValueContainer values) Parameters Type Name Description ITypedKeyValueContainer values A set of field values. Returns Type Description bool true if the field values satisfy the expression, false otherwise. Overrides FilterExpression.Evaluate(ITypedKeyValueContainer) ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString() Validate(IFieldDefinitions, bool) Validates the filter expression against the provided field definitions. Declaration public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. bool throwIfInvalid If true, an exception will be thrown if invalid field names are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description bool true if the filter expression is valid, given the provided field definitions. false otherwise. Overrides FilterExpression.Validate(IFieldDefinitions, bool)" + "keywords": "Class ComposedExpression Represents a boolean composed expression. The operator can be AND, OR and NOT and the operands can be either atomic expressions or other composed expressions. Inheritance System.Object FilterExpression ComposedExpression Inherited Members 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class ComposedExpression : FilterExpression Constructors ComposedExpression(FilterExpression, ComposedExpression.Operator, FilterExpression) Initializes a new instance of the ComposedExpression class with the specified operator and left and right operands. Declaration public ComposedExpression(FilterExpression leftOperand, ComposedExpression.Operator op, FilterExpression rightOperand) Parameters Type Name Description FilterExpression leftOperand The left operand. ComposedExpression.Operator op The operator. FilterExpression rightOperand The right operand. Properties LeftOperand Gets or sets the left operand of this composed expression. Can only be null if the expression is used with the NOT operator. Declaration public FilterExpression LeftOperand { get; set; } Property Value Type Description FilterExpression Op Gets or sets the operator of this composed expression. Declaration public ComposedExpression.Operator Op { get; set; } Property Value Type Description ComposedExpression.Operator RightOperand Gets or sets the right operand of this composed expression. Cannot be null. Declaration public FilterExpression RightOperand { get; set; } Property Value Type Description FilterExpression Methods Evaluate(ITypedKeyValueContainer) See Evaluate(ITypedKeyValueContainer) Declaration public override bool Evaluate(ITypedKeyValueContainer values) Parameters Type Name Description ITypedKeyValueContainer values A set of field values. Returns Type Description System.Boolean true if the field values satisfy the expression, false otherwise. Overrides FilterExpression.Evaluate(ITypedKeyValueContainer) ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString() Validate(IFieldDefinitions, Boolean) See Validate(IFieldDefinitions, Boolean) Declaration public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. System.Boolean throwIfInvalid If true, an exception will be thrown if invalid field names are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description System.Boolean true if the filter expression is valid, given the provided field definitions. false otherwise. Overrides FilterExpression.Validate(IFieldDefinitions, Boolean)" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Operator.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Operator.html", "title": "Enum ComposedExpression.Operator", - "keywords": "Enum ComposedExpression.Operator Specifies the operators available in a composed expression. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum ComposedExpression.Operator Fields Name Description And The logical AND operator. Not The logical NOT operator. Or The logical OR operator." + "keywords": "Enum ComposedExpression.Operator Specifies the operators available in a composed expression. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum Operator Fields Name Description And The logical AND operator. Not The logical NOT operator. Or The logical OR operator." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html", "title": "Class DateTimeFieldValue", - "keywords": "Class DateTimeFieldValue Represents a field value, which is a combination of a field name, a field value type, and the actual field values. This class is abstract. Inheritance object FieldValue DateTimeFieldValue Inherited Members FieldValue.Name object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class DateTimeFieldValue : FieldValue Constructors DateTimeFieldValue() Initializes a new instance with default values. Required for serialization. Declaration public DateTimeFieldValue() DateTimeFieldValue(DateTimeFieldValue) Initializes a new instance of the DateTimeFieldValue class from another instance. Declaration public DateTimeFieldValue(DateTimeFieldValue other) Parameters Type Name Description DateTimeFieldValue other The other instance. DateTimeFieldValue(string) Initializes a new instance with the specified field name. Declaration public DateTimeFieldValue(string name) Parameters Type Name Description string name The field name. DateTimeFieldValue(string, DateTime) Initializes a new instance of the DateTimeFieldValue class with the specified field name and value. Declaration public DateTimeFieldValue(string name, DateTime v) Parameters Type Name Description string name The field name. DateTime v The field value. Properties Value Gets and sets the value for this instance. Declaration [DataMember] public DateTime Value { get; set; } Property Value Type Description DateTime ValueType Gets the field value type. Declaration public override FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Overrides FieldValue.ValueType Methods Add(FieldValue) Adds another field value to the current value. The other value must be of the same type. Declaration public override bool Add(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to add. Returns Type Description bool true Overrides FieldValue.Add(FieldValue) Add(string) Adds another string to this instance's value list, if this instance is of any of the multiple valued types. Declaration public override bool Add(string s) Parameters Type Name Description string s The new value to be added. Returns Type Description bool true if this instance was changed, false otherwise. Overrides FieldValue.Add(string) Clear() Resets this instance to the default value. Declaration public override void Clear() Overrides FieldValue.Clear() Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public override FieldValue Duplicate() Returns Type Description FieldValue A new instance that is a deep copy of this instance. Overrides FieldValue.Duplicate() Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() GetValueString() Compute a string which represents the field value without the field name in a way which can be reversed through parsing. This should only be used internally by the field expression parser. UI-level presentation should use the field value's .ToString() method to get the field value display string. Declaration public override string GetValueString() Returns Type Description string A serialized string representation of the field value, which is suitable for persisting, and can be parsed through Parse(string) . Overrides FieldValue.GetValueString() Merge(FieldValue) See Merge(FieldValue) Declaration public override bool Merge(FieldValue rhs) Parameters Type Name Description FieldValue rhs Returns Type Description bool Overrides FieldValue.Merge(FieldValue) Parse(string) Initializes this instance from a string (deserialization). Declaration public override void Parse(string s) Parameters Type Name Description string s The string that contains the serialized form. Overrides FieldValue.Parse(string) Substract(FieldValue) Substracts a field value from this instance's field value. Both field values must be of the same type. Declaration public override bool Substract(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to substract. Returns Type Description bool true if this instance was changed, false otherwise. Overrides FieldValue.Substract(FieldValue) ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString()" + "keywords": "Class DateTimeFieldValue Represents a DateTime field value. Inheritance System.Object FieldValue DateTimeFieldValue Inherited Members FieldValue.Name System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class DateTimeFieldValue : FieldValue Constructors DateTimeFieldValue() Initializes a new instance with default values. Declaration public DateTimeFieldValue() DateTimeFieldValue(DateTimeFieldValue) Initializes a new instance of the DateTimeFieldValue class from another instance. Declaration public DateTimeFieldValue(DateTimeFieldValue other) Parameters Type Name Description DateTimeFieldValue other The other instance. DateTimeFieldValue(String) Initializes a new instance of the DateTimeFieldValue class with the specified field name. Declaration public DateTimeFieldValue(string name) Parameters Type Name Description System.String name The field name. DateTimeFieldValue(String, DateTime) Initializes a new instance of the DateTimeFieldValue class with the specified field name and value. Declaration public DateTimeFieldValue(string name, DateTime v) Parameters Type Name Description System.String name The field name. System.DateTime v The field value. Properties Value Gets and sets the value for this instance. Declaration public DateTime Value { get; set; } Property Value Type Description System.DateTime ValueType Gets the field value type. Always returns FieldValueType.DateTime Declaration public override FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Overrides FieldValue.ValueType Methods Add(FieldValue) See Add(FieldValue) Declaration public override bool Add(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to add. Returns Type Description System.Boolean true Overrides FieldValue.Add(FieldValue) Add(String) See Add(String) Declaration public override bool Add(string s) Parameters Type Name Description System.String s The new value to be added. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Overrides FieldValue.Add(String) Clear() See Clear() Declaration public override void Clear() Overrides FieldValue.Clear() Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public override FieldValue Duplicate() Returns Type Description FieldValue A new instance that is a deep copy of this instance. Overrides FieldValue.Duplicate() Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() GetValueString() See GetValueString() Declaration public override string GetValueString() Returns Type Description System.String A serialized string representation of the field value, which is suitable for persisting, and can be parsed through Parse(String) . Overrides FieldValue.GetValueString() Merge(FieldValue) See Merge(FieldValue) Declaration public override bool Merge(FieldValue rhs) Parameters Type Name Description FieldValue rhs Returns Type Description System.Boolean Overrides FieldValue.Merge(FieldValue) Parse(String) See Parse(String) Declaration public override void Parse(string s) Parameters Type Name Description System.String s The string that contains the serialized form. Overrides FieldValue.Parse(String) Substract(FieldValue) See Substract(FieldValue) Declaration public override bool Substract(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to substract. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Overrides FieldValue.Substract(FieldValue) ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.html", "title": "Class DocumentDetail", - "keywords": "Class DocumentDetail Inheritance object DocumentDetail Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class DocumentDetail Constructors DocumentDetail() Declaration public DocumentDetail() Properties DocumentPlaceables Gets or sets the source segment placeables. The value is usually set by the search engine. Declaration [DataMember] public List DocumentPlaceables { get; set; } Property Value Type Description List Placeable SourceHash Gets or sets the source segment's hash value. Declaration [DataMember] public long SourceHash { get; set; } Property Value Type Description long SourceSegment Gets or sets the document source segment for this instance. The value is set by the search engine. Declaration [DataMember] public Segment SourceSegment { get; set; } Property Value Type Description Segment SourceWordCounts Gets or sets the source word counts for this instance. Declaration [DataMember] public WordCounts SourceWordCounts { get; set; } Property Value Type Description WordCounts" + "keywords": "Class DocumentDetail Inheritance System.Object DocumentDetail 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class DocumentDetail Constructors DocumentDetail() Declaration public DocumentDetail() Properties DocumentPlaceables Gets or sets the source segment placeables. The value is usually set by the search engine. Declaration public List DocumentPlaceables { get; set; } Property Value Type Description System.Collections.Generic.List < Placeable > SourceHash Gets or sets the source segment's hash value. Declaration public long SourceHash { get; set; } Property Value Type Description System.Int64 SourceSegment Gets or sets the document source segment for this instance. The value is set by the search engine. Declaration public Segment SourceSegment { get; set; } Property Value Type Description Segment SourceWordCounts Gets or sets the source word counts for this instance. Declaration public WordCounts SourceWordCounts { get; set; } Property Value Type Description WordCounts" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.html", "title": "Class DuplicateIterator.DuplicateIteratorPosition", - "keywords": "Class DuplicateIterator.DuplicateIteratorPosition Represents a position within the translation memory of this iterator. Inheritance object DuplicateIterator.DuplicateIteratorPosition Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class DuplicateIterator.DuplicateIteratorPosition Constructors DuplicateIteratorPosition() Initializes a new instance with default values. Declaration public DuplicateIteratorPosition() DuplicateIteratorPosition(long, int) Initializes a new instance of the DuplicateIteratorPosition at the specified location within the translation memory. Declaration public DuplicateIteratorPosition(long hash, int tuId) Parameters Type Name Description long hash The hash value. int tuId The translation unit ID. Fields Hash The Hash value of this position. Declaration [DataMember] public long Hash Field Value Type Description long TUId The translation unit ID of this position. Declaration [DataMember] public int TUId Field Value Type Description int" + "keywords": "Class DuplicateIterator.DuplicateIteratorPosition Represents a position within the translation memory of this iterator. Inheritance System.Object DuplicateIterator.DuplicateIteratorPosition 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class DuplicateIteratorPosition Constructors DuplicateIteratorPosition() Initializes a new instance with default values. Declaration public DuplicateIteratorPosition() DuplicateIteratorPosition(Int64, Int32) Initializes a new instance of the DuplicateIteratorPosition at the specified location within the translation memory. Declaration public DuplicateIteratorPosition(long hash, int tuId) Parameters Type Name Description System.Int64 hash The hash value. System.Int32 tuId The translation unit ID. Fields Hash The Hash value of this position. Declaration public long Hash Field Value Type Description System.Int64 TUId The translation unit ID of this position. Declaration public int TUId Field Value Type Description System.Int32" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.html", "title": "Class DuplicateIterator", - "keywords": "Class DuplicateIterator Base iterator class. Contains the common properties needed for iteration through a translation memory. Inheritance object TranslationMemoryIterator DuplicateIterator Inherited Members TranslationMemoryIterator.Filter TranslationMemoryIterator.MaxCount TranslationMemoryIterator.MaxScan TranslationMemoryIterator.ProcessedTranslationUnits TranslationMemoryIterator.ScannedTranslationUnits TranslationMemoryIterator.Forward object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class DuplicateIterator : TranslationMemoryIterator Constructors DuplicateIterator() Initializes a new instance with default values (the max count is set to 100). Declaration public DuplicateIterator() DuplicateIterator(int) Initializes a new instance with the specified values. Declaration public DuplicateIterator(int maxCount) Parameters Type Name Description int maxCount The maximum number of TUs to return in one iteration roundtrip Properties PositionFrom Gets or sets the starting position of the current page in this iterator. The page starts at the first translation unit AFTER this position. Declaration [DataMember] public DuplicateIterator.DuplicateIteratorPosition PositionFrom { get; set; } Property Value Type Description DuplicateIterator DuplicateIteratorPosition PositionTo Gets or sets the last position of the current page in this iterator. The page ends at this position, inclusively. Declaration [DataMember] public DuplicateIterator.DuplicateIteratorPosition PositionTo { get; set; } Property Value Type Description DuplicateIterator DuplicateIteratorPosition Methods Reset() Repositions the iterator at the beginning of the translation memory. Declaration public override void Reset() Overrides TranslationMemoryIterator.Reset()" + "keywords": "Class DuplicateIterator Represents a duplicate translation units search iterator. After the iterator is created, it is set to start searching from the beginning of the translation memory. This instance is passed to the API, which modifies it, by annotating the current position reached and passes it back to the caller, to be used in a subsequent call. This object should never be modified manually. Inheritance System.Object TranslationMemoryIterator DuplicateIterator Inherited Members TranslationMemoryIterator.Filter TranslationMemoryIterator.MaxCount TranslationMemoryIterator.MaxScan TranslationMemoryIterator.ProcessedTranslationUnits TranslationMemoryIterator.ScannedTranslationUnits TranslationMemoryIterator.Forward 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class DuplicateIterator : TranslationMemoryIterator Constructors DuplicateIterator() Initializes a new instance. The iterator is positioned at the beginning of the translation memory. Since the translation memory is not a sorted set of translation units, the order is storage specific and should not be relied upon, outside the implementation of the iterator. Declaration public DuplicateIterator() DuplicateIterator(Int32) Initializes a new instance of the DuplicateIterator class for the specified translation memory and a specified page size. Declaration public DuplicateIterator(int maxCount) Parameters Type Name Description System.Int32 maxCount The number of translation units this iterator will return in one step. Properties PositionFrom Gets or sets the starting position of the current page in this iterator. The page starts at the first translation unit AFTER this position. Declaration public DuplicateIterator.DuplicateIteratorPosition PositionFrom { get; set; } Property Value Type Description DuplicateIterator.DuplicateIteratorPosition PositionTo Gets or sets the last position of the current page in this iterator. The page ends at this position, inclusively. Declaration public DuplicateIterator.DuplicateIteratorPosition PositionTo { get; set; } Property Value Type Description DuplicateIterator.DuplicateIteratorPosition Methods Reset() See Reset() Declaration public override void Reset() Overrides TranslationMemoryIterator.Reset()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.Continuation.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.Continuation.html", "title": "Enum Continuation", - "keywords": "Enum Continuation Enumerates the ways how to continue the interpretation of an edit script if an action was executed. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory EditScripts Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum Continuation Fields Name Description ExecuteAll Always execute all edit actions in the script. Note that when applying all actions in the script, applying an action may modify the changes applied by a previously applied action, or influence the application of a subsequent action. StopAfterFirst Stop with the edit script once an action was successfully applied." + "keywords": "Enum Continuation Enumerates the ways how to continue the interpretation of an edit script if an action was executed. Namespace : Sdl.LanguagePlatform.TranslationMemory.EditScripts Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum Continuation Fields Name Description ExecuteAll Always execute all edit actions in the script. Note that when applying all actions in the script, applying an action may modify the changes applied by a previously applied action, or influence the application of a subsequent action. StopAfterFirst Stop with the edit script once an action was successfully applied." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.html", "title": "Class EditAction", - "keywords": "Class EditAction Represents a single edit action which can be applied to a TU. Inheritance object EditAction EditActionChangeFieldValue EditActionDeleteAllFieldValues EditActionDeleteFieldValue EditActionDeleteTags EditActionRenameField EditActionSearchReplace Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory EditScripts Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] [KnownType(typeof(EditActionChangeFieldValue))] [KnownType(typeof(EditActionDeleteFieldValue))] [KnownType(typeof(EditActionDeleteAllFieldValues))] [KnownType(typeof(EditActionDeleteTags))] [KnownType(typeof(EditActionRenameField))] [KnownType(typeof(EditActionSearchReplace))] public abstract class EditAction Constructors EditAction() Declaration protected EditAction() Methods Apply(TranslationUnit) See Apply(TranslationUnit) Declaration public abstract bool Apply(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The TU to apply the edit action to Returns Type Description bool true if a change was made to the TU, and false otherwise. Validate(IFieldDefinitions, bool) Validates the edit action against the provided field definitions. Declaration public abstract bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. bool throwIfInvalid If true, an exception will be thrown if invalid field names or other issues are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description bool true if the edit action is valid, given the provided field definitions, and false otherwise." + "keywords": "Class EditAction Represents a single edit action which can be applied to a TU. Inheritance System.Object EditAction EditActionChangeFieldValue EditActionDeleteAllFieldValues EditActionDeleteFieldValue EditActionDeleteTags EditActionRenameField 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 abstract class EditAction Constructors EditAction() Declaration protected EditAction() Methods Apply(TranslationUnit) See Apply(TranslationUnit) Declaration public abstract bool Apply(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The TU to apply the edit action to Returns Type Description System.Boolean true if a change was made to the TU, and false otherwise. Validate(IFieldDefinitions, Boolean) Validates the edit action against the provided field definitions. Declaration public abstract bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. System.Boolean throwIfInvalid If true, an exception will be thrown if invalid field names or other issues are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description System.Boolean true if the edit action is valid, given the provided field definitions, and false otherwise." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.html", "title": "Class EditActionChangeFieldValue", - "keywords": "Class EditActionChangeFieldValue Represents a single edit action which can be applied to a TU. Inheritance object EditAction EditActionChangeFieldValue Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory EditScripts Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class EditActionChangeFieldValue : EditAction Constructors EditActionChangeFieldValue(FieldValue, Mode) Initializes a new instance with the specified values. Declaration public EditActionChangeFieldValue(FieldValue v, Mode m) Parameters Type Name Description FieldValue v The field value to apply Mode m The field update mode. Properties FieldValue Gets or sets the field value to apply Declaration [DataMember] public FieldValue FieldValue { get; set; } Property Value Type Description FieldValue Mode Gets or sets the field update mode to apply Declaration [DataMember] public Mode Mode { get; set; } Property Value Type Description Mode Methods Apply(TranslationUnit) See Apply(TranslationUnit) Declaration public override bool Apply(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The TU to apply the edit action to Returns Type Description bool true if a change was made to the TU, and false otherwise. Overrides EditAction.Apply(TranslationUnit) Validate(IFieldDefinitions, bool) Validates the edit action against the provided field definitions. Declaration public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. bool throwIfInvalid If true, an exception will be thrown if invalid field names or other issues are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description bool true if the edit action is valid, given the provided field definitions, and false otherwise. Overrides EditAction.Validate(IFieldDefinitions, bool)" + "keywords": "Class EditActionChangeFieldValue An EditAction which is used to change a field's value. Inheritance System.Object EditAction EditActionChangeFieldValue 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 EditActionChangeFieldValue : EditAction Constructors EditActionChangeFieldValue(FieldValue, Mode) Initializes a new instance with the specified values. Declaration public EditActionChangeFieldValue(FieldValue v, Mode m) Parameters Type Name Description FieldValue v The field value to apply Mode m The field update mode. Properties FieldValue Gets or sets the field value to apply Declaration public FieldValue FieldValue { get; set; } Property Value Type Description FieldValue Mode Gets or sets the field update mode to apply Declaration public Mode Mode { get; set; } Property Value Type Description Mode Methods Apply(TranslationUnit) See Apply(TranslationUnit) Declaration public override bool Apply(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The TU to apply the edit action to Returns Type Description System.Boolean true if a change was made to the TU, and false otherwise. Overrides EditAction.Apply(TranslationUnit) Validate(IFieldDefinitions, Boolean) See Validate(IFieldDefinitions, Boolean) Declaration public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. System.Boolean throwIfInvalid If true, an exception will be thrown if invalid field names or other issues are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description System.Boolean true if the edit action is valid, given the provided field definitions, and false otherwise. Overrides EditAction.Validate(IFieldDefinitions, Boolean)" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.html", "title": "Class EditActionDeleteAllFieldValues", - "keywords": "Class EditActionDeleteAllFieldValues Represents a single edit action which can be applied to a TU. Inheritance object EditAction EditActionDeleteAllFieldValues Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory EditScripts Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class EditActionDeleteAllFieldValues : EditAction Constructors EditActionDeleteAllFieldValues() Initializes a new instance with default values. Declaration public EditActionDeleteAllFieldValues() EditActionDeleteAllFieldValues(bool) Initializes a new instance with the specified values. Declaration public EditActionDeleteAllFieldValues(bool deleteSystemFields) Parameters Type Name Description bool deleteSystemFields Determines whether or not to delete system field values as well. Note that a storage implementation may prohibit the deletion of system field values. Properties DeleteSystemFields Gets or sets a flag whether or not to delete system field values. Note that a storage implementation may prohibit the deletion of system field values. Declaration [DataMember] public bool DeleteSystemFields { get; set; } Property Value Type Description bool Methods Apply(TranslationUnit) See Apply(TranslationUnit) Declaration public override bool Apply(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The TU to apply the edit action to Returns Type Description bool true if a change was made to the TU, and false otherwise. Overrides EditAction.Apply(TranslationUnit) Validate(IFieldDefinitions, bool) Validates the edit action against the provided field definitions. Declaration public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. bool throwIfInvalid If true, an exception will be thrown if invalid field names or other issues are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description bool true if the edit action is valid, given the provided field definitions, and false otherwise. Overrides EditAction.Validate(IFieldDefinitions, bool)" + "keywords": "Class EditActionDeleteAllFieldValues Deletes all field values, optionally including system fields, such as context information. Will not alter core system fields (creation date, use count, etc.) Inheritance System.Object EditAction EditActionDeleteAllFieldValues 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 EditActionDeleteAllFieldValues : EditAction Constructors EditActionDeleteAllFieldValues() Initializes a new instance with default values. Declaration public EditActionDeleteAllFieldValues() EditActionDeleteAllFieldValues(Boolean) Initializes a new instance with the specified values. Declaration public EditActionDeleteAllFieldValues(bool deleteSystemFields) Parameters Type Name Description System.Boolean deleteSystemFields Determines whether or not to delete system field values as well. Note that a storage implementation may prohibit the deletion of system field values. Properties DeleteSystemFields Gets or sets a flag whether or not to delete system field values. Note that a storage implementation may prohibit the deletion of system field values. Declaration public bool DeleteSystemFields { get; set; } Property Value Type Description System.Boolean Methods Apply(TranslationUnit) See Apply(TranslationUnit) Declaration public override bool Apply(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The TU to apply the edit action to Returns Type Description System.Boolean true if a change was made to the TU, and false otherwise. Overrides EditAction.Apply(TranslationUnit) Validate(IFieldDefinitions, Boolean) See Validate(IFieldDefinitions, Boolean) . Always returns true for instances of this class. Declaration public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. System.Boolean throwIfInvalid If true, an exception will be thrown if invalid field names or other issues are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description System.Boolean true if the edit action is valid, given the provided field definitions, and false otherwise. Overrides EditAction.Validate(IFieldDefinitions, Boolean)" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.html", "title": "Class EditActionDeleteFieldValue", - "keywords": "Class EditActionDeleteFieldValue Represents a single edit action which can be applied to a TU. Inheritance object EditAction EditActionDeleteFieldValue Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory EditScripts Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class EditActionDeleteFieldValue : EditAction Constructors EditActionDeleteFieldValue() Initializes a new instance with an empty field name list. Declaration public EditActionDeleteFieldValue() EditActionDeleteFieldValue(IList) Initializes a new instance with the specified list of field names. Declaration public EditActionDeleteFieldValue(IList fieldNames) Parameters Type Name Description IList string fieldNames The list of field names to delete EditActionDeleteFieldValue(string) Initializes a new instance with a new field name list. The field name list will have fieldName as its single member. Declaration public EditActionDeleteFieldValue(string fieldName) Parameters Type Name Description string fieldName Properties FieldNames Gets or sets the names of the fields to delete. Declaration [DataMember] public IList FieldNames { get; set; } Property Value Type Description IList string Methods Apply(TranslationUnit) See Apply(TranslationUnit) Declaration public override bool Apply(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The TU to apply the edit action to Returns Type Description bool true if a change was made to the TU, and false otherwise. Overrides EditAction.Apply(TranslationUnit) Validate(IFieldDefinitions, bool) Validates the edit action against the provided field definitions. Declaration public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. bool throwIfInvalid If true, an exception will be thrown if invalid field names or other issues are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description bool true if the edit action is valid, given the provided field definitions, and false otherwise. Overrides EditAction.Validate(IFieldDefinitions, bool)" + "keywords": "Class EditActionDeleteFieldValue Deletes the fields' values from the TU. Will do nothing on core system fields, but does reset TU contexts, if defined. Note that the field itself will not be deleted from the TM's setup. Inheritance System.Object EditAction EditActionDeleteFieldValue 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 EditActionDeleteFieldValue : EditAction Constructors EditActionDeleteFieldValue() Initializes a new instance with an empty field name list. Declaration public EditActionDeleteFieldValue() EditActionDeleteFieldValue(IList) Initializes a new instance with the specified list of field names. Declaration public EditActionDeleteFieldValue(IList fieldNames) Parameters Type Name Description System.Collections.Generic.IList < System.String > fieldNames The list of field names to delete EditActionDeleteFieldValue(String) Initializes a new instance with a new field name list. The field name list will have fieldName as its single member. Declaration public EditActionDeleteFieldValue(string fieldName) Parameters Type Name Description System.String fieldName Properties FieldNames Gets or sets the names of the fields to delete. Declaration public IList FieldNames { get; set; } Property Value Type Description System.Collections.Generic.IList < System.String > Methods Apply(TranslationUnit) See Apply(TranslationUnit) Declaration public override bool Apply(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The TU to apply the edit action to Returns Type Description System.Boolean true if a change was made to the TU, and false otherwise. Overrides EditAction.Apply(TranslationUnit) Validate(IFieldDefinitions, Boolean) See Validate(IFieldDefinitions, Boolean) Declaration public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. System.Boolean throwIfInvalid If true, an exception will be thrown if invalid field names or other issues are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description System.Boolean true if the edit action is valid, given the provided field definitions, and false otherwise. Overrides EditAction.Validate(IFieldDefinitions, Boolean)" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.html", "title": "Class EditActionDeleteTags", - "keywords": "Class EditActionDeleteTags Represents a single edit action which can be applied to a TU. Inheritance object EditAction EditActionDeleteTags Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory EditScripts Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class EditActionDeleteTags : EditAction Constructors EditActionDeleteTags() Initializes a new instance with default values (standalone tags and paired tags will be deleted) Declaration public EditActionDeleteTags() EditActionDeleteTags(DeleteTagsAction) Initializes a new instance with the specified values. Declaration public EditActionDeleteTags(Segment.DeleteTagsAction mode) Parameters Type Name Description Segment DeleteTagsAction mode The set of tags to delete Properties DeleteTagsAction Gets or sets the tag deletion mode. Declaration [DataMember] public Segment.DeleteTagsAction DeleteTagsAction { get; set; } Property Value Type Description Segment DeleteTagsAction Methods Apply(TranslationUnit) See Apply(TranslationUnit) Declaration public override bool Apply(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The TU to apply the edit action to Returns Type Description bool true if a change was made to the TU, and false otherwise. Overrides EditAction.Apply(TranslationUnit) Validate(IFieldDefinitions, bool) Validates the edit action against the provided field definitions. Declaration public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. bool throwIfInvalid If true, an exception will be thrown if invalid field names or other issues are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description bool true if the edit action is valid, given the provided field definitions, and false otherwise. Overrides EditAction.Validate(IFieldDefinitions, bool)" + "keywords": "Class EditActionDeleteTags An edit action which will remove all tags from the TU's segments. Depending on the placeholder replacement mode, textholder tags are either deleted or kept. It is recommended to keep text placeholders, as otherwise the linguistic structure of the segment may be corrupted. Inheritance System.Object EditAction EditActionDeleteTags 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 EditActionDeleteTags : EditAction Constructors EditActionDeleteTags() Initializes a new instance with default values (standalone tags and paired tags will be deleted) Declaration public EditActionDeleteTags() EditActionDeleteTags(Segment.DeleteTagsAction) Initializes a new instance with the specified values. Declaration public EditActionDeleteTags(Segment.DeleteTagsAction mode) Parameters Type Name Description Segment.DeleteTagsAction mode The set of tags to delete Properties DeleteTagsAction Gets or sets the tag deletion mode. Declaration public Segment.DeleteTagsAction DeleteTagsAction { get; set; } Property Value Type Description Segment.DeleteTagsAction Methods Apply(TranslationUnit) See Apply(TranslationUnit) Declaration public override bool Apply(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The TU to apply the edit action to Returns Type Description System.Boolean true if a change was made to the TU, and false otherwise. Overrides EditAction.Apply(TranslationUnit) Validate(IFieldDefinitions, Boolean) See Validate(IFieldDefinitions, Boolean) . Always returns true for this class. Declaration public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. System.Boolean throwIfInvalid If true, an exception will be thrown if invalid field names or other issues are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description System.Boolean true if the edit action is valid, given the provided field definitions, and false otherwise. Overrides EditAction.Validate(IFieldDefinitions, Boolean)" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.html", "title": "Class EditActionRenameField", - "keywords": "Class EditActionRenameField Represents a single edit action which can be applied to a TU. Inheritance object EditAction EditActionRenameField Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory EditScripts Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class EditActionRenameField : EditAction Constructors EditActionRenameField(string, string) Initializes a new instance with the specified values. Declaration public EditActionRenameField(string fromName, string toName) Parameters Type Name Description string fromName The original field name string toName The new field name Properties FromName Gets or sets the field name prior to the change. Declaration [DataMember] public string FromName { get; set; } Property Value Type Description string PicklistValueMap Gets or sets a picklist value name mapping for picklist values. This will only be applied to picklist fields. Declaration [DataMember] public Dictionary PicklistValueMap { get; set; } Property Value Type Description Dictionary string string ToName Gets or sets the new field name. Cannot be a reserved field name (i.e. a system field). Declaration [DataMember] public string ToName { get; set; } Property Value Type Description string Methods Apply(TranslationUnit) See Apply(TranslationUnit) Declaration public override bool Apply(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The TU to apply the edit action to Returns Type Description bool true if a change was made to the TU, and false otherwise. Overrides EditAction.Apply(TranslationUnit) Validate(IFieldDefinitions, bool) Validates the edit action against the provided field definitions. Declaration public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. bool throwIfInvalid If true, an exception will be thrown if invalid field names or other issues are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description bool true if the edit action is valid, given the provided field definitions, and false otherwise. Overrides EditAction.Validate(IFieldDefinitions, bool)" + "keywords": "Class EditActionRenameField Renames a field or a field's picklist values. System fields cannot be renamed. The subsequent processor needs to know how to handle renamed fields - i.e. an importer would need to be allowed to add new fields on-the-fly unless the TM is already set up. If fields or picklist values are renamed, in-place editing in a UI may fail unless the renamed objects are already defined in the TM's setup. If a field is renamed but a value with that renamed field value already exists, the original field value will be dropped. Note that the field type will remain as is. The action can also be used to rename picklist values. If the PicklistValueMap is non-null, then that mapping will be applied to the values of picklist fields. If you only want to rename the picklist values, but not the field itself, set ToName to the same value as FromName . 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) Initializes a new instance with the specified values. Declaration public EditActionRenameField(string fromName, string toName) Parameters Type Name Description System.String fromName The original field name System.String toName The new field name Properties FromName Gets or sets the field name prior to the change. Declaration public string FromName { get; set; } Property Value Type Description System.String PicklistValueMap Gets or sets a picklist value name mapping for picklist values. This will only be applied to picklist fields. Declaration public Dictionary PicklistValueMap { get; set; } Property Value Type Description System.Collections.Generic.Dictionary < System.String , System.String > ToName Gets or sets the new field name. Cannot be a reserved field name (i.e. a system field). Declaration public string ToName { get; set; } Property Value Type Description System.String Methods Apply(TranslationUnit) See Apply(TranslationUnit) Declaration public override bool Apply(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The TU to apply the edit action to Returns Type Description System.Boolean true if a change was made to the TU, and false otherwise. Overrides EditAction.Apply(TranslationUnit) Validate(IFieldDefinitions, Boolean) See Validate(IFieldDefinitions, Boolean) Declaration public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. System.Boolean throwIfInvalid If true, an exception will be thrown if invalid field names or other issues are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description System.Boolean true if the edit action is valid, given the provided field definitions, and false otherwise. Overrides EditAction.Validate(IFieldDefinitions, Boolean)" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.html", "title": "Class EditActionSearchReplace", - "keywords": "Class EditActionSearchReplace Represents a single edit action which can be applied to a TU. Inheritance object EditAction EditActionSearchReplace Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory EditScripts Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class EditActionSearchReplace : EditAction Constructors EditActionSearchReplace() Declaration public EditActionSearchReplace() Properties ApplyToTarget If true, the S/R will be applied to the target segment. If false (default), it will be applied to the source segment. Declaration [DataMember] public bool ApplyToTarget { get; set; } Property Value Type Description bool IgnoreCase Gets or sets a flag whether or not to apply the pattern matching in a case-insensitive manner. For literal searches, some \"intelligent\" casing will be applied to the replacement. For regular expression searches, see .Net's regex documentation how case-insensitive S/R is handled. Declaration [DataMember] public bool IgnoreCase { get; set; } Property Value Type Description bool PatternType Gets or sets the type of the pattern. When searching literal patterns, the replacement must also be a literal pattern. When searching regular expression patterns, the replacement will also be interpreted as a regular expression replacement pattern. Declaration [DataMember] public PatternType PatternType { get; set; } Property Value Type Description PatternType ReplacementPattern Gets or sets the replacement for the search pattern, if found. Declaration [DataMember] public string ReplacementPattern { get; set; } Property Value Type Description string SearchPattern Gets or sets the pattern to search. If this is a regular expression, it will later be compiled with the CultureInvariant and the IgnoreCase options (if the IgnoreCase flag is set. No other regular expression flags will be applied. Declaration [DataMember] public string SearchPattern { get; set; } Property Value Type Description string Methods Apply(TranslationUnit) See Apply(TranslationUnit) Declaration public override bool Apply(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The TU to apply the edit action to Returns Type Description bool true if a change was made to the TU, and false otherwise. Overrides EditAction.Apply(TranslationUnit) Validate(IFieldDefinitions, bool) Validates the edit action against the provided field definitions. Declaration public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. bool throwIfInvalid If true, an exception will be thrown if invalid field names or other issues are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description bool true if the edit action is valid, given the provided field definitions, and false otherwise. Overrides EditAction.Validate(IFieldDefinitions, bool)" + "keywords": "Class EditActionSearchReplace An edit action to run a search/replace operation. Note that the search pattern will generally not be found if the text is interrupted by tags. 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 If true, the S/R will be applied to the target segment. If false (default), it will be applied to the source segment. Declaration public bool ApplyToTarget { get; set; } Property Value Type Description System.Boolean IgnoreCase Gets or sets a flag whether or not to apply the pattern matching in a case-insensitive manner. For literal searches, some \"intelligent\" casing will be applied to the replacement. For regular expression searches, see System.Text.RegularExpressions.Regex how case-insensitive S/R is handled. Declaration public bool IgnoreCase { get; set; } Property Value Type Description System.Boolean PatternType Gets or sets the type of the pattern. When searching literal patterns, the replacement must also be a literal pattern. When searching regular expression patterns, the replacement will also be interpreted as a regular expression replacement pattern. Declaration public PatternType PatternType { get; set; } Property Value Type Description PatternType ReplacementPattern Gets or sets the replacement for the search pattern, if found. Declaration public string ReplacementPattern { get; set; } Property Value Type Description System.String SearchPattern Gets or sets the pattern to search. If this is a regular expression, it will later be compiled with the System.Text.RegularExpressions.RegexOptions.CultureInvariant and the System.Text.RegularExpressions.RegexOptions.IgnoreCase options (if the IgnoreCase flag is set. No other regular expression flags will be applied. Declaration public string SearchPattern { get; set; } Property Value Type Description System.String Methods Apply(TranslationUnit) See Apply(TranslationUnit) Declaration public override bool Apply(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The TU to apply the edit action to Returns Type Description System.Boolean true if a change was made to the TU, and false otherwise. Overrides EditAction.Apply(TranslationUnit) Validate(IFieldDefinitions, Boolean) See Validate(IFieldDefinitions, Boolean) . Always returns true for instances of this class. Declaration public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. System.Boolean throwIfInvalid If true, an exception will be thrown if invalid field names or other issues are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description System.Boolean true if the edit action is valid, given the provided field definitions, and false otherwise. Overrides EditAction.Validate(IFieldDefinitions, Boolean)" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.html", "title": "Class EditScript", - "keywords": "Class EditScript An edit script is an ordered collection of edit actions which can be applied to a translation unit. Inheritance object EditScript Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory EditScripts Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class EditScript Constructors EditScript() Declaration public EditScript() Properties Actions Gets or sets the collection of edit actions. Declaration [DataMember] public List Actions { get; set; } Property Value Type Description List EditAction Continuation Gets or sets a value which indicates how to continue with the edit script once an action has been applied successfully. Declaration [DataMember] public Continuation Continuation { get; set; } Property Value Type Description Continuation Filter Gets or sets a filter condition. If non-null, the edit script will only be applied to TUs which match the filter. Declaration [DataMember] public FilterExpression Filter { get; set; } Property Value Type Description FilterExpression Methods Add(EditAction) Adds the provided action to the list of edit script actions. Declaration public void Add(EditAction action) Parameters Type Name Description EditAction action The action to add Clear() Clears all actions in the script. Declaration public void Clear() Load(Stream) Loads an edit script from the specified stream. Declaration public static EditScript Load(Stream stream) Parameters Type Name Description Stream stream The stream to read the data from Returns Type Description EditScript The edit script loaded from the specified stream. Load(string) Loads an edit script from the specified file name. Declaration public static EditScript Load(string fileName) Parameters Type Name Description string fileName The file name to load the data from. Returns Type Description EditScript The edit script stored in the specified file. Save(Stream) Serializes the edit script to the specified output stream. Declaration public void Save(Stream outputStream) Parameters Type Name Description Stream outputStream The output stream. Save(string) Saves the edit script in the specified file. Declaration public void Save(string fileName) Parameters Type Name Description string fileName The file name to save the script in. Existing files will be overwritten. Validate(IFieldDefinitions, bool) Validates the edit script against the provided field definitions. Declaration public bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. bool throwIfInvalid If true, an exception will be thrown if invalid field names or other issues are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description bool true if the edit script is valid, given the provided field definitions. false otherwise." + "keywords": "Class EditScript An edit script is an ordered collection of edit actions which can be applied to a translation unit. Inheritance System.Object EditScript 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 EditScript Constructors EditScript() Declaration public EditScript() Properties Actions Gets or sets the collection of edit actions. Declaration public List Actions { get; set; } Property Value Type Description System.Collections.Generic.List < EditAction > Continuation Gets or sets a value which indicates how to continue with the edit script once an action has been applied successfully. Declaration public Continuation Continuation { get; set; } Property Value Type Description Continuation Filter Gets or sets a filter condition. If non-null, the edit script will only be applied to TUs which match the filter. Declaration public FilterExpression Filter { get; set; } Property Value Type Description FilterExpression Methods Add(EditAction) Adds the provided action to the list of edit script actions. Declaration public void Add(EditAction action) Parameters Type Name Description EditAction action The action to add Clear() Clears all actions in the script. Declaration public void Clear() Load(Stream) Loads an edit script from the specified stream. Declaration public static EditScript Load(Stream stream) Parameters Type Name Description System.IO.Stream stream The stream to read the data from Returns Type Description EditScript The edit script loaded from the specified stream. Load(String) Loads an edit script from the specified file name. Declaration public static EditScript Load(string fileName) Parameters Type Name Description System.String fileName The file name to load the data from. Returns Type Description EditScript The edit script stored in the specified file. Save(Stream) Serializes the edit script to the specified output stream. Declaration public void Save(Stream outputStream) Parameters Type Name Description System.IO.Stream outputStream The output stream. Save(String) Saves the edit script in the specified file. Declaration public void Save(string fileName) Parameters Type Name Description System.String fileName The file name to save the script in. Existing files will be overwritten. Validate(IFieldDefinitions, Boolean) Validates the edit script against the provided field definitions. Declaration public bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. System.Boolean throwIfInvalid If true, an exception will be thrown if invalid field names or other issues are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description System.Boolean true if the edit script is valid, given the provided field definitions. false otherwise." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.html", "title": "Class EditScriptApplier", - "keywords": "Class EditScriptApplier Applies an edit script to a translation unit. Inheritance object EditScriptApplier Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory EditScripts Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class EditScriptApplier Constructors EditScriptApplier() Declaration public EditScriptApplier() Methods Apply(EditScript, TranslationUnit) Applies the edit script to a TU. Declaration public static bool Apply(EditScript script, TranslationUnit tu) Parameters Type Name Description EditScript script The script to apply TranslationUnit tu The translation unit to apply the script to Returns Type Description bool true if the TU has been changed, and false otherwise. Apply(EditScript, IList) Applies an edit script to a list of translation units. Declaration public static List Apply(EditScript script, IList tus) Parameters Type Name Description EditScript script The script to apply IList TranslationUnit tus The list of translation units to apply the script to Returns Type Description List bool A bool list of equal length as the input TU list, where a corresponding 'true' value indicates that the respective TU has been changed. Apply(EditScript, IList, FilterExpression) Applies an edit script to a list of translation units, but only to those which match the filter. If the filter is null, the edit script will be applied to all TUs in the list. Declaration public static List Apply(EditScript script, IList tus, FilterExpression filter) Parameters Type Name Description EditScript script The script to apply IList TranslationUnit tus The list of translation units to apply the script to FilterExpression filter An optional filter Returns Type Description List bool A bool list of equal length as the input TU list, where a corresponding 'true' value indicates that the respective TU has been changed." + "keywords": "Class EditScriptApplier Applies an edit script to a translation unit. Inheritance System.Object EditScriptApplier 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 EditScriptApplier Constructors EditScriptApplier() Declaration public EditScriptApplier() Methods Apply(EditScript, TranslationUnit) Applies the edit script to a TU. Declaration public static bool Apply(EditScript script, TranslationUnit tu) Parameters Type Name Description EditScript script The script to apply TranslationUnit tu The translation unit to apply the script to Returns Type Description System.Boolean true if the TU has been changed, and false otherwise. Apply(EditScript, IList) Applies an edit script to a list of translation units. Declaration public static List Apply(EditScript script, IList tus) Parameters Type Name Description EditScript script The script to apply System.Collections.Generic.IList < TranslationUnit > tus The list of translation units to apply the script to Returns Type Description System.Collections.Generic.List < System.Boolean > A bool list of equal length as the input TU list, where a corresponding 'true' value indicates that the respective TU has been changed. Apply(EditScript, IList, FilterExpression) Applies an edit script to a list of translation units, but only to those which match the filter. If the filter is null, the edit script will be applied to all TUs in the list. Declaration public static List Apply(EditScript script, IList tus, FilterExpression filter) Parameters Type Name Description EditScript script The script to apply System.Collections.Generic.IList < TranslationUnit > tus The list of translation units to apply the script to FilterExpression filter An optional filter Returns Type Description System.Collections.Generic.List < System.Boolean > A bool list of equal length as the input TU list, where a corresponding 'true' value indicates that the respective TU has been changed." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode.html", "title": "Enum EditUpdateMode", - "keywords": "Enum EditUpdateMode Enumerates the ways how a translation unit that has been changed by an edit script should be updated in the TM. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory EditScripts Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum EditUpdateMode Fields Name Description AddTranslationUnit The edited translation unit will be added to the TM, which will then contain both the original translation unit as well as the edited one (unless there are duplicates). UpdateTranslationUnit The translation unit should be updated (overwritten). The original translation unit will be lost." + "keywords": "Enum EditUpdateMode Enumerates the ways how a translation unit that has been changed by an edit script should be updated in the TM. Namespace : Sdl.LanguagePlatform.TranslationMemory.EditScripts Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum EditUpdateMode Fields Name Description AddTranslationUnit The edited translation unit will be added to the TM, which will then contain both the original translation unit as well as the edited one (unless there are duplicates). UpdateTranslationUnit The translation unit should be updated (overwritten). The original translation unit will be lost." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.html", "title": "Namespace Sdl.LanguagePlatform.TranslationMemory.EditScripts", - "keywords": "Namespace Sdl.LanguagePlatform.TranslationMemory.EditScripts Classes EditAction Represents a single edit action which can be applied to a TU. EditActionChangeFieldValue Represents a single edit action which can be applied to a TU. EditActionDeleteAllFieldValues Represents a single edit action which can be applied to a TU. EditActionDeleteFieldValue Represents a single edit action which can be applied to a TU. EditActionDeleteTags Represents a single edit action which can be applied to a TU. EditActionRenameField Represents a single edit action which can be applied to a TU. EditActionSearchReplace Represents a single edit action which can be applied to a TU. EditScript An edit script is an ordered collection of edit actions which can be applied to a translation unit. EditScriptApplier Applies an edit script to a translation unit. Enums Continuation Enumerates the ways how to continue the interpretation of an edit script if an action was executed. EditUpdateMode Enumerates the ways how a translation unit that has been changed by an edit script should be updated in the TM. Mode Describes the different modes how field values can be changed. PatternType Describes the type of search and/or replace patterns." + "keywords": "Namespace Sdl.LanguagePlatform.TranslationMemory.EditScripts Classes EditAction Represents a single edit action which can be applied to a TU. EditActionChangeFieldValue An EditAction which is used to change a field's value. EditActionDeleteAllFieldValues Deletes all field values, optionally including system fields, such as context information. Will not alter core system fields (creation date, use count, etc.) EditActionDeleteFieldValue Deletes the fields' values from the TU. Will do nothing on core system fields, but does reset TU contexts, if defined. Note that the field itself will not be deleted from the TM's setup. EditActionDeleteTags An edit action which will remove all tags from the TU's segments. Depending on the placeholder replacement mode, textholder tags are either deleted or kept. It is recommended to keep text placeholders, as otherwise the linguistic structure of the segment may be corrupted. EditActionRenameField Renames a field or a field's picklist values. System fields cannot be renamed. The subsequent processor needs to know how to handle renamed fields - i.e. an importer would need to be allowed to add new fields on-the-fly unless the TM is already set up. If fields or picklist values are renamed, in-place editing in a UI may fail unless the renamed objects are already defined in the TM's setup. If a field is renamed but a value with that renamed field value already exists, the original field value will be dropped. Note that the field type will remain as is. The action can also be used to rename picklist values. If the PicklistValueMap is non-null, then that mapping will be applied to the values of picklist fields. If you only want to rename the picklist values, but not the field itself, set ToName to the same value as FromName . EditActionSearchReplace An edit action to run a search/replace operation. Note that the search pattern will generally not be found if the text is interrupted by tags. EditScript An edit script is an ordered collection of edit actions which can be applied to a translation unit. EditScriptApplier Applies an edit script to a translation unit. Enums Continuation Enumerates the ways how to continue the interpretation of an edit script if an action was executed. EditUpdateMode Enumerates the ways how a translation unit that has been changed by an edit script should be updated in the TM. Mode Describes the different modes how field values can be changed. PatternType Describes the type of search and/or replace patterns." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.Mode.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.Mode.html", "title": "Enum Mode", - "keywords": "Enum Mode Describes the different modes how field values can be changed. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory EditScripts Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum Mode Fields Name Description Add The value is added to the current field value. If no value is present yet, the value will be assigned. For multi-valued fields, the existing field values will be joined (set union) with the new value. For Date and Number fields, the value will be added to the existing value. Single-valued text and picklist fields will always be assigned. Assign The value is assigned as-is to the field. If no value exists yet for the given field, a new field value will be added. This mode is valid for all field types. Substract The value is substracted from the current field value. If no value is present yet, nothing will happen. For multi-valued fields, the value will be set-removed from the existing value. For Date and Number fields, the value will be substracted from the existing value. The mode is invalid for single-valued text and picklist fields." + "keywords": "Enum Mode Describes the different modes how field values can be changed. Namespace : Sdl.LanguagePlatform.TranslationMemory.EditScripts Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum Mode Fields Name Description Add The value is added to the current field value. If no value is present yet, the value will be assigned. For multi-valued fields, the existing field values will be joined (set union) with the new value. For Date and Number fields, the value will be added to the existing value. Single-valued text and picklist fields will always be assigned. Assign The value is assigned as-is to the field. If no value exists yet for the given field, a new field value will be added. This mode is valid for all field types. Substract The value is substracted from the current field value. If no value is present yet, nothing will happen. For multi-valued fields, the value will be set-removed from the existing value. For Date and Number fields, the value will be substracted from the existing value. The mode is invalid for single-valued text and picklist fields." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.PatternType.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.PatternType.html", "title": "Enum PatternType", - "keywords": "Enum PatternType Describes the type of search and/or replace patterns. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory EditScripts Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum PatternType Fields Name Description Literal The pattern is a literal expression (i.e. a string). RegularExpression The pattern is a System.Text.RegularExpressions and needs to be matched." + "keywords": "Enum PatternType Describes the type of search and/or replace patterns. Namespace : Sdl.LanguagePlatform.TranslationMemory.EditScripts Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum PatternType Fields Name Description Literal The pattern is a literal expression (i.e. a string). RegularExpression The pattern is a System.Text.RegularExpressions and needs to be matched." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportSettings.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportSettings.html", "title": "Class ExportSettings", - "keywords": "Class ExportSettings Encapsulates settings and parameters for export. Inheritance object ExportSettings Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class ExportSettings Constructors ExportSettings() Declaration public ExportSettings() Properties EditScript If an edit script is set, it will be applied before the TU is exported, but after the filter conditions (if present) are evaluated. Declaration [DataMember] public EditScript EditScript { get; set; } Property Value Type Description EditScript Filter If a filter is set, only TUs which match the filter will be exported. Declaration [DataMember] public FilterExpression Filter { get; set; } Property Value Type Description FilterExpression" + "keywords": "Class ExportSettings Encapsulates settings and parameters for export. Inheritance System.Object ExportSettings 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class ExportSettings Constructors ExportSettings() Declaration public ExportSettings() Properties EditScript If an edit script is set, it will be applied before the TU is exported, but after the filter conditions (if present) are evaluated. Declaration public EditScript EditScript { get; set; } Property Value Type Description EditScript Filter If a filter is set, only TUs which match the filter will be exported. Declaration public FilterExpression Filter { get; set; } Property Value Type Description FilterExpression" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.html", "title": "Class ExportStatistics", - "keywords": "Class ExportStatistics Encapsulates the results of an export process without keeping track of the individual action taken for each exported TU. Inheritance object ExportStatistics Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class ExportStatistics Constructors ExportStatistics() Declaration public ExportStatistics() Properties Exported Gets or sets the number of translation units exported. Declaration [DataMember] public int Exported { get; set; } Property Value Type Description int Processed Gets or sets the number of translation units processed. Declaration [DataMember] public int Processed { get; set; } Property Value Type Description int" + "keywords": "Class ExportStatistics Encapsulates the results of an export process without keeping track of the individual action taken for each exported TU. Inheritance System.Object ExportStatistics 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class ExportStatistics Constructors ExportStatistics() Declaration public ExportStatistics() Properties Exported Gets or sets the number of translation units exported. Declaration public int Exported { get; set; } Property Value Type Description System.Int32 Processed Gets or sets the number of translation units processed. Declaration public int Processed { get; set; } Property Value Type Description System.Int32" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FGASupport.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FGASupport.html", "title": "Enum FGASupport", - "keywords": "Enum FGASupport Specifies the fine-grained-alignment support status Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public enum FGASupport Fields Name Description Automatic The TM has fine-grained-alignment support and automatic (=incremental) alignment is enabled. Legacy The TM is a legacy TM that requires conversion before it can support fine-grained alignment NonAutomatic The TM has fine-grained-alignment support, but automatic (=incremental) alignment is disabled. Off The TM can support fine-grained alignment, but is not currently set to use it at all." + "keywords": "Enum FGASupport Specifies the fine-grained-alignment support status Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum FGASupport Fields Name Description Automatic The TM has fine-grained-alignment support and automatic (=incremental) alignment is enabled. Legacy The TM is a legacy TM that requires conversion before it can support fine-grained alignment NonAutomatic The TM has fine-grained-alignment support, but automatic (=incremental) alignment is disabled. Off The TM can support fine-grained alignment, but is not currently set to use it at all." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html", "title": "Class Field", - "keywords": "Class Field Represents a field declaration. Inheritance object PersistentObject Field PicklistField Implements ICloneable IField Inherited Members PersistentObject.ResourceId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] [KnownType(typeof(PicklistField))] public class Field : PersistentObject, ICloneable, IField Constructors Field() Initializes a new instance with an empty resource token. Declaration public Field() Field(Field) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public Field(Field other) Parameters Type Name Description Field other The other instance Field(string, FieldValueType) Initializes a new instance, with the specified name and type. Declaration public Field(string name, FieldValueType valueType) Parameters Type Name Description string name The field name. FieldValueType valueType The field type. Fields StructureContextFieldName The name for the structure context field name. Declaration public static readonly string StructureContextFieldName Field Value Type Description string TextContextFieldName A pseudo-name for the text context field. Since text context values are directly stored at the TU, and not represented as field values, this pseudo field name is only relevant for edit scripts. Declaration public static readonly string TextContextFieldName Field Value Type Description string Properties FieldType Gets the type of the field, i.e. whether it is a system or user-defined field. Declaration [DataMember] public FieldType FieldType { get; set; } Property Value Type Description FieldType IsSystemField Gets a flag which indicates that this field is a system field. System fields cannot be changed or deleted by the user. Setting this flag from user-code has no effect. Declaration public bool IsSystemField { get; } Property Value Type Description bool Name Gets or sets the field name. Declaration [DataMember] public string Name { get; set; } Property Value Type Description string PicklistItemNames The names of all picklist items for this Field. This collection will be empty if this field is not a SinglePicklist or MultiplePicklist . Declaration public virtual IList PicklistItemNames { get; } Property Value Type Description IList string ValueType Gets or sets the field value type. Declaration [DataMember] public FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Methods CheckName(string) Checks the given name and throws an exception if the name is not valid. Declaration protected virtual void CheckName(string name) Parameters Type Name Description string name name Clone() Clone() Declaration public virtual object Clone() Returns Type Description object A new object that is a deep copy of this instance. CreateValue() Creates a FieldValue instance, with the same name and type as this field declaration. Declaration public FieldValue CreateValue() Returns Type Description FieldValue A FieldValue instance which is compatible with this field declaration. Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public virtual Field Duplicate() Returns Type Description Field A new instance that is a deep copy of this instance. Equals(object) Determines whether this instance of Field and a specified object, which must also be a Field object, represent the same field declaration including the picklist according to type. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The other object. Returns Type Description bool true if obj represents the same field declaration as this instance; false otherwise. Overrides object.Equals(object) EqualsDeclaration(Field) Determines whether this instance of Field and a specified object, which must also be a Field object, represent the same field declaration, not considering the picklist. Declaration public bool EqualsDeclaration(Field other) Parameters Type Name Description Field other The other object. Returns Type Description bool true if other represents the same declaration but might have a different picklist; false otherwise. GetFieldType(string) Determine the field type, given the field name. Declaration public static FieldType GetFieldType(string name) Parameters Type Name Description string name The field name to determine the field type for Returns Type Description FieldType The field type, if it can be determined, or FieldType.User if the field name is not reserved for system prposes. GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() IsPseudoFieldName(string) Determines whether the name is reserved for a pseudo (non-physical) field. Declaration public static bool IsPseudoFieldName(string name) Parameters Type Name Description string name The field name to check Returns Type Description bool true if the name is reserved for a pseudo (non-physical) field, and false otherwise. IsReservedName(string) Determines whether the name is reserved for system purposes. Declaration public static bool IsReservedName(string name) Parameters Type Name Description string name The field name to check Returns Type Description bool true if the name is reserved (for a system field, pseudo field, or other field type), and false otherwise. IsSystemFieldName(string) Determines whether the specified name is reserved for a system (predefined) field. Declaration public static bool IsSystemFieldName(string name) Parameters Type Name Description string name The field name to check Returns Type Description bool true if the field name is a reserved system field name, and false otherwise IsValidName(string) Determines whether a specified string can be used as a field name. All field names are valid if they don't start or end with whitespace. Declaration public static bool IsValidName(string val) Parameters Type Name Description string val The string. Returns Type Description bool true if the string is a legal identifier, false otherwise. LookupSpecialField(string) Looks up a special field by its name. Special fields are fields with a predefined name, which may be \"virtual\" fields (those computed from data at runtime) or \"physical\" fields (which have an actual value in the data storage). Special field names should not be used for user-defined fields. Note that special fields are a superset of system fields (i.e. not all special fields are system fields). Declaration public static Field LookupSpecialField(string name) Parameters Type Name Description string name The field name Returns Type Description Field The special (predefined) field, or null if no such special field exists. RemoveIllegalChars(string) Removes those characters from an input string which are not allowed in field names, and returns the form that will be accepted as a field name identifier. This method should only be used when fields are automatically added by some process (e.g. by importing a TMX file) and that process should be robust and continue despite invalid field names. Declaration public static string RemoveIllegalChars(string val) Parameters Type Name Description string val The input string. Returns Type Description string The string after the illegal characters have been removed. Implements ICloneable IField" + "keywords": "Class Field Represents a field declaration. Inheritance System.Object PersistentObject Field PicklistField Implements System.ICloneable IField Inherited Members PersistentObject.ResourceId System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class Field : PersistentObject, ICloneable, IField Constructors Field() Initializes a new instance with default values. Declaration public Field() Field(Field) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public Field(Field other) Parameters Type Name Description Field other The other instance Field(String, FieldValueType) Initializes a new instance, with the specified name and type. Declaration public Field(string name, FieldValueType valueType) Parameters Type Name Description System.String name The field name. FieldValueType valueType The field type. Fields StructureContextFieldName The name for the structure context field name. Declaration public static readonly string StructureContextFieldName Field Value Type Description System.String TextContextFieldName A pseudo-name for the text context field. Since text context values are directly stored at the TU, and not represented as field values, this pseudo field name is only relevant for edit scripts. Declaration public static readonly string TextContextFieldName Field Value Type Description System.String Properties FieldType Gets the type of the field, i.e. whether it is a system or user-defined field. Declaration public FieldType FieldType { get; set; } Property Value Type Description FieldType IsSystemField Gets a flag which indicates that this field is a system field. System fields cannot be changed or deleted by the user. Setting this flag from user-code has no effect. Declaration public bool IsSystemField { get; } Property Value Type Description System.Boolean Name Gets or sets the field name. See IsValidName(String) for a detailed description of accepted identifiers. Declaration public string Name { get; set; } Property Value Type Description System.String PicklistItemNames The names of all picklist items for this Field. This collection will be empty if this field is not a SinglePicklist or MultiplePicklist . Declaration public virtual IList PicklistItemNames { get; } Property Value Type Description System.Collections.Generic.IList < System.String > ValueType Gets or sets the field value type Declaration public FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Methods CheckName(String) Checks the given name and throws an exception if the name is not valid. Declaration protected virtual void CheckName(string name) Parameters Type Name Description System.String name name Clone() System.ICloneable.Clone() Declaration public virtual object Clone() Returns Type Description System.Object A new object that is a deep copy of this instance. CreateValue() Creates a FieldValue instance, with the same name and type as this field declaration. Declaration public FieldValue CreateValue() Returns Type Description FieldValue A FieldValue instance which is compatible with this field declaration. Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public virtual Field Duplicate() Returns Type Description Field A new instance that is a deep copy of this instance. Equals(Object) Determines whether this instance of Field and a specified object, which must also be a Field object, represent the same field declaration including the picklist according to type. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The other object. Returns Type Description System.Boolean true if obj represents the same field declaration as this instance; false otherwise. Overrides System.Object.Equals(System.Object) EqualsDeclaration(Field) Determines whether this instance of Field and a specified object, which must also be a Field object, represent the same field declaration, not considering the picklist. Declaration public bool EqualsDeclaration(Field other) Parameters Type Name Description Field other The other object. Returns Type Description System.Boolean true if other represents the same declaration but might have a different picklist; false otherwise. GetFieldType(String) Determine the field type, given the field name. Declaration public static FieldType GetFieldType(string name) Parameters Type Name Description System.String name The field name to determine the field type for Returns Type Description FieldType The field type, if it can be determined, or FieldType.User if the field name is not reserved for system prposes. GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() IsPseudoFieldName(String) Determines whether the name is reserved for a pseudo (non-physical) field. Declaration public static bool IsPseudoFieldName(string name) Parameters Type Name Description System.String name The field name to check Returns Type Description System.Boolean true if the name is reserved for a pseudo (non-physical) field, and false otherwise. IsReservedName(String) Determines whether the name is reserved for system purposes. Declaration public static bool IsReservedName(string name) Parameters Type Name Description System.String name The field name to check Returns Type Description System.Boolean true if the name is reserved (for a system field, pseudo field, or other field type), and false otherwise. IsSystemFieldName(String) Determines whether the specified name is reserved for a system (predefined) field. Declaration public static bool IsSystemFieldName(string name) Parameters Type Name Description System.String name The field name to check Returns Type Description System.Boolean true if the field name is a reserved system field name, and false otherwise IsValidName(String) Determines whether a specified string can be used as a field name. All field names are valid if they don't start or end with whitespace. Declaration public static bool IsValidName(string val) Parameters Type Name Description System.String val The string. Returns Type Description System.Boolean true if the string is a legal identifier, false otherwise. LookupSpecialField(String) Looks up a special field by its name. Special fields are fields with a predefined name, which may be \"virtual\" fields (those computed from data at runtime) or \"physical\" fields (which have an actual value in the data storage). Special field names should not be used for user-defined fields. Note that special fields are a superset of system fields (i.e. not all special fields are system fields). Declaration public static Field LookupSpecialField(string name) Parameters Type Name Description System.String name The field name Returns Type Description Field The special (predefined) field, or null if no such special field exists. RemoveIllegalChars(String) Removes those characters from an input string which are not allowed in field names, and returns the form that will be accepted as a field name identifier. This method should only be used when fields are automatically added by some process (e.g. by importing a TMX file) and that process should be robust and continue despite invalid field names. Declaration public static string RemoveIllegalChars(string val) Parameters Type Name Description System.String val The input string. Returns Type Description System.String The string after the illegal characters have been removed. Implements System.ICloneable IField" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html", "title": "Class FieldDefinitions", - "keywords": "Class FieldDefinitions Encapsulates a set of field declarations. Fields are identified through their name or through their GUID. Note that field names are case-insensitive. Inheritance object FieldDefinitions Implements IEnumerable Field IEnumerable IFieldDefinitions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class FieldDefinitions : IEnumerable, IEnumerable, IFieldDefinitions Constructors FieldDefinitions() Initializes a new instance with an empty field declaration list. Declaration public FieldDefinitions() FieldDefinitions(FieldDefinitions) Initializes a new instance, copying the field declarations from the provided collection (deep copy). Declaration public FieldDefinitions(FieldDefinitions other) Parameters Type Name Description FieldDefinitions other FieldDefinitions(ICollection) Initializes a new instance, copying the field declarations from the provided collection (deep copy). Declaration public FieldDefinitions(ICollection fields) Parameters Type Name Description ICollection Field fields Properties Count Gets the number of fields in this collection. Declaration public int Count { get; } Property Value Type Description int Fields Gets the underlying list of field declarations. Declaration [DataMember] public ICollection Fields { get; set; } Property Value Type Description ICollection Field this[Guid] Gets the field with the specified GUID, or null if there is no field with that GUID. Declaration public Field this[Guid guid] { get; } Parameters Type Name Description Guid guid Property Value Type Description Field this[string] Gets the field with the specified name, or null if there is no field with that name. Field names are case-insensitive. Declaration public Field this[string name] { get; } Parameters Type Name Description string name The field name to look up Property Value Type Description Field The field, or null if no field with the provided name exists. Methods Add(Field) Adds a new field to the list. Throws an error if the field already exists or if no additions are allowed. Declaration public void Add(Field f) Parameters Type Name Description Field f The field. Add(string, FieldValueType) Creates a new field declaration with the specified name and type and adds it to the list. Declaration public Field Add(string fieldName, FieldValueType fieldType) Parameters Type Name Description string fieldName The field name. FieldValueType fieldType The field type. Returns Type Description Field The newly created field declaration or an error if the field already exists. Clear() Remove all the fields currently associated with this definition. Declaration public void Clear() Contains(string) Determines whether a named field exists in the collection. Field names are case-insensitive. Declaration public bool Contains(string fieldName) Parameters Type Name Description string fieldName The name of the field to look up. Returns Type Description bool true if the specified field name exists; otherwise, false . Exists(Field) Retrieves a value indicating whether the specified field exists in the collection. Only the name, not the data type, is checked. Declaration public bool Exists(Field f) Parameters Type Name Description Field f The field. Returns Type Description bool true if a field with such a name exists, otherwise false. Exists(string) Retrieves a value indicating whether a field with the specified name exists. Declaration public bool Exists(string name) Parameters Type Name Description string name The field name. Returns Type Description bool true if the such a field exists, otherwise false. GetEnumerator() Returns an enumerator which can be used to iterate through the field list. Declaration public IEnumerator GetEnumerator() Returns Type Description IEnumerator Field An enumerator Lookup(Guid) Retrieves a field by its GUID. Declaration public Field Lookup(Guid guid) Parameters Type Name Description Guid guid The GUID to look up Returns Type Description Field The field with the specified GUID, or null if no such field exists. Lookup(string) Retrieves the field declaration with the specified name. Field names are case-insensitive. Declaration public Field Lookup(string name) Parameters Type Name Description string name The field name. Returns Type Description Field The field declaration or null if it does not exist. LookupIField(Guid) Returns the field with the specified GUID, or null if there is no field with that GUID. Declaration public IField LookupIField(Guid guid) Parameters Type Name Description Guid guid Returns Type Description IField LookupIField(string) Returns the field with the specified name, or null if there is no field with that name. Declaration public IField LookupIField(string name) Parameters Type Name Description string name Returns Type Description IField Remove(Field) Removes the field with the same name as the provided field, if one exists. Declaration public bool Remove(Field f) Parameters Type Name Description Field f The field to remove. Only the name is checked. Returns Type Description bool True if the field has been removed, false otherwise. Remove(string) Removes the field with the provided name, if one exists. Declaration public bool Remove(string fieldName) Parameters Type Name Description string fieldName The name of the field to remove. Returns Type Description bool True if the field has been removed, false otherwise. ToList() Generates and returns a deep copy of the field declarations. Declaration public List ToList() Returns Type Description List Field Implements IEnumerable IEnumerable IFieldDefinitions" + "keywords": "Class FieldDefinitions Encapsulates a set of field declarations. Fields are identified through their name or through their GUID. Note that field names are case-insensitive. Inheritance System.Object FieldDefinitions Implements System.Collections.Generic.IEnumerable < Field > System.Collections.IEnumerable IFieldDefinitions 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class FieldDefinitions : IEnumerable, IEnumerable, IFieldDefinitions Constructors FieldDefinitions() Initializes a new instance with an empty field declaration list. Declaration public FieldDefinitions() FieldDefinitions(FieldDefinitions) Initializes a new instance, copying the field declarations from the provided collection (deep copy). Declaration public FieldDefinitions(FieldDefinitions other) Parameters Type Name Description FieldDefinitions other FieldDefinitions(ICollection) Initializes a new instance, copying the field declarations from the provided collection (deep copy). Declaration public FieldDefinitions(ICollection fields) Parameters Type Name Description System.Collections.Generic.ICollection < Field > fields Properties Count Gets the number of fields in this collection. Declaration public int Count { get; } Property Value Type Description System.Int32 Fields Gets the underlying list of field declarations. Declaration public ICollection Fields { get; set; } Property Value Type Description System.Collections.Generic.ICollection < Field > Item[Guid] Gets the field with the specified GUID, or null if there is no field with that GUID. Declaration public Field this[Guid guid] { get; } Parameters Type Name Description System.Guid guid Property Value Type Description Field Item[String] Gets the field with the specified name, or null if there is no field with that name. Field names are case-insensitive. Declaration public Field this[string name] { get; } Parameters Type Name Description System.String name The field name to look up Property Value Type Description Field The field, or null if no field with the provided name exists. Methods Add(Field) Adds a new field to the list. Throws an error if the field already exists or if no additions are allowed. Declaration public void Add(Field f) Parameters Type Name Description Field f The field. Add(String, FieldValueType) Creates a new field declaration with the specified name and type and adds it to the list. Declaration public Field Add(string fieldName, FieldValueType fieldType) Parameters Type Name Description System.String fieldName The field name. FieldValueType fieldType The field type. Returns Type Description Field The newly created field declaration or an error if the field already exists. Clear() Remove all the fields currently associated with this definition. Declaration public void Clear() Contains(String) Determines whether a named field exists in the collection. Field names are case-insensitive. Declaration public bool Contains(string fieldName) Parameters Type Name Description System.String fieldName The name of the field to look up. Returns Type Description System.Boolean true if the specified field name exists; otherwise, false . Exists(Field) Retrieves a value indicating whether the specified field exists in the collection. Only the name, not the data type, is checked. Declaration public bool Exists(Field f) Parameters Type Name Description Field f The field. Returns Type Description System.Boolean true if a field with such a name exists, otherwise false. Exists(String) Retrieves a value indicating whether a field with the specified name exists. Declaration public bool Exists(string name) Parameters Type Name Description System.String name The field name. Returns Type Description System.Boolean true if the such a field exists, otherwise false. GetEnumerator() Returns an enumerator which can be used to iterate through the field list. Declaration public IEnumerator GetEnumerator() Returns Type Description System.Collections.Generic.IEnumerator < Field > An enumerator Lookup(Guid) Retrieves a field by its GUID. Declaration public Field Lookup(Guid guid) Parameters Type Name Description System.Guid guid The GUID to look up Returns Type Description Field The field with the specified GUID, or null if no such field exists. Lookup(String) Retrieves the field declaration with the specified name. Field names are case-insensitive. Declaration public Field Lookup(string name) Parameters Type Name Description System.String name The field name. Returns Type Description Field The field declaration or null if it does not exist. LookupIField(Guid) Returns the field with the specified GUID, or null if there is no field with that GUID. Declaration public IField LookupIField(Guid guid) Parameters Type Name Description System.Guid guid Returns Type Description IField LookupIField(String) Returns the field with the specified name, or null if there is no field with that name. Declaration public IField LookupIField(string name) Parameters Type Name Description System.String name Returns Type Description IField Remove(Field) Removes the field with the same name as the provided field, if one exists. Declaration public bool Remove(Field f) Parameters Type Name Description Field f The field to remove. Only the name is checked. Returns Type Description System.Boolean True if the field has been removed, false otherwise. Remove(String) Removes the field with the provided name, if one exists. Declaration public bool Remove(string fieldName) Parameters Type Name Description System.String fieldName The name of the field to remove. Returns Type Description System.Boolean True if the field has been removed, false otherwise. ToList() Generates and returns a deep copy of the field declarations. Declaration public List ToList() Returns Type Description System.Collections.Generic.List < Field > Explicit Interface Implementations IEnumerable.GetEnumerator() Returns an enumerator which can be used to iterate through the field list. Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description System.Collections.IEnumerator An enumerator Implements System.Collections.Generic.IEnumerable System.Collections.IEnumerable IFieldDefinitions" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.html", "title": "Class FieldIdentifier", - "keywords": "Class FieldIdentifier FieldIdentifier class uniquely identifies a field by the field value type and the field name. Inheritance object FieldIdentifier Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class FieldIdentifier Constructors FieldIdentifier() Initializes a new instance with default values. Declaration public FieldIdentifier() FieldIdentifier(FieldValueType, string) Constructor that takes the given field value type and field name. Declaration public FieldIdentifier(FieldValueType fieldValueType, string fieldName) Parameters Type Name Description FieldValueType fieldValueType field value type string fieldName field name Properties FieldName FieldName property represents the field name. Declaration [DataMember] public string FieldName { get; set; } Property Value Type Description string FieldValueType FieldValueType property represents the field value type. Declaration [DataMember] public FieldValueType FieldValueType { get; set; } Property Value Type Description FieldValueType Methods Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetHashCode() GetHashCode() Declaration public override int GetHashCode() Returns Type Description int A hash code for this object Overrides object.GetHashCode()" + "keywords": "Class FieldIdentifier FieldIdentifier class uniquely identifies a field by the field value type and the field name. Inheritance System.Object FieldIdentifier Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class FieldIdentifier Constructors FieldIdentifier() Initializes a new instance with default values. Declaration public FieldIdentifier() FieldIdentifier(FieldValueType, String) Constructor that takes the given field value type and field name. Declaration public FieldIdentifier(FieldValueType fieldValueType, string fieldName) Parameters Type Name Description FieldValueType fieldValueType field value type System.String fieldName field name Properties FieldName FieldName property represents the field name. Declaration public string FieldName { get; set; } Property Value Type Description System.String FieldValueType FieldValueType property represents the field value type. Declaration public FieldValueType FieldValueType { get; set; } Property Value Type Description FieldValueType Methods Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetHashCode() System.Object.GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this object Overrides System.Object.GetHashCode()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldType.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldType.html", "title": "Enum FieldType", - "keywords": "Enum FieldType The type of a field, i.e. whether it's a user-defined field, a system-defined field, a pseudo field, etc. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum FieldType Fields Name Description Pseudo A pseudo field which does not exist physically, but which may be referred to by filters or edit scripts. System A system-defined field. Added to the TM by the engine. User A user-defined field. Added to the TM's setup dynamically." + "keywords": "Enum FieldType The type of a field, i.e. whether it's a user-defined field, a system-defined field, a pseudo field, etc. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum FieldType Fields Name Description Pseudo A pseudo field which does not exist physically, but which may be referred to by filters or edit scripts. System A system-defined field. Added to the TM by the engine. User A user-defined field. Added to the TM's setup dynamically." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValue.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValue.html", "title": "Class FieldValue", - "keywords": "Class FieldValue Represents a field value, which is a combination of a field name, a field value type, and the actual field values. This class is abstract. Inheritance object FieldValue DateTimeFieldValue IntFieldValue MultiplePicklistFieldValue MultipleStringFieldValue SinglePicklistFieldValue SingleStringFieldValue Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] [KnownType(typeof(SingleStringFieldValue))] [KnownType(typeof(MultipleStringFieldValue))] [KnownType(typeof(SinglePicklistFieldValue))] [KnownType(typeof(MultiplePicklistFieldValue))] [KnownType(typeof(DateTimeFieldValue))] [KnownType(typeof(IntFieldValue))] public abstract class FieldValue Constructors FieldValue() Initializes a new instance with default values. Required for serialization. Declaration public FieldValue() FieldValue(string) Initializes a new instance with the specified field name. Declaration public FieldValue(string name) Parameters Type Name Description string name The field name. Properties Name Gets or sets the field name of this instance. If the vield name is not valid, an exception is thrown. Declaration [DataMember] public string Name { get; set; } Property Value Type Description string ValueType Gets the field value type. Declaration [DataMember] public abstract FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Methods Add(FieldValue) Adds another field value to the current value. The other value must be of the same type. Declaration public abstract bool Add(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to add. Returns Type Description bool true Add(string) Adds another string to this instance's value list, if this instance is of any of the multiple valued types. Declaration public abstract bool Add(string s) Parameters Type Name Description string s The new value to be added. Returns Type Description bool true if this instance was changed, false otherwise. Clear() Resets this instance to the default value. Declaration public abstract void Clear() Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public abstract FieldValue Duplicate() Returns Type Description FieldValue A new instance that is a deep copy of this instance. GetValueString() Compute a string which represents the field value without the field name in a way which can be reversed through parsing. This should only be used internally by the field expression parser. UI-level presentation should use the field value's .ToString() method to get the field value display string. Declaration public abstract string GetValueString() Returns Type Description string A serialized string representation of the field value, which is suitable for persisting, and can be parsed through Parse(string) . Merge(FieldValue) Merges this instance with another field value, which must be of the same type. Declaration public abstract bool Merge(FieldValue rhs) Parameters Type Name Description FieldValue rhs The object to merge with. Returns Type Description bool true if this instance was changed, false otherwise. Parse(string) Initializes this instance from a string (deserialization). Declaration public abstract void Parse(string s) Parameters Type Name Description string s The string that contains the serialized form. Substract(FieldValue) Substracts a field value from this instance's field value. Both field values must be of the same type. Declaration public abstract bool Substract(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to substract. Returns Type Description bool true if this instance was changed, false otherwise." + "keywords": "Class FieldValue Represents a field value, which is a combination of a field name, a field value type, and the actual field values. This class is abstract. Inheritance System.Object FieldValue DateTimeFieldValue IntFieldValue MultiplePicklistFieldValue MultipleStringFieldValue SinglePicklistFieldValue SingleStringFieldValue 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public abstract class FieldValue Constructors FieldValue() Initializes a new instance with default values. Required for serialization. Declaration public FieldValue() FieldValue(String) Initializes a new instance with the specified field name. Declaration public FieldValue(string name) Parameters Type Name Description System.String name The field name. Properties Name Gets or sets the field name of this instance. If the vield name is not valid, an exception is thrown. Declaration public string Name { get; set; } Property Value Type Description System.String ValueType Gets the field value type. Declaration public abstract FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Methods Add(FieldValue) Adds another field value to the current value. The other value must be of the same type. Declaration public abstract bool Add(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to add. Returns Type Description System.Boolean true Add(String) Adds another string to this instance's value list, if this instance is of any of the multiple valued types. Declaration public abstract bool Add(string s) Parameters Type Name Description System.String s The new value to be added. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Clear() Resets this instance to the default value. Declaration public abstract void Clear() Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public abstract FieldValue Duplicate() Returns Type Description FieldValue A new instance that is a deep copy of this instance. GetValueString() Compute a string which represents the field value without the field name in a way which can be reversed through parsing. This should only be used internally by the field expression parser. UI-level presentation should use the field value's .ToString() method to get the field value display string. Declaration public abstract string GetValueString() Returns Type Description System.String A serialized string representation of the field value, which is suitable for persisting, and can be parsed through Parse(String) . Merge(FieldValue) Merges this instance with another field value, which must be of the same type. Declaration public abstract bool Merge(FieldValue rhs) Parameters Type Name Description FieldValue rhs The object to merge with. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Parse(String) Initializes this instance from a string (deserialization). Declaration public abstract void Parse(string s) Parameters Type Name Description System.String s The string that contains the serialized form. Substract(FieldValue) Substracts a field value from this instance's field value. Both field values must be of the same type. Declaration public abstract bool Substract(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to substract. Returns Type Description System.Boolean true if this instance was changed, false otherwise." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html", "title": "Class FieldValues", - "keywords": "Class FieldValues Encapsulates a collection of field values. Inheritance object FieldValues Implements IEnumerable FieldValue IEnumerable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class FieldValues : IEnumerable, IEnumerable Constructors FieldValues() Initializes a new instance with default values. Declaration public FieldValues() FieldValues(FieldValues) Initializes a new instance of the FieldValues class from another instance. Declaration public FieldValues(FieldValues other) Parameters Type Name Description FieldValues other The other instance. Properties Count Gets the number of field values contained in this instance. Declaration public int Count { get; } Property Value Type Description int this[int] Gets the field value at the specified index position. Declaration public FieldValue this[int index] { get; } Parameters Type Name Description int index The index position Property Value Type Description FieldValue The field value at the specified position. this[string] Gets the field value with the specified name. Declaration public FieldValue this[string name] { get; } Parameters Type Name Description string name The field name. Property Value Type Description FieldValue The field value with that name, and null otherwise. Values Gets or sets the list of field values. Declaration [DataMember] public List Values { get; } Property Value Type Description List FieldValue Methods Add(FieldValue) Adds a new field value to this instance. Declaration public void Add(FieldValue fv) Parameters Type Name Description FieldValue fv Assign(FieldValues) Replaces the current field values with those of another instance. Declaration public bool Assign(FieldValues values) Parameters Type Name Description FieldValues values The other instance. Returns Type Description bool true iff field values were changed by the assignment Clear() Removes all the elements from this instance. Declaration public void Clear() Exists(string) Determines whether a field value with the specified name exists in the current instance. Declaration public bool Exists(string name) Parameters Type Name Description string name The field name. Returns Type Description bool true if it exists, otherwise false. GetEnumerator() Returns an enumerator that iterates through the members of the underlying collection. Declaration public IEnumerator GetEnumerator() Returns Type Description IEnumerator FieldValue Insert(int, FieldValue) Inserts a new field value at the specified index Declaration public void Insert(int index, FieldValue fv) Parameters Type Name Description int index FieldValue fv Lookup(string) Returns a field value with the specified name. Declaration public FieldValue Lookup(string name) Parameters Type Name Description string name The field name. Returns Type Description FieldValue The FieldValue object if exists, otherwise null. Lookup(string, FieldValueType) Returns a field value with the specified name and performs a type check on the result. Throws an error if the types do not match. Declaration public FieldValue Lookup(string name, FieldValueType expectedValueType) Parameters Type Name Description string name The field name. FieldValueType expectedValueType The expected field type. Returns Type Description FieldValue The FieldValue object if exists, otherwise null. LookupOrCreate(string, FieldValueType) Searches for a specified field in the current instance. If the field value exists, it will be returned, otherwise a new field value will be created, added to this instance and returned. Declaration public FieldValue LookupOrCreate(string name, FieldValueType valueType) Parameters Type Name Description string name The field name. FieldValueType valueType The field type. Returns Type Description FieldValue A FieldValue object, never null. Merge(FieldValues) Merge this instance's values with the one passed in the parameter. Single field values will be overwritten. Multiple field values will be merged. Declaration public bool Merge(FieldValues values) Parameters Type Name Description FieldValues values The values to merge with this instance's values Returns Type Description bool true if this instance's values were changed, otherwise false. Remove(FieldValue) Removes the specified field value from this instance. Declaration public bool Remove(FieldValue item) Parameters Type Name Description FieldValue item The field value object. Returns Type Description bool true if it was removed, false if the item was not found. Remove(string) Removes the field value with the specified name. Declaration public bool Remove(string name) Parameters Type Name Description string name Returns Type Description bool true iff the value was removed. RemoveAt(int) Removes the field value at the specified position. Declaration public void RemoveAt(int index) Parameters Type Name Description int index The position Implements IEnumerable IEnumerable" + "keywords": "Class FieldValues Encapsulates a collection of field values. Inheritance System.Object FieldValues Implements System.Collections.Generic.IEnumerable < FieldValue > System.Collections.IEnumerable 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class FieldValues : IEnumerable, IEnumerable Constructors FieldValues() Initializes a new instance with default values. Declaration public FieldValues() FieldValues(FieldValues) Initializes a new instance of the FieldValues class from another instance. Declaration public FieldValues(FieldValues other) Parameters Type Name Description FieldValues other The other instance. Properties Count Gets the number of field values contained in this instance. Declaration public int Count { get; } Property Value Type Description System.Int32 Item[Int32] Gets the field value at the specified index position. Declaration public FieldValue this[int index] { get; } Parameters Type Name Description System.Int32 index The index position Property Value Type Description FieldValue The field value at the specified position. Item[String] Gets the field value with the specified name. Declaration public FieldValue this[string name] { get; } Parameters Type Name Description System.String name The field name. Property Value Type Description FieldValue The field value with that name, and null otherwise. Values Gets or sets the list of field values. Declaration public List Values { get; } Property Value Type Description System.Collections.Generic.List < FieldValue > Methods Add(FieldValue) Adds a new field value to this instance. Declaration public void Add(FieldValue fv) Parameters Type Name Description FieldValue fv Assign(FieldValues) Replaces the current field values with those of another instance. Declaration public bool Assign(FieldValues values) Parameters Type Name Description FieldValues values The other instance. Returns Type Description System.Boolean true iff field values were changed by the assignment Clear() Removes all the elements from this instance. Declaration public void Clear() Exists(String) Determines whether a field value with the specified name exists in the current instance. Declaration public bool Exists(string name) Parameters Type Name Description System.String name The field name. Returns Type Description System.Boolean true if it exists, otherwise false. GetEnumerator() Returns an enumerator that iterates through the members of the underlying collection. Declaration public IEnumerator GetEnumerator() Returns Type Description System.Collections.Generic.IEnumerator < FieldValue > Insert(Int32, FieldValue) Inserts a new field value at the specified index Declaration public void Insert(int index, FieldValue fv) Parameters Type Name Description System.Int32 index FieldValue fv Lookup(String) Returns a field value with the specified name. Declaration public FieldValue Lookup(string name) Parameters Type Name Description System.String name The field name. Returns Type Description FieldValue The FieldValue object if exists, otherwise null. Lookup(String, FieldValueType) Returns a field value with the specified name and performs a type check on the result. Throws an error if the types do not match. Declaration public FieldValue Lookup(string name, FieldValueType expectedValueType) Parameters Type Name Description System.String name The field name. FieldValueType expectedValueType The expected field type. Returns Type Description FieldValue The FieldValue object if exists, otherwise null. LookupOrCreate(String, FieldValueType) Searches for a specified field in the current instance. If the field value exists, it will be returned, otherwise a new field value will be created, added to this instance and returned. Declaration public FieldValue LookupOrCreate(string name, FieldValueType valueType) Parameters Type Name Description System.String name The field name. FieldValueType valueType The field type. Returns Type Description FieldValue A FieldValue object, never null. Merge(FieldValues) Merge this instance's values with the one passed in the parameter. Single field values will be overwritten. Multiple field values will be merged. Declaration public bool Merge(FieldValues values) Parameters Type Name Description FieldValues values The values to merge with this instance's values Returns Type Description System.Boolean true if this instance's values were changed, otherwise false. Remove(FieldValue) Removes the specified field value from this instance. Declaration public bool Remove(FieldValue item) Parameters Type Name Description FieldValue item The field value object. Returns Type Description System.Boolean true if it was removed, false if the item was not found. Remove(String) Removes the field value with the specified name. Declaration public bool Remove(string name) Parameters Type Name Description System.String name Returns Type Description System.Boolean true iff the value was removed. RemoveAt(Int32) Removes the field value at the specified position. Declaration public void RemoveAt(int index) Parameters Type Name Description System.Int32 index The position Explicit Interface Implementations IEnumerable.GetEnumerator() Returns an enumerator that iterates through the members of the underlying collection. Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description System.Collections.IEnumerator Implements System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValueType.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValueType.html", "title": "Enum FieldValueType", - "keywords": "Enum FieldValueType Specifies the type of a field declaration or value. The field type define the operators that can be applied to a particular field value. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public enum FieldValueType Fields Name Description DateTime The field value contains one DateTime value. Integer The field value contains one integer value. MultiplePicklist The field value contains one or more picklist value ID's. MultipleString The field value contains one or more strings. SinglePicklist The field value contains one picklist value ID. SingleString The field value contains one string value. Unknown Field type is unknown." + "keywords": "Enum FieldValueType Specifies the type of a field declaration or value. The field type define the operators that can be applied to a particular field value. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum FieldValueType Fields Name Description DateTime The field value contains one DateTime value. Integer The field value contains one integer value. MultiplePicklist The field value contains one or more picklist value ID's. MultipleString The field value contains one or more strings. SinglePicklist The field value contains one picklist value ID. SingleString The field value contains one string value. Unknown Field type is unknown." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Filter.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Filter.html", "title": "Class Filter", - "keywords": "Class Filter Represents a filter meant to retrieve a subset of translation units from a translation memory. Inheritance object Filter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class Filter Constructors Filter(FilterExpression, string, int) Initializes a new instance of the Filter class with the specified expression, name and penalty. Declaration public Filter(FilterExpression filterExpression, string name, int penalty) Parameters Type Name Description FilterExpression filterExpression The filter expression. string name The filter name (non-null, non-empty, and cannot contain blanks). int penalty The filter penalty (0 or larger). Properties FilterExpression Gets or sets the filter expression. Declaration [DataMember] public FilterExpression FilterExpression { get; set; } Property Value Type Description FilterExpression Name Gets or sets the filter name. Filter names must be non-empty and cannot contain blanks. Declaration [DataMember] public string Name { get; set; } Property Value Type Description string Penalty Gets or sets the filter penalty. Declaration [DataMember] public int Penalty { get; set; } Property Value Type Description int Methods Load(Stream) Loads an filter from the specified stream. Declaration public static Filter Load(Stream stream) Parameters Type Name Description Stream stream The stream to read the data from Returns Type Description Filter The filter loaded from the specified stream. Load(string) Loads a filter from the specified file name. Declaration public static Filter Load(string fileName) Parameters Type Name Description string fileName The file name to load the data from. Returns Type Description Filter The filter stored in the specified file. Save(Stream) Serializes the filter to the specified output stream. Declaration public void Save(Stream outputStream) Parameters Type Name Description Stream outputStream The output stream. Save(string) Saves the filter in the specified file. Declaration public void Save(string fileName) Parameters Type Name Description string fileName The file name to save the filter in. Existing files will be overwritten." + "keywords": "Class Filter Represents a filter meant to retrieve a subset of translation units from a translation memory. Inheritance System.Object Filter 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class Filter Constructors Filter(FilterExpression, String, Int32) Initializes a new instance of the Filter class with the specified expression, name and penalty. Declaration public Filter(FilterExpression filterExpression, string name, int penalty) Parameters Type Name Description FilterExpression filterExpression The filter expression. System.String name The filter name (non-null, non-empty, and cannot contain blanks). System.Int32 penalty The filter penalty (0 or larger). Properties FilterExpression Gets or sets the filter expression. Declaration public FilterExpression FilterExpression { get; set; } Property Value Type Description FilterExpression Name Gets or sets the filter name. Filter names must be non-empty and cannot contain blanks. Declaration public string Name { get; set; } Property Value Type Description System.String Penalty Gets or sets the filter penalty. Declaration public int Penalty { get; set; } Property Value Type Description System.Int32 Methods Load(Stream) Loads an filter from the specified stream. Declaration public static Filter Load(Stream stream) Parameters Type Name Description System.IO.Stream stream The stream to read the data from Returns Type Description Filter The filter loaded from the specified stream. Load(String) Loads a filter from the specified file name. Declaration public static Filter Load(string fileName) Parameters Type Name Description System.String fileName The file name to load the data from. Returns Type Description Filter The filter stored in the specified file. Save(Stream) Serializes the filter to the specified output stream. Declaration public void Save(Stream outputStream) Parameters Type Name Description System.IO.Stream outputStream The output stream. Save(String) Saves the filter in the specified file. Declaration public void Save(string fileName) Parameters Type Name Description System.String fileName The file name to save the filter in. Existing files will be overwritten." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpression.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpression.html", "title": "Class FilterExpression", - "keywords": "Class FilterExpression Base class for filter expressions. Expressions can be atomic or composed. Inheritance object FilterExpression AtomicExpression ComposedExpression Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] [KnownType(typeof(ComposedExpression))] [KnownType(typeof(AtomicExpression))] public abstract class FilterExpression Constructors FilterExpression() Declaration protected FilterExpression() Methods Evaluate(ITypedKeyValueContainer) Evaluates a filter expression for a given a set of field values. Declaration public abstract bool Evaluate(ITypedKeyValueContainer values) Parameters Type Name Description ITypedKeyValueContainer values A set of field values. Returns Type Description bool true if the field values satisfy the expression, false otherwise. Validate(IFieldDefinitions, bool) Validates the filter expression against the provided field definitions. Declaration public abstract bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. bool throwIfInvalid If true, an exception will be thrown if invalid field names are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description bool true if the filter expression is valid, given the provided field definitions. false otherwise." + "keywords": "Class FilterExpression Base class for filter expressions. Expressions can be atomic or composed. Inheritance System.Object FilterExpression AtomicExpression ComposedExpression 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public abstract class FilterExpression Constructors FilterExpression() Declaration protected FilterExpression() Methods Evaluate(ITypedKeyValueContainer) Evaluates a filter expression for a given a set of field values. Declaration public abstract bool Evaluate(ITypedKeyValueContainer values) Parameters Type Name Description ITypedKeyValueContainer values A set of field values. Returns Type Description System.Boolean true if the field values satisfy the expression, false otherwise. Validate(IFieldDefinitions, Boolean) Validates the filter expression against the provided field definitions. Declaration public abstract bool Validate(IFieldDefinitions fields, bool throwIfInvalid) Parameters Type Name Description IFieldDefinitions fields The field definitions to validate against. System.Boolean throwIfInvalid If true, an exception will be thrown if invalid field names are encountered. If false, the return value will be set to false without an exception being thrown. Returns Type Description System.Boolean true if the filter expression is valid, given the provided field definitions. false otherwise." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.html", "title": "Class FilterExpressionParser", - "keywords": "Class FilterExpressionParser Provides a parser that can read a filter expression from a string and create an equivalent FilterExpression object. The returned object can be serialized back into an equivalent string, which may not look exactly like the original input. That is because the parser normalizes the input, by surrounding field names and values with double quotes and by adding brackets. Field names are case insensitive and so are string values. Picklist values are case sensitive and the parser will throw an error if the expression contains a value not defined by the specified field. Inheritance object FilterExpressionParser Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class FilterExpressionParser Constructors FilterExpressionParser(IFieldDefinitions) Initializes a new instance with a collection of field declarations. Declaration public FilterExpressionParser(IFieldDefinitions fieldDeclarations) Parameters Type Name Description IFieldDefinitions fieldDeclarations The field declarations to use for parsing. Methods Parse(string) Parses a string expression and returns the equivalent FilterExpression object. Declaration public FilterExpression Parse(string s) Parameters Type Name Description string s The input string. Returns Type Description FilterExpression The equivalent filter expression. If the string does not represent a valid expression, an exception is thrown. Parse(string, IFieldDefinitions) Parses the provided expression , using the provided field declarations, and returns a FilterExpression which corresponds to the expression. Declaration public static FilterExpression Parse(string expression, IFieldDefinitions fieldDeclarations) Parameters Type Name Description string expression The expression IFieldDefinitions fieldDeclarations The field declarations which are in effect, to resolve any field references Returns Type Description FilterExpression A filter expression. An exception is thrown if expression is invalid." + "keywords": "Class FilterExpressionParser Provides a parser that can read a filter expression from a string and create an equivalent FilterExpression object. The returned object can be serialized back into an equivalent string, which may not look exactly like the original input. That is because the parser normalizes the input, by surrounding field names and values with double quotes and by adding brackets. Field names are case insensitive and so are string values. Picklist values are case sensitive and the parser will throw an error if the expression contains a value not defined by the specified field. Inheritance System.Object FilterExpressionParser 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class FilterExpressionParser Constructors FilterExpressionParser(IFieldDefinitions) Initializes a new instance with a collection of field declarations. Declaration public FilterExpressionParser(IFieldDefinitions fieldDeclarations) Parameters Type Name Description IFieldDefinitions fieldDeclarations The field declarations to use for parsing. Methods Parse(String) Parses a string expression and returns the equivalent FilterExpression object. Declaration public FilterExpression Parse(string s) Parameters Type Name Description System.String s The input string. Returns Type Description FilterExpression The equivalent filter expression. If the string does not represent a valid expression, an exception is thrown. Parse(String, IFieldDefinitions) Parses the provided expression , using the provided field declarations, and returns a FilterExpression which corresponds to the expression. Declaration public static FilterExpression Parse(string expression, IFieldDefinitions fieldDeclarations) Parameters Type Name Description System.String expression The expression IFieldDefinitions fieldDeclarations The field declarations which are in effect, to resolve any field references Returns Type Description FilterExpression A filter expression. An exception is thrown if expression is invalid." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes.html", "title": "Enum FuzzyIndexes", - "keywords": "Enum FuzzyIndexes Specifies the fuzzy index type. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [Flags] [DataContract] public enum FuzzyIndexes Fields Name Description SourceCharacterBased N-gram-based fuzzy index on the source segment. Enabling this index will reduce the import performance. SourceWordBased Word-based fuzzy index on the source segment. All translation memories have this index by default. TargetCharacterBased N-gram-based fuzzy index on the target segment. Enabling this index will reduce the import performance. TargetWordBased Word-based fuzzy index on the targetsegment. Enabling this index will reduce the import performance." + "keywords": "Enum FuzzyIndexes Specifies the fuzzy index type. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [Flags] public enum FuzzyIndexes Fields Name Description SourceCharacterBased N-gram-based fuzzy index on the source segment. Enabling this index will reduce the import performance. SourceWordBased Word-based fuzzy index on the source segment. All translation memories have this index by default. TargetCharacterBased N-gram-based fuzzy index on the target segment. Enabling this index will reduce the import performance. TargetWordBased Word-based fuzzy index on the targetsegment. Enabling this index will reduce the import performance." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.html", "title": "Class FuzzyIndexTuningSettings", - "keywords": "Class FuzzyIndexTuningSettings Settings which affect the performance of the fuzzy index. A specific storage implementation may, but does not have to, honor any tuning settings. Inheritance object FuzzyIndexTuningSettings Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class FuzzyIndexTuningSettings Constructors FuzzyIndexTuningSettings() Declaration public FuzzyIndexTuningSettings() Properties MinScoreIncrease The ADDTOMINSCORE setting for the fuzzy index. It affects all fuzzy indices of the TM. Declaration [DataMember] public int MinScoreIncrease { get; set; } Property Value Type Description int MinSearchVectorLengthSourceCharIndex The MINHAVING setting for the source char-based fuzzy index. Declaration [DataMember] public int MinSearchVectorLengthSourceCharIndex { get; set; } Property Value Type Description int MinSearchVectorLengthSourceWordIndex The MINHAVING setting for the source word-based fuzzy index. Declaration [DataMember] public int MinSearchVectorLengthSourceWordIndex { get; set; } Property Value Type Description int MinSearchVectorLengthTargetCharIndex The MINHAVING setting for the target char-based fuzzy index. Declaration [DataMember] public int MinSearchVectorLengthTargetCharIndex { get; set; } Property Value Type Description int MinSearchVectorLengthTargetWordIndex The MINHAVING setting for the target word-based fuzzy index. Declaration [DataMember] public int MinSearchVectorLengthTargetWordIndex { get; set; } Property Value Type Description int" + "keywords": "Class FuzzyIndexTuningSettings Settings which affect the performance of the fuzzy index. A specific storage implementation may, but does not have to, honor any tuning settings. Inheritance System.Object FuzzyIndexTuningSettings 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class FuzzyIndexTuningSettings Constructors FuzzyIndexTuningSettings() Declaration public FuzzyIndexTuningSettings() Properties MinScoreIncrease The ADDTOMINSCORE setting for the fuzzy index. It affects all fuzzy indices of the TM. Declaration public int MinScoreIncrease { get; set; } Property Value Type Description System.Int32 MinSearchVectorLengthSourceCharIndex The MINHAVING setting for the source char-based fuzzy index. Declaration public int MinSearchVectorLengthSourceCharIndex { get; set; } Property Value Type Description System.Int32 MinSearchVectorLengthSourceWordIndex The MINHAVING setting for the source word-based fuzzy index. Declaration public int MinSearchVectorLengthSourceWordIndex { get; set; } Property Value Type Description System.Int32 MinSearchVectorLengthTargetCharIndex The MINHAVING setting for the target char-based fuzzy index. Declaration public int MinSearchVectorLengthTargetCharIndex { get; set; } Property Value Type Description System.Int32 MinSearchVectorLengthTargetWordIndex The MINHAVING setting for the target word-based fuzzy index. Declaration public int MinSearchVectorLengthTargetWordIndex { get; set; } Property Value Type Description System.Int32" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.html", "title": "Namespace Sdl.LanguagePlatform.TranslationMemory", - "keywords": "Namespace Sdl.LanguagePlatform.TranslationMemory Classes AppliedPenalty Represents the penalty applied to a search result. AtomicExpression Base class for filter expressions. Expressions can be atomic or composed. ComposedExpression Base class for filter expressions. Expressions can be atomic or composed. DateTimeFieldValue Represents a field value, which is a combination of a field name, a field value type, and the actual field values. This class is abstract. DocumentDetail DuplicateIterator Base iterator class. Contains the common properties needed for iteration through a translation memory. DuplicateIterator.DuplicateIteratorPosition Represents a position within the translation memory of this iterator. ExportSettings Encapsulates settings and parameters for export. ExportStatistics Encapsulates the results of an export process without keeping track of the individual action taken for each exported TU. Field Represents a field declaration. FieldDefinitions Encapsulates a set of field declarations. Fields are identified through their name or through their GUID. Note that field names are case-insensitive. FieldIdentifier FieldIdentifier class uniquely identifies a field by the field value type and the field name. FieldValue Represents a field value, which is a combination of a field name, a field value type, and the actual field values. This class is abstract. FieldValues Encapsulates a collection of field values. Filter Represents a filter meant to retrieve a subset of translation units from a translation memory. FilterExpression Base class for filter expressions. Expressions can be atomic or composed. FilterExpressionParser Provides a parser that can read a filter expression from a string and create an equivalent FilterExpression object. The returned object can be serialized back into an equivalent string, which may not look exactly like the original input. That is because the parser normalizes the input, by surrounding field names and values with double quotes and by adding brackets. Field names are case insensitive and so are string values. Picklist values are case sensitive and the parser will throw an error if the expression contains a value not defined by the specified field. FuzzyIndexTuningSettings Settings which affect the performance of the fuzzy index. A specific storage implementation may, but does not have to, honor any tuning settings. ImportResult Encapsulates information about the result of an import operation. ImportResults Encapsulates the results of an import process without keeping track of the individual action taken for each import TU. The ImportResults give more detail. ImportSettings Represents a group of settings which control the way the import is executed. ImportStatistics Encapsulates the results of an import process without keeping track of the individual action taken for each import TU. The ImportResults give more detail. IntFieldValue Represents a field value, which is a combination of a field name, a field value type, and the actual field values. This class is abstract. LogManager MultiplePicklistFieldValue Represents a field value, which is a combination of a field name, a field value type, and the actual field values. This class is abstract. MultipleStringFieldValue Represents a field value, which is a combination of a field name, a field value type, and the actual field values. This class is abstract. NLogLogger Penalty Represents a penalty, which is a combination of a penalty type and a penalty value (the malus). PersistentObject A base class for various translation memory objects which are persisted, such as translation units. This class is for internal purposes only and not intended to be used by the end user. PersistentObjectToken Encapsulates the primary key of a PersistentObject , such as a TM, TU, or Field Declaration. PicklistField Represents a field declaration. PicklistItem Represents a picklist item in a picklist field declaration. PicklistItems Encapsulates a collection of picklist items. Placeable A placeable is a combination of a source token index together with a target token index. Either index can be -1, indicating that no corresponding token pair exists (or no appropriate segment was available). Not both of the indices should be -1. PlaceableAssociation A placeable association is a correspondence between two placeables, one in the source segment, and one in the target segment. Either may be null, but not both at the same time. If a placeable is null and the other isn't, it means that the respective segment wasn't available when the placeables were computed, or that no association could be found. PlaceableComputer Provides methods to compute placeables and their alignments from two segments, or from a translation unit. RegularIterator Base iterator class. Contains the common properties needed for iteration through a translation memory. ScoringResult Represents the score for a search result. SearchResult Encapsulates the result of a search operation, a memory translation unit, possiby annotated with score, placeables and context information. SearchResultFieldValueAccessor A class which allows to use a search result as a ITypedKeyValueContainer . SearchResultFieldValueComparer Implements a comparer for search results. SearchResults Represents a set of results returned by the translation memory after a search operation for a given input (segment/translation unit/string). SearchResultsMerged Represents a set of results returned by the translation memory after a search operation for a given input (segment/translation unit/string). SearchSettings Represents a set of settings relevant for search opeartions. SegmentAndSubsegmentSearchResults Represents a set of results returned by the translation memory after a search operation for a given input (segment/translation unit/string). SegmentAndSubsegmentSearchResultsMerged Represents a set of results returned by the translation memory after a search operation for a given input (segment/translation unit/string). SegmentSerializer SinglePicklistFieldValue Represents a field value, which is a combination of a field name, a field value type, and the actual field values. This class is abstract. SingleStringFieldValue Represents a field value, which is a combination of a field name, a field value type, and the actual field values. This class is abstract. SortCriterium Encapsulates a sort criterium. SortDisambiguator Disambiguator to identify the sort order, by comparing two search results. Ambiguation occurs when the match results are qualified as being identical, which would require further elaboration to establish which result is more significant, taking into consideration the presedence of the translation providers, from where the results are derived. SortSpecification Encapsulates a set of criteria used for sorting translation units. The order in which the different criteria are added to a sort specification is essential. Only if two translation units are equivalent according to a sort criterium, the next relevant criterium will be considered in order to decide which of the translation units comes first and so on. The sort specification consists of a collection of SortCriterium objects which in turn may refer to system fields or filter names, and include a specification whether to sort ascending or descending. Typical examples are: Sco/D UsD/D which sorts descending by score and descending by last usage date. Sorter A Sorter implements the generic IComparer interface to compare two objects of type T, using a caller-supplied sort specification (which includes the fields to consider during sorting, and the sort direction). A field value resolver then is used to retrieve, for a specific field, the value of that field in each of the two instaces which are currently compared. SubsegmentSearchResult Encapsulates the result of a search operation, a memory translation unit, possiby annotated with score, placeables and context information. SubsegmentSearchResults Represents a set of results returned by the translation memory after a subsegment search operation for a given input (segment/translation unit/string). SubsegmentSearchResultsCollection A collection of SubsegmentSearchResults produced by performing subsegment matching for a segment. SubsegmentSearchSettings Represents a set of settings relevant for search opeartions. SystemFields Encapsulates the system fields of a translation unit. SystemFieldsKeys Used for systemFields metadata keys SystemFieldsParameters TranslationMemoryIterator Base iterator class. Contains the common properties needed for iteration through a translation memory. TranslationMemoryProgress TranslationUnit Represents a pair of source and target text, decorated with a set of system fields and eventually, with a set of user defined fields/attributes. It may also contain contextual information as well as information about its origin and eventually, a key for unique identification on a given system. TuContext Encapsulates information about the context of a translation unit relative to other translation units within a document. TuContexts A collection of translation unit context objects. The same translation unit may occur in different places within a document, thus having different contexts. TuIdContexts A collection of translation unit idcontext objects. The same translation unit may occur in different places within a document, thus having different contexts. TuLimitsValidatorSettings Settings object for a TU limits validator Utilities General utilities. WordCounter Provides WordCounts for a set of tokens, where necessary converting TokenType.Word tokens for JA/ZH et al back to TokenType.CharSequence to produce 'legacy' results. When creating word counts for multiple segments, use a single WordCounter object and call GetWordCountsAsync(IList, WordCountsOptions, CultureCode) repeatedly, to avoid repeated tokenizer creation in those cases. WordCounts Represents the result of a word count. WordCountsOptions Interfaces IAttribute Attribute data, V2 schema. IField Represents a field declaration. IFieldDefinitions Represents an enumerable collection of fields, with getters by name and by GUID. IFieldTemplate Field template, V2 schema. IFieldValueComparer Defines a generic method for comparing objects that expose fields. ILogLogger IPicklistItem PicklistItem, V2 schema. ITypedKeyValueContainer Simplified interface for retrieving field values. An object that has field values associated with it should implement this interface (such as TranslationUnit). Enums Action Represents the action taken for a translation unit during an import operation. AdaptiveMachineTranslationLookupMode Specifies how to use adaptive machine translation. AtomicExpression.Operator Specifies the operators available in an atomic expression. ComposedExpression.Operator Specifies the operators available in a composed expression. FGASupport Specifies the fine-grained-alignment support status FieldType The type of a field, i.e. whether it's a user-defined field, a system-defined field, a pseudo field, etc. FieldValueType Specifies the type of a field declaration or value. The field type define the operators that can be applied to a particular field value. FuzzyIndexes Specifies the fuzzy index type. ImportSettings.FieldUpdateMode Specifies how existing custom field data should be updated. ImportSettings.ImportTUProcessingMode Controls whether cleanup heuristics are applied to TUs being read and which ones are processed by the importer. ImportSettings.NewFieldsOption Specifies how the system should react if an import or an add operation would result in a change to the setup (such as implicitly adding unknown fields or field values). ImportSettings.TUUpdateMode The mode to update TU when a TU with the same source segment already exists in the TM ImportStatus Translation Memory Import Status MachineTranslationLookupMode Specifies when to use machine translation. PenaltyType Specifies the penalty type. PlaceableType Specifies the type of a placeable. SearchMode Specifies the search type. SortDirection Specifies the sort direction, ascending or descending. SubsegmentMatchType Specifies the type of a subsegment match SubsegmentSearchCondition Specifies the conditions under which subsegment matching should be performed TextContextMatch Specifies the type of a context match. TextContextMatchType Indicates what kind of text context match a TM will use TranslationUnitFormat The original format of the Translation Unit, if imported from legacy sources. TranslationUnitOrigin Specifies the origin of a translation unit. WordCountFlags Flags controlling word count behaviour Delegates SearchResults.SearchResultComparer Represents a method which compares two search results, and returns a value indicating the sort order. SortDisambiguator.Disambiguator Represents a method which compares two objects, and returns a value indicating the sort order." + "keywords": "Namespace Sdl.LanguagePlatform.TranslationMemory Classes AppliedPenalty Represents the penalty applied to a search result. AtomicExpression Represents an atomic expression, where a field must be in a specified relationship to a value. The operands should be initialized before the operator, so that the class can ensure type compatibility. ComposedExpression Represents a boolean composed expression. The operator can be AND, OR and NOT and the operands can be either atomic expressions or other composed expressions. DateTimeFieldValue Represents a DateTime field value. DocumentDetail DuplicateIterator Represents a duplicate translation units search iterator. After the iterator is created, it is set to start searching from the beginning of the translation memory. This instance is passed to the API, which modifies it, by annotating the current position reached and passes it back to the caller, to be used in a subsequent call. This object should never be modified manually. DuplicateIterator.DuplicateIteratorPosition Represents a position within the translation memory of this iterator. ExportSettings Encapsulates settings and parameters for export. ExportStatistics Encapsulates the results of an export process without keeping track of the individual action taken for each exported TU. Field Represents a field declaration. FieldDefinitions Encapsulates a set of field declarations. Fields are identified through their name or through their GUID. Note that field names are case-insensitive. FieldIdentifier FieldIdentifier class uniquely identifies a field by the field value type and the field name. FieldValue Represents a field value, which is a combination of a field name, a field value type, and the actual field values. This class is abstract. FieldValues Encapsulates a collection of field values. Filter Represents a filter meant to retrieve a subset of translation units from a translation memory. FilterExpression Base class for filter expressions. Expressions can be atomic or composed. FilterExpressionParser Provides a parser that can read a filter expression from a string and create an equivalent FilterExpression object. The returned object can be serialized back into an equivalent string, which may not look exactly like the original input. That is because the parser normalizes the input, by surrounding field names and values with double quotes and by adding brackets. Field names are case insensitive and so are string values. Picklist values are case sensitive and the parser will throw an error if the expression contains a value not defined by the specified field. FuzzyIndexTuningSettings Settings which affect the performance of the fuzzy index. A specific storage implementation may, but does not have to, honor any tuning settings. ImportResult Encapsulates information about the result of an import operation. ImportResults Encapsulates the results of an import operation. ImportSettings Represents a group of settings which control the way the import is executed. ImportStatistics Encapsulates the results of an import process without keeping track of the individual action taken for each import TU. The ImportResults give more detail. IntFieldValue Represents an integer field value. LogManager MultiplePicklistFieldValue Represents a multiple picklist field value. MultipleStringFieldValue Represents a multiple string field value. Values are unique, and comparisons are done case-insensitive. NLogLogger Penalty Represents a penalty, which is a combination of a penalty type and a penalty value (the malus). PersistentObject A base class for various translation memory objects which are persisted, such as translation units. This class is for internal purposes only and not intended to be used by the end user. PersistentObjectToken Encapsulates the primary key of a PersistentObject , such as a TM, TU, or Field Declaration. PicklistField Represents a field declaration that contains a picklist and whose field values can only be chosen from that picklist. PicklistItem Represents a picklist item in a picklist field declaration. PicklistItems Encapsulates a collection of picklist items. Placeable A placeable is a combination of a source token index together with a target token index. Either index can be -1, indicating that no corresponding token pair exists (or no appropriate segment was available). Not both of the indices should be -1. PlaceableAssociation A placeable association is a correspondence between two placeables, one in the source segment, and one in the target segment. Either may be null, but not both at the same time. If a placeable is null and the other isn't, it means that the respective segment wasn't available when the placeables were computed, or that no association could be found. PlaceableComputer Provides methods to compute placeables and their alignments from two segments, or from a translation unit. RegularIterator Represents a regular iterator that can retrieve all the translation units from a translation memory page by page. The iterator can have a filter, in which case it will only return those translation units that match the filter. The default page for this iterator is 100 translation units. ScoringResult Represents the score for a search result. SearchResult Encapsulates the result of a search operation, a memory translation unit, possiby annotated with score, placeables and context information. SearchResultFieldValueAccessor A class which allows to use a search result as a ITypedKeyValueContainer . SearchResultFieldValueComparer Implements a comparer for search results. SearchResults Represents a set of results returned by the translation memory after a search operation for a given input (segment/translation unit/string). SearchResultsMerged Represents a set of results returned by multiple translation memories after a search operation for a given input (segment/translation unit/string). SearchSettings Represents a set of settings relevant for search opeartions. SegmentAndSubsegmentSearchResults Represents a set of results returned by a subsegment translation memory after a search operation for a given input (segment/translation unit/string), providing both segment-level and subsegment matches. SegmentAndSubsegmentSearchResultsMerged SegmentSerializer SinglePicklistFieldValue Represents a single picklist field value. SingleStringFieldValue Represents a single string field value. SortCriterium Encapsulates a sort criterium. SortDisambiguator Disambiguator to identify the sort order, by comparing two search results. Ambiguation occurs when the match results are qualified as being identical, which would require further elaboration to establish which result is more significant, taking into consideration the presedence of the translation providers, from where the results are derived. Sorter A Sorter implements the generic IComparer interface to compare two objects of type T, using a caller-supplied sort specification (which includes the fields to consider during sorting, and the sort direction). A field value resolver then is used to retrieve, for a specific field, the value of that field in each of the two instaces which are currently compared. SortSpecification Encapsulates a set of criteria used for sorting translation units. The order in which the different criteria are added to a sort specification is essential. Only if two translation units are equivalent according to a sort criterium, the next relevant criterium will be considered in order to decide which of the translation units comes first and so on. The sort specification consists of a collection of SortCriterium objects which in turn may refer to system fields or filter names, and include a specification whether to sort ascending or descending. Typical examples are: Sco/D UsD/D which sorts descending by score and descending by last usage date. SubsegmentSearchResult Provides details of a subsegment match found for a fragment of the query segment. SubsegmentSearchResults Represents a set of results returned by the translation memory after a subsegment search operation for a given input (segment/translation unit/string). SubsegmentSearchResultsCollection A collection of SubsegmentSearchResults produced by performing subsegment matching for a segment. SubsegmentSearchSettings Used to specify parameters to apply when subsegment matching SystemFields Encapsulates the system fields of a translation unit. SystemFieldsKeys Used for systemFields metadata keys SystemFieldsParameters TranslationMemoryIterator Base iterator class. Contains the common properties needed for iteration through a translation memory. TranslationMemoryProgress TranslationUnit Represents a pair of source and target text, decorated with a set of system fields and eventually, with a set of user defined fields/attributes. It may also contain contextual information as well as information about its origin and eventually, a key for unique identification on a given system. TuContext Encapsulates information about the context of a translation unit relative to other translation units within a document. TuContexts A collection of translation unit context objects. The same translation unit may occur in different places within a document, thus having different contexts. TuIdContexts A collection of translation unit idcontext objects. The same translation unit may occur in different places within a document, thus having different contexts. TuLimitsValidatorSettings Settings object for a TU limits validator Utilities General utilities. WordCounter Provides WordCounts for a set of tokens, where necessary converting tokens for JA/ZH et al back to to produce 'legacy' results. When creating word counts for multiple segments, use a single WordCounter object and call GetWordCountsAsync(IList, WordCountsOptions, CultureCode) repeatedly, to avoid repeated tokenizer creation in those cases. WordCounts Represents the result of a word count. WordCountsOptions Interfaces IAttribute Attribute data, V2 schema. IField Represents a field declaration. IFieldDefinitions Represents an enumerable collection of fields, with getters by name and by GUID. IFieldTemplate Field template, V2 schema. IFieldValueComparer Defines a generic method for comparing objects that expose fields. ILogLogger IPicklistOption PicklistItem, V2 schema. ITypedKeyValueContainer Simplified interface for retrieving field values. An object that has field values associated with it should implement this interface (such as TranslationUnit). Enums Action Represents the action taken for a translation unit during an import operation. AdaptiveMachineTranslationLookupMode Specifies how to use adaptive machine translation. AtomicExpression.Operator Specifies the operators available in an atomic expression. ComposedExpression.Operator Specifies the operators available in a composed expression. FGASupport Specifies the fine-grained-alignment support status FieldType The type of a field, i.e. whether it's a user-defined field, a system-defined field, a pseudo field, etc. FieldValueType Specifies the type of a field declaration or value. The field type define the operators that can be applied to a particular field value. FuzzyIndexes Specifies the fuzzy index type. ImportSettings.FieldUpdateMode Specifies how existing custom field data should be updated. ImportSettings.ImportTUProcessingMode Controls whether cleanup heuristics are applied to TUs being read and which ones are processed by the importer. ImportSettings.NewFieldsOption Specifies how the system should react if an import or an add operation would result in a change to the setup (such as implicitly adding unknown fields or field values). ImportSettings.TUUpdateMode The mode to update TU when a TU with the same source segment already exists in the TM ImportStatus Translation Memory Import Status MachineTranslationLookupMode Specifies when to use machine translation. PenaltyType Specifies the penalty type. PlaceableType Specifies the type of a placeable. SearchMode Specifies the search type. SortDirection Specifies the sort direction, ascending or descending. SubsegmentMatchType Specifies the type of a subsegment match SubsegmentSearchCondition Specifies the conditions under which subsegment matching should be performed TextContextMatch Specifies the type of a context match. TextContextMatchType Indicates what kind of text context match a TM will use TranslationUnitFormat The original format of the Translation Unit, if imported from legacy sources. TranslationUnitOrigin Specifies the origin of a translation unit. WordCountFlags Flags controlling word count behaviour Delegates SearchResults.SearchResultComparer Represents a method which compares two search results, and returns a value indicating the sort order. SortDisambiguator.Disambiguator Represents a method which compares two objects, and returns a value indicating the sort order." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IAttribute.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IAttribute.html", "title": "Interface IAttribute", - "keywords": "Interface IAttribute Attribute data, V2 schema. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public interface IAttribute Properties Guid Guid Declaration Guid Guid { get; } Property Value Type Description Guid Name Gets or sets the field name. Declaration string Name { get; } Property Value Type Description string PicklistItems The names of all picklist items for this Field. This collection will be empty if this field is not a SinglePicklist or MultiplePicklist . Declaration IReadOnlyCollection PicklistItems { get; } Property Value Type Description IReadOnlyCollection IPicklistItem ValueType Gets or sets the field value type. Declaration FieldValueType ValueType { get; } Property Value Type Description FieldValueType" + "keywords": "Interface IAttribute Attribute data, V2 schema. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public interface IAttribute Properties Guid Guid Declaration Guid Guid { get; } Property Value Type Description System.Guid Name Gets or sets the field name. Declaration string Name { get; } Property Value Type Description System.String Picklist The names of all picklist items for this Field. This collection will be empty if this field is not a SinglePicklist or MultiplePicklist . Declaration IReadOnlyCollection Picklist { get; } Property Value Type Description System.Collections.Generic.IReadOnlyCollection < IPicklistOption > Type Gets or sets the field value type. Declaration FieldValueType Type { get; } Property Value Type Description FieldValueType" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IField.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IField.html", "title": "Interface IField", - "keywords": "Interface IField Represents a field declaration. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public interface IField Properties Name Gets or sets the field name. Declaration string Name { get; } Property Value Type Description string PicklistItemNames The names of all picklist items for this Field. This collection will be empty if this field is not a SinglePicklist or MultiplePicklist . Declaration IList PicklistItemNames { get; } Property Value Type Description IList string ValueType Gets or sets the field value type. Declaration FieldValueType ValueType { get; } Property Value Type Description FieldValueType" + "keywords": "Interface IField Represents a field declaration. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public interface IField Properties Name Gets or sets the field name. Declaration string Name { get; } Property Value Type Description System.String PicklistItemNames The names of all picklist items for this Field. This collection will be empty if this field is not a SinglePicklist or MultiplePicklist . Declaration IList PicklistItemNames { get; } Property Value Type Description System.Collections.Generic.IList < System.String > ValueType Gets or sets the field value type. Declaration FieldValueType ValueType { get; } Property Value Type Description FieldValueType" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions.html", "title": "Interface IFieldDefinitions", - "keywords": "Interface IFieldDefinitions Represents an enumerable collection of fields, with getters by name and by GUID. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public interface IFieldDefinitions Methods LookupIField(Guid) Returns the field with the specified GUID, or null if there is no field with that GUID. Declaration IField LookupIField(Guid guid) Parameters Type Name Description Guid guid Returns Type Description IField LookupIField(string) Returns the field with the specified name, or null if there is no field with that name. Declaration IField LookupIField(string name) Parameters Type Name Description string name Returns Type Description IField" + "keywords": "Interface IFieldDefinitions Represents an enumerable collection of fields, with getters by name and by GUID. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public interface IFieldDefinitions Methods LookupIField(Guid) Returns the field with the specified GUID, or null if there is no field with that GUID. Declaration IField LookupIField(Guid guid) Parameters Type Name Description System.Guid guid Returns Type Description IField LookupIField(String) Returns the field with the specified name, or null if there is no field with that name. Declaration IField LookupIField(string name) Parameters Type Name Description System.String name Returns Type Description IField" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldTemplate.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldTemplate.html", "title": "Interface IFieldTemplate", - "keywords": "Interface IFieldTemplate Field template, V2 schema. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public interface IFieldTemplate Properties Attributes Declaration IReadOnlyCollection Attributes { get; } Property Value Type Description IReadOnlyCollection IAttribute Guid Guid Declaration Guid Guid { get; } Property Value Type Description Guid Revision Each change should increase Revision number Declaration int Revision { get; } Property Value Type Description int" + "keywords": "Interface IFieldTemplate Field template, V2 schema. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public interface IFieldTemplate Properties Attributes Declaration IReadOnlyCollection Attributes { get; } Property Value Type Description System.Collections.Generic.IReadOnlyCollection < IAttribute > Guid Guid Declaration Guid Guid { get; } Property Value Type Description System.Guid Revision Each change should increase Revision number Declaration int Revision { get; } Property Value Type Description System.Int32" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer-1.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer-1.html", "title": "Interface IFieldValueComparer", - "keywords": "Interface IFieldValueComparer Defines a generic method for comparing objects that expose fields. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public interface IFieldValueComparer Type Parameters Name Description T Methods Compare(T, T, string) Compares two objects' specified field values and returns an indication of their relative values. Declaration int Compare(T a, T b, string fieldName) Parameters Type Name Description T a The first of the two items to compare. T b The second of the two items to compare. string fieldName The field used for comparison. Returns Type Description int Less than zero if a is less than b, zero if a equals b or a value greater than zero if a is greater than b." + "keywords": "Interface IFieldValueComparer Defines a generic method for comparing objects that expose fields. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public interface IFieldValueComparer Type Parameters Name Description T Methods Compare(T, T, String) Compares two objects' specified field values and returns an indication of their relative values. Declaration int Compare(T a, T b, string fieldName) Parameters Type Name Description T a The first of the two items to compare. T b The second of the two items to compare. System.String fieldName The field used for comparison. Returns Type Description System.Int32 Less than zero if a is less than b, zero if a equals b or a value greater than zero if a is greater than b." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ILogLogger.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ILogLogger.html", "title": "Interface ILogLogger", - "keywords": "Interface ILogLogger Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public interface ILogLogger Methods Log(Exception) Declaration void Log(Exception ex) Parameters Type Name Description Exception ex Log(string) Declaration void Log(string msg) Parameters Type Name Description string msg LogDebug(string) Declaration void LogDebug(string msg) Parameters Type Name Description string msg LogError(string) Declaration void LogError(string msg) Parameters Type Name Description string msg LogWarn(string) Declaration void LogWarn(string msg) Parameters Type Name Description string msg" + "keywords": "Interface ILogLogger Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public interface ILogLogger Methods Log(Exception) Declaration void Log(Exception ex) Parameters Type Name Description System.Exception ex Log(String) Declaration void Log(string msg) Parameters Type Name Description System.String msg LogDebug(String) Declaration void LogDebug(string msg) Parameters Type Name Description System.String msg LogError(String) Declaration void LogError(string msg) Parameters Type Name Description System.String msg LogError(String, Exception) Declaration void LogError(string msg, Exception ex) Parameters Type Name Description System.String msg System.Exception ex LogWarn(String) Declaration void LogWarn(string msg) Parameters Type Name Description System.String msg" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResult.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResult.html", "title": "Class ImportResult", - "keywords": "Class ImportResult Encapsulates information about the result of an import operation. Inheritance object ImportResult Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class ImportResult Constructors ImportResult() Initializes a new instance with default values. Declaration public ImportResult() ImportResult(Action) Initializes a new instance of the ImportResult class with the specified action. Declaration public ImportResult(Action action) Parameters Type Name Description Action action The action. ImportResult(Action, ErrorCode) Initializes a new instance of the ImportResult class with the specified action, error code and error message. Declaration public ImportResult(Action action, ErrorCode errorCode) Parameters Type Name Description Action action The action. ErrorCode errorCode The error code. Properties Action Gets or sets the action. Declaration [DataMember] public Action Action { get; set; } Property Value Type Description Action ErrorCode Gets or sets the error code. Declaration [DataMember] public ErrorCode ErrorCode { get; set; } Property Value Type Description ErrorCode TuId Gets or sets the translation unit ID for which this instance was created. Declaration [DataMember] public PersistentObjectToken TuId { get; set; } Property Value Type Description PersistentObjectToken Methods ToString() Show usefull information about the object Declaration public override string ToString() Returns Type Description string Overrides object.ToString()" + "keywords": "Class ImportResult Encapsulates information about the result of an import operation. Inheritance System.Object ImportResult Inherited Members 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class ImportResult Constructors ImportResult() Initializes a new instance with default values. Declaration public ImportResult() ImportResult(Action) Initializes a new instance of the ImportResult class with the specified action. Declaration public ImportResult(Action action) Parameters Type Name Description Action action The action. ImportResult(Action, ErrorCode) Initializes a new instance of the ImportResult class with the specified action, error code and error message. Declaration public ImportResult(Action action, ErrorCode errorCode) Parameters Type Name Description Action action The action. ErrorCode errorCode The error code. Properties Action Gets or sets the action. Declaration public Action Action { get; set; } Property Value Type Description Action ErrorCode Gets or sets the error code. Declaration public ErrorCode ErrorCode { get; set; } Property Value Type Description ErrorCode TuId Gets or sets the translation unit ID for which this instance was created. Declaration public PersistentObjectToken TuId { get; set; } Property Value Type Description PersistentObjectToken Methods ToString() Show usefull information about the object Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResults.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResults.html", "title": "Class ImportResults", - "keywords": "Class ImportResults Encapsulates the results of an import process without keeping track of the individual action taken for each import TU. The ImportResults give more detail. Inheritance object ImportStatistics ImportResults Implements IEnumerable ImportResult IEnumerable Inherited Members ImportStatistics.Add(ImportStatistics) ImportStatistics.Errors ImportStatistics.DiscardedTranslationUnits ImportStatistics.AddedTranslationUnits ImportStatistics.MergedTranslationUnits ImportStatistics.OverwrittenTranslationUnits ImportStatistics.DeletedTranslationUnits ImportStatistics.RawTUs ImportStatistics.TotalRead ImportStatistics.BadTranslationUnits ImportStatistics.TotalImported object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class ImportResults : ImportStatistics, IEnumerable, IEnumerable Constructors ImportResults() Constructor. Creates an empty instance of ImportResult . Declaration public ImportResults() ImportResults(IList) Constructor. Initializes a new instance of the ImportResults class. Declaration public ImportResults(IList importResults) Parameters Type Name Description IList ImportResult importResults Properties Count Gets the total number of translation units processed during the import. Declaration public int Count { get; } Property Value Type Description int this[int] Retrieves the action taken for the translation unit at the specified index. Declaration public ImportResult this[int index] { get; set; } Parameters Type Name Description int index The index of the translation unit. Property Value Type Description ImportResult The import result for the translation unit at the specified position. Methods GetEnumerator() Implementation for GetEnumerator Declaration public IEnumerator GetEnumerator() Returns Type Description IEnumerator ImportResult Implements IEnumerable IEnumerable" + "keywords": "Class ImportResults Encapsulates the results of an import operation. Inheritance System.Object ImportStatistics ImportResults Implements System.Collections.Generic.IEnumerable < ImportResult > System.Collections.IEnumerable Inherited Members ImportStatistics.Add(ImportStatistics) ImportStatistics.Errors ImportStatistics.DiscardedTranslationUnits ImportStatistics.AddedTranslationUnits ImportStatistics.MergedTranslationUnits ImportStatistics.OverwrittenTranslationUnits ImportStatistics.DeletedTranslationUnits ImportStatistics.RawTUs ImportStatistics.TotalRead ImportStatistics.BadTranslationUnits ImportStatistics.TotalImported 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class ImportResults : ImportStatistics, IEnumerable, IEnumerable Constructors ImportResults() Constructor. Creates an empty instance of ImportResult . Declaration public ImportResults() ImportResults(IList) Constructor. Initializes a new instance of the ImportResults class. Declaration public ImportResults(IList importResults) Parameters Type Name Description System.Collections.Generic.IList < ImportResult > importResults Properties Count Gets the total number of translation units processed during the import. Declaration public int Count { get; } Property Value Type Description System.Int32 Item[Int32] Retrieves the action taken for the translation unit at the specified index. Declaration public ImportResult this[int index] { get; set; } Parameters Type Name Description System.Int32 index The index of the translation unit. Property Value Type Description ImportResult The import result for the translation unit at the specified position. Methods GetEnumerator() Implementation for GetEnumerator Declaration public IEnumerator GetEnumerator() Returns Type Description System.Collections.Generic.IEnumerator < ImportResult > Explicit Interface Implementations IEnumerable.GetEnumerator() Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description System.Collections.IEnumerator Implements System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldUpdateMode.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldUpdateMode.html", "title": "Enum ImportSettings.FieldUpdateMode", - "keywords": "Enum ImportSettings.FieldUpdateMode Specifies how existing custom field data should be updated. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum ImportSettings.FieldUpdateMode Fields Name Description LeaveUnchanged Field values of the existing TU are not changed, the field values of the imported TU are discarded. Merge Field values of the imported TU are merged with that of the existing TU. This is the default. Overwrite Field values of the existing TU are overwritten with that of the imported TU." + "keywords": "Enum ImportSettings.FieldUpdateMode Specifies how existing custom field data should be updated. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum FieldUpdateMode Fields Name Description LeaveUnchanged Field values of the existing TU are not changed, the field values of the imported TU are discarded. Merge Field values of the imported TU are merged with that of the existing TU. This is the default. Overwrite Field values of the existing TU are overwritten with that of the imported TU." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.html", "title": "Class ImportSettings", - "keywords": "Class ImportSettings Represents a group of settings which control the way the import is executed. Inheritance object ImportSettings Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class ImportSettings Constructors ImportSettings() Initializes a new instance with default values. Declaration public ImportSettings() Fields DefaultTagCountLimit The default limit for the maximum number of tags a TU segment may contain. Declaration public static readonly int DefaultTagCountLimit Field Value Type Description int Properties AcronymsAutoSubstitution Gets or sets the TU Processing Mode to be applied to the import. Declaration [DataMember] [Obsolete(\"This flag is now ignored. If Acronym recognizer is enabled for a TM, Acronym auto-substitution will always be enabled during import (just like other recognizers).\")] public bool AcronymsAutoSubstitution { get; set; } Property Value Type Description bool AlignmentQuality Gets/Sets the minimum import alignment quality value(default value: 70) Declaration [DataMember] public int AlignmentQuality { get; set; } Property Value Type Description int CheckMatchingSublanguages Gets or sets whether the import should enforce that the sublanguages match. Declaration [DataMember] public bool CheckMatchingSublanguages { get; set; } Property Value Type Description bool ConfirmationLevels Gets or sets the confirmation levels which TUs of a document import should have in order to be imported. When null or empty, all segments are imported. Note: TUs excluded by this also do not generate context for their neighbour(s) when the TM context type is PrecedingSourceAndTarget Declaration [DataMember] public ConfirmationLevel[] ConfirmationLevels { get; set; } Property Value Type Description ConfirmationLevel EditScript Allows to perform edits during import. The edit script will be applied after the filter is applied (if present), but before the project settings are applied. Declaration [DataMember] public EditScript EditScript { get; set; } Property Value Type Description EditScript ExistingFieldsUpdateMode Gets or sets the value indicating how to handle values of existing fields. Declaration [DataMember] public ImportSettings.FieldUpdateMode ExistingFieldsUpdateMode { get; set; } Property Value Type Description ImportSettings FieldUpdateMode ExistingTUsUpdateMode Gets or sets the value indicating how to update TU when a TU with the same source segment already exists in the TM Declaration [DataMember(Order = 2, IsRequired = false)] public ImportSettings.TUUpdateMode ExistingTUsUpdateMode { get; set; } Property Value Type Description ImportSettings TUUpdateMode FieldIdentifierMappings Gets or sets the field identifier mappings; old field identifier, new field identifier. Field identifier mapping immediately maps the field identifier read to another field identifier. Declaration [DataMember] public IDictionary FieldIdentifierMappings { get; set; } Property Value Type Description IDictionary FieldIdentifier FieldIdentifier Filter Allows to access a filter to be used during import. If a filter is set, only matching translation units will be imported. Note that filters will not be evaluated during document imports. Declaration [DataMember] public FilterExpression Filter { get; set; } Property Value Type Description FilterExpression IncrementUsageCount Gets or sets whether the usage count property of a translation unit should be modified upon use. Declaration [DataMember] public bool IncrementUsageCount { get; set; } Property Value Type Description bool InvalidTranslationUnitsExportPath If non-null, invalid translation units (or those which produce import errors) will be written to the specified output file. Declaration [DataMember] public string InvalidTranslationUnitsExportPath { get; set; } Property Value Type Description string IsDocumentImport Gets or sets whether this is a document import. If yes, contextual information will be saved into the translation memory. Declaration [DataMember] public bool IsDocumentImport { get; set; } Property Value Type Description bool NewFields Gets or sets the value indicating the new fields behavior. Declaration [DataMember] public ImportSettings.NewFieldsOption NewFields { get; set; } Property Value Type Description ImportSettings NewFieldsOption OverrideTuUserIdWithCurrentContextUser Gets or sets the value that indicate if the TM importer will override the user id received from client. Declaration [DataMember] public bool OverrideTuUserIdWithCurrentContextUser { get; set; } Property Value Type Description bool OverwriteExistingTUs Gets or sets a flag indicating whether existing TUs (those with the same source segment) should be deleted. Note that all such existing TUs will be deleted from the TM before the new TU is being added. This effectively removes all potential duplicates in the target TM. Declaration [Obsolete(\"OverwriteExistingTUS property is obsolete, please use ExistingTUsUpdateMode instead.\")] [DataMember] public bool OverwriteExistingTUs { get; set; } Property Value Type Description bool PlainText Gets or sets whether the input is plain text or it may contains tags. Declaration [DataMember] public bool PlainText { get; set; } Property Value Type Description bool ProjectSettings Gets or sets the project settings. Declaration [DataMember] public FieldValues ProjectSettings { get; set; } Property Value Type Description FieldValues SegmentLengthLimit Gets or sets the value that indicate if the TM importer will ignore TU with segments (Source or Target) with the length (number of characters) over specified limit. Declaration [DataMember] public int? SegmentLengthLimit { get; set; } Property Value Type Description int TUProcessingMode Gets or sets the TU Processing Mode to be applied to the import. Declaration [DataMember] public ImportSettings.ImportTUProcessingMode TUProcessingMode { get; set; } Property Value Type Description ImportSettings ImportTUProcessingMode TagCountLimit Gets or sets the limit for the number of tags any TU segment may contain in order to be imported. The default value is DefaultTagCountLimit . If the limit is exceeded, the TU will not be imported and an error will be generated. If the value is 0, no limit will be applied. Declaration [DataMember] public int TagCountLimit { get; set; } Property Value Type Description int TagNestingLimit Gets or sets the limit for the number of nested tags any TU segment may contain in order to be imported. If the limit is exceeded, the TU will not be imported and an error will be generated. If the value is null, no limit will be applied. Declaration [DataMember] public int? TagNestingLimit { get; set; } Property Value Type Description int UseTmUserIdFromBilingualFile Gets or sets the value indicating the location that is used for user id when importing TUs. Declaration [DataMember] public bool UseTmUserIdFromBilingualFile { get; set; } Property Value Type Description bool UserName Gets/Sets the user display name which is performing the operation Declaration [DataMember] public string UserName { get; set; } Property Value Type Description string" + "keywords": "Class ImportSettings Represents a group of settings which control the way the import is executed. Inheritance System.Object ImportSettings 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class ImportSettings Constructors ImportSettings() Initializes a new instance with default values. Declaration public ImportSettings() Fields DefaultTagCountLimit The default limit for the maximum number of tags a TU segment may contain. Declaration public static readonly int DefaultTagCountLimit Field Value Type Description System.Int32 Properties AcronymsAutoSubstitution Gets or sets the TU Processing Mode to be applied to the import. Declaration [Obsolete(\"This flag is now ignored. If Acronym recognizer is enabled for a TM, Acronym auto-substitution will always be enabled during import (just like other recognizers).\")] public bool AcronymsAutoSubstitution { get; set; } Property Value Type Description System.Boolean AlignmentQuality Gets/Sets the minimum import alignment quality value(default value: 70) Declaration public int AlignmentQuality { get; set; } Property Value Type Description System.Int32 CheckMatchingSublanguages Gets or sets whether the import should enforce that the sublanguages match. Declaration public bool CheckMatchingSublanguages { get; set; } Property Value Type Description System.Boolean ConfirmationLevels Gets or sets the confirmation levels which TUs of a document import should have in order to be imported. When null or empty, all segments are imported. Note: TUs excluded by this also do not generate context for their neighbour(s) when the TM context type is PrecedingSourceAndTarget Declaration public ConfirmationLevel[] ConfirmationLevels { get; set; } Property Value Type Description ConfirmationLevel [] EditScript Allows to perform edits during import. The edit script will be applied after the filter is applied (if present), but before the project settings are applied. Declaration public EditScript EditScript { get; set; } Property Value Type Description EditScript ExistingFieldsUpdateMode Gets or sets the value indicating how to handle values of existing fields. Declaration public ImportSettings.FieldUpdateMode ExistingFieldsUpdateMode { get; set; } Property Value Type Description ImportSettings.FieldUpdateMode ExistingTUsUpdateMode Gets or sets the value indicating how to update TU when a TU with the same source segment already exists in the TM Declaration public ImportSettings.TUUpdateMode ExistingTUsUpdateMode { get; set; } Property Value Type Description ImportSettings.TUUpdateMode FieldIdentifierMappings Gets or sets the field identifier mappings; old field identifier, new field identifier. Field identifier mapping immediately maps the field identifier read to another field identifier. Declaration public IDictionary FieldIdentifierMappings { get; set; } Property Value Type Description System.Collections.Generic.IDictionary < FieldIdentifier , FieldIdentifier > Filter Allows to access a filter to be used during import. If a filter is set, only matching translation units will be imported. Note that filters will not be evaluated during document imports. Declaration public FilterExpression Filter { get; set; } Property Value Type Description FilterExpression IncrementUsageCount Gets or sets whether the usage count property of a translation unit should be modified upon use. Declaration public bool IncrementUsageCount { get; set; } Property Value Type Description System.Boolean InvalidTranslationUnitsExportPath If non-null, invalid translation units (or those which produce import errors) will be written to the specified output file. Declaration public string InvalidTranslationUnitsExportPath { get; set; } Property Value Type Description System.String IsDocumentImport Gets or sets whether this is a document import. If yes, contextual information will be saved into the translation memory. Declaration public bool IsDocumentImport { get; set; } Property Value Type Description System.Boolean NewFields Gets or sets the value indicating the new fields behavior. Declaration public ImportSettings.NewFieldsOption NewFields { get; set; } Property Value Type Description ImportSettings.NewFieldsOption OverrideTuUserIdWithCurrentContextUser Gets or sets the value that indicate if the TM importer will override the user id received from client. Declaration public bool OverrideTuUserIdWithCurrentContextUser { get; set; } Property Value Type Description System.Boolean OverwriteExistingTUs Gets or sets a flag indicating whether existing TUs (those with the same source segment) should be deleted. Note that all such existing TUs will be deleted from the TM before the new TU is being added. This effectively removes all potential duplicates in the target TM. Declaration [Obsolete(\"OverwriteExistingTUS property is obsolete, please use ExistingTUsUpdateMode instead.\")] public bool OverwriteExistingTUs { get; set; } Property Value Type Description System.Boolean PlainText Gets or sets whether the input is plain text or it may contains tags. Declaration public bool PlainText { get; set; } Property Value Type Description System.Boolean ProjectSettings Gets or sets the project settings. Declaration public FieldValues ProjectSettings { get; set; } Property Value Type Description FieldValues SegmentLengthLimit Gets or sets the value that indicate if the TM importer will ignore TU with segments (Source or Target) with the length (number of characters) over specified limit. Declaration public int? SegmentLengthLimit { get; set; } Property Value Type Description System.Nullable < System.Int32 > TagCountLimit Gets or sets the limit for the number of tags any TU segment may contain in order to be imported. The default value is DefaultTagCountLimit . If the limit is exceeded, the TU will not be imported and an error will be generated. If the value is 0, no limit will be applied. Declaration public int TagCountLimit { get; set; } Property Value Type Description System.Int32 TagNestingLimit Gets or sets the limit for the number of nested tags any TU segment may contain in order to be imported. If the limit is exceeded, the TU will not be imported and an error will be generated. If the value is null, no limit will be applied. Declaration public int? TagNestingLimit { get; set; } Property Value Type Description System.Nullable < System.Int32 > TUProcessingMode Gets or sets the TU Processing Mode to be applied to the import. Declaration public ImportSettings.ImportTUProcessingMode TUProcessingMode { get; set; } Property Value Type Description ImportSettings.ImportTUProcessingMode UserName Gets/Sets the user display name which is performing the operation Declaration public string UserName { get; set; } Property Value Type Description System.String UseTmUserIdFromBilingualFile Gets or sets the value indicating the location that is used for user id when importing TUs. Declaration public bool UseTmUserIdFromBilingualFile { get; set; } Property Value Type Description System.Boolean" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.ImportTUProcessingMode.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.ImportTUProcessingMode.html", "title": "Enum ImportSettings.ImportTUProcessingMode", - "keywords": "Enum ImportSettings.ImportTUProcessingMode Controls whether cleanup heuristics are applied to TUs being read and which ones are processed by the importer. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum ImportSettings.ImportTUProcessingMode Fields Name Description ProcessBothTUs Process both the raw TU as well as the cleaned one. ProcessCleanedTUOnly Apply flavor-specific cleanup heuristics to a TU read from the input stream and process only the cleaned TU. This is the default. ProcessRawTUOnly Apply only minimal cleanup (such as trimming) to a TU read from the input stream and process the raw TU, without additional, flavor-specific cleanup." + "keywords": "Enum ImportSettings.ImportTUProcessingMode Controls whether cleanup heuristics are applied to TUs being read and which ones are processed by the importer. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum ImportTUProcessingMode Fields Name Description ProcessBothTUs Process both the raw TU as well as the cleaned one. ProcessCleanedTUOnly Apply flavor-specific cleanup heuristics to a TU read from the input stream and process only the cleaned TU. This is the default. ProcessRawTUOnly Apply only minimal cleanup (such as trimming) to a TU read from the input stream and process the raw TU, without additional, flavor-specific cleanup." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.NewFieldsOption.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.NewFieldsOption.html", "title": "Enum ImportSettings.NewFieldsOption", - "keywords": "Enum ImportSettings.NewFieldsOption Specifies how the system should react if an import or an add operation would result in a change to the setup (such as implicitly adding unknown fields or field values). Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum ImportSettings.NewFieldsOption Fields Name Description AddToSetup The translation unit is processed and unknown user-defined fields are automatically added to the setup. Error If any translation unit contains an unknown user-defined field an error is thrown. Ignore The translation unit is processed and unknown user-defined fields are ignored (not added to the setup). SkipTranslationUnit The translation units containing unknown user-defined fields are skipped." + "keywords": "Enum ImportSettings.NewFieldsOption Specifies how the system should react if an import or an add operation would result in a change to the setup (such as implicitly adding unknown fields or field values). Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum NewFieldsOption Fields Name Description AddToSetup The translation unit is processed and unknown user-defined fields are automatically added to the setup. Error If any translation unit contains an unknown user-defined field an error is thrown. Ignore The translation unit is processed and unknown user-defined fields are ignored (not added to the setup). SkipTranslationUnit The translation units containing unknown user-defined fields are skipped." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.TUUpdateMode.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.TUUpdateMode.html", "title": "Enum ImportSettings.TUUpdateMode", - "keywords": "Enum ImportSettings.TUUpdateMode The mode to update TU when a TU with the same source segment already exists in the TM Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum ImportSettings.TUUpdateMode Fields Name Description AddNew Add a new TU and leave the original TU with the same source untouched. KeepMostRecent Delete all the existing TUs with matching source segments and leaves only the most recent TU. LeaveUnchanged Do not change the existing TUs with same source segment and ignore the new TU. Overwrite Overwrite all the existing TUs where source segment matches with the new content. OverwriteCurrent Overwrites only the current TUs where the source segment matches and leaves other existing TUs unmodified." + "keywords": "Enum ImportSettings.TUUpdateMode The mode to update TU when a TU with the same source segment already exists in the TM Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum TUUpdateMode Fields Name Description AddNew Add a new TU and leave the original TU with the same source untouched. KeepMostRecent Delete all the existing TUs with matching source segments and leaves only the most recent TU. LeaveUnchanged Do not change the existing TUs with same source segment and ignore the new TU. Overwrite Overwrite all the existing TUs where source segment matches with the new content. OverwriteCurrent Overwrites only the current TUs where the source segment matches and leaves other existing TUs unmodified." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.html", "title": "Class ImportStatistics", - "keywords": "Class ImportStatistics Encapsulates the results of an import process without keeping track of the individual action taken for each import TU. The ImportResults give more detail. Inheritance object ImportStatistics ImportResults Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class ImportStatistics Constructors ImportStatistics() Declaration public ImportStatistics() Properties AddedTranslationUnits Gets or sets the number of added translation units. Declaration public int AddedTranslationUnits { get; set; } Property Value Type Description int BadTranslationUnits Gets or sets the number of bad translation units Declaration public int BadTranslationUnits { get; set; } Property Value Type Description int DeletedTranslationUnits Gets or sets the number of overwritten translation units. Declaration public int DeletedTranslationUnits { get; set; } Property Value Type Description int DiscardedTranslationUnits Gets or sets the total number of discarded translation units. Declaration public int DiscardedTranslationUnits { get; set; } Property Value Type Description int Errors Gets or sets the total number of translation units that generated errors (Action.Error) during the import process. Declaration public int Errors { get; set; } Property Value Type Description int MergedTranslationUnits Gets or sets the number of merged translation units. Declaration public int MergedTranslationUnits { get; set; } Property Value Type Description int OverwrittenTranslationUnits Gets or sets the number of overwritten translation units. Declaration public int OverwrittenTranslationUnits { get; set; } Property Value Type Description int RawTUs Gets or sets the number of \"raw\" TUs which have been encountered in the input file. Since some import engines (such as the TMXImporter) map multilingual TUs to bilingual 1:1 TUs, and also filter out language directions the caller doesn't want to process, the number of raw TUs may significantly differ from the number of read TUs. Declaration public int RawTUs { get; set; } Property Value Type Description int TotalImported Gets the total number of imported translation units (the sum of added, merged, and overwritten TUs). Declaration public int TotalImported { get; } Property Value Type Description int TotalRead Gets or sets the number of total TUs which have been processed by the import engine. Declaration public int TotalRead { get; set; } Property Value Type Description int Methods Add(ImportStatistics) Adds, for each count category, the values of the other instance to the same count category of this instance. Declaration public void Add(ImportStatistics other) Parameters Type Name Description ImportStatistics other The counts to add" + "keywords": "Class ImportStatistics Encapsulates the results of an import process without keeping track of the individual action taken for each import TU. The ImportResults give more detail. Inheritance System.Object ImportStatistics ImportResults 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class ImportStatistics Constructors ImportStatistics() Declaration public ImportStatistics() Properties AddedTranslationUnits Gets or sets the number of added translation units. Declaration public int AddedTranslationUnits { get; set; } Property Value Type Description System.Int32 BadTranslationUnits Gets or sets the number of bad translation units Declaration public int BadTranslationUnits { get; set; } Property Value Type Description System.Int32 DeletedTranslationUnits Gets or sets the number of overwritten translation units. Declaration public int DeletedTranslationUnits { get; set; } Property Value Type Description System.Int32 DiscardedTranslationUnits Gets or sets the total number of discarded translation units. Declaration public int DiscardedTranslationUnits { get; set; } Property Value Type Description System.Int32 Errors Gets or sets the total number of translation units that generated errors (Action.Error) during the import process. Declaration public int Errors { get; set; } Property Value Type Description System.Int32 MergedTranslationUnits Gets or sets the number of merged translation units. Declaration public int MergedTranslationUnits { get; set; } Property Value Type Description System.Int32 OverwrittenTranslationUnits Gets or sets the number of overwritten translation units. Declaration public int OverwrittenTranslationUnits { get; set; } Property Value Type Description System.Int32 RawTUs Gets or sets the number of \"raw\" TUs which have been encountered in the input file. Since some import engines (such as the TMXImporter) map multilingual TUs to bilingual 1:1 TUs, and also filter out language directions the caller doesn't want to process, the number of raw TUs may significantly differ from the number of read TUs. Declaration public int RawTUs { get; set; } Property Value Type Description System.Int32 TotalImported Gets the total number of imported translation units (the sum of added, merged, and overwritten TUs). Declaration public int TotalImported { get; } Property Value Type Description System.Int32 TotalRead Gets or sets the number of total TUs which have been processed by the import engine. Declaration public int TotalRead { get; set; } Property Value Type Description System.Int32 Methods Add(ImportStatistics) Adds, for each count category, the values of the other instance to the same count category of this instance. Declaration public void Add(ImportStatistics other) Parameters Type Name Description ImportStatistics other The counts to add" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportStatus.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportStatus.html", "title": "Enum ImportStatus", - "keywords": "Enum ImportStatus Translation Memory Import Status Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum ImportStatus Fields Name Description Completed The import has completed successfully. CompletedWithErrors The import has completed with errors. A bad translation unit file is available for download. ExitedOnError The import was aborted by the system following an error. NotStarted The import has not yet been queued Queued The import has been queued on the server and will start shortly. Running The import is currently running." + "keywords": "Enum ImportStatus Translation Memory Import Status Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum ImportStatus Fields Name Description Completed The import has completed successfully. CompletedWithErrors The import has completed with errors. A bad translation unit file is available for download. ExitedOnError The import was aborted by the system following an error. NotStarted The import has not yet been queued Queued The import has been queued on the server and will start shortly. Running The import is currently running." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html", "title": "Class IntFieldValue", - "keywords": "Class IntFieldValue Represents a field value, which is a combination of a field name, a field value type, and the actual field values. This class is abstract. Inheritance object FieldValue IntFieldValue Inherited Members FieldValue.Name object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class IntFieldValue : FieldValue Constructors IntFieldValue() Initializes a new instance with default values. Required for serialization. Declaration public IntFieldValue() IntFieldValue(IntFieldValue) Initializes a new instance of the IntFieldValue class from another instance. Declaration public IntFieldValue(IntFieldValue other) Parameters Type Name Description IntFieldValue other The other instance. IntFieldValue(string) Initializes a new instance with the specified field name. Declaration public IntFieldValue(string name) Parameters Type Name Description string name The field name. IntFieldValue(string, int) Initializes a new instance of the IntFieldValue class with the specified field name and value. Declaration public IntFieldValue(string name, int v) Parameters Type Name Description string name The field name. int v The field value. Properties Value Gets or sets the value for this instance. Declaration [DataMember] public int Value { get; set; } Property Value Type Description int ValueType Gets the field value type. Declaration public override FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Overrides FieldValue.ValueType Methods Add(FieldValue) Adds another field value to the current value. The other value must be of the same type. Declaration public override bool Add(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to add. Returns Type Description bool true Overrides FieldValue.Add(FieldValue) Add(string) Adds another string to this instance's value list, if this instance is of any of the multiple valued types. Declaration public override bool Add(string s) Parameters Type Name Description string s The new value to be added. Returns Type Description bool true if this instance was changed, false otherwise. Overrides FieldValue.Add(string) Clear() Resets this instance to the default value. Declaration public override void Clear() Overrides FieldValue.Clear() Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public override FieldValue Duplicate() Returns Type Description FieldValue A new instance that is a deep copy of this instance. Overrides FieldValue.Duplicate() Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() GetValueString() Compute a string which represents the field value without the field name in a way which can be reversed through parsing. This should only be used internally by the field expression parser. UI-level presentation should use the field value's .ToString() method to get the field value display string. Declaration public override string GetValueString() Returns Type Description string A serialized string representation of the field value, which is suitable for persisting, and can be parsed through Parse(string) . Overrides FieldValue.GetValueString() Merge(FieldValue) Merges this instance with another field value, which must be of the same type. Declaration public override bool Merge(FieldValue rhs) Parameters Type Name Description FieldValue rhs The object to merge with. Returns Type Description bool true if this instance was changed, false otherwise. Overrides FieldValue.Merge(FieldValue) Parse(string) Initializes this instance from a string (deserialization). Declaration public override void Parse(string s) Parameters Type Name Description string s The string that contains the serialized form. Overrides FieldValue.Parse(string) Substract(FieldValue) Substracts a field value from this instance's field value. Both field values must be of the same type. Declaration public override bool Substract(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to substract. Returns Type Description bool true if this instance was changed, false otherwise. Overrides FieldValue.Substract(FieldValue) ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString()" + "keywords": "Class IntFieldValue Represents an integer field value. Inheritance System.Object FieldValue IntFieldValue Inherited Members FieldValue.Name System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class IntFieldValue : FieldValue Constructors IntFieldValue() Initializes a new instance with default values. Declaration public IntFieldValue() IntFieldValue(IntFieldValue) Initializes a new instance of the IntFieldValue class from another instance. Declaration public IntFieldValue(IntFieldValue other) Parameters Type Name Description IntFieldValue other The other instance. IntFieldValue(String) Initializes a new instance of the IntFieldValue class with the specified field name. Declaration public IntFieldValue(string name) Parameters Type Name Description System.String name The field name. IntFieldValue(String, Int32) Initializes a new instance of the IntFieldValue class with the specified field name and value. Declaration public IntFieldValue(string name, int v) Parameters Type Name Description System.String name The field name. System.Int32 v The field value. Properties Value Gets or sets the value for this instance. Declaration public int Value { get; set; } Property Value Type Description System.Int32 ValueType Gets the field value type. Always returns FieldValueType.Integer Declaration public override FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Overrides FieldValue.ValueType Methods Add(FieldValue) See Add(FieldValue) Declaration public override bool Add(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to add. Returns Type Description System.Boolean true Overrides FieldValue.Add(FieldValue) Add(String) See Add(String) Declaration public override bool Add(string s) Parameters Type Name Description System.String s The new value to be added. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Overrides FieldValue.Add(String) Clear() See Clear() Declaration public override void Clear() Overrides FieldValue.Clear() Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public override FieldValue Duplicate() Returns Type Description FieldValue A new instance that is a deep copy of this instance. Overrides FieldValue.Duplicate() Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() GetValueString() See GetValueString() Declaration public override string GetValueString() Returns Type Description System.String A serialized string representation of the field value, which is suitable for persisting, and can be parsed through Parse(String) . Overrides FieldValue.GetValueString() Merge(FieldValue) See Merge(FieldValue) Declaration public override bool Merge(FieldValue rhs) Parameters Type Name Description FieldValue rhs The object to merge with. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Overrides FieldValue.Merge(FieldValue) Parse(String) See Parse(String) Declaration public override void Parse(string s) Parameters Type Name Description System.String s The string that contains the serialized form. Overrides FieldValue.Parse(String) Substract(FieldValue) See Substract(FieldValue) Declaration public override bool Substract(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to substract. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Overrides FieldValue.Substract(FieldValue) ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString()" }, - "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.html": { - "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.html", - "title": "Interface IPicklistItem", - "keywords": "Interface IPicklistItem PicklistItem, V2 schema. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public interface IPicklistItem Properties Guid Guid Declaration Guid Guid { get; } Property Value Type Description Guid Value Gets the field Value. Declaration string Value { get; } Property Value Type Description string" + "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.html": { + "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.html", + "title": "Interface IPicklistOption", + "keywords": "Interface IPicklistOption PicklistItem, V2 schema. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public interface IPicklistOption Properties Guid Guid Declaration Guid Guid { get; } Property Value Type Description System.Guid Value Gets the field Value. Declaration string Value { get; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.html", "title": "Interface ITypedKeyValueContainer", - "keywords": "Interface ITypedKeyValueContainer Simplified interface for retrieving field values. An object that has field values associated with it should implement this interface (such as TranslationUnit). Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public interface ITypedKeyValueContainer Methods GetType(string) Returns the type of the field with name \"fieldName\". If the object does not have a value for that field, returns FieldValueType.Unknown. Declaration FieldValueType GetType(string fieldName) Parameters Type Name Description string fieldName The field name. Returns Type Description FieldValueType The type of that field, or FieldValueType.Unknown if it doesn't exist. GetValue(string) Returns the value of field with name \"fieldName\". The return value can be any field type. Declaration FieldValue GetValue(string fieldName) Parameters Type Name Description string fieldName The field name. Returns Type Description FieldValue The value of the field, or null if not defined. GetValue(string, FieldValueType) Returns the value of field with name \"fieldName\", given the field value type t. Declaration FieldValue GetValue(string fieldName, FieldValueType t) Parameters Type Name Description string fieldName The field name FieldValueType t The field type to return the value for. Returns Type Description FieldValue null if no value is defined. Throws exception if value is of a different type." + "keywords": "Interface ITypedKeyValueContainer Simplified interface for retrieving field values. An object that has field values associated with it should implement this interface (such as TranslationUnit). Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public interface ITypedKeyValueContainer Methods GetType(String) Returns the type of the field with name \"fieldName\". If the object does not have a value for that field, returns FieldValueType.Unknown. Declaration FieldValueType GetType(string fieldName) Parameters Type Name Description System.String fieldName The field name. Returns Type Description FieldValueType The type of that field, or FieldValueType.Unknown if it doesn't exist. GetValue(String) Returns the value of field with name \"fieldName\". The return value can be any field type. Declaration FieldValue GetValue(string fieldName) Parameters Type Name Description System.String fieldName The field name. Returns Type Description FieldValue The value of the field, or null if not defined. GetValue(String, FieldValueType) Returns the value of field with name \"fieldName\", given the field value type t. Declaration FieldValue GetValue(string fieldName, FieldValueType t) Parameters Type Name Description System.String fieldName The field name FieldValueType t The field type to return the value for. Returns Type Description FieldValue null if no value is defined. Throws exception if value is of a different type." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.LogManager.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.LogManager.html", "title": "Class LogManager", - "keywords": "Class LogManager Inheritance object LogManager Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class LogManager Properties Logger The nlog instance unique Declaration public static ILogLogger Logger { get; } Property Value Type Description ILogLogger" + "keywords": "Class LogManager Inheritance System.Object LogManager 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class LogManager Properties Logger The nlog instance unique Declaration public static ILogLogger Logger { get; } Property Value Type Description ILogLogger" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MachineTranslationLookupMode.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MachineTranslationLookupMode.html", "title": "Enum MachineTranslationLookupMode", - "keywords": "Enum MachineTranslationLookupMode Specifies when to use machine translation. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum MachineTranslationLookupMode Fields Name Description Always Always lookup segments, even when TM returns matches. Never Machine translation is disabled WhenNoTranslationMemoryMatch Lookup segments only when no TM match was found." + "keywords": "Enum MachineTranslationLookupMode Specifies when to use machine translation. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum MachineTranslationLookupMode Fields Name Description Always Always lookup segments, even when TM returns matches. Never Machine translation is disabled WhenNoTranslationMemoryMatch Lookup segments only when no TM match was found." + }, + "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.html": { + "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.html", + "title": "Class AbstractMetric", + "keywords": "Class AbstractMetric Base class for metrics Inheritance System.Object AbstractMetric GaugeMetric 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.Metrics Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public abstract class AbstractMetric Constructors AbstractMetric(String) Base class for metrics Declaration protected AbstractMetric(string name) Parameters Type Name Description System.String name Metric name Exceptions Type Condition System.ArgumentNullException Properties Name Gets the metric name Declaration public string Name { get; } Property Value Type Description System.String" + }, + "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.html": { + "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.html", + "title": "Class CoreTmNullMetricsReporter", + "keywords": "Class CoreTmNullMetricsReporter Sends metric data Inheritance System.Object CoreTmNullMetricsReporter Implements ICoreTmMetricsReporter 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.Metrics Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class CoreTmNullMetricsReporter : ICoreTmMetricsReporter Constructors CoreTmNullMetricsReporter() Declaration public CoreTmNullMetricsReporter() Properties Instance Null object implementation Declaration public static ICoreTmMetricsReporter Instance { get; } Property Value Type Description ICoreTmMetricsReporter Methods SendMetricAsync(GaugeMetric) Sends gauge metric data Declaration public Task SendMetricAsync(GaugeMetric gauge) Parameters Type Name Description GaugeMetric gauge The gauge metric Returns Type Description System.Threading.Tasks.Task Nothing Implements ICoreTmMetricsReporter" + }, + "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.html": { + "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.html", + "title": "Class GaugeMetric", + "keywords": "Class GaugeMetric Represents a gauge metric Inheritance System.Object AbstractMetric GaugeMetric Inherited Members AbstractMetric.Name 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.Metrics Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class GaugeMetric : AbstractMetric Constructors GaugeMetric(String, Double) Instantiates a gauge metric Declaration public GaugeMetric(string name, double value) Parameters Type Name Description System.String name Metric name System.Double value Metric value Properties Value Gets the metric value Declaration public double Value { get; } Property Value Type Description System.Double" + }, + "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.html": { + "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.html", + "title": "Namespace Sdl.LanguagePlatform.TranslationMemory.Metrics", + "keywords": "Namespace Sdl.LanguagePlatform.TranslationMemory.Metrics Classes AbstractMetric Base class for metrics CoreTmNullMetricsReporter Sends metric data GaugeMetric Represents a gauge metric Interfaces ICoreTmMetricsReporter Sends metric data" + }, + "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter.html": { + "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter.html", + "title": "Interface ICoreTmMetricsReporter", + "keywords": "Interface ICoreTmMetricsReporter Sends metric data Namespace : Sdl.LanguagePlatform.TranslationMemory.Metrics Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public interface ICoreTmMetricsReporter Methods SendMetricAsync(GaugeMetric) Sends gauge metric data Declaration Task SendMetricAsync(GaugeMetric gauge) Parameters Type Name Description GaugeMetric gauge The gauge metric Returns Type Description System.Threading.Tasks.Task Nothing" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html", "title": "Class MultiplePicklistFieldValue", - "keywords": "Class MultiplePicklistFieldValue Represents a field value, which is a combination of a field name, a field value type, and the actual field values. This class is abstract. Inheritance object FieldValue MultiplePicklistFieldValue Inherited Members FieldValue.Name object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class MultiplePicklistFieldValue : FieldValue Constructors MultiplePicklistFieldValue() Initializes a new instance with default values. Required for serialization. Declaration public MultiplePicklistFieldValue() MultiplePicklistFieldValue(MultiplePicklistFieldValue) Initializes a new instance of the MultiplePicklistFieldValue class from another instance. Declaration public MultiplePicklistFieldValue(MultiplePicklistFieldValue other) Parameters Type Name Description MultiplePicklistFieldValue other The other instance. MultiplePicklistFieldValue(string) Initializes a new instance with the specified field name. Declaration public MultiplePicklistFieldValue(string name) Parameters Type Name Description string name The field name. MultiplePicklistFieldValue(string, ICollection) Initializes a new instance of the MultiplePicklistFieldValue class with the specified field name and values. Declaration public MultiplePicklistFieldValue(string name, ICollection values) Parameters Type Name Description string name The field name. ICollection PicklistItem values The values. Properties ValueType Gets the field value type. Declaration public override FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Overrides FieldValue.ValueType Values Gets or sets the values for this instance. Declaration [DataMember] public List Values { get; set; } Property Value Type Description List PicklistItem Methods Add(FieldValue) Adds another field value to the current value. The other value must be of the same type. Declaration public override bool Add(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to add. Returns Type Description bool true Overrides FieldValue.Add(FieldValue) Add(PicklistItem) Adds a new picklist value to this instance's value list. Declaration public bool Add(PicklistItem v) Parameters Type Name Description PicklistItem v The value to add. Returns Type Description bool true if this instance was changed, false otherwise. Add(string) Adds another string to this instance's value list, if this instance is of any of the multiple valued types. Declaration public override bool Add(string s) Parameters Type Name Description string s The new value to be added. Returns Type Description bool true if this instance was changed, false otherwise. Overrides FieldValue.Add(string) Clear() Resets this instance to the default value. Declaration public override void Clear() Overrides FieldValue.Clear() Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public override FieldValue Duplicate() Returns Type Description FieldValue A new instance that is a deep copy of this instance. Overrides FieldValue.Duplicate() Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() GetValueString() Compute a string which represents the field value without the field name in a way which can be reversed through parsing. This should only be used internally by the field expression parser. UI-level presentation should use the field value's .ToString() method to get the field value display string. Declaration public override string GetValueString() Returns Type Description string A serialized string representation of the field value, which is suitable for persisting, and can be parsed through Parse(string) . Overrides FieldValue.GetValueString() HasValue(PicklistItem) Determines if this instance contains the specified picklist value. Declaration public bool HasValue(PicklistItem v) Parameters Type Name Description PicklistItem v The value. Returns Type Description bool true if this instance contains v, false otherwise. HasValue(string) Determines if this instance contains the specified picklist value. Declaration public bool HasValue(string s) Parameters Type Name Description string s The value name. Returns Type Description bool true if this instance contains a value with the given name, false otherwise. HasValues(MultiplePicklistFieldValue) Determines if this instance contains all the values of another instance. Note that this property is not necessarily symmetric. Declaration public bool HasValues(MultiplePicklistFieldValue other) Parameters Type Name Description MultiplePicklistFieldValue other The other instance. Returns Type Description bool true if this instance contains all the values of other, false otherwise. Merge(FieldValue) Merges this instance with another field value, which must be of the same type. Declaration public override bool Merge(FieldValue rhs) Parameters Type Name Description FieldValue rhs The object to merge with. Returns Type Description bool true if this instance was changed, false otherwise. Overrides FieldValue.Merge(FieldValue) Parse(string) Initializes this instance from a string (deserialization). Declaration public override void Parse(string s) Parameters Type Name Description string s The string that contains the serialized form. Overrides FieldValue.Parse(string) Remove(PicklistItem) Removes a picklist value from this instance's value list. Declaration public bool Remove(PicklistItem v) Parameters Type Name Description PicklistItem v The value. Returns Type Description bool Remove(string) Removes a picklist value from this instance's value list. Declaration public bool Remove(string s) Parameters Type Name Description string s The value name. Returns Type Description bool Substract(FieldValue) Substracts a field value from this instance's field value. Both field values must be of the same type. Declaration public override bool Substract(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to substract. Returns Type Description bool true if this instance was changed, false otherwise. Overrides FieldValue.Substract(FieldValue) ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString()" + "keywords": "Class MultiplePicklistFieldValue Represents a multiple picklist field value. Inheritance System.Object FieldValue MultiplePicklistFieldValue Inherited Members FieldValue.Name System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class MultiplePicklistFieldValue : FieldValue Constructors MultiplePicklistFieldValue() Initializes a new instance with default values. Declaration public MultiplePicklistFieldValue() MultiplePicklistFieldValue(MultiplePicklistFieldValue) Initializes a new instance of the MultiplePicklistFieldValue class from another instance. Declaration public MultiplePicklistFieldValue(MultiplePicklistFieldValue other) Parameters Type Name Description MultiplePicklistFieldValue other The other instance. MultiplePicklistFieldValue(String) Initializes a new instance of the MultiplePicklistFieldValue class with the specified field name. Declaration public MultiplePicklistFieldValue(string name) Parameters Type Name Description System.String name The field name. MultiplePicklistFieldValue(String, ICollection) Initializes a new instance of the MultiplePicklistFieldValue class with the specified field name and values. Declaration public MultiplePicklistFieldValue(string name, ICollection values) Parameters Type Name Description System.String name The field name. System.Collections.Generic.ICollection < PicklistItem > values The values. Properties Values Gets or sets the values for this instance. Declaration public List Values { get; set; } Property Value Type Description System.Collections.Generic.List < PicklistItem > ValueType Gets the field value type. Always returns FieldValueType.MultiplePicklist Declaration public override FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Overrides FieldValue.ValueType Methods Add(FieldValue) See Add(FieldValue) Declaration public override bool Add(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to add. Returns Type Description System.Boolean true Overrides FieldValue.Add(FieldValue) Add(PicklistItem) Adds a new picklist value to this instance's value list. Declaration public bool Add(PicklistItem v) Parameters Type Name Description PicklistItem v The value to add. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Add(String) See Add(String) Declaration public override bool Add(string s) Parameters Type Name Description System.String s The new value to be added. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Overrides FieldValue.Add(String) Clear() See Clear() Declaration public override void Clear() Overrides FieldValue.Clear() Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public override FieldValue Duplicate() Returns Type Description FieldValue A new instance that is a deep copy of this instance. Overrides FieldValue.Duplicate() Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() GetValueString() See GetValueString() Declaration public override string GetValueString() Returns Type Description System.String A serialized string representation of the field value, which is suitable for persisting, and can be parsed through Parse(String) . Overrides FieldValue.GetValueString() HasValue(PicklistItem) Determines if this instance contains the specified picklist value. Declaration public bool HasValue(PicklistItem v) Parameters Type Name Description PicklistItem v The value. Returns Type Description System.Boolean true if this instance contains v, false otherwise. HasValue(String) Determines if this instance contains the specified picklist value. Declaration public bool HasValue(string s) Parameters Type Name Description System.String s The value name. Returns Type Description System.Boolean true if this instance contains a value with the given name, false otherwise. HasValues(MultiplePicklistFieldValue) Determines if this instance contains all the values of another instance. Note that this property is not necessarily symmetric. Declaration public bool HasValues(MultiplePicklistFieldValue other) Parameters Type Name Description MultiplePicklistFieldValue other The other instance. Returns Type Description System.Boolean true if this instance contains all the values of other, false otherwise. Merge(FieldValue) See Merge(FieldValue) Declaration public override bool Merge(FieldValue rhs) Parameters Type Name Description FieldValue rhs The object to merge with. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Overrides FieldValue.Merge(FieldValue) Parse(String) See Parse(String) Declaration public override void Parse(string s) Parameters Type Name Description System.String s The string that contains the serialized form. Overrides FieldValue.Parse(String) Remove(PicklistItem) Removes a picklist value from this instance's value list. Declaration public bool Remove(PicklistItem v) Parameters Type Name Description PicklistItem v The value. Returns Type Description System.Boolean Remove(String) Removes a picklist value from this instance's value list. Declaration public bool Remove(string s) Parameters Type Name Description System.String s The value name. Returns Type Description System.Boolean Substract(FieldValue) See Substract(FieldValue) Declaration public override bool Substract(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to substract. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Overrides FieldValue.Substract(FieldValue) ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html", "title": "Class MultipleStringFieldValue", - "keywords": "Class MultipleStringFieldValue Represents a field value, which is a combination of a field name, a field value type, and the actual field values. This class is abstract. Inheritance object FieldValue MultipleStringFieldValue Inherited Members FieldValue.Name object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class MultipleStringFieldValue : FieldValue Constructors MultipleStringFieldValue() Initializes a new instance with default values. Required for serialization. Declaration public MultipleStringFieldValue() MultipleStringFieldValue(MultipleStringFieldValue) Initializes a new instance of the MultipleStringFieldValue class from another instance. Declaration public MultipleStringFieldValue(MultipleStringFieldValue other) Parameters Type Name Description MultipleStringFieldValue other The other instance. MultipleStringFieldValue(string) Initializes a new instance with the specified field name. Declaration public MultipleStringFieldValue(string name) Parameters Type Name Description string name The field name. MultipleStringFieldValue(string, ICollection) Initializes a new instance of the MultipleStringFieldValue class with the specified field name and values. Declaration public MultipleStringFieldValue(string name, ICollection values) Parameters Type Name Description string name The field name. ICollection string values The values. Properties Count Gets the number of different items in the collection. Declaration public int Count { get; } Property Value Type Description int ValueType Gets the field value type. Declaration public override FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Overrides FieldValue.ValueType Values Gets or sets the value list for this instance. Declaration [DataMember] public IEnumerable Values { get; set; } Property Value Type Description IEnumerable string Methods Add(FieldValue) Adds another field value to the current value. The other value must be of the same type. Declaration public override bool Add(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to add. Returns Type Description bool true Overrides FieldValue.Add(FieldValue) Add(string) Adds another string to this instance's value list, if this instance is of any of the multiple valued types. Declaration public override sealed bool Add(string v) Parameters Type Name Description string v Returns Type Description bool true if this instance was changed, false otherwise. Overrides FieldValue.Add(string) Clear() Resets this instance to the default value. Declaration public override void Clear() Overrides FieldValue.Clear() Contains(string) Synonymous to HasValue(string) Declaration public bool Contains(string v) Parameters Type Name Description string v Returns Type Description bool Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public override FieldValue Duplicate() Returns Type Description FieldValue A new instance that is a deep copy of this instance. Overrides FieldValue.Duplicate() Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() GetValueString() Compute a string which represents the field value without the field name in a way which can be reversed through parsing. This should only be used internally by the field expression parser. UI-level presentation should use the field value's .ToString() method to get the field value display string. Declaration public override string GetValueString() Returns Type Description string A serialized string representation of the field value, which is suitable for persisting, and can be parsed through Parse(string) . Overrides FieldValue.GetValueString() HasValue(string) Determines if this instance already contains a specified value. The comparison is case insenstive. Declaration public bool HasValue(string v) Parameters Type Name Description string v The value. Returns Type Description bool true if this instance contains v, false otherwise. HasValues(MultipleStringFieldValue) Determines if this instance contains all the values of another instance. The comparison is case insensitive. Declaration public bool HasValues(MultipleStringFieldValue other) Parameters Type Name Description MultipleStringFieldValue other The other instance. Returns Type Description bool true if this instance contains all the values of other, false otherwise. Merge(FieldValue) Merges this instance with another field value, which must be of the same type. Declaration public override bool Merge(FieldValue rhs) Parameters Type Name Description FieldValue rhs The object to merge with. Returns Type Description bool true if this instance was changed, false otherwise. Overrides FieldValue.Merge(FieldValue) Parse(string) Initializes this instance from a string (deserialization). Declaration public override void Parse(string s) Parameters Type Name Description string s The string that contains the serialized form. Overrides FieldValue.Parse(string) Remove(string) Removes a value from this instance's value list. Declaration public bool Remove(string v) Parameters Type Name Description string v The value. Returns Type Description bool Substract(FieldValue) Substracts a field value from this instance's field value. Both field values must be of the same type. Declaration public override bool Substract(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to substract. Returns Type Description bool true if this instance was changed, false otherwise. Overrides FieldValue.Substract(FieldValue) ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString()" + "keywords": "Class MultipleStringFieldValue Represents a multiple string field value. Values are unique, and comparisons are done case-insensitive. Inheritance System.Object FieldValue MultipleStringFieldValue Inherited Members FieldValue.Name System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class MultipleStringFieldValue : FieldValue Constructors MultipleStringFieldValue() Initializes a new instance with default values. Declaration public MultipleStringFieldValue() MultipleStringFieldValue(MultipleStringFieldValue) Initializes a new instance of the MultipleStringFieldValue class from another instance. Declaration public MultipleStringFieldValue(MultipleStringFieldValue other) Parameters Type Name Description MultipleStringFieldValue other The other instance. MultipleStringFieldValue(String) Initializes a new instance of the MultipleStringFieldValue class with the specified field name. Declaration public MultipleStringFieldValue(string name) Parameters Type Name Description System.String name The field name. MultipleStringFieldValue(String, ICollection) Initializes a new instance of the MultipleStringFieldValue class with the specified field name and values. Declaration public MultipleStringFieldValue(string name, ICollection values) Parameters Type Name Description System.String name The field name. System.Collections.Generic.ICollection < System.String > values The values. Properties Count Gets the number of different items in the collection. Declaration public int Count { get; } Property Value Type Description System.Int32 Values Gets or sets the value list for this instance. Declaration public IEnumerable Values { get; set; } Property Value Type Description System.Collections.Generic.IEnumerable < System.String > ValueType Gets the field value type. Always returns FieldValueType.MultipleString Declaration public override FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Overrides FieldValue.ValueType Methods Add(FieldValue) See Add(FieldValue) Declaration public override bool Add(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to add. Returns Type Description System.Boolean true Overrides FieldValue.Add(FieldValue) Add(String) See Add(String) Declaration public sealed override bool Add(string v) Parameters Type Name Description System.String v Returns Type Description System.Boolean true if this instance was changed, false otherwise. Overrides FieldValue.Add(String) Clear() See Clear() Declaration public override void Clear() Overrides FieldValue.Clear() Contains(String) Synonymous to HasValue(String) Declaration public bool Contains(string v) Parameters Type Name Description System.String v Returns Type Description System.Boolean Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public override FieldValue Duplicate() Returns Type Description FieldValue A new instance that is a deep copy of this instance. Overrides FieldValue.Duplicate() Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() GetValueString() See GetValueString() Declaration public override string GetValueString() Returns Type Description System.String A serialized string representation of the field value, which is suitable for persisting, and can be parsed through Parse(String) . Overrides FieldValue.GetValueString() HasValue(String) Determines if this instance already contains a specified value. The comparison is case insenstive. Declaration public bool HasValue(string v) Parameters Type Name Description System.String v The value. Returns Type Description System.Boolean true if this instance contains v, false otherwise. HasValues(MultipleStringFieldValue) Determines if this instance contains all the values of another instance. The comparison is case insensitive. Declaration public bool HasValues(MultipleStringFieldValue other) Parameters Type Name Description MultipleStringFieldValue other The other instance. Returns Type Description System.Boolean true if this instance contains all the values of other, false otherwise. Merge(FieldValue) See Merge(FieldValue) Declaration public override bool Merge(FieldValue rhs) Parameters Type Name Description FieldValue rhs The object to merge with. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Overrides FieldValue.Merge(FieldValue) Parse(String) See Parse(String) Declaration public override void Parse(string s) Parameters Type Name Description System.String s The string that contains the serialized form. Overrides FieldValue.Parse(String) Remove(String) Removes a value from this instance's value list. Declaration public bool Remove(string v) Parameters Type Name Description System.String v The value. Returns Type Description System.Boolean Substract(FieldValue) See Substract(FieldValue) Declaration public override bool Substract(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to substract. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Overrides FieldValue.Substract(FieldValue) ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html", "title": "Class NLogLogger", - "keywords": "Class NLogLogger Inheritance object NLogLogger Implements ILogLogger Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class NLogLogger : ILogLogger Constructors NLogLogger() Declaration public NLogLogger() Methods Log(Exception) Declaration public void Log(Exception ex) Parameters Type Name Description Exception ex Log(string) Declaration public void Log(string msg) Parameters Type Name Description string msg LogDebug(string) Declaration public void LogDebug(string msg) Parameters Type Name Description string msg LogError(string) Declaration public void LogError(string msg) Parameters Type Name Description string msg LogWarn(string) Declaration public void LogWarn(string msg) Parameters Type Name Description string msg Implements ILogLogger" + "keywords": "Class NLogLogger Inheritance System.Object NLogLogger Implements ILogLogger 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class NLogLogger : ILogLogger Constructors NLogLogger() Declaration public NLogLogger() Methods Log(Exception) Declaration public void Log(Exception ex) Parameters Type Name Description System.Exception ex Log(String) Declaration public void Log(string msg) Parameters Type Name Description System.String msg LogDebug(String) Declaration public void LogDebug(string msg) Parameters Type Name Description System.String msg LogError(String) Declaration public void LogError(string msg) Parameters Type Name Description System.String msg LogError(String, Exception) Declaration public void LogError(string msg, Exception ex) Parameters Type Name Description System.String msg System.Exception ex LogWarn(String) Declaration public void LogWarn(string msg) Parameters Type Name Description System.String msg Implements ILogLogger" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Penalty.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Penalty.html", "title": "Class Penalty", - "keywords": "Class Penalty Represents a penalty, which is a combination of a penalty type and a penalty value (the malus). Inheritance object Penalty Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class Penalty Constructors Penalty() Initializes a new instance with default values. Declaration public Penalty() Penalty(PenaltyType, int) Declaration public Penalty(PenaltyType t, int malus) Parameters Type Name Description PenaltyType t The penalty type. int malus The penalty cost, which will be substracted from the base score. Properties Malus Gets or sets the penalty cost, which will be substracted from the base score. Declaration [DataMember] public int Malus { get; set; } Property Value Type Description int PenaltyType Gets or sets the penalty type. Declaration [DataMember] public PenaltyType PenaltyType { get; set; } Property Value Type Description PenaltyType Methods CanApplyMultipleTimes(PenaltyType) Gets a flag which indicates whether the specified penalty type can be applied multiple times in a result, or at most once. Declaration public static bool CanApplyMultipleTimes(PenaltyType pt) Parameters Type Name Description PenaltyType pt The penalty type Returns Type Description bool true if the penalty type can be applied multiple times in a scoring result, and false otherwise." + "keywords": "Class Penalty Represents a penalty, which is a combination of a penalty type and a penalty value (the malus). Inheritance System.Object Penalty 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class Penalty Constructors Penalty() Initializes a new instance with default values. Declaration public Penalty() Penalty(PenaltyType, Int32) Declaration public Penalty(PenaltyType t, int malus) Parameters Type Name Description PenaltyType t The penalty type. System.Int32 malus The penalty cost, which will be substracted from the base score. Properties Malus Gets or sets the penalty cost, which will be substracted from the base score. Declaration public int Malus { get; set; } Property Value Type Description System.Int32 PenaltyType Gets or sets the penalty type. Declaration public PenaltyType PenaltyType { get; set; } Property Value Type Description PenaltyType Methods CanApplyMultipleTimes(PenaltyType) Gets a flag which indicates whether the specified penalty type can be applied multiple times in a result, or at most once. Declaration public static bool CanApplyMultipleTimes(PenaltyType pt) Parameters Type Name Description PenaltyType pt The penalty type Returns Type Description System.Boolean true if the penalty type can be applied multiple times in a scoring result, and false otherwise." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PenaltyType.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PenaltyType.html", "title": "Enum PenaltyType", - "keywords": "Enum PenaltyType Specifies the penalty type. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum PenaltyType Fields Name Description Alignment Applied for TUs which come from alignment. ApprovedSignOff ConfirmationLevel.ApprovedSignOff ApprovedTranslation ConfirmationLevel.ApprovedTranslation AutoLocalization Applied if an auto-localization took place to create the translation proposal. It will only be triggered for auto-substitutions which affect the segment text and are due to auto-localizable tokens. In particular, it will not be triggered for auto-substitutable tags, variables, or text placeholders. CharacterWidthDifference Applied if text in the memory segment matches text in the search segment, except that there is a difference in the use of half-width versus full-width characters Draft ConfirmationLevel.Draft FilterPenalty Identifies a penalty which is imposed by a matching filter. MemoryTagsDeleted Applied at most once if the memory tags were automatically deleted because the search segment doesn't contain any tags (in which case the TagMismatch penalty will not be applied). MultipleTranslations Applied to each exact match if there exist multiple exact matches in a result set. NotTranslated ConfirmationLevel.Unspecified ProviderPenalty Identifies a constant penalty which is added to all TUs returned by the search provider. RejectedSignOff ConfirmationLevel.RejectedSignOff RejectedTranslation ConfirmationLevel.RejectedTranslation TagMismatch Applied multiple times, for each time the TU's tags don't match the search TU's/search segment's tags. TargetSegmentMismatch Applied at most once when the lookup TU's target differs from the TM's. TextReplacement Applied if an auto-substitution took place to create the translation proposal and the segment text is affected. It will only be triggered for variable auto-substitutions and text placeholders, but not for auto-localizations. Translated ConfirmationLevel.Translated Unknown The penalty type is unknown. Needed for XML serialization in order to avoid confusion between a valid value and a non-existing one." + "keywords": "Enum PenaltyType Specifies the penalty type. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum PenaltyType Fields Name Description Alignment Applied for TUs which come from alignment. ApprovedSignOff ConfirmationLevel.ApprovedSignOff ApprovedTranslation ConfirmationLevel.ApprovedTranslation AutoLocalization Applied if an auto-localization took place to create the translation proposal. It will only be triggered for auto-substitutions which affect the segment text and are due to auto-localizable tokens. In particular, it will not be triggered for auto-substitutable tags, variables, or text placeholders. CharacterWidthDifference Applied if text in the memory segment matches text in the search segment, except that there is a difference in the use of half-width versus full-width characters Draft ConfirmationLevel.Draft FilterPenalty Identifies a penalty which is imposed by a matching filter. MemoryTagsDeleted Applied at most once if the memory tags were automatically deleted because the search segment doesn't contain any tags (in which case the TagMismatch penalty will not be applied). MultipleTranslations Applied to each exact match if there exist multiple exact matches in a result set. NotTranslated ConfirmationLevel.Unspecified ProviderPenalty Identifies a constant penalty which is added to all TUs returned by the search provider. RejectedSignOff ConfirmationLevel.RejectedSignOff RejectedTranslation ConfirmationLevel.RejectedTranslation TagMismatch Applied multiple times, for each time the TU's tags don't match the search TU's/search segment's tags. TargetSegmentMismatch Applied at most once when the lookup TU's target differs from the TM's. TextReplacement Applied if an auto-substitution took place to create the translation proposal and the segment text is affected. It will only be triggered for variable auto-substitutions and text placeholders, but not for auto-localizations. Translated ConfirmationLevel.Translated Unknown The penalty type is unknown. Needed for XML serialization in order to avoid confusion between a valid value and a non-existing one." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObject.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObject.html", "title": "Class PersistentObject", - "keywords": "Class PersistentObject A base class for various translation memory objects which are persisted, such as translation units. This class is for internal purposes only and not intended to be used by the end user. Inheritance object PersistentObject Field TranslationUnit Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class PersistentObject Constructors PersistentObject() Initializes a new instance with an empty resource token. Declaration public PersistentObject() PersistentObject(PersistentObjectToken) Initializes a new instance with the specified persistent object token Declaration public PersistentObject(PersistentObjectToken token) Parameters Type Name Description PersistentObjectToken token The persistent object token to initialize this instance with PersistentObject(int, Guid) Initializes a new instance with an object token created from the the specified id and guid Declaration public PersistentObject(int id, Guid guid) Parameters Type Name Description int id The key to assign to the PersistentObjectToken . Guid guid The GUID to assign to the PersistentObjectToken . Properties ResourceId Gets or sets the resource ID for this object. Declaration [DataMember] public PersistentObjectToken ResourceId { get; set; } Property Value Type Description PersistentObjectToken" + "keywords": "Class PersistentObject A base class for various translation memory objects which are persisted, such as translation units. This class is for internal purposes only and not intended to be used by the end user. Inheritance System.Object PersistentObject Field TranslationUnit 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class PersistentObject Constructors PersistentObject() Initializes a new instance with an empty resource token. Declaration public PersistentObject() PersistentObject(PersistentObjectToken) Initializes a new instance with the specified persistent object token Declaration public PersistentObject(PersistentObjectToken token) Parameters Type Name Description PersistentObjectToken token The persistent object token to initialize this instance with PersistentObject(Int32, Guid) Initializes a new instance with an object token created from the the specified id and guid Declaration public PersistentObject(int id, Guid guid) Parameters Type Name Description System.Int32 id The key to assign to the PersistentObjectToken . System.Guid guid The GUID to assign to the PersistentObjectToken . Properties ResourceId Gets or sets the resource ID for this object. Declaration public PersistentObjectToken ResourceId { get; set; } Property Value Type Description PersistentObjectToken" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.html", "title": "Class PersistentObjectToken", - "keywords": "Class PersistentObjectToken Encapsulates the primary key of a PersistentObject , such as a TM, TU, or Field Declaration. Inheritance object PersistentObjectToken Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public sealed class PersistentObjectToken Constructors PersistentObjectToken() Initializes a new instance with default values. Declaration public PersistentObjectToken() PersistentObjectToken(int, Guid) Initializes a new instance with the specified ID and GUID. Declaration public PersistentObjectToken(int id, Guid guid) Parameters Type Name Description int id The object Id, usually its primary key. Guid guid The GUID to assign Properties Guid Gets or sets the object GUID (optional). Declaration [DataMember] public Guid Guid { get; set; } Property Value Type Description Guid The object GUID Id Gets or sets the object id, usually its primary key. Declaration [DataMember] public int Id { get; set; } Property Value Type Description int Methods Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetHashCode() GetHashCode() Declaration public override int GetHashCode() Returns Type Description int A hash code for this object Overrides object.GetHashCode() ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString()" + "keywords": "Class PersistentObjectToken Encapsulates the primary key of a PersistentObject , such as a TM, TU, or Field Declaration. Inheritance System.Object PersistentObjectToken Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public sealed class PersistentObjectToken Constructors PersistentObjectToken() Initializes a new instance with default values. Declaration public PersistentObjectToken() PersistentObjectToken(Int32, Guid) Initializes a new instance with the specified ID and GUID. Declaration public PersistentObjectToken(int id, Guid guid) Parameters Type Name Description System.Int32 id The object Id, usually its primary key. System.Guid guid The GUID to assign Properties Guid Gets or sets the object GUID (optional). Declaration public Guid Guid { get; set; } Property Value Type Description System.Guid The object GUID Id Gets or sets the object id, usually its primary key. Declaration public int Id { get; set; } Property Value Type Description System.Int32 Methods Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetHashCode() System.Object.GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this object Overrides System.Object.GetHashCode() ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html", "title": "Class PicklistField", - "keywords": "Class PicklistField Represents a field declaration. Inheritance object PersistentObject Field PicklistField Implements ICloneable IField Inherited Members Field.StructureContextFieldName Field.TextContextFieldName Field.CheckName(string) Field.RemoveIllegalChars(string) Field.IsValidName(string) Field.LookupSpecialField(string) Field.IsSystemFieldName(string) Field.IsPseudoFieldName(string) Field.IsReservedName(string) Field.GetFieldType(string) Field.EqualsDeclaration(Field) Field.CreateValue() Field.ValueType Field.Name Field.FieldType Field.IsSystemField PersistentObject.ResourceId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class PicklistField : Field, ICloneable, IField Constructors PicklistField() Initializes a new instance with an empty resource token. Declaration public PicklistField() PicklistField(PicklistField) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public PicklistField(PicklistField other) Parameters Type Name Description PicklistField other The other instance PicklistField(string, FieldValueType) Initializes a new instance, with the specified name and type. Declaration public PicklistField(string name, FieldValueType t) Parameters Type Name Description string name The field name. FieldValueType t The field type. PicklistField(string, FieldValueType, ICollection) Initializes a new instance of the PicklistField class with a specified name and type. The only valid values for the type are SinglePicklist and MultiplePicklist. Declaration public PicklistField(string name, FieldValueType t, ICollection picklistValues) Parameters Type Name Description string name The field name. FieldValueType t The field type. ICollection PicklistItem picklistValues The seed list of picklist values PicklistField(string, FieldValueType, ICollection) Initializes a new instance of the PicklistField class with a specified name and type. The only valid values for the type are SinglePicklist and MultiplePicklist. Declaration public PicklistField(string name, FieldValueType t, ICollection picklistValues) Parameters Type Name Description string name The field name. FieldValueType t The field type. ICollection string picklistValues The seed list of picklist values Properties Picklist Gets the picklist items collection. Declaration public PicklistItems Picklist { get; } Property Value Type Description PicklistItems PicklistItemNames The names of all picklist items for this Field. This collection will be empty if this field is not a SinglePicklist or MultiplePicklist . Declaration public override IList PicklistItemNames { get; } Property Value Type Description IList string Overrides Field.PicklistItemNames Methods AddPickListItem(PicklistItem) Declaration public void AddPickListItem(PicklistItem value) Parameters Type Name Description PicklistItem value AddPickListItem(string) Adds a new pick list item to the list and returns true, false if nothing is added Declaration public bool AddPickListItem(string value) Parameters Type Name Description string value Returns Type Description bool Clone() Clone() Declaration public override object Clone() Returns Type Description object A new object that is a deep copy of this instance. Overrides Field.Clone() Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public override Field Duplicate() Returns Type Description Field A new instance that is a deep copy of this instance. Overrides Field.Duplicate() Equals(object) Determines whether this instance of Field and a specified object, which must also be a Field object, represent the same field declaration including the picklist according to type. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The other object. Returns Type Description bool true if obj represents the same field declaration as this instance; false otherwise. Overrides Field.Equals(object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description int Overrides Field.GetHashCode() PicklistFromString(string) Deserializes the picklist values from the provided string and sets the picklist values accordingly. Existing values will be overwritten. Declaration public void PicklistFromString(string values) Parameters Type Name Description string values PicklistToString() Serializes the picklist values into a comma separated string. Declaration public string PicklistToString() Returns Type Description string The picklist as a comma separated string or null if the field declaration is not of one of the picklist types. Implements ICloneable IField" + "keywords": "Class PicklistField Represents a field declaration that contains a picklist and whose field values can only be chosen from that picklist. Inheritance System.Object PersistentObject Field PicklistField Implements System.ICloneable IField Inherited Members Field.StructureContextFieldName Field.TextContextFieldName Field.CheckName(String) Field.RemoveIllegalChars(String) Field.IsValidName(String) Field.LookupSpecialField(String) Field.IsSystemFieldName(String) Field.IsPseudoFieldName(String) Field.IsReservedName(String) Field.GetFieldType(String) Field.EqualsDeclaration(Field) Field.CreateValue() Field.ValueType Field.Name Field.FieldType Field.IsSystemField PersistentObject.ResourceId System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class PicklistField : Field, ICloneable, IField Constructors PicklistField() Initializes a new instance with default values. Declaration public PicklistField() PicklistField(PicklistField) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public PicklistField(PicklistField other) Parameters Type Name Description PicklistField other The other instance PicklistField(String, FieldValueType) Initializes a new instance of the PicklistField class with a specified name and type. The only valid values for the type are SinglePicklist and MultiplePicklist. Declaration public PicklistField(string name, FieldValueType t) Parameters Type Name Description System.String name The field name. FieldValueType t The field type. PicklistField(String, FieldValueType, ICollection) Initializes a new instance of the PicklistField class with a specified name and type. The only valid values for the type are SinglePicklist and MultiplePicklist. Declaration public PicklistField(string name, FieldValueType t, ICollection picklistValues) Parameters Type Name Description System.String name The field name. FieldValueType t The field type. System.Collections.Generic.ICollection < PicklistItem > picklistValues The seed list of picklist values PicklistField(String, FieldValueType, ICollection) Initializes a new instance of the PicklistField class with a specified name and type. The only valid values for the type are SinglePicklist and MultiplePicklist. Declaration public PicklistField(string name, FieldValueType t, ICollection picklistValues) Parameters Type Name Description System.String name The field name. FieldValueType t The field type. System.Collections.Generic.ICollection < System.String > picklistValues The seed list of picklist values Properties Picklist Gets the picklist items collection. Declaration public PicklistItems Picklist { get; } Property Value Type Description PicklistItems PicklistItemNames The names of all picklist items for this Field. This collection will be empty if this field is not a SinglePicklist or MultiplePicklist . Declaration public override IList PicklistItemNames { get; } Property Value Type Description System.Collections.Generic.IList < System.String > Overrides Field.PicklistItemNames Methods AddPickListItem(PicklistItem) Declaration public void AddPickListItem(PicklistItem value) Parameters Type Name Description PicklistItem value AddPickListItem(String) Adds a new pick list item to the list and returns true, false if nothing is added Declaration public bool AddPickListItem(string value) Parameters Type Name Description System.String value Returns Type Description System.Boolean Clone() System.ICloneable.Clone() Declaration public override object Clone() Returns Type Description System.Object A new object that is a deep copy of this instance. Overrides Field.Clone() Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public override Field Duplicate() Returns Type Description Field A new instance that is a deep copy of this instance. Overrides Field.Duplicate() Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides Field.Equals(Object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides Field.GetHashCode() PicklistFromString(String) Deserializes the picklist values from the provided string and sets the picklist values accordingly. Existing values will be overwritten. Declaration public void PicklistFromString(string values) Parameters Type Name Description System.String values PicklistToString() Serializes the picklist values into a comma separated string. Declaration public string PicklistToString() Returns Type Description System.String The picklist as a comma separated string or null if the field declaration is not of one of the picklist types. Implements System.ICloneable IField" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItem.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItem.html", "title": "Class PicklistItem", - "keywords": "Class PicklistItem Represents a picklist item in a picklist field declaration. Inheritance object PicklistItem Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class PicklistItem Constructors PicklistItem() Initializes a new instance with default values. Declaration public PicklistItem() PicklistItem(PicklistItem) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public PicklistItem(PicklistItem other) Parameters Type Name Description PicklistItem other The other instance PicklistItem(string) Initializes a new instance of the PicklistItem class with the specified value. Declaration public PicklistItem(string name) Parameters Type Name Description string name The picklist item value. Properties ID Gets or sets the unique ID for this item. This value should only set by the storage implementation. Declaration [DataMember] public int? ID { get; set; } Property Value Type Description int Name Gets or sets the picklist item value. Declaration [DataMember] public string Name { get; set; } Property Value Type Description string" + "keywords": "Class PicklistItem Represents a picklist item in a picklist field declaration. Inheritance System.Object PicklistItem 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class PicklistItem Constructors PicklistItem() Initializes a new instance with default values. Declaration public PicklistItem() PicklistItem(PicklistItem) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public PicklistItem(PicklistItem other) Parameters Type Name Description PicklistItem other The other instance PicklistItem(String) Initializes a new instance of the PicklistItem class with the specified value. Declaration public PicklistItem(string name) Parameters Type Name Description System.String name The picklist item value. Properties ID Gets or sets the unique ID for this item. This value should only set by the storage implementation. Declaration public int? ID { get; set; } Property Value Type Description System.Nullable < System.Int32 > Name Gets or sets the picklist item value. Declaration public string Name { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html", "title": "Class PicklistItems", - "keywords": "Class PicklistItems Encapsulates a collection of picklist items. Inheritance object PicklistItems Implements IEnumerable PicklistItem IEnumerable Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class PicklistItems : IEnumerable, IEnumerable Constructors PicklistItems() Initializes a new instance with an empty list of items. Declaration public PicklistItems() PicklistItems(PicklistItems) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public PicklistItems(PicklistItems other) Parameters Type Name Description PicklistItems other The other instance Methods Add(PicklistItem) Creates a new picklist item with the specified value and adds it to the list. Duplicate checks are done on the item's name and also on the item's ID, if provided. Declaration public void Add(PicklistItem pli) Parameters Type Name Description PicklistItem pli The new item. Add(PicklistItem, bool) Creates a new picklist item with the specified value and adds it to the list. Duplicate checks are done on the item's name and also on the item's ID, if provided. Declaration public void Add(PicklistItem pli, bool ignoreDups) Parameters Type Name Description PicklistItem pli The new item. bool ignoreDups Add(string) Creates a new picklist item with the specified value and adds it to the list. Declaration public PicklistItem Add(string itemName) Parameters Type Name Description string itemName The new item value. Returns Type Description PicklistItem The newly created picklist item or an error if the item already exists. Clear() Clears the list of picklist values. Declaration public void Clear() Contains(PicklistItem) Returns true if the specified picklist value exists in the collection, and false otherwise. Declaration public bool Contains(PicklistItem item) Parameters Type Name Description PicklistItem item Returns Type Description bool Contains(string) Returns true if the specified picklist value exists in the collection, and false otherwise. Declaration public bool Contains(string name) Parameters Type Name Description string name Returns Type Description bool Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetEnumerator() Returns an enumerator which can be used to iterate through the picklist items. Declaration public IEnumerator GetEnumerator() Returns Type Description IEnumerator PicklistItem An enumerator GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() GetNames() Retrieves the names of the picklist values as a string list. Declaration public List GetNames() Returns Type Description List string Lookup(int) Retrieves an item with the specified ID. Declaration public PicklistItem Lookup(int id) Parameters Type Name Description int id The ID. Returns Type Description PicklistItem The picklist item or null if no such item exists. Lookup(string) Retrieves an item with the specified value. Declaration public PicklistItem Lookup(string name) Parameters Type Name Description string name The item value. Returns Type Description PicklistItem The picklist item or null if no such item exists. Implements IEnumerable IEnumerable" + "keywords": "Class PicklistItems Encapsulates a collection of picklist items. Inheritance System.Object PicklistItems Implements System.Collections.Generic.IEnumerable < PicklistItem > System.Collections.IEnumerable Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class PicklistItems : IEnumerable, IEnumerable Constructors PicklistItems() Initializes a new instance with an empty list of items. Declaration public PicklistItems() PicklistItems(PicklistItems) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public PicklistItems(PicklistItems other) Parameters Type Name Description PicklistItems other The other instance Methods Add(PicklistItem) Creates a new picklist item with the specified value and adds it to the list. Duplicate checks are done on the item's name and also on the item's ID, if provided. Declaration public void Add(PicklistItem pli) Parameters Type Name Description PicklistItem pli The new item. Add(PicklistItem, Boolean) Creates a new picklist item with the specified value and adds it to the list. Duplicate checks are done on the item's name and also on the item's ID, if provided. Declaration public void Add(PicklistItem pli, bool ignoreDups) Parameters Type Name Description PicklistItem pli The new item. System.Boolean ignoreDups Add(String) Creates a new picklist item with the specified value and adds it to the list. Declaration public PicklistItem Add(string itemName) Parameters Type Name Description System.String itemName The new item value. Returns Type Description PicklistItem The newly created picklist item or an error if the item already exists. Clear() Clears the list of picklist values. Declaration public void Clear() Contains(PicklistItem) Returns true if the specified picklist value exists in the collection, and false otherwise. Declaration public bool Contains(PicklistItem item) Parameters Type Name Description PicklistItem item Returns Type Description System.Boolean Contains(String) Returns true if the specified picklist value exists in the collection, and false otherwise. Declaration public bool Contains(string name) Parameters Type Name Description System.String name Returns Type Description System.Boolean Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetEnumerator() Returns an enumerator which can be used to iterate through the picklist items. Declaration public IEnumerator GetEnumerator() Returns Type Description System.Collections.Generic.IEnumerator < PicklistItem > An enumerator GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() GetNames() Retrieves the names of the picklist values as a string list. Declaration public List GetNames() Returns Type Description System.Collections.Generic.List < System.String > Lookup(Int32) Retrieves an item with the specified ID. Declaration public PicklistItem Lookup(int id) Parameters Type Name Description System.Int32 id The ID. Returns Type Description PicklistItem The picklist item or null if no such item exists. Lookup(String) Retrieves an item with the specified value. Declaration public PicklistItem Lookup(string name) Parameters Type Name Description System.String name The item value. Returns Type Description PicklistItem The picklist item or null if no such item exists. Explicit Interface Implementations IEnumerable.GetEnumerator() Returns an enumerator which can be used to iterate through the picklist items. Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description System.Collections.IEnumerator An enumerator Implements System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Placeable.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Placeable.html", "title": "Class Placeable", - "keywords": "Class Placeable A placeable is a combination of a source token index together with a target token index. Either index can be -1, indicating that no corresponding token pair exists (or no appropriate segment was available). Not both of the indices should be -1. Inheritance object Placeable Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class Placeable Constructors Placeable() Initializes a new instance with default values. Declaration public Placeable() Placeable(PlaceableType, int, int) Initializes a new instance with the specified parameters. Declaration public Placeable(PlaceableType t, int sourceTokenIndex, int targetTokenIndex) Parameters Type Name Description PlaceableType t The placeable type. int sourceTokenIndex The index of the token in the source segment. -1 indicates that the token is not present in that segment. int targetTokenIndex The index of the token in the target segment. -1 indicates that the token is not present in that segment Properties IsTag Gets a flag which indicates whether this placeable is a tag. Declaration public bool IsTag { get; } Property Value Type Description bool SourceTokenIndex Gets or sets the source-segment token index for the placeable. That index may be -1, indicating that there is no source segment (rare) or no token in the source segment is linked to the target token. Declaration [DataMember] public int SourceTokenIndex { get; set; } Property Value Type Description int TargetTokenIndex Gets or sets the target-segment token index for the placeable. That index may be -1, indicating that there is no target segment or no token in the target segment is linked to the source token. Declaration [DataMember] public int TargetTokenIndex { get; set; } Property Value Type Description int Type Gets or sets the placeable type. Declaration [DataMember] public PlaceableType Type { get; set; } Property Value Type Description PlaceableType Methods Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() IsTagCompatible(TagType) Determines whether the placeable's type is compatible with the specified tag type. The result is always false for non-tag placeables. Declaration public bool IsTagCompatible(TagType tagType) Parameters Type Name Description TagType tagType The type of the tag to check Returns Type Description bool true if the placeable's type is compatible with the specified tag type, and false otherwise." + "keywords": "Class Placeable A placeable is a combination of a source token index together with a target token index. Either index can be -1, indicating that no corresponding token pair exists (or no appropriate segment was available). Not both of the indices should be -1. Inheritance System.Object Placeable Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class Placeable Constructors Placeable() Initializes a new instance with default values. Declaration public Placeable() Placeable(PlaceableType, Int32, Int32) Initializes a new instance with the specified parameters. Declaration public Placeable(PlaceableType t, int sourceTokenIndex, int targetTokenIndex) Parameters Type Name Description PlaceableType t The placeable type. System.Int32 sourceTokenIndex The index of the token in the source segment. -1 indicates that the token is not present in that segment. System.Int32 targetTokenIndex The index of the token in the target segment. -1 indicates that the token is not present in that segment Properties IsTag Gets a flag which indicates whether this placeable is a tag. Declaration public bool IsTag { get; } Property Value Type Description System.Boolean SourceTokenIndex Gets or sets the source-segment token index for the placeable. That index may be -1, indicating that there is no source segment (rare) or no token in the source segment is linked to the target token. Declaration public int SourceTokenIndex { get; set; } Property Value Type Description System.Int32 TargetTokenIndex Gets or sets the target-segment token index for the placeable. That index may be -1, indicating that there is no target segment or no token in the target segment is linked to the source token. Declaration public int TargetTokenIndex { get; set; } Property Value Type Description System.Int32 Type Gets or sets the placeable type. Declaration public PlaceableType Type { get; set; } Property Value Type Description PlaceableType Methods Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() IsTagCompatible(TagType) Determines whether the placeable's type is compatible with the specified tag type. The result is always false for non-tag placeables. Declaration public bool IsTagCompatible(TagType tagType) Parameters Type Name Description TagType tagType The type of the tag to check Returns Type Description System.Boolean true if the placeable's type is compatible with the specified tag type, and false otherwise." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.html", "title": "Class PlaceableAssociation", - "keywords": "Class PlaceableAssociation A placeable association is a correspondence between two placeables, one in the source segment, and one in the target segment. Either may be null, but not both at the same time. If a placeable is null and the other isn't, it means that the respective segment wasn't available when the placeables were computed, or that no association could be found. Inheritance object PlaceableAssociation Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class PlaceableAssociation Constructors PlaceableAssociation(Placeable, Placeable) Initializes a new instance with the specified placeables. Declaration public PlaceableAssociation(Placeable docPlaceable, Placeable memPlaceable) Parameters Type Name Description Placeable docPlaceable The placeable found in the document TU or segment. Placeable memPlaceable The placeable found in the memory TU or segment. Properties Document Gets or sets the source-segment placeable. Declaration [DataMember] public Placeable Document { get; set; } Property Value Type Description Placeable Memory Gets or sets the memory-segment placeable. Declaration [DataMember] public Placeable Memory { get; set; } Property Value Type Description Placeable Type Returns the type of this placeable association, which is the type of either placeable contained in it. Declaration public PlaceableType Type { get; } Property Value Type Description PlaceableType Methods AreAssociable(Placeable, Placeable) Placeables can be associated if they are of the same type, or if one is a text placeholder and the other is a normal standalone tag. Declaration public static bool AreAssociable(Placeable a, Placeable b) Parameters Type Name Description Placeable a Placeable b Returns Type Description bool" + "keywords": "Class PlaceableAssociation A placeable association is a correspondence between two placeables, one in the source segment, and one in the target segment. Either may be null, but not both at the same time. If a placeable is null and the other isn't, it means that the respective segment wasn't available when the placeables were computed, or that no association could be found. Inheritance System.Object PlaceableAssociation 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class PlaceableAssociation Constructors PlaceableAssociation(Placeable, Placeable) Initializes a new instance with the specified placeables. Declaration public PlaceableAssociation(Placeable docPlaceable, Placeable memPlaceable) Parameters Type Name Description Placeable docPlaceable The placeable found in the document TU or segment. Placeable memPlaceable The placeable found in the memory TU or segment. Properties Document Gets or sets the source-segment placeable. Declaration public Placeable Document { get; set; } Property Value Type Description Placeable Memory Gets or sets the memory-segment placeable. Declaration public Placeable Memory { get; set; } Property Value Type Description Placeable Type Returns the type of this placeable association, which is the type of either placeable contained in it. Declaration public PlaceableType Type { get; } Property Value Type Description PlaceableType Methods AreAssociable(Placeable, Placeable) Placeables can be associated if they are of the same type, or if one is a text placeholder and the other is a normal standalone tag. Declaration public static bool AreAssociable(Placeable a, Placeable b) Parameters Type Name Description Placeable a Placeable b Returns Type Description System.Boolean" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableComputer.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableComputer.html", "title": "Class PlaceableComputer", - "keywords": "Class PlaceableComputer Provides methods to compute placeables and their alignments from two segments, or from a translation unit. Inheritance object PlaceableComputer Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public static class PlaceableComputer Methods ComputePlaceables(Segment, Segment) See ComputePlaceablesAsync(Segment, Segment) Declaration [Obsolete(\"Use ComputePlaceablesAsync\")] public static List ComputePlaceables(Segment srcSegment, Segment trgSegment) Parameters Type Name Description Segment srcSegment Segment trgSegment Returns Type Description List Placeable ComputePlaceables(TranslationUnit) Computes the list of placeables and their alignment, given the provided translation unit. Declaration [Obsolete(\"Use ComputePlaceablesAsync\")] public static List ComputePlaceables(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The translation unit to compute the placeables for Returns Type Description List Placeable A list of placeables ComputePlaceablesAsync(Segment, Segment) Computes the list of placeables and their alignment, given the provided segments. Declaration public static Task> ComputePlaceablesAsync(Segment srcSegment, Segment trgSegment) Parameters Type Name Description Segment srcSegment The source segment Segment trgSegment The target segment Returns Type Description Task List Placeable A list of placeables ComputePlaceablesAsync(TranslationUnit) Computes the list of placeables and their alignment, given the provided segments. Declaration public static Task> ComputePlaceablesAsync(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu Returns Type Description Task List Placeable ConvertPlaceablesToAlignments(List, LiftAlignedSpanPairSet, List, List) Uses placeable information, computed for a given source and target segment, to add alignment entries to alignment data Declaration public static void ConvertPlaceablesToAlignments(List placeables, LiftAlignedSpanPairSet alignmentData, List sourceTokens, List targetTokens) Parameters Type Name Description List Placeable placeables Previously-computed placeables Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPairSet alignmentData Object in which to store the alignments List Token sourceTokens List of tokens in the source segment List Token targetTokens List of tokens in the target segment" + "keywords": "Class PlaceableComputer Provides methods to compute placeables and their alignments from two segments, or from a translation unit. Inheritance System.Object PlaceableComputer 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public static class PlaceableComputer Methods ComputePlaceables(Segment, Segment) See ComputePlaceablesAsync(Segment, Segment) Declaration [Obsolete(\"Use ComputePlaceablesAsync\")] public static List ComputePlaceables(Segment srcSegment, Segment trgSegment) Parameters Type Name Description Segment srcSegment Segment trgSegment Returns Type Description System.Collections.Generic.List < Placeable > ComputePlaceables(TranslationUnit) Computes the list of placeables and their alignment, given the provided translation unit. Declaration [Obsolete(\"Use ComputePlaceablesAsync\")] public static List ComputePlaceables(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu The translation unit to compute the placeables for Returns Type Description System.Collections.Generic.List < Placeable > A list of placeables ComputePlaceablesAsync(Segment, Segment) Computes the list of placeables and their alignment, given the provided segments. Declaration public static Task> ComputePlaceablesAsync(Segment srcSegment, Segment trgSegment) Parameters Type Name Description Segment srcSegment The source segment Segment trgSegment The target segment Returns Type Description System.Threading.Tasks.Task < System.Collections.Generic.List < Placeable >> A list of placeables ComputePlaceablesAsync(TranslationUnit) Computes the list of placeables and their alignment, given the provided segments. Declaration public static Task> ComputePlaceablesAsync(TranslationUnit tu) Parameters Type Name Description TranslationUnit tu Returns Type Description System.Threading.Tasks.Task < System.Collections.Generic.List < Placeable >> ConvertPlaceablesToAlignments(List, LiftAlignedSpanPairSet, List, List) Uses placeable information, computed for a given source and target segment, to add alignment entries to alignment data Declaration public static void ConvertPlaceablesToAlignments(List placeables, LiftAlignedSpanPairSet alignmentData, List sourceTokens, List targetTokens) Parameters Type Name Description System.Collections.Generic.List < Placeable > placeables Previously-computed placeables Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPairSet alignmentData Object in which to store the alignments System.Collections.Generic.List < Token > sourceTokens List of tokens in the source segment System.Collections.Generic.List < Token > targetTokens List of tokens in the target segment" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableType.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableType.html", "title": "Enum PlaceableType", - "keywords": "Enum PlaceableType Specifies the type of a placeable. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum PlaceableType Fields Name Description LockedContent Stadalone tag that represents locked content (tags and/or text) that is to be treated as a single placeable. None The placeable is not a defined placeable type (used only for initialization). PairedTagEnd Start of a paired tag. PairedTagStart Start of a paired tag. StandaloneTag Standalone tag. Text Text. TextPlaceholder A stand-alone tag which represents text (and not formatting)" + "keywords": "Enum PlaceableType Specifies the type of a placeable. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum PlaceableType Fields Name Description LockedContent Stadalone tag that represents locked content (tags and/or text) that is to be treated as a single placeable. None The placeable is not a defined placeable type (used only for initialization). PairedTagEnd Start of a paired tag. PairedTagStart Start of a paired tag. StandaloneTag Standalone tag. Text Text. TextPlaceholder A stand-alone tag which represents text (and not formatting)" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.RegularIterator.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.RegularIterator.html", "title": "Class RegularIterator", - "keywords": "Class RegularIterator Base iterator class. Contains the common properties needed for iteration through a translation memory. Inheritance object TranslationMemoryIterator RegularIterator Inherited Members TranslationMemoryIterator.Filter TranslationMemoryIterator.MaxCount TranslationMemoryIterator.MaxScan TranslationMemoryIterator.ProcessedTranslationUnits TranslationMemoryIterator.ScannedTranslationUnits TranslationMemoryIterator.Forward object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class RegularIterator : TranslationMemoryIterator Constructors RegularIterator() Initializes a new instance with default values (the max count is set to 100). Declaration public RegularIterator() RegularIterator(int) Initializes a new instance with the specified values. Declaration public RegularIterator(int maxCount) Parameters Type Name Description int maxCount The maximum number of TUs to return in one iteration roundtrip Properties PositionFrom Gets or sets the starting position of the current page in this iterator. The page starts at the first translation unit AFTER this position. Declaration [DataMember] public int PositionFrom { get; set; } Property Value Type Description int PositionTo Gets or sets the last position of the current page in this iterator. The page ends at this position, inclusively. Declaration [DataMember] public int PositionTo { get; set; } Property Value Type Description int Methods Reset() Repositions the iterator at the beginning of the translation memory. Declaration public override sealed void Reset() Overrides TranslationMemoryIterator.Reset()" + "keywords": "Class RegularIterator Represents a regular iterator that can retrieve all the translation units from a translation memory page by page. The iterator can have a filter, in which case it will only return those translation units that match the filter. The default page for this iterator is 100 translation units. Inheritance System.Object TranslationMemoryIterator RegularIterator Inherited Members TranslationMemoryIterator.Filter TranslationMemoryIterator.MaxCount TranslationMemoryIterator.MaxScan TranslationMemoryIterator.ProcessedTranslationUnits TranslationMemoryIterator.ScannedTranslationUnits TranslationMemoryIterator.Forward 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class RegularIterator : TranslationMemoryIterator Constructors RegularIterator() Initializes a new instance with default values. Declaration public RegularIterator() RegularIterator(Int32) Initializes a new instance with the specified page size. Declaration public RegularIterator(int maxCount) Parameters Type Name Description System.Int32 maxCount The maximum number of translation units that this iterator will return in one roundtrip. Properties PositionFrom Gets or sets the starting position of the current page in this iterator. The page starts at the first translation unit AFTER this position. Declaration public int PositionFrom { get; set; } Property Value Type Description System.Int32 PositionTo Gets or sets the last position of the current page in this iterator. The page ends at this position, inclusively. Declaration public int PositionTo { get; set; } Property Value Type Description System.Int32 Methods Reset() See Reset() Declaration public sealed override void Reset() Overrides TranslationMemoryIterator.Reset()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ScoringResult.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ScoringResult.html", "title": "Class ScoringResult", - "keywords": "Class ScoringResult Represents the score for a search result. Inheritance object ScoringResult Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class ScoringResult Constructors ScoringResult() Initializes a new instance with default values. Declaration public ScoringResult() Properties AppliedPenalties Gets or sets the list of applied penalties for this result. Declaration [DataMember] public List AppliedPenalties { get; set; } Property Value Type Description List AppliedPenalty BaseScore Gets or sets the base score for this result. Declaration [DataMember] public int BaseScore { get; set; } Property Value Type Description int EditDistance Gets or sets the edit distance for this result. The edit distance is null for concordance searches and is only set for standard searches. Declaration [DataMember] public EditDistance EditDistance { get; set; } Property Value Type Description EditDistance IdContextMatch Gets or sets SIDContext Declaration [DataMember] public bool IdContextMatch { get; set; } Property Value Type Description bool IsExactMatch Gets a value indicating whether this result is an exact match. This is the case if the base score is 100. Declaration public bool IsExactMatch { get; } Property Value Type Description bool IsStructureContextMatch Gets or sets whether or not this match also matches the structural document context. If no structure context was specified during the search, the value will be false. Declaration [DataMember] public bool IsStructureContextMatch { get; set; } Property Value Type Description bool Match Gets the final match score for this result, which is the base score minus the maluses of any applied penalties. Declaration public int Match { get; } Property Value Type Description int MatchingConcordanceRanges Gets or sets the matching concordance ranges for this result. This field is null for standard searches and only set for concordance searches. The value identifies the ranges in the memory source segment which match the concordance search. Note that the ranges are not necessarily consecutive. They are, however, sorted. Declaration [DataMember] public List MatchingConcordanceRanges { get; set; } Property Value Type Description List SegmentRange MemoryTagsDeleted Gets or sets whether the tags are deleted or not for this result. Declaration [DataMember] public bool MemoryTagsDeleted { get; set; } Property Value Type Description bool PlaceableFormatChanges Declaration [DataMember] public int PlaceableFormatChanges { get; set; } Property Value Type Description int ResolvedPlaceables Gets or sets the number of placeables that can be resolved for this result. Declaration [DataMember] public int ResolvedPlaceables { get; set; } Property Value Type Description int TagMismatch Gets or sets whether there are any tag mismatches. This flag is set even if no tag mismatch penalty is configured. Declaration [DataMember] public bool TagMismatch { get; set; } Property Value Type Description bool TargetSegmentDiffers Valid only when a whole TU is searched, and is only set if it's a 100% match. Not set for fuzzy or concordance matches. Declaration [DataMember] public bool TargetSegmentDiffers { get; set; } Property Value Type Description bool TextContextMatch Gets or sets the type of context match for this result, if applicable. Declaration [DataMember] public TextContextMatch TextContextMatch { get; set; } Property Value Type Description TextContextMatch TextReplacements Gets or sets the number of TextReplacements applied to this result. Declaration [DataMember] public int TextReplacements { get; set; } Property Value Type Description int Methods ApplyFilter(string, int) Applies a penalty to the current score, with a specified filter and cost. Declaration public void ApplyFilter(string filterName, int malus) Parameters Type Name Description string filterName The filter name. int malus The penalty cost. ApplyPenalty(Penalty) Applies a penalty to the current score unless a penalty with the same type has already been applied. Declaration public void ApplyPenalty(Penalty pt) Parameters Type Name Description Penalty pt The penalty. FindAppliedFilter(string) Retrieves the applied penalty for a specified filter. Declaration public AppliedPenalty FindAppliedFilter(string filterName) Parameters Type Name Description string filterName The filter name. Returns Type Description AppliedPenalty The applied penalty for the specified filter or null if no filter with that name can be found. FindPenalty(PenaltyType) Retrieves the applied penalty for a specified penalty type. Declaration public AppliedPenalty FindPenalty(PenaltyType pt) Parameters Type Name Description PenaltyType pt The penalty type. Returns Type Description AppliedPenalty The applied penalty for the specified type or null if no penalty of that type can be found. RemovePenalty(PenaltyType) Removes the penalty of the specified type, if set. Declaration public void RemovePenalty(PenaltyType pt) Parameters Type Name Description PenaltyType pt" + "keywords": "Class ScoringResult Represents the score for a search result. Inheritance System.Object ScoringResult 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class ScoringResult Constructors ScoringResult() Initializes a new instance with default values. Declaration public ScoringResult() Properties AppliedPenalties Gets or sets the list of applied penalties for this result. Declaration public List AppliedPenalties { get; set; } Property Value Type Description System.Collections.Generic.List < AppliedPenalty > BaseScore Gets or sets the base score for this result. Declaration public int BaseScore { get; set; } Property Value Type Description System.Int32 EditDistance Gets or sets the edit distance for this result. The edit distance is null for concordance searches and is only set for standard searches. Declaration public EditDistance EditDistance { get; set; } Property Value Type Description EditDistance IdContextMatch Gets or sets SIDContext Declaration public bool IdContextMatch { get; set; } Property Value Type Description System.Boolean IsExactMatch Gets a value indicating whether this result is an exact match. This is the case if the base score is 100. Declaration public bool IsExactMatch { get; } Property Value Type Description System.Boolean IsStructureContextMatch Gets or sets whether or not this match also matches the structural document context. If no structure context was specified during the search, the value will be false. Declaration public bool IsStructureContextMatch { get; set; } Property Value Type Description System.Boolean Match Gets the final match score for this result, which is the base score minus the maluses of any applied penalties. Declaration public int Match { get; } Property Value Type Description System.Int32 MatchingConcordanceRanges Gets or sets the matching concordance ranges for this result. This field is null for standard searches and only set for concordance searches. The value identifies the ranges in the memory source segment which match the concordance search. Note that the ranges are not necessarily consecutive. They are, however, sorted. Declaration public List MatchingConcordanceRanges { get; set; } Property Value Type Description System.Collections.Generic.List < SegmentRange > MemoryTagsDeleted Gets or sets whether the tags are deleted or not for this result. Declaration public bool MemoryTagsDeleted { get; set; } Property Value Type Description System.Boolean PlaceableFormatChanges Declaration public int PlaceableFormatChanges { get; set; } Property Value Type Description System.Int32 ResolvedPlaceables Gets or sets the number of placeables that can be resolved for this result. Declaration public int ResolvedPlaceables { get; set; } Property Value Type Description System.Int32 TagMismatch Gets or sets whether there are any tag mismatches. This flag is set even if no tag mismatch penalty is configured. Declaration public bool TagMismatch { get; set; } Property Value Type Description System.Boolean TargetSegmentDiffers Valid only when a whole TU is searched, and is only set if it's a 100% match. Not set for fuzzy or concordance matches. Declaration public bool TargetSegmentDiffers { get; set; } Property Value Type Description System.Boolean TextContextMatch Gets or sets the type of context match for this result, if applicable. Declaration public TextContextMatch TextContextMatch { get; set; } Property Value Type Description TextContextMatch TextReplacements Gets or sets the number of TextReplacements applied to this result. Declaration public int TextReplacements { get; set; } Property Value Type Description System.Int32 Methods ApplyFilter(String, Int32) Applies a penalty to the current score, with a specified filter and cost. Declaration public void ApplyFilter(string filterName, int malus) Parameters Type Name Description System.String filterName The filter name. System.Int32 malus The penalty cost. ApplyPenalty(Penalty) Applies a penalty to the current score unless a penalty with the same type has already been applied. Declaration public void ApplyPenalty(Penalty pt) Parameters Type Name Description Penalty pt The penalty. FindAppliedFilter(String) Retrieves the applied penalty for a specified filter. Declaration public AppliedPenalty FindAppliedFilter(string filterName) Parameters Type Name Description System.String filterName The filter name. Returns Type Description AppliedPenalty The applied penalty for the specified filter or null if no filter with that name can be found. FindPenalty(PenaltyType) Retrieves the applied penalty for a specified penalty type. Declaration public AppliedPenalty FindPenalty(PenaltyType pt) Parameters Type Name Description PenaltyType pt The penalty type. Returns Type Description AppliedPenalty The applied penalty for the specified type or null if no penalty of that type can be found. RemovePenalty(PenaltyType) Removes the penalty of the specified type, if set. Declaration public void RemovePenalty(PenaltyType pt) Parameters Type Name Description PenaltyType pt" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchMode.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchMode.html", "title": "Enum SearchMode", - "keywords": "Enum SearchMode Specifies the search type. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum SearchMode Fields Name Description ConcordanceSearch Performs a concordance search on the source segments, using the source character-based index if it exists or the default word-based index otherwise. DuplicateSearch Performs a search on the source and target hashes for duplicate search during import (only used internally). ExactSearch Performs only an exact search, without fuzzy search. FullSearch Performs a full search, i.e. a combined exact/fuzzy search. In contrast to NormalSearch, fuzzy search is always triggered, even if exact matches are found. FuzzySearch Performs only a fuzzy search. NormalSearch Performs a normal search, i.e. a combined exact/fuzzy search. Fuzzy search is only triggered if no exact matches are found. TargetConcordanceSearch Performs a concordance search on the target segments, if the target character-based index exists." + "keywords": "Enum SearchMode Specifies the search type. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum SearchMode Fields Name Description ConcordanceSearch Performs a concordance search on the source segments, using the source character-based index if it exists or the default word-based index otherwise. DuplicateSearch Performs a search on the source and target hashes for duplicate search during import (only used internally). ExactSearch Performs only an exact search, without fuzzy search. FullSearch Performs a full search, i.e. a combined exact/fuzzy search. In contrast to NormalSearch, fuzzy search is always triggered, even if exact matches are found. FuzzySearch Performs only a fuzzy search. NormalSearch Performs a normal search, i.e. a combined exact/fuzzy search. Fuzzy search is only triggered if no exact matches are found. TargetConcordanceSearch Performs a concordance search on the target segments, if the target character-based index exists." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResult.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResult.html", "title": "Class SearchResult", - "keywords": "Class SearchResult Encapsulates the result of a search operation, a memory translation unit, possiby annotated with score, placeables and context information. Inheritance object SearchResult SubsegmentSearchResult Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class SearchResult Constructors SearchResult(TranslationUnit) Initializes a new instance of the SearchResult class. Declaration public SearchResult(TranslationUnit tmTu) Parameters Type Name Description TranslationUnit tmTu The translation unit found by the search operation. Properties CascadeEntryIndex Gets or sets the cascade entry index. Declaration [DataMember] public int CascadeEntryIndex { get; set; } Property Value Type Description int Remarks The cascade entry index corresponds to a position in the cascade's cascade entries list (Cascade.CascadeEntries). If the cascade entry index is -1 then the search result was not created in a cascade. ContextData Gets or sets the context information for this translation unit. Declaration [DataMember] public TuContext ContextData { get; set; } Property Value Type Description TuContext MatchingPlaceholderTokens Gets or sets the matching tokens. MatchingPlaceholderTokens attribute counts the number of placeholders that match by value. Upon comparing two segments, if the placeholders value is different, the Scorer will still give 100% match, even if the placeholders value is different for example: first segment: {Birth}{' '}{year}{' '}{is}{' '}{NumberToken(1980)} second segment: {Birth}{' '}{year}{' '}{is}{' '}{NumberToken(1985)} The above segments will be considerred equal, even if they are not. This info is used upon ordering of TM entries so that on the first position to appear the segment that match by token value too Declaration public int MatchingPlaceholderTokens { get; set; } Property Value Type Description int Remarks This field is used internally upon ordering of TM entries so that on the first position to appear the segment that match by token value too. MemoryPlaceables Gets or sets the list of placeables which are found in the memory segment. Declaration [DataMember] public List MemoryPlaceables { get; set; } Property Value Type Description List Placeable MemoryTranslationUnit The translation unit found by the search, used to compute the translation proposal. Declaration [DataMember] public TranslationUnit MemoryTranslationUnit { get; set; } Property Value Type Description TranslationUnit MetaData Used in various flows to hold data related to SearchResult Declaration public Dictionary MetaData { get; set; } Property Value Type Description Dictionary string object PlaceableAssociations Gets or sets the list of placeables which are found in the memory segment. Declaration [DataMember] public List PlaceableAssociations { get; set; } Property Value Type Description List PlaceableAssociation ScoringResult Gets or sets the scoring for this result. Declaration [DataMember] public ScoringResult ScoringResult { get; set; } Property Value Type Description ScoringResult TranslationProposal Gets or sets the translation proposal TU, which is a copy of the memory translation unit in which all placeables have been resolved. Declaration [DataMember] public TranslationUnit TranslationProposal { get; set; } Property Value Type Description TranslationUnit" + "keywords": "Class SearchResult Encapsulates the result of a search operation, a memory translation unit, possiby annotated with score, placeables and context information. Inheritance System.Object SearchResult SubsegmentSearchResult 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SearchResult Constructors SearchResult(TranslationUnit) Initializes a new instance of the SearchResult class. Declaration public SearchResult(TranslationUnit tmTu) Parameters Type Name Description TranslationUnit tmTu The translation unit found by the search operation. Properties CascadeEntryIndex Gets or sets the cascade entry index. Declaration public int CascadeEntryIndex { get; set; } Property Value Type Description System.Int32 Remarks The cascade entry index corresponds to a position in the cascade's cascade entries list (Cascade.CascadeEntries). If the cascade entry index is -1 then the search result was not created in a cascade. ContextData Gets or sets the context information for this translation unit. Declaration public TuContext ContextData { get; set; } Property Value Type Description TuContext MatchingPlaceholderTokens Gets or sets the matching tokens. MatchingPlaceholderTokens attribute counts the number of placeholders that match by value. Upon comparing two segments, if the placeholders value is different, the Scorer will still give 100% match, even if the placeholders value is different for example: first segment: {Birth}{' '}{year}{' '}{is}{' '}{NumberToken(1980)} second segment: {Birth}{' '}{year}{' '}{is}{' '}{NumberToken(1985)} The above segments will be considerred equal, even if they are not. This info is used upon ordering of TM entries so that on the first position to appear the segment that match by token value too Declaration public int MatchingPlaceholderTokens { get; set; } Property Value Type Description System.Int32 Remarks This field is used internally upon ordering of TM entries so that on the first position to appear the segment that match by token value too. MemoryPlaceables Gets or sets the list of placeables which are found in the memory segment. Declaration public List MemoryPlaceables { get; set; } Property Value Type Description System.Collections.Generic.List < Placeable > MemoryTranslationUnit The translation unit found by the search, used to compute the translation proposal. Declaration public TranslationUnit MemoryTranslationUnit { get; set; } Property Value Type Description TranslationUnit MetaData Used in various flows to hold data related to SearchResult Declaration public Dictionary MetaData { get; set; } Property Value Type Description System.Collections.Generic.Dictionary < System.String , System.Object > PlaceableAssociations Gets or sets the list of placeables which are found in the memory segment. Declaration public List PlaceableAssociations { get; set; } Property Value Type Description System.Collections.Generic.List < PlaceableAssociation > ScoringResult Gets or sets the scoring for this result. Declaration public ScoringResult ScoringResult { get; set; } Property Value Type Description ScoringResult TranslationProposal Gets or sets the translation proposal TU, which is a copy of the memory translation unit in which all placeables have been resolved. Declaration public TranslationUnit TranslationProposal { get; set; } Property Value Type Description TranslationUnit" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.html", "title": "Class SearchResultFieldValueAccessor", - "keywords": "Class SearchResultFieldValueAccessor A class which allows to use a search result as a ITypedKeyValueContainer . Inheritance object SearchResultFieldValueAccessor Implements ITypedKeyValueContainer Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SearchResultFieldValueAccessor : ITypedKeyValueContainer Constructors SearchResultFieldValueAccessor(SearchResult) Initializes a new instance wiht the specified values. Declaration public SearchResultFieldValueAccessor(SearchResult r) Parameters Type Name Description SearchResult r The search result. Methods GetType(string) Returns the type of the field with name \"fieldName\". If the object does not have a value for that field, returns FieldValueType.Unknown. Declaration public FieldValueType GetType(string fieldName) Parameters Type Name Description string fieldName The field name. Returns Type Description FieldValueType The type of that field, or FieldValueType.Unknown if it doesn't exist. GetValue(string) Returns the value of field with name \"fieldName\". The return value can be any field type. Declaration public FieldValue GetValue(string fieldName) Parameters Type Name Description string fieldName The field name. Returns Type Description FieldValue The value of the field, or null if not defined. GetValue(string, FieldValueType) Returns the value of field with name \"fieldName\", given the field value type t. Declaration public FieldValue GetValue(string fieldName, FieldValueType t) Parameters Type Name Description string fieldName The field name FieldValueType t The field type to return the value for. Returns Type Description FieldValue null if no value is defined. Throws exception if value is of a different type. Implements ITypedKeyValueContainer" + "keywords": "Class SearchResultFieldValueAccessor A class which allows to use a search result as a ITypedKeyValueContainer . Inheritance System.Object SearchResultFieldValueAccessor Implements ITypedKeyValueContainer 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SearchResultFieldValueAccessor : ITypedKeyValueContainer Constructors SearchResultFieldValueAccessor(SearchResult) Initializes a new instance wiht the specified values. Declaration public SearchResultFieldValueAccessor(SearchResult r) Parameters Type Name Description SearchResult r The search result. Methods GetType(String) See GetType(String) Declaration public FieldValueType GetType(string fieldName) Parameters Type Name Description System.String fieldName The field name. Returns Type Description FieldValueType The type of that field, or FieldValueType.Unknown if it doesn't exist. GetValue(String) See GetValue(String) Declaration public FieldValue GetValue(string fieldName) Parameters Type Name Description System.String fieldName The field name. Returns Type Description FieldValue The value of the field, or null if not defined. GetValue(String, FieldValueType) See GetValue(String, FieldValueType) Declaration public FieldValue GetValue(string fieldName, FieldValueType t) Parameters Type Name Description System.String fieldName The field name FieldValueType t The field type to return the value for. Returns Type Description FieldValue null if no value is defined. Throws exception if value is of a different type. Implements ITypedKeyValueContainer" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.html", "title": "Class SearchResultFieldValueComparer", - "keywords": "Class SearchResultFieldValueComparer Implements a comparer for search results. Inheritance object SearchResultFieldValueComparer Implements IFieldValueComparer SearchResult Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SearchResultFieldValueComparer : IFieldValueComparer Constructors SearchResultFieldValueComparer() Declaration public SearchResultFieldValueComparer() Methods Compare(SearchResult, SearchResult, string) Compares two objects' specified field values and returns an indication of their relative values. Declaration public int Compare(SearchResult a, SearchResult b, string fieldName) Parameters Type Name Description SearchResult a The first of the two items to compare. SearchResult b The second of the two items to compare. string fieldName The field used for comparison. Returns Type Description int Less than zero if a is less than b, zero if a equals b or a value greater than zero if a is greater than b. Implements IFieldValueComparer" + "keywords": "Class SearchResultFieldValueComparer Implements a comparer for search results. Inheritance System.Object SearchResultFieldValueComparer Implements IFieldValueComparer < SearchResult > 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SearchResultFieldValueComparer : IFieldValueComparer Constructors SearchResultFieldValueComparer() Declaration public SearchResultFieldValueComparer() Methods Compare(SearchResult, SearchResult, String) Compares two search results' specified field values and returns an indication of their relative values. Currently only the following field names are allowed: sco (score), usc (usage count), usd (last used date), crd (creation date), chd (change date). If a field name is used which is not listed above, Compare will return zero. Declaration public int Compare(SearchResult a, SearchResult b, string fieldName) Parameters Type Name Description SearchResult a The first of the two items to compare. SearchResult b The second of the two items to compare. System.String fieldName The field used for comparison. Returns Type Description System.Int32 Less than zero if a is less than b, zero if a equals b or a value greater than zero if a is greater than b. Implements IFieldValueComparer" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html", "title": "Class SearchResults", - "keywords": "Class SearchResults Represents a set of results returned by the translation memory after a search operation for a given input (segment/translation unit/string). Inheritance object SearchResults SearchResultsMerged SegmentAndSubsegmentSearchResults Implements IEnumerable SearchResult IEnumerable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class SearchResults : IEnumerable, IEnumerable Constructors SearchResults() Initializes a new instance with default values. Declaration public SearchResults() SearchResults(SortSpecification) Initializes a new instance with the specified sort order. Declaration public SearchResults(SortSpecification defaultSortOrder) Parameters Type Name Description SortSpecification defaultSortOrder The default sort order. Fields DefaultSortOrder The default sort order, in string representation, for normal searches. The primary sort key is the score (descending), the secondary sort key is the use count (descending), and the tertiary sort key is the use date (descending). Declaration public static readonly string DefaultSortOrder Field Value Type Description string DefaultSortOrderConcordance The default sort order, in string representation, for concordance searches. The primary sort key is the score (descending), the secondary sort key is the change date (descending), and the tertiary sort key is the use count (descending). Declaration public static readonly string DefaultSortOrderConcordance Field Value Type Description string Properties Count Gets the number of results in this instance. Declaration public int Count { get; } Property Value Type Description int DocumentPlaceables Gets or sets the source segment placeables. The value is usually set by the search engine. Declaration [DataMember] public List DocumentPlaceables { get; set; } Property Value Type Description List Placeable this[int] Gets or sets the search results at the specified index in the collection. Declaration public SearchResult this[int index] { get; set; } Parameters Type Name Description int index The index. Property Value Type Description SearchResult The SearchResult at the specified index. MultipleTranslations Gets or sets the flag whether there exist multiple exact matches in the result set. Note that there also is a MultipleTranslationsPenalty in each match result. However, the penalty will only be set if the malus is > 0, but the MultipleTrnaslations flag will be set independently. Declaration [DataMember] public bool MultipleTranslations { get; set; } Property Value Type Description bool Results Gets or sets the sesarch results. Declaration [DataMember] public List Results { get; set; } Property Value Type Description List SearchResult SortOrder Gets or sets the sort order. The search results are not re-sorted if this field is set. To re-sort, call Sort() after setting the value. Declaration [DataMember] public SortSpecification SortOrder { get; set; } Property Value Type Description SortSpecification SourceHash Gets or sets the source segment's hash value. Declaration [DataMember] public long SourceHash { get; set; } Property Value Type Description long SourceSegment Gets or sets the document source segment for this instance. The value is set by the search engine. Declaration [DataMember] public Segment SourceSegment { get; set; } Property Value Type Description Segment SourceWordCounts Gets or sets the source word counts for this instance. Declaration [DataMember] public WordCounts SourceWordCounts { get; set; } Property Value Type Description WordCounts Methods Add(SearchResult) Adds a new search result to the collection. Declaration public virtual void Add(SearchResult result) Parameters Type Name Description SearchResult result AreEqual(SearchResult, SearchResult) Determines whether two search results are equal, by comparing the segments of the memory translation units. Declaration public static bool AreEqual(SearchResult result1, SearchResult result2) Parameters Type Name Description SearchResult result1 result1 SearchResult result2 results2 Returns Type Description bool whether search results are equal Cap(int) Caps the number of search results to at most maxCapacity elements. If the object holds less than the maximum number, this method has no effect. Declaration public void Cap(int maxCapacity) Parameters Type Name Description int maxCapacity CheckForMultipleTranslations(SearchSettings) Count the number of exact matches in the result and set the MultipleTranslations flag and penalty accordingly. This is only valid for normal searches; nothing will be changed for concordance searches. Declaration public void CheckForMultipleTranslations(SearchSettings settings) Parameters Type Name Description SearchSettings settings CheckForMultipleTranslations(SearchSettings, List) Count the number of exact matches in the result and set the MultipleTranslations flag and penalty accordingly. This is only valid for normal searches; nothing will be changed for concordance searches. Declaration public void CheckForMultipleTranslations(SearchSettings settings, List searchResults) Parameters Type Name Description SearchSettings settings List SearchResult searchResults Clear() Removes all results. Declaration public void Clear() CopyFrom(SearchResults) Declaration protected void CopyFrom(SearchResults r) Parameters Type Name Description SearchResults r HasTuId(int) Returns true if any SearchResult in Results has a MemoryTranslationUnit whose ID matches the one provided Declaration public bool HasTuId(int id) Parameters Type Name Description int id Returns Type Description bool Merge(SearchResults, bool) Appends addtional search results to the current list of search results. Note that other fields, such as the source tokens or the source word count, are not merged (although they may differ for cross-TM searches). Declaration public void Merge(SearchResults other, bool removeDuplicates) Parameters Type Name Description SearchResults other The search results to merge with the current results. bool removeDuplicates If true, a heuristics is applied to remove duplicates. The original sort order is preserved, but the multiple translations information is re-evaluated. PostMergeFixup(IEnumerable, IEnumerable, SearchSettings) When a search is performed on a batch of document segments for a single TM, TM search logic deals with any logic spanning multiple segments, e.g. context match rules. However, when results from multiple TMs are merged together, Merge(SearchResults, bool) is generally used, once per document segment, which does not allow for that logic to be applied. This function should be used on a list of document segment SearchResults once all Merge(SearchResults, bool) calls have been performed. Declaration public static void PostMergeFixup(IEnumerable searchResultsPerSegment, IEnumerable searchMask, SearchSettings settings) Parameters Type Name Description IEnumerable SearchResults searchResultsPerSegment The ordered list of SearchResults , one per document segment (including possible null values e.g. for masked segments) IEnumerable bool searchMask Any mask used when performing the search over document segments SearchSettings settings The settings used for performing the search Remarks See https://jira.sdl.com/browse/LCC-12742 RemoveAll(Func) Removes all the elements that match the condition defined by the specified predicate Declaration public int RemoveAll(Func predicate) Parameters Type Name Description Func SearchResult bool predicate the predicate to use Returns Type Description int RemoveDuplicates() Removes any duplicate search results. The duplicate with the lowest index is kept, and other duplicates are removed. Declaration public void RemoveDuplicates() RemoveDuplicates(Func) Removes any duplicate search results. Declaration public void RemoveDuplicates(Func GetSearchResultToRemove) Parameters Type Name Description Func SearchResult SearchResult SearchResult GetSearchResultToRemove determines which search result to remove; null should be passed if neither search result should be removed Sort() Sorts the results in this instance using the currently set sort order (see SortOrder ), or the default sort order if no sort order is set. Declaration public void Sort() Sort(SortSpecification) Sorts the results in this instance based on the specified sort order. Declaration public void Sort(SortSpecification sortOrder) Parameters Type Name Description SortSpecification sortOrder The sort order. If null, the default sort order will be used. Sort(SortSpecification, SearchResultComparer) Sorts the results in this instance based on the specified sort order. Declaration public void Sort(SortSpecification sortOrder, SearchResults.SearchResultComparer disambiguator) Parameters Type Name Description SortSpecification sortOrder The sort order. If null, the default sort order will be used. SearchResults SearchResultComparer disambiguator An optional, caller-defined delegate which will be called to disambiguate the sort order of two search results in case their sort order is not fully determined by the normal sort criteria. Sort(string) Sorts the results in this instance based on the specified sort order. Declaration public void Sort(string sortOrder) Parameters Type Name Description string sortOrder The sort order, in its string representation. If null, the default sort order will be used. Implements IEnumerable IEnumerable" + "keywords": "Class SearchResults Represents a set of results returned by the translation memory after a search operation for a given input (segment/translation unit/string). Inheritance System.Object SearchResults SearchResultsMerged SegmentAndSubsegmentSearchResults Implements System.Collections.Generic.IEnumerable < SearchResult > System.Collections.IEnumerable 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SearchResults : IEnumerable, IEnumerable Constructors SearchResults() Initializes a new instance with default values. Declaration public SearchResults() SearchResults(SortSpecification) Initializes a new instance with the specified sort order. Declaration public SearchResults(SortSpecification defaultSortOrder) Parameters Type Name Description SortSpecification defaultSortOrder The default sort order. Fields DefaultSortOrder The default sort order, in string representation, for normal searches. The primary sort key is the score (descending), the secondary sort key is the use count (descending), and the tertiary sort key is the use date (descending). Declaration public static readonly string DefaultSortOrder Field Value Type Description System.String DefaultSortOrderConcordance The default sort order, in string representation, for concordance searches. The primary sort key is the score (descending), the secondary sort key is the change date (descending), and the tertiary sort key is the use count (descending). Declaration public static readonly string DefaultSortOrderConcordance Field Value Type Description System.String Properties Count Gets the number of results in this instance. Declaration public int Count { get; } Property Value Type Description System.Int32 DocumentPlaceables Gets or sets the source segment placeables. The value is usually set by the search engine. Declaration public List DocumentPlaceables { get; set; } Property Value Type Description System.Collections.Generic.List < Placeable > Item[Int32] Gets or sets the search results at the specified index in the collection. Declaration public SearchResult this[int index] { get; set; } Parameters Type Name Description System.Int32 index The index. Property Value Type Description SearchResult The SearchResult at the specified index. MultipleTranslations Gets or sets the flag whether there exist multiple exact matches in the result set. Note that there also is a MultipleTranslationsPenalty in each match result. However, the penalty will only be set if the malus is > 0, but the MultipleTrnaslations flag will be set independently. Declaration public bool MultipleTranslations { get; set; } Property Value Type Description System.Boolean Results Gets or sets the sesarch results. Declaration public List Results { get; set; } Property Value Type Description System.Collections.Generic.List < SearchResult > SortOrder Gets or sets the sort order. The search results are not re-sorted if this field is set. To re-sort, call Sort() after setting the value. Declaration public SortSpecification SortOrder { get; set; } Property Value Type Description SortSpecification SourceHash Gets or sets the source segment's hash value. Declaration public long SourceHash { get; set; } Property Value Type Description System.Int64 SourceSegment Gets or sets the document source segment for this instance. The value is set by the search engine. Declaration public Segment SourceSegment { get; set; } Property Value Type Description Segment SourceWordCounts Gets or sets the source word counts for this instance. Declaration public WordCounts SourceWordCounts { get; set; } Property Value Type Description WordCounts Methods Add(SearchResult) Adds a new search result to the collection. Declaration public virtual void Add(SearchResult result) Parameters Type Name Description SearchResult result AreEqual(SearchResult, SearchResult) Determines whether two search results are equal, by comparing the segments of the memory translation units. Declaration public static bool AreEqual(SearchResult result1, SearchResult result2) Parameters Type Name Description SearchResult result1 result1 SearchResult result2 results2 Returns Type Description System.Boolean whether search results are equal Cap(Int32) Caps the number of search results to at most maxCapacity elements. If the object holds less than the maximum number, this method has no effect. Declaration public void Cap(int maxCapacity) Parameters Type Name Description System.Int32 maxCapacity CheckForMultipleTranslations(SearchSettings) Count the number of exact matches in the result and set the MultipleTranslations flag and penalty accordingly. This is only valid for normal searches; nothing will be changed for concordance searches. Declaration public void CheckForMultipleTranslations(SearchSettings settings) Parameters Type Name Description SearchSettings settings CheckForMultipleTranslations(SearchSettings, List) Count the number of exact matches in the result and set the MultipleTranslations flag and penalty accordingly. This is only valid for normal searches; nothing will be changed for concordance searches. Declaration public void CheckForMultipleTranslations(SearchSettings settings, List searchResults) Parameters Type Name Description SearchSettings settings System.Collections.Generic.List < SearchResult > searchResults Clear() Removes all results. Declaration public void Clear() CopyFrom(SearchResults) Declaration protected void CopyFrom(SearchResults r) Parameters Type Name Description SearchResults r HasTuId(Int32) Returns true if any SearchResult in Results has a MemoryTranslationUnit whose ID matches the one provided Declaration public bool HasTuId(int id) Parameters Type Name Description System.Int32 id Returns Type Description System.Boolean Merge(SearchResults, Boolean) Appends addtional search results to the current list of search results. Note that other fields, such as the source tokens or the source word count, are not merged (although they may differ for cross-TM searches). Declaration public void Merge(SearchResults other, bool removeDuplicates) Parameters Type Name Description SearchResults other The search results to merge with the current results. System.Boolean removeDuplicates If true, a heuristics is applied to remove duplicates. The original sort order is preserved, but the multiple translations information is re-evaluated. PostMergeFixup(IEnumerable, IEnumerable, SearchSettings) When a search is performed on a batch of document segments for a single TM, TM search logic deals with any logic spanning multiple segments, e.g. context match rules. However, when results from multiple TMs are merged together, Merge(SearchResults, Boolean) is generally used, once per document segment, which does not allow for that logic to be applied. This function should be used on a list of document segment SearchResults once all Merge(SearchResults, Boolean) calls have been performed. Declaration public static void PostMergeFixup(IEnumerable searchResultsPerSegment, IEnumerable searchMask, SearchSettings settings) Parameters Type Name Description System.Collections.Generic.IEnumerable < SearchResults > searchResultsPerSegment The ordered list of SearchResults , one per document segment (including possible null values e.g. for masked segments) System.Collections.Generic.IEnumerable < System.Boolean > searchMask Any mask used when performing the search over document segments SearchSettings settings The settings used for performing the search Remarks See https://jira.sdl.com/browse/LCC-12742 RemoveAll(Func) Removes all the elements that match the condition defined by the specified predicate Declaration public int RemoveAll(Func predicate) Parameters Type Name Description System.Func < SearchResult , System.Boolean > predicate the predicate to use Returns Type Description System.Int32 RemoveDuplicates() Removes any duplicate search results. The duplicate with the lowest index is kept, and other duplicates are removed. Declaration public void RemoveDuplicates() RemoveDuplicates(Func) Removes any duplicate search results. Declaration public void RemoveDuplicates(Func GetSearchResultToRemove) Parameters Type Name Description System.Func < SearchResult , SearchResult , SearchResult > GetSearchResultToRemove determines which search result to remove; null should be passed if neither search result should be removed Sort() Sorts the results in this instance using the currently set sort order (see SortOrder ), or the default sort order if no sort order is set. Declaration public void Sort() Sort(SortSpecification) Sorts the results in this instance based on the specified sort order. Declaration public void Sort(SortSpecification sortOrder) Parameters Type Name Description SortSpecification sortOrder The sort order. If null, the default sort order will be used. Sort(SortSpecification, SearchResults.SearchResultComparer) Sorts the results in this instance based on the specified sort order. Declaration public void Sort(SortSpecification sortOrder, SearchResults.SearchResultComparer disambiguator) Parameters Type Name Description SortSpecification sortOrder The sort order. If null, the default sort order will be used. SearchResults.SearchResultComparer disambiguator An optional, caller-defined delegate which will be called to disambiguate the sort order of two search results in case their sort order is not fully determined by the normal sort criteria. Sort(String) Sorts the results in this instance based on the specified sort order. Declaration public void Sort(string sortOrder) Parameters Type Name Description System.String sortOrder The sort order, in its string representation. If null, the default sort order will be used. Explicit Interface Implementations IEnumerable.GetEnumerator() Returns an enumerator to iterate through the list of search results. Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description System.Collections.Generic.IEnumerator < SearchResult > IEnumerable.GetEnumerator() Returns an enumerator to iterate through the list of search results. Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description System.Collections.IEnumerator Implements System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.html", "title": "Delegate SearchResults.SearchResultComparer", - "keywords": "Delegate SearchResults.SearchResultComparer Represents a method which compares two search results, and returns a value indicating the sort order. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public delegate int SearchResults.SearchResultComparer(SearchResult a, SearchResult b) Parameters Type Name Description SearchResult a The first object (not null) SearchResult b The second object (not null) Returns Type Description int A value indicating the sort order between the two objects Constructors SearchResultComparer(object, IntPtr) Declaration public SearchResultComparer(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(SearchResult, SearchResult, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(SearchResult a, SearchResult b, AsyncCallback callback, object @object) Parameters Type Name Description SearchResult a SearchResult b AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual int EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description int Invoke(SearchResult, SearchResult) Declaration public virtual int Invoke(SearchResult a, SearchResult b) Parameters Type Name Description SearchResult a SearchResult b Returns Type Description int" + "keywords": "Delegate SearchResults.SearchResultComparer Represents a method which compares two search results, and returns a value indicating the sort order. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public delegate int SearchResultComparer(SearchResult a, SearchResult b); Parameters Type Name Description SearchResult a The first object (not null) SearchResult b The second object (not null) Returns Type Description System.Int32 A value indicating the sort order between the two objects Constructors SearchResultComparer(Object, IntPtr) Declaration public SearchResultComparer(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(SearchResult, SearchResult, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(SearchResult a, SearchResult b, AsyncCallback callback, object object) Parameters Type Name Description SearchResult a SearchResult b System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual int EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Returns Type Description System.Int32 Invoke(SearchResult, SearchResult) Declaration public virtual int Invoke(SearchResult a, SearchResult b) Parameters Type Name Description SearchResult a SearchResult b Returns Type Description System.Int32" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.html", "title": "Class SearchResultsMerged", - "keywords": "Class SearchResultsMerged Represents a set of results returned by the translation memory after a search operation for a given input (segment/translation unit/string). Inheritance object SearchResults SearchResultsMerged SegmentAndSubsegmentSearchResultsMerged Implements IEnumerable SearchResult IEnumerable Inherited Members SearchResults.DefaultSortOrder SearchResults.DefaultSortOrderConcordance SearchResults.CopyFrom(SearchResults) SearchResults.Sort(SortSpecification) SearchResults.Sort(SortSpecification, SearchResults.SearchResultComparer) SearchResults.Sort(string) SearchResults.Sort() SearchResults.Merge(SearchResults, bool) SearchResults.PostMergeFixup(IEnumerable, IEnumerable, SearchSettings) SearchResults.Cap(int) SearchResults.CheckForMultipleTranslations(SearchSettings) SearchResults.CheckForMultipleTranslations(SearchSettings, List) SearchResults.Add(SearchResult) SearchResults.HasTuId(int) SearchResults.RemoveDuplicates() SearchResults.RemoveAll(Func) SearchResults.RemoveDuplicates(Func) SearchResults.AreEqual(SearchResult, SearchResult) SearchResults.Clear() SearchResults.Results SearchResults.SortOrder SearchResults.MultipleTranslations SearchResults.SourceWordCounts SearchResults.DocumentPlaceables SearchResults.SourceSegment SearchResults.Count SearchResults.SourceHash SearchResults.this[int] object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class SearchResultsMerged : SearchResults, IEnumerable, IEnumerable Constructors SearchResultsMerged() Initializes a new instance with default values. Declaration public SearchResultsMerged() SearchResultsMerged(SearchResults) Initializes a new instance with values from specified SearchResults. Declaration public SearchResultsMerged(SearchResults searchResults) Parameters Type Name Description SearchResults searchResults Properties DocumentDetails Declaration [DataMember] public Dictionary DocumentDetails { get; set; } Property Value Type Description Dictionary int DocumentDetail Methods CopyFromSearchResults(SearchResults) Declaration public void CopyFromSearchResults(SearchResults other) Parameters Type Name Description SearchResults other Merge(SearchResults, bool, int) Appends addtional search results to the current list of search results. Note that other fields, such as the source tokens or the source word count, are not merged (although they may differ for cross-TM searches). Declaration public void Merge(SearchResults other, bool removeDuplicates, int cascadeEntryIndex) Parameters Type Name Description SearchResults other The search results to merge with the current results. bool removeDuplicates If true, a heuristics is applied to remove duplicates. The original sort order is preserved, but the multiple translations information is re-evaluated. int cascadeEntryIndex corresponds to the search results cascade entry index property Implements IEnumerable IEnumerable" + "keywords": "Class SearchResultsMerged Represents a set of results returned by multiple translation memories after a search operation for a given input (segment/translation unit/string). Inheritance System.Object SearchResults SearchResultsMerged SegmentAndSubsegmentSearchResultsMerged Implements System.Collections.Generic.IEnumerable < SearchResult > System.Collections.IEnumerable Inherited Members SearchResults.DefaultSortOrder SearchResults.DefaultSortOrderConcordance SearchResults.CopyFrom(SearchResults) SearchResults.Sort(SortSpecification) SearchResults.Sort(SortSpecification, SearchResults.SearchResultComparer) SearchResults.Sort(String) SearchResults.Sort() SearchResults.Merge(SearchResults, Boolean) SearchResults.PostMergeFixup(IEnumerable, IEnumerable, SearchSettings) SearchResults.Cap(Int32) SearchResults.CheckForMultipleTranslations(SearchSettings) SearchResults.CheckForMultipleTranslations(SearchSettings, List) SearchResults.Add(SearchResult) SearchResults.HasTuId(Int32) SearchResults.RemoveDuplicates() SearchResults.RemoveAll(Func) SearchResults.RemoveDuplicates(Func) SearchResults.AreEqual(SearchResult, SearchResult) SearchResults.Clear() SearchResults.IEnumerable.GetEnumerator() SearchResults.IEnumerable.GetEnumerator() SearchResults.Results SearchResults.SortOrder SearchResults.MultipleTranslations SearchResults.SourceWordCounts SearchResults.DocumentPlaceables SearchResults.SourceSegment SearchResults.Count SearchResults.SourceHash SearchResults.Item[Int32] 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SearchResultsMerged : SearchResults, IEnumerable, IEnumerable Constructors SearchResultsMerged() Initializes a new instance with default values. Declaration public SearchResultsMerged() SearchResultsMerged(SearchResults) Initializes a new instance with values from specified SearchResults. Declaration public SearchResultsMerged(SearchResults searchResults) Parameters Type Name Description SearchResults searchResults Properties DocumentDetails Declaration public Dictionary DocumentDetails { get; set; } Property Value Type Description System.Collections.Generic.Dictionary < System.Int32 , DocumentDetail > Methods CopyFromSearchResults(SearchResults) Declaration public void CopyFromSearchResults(SearchResults other) Parameters Type Name Description SearchResults other Merge(SearchResults, Boolean, Int32) Appends addtional search results to the current list of search results. Note that other fields, such as the source tokens or the source word count, are not merged (although they may differ for cross-TM searches). Declaration public void Merge(SearchResults other, bool removeDuplicates, int cascadeEntryIndex) Parameters Type Name Description SearchResults other The search results to merge with the current results. System.Boolean removeDuplicates If true, a heuristics is applied to remove duplicates. The original sort order is preserved, but the multiple translations information is re-evaluated. System.Int32 cascadeEntryIndex corresponds to the search results cascade entry index property Implements System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchSettings.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchSettings.html", "title": "Class SearchSettings", - "keywords": "Class SearchSettings Represents a set of settings relevant for search opeartions. Inheritance object SearchSettings SubsegmentSearchSettings Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class SearchSettings Constructors SearchSettings() Initializes a new instance with default values. The default values are: Declaration public SearchSettings() Fields MinscoreLowerbound The lower bound of the minimum match score supported by translation memories. Declaration public static readonly int MinscoreLowerbound Field Value Type Description int Properties AdaptiveMachineTranslationLookupMode Specifies how to use adaptive machine translation. Declaration [DataMember] public AdaptiveMachineTranslationLookupMode AdaptiveMachineTranslationLookupMode { get; set; } Property Value Type Description AdaptiveMachineTranslationLookupMode AdvancedTokenizationLegacyScoring Gets or sets whether legacy scores should be calculated for languages that were formerly handled as character sequences rather than parsed into multiple-character tokens. The default is false. Declaration [DataMember] public bool AdvancedTokenizationLegacyScoring { get; set; } Property Value Type Description bool AutoLocalizationSettings Gets or sets the translation settings, which contains information about auto-localizations and other settings specific to the translation process. The value is only relevant if ComputeTranslationProposal is true, and never relevant for concordance searches. NOTE that this object is not created by default by the constructor of the class. Declaration [DataMember] public AutoLocalizationSettings AutoLocalizationSettings { get; set; } Property Value Type Description AutoLocalizationSettings CheckMatchingSublanguages Gets or sets whether the TM should apply strict language direction validation of the search segment or TU. The default is false. Declaration [DataMember] public bool CheckMatchingSublanguages { get; set; } Property Value Type Description bool ComputeTranslationProposal If true, compute a translation proposal with the match TU and include it in the result. If false, no proposal will be computed or included in the result. Declaration [DataMember] public bool ComputeTranslationProposal { get; set; } Property Value Type Description bool ContextConfirmationLevels Similarly to ConfirmationLevels , when searching with TUs, those whose ConfirmationLevel does not match an element in this array do not generate context for their neighbour(s) when the TM context type is PrecedingSourceAndTarget . No effect when empty/null. Declaration [DataMember] public ConfirmationLevel[] ContextConfirmationLevels { get; set; } Property Value Type Description ConfirmationLevel CurrentStructureContext Gets or sets the current structure context which is used for the search. May be null. Declaration [DataMember] public string CurrentStructureContext { get; set; } Property Value Type Description string Filters Gets or sets the filters. Declaration [DataMember] public List Filters { get; set; } Property Value Type Description List Filter HardFilter Gets or sets the hard filter. The hard filter is not evaluated on the storage level yet. Declaration [DataMember] public FilterExpression HardFilter { get; set; } Property Value Type Description FilterExpression IsConcordanceSearch Gets a value indicating whether this instance is used for a concordance search. Declaration public bool IsConcordanceSearch { get; } Property Value Type Description bool IsDocumentSearch Gets or sets whether contextual information should be used during the search. Declaration [DataMember] public bool IsDocumentSearch { get; set; } Property Value Type Description bool MachineTranslationLookup Specifies when to use machine translation. Declaration [DataMember] public MachineTranslationLookupMode MachineTranslationLookup { get; set; } Property Value Type Description MachineTranslationLookupMode MaxResults Gets or sets the maximum number of results to be retrieved by the search. The minimum accepted value for MaxResults is 1. Declaration [DataMember] public int MaxResults { get; set; } Property Value Type Description int MinScore Gets or sets the minimum score for retrieving the results. Any candidates with a score lower than MinScore are not returned by the search. The minimum accepted value for MinScore is MinscoreLowerbound . Declaration [DataMember] public int MinScore { get; set; } Property Value Type Description int Mode Gets or sets the search mode. Declaration [DataMember] public SearchMode Mode { get; set; } Property Value Type Description SearchMode Penalties Gets or sets the penalties. Declaration [DataMember] public List Penalties { get; set; } Property Value Type Description List Penalty QuickInsertIds Lists of quick insert TagIDs that are present in the document that holds the search segments key is FileId, value is list of quickInsertIds for that document/file Declaration [DataMember] public IDictionary> QuickInsertIds { get; set; } Property Value Type Description IDictionary string IList string SortSpecification Gets or sets the sort specification. Declaration [DataMember] public SortSpecification SortSpecification { get; set; } Property Value Type Description SortSpecification Methods AddFilter(Filter) Adds the supplied filter to the list of filters. Declaration public void AddFilter(Filter filter) Parameters Type Name Description Filter filter A Filter AddPenalty(PenaltyType, int) Adds the specified penalty to the list of penalties, unless already present (in which case nothing happens). Declaration public void AddPenalty(PenaltyType pt, int malus) Parameters Type Name Description PenaltyType pt The penalty type int malus The malus (> 0) FindFilter(string) Attempts to find the filter with the specified name. Declaration public Filter FindFilter(string filterName) Parameters Type Name Description string filterName The name fo the filter to be found. Returns Type Description Filter The filter object with that name; or null if none was found. FindPenalty(PenaltyType) Retrieves a penalty of a specified type. Declaration public Penalty FindPenalty(PenaltyType pt) Parameters Type Name Description PenaltyType pt The penalty type. Returns Type Description Penalty The penalty object, if exists, otherwise null. RemoveFilter(string) Attempts to remove the filter with the specified name. Declaration public bool RemoveFilter(string filterName) Parameters Type Name Description string filterName The name of the filter to be removed. Returns Type Description bool true if the filter has been found and removed; false otherwise. RemovePenalty(PenaltyType) Removes the specified penalty from the list of penalties, if present (otherwise nothing happens). Declaration public void RemovePenalty(PenaltyType pt) Parameters Type Name Description PenaltyType pt The penalty type" + "keywords": "Class SearchSettings Represents a set of settings relevant for search opeartions. Inheritance System.Object SearchSettings SubsegmentSearchSettings 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SearchSettings Constructors SearchSettings() Initializes a new instance with default values. The default values are: Declaration public SearchSettings() Fields MinscoreLowerbound The lower bound of the minimum match score supported by translation memories. Declaration public static readonly int MinscoreLowerbound Field Value Type Description System.Int32 Properties AdaptiveMachineTranslationLookupMode Specifies how to use adaptive machine translation. Declaration public AdaptiveMachineTranslationLookupMode AdaptiveMachineTranslationLookupMode { get; set; } Property Value Type Description AdaptiveMachineTranslationLookupMode AdvancedTokenizationLegacyScoring Gets or sets whether legacy scores should be calculated for languages that were formerly handled as character sequences rather than parsed into multiple-character tokens. The default is false. Declaration public bool AdvancedTokenizationLegacyScoring { get; set; } Property Value Type Description System.Boolean AutoLocalizationSettings Gets or sets the translation settings, which contains information about auto-localizations and other settings specific to the translation process. The value is only relevant if ComputeTranslationProposal is true, and never relevant for concordance searches. NOTE that this object is not created by default by the constructor of the class. Declaration public AutoLocalizationSettings AutoLocalizationSettings { get; set; } Property Value Type Description AutoLocalizationSettings CheckMatchingSublanguages Gets or sets whether the TM should apply strict language direction validation of the search segment or TU. The default is false. Declaration public bool CheckMatchingSublanguages { get; set; } Property Value Type Description System.Boolean ComputeTranslationProposal If true, compute a translation proposal with the match TU and include it in the result. If false, no proposal will be computed or included in the result. Declaration public bool ComputeTranslationProposal { get; set; } Property Value Type Description System.Boolean ContextConfirmationLevels Similarly to ConfirmationLevels , when searching with TUs, those whose ConfirmationLevel does not match an element in this array do not generate context for their neighbour(s) when the TM context type is PrecedingSourceAndTarget . No effect when empty/null. Declaration public ConfirmationLevel[] ContextConfirmationLevels { get; set; } Property Value Type Description ConfirmationLevel [] CurrentStructureContext Gets or sets the current structure context which is used for the search. May be null. Declaration public string CurrentStructureContext { get; set; } Property Value Type Description System.String Filters Gets or sets the filters. Declaration public List Filters { get; set; } Property Value Type Description System.Collections.Generic.List < Filter > HardFilter Gets or sets the hard filter. The hard filter is not evaluated on the storage level yet. Declaration public FilterExpression HardFilter { get; set; } Property Value Type Description FilterExpression IsConcordanceSearch Gets a value indicating whether this instance is used for a concordance search. Declaration public bool IsConcordanceSearch { get; } Property Value Type Description System.Boolean IsDocumentSearch Gets or sets whether contextual information should be used during the search. Declaration public bool IsDocumentSearch { get; set; } Property Value Type Description System.Boolean MachineTranslationLookup Specifies when to use machine translation. Declaration public MachineTranslationLookupMode MachineTranslationLookup { get; set; } Property Value Type Description MachineTranslationLookupMode MaxResults Gets or sets the maximum number of results to be retrieved by the search. The minimum accepted value for MaxResults is 1. Declaration public int MaxResults { get; set; } Property Value Type Description System.Int32 MinScore Gets or sets the minimum score for retrieving the results. Any candidates with a score lower than MinScore are not returned by the search. The minimum accepted value for MinScore is MinscoreLowerbound . Declaration public int MinScore { get; set; } Property Value Type Description System.Int32 Mode Gets or sets the search mode. Declaration public SearchMode Mode { get; set; } Property Value Type Description SearchMode Penalties Gets or sets the penalties. Declaration public List Penalties { get; set; } Property Value Type Description System.Collections.Generic.List < Penalty > QuickInsertIds Lists of quick insert TagIDs that are present in the document that holds the search segments key is FileId, value is list of quickInsertIds for that document/file Declaration public IDictionary> QuickInsertIds { get; set; } Property Value Type Description System.Collections.Generic.IDictionary < System.String , System.Collections.Generic.IList < System.String >> SortSpecification Gets or sets the sort specification. Declaration public SortSpecification SortSpecification { get; set; } Property Value Type Description SortSpecification Methods AddFilter(Filter) Adds the supplied filter to the list of filters. Declaration public void AddFilter(Filter filter) Parameters Type Name Description Filter filter A Filter AddPenalty(PenaltyType, Int32) Adds the specified penalty to the list of penalties, unless already present (in which case nothing happens). Declaration public void AddPenalty(PenaltyType pt, int malus) Parameters Type Name Description PenaltyType pt The penalty type System.Int32 malus The malus (> 0) FindFilter(String) Attempts to find the filter with the specified name. Declaration public Filter FindFilter(string filterName) Parameters Type Name Description System.String filterName The name fo the filter to be found. Returns Type Description Filter The filter object with that name; or null if none was found. FindPenalty(PenaltyType) Retrieves a penalty of a specified type. Declaration public Penalty FindPenalty(PenaltyType pt) Parameters Type Name Description PenaltyType pt The penalty type. Returns Type Description Penalty The penalty object, if exists, otherwise null. RemoveFilter(String) Attempts to remove the filter with the specified name. Declaration public bool RemoveFilter(string filterName) Parameters Type Name Description System.String filterName The name of the filter to be removed. Returns Type Description System.Boolean true if the filter has been found and removed; false otherwise. RemovePenalty(PenaltyType) Removes the specified penalty from the list of penalties, if present (otherwise nothing happens). Declaration public void RemovePenalty(PenaltyType pt) Parameters Type Name Description PenaltyType pt The penalty type" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.html", "title": "Class SegmentAndSubsegmentSearchResults", - "keywords": "Class SegmentAndSubsegmentSearchResults Represents a set of results returned by the translation memory after a search operation for a given input (segment/translation unit/string). Inheritance object SearchResults SegmentAndSubsegmentSearchResults Implements IEnumerable SearchResult IEnumerable Inherited Members SearchResults.DefaultSortOrder SearchResults.DefaultSortOrderConcordance SearchResults.CopyFrom(SearchResults) SearchResults.Sort(SortSpecification) SearchResults.Sort(SortSpecification, SearchResults.SearchResultComparer) SearchResults.Sort(string) SearchResults.Sort() SearchResults.Merge(SearchResults, bool) SearchResults.PostMergeFixup(IEnumerable, IEnumerable, SearchSettings) SearchResults.Cap(int) SearchResults.CheckForMultipleTranslations(SearchSettings) SearchResults.CheckForMultipleTranslations(SearchSettings, List) SearchResults.Add(SearchResult) SearchResults.HasTuId(int) SearchResults.RemoveDuplicates() SearchResults.RemoveAll(Func) SearchResults.RemoveDuplicates(Func) SearchResults.AreEqual(SearchResult, SearchResult) SearchResults.Clear() SearchResults.Results SearchResults.SortOrder SearchResults.MultipleTranslations SearchResults.SourceWordCounts SearchResults.DocumentPlaceables SearchResults.SourceSegment SearchResults.Count SearchResults.SourceHash SearchResults.this[int] object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class SegmentAndSubsegmentSearchResults : SearchResults, IEnumerable, IEnumerable Constructors SegmentAndSubsegmentSearchResults() Initializes a new instance with default values. Declaration public SegmentAndSubsegmentSearchResults() SegmentAndSubsegmentSearchResults(SearchResults, SubsegmentSearchResultsCollection) Declaration public SegmentAndSubsegmentSearchResults(SearchResults results, SubsegmentSearchResultsCollection subsegResults) Parameters Type Name Description SearchResults results SubsegmentSearchResultsCollection subsegResults Properties ResultsPerFragment A list of SubsegmentSearchResults , one for each fragment in the query segment for which matches we found. Declaration [DataMember] public List ResultsPerFragment { get; } Property Value Type Description List SubsegmentSearchResults SubsegmentSearchResultsCollection Declaration [DataMember] public SubsegmentSearchResultsCollection SubsegmentSearchResultsCollection { get; } Property Value Type Description SubsegmentSearchResultsCollection Implements IEnumerable IEnumerable" + "keywords": "Class SegmentAndSubsegmentSearchResults Represents a set of results returned by a subsegment translation memory after a search operation for a given input (segment/translation unit/string), providing both segment-level and subsegment matches. Inheritance System.Object SearchResults SegmentAndSubsegmentSearchResults Implements System.Collections.Generic.IEnumerable < SearchResult > System.Collections.IEnumerable Inherited Members SearchResults.DefaultSortOrder SearchResults.DefaultSortOrderConcordance SearchResults.CopyFrom(SearchResults) SearchResults.Sort(SortSpecification) SearchResults.Sort(SortSpecification, SearchResults.SearchResultComparer) SearchResults.Sort(String) SearchResults.Sort() SearchResults.Merge(SearchResults, Boolean) SearchResults.PostMergeFixup(IEnumerable, IEnumerable, SearchSettings) SearchResults.Cap(Int32) SearchResults.CheckForMultipleTranslations(SearchSettings) SearchResults.CheckForMultipleTranslations(SearchSettings, List) SearchResults.Add(SearchResult) SearchResults.HasTuId(Int32) SearchResults.RemoveDuplicates() SearchResults.RemoveAll(Func) SearchResults.RemoveDuplicates(Func) SearchResults.AreEqual(SearchResult, SearchResult) SearchResults.Clear() SearchResults.IEnumerable.GetEnumerator() SearchResults.IEnumerable.GetEnumerator() SearchResults.Results SearchResults.SortOrder SearchResults.MultipleTranslations SearchResults.SourceWordCounts SearchResults.DocumentPlaceables SearchResults.SourceSegment SearchResults.Count SearchResults.SourceHash SearchResults.Item[Int32] 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SegmentAndSubsegmentSearchResults : SearchResults, IEnumerable, IEnumerable Constructors SegmentAndSubsegmentSearchResults() Declaration public SegmentAndSubsegmentSearchResults() SegmentAndSubsegmentSearchResults(SearchResults, SubsegmentSearchResultsCollection) Declaration public SegmentAndSubsegmentSearchResults(SearchResults results, SubsegmentSearchResultsCollection subsegResults) Parameters Type Name Description SearchResults results SubsegmentSearchResultsCollection subsegResults Properties ResultsPerFragment A list of SubsegmentSearchResults , one for each fragment in the query segment for which matches we found. Declaration public List ResultsPerFragment { get; } Property Value Type Description System.Collections.Generic.List < SubsegmentSearchResults > SubsegmentSearchResultsCollection Declaration public SubsegmentSearchResultsCollection SubsegmentSearchResultsCollection { get; } Property Value Type Description SubsegmentSearchResultsCollection Implements System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.html", "title": "Class SegmentAndSubsegmentSearchResultsMerged", - "keywords": "Class SegmentAndSubsegmentSearchResultsMerged Represents a set of results returned by the translation memory after a search operation for a given input (segment/translation unit/string). Inheritance object SearchResults SearchResultsMerged SegmentAndSubsegmentSearchResultsMerged Implements IEnumerable SearchResult IEnumerable Inherited Members SearchResultsMerged.Merge(SearchResults, bool, int) SearchResultsMerged.CopyFromSearchResults(SearchResults) SearchResultsMerged.DocumentDetails SearchResults.DefaultSortOrder SearchResults.DefaultSortOrderConcordance SearchResults.CopyFrom(SearchResults) SearchResults.Sort(SortSpecification) SearchResults.Sort(SortSpecification, SearchResults.SearchResultComparer) SearchResults.Sort(string) SearchResults.Sort() SearchResults.Merge(SearchResults, bool) SearchResults.PostMergeFixup(IEnumerable, IEnumerable, SearchSettings) SearchResults.Cap(int) SearchResults.CheckForMultipleTranslations(SearchSettings) SearchResults.CheckForMultipleTranslations(SearchSettings, List) SearchResults.Add(SearchResult) SearchResults.HasTuId(int) SearchResults.RemoveDuplicates() SearchResults.RemoveAll(Func) SearchResults.RemoveDuplicates(Func) SearchResults.AreEqual(SearchResult, SearchResult) SearchResults.Clear() SearchResults.Results SearchResults.SortOrder SearchResults.MultipleTranslations SearchResults.SourceWordCounts SearchResults.DocumentPlaceables SearchResults.SourceSegment SearchResults.Count SearchResults.SourceHash SearchResults.this[int] object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SegmentAndSubsegmentSearchResultsMerged : SearchResultsMerged, IEnumerable, IEnumerable Constructors SegmentAndSubsegmentSearchResultsMerged() Initializes a new instance with default values. Declaration public SegmentAndSubsegmentSearchResultsMerged() SegmentAndSubsegmentSearchResultsMerged(SegmentAndSubsegmentSearchResults) Declaration public SegmentAndSubsegmentSearchResultsMerged(SegmentAndSubsegmentSearchResults results) Parameters Type Name Description SegmentAndSubsegmentSearchResults results Properties SubsegmentSearchResultsCollectionList Declaration public List SubsegmentSearchResultsCollectionList { get; } Property Value Type Description List SubsegmentSearchResultsCollection Methods Merge(SegmentAndSubsegmentSearchResults, bool, int) Appends addtional search results to the current list of search results. Note that other fields, such as the source tokens or the source word count, are not merged (although they may differ for cross-TM searches). Declaration public void Merge(SegmentAndSubsegmentSearchResults other, bool removeDuplicates, int cascadeEntryIndex) Parameters Type Name Description SegmentAndSubsegmentSearchResults other The search results to merge with the current results. bool removeDuplicates If true, a heuristics is applied to remove duplicates. The original sort order is preserved, but the multiple translations information is re-evaluated. int cascadeEntryIndex corresponds to the search results cascade entry index property Implements IEnumerable IEnumerable" + "keywords": "Class SegmentAndSubsegmentSearchResultsMerged Inheritance System.Object SearchResults SearchResultsMerged SegmentAndSubsegmentSearchResultsMerged Implements System.Collections.Generic.IEnumerable < SearchResult > System.Collections.IEnumerable Inherited Members SearchResultsMerged.Merge(SearchResults, Boolean, Int32) SearchResultsMerged.CopyFromSearchResults(SearchResults) SearchResultsMerged.DocumentDetails SearchResults.DefaultSortOrder SearchResults.DefaultSortOrderConcordance SearchResults.CopyFrom(SearchResults) SearchResults.Sort(SortSpecification) SearchResults.Sort(SortSpecification, SearchResults.SearchResultComparer) SearchResults.Sort(String) SearchResults.Sort() SearchResults.Merge(SearchResults, Boolean) SearchResults.PostMergeFixup(IEnumerable, IEnumerable, SearchSettings) SearchResults.Cap(Int32) SearchResults.CheckForMultipleTranslations(SearchSettings) SearchResults.CheckForMultipleTranslations(SearchSettings, List) SearchResults.Add(SearchResult) SearchResults.HasTuId(Int32) SearchResults.RemoveDuplicates() SearchResults.RemoveAll(Func) SearchResults.RemoveDuplicates(Func) SearchResults.AreEqual(SearchResult, SearchResult) SearchResults.Clear() SearchResults.IEnumerable.GetEnumerator() SearchResults.IEnumerable.GetEnumerator() SearchResults.Results SearchResults.SortOrder SearchResults.MultipleTranslations SearchResults.SourceWordCounts SearchResults.DocumentPlaceables SearchResults.SourceSegment SearchResults.Count SearchResults.SourceHash SearchResults.Item[Int32] 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SegmentAndSubsegmentSearchResultsMerged : SearchResultsMerged, IEnumerable, IEnumerable Constructors SegmentAndSubsegmentSearchResultsMerged() Declaration public SegmentAndSubsegmentSearchResultsMerged() SegmentAndSubsegmentSearchResultsMerged(SegmentAndSubsegmentSearchResults) Declaration public SegmentAndSubsegmentSearchResultsMerged(SegmentAndSubsegmentSearchResults results) Parameters Type Name Description SegmentAndSubsegmentSearchResults results Properties SubsegmentSearchResultsCollectionList Declaration public List SubsegmentSearchResultsCollectionList { get; } Property Value Type Description System.Collections.Generic.List < SubsegmentSearchResultsCollection > Methods Merge(SegmentAndSubsegmentSearchResults, Boolean, Int32) Appends addtional search results to the current list of search results. Note that other fields, such as the source tokens or the source word count, are not merged (although they may differ for cross-TM searches). Declaration public void Merge(SegmentAndSubsegmentSearchResults other, bool removeDuplicates, int cascadeEntryIndex) Parameters Type Name Description SegmentAndSubsegmentSearchResults other The search results to merge with the current results. System.Boolean removeDuplicates If true, a heuristics is applied to remove duplicates. The original sort order is preserved, but the multiple translations information is re-evaluated. System.Int32 cascadeEntryIndex corresponds to the search results cascade entry index property Implements System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.html", "title": "Class SegmentSerializer", - "keywords": "Class SegmentSerializer Inheritance object SegmentSerializer Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SegmentSerializer Constructors SegmentSerializer() Declaration public SegmentSerializer() Methods Load(string, byte[], CultureCode) Declaration public static Segment Load(string text, byte[] binaryData, CultureCode culture) Parameters Type Name Description string text byte binaryData CultureCode culture Returns Type Description Segment Save(Segment, List) Declaration public static string Save(Segment segment, List binaryData) Parameters Type Name Description Segment segment List byte binaryData Returns Type Description string" + "keywords": "Class SegmentSerializer Inheritance System.Object SegmentSerializer 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SegmentSerializer Constructors SegmentSerializer() Declaration public SegmentSerializer() Methods Load(String, Byte[], CultureCode) Declaration public static Segment Load(string text, byte[] binaryData, CultureCode culture) Parameters Type Name Description System.String text System.Byte [] binaryData Sdl.Core.Globalization.CultureCode culture Returns Type Description Segment Save(Segment, List) Declaration public static string Save(Segment segment, List binaryData) Parameters Type Name Description Segment segment System.Collections.Generic.List < System.Byte > binaryData Returns Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html", "title": "Class SinglePicklistFieldValue", - "keywords": "Class SinglePicklistFieldValue Represents a field value, which is a combination of a field name, a field value type, and the actual field values. This class is abstract. Inheritance object FieldValue SinglePicklistFieldValue Inherited Members FieldValue.Name object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class SinglePicklistFieldValue : FieldValue Constructors SinglePicklistFieldValue() Initializes a new instance with default values. Required for serialization. Declaration public SinglePicklistFieldValue() SinglePicklistFieldValue(SinglePicklistFieldValue) Initializes a new instance of the SinglePicklistFieldValue from another instance. Declaration public SinglePicklistFieldValue(SinglePicklistFieldValue other) Parameters Type Name Description SinglePicklistFieldValue other The other instance. SinglePicklistFieldValue(string) Initializes a new instance with the specified field name. Declaration public SinglePicklistFieldValue(string name) Parameters Type Name Description string name The field name. SinglePicklistFieldValue(string, PicklistItem) Initializes a new instance of the SinglePicklistFieldValue with the specified field name and value. Declaration public SinglePicklistFieldValue(string name, PicklistItem v) Parameters Type Name Description string name The field name. PicklistItem v The picklist value. Properties Value Gets or sets the value for this instance. Declaration [DataMember] public PicklistItem Value { get; set; } Property Value Type Description PicklistItem ValueType Gets the field value type. Declaration public override FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Overrides FieldValue.ValueType Methods Add(FieldValue) Adds another field value to the current value. The other value must be of the same type. Declaration public override bool Add(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to add. Returns Type Description bool true Overrides FieldValue.Add(FieldValue) Add(string) Adds another string to this instance's value list, if this instance is of any of the multiple valued types. Declaration public override bool Add(string s) Parameters Type Name Description string s The new value to be added. Returns Type Description bool true if this instance was changed, false otherwise. Overrides FieldValue.Add(string) Clear() Resets this instance to the default value. Declaration public override void Clear() Overrides FieldValue.Clear() Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public override FieldValue Duplicate() Returns Type Description FieldValue A new instance that is a deep copy of this instance. Overrides FieldValue.Duplicate() Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() GetValueString() Compute a string which represents the field value without the field name in a way which can be reversed through parsing. This should only be used internally by the field expression parser. UI-level presentation should use the field value's .ToString() method to get the field value display string. Declaration public override string GetValueString() Returns Type Description string A serialized string representation of the field value, which is suitable for persisting, and can be parsed through Parse(string) . Overrides FieldValue.GetValueString() Merge(FieldValue) Merges this instance with another field value, which must be of the same type. Declaration public override bool Merge(FieldValue rhs) Parameters Type Name Description FieldValue rhs The object to merge with. Returns Type Description bool true if this instance was changed, false otherwise. Overrides FieldValue.Merge(FieldValue) Parse(string) Initializes this instance from a string (deserialization). Declaration public override void Parse(string s) Parameters Type Name Description string s The string that contains the serialized form. Overrides FieldValue.Parse(string) Substract(FieldValue) Substracts a field value from this instance's field value. Both field values must be of the same type. Declaration public override bool Substract(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to substract. Returns Type Description bool true if this instance was changed, false otherwise. Overrides FieldValue.Substract(FieldValue) ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString()" + "keywords": "Class SinglePicklistFieldValue Represents a single picklist field value. Inheritance System.Object FieldValue SinglePicklistFieldValue Inherited Members FieldValue.Name System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SinglePicklistFieldValue : FieldValue Constructors SinglePicklistFieldValue() Initializes a new instance with default values. Declaration public SinglePicklistFieldValue() SinglePicklistFieldValue(SinglePicklistFieldValue) Initializes a new instance of the SinglePicklistFieldValue from another instance. Declaration public SinglePicklistFieldValue(SinglePicklistFieldValue other) Parameters Type Name Description SinglePicklistFieldValue other The other instance. SinglePicklistFieldValue(String) Initializes a new instance of the SinglePicklistFieldValue with the specified field name; Declaration public SinglePicklistFieldValue(string name) Parameters Type Name Description System.String name The field name. SinglePicklistFieldValue(String, PicklistItem) Initializes a new instance of the SinglePicklistFieldValue with the specified field name and value. Declaration public SinglePicklistFieldValue(string name, PicklistItem v) Parameters Type Name Description System.String name The field name. PicklistItem v The picklist value. Properties Value Gets or sets the value for this instance. Declaration public PicklistItem Value { get; set; } Property Value Type Description PicklistItem ValueType Gets the field value type. Always returns FieldValueType.SinglePicklist Declaration public override FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Overrides FieldValue.ValueType Methods Add(FieldValue) See Add(FieldValue) Declaration public override bool Add(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to add. Returns Type Description System.Boolean true Overrides FieldValue.Add(FieldValue) Add(String) See Add(String) Declaration public override bool Add(string s) Parameters Type Name Description System.String s The new value to be added. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Overrides FieldValue.Add(String) Clear() See Clear() Declaration public override void Clear() Overrides FieldValue.Clear() Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public override FieldValue Duplicate() Returns Type Description FieldValue A new instance that is a deep copy of this instance. Overrides FieldValue.Duplicate() Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() GetValueString() See GetValueString() Declaration public override string GetValueString() Returns Type Description System.String A serialized string representation of the field value, which is suitable for persisting, and can be parsed through Parse(String) . Overrides FieldValue.GetValueString() Merge(FieldValue) See Merge(FieldValue) Declaration public override bool Merge(FieldValue rhs) Parameters Type Name Description FieldValue rhs The object to merge with. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Overrides FieldValue.Merge(FieldValue) Parse(String) See Parse(String) Declaration public override void Parse(string s) Parameters Type Name Description System.String s The string that contains the serialized form. Overrides FieldValue.Parse(String) Substract(FieldValue) See Substract(FieldValue) Declaration public override bool Substract(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to substract. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Overrides FieldValue.Substract(FieldValue) ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html", "title": "Class SingleStringFieldValue", - "keywords": "Class SingleStringFieldValue Represents a field value, which is a combination of a field name, a field value type, and the actual field values. This class is abstract. Inheritance object FieldValue SingleStringFieldValue Inherited Members FieldValue.Name object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class SingleStringFieldValue : FieldValue Constructors SingleStringFieldValue() Initializes a new instance with default values. Required for serialization. Declaration public SingleStringFieldValue() SingleStringFieldValue(SingleStringFieldValue) Initializes a new instance from another SingleStringFieldValue value. Declaration public SingleStringFieldValue(SingleStringFieldValue other) Parameters Type Name Description SingleStringFieldValue other The other instance. SingleStringFieldValue(string) Initializes a new instance with the specified field name. Declaration public SingleStringFieldValue(string name) Parameters Type Name Description string name The field name. SingleStringFieldValue(string, string) Initializes a new instance of the SingleStringFieldValue class with the specified name and value. Declaration public SingleStringFieldValue(string name, string v) Parameters Type Name Description string name The field name. string v The field value. Properties Value Gets or sets the value for this instance. Declaration [DataMember] public string Value { get; set; } Property Value Type Description string ValueType Gets the field value type. Declaration public override FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Overrides FieldValue.ValueType Methods Add(FieldValue) Adds another field value to the current value. The other value must be of the same type. Declaration public override bool Add(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to add. Returns Type Description bool true Overrides FieldValue.Add(FieldValue) Add(string) Adds another string to this instance's value list, if this instance is of any of the multiple valued types. Declaration public override bool Add(string s) Parameters Type Name Description string s The new value to be added. Returns Type Description bool true if this instance was changed, false otherwise. Overrides FieldValue.Add(string) Clear() Resets this instance to the default value. Declaration public override void Clear() Overrides FieldValue.Clear() Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public override FieldValue Duplicate() Returns Type Description FieldValue A new instance that is a deep copy of this instance. Overrides FieldValue.Duplicate() Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() GetValueString() Compute a string which represents the field value without the field name in a way which can be reversed through parsing. This should only be used internally by the field expression parser. UI-level presentation should use the field value's .ToString() method to get the field value display string. Declaration public override string GetValueString() Returns Type Description string A serialized string representation of the field value, which is suitable for persisting, and can be parsed through Parse(string) . Overrides FieldValue.GetValueString() Merge(FieldValue) Merges this instance with another field value, which must be of the same type. Declaration public override bool Merge(FieldValue rhs) Parameters Type Name Description FieldValue rhs The object to merge with. Returns Type Description bool true if this instance was changed, false otherwise. Overrides FieldValue.Merge(FieldValue) Parse(string) Initializes this instance from a string (deserialization). Declaration public override void Parse(string s) Parameters Type Name Description string s The string that contains the serialized form. Overrides FieldValue.Parse(string) Substract(FieldValue) Substracts a field value from this instance's field value. Both field values must be of the same type. Declaration public override bool Substract(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to substract. Returns Type Description bool true if this instance was changed, false otherwise. Overrides FieldValue.Substract(FieldValue) ToString() ToString() Declaration public override string ToString() Returns Type Description string A string representation of the object, for display purposes. Overrides object.ToString()" + "keywords": "Class SingleStringFieldValue Represents a single string field value. Inheritance System.Object FieldValue SingleStringFieldValue Inherited Members FieldValue.Name System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SingleStringFieldValue : FieldValue Constructors SingleStringFieldValue() Initializes a new instance with default values. Declaration public SingleStringFieldValue() SingleStringFieldValue(SingleStringFieldValue) Initializes a new instance from another SingleStringFieldValue value. Declaration public SingleStringFieldValue(SingleStringFieldValue other) Parameters Type Name Description SingleStringFieldValue other The other instance. SingleStringFieldValue(String) Initializes a new instance of the SingleStringFieldValue class with the specified name. Declaration public SingleStringFieldValue(string name) Parameters Type Name Description System.String name The field name. SingleStringFieldValue(String, String) Initializes a new instance of the SingleStringFieldValue class with the specified name and value. Declaration public SingleStringFieldValue(string name, string v) Parameters Type Name Description System.String name The field name. System.String v The field value. Properties Value Gets or sets the value for this instance. Declaration public string Value { get; set; } Property Value Type Description System.String ValueType Gets the field value type. Always returns FieldValueType.SingleString Declaration public override FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Overrides FieldValue.ValueType Methods Add(FieldValue) See Add(FieldValue) Declaration public override bool Add(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to add. Returns Type Description System.Boolean true Overrides FieldValue.Add(FieldValue) Add(String) See Add(String) Declaration public override bool Add(string s) Parameters Type Name Description System.String s The new value to be added. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Overrides FieldValue.Add(String) Clear() See Clear() Declaration public override void Clear() Overrides FieldValue.Clear() Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public override FieldValue Duplicate() Returns Type Description FieldValue A new instance that is a deep copy of this instance. Overrides FieldValue.Duplicate() Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetHashCode() System.Object.GetHashCode(object) Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() GetValueString() See GetValueString() Declaration public override string GetValueString() Returns Type Description System.String A serialized string representation of the field value, which is suitable for persisting, and can be parsed through Parse(String) . Overrides FieldValue.GetValueString() Merge(FieldValue) See Merge(FieldValue) Declaration public override bool Merge(FieldValue rhs) Parameters Type Name Description FieldValue rhs The object to merge with. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Overrides FieldValue.Merge(FieldValue) Parse(String) See Parse(String) Declaration public override void Parse(string s) Parameters Type Name Description System.String s The string that contains the serialized form. Overrides FieldValue.Parse(String) Substract(FieldValue) See Substract(FieldValue) Declaration public override bool Substract(FieldValue rhs) Parameters Type Name Description FieldValue rhs The field value to substract. Returns Type Description System.Boolean true if this instance was changed, false otherwise. Overrides FieldValue.Substract(FieldValue) ToString() System.Object.ToString() Declaration public override string ToString() Returns Type Description System.String A string representation of the object, for display purposes. Overrides System.Object.ToString()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortCriterium.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortCriterium.html", "title": "Class SortCriterium", - "keywords": "Class SortCriterium Encapsulates a sort criterium. Inheritance object SortCriterium Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class SortCriterium Constructors SortCriterium() Initializes a new instance with default values. Declaration public SortCriterium() SortCriterium(string, SortDirection) Initializes a new instance of the SortCriterium class with the specified field name and sort direction. Declaration public SortCriterium(string fieldName, SortDirection dir) Parameters Type Name Description string fieldName The field name considered for sorting. SortDirection dir The sort direction. Properties Direction Gets or sets the sort direction. Declaration [DataMember] public SortDirection Direction { get; set; } Property Value Type Description SortDirection FieldName Gets or sets the field name considered for sorting. Declaration [DataMember] public string FieldName { get; set; } Property Value Type Description string" + "keywords": "Class SortCriterium Encapsulates a sort criterium. Inheritance System.Object SortCriterium 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SortCriterium Constructors SortCriterium() Initializes a new instance with default values. Declaration public SortCriterium() SortCriterium(String, SortDirection) Initializes a new instance of the SortCriterium class with the specified field name and sort direction. Declaration public SortCriterium(string fieldName, SortDirection dir) Parameters Type Name Description System.String fieldName The field name considered for sorting. SortDirection dir The sort direction. Properties Direction Gets or sets the sort direction. Declaration public SortDirection Direction { get; set; } Property Value Type Description SortDirection FieldName Gets or sets the field name considered for sorting. Declaration public string FieldName { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDirection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDirection.html", "title": "Enum SortDirection", - "keywords": "Enum SortDirection Specifies the sort direction, ascending or descending. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum SortDirection Fields Name Description Ascending The translation units will be sorted ascending according to the specified sort criterium. Descending The translation units will be sorted descending according to the specified sort criterium." + "keywords": "Enum SortDirection Specifies the sort direction, ascending or descending. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum SortDirection Fields Name Description Ascending The translation units will be sorted ascending according to the specified sort criterium. Descending The translation units will be sorted descending according to the specified sort criterium." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.html", "title": "Delegate SortDisambiguator.Disambiguator", - "keywords": "Delegate SortDisambiguator.Disambiguator Represents a method which compares two objects, and returns a value indicating the sort order. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public delegate int SortDisambiguator.Disambiguator(SearchResult a, SearchResult b) Parameters Type Name Description SearchResult a The first object (not null) SearchResult b The second object (not null) Returns Type Description int A value indicating the sort order between the two objects Constructors Disambiguator(object, IntPtr) Declaration public Disambiguator(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(SearchResult, SearchResult, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(SearchResult a, SearchResult b, AsyncCallback callback, object @object) Parameters Type Name Description SearchResult a SearchResult b AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual int EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description int Invoke(SearchResult, SearchResult) Declaration public virtual int Invoke(SearchResult a, SearchResult b) Parameters Type Name Description SearchResult a SearchResult b Returns Type Description int" + "keywords": "Delegate SortDisambiguator.Disambiguator Represents a method which compares two objects, and returns a value indicating the sort order. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public delegate int Disambiguator(SearchResult a, SearchResult b); Parameters Type Name Description SearchResult a The first object (not null) SearchResult b The second object (not null) Returns Type Description System.Int32 A value indicating the sort order between the two objects Constructors Disambiguator(Object, IntPtr) Declaration public Disambiguator(object object, IntPtr method) Parameters Type Name Description System.Object object System.IntPtr method Methods BeginInvoke(SearchResult, SearchResult, AsyncCallback, Object) Declaration public virtual IAsyncResult BeginInvoke(SearchResult a, SearchResult b, AsyncCallback callback, object object) Parameters Type Name Description SearchResult a SearchResult b System.AsyncCallback callback System.Object object Returns Type Description System.IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual int EndInvoke(IAsyncResult result) Parameters Type Name Description System.IAsyncResult result Returns Type Description System.Int32 Invoke(SearchResult, SearchResult) Declaration public virtual int Invoke(SearchResult a, SearchResult b) Parameters Type Name Description SearchResult a SearchResult b Returns Type Description System.Int32" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.html", "title": "Class SortDisambiguator", - "keywords": "Class SortDisambiguator Disambiguator to identify the sort order, by comparing two search results. Ambiguation occurs when the match results are qualified as being identical, which would require further elaboration to establish which result is more significant, taking into consideration the presedence of the translation providers, from where the results are derived. Inheritance object SortDisambiguator Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SortDisambiguator Constructors SortDisambiguator(SortSpecification, Disambiguator) Disambiguator to identify the sort order, by comparing two search results. Declaration public SortDisambiguator(SortSpecification sortCriterium, SortDisambiguator.Disambiguator disambiguator) Parameters Type Name Description SortSpecification sortCriterium criteria used for sorting translation units. SortDisambiguator Disambiguator disambiguator a disambiguator which is called if the sort criteria does not sufficiently define the sort order between two search result objects. Methods Disambiguate(int, SearchResult, SearchResult) Identifies the sort order, by comparing a against b Declaration public int Disambiguate(int comparisonResult, SearchResult a, SearchResult b) Parameters Type Name Description int comparisonResult The initial comparison result recovered from the Sorter. SearchResult a The first SearchResult to compare. SearchResult b The second SearchResult to compare. Returns Type Description int Less than zero if x is less than y, zero if x equals y, greater than zero if x is greater than y." + "keywords": "Class SortDisambiguator Disambiguator to identify the sort order, by comparing two search results. Ambiguation occurs when the match results are qualified as being identical, which would require further elaboration to establish which result is more significant, taking into consideration the presedence of the translation providers, from where the results are derived. Inheritance System.Object SortDisambiguator 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SortDisambiguator Constructors SortDisambiguator(SortSpecification, SortDisambiguator.Disambiguator) Disambiguator to identify the sort order, by comparing two search results. Declaration public SortDisambiguator(SortSpecification sortCriterium, SortDisambiguator.Disambiguator disambiguator) Parameters Type Name Description SortSpecification sortCriterium criteria used for sorting translation units. SortDisambiguator.Disambiguator disambiguator a disambiguator which is called if the sort criteria does not sufficiently define the sort order between two search result objects. Methods Disambiguate(Int32, SearchResult, SearchResult) Identifies the sort order, by comparing a against b Declaration public int Disambiguate(int comparisonResult, SearchResult a, SearchResult b) Parameters Type Name Description System.Int32 comparisonResult The initial comparison result recovered from the Sorter. SearchResult a The first SearchResult to compare. SearchResult b The second SearchResult to compare. Returns Type Description System.Int32 Less than zero if x is less than y, zero if x equals y, greater than zero if x is greater than y." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Sorter-1.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Sorter-1.html", "title": "Class Sorter", - "keywords": "Class Sorter A Sorter implements the generic IComparer interface to compare two objects of type T, using a caller-supplied sort specification (which includes the fields to consider during sorting, and the sort direction). A field value resolver then is used to retrieve, for a specific field, the value of that field in each of the two instaces which are currently compared. Inheritance object Sorter Implements IComparer Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class Sorter : IComparer Type Parameters Name Description T Constructors Sorter(IFieldValueComparer, SortSpecification) Initializes a new instance of the Sorter class with a specified comparer and sort specification. Declaration public Sorter(IFieldValueComparer comparer, SortSpecification sortSpecification) Parameters Type Name Description IFieldValueComparer comparer The field comparer object used for sorting. SortSpecification sortSpecification The sort specification. Sorter(IFieldValueComparer, SortSpecification, SortDisambiguator) Initializes a new instance of the Sorter class with a specified comparer and sort specification. Declaration public Sorter(IFieldValueComparer comparer, SortSpecification sortSpecification, SortDisambiguator sortDisambiguator) Parameters Type Name Description IFieldValueComparer comparer The field comparer object used for sorting. SortSpecification sortSpecification The sort specification. SortDisambiguator sortDisambiguator An optional disambiguator which is called if the sort criteria do not sufficiently define the sort order between two search result objects. Methods Compare(T, T) Compares the two items and returns an indication of their relative value. Declaration public int Compare(T x, T y) Parameters Type Name Description T x The first of the two items to compare. T y The second of the two items to compare. Returns Type Description int Less than zero if x is less than y, zero if x equals y, greater than zero if x is greater than y. Implements IComparer" + "keywords": "Class Sorter A Sorter implements the generic IComparer interface to compare two objects of type T, using a caller-supplied sort specification (which includes the fields to consider during sorting, and the sort direction). A field value resolver then is used to retrieve, for a specific field, the value of that field in each of the two instaces which are currently compared. Inheritance System.Object Sorter Implements System.Collections.Generic.IComparer 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class Sorter : IComparer Type Parameters Name Description T Constructors Sorter(IFieldValueComparer, SortSpecification) Initializes a new instance of the Sorter class with a specified comparer and sort specification. Declaration public Sorter(IFieldValueComparer comparer, SortSpecification sortSpecification) Parameters Type Name Description IFieldValueComparer comparer The field comparer object used for sorting. SortSpecification sortSpecification The sort specification. Sorter(IFieldValueComparer, SortSpecification, SortDisambiguator) Initializes a new instance of the Sorter class with a specified comparer and sort specification. Declaration public Sorter(IFieldValueComparer comparer, SortSpecification sortSpecification, SortDisambiguator sortDisambiguator) Parameters Type Name Description IFieldValueComparer comparer The field comparer object used for sorting. SortSpecification sortSpecification The sort specification. SortDisambiguator sortDisambiguator An optional disambiguator which is called if the sort criteria do not sufficiently define the sort order between two search result objects. Methods Compare(T, T) Compares the two items and returns an indication of their relative value. Declaration public int Compare(T x, T y) Parameters Type Name Description T x The first of the two items to compare. T y The second of the two items to compare. Returns Type Description System.Int32 Less than zero if x is less than y, zero if x equals y, greater than zero if x is greater than y. Implements System.Collections.Generic.IComparer" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortSpecification.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortSpecification.html", "title": "Class SortSpecification", - "keywords": "Class SortSpecification Encapsulates a set of criteria used for sorting translation units. The order in which the different criteria are added to a sort specification is essential. Only if two translation units are equivalent according to a sort criterium, the next relevant criterium will be considered in order to decide which of the translation units comes first and so on. The sort specification consists of a collection of SortCriterium objects which in turn may refer to system fields or filter names, and include a specification whether to sort ascending or descending. Typical examples are: Sco/D UsD/D which sorts descending by score and descending by last usage date. Inheritance object SortSpecification Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class SortSpecification Constructors SortSpecification() Initializes a new instance with default values. Declaration public SortSpecification() SortSpecification(string) Initializes a new instance of the SortSpecification class from a string. Declaration public SortSpecification(string sortSpecification) Parameters Type Name Description string sortSpecification The string containing the serialized form of a sort specification. Properties Count Gets the number of criteria in this sort specification. Declaration public int Count { get; } Property Value Type Description int Criteria Gets or sets the list of sort criteria. Declaration [DataMember] public List Criteria { get; } Property Value Type Description List SortCriterium this[int] Gets or sets the criterium at the specified index in the list. Declaration public SortCriterium this[int index] { get; set; } Parameters Type Name Description int index The index. Property Value Type Description SortCriterium The sort criterium at the given index. Methods Add(SortCriterium) Adds a new sort criterium to the list. Declaration public void Add(SortCriterium sc) Parameters Type Name Description SortCriterium sc The sort criterium." + "keywords": "Class SortSpecification Encapsulates a set of criteria used for sorting translation units. The order in which the different criteria are added to a sort specification is essential. Only if two translation units are equivalent according to a sort criterium, the next relevant criterium will be considered in order to decide which of the translation units comes first and so on. The sort specification consists of a collection of SortCriterium objects which in turn may refer to system fields or filter names, and include a specification whether to sort ascending or descending. Typical examples are: Sco/D UsD/D which sorts descending by score and descending by last usage date. Inheritance System.Object SortSpecification 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SortSpecification Constructors SortSpecification() Initializes a new instance with default values. Declaration public SortSpecification() SortSpecification(String) Initializes a new instance of the SortSpecification class from a string. Declaration public SortSpecification(string sortSpecification) Parameters Type Name Description System.String sortSpecification The string containing the serialized form of a sort specification. Properties Count Gets the number of criteria in this sort specification. Declaration public int Count { get; } Property Value Type Description System.Int32 Criteria Gets or sets the list of sort criteria. Declaration public List Criteria { get; } Property Value Type Description System.Collections.Generic.List < SortCriterium > Item[Int32] Gets or sets the criterium at the specified index in the list. Declaration public SortCriterium this[int index] { get; set; } Parameters Type Name Description System.Int32 index The index. Property Value Type Description SortCriterium The sort criterium at the given index. Methods Add(SortCriterium) Adds a new sort criterium to the list. Declaration public void Add(SortCriterium sc) Parameters Type Name Description SortCriterium sc The sort criterium." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType.html", "title": "Enum SubsegmentMatchType", - "keywords": "Enum SubsegmentMatchType Specifies the type of a subsegment match Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public enum SubsegmentMatchType Fields Name Description ACS The result is an ACS match DTA The result is a DTA match TM_TDB The result is a TM-TDB match" + "keywords": "Enum SubsegmentMatchType Specifies the type of a subsegment match Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum SubsegmentMatchType Fields Name Description ACS The result is an ACS match DTA The result is a DTA match TM_TDB The result is a TM-TDB match" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition.html", "title": "Enum SubsegmentSearchCondition", - "keywords": "Enum SubsegmentSearchCondition Specifies the conditions under which subsegment matching should be performed Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum SubsegmentSearchCondition Fields Name Description AlwaysSearch Always perform subsegment matching SearchIfNoExactSegmentMatch Perform subsegment matching if there is no exact match for the segment" + "keywords": "Enum SubsegmentSearchCondition Specifies the conditions under which subsegment matching should be performed Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum SubsegmentSearchCondition Fields Name Description AlwaysSearch Always perform subsegment matching SearchIfNoExactSegmentMatch Perform subsegment matching if there is no exact match for the segment" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.html", "title": "Class SubsegmentSearchResult", - "keywords": "Class SubsegmentSearchResult Encapsulates the result of a search operation, a memory translation unit, possiby annotated with score, placeables and context information. Inheritance object SearchResult SubsegmentSearchResult Inherited Members SearchResult.ScoringResult SearchResult.MemoryPlaceables SearchResult.PlaceableAssociations SearchResult.MemoryTranslationUnit SearchResult.TranslationProposal SearchResult.ContextData SearchResult.CascadeEntryIndex SearchResult.MatchingPlaceholderTokens SearchResult.MetaData object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class SubsegmentSearchResult : SearchResult Constructors SubsegmentSearchResult(TranslationUnit, short, short, short, short, short, short, SubsegmentMatchType, string, float) Initializes a new instance of the SubsegmentSearchResult class. Declaration public SubsegmentSearchResult(TranslationUnit tmTu, short matchTokenIndex, short matchTokenCount, short queryTokenIndex, short queryTokenCount, short translationTokenIndex, short translationTokenCount, SubsegmentMatchType matchType, string translationFeatureString, float confidence) Parameters Type Name Description TranslationUnit tmTu The translation unit found by the search operation. short matchTokenIndex The index of the token in the match segment where the subsegment match fragment starts short matchTokenCount The number of tokens in the match short queryTokenIndex short queryTokenCount short translationTokenIndex short translationTokenCount SubsegmentMatchType matchType The type of subsegment match string translationFeatureString float confidence Properties CachedTranslationProposalString Declaration public string CachedTranslationProposalString { get; } Property Value Type Description string Confidence Declaration public float Confidence { get; } Property Value Type Description float MatchTokenCount The number of tokens in the match fragment Declaration [DataMember] public short MatchTokenCount { get; } Property Value Type Description short MatchTokenIndex The index of the token in the match segment (i.e. SourceSegment in TranslationProposal where the subsegment match fragment starts Declaration [DataMember] public short MatchTokenIndex { get; } Property Value Type Description short MatchType The type of subsegment match Declaration [DataMember] public SubsegmentMatchType MatchType { get; } Property Value Type Description SubsegmentMatchType QueryTokenCount The number of tokens in the query fragment Declaration public short QueryTokenCount { get; } Property Value Type Description short QueryTokenIndex The index of the token in the query segment (i.e. SourceSegment ) where the subsegment match fragment starts Declaration public short QueryTokenIndex { get; } Property Value Type Description short Repetitions The number of times this translation fragment was found while subsegment matching the query Declaration public int Repetitions { get; set; } Property Value Type Description int TranslationFeatureString Declaration public string TranslationFeatureString { get; } Property Value Type Description string TranslationTokenCount The number of tokens in the translation fragment Declaration [DataMember] public short TranslationTokenCount { get; } Property Value Type Description short TranslationTokenIndex The index of the token in the translation segment (i.e. TargetSegment in TranslationProposal where the subsegment translation fragment starts Declaration [DataMember] public short TranslationTokenIndex { get; } Property Value Type Description short" + "keywords": "Class SubsegmentSearchResult Provides details of a subsegment match found for a fragment of the query segment. Inheritance System.Object SearchResult SubsegmentSearchResult Inherited Members SearchResult.ScoringResult SearchResult.MemoryPlaceables SearchResult.PlaceableAssociations SearchResult.MemoryTranslationUnit SearchResult.TranslationProposal SearchResult.ContextData SearchResult.CascadeEntryIndex SearchResult.MatchingPlaceholderTokens SearchResult.MetaData 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SubsegmentSearchResult : SearchResult Constructors SubsegmentSearchResult(TranslationUnit, Int16, Int16, Int16, Int16, Int16, Int16, SubsegmentMatchType, String, Single) Initializes a new instance of the SubsegmentSearchResult class. Declaration public SubsegmentSearchResult(TranslationUnit tmTu, short matchTokenIndex, short matchTokenCount, short queryTokenIndex, short queryTokenCount, short translationTokenIndex, short translationTokenCount, SubsegmentMatchType matchType, string translationFeatureString, float confidence) Parameters Type Name Description TranslationUnit tmTu The translation unit found by the search operation. System.Int16 matchTokenIndex The index of the token in the match segment where the subsegment match fragment starts System.Int16 matchTokenCount The number of tokens in the match System.Int16 queryTokenIndex System.Int16 queryTokenCount System.Int16 translationTokenIndex System.Int16 translationTokenCount SubsegmentMatchType matchType The type of subsegment match System.String translationFeatureString System.Single confidence Properties CachedTranslationProposalString Declaration public string CachedTranslationProposalString { get; } Property Value Type Description System.String Confidence Declaration public float Confidence { get; } Property Value Type Description System.Single MatchTokenCount The number of tokens in the match fragment Declaration public short MatchTokenCount { get; } Property Value Type Description System.Int16 MatchTokenIndex The index of the token in the match segment (i.e. SourceSegment in TranslationProposal where the subsegment match fragment starts Declaration public short MatchTokenIndex { get; } Property Value Type Description System.Int16 MatchType The type of subsegment match Declaration public SubsegmentMatchType MatchType { get; } Property Value Type Description SubsegmentMatchType QueryTokenCount The number of tokens in the query fragment Declaration public short QueryTokenCount { get; } Property Value Type Description System.Int16 QueryTokenIndex The index of the token in the query segment (i.e. SourceSegment ) where the subsegment match fragment starts Declaration public short QueryTokenIndex { get; } Property Value Type Description System.Int16 Repetitions The number of times this translation fragment was found while subsegment matching the query Declaration public int Repetitions { get; set; } Property Value Type Description System.Int32 TranslationFeatureString Declaration public string TranslationFeatureString { get; } Property Value Type Description System.String TranslationTokenCount The number of tokens in the translation fragment Declaration public short TranslationTokenCount { get; } Property Value Type Description System.Int16 TranslationTokenIndex The index of the token in the translation segment (i.e. TargetSegment in TranslationProposal where the subsegment translation fragment starts Declaration public short TranslationTokenIndex { get; } Property Value Type Description System.Int16" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.html", "title": "Class SubsegmentSearchResults", - "keywords": "Class SubsegmentSearchResults Represents a set of results returned by the translation memory after a subsegment search operation for a given input (segment/translation unit/string). Inheritance object SubsegmentSearchResults Implements IEnumerable SubsegmentSearchResult IEnumerable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class SubsegmentSearchResults : IEnumerable, IEnumerable Remarks Each SubsegmentSearchResults lists the results retrieved and translation proposals generated for a feature-generating-token fragment query. The individual SubsegmentSearchResult entries contain information about specifically which tokens in the query they match, some of which may provide different coverage depending on whether leading/trailing non-feature-generating tokens could be matched. Constructors SubsegmentSearchResults(short, short, short) Initializes a new instance Declaration public SubsegmentSearchResults(short sourceFeatureStartIndex, short sourceFeatureCount, short significantFeatureCount) Parameters Type Name Description short sourceFeatureStartIndex short sourceFeatureCount short significantFeatureCount Properties Count Gets the number of results in this instance. Declaration public int Count { get; } Property Value Type Description int SignificantFeatureCount Declaration public short SignificantFeatureCount { get; } Property Value Type Description short SourceFeatureCount Declaration public short SourceFeatureCount { get; } Property Value Type Description short SourceFeatureStartIndex Declaration public short SourceFeatureStartIndex { get; } Property Value Type Description short Methods Add(SubsegmentSearchResult) Declaration public void Add(SubsegmentSearchResult result) Parameters Type Name Description SubsegmentSearchResult result Remove(SubsegmentSearchResult) Declaration public void Remove(SubsegmentSearchResult result) Parameters Type Name Description SubsegmentSearchResult result RemoveAll(Func) Removes all the elements that match the condition defined by the specified predicate Declaration public int RemoveAll(Func predicate) Parameters Type Name Description Func SubsegmentSearchResult bool predicate the predicate to use Returns Type Description int Implements IEnumerable IEnumerable" + "keywords": "Class SubsegmentSearchResults Represents a set of results returned by the translation memory after a subsegment search operation for a given input (segment/translation unit/string). Inheritance System.Object SubsegmentSearchResults Implements System.Collections.Generic.IEnumerable < SubsegmentSearchResult > System.Collections.IEnumerable 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SubsegmentSearchResults : IEnumerable, IEnumerable Remarks Each SubsegmentSearchResults lists the results retrieved and translation proposals generated for a feature-generating-token fragment query. The individual SubsegmentSearchResult entries contain information about specifically which tokens in the query they match, some of which may provide different coverage depending on whether leading/trailing non-feature-generating tokens could be matched. Constructors SubsegmentSearchResults(Int16, Int16, Int16) Initializes a new instance Declaration public SubsegmentSearchResults(short sourceFeatureStartIndex, short sourceFeatureCount, short significantFeatureCount) Parameters Type Name Description System.Int16 sourceFeatureStartIndex System.Int16 sourceFeatureCount System.Int16 significantFeatureCount Properties Count Gets the number of results in this instance. Declaration public int Count { get; } Property Value Type Description System.Int32 SignificantFeatureCount Declaration public short SignificantFeatureCount { get; } Property Value Type Description System.Int16 SourceFeatureCount Declaration public short SourceFeatureCount { get; } Property Value Type Description System.Int16 SourceFeatureStartIndex Declaration public short SourceFeatureStartIndex { get; } Property Value Type Description System.Int16 Methods Add(SubsegmentSearchResult) Declaration public void Add(SubsegmentSearchResult result) Parameters Type Name Description SubsegmentSearchResult result Remove(SubsegmentSearchResult) Declaration public void Remove(SubsegmentSearchResult result) Parameters Type Name Description SubsegmentSearchResult result RemoveAll(Func) Removes all the elements that match the condition defined by the specified predicate Declaration public int RemoveAll(Func predicate) Parameters Type Name Description System.Func < SubsegmentSearchResult , System.Boolean > predicate the predicate to use Returns Type Description System.Int32 Explicit Interface Implementations IEnumerable.GetEnumerator() Returns an enumerator to iterate through the list of search results. Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description System.Collections.Generic.IEnumerator < SubsegmentSearchResult > IEnumerable.GetEnumerator() Returns an enumerator to iterate through the list of search results. Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description System.Collections.IEnumerator Implements System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.html", "title": "Class SubsegmentSearchResultsCollection", - "keywords": "Class SubsegmentSearchResultsCollection A collection of SubsegmentSearchResults produced by performing subsegment matching for a segment. Inheritance object SubsegmentSearchResultsCollection Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class SubsegmentSearchResultsCollection Constructors SubsegmentSearchResultsCollection() Declaration public SubsegmentSearchResultsCollection() Properties ResultsPerFragment A list of SubsegmentSearchResults , one for each fragment in the query segment for which matches we found. Declaration [DataMember] public List ResultsPerFragment { get; set; } Property Value Type Description List SubsegmentSearchResults SourceSegment Gets or sets the document source segment for this instance. The value is set by the search engine. Declaration [DataMember] public Segment SourceSegment { get; set; } Property Value Type Description Segment SourceSegmentFeatures Declaration [DataMember] public List SourceSegmentFeatures { get; set; } Property Value Type Description List string" + "keywords": "Class SubsegmentSearchResultsCollection A collection of SubsegmentSearchResults produced by performing subsegment matching for a segment. Inheritance System.Object SubsegmentSearchResultsCollection 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SubsegmentSearchResultsCollection Constructors SubsegmentSearchResultsCollection() Declaration public SubsegmentSearchResultsCollection() Properties ResultsPerFragment A list of SubsegmentSearchResults , one for each fragment in the query segment for which matches we found. Declaration public List ResultsPerFragment { get; set; } Property Value Type Description System.Collections.Generic.List < SubsegmentSearchResults > SourceSegment Gets or sets the document source segment for this instance. The value is set by the search engine. Declaration public Segment SourceSegment { get; set; } Property Value Type Description Segment SourceSegmentFeatures Declaration public List SourceSegmentFeatures { get; set; } Property Value Type Description System.Collections.Generic.List < System.String >" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.html", "title": "Class SubsegmentSearchSettings", - "keywords": "Class SubsegmentSearchSettings Represents a set of settings relevant for search opeartions. Inheritance object SearchSettings SubsegmentSearchSettings Inherited Members SearchSettings.MinscoreLowerbound SearchSettings.FindPenalty(PenaltyType) SearchSettings.AddPenalty(PenaltyType, int) SearchSettings.RemovePenalty(PenaltyType) SearchSettings.AddFilter(Filter) SearchSettings.RemoveFilter(string) SearchSettings.FindFilter(string) SearchSettings.ContextConfirmationLevels SearchSettings.QuickInsertIds SearchSettings.Mode SearchSettings.MachineTranslationLookup SearchSettings.IsDocumentSearch SearchSettings.Penalties SearchSettings.CheckMatchingSublanguages SearchSettings.AdvancedTokenizationLegacyScoring SearchSettings.Filters SearchSettings.AutoLocalizationSettings SearchSettings.HardFilter SearchSettings.SortSpecification SearchSettings.ComputeTranslationProposal SearchSettings.CurrentStructureContext SearchSettings.MinScore SearchSettings.MaxResults SearchSettings.AdaptiveMachineTranslationLookupMode SearchSettings.IsConcordanceSearch object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SubsegmentSearchSettings : SearchSettings Remarks TM-TDB matching (aka 'baseline' subsegment recall) process fragments of the query segment, and for each fragment, searches for a complete source TU segment matching it. If found, the complete target TU segment is proposed as a translation of the query fragment. DTA matching (aka 'full' subsegment recall) process fragments of the query segment, and for each fragment, searches for a source TU segment that also contains that fragment. If found, it uses additional processing (such as fine-grained alignment information) to identify a fragment of the target TU segment to propose as a translation of the query fragment. Each type of matching can be subject to a minimum length of matching fragment. Because some tokens are essentially valueless for recall (e.g. whitespace, tag tokens), the length is calculated by counting the number of 'feature tokens' in the fragment (see Sdl.Core.FineGrainedAlignment.Core.SubsegmentUtilities.GetFeatures(System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Tokenization.Token},System.Globalization.CultureInfo,System.Collections.Generic.List{System.Int16}) . In addition, some match fragments may be of no interest for recall if they consist only of tokens with little translational significance, such as stop words. So, each type of matching can be further subject to a minimum number of significant feature tokens in a matching fragment (see Sdl.Core.FineGrainedAlignment.Core.SubsegmentUtilities.IsSignificantForRecall(Sdl.LanguagePlatform.Core.Tokenization.Token) ). Constructors SubsegmentSearchSettings() Declaration public SubsegmentSearchSettings() Fields MinFeatures The minimum length of a DTA match fragment (see SubsegmentSearchSettings remarks) Declaration public int MinFeatures Field Value Type Description int MinSignificantFeatures The minimum number of significant tokens in a DTA match fragment (see SubsegmentSearchSettings remarks) Declaration public int MinSignificantFeatures Field Value Type Description int MinTM_TDBFeatures The minimum length of a TM-TDB match fragment (see SubsegmentSearchSettings remarks) Declaration public int MinTM_TDBFeatures Field Value Type Description int MinTM_TDBSignificantFeatures The minimum number of significant tokens in a TM-TDB match fragment (see SubsegmentSearchSettings remarks) Declaration public int MinTM_TDBSignificantFeatures Field Value Type Description int SubsegmentMatchTypes The types of subsegment matching that should be used. See remarks for SubsegmentSearchSettings Declaration public HashSet SubsegmentMatchTypes Field Value Type Description HashSet SubsegmentMatchType" + "keywords": "Class SubsegmentSearchSettings Used to specify parameters to apply when subsegment matching Inheritance System.Object SearchSettings SubsegmentSearchSettings Inherited Members SearchSettings.MinscoreLowerbound SearchSettings.FindPenalty(PenaltyType) SearchSettings.AddPenalty(PenaltyType, Int32) SearchSettings.RemovePenalty(PenaltyType) SearchSettings.AddFilter(Filter) SearchSettings.RemoveFilter(String) SearchSettings.FindFilter(String) SearchSettings.ContextConfirmationLevels SearchSettings.QuickInsertIds SearchSettings.Mode SearchSettings.MachineTranslationLookup SearchSettings.IsDocumentSearch SearchSettings.Penalties SearchSettings.CheckMatchingSublanguages SearchSettings.AdvancedTokenizationLegacyScoring SearchSettings.Filters SearchSettings.AutoLocalizationSettings SearchSettings.HardFilter SearchSettings.SortSpecification SearchSettings.ComputeTranslationProposal SearchSettings.CurrentStructureContext SearchSettings.MinScore SearchSettings.MaxResults SearchSettings.AdaptiveMachineTranslationLookupMode SearchSettings.IsConcordanceSearch 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SubsegmentSearchSettings : SearchSettings Remarks TM-TDB matching (aka 'baseline' subsegment recall) process fragments of the query segment, and for each fragment, searches for a complete source TU segment matching it. If found, the complete target TU segment is proposed as a translation of the query fragment. DTA matching (aka 'full' subsegment recall) process fragments of the query segment, and for each fragment, searches for a source TU segment that also contains that fragment. If found, it uses additional processing (such as fine-grained alignment information) to identify a fragment of the target TU segment to propose as a translation of the query fragment. Each type of matching can be subject to a minimum length of matching fragment. Because some tokens are essentially valueless for recall (e.g. whitespace, tag tokens), the length is calculated by counting the number of 'feature tokens' in the fragment (see Sdl.Core.FineGrainedAlignment.Core.SubsegmentUtilities.GetFeatures(System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Tokenization.Token},System.Globalization.CultureInfo,System.Collections.Generic.List{System.Int16}) . In addition, some match fragments may be of no interest for recall if they consist only of tokens with little translational significance, such as stop words. So, each type of matching can be further subject to a minimum number of significant feature tokens in a matching fragment (see Sdl.Core.FineGrainedAlignment.Core.SubsegmentUtilities.IsSignificantForRecall(Sdl.LanguagePlatform.Core.Tokenization.Token) ). Constructors SubsegmentSearchSettings() Declaration public SubsegmentSearchSettings() Fields MinFeatures The minimum length of a DTA match fragment (see SubsegmentSearchSettings remarks) Declaration public int MinFeatures Field Value Type Description System.Int32 MinSignificantFeatures The minimum number of significant tokens in a DTA match fragment (see SubsegmentSearchSettings remarks) Declaration public int MinSignificantFeatures Field Value Type Description System.Int32 MinTM_TDBFeatures The minimum length of a TM-TDB match fragment (see SubsegmentSearchSettings remarks) Declaration public int MinTM_TDBFeatures Field Value Type Description System.Int32 MinTM_TDBSignificantFeatures The minimum number of significant tokens in a TM-TDB match fragment (see SubsegmentSearchSettings remarks) Declaration public int MinTM_TDBSignificantFeatures Field Value Type Description System.Int32 SubsegmentMatchTypes The types of subsegment matching that should be used. See remarks for SubsegmentSearchSettings Declaration public HashSet SubsegmentMatchTypes Field Value Type Description System.Collections.Generic.HashSet < SubsegmentMatchType >" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFields.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFields.html", "title": "Class SystemFields", - "keywords": "Class SystemFields Encapsulates the system fields of a translation unit. Inheritance object SystemFields Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class SystemFields Constructors SystemFields() Initializes a new instance with default values. Declaration public SystemFields() SystemFields(SystemFields) Initializes a new instance of the SystemFields class from another instance. Declaration public SystemFields(SystemFields other) Parameters Type Name Description SystemFields other The other instance. Properties ChangeDate Gets or sets the date the object was last changed. Declaration [DataMember] public DateTime ChangeDate { get; set; } Property Value Type Description DateTime ChangeDisplayUsername Populated by bcm converter, used by tu lookup, not meant to be persisted Declaration public string ChangeDisplayUsername { get; set; } Property Value Type Description string ChangeUser Gets or sets the username that last changed the object. Declaration [DataMember] public string ChangeUser { get; set; } Property Value Type Description string CreationDate Gets or sets the date the object was created. Declaration [DataMember] public DateTime CreationDate { get; set; } Property Value Type Description DateTime CreationDisplayUsername Populated by bcm converter, used by tu lookup, not meant to be persisted Declaration public string CreationDisplayUsername { get; set; } Property Value Type Description string CreationUser Gets or sets the username that created the object. Declaration [DataMember] public string CreationUser { get; set; } Property Value Type Description string UseCount Gets or sets the number of times the object was used since creation. Declaration [DataMember] public int UseCount { get; set; } Property Value Type Description int UseDate Gets or sets the date the object was last used. Declaration [DataMember] public DateTime UseDate { get; set; } Property Value Type Description DateTime UseDisplayUsername Populated by bcm converter, used by tu lookup, not meant to be persisted Declaration public string UseDisplayUsername { get; set; } Property Value Type Description string UseUser Gets or sets the username that last used the object. Declaration [DataMember] public string UseUser { get; set; } Property Value Type Description string" + "keywords": "Class SystemFields Encapsulates the system fields of a translation unit. Inheritance System.Object SystemFields 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SystemFields Constructors SystemFields() Initializes a new instance with default values. Declaration public SystemFields() SystemFields(SystemFields) Initializes a new instance of the SystemFields class from another instance. Declaration public SystemFields(SystemFields other) Parameters Type Name Description SystemFields other The other instance. Properties ChangeDate Gets or sets the date the object was last changed. Declaration public DateTime ChangeDate { get; set; } Property Value Type Description System.DateTime ChangeDisplayUsername Populated by bcm converter, used by tu lookup, not meant to be persisted Declaration public string ChangeDisplayUsername { get; set; } Property Value Type Description System.String ChangeUser Gets or sets the username that last changed the object. Declaration public string ChangeUser { get; set; } Property Value Type Description System.String CreationDate Gets or sets the date the object was created. Declaration public DateTime CreationDate { get; set; } Property Value Type Description System.DateTime CreationDisplayUsername Populated by bcm converter, used by tu lookup, not meant to be persisted Declaration public string CreationDisplayUsername { get; set; } Property Value Type Description System.String CreationUser Gets or sets the username that created the object. Declaration public string CreationUser { get; set; } Property Value Type Description System.String UseCount Gets or sets the number of times the object was used since creation. Declaration public int UseCount { get; set; } Property Value Type Description System.Int32 UseDate Gets or sets the date the object was last used. Declaration public DateTime UseDate { get; set; } Property Value Type Description System.DateTime UseDisplayUsername Populated by bcm converter, used by tu lookup, not meant to be persisted Declaration public string UseDisplayUsername { get; set; } Property Value Type Description System.String UseUser Gets or sets the username that last used the object. Declaration public string UseUser { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFieldsKeys.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFieldsKeys.html", "title": "Class SystemFieldsKeys", - "keywords": "Class SystemFieldsKeys Used for systemFields metadata keys Inheritance object SystemFieldsKeys Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public static class SystemFieldsKeys Fields ChangeDateKey Declaration public const string ChangeDateKey = \"changedate\" Field Value Type Description string ChangeUserKey Declaration public const string ChangeUserKey = \"changeid\" Field Value Type Description string CreationDateKey Declaration public const string CreationDateKey = \"creationdate\" Field Value Type Description string CreationUserKey Declaration public const string CreationUserKey = \"creationid\" Field Value Type Description string UseCountKey Declaration public const string UseCountKey = \"usagecount\" Field Value Type Description string UseDateKey Declaration public const string UseDateKey = \"lastusagedate\" Field Value Type Description string UseUserKey Declaration public const string UseUserKey = \"useId\" Field Value Type Description string" + "keywords": "Class SystemFieldsKeys Used for systemFields metadata keys Inheritance System.Object SystemFieldsKeys 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public static class SystemFieldsKeys Fields ChangeDateKey Declaration public const string ChangeDateKey = \"changedate\" Field Value Type Description System.String ChangeUserKey Declaration public const string ChangeUserKey = \"changeid\" Field Value Type Description System.String CreationDateKey Declaration public const string CreationDateKey = \"creationdate\" Field Value Type Description System.String CreationUserKey Declaration public const string CreationUserKey = \"creationid\" Field Value Type Description System.String UseCountKey Declaration public const string UseCountKey = \"usagecount\" Field Value Type Description System.String UseDateKey Declaration public const string UseDateKey = \"lastusagedate\" Field Value Type Description System.String UseUserKey Declaration public const string UseUserKey = \"useId\" Field Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.html", "title": "Class SystemFieldsParameters", - "keywords": "Class SystemFieldsParameters Inheritance object SystemFieldsParameters Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SystemFieldsParameters Constructors SystemFieldsParameters() Declaration public SystemFieldsParameters() Properties ChangeDate Declaration public DateTime? ChangeDate { get; set; } Property Value Type Description DateTime ChangeUser Declaration public string ChangeUser { get; set; } Property Value Type Description string CreationDate Declaration public DateTime? CreationDate { get; set; } Property Value Type Description DateTime CreationUser Declaration public string CreationUser { get; set; } Property Value Type Description string UseCount Declaration public int? UseCount { get; set; } Property Value Type Description int UseDate Declaration public DateTime? UseDate { get; set; } Property Value Type Description DateTime UseUser Declaration public string UseUser { get; set; } Property Value Type Description string" + "keywords": "Class SystemFieldsParameters Inheritance System.Object SystemFieldsParameters 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class SystemFieldsParameters Constructors SystemFieldsParameters() Declaration public SystemFieldsParameters() Properties ChangeDate Declaration public DateTime? ChangeDate { get; set; } Property Value Type Description System.Nullable < System.DateTime > ChangeUser Declaration public string ChangeUser { get; set; } Property Value Type Description System.String CreationDate Declaration public DateTime? CreationDate { get; set; } Property Value Type Description System.Nullable < System.DateTime > CreationUser Declaration public string CreationUser { get; set; } Property Value Type Description System.String UseCount Declaration public int? UseCount { get; set; } Property Value Type Description System.Nullable < System.Int32 > UseDate Declaration public DateTime? UseDate { get; set; } Property Value Type Description System.Nullable < System.DateTime > UseUser Declaration public string UseUser { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TextContextMatch.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TextContextMatch.html", "title": "Enum TextContextMatch", - "keywords": "Enum TextContextMatch Specifies the type of a context match. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum TextContextMatch Fields Name Description NoMatch The result is not a context match. PrecedingAndFollowingSourceMatch The previous and following source segments match SourceMatch The source segments match in the given context. SourceTargetMatch The source and target segments match in the given context." + "keywords": "Enum TextContextMatch Specifies the type of a context match. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum TextContextMatch Fields Name Description NoMatch The result is not a context match. PrecedingAndFollowingSourceMatch The previous and following source segments match SourceMatch The source segments match in the given context. SourceTargetMatch The source and target segments match in the given context." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType.html", "title": "Enum TextContextMatchType", - "keywords": "Enum TextContextMatchType Indicates what kind of text context match a TM will use Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum TextContextMatchType Fields Name Description PrecedingAndFollowingSource Context match will be computed based on the preceding source text and following source text of a segment PrecedingSourceAndTarget Context match will be computed based on the preceding source text and preceding target text of a segment" + "keywords": "Enum TextContextMatchType Indicates what kind of text context match a TM will use Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum TextContextMatchType Fields Name Description PrecedingAndFollowingSource Context match will be computed based on the preceding source text and following source text of a segment PrecedingSourceAndTarget Context match will be computed based on the preceding source text and preceding target text of a segment" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.html", "title": "Class TranslationMemoryIterator", - "keywords": "Class TranslationMemoryIterator Base iterator class. Contains the common properties needed for iteration through a translation memory. Inheritance object TranslationMemoryIterator DuplicateIterator RegularIterator Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] [KnownType(typeof(RegularIterator))] [KnownType(typeof(DuplicateIterator))] public abstract class TranslationMemoryIterator Constructors TranslationMemoryIterator() Initializes a new instance with default values (the max count is set to 100). Declaration protected TranslationMemoryIterator() TranslationMemoryIterator(int) Initializes a new instance with the specified values. Declaration protected TranslationMemoryIterator(int maxCount) Parameters Type Name Description int maxCount The maximum number of TUs to return in one iteration roundtrip Properties Filter Gets or sets the filter used by this iterator. Only translation units satisfying this filter will be returned. Declaration [DataMember] public FilterExpression Filter { get; set; } Property Value Type Description FilterExpression Forward Gets or sets whether this iterator is moving forward or backward to retrieve the next page of translation units. Declaration [DataMember] public bool Forward { get; set; } Property Value Type Description bool MaxCount Gets or sets the maximum number of translation units that this iterator will return to the caller in one step. Declaration [DataMember] public int MaxCount { get; set; } Property Value Type Description int MaxScan Gets or sets the maximum number of translation units that this iterator will retrieve from the TM in one step. If 0, the number will be unlimited. Note that while MaxCount limits the number of TUs returned to the caller, MaxScan limits the number of TUs retrieved from the storage. This facilitates cancellation and progress reporting in cases where the iterator's filter conditions require many (or all) TUs retrieved from the storage to fill the result set. Since TUs are retrieved from storage in batches of size MaxCount , the number of scanned TUs in one iteration may actually be larger than the MaxScan value. Declaration [DataMember] public int MaxScan { get; set; } Property Value Type Description int ProcessedTranslationUnits Gets or sets the number of translation units processed by this iterator since its creation. Declaration [DataMember] public int ProcessedTranslationUnits { get; set; } Property Value Type Description int ScannedTranslationUnits Gets or sets the number of translation units processed by this iterator in the last roundtrip. Declaration [DataMember] public int ScannedTranslationUnits { get; set; } Property Value Type Description int Methods Reset() Repositions the iterator at the beginning of the translation memory. Declaration public abstract void Reset()" + "keywords": "Class TranslationMemoryIterator Base iterator class. Contains the common properties needed for iteration through a translation memory. Inheritance System.Object TranslationMemoryIterator DuplicateIterator RegularIterator 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public abstract class TranslationMemoryIterator Constructors TranslationMemoryIterator() Initializes a new instance with default values (the max count is set to 100). Declaration protected TranslationMemoryIterator() TranslationMemoryIterator(Int32) Initializes a new instance with the specified values. Declaration protected TranslationMemoryIterator(int maxCount) Parameters Type Name Description System.Int32 maxCount The maximum number of TUs to return in one iteration roundtrip Properties Filter Gets or sets the filter used by this iterator. Only translation units satisfying this filter will be returned. Declaration public FilterExpression Filter { get; set; } Property Value Type Description FilterExpression Forward Gets or sets whether this iterator is moving forward or backward to retrieve the next page of translation units. Declaration public bool Forward { get; set; } Property Value Type Description System.Boolean MaxCount Gets or sets the maximum number of translation units that this iterator will return to the caller in one step. Declaration public int MaxCount { get; set; } Property Value Type Description System.Int32 MaxScan Gets or sets the maximum number of translation units that this iterator will retrieve from the TM in one step. If 0, the number will be unlimited. Note that while MaxCount limits the number of TUs returned to the caller, MaxScan limits the number of TUs retrieved from the storage. This facilitates cancellation and progress reporting in cases where the iterator's filter conditions require many (or all) TUs retrieved from the storage to fill the result set. Since TUs are retrieved from storage in batches of size MaxCount , the number of scanned TUs in one iteration may actually be larger than the MaxScan value. Declaration public int MaxScan { get; set; } Property Value Type Description System.Int32 ProcessedTranslationUnits Gets or sets the number of translation units processed by this iterator since its creation. Declaration public int ProcessedTranslationUnits { get; set; } Property Value Type Description System.Int32 ScannedTranslationUnits Gets or sets the number of translation units processed by this iterator in the last roundtrip. Declaration public int ScannedTranslationUnits { get; set; } Property Value Type Description System.Int32 Methods Reset() Repositions the iterator at the beginning of the translation memory. Declaration public abstract void Reset()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.html", "title": "Class TranslationMemoryProgress", - "keywords": "Class TranslationMemoryProgress Inheritance object TranslationMemoryProgress Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class TranslationMemoryProgress Constructors TranslationMemoryProgress() Declaration public TranslationMemoryProgress() Fields Count The progress count for the stage being processed Declaration public int Count Field Value Type Description int CurrentStage The stage currently being processed Declaration public int CurrentStage Field Value Type Description int MaxCount The maximum/final count for the stage being processed Declaration public int MaxCount Field Value Type Description int TotalStages The total number of stages for the process Declaration public int TotalStages Field Value Type Description int" + "keywords": "Class TranslationMemoryProgress Inheritance System.Object TranslationMemoryProgress 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class TranslationMemoryProgress Constructors TranslationMemoryProgress() Declaration public TranslationMemoryProgress() Fields Count The progress count for the stage being processed Declaration public int Count Field Value Type Description System.Int32 CurrentStage The stage currently being processed Declaration public int CurrentStage Field Value Type Description System.Int32 MaxCount The maximum/final count for the stage being processed Declaration public int MaxCount Field Value Type Description System.Int32 TotalStages The total number of stages for the process Declaration public int TotalStages Field Value Type Description System.Int32" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html", "title": "Class TranslationUnit", - "keywords": "Class TranslationUnit Represents a pair of source and target text, decorated with a set of system fields and eventually, with a set of user defined fields/attributes. It may also contain contextual information as well as information about its origin and eventually, a key for unique identification on a given system. Inheritance object PersistentObject TranslationUnit Implements ITypedKeyValueContainer Inherited Members PersistentObject.ResourceId object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class TranslationUnit : PersistentObject, ITypedKeyValueContainer Constructors TranslationUnit() Initializes a new instance with an empty resource token. Declaration public TranslationUnit() TranslationUnit(Segment, Segment) Initializes a new instance of the TranslationUnit class with the specified values. The system fields are initialized to their default values, the user defined fields as well as the context list are initialized to empty lists. Declaration public TranslationUnit(Segment sourceSegment, Segment targetSegment) Parameters Type Name Description Segment sourceSegment The source segment Segment targetSegment The target segment TranslationUnit(TranslationUnit) Initializes a new instance of the TranslationUnit class from another instance (deep copy). Declaration public TranslationUnit(TranslationUnit other) Parameters Type Name Description TranslationUnit other The other instance. Properties AlignModelDate The build DateTime of the translation model used to align content in this TU. Declaration [DataMember] public DateTime? AlignModelDate { get; set; } Property Value Type Description DateTime AlignmentData Declaration [DataMember] public LiftAlignedSpanPairSet AlignmentData { get; set; } Property Value Type Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPairSet ConfirmationLevel Gets or sets the confirmation level of this translation unit. Declaration [DataMember] public ConfirmationLevel ConfirmationLevel { get; set; } Property Value Type Description ConfirmationLevel Contexts Gets or sets the contexts for this instance. Declaration [DataMember] public TuContexts Contexts { get; set; } Property Value Type Description TuContexts DocumentProperties Gets or set the document properties Declaration [IgnoreDataMember] public IDocumentProperties DocumentProperties { get; set; } Property Value Type Description IDocumentProperties DocumentSegmentPair Gets or sets the segment pair associated to this translation unit. The segment pair should not be modified because the modification might change the original document. Declaration [IgnoreDataMember] public ISegmentPair DocumentSegmentPair { get; set; } Property Value Type Description ISegmentPair FieldValues Gets or sets the user-defined field values for this translation unit. Declaration [DataMember] public FieldValues FieldValues { get; set; } Property Value Type Description FieldValues FileId FileId of the bcm document file that holds the segmentPair that generated this translationUnit Declaration [DataMember] public string FileId { get; set; } Property Value Type Description string FileProperties Gets or set the file properties Declaration [IgnoreDataMember] public IFileProperties FileProperties { get; set; } Property Value Type Description IFileProperties Format Gets or sets the format of this translation unit. Declaration [DataMember] public TranslationUnitFormat Format { get; set; } Property Value Type Description TranslationUnitFormat IdContexts stores SID context Declaration [DataMember] public TuIdContexts IdContexts { get; set; } Property Value Type Description TuIdContexts InsertDate The DateTime used to determine whether this TU is 'postdated' compared to a translation model. This is usually the time at which the TU was added, unless it's \"cloned\" from an earlier TU, e.g. in an UpdateTranslationUnits flow that does not change segment content. Declaration [DataMember] public DateTime? InsertDate { get; set; } Property Value Type Description DateTime Origin Gets or sets the origin of this translation unit. Declaration [DataMember] public TranslationUnitOrigin Origin { get; set; } Property Value Type Description TranslationUnitOrigin OriginSystem Gets or sets the origin system of this translation unit, that should be tm name for when origin is TM. Declaration [DataMember] public string OriginSystem { get; set; } Property Value Type Description string SourceSegment Gets or sets the source segment of this instance. Declaration [DataMember] public Segment SourceSegment { get; set; } Property Value Type Description Segment StructureContexts Gets or sets the names of the structure contexts in which this translation unit occured within the documents it originated from. Declaration [IgnoreDataMember] public string[] StructureContexts { get; set; } Property Value Type Description string Remarks This setting is stored as a multiple string field value with name \"StructureContext\" in the FieldValues collection. SystemFields Gets or sets the system fields of this translation unit. Declaration [DataMember] public SystemFields SystemFields { get; set; } Property Value Type Description SystemFields TargetSegment Gets or sets the target segment of this instance. Declaration [DataMember] public Segment TargetSegment { get; set; } Property Value Type Description Segment Methods CheckAndComputeTagAssociations() See CheckAndComputeTagAssociationsAsync() Declaration [Obsolete(\"Use CheckAndComputeTagAssociationsAsync\")] public void CheckAndComputeTagAssociations() CheckAndComputeTagAssociationsAndKeepInvalidAlignmentsAsync() similar with CheckAndComputeTagAssociations but keeps invalid alignments so tu.validate detects them later and invalidates tu before write to storage Declaration public Task CheckAndComputeTagAssociationsAndKeepInvalidAlignmentsAsync() Returns Type Description Task CheckAndComputeTagAssociationsAsync() Computes cross-segment tag associations. Primarily checks or changes the tag-related alignment anchors. Renumbers association anchors. Declaration public Task CheckAndComputeTagAssociationsAsync() Returns Type Description Task ComputePlaceables() Declaration [Obsolete(\"Use ComputePlaceablesAsync\")] public List ComputePlaceables() Returns Type Description List Placeable ComputePlaceablesAsync() Computes the list of placeables and their alignment for this translation unit. Declaration public Task> ComputePlaceablesAsync() Returns Type Description Task List Placeable A list of placeables ContainsQuickInsertId(SearchSettings, string) Returs true if the quickInsertId is supported/allowed for this tu Declaration public bool ContainsQuickInsertId(SearchSettings searchSettings, string quickInsertId) Parameters Type Name Description SearchSettings searchSettings string quickInsertId Returns Type Description bool DeleteTags() Deletes all tags from the TU's segments but keeps text placeholders (and locked content tags). Declaration public void DeleteTags() DeleteTags(DeleteTagsAction) Deletes all tags from the TU's segments and performs the specified Segment.DeleteTagsAction on text placeholders and locked content. Declaration public void DeleteTags(Segment.DeleteTagsAction action) Parameters Type Name Description Segment DeleteTagsAction action Duplicate() Instantiates and returns a deep copy of the current instance. Declaration public TranslationUnit Duplicate() Returns Type Description TranslationUnit ExtractFragment(SegmentRange, SegmentRange) Extracts a fragment of a translation unit based on a segment range Declaration public TranslationUnit ExtractFragment(SegmentRange sourceRange, SegmentRange targetRange) Parameters Type Name Description SegmentRange sourceRange The segment range for the source segment SegmentRange targetRange The segment range for the target segment Returns Type Description TranslationUnit A translation unit containing the fragment specified by the segment range GenerateAlignmentData() If AlignmentData == null, creates minimal alignment data for the TU, based on placeable information Declaration [Obsolete(\"Use GenerateAlignmentDataAsync\")] public bool GenerateAlignmentData() Returns Type Description bool True if alignment data was created, false otherwise (AlignmentData != null, or segment tokens not available) GenerateAlignmentDataAsync() If AlignmentData == null, creates minimal alignment data for the TU, based on placeable information Declaration public Task GenerateAlignmentDataAsync() Returns Type Description Task bool True if alignment data was created, false otherwise (AlignmentData != null, or segment tokens not available) GetMaxTagAnchor() Returns the highest tag anchor used in any segment, or 0 if no tags are present. Declaration public int GetMaxTagAnchor() Returns Type Description int GetQuickInsertIds(SearchSettings) Returns the supported/allowed list of quickInsertIds for this tu Declaration public IList GetQuickInsertIds(SearchSettings searchSettings) Parameters Type Name Description SearchSettings searchSettings Returns Type Description IList string GetSystemFieldType(string) Returns the field value type for known system and pseudo fields. Declaration public static FieldValueType GetSystemFieldType(string fieldName) Parameters Type Name Description string fieldName The field name. Returns Type Description FieldValueType The field type, or FieldValueType.Unknown if the field is not a known system or pseudo field. GetType(string) Returns the type of the field with name \"fieldName\". If the object does not have a value for that field, returns FieldValueType.Unknown. Declaration public FieldValueType GetType(string fieldName) Parameters Type Name Description string fieldName The field name. Returns Type Description FieldValueType The type of that field, or FieldValueType.Unknown if it doesn't exist. GetValue(string) Returns the value of field with name \"fieldName\". The return value can be any field type. Declaration public FieldValue GetValue(string fieldName) Parameters Type Name Description string fieldName The field name. Returns Type Description FieldValue The value of the field, or null if not defined. GetValue(string, FieldValueType) Returns the value of field with name \"fieldName\", given the field value type t. Declaration public FieldValue GetValue(string fieldName, FieldValueType t) Parameters Type Name Description string fieldName The field name FieldValueType t The field type to return the value for. Returns Type Description FieldValue null if no value is defined. Throws exception if value is of a different type. IsStandardFieldName(string) Returns true if the name matches one of the built-in field names Declaration public static bool IsStandardFieldName(string name) Parameters Type Name Description string name Returns Type Description bool IsValid() Determines whether this instance is a valid translation unit. Declaration public bool IsValid() Returns Type Description bool SetValue(FieldValue, bool) Sets the value of the specified field, which can be a system field or a user field. Pseudo fields (such as src, trg, soruceplainlength, etc.) can not be set. Exceptions will be thrown if the field types are incompatible. Declaration public void SetValue(FieldValue fv, bool addIfMissing) Parameters Type Name Description FieldValue fv The new field value, including the field name. bool addIfMissing If true, a new field value is added to the current list of values if no previous value is present. Trim() Trims off peripheral whitespace from the TU's segments. Declaration public void Trim() Validate() Performs validation checks on this instance. All errors will be reported. Declaration public ErrorCode Validate() Returns Type Description ErrorCode An ErrorCode. Validate(ValidationMode) Performs validation checks on this instance with the specified validation mode. Declaration public ErrorCode Validate(Segment.ValidationMode mode) Parameters Type Name Description Segment ValidationMode mode Returns Type Description ErrorCode An ErrorCode. Implements ITypedKeyValueContainer" + "keywords": "Class TranslationUnit Represents a pair of source and target text, decorated with a set of system fields and eventually, with a set of user defined fields/attributes. It may also contain contextual information as well as information about its origin and eventually, a key for unique identification on a given system. Inheritance System.Object PersistentObject TranslationUnit Implements ITypedKeyValueContainer Inherited Members PersistentObject.ResourceId 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class TranslationUnit : PersistentObject, ITypedKeyValueContainer Constructors TranslationUnit() Initializes a new instance of the TranslationUnit class. The system fields are initialized to their default values, the user defined fields as well as the context list are initialized to empty lists. Declaration public TranslationUnit() TranslationUnit(Segment, Segment) Initializes a new instance of the TranslationUnit class with the specified values. The system fields are initialized to their default values, the user defined fields as well as the context list are initialized to empty lists. Declaration public TranslationUnit(Segment sourceSegment, Segment targetSegment) Parameters Type Name Description Segment sourceSegment The source segment Segment targetSegment The target segment TranslationUnit(TranslationUnit) Initializes a new instance of the TranslationUnit class from another instance (deep copy). Declaration public TranslationUnit(TranslationUnit other) Parameters Type Name Description TranslationUnit other The other instance. Properties AlignmentData Declaration public LiftAlignedSpanPairSet AlignmentData { get; set; } Property Value Type Description Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPairSet AlignModelDate The build DateTime of the translation model used to align content in this TU. Declaration public DateTime? AlignModelDate { get; set; } Property Value Type Description System.Nullable < System.DateTime > ConfirmationLevel Gets or sets the confirmation level of this translation unit. Declaration public ConfirmationLevel ConfirmationLevel { get; set; } Property Value Type Description ConfirmationLevel Contexts Gets or sets the contexts for this instance. Declaration public TuContexts Contexts { get; set; } Property Value Type Description TuContexts DocumentProperties Gets or set the document properties Declaration public IDocumentProperties DocumentProperties { get; set; } Property Value Type Description IDocumentProperties DocumentSegmentPair Gets or sets the segment pair associated to this translation unit. The segment pair should not be modified because the modification might change the original document. Declaration public ISegmentPair DocumentSegmentPair { get; set; } Property Value Type Description ISegmentPair FieldValues Gets or sets the user-defined field values for this translation unit. Declaration public FieldValues FieldValues { get; set; } Property Value Type Description FieldValues FileId FileId of the bcm document file that holds the segmentPair that generated this translationUnit Declaration public string FileId { get; set; } Property Value Type Description System.String FileProperties Gets or set the file properties Declaration public IFileProperties FileProperties { get; set; } Property Value Type Description IFileProperties Format Gets or sets the format of this translation unit. Declaration public TranslationUnitFormat Format { get; set; } Property Value Type Description TranslationUnitFormat IdContexts stores SID context Declaration public TuIdContexts IdContexts { get; set; } Property Value Type Description TuIdContexts InsertDate The DateTime used to determine whether this TU is 'postdated' compared to a translation model. This is usually the time at which the TU was added, unless it's \"cloned\" from an earlier TU, e.g. in an UpdateTranslationUnits flow that does not change segment content. Declaration public DateTime? InsertDate { get; set; } Property Value Type Description System.Nullable < System.DateTime > Origin Gets or sets the origin of this translation unit. Declaration public TranslationUnitOrigin Origin { get; set; } Property Value Type Description TranslationUnitOrigin OriginSystem Gets or sets the origin system of this translation unit, that should be tm name for when origin is TM. Declaration public string OriginSystem { get; set; } Property Value Type Description System.String SourceSegment Gets or sets the source segment of this instance. Declaration public Segment SourceSegment { get; set; } Property Value Type Description Segment StructureContexts Gets or sets the names of the structure contexts in which this translation unit occured within the documents it originated from. Declaration public string[] StructureContexts { get; set; } Property Value Type Description System.String [] Remarks This setting is stored as a multiple string field value with name \"StructureContext\" in the FieldValues collection. SystemFields Gets or sets the system fields of this translation unit. Declaration public SystemFields SystemFields { get; set; } Property Value Type Description SystemFields TargetSegment Gets or sets the target segment of this instance. Declaration public Segment TargetSegment { get; set; } Property Value Type Description Segment Methods CheckAndComputeTagAssociations() See CheckAndComputeTagAssociationsAsync() Declaration [Obsolete(\"Use CheckAndComputeTagAssociationsAsync\")] public void CheckAndComputeTagAssociations() CheckAndComputeTagAssociationsAndKeepInvalidAlignmentsAsync() similar with CheckAndComputeTagAssociations but keeps invalid alignments so tu.validate detects them later and invalidates tu before write to storage Declaration public Task CheckAndComputeTagAssociationsAndKeepInvalidAlignmentsAsync() Returns Type Description System.Threading.Tasks.Task CheckAndComputeTagAssociationsAsync() Computes cross-segment tag associations. Primarily checks or changes the tag-related alignment anchors. Renumbers association anchors. Declaration public Task CheckAndComputeTagAssociationsAsync() Returns Type Description System.Threading.Tasks.Task ComputePlaceables() Declaration [Obsolete(\"Use ComputePlaceablesAsync\")] public List ComputePlaceables() Returns Type Description System.Collections.Generic.List < Placeable > ComputePlaceablesAsync() Computes the list of placeables and their alignment for this translation unit. Declaration public Task> ComputePlaceablesAsync() Returns Type Description System.Threading.Tasks.Task < System.Collections.Generic.List < Placeable >> A list of placeables ContainsQuickInsertId(SearchSettings, String) Returs true if the quickInsertId is supported/allowed for this tu Declaration public bool ContainsQuickInsertId(SearchSettings searchSettings, string quickInsertId) Parameters Type Name Description SearchSettings searchSettings System.String quickInsertId Returns Type Description System.Boolean DeleteTags() Deletes all tags from the TU's segments but keeps text placeholders (and locked content tags). Declaration public void DeleteTags() DeleteTags(Segment.DeleteTagsAction) Deletes all tags from the TU's segments and performs the specified Segment.DeleteTagsAction on text placeholders and locked content. Declaration public void DeleteTags(Segment.DeleteTagsAction action) Parameters Type Name Description Segment.DeleteTagsAction action Duplicate() Instantiates and returns a deep copy of the current instance. Declaration public TranslationUnit Duplicate() Returns Type Description TranslationUnit ExtractFragment(SegmentRange, SegmentRange) Extracts a fragment of a translation unit based on a segment range Declaration public TranslationUnit ExtractFragment(SegmentRange sourceRange, SegmentRange targetRange) Parameters Type Name Description SegmentRange sourceRange The segment range for the source segment SegmentRange targetRange The segment range for the target segment Returns Type Description TranslationUnit A translation unit containing the fragment specified by the segment range GenerateAlignmentData() If AlignmentData == null, creates minimal alignment data for the TU, based on placeable information Declaration [Obsolete(\"Use GenerateAlignmentDataAsync\")] public bool GenerateAlignmentData() Returns Type Description System.Boolean True if alignment data was created, false otherwise (AlignmentData != null, or segment tokens not available) GenerateAlignmentDataAsync() If AlignmentData == null, creates minimal alignment data for the TU, based on placeable information Declaration public Task GenerateAlignmentDataAsync() Returns Type Description System.Threading.Tasks.Task < System.Boolean > True if alignment data was created, false otherwise (AlignmentData != null, or segment tokens not available) GetMaxTagAnchor() Returns the highest tag anchor used in any segment, or 0 if no tags are present. Declaration public int GetMaxTagAnchor() Returns Type Description System.Int32 GetQuickInsertIds(SearchSettings) Returns the supported/allowed list of quickInsertIds for this tu Declaration public IList GetQuickInsertIds(SearchSettings searchSettings) Parameters Type Name Description SearchSettings searchSettings Returns Type Description System.Collections.Generic.IList < System.String > GetSystemFieldType(String) Returns the field value type for known system and pseudo fields. Declaration public static FieldValueType GetSystemFieldType(string fieldName) Parameters Type Name Description System.String fieldName The field name. Returns Type Description FieldValueType The field type, or FieldValueType.Unknown if the field is not a known system or pseudo field. GetType(String) Retrieves the type of the specified field. Declaration public FieldValueType GetType(string fieldName) Parameters Type Name Description System.String fieldName The field name. Returns Type Description FieldValueType The corresponding type or Unknown if a field with such name does not exist. GetValue(String) Retrieves the value of a specified field from this translation unit. The system fields can be retrieved using the following names: Name Corresponding System Field chd Change date chu Change user usd Last used date usu Last used user usc Usage counter crd Creation date cru Creation user Pseudo-fields contain values that are not saved as separate field values, but can be computed from the existing information in a translatin unit. The available pseudo-fields are: Name Corresponding Pseudo-field src Source segment (including tags). trg Target segment (including tags) sourceplainlength The length of the plain text in the source segment (without tags) targetplainlength The length of the plain text in the target segment (without tags) Declaration public FieldValue GetValue(string fieldName) Parameters Type Name Description System.String fieldName The field name. Returns Type Description FieldValue The corresponding field value or null if such a field does not exist. GetValue(String, FieldValueType) Retrieves the field value with the specified type from this translation unit. Declaration public FieldValue GetValue(string fieldName, FieldValueType t) Parameters Type Name Description System.String fieldName The field name. FieldValueType t The field type. Returns Type Description FieldValue The corresponding field value, null if a field with the specified name does not exist or an error if the type does not match the result. IsStandardFieldName(String) Returns true if the name matches one of the built-in field names Declaration public static bool IsStandardFieldName(string name) Parameters Type Name Description System.String name Returns Type Description System.Boolean IsValid() Determines whether this instance is a valid translation unit. Declaration public bool IsValid() Returns Type Description System.Boolean SetValue(FieldValue, Boolean) Sets the value of the specified field, which can be a system field or a user field. Pseudo fields (such as src, trg, soruceplainlength, etc.) can not be set. Exceptions will be thrown if the field types are incompatible. Declaration public void SetValue(FieldValue fv, bool addIfMissing) Parameters Type Name Description FieldValue fv The new field value, including the field name. System.Boolean addIfMissing If true, a new field value is added to the current list of values if no previous value is present. Trim() Trims off peripheral whitespace from the TU's segments. Declaration public void Trim() Validate() Performs validation checks on this instance. All errors will be reported. Declaration public ErrorCode Validate() Returns Type Description ErrorCode An ErrorCode. Validate(Segment.ValidationMode) Performs validation checks on this instance with the specified validation mode. Declaration public ErrorCode Validate(Segment.ValidationMode mode) Parameters Type Name Description Segment.ValidationMode mode Returns Type Description ErrorCode An ErrorCode. Implements ITypedKeyValueContainer" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.html", "title": "Enum TranslationUnitFormat", - "keywords": "Enum TranslationUnitFormat The original format of the Translation Unit, if imported from legacy sources. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum TranslationUnitFormat Fields Name Description IdiomWorldServer The translation unit has been imported from an Idiom WorldServer translation memory. SDLItd The translation unit has been imported from a bilingual SDL ITD file. SDLTradosStudio2009 The translation unit is in the format generated by SDL TRADOS Studio 2009. SDLX The translation unit has been imported from an SDLX translation memory. TradosTTX The translation unit has been imported from a bilingual TRADOS TTX file. TradosTranslatorsWorkbench The translation unit has been imported from a Translator's Workbench translation memory. Unknown The translation unit has been imported from an other, unspecified, or unknown TMX input file." + "keywords": "Enum TranslationUnitFormat The original format of the Translation Unit, if imported from legacy sources. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum TranslationUnitFormat Fields Name Description DejaVu The translation unit has been imported from a tmx input generated vith DejaVu tool IdiomWorldServer The translation unit has been imported from an Idiom WorldServer translation memory. MemoQ The translation unit has been imported from a tmx input generated vith DejaVu tool SDLItd The translation unit has been imported from a bilingual SDL ITD file. SDLTradosStudio2009 The translation unit is in the format generated by SDL TRADOS Studio 2009. SDLX The translation unit has been imported from an SDLX translation memory. TAUSTMV1 TradosTranslatorsWorkbench The translation unit has been imported from a Translator's Workbench translation memory. TradosTTX The translation unit has been imported from a bilingual TRADOS TTX file. Unknown The translation unit has been imported from an other, unspecified, or unknown TMX input file." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitOrigin.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitOrigin.html", "title": "Enum TranslationUnitOrigin", - "keywords": "Enum TranslationUnitOrigin Specifies the origin of a translation unit. Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum TranslationUnitOrigin Fields Name Description AdaptiveMachineTranslation The translation unit was retrieved from an adaptive machine translation system. Alignment The translation unit was retrieved from a bilingual alignment. AutomaticTranslation Automatic Translation ContextTM The translation unit was retrieved from a context translation memory. MachineTranslation The translation unit was retrieved from a machine translation system. Nmt Neural Machine Translation TM The translation unit was retrieved from a translation memory. Unknown The origin is unknown." + "keywords": "Enum TranslationUnitOrigin Specifies the origin of a translation unit. Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public enum TranslationUnitOrigin Fields Name Description AdaptiveMachineTranslation The translation unit was retrieved from an adaptive machine translation system. Alignment The translation unit was retrieved from a bilingual alignment. AutomaticTranslation Automatic Translation ContextTM The translation unit was retrieved from a context translation memory. MachineTranslation The translation unit was retrieved from a machine translation system. Nmt Neural Machine Translation TM The translation unit was retrieved from a translation memory. Unknown The origin is unknown." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContext.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContext.html", "title": "Class TuContext", - "keywords": "Class TuContext Encapsulates information about the context of a translation unit relative to other translation units within a document. Inheritance object TuContext Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class TuContext Constructors TuContext() Initializes a new instance with default values. Declaration public TuContext() TuContext(long, long) Initializes a new instance of the TuContext class with the specified hash values. Declaration public TuContext(long context1, long context2) Parameters Type Name Description long context1 The source hash value of the preceding translation unit. long context2 The target hash value of the preceding translation unit, or the source hash value of the following translation unit. Properties Context1 Gets or sets the source hash value of the preceding translation unit relative to this instance. Declaration [DataMember] public long Context1 { get; set; } Property Value Type Description long Context2 Gets or sets the target hash value of the preceding translation unit relative to this instance, or the source hash value of the following translation unit relative to this instance. Declaration [DataMember] public long Context2 { get; set; } Property Value Type Description long LeftSource Deprecated Declaration [DataMember] [Obsolete] public long LeftSource { get; set; } Property Value Type Description long LeftTarget Deprecated Declaration [DataMember] [Obsolete] public long LeftTarget { get; set; } Property Value Type Description long Segment1 When transferring context content, provides the content used to generate Context1 Declaration [DataMember] public Segment Segment1 { get; set; } Property Value Type Description Segment Segment2 When transferring context content, provides the content used to generate Context2 Declaration [DataMember] public Segment Segment2 { get; set; } Property Value Type Description Segment Methods Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetHashCode() Simple hashcode, we don't care that much if there are some conflicts Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" + "keywords": "Class TuContext Encapsulates information about the context of a translation unit relative to other translation units within a document. Inheritance System.Object TuContext Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class TuContext Constructors TuContext() Initializes a new instance with default values. Declaration public TuContext() TuContext(Int64, Int64) Initializes a new instance of the TuContext class with the specified hash values. Declaration public TuContext(long context1, long context2) Parameters Type Name Description System.Int64 context1 The source hash value of the preceding translation unit. System.Int64 context2 The target hash value of the preceding translation unit, or the source hash value of the following translation unit. Properties Context1 Gets or sets the source hash value of the preceding translation unit relative to this instance. Declaration public long Context1 { get; set; } Property Value Type Description System.Int64 Context2 Gets or sets the target hash value of the preceding translation unit relative to this instance, or the source hash value of the following translation unit relative to this instance. Declaration public long Context2 { get; set; } Property Value Type Description System.Int64 LeftSource Deprecated Declaration [Obsolete] public long LeftSource { get; set; } Property Value Type Description System.Int64 LeftTarget Deprecated Declaration [Obsolete] public long LeftTarget { get; set; } Property Value Type Description System.Int64 Segment1 When transferring context content, provides the content used to generate Context1 Declaration public Segment Segment1 { get; set; } Property Value Type Description Segment Segment2 When transferring context content, provides the content used to generate Context2 Declaration public Segment Segment2 { get; set; } Property Value Type Description Segment Methods Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetHashCode() Simple hashcode, we don't care that much if there are some conflicts Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContexts.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContexts.html", "title": "Class TuContexts", - "keywords": "Class TuContexts A collection of translation unit context objects. The same translation unit may occur in different places within a document, thus having different contexts. Inheritance object TuContexts Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class TuContexts Constructors TuContexts() Initializes a new instance with default values. Declaration public TuContexts() TuContexts(TuContexts) Initializes a new instance of the TuContexts class from another instance. Declaration public TuContexts(TuContexts other) Parameters Type Name Description TuContexts other The other instance. Properties Length Gets the number of contexts contained in this instance. Declaration public int Length { get; } Property Value Type Description int Values Gets or sets the collection of TuContext objects of this instance. Declaration [DataMember] public HashSet Values { get; set; } Property Value Type Description HashSet TuContext Methods Add(TuContext) Adds a new context to the list, if it isn't already there. Declaration public bool Add(TuContext newVal) Parameters Type Name Description TuContext newVal The new context. Returns Type Description bool true if newVal was added, false if it was already in the list. AddRange(TuContexts) Adds the elements of another instance to the list of this instance without checking for duplicates. Declaration public void AddRange(TuContexts contexts) Parameters Type Name Description TuContexts contexts The other instance. AddRange(IEnumerable) Adds a collection of contexts to this instance without checking for duplicates. Declaration public void AddRange(IEnumerable values) Parameters Type Name Description IEnumerable TuContext values The context collection. Assign(TuContexts) Assigns the elements of another instance to the list of this instance. Declaration public bool Assign(TuContexts contexts) Parameters Type Name Description TuContexts contexts The other instance. Returns Type Description bool true if this instance was changed, otherwise false. Clear() Removes all the contexts from this instance. Declaration public void Clear() Equals(TuContexts) Determines if this instance is equivalent to another instance, i.e. they contain the same collection of contexts, independent of order. Declaration public bool Equals(TuContexts other) Parameters Type Name Description TuContexts other The other instance. Returns Type Description bool true if the two objects represent the same collection of contexts, otherwise false. HasValue(TuContext) Determines whether a context is already in the list. Declaration public bool HasValue(TuContext val) Parameters Type Name Description TuContext val The context. Returns Type Description bool true if it is already in the list, otherwise false. HasValues(TuContexts) Determines whether this instance contains all the contexts from another instance. Declaration public bool HasValues(TuContexts other) Parameters Type Name Description TuContexts other The other instance. Returns Type Description bool true if this instance contains all the contexts from other, otherwise false. Merge(TuContext) Adds an element to the list if it doesn't already exist. Declaration public bool Merge(TuContext value) Parameters Type Name Description TuContext value The new context. Returns Type Description bool true if value was added, otherwise false. Merge(TuContexts) Adds the elements of another instance to the list of this instance if they don't already exist in the collection. Declaration public bool Merge(TuContexts contexts) Parameters Type Name Description TuContexts contexts The other instance. Returns Type Description bool true if this instance was changed, otherwise false. Merge(IEnumerable) Adds a collection of contexts to this instance if they don't already exist in the collection. Declaration public bool Merge(IEnumerable values) Parameters Type Name Description IEnumerable TuContext values The collection of contexts to be added. Returns Type Description bool true if this instance was changed, otherwise false." + "keywords": "Class TuContexts A collection of translation unit context objects. The same translation unit may occur in different places within a document, thus having different contexts. Inheritance System.Object TuContexts 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class TuContexts Constructors TuContexts() Initializes a new instance with default values. Declaration public TuContexts() TuContexts(TuContexts) Initializes a new instance of the TuContexts class from another instance. Declaration public TuContexts(TuContexts other) Parameters Type Name Description TuContexts other The other instance. Properties Length Gets the number of contexts contained in this instance. Declaration public int Length { get; } Property Value Type Description System.Int32 Values Gets or sets the collection of TuContext objects of this instance. Declaration public HashSet Values { get; set; } Property Value Type Description System.Collections.Generic.HashSet < TuContext > Methods Add(TuContext) Adds a new context to the list, if it isn't already there. Declaration public bool Add(TuContext newVal) Parameters Type Name Description TuContext newVal The new context. Returns Type Description System.Boolean true if newVal was added, false if it was already in the list. AddRange(TuContexts) Adds the elements of another instance to the list of this instance without checking for duplicates. Declaration public void AddRange(TuContexts contexts) Parameters Type Name Description TuContexts contexts The other instance. AddRange(IEnumerable) Adds a collection of contexts to this instance without checking for duplicates. Declaration public void AddRange(IEnumerable values) Parameters Type Name Description System.Collections.Generic.IEnumerable < TuContext > values The context collection. Assign(TuContexts) Assigns the elements of another instance to the list of this instance. Declaration public bool Assign(TuContexts contexts) Parameters Type Name Description TuContexts contexts The other instance. Returns Type Description System.Boolean true if this instance was changed, otherwise false. Clear() Removes all the contexts from this instance. Declaration public void Clear() Equals(TuContexts) Determines if this instance is equivalent to another instance, i.e. they contain the same collection of contexts, independent of order. Declaration public bool Equals(TuContexts other) Parameters Type Name Description TuContexts other The other instance. Returns Type Description System.Boolean true if the two objects represent the same collection of contexts, otherwise false. HasValue(TuContext) Determines whether a context is already in the list. Declaration public bool HasValue(TuContext val) Parameters Type Name Description TuContext val The context. Returns Type Description System.Boolean true if it is already in the list, otherwise false. HasValues(TuContexts) Determines whether this instance contains all the contexts from another instance. Declaration public bool HasValues(TuContexts other) Parameters Type Name Description TuContexts other The other instance. Returns Type Description System.Boolean true if this instance contains all the contexts from other, otherwise false. Merge(TuContext) Adds an element to the list if it doesn't already exist. Declaration public bool Merge(TuContext value) Parameters Type Name Description TuContext value The new context. Returns Type Description System.Boolean true if value was added, otherwise false. Merge(TuContexts) Adds the elements of another instance to the list of this instance if they don't already exist in the collection. Declaration public bool Merge(TuContexts contexts) Parameters Type Name Description TuContexts contexts The other instance. Returns Type Description System.Boolean true if this instance was changed, otherwise false. Merge(IEnumerable) Adds a collection of contexts to this instance if they don't already exist in the collection. Declaration public bool Merge(IEnumerable values) Parameters Type Name Description System.Collections.Generic.IEnumerable < TuContext > values The collection of contexts to be added. Returns Type Description System.Boolean true if this instance was changed, otherwise false." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html", "title": "Class TuIdContexts", - "keywords": "Class TuIdContexts A collection of translation unit idcontext objects. The same translation unit may occur in different places within a document, thus having different contexts. Inheritance object TuIdContexts Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class TuIdContexts Constructors TuIdContexts() Initializes a new instance with default values. Declaration public TuIdContexts() TuIdContexts(TuIdContexts) Initializes a new instance of the TuContexts class from another instance. Declaration public TuIdContexts(TuIdContexts other) Parameters Type Name Description TuIdContexts other The other instance. Properties Length Gets the number of contexts contained in this instance. Declaration public int Length { get; } Property Value Type Description int Values Gets or sets the collection of sid contexts of this instance. Declaration [DataMember] public HashSet Values { get; set; } Property Value Type Description HashSet string Methods Add(string) Adds a new context to the list, if it isn't already there. Declaration public bool Add(string newVal) Parameters Type Name Description string newVal The new context. Returns Type Description bool true if newVal was added, false if it was already in the list. AddRange(TuIdContexts) Adds the elements of another instance to the list of this instance without checking for duplicates. Declaration public void AddRange(TuIdContexts contexts) Parameters Type Name Description TuIdContexts contexts The other instance. AddRange(IEnumerable) Adds a collection of contexts to this instance without checking for duplicates. Declaration public void AddRange(IEnumerable values) Parameters Type Name Description IEnumerable string values The context collection. Assign(TuIdContexts) Assigns the elements of another instance to the list of this instance. Declaration public bool Assign(TuIdContexts contexts) Parameters Type Name Description TuIdContexts contexts The other instance. Returns Type Description bool true if this instance was changed, otherwise false. Clear() Removes all the contexts from this instance. Declaration public void Clear() Equals(TuIdContexts) Determines if this instance is equivalent to another instance, i.e. they contain the same collection of contexts, independent of order. Declaration public bool Equals(TuIdContexts other) Parameters Type Name Description TuIdContexts other The other instance. Returns Type Description bool true if the two objects represent the same collection of contexts, otherwise false. HasValue(string) Determines whether a context is already in the list. Declaration public bool HasValue(string val) Parameters Type Name Description string val The context. Returns Type Description bool true if it is already in the list, otherwise false. HasValues(TuIdContexts) Determines whether this instance contains all the contexts from another instance. Declaration public bool HasValues(TuIdContexts other) Parameters Type Name Description TuIdContexts other The other instance. Returns Type Description bool true if this instance contains all the contexts from other, otherwise false. Merge(TuIdContexts) Adds the elements of another instance to the list of this instance if they don't already exist in the collection. Declaration public bool Merge(TuIdContexts contexts) Parameters Type Name Description TuIdContexts contexts The other instance. Returns Type Description bool true if this instance was changed, otherwise false. Merge(IEnumerable) Adds a collection of contexts to this instance if they don't already exist in the collection. Declaration public bool Merge(IEnumerable values) Parameters Type Name Description IEnumerable string values The collection of contexts to be added. Returns Type Description bool true if this instance was changed, otherwise false. Merge(string) Adds an element to the list if it doesn't already exist. Declaration public bool Merge(string value) Parameters Type Name Description string value The new context. Returns Type Description bool true if value was added, otherwise false." + "keywords": "Class TuIdContexts A collection of translation unit idcontext objects. The same translation unit may occur in different places within a document, thus having different contexts. Inheritance System.Object TuIdContexts 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class TuIdContexts Constructors TuIdContexts() Initializes a new instance with default values. Declaration public TuIdContexts() TuIdContexts(TuIdContexts) Initializes a new instance of the TuContexts class from another instance. Declaration public TuIdContexts(TuIdContexts other) Parameters Type Name Description TuIdContexts other The other instance. Properties Length Gets the number of contexts contained in this instance. Declaration public int Length { get; } Property Value Type Description System.Int32 Values Gets or sets the collection of sid contexts of this instance. Declaration public HashSet Values { get; set; } Property Value Type Description System.Collections.Generic.HashSet < System.String > Methods Add(String) Adds a new context to the list, if it isn't already there. Declaration public bool Add(string newVal) Parameters Type Name Description System.String newVal The new context. Returns Type Description System.Boolean true if newVal was added, false if it was already in the list. AddRange(TuIdContexts) Adds the elements of another instance to the list of this instance without checking for duplicates. Declaration public void AddRange(TuIdContexts contexts) Parameters Type Name Description TuIdContexts contexts The other instance. AddRange(IEnumerable) Adds a collection of contexts to this instance without checking for duplicates. Declaration public void AddRange(IEnumerable values) Parameters Type Name Description System.Collections.Generic.IEnumerable < System.String > values The context collection. Assign(TuIdContexts) Assigns the elements of another instance to the list of this instance. Declaration public bool Assign(TuIdContexts contexts) Parameters Type Name Description TuIdContexts contexts The other instance. Returns Type Description System.Boolean true if this instance was changed, otherwise false. Clear() Removes all the contexts from this instance. Declaration public void Clear() Equals(TuIdContexts) Determines if this instance is equivalent to another instance, i.e. they contain the same collection of contexts, independent of order. Declaration public bool Equals(TuIdContexts other) Parameters Type Name Description TuIdContexts other The other instance. Returns Type Description System.Boolean true if the two objects represent the same collection of contexts, otherwise false. HasValue(String) Determines whether a context is already in the list. Declaration public bool HasValue(string val) Parameters Type Name Description System.String val The context. Returns Type Description System.Boolean true if it is already in the list, otherwise false. HasValues(TuIdContexts) Determines whether this instance contains all the contexts from another instance. Declaration public bool HasValues(TuIdContexts other) Parameters Type Name Description TuIdContexts other The other instance. Returns Type Description System.Boolean true if this instance contains all the contexts from other, otherwise false. Merge(TuIdContexts) Adds the elements of another instance to the list of this instance if they don't already exist in the collection. Declaration public bool Merge(TuIdContexts contexts) Parameters Type Name Description TuIdContexts contexts The other instance. Returns Type Description System.Boolean true if this instance was changed, otherwise false. Merge(IEnumerable) Adds a collection of contexts to this instance if they don't already exist in the collection. Declaration public bool Merge(IEnumerable values) Parameters Type Name Description System.Collections.Generic.IEnumerable < System.String > values The collection of contexts to be added. Returns Type Description System.Boolean true if this instance was changed, otherwise false. Merge(String) Adds an element to the list if it doesn't already exist. Declaration public bool Merge(string value) Parameters Type Name Description System.String value The new context. Returns Type Description System.Boolean true if value was added, otherwise false." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.html", "title": "Class TuLimitsValidatorSettings", - "keywords": "Class TuLimitsValidatorSettings Settings object for a TU limits validator Inheritance object TuLimitsValidatorSettings Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class TuLimitsValidatorSettings Constructors TuLimitsValidatorSettings(int?, int?) Initializes a new instance. Declaration public TuLimitsValidatorSettings(int? segmentLengthLimit = null, int? tagNestingLimit = null) Parameters Type Name Description int segmentLengthLimit Maximum length of a TU segment to be considered valid int tagNestingLimit Maximum nesting level of a TU segment to be considered valid Properties SegmentLengthLimit Gets a value specifying the maximum length of a TU segment to be considered valid Declaration public int? SegmentLengthLimit { get; } Property Value Type Description int TagNestingLimit Gets a value specifying the maximum nesting level of a TU segment to be considered valid Declaration public int? TagNestingLimit { get; } Property Value Type Description int" + "keywords": "Class TuLimitsValidatorSettings Settings object for a TU limits validator Inheritance System.Object TuLimitsValidatorSettings 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class TuLimitsValidatorSettings Constructors TuLimitsValidatorSettings(Nullable, Nullable) Initializes a new instance. Declaration public TuLimitsValidatorSettings(int? segmentLengthLimit = null, int? tagNestingLimit = null) Parameters Type Name Description System.Nullable < System.Int32 > segmentLengthLimit Maximum length of a TU segment to be considered valid System.Nullable < System.Int32 > tagNestingLimit Maximum nesting level of a TU segment to be considered valid Properties SegmentLengthLimit Gets a value specifying the maximum length of a TU segment to be considered valid Declaration public int? SegmentLengthLimit { get; } Property Value Type Description System.Nullable < System.Int32 > TagNestingLimit Gets a value specifying the maximum nesting level of a TU segment to be considered valid Declaration public int? TagNestingLimit { get; } Property Value Type Description System.Nullable < System.Int32 >" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Utilities.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Utilities.html", "title": "Class Utilities", - "keywords": "Class Utilities General utilities. Inheritance object Utilities Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public static class Utilities Methods VerifyLanguageDirectionCompatibility(LanguagePair, LanguagePair, ICultureMetadataManager) Determines whether two language directions are compatible. Declaration public static bool VerifyLanguageDirectionCompatibility(LanguagePair l1, LanguagePair l2, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description LanguagePair l1 The first language direction (non-null) LanguagePair l2 The second language direction (non-null) ICultureMetadataManager cultureMetadataManager Returns Type Description bool true if the source cultures of both language directions are compatible (see AreCompatibleCodesAsync(CultureCode, CultureCode, ICultureMetadataManager) ), and the target cultures of both languages are either null or are compatible as well. Otherwise, returns false ." + "keywords": "Class Utilities General utilities. Inheritance System.Object Utilities 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public static class Utilities Methods VerifyLanguageDirectionCompatibility(LanguagePair, LanguagePair, ICultureMetadataManager) Determines whether two language directions are compatible. Declaration public static bool VerifyLanguageDirectionCompatibility(LanguagePair l1, LanguagePair l2, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description LanguagePair l1 The first language direction (non-null) LanguagePair l2 The second language direction (non-null) Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Boolean true if the source cultures of both language directions are compatible (see AreCompatibleCodesAsync(CultureCode, CultureCode, ICultureMetadataManager) ), and the target cultures of both languages are either null or are compatible as well. Otherwise, returns false ." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounter.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounter.html", "title": "Class WordCounter", - "keywords": "Class WordCounter Provides WordCounts for a set of tokens, where necessary converting TokenType.Word tokens for JA/ZH et al back to TokenType.CharSequence to produce 'legacy' results. When creating word counts for multiple segments, use a single WordCounter object and call GetWordCountsAsync(IList, WordCountsOptions, CultureCode) repeatedly, to avoid repeated tokenizer creation in those cases. Inheritance object WordCounter Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class WordCounter Methods CreateAsync(ICultureMetadataManager) Creates the WordCounter Declaration public static Task CreateAsync(ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description ICultureMetadataManager cultureMetadataManager Returns Type Description Task WordCounter GetWordCountsAsync(IList, WordCountsOptions, CultureCode) Produce a WordCounts from the specified tokens Declaration public Task GetWordCountsAsync(IList tokens, WordCountsOptions options, CultureCode cultureCode) Parameters Type Name Description IList Token tokens The tokens to analyze WordCountsOptions options The WordCountsOptions to apply CultureCode cultureCode Returns Type Description Task WordCounts" + "keywords": "Class WordCounter Provides WordCounts for a set of tokens, where necessary converting tokens for JA/ZH et al back to to produce 'legacy' results. When creating word counts for multiple segments, use a single WordCounter object and call GetWordCountsAsync(IList, WordCountsOptions, CultureCode) repeatedly, to avoid repeated tokenizer creation in those cases. Inheritance System.Object WordCounter 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class WordCounter Methods CreateAsync(ICultureMetadataManager) Creates the WordCounter Declaration public static Task CreateAsync(ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < WordCounter > GetWordCountsAsync(IList, WordCountsOptions, CultureCode) Produce a WordCounts from the specified tokens Declaration public Task GetWordCountsAsync(IList tokens, WordCountsOptions options, CultureCode cultureCode) Parameters Type Name Description System.Collections.Generic.IList < Token > tokens The tokens to analyze WordCountsOptions options The WordCountsOptions to apply Sdl.Core.Globalization.CultureCode cultureCode Returns Type Description System.Threading.Tasks.Task < WordCounts >" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCountFlags.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCountFlags.html", "title": "Enum WordCountFlags", - "keywords": "Enum WordCountFlags Flags controlling word count behaviour Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [Flags] public enum WordCountFlags Fields Name Description AllFlags All flags set BreakOnApostrophe If true, words joined with a Apostrophe count as 2 BreakOnDash If true, words joined with a dash count as 2 BreakOnHyphen If true, words joined with a hyphen count as 2 BreakOnTag If true, words joined with a formatting tag count as 2 DefaultFlags Default flag settings NoFlags No word count flags set" + "keywords": "Enum WordCountFlags Flags controlling word count behaviour Namespace : Sdl.LanguagePlatform.TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [Flags] public enum WordCountFlags Fields Name Description AllFlags All flags set BreakOnApostrophe If true, words joined with a Apostrophe count as 2 BreakOnDash If true, words joined with a dash count as 2 BreakOnHyphen If true, words joined with a hyphen count as 2 BreakOnTag If true, words joined with a formatting tag count as 2 DefaultFlags Default flag settings NoFlags No word count flags set" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounts.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounts.html", "title": "Class WordCounts", - "keywords": "Class WordCounts Represents the result of a word count. Inheritance object WordCounts Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax [DataContract] public class WordCounts Constructors WordCounts() Initializes a new instance with default values. All counts will be set to 0. Declaration public WordCounts() WordCounts(WordCounts) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public WordCounts(WordCounts other) Parameters Type Name Description WordCounts other The instance to copy WordCounts(IList) Initializes a new instance from the values in the provided token collection. Word and abbreviation tokens increment the character count by the length of the token text and increment the word count by one, Char sequence tokens (used in far-east tokenization) increment the word and character count by the length of the token text, Punctuation tokens only increment the character count, by the length of the token text, Date, time, variable, number, measurement, acronym, uri, and other text placeable tokens increment the word and character count like words do, but also increment the placeables count, Tag tokens increment the tag and placeable counts, but not the word or character counts, Whitespace tokens do not increment any counts (even not the character count), All other token types do not increment any counts. The segment count is set to 1, independent on the number and type of the tokens. Declaration public WordCounts(IList tokens) Parameters Type Name Description IList Token tokens The token collection WordCounts(IList, WordCountsOptions, CultureCode) Declaration [Obsolete(\"Use WordCounter\")] public WordCounts(IList tokens, WordCountsOptions options, CultureCode culture) Parameters Type Name Description IList Token tokens WordCountsOptions options CultureCode culture WordCounts(IList, bool, bool, bool, bool) Initializes a new instance from the values in the provided token collection. Word and abbreviation tokens increment the character count by the length of the token text and increment the word count by one, Char sequence tokens (used in far-east tokenization) increment the word and character count by the length of the token text, Punctuation tokens only increment the character count, by the length of the token text, Date, time, variable, number, measurement, acronym, uri, and other text placeable tokens increment the word and character count like words do, but also increment the placeables count, Tag tokens increment the tag and placeable counts, but not the word or character counts, Whitespace tokens do not increment any counts (even not the character count), All other token types do not increment any counts. The segment count is set to 1, independent on the number and type of the tokens. Declaration public WordCounts(IList tokens, bool breakOnHyphen, bool breakOnDash, bool breakOnTag, bool breakOnApostrophe) Parameters Type Name Description IList Token tokens The token collection bool breakOnHyphen If false, 2 words separated by a hyphen count as 1 bool breakOnDash If false, 2 words separated by a dash count as 1 bool breakOnTag If false, 2 words separated by a formatting tag count as 1 bool breakOnApostrophe If false, 2 words separated by an apostrophe count as 1 Properties Characters Gets or sets the character count. Declaration [DataMember] public int Characters { get; set; } Property Value Type Description int IsZero Gets a boolean value which indicates whether all count values are zero or not. Declaration public bool IsZero { get; } Property Value Type Description bool Placeables Gets or sets the placeable count. Declaration [DataMember] public int Placeables { get; set; } Property Value Type Description int Segments Gets or sets the segment count. Declaration [DataMember] public int Segments { get; set; } Property Value Type Description int Tags Gets or sets the tag count. Declaration [DataMember] public int Tags { get; set; } Property Value Type Description int Words Gets or sets the word count. Declaration [DataMember] public int Words { get; set; } Property Value Type Description int Methods Assign(WordCounts) Overwrites the count values of this instance with the values of another instance. Declaration public void Assign(WordCounts other) Parameters Type Name Description WordCounts other The instance which values to assign to this instance CreateWordCountsAsync(IList, WordCountsOptions, CultureCode, ICultureMetadataManager) Declaration [Obsolete(\"Use WordCounter\")] public static Task CreateWordCountsAsync(IList tokens, WordCountsOptions options, CultureCode cultureCode, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description IList Token tokens WordCountsOptions options CultureCode cultureCode ICultureMetadataManager cultureMetadataManager Returns Type Description Task WordCounts Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public WordCounts Duplicate() Returns Type Description WordCounts A new instance that is a deep copy of this instance. Inc(WordCounts) Increments the count values of this instance with the count values of another instance. Declaration public void Inc(WordCounts other) Parameters Type Name Description WordCounts other The other instance" + "keywords": "Class WordCounts Represents the result of a word count. Inheritance System.Object WordCounts 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class WordCounts Constructors WordCounts() Initializes a new instance with default values. All counts will be set to 0. Declaration public WordCounts() WordCounts(WordCounts) Initializes a new instance with the values of another instance, creating a deep copy. Declaration public WordCounts(WordCounts other) Parameters Type Name Description WordCounts other The instance to copy WordCounts(IList) Initializes a new instance from the values in the provided token collection. Word and abbreviation tokens increment the character count by the length of the token text and increment the word count by one, Char sequence tokens (used in far-east tokenization) increment the word and character count by the length of the token text, Punctuation tokens only increment the character count, by the length of the token text, Date, time, variable, number, measurement, acronym, uri, and other text placeable tokens increment the word and character count like words do, but also increment the placeables count, Tag tokens increment the tag and placeable counts, but not the word or character counts, Whitespace tokens do not increment any counts (even not the character count), All other token types do not increment any counts. The segment count is set to 1, independent on the number and type of the tokens. Declaration public WordCounts(IList tokens) Parameters Type Name Description System.Collections.Generic.IList < Token > tokens The token collection WordCounts(IList, WordCountsOptions, CultureCode) Declaration [Obsolete(\"Use WordCounter\")] public WordCounts(IList tokens, WordCountsOptions options, CultureCode culture) Parameters Type Name Description System.Collections.Generic.IList < Token > tokens WordCountsOptions options Sdl.Core.Globalization.CultureCode culture WordCounts(IList, Boolean, Boolean, Boolean, Boolean) Initializes a new instance from the values in the provided token collection. Word and abbreviation tokens increment the character count by the length of the token text and increment the word count by one, Char sequence tokens (used in far-east tokenization) increment the word and character count by the length of the token text, Punctuation tokens only increment the character count, by the length of the token text, Date, time, variable, number, measurement, acronym, uri, and other text placeable tokens increment the word and character count like words do, but also increment the placeables count, Tag tokens increment the tag and placeable counts, but not the word or character counts, Whitespace tokens do not increment any counts (even not the character count), All other token types do not increment any counts. The segment count is set to 1, independent on the number and type of the tokens. Declaration public WordCounts(IList tokens, bool breakOnHyphen, bool breakOnDash, bool breakOnTag, bool breakOnApostrophe) Parameters Type Name Description System.Collections.Generic.IList < Token > tokens The token collection System.Boolean breakOnHyphen If false, 2 words separated by a hyphen count as 1 System.Boolean breakOnDash If false, 2 words separated by a dash count as 1 System.Boolean breakOnTag If false, 2 words separated by a formatting tag count as 1 System.Boolean breakOnApostrophe If false, 2 words separated by an apostrophe count as 1 Properties Characters Gets or sets the character count. Declaration public int Characters { get; set; } Property Value Type Description System.Int32 IsZero Gets a boolean value which indicates whether all count values are zero or not. Declaration public bool IsZero { get; } Property Value Type Description System.Boolean Placeables Gets or sets the placeable count. Declaration public int Placeables { get; set; } Property Value Type Description System.Int32 Segments Gets or sets the segment count. Declaration public int Segments { get; set; } Property Value Type Description System.Int32 Tags Gets or sets the tag count. Declaration public int Tags { get; set; } Property Value Type Description System.Int32 Words Gets or sets the word count. Declaration public int Words { get; set; } Property Value Type Description System.Int32 Methods Assign(WordCounts) Overwrites the count values of this instance with the values of another instance. Declaration public void Assign(WordCounts other) Parameters Type Name Description WordCounts other The instance which values to assign to this instance CreateWordCountsAsync(IList, WordCountsOptions, CultureCode, ICultureMetadataManager) Declaration [Obsolete(\"Use WordCounter\")] public static Task CreateWordCountsAsync(IList tokens, WordCountsOptions options, CultureCode cultureCode, ICultureMetadataManager cultureMetadataManager) Parameters Type Name Description System.Collections.Generic.IList < Token > tokens WordCountsOptions options Sdl.Core.Globalization.CultureCode cultureCode Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager cultureMetadataManager Returns Type Description System.Threading.Tasks.Task < WordCounts > Duplicate() Creates a new instance that is a deep copy of this instance. Declaration public WordCounts Duplicate() Returns Type Description WordCounts A new instance that is a deep copy of this instance. Inc(WordCounts) Increments the count values of this instance with the count values of another instance. Declaration public void Inc(WordCounts other) Parameters Type Name Description WordCounts other The other instance" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.html", "title": "Class WordCountsOptions", - "keywords": "Class WordCountsOptions Inheritance object WordCountsOptions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemory Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class WordCountsOptions Constructors WordCountsOptions() Declaration public WordCountsOptions() Fields BreakAdvancedTokensByCharacter If true, Word tokens resulting from advanced tokenization increase the Word count by the number of characters in the Word, not by 1. Declaration public bool BreakAdvancedTokensByCharacter Field Value Type Description bool BreakOnApostrophe If false, 2 words separated by an apostrophe count as 1 Declaration public bool BreakOnApostrophe Field Value Type Description bool BreakOnDash If false, 2 words separated by a dash count as 1 Declaration public bool BreakOnDash Field Value Type Description bool BreakOnHyphen If false, 2 words separated by a hyphen count as 1 Declaration public bool BreakOnHyphen Field Value Type Description bool BreakOnTag If false, 2 words separated by a formatting tag count as 1 Declaration public bool BreakOnTag Field Value Type Description bool" + "keywords": "Class WordCountsOptions Inheritance System.Object WordCountsOptions 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 Assembly : Sdl.LanguagePlatform.TranslationMemory.dll Syntax public class WordCountsOptions Constructors WordCountsOptions() Declaration public WordCountsOptions() Fields BreakAdvancedTokensByCharacter If true, Word tokens resulting from advanced tokenization increase the Word count by the number of characters in the Word, not by 1. Declaration public bool BreakAdvancedTokensByCharacter Field Value Type Description System.Boolean BreakOnApostrophe If false, 2 words separated by an apostrophe count as 1 Declaration public bool BreakOnApostrophe Field Value Type Description System.Boolean BreakOnDash If false, 2 words separated by a dash count as 1 Declaration public bool BreakOnDash Field Value Type Description System.Boolean BreakOnHyphen If false, 2 words separated by a hyphen count as 1 Declaration public bool BreakOnHyphen Field Value Type Description System.Boolean BreakOnTag If false, 2 words separated by a formatting tag count as 1 Declaration public bool BreakOnTag Field Value Type Description System.Boolean" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.html", "title": "Class AbstractLocalTranslationMemory", - "keywords": "Class AbstractLocalTranslationMemory Abstract base class for bilingual file-based ( FileBasedTranslationMemory ) and in-memory translation memories ( InMemoryTranslationMemory ). Do not inherit from this class. Inheritance object AbstractLocalTranslationMemory FileBasedTranslationMemory InMemoryTranslationMemory Implements ITranslationMemory ITranslationProvider ISupportPlaceables ILocalTranslationMemory Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public abstract class AbstractLocalTranslationMemory : ITranslationMemory, ITranslationProvider, ISupportPlaceables, ILocalTranslationMemory Properties Copyright Gets or sets the copyright string for this translation memory. Declaration public string Copyright { get; set; } Property Value Type Description string Remarks You have to call Save() in order to perist changes to this property. CreationDate Gets the creation date of this translation memory. Declaration public DateTime CreationDate { get; set; } Property Value Type Description DateTime CreationUserName Gets the creation user of this translation memory. Declaration public string CreationUserName { get; } Property Value Type Description string Description Gets or sets a general description of the translation memory. Declaration public string Description { get; set; } Property Value Type Description string Remarks You have to call Save() in order to perist changes to this property. ExpirationDate Gets or sets the expiration date for this translation memory. Declaration public DateTime? ExpirationDate { get; set; } Property Value Type Description DateTime Remarks You have to call Save() in order to perist changes to this property. FieldDefinitions Gets the custom fields defined for this TM. Declaration public FieldDefinitionCollection FieldDefinitions { get; } Property Value Type Description FieldDefinitionCollection Remarks In case this is a server-based translation memory, which is associated with a fields template (see IFieldsTemplate ), this returns a read-only fields collection identical to the template's fields collection. In all other cases, the field collection returned can be modified. Note that you have to call Save() to persist any changes made to the fields. FuzzyIndexStatisticsRecomputedAt Gets the time of the last fuzzy index statistics recomputation of this TM, if available. Declaration public DateTime? FuzzyIndexStatisticsRecomputedAt { get; set; } Property Value Type Description DateTime FuzzyIndexStatisticsSize Gets the size of the TM at the point of the last fuzzy index statistics recomputation, if available. Declaration public int? FuzzyIndexStatisticsSize { get; set; } Property Value Type Description int FuzzyIndexTuningSettings Gets or sets the fuzzy index tuning settings for the TM. Declaration public FuzzyIndexTuningSettings FuzzyIndexTuningSettings { get; set; } Property Value Type Description FuzzyIndexTuningSettings FuzzyIndexes Gets or sets the set of fuzzy indices defined on this TM. Declaration public FuzzyIndexes FuzzyIndexes { get; set; } Property Value Type Description FuzzyIndexes IsReadOnly IsReadOnly . Declaration public virtual bool IsReadOnly { get; } Property Value Type Description bool LanguageDirection Gets the one language direction contained in this translation memory. Declaration public ITranslationMemoryLanguageDirection LanguageDirection { get; } Property Value Type Description ITranslationMemoryLanguageDirection LanguageResourceBundles Gets the language resources which are associated with this TM. Declaration public LanguageResourceBundleCollection LanguageResourceBundles { get; } Property Value Type Description LanguageResourceBundleCollection Remarks In case this is a server-based translation memory, which is associated with a language resources template (see ILanguageResourcesTemplate ), this returns a read-only language resources collection identical to the template's language resources collection. In all other cases, the language resources collection returned can be modified. Note that you have to call Save() to persist any changes made to language resources. Name Gets the name of the translation memory. Declaration public string Name { get; } Property Value Type Description string Recognizers Gets or sets the recognizers which are enabled for this TM. Note that changing recognizers may require reindexing. In addition, in some cases duplicate TUs may be in the TM if recognizers are enabled which have been disabled before. Declaration public BuiltinRecognizers Recognizers { get; set; } Property Value Type Description BuiltinRecognizers StatusInfo Gets the status info for the provider. Declaration public abstract ProviderStatusInfo StatusInfo { get; } Property Value Type Description ProviderStatusInfo SupportedLanguageDirections Gets the list of language directions which are supported by this translation memory. Declaration public ReadOnlyCollection SupportedLanguageDirections { get; } Property Value Type Description ReadOnlyCollection LanguagePair SupportsConcordanceSearch SupportsConcordanceSearch . Always true for TMs. Declaration public virtual bool SupportsConcordanceSearch { get; } Property Value Type Description bool SupportsDocumentSearches SupportsDocumentSearches . Always true for TMs. Declaration public virtual bool SupportsDocumentSearches { get; } Property Value Type Description bool SupportsFilters SupportsFilters . Always true for TMs. Declaration public virtual bool SupportsFilters { get; } Property Value Type Description bool SupportsFuzzySearch SupportsFuzzySearch . Always true for TMs. Declaration public virtual bool SupportsFuzzySearch { get; } Property Value Type Description bool SupportsMultipleResults SupportsMultipleResults . Always true for TMs. Declaration public virtual bool SupportsMultipleResults { get; } Property Value Type Description bool SupportsPenalties SupportsPenalties . Always true for TMs. Declaration public virtual bool SupportsPenalties { get; } Property Value Type Description bool SupportsPlaceables SupportsPlaceables . Always true for TMs. Declaration public virtual bool SupportsPlaceables { get; } Property Value Type Description bool SupportsScoring SupportsScoring . Always true for TMs. Declaration public virtual bool SupportsScoring { get; } Property Value Type Description bool SupportsSearchForTranslationUnits SupportsSearchForTranslationUnits . Always true for TMs. Declaration public virtual bool SupportsSearchForTranslationUnits { get; } Property Value Type Description bool SupportsSourceConcordanceSearch SupportsSourceConcordanceSearch . Always true for TMs. Declaration public virtual bool SupportsSourceConcordanceSearch { get; } Property Value Type Description bool SupportsStructureContext SupportsStructureContext . Always true for TMs. Declaration public virtual bool SupportsStructureContext { get; } Property Value Type Description bool SupportsTaggedInput SupportsTaggedInput . Always true for TMs. Declaration public virtual bool SupportsTaggedInput { get; } Property Value Type Description bool SupportsTargetConcordanceSearch SupportsTargetConcordanceSearch . Returns true if this translation memory has a word-based fuzzy index for the target language (see FuzzyIndexes ). Declaration public virtual bool SupportsTargetConcordanceSearch { get; } Property Value Type Description bool SupportsTranslation SupportsTranslation . Always true for TMs. Declaration public virtual bool SupportsTranslation { get; } Property Value Type Description bool SupportsUpdate SupportsUpdate . Always true for TMs. Declaration public virtual bool SupportsUpdate { get; } Property Value Type Description bool SupportsWordCounts SupportsWordCounts . Always true for TMs. Declaration public virtual bool SupportsWordCounts { get; } Property Value Type Description bool TranslationMethod TranslationMethod . Always returns TranslationMemory Declaration public TranslationMethod TranslationMethod { get; } Property Value Type Description TranslationMethod Uri Gets a URI which uniquely identifies this translation memory. Declaration public virtual Uri Uri { get; } Property Value Type Description Uri Methods ClearFuzzyCache() Clear the fuzzy cache of the TM Declaration public void ClearFuzzyCache() CreateFileBasedTranslationMemoryLanguageDirection() Declaration protected virtual FileBasedTranslationMemoryLanguageDirection CreateFileBasedTranslationMemoryLanguageDirection() Returns Type Description FileBasedTranslationMemoryLanguageDirection Delete() Deletes this translation memory. Declaration public void Delete() Remarks In the case of a file-based translation memory, this deletes the translation memory file itself. GetLanguageDirection(LanguagePair) Gets a specified translation memory language direction. Declaration public ITranslationMemoryLanguageDirection GetLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction. Returns Type Description ITranslationMemoryLanguageDirection A translation provider for the specified language direction, or null if no language direction matches. GetTranslationUnitCount() Gets the total translation unit count for all language directions in this translation memory. Declaration public int GetTranslationUnitCount() Returns Type Description int The total translation unit count for this TM. HasPermission(string) Checks whether the current user has the specified permission on this translation memory. Declaration public abstract bool HasPermission(string permission) Parameters Type Name Description string permission A permission ID. See TranslationMemoryPermissions . Returns Type Description bool True if the user has the speicfied permission for this TM. LoadState(string) Loads previously serialized state information into this translation provider instance. Declaration public virtual void LoadState(string translationProviderState) Parameters Type Name Description string translationProviderState A string representing the state of translation provider that was previously saved using SerializeState() . Remarks The format of this string can be decided upon by the translation provider implementation. RecomputeFuzzyIndexStatistics() Synchronously recomputes the fuzzy index statistics of the TM. Declaration public void RecomputeFuzzyIndexStatistics() Refresh() Enforces the currently stored setup information to be refreshed. Note that this may initiate a full server/database roundtrip. Declaration public void Refresh() RefreshStatusInfo() Refreshes the current status information. Declaration public abstract void RefreshStatusInfo() Save() Saves changes made to properties of this translation memory. Declaration public void Save() Save(IProgress, CancellationToken) Saves changes made to properties of this translation memory. Declaration public void Save(IProgress progress, CancellationToken cancellationToken) Parameters Type Name Description IProgress TranslationMemoryProgress progress CancellationToken cancellationToken SerializeState() Serializes any meaningful state information for this translation provider that can be stored in projects and sent around the supply chain. Declaration public virtual string SerializeState() Returns Type Description string A string representing the state of this translation provider that can later be passed into the LoadState(string) method to restore the state after creating a new translation provider. Remarks The format of this string can be decided upon by the translation provider implementation. ShouldRecomputeFuzzyIndexStatistics() Gets a flag which indicates whether it is recommended to recompute the fuzzy index statistics (see RecomputeFuzzyIndexStatistics() ). Declaration public bool ShouldRecomputeFuzzyIndexStatistics() Returns Type Description bool SupportsLanguageDirection(LanguagePair) Checks whether this translation provider supports the specified language direction. Declaration public bool SupportsLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction. Returns Type Description bool True if the specified language direction is supported. Implements ITranslationMemory ITranslationProvider ISupportPlaceables ILocalTranslationMemory" + "keywords": "Class AbstractLocalTranslationMemory Abstract base class for bilingual file-based ( FileBasedTranslationMemory ) and in-memory translation memories ( InMemoryTranslationMemory ). Do not inherit from this class. Inheritance System.Object AbstractLocalTranslationMemory FileBasedTranslationMemory InMemoryTranslationMemory Implements ITranslationMemory ITranslationProvider ISupportPlaceables ILocalTranslationMemory 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public abstract class AbstractLocalTranslationMemory : ITranslationMemory, ITranslationProvider, ISupportPlaceables, ILocalTranslationMemory Properties Copyright Gets or sets the copyright string for this translation memory. Declaration public string Copyright { get; set; } Property Value Type Description System.String Remarks You have to call Save() in order to perist changes to this property. CreationDate Gets the creation date of this translation memory. Declaration public DateTime CreationDate { get; set; } Property Value Type Description System.DateTime CreationUserName Gets the creation user of this translation memory. Declaration public string CreationUserName { get; } Property Value Type Description System.String Description Gets or sets a general description of the translation memory. Declaration public string Description { get; set; } Property Value Type Description System.String Remarks You have to call Save() in order to perist changes to this property. ExpirationDate Gets or sets the expiration date for this translation memory. Declaration public DateTime? ExpirationDate { get; set; } Property Value Type Description System.Nullable < System.DateTime > Remarks You have to call Save() in order to perist changes to this property. FieldDefinitions Gets the custom fields defined for this TM. Declaration public FieldDefinitionCollection FieldDefinitions { get; } Property Value Type Description FieldDefinitionCollection Remarks In case this is a server-based translation memory, which is associated with a fields template (see IFieldsTemplate ), this returns a read-only fields collection identical to the template's fields collection. In all other cases, the field collection returned can be modified. Note that you have to call Save() to persist any changes made to the fields. FuzzyIndexes Gets or sets the set of fuzzy indices defined on this TM. Declaration public FuzzyIndexes FuzzyIndexes { get; set; } Property Value Type Description FuzzyIndexes FuzzyIndexStatisticsRecomputedAt Gets the time of the last fuzzy index statistics recomputation of this TM, if available. Declaration public DateTime? FuzzyIndexStatisticsRecomputedAt { get; set; } Property Value Type Description System.Nullable < System.DateTime > FuzzyIndexStatisticsSize Gets the size of the TM at the point of the last fuzzy index statistics recomputation, if available. Declaration public int? FuzzyIndexStatisticsSize { get; set; } Property Value Type Description System.Nullable < System.Int32 > FuzzyIndexTuningSettings Gets or sets the fuzzy index tuning settings for the TM. Declaration public FuzzyIndexTuningSettings FuzzyIndexTuningSettings { get; set; } Property Value Type Description FuzzyIndexTuningSettings IsReadOnly IsReadOnly . Declaration public virtual bool IsReadOnly { get; } Property Value Type Description System.Boolean LanguageDirection Gets the one language direction contained in this translation memory. Declaration public ITranslationMemoryLanguageDirection LanguageDirection { get; } Property Value Type Description ITranslationMemoryLanguageDirection LanguageResourceBundles Gets the language resources which are associated with this TM. Declaration public LanguageResourceBundleCollection LanguageResourceBundles { get; } Property Value Type Description LanguageResourceBundleCollection Remarks In case this is a server-based translation memory, which is associated with a language resources template (see ILanguageResourcesTemplate ), this returns a read-only language resources collection identical to the template's language resources collection. In all other cases, the language resources collection returned can be modified. Note that you have to call Save() to persist any changes made to language resources. Name Gets the name of the translation memory. Declaration public string Name { get; } Property Value Type Description System.String Recognizers Gets or sets the recognizers which are enabled for this TM. Note that changing recognizers may require reindexing. In addition, in some cases duplicate TUs may be in the TM if recognizers are enabled which have been disabled before. Declaration public BuiltinRecognizers Recognizers { get; set; } Property Value Type Description BuiltinRecognizers StatusInfo Gets the status info for the provider. Declaration public abstract ProviderStatusInfo StatusInfo { get; } Property Value Type Description ProviderStatusInfo SupportedLanguageDirections Gets the list of language directions which are supported by this translation memory. Declaration public ReadOnlyCollection SupportedLanguageDirections { get; } Property Value Type Description System.Collections.ObjectModel.ReadOnlyCollection < LanguagePair > SupportsConcordanceSearch SupportsConcordanceSearch . Always true for TMs. Declaration public virtual bool SupportsConcordanceSearch { get; } Property Value Type Description System.Boolean SupportsDocumentSearches SupportsDocumentSearches . Always true for TMs. Declaration public virtual bool SupportsDocumentSearches { get; } Property Value Type Description System.Boolean SupportsFilters SupportsFilters . Always true for TMs. Declaration public virtual bool SupportsFilters { get; } Property Value Type Description System.Boolean SupportsFuzzySearch SupportsFuzzySearch . Always true for TMs. Declaration public virtual bool SupportsFuzzySearch { get; } Property Value Type Description System.Boolean SupportsMultipleResults SupportsMultipleResults . Always true for TMs. Declaration public virtual bool SupportsMultipleResults { get; } Property Value Type Description System.Boolean SupportsPenalties SupportsPenalties . Always true for TMs. Declaration public virtual bool SupportsPenalties { get; } Property Value Type Description System.Boolean SupportsPlaceables SupportsPlaceables . Always true for TMs. Declaration public virtual bool SupportsPlaceables { get; } Property Value Type Description System.Boolean SupportsScoring SupportsScoring . Always true for TMs. Declaration public virtual bool SupportsScoring { get; } Property Value Type Description System.Boolean SupportsSearchForTranslationUnits SupportsSearchForTranslationUnits . Always true for TMs. Declaration public virtual bool SupportsSearchForTranslationUnits { get; } Property Value Type Description System.Boolean SupportsSourceConcordanceSearch SupportsSourceConcordanceSearch . Always true for TMs. Declaration public virtual bool SupportsSourceConcordanceSearch { get; } Property Value Type Description System.Boolean SupportsStructureContext SupportsStructureContext . Always true for TMs. Declaration public virtual bool SupportsStructureContext { get; } Property Value Type Description System.Boolean SupportsTaggedInput SupportsTaggedInput . Always true for TMs. Declaration public virtual bool SupportsTaggedInput { get; } Property Value Type Description System.Boolean SupportsTargetConcordanceSearch SupportsTargetConcordanceSearch . Returns true if this translation memory has a word-based fuzzy index for the target language (see FuzzyIndexes ). Declaration public virtual bool SupportsTargetConcordanceSearch { get; } Property Value Type Description System.Boolean SupportsTranslation SupportsTranslation . Always true for TMs. Declaration public virtual bool SupportsTranslation { get; } Property Value Type Description System.Boolean SupportsUpdate SupportsUpdate . Always true for TMs. Declaration public virtual bool SupportsUpdate { get; } Property Value Type Description System.Boolean SupportsWordCounts SupportsWordCounts . Always true for TMs. Declaration public virtual bool SupportsWordCounts { get; } Property Value Type Description System.Boolean TranslationMethod TranslationMethod . Always returns TranslationMemory Declaration public TranslationMethod TranslationMethod { get; } Property Value Type Description TranslationMethod Uri Gets a URI which uniquely identifies this translation memory. Declaration public virtual Uri Uri { get; } Property Value Type Description System.Uri Methods ClearFuzzyCache() Clear the fuzzy cache of the TM Declaration public void ClearFuzzyCache() CreateFileBasedTranslationMemoryLanguageDirection() Declaration protected virtual FileBasedTranslationMemoryLanguageDirection CreateFileBasedTranslationMemoryLanguageDirection() Returns Type Description FileBasedTranslationMemoryLanguageDirection Delete() Deletes this translation memory. Declaration public void Delete() Remarks In the case of a file-based translation memory, this deletes the translation memory file itself. GetLanguageDirection(LanguagePair) Gets a specified translation memory language direction. Declaration public ITranslationMemoryLanguageDirection GetLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction. Returns Type Description ITranslationMemoryLanguageDirection A translation provider for the specified language direction, or null if no language direction matches. GetTranslationUnitCount() Gets the total translation unit count for all language directions in this translation memory. Declaration public int GetTranslationUnitCount() Returns Type Description System.Int32 The total translation unit count for this TM. HasPermission(String) Checks whether the current user has the specified permission on this translation memory. Declaration public abstract bool HasPermission(string permission) Parameters Type Name Description System.String permission A permission ID. See TranslationMemoryPermissions . Returns Type Description System.Boolean True if the user has the speicfied permission for this TM. LoadState(String) Loads previously serialized state information into this translation provider instance. Declaration public virtual void LoadState(string translationProviderState) Parameters Type Name Description System.String translationProviderState A string representing the state of translation provider that was previously saved using SerializeState() . Remarks The format of this string can be decided upon by the translation provider implementation. RecomputeFuzzyIndexStatistics() Synchronously recomputes the fuzzy index statistics of the TM. Declaration public void RecomputeFuzzyIndexStatistics() Refresh() Enforces the currently stored setup information to be refreshed. Note that this may initiate a full server/database roundtrip. Declaration public void Refresh() RefreshStatusInfo() Refreshes the current status information. Declaration public abstract void RefreshStatusInfo() Save() Saves changes made to properties of this translation memory. Declaration public void Save() Save(IProgress, CancellationToken) Saves changes made to properties of this translation memory. Declaration public void Save(IProgress progress, CancellationToken cancellationToken) Parameters Type Name Description System.IProgress < TranslationMemoryProgress > progress System.Threading.CancellationToken cancellationToken SerializeState() Serializes any meaningful state information for this translation provider that can be stored in projects and sent around the supply chain. Declaration public virtual string SerializeState() Returns Type Description System.String A string representing the state of this translation provider that can later be passed into the LoadState(String) method to restore the state after creating a new translation provider. Remarks The format of this string can be decided upon by the translation provider implementation. ShouldRecomputeFuzzyIndexStatistics() Gets a flag which indicates whether it is recommended to recompute the fuzzy index statistics (see RecomputeFuzzyIndexStatistics() ). Declaration public bool ShouldRecomputeFuzzyIndexStatistics() Returns Type Description System.Boolean SupportsLanguageDirection(LanguagePair) Checks whether this translation provider supports the specified language direction. Declaration public bool SupportsLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction. Returns Type Description System.Boolean True if the specified language direction is supported. Explicit Interface Implementations ITranslationProvider.GetLanguageDirection(LanguagePair) Gets a translation provider for the specified language direction. Declaration ITranslationProviderLanguageDirection ITranslationProvider.GetLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction. Returns Type Description ITranslationProviderLanguageDirection The language direction matching the given source and target language. Implements ITranslationMemory ITranslationProvider ISupportPlaceables ILocalTranslationMemory" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.html", "title": "Class AbstractMachineTranslationProvider", - "keywords": "Class AbstractMachineTranslationProvider Implements an abstract base class for machine translation providers, and provides overridable default implementations for the most common properties and methods of ITranslationProvider . Inheritance object AbstractMachineTranslationProvider Implements ITranslationProvider Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public abstract class AbstractMachineTranslationProvider : ITranslationProvider Constructors AbstractMachineTranslationProvider() Declaration protected AbstractMachineTranslationProvider() Properties IsReadOnly See IsReadOnly . The default implementation returns true . Declaration public virtual bool IsReadOnly { get; } Property Value Type Description bool Name See Name . This method is abstract and must be implemented by derived classes. Declaration public abstract string Name { get; } Property Value Type Description string StatusInfo See StatusInfo . The default implementation only refreshes the status information if it is null , and returns the cached value. Declaration public virtual ProviderStatusInfo StatusInfo { get; set; } Property Value Type Description ProviderStatusInfo SupportedLanguageDirections Gets the list of language directions which are supported by this machine translation engine. Note that the list may include region-neutral cultures. Declaration public abstract IList SupportedLanguageDirections { get; } Property Value Type Description IList LanguagePair SupportsConcordanceSearch See SupportsConcordanceSearch . The default implementation returns false . Declaration public virtual bool SupportsConcordanceSearch { get; } Property Value Type Description bool SupportsDocumentSearches See SupportsDocumentSearches . The default implementation returns false . Declaration public virtual bool SupportsDocumentSearches { get; } Property Value Type Description bool SupportsFilters See SupportsFilters . The default implementation returns false . Declaration public virtual bool SupportsFilters { get; } Property Value Type Description bool SupportsFuzzySearch See SupportsFuzzySearch . The default implementation returns false . Declaration public virtual bool SupportsFuzzySearch { get; } Property Value Type Description bool SupportsMultipleResults See SupportsMultipleResults . The default implementation returns false . Declaration public virtual bool SupportsMultipleResults { get; } Property Value Type Description bool SupportsPenalties See SupportsPenalties . The default implementation returns false . Declaration public virtual bool SupportsPenalties { get; } Property Value Type Description bool SupportsPlaceables See SupportsPlaceables . The default implementation returns false . Declaration public virtual bool SupportsPlaceables { get; } Property Value Type Description bool SupportsScoring See SupportsScoring . The default implementation returns false . Declaration public virtual bool SupportsScoring { get; } Property Value Type Description bool SupportsSearchForTranslationUnits See SupportsSearchForTranslationUnits . The default implementation returns false . Declaration public virtual bool SupportsSearchForTranslationUnits { get; } Property Value Type Description bool SupportsSourceConcordanceSearch See SupportsSourceConcordanceSearch . The default implementation returns false . Declaration public virtual bool SupportsSourceConcordanceSearch { get; } Property Value Type Description bool SupportsStructureContext See SupportsStructureContext . The default implementation returns false . Declaration public virtual bool SupportsStructureContext { get; } Property Value Type Description bool SupportsTaggedInput See SupportsTaggedInput . The default implementation returns false . Declaration public virtual bool SupportsTaggedInput { get; } Property Value Type Description bool SupportsTargetConcordanceSearch See SupportsTargetConcordanceSearch . The default implementation returns false . Declaration public virtual bool SupportsTargetConcordanceSearch { get; } Property Value Type Description bool SupportsTranslation See SupportsTranslation . The default implementation returns true . Declaration public virtual bool SupportsTranslation { get; } Property Value Type Description bool SupportsUpdate See SupportsUpdate . The default implementation returns false . Declaration public virtual bool SupportsUpdate { get; } Property Value Type Description bool SupportsWordCounts See SupportsWordCounts . The default implementation returns false . Declaration public virtual bool SupportsWordCounts { get; } Property Value Type Description bool TranslationMethod See TranslationMethod . The default implementation returns MachineTranslation . Declaration public virtual TranslationMethod TranslationMethod { get; } Property Value Type Description TranslationMethod Uri See Uri . This method is abstract and must be implemented by derived classes. Declaration public abstract Uri Uri { get; } Property Value Type Description Uri Methods GetLanguageDirection(LanguagePair) Obtains a translation provider for the specified language direction. Declaration public abstract ITranslationProviderLanguageDirection GetLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction Returns Type Description ITranslationProviderLanguageDirection A translation provider language direction which matches the provided language direction. GetStatusInfo() Gets up-to-date status info for this translation provider. Declaration protected abstract ProviderStatusInfo GetStatusInfo() Returns Type Description ProviderStatusInfo Status information. Remarks This method is called by RefreshStatusInfo() . LoadState(string) Loads previously serialized state information into this translation provider instance. Declaration public virtual void LoadState(string translationProviderState) Parameters Type Name Description string translationProviderState A string representing the state of translation provider that was previously saved using SerializeState() . Remarks The format of this string can be decided upon by the translation provider implementation. The default implementation does not load any state. RefreshStatusInfo() See RefreshStatusInfo() . This method is abstract and must be implemented by derived classes. Declaration public void RefreshStatusInfo() SerializeState() Serializes any meaningful state information for this translation provider that can be stored in projects and sent around the supply chain. Declaration public virtual string SerializeState() Returns Type Description string A string representing the state of this translation provider that can later be passed into the LoadState(string) method to restore the state after creating a new translation provider. Remarks The format of this string can be decided upon by the translation provider implementation. The default implementation just returns null . SupportsLanguageDirection(LanguagePair) Checks whether this machine translation provider supports the specified language direction. Declaration public abstract bool SupportsLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction Returns Type Description bool True if the specified language direction is supported, and false otherwise. Implements ITranslationProvider" + "keywords": "Class AbstractMachineTranslationProvider Implements an abstract base class for machine translation providers, and provides overridable default implementations for the most common properties and methods of ITranslationProvider . Inheritance System.Object AbstractMachineTranslationProvider Implements ITranslationProvider 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public abstract class AbstractMachineTranslationProvider : ITranslationProvider Constructors AbstractMachineTranslationProvider() Declaration protected AbstractMachineTranslationProvider() Properties IsReadOnly See IsReadOnly . The default implementation returns true . Declaration public virtual bool IsReadOnly { get; } Property Value Type Description System.Boolean Name See Name . This method is abstract and must be implemented by derived classes. Declaration public abstract string Name { get; } Property Value Type Description System.String StatusInfo See StatusInfo . The default implementation only refreshes the status information if it is null , and returns the cached value. Declaration public virtual ProviderStatusInfo StatusInfo { get; set; } Property Value Type Description ProviderStatusInfo SupportedLanguageDirections Gets the list of language directions which are supported by this machine translation engine. Note that the list may include region-neutral cultures. Declaration public abstract IList SupportedLanguageDirections { get; } Property Value Type Description System.Collections.Generic.IList < LanguagePair > SupportsConcordanceSearch See SupportsConcordanceSearch . The default implementation returns false . Declaration public virtual bool SupportsConcordanceSearch { get; } Property Value Type Description System.Boolean SupportsDocumentSearches See SupportsDocumentSearches . The default implementation returns false . Declaration public virtual bool SupportsDocumentSearches { get; } Property Value Type Description System.Boolean SupportsFilters See SupportsFilters . The default implementation returns false . Declaration public virtual bool SupportsFilters { get; } Property Value Type Description System.Boolean SupportsFuzzySearch See SupportsFuzzySearch . The default implementation returns false . Declaration public virtual bool SupportsFuzzySearch { get; } Property Value Type Description System.Boolean SupportsMultipleResults See SupportsMultipleResults . The default implementation returns false . Declaration public virtual bool SupportsMultipleResults { get; } Property Value Type Description System.Boolean SupportsPenalties See SupportsPenalties . The default implementation returns false . Declaration public virtual bool SupportsPenalties { get; } Property Value Type Description System.Boolean SupportsPlaceables See SupportsPlaceables . The default implementation returns false . Declaration public virtual bool SupportsPlaceables { get; } Property Value Type Description System.Boolean SupportsScoring See SupportsScoring . The default implementation returns false . Declaration public virtual bool SupportsScoring { get; } Property Value Type Description System.Boolean SupportsSearchForTranslationUnits See SupportsSearchForTranslationUnits . The default implementation returns false . Declaration public virtual bool SupportsSearchForTranslationUnits { get; } Property Value Type Description System.Boolean SupportsSourceConcordanceSearch See SupportsSourceConcordanceSearch . The default implementation returns false . Declaration public virtual bool SupportsSourceConcordanceSearch { get; } Property Value Type Description System.Boolean SupportsStructureContext See SupportsStructureContext . The default implementation returns false . Declaration public virtual bool SupportsStructureContext { get; } Property Value Type Description System.Boolean SupportsTaggedInput See SupportsTaggedInput . The default implementation returns false . Declaration public virtual bool SupportsTaggedInput { get; } Property Value Type Description System.Boolean SupportsTargetConcordanceSearch See SupportsTargetConcordanceSearch . The default implementation returns false . Declaration public virtual bool SupportsTargetConcordanceSearch { get; } Property Value Type Description System.Boolean SupportsTranslation See SupportsTranslation . The default implementation returns true . Declaration public virtual bool SupportsTranslation { get; } Property Value Type Description System.Boolean SupportsUpdate See SupportsUpdate . The default implementation returns false . Declaration public virtual bool SupportsUpdate { get; } Property Value Type Description System.Boolean SupportsWordCounts See SupportsWordCounts . The default implementation returns false . Declaration public virtual bool SupportsWordCounts { get; } Property Value Type Description System.Boolean TranslationMethod See TranslationMethod . The default implementation returns MachineTranslation . Declaration public virtual TranslationMethod TranslationMethod { get; } Property Value Type Description TranslationMethod Uri See Uri . This method is abstract and must be implemented by derived classes. Declaration public abstract Uri Uri { get; } Property Value Type Description System.Uri Methods GetLanguageDirection(LanguagePair) Obtains a translation provider for the specified language direction. Declaration public abstract ITranslationProviderLanguageDirection GetLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction Returns Type Description ITranslationProviderLanguageDirection A translation provider language direction which matches the provided language direction. GetStatusInfo() Gets up-to-date status info for this translation provider. Declaration protected abstract ProviderStatusInfo GetStatusInfo() Returns Type Description ProviderStatusInfo Status information. Remarks This method is called by RefreshStatusInfo() . LoadState(String) Loads previously serialized state information into this translation provider instance. Declaration public virtual void LoadState(string translationProviderState) Parameters Type Name Description System.String translationProviderState A string representing the state of translation provider that was previously saved using SerializeState() . Remarks The format of this string can be decided upon by the translation provider implementation. The default implementation does not load any state. RefreshStatusInfo() See RefreshStatusInfo() . This method is abstract and must be implemented by derived classes. Declaration public void RefreshStatusInfo() SerializeState() Serializes any meaningful state information for this translation provider that can be stored in projects and sent around the supply chain. Declaration public virtual string SerializeState() Returns Type Description System.String A string representing the state of this translation provider that can later be passed into the LoadState(String) method to restore the state after creating a new translation provider. Remarks The format of this string can be decided upon by the translation provider implementation. The default implementation just returns null . SupportsLanguageDirection(LanguagePair) Checks whether this machine translation provider supports the specified language direction. Declaration public abstract bool SupportsLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction Returns Type Description System.Boolean True if the specified language direction is supported, and false otherwise. Implements ITranslationProvider" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html", "title": "Class AbstractMachineTranslationProviderLanguageDirection", - "keywords": "Class AbstractMachineTranslationProviderLanguageDirection Implements an abstract base class for machine translation providers, and provides overridable default implementations for the most common properties and methods of ITranslationProviderLanguageDirection . Inheritance object AbstractMachineTranslationProviderLanguageDirection Implements ISubsegmentTranslationMemoryLanguageDirection ITranslationProviderLanguageDirection Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public abstract class AbstractMachineTranslationProviderLanguageDirection : ISubsegmentTranslationMemoryLanguageDirection, ITranslationProviderLanguageDirection Constructors AbstractMachineTranslationProviderLanguageDirection(AbstractMachineTranslationProvider, LanguagePair) Constructor. Declaration protected AbstractMachineTranslationProviderLanguageDirection(AbstractMachineTranslationProvider translationProvider, LanguagePair languageDirection) Parameters Type Name Description AbstractMachineTranslationProvider translationProvider The machine translation provider to which this language direction belongs. LanguagePair languageDirection The language direction. Properties CanReverseLanguageDirection See CanReverseLanguageDirection . The default implementation returns false . Declaration public virtual bool CanReverseLanguageDirection { get; } Property Value Type Description bool LanguageDirection Gets the current language direction of this instance. Declaration public LanguagePair LanguageDirection { get; } Property Value Type Description LanguagePair SourceLanguage Gets the source language. Declaration public CultureCode SourceLanguage { get; } Property Value Type Description CultureCode SourceLanguageCode Gets the source language code. Declaration public string SourceLanguageCode { get; } Property Value Type Description string TargetLanguage Gets the target language. Declaration public CultureCode TargetLanguage { get; } Property Value Type Description CultureCode TargetLanguageCode Gets the target language code. Declaration public string TargetLanguageCode { get; } Property Value Type Description string TranslationProvider The translation provider to which this language direction belongs. Declaration public ITranslationProvider TranslationProvider { get; } Property Value Type Description ITranslationProvider Methods AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) See AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) . The default implementation simply returns null . Declaration public virtual ImportResult[] AddOrUpdateTranslationUnits(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnits int previousTranslationHashes ImportSettings settings Returns Type Description ImportResult AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) See AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) . The default implementation simply returns null . Declaration public virtual ImportResult[] AddOrUpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit translationUnits int previousTranslationHashes ImportSettings settings bool mask Returns Type Description ImportResult AddTranslationUnit(TranslationUnit, ImportSettings) See AddTranslationUnit(TranslationUnit, ImportSettings) . The default implementation simply returns null . Declaration public virtual ImportResult AddTranslationUnit(TranslationUnit translationUnit, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnit ImportSettings settings Returns Type Description ImportResult AddTranslationUnits(TranslationUnit[], ImportSettings) See AddTranslationUnits(TranslationUnit[], ImportSettings) . The default implementation simply returns null . Declaration public virtual ImportResult[] AddTranslationUnits(TranslationUnit[] translationUnits, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnits ImportSettings settings Returns Type Description ImportResult AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) See AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) . The default implementation simply returns null . Declaration public virtual ImportResult[] AddTranslationUnitsMasked(TranslationUnit[] translationUnits, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit translationUnits ImportSettings settings bool mask Returns Type Description ImportResult CheckSettings(SearchSettings) Verifies that the search settings are correct, and throws an exception if not. The default implementation will check on null , and whether the search mode is consistent with an MT provider. Declaration protected virtual void CheckSettings(SearchSettings settings) Parameters Type Name Description SearchSettings settings CreateSearchResult(Segment, Segment) Creates a search result from a pair of source and target language segments. Declaration protected virtual SearchResult CreateSearchResult(Segment searchSegment, Segment translation) Parameters Type Name Description Segment searchSegment The search (source) segment Segment translation The result (target) segment Returns Type Description SearchResult A new search result, which contains a duplicate of the source segment, and the translation segment. The origin is set to MachineTranslation . CreateSearchResultFromTranslation(Segment, Segment) Creates a result from the given source and translation segments. Declaration protected virtual SearchResults CreateSearchResultFromTranslation(Segment searchSegment, Segment translation) Parameters Type Name Description Segment searchSegment The source segment for a which the translation was requested. Segment translation The translated segment. Returns Type Description SearchResults A SearchResults object representing the result of the translation. CreateSearchResultsFromTranslations(IList, IList) Creates search results for the specified list of source segments and their translations. Declaration protected virtual IList CreateSearchResultsFromTranslations(IList searchSegments, IList translations) Parameters Type Name Description IList Segment searchSegments The source segments that have been translated. IList Segment translations The translations for the search segments. Returns Type Description IList SearchResults A list of SearchResults objects representing the results of the translation. SearchMultipleSegmentsInternal(SearchSettings, IList) Obtains the translation for a set of segments from the machine translation service and returns it in the TranslationProposal field of a SearchResults collection. Obtaining the translation should, but does not have to, result in only a single server round-trip. This method is abstract and must be implemented by derived classes. To create a search result from a segment, you can use CreateSearchResult(Segment, Segment) . Declaration protected abstract IList SearchMultipleSegmentsInternal(SearchSettings settings, IList segments) Parameters Type Name Description SearchSettings settings The search settings to apply IList Segment segments The segments to translate (must not be null ) Returns Type Description IList SearchResults A collection of SearchResults data structures if the translation was successful, and null otherwise. SearchSegment(SearchSettings, Segment) See SearchSegment(SearchSettings, Segment) . The default implementation validates the settings and then call SearchSingleSegmentInternal(SearchSettings, Segment) to obtain the result. Declaration public virtual SearchResults SearchSegment(SearchSettings settings, Segment segment) Parameters Type Name Description SearchSettings settings Segment segment Returns Type Description SearchResults SearchSegment(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment) See SearchSegment(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment) . The default implementation simply returns null . Declaration public virtual SegmentAndSubsegmentSearchResults SearchSegment(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment segment) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition Segment segment Returns Type Description SegmentAndSubsegmentSearchResults SearchSegments(SearchSettings, Segment[]) See SearchSegments(SearchSettings, Segment[]) . The default implementation validates the settings and then call SearchMultipleSegmentsInternal(SearchSettings, IList) to obtain the result. Declaration public virtual SearchResults[] SearchSegments(SearchSettings settings, Segment[] segments) Parameters Type Name Description SearchSettings settings Segment segments Returns Type Description SearchResults SearchSegments(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[]) See SearchSegments(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[]) . The default implementation simply returns null . Declaration public virtual SegmentAndSubsegmentSearchResults[] SearchSegments(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment[] segments) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition Segment segments Returns Type Description SegmentAndSubsegmentSearchResults SearchSegmentsMasked(SearchSettings, Segment[], bool[]) See SearchSegmentsMasked(SearchSettings, Segment[], bool[]) . The default implementation collects the non-masked segments and calls SearchMultipleSegmentsInternal(SearchSettings, IList) to obtain the result. Declaration public virtual SearchResults[] SearchSegmentsMasked(SearchSettings settings, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings Segment segments bool mask Returns Type Description SearchResults SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[]) See SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[]) . The default implementation simply returns null . Declaration public virtual SegmentAndSubsegmentSearchResults[] SearchSegmentsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition Segment segments bool mask Returns Type Description SegmentAndSubsegmentSearchResults SearchSingleSegmentInternal(SearchSettings, Segment) Obtains the translation for a single segment from the machine translation service and returns it in the TranslationProposal field of a SearchResults . Obtaining the translation may be through a round-trip to the server. This method is abstract and must be implemented by derived classes. To create a search result from a segment, you can use CreateSearchResult(Segment, Segment) . Declaration protected abstract SearchResults SearchSingleSegmentInternal(SearchSettings settings, Segment segment) Parameters Type Name Description SearchSettings settings The search settings to apply Segment segment The segment to translate (must not be null ) Returns Type Description SearchResults A SearchResults data structure if the translation was successful, and null otherwise. SearchText(SearchSettings, string) See SearchText(SearchSettings, string) . The default implementation creates a new segment from the provided segment and calls SearchSingleSegmentInternal(SearchSettings, Segment) to obtain the result. Declaration public virtual SearchResults SearchText(SearchSettings settings, string segment) Parameters Type Name Description SearchSettings settings string segment Returns Type Description SearchResults SearchTranslationUnit(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit) See SearchTranslationUnit(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit) . The default implementation simply returns null . Declaration public virtual SegmentAndSubsegmentSearchResults SearchTranslationUnit(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition TranslationUnit translationUnit Returns Type Description SegmentAndSubsegmentSearchResults SearchTranslationUnit(SearchSettings, TranslationUnit) See SearchTranslationUnit(SearchSettings, TranslationUnit) . The default implementation returns SearchSegment(SearchSettings, Segment) , called for the source segment of translationUnit . Note that a result is computed and returned although SupportsSearchForTranslationUnits is false by default. Declaration public virtual SearchResults SearchTranslationUnit(SearchSettings settings, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings TranslationUnit translationUnit Returns Type Description SearchResults SearchTranslationUnits(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[]) See SearchTranslationUnits(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[]) . The default implementation simply returns null . Declaration public virtual SegmentAndSubsegmentSearchResults[] SearchTranslationUnits(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit[] translationUnits) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition TranslationUnit translationUnits Returns Type Description SegmentAndSubsegmentSearchResults SearchTranslationUnits(SearchSettings, TranslationUnit[]) See SearchTranslationUnits(SearchSettings, TranslationUnit[]) . The default implementation collects the source segment of the provided translation units and then calls SearchSegments(SearchSettings, Segment[]) to obtain the result. Declaration public virtual SearchResults[] SearchTranslationUnits(SearchSettings settings, TranslationUnit[] translationUnits) Parameters Type Name Description SearchSettings settings TranslationUnit translationUnits Returns Type Description SearchResults SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[]) See SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[]) . The default implementation simply returns null . Declaration public virtual SegmentAndSubsegmentSearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition TranslationUnit translationUnits bool mask Returns Type Description SegmentAndSubsegmentSearchResults SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) See SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) . The default implementation collects the source segments of the translation units and then calls SearchSegmentsMasked(SearchSettings, Segment[], bool[]) to obtain the result. Declaration public virtual SearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings TranslationUnit translationUnits bool mask Returns Type Description SearchResults SubsegmentSearchSegment(SubsegmentSearchSettings, Segment) See SubsegmentSearchSegment(SubsegmentSearchSettings, Segment) . The default implementation simply returns null . Declaration public virtual SubsegmentSearchResultsCollection SubsegmentSearchSegment(SubsegmentSearchSettings settings, Segment segment) Parameters Type Name Description SubsegmentSearchSettings settings Segment segment Returns Type Description SubsegmentSearchResultsCollection SubsegmentSearchSegments(SubsegmentSearchSettings, Segment[]) See SubsegmentSearchSegments(SubsegmentSearchSettings, Segment[]) . The default implementation simply returns null . Declaration public virtual SubsegmentSearchResultsCollection[] SubsegmentSearchSegments(SubsegmentSearchSettings settings, Segment[] segments) Parameters Type Name Description SubsegmentSearchSettings settings Segment segments Returns Type Description SubsegmentSearchResultsCollection SupportedSubsegmentMatchTypes() See SupportedSubsegmentMatchTypes() . The default implementation simply returns null . Declaration public virtual List SupportedSubsegmentMatchTypes() Returns Type Description List SubsegmentMatchType Translate(Segment) A convenience method which returns a single translation for the input segment, using default settings. Declaration public virtual Segment Translate(Segment segment) Parameters Type Name Description Segment segment Returns Type Description Segment Translate(string) A convenience method which returns a single translation for the input string, using default settings. Declaration public virtual string Translate(string text) Parameters Type Name Description string text Returns Type Description string UpdateTranslationUnit(TranslationUnit) See UpdateTranslationUnit(TranslationUnit) . The default implementation simply returns null . Declaration public virtual ImportResult UpdateTranslationUnit(TranslationUnit translationUnit) Parameters Type Name Description TranslationUnit translationUnit Returns Type Description ImportResult UpdateTranslationUnits(TranslationUnit[]) See UpdateTranslationUnits(TranslationUnit[]) . The default implementation simply returns null . Declaration public virtual ImportResult[] UpdateTranslationUnits(TranslationUnit[] translationUnits) Parameters Type Name Description TranslationUnit translationUnits Returns Type Description ImportResult Implements ISubsegmentTranslationMemoryLanguageDirection ITranslationProviderLanguageDirection" + "keywords": "Class AbstractMachineTranslationProviderLanguageDirection Implements an abstract base class for machine translation providers, and provides overridable default implementations for the most common properties and methods of ITranslationProviderLanguageDirection . Inheritance System.Object AbstractMachineTranslationProviderLanguageDirection Implements ISubsegmentTranslationMemoryLanguageDirection ITranslationProviderLanguageDirection 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public abstract class AbstractMachineTranslationProviderLanguageDirection : ISubsegmentTranslationMemoryLanguageDirection, ITranslationProviderLanguageDirection Constructors AbstractMachineTranslationProviderLanguageDirection(AbstractMachineTranslationProvider, LanguagePair) Constructor. Declaration protected AbstractMachineTranslationProviderLanguageDirection(AbstractMachineTranslationProvider translationProvider, LanguagePair languageDirection) Parameters Type Name Description AbstractMachineTranslationProvider translationProvider The machine translation provider to which this language direction belongs. LanguagePair languageDirection The language direction. Properties CanReverseLanguageDirection See CanReverseLanguageDirection . The default implementation returns false . Declaration public virtual bool CanReverseLanguageDirection { get; } Property Value Type Description System.Boolean LanguageDirection Gets the current language direction of this instance. Declaration public LanguagePair LanguageDirection { get; } Property Value Type Description LanguagePair SourceLanguage Gets the source language. Declaration public CultureCode SourceLanguage { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode SourceLanguageCode Gets the source language code. Declaration public string SourceLanguageCode { get; } Property Value Type Description System.String TargetLanguage Gets the target language. Declaration public CultureCode TargetLanguage { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode TargetLanguageCode Gets the target language code. Declaration public string TargetLanguageCode { get; } Property Value Type Description System.String TranslationProvider The translation provider to which this language direction belongs. Declaration public ITranslationProvider TranslationProvider { get; } Property Value Type Description ITranslationProvider Methods AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) See AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) . The default implementation simply returns null . Declaration public virtual ImportResult[] AddOrUpdateTranslationUnits(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings) Parameters Type Name Description TranslationUnit [] translationUnits System.Int32 [] previousTranslationHashes ImportSettings settings Returns Type Description ImportResult [] AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) See AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) . The default implementation simply returns null . Declaration public virtual ImportResult[] AddOrUpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit [] translationUnits System.Int32 [] previousTranslationHashes ImportSettings settings System.Boolean [] mask Returns Type Description ImportResult [] AddTranslationUnit(TranslationUnit, ImportSettings) See AddTranslationUnit(TranslationUnit, ImportSettings) . The default implementation simply returns null . Declaration public virtual ImportResult AddTranslationUnit(TranslationUnit translationUnit, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnit ImportSettings settings Returns Type Description ImportResult AddTranslationUnits(TranslationUnit[], ImportSettings) See AddTranslationUnits(TranslationUnit[], ImportSettings) . The default implementation simply returns null . Declaration public virtual ImportResult[] AddTranslationUnits(TranslationUnit[] translationUnits, ImportSettings settings) Parameters Type Name Description TranslationUnit [] translationUnits ImportSettings settings Returns Type Description ImportResult [] AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) See AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) . The default implementation simply returns null . Declaration public virtual ImportResult[] AddTranslationUnitsMasked(TranslationUnit[] translationUnits, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit [] translationUnits ImportSettings settings System.Boolean [] mask Returns Type Description ImportResult [] CheckSettings(SearchSettings) Verifies that the search settings are correct, and throws an exception if not. The default implementation will check on null , and whether the search mode is consistent with an MT provider. Declaration protected virtual void CheckSettings(SearchSettings settings) Parameters Type Name Description SearchSettings settings CreateSearchResult(Segment, Segment) Creates a search result from a pair of source and target language segments. Declaration protected virtual SearchResult CreateSearchResult(Segment searchSegment, Segment translation) Parameters Type Name Description Segment searchSegment The search (source) segment Segment translation The result (target) segment Returns Type Description SearchResult A new search result, which contains a duplicate of the source segment, and the translation segment. The origin is set to MachineTranslation . CreateSearchResultFromTranslation(Segment, Segment) Creates a result from the given source and translation segments. Declaration protected virtual SearchResults CreateSearchResultFromTranslation(Segment searchSegment, Segment translation) Parameters Type Name Description Segment searchSegment The source segment for a which the translation was requested. Segment translation The translated segment. Returns Type Description SearchResults A SearchResults object representing the result of the translation. CreateSearchResultsFromTranslations(IList, IList) Creates search results for the specified list of source segments and their translations. Declaration protected virtual IList CreateSearchResultsFromTranslations(IList searchSegments, IList translations) Parameters Type Name Description System.Collections.Generic.IList < Segment > searchSegments The source segments that have been translated. System.Collections.Generic.IList < Segment > translations The translations for the search segments. Returns Type Description System.Collections.Generic.IList < SearchResults > A list of SearchResults objects representing the results of the translation. SearchMultipleSegmentsInternal(SearchSettings, IList) Obtains the translation for a set of segments from the machine translation service and returns it in the TranslationProposal field of a SearchResults collection. Obtaining the translation should, but does not have to, result in only a single server round-trip. This method is abstract and must be implemented by derived classes. To create a search result from a segment, you can use CreateSearchResult(Segment, Segment) . Declaration protected abstract IList SearchMultipleSegmentsInternal(SearchSettings settings, IList segments) Parameters Type Name Description SearchSettings settings The search settings to apply System.Collections.Generic.IList < Segment > segments The segments to translate (must not be null ) Returns Type Description System.Collections.Generic.IList < SearchResults > A collection of SearchResults data structures if the translation was successful, and null otherwise. SearchSegment(SearchSettings, Segment) See SearchSegment(SearchSettings, Segment) . The default implementation validates the settings and then call SearchSingleSegmentInternal(SearchSettings, Segment) to obtain the result. Declaration public virtual SearchResults SearchSegment(SearchSettings settings, Segment segment) Parameters Type Name Description SearchSettings settings Segment segment Returns Type Description SearchResults SearchSegment(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment) See SearchSegment(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment) . The default implementation simply returns null . Declaration public virtual SegmentAndSubsegmentSearchResults SearchSegment(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment segment) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition Segment segment Returns Type Description SegmentAndSubsegmentSearchResults SearchSegments(SearchSettings, Segment[]) See SearchSegments(SearchSettings, Segment[]) . The default implementation validates the settings and then call SearchMultipleSegmentsInternal(SearchSettings, IList) to obtain the result. Declaration public virtual SearchResults[] SearchSegments(SearchSettings settings, Segment[] segments) Parameters Type Name Description SearchSettings settings Segment [] segments Returns Type Description SearchResults [] SearchSegments(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[]) See SearchSegments(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[]) . The default implementation simply returns null . Declaration public virtual SegmentAndSubsegmentSearchResults[] SearchSegments(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment[] segments) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition Segment [] segments Returns Type Description SegmentAndSubsegmentSearchResults [] SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) See SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) . The default implementation collects the non-masked segments and calls SearchMultipleSegmentsInternal(SearchSettings, IList) to obtain the result. Declaration public virtual SearchResults[] SearchSegmentsMasked(SearchSettings settings, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings Segment [] segments System.Boolean [] mask Returns Type Description SearchResults [] SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[]) See SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[]) . The default implementation simply returns null . Declaration public virtual SegmentAndSubsegmentSearchResults[] SearchSegmentsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition Segment [] segments System.Boolean [] mask Returns Type Description SegmentAndSubsegmentSearchResults [] SearchSingleSegmentInternal(SearchSettings, Segment) Obtains the translation for a single segment from the machine translation service and returns it in the TranslationProposal field of a SearchResults . Obtaining the translation may be through a round-trip to the server. This method is abstract and must be implemented by derived classes. To create a search result from a segment, you can use CreateSearchResult(Segment, Segment) . Declaration protected abstract SearchResults SearchSingleSegmentInternal(SearchSettings settings, Segment segment) Parameters Type Name Description SearchSettings settings The search settings to apply Segment segment The segment to translate (must not be null ) Returns Type Description SearchResults A SearchResults data structure if the translation was successful, and null otherwise. SearchText(SearchSettings, String) See SearchText(SearchSettings, String) . The default implementation creates a new segment from the provided segment and calls SearchSingleSegmentInternal(SearchSettings, Segment) to obtain the result. Declaration public virtual SearchResults SearchText(SearchSettings settings, string segment) Parameters Type Name Description SearchSettings settings System.String segment Returns Type Description SearchResults SearchTranslationUnit(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit) See SearchTranslationUnit(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit) . The default implementation simply returns null . Declaration public virtual SegmentAndSubsegmentSearchResults SearchTranslationUnit(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition TranslationUnit translationUnit Returns Type Description SegmentAndSubsegmentSearchResults SearchTranslationUnit(SearchSettings, TranslationUnit) See SearchTranslationUnit(SearchSettings, TranslationUnit) . The default implementation returns SearchSegment(SearchSettings, Segment) , called for the source segment of translationUnit . Note that a result is computed and returned although SupportsSearchForTranslationUnits is false by default. Declaration public virtual SearchResults SearchTranslationUnit(SearchSettings settings, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings TranslationUnit translationUnit Returns Type Description SearchResults SearchTranslationUnits(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[]) See SearchTranslationUnits(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[]) . The default implementation simply returns null . Declaration public virtual SegmentAndSubsegmentSearchResults[] SearchTranslationUnits(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit[] translationUnits) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition TranslationUnit [] translationUnits Returns Type Description SegmentAndSubsegmentSearchResults [] SearchTranslationUnits(SearchSettings, TranslationUnit[]) See SearchTranslationUnits(SearchSettings, TranslationUnit[]) . The default implementation collects the source segment of the provided translation units and then calls SearchSegments(SearchSettings, Segment[]) to obtain the result. Declaration public virtual SearchResults[] SearchTranslationUnits(SearchSettings settings, TranslationUnit[] translationUnits) Parameters Type Name Description SearchSettings settings TranslationUnit [] translationUnits Returns Type Description SearchResults [] SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[]) See SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[]) . The default implementation simply returns null . Declaration public virtual SegmentAndSubsegmentSearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition TranslationUnit [] translationUnits System.Boolean [] mask Returns Type Description SegmentAndSubsegmentSearchResults [] SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) See SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) . The default implementation collects the source segments of the translation units and then calls SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) to obtain the result. Declaration public virtual SearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings TranslationUnit [] translationUnits System.Boolean [] mask Returns Type Description SearchResults [] SubsegmentSearchSegment(SubsegmentSearchSettings, Segment) See SubsegmentSearchSegment(SubsegmentSearchSettings, Segment) . The default implementation simply returns null . Declaration public virtual SubsegmentSearchResultsCollection SubsegmentSearchSegment(SubsegmentSearchSettings settings, Segment segment) Parameters Type Name Description SubsegmentSearchSettings settings Segment segment Returns Type Description SubsegmentSearchResultsCollection SubsegmentSearchSegments(SubsegmentSearchSettings, Segment[]) See SubsegmentSearchSegments(SubsegmentSearchSettings, Segment[]) . The default implementation simply returns null . Declaration public virtual SubsegmentSearchResultsCollection[] SubsegmentSearchSegments(SubsegmentSearchSettings settings, Segment[] segments) Parameters Type Name Description SubsegmentSearchSettings settings Segment [] segments Returns Type Description SubsegmentSearchResultsCollection [] SupportedSubsegmentMatchTypes() See SupportedSubsegmentMatchTypes() . The default implementation simply returns null . Declaration public virtual List SupportedSubsegmentMatchTypes() Returns Type Description System.Collections.Generic.List < SubsegmentMatchType > Translate(Segment) A convenience method which returns a single translation for the input segment, using default settings. Declaration public virtual Segment Translate(Segment segment) Parameters Type Name Description Segment segment Returns Type Description Segment Translate(String) A convenience method which returns a single translation for the input string, using default settings. Declaration public virtual string Translate(string text) Parameters Type Name Description System.String text Returns Type Description System.String UpdateTranslationUnit(TranslationUnit) See UpdateTranslationUnit(TranslationUnit) . The default implementation simply returns null . Declaration public virtual ImportResult UpdateTranslationUnit(TranslationUnit translationUnit) Parameters Type Name Description TranslationUnit translationUnit Returns Type Description ImportResult UpdateTranslationUnits(TranslationUnit[]) See UpdateTranslationUnits(TranslationUnit[]) . The default implementation simply returns null . Declaration public virtual ImportResult[] UpdateTranslationUnits(TranslationUnit[] translationUnits) Parameters Type Name Description TranslationUnit [] translationUnits Returns Type Description ImportResult [] Implements ISubsegmentTranslationMemoryLanguageDirection ITranslationProviderLanguageDirection" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.html", "title": "Class AlignmentTMBilingualProcessor", - "keywords": "Class AlignmentTMBilingualProcessor Inheritance object AbstractBilingualFileTypeComponent AbstractBilingualContentHandler AbstractBilingualContentProcessor AlignmentTMBilingualProcessor Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentProcessor IBilingualContentHandler Inherited Members AbstractBilingualContentProcessor.Initialize(IDocumentProperties) AbstractBilingualContentProcessor.SetFileProperties(IFileProperties) AbstractBilingualContentProcessor.FileComplete() AbstractBilingualContentProcessor.Complete() AbstractBilingualContentProcessor.Output AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string) AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) AbstractBilingualFileTypeComponent.ItemFactory AbstractBilingualFileTypeComponent.PropertiesFactory AbstractBilingualFileTypeComponent.MessageReporter object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class AlignmentTMBilingualProcessor : AbstractBilingualContentProcessor, IBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData, IBilingualContentProcessor, IBilingualContentHandler Constructors AlignmentTMBilingualProcessor(ITranslationMemory, LanguagePair, ImportSettings) Declaration public AlignmentTMBilingualProcessor(ITranslationMemory translationMemory, LanguagePair languagePair, ImportSettings importSettings) Parameters Type Name Description ITranslationMemory translationMemory LanguagePair languagePair ImportSettings importSettings AlignmentTMBilingualProcessor(ITranslationMemory, LanguagePair, ImportSettings, bool) Declaration public AlignmentTMBilingualProcessor(ITranslationMemory translationMemory, LanguagePair languagePair, ImportSettings importSettings, bool useAlignmentMetaData) Parameters Type Name Description ITranslationMemory translationMemory LanguagePair languagePair ImportSettings importSettings bool useAlignmentMetaData Properties AlignSourcePath Declaration public string AlignSourcePath { get; set; } Property Value Type Description string AlignTargetPath Declaration public string AlignTargetPath { get; set; } Property Value Type Description string Methods AddTranslationUnitsInBundels() Declaration public IEnumerable AddTranslationUnitsInBundels() Returns Type Description IEnumerable ImportResult Initialize() Declaration public void Initialize() ProcessParagraphUnit(IParagraphUnit) Declaration public override void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit Overrides AbstractBilingualContentProcessor.ProcessParagraphUnit(IParagraphUnit) Implements IBilingualFileTypeComponent IBilingualContentMessageReporter IBasicMessageReporter IBilingualContentMessageReporterWithExtendedData IBasicMessageReporterWithExtendedData IBilingualContentProcessor IBilingualContentHandler" + "keywords": "Class AlignmentTMBilingualProcessor Inheritance System.Object AlignmentTMBilingualProcessor Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class AlignmentTMBilingualProcessor : AbstractBilingualContentProcessor Constructors AlignmentTMBilingualProcessor(ITranslationMemory, LanguagePair, ImportSettings) Declaration public AlignmentTMBilingualProcessor(ITranslationMemory translationMemory, LanguagePair languagePair, ImportSettings importSettings) Parameters Type Name Description ITranslationMemory translationMemory LanguagePair languagePair ImportSettings importSettings AlignmentTMBilingualProcessor(ITranslationMemory, LanguagePair, ImportSettings, Boolean) Declaration public AlignmentTMBilingualProcessor(ITranslationMemory translationMemory, LanguagePair languagePair, ImportSettings importSettings, bool useAlignmentMetaData) Parameters Type Name Description ITranslationMemory translationMemory LanguagePair languagePair ImportSettings importSettings System.Boolean useAlignmentMetaData Properties AlignSourcePath Declaration public string AlignSourcePath { get; set; } Property Value Type Description System.String AlignTargetPath Declaration public string AlignTargetPath { get; set; } Property Value Type Description System.String Methods AddTranslationUnitsInBundels() Declaration public IEnumerable AddTranslationUnitsInBundels() Returns Type Description System.Collections.Generic.IEnumerable < ImportResult > Initialize() Declaration public void Initialize() ProcessParagraphUnit(IParagraphUnit) Declaration public override void ProcessParagraphUnit(IParagraphUnit paragraphUnit) Parameters Type Name Description IParagraphUnit paragraphUnit" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.html", "title": "Class BatchExportedEventArgs", - "keywords": "Class BatchExportedEventArgs Encapsulates data sent with events published by BatchExported . Inheritance object EventArgs CancelEventArgs BatchExportedEventArgs Inherited Members CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class BatchExportedEventArgs : CancelEventArgs Constructors BatchExportedEventArgs(int, int) Instantiates a new event data object. Declaration public BatchExportedEventArgs(int totalProcessed, int totalExported) Parameters Type Name Description int totalProcessed The total number of processed translation units int totalExported The total number of exported translation units Properties TotalExported The total number of exported translation units. This is usually equivalent to TotalProcessed , but may be lower in case the export process uses filters. Declaration public int TotalExported { get; } Property Value Type Description int TotalProcessed The total number of processed translation units. This is usually equivalent to TotalExported , but if the export process uses filters, the number of processed translation units may be lower. Declaration public int TotalProcessed { get; } Property Value Type Description int" + "keywords": "Class BatchExportedEventArgs Encapsulates data sent with events published by BatchExported . Inheritance System.Object BatchExportedEventArgs Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class BatchExportedEventArgs : CancelEventArgs Constructors BatchExportedEventArgs(Int32, Int32) Instantiates a new event data object. Declaration public BatchExportedEventArgs(int totalProcessed, int totalExported) Parameters Type Name Description System.Int32 totalProcessed The total number of processed translation units System.Int32 totalExported The total number of exported translation units Properties TotalExported The total number of exported translation units. This is usually equivalent to TotalProcessed , but may be lower in case the export process uses filters. Declaration public int TotalExported { get; } Property Value Type Description System.Int32 TotalProcessed The total number of processed translation units. This is usually equivalent to TotalExported , but if the export process uses filters, the number of processed translation units may be lower. Declaration public int TotalProcessed { get; } Property Value Type Description System.Int32" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.html", "title": "Class BatchImportedEventArgs", - "keywords": "Class BatchImportedEventArgs Encapsulates the data published by BatchImported progress events. Inheritance object EventArgs CancelEventArgs BatchImportedEventArgs Inherited Members CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class BatchImportedEventArgs : CancelEventArgs Constructors BatchImportedEventArgs(ImportStatistics) Instantiates a new object using the provided import statistics. Declaration public BatchImportedEventArgs(ImportStatistics statistics) Parameters Type Name Description ImportStatistics statistics Properties Statistics Gets the import statistics collected so far by the import process. Declaration public ImportStatistics Statistics { get; } Property Value Type Description ImportStatistics" + "keywords": "Class BatchImportedEventArgs Encapsulates the data published by BatchImported progress events. Inheritance System.Object BatchImportedEventArgs Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class BatchImportedEventArgs : CancelEventArgs Constructors BatchImportedEventArgs(ImportStatistics) Instantiates a new object using the provided import statistics. Declaration public BatchImportedEventArgs(ImportStatistics statistics) Parameters Type Name Description ImportStatistics statistics Properties Statistics Gets the import statistics collected so far by the import process. Declaration public ImportStatistics Statistics { get; } Property Value Type Description ImportStatistics" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html", "title": "Class Cascade", - "keywords": "Class Cascade A cascade is used to perform searches and updates across many different translation provider language directions. Each translation provider language direction is represented by a cascade entry that contains other information with regards to how it should be treated e.g. what penalties should be applied during searches. Inheritance object Cascade Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class Cascade where T : CascadeEntry Type Parameters Name Description T T represents the cascade entry type. A simple cascade can just use CascadeEntry but, for example, project cascades need more information associated with each cascade entry and uses ProjectCascadeEntry. Constructors Cascade(IEnumerable, bool, bool, CultureCode, CultureCode) Constructor that takes the cascade entries, cascade search mode, remove duplicates, source language, and target language. Declaration public Cascade(IEnumerable cascadeEntries, bool stopSearchingWhenResultsFound, bool removeDuplicates, CultureCode sourceLanguage, CultureCode targetLanguage) Parameters Type Name Description IEnumerable cascadeEntries cascade entries bool stopSearchingWhenResultsFound whether to stop searching when results have been found bool removeDuplicates remove duplicates CultureCode sourceLanguage source language CultureCode targetLanguage target language Properties CascadeEntries Gets the cascade entries, which refer to a translation provider language direction and specify and optional penalty to apply when perforing look-ups. Declaration public ReadOnlyCollection CascadeEntries { get; } Property Value Type Description ReadOnlyCollection CascadeEntryIndexesUsed Gets the Cascade Entry Indexes that were used in the search. Declaration public ConcurrentQueue CascadeEntryIndexesUsed { get; } Property Value Type Description ConcurrentQueue int RemoveDuplicates Gets whether duplicates should be removed from search results. Declaration public bool RemoveDuplicates { get; } Property Value Type Description bool SourceLanguage Gets the source language of this cascade. Declaration public CultureCode SourceLanguage { get; } Property Value Type Description CultureCode StopSearchingWhenResultsFound Gets or sets whether to stop searching when results have been found. Declaration public bool StopSearchingWhenResultsFound { get; } Property Value Type Description bool Remarks \"Stop searching\" means that the cascade will not search the next translation provider when results have been found in the current translation provider. TargetLanguage Gets the target language of this cascade. Declaration public CultureCode TargetLanguage { get; } Property Value Type Description CultureCode Methods AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) Executes AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) on the current translation provider. Declaration public ImportResult[] AddOrUpdateTranslationUnits(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnits int previousTranslationHashes ImportSettings settings Returns Type Description ImportResult AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings, out IEnumerable) Executes AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) on the current translation provider. Declaration public ImportResult[] AddOrUpdateTranslationUnits(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings, out IEnumerable cascadeMessages) Parameters Type Name Description TranslationUnit translationUnits int previousTranslationHashes ImportSettings settings IEnumerable CascadeMessage cascadeMessages Returns Type Description ImportResult AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) Executes AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) on the current translation provider. Declaration public ImportResult[] AddOrUpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit translationUnits int previousTranslationHashes ImportSettings settings bool mask Returns Type Description ImportResult AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[], out IEnumerable) Executes AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) on the current translation provider. Declaration public ImportResult[] AddOrUpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings, bool[] mask, out IEnumerable cascadeMessages) Parameters Type Name Description TranslationUnit translationUnits int previousTranslationHashes ImportSettings settings bool mask IEnumerable CascadeMessage cascadeMessages Returns Type Description ImportResult AddTranslationUnit(TranslationUnit, ImportSettings) Executes AddTranslationUnit(TranslationUnit, ImportSettings) on the current translation provider. Declaration public ImportResult AddTranslationUnit(TranslationUnit translationUnit, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnit ImportSettings settings Returns Type Description ImportResult AddTranslationUnit(TranslationUnit, ImportSettings, out IEnumerable) Executes AddTranslationUnit(TranslationUnit, ImportSettings) on the current translation provider. Declaration public ImportResult AddTranslationUnit(TranslationUnit translationUnit, ImportSettings settings, out IEnumerable cascadeMessages) Parameters Type Name Description TranslationUnit translationUnit ImportSettings settings IEnumerable CascadeMessage cascadeMessages Returns Type Description ImportResult AddTranslationUnits(TranslationUnit[], ImportSettings) Executes AddTranslationUnits(TranslationUnit[], ImportSettings) on the current translation provider. Declaration public ImportResult[] AddTranslationUnits(TranslationUnit[] translationUnits, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnits ImportSettings settings Returns Type Description ImportResult AddTranslationUnits(TranslationUnit[], ImportSettings, out IEnumerable) Executes AddTranslationUnits(TranslationUnit[], ImportSettings) on the current translation provider. Declaration public ImportResult[] AddTranslationUnits(TranslationUnit[] translationUnits, ImportSettings settings, out IEnumerable cascadeMessages) Parameters Type Name Description TranslationUnit translationUnits ImportSettings settings IEnumerable CascadeMessage cascadeMessages Returns Type Description ImportResult AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) Executes AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) on the current translation provider. Declaration public ImportResult[] AddTranslationUnitsMasked(TranslationUnit[] translationUnits, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit translationUnits ImportSettings settings bool mask Returns Type Description ImportResult AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[], out IEnumerable) Executes AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) on the current translation provider. Declaration public ImportResult[] AddTranslationUnitsMasked(TranslationUnit[] translationUnits, ImportSettings settings, bool[] mask, out IEnumerable cascadeMessages) Parameters Type Name Description TranslationUnit translationUnits ImportSettings settings bool mask IEnumerable CascadeMessage cascadeMessages Returns Type Description ImportResult GetTranslationProviderNames() Gets a comma-delimited string of translation provider names. Declaration public string GetTranslationProviderNames() Returns Type Description string translation provider names GetWarningMessage(T, SearchSettings) Getting Warning messages for Upgrade requirement. Declaration public IList GetWarningMessage(T cascadeEntry, SearchSettings searchSettings) Parameters Type Name Description T cascadeEntry SearchSettings searchSettings Returns Type Description IList CascadeMessage SearchSegment(SearchSettings, Segment) Executes SearchSegment(SearchSettings, Segment) on the current translation provider cascade. Declaration public SearchResults SearchSegment(SearchSettings settings, Segment segment) Parameters Type Name Description SearchSettings settings Segment segment Returns Type Description SearchResults SearchSegment(SearchSettings, Segment, out IEnumerable) Executes SearchSegment(SearchSettings, Segment) on the current translation provider cascade. Declaration public SearchResults SearchSegment(SearchSettings settings, Segment segment, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings Segment segment IEnumerable CascadeMessage cascadeMessages Returns Type Description SearchResults SearchSegments(SearchSettings, Segment[]) Executes SearchSegments(SearchSettings, Segment[]) on the current translation provider cascade. Declaration public SearchResults[] SearchSegments(SearchSettings settings, Segment[] segments) Parameters Type Name Description SearchSettings settings Segment segments Returns Type Description SearchResults SearchSegments(SearchSettings, Segment[], out IEnumerable) Executes SearchSegments(SearchSettings, Segment[]) on the current translation provider cascade. Declaration public SearchResults[] SearchSegments(SearchSettings settings, Segment[] segments, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings Segment segments IEnumerable CascadeMessage cascadeMessages Returns Type Description SearchResults SearchSegmentsMasked(SearchSettings, Segment[], bool[]) Executes SearchSegments(SearchSettings, Segment[]) on the current translation provider cascade. Declaration public SearchResults[] SearchSegmentsMasked(SearchSettings settings, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings Segment segments bool mask Returns Type Description SearchResults SearchSegmentsMasked(SearchSettings, Segment[], bool[], out IEnumerable) Executes SearchSegments(SearchSettings, Segment[]) on the current translation provider cascade. Declaration public SearchResultsMerged[] SearchSegmentsMasked(SearchSettings settings, Segment[] segments, bool[] mask, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings Segment segments bool mask IEnumerable CascadeMessage cascadeMessages Returns Type Description SearchResultsMerged SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[], out IEnumerable) Executes SearchSegments(SearchSettings, Segment[]) on the current translation provider cascade. Declaration public SegmentAndSubsegmentSearchResultsMerged[] SearchSegmentsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition subsegmentSearchCondition, Segment[] segments, bool[] mask, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition subsegmentSearchCondition Segment segments bool mask IEnumerable CascadeMessage cascadeMessages Returns Type Description SegmentAndSubsegmentSearchResultsMerged SearchText(SearchSettings, string) Executes SearchText(SearchSettings, string) on the current translation provider cascade. Declaration public SearchResults SearchText(SearchSettings settings, string segment) Parameters Type Name Description SearchSettings settings string segment Returns Type Description SearchResults SearchText(SearchSettings, string, out IEnumerable) Executes SearchText(SearchSettings, string) on the current translation provider cascade. Declaration public SearchResults SearchText(SearchSettings settings, string segment, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings string segment IEnumerable CascadeMessage cascadeMessages Returns Type Description SearchResults SearchTranslationUnit(SearchSettings, TranslationUnit) Executes SearchTranslationUnit(SearchSettings, TranslationUnit) on the current translation provider cascade. Declaration public SearchResults SearchTranslationUnit(SearchSettings settings, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings TranslationUnit translationUnit Returns Type Description SearchResults SearchTranslationUnit(SearchSettings, TranslationUnit, out IEnumerable) Executes SearchTranslationUnit(SearchSettings, TranslationUnit) on the current translation provider cascade. Declaration public SearchResults SearchTranslationUnit(SearchSettings settings, TranslationUnit translationUnit, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings TranslationUnit translationUnit IEnumerable CascadeMessage cascadeMessages Returns Type Description SearchResults SearchTranslationUnits(SearchSettings, TranslationUnit[]) Executes SearchTranslationUnits(SearchSettings, TranslationUnit[]) on the current translation provider cascade. Declaration public SearchResults[] SearchTranslationUnits(SearchSettings settings, TranslationUnit[] tus) Parameters Type Name Description SearchSettings settings TranslationUnit tus Returns Type Description SearchResults SearchTranslationUnits(SearchSettings, TranslationUnit[], out IEnumerable) Executes SearchTranslationUnits(SearchSettings, TranslationUnit[]) on the current translation provider cascade. Declaration public SearchResults[] SearchTranslationUnits(SearchSettings settings, TranslationUnit[] tus, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings TranslationUnit tus IEnumerable CascadeMessage cascadeMessages Returns Type Description SearchResults SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[], out IEnumerable) Executes SearchSegments(SearchSettings, Segment[]) on the current translation provider cascade. Declaration public SegmentAndSubsegmentSearchResultsMerged[] SearchTranslationUnitsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition subsegmentSearchCondition, TranslationUnit[] translationUnits, bool[] mask, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition subsegmentSearchCondition TranslationUnit translationUnits bool mask IEnumerable CascadeMessage cascadeMessages Returns Type Description SegmentAndSubsegmentSearchResultsMerged SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) Executes SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) on the current translation provider cascade. Declaration public SearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings TranslationUnit translationUnits bool mask Returns Type Description SearchResults SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[], out IEnumerable) Executes SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) on the current translation provider cascade. Declaration public SearchResultsMerged[] SearchTranslationUnitsMasked(SearchSettings settings, TranslationUnit[] translationUnits, bool[] mask, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings TranslationUnit translationUnits bool mask IEnumerable CascadeMessage cascadeMessages Returns Type Description SearchResultsMerged SubsegmentSearchSegments(SubsegmentSearchSettings, Segment[], out IEnumerable) Executes SubsegmentSearchSegments(SubsegmentSearchSettings, Segment[]) on the current translation provider cascade. Declaration public SubsegmentSearchResultsCollection[] SubsegmentSearchSegments(SubsegmentSearchSettings subsegmentSearchSettings, Segment[] segments, out IEnumerable cascadeMessages) Parameters Type Name Description SubsegmentSearchSettings subsegmentSearchSettings Segment segments IEnumerable CascadeMessage cascadeMessages Returns Type Description SubsegmentSearchResultsCollection UpdateTranslationUnit(TranslationUnit) Executes UpdateTranslationUnit(TranslationUnit) on the current translation provider. Declaration public ImportResult UpdateTranslationUnit(TranslationUnit translationUnit) Parameters Type Name Description TranslationUnit translationUnit Returns Type Description ImportResult UpdateTranslationUnit(TranslationUnit, out IEnumerable) Executes UpdateTranslationUnit(TranslationUnit) on the current translation provider. Declaration public ImportResult UpdateTranslationUnit(TranslationUnit translationUnit, out IEnumerable cascadeMessages) Parameters Type Name Description TranslationUnit translationUnit IEnumerable CascadeMessage cascadeMessages Returns Type Description ImportResult UpdateTranslationUnits(TranslationUnit[]) Executes UpdateTranslationUnits(TranslationUnit[]) on the current translation provider. Declaration public ImportResult[] UpdateTranslationUnits(TranslationUnit[] translationUnits) Parameters Type Name Description TranslationUnit translationUnits Returns Type Description ImportResult UpdateTranslationUnits(TranslationUnit[], out IEnumerable) Executes UpdateTranslationUnits(TranslationUnit[]) on the current translation provider. Declaration public ImportResult[] UpdateTranslationUnits(TranslationUnit[] translationUnits, out IEnumerable cascadeMessages) Parameters Type Name Description TranslationUnit translationUnits IEnumerable CascadeMessage cascadeMessages Returns Type Description ImportResult" + "keywords": "Class Cascade A cascade is used to perform searches and updates across many different translation provider language directions. Each translation provider language direction is represented by a cascade entry that contains other information with regards to how it should be treated e.g. what penalties should be applied during searches. Inheritance System.Object Cascade 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class Cascade where T : CascadeEntry Type Parameters Name Description T T represents the cascade entry type. A simple cascade can just use CascadeEntry but, for example, project cascades need more information associated with each cascade entry and uses ProjectCascadeEntry. Constructors Cascade(IEnumerable, Boolean, Boolean, CultureCode, CultureCode) Constructor that takes the cascade entries, cascade search mode, remove duplicates, source language, and target language. Declaration public Cascade(IEnumerable cascadeEntries, bool stopSearchingWhenResultsFound, bool removeDuplicates, CultureCode sourceLanguage, CultureCode targetLanguage) Parameters Type Name Description System.Collections.Generic.IEnumerable cascadeEntries cascade entries System.Boolean stopSearchingWhenResultsFound whether to stop searching when results have been found System.Boolean removeDuplicates remove duplicates Sdl.Core.Globalization.CultureCode sourceLanguage source language Sdl.Core.Globalization.CultureCode targetLanguage target language Properties CascadeEntries Gets the cascade entries, which refer to a translation provider language direction and specify and optional penalty to apply when perforing look-ups. Declaration public ReadOnlyCollection CascadeEntries { get; } Property Value Type Description System.Collections.ObjectModel.ReadOnlyCollection CascadeEntryIndexesUsed Gets the Cascade Entry Indexes that were used in the search. Declaration public ConcurrentQueue CascadeEntryIndexesUsed { get; } Property Value Type Description System.Collections.Concurrent.ConcurrentQueue < System.Int32 > RemoveDuplicates Gets whether duplicates should be removed from search results. Declaration public bool RemoveDuplicates { get; } Property Value Type Description System.Boolean SourceLanguage Gets the source language of this cascade. Declaration public CultureCode SourceLanguage { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode StopSearchingWhenResultsFound Gets or sets whether to stop searching when results have been found. Declaration public bool StopSearchingWhenResultsFound { get; } Property Value Type Description System.Boolean Remarks \"Stop searching\" means that the cascade will not search the next translation provider when results have been found in the current translation provider. TargetLanguage Gets the target language of this cascade. Declaration public CultureCode TargetLanguage { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode Methods AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) Executes AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) on the current translation provider. Declaration public ImportResult[] AddOrUpdateTranslationUnits(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings) Parameters Type Name Description TranslationUnit [] translationUnits System.Int32 [] previousTranslationHashes ImportSettings settings Returns Type Description ImportResult [] AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings, out IEnumerable) Executes AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) on the current translation provider. Declaration public ImportResult[] AddOrUpdateTranslationUnits(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings, out IEnumerable cascadeMessages) Parameters Type Name Description TranslationUnit [] translationUnits System.Int32 [] previousTranslationHashes ImportSettings settings System.Collections.Generic.IEnumerable < CascadeMessage > cascadeMessages Returns Type Description ImportResult [] AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) Executes AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) on the current translation provider. Declaration public ImportResult[] AddOrUpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit [] translationUnits System.Int32 [] previousTranslationHashes ImportSettings settings System.Boolean [] mask Returns Type Description ImportResult [] AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[], out IEnumerable) Executes AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) on the current translation provider. Declaration public ImportResult[] AddOrUpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings, bool[] mask, out IEnumerable cascadeMessages) Parameters Type Name Description TranslationUnit [] translationUnits System.Int32 [] previousTranslationHashes ImportSettings settings System.Boolean [] mask System.Collections.Generic.IEnumerable < CascadeMessage > cascadeMessages Returns Type Description ImportResult [] AddTranslationUnit(TranslationUnit, ImportSettings) Executes AddTranslationUnit(TranslationUnit, ImportSettings) on the current translation provider. Declaration public ImportResult AddTranslationUnit(TranslationUnit translationUnit, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnit ImportSettings settings Returns Type Description ImportResult AddTranslationUnit(TranslationUnit, ImportSettings, out IEnumerable) Executes AddTranslationUnit(TranslationUnit, ImportSettings) on the current translation provider. Declaration public ImportResult AddTranslationUnit(TranslationUnit translationUnit, ImportSettings settings, out IEnumerable cascadeMessages) Parameters Type Name Description TranslationUnit translationUnit ImportSettings settings System.Collections.Generic.IEnumerable < CascadeMessage > cascadeMessages Returns Type Description ImportResult AddTranslationUnits(TranslationUnit[], ImportSettings) Executes AddTranslationUnits(TranslationUnit[], ImportSettings) on the current translation provider. Declaration public ImportResult[] AddTranslationUnits(TranslationUnit[] translationUnits, ImportSettings settings) Parameters Type Name Description TranslationUnit [] translationUnits ImportSettings settings Returns Type Description ImportResult [] AddTranslationUnits(TranslationUnit[], ImportSettings, out IEnumerable) Executes AddTranslationUnits(TranslationUnit[], ImportSettings) on the current translation provider. Declaration public ImportResult[] AddTranslationUnits(TranslationUnit[] translationUnits, ImportSettings settings, out IEnumerable cascadeMessages) Parameters Type Name Description TranslationUnit [] translationUnits ImportSettings settings System.Collections.Generic.IEnumerable < CascadeMessage > cascadeMessages Returns Type Description ImportResult [] AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) Executes AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) on the current translation provider. Declaration public ImportResult[] AddTranslationUnitsMasked(TranslationUnit[] translationUnits, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit [] translationUnits ImportSettings settings System.Boolean [] mask Returns Type Description ImportResult [] AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[], out IEnumerable) Executes AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) on the current translation provider. Declaration public ImportResult[] AddTranslationUnitsMasked(TranslationUnit[] translationUnits, ImportSettings settings, bool[] mask, out IEnumerable cascadeMessages) Parameters Type Name Description TranslationUnit [] translationUnits ImportSettings settings System.Boolean [] mask System.Collections.Generic.IEnumerable < CascadeMessage > cascadeMessages Returns Type Description ImportResult [] GetTranslationProviderNames() Gets a comma-delimited string of translation provider names. Declaration public string GetTranslationProviderNames() Returns Type Description System.String translation provider names GetWarningMessage(T, SearchSettings) Getting Warning messages for Upgrade requirement. Declaration public IList GetWarningMessage(T cascadeEntry, SearchSettings searchSettings) Parameters Type Name Description T cascadeEntry SearchSettings searchSettings Returns Type Description System.Collections.Generic.IList < CascadeMessage > SearchSegment(SearchSettings, Segment) Executes SearchSegment(SearchSettings, Segment) on the current translation provider cascade. Declaration public SearchResults SearchSegment(SearchSettings settings, Segment segment) Parameters Type Name Description SearchSettings settings Segment segment Returns Type Description SearchResults SearchSegment(SearchSettings, Segment, out IEnumerable) Executes SearchSegment(SearchSettings, Segment) on the current translation provider cascade. Declaration public SearchResults SearchSegment(SearchSettings settings, Segment segment, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings Segment segment System.Collections.Generic.IEnumerable < CascadeMessage > cascadeMessages Returns Type Description SearchResults SearchSegments(SearchSettings, Segment[]) Executes SearchSegments(SearchSettings, Segment[]) on the current translation provider cascade. Declaration public SearchResults[] SearchSegments(SearchSettings settings, Segment[] segments) Parameters Type Name Description SearchSettings settings Segment [] segments Returns Type Description SearchResults [] SearchSegments(SearchSettings, Segment[], out IEnumerable) Executes SearchSegments(SearchSettings, Segment[]) on the current translation provider cascade. Declaration public SearchResults[] SearchSegments(SearchSettings settings, Segment[] segments, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings Segment [] segments System.Collections.Generic.IEnumerable < CascadeMessage > cascadeMessages Returns Type Description SearchResults [] SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) Executes SearchSegments(SearchSettings, Segment[]) on the current translation provider cascade. Declaration public SearchResults[] SearchSegmentsMasked(SearchSettings settings, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings Segment [] segments System.Boolean [] mask Returns Type Description SearchResults [] SearchSegmentsMasked(SearchSettings, Segment[], Boolean[], out IEnumerable) Executes SearchSegments(SearchSettings, Segment[]) on the current translation provider cascade. Declaration public SearchResultsMerged[] SearchSegmentsMasked(SearchSettings settings, Segment[] segments, bool[] mask, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings Segment [] segments System.Boolean [] mask System.Collections.Generic.IEnumerable < CascadeMessage > cascadeMessages Returns Type Description SearchResultsMerged [] SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[], out IEnumerable) Executes SearchSegments(SearchSettings, Segment[]) on the current translation provider cascade. Declaration public SegmentAndSubsegmentSearchResultsMerged[] SearchSegmentsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition subsegmentSearchCondition, Segment[] segments, bool[] mask, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition subsegmentSearchCondition Segment [] segments System.Boolean [] mask System.Collections.Generic.IEnumerable < CascadeMessage > cascadeMessages Returns Type Description SegmentAndSubsegmentSearchResultsMerged [] SearchText(SearchSettings, String) Executes SearchText(SearchSettings, String) on the current translation provider cascade. Declaration public SearchResults SearchText(SearchSettings settings, string segment) Parameters Type Name Description SearchSettings settings System.String segment Returns Type Description SearchResults SearchText(SearchSettings, String, out IEnumerable) Executes SearchText(SearchSettings, String) on the current translation provider cascade. Declaration public SearchResults SearchText(SearchSettings settings, string segment, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings System.String segment System.Collections.Generic.IEnumerable < CascadeMessage > cascadeMessages Returns Type Description SearchResults SearchTranslationUnit(SearchSettings, TranslationUnit) Executes SearchTranslationUnit(SearchSettings, TranslationUnit) on the current translation provider cascade. Declaration public SearchResults SearchTranslationUnit(SearchSettings settings, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings TranslationUnit translationUnit Returns Type Description SearchResults SearchTranslationUnit(SearchSettings, TranslationUnit, out IEnumerable) Executes SearchTranslationUnit(SearchSettings, TranslationUnit) on the current translation provider cascade. Declaration public SearchResults SearchTranslationUnit(SearchSettings settings, TranslationUnit translationUnit, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings TranslationUnit translationUnit System.Collections.Generic.IEnumerable < CascadeMessage > cascadeMessages Returns Type Description SearchResults SearchTranslationUnits(SearchSettings, TranslationUnit[]) Executes SearchTranslationUnits(SearchSettings, TranslationUnit[]) on the current translation provider cascade. Declaration public SearchResults[] SearchTranslationUnits(SearchSettings settings, TranslationUnit[] tus) Parameters Type Name Description SearchSettings settings TranslationUnit [] tus Returns Type Description SearchResults [] SearchTranslationUnits(SearchSettings, TranslationUnit[], out IEnumerable) Executes SearchTranslationUnits(SearchSettings, TranslationUnit[]) on the current translation provider cascade. Declaration public SearchResults[] SearchTranslationUnits(SearchSettings settings, TranslationUnit[] tus, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings TranslationUnit [] tus System.Collections.Generic.IEnumerable < CascadeMessage > cascadeMessages Returns Type Description SearchResults [] SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[], out IEnumerable) Executes SearchSegments(SearchSettings, Segment[]) on the current translation provider cascade. Declaration public SegmentAndSubsegmentSearchResultsMerged[] SearchTranslationUnitsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition subsegmentSearchCondition, TranslationUnit[] translationUnits, bool[] mask, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition subsegmentSearchCondition TranslationUnit [] translationUnits System.Boolean [] mask System.Collections.Generic.IEnumerable < CascadeMessage > cascadeMessages Returns Type Description SegmentAndSubsegmentSearchResultsMerged [] SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) Executes SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) on the current translation provider cascade. Declaration public SearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings TranslationUnit [] translationUnits System.Boolean [] mask Returns Type Description SearchResults [] SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[], out IEnumerable) Executes SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) on the current translation provider cascade. Declaration public SearchResultsMerged[] SearchTranslationUnitsMasked(SearchSettings settings, TranslationUnit[] translationUnits, bool[] mask, out IEnumerable cascadeMessages) Parameters Type Name Description SearchSettings settings TranslationUnit [] translationUnits System.Boolean [] mask System.Collections.Generic.IEnumerable < CascadeMessage > cascadeMessages Returns Type Description SearchResultsMerged [] SubsegmentSearchSegments(SubsegmentSearchSettings, Segment[], out IEnumerable) Executes SubsegmentSearchSegments(SubsegmentSearchSettings, Segment[]) on the current translation provider cascade. Declaration public SubsegmentSearchResultsCollection[] SubsegmentSearchSegments(SubsegmentSearchSettings subsegmentSearchSettings, Segment[] segments, out IEnumerable cascadeMessages) Parameters Type Name Description SubsegmentSearchSettings subsegmentSearchSettings Segment [] segments System.Collections.Generic.IEnumerable < CascadeMessage > cascadeMessages Returns Type Description SubsegmentSearchResultsCollection [] UpdateTranslationUnit(TranslationUnit) Executes UpdateTranslationUnit(TranslationUnit) on the current translation provider. Declaration public ImportResult UpdateTranslationUnit(TranslationUnit translationUnit) Parameters Type Name Description TranslationUnit translationUnit Returns Type Description ImportResult UpdateTranslationUnit(TranslationUnit, out IEnumerable) Executes UpdateTranslationUnit(TranslationUnit) on the current translation provider. Declaration public ImportResult UpdateTranslationUnit(TranslationUnit translationUnit, out IEnumerable cascadeMessages) Parameters Type Name Description TranslationUnit translationUnit System.Collections.Generic.IEnumerable < CascadeMessage > cascadeMessages Returns Type Description ImportResult UpdateTranslationUnits(TranslationUnit[]) Executes UpdateTranslationUnits(TranslationUnit[]) on the current translation provider. Declaration public ImportResult[] UpdateTranslationUnits(TranslationUnit[] translationUnits) Parameters Type Name Description TranslationUnit [] translationUnits Returns Type Description ImportResult [] UpdateTranslationUnits(TranslationUnit[], out IEnumerable) Executes UpdateTranslationUnits(TranslationUnit[]) on the current translation provider. Declaration public ImportResult[] UpdateTranslationUnits(TranslationUnit[] translationUnits, out IEnumerable cascadeMessages) Parameters Type Name Description TranslationUnit [] translationUnits System.Collections.Generic.IEnumerable < CascadeMessage > cascadeMessages Returns Type Description ImportResult []" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.html", "title": "Class CascadeEntry", - "keywords": "Class CascadeEntry Represents a cascade entry used in a cascade. A cascade entry represents a translation provider language direction and other information with regards to how it should be treated within a cascade - e.g. what penalties should be applied during searches. Inheritance object CascadeEntry Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class CascadeEntry Constructors CascadeEntry(ITranslationProviderLanguageDirection, int) Constructor that takes the given translation provider language direction and penalty. Declaration public CascadeEntry(ITranslationProviderLanguageDirection translationProviderLanguageDirection, int penalty) Parameters Type Name Description ITranslationProviderLanguageDirection translationProviderLanguageDirection translation provider language direction int penalty penalty Properties Penalty Penalty represents the penalty that should be applied to any search results from this cascade entry. Declaration public int Penalty { get; } Property Value Type Description int TranslationProviderLanguageDirection TranslationProviderLanguageDirection represents the translation provider language direction. Declaration public ITranslationProviderLanguageDirection TranslationProviderLanguageDirection { get; } Property Value Type Description ITranslationProviderLanguageDirection" + "keywords": "Class CascadeEntry Represents a cascade entry used in a cascade. A cascade entry represents a translation provider language direction and other information with regards to how it should be treated within a cascade - e.g. what penalties should be applied during searches. Inheritance System.Object CascadeEntry 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class CascadeEntry Constructors CascadeEntry(ITranslationProviderLanguageDirection, Int32) Constructor that takes the given translation provider language direction and penalty. Declaration public CascadeEntry(ITranslationProviderLanguageDirection translationProviderLanguageDirection, int penalty) Parameters Type Name Description ITranslationProviderLanguageDirection translationProviderLanguageDirection translation provider language direction System.Int32 penalty penalty Properties Penalty Penalty represents the penalty that should be applied to any search results from this cascade entry. Declaration public int Penalty { get; } Property Value Type Description System.Int32 TranslationProviderLanguageDirection TranslationProviderLanguageDirection represents the translation provider language direction. Declaration public ITranslationProviderLanguageDirection TranslationProviderLanguageDirection { get; } Property Value Type Description ITranslationProviderLanguageDirection" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.html", "title": "Class CascadeException", - "keywords": "Class CascadeException CascadeException class represents a cascade exception. Inheritance object Exception CascadeException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class CascadeException : Exception, ISerializable, _Exception Constructors CascadeException(CascadeMessage) Constructor that takes the given cascade message. Declaration public CascadeException(CascadeMessage cascadeMessage) Parameters Type Name Description CascadeMessage cascadeMessage cascade message Properties CascadeMessage CascadeMessage represents the underlying cascade message that caused the exception. Declaration public CascadeMessage CascadeMessage { get; } Property Value Type Description CascadeMessage Implements ISerializable _Exception" + "keywords": "Class CascadeException CascadeException class represents a cascade exception. Inheritance System.Object System.Exception CascadeException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class CascadeException : Exception, ISerializable, _Exception Constructors CascadeException(CascadeMessage) Constructor that takes the given cascade message. Declaration public CascadeException(CascadeMessage cascadeMessage) Parameters Type Name Description CascadeMessage cascadeMessage cascade message Properties CascadeMessage CascadeMessage represents the underlying cascade message that caused the exception. Declaration public CascadeMessage CascadeMessage { get; } Property Value Type Description CascadeMessage Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.html", "title": "Class CascadeMessage", - "keywords": "Class CascadeMessage CascadeMessage class represents a message from a cascade. Inheritance object CascadeMessage Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class CascadeMessage Constructors CascadeMessage(CascadeEntry, CascadeMessageCode) Constructor that takes the given entry and code. Declaration public CascadeMessage(CascadeEntry entry, CascadeMessageCode code) Parameters Type Name Description CascadeEntry entry entry CascadeMessageCode code code CascadeMessage(CascadeEntry, CascadeMessageCode, Exception) Constructor that takes the given entry, code, and exception. Declaration public CascadeMessage(CascadeEntry entry, CascadeMessageCode code, Exception exception) Parameters Type Name Description CascadeEntry entry entry CascadeMessageCode code code Exception exception exception CascadeMessage(CascadeEntry, Exception) Constructor that takes the given entry and exception. Declaration public CascadeMessage(CascadeEntry entry, Exception exception) Parameters Type Name Description CascadeEntry entry entry Exception exception exception Properties Code Code property represents the code. Declaration public CascadeMessageCode Code { get; } Property Value Type Description CascadeMessageCode Entry Entry property represents the entry. Declaration public CascadeEntry Entry { get; } Property Value Type Description CascadeEntry Exception Exception property represents the exception. Declaration public Exception Exception { get; } Property Value Type Description Exception" + "keywords": "Class CascadeMessage CascadeMessage class represents a message from a cascade. Inheritance System.Object CascadeMessage 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class CascadeMessage Constructors CascadeMessage(CascadeEntry, CascadeMessageCode) Constructor that takes the given entry and code. Declaration public CascadeMessage(CascadeEntry entry, CascadeMessageCode code) Parameters Type Name Description CascadeEntry entry entry CascadeMessageCode code code CascadeMessage(CascadeEntry, CascadeMessageCode, Exception) Constructor that takes the given entry, code, and exception. Declaration public CascadeMessage(CascadeEntry entry, CascadeMessageCode code, Exception exception) Parameters Type Name Description CascadeEntry entry entry CascadeMessageCode code code System.Exception exception exception CascadeMessage(CascadeEntry, Exception) Constructor that takes the given entry and exception. Declaration public CascadeMessage(CascadeEntry entry, Exception exception) Parameters Type Name Description CascadeEntry entry entry System.Exception exception exception Properties Code Code property represents the code. Declaration public CascadeMessageCode Code { get; } Property Value Type Description CascadeMessageCode Entry Entry property represents the entry. Declaration public CascadeEntry Entry { get; } Property Value Type Description CascadeEntry Exception Exception property represents the exception. Declaration public Exception Exception { get; } Property Value Type Description System.Exception" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessageCode.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessageCode.html", "title": "Enum CascadeMessageCode", - "keywords": "Enum CascadeMessageCode CascadeMessageCode enumeration represents the cascade message codes. Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public enum CascadeMessageCode Fields Name Description TranslationProviderDoesNotSupportConcordanceSearch The cascade method requires that the translation provider supports concordance search but it does not. TranslationProviderDoesNotSupportDocumentSearch The cascade method requires that the translation provider supports document search but it does not. TranslationProviderDoesNotSupportSearchForTranslationUnits The cascade method requires that the translation provider supports searching for translation units but it does not. TranslationProviderDoesNotSupportSourceConcordanceSearch The cascade method requires that the translation provider supports source concordance search but it does not. TranslationProviderDoesNotSupportTargetConcordanceSearch The cascade method requires that the translation provider supports target concordance search but it does not. TranslationProviderDoesNotSupportTranslation The cascade method requires that the translation provider supports translation but it does not. TranslationProviderDoesNotSupportUpdate The cascade method requires that the translation providers supports update but it does not. TranslationProviderIsReadOnly The cascade method requires the the translation provider is write-able but it is read-only. TranslationProviderNeedsUpgrade The cascade method requires that the translation providers needs upgrade TranslationProviderThrewException The translation provider threw an exception." + "keywords": "Enum CascadeMessageCode CascadeMessageCode enumeration represents the cascade message codes. Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public enum CascadeMessageCode Fields Name Description TranslationProviderDoesNotSupportConcordanceSearch The cascade method requires that the translation provider supports concordance search but it does not. TranslationProviderDoesNotSupportDocumentSearch The cascade method requires that the translation provider supports document search but it does not. TranslationProviderDoesNotSupportSearchForTranslationUnits The cascade method requires that the translation provider supports searching for translation units but it does not. TranslationProviderDoesNotSupportSourceConcordanceSearch The cascade method requires that the translation provider supports source concordance search but it does not. TranslationProviderDoesNotSupportTargetConcordanceSearch The cascade method requires that the translation provider supports target concordance search but it does not. TranslationProviderDoesNotSupportTranslation The cascade method requires that the translation provider supports translation but it does not. TranslationProviderDoesNotSupportUpdate The cascade method requires that the translation providers supports update but it does not. TranslationProviderIsReadOnly The cascade method requires the the translation provider is write-able but it is read-only. TranslationProviderNeedsUpgrade The cascade method requires that the translation providers needs upgrade TranslationProviderThrewException The translation provider threw an exception." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.html", "title": "Class DatabaseServer", - "keywords": "Class DatabaseServer Represents a database server known in the system, which can serve as the host for one or more translation memory containers ( TranslationMemoryContainer ). A translation memory container is a database that contains one or more server-based translation memories. Inheritance object DatabaseServer Implements IEditableObject INotifyPropertyChanged IEquatable DatabaseServer IPermissionCheck Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class DatabaseServer : IEditableObject, INotifyPropertyChanged, IEquatable, IPermissionCheck Constructors DatabaseServer(TranslationProviderServer) Creates a new database server. Note that you have to call Save() to persist the database server object, after setting all the required properties. Declaration public DatabaseServer(TranslationProviderServer server) Parameters Type Name Description TranslationProviderServer server The translation provider server with which the database server should be registered. Exceptions Type Condition ArgumentNullException Thrown when server is null. Properties AuthenticationType Gets or sets the type of authentication that is used when the application server communicates with this database server. Declaration public DatabaseServerAuthenticationType AuthenticationType { get; set; } Property Value Type Description DatabaseServerAuthenticationType Exceptions Type Condition ObjectDeletedException Thrown when trying to set AuthenticationType of an entity that no longer exists. Containers Gets all the translation memory containers that are hosted on this database server. Declaration public ReadOnlyCollection Containers { get; } Property Value Type Description ReadOnlyCollection TranslationMemoryContainer Remarks If the list of containers has been pre-loaded, the in-memory collection of containers is returned, otherwise the list of containers is retrieved from the server on-demand. Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. Description Gets or sets the description of the database server. Declaration [StringLength(255, ErrorMessage = \"Description too long!\")] public string Description { get; set; } Property Value Type Description string Remarks Note that you have to call Save() to persists the change after setting this property. Exceptions Type Condition ObjectDeletedException Thrown when trying to get/set description of an entity that no longer exists. Id Gets the unique Id for this database server. Declaration public Guid Id { get; } Property Value Type Description Guid Remarks This is auto-generated by the system when the database server is created. Exceptions Type Condition ObjectDeletedException Thrown when trying to get the unique ID of an entity that no longer exists. IsDeleted Returns true if this translation memory has been deleted. Declaration public bool IsDeleted { get; } Property Value Type Description bool IsDirty Returns true if this database server has unsaved changes. Declaration public bool IsDirty { get; } Property Value Type Description bool IsNewObject Gets a value indicating whether this instance is new object. Declaration public bool IsNewObject { get; } Property Value Type Description bool true if this instance is new object; otherwise, false . LinkedResourceGroupPaths Gets or sets the collection of paths for the linked resource groups. Declaration public string[] LinkedResourceGroupPaths { get; set; } Property Value Type Description string Name Gets or sets the friendly name of the database server. Declaration [Required(ErrorMessage = \"Required Field\")] [RegularExpression(\"^[\\\\w\\\\s-']*\", ErrorMessage = \"Characters are not allowed.\")] [StringLength(50, ErrorMessage = \"Name too long!\")] public string Name { get; set; } Property Value Type Description string Remarks Note that you have to call Save() to persists the change after setting this property. Exceptions Type Condition ObjectDeletedException Thrown when trying to get or set name of an entity that no longer exists. ParentResourceGroupDescription Gets the parent resource group description. Declaration public string ParentResourceGroupDescription { get; set; } Property Value Type Description string ParentResourceGroupName Gets or sets the parent resource group name. Declaration public string ParentResourceGroupName { get; set; } Property Value Type Description string ParentResourceGroupPath Gets the parent resource group path. Declaration public string ParentResourceGroupPath { get; set; } Property Value Type Description string Password Gets or sets the password for the user name specified in UserName that is used for authentication when the application server communicates with this database server. Declaration [Required(ErrorMessage = \"Required Field\")] [StringLength(50, ErrorMessage = \"Password too long!\")] public string Password { get; set; } Property Value Type Description string Remarks The password is only used when AuthenticationType is set to Database . Exceptions Type Condition ObjectDeletedException Thrown when trying to set Password of an entity that no longer exists. ServerName Gets or sets the DNS name or IP address of this database server. Declaration [Required] [StringLength(255, ErrorMessage = \"Server name too long!\")] public string ServerName { get; set; } Property Value Type Description string Remarks This property can not be changed after the database server has been created. Exceptions Type Condition NullPropertyException Thrown when trying to set this property to null or an empty string. InvalidOperationException Thrown when trying to set this property after initial creation of the database server. ObjectDeletedException Thrown when trying to get/set ServerName of an entity that no longer exists. ServerType Gets or sets the database server type. Declaration [Required(ErrorMessage = \"Required Field\")] public DatabaseServerType ServerType { get; set; } Property Value Type Description DatabaseServerType Remarks This property can not be changed after the database server has been created. Exceptions Type Condition ObjectDeletedException Thrown when trying to set ServerType of an entity that no longer exists. InvalidOperationException Thrown when trying to set this property after initial creation of the database server. TranslationProviderServer Gets the translation provider server on which this database server is registered. Declaration public TranslationProviderServer TranslationProviderServer { get; } Property Value Type Description TranslationProviderServer UserName Gets or sets the user name used for authentication together with the password specified in Password when the application server communicates with this database server. Declaration [Required(ErrorMessage = \"Required Field\")] [StringLength(50, ErrorMessage = \"User Name too long!\")] public string UserName { get; set; } Property Value Type Description string Remarks The user name is only used when AuthenticationType is set to Database . Exceptions Type Condition ObjectDeletedException Thrown when trying to set UserName of an entity that no longer exists. Methods Delete() Deletes this database server and all its containers from the system. Declaration public void Delete() Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. ObjectNotSavedException Thrown when this object has not been initially saved yet. Equals(DatabaseServer) Indicates whether the current object is equal to another object of the same type. Declaration public bool Equals(DatabaseServer other) Parameters Type Name Description DatabaseServer other An object to compare with this object. Returns Type Description bool true if the current object is equal to the other parameter; otherwise, false. Equals(object) Determines whether the specified object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with this instance. Returns Type Description bool true if the specified object is equal to this instance; otherwise, false . Overrides object.Equals(object) Exceptions Type Condition NullReferenceException The obj parameter is null. GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description int A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides object.GetHashCode() HasPermission(string) Gets whether this object has the permission with the specified name. Declaration public bool HasPermission(string permission) Parameters Type Name Description string permission The permission name. Returns Type Description bool true is the object has the specified permission. Save() Saves this database server. Declaration public void Save() Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. Events PropertyChanged Occurs when a property value changes. Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description PropertyChangedEventHandler Implements IEditableObject INotifyPropertyChanged IEquatable IPermissionCheck" + "keywords": "Class DatabaseServer Represents a database server known in the system, which can serve as the host for one or more translation memory containers ( TranslationMemoryContainer ). A translation memory container is a database that contains one or more server-based translation memories. Inheritance System.Object DatabaseServer Implements System.ComponentModel.IEditableObject System.ComponentModel.INotifyPropertyChanged System.IEquatable < DatabaseServer > IPermissionCheck Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class DatabaseServer : IEquatable, IPermissionCheck Constructors DatabaseServer(TranslationProviderServer) Creates a new database server. Note that you have to call Save() to persist the database server object, after setting all the required properties. Declaration public DatabaseServer(TranslationProviderServer server) Parameters Type Name Description TranslationProviderServer server The translation provider server with which the database server should be registered. Exceptions Type Condition System.ArgumentNullException Thrown when server is null. Properties AuthenticationType Gets or sets the type of authentication that is used when the application server communicates with this database server. Declaration public DatabaseServerAuthenticationType AuthenticationType { get; set; } Property Value Type Description DatabaseServerAuthenticationType Exceptions Type Condition ObjectDeletedException Thrown when trying to set AuthenticationType of an entity that no longer exists. Containers Gets all the translation memory containers that are hosted on this database server. Declaration public ReadOnlyCollection Containers { get; } Property Value Type Description System.Collections.ObjectModel.ReadOnlyCollection < TranslationMemoryContainer > Remarks If the list of containers has been pre-loaded, the in-memory collection of containers is returned, otherwise the list of containers is retrieved from the server on-demand. Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. Description Gets or sets the description of the database server. Declaration public string Description { get; set; } Property Value Type Description System.String Remarks Note that you have to call Save() to persists the change after setting this property. Exceptions Type Condition ObjectDeletedException Thrown when trying to get/set description of an entity that no longer exists. Id Gets the unique Id for this database server. Declaration public Guid Id { get; } Property Value Type Description System.Guid Remarks This is auto-generated by the system when the database server is created. Exceptions Type Condition ObjectDeletedException Thrown when trying to get the unique ID of an entity that no longer exists. IsDeleted Returns true if this translation memory has been deleted. Declaration public bool IsDeleted { get; } Property Value Type Description System.Boolean IsDirty Returns true if this database server has unsaved changes. Declaration public bool IsDirty { get; } Property Value Type Description System.Boolean IsNewObject Gets a value indicating whether this instance is new object. Declaration public bool IsNewObject { get; } Property Value Type Description System.Boolean true if this instance is new object; otherwise, false . LinkedResourceGroupPaths Gets or sets the collection of paths for the linked resource groups. Declaration public string[] LinkedResourceGroupPaths { get; set; } Property Value Type Description System.String [] Name Gets or sets the friendly name of the database server. Declaration public string Name { get; set; } Property Value Type Description System.String Remarks Note that you have to call Save() to persists the change after setting this property. Exceptions Type Condition ObjectDeletedException Thrown when trying to get or set name of an entity that no longer exists. ParentResourceGroupDescription Gets the parent resource group description. Declaration public string ParentResourceGroupDescription { get; set; } Property Value Type Description System.String ParentResourceGroupName Gets or sets the parent resource group name. Declaration public string ParentResourceGroupName { get; set; } Property Value Type Description System.String ParentResourceGroupPath Gets the parent resource group path. Declaration public string ParentResourceGroupPath { get; set; } Property Value Type Description System.String Password Gets or sets the password for the user name specified in UserName that is used for authentication when the application server communicates with this database server. Declaration public string Password { get; set; } Property Value Type Description System.String Remarks The password is only used when AuthenticationType is set to Database . Exceptions Type Condition ObjectDeletedException Thrown when trying to set Password of an entity that no longer exists. ServerName Gets or sets the DNS name or IP address of this database server. Declaration public string ServerName { get; set; } Property Value Type Description System.String Remarks This property can not be changed after the database server has been created. Exceptions Type Condition NullPropertyException Thrown when trying to set this property to null or an empty string. System.InvalidOperationException Thrown when trying to set this property after initial creation of the database server. ObjectDeletedException Thrown when trying to get/set ServerName of an entity that no longer exists. ServerType Gets or sets the database server type. Declaration public DatabaseServerType ServerType { get; set; } Property Value Type Description DatabaseServerType Remarks This property can not be changed after the database server has been created. Exceptions Type Condition ObjectDeletedException Thrown when trying to set ServerType of an entity that no longer exists. System.InvalidOperationException Thrown when trying to set this property after initial creation of the database server. TranslationProviderServer Gets the translation provider server on which this database server is registered. Declaration public TranslationProviderServer TranslationProviderServer { get; } Property Value Type Description TranslationProviderServer UserName Gets or sets the user name used for authentication together with the password specified in Password when the application server communicates with this database server. Declaration public string UserName { get; set; } Property Value Type Description System.String Remarks The user name is only used when AuthenticationType is set to Database . Exceptions Type Condition ObjectDeletedException Thrown when trying to set UserName of an entity that no longer exists. Methods Delete() Deletes this database server and all its containers from the system. Declaration public void Delete() Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. ObjectNotSavedException Thrown when this object has not been initially saved yet. Equals(DatabaseServer) Indicates whether the current object is equal to another object of the same type. Declaration public bool Equals(DatabaseServer other) Parameters Type Name Description DatabaseServer other An object to compare with this object. Returns Type Description System.Boolean true if the current object is equal to the other parameter; otherwise, false. Equals(Object) Determines whether the specified System.Object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The System.Object to compare with this instance. Returns Type Description System.Boolean true if the specified System.Object is equal to this instance; otherwise, false . Overrides System.Object.Equals(System.Object) Exceptions Type Condition System.NullReferenceException The obj parameter is null. GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides System.Object.GetHashCode() HasPermission(String) Gets whether this object has the permission with the specified name. Declaration public bool HasPermission(string permission) Parameters Type Name Description System.String permission The permission name. Returns Type Description System.Boolean true is the object has the specified permission. Save() Saves this database server. Declaration public void Save() Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. Events PropertyChanged Occurs when a property value changes. Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description System.ComponentModel.PropertyChangedEventHandler Implements System.ComponentModel.IEditableObject System.ComponentModel.INotifyPropertyChanged System.IEquatable IPermissionCheck" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerAuthenticationType.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerAuthenticationType.html", "title": "Enum DatabaseServerAuthenticationType", - "keywords": "Enum DatabaseServerAuthenticationType Represents the possible authentication types to use for with DatabaseServer . See AuthenticationType . Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public enum DatabaseServerAuthenticationType Fields Name Description Database Database authentication. Use the user name and password specified in UserName and Password . Unknown Unknown authentication type. Windows Windows authentication. Use the Windows credentials the application server is running as." + "keywords": "Enum DatabaseServerAuthenticationType Represents the possible authentication types to use for with DatabaseServer . See AuthenticationType . Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public enum DatabaseServerAuthenticationType Fields Name Description Database Database authentication. Use the user name and password specified in UserName and Password . Unknown Unknown authentication type. Windows Windows authentication. Use the Windows credentials the application server is running as." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerPermissions.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerPermissions.html", "title": "Class DatabaseServerPermissions", - "keywords": "Class DatabaseServerPermissions Database server reference permissions. Inheritance object DatabaseServerPermissions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class DatabaseServerPermissions Fields Add User can add database server references. Declaration public const string Add = \"tmdbserver.add\" Field Value Type Description string Delete User can delete database references. Declaration public const string Delete = \"tmdbserver.delete\" Field Value Type Description string Edit User can edit database server references. Declaration public const string Edit = \"tmdbserver.edit\" Field Value Type Description string View User can view database server references. Declaration public const string View = \"tmdbserver.view\" Field Value Type Description string" + "keywords": "Class DatabaseServerPermissions Database server reference permissions. Inheritance System.Object DatabaseServerPermissions 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class DatabaseServerPermissions Fields Add User can add database server references. Declaration public const string Add = \"tmdbserver.add\" Field Value Type Description System.String Delete User can delete database references. Declaration public const string Delete = \"tmdbserver.delete\" Field Value Type Description System.String Edit User can edit database server references. Declaration public const string Edit = \"tmdbserver.edit\" Field Value Type Description System.String View User can view database server references. Declaration public const string View = \"tmdbserver.view\" Field Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerType.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerType.html", "title": "Enum DatabaseServerType", - "keywords": "Enum DatabaseServerType Represents the supported types of database server that can be used to host server-based translation memory containers. See ServerType . Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public enum DatabaseServerType Fields Name Description Oracle Oracle database server. SqlServer Microsoft SQL database server. Unknown Unknown database server type." + "keywords": "Enum DatabaseServerType Represents the supported types of database server that can be used to host server-based translation memory containers. See ServerType . Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public enum DatabaseServerType Fields Name Description Oracle Oracle database server. SqlServer Microsoft SQL database server. Unknown Unknown database server type." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.html", "title": "Class DefaultLanguageResourceProvider", - "keywords": "Class DefaultLanguageResourceProvider Provides access to the default data for language resources. Inheritance object DefaultLanguageResourceProvider Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class DefaultLanguageResourceProvider Constructors DefaultLanguageResourceProvider() Initializes a new instance of the DefaultLanguageResourceProvider class. Declaration public DefaultLanguageResourceProvider() Methods FillDefaultDateTimeFormats(CultureCode, LanguageResourceBundle) Declaration public void FillDefaultDateTimeFormats(CultureCode language, LanguageResourceBundle bundle) Parameters Type Name Description CultureCode language LanguageResourceBundle bundle GetDefaultLanguageResources(CultureCode) Gets default language resources for the specified language. Declaration public LanguageResourceBundle GetDefaultLanguageResources(CultureCode language) Parameters Type Name Description CultureCode language The language for which to get the default language resources. Returns Type Description LanguageResourceBundle A LanguageResourceBundle instance, populated with the default language resources. Note that some default language resources might be null. Exceptions Type Condition ArgumentNullException Thrown when language is null. GetDefaultNumberSeparators(CultureCode) Declaration public List GetDefaultNumberSeparators(CultureCode language) Parameters Type Name Description CultureCode language Returns Type Description List SeparatorCombination GetDefaultWordlist(LanguageResourceType, CultureCode) Declaration public Wordlist GetDefaultWordlist(LanguageResourceType type, CultureCode language) Parameters Type Name Description LanguageResourceType type CultureCode language Returns Type Description Wordlist" + "keywords": "Class DefaultLanguageResourceProvider Provides access to the default data for language resources. Inheritance System.Object DefaultLanguageResourceProvider 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class DefaultLanguageResourceProvider Constructors DefaultLanguageResourceProvider() Initializes a new instance of the DefaultLanguageResourceProvider class. Declaration public DefaultLanguageResourceProvider() Methods FillDefaultDateTimeFormats(CultureCode, LanguageResourceBundle) Declaration public void FillDefaultDateTimeFormats(CultureCode language, LanguageResourceBundle bundle) Parameters Type Name Description Sdl.Core.Globalization.CultureCode language LanguageResourceBundle bundle GetDefaultLanguageResources(CultureCode) Gets default language resources for the specified language. Declaration public LanguageResourceBundle GetDefaultLanguageResources(CultureCode language) Parameters Type Name Description Sdl.Core.Globalization.CultureCode language The language for which to get the default language resources. Returns Type Description LanguageResourceBundle A LanguageResourceBundle instance, populated with the default language resources. Note that some default language resources might be null. Exceptions Type Condition System.ArgumentNullException Thrown when language is null. GetDefaultNumberSeparators(CultureCode) Declaration public List GetDefaultNumberSeparators(CultureCode language) Parameters Type Name Description Sdl.Core.Globalization.CultureCode language Returns Type Description System.Collections.Generic.List < SeparatorCombination > GetDefaultWordlist(LanguageResourceType, CultureCode) Declaration public Wordlist GetDefaultWordlist(LanguageResourceType type, CultureCode language) Parameters Type Name Description LanguageResourceType type Sdl.Core.Globalization.CultureCode language Returns Type Description Wordlist" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.html", "title": "Class FieldDefinition", - "keywords": "Class FieldDefinition Represents a custom field that can be associated with a translation memory or a fields template and for which values ( FieldValue ) can be associated with translation units in a translation memory (see FieldValues ). These field values can subsequently be used in filter expressions (see FilterExpression ) when searching or updating translation units. Inheritance object FieldDefinition Implements IField INotifyPropertyChanged Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class FieldDefinition : IField, INotifyPropertyChanged Constructors FieldDefinition() Creates a new empty field definition. Declaration public FieldDefinition() Remarks In order to add the new field to a translation memory or fields template, add it to the corresponding fields collection ( FieldDefinitions or FieldDefinitions ) and save the translation memory or fields template to persist the change ( Save() or Save() ) FieldDefinition(Field) Declaration public FieldDefinition(Field field) Parameters Type Name Description Field field FieldDefinition(Field, bool) Initializes a new instance of the FieldDefinition class. Declaration [Obsolete(\"Please use FieldDefinition(Field field) constructor \")] public FieldDefinition(Field field, bool isReadOnly) Parameters Type Name Description Field field The field. bool isReadOnly if set to true [is read only]. FieldDefinition(string, FieldValueType) Creates a new field definition with the specified name and value type. Declaration public FieldDefinition(string name, FieldValueType valueType) Parameters Type Name Description string name The name of the field. FieldValueType valueType The type of value this field can hold. Remarks In order to add the new field to a translation memory or fields template, add it to the corresponding fields collection ( FieldDefinitions or FieldDefinitions ) and save the translation memory or fields template to persist the change ( Save() or Save() ) FieldDefinition(string, FieldValueType, string[]) Creates a new picklist field definition with the specified name and value type. Declaration public FieldDefinition(string name, FieldValueType valueType, string[] picklistItems) Parameters Type Name Description string name The name of the field. FieldValueType valueType The type of value this field can hold. This has to be SinglePicklist or MultiplePicklist . string picklistItems An array of picklist values. Remarks In order to add the new field to a translation memory or fields template, add it to the corresponding fields collection ( FieldDefinitions or FieldDefinitions ) and save the translation memory or fields template to persist the change ( Save() or Save() ) Exceptions Type Condition ArgumentException Thrown if valueType is not SinglePicklist or MultiplePicklist . Fields MaximumNameLength The maximum length of a field name. Declaration public static readonly int MaximumNameLength Field Value Type Description int MaximumTextFieldValueLength The maximum length of a text field value. Declaration public static readonly int MaximumTextFieldValueLength Field Value Type Description int Properties Id Gets a unique Id for this field definition. Declaration public Guid Id { get; } Property Value Type Description Guid IsNewObject Gets a value indicating whether this instance is new object. Declaration public bool IsNewObject { get; } Property Value Type Description bool true if this instance is new object; otherwise, false . IsPicklist Gets a value indicating whether this instance is picklist. Declaration public bool IsPicklist { get; } Property Value Type Description bool true if this instance is picklist; otherwise, false . Name Gets or sets the name of the field. Declaration public string Name { get; set; } Property Value Type Description string Remarks Note that you have to save the translation memory of the fields template to persist the change after setting this property, depending on whether the field belongs to a translation memory or a fields template. PicklistItemNames The names of all picklist items for this Field. This collection will be empty if this field is not a SinglePicklist or MultiplePicklist . Declaration public IList PicklistItemNames { get; } Property Value Type Description IList string PicklistItems Gets the picklist items representing the possible values for the field, in case this field is of type SinglePicklist or MultiplePicklist . Declaration public PicklistItemDefinitionCollection PicklistItems { get; } Property Value Type Description PicklistItemDefinitionCollection Remarks Note that you have to save the translation memory of the fields template to persist the change after adding or removing picklist items, depending on whether the field belongs to a translation memory or a fields template. Exceptions Type Condition InvalidOperationException Thrown when trying to access this property for a field that is not of type SinglePicklist or MultiplePicklist . ValueType Gets or sets the type of value that can be associated with this field. Declaration public FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Methods Clone() Creates a deep copy of this field definition. Declaration public FieldDefinition Clone() Returns Type Description FieldDefinition A copy of this field definition. Remarks The field definition returned CreateValue() Creates a FieldValue instance, with the same name and type as this field declaration. Declaration public FieldValue CreateValue() Returns Type Description FieldValue A FieldValue instance which is compatible with this field declaration. Implements IField INotifyPropertyChanged" + "keywords": "Class FieldDefinition Represents a custom field that can be associated with a translation memory or a fields template and for which values ( FieldValue ) can be associated with translation units in a translation memory (see FieldValues ). These field values can subsequently be used in filter expressions (see FilterExpression ) when searching or updating translation units. Inheritance System.Object FieldDefinition Implements IField System.ComponentModel.INotifyPropertyChanged 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class FieldDefinition : IField Constructors FieldDefinition() Creates a new empty field definition. Declaration public FieldDefinition() Remarks In order to add the new field to a translation memory or fields template, add it to the corresponding fields collection ( FieldDefinitions or FieldDefinitions ) and save the translation memory or fields template to persist the change ( Save() or Save() ) FieldDefinition(Field) Declaration public FieldDefinition(Field field) Parameters Type Name Description Field field FieldDefinition(Field, Boolean) Initializes a new instance of the FieldDefinition class. Declaration [Obsolete(\"Please use FieldDefinition(Field field) constructor \")] public FieldDefinition(Field field, bool isReadOnly) Parameters Type Name Description Field field The field. System.Boolean isReadOnly if set to true [is read only]. FieldDefinition(String, FieldValueType) Creates a new field definition with the specified name and value type. Declaration public FieldDefinition(string name, FieldValueType valueType) Parameters Type Name Description System.String name The name of the field. FieldValueType valueType The type of value this field can hold. Remarks In order to add the new field to a translation memory or fields template, add it to the corresponding fields collection ( FieldDefinitions or FieldDefinitions ) and save the translation memory or fields template to persist the change ( Save() or Save() ) FieldDefinition(String, FieldValueType, String[]) Creates a new picklist field definition with the specified name and value type. Declaration public FieldDefinition(string name, FieldValueType valueType, string[] picklistItems) Parameters Type Name Description System.String name The name of the field. FieldValueType valueType The type of value this field can hold. This has to be SinglePicklist or MultiplePicklist . System.String [] picklistItems An array of picklist values. Remarks In order to add the new field to a translation memory or fields template, add it to the corresponding fields collection ( FieldDefinitions or FieldDefinitions ) and save the translation memory or fields template to persist the change ( Save() or Save() ) Exceptions Type Condition System.ArgumentException Thrown if valueType is not SinglePicklist or MultiplePicklist . Fields MaximumNameLength The maximum length of a field name. Declaration public static readonly int MaximumNameLength Field Value Type Description System.Int32 MaximumTextFieldValueLength The maximum length of a text field value. Declaration public static readonly int MaximumTextFieldValueLength Field Value Type Description System.Int32 Properties Id Gets a unique Id for this field definition. Declaration public Guid Id { get; } Property Value Type Description System.Guid IsNewObject Gets a value indicating whether this instance is new object. Declaration public bool IsNewObject { get; } Property Value Type Description System.Boolean true if this instance is new object; otherwise, false . IsPicklist Gets a value indicating whether this instance is picklist. Declaration public bool IsPicklist { get; } Property Value Type Description System.Boolean true if this instance is picklist; otherwise, false . Name Gets or sets the name of the field. Declaration public string Name { get; set; } Property Value Type Description System.String Remarks Note that you have to save the translation memory of the fields template to persist the change after setting this property, depending on whether the field belongs to a translation memory or a fields template. PicklistItemNames The names of all picklist items for this Field. This collection will be empty if this field is not a SinglePicklist or MultiplePicklist . Declaration public IList PicklistItemNames { get; } Property Value Type Description System.Collections.Generic.IList < System.String > PicklistItems Gets the picklist items representing the possible values for the field, in case this field is of type SinglePicklist or MultiplePicklist . Declaration public PicklistItemDefinitionCollection PicklistItems { get; } Property Value Type Description PicklistItemDefinitionCollection Remarks Note that you have to save the translation memory of the fields template to persist the change after adding or removing picklist items, depending on whether the field belongs to a translation memory or a fields template. Exceptions Type Condition System.InvalidOperationException Thrown when trying to access this property for a field that is not of type SinglePicklist or MultiplePicklist . ValueType Gets or sets the type of value that can be associated with this field. Declaration public FieldValueType ValueType { get; set; } Property Value Type Description FieldValueType Methods Clone() Creates a deep copy of this field definition. Declaration public FieldDefinition Clone() Returns Type Description FieldDefinition A copy of this field definition. Remarks The field definition returned CreateValue() Creates a FieldValue instance, with the same name and type as this field declaration. Declaration public FieldValue CreateValue() Returns Type Description FieldValue A FieldValue instance which is compatible with this field declaration. Implements IField System.ComponentModel.INotifyPropertyChanged" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html", "title": "Class FieldDefinitionCollection", - "keywords": "Class FieldDefinitionCollection Represents a collection of custom fields in a translation memory (see FieldDefinitions ). Inheritance object Collection FieldDefinition ObservableCollection FieldDefinition FieldDefinitionCollection Implements IList FieldDefinition ICollection FieldDefinition IList ICollection IReadOnlyList FieldDefinition IReadOnlyCollection FieldDefinition IEnumerable FieldDefinition IEnumerable INotifyCollectionChanged INotifyPropertyChanged IFieldDefinitions Inherited Members ObservableCollection.Move(int, int) ObservableCollection.SetItem(int, FieldDefinition) ObservableCollection.MoveItem(int, int) ObservableCollection.OnPropertyChanged(PropertyChangedEventArgs) ObservableCollection.OnCollectionChanged(NotifyCollectionChangedEventArgs) ObservableCollection.BlockReentrancy() ObservableCollection.CheckReentrancy() ObservableCollection.CollectionChanged ObservableCollection.PropertyChanged Collection.Add(FieldDefinition) Collection.Clear() Collection.CopyTo(FieldDefinition[], int) Collection.Contains(FieldDefinition) Collection.GetEnumerator() Collection.IndexOf(FieldDefinition) Collection.Insert(int, FieldDefinition) Collection.Remove(FieldDefinition) Collection.RemoveAt(int) Collection.Count Collection.Items Collection.this[int] object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class FieldDefinitionCollection : ObservableCollection, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IFieldDefinitions Constructors FieldDefinitionCollection() Creates a new, empty field definition collection. Declaration public FieldDefinitionCollection() Remarks This constructor should typically only be used by implementers of IFieldsTemplate or ITranslationMemory . Properties this[string] Gets the Field with the specified name. The name is considered case-insensitive. Declaration public FieldDefinition this[string name] { get; } Parameters Type Name Description string name Property Value Type Description FieldDefinition Remarks Do not use this accessor to modify field settings directly as these changes will not be propagated to the underlying Field collection. Methods AddRange(IEnumerable) Adds a number of fields to the collection. Declaration public void AddRange(IEnumerable fieldDefinitions) Parameters Type Name Description IEnumerable FieldDefinition fieldDefinitions The fields to be added. ClearItems() Removes all items from the collection. Declaration protected override void ClearItems() Overrides ObservableCollection.ClearItems() InsertItem(int, FieldDefinition) Inserts an item into the collection at the specified index. Declaration protected override void InsertItem(int index, FieldDefinition item) Parameters Type Name Description int index The zero-based index at which item should be inserted. FieldDefinition item The object to insert. Overrides ObservableCollection.InsertItem(int, FieldDefinition) LookupIField(Guid) Returns the field with the specified GUID, or null if there is no field with that GUID. Declaration public IField LookupIField(Guid guid) Parameters Type Name Description Guid guid Returns Type Description IField LookupIField(string) Returns the field with the specified name, or null if there is no field with that name. Declaration public IField LookupIField(string name) Parameters Type Name Description string name Returns Type Description IField RemoveItem(int) Removes the item at the specified index of the collection. Declaration protected override void RemoveItem(int index) Parameters Type Name Description int index The zero-based index of the element to remove. Overrides ObservableCollection.RemoveItem(int) Implements IList ICollection IList ICollection IReadOnlyList IReadOnlyCollection IEnumerable IEnumerable INotifyCollectionChanged INotifyPropertyChanged IFieldDefinitions" + "keywords": "Class FieldDefinitionCollection Represents a collection of custom fields in a translation memory (see FieldDefinitions ). Inheritance System.Object FieldDefinitionCollection Implements IFieldDefinitions Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class FieldDefinitionCollection : ObservableCollection, IFieldDefinitions Constructors FieldDefinitionCollection() Creates a new, empty field definition collection. Declaration public FieldDefinitionCollection() Remarks This constructor should typically only be used by implementers of IFieldsTemplate or ITranslationMemory . Properties Item[String] Gets the Field with the specified name. The name is considered case-insensitive. Declaration public FieldDefinition this[string name] { get; } Parameters Type Name Description System.String name Property Value Type Description FieldDefinition Remarks Do not use this accessor to modify field settings directly as these changes will not be propagated to the underlying Field collection. Methods AddRange(IEnumerable) Adds a number of fields to the collection. Declaration public void AddRange(IEnumerable fieldDefinitions) Parameters Type Name Description System.Collections.Generic.IEnumerable < FieldDefinition > fieldDefinitions The fields to be added. ClearItems() Removes all items from the collection. Declaration protected override void ClearItems() InsertItem(Int32, FieldDefinition) Inserts an item into the collection at the specified index. Declaration protected override void InsertItem(int index, FieldDefinition item) Parameters Type Name Description System.Int32 index The zero-based index at which item should be inserted. FieldDefinition item The object to insert. LookupIField(Guid) Returns the field with the specified GUID, or null if there is no field with that GUID. Declaration public IField LookupIField(Guid guid) Parameters Type Name Description System.Guid guid Returns Type Description IField LookupIField(String) Returns the field with the specified name, or null if there is no field with that name. Declaration public IField LookupIField(string name) Parameters Type Name Description System.String name Returns Type Description IField RemoveItem(Int32) Removes the item at the specified index of the collection. Declaration protected override void RemoveItem(int index) Parameters Type Name Description System.Int32 index The zero-based index of the element to remove. Implements IFieldDefinitions" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.html", "title": "Class FileBasedLanguageResourcesTemplate", - "keywords": "Class FileBasedLanguageResourcesTemplate A language resources template implementation ( ILanguageResourcesTemplate ) that can be loaded from and saved to a file. Inheritance object FileBasedLanguageResourcesTemplate Implements ILanguageResourcesTemplate ISupportPlaceables Inherited Members object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class FileBasedLanguageResourcesTemplate : ILanguageResourcesTemplate, ISupportPlaceables Constructors FileBasedLanguageResourcesTemplate() Creates a new file-based language resources template. Declaration public FileBasedLanguageResourcesTemplate() FileBasedLanguageResourcesTemplate(Guid) Creates a new file-based language resources template with the provided ID. This is useful during copying. Declaration public FileBasedLanguageResourcesTemplate(Guid id) Parameters Type Name Description Guid id FileBasedLanguageResourcesTemplate(string) Loads a file-based language resources template from the specified file. Declaration public FileBasedLanguageResourcesTemplate(string filePath) Parameters Type Name Description string filePath The location where the template should be loaded from. Exceptions Type Condition ArgumentNullException Thrown when filePath is null or empty. FileNotFoundException Thrown if filePath does not exist. Properties Description Gets or sets the description of this template. Declaration public string Description { get; set; } Property Value Type Description string FilePath Gets the location where this language resources template is located. Declaration public string FilePath { get; } Property Value Type Description string Id gets the unique id of this template. Declaration public Guid Id { get; set; } Property Value Type Description Guid LanguageResourceBundles Gets the collection of language resource bundles in this template. Declaration public LanguageResourceBundleCollection LanguageResourceBundles { get; } Property Value Type Description LanguageResourceBundleCollection Name Gets or sets the name of this template. Not that this is not necessarily the same as the file name. Declaration public string Name { get; set; } Property Value Type Description string Recognizers Gets or sets the recognizers which are enabled for this template. Declaration public BuiltinRecognizers Recognizers { get; set; } Property Value Type Description BuiltinRecognizers TokenizerFlags Gets or sets the flags affecting tokenizer behaviour for this language resource template. Declaration public TokenizerFlags? TokenizerFlags { get; set; } Property Value Type Description TokenizerFlags WordCountFlags Gets or sets the flags affecting word count behaviour for this language resource template. Declaration public WordCountFlags? WordCountFlags { get; set; } Property Value Type Description WordCountFlags Methods Refresh() Reloads the template from the file. Declaration public void Refresh() Exceptions Type Condition InvalidOperationException Thrown when trying to call this method on an unsaved template. Save() Saves the template to the location specified in FilePath . If this is the first time the template is saved, use SaveAs(string) instead. Declaration public void Save() Exceptions Type Condition InvalidOperationException Thrown if this template has not been saved before. Use SaveAs and specify a file path instead. Save(Stream) Saves this template to the specified stream. Declaration public void Save(Stream stream) Parameters Type Name Description Stream stream The stream to which the template should be saved. SaveAs(string) Saves the template to the specified location. This also updates the current FilePath . Subsequent calls to Save() will save the template to this new location. Declaration public void SaveAs(string filePath) Parameters Type Name Description string filePath The location to save the template to. Exceptions Type Condition ArgumentNullException Thrown when filePath is null or empty. ToString() Declaration public override string ToString() Returns Type Description string Overrides object.ToString() Implements ILanguageResourcesTemplate ISupportPlaceables" + "keywords": "Class FileBasedLanguageResourcesTemplate A language resources template implementation ( ILanguageResourcesTemplate ) that can be loaded from and saved to a file. Inheritance System.Object FileBasedLanguageResourcesTemplate Implements ILanguageResourcesTemplate ISupportPlaceables Inherited Members 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class FileBasedLanguageResourcesTemplate : ILanguageResourcesTemplate, ISupportPlaceables Constructors FileBasedLanguageResourcesTemplate() Creates a new file-based language resources template. Declaration public FileBasedLanguageResourcesTemplate() FileBasedLanguageResourcesTemplate(Guid) Creates a new file-based language resources template with the provided ID. This is useful during copying. Declaration public FileBasedLanguageResourcesTemplate(Guid id) Parameters Type Name Description System.Guid id FileBasedLanguageResourcesTemplate(String) Loads a file-based language resources template from the specified file. Declaration public FileBasedLanguageResourcesTemplate(string filePath) Parameters Type Name Description System.String filePath The location where the template should be loaded from. Exceptions Type Condition System.ArgumentNullException Thrown when filePath is null or empty. System.IO.FileNotFoundException Thrown if filePath does not exist. Properties Description Gets or sets the description of this template. Declaration public string Description { get; set; } Property Value Type Description System.String FilePath Gets the location where this language resources template is located. Declaration public string FilePath { get; } Property Value Type Description System.String Id gets the unique id of this template. Declaration public Guid Id { get; set; } Property Value Type Description System.Guid LanguageResourceBundles Gets the collection of language resource bundles in this template. Declaration public LanguageResourceBundleCollection LanguageResourceBundles { get; } Property Value Type Description LanguageResourceBundleCollection Name Gets or sets the name of this template. Not that this is not necessarily the same as the file name. Declaration public string Name { get; set; } Property Value Type Description System.String Recognizers Gets or sets the recognizers which are enabled for this template. Declaration public BuiltinRecognizers Recognizers { get; set; } Property Value Type Description BuiltinRecognizers TokenizerFlags Gets or sets the flags affecting tokenizer behaviour for this language resource template. Declaration public TokenizerFlags? TokenizerFlags { get; set; } Property Value Type Description System.Nullable < TokenizerFlags > WordCountFlags Gets or sets the flags affecting word count behaviour for this language resource template. Declaration public WordCountFlags? WordCountFlags { get; set; } Property Value Type Description System.Nullable < WordCountFlags > Methods Refresh() Reloads the template from the file. Declaration public void Refresh() Exceptions Type Condition System.InvalidOperationException Thrown when trying to call this method on an unsaved template. Save() Saves the template to the location specified in FilePath . If this is the first time the template is saved, use SaveAs(String) instead. Declaration public void Save() Exceptions Type Condition System.InvalidOperationException Thrown if this template has not been saved before. Use SaveAs and specify a file path instead. Save(Stream) Saves this template to the specified stream. Declaration public void Save(Stream stream) Parameters Type Name Description System.IO.Stream stream The stream to which the template should be saved. SaveAs(String) Saves the template to the specified location. This also updates the current FilePath . Subsequent calls to Save() will save the template to this new location. Declaration public void SaveAs(string filePath) Parameters Type Name Description System.String filePath The location to save the template to. Exceptions Type Condition System.ArgumentNullException Thrown when filePath is null or empty. ToString() Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Implements ILanguageResourcesTemplate ISupportPlaceables" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html", "title": "Class FileBasedTranslationMemory", - "keywords": "Class FileBasedTranslationMemory Represents a bilingual file-based translation memory. Inheritance object AbstractLocalTranslationMemory FileBasedTranslationMemory Implements IFileBasedTranslationMemory IAlignableTranslationMemory ITranslationMemory2015 ITranslationMemory ITranslationProvider ISupportPlaceables IReindexableTranslationMemory ILocalTranslationMemory IAdvancedContextTranslationMemory Inherited Members AbstractLocalTranslationMemory.CreateFileBasedTranslationMemoryLanguageDirection() AbstractLocalTranslationMemory.GetTranslationUnitCount() AbstractLocalTranslationMemory.Refresh() AbstractLocalTranslationMemory.Save() AbstractLocalTranslationMemory.Save(IProgress, CancellationToken) AbstractLocalTranslationMemory.Delete() AbstractLocalTranslationMemory.RecomputeFuzzyIndexStatistics() AbstractLocalTranslationMemory.ClearFuzzyCache() AbstractLocalTranslationMemory.ShouldRecomputeFuzzyIndexStatistics() AbstractLocalTranslationMemory.SupportsLanguageDirection(LanguagePair) AbstractLocalTranslationMemory.GetLanguageDirection(LanguagePair) AbstractLocalTranslationMemory.SerializeState() AbstractLocalTranslationMemory.LoadState(string) AbstractLocalTranslationMemory.FuzzyIndexes AbstractLocalTranslationMemory.Recognizers AbstractLocalTranslationMemory.Copyright AbstractLocalTranslationMemory.CreationDate AbstractLocalTranslationMemory.CreationUserName AbstractLocalTranslationMemory.Description AbstractLocalTranslationMemory.ExpirationDate AbstractLocalTranslationMemory.FieldDefinitions AbstractLocalTranslationMemory.LanguageResourceBundles AbstractLocalTranslationMemory.Uri AbstractLocalTranslationMemory.Name AbstractLocalTranslationMemory.SupportsTaggedInput AbstractLocalTranslationMemory.SupportsScoring AbstractLocalTranslationMemory.SupportsSearchForTranslationUnits AbstractLocalTranslationMemory.SupportsMultipleResults AbstractLocalTranslationMemory.SupportsFilters AbstractLocalTranslationMemory.SupportsPenalties AbstractLocalTranslationMemory.SupportsStructureContext AbstractLocalTranslationMemory.SupportsDocumentSearches AbstractLocalTranslationMemory.SupportsUpdate AbstractLocalTranslationMemory.SupportsPlaceables AbstractLocalTranslationMemory.SupportsTranslation AbstractLocalTranslationMemory.SupportsFuzzySearch AbstractLocalTranslationMemory.SupportsConcordanceSearch AbstractLocalTranslationMemory.SupportsSourceConcordanceSearch AbstractLocalTranslationMemory.SupportsTargetConcordanceSearch AbstractLocalTranslationMemory.SupportsWordCounts AbstractLocalTranslationMemory.IsReadOnly AbstractLocalTranslationMemory.TranslationMethod AbstractLocalTranslationMemory.FuzzyIndexTuningSettings AbstractLocalTranslationMemory.FuzzyIndexStatisticsRecomputedAt AbstractLocalTranslationMemory.FuzzyIndexStatisticsSize AbstractLocalTranslationMemory.LanguageDirection AbstractLocalTranslationMemory.SupportedLanguageDirections object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class FileBasedTranslationMemory : AbstractLocalTranslationMemory, IFileBasedTranslationMemory, IAlignableTranslationMemory, ITranslationMemory2015, ITranslationMemory, ITranslationProvider, ISupportPlaceables, IReindexableTranslationMemory, ILocalTranslationMemory, IAdvancedContextTranslationMemory Constructors FileBasedTranslationMemory(string) Opens an existing file-based translation memory. Declaration public FileBasedTranslationMemory(string tmFilePath) Parameters Type Name Description string tmFilePath The absolute path of the translation memory file. Exceptions Type Condition ArgumentNullException Thrown when tmFilePath is null or empty. FileNotFoundException Thrown if tmFilePath does not exist. FileBasedTranslationMemory(string, string) Opens an existing file-based translation memory and unlocks it with the specified password. Declaration public FileBasedTranslationMemory(string tmFilePath, string password) Parameters Type Name Description string tmFilePath The absolute path of the translation memory file. string password The password. Exceptions Type Condition ArgumentNullException Thrown when tmFilePath or password are null or empty. FileNotFoundException Thrown if tmFilePath does not exist. FileBasedTranslationMemory(string, string, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags) Creates a new file-based translation memory. Declaration public FileBasedTranslationMemory(string tmFilePath, string description, CultureCode sourceLanguage, CultureCode targetLanguage, FuzzyIndexes indexes, BuiltinRecognizers recognizers, TokenizerFlags tokenizerFlags, WordCountFlags wordCountFlags) Parameters Type Name Description string tmFilePath The absolute path where the translation memory file should be created. string description A description for the translation memory. CultureCode sourceLanguage A region-qualified culture, representing the source language. CultureCode targetLanguage A region-qualified culture, representing the target language. FuzzyIndexes indexes The set of fuzzy indexes that should be created in this translation memory. BuiltinRecognizers recognizers Recognizer settings. TokenizerFlags tokenizerFlags Flags affecting tokenizer behaviour for this TM WordCountFlags wordCountFlags Flags affecting word count behaviour for this TM Exceptions Type Condition ArgumentNullException Thrown when tmFilePath , description , sourceLanguage or targetLanguage is null or empty. ArgumentException Thrown when sourceLanguage or targetLanguage are not region-qualified cultures. FileBasedTranslationMemory(string, string, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, bool) Creates a new file-based translation memory. Declaration public FileBasedTranslationMemory(string tmFilePath, string description, CultureCode sourceLanguage, CultureCode targetLanguage, FuzzyIndexes indexes, BuiltinRecognizers recognizers, TokenizerFlags tokenizerFlags, WordCountFlags wordCountFlags, bool supportsAlignmentData) Parameters Type Name Description string tmFilePath The absolute path where the translation memory file should be created. string description A description for the translation memory. CultureCode sourceLanguage A region-qualified culture, representing the source language. CultureCode targetLanguage A region-qualified culture, representing the target language. FuzzyIndexes indexes The set of fuzzy indexes that should be created in this translation memory. BuiltinRecognizers recognizers Recognizer settings. TokenizerFlags tokenizerFlags Flags affecting tokenizer behaviour for this TM WordCountFlags wordCountFlags Flags affecting word count behaviour for this TM bool supportsAlignmentData True if the translation memory should support fine-grained alignment of content, false otherwise Exceptions Type Condition ArgumentNullException Thrown when tmFilePath , description , sourceLanguage or targetLanguage is null or empty. ArgumentException Thrown when sourceLanguage or targetLanguage are not region-qualified cultures. FileBasedTranslationMemory(string, string, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, bool, TextContextMatchType, bool, bool) Creates a new file-based translation memory. Declaration public FileBasedTranslationMemory(string tmFilePath, string description, CultureCode sourceLanguage, CultureCode targetLanguage, FuzzyIndexes indexes, BuiltinRecognizers recognizers, TokenizerFlags tokenizerFlags, WordCountFlags wordCountFlags, bool supportsAlignmentData, TextContextMatchType textContextMatchType, bool usesIdContextMatch, bool usesLegacyHashes) Parameters Type Name Description string tmFilePath The absolute path where the translation memory file should be created. string description A description for the translation memory. CultureCode sourceLanguage A region-qualified culture, representing the source language. CultureCode targetLanguage A region-qualified culture, representing the target language. FuzzyIndexes indexes The set of fuzzy indexes that should be created in this translation memory. BuiltinRecognizers recognizers Recognizer settings. TokenizerFlags tokenizerFlags Flags affecting tokenizer behaviour for this TM WordCountFlags wordCountFlags Flags affecting word count behaviour for this TM bool supportsAlignmentData True if the translation memory should support fine-grained alignment of content, false otherwise TextContextMatchType textContextMatchType The type of text context matching the TM should use bool usesIdContextMatch If true, indicates the TM should support IdContexMatch bool usesLegacyHashes True if the translation memory should use legacy segment hashing, for data conversion purposes Exceptions Type Condition ArgumentNullException Thrown when tmFilePath , description , sourceLanguage or targetLanguage is null or empty. ArgumentException Thrown when sourceLanguage or targetLanguage are not region-qualified cultures. FileBasedTranslationMemory(Uri) Opens an existing file-based translation memory given the Uri for a FileBasedTranslationMemory class. Declaration public FileBasedTranslationMemory(Uri uri) Parameters Type Name Description Uri uri The Uri of a FileBasedTranslationMemory class. Properties AlignedPredatedTranslationUnitCount Gets the number of TUs that were added after the model used to align them was built, but before the latest model was built. Declaration public int AlignedPredatedTranslationUnitCount { get; } Property Value Type Description int AlignerDefinition Gets the AlignerDefinition that has been set for this TM, or null if there is none Declaration public AlignerDefinition AlignerDefinition { get; } Property Value Type Description AlignerDefinition CanBuildModel Indicates whether the TM has enough data for the translation model associated with it to be built Declaration public bool CanBuildModel { get; } Property Value Type Description bool CanReportReindexRequired Returns true for file-based TMs capable of reporting whether TUs require reindexing, or false for legacy TMs that do not support this capability. Declaration public bool CanReportReindexRequired { get; set; } Property Value Type Description bool FGASupport Returns the status of fine-grained-alignment support for the TM Declaration public FGASupport FGASupport { get; set; } Property Value Type Description FGASupport FilePath Gets the file path. Declaration public string FilePath { get; } Property Value Type Description string The file path. HasAdministratorPassword Gets a value indicating whether this instance has an administrator password. Declaration public bool HasAdministratorPassword { get; } Property Value Type Description bool true if this instance has administrator password; otherwise, false . HasMaintenancePassword Gets a value indicating whether this instance has maintenance password. Declaration public bool HasMaintenancePassword { get; } Property Value Type Description bool true if this instance has maintenance password; otherwise, false . HasReadOnlyPassword Gets a value indicating whether this instance has read only password. Declaration public bool HasReadOnlyPassword { get; } Property Value Type Description bool true if this instance has read only password; otherwise, false . HasReadWritePassword Gets a value indicating whether this instance has read write password. Declaration public bool HasReadWritePassword { get; } Property Value Type Description bool true if this instance has read write password; otherwise, false . IsProtected Gets a value indicating whether this instance is protected one or more passwords. Declaration public bool IsProtected { get; } Property Value Type Description bool true if this instance is protected; otherwise, false . IsUnlockedWithSufficientPermissions Determines whether the file based translation memory has been unlocked with sufficient permissions to be deemed available. When null, no attempt has been made to unlock the file based translation memory and obtain sufficient permission. When false, an attempt has been made to unlock the file based translation memory and obtain sufficient permission that failed. When true, an attempt has been made to unlock the file based translation memory and obtain sufficient permission that succeeded. If this is false then StatusInfo. Available will be false with a message \"Not unlocked with sufficient permissions.\" This property should be set by the calling code after the user has been challenged. Declaration public bool? IsUnlockedWithSufficientPermissions { get; set; } Property Value Type Description bool ModelDetails Provides details of the translation model associated with this file-based TM Declaration public TranslationModelDetails ModelDetails { get; } Property Value Type Description TranslationModelDetails ReindexRequired Returns true if any TUs require reindexing, based on the value of their tokenization_signature_hash column, false otherwise, or null if the TM is a legacy file-based TM that does not have this column. Declaration public bool? ReindexRequired { get; } Property Value Type Description bool ShouldAlign Indicates whether 'quick' alignment (i.e. alignment of any unaligned TUs, plus postdated TUs for which a newer model is now available) is recommended Declaration public bool ShouldAlign { get; } Property Value Type Description bool ShouldBuildModel Indicates whether a build (or rebuild) of the translation model is recommended Declaration public bool ShouldBuildModel { get; } Property Value Type Description bool Remarks Recommendation considers a significant amount of new content has been added to the TM since the model was built (see TranslationUnitNewerThanModelCount StatusInfo Gets the status info for the translation memory. A file-based translation memory is considered available if the translation memory file exists and if the translation memory has been unlocked by calling Unlock(string) (in case the translation memory) is password protected. Declaration public override ProviderStatusInfo StatusInfo { get; } Property Value Type Description ProviderStatusInfo Overrides AbstractLocalTranslationMemory.StatusInfo TextContextMatchType Returns the type of TextContextMatchType specified when the TM was created Declaration public TextContextMatchType TextContextMatchType { get; } Property Value Type Description TextContextMatchType TokenizerFlags Gets or sets the flags affecting tokenizer behaviour for this TM. Note that changing tokenizer flags may require reindexing. Declaration public TokenizerFlags TokenizerFlags { get; set; } Property Value Type Description TokenizerFlags TranslationUnitNewerThanModelCount Gets the number of TUs that have been added subsequent to the date of the translation model Declaration public int TranslationUnitNewerThanModelCount { get; } Property Value Type Description int TuCountForReindex Returns the number of TUs that require reindexing, based on the value of their tokenization_signature_hash column, or -1 if the TM is a legacy file-based TM that does not have this column. Declaration public int TuCountForReindex { get; } Property Value Type Description int UnalignedTranslationUnitCount Gets the number of TUs that do not have fine-grained alignment information. Declaration public int UnalignedTranslationUnitCount { get; } Property Value Type Description int UserName Sets the user name on the container to override the default windows user ID Declaration public string UserName { set; } Property Value Type Description string UsesIdContextMatching Returns true if the TM was created with support for ID-based context matching Declaration public bool UsesIdContextMatching { get; } Property Value Type Description bool UsesLegacyHashes Returns true if the TM is using legacy segment hashing (and can therefore consume legacy context information in TMX without conversion) Declaration public bool UsesLegacyHashes { get; set; } Property Value Type Description bool WordCountFlags Gets or sets the flags affecting word count behaviour for this TM. Declaration public WordCountFlags WordCountFlags { get; set; } Property Value Type Description WordCountFlags Methods AlignTranslationUnits(TranslationUnit[]) Attempt to performs fine-grained alignment on a list of translation units as if they were part of the translation memory. Declaration public AlignResult[] AlignTranslationUnits(TranslationUnit[] tus) Parameters Type Name Description TranslationUnit tus Array of Translation Units Returns Type Description AlignResult Array of AlignResult enums reflecting the result of each alignment attempt. AlignTranslationUnits(bool, bool, CancellationToken, IProgress) Performs bulk fine-grained alignment on translation units in a TM Declaration public void AlignTranslationUnits(bool unalignedOnly, bool unalignedOrPostdatedOnly, CancellationToken token, IProgress progress) Parameters Type Name Description bool unalignedOnly If true, will only operate on translation units that do not already have any alignment information bool unalignedOrPostdatedOnly If true, will only operate on translation units that do not already have any alignment information or are postdated (see remarks). In this case, unalignedOnly must be false. CancellationToken token A CancellationToken whose CancellationTokenSource can be used to cancel the alignment IProgress int progress Remarks An aligned, postdated TU is one that has been aligned, but was added to the TM after the translation model used for alignment was built. BuildModel() Builds the translation model associated with this file-based TM Declaration public void BuildModel() ClearAlignmentData() Deletes any fine-grained alignment data from the TM Declaration public void ClearAlignmentData() ClearModel() Declaration public void ClearModel() Equals(object) Determines whether the specified object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with this instance. Returns Type Description bool true if the specified object is equal to this instance; otherwise, false . Overrides object.Equals(object) Exceptions Type Condition NullReferenceException The obj parameter is null. GetFileBasedTranslationMemoryFilePath(Uri) Gets the file-based translation memory file path from the given Uri. Declaration public static string GetFileBasedTranslationMemoryFilePath(Uri uri) Parameters Type Name Description Uri uri A file-based translation memory Uri. Returns Type Description string file-based translation memory file path Exceptions Type Condition ArgumentException Thrown when uri is not a file-based translation memory Uri. GetFileBasedTranslationMemoryName(Uri) Gets the file-based translation memory file name (excluding the path) from the given Uri. Declaration public static string GetFileBasedTranslationMemoryName(Uri uri) Parameters Type Name Description Uri uri A file-based translation memory Uri. Returns Type Description string The file-based translation memory file name, excluding the path. Exceptions Type Condition ArgumentException Thrown when uri is not a file-based translation memory Uri. GetFileBasedTranslationMemoryScheme() Gets the file-based translation memory scheme. Declaration public static string GetFileBasedTranslationMemoryScheme() Returns Type Description string file-based translation memory scheme GetFileBasedTranslationMemoryUri(string) Gets the file-based translation memory Uri from the given file path. Declaration public static Uri GetFileBasedTranslationMemoryUri(string filePath) Parameters Type Name Description string filePath file path Returns Type Description Uri file-based translation memory Uri GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description int A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides object.GetHashCode() GetValidAccessModes(string) Returns the list of access modes that are valid for the given permission. So if the password is set for one of the returned access modes, the specified permission will be granted. For example, if the permission is \"batchedittu\", the valid access modes would be Maintenance and Administrator. Declaration public IList GetValidAccessModes(string permission) Parameters Type Name Description string permission Returns Type Description IList TranslationMemoryFileAccessMode HasAccessModePermission(TranslationMemoryFileAccessMode) Returns true if permission is granted to access the TM with the specified access mode. Declaration public bool HasAccessModePermission(TranslationMemoryFileAccessMode accessMode) Parameters Type Name Description TranslationMemoryFileAccessMode accessMode Returns Type Description bool HasPermission(string) Checks whether the current user has the specified permission on this translation memory. Declaration public override bool HasPermission(string permission) Parameters Type Name Description string permission A permission ID. See TranslationMemoryPermissions . Returns Type Description bool True if the user has the specified permission for this TM. Overrides AbstractLocalTranslationMemory.HasPermission(string) IsFileBasedTranslationMemory(Uri) Determines whether the given Uri represents a file-based translation memory. Declaration public static bool IsFileBasedTranslationMemory(Uri uri) Parameters Type Name Description Uri uri The Uri to check. Returns Type Description bool Whether uri represents file-based translation memory Uri. IsPasswordSet(string) Determines whether a specified password is already in use on the TM. Declaration public TranslationMemoryFileAccessMode? IsPasswordSet(string password) Parameters Type Name Description string password The password to check Returns Type Description TranslationMemoryFileAccessMode The access mode that the password is set for, or null if the password is not already in use on the TM MeasureModelFitness(ref RegularIterator, bool) Measures how well the model 'fits' the TM content, by counting out-of-vocabulary words Declaration public TranslationModelFitness MeasureModelFitness(ref RegularIterator iterator, bool postdatedOrUnalignedOnly) Parameters Type Name Description RegularIterator iterator bool postdatedOrUnalignedOnly Returns Type Description TranslationModelFitness OnProgress(TranslationModelProgressEventArgs) Declaration protected void OnProgress(TranslationModelProgressEventArgs progressEventArgs) Parameters Type Name Description TranslationModelProgressEventArgs progressEventArgs OnProgress(object, TranslationModelProgressEventArgs) Declaration protected void OnProgress(object sender, TranslationModelProgressEventArgs progressEventArgs) Parameters Type Name Description object sender TranslationModelProgressEventArgs progressEventArgs RefreshStatusInfo() Refreshes the current status information. Declaration public override void RefreshStatusInfo() Overrides AbstractLocalTranslationMemory.RefreshStatusInfo() SelectiveReindexTranslationUnits(CancellationToken, IProgress) Provides similar functionality to ReindexTranslationUnits, except that only TUs that require reindexing are reindexed, based on the value of their tokenization_signature_hash column, or no TUs if the TM is a legacy file-based TM that does not have this column. Declaration public void SelectiveReindexTranslationUnits(CancellationToken token, IProgress progress) Parameters Type Name Description CancellationToken token IProgress int progress SetAdministratorPassword(string) Sets the administrator password and unlocks the TM so the TM is open in administrator mode. Declaration public void SetAdministratorPassword(string password) Parameters Type Name Description string password The password; or null to remove the password restriction. Note that setting this password to null also sets all the other passwords to null (if they are currently set). SetMaintenancePassword(string) Sets the maintenance password. Declaration public void SetMaintenancePassword(string password) Parameters Type Name Description string password The password; or null to remove the password restriction. Note that setting this password to null also sets all the read-write and read-only passwords to null (if they are currently set). Remarks This method just updates the password stored in the TM. It does not unlock the translation memory. Use Unlock(string) to do this. Exceptions Type Condition InvalidOperationException Thrown when trying to set a maintenance password without having set an administrator password. SetReadOnlyPassword(string) Sets the read only password. Declaration public void SetReadOnlyPassword(string password) Parameters Type Name Description string password The password; or null to remove the password restriction. Remarks This method just updates the password stored in the TM. It does not unlock the translation memory. Use Unlock(string) to do this. Exceptions Type Condition InvalidOperationException Thrown when trying to set a read-only password without having set administrator, maintenance and read-write passwords. SetReadWritePassword(string) Sets the read write password. Declaration public void SetReadWritePassword(string password) Parameters Type Name Description string password The password; or null to remove the password restriction. Note that setting this password to null also sets the read-only passwords to null (if it is currently set). Remarks This method just updates the password stored in the TM. It does not unlock the translation memory. Use Unlock(string) to do this. Exceptions Type Condition InvalidOperationException Thrown when trying to set a read-write password without having set administrator and maintenance passwords. Unlock(string) Unlocks the translation memory with the specified password. Declaration public void Unlock(string password) Parameters Type Name Description string password Events TranslationModelProgress Reports the progress of building a translation model Declaration public event EventHandler TranslationModelProgress Event Type Type Description EventHandler TranslationModelProgressEventArgs Implements IFileBasedTranslationMemory IAlignableTranslationMemory ITranslationMemory2015 ITranslationMemory ITranslationProvider ISupportPlaceables IReindexableTranslationMemory ILocalTranslationMemory IAdvancedContextTranslationMemory" + "keywords": "Class FileBasedTranslationMemory Represents a bilingual file-based translation memory. Inheritance System.Object AbstractLocalTranslationMemory FileBasedTranslationMemory Implements IFileBasedTranslationMemory IAlignableTranslationMemory ITranslationMemory2015 ITranslationMemory ITranslationProvider ISupportPlaceables IReindexableTranslationMemory ILocalTranslationMemory IAdvancedContextTranslationMemory Inherited Members AbstractLocalTranslationMemory.CreateFileBasedTranslationMemoryLanguageDirection() AbstractLocalTranslationMemory.GetTranslationUnitCount() AbstractLocalTranslationMemory.Refresh() AbstractLocalTranslationMemory.Save() AbstractLocalTranslationMemory.Save(IProgress, CancellationToken) AbstractLocalTranslationMemory.Delete() AbstractLocalTranslationMemory.RecomputeFuzzyIndexStatistics() AbstractLocalTranslationMemory.ClearFuzzyCache() AbstractLocalTranslationMemory.ShouldRecomputeFuzzyIndexStatistics() AbstractLocalTranslationMemory.SupportsLanguageDirection(LanguagePair) AbstractLocalTranslationMemory.GetLanguageDirection(LanguagePair) AbstractLocalTranslationMemory.ITranslationProvider.GetLanguageDirection(LanguagePair) AbstractLocalTranslationMemory.SerializeState() AbstractLocalTranslationMemory.LoadState(String) AbstractLocalTranslationMemory.FuzzyIndexes AbstractLocalTranslationMemory.Recognizers AbstractLocalTranslationMemory.Copyright AbstractLocalTranslationMemory.CreationDate AbstractLocalTranslationMemory.CreationUserName AbstractLocalTranslationMemory.Description AbstractLocalTranslationMemory.ExpirationDate AbstractLocalTranslationMemory.FieldDefinitions AbstractLocalTranslationMemory.LanguageResourceBundles AbstractLocalTranslationMemory.Uri AbstractLocalTranslationMemory.Name AbstractLocalTranslationMemory.SupportsTaggedInput AbstractLocalTranslationMemory.SupportsScoring AbstractLocalTranslationMemory.SupportsSearchForTranslationUnits AbstractLocalTranslationMemory.SupportsMultipleResults AbstractLocalTranslationMemory.SupportsFilters AbstractLocalTranslationMemory.SupportsPenalties AbstractLocalTranslationMemory.SupportsStructureContext AbstractLocalTranslationMemory.SupportsDocumentSearches AbstractLocalTranslationMemory.SupportsUpdate AbstractLocalTranslationMemory.SupportsPlaceables AbstractLocalTranslationMemory.SupportsTranslation AbstractLocalTranslationMemory.SupportsFuzzySearch AbstractLocalTranslationMemory.SupportsConcordanceSearch AbstractLocalTranslationMemory.SupportsSourceConcordanceSearch AbstractLocalTranslationMemory.SupportsTargetConcordanceSearch AbstractLocalTranslationMemory.SupportsWordCounts AbstractLocalTranslationMemory.IsReadOnly AbstractLocalTranslationMemory.TranslationMethod AbstractLocalTranslationMemory.FuzzyIndexTuningSettings AbstractLocalTranslationMemory.FuzzyIndexStatisticsRecomputedAt AbstractLocalTranslationMemory.FuzzyIndexStatisticsSize AbstractLocalTranslationMemory.LanguageDirection AbstractLocalTranslationMemory.SupportedLanguageDirections System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class FileBasedTranslationMemory : AbstractLocalTranslationMemory, IFileBasedTranslationMemory, IAlignableTranslationMemory, ITranslationMemory2015, ITranslationMemory, ITranslationProvider, ISupportPlaceables, IReindexableTranslationMemory, ILocalTranslationMemory, IAdvancedContextTranslationMemory Constructors FileBasedTranslationMemory(String) Opens an existing file-based translation memory. Declaration public FileBasedTranslationMemory(string tmFilePath) Parameters Type Name Description System.String tmFilePath The absolute path of the translation memory file. Exceptions Type Condition System.ArgumentNullException Thrown when tmFilePath is null or empty. System.IO.FileNotFoundException Thrown if tmFilePath does not exist. FileBasedTranslationMemory(String, String) Opens an existing file-based translation memory and unlocks it with the specified password. Declaration public FileBasedTranslationMemory(string tmFilePath, string password) Parameters Type Name Description System.String tmFilePath The absolute path of the translation memory file. System.String password The password. Exceptions Type Condition System.ArgumentNullException Thrown when tmFilePath or password are null or empty. System.IO.FileNotFoundException Thrown if tmFilePath does not exist. FileBasedTranslationMemory(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags) Creates a new file-based translation memory. Declaration public FileBasedTranslationMemory(string tmFilePath, string description, CultureCode sourceLanguage, CultureCode targetLanguage, FuzzyIndexes indexes, BuiltinRecognizers recognizers, TokenizerFlags tokenizerFlags, WordCountFlags wordCountFlags) Parameters Type Name Description System.String tmFilePath The absolute path where the translation memory file should be created. System.String description A description for the translation memory. Sdl.Core.Globalization.CultureCode sourceLanguage A region-qualified culture, representing the source language. Sdl.Core.Globalization.CultureCode targetLanguage A region-qualified culture, representing the target language. FuzzyIndexes indexes The set of fuzzy indexes that should be created in this translation memory. BuiltinRecognizers recognizers Recognizer settings. TokenizerFlags tokenizerFlags Flags affecting tokenizer behaviour for this TM WordCountFlags wordCountFlags Flags affecting word count behaviour for this TM Exceptions Type Condition System.ArgumentNullException Thrown when tmFilePath , description , sourceLanguage or targetLanguage is null or empty. System.ArgumentException Thrown when sourceLanguage or targetLanguage are not region-qualified cultures. FileBasedTranslationMemory(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, Boolean) Creates a new file-based translation memory. Declaration public FileBasedTranslationMemory(string tmFilePath, string description, CultureCode sourceLanguage, CultureCode targetLanguage, FuzzyIndexes indexes, BuiltinRecognizers recognizers, TokenizerFlags tokenizerFlags, WordCountFlags wordCountFlags, bool supportsAlignmentData) Parameters Type Name Description System.String tmFilePath The absolute path where the translation memory file should be created. System.String description A description for the translation memory. Sdl.Core.Globalization.CultureCode sourceLanguage A region-qualified culture, representing the source language. Sdl.Core.Globalization.CultureCode targetLanguage A region-qualified culture, representing the target language. FuzzyIndexes indexes The set of fuzzy indexes that should be created in this translation memory. BuiltinRecognizers recognizers Recognizer settings. TokenizerFlags tokenizerFlags Flags affecting tokenizer behaviour for this TM WordCountFlags wordCountFlags Flags affecting word count behaviour for this TM System.Boolean supportsAlignmentData True if the translation memory should support fine-grained alignment of content, false otherwise Exceptions Type Condition System.ArgumentNullException Thrown when tmFilePath , description , sourceLanguage or targetLanguage is null or empty. System.ArgumentException Thrown when sourceLanguage or targetLanguage are not region-qualified cultures. FileBasedTranslationMemory(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, Boolean, TextContextMatchType, Boolean, Boolean) Creates a new file-based translation memory. Declaration public FileBasedTranslationMemory(string tmFilePath, string description, CultureCode sourceLanguage, CultureCode targetLanguage, FuzzyIndexes indexes, BuiltinRecognizers recognizers, TokenizerFlags tokenizerFlags, WordCountFlags wordCountFlags, bool supportsAlignmentData, TextContextMatchType textContextMatchType, bool usesIdContextMatch, bool usesLegacyHashes) Parameters Type Name Description System.String tmFilePath The absolute path where the translation memory file should be created. System.String description A description for the translation memory. Sdl.Core.Globalization.CultureCode sourceLanguage A region-qualified culture, representing the source language. Sdl.Core.Globalization.CultureCode targetLanguage A region-qualified culture, representing the target language. FuzzyIndexes indexes The set of fuzzy indexes that should be created in this translation memory. BuiltinRecognizers recognizers Recognizer settings. TokenizerFlags tokenizerFlags Flags affecting tokenizer behaviour for this TM WordCountFlags wordCountFlags Flags affecting word count behaviour for this TM System.Boolean supportsAlignmentData True if the translation memory should support fine-grained alignment of content, false otherwise TextContextMatchType textContextMatchType The type of text context matching the TM should use System.Boolean usesIdContextMatch If true, indicates the TM should support IdContexMatch System.Boolean usesLegacyHashes True if the translation memory should use legacy segment hashing, for data conversion purposes Exceptions Type Condition System.ArgumentNullException Thrown when tmFilePath , description , sourceLanguage or targetLanguage is null or empty. System.ArgumentException Thrown when sourceLanguage or targetLanguage are not region-qualified cultures. FileBasedTranslationMemory(Uri) Opens an existing file-based translation memory given the Uri for a FileBasedTranslationMemory class. Declaration public FileBasedTranslationMemory(Uri uri) Parameters Type Name Description System.Uri uri The Uri of a FileBasedTranslationMemory class. Properties AlignedPredatedTranslationUnitCount Gets the number of TUs that were added after the model used to align them was built, but before the latest model was built. Declaration public int AlignedPredatedTranslationUnitCount { get; } Property Value Type Description System.Int32 AlignerDefinition Gets the AlignerDefinition that has been set for this TM, or null if there is none Declaration public AlignerDefinition AlignerDefinition { get; } Property Value Type Description AlignerDefinition CanBuildModel Indicates whether the TM has enough data for the translation model associated with it to be built Declaration public bool CanBuildModel { get; } Property Value Type Description System.Boolean CanReportReindexRequired Returns true for file-based TMs capable of reporting whether TUs require reindexing, or false for legacy TMs that do not support this capability. Declaration public bool CanReportReindexRequired { get; set; } Property Value Type Description System.Boolean FGASupport Returns the status of fine-grained-alignment support for the TM Declaration public FGASupport FGASupport { get; set; } Property Value Type Description FGASupport FilePath Gets the file path. Declaration public string FilePath { get; } Property Value Type Description System.String The file path. HasAdministratorPassword Gets a value indicating whether this instance has an administrator password. Declaration public bool HasAdministratorPassword { get; } Property Value Type Description System.Boolean true if this instance has administrator password; otherwise, false . HasMaintenancePassword Gets a value indicating whether this instance has maintenance password. Declaration public bool HasMaintenancePassword { get; } Property Value Type Description System.Boolean true if this instance has maintenance password; otherwise, false . HasReadOnlyPassword Gets a value indicating whether this instance has read only password. Declaration public bool HasReadOnlyPassword { get; } Property Value Type Description System.Boolean true if this instance has read only password; otherwise, false . HasReadWritePassword Gets a value indicating whether this instance has read write password. Declaration public bool HasReadWritePassword { get; } Property Value Type Description System.Boolean true if this instance has read write password; otherwise, false . IsProtected Gets a value indicating whether this instance is protected one or more passwords. Declaration public bool IsProtected { get; } Property Value Type Description System.Boolean true if this instance is protected; otherwise, false . IsUnlockedWithSufficientPermissions Determines whether the file based translation memory has been unlocked with sufficient permissions to be deemed available. When null, no attempt has been made to unlock the file based translation memory and obtain sufficient permission. When false, an attempt has been made to unlock the file based translation memory and obtain sufficient permission that failed. When true, an attempt has been made to unlock the file based translation memory and obtain sufficient permission that succeeded. If this is false then StatusInfo. Available will be false with a message \"Not unlocked with sufficient permissions.\" This property should be set by the calling code after the user has been challenged. Declaration public bool? IsUnlockedWithSufficientPermissions { get; set; } Property Value Type Description System.Nullable < System.Boolean > ModelDetails Provides details of the translation model associated with this file-based TM Declaration public TranslationModelDetails ModelDetails { get; } Property Value Type Description TranslationModelDetails ReindexRequired Returns true if any TUs require reindexing, based on the value of their tokenization_signature_hash column, false otherwise, or null if the TM is a legacy file-based TM that does not have this column. Declaration public bool? ReindexRequired { get; } Property Value Type Description System.Nullable < System.Boolean > ShouldAlign Indicates whether 'quick' alignment (i.e. alignment of any unaligned TUs, plus postdated TUs for which a newer model is now available) is recommended Declaration public bool ShouldAlign { get; } Property Value Type Description System.Boolean ShouldBuildModel Indicates whether a build (or rebuild) of the translation model is recommended Declaration public bool ShouldBuildModel { get; } Property Value Type Description System.Boolean Remarks Recommendation considers a significant amount of new content has been added to the TM since the model was built (see TranslationUnitNewerThanModelCount StatusInfo Gets the status info for the translation memory. A file-based translation memory is considered available if the translation memory file exists and if the translation memory has been unlocked by calling Unlock(String) (in case the translation memory) is password protected. Declaration public override ProviderStatusInfo StatusInfo { get; } Property Value Type Description ProviderStatusInfo Overrides AbstractLocalTranslationMemory.StatusInfo TextContextMatchType Returns the type of TextContextMatchType specified when the TM was created Declaration public TextContextMatchType TextContextMatchType { get; } Property Value Type Description TextContextMatchType TokenizerFlags Gets or sets the flags affecting tokenizer behaviour for this TM. Note that changing tokenizer flags may require reindexing. Declaration public TokenizerFlags TokenizerFlags { get; set; } Property Value Type Description TokenizerFlags TranslationUnitNewerThanModelCount Gets the number of TUs that have been added subsequent to the date of the translation model Declaration public int TranslationUnitNewerThanModelCount { get; } Property Value Type Description System.Int32 TuCountForReindex Returns the number of TUs that require reindexing, based on the value of their tokenization_signature_hash column, or -1 if the TM is a legacy file-based TM that does not have this column. Declaration public int TuCountForReindex { get; } Property Value Type Description System.Int32 UnalignedTranslationUnitCount Gets the number of TUs that do not have fine-grained alignment information. Declaration public int UnalignedTranslationUnitCount { get; } Property Value Type Description System.Int32 UserName Sets the user name on the container to override the default windows user ID Declaration public string UserName { set; } Property Value Type Description System.String UsesIdContextMatching Returns true if the TM was created with support for ID-based context matching Declaration public bool UsesIdContextMatching { get; } Property Value Type Description System.Boolean UsesLegacyHashes Returns true if the TM is using legacy segment hashing (and can therefore consume legacy context information in TMX without conversion) Declaration public bool UsesLegacyHashes { get; set; } Property Value Type Description System.Boolean WordCountFlags Gets or sets the flags affecting word count behaviour for this TM. Declaration public WordCountFlags WordCountFlags { get; set; } Property Value Type Description WordCountFlags Methods AlignTranslationUnits(TranslationUnit[]) Declaration public AlignResult[] AlignTranslationUnits(TranslationUnit[] tus) Parameters Type Name Description TranslationUnit [] tus Returns Type Description AlignResult [] AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress) Performs bulk fine-grained alignment on translation units in a TM Declaration public void AlignTranslationUnits(bool unalignedOnly, bool unalignedOrPostdatedOnly, CancellationToken token, IProgress progress) Parameters Type Name Description System.Boolean unalignedOnly If true, will only operate on translation units that do not already have any alignment information System.Boolean unalignedOrPostdatedOnly If true, will only operate on translation units that do not already have any alignment information or are postdated (see remarks). In this case, unalignedOnly must be false. System.Threading.CancellationToken token A CancellationToken whose CancellationTokenSource can be used to cancel the alignment System.IProgress < System.Int32 > progress Remarks An aligned, postdated TU is one that has been aligned, but was added to the TM after the translation model used for alignment was built. BuildModel() Builds the translation model associated with this file-based TM Declaration public void BuildModel() ClearAlignmentData() Deletes any fine-grained alignment data from the TM Declaration public void ClearAlignmentData() ClearModel() Declaration public void ClearModel() Equals(Object) Determines whether the specified System.Object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The System.Object to compare with this instance. Returns Type Description System.Boolean true if the specified System.Object is equal to this instance; otherwise, false . Overrides System.Object.Equals(System.Object) Exceptions Type Condition System.NullReferenceException The obj parameter is null. GetFileBasedTranslationMemoryFilePath(Uri) Gets the file-based translation memory file path from the given Uri. Declaration public static string GetFileBasedTranslationMemoryFilePath(Uri uri) Parameters Type Name Description System.Uri uri A file-based translation memory Uri. Returns Type Description System.String file-based translation memory file path Exceptions Type Condition System.ArgumentException Thrown when uri is not a file-based translation memory Uri. GetFileBasedTranslationMemoryName(Uri) Gets the file-based translation memory file name (excluding the path) from the given Uri. Declaration public static string GetFileBasedTranslationMemoryName(Uri uri) Parameters Type Name Description System.Uri uri A file-based translation memory Uri. Returns Type Description System.String The file-based translation memory file name, excluding the path. Exceptions Type Condition System.ArgumentException Thrown when uri is not a file-based translation memory Uri. GetFileBasedTranslationMemoryScheme() Gets the file-based translation memory scheme. Declaration public static string GetFileBasedTranslationMemoryScheme() Returns Type Description System.String file-based translation memory scheme GetFileBasedTranslationMemoryUri(String) Gets the file-based translation memory Uri from the given file path. Declaration public static Uri GetFileBasedTranslationMemoryUri(string filePath) Parameters Type Name Description System.String filePath file path Returns Type Description System.Uri file-based translation memory Uri GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides System.Object.GetHashCode() GetValidAccessModes(String) Returns the list of access modes that are valid for the given permission. So if the password is set for one of the returned access modes, the specified permission will be granted. For example, if the permission is \"batchedittu\", the valid access modes would be Maintenance and Administrator. Declaration public IList GetValidAccessModes(string permission) Parameters Type Name Description System.String permission Returns Type Description System.Collections.Generic.IList < TranslationMemoryFileAccessMode > HasAccessModePermission(TranslationMemoryFileAccessMode) Returns true if permission is granted to access the TM with the specified access mode. Declaration public bool HasAccessModePermission(TranslationMemoryFileAccessMode accessMode) Parameters Type Name Description TranslationMemoryFileAccessMode accessMode Returns Type Description System.Boolean HasPermission(String) Checks whether the current user has the specified permission on this translation memory. Declaration public override bool HasPermission(string permission) Parameters Type Name Description System.String permission A permission ID. See TranslationMemoryPermissions . Returns Type Description System.Boolean True if the user has the specified permission for this TM. Overrides AbstractLocalTranslationMemory.HasPermission(String) IsFileBasedTranslationMemory(Uri) Determines whether the given Uri represents a file-based translation memory. Declaration public static bool IsFileBasedTranslationMemory(Uri uri) Parameters Type Name Description System.Uri uri The Uri to check. Returns Type Description System.Boolean Whether uri represents file-based translation memory Uri. IsPasswordSet(String) Determines whether a specified password is already in use on the TM. Declaration public TranslationMemoryFileAccessMode? IsPasswordSet(string password) Parameters Type Name Description System.String password The password to check Returns Type Description System.Nullable < TranslationMemoryFileAccessMode > The access mode that the password is set for, or null if the password is not already in use on the TM MeasureModelFitness(ref RegularIterator, Boolean) Measures how well the model 'fits' the TM content, by counting out-of-vocabulary words Declaration public TranslationModelFitness MeasureModelFitness(ref RegularIterator iterator, bool postdatedOrUnalignedOnly) Parameters Type Name Description RegularIterator iterator System.Boolean postdatedOrUnalignedOnly Returns Type Description TranslationModelFitness OnProgress(TranslationModelProgressEventArgs) Declaration protected void OnProgress(TranslationModelProgressEventArgs progressEventArgs) Parameters Type Name Description TranslationModelProgressEventArgs progressEventArgs OnProgress(Object, TranslationModelProgressEventArgs) Declaration protected void OnProgress(object sender, TranslationModelProgressEventArgs progressEventArgs) Parameters Type Name Description System.Object sender TranslationModelProgressEventArgs progressEventArgs RefreshStatusInfo() Refreshes the current status information. Declaration public override void RefreshStatusInfo() Overrides AbstractLocalTranslationMemory.RefreshStatusInfo() SelectiveReindexTranslationUnits(CancellationToken, IProgress) Provides similar functionality to ReindexTranslationUnits, except that only TUs that require reindexing are reindexed, based on the value of their tokenization_signature_hash column, or no TUs if the TM is a legacy file-based TM that does not have this column. Declaration public void SelectiveReindexTranslationUnits(CancellationToken token, IProgress progress) Parameters Type Name Description System.Threading.CancellationToken token System.IProgress < System.Int32 > progress SetAdministratorPassword(String) Sets the administrator password and unlocks the TM so the TM is open in administrator mode. Declaration public void SetAdministratorPassword(string password) Parameters Type Name Description System.String password The password; or null to remove the password restriction. Note that setting this password to null also sets all the other passwords to null (if they are currently set). SetMaintenancePassword(String) Sets the maintenance password. Declaration public void SetMaintenancePassword(string password) Parameters Type Name Description System.String password The password; or null to remove the password restriction. Note that setting this password to null also sets all the read-write and read-only passwords to null (if they are currently set). Remarks This method just updates the password stored in the TM. It does not unlock the translation memory. Use Unlock(String) to do this. Exceptions Type Condition System.InvalidOperationException Thrown when trying to set a maintenance password without having set an administrator password. SetReadOnlyPassword(String) Sets the read only password. Declaration public void SetReadOnlyPassword(string password) Parameters Type Name Description System.String password The password; or null to remove the password restriction. Remarks This method just updates the password stored in the TM. It does not unlock the translation memory. Use Unlock(String) to do this. Exceptions Type Condition System.InvalidOperationException Thrown when trying to set a read-only password without having set administrator, maintenance and read-write passwords. SetReadWritePassword(String) Sets the read write password. Declaration public void SetReadWritePassword(string password) Parameters Type Name Description System.String password The password; or null to remove the password restriction. Note that setting this password to null also sets the read-only passwords to null (if it is currently set). Remarks This method just updates the password stored in the TM. It does not unlock the translation memory. Use Unlock(String) to do this. Exceptions Type Condition System.InvalidOperationException Thrown when trying to set a read-write password without having set administrator and maintenance passwords. Unlock(String) Unlocks the translation memory with the specified password. Declaration public void Unlock(string password) Parameters Type Name Description System.String password Events TranslationModelProgress Reports the progress of building a translation model Declaration public event EventHandler TranslationModelProgress Event Type Type Description System.EventHandler < TranslationModelProgressEventArgs > Implements IFileBasedTranslationMemory IAlignableTranslationMemory ITranslationMemory2015 ITranslationMemory ITranslationProvider ISupportPlaceables IReindexableTranslationMemory ILocalTranslationMemory IAdvancedContextTranslationMemory" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html", "title": "Class FileBasedTranslationMemoryLanguageDirection", - "keywords": "Class FileBasedTranslationMemoryLanguageDirection Represents the language direction of a file-based translation memory (see FileBasedTranslationMemory ). Inheritance object FileBasedTranslationMemoryLanguageDirection Implements ISubsegmentTranslationMemoryLanguageDirection ITranslationMemoryLanguageDirection ITranslationProviderLanguageDirection IAdvancedContextTranslationMemoryLanguageDirection Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class FileBasedTranslationMemoryLanguageDirection : ISubsegmentTranslationMemoryLanguageDirection, ITranslationMemoryLanguageDirection, ITranslationProviderLanguageDirection, IAdvancedContextTranslationMemoryLanguageDirection Properties CanReverseLanguageDirection Gets a flag which indicates whether the translation provider supports searches in the reversed language direction. Declaration public bool CanReverseLanguageDirection { get; } Property Value Type Description bool LanguageDirection Gets the language direction of the translation memory. Declaration public LanguagePair LanguageDirection { get; } Property Value Type Description LanguagePair SourceLanguage Gets the source language. Declaration public CultureCode SourceLanguage { get; } Property Value Type Description CultureCode TargetLanguage Gets the target language. Declaration public CultureCode TargetLanguage { get; } Property Value Type Description CultureCode TranslationProvider Gets the translation memory to which this language direction belongs. Declaration public ITranslationMemory TranslationProvider { get; } Property Value Type Description ITranslationMemory Methods AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) Adds an array of translation units to the database. If hash codes of the previous translations are provided, a found translation will be overwritten. If none is found, or the hash is 0 or the collection is null , the operation behaves identical to AddTranslationUnits(TranslationUnit[], ImportSettings) . If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult[] AddOrUpdateTranslationUnits(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnits An arrays of translation units to be added. int previousTranslationHashes If provided, a corresponding array of a the hash code of a previous translation. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) Adds an array of translation units to the database, but will only add those for which the corresponding mask field is true . If the previous translation hashes are provided, existing translations will be updated if the target segment hash changed. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult[] AddOrUpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit translationUnits An arrays of translation units to be added. int previousTranslationHashes Corresponding hash codes of a previous translation (0 if unknown). The parameter may be null . ImportSettings settings The settings used for this operation. bool mask A bool array with the same cardinality as the TU array, specifying which TUs to add. Returns Type Description ImportResult An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddTranslationUnit(TranslationUnit, ImportSettings) Adds a translation unit to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult AddTranslationUnit(TranslationUnit translationUnit, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnit The translation unit. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult An ImportResult which represents the status of the operation (succeeded, ignored, etc). AddTranslationUnits(TranslationUnit[], ImportSettings) Adds an array of translation units to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult[] AddTranslationUnits(TranslationUnit[] translationUnits, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnits An arrays of translation units to be added. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) Adds an array of translation units to the database, but will only add those for which the corresponding mask field is true . If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult[] AddTranslationUnitsMasked(TranslationUnit[] translationUnits, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit translationUnits An arrays of translation units to be added. ImportSettings settings The settings used for this operation. bool mask A bool array with the same cardinality as the TU array, specifying which TUs to add. Returns Type Description ImportResult An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. ApplyFieldsToTranslationUnit(FieldValues, bool, PersistentObjectToken) Applies the specified field values to the translation unit identified by the specified translationUnitId . Declaration public bool ApplyFieldsToTranslationUnit(FieldValues values, bool overwrite, PersistentObjectToken translationUnitId) Parameters Type Name Description FieldValues values The field values to apply bool overwrite If true, overwrite the old values, and merge the new values with the old ones otherwise. PersistentObjectToken translationUnitId The identifier of the translation unit to apply the field values to Returns Type Description bool true if the translation unit has been modified. false otherwise. ApplyFieldsToTranslationUnits(FieldValues, bool, PersistentObjectToken[]) Applies the specified field values to the translation units identified by the specified translationUnitIds collection. Declaration public int ApplyFieldsToTranslationUnits(FieldValues values, bool overwrite, PersistentObjectToken[] translationUnitIds) Parameters Type Name Description FieldValues values The field values to apply bool overwrite If true, overwrite the old values, and merge the new values with the old ones otherwise. PersistentObjectToken translationUnitIds A collection of translation unit IDs to apply the field values to Returns Type Description int The number of changed translation units DeleteAllTranslationUnits() Deletes all translation units from the TM. Declaration public int DeleteAllTranslationUnits() Returns Type Description int The number of deleted translation units DeleteTranslationUnit(PersistentObjectToken) Deletes the translation unit with the specified translationUnitId from the TM. Declaration public bool DeleteTranslationUnit(PersistentObjectToken translationUnitId) Parameters Type Name Description PersistentObjectToken translationUnitId The ID of the translation unit to delete. Returns Type Description bool true if the translation unit was deleted, false otherwise. DeleteTranslationUnits(PersistentObjectToken[]) Deletes the translation units with the specified IDs from the translation memory. Declaration public int DeleteTranslationUnits(PersistentObjectToken[] translationUnitIds) Parameters Type Name Description PersistentObjectToken translationUnitIds A collection of the translation unit IDs to delete Returns Type Description int The number of deleted translation units DeleteTranslationUnitsWithIterator(ref RegularIterator) Deletes all translation units in the TM, using an iterator. The iterator will process only a fixed maximum number of translation units ( MaxCount ) and then the call will return, giving the client an opportunity to discontinue the process or update the UI before the next round-trip. Optionally, a filter can be set on the iterator which then will only delete those TUs which satisfy the filter condition. Declaration public int DeleteTranslationUnitsWithIterator(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator to use. Returns Type Description int The number of deleted translation units. EditTranslationUnits(EditScript, EditUpdateMode) Iteratively applies an EditScript to all translation units in the current translation memory. Declaration public int EditTranslationUnits(EditScript editScript, EditUpdateMode updateMode) Parameters Type Name Description EditScript editScript The edit script to apply. EditUpdateMode updateMode The update mode to apply. Returns Type Description int The number of edited translation units per round-trip. EditTranslationUnits(EditScript, EditUpdateMode, FilterExpression) Iteratively applies an EditScript to all translation units in the current translation memory. A filter condition can be sued in which case only those translation units which match the filter will be edited. Declaration public int EditTranslationUnits(EditScript editScript, EditUpdateMode updateMode, FilterExpression filter) Parameters Type Name Description EditScript editScript The edit script to apply. EditUpdateMode updateMode The update mode to apply. FilterExpression filter An optional filter to use for the TM iteration. Returns Type Description int The number of edited translation units per round-trip. EditTranslationUnits(EditScript, EditUpdateMode, PersistentObjectToken[]) Applies an EditScript to the translation units identified by the identifiers in the translationUnitIds collection. Declaration public int EditTranslationUnits(EditScript editScript, EditUpdateMode updateMode, PersistentObjectToken[] translationUnitIds) Parameters Type Name Description EditScript editScript The edit script to apply EditUpdateMode updateMode The update mode, which can be to update changed translation units in-place or add new translation units to the TM (which is only relevant if segment data has been changed). PersistentObjectToken translationUnitIds The collection of TU IDs to apply the edit script to. Returns Type Description int The number of changed or edited translation units EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) Applies an EditScript to the translation units, using an iterator. Declaration public int EditTranslationUnitsWithIterator(EditScript editScript, EditUpdateMode updateMode, ref RegularIterator iterator) Parameters Type Name Description EditScript editScript The edit script to apply EditUpdateMode updateMode The update mode, which can be to update changed translation units in-place or add new translation units to the TM (which is only relevant if segment data has been changed). RegularIterator iterator The iterator to use. Note that a filter condition can be set on the iterator in which case the script will only be applied to those translation units which satisfy the filter condition. Returns Type Description int The number of changed or edited translation units Remarks Note that a filter condition can also be set on the editScript instead of the iterator. Depending on the back-end storage, it may be more efficient to set it on the iterator than on the edit script. Equals(object) Determines whether the specified object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with this instance. Returns Type Description bool true if the specified object is equal to this instance; otherwise, false . Overrides object.Equals(object) Exceptions Type Condition NullReferenceException The obj parameter is null . GetDuplicateTranslationUnits(ref DuplicateIterator) Returns a set of potentially duplicated translation units in the TM, using a special DuplicateIterator . A group of TUs are considered potential duplicates of each other if the internal hash values for their source segments are identical. There may be several reasons for this being the case: The TUs have the same source segment, but different translations The TUs have different source segments, but only differ in complex tokens (controlled through the translation memory's ITranslationMemory.Recognizers) which will result in the identical hash values, The source segments only differ by whitespace or certain punctuation, which do not modify the hash values, The hashing algorithm leads to collisions in which case the segments may be entirely different, but still result in the same hash value. Declaration public TranslationUnit[] GetDuplicateTranslationUnits(ref DuplicateIterator iterator) Parameters Type Name Description DuplicateIterator iterator The iterator to use Returns Type Description TranslationUnit The translation units which are potential duplicates, or null if no more potential duplicates can be found. GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description int A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides object.GetHashCode() GetTranslationUnit(PersistentObjectToken) Retrieves the translation unit with the specified translationUnitId from the translation memory. Declaration public TranslationUnit GetTranslationUnit(PersistentObjectToken translationUnitId) Parameters Type Name Description PersistentObjectToken translationUnitId The ID of the translation unit to retrieve. Returns Type Description TranslationUnit The translation unit with the specified ID, or null if that TU does not exist. GetTranslationUnitCount() Returns the number of translation units in this TM. Note that the computation of the TU count may be a time-consuming operation for some back-end storage systems. Declaration public int GetTranslationUnitCount() Returns Type Description int The number of translation units. GetTranslationUnits(ref RegularIterator) Retrieves a set of translation units, using an iterator. At most MaxCount translation units will be returned in one round-trip. A FilterExpression can be set on the iterator in which case only those TUs which satisfy the filter condition will be returned. See also the remarks on MaxScan on how to avoid timeouts with filtered iteration. Declaration public TranslationUnit[] GetTranslationUnits(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator Returns Type Description TranslationUnit The translation units, or null if no more translation units can be retrieved. GetTranslationUnitsWithContextContent(ref RegularIterator) Identical to GetTranslationUnits(ref RegularIterator) except that the implementation will attempt to populate the Segment1 and Segment2 properties for any items in the Contexts collection of a tu Declaration public TranslationUnit[] GetTranslationUnitsWithContextContent(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator Returns Type Description TranslationUnit Remarks Implementations must ensure Segment1 and Segment2 are tokenized and that their Tokens collections are returned to the client. PreviewEditTranslationUnits(EditScript, FilterExpression) Iteratively applies an EditScript to all translation units in the current translation memory. A filter condition can be sued in which case only those translation units which match the filter will be edited. Declaration public TranslationUnit[] PreviewEditTranslationUnits(EditScript editScript, FilterExpression filter) Parameters Type Name Description EditScript editScript The edit script to apply. FilterExpression filter An optional filter to use for the TM iteration. Returns Type Description TranslationUnit The number of edited translation units per round-trip. PreviewEditTranslationUnitsWithIterator(EditScript, ref RegularIterator) Applies the specified edit script to the translation units in a TM, but unlike EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) , the TUs will not be updated in the TM, but modified copies of the TUs will be returned to the caller. This can be used to \"preview\" the changes the edit script would apply. Declaration public TranslationUnit[] PreviewEditTranslationUnitsWithIterator(EditScript editScript, ref RegularIterator iterator) Parameters Type Name Description EditScript editScript The edit script RegularIterator iterator An iterator. See also the iterator-related remarks for EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) . Returns Type Description TranslationUnit ReindexTranslationUnits(ref RegularIterator) Re-indexes the translation memory, using an iterator so that the client can update progress indicators or discontinue the process. The same iterator instance should be passed in subsequent calls, in order to obtain the next page, and so on. Declaration public bool ReindexTranslationUnits(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator to use for the re-indexing process. Returns Type Description bool False if the iterator is at the end of the TM or the TM is empty, true otherwise. The re-indexing process should be continued until the method returns false . Remarks For larger TMs (> 100.000 TUs) it is recommended to also recompute the index statistics after the re-indexing finished (see RecomputeFuzzyIndexStatistics() ). SearchSegment(SearchSettings, Segment) Performs a segment search. Declaration public SearchResults SearchSegment(SearchSettings settings, Segment segment) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment segment The segment to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchSegment(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment) Declaration public SegmentAndSubsegmentSearchResults SearchSegment(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment segment) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition Segment segment Returns Type Description SegmentAndSubsegmentSearchResults SearchSegments(SearchSettings, Segment[]) Performs a search for an array of segments. Declaration public SearchResults[] SearchSegments(SearchSettings settings, Segment[] segments) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment segments The array containing the segments to search for. Returns Type Description SearchResults An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchSegments(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[]) Declaration public SegmentAndSubsegmentSearchResults[] SearchSegments(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment[] segments) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition Segment segments Returns Type Description SegmentAndSubsegmentSearchResults SearchSegmentsMasked(SearchSettings, Segment[], bool[]) Performs a search for an array of segments, specifying a mask which specifies which segments should actually be searched (only those for which the corresponding mask bit is true are searched). If the mask is null , the method behaves identically to SearchSegments(SearchSettings, Segment[]) . Passing a mask only makes sense in document search contexts ( IsDocumentSearch set to true ). Declaration public SearchResults[] SearchSegmentsMasked(SearchSettings settings, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment segments The array containing the segments to search for. bool mask The array containing the segments to search for. Returns Type Description SearchResults An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[]) Declaration public SegmentAndSubsegmentSearchResults[] SearchSegmentsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition Segment segments bool mask Returns Type Description SegmentAndSubsegmentSearchResults SearchText(SearchSettings, string) Performs a text search. Declaration public SearchResults SearchText(SearchSettings settings, string segment) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. string segment The text to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchTranslationUnit(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit) Declaration public SegmentAndSubsegmentSearchResults SearchTranslationUnit(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition TranslationUnit translationUnit Returns Type Description SegmentAndSubsegmentSearchResults SearchTranslationUnit(SearchSettings, TranslationUnit) Performs a translation unit search. Declaration public SearchResults SearchTranslationUnit(SearchSettings settings, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit translationUnit The translation unit to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchTranslationUnits(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[]) Declaration public SegmentAndSubsegmentSearchResults[] SearchTranslationUnits(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit[] translationUnits) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition TranslationUnit translationUnits Returns Type Description SegmentAndSubsegmentSearchResults SearchTranslationUnits(SearchSettings, TranslationUnit[]) Performs a translation unit search for an array of translation units. Declaration public SearchResults[] SearchTranslationUnits(SearchSettings settings, TranslationUnit[] translationUnits) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit translationUnits The array containing the translation units to search for. Returns Type Description SearchResults An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[]) Declaration public virtual SegmentAndSubsegmentSearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition TranslationUnit translationUnits bool mask Returns Type Description SegmentAndSubsegmentSearchResults SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) Similar to SearchTranslationUnits(SearchSettings, TranslationUnit[]) , but allows passing a mask which specifies which TUs are actually searched. This is useful in document search contexts where some TUs are passed which should be used to establish a (text) context, but which should not be processed. Declaration public virtual SearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit translationUnits The array containing the translation units to search for. bool mask A bool array which specifies which TUs are actually searched (mask[i] = true ). If null , the method behaves identically to SearchTranslationUnits(SearchSettings, TranslationUnit[]) . Returns Type Description SearchResults An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SubsegmentSearchSegment(SubsegmentSearchSettings, Segment) Performs a subsegment search on the given segment Declaration public SubsegmentSearchResultsCollection SubsegmentSearchSegment(SubsegmentSearchSettings settings, Segment segment) Parameters Type Name Description SubsegmentSearchSettings settings Subsegment search settings Segment segment Segment to use in search query Returns Type Description SubsegmentSearchResultsCollection A SubsegmentSearchResultsCollection object containing the results or an empty object if no results were found. SubsegmentSearchSegments(SubsegmentSearchSettings, Segment[]) Performs a subsegment search on the given array of segments Declaration public SubsegmentSearchResultsCollection[] SubsegmentSearchSegments(SubsegmentSearchSettings settings, Segment[] segments) Parameters Type Name Description SubsegmentSearchSettings settings Subsegment search settings Segment segments Segment to use in search query Returns Type Description SubsegmentSearchResultsCollection A SubsegmentSearchResultsCollection array containing the results or an empty array if no results were found. SupportedSubsegmentMatchTypes() Declaration public List SupportedSubsegmentMatchTypes() Returns Type Description List SubsegmentMatchType UpdateTranslationUnit(TranslationUnit) Updates the properties and fields of an existing translation unit if the source and target segments are unchanged or adds a new translation unit otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. The translation unit should be initialized in a previous call to the translation memory, so that the ID property is set to a valid value. Declaration public ImportResult UpdateTranslationUnit(TranslationUnit translationUnit) Parameters Type Name Description TranslationUnit translationUnit The translation unit to be updated. Returns Type Description ImportResult The result of the operation. UpdateTranslationUnits(TranslationUnit[]) Updates the properties and fields of an array of existing translation units if the source and target segments are unchanged or adds new translation units otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. The translation units should be initialized in previous calls to the translation memory, so that their ID properties are set to valid values. Declaration public ImportResult[] UpdateTranslationUnits(TranslationUnit[] translationUnits) Parameters Type Name Description TranslationUnit translationUnits The translation unit array to be updated. Returns Type Description ImportResult An array of results which mirrors the translation unit array. It has the exact same size and contains the results for each translation unit with the same index within the translation unit array. UpdateTranslationUnitsMasked(TranslationUnit[], bool[]) Updates (adds, overwrites, or merges) the specified translation units. Declaration public ImportResult[] UpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description TranslationUnit translationUnits The translation units to update. bool mask An optional mask with the same length as translationUnits . If provided, only those TUs in translationUnits will be updated for which the corresponding flag in mask is true . Those TUs for which the corresponding flag is false will only be used to establish context information. If no masking is required, this parameter can be null. Returns Type Description ImportResult An array of ImportResult s with the same length as translationUnits , which indicates, for each translation unit, the action taken by the translation memory. Implements ISubsegmentTranslationMemoryLanguageDirection ITranslationMemoryLanguageDirection ITranslationProviderLanguageDirection IAdvancedContextTranslationMemoryLanguageDirection" + "keywords": "Class FileBasedTranslationMemoryLanguageDirection Represents the language direction of a file-based translation memory (see FileBasedTranslationMemory ). Inheritance System.Object FileBasedTranslationMemoryLanguageDirection Implements ISubsegmentTranslationMemoryLanguageDirection ITranslationMemoryLanguageDirection ITranslationProviderLanguageDirection IAdvancedContextTranslationMemoryLanguageDirection Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class FileBasedTranslationMemoryLanguageDirection : ISubsegmentTranslationMemoryLanguageDirection, ITranslationMemoryLanguageDirection, ITranslationProviderLanguageDirection, IAdvancedContextTranslationMemoryLanguageDirection Properties CanReverseLanguageDirection Gets a flag which indicates whether the translation provider supports searches in the reversed language direction. Declaration public bool CanReverseLanguageDirection { get; } Property Value Type Description System.Boolean LanguageDirection Gets the language direction of the translation memory. Declaration public LanguagePair LanguageDirection { get; } Property Value Type Description LanguagePair SourceLanguage Gets the source language. Declaration public CultureCode SourceLanguage { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode TargetLanguage Gets the target language. Declaration public CultureCode TargetLanguage { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode TranslationProvider Gets the translation memory to which this language direction belongs. Declaration public ITranslationMemory TranslationProvider { get; } Property Value Type Description ITranslationMemory Methods AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) Adds an array of translation units to the database. If hash codes of the previous translations are provided, a found translation will be overwritten. If none is found, or the hash is 0 or the collection is null , the operation behaves identical to AddTranslationUnits(TranslationUnit[], ImportSettings) . If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult[] AddOrUpdateTranslationUnits(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings) Parameters Type Name Description TranslationUnit [] translationUnits An arrays of translation units to be added. System.Int32 [] previousTranslationHashes If provided, a corresponding array of a the hash code of a previous translation. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult [] An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) Adds an array of translation units to the database, but will only add those for which the corresponding mask field is true . If the previous translation hashes are provided, existing translations will be updated if the target segment hash changed. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult[] AddOrUpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit [] translationUnits An arrays of translation units to be added. System.Int32 [] previousTranslationHashes Corresponding hash codes of a previous translation (0 if unknown). The parameter may be null . ImportSettings settings The settings used for this operation. System.Boolean [] mask A bool array with the same cardinality as the TU array, specifying which TUs to add. Returns Type Description ImportResult [] An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddTranslationUnit(TranslationUnit, ImportSettings) Adds a translation unit to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult AddTranslationUnit(TranslationUnit translationUnit, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnit The translation unit. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult An ImportResult which represents the status of the operation (succeeded, ignored, etc). AddTranslationUnits(TranslationUnit[], ImportSettings) Adds an array of translation units to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult[] AddTranslationUnits(TranslationUnit[] translationUnits, ImportSettings settings) Parameters Type Name Description TranslationUnit [] translationUnits An arrays of translation units to be added. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult [] An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) Adds an array of translation units to the database, but will only add those for which the corresponding mask field is true . If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult[] AddTranslationUnitsMasked(TranslationUnit[] translationUnits, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit [] translationUnits An arrays of translation units to be added. ImportSettings settings The settings used for this operation. System.Boolean [] mask A bool array with the same cardinality as the TU array, specifying which TUs to add. Returns Type Description ImportResult [] An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken) Applies the specified field values to the translation unit identified by the specified translationUnitId . Declaration public bool ApplyFieldsToTranslationUnit(FieldValues values, bool overwrite, PersistentObjectToken translationUnitId) Parameters Type Name Description FieldValues values The field values to apply System.Boolean overwrite If true, overwrite the old values, and merge the new values with the old ones otherwise. PersistentObjectToken translationUnitId The identifier of the translation unit to apply the field values to Returns Type Description System.Boolean true if the translation unit has been modified. false otherwise. ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken[]) Applies the specified field values to the translation units identified by the specified translationUnitIds collection. Declaration public int ApplyFieldsToTranslationUnits(FieldValues values, bool overwrite, PersistentObjectToken[] translationUnitIds) Parameters Type Name Description FieldValues values The field values to apply System.Boolean overwrite If true, overwrite the old values, and merge the new values with the old ones otherwise. PersistentObjectToken [] translationUnitIds A collection of translation unit IDs to apply the field values to Returns Type Description System.Int32 The number of changed translation units DeleteAllTranslationUnits() Deletes all translation units from the TM. Declaration public int DeleteAllTranslationUnits() Returns Type Description System.Int32 The number of deleted translation units DeleteTranslationUnit(PersistentObjectToken) Deletes the translation unit with the specified translationUnitId from the TM. Declaration public bool DeleteTranslationUnit(PersistentObjectToken translationUnitId) Parameters Type Name Description PersistentObjectToken translationUnitId The ID of the translation unit to delete. Returns Type Description System.Boolean true if the translation unit was deleted, false otherwise. DeleteTranslationUnits(PersistentObjectToken[]) Deletes the translation units with the specified IDs from the translation memory. Declaration public int DeleteTranslationUnits(PersistentObjectToken[] translationUnitIds) Parameters Type Name Description PersistentObjectToken [] translationUnitIds A collection of the translation unit IDs to delete Returns Type Description System.Int32 The number of deleted translation units DeleteTranslationUnitsWithIterator(ref RegularIterator) Deletes all translation units in the TM, using an iterator. The iterator will process only a fixed maximum number of translation units ( MaxCount ) and then the call will return, giving the client an opportunity to discontinue the process or update the UI before the next round-trip. Optionally, a filter can be set on the iterator which then will only delete those TUs which satisfy the filter condition. Declaration public int DeleteTranslationUnitsWithIterator(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator to use. Returns Type Description System.Int32 The number of deleted translation units. EditTranslationUnits(EditScript, EditUpdateMode) Iteratively applies an EditScript to all translation units in the current translation memory. Declaration public int EditTranslationUnits(EditScript editScript, EditUpdateMode updateMode) Parameters Type Name Description EditScript editScript The edit script to apply. EditUpdateMode updateMode The update mode to apply. Returns Type Description System.Int32 The number of edited translation units per round-trip. EditTranslationUnits(EditScript, EditUpdateMode, FilterExpression) Iteratively applies an EditScript to all translation units in the current translation memory. A filter condition can be sued in which case only those translation units which match the filter will be edited. Declaration public int EditTranslationUnits(EditScript editScript, EditUpdateMode updateMode, FilterExpression filter) Parameters Type Name Description EditScript editScript The edit script to apply. EditUpdateMode updateMode The update mode to apply. FilterExpression filter An optional filter to use for the TM iteration. Returns Type Description System.Int32 The number of edited translation units per round-trip. EditTranslationUnits(EditScript, EditUpdateMode, PersistentObjectToken[]) Applies an EditScript to the translation units identified by the identifiers in the translationUnitIds collection. Declaration public int EditTranslationUnits(EditScript editScript, EditUpdateMode updateMode, PersistentObjectToken[] translationUnitIds) Parameters Type Name Description EditScript editScript The edit script to apply EditUpdateMode updateMode The update mode, which can be to update changed translation units in-place or add new translation units to the TM (which is only relevant if segment data has been changed). PersistentObjectToken [] translationUnitIds The collection of TU IDs to apply the edit script to. Returns Type Description System.Int32 The number of changed or edited translation units EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) Applies an EditScript to the translation units, using an iterator. Declaration public int EditTranslationUnitsWithIterator(EditScript editScript, EditUpdateMode updateMode, ref RegularIterator iterator) Parameters Type Name Description EditScript editScript The edit script to apply EditUpdateMode updateMode The update mode, which can be to update changed translation units in-place or add new translation units to the TM (which is only relevant if segment data has been changed). RegularIterator iterator The iterator to use. Note that a filter condition can be set on the iterator in which case the script will only be applied to those translation units which satisfy the filter condition. Returns Type Description System.Int32 The number of changed or edited translation units Remarks Note that a filter condition can also be set on the editScript instead of the iterator. Depending on the back-end storage, it may be more efficient to set it on the iterator than on the edit script. Equals(Object) Determines whether the specified System.Object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The System.Object to compare with this instance. Returns Type Description System.Boolean true if the specified System.Object is equal to this instance; otherwise, false . Overrides System.Object.Equals(System.Object) Exceptions Type Condition System.NullReferenceException The obj parameter is null . GetDuplicateTranslationUnits(ref DuplicateIterator) Returns a set of potentially duplicated translation units in the TM, using a special DuplicateIterator . A group of TUs are considered potential duplicates of each other if the internal hash values for their source segments are identical. There may be several reasons for this being the case: The TUs have the same source segment, but different translations The TUs have different source segments, but only differ in complex tokens (controlled through the translation memory's ) which will result in the identical hash values, The source segments only differ by whitespace or certain punctuation, which do not modify the hash values, The hashing algorithm leads to collisions in which case the segments may be entirely different, but still result in the same hash value. Declaration public TranslationUnit[] GetDuplicateTranslationUnits(ref DuplicateIterator iterator) Parameters Type Name Description DuplicateIterator iterator The iterator to use Returns Type Description TranslationUnit [] The translation units which are potential duplicates, or null if no more potential duplicates can be found. GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides System.Object.GetHashCode() GetTranslationUnit(PersistentObjectToken) Retrieves the translation unit with the specified translationUnitId from the translation memory. Declaration public TranslationUnit GetTranslationUnit(PersistentObjectToken translationUnitId) Parameters Type Name Description PersistentObjectToken translationUnitId The ID of the translation unit to retrieve. Returns Type Description TranslationUnit The translation unit with the specified ID, or null if that TU does not exist. GetTranslationUnitCount() Returns the number of translation units in this TM. Note that the computation of the TU count may be a time-consuming operation for some back-end storage systems. Declaration public int GetTranslationUnitCount() Returns Type Description System.Int32 The number of translation units. GetTranslationUnits(ref RegularIterator) Retrieves a set of translation units, using an iterator. At most MaxCount translation units will be returned in one round-trip. A FilterExpression can be set on the iterator in which case only those TUs which satisfy the filter condition will be returned. See also the remarks on MaxScan on how to avoid timeouts with filtered iteration. Declaration public TranslationUnit[] GetTranslationUnits(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator Returns Type Description TranslationUnit [] The translation units, or null if no more translation units can be retrieved. GetTranslationUnitsWithContextContent(ref RegularIterator) Identical to GetTranslationUnits(ref RegularIterator) except that the implementation will attempt to populate the Segment1 and Segment2 properties for any items in the Contexts collection of a tu Declaration public TranslationUnit[] GetTranslationUnitsWithContextContent(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator Returns Type Description TranslationUnit [] Remarks Implementations must ensure Segment1 and Segment2 are tokenized and that their Tokens collections are returned to the client. PreviewEditTranslationUnits(EditScript, FilterExpression) Iteratively applies an EditScript to all translation units in the current translation memory. A filter condition can be sued in which case only those translation units which match the filter will be edited. Declaration public TranslationUnit[] PreviewEditTranslationUnits(EditScript editScript, FilterExpression filter) Parameters Type Name Description EditScript editScript The edit script to apply. FilterExpression filter An optional filter to use for the TM iteration. Returns Type Description TranslationUnit [] The number of edited translation units per round-trip. PreviewEditTranslationUnitsWithIterator(EditScript, ref RegularIterator) Applies the specified edit script to the translation units in a TM, but unlike EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) , the TUs will not be updated in the TM, but modified copies of the TUs will be returned to the caller. This can be used to \"preview\" the changes the edit script would apply. Declaration public TranslationUnit[] PreviewEditTranslationUnitsWithIterator(EditScript editScript, ref RegularIterator iterator) Parameters Type Name Description EditScript editScript The edit script RegularIterator iterator An iterator. See also the iterator-related remarks for EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) . Returns Type Description TranslationUnit [] ReindexTranslationUnits(ref RegularIterator) Re-indexes the translation memory, using an iterator so that the client can update progress indicators or discontinue the process. The same iterator instance should be passed in subsequent calls, in order to obtain the next page, and so on. Declaration public bool ReindexTranslationUnits(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator to use for the re-indexing process. Returns Type Description System.Boolean False if the iterator is at the end of the TM or the TM is empty, true otherwise. The re-indexing process should be continued until the method returns false . Remarks For larger TMs (> 100.000 TUs) it is recommended to also recompute the index statistics after the re-indexing finished (see RecomputeFuzzyIndexStatistics() ). SearchSegment(SearchSettings, Segment) Performs a segment search. Declaration public SearchResults SearchSegment(SearchSettings settings, Segment segment) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment segment The segment to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchSegment(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment) Declaration public SegmentAndSubsegmentSearchResults SearchSegment(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment segment) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition Segment segment Returns Type Description SegmentAndSubsegmentSearchResults SearchSegments(SearchSettings, Segment[]) Performs a search for an array of segments. Declaration public SearchResults[] SearchSegments(SearchSettings settings, Segment[] segments) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment [] segments The array containing the segments to search for. Returns Type Description SearchResults [] An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchSegments(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[]) Declaration public SegmentAndSubsegmentSearchResults[] SearchSegments(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment[] segments) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition Segment [] segments Returns Type Description SegmentAndSubsegmentSearchResults [] SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) Performs a search for an array of segments, specifying a mask which specifies which segments should actually be searched (only those for which the corresponding mask bit is true are searched). If the mask is null , the method behaves identically to SearchSegments(SearchSettings, Segment[]) . Passing a mask only makes sense in document search contexts ( IsDocumentSearch set to true ). Declaration public SearchResults[] SearchSegmentsMasked(SearchSettings settings, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment [] segments The array containing the segments to search for. System.Boolean [] mask The array containing the segments to search for. Returns Type Description SearchResults [] An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[]) Declaration public SegmentAndSubsegmentSearchResults[] SearchSegmentsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition Segment [] segments System.Boolean [] mask Returns Type Description SegmentAndSubsegmentSearchResults [] SearchText(SearchSettings, String) Performs a text search. Declaration public SearchResults SearchText(SearchSettings settings, string segment) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. System.String segment The text to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchTranslationUnit(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit) Declaration public SegmentAndSubsegmentSearchResults SearchTranslationUnit(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition TranslationUnit translationUnit Returns Type Description SegmentAndSubsegmentSearchResults SearchTranslationUnit(SearchSettings, TranslationUnit) Performs a translation unit search. Declaration public SearchResults SearchTranslationUnit(SearchSettings settings, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit translationUnit The translation unit to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchTranslationUnits(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[]) Declaration public SegmentAndSubsegmentSearchResults[] SearchTranslationUnits(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit[] translationUnits) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition TranslationUnit [] translationUnits Returns Type Description SegmentAndSubsegmentSearchResults [] SearchTranslationUnits(SearchSettings, TranslationUnit[]) Performs a translation unit search for an array of translation units. Declaration public SearchResults[] SearchTranslationUnits(SearchSettings settings, TranslationUnit[] translationUnits) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit [] translationUnits The array containing the translation units to search for. Returns Type Description SearchResults [] An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[]) Declaration public virtual SegmentAndSubsegmentSearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings SubsegmentSearchSettings subsegmentSettings SubsegmentSearchCondition condition TranslationUnit [] translationUnits System.Boolean [] mask Returns Type Description SegmentAndSubsegmentSearchResults [] SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) Similar to SearchTranslationUnits(SearchSettings, TranslationUnit[]) , but allows passing a mask which specifies which TUs are actually searched. This is useful in document search contexts where some TUs are passed which should be used to establish a (text) context, but which should not be processed. Declaration public virtual SearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit [] translationUnits The array containing the translation units to search for. System.Boolean [] mask A bool array which specifies which TUs are actually searched (mask[i] = true ). If null , the method behaves identically to SearchTranslationUnits(SearchSettings, TranslationUnit[]) . Returns Type Description SearchResults [] An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SubsegmentSearchSegment(SubsegmentSearchSettings, Segment) Performs a subsegment search on the given segment Declaration public SubsegmentSearchResultsCollection SubsegmentSearchSegment(SubsegmentSearchSettings settings, Segment segment) Parameters Type Name Description SubsegmentSearchSettings settings Subsegment search settings Segment segment Segment to use in search query Returns Type Description SubsegmentSearchResultsCollection A SubsegmentSearchResultsCollection object containing the results or an empty object if no results were found. SubsegmentSearchSegments(SubsegmentSearchSettings, Segment[]) Performs a subsegment search on the given array of segments Declaration public SubsegmentSearchResultsCollection[] SubsegmentSearchSegments(SubsegmentSearchSettings settings, Segment[] segments) Parameters Type Name Description SubsegmentSearchSettings settings Subsegment search settings Segment [] segments Segment to use in search query Returns Type Description SubsegmentSearchResultsCollection [] A SubsegmentSearchResultsCollection array containing the results or an empty array if no results were found. SupportedSubsegmentMatchTypes() Declaration public List SupportedSubsegmentMatchTypes() Returns Type Description System.Collections.Generic.List < SubsegmentMatchType > UpdateTranslationUnit(TranslationUnit) Updates the properties and fields of an existing translation unit if the source and target segments are unchanged or adds a new translation unit otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. The translation unit should be initialized in a previous call to the translation memory, so that the ID property is set to a valid value. Declaration public ImportResult UpdateTranslationUnit(TranslationUnit translationUnit) Parameters Type Name Description TranslationUnit translationUnit The translation unit to be updated. Returns Type Description ImportResult The result of the operation. UpdateTranslationUnits(TranslationUnit[]) Updates the properties and fields of an array of existing translation units if the source and target segments are unchanged or adds new translation units otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. The translation units should be initialized in previous calls to the translation memory, so that their ID properties are set to valid values. Declaration public ImportResult[] UpdateTranslationUnits(TranslationUnit[] translationUnits) Parameters Type Name Description TranslationUnit [] translationUnits The translation unit array to be updated. Returns Type Description ImportResult [] An array of results which mirrors the translation unit array. It has the exact same size and contains the results for each translation unit with the same index within the translation unit array. UpdateTranslationUnitsMasked(TranslationUnit[], Boolean[]) Updates (adds, overwrites, or merges) the specified translation units. Declaration public ImportResult[] UpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description TranslationUnit [] translationUnits The translation units to update. System.Boolean [] mask An optional mask with the same length as translationUnits . If provided, only those TUs in translationUnits will be updated for which the corresponding flag in mask is true . Those TUs for which the corresponding flag is false will only be used to establish context information. If no masking is required, this parameter can be null. Returns Type Description ImportResult [] An array of ImportResult s with the same length as translationUnits , which indicates, for each translation unit, the action taken by the translation memory. Explicit Interface Implementations ITranslationProviderLanguageDirection.TranslationProvider Gets the translation memory to which this language direction belongs. Declaration ITranslationProvider ITranslationProviderLanguageDirection.TranslationProvider { get; } Returns Type Description ITranslationProvider Implements ISubsegmentTranslationMemoryLanguageDirection ITranslationMemoryLanguageDirection ITranslationProviderLanguageDirection IAdvancedContextTranslationMemoryLanguageDirection" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.html", "title": "Class FileTransferEventArgs", - "keywords": "Class FileTransferEventArgs Cancelable event args class used by events related to file upload and download. Inheritance object EventArgs CancelEventArgs FileTransferEventArgs Inherited Members CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class FileTransferEventArgs : CancelEventArgs Constructors FileTransferEventArgs() Default constructor. Declaration public FileTransferEventArgs() FileTransferEventArgs(long, long) Creates instance with bytes downloaded versus total bytes to download. Declaration public FileTransferEventArgs(long bytesTransferred, long totalBytes) Parameters Type Name Description long bytesTransferred The number of bytes that have been downloaded. long totalBytes The total number of bytes that will be downloaded. Properties BytesTransferred Gets the number of bytes that have been transferred. Declaration public long BytesTransferred { get; set; } Property Value Type Description long TotalBytes Gets the total number of bytes. Declaration public long TotalBytes { get; set; } Property Value Type Description long" + "keywords": "Class FileTransferEventArgs Cancelable event args class used by events related to file upload and download. Inheritance System.Object FileTransferEventArgs Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class FileTransferEventArgs : CancelEventArgs Constructors FileTransferEventArgs() Default constructor. Declaration public FileTransferEventArgs() FileTransferEventArgs(Int64, Int64) Creates instance with bytes downloaded versus total bytes to download. Declaration public FileTransferEventArgs(long bytesTransferred, long totalBytes) Parameters Type Name Description System.Int64 bytesTransferred The number of bytes that have been downloaded. System.Int64 totalBytes The total number of bytes that will be downloaded. Properties BytesTransferred Gets the number of bytes that have been transferred. Declaration public long BytesTransferred { get; set; } Property Value Type Description System.Int64 TotalBytes Gets the total number of bytes. Declaration public long TotalBytes { get; set; } Property Value Type Description System.Int64" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.html", "title": "Class GenericCredentials", - "keywords": "Class GenericCredentials A generic class for building and parsing a credentials string. This will usually contain a UserName and Password but may also contain other parameters using an indexer on this class. Inheritance object GenericCredentials Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class GenericCredentials Constructors GenericCredentials(string) Constructs a GenericCredentials class from a credentials string previously created by another instance of this class. Declaration public GenericCredentials(string credentialString) Parameters Type Name Description string credentialString GenericCredentials(string, string) Constructs a GenericCredentials class from a UserName and Password string. Declaration public GenericCredentials(string userName, string password) Parameters Type Name Description string userName string password Properties this[string] A string indexer that allows any number of key/value pairs to used in a credentials store. Declaration public string this[string propertyName] { get; set; } Parameters Type Name Description string propertyName Property Value Type Description string Password The Password to be used in a credentials store - if null, then no password is specified. Declaration public string Password { get; set; } Property Value Type Description string UserName The UserName to be used in a credentials store - if null, then no username is specified. Declaration public string UserName { get; set; } Property Value Type Description string Methods Equals(object) Determines whether the specified object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with this instance. Returns Type Description bool true if the specified object is equal to this instance; otherwise, false . Overrides object.Equals(object) Exceptions Type Condition NullReferenceException The obj parameter is null. GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description int A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides object.GetHashCode() GetPropertyKeys() Returns an array of property key names that have values defined for them. Declaration public string[] GetPropertyKeys() Returns Type Description string Remarks This array does not contain entries for \"userName\" or \"password\" values. ToCredentialString() Returns a string containing a UserName and Password and any other defined parameters that can be used in a credentials store. Declaration public string ToCredentialString() Returns Type Description string The credential string representation. ToString() Returns the string representation of the credentials. See ToCredentialString() . Declaration public override string ToString() Returns Type Description string The credential string representation. Overrides object.ToString()" + "keywords": "Class GenericCredentials A generic class for building and parsing a credentials string. This will usually contain a UserName and Password but may also contain other parameters using an indexer on this class. Inheritance System.Object GenericCredentials Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class GenericCredentials Constructors GenericCredentials(String) Constructs a GenericCredentials class from a credentials string previously created by another instance of this class. Declaration public GenericCredentials(string credentialString) Parameters Type Name Description System.String credentialString GenericCredentials(String, String) Constructs a GenericCredentials class from a UserName and Password string. Declaration public GenericCredentials(string userName, string password) Parameters Type Name Description System.String userName System.String password Properties Item[String] A string indexer that allows any number of key/value pairs to used in a credentials store. Declaration public string this[string propertyName] { get; set; } Parameters Type Name Description System.String propertyName Property Value Type Description System.String Password The Password to be used in a credentials store - if null, then no password is specified. Declaration public string Password { get; set; } Property Value Type Description System.String UserName The UserName to be used in a credentials store - if null, then no username is specified. Declaration public string UserName { get; set; } Property Value Type Description System.String Methods Equals(Object) Determines whether the specified System.Object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The System.Object to compare with this instance. Returns Type Description System.Boolean true if the specified System.Object is equal to this instance; otherwise, false . Overrides System.Object.Equals(System.Object) Exceptions Type Condition System.NullReferenceException The obj parameter is null. GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides System.Object.GetHashCode() GetPropertyKeys() Returns an array of property key names that have values defined for them. Declaration public string[] GetPropertyKeys() Returns Type Description System.String [] Remarks This array does not contain entries for \"userName\" or \"password\" values. ToCredentialString() Returns a string containing a UserName and Password and any other defined parameters that can be used in a credentials store. Declaration public string ToCredentialString() Returns Type Description System.String The credential string representation. ToString() Returns the string representation of the credentials. See ToCredentialString() . Declaration public override string ToString() Returns Type Description System.String The credential string representation. Overrides System.Object.ToString()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Helpers.FileBasedTMSettingsCloner.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Helpers.FileBasedTMSettingsCloner.html", "title": "Class FileBasedTMSettingsCloner", - "keywords": "Class FileBasedTMSettingsCloner Inheritance object FileBasedTMSettingsCloner Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Helpers Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class FileBasedTMSettingsCloner Methods CloneSettings(SearchSettings) Declaration public static SearchSettings CloneSettings(SearchSettings settings) Parameters Type Name Description SearchSettings settings Returns Type Description SearchSettings" + "keywords": "Class FileBasedTMSettingsCloner Inheritance System.Object FileBasedTMSettingsCloner 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.TranslationMemoryApi.Helpers Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class FileBasedTMSettingsCloner Methods CloneSettings(SearchSettings) Declaration public static SearchSettings CloneSettings(SearchSettings settings) Parameters Type Name Description SearchSettings settings Returns Type Description SearchSettings" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Helpers.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Helpers.html", @@ -8227,577 +7942,577 @@ "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.html", "title": "Namespace Sdl.LanguagePlatform.TranslationMemoryApi", - "keywords": "Namespace Sdl.LanguagePlatform.TranslationMemoryApi Classes AbstractLocalTranslationMemory Abstract base class for bilingual file-based ( FileBasedTranslationMemory ) and in-memory translation memories ( InMemoryTranslationMemory ). Do not inherit from this class. AbstractMachineTranslationProvider Implements an abstract base class for machine translation providers, and provides overridable default implementations for the most common properties and methods of ITranslationProvider . AbstractMachineTranslationProviderLanguageDirection Implements an abstract base class for machine translation providers, and provides overridable default implementations for the most common properties and methods of ITranslationProviderLanguageDirection . AlignmentTMBilingualProcessor BatchExportedEventArgs Encapsulates data sent with events published by BatchExported . BatchImportedEventArgs Encapsulates the data published by BatchImported progress events. CascadeEntry Represents a cascade entry used in a cascade. A cascade entry represents a translation provider language direction and other information with regards to how it should be treated within a cascade - e.g. what penalties should be applied during searches. CascadeException CascadeException class represents a cascade exception. CascadeMessage CascadeMessage class represents a message from a cascade. Cascade A cascade is used to perform searches and updates across many different translation provider language directions. Each translation provider language direction is represented by a cascade entry that contains other information with regards to how it should be treated e.g. what penalties should be applied during searches. DatabaseServer Represents a database server known in the system, which can serve as the host for one or more translation memory containers ( TranslationMemoryContainer ). A translation memory container is a database that contains one or more server-based translation memories. DatabaseServerPermissions Database server reference permissions. DefaultLanguageResourceProvider Provides access to the default data for language resources. FieldDefinition Represents a custom field that can be associated with a translation memory or a fields template and for which values ( FieldValue ) can be associated with translation units in a translation memory (see FieldValues ). These field values can subsequently be used in filter expressions (see FilterExpression ) when searching or updating translation units. FieldDefinitionCollection Represents a collection of custom fields in a translation memory (see FieldDefinitions ). FileBasedLanguageResourcesTemplate A language resources template implementation ( ILanguageResourcesTemplate ) that can be loaded from and saved to a file. FileBasedTranslationMemory Represents a bilingual file-based translation memory. FileBasedTranslationMemoryLanguageDirection Represents the language direction of a file-based translation memory (see FileBasedTranslationMemory ). FileTransferEventArgs Cancelable event args class used by events related to file upload and download. GenericCredentials A generic class for building and parsing a credentials string. This will usually contain a UserName and Password but may also contain other parameters using an indexer on this class. ImportExportOperationBase Import Export scheduled operation base class InMemoryTranslationMemory Represents a bilingual in-memory translation memory. LanguageResourceBundle A language resource bundle holds custom language resources for a certain language (abbreviation, ordinal followers, variables and segmentation rules). LanguageResourceBundleCollection Represents a collection of language resource bundles within a translation memory (ITranslationMemory.LanguageResourceBundles) or a language resources template (ILanguageResourcesTemplate.LanguageResourceBundles). A language resource bundle holds custom language resources for a certain language (abbreviation, ordinal followers, variables and segmentation rules). LanguageResourceEntity LicensingStatusInformation Represents licensing status information for a translation provider server. NullPropertyException Exception thrown when trying to set required properties to null. ObjectDeletedException Exception thrown when trying to access an object that has been deleted. ObjectDoesNotExistException Thrown when the requested object does not exist. ObjectNotSavedException Thrown when an object should be saved before performing a specific operation. PagedTranslationMemories The paged translation memories PicklistItemDefinition Represents a picklist item definition, which is a possible value that can be assigned to a picklist field. See PicklistItems . PicklistItemDefinitionCollection Represents a collection of picklist items that can be used as values for a given picklist field. PropertyValueValidator Class used to Validate a property value.s ProviderStatusInfo Represents information about the status of a translation provider. RemoteTranslationMemory Base class used by ServerBasedTranslationMemory and CloudBasedTranslationMemory ScheduledOperation Abstract base class for scheduled operations, which are long running tasks that are executed on the Execution Server. ScheduledRecomputeStatisticsOperation Represents a scheduled recomputation of the fuzzy index statistics of a server-based translation memory on the Execution Server. This class can be used to schedule a recomputation of the fuzzy index statistics of a server-based translation memory and also to monitor the operation's status while it is running. ScheduledReindexOperation When changing recognizer settings or when changing variables, abbreviations or ordinal followers, it might be necessary to re-index the Translation Memory in order to make sure these settings are applied to existing Translation Units. This class represents a scheduled re-indexing of a server-based translation memory on the Execution Server. This class can be used to schedule a re-indexing of a server-based translation memory and also to monitor the operation's status while it is running. ScheduledServerTranslationMemoryExport Represents the asynchronous export of translation units from a server-based translation memory, executed on the Execution Server. Use this class to schedule an asynchronous translation memory export. ScheduledServerTranslationMemoryImport Represents the asynchronous import of a TMX, SDLIFF, ITD or TTX file into a server-based translation memory, executed on the Execution Server. Use this class to schedule an asynchronous translation memory import. ServerBasedFieldsTemplate Represents a fields template stored on the server. A fields template is a named collection of field definitions which can be applied to one or more translation memories ( FieldsTemplate . Changes made to the fields template will be applied to all translation memories associated with it. ServerBasedLanguageResourcesTemplate Represents a ILanguageResourcesTemplate which is stored on a server. ServerBasedTranslationMemory Represents a ITranslationMemory which is hosted on a server, as opposed to a FileBasedTranslationMemory . ServerBasedTranslationMemoryLanguageDirection Represents a language direction of a multilingual server-based translation memory ( ServerBasedTranslationMemory ). ServerBasedTranslationMemoryLanguageDirectionCollection Represents the collection of language directions of a server-based translation memory ( ServerBasedTranslationMemory ). Language directions can be added to and removed from this collection. In order to persist these changes you should save the translation memory itself (see Save() ). Saving a translation memory after adding or removing language directions will result in the corresponding physical bilingual translation memories being added to or deleted from the container which hosts the server-based translation memory. All the language directions in a given translation memory should have a unique source-target language combination. Multiple source language are supported. StringResources A strongly-typed resource class, for looking up localized strings, etc. SystemFieldDefinitions This class defines the available translation unit system fields that can be used in filter expressions in addition to user-defined fields. TranslationMemoryContainer Represents a database using for storing server-based translation memories. TranslationMemoryContainerPermissions Translation memory container permissions TranslationMemoryExporter This class implements exporting translation units into TMX files. TranslationMemoryFieldsPermissions Permissions for language resources in a TM. TranslationMemoryImporter This class exposes functionality to import a bilingual TMX file or a bilingual document into a translation memory. TranslationMemoryLanguageResourcePermissions Permissions for language resources in a TM. TranslationMemoryPermissions Translation memory permissions TranslationMemoryQuery Defines the query to be executed over the translation memories TranslationMemorySearchResultConverters A converter helper class that converts from SearchResults to Subsegmentsearch results TranslationMemoryUpgradeUtil Utility class for upgrading file-based translation memories and checking if they need maintenance TranslationProviderAuthenticationException Exception thrown when trying to access an object that has been deleted. TranslationProviderCascadePermissions Translation provider cascade permissions TranslationProviderCredential Represents a credential for a translation provider that can be stored in a ITranslationProviderCredentialStore . TranslationProviderCredentialStore TranslationProviderCredentialStore class represents a standard implementation of a translation provider credential store. TranslationProviderDisplayInfo Represents information about a translation provider ( ITranslationProvider ) that can be used to display this translation provider in a user interface. The translation provider plug-in has to provide an implementation of ITranslationProviderWinFormsUI which supports getting display information through calling GetDisplayInfo(Uri, string) . TranslationProviderFactoryAttribute Extension attribute for registering a translation provider factory that supports a specific types of translation providers. TranslationProviderInfo Represents general information about a translation provider ( ITranslationProvider ). TranslationProviderManager This class exposes functionality to work with translation provider plug-ins ( ITranslationProvider ) in a generic way. It allows creating translation providers in a generic way and also allows creating user interface components to manipulate translation provider settings ( ITranslationProviderWinFormsUI ). TranslationProviderServer Represents server-provided access to translation memories and provides related administrative and maintenance services. TranslationProviderUriBuilder A utility class that allows translation providers that implement the ITranslationProvider interface to return Uri values that confirm to the suggested Uri scheme. TranslationProviderWinFormsUiAttribute Extension attribute for registering a translation provider Windows Forms user interface component that provides user interface for specific types of translation providers. TranslationUnitPermissions Translation unit permissions. Interfaces IAdvancedContextTranslationMemory Provides information about TM support for advanced context matching functionality IAdvancedContextTranslationMemoryLanguageDirection IAdvancedContextTranslationMemoryLanguageDirection interface IAlignableTranslationMemory Represents a translation memory. IFieldsTemplate Represents a fields template, which is a named collection of fields that can be applied to a translation memory. IFileBasedTranslationMemory Represents an file based Translation Memory ILanguageResourceEntity ILanguageResourcesTemplate Represents a language resources template, which is a LanguageResourceBundleCollection that can be stored and managed individually. ILocalTranslationMemory Represents base class for bilingual file-based ( FileBasedTranslationMemory ) and in-memory translation memories ( InMemoryTranslationMemory ). IPermissionCheck This interface is implemented by all objects that can be secured using permissions and allows the user to query whether the object has a certain permission. IReindexableTranslationMemory Represents an upgraded file-based TM ISubsegmentTranslationMemoryLanguageDirection Exposes translation provider subsegment functionality for a specific language direction. ISupportPlaceables Represents a Translation Provider that supports Placeables ITranslationMemory Represents a translation memory. ITranslationMemory2015 Represents a translation memory. ITranslationMemoryLanguageDirection Exposes functionality for a specific language direction within a translation memory. ITranslationProvider Represents a multi-lingual translation engine. This can for instance be a translation memory or machine translation engine. ITranslationProviderCredentialStore This interface represents a storage mechanism for translation provider credentials. The host application will provide an implementation of this object, which will be passed on to the ITranslationProviderFactory and ITranslationProviderWinFormsUI components so they can retrieve and add credentials from and to the store. It is up to the store implementation whether it for instance persists its contents or not. ITranslationProviderFactory This interface defines a Translation Provider Factory class that can be used as a plug-in based on the Sdl.Core.PluginFramework Extensions API ITranslationProviderLanguageDirection Exposes translation provider functionality for a specific language direction. ITranslationProviderLanguageDirectionWithDelete Exposes translation provider delete TU functionality for a specific language direction. ITranslationProviderSummaryFactory This interface defines an extension of Translation Provider Factory class that can be used as a plug-in based on the Sdl.Core.PluginFramework Extensions API ITranslationProviderWinFormsUI This interface should be implemented by translation provider implementers in order to provide user interface functionality in Trados Studio specific to that type of translation provider. Implementation of this interface should be marked up with the TranslationProviderWinFormsUiAttribute attribute for registration it with the plug-in manager. Enums CascadeMessageCode CascadeMessageCode enumeration represents the cascade message codes. DatabaseServerAuthenticationType Represents the possible authentication types to use for with DatabaseServer . See AuthenticationType . DatabaseServerType Represents the supported types of database server that can be used to host server-based translation memory containers. See ServerType . ScheduledOperationStatus Represents the possible statuses of a ScheduledOperation . ServerImportStatus TranslationMemoryFileAccessMode The possible \"access modes\" for a password protected file-based TM. A password can be set for each access mode. TranslationMemoryProperties Represents the additional related objects that can be retrieved when retrieving one or more translation memories. TranslationMethod Enumerates the ways how a translation provider can compute a translation. See TranslationMethod ." + "keywords": "Namespace Sdl.LanguagePlatform.TranslationMemoryApi Classes AbstractLocalTranslationMemory Abstract base class for bilingual file-based ( FileBasedTranslationMemory ) and in-memory translation memories ( InMemoryTranslationMemory ). Do not inherit from this class. AbstractMachineTranslationProvider Implements an abstract base class for machine translation providers, and provides overridable default implementations for the most common properties and methods of ITranslationProvider . AbstractMachineTranslationProviderLanguageDirection Implements an abstract base class for machine translation providers, and provides overridable default implementations for the most common properties and methods of ITranslationProviderLanguageDirection . AlignmentTMBilingualProcessor BatchExportedEventArgs Encapsulates data sent with events published by BatchExported . BatchImportedEventArgs Encapsulates the data published by BatchImported progress events. Cascade A cascade is used to perform searches and updates across many different translation provider language directions. Each translation provider language direction is represented by a cascade entry that contains other information with regards to how it should be treated e.g. what penalties should be applied during searches. CascadeEntry Represents a cascade entry used in a cascade. A cascade entry represents a translation provider language direction and other information with regards to how it should be treated within a cascade - e.g. what penalties should be applied during searches. CascadeException CascadeException class represents a cascade exception. CascadeMessage CascadeMessage class represents a message from a cascade. DatabaseServer Represents a database server known in the system, which can serve as the host for one or more translation memory containers ( TranslationMemoryContainer ). A translation memory container is a database that contains one or more server-based translation memories. DatabaseServerPermissions Database server reference permissions. DefaultLanguageResourceProvider Provides access to the default data for language resources. FieldDefinition Represents a custom field that can be associated with a translation memory or a fields template and for which values ( FieldValue ) can be associated with translation units in a translation memory (see FieldValues ). These field values can subsequently be used in filter expressions (see FilterExpression ) when searching or updating translation units. FieldDefinitionCollection Represents a collection of custom fields in a translation memory (see FieldDefinitions ). FileBasedLanguageResourcesTemplate A language resources template implementation ( ILanguageResourcesTemplate ) that can be loaded from and saved to a file. FileBasedTranslationMemory Represents a bilingual file-based translation memory. FileBasedTranslationMemoryLanguageDirection Represents the language direction of a file-based translation memory (see FileBasedTranslationMemory ). FileTransferEventArgs Cancelable event args class used by events related to file upload and download. GenericCredentials A generic class for building and parsing a credentials string. This will usually contain a UserName and Password but may also contain other parameters using an indexer on this class. ImportExportOperationBase Import Export scheduled operation base class InMemoryTranslationMemory Represents a bilingual in-memory translation memory. LanguageResourceBundle A language resource bundle holds custom language resources for a certain language (abbreviation, ordinal followers, variables and segmentation rules). LanguageResourceBundleCollection Represents a collection of language resource bundles within a translation memory ( ) or a language resources template ( ). A language resource bundle holds custom language resources for a certain language (abbreviation, ordinal followers, variables and segmentation rules). LanguageResourceEntity LicensingStatusInformation Represents licensing status information for a translation provider server. NullPropertyException Exception thrown when trying to set required properties to null. ObjectDeletedException Exception thrown when trying to access an object that has been deleted. ObjectDoesNotExistException Thrown when the requested object does not exist. ObjectNotSavedException Thrown when an object should be saved before performing a specific operation. PagedTranslationMemories The paged translation memories PicklistItemDefinition Represents a picklist item definition, which is a possible value that can be assigned to a picklist field. See PicklistItems . PicklistItemDefinitionCollection Represents a collection of picklist items that can be used as values for a given picklist field. PropertyValueValidator Class used to Validate a property value.s ProviderStatusInfo Represents information about the status of a translation provider. RemoteTranslationMemory Base class used by ServerBasedTranslationMemory and CloudBasedTranslationMemory ScheduledOperation Abstract base class for scheduled operations, which are long running tasks that are executed on the Execution Server. ScheduledRecomputeStatisticsOperation Represents a scheduled recomputation of the fuzzy index statistics of a server-based translation memory on the Execution Server. This class can be used to schedule a recomputation of the fuzzy index statistics of a server-based translation memory and also to monitor the operation's status while it is running. ScheduledReindexOperation When changing recognizer settings or when changing variables, abbreviations or ordinal followers, it might be necessary to re-index the Translation Memory in order to make sure these settings are applied to existing Translation Units. This class represents a scheduled re-indexing of a server-based translation memory on the Execution Server. This class can be used to schedule a re-indexing of a server-based translation memory and also to monitor the operation's status while it is running. ScheduledServerTranslationMemoryExport Represents the asynchronous export of translation units from a server-based translation memory, executed on the Execution Server. Use this class to schedule an asynchronous translation memory export. ScheduledServerTranslationMemoryImport Represents the asynchronous import of a TMX, SDLIFF, ITD or TTX file into a server-based translation memory, executed on the Execution Server. Use this class to schedule an asynchronous translation memory import. ServerBasedFieldsTemplate Represents a fields template stored on the server. A fields template is a named collection of field definitions which can be applied to one or more translation memories ( FieldsTemplate . Changes made to the fields template will be applied to all translation memories associated with it. ServerBasedLanguageResourcesTemplate Represents a ILanguageResourcesTemplate which is stored on a server. ServerBasedTranslationMemory Represents a ITranslationMemory which is hosted on a server, as opposed to a FileBasedTranslationMemory . ServerBasedTranslationMemoryLanguageDirection Represents a language direction of a multilingual server-based translation memory ( ServerBasedTranslationMemory ). ServerBasedTranslationMemoryLanguageDirectionCollection Represents the collection of language directions of a server-based translation memory ( ServerBasedTranslationMemory ). Language directions can be added to and removed from this collection. In order to persist these changes you should save the translation memory itself (see Save() ). Saving a translation memory after adding or removing language directions will result in the corresponding physical bilingual translation memories being added to or deleted from the container which hosts the server-based translation memory. All the language directions in a given translation memory should have a unique source-target language combination. Multiple source language are supported. StringResources A strongly-typed resource class, for looking up localized strings, etc. SystemFieldDefinitions This class defines the available translation unit system fields that can be used in filter expressions in addition to user-defined fields. TranslationMemoryContainer Represents a database using for storing server-based translation memories. TranslationMemoryContainerPermissions Translation memory container permissions TranslationMemoryExporter This class implements exporting translation units into TMX files. TranslationMemoryFieldsPermissions Permissions for language resources in a TM. TranslationMemoryImporter This class exposes functionality to import a bilingual TMX file or a bilingual document into a translation memory. TranslationMemoryLanguageResourcePermissions Permissions for language resources in a TM. TranslationMemoryPermissions Translation memory permissions TranslationMemoryQuery Defines the query to be executed over the translation memories TranslationMemorySearchResultConverters A converter helper class that converts from SearchResults to Subsegmentsearch results TranslationMemoryUpgradeUtil Utility class for upgrading file-based translation memories and checking if they need maintenance TranslationProviderAuthenticationException Exception thrown when trying to access an object that has been deleted. TranslationProviderCascadePermissions Translation provider cascade permissions TranslationProviderCredential Represents a credential for a translation provider that can be stored in a ITranslationProviderCredentialStore . TranslationProviderCredentialStore TranslationProviderCredentialStore class represents a standard implementation of a translation provider credential store. TranslationProviderDisplayInfo Represents information about a translation provider ( ITranslationProvider ) that can be used to display this translation provider in a user interface. The translation provider plug-in has to provide an implementation of ITranslationProviderWinFormsUI which supports getting display information through calling GetDisplayInfo(Uri, String) . TranslationProviderFactoryAttribute Extension attribute for registering a translation provider factory that supports a specific types of translation providers. TranslationProviderInfo Represents general information about a translation provider ( ITranslationProvider ). TranslationProviderManager This class exposes functionality to work with translation provider plug-ins ( ITranslationProvider ) in a generic way. It allows creating translation providers in a generic way and also allows creating user interface components to manipulate translation provider settings ( ITranslationProviderWinFormsUI ). TranslationProviderServer Represents server-provided access to translation memories and provides related administrative and maintenance services. TranslationProviderUriBuilder A utility class that allows translation providers that implement the ITranslationProvider interface to return Uri values that confirm to the suggested Uri scheme. TranslationProviderWinFormsUiAttribute Extension attribute for registering a translation provider Windows Forms user interface component that provides user interface for specific types of translation providers. TranslationUnitPermissions Translation unit permissions. Interfaces IAdvancedContextTranslationMemory Provides information about TM support for advanced context matching functionality IAdvancedContextTranslationMemoryLanguageDirection IAdvancedContextTranslationMemoryLanguageDirection interface IAlignableTranslationMemory Represents a translation memory. IFieldsTemplate Represents a fields template, which is a named collection of fields that can be applied to a translation memory. IFileBasedTranslationMemory Represents an file based Translation Memory ILanguageResourceEntity ILanguageResourcesTemplate Represents a language resources template, which is a LanguageResourceBundleCollection that can be stored and managed individually. ILocalTranslationMemory Represents base class for bilingual file-based ( FileBasedTranslationMemory ) and in-memory translation memories ( InMemoryTranslationMemory ). IPermissionCheck This interface is implemented by all objects that can be secured using permissions and allows the user to query whether the object has a certain permission. IReindexableTranslationMemory Represents an upgraded file-based TM ISubsegmentTranslationMemoryLanguageDirection Exposes translation provider subsegment functionality for a specific language direction. ISupportPlaceables Represents a Translation Provider that supports Placeables ITranslationMemory Represents a translation memory. ITranslationMemory2015 Represents a translation memory. ITranslationMemoryLanguageDirection Exposes functionality for a specific language direction within a translation memory. ITranslationProvider Represents a multi-lingual translation engine. This can for instance be a translation memory or machine translation engine. ITranslationProviderCredentialStore This interface represents a storage mechanism for translation provider credentials. The host application will provide an implementation of this object, which will be passed on to the ITranslationProviderFactory and ITranslationProviderWinFormsUI components so they can retrieve and add credentials from and to the store. It is up to the store implementation whether it for instance persists its contents or not. ITranslationProviderFactory This interface defines a Translation Provider Factory class that can be used as a plug-in based on the Sdl.Core.PluginFramework Extensions API ITranslationProviderLanguageDirection Exposes translation provider functionality for a specific language direction. ITranslationProviderLanguageDirectionWithDelete Exposes translation provider delete TU functionality for a specific language direction. ITranslationProviderSummaryFactory This interface defines an extension of Translation Provider Factory class that can be used as a plug-in based on the Sdl.Core.PluginFramework Extensions API ITranslationProviderWinFormsUI This interface should be implemented by translation provider implementers in order to provide user interface functionality in Trados Studio specific to that type of translation provider. Implementation of this interface should be marked up with the TranslationProviderWinFormsUiAttribute attribute for registration it with the plug-in manager. Enums CascadeMessageCode CascadeMessageCode enumeration represents the cascade message codes. DatabaseServerAuthenticationType Represents the possible authentication types to use for with DatabaseServer . See AuthenticationType . DatabaseServerType Represents the supported types of database server that can be used to host server-based translation memory containers. See ServerType . ScheduledOperationStatus Represents the possible statuses of a ScheduledOperation . ServerImportStatus TranslationMemoryFileAccessMode The possible \"access modes\" for a password protected file-based TM. A password can be set for each access mode. TranslationMemoryProperties Represents the additional related objects that can be retrieved when retrieving one or more translation memories. TranslationMethod Enumerates the ways how a translation provider can compute a translation. See TranslationMethod ." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemory.html", "title": "Interface IAdvancedContextTranslationMemory", - "keywords": "Interface IAdvancedContextTranslationMemory Provides information about TM support for advanced context matching functionality Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IAdvancedContextTranslationMemory Properties TextContextMatchType Returns the type of TextContextMatchType specified when the TM was created Declaration TextContextMatchType TextContextMatchType { get; } Property Value Type Description TextContextMatchType UsesIdContextMatching Returns true if the TM was created with support for ID-based context matching Declaration bool UsesIdContextMatching { get; } Property Value Type Description bool UsesLegacyHashes Returns true if the TM is using legacy segment hashing (and can therefore consume legacy context information in TMX without conversion) Declaration bool UsesLegacyHashes { get; set; } Property Value Type Description bool" + "keywords": "Interface IAdvancedContextTranslationMemory Provides information about TM support for advanced context matching functionality Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IAdvancedContextTranslationMemory Properties TextContextMatchType Returns the type of TextContextMatchType specified when the TM was created Declaration TextContextMatchType TextContextMatchType { get; } Property Value Type Description TextContextMatchType UsesIdContextMatching Returns true if the TM was created with support for ID-based context matching Declaration bool UsesIdContextMatching { get; } Property Value Type Description System.Boolean UsesLegacyHashes Returns true if the TM is using legacy segment hashing (and can therefore consume legacy context information in TMX without conversion) Declaration bool UsesLegacyHashes { get; set; } Property Value Type Description System.Boolean" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemoryLanguageDirection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemoryLanguageDirection.html", "title": "Interface IAdvancedContextTranslationMemoryLanguageDirection", - "keywords": "Interface IAdvancedContextTranslationMemoryLanguageDirection IAdvancedContextTranslationMemoryLanguageDirection interface Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IAdvancedContextTranslationMemoryLanguageDirection Methods GetTranslationUnitsWithContextContent(ref RegularIterator) Identical to GetTranslationUnits(ref RegularIterator) except that the implementation will attempt to populate the Segment1 and Segment2 properties for any items in the Contexts collection of a tu Declaration TranslationUnit[] GetTranslationUnitsWithContextContent(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator Returns Type Description TranslationUnit Remarks Implementations must ensure Segment1 and Segment2 are tokenized and that their Tokens collections are returned to the client." + "keywords": "Interface IAdvancedContextTranslationMemoryLanguageDirection IAdvancedContextTranslationMemoryLanguageDirection interface Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IAdvancedContextTranslationMemoryLanguageDirection Methods GetTranslationUnitsWithContextContent(ref RegularIterator) Identical to GetTranslationUnits(ref RegularIterator) except that the implementation will attempt to populate the Segment1 and Segment2 properties for any items in the Contexts collection of a tu Declaration TranslationUnit[] GetTranslationUnitsWithContextContent(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator Returns Type Description TranslationUnit [] Remarks Implementations must ensure Segment1 and Segment2 are tokenized and that their Tokens collections are returned to the client." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.html", "title": "Interface IAlignableTranslationMemory", - "keywords": "Interface IAlignableTranslationMemory Represents a translation memory. Inherited Members ITranslationMemory2015.TokenizerFlags ITranslationMemory2015.WordCountFlags ITranslationMemory.GetLanguageDirection(LanguagePair) ITranslationMemory.Save() ITranslationMemory.Delete() ITranslationMemory.HasPermission(string) ITranslationMemory.GetTranslationUnitCount() ITranslationMemory.ShouldRecomputeFuzzyIndexStatistics() ITranslationMemory.RecomputeFuzzyIndexStatistics() ITranslationMemory.SupportedLanguageDirections ITranslationMemory.Description ITranslationMemory.Copyright ITranslationMemory.CreationDate ITranslationMemory.CreationUserName ITranslationMemory.ExpirationDate ITranslationMemory.FieldDefinitions ITranslationMemory.FuzzyIndexes ITranslationMemory.FuzzyIndexTuningSettings ITranslationMemory.FuzzyIndexStatisticsRecomputedAt ITranslationMemory.FuzzyIndexStatisticsSize ITranslationProvider.SupportsLanguageDirection(LanguagePair) ITranslationProvider.RefreshStatusInfo() ITranslationProvider.SerializeState() ITranslationProvider.LoadState(string) ITranslationProvider.StatusInfo ITranslationProvider.Uri ITranslationProvider.Name ITranslationProvider.SupportsTaggedInput ITranslationProvider.SupportsScoring ITranslationProvider.SupportsSearchForTranslationUnits ITranslationProvider.SupportsMultipleResults ITranslationProvider.SupportsFilters ITranslationProvider.SupportsPenalties ITranslationProvider.SupportsStructureContext ITranslationProvider.SupportsDocumentSearches ITranslationProvider.SupportsUpdate ITranslationProvider.SupportsPlaceables ITranslationProvider.SupportsTranslation ITranslationProvider.SupportsFuzzySearch ITranslationProvider.SupportsConcordanceSearch ITranslationProvider.SupportsSourceConcordanceSearch ITranslationProvider.SupportsTargetConcordanceSearch ITranslationProvider.SupportsWordCounts ITranslationProvider.TranslationMethod ITranslationProvider.IsReadOnly ISupportPlaceables.LanguageResourceBundles ISupportPlaceables.Recognizers Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IAlignableTranslationMemory : ITranslationMemory2015, ITranslationMemory, ITranslationProvider, ISupportPlaceables Properties AlignedPredatedTranslationUnitCount Gets the number of TUs that are postdated (added after creation of the model they were aligned with) and are now predated (a model exists created after they were added) Declaration int AlignedPredatedTranslationUnitCount { get; } Property Value Type Description int AlignerDefinition Gets the AlignerDefinition that has been set for this TM, or null if there is none Declaration AlignerDefinition AlignerDefinition { get; } Property Value Type Description AlignerDefinition FGASupport Returns the status of fine-grained-alignment support for the TM Declaration FGASupport FGASupport { get; } Property Value Type Description FGASupport ShouldAlign Indicates whether 'quick' alignment (i.e. alignment of any unaligned TUs, plus postdated TUs for which a newer model is now available) is recommended Declaration bool ShouldAlign { get; } Property Value Type Description bool TranslationUnitNewerThanModelCount Gets the number of TUs that have been added subsequent to the translation model being built Declaration int TranslationUnitNewerThanModelCount { get; } Property Value Type Description int UnalignedTranslationUnitCount Gets the number of TUs that do not have fine-grained alignment information. Declaration int UnalignedTranslationUnitCount { get; } Property Value Type Description int Methods AlignTranslationUnits(bool, bool, CancellationToken, IProgress) Performs bulk fine-grained alignment on translation units in a TM Declaration void AlignTranslationUnits(bool unalignedOnly, bool unalignedOrPostdatedOnly, CancellationToken token, IProgress progress) Parameters Type Name Description bool unalignedOnly bool unalignedOrPostdatedOnly CancellationToken token IProgress int progress ClearAlignmentData() Deletes any fine-grained alignment data from the TM Declaration void ClearAlignmentData() MeasureModelFitness(ref RegularIterator, bool) Measures how well the model 'fits' the TM content, by counting out-of-vocabulary words Declaration TranslationModelFitness MeasureModelFitness(ref RegularIterator iterator, bool postdatedOrUnalignedOnly) Parameters Type Name Description RegularIterator iterator bool postdatedOrUnalignedOnly Returns Type Description TranslationModelFitness" + "keywords": "Interface IAlignableTranslationMemory Represents a translation memory. Inherited Members ITranslationMemory2015.TokenizerFlags ITranslationMemory2015.WordCountFlags ITranslationMemory.GetLanguageDirection(LanguagePair) ITranslationMemory.Save() ITranslationMemory.Delete() ITranslationMemory.HasPermission(String) ITranslationMemory.GetTranslationUnitCount() ITranslationMemory.ShouldRecomputeFuzzyIndexStatistics() ITranslationMemory.RecomputeFuzzyIndexStatistics() ITranslationMemory.SupportedLanguageDirections ITranslationMemory.Description ITranslationMemory.Copyright ITranslationMemory.CreationDate ITranslationMemory.CreationUserName ITranslationMemory.ExpirationDate ITranslationMemory.FieldDefinitions ITranslationMemory.FuzzyIndexes ITranslationMemory.FuzzyIndexTuningSettings ITranslationMemory.FuzzyIndexStatisticsRecomputedAt ITranslationMemory.FuzzyIndexStatisticsSize ITranslationProvider.SupportsLanguageDirection(LanguagePair) ITranslationProvider.RefreshStatusInfo() ITranslationProvider.SerializeState() ITranslationProvider.LoadState(String) ITranslationProvider.StatusInfo ITranslationProvider.Uri ITranslationProvider.Name ITranslationProvider.SupportsTaggedInput ITranslationProvider.SupportsScoring ITranslationProvider.SupportsSearchForTranslationUnits ITranslationProvider.SupportsMultipleResults ITranslationProvider.SupportsFilters ITranslationProvider.SupportsPenalties ITranslationProvider.SupportsStructureContext ITranslationProvider.SupportsDocumentSearches ITranslationProvider.SupportsUpdate ITranslationProvider.SupportsPlaceables ITranslationProvider.SupportsTranslation ITranslationProvider.SupportsFuzzySearch ITranslationProvider.SupportsConcordanceSearch ITranslationProvider.SupportsSourceConcordanceSearch ITranslationProvider.SupportsTargetConcordanceSearch ITranslationProvider.SupportsWordCounts ITranslationProvider.TranslationMethod ITranslationProvider.IsReadOnly ISupportPlaceables.LanguageResourceBundles ISupportPlaceables.Recognizers Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IAlignableTranslationMemory : ITranslationMemory2015, ITranslationMemory, ITranslationProvider, ISupportPlaceables Properties AlignedPredatedTranslationUnitCount Gets the number of TUs that are postdated (added after creation of the model they were aligned with) and are now predated (a model exists created after they were added) Declaration int AlignedPredatedTranslationUnitCount { get; } Property Value Type Description System.Int32 AlignerDefinition Gets the AlignerDefinition that has been set for this TM, or null if there is none Declaration AlignerDefinition AlignerDefinition { get; } Property Value Type Description AlignerDefinition FGASupport Returns the status of fine-grained-alignment support for the TM Declaration FGASupport FGASupport { get; } Property Value Type Description FGASupport ShouldAlign Indicates whether 'quick' alignment (i.e. alignment of any unaligned TUs, plus postdated TUs for which a newer model is now available) is recommended Declaration bool ShouldAlign { get; } Property Value Type Description System.Boolean TranslationUnitNewerThanModelCount Gets the number of TUs that have been added subsequent to the translation model being built Declaration int TranslationUnitNewerThanModelCount { get; } Property Value Type Description System.Int32 UnalignedTranslationUnitCount Gets the number of TUs that do not have fine-grained alignment information. Declaration int UnalignedTranslationUnitCount { get; } Property Value Type Description System.Int32 Methods AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress) Performs bulk fine-grained alignment on translation units in a TM Declaration void AlignTranslationUnits(bool unalignedOnly, bool unalignedOrPostdatedOnly, CancellationToken token, IProgress progress) Parameters Type Name Description System.Boolean unalignedOnly System.Boolean unalignedOrPostdatedOnly System.Threading.CancellationToken token System.IProgress < System.Int32 > progress ClearAlignmentData() Deletes any fine-grained alignment data from the TM Declaration void ClearAlignmentData() MeasureModelFitness(ref RegularIterator, Boolean) Measures how well the model 'fits' the TM content, by counting out-of-vocabulary words Declaration TranslationModelFitness MeasureModelFitness(ref RegularIterator iterator, bool postdatedOrUnalignedOnly) Parameters Type Name Description RegularIterator iterator System.Boolean postdatedOrUnalignedOnly Returns Type Description TranslationModelFitness" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IFieldsTemplate.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IFieldsTemplate.html", "title": "Interface IFieldsTemplate", - "keywords": "Interface IFieldsTemplate Represents a fields template, which is a named collection of fields that can be applied to a translation memory. Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IFieldsTemplate Properties Description Gets or sets a general description of the entity. Declaration string Description { get; set; } Property Value Type Description string The general description. FieldDefinitions Gets the collections of fields in this fields template. Declaration FieldDefinitionCollection FieldDefinitions { get; } Property Value Type Description FieldDefinitionCollection Remarks In case of a server-based fields template ( ServerBasedFieldsTemplate ), any changes to this collection are only persisted when calling Save() . Name Gets or sets an entity name. Declaration string Name { get; set; } Property Value Type Description string The entity name." + "keywords": "Interface IFieldsTemplate Represents a fields template, which is a named collection of fields that can be applied to a translation memory. Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IFieldsTemplate Properties Description Gets or sets a general description of the entity. Declaration string Description { get; set; } Property Value Type Description System.String The general description. FieldDefinitions Gets the collections of fields in this fields template. Declaration FieldDefinitionCollection FieldDefinitions { get; } Property Value Type Description FieldDefinitionCollection Remarks In case of a server-based fields template ( ServerBasedFieldsTemplate ), any changes to this collection are only persisted when calling Save() . Name Gets or sets an entity name. Declaration string Name { get; set; } Property Value Type Description System.String The entity name." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IFileBasedTranslationMemory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IFileBasedTranslationMemory.html", "title": "Interface IFileBasedTranslationMemory", - "keywords": "Interface IFileBasedTranslationMemory Represents an file based Translation Memory Inherited Members IAlignableTranslationMemory.MeasureModelFitness(ref RegularIterator, bool) IAlignableTranslationMemory.ClearAlignmentData() IAlignableTranslationMemory.AlignTranslationUnits(bool, bool, CancellationToken, IProgress) IAlignableTranslationMemory.UnalignedTranslationUnitCount IAlignableTranslationMemory.AlignerDefinition IAlignableTranslationMemory.AlignedPredatedTranslationUnitCount IAlignableTranslationMemory.TranslationUnitNewerThanModelCount IAlignableTranslationMemory.ShouldAlign ITranslationMemory2015.TokenizerFlags ITranslationMemory2015.WordCountFlags ITranslationMemory.GetLanguageDirection(LanguagePair) ITranslationMemory.Save() ITranslationMemory.Delete() ITranslationMemory.HasPermission(string) ITranslationMemory.GetTranslationUnitCount() ITranslationMemory.ShouldRecomputeFuzzyIndexStatistics() ITranslationMemory.RecomputeFuzzyIndexStatistics() ITranslationMemory.SupportedLanguageDirections ITranslationMemory.Description ITranslationMemory.Copyright ITranslationMemory.CreationDate ITranslationMemory.CreationUserName ITranslationMemory.ExpirationDate ITranslationMemory.FieldDefinitions ITranslationMemory.FuzzyIndexes ITranslationMemory.FuzzyIndexTuningSettings ITranslationMemory.FuzzyIndexStatisticsRecomputedAt ITranslationMemory.FuzzyIndexStatisticsSize ITranslationProvider.SupportsLanguageDirection(LanguagePair) ITranslationProvider.RefreshStatusInfo() ITranslationProvider.SerializeState() ITranslationProvider.LoadState(string) ITranslationProvider.StatusInfo ITranslationProvider.Uri ITranslationProvider.Name ITranslationProvider.SupportsTaggedInput ITranslationProvider.SupportsScoring ITranslationProvider.SupportsSearchForTranslationUnits ITranslationProvider.SupportsMultipleResults ITranslationProvider.SupportsFilters ITranslationProvider.SupportsPenalties ITranslationProvider.SupportsStructureContext ITranslationProvider.SupportsDocumentSearches ITranslationProvider.SupportsUpdate ITranslationProvider.SupportsPlaceables ITranslationProvider.SupportsTranslation ITranslationProvider.SupportsFuzzySearch ITranslationProvider.SupportsConcordanceSearch ITranslationProvider.SupportsSourceConcordanceSearch ITranslationProvider.SupportsTargetConcordanceSearch ITranslationProvider.SupportsWordCounts ITranslationProvider.TranslationMethod ITranslationProvider.IsReadOnly ISupportPlaceables.LanguageResourceBundles ISupportPlaceables.Recognizers IReindexableTranslationMemory.SelectiveReindexTranslationUnits(CancellationToken, IProgress) IReindexableTranslationMemory.ReindexRequired IReindexableTranslationMemory.TuCountForReindex IReindexableTranslationMemory.CanReportReindexRequired ILocalTranslationMemory.LanguageDirection IAdvancedContextTranslationMemory.UsesLegacyHashes IAdvancedContextTranslationMemory.UsesIdContextMatching IAdvancedContextTranslationMemory.TextContextMatchType Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IFileBasedTranslationMemory : IAlignableTranslationMemory, ITranslationMemory2015, ITranslationMemory, ITranslationProvider, ISupportPlaceables, IReindexableTranslationMemory, ILocalTranslationMemory, IAdvancedContextTranslationMemory Properties CanBuildModel Returns true if the TM has enough data for the translation model associated with it to be built Declaration bool CanBuildModel { get; } Property Value Type Description bool FGASupport Returns the status of fine-grained-alignment support for the TM Declaration FGASupport FGASupport { get; set; } Property Value Type Description FGASupport ModelDetails Provides details of the translation model associated with this file-based TM Declaration TranslationModelDetails ModelDetails { get; } Property Value Type Description TranslationModelDetails ShouldBuildModel Indicates whether a build (or rebuild) of the translation model is recommended Declaration bool ShouldBuildModel { get; } Property Value Type Description bool Methods AlignTranslationUnits(TranslationUnit[]) Attempt to performs fine-grained alignment on a list of translation units as if they were part of the translation memory. Declaration AlignResult[] AlignTranslationUnits(TranslationUnit[] tus) Parameters Type Name Description TranslationUnit tus Array of Translation Units Returns Type Description AlignResult Array of AlignResult enums reflecting the result of each alignment attempt. BuildModel() Builds the translation model associated with this file-based TM Declaration void BuildModel() ClearModel() Clears the translation model Declaration void ClearModel() Save(IProgress, CancellationToken) Performs a save operation Declaration void Save(IProgress progress, CancellationToken cancellationToken) Parameters Type Name Description IProgress TranslationMemoryProgress progress CancellationToken cancellationToken Events TranslationModelProgress Reports the progress of building a translation model Declaration event EventHandler TranslationModelProgress Event Type Type Description EventHandler TranslationModelProgressEventArgs" + "keywords": "Interface IFileBasedTranslationMemory Represents an file based Translation Memory Inherited Members IAlignableTranslationMemory.MeasureModelFitness(RegularIterator, Boolean) IAlignableTranslationMemory.ClearAlignmentData() IAlignableTranslationMemory.AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress) IAlignableTranslationMemory.UnalignedTranslationUnitCount IAlignableTranslationMemory.AlignerDefinition IAlignableTranslationMemory.AlignedPredatedTranslationUnitCount IAlignableTranslationMemory.TranslationUnitNewerThanModelCount IAlignableTranslationMemory.ShouldAlign ITranslationMemory2015.TokenizerFlags ITranslationMemory2015.WordCountFlags ITranslationMemory.GetLanguageDirection(LanguagePair) ITranslationMemory.Save() ITranslationMemory.Delete() ITranslationMemory.HasPermission(String) ITranslationMemory.GetTranslationUnitCount() ITranslationMemory.ShouldRecomputeFuzzyIndexStatistics() ITranslationMemory.RecomputeFuzzyIndexStatistics() ITranslationMemory.SupportedLanguageDirections ITranslationMemory.Description ITranslationMemory.Copyright ITranslationMemory.CreationDate ITranslationMemory.CreationUserName ITranslationMemory.ExpirationDate ITranslationMemory.FieldDefinitions ITranslationMemory.FuzzyIndexes ITranslationMemory.FuzzyIndexTuningSettings ITranslationMemory.FuzzyIndexStatisticsRecomputedAt ITranslationMemory.FuzzyIndexStatisticsSize ITranslationProvider.SupportsLanguageDirection(LanguagePair) ITranslationProvider.RefreshStatusInfo() ITranslationProvider.SerializeState() ITranslationProvider.LoadState(String) ITranslationProvider.StatusInfo ITranslationProvider.Uri ITranslationProvider.Name ITranslationProvider.SupportsTaggedInput ITranslationProvider.SupportsScoring ITranslationProvider.SupportsSearchForTranslationUnits ITranslationProvider.SupportsMultipleResults ITranslationProvider.SupportsFilters ITranslationProvider.SupportsPenalties ITranslationProvider.SupportsStructureContext ITranslationProvider.SupportsDocumentSearches ITranslationProvider.SupportsUpdate ITranslationProvider.SupportsPlaceables ITranslationProvider.SupportsTranslation ITranslationProvider.SupportsFuzzySearch ITranslationProvider.SupportsConcordanceSearch ITranslationProvider.SupportsSourceConcordanceSearch ITranslationProvider.SupportsTargetConcordanceSearch ITranslationProvider.SupportsWordCounts ITranslationProvider.TranslationMethod ITranslationProvider.IsReadOnly ISupportPlaceables.LanguageResourceBundles ISupportPlaceables.Recognizers IReindexableTranslationMemory.SelectiveReindexTranslationUnits(CancellationToken, IProgress) IReindexableTranslationMemory.ReindexRequired IReindexableTranslationMemory.TuCountForReindex IReindexableTranslationMemory.CanReportReindexRequired ILocalTranslationMemory.LanguageDirection IAdvancedContextTranslationMemory.UsesLegacyHashes IAdvancedContextTranslationMemory.UsesIdContextMatching IAdvancedContextTranslationMemory.TextContextMatchType Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IFileBasedTranslationMemory : IAlignableTranslationMemory, ITranslationMemory2015, ITranslationMemory, ITranslationProvider, ISupportPlaceables, IReindexableTranslationMemory, ILocalTranslationMemory, IAdvancedContextTranslationMemory Properties CanBuildModel Returns true if the TM has enough data for the translation model associated with it to be built Declaration bool CanBuildModel { get; } Property Value Type Description System.Boolean FGASupport Returns the status of fine-grained-alignment support for the TM Declaration FGASupport FGASupport { get; set; } Property Value Type Description FGASupport ModelDetails Provides details of the translation model associated with this file-based TM Declaration TranslationModelDetails ModelDetails { get; } Property Value Type Description TranslationModelDetails ShouldBuildModel Indicates whether a build (or rebuild) of the translation model is recommended Declaration bool ShouldBuildModel { get; } Property Value Type Description System.Boolean Methods AlignTranslationUnits(TranslationUnit[]) Attempt to performs fine-grained alignment on a list of translation units as if they were part of the translation memory. Declaration AlignResult[] AlignTranslationUnits(TranslationUnit[] tus) Parameters Type Name Description TranslationUnit [] tus Array of Translation Units Returns Type Description AlignResult [] Array of AlignResult enums reflecting the result of each alignment attempt. BuildModel() Builds the translation model associated with this file-based TM Declaration void BuildModel() ClearModel() Clears the translation model Declaration void ClearModel() Save(IProgress, CancellationToken) Performs a save operation Declaration void Save(IProgress progress, CancellationToken cancellationToken) Parameters Type Name Description System.IProgress < TranslationMemoryProgress > progress System.Threading.CancellationToken cancellationToken Events TranslationModelProgress Reports the progress of building a translation model Declaration event EventHandler TranslationModelProgress Event Type Type Description System.EventHandler < TranslationModelProgressEventArgs >" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourceEntity.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourceEntity.html", "title": "Interface ILanguageResourceEntity", - "keywords": "Interface ILanguageResourceEntity Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ILanguageResourceEntity Properties CultureName Declaration string CultureName { get; set; } Property Value Type Description string Data Declaration byte[] Data { get; set; } Property Value Type Description byte Id Declaration object Id { get; set; } Property Value Type Description object IsDirty Declaration bool IsDirty { get; } Property Value Type Description bool Type Declaration LanguageResourceType? Type { get; set; } Property Value Type Description LanguageResourceType UniqueId Declaration Guid? UniqueId { get; set; } Property Value Type Description Guid Methods MarkAsClean() Declaration void MarkAsClean()" + "keywords": "Interface ILanguageResourceEntity Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ILanguageResourceEntity Properties CultureName Declaration string CultureName { get; set; } Property Value Type Description System.String Data Declaration byte[] Data { get; set; } Property Value Type Description System.Byte [] Id Declaration object Id { get; set; } Property Value Type Description System.Object IsDirty Declaration bool IsDirty { get; } Property Value Type Description System.Boolean Type Declaration LanguageResourceType? Type { get; set; } Property Value Type Description System.Nullable < LanguageResourceType > UniqueId Declaration Guid? UniqueId { get; set; } Property Value Type Description System.Nullable < System.Guid > Methods MarkAsClean() Declaration void MarkAsClean()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourcesTemplate.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourcesTemplate.html", "title": "Interface ILanguageResourcesTemplate", - "keywords": "Interface ILanguageResourcesTemplate Represents a language resources template, which is a LanguageResourceBundleCollection that can be stored and managed individually. Inherited Members ISupportPlaceables.LanguageResourceBundles ISupportPlaceables.Recognizers Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ILanguageResourcesTemplate : ISupportPlaceables Remarks There are two implementations of this interface: FileBasedLanguageResourcesTemplate and ServerBasedLanguageResourcesTemplate . Properties Description Gets or sets the description of the language resources template. Declaration string Description { get; set; } Property Value Type Description string Name Gets or sets the name of the language resources template. Declaration string Name { get; set; } Property Value Type Description string TokenizerFlags Gets or sets the flags affecting tokenizer behaviour for this language resource template. Declaration TokenizerFlags? TokenizerFlags { get; set; } Property Value Type Description TokenizerFlags WordCountFlags Gets or sets the flags affecting word count behaviour for this language resource template. Declaration WordCountFlags? WordCountFlags { get; set; } Property Value Type Description WordCountFlags" + "keywords": "Interface ILanguageResourcesTemplate Represents a language resources template, which is a LanguageResourceBundleCollection that can be stored and managed individually. Inherited Members ISupportPlaceables.LanguageResourceBundles ISupportPlaceables.Recognizers Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ILanguageResourcesTemplate : ISupportPlaceables Remarks There are two implementations of this interface: FileBasedLanguageResourcesTemplate and ServerBasedLanguageResourcesTemplate . Properties Description Gets or sets the description of the language resources template. Declaration string Description { get; set; } Property Value Type Description System.String Name Gets or sets the name of the language resources template. Declaration string Name { get; set; } Property Value Type Description System.String TokenizerFlags Gets or sets the flags affecting tokenizer behaviour for this language resource template. Declaration TokenizerFlags? TokenizerFlags { get; set; } Property Value Type Description System.Nullable < TokenizerFlags > WordCountFlags Gets or sets the flags affecting word count behaviour for this language resource template. Declaration WordCountFlags? WordCountFlags { get; set; } Property Value Type Description System.Nullable < WordCountFlags >" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILocalTranslationMemory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILocalTranslationMemory.html", "title": "Interface ILocalTranslationMemory", - "keywords": "Interface ILocalTranslationMemory Represents base class for bilingual file-based ( FileBasedTranslationMemory ) and in-memory translation memories ( InMemoryTranslationMemory ). Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ILocalTranslationMemory Properties LanguageDirection Gets the one language direction contained in this translation memory. Declaration ITranslationMemoryLanguageDirection LanguageDirection { get; } Property Value Type Description ITranslationMemoryLanguageDirection" + "keywords": "Interface ILocalTranslationMemory Represents base class for bilingual file-based ( FileBasedTranslationMemory ) and in-memory translation memories ( InMemoryTranslationMemory ). Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ILocalTranslationMemory Properties LanguageDirection Gets the one language direction contained in this translation memory. Declaration ITranslationMemoryLanguageDirection LanguageDirection { get; } Property Value Type Description ITranslationMemoryLanguageDirection" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ImportExportOperationBase.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ImportExportOperationBase.html", "title": "Class ImportExportOperationBase", - "keywords": "Class ImportExportOperationBase Import Export scheduled operation base class Inheritance object ScheduledOperation ImportExportOperationBase ScheduledServerTranslationMemoryExport ScheduledServerTranslationMemoryImport Inherited Members ScheduledOperation.Queue() ScheduledOperation.Refresh() ScheduledOperation.Status ScheduledOperation.ErrorMessage ScheduledOperation.PercentComplete ScheduledOperation.QueuedOn ScheduledOperation.StartedOn ScheduledOperation.CompletedOn ScheduledOperation.CancelledOn ScheduledOperation.IsFinished ScheduledOperation.IsRunning ScheduledOperation.IsPending ScheduledOperation.WorkItemId object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public abstract class ImportExportOperationBase : ScheduledOperation Fields DefaultTranslationUnitChunkSize Default TranslationUnit ChunkSize Declaration public const int DefaultTranslationUnitChunkSize = 25 Field Value Type Description int STREAM_HANDLER_TYPE Constant for stream handler type Declaration protected const string STREAM_HANDLER_TYPE = \"Sdl.LanguagePlatform.ServerBasedTranslationMemory.Services.StreamHandler, Sdl.LanguagePlatform.ServerBasedTranslationMemory.Services\" Field Value Type Description string Properties ChunkSize Gets or sets the chunk size (number of translation units) for the import. Declaration public int ChunkSize { get; set; } Property Value Type Description int The size of the chunk. ContinueOnError Gets or sets a value indicating whether to continue on error. Declaration public bool ContinueOnError { get; set; } Property Value Type Description bool Id Gets the unique Id for the import. Declaration public Guid Id { get; } Property Value Type Description Guid The id. IsScheduled Gets a value indicating whether this instance is scheduled. Declaration protected bool IsScheduled { get; } Property Value Type Description bool LanguageDirection Gets the language direction. Declaration public ServerBasedTranslationMemoryLanguageDirection LanguageDirection { get; } Property Value Type Description ServerBasedTranslationMemoryLanguageDirection" + "keywords": "Class ImportExportOperationBase Import Export scheduled operation base class Inheritance System.Object ScheduledOperation ImportExportOperationBase ScheduledServerTranslationMemoryExport ScheduledServerTranslationMemoryImport Inherited Members ScheduledOperation.Queue() ScheduledOperation.Refresh() ScheduledOperation.Status ScheduledOperation.ErrorMessage ScheduledOperation.PercentComplete ScheduledOperation.QueuedOn ScheduledOperation.StartedOn ScheduledOperation.CompletedOn ScheduledOperation.CancelledOn ScheduledOperation.IsFinished ScheduledOperation.IsRunning ScheduledOperation.IsPending ScheduledOperation.WorkItemId 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public abstract class ImportExportOperationBase : ScheduledOperation Fields DefaultTranslationUnitChunkSize Default TranslationUnit ChunkSize Declaration public const int DefaultTranslationUnitChunkSize = 25 Field Value Type Description System.Int32 STREAM_HANDLER_TYPE Constant for stream handler type Declaration protected const string STREAM_HANDLER_TYPE = \"Sdl.LanguagePlatform.ServerBasedTranslationMemory.Services.StreamHandler, Sdl.LanguagePlatform.ServerBasedTranslationMemory.Services\" Field Value Type Description System.String Properties ChunkSize Gets or sets the chunk size (number of translation units) for the import. Declaration public int ChunkSize { get; set; } Property Value Type Description System.Int32 The size of the chunk. ContinueOnError Gets or sets a value indicating whether to continue on error. Declaration public bool ContinueOnError { get; set; } Property Value Type Description System.Boolean Id Gets the unique Id for the import. Declaration public Guid Id { get; } Property Value Type Description System.Guid The id. IsScheduled Gets a value indicating whether this instance is scheduled. Declaration protected bool IsScheduled { get; } Property Value Type Description System.Boolean LanguageDirection Gets the language direction. Declaration public ServerBasedTranslationMemoryLanguageDirection LanguageDirection { get; } Property Value Type Description ServerBasedTranslationMemoryLanguageDirection" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.html", "title": "Class InMemoryTranslationMemory", - "keywords": "Class InMemoryTranslationMemory Represents a bilingual in-memory translation memory. Inheritance object AbstractLocalTranslationMemory InMemoryTranslationMemory Implements ITranslationMemory ITranslationProvider ISupportPlaceables ILocalTranslationMemory Inherited Members AbstractLocalTranslationMemory.CreateFileBasedTranslationMemoryLanguageDirection() AbstractLocalTranslationMemory.GetTranslationUnitCount() AbstractLocalTranslationMemory.Refresh() AbstractLocalTranslationMemory.Save() AbstractLocalTranslationMemory.Save(IProgress, CancellationToken) AbstractLocalTranslationMemory.Delete() AbstractLocalTranslationMemory.RecomputeFuzzyIndexStatistics() AbstractLocalTranslationMemory.ClearFuzzyCache() AbstractLocalTranslationMemory.ShouldRecomputeFuzzyIndexStatistics() AbstractLocalTranslationMemory.SupportsLanguageDirection(LanguagePair) AbstractLocalTranslationMemory.GetLanguageDirection(LanguagePair) AbstractLocalTranslationMemory.SerializeState() AbstractLocalTranslationMemory.LoadState(string) AbstractLocalTranslationMemory.FuzzyIndexes AbstractLocalTranslationMemory.Recognizers AbstractLocalTranslationMemory.Copyright AbstractLocalTranslationMemory.CreationDate AbstractLocalTranslationMemory.CreationUserName AbstractLocalTranslationMemory.Description AbstractLocalTranslationMemory.ExpirationDate AbstractLocalTranslationMemory.FieldDefinitions AbstractLocalTranslationMemory.LanguageResourceBundles AbstractLocalTranslationMemory.Uri AbstractLocalTranslationMemory.Name AbstractLocalTranslationMemory.SupportsTaggedInput AbstractLocalTranslationMemory.SupportsScoring AbstractLocalTranslationMemory.SupportsSearchForTranslationUnits AbstractLocalTranslationMemory.SupportsMultipleResults AbstractLocalTranslationMemory.SupportsFilters AbstractLocalTranslationMemory.SupportsPenalties AbstractLocalTranslationMemory.SupportsStructureContext AbstractLocalTranslationMemory.SupportsDocumentSearches AbstractLocalTranslationMemory.SupportsUpdate AbstractLocalTranslationMemory.SupportsPlaceables AbstractLocalTranslationMemory.SupportsTranslation AbstractLocalTranslationMemory.SupportsFuzzySearch AbstractLocalTranslationMemory.SupportsConcordanceSearch AbstractLocalTranslationMemory.SupportsSourceConcordanceSearch AbstractLocalTranslationMemory.SupportsTargetConcordanceSearch AbstractLocalTranslationMemory.SupportsWordCounts AbstractLocalTranslationMemory.IsReadOnly AbstractLocalTranslationMemory.TranslationMethod AbstractLocalTranslationMemory.FuzzyIndexTuningSettings AbstractLocalTranslationMemory.FuzzyIndexStatisticsRecomputedAt AbstractLocalTranslationMemory.FuzzyIndexStatisticsSize AbstractLocalTranslationMemory.LanguageDirection AbstractLocalTranslationMemory.SupportedLanguageDirections object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class InMemoryTranslationMemory : AbstractLocalTranslationMemory, ITranslationMemory, ITranslationProvider, ISupportPlaceables, ILocalTranslationMemory Constructors InMemoryTranslationMemory(string, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers) Creates a new bilingual in-memory translation memory. Declaration public InMemoryTranslationMemory(string name, CultureCode sourceLanguage, CultureCode targetLanguage, FuzzyIndexes indexes, BuiltinRecognizers recognizers) Parameters Type Name Description string name The translation memory name. CultureCode sourceLanguage A region-qualified culture, representing the source language. CultureCode targetLanguage A region-qualified culture, representing the target language. FuzzyIndexes indexes The set of fuzzy indexes that should be created in this translation memory. BuiltinRecognizers recognizers Recognizer settings. Exceptions Type Condition ArgumentNullException Thrown when sourceLanguage or targetLanguage is null or empty. ArgumentException Thrown when sourceLanguage or targetLanguage are not region-qualified cultures. Properties StatusInfo Always returns \"OK\". Declaration public override ProviderStatusInfo StatusInfo { get; } Property Value Type Description ProviderStatusInfo Overrides AbstractLocalTranslationMemory.StatusInfo Methods HasPermission(string) Always returns true . Declaration public override bool HasPermission(string permission) Parameters Type Name Description string permission Returns Type Description bool Overrides AbstractLocalTranslationMemory.HasPermission(string) RefreshStatusInfo() Refreshes the current status information. Declaration public override void RefreshStatusInfo() Overrides AbstractLocalTranslationMemory.RefreshStatusInfo() Implements ITranslationMemory ITranslationProvider ISupportPlaceables ILocalTranslationMemory" + "keywords": "Class InMemoryTranslationMemory Represents a bilingual in-memory translation memory. Inheritance System.Object AbstractLocalTranslationMemory InMemoryTranslationMemory Implements ITranslationMemory ITranslationProvider ISupportPlaceables ILocalTranslationMemory Inherited Members AbstractLocalTranslationMemory.CreateFileBasedTranslationMemoryLanguageDirection() AbstractLocalTranslationMemory.GetTranslationUnitCount() AbstractLocalTranslationMemory.Refresh() AbstractLocalTranslationMemory.Save() AbstractLocalTranslationMemory.Save(IProgress, CancellationToken) AbstractLocalTranslationMemory.Delete() AbstractLocalTranslationMemory.RecomputeFuzzyIndexStatistics() AbstractLocalTranslationMemory.ClearFuzzyCache() AbstractLocalTranslationMemory.ShouldRecomputeFuzzyIndexStatistics() AbstractLocalTranslationMemory.SupportsLanguageDirection(LanguagePair) AbstractLocalTranslationMemory.GetLanguageDirection(LanguagePair) AbstractLocalTranslationMemory.ITranslationProvider.GetLanguageDirection(LanguagePair) AbstractLocalTranslationMemory.SerializeState() AbstractLocalTranslationMemory.LoadState(String) AbstractLocalTranslationMemory.FuzzyIndexes AbstractLocalTranslationMemory.Recognizers AbstractLocalTranslationMemory.Copyright AbstractLocalTranslationMemory.CreationDate AbstractLocalTranslationMemory.CreationUserName AbstractLocalTranslationMemory.Description AbstractLocalTranslationMemory.ExpirationDate AbstractLocalTranslationMemory.FieldDefinitions AbstractLocalTranslationMemory.LanguageResourceBundles AbstractLocalTranslationMemory.Uri AbstractLocalTranslationMemory.Name AbstractLocalTranslationMemory.SupportsTaggedInput AbstractLocalTranslationMemory.SupportsScoring AbstractLocalTranslationMemory.SupportsSearchForTranslationUnits AbstractLocalTranslationMemory.SupportsMultipleResults AbstractLocalTranslationMemory.SupportsFilters AbstractLocalTranslationMemory.SupportsPenalties AbstractLocalTranslationMemory.SupportsStructureContext AbstractLocalTranslationMemory.SupportsDocumentSearches AbstractLocalTranslationMemory.SupportsUpdate AbstractLocalTranslationMemory.SupportsPlaceables AbstractLocalTranslationMemory.SupportsTranslation AbstractLocalTranslationMemory.SupportsFuzzySearch AbstractLocalTranslationMemory.SupportsConcordanceSearch AbstractLocalTranslationMemory.SupportsSourceConcordanceSearch AbstractLocalTranslationMemory.SupportsTargetConcordanceSearch AbstractLocalTranslationMemory.SupportsWordCounts AbstractLocalTranslationMemory.IsReadOnly AbstractLocalTranslationMemory.TranslationMethod AbstractLocalTranslationMemory.FuzzyIndexTuningSettings AbstractLocalTranslationMemory.FuzzyIndexStatisticsRecomputedAt AbstractLocalTranslationMemory.FuzzyIndexStatisticsSize AbstractLocalTranslationMemory.LanguageDirection AbstractLocalTranslationMemory.SupportedLanguageDirections 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class InMemoryTranslationMemory : AbstractLocalTranslationMemory, ITranslationMemory, ITranslationProvider, ISupportPlaceables, ILocalTranslationMemory Constructors InMemoryTranslationMemory(String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers) Creates a new bilingual in-memory translation memory. Declaration public InMemoryTranslationMemory(string name, CultureCode sourceLanguage, CultureCode targetLanguage, FuzzyIndexes indexes, BuiltinRecognizers recognizers) Parameters Type Name Description System.String name The translation memory name. Sdl.Core.Globalization.CultureCode sourceLanguage A region-qualified culture, representing the source language. Sdl.Core.Globalization.CultureCode targetLanguage A region-qualified culture, representing the target language. FuzzyIndexes indexes The set of fuzzy indexes that should be created in this translation memory. BuiltinRecognizers recognizers Recognizer settings. Exceptions Type Condition System.ArgumentNullException Thrown when sourceLanguage or targetLanguage is null or empty. System.ArgumentException Thrown when sourceLanguage or targetLanguage are not region-qualified cultures. Properties StatusInfo Always returns \"OK\". Declaration public override ProviderStatusInfo StatusInfo { get; } Property Value Type Description ProviderStatusInfo Overrides AbstractLocalTranslationMemory.StatusInfo Methods HasPermission(String) Always returns true . Declaration public override bool HasPermission(string permission) Parameters Type Name Description System.String permission Returns Type Description System.Boolean Overrides AbstractLocalTranslationMemory.HasPermission(String) RefreshStatusInfo() Refreshes the current status information. Declaration public override void RefreshStatusInfo() Overrides AbstractLocalTranslationMemory.RefreshStatusInfo() Implements ITranslationMemory ITranslationProvider ISupportPlaceables ILocalTranslationMemory" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IPermissionCheck.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IPermissionCheck.html", "title": "Interface IPermissionCheck", - "keywords": "Interface IPermissionCheck This interface is implemented by all objects that can be secured using permissions and allows the user to query whether the object has a certain permission. Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IPermissionCheck Methods HasPermission(string) Gets whether this object has the permission with the specified name. Declaration bool HasPermission(string permission) Parameters Type Name Description string permission The permission name. Returns Type Description bool true is the object has the specified permission." + "keywords": "Interface IPermissionCheck This interface is implemented by all objects that can be secured using permissions and allows the user to query whether the object has a certain permission. Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IPermissionCheck Methods HasPermission(String) Gets whether this object has the permission with the specified name. Declaration bool HasPermission(string permission) Parameters Type Name Description System.String permission The permission name. Returns Type Description System.Boolean true is the object has the specified permission." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IReindexableTranslationMemory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IReindexableTranslationMemory.html", "title": "Interface IReindexableTranslationMemory", - "keywords": "Interface IReindexableTranslationMemory Represents an upgraded file-based TM Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IReindexableTranslationMemory Properties CanReportReindexRequired Returns true for file-based TMs capable of reporting whether TUs require reindexing, or false for legacy TMs that do not support this capability. Declaration bool CanReportReindexRequired { get; set; } Property Value Type Description bool ReindexRequired Returns true if any TUs require reindexing, based on the value of their tokenization_signature_hash column, false otherwise, or null if the TM is a legacy file-based TM that does not have this column. Declaration bool? ReindexRequired { get; } Property Value Type Description bool TuCountForReindex Returns the number of TUs that require reindexing, based on the value of their tokenization_signature_hash column, or -1 if the TM is a legacy file-based TM that does not have this column. Declaration int TuCountForReindex { get; } Property Value Type Description int Methods SelectiveReindexTranslationUnits(CancellationToken, IProgress) Provides similar functionality to ReindexTranslationUnits, except that only TUs that require reindexing are reindexed, based on the value of their tokenization_signature_hash column, or no TUs if the TM is a legacy file-based TM that does not have this column. Declaration void SelectiveReindexTranslationUnits(CancellationToken token, IProgress progress) Parameters Type Name Description CancellationToken token IProgress int progress" + "keywords": "Interface IReindexableTranslationMemory Represents an upgraded file-based TM Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IReindexableTranslationMemory Properties CanReportReindexRequired Returns true for file-based TMs capable of reporting whether TUs require reindexing, or false for legacy TMs that do not support this capability. Declaration bool CanReportReindexRequired { get; set; } Property Value Type Description System.Boolean ReindexRequired Returns true if any TUs require reindexing, based on the value of their tokenization_signature_hash column, false otherwise, or null if the TM is a legacy file-based TM that does not have this column. Declaration bool? ReindexRequired { get; } Property Value Type Description System.Nullable < System.Boolean > TuCountForReindex Returns the number of TUs that require reindexing, based on the value of their tokenization_signature_hash column, or -1 if the TM is a legacy file-based TM that does not have this column. Declaration int TuCountForReindex { get; } Property Value Type Description System.Int32 Methods SelectiveReindexTranslationUnits(CancellationToken, IProgress) Provides similar functionality to ReindexTranslationUnits, except that only TUs that require reindexing are reindexed, based on the value of their tokenization_signature_hash column, or no TUs if the TM is a legacy file-based TM that does not have this column. Declaration void SelectiveReindexTranslationUnits(CancellationToken token, IProgress progress) Parameters Type Name Description System.Threading.CancellationToken token System.IProgress < System.Int32 > progress" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.html", "title": "Interface ISubsegmentTranslationMemoryLanguageDirection", - "keywords": "Interface ISubsegmentTranslationMemoryLanguageDirection Exposes translation provider subsegment functionality for a specific language direction. Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ISubsegmentTranslationMemoryLanguageDirection Methods SearchSegment(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment) Performs a segment-level search, and optionally a subsegment search Declaration SegmentAndSubsegmentSearchResults SearchSegment(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment segment) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. Segment segment The segment to search for. Returns Type Description SegmentAndSubsegmentSearchResults A SearchResults object containing the results or an empty object if no results were found. SearchSegments(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[]) Performs a segment-level search, and optionally a subsegment search, for an array of segments. Declaration SegmentAndSubsegmentSearchResults[] SearchSegments(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment[] segments) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. Segment segments The array containing the segments to search for. Returns Type Description SegmentAndSubsegmentSearchResults An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[]) Performs a segment-level search, and optionally a subsegment search, for an array of segments, specifying a mask which specifies which segments should actually be searched (only those for which the corresponding mask bit is true are searched). If the mask is null , the method behaves identically to SearchSegments(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[]) . Passing a mask only makes sense in document search contexts ( IsDocumentSearch set to true ). Declaration SegmentAndSubsegmentSearchResults[] SearchSegmentsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. Segment segments The array containing the segments to search for. bool mask The array containing the segments to search for. Returns Type Description SegmentAndSubsegmentSearchResults An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchTranslationUnit(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit) Performs a translation unit search, and optionally a subsegment search on the source segment Declaration SegmentAndSubsegmentSearchResults SearchTranslationUnit(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. TranslationUnit translationUnit The translation unit to search for. Returns Type Description SegmentAndSubsegmentSearchResults An object containing the results or an empty object if no results were found. SearchTranslationUnits(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[]) Performs a translation unit search, and optionally a subsegment search on the source segment, for an array of translation units. Declaration SegmentAndSubsegmentSearchResults[] SearchTranslationUnits(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit[] translationUnits) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. TranslationUnit translationUnits The array containing the translation units to search for. Returns Type Description SegmentAndSubsegmentSearchResults An array of objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[]) Similar to SearchTranslationUnits(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[]) , but allows passing a mask which specifies which TUs are actually searched. This is useful in document search contexts where some TUs are passed which should be used to establish a (text) context, but which should not be processed. Declaration SegmentAndSubsegmentSearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. TranslationUnit translationUnits The array containing the translation units to search for. bool mask A bool array which specifies which TUs are actually searched (mask[i] = true ). If null , the method behaves identically to SearchTranslationUnits(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[]) . Returns Type Description SegmentAndSubsegmentSearchResults An array of objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SubsegmentSearchSegment(SubsegmentSearchSettings, Segment) Searches the TM for subsegment matches for a given segment Declaration SubsegmentSearchResultsCollection SubsegmentSearchSegment(SubsegmentSearchSettings settings, Segment segment) Parameters Type Name Description SubsegmentSearchSettings settings The settings that define the search parameters. Segment segment The segment for which subsegment matches should be sought, aka 'query segment' Returns Type Description SubsegmentSearchResultsCollection A SubsegmentSearchResultsCollection object containing any subsegment matches found. Remarks See SubsegmentSearchSettings remarks for further information. SubsegmentSearchSegments(SubsegmentSearchSettings, Segment[]) Searches the TM for subsegment matches for an array of segments. Declaration SubsegmentSearchResultsCollection[] SubsegmentSearchSegments(SubsegmentSearchSettings settings, Segment[] segments) Parameters Type Name Description SubsegmentSearchSettings settings The settings that define the search parameters. Segment segments The array containing the segments for which subsegment matches should be sought Returns Type Description SubsegmentSearchResultsCollection A SubsegmentSearchResultsCollection object containing any subsegment matches found. Remarks See SubsegmentSearchSettings remarks for further information. SupportedSubsegmentMatchTypes() Reports the subsegment match types supported by this TM. Declaration List SupportedSubsegmentMatchTypes() Returns Type Description List SubsegmentMatchType" + "keywords": "Interface ISubsegmentTranslationMemoryLanguageDirection Exposes translation provider subsegment functionality for a specific language direction. Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ISubsegmentTranslationMemoryLanguageDirection Methods SearchSegment(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment) Performs a segment-level search, and optionally a subsegment search Declaration SegmentAndSubsegmentSearchResults SearchSegment(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment segment) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. Segment segment The segment to search for. Returns Type Description SegmentAndSubsegmentSearchResults A SearchResults object containing the results or an empty object if no results were found. SearchSegments(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[]) Performs a segment-level search, and optionally a subsegment search, for an array of segments. Declaration SegmentAndSubsegmentSearchResults[] SearchSegments(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment[] segments) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. Segment [] segments The array containing the segments to search for. Returns Type Description SegmentAndSubsegmentSearchResults [] An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[]) Performs a segment-level search, and optionally a subsegment search, for an array of segments, specifying a mask which specifies which segments should actually be searched (only those for which the corresponding mask bit is true are searched). If the mask is null , the method behaves identically to SearchSegments(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[]) . Passing a mask only makes sense in document search contexts ( IsDocumentSearch set to true ). Declaration SegmentAndSubsegmentSearchResults[] SearchSegmentsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. Segment [] segments The array containing the segments to search for. System.Boolean [] mask The array containing the segments to search for. Returns Type Description SegmentAndSubsegmentSearchResults [] An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchTranslationUnit(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit) Performs a translation unit search, and optionally a subsegment search on the source segment Declaration SegmentAndSubsegmentSearchResults SearchTranslationUnit(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. TranslationUnit translationUnit The translation unit to search for. Returns Type Description SegmentAndSubsegmentSearchResults An object containing the results or an empty object if no results were found. SearchTranslationUnits(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[]) Performs a translation unit search, and optionally a subsegment search on the source segment, for an array of translation units. Declaration SegmentAndSubsegmentSearchResults[] SearchTranslationUnits(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit[] translationUnits) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. TranslationUnit [] translationUnits The array containing the translation units to search for. Returns Type Description SegmentAndSubsegmentSearchResults [] An array of objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[]) Similar to SearchTranslationUnits(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[]) , but allows passing a mask which specifies which TUs are actually searched. This is useful in document search contexts where some TUs are passed which should be used to establish a (text) context, but which should not be processed. Declaration SegmentAndSubsegmentSearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. TranslationUnit [] translationUnits The array containing the translation units to search for. System.Boolean [] mask A bool array which specifies which TUs are actually searched (mask[i] = true ). If null , the method behaves identically to SearchTranslationUnits(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[]) . Returns Type Description SegmentAndSubsegmentSearchResults [] An array of objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SubsegmentSearchSegment(SubsegmentSearchSettings, Segment) Searches the TM for subsegment matches for a given segment Declaration SubsegmentSearchResultsCollection SubsegmentSearchSegment(SubsegmentSearchSettings settings, Segment segment) Parameters Type Name Description SubsegmentSearchSettings settings The settings that define the search parameters. Segment segment The segment for which subsegment matches should be sought, aka 'query segment' Returns Type Description SubsegmentSearchResultsCollection A SubsegmentSearchResultsCollection object containing any subsegment matches found. Remarks See SubsegmentSearchSettings remarks for further information. SubsegmentSearchSegments(SubsegmentSearchSettings, Segment[]) Searches the TM for subsegment matches for an array of segments. Declaration SubsegmentSearchResultsCollection[] SubsegmentSearchSegments(SubsegmentSearchSettings settings, Segment[] segments) Parameters Type Name Description SubsegmentSearchSettings settings The settings that define the search parameters. Segment [] segments The array containing the segments for which subsegment matches should be sought Returns Type Description SubsegmentSearchResultsCollection [] A SubsegmentSearchResultsCollection object containing any subsegment matches found. Remarks See SubsegmentSearchSettings remarks for further information. SupportedSubsegmentMatchTypes() Reports the subsegment match types supported by this TM. Declaration List SupportedSubsegmentMatchTypes() Returns Type Description System.Collections.Generic.List < SubsegmentMatchType >" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISupportPlaceables.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISupportPlaceables.html", "title": "Interface ISupportPlaceables", - "keywords": "Interface ISupportPlaceables Represents a Translation Provider that supports Placeables Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ISupportPlaceables Properties LanguageResourceBundles Gets the language resources which are associated with this TM. Declaration LanguageResourceBundleCollection LanguageResourceBundles { get; } Property Value Type Description LanguageResourceBundleCollection Remarks In case this is a server-based translation memory, which is associated with a language resources template (see ILanguageResourcesTemplate ), this returns a read-only language resources collection identical to the template's language resources collection. In all other cases, the language resources collection returned can be modified. Note that you have to call Save to persist any changes made to language resources. Recognizers Gets or sets the recognizers which are enabled for this TM. Note that changing recognizers may require reindexing. In addition, in some cases duplicate TUs may be in the TM if recognizers are enabled which have been disabled before. Declaration BuiltinRecognizers Recognizers { get; set; } Property Value Type Description BuiltinRecognizers" + "keywords": "Interface ISupportPlaceables Represents a Translation Provider that supports Placeables Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ISupportPlaceables Properties LanguageResourceBundles Gets the language resources which are associated with this TM. Declaration LanguageResourceBundleCollection LanguageResourceBundles { get; } Property Value Type Description LanguageResourceBundleCollection Remarks In case this is a server-based translation memory, which is associated with a language resources template (see ILanguageResourcesTemplate ), this returns a read-only language resources collection identical to the template's language resources collection. In all other cases, the language resources collection returned can be modified. Note that you have to call to persist any changes made to language resources. Recognizers Gets or sets the recognizers which are enabled for this TM. Note that changing recognizers may require reindexing. In addition, in some cases duplicate TUs may be in the TM if recognizers are enabled which have been disabled before. Declaration BuiltinRecognizers Recognizers { get; set; } Property Value Type Description BuiltinRecognizers" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.html", "title": "Interface ITranslationMemory", - "keywords": "Interface ITranslationMemory Represents a translation memory. Inherited Members ITranslationProvider.SupportsLanguageDirection(LanguagePair) ITranslationProvider.RefreshStatusInfo() ITranslationProvider.SerializeState() ITranslationProvider.LoadState(string) ITranslationProvider.StatusInfo ITranslationProvider.Uri ITranslationProvider.Name ITranslationProvider.SupportsTaggedInput ITranslationProvider.SupportsScoring ITranslationProvider.SupportsSearchForTranslationUnits ITranslationProvider.SupportsMultipleResults ITranslationProvider.SupportsFilters ITranslationProvider.SupportsPenalties ITranslationProvider.SupportsStructureContext ITranslationProvider.SupportsDocumentSearches ITranslationProvider.SupportsUpdate ITranslationProvider.SupportsPlaceables ITranslationProvider.SupportsTranslation ITranslationProvider.SupportsFuzzySearch ITranslationProvider.SupportsConcordanceSearch ITranslationProvider.SupportsSourceConcordanceSearch ITranslationProvider.SupportsTargetConcordanceSearch ITranslationProvider.SupportsWordCounts ITranslationProvider.TranslationMethod ITranslationProvider.IsReadOnly ISupportPlaceables.LanguageResourceBundles ISupportPlaceables.Recognizers Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationMemory : ITranslationProvider, ISupportPlaceables Properties Copyright Gets or sets the copyright string for this translation memory. Declaration string Copyright { get; set; } Property Value Type Description string Remarks You have to call Save() in order to persist changes to this property. CreationDate Gets the creation date of this translation memory. Declaration DateTime CreationDate { get; } Property Value Type Description DateTime CreationUserName Gets the creation user of this translation memory. Declaration string CreationUserName { get; } Property Value Type Description string Description Gets or sets a general description of the translation memory. Declaration string Description { get; set; } Property Value Type Description string Remarks You have to call Save() in order to persist changes to this property. ExpirationDate Gets or sets the expiration date for this translation memory. Declaration DateTime? ExpirationDate { get; set; } Property Value Type Description DateTime Remarks You have to call Save() in order to persist changes to this property. FieldDefinitions Gets the custom fields defined for this TM. Declaration FieldDefinitionCollection FieldDefinitions { get; } Property Value Type Description FieldDefinitionCollection Remarks In case this is a server-based translation memory, which is associated with a fields template (see IFieldsTemplate ), this returns a read-only fields collection identical to the template's fields collection. In all other cases, the field collection returned can be modified. Note that you have to call Save() to persist any changes made to the fields. FuzzyIndexStatisticsRecomputedAt Gets the time of the last fuzzy index statistics recomputation of this TM, if available. Declaration DateTime? FuzzyIndexStatisticsRecomputedAt { get; } Property Value Type Description DateTime FuzzyIndexStatisticsSize Gets the size of the TM at the point of the last fuzzy index statistics recomputation, if available. Declaration int? FuzzyIndexStatisticsSize { get; } Property Value Type Description int FuzzyIndexTuningSettings Gets or sets the fuzzy index tuning settings for the TM. Declaration FuzzyIndexTuningSettings FuzzyIndexTuningSettings { get; set; } Property Value Type Description FuzzyIndexTuningSettings FuzzyIndexes Gets or sets the set of fuzzy indices defined on this TM. Declaration FuzzyIndexes FuzzyIndexes { get; set; } Property Value Type Description FuzzyIndexes SupportedLanguageDirections Gets the list of language directions which are supported by this translation memory. Declaration ReadOnlyCollection SupportedLanguageDirections { get; } Property Value Type Description ReadOnlyCollection LanguagePair Methods Delete() Deletes this translation memory. Declaration void Delete() Remarks In the case of a file-based translation memory, this deletes the translation memory file itself. Server-based translation memories are deleted from the server, including all their content. GetLanguageDirection(LanguagePair) Gets a specified translation memory language direction. Declaration ITranslationMemoryLanguageDirection GetLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction. Returns Type Description ITranslationMemoryLanguageDirection A translation provider for the specified language direction, or null if no language direction matches. GetTranslationUnitCount() Gets the total translation unit count for all language directions in this translation memory. Declaration int GetTranslationUnitCount() Returns Type Description int The total translation unit count for this TM. HasPermission(string) Checks whether the current user has the specified permission on this translation memory. Declaration bool HasPermission(string permission) Parameters Type Name Description string permission A permission ID. See TranslationMemoryPermissions . Returns Type Description bool True if the user has the specified permission for this TM. RecomputeFuzzyIndexStatistics() Synchronously recomputes the fuzzy index statistics of the TM. Declaration void RecomputeFuzzyIndexStatistics() Save() Saves changes made to properties of this translation memory. Declaration void Save() ShouldRecomputeFuzzyIndexStatistics() Gets a flag which indicates whether it is recommended to recompute the fuzzy index statistics (see RecomputeFuzzyIndexStatistics() ). Declaration bool ShouldRecomputeFuzzyIndexStatistics() Returns Type Description bool" + "keywords": "Interface ITranslationMemory Represents a translation memory. Inherited Members ITranslationProvider.SupportsLanguageDirection(LanguagePair) ITranslationProvider.RefreshStatusInfo() ITranslationProvider.SerializeState() ITranslationProvider.LoadState(String) ITranslationProvider.StatusInfo ITranslationProvider.Uri ITranslationProvider.Name ITranslationProvider.SupportsTaggedInput ITranslationProvider.SupportsScoring ITranslationProvider.SupportsSearchForTranslationUnits ITranslationProvider.SupportsMultipleResults ITranslationProvider.SupportsFilters ITranslationProvider.SupportsPenalties ITranslationProvider.SupportsStructureContext ITranslationProvider.SupportsDocumentSearches ITranslationProvider.SupportsUpdate ITranslationProvider.SupportsPlaceables ITranslationProvider.SupportsTranslation ITranslationProvider.SupportsFuzzySearch ITranslationProvider.SupportsConcordanceSearch ITranslationProvider.SupportsSourceConcordanceSearch ITranslationProvider.SupportsTargetConcordanceSearch ITranslationProvider.SupportsWordCounts ITranslationProvider.TranslationMethod ITranslationProvider.IsReadOnly ISupportPlaceables.LanguageResourceBundles ISupportPlaceables.Recognizers Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationMemory : ITranslationProvider, ISupportPlaceables Properties Copyright Gets or sets the copyright string for this translation memory. Declaration string Copyright { get; set; } Property Value Type Description System.String Remarks You have to call Save() in order to persist changes to this property. CreationDate Gets the creation date of this translation memory. Declaration DateTime CreationDate { get; } Property Value Type Description System.DateTime CreationUserName Gets the creation user of this translation memory. Declaration string CreationUserName { get; } Property Value Type Description System.String Description Gets or sets a general description of the translation memory. Declaration string Description { get; set; } Property Value Type Description System.String Remarks You have to call Save() in order to persist changes to this property. ExpirationDate Gets or sets the expiration date for this translation memory. Declaration DateTime? ExpirationDate { get; set; } Property Value Type Description System.Nullable < System.DateTime > Remarks You have to call Save() in order to persist changes to this property. FieldDefinitions Gets the custom fields defined for this TM. Declaration FieldDefinitionCollection FieldDefinitions { get; } Property Value Type Description FieldDefinitionCollection Remarks In case this is a server-based translation memory, which is associated with a fields template (see IFieldsTemplate ), this returns a read-only fields collection identical to the template's fields collection. In all other cases, the field collection returned can be modified. Note that you have to call Save() to persist any changes made to the fields. FuzzyIndexes Gets or sets the set of fuzzy indices defined on this TM. Declaration FuzzyIndexes FuzzyIndexes { get; set; } Property Value Type Description FuzzyIndexes FuzzyIndexStatisticsRecomputedAt Gets the time of the last fuzzy index statistics recomputation of this TM, if available. Declaration DateTime? FuzzyIndexStatisticsRecomputedAt { get; } Property Value Type Description System.Nullable < System.DateTime > FuzzyIndexStatisticsSize Gets the size of the TM at the point of the last fuzzy index statistics recomputation, if available. Declaration int? FuzzyIndexStatisticsSize { get; } Property Value Type Description System.Nullable < System.Int32 > FuzzyIndexTuningSettings Gets or sets the fuzzy index tuning settings for the TM. Declaration FuzzyIndexTuningSettings FuzzyIndexTuningSettings { get; set; } Property Value Type Description FuzzyIndexTuningSettings SupportedLanguageDirections Gets the list of language directions which are supported by this translation memory. Declaration ReadOnlyCollection SupportedLanguageDirections { get; } Property Value Type Description System.Collections.ObjectModel.ReadOnlyCollection < LanguagePair > Methods Delete() Deletes this translation memory. Declaration void Delete() Remarks In the case of a file-based translation memory, this deletes the translation memory file itself. Server-based translation memories are deleted from the server, including all their content. GetLanguageDirection(LanguagePair) Gets a specified translation memory language direction. Declaration ITranslationMemoryLanguageDirection GetLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction. Returns Type Description ITranslationMemoryLanguageDirection A translation provider for the specified language direction, or null if no language direction matches. GetTranslationUnitCount() Gets the total translation unit count for all language directions in this translation memory. Declaration int GetTranslationUnitCount() Returns Type Description System.Int32 The total translation unit count for this TM. HasPermission(String) Checks whether the current user has the specified permission on this translation memory. Declaration bool HasPermission(string permission) Parameters Type Name Description System.String permission A permission ID. See TranslationMemoryPermissions . Returns Type Description System.Boolean True if the user has the specified permission for this TM. RecomputeFuzzyIndexStatistics() Synchronously recomputes the fuzzy index statistics of the TM. Declaration void RecomputeFuzzyIndexStatistics() Save() Saves changes made to properties of this translation memory. Declaration void Save() ShouldRecomputeFuzzyIndexStatistics() Gets a flag which indicates whether it is recommended to recompute the fuzzy index statistics (see RecomputeFuzzyIndexStatistics() ). Declaration bool ShouldRecomputeFuzzyIndexStatistics() Returns Type Description System.Boolean" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory2015.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory2015.html", "title": "Interface ITranslationMemory2015", - "keywords": "Interface ITranslationMemory2015 Represents a translation memory. Inherited Members ITranslationMemory.GetLanguageDirection(LanguagePair) ITranslationMemory.Save() ITranslationMemory.Delete() ITranslationMemory.HasPermission(string) ITranslationMemory.GetTranslationUnitCount() ITranslationMemory.ShouldRecomputeFuzzyIndexStatistics() ITranslationMemory.RecomputeFuzzyIndexStatistics() ITranslationMemory.SupportedLanguageDirections ITranslationMemory.Description ITranslationMemory.Copyright ITranslationMemory.CreationDate ITranslationMemory.CreationUserName ITranslationMemory.ExpirationDate ITranslationMemory.FieldDefinitions ITranslationMemory.FuzzyIndexes ITranslationMemory.FuzzyIndexTuningSettings ITranslationMemory.FuzzyIndexStatisticsRecomputedAt ITranslationMemory.FuzzyIndexStatisticsSize ITranslationProvider.SupportsLanguageDirection(LanguagePair) ITranslationProvider.RefreshStatusInfo() ITranslationProvider.SerializeState() ITranslationProvider.LoadState(string) ITranslationProvider.StatusInfo ITranslationProvider.Uri ITranslationProvider.Name ITranslationProvider.SupportsTaggedInput ITranslationProvider.SupportsScoring ITranslationProvider.SupportsSearchForTranslationUnits ITranslationProvider.SupportsMultipleResults ITranslationProvider.SupportsFilters ITranslationProvider.SupportsPenalties ITranslationProvider.SupportsStructureContext ITranslationProvider.SupportsDocumentSearches ITranslationProvider.SupportsUpdate ITranslationProvider.SupportsPlaceables ITranslationProvider.SupportsTranslation ITranslationProvider.SupportsFuzzySearch ITranslationProvider.SupportsConcordanceSearch ITranslationProvider.SupportsSourceConcordanceSearch ITranslationProvider.SupportsTargetConcordanceSearch ITranslationProvider.SupportsWordCounts ITranslationProvider.TranslationMethod ITranslationProvider.IsReadOnly ISupportPlaceables.LanguageResourceBundles ISupportPlaceables.Recognizers Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationMemory2015 : ITranslationMemory, ITranslationProvider, ISupportPlaceables Properties TokenizerFlags Gets or sets the flags affecting tokenizer behaviour for this TM. Note that changing tokenizer flags may require reindexing. Declaration TokenizerFlags TokenizerFlags { get; set; } Property Value Type Description TokenizerFlags WordCountFlags Gets or sets the flags affecting word count behaviour for this TM. Declaration WordCountFlags WordCountFlags { get; set; } Property Value Type Description WordCountFlags" + "keywords": "Interface ITranslationMemory2015 Represents a translation memory. Inherited Members ITranslationMemory.GetLanguageDirection(LanguagePair) ITranslationMemory.Save() ITranslationMemory.Delete() ITranslationMemory.HasPermission(String) ITranslationMemory.GetTranslationUnitCount() ITranslationMemory.ShouldRecomputeFuzzyIndexStatistics() ITranslationMemory.RecomputeFuzzyIndexStatistics() ITranslationMemory.SupportedLanguageDirections ITranslationMemory.Description ITranslationMemory.Copyright ITranslationMemory.CreationDate ITranslationMemory.CreationUserName ITranslationMemory.ExpirationDate ITranslationMemory.FieldDefinitions ITranslationMemory.FuzzyIndexes ITranslationMemory.FuzzyIndexTuningSettings ITranslationMemory.FuzzyIndexStatisticsRecomputedAt ITranslationMemory.FuzzyIndexStatisticsSize ITranslationProvider.SupportsLanguageDirection(LanguagePair) ITranslationProvider.RefreshStatusInfo() ITranslationProvider.SerializeState() ITranslationProvider.LoadState(String) ITranslationProvider.StatusInfo ITranslationProvider.Uri ITranslationProvider.Name ITranslationProvider.SupportsTaggedInput ITranslationProvider.SupportsScoring ITranslationProvider.SupportsSearchForTranslationUnits ITranslationProvider.SupportsMultipleResults ITranslationProvider.SupportsFilters ITranslationProvider.SupportsPenalties ITranslationProvider.SupportsStructureContext ITranslationProvider.SupportsDocumentSearches ITranslationProvider.SupportsUpdate ITranslationProvider.SupportsPlaceables ITranslationProvider.SupportsTranslation ITranslationProvider.SupportsFuzzySearch ITranslationProvider.SupportsConcordanceSearch ITranslationProvider.SupportsSourceConcordanceSearch ITranslationProvider.SupportsTargetConcordanceSearch ITranslationProvider.SupportsWordCounts ITranslationProvider.TranslationMethod ITranslationProvider.IsReadOnly ISupportPlaceables.LanguageResourceBundles ISupportPlaceables.Recognizers Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationMemory2015 : ITranslationMemory, ITranslationProvider, ISupportPlaceables Properties TokenizerFlags Gets or sets the flags affecting tokenizer behaviour for this TM. Note that changing tokenizer flags may require reindexing. Declaration TokenizerFlags TokenizerFlags { get; set; } Property Value Type Description TokenizerFlags WordCountFlags Gets or sets the flags affecting word count behaviour for this TM. Declaration WordCountFlags WordCountFlags { get; set; } Property Value Type Description WordCountFlags" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html", "title": "Interface ITranslationMemoryLanguageDirection", - "keywords": "Interface ITranslationMemoryLanguageDirection Exposes functionality for a specific language direction within a translation memory. Inherited Members ITranslationProviderLanguageDirection.SearchSegment(SearchSettings, Segment) ITranslationProviderLanguageDirection.SearchSegments(SearchSettings, Segment[]) ITranslationProviderLanguageDirection.SearchSegmentsMasked(SearchSettings, Segment[], bool[]) ITranslationProviderLanguageDirection.SearchText(SearchSettings, string) ITranslationProviderLanguageDirection.SearchTranslationUnit(SearchSettings, TranslationUnit) ITranslationProviderLanguageDirection.SearchTranslationUnits(SearchSettings, TranslationUnit[]) ITranslationProviderLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) ITranslationProviderLanguageDirection.AddTranslationUnit(TranslationUnit, ImportSettings) ITranslationProviderLanguageDirection.AddTranslationUnits(TranslationUnit[], ImportSettings) ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) ITranslationProviderLanguageDirection.AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) ITranslationProviderLanguageDirection.UpdateTranslationUnit(TranslationUnit) ITranslationProviderLanguageDirection.UpdateTranslationUnits(TranslationUnit[]) ITranslationProviderLanguageDirection.SourceLanguage ITranslationProviderLanguageDirection.TargetLanguage ITranslationProviderLanguageDirection.CanReverseLanguageDirection Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationMemoryLanguageDirection : ITranslationProviderLanguageDirection Properties TranslationProvider Gets the translation memory to which this language direction belongs. Declaration ITranslationMemory TranslationProvider { get; } Property Value Type Description ITranslationMemory Methods ApplyFieldsToTranslationUnit(FieldValues, bool, PersistentObjectToken) Applies the specified field values to the translation unit identified by the specified translationUnitId . Declaration bool ApplyFieldsToTranslationUnit(FieldValues values, bool overwrite, PersistentObjectToken translationUnitId) Parameters Type Name Description FieldValues values The field values to apply bool overwrite If true, overwrite the old values, and merge the new values with the old ones otherwise. PersistentObjectToken translationUnitId The identifier of the translation unit to apply the field values to Returns Type Description bool true if the translation unit has been modified. false otherwise. ApplyFieldsToTranslationUnits(FieldValues, bool, PersistentObjectToken[]) Applies the specified field values to the translation units identified by the specified translationUnitIds collection. Declaration int ApplyFieldsToTranslationUnits(FieldValues values, bool overwrite, PersistentObjectToken[] translationUnitIds) Parameters Type Name Description FieldValues values The field values to apply bool overwrite If true, overwrite the old values, and merge the new values with the old ones otherwise. PersistentObjectToken translationUnitIds A collection of translation unit IDs to apply the field values to Returns Type Description int The number of changed translation units DeleteAllTranslationUnits() Deletes all translation units from the TM. Declaration int DeleteAllTranslationUnits() Returns Type Description int The number of deleted translation units DeleteTranslationUnit(PersistentObjectToken) Deletes the translation unit with the specified translationUnitId from the TM. Declaration bool DeleteTranslationUnit(PersistentObjectToken translationUnitId) Parameters Type Name Description PersistentObjectToken translationUnitId The ID of the translation unit to delete. Returns Type Description bool true if the translation unit was deleted, false otherwise. DeleteTranslationUnits(PersistentObjectToken[]) Deletes the translation units with the specified IDs from the translation memory. Declaration int DeleteTranslationUnits(PersistentObjectToken[] translationUnitIds) Parameters Type Name Description PersistentObjectToken translationUnitIds A collection of the translation unit IDs to delete Returns Type Description int The number of deleted translation units DeleteTranslationUnitsWithIterator(ref RegularIterator) Deletes all translation units in the TM, using an iterator. The iterator will process only a fixed maximum number of translation units ( MaxCount ) and then the call will return, giving the client an opportunity to discontinue the process or update the UI before the next round-trip. Optionally, a filter can be set on the iterator which then will only delete those TUs which satisfy the filter condition. Declaration int DeleteTranslationUnitsWithIterator(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator to use. Returns Type Description int The number of deleted translation units. EditTranslationUnits(EditScript, EditUpdateMode, PersistentObjectToken[]) Applies an EditScript to the translation units identified by the identifiers in the translationUnitIds collection. Declaration int EditTranslationUnits(EditScript editScript, EditUpdateMode updateMode, PersistentObjectToken[] translationUnitIds) Parameters Type Name Description EditScript editScript The edit script to apply EditUpdateMode updateMode The update mode, which can be to update changed translation units in-place or add new translation units to the TM (which is only relevant if segment data has been changed). PersistentObjectToken translationUnitIds The collection of TU IDs to apply the edit script to. Returns Type Description int The number of changed or edited translation units EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) Applies an EditScript to the translation units, using an iterator. Declaration int EditTranslationUnitsWithIterator(EditScript editScript, EditUpdateMode updateMode, ref RegularIterator iterator) Parameters Type Name Description EditScript editScript The edit script to apply EditUpdateMode updateMode The update mode, which can be to update changed translation units in-place or add new translation units to the TM (which is only relevant if segment data has been changed). RegularIterator iterator The iterator to use. Note that a filter condition can be set on the iterator in which case the script will only be applied to those translation units which satisfy the filter condition. Returns Type Description int The number of changed or edited translation units Remarks Note that a filter condition can also be set on the editScript instead of the iterator. Depending on the back-end storage, it may be more efficient to set it on the iterator than on the edit script. GetDuplicateTranslationUnits(ref DuplicateIterator) Returns a set of potentially duplicated translation units in the TM, using a special DuplicateIterator . A group of TUs are considered potential duplicates of each other if the internal hash values for their source segments are identical. There may be several reasons for this being the case: The TUs have the same source segment, but different translations The TUs have different source segments, but only differ in complex tokens (controlled through the TM's ITranslationMemory.Recognizers) which will result in the identical hash values, The source segments only differ by whitespace or certain punctuation, which do not modify the hash values, The hashing algorithm leads to collisions in which case the segments may be entirely different, but still result in the same hash value. Declaration TranslationUnit[] GetDuplicateTranslationUnits(ref DuplicateIterator iterator) Parameters Type Name Description DuplicateIterator iterator The iterator to use Returns Type Description TranslationUnit The translation units which are potential duplicates, or null if no more potential duplicates can be found. GetTranslationUnit(PersistentObjectToken) Retrieves the translation unit with the specified translationUnitId from the translation memory. Declaration TranslationUnit GetTranslationUnit(PersistentObjectToken translationUnitId) Parameters Type Name Description PersistentObjectToken translationUnitId The ID of the translation unit to retrieve. Returns Type Description TranslationUnit The translation unit with the specified ID, or null if that TU does not exist. GetTranslationUnitCount() Returns the number of translation units in this TM. Note that the computation of the TU count may be a time-consuming operation for some back-end storage systems. Declaration int GetTranslationUnitCount() Returns Type Description int GetTranslationUnits(ref RegularIterator) Retrieves a set of translation units, using an iterator. At most MaxCount translation units will be returned in one round-trip. A FilterExpression can be set on the iterator in which case only those TUs which satisfy the filter condition will be returned. See also the remarks on MaxScan on how to avoid timeouts with filtered iteration. Declaration TranslationUnit[] GetTranslationUnits(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator Returns Type Description TranslationUnit The translation units, or null if no more translation units can be retrieved. PreviewEditTranslationUnitsWithIterator(EditScript, ref RegularIterator) Applies the specified edit script to the translation units in a TM, but unlike EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) , the TUs will not be updated in the TM, but modified copies of the TUs will be returned to the caller. This can be used to \"preview\" the changes the edit script would apply. Declaration TranslationUnit[] PreviewEditTranslationUnitsWithIterator(EditScript editScript, ref RegularIterator iterator) Parameters Type Name Description EditScript editScript The edit script RegularIterator iterator An iterator. See also the iterator-related remarks for EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) . Returns Type Description TranslationUnit ReindexTranslationUnits(ref RegularIterator) Re-indexes the translation memory, using an iterator so that the client can update progress indicators or discontinue the process. The same iterator instance should be passed in subsequent calls, in order to obtain the next page, and so on. Declaration bool ReindexTranslationUnits(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator to use for the re-indexing process. Returns Type Description bool False if the iterator is at the end of the TM or the TM is empty, true otherwise. The re-indexing process should be continued until the method returns false. Remarks For larger TMs (> 100.000 TUs) it is recommended to also recompute the index statistics after the re-indexing finished (see RecomputeFuzzyIndexStatistics() ). UpdateTranslationUnitsMasked(TranslationUnit[], bool[]) Updates (adds, overwrites, or merges) the specified translation units. Declaration ImportResult[] UpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description TranslationUnit translationUnits The translation units to update. bool mask An optional mask with the same length as translationUnits . If provided, only those TUs in translationUnits will be updated for which the corresponding flag in mask is true . Those TUs for which the corresponding flag is false will only be used to establish context information. If no masking is required, this parameter can be null. Returns Type Description ImportResult An array of ImportResult s with the same length as translationUnits , which indicates, for each translation unit, the action taken by the translation memory." + "keywords": "Interface ITranslationMemoryLanguageDirection Exposes functionality for a specific language direction within a translation memory. Inherited Members ITranslationProviderLanguageDirection.SearchSegment(SearchSettings, Segment) ITranslationProviderLanguageDirection.SearchSegments(SearchSettings, Segment[]) ITranslationProviderLanguageDirection.SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) ITranslationProviderLanguageDirection.SearchText(SearchSettings, String) ITranslationProviderLanguageDirection.SearchTranslationUnit(SearchSettings, TranslationUnit) ITranslationProviderLanguageDirection.SearchTranslationUnits(SearchSettings, TranslationUnit[]) ITranslationProviderLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) ITranslationProviderLanguageDirection.AddTranslationUnit(TranslationUnit, ImportSettings) ITranslationProviderLanguageDirection.AddTranslationUnits(TranslationUnit[], ImportSettings) ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) ITranslationProviderLanguageDirection.AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) ITranslationProviderLanguageDirection.UpdateTranslationUnit(TranslationUnit) ITranslationProviderLanguageDirection.UpdateTranslationUnits(TranslationUnit[]) ITranslationProviderLanguageDirection.SourceLanguage ITranslationProviderLanguageDirection.TargetLanguage ITranslationProviderLanguageDirection.CanReverseLanguageDirection Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationMemoryLanguageDirection : ITranslationProviderLanguageDirection Properties TranslationProvider Gets the translation memory to which this language direction belongs. Declaration ITranslationMemory TranslationProvider { get; } Property Value Type Description ITranslationMemory Methods ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken) Applies the specified field values to the translation unit identified by the specified translationUnitId . Declaration bool ApplyFieldsToTranslationUnit(FieldValues values, bool overwrite, PersistentObjectToken translationUnitId) Parameters Type Name Description FieldValues values The field values to apply System.Boolean overwrite If true, overwrite the old values, and merge the new values with the old ones otherwise. PersistentObjectToken translationUnitId The identifier of the translation unit to apply the field values to Returns Type Description System.Boolean true if the translation unit has been modified. false otherwise. ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken[]) Applies the specified field values to the translation units identified by the specified translationUnitIds collection. Declaration int ApplyFieldsToTranslationUnits(FieldValues values, bool overwrite, PersistentObjectToken[] translationUnitIds) Parameters Type Name Description FieldValues values The field values to apply System.Boolean overwrite If true, overwrite the old values, and merge the new values with the old ones otherwise. PersistentObjectToken [] translationUnitIds A collection of translation unit IDs to apply the field values to Returns Type Description System.Int32 The number of changed translation units DeleteAllTranslationUnits() Deletes all translation units from the TM. Declaration int DeleteAllTranslationUnits() Returns Type Description System.Int32 The number of deleted translation units DeleteTranslationUnit(PersistentObjectToken) Deletes the translation unit with the specified translationUnitId from the TM. Declaration bool DeleteTranslationUnit(PersistentObjectToken translationUnitId) Parameters Type Name Description PersistentObjectToken translationUnitId The ID of the translation unit to delete. Returns Type Description System.Boolean true if the translation unit was deleted, false otherwise. DeleteTranslationUnits(PersistentObjectToken[]) Deletes the translation units with the specified IDs from the translation memory. Declaration int DeleteTranslationUnits(PersistentObjectToken[] translationUnitIds) Parameters Type Name Description PersistentObjectToken [] translationUnitIds A collection of the translation unit IDs to delete Returns Type Description System.Int32 The number of deleted translation units DeleteTranslationUnitsWithIterator(ref RegularIterator) Deletes all translation units in the TM, using an iterator. The iterator will process only a fixed maximum number of translation units ( MaxCount ) and then the call will return, giving the client an opportunity to discontinue the process or update the UI before the next round-trip. Optionally, a filter can be set on the iterator which then will only delete those TUs which satisfy the filter condition. Declaration int DeleteTranslationUnitsWithIterator(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator to use. Returns Type Description System.Int32 The number of deleted translation units. EditTranslationUnits(EditScript, EditUpdateMode, PersistentObjectToken[]) Applies an EditScript to the translation units identified by the identifiers in the translationUnitIds collection. Declaration int EditTranslationUnits(EditScript editScript, EditUpdateMode updateMode, PersistentObjectToken[] translationUnitIds) Parameters Type Name Description EditScript editScript The edit script to apply EditUpdateMode updateMode The update mode, which can be to update changed translation units in-place or add new translation units to the TM (which is only relevant if segment data has been changed). PersistentObjectToken [] translationUnitIds The collection of TU IDs to apply the edit script to. Returns Type Description System.Int32 The number of changed or edited translation units EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) Applies an EditScript to the translation units, using an iterator. Declaration int EditTranslationUnitsWithIterator(EditScript editScript, EditUpdateMode updateMode, ref RegularIterator iterator) Parameters Type Name Description EditScript editScript The edit script to apply EditUpdateMode updateMode The update mode, which can be to update changed translation units in-place or add new translation units to the TM (which is only relevant if segment data has been changed). RegularIterator iterator The iterator to use. Note that a filter condition can be set on the iterator in which case the script will only be applied to those translation units which satisfy the filter condition. Returns Type Description System.Int32 The number of changed or edited translation units Remarks Note that a filter condition can also be set on the editScript instead of the iterator. Depending on the back-end storage, it may be more efficient to set it on the iterator than on the edit script. GetDuplicateTranslationUnits(ref DuplicateIterator) Returns a set of potentially duplicated translation units in the TM, using a special DuplicateIterator . A group of TUs are considered potential duplicates of each other if the internal hash values for their source segments are identical. There may be several reasons for this being the case: The TUs have the same source segment, but different translations The TUs have different source segments, but only differ in complex tokens (controlled through the TM's ) which will result in the identical hash values, The source segments only differ by whitespace or certain punctuation, which do not modify the hash values, The hashing algorithm leads to collisions in which case the segments may be entirely different, but still result in the same hash value. Declaration TranslationUnit[] GetDuplicateTranslationUnits(ref DuplicateIterator iterator) Parameters Type Name Description DuplicateIterator iterator The iterator to use Returns Type Description TranslationUnit [] The translation units which are potential duplicates, or null if no more potential duplicates can be found. GetTranslationUnit(PersistentObjectToken) Retrieves the translation unit with the specified translationUnitId from the translation memory. Declaration TranslationUnit GetTranslationUnit(PersistentObjectToken translationUnitId) Parameters Type Name Description PersistentObjectToken translationUnitId The ID of the translation unit to retrieve. Returns Type Description TranslationUnit The translation unit with the specified ID, or null if that TU does not exist. GetTranslationUnitCount() Returns the number of translation units in this TM. Note that the computation of the TU count may be a time-consuming operation for some back-end storage systems. Declaration int GetTranslationUnitCount() Returns Type Description System.Int32 GetTranslationUnits(ref RegularIterator) Retrieves a set of translation units, using an iterator. At most MaxCount translation units will be returned in one round-trip. A FilterExpression can be set on the iterator in which case only those TUs which satisfy the filter condition will be returned. See also the remarks on MaxScan on how to avoid timeouts with filtered iteration. Declaration TranslationUnit[] GetTranslationUnits(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator Returns Type Description TranslationUnit [] The translation units, or null if no more translation units can be retrieved. PreviewEditTranslationUnitsWithIterator(EditScript, ref RegularIterator) Applies the specified edit script to the translation units in a TM, but unlike EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) , the TUs will not be updated in the TM, but modified copies of the TUs will be returned to the caller. This can be used to \"preview\" the changes the edit script would apply. Declaration TranslationUnit[] PreviewEditTranslationUnitsWithIterator(EditScript editScript, ref RegularIterator iterator) Parameters Type Name Description EditScript editScript The edit script RegularIterator iterator An iterator. See also the iterator-related remarks for EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) . Returns Type Description TranslationUnit [] ReindexTranslationUnits(ref RegularIterator) Re-indexes the translation memory, using an iterator so that the client can update progress indicators or discontinue the process. The same iterator instance should be passed in subsequent calls, in order to obtain the next page, and so on. Declaration bool ReindexTranslationUnits(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator to use for the re-indexing process. Returns Type Description System.Boolean False if the iterator is at the end of the TM or the TM is empty, true otherwise. The re-indexing process should be continued until the method returns false. Remarks For larger TMs (> 100.000 TUs) it is recommended to also recompute the index statistics after the re-indexing finished (see RecomputeFuzzyIndexStatistics() ). UpdateTranslationUnitsMasked(TranslationUnit[], Boolean[]) Updates (adds, overwrites, or merges) the specified translation units. Declaration ImportResult[] UpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description TranslationUnit [] translationUnits The translation units to update. System.Boolean [] mask An optional mask with the same length as translationUnits . If provided, only those TUs in translationUnits will be updated for which the corresponding flag in mask is true . Those TUs for which the corresponding flag is false will only be used to establish context information. If no masking is required, this parameter can be null. Returns Type Description ImportResult [] An array of ImportResult s with the same length as translationUnits , which indicates, for each translation unit, the action taken by the translation memory." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html", "title": "Interface ITranslationProvider", - "keywords": "Interface ITranslationProvider Represents a multi-lingual translation engine. This can for instance be a translation memory or machine translation engine. Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationProvider Properties IsReadOnly Gets a flag which indicates whether the translation provider or its underlying storage are read-only. If this flag is true , no data can be deleted, updated, or added. Declaration bool IsReadOnly { get; } Property Value Type Description bool Name Gets the user-friendly name of this provider. It is not necessarily unique across the system. Declaration string Name { get; } Property Value Type Description string StatusInfo Gets the status info for the provider. Declaration ProviderStatusInfo StatusInfo { get; } Property Value Type Description ProviderStatusInfo SupportsConcordanceSearch Gets a flag which indicates whether the translation provider supports concordance search in the source or the target language. For more detailed information, see SupportsSourceConcordanceSearch and SupportsTargetConcordanceSearch . Declaration bool SupportsConcordanceSearch { get; } Property Value Type Description bool SupportsDocumentSearches Gets a flag which indicates whether the translation provider supports document searches and will take document (textual) context into account. Declaration bool SupportsDocumentSearches { get; } Property Value Type Description bool SupportsFilters Gets a flag which indicates whether the translation provider supports filters for text and attribute fields. If false, filters supplied in the search settings will be ignored. Declaration bool SupportsFilters { get; } Property Value Type Description bool SupportsFuzzySearch Gets a flag which indicates whether the translation provider supports fuzzy search. This value should be false if SupportsTranslation is false . Declaration bool SupportsFuzzySearch { get; } Property Value Type Description bool SupportsMultipleResults Gets a flag which indicates whether the engine may return multiple results for a search. If false, at most one result (and translation proposal) will be computed. Declaration bool SupportsMultipleResults { get; } Property Value Type Description bool SupportsPenalties Gets a flag which indicates whether the translation provider supports penalties of various types. If false, all penalties supplied in the search settings will be ignored. Declaration bool SupportsPenalties { get; } Property Value Type Description bool SupportsPlaceables Gets a flag which indicates whether the translation provider supports the detection and handling of placeables, and will return them as part of the search result. Declaration bool SupportsPlaceables { get; } Property Value Type Description bool SupportsScoring Gets a flag which indicates whether the translation provider produces scored results in the rank between [minScore, 100]. If false, no scores will be computed. Declaration bool SupportsScoring { get; } Property Value Type Description bool SupportsSearchForTranslationUnits Gets a flag which indicates whether the translation provider supports searching for bilingual input TUs (i.e. the SearchTranslationUnit method group). If false, the service only supports searching for simple (monolingual) segments. Declaration bool SupportsSearchForTranslationUnits { get; } Property Value Type Description bool SupportsSourceConcordanceSearch Gets a flag which indicates whether the translation provider supports concordance search in the source language. Declaration bool SupportsSourceConcordanceSearch { get; } Property Value Type Description bool SupportsStructureContext Gets a flag which indicates whether the translation provider supports a structure context specification and will consider it for searches. If false, the structure context will be ignored. Declaration bool SupportsStructureContext { get; } Property Value Type Description bool SupportsTaggedInput Gets a flag which indicates whether or not the translation provider engine supports processing of tagged input and will return input tags in the translation proposals. If false, the engine may drop all tags from search segments, and may not return tags in the output. Declaration bool SupportsTaggedInput { get; } Property Value Type Description bool SupportsTargetConcordanceSearch Gets a flag which indicates whether the translation provider supports concordance search in the target language. Declaration bool SupportsTargetConcordanceSearch { get; } Property Value Type Description bool SupportsTranslation Gets a flag which indicates whether the translation provider supports translation search (exact and/or fuzzy search) and the generation of translation proposals. In most cases this flag will be true . If this value is false , the translation provider can not be used to request translations, but can still be used to search for concordance matches, if SupportsConcordanceSearch is true . Declaration bool SupportsTranslation { get; } Property Value Type Description bool SupportsUpdate Gets a flag which indicates whether the translation provider supports updating/adding of translation units. If false, all update/add methods will return without effect. Note that implementations should not throw exceptions for unsupported methods. Declaration bool SupportsUpdate { get; } Property Value Type Description bool SupportsWordCounts Gets a flag which indicates whether the translation provider will compute and return word counts in searches. Declaration bool SupportsWordCounts { get; } Property Value Type Description bool TranslationMethod Gets the primary method how the translation provider generates translations. Declaration TranslationMethod TranslationMethod { get; } Property Value Type Description TranslationMethod Uri Gets a URI which uniquely identifies this translation provider. Declaration Uri Uri { get; } Property Value Type Description Uri Methods GetLanguageDirection(LanguagePair) Gets a translation provider for the specified language direction. Declaration ITranslationProviderLanguageDirection GetLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction. Returns Type Description ITranslationProviderLanguageDirection The language direction matching the given source and target language. LoadState(string) Loads previously serialized state information into this translation provider instance. Declaration void LoadState(string translationProviderState) Parameters Type Name Description string translationProviderState A string representing the state of translation provider that was previously saved using SerializeState() . Remarks The format of this string can be decided upon by the translation provider implementation. RefreshStatusInfo() Ensures that the provider's status information ( StatusInfo ) is refreshed, in case it is cached. Declaration void RefreshStatusInfo() SerializeState() Serializes any meaningful state information for this translation provider that can be stored in projects and sent around the supply chain. Declaration string SerializeState() Returns Type Description string A string representing the state of this translation provider that can later be passed into the LoadState(string) method to restore the state after creating a new translation provider. Remarks The format of this string can be decided upon by the translation provider implementation. SupportsLanguageDirection(LanguagePair) Checks whether this translation provider supports the specified language direction. Declaration bool SupportsLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction. Returns Type Description bool True if the specified language direction is supported." + "keywords": "Interface ITranslationProvider Represents a multi-lingual translation engine. This can for instance be a translation memory or machine translation engine. Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationProvider Properties IsReadOnly Gets a flag which indicates whether the translation provider or its underlying storage are read-only. If this flag is true , no data can be deleted, updated, or added. Declaration bool IsReadOnly { get; } Property Value Type Description System.Boolean Name Gets the user-friendly name of this provider. It is not necessarily unique across the system. Declaration string Name { get; } Property Value Type Description System.String StatusInfo Gets the status info for the provider. Declaration ProviderStatusInfo StatusInfo { get; } Property Value Type Description ProviderStatusInfo SupportsConcordanceSearch Gets a flag which indicates whether the translation provider supports concordance search in the source or the target language. For more detailed information, see SupportsSourceConcordanceSearch and SupportsTargetConcordanceSearch . Declaration bool SupportsConcordanceSearch { get; } Property Value Type Description System.Boolean SupportsDocumentSearches Gets a flag which indicates whether the translation provider supports document searches and will take document (textual) context into account. Declaration bool SupportsDocumentSearches { get; } Property Value Type Description System.Boolean SupportsFilters Gets a flag which indicates whether the translation provider supports filters for text and attribute fields. If false, filters supplied in the search settings will be ignored. Declaration bool SupportsFilters { get; } Property Value Type Description System.Boolean SupportsFuzzySearch Gets a flag which indicates whether the translation provider supports fuzzy search. This value should be false if SupportsTranslation is false . Declaration bool SupportsFuzzySearch { get; } Property Value Type Description System.Boolean SupportsMultipleResults Gets a flag which indicates whether the engine may return multiple results for a search. If false, at most one result (and translation proposal) will be computed. Declaration bool SupportsMultipleResults { get; } Property Value Type Description System.Boolean SupportsPenalties Gets a flag which indicates whether the translation provider supports penalties of various types. If false, all penalties supplied in the search settings will be ignored. Declaration bool SupportsPenalties { get; } Property Value Type Description System.Boolean SupportsPlaceables Gets a flag which indicates whether the translation provider supports the detection and handling of placeables, and will return them as part of the search result. Declaration bool SupportsPlaceables { get; } Property Value Type Description System.Boolean SupportsScoring Gets a flag which indicates whether the translation provider produces scored results in the rank between [minScore, 100]. If false, no scores will be computed. Declaration bool SupportsScoring { get; } Property Value Type Description System.Boolean SupportsSearchForTranslationUnits Gets a flag which indicates whether the translation provider supports searching for bilingual input TUs (i.e. the SearchTranslationUnit method group). If false, the service only supports searching for simple (monolingual) segments. Declaration bool SupportsSearchForTranslationUnits { get; } Property Value Type Description System.Boolean SupportsSourceConcordanceSearch Gets a flag which indicates whether the translation provider supports concordance search in the source language. Declaration bool SupportsSourceConcordanceSearch { get; } Property Value Type Description System.Boolean SupportsStructureContext Gets a flag which indicates whether the translation provider supports a structure context specification and will consider it for searches. If false, the structure context will be ignored. Declaration bool SupportsStructureContext { get; } Property Value Type Description System.Boolean SupportsTaggedInput Gets a flag which indicates whether or not the translation provider engine supports processing of tagged input and will return input tags in the translation proposals. If false, the engine may drop all tags from search segments, and may not return tags in the output. Declaration bool SupportsTaggedInput { get; } Property Value Type Description System.Boolean SupportsTargetConcordanceSearch Gets a flag which indicates whether the translation provider supports concordance search in the target language. Declaration bool SupportsTargetConcordanceSearch { get; } Property Value Type Description System.Boolean SupportsTranslation Gets a flag which indicates whether the translation provider supports translation search (exact and/or fuzzy search) and the generation of translation proposals. In most cases this flag will be true . If this value is false , the translation provider can not be used to request translations, but can still be used to search for concordance matches, if SupportsConcordanceSearch is true . Declaration bool SupportsTranslation { get; } Property Value Type Description System.Boolean SupportsUpdate Gets a flag which indicates whether the translation provider supports updating/adding of translation units. If false, all update/add methods will return without effect. Note that implementations should not throw exceptions for unsupported methods. Declaration bool SupportsUpdate { get; } Property Value Type Description System.Boolean SupportsWordCounts Gets a flag which indicates whether the translation provider will compute and return word counts in searches. Declaration bool SupportsWordCounts { get; } Property Value Type Description System.Boolean TranslationMethod Gets the primary method how the translation provider generates translations. Declaration TranslationMethod TranslationMethod { get; } Property Value Type Description TranslationMethod Uri Gets a URI which uniquely identifies this translation provider. Declaration Uri Uri { get; } Property Value Type Description System.Uri Methods GetLanguageDirection(LanguagePair) Gets a translation provider for the specified language direction. Declaration ITranslationProviderLanguageDirection GetLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction. Returns Type Description ITranslationProviderLanguageDirection The language direction matching the given source and target language. LoadState(String) Loads previously serialized state information into this translation provider instance. Declaration void LoadState(string translationProviderState) Parameters Type Name Description System.String translationProviderState A string representing the state of translation provider that was previously saved using SerializeState() . Remarks The format of this string can be decided upon by the translation provider implementation. RefreshStatusInfo() Ensures that the provider's status information ( StatusInfo ) is refreshed, in case it is cached. Declaration void RefreshStatusInfo() SerializeState() Serializes any meaningful state information for this translation provider that can be stored in projects and sent around the supply chain. Declaration string SerializeState() Returns Type Description System.String A string representing the state of this translation provider that can later be passed into the LoadState(String) method to restore the state after creating a new translation provider. Remarks The format of this string can be decided upon by the translation provider implementation. SupportsLanguageDirection(LanguagePair) Checks whether this translation provider supports the specified language direction. Declaration bool SupportsLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction. Returns Type Description System.Boolean True if the specified language direction is supported." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore.html", "title": "Interface ITranslationProviderCredentialStore", - "keywords": "Interface ITranslationProviderCredentialStore This interface represents a storage mechanism for translation provider credentials. The host application will provide an implementation of this object, which will be passed on to the ITranslationProviderFactory and ITranslationProviderWinFormsUI components so they can retrieve and add credentials from and to the store. It is up to the store implementation whether it for instance persists its contents or not. Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationProviderCredentialStore Methods AddCredential(Uri, TranslationProviderCredential) Adds or updates the credential for the specified URI. Declaration void AddCredential(Uri uri, TranslationProviderCredential credential) Parameters Type Name Description Uri uri The URI for which to add or update the credential. Note that this does not necessarily have to be the translation provider URI itself. It can be a more general URI, for instance identifying the server on which the translation provider lives. This allows for reusing credentials for different translation providers hosted on the same server. TranslationProviderCredential credential A serialized credential. Clear() Removes all credentials stored in this store. Declaration void Clear() GetCredential(Uri) Gets a credential for the given URI. Declaration TranslationProviderCredential GetCredential(Uri uri) Parameters Type Name Description Uri uri The URI for which to retrieve the credential. Note that this does not necessarily have to be the translation provider URI itself. It can be a more general URI, for instance identifying the server on which the translation provider lives. This allows for reusing credentials for different translation providers hosted on the same server. Returns Type Description TranslationProviderCredential A serialized credential; or null if no credential for the given URI is available. RemoveCredential(Uri) Removes the credential for the specified URI. Declaration void RemoveCredential(Uri uri) Parameters Type Name Description Uri uri The URI for which to remove the credential. Note that this does not necessarily have to be the translation provider URI itself. It can be a more general URI, for instance identifying the server on which the translation provider lives. This allows for reusing credentials for different translation providers hosted on the same server." + "keywords": "Interface ITranslationProviderCredentialStore This interface represents a storage mechanism for translation provider credentials. The host application will provide an implementation of this object, which will be passed on to the ITranslationProviderFactory and ITranslationProviderWinFormsUI components so they can retrieve and add credentials from and to the store. It is up to the store implementation whether it for instance persists its contents or not. Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationProviderCredentialStore Methods AddCredential(Uri, TranslationProviderCredential) Adds or updates the credential for the specified URI. Declaration void AddCredential(Uri uri, TranslationProviderCredential credential) Parameters Type Name Description System.Uri uri The URI for which to add or update the credential. Note that this does not necessarily have to be the translation provider URI itself. It can be a more general URI, for instance identifying the server on which the translation provider lives. This allows for reusing credentials for different translation providers hosted on the same server. TranslationProviderCredential credential A serialized credential. Clear() Removes all credentials stored in this store. Declaration void Clear() GetCredential(Uri) Gets a credential for the given URI. Declaration TranslationProviderCredential GetCredential(Uri uri) Parameters Type Name Description System.Uri uri The URI for which to retrieve the credential. Note that this does not necessarily have to be the translation provider URI itself. It can be a more general URI, for instance identifying the server on which the translation provider lives. This allows for reusing credentials for different translation providers hosted on the same server. Returns Type Description TranslationProviderCredential A serialized credential; or null if no credential for the given URI is available. RemoveCredential(Uri) Removes the credential for the specified URI. Declaration void RemoveCredential(Uri uri) Parameters Type Name Description System.Uri uri The URI for which to remove the credential. Note that this does not necessarily have to be the translation provider URI itself. It can be a more general URI, for instance identifying the server on which the translation provider lives. This allows for reusing credentials for different translation providers hosted on the same server." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.html", "title": "Interface ITranslationProviderFactory", - "keywords": "Interface ITranslationProviderFactory This interface defines a Translation Provider Factory class that can be used as a plug-in based on the Sdl.Core.PluginFramework Extensions API Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationProviderFactory Remarks Implementations of this class should be marked up with a TranslationProviderFactoryAttribute extension attribute in order for the factory to be available. Methods CreateTranslationProvider(Uri, string, ITranslationProviderCredentialStore) Creates an instance of the translation provider defined by the specified URI. Declaration ITranslationProvider CreateTranslationProvider(Uri translationProviderUri, string translationProviderState, ITranslationProviderCredentialStore credentialStore) Parameters Type Name Description Uri translationProviderUri A URI that identifies the translation provider to create. string translationProviderState Serialized state information that should be used for configuring the translation provider. This is typically state information that was previously saved by calling SerializeState() . ITranslationProviderCredentialStore credentialStore A credential store object that can be used to retrieve credentials required for this translation provider. Returns Type Description ITranslationProvider A new translation provider object, ready to be used. Exceptions Type Condition ArgumentNullException Thrown if translationProviderUri , translationProviderState or credentialStore is null. ArgumentException Thrown if translationProviderUri is not supported by this factory. ArgumentException Thrown if translationProviderState is invalid. TranslationProviderAuthenticationException Thrown when no appropriate credentials are available in the credential store. GetTranslationProviderInfo(Uri, string) Gets general information for the specified translation provider. Declaration TranslationProviderInfo GetTranslationProviderInfo(Uri translationProviderUri, string translationProviderState) Parameters Type Name Description Uri translationProviderUri A translation provider URI, representing the translation provider. string translationProviderState Optional translation provider state information, which can be used to determine certain aspects of the general information. Returns Type Description TranslationProviderInfo A TranslationProviderInfo object, containing general information that allows an application to query the translation provider without having to instantiate it. Remarks Note that this method can potentially be called very frequently so it is not advisable to instantiate the translation provider within its implementation. SupportsTranslationProviderUri(Uri) Returns true if this factory supports the specified URI. Declaration bool SupportsTranslationProviderUri(Uri translationProviderUri) Parameters Type Name Description Uri translationProviderUri The Uri. Returns Type Description bool True if this factory supports the specified URI." + "keywords": "Interface ITranslationProviderFactory This interface defines a Translation Provider Factory class that can be used as a plug-in based on the Sdl.Core.PluginFramework Extensions API Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationProviderFactory Remarks Implementations of this class should be marked up with a TranslationProviderFactoryAttribute extension attribute in order for the factory to be available. Methods CreateTranslationProvider(Uri, String, ITranslationProviderCredentialStore) Creates an instance of the translation provider defined by the specified URI. Declaration ITranslationProvider CreateTranslationProvider(Uri translationProviderUri, string translationProviderState, ITranslationProviderCredentialStore credentialStore) Parameters Type Name Description System.Uri translationProviderUri A URI that identifies the translation provider to create. System.String translationProviderState Serialized state information that should be used for configuring the translation provider. This is typically state information that was previously saved by calling SerializeState() . ITranslationProviderCredentialStore credentialStore A credential store object that can be used to retrieve credentials required for this translation provider. Returns Type Description ITranslationProvider A new translation provider object, ready to be used. Exceptions Type Condition System.ArgumentNullException Thrown if translationProviderUri , translationProviderState or credentialStore is null. System.ArgumentException Thrown if translationProviderUri is not supported by this factory. System.ArgumentException Thrown if translationProviderState is invalid. TranslationProviderAuthenticationException Thrown when no appropriate credentials are available in the credential store. GetTranslationProviderInfo(Uri, String) Gets general information for the specified translation provider. Declaration TranslationProviderInfo GetTranslationProviderInfo(Uri translationProviderUri, string translationProviderState) Parameters Type Name Description System.Uri translationProviderUri A translation provider URI, representing the translation provider. System.String translationProviderState Optional translation provider state information, which can be used to determine certain aspects of the general information. Returns Type Description TranslationProviderInfo A TranslationProviderInfo object, containing general information that allows an application to query the translation provider without having to instantiate it. Remarks Note that this method can potentially be called very frequently so it is not advisable to instantiate the translation provider within its implementation. SupportsTranslationProviderUri(Uri) Returns true if this factory supports the specified URI. Declaration bool SupportsTranslationProviderUri(Uri translationProviderUri) Parameters Type Name Description System.Uri translationProviderUri The Uri. Returns Type Description System.Boolean True if this factory supports the specified URI." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.html", "title": "Interface ITranslationProviderLanguageDirection", - "keywords": "Interface ITranslationProviderLanguageDirection Exposes translation provider functionality for a specific language direction. Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationProviderLanguageDirection Properties CanReverseLanguageDirection Gets a flag which indicates whether the translation provider supports searches in the reversed language direction. Declaration bool CanReverseLanguageDirection { get; } Property Value Type Description bool SourceLanguage Gets the source language. Declaration CultureCode SourceLanguage { get; } Property Value Type Description CultureCode TargetLanguage Gets the target language. Declaration CultureCode TargetLanguage { get; } Property Value Type Description CultureCode TranslationProvider The translation provider to which this language direction belongs. Declaration ITranslationProvider TranslationProvider { get; } Property Value Type Description ITranslationProvider Methods AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) Adds an array of translation units to the database. If hash codes of the previous translations are provided, a found translation will be overwritten. If none is found, or the hash is 0 or the collection is null , the operation behaves identical to AddTranslationUnits(TranslationUnit[], ImportSettings) . If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration ImportResult[] AddOrUpdateTranslationUnits(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnits An arrays of translation units to be added. int previousTranslationHashes If provided, a corresponding array of a the hash code of a previous translation. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) Adds an array of translation units to the database, but will only add those for which the corresponding mask field is true. If the previous translation hashes are provided, existing translations will be updated if the target segment hash changed. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration ImportResult[] AddOrUpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit translationUnits An arrays of translation units to be added. int previousTranslationHashes Corresponding hash codes of a previous translation (0 if unknown). The parameter may be null. ImportSettings settings The settings used for this operation. bool mask A boolean array with the same cardinality as the TU array, specifying which TUs to add. Returns Type Description ImportResult An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddTranslationUnit(TranslationUnit, ImportSettings) Adds a translation unit to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration ImportResult AddTranslationUnit(TranslationUnit translationUnit, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnit The translation unit. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult An ImportResult which represents the status of the operation (succeeded, ignored, etc). AddTranslationUnits(TranslationUnit[], ImportSettings) Adds an array of translation units to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration ImportResult[] AddTranslationUnits(TranslationUnit[] translationUnits, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnits An arrays of translation units to be added. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) Adds an array of translation units to the database, but will only add those for which the corresponding mask field is true . If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration ImportResult[] AddTranslationUnitsMasked(TranslationUnit[] translationUnits, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit translationUnits An arrays of translation units to be added. ImportSettings settings The settings used for this operation. bool mask A boolean array with the same cardinality as the TU array, specifying which TUs to add. Returns Type Description ImportResult An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. SearchSegment(SearchSettings, Segment) Performs a segment search. Declaration SearchResults SearchSegment(SearchSettings settings, Segment segment) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment segment The segment to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchSegments(SearchSettings, Segment[]) Performs a search for an array of segments. Declaration SearchResults[] SearchSegments(SearchSettings settings, Segment[] segments) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment segments The array containing the segments to search for. Returns Type Description SearchResults An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchSegmentsMasked(SearchSettings, Segment[], bool[]) Performs a search for an array of segments, specifying a mask which specifies which segments should actually be searched (only those for which the corresponding mask bit is true are searched). If the mask is null , the method behaves identically to SearchSegments(SearchSettings, Segment[]) . Passing a mask only makes sense in document search contexts ( IsDocumentSearch set to true ). Declaration SearchResults[] SearchSegmentsMasked(SearchSettings settings, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment segments The array containing the segments to search for. bool mask The array containing the segments to search for. Returns Type Description SearchResults An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchText(SearchSettings, string) Performs a text search. Declaration SearchResults SearchText(SearchSettings settings, string segment) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. string segment The text to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchTranslationUnit(SearchSettings, TranslationUnit) Performs a translation unit search. Declaration SearchResults SearchTranslationUnit(SearchSettings settings, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit translationUnit The translation unit to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchTranslationUnits(SearchSettings, TranslationUnit[]) Performs a translation unit search for an array of translation units. Declaration SearchResults[] SearchTranslationUnits(SearchSettings settings, TranslationUnit[] translationUnits) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit translationUnits The array containing the translation units to search for. Returns Type Description SearchResults An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) Similar to SearchTranslationUnits(SearchSettings, TranslationUnit[]) , but allows passing a mask which specifies which TUs are actually searched. This is useful in document search contexts where some TUs are passed which should be used to establish a (text) context, but which should not be processed. Declaration SearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit translationUnits The array containing the translation units to search for. bool mask A bool array which specifies which TUs are actually searched (mask[i] = true ). If null , the method behaves identically to SearchTranslationUnits(SearchSettings, TranslationUnit[]) . Returns Type Description SearchResults An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. UpdateTranslationUnit(TranslationUnit) Updates the properties and fields of an existing translation unit if the source and target segments are unchanged or adds a new translation unit otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. The translation unit should be initialized in a previous call to the translation memory, so that the ID property is set to a valid value. Declaration ImportResult UpdateTranslationUnit(TranslationUnit translationUnit) Parameters Type Name Description TranslationUnit translationUnit The translation unit to be updated. Returns Type Description ImportResult The result of the operation. UpdateTranslationUnits(TranslationUnit[]) Updates the properties and fields of an array of existing translation units if the source and target segments are unchanged or adds new translation units otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. The translation units should be initialized in previous calls to the translation memory, so that their ID properties are set to valid values. Declaration ImportResult[] UpdateTranslationUnits(TranslationUnit[] translationUnits) Parameters Type Name Description TranslationUnit translationUnits The translation unit array to be updated. Returns Type Description ImportResult An array of results which mirrors the translation unit array. It has the exact same size and contains the results for each translation unit with the same index within the translation unit array." + "keywords": "Interface ITranslationProviderLanguageDirection Exposes translation provider functionality for a specific language direction. Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationProviderLanguageDirection Properties CanReverseLanguageDirection Gets a flag which indicates whether the translation provider supports searches in the reversed language direction. Declaration bool CanReverseLanguageDirection { get; } Property Value Type Description System.Boolean SourceLanguage Gets the source language. Declaration CultureCode SourceLanguage { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode TargetLanguage Gets the target language. Declaration CultureCode TargetLanguage { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode TranslationProvider The translation provider to which this language direction belongs. Declaration ITranslationProvider TranslationProvider { get; } Property Value Type Description ITranslationProvider Methods AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) Adds an array of translation units to the database. If hash codes of the previous translations are provided, a found translation will be overwritten. If none is found, or the hash is 0 or the collection is null , the operation behaves identical to AddTranslationUnits(TranslationUnit[], ImportSettings) . If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration ImportResult[] AddOrUpdateTranslationUnits(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings) Parameters Type Name Description TranslationUnit [] translationUnits An arrays of translation units to be added. System.Int32 [] previousTranslationHashes If provided, a corresponding array of a the hash code of a previous translation. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult [] An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) Adds an array of translation units to the database, but will only add those for which the corresponding mask field is true. If the previous translation hashes are provided, existing translations will be updated if the target segment hash changed. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration ImportResult[] AddOrUpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit [] translationUnits An arrays of translation units to be added. System.Int32 [] previousTranslationHashes Corresponding hash codes of a previous translation (0 if unknown). The parameter may be null. ImportSettings settings The settings used for this operation. System.Boolean [] mask A boolean array with the same cardinality as the TU array, specifying which TUs to add. Returns Type Description ImportResult [] An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddTranslationUnit(TranslationUnit, ImportSettings) Adds a translation unit to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration ImportResult AddTranslationUnit(TranslationUnit translationUnit, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnit The translation unit. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult An ImportResult which represents the status of the operation (succeeded, ignored, etc). AddTranslationUnits(TranslationUnit[], ImportSettings) Adds an array of translation units to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration ImportResult[] AddTranslationUnits(TranslationUnit[] translationUnits, ImportSettings settings) Parameters Type Name Description TranslationUnit [] translationUnits An arrays of translation units to be added. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult [] An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) Adds an array of translation units to the database, but will only add those for which the corresponding mask field is true . If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration ImportResult[] AddTranslationUnitsMasked(TranslationUnit[] translationUnits, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit [] translationUnits An arrays of translation units to be added. ImportSettings settings The settings used for this operation. System.Boolean [] mask A boolean array with the same cardinality as the TU array, specifying which TUs to add. Returns Type Description ImportResult [] An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. SearchSegment(SearchSettings, Segment) Performs a segment search. Declaration SearchResults SearchSegment(SearchSettings settings, Segment segment) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment segment The segment to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchSegments(SearchSettings, Segment[]) Performs a search for an array of segments. Declaration SearchResults[] SearchSegments(SearchSettings settings, Segment[] segments) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment [] segments The array containing the segments to search for. Returns Type Description SearchResults [] An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) Performs a search for an array of segments, specifying a mask which specifies which segments should actually be searched (only those for which the corresponding mask bit is true are searched). If the mask is null , the method behaves identically to SearchSegments(SearchSettings, Segment[]) . Passing a mask only makes sense in document search contexts ( IsDocumentSearch set to true ). Declaration SearchResults[] SearchSegmentsMasked(SearchSettings settings, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment [] segments The array containing the segments to search for. System.Boolean [] mask The array containing the segments to search for. Returns Type Description SearchResults [] An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchText(SearchSettings, String) Performs a text search. Declaration SearchResults SearchText(SearchSettings settings, string segment) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. System.String segment The text to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchTranslationUnit(SearchSettings, TranslationUnit) Performs a translation unit search. Declaration SearchResults SearchTranslationUnit(SearchSettings settings, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit translationUnit The translation unit to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchTranslationUnits(SearchSettings, TranslationUnit[]) Performs a translation unit search for an array of translation units. Declaration SearchResults[] SearchTranslationUnits(SearchSettings settings, TranslationUnit[] translationUnits) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit [] translationUnits The array containing the translation units to search for. Returns Type Description SearchResults [] An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) Similar to SearchTranslationUnits(SearchSettings, TranslationUnit[]) , but allows passing a mask which specifies which TUs are actually searched. This is useful in document search contexts where some TUs are passed which should be used to establish a (text) context, but which should not be processed. Declaration SearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit [] translationUnits The array containing the translation units to search for. System.Boolean [] mask A bool array which specifies which TUs are actually searched (mask[i] = true ). If null , the method behaves identically to SearchTranslationUnits(SearchSettings, TranslationUnit[]) . Returns Type Description SearchResults [] An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. UpdateTranslationUnit(TranslationUnit) Updates the properties and fields of an existing translation unit if the source and target segments are unchanged or adds a new translation unit otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. The translation unit should be initialized in a previous call to the translation memory, so that the ID property is set to a valid value. Declaration ImportResult UpdateTranslationUnit(TranslationUnit translationUnit) Parameters Type Name Description TranslationUnit translationUnit The translation unit to be updated. Returns Type Description ImportResult The result of the operation. UpdateTranslationUnits(TranslationUnit[]) Updates the properties and fields of an array of existing translation units if the source and target segments are unchanged or adds new translation units otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. The translation units should be initialized in previous calls to the translation memory, so that their ID properties are set to valid values. Declaration ImportResult[] UpdateTranslationUnits(TranslationUnit[] translationUnits) Parameters Type Name Description TranslationUnit [] translationUnits The translation unit array to be updated. Returns Type Description ImportResult [] An array of results which mirrors the translation unit array. It has the exact same size and contains the results for each translation unit with the same index within the translation unit array." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirectionWithDelete.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirectionWithDelete.html", "title": "Interface ITranslationProviderLanguageDirectionWithDelete", - "keywords": "Interface ITranslationProviderLanguageDirectionWithDelete Exposes translation provider delete TU functionality for a specific language direction. Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationProviderLanguageDirectionWithDelete Methods DeleteTranslationUnit(TranslationUnit) Deletes the specified translation unit from the Translation Provider. Declaration bool DeleteTranslationUnit(TranslationUnit translationUnit) Parameters Type Name Description TranslationUnit translationUnit The translation unit to delete. Returns Type Description bool true if the translation unit was deleted, false otherwise. DeleteTranslationUnits(TranslationUnit[]) Deletes the translation units from the translation provider. Declaration int DeleteTranslationUnits(TranslationUnit[] translationUnits) Parameters Type Name Description TranslationUnit translationUnits A collection of the translation units to delete Returns Type Description int The number of deleted translation units" + "keywords": "Interface ITranslationProviderLanguageDirectionWithDelete Exposes translation provider delete TU functionality for a specific language direction. Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationProviderLanguageDirectionWithDelete Methods DeleteTranslationUnit(TranslationUnit) Deletes the specified translation unit from the Translation Provider. Declaration bool DeleteTranslationUnit(TranslationUnit translationUnit) Parameters Type Name Description TranslationUnit translationUnit The translation unit to delete. Returns Type Description System.Boolean true if the translation unit was deleted, false otherwise. DeleteTranslationUnits(TranslationUnit[]) Deletes the translation units from the translation provider. Declaration int DeleteTranslationUnits(TranslationUnit[] translationUnits) Parameters Type Name Description TranslationUnit [] translationUnits A collection of the translation units to delete Returns Type Description System.Int32 The number of deleted translation units" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderSummaryFactory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderSummaryFactory.html", "title": "Interface ITranslationProviderSummaryFactory", - "keywords": "Interface ITranslationProviderSummaryFactory This interface defines an extension of Translation Provider Factory class that can be used as a plug-in based on the Sdl.Core.PluginFramework Extensions API Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationProviderSummaryFactory Remarks Any class implementing this should first implement ITranslationProviderFactory. Methods GetTranslationProviderSummary(Uri, string, ITranslationProviderCredentialStore) Creates a summary instance of the translation provider defined by the specified URI. No template information will be provided. Declaration ITranslationProvider GetTranslationProviderSummary(Uri translationProviderUri, string translationProviderState, ITranslationProviderCredentialStore credentialStore) Parameters Type Name Description Uri translationProviderUri A URI that identifies the translation provider to create. string translationProviderState Serialized state information that should be used for configuring the translation provider. This is typically state information that was previously saved by calling SerializeState() . ITranslationProviderCredentialStore credentialStore A credential store object that can be used to retrieve credentials required for this translation provider. Returns Type Description ITranslationProvider A new translation provider object, ready to be used. Exceptions Type Condition ArgumentNullException Thrown if translationProviderUri , translationProviderState or credentialStore is null. ArgumentException Thrown if translationProviderUri is not supported by this factory. ArgumentException Thrown if translationProviderState is invalid. TranslationProviderAuthenticationException Thrown when no appropriate credentials are available in the credential store." + "keywords": "Interface ITranslationProviderSummaryFactory This interface defines an extension of Translation Provider Factory class that can be used as a plug-in based on the Sdl.Core.PluginFramework Extensions API Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationProviderSummaryFactory Remarks Any class implementing this should first implement ITranslationProviderFactory. Methods GetTranslationProviderSummary(Uri, String, ITranslationProviderCredentialStore) Creates a summary instance of the translation provider defined by the specified URI. No template information will be provided. Declaration ITranslationProvider GetTranslationProviderSummary(Uri translationProviderUri, string translationProviderState, ITranslationProviderCredentialStore credentialStore) Parameters Type Name Description System.Uri translationProviderUri A URI that identifies the translation provider to create. System.String translationProviderState Serialized state information that should be used for configuring the translation provider. This is typically state information that was previously saved by calling SerializeState() . ITranslationProviderCredentialStore credentialStore A credential store object that can be used to retrieve credentials required for this translation provider. Returns Type Description ITranslationProvider A new translation provider object, ready to be used. Exceptions Type Condition System.ArgumentNullException Thrown if translationProviderUri , translationProviderState or credentialStore is null. System.ArgumentException Thrown if translationProviderUri is not supported by this factory. System.ArgumentException Thrown if translationProviderState is invalid. TranslationProviderAuthenticationException Thrown when no appropriate credentials are available in the credential store." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.html", "title": "Interface ITranslationProviderWinFormsUI", - "keywords": "Interface ITranslationProviderWinFormsUI This interface should be implemented by translation provider implementers in order to provide user interface functionality in Trados Studio specific to that type of translation provider. Implementation of this interface should be marked up with the TranslationProviderWinFormsUiAttribute attribute for registration it with the plug-in manager. Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationProviderWinFormsUI Properties SupportsEditing Determines whether this supplied translation provider can be edited (i.e. whether any settings can be changed). Declaration bool SupportsEditing { get; } Property Value Type Description bool true if the provider's settings can be changed, and false otherwise. TypeDescription Gets the type description of the factory; e.g. \"A plug-in provider to use Language Weaver machine translation engines.\" Declaration string TypeDescription { get; } Property Value Type Description string TypeName Gets the type name of the factory; e.g. \"Language Weaver Translation Provider\" Declaration string TypeName { get; } Property Value Type Description string Methods Browse(IWin32Window, LanguagePair[], ITranslationProviderCredentialStore) Displays a dialog to interactively browse for one or more translation providers. Declaration ITranslationProvider[] Browse(IWin32Window owner, LanguagePair[] languagePairs, ITranslationProviderCredentialStore credentialStore) Parameters Type Name Description IWin32Window owner The window that will own the dialog LanguagePair languagePairs A collection of language pairs. If provided, the list of available translation providers will be filtered by these language directions. ITranslationProviderCredentialStore credentialStore A credential store object that can be used to retrieve credentials required. Returns Type Description ITranslationProvider A collection of translation providers selected by the user, or null if none were selected or available or the browse was cancelled. Edit(IWin32Window, ITranslationProvider, LanguagePair[], ITranslationProviderCredentialStore) Displays a dialog to interactively change any of the translation provider settings. Declaration bool Edit(IWin32Window owner, ITranslationProvider translationProvider, LanguagePair[] languagePairs, ITranslationProviderCredentialStore credentialStore) Parameters Type Name Description IWin32Window owner The window that will own the dialog ITranslationProvider translationProvider A translation provider descriptor, representing the translation provider to edit. LanguagePair languagePairs A collection of language pairs. If provided, the list of available translation providers will be filtered by these language directions. ITranslationProviderCredentialStore credentialStore A credential store object that can be used to retrieve credentials required. Returns Type Description bool True if changes were made to the translation provider; false otherwise. Exceptions Type Condition InvalidOperationException Thrown when calling this method while SupportsEditing return false . GetCredentialsFromUser(IWin32Window, Uri, string, ITranslationProviderCredentialStore) Gets the credentials from the user and puts these credentials in the credential store. Declaration bool GetCredentialsFromUser(IWin32Window owner, Uri translationProviderUri, string translationProviderState, ITranslationProviderCredentialStore credentialStore) Parameters Type Name Description IWin32Window owner The window that will own the dialog Uri translationProviderUri translation provider uri string translationProviderState translation provider state ITranslationProviderCredentialStore credentialStore credential store Returns Type Description bool true if the user provided credentials or false if the user canceled GetDisplayInfo(Uri, string) Gets display information for the specified translation provider. Declaration TranslationProviderDisplayInfo GetDisplayInfo(Uri translationProviderUri, string translationProviderState) Parameters Type Name Description Uri translationProviderUri A translation provider URI, representing the translation provider. string translationProviderState Optional translation provider state information, which can be used to determine certain aspects of the display information. Returns Type Description TranslationProviderDisplayInfo A TranslationProviderDisplayInfo object, containing display information that allows an application to represent the translation provider without having to instantiate it. Remarks Note that this method can potentially be called very frequently so it is not advisable to instantiate the translation provider within its implementation. SupportsTranslationProviderUri(Uri) Returns true if this component supports the specified translation provider URI. Declaration bool SupportsTranslationProviderUri(Uri translationProviderUri) Parameters Type Name Description Uri translationProviderUri The uri. Returns Type Description bool True if this component supports the specified translation provider URI." + "keywords": "Interface ITranslationProviderWinFormsUI This interface should be implemented by translation provider implementers in order to provide user interface functionality in Trados Studio specific to that type of translation provider. Implementation of this interface should be marked up with the TranslationProviderWinFormsUiAttribute attribute for registration it with the plug-in manager. Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationProviderWinFormsUI Properties SupportsEditing Determines whether this supplied translation provider can be edited (i.e. whether any settings can be changed). Declaration bool SupportsEditing { get; } Property Value Type Description System.Boolean true if the provider's settings can be changed, and false otherwise. TypeDescription Gets the type description of the factory; e.g. \"A plug-in provider to use Language Weaver machine translation engines.\" Declaration string TypeDescription { get; } Property Value Type Description System.String TypeName Gets the type name of the factory; e.g. \"Language Weaver Translation Provider\" Declaration string TypeName { get; } Property Value Type Description System.String Methods Browse(IWin32Window, LanguagePair[], ITranslationProviderCredentialStore) Displays a dialog to interactively browse for one or more translation providers. Declaration ITranslationProvider[] Browse(IWin32Window owner, LanguagePair[] languagePairs, ITranslationProviderCredentialStore credentialStore) Parameters Type Name Description System.Windows.Forms.IWin32Window owner The window that will own the dialog LanguagePair [] languagePairs A collection of language pairs. If provided, the list of available translation providers will be filtered by these language directions. ITranslationProviderCredentialStore credentialStore A credential store object that can be used to retrieve credentials required. Returns Type Description ITranslationProvider [] A collection of translation providers selected by the user, or null if none were selected or available or the browse was cancelled. Edit(IWin32Window, ITranslationProvider, LanguagePair[], ITranslationProviderCredentialStore) Displays a dialog to interactively change any of the translation provider settings. Declaration bool Edit(IWin32Window owner, ITranslationProvider translationProvider, LanguagePair[] languagePairs, ITranslationProviderCredentialStore credentialStore) Parameters Type Name Description System.Windows.Forms.IWin32Window owner The window that will own the dialog ITranslationProvider translationProvider A translation provider descriptor, representing the translation provider to edit. LanguagePair [] languagePairs A collection of language pairs. If provided, the list of available translation providers will be filtered by these language directions. ITranslationProviderCredentialStore credentialStore A credential store object that can be used to retrieve credentials required. Returns Type Description System.Boolean True if changes were made to the translation provider; false otherwise. Exceptions Type Condition System.InvalidOperationException Thrown when calling this method while SupportsEditing return false . GetCredentialsFromUser(IWin32Window, Uri, String, ITranslationProviderCredentialStore) Gets the credentials from the user and puts these credentials in the credential store. Declaration bool GetCredentialsFromUser(IWin32Window owner, Uri translationProviderUri, string translationProviderState, ITranslationProviderCredentialStore credentialStore) Parameters Type Name Description System.Windows.Forms.IWin32Window owner The window that will own the dialog System.Uri translationProviderUri translation provider uri System.String translationProviderState translation provider state ITranslationProviderCredentialStore credentialStore credential store Returns Type Description System.Boolean true if the user provided credentials or false if the user canceled GetDisplayInfo(Uri, String) Gets display information for the specified translation provider. Declaration TranslationProviderDisplayInfo GetDisplayInfo(Uri translationProviderUri, string translationProviderState) Parameters Type Name Description System.Uri translationProviderUri A translation provider URI, representing the translation provider. System.String translationProviderState Optional translation provider state information, which can be used to determine certain aspects of the display information. Returns Type Description TranslationProviderDisplayInfo A TranslationProviderDisplayInfo object, containing display information that allows an application to represent the translation provider without having to instantiate it. Remarks Note that this method can potentially be called very frequently so it is not advisable to instantiate the translation provider within its implementation. SupportsTranslationProviderUri(Uri) Returns true if this component supports the specified translation provider URI. Declaration bool SupportsTranslationProviderUri(Uri translationProviderUri) Parameters Type Name Description System.Uri translationProviderUri The uri. Returns Type Description System.Boolean True if this component supports the specified translation provider URI." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.html", "title": "Class LanguageResourceBundle", - "keywords": "Class LanguageResourceBundle A language resource bundle holds custom language resources for a certain language (abbreviation, ordinal followers, variables and segmentation rules). Inheritance object LanguageResourceBundle Implements INotifyPropertyChanged Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class LanguageResourceBundle : INotifyPropertyChanged Constructors LanguageResourceBundle() Declaration public LanguageResourceBundle() LanguageResourceBundle(CultureCode) Creates a new, empty language resource bundle for the specified language. Declaration public LanguageResourceBundle(CultureCode language) Parameters Type Name Description CultureCode language The language for which the language resource bundle will hold resources. LanguageResourceBundle(string) Creates a new, empty language resource bundle for the specified language. Declaration public LanguageResourceBundle(string languageCode) Parameters Type Name Description string languageCode The language code for which the language resource bundle will hold resources. Properties Abbreviations Gets or sets the list abbreviations for this bundle's language. Declaration public Wordlist Abbreviations { get; set; } Property Value Type Description Wordlist Remarks Setting this property to null will force the default abbreviations for the language to be used during TM processing. In order to change the list of abbreviations, you can either manipulate the list returned, or assign an entirely new list. CurrencyFormats Gets or sets the list currency formats for this bundle's language. Declaration public List CurrencyFormats { get; set; } Property Value Type Description List CurrencyFormat Remarks Setting this property to null will force the default currency formts to be used. In order to change the list of currency formats, you can either manipulate the list returned, or assign an entirely new list. Language Gets the language for which the language resource bundle will hold resources. Declaration public CultureCode Language { get; } Property Value Type Description CultureCode LanguageCode Gets the language code of the language for which the language resource bundle will hold resources. Declaration public string LanguageCode { get; } Property Value Type Description string LongDateFormats Gets or sets the long date patterns for this bundle's language. Declaration public List LongDateFormats { get; set; } Property Value Type Description List string Remarks Setting this property to null will force the default long date patterns for the language to be used during TM processing. LongTimeFormats Gets or sets the long time patterns for this bundle's language. Declaration public List LongTimeFormats { get; set; } Property Value Type Description List string Remarks Setting this property to null will force the default long time patterns for the language to be used during TM processing. MeasurementUnits Gets or sets the measurement units for this bundle's language. Declaration public Dictionary MeasurementUnits { get; set; } Property Value Type Description Dictionary string CustomUnitDefinition Remarks Setting this property to null will force the default measurement units for the language to be used during TM processing. NumbersSeparators Declaration public List NumbersSeparators { get; set; } Property Value Type Description List SeparatorCombination OrdinalFollowers Gets or sets the list ordinal followers for this bundle's language. Declaration public Wordlist OrdinalFollowers { get; set; } Property Value Type Description Wordlist Remarks Setting this property to null will force the default ordinal followers for the language to be used during TM processing. In order to change the list of ordinal followers, you can either manipulate the list returned, or assign an entirely new list. SegmentationRules Gets or sets the segmentation rules for this bundle's language. Declaration public SegmentationRules SegmentationRules { get; set; } Property Value Type Description SegmentationRules Remarks Setting this property to null will force the default segmentation rules for the language to be used during TM processing. In order to change the segmentation rules, you can either manipulate the rules returned by this property, or assign an entirely new SegmentationRules object. ShortDateFormats Gets or sets the short date patterns for this bundle's language. Declaration public List ShortDateFormats { get; set; } Property Value Type Description List string Remarks Setting this property to null will force the default short date patterns for the language to be used during TM processing. ShortTimeFormats Gets or sets the short time patterns for this bundle's language. Declaration public List ShortTimeFormats { get; set; } Property Value Type Description List string Remarks Setting this property to null will force the default short time patterns for the language to be used during TM processing. Variables Gets or sets the list variables for this bundle's language. Declaration public Wordlist Variables { get; set; } Property Value Type Description Wordlist Remarks Setting this property to null will force the default variables for the language to be used during TM processing. In order to change the list of variables, you can either manipulate the list returned, or assign an entirely new list. Methods Clone() Creates a deep copy of this language resource bundle. Declaration public LanguageResourceBundle Clone() Returns Type Description LanguageResourceBundle IsCustomized() Returns true if any language resource has be customized. Declaration public bool IsCustomized() Returns Type Description bool ResetToDefaults() Resets all language resources to default (null). Declaration public void ResetToDefaults() Events PropertyChanged Occurs when a property value changes. Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description PropertyChangedEventHandler Implements INotifyPropertyChanged" + "keywords": "Class LanguageResourceBundle A language resource bundle holds custom language resources for a certain language (abbreviation, ordinal followers, variables and segmentation rules). Inheritance System.Object LanguageResourceBundle Implements System.ComponentModel.INotifyPropertyChanged 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class LanguageResourceBundle Constructors LanguageResourceBundle() Declaration public LanguageResourceBundle() LanguageResourceBundle(CultureCode) Creates a new, empty language resource bundle for the specified language. Declaration public LanguageResourceBundle(CultureCode language) Parameters Type Name Description Sdl.Core.Globalization.CultureCode language The language for which the language resource bundle will hold resources. LanguageResourceBundle(String) Creates a new, empty language resource bundle for the specified language. Declaration public LanguageResourceBundle(string languageCode) Parameters Type Name Description System.String languageCode The language code for which the language resource bundle will hold resources. Properties Abbreviations Gets or sets the list abbreviations for this bundle's language. Declaration public Wordlist Abbreviations { get; set; } Property Value Type Description Wordlist Remarks Setting this property to null will force the default abbreviations for the language to be used during TM processing. In order to change the list of abbreviations, you can either manipulate the list returned, or assign an entirely new list. CurrencyFormats Gets or sets the list currency formats for this bundle's language. Declaration public List CurrencyFormats { get; set; } Property Value Type Description System.Collections.Generic.List < CurrencyFormat > Remarks Setting this property to null will force the default currency formts to be used. In order to change the list of currency formats, you can either manipulate the list returned, or assign an entirely new list. Language Gets the language for which the language resource bundle will hold resources. Declaration public CultureCode Language { get; } Property Value Type Description Sdl.Core.Globalization.CultureCode LanguageCode Gets the language code of the language for which the language resource bundle will hold resources. Declaration public string LanguageCode { get; } Property Value Type Description System.String LongDateFormats Gets or sets the long date patterns for this bundle's language. Declaration public List LongDateFormats { get; set; } Property Value Type Description System.Collections.Generic.List < System.String > Remarks Setting this property to null will force the default long date patterns for the language to be used during TM processing. LongTimeFormats Gets or sets the long time patterns for this bundle's language. Declaration public List LongTimeFormats { get; set; } Property Value Type Description System.Collections.Generic.List < System.String > Remarks Setting this property to null will force the default long time patterns for the language to be used during TM processing. MeasurementUnits Gets or sets the measurement units for this bundle's language. Declaration public Dictionary MeasurementUnits { get; set; } Property Value Type Description System.Collections.Generic.Dictionary < System.String , CustomUnitDefinition > Remarks Setting this property to null will force the default measurement units for the language to be used during TM processing. NumbersSeparators Declaration public List NumbersSeparators { get; set; } Property Value Type Description System.Collections.Generic.List < SeparatorCombination > OrdinalFollowers Gets or sets the list ordinal followers for this bundle's language. Declaration public Wordlist OrdinalFollowers { get; set; } Property Value Type Description Wordlist Remarks Setting this property to null will force the default ordinal followers for the language to be used during TM processing. In order to change the list of ordinal followers, you can either manipulate the list returned, or assign an entirely new list. SegmentationRules Gets or sets the segmentation rules for this bundle's language. Declaration public SegmentationRules SegmentationRules { get; set; } Property Value Type Description SegmentationRules Remarks Setting this property to null will force the default segmentation rules for the language to be used during TM processing. In order to change the segmentation rules, you can either manipulate the rules returned by this property, or assign an entirely new SegmentationRules object. ShortDateFormats Gets or sets the short date patterns for this bundle's language. Declaration public List ShortDateFormats { get; set; } Property Value Type Description System.Collections.Generic.List < System.String > Remarks Setting this property to null will force the default short date patterns for the language to be used during TM processing. ShortTimeFormats Gets or sets the short time patterns for this bundle's language. Declaration public List ShortTimeFormats { get; set; } Property Value Type Description System.Collections.Generic.List < System.String > Remarks Setting this property to null will force the default short time patterns for the language to be used during TM processing. Variables Gets or sets the list variables for this bundle's language. Declaration public Wordlist Variables { get; set; } Property Value Type Description Wordlist Remarks Setting this property to null will force the default variables for the language to be used during TM processing. In order to change the list of variables, you can either manipulate the list returned, or assign an entirely new list. Methods Clone() Creates a deep copy of this language resource bundle. Declaration public LanguageResourceBundle Clone() Returns Type Description LanguageResourceBundle IsCustomized() Returns true if any language resource has be customized. Declaration public bool IsCustomized() Returns Type Description System.Boolean ResetToDefaults() Resets all language resources to default (null). Declaration public void ResetToDefaults() Events PropertyChanged Occurs when a property value changes. Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description System.ComponentModel.PropertyChangedEventHandler Implements System.ComponentModel.INotifyPropertyChanged" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html", "title": "Class LanguageResourceBundleCollection", - "keywords": "Class LanguageResourceBundleCollection Represents a collection of language resource bundles within a translation memory (ITranslationMemory.LanguageResourceBundles) or a language resources template (ILanguageResourcesTemplate.LanguageResourceBundles). A language resource bundle holds custom language resources for a certain language (abbreviation, ordinal followers, variables and segmentation rules). Inheritance object Collection LanguageResourceBundle ObservableCollection LanguageResourceBundle LanguageResourceBundleCollection Implements IList LanguageResourceBundle ICollection LanguageResourceBundle IList ICollection IReadOnlyList LanguageResourceBundle IReadOnlyCollection LanguageResourceBundle IEnumerable LanguageResourceBundle IEnumerable INotifyCollectionChanged INotifyPropertyChanged Inherited Members ObservableCollection.Move(int, int) ObservableCollection.SetItem(int, LanguageResourceBundle) ObservableCollection.MoveItem(int, int) ObservableCollection.OnPropertyChanged(PropertyChangedEventArgs) ObservableCollection.OnCollectionChanged(NotifyCollectionChangedEventArgs) ObservableCollection.BlockReentrancy() ObservableCollection.CheckReentrancy() ObservableCollection.CollectionChanged ObservableCollection.PropertyChanged Collection.Add(LanguageResourceBundle) Collection.Clear() Collection.CopyTo(LanguageResourceBundle[], int) Collection.Contains(LanguageResourceBundle) Collection.GetEnumerator() Collection.IndexOf(LanguageResourceBundle) Collection.Insert(int, LanguageResourceBundle) Collection.Remove(LanguageResourceBundle) Collection.RemoveAt(int) Collection.Count Collection.Items Collection.this[int] object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class LanguageResourceBundleCollection : ObservableCollection, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged Remarks Changes to this collection should be persisted by saving the translation memory or the language resources template to which the collection belongs. Constructors LanguageResourceBundleCollection() Creates a new, empty language resource bundle collection. Declaration public LanguageResourceBundleCollection() Remarks This constructor should typically only be used by implementers of ILanguageResourcesTemplate or ITranslationMemory . LanguageResourceBundleCollection(List) Declaration public LanguageResourceBundleCollection(List entities) Parameters Type Name Description List ILanguageResourceEntity entities Properties this[CultureCode] Gets the language resource bundle for the given language, if it exists in this collection. Declaration public LanguageResourceBundle this[CultureCode language] { get; } Parameters Type Name Description CultureCode language The language. Property Value Type Description LanguageResourceBundle The language resources bundle for the specified language, or null if no such language resource bundle exists. this[string] Gets the language resource bundle for the given language code, if it exists in this collection. Declaration public LanguageResourceBundle this[string languageCode] { get; } Parameters Type Name Description string languageCode The language code. Property Value Type Description LanguageResourceBundle The language resources bundle for the specified language, or null if no such language resource bundle exists. ResourceDataAccessor Gets a reference to the internal resource data accessor used to access the resource storage. Declaration public IResourceDataAccessor ResourceDataAccessor { get; } Property Value Type Description IResourceDataAccessor Methods ClearItems() Removes all items from the collection. Declaration protected override void ClearItems() Overrides ObservableCollection.ClearItems() InsertItem(int, LanguageResourceBundle) Inserts an item into the collection at the specified index. Declaration protected override void InsertItem(int index, LanguageResourceBundle item) Parameters Type Name Description int index The zero-based index at which item should be inserted. LanguageResourceBundle item The object to insert. Overrides ObservableCollection.InsertItem(int, LanguageResourceBundle) RemoveItem(int) Removes the item at the specified index of the collection. Declaration protected override void RemoveItem(int index) Parameters Type Name Description int index The zero-based index of the element to remove. Overrides ObservableCollection.RemoveItem(int) Implements IList ICollection IList ICollection IReadOnlyList IReadOnlyCollection IEnumerable IEnumerable INotifyCollectionChanged INotifyPropertyChanged" + "keywords": "Class LanguageResourceBundleCollection Represents a collection of language resource bundles within a translation memory ( ) or a language resources template ( ). A language resource bundle holds custom language resources for a certain language (abbreviation, ordinal followers, variables and segmentation rules). Inheritance System.Object LanguageResourceBundleCollection Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class LanguageResourceBundleCollection : ObservableCollection Remarks Changes to this collection should be persisted by saving the translation memory or the language resources template to which the collection belongs. Constructors LanguageResourceBundleCollection() Creates a new, empty language resource bundle collection. Declaration public LanguageResourceBundleCollection() Remarks This constructor should typically only be used by implementers of ILanguageResourcesTemplate or ITranslationMemory . LanguageResourceBundleCollection(List) Declaration public LanguageResourceBundleCollection(List entities) Parameters Type Name Description System.Collections.Generic.List < ILanguageResourceEntity > entities Properties Item[CultureCode] Gets the language resource bundle for the given language, if it exists in this collection. Declaration public LanguageResourceBundle this[CultureCode language] { get; } Parameters Type Name Description Sdl.Core.Globalization.CultureCode language The language. Property Value Type Description LanguageResourceBundle The language resources bundle for the specified language, or null if no such language resource bundle exists. Item[String] Gets the language resource bundle for the given language code, if it exists in this collection. Declaration public LanguageResourceBundle this[string languageCode] { get; } Parameters Type Name Description System.String languageCode The language code. Property Value Type Description LanguageResourceBundle The language resources bundle for the specified language, or null if no such language resource bundle exists. ResourceDataAccessor Gets a reference to the internal resource data accessor used to access the resource storage. Declaration public IResourceDataAccessor ResourceDataAccessor { get; } Property Value Type Description IResourceDataAccessor Methods ClearItems() Removes all items from the collection. Declaration protected override void ClearItems() InsertItem(Int32, LanguageResourceBundle) Inserts an item into the collection at the specified index. Declaration protected override void InsertItem(int index, LanguageResourceBundle item) Parameters Type Name Description System.Int32 index The zero-based index at which item should be inserted. LanguageResourceBundle item The object to insert. RemoveItem(Int32) Removes the item at the specified index of the collection. Declaration protected override void RemoveItem(int index) Parameters Type Name Description System.Int32 index The zero-based index of the element to remove." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.html", "title": "Class LanguageResourceEntity", - "keywords": "Class LanguageResourceEntity Inheritance object LanguageResourceEntity Implements ILanguageResourceEntity Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class LanguageResourceEntity : ILanguageResourceEntity Constructors LanguageResourceEntity() Declaration public LanguageResourceEntity() Properties CultureName Declaration public string CultureName { get; set; } Property Value Type Description string Data Declaration public byte[] Data { get; set; } Property Value Type Description byte Id Declaration public object Id { get; set; } Property Value Type Description object IsDirty Declaration public bool IsDirty { get; } Property Value Type Description bool Type Declaration public LanguageResourceType? Type { get; set; } Property Value Type Description LanguageResourceType UniqueId Declaration public Guid? UniqueId { get; set; } Property Value Type Description Guid Methods MarkAsClean() Declaration public void MarkAsClean() Implements ILanguageResourceEntity" + "keywords": "Class LanguageResourceEntity Inheritance System.Object LanguageResourceEntity Implements ILanguageResourceEntity 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class LanguageResourceEntity : ILanguageResourceEntity Constructors LanguageResourceEntity() Declaration public LanguageResourceEntity() Properties CultureName Declaration public string CultureName { get; set; } Property Value Type Description System.String Data Declaration public byte[] Data { get; set; } Property Value Type Description System.Byte [] Id Declaration public object Id { get; set; } Property Value Type Description System.Object IsDirty Declaration public bool IsDirty { get; } Property Value Type Description System.Boolean Type Declaration public LanguageResourceType? Type { get; set; } Property Value Type Description System.Nullable < LanguageResourceType > UniqueId Declaration public Guid? UniqueId { get; set; } Property Value Type Description System.Nullable < System.Guid > Methods MarkAsClean() Declaration public void MarkAsClean() Implements ILanguageResourceEntity" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LicensingStatusInformation.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LicensingStatusInformation.html", "title": "Class LicensingStatusInformation", - "keywords": "Class LicensingStatusInformation Represents licensing status information for a translation provider server. Inheritance object LicensingStatusInformation Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class LicensingStatusInformation Properties CurrentConcurrentUsers Gets the current number of concurrent users logged in. Declaration public int CurrentConcurrentUsers { get; } Property Value Type Description int CurrentTranslationUnitCount Gets the current total number of translation units across all translation memories hosted on the server. Declaration public long CurrentTranslationUnitCount { get; } Property Value Type Description long FeatureName Gets the feature name Declaration public string FeatureName { get; } Property Value Type Description string IsTeamEdition Is true if team edition license Declaration public bool IsTeamEdition { get; } Property Value Type Description bool MaxConcurrentUsers Gets the maximum number of concurrent users allowed by the current license. Declaration public int MaxConcurrentUsers { get; } Property Value Type Description int MaxTranslationUnitCount Gets the maximum number of translation units allowed by the current license. Declaration public long MaxTranslationUnitCount { get; } Property Value Type Description long" + "keywords": "Class LicensingStatusInformation Represents licensing status information for a translation provider server. Inheritance System.Object LicensingStatusInformation 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class LicensingStatusInformation Properties CurrentConcurrentUsers Gets the current number of concurrent users logged in. Declaration public int CurrentConcurrentUsers { get; } Property Value Type Description System.Int32 CurrentTranslationUnitCount Gets the current total number of translation units across all translation memories hosted on the server. Declaration public long CurrentTranslationUnitCount { get; } Property Value Type Description System.Int64 FeatureName Gets the feature name Declaration public string FeatureName { get; } Property Value Type Description System.String IsTeamEdition Is true if team edition license Declaration public bool IsTeamEdition { get; } Property Value Type Description System.Boolean MaxConcurrentUsers Gets the maximum number of concurrent users allowed by the current license. Declaration public int MaxConcurrentUsers { get; } Property Value Type Description System.Int32 MaxTranslationUnitCount Gets the maximum number of translation units allowed by the current license. Declaration public long MaxTranslationUnitCount { get; } Property Value Type Description System.Int64" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.html", "title": "Class NullPropertyException", - "keywords": "Class NullPropertyException Exception thrown when trying to set required properties to null. Inheritance object Exception SystemException ArgumentException NullPropertyException Implements _Exception ISerializable Inherited Members ArgumentException.GetObjectData(SerializationInfo, StreamingContext) ArgumentException.Message ArgumentException.ParamName Exception.GetBaseException() Exception.ToString() Exception.GetType() Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class NullPropertyException : ArgumentException, _Exception, ISerializable Constructors NullPropertyException() Default constructor. Declaration public NullPropertyException() NullPropertyException(SerializationInfo, StreamingContext) Constructor for serialization. Declaration protected NullPropertyException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context NullPropertyException(string) Constructor with message. Declaration public NullPropertyException(string message) Parameters Type Name Description string message NullPropertyException(string, Exception) Constructor with message and inner exception. Declaration public NullPropertyException(string message, Exception inner) Parameters Type Name Description string message Exception inner Implements _Exception ISerializable" + "keywords": "Class NullPropertyException Exception thrown when trying to set required properties to null. Inheritance System.Object System.Exception System.SystemException System.ArgumentException NullPropertyException Implements System.Runtime.InteropServices._Exception System.Runtime.Serialization.ISerializable Inherited Members System.ArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.ArgumentException.Message System.ArgumentException.ParamName System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetType() System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class NullPropertyException : ArgumentException, _Exception, ISerializable Constructors NullPropertyException() Default constructor. Declaration public NullPropertyException() NullPropertyException(SerializationInfo, StreamingContext) Constructor for serialization. Declaration protected NullPropertyException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context NullPropertyException(String) Constructor with message. Declaration public NullPropertyException(string message) Parameters Type Name Description System.String message NullPropertyException(String, Exception) Constructor with message and inner exception. Declaration public NullPropertyException(string message, Exception inner) Parameters Type Name Description System.String message System.Exception inner Implements System.Runtime.InteropServices._Exception System.Runtime.Serialization.ISerializable" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.html", "title": "Class ObjectDeletedException", - "keywords": "Class ObjectDeletedException Exception thrown when trying to access an object that has been deleted. Inheritance object Exception SystemException InvalidOperationException ObjectDeletedException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ObjectDeletedException : InvalidOperationException, ISerializable, _Exception Constructors ObjectDeletedException() Default constructor. Declaration public ObjectDeletedException() ObjectDeletedException(SerializationInfo, StreamingContext) Constructor for serialization. Declaration protected ObjectDeletedException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context ObjectDeletedException(string) Constructor with message. Declaration public ObjectDeletedException(string message) Parameters Type Name Description string message ObjectDeletedException(string, Exception) Constructor with message and inner exception. Declaration public ObjectDeletedException(string message, Exception inner) Parameters Type Name Description string message Exception inner Implements ISerializable _Exception" + "keywords": "Class ObjectDeletedException Exception thrown when trying to access an object that has been deleted. Inheritance System.Object System.Exception System.SystemException System.InvalidOperationException ObjectDeletedException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ObjectDeletedException : InvalidOperationException, ISerializable, _Exception Constructors ObjectDeletedException() Default constructor. Declaration public ObjectDeletedException() ObjectDeletedException(SerializationInfo, StreamingContext) Constructor for serialization. Declaration protected ObjectDeletedException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context ObjectDeletedException(String) Constructor with message. Declaration public ObjectDeletedException(string message) Parameters Type Name Description System.String message ObjectDeletedException(String, Exception) Constructor with message and inner exception. Declaration public ObjectDeletedException(string message, Exception inner) Parameters Type Name Description System.String message System.Exception inner Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.html", "title": "Class ObjectDoesNotExistException", - "keywords": "Class ObjectDoesNotExistException Thrown when the requested object does not exist. Inheritance object Exception SystemException InvalidOperationException ObjectDoesNotExistException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ObjectDoesNotExistException : InvalidOperationException, ISerializable, _Exception Constructors ObjectDoesNotExistException() Default constructor. Declaration public ObjectDoesNotExistException() ObjectDoesNotExistException(SerializationInfo, StreamingContext) Constructor for serialization. Declaration protected ObjectDoesNotExistException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context ObjectDoesNotExistException(string) Constructor with error message. Declaration public ObjectDoesNotExistException(string message) Parameters Type Name Description string message The error message. ObjectDoesNotExistException(string, Exception) Constructor with error message and inner exception. Declaration public ObjectDoesNotExistException(string message, Exception inner) Parameters Type Name Description string message The error message. Exception inner Inner exception. Implements ISerializable _Exception" + "keywords": "Class ObjectDoesNotExistException Thrown when the requested object does not exist. Inheritance System.Object System.Exception System.SystemException System.InvalidOperationException ObjectDoesNotExistException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ObjectDoesNotExistException : InvalidOperationException, ISerializable, _Exception Constructors ObjectDoesNotExistException() Default constructor. Declaration public ObjectDoesNotExistException() ObjectDoesNotExistException(SerializationInfo, StreamingContext) Constructor for serialization. Declaration protected ObjectDoesNotExistException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context ObjectDoesNotExistException(String) Constructor with error message. Declaration public ObjectDoesNotExistException(string message) Parameters Type Name Description System.String message The error message. ObjectDoesNotExistException(String, Exception) Constructor with error message and inner exception. Declaration public ObjectDoesNotExistException(string message, Exception inner) Parameters Type Name Description System.String message The error message. System.Exception inner Inner exception. Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.html", "title": "Class ObjectNotSavedException", - "keywords": "Class ObjectNotSavedException Thrown when an object should be saved before performing a specific operation. Inheritance object Exception SystemException InvalidOperationException ObjectNotSavedException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ObjectNotSavedException : InvalidOperationException, ISerializable, _Exception Constructors ObjectNotSavedException() Default constructor. Declaration public ObjectNotSavedException() ObjectNotSavedException(SerializationInfo, StreamingContext) Constructor for serialization. Declaration protected ObjectNotSavedException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context ObjectNotSavedException(string) Constructor with error message. Declaration public ObjectNotSavedException(string message) Parameters Type Name Description string message The error message. ObjectNotSavedException(string, Exception) Constructor with error message and inner exception. Declaration public ObjectNotSavedException(string message, Exception inner) Parameters Type Name Description string message The error message. Exception inner Inner exception. Implements ISerializable _Exception" + "keywords": "Class ObjectNotSavedException Thrown when an object should be saved before performing a specific operation. Inheritance System.Object System.Exception System.SystemException System.InvalidOperationException ObjectNotSavedException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ObjectNotSavedException : InvalidOperationException, ISerializable, _Exception Constructors ObjectNotSavedException() Default constructor. Declaration public ObjectNotSavedException() ObjectNotSavedException(SerializationInfo, StreamingContext) Constructor for serialization. Declaration protected ObjectNotSavedException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context ObjectNotSavedException(String) Constructor with error message. Declaration public ObjectNotSavedException(string message) Parameters Type Name Description System.String message The error message. ObjectNotSavedException(String, Exception) Constructor with error message and inner exception. Declaration public ObjectNotSavedException(string message, Exception inner) Parameters Type Name Description System.String message The error message. System.Exception inner Inner exception. Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.html", "title": "Class PagedTranslationMemories", - "keywords": "Class PagedTranslationMemories The paged translation memories Inheritance object PagedTranslationMemories Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class PagedTranslationMemories Constructors PagedTranslationMemories() Declaration public PagedTranslationMemories() Properties Index Zero based index of the translations memories to be retrieved Declaration public int Index { get; set; } Property Value Type Description int Size The page size to be retrieved Declaration public int Size { get; set; } Property Value Type Description int TotalEntities Number of total translation memories result Declaration public int TotalEntities { get; set; } Property Value Type Description int TranslationMemories The translation result based on the index and page size. Declaration public ServerBasedTranslationMemory[] TranslationMemories { get; set; } Property Value Type Description ServerBasedTranslationMemory" + "keywords": "Class PagedTranslationMemories The paged translation memories Inheritance System.Object PagedTranslationMemories 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class PagedTranslationMemories Constructors PagedTranslationMemories() Declaration public PagedTranslationMemories() Properties Index Zero based index of the translations memories to be retrieved Declaration public int Index { get; set; } Property Value Type Description System.Int32 Size The page size to be retrieved Declaration public int Size { get; set; } Property Value Type Description System.Int32 TotalEntities Number of total translation memories result Declaration public int TotalEntities { get; set; } Property Value Type Description System.Int32 TranslationMemories The translation result based on the index and page size. Declaration public ServerBasedTranslationMemory[] TranslationMemories { get; set; } Property Value Type Description ServerBasedTranslationMemory []" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.html", "title": "Class PicklistItemDefinition", - "keywords": "Class PicklistItemDefinition Represents a picklist item definition, which is a possible value that can be assigned to a picklist field. See PicklistItems . Inheritance object PicklistItemDefinition Implements INotifyPropertyChanged Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class PicklistItemDefinition : INotifyPropertyChanged Constructors PicklistItemDefinition() Creates a new picklist field definition. Declaration public PicklistItemDefinition() PicklistItemDefinition(string) Creates a new picklist field definition with the specified name. Declaration public PicklistItemDefinition(string name) Parameters Type Name Description string name The name of the picklist field. Fields MaximumNameLength The maximum length of a picklist item name. Declaration public static readonly int MaximumNameLength Field Value Type Description int Properties Id Gets a unique Id for this picklist item definition. Declaration public Guid Id { get; } Property Value Type Description Guid Name Gets or sets the name of the picklist field definition. Declaration public string Name { get; set; } Property Value Type Description string Remarks Note that you have to save the translation memory of the fields template to persists the change after setting this property, depending on whether the field belongs to a translation memory or a fields template. Methods Clone() Creates a deep copy of this picklist field definition. Declaration public PicklistItemDefinition Clone() Returns Type Description PicklistItemDefinition A deep copy of the picklist field definition. Implements INotifyPropertyChanged" + "keywords": "Class PicklistItemDefinition Represents a picklist item definition, which is a possible value that can be assigned to a picklist field. See PicklistItems . Inheritance System.Object PicklistItemDefinition Implements System.ComponentModel.INotifyPropertyChanged 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class PicklistItemDefinition Constructors PicklistItemDefinition() Creates a new picklist field definition. Declaration public PicklistItemDefinition() PicklistItemDefinition(String) Creates a new picklist field definition with the specified name. Declaration public PicklistItemDefinition(string name) Parameters Type Name Description System.String name The name of the picklist field. Fields MaximumNameLength The maximum length of a picklist item name. Declaration public static readonly int MaximumNameLength Field Value Type Description System.Int32 Properties Id Gets a unique Id for this picklist item definition. Declaration public Guid Id { get; } Property Value Type Description System.Guid Name Gets or sets the name of the picklist field definition. Declaration public string Name { get; set; } Property Value Type Description System.String Remarks Note that you have to save the translation memory of the fields template to persists the change after setting this property, depending on whether the field belongs to a translation memory or a fields template. Methods Clone() Creates a deep copy of this picklist field definition. Declaration public PicklistItemDefinition Clone() Returns Type Description PicklistItemDefinition A deep copy of the picklist field definition. Implements System.ComponentModel.INotifyPropertyChanged" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html", "title": "Class PicklistItemDefinitionCollection", - "keywords": "Class PicklistItemDefinitionCollection Represents a collection of picklist items that can be used as values for a given picklist field. Inheritance object Collection PicklistItemDefinition ObservableCollection PicklistItemDefinition PicklistItemDefinitionCollection Implements IList PicklistItemDefinition ICollection PicklistItemDefinition IList ICollection IReadOnlyList PicklistItemDefinition IReadOnlyCollection PicklistItemDefinition IEnumerable PicklistItemDefinition IEnumerable INotifyCollectionChanged INotifyPropertyChanged Inherited Members ObservableCollection.Move(int, int) ObservableCollection.SetItem(int, PicklistItemDefinition) ObservableCollection.MoveItem(int, int) ObservableCollection.OnPropertyChanged(PropertyChangedEventArgs) ObservableCollection.OnCollectionChanged(NotifyCollectionChangedEventArgs) ObservableCollection.BlockReentrancy() ObservableCollection.CheckReentrancy() ObservableCollection.CollectionChanged ObservableCollection.PropertyChanged Collection.Add(PicklistItemDefinition) Collection.Clear() Collection.CopyTo(PicklistItemDefinition[], int) Collection.Contains(PicklistItemDefinition) Collection.GetEnumerator() Collection.IndexOf(PicklistItemDefinition) Collection.Insert(int, PicklistItemDefinition) Collection.Remove(PicklistItemDefinition) Collection.RemoveAt(int) Collection.Count Collection.Items Collection.this[int] object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class PicklistItemDefinitionCollection : ObservableCollection, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged Properties this[string] Gets the picklist item with the specified name. Declaration public PicklistItemDefinition this[string name] { get; } Parameters Type Name Description string name The name of the picklist item. Property Value Type Description PicklistItemDefinition The picklist item definition; or null if not such picklist item exists in this collection. Remarks The name is considered case-insensitive. Exceptions Type Condition ArgumentNullException Thrown if name is null or empty. Methods Add(string) Adds a new picklist item definition with the specified name. Declaration public PicklistItemDefinition Add(string name) Parameters Type Name Description string name The picklist item name. Returns Type Description PicklistItemDefinition The newly added picklist item definition. Exceptions Type Condition ArgumentNullException Thrown if name is null or empty. ClearItems() Removes all items from the collection. Declaration protected override void ClearItems() Overrides ObservableCollection.ClearItems() Contains(string) Returns true if this collection contains a picklist item with the specified name. Declaration public bool Contains(string name) Parameters Type Name Description string name The picklist item name. This is considered case insensitive. Returns Type Description bool True if this collection contains a picklist item with the same name as the specified picklist item. Exceptions Type Condition ArgumentNullException Thrown if name is null or empty. InsertItem(int, PicklistItemDefinition) Inserts an item into the collection at the specified index. Declaration protected override void InsertItem(int index, PicklistItemDefinition item) Parameters Type Name Description int index The zero-based index at which item should be inserted. PicklistItemDefinition item The object to insert. Overrides ObservableCollection.InsertItem(int, PicklistItemDefinition) Remove(string) Remove the picklist item definition with the specified name from this collection. Declaration public bool Remove(string name) Parameters Type Name Description string name The name of the picklist item definition to remove. This is considered case-insensitive. Returns Type Description bool True if the item was removed; false if the collection did not contain the specified item. Exceptions Type Condition ArgumentNullException Thrown if name is null or empty. RemoveItem(int) Removes the item at the specified index of the collection. Declaration protected override void RemoveItem(int index) Parameters Type Name Description int index The zero-based index of the element to remove. Overrides ObservableCollection.RemoveItem(int) Implements IList ICollection IList ICollection IReadOnlyList IReadOnlyCollection IEnumerable IEnumerable INotifyCollectionChanged INotifyPropertyChanged" + "keywords": "Class PicklistItemDefinitionCollection Represents a collection of picklist items that can be used as values for a given picklist field. Inheritance System.Object PicklistItemDefinitionCollection Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class PicklistItemDefinitionCollection : ObservableCollection Properties Item[String] Gets the picklist item with the specified name. Declaration public PicklistItemDefinition this[string name] { get; } Parameters Type Name Description System.String name The name of the picklist item. Property Value Type Description PicklistItemDefinition The picklist item definition; or null if not such picklist item exists in this collection. Remarks The name is considered case-insensitive. Exceptions Type Condition System.ArgumentNullException Thrown if name is null or empty. Methods Add(String) Adds a new picklist item definition with the specified name. Declaration public PicklistItemDefinition Add(string name) Parameters Type Name Description System.String name The picklist item name. Returns Type Description PicklistItemDefinition The newly added picklist item definition. Exceptions Type Condition System.ArgumentNullException Thrown if name is null or empty. ClearItems() Removes all items from the collection. Declaration protected override void ClearItems() Contains(String) Returns true if this collection contains a picklist item with the specified name. Declaration public bool Contains(string name) Parameters Type Name Description System.String name The picklist item name. This is considered case insensitive. Returns Type Description System.Boolean True if this collection contains a picklist item with the same name as the specified picklist item. Exceptions Type Condition System.ArgumentNullException Thrown if name is null or empty. InsertItem(Int32, PicklistItemDefinition) Inserts an item into the collection at the specified index. Declaration protected override void InsertItem(int index, PicklistItemDefinition item) Parameters Type Name Description System.Int32 index The zero-based index at which item should be inserted. PicklistItemDefinition item The object to insert. Remove(String) Remove the picklist item definition with the specified name from this collection. Declaration public bool Remove(string name) Parameters Type Name Description System.String name The name of the picklist item definition to remove. This is considered case-insensitive. Returns Type Description System.Boolean True if the item was removed; false if the collection did not contain the specified item. Exceptions Type Condition System.ArgumentNullException Thrown if name is null or empty. RemoveItem(Int32) Removes the item at the specified index of the collection. Declaration protected override void RemoveItem(int index) Parameters Type Name Description System.Int32 index The zero-based index of the element to remove." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PropertyValueValidator.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PropertyValueValidator.html", "title": "Class PropertyValueValidator", - "keywords": "Class PropertyValueValidator Class used to Validate a property value.s Inheritance object PropertyValueValidator Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class PropertyValueValidator Methods Validate(object, object) Validates a property value. Declaration public static void Validate(object instance, object value) Parameters Type Name Description object instance The instance of the object the property belongs to. object value The value to validate." + "keywords": "Class PropertyValueValidator Class used to Validate a property value.s Inheritance System.Object PropertyValueValidator 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class PropertyValueValidator Methods Validate(Object, Object) Validates a property value. Declaration public static void Validate(object instance, object value) Parameters Type Name Description System.Object instance The instance of the object the property belongs to. System.Object value The value to validate." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.html", "title": "Class ProviderStatusInfo", - "keywords": "Class ProviderStatusInfo Represents information about the status of a translation provider. Inheritance object ProviderStatusInfo Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ProviderStatusInfo Constructors ProviderStatusInfo(bool, string) Initializes a new instance with the specified values. Declaration public ProviderStatusInfo(bool available, string statusMessage) Parameters Type Name Description bool available The availability status string statusMessage The status message Properties Available Gets or sets a flag whether the provider is available or not. Declaration public bool Available { get; set; } Property Value Type Description bool StatusMessage Gets or sets a status message (may be null). Declaration public string StatusMessage { get; set; } Property Value Type Description string" + "keywords": "Class ProviderStatusInfo Represents information about the status of a translation provider. Inheritance System.Object ProviderStatusInfo 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ProviderStatusInfo Constructors ProviderStatusInfo(Boolean, String) Initializes a new instance with the specified values. Declaration public ProviderStatusInfo(bool available, string statusMessage) Parameters Type Name Description System.Boolean available The availability status System.String statusMessage The status message Properties Available Gets or sets a flag whether the provider is available or not. Declaration public bool Available { get; set; } Property Value Type Description System.Boolean StatusMessage Gets or sets a status message (may be null). Declaration public string StatusMessage { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.html", "title": "Class RemoteTranslationMemory", - "keywords": "Class RemoteTranslationMemory Base class used by ServerBasedTranslationMemory and CloudBasedTranslationMemory Inheritance object RemoteTranslationMemory ServerBasedTranslationMemory Implements INotifyPropertyChanged IEditableObject Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public abstract class RemoteTranslationMemory : INotifyPropertyChanged, IEditableObject Constructors RemoteTranslationMemory(TranslationMemoryEntity) Declaration protected RemoteTranslationMemory(TranslationMemoryEntity entity) Parameters Type Name Description Sdl.Desktop.Platform.ServerConnectionPlugin.Entities.TranslationMemoryEntity entity Properties BackupEntity Declaration protected TranslationMemoryEntity BackupEntity { get; } Property Value Type Description Sdl.Desktop.Platform.ServerConnectionPlugin.Entities.TranslationMemoryEntity Copyright Gets or sets the copyright of the translation memory. Declaration [StringLength(1024, ErrorMessage = \"Copyright too long!\")] public string Copyright { get; set; } Property Value Type Description string Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. CreationDate Gets the creation date of this translation memory. Declaration public DateTime CreationDate { get; } Property Value Type Description DateTime Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. Description Gets or sets the description of the tm. Declaration [StringLength(255, ErrorMessage = \"Description too long!\")] public string Description { get; set; } Property Value Type Description string Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. FuzzyIndexes Gets or sets the set of fuzzy indices defined on this TM. Declaration public FuzzyIndexes FuzzyIndexes { get; set; } Property Value Type Description FuzzyIndexes Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. Id Gets or sets a unique Id for this database server. Declaration public Guid Id { get; } Property Value Type Description Guid Remarks This is auto-generated by the system. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. IsDeleted Returns true if this translation memory has been deleted. Declaration public bool IsDeleted { get; } Property Value Type Description bool IsNewObject Returns true if this translation memory has not been saved yet. Declaration public bool IsNewObject { get; } Property Value Type Description bool Name Gets the user-friendly name of this provider. It is not necessarily unique across the system. Declaration [Required(ErrorMessage = \"Required Field\")] [StringLength(150, ErrorMessage = \"Name too long!\")] public string Name { get; set; } Property Value Type Description string Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. Recognizers Gets or sets the recognizers which are enabled for this TM. Note that changing recognizers may require reindexing. In addition, in some cases duplicate TUs may be in the TM if recognizers are enabled which have been disabled before. Declaration public BuiltinRecognizers Recognizers { get; set; } Property Value Type Description BuiltinRecognizers Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. Methods OnPropertyChanged(string) Declaration protected void OnPropertyChanged(string property) Parameters Type Name Description string property VerifyNotDeleted() Verifies that translation memory has not been deleted. Declaration protected void VerifyNotDeleted() Implements INotifyPropertyChanged IEditableObject" + "keywords": "Class RemoteTranslationMemory Base class used by ServerBasedTranslationMemory and CloudBasedTranslationMemory Inheritance System.Object RemoteTranslationMemory ServerBasedTranslationMemory Implements System.ComponentModel.INotifyPropertyChanged System.ComponentModel.IEditableObject 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public abstract class RemoteTranslationMemory Constructors RemoteTranslationMemory(TranslationMemoryEntity) Declaration protected RemoteTranslationMemory(TranslationMemoryEntity entity) Parameters Type Name Description Sdl.Desktop.Platform.ServerConnectionPlugin.Entities.TranslationMemoryEntity entity Properties BackupEntity Declaration protected TranslationMemoryEntity BackupEntity { get; } Property Value Type Description Sdl.Desktop.Platform.ServerConnectionPlugin.Entities.TranslationMemoryEntity Copyright Gets or sets the copyright of the translation memory. Declaration public string Copyright { get; set; } Property Value Type Description System.String Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. CreationDate Gets the creation date of this translation memory. Declaration public DateTime CreationDate { get; } Property Value Type Description System.DateTime Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. Description Gets or sets the description of the tm. Declaration public string Description { get; set; } Property Value Type Description System.String Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. FuzzyIndexes Gets or sets the set of fuzzy indices defined on this TM. Declaration public FuzzyIndexes FuzzyIndexes { get; set; } Property Value Type Description FuzzyIndexes Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. Id Gets or sets a unique Id for this database server. Declaration public Guid Id { get; } Property Value Type Description System.Guid Remarks This is auto-generated by the system. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. IsDeleted Returns true if this translation memory has been deleted. Declaration public bool IsDeleted { get; } Property Value Type Description System.Boolean IsNewObject Returns true if this translation memory has not been saved yet. Declaration public bool IsNewObject { get; } Property Value Type Description System.Boolean Name Gets the user-friendly name of this provider. It is not necessarily unique across the system. Declaration public string Name { get; set; } Property Value Type Description System.String Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. Recognizers Gets or sets the recognizers which are enabled for this TM. Note that changing recognizers may require reindexing. In addition, in some cases duplicate TUs may be in the TM if recognizers are enabled which have been disabled before. Declaration public BuiltinRecognizers Recognizers { get; set; } Property Value Type Description BuiltinRecognizers Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. Methods OnPropertyChanged(String) Declaration protected void OnPropertyChanged(string property) Parameters Type Name Description System.String property VerifyNotDeleted() Verifies that translation memory has not been deleted. Declaration protected void VerifyNotDeleted() Implements System.ComponentModel.INotifyPropertyChanged System.ComponentModel.IEditableObject" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledOperation.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledOperation.html", "title": "Class ScheduledOperation", - "keywords": "Class ScheduledOperation Abstract base class for scheduled operations, which are long running tasks that are executed on the Execution Server. Inheritance object ScheduledOperation ImportExportOperationBase ScheduledRecomputeStatisticsOperation ScheduledReindexOperation Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public abstract class ScheduledOperation Properties CancelledOn Gets when the operation was cancelled if the Status is Cancelled . Declaration public DateTime? CancelledOn { get; } Property Value Type Description DateTime CompletedOn Gets when the operation was completed. Declaration public DateTime? CompletedOn { get; } Property Value Type Description DateTime ErrorMessage Gets the error message in case the Status is Error . Declaration public string ErrorMessage { get; } Property Value Type Description string IsFinished Gets a value indicating whether this operation has finished. Declaration public bool IsFinished { get; } Property Value Type Description bool Remarks A finished operation has one of the following statues; Completed, Aborted, Cancelled, Recovered or Error. IsPending Gets a value indicating whether this operation is pending. Declaration public bool IsPending { get; } Property Value Type Description bool Remarks A pending operation has one of the following statues; NotSet, Queued, Cancel, Abort or Recovery. IsRunning Gets a value indicating whether this operation is running. Declaration public bool IsRunning { get; } Property Value Type Description bool Remarks A running operation has one of the following statues; Aborting, Allocated or Cancelling. PercentComplete Gets the current percent complete. Declaration public int PercentComplete { get; } Property Value Type Description int QueuedOn Gets when the operation was queued. Declaration public DateTime? QueuedOn { get; } Property Value Type Description DateTime StartedOn Gets when the operation was started by the Execution Server. Declaration public DateTime? StartedOn { get; } Property Value Type Description DateTime Status Gets the current status of the operation. Declaration public ScheduledOperationStatus Status { get; } Property Value Type Description ScheduledOperationStatus WorkItemId Gets the unique ID of the Execution Server work item that represents this operation. Declaration public Guid? WorkItemId { get; } Property Value Type Description Guid Methods Queue() Queues the operation for execution on the Execution Server. Declaration public abstract void Queue() Refresh() Refreshes the status of the operation. Declaration public abstract void Refresh()" + "keywords": "Class ScheduledOperation Abstract base class for scheduled operations, which are long running tasks that are executed on the Execution Server. Inheritance System.Object ScheduledOperation ImportExportOperationBase ScheduledRecomputeStatisticsOperation ScheduledReindexOperation 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public abstract class ScheduledOperation Properties CancelledOn Gets when the operation was cancelled if the Status is Cancelled . Declaration public DateTime? CancelledOn { get; } Property Value Type Description System.Nullable < System.DateTime > CompletedOn Gets when the operation was completed. Declaration public DateTime? CompletedOn { get; } Property Value Type Description System.Nullable < System.DateTime > ErrorMessage Gets the error message in case the Status is Error . Declaration public string ErrorMessage { get; } Property Value Type Description System.String IsFinished Gets a value indicating whether this operation has finished. Declaration public bool IsFinished { get; } Property Value Type Description System.Boolean Remarks A finished operation has one of the following statues; Completed, Aborted, Cancelled, Recovered or Error. IsPending Gets a value indicating whether this operation is pending. Declaration public bool IsPending { get; } Property Value Type Description System.Boolean Remarks A pending operation has one of the following statues; NotSet, Queued, Cancel, Abort or Recovery. IsRunning Gets a value indicating whether this operation is running. Declaration public bool IsRunning { get; } Property Value Type Description System.Boolean Remarks A running operation has one of the following statues; Aborting, Allocated or Cancelling. PercentComplete Gets the current percent complete. Declaration public int PercentComplete { get; } Property Value Type Description System.Int32 QueuedOn Gets when the operation was queued. Declaration public DateTime? QueuedOn { get; } Property Value Type Description System.Nullable < System.DateTime > StartedOn Gets when the operation was started by the Execution Server. Declaration public DateTime? StartedOn { get; } Property Value Type Description System.Nullable < System.DateTime > Status Gets the current status of the operation. Declaration public ScheduledOperationStatus Status { get; } Property Value Type Description ScheduledOperationStatus WorkItemId Gets the unique ID of the Execution Server work item that represents this operation. Declaration public Guid? WorkItemId { get; } Property Value Type Description System.Nullable < System.Guid > Methods Queue() Queues the operation for execution on the Execution Server. Declaration public abstract void Queue() Refresh() Refreshes the status of the operation. Declaration public abstract void Refresh()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledOperationStatus.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledOperationStatus.html", "title": "Enum ScheduledOperationStatus", - "keywords": "Enum ScheduledOperationStatus Represents the possible statuses of a ScheduledOperation . Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public enum ScheduledOperationStatus Fields Name Description Abort The work item has been flagged as needing to be aborted Aborted The work item has been aborted Aborting The work item is in the process of being aborted. Allocated The work item has been allocated to an execution service. Cancel The work items has been flagged as needing to be cancelled. Cancelled The work item has been cancelled Cancelling The work item is in the process of being cancelled. Completed The work item has been completed Error Error NotSet Status not set (default). Queued The task has been added to the work item queue Recovered The work item has been recovered Recovering The work item is in the process of being recovered. Recovery The work item has been flagged as needing recovery" + "keywords": "Enum ScheduledOperationStatus Represents the possible statuses of a ScheduledOperation . Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public enum ScheduledOperationStatus Fields Name Description Abort The work item has been flagged as needing to be aborted Aborted The work item has been aborted Aborting The work item is in the process of being aborted. Allocated The work item has been allocated to an execution service. Cancel The work items has been flagged as needing to be cancelled. Cancelled The work item has been cancelled Cancelling The work item is in the process of being cancelled. Completed The work item has been completed Error Error NotSet Status not set (default). Queued The task has been added to the work item queue Recovered The work item has been recovered Recovering The work item is in the process of being recovered. Recovery The work item has been flagged as needing recovery" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.html", "title": "Class ScheduledRecomputeStatisticsOperation", - "keywords": "Class ScheduledRecomputeStatisticsOperation Represents a scheduled recomputation of the fuzzy index statistics of a server-based translation memory on the Execution Server. This class can be used to schedule a recomputation of the fuzzy index statistics of a server-based translation memory and also to monitor the operation's status while it is running. Inheritance object ScheduledOperation ScheduledRecomputeStatisticsOperation Inherited Members ScheduledOperation.Status ScheduledOperation.ErrorMessage ScheduledOperation.PercentComplete ScheduledOperation.QueuedOn ScheduledOperation.StartedOn ScheduledOperation.CompletedOn ScheduledOperation.CancelledOn ScheduledOperation.IsFinished ScheduledOperation.IsRunning ScheduledOperation.IsPending ScheduledOperation.WorkItemId object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ScheduledRecomputeStatisticsOperation : ScheduledOperation Constructors ScheduledRecomputeStatisticsOperation() Creates a new instance. Declaration public ScheduledRecomputeStatisticsOperation() Properties TranslationMemory Gets or sets the server-based translation memory for which to recompute the fuzzy index statistics. Declaration public ServerBasedTranslationMemory TranslationMemory { get; set; } Property Value Type Description ServerBasedTranslationMemory Methods Queue() Schedules the operation for execution by the execution server. Declaration public override void Queue() Overrides ScheduledOperation.Queue() Refresh() Refreshes the status of this operation with up-to-date information from the server. Declaration public override void Refresh() Overrides ScheduledOperation.Refresh()" + "keywords": "Class ScheduledRecomputeStatisticsOperation Represents a scheduled recomputation of the fuzzy index statistics of a server-based translation memory on the Execution Server. This class can be used to schedule a recomputation of the fuzzy index statistics of a server-based translation memory and also to monitor the operation's status while it is running. Inheritance System.Object ScheduledOperation ScheduledRecomputeStatisticsOperation Inherited Members ScheduledOperation.Status ScheduledOperation.ErrorMessage ScheduledOperation.PercentComplete ScheduledOperation.QueuedOn ScheduledOperation.StartedOn ScheduledOperation.CompletedOn ScheduledOperation.CancelledOn ScheduledOperation.IsFinished ScheduledOperation.IsRunning ScheduledOperation.IsPending ScheduledOperation.WorkItemId 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ScheduledRecomputeStatisticsOperation : ScheduledOperation Constructors ScheduledRecomputeStatisticsOperation() Creates a new instance. Declaration public ScheduledRecomputeStatisticsOperation() Properties TranslationMemory Gets or sets the server-based translation memory for which to recompute the fuzzy index statistics. Declaration public ServerBasedTranslationMemory TranslationMemory { get; set; } Property Value Type Description ServerBasedTranslationMemory Methods Queue() Schedules the operation for execution by the execution server. Declaration public override void Queue() Overrides ScheduledOperation.Queue() Refresh() Refreshes the status of this operation with up-to-date information from the server. Declaration public override void Refresh() Overrides ScheduledOperation.Refresh()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.html", "title": "Class ScheduledReindexOperation", - "keywords": "Class ScheduledReindexOperation When changing recognizer settings or when changing variables, abbreviations or ordinal followers, it might be necessary to re-index the Translation Memory in order to make sure these settings are applied to existing Translation Units. This class represents a scheduled re-indexing of a server-based translation memory on the Execution Server. This class can be used to schedule a re-indexing of a server-based translation memory and also to monitor the operation's status while it is running. Inheritance object ScheduledOperation ScheduledReindexOperation Inherited Members ScheduledOperation.Status ScheduledOperation.ErrorMessage ScheduledOperation.PercentComplete ScheduledOperation.QueuedOn ScheduledOperation.StartedOn ScheduledOperation.CompletedOn ScheduledOperation.CancelledOn ScheduledOperation.IsFinished ScheduledOperation.IsRunning ScheduledOperation.IsPending ScheduledOperation.WorkItemId object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ScheduledReindexOperation : ScheduledOperation Constructors ScheduledReindexOperation() Creates a new instance. Declaration public ScheduledReindexOperation() Properties TranslationMemory Gets or sets the server-based translation memory to re-index. Declaration public ServerBasedTranslationMemory TranslationMemory { get; set; } Property Value Type Description ServerBasedTranslationMemory Methods Queue() Schedules the operation for execution by the execution server. Declaration public override void Queue() Overrides ScheduledOperation.Queue() Refresh() Refreshes the status of this operation with up-to-date information from the server. Declaration public override void Refresh() Overrides ScheduledOperation.Refresh()" + "keywords": "Class ScheduledReindexOperation When changing recognizer settings or when changing variables, abbreviations or ordinal followers, it might be necessary to re-index the Translation Memory in order to make sure these settings are applied to existing Translation Units. This class represents a scheduled re-indexing of a server-based translation memory on the Execution Server. This class can be used to schedule a re-indexing of a server-based translation memory and also to monitor the operation's status while it is running. Inheritance System.Object ScheduledOperation ScheduledReindexOperation Inherited Members ScheduledOperation.Status ScheduledOperation.ErrorMessage ScheduledOperation.PercentComplete ScheduledOperation.QueuedOn ScheduledOperation.StartedOn ScheduledOperation.CompletedOn ScheduledOperation.CancelledOn ScheduledOperation.IsFinished ScheduledOperation.IsRunning ScheduledOperation.IsPending ScheduledOperation.WorkItemId 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ScheduledReindexOperation : ScheduledOperation Constructors ScheduledReindexOperation() Creates a new instance. Declaration public ScheduledReindexOperation() Properties TranslationMemory Gets or sets the server-based translation memory to re-index. Declaration public ServerBasedTranslationMemory TranslationMemory { get; set; } Property Value Type Description ServerBasedTranslationMemory Methods Queue() Schedules the operation for execution by the execution server. Declaration public override void Queue() Overrides ScheduledOperation.Queue() Refresh() Refreshes the status of this operation with up-to-date information from the server. Declaration public override void Refresh() Overrides ScheduledOperation.Refresh()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.html", "title": "Class ScheduledServerTranslationMemoryExport", - "keywords": "Class ScheduledServerTranslationMemoryExport Represents the asynchronous export of translation units from a server-based translation memory, executed on the Execution Server. Use this class to schedule an asynchronous translation memory export. Inheritance object ScheduledOperation ImportExportOperationBase ScheduledServerTranslationMemoryExport Inherited Members ImportExportOperationBase.STREAM_HANDLER_TYPE ImportExportOperationBase.DefaultTranslationUnitChunkSize ImportExportOperationBase.LanguageDirection ImportExportOperationBase.Id ImportExportOperationBase.ChunkSize ImportExportOperationBase.ContinueOnError ImportExportOperationBase.IsScheduled ScheduledOperation.Status ScheduledOperation.ErrorMessage ScheduledOperation.PercentComplete ScheduledOperation.QueuedOn ScheduledOperation.StartedOn ScheduledOperation.CompletedOn ScheduledOperation.CancelledOn ScheduledOperation.IsFinished ScheduledOperation.IsRunning ScheduledOperation.IsPending ScheduledOperation.WorkItemId object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ScheduledServerTranslationMemoryExport : ImportExportOperationBase Constructors ScheduledServerTranslationMemoryExport(ServerBasedTranslationMemoryLanguageDirection) Creates a new scheduled translation memory import. Declaration public ScheduledServerTranslationMemoryExport(ServerBasedTranslationMemoryLanguageDirection languageDirection) Parameters Type Name Description ServerBasedTranslationMemoryLanguageDirection languageDirection The translation memory language direction in which to import. Exceptions Type Condition ArgumentNullException Thrown if languageDirection is null. Properties DownloadCancelEvent The download CancelEventHandler can be used to abort the file download. Declaration public EventHandler DownloadCancelEvent { get; set; } Property Value Type Description EventHandler FileTransferEventArgs FilterExpression Gets or sets the filter expression which will be used during the export. Declaration public FilterExpression FilterExpression { get; set; } Property Value Type Description FilterExpression TranslationUnitsExported Gets a count of the number of translation units which have been exported. Declaration public int TranslationUnitsExported { get; } Property Value Type Description int TranslationUnitsProcessed Gets a count of the number of translation units which have been processed. Declaration public int TranslationUnitsProcessed { get; } Property Value Type Description int Methods DownloadExport(Stream) Downloads the export. Declaration public bool DownloadExport(Stream destinationStream) Parameters Type Name Description Stream destinationStream Returns Type Description bool Queue() Queues the operation for execution on the Execution Server. Declaration public override void Queue() Overrides ScheduledOperation.Queue() Refresh() Refreshes the status of the operation. Declaration public override void Refresh() Overrides ScheduledOperation.Refresh()" + "keywords": "Class ScheduledServerTranslationMemoryExport Represents the asynchronous export of translation units from a server-based translation memory, executed on the Execution Server. Use this class to schedule an asynchronous translation memory export. Inheritance System.Object ScheduledOperation ImportExportOperationBase ScheduledServerTranslationMemoryExport Inherited Members ImportExportOperationBase.STREAM_HANDLER_TYPE ImportExportOperationBase.DefaultTranslationUnitChunkSize ImportExportOperationBase.LanguageDirection ImportExportOperationBase.Id ImportExportOperationBase.ChunkSize ImportExportOperationBase.ContinueOnError ImportExportOperationBase.IsScheduled ScheduledOperation.Status ScheduledOperation.ErrorMessage ScheduledOperation.PercentComplete ScheduledOperation.QueuedOn ScheduledOperation.StartedOn ScheduledOperation.CompletedOn ScheduledOperation.CancelledOn ScheduledOperation.IsFinished ScheduledOperation.IsRunning ScheduledOperation.IsPending ScheduledOperation.WorkItemId 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ScheduledServerTranslationMemoryExport : ImportExportOperationBase Constructors ScheduledServerTranslationMemoryExport(ServerBasedTranslationMemoryLanguageDirection) Creates a new scheduled translation memory import. Declaration public ScheduledServerTranslationMemoryExport(ServerBasedTranslationMemoryLanguageDirection languageDirection) Parameters Type Name Description ServerBasedTranslationMemoryLanguageDirection languageDirection The translation memory language direction in which to import. Exceptions Type Condition System.ArgumentNullException Thrown if languageDirection is null. Properties DownloadCancelEvent The download CancelEventHandler can be used to abort the file download. Declaration public EventHandler DownloadCancelEvent { get; set; } Property Value Type Description System.EventHandler < FileTransferEventArgs > FilterExpression Gets or sets the filter expression which will be used during the export. Declaration public FilterExpression FilterExpression { get; set; } Property Value Type Description FilterExpression TranslationUnitsExported Gets a count of the number of translation units which have been exported. Declaration public int TranslationUnitsExported { get; } Property Value Type Description System.Int32 TranslationUnitsProcessed Gets a count of the number of translation units which have been processed. Declaration public int TranslationUnitsProcessed { get; } Property Value Type Description System.Int32 Methods DownloadExport(Stream) Downloads the export. Declaration public bool DownloadExport(Stream destinationStream) Parameters Type Name Description System.IO.Stream destinationStream Returns Type Description System.Boolean Queue() Queues the operation for execution on the Execution Server. Declaration public override void Queue() Overrides ScheduledOperation.Queue() Refresh() Refreshes the status of the operation. Declaration public override void Refresh() Overrides ScheduledOperation.Refresh()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.html", "title": "Class ScheduledServerTranslationMemoryImport", - "keywords": "Class ScheduledServerTranslationMemoryImport Represents the asynchronous import of a TMX, SDLIFF, ITD or TTX file into a server-based translation memory, executed on the Execution Server. Use this class to schedule an asynchronous translation memory import. Inheritance object ScheduledOperation ImportExportOperationBase ScheduledServerTranslationMemoryImport Inherited Members ImportExportOperationBase.STREAM_HANDLER_TYPE ImportExportOperationBase.DefaultTranslationUnitChunkSize ImportExportOperationBase.LanguageDirection ImportExportOperationBase.Id ImportExportOperationBase.ChunkSize ImportExportOperationBase.ContinueOnError ImportExportOperationBase.IsScheduled ScheduledOperation.Status ScheduledOperation.ErrorMessage ScheduledOperation.PercentComplete ScheduledOperation.QueuedOn ScheduledOperation.StartedOn ScheduledOperation.CompletedOn ScheduledOperation.CancelledOn ScheduledOperation.IsFinished ScheduledOperation.IsRunning ScheduledOperation.IsPending ScheduledOperation.WorkItemId object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ScheduledServerTranslationMemoryImport : ImportExportOperationBase Constructors ScheduledServerTranslationMemoryImport(ServerBasedTranslationMemoryLanguageDirection) Creates a new scheduled translation memory import. Declaration public ScheduledServerTranslationMemoryImport(ServerBasedTranslationMemoryLanguageDirection languageDirection) Parameters Type Name Description ServerBasedTranslationMemoryLanguageDirection languageDirection The translation memory language direction in which to import. Exceptions Type Condition ArgumentNullException Thrown if languageDirection is null. Properties Deleted True, if this instance has been deleted. Declaration public bool Deleted { get; } Property Value Type Description bool ImportSettings Gets or sets the import settings. Declaration public ImportSettings ImportSettings { get; set; } Property Value Type Description ImportSettings The import settings. RecomputeFuzzyIndex Gets or sets a value specifying whether the fuzzy index should be recomputed afer import. Declaration public bool RecomputeFuzzyIndex { get; set; } Property Value Type Description bool Source Gets or sets the file to import Declaration public FileInfo Source { get; set; } Property Value Type Description FileInfo The source. Statistics Gets the current import statistics associated with the import. Declaration public ImportStatistics Statistics { get; } Property Value Type Description ImportStatistics The statistics. Methods Queue() Queues this instance. Declaration public override sealed void Queue() Overrides ScheduledOperation.Queue() Refresh() Refresh the underlying entity to update the current progress of the import. Declaration public override sealed void Refresh() Overrides ScheduledOperation.Refresh()" + "keywords": "Class ScheduledServerTranslationMemoryImport Represents the asynchronous import of a TMX, SDLIFF, ITD or TTX file into a server-based translation memory, executed on the Execution Server. Use this class to schedule an asynchronous translation memory import. Inheritance System.Object ScheduledOperation ImportExportOperationBase ScheduledServerTranslationMemoryImport Inherited Members ImportExportOperationBase.STREAM_HANDLER_TYPE ImportExportOperationBase.DefaultTranslationUnitChunkSize ImportExportOperationBase.LanguageDirection ImportExportOperationBase.Id ImportExportOperationBase.ChunkSize ImportExportOperationBase.ContinueOnError ImportExportOperationBase.IsScheduled ScheduledOperation.Status ScheduledOperation.ErrorMessage ScheduledOperation.PercentComplete ScheduledOperation.QueuedOn ScheduledOperation.StartedOn ScheduledOperation.CompletedOn ScheduledOperation.CancelledOn ScheduledOperation.IsFinished ScheduledOperation.IsRunning ScheduledOperation.IsPending ScheduledOperation.WorkItemId 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ScheduledServerTranslationMemoryImport : ImportExportOperationBase Constructors ScheduledServerTranslationMemoryImport(ServerBasedTranslationMemoryLanguageDirection) Creates a new scheduled translation memory import. Declaration public ScheduledServerTranslationMemoryImport(ServerBasedTranslationMemoryLanguageDirection languageDirection) Parameters Type Name Description ServerBasedTranslationMemoryLanguageDirection languageDirection The translation memory language direction in which to import. Exceptions Type Condition System.ArgumentNullException Thrown if languageDirection is null. Properties Deleted True, if this instance has been deleted. Declaration public bool Deleted { get; } Property Value Type Description System.Boolean ImportSettings Gets or sets the import settings. Declaration public ImportSettings ImportSettings { get; set; } Property Value Type Description ImportSettings The import settings. RecomputeFuzzyIndex Gets or sets a value specifying whether the fuzzy index should be recomputed afer import. Declaration public bool RecomputeFuzzyIndex { get; set; } Property Value Type Description System.Boolean Source Gets or sets the file to import Declaration public FileInfo Source { get; set; } Property Value Type Description System.IO.FileInfo The source. Statistics Gets the current import statistics associated with the import. Declaration public ImportStatistics Statistics { get; } Property Value Type Description ImportStatistics The statistics. Methods Queue() Queues this instance. Declaration public sealed override void Queue() Overrides ScheduledOperation.Queue() Refresh() Refresh the underlying entity to update the current progress of the import. Declaration public sealed override void Refresh() Overrides ScheduledOperation.Refresh()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.html", "title": "Class ServerBasedFieldsTemplate", - "keywords": "Class ServerBasedFieldsTemplate Represents a fields template stored on the server. A fields template is a named collection of field definitions which can be applied to one or more translation memories ( FieldsTemplate . Changes made to the fields template will be applied to all translation memories associated with it. Inheritance object ServerBasedFieldsTemplate Implements IFieldsTemplate INotifyPropertyChanged IEquatable ServerBasedFieldsTemplate IEditableObject IPermissionCheck Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ServerBasedFieldsTemplate : IFieldsTemplate, INotifyPropertyChanged, IEquatable, IEditableObject, IPermissionCheck Constructors ServerBasedFieldsTemplate(TranslationProviderServer) Creates a new fields template. Note that you have to call Save() to persist the fields template, after setting all the required properties. Declaration public ServerBasedFieldsTemplate(TranslationProviderServer server) Parameters Type Name Description TranslationProviderServer server The translation provider server on which the fields template should be created. Exceptions Type Condition ArgumentNullException Thrown when server is null. Properties Description Gets or sets the description of the fields template. Declaration [StringLength(255, ErrorMessage = \"Description too long!\")] public string Description { get; set; } Property Value Type Description string Remarks Note that you have to call Save() to persists the change after setting this property. Exceptions Type Condition ObjectDeletedException Thrown when trying to get/set description of an entity that no longer exists. FieldDefinitions Gets the fields definitions contained in this fields template. Declaration public FieldDefinitionCollection FieldDefinitions { get; } Property Value Type Description FieldDefinitionCollection Remarks If the list of fields definitions has been pre-loaded, the in-memory collection of fields definitions is returned, otherwise the list of fields definitions is retrieved from the server on-demand. Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. Id Gets the unique id of the fields template. This is automatically generated by the system. Declaration public Guid Id { get; } Property Value Type Description Guid IsDeleted Returns true if this translation memory has been deleted. Declaration public bool IsDeleted { get; } Property Value Type Description bool IsDirty Returns true if this fields template has unsaved changes. Declaration public bool IsDirty { get; } Property Value Type Description bool IsNewObject Returns true if this fields template has not been saved yet. Declaration public bool IsNewObject { get; } Property Value Type Description bool LinkedResourceGroupPaths Gets the collection of paths for the linked resource groups. Declaration public string[] LinkedResourceGroupPaths { get; set; } Property Value Type Description string Name Gets or sets the name of this fields template. Declaration [Required(ErrorMessage = \"Required Field\")] [RegularExpression(\"[^\\\\\\\\/\\\"<>\\\\|\\\\*\\\\?%]+\", ErrorMessage = \"The following characters ^ \\\\ / \\\\\\\" < > | * ? % are not allowed\")] [StringLength(50, ErrorMessage = \"Name too long!\")] public string Name { get; set; } Property Value Type Description string Remarks Note that you have to call Save() to persists the change after setting this property. Exceptions Type Condition ObjectDeletedException Thrown when trying to get or set name of an entity that no longer exists. ParentResourceGroupDescription Gets the parent resource group description. Declaration public string ParentResourceGroupDescription { get; set; } Property Value Type Description string ParentResourceGroupName Gets the parent resource group name. Declaration public string ParentResourceGroupName { get; set; } Property Value Type Description string ParentResourceGroupPath Gets the parent resource group path. Declaration [Required(ErrorMessage = \"Required Field\")] public string ParentResourceGroupPath { get; set; } Property Value Type Description string TranslationProviderServer Gets the server. Declaration public TranslationProviderServer TranslationProviderServer { get; } Property Value Type Description TranslationProviderServer Methods Delete() Deletes this fields template from the system. Declaration public void Delete() Remarks If any translation memories are currently associated with the fields template, the fields of these translation memories will not be affected. Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. ObjectNotSavedException Thrown when this object has not been initially saved yet. Equals(ServerBasedFieldsTemplate) Returns true if this fields template has the same Id as the specified fields template. Declaration public bool Equals(ServerBasedFieldsTemplate other) Parameters Type Name Description ServerBasedFieldsTemplate other A fields template to compare to. Returns Type Description bool True if this fields template has the same Id as the specified fields template. Equals(object) Returns true if this fields template has the same Id as the specified fields template. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj A fields template to compare to. Returns Type Description bool True if this fields template has the same Id as the specified fields template. Overrides object.Equals(object) GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description int A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides object.GetHashCode() HasPermission(string) Determines whether the specified permission has permission. Declaration public bool HasPermission(string permission) Parameters Type Name Description string permission The permission. Returns Type Description bool true if the specified permission has permission; otherwise, false . Save() Saves this fields template, including any changes to its field definitions. Declaration public void Save() Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. Implements IFieldsTemplate INotifyPropertyChanged IEquatable IEditableObject IPermissionCheck" + "keywords": "Class ServerBasedFieldsTemplate Represents a fields template stored on the server. A fields template is a named collection of field definitions which can be applied to one or more translation memories ( FieldsTemplate . Changes made to the fields template will be applied to all translation memories associated with it. Inheritance System.Object ServerBasedFieldsTemplate Implements IFieldsTemplate System.ComponentModel.INotifyPropertyChanged System.IEquatable < ServerBasedFieldsTemplate > System.ComponentModel.IEditableObject IPermissionCheck Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ServerBasedFieldsTemplate : IFieldsTemplate, IEquatable, IPermissionCheck Constructors ServerBasedFieldsTemplate(TranslationProviderServer) Creates a new fields template. Note that you have to call Save() to persist the fields template, after setting all the required properties. Declaration public ServerBasedFieldsTemplate(TranslationProviderServer server) Parameters Type Name Description TranslationProviderServer server The translation provider server on which the fields template should be created. Exceptions Type Condition System.ArgumentNullException Thrown when server is null. Properties Description Gets or sets the description of the fields template. Declaration public string Description { get; set; } Property Value Type Description System.String Remarks Note that you have to call Save() to persists the change after setting this property. Exceptions Type Condition ObjectDeletedException Thrown when trying to get/set description of an entity that no longer exists. FieldDefinitions Gets the fields definitions contained in this fields template. Declaration public FieldDefinitionCollection FieldDefinitions { get; } Property Value Type Description FieldDefinitionCollection Remarks If the list of fields definitions has been pre-loaded, the in-memory collection of fields definitions is returned, otherwise the list of fields definitions is retrieved from the server on-demand. Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. Id Gets the unique id of the fields template. This is automatically generated by the system. Declaration public Guid Id { get; } Property Value Type Description System.Guid IsDeleted Returns true if this translation memory has been deleted. Declaration public bool IsDeleted { get; } Property Value Type Description System.Boolean IsDirty Returns true if this fields template has unsaved changes. Declaration public bool IsDirty { get; } Property Value Type Description System.Boolean IsNewObject Returns true if this fields template has not been saved yet. Declaration public bool IsNewObject { get; } Property Value Type Description System.Boolean LinkedResourceGroupPaths Gets the collection of paths for the linked resource groups. Declaration public string[] LinkedResourceGroupPaths { get; set; } Property Value Type Description System.String [] Name Gets or sets the name of this fields template. Declaration public string Name { get; set; } Property Value Type Description System.String Remarks Note that you have to call Save() to persists the change after setting this property. Exceptions Type Condition ObjectDeletedException Thrown when trying to get or set name of an entity that no longer exists. ParentResourceGroupDescription Gets the parent resource group description. Declaration public string ParentResourceGroupDescription { get; set; } Property Value Type Description System.String ParentResourceGroupName Gets the parent resource group name. Declaration public string ParentResourceGroupName { get; set; } Property Value Type Description System.String ParentResourceGroupPath Gets the parent resource group path. Declaration public string ParentResourceGroupPath { get; set; } Property Value Type Description System.String TranslationProviderServer Gets the server. Declaration public TranslationProviderServer TranslationProviderServer { get; } Property Value Type Description TranslationProviderServer Methods Delete() Deletes this fields template from the system. Declaration public void Delete() Remarks If any translation memories are currently associated with the fields template, the fields of these translation memories will not be affected. Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. ObjectNotSavedException Thrown when this object has not been initially saved yet. Equals(ServerBasedFieldsTemplate) Returns true if this fields template has the same Id as the specified fields template. Declaration public bool Equals(ServerBasedFieldsTemplate other) Parameters Type Name Description ServerBasedFieldsTemplate other A fields template to compare to. Returns Type Description System.Boolean True if this fields template has the same Id as the specified fields template. Equals(Object) Returns true if this fields template has the same Id as the specified fields template. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj A fields template to compare to. Returns Type Description System.Boolean True if this fields template has the same Id as the specified fields template. Overrides System.Object.Equals(System.Object) GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides System.Object.GetHashCode() HasPermission(String) Determines whether the specified permission has permission. Declaration public bool HasPermission(string permission) Parameters Type Name Description System.String permission The permission. Returns Type Description System.Boolean true if the specified permission has permission; otherwise, false . Save() Saves this fields template, including any changes to its field definitions. Declaration public void Save() Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. Implements IFieldsTemplate System.ComponentModel.INotifyPropertyChanged System.IEquatable System.ComponentModel.IEditableObject IPermissionCheck" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.html", "title": "Class ServerBasedLanguageResourcesTemplate", - "keywords": "Class ServerBasedLanguageResourcesTemplate Represents a ILanguageResourcesTemplate which is stored on a server. Inheritance object ServerBasedLanguageResourcesTemplate Implements ILanguageResourcesTemplate ISupportPlaceables INotifyPropertyChanged IEquatable ServerBasedLanguageResourcesTemplate IEditableObject IPermissionCheck Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ServerBasedLanguageResourcesTemplate : ILanguageResourcesTemplate, ISupportPlaceables, INotifyPropertyChanged, IEquatable, IEditableObject, IPermissionCheck Constructors ServerBasedLanguageResourcesTemplate(TranslationProviderServer) Creates a new, empty language resources template. Declaration public ServerBasedLanguageResourcesTemplate(TranslationProviderServer server) Parameters Type Name Description TranslationProviderServer server The server on which to create the language resources template. Exceptions Type Condition ArgumentNullException Thrown if server is null. Properties Description Gets or sets the description of this language resources template. Declaration [StringLength(255, ErrorMessage = \"Description too long!\")] public string Description { get; set; } Property Value Type Description string Remarks Note that you have to call Save() to persists the change after setting this property. Exceptions Type Condition ObjectDeletedException Thrown when trying to get or set the description of an entity that no longer exists. Id Gets the unique ID of this language resources template. Declaration public Guid Id { get; } Property Value Type Description Guid IsDeleted Returns true if this translation memory has been deleted. Declaration public bool IsDeleted { get; } Property Value Type Description bool IsDirty Returns true if this language resources template has unsaved changes. Declaration public bool IsDirty { get; } Property Value Type Description bool IsNewObject Returns true if this language resources template has not been saved yet. Declaration public bool IsNewObject { get; } Property Value Type Description bool LanguageResourceBundles Gets the language resources bundles contained in this template. Declaration public LanguageResourceBundleCollection LanguageResourceBundles { get; } Property Value Type Description LanguageResourceBundleCollection Remarks Note that you have to call Save() to persist any changes made to language resources. LinkedResourceGroupPaths Gets the collection of paths for the linked resource groups. Declaration public string[] LinkedResourceGroupPaths { get; set; } Property Value Type Description string Name Gets or sets the name of this language resources template. Declaration [Required(ErrorMessage = \"Required Field\")] [RegularExpression(\"[^\\\\\\\\/\\\"<>\\\\|\\\\*\\\\?%]+\", ErrorMessage = \"The following characters ^ \\\\ / \\\\\\\" < > | * ? % are not allowed\")] [StringLength(50, ErrorMessage = \"Name too long!\")] public string Name { get; set; } Property Value Type Description string Remarks Note that you have to call Save() to persists the change after setting this property. Exceptions Type Condition ObjectDeletedException Thrown when trying to get or set the name of an entity that no longer exists. ParentResourceGroupDescription Gets the parent resource group description. Declaration public string ParentResourceGroupDescription { get; set; } Property Value Type Description string ParentResourceGroupName Gets the parent resource group name. Declaration public string ParentResourceGroupName { get; set; } Property Value Type Description string ParentResourceGroupPath Gets the parent resource group path. Declaration [Required(ErrorMessage = \"Required Field\")] public string ParentResourceGroupPath { get; set; } Property Value Type Description string Recognizers Gets or sets the recognizers which are enabled for this TM. Note that changing recognizers may require reindexing. In addition, in some cases duplicate TUs may be in the TM if recognizers are enabled which have been disabled before. Declaration public BuiltinRecognizers Recognizers { get; set; } Property Value Type Description BuiltinRecognizers TokenizerFlags Gets or sets the flags affecting tokenizer behaviour for this language resource template. Declaration public TokenizerFlags? TokenizerFlags { get; set; } Property Value Type Description TokenizerFlags TranslationMemories Gets the collection of translation memories associated with this language resources template. Declaration public ReadOnlyCollection TranslationMemories { get; } Property Value Type Description ReadOnlyCollection ServerBasedTranslationMemory Remarks If the list of translation memories has been pre-loaded, the in-memory collection of translation memories is returned, otherwise returns null Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. TranslationProviderServer Gets the server. Declaration public TranslationProviderServer TranslationProviderServer { get; } Property Value Type Description TranslationProviderServer WordCountFlags Gets or sets the flags affecting word count behaviour for this language resource template. Declaration public WordCountFlags? WordCountFlags { get; set; } Property Value Type Description WordCountFlags Methods Delete() Deletes this language resources template. Declaration public void Delete() Remarks If any translation memories are currently associated with the language resources template, the language resources of these translation memories will not be affected. Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. ObjectNotSavedException Thrown when this object has not been initially saved yet. Equals(ServerBasedLanguageResourcesTemplate) Returns true if this template has the same Id as the specified template. Declaration public bool Equals(ServerBasedLanguageResourcesTemplate other) Parameters Type Name Description ServerBasedLanguageResourcesTemplate other A template to compare to. Returns Type Description bool True if this template has the same Id as the specified template. Equals(object) Returns true if this language resources template has the same Id as the specified language resources template. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj A language resources template to compare to. Returns Type Description bool True if this language resources template has the same Id as the specified language resources template. Overrides object.Equals(object) GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description int A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides object.GetHashCode() HasPermission(string) Gets whether this object has the permission with the specified name. Declaration public bool HasPermission(string permission) Parameters Type Name Description string permission The permission name. Returns Type Description bool true is the object has the specified permission. Save() Saves this language resources template, including any changes to its language resource bundles. Declaration public void Save() Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. Implements ILanguageResourcesTemplate ISupportPlaceables INotifyPropertyChanged IEquatable IEditableObject IPermissionCheck" + "keywords": "Class ServerBasedLanguageResourcesTemplate Represents a ILanguageResourcesTemplate which is stored on a server. Inheritance System.Object ServerBasedLanguageResourcesTemplate Implements ILanguageResourcesTemplate ISupportPlaceables System.ComponentModel.INotifyPropertyChanged System.IEquatable < ServerBasedLanguageResourcesTemplate > System.ComponentModel.IEditableObject IPermissionCheck Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ServerBasedLanguageResourcesTemplate : ILanguageResourcesTemplate, ISupportPlaceables, IEquatable, IPermissionCheck Constructors ServerBasedLanguageResourcesTemplate(TranslationProviderServer) Creates a new, empty language resources template. Declaration public ServerBasedLanguageResourcesTemplate(TranslationProviderServer server) Parameters Type Name Description TranslationProviderServer server The server on which to create the language resources template. Exceptions Type Condition System.ArgumentNullException Thrown if server is null. Properties Description Gets or sets the description of this language resources template. Declaration public string Description { get; set; } Property Value Type Description System.String Remarks Note that you have to call Save() to persists the change after setting this property. Exceptions Type Condition ObjectDeletedException Thrown when trying to get or set the description of an entity that no longer exists. Id Gets the unique ID of this language resources template. Declaration public Guid Id { get; } Property Value Type Description System.Guid IsDeleted Returns true if this translation memory has been deleted. Declaration public bool IsDeleted { get; } Property Value Type Description System.Boolean IsDirty Returns true if this language resources template has unsaved changes. Declaration public bool IsDirty { get; } Property Value Type Description System.Boolean IsNewObject Returns true if this language resources template has not been saved yet. Declaration public bool IsNewObject { get; } Property Value Type Description System.Boolean LanguageResourceBundles Gets the language resources bundles contained in this template. Declaration public LanguageResourceBundleCollection LanguageResourceBundles { get; } Property Value Type Description LanguageResourceBundleCollection Remarks Note that you have to call Save() to persist any changes made to language resources. LinkedResourceGroupPaths Gets the collection of paths for the linked resource groups. Declaration public string[] LinkedResourceGroupPaths { get; set; } Property Value Type Description System.String [] Name Gets or sets the name of this language resources template. Declaration public string Name { get; set; } Property Value Type Description System.String Remarks Note that you have to call Save() to persists the change after setting this property. Exceptions Type Condition ObjectDeletedException Thrown when trying to get or set the name of an entity that no longer exists. ParentResourceGroupDescription Gets the parent resource group description. Declaration public string ParentResourceGroupDescription { get; set; } Property Value Type Description System.String ParentResourceGroupName Gets the parent resource group name. Declaration public string ParentResourceGroupName { get; set; } Property Value Type Description System.String ParentResourceGroupPath Gets the parent resource group path. Declaration public string ParentResourceGroupPath { get; set; } Property Value Type Description System.String Recognizers Declaration public BuiltinRecognizers Recognizers { get; set; } Property Value Type Description BuiltinRecognizers TokenizerFlags Declaration public TokenizerFlags? TokenizerFlags { get; set; } Property Value Type Description System.Nullable < TokenizerFlags > TranslationMemories Gets the collection of translation memories associated with this language resources template. Declaration public ReadOnlyCollection TranslationMemories { get; } Property Value Type Description System.Collections.ObjectModel.ReadOnlyCollection < ServerBasedTranslationMemory > Remarks If the list of translation memories has been pre-loaded, the in-memory collection of translation memories is returned, otherwise returns null Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. TranslationProviderServer Gets the server. Declaration public TranslationProviderServer TranslationProviderServer { get; } Property Value Type Description TranslationProviderServer WordCountFlags Declaration public WordCountFlags? WordCountFlags { get; set; } Property Value Type Description System.Nullable < WordCountFlags > Methods Delete() Deletes this language resources template. Declaration public void Delete() Remarks If any translation memories are currently associated with the language resources template, the language resources of these translation memories will not be affected. Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. ObjectNotSavedException Thrown when this object has not been initially saved yet. Equals(ServerBasedLanguageResourcesTemplate) Returns true if this template has the same Id as the specified template. Declaration public bool Equals(ServerBasedLanguageResourcesTemplate other) Parameters Type Name Description ServerBasedLanguageResourcesTemplate other A template to compare to. Returns Type Description System.Boolean True if this template has the same Id as the specified template. Equals(Object) Returns true if this language resources template has the same Id as the specified language resources template. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj A language resources template to compare to. Returns Type Description System.Boolean True if this language resources template has the same Id as the specified language resources template. Overrides System.Object.Equals(System.Object) GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides System.Object.GetHashCode() HasPermission(String) Gets whether this object has the permission with the specified name. Declaration public bool HasPermission(string permission) Parameters Type Name Description System.String permission The permission name. Returns Type Description System.Boolean true is the object has the specified permission. Save() Saves this language resources template, including any changes to its language resource bundles. Declaration public void Save() Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. Implements ILanguageResourcesTemplate ISupportPlaceables System.ComponentModel.INotifyPropertyChanged System.IEquatable System.ComponentModel.IEditableObject IPermissionCheck" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html", "title": "Class ServerBasedTranslationMemory", - "keywords": "Class ServerBasedTranslationMemory Represents a ITranslationMemory which is hosted on a server, as opposed to a FileBasedTranslationMemory . Inheritance object RemoteTranslationMemory ServerBasedTranslationMemory Implements ITranslationMemory2015 ITranslationMemory ITranslationProvider ISupportPlaceables INotifyPropertyChanged IEditableObject IEquatable ServerBasedTranslationMemory IPermissionCheck IAdvancedContextTranslationMemory Inherited Members RemoteTranslationMemory.OnPropertyChanged(string) RemoteTranslationMemory.VerifyNotDeleted() RemoteTranslationMemory.BackupEntity RemoteTranslationMemory.Name RemoteTranslationMemory.Description RemoteTranslationMemory.Id RemoteTranslationMemory.Copyright RemoteTranslationMemory.CreationDate RemoteTranslationMemory.Recognizers RemoteTranslationMemory.FuzzyIndexes RemoteTranslationMemory.IsNewObject RemoteTranslationMemory.IsDeleted object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ServerBasedTranslationMemory : RemoteTranslationMemory, ITranslationMemory2015, ITranslationMemory, ITranslationProvider, ISupportPlaceables, INotifyPropertyChanged, IEditableObject, IEquatable, IPermissionCheck, IAdvancedContextTranslationMemory Constructors ServerBasedTranslationMemory(TranslationProviderServer) Creates a new translation memory. Note that you have to call Save() to persist the translation memory. Declaration public ServerBasedTranslationMemory(TranslationProviderServer server) Parameters Type Name Description TranslationProviderServer server The server with which the database server should be registered. Exceptions Type Condition ArgumentNullException Thrown when server is null. Properties CachedTranslationUnitCount Gets the cached total translation unit count for all language directions. This count is computed at regular intervals and when performing imports. To calculate the actual translation unit count, use GetTranslationUnitCount() but bear in mind that this is a relatively expensive operation. Declaration public int CachedTranslationUnitCount { get; } Property Value Type Description int Container Gets or sets the translation memory container that contains this translation memory. Declaration public TranslationMemoryContainer Container { get; set; } Property Value Type Description TranslationMemoryContainer Remarks You cannot change this property after the translation memory has been created. Exceptions Type Condition InvalidOperationException Thrown when trying to set this property after the translation memory has been created. ObjectDeletedException Thrown when this object has been deleted. CreationUserName Gets the creation user of this translation memory. Declaration public string CreationUserName { get; } Property Value Type Description string Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. ExpirationDate Gets or sets the expiration date for this translation memory. Declaration public DateTime? ExpirationDate { get; set; } Property Value Type Description DateTime Remarks You have to call Save() in order to perist changes to this property. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. FieldDefinitions Gets the custom fields defined for this TM. Declaration public FieldDefinitionCollection FieldDefinitions { get; } Property Value Type Description FieldDefinitionCollection Remarks In case this is a server-based translation memory, which is associated with a fields template (see IFieldsTemplate ), this returns a read-only fields collection identical to the template's fields collection. In all other cases, the field collection returned can be modified. Note that you have to call Save() to persist any changes made to the fields. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. FieldsTemplate Gets or sets the field group template. Can be null. Declaration public ServerBasedFieldsTemplate FieldsTemplate { get; set; } Property Value Type Description ServerBasedFieldsTemplate Remarks You need to call Save() to persist the change after setting this property. The template is potentially shared by a number of translation memories. Changes made to the template will affect all translation memories which refer to this template. If you want to make field changes for this translation memory only, make those modifications through the FieldDefinitions property. Before you can do that, set the FieldsTemplate property to null. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. FuzzyIndexStatisticsRecomputedAt Gets the time of the last fuzzy index statistics recomputation of this TM, if available. Declaration public DateTime? FuzzyIndexStatisticsRecomputedAt { get; } Property Value Type Description DateTime FuzzyIndexStatisticsSize Gets the size of the TM at the point of the last fuzzy index statistics recomputation, if available. Declaration public int? FuzzyIndexStatisticsSize { get; } Property Value Type Description int FuzzyIndexTuningSettings Gets or sets the fuzzy index tuning settings for the TM. Note that you have to call Save() to persists changes to this property. Declaration public FuzzyIndexTuningSettings FuzzyIndexTuningSettings { get; set; } Property Value Type Description FuzzyIndexTuningSettings IsDirty Returns true if this translation memory has unsaved changes. Declaration public bool IsDirty { get; } Property Value Type Description bool IsProjectTranslationMemory Gets or sets an indication whether this translation memory is a project translation memory. Declaration public bool IsProjectTranslationMemory { get; set; } Property Value Type Description bool Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. IsReadOnly IsReadOnly . Declaration public bool IsReadOnly { get; } Property Value Type Description bool LanguageDirections Gets this list of language directions for this translation memory. Declaration public ServerBasedTranslationMemoryLanguageDirectionCollection LanguageDirections { get; } Property Value Type Description ServerBasedTranslationMemoryLanguageDirectionCollection Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. LanguageResourceBundles Gets the language resources which are associated with this TM. Declaration public LanguageResourceBundleCollection LanguageResourceBundles { get; } Property Value Type Description LanguageResourceBundleCollection Remarks In case this is a server-based translation memory, which is associated with a language resources template (see ILanguageResourcesTemplate ), this returns a read-only language resources collection identical to the template's language resources collection. In all other cases, the language resources collection returned can be modified. Note that you have to call Save() to persist any changes made to language resources. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. LanguageResourcesTemplate Gets or sets the ServerBasedLanguageResourcesTemplate object associated with this TM. Declaration public ServerBasedLanguageResourcesTemplate LanguageResourcesTemplate { get; set; } Property Value Type Description ServerBasedLanguageResourcesTemplate Remarks The template is a shared entity that defines the language resources that are associated with one or more TMs. Modifying the template will therefore cause modifications to the shared data and alter the language resources for all associated TMs. If you want to make language resource changes for this translation memory only, make those modifications through the ITranslationMemory.LanguageResourceBundles property. Before you can do that, set the LanguageResourcesTemplate property to null. /// Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. LinkedResourceGroupPaths Gets the collection of paths for the linked resource groups. Declaration public string[] LinkedResourceGroupPaths { get; set; } Property Value Type Description string OwnerId Declaration public Guid? OwnerId { get; } Property Value Type Description Guid ParentResourceGroupDescription Gets the parent resource group description. Declaration public string ParentResourceGroupDescription { get; set; } Property Value Type Description string ParentResourceGroupName Gets the parent resource group name. Declaration public string ParentResourceGroupName { get; set; } Property Value Type Description string ParentResourceGroupPath Gets or sets the parent resource group path. Declaration [Required(ErrorMessage = \"Required Field\")] public string ParentResourceGroupPath { get; set; } Property Value Type Description string The parent resource group path. StatusInfo Gets the status info for the provider. Declaration public ProviderStatusInfo StatusInfo { get; } Property Value Type Description ProviderStatusInfo SupportedLanguageDirections Gets the list of language directions which are supported by this translation memory. Declaration public ReadOnlyCollection SupportedLanguageDirections { get; } Property Value Type Description ReadOnlyCollection LanguagePair Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. SupportsConcordanceSearch SupportsConcordanceSearch . Always true for TMs. Declaration public bool SupportsConcordanceSearch { get; } Property Value Type Description bool SupportsDocumentSearches SupportsDocumentSearches . Always true for TMs. Declaration public bool SupportsDocumentSearches { get; } Property Value Type Description bool SupportsFilters SupportsFilters . Always true for TMs. Declaration public bool SupportsFilters { get; } Property Value Type Description bool SupportsFuzzySearch SupportsFuzzySearch . Always true for TMs. Declaration public bool SupportsFuzzySearch { get; } Property Value Type Description bool SupportsMultipleResults SupportsMultipleResults . Always true for TMs. Declaration public bool SupportsMultipleResults { get; } Property Value Type Description bool SupportsPenalties SupportsPenalties . Always true for TMs. Declaration public bool SupportsPenalties { get; } Property Value Type Description bool SupportsPlaceables SupportsPlaceables . Always true for TMs. Declaration public bool SupportsPlaceables { get; } Property Value Type Description bool SupportsScoring SupportsScoring . Always true for TMs. Declaration public bool SupportsScoring { get; } Property Value Type Description bool SupportsSearchForTranslationUnitUsingContainsOperator States whether the TM supports 'contains' TU searches (better performance than 'matches' searches) Declaration public bool SupportsSearchForTranslationUnitUsingContainsOperator { get; } Property Value Type Description bool SupportsSearchForTranslationUnits SupportsSearchForTranslationUnits . Always true for TMs. Declaration public bool SupportsSearchForTranslationUnits { get; } Property Value Type Description bool SupportsSourceConcordanceSearch SupportsSourceConcordanceSearch . Always true for TMs. Declaration public bool SupportsSourceConcordanceSearch { get; } Property Value Type Description bool SupportsStructureContext SupportsStructureContext . Always true for TMs. Declaration public bool SupportsStructureContext { get; } Property Value Type Description bool SupportsTaggedInput SupportsTaggedInput . Always true for TMs. Declaration public bool SupportsTaggedInput { get; } Property Value Type Description bool SupportsTargetConcordanceSearch SupportsTargetConcordanceSearch . Returns true if this translation memory has a word-based fuzzy index for the target language (see FuzzyIndexes ). Declaration public bool SupportsTargetConcordanceSearch { get; } Property Value Type Description bool SupportsTranslation SupportsTranslation . Always true for TMs. Declaration public bool SupportsTranslation { get; } Property Value Type Description bool SupportsUpdate SupportsUpdate . Always true for TMs. Declaration public bool SupportsUpdate { get; } Property Value Type Description bool SupportsWordCounts SupportsWordCounts . Always true for TMs. Declaration public bool SupportsWordCounts { get; } Property Value Type Description bool TextContextMatchType Gets or sets the context matching type flag Declaration public TextContextMatchType TextContextMatchType { get; set; } Property Value Type Description TextContextMatchType TokenizerFlags Gets or sets the flags affecting tokenizer behaviour for this TM. Declaration public TokenizerFlags TokenizerFlags { get; set; } Property Value Type Description TokenizerFlags TranslationMethod TranslationMethod . Always returns TranslationMemory Declaration public TranslationMethod TranslationMethod { get; } Property Value Type Description TranslationMethod TranslationProviderServer Gets the server. Declaration public TranslationProviderServer TranslationProviderServer { get; } Property Value Type Description TranslationProviderServer Uri Gets a URI which uniquely identifies this translation provider. Declaration public Uri Uri { get; } Property Value Type Description Uri Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. UsesIdContextMatching Gets or sets the flag determining whether id context matching is used Declaration public bool UsesIdContextMatching { get; set; } Property Value Type Description bool UsesLegacyHashes Gets or sets flag determining whether legacy hashes are used Declaration public bool UsesLegacyHashes { get; set; } Property Value Type Description bool WordCountFlags Gets or sets the flags affecting word count behaviour for this TM. Declaration public WordCountFlags WordCountFlags { get; set; } Property Value Type Description WordCountFlags Methods Delete() Deletes this translation memory. Declaration public void Delete() Remarks The translation memory will be deleted from the server, including all its content. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. ObjectNotSavedException Thrown when this object has not been initially saved yet. Equals(ServerBasedTranslationMemory) Indicates whether the current object is equal to another object of the same type. Declaration public bool Equals(ServerBasedTranslationMemory other) Parameters Type Name Description ServerBasedTranslationMemory other An object to compare with this object. Returns Type Description bool true if the current object is equal to the other parameter; otherwise, false. Equals(object) Determines whether the specified object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with this instance. Returns Type Description bool true if the specified object is equal to this instance; otherwise, false . Overrides object.Equals(object) Exceptions Type Condition NullReferenceException The obj parameter is null. GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description int A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides object.GetHashCode() GetLanguageDirection(LanguagePair) Gets the language direction with specified source and target language. Declaration public ServerBasedTranslationMemoryLanguageDirection GetLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction. Returns Type Description ServerBasedTranslationMemoryLanguageDirection The language direction; or null if no such language direction exists. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. GetServerBasedTranslationMemoryPath(Uri) Gets the server-based translation memory name from the given URI. Declaration public static string GetServerBasedTranslationMemoryPath(Uri uri) Parameters Type Name Description Uri uri URI Returns Type Description string server-based translation memory name GetTranslationUnitCount() Gets the total translation unit count for all language directions in this translation memory. Declaration public int GetTranslationUnitCount() Returns Type Description int The total translation unit count for this TM. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. HasPermission(string) Checks whether the current user has the specified permission on this translation memory. Declaration public bool HasPermission(string permission) Parameters Type Name Description string permission A permission ID. See TranslationMemoryPermissions . Returns Type Description bool True if the user has the specified permission for this TM. IsServerBasedTranslationMemory(Uri) Determines whether the given URI represents a server-based translation memory. Declaration public static bool IsServerBasedTranslationMemory(Uri uri) Parameters Type Name Description Uri uri The URI to check. Returns Type Description bool Whether uri represents server-based translation memory LoadState(string) Loads previously serialized state information into this translation provider instance. Declaration public void LoadState(string translationProviderState) Parameters Type Name Description string translationProviderState A string representing the state of translation provider that was previously saved using SerializeState() . Remarks The format of this string can be decided upon by the translation provider implementation. RecomputeFuzzyIndexStatistics() Synchronously recomputes the fuzzy index statistics of the TM. Declaration public void RecomputeFuzzyIndexStatistics() Remarks This can be a long running operation, especially for larger TMs. It is recommended to use ScheduledRecomputeStatisticsOperation to perform this operation on the Execution Server. RefreshStatusInfo() Ensures that the provider's status information ( StatusInfo ) is refreshed, in case it is cached. Declaration public void RefreshStatusInfo() Save() Saves the changes to this translation memory. This includes changes to language directions, fields and language resources. Declaration public void Save() Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. SerializeState() Serializes any meaningful state information for this translation provider that can be stored in projects and sent around the supply chain. Declaration public string SerializeState() Returns Type Description string A string representing the state of this translation provider that can later be passed into the LoadState(string) method to restore the state after creating a new translation provider. Remarks The format of this string can be decided upon by the translation provider implementation. ServerSupportsTranslationAndAnalysisService(Uri) Check if the server supports Translation and Analysis Service Declaration public static bool ServerSupportsTranslationAndAnalysisService(Uri uri) Parameters Type Name Description Uri uri Returns Type Description bool ShouldRecomputeFuzzyIndexStatistics() Gets a flag which indicates whether it is recommended to recompute the fuzzy index statistics (see RecomputeFuzzyIndexStatistics() ). Declaration public bool ShouldRecomputeFuzzyIndexStatistics() Returns Type Description bool true if it is recommended to recompute the fuzzy index statistics. SupportsLanguageDirection(LanguagePair) Checks whether this translation provider supports the specified language direction. Declaration public bool SupportsLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction. Returns Type Description bool True if the specified language direction is supported. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. Implements ITranslationMemory2015 ITranslationMemory ITranslationProvider ISupportPlaceables INotifyPropertyChanged IEditableObject IEquatable IPermissionCheck IAdvancedContextTranslationMemory" + "keywords": "Class ServerBasedTranslationMemory Represents a ITranslationMemory which is hosted on a server, as opposed to a FileBasedTranslationMemory . Inheritance System.Object RemoteTranslationMemory ServerBasedTranslationMemory Implements ITranslationMemory2015 ITranslationMemory ITranslationProvider ISupportPlaceables System.ComponentModel.INotifyPropertyChanged System.ComponentModel.IEditableObject System.IEquatable < ServerBasedTranslationMemory > IPermissionCheck IAdvancedContextTranslationMemory Inherited Members RemoteTranslationMemory.OnPropertyChanged(String) RemoteTranslationMemory.VerifyNotDeleted() RemoteTranslationMemory.BackupEntity RemoteTranslationMemory.Name RemoteTranslationMemory.Description RemoteTranslationMemory.Id RemoteTranslationMemory.Copyright RemoteTranslationMemory.CreationDate RemoteTranslationMemory.Recognizers RemoteTranslationMemory.FuzzyIndexes RemoteTranslationMemory.IsNewObject RemoteTranslationMemory.IsDeleted System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ServerBasedTranslationMemory : RemoteTranslationMemory, ITranslationMemory2015, ITranslationMemory, ITranslationProvider, ISupportPlaceables, IEquatable, IPermissionCheck, IAdvancedContextTranslationMemory Constructors ServerBasedTranslationMemory(TranslationProviderServer) Creates a new translation memory. Note that you have to call Save() to persist the translation memory. Declaration public ServerBasedTranslationMemory(TranslationProviderServer server) Parameters Type Name Description TranslationProviderServer server The server with which the database server should be registered. Exceptions Type Condition System.ArgumentNullException Thrown when server is null. Properties CachedTranslationUnitCount Gets the cached total translation unit count for all language directions. This count is computed at regular intervals and when performing imports. To calculate the actual translation unit count, use GetTranslationUnitCount() but bear in mind that this is a relatively expensive operation. Declaration public int CachedTranslationUnitCount { get; } Property Value Type Description System.Int32 Container Gets or sets the translation memory container that contains this translation memory. Declaration public TranslationMemoryContainer Container { get; set; } Property Value Type Description TranslationMemoryContainer Remarks You cannot change this property after the translation memory has been created. Exceptions Type Condition System.InvalidOperationException Thrown when trying to set this property after the translation memory has been created. ObjectDeletedException Thrown when this object has been deleted. CreationUserName Gets the creation user of this translation memory. Declaration public string CreationUserName { get; } Property Value Type Description System.String Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. ExpirationDate Gets or sets the expiration date for this translation memory. Declaration public DateTime? ExpirationDate { get; set; } Property Value Type Description System.Nullable < System.DateTime > Remarks You have to call Save() in order to perist changes to this property. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. FieldDefinitions Gets the custom fields defined for this TM. Declaration public FieldDefinitionCollection FieldDefinitions { get; } Property Value Type Description FieldDefinitionCollection Remarks In case this is a server-based translation memory, which is associated with a fields template (see IFieldsTemplate ), this returns a read-only fields collection identical to the template's fields collection. In all other cases, the field collection returned can be modified. Note that you have to call Save() to persist any changes made to the fields. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. FieldsTemplate Gets or sets the field group template. Can be null. Declaration public ServerBasedFieldsTemplate FieldsTemplate { get; set; } Property Value Type Description ServerBasedFieldsTemplate Remarks You need to call Save() to persist the change after setting this property. The template is potentially shared by a number of translation memories. Changes made to the template will affect all translation memories which refer to this template. If you want to make field changes for this translation memory only, make those modifications through the FieldDefinitions property. Before you can do that, set the FieldsTemplate property to null. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. FuzzyIndexStatisticsRecomputedAt Gets the time of the last fuzzy index statistics recomputation of this TM, if available. Declaration public DateTime? FuzzyIndexStatisticsRecomputedAt { get; } Property Value Type Description System.Nullable < System.DateTime > FuzzyIndexStatisticsSize Gets the size of the TM at the point of the last fuzzy index statistics recomputation, if available. Declaration public int? FuzzyIndexStatisticsSize { get; } Property Value Type Description System.Nullable < System.Int32 > FuzzyIndexTuningSettings Gets or sets the fuzzy index tuning settings for the TM. Note that you have to call Save() to persists changes to this property. Declaration public FuzzyIndexTuningSettings FuzzyIndexTuningSettings { get; set; } Property Value Type Description FuzzyIndexTuningSettings IsDirty Returns true if this translation memory has unsaved changes. Declaration public bool IsDirty { get; } Property Value Type Description System.Boolean IsProjectTranslationMemory Gets or sets an indication whether this translation memory is a project translation memory. Declaration public bool IsProjectTranslationMemory { get; set; } Property Value Type Description System.Boolean Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. IsReadOnly IsReadOnly . Declaration public bool IsReadOnly { get; } Property Value Type Description System.Boolean LanguageDirections Gets this list of language directions for this translation memory. Declaration public ServerBasedTranslationMemoryLanguageDirectionCollection LanguageDirections { get; } Property Value Type Description ServerBasedTranslationMemoryLanguageDirectionCollection Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. LanguageResourceBundles Gets the language resources which are associated with this TM. Declaration public LanguageResourceBundleCollection LanguageResourceBundles { get; } Property Value Type Description LanguageResourceBundleCollection Remarks In case this is a server-based translation memory, which is associated with a language resources template (see ILanguageResourcesTemplate ), this returns a read-only language resources collection identical to the template's language resources collection. In all other cases, the language resources collection returned can be modified. Note that you have to call Save() to persist any changes made to language resources. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. LanguageResourcesTemplate Gets or sets the ServerBasedLanguageResourcesTemplate object associated with this TM. Declaration public ServerBasedLanguageResourcesTemplate LanguageResourcesTemplate { get; set; } Property Value Type Description ServerBasedLanguageResourcesTemplate Remarks The template is a shared entity that defines the language resources that are associated with one or more TMs. Modifying the template will therefore cause modifications to the shared data and alter the language resources for all associated TMs. If you want to make language resource changes for this translation memory only, make those modifications through the property. Before you can do that, set the LanguageResourcesTemplate property to null. /// Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. LinkedResourceGroupPaths Gets the collection of paths for the linked resource groups. Declaration public string[] LinkedResourceGroupPaths { get; set; } Property Value Type Description System.String [] OwnerId Declaration public Guid? OwnerId { get; } Property Value Type Description System.Nullable < System.Guid > ParentResourceGroupDescription Gets the parent resource group description. Declaration public string ParentResourceGroupDescription { get; set; } Property Value Type Description System.String ParentResourceGroupName Gets the parent resource group name. Declaration public string ParentResourceGroupName { get; set; } Property Value Type Description System.String ParentResourceGroupPath Gets or sets the parent resource group path. Declaration public string ParentResourceGroupPath { get; set; } Property Value Type Description System.String The parent resource group path. StatusInfo Gets the status info for the provider. Declaration public ProviderStatusInfo StatusInfo { get; } Property Value Type Description ProviderStatusInfo SupportedLanguageDirections Gets the list of language directions which are supported by this translation memory. Declaration public ReadOnlyCollection SupportedLanguageDirections { get; } Property Value Type Description System.Collections.ObjectModel.ReadOnlyCollection < LanguagePair > Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. SupportsConcordanceSearch SupportsConcordanceSearch . Always true for TMs. Declaration public bool SupportsConcordanceSearch { get; } Property Value Type Description System.Boolean SupportsDocumentSearches SupportsDocumentSearches . Always true for TMs. Declaration public bool SupportsDocumentSearches { get; } Property Value Type Description System.Boolean SupportsFilters SupportsFilters . Always true for TMs. Declaration public bool SupportsFilters { get; } Property Value Type Description System.Boolean SupportsFuzzySearch SupportsFuzzySearch . Always true for TMs. Declaration public bool SupportsFuzzySearch { get; } Property Value Type Description System.Boolean SupportsMultipleResults SupportsMultipleResults . Always true for TMs. Declaration public bool SupportsMultipleResults { get; } Property Value Type Description System.Boolean SupportsPenalties SupportsPenalties . Always true for TMs. Declaration public bool SupportsPenalties { get; } Property Value Type Description System.Boolean SupportsPlaceables SupportsPlaceables . Always true for TMs. Declaration public bool SupportsPlaceables { get; } Property Value Type Description System.Boolean SupportsScoring SupportsScoring . Always true for TMs. Declaration public bool SupportsScoring { get; } Property Value Type Description System.Boolean SupportsSearchForTranslationUnits SupportsSearchForTranslationUnits . Always true for TMs. Declaration public bool SupportsSearchForTranslationUnits { get; } Property Value Type Description System.Boolean SupportsSearchForTranslationUnitUsingContainsOperator States whether the TM supports 'contains' TU searches (better performance than 'matches' searches) Declaration public bool SupportsSearchForTranslationUnitUsingContainsOperator { get; } Property Value Type Description System.Boolean SupportsSourceConcordanceSearch SupportsSourceConcordanceSearch . Always true for TMs. Declaration public bool SupportsSourceConcordanceSearch { get; } Property Value Type Description System.Boolean SupportsStructureContext SupportsStructureContext . Always true for TMs. Declaration public bool SupportsStructureContext { get; } Property Value Type Description System.Boolean SupportsTaggedInput SupportsTaggedInput . Always true for TMs. Declaration public bool SupportsTaggedInput { get; } Property Value Type Description System.Boolean SupportsTargetConcordanceSearch SupportsTargetConcordanceSearch . Returns true if this translation memory has a word-based fuzzy index for the target language (see FuzzyIndexes ). Declaration public bool SupportsTargetConcordanceSearch { get; } Property Value Type Description System.Boolean SupportsTranslation SupportsTranslation . Always true for TMs. Declaration public bool SupportsTranslation { get; } Property Value Type Description System.Boolean SupportsUpdate SupportsUpdate . Always true for TMs. Declaration public bool SupportsUpdate { get; } Property Value Type Description System.Boolean SupportsWordCounts SupportsWordCounts . Always true for TMs. Declaration public bool SupportsWordCounts { get; } Property Value Type Description System.Boolean TextContextMatchType Gets or sets the context matching type flag Declaration public TextContextMatchType TextContextMatchType { get; set; } Property Value Type Description TextContextMatchType TokenizerFlags Gets or sets the flags affecting tokenizer behaviour for this TM. Declaration public TokenizerFlags TokenizerFlags { get; set; } Property Value Type Description TokenizerFlags TranslationMethod TranslationMethod . Always returns TranslationMemory Declaration public TranslationMethod TranslationMethod { get; } Property Value Type Description TranslationMethod TranslationProviderServer Gets the server. Declaration public TranslationProviderServer TranslationProviderServer { get; } Property Value Type Description TranslationProviderServer Uri Gets a URI which uniquely identifies this translation provider. Declaration public Uri Uri { get; } Property Value Type Description System.Uri Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. UsesIdContextMatching Gets or sets the flag determining whether id context matching is used Declaration public bool UsesIdContextMatching { get; set; } Property Value Type Description System.Boolean UsesLegacyHashes Gets or sets flag determining whether legacy hashes are used Declaration public bool UsesLegacyHashes { get; set; } Property Value Type Description System.Boolean WordCountFlags Gets or sets the flags affecting word count behaviour for this TM. Declaration public WordCountFlags WordCountFlags { get; set; } Property Value Type Description WordCountFlags Methods Delete() Deletes this translation memory. Declaration public void Delete() Remarks The translation memory will be deleted from the server, including all its content. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. ObjectNotSavedException Thrown when this object has not been initially saved yet. Equals(ServerBasedTranslationMemory) Indicates whether the current object is equal to another object of the same type. Declaration public bool Equals(ServerBasedTranslationMemory other) Parameters Type Name Description ServerBasedTranslationMemory other An object to compare with this object. Returns Type Description System.Boolean true if the current object is equal to the other parameter; otherwise, false. Equals(Object) Determines whether the specified System.Object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The System.Object to compare with this instance. Returns Type Description System.Boolean true if the specified System.Object is equal to this instance; otherwise, false . Overrides System.Object.Equals(System.Object) Exceptions Type Condition System.NullReferenceException The obj parameter is null. GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides System.Object.GetHashCode() GetLanguageDirection(LanguagePair) Gets the language direction with specified source and target language. Declaration public ServerBasedTranslationMemoryLanguageDirection GetLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction. Returns Type Description ServerBasedTranslationMemoryLanguageDirection The language direction; or null if no such language direction exists. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. GetServerBasedTranslationMemoryPath(Uri) Gets the server-based translation memory name from the given URI. Declaration public static string GetServerBasedTranslationMemoryPath(Uri uri) Parameters Type Name Description System.Uri uri URI Returns Type Description System.String server-based translation memory name GetTranslationUnitCount() Gets the total translation unit count for all language directions in this translation memory. Declaration public int GetTranslationUnitCount() Returns Type Description System.Int32 The total translation unit count for this TM. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. HasPermission(String) Checks whether the current user has the specified permission on this translation memory. Declaration public bool HasPermission(string permission) Parameters Type Name Description System.String permission A permission ID. See TranslationMemoryPermissions . Returns Type Description System.Boolean True if the user has the specified permission for this TM. IsServerBasedTranslationMemory(Uri) Determines whether the given URI represents a server-based translation memory. Declaration public static bool IsServerBasedTranslationMemory(Uri uri) Parameters Type Name Description System.Uri uri The URI to check. Returns Type Description System.Boolean Whether uri represents server-based translation memory LoadState(String) Loads previously serialized state information into this translation provider instance. Declaration public void LoadState(string translationProviderState) Parameters Type Name Description System.String translationProviderState A string representing the state of translation provider that was previously saved using SerializeState() . Remarks The format of this string can be decided upon by the translation provider implementation. RecomputeFuzzyIndexStatistics() Synchronously recomputes the fuzzy index statistics of the TM. Declaration public void RecomputeFuzzyIndexStatistics() Remarks This can be a long running operation, especially for larger TMs. It is recommended to use ScheduledRecomputeStatisticsOperation to perform this operation on the Execution Server. RefreshStatusInfo() Ensures that the provider's status information ( StatusInfo ) is refreshed, in case it is cached. Declaration public void RefreshStatusInfo() Save() Saves the changes to this translation memory. This includes changes to language directions, fields and language resources. Declaration public void Save() Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. SerializeState() Serializes any meaningful state information for this translation provider that can be stored in projects and sent around the supply chain. Declaration public string SerializeState() Returns Type Description System.String A string representing the state of this translation provider that can later be passed into the LoadState(String) method to restore the state after creating a new translation provider. Remarks The format of this string can be decided upon by the translation provider implementation. ServerSupportsTranslationAndAnalysisService(Uri) Check if the server supports Translation and Analysis Service Declaration public static bool ServerSupportsTranslationAndAnalysisService(Uri uri) Parameters Type Name Description System.Uri uri Returns Type Description System.Boolean ShouldRecomputeFuzzyIndexStatistics() Gets a flag which indicates whether it is recommended to recompute the fuzzy index statistics (see RecomputeFuzzyIndexStatistics() ). Declaration public bool ShouldRecomputeFuzzyIndexStatistics() Returns Type Description System.Boolean true if it is recommended to recompute the fuzzy index statistics. SupportsLanguageDirection(LanguagePair) Checks whether this translation provider supports the specified language direction. Declaration public bool SupportsLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction. Returns Type Description System.Boolean True if the specified language direction is supported. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. Explicit Interface Implementations ITranslationMemory.GetLanguageDirection(LanguagePair) Declaration ITranslationMemoryLanguageDirection ITranslationMemory.GetLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection Returns Type Description ITranslationMemoryLanguageDirection ITranslationProvider.GetLanguageDirection(LanguagePair) Gets a translation provider for the specified language direction. Declaration ITranslationProviderLanguageDirection ITranslationProvider.GetLanguageDirection(LanguagePair languageDirection) Parameters Type Name Description LanguagePair languageDirection The language direction. Returns Type Description ITranslationProviderLanguageDirection The language direction matching the given source and target language. Exceptions Type Condition ObjectDeletedException Thrown when this object has been deleted. Implements ITranslationMemory2015 ITranslationMemory ITranslationProvider ISupportPlaceables System.ComponentModel.INotifyPropertyChanged System.ComponentModel.IEditableObject System.IEquatable IPermissionCheck IAdvancedContextTranslationMemory" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html", "title": "Class ServerBasedTranslationMemoryLanguageDirection", - "keywords": "Class ServerBasedTranslationMemoryLanguageDirection Represents a language direction of a multilingual server-based translation memory ( ServerBasedTranslationMemory ). Inheritance object ServerBasedTranslationMemoryLanguageDirection Implements ISubsegmentTranslationMemoryLanguageDirection ITranslationMemoryLanguageDirection ITranslationProviderLanguageDirection Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ServerBasedTranslationMemoryLanguageDirection : ISubsegmentTranslationMemoryLanguageDirection, ITranslationMemoryLanguageDirection, ITranslationProviderLanguageDirection Constructors ServerBasedTranslationMemoryLanguageDirection() Creates a new, empty language direction. Declaration public ServerBasedTranslationMemoryLanguageDirection() Remarks In order to add a new language direction to a server-based translation memory, create a new ServerBasedTranslationMemoryLanguageDirection , set its SourceLanguage and TargetLanguage properties, then add it to the language directions of the translation memory ( LanguageDirections ) and save the translation memory ( Save() ). Properties CachedTranslationUnitCount Gets the cached total translation unit count for this language direction. This count is computed at regular intervals and when performing imports. To calculate the actual translation unit count, use GetTranslationUnitCount() but bear in mind that this is a relatively expensive operation. Declaration public int CachedTranslationUnitCount { get; } Property Value Type Description int CanReverseLanguageDirection Gets a flag which indicates whether the translation provider supports searches in the reversed language direction. Declaration public bool CanReverseLanguageDirection { get; } Property Value Type Description bool SourceLanguage Gets or sets the source language. Declaration public CultureCode SourceLanguage { get; set; } Property Value Type Description CultureCode Exceptions Type Condition InvalidOperationException Thrown when trying to set the source language after the language direction has been created. SourceLanguageCode Gets or sets the source language code. Declaration public string SourceLanguageCode { get; set; } Property Value Type Description string Exceptions Type Condition InvalidOperationException Thrown when trying to set the source language after the language direction has been created. TargetLanguage Gets or sets the target language. Declaration public CultureCode TargetLanguage { get; set; } Property Value Type Description CultureCode Exceptions Type Condition InvalidOperationException Thrown when trying to set the target language after the language direction has been created. TargetLanguageCode Gets or sets the target language code. Declaration public string TargetLanguageCode { get; set; } Property Value Type Description string Exceptions Type Condition InvalidOperationException Thrown when trying to set the target language after the language direction has been created. TranslationProvider Gets the server-based translation memory to which this language direction belongs. Declaration public ServerBasedTranslationMemory TranslationProvider { get; } Property Value Type Description ServerBasedTranslationMemory Methods AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) Adds an array of translation units to the database. If hash codes of the previous translations are provided, a found translation will be overwritten. If none is found, or the hash is 0 or the collection is null , the operation behaves identical to AddTranslationUnits(TranslationUnit[], ImportSettings) . If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult[] AddOrUpdateTranslationUnits(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnits An arrays of translation units to be added. int previousTranslationHashes If provided, a corresponding array of a the hash code of a previous translation. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) Adds an array of translation units to the database, but will only add those for which the corresponding mask field is true. If the previous translation hashes are provided, existing translations will be updated if the target segment hash changed. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult[] AddOrUpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit translationUnits An arrays of translation units to be added. int previousTranslationHashes Corresponding hash codes of a previous translation (0 if unknown). The parameter may be null. ImportSettings settings The settings used for this operation. bool mask A boolean array with the same cardinality as the TU array, specifying which TUs to add. Returns Type Description ImportResult An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddTranslationUnit(TranslationUnit, ImportSettings) Adds a translation unit to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult AddTranslationUnit(TranslationUnit translationUnit, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnit The translation unit. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult An ImportResult which represents the status of the operation (succeeded, ignored, etc). AddTranslationUnits(TranslationUnit[], ImportSettings) Adds an array of translation units to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult[] AddTranslationUnits(TranslationUnit[] translationUnits, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnits An arrays of translation units to be added. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) Adds an array of translation units to the database, but will only add those for which the corresponding mask field is true . If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult[] AddTranslationUnitsMasked(TranslationUnit[] translationUnits, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit translationUnits An arrays of translation units to be added. ImportSettings settings The settings used for this operation. bool mask A boolean array with the same cardinality as the TU array, specifying which TUs to add. Returns Type Description ImportResult An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. ApplyFieldsToTranslationUnit(FieldValues, bool, PersistentObjectToken) Applies the specified field values to the translation unit identified by the specified translationUnitId . Declaration public bool ApplyFieldsToTranslationUnit(FieldValues values, bool overwrite, PersistentObjectToken translationUnitId) Parameters Type Name Description FieldValues values The field values to apply bool overwrite If true, overwrite the old values, and merge the new values with the old ones otherwise. PersistentObjectToken translationUnitId The identifier of the translation unit to apply the field values to Returns Type Description bool true if the translation unit has been modified. false otherwise. ApplyFieldsToTranslationUnits(FieldValues, bool, PersistentObjectToken[]) Applies the specified field values to the translation units identified by the specified translationUnitIds collection. Declaration public int ApplyFieldsToTranslationUnits(FieldValues values, bool overwrite, PersistentObjectToken[] translationUnitIds) Parameters Type Name Description FieldValues values The field values to apply bool overwrite If true, overwrite the old values, and merge the new values with the old ones otherwise. PersistentObjectToken translationUnitIds A collection of translation unit IDs to apply the field values to Returns Type Description int The number of changed translation units DeleteAllTranslationUnits() Deletes all translation units from the TM. Declaration public int DeleteAllTranslationUnits() Returns Type Description int The number of deleted translation units DeleteTranslationUnit(PersistentObjectToken) Deletes the translation unit with the specified translationUnitId from the TM. Declaration public bool DeleteTranslationUnit(PersistentObjectToken translationUnitId) Parameters Type Name Description PersistentObjectToken translationUnitId The ID of the translation unit to delete. Returns Type Description bool true if the translation unit was deleted, false otherwise. DeleteTranslationUnits(PersistentObjectToken[]) Deletes the translation units with the specified IDs from the translation memory. Declaration public int DeleteTranslationUnits(PersistentObjectToken[] translationUnitIds) Parameters Type Name Description PersistentObjectToken translationUnitIds A collection of the translation unit IDs to delete Returns Type Description int The number of deleted translation units DeleteTranslationUnitsWithIterator(ref RegularIterator) Deletes all translation units in the TM, using an iterator. The iterator will process only a fixed maximum number of translation units ( MaxCount ) and then the call will return, giving the client an opportunity to discontinue the process or update the UI before the next round-trip. Optionally, a filter can be set on the iterator which then will only delete those TUs which satisfy the filter condition. Declaration public int DeleteTranslationUnitsWithIterator(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator to use. Returns Type Description int The number of deleted translation units. EditTranslationUnits(EditScript, EditUpdateMode, PersistentObjectToken[]) Applies an EditScript to the translation units identified by the identifiers in the translationUnitIds collection. Declaration public int EditTranslationUnits(EditScript editScript, EditUpdateMode updateMode, PersistentObjectToken[] translationUnitIds) Parameters Type Name Description EditScript editScript The edit script to apply EditUpdateMode updateMode The update mode, which can be to update changed translation units in-place or add new translation units to the TM (which is only relevant if segment data has been changed). PersistentObjectToken translationUnitIds The collection of TU IDs to apply the edit script to. Returns Type Description int The number of changed or edited translation units EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) Applies an EditScript to the translation units, using an iterator. Declaration public int EditTranslationUnitsWithIterator(EditScript editScript, EditUpdateMode updateMode, ref RegularIterator iterator) Parameters Type Name Description EditScript editScript The edit script to apply EditUpdateMode updateMode The update mode, which can be to update changed translation units in-place or add new translation units to the TM (which is only relevant if segment data has been changed). RegularIterator iterator The iterator to use. Note that a filter condition can be set on the iterator in which case the script will only be applied to those translation units which satisfy the filter condition. Returns Type Description int The number of changed or edited translation units Remarks Note that a filter condition can also be set on the editScript instead of the iterator. Depending on the back-end storage, it may be more efficient to set it on the iterator than on the edit script. GetDuplicateTranslationUnits(ref DuplicateIterator) Returns a set of potentially duplicated translation units in the TM, using a special DuplicateIterator . A group of TUs are considered potential duplicates of each other if the internal hash values for their source segments are identical. There may be several reasons for this being the case: The TUs have the same source segment, but different translations The TUs have different source segments, but only differ in complex tokens (controlled through the TM's ITranslationMemory.Recognizers) which will result in the identical hash values, The source segments only differ by whitespace or certain punctuation, which do not modify the hash values, The hashing algorithm leads to collisions in which case the segments may be entirely different, but still result in the same hash value. Declaration public TranslationUnit[] GetDuplicateTranslationUnits(ref DuplicateIterator iterator) Parameters Type Name Description DuplicateIterator iterator The iterator to use Returns Type Description TranslationUnit The translation units which are potential duplicates, or null if no more potential duplicates can be found. GetTranslationUnit(PersistentObjectToken) Retrieves the translation unit with the specified translationUnitId from the translation memory. Declaration public TranslationUnit GetTranslationUnit(PersistentObjectToken translationUnitId) Parameters Type Name Description PersistentObjectToken translationUnitId The ID of the translation unit to retrieve. Returns Type Description TranslationUnit The translation unit with the specified ID, or null if that TU does not exist. GetTranslationUnitCount() Returns the number of translation units in this TM. Declaration public int GetTranslationUnitCount() Returns Type Description int GetTranslationUnits(ref RegularIterator) Retrieves a set of translation units, using an iterator. At most MaxCount translation units will be returned in one round-trip. A FilterExpression can be set on the iterator in which case only those TUs which satisfy the filter condition will be returned. See also the remarks on MaxScan on how to avoid timeouts with filtered iteration. Declaration public TranslationUnit[] GetTranslationUnits(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator Returns Type Description TranslationUnit The translation units, or null if no more translation units can be retrieved. GetTranslationUnitsWithContextContent(ref RegularIterator) Identical to GetTranslationUnits(ref RegularIterator) except that the implementation will attempt to populate the Segment1 and Segment2 properties for any items in the Contexts collection of a tu Declaration public TranslationUnit[] GetTranslationUnitsWithContextContent(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator Returns Type Description TranslationUnit Remarks Implementations must ensure Segment1 and Segment2 are tokenized and that their Tokens collections are returned to the client. Import(ImportSettings, string) Use server tm import feature to import TM Declaration public ImportEntity Import(ImportSettings settings, string fileName) Parameters Type Name Description ImportSettings settings string fileName Returns Type Description Sdl.Desktop.Platform.ServerConnectionPlugin.Entities.ImportEntity PreviewEditTranslationUnitsWithIterator(EditScript, ref RegularIterator) Applies the specified edit script to the translation units in a TM, but unlike EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) , the TUs will not be updated in the TM, but modified copies of the TUs will be returned to the caller. This can be used to \"preview\" the changes the edit script would apply. Declaration public TranslationUnit[] PreviewEditTranslationUnitsWithIterator(EditScript editScript, ref RegularIterator iterator) Parameters Type Name Description EditScript editScript The edit script RegularIterator iterator An iterator. See also the iterator-related remarks for EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) . Returns Type Description TranslationUnit ReindexTranslationUnits(ref RegularIterator) Re-indexes the translation memory, using an iterator so that the client can update progress indicators or discontinue the process. The same iterator instance should be passed in subsequent calls, in order to obtain the next page, and so on. Declaration public bool ReindexTranslationUnits(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator to use for the re-indexing process. Returns Type Description bool False if the iterator is at the end of the TM or the TM is empty, true otherwise. The re-indexing process should be continued until the method returns false. Remarks For larger TMs (> 100.000 TUs) it is recommended to also recompute the index statistics after the re-indexing finished (see RecomputeFuzzyIndexStatistics() ). SearchSegment(SearchSettings, Segment) Performs a segment search. Declaration public SearchResults SearchSegment(SearchSettings settings, Segment segment) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment segment The segment to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchSegment(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment) Performs a segment-level search, and optionally a subsegment search Declaration public SegmentAndSubsegmentSearchResults SearchSegment(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment segment) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. Segment segment The segment to search for. Returns Type Description SegmentAndSubsegmentSearchResults A SearchResults object containing the results or an empty object if no results were found. SearchSegments(SearchSettings, Segment[]) Performs a search for an array of segments. Declaration public SearchResults[] SearchSegments(SearchSettings settings, Segment[] segments) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment segments The array containing the segments to search for. Returns Type Description SearchResults An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchSegments(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[]) Performs a segment-level search, and optionally a subsegment search, for an array of segments. Declaration public SegmentAndSubsegmentSearchResults[] SearchSegments(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment[] segments) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. Segment segments The array containing the segments to search for. Returns Type Description SegmentAndSubsegmentSearchResults An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchSegmentsMasked(SearchSettings, Segment[], bool[]) Performs a search for an array of segments, specifying a mask which specifies which segments should actually be searched (only those for which the corresponding mask bit is true are searched). If the mask is null , the method behaves identically to SearchSegments(SearchSettings, Segment[]) . Passing a mask only makes sense in document search contexts ( IsDocumentSearch set to true ). Declaration public SearchResults[] SearchSegmentsMasked(SearchSettings settings, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment segments The array containing the segments to search for. bool mask The array containing the segments to search for. Returns Type Description SearchResults An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[]) Performs a segment-level search, and optionally a subsegment search, for an array of segments, specifying a mask which specifies which segments should actually be searched (only those for which the corresponding mask bit is true are searched). If the mask is null , the method behaves identically to SearchSegments(SearchSettings, Segment[]) . Passing a mask only makes sense in document search contexts ( IsDocumentSearch set to true ). Declaration public SegmentAndSubsegmentSearchResults[] SearchSegmentsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. Segment segments The array containing the segments to search for. bool mask The array containing the segments to search for. Returns Type Description SegmentAndSubsegmentSearchResults An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchText(SearchSettings, string) Performs a text search. Declaration public SearchResults SearchText(SearchSettings settings, string segment) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. string segment The text to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchTranslationUnit(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit) Performs a translation unit search, and optionally a subsegment search on the source segment Declaration public SegmentAndSubsegmentSearchResults SearchTranslationUnit(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. TranslationUnit translationUnit The translation unit to search for. Returns Type Description SegmentAndSubsegmentSearchResults An object containing the results or an empty object if no results were found. SearchTranslationUnit(SearchSettings, TranslationUnit) Performs a translation unit search. Declaration public SearchResults SearchTranslationUnit(SearchSettings settings, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit translationUnit The translation unit to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchTranslationUnits(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[]) Performs a translation unit search, and optionally a subsegment search on the source segment, for an array of translation units. Declaration public SegmentAndSubsegmentSearchResults[] SearchTranslationUnits(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit[] translationUnits) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. TranslationUnit translationUnits The array containing the translation units to search for. Returns Type Description SegmentAndSubsegmentSearchResults An array of objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SearchTranslationUnits(SearchSettings, TranslationUnit[]) Performs a translation unit search for an array of translation units. Declaration public SearchResults[] SearchTranslationUnits(SearchSettings settings, TranslationUnit[] translationUnits) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit translationUnits The array containing the translation units to search for. Returns Type Description SearchResults An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[]) Similar to SearchTranslationUnits(SearchSettings, TranslationUnit[]) , but allows passing a mask which specifies which TUs are actually searched. This is useful in document search contexts where some TUs are passed which should be used to establish a (text) context, but which should not be processed. Declaration public SegmentAndSubsegmentSearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. TranslationUnit translationUnits The array containing the translation units to search for. bool mask A bool array which specifies which TUs are actually searched (mask[i] = true ). If null , the method behaves identically to SearchTranslationUnits(SearchSettings, TranslationUnit[]) . Returns Type Description SegmentAndSubsegmentSearchResults An array of objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) Similar to SearchTranslationUnits(SearchSettings, TranslationUnit[]) , but allows passing a mask which specifies which TUs are actually searched. This is useful in document search contexts where some TUs are passed which should be used to establish a (text) context, but which should not be processed. Declaration public SearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit translationUnits The array containing the translation units to search for. bool mask A bool array which specifies which TUs are actually searched (mask[i] = true ). If null , the method behaves identically to SearchTranslationUnits(SearchSettings, TranslationUnit[]) . Returns Type Description SearchResults An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SubsegmentSearchSegment(SubsegmentSearchSettings, Segment) Searches the TM for subsegment matches for a given segment Declaration public SubsegmentSearchResultsCollection SubsegmentSearchSegment(SubsegmentSearchSettings settings, Segment segment) Parameters Type Name Description SubsegmentSearchSettings settings The settings that define the search parameters. Segment segment The segment for which subsegment matches should be sought, aka 'query segment' Returns Type Description SubsegmentSearchResultsCollection A SubsegmentSearchResultsCollection object containing any subsegment matches found. Remarks See SubsegmentSearchSettings remarks for further information. SubsegmentSearchSegments(SubsegmentSearchSettings, Segment[]) Searches the TM for subsegment matches for an array of segments. Declaration public SubsegmentSearchResultsCollection[] SubsegmentSearchSegments(SubsegmentSearchSettings settings, Segment[] segments) Parameters Type Name Description SubsegmentSearchSettings settings The settings that define the search parameters. Segment segments The array containing the segments for which subsegment matches should be sought Returns Type Description SubsegmentSearchResultsCollection A SubsegmentSearchResultsCollection object containing any subsegment matches found. Remarks See SubsegmentSearchSettings remarks for further information. SupportedSubsegmentMatchTypes() Reports the subsegment match types supported by this TM. Declaration public List SupportedSubsegmentMatchTypes() Returns Type Description List SubsegmentMatchType UpdateCachedTranslationUnitCount() Updates the cached translation unit count. Normally, the translation unit count is updated automatically every night. Only use this method to ensure the translation unit count reported by CachedTranslationUnitCount after adding a large amount of translation units. There is no need to call this method after an import using a TranslationMemoryImporter or a ScheduledServerTranslationMemoryImport ; these classes automatically update the cached translation unit count. Declaration public void UpdateCachedTranslationUnitCount() UpdateTranslationUnit(TranslationUnit) Updates the properties and fields of an existing translation unit if the source and target segments are unchanged or adds a new translation unit otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. The translation unit should be initialized in a previous call to the translation memory, so that the ID property is set to a valid value. Declaration public ImportResult UpdateTranslationUnit(TranslationUnit translationUnit) Parameters Type Name Description TranslationUnit translationUnit The translation unit to be updated. Returns Type Description ImportResult The result of the operation. UpdateTranslationUnits(TranslationUnit[]) Updates the properties and fields of an array of existing translation units if the source and target segments are unchanged or adds new translation units otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. The translation units should be initialized in previous calls to the translation memory, so that their ID properties are set to valid values. Declaration public ImportResult[] UpdateTranslationUnits(TranslationUnit[] translationUnits) Parameters Type Name Description TranslationUnit translationUnits The translation unit array to be updated. Returns Type Description ImportResult An array of results which mirrors the translation unit array. It has the exact same size and contains the results for each translation unit with the same index within the translation unit array. UpdateTranslationUnitsMasked(TranslationUnit[], bool[]) Updates (adds, overwrites, or merges) the specified translation units. Declaration public ImportResult[] UpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description TranslationUnit translationUnits The translation units to update. bool mask An optional mask with the same length as translationUnits . If provided, only those TUs in translationUnits will be updated for which the corresponding flag in mask is true . Those TUs for which the corresponding flag is false will only be used to establish context information. If no masking is required, this parameter can be null. Returns Type Description ImportResult An array of ImportResult s with the same length as translationUnits , which indicates, for each translation unit, the action taken by the translation memory. Implements ISubsegmentTranslationMemoryLanguageDirection ITranslationMemoryLanguageDirection ITranslationProviderLanguageDirection" + "keywords": "Class ServerBasedTranslationMemoryLanguageDirection Represents a language direction of a multilingual server-based translation memory ( ServerBasedTranslationMemory ). Inheritance System.Object ServerBasedTranslationMemoryLanguageDirection Implements ISubsegmentTranslationMemoryLanguageDirection ITranslationMemoryLanguageDirection ITranslationProviderLanguageDirection 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ServerBasedTranslationMemoryLanguageDirection : ISubsegmentTranslationMemoryLanguageDirection, ITranslationMemoryLanguageDirection, ITranslationProviderLanguageDirection Constructors ServerBasedTranslationMemoryLanguageDirection() Creates a new, empty language direction. Declaration public ServerBasedTranslationMemoryLanguageDirection() Remarks In order to add a new language direction to a server-based translation memory, create a new ServerBasedTranslationMemoryLanguageDirection , set its SourceLanguage and TargetLanguage properties, then add it to the language directions of the translation memory ( LanguageDirections ) and save the translation memory ( Save() ). Properties CachedTranslationUnitCount Gets the cached total translation unit count for this language direction. This count is computed at regular intervals and when performing imports. To calculate the actual translation unit count, use GetTranslationUnitCount() but bear in mind that this is a relatively expensive operation. Declaration public int CachedTranslationUnitCount { get; } Property Value Type Description System.Int32 CanReverseLanguageDirection Gets a flag which indicates whether the translation provider supports searches in the reversed language direction. Declaration public bool CanReverseLanguageDirection { get; } Property Value Type Description System.Boolean SourceLanguage Gets or sets the source language. Declaration public CultureCode SourceLanguage { get; set; } Property Value Type Description Sdl.Core.Globalization.CultureCode Exceptions Type Condition System.InvalidOperationException Thrown when trying to set the source language after the language direction has been created. SourceLanguageCode Gets or sets the source language code. Declaration public string SourceLanguageCode { get; set; } Property Value Type Description System.String Exceptions Type Condition System.InvalidOperationException Thrown when trying to set the source language after the language direction has been created. TargetLanguage Gets or sets the target language. Declaration public CultureCode TargetLanguage { get; set; } Property Value Type Description Sdl.Core.Globalization.CultureCode Exceptions Type Condition System.InvalidOperationException Thrown when trying to set the target language after the language direction has been created. TargetLanguageCode Gets or sets the target language code. Declaration public string TargetLanguageCode { get; set; } Property Value Type Description System.String Exceptions Type Condition System.InvalidOperationException Thrown when trying to set the target language after the language direction has been created. TranslationProvider Gets the server-based translation memory to which this language direction belongs. Declaration public ServerBasedTranslationMemory TranslationProvider { get; } Property Value Type Description ServerBasedTranslationMemory Methods AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) Adds an array of translation units to the database. If hash codes of the previous translations are provided, a found translation will be overwritten. If none is found, or the hash is 0 or the collection is null , the operation behaves identical to AddTranslationUnits(TranslationUnit[], ImportSettings) . If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult[] AddOrUpdateTranslationUnits(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings) Parameters Type Name Description TranslationUnit [] translationUnits An arrays of translation units to be added. System.Int32 [] previousTranslationHashes If provided, a corresponding array of a the hash code of a previous translation. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult [] An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) Adds an array of translation units to the database, but will only add those for which the corresponding mask field is true. If the previous translation hashes are provided, existing translations will be updated if the target segment hash changed. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult[] AddOrUpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, int[] previousTranslationHashes, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit [] translationUnits An arrays of translation units to be added. System.Int32 [] previousTranslationHashes Corresponding hash codes of a previous translation (0 if unknown). The parameter may be null. ImportSettings settings The settings used for this operation. System.Boolean [] mask A boolean array with the same cardinality as the TU array, specifying which TUs to add. Returns Type Description ImportResult [] An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddTranslationUnit(TranslationUnit, ImportSettings) Adds a translation unit to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult AddTranslationUnit(TranslationUnit translationUnit, ImportSettings settings) Parameters Type Name Description TranslationUnit translationUnit The translation unit. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult An ImportResult which represents the status of the operation (succeeded, ignored, etc). AddTranslationUnits(TranslationUnit[], ImportSettings) Adds an array of translation units to the database. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult[] AddTranslationUnits(TranslationUnit[] translationUnits, ImportSettings settings) Parameters Type Name Description TranslationUnit [] translationUnits An arrays of translation units to be added. ImportSettings settings The settings used for this operation. Returns Type Description ImportResult [] An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) Adds an array of translation units to the database, but will only add those for which the corresponding mask field is true . If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. Declaration public ImportResult[] AddTranslationUnitsMasked(TranslationUnit[] translationUnits, ImportSettings settings, bool[] mask) Parameters Type Name Description TranslationUnit [] translationUnits An arrays of translation units to be added. ImportSettings settings The settings used for this operation. System.Boolean [] mask A boolean array with the same cardinality as the TU array, specifying which TUs to add. Returns Type Description ImportResult [] An array of ImportResult objects, which mirrors the translation unit array. It has the exact same size and contains the status of each add operation for each particular translation unit with the same index within the array. ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken) Applies the specified field values to the translation unit identified by the specified translationUnitId . Declaration public bool ApplyFieldsToTranslationUnit(FieldValues values, bool overwrite, PersistentObjectToken translationUnitId) Parameters Type Name Description FieldValues values The field values to apply System.Boolean overwrite If true, overwrite the old values, and merge the new values with the old ones otherwise. PersistentObjectToken translationUnitId The identifier of the translation unit to apply the field values to Returns Type Description System.Boolean true if the translation unit has been modified. false otherwise. ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken[]) Applies the specified field values to the translation units identified by the specified translationUnitIds collection. Declaration public int ApplyFieldsToTranslationUnits(FieldValues values, bool overwrite, PersistentObjectToken[] translationUnitIds) Parameters Type Name Description FieldValues values The field values to apply System.Boolean overwrite If true, overwrite the old values, and merge the new values with the old ones otherwise. PersistentObjectToken [] translationUnitIds A collection of translation unit IDs to apply the field values to Returns Type Description System.Int32 The number of changed translation units DeleteAllTranslationUnits() Deletes all translation units from the TM. Declaration public int DeleteAllTranslationUnits() Returns Type Description System.Int32 The number of deleted translation units DeleteTranslationUnit(PersistentObjectToken) Deletes the translation unit with the specified translationUnitId from the TM. Declaration public bool DeleteTranslationUnit(PersistentObjectToken translationUnitId) Parameters Type Name Description PersistentObjectToken translationUnitId The ID of the translation unit to delete. Returns Type Description System.Boolean true if the translation unit was deleted, false otherwise. DeleteTranslationUnits(PersistentObjectToken[]) Deletes the translation units with the specified IDs from the translation memory. Declaration public int DeleteTranslationUnits(PersistentObjectToken[] translationUnitIds) Parameters Type Name Description PersistentObjectToken [] translationUnitIds A collection of the translation unit IDs to delete Returns Type Description System.Int32 The number of deleted translation units DeleteTranslationUnitsWithIterator(ref RegularIterator) Deletes all translation units in the TM, using an iterator. The iterator will process only a fixed maximum number of translation units ( MaxCount ) and then the call will return, giving the client an opportunity to discontinue the process or update the UI before the next round-trip. Optionally, a filter can be set on the iterator which then will only delete those TUs which satisfy the filter condition. Declaration public int DeleteTranslationUnitsWithIterator(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator to use. Returns Type Description System.Int32 The number of deleted translation units. EditTranslationUnits(EditScript, EditUpdateMode, PersistentObjectToken[]) Applies an EditScript to the translation units identified by the identifiers in the translationUnitIds collection. Declaration public int EditTranslationUnits(EditScript editScript, EditUpdateMode updateMode, PersistentObjectToken[] translationUnitIds) Parameters Type Name Description EditScript editScript The edit script to apply EditUpdateMode updateMode The update mode, which can be to update changed translation units in-place or add new translation units to the TM (which is only relevant if segment data has been changed). PersistentObjectToken [] translationUnitIds The collection of TU IDs to apply the edit script to. Returns Type Description System.Int32 The number of changed or edited translation units EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) Applies an EditScript to the translation units, using an iterator. Declaration public int EditTranslationUnitsWithIterator(EditScript editScript, EditUpdateMode updateMode, ref RegularIterator iterator) Parameters Type Name Description EditScript editScript The edit script to apply EditUpdateMode updateMode The update mode, which can be to update changed translation units in-place or add new translation units to the TM (which is only relevant if segment data has been changed). RegularIterator iterator The iterator to use. Note that a filter condition can be set on the iterator in which case the script will only be applied to those translation units which satisfy the filter condition. Returns Type Description System.Int32 The number of changed or edited translation units Remarks Note that a filter condition can also be set on the editScript instead of the iterator. Depending on the back-end storage, it may be more efficient to set it on the iterator than on the edit script. GetDuplicateTranslationUnits(ref DuplicateIterator) Returns a set of potentially duplicated translation units in the TM, using a special DuplicateIterator . A group of TUs are considered potential duplicates of each other if the internal hash values for their source segments are identical. There may be several reasons for this being the case: The TUs have the same source segment, but different translations The TUs have different source segments, but only differ in complex tokens (controlled through the TM's ) which will result in the identical hash values, The source segments only differ by whitespace or certain punctuation, which do not modify the hash values, The hashing algorithm leads to collisions in which case the segments may be entirely different, but still result in the same hash value. Declaration public TranslationUnit[] GetDuplicateTranslationUnits(ref DuplicateIterator iterator) Parameters Type Name Description DuplicateIterator iterator The iterator to use Returns Type Description TranslationUnit [] The translation units which are potential duplicates, or null if no more potential duplicates can be found. GetTranslationUnit(PersistentObjectToken) Retrieves the translation unit with the specified translationUnitId from the translation memory. Declaration public TranslationUnit GetTranslationUnit(PersistentObjectToken translationUnitId) Parameters Type Name Description PersistentObjectToken translationUnitId The ID of the translation unit to retrieve. Returns Type Description TranslationUnit The translation unit with the specified ID, or null if that TU does not exist. GetTranslationUnitCount() Returns the number of translation units in this TM. Declaration public int GetTranslationUnitCount() Returns Type Description System.Int32 GetTranslationUnits(ref RegularIterator) Retrieves a set of translation units, using an iterator. At most MaxCount translation units will be returned in one round-trip. A FilterExpression can be set on the iterator in which case only those TUs which satisfy the filter condition will be returned. See also the remarks on MaxScan on how to avoid timeouts with filtered iteration. Declaration public TranslationUnit[] GetTranslationUnits(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator Returns Type Description TranslationUnit [] The translation units, or null if no more translation units can be retrieved. GetTranslationUnitsWithContextContent(ref RegularIterator) Identical to GetTranslationUnits(ref RegularIterator) except that the implementation will attempt to populate the Segment1 and Segment2 properties for any items in the Contexts collection of a tu Declaration public TranslationUnit[] GetTranslationUnitsWithContextContent(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator Returns Type Description TranslationUnit [] Remarks Implementations must ensure Segment1 and Segment2 are tokenized and that their Tokens collections are returned to the client. Import(ImportSettings, String) Use server tm import feature to import TM Declaration public ImportEntity Import(ImportSettings settings, string fileName) Parameters Type Name Description ImportSettings settings System.String fileName Returns Type Description Sdl.Desktop.Platform.ServerConnectionPlugin.Entities.ImportEntity PreviewEditTranslationUnitsWithIterator(EditScript, ref RegularIterator) Applies the specified edit script to the translation units in a TM, but unlike EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) , the TUs will not be updated in the TM, but modified copies of the TUs will be returned to the caller. This can be used to \"preview\" the changes the edit script would apply. Declaration public TranslationUnit[] PreviewEditTranslationUnitsWithIterator(EditScript editScript, ref RegularIterator iterator) Parameters Type Name Description EditScript editScript The edit script RegularIterator iterator An iterator. See also the iterator-related remarks for EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) . Returns Type Description TranslationUnit [] ReindexTranslationUnits(ref RegularIterator) Re-indexes the translation memory, using an iterator so that the client can update progress indicators or discontinue the process. The same iterator instance should be passed in subsequent calls, in order to obtain the next page, and so on. Declaration public bool ReindexTranslationUnits(ref RegularIterator iterator) Parameters Type Name Description RegularIterator iterator The iterator to use for the re-indexing process. Returns Type Description System.Boolean False if the iterator is at the end of the TM or the TM is empty, true otherwise. The re-indexing process should be continued until the method returns false. Remarks For larger TMs (> 100.000 TUs) it is recommended to also recompute the index statistics after the re-indexing finished (see RecomputeFuzzyIndexStatistics() ). SearchSegment(SearchSettings, Segment) Performs a segment search. Declaration public SearchResults SearchSegment(SearchSettings settings, Segment segment) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment segment The segment to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchSegment(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment) Performs a segment-level search, and optionally a subsegment search Declaration public SegmentAndSubsegmentSearchResults SearchSegment(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment segment) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. Segment segment The segment to search for. Returns Type Description SegmentAndSubsegmentSearchResults A SearchResults object containing the results or an empty object if no results were found. SearchSegments(SearchSettings, Segment[]) Performs a search for an array of segments. Declaration public SearchResults[] SearchSegments(SearchSettings settings, Segment[] segments) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment [] segments The array containing the segments to search for. Returns Type Description SearchResults [] An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchSegments(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[]) Performs a segment-level search, and optionally a subsegment search, for an array of segments. Declaration public SegmentAndSubsegmentSearchResults[] SearchSegments(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment[] segments) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. Segment [] segments The array containing the segments to search for. Returns Type Description SegmentAndSubsegmentSearchResults [] An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) Performs a search for an array of segments, specifying a mask which specifies which segments should actually be searched (only those for which the corresponding mask bit is true are searched). If the mask is null , the method behaves identically to SearchSegments(SearchSettings, Segment[]) . Passing a mask only makes sense in document search contexts ( IsDocumentSearch set to true ). Declaration public SearchResults[] SearchSegmentsMasked(SearchSettings settings, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. Segment [] segments The array containing the segments to search for. System.Boolean [] mask The array containing the segments to search for. Returns Type Description SearchResults [] An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[]) Performs a segment-level search, and optionally a subsegment search, for an array of segments, specifying a mask which specifies which segments should actually be searched (only those for which the corresponding mask bit is true are searched). If the mask is null , the method behaves identically to SearchSegments(SearchSettings, Segment[]) . Passing a mask only makes sense in document search contexts ( IsDocumentSearch set to true ). Declaration public SegmentAndSubsegmentSearchResults[] SearchSegmentsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, Segment[] segments, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. Segment [] segments The array containing the segments to search for. System.Boolean [] mask The array containing the segments to search for. Returns Type Description SegmentAndSubsegmentSearchResults [] An array of SearchResults objects, which mirrors the segments array. It has the exact same size and contains the search results for each segment with the same index within the segments array. SearchText(SearchSettings, String) Performs a text search. Declaration public SearchResults SearchText(SearchSettings settings, string segment) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. System.String segment The text to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchTranslationUnit(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit) Performs a translation unit search, and optionally a subsegment search on the source segment Declaration public SegmentAndSubsegmentSearchResults SearchTranslationUnit(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. TranslationUnit translationUnit The translation unit to search for. Returns Type Description SegmentAndSubsegmentSearchResults An object containing the results or an empty object if no results were found. SearchTranslationUnit(SearchSettings, TranslationUnit) Performs a translation unit search. Declaration public SearchResults SearchTranslationUnit(SearchSettings settings, TranslationUnit translationUnit) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit translationUnit The translation unit to search for. Returns Type Description SearchResults A SearchResults object containing the results or an empty object if no results were found. SearchTranslationUnits(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[]) Performs a translation unit search, and optionally a subsegment search on the source segment, for an array of translation units. Declaration public SegmentAndSubsegmentSearchResults[] SearchTranslationUnits(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit[] translationUnits) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. TranslationUnit [] translationUnits The array containing the translation units to search for. Returns Type Description SegmentAndSubsegmentSearchResults [] An array of objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SearchTranslationUnits(SearchSettings, TranslationUnit[]) Performs a translation unit search for an array of translation units. Declaration public SearchResults[] SearchTranslationUnits(SearchSettings settings, TranslationUnit[] translationUnits) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit [] translationUnits The array containing the translation units to search for. Returns Type Description SearchResults [] An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[]) Similar to SearchTranslationUnits(SearchSettings, TranslationUnit[]) , but allows passing a mask which specifies which TUs are actually searched. This is useful in document search contexts where some TUs are passed which should be used to establish a (text) context, but which should not be processed. Declaration public SegmentAndSubsegmentSearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, SubsegmentSearchSettings subsegmentSettings, SubsegmentSearchCondition condition, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the segment-level search parameters. SubsegmentSearchSettings subsegmentSettings The settings that define the subsegment search parameters, or null if a subsegment search should not be performed. SubsegmentSearchCondition condition If subsegmentSettings is not null, specifies the conditions under which a subsegment search will be performed. TranslationUnit [] translationUnits The array containing the translation units to search for. System.Boolean [] mask A bool array which specifies which TUs are actually searched (mask[i] = true ). If null , the method behaves identically to SearchTranslationUnits(SearchSettings, TranslationUnit[]) . Returns Type Description SegmentAndSubsegmentSearchResults [] An array of objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) Similar to SearchTranslationUnits(SearchSettings, TranslationUnit[]) , but allows passing a mask which specifies which TUs are actually searched. This is useful in document search contexts where some TUs are passed which should be used to establish a (text) context, but which should not be processed. Declaration public SearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description SearchSettings settings The settings that define the search parameters. TranslationUnit [] translationUnits The array containing the translation units to search for. System.Boolean [] mask A bool array which specifies which TUs are actually searched (mask[i] = true ). If null , the method behaves identically to SearchTranslationUnits(SearchSettings, TranslationUnit[]) . Returns Type Description SearchResults [] An array of SearchResults objects, which mirrors the translation unit array. It has the exact same size and contains the search results for each translation unit with the same index within the translation unit array. SubsegmentSearchSegment(SubsegmentSearchSettings, Segment) Searches the TM for subsegment matches for a given segment Declaration public SubsegmentSearchResultsCollection SubsegmentSearchSegment(SubsegmentSearchSettings settings, Segment segment) Parameters Type Name Description SubsegmentSearchSettings settings The settings that define the search parameters. Segment segment The segment for which subsegment matches should be sought, aka 'query segment' Returns Type Description SubsegmentSearchResultsCollection A SubsegmentSearchResultsCollection object containing any subsegment matches found. Remarks See SubsegmentSearchSettings remarks for further information. SubsegmentSearchSegments(SubsegmentSearchSettings, Segment[]) Searches the TM for subsegment matches for an array of segments. Declaration public SubsegmentSearchResultsCollection[] SubsegmentSearchSegments(SubsegmentSearchSettings settings, Segment[] segments) Parameters Type Name Description SubsegmentSearchSettings settings The settings that define the search parameters. Segment [] segments The array containing the segments for which subsegment matches should be sought Returns Type Description SubsegmentSearchResultsCollection [] A SubsegmentSearchResultsCollection object containing any subsegment matches found. Remarks See SubsegmentSearchSettings remarks for further information. SupportedSubsegmentMatchTypes() Reports the subsegment match types supported by this TM. Declaration public List SupportedSubsegmentMatchTypes() Returns Type Description System.Collections.Generic.List < SubsegmentMatchType > UpdateCachedTranslationUnitCount() Updates the cached translation unit count. Normally, the translation unit count is updated automatically every night. Only use this method to ensure the translation unit count reported by CachedTranslationUnitCount after adding a large amount of translation units. There is no need to call this method after an import using a TranslationMemoryImporter or a ScheduledServerTranslationMemoryImport ; these classes automatically update the cached translation unit count. Declaration public void UpdateCachedTranslationUnitCount() UpdateTranslationUnit(TranslationUnit) Updates the properties and fields of an existing translation unit if the source and target segments are unchanged or adds a new translation unit otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. The translation unit should be initialized in a previous call to the translation memory, so that the ID property is set to a valid value. Declaration public ImportResult UpdateTranslationUnit(TranslationUnit translationUnit) Parameters Type Name Description TranslationUnit translationUnit The translation unit to be updated. Returns Type Description ImportResult The result of the operation. UpdateTranslationUnits(TranslationUnit[]) Updates the properties and fields of an array of existing translation units if the source and target segments are unchanged or adds new translation units otherwise. If the provider doesn't support adding/updating, the implementation should return a reasonable ImportResult but should not throw an exception. The translation units should be initialized in previous calls to the translation memory, so that their ID properties are set to valid values. Declaration public ImportResult[] UpdateTranslationUnits(TranslationUnit[] translationUnits) Parameters Type Name Description TranslationUnit [] translationUnits The translation unit array to be updated. Returns Type Description ImportResult [] An array of results which mirrors the translation unit array. It has the exact same size and contains the results for each translation unit with the same index within the translation unit array. UpdateTranslationUnitsMasked(TranslationUnit[], Boolean[]) Updates (adds, overwrites, or merges) the specified translation units. Declaration public ImportResult[] UpdateTranslationUnitsMasked(TranslationUnit[] translationUnits, bool[] mask) Parameters Type Name Description TranslationUnit [] translationUnits The translation units to update. System.Boolean [] mask An optional mask with the same length as translationUnits . If provided, only those TUs in translationUnits will be updated for which the corresponding flag in mask is true . Those TUs for which the corresponding flag is false will only be used to establish context information. If no masking is required, this parameter can be null. Returns Type Description ImportResult [] An array of ImportResult s with the same length as translationUnits , which indicates, for each translation unit, the action taken by the translation memory. Explicit Interface Implementations ITranslationMemoryLanguageDirection.TranslationProvider Gets the server-based translation memory to which this language direction belongs. Declaration ITranslationMemory ITranslationMemoryLanguageDirection.TranslationProvider { get; } Returns Type Description ITranslationMemory ITranslationProviderLanguageDirection.TranslationProvider Gets the translation memory to which this language direction belongs. Declaration ITranslationProvider ITranslationProviderLanguageDirection.TranslationProvider { get; } Returns Type Description ITranslationProvider Implements ISubsegmentTranslationMemoryLanguageDirection ITranslationMemoryLanguageDirection ITranslationProviderLanguageDirection" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.html", "title": "Class ServerBasedTranslationMemoryLanguageDirectionCollection", - "keywords": "Class ServerBasedTranslationMemoryLanguageDirectionCollection Represents the collection of language directions of a server-based translation memory ( ServerBasedTranslationMemory ). Language directions can be added to and removed from this collection. In order to persist these changes you should save the translation memory itself (see Save() ). Saving a translation memory after adding or removing language directions will result in the corresponding physical bilingual translation memories being added to or deleted from the container which hosts the server-based translation memory. All the language directions in a given translation memory should have a unique source-target language combination. Multiple source language are supported. Inheritance object Collection ServerBasedTranslationMemoryLanguageDirection ObservableCollection ServerBasedTranslationMemoryLanguageDirection ServerBasedTranslationMemoryLanguageDirectionCollection Implements IList ServerBasedTranslationMemoryLanguageDirection ICollection ServerBasedTranslationMemoryLanguageDirection IList ICollection IReadOnlyList ServerBasedTranslationMemoryLanguageDirection IReadOnlyCollection ServerBasedTranslationMemoryLanguageDirection IEnumerable ServerBasedTranslationMemoryLanguageDirection IEnumerable INotifyCollectionChanged INotifyPropertyChanged Inherited Members ObservableCollection.Move(int, int) ObservableCollection.SetItem(int, ServerBasedTranslationMemoryLanguageDirection) ObservableCollection.MoveItem(int, int) ObservableCollection.OnPropertyChanged(PropertyChangedEventArgs) ObservableCollection.OnCollectionChanged(NotifyCollectionChangedEventArgs) ObservableCollection.BlockReentrancy() ObservableCollection.CheckReentrancy() ObservableCollection.CollectionChanged ObservableCollection.PropertyChanged Collection.Add(ServerBasedTranslationMemoryLanguageDirection) Collection.Clear() Collection.CopyTo(ServerBasedTranslationMemoryLanguageDirection[], int) Collection.Contains(ServerBasedTranslationMemoryLanguageDirection) Collection.GetEnumerator() Collection.IndexOf(ServerBasedTranslationMemoryLanguageDirection) Collection.Insert(int, ServerBasedTranslationMemoryLanguageDirection) Collection.Remove(ServerBasedTranslationMemoryLanguageDirection) Collection.RemoveAt(int) Collection.Count Collection.Items Collection.this[int] object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ServerBasedTranslationMemoryLanguageDirectionCollection : ObservableCollection, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged Methods ClearItems() Removes all items from the collection. Declaration protected override void ClearItems() Overrides ObservableCollection.ClearItems() GetLanguageDirection(CultureCode, CultureCode) Gets the language direction with the specified source and target language. Declaration public ServerBasedTranslationMemoryLanguageDirection GetLanguageDirection(CultureCode sourceLanguage, CultureCode targetLanguage) Parameters Type Name Description CultureCode sourceLanguage A source language. CultureCode targetLanguage A target language. Returns Type Description ServerBasedTranslationMemoryLanguageDirection The language direction matching the specified source and target language; or null if no such language direction exists. GetLanguageDirection(string, string) Gets the language direction with the specified source and target language code. Declaration public ServerBasedTranslationMemoryLanguageDirection GetLanguageDirection(string sourceLanguageCode, string targetLanguageCode) Parameters Type Name Description string sourceLanguageCode A source language code. string targetLanguageCode A target language code. Returns Type Description ServerBasedTranslationMemoryLanguageDirection The language direction matching the specified source and target language; or null if no such language direction exists. InsertItem(int, ServerBasedTranslationMemoryLanguageDirection) Inserts an item into the collection at the specified index. Declaration protected override void InsertItem(int index, ServerBasedTranslationMemoryLanguageDirection item) Parameters Type Name Description int index The zero-based index at which item should be inserted. ServerBasedTranslationMemoryLanguageDirection item The object to insert. Overrides ObservableCollection.InsertItem(int, ServerBasedTranslationMemoryLanguageDirection) RemoveItem(int) Removes the item at the specified index of the collection. Declaration protected override void RemoveItem(int index) Parameters Type Name Description int index The zero-based index of the element to remove. Overrides ObservableCollection.RemoveItem(int) Implements IList ICollection IList ICollection IReadOnlyList IReadOnlyCollection IEnumerable IEnumerable INotifyCollectionChanged INotifyPropertyChanged" + "keywords": "Class ServerBasedTranslationMemoryLanguageDirectionCollection Represents the collection of language directions of a server-based translation memory ( ServerBasedTranslationMemory ). Language directions can be added to and removed from this collection. In order to persist these changes you should save the translation memory itself (see Save() ). Saving a translation memory after adding or removing language directions will result in the corresponding physical bilingual translation memories being added to or deleted from the container which hosts the server-based translation memory. All the language directions in a given translation memory should have a unique source-target language combination. Multiple source language are supported. Inheritance System.Object ServerBasedTranslationMemoryLanguageDirectionCollection Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ServerBasedTranslationMemoryLanguageDirectionCollection : ObservableCollection Methods ClearItems() Removes all items from the collection. Declaration protected override void ClearItems() GetLanguageDirection(CultureCode, CultureCode) Gets the language direction with the specified source and target language. Declaration public ServerBasedTranslationMemoryLanguageDirection GetLanguageDirection(CultureCode sourceLanguage, CultureCode targetLanguage) Parameters Type Name Description Sdl.Core.Globalization.CultureCode sourceLanguage A source language. Sdl.Core.Globalization.CultureCode targetLanguage A target language. Returns Type Description ServerBasedTranslationMemoryLanguageDirection The language direction matching the specified source and target language; or null if no such language direction exists. GetLanguageDirection(String, String) Gets the language direction with the specified source and target language code. Declaration public ServerBasedTranslationMemoryLanguageDirection GetLanguageDirection(string sourceLanguageCode, string targetLanguageCode) Parameters Type Name Description System.String sourceLanguageCode A source language code. System.String targetLanguageCode A target language code. Returns Type Description ServerBasedTranslationMemoryLanguageDirection The language direction matching the specified source and target language; or null if no such language direction exists. InsertItem(Int32, ServerBasedTranslationMemoryLanguageDirection) Inserts an item into the collection at the specified index. Declaration protected override void InsertItem(int index, ServerBasedTranslationMemoryLanguageDirection item) Parameters Type Name Description System.Int32 index The zero-based index at which item should be inserted. ServerBasedTranslationMemoryLanguageDirection item The object to insert. RemoveItem(Int32) Removes the item at the specified index of the collection. Declaration protected override void RemoveItem(int index) Parameters Type Name Description System.Int32 index The zero-based index of the element to remove." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerImportStatus.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerImportStatus.html", "title": "Enum ServerImportStatus", - "keywords": "Enum ServerImportStatus Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public enum ServerImportStatus Fields Name Description Canceled Failed Finished InProgress NoStatus Queued" + "keywords": "Enum ServerImportStatus Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public enum ServerImportStatus Fields Name Description Canceled Failed Finished InProgress NoStatus Queued" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.StringResources.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.StringResources.html", "title": "Class StringResources", - "keywords": "Class StringResources A strongly-typed resource class, for looking up localized strings, etc. Inheritance object StringResources Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class StringResources Properties AbstractTradosLegacyTranslationMemory_UpgradedLanguageResources Looks up a localized string similar to Upgraded Language Resources. Declaration public static string AbstractTradosLegacyTranslationMemory_UpgradedLanguageResources { get; } Property Value Type Description string AbstractTranslationMemoryCreator_ErrorMessage_CopyrightNotSpecified Looks up a localized string similar to The output translation memory copyright has not been specified.. Declaration public static string AbstractTranslationMemoryCreator_ErrorMessage_CopyrightNotSpecified { get; } Property Value Type Description string AbstractTranslationMemoryCreator_ErrorMessage_CopyrightTooLong Looks up a localized string similar to The output translation memory copyright is too long.. Declaration public static string AbstractTranslationMemoryCreator_ErrorMessage_CopyrightTooLong { get; } Property Value Type Description string AbstractTranslationMemoryCreator_ErrorMessage_DescriptionNotSpecified Looks up a localized string similar to The output translation memory description has not been specified.. Declaration public static string AbstractTranslationMemoryCreator_ErrorMessage_DescriptionNotSpecified { get; } Property Value Type Description string AbstractTranslationMemoryCreator_ErrorMessage_DescriptionTooLong Looks up a localized string similar to The output translation memory description is too long.. Declaration public static string AbstractTranslationMemoryCreator_ErrorMessage_DescriptionTooLong { get; } Property Value Type Description string AbstractTranslationMemoryCreator_ErrorMessage_NameNotSpecified Looks up a localized string similar to The output translation memory name has not been specified.. Declaration public static string AbstractTranslationMemoryCreator_ErrorMessage_NameNotSpecified { get; } Property Value Type Description string AbstractTranslationMemoryCreator_ErrorMessage_NameTooLong Looks up a localized string similar to The output translation memory name is too long.. Declaration public static string AbstractTranslationMemoryCreator_ErrorMessage_NameTooLong { get; } Property Value Type Description string Container Looks up a localized string similar to Container. Declaration public static string Container { get; } Property Value Type Description string Containers Looks up a localized string similar to Containers. Declaration public static string Containers { get; } Property Value Type Description string Copyright Looks up a localized string similar to Copyright. Declaration public static string Copyright { get; } Property Value Type Description string CreationDate Looks up a localized string similar to Creation Date. Declaration public static string CreationDate { get; } Property Value Type Description string CreationUserName Looks up a localized string similar to Creation User Name. Declaration public static string CreationUserName { get; } Property Value Type Description string Culture Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Declaration public static CultureInfo Culture { get; set; } Property Value Type Description CultureInfo DatabaseName Looks up a localized string similar to Database Name. Declaration public static string DatabaseName { get; } Property Value Type Description string DatabaseServer Looks up a localized string similar to Database Server. Declaration public static string DatabaseServer { get; } Property Value Type Description string DatabaseServer_EntityHasNoId Looks up a localized string similar to The database server entity should have an Id.. Declaration public static string DatabaseServer_EntityHasNoId { get; } Property Value Type Description string Description Looks up a localized string similar to Description. Declaration public static string Description { get; } Property Value Type Description string EMSG_CannotExport Looks up a localized string similar to This type of translation memory cannot be exported: {0}. Declaration public static string EMSG_CannotExport { get; } Property Value Type Description string EMSG_CannotExportTMX Looks up a localized string similar to You cannot export this translation memory. This is already a TMX-based transalation memory.. Declaration public static string EMSG_CannotExportTMX { get; } Property Value Type Description string EMSG_ErrorWritingOutputFile Looks up a localized string similar to Error while writing output file. Declaration public static string EMSG_ErrorWritingOutputFile { get; } Property Value Type Description string EMSG_FieldNameConflict Looks up a localized string similar to Field name conflict (reserved name). Declaration public static string EMSG_FieldNameConflict { get; } Property Value Type Description string EMSG_InputIsTMX Looks up a localized string similar to You cannot set the TMX file path. This is already a TMX-based transalation memory.. Declaration public static string EMSG_InputIsTMX { get; } Property Value Type Description string EMSG_InvalidLocale Looks up a localized string similar to Invalid locale: {0}. Declaration public static string EMSG_InvalidLocale { get; } Property Value Type Description string EMSG_InvalidUrl Looks up a localized string similar to The connection url is invalid: {0}. Declaration public static string EMSG_InvalidUrl { get; } Property Value Type Description string EMSG_MultipleValueDateFieldsUnsupported Looks up a localized string similar to Multiple date field values are not supported. Declaration public static string EMSG_MultipleValueDateFieldsUnsupported { get; } Property Value Type Description string EMSG_NoTranslationMemoriesToProcess Looks up a localized string similar to There are no translation memories to process.. Declaration public static string EMSG_NoTranslationMemoriesToProcess { get; } Property Value Type Description string EMSG_SRXConversionFailed Looks up a localized string similar to Failed to convert SRX segmentation rules.. Declaration public static string EMSG_SRXConversionFailed { get; } Property Value Type Description string EMSG_SdlxTempFileCreationFailed Looks up a localized string similar to SDLX temp file creation failed.. Declaration public static string EMSG_SdlxTempFileCreationFailed { get; } Property Value Type Description string EMSG_TMXPathUnspecified Looks up a localized string similar to You must specify a TMX file path before starting the export.. Declaration public static string EMSG_TMXPathUnspecified { get; } Property Value Type Description string EMSG_XmlParseError Looks up a localized string similar to Error during parsing XML return value. Declaration public static string EMSG_XmlParseError { get; } Property Value Type Description string ErrorAssertPermission Looks up a localized string similar to User {0} does not have required permissions {1}.. Declaration public static string ErrorAssertPermission { get; } Property Value Type Description string ErrorInvalidSdlThreadPrincipal Looks up a localized string similar to Error, must be called with a valid Thread principal.. Declaration public static string ErrorInvalidSdlThreadPrincipal { get; } Property Value Type Description string ExpirationDate Looks up a localized string similar to Expiration Date. Declaration public static string ExpirationDate { get; } Property Value Type Description string FD_IsPicklist Looks up a localized string similar to Is Picklist. Declaration public static string FD_IsPicklist { get; } Property Value Type Description string FD_ValueType Looks up a localized string similar to Value Type. Declaration public static string FD_ValueType { get; } Property Value Type Description string FieldDefinitions Looks up a localized string similar to Field Definitions. Declaration public static string FieldDefinitions { get; } Property Value Type Description string FieldsTemplate Looks up a localized string similar to Fields Template. Declaration public static string FieldsTemplate { get; } Property Value Type Description string FileBasedTranslationMemoryCreator_ErrorMessage_LocationIsNotValid Looks up a localized string similar to The specified output translation memory location is not valid. ({0}). Declaration public static string FileBasedTranslationMemoryCreator_ErrorMessage_LocationIsNotValid { get; } Property Value Type Description string FileBasedTranslationMemoryCreator_ErrorMessage_LocationNotFound Looks up a localized string similar to The specified output translation memory location could not be found.. Declaration public static string FileBasedTranslationMemoryCreator_ErrorMessage_LocationNotFound { get; } Property Value Type Description string FileBasedTranslationMemoryProvider_Description Looks up a localized string similar to Creates a file based translation memory object.. Declaration public static string FileBasedTranslationMemoryProvider_Description { get; } Property Value Type Description string FileBasedTranslationMemoryProvider_Name Looks up a localized string similar to File based translation memory provider. Declaration public static string FileBasedTranslationMemoryProvider_Name { get; } Property Value Type Description string FuzzyIndexes Looks up a localized string similar to Fuzzy Indexes. Declaration public static string FuzzyIndexes { get; } Property Value Type Description string ImportWizard_CannotValidateSourceLang Looks up a localized string similar to Cannot determine the source language of the import file. . Declaration public static string ImportWizard_CannotValidateSourceLang { get; } Property Value Type Description string ImportWizard_CannotValidateTargetLang Looks up a localized string similar to Cannot determine the target language of the import file. There may be no target content?. Declaration public static string ImportWizard_CannotValidateTargetLang { get; } Property Value Type Description string Importwizard_NoLanguagePairMatch Looks up a localized string similar to The language pair of the import file [{0}->{1}] does not match the language pair of the Translation Memory [{2}->{3}]. Declaration public static string Importwizard_NoLanguagePairMatch { get; } Property Value Type Description string LRD_Data Looks up a localized string similar to Data. Declaration public static string LRD_Data { get; } Property Value Type Description string LRD_Type Looks up a localized string similar to Type. Declaration public static string LRD_Type { get; } Property Value Type Description string LanguageDirections Looks up a localized string similar to Language Directions. Declaration public static string LanguageDirections { get; } Property Value Type Description string LanguageResourceBundles Looks up a localized string similar to Language Resource Bundles. Declaration public static string LanguageResourceBundles { get; } Property Value Type Description string LanguageResourceTemplate Looks up a localized string similar to Language Resource Template. Declaration public static string LanguageResourceTemplate { get; } Property Value Type Description string LinkedResourceGroupPaths Looks up a localized string similar to Linked Resource Group Paths. Declaration public static string LinkedResourceGroupPaths { get; } Property Value Type Description string MachineTranslation_ServerConnection Looks up a localized string similar to Automated Translation Server. Declaration public static string MachineTranslation_ServerConnection { get; } Property Value Type Description string MessageExportNotFound Looks up a localized string similar to The export was not found. Either this export has been deleted or you do not have sufficient privileges to access this export.. Declaration public static string MessageExportNotFound { get; } Property Value Type Description string MessageImportNotFound Looks up a localized string similar to The import was not found. Either this import has been deleted or you do not have sufficient privileges to access this import.. Declaration public static string MessageImportNotFound { get; } Property Value Type Description string Name Looks up a localized string similar to Name. Declaration public static string Name { get; } Property Value Type Description string NameToolTip Looks up a localized string similar to Enter any unique and friendly name you want to use for the server.. Declaration public static string NameToolTip { get; } Property Value Type Description string NotUnlockedWithSufficientPermissions Looks up a localized string similar to Not unlocked with sufficient permissions.. Declaration public static string NotUnlockedWithSufficientPermissions { get; } Property Value Type Description string OutputTranslationMemory_DefaultFieldName Looks up a localized string similar to Field. Declaration public static string OutputTranslationMemory_DefaultFieldName { get; } Property Value Type Description string OutputTranslationMemory_ErrorMessage_FieldConflicts Looks up a localized string similar to The output translation memory field conflicts have not been resolved.. Declaration public static string OutputTranslationMemory_ErrorMessage_FieldConflicts { get; } Property Value Type Description string OutputTranslationMemory_ErrorMessage_IncompatibleLanguages Looks up a localized string similar to The input translation memories have incompatible source or target languages.. Declaration public static string OutputTranslationMemory_ErrorMessage_IncompatibleLanguages { get; } Property Value Type Description string OutputTranslationMemory_ErrorMessage_InputLanguagePairsNotSpecified Looks up a localized string similar to The input translation memories have not been specified.. Declaration public static string OutputTranslationMemory_ErrorMessage_InputLanguagePairsNotSpecified { get; } Property Value Type Description string OutputTranslationMemory_ErrorMessage_LocationNotSpecified Looks up a localized string similar to The output translation memory location has not been specified.. Declaration public static string OutputTranslationMemory_ErrorMessage_LocationNotSpecified { get; } Property Value Type Description string OutputTranslationMemory_ErrorMessage_NameNotSpecified Looks up a localized string similar to The output translation memory name has not been specified.. Declaration public static string OutputTranslationMemory_ErrorMessage_NameNotSpecified { get; } Property Value Type Description string OutputTranslationMemory_ErrorMessage_TMXNotAvailable Looks up a localized string similar to The TMX file for translation memory '{0}' is not available.. Declaration public static string OutputTranslationMemory_ErrorMessage_TMXNotAvailable { get; } Property Value Type Description string OutputTranslationMemory_ProgressMessage_Completed Looks up a localized string similar to Completed. Declaration public static string OutputTranslationMemory_ProgressMessage_Completed { get; } Property Value Type Description string OutputTranslationMemory_ProgressMessage_CreatingTranslationMemory Looks up a localized string similar to Creating translation memory '{0}'. Declaration public static string OutputTranslationMemory_ProgressMessage_CreatingTranslationMemory { get; } Property Value Type Description string OutputTranslationMemory_ProgressMessage_Importing Looks up a localized string similar to Importing {0} (read: {1}, imported: {2}, errors: {3}. Declaration public static string OutputTranslationMemory_ProgressMessage_Importing { get; } Property Value Type Description string OutputTranslationMemory_ProgressMessage_ImportingWithTotal Looks up a localized string similar to Importing {0}: (read: {1}, imported: {2}, errors: {3}, total: {4}. Declaration public static string OutputTranslationMemory_ProgressMessage_ImportingWithTotal { get; } Property Value Type Description string ParentResourceGroupPath Looks up a localized string similar to Parent Resource Group Path. Declaration public static string ParentResourceGroupPath { get; } Property Value Type Description string Password Looks up a localized string similar to Password. Declaration public static string Password { get; } Property Value Type Description string PicklistItems Looks up a localized string similar to Picklist Items. Declaration public static string PicklistItems { get; } Property Value Type Description string Recognizers Looks up a localized string similar to Recognizers. Declaration public static string Recognizers { get; } Property Value Type Description string ResourceManager Returns the cached ResourceManager instance used by this class. Declaration public static ResourceManager ResourceManager { get; } Property Value Type Description ResourceManager ServerName Looks up a localized string similar to Server Name. Declaration public static string ServerName { get; } Property Value Type Description string ServerNameToolTip Looks up a localized string similar to Enter an existing server name (usually a URL or instance name).. Declaration public static string ServerNameToolTip { get; } Property Value Type Description string ServerType Looks up a localized string similar to Server Type. Declaration public static string ServerType { get; } Property Value Type Description string SourceLanguage Looks up a localized string similar to Source Language. Declaration public static string SourceLanguage { get; } Property Value Type Description string SupportedLanguageDirections Looks up a localized string similar to Supported Language Directions. Declaration public static string SupportedLanguageDirections { get; } Property Value Type Description string TS_Items Looks up a localized string similar to Items. Declaration public static string TS_Items { get; } Property Value Type Description string TargetLanguage Looks up a localized string similar to Target Language. Declaration public static string TargetLanguage { get; } Property Value Type Description string Test Looks up a localized string similar to Test. Declaration public static string Test { get; } Property Value Type Description string TmServiceNotAvailable Looks up a localized string similar to This server does not support TM Server functionality: {0}.. Declaration public static string TmServiceNotAvailable { get; } Property Value Type Description string TranslationMemories Looks up a localized string similar to Translation Memories. Declaration public static string TranslationMemories { get; } Property Value Type Description string TranslationMemoryContainer_EntryHasNoID Looks up a localized string similar to The container entity should have an Id.. Declaration public static string TranslationMemoryContainer_EntryHasNoID { get; } Property Value Type Description string TranslationProvider Looks up a localized string similar to Translation Provider. Declaration public static string TranslationProvider { get; } Property Value Type Description string TranslationProviderServer Looks up a localized string similar to Translation Provider Server. Declaration public static string TranslationProviderServer { get; } Property Value Type Description string UnvalidServerBasedTMUri Looks up a localized string similar to The specified URI is not a valid server-based translation memory URI.. Declaration public static string UnvalidServerBasedTMUri { get; } Property Value Type Description string UserName Looks up a localized string similar to User Name. Declaration public static string UserName { get; } Property Value Type Description string WarningDatabaseServerNotFound Looks up a localized string similar to Warning, database server {0} not found within scope of organization {1}.. Declaration public static string WarningDatabaseServerNotFound { get; } Property Value Type Description string WarningOrgIdNotFoundForObject Looks up a localized string similar to Warning, OrganizationId not found for {0}, {1}.. Declaration public static string WarningOrgIdNotFoundForObject { get; } Property Value Type Description string" + "keywords": "Class StringResources A strongly-typed resource class, for looking up localized strings, etc. Inheritance System.Object StringResources 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class StringResources Properties AbstractTradosLegacyTranslationMemory_UpgradedLanguageResources Looks up a localized string similar to Upgraded Language Resources. Declaration public static string AbstractTradosLegacyTranslationMemory_UpgradedLanguageResources { get; } Property Value Type Description System.String AbstractTranslationMemoryCreator_ErrorMessage_CopyrightNotSpecified Looks up a localized string similar to The output translation memory copyright has not been specified.. Declaration public static string AbstractTranslationMemoryCreator_ErrorMessage_CopyrightNotSpecified { get; } Property Value Type Description System.String AbstractTranslationMemoryCreator_ErrorMessage_CopyrightTooLong Looks up a localized string similar to The output translation memory copyright is too long.. Declaration public static string AbstractTranslationMemoryCreator_ErrorMessage_CopyrightTooLong { get; } Property Value Type Description System.String AbstractTranslationMemoryCreator_ErrorMessage_DescriptionNotSpecified Looks up a localized string similar to The output translation memory description has not been specified.. Declaration public static string AbstractTranslationMemoryCreator_ErrorMessage_DescriptionNotSpecified { get; } Property Value Type Description System.String AbstractTranslationMemoryCreator_ErrorMessage_DescriptionTooLong Looks up a localized string similar to The output translation memory description is too long.. Declaration public static string AbstractTranslationMemoryCreator_ErrorMessage_DescriptionTooLong { get; } Property Value Type Description System.String AbstractTranslationMemoryCreator_ErrorMessage_NameNotSpecified Looks up a localized string similar to The output translation memory name has not been specified.. Declaration public static string AbstractTranslationMemoryCreator_ErrorMessage_NameNotSpecified { get; } Property Value Type Description System.String AbstractTranslationMemoryCreator_ErrorMessage_NameTooLong Looks up a localized string similar to The output translation memory name is too long.. Declaration public static string AbstractTranslationMemoryCreator_ErrorMessage_NameTooLong { get; } Property Value Type Description System.String Container Looks up a localized string similar to Container. Declaration public static string Container { get; } Property Value Type Description System.String Containers Looks up a localized string similar to Containers. Declaration public static string Containers { get; } Property Value Type Description System.String Copyright Looks up a localized string similar to Copyright. Declaration public static string Copyright { get; } Property Value Type Description System.String CreationDate Looks up a localized string similar to Creation Date. Declaration public static string CreationDate { get; } Property Value Type Description System.String CreationUserName Looks up a localized string similar to Creation User Name. Declaration public static string CreationUserName { get; } Property Value Type Description System.String Culture Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Declaration public static CultureInfo Culture { get; set; } Property Value Type Description System.Globalization.CultureInfo DatabaseName Looks up a localized string similar to Database Name. Declaration public static string DatabaseName { get; } Property Value Type Description System.String DatabaseServer Looks up a localized string similar to Database Server. Declaration public static string DatabaseServer { get; } Property Value Type Description System.String DatabaseServer_EntityHasNoId Looks up a localized string similar to The database server entity should have an Id.. Declaration public static string DatabaseServer_EntityHasNoId { get; } Property Value Type Description System.String Description Looks up a localized string similar to Description. Declaration public static string Description { get; } Property Value Type Description System.String EMSG_CannotExport Looks up a localized string similar to This type of translation memory cannot be exported: {0}. Declaration public static string EMSG_CannotExport { get; } Property Value Type Description System.String EMSG_CannotExportTMX Looks up a localized string similar to You cannot export this translation memory. This is already a TMX-based transalation memory.. Declaration public static string EMSG_CannotExportTMX { get; } Property Value Type Description System.String EMSG_ErrorWritingOutputFile Looks up a localized string similar to Error while writing output file. Declaration public static string EMSG_ErrorWritingOutputFile { get; } Property Value Type Description System.String EMSG_FieldNameConflict Looks up a localized string similar to Field name conflict (reserved name). Declaration public static string EMSG_FieldNameConflict { get; } Property Value Type Description System.String EMSG_InputIsTMX Looks up a localized string similar to You cannot set the TMX file path. This is already a TMX-based transalation memory.. Declaration public static string EMSG_InputIsTMX { get; } Property Value Type Description System.String EMSG_InvalidLocale Looks up a localized string similar to Invalid locale: {0}. Declaration public static string EMSG_InvalidLocale { get; } Property Value Type Description System.String EMSG_InvalidUrl Looks up a localized string similar to The connection url is invalid: {0}. Declaration public static string EMSG_InvalidUrl { get; } Property Value Type Description System.String EMSG_MultipleValueDateFieldsUnsupported Looks up a localized string similar to Multiple date field values are not supported. Declaration public static string EMSG_MultipleValueDateFieldsUnsupported { get; } Property Value Type Description System.String EMSG_NoTranslationMemoriesToProcess Looks up a localized string similar to There are no translation memories to process.. Declaration public static string EMSG_NoTranslationMemoriesToProcess { get; } Property Value Type Description System.String EMSG_SdlxTempFileCreationFailed Looks up a localized string similar to SDLX temp file creation failed.. Declaration public static string EMSG_SdlxTempFileCreationFailed { get; } Property Value Type Description System.String EMSG_SRXConversionFailed Looks up a localized string similar to Failed to convert SRX segmentation rules.. Declaration public static string EMSG_SRXConversionFailed { get; } Property Value Type Description System.String EMSG_TMXPathUnspecified Looks up a localized string similar to You must specify a TMX file path before starting the export.. Declaration public static string EMSG_TMXPathUnspecified { get; } Property Value Type Description System.String EMSG_XmlParseError Looks up a localized string similar to Error during parsing XML return value. Declaration public static string EMSG_XmlParseError { get; } Property Value Type Description System.String ErrorAssertPermission Looks up a localized string similar to User {0} does not have required permissions {1}.. Declaration public static string ErrorAssertPermission { get; } Property Value Type Description System.String ErrorInvalidSdlThreadPrincipal Looks up a localized string similar to Error, must be called with a valid Thread principal.. Declaration public static string ErrorInvalidSdlThreadPrincipal { get; } Property Value Type Description System.String ExpirationDate Looks up a localized string similar to Expiration Date. Declaration public static string ExpirationDate { get; } Property Value Type Description System.String FD_IsPicklist Looks up a localized string similar to Is Picklist. Declaration public static string FD_IsPicklist { get; } Property Value Type Description System.String FD_ValueType Looks up a localized string similar to Value Type. Declaration public static string FD_ValueType { get; } Property Value Type Description System.String FieldDefinitions Looks up a localized string similar to Field Definitions. Declaration public static string FieldDefinitions { get; } Property Value Type Description System.String FieldsTemplate Looks up a localized string similar to Fields Template. Declaration public static string FieldsTemplate { get; } Property Value Type Description System.String FileBasedTranslationMemoryCreator_ErrorMessage_LocationIsNotValid Looks up a localized string similar to The specified output translation memory location is not valid. ({0}). Declaration public static string FileBasedTranslationMemoryCreator_ErrorMessage_LocationIsNotValid { get; } Property Value Type Description System.String FileBasedTranslationMemoryCreator_ErrorMessage_LocationNotFound Looks up a localized string similar to The specified output translation memory location could not be found.. Declaration public static string FileBasedTranslationMemoryCreator_ErrorMessage_LocationNotFound { get; } Property Value Type Description System.String FileBasedTranslationMemoryProvider_Description Looks up a localized string similar to Creates a file based translation memory object.. Declaration public static string FileBasedTranslationMemoryProvider_Description { get; } Property Value Type Description System.String FileBasedTranslationMemoryProvider_Name Looks up a localized string similar to File based translation memory provider. Declaration public static string FileBasedTranslationMemoryProvider_Name { get; } Property Value Type Description System.String FuzzyIndexes Looks up a localized string similar to Fuzzy Indexes. Declaration public static string FuzzyIndexes { get; } Property Value Type Description System.String ImportWizard_CannotValidateSourceLang Looks up a localized string similar to Cannot determine the source language of the import file. . Declaration public static string ImportWizard_CannotValidateSourceLang { get; } Property Value Type Description System.String ImportWizard_CannotValidateTargetLang Looks up a localized string similar to Cannot determine the target language of the import file. There may be no target content?. Declaration public static string ImportWizard_CannotValidateTargetLang { get; } Property Value Type Description System.String Importwizard_NoLanguagePairMatch Looks up a localized string similar to The language pair of the import file [{0}->{1}] does not match the language pair of the Translation Memory [{2}->{3}]. Declaration public static string Importwizard_NoLanguagePairMatch { get; } Property Value Type Description System.String LanguageDirections Looks up a localized string similar to Language Directions. Declaration public static string LanguageDirections { get; } Property Value Type Description System.String LanguageResourceBundles Looks up a localized string similar to Language Resource Bundles. Declaration public static string LanguageResourceBundles { get; } Property Value Type Description System.String LanguageResourceTemplate Looks up a localized string similar to Language Resource Template. Declaration public static string LanguageResourceTemplate { get; } Property Value Type Description System.String LinkedResourceGroupPaths Looks up a localized string similar to Linked Resource Group Paths. Declaration public static string LinkedResourceGroupPaths { get; } Property Value Type Description System.String LRD_Data Looks up a localized string similar to Data. Declaration public static string LRD_Data { get; } Property Value Type Description System.String LRD_Type Looks up a localized string similar to Type. Declaration public static string LRD_Type { get; } Property Value Type Description System.String MachineTranslation_ServerConnection Looks up a localized string similar to Automated Translation Server. Declaration public static string MachineTranslation_ServerConnection { get; } Property Value Type Description System.String MessageExportNotFound Looks up a localized string similar to The export was not found. Either this export has been deleted or you do not have sufficient privileges to access this export.. Declaration public static string MessageExportNotFound { get; } Property Value Type Description System.String MessageImportNotFound Looks up a localized string similar to The import was not found. Either this import has been deleted or you do not have sufficient privileges to access this import.. Declaration public static string MessageImportNotFound { get; } Property Value Type Description System.String Name Looks up a localized string similar to Name. Declaration public static string Name { get; } Property Value Type Description System.String NameToolTip Looks up a localized string similar to Enter any unique and friendly name you want to use for the server.. Declaration public static string NameToolTip { get; } Property Value Type Description System.String NotUnlockedWithSufficientPermissions Looks up a localized string similar to Not unlocked with sufficient permissions.. Declaration public static string NotUnlockedWithSufficientPermissions { get; } Property Value Type Description System.String OutputTranslationMemory_DefaultFieldName Looks up a localized string similar to Field. Declaration public static string OutputTranslationMemory_DefaultFieldName { get; } Property Value Type Description System.String OutputTranslationMemory_ErrorMessage_FieldConflicts Looks up a localized string similar to The output translation memory field conflicts have not been resolved.. Declaration public static string OutputTranslationMemory_ErrorMessage_FieldConflicts { get; } Property Value Type Description System.String OutputTranslationMemory_ErrorMessage_IncompatibleLanguages Looks up a localized string similar to The input translation memories have incompatible source or target languages.. Declaration public static string OutputTranslationMemory_ErrorMessage_IncompatibleLanguages { get; } Property Value Type Description System.String OutputTranslationMemory_ErrorMessage_InputLanguagePairsNotSpecified Looks up a localized string similar to The input translation memories have not been specified.. Declaration public static string OutputTranslationMemory_ErrorMessage_InputLanguagePairsNotSpecified { get; } Property Value Type Description System.String OutputTranslationMemory_ErrorMessage_LocationNotSpecified Looks up a localized string similar to The output translation memory location has not been specified.. Declaration public static string OutputTranslationMemory_ErrorMessage_LocationNotSpecified { get; } Property Value Type Description System.String OutputTranslationMemory_ErrorMessage_NameNotSpecified Looks up a localized string similar to The output translation memory name has not been specified.. Declaration public static string OutputTranslationMemory_ErrorMessage_NameNotSpecified { get; } Property Value Type Description System.String OutputTranslationMemory_ErrorMessage_TMXNotAvailable Looks up a localized string similar to The TMX file for translation memory '{0}' is not available.. Declaration public static string OutputTranslationMemory_ErrorMessage_TMXNotAvailable { get; } Property Value Type Description System.String OutputTranslationMemory_ProgressMessage_Completed Looks up a localized string similar to Completed. Declaration public static string OutputTranslationMemory_ProgressMessage_Completed { get; } Property Value Type Description System.String OutputTranslationMemory_ProgressMessage_CreatingTranslationMemory Looks up a localized string similar to Creating translation memory '{0}'. Declaration public static string OutputTranslationMemory_ProgressMessage_CreatingTranslationMemory { get; } Property Value Type Description System.String OutputTranslationMemory_ProgressMessage_Importing Looks up a localized string similar to Importing {0} (read: {1}, imported: {2}, errors: {3}. Declaration public static string OutputTranslationMemory_ProgressMessage_Importing { get; } Property Value Type Description System.String OutputTranslationMemory_ProgressMessage_ImportingWithTotal Looks up a localized string similar to Importing {0}: (read: {1}, imported: {2}, errors: {3}, total: {4}. Declaration public static string OutputTranslationMemory_ProgressMessage_ImportingWithTotal { get; } Property Value Type Description System.String ParentResourceGroupPath Looks up a localized string similar to Parent Resource Group Path. Declaration public static string ParentResourceGroupPath { get; } Property Value Type Description System.String Password Looks up a localized string similar to Password. Declaration public static string Password { get; } Property Value Type Description System.String PicklistItems Looks up a localized string similar to Picklist Items. Declaration public static string PicklistItems { get; } Property Value Type Description System.String Recognizers Looks up a localized string similar to Recognizers. Declaration public static string Recognizers { get; } Property Value Type Description System.String ResourceManager Returns the cached ResourceManager instance used by this class. Declaration public static ResourceManager ResourceManager { get; } Property Value Type Description System.Resources.ResourceManager ServerName Looks up a localized string similar to Server Name. Declaration public static string ServerName { get; } Property Value Type Description System.String ServerNameToolTip Looks up a localized string similar to Enter an existing server name (usually a URL or instance name).. Declaration public static string ServerNameToolTip { get; } Property Value Type Description System.String ServerType Looks up a localized string similar to Server Type. Declaration public static string ServerType { get; } Property Value Type Description System.String SourceLanguage Looks up a localized string similar to Source Language. Declaration public static string SourceLanguage { get; } Property Value Type Description System.String SupportedLanguageDirections Looks up a localized string similar to Supported Language Directions. Declaration public static string SupportedLanguageDirections { get; } Property Value Type Description System.String TargetLanguage Looks up a localized string similar to Target Language. Declaration public static string TargetLanguage { get; } Property Value Type Description System.String Test Looks up a localized string similar to Test. Declaration public static string Test { get; } Property Value Type Description System.String TmServiceNotAvailable Looks up a localized string similar to This server does not support TM Server functionality: {0}.. Declaration public static string TmServiceNotAvailable { get; } Property Value Type Description System.String TranslationMemories Looks up a localized string similar to Translation Memories. Declaration public static string TranslationMemories { get; } Property Value Type Description System.String TranslationMemoryContainer_EntryHasNoID Looks up a localized string similar to The container entity should have an Id.. Declaration public static string TranslationMemoryContainer_EntryHasNoID { get; } Property Value Type Description System.String TranslationProvider Looks up a localized string similar to Translation Provider. Declaration public static string TranslationProvider { get; } Property Value Type Description System.String TranslationProviderServer Looks up a localized string similar to Translation Provider Server. Declaration public static string TranslationProviderServer { get; } Property Value Type Description System.String TS_Items Looks up a localized string similar to Items. Declaration public static string TS_Items { get; } Property Value Type Description System.String UnvalidServerBasedTMUri Looks up a localized string similar to The specified URI is not a valid server-based translation memory URI.. Declaration public static string UnvalidServerBasedTMUri { get; } Property Value Type Description System.String UserName Looks up a localized string similar to User Name. Declaration public static string UserName { get; } Property Value Type Description System.String WarningDatabaseServerNotFound Looks up a localized string similar to Warning, database server {0} not found within scope of organization {1}.. Declaration public static string WarningDatabaseServerNotFound { get; } Property Value Type Description System.String WarningOrgIdNotFoundForObject Looks up a localized string similar to Warning, OrganizationId not found for {0}, {1}.. Declaration public static string WarningOrgIdNotFoundForObject { get; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.SystemFieldDefinitions.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.SystemFieldDefinitions.html", "title": "Class SystemFieldDefinitions", - "keywords": "Class SystemFieldDefinitions This class defines the available translation unit system fields that can be used in filter expressions in addition to user-defined fields. Inheritance object SystemFieldDefinitions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class SystemFieldDefinitions Fields CreatedAt The date/time the translation unit was created. Declaration public static readonly FieldDefinition CreatedAt Field Value Type Description FieldDefinition CreatedBy The name of the user that created the translation unit. Declaration public static readonly FieldDefinition CreatedBy Field Value Type Description FieldDefinition LastChangedAt The date/time the translation unit was last changed. Declaration public static readonly FieldDefinition LastChangedAt Field Value Type Description FieldDefinition LastChangedBy The if of the user that last changed the translation unit. Declaration public static readonly FieldDefinition LastChangedBy Field Value Type Description FieldDefinition LastUsedAt The date/time the translation unit was last used. Declaration public static readonly FieldDefinition LastUsedAt Field Value Type Description FieldDefinition LastUsedBy The name of the user that last used the translation unit. Declaration public static readonly FieldDefinition LastUsedBy Field Value Type Description FieldDefinition PlainSourceTextLength The length of the plain source text of the the translation unit, in characters. Declaration public static readonly FieldDefinition PlainSourceTextLength Field Value Type Description FieldDefinition PlainTargetTextLength The length of the plain source text of the the translation unit, in characters. Declaration public static readonly FieldDefinition PlainTargetTextLength Field Value Type Description FieldDefinition SourceTagCount The number of tags occurring in the source segment. Declaration public static readonly FieldDefinition SourceTagCount Field Value Type Description FieldDefinition SourceText The source text of the translation unit. Declaration public static readonly FieldDefinition SourceText Field Value Type Description FieldDefinition StructureContext The document structure information associated with the translation unit. Declaration public static readonly FieldDefinition StructureContext Field Value Type Description FieldDefinition TargetTagCount The number of tags occurring in the target segment. Declaration public static readonly FieldDefinition TargetTagCount Field Value Type Description FieldDefinition TargetText The target text of the the translation unit. Declaration public static readonly FieldDefinition TargetText Field Value Type Description FieldDefinition TextContext The text contexts this translation unit occurs in. Since text context values are directly stored at the TU, and not represented as field values, this pseudo field name is only relevant for edit scripts. Declaration public static readonly FieldDefinition TextContext Field Value Type Description FieldDefinition UsageCount The number of times the translation unit has been used so far. Declaration public static readonly FieldDefinition UsageCount Field Value Type Description FieldDefinition" + "keywords": "Class SystemFieldDefinitions This class defines the available translation unit system fields that can be used in filter expressions in addition to user-defined fields. Inheritance System.Object SystemFieldDefinitions 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class SystemFieldDefinitions Fields CreatedAt The date/time the translation unit was created. Declaration public static readonly FieldDefinition CreatedAt Field Value Type Description FieldDefinition CreatedBy The name of the user that created the translation unit. Declaration public static readonly FieldDefinition CreatedBy Field Value Type Description FieldDefinition LastChangedAt The date/time the translation unit was last changed. Declaration public static readonly FieldDefinition LastChangedAt Field Value Type Description FieldDefinition LastChangedBy The if of the user that last changed the translation unit. Declaration public static readonly FieldDefinition LastChangedBy Field Value Type Description FieldDefinition LastUsedAt The date/time the translation unit was last used. Declaration public static readonly FieldDefinition LastUsedAt Field Value Type Description FieldDefinition LastUsedBy The name of the user that last used the translation unit. Declaration public static readonly FieldDefinition LastUsedBy Field Value Type Description FieldDefinition PlainSourceTextLength The length of the plain source text of the the translation unit, in characters. Declaration public static readonly FieldDefinition PlainSourceTextLength Field Value Type Description FieldDefinition PlainTargetTextLength The length of the plain source text of the the translation unit, in characters. Declaration public static readonly FieldDefinition PlainTargetTextLength Field Value Type Description FieldDefinition SourceTagCount The number of tags occurring in the source segment. Declaration public static readonly FieldDefinition SourceTagCount Field Value Type Description FieldDefinition SourceText The source text of the translation unit. Declaration public static readonly FieldDefinition SourceText Field Value Type Description FieldDefinition StructureContext The document structure information associated with the translation unit. Declaration public static readonly FieldDefinition StructureContext Field Value Type Description FieldDefinition TargetTagCount The number of tags occurring in the target segment. Declaration public static readonly FieldDefinition TargetTagCount Field Value Type Description FieldDefinition TargetText The target text of the the translation unit. Declaration public static readonly FieldDefinition TargetText Field Value Type Description FieldDefinition TextContext The text contexts this translation unit occurs in. Since text context values are directly stored at the TU, and not represented as field values, this pseudo field name is only relevant for edit scripts. Declaration public static readonly FieldDefinition TextContext Field Value Type Description FieldDefinition UsageCount The number of times the translation unit has been used so far. Declaration public static readonly FieldDefinition UsageCount Field Value Type Description FieldDefinition" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.html", "title": "Class TranslationMemoryContainer", - "keywords": "Class TranslationMemoryContainer Represents a database using for storing server-based translation memories. Inheritance object TranslationMemoryContainer Implements IEditableObject INotifyPropertyChanged IEquatable TranslationMemoryContainer IPermissionCheck Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationMemoryContainer : IEditableObject, INotifyPropertyChanged, IEquatable, IPermissionCheck Constructors TranslationMemoryContainer(TranslationProviderServer) Creates a new translation memory container. Note that you have to call Save() to persist the container object, after setting all the required properties. Declaration public TranslationMemoryContainer(TranslationProviderServer server) Parameters Type Name Description TranslationProviderServer server The translation provider server with which the container should be registered. Exceptions Type Condition ArgumentNullException Thrown when server is null. Properties DatabaseName Gets or sets the database name. Declaration [Required(ErrorMessage = \"Required Field\")] [RegularExpression(\"^[\\\\p{L}_][\\\\w_@#\\\\$]*$\", ErrorMessage = \"Only alpha-numeric and underscore characters allowed.\")] [StringLength(123, ErrorMessage = \"Database Name cannot exceed 123 characters.\")] public string DatabaseName { get; set; } Property Value Type Description string Remarks If the database does not exist yet, it will be created automatically. If the database already exists, it will be registered with the system, together with any translation memories it contains. Exceptions Type Condition NullPropertyException Thrown when trying to set this property to null or an empty string. InvalidOperationException Thrown when trying to set this property after initial creation of the database server. ObjectDeletedException Thrown when trying to get/set DatabaseName of an entity that no longer exists. DatabaseServer Gets or sets the database server this container belongs to. Declaration [Required(ErrorMessage = \"You must select a database server\")] public DatabaseServer DatabaseServer { get; set; } Property Value Type Description DatabaseServer Exceptions Type Condition NullPropertyException Thrown when trying to set this property to null or is already null. InvalidOperationException Thrown when trying to set this property after initial creation of the database server. Description Gets or sets the description of the container. Declaration [StringLength(255, ErrorMessage = \"Description too long!\")] public string Description { get; set; } Property Value Type Description string The description. Exceptions Type Condition ObjectDeletedException Thrown when trying to get/set description of an entity that no longer exists. DisplayText Returns the human readable string of the TM container. Declaration public string DisplayText { get; } Property Value Type Description string Id Gets the unique ID for this database server. Declaration public Guid Id { get; } Property Value Type Description Guid Remarks This is auto-generated by the system when the container is created. Exceptions Type Condition ObjectDeletedException Thrown when trying to get the ID of an entity that no longer exists. IsDeleted Returns true if this translation memory has been deleted. Declaration public bool IsDeleted { get; } Property Value Type Description bool IsDirty Returns true if this container has unsaved changes. Declaration public bool IsDirty { get; } Property Value Type Description bool IsNewObject Gets a value indicating whether this instance is new object. Declaration public bool IsNewObject { get; } Property Value Type Description bool true if this instance is new object; otherwise, false . LinkedResourceGroupPaths Gets the collection of paths for the linked resource groups. Declaration public string[] LinkedResourceGroupPaths { get; set; } Property Value Type Description string Name Gets or sets the friendly name of the container. Declaration [Required(ErrorMessage = \"Required Field\")] [RegularExpression(\"[^\\\\\\\\/\\\"<>\\\\|\\\\*\\\\?%]+\", ErrorMessage = \"The following characters ^ \\\\ / \\\\\\\" < > | * ? % are not allowed\")] [StringLength(50, ErrorMessage = \"Name cannot exceed 50 characters.\")] public string Name { get; set; } Property Value Type Description string Exceptions Type Condition ObjectDeletedException Thrown when trying to get/set name of an entity that no longer exists. ParentResourceGroupDescription Gets the parent resource group description. Declaration public string ParentResourceGroupDescription { get; set; } Property Value Type Description string ParentResourceGroupName Gets the parent resource group name. Declaration public string ParentResourceGroupName { get; set; } Property Value Type Description string ParentResourceGroupPath Gets or sets the parent resource group path. Declaration [Required(ErrorMessage = \"Required Field\")] public string ParentResourceGroupPath { get; set; } Property Value Type Description string The parent resource group path. Password Gets or sets the password for the user name specified in UserName that is used for TM container. Declaration [Required(ErrorMessage = \"Required Field\")] [StringLength(30, ErrorMessage = \"Password too long!\")] public string Password { get; set; } Property Value Type Description string Remarks The password is only used when ServerType is set to Oracle . Exceptions Type Condition ObjectDeletedException Thrown when trying to set Password of an entity that no longer exists. TranslationMemories Gets the translation memories in this container. Declaration public ReadOnlyCollection TranslationMemories { get; } Property Value Type Description ReadOnlyCollection ServerBasedTranslationMemory TranslationMemoryNames Returns the list of translation memory names in this container. Declaration public IList TranslationMemoryNames { get; } Property Value Type Description IList string TranslationProviderServer Gets the server. Declaration public TranslationProviderServer TranslationProviderServer { get; } Property Value Type Description TranslationProviderServer UserName Gets or sets the user name used for TM container together with the password specified in Password . Declaration [Required(ErrorMessage = \"Required Field\")] [StringLength(30, ErrorMessage = \"User Name too long!\")] public string UserName { get; set; } Property Value Type Description string Remarks The user name is only used when ServerType is set to Oracle . Exceptions Type Condition ObjectDeletedException Thrown when trying to set UserName of an entity that no longer exists. Methods Delete() Deletes this translation memory container. Declaration public void Delete() Remarks Note that this automatically updates the Containers collection if that has been loaded already. Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. ObjectNotSavedException Thrown when this object has not been initially saved yet. Equals(TranslationMemoryContainer) Indicates whether the current object is equal to another object of the same type. Declaration public bool Equals(TranslationMemoryContainer other) Parameters Type Name Description TranslationMemoryContainer other An object to compare with this object. Returns Type Description bool true if the current object is equal to the other parameter; otherwise, false. Equals(object) Determines whether the specified object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with this instance. Returns Type Description bool true if the specified object is equal to this instance; otherwise, false . Overrides object.Equals(object) Exceptions Type Condition NullReferenceException The obj parameter is null. GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description int A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides object.GetHashCode() HasPermission(string) Gets whether this object has the permission with the specified name. Declaration public bool HasPermission(string permission) Parameters Type Name Description string permission The permission name. Returns Type Description bool true is the object has the specified permission. LoadTranslationMemoryNames() Initializes the lazy TranslationMemoryNames property. Declaration public void LoadTranslationMemoryNames() Save() Saves this container. Declaration public void Save() Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. Events PropertyChanged Occurs when a property value changes. Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description PropertyChangedEventHandler Implements IEditableObject INotifyPropertyChanged IEquatable IPermissionCheck" + "keywords": "Class TranslationMemoryContainer Represents a database using for storing server-based translation memories. Inheritance System.Object TranslationMemoryContainer Implements System.ComponentModel.IEditableObject System.ComponentModel.INotifyPropertyChanged System.IEquatable < TranslationMemoryContainer > IPermissionCheck Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationMemoryContainer : IEquatable, IPermissionCheck Constructors TranslationMemoryContainer(TranslationProviderServer) Creates a new translation memory container. Note that you have to call Save() to persist the container object, after setting all the required properties. Declaration public TranslationMemoryContainer(TranslationProviderServer server) Parameters Type Name Description TranslationProviderServer server The translation provider server with which the container should be registered. Exceptions Type Condition System.ArgumentNullException Thrown when server is null. Properties DatabaseName Gets or sets the database name. Declaration public string DatabaseName { get; set; } Property Value Type Description System.String Remarks If the database does not exist yet, it will be created automatically. If the database already exists, it will be registered with the system, together with any translation memories it contains. Exceptions Type Condition NullPropertyException Thrown when trying to set this property to null or an empty string. System.InvalidOperationException Thrown when trying to set this property after initial creation of the database server. ObjectDeletedException Thrown when trying to get/set DatabaseName of an entity that no longer exists. DatabaseServer Gets or sets the database server this container belongs to. Declaration public DatabaseServer DatabaseServer { get; set; } Property Value Type Description DatabaseServer Exceptions Type Condition NullPropertyException Thrown when trying to set this property to null or is already null. System.InvalidOperationException Thrown when trying to set this property after initial creation of the database server. Description Gets or sets the description of the container. Declaration public string Description { get; set; } Property Value Type Description System.String The description. Exceptions Type Condition ObjectDeletedException Thrown when trying to get/set description of an entity that no longer exists. DisplayText Returns the human readable string of the TM container. Declaration public string DisplayText { get; } Property Value Type Description System.String Id Gets the unique ID for this database server. Declaration public Guid Id { get; } Property Value Type Description System.Guid Remarks This is auto-generated by the system when the container is created. Exceptions Type Condition ObjectDeletedException Thrown when trying to get the ID of an entity that no longer exists. IsDeleted Returns true if this translation memory has been deleted. Declaration public bool IsDeleted { get; } Property Value Type Description System.Boolean IsDirty Returns true if this container has unsaved changes. Declaration public bool IsDirty { get; } Property Value Type Description System.Boolean IsNewObject Gets a value indicating whether this instance is new object. Declaration public bool IsNewObject { get; } Property Value Type Description System.Boolean true if this instance is new object; otherwise, false . LinkedResourceGroupPaths Gets the collection of paths for the linked resource groups. Declaration public string[] LinkedResourceGroupPaths { get; set; } Property Value Type Description System.String [] Name Gets or sets the friendly name of the container. Declaration public string Name { get; set; } Property Value Type Description System.String Exceptions Type Condition ObjectDeletedException Thrown when trying to get/set name of an entity that no longer exists. ParentResourceGroupDescription Gets the parent resource group description. Declaration public string ParentResourceGroupDescription { get; set; } Property Value Type Description System.String ParentResourceGroupName Gets the parent resource group name. Declaration public string ParentResourceGroupName { get; set; } Property Value Type Description System.String ParentResourceGroupPath Gets or sets the parent resource group path. Declaration public string ParentResourceGroupPath { get; set; } Property Value Type Description System.String The parent resource group path. Password Gets or sets the password for the user name specified in UserName that is used for TM container. Declaration public string Password { get; set; } Property Value Type Description System.String Remarks The password is only used when ServerType is set to Oracle . Exceptions Type Condition ObjectDeletedException Thrown when trying to set Password of an entity that no longer exists. TranslationMemories Gets the translation memories in this container. Declaration public ReadOnlyCollection TranslationMemories { get; } Property Value Type Description System.Collections.ObjectModel.ReadOnlyCollection < ServerBasedTranslationMemory > TranslationMemoryNames Returns the list of translation memory names in this container. Declaration public IList TranslationMemoryNames { get; } Property Value Type Description System.Collections.Generic.IList < System.String > TranslationProviderServer Gets the server. Declaration public TranslationProviderServer TranslationProviderServer { get; } Property Value Type Description TranslationProviderServer UserName Gets or sets the user name used for TM container together with the password specified in Password . Declaration public string UserName { get; set; } Property Value Type Description System.String Remarks The user name is only used when ServerType is set to Oracle . Exceptions Type Condition ObjectDeletedException Thrown when trying to set UserName of an entity that no longer exists. Methods Delete() Deletes this translation memory container. Declaration public void Delete() Remarks Note that this automatically updates the Containers collection if that has been loaded already. Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. ObjectNotSavedException Thrown when this object has not been initially saved yet. Equals(TranslationMemoryContainer) Indicates whether the current object is equal to another object of the same type. Declaration public bool Equals(TranslationMemoryContainer other) Parameters Type Name Description TranslationMemoryContainer other An object to compare with this object. Returns Type Description System.Boolean true if the current object is equal to the other parameter; otherwise, false. Equals(Object) Determines whether the specified System.Object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The System.Object to compare with this instance. Returns Type Description System.Boolean true if the specified System.Object is equal to this instance; otherwise, false . Overrides System.Object.Equals(System.Object) Exceptions Type Condition System.NullReferenceException The obj parameter is null. GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides System.Object.GetHashCode() HasPermission(String) Gets whether this object has the permission with the specified name. Declaration public bool HasPermission(string permission) Parameters Type Name Description System.String permission The permission name. Returns Type Description System.Boolean true is the object has the specified permission. LoadTranslationMemoryNames() Initializes the lazy TranslationMemoryNames property. Declaration public void LoadTranslationMemoryNames() Save() Saves this container. Declaration public void Save() Exceptions Type Condition ObjectDeletedException Thrown when this object has already been deleted. Events PropertyChanged Occurs when a property value changes. Declaration public event PropertyChangedEventHandler PropertyChanged Event Type Type Description System.ComponentModel.PropertyChangedEventHandler Implements System.ComponentModel.IEditableObject System.ComponentModel.INotifyPropertyChanged System.IEquatable IPermissionCheck" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainerPermissions.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainerPermissions.html", "title": "Class TranslationMemoryContainerPermissions", - "keywords": "Class TranslationMemoryContainerPermissions Translation memory container permissions Inheritance object TranslationMemoryContainerPermissions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class TranslationMemoryContainerPermissions Fields Add User can add translation memory containers. Declaration public const string Add = \"tmcontainer.add\" Field Value Type Description string Delete User can delete translation memory containers. Declaration public const string Delete = \"tmcontainer.delete\" Field Value Type Description string Edit User can edit translation memory containers. Declaration public const string Edit = \"tmcontainer.edit\" Field Value Type Description string View User can view translation memory containers. Declaration public const string View = \"tmcontainer.view\" Field Value Type Description string" + "keywords": "Class TranslationMemoryContainerPermissions Translation memory container permissions Inheritance System.Object TranslationMemoryContainerPermissions 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class TranslationMemoryContainerPermissions Fields Add User can add translation memory containers. Declaration public const string Add = \"tmcontainer.add\" Field Value Type Description System.String Delete User can delete translation memory containers. Declaration public const string Delete = \"tmcontainer.delete\" Field Value Type Description System.String Edit User can edit translation memory containers. Declaration public const string Edit = \"tmcontainer.edit\" Field Value Type Description System.String View User can view translation memory containers. Declaration public const string View = \"tmcontainer.view\" Field Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.html", "title": "Class TranslationMemoryExporter", - "keywords": "Class TranslationMemoryExporter This class implements exporting translation units into TMX files. Inheritance object ExporterAsync Exporter TranslationMemoryExporter Inherited Members Exporter.OnBatchExportedAsync(int, int) Exporter.Export(IExportOrigin, string, bool) ExporterAsync.ExportAsync(IExportOriginAsync, string, bool) ExporterAsync.TmxExportFormat ExporterAsync.FilterExpression object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationMemoryExporter : Exporter Constructors TranslationMemoryExporter() Initializes a new instance of the TranslationMemoryExporter class. Declaration public TranslationMemoryExporter() TranslationMemoryExporter(ITranslationMemoryLanguageDirection) Initializes a new instance of the TranslationMemoryExporter class with the specified languageDirection. Declaration public TranslationMemoryExporter(ITranslationMemoryLanguageDirection languageDirection) Parameters Type Name Description ITranslationMemoryLanguageDirection languageDirection The translation memory language direction to export from. Fields DefaultTranslationUnitChunkSize Defines the default size for a chunk of translation units to be processed in one roundtrip through the import/export process. The default chunk size is 50. Declaration public const int DefaultTranslationUnitChunkSize = 25 Field Value Type Description int MaxTranslationUnitChunkSize Defines the maximum allowed chunk size. The maximum allowed chunk size is 200. Declaration public const int MaxTranslationUnitChunkSize = 200 Field Value Type Description int Properties ChunkSize Gets or sets the size of the translation unit chunk size Declaration public int ChunkSize { get; set; } Property Value Type Description int The size of the chunk. Remarks The exporter implementation has always ignored this value. It is left in this class following refactoring, purely to retain binary compatibility TranslationMemoryLanguageDirection Gets or sets the translation memory language direction. Declaration public ITranslationMemoryLanguageDirection TranslationMemoryLanguageDirection { get; set; } Property Value Type Description ITranslationMemoryLanguageDirection The translation memory language direction. Methods Export(string, bool) Starts the export process with the configured settings into a file with the specified name. This method supports GZip compressed files, such as: export.tmx.gz Declaration public void Export(string fileName, bool overwriteExisting) Parameters Type Name Description string fileName Name of the file. bool overwriteExisting if set to true [overwrite existing]. Events BatchExported Occurs when ever a batch is imported, set Cancel = True to stop the export. Declaration public event EventHandler BatchExported Event Type Type Description EventHandler BatchExportedEventArgs Remarks Hides the base class event (which our handler re-fires through this one) so that existing client code will see no namespace change after refactoring" + "keywords": "Class TranslationMemoryExporter This class implements exporting translation units into TMX files. Inheritance System.Object ExporterAsync Exporter TranslationMemoryExporter Inherited Members Exporter.OnBatchExportedAsync(Int32, Int32) Exporter.Export(IExportOrigin, String, Boolean) ExporterAsync.ExportAsync(IExportOriginAsync, String, Boolean) ExporterAsync.TmxExportFormat ExporterAsync.FilterExpression 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationMemoryExporter : Exporter Constructors TranslationMemoryExporter() Initializes a new instance of the TranslationMemoryExporter class. Declaration public TranslationMemoryExporter() TranslationMemoryExporter(ITranslationMemoryLanguageDirection) Initializes a new instance of the TranslationMemoryExporter class with the specified languageDirection. Declaration public TranslationMemoryExporter(ITranslationMemoryLanguageDirection languageDirection) Parameters Type Name Description ITranslationMemoryLanguageDirection languageDirection The translation memory language direction to export from. Fields DefaultTranslationUnitChunkSize Defines the default size for a chunk of translation units to be processed in one roundtrip through the import/export process. The default chunk size is 50. Declaration public const int DefaultTranslationUnitChunkSize = 25 Field Value Type Description System.Int32 MaxTranslationUnitChunkSize Defines the maximum allowed chunk size. The maximum allowed chunk size is 200. Declaration public const int MaxTranslationUnitChunkSize = 200 Field Value Type Description System.Int32 Properties ChunkSize Gets or sets the size of the translation unit chunk size Declaration public int ChunkSize { get; set; } Property Value Type Description System.Int32 The size of the chunk. Remarks The exporter implementation has always ignored this value. It is left in this class following refactoring, purely to retain binary compatibility TranslationMemoryLanguageDirection Gets or sets the translation memory language direction. Declaration public ITranslationMemoryLanguageDirection TranslationMemoryLanguageDirection { get; set; } Property Value Type Description ITranslationMemoryLanguageDirection The translation memory language direction. Methods Export(String, Boolean) Starts the export process with the configured settings into a file with the specified name. This method supports GZip compressed files, such as: export.tmx.gz Declaration public void Export(string fileName, bool overwriteExisting) Parameters Type Name Description System.String fileName Name of the file. System.Boolean overwriteExisting if set to true [overwrite existing]. Events BatchExported Occurs when ever a batch is imported, set Cancel = True to stop the export. Declaration public event EventHandler BatchExported Event Type Type Description System.EventHandler < BatchExportedEventArgs > Remarks Hides the base class event (which our handler re-fires through this one) so that existing client code will see no namespace change after refactoring" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryFieldsPermissions.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryFieldsPermissions.html", "title": "Class TranslationMemoryFieldsPermissions", - "keywords": "Class TranslationMemoryFieldsPermissions Permissions for language resources in a TM. Inheritance object TranslationMemoryFieldsPermissions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class TranslationMemoryFieldsPermissions Fields AddResource Can add a fields template Declaration public const string AddResource = \"tmfields.add\" Field Value Type Description string DeleteResource Can delete a fields template Declaration public const string DeleteResource = \"tmfields.delete\" Field Value Type Description string ReadResource Can read a fields template Declaration public const string ReadResource = \"tmfields.view\" Field Value Type Description string WriteResource Can update a fields template Declaration public const string WriteResource = \"tmfields.edit\" Field Value Type Description string" + "keywords": "Class TranslationMemoryFieldsPermissions Permissions for language resources in a TM. Inheritance System.Object TranslationMemoryFieldsPermissions 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class TranslationMemoryFieldsPermissions Fields AddResource Can add a fields template Declaration public const string AddResource = \"tmfields.add\" Field Value Type Description System.String DeleteResource Can delete a fields template Declaration public const string DeleteResource = \"tmfields.delete\" Field Value Type Description System.String ReadResource Can read a fields template Declaration public const string ReadResource = \"tmfields.view\" Field Value Type Description System.String WriteResource Can update a fields template Declaration public const string WriteResource = \"tmfields.edit\" Field Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryFileAccessMode.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryFileAccessMode.html", "title": "Enum TranslationMemoryFileAccessMode", - "keywords": "Enum TranslationMemoryFileAccessMode The possible \"access modes\" for a password protected file-based TM. A password can be set for each access mode. Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public enum TranslationMemoryFileAccessMode Fields Name Description Administrator Administrator-level access Maintenance Maintenance-level access ReadOnly Read-only access ReadWrite Read-write access" + "keywords": "Enum TranslationMemoryFileAccessMode The possible \"access modes\" for a password protected file-based TM. A password can be set for each access mode. Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public enum TranslationMemoryFileAccessMode Fields Name Description Administrator Administrator-level access Maintenance Maintenance-level access ReadOnly Read-only access ReadWrite Read-write access" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.html", "title": "Class TranslationMemoryImporter", - "keywords": "Class TranslationMemoryImporter This class exposes functionality to import a bilingual TMX file or a bilingual document into a translation memory. Inheritance object ImporterAsync Importer TranslationMemoryImporter Inherited Members Importer.Import(string, IImportDestination) Importer.OnBatchImportedAsync(ImportStatistics, ImportResults) ImporterAsync.DefaultTranslationUnitChunkSize ImporterAsync.MaxTranslationUnitChunkSize ImporterAsync.MinTranslationUnitChunkSize ImporterAsync.Buffer ImporterAsync.ErrorOutput ImporterAsync.BadTuCount ImporterAsync._batchImportedAsync ImporterAsync.ImportAsync(string, IImportDestinationAsync) ImporterAsync.GetDefaultFileTypeManager() ImporterAsync.Flush(ImportStatistics, IImportDestinationAsync) ImporterAsync.OutputErrorTuAsync(TranslationUnit, ImportResult) ImporterAsync.Statistics ImporterAsync.FileTypeManager ImporterAsync.CanChangeImportFile ImporterAsync.TranslationMemoryUserIdSetting ImporterAsync.ChunkSize ImporterAsync.Exclusive ImporterAsync.ImportSettings ImporterAsync.InvalidTranslationUnitsExportPath object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationMemoryImporter : Importer Constructors TranslationMemoryImporter() Initializes a new instance of the TranslationMemoryImporter class. Declaration public TranslationMemoryImporter() TranslationMemoryImporter(ITranslationMemoryLanguageDirection) Initializes a new instance of the TranslationMemoryImporter class. Declaration public TranslationMemoryImporter(ITranslationMemoryLanguageDirection languageDirection) Parameters Type Name Description ITranslationMemoryLanguageDirection languageDirection The language direction. Properties TranslationMemoryLanguageDirection Gets or sets the translation memory language direction. Declaration public ITranslationMemoryLanguageDirection TranslationMemoryLanguageDirection { get; } Property Value Type Description ITranslationMemoryLanguageDirection The translation memory language direction. Methods GetServerImportStatus() Checks the server for the import status Declaration public ServerImportStatus GetServerImportStatus() Returns Type Description ServerImportStatus Import(string) Starts the import from the specified file. Declaration public void Import(string fileName) Parameters Type Name Description string fileName The file name. IsSupportedByTmServiceImport(string) Check if the file is supported for TMService import Declaration public static bool IsSupportedByTmServiceImport(string file) Parameters Type Name Description string file Returns Type Description bool Events BatchImported Occurs when a TU batch is imported Declaration public event EventHandler BatchImported Event Type Type Description EventHandler BatchImportedEventArgs Remarks Hides the base class event (which our handler re-fires through this one) so that existing client code will see no namespace change after refactoring" + "keywords": "Class TranslationMemoryImporter This class exposes functionality to import a bilingual TMX file or a bilingual document into a translation memory. Inheritance System.Object ImporterAsync Importer TranslationMemoryImporter Inherited Members Importer.Import(String, IImportDestination) Importer.OnBatchImportedAsync(ImportStatistics, ImportResults) ImporterAsync.DefaultTranslationUnitChunkSize ImporterAsync.MaxTranslationUnitChunkSize ImporterAsync.MinTranslationUnitChunkSize ImporterAsync.Buffer ImporterAsync.ErrorOutput ImporterAsync.BadTuCount ImporterAsync._batchImportedAsync ImporterAsync.ImportAsync(String, IImportDestinationAsync) ImporterAsync.GetDefaultFileTypeManager() ImporterAsync.Flush(ImportStatistics, IImportDestinationAsync) ImporterAsync.OutputErrorTuAsync(TranslationUnit, ImportResult) ImporterAsync.Statistics ImporterAsync.FileTypeManager ImporterAsync.CanChangeImportFile ImporterAsync.TranslationMemoryUserIdSetting ImporterAsync.ChunkSize ImporterAsync.Exclusive ImporterAsync.ImportSettings ImporterAsync.InvalidTranslationUnitsExportPath 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationMemoryImporter : Importer Constructors TranslationMemoryImporter() Initializes a new instance of the TranslationMemoryImporter class. Declaration public TranslationMemoryImporter() TranslationMemoryImporter(ITranslationMemoryLanguageDirection) Initializes a new instance of the TranslationMemoryImporter class. Declaration public TranslationMemoryImporter(ITranslationMemoryLanguageDirection languageDirection) Parameters Type Name Description ITranslationMemoryLanguageDirection languageDirection The language direction. Properties TranslationMemoryLanguageDirection Gets or sets the translation memory language direction. Declaration public ITranslationMemoryLanguageDirection TranslationMemoryLanguageDirection { get; } Property Value Type Description ITranslationMemoryLanguageDirection The translation memory language direction. Methods GetServerImportStatus() Checks the server for the import status Declaration public ServerImportStatus GetServerImportStatus() Returns Type Description ServerImportStatus Import(String) Starts the import from the specified file. Declaration public void Import(string fileName) Parameters Type Name Description System.String fileName The file name. IsSupportedByTmServiceImport(String) Check if the file is supported for TMService import Declaration public static bool IsSupportedByTmServiceImport(string file) Parameters Type Name Description System.String file Returns Type Description System.Boolean Events BatchImported Occurs when a TU batch is imported Declaration public event EventHandler BatchImported Event Type Type Description System.EventHandler < BatchImportedEventArgs > Remarks Hides the base class event (which our handler re-fires through this one) so that existing client code will see no namespace change after refactoring" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryLanguageResourcePermissions.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryLanguageResourcePermissions.html", "title": "Class TranslationMemoryLanguageResourcePermissions", - "keywords": "Class TranslationMemoryLanguageResourcePermissions Permissions for language resources in a TM. Inheritance object TranslationMemoryLanguageResourcePermissions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class TranslationMemoryLanguageResourcePermissions Fields AddResource Can create a language resource like abbreviation, stop-word lists, etc. Declaration public const string AddResource = \"tmlangresource.add\" Field Value Type Description string DeleteResource Can delete the resource. Declaration public const string DeleteResource = \"tmlangresource.delete\" Field Value Type Description string ReadResource Can read a language resource like abbreviation, stop-word lists, etc. Declaration public const string ReadResource = \"tmlangresource.view\" Field Value Type Description string WriteResource Can update language resource like abbreviation, stop-word lists, etc. Declaration public const string WriteResource = \"tmlangresource.edit\" Field Value Type Description string" + "keywords": "Class TranslationMemoryLanguageResourcePermissions Permissions for language resources in a TM. Inheritance System.Object TranslationMemoryLanguageResourcePermissions 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class TranslationMemoryLanguageResourcePermissions Fields AddResource Can create a language resource like abbreviation, stop-word lists, etc. Declaration public const string AddResource = \"tmlangresource.add\" Field Value Type Description System.String DeleteResource Can delete the resource. Declaration public const string DeleteResource = \"tmlangresource.delete\" Field Value Type Description System.String ReadResource Can read a language resource like abbreviation, stop-word lists, etc. Declaration public const string ReadResource = \"tmlangresource.view\" Field Value Type Description System.String WriteResource Can update language resource like abbreviation, stop-word lists, etc. Declaration public const string WriteResource = \"tmlangresource.edit\" Field Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryPermissions.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryPermissions.html", "title": "Class TranslationMemoryPermissions", - "keywords": "Class TranslationMemoryPermissions Translation memory permissions Inheritance object TranslationMemoryPermissions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class TranslationMemoryPermissions Fields Add User can add translation memories. Declaration public const string Add = \"tm.add\" Field Value Type Description string Delete User can delete translation memories. Declaration public const string Delete = \"tm.delete\" Field Value Type Description string Edit User can edit existing translation memories. Declaration public const string Edit = \"tm.edit\" Field Value Type Description string View User can view translation memories. Declaration public const string View = \"tm.view\" Field Value Type Description string" + "keywords": "Class TranslationMemoryPermissions Translation memory permissions Inheritance System.Object TranslationMemoryPermissions 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class TranslationMemoryPermissions Fields Add User can add translation memories. Declaration public const string Add = \"tm.add\" Field Value Type Description System.String Delete User can delete translation memories. Declaration public const string Delete = \"tm.delete\" Field Value Type Description System.String Edit User can edit existing translation memories. Declaration public const string Edit = \"tm.edit\" Field Value Type Description System.String View User can view translation memories. Declaration public const string View = \"tm.view\" Field Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties.html", "title": "Enum TranslationMemoryProperties", - "keywords": "Enum TranslationMemoryProperties Represents the additional related objects that can be retrieved when retrieving one or more translation memories. Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax [Flags] public enum TranslationMemoryProperties Fields Name Description All Retrieve all the related objects of the translation memory. Container Retrieve the container that contains the translation memory. Fields Retrieve the fields of the translation memory or the fields of the fields template if the translation memory is associated with a fields template. LanguageDirections Retrieve the language directions. LanguageResourceData Retrieve the data of the language resources in addition to the language resources of the translation memory. See LanguageResources . LanguageResources Retrieve the language resources of the translation memory or the language resources of the language resources template if the translation memory is associated with a language resources template. Note that this does not include the actual data of the language resource. None Retrieve just the translation memory, but no additional objects. ScheduledOperations Retrieve the current scheduled oprations for the translation memory." + "keywords": "Enum TranslationMemoryProperties Represents the additional related objects that can be retrieved when retrieving one or more translation memories. Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax [Flags] public enum TranslationMemoryProperties Fields Name Description All Retrieve all the related objects of the translation memory. Container Retrieve the container that contains the translation memory. Fields Retrieve the fields of the translation memory or the fields of the fields template if the translation memory is associated with a fields template. LanguageDirections Retrieve the language directions. LanguageResourceData Retrieve the data of the language resources in addition to the language resources of the translation memory. See LanguageResources . LanguageResources Retrieve the language resources of the translation memory or the language resources of the language resources template if the translation memory is associated with a language resources template. Note that this does not include the actual data of the language resource. None Retrieve just the translation memory, but no additional objects. ScheduledOperations Retrieve the current scheduled oprations for the translation memory." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.html", "title": "Class TranslationMemoryQuery", - "keywords": "Class TranslationMemoryQuery Defines the query to be executed over the translation memories Inheritance object TranslationMemoryQuery Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationMemoryQuery Constructors TranslationMemoryQuery() Default constructor for TM query Declaration public TranslationMemoryQuery() Properties ContainerNames Filter by the containers Declaration public string[] ContainerNames { get; set; } Property Value Type Description string FieldTemplateIds Filter by template id's Declaration public Guid[] FieldTemplateIds { get; set; } Property Value Type Description Guid IncludeChildResourceGroups Decide to include sub-organization when filtering by the organiation Declaration public bool IncludeChildResourceGroups { get; set; } Property Value Type Description bool Index O based index of page results Declaration public int Index { get; set; } Property Value Type Description int IsMain Filter the main translation memories Declaration public bool IsMain { get; set; } Property Value Type Description bool IsProject Filter the project translation memories Declaration public bool IsProject { get; set; } Property Value Type Description bool LanguageResourceIds Filter by language template id's Declaration public Guid[] LanguageResourceIds { get; set; } Property Value Type Description Guid OwnerId Filter by the ownerId (this is used for GroupShare 2017 for compatibility, from 2017SR1, ResourceGroup is supposed to be used) Declaration public string OwnerId { get; set; } Property Value Type Description string Properties The expected properties of the translation memory. Declaration public TranslationMemoryProperties Properties { get; set; } Property Value Type Description TranslationMemoryProperties ResourceGroupPath Filter by the organization Declaration public string ResourceGroupPath { get; set; } Property Value Type Description string Size the max number of entities to be returned by the query Declaration public int Size { get; set; } Property Value Type Description int SourceLanguageCodes Filter by the source languages Declaration public string[] SourceLanguageCodes { get; set; } Property Value Type Description string TargetLanguageCodes Filter by the source languages Declaration public string[] TargetLanguageCodes { get; set; } Property Value Type Description string Text Filter by text in name or description Declaration public string Text { get; set; } Property Value Type Description string" + "keywords": "Class TranslationMemoryQuery Defines the query to be executed over the translation memories Inheritance System.Object TranslationMemoryQuery 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationMemoryQuery Constructors TranslationMemoryQuery() Default constructor for TM query Declaration public TranslationMemoryQuery() Properties ContainerNames Filter by the containers Declaration public string[] ContainerNames { get; set; } Property Value Type Description System.String [] FieldTemplateIds Filter by template id's Declaration public Guid[] FieldTemplateIds { get; set; } Property Value Type Description System.Guid [] IncludeChildResourceGroups Decide to include sub-organization when filtering by the organiation Declaration public bool IncludeChildResourceGroups { get; set; } Property Value Type Description System.Boolean Index O based index of page results Declaration public int Index { get; set; } Property Value Type Description System.Int32 IsMain Filter the main translation memories Declaration public bool IsMain { get; set; } Property Value Type Description System.Boolean IsProject Filter the project translation memories Declaration public bool IsProject { get; set; } Property Value Type Description System.Boolean LanguageResourceIds Filter by language template id's Declaration public Guid[] LanguageResourceIds { get; set; } Property Value Type Description System.Guid [] OwnerId Filter by the ownerId (this is used for GroupShare 2017 for compatibility, from 2017SR1, ResourceGroup is supposed to be used) Declaration public string OwnerId { get; set; } Property Value Type Description System.String Properties The expected properties of the translation memory. Declaration public TranslationMemoryProperties Properties { get; set; } Property Value Type Description TranslationMemoryProperties ResourceGroupPath Filter by the organization Declaration public string ResourceGroupPath { get; set; } Property Value Type Description System.String Size the max number of entities to be returned by the query Declaration public int Size { get; set; } Property Value Type Description System.Int32 SourceLanguageCodes Filter by the source languages Declaration public string[] SourceLanguageCodes { get; set; } Property Value Type Description System.String [] TargetLanguageCodes Filter by the source languages Declaration public string[] TargetLanguageCodes { get; set; } Property Value Type Description System.String [] Text Filter by text in name or description Declaration public string Text { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemorySearchResultConverters.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemorySearchResultConverters.html", "title": "Class TranslationMemorySearchResultConverters", - "keywords": "Class TranslationMemorySearchResultConverters A converter helper class that converts from SearchResults to Subsegmentsearch results Inheritance object TranslationMemorySearchResultConverters Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class TranslationMemorySearchResultConverters Methods ToSegmentAndSubsegmentSearchResults(SearchResults[]) Converts the given SearchResults array to an SegmentAndSubsegmentSearchResults array Declaration public static SegmentAndSubsegmentSearchResults[] ToSegmentAndSubsegmentSearchResults(SearchResults[] results) Parameters Type Name Description SearchResults results Returns Type Description SegmentAndSubsegmentSearchResults" + "keywords": "Class TranslationMemorySearchResultConverters A converter helper class that converts from SearchResults to Subsegmentsearch results Inheritance System.Object TranslationMemorySearchResultConverters 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class TranslationMemorySearchResultConverters Methods ToSegmentAndSubsegmentSearchResults(SearchResults[]) Converts the given SearchResults array to an SegmentAndSubsegmentSearchResults array Declaration public static SegmentAndSubsegmentSearchResults[] ToSegmentAndSubsegmentSearchResults(SearchResults[] results) Parameters Type Name Description SearchResults [] results Returns Type Description SegmentAndSubsegmentSearchResults []" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.html", "title": "Class TranslationMemoryUpgradeUtil", - "keywords": "Class TranslationMemoryUpgradeUtil Utility class for upgrading file-based translation memories and checking if they need maintenance Inheritance object TranslationMemoryUpgradeUtil Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationMemoryUpgradeUtil Constructors TranslationMemoryUpgradeUtil() Declaration public TranslationMemoryUpgradeUtil() Methods FineGrainedAlignmentSupportRecommended(ITranslationMemory) Determine if file grained alingment (FGA) support is recommended Declaration public static bool FineGrainedAlignmentSupportRecommended(ITranslationMemory translationMemory) Parameters Type Name Description ITranslationMemory translationMemory Returns Type Description bool TranslationMemoryRequiresAlignment(ITranslationProvider) Determine if TM has content that should be aligned (FGA) Declaration public static bool TranslationMemoryRequiresAlignment(ITranslationProvider translationMemory) Parameters Type Name Description ITranslationProvider translationMemory Returns Type Description bool TranslationMemoryRequiresModelRebuild(ITranslationProvider) Determines if TM requires model rebuild Declaration public static bool TranslationMemoryRequiresModelRebuild(ITranslationProvider translationMemory) Parameters Type Name Description ITranslationProvider translationMemory Returns Type Description bool TranslationMemoryRequiresReindex(ITranslationProvider) Determine if TM is indicating it has content that needs reindexing Declaration public static bool TranslationMemoryRequiresReindex(ITranslationProvider translationMemory) Parameters Type Name Description ITranslationProvider translationMemory Returns Type Description bool TranslationMemoryRequiresUpgrade(ITranslationProvider) Determine if the TM requires upgrade Declaration public static bool TranslationMemoryRequiresUpgrade(ITranslationProvider translationMemory) Parameters Type Name Description ITranslationProvider translationMemory Returns Type Description bool TranslationMemoryRequiresUpgradeOrFGASupportRecommended(ITranslationProvider) Determine if the TM requires upgrade or FGA support is recommended Declaration public static bool TranslationMemoryRequiresUpgradeOrFGASupportRecommended(ITranslationProvider translationMemory) Parameters Type Name Description ITranslationProvider translationMemory Returns Type Description bool TranslationMemoryWillRequireReindexAfterUpgrade(ITranslationMemory) Determine if the TM will require a reindex after upgrade Declaration public static bool TranslationMemoryWillRequireReindexAfterUpgrade(ITranslationMemory translationMemory) Parameters Type Name Description ITranslationMemory translationMemory Returns Type Description bool TranslationMemoryWithAsianLanguageRequiresUpgrade(ITranslationMemory) Determine if the TM requires an upgrade with an Asian source language Declaration public static bool TranslationMemoryWithAsianLanguageRequiresUpgrade(ITranslationMemory translationMemory) Parameters Type Name Description ITranslationMemory translationMemory Returns Type Description bool UpgradeTranslationMemory(ITranslationMemory) Modifies the translation memory settings so as to prompt in-place upgrade when saved Declaration public static void UpgradeTranslationMemory(ITranslationMemory translationMemory) Parameters Type Name Description ITranslationMemory translationMemory UseCharacterCounts(CultureCode) Diferentiate between Asian/non Asian source culture Declaration public static bool UseCharacterCounts(CultureCode cultureCode) Parameters Type Name Description CultureCode cultureCode Returns Type Description bool" + "keywords": "Class TranslationMemoryUpgradeUtil Utility class for upgrading file-based translation memories and checking if they need maintenance Inheritance System.Object TranslationMemoryUpgradeUtil 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationMemoryUpgradeUtil Constructors TranslationMemoryUpgradeUtil() Declaration public TranslationMemoryUpgradeUtil() Methods FineGrainedAlignmentSupportRecommended(ITranslationMemory) Determine if file grained alingment (FGA) support is recommended Declaration public static bool FineGrainedAlignmentSupportRecommended(ITranslationMemory translationMemory) Parameters Type Name Description ITranslationMemory translationMemory Returns Type Description System.Boolean TranslationMemoryRequiresAlignment(ITranslationProvider) Determine if TM has content that should be aligned (FGA) Declaration public static bool TranslationMemoryRequiresAlignment(ITranslationProvider translationMemory) Parameters Type Name Description ITranslationProvider translationMemory Returns Type Description System.Boolean TranslationMemoryRequiresModelRebuild(ITranslationProvider) Determines if TM requires model rebuild Declaration public static bool TranslationMemoryRequiresModelRebuild(ITranslationProvider translationMemory) Parameters Type Name Description ITranslationProvider translationMemory Returns Type Description System.Boolean TranslationMemoryRequiresReindex(ITranslationProvider) Determine if TM is indicating it has content that needs reindexing Declaration public static bool TranslationMemoryRequiresReindex(ITranslationProvider translationMemory) Parameters Type Name Description ITranslationProvider translationMemory Returns Type Description System.Boolean TranslationMemoryRequiresUpgrade(ITranslationProvider) Determine if the TM requires upgrade Declaration public static bool TranslationMemoryRequiresUpgrade(ITranslationProvider translationMemory) Parameters Type Name Description ITranslationProvider translationMemory Returns Type Description System.Boolean TranslationMemoryRequiresUpgradeOrFGASupportRecommended(ITranslationProvider) Determine if the TM requires upgrade or FGA support is recommended Declaration public static bool TranslationMemoryRequiresUpgradeOrFGASupportRecommended(ITranslationProvider translationMemory) Parameters Type Name Description ITranslationProvider translationMemory Returns Type Description System.Boolean TranslationMemoryWillRequireReindexAfterUpgrade(ITranslationMemory) Determine if the TM will require a reindex after upgrade Declaration public static bool TranslationMemoryWillRequireReindexAfterUpgrade(ITranslationMemory translationMemory) Parameters Type Name Description ITranslationMemory translationMemory Returns Type Description System.Boolean TranslationMemoryWithAsianLanguageRequiresUpgrade(ITranslationMemory) Determine if the TM requires an upgrade with an Asian source language Declaration public static bool TranslationMemoryWithAsianLanguageRequiresUpgrade(ITranslationMemory translationMemory) Parameters Type Name Description ITranslationMemory translationMemory Returns Type Description System.Boolean UpgradeTranslationMemory(ITranslationMemory) Modifies the translation memory settings so as to prompt in-place upgrade when saved Declaration public static void UpgradeTranslationMemory(ITranslationMemory translationMemory) Parameters Type Name Description ITranslationMemory translationMemory UseCharacterCounts(CultureCode) Diferentiate between Asian/non Asian source culture Declaration public static bool UseCharacterCounts(CultureCode cultureCode) Parameters Type Name Description Sdl.Core.Globalization.CultureCode cultureCode Returns Type Description System.Boolean" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMethod.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMethod.html", "title": "Enum TranslationMethod", - "keywords": "Enum TranslationMethod Enumerates the ways how a translation provider can compute a translation. See TranslationMethod . Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public enum TranslationMethod Fields Name Description CopySource A pseudo translation generated by copying the input (source) segment, potentially applying auto-localizations. MachineTranslation A machine translation engine is used to obtain the translation. Mixed A mixed model (different methods) are used to obtain the translation. Other An unspecified method is used to obtain the translation. PseudoTranslation A pseudo translation engine is used to obtain the translation. The translations typically are meaningless and are not supposed to be used or persistently stored. TranslationMemory A TM is used to obtain the translation. Unknown The method of translation is unknown." + "keywords": "Enum TranslationMethod Enumerates the ways how a translation provider can compute a translation. See TranslationMethod . Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public enum TranslationMethod Fields Name Description CopySource A pseudo translation generated by copying the input (source) segment, potentially applying auto-localizations. MachineTranslation A machine translation engine is used to obtain the translation. Mixed A mixed model (different methods) are used to obtain the translation. Other An unspecified method is used to obtain the translation. PseudoTranslation A pseudo translation engine is used to obtain the translation. The translations typically are meaningless and are not supposed to be used or persistently stored. TranslationMemory A TM is used to obtain the translation. Unknown The method of translation is unknown." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.html", "title": "Class TranslationProviderAuthenticationException", - "keywords": "Class TranslationProviderAuthenticationException Exception thrown when trying to access an object that has been deleted. Inheritance object Exception SystemException InvalidOperationException TranslationProviderAuthenticationException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationProviderAuthenticationException : InvalidOperationException, ISerializable, _Exception Constructors TranslationProviderAuthenticationException() Default constructor. Declaration public TranslationProviderAuthenticationException() TranslationProviderAuthenticationException(SerializationInfo, StreamingContext) Constructor for serialization. Declaration protected TranslationProviderAuthenticationException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context TranslationProviderAuthenticationException(string) Constructor with message. Declaration public TranslationProviderAuthenticationException(string message) Parameters Type Name Description string message TranslationProviderAuthenticationException(string, Exception) Constructor with message and inner exception. Declaration public TranslationProviderAuthenticationException(string message, Exception inner) Parameters Type Name Description string message Exception inner Implements ISerializable _Exception" + "keywords": "Class TranslationProviderAuthenticationException Exception thrown when trying to access an object that has been deleted. Inheritance System.Object System.Exception System.SystemException System.InvalidOperationException TranslationProviderAuthenticationException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationProviderAuthenticationException : InvalidOperationException, ISerializable, _Exception Constructors TranslationProviderAuthenticationException() Default constructor. Declaration public TranslationProviderAuthenticationException() TranslationProviderAuthenticationException(SerializationInfo, StreamingContext) Constructor for serialization. Declaration protected TranslationProviderAuthenticationException(SerializationInfo info, StreamingContext context) Parameters Type Name Description System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context TranslationProviderAuthenticationException(String) Constructor with message. Declaration public TranslationProviderAuthenticationException(string message) Parameters Type Name Description System.String message TranslationProviderAuthenticationException(String, Exception) Constructor with message and inner exception. Declaration public TranslationProviderAuthenticationException(string message, Exception inner) Parameters Type Name Description System.String message System.Exception inner Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCascadePermissions.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCascadePermissions.html", "title": "Class TranslationProviderCascadePermissions", - "keywords": "Class TranslationProviderCascadePermissions Translation provider cascade permissions Inheritance object TranslationProviderCascadePermissions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class TranslationProviderCascadePermissions Fields Add User can add translation provider cascades. Declaration public const string Add = \"tmcascade.add\" Field Value Type Description string Delete User can delete translation provider cascades. Declaration public const string Delete = \"tmcascade.delete\" Field Value Type Description string Edit User can edit translation provider cascades. Declaration public const string Edit = \"tmcascade.edit\" Field Value Type Description string View User can view translation provider cascades. Declaration public const string View = \"tmcascade.view\" Field Value Type Description string" + "keywords": "Class TranslationProviderCascadePermissions Translation provider cascade permissions Inheritance System.Object TranslationProviderCascadePermissions 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class TranslationProviderCascadePermissions Fields Add User can add translation provider cascades. Declaration public const string Add = \"tmcascade.add\" Field Value Type Description System.String Delete User can delete translation provider cascades. Declaration public const string Delete = \"tmcascade.delete\" Field Value Type Description System.String Edit User can edit translation provider cascades. Declaration public const string Edit = \"tmcascade.edit\" Field Value Type Description System.String View User can view translation provider cascades. Declaration public const string View = \"tmcascade.view\" Field Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.html", "title": "Class TranslationProviderCredential", - "keywords": "Class TranslationProviderCredential Represents a credential for a translation provider that can be stored in a ITranslationProviderCredentialStore . Inheritance object TranslationProviderCredential Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public sealed class TranslationProviderCredential Constructors TranslationProviderCredential(string, bool) Constructor that takes the given credential and whether to persist. Declaration public TranslationProviderCredential(string credential, bool persist) Parameters Type Name Description string credential credential bool persist persist Properties Credential Credential property represents the credential. Declaration public string Credential { get; } Property Value Type Description string Persist Persist property represents whether the credential will be persisted. Declaration public bool Persist { get; } Property Value Type Description bool" + "keywords": "Class TranslationProviderCredential Represents a credential for a translation provider that can be stored in a ITranslationProviderCredentialStore . Inheritance System.Object TranslationProviderCredential 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public sealed class TranslationProviderCredential Constructors TranslationProviderCredential(String, Boolean) Constructor that takes the given credential and whether to persist. Declaration public TranslationProviderCredential(string credential, bool persist) Parameters Type Name Description System.String credential credential System.Boolean persist persist Properties Credential Credential property represents the credential. Declaration public string Credential { get; } Property Value Type Description System.String Persist Persist property represents whether the credential will be persisted. Declaration public bool Persist { get; } Property Value Type Description System.Boolean" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.html", "title": "Class TranslationProviderCredentialStore", - "keywords": "Class TranslationProviderCredentialStore TranslationProviderCredentialStore class represents a standard implementation of a translation provider credential store. Inheritance object TranslationProviderCredentialStore Implements ITranslationProviderCredentialStore IXmlSerializable Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationProviderCredentialStore : ITranslationProviderCredentialStore, IXmlSerializable Constructors TranslationProviderCredentialStore() Declaration public TranslationProviderCredentialStore() Methods AddCredential(Uri, TranslationProviderCredential) Adds the given credential associated with the given uri. Declaration public void AddCredential(Uri uri, TranslationProviderCredential credential) Parameters Type Name Description Uri uri uri TranslationProviderCredential credential credential Clear() Clears all the credentials. Declaration public void Clear() GetCredential(Uri) Gets the credential with the given uri. Declaration public TranslationProviderCredential GetCredential(Uri uri) Parameters Type Name Description Uri uri uri Returns Type Description TranslationProviderCredential credential Remarks If the credential does not exist then it returns null. GetSchema() Gets the xml schema. Declaration public XmlSchema GetSchema() Returns Type Description XmlSchema xml schema ReadXml(XmlReader) Reads the xml from the given reader. Declaration public void ReadXml(XmlReader reader) Parameters Type Name Description XmlReader reader reader RemoveCredential(Uri) Removes the credential associated with the given uri. Declaration public void RemoveCredential(Uri uri) Parameters Type Name Description Uri uri uri WriteXml(XmlWriter) Writes the xml to the given writer. Declaration public void WriteXml(XmlWriter writer) Parameters Type Name Description XmlWriter writer writer Events CredentialsChanged CredentialsChanged event is fired whenever the credentials are added to or removed from the store. Declaration public event EventHandler CredentialsChanged Event Type Type Description EventHandler Implements ITranslationProviderCredentialStore IXmlSerializable" + "keywords": "Class TranslationProviderCredentialStore TranslationProviderCredentialStore class represents a standard implementation of a translation provider credential store. Inheritance System.Object TranslationProviderCredentialStore Implements ITranslationProviderCredentialStore System.Xml.Serialization.IXmlSerializable 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationProviderCredentialStore : ITranslationProviderCredentialStore Constructors TranslationProviderCredentialStore() Declaration public TranslationProviderCredentialStore() Methods AddCredential(Uri, TranslationProviderCredential) Adds the given credential associated with the given uri. Declaration public void AddCredential(Uri uri, TranslationProviderCredential credential) Parameters Type Name Description System.Uri uri uri TranslationProviderCredential credential credential Clear() Clears all the credentials. Declaration public void Clear() GetCredential(Uri) Gets the credential with the given uri. Declaration public TranslationProviderCredential GetCredential(Uri uri) Parameters Type Name Description System.Uri uri uri Returns Type Description TranslationProviderCredential credential Remarks If the credential does not exist then it returns null. GetSchema() Gets the xml schema. Declaration public XmlSchema GetSchema() Returns Type Description System.Xml.Schema.XmlSchema xml schema ReadXml(XmlReader) Reads the xml from the given reader. Declaration public void ReadXml(XmlReader reader) Parameters Type Name Description System.Xml.XmlReader reader reader RemoveCredential(Uri) Removes the credential associated with the given uri. Declaration public void RemoveCredential(Uri uri) Parameters Type Name Description System.Uri uri uri WriteXml(XmlWriter) Writes the xml to the given writer. Declaration public void WriteXml(XmlWriter writer) Parameters Type Name Description System.Xml.XmlWriter writer writer Events CredentialsChanged CredentialsChanged event is fired whenever the credentials are added to or removed from the store. Declaration public event EventHandler CredentialsChanged Event Type Type Description System.EventHandler Implements ITranslationProviderCredentialStore System.Xml.Serialization.IXmlSerializable" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.html", "title": "Class TranslationProviderDisplayInfo", - "keywords": "Class TranslationProviderDisplayInfo Represents information about a translation provider ( ITranslationProvider ) that can be used to display this translation provider in a user interface. The translation provider plug-in has to provide an implementation of ITranslationProviderWinFormsUI which supports getting display information through calling GetDisplayInfo(Uri, string) . Inheritance object TranslationProviderDisplayInfo Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationProviderDisplayInfo Constructors TranslationProviderDisplayInfo() Declaration public TranslationProviderDisplayInfo() Properties Name Gets the display name of the translation provider. Declaration public string Name { get; set; } Property Value Type Description string SearchResultImage Gets an image that can be used to represent the fact that a certain search result ( SearchResult ) was generated by this particular translation provider. Declaration public Image SearchResultImage { get; set; } Property Value Type Description Image TooltipText Gets descriptive text that can be shown in a tooltip or similar. Declaration public string TooltipText { get; set; } Property Value Type Description string TranslationProviderIcon Gets an image that can be used to represent this translation provider. Declaration public Icon TranslationProviderIcon { get; set; } Property Value Type Description Icon" + "keywords": "Class TranslationProviderDisplayInfo Represents information about a translation provider ( ITranslationProvider ) that can be used to display this translation provider in a user interface. The translation provider plug-in has to provide an implementation of ITranslationProviderWinFormsUI which supports getting display information through calling GetDisplayInfo(Uri, String) . Inheritance System.Object TranslationProviderDisplayInfo 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationProviderDisplayInfo Constructors TranslationProviderDisplayInfo() Declaration public TranslationProviderDisplayInfo() Properties Name Gets the display name of the translation provider. Declaration public string Name { get; set; } Property Value Type Description System.String SearchResultImage Gets an image that can be used to represent the fact that a certain search result ( SearchResult ) was generated by this particular translation provider. Declaration public Image SearchResultImage { get; set; } Property Value Type Description System.Drawing.Image TooltipText Gets descriptive text that can be shown in a tooltip or similar. Declaration public string TooltipText { get; set; } Property Value Type Description System.String TranslationProviderIcon Gets an image that can be used to represent this translation provider. Declaration public Icon TranslationProviderIcon { get; set; } Property Value Type Description System.Drawing.Icon" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.html", "title": "Class TranslationProviderFactoryAttribute", - "keywords": "Class TranslationProviderFactoryAttribute Extension attribute for registering a translation provider factory that supports a specific types of translation providers. Inheritance object Attribute ExtensionAttribute TranslationProviderFactoryAttribute Implements _Attribute Inherited Members ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax [ExtensionPointInfo(\"Translation Provider Factories\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class TranslationProviderFactoryAttribute : ExtensionAttribute, _Attribute Remarks Use this extension attribute to mark up implementations of ITranslationProviderFactory . The registered translation provider factories are used to instantiate translation providers when calling CreateTranslationProvider(Uri, string, ITranslationProviderCredentialStore) . Constructors TranslationProviderFactoryAttribute() Declaration public TranslationProviderFactoryAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates an extension targeting this extension point. This method is called by the framework while generating the plug-in manifest. Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages Overrides ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) Implements _Attribute" + "keywords": "Class TranslationProviderFactoryAttribute Extension attribute for registering a translation provider factory that supports a specific types of translation providers. Inheritance System.Object TranslationProviderFactoryAttribute Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class TranslationProviderFactoryAttribute : ExtensionAttribute Remarks Use this extension attribute to mark up implementations of ITranslationProviderFactory . The registered translation provider factories are used to instantiate translation providers when calling CreateTranslationProvider(Uri, String, ITranslationProviderCredentialStore) . Constructors TranslationProviderFactoryAttribute() Declaration public TranslationProviderFactoryAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates an extension targeting this extension point. This method is called by the framework while generating the plug-in manifest. Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.html", "title": "Class TranslationProviderInfo", - "keywords": "Class TranslationProviderInfo Represents general information about a translation provider ( ITranslationProvider ). Inheritance object TranslationProviderInfo Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationProviderInfo Constructors TranslationProviderInfo() Declaration public TranslationProviderInfo() Properties Name Gets the name of the translation provider. Declaration public string Name { get; set; } Property Value Type Description string TranslationMethod Gets the translation method used by the translation provider. Declaration public TranslationMethod TranslationMethod { get; set; } Property Value Type Description TranslationMethod" + "keywords": "Class TranslationProviderInfo Represents general information about a translation provider ( ITranslationProvider ). Inheritance System.Object TranslationProviderInfo 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationProviderInfo Constructors TranslationProviderInfo() Declaration public TranslationProviderInfo() Properties Name Gets the name of the translation provider. Declaration public string Name { get; set; } Property Value Type Description System.String TranslationMethod Gets the translation method used by the translation provider. Declaration public TranslationMethod TranslationMethod { get; set; } Property Value Type Description TranslationMethod" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.html", "title": "Class TranslationProviderManager", - "keywords": "Class TranslationProviderManager This class exposes functionality to work with translation provider plug-ins ( ITranslationProvider ) in a generic way. It allows creating translation providers in a generic way and also allows creating user interface components to manipulate translation provider settings ( ITranslationProviderWinFormsUI ). Inheritance object TranslationProviderManager Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationProviderManager Constructors TranslationProviderManager() Initializes a new instance of the TranslationProviderManager class. Declaration public TranslationProviderManager() Methods CreateTranslationProvider(Uri, string, ITranslationProviderCredentialStore) Creates a new translation provider for a given URI by selecting the appropriate factory ( ITranslationProviderFactory ). Declaration public ITranslationProvider CreateTranslationProvider(Uri translationProviderUri, string translationProviderState, ITranslationProviderCredentialStore credentialStore) Parameters Type Name Description Uri translationProviderUri A translation provider URI (see Uri ). string translationProviderState Serialized state information to be loaded into the translation provider after instantiation (see LoadState(string) and SerializeState() ). ITranslationProviderCredentialStore credentialStore A credential store object, which provides the relevant translation provider factory with the required credentials need to instantiate the translation provider. Returns Type Description ITranslationProvider Exceptions Type Condition ArgumentNullException Thrown if translationProviderUri , translationProviderState or credentialStore is null. ArgumentException Thrown if translationProviderUri is not supported by any of the available factories. ArgumentException Thrown if translationProviderState is invalid. TranslationProviderAuthenticationException Thrown when no credentials are available and no UI can be shown, or if the credentials provided by the user are invalid. GetTranslationProviderFactories() Gets a list of all available translation provider factories. Declaration public static IList GetTranslationProviderFactories() Returns Type Description IList ITranslationProviderFactory A list of all available translation provider factories. Remarks The factories returned are those that have been registered with the plug-in registry using the TranslationProviderFactoryAttribute attribute. GetTranslationProviderFactory(Uri) Gets the translation provider factory that supports the given translation provider uri. Declaration public static ITranslationProviderFactory GetTranslationProviderFactory(Uri translationProviderUri) Parameters Type Name Description Uri translationProviderUri translation provider uri Returns Type Description ITranslationProviderFactory translation provider factory GetTranslationProviderWinFormsUI(Uri) Gets the translation provider win forms ui that supports the given translation provider uri. Declaration public static ITranslationProviderWinFormsUI GetTranslationProviderWinFormsUI(Uri translationProviderUri) Parameters Type Name Description Uri translationProviderUri translation provider uri Returns Type Description ITranslationProviderWinFormsUI translation provider win forms ui GetTranslationProviderWinFormsUIs() Gets a list of all available translation provider win form uis. Declaration public static IList GetTranslationProviderWinFormsUIs() Returns Type Description IList ITranslationProviderWinFormsUI A list of all available translation provider win form uis. Remarks The win form uis returned are those that have been registered with the plug-in registry using the TranslationProviderWinFormsUiAttribute attribute." + "keywords": "Class TranslationProviderManager This class exposes functionality to work with translation provider plug-ins ( ITranslationProvider ) in a generic way. It allows creating translation providers in a generic way and also allows creating user interface components to manipulate translation provider settings ( ITranslationProviderWinFormsUI ). Inheritance System.Object TranslationProviderManager 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationProviderManager Constructors TranslationProviderManager() Initializes a new instance of the TranslationProviderManager class. Declaration public TranslationProviderManager() Methods CreateTranslationProvider(Uri, String, ITranslationProviderCredentialStore) Creates a new translation provider for a given URI by selecting the appropriate factory ( ITranslationProviderFactory ). Declaration public ITranslationProvider CreateTranslationProvider(Uri translationProviderUri, string translationProviderState, ITranslationProviderCredentialStore credentialStore) Parameters Type Name Description System.Uri translationProviderUri A translation provider URI (see Uri ). System.String translationProviderState Serialized state information to be loaded into the translation provider after instantiation (see LoadState(String) and SerializeState() ). ITranslationProviderCredentialStore credentialStore A credential store object, which provides the relevant translation provider factory with the required credentials need to instantiate the translation provider. Returns Type Description ITranslationProvider Exceptions Type Condition System.ArgumentNullException Thrown if translationProviderUri , translationProviderState or credentialStore is null. System.ArgumentException Thrown if translationProviderUri is not supported by any of the available factories. System.ArgumentException Thrown if translationProviderState is invalid. TranslationProviderAuthenticationException Thrown when no credentials are available and no UI can be shown, or if the credentials provided by the user are invalid. GetTranslationProviderFactories() Gets a list of all available translation provider factories. Declaration public static IList GetTranslationProviderFactories() Returns Type Description System.Collections.Generic.IList < ITranslationProviderFactory > A list of all available translation provider factories. Remarks The factories returned are those that have been registered with the plug-in registry using the TranslationProviderFactoryAttribute attribute. GetTranslationProviderFactory(Uri) Gets the translation provider factory that supports the given translation provider uri. Declaration public static ITranslationProviderFactory GetTranslationProviderFactory(Uri translationProviderUri) Parameters Type Name Description System.Uri translationProviderUri translation provider uri Returns Type Description ITranslationProviderFactory translation provider factory GetTranslationProviderWinFormsUI(Uri) Gets the translation provider win forms ui that supports the given translation provider uri. Declaration public static ITranslationProviderWinFormsUI GetTranslationProviderWinFormsUI(Uri translationProviderUri) Parameters Type Name Description System.Uri translationProviderUri translation provider uri Returns Type Description ITranslationProviderWinFormsUI translation provider win forms ui GetTranslationProviderWinFormsUIs() Gets a list of all available translation provider win form uis. Declaration public static IList GetTranslationProviderWinFormsUIs() Returns Type Description System.Collections.Generic.IList < ITranslationProviderWinFormsUI > A list of all available translation provider win form uis. Remarks The win form uis returned are those that have been registered with the plug-in registry using the TranslationProviderWinFormsUiAttribute attribute." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html", "title": "Class TranslationProviderServer", - "keywords": "Class TranslationProviderServer Represents server-provided access to translation memories and provides related administrative and maintenance services. Inheritance object TranslationProviderServer Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationProviderServer Constructors TranslationProviderServer(Uri, bool, string, string) Creates a new translation provider server. Declaration public TranslationProviderServer(Uri serverUri, bool useWindowsAuthentication, string userName, string password) Parameters Type Name Description Uri serverUri The URI of the server. This is of the form http://servername:port. bool useWindowsAuthentication Whether to use Windows authentication. When set to false , userName and password have to be specified. When set to true , either pass null for userName and password in order to log on as the currently logged on Windows user, or set userName to a domain-qualified Windows user name and password to the matching password to log on using basic Windows authentication. string userName When using custom authentication or basic Windows authentication, the user name of the user. Pass null to use integrated Windows authentication(see useWindowsAuthentication ). string password When using custom authentication or basic Windows authentication the password of the user. Pass null to use integrated Windows authentication (see useWindowsAuthentication ). TranslationProviderServer(Uri, string, string, DateTime) Creates a new translation provider server. Declaration public TranslationProviderServer(Uri serverUri, string userName, string authToken, DateTime expirationDate) Parameters Type Name Description Uri serverUri The URI of the server. This is of the form http://servername:port. string userName string authToken DateTime expirationDate Properties IsTranslationAndAnalysisServiceSupported Check if the server has Translation and Analysis Service support. Declaration public bool IsTranslationAndAnalysisServiceSupported { get; } Property Value Type Description bool IsTranslationMemoryLocationSupported If the server version is OnPremiseRest/Cloud, returns a flag to indicate if the translation memory location is supported Declaration public bool IsTranslationMemoryLocationSupported { get; } Property Value Type Description bool Uri Gets the URI that was used to connect to this server. Declaration public Uri Uri { get; } Property Value Type Description Uri Methods GetContainer(Guid) Gets the TranslationMemoryContainer with the specified ID, or null if the container does not exist. Declaration public TranslationMemoryContainer GetContainer(Guid id) Parameters Type Name Description Guid id The container id. Returns Type Description TranslationMemoryContainer The container, or null if no container with given id exists. Exceptions Type Condition ArgumentNullException Thrown when id is empty. GetContainer(string) Gets the TranslationMemoryContainer with the specified path, or null if the container does not exist. Declaration public TranslationMemoryContainer GetContainer(string path) Parameters Type Name Description string path The path of the container Returns Type Description TranslationMemoryContainer The container, or null if no container with given path exists. Exceptions Type Condition ArgumentNullException Thrown when path is null or empty. GetContainers() Gets all translation memory containers managed by this translation provider server. Declaration public ReadOnlyCollection GetContainers() Returns Type Description ReadOnlyCollection TranslationMemoryContainer A read-only collection of translation memory containers. GetDatabaseServer(Guid) Obtains a representation of an existing database server. Declaration public DatabaseServer GetDatabaseServer(Guid id) Parameters Type Name Description Guid id The database server id. Returns Type Description DatabaseServer The database server, or null if no database server with the given id exists. Exceptions Type Condition ArgumentNullException Thrown when id is empty. GetDatabaseServer(string) Obtains a representation of an existing database server. Declaration public DatabaseServer GetDatabaseServer(string path) Parameters Type Name Description string path The path of the database server (note that this is not the physical server name). Returns Type Description DatabaseServer The database server, or null if no database server with the given id exists. Exceptions Type Condition ArgumentNullException Thrown when path is null or empty. GetDatabaseServers() Gets the database servers registered with this server for use as translation memory container hosts. Declaration public ReadOnlyCollection GetDatabaseServers() Returns Type Description ReadOnlyCollection DatabaseServer A read-only collection of database servers registered with this server. GetFieldsTemplate(Guid) Gets the fields template with the specified id , or null if no such fields template exists. Declaration public ServerBasedFieldsTemplate GetFieldsTemplate(Guid id) Parameters Type Name Description Guid id The fields template ID. Returns Type Description ServerBasedFieldsTemplate The fields template, or null if no fields template with given id exists. Exceptions Type Condition ArgumentNullException Thrown when id is empty. GetFieldsTemplate(string) Gets the fields template with the specified path , or null if no such fields template exists. Declaration public ServerBasedFieldsTemplate GetFieldsTemplate(string path) Parameters Type Name Description string path The fields template path. Returns Type Description ServerBasedFieldsTemplate The fields template, or null if no fields template with given id exists. Exceptions Type Condition ArgumentNullException Thrown when path is null or empty. GetFieldsTemplates(bool) Gets all the fields templates available on this server. Declaration public ReadOnlyCollection GetFieldsTemplates(bool includeTmSpecific = true) Parameters Type Name Description bool includeTmSpecific Returns Type Description ReadOnlyCollection ServerBasedFieldsTemplate A read-only collection of fields templates. GetLanguageResourcesTemplate(Guid) Gets the LanguageResourcesTemplate with the specified ID. Declaration public ServerBasedLanguageResourcesTemplate GetLanguageResourcesTemplate(Guid id) Parameters Type Name Description Guid id The language resources template ID. Returns Type Description ServerBasedLanguageResourcesTemplate The language resource group template, or null if it does not exist. Exceptions Type Condition ArgumentNullException Thrown when id is empty. GetLanguageResourcesTemplate(string) Gets the language resources template with the specified path. Declaration public ServerBasedLanguageResourcesTemplate GetLanguageResourcesTemplate(string path) Parameters Type Name Description string path The language resources template path. Returns Type Description ServerBasedLanguageResourcesTemplate The language resource group template, or null if it does not exist. Exceptions Type Condition ArgumentNullException Thrown when path is null or empty. GetLanguageResourcesTemplates(bool) Gets all the language resources templates available on this server. Declaration public ReadOnlyCollection GetLanguageResourcesTemplates(bool includeTmSpecific = true) Parameters Type Name Description bool includeTmSpecific Returns Type Description ReadOnlyCollection ServerBasedLanguageResourcesTemplate A read-only collection of language resources templates. GetLicensingStatusInformation() Gets the license status information for this translation provider server. Declaration public LicensingStatusInformation GetLicensingStatusInformation() Returns Type Description LicensingStatusInformation A license status information object. GetScheduledTranslationMemoryExport(Guid) Gets a scheduled translation memory export by export Id. Declaration public ScheduledServerTranslationMemoryExport GetScheduledTranslationMemoryExport(Guid exportId) Parameters Type Name Description Guid exportId Returns Type Description ScheduledServerTranslationMemoryExport GetScheduledTranslationMemoryImport(Guid) Gets a scheduled translation memory import by import Id. Declaration public ScheduledServerTranslationMemoryImport GetScheduledTranslationMemoryImport(Guid importId) Parameters Type Name Description Guid importId Returns Type Description ScheduledServerTranslationMemoryImport GetTranslationMemories() Returns a collection of all the server-based translation memories on this server. Declaration public ReadOnlyCollection GetTranslationMemories() Returns Type Description ReadOnlyCollection ServerBasedTranslationMemory A read-only collection of server-based translation memories. GetTranslationMemoriesByQuery(TranslationMemoryQuery) Returns the paged collection of the server-based translation memories on this server. Declaration public PagedTranslationMemories GetTranslationMemoriesByQuery(TranslationMemoryQuery query) Parameters Type Name Description TranslationMemoryQuery query Returns Type Description PagedTranslationMemories A read-only paged collection of server-based translation memories. GetTranslationMemory(Guid, TranslationMemoryProperties) Gets the translation memory with the corresponding unique id. Declaration public ServerBasedTranslationMemory GetTranslationMemory(Guid id, TranslationMemoryProperties additionalProperties) Parameters Type Name Description Guid id The translation memory's unique id. TranslationMemoryProperties additionalProperties The additional related objects to retrieve. Returns Type Description ServerBasedTranslationMemory The translation memory, or null if no translation memory with given id exists. Exceptions Type Condition ArgumentNullException Thrown when id is empty. GetTranslationMemory(string, TranslationMemoryProperties) Gets the translation memory with the corresponding unique path. Gets a translation memory through its path. Declaration public ServerBasedTranslationMemory GetTranslationMemory(string path, TranslationMemoryProperties additionalProperties) Parameters Type Name Description string path The translation memory's name. TranslationMemoryProperties additionalProperties The additional related objects to retrieve. Returns Type Description ServerBasedTranslationMemory The translation memory, or null if no translation memory with given path exists. Exceptions Type Condition ArgumentNullException Thrown when path is null or empty. GetTranslationMemorySummary(string, TranslationMemoryProperties) Gets the translation memory summary with the corresponding unique path. Gets a translation memory summary through its path. No template information is provided. Declaration public ServerBasedTranslationMemory GetTranslationMemorySummary(string path, TranslationMemoryProperties additionalProperties) Parameters Type Name Description string path TranslationMemoryProperties additionalProperties Returns Type Description ServerBasedTranslationMemory Exceptions Type Condition ArgumentNullException Release() Calls endpoint to release Translation Provider CALs Declaration public void Release()" + "keywords": "Class TranslationProviderServer Represents server-provided access to translation memories and provides related administrative and maintenance services. Inheritance System.Object TranslationProviderServer 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationProviderServer Constructors TranslationProviderServer(Uri, Boolean, String, String) Creates a new translation provider server. Declaration public TranslationProviderServer(Uri serverUri, bool useWindowsAuthentication, string userName, string password) Parameters Type Name Description System.Uri serverUri The URI of the server. This is of the form http://servername:port. System.Boolean useWindowsAuthentication Whether to use Windows authentication. When set to false , userName and password have to be specified. When set to true , either pass null for userName and password in order to log on as the currently logged on Windows user, or set userName to a domain-qualified Windows user name and password to the matching password to log on using basic Windows authentication. System.String userName When using custom authentication or basic Windows authentication, the user name of the user. Pass null to use integrated Windows authentication(see useWindowsAuthentication ). System.String password When using custom authentication or basic Windows authentication the password of the user. Pass null to use integrated Windows authentication (see useWindowsAuthentication ). TranslationProviderServer(Uri, String, String, DateTime) Creates a new translation provider server. Declaration public TranslationProviderServer(Uri serverUri, string userName, string authToken, DateTime expirationDate) Parameters Type Name Description System.Uri serverUri The URI of the server. This is of the form http://servername:port. System.String userName System.String authToken System.DateTime expirationDate Properties IsTranslationAndAnalysisServiceSupported Check if the server has Translation and Analysis Service support. Declaration public bool IsTranslationAndAnalysisServiceSupported { get; } Property Value Type Description System.Boolean IsTranslationMemoryLocationSupported If the server version is OnPremiseRest/Cloud, returns a flag to indicate if the translation memory location is supported Declaration public bool IsTranslationMemoryLocationSupported { get; } Property Value Type Description System.Boolean Uri Gets the URI that was used to connect to this server. Declaration public Uri Uri { get; } Property Value Type Description System.Uri Methods GetContainer(Guid) Gets the TranslationMemoryContainer with the specified ID, or null if the container does not exist. Declaration public TranslationMemoryContainer GetContainer(Guid id) Parameters Type Name Description System.Guid id The container id. Returns Type Description TranslationMemoryContainer The container, or null if no container with given id exists. Exceptions Type Condition System.ArgumentNullException Thrown when id is empty. GetContainer(String) Gets the TranslationMemoryContainer with the specified path, or null if the container does not exist. Declaration public TranslationMemoryContainer GetContainer(string path) Parameters Type Name Description System.String path The path of the container Returns Type Description TranslationMemoryContainer The container, or null if no container with given path exists. Exceptions Type Condition System.ArgumentNullException Thrown when path is null or empty. GetContainers() Gets all translation memory containers managed by this translation provider server. Declaration public ReadOnlyCollection GetContainers() Returns Type Description System.Collections.ObjectModel.ReadOnlyCollection < TranslationMemoryContainer > A read-only collection of translation memory containers. GetDatabaseServer(Guid) Obtains a representation of an existing database server. Declaration public DatabaseServer GetDatabaseServer(Guid id) Parameters Type Name Description System.Guid id The database server id. Returns Type Description DatabaseServer The database server, or null if no database server with the given id exists. Exceptions Type Condition System.ArgumentNullException Thrown when id is empty. GetDatabaseServer(String) Obtains a representation of an existing database server. Declaration public DatabaseServer GetDatabaseServer(string path) Parameters Type Name Description System.String path The path of the database server (note that this is not the physical server name). Returns Type Description DatabaseServer The database server, or null if no database server with the given id exists. Exceptions Type Condition System.ArgumentNullException Thrown when path is null or empty. GetDatabaseServers() Gets the database servers registered with this server for use as translation memory container hosts. Declaration public ReadOnlyCollection GetDatabaseServers() Returns Type Description System.Collections.ObjectModel.ReadOnlyCollection < DatabaseServer > A read-only collection of database servers registered with this server. GetFieldsTemplate(Guid) Gets the fields template with the specified id , or null if no such fields template exists. Declaration public ServerBasedFieldsTemplate GetFieldsTemplate(Guid id) Parameters Type Name Description System.Guid id The fields template ID. Returns Type Description ServerBasedFieldsTemplate The fields template, or null if no fields template with given id exists. Exceptions Type Condition System.ArgumentNullException Thrown when id is empty. GetFieldsTemplate(String) Gets the fields template with the specified path , or null if no such fields template exists. Declaration public ServerBasedFieldsTemplate GetFieldsTemplate(string path) Parameters Type Name Description System.String path The fields template path. Returns Type Description ServerBasedFieldsTemplate The fields template, or null if no fields template with given id exists. Exceptions Type Condition System.ArgumentNullException Thrown when path is null or empty. GetFieldsTemplates(Boolean) Gets all the fields templates available on this server. Declaration public ReadOnlyCollection GetFieldsTemplates(bool includeTmSpecific = true) Parameters Type Name Description System.Boolean includeTmSpecific Returns Type Description System.Collections.ObjectModel.ReadOnlyCollection < ServerBasedFieldsTemplate > A read-only collection of fields templates. GetLanguageResourcesTemplate(Guid) Gets the LanguageResourcesTemplate with the specified ID. Declaration public ServerBasedLanguageResourcesTemplate GetLanguageResourcesTemplate(Guid id) Parameters Type Name Description System.Guid id The language resources template ID. Returns Type Description ServerBasedLanguageResourcesTemplate The language resource group template, or null if it does not exist. Exceptions Type Condition System.ArgumentNullException Thrown when id is empty. GetLanguageResourcesTemplate(String) Gets the language resources template with the specified path. Declaration public ServerBasedLanguageResourcesTemplate GetLanguageResourcesTemplate(string path) Parameters Type Name Description System.String path The language resources template path. Returns Type Description ServerBasedLanguageResourcesTemplate The language resource group template, or null if it does not exist. Exceptions Type Condition System.ArgumentNullException Thrown when path is null or empty. GetLanguageResourcesTemplates(Boolean) Gets all the language resources templates available on this server. Declaration public ReadOnlyCollection GetLanguageResourcesTemplates(bool includeTmSpecific = true) Parameters Type Name Description System.Boolean includeTmSpecific Returns Type Description System.Collections.ObjectModel.ReadOnlyCollection < ServerBasedLanguageResourcesTemplate > A read-only collection of language resources templates. GetLicensingStatusInformation() Gets the license status information for this translation provider server. Declaration public LicensingStatusInformation GetLicensingStatusInformation() Returns Type Description LicensingStatusInformation A license status information object. GetScheduledTranslationMemoryExport(Guid) Gets a scheduled translation memory export by export Id. Declaration public ScheduledServerTranslationMemoryExport GetScheduledTranslationMemoryExport(Guid exportId) Parameters Type Name Description System.Guid exportId Returns Type Description ScheduledServerTranslationMemoryExport GetScheduledTranslationMemoryImport(Guid) Gets a scheduled translation memory import by import Id. Declaration public ScheduledServerTranslationMemoryImport GetScheduledTranslationMemoryImport(Guid importId) Parameters Type Name Description System.Guid importId Returns Type Description ScheduledServerTranslationMemoryImport GetTranslationMemories() Returns a collection of all the server-based translation memories on this server. Declaration public ReadOnlyCollection GetTranslationMemories() Returns Type Description System.Collections.ObjectModel.ReadOnlyCollection < ServerBasedTranslationMemory > A read-only collection of server-based translation memories. GetTranslationMemoriesByQuery(TranslationMemoryQuery) Returns the paged collection of the server-based translation memories on this server. Declaration public PagedTranslationMemories GetTranslationMemoriesByQuery(TranslationMemoryQuery query) Parameters Type Name Description TranslationMemoryQuery query Returns Type Description PagedTranslationMemories A read-only paged collection of server-based translation memories. GetTranslationMemory(Guid, TranslationMemoryProperties) Gets the translation memory with the corresponding unique id. Declaration public ServerBasedTranslationMemory GetTranslationMemory(Guid id, TranslationMemoryProperties additionalProperties) Parameters Type Name Description System.Guid id The translation memory's unique id. TranslationMemoryProperties additionalProperties The additional related objects to retrieve. Returns Type Description ServerBasedTranslationMemory The translation memory, or null if no translation memory with given id exists. Exceptions Type Condition System.ArgumentNullException Thrown when id is empty. GetTranslationMemory(String, TranslationMemoryProperties) Gets the translation memory with the corresponding unique path. Gets a translation memory through its path. Declaration public ServerBasedTranslationMemory GetTranslationMemory(string path, TranslationMemoryProperties additionalProperties) Parameters Type Name Description System.String path The translation memory's name. TranslationMemoryProperties additionalProperties The additional related objects to retrieve. Returns Type Description ServerBasedTranslationMemory The translation memory, or null if no translation memory with given path exists. Exceptions Type Condition System.ArgumentNullException Thrown when path is null or empty. GetTranslationMemorySummary(String, TranslationMemoryProperties) Gets the translation memory summary with the corresponding unique path. Gets a translation memory summary through its path. No template information is provided. Declaration public ServerBasedTranslationMemory GetTranslationMemorySummary(string path, TranslationMemoryProperties additionalProperties) Parameters Type Name Description System.String path TranslationMemoryProperties additionalProperties Returns Type Description ServerBasedTranslationMemory Exceptions Type Condition System.ArgumentNullException Release() Calls endpoint to release Translation Provider CALs Declaration public void Release()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.html", "title": "Class TranslationProviderUriBuilder", - "keywords": "Class TranslationProviderUriBuilder A utility class that allows translation providers that implement the ITranslationProvider interface to return Uri values that confirm to the suggested Uri scheme. Inheritance object TranslationProviderUriBuilder Inherited Members object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationProviderUriBuilder Constructors TranslationProviderUriBuilder() Constructs an empty TranslationMemoryUriBuilder class. Declaration public TranslationProviderUriBuilder() TranslationProviderUriBuilder(string) Constructs a TranslationMemoryUriBuilder class of the given type. Declaration public TranslationProviderUriBuilder(string type) Parameters Type Name Description string type TranslationProviderUriBuilder(string, string) Constructs a TranslationMemoryUriBuilder class using the given type and protocol. Declaration public TranslationProviderUriBuilder(string type, string protocol) Parameters Type Name Description string type A type string which is used together with the protocol string to uniquely identify a translation provider. You may wish to use your company name or initials as part of this unique identifier. This must not contain the \".\" character and must not be equal to \"file\" as this is not compatible with the Translation Provider Uri Schema. string protocol A protocol string used together with the type parameter to uniquely identify a translation provider. Remarks If the protocol value is set to the special value \"file\" then this will have an effect on how the Resource property is stored. For \"file\" protocols the Resource property will always be converted back to a local Windows file format with server path separation characters '/' replaced by local file path separating characters ''. TranslationProviderUriBuilder(Uri) Constructs a TranslationMemoryUriBuilder class from the given Uri and also setting a flag to say if the Uri will be used to contain a Windows filename. Declaration public TranslationProviderUriBuilder(Uri uri) Parameters Type Name Description Uri uri Properties HostName An optional host name. Declaration public string HostName { get; set; } Property Value Type Description string this[string] A string indexer that allows any number of key/value pairs to used as Uri parameters. Declaration public string this[string propertyName] { get; set; } Parameters Type Name Description string propertyName Property Value Type Description string Password An optional password. NB: This password will not be encrypted. Declaration public string Password { get; set; } Property Value Type Description string Remarks If you need to protect a password then you should not set a password in the Uri property but use the ITranslationProviderCredentialStore in your translation provider factory. Port An optional port. Declaration public int Port { get; set; } Property Value Type Description int Protocol The protocol that is used. Declaration public string Protocol { get; set; } Property Value Type Description string Remarks If the protocol value is set to the special value \"file\" then this will have an effect on how the Resource property is stored. For \"file\" protocols the Resource property will always be converted back to a local Windows file format with server path separation characters '/' replaced by local file path separating characters ''. Resource An optional resource string. Declaration public string Resource { get; set; } Property Value Type Description string Remarks This string which may contain any number of '/' characters will be written directly to the Uri so the the string must be compatible with the Uri format. However, if the Protocol value is set to the special value \"file\" then this will have an effect on how this Resource property is stored. For \"file\" protocols the Resource property will always be converted back to a local Windows file format with server path separation characters '/' replaced by local file path separating characters ''. Type The type of the translation provider. This type must be unique for all installed translation providers. Declaration public string Type { get; set; } Property Value Type Description string Remarks You may wish to use your company name or other unique name as part of the the type string. Uri Returns the Uri built from the properties of this class. Declaration public Uri Uri { get; } Property Value Type Description Uri UserName An optional UserName. Declaration public string UserName { get; set; } Property Value Type Description string Methods Equals(object) Determines whether the specified object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with this instance. Returns Type Description bool true if the specified object is equal to this instance; otherwise, false . Overrides object.Equals(object) Exceptions Type Condition NullReferenceException The obj parameter is null. GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description int A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides object.GetHashCode() GetParameterKeys() Returns an array of parameter key names that have values defined for them. Declaration public string[] GetParameterKeys() Returns Type Description string Remarks This array does not contain entries for \"userName\" or \"password\" values. ParseUri(Uri) Initializes the TranslationMemoryUriBuilder class from the given Uri. Declaration public void ParseUri(Uri uri) Parameters Type Name Description Uri uri ToString() Creates a string representing the Uri Declaration public override string ToString() Returns Type Description string Overrides object.ToString()" + "keywords": "Class TranslationProviderUriBuilder A utility class that allows translation providers that implement the ITranslationProvider interface to return Uri values that confirm to the suggested Uri scheme. Inheritance System.Object TranslationProviderUriBuilder Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class TranslationProviderUriBuilder Constructors TranslationProviderUriBuilder() Constructs an empty TranslationMemoryUriBuilder class. Declaration public TranslationProviderUriBuilder() TranslationProviderUriBuilder(String) Constructs a TranslationMemoryUriBuilder class of the given type. Declaration public TranslationProviderUriBuilder(string type) Parameters Type Name Description System.String type TranslationProviderUriBuilder(String, String) Constructs a TranslationMemoryUriBuilder class using the given type and protocol. Declaration public TranslationProviderUriBuilder(string type, string protocol) Parameters Type Name Description System.String type A type string which is used together with the protocol string to uniquely identify a translation provider. You may wish to use your company name or initials as part of this unique identifier. This must not contain the \".\" character and must not be equal to \"file\" as this is not compatible with the Translation Provider Uri Schema. System.String protocol A protocol string used together with the type parameter to uniquely identify a translation provider. Remarks If the protocol value is set to the special value \"file\" then this will have an effect on how the Resource property is stored. For \"file\" protocols the Resource property will always be converted back to a local Windows file format with server path separation characters '/' replaced by local file path separating characters ''. TranslationProviderUriBuilder(Uri) Constructs a TranslationMemoryUriBuilder class from the given Uri and also setting a flag to say if the Uri will be used to contain a Windows filename. Declaration public TranslationProviderUriBuilder(Uri uri) Parameters Type Name Description System.Uri uri Properties HostName An optional host name. Declaration public string HostName { get; set; } Property Value Type Description System.String Item[String] A string indexer that allows any number of key/value pairs to used as Uri parameters. Declaration public string this[string propertyName] { get; set; } Parameters Type Name Description System.String propertyName Property Value Type Description System.String Password An optional password. NB: This password will not be encrypted. Declaration public string Password { get; set; } Property Value Type Description System.String Remarks If you need to protect a password then you should not set a password in the Uri property but use the ITranslationProviderCredentialStore in your translation provider factory. Port An optional port. Declaration public int Port { get; set; } Property Value Type Description System.Int32 Protocol The protocol that is used. Declaration public string Protocol { get; set; } Property Value Type Description System.String Remarks If the protocol value is set to the special value \"file\" then this will have an effect on how the Resource property is stored. For \"file\" protocols the Resource property will always be converted back to a local Windows file format with server path separation characters '/' replaced by local file path separating characters ''. Resource An optional resource string. Declaration public string Resource { get; set; } Property Value Type Description System.String Remarks This string which may contain any number of '/' characters will be written directly to the Uri so the the string must be compatible with the Uri format. However, if the Protocol value is set to the special value \"file\" then this will have an effect on how this Resource property is stored. For \"file\" protocols the Resource property will always be converted back to a local Windows file format with server path separation characters '/' replaced by local file path separating characters ''. Type The type of the translation provider. This type must be unique for all installed translation providers. Declaration public string Type { get; set; } Property Value Type Description System.String Remarks You may wish to use your company name or other unique name as part of the the type string. Uri Returns the Uri built from the properties of this class. Declaration public Uri Uri { get; } Property Value Type Description System.Uri UserName An optional UserName. Declaration public string UserName { get; set; } Property Value Type Description System.String Methods Equals(Object) Determines whether the specified System.Object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The System.Object to compare with this instance. Returns Type Description System.Boolean true if the specified System.Object is equal to this instance; otherwise, false . Overrides System.Object.Equals(System.Object) Exceptions Type Condition System.NullReferenceException The obj parameter is null. GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides System.Object.GetHashCode() GetParameterKeys() Returns an array of parameter key names that have values defined for them. Declaration public string[] GetParameterKeys() Returns Type Description System.String [] Remarks This array does not contain entries for \"userName\" or \"password\" values. ParseUri(Uri) Initializes the TranslationMemoryUriBuilder class from the given Uri. Declaration public void ParseUri(Uri uri) Parameters Type Name Description System.Uri uri ToString() Creates a string representing the Uri Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.html", "title": "Class TranslationProviderWinFormsUiAttribute", - "keywords": "Class TranslationProviderWinFormsUiAttribute Extension attribute for registering a translation provider Windows Forms user interface component that provides user interface for specific types of translation providers. Inheritance object Attribute ExtensionAttribute TranslationProviderWinFormsUiAttribute Implements _Attribute Inherited Members ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax [ExtensionPointInfo(\"Translation Provider Windows Forms Components\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class TranslationProviderWinFormsUiAttribute : ExtensionAttribute, _Attribute Remarks Use this extension attribute to mark up implementations of ITranslationProviderWinFormsUI . Constructors TranslationProviderWinFormsUiAttribute() Declaration public TranslationProviderWinFormsUiAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates an extension targeting this extension point. This method is called by the framework while generating the plug-in manifest. Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages Overrides ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) Implements _Attribute" + "keywords": "Class TranslationProviderWinFormsUiAttribute Extension attribute for registering a translation provider Windows Forms user interface component that provides user interface for specific types of translation providers. Inheritance System.Object TranslationProviderWinFormsUiAttribute Namespace : Sdl.LanguagePlatform.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class TranslationProviderWinFormsUiAttribute : ExtensionAttribute Remarks Use this extension attribute to mark up implementations of ITranslationProviderWinFormsUI . Constructors TranslationProviderWinFormsUiAttribute() Declaration public TranslationProviderWinFormsUiAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates an extension targeting this extension point. This method is called by the framework while generating the plug-in manifest. Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info Information about the extension. IExtensionValidationContext context Provides functionality to validate extensions targeting the extension point and report warning or error messages" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationUnitPermissions.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationUnitPermissions.html", "title": "Class TranslationUnitPermissions", - "keywords": "Class TranslationUnitPermissions Translation unit permissions. Inheritance object TranslationUnitPermissions Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class TranslationUnitPermissions Fields BatchDeleteTU Can apply a batch delete script to delete all TUs in the TM matching a particular filter expression. Declaration public const string BatchDeleteTU = \"tm.batchdeletetu\" Field Value Type Description string BatchEditTU Can apply a batch edit script to modify some or all TUs in the TM Declaration public const string BatchEditTU = \"tm.batchedittu\" Field Value Type Description string DeleteTU User can delete TUs Declaration public const string DeleteTU = \"tm.deletetu\" Field Value Type Description string ExportTU Can export TUs from the TM Declaration public const string ExportTU = \"tm.exporttu\" Field Value Type Description string ImportTU Can import TUs into the TM Declaration public const string ImportTU = \"tm.importtu\" Field Value Type Description string ReadTU User can read TUs Declaration public const string ReadTU = \"tm.readtu\" Field Value Type Description string ReindexTU Can export TUs from the TM Declaration public const string ReindexTU = \"tm.reindextu\" Field Value Type Description string WriteTU User can add or update TUs Declaration public const string WriteTU = \"tm.writetu\" Field Value Type Description string" + "keywords": "Class TranslationUnitPermissions Translation unit permissions. Inheritance System.Object TranslationUnitPermissions 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.TranslationMemoryApi Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public static class TranslationUnitPermissions Fields BatchDeleteTU Can apply a batch delete script to delete all TUs in the TM matching a particular filter expression. Declaration public const string BatchDeleteTU = \"tm.batchdeletetu\" Field Value Type Description System.String BatchEditTU Can apply a batch edit script to modify some or all TUs in the TM Declaration public const string BatchEditTU = \"tm.batchedittu\" Field Value Type Description System.String DeleteTU User can delete TUs Declaration public const string DeleteTU = \"tm.deletetu\" Field Value Type Description System.String ExportTU Can export TUs from the TM Declaration public const string ExportTU = \"tm.exporttu\" Field Value Type Description System.String ImportTU Can import TUs into the TM Declaration public const string ImportTU = \"tm.importtu\" Field Value Type Description System.String ReadTU User can read TUs Declaration public const string ReadTU = \"tm.readtu\" Field Value Type Description System.String ReindexTU Can export TUs from the TM Declaration public const string ReindexTU = \"tm.reindextu\" Field Value Type Description System.String WriteTU User can add or update TUs Declaration public const string WriteTU = \"tm.writetu\" Field Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html", "title": "Class AbstractTranslationMemoryCreator", - "keywords": "Class AbstractTranslationMemoryCreator Inheritance object AbstractTranslationMemoryCreator Implements ITranslationMemoryCreator Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public abstract class AbstractTranslationMemoryCreator : ITranslationMemoryCreator Constructors AbstractTranslationMemoryCreator() Declaration protected AbstractTranslationMemoryCreator() Properties DisplayName Gets a friendly description of the output translation memory, which can be used to display to the user. Declaration public abstract string DisplayName { get; } Property Value Type Description string MaximumCopyrightLength MaximumCopyrightLength represents the maximum copyright length that is supported. Declaration public virtual int MaximumCopyrightLength { get; } Property Value Type Description int MaximumDescriptionLength MaximumDescriptionLength represents the maximum description length that is supported. Declaration public virtual int MaximumDescriptionLength { get; } Property Value Type Description int MaximumNameLength MaximumNameLength represents the maximum name length that is supported. Declaration public virtual int MaximumNameLength { get; } Property Value Type Description int Methods CreateEmptyTranslationMemory(ITranslationMemorySetupOptions) Creates a new empty translation memory based on the specified setup information. Declaration public ITranslationMemory CreateEmptyTranslationMemory(ITranslationMemorySetupOptions setup) Parameters Type Name Description ITranslationMemorySetupOptions setup The setup information. Returns Type Description ITranslationMemory The newly created translation memory. CreateEmptyTranslationMemory(string, IEnumerable, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, FGASupport, TextContextMatchType, bool, bool) Declaration protected abstract ITranslationMemory CreateEmptyTranslationMemory(string name, IEnumerable languageDirections, FuzzyIndexes indexes, BuiltinRecognizers recognizers, TokenizerFlags tokenizerFlags, WordCountFlags wordCountFlags, FGASupport fgaSupport, TextContextMatchType textContextMatchType, bool UsesIdContextMatch, bool usesLegacyHashes) Parameters Type Name Description string name IEnumerable LanguagePair languageDirections FuzzyIndexes indexes BuiltinRecognizers recognizers TokenizerFlags tokenizerFlags WordCountFlags wordCountFlags FGASupport fgaSupport TextContextMatchType textContextMatchType bool UsesIdContextMatch bool usesLegacyHashes Returns Type Description ITranslationMemory IsValid(out string) Determines whether the translation memory creator is valid. It returns false and a user-friendly localised error message if it is not. Declaration public abstract bool IsValid(out string errorMessage) Parameters Type Name Description string errorMessage An error message Returns Type Description bool whether translation memory creator valid IsValidCopyright(string, out string) Determines whether the translation memory copyright is valid. It returns false and a user-friendly localised error message if it is not. Declaration public virtual bool IsValidCopyright(string translationMemoryCopyright, out string errorMessage) Parameters Type Name Description string translationMemoryCopyright translation memory copyright string errorMessage error message Returns Type Description bool whether the translation memory copyright is valid IsValidDescription(string, out string) Determines whether the translation memory description is valid. It returns false and a user-friendly localised error message if it is not. Declaration public virtual bool IsValidDescription(string translationMemoryDescription, out string errorMessage) Parameters Type Name Description string translationMemoryDescription translation memory description string errorMessage error message Returns Type Description bool whether the translation memory description is valid IsValidName(string, out string) Determines whether the translation memory name is valid. It returns false and a user-friendly localised error message if it is not. Declaration public virtual bool IsValidName(string translationMemoryName, out string errorMessage) Parameters Type Name Description string translationMemoryName translation memory name string errorMessage error message Returns Type Description bool whether the translation memory name is valid Implements ITranslationMemoryCreator" + "keywords": "Class AbstractTranslationMemoryCreator Inheritance System.Object AbstractTranslationMemoryCreator Implements ITranslationMemoryCreator 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.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public abstract class AbstractTranslationMemoryCreator : ITranslationMemoryCreator Constructors AbstractTranslationMemoryCreator() Declaration protected AbstractTranslationMemoryCreator() Properties DisplayName Declaration public abstract string DisplayName { get; } Property Value Type Description System.String MaximumCopyrightLength Declaration public virtual int MaximumCopyrightLength { get; } Property Value Type Description System.Int32 MaximumDescriptionLength Declaration public virtual int MaximumDescriptionLength { get; } Property Value Type Description System.Int32 MaximumNameLength Declaration public virtual int MaximumNameLength { get; } Property Value Type Description System.Int32 Methods CreateEmptyTranslationMemory(ITranslationMemorySetupOptions) Declaration public ITranslationMemory CreateEmptyTranslationMemory(ITranslationMemorySetupOptions setup) Parameters Type Name Description ITranslationMemorySetupOptions setup Returns Type Description ITranslationMemory CreateEmptyTranslationMemory(String, IEnumerable, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, FGASupport, TextContextMatchType, Boolean, Boolean) Declaration protected abstract ITranslationMemory CreateEmptyTranslationMemory(string name, IEnumerable languageDirections, FuzzyIndexes indexes, BuiltinRecognizers recognizers, TokenizerFlags tokenizerFlags, WordCountFlags wordCountFlags, FGASupport fgaSupport, TextContextMatchType textContextMatchType, bool UsesIdContextMatch, bool usesLegacyHashes) Parameters Type Name Description System.String name System.Collections.Generic.IEnumerable < LanguagePair > languageDirections FuzzyIndexes indexes BuiltinRecognizers recognizers TokenizerFlags tokenizerFlags WordCountFlags wordCountFlags FGASupport fgaSupport TextContextMatchType textContextMatchType System.Boolean UsesIdContextMatch System.Boolean usesLegacyHashes Returns Type Description ITranslationMemory IsValid(out String) Declaration public abstract bool IsValid(out string errorMessage) Parameters Type Name Description System.String errorMessage Returns Type Description System.Boolean IsValidCopyright(String, out String) Declaration public virtual bool IsValidCopyright(string translationMemoryCopyright, out string errorMessage) Parameters Type Name Description System.String translationMemoryCopyright System.String errorMessage Returns Type Description System.Boolean IsValidDescription(String, out String) Declaration public virtual bool IsValidDescription(string translationMemoryDescription, out string errorMessage) Parameters Type Name Description System.String translationMemoryDescription System.String errorMessage Returns Type Description System.Boolean IsValidName(String, out String) Declaration public virtual bool IsValidName(string translationMemoryName, out string errorMessage) Parameters Type Name Description System.String translationMemoryName System.String errorMessage Returns Type Description System.Boolean Implements ITranslationMemoryCreator" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.html", "title": "Class BaseTranslationMemoryMigrationManager", - "keywords": "Class BaseTranslationMemoryMigrationManager Inheritance object BaseTranslationMemoryMigrationManager Implements IBaseTranslationMemoryMigrationManager Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class BaseTranslationMemoryMigrationManager : IBaseTranslationMemoryMigrationManager Constructors BaseTranslationMemoryMigrationManager() Declaration public BaseTranslationMemoryMigrationManager() Methods CreateFileBasedTranslationMemoryCreator() Obtains a translation memory creator, which can be used to create file-based non-legacy translation memories (see TranslationMemoryCreator ). Declaration public IFileBasedTranslationMemoryCreator CreateFileBasedTranslationMemoryCreator() Returns Type Description IFileBasedTranslationMemoryCreator A new IFileBasedTranslationMemoryCreator object. Remarks Before this creator can be used, the required properties on it must be set. CreateMigrationProject() Creates a new, empty migration project. Declaration public IMigrationProject CreateMigrationProject() Returns Type Description IMigrationProject A new migration project. GetTmxLegacyTranslationMemory(string) Obtains a representation of a TMX-file-based translation memory to be used as input to a migration project. The file should end in a \"tmx\" extension, but can optionally be compressed (gzip, extension .gz). Declaration public ITmxLegacyTranslationMemory GetTmxLegacyTranslationMemory(string tmxFilePath) Parameters Type Name Description string tmxFilePath The absolute path to the TMX file. Returns Type Description ITmxLegacyTranslationMemory A new ITmxLegacyTranslationMemory object. Implements IBaseTranslationMemoryMigrationManager" + "keywords": "Class BaseTranslationMemoryMigrationManager Inheritance System.Object BaseTranslationMemoryMigrationManager Implements IBaseTranslationMemoryMigrationManager 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.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class BaseTranslationMemoryMigrationManager : IBaseTranslationMemoryMigrationManager Constructors BaseTranslationMemoryMigrationManager() Declaration public BaseTranslationMemoryMigrationManager() Methods CreateFileBasedTranslationMemoryCreator() Declaration public IFileBasedTranslationMemoryCreator CreateFileBasedTranslationMemoryCreator() Returns Type Description IFileBasedTranslationMemoryCreator CreateMigrationProject() Declaration public IMigrationProject CreateMigrationProject() Returns Type Description IMigrationProject GetTmxLegacyTranslationMemory(String) Declaration public ITmxLegacyTranslationMemory GetTmxLegacyTranslationMemory(string tmxFilePath) Parameters Type Name Description System.String tmxFilePath Returns Type Description ITmxLegacyTranslationMemory Implements IBaseTranslationMemoryMigrationManager" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.html", "title": "Namespace Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade", - "keywords": "Namespace Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Classes AbstractTranslationMemoryCreator BaseTranslationMemoryMigrationManager InputLanguagePair InputLanguagePairCollection ItemCollectionAddedEventArgs ItemCollectionAddedEventArgs class represents item collection added event arguments. ItemCollectionEventArgs ItemCollectionEventArgs class represents item collection event arguments. ItemCollectionRemovedEventArgs ItemCollectionRemovedEventArgs class represents the item collection removed event arguments. ItemCollection ItemCollection class represents an item collection; an item collection is a list that fires events when an item is added or removed. LegacyLanguage Represents a language within a legacy translation memory. Provides a way to keep track of the original language code and name, as well as the associated CultureCode object. LegacyLanguagePair LegacyTranslationMemorySetup ProgressEventArgs Encapsulates the data associated with cancellable progress events. Interfaces IBaseTranslationMemoryMigrationManager Represents the entry point to the translation memory migration API and the provided functionality. It provides methods to create a migration project ( IMigrationProject ), and obtain representations of various legacy translation memories ( ILegacyTranslationMemory which are the input of a migration project, and provides methods to obtain translation memory creators ( ITranslationMemoryCreator ), which are used to create the output TM of a migration project. IExportableLegacyTranslationMemory Represents a legacy translation memory that provides functionality to export its content to a TMX file. IFieldIdentifierMappings Represents a mapping between field names of a translation memory. This is typically used to list field names which should be renamed, retyped, or deleted during migration. IFieldIdentifierMappingsCollection Represents a collection of field identifier mappings. IFileBasedTranslationMemoryCreator Represents a factory object used to create a file-based Trados Studio translation memory. IInputLanguageDirectionData Represents a single input translation memory language direction, as well as resource data and migration settings within a migration project. It is part of of a possibly multilingual input translation memory. This object is specific to an output translation memory within the migration project (see InputLanguageDirections ). IInputLanguageDirectionDataCollection Represents a collection of input language data (see IInputLanguageDirectionData ), which makes up the content that will be imported into a single output translation memory (see InputLanguageDirections ). IInputTranslationMemory Represents a legacy translation memory that is part of a migration project (see IMigrationProject ). This has a reference to legacy translation memory (see ILegacyTranslationMemory , provides access to theis translation memory's setup information and holds status information about whether the necessary content has been exported to TMX yet (see TmxFileStatus and TmxFilePath ). IInputTranslationMemoryCollection Represents a collection of input translation memories (see IInputTranslationMemory ) in a migration project (see IMigrationProject ). IItemCollection IItemCollection interface represents an item collection; an item collection is a list that fires events when an item is added or removed. ILegacyLanguageDirectionData Represenst a language direction and its associated settings and data within a legacy translation memory (see ILegacyTranslationMemory ). ILegacyLanguageResources Represents a set of migrated legacy language resources originating from a legacy translation memory. ILegacyTranslationMemory Represents a legacy translation memory, which can be used in a migration project ( IMigrationProject ). Explicit inheritors: ILegacyTranslationMemorySetup Represents setup information retrieved from a legacy translation memory (see GetSetup() ). IMigrationProject A migration project encapsulates functionality to migrate one or more legacy translation memories to one or more new translation memories. Use this object as follows: IOutputTranslationMemory Represents an output translation memory to be created within a migration project, to which the contents of one or more legacy translation memories (or language directions within such TMs) will be migrated. Holds settings required to create the new translation memory ( InputLanguageDirections , TranslationMemoryCreator and Setup ) and provides status information on the migration process. IOutputTranslationMemoryCollection Represents a collection of output translation memories (see IOutputTranslationMemory ) in a migration project (see IMigrationProject ). ITmxLegacyTranslationMemory Represents a TMX file which can be used as input to a migration project. ITranslationMemoryCreator Represents an object that can create translation memories. This is used to create output translation memories (see TranslationMemoryCreator ). ITranslationMemoryExporter Represents an engine which can be used to export translation memory data. ITranslationMemorySetupOptions Represents the setup information that will be used to create an output translation memory (see Setup ). Enums TmxFileStatus Represents the status of a TMX export file." + "keywords": "Namespace Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Classes AbstractTranslationMemoryCreator BaseTranslationMemoryMigrationManager InputLanguagePair InputLanguagePairCollection ItemCollection ItemCollection class represents an item collection; an item collection is a list that fires events when an item is added or removed. ItemCollectionAddedEventArgs ItemCollectionAddedEventArgs class represents item collection added event arguments. ItemCollectionEventArgs ItemCollectionEventArgs class represents item collection event arguments. ItemCollectionRemovedEventArgs ItemCollectionRemovedEventArgs class represents the item collection removed event arguments. LegacyLanguage Represents a language within a legacy translation memory. Provides a way to keep track of the original language code and name, as well as the associated Sdl.Core.Globalization.CultureCode object. LegacyLanguagePair LegacyTranslationMemorySetup ProgressEventArgs Encapsulates the data associated with cancellable progress events. Interfaces IBaseTranslationMemoryMigrationManager Represents the entry point to the translation memory migration API and the provided functionality. It provides methods to create a migration project ( IMigrationProject ), and obtain representations of various legacy translation memories ( ILegacyTranslationMemory which are the input of a migration project, and provides methods to obtain translation memory creators ( ITranslationMemoryCreator ), which are used to create the output TM of a migration project. IExportableLegacyTranslationMemory Represents a legacy translation memory that provides functionality to export its content to a TMX file. IFieldIdentifierMappings Represents a mapping between field names of a translation memory. This is typically used to list field names which should be renamed, retyped, or deleted during migration. IFieldIdentifierMappingsCollection Represents a collection of field identifier mappings. IFileBasedTranslationMemoryCreator Represents a factory object used to create a file-based Trados Studio translation memory. IInputLanguageDirectionData Represents a single input translation memory language direction, as well as resource data and migration settings within a migration project. It is part of of a possibly multilingual input translation memory. This object is specific to an output translation memory within the migration project (see InputLanguageDirections ). IInputLanguageDirectionDataCollection Represents a collection of input language data (see IInputLanguageDirectionData ), which makes up the content that will be imported into a single output translation memory (see InputLanguageDirections ). IInputTranslationMemory Represents a legacy translation memory that is part of a migration project (see IMigrationProject ). This has a reference to legacy translation memory (see ILegacyTranslationMemory , provides access to theis translation memory's setup information and holds status information about whether the necessary content has been exported to TMX yet (see TmxFileStatus and TmxFilePath ). IInputTranslationMemoryCollection Represents a collection of input translation memories (see IInputTranslationMemory ) in a migration project (see IMigrationProject ). IItemCollection IItemCollection interface represents an item collection; an item collection is a list that fires events when an item is added or removed. ILegacyLanguageDirectionData Represenst a language direction and its associated settings and data within a legacy translation memory (see ILegacyTranslationMemory ). ILegacyLanguageResources Represents a set of migrated legacy language resources originating from a legacy translation memory. ILegacyTranslationMemory Represents a legacy translation memory, which can be used in a migration project ( IMigrationProject ). Explicit inheritors: ILegacyTranslationMemorySetup Represents setup information retrieved from a legacy translation memory (see GetSetup() ). IMigrationProject A migration project encapsulates functionality to migrate one or more legacy translation memories to one or more new translation memories. Use this object as follows: IOutputTranslationMemory Represents an output translation memory to be created within a migration project, to which the contents of one or more legacy translation memories (or language directions within such TMs) will be migrated. Holds settings required to create the new translation memory ( InputLanguageDirections , TranslationMemoryCreator and Setup ) and provides status information on the migration process. IOutputTranslationMemoryCollection Represents a collection of output translation memories (see IOutputTranslationMemory ) in a migration project (see IMigrationProject ). ITmxLegacyTranslationMemory Represents a TMX file which can be used as input to a migration project. ITranslationMemoryCreator Represents an object that can create translation memories. This is used to create output translation memories (see TranslationMemoryCreator ). ITranslationMemoryExporter Represents an engine which can be used to export translation memory data. ITranslationMemorySetupOptions Represents the setup information that will be used to create an output translation memory (see Setup ). Enums TmxFileStatus Represents the status of a TMX export file." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IBaseTranslationMemoryMigrationManager.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IBaseTranslationMemoryMigrationManager.html", "title": "Interface IBaseTranslationMemoryMigrationManager", - "keywords": "Interface IBaseTranslationMemoryMigrationManager Represents the entry point to the translation memory migration API and the provided functionality. It provides methods to create a migration project ( IMigrationProject ), and obtain representations of various legacy translation memories ( ILegacyTranslationMemory which are the input of a migration project, and provides methods to obtain translation memory creators ( ITranslationMemoryCreator ), which are used to create the output TM of a migration project. Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IBaseTranslationMemoryMigrationManager Methods CreateFileBasedTranslationMemoryCreator() Obtains a translation memory creator, which can be used to create file-based non-legacy translation memories (see TranslationMemoryCreator ). Declaration IFileBasedTranslationMemoryCreator CreateFileBasedTranslationMemoryCreator() Returns Type Description IFileBasedTranslationMemoryCreator A new IFileBasedTranslationMemoryCreator object. Remarks Before this creator can be used, the required properties on it must be set. CreateMigrationProject() Creates a new, empty migration project. Declaration IMigrationProject CreateMigrationProject() Returns Type Description IMigrationProject A new migration project. GetTmxLegacyTranslationMemory(string) Obtains a representation of a TMX-file-based translation memory to be used as input to a migration project. The file should end in a \"tmx\" extension, but can optionally be compressed (gzip, extension .gz). Declaration ITmxLegacyTranslationMemory GetTmxLegacyTranslationMemory(string tmxFilePath) Parameters Type Name Description string tmxFilePath The absolute path to the TMX file. Returns Type Description ITmxLegacyTranslationMemory A new ITmxLegacyTranslationMemory object." + "keywords": "Interface IBaseTranslationMemoryMigrationManager Represents the entry point to the translation memory migration API and the provided functionality. It provides methods to create a migration project ( IMigrationProject ), and obtain representations of various legacy translation memories ( ILegacyTranslationMemory which are the input of a migration project, and provides methods to obtain translation memory creators ( ITranslationMemoryCreator ), which are used to create the output TM of a migration project. Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IBaseTranslationMemoryMigrationManager Methods CreateFileBasedTranslationMemoryCreator() Obtains a translation memory creator, which can be used to create file-based non-legacy translation memories (see TranslationMemoryCreator ). Declaration IFileBasedTranslationMemoryCreator CreateFileBasedTranslationMemoryCreator() Returns Type Description IFileBasedTranslationMemoryCreator A new IFileBasedTranslationMemoryCreator object. Remarks Before this creator can be used, the required properties on it must be set. CreateMigrationProject() Creates a new, empty migration project. Declaration IMigrationProject CreateMigrationProject() Returns Type Description IMigrationProject A new migration project. GetTmxLegacyTranslationMemory(String) Obtains a representation of a TMX-file-based translation memory to be used as input to a migration project. The file should end in a \"tmx\" extension, but can optionally be compressed (gzip, extension .gz). Declaration ITmxLegacyTranslationMemory GetTmxLegacyTranslationMemory(string tmxFilePath) Parameters Type Name Description System.String tmxFilePath The absolute path to the TMX file. Returns Type Description ITmxLegacyTranslationMemory A new ITmxLegacyTranslationMemory object." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IExportableLegacyTranslationMemory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IExportableLegacyTranslationMemory.html", "title": "Interface IExportableLegacyTranslationMemory", - "keywords": "Interface IExportableLegacyTranslationMemory Represents a legacy translation memory that provides functionality to export its content to a TMX file. Inherited Members ILegacyTranslationMemory.Check() ILegacyTranslationMemory.GetSetup() ILegacyTranslationMemory.DisplayName ILegacyTranslationMemory.Url Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IExportableLegacyTranslationMemory : ILegacyTranslationMemory Methods CreateExporter(string) Creates a translation memory exporter, which can be used to export content from the legacy translation memory to a TMX file. Declaration ITranslationMemoryExporter CreateExporter(string tmxFilePath) Parameters Type Name Description string tmxFilePath The absolute path to export to. Returns Type Description ITranslationMemoryExporter A translation memory exporter." + "keywords": "Interface IExportableLegacyTranslationMemory Represents a legacy translation memory that provides functionality to export its content to a TMX file. Inherited Members ILegacyTranslationMemory.Check() ILegacyTranslationMemory.GetSetup() ILegacyTranslationMemory.DisplayName ILegacyTranslationMemory.Url Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IExportableLegacyTranslationMemory : ILegacyTranslationMemory Methods CreateExporter(String) Creates a translation memory exporter, which can be used to export content from the legacy translation memory to a TMX file. Declaration ITranslationMemoryExporter CreateExporter(string tmxFilePath) Parameters Type Name Description System.String tmxFilePath The absolute path to export to. Returns Type Description ITranslationMemoryExporter A translation memory exporter." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings.html", "title": "Interface IFieldIdentifierMappings", - "keywords": "Interface IFieldIdentifierMappings Represents a mapping between field names of a translation memory. This is typically used to list field names which should be renamed, retyped, or deleted during migration. Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IFieldIdentifierMappings Properties FieldIdentifierMappings Represents the field identifier mappings (old field identifier, new field identifier). Field identifier mapping maps the input (existing) field identifier to an output (target) field identifier, allowing invalid or duplicated field names in legacy translation memories to be renamed to valid field names and imported into an output translation memory. Declaration IDictionary FieldIdentifierMappings { get; } Property Value Type Description IDictionary FieldIdentifier FieldIdentifier TranslationMemory Gets the input translation memory. Declaration IInputTranslationMemory TranslationMemory { get; } Property Value Type Description IInputTranslationMemory" + "keywords": "Interface IFieldIdentifierMappings Represents a mapping between field names of a translation memory. This is typically used to list field names which should be renamed, retyped, or deleted during migration. Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IFieldIdentifierMappings Properties FieldIdentifierMappings Represents the field identifier mappings (old field identifier, new field identifier). Field identifier mapping maps the input (existing) field identifier to an output (target) field identifier, allowing invalid or duplicated field names in legacy translation memories to be renamed to valid field names and imported into an output translation memory. Declaration IDictionary FieldIdentifierMappings { get; } Property Value Type Description System.Collections.Generic.IDictionary < FieldIdentifier , FieldIdentifier > TranslationMemory Gets the input translation memory. Declaration IInputTranslationMemory TranslationMemory { get; } Property Value Type Description IInputTranslationMemory" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappingsCollection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappingsCollection.html", "title": "Interface IFieldIdentifierMappingsCollection", - "keywords": "Interface IFieldIdentifierMappingsCollection Represents a collection of field identifier mappings. Inherited Members ICollection.Add(IFieldIdentifierMappings) ICollection.Clear() ICollection.Contains(IFieldIdentifierMappings) ICollection.CopyTo(IFieldIdentifierMappings[], int) ICollection.Remove(IFieldIdentifierMappings) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IFieldIdentifierMappingsCollection : ICollection, IEnumerable, IEnumerable Methods GetFieldIdentifierMappings(IInputTranslationMemory) Gets the field identifier mappings for the given translation memory. Declaration IDictionary GetFieldIdentifierMappings(IInputTranslationMemory translationMemory) Parameters Type Name Description IInputTranslationMemory translationMemory The translation memory Returns Type Description IDictionary FieldIdentifier FieldIdentifier The field identifier mappings for the specified translation memory, or null if no mapping is available for the TM. GetInputFieldIdentifierMappings(IInputTranslationMemory) Gets the field identifier mappings for the given translation memory. Declaration IFieldIdentifierMappings GetInputFieldIdentifierMappings(IInputTranslationMemory translationMemory) Parameters Type Name Description IInputTranslationMemory translationMemory The translation memory Returns Type Description IFieldIdentifierMappings The IFieldIdentifierMappings for the specified translation memory, or null if no mapping is available for the TM." + "keywords": "Interface IFieldIdentifierMappingsCollection Represents a collection of field identifier mappings. Inherited Members System.Collections.Generic.ICollection.Add(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings) System.Collections.Generic.ICollection.CopyTo(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IFieldIdentifierMappingsCollection : ICollection, IEnumerable, IEnumerable Methods GetFieldIdentifierMappings(IInputTranslationMemory) Gets the field identifier mappings for the given translation memory. Declaration IDictionary GetFieldIdentifierMappings(IInputTranslationMemory translationMemory) Parameters Type Name Description IInputTranslationMemory translationMemory The translation memory Returns Type Description System.Collections.Generic.IDictionary < FieldIdentifier , FieldIdentifier > The field identifier mappings for the specified translation memory, or null if no mapping is available for the TM. GetInputFieldIdentifierMappings(IInputTranslationMemory) Gets the field identifier mappings for the given translation memory. Declaration IFieldIdentifierMappings GetInputFieldIdentifierMappings(IInputTranslationMemory translationMemory) Parameters Type Name Description IInputTranslationMemory translationMemory The translation memory Returns Type Description IFieldIdentifierMappings The IFieldIdentifierMappings for the specified translation memory, or null if no mapping is available for the TM." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFileBasedTranslationMemoryCreator.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFileBasedTranslationMemoryCreator.html", "title": "Interface IFileBasedTranslationMemoryCreator", - "keywords": "Interface IFileBasedTranslationMemoryCreator Represents a factory object used to create a file-based Trados Studio translation memory. Inherited Members ITranslationMemoryCreator.CreateEmptyTranslationMemory(ITranslationMemorySetupOptions) ITranslationMemoryCreator.IsValid(out string) ITranslationMemoryCreator.IsValidName(string, out string) ITranslationMemoryCreator.IsValidCopyright(string, out string) ITranslationMemoryCreator.IsValidDescription(string, out string) ITranslationMemoryCreator.DisplayName ITranslationMemoryCreator.MaximumNameLength ITranslationMemoryCreator.MaximumCopyrightLength ITranslationMemoryCreator.MaximumDescriptionLength Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IFileBasedTranslationMemoryCreator : ITranslationMemoryCreator Properties TranslationMemoryDirectory Gets or sets the directory where the translation memory should be created. Declaration string TranslationMemoryDirectory { get; set; } Property Value Type Description string" + "keywords": "Interface IFileBasedTranslationMemoryCreator Represents a factory object used to create a file-based Trados Studio translation memory. Inherited Members ITranslationMemoryCreator.CreateEmptyTranslationMemory(ITranslationMemorySetupOptions) ITranslationMemoryCreator.IsValid(String) ITranslationMemoryCreator.IsValidName(String, String) ITranslationMemoryCreator.IsValidCopyright(String, String) ITranslationMemoryCreator.IsValidDescription(String, String) ITranslationMemoryCreator.DisplayName ITranslationMemoryCreator.MaximumNameLength ITranslationMemoryCreator.MaximumCopyrightLength ITranslationMemoryCreator.MaximumDescriptionLength Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IFileBasedTranslationMemoryCreator : ITranslationMemoryCreator Properties TranslationMemoryDirectory Gets or sets the directory where the translation memory should be created. Declaration string TranslationMemoryDirectory { get; set; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData.html", "title": "Interface IInputLanguageDirectionData", - "keywords": "Interface IInputLanguageDirectionData Represents a single input translation memory language direction, as well as resource data and migration settings within a migration project. It is part of of a possibly multilingual input translation memory. This object is specific to an output translation memory within the migration project (see InputLanguageDirections ). Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IInputLanguageDirectionData Properties ImportCompatibilitySettings Gets or sets the import compatibility settings that determines how the content from this language direction should be imported into the output translation memory. Declaration ImportSettings.ImportTUProcessingMode ImportCompatibilitySettings { get; set; } Property Value Type Description ImportSettings ImportTUProcessingMode ImportPlainText Gets or sets whether the translation unit content in this language direction should be imported into the output translation memory as plain text. Declaration bool ImportPlainText { get; set; } Property Value Type Description bool ImportStatistics Gets the import statistics from the last import operation into the output translation memory. Declaration ImportStatistics ImportStatistics { get; } Property Value Type Description ImportStatistics ImportTuUpdateModeSettings Gets or sets the import TU update settings that determines how the content from this language direction should be imported into the output translation memory. Declaration ImportSettings.TUUpdateMode ImportTuUpdateModeSettings { get; set; } Property Value Type Description ImportSettings TUUpdateMode InvalidTranslationUnitsExportPath Gets or sets the absolute patch where invalid translation units will be written to if they fail to import into the output translation memory. Declaration string InvalidTranslationUnitsExportPath { get; set; } Property Value Type Description string IsImportComplete Gets whether the content of this language direction has successfully been imported into the output translation memory. Declaration bool IsImportComplete { get; } Property Value Type Description bool LanguageDirectionData Gets the data associated with a specific language direction in the legacy translation memory. Declaration ILegacyLanguageDirectionData LanguageDirectionData { get; } Property Value Type Description ILegacyLanguageDirectionData TranslationMemory Gets the possibly multilingual input translation memory from which this input language direction data originates. Declaration IInputTranslationMemory TranslationMemory { get; } Property Value Type Description IInputTranslationMemory" + "keywords": "Interface IInputLanguageDirectionData Represents a single input translation memory language direction, as well as resource data and migration settings within a migration project. It is part of of a possibly multilingual input translation memory. This object is specific to an output translation memory within the migration project (see InputLanguageDirections ). Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IInputLanguageDirectionData Properties ImportCompatibilitySettings Gets or sets the import compatibility settings that determines how the content from this language direction should be imported into the output translation memory. Declaration ImportSettings.ImportTUProcessingMode ImportCompatibilitySettings { get; set; } Property Value Type Description ImportSettings.ImportTUProcessingMode ImportPlainText Gets or sets whether the translation unit content in this language direction should be imported into the output translation memory as plain text. Declaration bool ImportPlainText { get; set; } Property Value Type Description System.Boolean ImportStatistics Gets the import statistics from the last import operation into the output translation memory. Declaration ImportStatistics ImportStatistics { get; } Property Value Type Description ImportStatistics ImportTuUpdateModeSettings Gets or sets the import TU update settings that determines how the content from this language direction should be imported into the output translation memory. Declaration ImportSettings.TUUpdateMode ImportTuUpdateModeSettings { get; set; } Property Value Type Description ImportSettings.TUUpdateMode InvalidTranslationUnitsExportPath Gets or sets the absolute patch where invalid translation units will be written to if they fail to import into the output translation memory. Declaration string InvalidTranslationUnitsExportPath { get; set; } Property Value Type Description System.String IsImportComplete Gets whether the content of this language direction has successfully been imported into the output translation memory. Declaration bool IsImportComplete { get; } Property Value Type Description System.Boolean LanguageDirectionData Gets the data associated with a specific language direction in the legacy translation memory. Declaration ILegacyLanguageDirectionData LanguageDirectionData { get; } Property Value Type Description ILegacyLanguageDirectionData TranslationMemory Gets the possibly multilingual input translation memory from which this input language direction data originates. Declaration IInputTranslationMemory TranslationMemory { get; } Property Value Type Description IInputTranslationMemory" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.html", "title": "Interface IInputLanguageDirectionDataCollection", - "keywords": "Interface IInputLanguageDirectionDataCollection Represents a collection of input language data (see IInputLanguageDirectionData ), which makes up the content that will be imported into a single output translation memory (see InputLanguageDirections ). Inherited Members ICollection.Add(IInputLanguageDirectionData) ICollection.Clear() ICollection.Contains(IInputLanguageDirectionData) ICollection.CopyTo(IInputLanguageDirectionData[], int) ICollection.Remove(IInputLanguageDirectionData) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IInputLanguageDirectionDataCollection : ICollection, IEnumerable, IEnumerable Properties this[int] Gets the input language direction data at the specified index. Declaration IInputLanguageDirectionData this[int index] { get; } Parameters Type Name Description int index The index. Property Value Type Description IInputLanguageDirectionData The input language direction data object at the specified index. Methods Add(IInputTranslationMemory, ILegacyLanguageDirectionData) Adds a language direction of a legacy translation memory to the collection. Declaration IInputLanguageDirectionData Add(IInputTranslationMemory translationMemory, ILegacyLanguageDirectionData languageDirectionData) Parameters Type Name Description IInputTranslationMemory translationMemory The legacy translation memory. ILegacyLanguageDirectionData languageDirectionData One of the available language direction data from the legacy translation memory. Returns Type Description IInputLanguageDirectionData A new IInputLanguageDirectionData object, representing the language direction data of the legacy translation memory as input to a single output translation memory within a migration project. Move(int, int) Moves the input language direction data from fromIndex to toIndex . Declaration void Move(int fromIndex, int toIndex) Parameters Type Name Description int fromIndex The index from which to move the object. int toIndex The index to which to move the object. Remarks The content will be imported into the output translation memory in the order that input language direction data objects appear in this collection." + "keywords": "Interface IInputLanguageDirectionDataCollection Represents a collection of input language data (see IInputLanguageDirectionData ), which makes up the content that will be imported into a single output translation memory (see InputLanguageDirections ). Inherited Members System.Collections.Generic.ICollection.Add(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData) System.Collections.Generic.ICollection.CopyTo(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IInputLanguageDirectionDataCollection : ICollection, IEnumerable, IEnumerable Properties Item[Int32] Gets the input language direction data at the specified index. Declaration IInputLanguageDirectionData this[int index] { get; } Parameters Type Name Description System.Int32 index The index. Property Value Type Description IInputLanguageDirectionData The input language direction data object at the specified index. Methods Add(IInputTranslationMemory, ILegacyLanguageDirectionData) Adds a language direction of a legacy translation memory to the collection. Declaration IInputLanguageDirectionData Add(IInputTranslationMemory translationMemory, ILegacyLanguageDirectionData languageDirectionData) Parameters Type Name Description IInputTranslationMemory translationMemory The legacy translation memory. ILegacyLanguageDirectionData languageDirectionData One of the available language direction data from the legacy translation memory. Returns Type Description IInputLanguageDirectionData A new IInputLanguageDirectionData object, representing the language direction data of the legacy translation memory as input to a single output translation memory within a migration project. Move(Int32, Int32) Moves the input language direction data from fromIndex to toIndex . Declaration void Move(int fromIndex, int toIndex) Parameters Type Name Description System.Int32 fromIndex The index from which to move the object. System.Int32 toIndex The index to which to move the object. Remarks The content will be imported into the output translation memory in the order that input language direction data objects appear in this collection." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory.html", "title": "Interface IInputTranslationMemory", - "keywords": "Interface IInputTranslationMemory Represents a legacy translation memory that is part of a migration project (see IMigrationProject ). This has a reference to legacy translation memory (see ILegacyTranslationMemory , provides access to theis translation memory's setup information and holds status information about whether the necessary content has been exported to TMX yet (see TmxFileStatus and TmxFilePath ). Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IInputTranslationMemory Properties Setup Gets the setup information from the legacy translation memory. This information is initially retrieved through GetSetup() and then cached for easy access throughout the migration process. Declaration ILegacyTranslationMemorySetup Setup { get; } Property Value Type Description ILegacyTranslationMemorySetup TmxFilePath Gets or sets the absolute TMX file path to which to export the legacy translation memory's content. Declaration string TmxFilePath { get; set; } Property Value Type Description string Remarks Setting this property will update the TmxFileStatus property, depending on whether the file exists. Exceptions Type Condition ArgumentNullException Thrown when setting this property to null or an empty string. InvalidOperationException Thrown when attempting to set this property if the legacy translation memory is a ITmxLegacyTranslationMemory . TmxFileStatus Gets the status of the TMX export file specified in TmxFilePath . A call to ExportTmxFile(EventHandler) will update the value of this property. Declaration TmxFileStatus TmxFileStatus { get; } Property Value Type Description TmxFileStatus TranslationMemory Gets the legacy translation memory which this input translation memory represents. Declaration ILegacyTranslationMemory TranslationMemory { get; } Property Value Type Description ILegacyTranslationMemory Methods ExportTmxFile(EventHandler) Exports the legacy TM's data to the path set in the TmxFilePath property. Declaration void ExportTmxFile(EventHandler progressEventHandler) Parameters Type Name Description EventHandler BatchExportedEventArgs progressEventHandler A progress event handler which can be used to monitor progress or cancel the export operation. Exceptions Type Condition InvalidOperationException Thrown when attempting to call this method if the legacy translation memory is a ITmxLegacyTranslationMemory . InvalidOperationException Thrown when calling this method before the TmxFilePath property is set." + "keywords": "Interface IInputTranslationMemory Represents a legacy translation memory that is part of a migration project (see IMigrationProject ). This has a reference to legacy translation memory (see ILegacyTranslationMemory , provides access to theis translation memory's setup information and holds status information about whether the necessary content has been exported to TMX yet (see TmxFileStatus and TmxFilePath ). Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IInputTranslationMemory Properties Setup Gets the setup information from the legacy translation memory. This information is initially retrieved through GetSetup() and then cached for easy access throughout the migration process. Declaration ILegacyTranslationMemorySetup Setup { get; } Property Value Type Description ILegacyTranslationMemorySetup TmxFilePath Gets or sets the absolute TMX file path to which to export the legacy translation memory's content. Declaration string TmxFilePath { get; set; } Property Value Type Description System.String Remarks Setting this property will update the TmxFileStatus property, depending on whether the file exists. Exceptions Type Condition System.ArgumentNullException Thrown when setting this property to null or an empty string. System.InvalidOperationException Thrown when attempting to set this property if the legacy translation memory is a ITmxLegacyTranslationMemory . TmxFileStatus Gets the status of the TMX export file specified in TmxFilePath . A call to ExportTmxFile(EventHandler) will update the value of this property. Declaration TmxFileStatus TmxFileStatus { get; } Property Value Type Description TmxFileStatus TranslationMemory Gets the legacy translation memory which this input translation memory represents. Declaration ILegacyTranslationMemory TranslationMemory { get; } Property Value Type Description ILegacyTranslationMemory Methods ExportTmxFile(EventHandler) Exports the legacy TM's data to the path set in the TmxFilePath property. Declaration void ExportTmxFile(EventHandler progressEventHandler) Parameters Type Name Description System.EventHandler < BatchExportedEventArgs > progressEventHandler A progress event handler which can be used to monitor progress or cancel the export operation. Exceptions Type Condition System.InvalidOperationException Thrown when attempting to call this method if the legacy translation memory is a ITmxLegacyTranslationMemory . System.InvalidOperationException Thrown when calling this method before the TmxFilePath property is set." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.html", "title": "Interface IInputTranslationMemoryCollection", - "keywords": "Interface IInputTranslationMemoryCollection Represents a collection of input translation memories (see IInputTranslationMemory ) in a migration project (see IMigrationProject ). Inherited Members ICollection.Add(IInputTranslationMemory) ICollection.Clear() ICollection.Contains(IInputTranslationMemory) ICollection.CopyTo(IInputTranslationMemory[], int) ICollection.Remove(IInputTranslationMemory) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IInputTranslationMemoryCollection : ICollection, IEnumerable, IEnumerable Properties this[int] Gets the input translation memory at the specified index. Declaration IInputTranslationMemory this[int index] { get; } Parameters Type Name Description int index The index. Property Value Type Description IInputTranslationMemory The input translation memory. Methods Add(ILegacyTranslationMemory) Adds a legacy translation memory as input to the collection. Declaration IInputTranslationMemory Add(ILegacyTranslationMemory legacyTm) Parameters Type Name Description ILegacyTranslationMemory legacyTm A legacy translation memory. See IBaseTranslationMemoryMigrationManager for methods to obtain representations of various types of legacy translation memories. Returns Type Description IInputTranslationMemory A new IInputTranslationMemory object, which represents the legacy translation memory in the migration project that owns this collection. Exceptions Type Condition ArgumentNullException Thrown if the legacyTm parameter is null." + "keywords": "Interface IInputTranslationMemoryCollection Represents a collection of input translation memories (see IInputTranslationMemory ) in a migration project (see IMigrationProject ). Inherited Members System.Collections.Generic.ICollection.Add(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory) System.Collections.Generic.ICollection.CopyTo(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IInputTranslationMemoryCollection : ICollection, IEnumerable, IEnumerable Properties Item[Int32] Gets the input translation memory at the specified index. Declaration IInputTranslationMemory this[int index] { get; } Parameters Type Name Description System.Int32 index The index. Property Value Type Description IInputTranslationMemory The input translation memory. Methods Add(ILegacyTranslationMemory) Adds a legacy translation memory as input to the collection. Declaration IInputTranslationMemory Add(ILegacyTranslationMemory legacyTm) Parameters Type Name Description ILegacyTranslationMemory legacyTm A legacy translation memory. See IBaseTranslationMemoryMigrationManager for methods to obtain representations of various types of legacy translation memories. Returns Type Description IInputTranslationMemory A new IInputTranslationMemory object, which represents the legacy translation memory in the migration project that owns this collection. Exceptions Type Condition System.ArgumentNullException Thrown if the legacyTm parameter is null." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IItemCollection-1.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IItemCollection-1.html", "title": "Interface IItemCollection", - "keywords": "Interface IItemCollection IItemCollection interface represents an item collection; an item collection is a list that fires events when an item is added or removed. Inherited Members IList.IndexOf(T) IList.Insert(int, T) IList.RemoveAt(int) IList.this[int] ICollection.Add(T) ICollection.Clear() ICollection.Contains(T) ICollection.CopyTo(T[], int) ICollection.Remove(T) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IItemCollection : IList, ICollection, IEnumerable, IEnumerable Type Parameters Name Description T Events ItemAdded ItemAdded event is fired when an item is added. Declaration event EventHandler> ItemAdded Event Type Type Description EventHandler ItemCollectionAddedEventArgs ItemRemoved ItemRemoved event is fired when an item is removed. Declaration event EventHandler> ItemRemoved Event Type Type Description EventHandler ItemCollectionRemovedEventArgs" + "keywords": "Interface IItemCollection IItemCollection interface represents an item collection; an item collection is a list that fires events when an item is added or removed. Inherited Members System.Collections.Generic.IList.IndexOf(T) System.Collections.Generic.IList.Insert(System.Int32, T) System.Collections.Generic.IList.RemoveAt(System.Int32) System.Collections.Generic.IList.Item[System.Int32] System.Collections.Generic.ICollection.Add(T) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(T) System.Collections.Generic.ICollection.CopyTo(T[], System.Int32) System.Collections.Generic.ICollection.Remove(T) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IItemCollection : IList, ICollection, IEnumerable, IEnumerable Type Parameters Name Description T Events ItemAdded ItemAdded event is fired when an item is added. Declaration event EventHandler> ItemAdded Event Type Type Description System.EventHandler < ItemCollectionAddedEventArgs > ItemRemoved ItemRemoved event is fired when an item is removed. Declaration event EventHandler> ItemRemoved Event Type Type Description System.EventHandler < ItemCollectionRemovedEventArgs >" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageDirectionData.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageDirectionData.html", "title": "Interface ILegacyLanguageDirectionData", - "keywords": "Interface ILegacyLanguageDirectionData Represenst a language direction and its associated settings and data within a legacy translation memory (see ILegacyTranslationMemory ). Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ILegacyLanguageDirectionData Properties AvailableLanguageResources Gets a number of sets of language resources which could be valid for use in the output translation memory. It is a user choice as to which one will be used (see ITranslationMemorySetupOptions ). Declaration ILegacyLanguageResources[] AvailableLanguageResources { get; } Property Value Type Description ILegacyLanguageResources SourceLanguage Gets the source language. Declaration LegacyLanguage SourceLanguage { get; } Property Value Type Description LegacyLanguage SuggestedLanguageResources Gets the language resources that the system suggest to use. This can be one of the available language resources (see AvailableLanguageResources ) or null, which means the default language resources are suggested. Declaration ILegacyLanguageResources SuggestedLanguageResources { get; } Property Value Type Description ILegacyLanguageResources TargetLanguage Gets the target language. Declaration LegacyLanguage TargetLanguage { get; } Property Value Type Description LegacyLanguage TranslationUnitCount Gets the number of translation units exist with this language direction. This is -1 if the count is not known (or cannot be easily obtained). Declaration int TranslationUnitCount { get; } Property Value Type Description int" + "keywords": "Interface ILegacyLanguageDirectionData Represenst a language direction and its associated settings and data within a legacy translation memory (see ILegacyTranslationMemory ). Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ILegacyLanguageDirectionData Properties AvailableLanguageResources Gets a number of sets of language resources which could be valid for use in the output translation memory. It is a user choice as to which one will be used (see ITranslationMemorySetupOptions ). Declaration ILegacyLanguageResources[] AvailableLanguageResources { get; } Property Value Type Description ILegacyLanguageResources [] SourceLanguage Gets the source language. Declaration LegacyLanguage SourceLanguage { get; } Property Value Type Description LegacyLanguage SuggestedLanguageResources Gets the language resources that the system suggest to use. This can be one of the available language resources (see AvailableLanguageResources ) or null, which means the default language resources are suggested. Declaration ILegacyLanguageResources SuggestedLanguageResources { get; } Property Value Type Description ILegacyLanguageResources TargetLanguage Gets the target language. Declaration LegacyLanguage TargetLanguage { get; } Property Value Type Description LegacyLanguage TranslationUnitCount Gets the number of translation units exist with this language direction. This is -1 if the count is not known (or cannot be easily obtained). Declaration int TranslationUnitCount { get; } Property Value Type Description System.Int32" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageResources.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageResources.html", "title": "Interface ILegacyLanguageResources", - "keywords": "Interface ILegacyLanguageResources Represents a set of migrated legacy language resources originating from a legacy translation memory. Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ILegacyLanguageResources Properties Abbreviations Gets the list of abbreviations. Can be null. Declaration Wordlist Abbreviations { get; } Property Value Type Description Wordlist CurrencyFormats Gets the list of currency formats. Can be null. Declaration List CurrencyFormats { get; } Property Value Type Description List CurrencyFormat DateTimeFormats Gets the list of date time formats. Can be null. Declaration ILookup DateTimeFormats { get; } Property Value Type Description ILookup LanguageResourceType string MeasurementUnits Gets the list of measurement units. Can be null. Declaration Dictionary MeasurementUnits { get; } Property Value Type Description Dictionary string CustomUnitDefinition Name Gets the display name of this language resource set. Can be null. Declaration string Name { get; } Property Value Type Description string NumbersSeparators Gets the number separators combinations list. Can be null. Declaration List NumbersSeparators { get; } Property Value Type Description List SeparatorCombination OrdinalFollowers Gets the list of ordinal followers. Can be null. Declaration Wordlist OrdinalFollowers { get; } Property Value Type Description Wordlist SegmentationRules Gets the (automatically migrated) segmentation rules. Can be null. Declaration SegmentationRules SegmentationRules { get; } Property Value Type Description SegmentationRules Variables Gets the list of variables. Can be null. Declaration Wordlist Variables { get; } Property Value Type Description Wordlist" + "keywords": "Interface ILegacyLanguageResources Represents a set of migrated legacy language resources originating from a legacy translation memory. Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ILegacyLanguageResources Properties Abbreviations Gets the list of abbreviations. Can be null. Declaration Wordlist Abbreviations { get; } Property Value Type Description Wordlist CurrencyFormats Gets the list of currency formats. Can be null. Declaration List CurrencyFormats { get; } Property Value Type Description System.Collections.Generic.List < CurrencyFormat > DateTimeFormats Gets the list of date time formats. Can be null. Declaration ILookup DateTimeFormats { get; } Property Value Type Description System.Linq.ILookup < LanguageResourceType , System.String > MeasurementUnits Gets the list of measurement units. Can be null. Declaration Dictionary MeasurementUnits { get; } Property Value Type Description System.Collections.Generic.Dictionary < System.String , CustomUnitDefinition > Name Gets the display name of this language resource set. Can be null. Declaration string Name { get; } Property Value Type Description System.String NumbersSeparators Gets the number separators combinations list. Can be null. Declaration List NumbersSeparators { get; } Property Value Type Description System.Collections.Generic.List < SeparatorCombination > OrdinalFollowers Gets the list of ordinal followers. Can be null. Declaration Wordlist OrdinalFollowers { get; } Property Value Type Description Wordlist SegmentationRules Gets the (automatically migrated) segmentation rules. Can be null. Declaration SegmentationRules SegmentationRules { get; } Property Value Type Description SegmentationRules Variables Gets the list of variables. Can be null. Declaration Wordlist Variables { get; } Property Value Type Description Wordlist" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyTranslationMemory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyTranslationMemory.html", "title": "Interface ILegacyTranslationMemory", - "keywords": "Interface ILegacyTranslationMemory Represents a legacy translation memory, which can be used in a migration project ( IMigrationProject ). Explicit inheritors: Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ILegacyTranslationMemory Properties DisplayName Gets a friendly description of the translation memory, which can be used to display to the user. Declaration string DisplayName { get; } Property Value Type Description string Url Gets the url representing the location of the legacy translation memory. Declaration string Url { get; } Property Value Type Description string Methods Check() Checks whether the legacy translation memory can be accessed. Throws an exception if this fails. Declaration void Check() GetSetup() Retrieves the setup information from the legacy translation memory. Declaration ILegacyTranslationMemorySetup GetSetup() Returns Type Description ILegacyTranslationMemorySetup A ILegacyTranslationMemorySetup object which represents the legacy setup information. Remarks This setup information may contain invalid legacy fields. It describes the legacy translation memory setup as it is read from the legacy translation memory and should not be altered for export - that is the responsibility of the OutputTranslationMemory during populate (output) setup." + "keywords": "Interface ILegacyTranslationMemory Represents a legacy translation memory, which can be used in a migration project ( IMigrationProject ). Explicit inheritors: Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ILegacyTranslationMemory Properties DisplayName Gets a friendly description of the translation memory, which can be used to display to the user. Declaration string DisplayName { get; } Property Value Type Description System.String Url Gets the url representing the location of the legacy translation memory. Declaration string Url { get; } Property Value Type Description System.String Methods Check() Checks whether the legacy translation memory can be accessed. Throws an exception if this fails. Declaration void Check() GetSetup() Retrieves the setup information from the legacy translation memory. Declaration ILegacyTranslationMemorySetup GetSetup() Returns Type Description ILegacyTranslationMemorySetup A ILegacyTranslationMemorySetup object which represents the legacy setup information. Remarks This setup information may contain invalid legacy fields. It describes the legacy translation memory setup as it is read from the legacy translation memory and should not be altered for export - that is the responsibility of the OutputTranslationMemory during populate (output) setup." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyTranslationMemorySetup.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyTranslationMemorySetup.html", "title": "Interface ILegacyTranslationMemorySetup", - "keywords": "Interface ILegacyTranslationMemorySetup Represents setup information retrieved from a legacy translation memory (see GetSetup() ). Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ILegacyTranslationMemorySetup Properties Copyright Gets the copyright string. Can be null. Declaration string Copyright { get; } Property Value Type Description string Description Gets the translation memory description. Can be null. Declaration string Description { get; } Property Value Type Description string ExpirationDate Gets the expiration date of the translation memory. Can be null. Declaration DateTime? ExpirationDate { get; } Property Value Type Description DateTime FGASupport Gets or sets the fine-grained alignment support for this TM. Declaration FGASupport FGASupport { get; set; } Property Value Type Description FGASupport Fields Gets the fields present in the legacy translation memory. Declaration IList Fields { get; } Property Value Type Description IList FieldDefinition FuzzyIndexes Gets the index types that are present in the translation memory. Declaration FuzzyIndexes FuzzyIndexes { get; } Property Value Type Description FuzzyIndexes LanguageDirections Gets the language directions of the translation memory. Declaration ILegacyLanguageDirectionData[] LanguageDirections { get; } Property Value Type Description ILegacyLanguageDirectionData Name Gets the name of the translation memory. Declaration string Name { get; } Property Value Type Description string Recognizers Gets which entities are being recognized when working with the translation memory. Declaration BuiltinRecognizers Recognizers { get; } Property Value Type Description BuiltinRecognizers TextContextMatchType Returns the TextContextMatchType specified for this TM when it was created. Declaration TextContextMatchType TextContextMatchType { get; set; } Property Value Type Description TextContextMatchType TokenizerFlags Gets or sets the flags affecting tokenizer behaviour for this TM. Note that changing tokenizer flags may require reindexing. Declaration TokenizerFlags TokenizerFlags { get; set; } Property Value Type Description TokenizerFlags TotalTranslationUnitCount Gets the total number of translation units across all available language directions. Returns -1 if this is not available (or cannot easily be obtained). Declaration int TotalTranslationUnitCount { get; } Property Value Type Description int UsesIdContextMatch Indicates whether this TM was created with IdContextMatch support Declaration bool UsesIdContextMatch { get; set; } Property Value Type Description bool WordCountFlags Gets or sets the flags affecting word count behaviour for this TM. Declaration WordCountFlags WordCountFlags { get; set; } Property Value Type Description WordCountFlags" + "keywords": "Interface ILegacyTranslationMemorySetup Represents setup information retrieved from a legacy translation memory (see GetSetup() ). Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ILegacyTranslationMemorySetup Properties Copyright Gets the copyright string. Can be null. Declaration string Copyright { get; } Property Value Type Description System.String Description Gets the translation memory description. Can be null. Declaration string Description { get; } Property Value Type Description System.String ExpirationDate Gets the expiration date of the translation memory. Can be null. Declaration DateTime? ExpirationDate { get; } Property Value Type Description System.Nullable < System.DateTime > FGASupport Gets or sets the fine-grained alignment support for this TM. Declaration FGASupport FGASupport { get; set; } Property Value Type Description FGASupport Fields Gets the fields present in the legacy translation memory. Declaration IList Fields { get; } Property Value Type Description System.Collections.Generic.IList < FieldDefinition > FuzzyIndexes Gets the index types that are present in the translation memory. Declaration FuzzyIndexes FuzzyIndexes { get; } Property Value Type Description FuzzyIndexes LanguageDirections Gets the language directions of the translation memory. Declaration ILegacyLanguageDirectionData[] LanguageDirections { get; } Property Value Type Description ILegacyLanguageDirectionData [] Name Gets the name of the translation memory. Declaration string Name { get; } Property Value Type Description System.String Recognizers Gets which entities are being recognized when working with the translation memory. Declaration BuiltinRecognizers Recognizers { get; } Property Value Type Description BuiltinRecognizers TextContextMatchType Returns the TextContextMatchType specified for this TM when it was created. Declaration TextContextMatchType TextContextMatchType { get; set; } Property Value Type Description TextContextMatchType TokenizerFlags Gets or sets the flags affecting tokenizer behaviour for this TM. Note that changing tokenizer flags may require reindexing. Declaration TokenizerFlags TokenizerFlags { get; set; } Property Value Type Description TokenizerFlags TotalTranslationUnitCount Gets the total number of translation units across all available language directions. Returns -1 if this is not available (or cannot easily be obtained). Declaration int TotalTranslationUnitCount { get; } Property Value Type Description System.Int32 UsesIdContextMatch Indicates whether this TM was created with IdContextMatch support Declaration bool UsesIdContextMatch { get; set; } Property Value Type Description System.Boolean WordCountFlags Gets or sets the flags affecting word count behaviour for this TM. Declaration WordCountFlags WordCountFlags { get; set; } Property Value Type Description WordCountFlags" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IMigrationProject.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IMigrationProject.html", "title": "Interface IMigrationProject", - "keywords": "Interface IMigrationProject A migration project encapsulates functionality to migrate one or more legacy translation memories to one or more new translation memories. Use this object as follows: Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IMigrationProject Properties InputTranslationMemories The collection of input legacy translation memories. Declaration IInputTranslationMemoryCollection InputTranslationMemories { get; } Property Value Type Description IInputTranslationMemoryCollection OutputTranslationMemories The collection of output translation memories. A new translation memory will be created for every item in this collection. Declaration IOutputTranslationMemoryCollection OutputTranslationMemories { get; } Property Value Type Description IOutputTranslationMemoryCollection Methods ProcessAll(EventHandler) Performs the full migration process by exporting all input translation memories and subsequently creating all output translation memories. Declaration void ProcessAll(EventHandler progressEventHandler) Parameters Type Name Description EventHandler ProgressEventArgs progressEventHandler An event handler through which to report progress events and through which the migration process can be cancelled. Remarks This method can be called multiple times and will pick up the migration where it failed or was cancelled previously." + "keywords": "Interface IMigrationProject A migration project encapsulates functionality to migrate one or more legacy translation memories to one or more new translation memories. Use this object as follows: Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IMigrationProject Properties InputTranslationMemories The collection of input legacy translation memories. Declaration IInputTranslationMemoryCollection InputTranslationMemories { get; } Property Value Type Description IInputTranslationMemoryCollection OutputTranslationMemories The collection of output translation memories. A new translation memory will be created for every item in this collection. Declaration IOutputTranslationMemoryCollection OutputTranslationMemories { get; } Property Value Type Description IOutputTranslationMemoryCollection Methods ProcessAll(EventHandler) Performs the full migration process by exporting all input translation memories and subsequently creating all output translation memories. Declaration void ProcessAll(EventHandler progressEventHandler) Parameters Type Name Description System.EventHandler < ProgressEventArgs > progressEventHandler An event handler through which to report progress events and through which the migration process can be cancelled. Remarks This method can be called multiple times and will pick up the migration where it failed or was cancelled previously." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.html", "title": "Class InputLanguagePair", - "keywords": "Class InputLanguagePair Inheritance object InputLanguagePair Implements IInputLanguageDirectionData Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class InputLanguagePair : IInputLanguageDirectionData Constructors InputLanguagePair(IInputTranslationMemory, ILegacyLanguageDirectionData) Declaration public InputLanguagePair(IInputTranslationMemory inputTranslationMemory, ILegacyLanguageDirectionData legacyLanguagePair) Parameters Type Name Description IInputTranslationMemory inputTranslationMemory ILegacyLanguageDirectionData legacyLanguagePair Properties ImportCompatibilitySettings Gets or sets the import compatibility settings that determines how the content from this language direction should be imported into the output translation memory. Declaration public ImportSettings.ImportTUProcessingMode ImportCompatibilitySettings { get; set; } Property Value Type Description ImportSettings ImportTUProcessingMode ImportPlainText Gets or sets whether the translation unit content in this language direction should be imported into the output translation memory as plain text. Declaration public bool ImportPlainText { get; set; } Property Value Type Description bool ImportStatistics Gets the import statistics from the last import operation into the output translation memory. Declaration public ImportStatistics ImportStatistics { get; } Property Value Type Description ImportStatistics ImportTuUpdateModeSettings Gets or sets the import TU update settings that determines how the content from this language direction should be imported into the output translation memory. Declaration public ImportSettings.TUUpdateMode ImportTuUpdateModeSettings { get; set; } Property Value Type Description ImportSettings TUUpdateMode InvalidTranslationUnitsExportPath Gets or sets the absolute patch where invalid translation units will be written to if they fail to import into the output translation memory. Declaration public string InvalidTranslationUnitsExportPath { get; set; } Property Value Type Description string IsImportComplete Gets whether the content of this language direction has successfully been imported into the output translation memory. Declaration public bool IsImportComplete { get; set; } Property Value Type Description bool LanguageDirectionData Gets the data associated with a specific language direction in the legacy translation memory. Declaration public ILegacyLanguageDirectionData LanguageDirectionData { get; } Property Value Type Description ILegacyLanguageDirectionData TranslationMemory Gets the possibly multilingual input translation memory from which this input language direction data originates. Declaration public IInputTranslationMemory TranslationMemory { get; } Property Value Type Description IInputTranslationMemory Implements IInputLanguageDirectionData" + "keywords": "Class InputLanguagePair Inheritance System.Object InputLanguagePair Implements IInputLanguageDirectionData 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.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class InputLanguagePair : IInputLanguageDirectionData Constructors InputLanguagePair(IInputTranslationMemory, ILegacyLanguageDirectionData) Declaration public InputLanguagePair(IInputTranslationMemory inputTranslationMemory, ILegacyLanguageDirectionData legacyLanguagePair) Parameters Type Name Description IInputTranslationMemory inputTranslationMemory ILegacyLanguageDirectionData legacyLanguagePair Properties ImportCompatibilitySettings Declaration public ImportSettings.ImportTUProcessingMode ImportCompatibilitySettings { get; set; } Property Value Type Description ImportSettings.ImportTUProcessingMode ImportPlainText Declaration public bool ImportPlainText { get; set; } Property Value Type Description System.Boolean ImportStatistics Declaration public ImportStatistics ImportStatistics { get; } Property Value Type Description ImportStatistics ImportTuUpdateModeSettings Declaration public ImportSettings.TUUpdateMode ImportTuUpdateModeSettings { get; set; } Property Value Type Description ImportSettings.TUUpdateMode InvalidTranslationUnitsExportPath Declaration public string InvalidTranslationUnitsExportPath { get; set; } Property Value Type Description System.String IsImportComplete Declaration public bool IsImportComplete { get; set; } Property Value Type Description System.Boolean LanguageDirectionData Declaration public ILegacyLanguageDirectionData LanguageDirectionData { get; } Property Value Type Description ILegacyLanguageDirectionData TranslationMemory Declaration public IInputTranslationMemory TranslationMemory { get; } Property Value Type Description IInputTranslationMemory Implements IInputLanguageDirectionData" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.html", "title": "Class InputLanguagePairCollection", - "keywords": "Class InputLanguagePairCollection Inheritance object Collection IInputLanguageDirectionData ItemCollection IInputLanguageDirectionData InputLanguagePairCollection Implements IList ICollection IReadOnlyList IInputLanguageDirectionData IReadOnlyCollection IInputLanguageDirectionData IItemCollection IInputLanguageDirectionData IList IInputLanguageDirectionData IInputLanguageDirectionDataCollection ICollection IInputLanguageDirectionData IEnumerable IInputLanguageDirectionData IEnumerable Inherited Members ItemCollection._suspendAddedRemovedEvents ItemCollection.ClearItems() ItemCollection.InsertItem(int, IInputLanguageDirectionData) ItemCollection.RemoveItem(int) ItemCollection.SetItem(int, IInputLanguageDirectionData) ItemCollection.Equals(object) ItemCollection.GetHashCode() ItemCollection.ItemAdded ItemCollection.ItemRemoved Collection.Add(IInputLanguageDirectionData) Collection.Clear() Collection.CopyTo(IInputLanguageDirectionData[], int) Collection.Contains(IInputLanguageDirectionData) Collection.GetEnumerator() Collection.IndexOf(IInputLanguageDirectionData) Collection.Insert(int, IInputLanguageDirectionData) Collection.Remove(IInputLanguageDirectionData) Collection.RemoveAt(int) Collection.Count Collection.Items Collection.this[int] object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class InputLanguagePairCollection : ItemCollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IItemCollection, IList, IInputLanguageDirectionDataCollection, ICollection, IEnumerable, IEnumerable Constructors InputLanguagePairCollection() Declaration public InputLanguagePairCollection() Methods Add(IInputTranslationMemory, ILegacyLanguageDirectionData) Adds a language direction of a legacy translation memory to the collection. Declaration public IInputLanguageDirectionData Add(IInputTranslationMemory translationMemory, ILegacyLanguageDirectionData languagePair) Parameters Type Name Description IInputTranslationMemory translationMemory The legacy translation memory. ILegacyLanguageDirectionData languagePair Returns Type Description IInputLanguageDirectionData A new IInputLanguageDirectionData object, representing the language direction data of the legacy translation memory as input to a single output translation memory within a migration project. Move(int, int) Moves the input language direction data from fromIndex to toIndex . Declaration public void Move(int fromIndex, int toIndex) Parameters Type Name Description int fromIndex The index from which to move the object. int toIndex The index to which to move the object. Remarks The content will be imported into the output translation memory in the order that input language direction data objects appear in this collection. Implements IList ICollection IReadOnlyList IReadOnlyCollection IItemCollection IList IInputLanguageDirectionDataCollection ICollection IEnumerable IEnumerable" + "keywords": "Class InputLanguagePairCollection Inheritance System.Object System.Collections.ObjectModel.Collection < IInputLanguageDirectionData > ItemCollection < IInputLanguageDirectionData > InputLanguagePairCollection Implements System.Collections.IList System.Collections.ICollection System.Collections.Generic.IReadOnlyList < IInputLanguageDirectionData > System.Collections.Generic.IReadOnlyCollection < IInputLanguageDirectionData > IItemCollection < IInputLanguageDirectionData > System.Collections.Generic.IList < IInputLanguageDirectionData > IInputLanguageDirectionDataCollection System.Collections.Generic.ICollection < IInputLanguageDirectionData > System.Collections.Generic.IEnumerable < IInputLanguageDirectionData > System.Collections.IEnumerable Inherited Members ItemCollection._suspendAddedRemovedEvents ItemCollection.ClearItems() ItemCollection.InsertItem(Int32, IInputLanguageDirectionData) ItemCollection.RemoveItem(Int32) ItemCollection.SetItem(Int32, IInputLanguageDirectionData) ItemCollection.Equals(Object) ItemCollection.GetHashCode() ItemCollection.ItemAdded ItemCollection.ItemRemoved System.Collections.ObjectModel.Collection.Add(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData) System.Collections.ObjectModel.Collection.Clear() System.Collections.ObjectModel.Collection.CopyTo(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData[], System.Int32) System.Collections.ObjectModel.Collection.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData) System.Collections.ObjectModel.Collection.GetEnumerator() System.Collections.ObjectModel.Collection.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData) System.Collections.ObjectModel.Collection.Insert(System.Int32, Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData) System.Collections.ObjectModel.Collection.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData) System.Collections.ObjectModel.Collection.RemoveAt(System.Int32) System.Collections.ObjectModel.Collection.System.Collections.IEnumerable.GetEnumerator() System.Collections.ObjectModel.Collection.System.Collections.ICollection.CopyTo(System.Array, System.Int32) System.Collections.ObjectModel.Collection.System.Collections.IList.get_Item(System.Int32) System.Collections.ObjectModel.Collection.System.Collections.IList.set_Item(System.Int32, System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Add(System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Contains(System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.IndexOf(System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Insert(System.Int32, System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Remove(System.Object) System.Collections.ObjectModel.Collection.Count System.Collections.ObjectModel.Collection.Items System.Collections.ObjectModel.Collection.Item[System.Int32] System.Collections.ObjectModel.Collection.System.Collections.Generic.ICollection.IsReadOnly System.Collections.ObjectModel.Collection.System.Collections.ICollection.IsSynchronized System.Collections.ObjectModel.Collection.System.Collections.ICollection.SyncRoot System.Collections.ObjectModel.Collection.System.Collections.IList.Item[System.Int32] System.Collections.ObjectModel.Collection.System.Collections.IList.IsReadOnly System.Collections.ObjectModel.Collection.System.Collections.IList.IsFixedSize System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class InputLanguagePairCollection : ItemCollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IItemCollection, IList, IInputLanguageDirectionDataCollection, ICollection, IEnumerable, IEnumerable Constructors InputLanguagePairCollection() Declaration public InputLanguagePairCollection() Methods Add(IInputTranslationMemory, ILegacyLanguageDirectionData) Declaration public IInputLanguageDirectionData Add(IInputTranslationMemory translationMemory, ILegacyLanguageDirectionData languagePair) Parameters Type Name Description IInputTranslationMemory translationMemory ILegacyLanguageDirectionData languagePair Returns Type Description IInputLanguageDirectionData Move(Int32, Int32) Declaration public void Move(int fromIndex, int toIndex) Parameters Type Name Description System.Int32 fromIndex System.Int32 toIndex Implements System.Collections.IList System.Collections.ICollection System.Collections.Generic.IReadOnlyList System.Collections.Generic.IReadOnlyCollection IItemCollection System.Collections.Generic.IList IInputLanguageDirectionDataCollection System.Collections.Generic.ICollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory.html", "title": "Interface IOutputTranslationMemory", - "keywords": "Interface IOutputTranslationMemory Represents an output translation memory to be created within a migration project, to which the contents of one or more legacy translation memories (or language directions within such TMs) will be migrated. Holds settings required to create the new translation memory ( InputLanguageDirections , TranslationMemoryCreator and Setup ) and provides status information on the migration process. Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IOutputTranslationMemory Properties ExpectedTUCount Gets the estimated number of translation units this output translation memory will contains after the migration is complete. Can be used for progress notifications. This is -1 if this number is not available (or cannot easily be obtained). Declaration int ExpectedTUCount { get; } Property Value Type Description int InputLanguageDirections The collection of input language direction data, from which content should be imported into the output translation memory. Declaration IInputLanguageDirectionDataCollection InputLanguageDirections { get; } Property Value Type Description IInputLanguageDirectionDataCollection Setup Gets the setup information to be used for creating the output translation memory. Declaration ITranslationMemorySetupOptions Setup { get; } Property Value Type Description ITranslationMemorySetupOptions TranslationMemory Gets the newly created translation memory. Returns null before the translation memory has been created. Declaration ITranslationMemory TranslationMemory { get; } Property Value Type Description ITranslationMemory TranslationMemoryCreator Gets or sets a ITranslationMemoryCreator object, which should be usd for creating the output translation memory. Declaration ITranslationMemoryCreator TranslationMemoryCreator { get; set; } Property Value Type Description ITranslationMemoryCreator Methods CreateTranslationMemory() Creates the output translation memory if it has not been created yet. Declaration void CreateTranslationMemory() Import(IInputLanguageDirectionData, EventHandler) Imports the content of the specified input language direction data sets into the output TM. Declaration void Import(IInputLanguageDirectionData languageDirectionData, EventHandler progressEventHandler) Parameters Type Name Description IInputLanguageDirectionData languageDirectionData The input language direction data to import. EventHandler ProgressEventArgs progressEventHandler Progress delegate; can be null. IsValid(out string) Determines whether the output translation memory is valid. It returns false and a user-friendly localised error message if it is not. Declaration bool IsValid(out string errorMessage) Parameters Type Name Description string errorMessage error message Returns Type Description bool whether output translation memory valid PopulateSetup() Automatically populate the setup information based on the language directions currently present in InputLanguageDirections . This will reset any setup information in the output translation memory that is currently present. All changes to the setup should be done before the output translation memory is created. Declaration void PopulateSetup() Process(EventHandler) Creates the output translation memory and import all content. Declaration void Process(EventHandler progressEventHandler) Parameters Type Name Description EventHandler ProgressEventArgs progressEventHandler A delegate which can be used to monitor progress and to cancel the migration process. May be null. Remarks This method assumes that all the input translation memories have been exported to TMX and will throw an exception if this is not the case. Validate() Validates whether this output translation memory is ready to be processed. Throws an xception if it is not. Declaration void Validate()" + "keywords": "Interface IOutputTranslationMemory Represents an output translation memory to be created within a migration project, to which the contents of one or more legacy translation memories (or language directions within such TMs) will be migrated. Holds settings required to create the new translation memory ( InputLanguageDirections , TranslationMemoryCreator and Setup ) and provides status information on the migration process. Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IOutputTranslationMemory Properties ExpectedTUCount Gets the estimated number of translation units this output translation memory will contains after the migration is complete. Can be used for progress notifications. This is -1 if this number is not available (or cannot easily be obtained). Declaration int ExpectedTUCount { get; } Property Value Type Description System.Int32 InputLanguageDirections The collection of input language direction data, from which content should be imported into the output translation memory. Declaration IInputLanguageDirectionDataCollection InputLanguageDirections { get; } Property Value Type Description IInputLanguageDirectionDataCollection Setup Gets the setup information to be used for creating the output translation memory. Declaration ITranslationMemorySetupOptions Setup { get; } Property Value Type Description ITranslationMemorySetupOptions TranslationMemory Gets the newly created translation memory. Returns null before the translation memory has been created. Declaration ITranslationMemory TranslationMemory { get; } Property Value Type Description ITranslationMemory TranslationMemoryCreator Gets or sets a ITranslationMemoryCreator object, which should be usd for creating the output translation memory. Declaration ITranslationMemoryCreator TranslationMemoryCreator { get; set; } Property Value Type Description ITranslationMemoryCreator Methods CreateTranslationMemory() Creates the output translation memory if it has not been created yet. Declaration void CreateTranslationMemory() Import(IInputLanguageDirectionData, EventHandler) Imports the content of the specified input language direction data sets into the output TM. Declaration void Import(IInputLanguageDirectionData languageDirectionData, EventHandler progressEventHandler) Parameters Type Name Description IInputLanguageDirectionData languageDirectionData The input language direction data to import. System.EventHandler < ProgressEventArgs > progressEventHandler Progress delegate; can be null. IsValid(out String) Determines whether the output translation memory is valid. It returns false and a user-friendly localised error message if it is not. Declaration bool IsValid(out string errorMessage) Parameters Type Name Description System.String errorMessage error message Returns Type Description System.Boolean whether output translation memory valid PopulateSetup() Automatically populate the setup information based on the language directions currently present in InputLanguageDirections . This will reset any setup information in the output translation memory that is currently present. All changes to the setup should be done before the output translation memory is created. Declaration void PopulateSetup() Process(EventHandler) Creates the output translation memory and import all content. Declaration void Process(EventHandler progressEventHandler) Parameters Type Name Description System.EventHandler < ProgressEventArgs > progressEventHandler A delegate which can be used to monitor progress and to cancel the migration process. May be null. Remarks This method assumes that all the input translation memories have been exported to TMX and will throw an exception if this is not the case. Validate() Validates whether this output translation memory is ready to be processed. Throws an xception if it is not. Declaration void Validate()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.html", "title": "Interface IOutputTranslationMemoryCollection", - "keywords": "Interface IOutputTranslationMemoryCollection Represents a collection of output translation memories (see IOutputTranslationMemory ) in a migration project (see IMigrationProject ). Inherited Members ICollection.Add(IOutputTranslationMemory) ICollection.Clear() ICollection.Contains(IOutputTranslationMemory) ICollection.CopyTo(IOutputTranslationMemory[], int) ICollection.Remove(IOutputTranslationMemory) ICollection.Count ICollection.IsReadOnly IEnumerable.GetEnumerator() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IOutputTranslationMemoryCollection : ICollection, IEnumerable, IEnumerable Properties this[int] Gets the output translation memory at the specified index. Declaration IOutputTranslationMemory this[int index] { get; } Parameters Type Name Description int index The index. Property Value Type Description IOutputTranslationMemory The output translation memory at the specified index. Methods Add() Adds a new output translation memory to the collection. You can add input language directions to its InputLanguageDirections collection. Declaration IOutputTranslationMemory Add() Returns Type Description IOutputTranslationMemory A representation of an output translation memory. Add(IInputTranslationMemory, bool) Adds an output translation memory for a bilingual legacy input translation memory and optionally populates the setup information of the output translation memory ( Setup ) based of the setup of the input translation memory (see Setup and AvailableLanguageResources ). Declaration IOutputTranslationMemory Add(IInputTranslationMemory inputTranslationMemory, bool autoPopulateOutputTranslationMemorySetup) Parameters Type Name Description IInputTranslationMemory inputTranslationMemory The language direction data, representing the content of a legacy TM to be migrated to the output TM. bool autoPopulateOutputTranslationMemorySetup Whether to automatically popluate the setup information of the output translation memory based on the setup information from the input translation memory. Returns Type Description IOutputTranslationMemory An IOutputTranslationMemory object, containing the specified input language direction data. Exceptions Type Condition ArgumentException Thrown if the input translation memory has more than one language direction. Add(IEnumerable, bool) Adds an output translation memory for a number of bilingual legacy input translation memories and optionally populates the setup information of the output translation memory ( Setup ) based of the setup of the input translation memories (see Setup and AvailableLanguageResources ). Declaration IOutputTranslationMemory Add(IEnumerable inputTranslationMemory, bool autoPopulateOutputTranslationMemorySetup) Parameters Type Name Description IEnumerable IInputTranslationMemory inputTranslationMemory The language directions, representing the bilingual content of a number of legacy TMs to be migrated to the output TM. bool autoPopulateOutputTranslationMemorySetup Whether to automatically popluate the setup information of the output translation memory based on the merged setup information from the input translation memories. Returns Type Description IOutputTranslationMemory An IOutputTranslationMemory object, containing the specified input language directions. Exceptions Type Condition ArgumentException Thrown if one of the input translation memories has more than one language direction." + "keywords": "Interface IOutputTranslationMemoryCollection Represents a collection of output translation memories (see IOutputTranslationMemory ) in a migration project (see IMigrationProject ). Inherited Members System.Collections.Generic.ICollection.Add(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory) System.Collections.Generic.ICollection.Clear() System.Collections.Generic.ICollection.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory) System.Collections.Generic.ICollection.CopyTo(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory[], System.Int32) System.Collections.Generic.ICollection.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory) System.Collections.Generic.ICollection.Count System.Collections.Generic.ICollection.IsReadOnly System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface IOutputTranslationMemoryCollection : ICollection, IEnumerable, IEnumerable Properties Item[Int32] Gets the output translation memory at the specified index. Declaration IOutputTranslationMemory this[int index] { get; } Parameters Type Name Description System.Int32 index The index. Property Value Type Description IOutputTranslationMemory The output translation memory at the specified index. Methods Add() Adds a new output translation memory to the collection. You can add input language directions to its InputLanguageDirections collection. Declaration IOutputTranslationMemory Add() Returns Type Description IOutputTranslationMemory A representation of an output translation memory. Add(IInputTranslationMemory, Boolean) Adds an output translation memory for a bilingual legacy input translation memory and optionally populates the setup information of the output translation memory ( Setup ) based of the setup of the input translation memory (see Setup and AvailableLanguageResources ). Declaration IOutputTranslationMemory Add(IInputTranslationMemory inputTranslationMemory, bool autoPopulateOutputTranslationMemorySetup) Parameters Type Name Description IInputTranslationMemory inputTranslationMemory The language direction data, representing the content of a legacy TM to be migrated to the output TM. System.Boolean autoPopulateOutputTranslationMemorySetup Whether to automatically popluate the setup information of the output translation memory based on the setup information from the input translation memory. Returns Type Description IOutputTranslationMemory An IOutputTranslationMemory object, containing the specified input language direction data. Exceptions Type Condition System.ArgumentException Thrown if the input translation memory has more than one language direction. Add(IEnumerable, Boolean) Adds an output translation memory for a number of bilingual legacy input translation memories and optionally populates the setup information of the output translation memory ( Setup ) based of the setup of the input translation memories (see Setup and AvailableLanguageResources ). Declaration IOutputTranslationMemory Add(IEnumerable inputTranslationMemory, bool autoPopulateOutputTranslationMemorySetup) Parameters Type Name Description System.Collections.Generic.IEnumerable < IInputTranslationMemory > inputTranslationMemory The language directions, representing the bilingual content of a number of legacy TMs to be migrated to the output TM. System.Boolean autoPopulateOutputTranslationMemorySetup Whether to automatically popluate the setup information of the output translation memory based on the merged setup information from the input translation memories. Returns Type Description IOutputTranslationMemory An IOutputTranslationMemory object, containing the specified input language directions. Exceptions Type Condition System.ArgumentException Thrown if one of the input translation memories has more than one language direction." }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html", "title": "Class ItemCollection", - "keywords": "Class ItemCollection ItemCollection class represents an item collection; an item collection is a list that fires events when an item is added or removed. Inheritance object Collection ItemCollection InputLanguagePairCollection Implements IList ICollection IReadOnlyList IReadOnlyCollection IItemCollection IList ICollection IEnumerable IEnumerable Inherited Members Collection.Add(T) Collection.Clear() Collection.CopyTo(T[], int) Collection.Contains(T) Collection.GetEnumerator() Collection.IndexOf(T) Collection.Insert(int, T) Collection.Remove(T) Collection.RemoveAt(int) Collection.Count Collection.Items Collection.this[int] object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ItemCollection : Collection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IItemCollection, IList, ICollection, IEnumerable, IEnumerable Type Parameters Name Description T item type Constructors ItemCollection() Declaration public ItemCollection() Fields _suspendAddedRemovedEvents Declaration protected bool _suspendAddedRemovedEvents Field Value Type Description bool Methods ClearItems() Clears the items. Declaration protected override void ClearItems() Overrides Collection.ClearItems() Equals(object) Override to check if two objects have the same values Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() InsertItem(int, T) Inserts the given item at the given index. Declaration protected override void InsertItem(int index, T item) Parameters Type Name Description int index index T item item Overrides Collection.InsertItem(int, T) RemoveItem(int) Removes the item at the given index. Declaration protected override void RemoveItem(int index) Parameters Type Name Description int index index Overrides Collection.RemoveItem(int) SetItem(int, T) Sets the item at the given index. Declaration protected override void SetItem(int index, T item) Parameters Type Name Description int index index T item item Overrides Collection.SetItem(int, T) Events ItemAdded ItemAdded event is fired when an item is added. Declaration public event EventHandler> ItemAdded Event Type Type Description EventHandler ItemCollectionAddedEventArgs ItemRemoved ItemRemoved event is fired when an item is removed. Declaration public event EventHandler> ItemRemoved Event Type Type Description EventHandler ItemCollectionRemovedEventArgs Implements IList ICollection IReadOnlyList IReadOnlyCollection IItemCollection IList ICollection IEnumerable IEnumerable" + "keywords": "Class ItemCollection ItemCollection class represents an item collection; an item collection is a list that fires events when an item is added or removed. Inheritance System.Object System.Collections.ObjectModel.Collection ItemCollection InputLanguagePairCollection Implements System.Collections.IList System.Collections.ICollection System.Collections.Generic.IReadOnlyList System.Collections.Generic.IReadOnlyCollection IItemCollection System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable Inherited Members System.Collections.ObjectModel.Collection.Add(T) System.Collections.ObjectModel.Collection.Clear() System.Collections.ObjectModel.Collection.CopyTo(T[], System.Int32) System.Collections.ObjectModel.Collection.Contains(T) System.Collections.ObjectModel.Collection.GetEnumerator() System.Collections.ObjectModel.Collection.IndexOf(T) System.Collections.ObjectModel.Collection.Insert(System.Int32, T) System.Collections.ObjectModel.Collection.Remove(T) System.Collections.ObjectModel.Collection.RemoveAt(System.Int32) System.Collections.ObjectModel.Collection.System.Collections.IEnumerable.GetEnumerator() System.Collections.ObjectModel.Collection.System.Collections.ICollection.CopyTo(System.Array, System.Int32) System.Collections.ObjectModel.Collection.System.Collections.IList.get_Item(System.Int32) System.Collections.ObjectModel.Collection.System.Collections.IList.set_Item(System.Int32, System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Add(System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Contains(System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.IndexOf(System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Insert(System.Int32, System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Remove(System.Object) System.Collections.ObjectModel.Collection.Count System.Collections.ObjectModel.Collection.Items System.Collections.ObjectModel.Collection.Item[System.Int32] System.Collections.ObjectModel.Collection.System.Collections.Generic.ICollection.IsReadOnly System.Collections.ObjectModel.Collection.System.Collections.ICollection.IsSynchronized System.Collections.ObjectModel.Collection.System.Collections.ICollection.SyncRoot System.Collections.ObjectModel.Collection.System.Collections.IList.Item[System.Int32] System.Collections.ObjectModel.Collection.System.Collections.IList.IsReadOnly System.Collections.ObjectModel.Collection.System.Collections.IList.IsFixedSize System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ItemCollection : Collection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IItemCollection, IList, ICollection, IEnumerable, IEnumerable Type Parameters Name Description T item type Constructors ItemCollection() Declaration public ItemCollection() Fields _suspendAddedRemovedEvents Declaration protected bool _suspendAddedRemovedEvents Field Value Type Description System.Boolean Methods ClearItems() Clears the items. Declaration protected override void ClearItems() Overrides System.Collections.ObjectModel.Collection.ClearItems() Equals(Object) Override to check if two objects have the same values Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() InsertItem(Int32, T) Inserts the given item at the given index. Declaration protected override void InsertItem(int index, T item) Parameters Type Name Description System.Int32 index index T item item Overrides System.Collections.ObjectModel.Collection.InsertItem(System.Int32, T) RemoveItem(Int32) Removes the item at the given index. Declaration protected override void RemoveItem(int index) Parameters Type Name Description System.Int32 index index Overrides System.Collections.ObjectModel.Collection.RemoveItem(System.Int32) SetItem(Int32, T) Sets the item at the given index. Declaration protected override void SetItem(int index, T item) Parameters Type Name Description System.Int32 index index T item item Overrides System.Collections.ObjectModel.Collection.SetItem(System.Int32, T) Events ItemAdded ItemAdded event is fired when an item is added. Declaration public event EventHandler> ItemAdded Event Type Type Description System.EventHandler < ItemCollectionAddedEventArgs > ItemRemoved ItemRemoved event is fired when an item is removed. Declaration public event EventHandler> ItemRemoved Event Type Type Description System.EventHandler < ItemCollectionRemovedEventArgs > Implements System.Collections.IList System.Collections.ICollection System.Collections.Generic.IReadOnlyList System.Collections.Generic.IReadOnlyCollection IItemCollection System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs-1.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs-1.html", "title": "Class ItemCollectionAddedEventArgs", - "keywords": "Class ItemCollectionAddedEventArgs ItemCollectionAddedEventArgs class represents item collection added event arguments. Inheritance object EventArgs ItemCollectionEventArgs ItemCollectionAddedEventArgs Inherited Members ItemCollectionEventArgs.Item EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ItemCollectionAddedEventArgs : ItemCollectionEventArgs Type Parameters Name Description T item type Constructors ItemCollectionAddedEventArgs(T) Constructor that takes the given item. Declaration public ItemCollectionAddedEventArgs(T item) Parameters Type Name Description T item item" + "keywords": "Class ItemCollectionAddedEventArgs ItemCollectionAddedEventArgs class represents item collection added event arguments. Inheritance System.Object System.EventArgs ItemCollectionEventArgs ItemCollectionAddedEventArgs Inherited Members ItemCollectionEventArgs.Item System.EventArgs.Empty 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.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ItemCollectionAddedEventArgs : ItemCollectionEventArgs Type Parameters Name Description T item type Constructors ItemCollectionAddedEventArgs(T) Constructor that takes the given item. Declaration public ItemCollectionAddedEventArgs(T item) Parameters Type Name Description T item item" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs-1.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs-1.html", "title": "Class ItemCollectionEventArgs", - "keywords": "Class ItemCollectionEventArgs ItemCollectionEventArgs class represents item collection event arguments. Inheritance object EventArgs ItemCollectionEventArgs ItemCollectionAddedEventArgs ItemCollectionRemovedEventArgs Inherited Members EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public abstract class ItemCollectionEventArgs : EventArgs Type Parameters Name Description T item type Constructors ItemCollectionEventArgs(T) Constructor that takes the given item. Declaration protected ItemCollectionEventArgs(T item) Parameters Type Name Description T item item Properties Item Item property represents the item that has been added or removed. Declaration public T Item { get; } Property Value Type Description T" + "keywords": "Class ItemCollectionEventArgs ItemCollectionEventArgs class represents item collection event arguments. Inheritance System.Object System.EventArgs ItemCollectionEventArgs ItemCollectionAddedEventArgs ItemCollectionRemovedEventArgs Inherited Members System.EventArgs.Empty 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.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public abstract class ItemCollectionEventArgs : EventArgs Type Parameters Name Description T item type Constructors ItemCollectionEventArgs(T) Constructor that takes the given item. Declaration protected ItemCollectionEventArgs(T item) Parameters Type Name Description T item item Properties Item Item property represents the item that has been added or removed. Declaration public T Item { get; } Property Value Type Description T" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs-1.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs-1.html", "title": "Class ItemCollectionRemovedEventArgs", - "keywords": "Class ItemCollectionRemovedEventArgs ItemCollectionRemovedEventArgs class represents the item collection removed event arguments. Inheritance object EventArgs ItemCollectionEventArgs ItemCollectionRemovedEventArgs Inherited Members ItemCollectionEventArgs.Item EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ItemCollectionRemovedEventArgs : ItemCollectionEventArgs Type Parameters Name Description T item type Constructors ItemCollectionRemovedEventArgs(T) Constructor that takes the given item. Declaration public ItemCollectionRemovedEventArgs(T item) Parameters Type Name Description T item item" + "keywords": "Class ItemCollectionRemovedEventArgs ItemCollectionRemovedEventArgs class represents the item collection removed event arguments. Inheritance System.Object System.EventArgs ItemCollectionEventArgs ItemCollectionRemovedEventArgs Inherited Members ItemCollectionEventArgs.Item System.EventArgs.Empty 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.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ItemCollectionRemovedEventArgs : ItemCollectionEventArgs Type Parameters Name Description T item type Constructors ItemCollectionRemovedEventArgs(T) Constructor that takes the given item. Declaration public ItemCollectionRemovedEventArgs(T item) Parameters Type Name Description T item item" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITmxLegacyTranslationMemory.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITmxLegacyTranslationMemory.html", "title": "Interface ITmxLegacyTranslationMemory", - "keywords": "Interface ITmxLegacyTranslationMemory Represents a TMX file which can be used as input to a migration project. Inherited Members ILegacyTranslationMemory.Check() ILegacyTranslationMemory.GetSetup() ILegacyTranslationMemory.DisplayName ILegacyTranslationMemory.Url Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITmxLegacyTranslationMemory : ILegacyTranslationMemory Properties TmxFilePath The absolute path of the TMX file. Declaration string TmxFilePath { get; } Property Value Type Description string" + "keywords": "Interface ITmxLegacyTranslationMemory Represents a TMX file which can be used as input to a migration project. Inherited Members ILegacyTranslationMemory.Check() ILegacyTranslationMemory.GetSetup() ILegacyTranslationMemory.DisplayName ILegacyTranslationMemory.Url Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITmxLegacyTranslationMemory : ILegacyTranslationMemory Properties TmxFilePath The absolute path of the TMX file. Declaration string TmxFilePath { get; } Property Value Type Description System.String" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.html", "title": "Interface ITranslationMemoryCreator", - "keywords": "Interface ITranslationMemoryCreator Represents an object that can create translation memories. This is used to create output translation memories (see TranslationMemoryCreator ). Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationMemoryCreator Properties DisplayName Gets a friendly description of the output translation memory, which can be used to display to the user. Declaration string DisplayName { get; } Property Value Type Description string MaximumCopyrightLength MaximumCopyrightLength represents the maximum copyright length that is supported. Declaration int MaximumCopyrightLength { get; } Property Value Type Description int MaximumDescriptionLength MaximumDescriptionLength represents the maximum description length that is supported. Declaration int MaximumDescriptionLength { get; } Property Value Type Description int MaximumNameLength MaximumNameLength represents the maximum name length that is supported. Declaration int MaximumNameLength { get; } Property Value Type Description int Methods CreateEmptyTranslationMemory(ITranslationMemorySetupOptions) Creates a new empty translation memory based on the specified setup information. Declaration ITranslationMemory CreateEmptyTranslationMemory(ITranslationMemorySetupOptions setup) Parameters Type Name Description ITranslationMemorySetupOptions setup The setup information. Returns Type Description ITranslationMemory The newly created translation memory. IsValid(out string) Determines whether the translation memory creator is valid. It returns false and a user-friendly localised error message if it is not. Declaration bool IsValid(out string errorMessage) Parameters Type Name Description string errorMessage An error message Returns Type Description bool whether translation memory creator valid IsValidCopyright(string, out string) Determines whether the translation memory copyright is valid. It returns false and a user-friendly localised error message if it is not. Declaration bool IsValidCopyright(string translationMemoryCopyright, out string errorMessage) Parameters Type Name Description string translationMemoryCopyright translation memory copyright string errorMessage error message Returns Type Description bool whether the translation memory copyright is valid IsValidDescription(string, out string) Determines whether the translation memory description is valid. It returns false and a user-friendly localised error message if it is not. Declaration bool IsValidDescription(string translationMemoryDescription, out string errorMessage) Parameters Type Name Description string translationMemoryDescription translation memory description string errorMessage error message Returns Type Description bool whether the translation memory description is valid IsValidName(string, out string) Determines whether the translation memory name is valid. It returns false and a user-friendly localised error message if it is not. Declaration bool IsValidName(string translationMemoryName, out string errorMessage) Parameters Type Name Description string translationMemoryName translation memory name string errorMessage error message Returns Type Description bool whether the translation memory name is valid" + "keywords": "Interface ITranslationMemoryCreator Represents an object that can create translation memories. This is used to create output translation memories (see TranslationMemoryCreator ). Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationMemoryCreator Properties DisplayName Gets a friendly description of the output translation memory, which can be used to display to the user. Declaration string DisplayName { get; } Property Value Type Description System.String MaximumCopyrightLength MaximumCopyrightLength represents the maximum copyright length that is supported. Declaration int MaximumCopyrightLength { get; } Property Value Type Description System.Int32 MaximumDescriptionLength MaximumDescriptionLength represents the maximum description length that is supported. Declaration int MaximumDescriptionLength { get; } Property Value Type Description System.Int32 MaximumNameLength MaximumNameLength represents the maximum name length that is supported. Declaration int MaximumNameLength { get; } Property Value Type Description System.Int32 Methods CreateEmptyTranslationMemory(ITranslationMemorySetupOptions) Creates a new empty translation memory based on the specified setup information. Declaration ITranslationMemory CreateEmptyTranslationMemory(ITranslationMemorySetupOptions setup) Parameters Type Name Description ITranslationMemorySetupOptions setup The setup information. Returns Type Description ITranslationMemory The newly created translation memory. IsValid(out String) Determines whether the translation memory creator is valid. It returns false and a user-friendly localised error message if it is not. Declaration bool IsValid(out string errorMessage) Parameters Type Name Description System.String errorMessage An error message Returns Type Description System.Boolean whether translation memory creator valid IsValidCopyright(String, out String) Determines whether the translation memory copyright is valid. It returns false and a user-friendly localised error message if it is not. Declaration bool IsValidCopyright(string translationMemoryCopyright, out string errorMessage) Parameters Type Name Description System.String translationMemoryCopyright translation memory copyright System.String errorMessage error message Returns Type Description System.Boolean whether the translation memory copyright is valid IsValidDescription(String, out String) Determines whether the translation memory description is valid. It returns false and a user-friendly localised error message if it is not. Declaration bool IsValidDescription(string translationMemoryDescription, out string errorMessage) Parameters Type Name Description System.String translationMemoryDescription translation memory description System.String errorMessage error message Returns Type Description System.Boolean whether the translation memory description is valid IsValidName(String, out String) Determines whether the translation memory name is valid. It returns false and a user-friendly localised error message if it is not. Declaration bool IsValidName(string translationMemoryName, out string errorMessage) Parameters Type Name Description System.String translationMemoryName translation memory name System.String errorMessage error message Returns Type Description System.Boolean whether the translation memory name is valid" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryExporter.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryExporter.html", "title": "Interface ITranslationMemoryExporter", - "keywords": "Interface ITranslationMemoryExporter Represents an engine which can be used to export translation memory data. Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationMemoryExporter Properties BatchSize Gets or sets the number of translation units to retrieve from the TM in one roundtrip. TODO default, max? Declaration int BatchSize { get; set; } Property Value Type Description int Filter Gets or sets a filter expression which can be used to export only those translation units which satisfy the filter condition. Declaration FilterExpression Filter { get; set; } Property Value Type Description FilterExpression TmxFilePath The output path to write the exported data to. The data will be stored compressed if this path ends in a \".gz\" extension. Declaration string TmxFilePath { get; } Property Value Type Description string Methods Export() Synchronously starts the export process. To cancel the process, you should subscribe to the BatchExported event. Declaration void Export() Events BatchExported An event which can be subscribed to in order to get progress information or to cancel the export process. Declaration event EventHandler BatchExported Event Type Type Description EventHandler BatchExportedEventArgs" + "keywords": "Interface ITranslationMemoryExporter Represents an engine which can be used to export translation memory data. Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationMemoryExporter Properties BatchSize Gets or sets the number of translation units to retrieve from the TM in one roundtrip. TODO default, max? Declaration int BatchSize { get; set; } Property Value Type Description System.Int32 Filter Gets or sets a filter expression which can be used to export only those translation units which satisfy the filter condition. Declaration FilterExpression Filter { get; set; } Property Value Type Description FilterExpression TmxFilePath The output path to write the exported data to. The data will be stored compressed if this path ends in a \".gz\" extension. Declaration string TmxFilePath { get; } Property Value Type Description System.String Methods Export() Synchronously starts the export process. To cancel the process, you should subscribe to the BatchExported event. Declaration void Export() Events BatchExported An event which can be subscribed to in order to get progress information or to cancel the export process. Declaration event EventHandler BatchExported Event Type Type Description System.EventHandler < BatchExportedEventArgs >" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemorySetupOptions.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemorySetupOptions.html", "title": "Interface ITranslationMemorySetupOptions", - "keywords": "Interface ITranslationMemorySetupOptions Represents the setup information that will be used to create an output translation memory (see Setup ). Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationMemorySetupOptions Properties Copyright Gets or sets the copyright string of the translation memory. Can be null. Declaration string Copyright { get; set; } Property Value Type Description string Description Gets or sets the dsecription of the translation memory. Can be null. Declaration string Description { get; set; } Property Value Type Description string ExpirationDate Gets or sets the expiration date of the translation memory. Can be null. Declaration DateTime? ExpirationDate { get; set; } Property Value Type Description DateTime FGASupport Gets or sets the fine-grained alignment support for this TM. Declaration FGASupport FGASupport { get; set; } Property Value Type Description FGASupport Fields Gets or sets the list of fields for this translation memory. When using an automatic method of generating the setup information, this list can contain multiple fields with the same name but of different types. These differences must be resolved before starting the migration process or will result in an exception being thrown. Declaration IList Fields { get; set; } Property Value Type Description IList FieldDefinition FuzzyIndexes Gets or sets the fuzzy indexes that will be created in the translation memory. Declaration FuzzyIndexes FuzzyIndexes { get; set; } Property Value Type Description FuzzyIndexes InputFieldIdentifierMappings Gets or sets the field identifier mappings, which map field names and types from the input (legacy) field definitions to the output field definitions. Declaration IFieldIdentifierMappingsCollection InputFieldIdentifierMappings { get; set; } Property Value Type Description IFieldIdentifierMappingsCollection LanguageDirections Gets or sets the language direction of this translation memory. Declaration ICollection LanguageDirections { get; } Property Value Type Description ICollection LanguagePair LanguageResources Gets or sets the language resources to use for this translation memory. Can be null, in which case the default resources will be used. Declaration IDictionary LanguageResources { get; set; } Property Value Type Description IDictionary CultureCode ILegacyLanguageResources Name Gets or sets the name of the translation memory. Declaration string Name { get; set; } Property Value Type Description string Recognizers Gets or sets which entities should be recognized by the translation memory. Declaration BuiltinRecognizers Recognizers { get; set; } Property Value Type Description BuiltinRecognizers TextContextMatchType Returns the TextContextMatchType specified for this TM when it was created. Declaration TextContextMatchType TextContextMatchType { get; set; } Property Value Type Description TextContextMatchType TokenizerFlags Gets or sets the flags affecting tokenizer behaviour for this TM. Note that changing tokenizer flags may require reindexing. Declaration TokenizerFlags TokenizerFlags { get; set; } Property Value Type Description TokenizerFlags UsesIdContextMatch Indicates whether this TM was created with IdContextMatch support Declaration bool UsesIdContextMatch { get; set; } Property Value Type Description bool UsesLegacyHashes Indicates whether this TM uses legacy hashes Declaration bool UsesLegacyHashes { get; set; } Property Value Type Description bool WordCountFlags Gets or sets the flags affecting word count behaviour for this TM. Declaration WordCountFlags WordCountFlags { get; set; } Property Value Type Description WordCountFlags" + "keywords": "Interface ITranslationMemorySetupOptions Represents the setup information that will be used to create an output translation memory (see Setup ). Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public interface ITranslationMemorySetupOptions Properties Copyright Gets or sets the copyright string of the translation memory. Can be null. Declaration string Copyright { get; set; } Property Value Type Description System.String Description Gets or sets the dsecription of the translation memory. Can be null. Declaration string Description { get; set; } Property Value Type Description System.String ExpirationDate Gets or sets the expiration date of the translation memory. Can be null. Declaration DateTime? ExpirationDate { get; set; } Property Value Type Description System.Nullable < System.DateTime > FGASupport Gets or sets the fine-grained alignment support for this TM. Declaration FGASupport FGASupport { get; set; } Property Value Type Description FGASupport Fields Gets or sets the list of fields for this translation memory. When using an automatic method of generating the setup information, this list can contain multiple fields with the same name but of different types. These differences must be resolved before starting the migration process or will result in an exception being thrown. Declaration IList Fields { get; set; } Property Value Type Description System.Collections.Generic.IList < FieldDefinition > FuzzyIndexes Gets or sets the fuzzy indexes that will be created in the translation memory. Declaration FuzzyIndexes FuzzyIndexes { get; set; } Property Value Type Description FuzzyIndexes InputFieldIdentifierMappings Gets or sets the field identifier mappings, which map field names and types from the input (legacy) field definitions to the output field definitions. Declaration IFieldIdentifierMappingsCollection InputFieldIdentifierMappings { get; set; } Property Value Type Description IFieldIdentifierMappingsCollection LanguageDirections Gets or sets the language direction of this translation memory. Declaration ICollection LanguageDirections { get; } Property Value Type Description System.Collections.Generic.ICollection < LanguagePair > LanguageResources Gets or sets the language resources to use for this translation memory. Can be null, in which case the default resources will be used. Declaration IDictionary LanguageResources { get; set; } Property Value Type Description System.Collections.Generic.IDictionary < Sdl.Core.Globalization.CultureCode , ILegacyLanguageResources > Name Gets or sets the name of the translation memory. Declaration string Name { get; set; } Property Value Type Description System.String Recognizers Gets or sets which entities should be recognized by the translation memory. Declaration BuiltinRecognizers Recognizers { get; set; } Property Value Type Description BuiltinRecognizers TextContextMatchType Returns the TextContextMatchType specified for this TM when it was created. Declaration TextContextMatchType TextContextMatchType { get; set; } Property Value Type Description TextContextMatchType TokenizerFlags Gets or sets the flags affecting tokenizer behaviour for this TM. Note that changing tokenizer flags may require reindexing. Declaration TokenizerFlags TokenizerFlags { get; set; } Property Value Type Description TokenizerFlags UsesIdContextMatch Indicates whether this TM was created with IdContextMatch support Declaration bool UsesIdContextMatch { get; set; } Property Value Type Description System.Boolean UsesLegacyHashes Indicates whether this TM uses legacy hashes Declaration bool UsesLegacyHashes { get; set; } Property Value Type Description System.Boolean WordCountFlags Gets or sets the flags affecting word count behaviour for this TM. Declaration WordCountFlags WordCountFlags { get; set; } Property Value Type Description WordCountFlags" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.html", "title": "Class LegacyLanguage", - "keywords": "Class LegacyLanguage Represents a language within a legacy translation memory. Provides a way to keep track of the original language code and name, as well as the associated CultureCode object. Inheritance object LegacyLanguage Inherited Members object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class LegacyLanguage Constructors LegacyLanguage() Initializes a new instance with default values. Declaration public LegacyLanguage() LegacyLanguage(CultureCode) Constructor with culture. Declaration public LegacyLanguage(CultureCode cultureCode) Parameters Type Name Description CultureCode cultureCode Properties Culture Gets or sets the CultureCode object that corresponds to this legacy language. Declaration public CultureCode Culture { get; set; } Property Value Type Description CultureCode NativeCode Gets or sets the native language code, as used by the legacy translation memory. Declaration public string NativeCode { get; set; } Property Value Type Description string NativeName Gets or sets the native language name, as used by the legacy translation memory. Declaration public string NativeName { get; set; } Property Value Type Description string Methods Equals(object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with the current object. Returns Type Description bool true if the specified object is equal to the current object; otherwise, false. Overrides object.Equals(object) GetHashCode() GetHashCode() Declaration public override int GetHashCode() Returns Type Description int A hash code for this object Overrides object.GetHashCode()" + "keywords": "Class LegacyLanguage Represents a language within a legacy translation memory. Provides a way to keep track of the original language code and name, as well as the associated Sdl.Core.Globalization.CultureCode object. Inheritance System.Object LegacyLanguage Inherited Members System.Object.ToString() System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class LegacyLanguage Constructors LegacyLanguage() Initializes a new instance with default values. Declaration public LegacyLanguage() LegacyLanguage(CultureCode) Constructor with culture. Declaration public LegacyLanguage(CultureCode cultureCode) Parameters Type Name Description Sdl.Core.Globalization.CultureCode cultureCode Properties Culture Gets or sets the Sdl.Core.Globalization.CultureCode object that corresponds to this legacy language. Declaration public CultureCode Culture { get; set; } Property Value Type Description Sdl.Core.Globalization.CultureCode NativeCode Gets or sets the native language code, as used by the legacy translation memory. Declaration public string NativeCode { get; set; } Property Value Type Description System.String NativeName Gets or sets the native language name, as used by the legacy translation memory. Declaration public string NativeName { get; set; } Property Value Type Description System.String Methods Equals(Object) System.Object.Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj The object to compare with the current object. Returns Type Description System.Boolean true if the specified object is equal to the current object; otherwise, false. Overrides System.Object.Equals(System.Object) GetHashCode() System.Object.GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 A hash code for this object Overrides System.Object.GetHashCode()" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.html", "title": "Class LegacyLanguagePair", - "keywords": "Class LegacyLanguagePair Inheritance object LegacyLanguagePair Implements ILegacyLanguageDirectionData Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class LegacyLanguagePair : ILegacyLanguageDirectionData Constructors LegacyLanguagePair(LegacyLanguage, LegacyLanguage) Declaration public LegacyLanguagePair(LegacyLanguage sourceLanguage, LegacyLanguage targetLanguage) Parameters Type Name Description LegacyLanguage sourceLanguage LegacyLanguage targetLanguage Properties AvailableLanguageResources Gets a number of sets of language resources which could be valid for use in the output translation memory. It is a user choice as to which one will be used (see ITranslationMemorySetupOptions ). Declaration public ILegacyLanguageResources[] AvailableLanguageResources { get; set; } Property Value Type Description ILegacyLanguageResources SourceLanguage Gets the source language. Declaration public LegacyLanguage SourceLanguage { get; set; } Property Value Type Description LegacyLanguage SuggestedLanguageResources Gets the language resources that the system suggest to use. This can be one of the available language resources (see AvailableLanguageResources ) or null, which means the default language resources are suggested. Declaration public ILegacyLanguageResources SuggestedLanguageResources { get; set; } Property Value Type Description ILegacyLanguageResources TargetLanguage Gets the target language. Declaration public LegacyLanguage TargetLanguage { get; set; } Property Value Type Description LegacyLanguage TranslationUnitCount Gets the number of translation units exist with this language direction. This is -1 if the count is not known (or cannot be easily obtained). Declaration public int TranslationUnitCount { get; set; } Property Value Type Description int Implements ILegacyLanguageDirectionData" + "keywords": "Class LegacyLanguagePair Inheritance System.Object LegacyLanguagePair Implements ILegacyLanguageDirectionData 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.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class LegacyLanguagePair : ILegacyLanguageDirectionData Constructors LegacyLanguagePair(LegacyLanguage, LegacyLanguage) Declaration public LegacyLanguagePair(LegacyLanguage sourceLanguage, LegacyLanguage targetLanguage) Parameters Type Name Description LegacyLanguage sourceLanguage LegacyLanguage targetLanguage Properties AvailableLanguageResources Declaration public ILegacyLanguageResources[] AvailableLanguageResources { get; set; } Property Value Type Description ILegacyLanguageResources [] SourceLanguage Declaration public LegacyLanguage SourceLanguage { get; set; } Property Value Type Description LegacyLanguage SuggestedLanguageResources Declaration public ILegacyLanguageResources SuggestedLanguageResources { get; set; } Property Value Type Description ILegacyLanguageResources TargetLanguage Declaration public LegacyLanguage TargetLanguage { get; set; } Property Value Type Description LegacyLanguage TranslationUnitCount Declaration public int TranslationUnitCount { get; set; } Property Value Type Description System.Int32 Implements ILegacyLanguageDirectionData" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.html", "title": "Class LegacyTranslationMemorySetup", - "keywords": "Class LegacyTranslationMemorySetup Inheritance object LegacyTranslationMemorySetup Implements ILegacyTranslationMemorySetup Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class LegacyTranslationMemorySetup : ILegacyTranslationMemorySetup Constructors LegacyTranslationMemorySetup() Declaration public LegacyTranslationMemorySetup() Properties Copyright Gets the copyright string. Can be null. Declaration public string Copyright { get; set; } Property Value Type Description string Description Gets the translation memory description. Can be null. Declaration public string Description { get; set; } Property Value Type Description string ExpirationDate Gets the expiration date of the translation memory. Can be null. Declaration public DateTime? ExpirationDate { get; set; } Property Value Type Description DateTime FGASupport Gets or sets the fine-grained alignment support for this TM. Declaration public FGASupport FGASupport { get; set; } Property Value Type Description FGASupport Fields Gets the fields present in the legacy translation memory. Declaration public IList Fields { get; set; } Property Value Type Description IList FieldDefinition FuzzyIndexes Gets the index types that are present in the translation memory. Declaration public FuzzyIndexes FuzzyIndexes { get; set; } Property Value Type Description FuzzyIndexes LanguageDirections Gets the language directions of the translation memory. Declaration public ILegacyLanguageDirectionData[] LanguageDirections { get; set; } Property Value Type Description ILegacyLanguageDirectionData Name Gets the name of the translation memory. Declaration public string Name { get; set; } Property Value Type Description string Recognizers Gets which entities are being recognized when working with the translation memory. Declaration public BuiltinRecognizers Recognizers { get; set; } Property Value Type Description BuiltinRecognizers TextContextMatchType Returns the TextContextMatchType specified for this TM when it was created. Declaration public TextContextMatchType TextContextMatchType { get; set; } Property Value Type Description TextContextMatchType TokenizerFlags Gets or sets the flags affecting tokenizer behaviour for this TM. Note that changing tokenizer flags may require reindexing. Declaration public TokenizerFlags TokenizerFlags { get; set; } Property Value Type Description TokenizerFlags TotalTranslationUnitCount Gets the total number of translation units across all available language directions. Returns -1 if this is not available (or cannot easily be obtained). Declaration public int TotalTranslationUnitCount { get; set; } Property Value Type Description int UsesIdContextMatch Indicates whether this TM was created with IdContextMatch support Declaration public bool UsesIdContextMatch { get; set; } Property Value Type Description bool WordCountFlags Gets or sets the flags affecting word count behaviour for this TM. Declaration public WordCountFlags WordCountFlags { get; set; } Property Value Type Description WordCountFlags Implements ILegacyTranslationMemorySetup" + "keywords": "Class LegacyTranslationMemorySetup Inheritance System.Object LegacyTranslationMemorySetup Implements ILegacyTranslationMemorySetup 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.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class LegacyTranslationMemorySetup : ILegacyTranslationMemorySetup Constructors LegacyTranslationMemorySetup() Declaration public LegacyTranslationMemorySetup() Properties Copyright Declaration public string Copyright { get; set; } Property Value Type Description System.String Description Declaration public string Description { get; set; } Property Value Type Description System.String ExpirationDate Declaration public DateTime? ExpirationDate { get; set; } Property Value Type Description System.Nullable < System.DateTime > FGASupport Declaration public FGASupport FGASupport { get; set; } Property Value Type Description FGASupport Fields Declaration public IList Fields { get; set; } Property Value Type Description System.Collections.Generic.IList < FieldDefinition > FuzzyIndexes Declaration public FuzzyIndexes FuzzyIndexes { get; set; } Property Value Type Description FuzzyIndexes LanguageDirections Declaration public ILegacyLanguageDirectionData[] LanguageDirections { get; set; } Property Value Type Description ILegacyLanguageDirectionData [] Name Declaration public string Name { get; set; } Property Value Type Description System.String Recognizers Declaration public BuiltinRecognizers Recognizers { get; set; } Property Value Type Description BuiltinRecognizers TextContextMatchType Declaration public TextContextMatchType TextContextMatchType { get; set; } Property Value Type Description TextContextMatchType TokenizerFlags Declaration public TokenizerFlags TokenizerFlags { get; set; } Property Value Type Description TokenizerFlags TotalTranslationUnitCount Declaration public int TotalTranslationUnitCount { get; set; } Property Value Type Description System.Int32 UsesIdContextMatch Declaration public bool UsesIdContextMatch { get; set; } Property Value Type Description System.Boolean WordCountFlags Declaration public WordCountFlags WordCountFlags { get; set; } Property Value Type Description WordCountFlags Implements ILegacyTranslationMemorySetup" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.html", "title": "Class ProgressEventArgs", - "keywords": "Class ProgressEventArgs Encapsulates the data associated with cancellable progress events. Inheritance object EventArgs CancelEventArgs ProgressEventArgs Inherited Members CancelEventArgs.Cancel EventArgs.Empty object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ProgressEventArgs : CancelEventArgs Constructors ProgressEventArgs(int) Creates a new ProgressEventArgs object and initializes it with the specified value. Declaration public ProgressEventArgs(int percentComplete) Parameters Type Name Description int percentComplete A value between 0 and 100. ProgressEventArgs(int, string) Creates a new ProgressEventArgs object and initializes it with the specified values. Declaration public ProgressEventArgs(int percentComplete, string infoMessage) Parameters Type Name Description int percentComplete A value between 0 and 100. string infoMessage The message, representing detailed information about the current operation. Properties InfoMessage Gets or sets a message representing detailed information about the current operation. Declaration public string InfoMessage { get; set; } Property Value Type Description string PercentComplete Gets or sets the percentage. Declaration public int PercentComplete { get; set; } Property Value Type Description int" + "keywords": "Class ProgressEventArgs Encapsulates the data associated with cancellable progress events. Inheritance System.Object ProgressEventArgs Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public class ProgressEventArgs : CancelEventArgs Constructors ProgressEventArgs(Int32) Creates a new ProgressEventArgs object and initializes it with the specified value. Declaration public ProgressEventArgs(int percentComplete) Parameters Type Name Description System.Int32 percentComplete A value between 0 and 100. ProgressEventArgs(Int32, String) Creates a new ProgressEventArgs object and initializes it with the specified values. Declaration public ProgressEventArgs(int percentComplete, string infoMessage) Parameters Type Name Description System.Int32 percentComplete A value between 0 and 100. System.String infoMessage The message, representing detailed information about the current operation. Properties InfoMessage Gets or sets a message representing detailed information about the current operation. Declaration public string InfoMessage { get; set; } Property Value Type Description System.String PercentComplete Gets or sets the percentage. Declaration public int PercentComplete { get; set; } Property Value Type Description System.Int32" }, "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.TmxFileStatus.html": { "href": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.TmxFileStatus.html", "title": "Enum TmxFileStatus", - "keywords": "Enum TmxFileStatus Represents the status of a TMX export file. Namespace : Sdl Sdl.LanguagePlatform TranslationMemoryApi Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public enum TmxFileStatus Fields Name Description Available The TMX export file is available. None No TMX export file is available." + "keywords": "Enum TmxFileStatus Represents the status of a TMX export file. Namespace : Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade Assembly : Sdl.LanguagePlatform.TranslationMemoryApi.dll Syntax public enum TmxFileStatus Fields Name Description Available The TMX export file is available. None No TMX export file is available." }, "api/verification/Sdl.Verification.Api.GlobalVerifierAttribute.html": { "href": "api/verification/Sdl.Verification.Api.GlobalVerifierAttribute.html", "title": "Class GlobalVerifierAttribute", - "keywords": "Class GlobalVerifierAttribute GlobalVerifierAttribute class represents a global verifier attribute that should be used to mark global verifier classes. Inheritance object Attribute ExtensionAttribute GlobalVerifierAttribute Implements _Attribute Inherited Members ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax [ExtensionPointInfo(\"GlobalVerifiers\", ExtensionPointBehavior.Static)] public class GlobalVerifierAttribute : ExtensionAttribute, _Attribute Constructors GlobalVerifierAttribute() Default constructor. Declaration public GlobalVerifierAttribute() GlobalVerifierAttribute(string, string, string) Constructor that takes the given id, name, and description. Declaration public GlobalVerifierAttribute(string id, string name, string description) Parameters Type Name Description string id id string name name string description description Implements _Attribute" + "keywords": "Class GlobalVerifierAttribute GlobalVerifierAttribute class represents a global verifier attribute that should be used to mark global verifier classes. Inheritance System.Object GlobalVerifierAttribute Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public class GlobalVerifierAttribute : ExtensionAttribute Constructors GlobalVerifierAttribute() Default constructor. Declaration public GlobalVerifierAttribute() GlobalVerifierAttribute(String, String, String) Constructor that takes the given id, name, and description. Declaration public GlobalVerifierAttribute(string id, string name, string description) Parameters Type Name Description System.String id id System.String name name System.String description description" }, "api/verification/Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.html": { "href": "api/verification/Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.html", "title": "Class GlobalVerifierSettingsPageAttribute", - "keywords": "Class GlobalVerifierSettingsPageAttribute GlobalVerifierSettingsPageAttribute class represents a global verifier settings page attribute that should be used to mark global verifier settings page classes. Inheritance object Attribute ExtensionAttribute GlobalVerifierSettingsPageAttribute Implements _Attribute Inherited Members ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax [ExtensionPointInfo(\"Global Verifier Settings Pages\", ExtensionPointBehavior.Static)] public class GlobalVerifierSettingsPageAttribute : ExtensionAttribute, _Attribute Constructors GlobalVerifierSettingsPageAttribute() Default constructor. Declaration public GlobalVerifierSettingsPageAttribute() Properties HelpTopic HelpTopic property represents the help topic reference for the global verifier settings page. Declaration public string HelpTopic { get; set; } Property Value Type Description string Implements _Attribute" + "keywords": "Class GlobalVerifierSettingsPageAttribute GlobalVerifierSettingsPageAttribute class represents a global verifier settings page attribute that should be used to mark global verifier settings page classes. Inheritance System.Object GlobalVerifierSettingsPageAttribute Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public class GlobalVerifierSettingsPageAttribute : ExtensionAttribute Constructors GlobalVerifierSettingsPageAttribute() Default constructor. Declaration public GlobalVerifierSettingsPageAttribute() Properties HelpTopic HelpTopic property represents the help topic reference for the global verifier settings page. Declaration public string HelpTopic { get; set; } Property Value Type Description System.String" }, "api/verification/Sdl.Verification.Api.html": { "href": "api/verification/Sdl.Verification.Api.html", @@ -8807,92 +8522,92 @@ "api/verification/Sdl.Verification.Api.IGlobalVerifier.html": { "href": "api/verification/Sdl.Verification.Api.IGlobalVerifier.html", "title": "Interface IGlobalVerifier", - "keywords": "Interface IGlobalVerifier IGlobalVerifier interface represents a global verifier used to verify bilingual documents. Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax public interface IGlobalVerifier Properties Description Description property represents the description. Declaration string Description { get; } Property Value Type Description string HelpTopic HelpTopic property represents the help topic. Declaration string HelpTopic { get; } Property Value Type Description string Icon Icon property represents the icon. Declaration Icon Icon { get; } Property Value Type Description Icon Name Name property represents the name. Declaration string Name { get; } Property Value Type Description string SettingsId SettingsId property represents the settings id. Declaration string SettingsId { get; } Property Value Type Description string Methods GetSettingsPageExtensionIds() Gets the settings page extension ids. Declaration IList GetSettingsPageExtensionIds() Returns Type Description IList string settings page extension ids" + "keywords": "Interface IGlobalVerifier IGlobalVerifier interface represents a global verifier used to verify bilingual documents. Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public interface IGlobalVerifier Properties Description Description property represents the description. Declaration string Description { get; } Property Value Type Description System.String HelpTopic HelpTopic property represents the help topic. Declaration string HelpTopic { get; } Property Value Type Description System.String Icon Icon property represents the icon. Declaration Icon Icon { get; } Property Value Type Description System.Drawing.Icon Name Name property represents the name. Declaration string Name { get; } Property Value Type Description System.String SettingsId SettingsId property represents the settings id. Declaration string SettingsId { get; } Property Value Type Description System.String Methods GetSettingsPageExtensionIds() Gets the settings page extension ids. Declaration IList GetSettingsPageExtensionIds() Returns Type Description System.Collections.Generic.IList < System.String > settings page extension ids" }, "api/verification/Sdl.Verification.Api.IHelpTopic.html": { "href": "api/verification/Sdl.Verification.Api.IHelpTopic.html", "title": "Interface IHelpTopic", - "keywords": "Interface IHelpTopic This interface represents the information related to the HelpTopic Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax public interface IHelpTopic Properties HelpTopic Returns the HelpTopic Declaration string HelpTopic { get; } Property Value Type Description string" + "keywords": "Interface IHelpTopic This interface represents the information related to the HelpTopic Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public interface IHelpTopic Properties HelpTopic Returns the HelpTopic Declaration string HelpTopic { get; } Property Value Type Description System.String" }, "api/verification/Sdl.Verification.Api.ILanguageDirectionVerifier.html": { "href": "api/verification/Sdl.Verification.Api.ILanguageDirectionVerifier.html", "title": "Interface ILanguageDirectionVerifier", - "keywords": "Interface ILanguageDirectionVerifier ILanguageDirectionVerifier interface represents a verifier defined at language direction level used to verify bilingual documents. Inherited Members IGlobalVerifier.GetSettingsPageExtensionIds() IGlobalVerifier.Name IGlobalVerifier.Description IGlobalVerifier.Icon IGlobalVerifier.SettingsId IGlobalVerifier.HelpTopic Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax public interface ILanguageDirectionVerifier : IGlobalVerifier Methods GetLanguageDirectionSettingsPageExtensionIds() Gets the settings page extension ids valid at language direction level. Declaration IList GetLanguageDirectionSettingsPageExtensionIds() Returns Type Description IList string settings page extension ids" + "keywords": "Interface ILanguageDirectionVerifier ILanguageDirectionVerifier interface represents a verifier defined at language direction level used to verify bilingual documents. Inherited Members IGlobalVerifier.GetSettingsPageExtensionIds() IGlobalVerifier.Name IGlobalVerifier.Description IGlobalVerifier.Icon IGlobalVerifier.SettingsId IGlobalVerifier.HelpTopic Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public interface ILanguageDirectionVerifier : IGlobalVerifier Methods GetLanguageDirectionSettingsPageExtensionIds() Gets the settings page extension ids valid at language direction level. Declaration IList GetLanguageDirectionSettingsPageExtensionIds() Returns Type Description System.Collections.Generic.IList < System.String > settings page extension ids" }, "api/verification/Sdl.Verification.Api.IMessageControlContainer.html": { "href": "api/verification/Sdl.Verification.Api.IMessageControlContainer.html", "title": "Interface IMessageControlContainer", - "keywords": "Interface IMessageControlContainer IMessageControlContainer interface represents a message control container which should be the parent control - almost certainly the verification message form - that contains the message controls. Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax public interface IMessageControlContainer Methods GetSeverityImage(ErrorLevel) Gets the severity image for the given severity. Declaration Image GetSeverityImage(ErrorLevel severity) Parameters Type Name Description ErrorLevel severity severity Returns Type Description Image severity image" + "keywords": "Interface IMessageControlContainer IMessageControlContainer interface represents a message control container which should be the parent control - almost certainly the verification message form - that contains the message controls. Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public interface IMessageControlContainer Methods GetSeverityImage(ErrorLevel) Gets the severity image for the given severity. Declaration Image GetSeverityImage(ErrorLevel severity) Parameters Type Name Description ErrorLevel severity severity Returns Type Description System.Drawing.Image severity image" }, "api/verification/Sdl.Verification.Api.IMessageControlPlugIn.html": { "href": "api/verification/Sdl.Verification.Api.IMessageControlPlugIn.html", "title": "Interface IMessageControlPlugIn", - "keywords": "Interface IMessageControlPlugIn IMessageControlPlugIn interface represents a message control plug-in. Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax public interface IMessageControlPlugIn Remarks A message control plug-in is responsible for creating a message control for a given message allowing the developer to use different message controls for different types of messages. Methods CreateMessageControl(IMessageControlContainer, MessageEventArgs, IBilingualDocument, ISegment, ISegment) Creates the message control for the given message. Declaration UserControl CreateMessageControl(IMessageControlContainer messageControlContainer, MessageEventArgs messageEventArgs, IBilingualDocument bilingualDocument, ISegment sourceSegment, ISegment targetSegment) Parameters Type Name Description IMessageControlContainer messageControlContainer message control container MessageEventArgs messageEventArgs message IBilingualDocument bilingualDocument bilingual document ISegment sourceSegment source segment ISegment targetSegment target segment Returns Type Description UserControl message control SupportsMessage(MessageEventArgs) Determines whether the message control plug-in supports the given message. Declaration bool SupportsMessage(MessageEventArgs messageEventArgs) Parameters Type Name Description MessageEventArgs messageEventArgs message Returns Type Description bool whether supports message" + "keywords": "Interface IMessageControlPlugIn IMessageControlPlugIn interface represents a message control plug-in. Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public interface IMessageControlPlugIn Remarks A message control plug-in is responsible for creating a message control for a given message allowing the developer to use different message controls for different types of messages. Methods CreateMessageControl(IMessageControlContainer, MessageEventArgs, IBilingualDocument, ISegment, ISegment) Creates the message control for the given message. Declaration UserControl CreateMessageControl(IMessageControlContainer messageControlContainer, MessageEventArgs messageEventArgs, IBilingualDocument bilingualDocument, ISegment sourceSegment, ISegment targetSegment) Parameters Type Name Description IMessageControlContainer messageControlContainer message control container MessageEventArgs messageEventArgs message IBilingualDocument bilingualDocument bilingual document ISegment sourceSegment source segment ISegment targetSegment target segment Returns Type Description System.Windows.Forms.UserControl message control SupportsMessage(MessageEventArgs) Determines whether the message control plug-in supports the given message. Declaration bool SupportsMessage(MessageEventArgs messageEventArgs) Parameters Type Name Description MessageEventArgs messageEventArgs message Returns Type Description System.Boolean whether supports message" }, "api/verification/Sdl.Verification.Api.ISegmentChangedAware.html": { "href": "api/verification/Sdl.Verification.Api.ISegmentChangedAware.html", "title": "Interface ISegmentChangedAware", - "keywords": "Interface ISegmentChangedAware This interface represents a verifier which is aware of when a segment has been manually editied by the user and can reset the segment to its original state if needed Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax public interface ISegmentChangedAware Properties EditedSegment Returns the segment after the user has edited it Declaration ISegment EditedSegment { get; } Property Value Type Description ISegment HasSegmentChanged Returns true if the segment has been manually edited Declaration bool HasSegmentChanged { get; } Property Value Type Description bool TargetParagraphId Provides the paragraph ID for the edited segment in the original document. Note: The edited segment may not reference the original document in which case the ID may be null. Declaration ParagraphUnitId? TargetParagraphId { get; } Property Value Type Description ParagraphUnitId TargetSegmentId Provides the segment ID for the edited segment in the original document. Declaration SegmentId? TargetSegmentId { get; } Property Value Type Description SegmentId Methods ResetSegment() Restores the segment to its original content before editing. Declaration void ResetSegment() Events SegmentChanged Event fired when the user manually edits the target segment Declaration event EventHandler SegmentChanged Event Type Type Description EventHandler EventArgs" + "keywords": "Interface ISegmentChangedAware This interface represents a verifier which is aware of when a segment has been manually editied by the user and can reset the segment to its original state if needed Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public interface ISegmentChangedAware Properties EditedSegment Returns the segment after the user has edited it Declaration ISegment EditedSegment { get; } Property Value Type Description ISegment HasSegmentChanged Returns true if the segment has been manually edited Declaration bool HasSegmentChanged { get; } Property Value Type Description System.Boolean TargetParagraphId Provides the paragraph ID for the edited segment in the original document. Note: The edited segment may not reference the original document in which case the ID may be null. Declaration ParagraphUnitId? TargetParagraphId { get; } Property Value Type Description System.Nullable < ParagraphUnitId > TargetSegmentId Provides the segment ID for the edited segment in the original document. Declaration SegmentId? TargetSegmentId { get; } Property Value Type Description System.Nullable < SegmentId > Methods ResetSegment() Restores the segment to its original content before editing. Declaration void ResetSegment() Events SegmentChanged Event fired when the user manually edits the target segment Declaration event EventHandler SegmentChanged Event Type Type Description System.EventHandler < System.EventArgs >" }, "api/verification/Sdl.Verification.Api.ISerializeVerifierProfile.html": { "href": "api/verification/Sdl.Verification.Api.ISerializeVerifierProfile.html", "title": "Interface ISerializeVerifierProfile", - "keywords": "Interface ISerializeVerifierProfile Interface defining the operations for the serializer verifier profiles Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax public interface ISerializeVerifierProfile Methods Export(string) Exports the profile to another file Declaration void Export(string toFile) Parameters Type Name Description string toFile The file to which the settings are exported Import(string) Imports the profile from another file Declaration void Import(string fromFile) Parameters Type Name Description string fromFile The file from which the settings are imported SetContext(ISettingsBundle) Sets the settings context for the serializer verifier profile Declaration void SetContext(ISettingsBundle settingsContext) Parameters Type Name Description ISettingsBundle settingsContext The settings context" + "keywords": "Interface ISerializeVerifierProfile Interface defining the operations for the serializer verifier profiles Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public interface ISerializeVerifierProfile Methods Export(String) Exports the profile to another file Declaration void Export(string toFile) Parameters Type Name Description System.String toFile The file to which the settings are exported Import(String) Imports the profile from another file Declaration void Import(string fromFile) Parameters Type Name Description System.String fromFile The file from which the settings are imported SetContext(ISettingsBundle) Sets the settings context for the serializer verifier profile Declaration void SetContext(ISettingsBundle settingsContext) Parameters Type Name Description ISettingsBundle settingsContext The settings context" }, "api/verification/Sdl.Verification.Api.ISuggestionProvider.html": { "href": "api/verification/Sdl.Verification.Api.ISuggestionProvider.html", "title": "Interface ISuggestionProvider", - "keywords": "Interface ISuggestionProvider ISuggestionProvider interface represents a suggestion provider that can make a suggestion. Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax public interface ISuggestionProvider Methods GetSuggestion() Gets a suggestion from the suggestion provider. Declaration Suggestion GetSuggestion() Returns Type Description Suggestion suggestion HasSuggestion() Determines whether the suggestion provider has a suggestion. Declaration bool HasSuggestion() Returns Type Description bool whether has a suggestion Events SuggestionChanged SuggestionChanged event is fired when the suggestion has changed. Declaration event EventHandler SuggestionChanged Event Type Type Description EventHandler" + "keywords": "Interface ISuggestionProvider ISuggestionProvider interface represents a suggestion provider that can make a suggestion. Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public interface ISuggestionProvider Methods GetSuggestion() Gets a suggestion from the suggestion provider. Declaration Suggestion GetSuggestion() Returns Type Description Suggestion suggestion HasSuggestion() Determines whether the suggestion provider has a suggestion. Declaration bool HasSuggestion() Returns Type Description System.Boolean whether has a suggestion Events SuggestionChanged SuggestionChanged event is fired when the suggestion has changed. Declaration event EventHandler SuggestionChanged Event Type Type Description System.EventHandler" }, "api/verification/Sdl.Verification.Api.ITermVerifierContext.html": { "href": "api/verification/Sdl.Verification.Api.ITermVerifierContext.html", "title": "Interface ITermVerifierContext", - "keywords": "Interface ITermVerifierContext ITermVerifierContext interface represents a term verifier context that provides a term verifier with the term access services that it needs. Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax public interface ITermVerifierContext Properties HasTermbase Gets a boolean informing if this context has a termbase Declaration bool HasTermbase { get; } Property Value Type Description bool Methods CreateTermRecognitionEngine(CultureInfo, CultureInfo, int) Create the term recognition engine for the given source and target cultures. Declaration ITerminologySearch CreateTermRecognitionEngine(CultureInfo source, CultureInfo target, int minMatch) Parameters Type Name Description CultureInfo source source culture CultureInfo target target culture int minMatch minimum match Returns Type Description Sdl.TranslationStudio.Terminology.Search.ITerminologySearch term recognition engine GetTermbaseIndexName(string) Gets the termbase index name for the given culture name. Declaration string GetTermbaseIndexName(string cultureName) Parameters Type Name Description string cultureName culture name Returns Type Description string termbase index name" + "keywords": "Interface ITermVerifierContext ITermVerifierContext interface represents a term verifier context that provides a term verifier with the term access services that it needs. Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public interface ITermVerifierContext Properties HasTermbase Gets a boolean informing if this context has a termbase Declaration bool HasTermbase { get; } Property Value Type Description System.Boolean Methods CreateTermRecognitionEngine(CultureInfo, CultureInfo, Int32) Create the term recognition engine for the given source and target cultures. Declaration ITerminologySearch CreateTermRecognitionEngine(CultureInfo source, CultureInfo target, int minMatch) Parameters Type Name Description System.Globalization.CultureInfo source source culture System.Globalization.CultureInfo target target culture System.Int32 minMatch minimum match Returns Type Description Sdl.TranslationStudio.Terminology.Search.ITerminologySearch term recognition engine GetTermbaseIndexName(String) Gets the termbase index name for the given culture name. Declaration string GetTermbaseIndexName(string cultureName) Parameters Type Name Description System.String cultureName culture name Returns Type Description System.String termbase index name" }, "api/verification/Sdl.Verification.Api.ITermVerifierSettingsContext.html": { "href": "api/verification/Sdl.Verification.Api.ITermVerifierSettingsContext.html", "title": "Interface ITermVerifierSettingsContext", - "keywords": "Interface ITermVerifierSettingsContext ITermVerifierSettingsContext interface represents a term verifier settings context that provides a term verifier settings page with the term access services that it needs. Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax public interface ITermVerifierSettingsContext Methods GetTermbaseName() Gets the termbase name. Declaration string GetTermbaseName() Returns Type Description string termbase name GetTermbasePicklistFields() Gets the termbase picklist fields. Declaration IEnumerable GetTermbasePicklistFields() Returns Type Description IEnumerable TermPicklistField termbase picklist fields HasTermbase() Determines whether the context has a termbase. Declaration bool HasTermbase() Returns Type Description bool whether context has termbase" + "keywords": "Interface ITermVerifierSettingsContext ITermVerifierSettingsContext interface represents a term verifier settings context that provides a term verifier settings page with the term access services that it needs. Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public interface ITermVerifierSettingsContext Methods GetTermbaseName() Gets the termbase name. Declaration string GetTermbaseName() Returns Type Description System.String termbase name GetTermbasePicklistFields() Gets the termbase picklist fields. Declaration IEnumerable GetTermbasePicklistFields() Returns Type Description System.Collections.Generic.IEnumerable < TermPicklistField > termbase picklist fields HasTermbase() Determines whether the context has a termbase. Declaration bool HasTermbase() Returns Type Description System.Boolean whether context has termbase" }, "api/verification/Sdl.Verification.Api.ITermVerifierSettingsContextAware.html": { "href": "api/verification/Sdl.Verification.Api.ITermVerifierSettingsContextAware.html", "title": "Interface ITermVerifierSettingsContextAware", - "keywords": "Interface ITermVerifierSettingsContextAware ITermVerifierSettingsContextAware interface represents a term verifier settings context aware object so such objects can be given the term verifier settings context; e.g. a term verifier settings page. Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax public interface ITermVerifierSettingsContextAware Properties TermVerifierSettingsContext TermVerifierSettingsContext property represents the term verifier settings context. Declaration ITermVerifierSettingsContext TermVerifierSettingsContext { get; set; } Property Value Type Description ITermVerifierSettingsContext" + "keywords": "Interface ITermVerifierSettingsContextAware ITermVerifierSettingsContextAware interface represents a term verifier settings context aware object so such objects can be given the term verifier settings context; e.g. a term verifier settings page. Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public interface ITermVerifierSettingsContextAware Properties TermVerifierSettingsContext TermVerifierSettingsContext property represents the term verifier settings context. Declaration ITermVerifierSettingsContext TermVerifierSettingsContext { get; set; } Property Value Type Description ITermVerifierSettingsContext" }, "api/verification/Sdl.Verification.Api.IVerificationCustomMessageData.html": { "href": "api/verification/Sdl.Verification.Api.IVerificationCustomMessageData.html", "title": "Interface IVerificationCustomMessageData", - "keywords": "Interface IVerificationCustomMessageData IVerificationCustomMessageData interface represents the contract necessary to implement in order to display the contained properties on the Verification UI Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax public interface IVerificationCustomMessageData Properties DetailedDescription Information which will be displayed in the UI. Declaration string DetailedDescription { get; } Property Value Type Description string SourceSegmentPlainText Information which will be displayed in the UI. Declaration string SourceSegmentPlainText { get; set; } Property Value Type Description string TargetSegmentPlainText Information which will be displayed in the UI. Declaration string TargetSegmentPlainText { get; set; } Property Value Type Description string" + "keywords": "Interface IVerificationCustomMessageData IVerificationCustomMessageData interface represents the contract necessary to implement in order to display the contained properties on the Verification UI Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public interface IVerificationCustomMessageData Properties DetailedDescription Information which will be displayed in the UI. Declaration string DetailedDescription { get; } Property Value Type Description System.String SourceSegmentPlainText Information which will be displayed in the UI. Declaration string SourceSegmentPlainText { get; set; } Property Value Type Description System.String TargetSegmentPlainText Information which will be displayed in the UI. Declaration string TargetSegmentPlainText { get; set; } Property Value Type Description System.String" }, "api/verification/Sdl.Verification.Api.LanguageDirectionVerifierAttribute.html": { "href": "api/verification/Sdl.Verification.Api.LanguageDirectionVerifierAttribute.html", "title": "Class LanguageDirectionVerifierAttribute", - "keywords": "Class LanguageDirectionVerifierAttribute LanguageDirectionVerifier class represents a verifier attribute that should be used to mark verifier classes used at language direction level. Inheritance object Attribute ExtensionAttribute LanguageDirectionVerifierAttribute Implements _Attribute Inherited Members ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax [ExtensionPointInfo(\"LanguageDirectionVerifiers\", ExtensionPointBehavior.Static)] public class LanguageDirectionVerifierAttribute : ExtensionAttribute, _Attribute Constructors LanguageDirectionVerifierAttribute() Default constructor. Declaration public LanguageDirectionVerifierAttribute() LanguageDirectionVerifierAttribute(string, string, string) Constructor that takes the given id, name, and description. Declaration public LanguageDirectionVerifierAttribute(string id, string name, string description) Parameters Type Name Description string id id string name name string description description Implements _Attribute" + "keywords": "Class LanguageDirectionVerifierAttribute LanguageDirectionVerifier class represents a verifier attribute that should be used to mark verifier classes used at language direction level. Inheritance System.Object LanguageDirectionVerifierAttribute Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public class LanguageDirectionVerifierAttribute : ExtensionAttribute Constructors LanguageDirectionVerifierAttribute() Default constructor. Declaration public LanguageDirectionVerifierAttribute() LanguageDirectionVerifierAttribute(String, String, String) Constructor that takes the given id, name, and description. Declaration public LanguageDirectionVerifierAttribute(string id, string name, string description) Parameters Type Name Description System.String id id System.String name name System.String description description" }, "api/verification/Sdl.Verification.Api.MessageControlPlugInAttribute.html": { "href": "api/verification/Sdl.Verification.Api.MessageControlPlugInAttribute.html", "title": "Class MessageControlPlugInAttribute", - "keywords": "Class MessageControlPlugInAttribute MesssageControlPlugInAttribute class represents a message control plug-in attribute that should be used to mark message control plug-in classes. Inheritance object Attribute ExtensionAttribute MessageControlPlugInAttribute Implements _Attribute Inherited Members ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax [ExtensionPointInfo(\"Message Controls\", ExtensionPointBehavior.Static)] [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class MessageControlPlugInAttribute : ExtensionAttribute, _Attribute Remarks A message control plug-in is responsible for creating a message control for a given message allowing different message controls to be displayed for different types of messages. Constructors MessageControlPlugInAttribute() Default constructor. Declaration public MessageControlPlugInAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates that the target class is a message control plug-in. Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info info IExtensionValidationContext context context Overrides ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) Implements _Attribute" + "keywords": "Class MessageControlPlugInAttribute MesssageControlPlugInAttribute class represents a message control plug-in attribute that should be used to mark message control plug-in classes. Inheritance System.Object MessageControlPlugInAttribute Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class MessageControlPlugInAttribute : ExtensionAttribute Remarks A message control plug-in is responsible for creating a message control for a given message allowing different message controls to be displayed for different types of messages. Constructors MessageControlPlugInAttribute() Default constructor. Declaration public MessageControlPlugInAttribute() Methods Validate(IExtensionAttributeInfo, IExtensionValidationContext) Validates that the target class is a message control plug-in. Declaration public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context) Parameters Type Name Description IExtensionAttributeInfo info info IExtensionValidationContext context context" }, "api/verification/Sdl.Verification.Api.SerializeProfileVerifierAttribute.html": { "href": "api/verification/Sdl.Verification.Api.SerializeProfileVerifierAttribute.html", "title": "Class SerializeProfileVerifierAttribute", - "keywords": "Class SerializeProfileVerifierAttribute Attribute class for the serializer verifier profile Inheritance object Attribute ExtensionAttribute SerializeProfileVerifierAttribute Implements _Attribute Inherited Members ExtensionAttribute.Validate(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateId(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.ValidateName(IExtensionAttributeInfo, IExtensionValidationContext) ExtensionAttribute.Id ExtensionAttribute.Name ExtensionAttribute.Description ExtensionAttribute.Icon Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax [ExtensionPointInfo(\"SerializeProfileVerifiers\", ExtensionPointBehavior.Static)] public class SerializeProfileVerifierAttribute : ExtensionAttribute, _Attribute Constructors SerializeProfileVerifierAttribute() Default constructor. Declaration public SerializeProfileVerifierAttribute() SerializeProfileVerifierAttribute(string, string, string) Constructor that takes the given id, name, and description. Declaration public SerializeProfileVerifierAttribute(string id, string name, string description) Parameters Type Name Description string id id string name name string description description Implements _Attribute" + "keywords": "Class SerializeProfileVerifierAttribute Attribute class for the serializer verifier profile Inheritance System.Object SerializeProfileVerifierAttribute Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public class SerializeProfileVerifierAttribute : ExtensionAttribute Constructors SerializeProfileVerifierAttribute() Default constructor. Declaration public SerializeProfileVerifierAttribute() SerializeProfileVerifierAttribute(String, String, String) Constructor that takes the given id, name, and description. Declaration public SerializeProfileVerifierAttribute(string id, string name, string description) Parameters Type Name Description System.String id id System.String name name System.String description description" }, "api/verification/Sdl.Verification.Api.Suggestion.html": { "href": "api/verification/Sdl.Verification.Api.Suggestion.html", "title": "Class Suggestion", - "keywords": "Class Suggestion Suggestion class represents a suggestion that describes a change that can be made to a document by replacing the existing markup between the from location and upto location with the suggestion markup. Inheritance object Suggestion Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax public class Suggestion Constructors Suggestion(IMessageLocation, IMessageLocation, IAbstractMarkupData) Constructor that takes the from location, upto location, and suggestion markup. Declaration public Suggestion(IMessageLocation fromLocation, IMessageLocation uptoLocation, IAbstractMarkupData suggestionMarkup) Parameters Type Name Description IMessageLocation fromLocation from location IMessageLocation uptoLocation upto location IAbstractMarkupData suggestionMarkup suggestion markup - set suggestionMarkup to null to suggest deleting the existing markup between the from location and the upto location Properties FromLocation FromLocation property represents the \"start\" location of the existing markup to be replaced. Declaration public IMessageLocation FromLocation { get; } Property Value Type Description IMessageLocation SuggestionMarkup SuggestionMarkup property represents the suggestion markup to replace the existing markup. Declaration public IAbstractMarkupData SuggestionMarkup { get; } Property Value Type Description IAbstractMarkupData UptoLocation UptoLocation property represents the \"finish\" location of the existing markup to be replaced. Declaration public IMessageLocation UptoLocation { get; } Property Value Type Description IMessageLocation" + "keywords": "Class Suggestion Suggestion class represents a suggestion that describes a change that can be made to a document by replacing the existing markup between the from location and upto location with the suggestion markup. Inheritance System.Object Suggestion 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.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public class Suggestion Constructors Suggestion(IMessageLocation, IMessageLocation, IAbstractMarkupData) Constructor that takes the from location, upto location, and suggestion markup. Declaration public Suggestion(IMessageLocation fromLocation, IMessageLocation uptoLocation, IAbstractMarkupData suggestionMarkup) Parameters Type Name Description IMessageLocation fromLocation from location IMessageLocation uptoLocation upto location IAbstractMarkupData suggestionMarkup suggestion markup - set suggestionMarkup to null to suggest deleting the existing markup between the from location and the upto location Properties FromLocation FromLocation property represents the \"start\" location of the existing markup to be replaced. Declaration public IMessageLocation FromLocation { get; } Property Value Type Description IMessageLocation SuggestionMarkup SuggestionMarkup property represents the suggestion markup to replace the existing markup. Declaration public IAbstractMarkupData SuggestionMarkup { get; } Property Value Type Description IAbstractMarkupData UptoLocation UptoLocation property represents the \"finish\" location of the existing markup to be replaced. Declaration public IMessageLocation UptoLocation { get; } Property Value Type Description IMessageLocation" }, "api/verification/Sdl.Verification.Api.TermPicklistField.html": { "href": "api/verification/Sdl.Verification.Api.TermPicklistField.html", "title": "Class TermPicklistField", - "keywords": "Class TermPicklistField TermPicklistField class represents a termbase picklist field. Inheritance object TermPicklistField Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax public class TermPicklistField Constructors TermPicklistField(string, IEnumerable) Constructor that takes the given field name and field values. Declaration public TermPicklistField(string fieldName, IEnumerable fieldValues) Parameters Type Name Description string fieldName field name IEnumerable string fieldValues field values Properties FieldName FieldName property represents the field name. Declaration public string FieldName { get; } Property Value Type Description string FieldValues FieldValues property represents the field values. Declaration public IEnumerable FieldValues { get; } Property Value Type Description IEnumerable string" + "keywords": "Class TermPicklistField TermPicklistField class represents a termbase picklist field. Inheritance System.Object TermPicklistField 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.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public class TermPicklistField Constructors TermPicklistField(String, IEnumerable) Constructor that takes the given field name and field values. Declaration public TermPicklistField(string fieldName, IEnumerable fieldValues) Parameters Type Name Description System.String fieldName field name System.Collections.Generic.IEnumerable < System.String > fieldValues field values Properties FieldName FieldName property represents the field name. Declaration public string FieldName { get; } Property Value Type Description System.String FieldValues FieldValues property represents the field values. Declaration public IEnumerable FieldValues { get; } Property Value Type Description System.Collections.Generic.IEnumerable < System.String >" }, "api/verification/Sdl.Verification.Api.WrongSettingsFileException.html": { "href": "api/verification/Sdl.Verification.Api.WrongSettingsFileException.html", "title": "Class WrongSettingsFileException", - "keywords": "Class WrongSettingsFileException Exception for settings-related issues Inheritance object Exception ApplicationException WrongSettingsFileException Implements ISerializable _Exception Inherited Members Exception.GetBaseException() Exception.ToString() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.Message Exception.Data Exception.InnerException Exception.TargetSite Exception.StackTrace Exception.HelpLink Exception.Source Exception.HResult Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.MemberwiseClone() Namespace : Sdl Sdl.Verification Api Assembly : Sdl.Verification.Api.dll Syntax public class WrongSettingsFileException : ApplicationException, ISerializable, _Exception Constructors WrongSettingsFileException() Instantiates an exception of type WrongSettingsFileException Declaration public WrongSettingsFileException() WrongSettingsFileException(string) Instantiates an exception of type WrongSettingsFileException with a custom message Declaration public WrongSettingsFileException(string message) Parameters Type Name Description string message The custom message for the exception Implements ISerializable _Exception" + "keywords": "Class WrongSettingsFileException Exception for settings-related issues Inheritance System.Object System.Exception System.ApplicationException WrongSettingsFileException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Namespace : Sdl.Verification.Api Assembly : Sdl.Verification.Api.dll Syntax public class WrongSettingsFileException : ApplicationException, ISerializable, _Exception Constructors WrongSettingsFileException() Instantiates an exception of type WrongSettingsFileException Declaration public WrongSettingsFileException() WrongSettingsFileException(String) Instantiates an exception of type WrongSettingsFileException with a custom message Declaration public WrongSettingsFileException(string message) Parameters Type Name Description System.String message The custom message for the exception Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "apiconcepts/batchtasks/adding_a_settings_ui_to_our_batch_tasks.html": { "href": "apiconcepts/batchtasks/adding_a_settings_ui_to_our_batch_tasks.html", diff --git a/manifest.json b/manifest.json index 5c04e30b6..c0397fc84 100644 --- a/manifest.json +++ b/manifest.json @@ -30,7 +30,7 @@ "output": { ".html": { "relative_path": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.html", - "hash": "yaePv2GLlknGb8sKzlO4ObLGol+NE31j8IXD08BluIM=" + "hash": "mLqu9vrx4OeCbksTMITUUUhZjpn2yKCXc/X6CSVO76M=" } }, "is_incremental": false, @@ -42,7 +42,7 @@ "output": { ".html": { "relative_path": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html", - "hash": "ICyz33Kn6JZoqkn2Tg6MqyoGB17/c241N3SPcysYmCg=" + "hash": "5GE0dUPxBJdT1eCQPYpLcm5fNikY+4F4gpw/MaCp/NM=" } }, "is_incremental": false, @@ -54,7 +54,7 @@ "output": { ".html": { "relative_path": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.html", - "hash": "EvCyf6BHl9B+lJs75ikQA5aKJPY6wHD7DBBPZXYV2yw=" + "hash": "D2hHKZr/PmLzZcqMxtPkr2SnP+CUb5Y+JhJK9ydTkc8=" } }, "is_incremental": false, @@ -66,7 +66,7 @@ "output": { ".html": { "relative_path": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.html", - "hash": "qmAiWQUEG/hqrKnFMEGSPXkXtIUi4nlzvuQyCV0vJDw=" + "hash": "DaBs1uOXxfnyH7vKyc6QbFAG/4XbgUJtjKIZdrLhWs8=" } }, "is_incremental": false, @@ -78,7 +78,7 @@ "output": { ".html": { "relative_path": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.html", - "hash": "kmZZCMMVF7QIRTjJZk6L/eWx11GsDaUpqDD51kXganM=" + "hash": "pzoFLntaEJzkcwh3KeMhw77Wr1lD7KvP4VdCOGH97Ww=" } }, "is_incremental": false, @@ -90,7 +90,7 @@ "output": { ".html": { "relative_path": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.CancelHelper.html", - "hash": "qGB65VvNSv9TWQ4kYBZPG/EwlZEZgZb7WW4UPXf+XN0=" + "hash": "0OjiRlv3cF99ASwqsvetFXvgJMbUEOE3BOfL6492pgU=" } }, "is_incremental": false, @@ -102,7 +102,7 @@ "output": { ".html": { "relative_path": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.LanguageDirection.html", - "hash": "87sEgBu3W8qhYaKvam5eu3oHfZoKj/bLgIbzE9uzmQc=" + "hash": "ICWRyYs/k0KYfepoYli4m51McQ7nff3TZEUNc1SzS9E=" } }, "is_incremental": false, @@ -114,7 +114,7 @@ "output": { ".html": { "relative_path": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.MessageLevel.html", - "hash": "Ljr+FuOF070bmWQ86PSrMT0hGEdcDgjiJ3mFb/JoFt4=" + "hash": "NScnbX024AHNpwlEVgqEMnosLKB+nMSljBfdGL8vXlw=" } }, "is_incremental": false, @@ -126,7 +126,7 @@ "output": { ".html": { "relative_path": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.ProjectFileExtension.html", - "hash": "cMt3THmxh/7B0tCMCX/0H9DRzog6nlx6QhNGyAu+KL0=" + "hash": "9ivikERGsfbn05n77nUAyvj7yB2VBOGxXMN/O5FSM0A=" } }, "is_incremental": false, @@ -138,7 +138,7 @@ "output": { ".html": { "relative_path": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.html", - "hash": "dl5vuXk8Cy36fYIk1xhwup5FHnPqobxdCYTcO87h0Wc=" + "hash": "cIkS8+k2emhydAFBXUSGI8em3LRknqoHZKsTSys44c0=" } }, "is_incremental": false, @@ -150,7 +150,7 @@ "output": { ".html": { "relative_path": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.html", - "hash": "IfFIKpBMRCp+py3Ec/FgG1mx6j23Lw34om3i/4c84KA=" + "hash": "83qfyB1ZbcdKsAnTf/sgrR19gx82ajtIUizHl/FwhY8=" } }, "is_incremental": false, @@ -162,7 +162,7 @@ "output": { ".html": { "relative_path": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.WordCounter.html", - "hash": "QSGRv/Us4k4tXR9L0B8SWaVtSsKTJF3rTjQOYI8fUTg=" + "hash": "Tl0LhiRWRjGYuHWlZTSoE3RbikMuM2zr+7U1bgB/08U=" } }, "is_incremental": false, @@ -174,7 +174,7 @@ "output": { ".html": { "relative_path": "api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.html", - "hash": "M8LTVtv/x048OZJeZGRQpnuo/AJJSVI4V54W06Pm/hA=" + "hash": "H9tnpzUjVk4WmNHD8DdEWT4Pev6pe6TxLgnmUybqTGc=" } }, "is_incremental": false, @@ -182,719 +182,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.html", - "hash": "OfF/LYgjWtzWceeZvzcVNWE2A5xCm94hXynyLLMDqrc=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.html", - "hash": "jmvx6my+G4S/dAfb5ZMNW4mkce0WRwzs0X3VPSIevHY=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html", - "hash": "19hqXIyWpmtXnhLu1luS5Mb5RBEp6Uts7Czo0WU4fEo=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.Async.CultureMetadataService.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.Async.CultureMetadataService.html", - "hash": "23OpVdTpmocWNrwrI2HtGbPZ+1NRFZKRoCLYbVPj9Fc=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.Async.DateTimePatternClassifier.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.Async.DateTimePatternClassifier.html", - "hash": "sMouIu802J2IRcxQ4IExCEov5Zs+yMGlM95kcePGGkU=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html", - "hash": "rs/dpgaVlpDW/W6OdxyxK1V6/pT6ETM7KEWGLL/LyB0=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.Async.PatternType.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.Async.PatternType.html", - "hash": "XwDrGmWTeCCeCG7PrTF77sZCjm3mrboPPQiuckXIVDE=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.Async.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.Async.html", - "hash": "EmgzqWy5E/v1SB4NTeBkwIpNSb+p7DwqMqFuRoXFtYM=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.Codepage.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.Codepage.html", - "hash": "hLM8kdpRlIvlqk6ZMktaehcqofZEOt+Bet6m2Bsmmn8=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.ConfirmationLevel.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.ConfirmationLevel.html", - "hash": "UcKRxBAyaI9Hxez/zZ+qZwzK4B3IAiL28gLdcMHUUEY=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.CoreCultureInfoExtensions.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.CoreCultureInfoExtensions.html", - "hash": "Go/diHi4hssr7Pr/N3KHiw3WDRM6+5qD6KBMGwBnfFs=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.CultureCode.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.CultureCode.html", - "hash": "HI4R5AVDaDKppnh06Z9sAIYq2XJovAKevWCVU9fwMR8=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.html", - "hash": "xDoAhrLdcmnl+7TGTfFlqt6A+IcjGsxp56PQ/ajP8IY=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html", - "hash": "EAP8mSdx+8BtiJYXPJW/uav91mPCx/zrf/OYlqe4Pww=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.html", - "hash": "X20bEn0kwUiKXP2jmkhAAepkOxJ7r95QcXW+LlKmDD4=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager.html", - "hash": "7YDVPiF3mHDerM9MnET9a7lbaxt8pXvpY3R4WSLYd3o=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html", - "hash": "qBf4U5SfM4+UURpINQRiSBJVSGkp/THawL+pVYSPW7k=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataManager.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataManager.html", - "hash": "dSldQRmmuxRZLnEmK1r7AbGH+WvRLGvit20f6IxNxys=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.html", - "hash": "Z1Md9OcTahgePrhNUpJFm4ChKLA6Gg5eg5hpV+Morw0=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html", - "hash": "tJ6vJotvtKsFCSmx1lM1df5nP3sclziIn5B0TWydigQ=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.html", - "hash": "UITh+9MfjIMHYe4g/T9VmfgdKHipW1NGq5zC+4XU9SI=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataService.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.CultureMetadataService.html", - "hash": "7rrdWZugC8+JB1OrVisoLhe7ECNjSZeLbmUw71RWmU8=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.DataVersion.DataVersion.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.DataVersion.DataVersion.html", - "hash": "JmaOjEwzhQ9tJJDzlUY2VtpEPPsH/AX+9RG7JhGvwUk=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.DataVersion.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.DataVersion.html", - "hash": "Wq1aBgLQQWu1DbWOq9hF0yad5mDPCRU9fG2ttPj/cew=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.Language.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.Language.html", - "hash": "puzPc+zLKLJZCttBCdoufQUGOOxTZ/53//PtDs4DMIg=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageBase.EvaluationResult.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageBase.EvaluationResult.html", - "hash": "5yyCcstg5w5GU6xKPEh9awXn7hpgS6peIrQ15xEsQXs=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageBase.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageBase.html", - "hash": "pQB5uO05r3K3jf+KWbzthETq7bMQqEtrCLLs8ueuAbo=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageCancelEventArgs.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageCancelEventArgs.html", - "hash": "kJhgE2u9FvmMrDKD0xLSvgHXtaGspFE5DWcWOGvJJI4=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageData.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageData.html", - "hash": "gvslceWrSAk976jhm0/sqZ1b+acarTbmuLyAGvZ0WlQ=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageDataContainer.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageDataContainer.html", - "hash": "SUJllEgdU86VpIrIy/A7tndsHbI4Q/zSsJsfWnu5SJQ=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageDisplaySettings.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageDisplaySettings.html", - "hash": "N+Rcvz5cPfdaI3W51WGexzw2pD6QkUQPtO/X0mAWnrA=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageEventArgs.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageEventArgs.html", - "hash": "6cI1m2vgyu22ImCKtxO0kRoeewrcvblTJ/t+iuHTUfA=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageFormat.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageFormat.html", - "hash": "bbgaaFHWlrkdGzn+9QK5uiaQxkVeUzcEdAirLp9lJVI=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html", - "hash": "B7hkdp799e/EDFFKphczANsfs5DQG5308UuY9k++F+I=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageMetadata.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageMetadata.html", - "hash": "f0LYfNEOwrlEqZfUewW5QEKtkp0uow/1ASu9GCTyJTg=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.html", - "hash": "sNMLVY7JVEhgYlo6iMl1tJs59R0/m0rgK9txBRa474s=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.html", - "hash": "tpowahxcFS2id0UViSHV/VIdqibeJeHTqoN2XevRIqY=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html", - "hash": "EUmu73dj44L75/Tfp6T5TyIlJRVwj090CSdOhW0TJO4=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html", - "hash": "xMeuPBIiWjDiE69inx0sMdusZhE+2CBiF7+i+RQpn7Y=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.html", - "hash": "OAhs5p0FxqpSV67PRxN6A/sP4PRwZzNN7tNDHXrhTbg=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.MappingType.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.MappingType.html", - "hash": "PcbMwH8WLxnughOWyW2zXs/W9/Sk8FcTyUGq2GnZss0=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.Product.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.Product.html", - "hash": "VEwMZ5uK2R6obV3GB0H2PHN4h+Y/ZkKaslosHKrs/3A=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.html", - "hash": "8DNP8dR2g2C4AtkwnC4K7Yv+TEnHX5V1DjqwUJbdBz0=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LegacyAsyncHelpers.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LegacyAsyncHelpers.html", - "hash": "pgvqaG+klrRk7zf4/+LUF4A0hrTxrIGflC+W876EqrA=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LegacySdlxLanguage.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LegacySdlxLanguage.html", - "hash": "rFvC80CngKohm8i9cCcOxQmRCnBpFhH+XSv7Kan/zlU=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LegacyTradosLanguage.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html", - "hash": "7JYg9A9XsHTDjaTz0igPqKaVVEtcLPtWKUEzy+0Kt3A=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.LocalizableString.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.LocalizableString.html", - "hash": "qxRy/2+KSh5l68GKDlgZm0wAXRQDS7/8dKmb3twoqpA=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.html", - "hash": "FYZuPibtSJZC6/QpXxmTaUoq1zi22xmrfX/5u5pJ0Qg=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html", - "hash": "yAdwmONtjWMC4PfKlLL84A90SJhGShKkTuxwER7I7GM=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.html", - "hash": "OeB9tfSLO+VCzUHraQv0SB1820wWbZpzrupEK3xe3Qo=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadata.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadata.html", - "hash": "LCsppTYKWefd2B3GqXN2ug9t3KvIeyfaFN+E8e+m6Os=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.html", - "hash": "4cpHJb5f7thPC4oSUtRqQmEYThlSAcPDFbVWxMiUNWg=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.html", - "hash": "CheFfAurmp+fjddRMUnDMh++cZ13l773LvxQiw81DIw=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.html", - "hash": "LPUT3C1cVQKm7Xhz87lw2L0kc9FzlUUFikcfcYHnU5o=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.RangeOperator.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.RangeOperator.html", - "hash": "6Z2d1wIT0O7rUXlswFlWVl5/uIPyUlxF6B0tCzE0fSo=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.RangeTransform.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.RangeTransform.html", - "hash": "XC09q+O0lvlJgmrHzppr7l81kxpjGZHGGHbSirxgVNs=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.NumberMetadata.html", - "hash": "xnSKoiUjKPKUj1vr0h5P5dGrcknXbTDNsCNHfXlcD18=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.StableCultureInfo.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.StableCultureInfo.html", - "hash": "ckrfTOfGhtw5TV7kyJ/i3KeV7W8W7NzCX2J+skbCFvE=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinition.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinition.html", - "hash": "lD67jYGpPOulT7B+rXg5rs5A0pi9ila4idtBVuC+cdo=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.yml", + "source_relative_path": "api/core/Sdl.Core.Globalization.Codepage.yml", "output": { ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.html", - "hash": "6wDInfY6EpBqEwCuQULrL0Tqh/Q6h09EFu0hJSbsO70=" + "relative_path": "api/core/Sdl.Core.Globalization.Codepage.html", + "hash": "N6BA0TIAFRn1q9GVUIfgblaWZD27IQ/bZOQegMmssIQ=" } }, "is_incremental": false, @@ -902,11 +194,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.UnitDefinition.yml", + "source_relative_path": "api/core/Sdl.Core.Globalization.ConfirmationLevel.yml", "output": { ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.UnitDefinition.html", - "hash": "PscT55i/wWrI8Hay12n8LGcf0qNev7mzMmq5CXkKUkA=" + "relative_path": "api/core/Sdl.Core.Globalization.ConfirmationLevel.html", + "hash": "hhlQi0+5L2zawD4ZRy7Wr6MjOogjX0b4dkm0d4frzjw=" } }, "is_incremental": false, @@ -914,11 +206,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.yml", + "source_relative_path": "api/core/Sdl.Core.Globalization.Language.yml", "output": { ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.html", - "hash": "U21xiunleXDncOnfYKqDwPkeEgu0yVNY6la01pytCEk=" + "relative_path": "api/core/Sdl.Core.Globalization.Language.html", + "hash": "gaPBvlrBJ5EIjWqLVsv9e+ydTr7JSCfrMau0bPXLA4M=" } }, "is_incremental": false, @@ -926,11 +218,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.yml", + "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageCancelEventArgs.yml", "output": { ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html", - "hash": "jXdS1/XF3Zhu5d6Z9UhWCH7vVB5T7v8MXB+4Nd35QjQ=" + "relative_path": "api/core/Sdl.Core.Globalization.LanguageCancelEventArgs.html", + "hash": "6lvBuR/89da9JTR/E7kKaT0/j7DpAWS1BCYQQlWssiA=" } }, "is_incremental": false, @@ -938,11 +230,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.yml", + "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageEventArgs.yml", "output": { ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.html", - "hash": "xBQfNQJGSMHvB8F8YzfOG5q68ZNxa/oPFn9N92wNI4M=" + "relative_path": "api/core/Sdl.Core.Globalization.LanguageEventArgs.html", + "hash": "ueteSJZeNpFfZuqYbFYkgZ53tSyGJqyxqGOZa6jWsF0=" } }, "is_incremental": false, @@ -950,11 +242,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.yml", + "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.yml", "output": { ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.html", - "hash": "ydzMb3klsCiuayYRdZ4+f5Ahuaq78/vfBWTyiFIZyFQ=" + "relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html", + "hash": "rsdP1ZJj5FyOcsRu2HwAc6mKdKnWP8xVNPoFWJI1i3A=" } }, "is_incremental": false, @@ -962,11 +254,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.yml", + "source_relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.yml", "output": { ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html", - "hash": "+I8mewC5+i5oer//BQ1+098uz+CbmxoLaBkE+Y8KAUk=" + "relative_path": "api/core/Sdl.Core.Globalization.LanguageRegistry.html", + "hash": "Ha1W1oo5jBCTPajUc9bU0SyLaMzyAF+jsrF8C2RbUIk=" } }, "is_incremental": false, @@ -974,11 +266,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.yml", + "source_relative_path": "api/core/Sdl.Core.Globalization.LegacySdlxLanguage.yml", "output": { ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.html", - "hash": "2dPjldJD1SRpJd9bGrgw1kdvSCf6QlgoxTZhtv1LeyU=" + "relative_path": "api/core/Sdl.Core.Globalization.LegacySdlxLanguage.html", + "hash": "D62e8Zz8TGmMhTYwOym53uo2eHmSSojnmrouGL2tppU=" } }, "is_incremental": false, @@ -986,11 +278,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.yml", + "source_relative_path": "api/core/Sdl.Core.Globalization.LegacyTradosLanguage.yml", "output": { ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.html", - "hash": "uurGoEQ1QMBFvdxL4U8tRZxhQYuqL79jwXhGiqeZZ54=" + "relative_path": "api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html", + "hash": "/Z17rdl5rhHhYL5YSMm2iivb5CRboPS+kWJHuRE6QpE=" } }, "is_incremental": false, @@ -998,11 +290,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.UnitMetadata.yml", + "source_relative_path": "api/core/Sdl.Core.Globalization.LocalizableString.yml", "output": { ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.UnitMetadata.html", - "hash": "xcRFvFzpxWuW1YCbyWjLZFJ6WtmUcoEsOWBDNS434Nk=" + "relative_path": "api/core/Sdl.Core.Globalization.LocalizableString.html", + "hash": "s1wJldqDSVW6/HSr/OI9EtP7FtGvHnAvqFhYZSSEmjA=" } }, "is_incremental": false, @@ -1014,19 +306,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Globalization.UnsupportedCodepageException.html", - "hash": "F/aA5hiqHBCMMoV+8H1WVKkjdot28bgwV9FbTHW9b14=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/core/Sdl.Core.Globalization.UnsupportedLanguageException.yml", - "output": { - ".html": { - "relative_path": "api/core/Sdl.Core.Globalization.UnsupportedLanguageException.html", - "hash": "Jh12SKfdDpXI74JoB+CiVRhPE53Ixz3zCv7O38DzhBI=" + "hash": "mvujVOg7hw++YUanOaVwB9ATvyWsIpGDkLP6LVykQz0=" } }, "is_incremental": false, @@ -1038,7 +318,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Globalization.html", - "hash": "AJ8Xg9cYFq3zV+8cT+GQzEpZ1kbaezQ9VpQV66lsWqY=" + "hash": "XmWFVGz2STlU6IqNvE9r71FBO9BNkjpaicFz+YcxKTc=" } }, "is_incremental": false, @@ -1050,7 +330,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.html", - "hash": "6OvKc/cw52x1HUXyNYwLw7fuPILdO+mXNJxiMXkXjO4=" + "hash": "HRaxwaJ7iOt61r0agfaaBvN8TQt1he8ZkE0m4roxlWQ=" } }, "is_incremental": false, @@ -1062,7 +342,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.AuxiliaryExtensionAttributeCollection.html", - "hash": "tz2LWyPyaYpg+BB3TudMN8l2sJks3AV7adMzDnB3XCw=" + "hash": "5Qg3uJ1yTUj4n1ySEp33YCjtbeSl7zUUHDrSRuQCX5U=" } }, "is_incremental": false, @@ -1074,7 +354,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Configuration.ConfigManager.html", - "hash": "SpnPrIBiE8F2dU+9CRerU45dbtL7gGOxMwdgw/EwHu4=" + "hash": "8bwOuUejarMDgYRhEEghSUq/kCxDwH9O94ttrUnqdcA=" } }, "is_incremental": false, @@ -1086,7 +366,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Configuration.IFrameworkConfiguration.html", - "hash": "RRIJki4eUu7z92qRcdBPfyC/9E0CWMHZR3P+MtSm7Q0=" + "hash": "R1czaUl7/X+J1wIvSsXhGp6eMHEC3Zh5Cvpe1AQh3nc=" } }, "is_incremental": false, @@ -1110,7 +390,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.DefaultObjectResolver.html", - "hash": "OFnhSSKsD8CyQgSnpi0PoRkApzqrzNC/tOO8lRrhzE0=" + "hash": "8iF3AUvMtXovh065CjHtE8cXTa9HdA/gF1vDSGW275U=" } }, "is_incremental": false, @@ -1122,7 +402,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.DefaultPluginLocator.html", - "hash": "JB5/oukKZqCmKV0ARo3FnG7lHqRyLNU3QoaawjFtYjA=" + "hash": "YGjtjYlvlJKbbQ2pHSHSxApqUea7zlISniVFCq9WthY=" } }, "is_incremental": false, @@ -1134,7 +414,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.DefaultPluginTypeLoader.html", - "hash": "36QWus+XGC/r+ORxgrcf3JpLFVBR9jYMqcpbA5xZ/rI=" + "hash": "BcVbYz40AOFiacCEQ7mA6CsBQJe+NTHGVQbwzsRHS3E=" } }, "is_incremental": false, @@ -1146,7 +426,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.ExtensionAttribute.html", - "hash": "e6fu08jcW+zMaLlt3TXinRuf4vxqGSSKnwHWLX2+1/w=" + "hash": "/PP1C37A6Sp6v/XmueBZhrlKzcrQV2oBwW4iH4Pi9AE=" } }, "is_incremental": false, @@ -1158,7 +438,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.ExtensionCollection.html", - "hash": "9ajj00EoFoJaRe9GZYhn3WuTcdytYn4yY6DW+e6POsw=" + "hash": "Pg0+u0YerVq/5MFKPxeBQdJFjz/BLPoAo9H6zu4OdtE=" } }, "is_incremental": false, @@ -1170,7 +450,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.ExtensionEventArgs.html", - "hash": "Fx395Md6YCjSGGuRN/Cx8TQSbZRQabOdeoFdGfvho5Y=" + "hash": "UrPEYYiM7I5BT8At+f6cJt+ek4qooKX7+qKjVFuWhMs=" } }, "is_incremental": false, @@ -1182,7 +462,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.ExtensionPointBehavior.html", - "hash": "nbOVEbPPEKtsxknqtVPu0rKuOTQWF0Wq8mzem8+FjZw=" + "hash": "ERbzSEphLY+8TkvJpYt7bYFTTVVK5WaXxqP3lnab+Sw=" } }, "is_incremental": false, @@ -1194,7 +474,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.ExtensionPointCollection.html", - "hash": "9WKJMDf/dHf/we6SgB7qJZ5Hn8MroOefsdF+Wxpcbvk=" + "hash": "lrF3UXiy7k55tuRTeoQ8Pa2a0kssFvXtbmOhjwcIyMM=" } }, "is_incremental": false, @@ -1206,7 +486,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.html", - "hash": "fOZriXeY44FxbjJJIz/0GxxCRIyqVirMpymvQDCvs4o=" + "hash": "YMKdV0q3tV4bgwLMcTeBETZV6jKYzAQM9uf7DQZIpHo=" } }, "is_incremental": false, @@ -1218,7 +498,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.FileBasedPluginDescriptor.html", - "hash": "GV69650WUAd2R6zM2Ibf0gLLdPMsreWtrQ8zM73MD38=" + "hash": "aDuKpuiU3pSxr3dIex1OVOqPf79z+ZhhMipLKJYLJRo=" } }, "is_incremental": false, @@ -1230,7 +510,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.IExtension.html", - "hash": "zBtPhcpnaanBiUClgNhhnUiMgqGZFqWeb5W5DhLpuqI=" + "hash": "xqcCiiElTvUc4vLuQW9XXJaMU+IDN73EUyP+f3sFrk0=" } }, "is_incremental": false, @@ -1242,7 +522,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.IExtensionAware.html", - "hash": "r1IkdNbrrt6Zc368I6Mk+1E0EhPCiQlAtV1DqkUCG2I=" + "hash": "uxD/zbo7tpZ07f0gadQDjgwJQhqmeSBOUMliROUV9zg=" } }, "is_incremental": false, @@ -1254,7 +534,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.IExtensionPoint.html", - "hash": "odZJ1Ojtt6jL6CXdQkgWRlfHKuElumRpeLrkJQJCykQ=" + "hash": "YfpUufxZk5osOa/dBh0Pd7AefYba5oNUTf+zMnP9Q54=" } }, "is_incremental": false, @@ -1266,7 +546,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.IObjectResolver.html", - "hash": "wRKW3JjjD4cP0RjqHfmvVHCBjDDnv9S7Yh2LvSxbnoA=" + "hash": "g1CLvSX/Er0qXvORb1sCOriR7tAbHYcaJt1ui17m4e4=" } }, "is_incremental": false, @@ -1278,7 +558,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.IPlugin.html", - "hash": "jIm9WgDDtwwgAHL9ivpSY+ehRc7UVf3JQf7xYjIutGw=" + "hash": "AvmZ33kc0U3JBLtsPBaQzH5gyu7P1VsziUYzFp/0Iew=" } }, "is_incremental": false, @@ -1290,7 +570,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.IPluginCache.html", - "hash": "HJ78D0GTBPSnjRlfITeYw/tqErto7B5RR3GgdydQ8AA=" + "hash": "vLPJG8i0pFSXj2jKPyOgGMVm0I6WEu6myWcEQ9oCX2Q=" } }, "is_incremental": false, @@ -1302,7 +582,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.IPluginDescriptor.html", - "hash": "Gei1j6jpYwrAeQtQQ2Mr7eUitXWMaYdp/Z9U+8G1M8w=" + "hash": "lufRNXW1mnTEz/ejS87mUfjrL5O9Un2x1v64T+GGu38=" } }, "is_incremental": false, @@ -1314,7 +594,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.IPluginFilter.html", - "hash": "Hmzq2Hy/5uO3RFUisgdoFDNNLNK4sWACOVXy1wTcXbs=" + "hash": "b/74wpc+viFmNw5VcD1wrgrl1JRLN9hHKUmbjaMctIQ=" } }, "is_incremental": false, @@ -1326,7 +606,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.IPluginInitializer.html", - "hash": "hv1Sh1MXYwBwBEFMgb9naEkly/TJB2zn+gMxYOpvQsw=" + "hash": "E+PXXtZeunvvWRMxYyJR0wOwv9PAzDeWoVg8zFVbk4A=" } }, "is_incremental": false, @@ -1338,7 +618,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.IPluginLocator.html", - "hash": "857ccLKht8UHjpzlGKMNzP4Hp1SNsdijsid0dCIwD+E=" + "hash": "m5hhgkWeIal1/7o69ZuYlQuziL1lwUCUWnDFFXBEKuk=" } }, "is_incremental": false, @@ -1350,7 +630,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.IPluginRegistry.html", - "hash": "9T9Ll044dIRB4dbA1C8V+Q1s2EOewhXzdp7vPzx0cPY=" + "hash": "ImHGx9QXh1nNcmDWXMJ/5hgYINIA+mvvqu59jwUOjr8=" } }, "is_incremental": false, @@ -1362,7 +642,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.IPluginStateHandler.html", - "hash": "5/I5ES0VABXYFVQa+6oH0YL3S5qTfWZBNykenbnUrp0=" + "hash": "saNv7ZI3RR3zNvQgM90qcuz0CnblX8G2Z1KiHp6eYC8=" } }, "is_incremental": false, @@ -1374,7 +654,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.IPluginTypeLoader.html", - "hash": "Ke27Lf7oAqXGX4quS3y+Nk3pKBOVrl1yEmyXSBjjYS0=" + "hash": "KZuIDW8I6Jxrs8UEcW3zm6VZq8KUJCyAT+gaofU2ie8=" } }, "is_incremental": false, @@ -1386,7 +666,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.IThirdPartyPluginDescriptor.html", - "hash": "+OAiJY29peWUHcRUd4k9Lq/a8kxappyr78qJR03jHTo=" + "hash": "ahpZShKkWlaiDYLk3NZGRwMMbhRINuucRVZoL/BX9Wg=" } }, "is_incremental": false, @@ -1398,7 +678,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.IValidatingPluginLocator.html", - "hash": "JdoFqKwfLAV31asEW1AXfUz+SK8u94PJYNI+kUVNFy8=" + "hash": "JSwrW2OwfJpAp9st4zbEEVztGpNdyd1kHV4E791RRuo=" } }, "is_incremental": false, @@ -1410,7 +690,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.html", - "hash": "2s4KHUeJf0cQiGMXVagDMohfiwAPml8e1Yu6hf+Twe4=" + "hash": "ZbeY/QDDjvPMbaOx/xOq7GY75rj5Ri91ykAl4017Sto=" } }, "is_incremental": false, @@ -1422,7 +702,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.html", - "hash": "w8GKtPiE+TMyR1X4XwaPVJ8ZaX8KN+2O02kzhJRGcHo=" + "hash": "8MyGFmhnbJ3ulUof0wWLAE2BUP8/0u+CBiV0p9kP/3c=" } }, "is_incremental": false, @@ -1434,7 +714,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Integration.ExtensionArguments.html", - "hash": "+BIbxyIO0nG+d4sWJ/yU1DObzgiZIO0blBiR6e+8L5k=" + "hash": "1iyWQKCoaB3Pt0YlBgD8bxApqYgSaqdn7t3OU0hqGVM=" } }, "is_incremental": false, @@ -1446,7 +726,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.html", - "hash": "jaiG/DgbKCgKAEcWs2DqDmKbHNMF1q66CZSKHwKJs7Q=" + "hash": "VfXBJb0SlgBjeh9eh2829Oc1JvuoYM49wLgLxn6Ru04=" } }, "is_incremental": false, @@ -1458,7 +738,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Integration.ExtensionStoreItem.html", - "hash": "4875vrj6HR5iAJdilKk0y0kTUIA9U4ZAWWzwnDf4ZgY=" + "hash": "SigAQ2KDMqahvuMptHGHr2qKmH7izCtsOzB9HuRxH8Y=" } }, "is_incremental": false, @@ -1470,7 +750,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Integration.ExtensionsFactory.html", - "hash": "oTWJr5rsMkUmks7816psJbpqAJxN6kOCEJu0hIJKNvY=" + "hash": "/MjgeaKldbjj6oXK+nn+IBPmN446AiF9jP/Z23m6Pc0=" } }, "is_incremental": false, @@ -1482,7 +762,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Integration.ExtensionsRepository.html", - "hash": "DJAiqoNexq8GrqHut/bGZCLhH7Lv7hpQ40uk25oY80M=" + "hash": "zB9AmmgUokts7LuVPom1CoY/o6u/pNua0uMav/d8OeA=" } }, "is_incremental": false, @@ -1494,7 +774,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Integration.IExtensionBuilder.html", - "hash": "2gddXHJW0rOoTxT/HTuYT0eiBMtu/UuAqY3P17kaGYg=" + "hash": "dUuKzw0Dv3+G7+pSrwm58Ywmb+VonnS4MfEfwNRlvI4=" } }, "is_incremental": false, @@ -1506,7 +786,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Integration.ValuePairTypeInstance.html", - "hash": "Zo0uGyXQITwQPTYlqUsFNSgr64e0wM4aQEV2f3D3Ltw=" + "hash": "K8kLejW/IDcfBle/lp5qtG1UjzHGrPO5wO5FGq7cyUA=" } }, "is_incremental": false, @@ -1518,7 +798,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Integration.html", - "hash": "Hm2JCjr5E1ArWbgy7TDG8Gbo059DalSY+SwyZEmeU3c=" + "hash": "5+uctwZYiRAxhqcpZdjgPQUroc3KhxZvoZQpLEv0pXk=" } }, "is_incremental": false, @@ -1530,7 +810,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.html", - "hash": "qV0Clu7B8FCQJpF/pODG0lr6U8FkHb0mrx2OYB8LHZ4=" + "hash": "wAmALsZX0s1ZFu0quFmGLPM8I4T4gq9Ps13fr9ANsLw=" } }, "is_incremental": false, @@ -1542,7 +822,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.ObjectFactory.html", - "hash": "RUcfQ9VUNDIug2p8rZrB3YuRzvTUDzzZgdBaq25I2WA=" + "hash": "ExUzPINVwCAwuL6bZUiuFpcWmRqorYc6Ph6vblnaNnI=" } }, "is_incremental": false, @@ -1554,7 +834,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.ObjectRegistry-2.html", - "hash": "C1jF7dyUV4/mP3+K3PjzmJQxJlpNHIE96XB7qAfhqp4=" + "hash": "PbPNJsu1DhWaJzzWX1bg1SwQd1V4XmaWUehHZ125s3w=" } }, "is_incremental": false, @@ -1566,7 +846,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.PluginAttribute.html", - "hash": "IqbtyzfXHOWZku1c/dBa/d1A0VkBzgl8Gqg1UkHlEX4=" + "hash": "QtyMWF/hu8MNxBsJimUzt4ZRorsnzJNPCYIjSjF0CLg=" } }, "is_incremental": false, @@ -1578,7 +858,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.PluginCollection.html", - "hash": "3buRvHlbT42D4LrHFsl3TJUD0ThxiPuI9t+o3oOaDMs=" + "hash": "DDNxaBqNkuBlWYtOil4Dh+WjnGiUpxGUSRedO6ho/dk=" } }, "is_incremental": false, @@ -1590,7 +870,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.PluginFrameworkException.html", - "hash": "6H/lD0pB7vVAVp0tr5qbnwrB+VenUukLsDRjvw3K67I=" + "hash": "Jp27YJvlfXkbyMsyKWo+e2/Di+xn9iQwTybmXjo7wxA=" } }, "is_incremental": false, @@ -1602,7 +882,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.PluginId.html", - "hash": "Yww3RUzpxIpgluxqZz1wdANrWA8DJvNEXS4nTt2bOok=" + "hash": "gxLZkwGj2KaNdEwCneIxIFQC0e2NhOHyUMoSrsaLv1k=" } }, "is_incremental": false, @@ -1614,7 +894,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.PluginInitializationResult.html", - "hash": "n6r2m0a6+S0/1wAZF7AIWAFyVGONxoseLLUsOz5684Y=" + "hash": "0OVNqzC/ZbdlY09tIIuzImKF77ehelTyfRCloDHvGCw=" } }, "is_incremental": false, @@ -1626,7 +906,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.html", - "hash": "TTIv1lKbIhKs0RF6KlmfNZq1P3wz9OT6NZWTy4Y7gjY=" + "hash": "/YiiFYFTv+H/8dDUqWCU0z9jlAMenKTm/u9Uz94KkJw=" } }, "is_incremental": false, @@ -1638,7 +918,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.PluginInitializedCallback.html", - "hash": "l7ODwt3UWIW9+1IekIoNkDRZ18UvOi3Uv7zt7SwLqzc=" + "hash": "mXhlKdGlhNgBkJT9fAWoq/vNZubHr/X5erMWSpmLfik=" } }, "is_incremental": false, @@ -1650,7 +930,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.html", - "hash": "Z2nqxrSaOP//2XvOtG94FNvQ0WZQh2s+D7whSzbdBTA=" + "hash": "/FT2a1mEBidRhwL3TeGZYsYFM3GZBhoBkrAv7tDKrSw=" } }, "is_incremental": false, @@ -1662,7 +942,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.PluginManager.html", - "hash": "zq+IL7gRaX02tbPf5VbvZMcv34H3iSQ5L/GZ4OwdHRg=" + "hash": "pVgNKHU6iuXALpCRsyKd+WtxBhwHZwlr/pHTc8XIGHg=" } }, "is_incremental": false, @@ -1674,7 +954,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.PluginResourceAttribute.html", - "hash": "E3fL/cVsGv4L3sOXIGX3PVUtx0IiKSxpLxU1gYPoeao=" + "hash": "6+4/JR+54g1mTEmN/Vs22PDBeX0jc3FTqBaLp+LuHwk=" } }, "is_incremental": false, @@ -1686,7 +966,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.PluginState.html", - "hash": "N2D3H16StQ4SE/94Al7cqUobxH/Np0GkDpSRZnE2dBU=" + "hash": "YP1gSSHw7pxRMejrJ64mXxvq/aTJVLJQDY2DP66lCDY=" } }, "is_incremental": false, @@ -1698,7 +978,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.PluginStatus.html", - "hash": "NJAhPJwp78Ayjz76AivmSLMmn6wzVrlP/j3HZVUxNDQ=" + "hash": "ZCFEqJ4PJYaVy2M52D1YHJUf5D19KeX2Jdqkwl9OusU=" } }, "is_incremental": false, @@ -1710,7 +990,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.SdlAssemblyReferenceError.html", - "hash": "0gdYLiWm45mfYX4n2lbRzeHLd4RUB4uXsE4dGgCX7Hc=" + "hash": "Uu362LZt5HN224st63uksUAQnpmcCyVGU9YWy3qSb9I=" } }, "is_incremental": false, @@ -1722,7 +1002,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Util.ExtensionSorter.html", - "hash": "HqDmSLTor+uDqb4B8eXu2Ig7lhLT4K7vyjwP77DkthM=" + "hash": "BqHdwdlyP/hDGy1PN30TPw2525GhvfwKG/i8HZhwE1g=" } }, "is_incremental": false, @@ -1734,7 +1014,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Util.ITopologicalSortable.html", - "hash": "pR8qMNjfoNhsNFfmUpk/f8+K6ggZqcsr/BCzkgdRSAs=" + "hash": "ntsYeesiN2/1faDcnq5T0ybzSJ64wlubJURsg4AaK7g=" } }, "is_incremental": false, @@ -1746,7 +1026,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.html", - "hash": "s+KHPcNuTEhBcPHbgcceduxKb8K5gvQs50d19Ip5OFA=" + "hash": "C04q8YIDf/kILmF7wcqV0JjqnX8nn1mlRZbbcXuemME=" } }, "is_incremental": false, @@ -1758,7 +1038,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Util.SortedObjectRegistry-2.html", - "hash": "BL/tJrMCjshKDdmLNpkkHXFWWtqBPkAYjN27gX0iDuk=" + "hash": "b4vGXQEp7gtaqcS+sxMAYMEnKUxZ0A0RbmpSkT/gbRQ=" } }, "is_incremental": false, @@ -1770,7 +1050,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Util.TopologicalExtensions.html", - "hash": "fhx/Xg0MfuEYLoDEmBmO/qRcKeSQGhRy6fhnz7CC9xU=" + "hash": "gHyFlkOljgwAHGVqXefGCKyxL6HsmYbUzlisPbU2fD4=" } }, "is_incremental": false, @@ -1782,7 +1062,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Util.TopologicalSort-1.html", - "hash": "3We77Ecwh9/nBTOnP2hfT6EXgcQ5Cee4XhSbkPSU7a8=" + "hash": "0b+EUaXSsbbNNL172bTkwD3bLYeC7rEkUa3+gMoMwAg=" } }, "is_incremental": false, @@ -1794,7 +1074,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Util.html", - "hash": "LBdOfXTkENyD3Mg7/mde5M+t/usbf86kEybxDtzKSKM=" + "hash": "7STKMekZvCXCdfv0DmT0ILNEijm4BBYJpAOq6gaJSF8=" } }, "is_incremental": false, @@ -1806,7 +1086,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.html", - "hash": "XjABNcvD+aaIx1/C5ivw+pCg2/YGwL8T5H5Jv4cbO8k=" + "hash": "gPFvD4AuVRJUAv9ShvG91ULbffYA7oB78YSRMDsjSfA=" } }, "is_incremental": false, @@ -1818,7 +1098,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Validation.IExtensionAttributeInfo.html", - "hash": "QoNvSD1ByZLcVmvFsW3o0aU0F+JHsh8lJc1YwaxmYUs=" + "hash": "/m93bZAlA70prgYs3Bqz/hTdWGrYDwxHlXg6TYWwNSo=" } }, "is_incremental": false, @@ -1830,7 +1110,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.html", - "hash": "PZWQd8ChLd+wo2cW95lP/DBVVZ6WC/BuEEKS+V3zwiY=" + "hash": "vLyaV0zZhI/rwcqWwKUIpjJ0vdY+nKpHiioOLBTwkWQ=" } }, "is_incremental": false, @@ -1842,7 +1122,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.Validation.html", - "hash": "AtfksuVwBJHIvGP5kBsM1rgD/TieuzZSec9p5JjzPd0=" + "hash": "c9WQBd2Z+QC898nDg5iwuafwEF/X5Xx06GqpaTM8ry4=" } }, "is_incremental": false, @@ -1854,7 +1134,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.XmlPluginCache.html", - "hash": "QsBUoMIdpguv4J59ZEe6YeUT+qTTwDCe1fXpQQv5yag=" + "hash": "jg9jzedQKoiwd3Pd740NoRkyDB+ugDSoT3IkQoLP7oo=" } }, "is_incremental": false, @@ -1866,7 +1146,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.PluginFramework.html", - "hash": "lnMSZEMaeW0qaF5rjbasKog2qrNwmZSPrUs4xhQB2MQ=" + "hash": "ArwdbrccRFIfEBjv+D3i2dO2L1X46tJKysPnZx7i0v0=" } }, "is_incremental": false, @@ -1878,7 +1158,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html", - "hash": "kVfBlxRS5VCCnPjRAGbGr6YIrByZUq16+UYZ1Legn60=" + "hash": "0ldJ3Bd8h7a2AdRf7FmRwPo3zB2lO79a1RN9NeG/wm0=" } }, "is_incremental": false, @@ -1890,7 +1170,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Settings.AbstractSettingsPage.html", - "hash": "DXFu/YRFaorAuvmT+xM+3znx5N9deSVESnzHO0K6zEA=" + "hash": "whUdi6rpUrc61Gm0Amkid/9MFJL3VuchVBRwMQzkNKg=" } }, "is_incremental": false, @@ -1902,7 +1182,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Settings.ISettingsBundle.html", - "hash": "ZKtenNFSqyY9nML6iy8D2XmEWAsMhY7cZ2KDJMXMTRQ=" + "hash": "Tq81dkOJaCfYHPZkz4HQSGexMJ+xiWgiqldsvtuJBtw=" } }, "is_incremental": false, @@ -1914,7 +1194,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Settings.ISettingsBundleAware.html", - "hash": "yrZBj7IpypPgq0F08AILabl47E0n0PEPTUWAaDZZ1Wo=" + "hash": "ukvqCyXzjxffUqp9zNGJgzKKpFRPqdfZ+cqFHjT1Cc0=" } }, "is_incremental": false, @@ -1926,7 +1206,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Settings.ISettingsGroup.html", - "hash": "Q9/bc7URKoU4Ds/sWDQYhi7utAUv/IXU0rTwT20lnxc=" + "hash": "oZnzS2JSe6KMHW8kmDdPcZjDDtap7PE9E1cWlFbyNoE=" } }, "is_incremental": false, @@ -1938,7 +1218,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Settings.ISettingsPage.html", - "hash": "QrOeb5oWLX2+Pb9YFIXKvUgdCefywvXrpKnx5yKP11Y=" + "hash": "l+M/2+ZYg3AY8MkrNY8Md57H0BxvvHWCbkUaPlNZHsk=" } }, "is_incremental": false, @@ -1950,7 +1230,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.html", - "hash": "rldN8m4hXXm0+06xZJzz349GHUJAJDAJjMhfk87HFGI=" + "hash": "XyRQKU1Zui8UlqJViTF7eX9wVQA43vBeLglRi8XGGQA=" } }, "is_incremental": false, @@ -1962,7 +1242,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingImpl-1.html", - "hash": "2EboT39A5wAPzabSaPkzEaCrQg0bPbSZqMDV0F5UCfc=" + "hash": "3TXoYNJa3vdP+Vdz7kkda0latDTri8SLE3mtnU3gsOU=" } }, "is_incremental": false, @@ -1974,7 +1254,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.html", - "hash": "kCTqVZ24dplY+SmsAh0nGJYMXyzO0iJ4d1drgBX2ZiU=" + "hash": "Vo0iQDuHz8sd242eMpxXHHGmjpU2B6D6E4xcDOBYFJA=" } }, "is_incremental": false, @@ -1986,7 +1266,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html", - "hash": "LakaHvKtR7YK266/GmsYBbVBpJHtBYpUFSfpgN88nio=" + "hash": "VyLv2qnewJyG6vFe5pwkNPRV1WocTJb2cK1sRmzkwOA=" } }, "is_incremental": false, @@ -2010,7 +1290,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.html", - "hash": "VNIEHp1tktkX77ih2BofTPG/Yd/rg0Q54qzfwDXAtys=" + "hash": "AMhGE/iVYWcoYi+Wqh5Mh4VxFqMWDHVpwF7h/kj/h04=" } }, "is_incremental": false, @@ -2022,7 +1302,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.html", - "hash": "JIf5Qd6YF+SLil7bXglTdtlzQU4lSexezKrcQt4yyDc=" + "hash": "GQZwD/fgTKTRUe3n0j4w3RhOHBuTkoOr6GyVI1s9aE8=" } }, "is_incremental": false, @@ -2034,7 +1314,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Settings.Implementation.Xml.XmlSettingImpl-1.html", - "hash": "a050QRKnWhVBFK3JwGTZFc2EW1MEb9JdIIpZPPq7X3c=" + "hash": "k0G+Uj0PMSRdO+8tvYssiQWTnDUpv7CQUq9O3cws24s=" } }, "is_incremental": false, @@ -2070,7 +1350,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Settings.Setting-1.html", - "hash": "+pWrub9m+KulECeAByT69/N1ZFkwe80TVVxQVteN5KQ=" + "hash": "76Sp6mpLQYh6cuiH/8n5X7l9daHhB+PDu/xCsH0T2Yo=" } }, "is_incremental": false, @@ -2082,7 +1362,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Settings.SettingsChangedEventArgs.html", - "hash": "US9LaogLNa6PgOTz5hJ8nDg8SIL2pCzLuOR+b76B62k=" + "hash": "P8gSH2dz9pYec8efOhsA3dHNG0D68CdvPCvxC1AKs4Y=" } }, "is_incremental": false, @@ -2094,7 +1374,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Settings.SettingsGroup.html", - "hash": "7k5lrd34aU0KwR8I/F/HHjPiRlrDw6aFZrFYjCtxilU=" + "hash": "JdPk3nIrZP4hNZoJXgeoQVgsecenbjq5UR9ccPp8aoQ=" } }, "is_incremental": false, @@ -2106,7 +1386,7 @@ "output": { ".html": { "relative_path": "api/core/Sdl.Core.Settings.SettingsUtil.html", - "hash": "ODgYwTNipU8piPJJY8h694d12c97d5SbLweuKS8QHtY=" + "hash": "ARXKkEKtlukcQeap5FJqzYbc1NAt1UNwABIED5bl4Ls=" } }, "is_incremental": false, @@ -2130,7 +1410,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.html", - "hash": "H3q2esxCqG8ErMHmMgVrebro6OSV5DxqS9tGxvnBGdM=" + "hash": "1J4j3yGJ26pr4TQtJoOE7gLOE0/uCZEUn97S9OJSKNg=" } }, "is_incremental": false, @@ -2142,7 +1422,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.html", - "hash": "4WiP7WDRNbvZOOsm3thqxJ7Oc3x4bqPeVUM8fKjIxdo=" + "hash": "KGHozqzuQTkpfe4HnA9+sImuld4ypcJQo38WBvDUMbA=" } }, "is_incremental": false, @@ -2154,7 +1434,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.html", - "hash": "Ye26Us18pi+fWB04TTKqvVhEPh5F3+EJ3ywGuULyuH0=" + "hash": "RJbeIJVcOeRDZHho9IH20f1FDDehrWachTmMuhyIBuY=" } }, "is_incremental": false, @@ -2166,7 +1446,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.Properties.Resources.html", - "hash": "SHCiIIXshdZ9bTTRlbZf0NgbQJzvQkIxZb2Xic0Htbc=" + "hash": "jzrFqVSKcHBsMLZkOSJ0NxXtmmrvXg9gMKNuxoFcK3I=" } }, "is_incremental": false, @@ -2178,7 +1458,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.Properties.html", - "hash": "1hO7hTrhoqSav7GHXBU0ZMU76A0hhulCju27VuqouAk=" + "hash": "XoKprgqMP0GjYYWrmi6VonWxPkhA8fpjyFREu7+Pr8Y=" } }, "is_incremental": false, @@ -2190,7 +1470,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.html", - "hash": "8xsAQwIi95FMaDYlhf1+6Npxv0FxAA30MVagkaRw6MY=" + "hash": "42eHZRmisCwFHvnC7iJdMvfN5MFfTcGAveowY0GyaGc=" } }, "is_incremental": false, @@ -2202,7 +1482,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.html", - "hash": "DZUO3cSODfDNvhhLFmFjqPL7UOolhBPbZN9nxZxznOc=" + "hash": "OAuxSeZpOcNreAzhoXGaPXgzNUUPukmbD1ulphr+q5s=" } }, "is_incremental": false, @@ -2214,7 +1494,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.html", - "hash": "QnDrFLaGqVqm+O3RQJTDBpewDBz7jOk8efnSCQLkro4=" + "hash": "zPFk/lt8h+zsk5LCX5tWXqlLXI/dXibb8lyjiidXgUE=" } }, "is_incremental": false, @@ -2226,7 +1506,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.html", - "hash": "Wvn/FmWWHdF4KR1RmHTXpaCcTixGE5EZPWHQ16ssoJY=" + "hash": "a0A6mEjgmT2JmcBVTs7q09DuTLKPNTkxzURZBC0nhwg=" } }, "is_incremental": false, @@ -2238,7 +1518,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.html", - "hash": "0w+ZC0whoNKFZslEdu0/4Gr3rjtArY0fxsbywHsuTV0=" + "hash": "QvKPxvrD4ekzMCh7p6K60RaVGh8/FtJDrjCZvYwzJl8=" } }, "is_incremental": false, @@ -2250,7 +1530,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.html", - "hash": "Nnb+N+HuwlO/7p9cDc6M9wptpjFqsEfiU0CJKKSteRU=" + "hash": "n9rk4fujGtIlAD45Tf/MbEy4heU1IDSRmj3nqg2UZls=" } }, "is_incremental": false, @@ -2262,7 +1542,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.html", - "hash": "WATiLAgJZw/HYJoOLMlz7l3VPXBZOA494+1w6wEBKV0=" + "hash": "eEWFdLLpNAJmf8cmfcRMEmZA1AGqVl0IMxORsCrB/aQ=" } }, "is_incremental": false, @@ -2274,7 +1554,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractDataContent.html", - "hash": "HymZS6zSh3mg8NgOpdYJgMPM1mU1AS+T7MeW4cc//rs=" + "hash": "JbvHR+Mr4v+8HW1eMhPugBd/yOJrf1Zn2LGhxB3d33k=" } }, "is_incremental": false, @@ -2286,7 +1566,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarker.html", - "hash": "tWwSdGOEeazRlBrnrbAm4DgxbE5LLUrfkPx5VzA+u4k=" + "hash": "qhnQl6ni/OL9uSRkhSfaJ4o63k0vnNKceipeK9c6fb0=" } }, "is_incremental": false, @@ -2298,7 +1578,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData.html", - "hash": "D78U3srVoXAwsK+LUIONCK65gU4HiLVNqWuJy9LeUtE=" + "hash": "+hOSqK1+JG8d/4Dw+PO8LrLz+wC+1bbUm9c4+qvE/GY=" } }, "is_incremental": false, @@ -2310,7 +1590,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.html", - "hash": "mUfXOophnGQWttFA+8OpP6hSAc5QtnRLXRWCxK65n74=" + "hash": "oTXpIYs3f3cgpe5HT4oLYN7JmSkOK37V34Y5gxpv208=" } }, "is_incremental": false, @@ -2322,7 +1602,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractTag.html", - "hash": "WbQ8Tm6165GdzSQkLk6WrGZrfiuXYzNFc84/EQbNdl4=" + "hash": "5UmSsFhE7eEdFoxxqbrydImB0N6+iSOWFMeEpcEyiT0=" } }, "is_incremental": false, @@ -2334,7 +1614,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler.html", - "hash": "NrGEwCXlWPOW8WFU8Z4cQKe8x73SfOp5cnMp+SBNBg0=" + "hash": "rPVkL76Q/t+3ITTXlIaa7pAQ6opfNRS9q3VbpzWYl7E=" } }, "is_incremental": false, @@ -2346,7 +1626,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter.html", - "hash": "dC1w/SYtVDErcV+fTZ2bBHkZeua5sM04gZKzxVXTl88=" + "hash": "9eWzzF1xDqNVRtFugty+gwW4gqQdeSyIwRP1QockjZg=" } }, "is_incremental": false, @@ -2358,7 +1638,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporterWithExtendedData.html", - "hash": "gJoxcgmPAM+QQ0kb4snCv4IX9wmzr2ycuq0nONvlI9Y=" + "hash": "p/QUQ47sCWagGptcpYMF18y4/vuwGVdLR/VDFKtdrS8=" } }, "is_incremental": false, @@ -2370,7 +1650,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentProcessor.html", - "hash": "Tnz3pG+78mqneiahGYxXfajNQAtAqKOcO8MB4zf546c=" + "hash": "DmH7anmAi2yRo+ta4anGxEGlMWcSN1jWw+MbOI4Zstw=" } }, "is_incremental": false, @@ -2382,7 +1662,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentFileWriter.html", - "hash": "wVDV8i8ZAq+eGxMuX1SSzKmtAoZ5gUfnK1Ue6tn3OPI=" + "hash": "wKKBwly9H6GQNbiqFOuOpGSoQRF5fq7OQAlt8ZLdBgw=" } }, "is_incremental": false, @@ -2394,7 +1674,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputProperties.html", - "hash": "3AfoDcN+DMlYd08r6xEWQRyJnmU1Mqdf4iE/OicGUzA=" + "hash": "ejyl0EpweitJ12Q24gbwU6/JW7umL3Gt+tZn0YI/SGY=" } }, "is_incremental": false, @@ -2406,7 +1686,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputPropertiesAware.html", - "hash": "ppvpbBvqysPYk9ydyyxccWKreXzAy3YyES2Rx8dwIgs=" + "hash": "Q2ToHSdaOAdT9ktJi2qDqXdd+OI/4RxWjx5ImaU5voM=" } }, "is_incremental": false, @@ -2418,7 +1698,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentParser.html", - "hash": "GqMQCHr/kq9JHMeK9UcbPuSfqSIrWZ2n9d/oOQPhNCw=" + "hash": "RZ7iF3LOiysr5ZW9X9MiB4hQKUed5uOh7KbfrU8TOhY=" } }, "is_incremental": false, @@ -2430,7 +1710,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentWriter.html", - "hash": "RgchRfoyKQlacsySJNllP5OR86gflt/F9d04D/dh0N4=" + "hash": "F+PukeqGYgo3bn+9Bflt7G5X1meHFrU9+n3cHFZqNXE=" } }, "is_incremental": false, @@ -2442,7 +1722,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualFileTypeComponent.html", - "hash": "x8xq+PImyGjXffM3JOPNHt/ophaR031Smq1MOhwq9NE=" + "hash": "0ZXlKftYVFqtTSVLf3CKONFp/MJcdvOsNCATiVHyWxc=" } }, "is_incremental": false, @@ -2454,7 +1734,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualParser.html", - "hash": "itiC6w3lXDJWWm7quYhFC4/taX505p2pL1jeQYMqpsE=" + "hash": "xutWeGWAK19oNj+G2bG+fr9aOmvEvU2Ielxtydv2+NQ=" } }, "is_incremental": false, @@ -2466,7 +1746,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualToNativeConverter.html", - "hash": "LDFzqajG5wFGyKIaUGqwaJ/DrMoO6AN6aCYwlNXx99k=" + "hash": "3KJoBKCcJYDwk0Sx7oqM7VbFs8yTRlRG0gzU8kAzEvg=" } }, "is_incremental": false, @@ -2478,7 +1758,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualVerifier.html", - "hash": "POg8l5GLupYFmT0qhnP4X1j77OygFqXXBVni/dAF8Oc=" + "hash": "6HbL2HM4FYX2+D8UcVhGBRFMB3tSjzSB3YRpRSRnIJc=" } }, "is_incremental": false, @@ -2490,7 +1770,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualWriter.html", - "hash": "wYsvOm0C3qRY6Cpu+eJ/PhkZTuPT37gFUcFmm2emCuU=" + "hash": "yRgc45wwDe1CHGIVXahujIeesyW+JS7DizZn11xOSC8=" } }, "is_incremental": false, @@ -2502,7 +1782,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ICommentMarker.html", - "hash": "XSEdZT2oyV2vPEN5DhozZ7psoZ9r8pis5l+ImAI0W6U=" + "hash": "drboVj8CLZjPqnIc0bOaNbLsZfCevWY5sZiKjAGy4eU=" } }, "is_incremental": false, @@ -2514,7 +1794,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentItemFactory.html", - "hash": "DFZ9gFqiZ1yN32j8jspRjCKELf0FEoDSW3TDNDupHbU=" + "hash": "A45FLkIjPWjoCxBAVq5kj9OtRTeRk8vQXlA70A+knY8=" } }, "is_incremental": false, @@ -2526,7 +1806,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties.html", - "hash": "TyqJ3BdXSQIdL4KEbCGTZrYYnoBVuRlZlB23rjRudk8=" + "hash": "c/ytRMczgAkDxlHi8qT4jFs6CPlCk8b6X7qitgC5CfM=" } }, "is_incremental": false, @@ -2538,7 +1818,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties.html", - "hash": "c423NOAsrUcqpjGjwQY21X39+z1cwpPElvr1YNdDb6s=" + "hash": "GzA6Dl/Bc4UIJnv19CdepqUfpY0Y28Fy1nYankSK+yk=" } }, "is_incremental": false, @@ -2550,7 +1830,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILocationMarker.html", - "hash": "npmUzM0vckj1G1CMIVFcgxU5OpjX4hy7ki+nMzK0TyE=" + "hash": "mmmFHknbHoVTA85t5cf21ck2kJjVaZoqvqrV/9b2GR8=" } }, "is_incremental": false, @@ -2562,7 +1842,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILockedContainer.html", - "hash": "tcHyNUqKdcU332AeALI4SG3zBbkp3hUM6ii8lXD5w9s=" + "hash": "/E+LqPLYU+httn+wBDM0YvyoANPV3IGN8aeGafW1lrg=" } }, "is_incremental": false, @@ -2574,7 +1854,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ILockedContent.html", - "hash": "+M5mEW4PADEVriB3Avq/LwujNmoXraNXzzRqxfmudZA=" + "hash": "Qbakg8sS26/BxPdJv/wDq+JEeR6TqJTAb4X4xTpf1zY=" } }, "is_incremental": false, @@ -2586,7 +1866,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IMarkupDataVisitor.html", - "hash": "OgDgyh1JTDPlcEBIarz2q4r7XVEUAInOKlVl2QpQadg=" + "hash": "rTPTbpvjt/KpWzdUjtpV4CYCt141n0Oat9bb5S15W/M=" } }, "is_incremental": false, @@ -2598,7 +1878,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.INativeToBilingualConverter.html", - "hash": "y8z4fRq3L3EcZJnM6Jy1nRMdpTLk7ePiwaD0fWBUkoQ=" + "hash": "VpXm/gQvH/YYfwYhcbOD5HyTorijhJbOWcigu4jI0OA=" } }, "is_incremental": false, @@ -2610,7 +1890,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IOtherMarker.html", - "hash": "XkNfCduc4i3CiokIxDD5tEXS5EhrLJHiFaam/VsgVZQ=" + "hash": "VHKxkQxr4w7crJ0p9aiW2cxEqClIPUSoXuwCUk4dccg=" } }, "is_incremental": false, @@ -2622,7 +1902,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IParagraph.html", - "hash": "FqwcKeS0bFlLEgGM82rcbbRLTEqMDevSEPkQ+ah7BfM=" + "hash": "5osoq2mm6FqnR5u33XlikDS7YWn54v47xlfsnSdJ7K4=" } }, "is_incremental": false, @@ -2634,7 +1914,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IParagraphUnit.html", - "hash": "yQ26/TyJ2jL0kT4X05T6viIotQJZkl2jt4+V2+VuEw8=" + "hash": "wEEpTA2EaQBcszhg9ZYnVWpgpEAR5jY5wqTIkzx2hzM=" } }, "is_incremental": false, @@ -2646,7 +1926,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IPlaceholderTag.html", - "hash": "vFU6mpk6D9O0YTdEAV9save+/QK28YwUXl5iLOO5A04=" + "hash": "Z9GTWLA+d5rP0TTXzh2sxdV5pkyyF4NhwcYflBtMWag=" } }, "is_incremental": false, @@ -2658,7 +1938,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRepetitionsTable.html", - "hash": "4ZngZIFLNqyKltNq/SAofo7tCG0BIzveE3JWXEc7tdE=" + "hash": "xjm5lxlk1l9tvR0NQhYqCTrXH0ERxlEYQVN1BORuRmo=" } }, "is_incremental": false, @@ -2670,7 +1950,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRevisionMarker.html", - "hash": "3x6aOlPphsnGZO/EO7FM3eVO0UlRRXuSvNzAX5MA5fA=" + "hash": "iM+e5yh+lH9OZLcoVFse3+cTA9N6tvPdF09zkpmKydI=" } }, "is_incremental": false, @@ -2682,7 +1962,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IRevisionProperties.html", - "hash": "0CSUd7P4/ctf5SXJmU+x04CTBmdFC1UJ8/6iZp+SjSU=" + "hash": "kXW0pa2o4aPj/LF5mTWJr40WT+sCFIqjlNT58btX3+g=" } }, "is_incremental": false, @@ -2694,7 +1974,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISegment.html", - "hash": "S7spxDDQFQJx77ZpTDzr256k57QnhQF/ENUtj6kFh+Q=" + "hash": "yv+k0atmC+gm21IwvtI5AVBq6/ajJh+gNvxYX3z/8cg=" } }, "is_incremental": false, @@ -2706,7 +1986,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair.html", - "hash": "9zgurGK1vMxi/CDRhbrf0exK/Qe7AtnwHtqRyuTG190=" + "hash": "Qv5f/AU/1Mr3bFL5Axz3Y0YXPVjYqz+XL81O/dmNOQY=" } }, "is_incremental": false, @@ -2718,7 +1998,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISerializableMarkupDataContainer.html", - "hash": "x49LxMBQdUULSGaPwXc3GLoYorVENeD7A+IbHHI+mjs=" + "hash": "zg+bdjq1IiQTmkxiYta9fuNfQRvucbhxVhYtABfsGek=" } }, "is_incremental": false, @@ -2730,7 +2010,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IStructureTag.html", - "hash": "CRP5Vsn0xqeUa4z+/6e6loogsP8a94MTFzdkycWXfPQ=" + "hash": "9j7jOLnN2TCyJvqqh6686qJ7buPAAlCKf54sN3nUg7A=" } }, "is_incremental": false, @@ -2742,7 +2022,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ISubSegmentReference.html", - "hash": "V+8vdrNnkbSelXS6dtJn3XGaCfbCNnP6/IFqlHQZ1KA=" + "hash": "OriD2KKxNl1/SSsAIFx6MUarO0BJIyxq6MW5htaZXHM=" } }, "is_incremental": false, @@ -2754,7 +2034,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.ITagPair.html", - "hash": "L/BoLhw3IMbLD3AlQlZbjYqxIE3q/1zZ+Ca2JP9OYg8=" + "hash": "DwmDFosMzgkdGcYWKroomfzO6jweGmhSETtOUPRQ0fM=" } }, "is_incremental": false, @@ -2766,7 +2046,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IText.html", - "hash": "59A+q46c5z4P4ynB40C5DosDoKVTduv63J+Et+uEMSk=" + "hash": "L8EOhSpx8RBc4+yX4HYBJyZDlYiwxEBf9kfuCZdhDeQ=" } }, "is_incremental": false, @@ -2778,7 +2058,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.html", - "hash": "uKXpAfaPLBPcXuaVSRTaGrJhmdE1182BBYFAUcM6ea8=" + "hash": "QrOxbNJz7XEOn02ive/4Dud85XyHaaTXUTFndLujY1s=" } }, "is_incremental": false, @@ -2790,7 +2070,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.Location.html", - "hash": "7U0fNigT9YGs/z10LNKPvHyzHhKDwXAxzp3nlflfCrc=" + "hash": "H5zwhdEDg0KTav/guiB9QRk3I+X2H0l0AOvjO6IRMgg=" } }, "is_incremental": false, @@ -2802,7 +2082,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.html", - "hash": "pf+N7NJjk6+EQ8q55XZzhqMXe3mVeJb6QsWmL4cnS6M=" + "hash": "cwuUSJ50IesQeu4ERgRdNshAT1xq5Ci677tgxWaFsbg=" } }, "is_incremental": false, @@ -2814,7 +2094,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.RevisionType.html", - "hash": "KEpA4xUHs00QYvZ3kfSpi80z3aJ17NO0gB75JZlOlH4=" + "hash": "wBCuM8HZz15ohmBBKEwaEKOydV4Q89oBjKUx2A9/xgM=" } }, "is_incremental": false, @@ -2826,7 +2106,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.html", - "hash": "zPumHi37jZt6QdjIkqqmQOsN1EelRhPTfpKiqIYMtjU=" + "hash": "OpcBGvXInjRjSBci9etAS8kQHlF34RUJYkRoLLnLtno=" } }, "is_incremental": false, @@ -2838,7 +2118,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.html", - "hash": "dixiMTBm9mDx2DiommWcXTdSOLj/bTvgUybb8DdB3z4=" + "hash": "ZM8SU3xkEhX7jQMALQqhAuxfa1rlO5x0xsVDdXV9z3E=" } }, "is_incremental": false, @@ -2850,7 +2130,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IFileTypeSettingsConverterComponentBuilder.html", - "hash": "3lCDqdhn0A4Sz52UhoPRFcPew8CJ8RUUrPKhQEWrJTY=" + "hash": "2qkyM4BQhd2bxXSqWmUp37Q9JhRyuByoboLSPZzOZU0=" } }, "is_incremental": false, @@ -2862,7 +2142,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IProjectAware.html", - "hash": "bXIPBjvEaea+pMBSmlZRz160/LPDKi35AbzsR8qhtx0=" + "hash": "SKDRJkJKla/N7AutsTgxa431YNPDSmRWjmvNjT19ta8=" } }, "is_incremental": false, @@ -2874,7 +2154,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.html", - "hash": "hYPJ46v3Vre3HeDxfxDI6/6C4lip8AkfvTbo6K0AgkI=" + "hash": "HZyA5A0RbNyrkkK8OHAj7OhnIq3QGWhcFza3ghpMpAY=" } }, "is_incremental": false, @@ -2886,7 +2166,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage-2.html", - "hash": "Js354v3iGKqnVBpwEGesVK3uOWwUFKsIdS7aUypwZKk=" + "hash": "DNQ/XZUyJqeXHpjA6tr6/NNCr3PVHqUBMHMG5bbCih8=" } }, "is_incremental": false, @@ -2898,7 +2178,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList-1.html", - "hash": "1CzKWMVWwYO0X4cJIFKPDVX9Di3BjfkHO4MUwmzdGOM=" + "hash": "VpAAtrbUcrWitV3Cny2FbWxSayJOtAei3tZy5P0u6YE=" } }, "is_incremental": false, @@ -2910,7 +2190,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.EncodingConstants.html", - "hash": "op3EGiHk4lBirguFUKTa9CnZgU+VlX7al5Fj96+UYlw=" + "hash": "Z5JaBOPQDPCCHXFhinQYn/doxF8gXCSgRqiWNDvB8BY=" } }, "is_incremental": false, @@ -2922,7 +2202,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.html", - "hash": "lMVQ/lcNAsBM/hiCnGhhtupqKbbI7HqGbk0UaaHlG24=" + "hash": "wjtj34a/zpF3N1o7mWyXeeBreIw0owXZpA1yG+L7bq0=" } }, "is_incremental": false, @@ -2934,7 +2214,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.html", - "hash": "sa6OsuqmMDXjPtRhRxN3hx5xYWdCFuYBZV2RVvX8WpM=" + "hash": "M+/Y7q/MpeIO+7Wj8iNsJOY9NcWybDjHnNMygPmUCMo=" } }, "is_incremental": false, @@ -2946,7 +2226,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.html", - "hash": "TPn+FH5pjV1o4QiPFLTw7nlbzLXN8ZpWIYnR5cPdCHc=" + "hash": "0LRcoQ/BbcuQKbnZX1oj8FMCa86Z1bUXWIhykCKd6ag=" } }, "is_incremental": false, @@ -2958,7 +2238,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.html", - "hash": "ypJWDBwsf7ASdFlgcHujrKzYk3yDFeyoowf43XgkDOk=" + "hash": "QIAv9AActw2A9jQDGBtzdz6f4eBD4nGgeSPxcATwOww=" } }, "is_incremental": false, @@ -2970,7 +2250,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html", - "hash": "LZz5Bz1B8LRQMxQ5UHcYZ/A1T+K0T9CAzSwfCaA15zU=" + "hash": "MbQ9L7eSK6I8OTnORz3m1ODYM0nXzvxQoi0y4vDj7f8=" } }, "is_incremental": false, @@ -2982,7 +2262,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.html", - "hash": "98nVGN3n/1I8i0QbbU3jG0fZScFvewaEUwYoiBFUtoo=" + "hash": "tmTTGTSteHVsxYUFsZjZ+v0h3WKU7ED/CH7DfH4gS1U=" } }, "is_incremental": false, @@ -2994,7 +2274,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.html", - "hash": "sspJ2wZnOqppuyjDHzJSWZb7K17PGhKTsbQfX8wfB7o=" + "hash": "W8WXJPkHUqNXVjN3qvwGdkabgmzeOJoyV0rVdsmsfy4=" } }, "is_incremental": false, @@ -3006,7 +2286,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html", - "hash": "Uamg8orcWsqamfTw9uV9ULX8oFBj55ZhVal0nNASmN4=" + "hash": "Iae1Hf2Q+Yh20pYeUOqjT4pESm4Rq4AwNStDan6mA2c=" } }, "is_incremental": false, @@ -3018,7 +2298,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html", - "hash": "nxDs7iosgyDqlIGZ+mfPAsmD0BBn+/MR0ojT3rKJ32E=" + "hash": "wiBoG1wS3WueUj2Fg1yn3eCpbDWAmlJqhai6Cx+8oaA=" } }, "is_incremental": false, @@ -3030,7 +2310,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IAbstractSettingsPage.html", - "hash": "eGfjzZaxTnHMWl0uJxZS/HMadnAhwwsk3qn+YYBuiHM=" + "hash": "v4Qu2J+hjzGZq4ngD5MoDy6qBI49koPFIj4VpGofOTI=" } }, "is_incremental": false, @@ -3042,7 +2322,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeConfigurationAware.html", - "hash": "9y4wcvOfUrQ6TUftpKXaixD+uue0E5r5Dg9BdKHDrHE=" + "hash": "4Z9+Nrn2E2zhgyfE2NwtrIsbE2rBs2WkaiEaQk70ErQ=" } }, "is_incremental": false, @@ -3054,7 +2334,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsAware-1.html", - "hash": "n7jxQ3kjo8KHz3o+FUAJ7CtzTdkHlWohnaW2jFLruPw=" + "hash": "rI06Ztbw0iufD9vA/iFli4C7rrlAVFJYo1aX0Bf3TbM=" } }, "is_incremental": false, @@ -3066,7 +2346,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.html", - "hash": "8oBB7JF+Li8L2XjjpD2WgJAG37By+S1ziaCWuSQjPwQ=" + "hash": "BnnePKy8PjS5laMcx7X8J+HlDasMAcOoK19+ODVRpiY=" } }, "is_incremental": false, @@ -3078,7 +2358,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsPage.html", - "hash": "4bUS99568JeOCUHhvqx6pOZQy/voIO86cfALjgPSdcU=" + "hash": "9XqVUIQ4mNX2BBnB0CODKchOFQe+IWKytF6fqo02KT4=" } }, "is_incremental": false, @@ -3090,7 +2370,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.html", - "hash": "HIXu7CMbM4zmnMEh7buQBGFzpe5Cmwqi8HT4NzrXchU=" + "hash": "QKBIejUGVONsfl7hLUP6hy3NaxczRA4aOfDS6pTgbB4=" } }, "is_incremental": false, @@ -3102,7 +2382,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.html", - "hash": "vPke++hZDn/O0kp1CUE2nFhdpyRQjB2FcA9GnqgFnwM=" + "hash": "Yp96OuHoQEe5ZDebQ2j4L88P+PW3SlrB01V8TS3RQqI=" } }, "is_incremental": false, @@ -3114,7 +2394,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.html", - "hash": "fVohWuIGDWU3P5fmyBTvR+H+ToRVCyA7Das1Y8plQus=" + "hash": "Ti2g39Qy2KQoG+M01GOCTpVxWgqT5+hQqeneerRrur4=" } }, "is_incremental": false, @@ -3126,7 +2406,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.html", - "hash": "ZfcNSCT6b8tjOM1fesAcxCZyyzPvYxxjVGOGGR+qCFg=" + "hash": "5tPaINd8jPpNZ20OeEWLZwlNt9PfzPISnfBNRbFylKA=" } }, "is_incremental": false, @@ -3138,7 +2418,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html", - "hash": "SKZ1avy9A06AJcScqfFjL7E5htZOkk8Xqx6Z/6j4XY4=" + "hash": "DTE+SFOEh9aD1rk4o4//lPM+xBxDu1id+t+oMRwcSS0=" } }, "is_incremental": false, @@ -3150,7 +2430,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html", - "hash": "TGRNtwvqf9L54eMn77WqkGxk2DXEWWsj0eO/aIQsluc=" + "hash": "hhqi0k1yZnCP5iC3Ku1Y+QnpEjap1ScCZV/xEuRfsPI=" } }, "is_incremental": false, @@ -3162,7 +2442,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html", - "hash": "mD4tA/oUu6wf234DZR2wPb8cKpRj9XNKIEabKX+M50o=" + "hash": "o8GSU/EeUm7vinSTPzdLz1h5YQUqYUno3wCyBni8yIY=" } }, "is_incremental": false, @@ -3174,7 +2454,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.html", - "hash": "PKHdxiMH3x4JhLlSZM1SucAbShl/NMutecNO7xI8uXk=" + "hash": "LKwVyIodLNEpWuTx7UscftSWNYRe/rVVN15y07o516Y=" } }, "is_incremental": false, @@ -3186,7 +2466,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.html", - "hash": "W2ocpg79dff09Sx8NfbACwOKzrjxR6uAMoIAb2KjPTU=" + "hash": "fzzjl/UgkJz5qxKk6FtNpdcYloQMXoqPKIRTsqhz+ds=" } }, "is_incremental": false, @@ -3198,7 +2478,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html", - "hash": "OWzr/TZk7TsH8r1OhhYNt4F96h6rDdz6RrW2N+ANroE=" + "hash": "jl8y1Abo0aLaN3p+pjbKslkXJiLFnG6DfYvGBEhc1Mk=" } }, "is_incremental": false, @@ -3210,7 +2490,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.html", - "hash": "3Yo9vg0nuqI5vUxE3fHbcVD2vDEXt/jbocLsR1G1YPU=" + "hash": "xTsUHn8Bsl2VMaX5lo8YUu7CrrePeSIZcGG277dKTPA=" } }, "is_incremental": false, @@ -3222,7 +2502,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.html", - "hash": "JriyGCwRpRK0mjEl5oFZu5Eg4lw1d70AbE9eT/e/fLk=" + "hash": "jJgDWZzlhnUpbBAkRF2AG9jIbnKLpW42+r0QdhuWFEU=" } }, "is_incremental": false, @@ -3234,7 +2514,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.html", - "hash": "Orzw55sKZk/gnRit1vIcvRkUlmUYqCmlY2avyWWaKeg=" + "hash": "Q0CTGJv15B4MEVUDTusjbXLXF7tl6TFtJKK23s0ysnU=" } }, "is_incremental": false, @@ -3246,7 +2526,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.html", - "hash": "iyM3rA4V7O5j88ghUFl3GLELnIYaGwFeQTk4ZVBVDb8=" + "hash": "We9qEM/yqFY+AkHoNkORF+d+ZwNyiCkb4v4pemXjc48=" } }, "is_incremental": false, @@ -3258,7 +2538,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.html", - "hash": "XSHcnj8N7CdpY5uT3kxn/+mFBR9g72GXzDkzgZ4Bph4=" + "hash": "oGZa0hqmZFQOEakYFhXqGxqTnlxBS5kF4trwWLQ6wqs=" } }, "is_incremental": false, @@ -3270,7 +2550,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html", - "hash": "yj5nXmHv0OGgX9x21s4p5EiXtc+GU10odNro2hUr3Ww=" + "hash": "ddh51Y/WpAmC7AHHGfS8swftMFRYHw4+fVs5YBZf4rE=" } }, "is_incremental": false, @@ -3282,7 +2562,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.html", - "hash": "c//ELFTqc8WG/i94InK5JfqLvPO1Nz+P3C+nyDcZxo0=" + "hash": "k1JUcJ1pRAhNZ9CWNbd8puf73z0iRT76qlVaCms3bxQ=" } }, "is_incremental": false, @@ -3294,7 +2574,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass.html", - "hash": "pbnfnwTuXhD0VWZn6NwGEJFLZIOw4R5NG6Q12okdEzo=" + "hash": "EXZFExbC1xr3IdFnHXSb0I3TvODI/fGp9I8VH4/a5+4=" } }, "is_incremental": false, @@ -3306,7 +2586,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.html", - "hash": "By1QRf5iT6+k/Cx+kEsEmnTPPz0qHl4YjDpeGsqouLE=" + "hash": "/FhyOxeEp+ba1N792sn/Nq1sp2JqgByNZU6D5xVa5Gg=" } }, "is_incremental": false, @@ -3318,7 +2598,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.html", - "hash": "ZTKEa+0cIQzZTrc9YrDIklofALzdeO27Dh4jCOcH+5A=" + "hash": "cSkrZbXqKi6TEjXngDfWFOwukXjaMb7cbAYW39Hfjtc=" } }, "is_incremental": false, @@ -3330,7 +2610,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.html", - "hash": "7DEetEUyOFlGud11bBN0jt385Us3TAfV7buRscM+tw4=" + "hash": "txLaHJ+muBdY39uNTwM/6QbbY30Gj2Q/Ni7ZFABdmdI=" } }, "is_incremental": false, @@ -3342,7 +2622,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.html", - "hash": "gAPVG2119QY31isxvrRt9GxyT9LQwWiJnwYkqxBErdE=" + "hash": "igtYUcTy+xgTUWRmiBND1IYzGNGF5bQQZVckJYX/8ZM=" } }, "is_incremental": false, @@ -3366,7 +2646,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.html", - "hash": "mF66qAHcK6hNMdER5Fh3wDe77WB+lj6ipaJYLVMFhvM=" + "hash": "W7nxMCrt8JELrlXbonJDbZNnw6qg9RetOl+GIkjF8Dk=" } }, "is_incremental": false, @@ -3378,7 +2658,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.html", - "hash": "r1amsB0ZGNYuIHSw66eSZZ5f6xXyvXrcaxHUgLhNeDQ=" + "hash": "qd94LdbyjdlE1H65BFwaDqmtOsfiavCfba+d7wyZPO4=" } }, "is_incremental": false, @@ -3390,7 +2670,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.html", - "hash": "PzAP5juWgxbj8aqYERh1feAtVrr+cI78+3twsAfG+W0=" + "hash": "bTkOaXTOjyc8FqbeqY9usxOxBk9gcSkxhBFrC+PLndM=" } }, "is_incremental": false, @@ -3402,7 +2682,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.html", - "hash": "L4ZPBy5ARAYEJtwxVY77YPI0zSjwCqN+4vTZFULlN+w=" + "hash": "TAW6FBCXXTXMXW44UK5o6K9WCXdOWnAp+ldG/0cXG0c=" } }, "is_incremental": false, @@ -3414,7 +2694,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.html", - "hash": "jCnvb2YcY06xIrw+/0Lw5+6sVayUanza2LH3sUchqIo=" + "hash": "B4tyI0a+cMjJRRrheWqMC/DquC6X4Z9c2zxMrKWo+ZA=" } }, "is_incremental": false, @@ -3426,7 +2706,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.html", - "hash": "rij9gu+04Op30CXc0f9uuNn5AN+Q8ggsS/KhukHvb+0=" + "hash": "Y4cpwf6sVK54O2Ykvhqi/6qHW9sKsmMgKthHOXzEQZk=" } }, "is_incremental": false, @@ -3438,7 +2718,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.ICharacterCountingVisitor.html", - "hash": "Hw/nHIB9N35IhmalA0ACWX7AzqgHuGi8eZf87iJ3Icw=" + "hash": "yhG5bleirImYmST62N5jTqOWSdlA4fHDl97UXuGq6Wg=" } }, "is_incremental": false, @@ -3450,7 +2730,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.html", - "hash": "CMk7alXB79LiO+Jb+9lRAbSdAHMWjKMK4FFcCsdFPCk=" + "hash": "UCKkNDgP2WvGt/ZUCRqfjUHS+8AjV+zRFUftL0KAMQs=" } }, "is_incremental": false, @@ -3462,7 +2742,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.html", - "hash": "rN1VkTbpAMB98L1ZM+cBZSHuWvZrmuTgy5iJD0xkrE8=" + "hash": "lGo42G196HjI3is2vP9HUb8lTFO3QTC3uwYbVQWP5aM=" } }, "is_incremental": false, @@ -3474,7 +2754,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.html", - "hash": "vhVCj8lw2j8hpv+mfPUCPsHUT0PmvZRgByvcSomBcFs=" + "hash": "+Skql21hpntoRlHXbe7rXNV7yGQb/odFcCC44pstWho=" } }, "is_incremental": false, @@ -3486,7 +2766,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.Constants.html", - "hash": "vbzvcGPI7cv70DdBcsD34353iMQDmu1WgCuWBs2wL5U=" + "hash": "+wIWqB3yc8C8RFo/RL/07IuJv61xI4H8yZE++Y8Zynw=" } }, "is_incremental": false, @@ -3498,7 +2778,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.DefaultDocumentItemFactory.html", - "hash": "+XkV/83oNvE4mFU4K9FrLM4sob80Y6PBQeKepoON/v4=" + "hash": "BYJUQEsSXLtJUIE5miv6AmiHju9wBUqgouF/2rRHyF8=" } }, "is_incremental": false, @@ -3510,7 +2790,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.html", - "hash": "qyN6IoW0cC4VC4Am4IL+UedZkr6bfTlmWVSDZ8vBww8=" + "hash": "rDCAZJIBHDiZ+66LvI2NBKfyTvlsBfsocf3BlzLIgdI=" } }, "is_incremental": false, @@ -3522,7 +2802,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ExistingContentHandling.html", - "hash": "PL3QBPQAqJUJA0Zq87ver1k4Elm7GKZQuXq5lJIjlOk=" + "hash": "a80wd1AIBr/HfB3TcnmrvG507nGW7eHobaEJ2bTjApQ=" } }, "is_incremental": false, @@ -3534,7 +2814,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.html", - "hash": "7bHQZEoj6R+v7cu+5upN5bJGt++31tI3McEY4lEmd0s=" + "hash": "0VHeI4XwQ4ayFrb+xcEiUR3iECTixfXq+CXr9ZerAww=" } }, "is_incremental": false, @@ -3546,7 +2826,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.html", - "hash": "SyBWC+XWHuBooNvfFO3ex58mrcL2S6qN7irqMDFJX48=" + "hash": "hCJRUk2g/bkKtMRGZIYbaW21Xdrh2HCOkJyHTidd05M=" } }, "is_incremental": false, @@ -3558,7 +2838,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.html", - "hash": "xdx/gG7ifdvcdIU0zaLWhfq+miE+UaeHAREwWt58LiA=" + "hash": "OCtZs1QbYQIaYlmv/LXbgs6dRfG8CUFSfVI5+U2f/sE=" } }, "is_incremental": false, @@ -3570,7 +2850,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.html", - "hash": "FDg+7wHwWsSiYb/5SiNQ4VCEhXtJIiW66Yef7U6X/BU=" + "hash": "1ar6gQkV/4+fGGf/LKLFMlpdHPk4yfcqyk1bse/ERyg=" } }, "is_incremental": false, @@ -3582,7 +2862,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.html", - "hash": "/DLKrYlF5meOyEI6VWcpYx7xiSlWC8sUWLlCyz6g4wg=" + "hash": "abpKOcVGBEChSWFK5TWqugLnjEGx7k2FwH1YWIIcEss=" } }, "is_incremental": false, @@ -3594,7 +2874,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.html", - "hash": "Qz3cUMjLbV1F7XriS+Sznff8shqvK1tfx2OyfxfEKi0=" + "hash": "BngIrA07wr8JaW8TIHdrQyrBrkvZ/EMRTaVvHNNHzWY=" } }, "is_incremental": false, @@ -3606,7 +2886,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.html", - "hash": "Rpd3Fxuf1qat8r/HbPwqn3JemjhVxo7BVlcyIruoSUo=" + "hash": "Bhswp8hgM0p7amT6oNXrQ6+k8Hv5hnGDigpa9d8e6hI=" } }, "is_incremental": false, @@ -3618,7 +2898,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.html", - "hash": "2jSKIK3AqRvbv3/lpIoMkgTHu6RHnVsnWSKKacG+0rU=" + "hash": "JagB5SnNDO0sg7d3PjbIOh+MZ3GkrECH7qdMZizxRDM=" } }, "is_incremental": false, @@ -3630,7 +2910,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.html", - "hash": "Npunz+I+o8efnv9eSurbJ95i4cQtWkBZf1Nr1ezr9Us=" + "hash": "nIklXSXXQOBaylLIB3EiG7USKpMV9BX9sMwsCBO9Dcg=" } }, "is_incremental": false, @@ -3642,7 +2922,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.html", - "hash": "TD5JuFFQaKnqIUoOXUXf8qFaPbpzJIIbSAaRm+TC3sQ=" + "hash": "0VNW+rw22pw0/TbtARjUYJwlgWJhS+wYXJeqzSSuc4c=" } }, "is_incremental": false, @@ -3654,7 +2934,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.html", - "hash": "yKYYwa/SZjtns+z6utyqtmoNbf06nZxvMYyZytGxAfQ=" + "hash": "CcU3Ca8L8gyCLAH2bZerRxQp9ghuS9EdFHc1aYB5MCQ=" } }, "is_incremental": false, @@ -3666,7 +2946,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Encryption.EncryptionConstants.html", - "hash": "28sJ5FFCr3nNFu9X79SI8Ny6zC+BdlT6s5OxIKa/A+Y=" + "hash": "qaAf5YUUQEOy09yoYbMDEGWJdO18/EY1RFnXyAfh2Ns=" } }, "is_incremental": false, @@ -3678,7 +2958,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Encryption.html", - "hash": "mDdxhmeFBv2XIuxxmdb0bVp8m/pl1fZOmA8WKX673VM=" + "hash": "3/C3LdQ1a8I9hrqYXyfNwA9xuvWua+08o2c8B+ObTrE=" } }, "is_incremental": false, @@ -3690,7 +2970,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.html", - "hash": "Qp1aABP2VUtgKA2AABoZ0M5EFVeNrCtnml3O5zV7IPw=" + "hash": "tlyxlD0wSlkSRmNQ1RGdVAi6Krqjyv0sXANfpeTRAQ8=" } }, "is_incremental": false, @@ -3702,7 +2982,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilitesResources.html", - "hash": "AB7uc4qgKnxKt+U92jGHmcUvtkeVXH+Ik6soJJ9U4mA=" + "hash": "2HasHkwEpMqGMudM37O22XZsRaTDcpMn41hukl9ss48=" } }, "is_incremental": false, @@ -3714,7 +2994,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.html", - "hash": "wpLVC/IcOBP+LgYuQNSELRlX80hKd94CLnPfRfJXKcg=" + "hash": "V7h6LOtg+qMbcQFjjE6N8ukk6rk5xq9WiTlqNUpt1GU=" } }, "is_incremental": false, @@ -3726,7 +3006,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html", - "hash": "oG7VclRuOfBBj8XpZg/zFeC1PKtia4E1VWLEue5+olU=" + "hash": "O0mYRwBuz5cwkdTDif+A/amiuaaI+oJ1KO0EzH8v/fo=" } }, "is_incremental": false, @@ -3738,7 +3018,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.html", - "hash": "IVnyTBnrUw26HY8FQTiArNMKiNkpnkCYs+ZkxGjxjjI=" + "hash": "94xg0Abj1JKK3tmmZSOUGCKTp6LA/fqy5KQueMs91KI=" } }, "is_incremental": false, @@ -3750,7 +3030,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.html", - "hash": "VIsu4Dn4G1O8AFwIXihb3A0V6ELCz4bApXzTvtbm2yo=" + "hash": "Hkfzm6FYZFLMUmMlCDf3CwwLOvqozu8HjN/DSsUuWl0=" } }, "is_incremental": false, @@ -3762,7 +3042,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.html", - "hash": "d4TDnXfgfy+GDlCpu96zvevyLX2vWsg01c3dpRr/EjY=" + "hash": "AMFGst8njEgTO+dfhKSoahs0iUgoeq6uuR9pYujQZQg=" } }, "is_incremental": false, @@ -3774,7 +3054,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.html", - "hash": "s685sCDMCv5YYL2cWBQ/OKqbrSCshCI1qCMkVUjITZ0=" + "hash": "PIdrq3JkVu7tyuvPShcp+XrAF50L6K7JzgZMJQyeq1U=" } }, "is_incremental": false, @@ -3786,7 +3066,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html", - "hash": "I98dGCSthBGqoOJ+Ayfx0/rvZXh7NGQdCRCt0GB9szY=" + "hash": "OSDsxpXknUMN0M6Jm2pfhbhW5QjCkjpX07O+iFKnzYM=" } }, "is_incremental": false, @@ -3798,7 +3078,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.html", - "hash": "CieG20qIKzpMlj2B64laVtH8Q49vJy2DZX0MulcZpak=" + "hash": "d826/gwyk+ZnlO22ts0zbgjTlJW/TB2x4vSYWTXcW7k=" } }, "is_incremental": false, @@ -3810,7 +3090,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.html", - "hash": "RlLjEKcFGKM+xwLqDcqsP6f1xo6FHOOQvTbXwi3T6Hg=" + "hash": "Lyp55YF6eaqUEJwimxh09IwmOfGM0+wY+cHEuG5kxfw=" } }, "is_incremental": false, @@ -3822,7 +3102,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Constants.html", - "hash": "d1EScdyDvllWnWvsbwhMI/Sq5MjjU8+eDBREMrv00rg=" + "hash": "+HLzcGce+QGuAr7E/qyUu8WUvxMF8jo/qvjQh18HfYg=" } }, "is_incremental": false, @@ -3834,7 +3114,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultFileTypeManager.html", - "hash": "qmGUe/EMXU1cBobb11KaxG9LkzqabZq0t7vZdZu3N+U=" + "hash": "+uPptRZjDandVWIzj6Onz0cTH1pVkc6CNvpgPE8WtvQ=" } }, "is_incremental": false, @@ -3846,7 +3126,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.html", - "hash": "FswX/8kvW0C7Hz5MZIuKqBV1mhwcoMGInaieFkfIuE0=" + "hash": "2rc9ZUYdC9lrxrlcM/n9RWODGi+ri4UvbXv3/Qg35ok=" } }, "is_incremental": false, @@ -3858,7 +3138,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.html", - "hash": "AK3JRV//WvYrgSLIvYoa/lCoXlTquJy9s3U1PJduu04=" + "hash": "gE6Q6X/C45z7gI9QpY2wcIpUbVYmvX1zUhYfebOAAx0=" } }, "is_incremental": false, @@ -3870,7 +3150,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.html", - "hash": "+qW6YrrkE5sqnFUDdQuE6i9rVKeiF50u48cIERuvQQY=" + "hash": "3DSW1UKve1OppfY3/gIKTNkUo/9NA5JyqQh8WQCoLVo=" } }, "is_incremental": false, @@ -3882,7 +3162,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.html", - "hash": "omCOmfcTRJr7Sl+obw9D4hHosmPWzIsNhdUbC7lZqpo=" + "hash": "x47Mv9FFS1X8zHJcilEpEEgYACV6GFuWQpZw7onLvMY=" } }, "is_incremental": false, @@ -3894,7 +3174,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.QuickTagDefaults.html", - "hash": "lB/tqre+25f93C7gf2bHNL32uT1AqWn3DXW6Rvm5FvM=" + "hash": "8atIts5gQ84Q53ceioC7EzavSRZhSKHCcazGK9qDKrU=" } }, "is_incremental": false, @@ -3906,7 +3186,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.html", - "hash": "VU2kUEAOI+W6Z80zgm35kXITL57URFx1B0h6OFQ/m98=" + "hash": "7XoaoICP+8hxcnoWKSvlHZr9+nL9ZzTltUqL9z1utXA=" } }, "is_incremental": false, @@ -3918,7 +3198,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.html", - "hash": "MVzNs/5bakZugwza9UzitJidR2GXDVtEHOSBsjWnmUw=" + "hash": "U8XUH73zWGf+zvTBInd+xESkHaIfwJn6v+oVyLNSRNY=" } }, "is_incremental": false, @@ -3930,7 +3210,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.html", - "hash": "E5CE1h7xtHahbm+SV8ymZAenqHSnu9VHytn0ITqtgxg=" + "hash": "fxTXPb7r57boIBKASnpX3WnK/75hX7ERUD79evfTMyk=" } }, "is_incremental": false, @@ -3942,7 +3222,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.html", - "hash": "WjO4+wtYLnsxs4C8PCIhnDk9OW7E6njqt/JbtVqfg9c=" + "hash": "Lk2DSdsDFJRgX+oOMboLczd+VGET44La7CdoPajHWJU=" } }, "is_incremental": false, @@ -3954,7 +3234,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.html", - "hash": "/A4NhgGQx/yQQRuc0HR4GN4GXaUNZ6Znd+NycGMubhk=" + "hash": "jLJRR6LVU7VIuRcfS7iyUWFkq0ebMQfAOtzhd8PfLHs=" } }, "is_incremental": false, @@ -3966,7 +3246,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.html", - "hash": "9xzcpbAC/QhjRyTt4Pnuh18jdwzpaHG8MSI6ojb2BfA=" + "hash": "aRF1vad9j8cT1pF8cz6MM+uS+nzx6rK24LH0aODdFXM=" } }, "is_incremental": false, @@ -3978,7 +3258,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.html", - "hash": "zVZVxRF+Lyzr4xTHuHxClTOPyUe3ck4rjDzZAZMcF5k=" + "hash": "B6e0tlH0wCWJQiKvxgfL1RikEfTfbgcuiXGYk6J7c7w=" } }, "is_incremental": false, @@ -3990,7 +3270,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.html", - "hash": "w5Yr7kUJbTefAHfuAzNv7gaL8J0oP7b/L5ePhEliufg=" + "hash": "5om+NwrcFhmJ4GeRbs81xCkIZh+iVYWCo7f0O/RHgeU=" } }, "is_incremental": false, @@ -4002,7 +3282,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.html", - "hash": "lQWF7WlXWTTMim6gEwlfTRGMtPvOiZZgJN76hUn1uoo=" + "hash": "m3GOrrd/fnzm6wKkbI3Khwiqi9N7XVP318Py1TNMI7s=" } }, "is_incremental": false, @@ -4014,7 +3294,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.html", - "hash": "ghzsNkhAAtOq9yiig5NPdhU1lnqZ6rE4w3KE7QGHGnU=" + "hash": "gtms6b1WckLzQZqGfafMS+jWXjhpoch9ASx3UBZ1bQo=" } }, "is_incremental": false, @@ -4026,7 +3306,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.html", - "hash": "ZDHXo8ne3O9ktnFjckk/OdlP4MlYWpSewjP6RpJQo9I=" + "hash": "QNAOrG7s6fVHCYLAK9ndsZ941cIYU/X38d0EvHoO6Ww=" } }, "is_incremental": false, @@ -4038,7 +3318,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.html", - "hash": "EHud+lnJ9oaRSTX6VPlBo+Fb7kmZWOQpkQOJAXAxFy4=" + "hash": "4bM/iC5f0jMfQ2T66j5JZg8e/vVX+HdpUNnadSeMXj8=" } }, "is_incremental": false, @@ -4050,7 +3330,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.html", - "hash": "rlMjrhxmAAWROtXaCt/p1FG5ZDZuUWhyeEvbA0SWvZo=" + "hash": "BDa4Xu8RpGiWCxeVOadH2u300kpVmCRO5nLvi9RGGgg=" } }, "is_incremental": false, @@ -4062,7 +3342,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.html", - "hash": "dpebwsIrp0QjNndKuhBeaM/fHjRRiw7ZJp4QX49Rxk4=" + "hash": "SUDqECjzSI6Nm0ElGSG7dLui/bsFTx0lAu4To8PuoEU=" } }, "is_incremental": false, @@ -4074,7 +3354,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.html", - "hash": "YxOYFhbud+TYmUXtBczloLFymwdkiLbMjYYoEpxiW4k=" + "hash": "bk2Ppq5YceJWjYhBYNR2s81In7g/9+QYIQ5u3LTLSPs=" } }, "is_incremental": false, @@ -4086,7 +3366,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.html", - "hash": "pPF+Rkj0vHQ7Pauuww1VEGnrSppZv4deWvVjrRLaPmY=" + "hash": "iZ2DKjTWe1B1AfOIuFlhXGjq+4PXTij0hmk8tfTlt1A=" } }, "is_incremental": false, @@ -4098,7 +3378,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.html", - "hash": "Ft5/KlCX0S+Ag09oBDp+xHgc5y9rUZkpt3DQVuKuDoQ=" + "hash": "7efMzOiAKbRL3vGuPLJZxyLyjBiM9VYW90+Kl/Z0dKc=" } }, "is_incremental": false, @@ -4110,7 +3390,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.html", - "hash": "wnb7612n/FXChL1GSBXS+4nMWG5/Y7Etx5vYOwIZs64=" + "hash": "oO51o6AeZsLevnXjN+97CcK5oXCkhZ+RLO42rIA0SOA=" } }, "is_incremental": false, @@ -4122,7 +3402,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.html", - "hash": "p0vvBwwchZGclKEjL0F4zivtIfWQmk1QJil8PYUpfFU=" + "hash": "wHaum648XlTYx4VFokisY+BJV84t2xTrMBU9ySjWj4c=" } }, "is_incremental": false, @@ -4134,7 +3414,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.html", - "hash": "isS8iLsjPZBpcRpRRw+/N43kJnmaNysE4HnaBGyK/f4=" + "hash": "W1KV4Y/Ulb+daCY0hLIcCiKc18OS0hVG63vV+eAp3Ek=" } }, "is_incremental": false, @@ -4146,7 +3426,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.html", - "hash": "S8sZeDRngHQ8JarULb4tD+9Ys7MbX7CKySc+3AWmQ5U=" + "hash": "Uvv08XQftyoECHSWdDQSsawZwBgmuZZpjjM8wLOr21I=" } }, "is_incremental": false, @@ -4158,7 +3438,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.html", - "hash": "ZT+YFcSFi27qFvL6GrtrwAW+3DfAUr5S9kdIWYK96X0=" + "hash": "GBsoSVNY1Hh56HtR5uEah2GFPbwx6DzVPBS1r2OGY64=" } }, "is_incremental": false, @@ -4170,7 +3450,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.html", - "hash": "9a7krqvp0cQOU1MWwHgtvo6bHNwu8uoimxJZxeZJqVU=" + "hash": "lGKac76n1DwUOxs7K714jdmLO6EZSm4BRkjHyjmfIGo=" } }, "is_incremental": false, @@ -4182,7 +3462,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.html", - "hash": "OGGuw+Yid8igNRGxTt3oelSEmKlObyR5V1bAitPrN6U=" + "hash": "D+npaHkFYGbJbYwcaCS0Wdq4xOK5JlobtpFBYW6m/EY=" } }, "is_incremental": false, @@ -4194,7 +3474,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.html", - "hash": "n3xQo3TZzu1W4aLGFPHvuhbUEtOtLTNkfpQc0CJyoLI=" + "hash": "KYTQxZEwqgAesxHJnfuqx6pk9BJNkvHnQp9VwP0D0aQ=" } }, "is_incremental": false, @@ -4206,7 +3486,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultPersistentFilePropertiesKeys.html", - "hash": "NF38gZJ9Ss3a36yRzvGTA+QgGbcRyw+4UUYtA93oIzw=" + "hash": "4Gffsz0/Qkts9DXJkqcywKnMSzN1Vh8X2CsIgjDy/oQ=" } }, "is_incremental": false, @@ -4218,7 +3498,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultPropertiesFactory.html", - "hash": "q1XIvYkPwXXJAWhkyaI6xFQaq+2DWvISkwPFOknDWn8=" + "hash": "jDhlukQL1cFS8fjzKRUMPbY1owjPSZAWkZvf61w/7oY=" } }, "is_incremental": false, @@ -4230,7 +3510,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultTranslationOrigin.html", - "hash": "RUDSzDYAWPA3wuOYBK7v73duuhBaGrDmliXKEmn9iYw=" + "hash": "PObkGnoDDzIgqJNSWOu2Qfjrg3txInNwrdUht1bQ42g=" } }, "is_incremental": false, @@ -4242,7 +3522,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.DefaultTranslationOriginPropertiesKeys.html", - "hash": "pxtYSngB0p9cMvKfqWlJz4ov5KO4/Q4ryqE0Q3pdmtM=" + "hash": "taXR7WEjKrQUhMMxvUc7xiTNhmkDY5JAX3Ab35rSTDw=" } }, "is_incremental": false, @@ -4254,7 +3534,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LengthTypes.html", - "hash": "Ek9wKvvnpYHaHlwSQ79oW++mHamH6gR/KEfkKXxHnH0=" + "hash": "JYZumSMYmigNdzpi9ecv8fjjgDBcauzpwmqoD/in3z4=" } }, "is_incremental": false, @@ -4266,7 +3546,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.html", - "hash": "xBpz1w7yUBBY+ttOie3ylZ9ykrP2hUmPF+GGdwNG+Y4=" + "hash": "xI83XSLRwprME43jVGya4HyG1PhX3S950JP5kX4Quvg=" } }, "is_incremental": false, @@ -4278,7 +3558,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.MetaDataTypes.html", - "hash": "HfyWZ9XrVUkKky+RQqufoCvt3D//AlLDUGmepHwBxBA=" + "hash": "IHz4MSqsfOKrA+0KGJppzTSw8pm/p9+G2qbL5IuDUuk=" } }, "is_incremental": false, @@ -4290,7 +3570,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.html", - "hash": "GOUyraXow373bENBk7U9NZMjnIgN3wNAcfmB323/pn0=" + "hash": "+bi/g8R33vQse7gQ10+NF45zKkOeLVkcQ2lAEHvYc7E=" } }, "is_incremental": false, @@ -4302,7 +3582,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.html", - "hash": "VPUR+1/3+344ouqGFksR92hoS2aNaHW7t5doNk9Y6+s=" + "hash": "GJ9XOaX6B3l2ItOxjIv2A4GdhDGkN+g0q3eMT1NR2DY=" } }, "is_incremental": false, @@ -4314,7 +3594,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.SeverityTypes.html", - "hash": "u7Qj+dnn1wH0bJ1KGGmWd1jHm1oENLYNo20F/zH7Fx8=" + "hash": "HIhZhQVtA+e0Ci+qWJEGOFrix3Pjc+UNRsTD8BXv1Ck=" } }, "is_incremental": false, @@ -4326,7 +3606,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.html", - "hash": "siys1+DvZMd7SMlzCS3iWFxgGI66OgH4RERGRZgY7vw=" + "hash": "64B3n+gmmHBrf3BSesNeDB/+a62H4d5/05ESt3FvhiA=" } }, "is_incremental": false, @@ -4338,7 +3618,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.html", - "hash": "gi91NHqZ71mRwxSMEyCyiO/5/pwunBdVYrP1PLwu2v0=" + "hash": "fte021OmmirzEdoXYM6EVN0+pzUSRLKcBI30M7z4LUE=" } }, "is_incremental": false, @@ -4350,7 +3630,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes.html", - "hash": "pLusivt3/PuVd8AfgL9JMQdwbo91dl5x4ntG6o2Qxyg=" + "hash": "2pcRqiImGwfK9oJ7NKLnH1qVdCjDtCeEEc1pCBKx50o=" } }, "is_incremental": false, @@ -4362,7 +3642,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMTranslationOriginMetaData.html", - "hash": "3cVll1GfSAyTJMJEPvc+IxvHnKwg5wQENyTSqLiv5LQ=" + "hash": "wPrr8i7HfhlqJiice5lsz9bITtmCObmpN16t0UQoOR4=" } }, "is_incremental": false, @@ -4374,7 +3654,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.html", - "hash": "2IvB2CkkdQAhYFqtyP8b9Wjv0wU1iyOH94HSQVTvr10=" + "hash": "Pb1d0k9YPX1qQK4OvGNrAW4MScDfh00fJGDx1+BwMk0=" } }, "is_incremental": false, @@ -4386,7 +3666,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter-2.html", - "hash": "HQDDgpl7o3ROptGyOv9VeJv5m9VWyBB/q1J/NRPX7DE=" + "hash": "XaoPl8Sck2iidpIQNjHWY6Z89E339XC1rDtf9MsfpAE=" } }, "is_incremental": false, @@ -4398,7 +3678,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Properties.Resources.html", - "hash": "mGvkyQNXbuBjEUr0lKlwz66EvksMt8obo7QF2DE2e7Q=" + "hash": "42qVzI5yHxDdqTWpCzTKBXbYPIFpLkPUu3jmDuLWw9U=" } }, "is_incremental": false, @@ -4410,7 +3690,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Properties.html", - "hash": "NBrkTfZfgUJt+YaeOpbqQO19M0qhejeLkehoH2VpdfQ=" + "hash": "JCsLV/pd/77gxwDte99kQL5jA3YbFjjR0nL/IahAU/Q=" } }, "is_incremental": false, @@ -4422,7 +3702,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.html", - "hash": "RemXC9EnHLDyex8szSlNSnsGPFSypL8fbubX+u5vmwc=" + "hash": "/1FVoSYaMKrF/SY951euUEAa8gP9I1OCKRnmAdn6ga0=" } }, "is_incremental": false, @@ -4434,7 +3714,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Direction.html", - "hash": "TgDPEadEBhbbjwNlj6L1DkZl4k2uWt5YUW4lHxPXzLk=" + "hash": "pKRe4YdtPe3Po1FFknUjoeqDic/AIH30kB3j2GPbuCw=" } }, "is_incremental": false, @@ -4446,7 +3726,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.FileJanitor.html", - "hash": "ha+jnjszbuLIw9/JZYh1TJ5VbMspbuFk1JGz+UFUrMY=" + "hash": "Rl69sHvW2oIrGANAl9Lt2i6bzqHkKkZkPoJR5bqq8SI=" } }, "is_incremental": false, @@ -4458,7 +3738,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.html", - "hash": "lnojUOI6jyjpGkc2ZJE2qD24hIzyt4qbQHGwomqmxE0=" + "hash": "v5KlGCemfaNgaeC447bmNFOZivVFma73U2X6wiaHR+8=" } }, "is_incremental": false, @@ -4470,7 +3750,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeSupportException.html", - "hash": "U1AXlUd8Th1rCN285w3/nmhyaen/hGIGIkKaoQjwcec=" + "hash": "FDSt6CiZnc3u9zIaf9JtkU6S7Wwhfi+5h2RBq8MdXtQ=" } }, "is_incremental": false, @@ -4482,7 +3762,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.html", - "hash": "xqHx43si/PnfOziZZaisbMSo3q6/dcGMY5XZyme5/Rg=" + "hash": "oTQkPhNKlm1ipmDf41iCaFrYNxiz1b6bgneqWRnoKNk=" } }, "is_incremental": false, @@ -4494,7 +3774,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.html", - "hash": "Z6HmhEMxOa8ae0MPWeUvcu7CTmt0a7ypBLuZQcW56p0=" + "hash": "tQusGqMtJO+PtLRmq80DJ6t4OoSytPUP7p93X/EpN3I=" } }, "is_incremental": false, @@ -4506,7 +3786,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.html", - "hash": "cxyZLnksOCyICxQdg5nIEa0If5R9CzGOBPP3y+QnGeM=" + "hash": "B/ahAIS4PkiTg5B1bmk6riewTNZfyLtIcNLe/Dpv4gw=" } }, "is_incremental": false, @@ -4518,7 +3798,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Bold.html", - "hash": "RtEwvPf+Sz4Y4+u9RiM/NzdyASRZBpCbWzPa9CF4En4=" + "hash": "WmfHX52CURlZiLxe0xxuM4iPZJJ01hIUJ2zc/D4qBkw=" } }, "is_incremental": false, @@ -4530,7 +3810,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontName.html", - "hash": "Wnv5V8DLuKb6Xgg0ihJAuV02xWXdU+H72m1KbZ3QrGw=" + "hash": "/STQI/Rl8zsavmxuP7mkByGMFcIUz4hOo3m7Yy7U+z0=" } }, "is_incremental": false, @@ -4542,7 +3822,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontSize.html", - "hash": "KjdqygCA5Va42jVNcNpZCH28OFnCYGlbH+qLjs+4Eho=" + "hash": "3VPFejPaTNT7i4R8nosobTI1XchVdHlA0/AK2OTo460=" } }, "is_incremental": false, @@ -4554,7 +3834,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.html", - "hash": "DvnWfbOqMzhoCjzP1IoX/clJQl5x+mOumGYz5AlGUu4=" + "hash": "BeQZ2eqmTP/QfKfPpwZQDxdY6aahw2uCvbyPxg18Qxg=" } }, "is_incremental": false, @@ -4566,7 +3846,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem.html", - "hash": "oCeLgXNuLTqpmqo1E1rURPiIcPkdDYdn3vo5IqGm/4Q=" + "hash": "K9D1eZ9aa/GwFkwPogHySA8R2poIk5OuyN94dsPIOpc=" } }, "is_incremental": false, @@ -4578,7 +3858,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingItemFactory.html", - "hash": "xXzziIFiHdPqHX6A8M4RayXCH1gTe9J4Yl/vnsGlyMY=" + "hash": "PMd2TlOsowOJSTFllUloe+BFSPEnL+f+k80Uus0u/Pc=" } }, "is_incremental": false, @@ -4590,7 +3870,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor.html", - "hash": "5ihP+uIDajhIyHhwtEA47qDiGPD44tMqrwxbMq4rqTw=" + "hash": "cdmFo1UqLs93xAqkM2SBrCmo3Mt30UAsuZiJ4tfaABM=" } }, "is_incremental": false, @@ -4602,7 +3882,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Italic.html", - "hash": "5upiT0Sc27i5iBdfukCV3rZ6AOyUse+wClAbCY46h6Q=" + "hash": "X0OjoZKhvYQO0vbJ+JBdkLGAmuAPew6Y845JOcjpUBk=" } }, "is_incremental": false, @@ -4614,7 +3894,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.html", - "hash": "0i7piS14H8oU+7uFEkytLFxIs4JAXsx1O1kT7SA0vi0=" + "hash": "YTJexJuxFo5mdKfm0kRKeSp3gE4aF1rbOm1acDs3st0=" } }, "is_incremental": false, @@ -4626,7 +3906,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextColor.html", - "hash": "65yvYrMaJECEK1yChGYXMbPYWx6IvqwTxE6lx/18YNc=" + "hash": "tI9GkeFjj3oiFCf8qLW+xCUokg05DaOuy/f8s3Kn0EE=" } }, "is_incremental": false, @@ -4638,7 +3918,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextDirection.html", - "hash": "bAFOTBLLb3PoP2ebrpnk4O8O0TAyvpZVk6Kijyfm56w=" + "hash": "NYMiwsYLJ5PRtqmeFwtW1snuelCGtGoTZHHhhfyl4A8=" } }, "is_incremental": false, @@ -4650,7 +3930,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.SuperSub.html", - "hash": "2of2NFP5HyQt+YeKQGn8Z6rU9PGie+wkOZcTff6Rb8s=" + "hash": "2kh/b7pVo+v2gy5zsAtB8R9Nqxj4gdmaVRkSoYAWMYY=" } }, "is_incremental": false, @@ -4662,7 +3942,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.html", - "hash": "TdGGLFT7h7J4XuzmiQtNoJwTmuA6RwWshrp48drJMfk=" + "hash": "sSfDyat8g7+3NLFmbCVXULWHI9jggbEtgrC5USl7soU=" } }, "is_incremental": false, @@ -4674,7 +3954,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Underline.html", - "hash": "HsnPQgO4KTrdZ1oJuz3E9JEDcTRNoNUN/49JC/Zol3I=" + "hash": "JcjFvEa5gwr+P3458shCt4ubwsavHQ4+kNhXvYt+OFs=" } }, "is_incremental": false, @@ -4686,7 +3966,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.html", - "hash": "8fmqip88T62ZTi9om/yzFU4nlR8XAcRUnRLGSH/trRU=" + "hash": "ojBhY2i5SE9hr+xv5JOqRT2exh248nxt8rHb9IyzHEo=" } }, "is_incremental": false, @@ -4698,7 +3978,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.html", - "hash": "5QVWKw6unBqXKO3/nmXtv+oqcE+WLAkAE3VsKLb89Sk=" + "hash": "okrC+jMw3WWpZfaKVA2Z9GI8QoGpxawjNeYJl/iKoWk=" } }, "is_incremental": false, @@ -4710,7 +3990,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.html", - "hash": "x/7VwgmJjCo6iCQqi8QJUijsS3GnQLsDPR9tAkTGj78=" + "hash": "aBfHMqUhrtveG+3waa8XW0byLlabfiUo2dJx6aTbzow=" } }, "is_incremental": false, @@ -4722,7 +4002,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.html", - "hash": "jEtkQ8y9YGtsyxkxo70A9wqfnhaQ/Gw1IDVs+5DasNM=" + "hash": "1GmKesK2S1bWXsZVzkRtZKKL8m+o4i7eNVFaWL+ah7A=" } }, "is_incremental": false, @@ -4734,7 +4014,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.html", - "hash": "+EB7uHr2IG3aL/TFXV/GhIOvPFGGB6GO4z9kJlpInxg=" + "hash": "8wQYCd0Nlza53zB6aUWV4A/QHpgXVV2EV7utGhb4zXI=" } }, "is_incremental": false, @@ -4746,7 +4026,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.html", - "hash": "lKRJ4mMvsbMlsG/YqfT/+bF4FdWiWtB+1PeKA4oXTdI=" + "hash": "YYGe8Rs8ux97rJ5hmGdgDGfLnJS9QUwLooLp6avrEvY=" } }, "is_incremental": false, @@ -4758,7 +4038,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.html", - "hash": "HQMWxH5XAsn7JuYetD2BigH5UPTHq9BRXc0jYuZkXB4=" + "hash": "Zfsy+xNYXIOl8421g7BXG2LpINgip3s8e1NfyoMYpS4=" } }, "is_incremental": false, @@ -4770,7 +4050,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.html", - "hash": "cO4uvSKewZ09cv+CBRlFBbas4KxTbGx1DA8wBFEdmrk=" + "hash": "S+nYnSLC00kSjPRZtDka6eiatk0iRv5224s6kFslVDs=" } }, "is_incremental": false, @@ -4782,7 +4062,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.html", - "hash": "n7AqO84a1cYXQJLrMpwDOcQ3dPqWB1ROP+jXBVWw7ww=" + "hash": "f5ITlYG/WkRJU73r9w+jh6rjjJ6dW9wBFNA504vnGo4=" } }, "is_incremental": false, @@ -4794,7 +4074,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html", - "hash": "PcuKIilCz8SgvkvW4OtEYG2syByMeKEZ/yuQ/kf6rJk=" + "hash": "A4pXXP4GnVfkB7Pl+WbbzkLmTfd1H3DoELkYayurXQc=" } }, "is_incremental": false, @@ -4806,7 +4086,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.html", - "hash": "shDCk2IAZ9XL4FW2ci2RfbIjC3rGImrfCazci/i98gI=" + "hash": "xmDbQBrPkbMK/NEzOI50e79lRWnu/7gEC5K8Erl5jYs=" } }, "is_incremental": false, @@ -4818,7 +4098,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.html", - "hash": "wr8X9g/tol+CSOB7a0Sae2BMid4Z3kl6fyilb3TpCbI=" + "hash": "m/tb6gO1380To6NcfjwrLukPLYtghztP5Ho1dvxCKeo=" } }, "is_incremental": false, @@ -4830,7 +4110,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.html", - "hash": "eTxz1ldlMnp/mstuzxQf+7LdzX5co36EBrPrLOONzEE=" + "hash": "El5H9SAZubKFmga8yFek4mrqQwpb4vx5blFsRBuv8zQ=" } }, "is_incremental": false, @@ -4842,7 +4122,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.html", - "hash": "Y901eUCBO1Mwwr+TgCXSUJGY/sYpgwVtRb5jUPhNfBA=" + "hash": "Cmf/WWJj/2l6Df6BcteQtpDo0/0szDsWQyyCwZ6qHY8=" } }, "is_incremental": false, @@ -4854,7 +4134,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.html", - "hash": "jfVMGGMTcY6WhswgDfzJVajVVnGuSkLFRDkYQ6qdN0E=" + "hash": "XOQFq55Lx2PnsarDLTWKlYEB0G1xtjzkbNYvObVF1AI=" } }, "is_incremental": false, @@ -4866,7 +4146,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.html", - "hash": "Lq2Zxmwp3eC7SdmYsOrie9FtHwbxJqEidVcA2bJ/Zvo=" + "hash": "CZaLhUJBOr95PG/BTWb8AauYSR6bS0K7bjKqaGAufjU=" } }, "is_incremental": false, @@ -4878,7 +4158,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionCustomizationLevel.html", - "hash": "k1mY5huqpuCLeEodHTwlEOJeo8rzX4wh5+Ox/NtxFZ8=" + "hash": "5BkPI/6mvgorkVInW/QTwqFJ8cACyZFfS9Zy9epcRJg=" } }, "is_incremental": false, @@ -4890,7 +4170,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.html", - "hash": "l0fjaiOezmh7u0t9XnCDnFIHlaJEEULlBW+ZXZAftwU=" + "hash": "Ct7PSMoJyuwNKkPcm146p0EPaaycftj9X4Okjve3ekM=" } }, "is_incremental": false, @@ -4902,7 +4182,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.html", - "hash": "jSnwg9K7GBHNrBXV/Ba0RdRfmxhhEJJZgeGZBsKa8bs=" + "hash": "YWVZHvOP/ner1YI3uYFWfUetUDecVoW3XBQ+SCSl58A=" } }, "is_incremental": false, @@ -4914,7 +4194,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.html", - "hash": "+VVYzD19xlPSxUZSvsoPsiewoziNfb1wTOZcWJhToHg=" + "hash": "0oQJBSt2+iWo60VH2fO2e9J6d7znwdHcnJty5CE1d3s=" } }, "is_incremental": false, @@ -4926,7 +4206,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractGenerator.html", - "hash": "Do1FZTxwf7IlIxSGizwbtZK2oM3E5J4sgfFqgPzkcoY=" + "hash": "x40iJt4WOmCVq2iWd9R5TYALPhxUSFZ4XPi8+nMThPk=" } }, "is_incremental": false, @@ -4938,7 +4218,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewApplication.html", - "hash": "Oop4PWGrOMDMvpH5720c6XVlOHFDPk8jUgasMdNHMQs=" + "hash": "znyoMgaWmfInfNautghCUlsPsANv9UDZsrNDW04vwxk=" } }, "is_incremental": false, @@ -4950,7 +4230,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewControl.html", - "hash": "5suVZ9iBr8VbPNcCpAiwWfRwg9PNtIicxuD7dtGRuFo=" + "hash": "FYG/bz8Pc9N8sRydMiutHafhf3wnHxjlCu6oAuyB+gg=" } }, "is_incremental": false, @@ -4962,7 +4242,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewController.html", - "hash": "iAS7IaE1m0SbA+1InBO7hl/6RgWtfn26yz6r0iRnnz0=" + "hash": "fc/a6DfJmIgDG0BTubAU2lnCMKpcutLZOpe9IV9KGjw=" } }, "is_incremental": false, @@ -4974,7 +4254,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractUpdatablePreview.html", - "hash": "TNrAxsiyjB9XKMivxqnAZw22J0WNaZJOGtWWHduQQD0=" + "hash": "8S1533BfeiBIsauW+i3foaJvsj/f/yMDbg+C4/SYJCc=" } }, "is_incremental": false, @@ -4986,7 +4266,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IAdditionalGeneratorsInfo.html", - "hash": "LQeF6woAd1KWNMo5VbcYrxzCvC0cKSucun61Fs9LyLU=" + "hash": "bpMpYlXzUVnrK00E2znqjeQFZM+sFYb5SmrT69GvTRk=" } }, "is_incremental": false, @@ -4998,7 +4278,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IApplicationPreviewType.html", - "hash": "11dbkBQk+uTU+KcuAPH5kUJDv+BkdnTKoq/ZdqWkohw=" + "hash": "bS4a/Q6pHrbvoEnZhACR62I6+1fayA7uwzigepWo1WU=" } }, "is_incremental": false, @@ -5010,7 +4290,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator.html", - "hash": "i4LLEOio0LqoPVFjNGcofTFnMC8kpnBe/P3IkSP1gW0=" + "hash": "MPHRgNHXeLJY1HiWky5FaitiNlxhR9IH4/MynYVu4vs=" } }, "is_incremental": false, @@ -5022,7 +4302,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualProcessorContainer.html", - "hash": "6khthqjMcxcRYSaOD0pomWdQ2s5fk016pJCMPlfCewU=" + "hash": "8IoDlMwZyjZgJDCGhW5d75L4tzKbHY8fHydyCSpAlrg=" } }, "is_incremental": false, @@ -5034,7 +4314,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IControlPreviewType.html", - "hash": "/JCsfiBVMOha6NzXyzmw3+pgdDXLSP+6knVGw00oDtE=" + "hash": "1O4l3R6bvNAzKbAPdtW9WGQ3aT6LJYsVPa0n1/yvz8k=" } }, "is_incremental": false, @@ -5046,7 +4326,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultFileTypeSettingsProvider.html", - "hash": "7t/G9t255tKBfrxWyZI5ijlEN2dbkPqAnLSIIOXgpkY=" + "hash": "Ga51QVJU+m9bmIUbVB62HACqC2e2x4OkewUbyUD0QEw=" } }, "is_incremental": false, @@ -5058,7 +4338,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultQuickTagInfo.html", - "hash": "KvPcqM10XDdd4aK+K1I5FvSlFGyZHFehbHXTlTYUaZA=" + "hash": "JKarzKg/go3tbbfpM26UHKfvVgNxNSlEIqAxK71jyZU=" } }, "is_incremental": false, @@ -5070,7 +4350,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileExtractor.html", - "hash": "p/VyQC8CJ6ss0nI4jORBVttDvquaeI+yGgpGq8goWoE=" + "hash": "c6sFkrBTGtCq8jp2lftGFOdIJML56BVl0ha9IssoBNs=" } }, "is_incremental": false, @@ -5082,7 +4362,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileGenerator.html", - "hash": "QsOc5dLEHci2jzJGL4BP0ehl3n9gl3SNVN7oNjbM1lE=" + "hash": "ojvVBxBYi3IyV/zDpOT54uBSUFFFmLwzLzZTqWF8hNs=" } }, "is_incremental": false, @@ -5094,7 +4374,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html", - "hash": "3ZqWEI3YYRyho5ZJVdlqLAVJ222cUGaHwesinYzuadA=" + "hash": "pOclOS6ivWDobiXKm32SbXVJ4g8C9ShggB6nhGAx0L8=" } }, "is_incremental": false, @@ -5106,7 +4386,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilderAdapter.html", - "hash": "EbtoYaF2HlL+gRaIQf9wZqNLZ/AKrSZY1aaN4TLAPao=" + "hash": "QXaOF7jcBMGo6pZaR2hzxpfHYUwjJGxuAADStu6duEc=" } }, "is_incremental": false, @@ -5118,7 +4398,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeCreator.html", - "hash": "1xpt8qChGv0cRnidhlIaxWa5SKu8iJ89YG9No8LpmF4=" + "hash": "4avrEjMoyHD34ioj/1fsgWbqjA3w3lNieMD+2iHo6/M=" } }, "is_incremental": false, @@ -5130,7 +4410,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.html", - "hash": "XFJ671NW3km7Lk6RvqJ9klbB/1yQx611t2n36G33u8I=" + "hash": "NGtCNgF8CHMcnDolpCVHWwbN6pG7VZPG3R1XXRxagmA=" } }, "is_incremental": false, @@ -5142,7 +4422,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionAware.html", - "hash": "CiremQ9wsNDrm+2LJ9d0nU+sFOxHa8uGNDQFWxjYgVw=" + "hash": "pQk/A8LsVCO0dGEsR7QJJI/8LnpXfr322Qyh5Apnhh8=" } }, "is_incremental": false, @@ -5154,7 +4434,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionConfiguringControl.html", - "hash": "B/4zluG2PX2mFeAwQie0Mup1CZ2pquqNmrew19Ef53U=" + "hash": "brrGID9jO6AoQ2MKkeY0zwStkVty40PJvVL/EI/iID4=" } }, "is_incremental": false, @@ -5166,7 +4446,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.html", - "hash": "biYKyYzv/exSyxvtydpNggsV4LRbyAAbk+cxMAEb6uQ=" + "hash": "QtMuBCQ8GuAvpPB4bHH1z5NDGIfcBrp8OuUxqxg08uA=" } }, "is_incremental": false, @@ -5178,7 +4458,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeInformation.html", - "hash": "3fI/hB7JWQEOSk1gV32tsNB/1GhJQwUVJaxhIObWx2w=" + "hash": "76ptrx/MzuscwuISi3dlrlLNZQt7ZTKYOoWW/ourGR8=" } }, "is_incremental": false, @@ -5190,7 +4470,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html", - "hash": "4Ae87s3wzdbfhIsVnOKIjUR+Z+B/FKnqZweaNUTOgG0=" + "hash": "00fW8ltEb5Km4DVF8z8Er22YyFjNjefcYQv0xxqLWwE=" } }, "is_incremental": false, @@ -5202,7 +4482,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFilterFramework1FilterDefinitionFile.html", - "hash": "pbUR9NoP43MHXebIEDF8q+F4d7unZ8FYHMlMjmtOiUI=" + "hash": "taLshg7SQcF688MsKLaXFP/m/3NN1Kwx4NacDUWmtUA=" } }, "is_incremental": false, @@ -5214,7 +4494,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IGeneratorInfo.html", - "hash": "VOUjXi1+Km4iedDnAwzEeuSN2uSDAUVn5QxSgs5hOoY=" + "hash": "TTRwpsbhQ/prvQxuehtX6WAJo06azHxgb7bucvSKUzA=" } }, "is_incremental": false, @@ -5226,7 +4506,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent.html", - "hash": "MFOjEiJCyvilOxt8QETdnoQKEgTMoiLJHWWHyu121po=" + "hash": "WvjwPaQlc65g17vTVlVGtuhSFpLJ3kjQrUplGnrQJiE=" } }, "is_incremental": false, @@ -5238,7 +4518,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponentFactory.html", - "hash": "eA1m16J8CmCusT5CDCRWUEZHvoMYhGYcLcGuqtRtagI=" + "hash": "Pswjs9+bhK1/PZTg/iU9GsHEBfpXo4ZCy8Kkm7zopV8=" } }, "is_incremental": false, @@ -5250,7 +4530,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation.html", - "hash": "KNTvCgEA3LCtlqOae3HLcxS/MsbGJw+0/P2eyzoiOyI=" + "hash": "TL30PvnkE3N9HPvAvB8AY3xR9NP3bEUG3dKEOskPKQM=" } }, "is_incremental": false, @@ -5262,7 +4542,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.html", - "hash": "UPeJgUhfIDI+cM2YdvqSWV57TSi4oj7tnJ0K9E9peMQ=" + "hash": "s8nnAAacCmHR4XQCwGdTRT9JavlJPiOLsYlGPYfBETI=" } }, "is_incremental": false, @@ -5274,7 +4554,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.INavigablePreview.html", - "hash": "ZDsT5HTpiXGjJbrMl7c4duRjROJBnd3Cr7TcJwQDCMo=" + "hash": "Cg+Za27nc10nArgPj9gnKxPv4nyeldJrwNdD3JiHRc0=" } }, "is_incremental": false, @@ -5286,7 +4566,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSet.html", - "hash": "G8eb/iuRno48UY4KpW5PMO5N7YEzdz8FG3wQCijrjl0=" + "hash": "6x0ydUjmGv53FVgj3jQ4WouY+XvwuNTNYYjmiUYXVbw=" } }, "is_incremental": false, @@ -5298,7 +4578,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSets.html", - "hash": "4CwtK870Qi7zvkGRcBl7TEgGVRClMwRAlqpORDxJZPk=" + "hash": "hB2bH+l1Cs+8lRbDA5bQZR3UqpiCmsURofwyWkOCOEg=" } }, "is_incremental": false, @@ -5310,7 +4590,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewSetsFactory.html", - "hash": "mB74XL6WTmtkaYcWaZErz8hyfZJlCRfmyW8Ze0sCo+Y=" + "hash": "f6FhzJb/awFjzbbbmLkI8iGVVfOks84jwBLwaVCx7Ck=" } }, "is_incremental": false, @@ -5322,7 +4602,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewType.html", - "hash": "3mKQQzZhupW+TRaxbdEEsWoRb5iKDhmiDmyay6SmR8g=" + "hash": "oYDzB/UmcMhf8/G9QJvZwQkyk0HrfTIeZuGPtc4uNH4=" } }, "is_incremental": false, @@ -5334,7 +4614,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewUpdatedViaRefresh.html", - "hash": "JlitS0gMwf5j5j1EMmMyjcRexedDGaMlgry8Vavhs68=" + "hash": "oDlgl8Q3z3OEw9PuKYMN0bYI7zau3GC+jg71WeIkXUw=" } }, "is_incremental": false, @@ -5346,7 +4626,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IPreviewUpdatedViaSegmentFile.html", - "hash": "qjEow7sx7HX91PgOr39oS4cGLwcBYJTGcNoCmJJ4OBY=" + "hash": "o3uHlllXApj0BjFSvtyTMVbjiiePSGRXO6OTQbmf0+g=" } }, "is_incremental": false, @@ -5358,7 +4638,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag.html", - "hash": "k3rkJ4Jfz4qm2DofS5RIAY4jq5HrnTgXIzbQzQgtDRA=" + "hash": "U01ZKAYLoUgey9i8Ns8NHIRxPoyqPXO33oOPO0l9ORo=" } }, "is_incremental": false, @@ -5370,7 +4650,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTagContent.html", - "hash": "wKCBo0zjd643KyxQZY/6fzpywTLP1GHu0wIEIMvly+g=" + "hash": "vCU7AnpdSO/B1C+pMi3iqcwyTq8JFJOLqy3uUS3FI0M=" } }, "is_incremental": false, @@ -5382,7 +4662,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.html", - "hash": "gPWgfzB20mmJYbmm5ETYPODjVNtVo1TAJTqOP4o7vJs=" + "hash": "al5sy23J4eka8GfCdbrZe7yysI2xSidnojbx/Pl/TeU=" } }, "is_incremental": false, @@ -5394,7 +4674,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTagsFactory.html", - "hash": "Tq7TkjiSIuZLWRIm/A8fvEyr8jvDjMWuVEPfQbuPhvs=" + "hash": "4emw7suj5WFdNgZ8rvWm3OmA9SNB3M8LfVZ/CKcFvH0=" } }, "is_incremental": false, @@ -5406,7 +4686,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISettingsAware.html", - "hash": "Cyq0k1w08H7rvQ5PHahJ2+LFN4Xoo7nKSy7+yDYNBpE=" + "hash": "cqBrIryOzbYelg5CoMkbI0kIIQPq5o/OiZqASFX/sYE=" } }, "is_incremental": false, @@ -5418,7 +4698,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewApplication.html", - "hash": "AOt4vcEzpeQ9Lnf/z/bl9sdDQ0x+Tmo2lmtzPVYfKX8=" + "hash": "D9K9+qkj226xaH6RHFzWIa6/UFBmpsPA4V2XvSoiTUU=" } }, "is_incremental": false, @@ -5430,7 +4710,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewControl.html", - "hash": "NtvcwQBLR95BxIFwkOmlc7ewAF56IEwN7vB0SrTu28g=" + "hash": "ErOD9FN1NTJZOF7ldY6usGItIvJx3j96mVeLp9WW5EU=" } }, "is_incremental": false, @@ -5442,7 +4722,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFilePreviewController.html", - "hash": "2JXRw+Tfjk61qLjoH3zQqbES5u0wV7BZlAxJurQhrYQ=" + "hash": "Qh9LvHRnuzhnZemK5rZg+mMqH/wH+2hVIHb2lcHZ/kQ=" } }, "is_incremental": false, @@ -5454,7 +4734,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISingleFileRefreshablePreview.html", - "hash": "QXeV03+R7iWRXE/wWwvbteQLWj87yjB1l8cNAfGcvfU=" + "hash": "IGTTfhN4Pkfq2oHnIO0WbO0uX7l9NckVqf6Xvhbc9RQ=" } }, "is_incremental": false, @@ -5466,7 +4746,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewApplication.html", - "hash": "8HZpQnk1MATHczE1PnJuk04j6TSvESxhtv/1S1h8zWg=" + "hash": "EtbV9HtggAsAn3nt6YpLSPAy6V75pmeOlTsFc4ucqt4=" } }, "is_incremental": false, @@ -5478,7 +4758,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewControl.html", - "hash": "t5aaBySeU3CumwhZtsYcibT6FKL43K2BZZu/nE1dDH4=" + "hash": "bqYEHagnb1u3GPaSd9LFdK03SniuJtaaC4B+bVkW9L4=" } }, "is_incremental": false, @@ -5490,7 +4770,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFilePreviewController.html", - "hash": "jc31yDkxwR9Y9P9ouODQ+J2Y+RuH6PdftAQgnNzeaDE=" + "hash": "46N5SRJ0YllSWnckHu2R7G9zRrLzdRr/dPdhFF2lbo0=" } }, "is_incremental": false, @@ -5502,7 +4782,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISourceAndTargetFileRefreshablePreview.html", - "hash": "UOI7Mt4q7BSyFi8xx2ydBf1P9E1uRTs6Qnr3AJilRhM=" + "hash": "8C3ozmutdErfXlfUPQ0lXKgZEojsAqR1TLY/L95/T2U=" } }, "is_incremental": false, @@ -5514,7 +4794,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.html", - "hash": "dqcM9KAKhFQs5u/tsrvazNR8xIRmvbDANb2C7UkNWkg=" + "hash": "Sa3GA9LQpusxWAOzG4x0cVIBtRLd/cF1VFdnm8yYAR0=" } }, "is_incremental": false, @@ -5526,7 +4806,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentExtractor.html", - "hash": "TymZp8MjDTyFUAQMkXSlHG6hfcl3FVKiKX0aEgWAAao=" + "hash": "Fdrs3nbXFRYIqZsQNT5QGxCMUCvrU7/IHaJpb5gLO70=" } }, "is_incremental": false, @@ -5538,7 +4818,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentGenerator.html", - "hash": "GLpvVAN6W0ZdfIoCgSBtAtFb07vXsn26Vi+9hCNZc0c=" + "hash": "jcahkCtG9yQZrTwzlZ6NDpDDw+K7Yof2TNtjDXj5340=" } }, "is_incremental": false, @@ -5550,7 +4830,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IVerifierCollection.html", - "hash": "siPYKMa4kOw7EdzVJmutI6FYUNjnl2T3qXS9W2PpMns=" + "hash": "WC6Fiakap/5/becnTh0kskDFq2dPDmUY110yFFRPnxI=" } }, "is_incremental": false, @@ -5562,7 +4842,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.html", - "hash": "6G+0LlGTShIfFMVjzNZO6UnOvrDaPVgtLG5AzqRp/wQ=" + "hash": "O1xL+WCYhAibgWQ+cDR5iwPSSLWvWaNhV2QkirWuvJw=" } }, "is_incremental": false, @@ -5574,7 +4854,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.html", - "hash": "Fn9wwW36OOThnKpUAcbSIbD9tYtgs/lx5PPHm0oiH6E=" + "hash": "oGJXRLVx35gfyppGATNBEis+L6Fs6+60fNq2tiwihow=" } }, "is_incremental": false, @@ -5586,7 +4866,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.html", - "hash": "h4Cm6jMlH4RvXc2Q9CksBI4K1N9MsrjUtiY4UlK5BX4=" + "hash": "YzRHY9wo3eczcklkx+vjmtTlJTWw41/feuETqLE0Fq8=" } }, "is_incremental": false, @@ -5598,7 +4878,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.html", - "hash": "+cux/cZAq/9VEdF6eRUC1h9v7Uj4Wf298vMzqtj0oio=" + "hash": "CpXALmCn+skImXo1kFGk2g70qIii7zSdEZu26gFkMp0=" } }, "is_incremental": false, @@ -5610,7 +4890,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.html", - "hash": "9mzpMjbiT7clBLdOFDwLPaMhiD3DsxczwCC61KPHpD0=" + "hash": "lnsWa2rcMGwsnE4p0oExiyZ4iWV6h7JSKEegTTd3a5M=" } }, "is_incremental": false, @@ -5622,7 +4902,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.html", - "hash": "Q4Smhj2zcOaldYc1IFtBadCjl+JTh07/kjbTW2WVZj4=" + "hash": "lXJ/7xgXlBoSzLe6SOXMI8Z5rdjVcgOlzssI7yfTDuQ=" } }, "is_incremental": false, @@ -5634,7 +4914,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.html", - "hash": "kzV3boii/r0+PCCbs7imitxoO+IjCrB7QOlw+eQ+jsM=" + "hash": "Res6DnIODO/UkHqIZ9AzeVApK2E1LowkaHxiTthxeRY=" } }, "is_incremental": false, @@ -5646,7 +4926,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.html", - "hash": "qs8wLBIPjXkcA6Reylkn0L5Hr9FA4312QJz6n8uCLmE=" + "hash": "njSwe3ncN47dMIGI89vmnNQyEWF0x9YdfADIdTKXxoY=" } }, "is_incremental": false, @@ -5658,7 +4938,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.html", - "hash": "5q96nQZXvv1kVVYT9v+xw2cjnk+G9sdkjco5eKF0qi0=" + "hash": "2HMYZ6qwUdDJVLx+X+Cw3gTxtJMIkiYrgQu5yG30ZFM=" } }, "is_incremental": false, @@ -5670,7 +4950,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.html", - "hash": "lAtKvKPy32YSoMaDAX977biWemsn0tGvoS/uFoEsLGs=" + "hash": "uz7UjDlel1ysjIKVTkjCZR0JfvJxySKjtBC0WJ62C6w=" } }, "is_incremental": false, @@ -5682,7 +4962,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.html", - "hash": "CHcTV5Fc4ohm3fVyWjjzj64GHPApWzeEV92HSFHyOCk=" + "hash": "gPA/xl4hvEtiz1P5Dbh/DneIghcG445MiWDFPYzBauU=" } }, "is_incremental": false, @@ -5694,7 +4974,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.html", - "hash": "t017Fdclb9SyYwr8YezwORzZPspazRIXkAHM8C20Tok=" + "hash": "9CIkLQO95lxJ0USqIbe7qbw8d3tVil/cg6WErAIHCIE=" } }, "is_incremental": false, @@ -5706,7 +4986,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.html", - "hash": "jREwk9n9eUKUtVajg7uY3sdi49ibtPZCzwcbwfFGmVE=" + "hash": "FSZ6Hafdk+KCQ0cnPspURzaU6F5LrpJeGXdIA9rtFSY=" } }, "is_incremental": false, @@ -5718,7 +4998,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.html", - "hash": "HO+DuQgbkvq5TmQ6XhN7LBui65efjejSj0RC0fanOTg=" + "hash": "xpzsYYRM3FswYZC9H6qz2Z1Y9oVgkNCv5H3FAqiqJyc=" } }, "is_incremental": false, @@ -5730,7 +5010,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetKind.html", - "hash": "4JRmNnounjbQPQRIwSmZ3CFIga356/rSEFqhC0f0sXI=" + "hash": "dyNSxCXF9kCCi1Wv6dDpALxMr5oETotqpOp1G7n3J+Q=" } }, "is_incremental": false, @@ -5742,7 +5022,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsert.html", - "hash": "Yp1hD2jXpV5gI+HjsgiUYlHzoTSa8hPKtqwnMKU92m8=" + "hash": "RtJg3yClka++F9uYM8jKs/k2T1ZWl9GXSsr8rIuSevw=" } }, "is_incremental": false, @@ -5754,7 +5034,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.html", - "hash": "+uPvd1egNuFuombYcrVSOztUjoU8xLKjZOv4jlZNzV8=" + "hash": "sQBGSr3eNauinddUnzdkZq2h/T6FxjeDWQKhxj0/Giw=" } }, "is_incremental": false, @@ -5766,7 +5046,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertsBuilder.html", - "hash": "0yEq2/Ha+5LzaCtWDyAKTQXtP33OkeFM4tIgsQWUbLw=" + "hash": "UsDj9kn27aTvJF7MUd9VKbUDwGxKtoVYkohaww5JizM=" } }, "is_incremental": false, @@ -5778,7 +5058,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertConstants.html", - "hash": "voJzSyFOOTYOvJ8GOL7FhOdxP58LCiCetcsynsWw1Os=" + "hash": "zdQVDVoL0H0P8qkJfv7W+WhiIlboiUile9O6ZB7O+M0=" } }, "is_incremental": false, @@ -5790,7 +5070,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertIds.html", - "hash": "+c2RHJGMdSUiBQBppQKfct/sJhGCQZUM+/GlAO89A3M=" + "hash": "CoZ6SZWlO6Ys8oCFYC2UzBM5ZH/25yD/87pU47vDuss=" } }, "is_incremental": false, @@ -5802,7 +5082,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.html", - "hash": "d4qpm0O8CNDpzQoE0IHLA14S8NRMMRVcu8Ozmw0uilo=" + "hash": "hv3pw8ETVLaKv0+fZagnJFMuGdGo9JoR2GinoTw+4D4=" } }, "is_incremental": false, @@ -5814,7 +5094,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickTagDefaultId.html", - "hash": "mc8tWL8RUZNtuGROw3WMCoSsDYNHdhPYTdS+ak3lxos=" + "hash": "YNy+kGXBAlOxAbh2fHVuYDfU5xNUqUPNgUKsUYpGXZA=" } }, "is_incremental": false, @@ -5826,7 +5106,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.html", - "hash": "LjVrPHR+n/0CYCiHyQxzHZ/3DUyJVBcj3R9NfIsfb9I=" + "hash": "cp4kADuCF1WQYGCXHY8R8cV/6DHFXlgbyAQSN9aAb/M=" } }, "is_incremental": false, @@ -5838,7 +5118,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.html", - "hash": "hIWvGlmmyJ/LBe+nO1qkCn9g5SMUWa92qPTmA14rAV4=" + "hash": "FSjXLkxaI0tu0n+xaDaYIpGk/6A3tdg/xIOWNOQvuKc=" } }, "is_incremental": false, @@ -5850,7 +5130,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.html", - "hash": "vcRbuXELRNPcqfA6Rk6EZ1ErA3kEQiPwrI3EeD45kxM=" + "hash": "8PIm2h/Sg8dPullFVtyjCeILcw0VL/KIy5w0PEvwidM=" } }, "is_incremental": false, @@ -5862,7 +5142,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.html", - "hash": "Qme5wuKc5/VZr3e+xRxlh02c1J8XgcCQLCKH7koZGv0=" + "hash": "MMpcRCjj3kKmGxrs0aba9/2Msi2b69NxEXUTdsEjyGE=" } }, "is_incremental": false, @@ -5874,7 +5154,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.html", - "hash": "fKgA/IXZfPtZHYpyiQ4gZhIVf4DKgEGXXrskwHK4/lY=" + "hash": "QSmG1+NXNER2NpiueMrKjkSvm8+sKf4J139pEY6E1JM=" } }, "is_incremental": false, @@ -5886,7 +5166,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.html", - "hash": "NKcDv8BkTyjZgI/cYvxmS8nELpqWuCxxPd5ySILFT3U=" + "hash": "RgxBexGZYMAQNB9vXz0lNUS6Lf953uGyf1mGGPga6Hc=" } }, "is_incremental": false, @@ -5898,7 +5178,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.html", - "hash": "FIP4FGqAWellPy5XgvwKNTPviPI10EwyaM3ITGtSuT0=" + "hash": "GMJkIwpI9hNGRSNHCT4ZMIRTJU+mkTA+p7npYEKckzE=" } }, "is_incremental": false, @@ -5910,7 +5190,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.html", - "hash": "uBH3D93y5SQ1OirRyzE4s4kyxURpVYnofcBFA1ReXdA=" + "hash": "Cct2FV7pgASQ0hFiaTjzRjHQ341pGzgUVDhO0W3CPiw=" } }, "is_incremental": false, @@ -5922,7 +5202,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Stage.html", - "hash": "rVlQysAraCylahWND2pKFEJK0qGRrJmBF+YOkc5zViA=" + "hash": "VmE89gzaUgm02p4Ypctdd7IclYpguTED0wpljdWTKuA=" } }, "is_incremental": false, @@ -5934,7 +5214,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html", - "hash": "4DLfnePCJu6upLQqaqYrJKF4U79JMB08hzNWgT33PhQ=" + "hash": "aoovKLQdDz/aJf2bRAlemtTM3B2wvsU0ZSyJdG5rrco=" } }, "is_incremental": false, @@ -5946,7 +5226,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.html", - "hash": "JFb1XfY9QvMCYirfoXmpUBrD70u0wxOpo+LU/FDmPVs=" + "hash": "JPIx6aikyrVHbKfkWrky6g7YSLoH+bUKbxq3Tgh5EuM=" } }, "is_incremental": false, @@ -5958,7 +5238,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.html", - "hash": "hxSB5CF9mBpJzbEoqKUq9kxkz4mcYJk9aWgA3k7/Bs8=" + "hash": "0/UgIKEAOzWqUrIGDLYw51EumHCaB2l/nFaP5+NpD2k=" } }, "is_incremental": false, @@ -5970,7 +5250,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.html", - "hash": "R+ABsYjLsp74vRnNd2jASbaDP87L4epW06neE8Ivq+4=" + "hash": "5vxIf9c+KVeQVYTulZb5uUcSuB8ZB6RGFYpvQdfRbT4=" } }, "is_incremental": false, @@ -5982,7 +5262,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.html", - "hash": "bWC2/lHb6o2Ct7U/LtnZY721uIcCq/F7l1GQeEV5tY8=" + "hash": "S36x5HVVFkZZWrVednGF6zEyEhxbM+74qcEAcrCJOJU=" } }, "is_incremental": false, @@ -5994,7 +5274,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ContentRestriction.html", - "hash": "XGVcV7TmkIEEi60J5yoYTffqRu9FlFtcGc20NTIFKbc=" + "hash": "LSBfqEOO+Xkm3zInLs2mWGaV+AuV2eSgpkJDGgIhuHA=" } }, "is_incremental": false, @@ -6006,7 +5286,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ContextPurpose.html", - "hash": "lMVUW7YbXnp9mjt74sLc1a7mvoVwaIHtbsVRzAPP0Lw=" + "hash": "LzuCbQBIw/gBHbNLx6SvtzrPLKkuoDkIo/p/ZXKLi+k=" } }, "is_incremental": false, @@ -6018,7 +5298,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DependencyFileLinkOption.html", - "hash": "H0u0WkwBbDRf5ysKLW+FmiEfakpg/952QpnoixRkzrU=" + "hash": "ouZcg3XBt2D6d8UoSGOlxXPj13KNKvtfSAG2G3kj9W4=" } }, "is_incremental": false, @@ -6030,7 +5310,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DependencyFileUsage.html", - "hash": "mN0wjHPNSGqBoiy2YKvF3XykmydlFdbpDBXEyuWn8u8=" + "hash": "ief1ofWdP1uq/paKVoj5Hb6Fgo5xIVHYTjMxCYAXsJc=" } }, "is_incremental": false, @@ -6042,7 +5322,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.DetectionLevel.html", - "hash": "U4iBLaOPWYXFTU2L3jd8WLgq/Ljmmo/65eTjCGh4+YA=" + "hash": "3YXtaHDNO7mzCuWsChS6F6l1lJ5cq+VQWx0unjVAKEk=" } }, "is_incremental": false, @@ -6054,7 +5334,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.EncodingCategory.html", - "hash": "+Ucn4SfjZ2mNJo2el1M1tXk9Upy6nUhu3MvmiiruqW0=" + "hash": "09xnGJslLto9JQZUV7LWJMIBO/zypSh2NDZ3klc09g0=" } }, "is_incremental": false, @@ -6066,7 +5346,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel.html", - "hash": "PAwZsR5Q+0oH26iFwLs8VW2pH7kL0Ihm0rNu8hAV34M=" + "hash": "/5SbYOGtvV54MMQwoSX+i0tE1Hv0zxvPdVMG/FCVMhI=" } }, "is_incremental": false, @@ -6078,7 +5358,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.FileId.html", - "hash": "+ZM6xI8jVOOMeCdnjbd/q0pW8U1L0W22r19YWGa/YMk=" + "hash": "G4tuIq4nWF1w+SryhexpHHmVtF9X9U3tzAtAOAhGuMk=" } }, "is_incremental": false, @@ -6090,7 +5370,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractBasicTagProperties.html", - "hash": "TxnUwen9t5DfF9DY6sMCdyxaC+CXfHOwiKO8NQcdf/Y=" + "hash": "/Tc5xx9AIYXlBbVfnxQfud80pl5Mci2IXutJHEApqu0=" } }, "is_incremental": false, @@ -6102,7 +5382,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractInlineTagProperties.html", - "hash": "mXlBXYPUnkREDdNhc1OgAIhSz/NMb2TNRK1D994DzJQ=" + "hash": "cjtc1d68n4rVc2W/EYswTpKiusYJKzQc6xZmFdaE3SQ=" } }, "is_incremental": false, @@ -6114,7 +5394,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractNativeContentHandler.html", - "hash": "x09tpCaPSd53HcMfRK3WcHqQRV6QG57dJZ2a2EQIB94=" + "hash": "QoVDvCgjVlmEhxH4W7Ngm45tHcOYdJTlI6nDQZrR7nM=" } }, "is_incremental": false, @@ -6126,7 +5406,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IAbstractTagProperties.html", - "hash": "/3T3sVEPXD6qoiZuwNSEZhe90GM4GZLGe8F3BEyqAEU=" + "hash": "q91MVKZ37FqLkQU0rz/QmLB8ww+j2oNJNHBDXG38NqQ=" } }, "is_incremental": false, @@ -6138,7 +5418,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporter.html", - "hash": "paz24C3bIKMLBwj5U/BSoZ+j/+SE20eYLkQpkLj48h4=" + "hash": "j/gyNtq83aD8YCA2Wwj6sJLTEChfFR/FNR9tlFzltlc=" } }, "is_incremental": false, @@ -6150,7 +5430,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporterWithExtendedData.html", - "hash": "RDYjnHUZrULlHnmSPDounwOIHqXeO5k7K6AqOv/2r3M=" + "hash": "qUFwcDC5ReZhhZeqrVrRJB6jE9qt6IiS3z9wuovGaQE=" } }, "is_incremental": false, @@ -6162,7 +5442,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICacheableSubContentParser.html", - "hash": "5RPmULN10VxvrXQq1tGBNzG1HbBDtihGRgXOER1THJU=" + "hash": "16jL5MPp9elbsEmjYwf+LE/hgkArKyvsnhIkflSJmf4=" } }, "is_incremental": false, @@ -6174,7 +5454,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICacheableSubContentWriter.html", - "hash": "zsZ5fQOlwNryqSMujwlVoCrQOkjTHSnESHfD0rvOuEw=" + "hash": "/buQQRpmX8A3I6RBspUdNyRh23reUGoevgsCz2Hw5Ss=" } }, "is_incremental": false, @@ -6186,7 +5466,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IComment.html", - "hash": "RyNUjTSw6BscoTLwNqWa+f8FK7SOX5HLeeL9CqYqKRs=" + "hash": "k6BRn5J8OlcLzQxQv/5vHccj6pzRr1gb6U12OEfW6nA=" } }, "is_incremental": false, @@ -6198,7 +5478,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties.html", - "hash": "1ESvc8q2i/N00aw4BXt8JI4nMCT6BDxBZfQbqLRi5LY=" + "hash": "YW1gqUKv4QhQV8aagRmSnynSEm1L/MJGeVChY1xt0NI=" } }, "is_incremental": false, @@ -6210,7 +5490,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IContextInfo.html", - "hash": "ia6xre+mRiy9E3QY8Pvi4nOBlyFozQmYj2HooklZdgM=" + "hash": "n0dfONa0Lmd9yKxWDbfklBZ0Tzd53M0wB7cwYnP9iNA=" } }, "is_incremental": false, @@ -6222,7 +5502,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IContextProperties.html", - "hash": "/PCvpWF23M5TPszuqGu3FkHYMgIUpwi4ZVEwWKcPMY0=" + "hash": "GKvJa/SVMDx3TUlscv5TE6b1LzuHf+fW9pwVreW5Yrc=" } }, "is_incremental": false, @@ -6234,7 +5514,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICustomInfoProperties.html", - "hash": "liUpMFrWZOB+SUgq2fqvsS0aJWVCViFMNN5SuBzAFFM=" + "hash": "sWhXnah+NjwOoIQUrXrcUMj8h422CZAbvNP7D7cI8Aw=" } }, "is_incremental": false, @@ -6246,7 +5526,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IDependencyFileProperties.html", - "hash": "lorSG5y2PDEEtqIrXZP9sBl17rd3KB9JJTgx18UBvaI=" + "hash": "2TJITCph7bA3AeXQoJ3P9LB2vrVBQ8AvhzwghmVVu4A=" } }, "is_incremental": false, @@ -6258,7 +5538,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IEndTagProperties.html", - "hash": "YWQu52btt2/pAjuCwjcEoKeezyCxnBVfPee1mjMXIjU=" + "hash": "AXQNXUq0LtWu78rQqdu6lc3be8CRlAU5sTNm/fiBm0k=" } }, "is_incremental": false, @@ -6270,7 +5550,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFilePostTweaker.html", - "hash": "oHnjOV3NgdWd5pTrag1YBFaX5zPVZo2br1Ksj1DGIus=" + "hash": "w0Cmq2HlMJ3zRBGkG9/ZU6gy2vWJFMYup5o9DWsSZDI=" } }, "is_incremental": false, @@ -6282,7 +5562,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFilePreTweaker.html", - "hash": "x60R0xyvyD5UPLar0SDaZrVm5x7Z900aOzGTv3jnC/w=" + "hash": "RiYk8C5al7V0C9pcYQbMZsOPYUBaiWEAgH5ZpO0bJK8=" } }, "is_incremental": false, @@ -6294,7 +5574,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IFileTweaker.html", - "hash": "m3MnkI6UHPtUHnRWSLcmh4OSWumocVU8CVRi9IZYJgs=" + "hash": "u/onIhSbjFqRwKRHiy8t0TucDqYckjyHfAXwvDQS+jk=" } }, "is_incremental": false, @@ -6306,7 +5586,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ILockedContentProperties.html", - "hash": "wl1TgkN/jSgPCZJD8ob/kLwF+f0QqezNoWUIg/UE0GY=" + "hash": "XQx17GbQiN0IuuzshV2MZl/WHTn/ywGcZD2fMtkEOns=" } }, "is_incremental": false, @@ -6318,7 +5598,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.html", - "hash": "So/DCqtutgFzIEA96MrxDTWrNz7oUGA49Ol+dyiYYYs=" + "hash": "GmdiC0VwgTeb5Ssa+g08MPJUE10K3feZiKA/hUunqMI=" } }, "is_incremental": false, @@ -6330,7 +5610,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeContentCycleAware.html", - "hash": "2g7A3ZT+1nv6RQlVu4V9lnGXqpIKoJDSlloisB8bv2M=" + "hash": "bziozOKkR6bKQ4uvxp9T+uyXxOqdQ5DJ9iBTjhQa1z0=" } }, "is_incremental": false, @@ -6342,7 +5622,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeContentStreamMessageReporter.html", - "hash": "FEsYtDbcVHFrpQkVzK1VNM05qaQWVexo6IaEuZ92A+k=" + "hash": "D9A5N+SJcMJWDNMuldn3V9hrD1SHwI6RFBT2vdtpty8=" } }, "is_incremental": false, @@ -6354,7 +5634,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentHandler.html", - "hash": "C7/xNQxB5ghZ6gRgId7uH6YioZSn6c+bcelvTCKQ8A4=" + "hash": "kct3+ORQ8CJA7KcMb2kYu/EggdU9jHOE4ljYSpMOl1A=" } }, "is_incremental": false, @@ -6366,7 +5646,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.html", - "hash": "KON2NSoDzKv/lp3UlFWEoJLQy8IbHbCeT+5JwwBVwRk=" + "hash": "gtVcS2+D7IwO1bmLhAN2kyUNmwi3zYoJ4kGl8yi7ykk=" } }, "is_incremental": false, @@ -6378,7 +5658,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractor.html", - "hash": "3p1O0jozT8RgaSi7zw23nGGmh9rRdynBdrWE/9aRKrk=" + "hash": "+1455RB3gpalyZCTxagXd2QV4m7mobLRWlyYjW5hpOU=" } }, "is_incremental": false, @@ -6390,7 +5670,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileParser.html", - "hash": "Tu+zmJMrrShjnjPyIR9RIf7giYEBhIyJDLLUVimGSEI=" + "hash": "eJllIiG5xaJ10yyCer66dlcIrZa2dljQF8+uu4ohXWI=" } }, "is_incremental": false, @@ -6402,7 +5682,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileSniffer.html", - "hash": "uWG26d+c5dLAKDvek81Gk+KgBFe6i7au+T4Vf/ze/nc=" + "hash": "CSL17l8+ShPYO9UQYg4cdXRdduMqh6/L6RhDFSqYgss=" } }, "is_incremental": false, @@ -6414,7 +5694,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileTypeComponent.html", - "hash": "6mmagsijCaGuW24CViEMd7o8y7oVfupkieUI5nDREaM=" + "hash": "MZdrygjAZSeVyMvksMftrRgaKF43bvfu76Vw0ERelWI=" } }, "is_incremental": false, @@ -6426,7 +5706,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileVerifier.html", - "hash": "YPm3DTIUbBpyNH0xdoWh3+48F+F3dY9RifnosyW6UsI=" + "hash": "amzF/vDhdDVzyJw8daWyIRc4jVvT/qlZqEH1PMWG1HY=" } }, "is_incremental": false, @@ -6438,7 +5718,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileWriter.html", - "hash": "pD22BNs+Co2Js2DpYEpmDkKpt+WoqzEWU67zFcITxCc=" + "hash": "83GSHen5wVhdQQ0T0S8KcwbdphqIhNTQVmG9DaIKQp4=" } }, "is_incremental": false, @@ -6450,7 +5730,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentHandler.html", - "hash": "XdbyZw4k4wZfTpWOCda4IaEljVsVR1/NvUweoCVgyCw=" + "hash": "8SJnzTgePHkT7unlD+R4JQYmcwNWucy29oTI4LHNikM=" } }, "is_incremental": false, @@ -6462,7 +5742,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.html", - "hash": "fp4GgS5j3VongjybkBFAEF+CUs4mjqXOIKdan1bOLnc=" + "hash": "FXePlvqBg2z/a+qU2BOLb2SOb0bMzifj4MxE9+/izyk=" } }, "is_incremental": false, @@ -6474,7 +5754,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerator.html", - "hash": "nq0WURbYwtC6qyEtDoKhmC2J4lmJJy8OcovrB/msXGg=" + "hash": "bgwpokPAWozGfHdB8zLvjk1qZjpLNznRzjTXt6NYHL0=" } }, "is_incremental": false, @@ -6486,7 +5766,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeLocationTracker.html", - "hash": "U8NQRfpfiKBFlEqDueTkpc5yNqSYLHkZGlE9bQOrMAc=" + "hash": "tIAtkQ/Yd7tGgNvTrg93gWm0LNkz3SSbwjFoq00QTrE=" } }, "is_incremental": false, @@ -6498,7 +5778,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputFileProperties.html", - "hash": "8+Je0LAkfciqY2J2HoPiZBL5tr9j6MOn1CFJyYo3wBg=" + "hash": "Yqtwl8aAJM8f+g4GTmGuIcpYMKpRD/Z4XupA9sU+pK0=" } }, "is_incremental": false, @@ -6510,7 +5790,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputSettingsAware.html", - "hash": "gLtUndB15MincS0zMnf6zLpvyWCRQeUPIcILWktPn2Q=" + "hash": "se+eXl7Bw1HJVPGpHAxH5iSp3tY1xvmVCQJcJlPxEZM=" } }, "is_incremental": false, @@ -6522,7 +5802,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentExtractor.html", - "hash": "OIu9Oz7VTydTtsF9xcF5Gt5Tx4mMjujkL02w1LAALI0=" + "hash": "t26/TW29LWn3i9aOjzGwG9qEZcLZMhdMCcCo94TbNpA=" } }, "is_incremental": false, @@ -6534,7 +5814,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentGenerator.html", - "hash": "Ny5YFEZf8+sCaUymc0t4dpFnb6gQiUDK+8i38arFXSw=" + "hash": "PLi9zqvqnnWcNac3CmTUYZTDYa+CNKxhcGSz+7opfKc=" } }, "is_incremental": false, @@ -6546,7 +5826,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter.html", - "hash": "J+H3bxVbn8orK6pNSRRZDIVt6dLrGWzNYy8I4PGQDB8=" + "hash": "ICtUdn4gw1OT6N/wnXF6p98TwTYeR55ab+OsyH5AlvI=" } }, "is_incremental": false, @@ -6558,7 +5838,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo.html", - "hash": "tq9Lx5YCUutHjWU0HSWKA5hJ/1jM65qSLFkX7Z/5Q5s=" + "hash": "IHrDA1udSASSmpUCM5MI2IkDuLaCWjw74EDQw0WcSoI=" } }, "is_incremental": false, @@ -6570,7 +5850,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IParagraphUnitProperties.html", - "hash": "wIBeVFYs6rKXMGJaT+0KLIBgJyukeaDS0nWSLjLdUYU=" + "hash": "vZc1u6d+pa0hqgKxMbluMPiarSp0JVJXk+21a3luXcA=" } }, "is_incremental": false, @@ -6582,7 +5862,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IParser.html", - "hash": "Uwsa0W+Cvhu3oLcwEvztEmB87H/iX+neCwnfBb6Skag=" + "hash": "41u6JTDfiQg5TYOU3Bt5EwIpJKkP+tIBEIMNm2mKZbg=" } }, "is_incremental": false, @@ -6594,7 +5874,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.html", - "hash": "BtODb8+UQk+bGzaHEr/uxMuxepavy+rzLFw0nkU21rs=" + "hash": "cfqDxaZuIumu0jGhasoEB2gj+fBVKJ0dwlyc73AmSH0=" } }, "is_incremental": false, @@ -6606,7 +5886,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPlaceholderTagProperties.html", - "hash": "XElkv+BckqZNdEiFD/sEcFgOGpQCBgUCD0zu5WgLzAE=" + "hash": "BM29Z+daz/nznDsaRhHCnSV7e7undsqXX5yNQQPdTYg=" } }, "is_incremental": false, @@ -6618,7 +5898,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html", - "hash": "VbFisjtTZdPe4Mf+qMCG3U9IuT/HbXXhkYvHSkFboGc=" + "hash": "gO/7QZztn/Axs5fSmBd+qwoHKoTcmulMe578K2x/0uE=" } }, "is_incremental": false, @@ -6630,7 +5910,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISegmentPairProperties.html", - "hash": "FBAGTnkEfevxR5Plkpbn5KmwNTKZGSmNypDtJ650fHs=" + "hash": "c1ZD/HLJ/hCh746KQ3blRwuzVHAKOadi+IiF6/vwVKE=" } }, "is_incremental": false, @@ -6642,7 +5922,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.html", - "hash": "5XWqxJ1+JZzIOE22l9J2oGdcdwXmuJIaiL4DlGDEMfo=" + "hash": "GKA0JHxyOt55XhU8oUPBglHe84F32GJ3Jl/liC4ny7A=" } }, "is_incremental": false, @@ -6654,7 +5934,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjectsAware.html", - "hash": "zISYM2u7t18J/f5QAsM+NNqvAgToXT9fTnZmVca9kx0=" + "hash": "MfIHIinwzZo8/b6NnqQtNpSet7sRUjarSIoDNcLY9+M=" } }, "is_incremental": false, @@ -6666,7 +5946,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStartTagProperties.html", - "hash": "LZvmJP+yTIC3PUzA1S/PKDBJdCT/YmU15LRqfKu77BA=" + "hash": "vS0mLi2FzV85TS+EXKPGECEztr/RY/KCY7pr4MM2B/g=" } }, "is_incremental": false, @@ -6678,7 +5958,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStructureInfo.html", - "hash": "IyWyd0+avQ6iZseWUH3NPz1mX+hKLIVik49mOm6ShNc=" + "hash": "Dy4sro9jcBqdtHOB2uTZ3mE1i3ckJLxfUPFEjkNPIEQ=" } }, "is_incremental": false, @@ -6690,7 +5970,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IStructureTagProperties.html", - "hash": "EvoT/COIFiuniYm1+iy28bXiElId3wbaTxjV2MCcd7s=" + "hash": "pWB6gCjijVggsYuXFgsDlXtIcxk4Uz4Qh00Vx/EAwFE=" } }, "is_incremental": false, @@ -6702,7 +5982,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentAware.html", - "hash": "ucozu5BTG6fSswl5qEAXpULdUXvIybq5CoQA/xH9qQU=" + "hash": "xdXAdyFohwjIJl7OuWi9n6nadeuc0w/DgO0rVLrK4wk=" } }, "is_incremental": false, @@ -6714,7 +5994,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentParser.html", - "hash": "KYQlZ8dNiqsI7sDpWgMyLqupKLUnGcOeA7W5cFL1xT4=" + "hash": "CpMKurgyuEc1Z8A7a4kzAb5+2vU0jXdKAPDz9pqni6w=" } }, "is_incremental": false, @@ -6726,7 +6006,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentPublisher.html", - "hash": "/oqpBrsk4uD15kikqYTuDMDs6YEU/VR8n8oQP3Eozlw=" + "hash": "hMGAv3jBdf4BIngGpBePexKPyZMMaLC30cRvjPlHd/g=" } }, "is_incremental": false, @@ -6738,7 +6018,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubContentWriter.html", - "hash": "qlgipIRsaiKAmgt8mqrqP0+HlHSeTkHBFwU729QVVrU=" + "hash": "jPvWRHXYzChc2XX6R70dGVWuFmfDpRcVNy9OJ9BcDy0=" } }, "is_incremental": false, @@ -6750,7 +6030,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISubSegmentProperties.html", - "hash": "/unkN/MIjmzAXfQqGD5ZPt5QO3ZfRtAzbs84EZWwIT4=" + "hash": "chPOrQs5Biub965m7VECGbmMXVJ6G6AopUNsPQpuh+g=" } }, "is_incremental": false, @@ -6762,7 +6042,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISupportsPersistenceId.html", - "hash": "j/lSQqCbi7s5yL3HhGrSgB1onOq/kSU5INaf6lQbl30=" + "hash": "dIgWmcIUIeGDBMNHTeDfqBVvrSqo7+okIyAlER7lZjA=" } }, "is_incremental": false, @@ -6774,7 +6054,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISupportsUniqueId.html", - "hash": "tItqALW1fjQHn98N9dn5S0pRIM0PdrufaXkNrIsQQTw=" + "hash": "fTmq+7qR3wQmPED0b2d+1B786LnxQ4LIrgbXiiB4iTo=" } }, "is_incremental": false, @@ -6786,7 +6066,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ITextProperties.html", - "hash": "QrmS3uKNKeRBsEac9P69ZQgPTDfZXIdULV/Lpgb5SG0=" + "hash": "tTBvLZb+CzVVsdIh4FkYAhrQJdJ5T8B+ScVRdNdDvxI=" } }, "is_incremental": false, @@ -6798,7 +6078,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.html", - "hash": "78m+f4B2IhyD/AkqUfZvnOcfhkqgWBOt6hGq4d0Ubn8=" + "hash": "2NNqUiRTb6ov7FgQ9ytfHmd4K+z/a/QLRZGpC+u8A/U=" } }, "is_incremental": false, @@ -6810,7 +6090,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IdConflictResolution.html", - "hash": "n3IFVg+p1eGr5+6wUXdLQEOy/ujxTGOheL5KydRfuoE=" + "hash": "hec043AGRzIvXYNcHRDNe+m7uk1UIgkS/LdL66PCuIY=" } }, "is_incremental": false, @@ -6822,7 +6102,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.html", - "hash": "k7bKbD4gKXr37e2liMDGG6gj5OhpWGA/NWa8sHjIxsw=" + "hash": "s5bGzEp0fJLooTevGQ7SSTgGTeNve+FOtV4TP7/K8R4=" } }, "is_incremental": false, @@ -6834,7 +6114,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LockTypeFlags.html", - "hash": "sRNZXqkKjCWdgvubn1YVJeXy1TjQb0oBF9nTZGpRMrU=" + "hash": "qWZSoZSe4EOI2n4/1DiUT1fkqHZ738GHTC0OU8ueEHA=" } }, "is_incremental": false, @@ -6846,7 +6126,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.html", - "hash": "Q4PJlz862CcJyK+IAZoR7NLtSOJt2fJeBNnnAa7MEfQ=" + "hash": "3SHvsGyy76DJBdNgo0oRZFL8gsvnJBsyvv3tvhtLT/0=" } }, "is_incremental": false, @@ -6858,7 +6138,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.html", - "hash": "+Cp9fVcPZYNLPPOXaEknKVjwqcFvI50U2LndIb40JMY=" + "hash": "xBjZY980jEJhp7snyEkCv7qkXEnt9q19XpwPQ6AJ9PA=" } }, "is_incremental": false, @@ -6870,7 +6150,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.html", - "hash": "llJ7aRArAu5NzmkWXeJoNhcW+VQSkH6mkOg4vf0z99c=" + "hash": "3U8KqyuxPKRiTFPyfs6gXbZ9XcaBCubDUKPUoXUX4dw=" } }, "is_incremental": false, @@ -6882,7 +6162,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.html", - "hash": "k4g36CyotLuBkp/yMQAOM0yjAPiISVZVQzz5uTPx3IE=" + "hash": "2aEI9e85tAY5jV3ZtWtTzLSrS+1mJaAMFGpiGhbL37k=" } }, "is_incremental": false, @@ -6894,7 +6174,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.html", - "hash": "KURn75P6Qu3bEzF0NxETrv/FLp308YSjmWcyMLEslDY=" + "hash": "PThzjDt8VqCzXx0dRh8ntJXnbT1J9Jg7KEXzj3KOxO4=" } }, "is_incremental": false, @@ -6906,7 +6186,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html", - "hash": "VruiEGo8vdMpkkM/LjEoVVRxfBE0O+cNe0YMase/g+g=" + "hash": "myWuSFDpACtQGtvBrkP0izqPTC6d6mc4i32GKVBq2y8=" } }, "is_incremental": false, @@ -6918,7 +6198,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.html", - "hash": "v2weJH6ljAgVeQ2V1tM32fP1JhPWc7RLMJMwTVPvef8=" + "hash": "jKjjKabNvde5ZY4mRi6cxxG50BgeXwDmbzdRJi5wSfM=" } }, "is_incremental": false, @@ -6930,7 +6210,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.html", - "hash": "mUhAlHwkwZYZdPLs/+DWyp46hmGltLlEr2GIBtJHm6Y=" + "hash": "94aKIN+G2hiKlhxQJuNip0bOYcU4wzSSgJlwMO7CBXw=" } }, "is_incremental": false, @@ -6942,7 +6222,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentationHint.html", - "hash": "0rakH+MONwUWvaJA4V+XwYaoYaEvs6nSo43oV6H9ia4=" + "hash": "9R/7168qOeZ49VknimhlPOTgjONSK9zKjR7pFxUHxLI=" } }, "is_incremental": false, @@ -6954,7 +6234,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.Severity.html", - "hash": "VNF7EvAkVIeo5uxizRXEKqlinGfhcTWfRDpAksfp4pI=" + "hash": "5FWK1UMQu+yMDuRhrJjgyauheF10LRwXowloN1qIWf4=" } }, "is_incremental": false, @@ -6966,7 +6246,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.html", - "hash": "ki+PqZK7nlEhq9LazclUV/9pdOJeOZT7nz09hlC5YL8=" + "hash": "zcQM0ObMTE6FN9ryHVjHDzFOt3j+nGN0rAYYOY+lPp4=" } }, "is_incremental": false, @@ -6978,7 +6258,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html", - "hash": "qeHNbiaAbOuoNLUqH9XlT7MflZJk8i5YzFynSGlaM6s=" + "hash": "72eMxJ0fH/VIyrPNf8PVgtDBuieCT1RZ8KIrs+G8ve4=" } }, "is_incremental": false, @@ -6990,7 +6270,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.CountUnit.html", - "hash": "PHMdVuKGI9TRfvQawrVQViWpT9xC4GYANexdYADgNNQ=" + "hash": "WAnOhS3bCNa3+oAZuf/PuPU6SSekCuw47fr5abTr9hU=" } }, "is_incremental": false, @@ -7002,7 +6282,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.html", - "hash": "4ew4a8Ux8VYd9r7tvWH4IBrijpmjkH11VPUTb6SBNuo=" + "hash": "+bl/Cm+b7ydIkwNIJdmjyYPprS/5Dsvt7D/n0C7euGA=" } }, "is_incremental": false, @@ -7014,7 +6294,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TagId.html", - "hash": "lx67Qjb5SsjGkeoW4P3n4LuQp9aTdE7C8xIJxcAs3eo=" + "hash": "9pbEr/qoWkjFgHVxjBf5oNaw1O00+4b1ys8RteU944A=" } }, "is_incremental": false, @@ -7026,7 +6306,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TextContextMatchLevel.html", - "hash": "eDPqg2bdrnOxig7oU3bUPGNzKrnkrbx6mEsmGVn3SnM=" + "hash": "okDPPFeViLOmca/X8QTRhGOUa9WZ8VKDyK8O4F+18qU=" } }, "is_incremental": false, @@ -7038,7 +6318,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.html", - "hash": "OfBlsdyXEIl4Q0N03FQt6Vekb5/IuIPO5FudLRd2CFM=" + "hash": "gSwn6HOHlOaTwhOFlKyLH6tgQLOHPz0p+1bOjsoFRSc=" } }, "is_incremental": false, @@ -7050,7 +6330,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.Pair-2.html", - "hash": "p/aL9bQgqXYlk8lj4jSR0XTcMw0h/A81OK/yQpimfUY=" + "hash": "Dc2/Cd9aAMy/VIwLALlY8u1qXgmUb38N9Nl3D634Hjk=" } }, "is_incremental": false, @@ -7062,7 +6342,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.html", - "hash": "t2TdryLMemBU0pA2xUmxBdUWtO/x5gA/LD7XRPNPGl8=" + "hash": "cYldOBXZd8X/gQfNtoVoxVz05tlWo16GhkO+lArSXog=" } }, "is_incremental": false, @@ -7074,7 +6354,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.html", - "hash": "WMAWnU4buulnHYxcbFS/VAbkjGxcUo3CKW2dAc2Dowc=" + "hash": "XxOqjInD8XLibmNEtJloXsvhTlNnssocAszXHA5oFLc=" } }, "is_incremental": false, @@ -7086,7 +6366,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.html", - "hash": "Eaglgxar2NJXelKn6m2zR6HKz9mKx+UH79PUSZLpb40=" + "hash": "gxk7JgTqUzWoumRPy4wyFSxoSc2wW4G1iE7T5DmXdbM=" } }, "is_incremental": false, @@ -7098,7 +6378,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.html", - "hash": "V2cqD3LJkB7HEXfZfGLBYFNuq3RIxA1aVxYi+XAzmvg=" + "hash": "xip+MPUQYgxxmtYy8T9Jw4REDacML6IbG30R61UQZmc=" } }, "is_incremental": false, @@ -7110,7 +6390,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.html", - "hash": "XIB0nsUAJCSQI6lJRLqFkUzEJadvY7kzSc+qTHbX1+k=" + "hash": "izrVBk0A7/JDg1Is28lVfhnNrCyA6Q51fbY0KNhqZzg=" } }, "is_incremental": false, @@ -7122,7 +6402,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.html", - "hash": "vEvHNwuHaIPZnTcCBVX2tf/ujhfnUjkOzQtY1OZYw5I=" + "hash": "Edmw+boTDz2Tq93YPiwK+9Xb34/dqrfuzl3bPJLANas=" } }, "is_incremental": false, @@ -7134,7 +6414,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.ITempFileProperties.html", - "hash": "7mkuKe//GPvD25MfL7EJOcYCbT5rqv00JWApgIUyGjg=" + "hash": "9b9ntMm/zduzujMRZXqONnhyfjBwnPCEYjBp5ssBeTw=" } }, "is_incremental": false, @@ -7146,7 +6426,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.html", - "hash": "Ze6O+ufarxr0acrvbPPRW7eU5PTXkUnA+HW1Qjnhf0I=" + "hash": "WKx7aLFsirXvFmoT7v59uP9ZuIAMSDaKjNvjYs/UPJ8=" } }, "is_incremental": false, @@ -7158,7 +6438,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.html", - "hash": "TpNmiypYHVgUR3rYXsy6bN+7sibDJlFhG66DoU6HW10=" + "hash": "NjMthIS0AoksvxH/5FAQ86hFmgU9lXaL7isIftapydY=" } }, "is_incremental": false, @@ -7170,7 +6450,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.html", - "hash": "+3+/TQV2o21LSESfax2+y+9g/OKkfWGLBNrcpVOjuio=" + "hash": "f6VZaDKOo9t56T1dxcvOFwr/dcDCBXBSois9HlkGkvk=" } }, "is_incremental": false, @@ -7182,7 +6462,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.html", - "hash": "Z9JayTd9qYKC81Et3NamQVDKAT6Rkmh2dce51YuQXgE=" + "hash": "+cqADcsdiiIoTZodpMot7JH6OJhabBCi98bcM0x7gHw=" } }, "is_incremental": false, @@ -7194,7 +6474,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.html", - "hash": "9Tn/gmYz/ZxCGfie8eVzLh3n9V8zFC3QJVJ63MYsJOQ=" + "hash": "3Rx0RB4zDNOCYgdeinh4w8i1dp4SsxZ6O2r8lFEG5FM=" } }, "is_incremental": false, @@ -7206,7 +6486,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileUtils.html", - "hash": "2972H1MGpcd2Lkz+ylrOtp5+u7iYtteczEG71XrExOs=" + "hash": "/mN6x8nmoTlYZ0OFFwTiU0YZpODiNIunqa4epmsXrQY=" } }, "is_incremental": false, @@ -7218,7 +6498,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.html", - "hash": "78rDSEG3a9/eMWk6I3iuRQ37OKhI9uO8hu5blRwFBA8=" + "hash": "6u+lv0+vLuHXGbfg12Ndh+YS9I21VX6Abk5Zujkv968=" } }, "is_incremental": false, @@ -7230,7 +6510,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html", - "hash": "9vqtGtDNdtrB3ND/IzBthUpcfosIGc8MpeAmTWmu/BU=" + "hash": "a70t2J3m1BgRsvgp17aTO+uPtw5SQNDBAI5c5ZrLbAA=" } }, "is_incremental": false, @@ -7242,7 +6522,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.UserCancelledException.html", - "hash": "6PF//nPfaUxR0ksHha8Sq5uu6FA0+gOaD+75i0lT9MQ=" + "hash": "BomOGntJ2fYD1Cf8KU3NplaHLGtKB5rJJBrrCrPokX8=" } }, "is_incremental": false, @@ -7254,7 +6534,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.VersionInfo.html", - "hash": "DcYcf5nAGKZU3MLhvwwT2uO34VdebXgpM8BzA49BiG4=" + "hash": "BcC2nzGnxXWndG0iWdIUTN4Gib6DyVSQBI3ZWEztVL8=" } }, "is_incremental": false, @@ -7266,7 +6546,7 @@ "output": { ".html": { "relative_path": "api/filetypesupport/Sdl.FileTypeSupport.Framework.html", - "hash": "iZur8ajujoKkJJD3OU6vUKPn5dcqbzHNb4JjZxqHdZ8=" + "hash": "C/3zTe1j+MS55B37BrwvI5eddYwCAlrCnHi7vvti3WA=" } }, "is_incremental": false, @@ -7278,7 +6558,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.AbstractAction.html", - "hash": "ndM8UvPMD94OLNwL/1VRIlW3iBCfwMsST26uHx94/t0=" + "hash": "s+L5qTTKGUtEkqnglF/bVYYh29dMcTLabE9mUveKmZk=" } }, "is_incremental": false, @@ -7290,7 +6570,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.AbstractApplication.html", - "hash": "dFlTm/dptu9lJtfrQ6debZuNC3bazErdXZX8YxOr+M8=" + "hash": "JpgKtO1zl/V12b//LkDvHMg7bbRk2GF4JyfGxrGAp5k=" } }, "is_incremental": false, @@ -7302,7 +6582,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.AbstractRibbonGroup.html", - "hash": "mq3OgpTrT4mXvTQZ/0r4SzTmutQCYIskVjqRWJeMrJA=" + "hash": "B82DOt4igtMTYqlM92d/5+g5aJ2ir5Bk1RCs4Og0H9Q=" } }, "is_incremental": false, @@ -7314,7 +6594,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.AbstractViewController.html", - "hash": "j+NjBXAnTJiK8TFyweeEAlsGhQqbDKZgR/4nKcD3rjo=" + "hash": "fiUtS+DPufSgcHzi+0KNvpzZcc+GwItwlja5/wAtqtY=" } }, "is_incremental": false, @@ -7326,7 +6606,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.AbstractViewControllerAction-1.html", - "hash": "Gro3a5vz2OOM8NillMgds/aLurDCRdPKPW9F5TgVrvA=" + "hash": "IZSB+VD98yVyNThrC4rxsSFsJt0T2rQkIS9jWq5HigQ=" } }, "is_incremental": false, @@ -7338,7 +6618,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.AbstractViewPartController.html", - "hash": "KNtiyv/XVer9z62vvkdbE6PuYXysDkZDODrbGeyKzTw=" + "hash": "JJDwgH2ylHj46tJL8DJoXOevOMsji6ODQ9pXFXkvMj8=" } }, "is_incremental": false, @@ -7350,7 +6630,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.html", - "hash": "1sxC8toz7Gpkz0HlN1GNw7onMnm2Fe43M0JDgMjzgeY=" + "hash": "lU6PUjaKZECX+/R5AH5r0Gi+WVp1ydQOvoY+j9zMzOE=" } }, "is_incremental": false, @@ -7362,7 +6642,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.html", - "hash": "FqdfOzU9RA53LX8tSLP5brdGXUtaJLRUkUm7kuct/zU=" + "hash": "+h6q6H0Cf5qh79SiDwNKv5M44vme16Wl1jADIz4vBlk=" } }, "is_incremental": false, @@ -7374,7 +6654,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.html", - "hash": "Tazuc4OdWV+4OBSiDoJoGBpFazglUFQ4dFOV8fsKCaU=" + "hash": "CCHzG3gdIlFTP6QYyJ9GcgzLS/iBdXProeeZR4gzwxI=" } }, "is_incremental": false, @@ -7386,7 +6666,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.ApplicationHost-1.html", - "hash": "BUOxtIQMMYHInwyBXnQT/j/r5eywqQpHh9r+xMrrTm0=" + "hash": "fomsx/lPQ95bOYtIHIFrNFd1xb/7hwDXxS9Tm8UN6V8=" } }, "is_incremental": false, @@ -7398,7 +6678,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultContextMenus.html", - "hash": "pwF79IL8j8s4DlxsBdkQgmFzmOoHaE9ce+p5nvwd8FE=" + "hash": "4nTtzeuWSkfVztUyE69PerStyJlpwetzRlX5YDQ0e2o=" } }, "is_incremental": false, @@ -7410,7 +6690,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups.html", - "hash": "QQGmHbQewBxqKBcf5wscEYQ+NyXbTsdGGI+JO2ErYHw=" + "hash": "W+SwxATMfl5xBMqfxAO8/1ubYy9hoRvfdAR7HrluWpA=" } }, "is_incremental": false, @@ -7422,7 +6702,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html", - "hash": "f1poLsjF+Gf8wFiRtwjN0lU+KGy9x5tt50kLWxd4hTM=" + "hash": "dWgaV5Vf5G9nsWcV3auy4je7vtGna0qmld4l4Q8kFNM=" } }, "is_incremental": false, @@ -7434,7 +6714,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html", - "hash": "v733X1rBWwZmGKboGKko7bOcUQZ0uUXXMfInjWGVffM=" + "hash": "kZJ56apQplJaeNZnNHVYHVjqeB5FLh8iEdkPSJnxOho=" } }, "is_incremental": false, @@ -7446,7 +6726,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html", - "hash": "89kY8qjfz47CokPB6FU3u6F4esS7TN6p1w7yADl8s8Q=" + "hash": "Ide/y4zp8jbguG1RZFFewWdj2+WK8aB/07nFloaWvK8=" } }, "is_incremental": false, @@ -7458,7 +6738,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.html", - "hash": "efL1VUAr15HkqY1io9qqq8QJw+Re0KXHJ2jS7Qvwngo=" + "hash": "5OOKSFRnuvCXg13ODnfSt52TbVIxl2sS74Y8Nia1ayw=" } }, "is_incremental": false, @@ -7470,7 +6750,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews.html", - "hash": "zoi/wRmcsANYDVmiakAJk4rBPw1trfBsVT1Npl4xGoQ=" + "hash": "Es8MrYYZ5uO7TbYPEzJIjtKsnCLz/wAtdk+OiuQ6ALE=" } }, "is_incremental": false, @@ -7482,7 +6762,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.html", - "hash": "BO6KWwyhCagVUW46mGnDwjRkoAdj9xdYV8TI2imUmt4=" + "hash": "0WZtmiKQgRNjMlKn6raGHn1uVX1Yv9Aw+bb/VX9X7eU=" } }, "is_incremental": false, @@ -7494,7 +6774,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.DefaultSettingsPage-2.html", - "hash": "ME2yvOe7KZuwq2+7oDHV9BTEPbMD4G7laqBkiRPzu9Y=" + "hash": "mdiRTet8+hne6MFvbyLCcz99FR3yGhMQjWvuQ5Y+ptk=" } }, "is_incremental": false, @@ -7506,7 +6786,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.html", - "hash": "l8PGnLZwjVcejrlyXykV8mOuPmVDr/EaKw3mDHEDGpI=" + "hash": "ba0ZxMWezEZ7rjJq/brQHw9m6iEcA5kWxO+rzGEhSeQ=" } }, "is_incremental": false, @@ -7518,7 +6798,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.html", - "hash": "m09x+FawlKSFG4joIOoApCd1nASUSB6dKFbl/jqksWk=" + "hash": "LmYbU957/+0+JyJGxWSFcHhIFPplpzxYmcRXvkmimi0=" } }, "is_incremental": false, @@ -7530,7 +6810,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.html", - "hash": "nhAMZEmO1uEM/HQy9oE2Hm5PH2b+Ze5iEA1zmbIAQlY=" + "hash": "0ypVRhKjISuCc074zjhw4yGvUs86vT5ZoKd8cp53LZ8=" } }, "is_incremental": false, @@ -7542,7 +6822,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.html", - "hash": "yVrEc3g/nlKaM6ltZ45vKDeTAQvEoc3B0FApOaY6Gv4=" + "hash": "iyIXhF34s13qhdMPckZXu1UfCCny3Iwid7+zi/FnA6Q=" } }, "is_incremental": false, @@ -7554,7 +6834,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.html", - "hash": "qXBF0aqJp4ZYnMBCRlg23eheJ4IVA8aymNDaDAwhE50=" + "hash": "2IKJ+8cb0zfbMQhprZoD+KehH0arR9a0J+vlQKUuDGo=" } }, "is_incremental": false, @@ -7566,7 +6846,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute.html", - "hash": "yLj9NjXi+K55RFuPN3AOx7kFtREdsvdLIQk4XkZVMsI=" + "hash": "BWsJHkkBRK8W5gAZASbTAt+aOyjBVeiQDm+UWNHKYK4=" } }, "is_incremental": false, @@ -7578,7 +6858,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.html", - "hash": "sN01Rv5+nzKjxCe2tSJYrf+1bdOV1C3pNXMjoMjjfxs=" + "hash": "+EyyfjVEHDwbykv11MkRetrPKrd9dPURojkk12XopFI=" } }, "is_incremental": false, @@ -7590,7 +6870,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.html", - "hash": "Z8DOS7EnuHN5yXxKxU4QOkpxFN5Aqa+E9I/osC0Jono=" + "hash": "MYqrauNLo3mMUAb/4JXdS2hKVo/9MJgdhKIPGORJLzg=" } }, "is_incremental": false, @@ -7602,7 +6882,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.html", - "hash": "5D7r2Y3PaYf00QWjJpkF02fioIbWsLNUxjhzV2Y6I9Q=" + "hash": "ngGEFUF2ydeM8/l4Xiau1gTFLCWqQNc+GviyNQqGVxo=" } }, "is_incremental": false, @@ -7614,7 +6894,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.html", - "hash": "JLkLhysVG7YKDadMh26r/bevyA298pFc9q928x/LGJ0=" + "hash": "6EoVwMR6l4rQXvo49Odle+fwn5sXdL5Xvri6NQmcGBg=" } }, "is_incremental": false, @@ -7626,7 +6906,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.IExternalCommandLineProcessor.html", - "hash": "uFosW04nBczqHomaItSFNr032wYLq7fZo5EQ8Yi74x0=" + "hash": "N1UAhA5vooiYxByoCNqpWQALrR+PzEBCOS0GYW05FH0=" } }, "is_incremental": false, @@ -7638,7 +6918,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.IExternalWindowAwareCommandLineProcessor.html", - "hash": "VWDS8NG04cQ+IU+8yeIDV732lz8GAoAhSwVVxnYwyYs=" + "hash": "8wNfN34FeefEabIUSMXPVkSxJGbVSdE3oaY3eHZcL4M=" } }, "is_incremental": false, @@ -7650,7 +6930,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.html", - "hash": "HjAd/r4bRVr+TSrh5xF0C75awMBg6S9ZfFtbj32bb1g=" + "hash": "Uc0RTEcvykmlbyCADNnIoRj8bf+Z2DKc4JuMPR98mCM=" } }, "is_incremental": false, @@ -7662,7 +6942,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.DisplayType.html", - "hash": "dABmNUrZBJSQ1YL4Cgmw3kvLctjeSGOQXB/QCDE7aYs=" + "hash": "z3+fkM/1HxrhvmA/h/x6ZLm6BTp+3Pepy9xDOBKbm4U=" } }, "is_incremental": false, @@ -7674,7 +6954,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.DockType.html", - "hash": "XvSezTak0u7QOmKknm+ptveYr9+b6T7PaxJBdseJ0UE=" + "hash": "PoP0N9UBn/uebnoCX79yhjvLxlBRvd6dDBWv/yA1Kj4=" } }, "is_incremental": false, @@ -7686,7 +6966,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.GroupStyle.html", - "hash": "N3VI3NhM8y8qnedFByY0sa0L5iuAaQBYBfNvjxrqM1Y=" + "hash": "skrlB7e0JuiTT6vGZchQesW/FFINvpvyEVUm2b1FhBg=" } }, "is_incremental": false, @@ -7698,7 +6978,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ILocationAware.html", - "hash": "O6UPhuMpDb+hQ13xaVDJpvh8FJa5GOq4YrykjiSy4n0=" + "hash": "kAAjx9JGRV6NOSlmZzTQYlEkDPg/OWrkdPCacpB+pTw=" } }, "is_incremental": false, @@ -7710,7 +6990,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractController.html", - "hash": "5c3vI2bg6SE3Trjc2IYL7FmJpayokIO4D824ptYjDvE=" + "hash": "+QcMQbc25ZUQM0GNjV5QuL/95ZfkTVvRDh61JgEqRe0=" } }, "is_incremental": false, @@ -7722,7 +7002,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html", - "hash": "6bTVesSc9cFfqWrKk1ZpM7S7ovVr4CDMot+l+LMnhvY=" + "hash": "uXCe4gatIpf6MgNpe+1/Z8rC5vr221KpeLEJGZpNomI=" } }, "is_incremental": false, @@ -7734,7 +7014,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionProperties.html", - "hash": "0E4fVzqv432TUJ4UPI2HRmPFPDwG3blF0kbNORFJiDg=" + "hash": "qkSRZ7IWj0uNX+igsXjBCE628s59410Eu7oGnWC5Dqo=" } }, "is_incremental": false, @@ -7746,7 +7026,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.html", - "hash": "ydLhyR/ExdzuBGJh9U2LcL/Uxb4WjOgQNXXLcVCByJ8=" + "hash": "tZX9KDzDzWgxC0bNtt/Iob+RzvL43Q6UG3Jhsqr0cOw=" } }, "is_incremental": false, @@ -7758,7 +7038,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionStyle.html", - "hash": "eyn2A1C+nnqOxa8AQn7ohCeD7I4ioskrWwsOOQhfZuI=" + "hash": "N1TQI2SVFwj4FypYkxytQv/BSSYzHFRNrihDILO8qMY=" } }, "is_incremental": false, @@ -7770,7 +7050,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.html", - "hash": "D5vAdpywQaH3JadFhQwndq4/tWVG8jhXQe5QSWr659A=" + "hash": "7Yoq86Lj8TQ7WckHxEtRx8TAtz9qevmAtbCkY7Lph6I=" } }, "is_incremental": false, @@ -7782,7 +7062,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.html", - "hash": "E1qd4rEl7UYDJLWTB54ZHCOKm4s3iKOM9H6tx3/4+4I=" + "hash": "rPA4R/JHbOXwgH+NmIrV4tX1qoGib/mwoBoLa1xjkFM=" } }, "is_incremental": false, @@ -7794,7 +7074,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.IAction.html", - "hash": "loMYuiXFVmrZLQinpOnjTBI7Ejm/qYU+8A/owzDyikg=" + "hash": "I5K7hOFfDAhMo+VqSkbZdOYccXJMVtxwLIUcywitQc8=" } }, "is_incremental": false, @@ -7806,7 +7086,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.IBindedController.html", - "hash": "lR38xBw5JhtuKzPL6pLx1ueC09idY6pfY7/KfUsiQic=" + "hash": "Mg5xG89PMqeIOdHBW9/ALtTiy0ln25Qn7mXBHFRPNiY=" } }, "is_incremental": false, @@ -7818,7 +7098,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.PluginTargetCommandBarSiteType.html", - "hash": "R/RyFfJ4u7zolFd6TQXMYUkM/VnLf9JpDFgQno2H09s=" + "hash": "HPb0ZbX++XQpTtYs/y4LHsEPd6m5r0hyYfZebvBE6gI=" } }, "is_incremental": false, @@ -7830,7 +7110,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.html", - "hash": "/01nJm8sijxEHSuqCSO6PSpx/x/mv07dVj40rSbcHx4=" + "hash": "G958a7Y1T+wZ0BoHqDwtedbEIbPtxYmRCL6v+toafRo=" } }, "is_incremental": false, @@ -7842,7 +7122,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.html", - "hash": "fBExBDFIjEPTzG2vsbZBVeFTOn8gayI4DiWRl+Y0FMc=" + "hash": "r0VktkyZM2f3jM0vJB8Qhcw49O7AcClt3Tu8dRv7AQ0=" } }, "is_incremental": false, @@ -7854,7 +7134,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.html", - "hash": "agXOS4Nmces9QM4PZy2urRrS1YMSeeoqjH1T1tD2Mxg=" + "hash": "L6byxqetGMh8snKFef40vu7WSH1Sxs7kNo05cFjXwSo=" } }, "is_incremental": false, @@ -7866,7 +7146,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.html", - "hash": "qsUAx1WG3JxOiH4493HuOi78DJovCsDHqE9+m/Xb6Vs=" + "hash": "JlrNUOPPrXnwpiXli5H6fLWjFORFGxmsuuL+SqLm2oU=" } }, "is_incremental": false, @@ -7881,7 +7161,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.html", - "hash": "McsxkZjMXyWfUQQ4pCn/RhSwX4ysBvY9RqTwU89433Y=" + "hash": "OOjZTPXLELldOHR0kfGGQsav2wTrUA0mhHi4HYGtqSY=" } }, "is_incremental": false, @@ -7896,7 +7176,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.html", - "hash": "5Av/NrVJWDmTTOjVpgN2J0g31FdPoGQgobKwNRQoYxw=" + "hash": "GGWJBEqNY0tcB56Su++yxzn/cz/Bv200Dj98SrGnwjI=" } }, "is_incremental": false, @@ -7908,7 +7188,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.html", - "hash": "UrXdcR04PI/F5QZnXggg1zgTP7fDUnx8eP3YT70z4X8=" + "hash": "X983nDOuCZ5mIgAvuT0b1f91n/fb6Jj6ih1Sy22yyWk=" } }, "is_incremental": false, @@ -7920,7 +7200,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Extensions.html", - "hash": "iR3QNEWjboJr9Qet3ollPsNBbEJZ2lj3ORNkU0KyOxk=" + "hash": "5zC7TSfzN9S4aIqiZ0oDJlKhC6vUmGf0VLJIEpBwlPs=" } }, "is_incremental": false, @@ -7935,7 +7215,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.IApplicationInitializer.html", - "hash": "CBJto9NwB6kQ6Mo3PIgGjrmblPHkuD9ITqa+hp+6mEk=" + "hash": "2gCISfLF1JA3D4iOpU+9v43ZKd9n+h53fqZBZYOr7pM=" } }, "is_incremental": false, @@ -7947,7 +7227,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.ISettingsAware-1.html", - "hash": "M5Yuev59CpnOngNswLnL1/VHAyyQuWxWdQTZov8pghg=" + "hash": "J6EnfiivPOFLeCzktzMUlc17XiyJ0vrn3tvChjoyxYs=" } }, "is_incremental": false, @@ -7959,7 +7239,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.IViewContext.html", - "hash": "XiaiaFtWFLWzJTyhmftjxI6sURbh5eCRKaMqDGWTLmg=" + "hash": "HoDi7sqNNVh9IbdMTVyIOUzdTHyUKYy7vGteDwji6Ck=" } }, "is_incremental": false, @@ -7971,7 +7251,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html", - "hash": "J0wmO33/s4UbZQyIz1pYGJ9CDQESn9ZbLeweaEkLbLA=" + "hash": "GSJixkcWsBWRmKZMn4fSfqAo4zXteZF0HGArHkPi1Ss=" } }, "is_incremental": false, @@ -7983,7 +7263,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLoggerFactory.html", - "hash": "gTUR/bHegMJytubTlLk6jitKIORDTKmjum3xTb+5jI4=" + "hash": "SGVPv0Cx8b0DS2It8MANVxT6mDmt0PNFDwcHG6AmTn4=" } }, "is_incremental": false, @@ -7995,7 +7275,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioEventAggregator.html", - "hash": "oiVMnlPSD6Mck9SgzxyaK3ZcAGFl17rnBH4J/UQJZsg=" + "hash": "2iicn9x4ERwuZ3QA0yE6/O7lYUNQkVdAz4S2HYNu7yc=" } }, "is_incremental": false, @@ -8007,7 +7287,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioGroupNotification.html", - "hash": "tvFhT3Yahs3CDUR9VqhNbtmNjs05c4T3EWTl2noMN/8=" + "hash": "yDwT3mRDnA+0xuZgxmys59Sd+B7CSZxDUYwjiSMbMbw=" } }, "is_incremental": false, @@ -8019,7 +7299,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.html", - "hash": "8SGgsXNzZaeZ4o9hIzleBfdbNSwz3HUmAZwQtHKh7HU=" + "hash": "0pMzPiDhId6TKrmEZSS7GRUY4af+H8kjfVSQiZD+vzM=" } }, "is_incremental": false, @@ -8031,7 +7311,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotificationCommand.html", - "hash": "qMGwmCvIG4FzDmOt6ZApVDOYLKwcxbrBz2Rp2V317Nk=" + "hash": "726eGqDKVA7+kOiGGHpFKjFbqvsE3U7ngz3kLjQq5fU=" } }, "is_incremental": false, @@ -8043,7 +7323,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IUIControl.html", - "hash": "ZbZo8G31JH1nNyqDSuwuBQWn5kOp7eM0F3WkbBtc62A=" + "hash": "Y9Ux35XjvKo3MjUVuOGISU7S6BS1rmQFpupCrxDbz0I=" } }, "is_incremental": false, @@ -8055,7 +7335,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IUISettingsControl.html", - "hash": "xlwzI8SKw354ILJs3WUdXU/3xmZHmc7jD8Poan65uyo=" + "hash": "APH8W9n3Ywfsf8Ug78QjBewxOubbOc9tI2k3SzON1Ws=" } }, "is_incremental": false, @@ -8067,7 +7347,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Interfaces.html", - "hash": "qmt4uStVgjMJ7SjuuWrnxvft/eUXaNAEky5lERk/SiI=" + "hash": "qq+ysIeaY6yY5yMZ5rZE5wuFjd97t02zm/6HpLwfZ28=" } }, "is_incremental": false, @@ -8079,7 +7359,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.html", - "hash": "dyDgZQn0AqI/FnwMebsWhQqkd48/TEYif6FX5vL6QxU=" + "hash": "1ctQsUBymSEvwDXOGl8xButG5PkMrw7b6QECz/ek+rk=" } }, "is_incremental": false, @@ -8091,7 +7371,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.html", - "hash": "D2MX0i37Q21LgZaZ38u6RKt33uR6sdf6Y18FsiVbTFo=" + "hash": "7E+/sZlW5629LiNQPA030flNvmwbwIbgl02HZMLMg6s=" } }, "is_incremental": false, @@ -8103,7 +7383,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.html", - "hash": "Ls7zTzuUkEc4KNM9RKM85kg329G+GFOVanva/hbSF3I=" + "hash": "jYLJwZxEgb9rdSBOQBCYgL+buxUg6/bvE1YTR62drs4=" } }, "is_incremental": false, @@ -8115,7 +7395,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Internal.html", - "hash": "c00XRMU8qWqDWGZi1MpI7is9rk10uZQLsgfUuHuw/b8=" + "hash": "6k7E+2mdfc1G34oW6UoaAd40hTtKlG26e2IaZBmECCo=" } }, "is_incremental": false, @@ -8127,7 +7407,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.html", - "hash": "4UbzSos1CJurLRCjs/QWaHQGeG/bh5lemnuKdJlAFkA=" + "hash": "oFEe1Z/RyMStGOGYM3RM2/yfl38QjljI9TummeuzxuM=" } }, "is_incremental": false, @@ -8139,7 +7419,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJob.html", - "hash": "KnwojtuvdYlXyRslnQQW0+jd1/l1UX5PvNGvSpswY0Q=" + "hash": "fAxt0IZ+SWWMOm2xXy/rUXzeHEFkMXUx4zfPZ/cF2jg=" } }, "is_incremental": false, @@ -8151,7 +7431,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJobExecutionContext.html", - "hash": "r6hRgVqsBlEbbbaQ8LWgJWJ08F9QAniTgA8aBSoU9K0=" + "hash": "AokVLwTlsIGtOhEvCUcp/jvQ1Dh6B0xsdBlXEVrlFBw=" } }, "is_incremental": false, @@ -8163,7 +7443,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress.html", - "hash": "Io7y4A35RHpGZCSk+UeU20ETtRuPTkOSpxFl/ggNOsI=" + "hash": "Rliqg4aAqZF2mMeLeq55DKpVdQQ/hiCGQYYvlb0IV9w=" } }, "is_incremental": false, @@ -8175,7 +7455,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.html", - "hash": "hw3vi+ohFNpH276pSFR6LE8cCMHsZ3EB2Vb94UM4ZEA=" + "hash": "qXNCEnvKXL3rGdo68Dg1P5quHP5CVJsHrQCrBMhWWa0=" } }, "is_incremental": false, @@ -8187,7 +7467,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.html", - "hash": "kpfUeX4EPs/Xy2bbEnQt1zLJPZcnJRwHO3RHBZQ8L34=" + "hash": "va3kl46HhtNIJKp/WoHkApP63A9y+AphRh0FoPnW0Rs=" } }, "is_incremental": false, @@ -8199,7 +7479,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Jobs.html", - "hash": "hMjbXXo4kP5Ml4qnj8bqOPBn8CkO4yiHH9Vm7oNZvtw=" + "hash": "ot8yZUZOWY5Zgfe4ygh2uE4zfW6J7ewLHvFuGcBhIXA=" } }, "is_incremental": false, @@ -8211,7 +7491,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.html", - "hash": "CK4vUpT2d5sjgu6bB53Utz3zXjgm54+oChz/HgMC5uE=" + "hash": "0g3gERY80J8c9KPhcYaGTfFjVbqVOY3TVhmNjbe74+0=" } }, "is_incremental": false, @@ -8223,7 +7503,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.html", - "hash": "Lm6VvomeOPNrYOznfHgGHqOrDY27ArprFudTH8QeT/E=" + "hash": "yD4/eUB02bGxMiJQZgRr/gEtT9UXr6gZKoJje976WDw=" } }, "is_incremental": false, @@ -8235,7 +7515,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.html", - "hash": "DWGZC7SsORKjVP/SaLjuIyp2zI/lOJhpu+Y4vKDOajM=" + "hash": "dhzJf5ubDWtPlVaP3oc6Qc4rbwX/Lq66SD6FiLzuf/U=" } }, "is_incremental": false, @@ -8247,7 +7527,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.html", - "hash": "3ESMukhTSuCpLDJe7uPaivUkY8Q25i9MbtSVlnMDTBA=" + "hash": "ij9jb+LUfSu5eU7JeIE9JFoZ00Nt4Ihpif6hGbjLx5o=" } }, "is_incremental": false, @@ -8259,7 +7539,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.html", - "hash": "02DugB3u2O0PIXlQWvojPSSakWTL+513rJvph7F2+FA=" + "hash": "ucWySiAQrwQRcVUJ0t6FWZjWJrMN/LBMjbf8dq9z/yY=" } }, "is_incremental": false, @@ -8271,7 +7551,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.html", - "hash": "Kt+5DnRSGCRYlvK2dSltB+3ZgCKKGDP7Ai1dvi3stHc=" + "hash": "ssIjLY2QmEvJFHUXArqhD28ZTkZXzQpcKtiQTa0zw5g=" } }, "is_incremental": false, @@ -8283,7 +7563,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.StudioWindowCreatedNotificationEvent.html", - "hash": "m7rlBIiwpCHpSfF074glNFl89dMSmJhE+MY5NiozBmQ=" + "hash": "QEZqsBvuZv/e6HeN01NdxEH82szTNKLqTokPYOvojz4=" } }, "is_incremental": false, @@ -8295,7 +7575,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.html", - "hash": "h4Lggq8RV6pDNFTxlipU43CW4sN7GF+Ue1KKmRWdbgk=" + "hash": "rWFWeNjt3PnrVgCwFHfPoUON81aEIdSTKlqIdEX2sqk=" } }, "is_incremental": false, @@ -8307,7 +7587,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.SettingsBinder.html", - "hash": "pAEw7OfKeGwdCAItQPsKm2MSG1/kQiNCSyzVlJfkE7I=" + "hash": "TTTvuD+FNhRfhj43PYAsgQIiBXFUws/X7JIHgoQZAps=" } }, "is_incremental": false, @@ -8319,7 +7599,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.html", - "hash": "A9mEVuFCnYumzZeqUC7gB6bLxX2tAVg8+xIEB2AVvO4=" + "hash": "hnnN8/aZ0cMrweQg9A9o/4AnJccRv9UkEanDVrsczuU=" } }, "is_incremental": false, @@ -8331,7 +7611,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Wizard.IStudioWizardPage.html", - "hash": "/UJOtmk5twBLSTSzIPVvtzI11SLyiwQ5GoU77h4leQ8=" + "hash": "EzdwEjbJkNxCpRvQOmr1wMsWcj0HFY0XzYeYiUbGiJk=" } }, "is_incremental": false, @@ -8343,7 +7623,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.html", - "hash": "Yk1Faxx6/BCTN5elxny0p54UdUeox9kDVOViiSwLPvo=" + "hash": "a+UI0nt9D+XpwSXM2RgUdRRh4j0WawpbXUTp5uX6SOk=" } }, "is_incremental": false, @@ -8367,7 +7647,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.IntegrationApi.html", - "hash": "+MRL3B8c0hnw9YjmCr9RdDeqLfjL2ulIOg0Reb7YV1s=" + "hash": "PwpfM6SFK4SBNWgIIznpO9lYO57wn21Q9vrj3p7Rnro=" } }, "is_incremental": false, @@ -8379,7 +7659,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.html", - "hash": "+Sq828Rb4Q9FNn694kvllLZs7WfkvxfaYp2la9+T61U=" + "hash": "7bF7EXwU8O+wbBZhaMBIjC8IMMP0Qx+5L1fMixEC+tc=" } }, "is_incremental": false, @@ -8391,7 +7671,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.DataGridItemBehavior.html", - "hash": "0kPzjTH+jMh4DeoANdfJ8zDHQQGuqATpKJJvoQdkTyY=" + "hash": "u2q1P0gO8WEqptY4OmIgJDcatJORNGsmrzedWeu4Zpc=" } }, "is_incremental": false, @@ -8403,7 +7683,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.DragDropBehaviour.html", - "hash": "bhSGO9/Y/ynhoFfZgxyJKAPypUaR/XkzhZ2iTZczM30=" + "hash": "IT14A1VHb+LeWyStIBggUSBFbwuQBV3iS9NksZLZiA8=" } }, "is_incremental": false, @@ -8415,7 +7695,19 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory.html", - "hash": "PFXlRsskOFHAZ7o/PrNEpDeEEJ0QkV/jiYMF/zG0+T0=" + "hash": "l+0WZmylt5L/MAS0aEk7y4W4+aORAPHHMDGPKPcj9SY=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.yml", + "output": { + ".html": { + "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.html", + "hash": "G2R32mszgqcQOwr79tG8GmaOIm59LB815roBIfTV7BU=" } }, "is_incremental": false, @@ -8427,7 +7719,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.html", - "hash": "Z+LeHwionxNiGaIHzvjsSYJGKrZVOELr+VZFMDWN4kA=" + "hash": "dwrBCbtRcEGAVJjEboU6ZBmMsFTszJedc8suF9rUYOM=" } }, "is_incremental": false, @@ -8439,7 +7731,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.html", - "hash": "p6qQbZPr1QUHOzIUsEjxWrrDTktleNZ3ZQxTE90zcrs=" + "hash": "jBkYv6LuTsVCChC3f56TEdxF1LATj+qCS0DEp2HYI6w=" } }, "is_incremental": false, @@ -8451,7 +7743,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.KeyboardFocusBehaviour.html", - "hash": "vCIl/ZQaOcA8C/+CpiMZ1QtC+KJfChfLaxorJsAXF/k=" + "hash": "HLBIa17DECyu5/5bAN5qgyUJbb3JDqq93ZxZGxrs6yw=" } }, "is_incremental": false, @@ -8463,7 +7755,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.NumberOnlyBehaviour.html", - "hash": "a4SiI7v5WdDEXWd4XoUfYZqT4QK0aRFLqrnRlUy/Qkc=" + "hash": "lJartFJti21dtTcdQHB4ccSjeih9cEV3BwgHkyo9Sqg=" } }, "is_incremental": false, @@ -8475,7 +7767,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.html", - "hash": "bhLAb7GVuoxPgAyTY72UWDrsbuGlysrtrmmLQuDQscA=" + "hash": "xT5BkDGtEjNW4mE8uYmSwlIfiKXF9ipiHQTHBQ3alMQ=" } }, "is_incremental": false, @@ -8487,7 +7779,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ShowSystemMenuBehavior.html", - "hash": "ADgQHof8kgcR2uuZvW5//P9AD16R2qFhy/CevDHGKCE=" + "hash": "gPiZb4VnpJuuZIppinjg5irALJsnhyLz3cWJ1NOObKU=" } }, "is_incremental": false, @@ -8499,7 +7791,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.html", - "hash": "j3i5c6cqyBb+cQRBsR32S7S2HyoCv7WLCXZDUG2t8sM=" + "hash": "xoS4k7Qx/VXQpAtuubCaveb6zs4ZSTse6wQJeHxoxXM=" } }, "is_incremental": false, @@ -8511,7 +7803,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.html", - "hash": "W3L+gvWfeqDzjUgJ0R9EQZ9hylGCNwkX0yRORtaGE54=" + "hash": "rDIrN3I9kDGxnYcrAGtwW9dfsGAh4OFngtbD4YQAK+A=" } }, "is_incremental": false, @@ -8523,7 +7815,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.html", - "hash": "tox7G1L8NoJ18vSSPT7xIbcmqhN18PSPtKUmw5aC7Fk=" + "hash": "c4qdO+6S7ihzsU2xKMgLQ2GWcwAZH/VYefDzx1TTz5U=" } }, "is_incremental": false, @@ -8535,7 +7827,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.html", - "hash": "OpIHWk0T9kWG6zGQF8HgPtzFOirQxbR6plBERU8KYTY=" + "hash": "icPwnRLOWGesojm4B4gaSEo4jwnq9qR6aTK8Q+YKCzo=" } }, "is_incremental": false, @@ -8547,7 +7839,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewSelectedItemChangedBehaviour.html", - "hash": "11N+UvWrl0eJxhUozvNfDf343iLTTwj+bggfTsXzZc8=" + "hash": "KwgfkQti5h79lzcXHccBAnZ7/NAs/+BIbXfuuYbANbE=" } }, "is_incremental": false, @@ -8559,7 +7851,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserBindableSourceBehavior.html", - "hash": "fysggY3cKo3HgDIt4Ik2aPFjNqpAAJfXjmjrTQZzR2g=" + "hash": "JgVRvvEnAEbhoMxgpO5MSxMZniu+iHM4xc3Xhscb4fM=" } }, "is_incremental": false, @@ -8571,7 +7863,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserContentSource.html", - "hash": "+V1RIy7XGA3pCdhXb6DwmRJokH+UYodBrtI2+VdkpUE=" + "hash": "Ndy7QVBCBsYDTIBBNGF9yEJQocF9JUAVNK9/Wavl5es=" } }, "is_incremental": false, @@ -8583,7 +7875,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WindowDragBehavior.html", - "hash": "h4ZHIWLoGBx7dAdu/Pm3FfOxbluTcVFxVlEQnVXxXdo=" + "hash": "CUkWo4FePY0ej9s0SR8UT3S9wumtPMBx1LIvWThWL78=" } }, "is_incremental": false, @@ -8595,7 +7887,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WindowLoadedBehaviour.html", - "hash": "ryatjQcJBZ4nJwKa9ciBSd/fBj5QaWNxUCCjFG5MWBU=" + "hash": "7lnatC/F+6LVRRLZ/Za1oRiTUwrVHE9if3HKJqiP/P4=" } }, "is_incremental": false, @@ -8607,7 +7899,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Behaviours.html", - "hash": "VhNG13WqrIW5dP3j+wjCLv9JtDHUOJThxCCXF+8zYBY=" + "hash": "BB5rUAV4XQ1w94iMtNlS1QdsyH14BctdaD0RqD9dPKU=" } }, "is_incremental": false, @@ -8619,7 +7911,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.html", - "hash": "kvLvREuq5WXsXg+emrmIpnaHqNz/RM1fPHGXbl8saRc=" + "hash": "QpVdKVsKi62i+sh6f4bg2soCUMOO8lEzNBk1cyETPz0=" } }, "is_incremental": false, @@ -8631,7 +7923,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Browser.ICookieManager.html", - "hash": "+CDT7vuP7BGI6jjQ6N8NBWdFjm78R7lIx42vvtfgvnQ=" + "hash": "Ocdt5PUCWIg56/qIhkQcGET8AR39Mtb01QEr34+gbu0=" } }, "is_incremental": false, @@ -8643,7 +7935,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.html", - "hash": "02a+uWEENvQiOnKOrOlpOmHDYaldGQluEqGLBgZAMHc=" + "hash": "GAyaASVjZ/Zy1JHlEx1VS2s4y+32hgukvWs7li+XvN4=" } }, "is_incremental": false, @@ -8655,7 +7947,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.html", - "hash": "3jbzVwOUlU/NGH5x7gLsCC4cz65BcOth0/gWodt0Sas=" + "hash": "V9ddpNs/mCABEN2sKFyNbVteu94mhQTQPLI8ZeVm77k=" } }, "is_incremental": false, @@ -8667,7 +7959,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Browser.WebBrowserExtensions.html", - "hash": "z442iU3CheP5SMkKW9xcl0yEaLKwhP4uKouB8uivkD8=" + "hash": "bbrrURiiSjRs0vjBDMls0zTI833o90fnXImTOBsW6tQ=" } }, "is_incremental": false, @@ -8679,7 +7971,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Browser.html", - "hash": "qoPRFlGlCFgD42dKXx0IZL8cZLmyCDtaYJJnjpl44T4=" + "hash": "eUxHV5oHFHTJJmQHLijiknEJ6ysQpPmVE8beyWrw/sU=" } }, "is_incremental": false, @@ -8691,7 +7983,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.html", - "hash": "QgWcFXg/RE1jjdkBUF5AAvntRj5r/NsDaHoSpcCMvmo=" + "hash": "K3JOAmh+p2tAhB/P34FeUawPxKKGf41YOMi0TEl0yHE=" } }, "is_incremental": false, @@ -8703,7 +7995,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.ButtonsAlignment.html", - "hash": "atS81for2ejcdYVbV5vlYWHOz3d6Q8/LjX85dRwFSWY=" + "hash": "gHWmQwgbUEHKYrrFtYNBllf4fsnLYaFdxN+uycjDjW8=" } }, "is_incremental": false, @@ -8715,7 +8007,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.html", - "hash": "ixIBNomgsIeh7rMdRqOcjFM6lphg/Bu4y/hhpmpUOCo=" + "hash": "Tw11Jo82Q3Jd28FHlcPHywuaspsCTWauwTDlV2IN2SU=" } }, "is_incremental": false, @@ -8727,7 +8019,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.html", - "hash": "QzYjZq+OyKNmeKduu+FnblAWed8dQ7NYJY7J7OaCe08=" + "hash": "9lqzFLi5SDADgLmY7e992OD0g/pb/9ui6hbycHaCwCg=" } }, "is_incremental": false, @@ -8739,7 +8031,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.html", - "hash": "/433Er4EOWd1g0NxItbtP9VZ0XGqthgfpRuAadmS/QM=" + "hash": "oyQFT5wO0zK5bIcIKGKHmxk9GFmSJsxrNiAT0Ce/DVY=" } }, "is_incremental": false, @@ -8751,7 +8043,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.html", - "hash": "FJZL4Jvni3HedEagbro2pocD2LkmLnmlR3uR6NfoU3E=" + "hash": "RYCx69KAoLf5DWOP7FGhz/oAbbnZ5vGYaCfKZpmFQug=" } }, "is_incremental": false, @@ -8763,7 +8055,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.html", - "hash": "XKteUe44PAml1SvWoT8tcawRLORFSFrx8G1s3pO48Ng=" + "hash": "zYoIVyV/+oks4XltjeQhqCggYOB6Gd3YbbrkdM47oGA=" } }, "is_incremental": false, @@ -8775,7 +8067,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.html", - "hash": "oB8gjhhMWy8E/nFhXT4Ny7nIHKVCMU0Br0NSgdOIrx4=" + "hash": "/byYKc8L0KTbu/TYLBTbnzyNY7yV9NQjsoXPfa1DJmw=" } }, "is_incremental": false, @@ -8787,7 +8079,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ITreeViewItemModel.html", - "hash": "Z42n8ZtjvlS1TMHKI0Zdtr/vo+m6ywn1KkVL6hl7Rak=" + "hash": "o13ojYLufUf1rGf0BPOWGNT26tK3VPDFyJr0hvdxnB8=" } }, "is_incremental": false, @@ -8811,7 +8103,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.html", - "hash": "4evMu2OEZxDTHjYJ1efHWDQzij+rLlvhsTCaKuZ9Ht0=" + "hash": "4/wgF89Cffv7SbNnCOVPY+eikh0OcDaoPOyTTryDeFM=" } }, "is_incremental": false, @@ -8823,7 +8115,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.html", - "hash": "5ZHVMJvzctbCe/m1vuIa/YcdmKXWuLhPSeAJjm8up7o=" + "hash": "92UK3pF7lOM8caUBI0hz7yieFoPw1mR+Vwgquosn0VI=" } }, "is_incremental": false, @@ -8835,7 +8127,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.html", - "hash": "PRV1JyR9gH/9R54GmVRqm0oN1KVpMgppNM9blR5vzvw=" + "hash": "JOPnRP79Dbg7rtcNfTA6Qr5BecVvykx0jkJghyycr+U=" } }, "is_incremental": false, @@ -8847,7 +8139,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.IsFor.html", - "hash": "Tq1gQuDxIR+LbxI9TldS8ys0fYCab6w+Xr6j8CTIuGA=" + "hash": "zh0GKTrchQD6BE9BR2iUSyFMCwxixmfIXD1eQvaaT4I=" } }, "is_incremental": false, @@ -8859,7 +8151,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.html", - "hash": "T0e7/aQOpK+PBqekdCWtPklgPXyhFTUVyAMkA65Z8Vw=" + "hash": "YWui8bWAekPm4JZO+BLBwDZvEzVeRGR7n+OXM1ykAPI=" } }, "is_incremental": false, @@ -8871,7 +8163,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.html", - "hash": "P39qmTLinbMds+TIvvNAH9q0YzH2cLD7HUc96iEilXg=" + "hash": "bSeGTYUXQhwpbP6X1DS9kyp+2VhEQBBBlIhD/hiX1xo=" } }, "is_incremental": false, @@ -8883,7 +8175,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.html", - "hash": "Hz8lKU/5X/iYLnw0aaV2OTw4tPNsJyFk56DISvxbo/Y=" + "hash": "rQf6coo9DOTVb3r1qAsRiAcpsqngR3VBYfkO3xYpmz0=" } }, "is_incremental": false, @@ -8895,7 +8187,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.html", - "hash": "XcY5/+n6p+HZHNdG535puypU/ihXMFPDUls4XioWItU=" + "hash": "Kl5t26DRi3jUX8LYAiEpww0eH0oriyDg/mFQDvtqulQ=" } }, "is_incremental": false, @@ -8907,7 +8199,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuScope.html", - "hash": "d304WNEbDQdovwG50Cw3EHXxDn0PCBxs7/170gnRqx4=" + "hash": "P7qivyKRwVOQkePna51Yiuta5AN2kiYbo3P3l+nP2LA=" } }, "is_incremental": false, @@ -8919,7 +8211,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuType.html", - "hash": "kcg9Mg+t8yL2IswMWEWTjr/ONgBKU+36IOFNI9/btT4=" + "hash": "XXAIOGQDnOpO6Mz5uO9NZ15cV949o2n6RRKlEaT58eo=" } }, "is_incremental": false, @@ -8943,7 +8235,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html", - "hash": "jkCdDk2IwPsuER+/QP19MR4OSNxf3lio4bg4pCId0aE=" + "hash": "gVwmOVeqSvJFIgIHDLBCAbt4IqNCHNINogDQiUD+Eks=" } }, "is_incremental": false, @@ -8955,7 +8247,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.html", - "hash": "2PvUc9bK7YgrfhUuQdLkFDjoLzFllsVDulQAN7ysqOE=" + "hash": "YfgePFdnWNyY9NOnh9qeKVXXl1GwmjbMr7rJuN/ARfs=" } }, "is_incremental": false, @@ -8967,7 +8259,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.html", - "hash": "k2ZMxDJRKK1H+DjN14Ja69sVbXBryKfd41HbO74QvMM=" + "hash": "AnhnrtZm5jT/4hCUW/GwjrB0lRwu4yhkga7f26Vufcg=" } }, "is_incremental": false, @@ -8979,7 +8271,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.html", - "hash": "SHAt2SkcJcj+n2sTgrQCPPm5Yst6i8Z1E3twDhL33zc=" + "hash": "ccCyOPsMrlqCqVNQvOBkEdUUXYv3h8vWJPntOtkziho=" } }, "is_incremental": false, @@ -8991,7 +8283,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.html", - "hash": "95pfgUP4ts3PYleftyamiWqXgyZ5Tfa2KBQa3ZZ4dfk=" + "hash": "cMV5K0Y4S0GZxy0aHLDqYpTNFTiccYJBqSJtvlCoqHs=" } }, "is_incremental": false, @@ -9003,7 +8295,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.html", - "hash": "OHf1llNmMvshYdLgZrOMP/syMwExL3X/WrFsVpy6PsI=" + "hash": "d9qwTQoloJpjEtfexJmy8cOkPNOq4WsEU2qsTPR3s74=" } }, "is_incremental": false, @@ -9015,7 +8307,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.html", - "hash": "byg83jVf8PspKJ0h2f8A/s4WoFMgIlM59LChXyDDZE8=" + "hash": "NZegILgAO2dmJ/R0/NSaMQgKim6pPKda8NJB2Q3jyuk=" } }, "is_incremental": false, @@ -9039,7 +8331,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html", - "hash": "05Xv0RaTcuoruDhf3vKcsDbqtmneq4Uh5qlViWWtP3E=" + "hash": "MNDbO0vkxLLqfhoUAtfmsNPx3JLzNch6AiS4u/XIJ/8=" } }, "is_incremental": false, @@ -9051,7 +8343,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Controls.html", - "hash": "HDaWXgGF8DZLQ3akIdzCM7sC8T6UTDyPPQvKygCrBxY=" + "hash": "Mv3ClJwitvQA4CH7A5gJ/+v2rf9PJYDLLCVwNu2R7KU=" } }, "is_incremental": false, @@ -9063,7 +8355,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanConverter-1.html", - "hash": "/3wYTAe2zZm+Tw4q+IRhGfZhpEKyaPgMyVW/tNs+e+M=" + "hash": "jRm8oknT+/NCybHqsmkt+iscLmPz6FKIjNjw+BrXYak=" } }, "is_incremental": false, @@ -9075,7 +8367,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.html", - "hash": "s72fs+0bvjEAIWqi22vj5M94ClczwrX7+LRH/ua5Lic=" + "hash": "AjIn5PeJSpPqL9QOL7cMGdvqVNPdv2hGSoSebNnWTUY=" } }, "is_incremental": false, @@ -9087,7 +8379,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToAutoRowHeightConverter.html", - "hash": "URQk9MISNtq1TqR2KtoG58umpUe97q4eppZl/h5YZWo=" + "hash": "hSVVihRqDRpHC4hmvf1gyCLh7ncqwwk4O3aKGvkLmrQ=" } }, "is_incremental": false, @@ -9099,7 +8391,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter.html", - "hash": "nBqizz8KRE7+YOR8ppkXPZcyEOtmiRZLU9p2Z6t67o8=" + "hash": "IH64l+pdWx3Ky6WgA1Btoru1uGFBalZ2fDO97DQA5y0=" } }, "is_incremental": false, @@ -9111,7 +8403,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.html", - "hash": "cgoQGAYnIBLjGmFB98Hisla+jgPLPznWS6Sexauv7q4=" + "hash": "75Gs4K2Q4usWYep/Qt7WWUCQtGrFmocq6Opg/opq2Ys=" } }, "is_incremental": false, @@ -9123,7 +8415,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToRatioRowHeightConverter.html", - "hash": "vVkj8BtT40jT8elYjXBm0MGcMvOAwjKj7ou5Zs6ccd4=" + "hash": "NdIEERhS3aAOy9FlqJCLQG7GSnNyhSLnVmJ2NFvMz0M=" } }, "is_incremental": false, @@ -9135,7 +8427,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter.html", - "hash": "/d43mAMqZ8xEO5GRf2W64JQVe8z6mkkP7QYJiTwkMpQ=" + "hash": "gY8aHMxt4olVaZ3d0IJtYsf71qfVZeL5/LSe5m/QeVs=" } }, "is_incremental": false, @@ -9147,7 +8439,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.html", - "hash": "y0VgmEH3ez8i7K44Rv1m1NRoFjy5kcSZBclk8GelACI=" + "hash": "6t6nPMIc9gg/6neMob7WYKAFISkExe12UgzFilhggwc=" } }, "is_incremental": false, @@ -9159,7 +8451,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.html", - "hash": "5c4oyikJMUQDDPoaUdCRqbseOIxVPlwao3z+avwS2RQ=" + "hash": "Z6FrhNvTolr8Z+58EtjCsTTzWV8li2gRyv89t6+xW48=" } }, "is_incremental": false, @@ -9171,7 +8463,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.html", - "hash": "IPVXI66tMj758wehgajNKAXCGzagrS7eu1SaCos6pXA=" + "hash": "U5xzRGIthbCwdy00TYWZaUUHjBKEFSfw9VHIV9uAe6U=" } }, "is_incremental": false, @@ -9183,7 +8475,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.html", - "hash": "JcbFFTcXjBFsZq88sTa9bcXkVSh4rqTa70GBGs6cvEU=" + "hash": "3x0e7Ms7GmmX3rpQqp7rkdL1bEOumvyz6cXaD0D127A=" } }, "is_incremental": false, @@ -9195,7 +8487,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.html", - "hash": "AbQ2xip0Iks3e7i3/qyLX/pK6d0bq6DDCJR2czxvOng=" + "hash": "2zlwCSaphEBAkHxdL9bWXqhChrgTXZ7OFnDRrQck9tM=" } }, "is_incremental": false, @@ -9207,7 +8499,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.html", - "hash": "twM06t0BvHSxHlAjWqASnzh+7ebbftvkmvcKqo1APzQ=" + "hash": "PRi8vEXq6+VkYvCuDpzklQKuAtPohxMBe0JC1DpF7m4=" } }, "is_incremental": false, @@ -9219,7 +8511,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.html", - "hash": "n1Y2pAgeQXUQkcVLTqfFytNIu5ZTJvLRPF7DKh05IcU=" + "hash": "Ym3zXzTDTfASQN//kSLTdx1hVZa5BdofbRXQWx78F44=" } }, "is_incremental": false, @@ -9231,7 +8523,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.html", - "hash": "G6O0o+iNuUpXoD56QJs75A3EliIjkyHUNlC27o1QVn4=" + "hash": "bS2ObmcujzO3U3gKsZ9Zbb2lUzBc9q9kLom79nQV3Lo=" } }, "is_incremental": false, @@ -9243,7 +8535,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.html", - "hash": "5xH5uTH3bq5YG76w6PUjh2rOhVD8z0OQ3LiYP5hvFcw=" + "hash": "clESLo3qAxhi28tS8uwb+eenqbDio1pQBQRKTSd8KP4=" } }, "is_incremental": false, @@ -9255,7 +8547,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.html", - "hash": "VHnywILIoOeMPRGhBGZTCn5PyA6WAyM4F3f6xwC9Y40=" + "hash": "tE0Rjj1y49KMofxbvicibHnUFzEnUr9EfsHQw5dyWpc=" } }, "is_incremental": false, @@ -9267,7 +8559,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.html", - "hash": "pEtN9OWKJgKPLgS3imGFyDa9g/ybgjejiBMZkg8r0aU=" + "hash": "jSM7SZmJ2zuZjNaTWO6knDKCMuVRNgoS1VyDV6eXEBw=" } }, "is_incremental": false, @@ -9279,7 +8571,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanToVisibilityConverter.html", - "hash": "XtiLx05lD+0kwYeXzbaDPJcBTRabWokNBi0Nb5w9x0M=" + "hash": "Y+VjnnbtGLv/ONZhNH9dszm28TM68UXi5mHd5eDhlUs=" } }, "is_incremental": false, @@ -9291,7 +8583,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.html", - "hash": "HLjMxSC5K3j4NSMxDHG65qNUevx7j8D/YwUS1YULzlk=" + "hash": "HdgvmALUUCaaIfm8YXWPN21dc5COKv8+AuNY7r/mNL4=" } }, "is_incremental": false, @@ -9303,7 +8595,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.html", - "hash": "/xll0PhpkZNlVL0DQ8UgVKf5USmgganRJIZQg8BhKXU=" + "hash": "nD3J4Ou/yojgGiVFAa1dOGG6O6tF30sw6WUZR3YxaMQ=" } }, "is_incremental": false, @@ -9315,7 +8607,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.html", - "hash": "esTn4RDEwV36s/go6HXla8KX+QnEhbfgpCuMU+LIiJM=" + "hash": "zswLHwU/n9O4j+zEidcBRdcyEyP593lBz6OmCj2DKcI=" } }, "is_incremental": false, @@ -9327,7 +8619,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.html", - "hash": "EdaaX/GwSOo7k/jtghaCe52iMECn6Bkuke7BUkRzSeY=" + "hash": "EMs8cXm1G18uiLfeBsHFxSUf4zmtQrvug9dbgyryEV8=" } }, "is_incremental": false, @@ -9339,7 +8631,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.html", - "hash": "ruxfqjSARWGuQWfJd4AHbphjmWs+IIYF6BeaRPF4lw0=" + "hash": "mW+wEGIzzg6wIwtqnnEmuhyEIDKX8SnGkZiBvlSk0T8=" } }, "is_incremental": false, @@ -9351,7 +8643,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.MathOperation.html", - "hash": "6tAis1zw5tyYszmHnNgdSXwjTcU9QLt6FXdN0GtfX2k=" + "hash": "mHNKlw21ifXsgVg1YHC21dIObQegYs321RWX4Gk2o34=" } }, "is_incremental": false, @@ -9363,7 +8655,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.html", - "hash": "OKRk0mC6Ni6FfSa60aMx8uwxPtxtPEGUqFUjSKkR5Fk=" + "hash": "lKqWe46ziLFOEtI1oXoCo/eM6TTkoL0K43OlMJQo8o0=" } }, "is_incremental": false, @@ -9375,7 +8667,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.html", - "hash": "Em9m98CxvYR1rjEVy3xuLHkIV8wYKLpm1ueI+QQeOEY=" + "hash": "yq2HoHdIm0pGKFmDnBDvg+h3p15uXVApeZZzkJ1f6qA=" } }, "is_incremental": false, @@ -9387,7 +8679,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.html", - "hash": "bNYBVq4uSnY+oqiPbHyRzGwJigyn4kcalGu3U7BXnmA=" + "hash": "5kKEI1F6vnPVD9rX6StKb57ahKRKMg3RYPMkXodiDkI=" } }, "is_incremental": false, @@ -9399,7 +8691,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.html", - "hash": "m/uoo+ttzll1G0C2l4gmxqwo3HnFLtBzDsDmm5Xxo/Y=" + "hash": "L06YDgpDAwLb3OBwRIK14LCHiryLB6UYl/bzN1SPamk=" } }, "is_incremental": false, @@ -9411,7 +8703,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.html", - "hash": "FDXq6sD5UuuLeP7xicY/TiKRLq4RFNDqgzVEU8Yugj8=" + "hash": "rRwHc21VJNb032dckQoKoTT8XojVYRaW9seAvb3mH7s=" } }, "is_incremental": false, @@ -9423,7 +8715,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.html", - "hash": "FyvZal9aXMO07QxLV1rHnPLo2i7om7zMLejfQay7xGg=" + "hash": "In58vWn1p5nOb2IzS78rPnldJ5ym7P9FGjVWcWNxBeU=" } }, "is_incremental": false, @@ -9435,7 +8727,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.html", - "hash": "O3YvV3aT48suRAYSO0zae2aVYvatAY9GGM+mIIkIdHU=" + "hash": "Z8GTsvzQHf2G/AQvs/NfMZ3Q6R728HbdN0WqoNpEXL4=" } }, "is_incremental": false, @@ -9447,7 +8739,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.html", - "hash": "86Is1inOe2cAioAOUF3pv0BrJnG1NfXSZm3BQ5vOG9I=" + "hash": "YQWzhRGVe8+oLbJBdQVaqKk7JUH63bxzc7ueuj4LHLk=" } }, "is_incremental": false, @@ -9459,7 +8751,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.html", - "hash": "2U4X2XaWiq1ADMypigzbyK9l2x6YbRR5Hf29pqHGeSg=" + "hash": "PiVg7PBu70gmzRSh2OqOD6pqD9vyjt6CpbbaN4pCwMg=" } }, "is_incremental": false, @@ -9471,7 +8763,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.html", - "hash": "kR2mqElZC80S/HQKQIFOjrX2hc0FuYhEe4CgLUw2OaQ=" + "hash": "IYUWj7kebMqDxqiuvtSpZUd1NncJ3xRK9oWLQSnRmWA=" } }, "is_incremental": false, @@ -9483,7 +8775,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.html", - "hash": "/C5MAo4YTQNTkPVfPO7nVanpqoQVwCLQntGSUoG7/sQ=" + "hash": "0nVBpt20g7aq16HtPZm9NNn+V/WihbOvO2h08Lnr0jQ=" } }, "is_incremental": false, @@ -9495,7 +8787,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.html", - "hash": "d3AOiotatt5oJIt0zIf5dUK7wl/hQacH9LOP2p4bbto=" + "hash": "fMNt8KAdJoCPzaID4NQWqUJyR5NE3cN5rmftuTAFlzA=" } }, "is_incremental": false, @@ -9507,7 +8799,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.html", - "hash": "y765PFx3ys8WMEDnP9JabA9OFyU5SqS8yNP+VOfRqa4=" + "hash": "nokf3Kv7Xg4NuOu0NEyz4vHM+Vt55mO8WgN2fhz0Pk0=" } }, "is_incremental": false, @@ -9519,7 +8811,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Converters.html", - "hash": "XVv5rEUX5WIGTAeuBApwdHge0zRuI4KeYhWREuVYGj0=" + "hash": "IogiQ0V6sEnySkQPAN2mIdhFq0Qxio30VDemWGxaM9g=" } }, "is_incremental": false, @@ -9531,7 +8823,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Errors.Severity.html", - "hash": "nFUsby0z7+fFBuzWk3IEcCDkt0pTtzXIjAflP3IS2gY=" + "hash": "KM3sVdDYLjO5X9gNU8HEcNGbNU+6A8IkMbFfCR4oeu0=" } }, "is_incremental": false, @@ -9543,7 +8835,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.html", - "hash": "Gnpu2X2fygHCVQQQHRz/rGm9KWsYWtQ/4Fjs5IGVvnU=" + "hash": "1FpkP10I+7Zj9FN+wDU5MVuVqC1x8bFPMIF3ZI/oieY=" } }, "is_incremental": false, @@ -9567,7 +8859,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Summary.DetailEntry.html", - "hash": "BSaibgs8Ylzc71CtunnAmhm82+RILTYpaUoBMkz9ozk=" + "hash": "CZ39+aUy09pQClrV1oExdTOFA2lSzvX5SrVRYHyFlBE=" } }, "is_incremental": false, @@ -9579,7 +8871,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Summary.ISummaryData.html", - "hash": "mREKlUWXho4yaVpLNTcmMHgjso8Dp6Ki18Y3jvrnm1g=" + "hash": "SmxPRXsNh4jpDmB2bAertyf0Eu+VOnhxRF3t607814U=" } }, "is_incremental": false, @@ -9591,7 +8883,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Summary.SummarySection.html", - "hash": "IazkdyFXttr4oypYOYct2P3i95ViUIWA3T7Gf8yGDXk=" + "hash": "9RQ5XcVdbaURr/o5tu0WW/mXOMdIEzScHMKkQ2/vRf8=" } }, "is_incremental": false, @@ -9603,7 +8895,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryView.html", - "hash": "TOf/JJqx4gyADZ8scEAmn+HXjC/Wou213BI7jDNT3B0=" + "hash": "DrZg/1DC97dteHeJnZRk9Le8ln4EH3rq3RkwUdp9Kxg=" } }, "is_incremental": false, @@ -9615,7 +8907,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.html", - "hash": "UtBlD8nzD1gCbHwhJKZdQuaF8oe1ZEHerpbDLKqEZCo=" + "hash": "LzPLkEqF4s57aIkMy51e2snMJcmc4BbzcbVCQkwsI7o=" } }, "is_incremental": false, @@ -9627,7 +8919,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Controls.Summary.html", - "hash": "c99/2Sku+8/rd1ItMGlC0H/c2FcWtg8S5uwcl1UDRBw=" + "hash": "sKiXKhi1zgPJowyd+Ywspf7I53qeea4maxllVD1UE8I=" } }, "is_incremental": false, @@ -9639,7 +8931,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.html", - "hash": "2+z5yJxs0y5ainfh9JCG92HZjj1XViODiJszRT4SOkg=" + "hash": "IAoEtuMKdisw6VP6CCg9tN82Uic3sbN9tjzzBqpYnSc=" } }, "is_incremental": false, @@ -9651,7 +8943,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.html", - "hash": "HD4rn+Buo1r5UwXXkBtvqIdc9tz3z+RQwptxGQsUx38=" + "hash": "JmuSCSbjLqkDBCVNV1xYLmjGTfQfUeQgmiGVMt9V738=" } }, "is_incremental": false, @@ -9663,7 +8955,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Desktop.Platform.Styles.ImageResources.html", - "hash": "4McwbWW6nWxN1wBU5LaF3wE2kqzfIiQE2w0sT9pH84U=" + "hash": "wbAJEWdRaSw40aBA69See5A5+L4LdBDQqpqidO5dQdY=" } }, "is_incremental": false, @@ -9675,7 +8967,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.html", - "hash": "AWyFm6RGxXcWbFmEXreW/NDtrbngt0DiIyOIuyir4j8=" + "hash": "kIqLFxS3ukq1vhbspMgjqBwLDnd5dGy8xWX7j28H8bQ=" } }, "is_incremental": false, @@ -9687,7 +8979,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.BasicControls.html", - "hash": "OFTyBaVAe5er1vSdEkak4c8mBBBuE07oAJcXTNreqG0=" + "hash": "zNNKA1fj1MoZGLwV3vGsXW85J3/jelhf6wXjJEBtdSw=" } }, "is_incremental": false, @@ -9699,7 +8991,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.html", - "hash": "AA7WhbtxcXD64nuSSWaHJzj6/NvelXkdGtnxPqTxjoM=" + "hash": "H/YrMAwUWbBQMeqxIgM4UpENzSjYj+cDR1L/PT+Xt74=" } }, "is_incremental": false, @@ -9711,7 +9003,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.AfterEditControlsCreatedEventArgs.html", - "hash": "B3lBQhTuEOLRTYVocZI/4yGq+6jFIWZz/89zD5t7sgM=" + "hash": "LZ0KWa/4jsb2DilVzTJvBkCjUnbw7GfOa36IdFSQugI=" } }, "is_incremental": false, @@ -9723,7 +9015,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs.html", - "hash": "Mp7huf67isWfJMawe1oClSBnUlFT4GBo7wyvGu4ZJ+o=" + "hash": "kYmfqmszS3DcF5mOvuOJJb82unLIkZhP6VG3RkIwTGU=" } }, "is_incremental": false, @@ -9735,7 +9027,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.html", - "hash": "xYV2hqOtWUTHaYFR7T7iplAphrB81DKGlISJiSuopeA=" + "hash": "Po5ZHhpMxfiWv25KCy64N5EcViEOltWpe52fVltPJ6s=" } }, "is_incremental": false, @@ -9747,7 +9039,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.html", - "hash": "0v4QI0/cajjakYtFuF+NXaBLav2MQ4KxbdTZC80nBsM=" + "hash": "3fKJc6s9MmfX9pohgXha90nDXOTbwoSgMAEFRK06vtE=" } }, "is_incremental": false, @@ -9759,7 +9051,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ContentNodeIterator.html", - "hash": "mNTV8ydSZN3Ia6yZJhakswHY0rjrbxQhEMpKr3fQSic=" + "hash": "0Fmna42PEmFbbA1NkfzqGlAcSqXjecS3h9kai7YOdcU=" } }, "is_incremental": false, @@ -9771,7 +9063,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.html", - "hash": "dgTmzCAnDILjFYmhkJ1j4gkKeyONzgd5nec4MXlve5Q=" + "hash": "gN5jcBCzSV2Wn6RV6D5pk9fGF3Z4KC6fSpsvb9ZWVOc=" } }, "is_incremental": false, @@ -9783,7 +9075,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.html", - "hash": "0TmkZevfVDQKMOeMTA7ti3l7/F5pG0LqVe44wEp4bjM=" + "hash": "FkvPIc0PeTotz55kqJOzuVj4PEidyKTIe6r5vDJhk28=" } }, "is_incremental": false, @@ -9795,7 +9087,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.html", - "hash": "/MDapznaidbAMGg3tbs+m7lisimgJvpKCYM8SdKMWZk=" + "hash": "xI3cxGKk+dhmVQhDPrRFvhjaRCx2wXrJYY1mjO7oWnw=" } }, "is_incremental": false, @@ -9807,7 +9099,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.html", - "hash": "/lhk2TzFKa7xPhxK4eVQp6oeFJJVS6V01waeef+ymls=" + "hash": "X0G/wnkfRsq/HxoDUUR9lWlCIPhip/irmPbRxMaiWNM=" } }, "is_incremental": false, @@ -9819,7 +9111,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.CustomColumnLocation.html", - "hash": "R1or2GstNC+yfRERkbYudarYMP5MfMz/R6XDdlpVKQI=" + "hash": "L4NDR6R7ZAniAsG/lUIUc4JKBB3qFAwlk+PI60kT9HQ=" } }, "is_incremental": false, @@ -9831,7 +9123,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.html", - "hash": "caEl3GxlpxntPSOho6t6D/I3Ez3QPtUdUMKVRGdZ8Xs=" + "hash": "AOIHCH1Tv4hfHwd+2On8hAuIqcWQRBhUktoYBh985M8=" } }, "is_incremental": false, @@ -9843,7 +9135,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.html", - "hash": "gH7yMsRnKQ9EHPmLSxnKR+I68oZtXGgUpF4NCL/OGco=" + "hash": "0mdwLdtSfizNTPiWmr7/4Xy1FPw2qRYmrC82Ob2V8d8=" } }, "is_incremental": false, @@ -9855,7 +9147,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.EditControlEventArgs.html", - "hash": "g0oowfqBh9IddGe8WdOH5x7I2wqzMVPi29D+vAlYVn4=" + "hash": "uK0TDD4lYrfuPcofk8SimtR2zLGxg0qTWv+jB2Au4pE=" } }, "is_incremental": false, @@ -9867,7 +9159,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.EditException.html", - "hash": "v1xTw7OSMn9uC7EYXoJB4rw1WZXAGI7D8Vq0JCd+kZo=" + "hash": "PR6Kb9bhlaiq3HQ/RdF8pj1PSRkDHPtBoT8VMUoUxao=" } }, "is_incremental": false, @@ -9879,7 +9171,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.html", - "hash": "rWhAgM1ZjBgmTBGlFdtCyUWoJjn2uUeWmI2YsQcSi2w=" + "hash": "BVdbNuYuncu7jos5N7TE4WXnL/eRC0tnduIP9A9hRrc=" } }, "is_incremental": false, @@ -9891,7 +9183,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.html", - "hash": "jHKOZnyotH1hHTDqfOi2XFJQpvjfsFh2Qj2vbxiMyeE=" + "hash": "0YlXI4ae70iqAIx4C27Dei4Wh7FnSsOkRKGbDyxRiz0=" } }, "is_incremental": false, @@ -9903,7 +9195,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Extensions.EditorApiExtensions.html", - "hash": "hXWn2SdJkMx/X+vldZfCSYo7EIND84DAeRIakMp5hZs=" + "hash": "jwbPaDysSHTMUIcTiCR3doZqJ3ESlujBrI3DYQ3PQUI=" } }, "is_incremental": false, @@ -9915,7 +9207,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Extensions.html", - "hash": "uP1CDJl9m2W//jnRtOrC1fD5v5QJs/guwTev6stPS2Q=" + "hash": "JugewfTh+uzE4hwMGXz50qtZ5pG292fHs6yVfpzz0yI=" } }, "is_incremental": false, @@ -9927,7 +9219,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.html", - "hash": "no1PY3WAAmSZFvZP+ACaj8GUK1t8XH/bLxaGwY8i300=" + "hash": "ofIqFBZzrfNkx6IBdxMQ2QuiNtKULPb25m3cM/C/Y3I=" } }, "is_incremental": false, @@ -9939,7 +9231,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.FindType.html", - "hash": "0cNoaNo8upCyfPbGsHPyKEo4Vd1jWDrYYS4AEr6vsxI=" + "hash": "xUCjvnzHcVOtFaWXPNXXl3yeDsHaUd7AGQhBdBbkMGY=" } }, "is_incremental": false, @@ -9951,7 +9243,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.FocusChangeType.html", - "hash": "2NALOb43gBeZmHRJ1oCV8MKwl4IiQaKJq0TATYbO55Y=" + "hash": "El3xzHgkTKrUpFAC3YU9WwLHBHZpuFW3GgxowOTRabg=" } }, "is_incremental": false, @@ -9963,7 +9255,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.html", - "hash": "lkVAiighCGj4Z0ZIK6J4Ko5sDuULwe0zdfA4LPSy5go=" + "hash": "GOvRy1aKyGtdy+5UmTVUkoMMZ6k91GmD0ZrUnhFQLi0=" } }, "is_incremental": false, @@ -9975,7 +9267,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.html", - "hash": "sOfcic56/Otjf7nROc+J0Xb1nBj/C+U8814MZ0k1U6c=" + "hash": "s+Rxwc/mm4qxjkv6VmrR/Vu6bbx4UjC+igVo5gPFgUU=" } }, "is_incremental": false, @@ -9987,7 +9279,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.html", - "hash": "ujDtME7SLNzecCmwRGVO5patv0FDoF07JvA32uDLKvI=" + "hash": "h5IFIzpcTTq7hNqJMnNUyM+PXvBvPwU4k2isCOAVOP4=" } }, "is_incremental": false, @@ -9999,7 +9291,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.html", - "hash": "5xwdLGk0zCnZ1VZxQ7Xbyor5A6bXfY0/wZoYOVxlZIw=" + "hash": "7wUEaWKofD2/t9cfZdrc5ZJiV/CvrOEknSQNKnpsXN4=" } }, "is_incremental": false, @@ -10011,7 +9303,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.html", - "hash": "yhQrW9ctiapvSZYXcoT7PPG9P5eh+aJNSkWcodL8xQE=" + "hash": "5VqTSXfslX9sHeKc59swnHnqQvAuZY3KpJIXvtmnxMs=" } }, "is_incremental": false, @@ -10023,7 +9315,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractContentNode.html", - "hash": "TitIBCLd6R/n20IdNtAxYVwvcmfUuNMBH80dwzkhbwI=" + "hash": "wNgFL2CHVM/55G8uGE/+sIH5CbnJDv8r5cyYSHUMddM=" } }, "is_incremental": false, @@ -10035,7 +9327,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractEditOperation.html", - "hash": "XCy8zrumKmggZ7ruKW7qduwgn/0hRqsD/DWhL1RpLvo=" + "hash": "pWCc7KW+yxW18eq0i8Qz/k2p0pi5C+hzwtwvZohpJ/A=" } }, "is_incremental": false, @@ -10047,7 +9339,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkDocument.html", - "hash": "IiMRHIfKmIuKGulrRda15qheQ6xIe3g+iT/PKIuiix8=" + "hash": "zDcMpehfGRqZNI5z5Oaf7PUBT82uiqlIgluVwTwPF2I=" } }, "is_incremental": false, @@ -10059,7 +9351,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.html", - "hash": "7/Loa7gtKE/6BSr9a2WgCbOHN39ARopi7aT1DDuaGHU=" + "hash": "fpZdULeSOT99KumHX08zWwAE5TYVAsrbwcN/FC7qjIw=" } }, "is_incremental": false, @@ -10071,7 +9363,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IAbstractNode.html", - "hash": "HmsJntWxTuUyu8q492Wjy8KS8ZToAQSew0Gvlze7E0U=" + "hash": "ibEBgqy/CtWvQkCUN+6MfO48qTxrN6EjWbMUZ7sfYRI=" } }, "is_incremental": false, @@ -10083,7 +9375,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IBilingualDocument.html", - "hash": "6k5OfTefrS2/mIldmJtmlARK2Ze+UC1/RGHRanOI1dw=" + "hash": "SP+tN3jG+fyatBkSt3h3MKEPOnbb3Oe5MeWmUNd2544=" } }, "is_incremental": false, @@ -10095,7 +9387,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IBookmarkNode.html", - "hash": "8dAm3t6dNBYhUyzXoTEnHi+GSvSGMBj/Xc1tpTSzmhY=" + "hash": "I7qOnURfR8fQxag1wYcffmLA0wJ5HZ5zH5Bq9o9W8wg=" } }, "is_incremental": false, @@ -10107,7 +9399,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeGhostStatusOperation.html", - "hash": "UVU+y6TYM+9hMbNUWa6JsRJ9qZ+H+Fn5wTLQhVpO5aU=" + "hash": "LcWwRxXOd4WbSlwG3dSufXBX2j+wyqY6DyREJ0/8FNE=" } }, "is_incremental": false, @@ -10119,7 +9411,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeTextOperation.html", - "hash": "aEoJmachFsDgjWK7H8QOVzbyOYGyYxPYD7GTYJxG5c4=" + "hash": "9bLH4P76fs07/aGae1RoHkTPp720GWlzwmaVliim4Dk=" } }, "is_incremental": false, @@ -10131,7 +9423,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableBookmarkNode.html", - "hash": "aSWJ3ZmbcaUZsTISzcxa0DAqmtNVA4K5YJbirvm1HJ4=" + "hash": "WjBI6BCKPbqk8Y3V95uSLIEu2B6zc43cT+CLuknpKoA=" } }, "is_incremental": false, @@ -10143,7 +9435,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableCommentContainerNode.html", - "hash": "54bNz5cSInM/A60Nf/2ETQ8S8xJoVR+dDaAJ3F5hXmU=" + "hash": "GkzIlWAYYwRmcOsoC0wtbeyCWcmyiJPNMZOJuPZXAQg=" } }, "is_incremental": false, @@ -10155,7 +9447,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableContainerNode.html", - "hash": "WHAcYtcBU0HdaxqUwHI2Lkc34k0touu/px91HPFEWyA=" + "hash": "9Qzxk4yv7T6FNZivqSqN1az9GZrp6KO8ShhqzMeMS1c=" } }, "is_incremental": false, @@ -10167,7 +9459,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableDocumentContainerNode.html", - "hash": "ylHlWLMItaqQ9UXzX4ZJYZpgbesRebL9urCjgqeWU/g=" + "hash": "qpQEJ5G+P7brTir4XRH2EPggNomdFaLGfcrupesFHFI=" } }, "is_incremental": false, @@ -10179,7 +9471,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableFileContainerNode.html", - "hash": "Z/dSobcwFTfNh1NYfAkid/0UewBySZ3RuOHjiImhx/g=" + "hash": "JcOnTEDq07YsmihamGZ8jYpV5ZhYYNN+Jx1HWa9OKHw=" } }, "is_incremental": false, @@ -10191,7 +9483,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableLocationMarkerNode.html", - "hash": "Pg8cKLkd4irf/jlUy9sfjMHjUSDzn3JpremUC28ZWlo=" + "hash": "3du5f+o3ML5aZLh+ixPqmWiX1LKH83xEdOzBiLOGMwI=" } }, "is_incremental": false, @@ -10203,7 +9495,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableLockedContentContainerNode.html", - "hash": "HQ4/4AZhje+aqYuXt8pxq+i4f6NIt3w3/t0QH2/rxZE=" + "hash": "2PqHzMrsZoVBsjuf0spYA2F0RrEEuatMLP0pZI0SKnY=" } }, "is_incremental": false, @@ -10215,7 +9507,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableMarkerContainerNode.html", - "hash": "pLbCzBMnJkGYIpUjJ/qQOI/Mv+x9JSxM/QD/sBM1AE0=" + "hash": "o7ZBaUZF395KYBrlhZXTEbAL02IOVe81wSLcF5Bmz7U=" } }, "is_incremental": false, @@ -10227,7 +9519,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableNode.html", - "hash": "Vw6ZVhmBmTsdMWtuFfI1wVTLmzSxpQsXkw46fhBilhA=" + "hash": "0cNEECLDC7Pte4h6qzpFWKVJ/sIswRroAS+XvBtYyQ8=" } }, "is_incremental": false, @@ -10239,7 +9531,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableParagraphUnitContainerNode.html", - "hash": "/dbMJYD6AxbRD3i/RsrHkiYf4RJrhGfszXkX3772vfA=" + "hash": "LNlfiTrOAnZt7gW2/Zh986kjIrfHs8Lktgi808N51+4=" } }, "is_incremental": false, @@ -10251,7 +9543,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeablePlaceholderTagNode.html", - "hash": "8sgFwSGY3ogSHHYyDgPxavcBXqy/VezwpMfz7RbcYAw=" + "hash": "tR+cWaIfnge3Mkab8PqYAK7JrakJ+OVC5MFC6yRV9Wc=" } }, "is_incremental": false, @@ -10263,7 +9555,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableRevisionMarkerContainerNode.html", - "hash": "fH764GXjCUDjafpDvD0m0K53niQMDYTqjre91tR8MwY=" + "hash": "K+PMaJH1KCjyPZvpTU/PSTG/hOApFtkh66EaicxsABM=" } }, "is_incremental": false, @@ -10275,7 +9567,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableSegmentContainerNode.html", - "hash": "BsQmFeEbMbsgm3ZEi2+L+NbYFjB5hoq9C0IsRIr8aXY=" + "hash": "2JsGKsKW3ggHAQ2adfW3GxSXDS9x1+a+d1qN9hCN9VQ=" } }, "is_incremental": false, @@ -10287,7 +9579,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableStartEndNode.html", - "hash": "rAfAqvHI76SolmqOd4nPZsgcPT5GxdNSPK+2g+sOSUY=" + "hash": "KVNAzVajB8lFNdApK4GnZ7maVmRe+kTxG3hQgHF1/J8=" } }, "is_incremental": false, @@ -10299,7 +9591,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableTagPairContainerNode.html", - "hash": "4YkBBauxlZp7AN2gXL7JI84AbLaFOtwLpDyguBw6e8E=" + "hash": "jeaHAT9J7ENTWWHM5Z7E/P6vEHSMcKEx7Wdk/a1aKa8=" } }, "is_incremental": false, @@ -10311,7 +9603,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IChangeableTextNode.html", - "hash": "qVB1pwQ9PRhCls4nqrijleQuLGVCTE2mNxEhyo6NSsE=" + "hash": "FSkHKUY9h4fwwuZHWx6hTe8khxoQzLSre5YR3y6gRvI=" } }, "is_incremental": false, @@ -10323,7 +9615,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ICollectiveUndoCommand.html", - "hash": "uZ77IUWXtnMKBAcNBFSRV5ppDHKJ/GyLy5o8l196KyY=" + "hash": "/CYnwYNfUE3EdRIaEj5Buery4CCRSQzYZMeN7CB+Mz0=" } }, "is_incremental": false, @@ -10335,7 +9627,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ICommentContainerNode.html", - "hash": "j5+FImAz8u6lYmZoj6YZjGWuW8MJKLSMRyrN0+PL+0A=" + "hash": "fScf+ndki7Zr5bh/uMHcwEiNR3+ibWp++ZasoV3Afe0=" } }, "is_incremental": false, @@ -10347,7 +9639,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IContentSelection.html", - "hash": "TgqF5K423VcpJN1/UX5Z53pA+wNR+y4fyihxAup9hmM=" + "hash": "HEMUO9uUCJ/55lXhsleUmODftHuxY8JO98gkCHVcWSw=" } }, "is_incremental": false, @@ -10359,7 +9651,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IControl.html", - "hash": "xi4GEivvnhBFmJeMMbHJq0YFvvOlvp7Pt/Mo/v/IKpE=" + "hash": "Txq2XaC1R92CrdmWlHXr/OZOnAbWD0CJCcAr9qfnvbY=" } }, "is_incremental": false, @@ -10371,7 +9663,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ICustomColumn.html", - "hash": "lbQmrX0rBdJWTcQS6ikCATaQ5u4KS5Bk8ePccXWmSPI=" + "hash": "8jvdue/UlLOx5y1brTvOZ2R3K24V+YuEYz1QM1IeN+4=" } }, "is_incremental": false, @@ -10383,7 +9675,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IDeleteNodeOperation.html", - "hash": "UByxiUip2WeGLZ2/qZIhjiZyG/DssXdF7BRBmZeECTc=" + "hash": "4gAPm3wv3cFI/YKZROo1PFXXmN51UNdYW4RPbql4Jfo=" } }, "is_incremental": false, @@ -10395,7 +9687,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IDocument.html", - "hash": "TuRqVHCstSxhl0IwJgfLgHCrZslQjLz600O/3y4S8vc=" + "hash": "E4SUgKaUIl87stpHwp4ghWuQBkakjan8ZO791PTd9YY=" } }, "is_incremental": false, @@ -10407,7 +9699,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IDocumentContainerNode.html", - "hash": "Ec7HVmTSWa9kYUGpkZWG9iF9zsorID+CyJL7iEWCoCI=" + "hash": "VZYVlV9x6vh3bP6lC2/mTMwwJ6CsY9u7A2OBHL/J3tU=" } }, "is_incremental": false, @@ -10419,7 +9711,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IDocumentFragment.html", - "hash": "Ov4edaPNmK4jy+MknuugMKNQ3PcpuLgeC8hFkQBcDFM=" + "hash": "/HSn2TM2qWGMzt1hMeJMq5u479Aen50PtxdarFWYZUA=" } }, "is_incremental": false, @@ -10431,7 +9723,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html", - "hash": "/IyJ46Bq5elEOHTN+6zlrXFWlZ9K69I+vidTwLWlsTE=" + "hash": "2TLdtCQiD8hYkLb14wSxxMwStxyHLhxAVDRqa9kTSNs=" } }, "is_incremental": false, @@ -10443,7 +9735,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IEditOperationVisitor.html", - "hash": "LVo9ogjO9BdZl/XJhN+20h6Al86K7Lvz2nY6RUh8rps=" + "hash": "4eJmDitWeHMRj/MB/mZ7jv3cgK1FKa0x/QMuh0xGsJU=" } }, "is_incremental": false, @@ -10455,7 +9747,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IFileContainerNode.html", - "hash": "RPNqAA8sya/+PTaoreD0rFmsPVEtAk7hhvOVcdIe/jc=" + "hash": "EgWp6p1sD2nm8tbsgwnY9mrthj1mCiYtfYq2gAm2Y/M=" } }, "is_incremental": false, @@ -10467,7 +9759,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IFind.html", - "hash": "iCjBmuOcUwkfUHrTQ6LXIDpgSDaU2UpdWHEtJ7IE39A=" + "hash": "48vERPBLnBRldq4IL0gbjpIlNpcwm9d5F5Wm/ec0sdM=" } }, "is_incremental": false, @@ -10479,7 +9771,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IFindProperties.html", - "hash": "vV22qQ8meKFoEFJ6/wRkt/7qCvr5cZaNE1oSHE4DZ9k=" + "hash": "RH0I0yToF/b83uJgrH2d6IjBoTheRfeRBVm8lG6BUi0=" } }, "is_incremental": false, @@ -10491,7 +9783,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkDocument.html", - "hash": "brufQKW8AAYIaHweZrQ75N/rnFjnPSryn975ABi4OW0=" + "hash": "R03NGoff+D+g7bF+sGfYajt0KnqURmTeGoQpUs1Y6A8=" } }, "is_incremental": false, @@ -10503,7 +9795,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.html", - "hash": "Q9j0atwdRYn7X+TJUWDGaLfdP18wD1NiZ6njX9nHuAM=" + "hash": "nqqyIbDkLOawHW04PznfEXbQMXGkul5DfMJ6b6qXyZw=" } }, "is_incremental": false, @@ -10515,7 +9807,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IInsertNodeOperation.html", - "hash": "KfqH+FZwGHt5+NztapAVS8l4v4Ao2d7s9K8M+Ew8iKU=" + "hash": "EREmiZ56EkuvaUD0rx1O+RvG5G64rt7an2fzCTKGAIQ=" } }, "is_incremental": false, @@ -10527,7 +9819,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveAccessibleCustomColumn.html", - "hash": "SmxcMnqHntJGAK7ORcVBFPWcWnKNOQ0NlsUzju/kzYw=" + "hash": "G6CuqY4J4KzkLuMEVyq9/RW4DTo2Hbf4uC3Bbc0xCTA=" } }, "is_incremental": false, @@ -10539,7 +9831,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveCustomColumn.html", - "hash": "jIlCClPppO2kCDbO9qq6n/9o+QsRkp8QK3YVcYT+2Bw=" + "hash": "A38xGeYRc7G117Y6IAnJ9vdokbHlrBMPrq443jF3KTE=" } }, "is_incremental": false, @@ -10551,7 +9843,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ILayoutSynchronizer.html", - "hash": "VBolcJfsZVnaylJjMGMmWUmw9wVJ1yCeSBbBrW6L30M=" + "hash": "yHMvHrGNtpYQXsa22d/rp6qscDiS85E3oVUA8o2NFgU=" } }, "is_incremental": false, @@ -10563,7 +9855,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ILocationMarkerNode.html", - "hash": "ZKnq26KRmvS7L2gcrNreWe+nNejXHagVflDpwCVHJ3M=" + "hash": "tEhM65+ekeBmFO6Ldc1pXhShZOS8RAeaO/WH+0nIAPE=" } }, "is_incremental": false, @@ -10575,7 +9867,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ILockedContentContainerNode.html", - "hash": "yzZfLlHGs+0pl3UwtcYnlaqa3ChRAxrtxoRO+i7+EGA=" + "hash": "97Q4sqqkJ2CZAWpegNb5z1slpZDLKUzSL9B23CXprjo=" } }, "is_incremental": false, @@ -10587,7 +9879,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IMarkupDataNode.html", - "hash": "FM6sU96m0GjzS04fEHsmyyge8cTy1k4S53gdPzDB5UY=" + "hash": "4q/jlwLkFaIlIeq1ccaaFQJBluLVPpke931RnrkALng=" } }, "is_incremental": false, @@ -10599,7 +9891,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.INode.html", - "hash": "+X0i3zO3nWj2PaNOzhMeJlKVzisCEHcrnNwxfwmHPr4=" + "hash": "NjEPvB9FLggTmUYO4L4Ju0up1zdyfVyr2ITm+qbH9ig=" } }, "is_incremental": false, @@ -10611,7 +9903,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.INodeFactory.html", - "hash": "NzYdRBqpP8DACbXZqo+BrfQFZm+BW9LvkEQ2kEZehdY=" + "hash": "pblxBM1AxooQeZYN/1YA8o7CyZa+z68WAE+iWqBN1U0=" } }, "is_incremental": false, @@ -10623,7 +9915,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.INodeVisitor.html", - "hash": "B6f4FmLNyKYY5TwH8Cjyudwa1iM0vJVNXH5FNO27xAs=" + "hash": "R7iaTy1nT7ic02DaRP1JQHVAY1KJ6/raou9ZQ+MjyXk=" } }, "is_incremental": false, @@ -10635,7 +9927,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IOtherMarkerContainerNode.html", - "hash": "fBZl00pZ6Bktbg3k35pHdprGB6RyJ2//Hya/OeHVOg0=" + "hash": "L8WQ9S3pW8lNv0Gs6DmjOJn9i159fVJC1pOaaEnQ6qc=" } }, "is_incremental": false, @@ -10647,7 +9939,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IParagraphUnitContainerNode.html", - "hash": "v3guDmzQE0FO0UfI3srz/+4+paIhODIgbWZgkpmWxeA=" + "hash": "M1yTsvh81LbVZwNORgKCok53ZhGehwlFI2kvMvuRXEA=" } }, "is_incremental": false, @@ -10659,7 +9951,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IPlaceholderNode.html", - "hash": "4yADHfYg6RwDFOYtZeZns13nDn9LCdu/o99OETyw9kE=" + "hash": "A+erE2ltY2KV+uoJvWFx//9knc/kx73a/YgZB9uLXg8=" } }, "is_incremental": false, @@ -10671,7 +9963,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IPlaceholderTagNode.html", - "hash": "Ea/JTxuz1CcvTzyx7tjezXrJ0xoZYPA/Qnqa89xF5wY=" + "hash": "9vrG296NI1YIYBJ/yR6fwPCxX8V7i0TuASsn9FLu8AI=" } }, "is_incremental": false, @@ -10683,7 +9975,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IRevisionMarkerContainerNode.html", - "hash": "OA6wgDbl8zFeFibLVS/ciKBxVzEjAd2e40wGYrrwUKU=" + "hash": "gtBV2nHQ1t9vJqzsmA20ZAT99+Teobvl3AmuSR8pgy4=" } }, "is_incremental": false, @@ -10695,7 +9987,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IRowInfo.html", - "hash": "hsoeM9Z29nedjH0LHHjnxRaIVbO0GsEoiRIaSVLmFns=" + "hash": "7sKbmQCYCv2GDUTnW2Mk86mbBf6uSPPTTQdx5CD7Fxc=" } }, "is_incremental": false, @@ -10707,7 +9999,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ISegmentContainerNode.html", - "hash": "PtrF10Vr/11RThGpEJsJfgJl7e5jXJho+LAOXK6gy78=" + "hash": "WUwD8qY4no1nacABOF349Es0wpw0o53KoEHJjMTaJxo=" } }, "is_incremental": false, @@ -10719,7 +10011,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ISegmentDocument.html", - "hash": "4FrCvBolDkf+ZfrcbDK2yz1lUAx6fjcvPuP9RcdcRxE=" + "hash": "p90qyjdF28XfMra7sTb7ffFcLLyZM0v6+NwmLPosobk=" } }, "is_incremental": false, @@ -10731,7 +10023,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ISegmentEditControl.html", - "hash": "d4EBCZQpm7mHze/cHZ+83+pAytCJ8VES+fAx/++Hy2g=" + "hash": "2eyI+eyTjc1XEM3bBva3etm9qyIi50mK4NE8iLPSxxY=" } }, "is_incremental": false, @@ -10743,7 +10035,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ISideBySideEditor.html", - "hash": "TM1xG2b8k55vcGEkyoQL/cVW6LcQA1DZUc6yvIyW4pU=" + "hash": "K6LcliEGHAs9ii4YjOnBF873Eps3zKmvRy4QfqmA0ns=" } }, "is_incremental": false, @@ -10755,7 +10047,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IStartEndNode.html", - "hash": "2joqpjRUiF6fMKnwxmom+1mhPqtTv3JZCWwSuwztdHg=" + "hash": "yOyc8fgLglt5V1VaGjbckwarFjuIvWoPS0BUR/0ZwwU=" } }, "is_incremental": false, @@ -10767,7 +10059,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ISynchronizableCell.html", - "hash": "24u0rbA+jLy8TvMGVR1qixCESqHrL/TqfjIEBDgCkKo=" + "hash": "aP8+1UBp1qL/XwZjoEZe4MBtJXvfzEPEd/adEwHgS9g=" } }, "is_incremental": false, @@ -10779,7 +10071,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ISynchronizableLayout.html", - "hash": "xoEbSckyI/tyyPeX5qzSQHzeCwE4YK2xkLFIhacNTh4=" + "hash": "fB75wjjVwQWlg9Pzmb4gZcjQeh6zAQaQHKhrWhxWUwU=" } }, "is_incremental": false, @@ -10791,7 +10083,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ITagPainter.html", - "hash": "n5rUmRXiwO37WrPWRLbna1eiZ24Qm0NGMoIRoWEN9BA=" + "hash": "V6xJMI/aGM0SkeoS5qHuC4+D9bAmoOaBuqoyGcEBtcQ=" } }, "is_incremental": false, @@ -10803,7 +10095,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.html", - "hash": "D6Bl4Ug0PdJDJuOBXcIxhBvKOEnH5hlIWs4ZkDEgmKs=" + "hash": "I9oLsLUsNMNx7cEIUJd364F6lMklCwOSZQOgjaduneU=" } }, "is_incremental": false, @@ -10815,7 +10107,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ITagPairContainerNode.html", - "hash": "Pv142zUnEPCjjVBEWrZgQC1/spLzNs0oatiSZVelhuw=" + "hash": "+4Z6neSc2Z62n7Z4Ti4PKpwOoQdJvtsku+ZJERwze7k=" } }, "is_incremental": false, @@ -10827,7 +10119,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ITextIterator.html", - "hash": "I670JUXo24mlOcdF0UaPfXc53Cuv6npcddLE7alDRW0=" + "hash": "jM3ail7YhWjobqFUcMy8B+KECLq9c2hrOqPEvWCEjqI=" } }, "is_incremental": false, @@ -10839,7 +10131,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ITextMark.html", - "hash": "pENefZmnC0N7q/HT5R1c9coM7iE75/2YkeJCx4kM5VA=" + "hash": "uWsTJo/cYwh53FkV1kpMVbsuXQLU0vNnWDwAY0Z/+Q0=" } }, "is_incremental": false, @@ -10851,7 +10143,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ITextMarkPainter.html", - "hash": "2UdwKv1mf9+29IuW7UI55uLO7D6TpCNgsBbCsytIyu4=" + "hash": "9tDSp3qqpjBXfmyOOCaRyhqfVmYvZEnFfSvCLyTePKk=" } }, "is_incremental": false, @@ -10863,7 +10155,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ITextNode.html", - "hash": "+9oP+v+QIp9UPZwHSO4evByvTO5zBfmonqwZe2CXDRE=" + "hash": "ThvOBLl/AcsDSawl+tB3VIi4HNCnz+klAnEN48v1JF0=" } }, "is_incremental": false, @@ -10875,7 +10167,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ITreeNode-2.html", - "hash": "sPEnMPpoj3DOKR7UMB4iCyXsnRdMJBJ1zenbPO67BhU=" + "hash": "uZLOO9L2DbNRbN+cBEqW/usi3P1jNvqx8vN128q+TFU=" } }, "is_incremental": false, @@ -10887,7 +10179,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html", - "hash": "mPeBvI5QiB0c7ueWkWLZJoErtMC8GGWQakG3nSzWgrk=" + "hash": "YVQsBM1xEqTn8SU9Yo4+dZgtKfCwUIF4k87/Ulef+Fw=" } }, "is_incremental": false, @@ -10899,7 +10191,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.IUndoCommand.html", - "hash": "a8smvFVBezKYsnIvcD6yZbt40906tXuIL3/EBYLkwwU=" + "hash": "NlGBRPv9aL9Au8u7fpw3FvbOwW+On7yr/hG3ptPmfiE=" } }, "is_incremental": false, @@ -10911,7 +10203,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.html", - "hash": "oi4DsGnRgxCzfeLmuOrr8ynKk5e3XHTVK4cEA9RJBeg=" + "hash": "vyk/744B0PIqoygD5RsdVW0pWpHBXMxwW7AFu+LHDQc=" } }, "is_incremental": false, @@ -10923,7 +10215,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.html", - "hash": "iC4SQnz/ZJTOtlTIewVZtqpmB9FlXCWxpM0Vjnnir5M=" + "hash": "dCUIGsqHWaRY8090ezr54ZvKuRXYK67U0Rsx0JPeCpA=" } }, "is_incremental": false, @@ -10935,7 +10227,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.MarkLocation.html", - "hash": "B/hPpTDBeEBmRXlCSQspH9wFjdioNjteYmmnVR1Bg0g=" + "hash": "HWrtDKj72uIVXZsMrIb0h3F8QgeU5Kaa/I0dL44+ko8=" } }, "is_incremental": false, @@ -10947,7 +10239,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.html", - "hash": "M0Y1GOQ/KRdpOapr64QxUvF5XnwM/B/f34+grB6d/gg=" + "hash": "fvXONhCudWaBIo+HO4I5Rm+o7u7vEpVtRoSNjxupi50=" } }, "is_incremental": false, @@ -10959,7 +10251,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.html", - "hash": "f86aXKfApmUXH++ut7HxbJvNjzQi4agOCNtNXsc/xgw=" + "hash": "UuZFX38fExMJ7vJiVNfafnh/CKcXkkVguxB67skJKy0=" } }, "is_incremental": false, @@ -10971,7 +10263,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.html", - "hash": "KEZTLwMYRRyXxO77CR5KaSAA0eFGwVTi29dFXTbLqgc=" + "hash": "7QGlihHQapqyVzHabECVsiI1uYd538IQZ4SNAzdBzJ4=" } }, "is_incremental": false, @@ -10983,7 +10275,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.html", - "hash": "PY34Y8x2s7JEaetRcfaZoHVm+DITAH2MKe4MeNW/KC4=" + "hash": "rix6nyMgrBL+38ZaFjYZmUkKV7SO8P/XcflcipzP9tc=" } }, "is_incremental": false, @@ -10995,7 +10287,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.html", - "hash": "Sc5HIDY/3kc4urrob5ah/OB5QFD0R/Yl4oU/7Rv39KM=" + "hash": "6a6yZuvaS1rYHhAu0k1sgUook/SGOqRGobtx3PIGXas=" } }, "is_incremental": false, @@ -11007,7 +10299,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.html", - "hash": "eWOefkAmi9LDvhx8NjN33mAn4D9P0D9kf4W4+eZjIj0=" + "hash": "0RFaObftV2MulAlFggKu2Nf5S5MD2R8FCArwwV+G3Cg=" } }, "is_incremental": false, @@ -11019,7 +10311,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.html", - "hash": "p3te8blTNwUXtXSA4K8y2TKaBD07tYfRWGOGdC+hBMs=" + "hash": "xBSR7Dhjxb5rflOrpPqafdJd9B6SpuS/NVNIiQoJ9YM=" } }, "is_incremental": false, @@ -11031,7 +10323,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.html", - "hash": "rw3HsF4NSs080IB1tg9SZqh+/OtneOxFQafwRt9YwuA=" + "hash": "EAn2cN/SuZbbrTBr6Exbc3ox1UrqI0ni6XCrOKdneOU=" } }, "is_incremental": false, @@ -11043,7 +10335,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.html", - "hash": "8EpzOI0Wvdzx2f99umZXwA80omrkhYXr7fL4FjGzFxc=" + "hash": "JA1LhCeHklo4ArsYhcxQoQpQoxiAFpCRw6HEGnRnLz4=" } }, "is_incremental": false, @@ -11055,7 +10347,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.html", - "hash": "nMzaEuNRo4HNkyJPk9dLXIDgvg8BOiz8JTumdivWK9g=" + "hash": "nvYVrE/kF3GwK3N9jePewubKk2VTcKjZeMgsBShkJ8g=" } }, "is_incremental": false, @@ -11067,7 +10359,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.html", - "hash": "mwjQ4jRbTIsPlKCQCCE4sRDzbRiRst4vcskbnzpuQlQ=" + "hash": "kYyViaP9vOR5IQKh9bHOYS69AnkC7ACQMRWTNoVFAnU=" } }, "is_incremental": false, @@ -11079,7 +10371,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.html", - "hash": "3WCMxmaoT0ON2HC0kmaFd0xSaozTCmMD/dc+kuZemVM=" + "hash": "xcwNOGwBUSo8kznGSfFCCr4TbRWclND9UvmvQN+RR24=" } }, "is_incremental": false, @@ -11091,7 +10383,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.html", - "hash": "LzQR6tzo4JWByIhOA2h0Q5pri72pqQOsDKanu19C49I=" + "hash": "Dh+DLtfZAFhq7PGLu7k4QzJShI3C+tPMfQBf4HDyrqU=" } }, "is_incremental": false, @@ -11103,7 +10395,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.html", - "hash": "dTJFMonwkHSA2jVvHu1yyttYrlM6Nl46NBKsIuwr2YE=" + "hash": "YyNMXlhtSBrPSnCQp3q2HdkFtYf1RGYCQiOEe10+0Y0=" } }, "is_incremental": false, @@ -11115,7 +10407,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html", - "hash": "xvKsCVKYCQZRPR96m1oqSmpnCkZsatGqVqSh6Zp3mXA=" + "hash": "fdKlgW6Ra1QuZzwEfH/auBhUuJqq+sVDcf+YQXKpTrw=" } }, "is_incremental": false, @@ -11127,7 +10419,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.html", - "hash": "1FTy09eHwBG78tXTWWbFY7StcU3aoVYiPXfUJ1AfLVs=" + "hash": "/0NWxiHkIYMQOHcsQxzNV0TUHflelSP0nPbsY4K5V7I=" } }, "is_incremental": false, @@ -11139,7 +10431,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.html", - "hash": "UoFPFjx8oDlM4ALpdY8/wsCgaIcade+XUPq9987/pSE=" + "hash": "LAtIVH7kF9HXxvq1w9admOvSQ3yxSYUooUYA80ulxek=" } }, "is_incremental": false, @@ -11151,7 +10443,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.html", - "hash": "MckUg6P4EQSSr7AWtUF3JSqbmvACb5nmFICzHZsb9jA=" + "hash": "I05yFG2h/d1U1yClL3k6ISIH9bk7VfJbITNE2nrJn2s=" } }, "is_incremental": false, @@ -11163,7 +10455,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.html", - "hash": "haNDu1kNsGYJXMVDym6ZqVLXjXvfAlv5vR58f3mTa20=" + "hash": "DKqzBN5tM/9DIMhHjx2+HpHT5/pC8xwam3tWn7k/yoQ=" } }, "is_incremental": false, @@ -11175,7 +10467,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.IRowEventSource.html", - "hash": "AO6T1Uz3QKYIAMicVcJamBw5mQYANHH+eXWh1cO+HdA=" + "hash": "kYMzM4/mQypkP6sLyN42P2B/H8q7IqtjNLJK5rvCx1g=" } }, "is_incremental": false, @@ -11187,7 +10479,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.html", - "hash": "iL99bKmyte5f9WSXAs1J4hms3rZVFgkFQm2G6ztMnnU=" + "hash": "j7VY3Y3bg/It1/4k4dUwrqfmcETpwe634aFxlDWQ5Qc=" } }, "is_incremental": false, @@ -11199,7 +10491,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.html", - "hash": "xO4R5iu5gnc6E8XwiVeaIfSRP3Wzx+Kpy2aMTe8CxA0=" + "hash": "z/BUs6aCMOcWUaJnqhG7AUcop6pukhRTZSmdkcyljs8=" } }, "is_incremental": false, @@ -11211,7 +10503,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.html", - "hash": "v2gy71R8G/sgY+HaU334a21ql9kC5W+7Y+KjAl0A1vI=" + "hash": "aE4APTRkNwr9snGsmLnd2vrLOAT5w0si0J9k0iRdMFo=" } }, "is_incremental": false, @@ -11223,7 +10515,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.html", - "hash": "8AEijDeby2ZXRTRHHAIwdGonxIh6gPZRR7HOzvPbXbE=" + "hash": "LNQ1C1a3iG1DvKXHNqlWTM8LLAluZUz+6SCeaK/dBDs=" } }, "is_incremental": false, @@ -11235,7 +10527,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.html", - "hash": "EOwqntKwLdM+sTQfcsOEtHiyRBJqtg2qS2Acq4LUitc=" + "hash": "wIFNQ7Q8iKGqtMmbIQ9Po/WHkWmPfhrCYUfCWme1vFw=" } }, "is_incremental": false, @@ -11247,7 +10539,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.html", - "hash": "TUBdtSxEZ9LKOramATFyispi8xM0kMzDbvXnOKAe0t0=" + "hash": "ZhDxeJVDH5rkxIL69MTeYCISb52d81BEKjJRJqsISH0=" } }, "is_incremental": false, @@ -11259,7 +10551,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.html", - "hash": "iM8/e84tDKu2nAE04wyAKWoVYvwfrIRBI4MMtIGaXow=" + "hash": "VZcyGGl0uVUmNLXOeQ0P3hXhbznTESo3G59yzpbQ/aM=" } }, "is_incremental": false, @@ -11271,7 +10563,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.html", - "hash": "JCRuF3Tg+VcXINR6cG2FXcpKTVRyWvYux4+oiHmDg8Q=" + "hash": "378CGCFmhKZnFZaBqD0AQEk8Cq2nFoenk1qU2kFp+WU=" } }, "is_incremental": false, @@ -11283,7 +10575,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.html", - "hash": "CSdNeCyAEo9RbNvwZCgRCM3ehi8zksN5D0X+BrQxU9w=" + "hash": "wCCY2GLoeMitvRKDqejU2jEDw8d2u+OwGgmQth1sH0o=" } }, "is_incremental": false, @@ -11295,7 +10587,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.html", - "hash": "oepiD5ywb2SFS8LRkNTxlUbppuzlXDP4klLq7i5GNp4=" + "hash": "ayjN1AwgMgs5uckD5BPuUuEcSzmvlprmg9Sq74VgcN4=" } }, "is_incremental": false, @@ -11307,7 +10599,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.SquiggleShape.html", - "hash": "299cA2Iqoy1qO3kz8elZpAWPbUsTkcPEq25xq9c9VnE=" + "hash": "B1bOW4cEyZiUQyOAnmv+FhiwpFMp/m5WK6iE8bEvpe4=" } }, "is_incremental": false, @@ -11319,7 +10611,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.html", - "hash": "iexyYZddcg6KUgFPD0xs0eqbHalOfKh4/9Fsh1UyyCM=" + "hash": "fM3OeX5ycHkYyx4M+SscN4M2sqCMSHgCYgK2DvbUZ38=" } }, "is_incremental": false, @@ -11331,7 +10623,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.html", - "hash": "RFPw1nSH7rRhkGmN+1SOSQ5Jp6Ss8PVvgWfoiqZkwNw=" + "hash": "8efLgVKPaK6NtKj2zFNQSp+dYAaPVzt27PEiPW0+fng=" } }, "is_incremental": false, @@ -11343,7 +10635,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TermRecognitionBoldPainter.html", - "hash": "gUcyt+Eb/KhRLTGYfugmtSjBGCwkgisZjfPTQUsH4+c=" + "hash": "9O8lW6b2HnsNMAVFxL9aYdDypm72pnCMh7oOFMb1qmA=" } }, "is_incremental": false, @@ -11355,7 +10647,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextMark.html", - "hash": "LKi9myyGuQgiBJ1wXHJQIWw97QvgIvwIQxnoJitCMT4=" + "hash": "oj4iikoWl6Fr4smOwT/r8Ec4xnL8ARetzR2/h2bwK00=" } }, "is_incremental": false, @@ -11367,7 +10659,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.html", - "hash": "+uAV6NgRYAP1Jm/mMR5Arswz1CaomKzPLr/bOkY3Zg0=" + "hash": "E1734oOk5zKQhfSGoL+lo+DLzmFOHRsFkEfqna0vbLs=" } }, "is_incremental": false, @@ -11379,7 +10671,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Implementation.html", - "hash": "DlJFPyAOxYOngraAf3fW2F33iskfp5HvOigGXHvRSWw=" + "hash": "BYXrRyRFgYKiRDePZoA5vZ0+4xc5dYuaTReN4x0ptqc=" } }, "is_incremental": false, @@ -11391,7 +10683,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.InteractiveEventFlags.html", - "hash": "5J2rkxyP1QjPTq0uFJ/DXd/S5TBQ+pkqYQkMa+lqIK4=" + "hash": "2F6x8ZmrILcIh15aHJMs82FwY4IfTaAP68wxkA2X1cw=" } }, "is_incremental": false, @@ -11403,7 +10695,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.html", - "hash": "ewHaoMQsRV0mHnOJxxM+LXYdhMCLoTCO3eJqvxMCRPU=" + "hash": "sUVmOOdCKjOZZlpngCxRMyqylRCMVKud9FaQBYHRFtM=" } }, "is_incremental": false, @@ -11415,7 +10707,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.html", - "hash": "JH8IkjL5OjAI2+n+BGuDTFLCmIpRDDfVudiJD0QHcdg=" + "hash": "eTNRqUqcS/eGaODRJG87SA9ZqabaKjW8T32tqzBvaJA=" } }, "is_incremental": false, @@ -11427,7 +10719,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.MarkupDisplayMode.html", - "hash": "bX1IrDRSlvcjvrzDNhmvDVUmuaB1rIscUklVfVq0C7M=" + "hash": "vkw4xmif1cWNJhbQgYWUcohLJHy8a20MwrEaRTjcu2U=" } }, "is_incremental": false, @@ -11439,7 +10731,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.html", - "hash": "RC/IQhOhqh62veps2bdeUsMsbavmevSP1fosH1gAa18=" + "hash": "gnGr/nENEGEtYcYKefe6k5T5ySz18g1o1wNRC1HDROY=" } }, "is_incremental": false, @@ -11451,7 +10743,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.html", - "hash": "yEufWPy37gVBxJXVtLYEHBgz5VmpnoU8vfK0SVv7e2c=" + "hash": "sENw8fPDlaRmEuDgFfIm4jMSKqA7xJgQWjwAx0E2P90=" } }, "is_incremental": false, @@ -11463,7 +10755,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.html", - "hash": "+M4EPsUQmjVOBDzT3YckfQqiez3QesHQjE049O5VYEY=" + "hash": "dGbMHkKk3eqmW1zMob5DYerpiKRHH75+OgBuNl5bw0g=" } }, "is_incremental": false, @@ -11475,7 +10767,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Move.html", - "hash": "wNb3utSAiNrMtCv5J5JwP4bVio+Cc9CPG+Hn6tNkbhE=" + "hash": "LvgBNU98oK4ICmXl3raaPbTcuevs0VonH0xDQPNMjCQ=" } }, "is_incremental": false, @@ -11487,7 +10779,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.NodeIterator.html", - "hash": "WpJ/qUksp3rjoTKy2XT+eH0N5oXVvlbR98NMWh4FjHw=" + "hash": "Gt34hk6vWAK/X6zfE94IkCxBbQ4s0AIGd4vmNp2/hHk=" } }, "is_incremental": false, @@ -11499,7 +10791,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.OverwriteModeChangedEventArgs.html", - "hash": "1GVGJY06vwfvI7VbxTbcrtsjxldcH3G5qyNTpmH7yEA=" + "hash": "zwcs8VJwmDO+eaCbRU2r30GcAC58g4GmBTkNAvkImkA=" } }, "is_incremental": false, @@ -11511,7 +10803,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.html", - "hash": "cKI4wB6t6V1huppX10oD7VK8650gtm2hdwjVpkY3Z00=" + "hash": "7HhWn6wcrhpbIvNcgXc4Ys+z0NskiiGMe2fAmb4dIhY=" } }, "is_incremental": false, @@ -11523,7 +10815,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.html", - "hash": "LhfCeDMuaUOSd+7PuW93MIos+lDdTwwoOi7Sr698IJg=" + "hash": "XnbRXXvoTysOAA37FBZspAsXmDvUpd1kcfstkY7bmZY=" } }, "is_incremental": false, @@ -11535,7 +10827,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Position.html", - "hash": "yA9+HASCpzjXAOG0OglfUY1amw2KKH9HoTHLKSC8B3I=" + "hash": "6NMPrsBDKfUuCVOFSY8iXq0AkgAgqm6Dsqh92rP0Hrc=" } }, "is_incremental": false, @@ -11547,7 +10839,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.html", - "hash": "JmfQPnMAA0Xea68en7sY5+W5/Lt3XsUnuSm6XzN7Qpk=" + "hash": "ZxehBpfAaf3LW2TZdS7NbAO2lWv9df9xKPPb/sRQQuc=" } }, "is_incremental": false, @@ -11559,7 +10851,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.html", - "hash": "GASshAGWPao7DPFVmYwD3bJC9ZDaBZ6lJ3nN+WmcuW0=" + "hash": "1YJ2BFrezfqISdP09g78ljCCmzVuMlSFCwaj2KZlXHc=" } }, "is_incremental": false, @@ -11571,7 +10863,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.html", - "hash": "e9R5iEzlHAnhyeaEXOnIT1Qmjdfs8urNtjal+I5lvuo=" + "hash": "BzNqP5aPKMQghXXcuNA7db1GQhAyRQzVra8ttAOwV74=" } }, "is_incremental": false, @@ -11583,7 +10875,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.SelectionChangedEventArgs.html", - "hash": "+Fqn+8908mwrmb22dmI1NQDcW568tnbJGJE4eT1Ho/I=" + "hash": "ndc8nLeT5bFjHkUYtzndCJcIdiNddDVOWifQ8Jz/Fts=" } }, "is_incremental": false, @@ -11595,7 +10887,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.Shading.html", - "hash": "pSd0o/DZnizat2VrDYWbMMpkNwcuLhvW6mE6+ts/eC8=" + "hash": "1sG2+9wylyKwLEhoPgSTMmg5aJnbSDWvcLG0f5mghZo=" } }, "is_incremental": false, @@ -11607,7 +10899,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.html", - "hash": "423RiHGCPAWD0JY91Tz3uNKUc3AyGIj7jUDpa0hCG8Y=" + "hash": "1vuVF4q3wK5PRS3ZOu3+aHV6jJp+xKHcKWV7VY32dWo=" } }, "is_incremental": false, @@ -11619,7 +10911,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.html", - "hash": "dM5WbHUSsH/nijCh3vSZRs1q/7nBL9UT3BwzwMvyIxY=" + "hash": "Zz/6x1URC70Bx7ugwhgHOZ1N2w7+cDQsobPifbwunOA=" } }, "is_incremental": false, @@ -11631,7 +10923,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.TagDisplayMode.html", - "hash": "sBC5bTC00bC/98JyQ6eU9dIEqPLltk1zAB2X7Z1IUrw=" + "hash": "0XQNW2c1+t5I05o81bEooDgTlfdlIn2cGsgVQIxs9is=" } }, "is_incremental": false, @@ -11643,7 +10935,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.TextMarkLayer.html", - "hash": "siatJpvdN7blB8hybKimEwM1ZgxGsHQLMFmniymUvgk=" + "hash": "lxeYocL3JDnfyeaiJWBIlqKBe7r7uQrAMiyC1/XULZg=" } }, "is_incremental": false, @@ -11655,7 +10947,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.html", - "hash": "Z1xcfXIaDCJzWrxbPzWbZrpd3w+/OcDTodE8dGP5mFo=" + "hash": "eZxmmaW1/E3OTrfFdeB7pKIglw+91bwKmqrfUVac9/0=" } }, "is_incremental": false, @@ -11667,7 +10959,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.VScrollEventArgs.html", - "hash": "chUwkdvNkcg+WDmmk9r12mg9qX+bF3ncmz7fJ1xPIC0=" + "hash": "2D6ZS/xpVKZDscDPNctQ7zpzZkvSKnlvXQv8fawU52w=" } }, "is_incremental": false, @@ -11679,7 +10971,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.DesktopEditor.EditorApi.html", - "hash": "/FGTf6Gg6gqea8qlqoVI1xmAcSz5qqhqJKmtsQelvhw=" + "hash": "tWlOtFhZ4MHpgu+OABjv+Tt/zjN528sz1s+W9EHzJLI=" } }, "is_incremental": false, @@ -11691,7 +10983,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.html", - "hash": "jNtRGJCYxAnLXpHo+8c6B9Xx0P3RfY+lX2HS8ou9X+Q=" + "hash": "h9jNq3UWB3wqcaF8qqfb7PW8GkMznpIPd/wpTEloO1I=" } }, "is_incremental": false, @@ -11703,7 +10995,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.LanguageCloud.IdentityApi.LanguageCloudCredentialInfo.html", - "hash": "HJj2KgKOj8IZovDLUN2al6RttOAsBEUdKdxgg/BeP+s=" + "hash": "WK1MsSWGmtM0vzhenMyRu3Z+pJ8+FjxTPJKF4Cys7Es=" } }, "is_incremental": false, @@ -11715,7 +11007,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.LanguageCloud.IdentityApi.LanguageCloudIdentityApi.html", - "hash": "lyRaPemWRyO9ALe+OGADFilC6cPv1xob2k/uMOeed2Q=" + "hash": "DE/RIbIlgub4FBo5KNoKKjY403ql9jMWwW5ZvPb8nxg=" } }, "is_incremental": false, @@ -11727,7 +11019,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.LanguageCloud.IdentityApi.LoginData.html", - "hash": "/a2PvNAid6rEC7wCE/y1GchKFHOxeM2Tzo5awwm+SIw=" + "hash": "Of1oxnfIqq0gwYPBdOGhE8h4kjxQHCt030A6o5+9RaY=" } }, "is_incremental": false, @@ -11739,7 +11031,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.LanguageCloud.IdentityApi.html", - "hash": "PFghFAld47Vbza7IGSszyZHN2d59eyzyg/XTireGVQ0=" + "hash": "44286AzsVDOIjhEDR6F0YMjDLJWIrS4RkLOSEh69oUo=" } }, "is_incremental": false, @@ -11751,7 +11043,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TellMe.ProviderApi.AbstractTellMeAction.html", - "hash": "JH1EDDnTKZOkldSYJcI3Q0nHLx0cwP8xGL6RlM/XhrM=" + "hash": "uJsIqnXtHMs7c+5Hc/n+A8sTSCoBz2IvgWCzly2sAu4=" } }, "is_incremental": false, @@ -11763,7 +11055,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TellMe.ProviderApi.ISearchDataProvider.html", - "hash": "c5hiTRzmLuTNlv+Q1Cij9yALKOgF/P3ljQxAqIFdglg=" + "hash": "WYoe6JT6FZOhk3DsUtSvZERhHWLWTO5MXCtJiQQZqOg=" } }, "is_incremental": false, @@ -11775,7 +11067,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TellMe.ProviderApi.ISearchSpecification.html", - "hash": "lvCU/+3yGZFyRXKI3evvHq0a8ZTxN04UcDd3WKrmRro=" + "hash": "GFfXdi+aeU+/r1wxelf+LRWorSMPxbF64pFjSrCmd3U=" } }, "is_incremental": false, @@ -11787,19 +11079,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TellMe.ProviderApi.ITellMeAction.html", - "hash": "+WzJeqi+Z4u9GWAbJADBO3wMtvLqfjh3DPyMvxoAH7k=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/integration/Sdl.TellMe.ProviderApi.ITellMeControl.yml", - "output": { - ".html": { - "relative_path": "api/integration/Sdl.TellMe.ProviderApi.ITellMeControl.html", - "hash": "TzUXKvuQ6+28zdIza8gAfMbKE+4Eqz1qq2GyO9OO7uk=" + "hash": "DrsTNBXWFJUixNwHQM4ONJuLA5B3TSsey7ZM993CIsw=" } }, "is_incremental": false, @@ -11811,7 +11091,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TellMe.ProviderApi.ITellMePluginLoader.html", - "hash": "WxqlrHT2ZAJbmm2LjSyMgvCfOBcczZA0uHz0KPVThvY=" + "hash": "fCQs75zXi2bYij2UpHeQ7LSalhqqsH6kDmu/bP+kexI=" } }, "is_incremental": false, @@ -11823,7 +11103,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TellMe.ProviderApi.ITellMeProvider.html", - "hash": "lfiNLklGVUq9cQGq3ev08DIoPcWWM6sbuBrQNGjX3zA=" + "hash": "6NEydbNn8wi8AJeuiIORqNtyhdklPAdz1Bp266DXlPg=" } }, "is_incremental": false, @@ -11835,7 +11115,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TellMe.ProviderApi.TellMeProviderAttribute.html", - "hash": "3JuOHuZsrFmNeWtexduP+6tj5nQknfPJ4SdGy7Ow3cY=" + "hash": "AyyQPqWKNMPrkVTcfCC8IL66djV6YFSA3ZpqBMWdkOs=" } }, "is_incremental": false, @@ -11847,7 +11127,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.html", - "hash": "J62718H4PQoyAxJcsRK4PXyt02JAClQWzVLJuDslNrs=" + "hash": "L3aHKirpjBIkmfVvYrocUyRiBVDVjksUTXkiHozNOpE=" } }, "is_incremental": false, @@ -11859,7 +11139,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TellMe.ProviderApi.html", - "hash": "GvY4G2ZwGf/1HyzRecnUipDOMmn2hHQ1DXztnJgFD20=" + "hash": "40UHF9XEUvPTgkF7Jus5LJB/Xe18U6KmL72ssLpFpr4=" } }, "is_incremental": false, @@ -11871,7 +11151,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AbstractContentSelection.html", - "hash": "KKI7OV1GWCSYgfKTcMczHgfL6/+ZecBpsygtYjwwtW8=" + "hash": "lJIHZFlXArWkZsr9jfP/61dCEASZjDj3kMp0KBTlzHw=" } }, "is_incremental": false, @@ -11883,7 +11163,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.AddProjectAction.html", - "hash": "bRBW+IgfGUvvL1vIcWDKxa5+0iQmmMBijhN5DrE3om4=" + "hash": "BP5nktDn21/5pcVfAY3Xl9AM0Kr5khhvD2X2VZfGnT0=" } }, "is_incremental": false, @@ -11895,7 +11175,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction.html", - "hash": "R2H+1PlLOYKoj6PW2k4PImNNY63GDToC7NiPHXxRSoU=" + "hash": "K6a7x/EAfqlSxFc5rcUkWo8TKRikLF+FX5oG12acURg=" } }, "is_incremental": false, @@ -11907,7 +11187,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction.html", - "hash": "S07mmRLd4bxxlVCQZdcOLzU/WYo4zL7YFrWGD1syfyY=" + "hash": "7uJTX1ivbICAUZe/e8SqAdHikhaRkf9tefW0c1wRpz0=" } }, "is_incremental": false, @@ -11919,7 +11199,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction.html", - "hash": "SlBdoyQS7qhzMOnqlA3mnfcVKp+6ppzu3Pi6aBikXDA=" + "hash": "AOwgZLM5968nnGTKP2aohMzoLmdq3esjXNWtklBGCOM=" } }, "is_incremental": false, @@ -11931,7 +11211,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction.html", - "hash": "++NNyQPLTkcPMC6/+op0F5m9kKQBg/4t6faWln0ZZtI=" + "hash": "czTJl7Nbds2p8PoljJ5eAHPJtW0nt2USvkUCxsK8G5Y=" } }, "is_incremental": false, @@ -11943,7 +11223,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction.html", - "hash": "XE2epk+JWSSVGW4KoQRHl8eyMpr2EDGOOawDYOj+f2E=" + "hash": "c9WOiEY/wXG6XyIDNlox3o1Z4MnlE50PBCWOFq5cPFU=" } }, "is_incremental": false, @@ -11955,7 +11235,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction.html", - "hash": "7OfL8MpfGevTc3Oa7ikkrZshqE92BGTGc4IlnuInTUU=" + "hash": "Yh0/bi7RUDKNwD7winwW+BsLmW/V1J0YO2nR2WiqgHw=" } }, "is_incremental": false, @@ -11967,7 +11247,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction.html", - "hash": "eBRFoD08lpk+7H+lrFjeudgiIcvfhcORTWsKyNKsCwE=" + "hash": "zfMFfEL2PHELM7DT9Ui7c6zc9Ssv2XPXlG1cCUi6sBI=" } }, "is_incremental": false, @@ -11979,7 +11259,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction.html", - "hash": "cdeRfnnGw7HnhPoCBPf7H5H4Eid8uLS/M+b1cylBkgM=" + "hash": "PEG+0RoQGGCDdipNpQxtMEvqdR3WGi7CO9GZLtFkUlM=" } }, "is_incremental": false, @@ -11991,7 +11271,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction.html", - "hash": "nhv8+ccW4Tjj26K6QPtWuGREAZsNApdLegmBUeOWJi8=" + "hash": "oJ//uLRmTy1hCfxylnWi3XAVwqOjtqUh3VhTHGFqeYI=" } }, "is_incremental": false, @@ -12003,7 +11283,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction.html", - "hash": "pok/2ue/ssh96LXGZ7EIFRYkdnHj3zkZ9bHzDE9RfnQ=" + "hash": "0GXaBxhC8pWDDcXS23SdQ4AXY2QjKPtykulbhTjJYCM=" } }, "is_incremental": false, @@ -12015,7 +11295,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction.html", - "hash": "w6f9AzWBcTMZAkjC0ve8RACxgmfo/CitP1Jf6jTeS8s=" + "hash": "7MJCaoJT1hU9V4qUWFXZBVkFGFfSp5jOOXA9n5GxvWk=" } }, "is_incremental": false, @@ -12027,7 +11307,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction.html", - "hash": "SaIHBZOhn5A6T5Z+xY99B3dHmCoY0n9R5PP9bQiSNRY=" + "hash": "YYWJGM9xHQceddbdH+kyZT7fNOiClgWp3+9tTJzzWTM=" } }, "is_incremental": false, @@ -12039,7 +11319,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction.html", - "hash": "xODhE+rwwlwd/0r790ZSw701x1Nn9fyDmxVADcN9vn8=" + "hash": "K7UD+Pe0mVmRm4WMc3a21IYSti5lg5iasufWiJZqLrc=" } }, "is_incremental": false, @@ -12051,7 +11331,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction.html", - "hash": "LvI8jrf0fvJ8oStG5dGPNTmEFqKw/I2ieJkmIvBzpVo=" + "hash": "a7nBLMyLm16gQX9M5S2oQZqijlxz5fRra3QyWcelhrw=" } }, "is_incremental": false, @@ -12063,7 +11343,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.html", - "hash": "SDFW0u4UXfdLLNYkZk37pRQNeOTi0CYcrJ8vKchSICs=" + "hash": "LmSsSLhwA44PBhId10n0jE+pwbg2Z9RBxNrso798JiQ=" } }, "is_incremental": false, @@ -12075,7 +11355,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.html", - "hash": "e5gsimfdy/QMqROHhI+80HRI3MXY28OY+uhPG28exGY=" + "hash": "g4UfrAa1uciN45TmTQumQBIaZZTXLNgjyMU2dmXtpp8=" } }, "is_incremental": false, @@ -12087,7 +11367,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.html", - "hash": "uIz27K6xwSTKvNq7jdGX0upyP1iFWORSzNVv+vndtsI=" + "hash": "vdlPjfgDwAbnCENbCJlxo3LFcrsHkhgQVW2f5XPWpYg=" } }, "is_incremental": false, @@ -12099,7 +11379,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.html", - "hash": "1ThbaIqTeaGzg2DVgfeRfa6nfHSiliQyOUwN3vSDaoU=" + "hash": "c1EAo4UJmQU1nS9WvWL5CALXyluQ/juPXPnTUCryPMg=" } }, "is_incremental": false, @@ -12111,7 +11391,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.html", - "hash": "pMRue7B4MW+rdkCnaDq2qfa/9B4a2xmwBXN2iIEX0po=" + "hash": "X2zmIg/19fJBebkHEZse+fVyfq86t41tGlkY4/Yz9mI=" } }, "is_incremental": false, @@ -12123,7 +11403,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.html", - "hash": "nd9GPUk5/6h/FZxEKS0+9ToZ49l58VptwYxic1k20iU=" + "hash": "93X70SJ2pajakvVRvPgaiP1zrcstBSXQ0ZE6j63P3DY=" } }, "is_incremental": false, @@ -12135,7 +11415,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.html", - "hash": "8eKvJUaALlPHqiJEGN0Wa5qaN/a8W2NmZzrW6Tkzwnw=" + "hash": "pXDb0C3p9OdqIvVKfB58LvXfcDvxt1+/Ps2e0Ps90Vc=" } }, "is_incremental": false, @@ -12147,7 +11427,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutomationSegmentPairExtension.html", - "hash": "aboQFcmoNoN83e93v5MYWw2EqvQLHT2VQUgIiwk3eUA=" + "hash": "XTQjPZCFmCSYm0/cu7mCPiI0smM3UYRBa3vFb+aIXyA=" } }, "is_incremental": false, @@ -12159,7 +11439,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.CancelDocumentEventArgs.html", - "hash": "ZNtcbvWDYLuQ4QOKp8YaOrxy2/tVtJxpj40mcL4bKVw=" + "hash": "IsQIufyQqREyFnr2t+/zrKMs2eofS+H8/r+eCA8UZpc=" } }, "is_incremental": false, @@ -12171,7 +11451,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ContentSelectionInfo.html", - "hash": "FoIpxOisP43bGrFowNY5AKKfQbxUnsbuWssPw6aG5cc=" + "hash": "qZOQoI+wtp1sELj1JJFtqA4hQBxmDeG7rn1I+26Sbxw=" } }, "is_incremental": false, @@ -12183,7 +11463,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.html", - "hash": "T0PYAzylTz3/dxFUIVKmCAB15Nw7wHd5ltC9KswKUrc=" + "hash": "R+S1kVTuWJdaHkS2y9+i1AsH8DNYowCDIxkOfAe5joQ=" } }, "is_incremental": false, @@ -12195,7 +11475,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.html", - "hash": "+Gwq/hA4LY04btFBCYAlZXEjjJy/sETiQAxBseXO898=" + "hash": "6HLuZu3PvqgzaXxe4pnE72eoOTH/bXXBk7ocQXxIjCQ=" } }, "is_incremental": false, @@ -12207,7 +11487,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.html", - "hash": "0ETjVRjV0kdEiO1dvMEcffHwukpKJObOmlk8SNV9Svg=" + "hash": "4hjMTDznm4EDZvIijNUsHwjTHRHPIz2q+FHSZLfc3Ik=" } }, "is_incremental": false, @@ -12219,7 +11499,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.IDisplayFilter.html", - "hash": "bxz7fETQ6p706CNAonpsjhs9+n7FkPWvuVG3BghKyM4=" + "hash": "6IhZ2MIq5yVTRt4WNWRPnHmS0rQNRPUSJz9quijcSW0=" } }, "is_incremental": false, @@ -12231,7 +11511,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.IDisplayFilterRowInfo.html", - "hash": "oExFsp1fGWn1m+WORCzA8To0a3IWTKh+9JCrKDHPw5g=" + "hash": "6b+qvGKE/mfQZ20NV4YzGWdpI/aG3bHiKLqRcRHPiWU=" } }, "is_incremental": false, @@ -12243,7 +11523,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.html", - "hash": "G2Ycouo1lRyd5L2qKtzPzFz3mSgVggFWPYASIsN10ps=" + "hash": "un8SKBtkqStOCy2ejxuMQxP6Na+yeR5I+X8feegG5U0=" } }, "is_incremental": false, @@ -12255,7 +11535,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html", - "hash": "GQWlqOEWQtDiqPzcB2ftcpvqCJwSxqzuPr2O/lJieqA=" + "hash": "79T2bkfMw+VgWLV24aHu5zaqBp7cBY9U0L1TcsknkaY=" } }, "is_incremental": false, @@ -12267,7 +11547,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentContentEventArgs.html", - "hash": "xJ+Pnx3+CBSEp9DP2toIGBTtr5nVJR649SHd60HYQyU=" + "hash": "NYQXA2Xgly2h3CZz6DnxRqRT4JkPPDtasn2nEmdkTRQ=" } }, "is_incremental": false, @@ -12279,7 +11559,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.html", - "hash": "ZUUHlErk9Z4jJD4lDDdBOhJ9h7Z0vlBgkKGHHDE1Hi8=" + "hash": "FmC3mU6Sy0xjEtAs6i586fmppBWidmphbHpCNhwfir4=" } }, "is_incremental": false, @@ -12291,7 +11571,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentEventArgs.html", - "hash": "yJ6ibGnsX7Hagnf2SP8bQIkyxEhSb1FIW/gd5IaiLCU=" + "hash": "vvqlE5GHfnFtWR20vmzR/V4YrW9nfGxRhgRbKrrEe40=" } }, "is_incremental": false, @@ -12303,7 +11583,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentFilterEventArgs.html", - "hash": "Q716h9Z2YMuknFldPjB3YdGLcEkBx4B1PjN5izG5L4o=" + "hash": "YEYZEyfW6i9XsAv7QQPhhJ+qbf1weOUBDvQVzCi/OOg=" } }, "is_incremental": false, @@ -12315,7 +11595,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentSelection.html", - "hash": "9YPyXUR3t5Azyc/+A4PfLzsoFcbmcBLOGN6ob8uxlxI=" + "hash": "cpCUUnn+ImYaW34HWs1po2u1pFGLlBBzbol5+CG+FHk=" } }, "is_incremental": false, @@ -12327,7 +11607,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.html", - "hash": "0f6MDwFTldBwuPeZE7eM1/e/9pxXGJJSYfvtVdf6z/k=" + "hash": "xhhgLwj/RTYeZsvVKbCsFa/au6mTpwwNqhziLg6bazU=" } }, "is_incremental": false, @@ -12339,7 +11619,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditingMode.html", - "hash": "XIm4g7nLDwuoaYo5ByKcMOpeUtABENTCeVk8ut54aCc=" + "hash": "O2ql2sbqKFCBur23ZvpIVED1jZmtm5cDGMU5SJtFYa0=" } }, "is_incremental": false, @@ -12351,7 +11631,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.html", - "hash": "Y63BvQYmY1CjzKnwnPQxEP2G0YhoUU1pdmOCIk2lAPk=" + "hash": "uDzXsWF0fUTcxTJvXSbWTxv16fjzrnQWmdpZsoZbFAo=" } }, "is_incremental": false, @@ -12363,7 +11643,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchResults.html", - "hash": "w4jIZVga7xp3ZeI//YNhk/9Lk2CrruF0n5IRTdyBTWo=" + "hash": "uKR0JY91dw9eYy5CjgYQ3YipTqpUWKoBAAQ3aRDKAq0=" } }, "is_incremental": false, @@ -12375,7 +11655,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchType.html", - "hash": "e1AEk/0RWv5hZHQejSzMrZBDWWaz+6ccHRiZ0HMXVeI=" + "hash": "O2El/hStfthfH3twD4NlrdJ7XpIFO22wnRRUbUJgpr4=" } }, "is_incremental": false, @@ -12387,7 +11667,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.html", - "hash": "rStVLTYmxU+XnRL0MgsQxvPmViy8fFAlHfuUUH9ydC8=" + "hash": "3VMnZopZUwjE7AwrYvpyP74N8FPlr9Lu7zHg3KGfO08=" } }, "is_incremental": false, @@ -12399,7 +11679,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.html", - "hash": "0IoSvKo58vO+sMqUVtWH/pqTnoZJ0PKS7XnuT+Cm2nA=" + "hash": "mWAYTJoTu80ErH16OVU253tdungSfetoX0SCHx+jfyw=" } }, "is_incremental": false, @@ -12411,7 +11691,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.ITermRecognitionResultsController.html", - "hash": "PxY1TBwUg+Pkys+bb4xV06PebjBaXepDdjwQ3OY6Y9E=" + "hash": "O0rxrtsXDaNhHMCPLm6fWOm3FzrzuK0LGkrUY24DBKE=" } }, "is_incremental": false, @@ -12423,7 +11703,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.html", - "hash": "ImPCizlMmHGHxMcarA0yNgo/f1q15b0k0ehtVf8wJSs=" + "hash": "WEI+BgkthSTH0vLug14Tdf2HV49ACgSBFgUqjelQq2k=" } }, "is_incremental": false, @@ -12435,7 +11715,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResultsController.html", - "hash": "9irQZ+D51N6AiVvq0oDHukdjTP97+fopSEUQ0MeTE6c=" + "hash": "ExKEoYdK8SxuTQnNzRsWMHo2PTJO2fpirfDmxVbwd8U=" } }, "is_incremental": false, @@ -12459,7 +11739,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.html", - "hash": "NeC/OzAN3rMN7DS9sraKfKzPK0I9fXj2gTxYUliLME4=" + "hash": "M0QSZUVbu3zLLButQ1AAveOFAMOswNDvCCWP6yfOb1Q=" } }, "is_incremental": false, @@ -12471,7 +11751,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.html", - "hash": "83PrNpJUUEcISkKQY1jt2dRkKP14lht4j3SvAYTl46Q=" + "hash": "EJTru0C9py4B6p58zrobZ+KlxVxxxDX7xugQ29PdGsg=" } }, "is_incremental": false, @@ -12483,7 +11763,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.html", - "hash": "oaPgXEuWPEF1wFuQJLiFVUilA1AIlOYcG6tVM0jFzlw=" + "hash": "Xw1WOEC3H3b0i7op2TmeZBlcbHmczVV+rHzLWqOnfgw=" } }, "is_incremental": false, @@ -12507,7 +11787,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.html", - "hash": "ZMWXnChYXaEh809GCsdwxsh8OEPOL5NQt+0u5n+XTvE=" + "hash": "ZU6QIIMP+EiEpcFTaizVIj09mTHEDVNT73dHmNK+Tck=" } }, "is_incremental": false, @@ -12519,7 +11799,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.html", - "hash": "2lhCWVTvJcy2sH5r9bgBGj2RtUCVOBOEDgV0ju0xP64=" + "hash": "EKuIW9OI8YKLM8Dv8AgTBzOAWqYS6k6KO6FBnV0gk4s=" } }, "is_incremental": false, @@ -12531,7 +11811,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.html", - "hash": "FWIhpFK01cH46lGJNnTN4wIyYXi5WwS+lmGF4HWN0es=" + "hash": "8JpndvkZYMuvENz9yWbG0MOqHQ0PU3Uy82s6BjqfWzQ=" } }, "is_incremental": false, @@ -12543,7 +11823,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentEventType.html", - "hash": "Vj7F/nz1OhN4JkIjawQWYVpamlqYM1ZOpME1hW8VnE4=" + "hash": "tiTPtKaQtkXn54nwu1gVQY6Qtpx93e1D/NW0ZwvW/yE=" } }, "is_incremental": false, @@ -12555,7 +11835,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentScope.html", - "hash": "B9OtROtwqDRyWLt8Yf5kXFZyMIchWGYo3Ul78KFOZus=" + "hash": "/9mJLHikKfssifBvuW6U+S2EP5sR9+pObF4V25cNcw0=" } }, "is_incremental": false, @@ -12567,7 +11847,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.html", - "hash": "BZqRN02obmoTTdNfqec4hbymIwnt4ZiJD2Ny2F9HhGg=" + "hash": "E7inCxKpA/VF2ioclMYrQf/zi4JYR7Ld4liT6/R0TE8=" } }, "is_incremental": false, @@ -12579,7 +11859,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.html", - "hash": "fXfhNtGltPKB1mT//F8g1oBP+9XmoEx/j4xoefXctWI=" + "hash": "YR1xzXPWz6gQ3LYR/K06qlrTIlr5ek6lFd34Qh7bjBQ=" } }, "is_incremental": false, @@ -12591,7 +11871,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.html", - "hash": "LijzFE+sHnnYvoGCzRs4Fw80f0wNjrIT2CZbzLh2Ucs=" + "hash": "snF5aqncNMoX8PB3i/Antc6d6oBsY8B+/GoSgIZ3+xM=" } }, "is_incremental": false, @@ -12603,7 +11883,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.html", - "hash": "b2aWexgN/q1uXcBDM0I8JALkBreW2LycN/kEPxL5xCg=" + "hash": "Sh8282wltaIwqGsqzHSBM2wisq9SKVrFVTsu0Z3jD30=" } }, "is_incremental": false, @@ -12615,7 +11895,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.html", - "hash": "zsuCQwrKaOWTJDc/Bri5cFOEsH8PHtLMi5BM/VQAJEk=" + "hash": "kkayCL+FCSEyJv7ZETlV4efQlG9kn224lI8PkjDKyT4=" } }, "is_incremental": false, @@ -12627,7 +11907,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.html", - "hash": "JB3ALlCuHSsjvH+zjVH36Cj4TnGYT0OSOzw6Eiz4Qiw=" + "hash": "fHAQ4mo2EyBRUZDUfxlzWXhRH0efAltAxyE5fwd+Q8I=" } }, "is_incremental": false, @@ -12639,7 +11919,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.RefreshProjectsEvent.html", - "hash": "nyaJ+1TGyVqha3/HOdVs8IllC1fVhxza2GRon2zxonM=" + "hash": "RvL/ZaabmlKt2dR5XzE6BXzW/+a29rIWRRK712IUmKQ=" } }, "is_incremental": false, @@ -12651,7 +11931,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.html", - "hash": "OOe5O264WiWXJyeFPRMv6Z3ourGYFTMhDV/hQIeXkgc=" + "hash": "Q2stQdBiyVKJ1mNvWDQolgtSyMudV+m59Gg+ws4sluc=" } }, "is_incremental": false, @@ -12663,7 +11943,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.html", - "hash": "rR8IDf3CxnrFCsuiNR8nt9ECBEJp3sAsJvJ9l+Hm3xU=" + "hash": "jmwQQQILwKAsaRDXDqNLzaqjaQLXSLgtTGNK7sfGKfc=" } }, "is_incremental": false, @@ -12675,7 +11955,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.html", - "hash": "QxpAj6A+4f90yCsCArSgHt8h6ZTBUdUSBuXQtVEcYdo=" + "hash": "/8cwVlnAffV0/dinvnuQinth3qE7ZpWW5NmHegYOi04=" } }, "is_incremental": false, @@ -12687,7 +11967,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.html", - "hash": "4PxZJFMd3O4F062DvGl19Kcu272527krXA5d7TqvpEc=" + "hash": "DjZlR7GMZbuEaZHBtMPGezXbNF9inAJs9iqT/0NaIoM=" } }, "is_incremental": false, @@ -12699,7 +11979,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.html", - "hash": "iuYunudBYKxWUlXDeKQoLhx/EAJMC8g/j/3J+8/NKoM=" + "hash": "K1HXAfnNeL+osYVWZ7RM9s4EFYi65BywBjAYUH5Y7jQ=" } }, "is_incremental": false, @@ -12711,7 +11991,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ISegmentExtensions.html", - "hash": "q9oNvyULmHTWH3H2vKya0H1/8JhpYlj5MglK3ujW/mQ=" + "hash": "TJDkQEWpENjUez51s097Prr0LxpBQ0jAqxjOZrhpmds=" } }, "is_incremental": false, @@ -12723,7 +12003,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.html", - "hash": "hn1LQLMOiiXTg6zmfAAIGiWfm9duY4Y2sKCqKm+m+ds=" + "hash": "2o/JV8IBhpSzcMyRPBV4esgjDw/sKHdPvRe3RXNmoWo=" } }, "is_incremental": false, @@ -12735,7 +12015,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.html", - "hash": "qk7olIiSAvL22hSKP8fv/7ibdvQtCUwfRZBCbal1nPU=" + "hash": "RjeMJIi4xip0rZIR9XrFLY+EYpHIAsSEWS5QM/jQyrc=" } }, "is_incremental": false, @@ -12747,7 +12027,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.FocusedDocumentContent.html", - "hash": "ZI6JQuTOKVNkS0hpLzVUjwJGvpZiud582IiCR78Fcsg=" + "hash": "K/aIdGJnXjIeZ6o/pNQej8sJTx345bz4KAcUaluYo6E=" } }, "is_incremental": false, @@ -12759,7 +12039,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html", - "hash": "IluKZ75R3A4iB+zohqY5RD2hUBOVe14PumENJ6Q4SWI=" + "hash": "8wPc2wVL369zqAqRK+Dg3VhON4dspvlbWM4LMURwozs=" } }, "is_incremental": false, @@ -12771,7 +12051,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.html", - "hash": "/mDbVAxOCKCCnCzOeD8H+wy3z+6P4FZ2ynMHHKnt8Hc=" + "hash": "CVJYbgqotUDrXQb7O7ysfci8X5ELSOXfVLm8xulXcd4=" } }, "is_incremental": false, @@ -12783,7 +12063,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Internal.html", - "hash": "b7JrW/4OG/cB0+vLf6WBvUXw6O9NIf1vXSP2PFJhalo=" + "hash": "Ocp89pT7QKUggIwdUBd6pEvHIKNhyBGMAeB50QcIFAQ=" } }, "is_incremental": false, @@ -12795,7 +12075,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.html", - "hash": "/aT04G6HUe9/3BuxciX5y8w+lRrPLvmEGK25yuijEYk=" + "hash": "WQBqpDyqES6UO5C+1BhXjZm/vLOIEX2xLugA8zOcNSc=" } }, "is_incremental": false, @@ -12807,7 +12087,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.html", - "hash": "aLs1rE+g4inrcxF+rSYCIOeHD25e3w9MkKqMhmT1fUs=" + "hash": "1zp5txcFLTr380vVterY+ORZ2c6ZP6v2RAKwvjP7imU=" } }, "is_incremental": false, @@ -12819,7 +12099,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.html", - "hash": "aRMKvqnRwRaOO1B6szwEDqLV2RB+vmb4Ujw+0nd/v0g=" + "hash": "jo8NE/6Tde2B/uyvUTbvlCS9V5KtKms5w4F2Sh0npAg=" } }, "is_incremental": false, @@ -12831,7 +12111,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IExternalPackageConverter.html", - "hash": "H5IHWW+btsTef7OMhYVvUCk8bC4LFvnzkJ1BnO9g7uk=" + "hash": "b5AVkfpp8aAKf6nxwzgUDm1mbGp/s7uLjDvSLlJ9SF4=" } }, "is_incremental": false, @@ -12843,7 +12123,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.MessageLevel.html", - "hash": "YMLTj3LMl3aSnr3ngazZPbKbBf0eoNKfykGhvSOWIIw=" + "hash": "lwHDb0fJ34Rt3LPkA94oASr5OyUMMVh6LWPNUsDYRqE=" } }, "is_incremental": false, @@ -12855,7 +12135,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.html", - "hash": "PvlgAdCbJwDC4066CpK7lO9Pn6dO0mhPT91THa8adn0=" + "hash": "TrzqPEs8scCmv48WN+mV+5o6vIZoMDZwwZG8mnzdeOw=" } }, "is_incremental": false, @@ -12867,7 +12147,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.html", - "hash": "EBber1PjfLGhN/BEUszg+8O1tnAxXHNYXMxjijO70C8=" + "hash": "1K0Xul0ujeWM01HjeYHCWOXm4jbgO8sUDGXLSSg2Uzs=" } }, "is_incremental": false, @@ -12879,7 +12159,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.html", - "hash": "+I9gdeIQiYWMtXnaWolTvSlaH95OpqyFnCvA9kE6xug=" + "hash": "zLwwvGmmdb8nv/A7hYeqgKAysJjlJwCLCZnh7apBVrQ=" } }, "is_incremental": false, @@ -12891,7 +12171,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.html", - "hash": "BBv4hRW6FSymmJpg3QjNWLKlhE5oaQqymrHYNbjj5/g=" + "hash": "5sX1gNzNOpVP3OzlLih+GfG9DYpzRGVRqU9/UVms9DU=" } }, "is_incremental": false, @@ -12903,7 +12183,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html", - "hash": "6ovtTTP+wKGl7LVwFCAc3covOA0jz0F3IXbdP+OMwp4=" + "hash": "FmneZqvt1YNUUDv2j1SpC2QEbRl+PFQWkM6KTBDrHbI=" } }, "is_incremental": false, @@ -12915,7 +12195,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html", - "hash": "PyuIRgzNb+1cqqquLVqOLAzrHLuuLvf0Xkldb7VPl44=" + "hash": "3w1nPpU0VN5hau/Mx6iVoFx6Jghfs6n795+SfWyYW0A=" } }, "is_incremental": false, @@ -12927,7 +12207,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.html", - "hash": "C/tiX7/NWmKDTTSwUNi9LoI+6RGU0kvfb0nH7/TRtI0=" + "hash": "ita9zAGwcHGl6mIn/NDJ/a8HQ0JQaQIT9OvoKzznSLM=" } }, "is_incremental": false, @@ -12939,7 +12219,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.html", - "hash": "Sexm9SSlhk4qhK0Kz9b4S0RiWXdo/2xWQsVcCr57fxk=" + "hash": "wuA1oAq0mTNvgxLqPC/I9pb/zCjAMKrHav8tsnHv+WY=" } }, "is_incremental": false, @@ -12951,7 +12231,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.html", - "hash": "HttwPTh5FgAfB0rFznSf5141eIzbzTt4Q9zWgdToTq8=" + "hash": "CokzVaI35s9F5D/GOjkF2eZgIqrGwOio8DHZsJ6VK1o=" } }, "is_incremental": false, @@ -12963,7 +12243,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups.html", - "hash": "6zzFC/bXOsQKZHFJ04f0tS20XHwu5EZsTvgsP0SMteQ=" + "hash": "TmtulrDU2U/VsAiF8f/K5YVND6OwRXI0KQ/OMVUV87w=" } }, "is_incremental": false, @@ -12975,7 +12255,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html", - "hash": "wtc0wJTHKdGSnekcJk8vHxtt/w3+0uX0hy/2J6wd0WA=" + "hash": "Zx94AdTXJsd/xxJoiCXlfxiVjIxc60VwsuExh2Ra/kU=" } }, "is_incremental": false, @@ -12987,7 +12267,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html", - "hash": "VuKAA2VD3ABobT/9bsUWTfQBgpr735oyJU0kglMeDDc=" + "hash": "srKcfCOgXmtisxHFDeVVingk8Dh3CYBH+R4BeEirMHE=" } }, "is_incremental": false, @@ -12999,7 +12279,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html", - "hash": "Rmp2ohE/i//ZfwTlCUJ3dqwzUjIS8bwHZtPkIlgkoeg=" + "hash": "N7OhdF2KbfECjdHoU4Bfyokd3Ch53Uui+s1z3G1gnBU=" } }, "is_incremental": false, @@ -13011,7 +12291,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.html", - "hash": "865mTSGae5GQ+OI6OwTwteTRZEeE+/aibFEnMlKIdh8=" + "hash": "mwZUMqa7/pm4LCUp2QKKgsHWuBNMEM3Q+avc8QpIG8c=" } }, "is_incremental": false, @@ -13023,7 +12303,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.html", - "hash": "wC4r9R0xuEDwgCtQSXgngvL6B3zR3tVTx/yigloqNfU=" + "hash": "zFnGsTBqaOM+Yt/2iYMFtCjYfsCKfRZJH2DJB+P1T9w=" } }, "is_incremental": false, @@ -13035,7 +12315,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.html", - "hash": "HC63zEyBdWHbxWVcLEE74077X+NZUqjLPTFcnpnsMsE=" + "hash": "NuI0WQJukKsLnWqsJtJY1LZusxMgNECzTMMK9/pRzGc=" } }, "is_incremental": false, @@ -13047,7 +12327,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.html", - "hash": "6ndah4uJwAu6NREkkdFhc7FCiB0oOptcqmfXQEHV3DA=" + "hash": "r8WA19JRDEBEKKnEfXp1VUzRR4Cnj8hLKDJ4YNvhx08=" } }, "is_incremental": false, @@ -13059,7 +12339,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorReviewLayoutConfiguration.html", - "hash": "1WDFBiNmiuenOfm50GdOMirgvV+THKGSvAOULjnvZ2k=" + "hash": "Mngblrn4Dhpv4jExhYSzOEIGxlUWzy6J9MU5Gj6WxFw=" } }, "is_incremental": false, @@ -13071,7 +12351,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration.html", - "hash": "B8G1g5c1jNhQx+csFrjmVBjsNalUrjinLPMTi+5EiOo=" + "hash": "xiKZL0uMMWubJBFcI+8yjP4BbXjaqJ5Ps3lgO+LxB3E=" } }, "is_incremental": false, @@ -13083,7 +12363,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.html", - "hash": "HAy0TpYbnkauZZ3UCkDZ62e3nc5iMata8B5YXnQ81jg=" + "hash": "eIm7veJajeL+vK1OFHuXB/2za5KVYxm62ZpGCYLVm/o=" } }, "is_incremental": false, @@ -13095,7 +12375,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.html", - "hash": "RPHXm1SJUfoDyKpFsfN2b5bh5I+jxxFmqp5fLfK7Nog=" + "hash": "rDWkTZAYP8mxoQlUV3+qgALxkemClVVVVwTY1OrDPHs=" } }, "is_incremental": false, @@ -13107,7 +12387,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.html", - "hash": "kN8OVZw0mHJKr6VToFrhln17zhrk6oFzJ+Rp/nqHSk8=" + "hash": "jlFDkXCJT82QI6+rdvkBB6yEWjl6nlarr4G0sFhNv+w=" } }, "is_incremental": false, @@ -13119,7 +12399,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SdlTradosStudio.html", - "hash": "FIcIAxFcujOzy971tskY8v3HcZjrZdYYIqcfJGTaFZo=" + "hash": "xx8ySUhJigoboNp2T6WZuiCuFnDbyJcaoLyo8/v/3+k=" } }, "is_incremental": false, @@ -13131,7 +12411,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SegmentOperations.html", - "hash": "vLLFNePH3N0bC7ZnqNegBXbuzYJ+TC/5Cx16uXsB6e0=" + "hash": "wWdwHVSwGpNwVe8X2k/TYjyd03JMLOiXpQP+tyB3OSM=" } }, "is_incremental": false, @@ -13143,7 +12423,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SourceSelection.html", - "hash": "mCl4awtwEEH/dBhDmm/piw8efKJZIg02c6kfTu8m1nM=" + "hash": "awuRwkIO42UxlA1dY6bIvobxLzJ9B11x9g2JolKcDyM=" } }, "is_incremental": false, @@ -13155,7 +12435,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.html", - "hash": "njygpoVGaeEuKyZZWBoc1kLnXVz1ug36fgHiB7EMG88=" + "hash": "qz0A7bMdJxj1VRk6F5APnaTJMwbc2GTvBVtQgnu6GUA=" } }, "is_incremental": false, @@ -13167,7 +12447,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.html", - "hash": "sFBfZXixk0Rq5tR2xGeS4yRCyieU9ROf2fhXiNEIhcE=" + "hash": "C4lX5HLpijAs7jM1G31u10GoRr+dwkPn/V//uzMxXmg=" } }, "is_incremental": false, @@ -13179,7 +12459,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.html", - "hash": "6nhwWvwvDa3oQkdQhm5i7wxlmibE7Q6kkF/d1MH8dyw=" + "hash": "cYmBHpByZdyN+m4Zh4a5gA6uWzgnMhDmwhtTWS5U+WE=" } }, "is_incremental": false, @@ -13191,7 +12471,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.html", - "hash": "i77xlc51BlhEkiAN8rIfLmwgnX07MUvgq9aOcI+3w/w=" + "hash": "Hx81zsmyNYukP3AL6IhEFmYyftEdaW8lw/8QY1ww6+U=" } }, "is_incremental": false, @@ -13203,7 +12483,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.html", - "hash": "jsziwPcXqK2eS0/mEtv9TacBhYrxq+73S9lHejQQz90=" + "hash": "SfyqHPYEXSMp9LY2kFjzioLExRK/MUmB+kOx5ORuXMo=" } }, "is_incremental": false, @@ -13215,7 +12495,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.Licensing.LicenseChecker.html", - "hash": "Vb0I1R7BUiNyi70WkJfZP4E8qyKzSLx7jpb7tb0paHQ=" + "hash": "HU8TfBr2Vre8gUDUDtluqlTrB1A3Hsoqt/KMyHqDaGY=" } }, "is_incremental": false, @@ -13227,7 +12507,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.Licensing.LicenseManager.html", - "hash": "+jT88blX07Ysi/YeY6qo/4/Ytt9VESRwdXFEjgxpcXE=" + "hash": "HBwYywaapeXKm1r359maOyJb+5RC171Rp5f2aHrnrHw=" } }, "is_incremental": false, @@ -13239,7 +12519,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.Licensing.StudioEdition.html", - "hash": "Cwvtfk8uaU0LEyNpV8yK0K1xQTfjIbYP4/niIGKrsbk=" + "hash": "/CmjDo2FKqiAemvMTS98qIdIeUZ3MHd8t529VnTJm70=" } }, "is_incremental": false, @@ -13251,7 +12531,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.Licensing.StudioFeature.html", - "hash": "hNkWQtO4U0AFpmireLEavFciIDMiccxfGX7Q1Ef8fA4=" + "hash": "hGS/TgVA0qBx/Hj3UuA0UvtTYKObmBD+zO2G/9XHsKE=" } }, "is_incremental": false, @@ -13263,7 +12543,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.TranslationStudioAutomation.Licensing.html", - "hash": "JYTrLjDVeK7t1AW9VXXnarigOjLOks4ctm53G8xmyYw=" + "hash": "inxFkN89lpmIOKSFz1csvBt9bhzSEJMGpkHxIPczHfk=" } }, "is_incremental": false, @@ -13275,7 +12555,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Versioning.Company.html", - "hash": "GHcGsCuDwzcgahDWlXRfKhonp26RsXArZHyDszwboUE=" + "hash": "LLCoQmTB5rV15KWLPZ4qvqGOaotkwhgZPwx4t0eHQXQ=" } }, "is_incremental": false, @@ -13287,7 +12567,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Versioning.IStudioVersionService.html", - "hash": "GyZM1D/7ep69obWIrWYZUC3qS+Kpvl6fXJss8q2UXTM=" + "hash": "1BMMKVT9yg0gRAnqx/mKpbYRoyYDvURqkHRW7Y5KYZA=" } }, "is_incremental": false, @@ -13299,7 +12579,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Versioning.StudioVersion.html", - "hash": "GC4LPVmYZTh9YXsBAR5KC914558eSH5QG2JldjSo/ZI=" + "hash": "4JFBtXTIyv97Lka80R/JHw/xo8itvsC/QjOhqCZYQ60=" } }, "is_incremental": false, @@ -13311,7 +12591,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Versioning.StudioVersionService.html", - "hash": "c2XoTV5GFW2HFPa+ZiNme1aglGyKvKCEbYj9GL+h23I=" + "hash": "9YzVuyreEOIeWkG+Tsl5JU/qvn7sZeJweok7DKXWf38=" } }, "is_incremental": false, @@ -13323,7 +12603,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Versioning.VersionedPaths.html", - "hash": "iihdDO0dm1yZWus7Q03lampjWJuRIrzyssvEj4iZIGg=" + "hash": "J0WDpGSEwGQL4iAT66BvrTxt/S1MNnFE0sTZB2ZbcOs=" } }, "is_incremental": false, @@ -13335,7 +12615,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Versioning.Versions.html", - "hash": "Kh+8KTzs+xzS6S8ZPTuL3iEsd0Un4ZRxN6xAceuQbJQ=" + "hash": "Ya3OuI6TqoeDXJ+mTCl26JtqFv9fPv0difJR5DJe2zs=" } }, "is_incremental": false, @@ -13347,7 +12627,7 @@ "output": { ".html": { "relative_path": "api/integration/Sdl.Versioning.html", - "hash": "IMMH2afeTaWHUri7PrtrJYsNG7kGMkZMRBjZ5ZFBirI=" + "hash": "ZKCqIfqAVDaxy0NgJNKU0iHjPBhW1KvWmWBWdBE6m5o=" } }, "is_incremental": false, @@ -13359,7 +12639,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisBand.html", - "hash": "6kGcUWQyJ9fb8T+TvHZ0yLuDoi+pKaEO+RcItep2W4w=" + "hash": "muEg1Q+u8W5sHrEhqM2xYzMibwi6sOgSV3tCixswB8U=" } }, "is_incremental": false, @@ -13371,7 +12651,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisStatistics.html", - "hash": "JiHCO4NMkPZgnUMvNm5cPC03+VBagSaOU1BQZUoJzaQ=" + "hash": "mQYsugoT9XMDjmFuKGRT6e1Kg+yAd2NycVYtqKxHH+0=" } }, "is_incremental": false, @@ -13383,7 +12663,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.AutomaticTask.html", - "hash": "QHHeJOYFBk83JoBSYi2jAFP7z7/OS89u2BZpiVGvTjs=" + "hash": "6V1t0JWas1fdhcaV6FasKzRAnTAJqqPxZbC/6VOaWKk=" } }, "is_incremental": false, @@ -13395,7 +12675,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.AutomaticTaskTemplateIds.html", - "hash": "QQoA/S1tMwXKnt2eIQT5CGBv1xYv+Lynm0PaMq6O9Kc=" + "hash": "qv4n4i5xSnrEN4/1byk6jJ3lCykKKj49jXVwSuOgofI=" } }, "is_incremental": false, @@ -13407,7 +12687,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.BilingualFileMapping.html", - "hash": "0X3dpd/PLuHsXntIA0Uqor4LmPNPSHydQdCnDgEYSUg=" + "hash": "MzP2mzjfYIMjWnnT5Fa2cZK+6posBH4c9Rs7oSpAu1A=" } }, "is_incremental": false, @@ -13419,7 +12699,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.CombinedConfirmationLevel.html", - "hash": "5BLnmw2yaahu7vg3O2hCCBFlOaxo5kHX5TVdecvHV8g=" + "hash": "PRGdMsMTF+dRiZvjgJiRAmaqUV/+GKcYe5GDphUv50k=" } }, "is_incremental": false, @@ -13431,7 +12711,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.CommonFileExtensions.html", - "hash": "0DvkPGI+YbUF64rvR6UImlqjqrmhOsIQiq/95SDpmfk=" + "hash": "l0CkpA/JDnGci/XOZYlJJIadTFAiLFHyGTvuSiPksRE=" } }, "is_incremental": false, @@ -13443,7 +12723,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ConfirmationStatistics.html", - "hash": "UTW5jaZdNgcdjgHF4J5ebGHrSMBbdZdkWJDDrKs+NOw=" + "hash": "Kpo3k+6YY76WTp2Lh2LAPsVPBGuh+GX+fEPGQ+tR3Og=" } }, "is_incremental": false, @@ -13455,7 +12735,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.CountData.html", - "hash": "n3F75NJnqrQh/gJbfpusgudAcuozz5XmvhHKQljC5SM=" + "hash": "Zi15IMgHdq/z6/MapRlZ/f+uQ0p7K7XNnsuE/74b4Ow=" } }, "is_incremental": false, @@ -13467,7 +12747,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.DataTransferEventArgs.html", - "hash": "g19harnJpJXBcizVxn5y6M91UMQytWTjrkYxJqVlHgs=" + "hash": "3sx5RqZnP8zjNh5svcLzO2IdEwJkP+DnpKen3Uk9hLY=" } }, "is_incremental": false, @@ -13479,7 +12759,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ExecutionMessage.html", - "hash": "Q7rusAq16jRjgKIYsbS92wLqkuPRSaaVXMWUPKhGr6Q=" + "hash": "UpxT8VNRuSpNA4XadfHdU0prWVKH9T+zSfT0eVnwiD0=" } }, "is_incremental": false, @@ -13491,7 +12771,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ExtensionMethods.html", - "hash": "c6GNMByzud4iRSeuddR+S3fCVZ5CVH7g0f14ILhSrMY=" + "hash": "uiOFULhY7q5N+soHw1KtECGskX8TXsqmHUE2emVGxQI=" } }, "is_incremental": false, @@ -13503,7 +12783,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.FileRole.html", - "hash": "O2stvNLTr+wF5dC7+Xsss5VlouDH9aWrif8Vxewn03U=" + "hash": "reLg1z7auCfoJY9eQGs7B30EI1LAWe4SJ8XH7iHpXgo=" } }, "is_incremental": false, @@ -13515,7 +12795,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.FuzzyCountData.html", - "hash": "E4T641yjPC+6sGLSpY0f/KvYmk9KD64iROzOfTqMt8o=" + "hash": "TzZ+m5gKVkCkdTcRy/yND31spjfQ/vbzlyj1U1kCL5U=" } }, "is_incremental": false, @@ -13527,7 +12807,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html", - "hash": "KPL2v2JL0351nG40CdycqZIpxFleAuXvSGjeUvsJSXU=" + "hash": "BhSAU+tu4oWWa36+ApzEC3p/sBAuOrVD9KB43dK0HFw=" } }, "is_incremental": false, @@ -13539,7 +12819,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html", - "hash": "8l+feYizrtw08PmgBVoJtC2LG5jVW0b8kzGflgwoGpE=" + "hash": "Z2MuUTVdsjVcVCSZvmlUuRsgegli7HdoFMh4bsCrmco=" } }, "is_incremental": false, @@ -13551,7 +12831,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.IProjectDeleteOperation.html", - "hash": "DbXoW4I14jTRzMpekqYMFWimXHTOwlQ/j6mA8CHtaHc=" + "hash": "gvofNkMckE4QqWfKdhd6borIxd8e2Y8c3B2rG7H1Cp8=" } }, "is_incremental": false, @@ -13563,7 +12843,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.LocalFileState.html", - "hash": "fR25M2XC9krtkOetqd+2gFlFxjQos1HtUvB1otbWRvE=" + "hash": "57M7gGC2VKfohl9zrpGfyx09fDjSlbEakckj4dJ3Qug=" } }, "is_incremental": false, @@ -13575,7 +12855,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.LocalTermbase.html", - "hash": "asXPpfuVVzLlLIIquukKP5loKmWuF8EOvOf8k73KCaA=" + "hash": "g+1wm/EmKqnCAwVn4hsx7ZqXcaW7zEOU2QuaQXIDnvo=" } }, "is_incremental": false, @@ -13587,7 +12867,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ManualTask.html", - "hash": "WKme6iS3v+0OM9d56Z3Al9WCSsE/44M96r8+AKZ4uHI=" + "hash": "ueIV3aHDx4VCMXWnEH3sr61y6FqPYLgsfq4EADgcOfQ=" } }, "is_incremental": false, @@ -13599,7 +12879,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.MergeState.html", - "hash": "v98VX3U90zyDnyg0D+JE/1cWscdo+8eGNQiBEZmS4AQ=" + "hash": "E4fJAs6X7fhgzzqI4zwTtjJ5KBIahr/vsldUyOVGBb4=" } }, "is_incremental": false, @@ -13611,7 +12891,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.MergedProjectFile.html", - "hash": "HTGF24uP94Ft3PnkKKrYYzRbsJwMCHFwCdCWewZ5haU=" + "hash": "b7dplRwk6WAmh8zP3s050ub05CaM0MekRcB4CcSgcfY=" } }, "is_incremental": false, @@ -13623,7 +12903,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.MessageEventArgs.html", - "hash": "I/jdyq8p5KuSXHLcPiFYjs0vDUhZyVcW0b3WiAeLaFM=" + "hash": "BmA4Vts+cQ+a0qO70tPL3VUtK6FfEzWZqX9PT0U3mKU=" } }, "is_incremental": false, @@ -13635,7 +12915,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.MessageLevel.html", - "hash": "nD1X2zX6kgbxzT4C7mnsygKuF9SPx8jmkJUmh17fjhE=" + "hash": "qIJyRSXqTcrgkt+dfoSdbov3ZRjy/383cyV2wTooMBc=" } }, "is_incremental": false, @@ -13647,7 +12927,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.PackageOperation.html", - "hash": "k+vsf7q96MIWIgpK2yPbCqdyKGK3DiciwI6SOaVlDaA=" + "hash": "gAmItv7Fc+P3L2kvrM6xCBUYfGgTOZIiU5LjXB7I3xU=" } }, "is_incremental": false, @@ -13659,7 +12939,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.PackageStatus.html", - "hash": "7CgMKlavN1tps/KAAS1RRlJAQyjQqHpdNadO3lNq2YI=" + "hash": "p86uuey7ZRD7ROQrZgYV7Pc5Cnr01H2CySZLmf0th4E=" } }, "is_incremental": false, @@ -13671,7 +12951,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.PackageStatusEventArgs.html", - "hash": "1ElYerkTZKvrBwRcvm23j5PIni7mBgiByk+euVuVoAc=" + "hash": "MHze0fLTnFBLjimcHzw6UqklRZmRLxkz9ATZ8Rb0ZMU=" } }, "is_incremental": false, @@ -13683,7 +12963,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ProgressEventArgs.html", - "hash": "rLg8sznEA2ODkYJAHHWsa6MwdclonFcUJrEOQboDJ5k=" + "hash": "zfZ+PEEgGAmmwqKQWg96AU56a1SHDi/nJQF/tPpq/O8=" } }, "is_incremental": false, @@ -13695,7 +12975,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectAutomationException.html", - "hash": "9vFC1tJC79PxXww1V01ROPrHVNukUMoHhElv9BTlrco=" + "hash": "DmdpXGxoGVkhYkGuuN5cJo5AWkRSNYqeVziEJXTg2D0=" } }, "is_incremental": false, @@ -13707,7 +12987,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFile.html", - "hash": "lbtX3+lCTIZe7ZW0QQxwf0P8tVmNu3qYzoiKi/5BT4g=" + "hash": "aTQdtPVnbr5rhlRJHtgaCBtWGdTJdQ4fk45jHIOhVlw=" } }, "is_incremental": false, @@ -13719,7 +12999,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFileTypeConfiguration.html", - "hash": "DRi8IJaFDrm0MbXSB/J6q4DUH5cuNvbQ1RpKYLEJKvw=" + "hash": "/0OUbOdRwSn3zvVefAs8th95Md+DcWMz08cvwjMSdD8=" } }, "is_incremental": false, @@ -13731,7 +13011,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFileVersion.html", - "hash": "lYhIWW1XVXFHov6iJiRuOf0BBtkRCs7a4XD58zVFCvg=" + "hash": "pbk8ZZk73XWETQe4PthN3yz6Xq/g8ArUIDV4CnooMKM=" } }, "is_incremental": false, @@ -13743,7 +13023,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectInfo.html", - "hash": "CMEHhn8zA1ZlAXXOPr87uXQTZf5t5p9t7NRribBvdzc=" + "hash": "84Myytk4Cd8kpNtk0OUZVF5iiZrwMT8oC4hGjm3631Y=" } }, "is_incremental": false, @@ -13755,7 +13035,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreation.html", - "hash": "C2z81P/DZaq4gfWXwoov1KFT/IZQ/TyNxSw5ON9copY=" + "hash": "ev3/4RtYVnvmhg3YHlNPlAvHH/TnioDbwA0zC35SO9U=" } }, "is_incremental": false, @@ -13767,7 +13047,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.html", - "hash": "Ld8b671sO/Y2q2wugB8K6oQEyVHThVWVTDFhY6Bx6qs=" + "hash": "HQw6xYUN4oyBuw/ob65PNQb9SeJDb3f/gT9Txn010no=" } }, "is_incremental": false, @@ -13779,7 +13059,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageImport.html", - "hash": "Jv7Kx9fpk2zmg3S5ZGewC2uMdWM61oaJHdstBu7Ox0Y=" + "hash": "FRM/kJdzau8UorcfKkNEhd45gXar/A0OqF6p/O4sZGQ=" } }, "is_incremental": false, @@ -13791,7 +13071,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectReference.html", - "hash": "kwhZ7y0OJcwbtmWQQI93yEqATWpDgMCIaw8dl9HpKJw=" + "hash": "YDJ3a329PcDtexrXeoidsM9xnJ44Pw0mWPZV3VtU30Q=" } }, "is_incremental": false, @@ -13803,7 +13083,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectStatistics.html", - "hash": "I/og5kJpYRk0wW6r60oDIsSAFblXjs0IPK2WNMmZ5hI=" + "hash": "OVMKm9IDQxXNRk34miSlHccunVPItaYY2Q5J/dhueG0=" } }, "is_incremental": false, @@ -13815,7 +13095,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectStatus.html", - "hash": "DhWjrujJJiL8+ngrklY+SthkpNrwxFvbX2R/LKyuCHo=" + "hash": "GxfIDpfXgUm68N/Vb0YGRC87JYlk8d8fp2AinGuXok0=" } }, "is_incremental": false, @@ -13827,7 +13107,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateInfo.html", - "hash": "AKDaQK1c5k2zIuDcm9VlbpjAhIAOhA3wK48PG/Xoxuk=" + "hash": "UGp2nUaseQws2mUQzGLRInzBoZyRPxtES87+Xkaqzx0=" } }, "is_incremental": false, @@ -13839,7 +13119,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateReference.html", - "hash": "46nrICMcbuVKXyLGjfbF668dN7zp5WWM1pOEEpypsRQ=" + "hash": "O8tsXZrBZKhKpaFNwOEt2Q1RZeVKaao2T7NPfJC58zQ=" } }, "is_incremental": false, @@ -13851,7 +13131,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTranslationMemoryPackageOptions.html", - "hash": "qFAhtq87FFv4jVaF4FEmcnmOkUsLyvuLYmpR2JLnk20=" + "hash": "WE0mnPtGkct5gqoWouVb7kwmExm0wFzLChEtj2p6D8A=" } }, "is_incremental": false, @@ -13863,7 +13143,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ProjectType.html", - "hash": "sX08Zn1hyaYdfeiyuLI0A2lcS/NGQkXUy6WfHDUcAao=" + "hash": "IXIyppiupLMFZv0zS1YjRN8mYA+GLd/iAX5j+dMRcTs=" } }, "is_incremental": false, @@ -13875,7 +13155,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.PublicationStatus.html", - "hash": "EFcL7Zi8w86Hs20zRPAS2uh2d/oMDTLCmcjuG60qfQg=" + "hash": "wq5tKdCuQrUzoLwplfyQcwiJAg13/LP2GDJKESsYv5o=" } }, "is_incremental": false, @@ -13887,7 +13167,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ReportFormat.html", - "hash": "cgBgzeqO5rFVIqCeNuPq5wCB1u2t2/VheGDB7VYRMoE=" + "hash": "DzzQ8A1XfTZxUDoDsEtQGPXYbpk+kf8gmcjGsdn01dM=" } }, "is_incremental": false, @@ -13899,7 +13179,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageCreation.html", - "hash": "TPJGj7V9RvfpPJMMjyEZ3MwgEoZT306jJdVdIhFyT3k=" + "hash": "DyQjK+xwTlBuYFsRo7+7YEpk3iI3FuV1rdH91WFaXrs=" } }, "is_incremental": false, @@ -13911,7 +13191,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageImport.html", - "hash": "KnaBkx5IAMq3Z+JcWoZV7a2ZWUecQUNwObFU6o0mrwI=" + "hash": "WHVjZPiAuf0lD2e4sRhoPGToX6NhPEZKdieyitK6WZA=" } }, "is_incremental": false, @@ -13923,7 +13203,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ServerTermbase.html", - "hash": "oYWKdFb2mACc//X+d9z73k0cL9igkwZ9n1aFtpSck/o=" + "hash": "rr2qTpcnI8pCarCBX+OjhUds4yjBXqx+mNC7fWd97Gc=" } }, "is_incremental": false, @@ -13935,7 +13215,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.TargetLanguageStatistics.html", - "hash": "rz80RbgdTFozj1jn+7zd3LrWW+4ap+RO15+TkDAHiL4=" + "hash": "+RD7n8riT7hfaHrYOZfkyD1WSpS53E3m2xCem/gyE0U=" } }, "is_incremental": false, @@ -13947,7 +13227,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.Task.html", - "hash": "eFTjKNWT3oaKrRsSHIuUdpSTqXqWENwApF4nnTxacdI=" + "hash": "OqoSgJ6HeyFBalaFJKRHsnEvvjr9T2Xe8n1cgLDe7ak=" } }, "is_incremental": false, @@ -13959,7 +13239,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.TaskFile.html", - "hash": "66VNfD+f5k2g5xTYYU9jS0OhCDMFBPlzXy778q2I5Bk=" + "hash": "zw3/ImtFqeNexdBb+cm+s2ye6TdHVww4CNEM0n2RQyA=" } }, "is_incremental": false, @@ -13971,7 +13251,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.TaskFileInfo.html", - "hash": "pi0JTXjkxC5bgAGdo/lt2MbLbwqEE9U89qA2JCC/i4s=" + "hash": "m6hQIb/qQ8cCthK877PPQxoc54H961oarYjE2QCyDUc=" } }, "is_incremental": false, @@ -13983,7 +13263,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.TaskMessageEventArgs.html", - "hash": "n36VIDvwDEKnzbxeY1Lo1bZZF9O2T76H4brwwpvVBA0=" + "hash": "YYaQgEHAOIkquhTBlQeoHn9UbVMyVHyODa51lN/Egd0=" } }, "is_incremental": false, @@ -13995,7 +13275,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.TaskReport.html", - "hash": "gvVAw6EflWcX/Zabq8eGdcATs5ax8caLt2BA1eh/nNQ=" + "hash": "QqmoQ3tRh7EJ0yr4zb7twXOIjc00lj9lBOw5NS84YsY=" } }, "is_incremental": false, @@ -14007,7 +13287,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.TaskSequence.html", - "hash": "j3K+YZ/rVeqqmKtbTnv/5SBbl0JqDrggLGREs0n7Yto=" + "hash": "BHZ2o1d8O2mH9zy0v3b+suwB53CfFesdUq5AUt/Oh3I=" } }, "is_incremental": false, @@ -14019,7 +13299,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.TaskStatus.html", - "hash": "9jAlfpFLX4kfHS1154vV1fyXqn4SYl2Qltlc0xU27LI=" + "hash": "XtGWs2+QgPMmxSTpXfoK8TybJ82Bj0Ji59coQQ0L9/U=" } }, "is_incremental": false, @@ -14031,7 +13311,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.TaskStatusEventArgs.html", - "hash": "GYWD/eRSMcPOYltccfe8J6KREj2qMtqRI9JlZRCLR7g=" + "hash": "hI6i6APP+OHU9yoLWFBroxjmth9U+pgtaaP0lUn6CJg=" } }, "is_incremental": false, @@ -14043,7 +13323,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.TermRecognitionOptions.html", - "hash": "L7MqZFJgOIRDMF0B8uEx2Y8PLd/rab8ZBWM+Pz+rvVw=" + "hash": "00iWm3iAASP8JTS+nBqQ1OP009zsGFGZBbk4HQDsEks=" } }, "is_incremental": false, @@ -14055,7 +13335,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.Termbase.html", - "hash": "B4uvoi+dgIi32VF9tOX/aIF3admTdyob/cxA5Ac3lVU=" + "hash": "1q3k69+0QzRsy/TjKrTUAcxRFM8qFGf4qTbEAvZ6tP4=" } }, "is_incremental": false, @@ -14067,7 +13347,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseConfiguration.html", - "hash": "/TD4IoWJNS9mA6VAa3NsUgPKaOlEROVDpHhBrNNEdbI=" + "hash": "9qf/6X7TH472lKrV/K2PtN/IH6WpOcKcUQjH3f+EDJo=" } }, "is_incremental": false, @@ -14079,7 +13359,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.html", - "hash": "qYHfr5jncezY2o8I9eGHz+kfvMJYyw8xpoma8L2a5S4=" + "hash": "p0UzgqARyCZe7URcSPjGLc4RDq5MdMfZ8/Kpz5fqI4c=" } }, "is_incremental": false, @@ -14091,7 +13371,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseSearchOrder.html", - "hash": "UQkhvp9+4VhrPyCpPAFDNcymk3PieFgHlXdo6Py0P48=" + "hash": "YlD34WXpBxSVPqEloW9ED1sN78pI9NMQQFNl4YyowqA=" } }, "is_incremental": false, @@ -14103,7 +13383,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.html", - "hash": "eYzQmvSvFv5Qv9aK+UseDkol1ZRt/xrq+JGPiNDXz0Q=" + "hash": "2qPRvdl0+k+Awc5l6MHWY2xkfRa6N9ZIVY2WJLHVr4g=" } }, "is_incremental": false, @@ -14115,7 +13395,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.html", - "hash": "T1bOZPn5ETdDRxEC3h3zjHsBqUiwfa8aQX26mQiTPhU=" + "hash": "eBOdlhl8BYckq9zMifI7e2RkbzrLIE5wPn2dlRHwAQo=" } }, "is_incremental": false, @@ -14127,7 +13407,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderReference.html", - "hash": "yOTymY6swSnQ7GhhUVCSxogy3I2Dzpf+jEFW+Z1ZLQ0=" + "hash": "IEQ0Usv7qYjLPv5fwtyyakvPaLd1B0zcJpqIjtT4kNU=" } }, "is_incremental": false, @@ -14139,7 +13419,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.ValueStatus.html", - "hash": "xxYGRxGWbJ73V5KvV8MNwl5nqGzszznJ+ji7pdyx9TQ=" + "hash": "K8XEBYojLMCE2bT+6vpH2xuiO+rn2fuYcg3KQTYupkg=" } }, "is_incremental": false, @@ -14151,7 +13431,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.WordCountStatistics.html", - "hash": "yrQ2iYsnD8aiB/xepJ1/3dwScaq3xfSxkcP+pcRKHKU=" + "hash": "9+yzI3BpqrHQCSqqhmlj8j5+l/xle8HpqvvMatftGBM=" } }, "is_incremental": false, @@ -14163,7 +13443,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Core.html", - "hash": "HwTMDbCHt2oVGwUWpPkScZ1hnf+uG8oh00GbnTVkJqw=" + "hash": "4/28gIi4e3t14zZv+lxI5uInLmudm+R3Vp3VFTkIQYY=" } }, "is_incremental": false, @@ -14175,7 +13455,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.html", - "hash": "AJDa1wHrUK7NedFy1+JSqbVRjmLzrYbLt5miU9dLyog=" + "hash": "q3sf8f0oD9tk82Rv7Mk9BxNB6f0SghDHP5NXqsRKodg=" } }, "is_incremental": false, @@ -14187,7 +13467,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentTask.html", - "hash": "DLpeTWBve7isIoSrQIUPQAtoOKkXsqNkOwAklLcFpWI=" + "hash": "k974+LyzLRQcWu7bQbgRkQ9NibnVovjxe2bmO8MLEBA=" } }, "is_incremental": false, @@ -14199,7 +13479,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectCreatedEvent.html", - "hash": "EMydeKyhZyDU7N+3Wzm5YDfw4W0RIVgb7+AqFvBpPxI=" + "hash": "+0NRsJr2+QudC/9KH65Z/fnTW5jJufseuROTLD/3QBM=" } }, "is_incremental": false, @@ -14211,7 +13491,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent.html", - "hash": "ejjQVYuXYyNzJjmoseVGO0PByR+4WhG0QUX0MSlTbEU=" + "hash": "BzTJwrw9CubeJk0YsOi1BM6CvRae7XOYspCNjC8Q6/U=" } }, "is_incremental": false, @@ -14223,7 +13503,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent.html", - "hash": "k0wqIWWNTw8FXmgW4PBfMIV1QpQ/t1JggF7jPiSkUGE=" + "hash": "HAQxt2dEoddiRZwQN/GbZ3+pG5qSFWM2d+/PKjADv/U=" } }, "is_incremental": false, @@ -14235,7 +13515,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.html", - "hash": "Ooilnlk9SlcL8dsOrwl1Djg5UPGfQiTBBEkiWr6K9e4=" + "hash": "i2WvaxRvqq2xG1dxJNOJ/uH+Aq8yticiOAKhfPrww4Y=" } }, "is_incremental": false, @@ -14247,7 +13527,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html", - "hash": "nqH72qWZVppH14Z1kH7L/FFZSP3c83wT/qAo5NeMwoI=" + "hash": "OkM9Lg96paD3RPrH3GJS2YoBbHFCe6MnhW1a6pmi5Ww=" } }, "is_incremental": false, @@ -14259,7 +13539,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.LicensingException.html", - "hash": "TG56ax0zF2kXQT29te9Ekh7Qo3hNu9IAUwYW/uM19iU=" + "hash": "FkjC4JvRUDo3Ymuyms1MkHN047g9/Q4xyEIWtIykGqU=" } }, "is_incremental": false, @@ -14271,7 +13551,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectCredentials.html", - "hash": "cuSEzDVXmYl02TWojJVKu/b6Ou0hBnniEOOU4l33jmw=" + "hash": "a4DL5SF1qs8AdJcRYJi9TQBFq7ASIYIPnfVBu/kin5o=" } }, "is_incremental": false, @@ -14283,7 +13563,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectEvent.html", - "hash": "yvNAhO9Z9MniOp0fitMC73k666P2YAjZmbFnQaPe3iM=" + "hash": "1BQzcOK46G8KpPEKdBuuMwvOaH+Y1dFQLLDtB00hVIA=" } }, "is_incremental": false, @@ -14295,7 +13575,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectServer.html", - "hash": "BU2ED5SMX6h9ao8xyaavOH6uOmzJ577J4+NYs6sJutk=" + "hash": "/B2B1BGVyUSdpndxSGX58H6+tuNwU9wXnrUzeraX6QQ=" } }, "is_incremental": false, @@ -14307,7 +13587,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.html", - "hash": "jrS2FzyTi8/9yZUqmrZhIvUuGUagB58ASsCyaUqFruo=" + "hash": "6qLZOqdRKnHRHDRXqdh/yN+vRuPLN/EfrSIfkVgV7lE=" } }, "is_incremental": false, @@ -14319,7 +13599,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectResult.html", - "hash": "vDOJ2Rn5At8crXqrRu4kFtOjngpOKnpKbGrWK0OlS4k=" + "hash": "p91Ukh/ejYXS5r2ajyCurU5/WDEwdoyKR1H4sALYnfA=" } }, "is_incremental": false, @@ -14331,7 +13611,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.Report.html", - "hash": "6nsBPcbET4AzPiFsDZK74g1ckilct8PjCyxi+oz2wRU=" + "hash": "IcBtBuPwfamdfejtuT5mMA2IWd8Yq1ZzfrXTCBQYr+4=" } }, "is_incremental": false, @@ -14343,7 +13623,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.html", - "hash": "84VX7VsLwQhdP+Xp1569+HAJdL+kg6x9Xo6wZEgYdT8=" + "hash": "jcaqNNnhtBVNaI0Sjbf/8/kPeoce1m9yxWy/9GH2YVE=" } }, "is_incremental": false, @@ -14355,7 +13635,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.html", - "hash": "14x7C+K4o5/i+YXl8+Ze22JGmVM90cNtoGNeGLZw5s0=" + "hash": "aLIM2qXK2pq8AfMH4kj5H0vS3Eok50P4Oyod71Jiv+w=" } }, "is_incremental": false, @@ -14367,7 +13647,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html", - "hash": "UMvHj6wwDlNRzEnj0+LvhwZ4JCXmpqoZPcElYlutZMI=" + "hash": "mD0KaN3BO5ZN9PFa9Ovqab2dsUqT0nCGPGdNE3H2XqM=" } }, "is_incremental": false, @@ -14379,7 +13659,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.html", - "hash": "b+ckpRPe7b9DPHY5MqfzSvR3/szgVCOwhcKF70sPHS0=" + "hash": "93exz7iIeVWHfxL0Y8Iis+/S3gWgYuWFcP8kiYzz8k4=" } }, "is_incremental": false, @@ -14391,7 +13671,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.IServerBasedProjectOperations.html", - "hash": "6YyDUNalAQ2zhOMWrJlhuCSlazluf55kjOnKYqgy/Ms=" + "hash": "vPSAybKGjEG8n9Z8xsCA/zfM7WVsTHE6jaRCoUHWl2Y=" } }, "is_incremental": false, @@ -14403,7 +13683,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.html", - "hash": "NzMxcnWv/0tpCpLWSgx66IS86yOrnmWxEDm6aQN+SzA=" + "hash": "eaqXvu5PxiF6bik3KFtaNK1aUZod1DG2/bv93VluCKM=" } }, "is_incremental": false, @@ -14427,7 +13707,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerProjectInfo.html", - "hash": "CEKusDyTjgKDv8alKhnz3zFWV5SE/qmKDG1d+BsvC+U=" + "hash": "YOxhfK8l6bNHFc0d3PBOsax/lUrYSx8+y6a/mWgfSE8=" } }, "is_incremental": false, @@ -14439,7 +13719,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.TaskSequences.html", - "hash": "9gDkLynDu6YKWnXGLB3RB9Pwn52vT1XZ34GgtqLp26g=" + "hash": "YvcX2iAsbG3xYLVuo6hj7W/vGMcAMa6kn+mdiXTImPs=" } }, "is_incremental": false, @@ -14451,7 +13731,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.FileBased.html", - "hash": "pg3g4zGe4qoiAObgMGTU0bWpBYulu2Q9zsvyCQ9VEto=" + "hash": "HXfZUJYk6rzB/M7bWf6bqOnWy4LN/HXS1raUv5wuI5s=" } }, "is_incremental": false, @@ -14463,7 +13743,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.AbstractTaskSettings.html", - "hash": "pstG75V66DVy+LGQDAh3vW5vPefgLhLjjCbeg2Ss8mg=" + "hash": "0SAU9HfOBiP7s9+bBeJvJtmBmVPxR0yA0Qf5NDhKcJY=" } }, "is_incremental": false, @@ -14475,7 +13755,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.html", - "hash": "7Qc1LGiWqzdp6xWyUuvYeE9kiQ0g9AS1ILZfp6UylDQ=" + "hash": "PabTbMsWbW7DRjFNvm7Ba0qqWVuWgobomSQt1d2Ho3U=" } }, "is_incremental": false, @@ -14487,7 +13767,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.AppendToUnitType.html", - "hash": "+JT+K+nLAF/u26d9KqGzKsA5gNM4FUFxq/pd/o/SFaA=" + "hash": "WXtkQ8dgmOVbxCKZDnZNUzoo/KG668UzBcQYX5XSJJM=" } }, "is_incremental": false, @@ -14499,7 +13779,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.html", - "hash": "dxWcuKb5e6e+d9XMjQ0EG1xVwEg2ApgZ0gqazmPCLwg=" + "hash": "9jOLv+mMwdT7utrg0DMnLMsSvuKpApef4FqO5n3drvg=" } }, "is_incremental": false, @@ -14511,7 +13791,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.html", - "hash": "UTQxtpXQwqueEPoX83Bk26pxNR9bcjU8vijRB8YnIdg=" + "hash": "cKg4Km9n3881JnlluJdD3I/4E9fapQJjOo8WKcvdnBU=" } }, "is_incremental": false, @@ -14523,7 +13803,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.html", - "hash": "dBXwrtjNfae2oVyNk5XSKRYabdXUQfyJ4FFOLho3Iwo=" + "hash": "708Lg/LJzwb/NzEhxsyCw0fXjHwo8IkikUbc/lNOu20=" } }, "is_incremental": false, @@ -14535,7 +13815,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeList.html", - "hash": "1LGGdr5IhsOlKbsbigCL0mAvt+eu7OP8aZ3JxjUOX9k=" + "hash": "j8bxPT7gX2pDRVLFKEVSmwyFcepiw/RoTDdn+icg2gU=" } }, "is_incremental": false, @@ -14547,7 +13827,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.html", - "hash": "3rgLVXZtKPyFerRvB64hQZtSQ5lgciJetc1Dpp6PTMk=" + "hash": "C53Te/c2kziMVCBX0JuEjZXQTYvOKVqqUO+WU0xXEU0=" } }, "is_incremental": false, @@ -14559,7 +13839,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeTypeEnum.html", - "hash": "mLPYnWNsgaTX+QmDfpmEya4otpJZDsQi/y3HJZb0wR8=" + "hash": "LS+1CXDbTkBD/cHV1SI3ziu3+BOzdPfRtCbF8+R1+4o=" } }, "is_incremental": false, @@ -14583,7 +13863,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.html", - "hash": "dFZS2TvjIoXjxnxlTSSmuoL5+ipXE3ah9KhbIE3zl0o=" + "hash": "FhFQdJXehdEkA82EVmqdMJlRRZTUTBKpGznCAGPeWbw=" } }, "is_incremental": false, @@ -14607,7 +13887,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFileVersion.html", - "hash": "0jcIXGc48gvtC4qOdvkx/baUev963KWinDxU3cmJtc0=" + "hash": "20Jeyhm7NeqstitaXDZ4Q4SXTxpNyz+cByeBDTtFjEw=" } }, "is_incremental": false, @@ -14619,7 +13899,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFilesSettings.html", - "hash": "5zYAjTi2jC2mgzG1oEpYBLaGji5OTUU1fT2/ZJSj7Tw=" + "hash": "YzqH+WUQ8znoLjvkhkagsUH1/uwImCImjCzpUFKUFak=" } }, "is_incremental": false, @@ -14631,7 +13911,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.html", - "hash": "+P0pJLlJsqcuFLOwpmKEkUGawb1+/4ayvnTqEDCfo9k=" + "hash": "R/7y3qIdqCVhfvFCGzOdAcXGDgfjH2irnY62ZVMQoF4=" } }, "is_incremental": false, @@ -14643,7 +13923,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.html", - "hash": "fHcKc+EgDJfld0t2OJ71XmR4a9weEM6YgOdnGTMpz34=" + "hash": "EjXmVuulD7C0FavwMO8e11xll0LdOnFOPPSGkAJn7qU=" } }, "is_incremental": false, @@ -14655,7 +13935,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.html", - "hash": "VI+zxcedxaoKYTzO2I7hjOy09HWWcbYfQRk3X621Ous=" + "hash": "YP3CwIto+I3udzoO82eTPdNzUTfYMRrhUrc9+If0eFU=" } }, "is_incremental": false, @@ -14667,7 +13947,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.MeasurementsFormattingMode.html", - "hash": "qRcLErZu6HOzqkBVcMvplP9gOl1ybalMlC8ws7Y54XA=" + "hash": "3GCWPhIG4yVgIOUskNwKqlNSzmKvc5iDzk2lozz9w4k=" } }, "is_incremental": false, @@ -14679,7 +13959,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.NoTranslationMemoryMatchFoundAction.html", - "hash": "aQtgNvNHW9ymX9NR4LYrF007efScSTdyTI1/or/tumU=" + "hash": "xWdZ6A0oOQbn3pmr2N7v1p4ftg2QOmmRV668N8wJYHQ=" } }, "is_incremental": false, @@ -14691,7 +13971,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.html", - "hash": "Jo7zUg2EN3U2wruw/Y19YsAJSBzADZ4BkvwJDCtP3GA=" + "hash": "pFbfN5xpQ6p8dLiGwNOOnV1S05LRVQz02cs2CraXcuI=" } }, "is_incremental": false, @@ -14703,7 +13983,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectSettings.html", - "hash": "U6sZt34015cE5KVl9qkZ5QkBCCWCuz0IHW2PcIoZE6A=" + "hash": "RCKHWHaGsXAve4V5X95jcB5psW/L5whwSwIvVqp83/M=" } }, "is_incremental": false, @@ -14715,7 +13995,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.html", - "hash": "cgSc2g0JrUlepfXgglk9yP208FB5ZhxboQDmLW92oyo=" + "hash": "JO5kkTLG49i6CJj7XGUGr1fL8SixQ7vQghVSOgSAdf0=" } }, "is_incremental": false, @@ -14727,7 +14007,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.html", - "hash": "z43VQdkRg0aNhSAZCGNJJgNUeSEnJ+Y32+5yh+9Qxto=" + "hash": "QRh8dCNuKWGyAj9tyxflWmPqCHFZvsEwXMK2OuaeUcI=" } }, "is_incremental": false, @@ -14739,7 +14019,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.ReturningPackageSettings.html", - "hash": "KrucXI2pnuZpiM5zauI6vnB5MsJ7+PM8SP8PKojD1PY=" + "hash": "mWlYWEv5IWZt0HanJIwudUGpfwt7bglS5Kjiyo1S7yE=" } }, "is_incremental": false, @@ -14751,7 +14031,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.SourceTrackChangesLookupMode.html", - "hash": "OTmGsgujokgIv/d4fC5f8VIsEKMFaeSDYniMp1q5sJw=" + "hash": "aSsYxUgI8Hj4i+tT3OjuZOgEwpQ7TKtS0haUW8Dg2lE=" } }, "is_incremental": false, @@ -14763,7 +14043,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.TmImportOption.html", - "hash": "V9TVDLNSyT+ljfvdArVQ5OOhmcPDmy+V022AWSDvwm4=" + "hash": "AAw74bF4zqCi9jTzoYfyZVBPCawq4rPEfGynTdulimU=" } }, "is_incremental": false, @@ -14775,7 +14055,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.TranslateTaskSettings.html", - "hash": "KhTaOc7Sqy6iUgzAC3u3sXu+7R9vHXcNLnrcdpYpbC8=" + "hash": "yMogoy8Q+mktrF6puqTLe9H/BIziF0ZJIbuK3CqQpyU=" } }, "is_incremental": false, @@ -14787,7 +14067,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationCountSettings.html", - "hash": "kxG8oy7MpCdchem42JXmEYEV8dphBmKc6JygQQ+mlCQ=" + "hash": "6fqRzpCVMazt6/QZJzUpwLJvhlwd9iqd+QL7XSa1qM0=" } }, "is_incremental": false, @@ -14799,7 +14079,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemorySettings.html", - "hash": "PkZFP90KnyQWwHmywzCueV0X/kEdHu9jSgJoNFg1sRc=" + "hash": "yV1rJsPOW9wBP5Tzdz5bGCZS+wq22I5DAWvix6yVkiE=" } }, "is_incremental": false, @@ -14811,7 +14091,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.html", - "hash": "qsWBFm13fSi+oJwkVNcGphRd3qAu02auiOiT1HsKCSc=" + "hash": "fHlVJjIrd60wRQle83tUu/epePVq+Z3TLSHqNd17bg0=" } }, "is_incremental": false, @@ -14823,7 +14103,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationUpdateMode.html", - "hash": "0B40ZQYA9d/u6qM2CjWZCW1xQhD1ugK0Y7R+J8zj0Ho=" + "hash": "VKkerE2yQTapQG3cV5oKZwvEmwPopqgjXiLCbhucr64=" } }, "is_incremental": false, @@ -14835,7 +14115,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.WordCountSettings.html", - "hash": "8qlDEAA+IJH8xWMiioRJ/QEKRcGXIngxGkvJGcy213Y=" + "hash": "CfAc7SHAFbt7LgDhDwgR3s+Q3yUd6H1UNoqw0wJ11/A=" } }, "is_incremental": false, @@ -14847,7 +14127,7 @@ "output": { ".html": { "relative_path": "api/projectautomation/Sdl.ProjectAutomation.Settings.html", - "hash": "iefZnSKozrlYVKrjOZTIx6+u30mo9VZrB7BQhyunXPM=" + "hash": "HjrEW7C0zm8j8nXJirD/8aA7o+rwO0HMnsfafDoERSY=" } }, "is_incremental": false, @@ -14859,7 +14139,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Definition.html", - "hash": "hUq0dl6dWAHE+5k/HnwkUa7F0i+DR44UYTCi+o1S8VE=" + "hash": "45S5P8vkzLBCrvoaHk+eZIUEoJ935P6qCJvNOUmOWsk=" } }, "is_incremental": false, @@ -14871,7 +14151,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.html", - "hash": "4rFvSOj+eKQlcOnPMk0JtxHcESCv9x3gW958cGYWox4=" + "hash": "2AMT31txgY3zXwIlLF5ZaeLFAs2DIUR40NVvcv8p6v8=" } }, "is_incremental": false, @@ -14883,7 +14163,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.html", - "hash": "XriSxPjneDVI3NwFceXOfrBr4aTeV7g1FGrTP1jV/8Q=" + "hash": "agwKktYeB/easUYTya8Jn6bZQmIfelVDd83qP3b/MWY=" } }, "is_incremental": false, @@ -14895,7 +14175,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Entry.html", - "hash": "Nl8bKDvQ+F7QhX+HQ3r3kpg/WgA6dooo85VmZgIoy7g=" + "hash": "ZToOVHo0f3uWnhjHMdrJd6FnwURS5SWPly/R2udk8+c=" } }, "is_incremental": false, @@ -14907,7 +14187,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.html", - "hash": "4yc8ja18sSZkI7nQc+yKEbs9jU3X6+MCczquJrz5c+A=" + "hash": "gEJ8MehyQThpvmn/id1C+SZLyg1Zk+FpkPJu11/LSUk=" } }, "is_incremental": false, @@ -14919,7 +14199,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryField.html", - "hash": "1lCRtvc+2pWzCNlIQWbXF3+0WSYsuajv2oaWAJ/+d04=" + "hash": "VLSxemxeVT9kycLMPl2gNJ62Cy2xSnvy6vuuMKCvzuY=" } }, "is_incremental": false, @@ -14931,7 +14211,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.html", - "hash": "keLvyxd1eFYaIoEsBy8qXbToqNINcsuCmnzeTQfhBqU=" + "hash": "d7vNDqm2ltocevFNbKmqp7K2UkkLLInV36l7iN0FmrI=" } }, "is_incremental": false, @@ -14943,7 +14223,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTerm.html", - "hash": "YRy+wXtz/34vHaM7h3Gz/p4FrnC8WdStweN4f9hvyZ0=" + "hash": "AQvHfxfjZSmbyvI7XxaIODm4wWsMF36aFCkDf3te9d8=" } }, "is_incremental": false, @@ -14955,7 +14235,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.html", - "hash": "bcJHhJZcrRQhUIMgBFyGMEF4uTfybT+AQTxhpjEU5vQ=" + "hash": "uiKPBDBChgRMK+XPTqGauKLqWiRO6Zxhptucef/brOU=" } }, "is_incremental": false, @@ -14967,7 +14247,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.html", - "hash": "HDNV2DMLcroNa6G0I0Ii82sR6SGjQbCCm0ImiE0YT5Q=" + "hash": "wQsvRdEY3i69PKkK5eUlNVDfRAAamuujwEvihNc+4Kg=" } }, "is_incremental": false, @@ -14979,7 +14259,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.html", - "hash": "sFAq0rfX4Fo3uNGmB6biDdp/ZWz+8+48YFCfeaANxv0=" + "hash": "J+FC3ceV9xKR6ljp5wws5o6XcpIgTM9xW3syLRwcizk=" } }, "is_incremental": false, @@ -14991,7 +14271,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.html", - "hash": "iOBWve378mP8My9JkWCsjjOtDz8DWaLs9++CJA6ot3E=" + "hash": "aCZdTzeohhtn2b9DB8cga7hTSXGuCogENWglkMMf604=" } }, "is_incremental": false, @@ -15003,7 +14283,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.html", - "hash": "IGfcb2yA/thxjereDo12HcfXe+2t5IWKFkBNHw7Q5Rs=" + "hash": "ZyTKdXrPcYZFQOfZoUZvJ4M9aO555+I9shyBde8vACw=" } }, "is_incremental": false, @@ -15015,7 +14295,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.html", - "hash": "uKBhNMIk75Bamk+l1ebkS+surMJ1rI7RpnPZ17YyXR0=" + "hash": "KhlSFEmbqnAfRbzJc8zmfEjVa8l2keNjxsWYJQhTC10=" } }, "is_incremental": false, @@ -15027,7 +14307,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.html", - "hash": "sz9TE0WnXV3GTqGHydhYM6XHnw7nYjc0yH5SowJR0NA=" + "hash": "p9acXfeoXiIhYJBImzF/gIcGNgE8WqnDe/hbjgmOHuc=" } }, "is_incremental": false, @@ -15039,7 +14319,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.html", - "hash": "n7JPVSKNbVcp9INSQIzC/6G9FClb7COE8OlHKuOf8tM=" + "hash": "DzntLrkBVafIdHjqsC0HLFB+jIghfo24xUfp62WZ6V4=" } }, "is_incremental": false, @@ -15051,7 +14331,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.html", - "hash": "m5I6z4RKOPtmEBItKBvzSTqVpu4ZEP8AJGOxRw385oE=" + "hash": "tYaGDuz+JgrmWPitPUKnJ9fGuB5zpfy0uaI7s8MxyhU=" } }, "is_incremental": false, @@ -15063,7 +14343,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.html", - "hash": "+AFkic06SGRRLrfvQEyL5Lg0RsxEnVx2wC441Fz5UuM=" + "hash": "YrtRlzjrv/eDgX1EhNLL2gktIIivgO0IBtAgKCOuBVs=" } }, "is_incremental": false, @@ -15075,7 +14355,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.html", - "hash": "jk6e+P+wlIFYqzvBMiW/tvufSHqn2JQ2QbHwrrMTVUE=" + "hash": "2yoX04kCAW6dHeNiPzdPpEVX4k9YjqDL2WCjyvMi0jI=" } }, "is_incremental": false, @@ -15087,7 +14367,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.FieldLevel.html", - "hash": "QmIxBxdmL1ngfeA60qkcpTvzdKZcvxfXFTp/rLSS6as=" + "hash": "4mb0+huQDn38P8vvnEeL2A++oOihtYDERrsk0C8L9Ws=" } }, "is_incremental": false, @@ -15099,7 +14379,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.FieldType.html", - "hash": "S+7tLLio/H+1SH0iMcXrZWygH3tBd1waQJR0SdtdCfo=" + "hash": "JwDeMPxVGQXBstX+pm8XFlB1FJS6pJkff+QXVf4gHmw=" } }, "is_incremental": false, @@ -15111,7 +14391,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.html", - "hash": "AclXdxa9XF7pTLc7RGUQO46jiys6xteX0PXKVZy53ns=" + "hash": "8alHrlmcfa8FTar5lUVR3ZmVDS/IbNG5k4lWiD9IfCk=" } }, "is_incremental": false, @@ -15123,7 +14403,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.html", - "hash": "89nRujNb3wQKrFnSSWnudJklP8Y48UX5koJxymOebuk=" + "hash": "e5gZ/+zoEV9ooB1rfKcjwW4dKaOh3LZUpxDZsyMtzvc=" } }, "is_incremental": false, @@ -15135,7 +14415,19 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.IConnectionAwareTerminologyProvider.html", - "hash": "Rog4TO7LGXmM3l8/8XL8p7K5zHvQib26qi8th1q1Wl4=" + "hash": "clmYVpCDASJ/HUn5AtwOczaFWw8Whv4I+6KtLyckFR0=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.yml", + "output": { + ".html": { + "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.html", + "hash": "QiKAfIXsfr3WEI8BZ0Xko6VUAUuNbNT46YWSH1yXrww=" } }, "is_incremental": false, @@ -15147,7 +14439,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ILanguage.html", - "hash": "xZosz9W4NtS7MDitKTNBFWXSX07e7DfEE5RzyKmKX1A=" + "hash": "7Y71CVS/isRta4WEh9+zh3V4GYbEIXteIgbc+yGvjZk=" } }, "is_incremental": false, @@ -15159,7 +14451,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.IMultipleTerminologyProvider.html", - "hash": "4I+wvFBonREvFV78P4X5IB3GHaqi5zY5Ep2h0vgryD8=" + "hash": "Gh9IeUf3TFNeMwB4zrGzx6CDpR+AckqR3gA1tj+Sr2U=" } }, "is_incremental": false, @@ -15171,7 +14463,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITermbaseMetrics.html", - "hash": "mGVoB7sxpcGirQMpNXW45OnvCiKEJ+wE0/OX4h39MmA=" + "hash": "cDLgdoFd7RYJIwTBKbwtTYbFY4HMmHwige7NF/8PYpE=" } }, "is_incremental": false, @@ -15183,7 +14475,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.html", - "hash": "+PEyzUgM7tTLZUixLZW6wZBXTfiuz7PFGyBqHtl8WG8=" + "hash": "Po4bqtXl8Z9y/we8ao/vHR87S0w3GlJTHcOYc25khT8=" } }, "is_incremental": false, @@ -15195,7 +14487,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.html", - "hash": "O0fuV2ixGSaRS1E/Mmn2KfB2nwoGzUFlvNRMDdcK+Z4=" + "hash": "lr10A2TgYwK2QVQyn2oc6WAkr1OCbYvJVjmHZsleN2w=" } }, "is_incremental": false, @@ -15207,7 +14499,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.html", - "hash": "ykOLdHSNL/NwWcaRZ2V1RAn/ytuYOyh0npAcGgQYtvM=" + "hash": "AUdyjOL8sNrtBpIAZzVdzr0EvrSXcXjvA4O2E3rbHSU=" } }, "is_incremental": false, @@ -15219,7 +14511,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.html", - "hash": "aYxWBmTOxKFXHNcPnhcKamguEdzObL339GjdfOvAX/8=" + "hash": "UG8fjtbgcxKXtlxH5Yq0RCYl4kWft6/KYAM09QmbYNs=" } }, "is_incremental": false, @@ -15231,7 +14523,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderCredentialStore.html", - "hash": "vq79dQvdmUqNFTVrVbKJTPUpXFuL7l20PdCK7Re2uoI=" + "hash": "5VnM9Fu7r7geIKpn7y6tW7rVyZZ9OKKECOgBTlpALE4=" } }, "is_incremental": false, @@ -15243,7 +14535,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderFactory.html", - "hash": "YTmelgSNI6fprCUr4M+CekeK6Zasc3H6q7Oh9I5j3H4=" + "hash": "QZs0ajFHwgxV7G+J2ZZ682t6xTJ8TiSVMprxsVDJiOo=" } }, "is_incremental": false, @@ -15255,7 +14547,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderManager.html", - "hash": "sq9zgmgt62tNdhARkWEIikzP+7KXuJLLH0bIVleeqvs=" + "hash": "TuXobeObn1F1V+rIq5QlsJ7ucI/RiJMLyx8yfiw3Ct8=" } }, "is_incremental": false, @@ -15267,7 +14559,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderReadOnly.html", - "hash": "zVNAVs9/Dnwumpt8uVGogEL7EJ8og9UQ1vBjoBQZCTo=" + "hash": "Dg6DV4CDMma9gPtKhUbfaLfncr8gI5BUPa5et77RxcI=" } }, "is_incremental": false, @@ -15279,19 +14571,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.html", - "hash": "SJgfBxTzAJXUIA0n4Tvt/xc3ae+BFU+yWnm2QORzwhA=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.yml", - "output": { - ".html": { - "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.html", - "hash": "LXxRQNWezPqHETJGw53cgNpt3+FtX7sH2UdtSU6ka2o=" + "hash": "V+welwlc8p7xBbtF62yZv/ukX5c5m5PL7HtTB4i4hhI=" } }, "is_incremental": false, @@ -15303,7 +14583,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUI.html", - "hash": "eoOoFiM6kKHJFMNKEHNcTFoW5O6KWzW/YxWRyem3DJk=" + "hash": "N+NcjtcMgea7+bsWbE0H7vwjEFq0RG5dEhHmPY8Zxm0=" } }, "is_incremental": false, @@ -15315,7 +14595,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUIWithCreate.html", - "hash": "myLRLCRkw2AS+g3/SXOGdIgvB/wkuPXF9d5vz559PHw=" + "hash": "NKA3Pi8PlyKhmlyRVZKSY97o+thpjh5Nh/1/Yilro80=" } }, "is_incremental": false, @@ -15327,7 +14607,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUIWithEdit.html", - "hash": "U326ddQbzD6u8Mra8/KcvVhSYCuexKG9pioMxefELbU=" + "hash": "071j/fuLtJthdY9K0nMxHLENvswHozqUcivitob+6qA=" } }, "is_incremental": false, @@ -15339,7 +14619,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.html", - "hash": "L3/Ao1Xs4fyUH/7Zu9Tm4TxX5vuwwO2gukU04zOoIGw=" + "hash": "LfWqxKirokaX1zGN9xGKp6T2dpAromZ9gXtltjyvkpQ=" } }, "is_incremental": false, @@ -15351,7 +14631,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.html", - "hash": "54T5jttlzOyEB12pULmVpKMj2XNGR9RlR7RuG79sAtk=" + "hash": "fRgwRgfvZZjp6R01qB1rI76glXEbEfnhZ84VDR/n8Ik=" } }, "is_incremental": false, @@ -15363,7 +14643,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.html", - "hash": "QKC8NstUjz09KgROe8cam8bF4oten3/L5erbBhyX0pA=" + "hash": "3CUKmkNsrkYI4ewfJEyaJlRArsTyB94zFdJYQBtfyvA=" } }, "is_incremental": false, @@ -15375,7 +14655,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMode.html", - "hash": "iNvOffcSdR4vYrKpD+NX0etirjQmz6uPXAa5ByU+N8k=" + "hash": "z44gi3os8E79T5zfDDrOXGP+lPVkhIbHJ9i8FSxPbhw=" } }, "is_incremental": false, @@ -15387,7 +14667,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResult.html", - "hash": "4nunG4ZdLbt1yNdZCVAsCIAPmJsgP6DeQhh6S9Id5cQ=" + "hash": "MMsRA/b1UXx/mwb6hlrIRz+p34/ITEF8XmMuK37dApw=" } }, "is_incremental": false, @@ -15399,7 +14679,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.html", - "hash": "OTEIpX0iKTryLVBKo677oaiOeSOWvcs6oof9YX0ZMo4=" + "hash": "h6yVkZ05SEf9flIyxgAdtKlAZQfbXMhZHhtflANIMjg=" } }, "is_incremental": false, @@ -15411,7 +14691,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType.html", - "hash": "kJVSpY8FoND8TJ5LILR8t4smEz7Iy+tzv6qkCrra2ns=" + "hash": "w8ejULilWzylbmWMRdE/0B9bsVE7MsnrKpj16R10YjY=" } }, "is_incremental": false, @@ -15423,7 +14703,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType.html", - "hash": "0nW5j+cjKG/xLR/SFDxJ3vixsWYwPC/QhKoYQBPniX4=" + "hash": "0KTPM11CWE8o8AMys6KAQhtxXr04ll/nF04oj3+bQGI=" } }, "is_incremental": false, @@ -15435,7 +14715,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.html", - "hash": "ciQF4UorHufSndZQXbh9cHUXgvsH7q66aaCcjU8dzZs=" + "hash": "0Orpykvx3YbJ6LuaoFgvj6NgpwCYF4pGYFgwTCSDeh8=" } }, "is_incremental": false, @@ -15447,7 +14727,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.html", - "hash": "DBxukJbsnhsIXIVNBKwInhlY0lJ2SSplDftONQhR8zc=" + "hash": "ErULYNC94C5fU8shK/Fqav+HsD9Qos2EhOf+TzFScS4=" } }, "is_incremental": false, @@ -15459,7 +14739,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.html", - "hash": "aVSK7/2Wh1RbZFmXGsLUT5e1kNqm7WjMpvGU01/C/Rk=" + "hash": "aWm7UO0e7nc0qiqt7kPtfqWd72ZUB8rt2oZXPrau5wc=" } }, "is_incremental": false, @@ -15471,7 +14751,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute.html", - "hash": "ldJmt4N0UOHn52zXqr76tWlUSTWQHqF/zU7rPFIihzA=" + "hash": "+DUk+lQJs6VgLmvmiFxO413PsI1AmLrDiz2ynbKAkCg=" } }, "is_incremental": false, @@ -15483,7 +14763,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.html", - "hash": "lss7+CqOl4++B0ir2knn+KHPbRd4Qm+bATfpFpIpH5A=" + "hash": "38v9RdMo4y+Ruzsl9u2WnQl3gy8gIbdTjbB6WTnROeM=" } }, "is_incremental": false, @@ -15495,7 +14775,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.html", - "hash": "vL3feQn6D3Klq4l+VVeLNENYMcxNJZiD+Ht3EYSp4yI=" + "hash": "MrNPFZwQVxAsbJ71ZoWc4RfPJ1rJHhKprEN9hirNxoU=" } }, "is_incremental": false, @@ -15507,7 +14787,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderType.html", - "hash": "WRi02ORVvGStfk4miyG+7grv2btpEsU8QgkQCL7x+hE=" + "hash": "HphlOB20gDia0Ub7nJWqGfnB9U4tiroldMJjoNQVsQM=" } }, "is_incremental": false, @@ -15519,7 +14799,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.html", - "hash": "dyoHIL2e32C1psf6Tp26GtrVZ/KSd8cFAVpp2eFf/CI=" + "hash": "0kcTs8XxJkEchE08VbnCOMx1by142qsyBQkdNLJpzDk=" } }, "is_incremental": false, @@ -15531,7 +14811,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.html", - "hash": "1r39Af4XDoxvv+m65cpeiU0qXdd7UQvMHZl2zHhUhb0=" + "hash": "o2FO4wHwqR9gJLqdsACWvUMJ08Nw9+zmx7k5OFOfLkM=" } }, "is_incremental": false, @@ -15543,7 +14823,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.html", - "hash": "Kn0DQPSt1vy05Rbf7f2Dhkgs98TSTwZucO2c/w3ppzo=" + "hash": "ZFdLNEnlMPP/rWa3YaJl/65VNhiH0EwwD891tA568Rg=" } }, "is_incremental": false, @@ -15555,7 +14835,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType.html", - "hash": "XGsvoslLNNFGJo9Oy0sQbWBQaFTMhyaEKIPYmecOCqw=" + "hash": "fL2fT0+d4q7aQu35ws7Ep+h8KWDbEuJ5D08VkYnt/zk=" } }, "is_incremental": false, @@ -15567,7 +14847,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.TransactionType.html", - "hash": "m52sodtGaIvue+rNncecjCGZzXh1GJBCcYpH8VLRI4g=" + "hash": "EcYKywCNhagP+nIYuvJ8j/YDKwlpB7wJKcJhP9Z/I7s=" } }, "is_incremental": false, @@ -15579,7 +14859,7 @@ "output": { ".html": { "relative_path": "api/terminology/Sdl.Terminology.TerminologyProvider.Core.html", - "hash": "fhi4Rr12JdkKRNHmmBvIIoAwZ1Eqffbeu3cM7bKWVME=" + "hash": "YvaHFbIFZEhNI+iJpbuHxTVZf+vmOz7yut67pRietPg=" } }, "is_incremental": false, @@ -15591,7 +14871,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignResult.html", - "hash": "PWHWb96OHvlQgFFKhhzCEnjaDkpqL9tcI7nMdYj2s9E=" + "hash": "v9h0Is6gYAF+Nzr8GNGsXrUDEYELsfjNMxnq5IebGeI=" } }, "is_incremental": false, @@ -15603,7 +14883,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableContentPairId.html", - "hash": "LZTPqkJs0rzeFYy6xl1b39rUE0Glt3UAkDp2PmYtNGc=" + "hash": "/Dqgozioj8Y+P1LP7y1iQ71LrRtSkQ7sUqpm0O7cOR4=" } }, "is_incremental": false, @@ -15615,7 +14895,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.html", - "hash": "d7s8hSroA9UYIaFwXwg1RTxOFdraIoSAlTG3FIEc0s4=" + "hash": "0WZU+Hv6SudIdBBcOcQP7E1r2jw6zT1pMd5AcCm/xcU=" } }, "is_incremental": false, @@ -15627,7 +14907,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignedPhrase.html", - "hash": "HiNU4NFmnXUkRuABHz5jEZQnNMOyZ9nTq7Mx3/ZyqFc=" + "hash": "TQOc3SrMUWWy/0x1AbAvfPkO43eMRotUPpXAy8R2IpY=" } }, "is_incremental": false, @@ -15639,7 +14919,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerDefinition.html", - "hash": "bMinGqxWneGl2l06cYFyILv1JGH7fVy43GOv29mz3B4=" + "hash": "z8lrDEFzsQIOimDp+/wIBg6hMpVSLlsKi25qZdn2eq0=" } }, "is_incremental": false, @@ -15651,7 +14931,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerSettings.html", - "hash": "ONuuPzPaM1uBbNx/3bWTHo5rQCV0rTaE/DrmeMGCZWg=" + "hash": "7wq8teC1mD7DmG9UCin7pA1tBvKI+EyMSaK6WIDG6qo=" } }, "is_incremental": false, @@ -15663,7 +14943,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html", - "hash": "szVMoVGY/zRVNGTzNM9Me1PPT1KJakTQK5f4yNn+288=" + "hash": "Pm53gBp1YWC1D0/1XaCHfS3cD1JMqD9kRapWUEJs5T4=" } }, "is_incremental": false, @@ -15675,7 +14955,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.html", - "hash": "e9MQ5JHB9pZ2w6GJLNaEG3ySGPtcq4cNz2T2eJfoO18=" + "hash": "xhn2l5c4fwe0Ij/fWrj/Z6Kn6uyX4EX6lHYhILItEJY=" } }, "is_incremental": false, @@ -15687,7 +14967,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.html", - "hash": "LYARbma+Q1z4NJju44IIavEOI4GE5QyGeYBeartXQ3g=" + "hash": "LRqHYBshdPbVlTiQAgxjRL7N88jmSu8CpwUbkN3zuYU=" } }, "is_incremental": false, @@ -15699,7 +14979,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.html", - "hash": "ccq20ZT5jKh9IMLWrq6LHbIJvGib8eihcRLjxKP/Iz0=" + "hash": "5MEcY0uIek89bakaZPLp5MmqvQ+UO7GtyAmlVrgGQCg=" } }, "is_incremental": false, @@ -15711,7 +14991,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.html", - "hash": "gkrVdZYoUV2naT6SdAsxZSew7JU1H7RY4S1Svj2sNM0=" + "hash": "SKu2fEB7QEg9qImDDB64CXeNutiDw/7LaZI3wSudzJw=" } }, "is_incremental": false, @@ -15723,7 +15003,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.html", - "hash": "xfPmErhZjpg4ti/yDQxXAggKHCwFmB9gBKZR4cPEepQ=" + "hash": "gNInb4k0p8Vm5POnhxYWGJtlZacoc4br6k4rLqmhFdM=" } }, "is_incremental": false, @@ -15735,7 +15015,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html", - "hash": "lNh4fczok7fHHR6/p9rEQs7vEdkRUQ99KY6byVBQSVU=" + "hash": "xCSMw5Ydtib3FeMSLjqqFzT+TzD8gkIlkM5idlJtE7Q=" } }, "is_incremental": false, @@ -15747,7 +15027,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.html", - "hash": "X2tHwTf6wOZ3EZ9zv5Izqy/an+kfkvUwjKeEOkaYVj4=" + "hash": "SZ2Z6nMKBqiDfs0iWIpofmvPTI+S9hPgKC9OwJDnal8=" } }, "is_incremental": false, @@ -15759,7 +15039,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.html", - "hash": "Se5NvteTOKSvAb2Hve4I6dWl3mypR7UWZUZpNN2kgaU=" + "hash": "FCHkcp5VVV6nk5JCMnyb4Z17JaJNLHvGAiOgkORA03E=" } }, "is_incremental": false, @@ -15771,7 +15051,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.html", - "hash": "L54tRN6J/cd05laSfmFaWEQGeGIPdItxKJ1y6jkaM+4=" + "hash": "vOiSNG7YTKF97fR08YD6cdbIy1tyb0mpo8uVRupKjuc=" } }, "is_incremental": false, @@ -15783,7 +15063,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html", - "hash": "4adBL7oZ0Q6nNDpyl7DKD5dri7oh8ED6BBYzu8ZVchQ=" + "hash": "l3VFz1QhsBJnbHAak6I6hJjY9mdUvvxuIWKQA84iVrQ=" } }, "is_incremental": false, @@ -15795,7 +15075,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html", - "hash": "ZyUzMJnhtGfcXK6bMAwjyeczZ29c888Z7P4o0oKEzcc=" + "hash": "oZOZQy6HxUJmqlm066Fx//yPHxRmuinA2b7i5ioKZnQ=" } }, "is_incremental": false, @@ -15807,7 +15087,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.html", - "hash": "orcsBPAPtNLpgWkBACLgaCPbzuUBqqnVPew9CIT/Lh0=" + "hash": "gc/Tw4O0EzX4N5hHKPJTrCOer4YSoAaIWXPCdTCFtwk=" } }, "is_incremental": false, @@ -15819,7 +15099,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.FGAInitializer.html", - "hash": "jlM7pLAkzCUW7nf9p7FzVFDf7KKmpHRubgMWnnNgJsU=" + "hash": "vHo3TLAo2ww60JZhdvrWL1CrWxua4hC3AhOC1E1pru8=" } }, "is_incremental": false, @@ -15831,7 +15111,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableContentPair.html", - "hash": "2lt1B7b2pBhgimdBzL3l9MIr7BYeFTEQr9kuG0+2szA=" + "hash": "Z6YWLjEiN3VrjQ4zoVqgWk82DwtE7oRWJE5QP1fto2k=" } }, "is_incremental": false, @@ -15843,7 +15123,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpus.html", - "hash": "ntzt7D4svh1gog7aTNbVF3Z67WQbX8gb9tkLPfkubvw=" + "hash": "P/wETtuVR9S+U0Unj0vwZCm3tVfvGCn75nIXFdELz20=" } }, "is_incremental": false, @@ -15855,7 +15135,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.html", - "hash": "dHTJM0q9gxpjimS/ZjRZ15TgmmMKjWI41XW5xve7S3Q=" + "hash": "jckwGYD5v7utVL/jDkEY2R0OQOH2H9rVEEx54jVPM/I=" } }, "is_incremental": false, @@ -15867,7 +15147,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusManager.html", - "hash": "PvhnQV6szu6RZI8WqxTVyzVXwfAxh6naeNFDWzVCRZI=" + "hash": "7MmGVYx6jc+PZ77xSvNEzDjRPFS+osRrRjzZ+hzARNo=" } }, "is_incremental": false, @@ -15879,7 +15159,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync.html", - "hash": "1QMGr07JOZmPG+8VxLw52krLsY2H1qZzFRkSYJ6OZ6Q=" + "hash": "CnojrKu1GynnhjqNwX6BxEpontMCqq8H+TrnNCRG470=" } }, "is_incremental": false, @@ -15891,7 +15171,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignerBroker.html", - "hash": "UUz9uSUrQmALQme4EX4n7F30dDd2orVWNSrjBre1NXM=" + "hash": "o8cFNcB8pXaK6pVHCYRilY8mDQ48P+krIxO1llw2/Xg=" } }, "is_incremental": false, @@ -15903,7 +15183,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignerService.html", - "hash": "nSDbqolrSG8HwACdprb/+WH7S3tX+OrwFjoHuruHJv4=" + "hash": "g04we3Dm1jOvqh2ewuPJhDE6Y8wE+mfBEx3SYGlnETo=" } }, "is_incremental": false, @@ -15915,7 +15195,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.html", - "hash": "7+Pln2vHEEoTTiY+dGn7O1Y1jDYXuyPoPSG2uqRBuxo=" + "hash": "9D/dt764KxIXLjIbnw1odzOoTnsn52sDSuyUT6lkXHw=" } }, "is_incremental": false, @@ -15927,7 +15207,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html", - "hash": "mLprCIoRKhBhMO4ZpqIH27x9fbFsYhFczkju8aydeTk=" + "hash": "3eu9I6zeW37xubtqLNbSWEBjBJXTpA6V01iaruuMyLQ=" } }, "is_incremental": false, @@ -15939,7 +15219,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.html", - "hash": "uekK7KmJLwZtHbvkb4FbjbSyWkYfstNsyIrLPUjX7mk=" + "hash": "eEnG5JCyuIkFqzVt3go/bzIEPIU8ArEZDaLaB0nxR4U=" } }, "is_incremental": false, @@ -15951,7 +15231,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.IPairEnumerator.html", - "hash": "t/Qt0Qu4esMWXNid1qCuK6074MPW7odQhKnOKo+jJ/I=" + "hash": "bl0zAYoG/R5rkTMs6aHQmf3PhbTe0+xwzLjGSJsIlAg=" } }, "is_incremental": false, @@ -15963,7 +15243,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html", - "hash": "o4JMUxorSQlh20rlH52gONymGFTuUNePOPS4F8AVn8U=" + "hash": "dMONHK4XEFvh/5hCKGGcUbGNeYNaKc7gg+scOy8Uzig=" } }, "is_incremental": false, @@ -15975,7 +15255,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.html", - "hash": "s3MmszoGdDk9uaM/6Pcm+DW2tKr2CZz3nwysjmnK1PU=" + "hash": "UfD4Wyx7hRCUThtXr+17hTbbG3vcsuimxVG2XCHd/nc=" } }, "is_incremental": false, @@ -15987,7 +15267,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManager.html", - "hash": "XUCgXlH5xth0NBMhNPuo00rgq2/U1wdIpDtxf4eHfm4=" + "hash": "Trmw9jEzSUN6h7h1NPl3H4eFNJKVYnUu2ZWgDQwkYVY=" } }, "is_incremental": false, @@ -15999,7 +15279,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.html", - "hash": "01JrodQiBD9LXjKdXMCf2uojj3O1RboQEkjhycnc1Og=" + "hash": "PNxbSSNycY7h+PgAeRzAcSgNLtPP0GGyOnN03sO2gK8=" } }, "is_incremental": false, @@ -16011,7 +15291,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.html", - "hash": "b8ftSyKA9Yl/7XEqrxTVwfKlSxNNqAwIxHjoPygbLS8=" + "hash": "+6dZXZluGeoT/P77/C/KY/J6vSS6DcCZFNXDJ00yg5E=" } }, "is_incremental": false, @@ -16023,7 +15303,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.html", - "hash": "F2/H7zAfXh5oyCOwxFaAcXIPibsd5lbiEC/1Qhbytso=" + "hash": "fE/h7Ae8kLGNUzvY7teI0XheWnWek7PGlSP1IlFSBQY=" } }, "is_incremental": false, @@ -16035,7 +15315,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.html", - "hash": "HsKX9KwHQB4wxa+4Wq3e2BouPkjZT9WSEdPVPnCMsdg=" + "hash": "b7nlgweiRkdZ58IGakFFeky6KRloz2HJaFNB0/hD1s8=" } }, "is_incremental": false, @@ -16047,7 +15327,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.html", - "hash": "A7M7dt0uk/D1leE5/aVhapwrMk6wO6vyBXcjbnepOkI=" + "hash": "S9MxREXo/VxPQpmvEvqgSrQT2agl1F7z6vq+f03+JmA=" } }, "is_incremental": false, @@ -16059,7 +15339,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.html", - "hash": "xqTGBWUKpe5bs/4uwN0Ads/GyZse6f+iZ1ywhj9gk1A=" + "hash": "+t+OlI9zmp0Pa7m01l39g0p/BM6TFnqozbb/Z6+AfU8=" } }, "is_incremental": false, @@ -16083,7 +15363,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.html", - "hash": "FgOMKzsGCHnvH8xSNViLBxJbQnrwuiiUjuwzSR7A4OA=" + "hash": "68Ruggg2+g93yRfdSC+cRpriA99aQw0O5MtwLi1CRNs=" } }, "is_incremental": false, @@ -16095,7 +15375,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelNotFoundException.html", - "hash": "Pp1eNN0ZMEGE6AqUSxkG2v10JF/ulyBMiKiBPc4zAx4=" + "hash": "iBXH/qX8ZCwgw3JjqHQjedkygL4b/DdY58HUOMM2PME=" } }, "is_incremental": false, @@ -16107,7 +15387,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.html", - "hash": "EMo3afVBvAQPbe4joycN1kb7ZwmKpLMO7pM8DiQTJq4=" + "hash": "ug4mHiCFalDQ2PCS3j1oqkyDqYldqZQblaZ4510FP2A=" } }, "is_incremental": false, @@ -16119,7 +15399,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.html", - "hash": "olcobjtr+CS+H3P0+Wv0kfXSog1q4tKbx9tz8JOlHIY=" + "hash": "4QmDIyStnI2PDLph70vMXWO4ZEfzcA2C3d1k1yQvtRE=" } }, "is_incremental": false, @@ -16131,7 +15411,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html", - "hash": "+qp0sNvBASKF8CvrGwp9Km6WkDa7LO41xhU5pT6PDfw=" + "hash": "LNmiVum+S8Te3+qKNAP6hSJdJFAzxxzjgDftMEjALIc=" } }, "is_incremental": false, @@ -16143,7 +15423,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TokenWithCount.html", - "hash": "bL5QDxQRF2HQ4ONPsmgCWyblA6lSaRHl/FM0XgPSlmw=" + "hash": "ItaUmAfquO2okhFt6PInkkdXtGukdx8aMjxykOY+ke4=" } }, "is_incremental": false, @@ -16155,7 +15435,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.html", - "hash": "o8a1MY2rN3DciCAOZVdfmmESWsIAbZ6ZNXPZoVwY9kI=" + "hash": "HdZSwPQv/F672+I2oKdzgRF0JPlQ/xN00A1aGBrQTgM=" } }, "is_incremental": false, @@ -16167,7 +15447,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html", - "hash": "xv6G8E6wDj5p9f1NH7J53HXi5qVFPhh54EAymUxuSB8=" + "hash": "sgEndVVEtmVzsBLgAE68P+toT6vCI5eHFFk73J/jTQw=" } }, "is_incremental": false, @@ -16179,7 +15459,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.html", - "hash": "v8moYUIdA8g3m79aJY5Htxuk1ObQTGy1pFKv3b5+bDo=" + "hash": "qI67Vesoa31RkMQJNEWOGXQgXfhqsWqfLwurGnIw9io=" } }, "is_incremental": false, @@ -16191,7 +15471,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.html", - "hash": "MIHvEt+uamusT+uCwzafT7TPFOM+wwzW/V6l7ZQIRJA=" + "hash": "QM5faxiDcVlEPpAg9Y68zwbfUahYQoruw5U7qHTqWEc=" } }, "is_incremental": false, @@ -16203,7 +15483,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.html", - "hash": "BjdeqI9EdoiWZeaYBbjiPHq/Td22Ru6omcwK3a0if+A=" + "hash": "Carojzv4yQ2bNbheloGgmlMZ0BEu3eOLvs/8AUqWMNU=" } }, "is_incremental": false, @@ -16215,7 +15495,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.html", - "hash": "sUn4lsrhtjf5YthT40IzmaYApqtWlA9O+jm7r3FPSWk=" + "hash": "1ZFDkZPz/8MMQzrnZb6vlKnwLw/J9veNlfaBRYhne8Y=" } }, "is_incremental": false, @@ -16227,7 +15507,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.html", - "hash": "Z4CGc1IdCU6OxHVs96uZv6EkmepL01gcd1nzY/xs4sc=" + "hash": "ueRj1yXUGeqe4SaSdIarHf9U2MyVE6VuToXDp4Ad9vs=" } }, "is_incremental": false, @@ -16239,7 +15519,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.html", - "hash": "7Sg8lDHuUVDW29Hn3mGcMMWabPMfhDaObiOWUx1B2QQ=" + "hash": "wVXKGdFupCFuylJNYGkr80+RsMj5+j3qJa/abyQSX4o=" } }, "is_incremental": false, @@ -16251,7 +15531,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.html", - "hash": "lxQci4QznDLaaGKeObPBT7Pcqsgl1d+b2MBa4Mk+CCM=" + "hash": "KX9CFi723GlMmBVDt4PBFTzUKnZDl8Twhi8yCTZjHA8=" } }, "is_incremental": false, @@ -16263,7 +15543,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html", - "hash": "Hq/Q79w6Hz/1jaiq0mHZXNuevTvCGGCNa6q/CJ3UYXE=" + "hash": "T+pm+grnPsx128em34ScXIdmsKcfAry59WIwCJN1jUQ=" } }, "is_incremental": false, @@ -16275,7 +15555,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelException.html", - "hash": "Cwz35KUUy2g10juW42fG47nHBlUWoZYpH8o3rQ0D9kQ=" + "hash": "TeB+FHT5K+wa27Zoz/eGZ5VjSWv0SSpyca2tcKBPMX0=" } }, "is_incremental": false, @@ -16287,7 +15567,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelFitness.html", - "hash": "0IleNxaf7WnP/yf/xYWzwWCIAaYNnuTEWp332k6TUt8=" + "hash": "1gi8tOXg0kAODHKJgcj8GiYlYxQxh1uwQCWrhKB7bRY=" } }, "is_incremental": false, @@ -16299,19 +15579,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelId.html", - "hash": "PCWVHOAZi0LLYuI6RLuPPz6ixXiy7BgmAp7u5wIB9bE=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.yml", - "output": { - ".html": { - "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.html", - "hash": "nnw8hVQXNpC85jY5C+0xfZyFU3xZ80ER/Nrkk49Y9CM=" + "hash": "Bym1BWWnJ2HXzPAVxzEUkQdcMPEntqrOC5d+TEZk21g=" } }, "is_incremental": false, @@ -16323,7 +15591,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.html", - "hash": "Kmx55pLaa0m5ugEJVcGBFnQMJ8lTtzLefmxSbmBc5RU=" + "hash": "aJg/ubeNdDYtoxwbNuW27cHmJyNsoLkvpGokxkSbxgI=" } }, "is_incremental": false, @@ -16335,7 +15603,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage.html", - "hash": "RY3Yxc2nfB30NC7Bdx1B9d3fFnz6HooLiapDvM7L8mM=" + "hash": "/zVHD3ZE7PRghu0rU8+xa7esr+jVAOc6zZhY0C9Aa7E=" } }, "is_incremental": false, @@ -16347,19 +15615,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelTypes.html", - "hash": "apxuwVgUsEoO8vmp4zneLMAU92gl5mxConaJA57jJIM=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.yml", - "output": { - ".html": { - "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.html", - "hash": "rPld1oWNf8AyNZ1/3G2sMLTCiFZzbbwuiLfBy2KxLGk=" + "hash": "Ee+ynXW8beHCuXO9hDiqEeh9vCdKMfmIRvz1XFFOcdI=" } }, "is_incremental": false, @@ -16371,7 +15627,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html", - "hash": "kP3VHwFpFAJOZ60crKSqhLFzrbGL3f9rc67PqDG+kY8=" + "hash": "i/fmDU+OVdfP3qwDl8qOMP4tNnTUCsPJNYKZ8lyiD40=" } }, "is_incremental": false, @@ -16383,7 +15639,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.html", - "hash": "/1j/if5sLaADoAOGYvwRnUKHk9lTXpJZoNCVk2IvSFs=" + "hash": "ieA7EOcxk9c9SaKmV/M+fIxw7HffwXCAdaMsZXXTWfI=" } }, "is_incremental": false, @@ -16395,7 +15651,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.FineGrainedAlignment.html", - "hash": "64X5XQIWKDYvmLOD8rFiuyx6cx9EyGjYF8JRaW8kK4E=" + "hash": "a7ECbghDiGJY6tJBGhZpKyUPLdX03te9kLevUHFqmxE=" } }, "is_incremental": false, @@ -16407,7 +15663,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.html", - "hash": "uzZr3bP0LPdPMq0IG1ZEaDSndC9ulCA1NbDUH+3gJJ4=" + "hash": "qY3DhI1zRApcLYQsOWugImLV0Iu1qAp8M6W0ZpOIa2Q=" } }, "is_incremental": false, @@ -16419,7 +15675,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.html", - "hash": "9OBFSj7X6CKXwYADAR2ZReNEeQff5BwGX2ipjbEVueo=" + "hash": "ExzuxWPYoBmCk5vd5BXop8r2LDPwgvi9M6sZKmMlXaw=" } }, "is_incremental": false, @@ -16431,7 +15687,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.TM.ImportExport.BatchExportedEventArgs.html", - "hash": "2hfoNMSvMg2KhwMRESpSz+floXpx2+YjRpCb310xkeM=" + "hash": "qFwo6qdTCjiP5ZbIGTxxrXWvYNpcZujiFmgC/kbZHwY=" } }, "is_incremental": false, @@ -16443,7 +15699,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.TM.ImportExport.BatchImportedEventArgs.html", - "hash": "4RuObQ6ZH9falPACexGyPGSZ1I4pePsJ9HfOdfLogao=" + "hash": "+hzgsXywS1FVBYl5W0JITQkVl00oRXRkTHQEk/ohi1s=" } }, "is_incremental": false, @@ -16455,7 +15711,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.TM.ImportExport.Exporter.html", - "hash": "RpXHKlBTV2q4FBz/56ek7fMMhi1fC+Mlm1NOzmOZsYk=" + "hash": "iynaanZSY+O+AXosEsWrY/c2KL/XjqLIBh9iVTy6pr8=" } }, "is_incremental": false, @@ -16467,7 +15723,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.TM.ImportExport.ExporterAsync.html", - "hash": "WFlevZ08gyWK62ydzmH7L6Rfr/4wcJo3LzQsdWiJ1qQ=" + "hash": "otvBSGj0Ztc0PQfRo4CernDl+muCeydwciCWN4SbkkQ=" } }, "is_incremental": false, @@ -16479,7 +15735,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.TM.ImportExport.IExportOrigin.html", - "hash": "/HneEHd6ErTljnjIbiQU/NVxC3ANS/lCygCedn+Drxk=" + "hash": "o7jmLh7qtr3A5nq5gZTsmPRfJEGdnMtDxFD2dy0UtxY=" } }, "is_incremental": false, @@ -16491,7 +15747,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.TM.ImportExport.IExportOriginAsync.html", - "hash": "+Aen6ywe9ZaOAoA4mHp3cAHd4Y1qA2S5hKK/QVcdFkA=" + "hash": "2Xuy2fX/qXnmjqqbI94VPTYeu0emHzcaMvp3Td+3Rbw=" } }, "is_incremental": false, @@ -16503,7 +15759,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.TM.ImportExport.IImportDestination.html", - "hash": "1Fq0inoAOLq5aQmt5mD3zNINiJarXg1GS6fKmaFDjoQ=" + "hash": "NfmQ9R7Jcy2yr0MiIYuSXbZgJtiffSxQfK9XPDx03ec=" } }, "is_incremental": false, @@ -16515,7 +15771,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.TM.ImportExport.IImportDestinationAsync.html", - "hash": "nIznDnbkiAgApqEkUoh0+5XDG8npnRDtob3B0fo4VlM=" + "hash": "Nm6A5ILNHZU7mfFD5fHxPf/dYOf8is6rg7ZQyxuHpMY=" } }, "is_incremental": false, @@ -16527,7 +15783,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.TM.ImportExport.ImportExportResponse.html", - "hash": "m/t0FIyGL7VZhQ4FqU9zqibY90kgkCp2WX8kFiN1H50=" + "hash": "FwVMa74ha94LAhy9ckn9q+sDgQICf3NynOOP5Y+R+TA=" } }, "is_incremental": false, @@ -16539,7 +15795,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.TM.ImportExport.Importer.html", - "hash": "nsEo7pFjVrEYsb33gs6hu3rZMxP+EWsFZfnqzxs4zeg=" + "hash": "gT7WyZ3E9pAqDEhxXlItgpCT9UR3il7LIjbO8kS0PYM=" } }, "is_incremental": false, @@ -16551,7 +15807,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.html", - "hash": "UBgjbpKNXy90LVylusnfYycuG4HJ6OV861L8pBU/HxM=" + "hash": "41Fv8fy4BwekfuhLhnr/K2l2ZJskdKPTY4hAhobMihs=" } }, "is_incremental": false, @@ -16563,7 +15819,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.html", - "hash": "MRniLpNosoEDnllJ3701Q/aETMEa1ZBQVL5toQhz52g=" + "hash": "h8dB5V3DPrEiZ96XOPWU9wEAaCSVDWOVN4W28XFiu1E=" } }, "is_incremental": false, @@ -16575,7 +15831,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.TM.ImportExport.LanguageMismatchException.html", - "hash": "NELnKUbsdasuv9dRMU0HVJYZlaEX2iBQMptsEFkdHyk=" + "hash": "JMBQrUjSs0CQOv7uhZmjpUo+W/wH5q+ugNzgU3IZwpM=" } }, "is_incremental": false, @@ -16587,7 +15843,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.TM.ImportExport.TmApiImportExport.html", - "hash": "aBlCHqbjaoGTkmcwAETlbAWyPum59Y5MJiFFhUcPZa4=" + "hash": "+3BzGPefVe5WpeZK6Q0YkZn6roY8x54fY7+jWbDN0fM=" } }, "is_incremental": false, @@ -16599,7 +15855,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.Core.TM.ImportExport.html", - "hash": "qJegshzeQHh9Q7oabhq2v2cMQG66MubBVIp/QOMpWaA=" + "hash": "zSNp2bRtCIeMLqg5YP/tZ0a3vnR5Zgk5EsBz0rsfgYc=" } }, "is_incremental": false, @@ -16611,7 +15867,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.Case.html", - "hash": "jgemT0NgwSyYce2NyITmntkswx8NwjERqf9D8avs0Mo=" + "hash": "p/La7NCon2jYql5C8QMvHkeBFLmY1uWNazJqmtwMIaM=" } }, "is_incremental": false, @@ -16623,7 +15879,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html", - "hash": "bhPjK/qH04QYKp3RMwueW4gewTRgLEsl4mJ4ZiE70s8=" + "hash": "dQJBTuQhxMjuyjWksptTjIGP2NrjWGBtlQlmjCZJfk8=" } }, "is_incremental": false, @@ -16635,7 +15891,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.CharacterSet.html", - "hash": "m+pPxERZKCzfVrE6JKuSn5Z6CFIB8qjzb6X/+C4r4U0=" + "hash": "Ha7IwRchidFDba3GUedmRJ9UO4RshhI8gBe6QgSAThY=" } }, "is_incremental": false, @@ -16647,7 +15903,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.LanguageGroupID.html", - "hash": "FNjHPuLg7GKR022bFEbXNU2P7ayrPFp9Ezk5uMt228Y=" + "hash": "iidbdqGnZaHUc4MxrfwfaZieLLS6mOYvrRglNpfVQzE=" } }, "is_incremental": false, @@ -16659,7 +15915,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.LanguageGroupInstallationStatus.html", - "hash": "EbdhSb6S6Xh4t0UjMCILcdjtDamDbJlss6z91l1RCe0=" + "hash": "WZeczia9UUI4NwPgIC7k6YB1P3IRwH7nyakJMR6G6G0=" } }, "is_incremental": false, @@ -16671,7 +15927,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html", - "hash": "g6MRMv6Ng6wPd2QZOYZVpc5b0kjemgNytDWsHobcnSE=" + "hash": "z7AP1ARNJwt4dUQW0QMZ8WFErPuJdSEIBdVnyRTTAkA=" } }, "is_incremental": false, @@ -16683,7 +15939,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.CultureString.html", - "hash": "k3vtsuttvbnMhq4kUziB8CvOdwDAdj6xfcFGi1HR/lQ=" + "hash": "0rkk4/abqUTLQKROWBMdac/nYXEWYG++6OhKAz50n+8=" } }, "is_incremental": false, @@ -16695,7 +15951,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.DateTimeUtilities.html", - "hash": "VBZ1RE6Mx5bYBI8lZsWT7UGoYGHi0VoYXStU5y6yr80=" + "hash": "TH/fDvuNV+ZXRNSDLuXnhyjdr3eMTpnzECG7QrvtfIE=" } }, "is_incremental": false, @@ -16707,7 +15963,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html", - "hash": "/PRwdvKiIpnq/4UePur9XGuSkVSUrL8ytSEV6MCOPWA=" + "hash": "FDVhFyxycVrIuvK+8LxJtIRch/72HxiaN1rqET23q6c=" } }, "is_incremental": false, @@ -16719,7 +15975,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistanceItem.html", - "hash": "qRxQKO8K6QsaJjiEi4xYFXNpVFv3AtbvtePy1ObveuI=" + "hash": "tS5qGCrn0t4WLt6KJYQPkuxsanTqlSDIzZfN4P/0/6Y=" } }, "is_incremental": false, @@ -16731,7 +15987,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistanceResolution.html", - "hash": "4J97NUy3YYuzFd+Qg4WN38naXqpDOZsRfdIKsfjtYLg=" + "hash": "k394vt/o+odzgva3hrmk/LtTiC4wnT6JbdWY5wc/hgM=" } }, "is_incremental": false, @@ -16743,7 +15999,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditOperation.html", - "hash": "N+DaGHXEYgzwpAkkHjvbrUZJLSA/M711s/7lbElAqNs=" + "hash": "NH6BsN3dbY8LBvYrHu20Y6lmFdf+Sat+3v0LWFwtlrg=" } }, "is_incremental": false, @@ -16755,7 +16011,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.html", - "hash": "3HTrq41kGafBj7l8zc9C0xBgHJvMf2deZXx/FoqM/u8=" + "hash": "zLdiv1Zf1Z8YTe+9K/607bRhotYFi+yqLJuO3SVLmN0=" } }, "is_incremental": false, @@ -16767,7 +16023,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.ErrorCode.html", - "hash": "J6kwz8qFt5fc2TLoBf5m//Qiahi7oN3Umz6Jsi6c8G8=" + "hash": "yrBlgdvHh+sa8i9L5HBeTAJinCKyigZONbfebGOIYHI=" } }, "is_incremental": false, @@ -16779,7 +16035,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.FaultDescription.html", - "hash": "38/PmuZ8eGIujdR7eToPGf3KtWiiSN1laOkQtAW8QRs=" + "hash": "CHVBpnPpjeCArwZWTVxd+X2i521immSDiRgl6IajFEU=" } }, "is_incremental": false, @@ -16791,7 +16047,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.FaultStatus.html", - "hash": "XUnYgs+YccJ6E0ZCcIr7r8WFESyD6e1yCVmdTpduApU=" + "hash": "Miq9NHAxv3NLbNIJc2RH42X9BgeyApsKm9aR7JnWbsU=" } }, "is_incremental": false, @@ -16803,7 +16059,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.ISegmentElementVisitor.html", - "hash": "2+lzr3uosEKWZPgdyuebaMQg60HHLY11oBH42COmQEY=" + "hash": "bWUA+xoK2qsgtkXbQOzaErezhosawa9VS8sI3mHiDLs=" } }, "is_incremental": false, @@ -16815,7 +16071,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePair.html", - "hash": "IY0f+PbSys1SrA32u5ZzWYCJex5f6mrzcB65jMmsNqc=" + "hash": "Gzx4JLZ7jNLR6MSLBEg3sjoTKPvrJKD6uQK2lTMadx0=" } }, "is_incremental": false, @@ -16827,7 +16083,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePlatformException.html", - "hash": "LCpir187sLPZ0sMhDdLAIfrwCVTmG2B1gmVYoeIhaTk=" + "hash": "oWbl52U1JogewK23NU2evDXu8YficBVBIYDd8MeTbwU=" } }, "is_incremental": false, @@ -16839,7 +16095,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Pair-1.html", - "hash": "P0LgyR2eOMGXqupsGEdLtq2apqCn/QTpdzjkqyPUlSQ=" + "hash": "oG2NhJkAbsFw/arJUFJiv55+HwjSBF8yA7oZMlmDWtc=" } }, "is_incremental": false, @@ -16851,7 +16107,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.html", - "hash": "y6zu5m92V1/fhYU8rYooOSFTnHeV3v4BhuhlJyX7ZM4=" + "hash": "d5aTp2otm60prtQ/IL5jdf4NIOlpP2Iq5+gN4L0DuwA=" } }, "is_incremental": false, @@ -16863,7 +16119,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.html", - "hash": "ivNbg4xeSVAxcnprwsr1m0aHkwZkJlGReXdpUuTmZvY=" + "hash": "Y9Swysr6u5fSCVmXGz/Kkko7ttz/Ch9517axl+IcwMU=" } }, "is_incremental": false, @@ -16875,7 +16131,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.LanguageResourceType.html", - "hash": "SbGowO4osES/dDdqVFrDGvye/hr/z8Hi0zgSEL/4Oyg=" + "hash": "gB0nP1AQnzhfN9R3I9OFYJK5kAI0NJkhP1l4bTqTYcQ=" } }, "is_incremental": false, @@ -16887,7 +16143,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.html", - "hash": "3TEH4gTMiNyobi5N0eknvDpyHlZQpZV8u+A/gdtPoCY=" + "hash": "aLSvHhrFbhfI3+1/TlD6sq3YrInykxMG943gZFO1UDU=" } }, "is_incremental": false, @@ -16899,7 +16155,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceStatus.html", - "hash": "G7kwffIbH3xyQHYuOyuq3Il247SmU9sFesT3q/7ZRbc=" + "hash": "MrsLAy75NmiIuPSGWN41cBO+jRG1slfIJ4H1f/Ja0O8=" } }, "is_incremental": false, @@ -16911,7 +16167,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Resources.html", - "hash": "xWXsYeZ7pP2WQrnbRJEpAHwYd0Kz3IDog3UY/znKWUE=" + "hash": "+N7SPaQL9Ya6bWjyBwIaL4TeIXqFXMue9e231rO+qhw=" } }, "is_incremental": false, @@ -16923,7 +16179,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.SearchOption.html", - "hash": "R+/FBc5oObZLHNEHkwLWRrmrRywkXnzJjgT1zS64oBE=" + "hash": "Azl2EesmCz5KGuBDmBapfKVn/L8tHuoLQpWv9rpgFZk=" } }, "is_incremental": false, @@ -16935,7 +16191,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Segment.DeleteTagsAction.html", - "hash": "8XXAn0ydrYj/MLTOi6ynag1+XCyUoSqaT060qY71PXs=" + "hash": "PovNM1G4ZRPv+/drYYK7ePdOC/b35zI9XgLF847hGmM=" } }, "is_incremental": false, @@ -16947,7 +16203,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Segment.ValidationMode.html", - "hash": "dSucCTLfNvP3Wou9PDs48B4GHzfSgsfyZhTZWAcLpBE=" + "hash": "tOxtGnNdN8h12z+QJnqvOFlZRALlfvpkp+XWPCmoL1k=" } }, "is_incremental": false, @@ -16959,7 +16215,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html", - "hash": "N/domKVmRK121vYDt50PzDO0TwXZDtBqVoQapa9y274=" + "hash": "DCFQP37K58zjozg8MuhWJDqnsQXqSWqwFBaRVI2rmuw=" } }, "is_incremental": false, @@ -16971,7 +16227,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.SegmentEditor.html", - "hash": "PXLj71vqlHtKe9XEWduCdUXVQgeP+1x46k3EYDzTL6w=" + "hash": "Wvw/isKbkl1tfflqUe2IwaI9ZvoJrIkmQnoSGFRzcvM=" } }, "is_incremental": false, @@ -16983,7 +16239,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.Similarity.html", - "hash": "0a9wI0oFeAbspcfS11HIkJH71Tjx1PkvB6s6zrDnAv8=" + "hash": "w8JLz9dD05YosnpzJ+kaU4bj/cqoWsOfdlx/WJby7hs=" } }, "is_incremental": false, @@ -16995,7 +16251,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.html", - "hash": "BybsFN/TPCgIsu15hAS1vBkffCSJLATZzz2Y91iq+P8=" + "hash": "Ray1JBmS9pnc+wNFFUgykftIqjV31DN75tUiH+miAJw=" } }, "is_incremental": false, @@ -17007,7 +16263,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.SegmentPosition.html", - "hash": "nf0RZL3s71G7TzeWBlVcaDfH+1j0esbFPNGIxEiXExI=" + "hash": "p8mqPIE01lzHidnAQCzKvKWkIL1Rp3pMd5k0dz+fAPs=" } }, "is_incremental": false, @@ -17019,7 +16275,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.SegmentRange.html", - "hash": "AhN0t7ncr8W70I2Uu56kCo3UokeHFy/xAVzdVJbJAeA=" + "hash": "Rm725lE9eeH2qlQKcgvKSIuUntvKVjm1tJn/jJyBySw=" } }, "is_incremental": false, @@ -17031,7 +16287,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html", - "hash": "MIbsvAsr4zfvZBGARhq/xjlkseZATtdHJa+l7PSrfDI=" + "hash": "x0bKvm5WUPxSVnQaUVSnfjUdbKhKWaTYz/uonhIOmS4=" } }, "is_incremental": false, @@ -17043,7 +16299,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.ContextType.html", - "hash": "O9N5QWOTu/UFCQB4CcjW7yWDef3ESNWGlj8yHJ6Ffck=" + "hash": "9wpbGE/mPv44bGE5fp2Ud4NxlUZNKZbsDBvROyYdiJE=" } }, "is_incremental": false, @@ -17055,7 +16311,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html", - "hash": "QyPIC6Giq79slhYOrMwASNeuRIN0DFmA5EWzoyeNoI4=" + "hash": "fldAYXvh9afiX1YI3neOelPo+SmhEuclJ9db3Mi0mNE=" } }, "is_incremental": false, @@ -17067,7 +16323,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.RuleOrigin.html", - "hash": "P3UEdteNghRnNwkAk3jnIWzIokL/C53wYtfUAdqr7pE=" + "hash": "UdhB5qcd3zPywpV98brDeVEYHq8bXbeXmwr4NL4im1A=" } }, "is_incremental": false, @@ -17079,7 +16335,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.RuleType.html", - "hash": "ijUgEbH6A6G83tVOabGYME3XMrizxlzLCtMvpfchttg=" + "hash": "L1hGoXedGCMlgdq/TWWPcDIuKI34T2D61OAWlmS8Rs8=" } }, "is_incremental": false, @@ -17091,7 +16347,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.html", - "hash": "04qZ3wvyakRSGgPYAEpzxKf3ZadOCVozZwILEBdQGyM=" + "hash": "VxlQ7fWV2MV4OJkfP0Opmv0k3ADzjVBOzQz2osFTaHs=" } }, "is_incremental": false, @@ -17103,7 +16359,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html", - "hash": "K9eXePo/skcxPxf3N4jSLFqrX5vl7a9S3Q9F6C66gP4=" + "hash": "GEJG4LvtUWPHreS5Za8Z1SPSJsMvJZHO0Ezsn012xtM=" } }, "is_incremental": false, @@ -17115,7 +16371,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html", - "hash": "g/vmAL+gzwXeOlJJdO11ztV8wZUvxEEeAOjYssqecW4=" + "hash": "KSblSmiy/JivEqMjQaujiHzpHIzK1SJ1iWh0E86A3Dw=" } }, "is_incremental": false, @@ -17127,7 +16383,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.html", - "hash": "4xS7ljN/ILmfOZZhmNQ5udCI7850WjidVCMYrrmOHiQ=" + "hash": "fmsxkGUIdXQk1/nEjoiioEw8zW7z/Nzv8k1LmpP2lAg=" } }, "is_incremental": false, @@ -17139,7 +16395,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.html", - "hash": "nt4ecnZw/co8mly2liWYDARkFbBlBO1PcaljT6Ipy8U=" + "hash": "Jg3t1MDuDnke8CR3vVWUda5zjJFuGRiB+vUnHRPNuf8=" } }, "is_incremental": false, @@ -17151,7 +16407,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Serialization.html", - "hash": "73iR9lHhAvz0dvYitJlTmYGvxhUecqTT5eiJGz9IuM0=" + "hash": "HPFcm5sF1dy/kKBA591Qv+h60vbwDRkxRScpNHGZp/I=" } }, "is_incremental": false, @@ -17163,7 +16419,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.Casing.html", - "hash": "535vTDAwlhB5g7K23T5qUqCzAfhbby2ZM5hXhNQxX7k=" + "hash": "MAhH0DR4BfHcJOQzkz+ZMbyYiVwjpMyyHGuHEO4QHZk=" } }, "is_incremental": false, @@ -17175,7 +16431,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html", - "hash": "H6j61MIAiAN9AWw8z0Zem1Gbc5aLc9kiGUd35I+ukAg=" + "hash": "7VuAJCUtVuuJMOzqkR0HriYQf7V2wIuUR+sJML/qEZ0=" } }, "is_incremental": false, @@ -17187,7 +16443,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tag.html", - "hash": "nW5FvP2kYT36ZRLSDAnnegq+0GulHVYnJvqM7u6DXSk=" + "hash": "QBEZFr1cbpFtktTyv8KPh9AaAwCFkH3FJlx5Y6z/FqY=" } }, "is_incremental": false, @@ -17199,7 +16455,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.TagType.html", - "hash": "S3nuIF7R0UcCfnV+MKYzWDosd8HJ4mxdmp9eyTi0riM=" + "hash": "NnU4GWQfX/3+lwJWY6h8FOy0VvOpLz3g2q4OQoTfuE4=" } }, "is_incremental": false, @@ -17211,7 +16467,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Text.html", - "hash": "r0BKPI1J+/ypUJmRqzVxWaHjl193i9fgRIOmVLk9eYs=" + "hash": "ccr1nj+XQRxbTAQOKwD9V0nJ/7cD/5sGoyzklNEQ8DY=" } }, "is_incremental": false, @@ -17223,7 +16479,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.html", - "hash": "HF8BtAAGba7FfaFKFP3Usp7Pdzh6UpTkogW75zcyrW0=" + "hash": "mUTL9HsEZWjT/wU/Pa8KI2l4vIHOWUwkiI5uKH9h3gI=" } }, "is_incremental": false, @@ -17235,7 +16491,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers.html", - "hash": "e/29hs9gg6YWtTcgdr2Nh44VV/fQQrQwn7e/CfZXqKs=" + "hash": "kjslPQjpDj7N57t5h9/AwxrYHsKR67m+QWoesYI/X+U=" } }, "is_incremental": false, @@ -17247,7 +16503,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.html", - "hash": "uJ6WlpCyCXWqFqk1/n2VEKUxpOIPAaXbtx+YbkxjQMo=" + "hash": "IQl6Cyh5fB4VoGDS2jGCbyg1UgWzhtgtZwKA3bpgcRk=" } }, "is_incremental": false, @@ -17259,7 +16515,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CurrencySymbolPosition.html", - "hash": "H5yfjOEj9fuA++KjcipH5SDNsujqoV1X4BjOKx5F8/A=" + "hash": "oD0WYhU+5YhCjEe5alZUgoeeI/Ih99bNHVTqlKIbYHk=" } }, "is_incremental": false, @@ -17271,7 +16527,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.html", - "hash": "iK2DZNXBnkBGzFpJu1WC8QrpFXL+PnAr/55D3agY09M=" + "hash": "kTyqhe75LILOutxzXPINd3y1XfKfT122sQlLEvsLEQA=" } }, "is_incremental": false, @@ -17283,7 +16539,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType.html", - "hash": "Ppkmc6durcwBeSuSEcP3gvjtr/GxvepLDlLHj94Uu8g=" + "hash": "x0NoL8zIp1/L37xxGkGR5emRMAvwcYZqW0CQtzQPq7k=" } }, "is_incremental": false, @@ -17295,7 +16551,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html", - "hash": "pFaMjfBQIJLk/uWNM/WSAkpith2DRwdrxwedKSjoivk=" + "hash": "UUZmSEzsAiDHFiIFDQ6b1qukW6mLWwcqVLTBoDjMki4=" } }, "is_incremental": false, @@ -17307,7 +16563,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.html", - "hash": "65CaDrvHKyXH9BjouvvJaD+nbz+RI40uWTPjIVZ4LLY=" + "hash": "CFVgXdOgj4PFj7wSuesQp/m+wSbmy0yxf6HqbwqJJjo=" } }, "is_incremental": false, @@ -17319,7 +16575,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.html", - "hash": "RvxoHYTpe75DH0vVACeIxZmnIPglxxvliDhwqGcrA78=" + "hash": "r3twdUXVzPK9zPXIpVaCg142A9oLczcLI+d62bHrqMk=" } }, "is_incremental": false, @@ -17331,7 +16587,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.LocalizationParametersSource.html", - "hash": "6STcbWxgsOc/xqg+isR4ygKMZrUwX2zbEkaa3X4GVFw=" + "hash": "WUEMIw8psKzoTJ0Y0YuxaVNAV0pofvbfhDpqMZOk11s=" } }, "is_incremental": false, @@ -17343,7 +16599,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Match.html", - "hash": "48x7GSMgIHRH31GsfvQaxMpNW86yRlUF3urz64OV2cU=" + "hash": "JPMM8EaJFixD15UHEgrs1m3BfeBkCBOI/c9J5VWmE1s=" } }, "is_incremental": false, @@ -17355,7 +16611,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html", - "hash": "uaOrP6jDZcUcYJvPKfxN7CpRUTNq9PLRNpP+pkPUi3I=" + "hash": "Bb+GuOZaUb6RCtZM8hmD1I/g6if88ZfH+dTTGk/gv5U=" } }, "is_incremental": false, @@ -17367,7 +16623,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html", - "hash": "fOSTcXbG9v4WjdNNU0jjurDqeGxDwEsScsF9QYJuw+s=" + "hash": "hHJ+mGEo6rD5fJD96phMkSdfXc2ugp+reWzq+pObafo=" } }, "is_incremental": false, @@ -17379,7 +16635,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumericSeparator.html", - "hash": "6bFiQfze6fcOwJG3aexADmq3qJRBziPHjmQaI3uvCTc=" + "hash": "goKLT0BytlrdB5OK0a5JVTqLG8hp/dy5GH8J77dN6N4=" } }, "is_incremental": false, @@ -17391,7 +16647,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.html", - "hash": "HTdkpWdQMzw3T+yH55FFJSKUuMgPUYYDnMLw2Sx9r7s=" + "hash": "A4RQLeYrGqpSHobAk/+Wr94t9e6/TqYBc/BB5TMSGes=" } }, "is_incremental": false, @@ -17403,7 +16659,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Sign.html", - "hash": "cjWV8mWbZq/uPN7Wge5F30ZIQApq+bgc7DPvLAAWup8=" + "hash": "m8jP4AlZg3LPwfIsk3/OPxDcy/H3HX4ICKBQs7hmkDs=" } }, "is_incremental": false, @@ -17415,7 +16671,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.html", - "hash": "83dH2D2NYJPEVKE7RTPfqJLPvikl/e/oz2Z9coraYmY=" + "hash": "doqaBbHKWJWC0zhvV6xP829tm6bcPFsNJlzmfC4kzds=" } }, "is_incremental": false, @@ -17427,7 +16683,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TagToken.html", - "hash": "gJM5L32oQXRedA6QL5tIgwU0unD+F7+PwXKbkV//RsU=" + "hash": "2WKV/sqRtWlrc3O5BZaYpYpGGsntZ0qt2efzxgrrxVg=" } }, "is_incremental": false, @@ -17439,7 +16695,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Token.html", - "hash": "rRbz5sig/KU3T3oOofmzoWlc7Ukh+MT/GZtT1Z5jdXQ=" + "hash": "L0MuKESzls2jeZDOIg2TM1Cl+dBGE60NMbCsO5tOzzM=" } }, "is_incremental": false, @@ -17451,7 +16707,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html", - "hash": "cyKyz0tKEcNvLhzCPdneLZOaTXUtkJS/PBYg06TPtxU=" + "hash": "uSIT670iYSi0hFvUlNc4h4pPk4RHZDkKgsB1qUSCIW0=" } }, "is_incremental": false, @@ -17463,7 +16719,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenType.html", - "hash": "eDCa5kh2mNmVv4sGtgajkTI4Ta494vufJ02FM1F5G9I=" + "hash": "Ou8ZAV+a6SaD80LbXaMcr/IKldF0+fB0onHR/q/7DF0=" } }, "is_incremental": false, @@ -17475,7 +16731,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.html", - "hash": "8KpaG8RVHog0gXWEdxg0fUdMoeOK+mKnvAu+V4DvfVs=" + "hash": "i8rKPIAhDqAGqFKBHQwCEqv8/QocTCSpKIx6kyhmwBg=" } }, "is_incremental": false, @@ -17487,7 +16743,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags.html", - "hash": "DttzyXQAyP7CXjWtiPipqzMoCOvq0YJXKdZeRpbeERY=" + "hash": "Sql8dWm/LzxbWkiXrKKYYDK9fwSIHd67aWMjGo4f9OE=" } }, "is_incremental": false, @@ -17499,7 +16755,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Unit.html", - "hash": "igPCFhB4Rd4G/DHUvjr98hU5YVoj384kDLNJs1d9u5c=" + "hash": "C8n9UKPkuaIJb0PraGtqZjuprm4eHY//DbA3BpEWBwM=" } }, "is_incremental": false, @@ -17511,7 +16767,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.UnitSeparationMode.html", - "hash": "z/ooBvRfgnmszNXzXRKg9i8+Nc4imkhmcpTqY0CSwtk=" + "hash": "foswYBzX2TQ61u7kpAf/lmRj1hd1wtbVOkZD1hEJmVo=" } }, "is_incremental": false, @@ -17523,7 +16779,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.html", - "hash": "PvfcchU3dBaKzJGWGvnN334fPRk0oxkzk2rD71eh0+8=" + "hash": "GQpYqbneSL5QV5Jnp+bIscomATVwgfeWv1cb24ppQ08=" } }, "is_incremental": false, @@ -17535,7 +16791,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.UnicodeBlock.html", - "hash": "AgHUiwUNBvNVmsR9dzNMJjh2fcSgiaf5kp9JHdudrG0=" + "hash": "1NSidORi52Cxbw+i7Xi+gjbuhsQ4w7ZeU0/qA2xEfZY=" } }, "is_incremental": false, @@ -17547,7 +16803,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html", - "hash": "RgDKckvljWUVtl6i2J8v1hkCRCYZ3vApZB5/oc4OfNE=" + "hash": "SzR4iICxYNNGVSCrSzUTHX+OeSAWZ8TXT/RfdTc7xPE=" } }, "is_incremental": false, @@ -17559,7 +16815,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.Core.html", - "hash": "r8hIOqM/n0I6UUG/qqC+Px3ORXOpsjkaYbnQT5TqnGI=" + "hash": "gPyx/0dDsXO9QGjDb9CeUeze7HJ2EK+NcLBPfMhJAl8=" } }, "is_incremental": false, @@ -17571,7 +16827,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html", - "hash": "RpWc78EsL9IqFlRTiwWj+WhgDjlsp5UHrOG25xFTft4=" + "hash": "Rt5e9qyzPhbcqNDcZ6iadY8e8NqbmNrakJinWFlhzoo=" } }, "is_incremental": false, @@ -17583,7 +16839,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.CommentEvent.html", - "hash": "pReyaN2ZAV2GfKL7n9ob/JqffREdLJlC+ZN55gYhX6Q=" + "hash": "1qURsGrXt/SoGqZj9IkBEm8vstLKq+NzTltXOBHs9J4=" } }, "is_incremental": false, @@ -17595,7 +16851,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.EndOfInputEvent.html", - "hash": "Tktg2XRjZ2s/QX4/+kBIBTlNKGE49FICSK4dX047z7c=" + "hash": "Bi4KOy1fM5LZwW9r2Eyyp2X3aiL0qq1DhRRlAYrMRks=" } }, "is_incremental": false, @@ -17607,7 +16863,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.Event.html", - "hash": "gbfsoJzrwjVmnml9wQmImMPsB8Coe55MxKkZY0AO/MM=" + "hash": "tZdRqKo3DTjo9GevsIua8uo81Eokw1O5mHDdhhCgZkg=" } }, "is_incremental": false, @@ -17619,7 +16875,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.IEventReader.html", - "hash": "avjqdWUmOb+hQak882lOLIwk8WRP90a6/q/BI6652Lk=" + "hash": "oyJfIZweahE4aaOD/WKOkUPW8MPhaH464Rw8Jkqr2Fg=" } }, "is_incremental": false, @@ -17631,7 +16887,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.IEventReceiver.html", - "hash": "sJgj6VGcaSzXx8yeZl0K/zA2ayFQioTT4ZqLP/68JBA=" + "hash": "UX0ODjMroVJkeXzwTfjc5dhRUvQKOjqQgCXKsmUZeZE=" } }, "is_incremental": false, @@ -17643,7 +16899,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent.html", - "hash": "FfuFnrZTucmAUdHnsxTkit+TND2fLamIDVESuH1tRCc=" + "hash": "Crp4AGuNOvV/IEI154dgoVx9Hlia6YXw2rqpgJ7tByU=" } }, "is_incremental": false, @@ -17655,7 +16911,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUEvent.html", - "hash": "BwrE7/kN+yz9gKDcAmT2B0tyvJAEM8lBXCH0tz7EgB4=" + "hash": "J7sXpt8cb7Rp66VnMa5uO4CnGkIyPCJDmLVhUyxM0lQ=" } }, "is_incremental": false, @@ -17667,7 +16923,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUStreamContext.html", - "hash": "Wa9Z4rqcl+gxzu0Va3PMYheb+H4hy1oPs4uF/VhBSok=" + "hash": "BG/a9cyhjw4lfp0nnFjK7kz+QB0SJlmvhcfHZkgmYRQ=" } }, "is_incremental": false, @@ -17679,7 +16935,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.Streams.html", - "hash": "mm27eOTBbY4hnd5PZfUU3AI+k4mn5cEgHZKJFiNxPSI=" + "hash": "7wdBJsrBfCsva4ZR89P3Wk2HKIUln8m7xNd2Gs605Tc=" } }, "is_incremental": false, @@ -17691,7 +16947,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReader.html", - "hash": "l/bFQGQza9F3qCaVSUB4QIWbb/dVm7Ky9AjJ73jrwtk=" + "hash": "7qViKmNmKmUKaPceZSWNSy1Sv3D22L+TFvPZawI3wec=" } }, "is_incremental": false, @@ -17703,7 +16959,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.html", - "hash": "kUTkFg+b2+6y6oTUKjw8p5O9uxk9iS7plyHU9khlkyk=" + "hash": "NZ0jp47tUnJfMk51zjq5BDP2MmnomsNF/MvTxxiTNUg=" } }, "is_incremental": false, @@ -17715,7 +16971,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.html", - "hash": "FM4WorUN131Rsf8F48aiglQ0QPYYDZB/1xrs9NvDEj8=" + "hash": "2bciFOlmHTHqDfGIv9zSClElRbSVsTc3TIE0xx92WwY=" } }, "is_incremental": false, @@ -17727,7 +16983,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXTools.html", - "hash": "/W9zoHudmDPGXHyPrf9jJlILIkaIuSjhZXBtJMujWrU=" + "hash": "AtaJaf98I+z/Dr7B4KsMCAfXe9OfttaYOJE2KQ7Ehbg=" } }, "is_incremental": false, @@ -17739,7 +16995,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriter.html", - "hash": "U4xqtx2cKKPmS9ptaiWxg+SZ5h+la5/yKpiKShwj9z4=" + "hash": "peMRuLZENfU/jK6RyriLc+k6Z6J0cWRbHz44OTy9Smo=" } }, "is_incremental": false, @@ -17751,7 +17007,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.html", - "hash": "6lgkbdDqqqDVzxUF9R5AjVNavooMduBmdKy7X4IpMUI=" + "hash": "jm1En69V4kBtx4yMZgwYex4A3bbXkhP+o/AbyXvagyA=" } }, "is_incremental": false, @@ -17763,7 +17019,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.body.html", - "hash": "QV+WfmvVX6lm1cqlKRf58EYKZpEcayRhW4l8YUZDrzA=" + "hash": "txfU57xi+9UIyaCnmIpptaDyJo/a8TSPC0oaf5eqiSM=" } }, "is_incremental": false, @@ -17775,7 +17031,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.bpt.html", - "hash": "Ik98eEm3m9xVippUAKLhaAitE9YP6mUGp8EOV+IH38A=" + "hash": "G668qekSl4Yd4SrsYEoft0uu/c1IJq93rqussCJq2rI=" } }, "is_incremental": false, @@ -17787,7 +17043,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ept.html", - "hash": "J6fmCk2KvYHGRUBKQfx/h9dBGendkhd+28hlny3kjSI=" + "hash": "x4monduiV4dwoN1iV6CwkEboriREuFDbtd/jRu6FP18=" } }, "is_incremental": false, @@ -17799,7 +17055,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.header.html", - "hash": "ZESMtVdwYZyYqn5F/vaHsb8vGnAUFv4UYAA0uEt0UJ0=" + "hash": "Kgi6P3xbLrbkRu0EtYcsd6MSt21pnz/rWPJGTt30G7w=" } }, "is_incremental": false, @@ -17811,7 +17067,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.headerSegtype.html", - "hash": "okuYxcRWa2XJt0W1PdgJRyUok/I0iBKeU95+mpB9JYo=" + "hash": "u68gScrVGHK9jBhcnzkdOF4iLVspWIlF05qNtzAnlMg=" } }, "is_incremental": false, @@ -17823,7 +17079,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.hi.html", - "hash": "+q3kDNAY+niAyErMx3ogdOIGd/iSaxdioeQDn6STxUU=" + "hash": "wALzK2rTiMYZ9Jk5AYtO3sE0KNYs+Iko3lg81JHvL4w=" } }, "is_incremental": false, @@ -17835,7 +17091,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.it.html", - "hash": "O/0DAM9p/ZBM4pnJk2f6SA1nhUG4XwzqHUFxTNij5tg=" + "hash": "H0/vEnt6uAremJz8dy7M92yCe4d8frduUEhpMphGtu4=" } }, "is_incremental": false, @@ -17847,7 +17103,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.itPos.html", - "hash": "wd18KshVydzHVjDHaT18FDD7UfMwzXYhirepgbyKsZU=" + "hash": "d57dv33ot3ozmi6RUk/34NPbBilxP2JFBimJeUMSm3w=" } }, "is_incremental": false, @@ -17859,7 +17115,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.map.html", - "hash": "zWiI6rt/OxwpRhVgHkrTPoqvhA7t7hjD+PobL/luXAs=" + "hash": "baXZZ1YH/rLfFWdypmLDGjZOUoo65RIRQenaIBoJv5A=" } }, "is_incremental": false, @@ -17871,7 +17127,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.note.html", - "hash": "ZDsO26B3Qmzhpi5NELlVcAPy1wxx7fs0CkN5jZK3fGQ=" + "hash": "fuOmcb0JFXDTtb493uo3TbYUqRgPEM+rPIwBPtG3RsU=" } }, "is_incremental": false, @@ -17883,7 +17139,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ph.html", - "hash": "vgWDBzAygCMcHb/tkLI0as0XKfuoNuMLmo+bOPyTQlU=" + "hash": "KzVdnyZndGzkIqf7iElXwf0UJz+pBWeqD/od66ITVhg=" } }, "is_incremental": false, @@ -17895,7 +17151,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.prop.html", - "hash": "01SPfmIh9HVzUGeBtspTJGG19nu7iOcaTQbZNe0TV7c=" + "hash": "I/PUenn30EFHRgkC73aYx5AJDYQgg8UFyorUWTPwwhg=" } }, "is_incremental": false, @@ -17907,7 +17163,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.seg.html", - "hash": "S4rNGP70OeIdl1WMbUogVUfYLJv1HHDDYF9l//p5puI=" + "hash": "RqDg4v0KwJM64wePuub0QbngwgupM7XWd/R/bmUx2nw=" } }, "is_incremental": false, @@ -17919,7 +17175,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.sub.html", - "hash": "K0rtlEoxSAsfYVDjNWNM720u1was65je3SJMVp7FzdQ=" + "hash": "JJWtqT8pNYbd7DAEjqxrGK2TDMMZwKFKbDkd4FDK4oA=" } }, "is_incremental": false, @@ -17931,7 +17187,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tmx.html", - "hash": "aoOgClCktHBfLYuf4hmhTM9fvzpBZYgzKkdUTd5Xq2s=" + "hash": "JcE29GYfZlyf4fLT4S5Oy5CXwUgYifOVbDoa0mGJ+T0=" } }, "is_incremental": false, @@ -17943,7 +17199,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tu.html", - "hash": "pC7nRhS7tep49DRFQByk8izpyZPwQzcP75VHqP/VGq4=" + "hash": "Sg9ft8oh412vt6IPlQPK6aLtWDhR6BnmS80dEcJHWxs=" } }, "is_incremental": false, @@ -17955,7 +17211,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tuSegtype.html", - "hash": "pEABpjkFYcrv8VJgxy3B8y7nEMiwSu3cnqnWCOiihSk=" + "hash": "eBz0Sne4Jicmwp8WpYbonH48WR4zhVlyRYTX73SMI+0=" } }, "is_incremental": false, @@ -17967,7 +17223,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tuv.html", - "hash": "nUvPG9+HtvmWiimVEsUdRqp+vPtiDilE3oZHGgnR4Yk=" + "hash": "ubVErEr2nhCRhG22hYkdWzkN2iejLKljBhT47TtRquE=" } }, "is_incremental": false, @@ -17979,7 +17235,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ude.html", - "hash": "IzoOhIHfRVA0+qsNYJ6/hqiZOdTxWxAizch2HqS6zdw=" + "hash": "IViBfP6Wxh3eOWitxpFYnt2ZQsuTtsj1gMz/9RG7tcg=" } }, "is_incremental": false, @@ -17991,7 +17247,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ut.html", - "hash": "Au3EA54ziKbXpkpCQ1h9DlQXVPw4veuitMIhgLEJjK4=" + "hash": "GINtrBOO9ygwT7nwaKlgLo5KhRxpxGRWOMkiDBrezRk=" } }, "is_incremental": false, @@ -18003,7 +17259,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.TMX.html", - "hash": "ohsXOkFEiyDsGiZDfVYvnzumTT0t4VjHCrCJ/GraDL8=" + "hash": "nF2kiiU8WKLSD7/uKJj2zbWFvrplVL2Iex+ctxIcHOE=" } }, "is_incremental": false, @@ -18015,7 +17271,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.IO.html", - "hash": "1WuZQ7lhyP2ttQGs0rooeTBbxDQsjP/vVEpHYpUvo/o=" + "hash": "3P6Zpe+x+/lTwImdghDO7tee+CdPyud9YIJijAj6zHY=" } }, "is_incremental": false, @@ -18027,7 +17283,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Action.html", - "hash": "MzzDnOCSL4VtgK76BBfWOwjK4oiY4ae+9yLEux+EJJQ=" + "hash": "CARI+Bz42Y8E5kYr208v/Ft5BuZPUc5Il7BJdH3hIMk=" } }, "is_incremental": false, @@ -18039,7 +17295,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AdaptiveMachineTranslationLookupMode.html", - "hash": "FSWz9EokbAMlZQvB6N4P9mh6X71mzN8W9M9ywfUSLeI=" + "hash": "FKeISOr0qUnp9/fqfl+eLVgfjpGub12lyS7i+lFh2V0=" } }, "is_incremental": false, @@ -18051,7 +17307,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.html", - "hash": "n+5mdovxLc6/cQXpTYDNWtaOvPfPN5W+bv2e4/OO6Ng=" + "hash": "2Ls4swSevpIX4rA3ckCHPSMJ3loxbIe0uEh/P158idQ=" } }, "is_incremental": false, @@ -18063,7 +17319,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Operator.html", - "hash": "nYtXLo1EAhyLVXNqd+8hx0OFrsfRuWXwsK1HcEFeb3s=" + "hash": "Qx2sMZ+Z2nkRJBuJGH78i/nn2Gwms+nW4y22p+T4S8M=" } }, "is_incremental": false, @@ -18075,7 +17331,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.html", - "hash": "3ePhCXPjqPpMvy9rMTZA0yxPf6hWBNhGV+94BMDDGcY=" + "hash": "639ZsiJbduJeho7ALiqoUXQ+XZZCTllp6qPNEV9GF5A=" } }, "is_incremental": false, @@ -18087,7 +17343,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Operator.html", - "hash": "Cs8DsCnDKwy8Zm6+p84pV5Wo0/8vlfhywIxCHNGNEW0=" + "hash": "5vNUtNm+EddhpY4DVvZ1wH6v/ztUNZX8GXcEH1YAF8k=" } }, "is_incremental": false, @@ -18099,7 +17355,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.html", - "hash": "hrt35J6xug7ToZ8/MzxCnJ2sbwsjOEQnZD5BtRHb1jI=" + "hash": "ih8CGXxxPX8Rr5ySN+StF15x+Cz+ALiQqwlzJ9eO2LQ=" } }, "is_incremental": false, @@ -18111,7 +17367,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html", - "hash": "TAlqxaCVMY7A0c0de61jQx8+8npUbiosC4d66qqG9ls=" + "hash": "Hh8A7Z1MqTKKxgmziJ45bEPqREui24Mjl8BWCHRZ5CM=" } }, "is_incremental": false, @@ -18123,7 +17379,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.html", - "hash": "bfMQJK7nPn1NjbTqrTSzU9RkCSxiYiEHXNf6Gp836Ec=" + "hash": "8eHWsVzAj30SWfHUdJCET296DF36CuKU+WCB8erB67c=" } }, "is_incremental": false, @@ -18135,7 +17391,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.html", - "hash": "yLHFH1JYjppz8nEJJcCj2WGB0cef8Xab8sW5cA1eBmc=" + "hash": "Ua8W/+6R67CtDbadNq1ndXokmvUi0H3uS7mHj104+to=" } }, "is_incremental": false, @@ -18147,7 +17403,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.html", - "hash": "iXwZ0kw/3GwuIWbvEXrfZglk0XxbQ1oEoRCtenf/I2s=" + "hash": "4LByM1r14ja11hE6tZixEblHFrU/ducfQ9dhNAo8998=" } }, "is_incremental": false, @@ -18159,7 +17415,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.Continuation.html", - "hash": "yCFqpJTQuJMyX8xjnbQZbe1C+zYoWCsln1a18K3T7N4=" + "hash": "G4FdtliWGVuZ/c8w1d115dACM1LISsF2b1xvXPNYRoU=" } }, "is_incremental": false, @@ -18171,7 +17427,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.html", - "hash": "4349LH3Cz08U1WQf936SjzW33dUrcW5bs1pe08b+XM4=" + "hash": "05Bz8EdpLGh+ZF3LGSj21PUxFZi3/lMWk/n0B6G5wGg=" } }, "is_incremental": false, @@ -18183,7 +17439,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.html", - "hash": "uwiDNHhtgMmrcDndYrNOUIyFAXw1wKi/SRUNeHnhRHk=" + "hash": "HkkYBubyCArtFD4bP4ahkYe6lOv5m/JyWgXJHEXMBvU=" } }, "is_incremental": false, @@ -18195,7 +17451,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.html", - "hash": "BYRhdrmrzFPX9erVtPBPKZ/lT0nol/OPBWG6Nvlnht8=" + "hash": "IgUlwJmVf444RSLPRtzrAOGjcwBzXfHXCuM6ZC/LJvM=" } }, "is_incremental": false, @@ -18207,7 +17463,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.html", - "hash": "T0bqTO/SzEuV3sGLKWUPM2ShZ00xCunq0dI01VkspL8=" + "hash": "aweC/1Icd9rFyxgcLZH/ddVMastAxdejOn9jJe5UQBo=" } }, "is_incremental": false, @@ -18219,7 +17475,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.html", - "hash": "x8W/w/wmKs73Wr78ALshjAw048ge9YD1d6yTPQcmPRQ=" + "hash": "Hzb3tvLUpRi+QXi5KDo3unmUnETC7s2PwKT1aCQdQUQ=" } }, "is_incremental": false, @@ -18231,7 +17487,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.html", - "hash": "5Ksz9Gp54Z7BzwrtDAAQ3aTI6pHeMkXVBQYUzpqpLN4=" + "hash": "u5MtDGbv3h4K500cikIr4XwPl+Ra+Q+OmoXsue4rxJU=" } }, "is_incremental": false, @@ -18243,7 +17499,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.html", - "hash": "g5M1CYskEBYG4xEuA8VD42A7oizRFRi6W1xmxf8VJVg=" + "hash": "qGRw0MxWNcUQeQ049hLHQj8pn05cgE2F1UhWBdviCmg=" } }, "is_incremental": false, @@ -18255,7 +17511,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.html", - "hash": "zTC3eZqZ3MtRMoR3+kHtG2mymSFSGjva7OXImHOXdGw=" + "hash": "kmovansbWJ2HMkYe/lVjQaijueLRNYDDABs6ZsAXxmg=" } }, "is_incremental": false, @@ -18267,7 +17523,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.html", - "hash": "g0mUg/HcMZ2vwQrN2wiZ/YXip8NL8TuWSc6SDdIL0PM=" + "hash": "Zohxctjx0wNB3YydPxBSqwSqcOw9EzTPu1mq/oKRQOc=" } }, "is_incremental": false, @@ -18279,7 +17535,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode.html", - "hash": "kl5b20QZkEZBRnVRxx2S25wC6MwpIHVe3QfKtlbOq28=" + "hash": "yj/XkZ0VXCgRH9DyFMv/M/r5fdcAbgD6fTeaJ9sbpWg=" } }, "is_incremental": false, @@ -18291,7 +17547,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.Mode.html", - "hash": "rtA1yuiN2/kLelLDkzeD/uyzdF490KIDFczNVhl4l00=" + "hash": "XMoFzWXeZfgBcOj22yjGlPBsPkmOSPBpigfqBbdNMOU=" } }, "is_incremental": false, @@ -18303,7 +17559,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.PatternType.html", - "hash": "cN/ekw1Gl3wxDajGidMmLNns1lH3eSeJP//+TSKPQD8=" + "hash": "9nxM9KUArwxCMSKVImnY7R+0uUk0g+2A5O0gydAEDtQ=" } }, "is_incremental": false, @@ -18315,7 +17571,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.html", - "hash": "bjqkoy4UH8OOXm6AwtTBN0YTZALAVJasbZgiMKDzVCI=" + "hash": "m6bXtrFzJQhSPu3qD/nF23tBf3VZoLk4N9SFXSpOGUc=" } }, "is_incremental": false, @@ -18327,7 +17583,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportSettings.html", - "hash": "82pT3HW4xv+BTDEZUNgmCtSTXrziiXyLULwH5trr2Fg=" + "hash": "BR1OcqaYEWGyrDD49aiYxRgYRSM1jgNaD4w//ciJInA=" } }, "is_incremental": false, @@ -18339,7 +17595,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.html", - "hash": "barkOvIL/Qe26T4EqgAm0PGMdIuZo2NB0E+UTgZuwtM=" + "hash": "V9gRiMqzUpsfvKduJlCOuZQissDtCwuR4eewVk+r+mo=" } }, "is_incremental": false, @@ -18351,7 +17607,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FGASupport.html", - "hash": "7LwraTQFoR+G28PtInirAGtNx8okmIpn8Zt8IivkQ7s=" + "hash": "0ybu2FN74ats+AH0JHOV7lyMDJGkRkSpisNS6ajFaoA=" } }, "is_incremental": false, @@ -18363,7 +17619,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html", - "hash": "+3rinzQ2lrw4ix+b2X7esp5grFAExqsI7XpxddBGIa0=" + "hash": "i07hpmFC/Cgz7R5gx5XdLyhzhkuty9jsk9d53pMrXLI=" } }, "is_incremental": false, @@ -18375,7 +17631,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html", - "hash": "/XMeTlFY9TZIZoljdzaywt5/3kI9T3KC2olXmrkuQfo=" + "hash": "MwSXzzHz691YRCs6tTm0CRrWHqt4kyqtSIyLpT23Bok=" } }, "is_incremental": false, @@ -18387,7 +17643,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.html", - "hash": "8BaMIIvSd/eGLAgOKHWfT4AG5eDPTyF+XXqQbqSCcKk=" + "hash": "7cMMxArYPtm3Kaf8z51GRyATrEQdVnLR8h0MsEo6xsw=" } }, "is_incremental": false, @@ -18399,7 +17655,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldType.html", - "hash": "gmzT/Ssag9ZemD/norKMdeB/ZKrPZPIrhe1lTuqceJc=" + "hash": "42pZCemYbFaVfKQDJzUBBOT8o0ktyMHby6WIuRR7EV0=" } }, "is_incremental": false, @@ -18411,7 +17667,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValue.html", - "hash": "KChbkgAUlT9zYYmFN5Vjut5+KM8GiX99s3Sm+VReIio=" + "hash": "ifuyAaTSrlAWAJeD/liUE+hXTBnov4mkxC14MqHEsu4=" } }, "is_incremental": false, @@ -18423,7 +17679,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValueType.html", - "hash": "tpcbxpAf+3cVrLC5LT7F36iiG11rzF1de5aHOOKCOsE=" + "hash": "Rdb9Tgas7wOVadl21slALZ6Ytc8Vc/9dzBK3QM6GBHQ=" } }, "is_incremental": false, @@ -18435,7 +17691,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html", - "hash": "2hbbHW0GDCe220hCa+bGd4V5Gbh00qJr/cur1pd76xs=" + "hash": "Ub2skN8Do5B1NETemYnlgBx1yly7Dg7/Nw17GaxLgr4=" } }, "is_incremental": false, @@ -18447,7 +17703,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Filter.html", - "hash": "BM3Ixc9nnlu4OuDaJwzAB790g+zK+w6B2+PqlGjMAz4=" + "hash": "o8AW5csG27YtYsZUCBQDkYF7lsWDlc81cG3yCGzP82Q=" } }, "is_incremental": false, @@ -18459,7 +17715,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpression.html", - "hash": "z2dSdK/wsM1MwTTqHaZGMG+t7/tPb1BwZt9uTEWiewI=" + "hash": "ZMlOf1EM1YBnaM6zkvwMWwKS6tE8ERXFVFZ4dOlg0P8=" } }, "is_incremental": false, @@ -18471,7 +17727,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.html", - "hash": "K39DGSbCr1aINYGSYOib10KG0gdhDJUnuERSX0thtXw=" + "hash": "+zbaproeyhdtnW8QvRHsW2AvFXFTM5wKXga/3NOADtM=" } }, "is_incremental": false, @@ -18483,7 +17739,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.html", - "hash": "WstjeEmki7PLhGqjycWXLtv9nMPl82veJjgbKqJs/+s=" + "hash": "36RIQ1fZtjHl6WNcBfIwqSSoqjS4uny67xZ9E2yqbBY=" } }, "is_incremental": false, @@ -18495,7 +17751,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes.html", - "hash": "/jx1jNYZyaDmx+L4KbK8mWj+u49/U31M14DWdGjp2q8=" + "hash": "JkPC/KJtQH5UlbEy818V+NSXFf5xW7NbXkjBMkTMjRE=" } }, "is_incremental": false, @@ -18507,7 +17763,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IAttribute.html", - "hash": "YqvZroU3/tOjmbgHmOmw/rSP3pV/fkCrZ70Yxmt2ats=" + "hash": "QlZ7Z1yITLKcszpwLBSW1K/yY9NTgjMleIrF+X1oXoE=" } }, "is_incremental": false, @@ -18519,7 +17775,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IField.html", - "hash": "k5QxHGn8hZcBxZqlH5gnFrZL1zBWToqIObVVqXoEyFE=" + "hash": "qU107cb1F6HQqZDvOY0Hq7/wjHZMa4Yf5K54ACqVzdE=" } }, "is_incremental": false, @@ -18531,7 +17787,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions.html", - "hash": "33sXXqZYEFutOzJPgH591yZ87rF8kSawHuI1VEc8hcg=" + "hash": "qQbYL69WJbKfrqaz/dx76Jz+njy3RgFLvzOvoX+2IiI=" } }, "is_incremental": false, @@ -18543,7 +17799,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldTemplate.html", - "hash": "Yzc+mZW2bQfMu2Ydswzlf+DvlneTgL0UZPl6vII32/o=" + "hash": "rdnhWa1WtBUbEnug3lGRJEMoo1aLBpTaE0ONjuyGnNI=" } }, "is_incremental": false, @@ -18555,7 +17811,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer-1.html", - "hash": "xD2ky4qaT+ROll0IwUbCj2steBLo3Y4D+hTQN6ikBio=" + "hash": "ZD963FYAvBb1heSlRkCu3lVfz2Swn8ZPujFZ8H23PUA=" } }, "is_incremental": false, @@ -18567,7 +17823,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ILogLogger.html", - "hash": "hqoBskoYfvgoaoi5CPxjNYN0K1Z5B7J9qO/JTIdw/zE=" + "hash": "5kInIERvpcSiRooW/b6BNJSMv2NotQT110iV/ii/9oM=" } }, "is_incremental": false, @@ -18575,11 +17831,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.yml", + "source_relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.yml", "output": { ".html": { - "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.html", - "hash": "nSAX61HWN3l3OruHCdZriTpZiaUJwbKj+6hD1YBg8nw=" + "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.html", + "hash": "4ufr2+pAWqQU8vcFgdecs07WBDqgUXaAEHZXyRk8TR8=" } }, "is_incremental": false, @@ -18591,7 +17847,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.html", - "hash": "r2MwbNALMob8hq5+QI3oi1Sx37NVop7/e4AvMHfgrjY=" + "hash": "RLw0cL48wxzN7ltPDFOSo6wqdTJxUpb9HkVQ5b5GZz0=" } }, "is_incremental": false, @@ -18603,7 +17859,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResult.html", - "hash": "8wlS7Y36njtEmyKnRKddl2BOolrzeDjdT7pdl0yc2nQ=" + "hash": "yt4mdc6dlyaumsnQY0AMU3OA8OWzUBs8gRYDI6cNGl0=" } }, "is_incremental": false, @@ -18615,7 +17871,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResults.html", - "hash": "fUqj03B+lrlJlrGHl8ib8YiXSIprNlPjxoBx/sFJXPo=" + "hash": "qbj73nAugkifC5doefpfNhRfXs7DjXNRiXAB1V7jzAc=" } }, "is_incremental": false, @@ -18627,7 +17883,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldUpdateMode.html", - "hash": "glFjLFZxff8g0S51R3bMbMloSv1YW1ZuHZN1ikCdqh8=" + "hash": "TKkPScrrZIxz56STTuCU1+fxb0YVBkiKTk5Xeh0JsNw=" } }, "is_incremental": false, @@ -18639,7 +17895,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.ImportTUProcessingMode.html", - "hash": "VPpLVjmhKwMnsS/WYtXlMBnbG7aEcpE7yr+oBDq8LfI=" + "hash": "LQA81iA6C803JDmvmpVfV8D8CqfP8mWotnG4nd3vCB0=" } }, "is_incremental": false, @@ -18651,7 +17907,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.NewFieldsOption.html", - "hash": "JMF+Kl9OSkDGtqjJAQoE222iNRh6d9GdZBU7FJGllVg=" + "hash": "gh6ctnKGMisi124LJvsLeXHCD1cEe2VI4fgVzM079IY=" } }, "is_incremental": false, @@ -18663,7 +17919,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.TUUpdateMode.html", - "hash": "P2mxJ64nPeUCT+Muw5+IdMyOXVaddkFCfK1Wj4gJgpY=" + "hash": "OOzEw5d/SsPxPN4gDKuOM0pGid0u8UjTlemUDicjgrs=" } }, "is_incremental": false, @@ -18675,7 +17931,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.html", - "hash": "x32+eQ7YF4Melgv7oXkrgnM7K8T6EZqQem5p8TDpLmE=" + "hash": "5otvLnU5RKgKpXzEzOmd3iQ/lOKJBLpYF+lk2txoxYM=" } }, "is_incremental": false, @@ -18687,7 +17943,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.html", - "hash": "qLKvBLZh20ZDqT2JLdXXF1JIVpmBtleA/qAXIybbvAc=" + "hash": "bvYjjViR4kJuJ8SynbeJQttRot98JlKC7EmHNGRIv3E=" } }, "is_incremental": false, @@ -18699,7 +17955,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportStatus.html", - "hash": "0ezYv3t7QkQ1Wz9U4wmT3y69zhlTkBgbnWfL80nFsdY=" + "hash": "09H+jgVi5gHkwRdDJsD0GhsrMpFoPl7VUIRO6LqPQHo=" } }, "is_incremental": false, @@ -18711,7 +17967,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html", - "hash": "FHe0FW8NokLexy4G0VBsncCIov4/E8/0DUEjWhGOitk=" + "hash": "up2IGjTl8LNLiSROD6N8PoFJkfDysuuyCaZFM5G4R2s=" } }, "is_incremental": false, @@ -18723,7 +17979,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.LogManager.html", - "hash": "xlMo633dBQWx/qZ4VkWCk/UeJyCr48G+HhGWJTXzJAw=" + "hash": "Pehotwn1ONpbG5ukKJ1fVZ0wqk993eClLfQ2ZwFc++Y=" } }, "is_incremental": false, @@ -18735,7 +17991,67 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MachineTranslationLookupMode.html", - "hash": "F1m0qAIjaN1/gR7YBzvpEybl9USfzA5r/o6vMqN7eDw=" + "hash": "B53Jd2ZYtRY5PoDiB0FM9gh7HlFEJo1+InEk2IfDIec=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.yml", + "output": { + ".html": { + "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.html", + "hash": "LzoUIl87Q3UpFQ9Ba1i2zLmHmancTZtP3YA8ZOyzKUg=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.yml", + "output": { + ".html": { + "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.html", + "hash": "DCiw94IEacDzPJX7/XqxSwHh3DYeDN3R17T7To12I4g=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.yml", + "output": { + ".html": { + "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.html", + "hash": "eH8UxoWI7b6+1jLwVjfDACOqQRakfYBHdY1a8fydKwU=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter.yml", + "output": { + ".html": { + "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter.html", + "hash": "NGafhLn4wbBQbWKajuGNoQQdbWAIu/Xs8b7gta9BEPo=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.yml", + "output": { + ".html": { + "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.html", + "hash": "AYIlQQVaSbkNAbmeoCkm90MiFoH9FNAeGrIYbGcRZT8=" } }, "is_incremental": false, @@ -18747,7 +18063,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html", - "hash": "mfyTESor7hyPiv5MGG5/vGjA/kps+TdxwVQx0KJRVTk=" + "hash": "Q5MXr3C0VNrNG/uCEwL7Vi4w7Vd/COhM80JbHIy+zok=" } }, "is_incremental": false, @@ -18759,7 +18075,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html", - "hash": "nnKJx/YfOEGi/MGR+4pK5Hgjl1Cwk51H5bjJyLzLj3w=" + "hash": "OYgWYM9D6MA9hUGeOdFS/+HD7SO1lrJ9PWxt2N3o2xs=" } }, "is_incremental": false, @@ -18771,7 +18087,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html", - "hash": "lveHGvb2whpCbGOMCm6gcyTFkQp4Mu2J9t54F5JANeA=" + "hash": "Zxk2aqVdanB64W/gLQNWsXenvWHfseWzYm8TZjn2Trw=" } }, "is_incremental": false, @@ -18783,7 +18099,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Penalty.html", - "hash": "LHeFT/mtSwwh9rrsfwsGoe6IyQB4ll5g+bm/L2in7DE=" + "hash": "ZqNXCDV2s76CCLux1RckzhrKt5fFbuhYkQj8bo7tLRM=" } }, "is_incremental": false, @@ -18795,7 +18111,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PenaltyType.html", - "hash": "bpQ/090HOIMeItSpGFerUskp/GJk6/fEgL8yWuVa8r4=" + "hash": "fHKCKhZCn8fRuiVdz4v/OP2h5fHTNqyfQAn+7rWjuxU=" } }, "is_incremental": false, @@ -18807,7 +18123,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObject.html", - "hash": "LhFyEXBy9wEC6JyMJLx+l+V5cFlVpudzztMofNXlKt0=" + "hash": "7Ipd7SQAokCR8hvJyZP7/jBvFIeLaynySM+FKbcYf/4=" } }, "is_incremental": false, @@ -18819,7 +18135,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.html", - "hash": "8dakmsGjRCtWuanzAbR45Qb1qxJ7gSpUkYgauJ0tYi0=" + "hash": "5hh00t+wWFSglAKPhOKQojtP/82JtUo/ovkqh6riNjM=" } }, "is_incremental": false, @@ -18831,7 +18147,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html", - "hash": "e3welFK4u12+e2fQ62/syKaRRMYF7uEHvzU19wCvY/s=" + "hash": "2+Wcws7EGgRrI0wpNScbIhxQSbtvEC5lEjALYl3tstw=" } }, "is_incremental": false, @@ -18843,7 +18159,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItem.html", - "hash": "XvOnup+OjF0VXN/OwauvifUwvEhKQgiXLE8NsLONx+8=" + "hash": "yKbumJruw1S136a8LrGhHaYPdsI93obXhTd59KzzKmc=" } }, "is_incremental": false, @@ -18855,7 +18171,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html", - "hash": "81w2cqD5XnNuyvVe/w615iCGsbUroY5bXeWv9bcSLGg=" + "hash": "FGpdyse6mH+DY4UXlWK5BZjpn6OECrU4otg8O3y78u8=" } }, "is_incremental": false, @@ -18867,7 +18183,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Placeable.html", - "hash": "8xaCTtTeYW73iFc8+sshWSJ4Wcuz3JpylqovnkJtlyU=" + "hash": "DnJ1j5bCsZep9ykP//3COdcWMilUoySVyPZbg7x3IgQ=" } }, "is_incremental": false, @@ -18879,7 +18195,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.html", - "hash": "y3XSDw9z0RxqbHflOQsOpCNxhxSjnSiaIu9dgXy3Mi4=" + "hash": "xNn8FFEBfaO88ySHKM75u3LDifHNtLhzkU/TTqAeVB8=" } }, "is_incremental": false, @@ -18891,7 +18207,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableComputer.html", - "hash": "E2l2odYmuO6GsADncHe4iBQ349kVMpfwBTfRNFIiXlg=" + "hash": "ieGy8YLwiSh8DNn5ybx3LXDEVgO9ejnCfawtMGOdDsw=" } }, "is_incremental": false, @@ -18903,7 +18219,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableType.html", - "hash": "pKwdtc+MmOOR5RM5hiG/amzk3wmBhojp+frh/rWFT4I=" + "hash": "G4ym1JYfvYbhZ5Bt48fjWUXaHQtojb6yWcxvJV2z67A=" } }, "is_incremental": false, @@ -18915,7 +18231,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.RegularIterator.html", - "hash": "j04cDu44npHgjUEHXVh3mFLJo4xNGFjH5QXOzRJZQGQ=" + "hash": "qyk/QckoEE4B32vr2/6Hb7zujqTK+MAL5goffSSyDsY=" } }, "is_incremental": false, @@ -18927,7 +18243,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ScoringResult.html", - "hash": "CNjRUH9HMk9hE1M0R6LZLIziANjo8eOkfZy+d5OopMU=" + "hash": "TSg2Y4yzLTtIas+Kb533dei0zVH9oz2lkcNZysPoHbw=" } }, "is_incremental": false, @@ -18939,7 +18255,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchMode.html", - "hash": "YUEVEMI3X4KCOcL5z2KnFwWM9PzpJV5qRRqzlEubGxk=" + "hash": "cX5YlcnhPxt0qZ2s5x6VdgUXQw6a4YogwuMQFd2mdQY=" } }, "is_incremental": false, @@ -18951,7 +18267,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResult.html", - "hash": "tJsG1ODmRTxrIBd0F7TVWRl2+z3epdlCgIGo6UoRvag=" + "hash": "KA77muVnXR7hw/RUPi96kKnI/+L0gObZ7wnO4h8QAzI=" } }, "is_incremental": false, @@ -18963,7 +18279,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.html", - "hash": "yg1YC5Lf+GLfr4QDqMg9ZpCd07L80PwUqw10aCcSlBs=" + "hash": "D4q584J5ctpjYXokNKdBX1kxS9JcniblQaaye8FAmwQ=" } }, "is_incremental": false, @@ -18975,7 +18291,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.html", - "hash": "V242BWbJ99OTbNVgo8Lx9YOtyK/EL2QyrqTsCKcogoA=" + "hash": "icKEsT+fCA4WOyT8gVmtqZhW9RLERKJKNyHVi3SRrb0=" } }, "is_incremental": false, @@ -18987,7 +18303,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.html", - "hash": "ceiZ1AjZ/Vg8TZu3lPyrCr1QZthFIDNLXIpio24CGN4=" + "hash": "Y07XnWvcGz1OnXvBL4rfLq+hCO2JzxkqxnS9cOsFt1g=" } }, "is_incremental": false, @@ -18999,7 +18315,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html", - "hash": "RWmgMlOj8K9d7K1rTfjG9C71WnSpGsuDvqjNVy3/4Hs=" + "hash": "nwJWvp1hFEHbqY3j0ccWMKSAdaq2WRNAhhr+knlK2BM=" } }, "is_incremental": false, @@ -19011,7 +18327,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.html", - "hash": "7Nn2JfeZwIsMkDuSitPKqjT5tRtaCQf2HTicgASV4bs=" + "hash": "e4nQ3ItGGbncwp54NJszbNm05KaNiVV+NtDgeEY6lhw=" } }, "is_incremental": false, @@ -19023,7 +18339,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchSettings.html", - "hash": "zFfAYZsKo6D/+Q3h0SrFsdnZPlA3AlFzp6pA2W0J6+M=" + "hash": "Bh1+8srA9aSbuqra6LKIS8WrIt5mRxB33TIofG4P0PQ=" } }, "is_incremental": false, @@ -19035,7 +18351,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.html", - "hash": "flKEtKq4cwAKexop1W7yl02Iet7s+4K2EWwXLS5sSAg=" + "hash": "jb0cnnNCfjYu4qshvXtEfsQVEkRNPYH1ed2Se5ZIh7s=" } }, "is_incremental": false, @@ -19047,7 +18363,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.html", - "hash": "0sWuJWwI9+sDC/vMA5OU0913DpiyxemE2CheG0qFJgc=" + "hash": "jsXW6QZ+z+PHuOlSQuj2w22TFaN6iOQ3eR6NVbqycRg=" } }, "is_incremental": false, @@ -19059,7 +18375,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.html", - "hash": "o4x9LoKAamxklSxM6NkMHr3rk9LBB+C4G9p24h0QYzQ=" + "hash": "3CglJ0ChA02h1goObrCfNAsbqS2Cm0s5ZycAdftdZ/s=" } }, "is_incremental": false, @@ -19071,7 +18387,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html", - "hash": "l5T7GLfZjyLIEbb+fe650rMmB418J+rjiSjhVJFljnw=" + "hash": "Yvil7NCj7dZCFEVcD4nT1PZyNbTQCP+I1z4qOXjUAVI=" } }, "is_incremental": false, @@ -19083,7 +18399,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html", - "hash": "HkcXvT9B9YdS2Y9A3D+qBkU8Emug2OzdlwmDI5YuD8o=" + "hash": "VjplYXPX1nTQdbg9NtHHvZaJI3wRg3gNIG04SbQkqCM=" } }, "is_incremental": false, @@ -19095,7 +18411,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortCriterium.html", - "hash": "0lppjgmWiVQRe0X6+jJkp8vAqK6yebWe3HD3wLwJWH0=" + "hash": "GEbTzl6uyoj2Zbi0j3qsH91bQhoW4XYB6UFXWzT0I/Y=" } }, "is_incremental": false, @@ -19107,7 +18423,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDirection.html", - "hash": "jPHwZisXkLSQ7W+j0wtu5LMQVX7et2Gz1cnX6I2BFqk=" + "hash": "ZgjxT/3EktbZY/Wti8uPZSI+9lR6VTyDjqABOvLPUzk=" } }, "is_incremental": false, @@ -19119,7 +18435,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.html", - "hash": "bgNggwTWIy3GC0hZ2sfg3yo4ZO8XhXYB40Fv0qfKyHA=" + "hash": "lGQP+9eYIlVSuwvpNjH9I1EMwjS0GYMf86TrR8w+7/4=" } }, "is_incremental": false, @@ -19131,7 +18447,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.html", - "hash": "c9n2pLSKUlkjyjVgkZJ7toMCjNfSZZYyE/nLPaaG07k=" + "hash": "5UW+48Rh/yMCu/1LIJm/T8Zk31gZevEpUZx/c6GnxTo=" } }, "is_incremental": false, @@ -19143,7 +18459,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortSpecification.html", - "hash": "7FmPly7ZsJcGnQC3KkFV/2G5E4BYnw8jZVWboFWxPWk=" + "hash": "3ZGKg30kNKosNbHGI/7lF7xuPOEKolCJU3VPKPY/LEc=" } }, "is_incremental": false, @@ -19155,7 +18471,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Sorter-1.html", - "hash": "/3DudX28yFE0SanR8AQx+rRQl2KudNUTzO65/UCO7Kg=" + "hash": "j7lUO7yD394j7j3U9ehvw9j41dxwR7ihzy5AHQxzB2M=" } }, "is_incremental": false, @@ -19167,7 +18483,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType.html", - "hash": "USq3NywrutctrHbNLLcLU8eA9bGcw2EyHNBjowhwsOc=" + "hash": "KXeyPMzhB6ZWTUmePu/ViLMLAokmWnM3G3TLvVp2HkU=" } }, "is_incremental": false, @@ -19179,7 +18495,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition.html", - "hash": "aA4Ixr3Rc5FY0NhUYmoKL+BdjbKe2kn9ArNCzHFVkQk=" + "hash": "IESMQOFnSK8AeklA4DehbvpNfQRCIgoqemAJf+CfohE=" } }, "is_incremental": false, @@ -19191,7 +18507,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.html", - "hash": "topq5qf7H4bXc3NohLRbk12NuFiFyRc2rABTATZ5RCs=" + "hash": "XL3dMXRrppvS4+YJk8+6fKKapxfka7MgwPW2CY6V0C4=" } }, "is_incremental": false, @@ -19203,7 +18519,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.html", - "hash": "254DT2MGChiY30UFKgeG03hz+F/yxU7rLxafncGoKso=" + "hash": "+Ac9ScfeEsmtJQsXKXsXx1LtUOvPkeV6hDMgs1uODZw=" } }, "is_incremental": false, @@ -19215,7 +18531,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.html", - "hash": "sUmaHQbSY8MzzvPqavfLzKbHjJZm5BvHssSd81FqYyQ=" + "hash": "RYtfsBQRTx1ci7Tc7BOLArKaXd+nc3Q2GfIXcQJ1gxU=" } }, "is_incremental": false, @@ -19227,7 +18543,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.html", - "hash": "e/ziH9BEW82womWU43arsTE4AX6J8Dcnl03oWLgZiBI=" + "hash": "eTgo5nWvC+6Hd3uWf6DlQtoARkZ2uJhPA4Nj9BTAW/Y=" } }, "is_incremental": false, @@ -19239,7 +18555,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFields.html", - "hash": "TaExQt6+mVA/YmDFHigdG8zLaBNj2GVdKBUpEIzDZJ4=" + "hash": "27rF+SDJ4Ef9aZFxsfosvOrQLcDXsFFnsXjlvMED6hE=" } }, "is_incremental": false, @@ -19251,7 +18567,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFieldsKeys.html", - "hash": "HA7DTCMNwRyNuWYLP/RPVft5n2k8ZDiHLR0e9JjizYg=" + "hash": "SMCYRTiwWlcxZMQJerW2pb9XsVH+0V4/+ISGq21nQAY=" } }, "is_incremental": false, @@ -19263,7 +18579,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.html", - "hash": "WEoU3wECPOYOKMzPHRT8NqymmsAbpe0XVsQOk/LMP4c=" + "hash": "+6gZZDNyOzE8fPxkDTbrrqc8loYqYVNW2nJs9fLHGvI=" } }, "is_incremental": false, @@ -19275,7 +18591,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TextContextMatch.html", - "hash": "CMYfTcrpj0Xc+EL9RZzi/KJOrvkh3ptZwqeXUDTCIXI=" + "hash": "2KUoCVFew8q4vRAgjABy048O3LIL09xhnvtrPtW9r4s=" } }, "is_incremental": false, @@ -19287,7 +18603,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType.html", - "hash": "cK8DPLVePtBqNihIVibZY95FR8NyS7Cfj6sykGeTDyI=" + "hash": "cp7T+DAMLKmeZ5CUgN3EOgTbUTPvWDcRM+Lc+xgmLeA=" } }, "is_incremental": false, @@ -19299,7 +18615,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.html", - "hash": "xVHVWQN5FBW1/NAw4uvTmStNUNrGtb0W1V0hinWGKII=" + "hash": "3yqAd/qiSGaDWgu8c+a9sxMwXYIxx4UEW1oLnd5a8tI=" } }, "is_incremental": false, @@ -19311,7 +18627,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.html", - "hash": "8LpSDYZkyxvCwvQjxWs7/V4n+uvT6g7e9IK8vpM2Y+o=" + "hash": "zJaI3VAxCwDm87O5vgGoMwUgXCTp0PJYcjX3rWRjQMU=" } }, "is_incremental": false, @@ -19323,7 +18639,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html", - "hash": "w1N2Cv4qX64bx8IVqRcVg0ENt0Abm+H904apcio+1xU=" + "hash": "+30LXPiKpJNJ7/PcMFo91OeclRyVh5B//HxkQsqc0qo=" } }, "is_incremental": false, @@ -19335,7 +18651,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.html", - "hash": "cbzVaWKh4PKekTZtGJEXCHMfh4V3s1k/gep4DErQAHQ=" + "hash": "9NK56/VlF3LNHFPV32VImZxMqhe03hmWzH/ZSl7i8CI=" } }, "is_incremental": false, @@ -19347,7 +18663,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitOrigin.html", - "hash": "9HtQzxaYB1fPWw7ljaQZ56xU4ZxfSEsPml+BCAH34yA=" + "hash": "m7oOzveYcAodsfmksu/hXUXbi78lhMfDZiZUa93biyQ=" } }, "is_incremental": false, @@ -19359,7 +18675,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContext.html", - "hash": "yi3wsZq8/3n13hkce8GPgmcXT7GLSQJ7fxJ2y7wgWTw=" + "hash": "fEeBc8R1GUnxx7TzOqdBGV5GcdQ0LI6bIsk/3bGcYwQ=" } }, "is_incremental": false, @@ -19371,7 +18687,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContexts.html", - "hash": "S5t8mRPE19KDSWMQBu4Zp2xANMPv4gNuxh7WEmn1/zI=" + "hash": "sFSIktMaEIwB+cuuea5MbCVnbPV1G2tYFXisxxZo3W4=" } }, "is_incremental": false, @@ -19383,7 +18699,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html", - "hash": "RBb7kOgmu7EOsXSbj35yBbyKObJKD4rCdzbV1vJr4mM=" + "hash": "7AdslAVTZMFy4YGfipLVhXj6davSqYBU75IO3zf1MRQ=" } }, "is_incremental": false, @@ -19395,7 +18711,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.html", - "hash": "ZUVw9XGucYFNblPYPn6rXZv8my50TJEwXAjnn1CaFic=" + "hash": "Ci9/slO2zJ7tjcxYqQMm/Cr4kAtja+7IioXfZQorMCE=" } }, "is_incremental": false, @@ -19407,7 +18723,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Utilities.html", - "hash": "6SROnC+a4/2WZLNx1RUdNitq9qY+lIKtdApLOyADa+k=" + "hash": "3BMWGfucsQ1S5yZxQASABH5RgWc3WPcA/Bc+1cWNRZU=" } }, "is_incremental": false, @@ -19419,7 +18735,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCountFlags.html", - "hash": "CECWxPtnZ57EO/rM5P2c73xui1xDSSTaDVFerxCPyYo=" + "hash": "j6M+CSdH5vCiw7gTSV7Jc88GdCg0PwLjrwoE4gW6LcA=" } }, "is_incremental": false, @@ -19431,7 +18747,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounter.html", - "hash": "Qezf6U3PhKquM9qKm+0bC1q96cCqzK5W9OeFhGnA2Js=" + "hash": "OesAV5j0b/mDt9nhKV1/DxsX2YPSj8lbCAfLDcYDU04=" } }, "is_incremental": false, @@ -19443,7 +18759,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounts.html", - "hash": "+sTo9ybIWy1nBcOsSjsRk9cOlMfXG0n4h6sYuyZ284U=" + "hash": "AN05iXWqsOqnJT9uWywR4b6PxLkoFXD8LQdYz/qDxnw=" } }, "is_incremental": false, @@ -19455,7 +18771,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.html", - "hash": "4bEU+I6kpfgBJrdc2QdDAdUPZkkFuyoWtYB3ljp0qZk=" + "hash": "r1sF0tB+IdePpbVDJc08Boax6kNVcvRs+xc0B+UNTSE=" } }, "is_incremental": false, @@ -19467,7 +18783,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.html", - "hash": "GYTnmsNbnP6IPo3fC6/8jTM3F3vX+3NpA7v4HxLtX90=" + "hash": "aSsBwbgFsamc8KdYugzNpNqvO7J6EA9n9/LYkaPnNA0=" } }, "is_incremental": false, @@ -19479,7 +18795,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.html", - "hash": "/JCRmFIgq0Q2uVX8kOdYy6I929gyId9L+BuQh1Ay9N4=" + "hash": "4O0esKz+XyL7a358u6nxd2Hxtc8N+x5TshYz8JxGnEQ=" } }, "is_incremental": false, @@ -19491,7 +18807,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.html", - "hash": "B3InWTOKRHn2tiE16z7Kp+A6cWyzxvvlW7OGKvDOfos=" + "hash": "M3IuQpHEvxsQ+WEpxDl1KSBnGA5sBbX3SU+iAboqSn0=" } }, "is_incremental": false, @@ -19503,7 +18819,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html", - "hash": "V0tf610OFBXYOYzLXX9+VvC5D5dIthDq4eoyNDiT59Y=" + "hash": "NP37EgYhcTBHmZzBxQPO78ThDBT6CGgV0kK6bPe5r3w=" } }, "is_incremental": false, @@ -19515,7 +18831,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.html", - "hash": "A7nL5B0+Qsf6CYFX/QTxD6UHmxJWGx/rHU+BVY1J2IM=" + "hash": "WhPLcTaiP0ym5/LqzCy7P6aVvHBp0Dt3KxWKyQrOxfQ=" } }, "is_incremental": false, @@ -19527,7 +18843,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.html", - "hash": "gF9CDcDKkIT+uSF6vkZ0kCs7YWNgfmYSIsSrSaZyNBk=" + "hash": "NA/EbwqBDN+zXAboNmq1zUoB224pQPTZ+rM1b5MTP68=" } }, "is_incremental": false, @@ -19539,7 +18855,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.html", - "hash": "/4TeVD+jlUeIJB1Hfz2m62JOGMod99IYdtDgif/8yog=" + "hash": "EsCKY1hkvZEg2gvEF34exRuQiil3Ya3XwEtlKIUUsKE=" } }, "is_incremental": false, @@ -19551,7 +18867,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html", - "hash": "WUK4ncy19p35s01xu/Gw6JNtLe1xyhRVdyV7gZdJclA=" + "hash": "Mbm2gjsjqbL/kPR5TdktMUK2G5Sg7F5wEMV/j0ru8/M=" } }, "is_incremental": false, @@ -19563,7 +18879,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.html", - "hash": "+UCNYxFakmT1syT/KFzIEys48GXmvL5Y2pRD9U5+DAs=" + "hash": "CUFU0n1QV6utbtm/xGKW/9g9+5xfhH9XMHkF6ppB9qY=" } }, "is_incremental": false, @@ -19575,7 +18891,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.html", - "hash": "Ex0nUa45QggOo1/FP9hEfl3d+5tNrhxTDiydirB7Kzk=" + "hash": "et72537j/tfwFRyJvHwUyS1kQadpaoyeoQvrvvByDtA=" } }, "is_incremental": false, @@ -19587,7 +18903,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.html", - "hash": "QXXhOB7ISGMEUX78TQnHIAY+WGhcANhx6aPpP8LD9Hs=" + "hash": "B+t4QAKgB8vMgXhpPZucud2SgfpL7d1mZSB7LFDQpWM=" } }, "is_incremental": false, @@ -19599,7 +18915,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessageCode.html", - "hash": "n8FDiQM24bRefWFghPzudT+idIH7zsTFTaJAYKLWBGM=" + "hash": "ByH78O5lfJDajOy/bVIqlBkfGAsPUsXWafNkHchbn5k=" } }, "is_incremental": false, @@ -19611,7 +18927,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.html", - "hash": "oOSILIaxJYuSBxFGQ4hGLc6lez0JHEYA5IYtNLXh46M=" + "hash": "0yMwpAeQWuhi5GzMXay8FtehSvLJfme78HrYoQPxIAo=" } }, "is_incremental": false, @@ -19623,7 +18939,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerAuthenticationType.html", - "hash": "KUYMRtS46NtHNCfyj5/nM5pOi7ix7tJn7I4lCzy0r+w=" + "hash": "cZuHbZB5BKQOhJS248S6HID3ntHtXp2e6fHqaDniyZI=" } }, "is_incremental": false, @@ -19635,7 +18951,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerPermissions.html", - "hash": "NrmYTNENzaRL3P4r9roQPPhLJjoQeMPJbziJ2jToq+M=" + "hash": "dCIM+r/t9oermNHfTFQwiuxIDGJrzjwBuOUF82na4i4=" } }, "is_incremental": false, @@ -19647,7 +18963,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServerType.html", - "hash": "maPLJ++WjMomwcd8vomkBU8DErR+6J2nhs2GCy+BMNI=" + "hash": "fy4aUIWneMgC0weDc4h1D0EZ5g3Z6XbzPG64/nSBdsY=" } }, "is_incremental": false, @@ -19659,7 +18975,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.html", - "hash": "O1TmKIm7OR4q1jJ6TbW4acH1TizWb6jnWPIEpCg6ppo=" + "hash": "6X8EDzfAY0yBsCd4LM3Yhct23cszYaCAwOpD15RDIOc=" } }, "is_incremental": false, @@ -19671,7 +18987,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.html", - "hash": "rJJCu1WLuDbG6WrEokMUYLl1kCft5bPY5P//+zaqtSM=" + "hash": "O+m/QGvBXPmmMcy3mg3101QzZ0VADNH4KBewQcA6cHc=" } }, "is_incremental": false, @@ -19683,7 +18999,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html", - "hash": "g7w0vc/Ugd3tLmEDL+DLdTD9aZOhrMDhaPhOdqHkGCI=" + "hash": "a86Exdw3TAgesi14DYwrXi4h8GhWnVRqlXeDJ6WjFDY=" } }, "is_incremental": false, @@ -19695,7 +19011,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.html", - "hash": "OR5cTZRU1ZRDV1Y8H121K3BLU6q0R6KgEmIA92z2pms=" + "hash": "ws76s++OqpyJctmwyODCpDEwZ8NYnGbe7voWPZueVKY=" } }, "is_incremental": false, @@ -19707,7 +19023,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html", - "hash": "oMdIVoRLFuLO/fIOWxusIZ/lH+xIFPzcpcG92VbFDFs=" + "hash": "C5NpDLYReuS3GC5CJ8ct/fMz93yeNe30HA6yZa5KPDE=" } }, "is_incremental": false, @@ -19719,7 +19035,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html", - "hash": "lbwyo0joyEdKUmOKBpX7fFmfDRJUR6GkMdIVjmbR0rU=" + "hash": "5OKuV9rn3j9ZtAmfqmrMBEQEnQNpu5n+sBmWWYY+kRU=" } }, "is_incremental": false, @@ -19731,7 +19047,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.html", - "hash": "09HYPsZVyHyQ9ndgDIyxXS0arwlGjqvxFTFoFwVWsoU=" + "hash": "FbjFVuQrFI9olUpjGjVu/yWl0lQUjQx0xgl1m4ql+kg=" } }, "is_incremental": false, @@ -19743,7 +19059,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.html", - "hash": "msvPd9wpjZWyzolEU/Iw31i9kMJIKC3tju4Dh0LnHPc=" + "hash": "+TiBefrxzj0F4RHAmGMpPmiRbqf7NkJjZgPmFAWL4PU=" } }, "is_incremental": false, @@ -19755,7 +19071,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Helpers.FileBasedTMSettingsCloner.html", - "hash": "cfTSK7M3fVcyGVusBr3WCnkF9r4+HQvFt3v2OLNOFz4=" + "hash": "RNzuN+sU+0Tl1ebKOBPvanTNaWbANjktixO/R1TJygo=" } }, "is_incremental": false, @@ -19779,7 +19095,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemory.html", - "hash": "+xgi7sj8apkr2jN4zzvIZfWo2vsuwTI8fm+KLnFoZeA=" + "hash": "AtQUbh1J2KwPddm4Rd0wnTRa6lfh7thVKW97wOPXwog=" } }, "is_incremental": false, @@ -19791,7 +19107,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemoryLanguageDirection.html", - "hash": "BxC1Csw7U16JhNXNl9QB5R3ffcHJ8Lqgk10ed2nQ0Z8=" + "hash": "IcIIIBicjjDgt9qBXIgmgVQ+IpTfp3pDcjlGKdI5CoI=" } }, "is_incremental": false, @@ -19803,7 +19119,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.html", - "hash": "XeMDLzt420d3prQ8zns0c/2vYm50W+Yq9KaWd6hST8I=" + "hash": "xzguxhtug0bgQJBl8iPNwzoLCa8D4ZL3V42Zwaf23bs=" } }, "is_incremental": false, @@ -19815,7 +19131,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IFieldsTemplate.html", - "hash": "cRkm9iODkgjNZCRZ1MWlSJ+x9Yo1+REngOgAMtJ1VqU=" + "hash": "rFaUAaqi5FlcC4i2EmS7Wvq1juJy2jluQe2KjqNtJRI=" } }, "is_incremental": false, @@ -19827,7 +19143,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IFileBasedTranslationMemory.html", - "hash": "fk1YaBE+OD9oXVXCl5KGLyXQnDe19R7j0H0z7qOuzWM=" + "hash": "q/8o+XO3FMGu9pksZKeivK935qjo7YZm+GpAAi9a9hg=" } }, "is_incremental": false, @@ -19839,7 +19155,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourceEntity.html", - "hash": "aHkcico82PVevb+oSlgJCIrAyc3S/Ap8DlRlgiAjPzI=" + "hash": "XUDQG2NGJn9LuIfYdLFyo3cC5eU0UvJ7wg+gfYUXeJ4=" } }, "is_incremental": false, @@ -19851,7 +19167,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourcesTemplate.html", - "hash": "Q9Gwcigt7PKaQnYVwVSlTGsgQyWZ/T5hfOL5+6TJqnM=" + "hash": "j20MfkbH5bKOGmmpmIMJ4R7X2QrRHuhoUBa+oq8rztk=" } }, "is_incremental": false, @@ -19863,7 +19179,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ILocalTranslationMemory.html", - "hash": "RithKeJ0UZLIme99YosajR84HxvlKw8BF3Iyp7MndvE=" + "hash": "P3bRP1pFcY4+isoVa3LYjuYp6r0+pEdLEbPjlwURWH4=" } }, "is_incremental": false, @@ -19875,7 +19191,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IPermissionCheck.html", - "hash": "VoLIcUNOPL3tecqZHzoqjlrzv9sCdgIEPwlypGcX5bk=" + "hash": "H3NQvQ7Vxc3ZdjfmBPth16D4RV4qtLZIYjEBy4qQo6I=" } }, "is_incremental": false, @@ -19887,7 +19203,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IReindexableTranslationMemory.html", - "hash": "/v5GNrxpDn9zjgBr3xeH7OXEd5dNJJ1GwOIrt2ju+Ew=" + "hash": "iMfz8UpPkgHdaUIttGsog7BUoaswOET25NK+1sSnEIU=" } }, "is_incremental": false, @@ -19899,7 +19215,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.html", - "hash": "wOVMM3u/YUSEerDtHuAZt0z87c+fySCIImH2rGzTqCE=" + "hash": "eKTRhwQY88NNNfkgoZjcrpT4QXFOyo8kymBT0QKjkGQ=" } }, "is_incremental": false, @@ -19911,7 +19227,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISupportPlaceables.html", - "hash": "EbLSH8DM0Rk4R6Rr6LUXDO/BjMb/sJkjyElTKiRth6U=" + "hash": "RvG3aFc1Wg448nYBNJLOsVHri3uMHsNSh46fRLoPpJI=" } }, "is_incremental": false, @@ -19923,7 +19239,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.html", - "hash": "jemNpd1EsUI9RMBiSagbaKEIFEogFlb6sRkiSiN7r58=" + "hash": "unj904frB1GJ1Ybvj1RZ0nz1abyQzCJ5vUJN+XKc604=" } }, "is_incremental": false, @@ -19935,7 +19251,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory2015.html", - "hash": "S4ddPEZ4mjxC8Dha0POFwD5F5+PcquamfQ2eWXFRrYI=" + "hash": "uY/H+zx0DHJInM3svIvQAJOcDKHU1f28RzhWkRIx9rE=" } }, "is_incremental": false, @@ -19947,7 +19263,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html", - "hash": "L9gS7BnHMJPfgO6JwEfqtUjbU7cEyhlKgtwnQHC1U2Y=" + "hash": "0P7wZVEaSVZgvSfSOTqSblknKQnTuX0aoc698WdoL3g=" } }, "is_incremental": false, @@ -19959,7 +19275,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html", - "hash": "ATnRprfmdafPQAszQPGriykGibYVZXliEoNiiS7ajVg=" + "hash": "TyVlWz/D0JxTq/Nhk3b3G7PJ/rsltXfa0iwzVbhZA5E=" } }, "is_incremental": false, @@ -19971,7 +19287,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore.html", - "hash": "1ztmuCIpNcv0rHLuLpNmvOW6sQ6XEFkzBDGwrejP+xs=" + "hash": "FbJIQbXiGyCwhP0CILAJqTbQFJRdqvHP1gFoydeutKs=" } }, "is_incremental": false, @@ -19983,7 +19299,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.html", - "hash": "n9hA1f/zOn+w7El2ZmGNhG38Ez675B9Fuwg4DLzi7tA=" + "hash": "69kMrL7QKtNrzUoThO+E7XkF/MqMKBPlMizZp3yh/UY=" } }, "is_incremental": false, @@ -19995,7 +19311,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.html", - "hash": "x+BqjONGucIAJliHgK3JVyh7Blus1fPXdLy8/dOn1cI=" + "hash": "W5T5f6ZuMPcm++l7gk8QxjXAnpnnywUDm/ZSAnkdvPo=" } }, "is_incremental": false, @@ -20007,7 +19323,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirectionWithDelete.html", - "hash": "5BYU/RtEJJIN1PAEBMGQOzaVYH1w1CaRRP2b5UW7/XQ=" + "hash": "eMh7BrxUlOQtGHlAHcq+PoKEtSJvrwQkT3BNn/xlkjg=" } }, "is_incremental": false, @@ -20019,7 +19335,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderSummaryFactory.html", - "hash": "oriSd+elxj27fTAjVzEwlswGVdiYd4ryzW1QPANOg3c=" + "hash": "QZVTYyx4ftFPql9yhzXs7JdityJoatMfbyTmsxNZVs8=" } }, "is_incremental": false, @@ -20031,7 +19347,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.html", - "hash": "I9J6cxm8UpIzGXKDffXRjL8v8HCY4kXK31WHY5Osuh8=" + "hash": "0scXaoO56ZRW6dl82CLHj7uYMjt7HV5yKYac1uB6KSw=" } }, "is_incremental": false, @@ -20043,7 +19359,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ImportExportOperationBase.html", - "hash": "iSWMP3/+1HiVLi/fsURJhePYm/A16ycAIeY0z13po8A=" + "hash": "hYJrWneM9LUsqwOovOE//xGFxkl2sUK6LMpsrK0V5kI=" } }, "is_incremental": false, @@ -20055,7 +19371,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.html", - "hash": "FaWBSc4P5HVZMbrvM4yArtBHH9lvS7ag/18u2jQORtM=" + "hash": "qW0JHBs5J7zggu/MmmFd6jD7B0b5ph5hyBtSTqInM9s=" } }, "is_incremental": false, @@ -20067,7 +19383,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.html", - "hash": "LPBit2p6AHqzU8EUNoDGdDtaI0xhGLlsbP/wUUVWxRg=" + "hash": "CtVKYNX0w6RgN9rsnIRFcYuJxgwT0UcwlUsZdlNIDgw=" } }, "is_incremental": false, @@ -20079,7 +19395,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html", - "hash": "QUhpyA6hCaIzbnzHEYrA0ZwQNF+q+UYkZijRj2XxwjY=" + "hash": "j9HKQIpT6QQamXGYVT0OvMJhCNzrwoPrt+gdaLfWvls=" } }, "is_incremental": false, @@ -20091,7 +19407,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.html", - "hash": "ZkGLZDNK94qvcOVNHFrAgy2mQm/StFDGuXMdF56Dtx4=" + "hash": "zQ78Q49ORYW5nv69x/hBAXBk99kE79WPZm2z1E66cwM=" } }, "is_incremental": false, @@ -20103,7 +19419,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LicensingStatusInformation.html", - "hash": "FTdCUamdoBW/wEN/+DQXqFS8kY9jg+w41ZEZapuo0p0=" + "hash": "9fE3skPLvhyzt8KP9UZ3xEP/UnK3vbwaginz/Zjan6c=" } }, "is_incremental": false, @@ -20115,7 +19431,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.html", - "hash": "7dntb17c+m6xuG41AIg4mcZTpDZaRJSL9/GNjKWfqzo=" + "hash": "np+mPZadsi0G0czKdy6RHqn/QYmk5VDdiDFhoWpUB2s=" } }, "is_incremental": false, @@ -20127,7 +19443,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.html", - "hash": "GDyUH4aOOCSF1SSe96BUtuPN0PBl+pBvV5nRvRNR+SE=" + "hash": "5KxyPgddL1Mt2tHPmVV53U/WAuC9PSXDFo0f5PXq+1I=" } }, "is_incremental": false, @@ -20139,7 +19455,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.html", - "hash": "tx+bJW9h26oORETwntoaXrMCIqCPjqkBYvmblYukc7g=" + "hash": "44RrD38c9ANXkoFtxsNKX+rkp9aud0ItucNgtdINebE=" } }, "is_incremental": false, @@ -20151,7 +19467,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.html", - "hash": "MQigH4NU/s4f8XLZL9axVBqLunc/myyuohpr4GyesAU=" + "hash": "HV0nIG8zlGt7Rf48y0CBFXjkqo9JqE0iIuhZaHifVYw=" } }, "is_incremental": false, @@ -20163,7 +19479,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.html", - "hash": "3DqzynzpLUr/hTKfhcPySGs3Nzo1BJm5M4vcuf+TV+4=" + "hash": "5n7boQ21yH7XWBriQPPt88Sq/SA4b93Z4Whe0K8MpKU=" } }, "is_incremental": false, @@ -20175,7 +19491,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.html", - "hash": "Jc9rcSL6zKoaMwUYE4QnD9nQQZS21b7mcpYxtPqwrFw=" + "hash": "lADafJUhZVoOauXvYvZag5ubPK3AlDUrsjwTBLGtGqI=" } }, "is_incremental": false, @@ -20187,7 +19503,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html", - "hash": "pbFNixpSZZbe8yU/nnRgGbJ+77HE0fU4CmknRKnTKuE=" + "hash": "o5jLAMJh5FSCxUZ0fL8c+1nJ+NfuKMj3DHD09S4ejyc=" } }, "is_incremental": false, @@ -20199,7 +19515,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PropertyValueValidator.html", - "hash": "zaWUnDtJmAk8agtb+tS3ffe/psItCvgL8bV8pFoiPh8=" + "hash": "si+K6vaVj34YyDzyzp+Q2TaPg/rVsJa/+gbHR3QOPFw=" } }, "is_incremental": false, @@ -20211,7 +19527,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.html", - "hash": "BCzPFaHowYBcjmePwMwVf/yy9of7ZaCgiUkFNqRb9ec=" + "hash": "XCStTX7a5vZ0+oaA53+A2OgI/XDQEDkIRZb+eU+UJDI=" } }, "is_incremental": false, @@ -20223,7 +19539,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.html", - "hash": "j8MwJTjdUB4Ls7jjOagLEYEtJBqEgo++PLQ9+hLYT4s=" + "hash": "z1HUfqpVvFUxui7Ye1KRwxlt+wEJdxW1otqzEgUknsI=" } }, "is_incremental": false, @@ -20235,7 +19551,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledOperation.html", - "hash": "6woW1H78hYxrlAA7xZEaoNZCPDqjIsGcXWEIUoQaRrI=" + "hash": "ZI+QM8PjUF1uCpLdDr0ojbJ7svsOk1XylwWEhxFKbzY=" } }, "is_incremental": false, @@ -20247,7 +19563,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledOperationStatus.html", - "hash": "RvteJD+xsCQr8RvqTA89036Y4Gu6pUpZYv4TN3mLsyk=" + "hash": "YTGUzWg18K/aY811+4s0FGfYRrFK63ATzLjZKDThju8=" } }, "is_incremental": false, @@ -20259,7 +19575,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.html", - "hash": "5CWIQa0dlr0OPa+l/IutEiA5PWtC3IMZN4DyCFwB52A=" + "hash": "BmJTh9KLaakl8w/32f0eqrPuYc8UYRNl7vhse7tXhac=" } }, "is_incremental": false, @@ -20271,7 +19587,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.html", - "hash": "L08M/UqpRySqH4Xxv1J6Jj/0g232gh3wkiiICCg4fhM=" + "hash": "tI+vZMb5Hs0qH1ZZXithutDSrH2j+i5+cGYevNxJKkc=" } }, "is_incremental": false, @@ -20283,7 +19599,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.html", - "hash": "hKnYXqt9aG35jLl75WACCFVIrjArkECL6tlGAIbN8zQ=" + "hash": "ZTbDt6DyfIxD28Xy9M9KQYNR5YDSFkfjmdpSN6/pPyc=" } }, "is_incremental": false, @@ -20295,7 +19611,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.html", - "hash": "YC+y3vo522htzTiRF+0EIjZEMf+LKFczWIRIluHtnb8=" + "hash": "o0crDHMKviB5h8LXzLHRaLY3qvNUtn4vhLbKBDHCgE8=" } }, "is_incremental": false, @@ -20307,7 +19623,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.html", - "hash": "q3Wtkp2VS/DT+peof9jafOyyhFx7JiqJzFfktGtEuEk=" + "hash": "ra8olzH8Torz3P7er2mmd/rWWd7Ux1A9GcdXLNaEJC4=" } }, "is_incremental": false, @@ -20319,7 +19635,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.html", - "hash": "pCZiiUu4UlrPwQ0loMK0YFglIGFYJjj3y/sKUZRGEZY=" + "hash": "lpQkbTIMs6NvEMjFdHRToZ6htHU9m4s8LkW3b4qhckc=" } }, "is_incremental": false, @@ -20331,7 +19647,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html", - "hash": "Qjg7NyTu3FbCvJCaqvbaowLTdEDS8cgiR2DEfMgxz4s=" + "hash": "xpn6FukOskCJXLkgLqXynjYrMULnXbsLnOFEknTPVzE=" } }, "is_incremental": false, @@ -20343,7 +19659,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html", - "hash": "LNPEzi0ff64a4JVkJM/zcOlrQoxkiPUB/TCvtf9cLgQ=" + "hash": "+J3JB14xWtnUvdCOBK+luYP1FBR8CHOxoa/ncw+pHaU=" } }, "is_incremental": false, @@ -20355,7 +19671,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.html", - "hash": "wBI5GErDEK7pSjcU8joR8KthcpIA7YC4A+TbmWDiQ7k=" + "hash": "1fl5VTNpijQO/Cn69h+jh8dzU9sIP+o8yck/SLp+YZQ=" } }, "is_incremental": false, @@ -20367,7 +19683,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerImportStatus.html", - "hash": "HsNrLOLkRfWv+lig1HUyIaKztUgpiNoqnrUPyQbzu7k=" + "hash": "i9c+vQ1XFPcu34Z/sp5Cz7A68QHtXl3vS0kOu6sxI/M=" } }, "is_incremental": false, @@ -20379,7 +19695,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.StringResources.html", - "hash": "utoc8KTnWLHGlbxN175oVW3Dn1fI5nJ+HVvDfKFPBuA=" + "hash": "AchP7BqQ0jHiJORqYiXgjNja9wZjy8mNpI78IkesjUw=" } }, "is_incremental": false, @@ -20391,7 +19707,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.SystemFieldDefinitions.html", - "hash": "9L62+JGqkuFUnxigwcypDRCcJqx1Nxg3QXXhZNtSVMc=" + "hash": "M5V5H39VuSFds0dtCLEBiM/o2R3hfmeByxWsRGbyexg=" } }, "is_incremental": false, @@ -20403,7 +19719,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.html", - "hash": "xhvkB5h5B0sb29LPxLgeDbg4PqSShgJbmROD/VjUQR8=" + "hash": "BPRBd32QVXdPBuguPG9OHRJCUa82r3+H+ZDGNFWPy5U=" } }, "is_incremental": false, @@ -20415,7 +19731,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainerPermissions.html", - "hash": "rHAgpD+oiNMPyaoKtVseZLprxK2MnjRnlLbUtT1oCTY=" + "hash": "aeNc/ObNo2CxAYRVnQ12PAw92YaVHZEkoe+nqyozMi0=" } }, "is_incremental": false, @@ -20427,7 +19743,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.html", - "hash": "ekKybh/0dgzehPOy5wBEqbaMsHbWOz5/ePluZXmfxr0=" + "hash": "AF9HrNvm12C0CisGl5z54X8CoxgaOfM3zvdPVysyU20=" } }, "is_incremental": false, @@ -20439,7 +19755,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryFieldsPermissions.html", - "hash": "Gityhh490ZxzIr51w279VDlhSzissWegsV1DDmGnR2s=" + "hash": "PJHHWmzlKMq/uhyUu7CWjZQ2axN4/gMUireqTHiY3VU=" } }, "is_incremental": false, @@ -20451,7 +19767,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryFileAccessMode.html", - "hash": "5l3f4Id6qkZGtbYtLJVDS5mzahIJeHojG320o/zEIVY=" + "hash": "zj6kUrZ4rw0iqFIfkeQZ7yj43fYv/11IDaznk9nshhg=" } }, "is_incremental": false, @@ -20463,7 +19779,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.html", - "hash": "OeDA6uWt++Ku5byxJo1CFMxs/9rzOx2MqGfZ8VsQ6fg=" + "hash": "em0z3xVKCl+7EcVgJbLa3uRr8ZuOnaTrZoqlGWCF5JY=" } }, "is_incremental": false, @@ -20475,7 +19791,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryLanguageResourcePermissions.html", - "hash": "PzoORYB6hUfrVujNCg9xGZIw/fEsJvttd32kknAJ09A=" + "hash": "Y4jLSn5drU5knd/49P9uPX85T7zLEg1MGhJMPeq808Q=" } }, "is_incremental": false, @@ -20487,7 +19803,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryPermissions.html", - "hash": "X9DnckhlJRkb2bb6dr5lPU8b+MFBaODnrTQdpb8kJr4=" + "hash": "zuWs4vpLvyKkhsD3KF2SXmpnf5ZAFqdKtVa1TYaqyNE=" } }, "is_incremental": false, @@ -20499,7 +19815,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties.html", - "hash": "bVSHPQ65rO3Sz+x/p7dSI0Z/7YbytJ+hdJFqiYkuU4I=" + "hash": "88ayMb5WXdRQTqOWGERJ6y8VVxxtF1nukHTchGIFi/g=" } }, "is_incremental": false, @@ -20511,7 +19827,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.html", - "hash": "FQtD5Falb/gwC9hBKsl59PIrxnol9GqgGdOo4FTpwxk=" + "hash": "X6PqueP5u6lCnPHrS+Rr2EGYDs0TgdWbw18n2eIrolA=" } }, "is_incremental": false, @@ -20523,7 +19839,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemorySearchResultConverters.html", - "hash": "iEHyIe5WIrpCidWXhcfOJyIhPBIUBExplQ0nsNV3cQ8=" + "hash": "za6ZFbr4yVjmASWdotsk9V+SmGV9EsmBCYZVdx0cOhc=" } }, "is_incremental": false, @@ -20535,7 +19851,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.html", - "hash": "JLZ1PBjyLuzp4XmRK0QoRpMrIZhzMrmpp4nmcMKdBR8=" + "hash": "nK7WZzAU4vf1+c8tTBJO+O62FZdbJe1KioYuz22Xw4U=" } }, "is_incremental": false, @@ -20547,7 +19863,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMethod.html", - "hash": "AYldqLExzedKEdTfPuGHHw9VYPqlDhiotRBoqFqHfz4=" + "hash": "CtxrR877Bp4FhQSj5bCxOmljjvP+Oqked2mlv5kIekk=" } }, "is_incremental": false, @@ -20559,7 +19875,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.html", - "hash": "sOuC24b5I+56qEM3auwMFa0uRXH502SNajtqGcWeulU=" + "hash": "73RcK8clBaWYJU9hKMAoAsNT0W+x00dSp0auWU45xgU=" } }, "is_incremental": false, @@ -20571,7 +19887,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCascadePermissions.html", - "hash": "3UPJt0PO+ts0GwcebbAuDcitoKUNLSexilslnHqPpN0=" + "hash": "JyqLGmQAUjcaQlGbIgwxgayFoxIfSv2Zr3XKxC3iDh4=" } }, "is_incremental": false, @@ -20583,7 +19899,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.html", - "hash": "JyAVL57YGq+6edg8nbNBZKHe11FCmFqL7HBl84xI5+4=" + "hash": "9UAm3ZOrDeN15atVLChFF+ZX9iuj2Vnl1DfVBo6ww4A=" } }, "is_incremental": false, @@ -20595,7 +19911,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.html", - "hash": "/iWkVXAOst+aLOHoqEAPNPAHzleRRnt30vSToM07cU4=" + "hash": "eO4YHjublCUTGJeTt9FIeOMjjkzqoDhNgnTnvBmEXrE=" } }, "is_incremental": false, @@ -20607,7 +19923,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.html", - "hash": "SCnS3bSIpt1i7kZfqEbgx/d82KWz1IcPc0c5N20ifrk=" + "hash": "x8TmIeYRCT2loOtDmSZC982HFohXirIOyXCSmF/Y2dY=" } }, "is_incremental": false, @@ -20619,7 +19935,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.html", - "hash": "zQ3K23HjWbUDcx39w91YvdvdW6Ap9R5KMlRqk3w7SIo=" + "hash": "VxUDGRqrokpPBjr4YtpjpZmx0/z+jmj0tk8JbV3eMoY=" } }, "is_incremental": false, @@ -20631,7 +19947,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.html", - "hash": "5LOpPrSdMSmFj22+2L6K+FaK5IV56MLUgnJ6QxS32xw=" + "hash": "8Sq5YSaiP/0XeYW8esJ9fz/fwUQoJNWmoGvKgB7c19k=" } }, "is_incremental": false, @@ -20643,7 +19959,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.html", - "hash": "wPp7T1HaYDJ3lJyULZ5xDfMtWooRm3rrDEYGamvpkSk=" + "hash": "FWEOyBR/ij8v406rK+hs5fSF3YOv1Ac0NXtmqTbykbQ=" } }, "is_incremental": false, @@ -20655,7 +19971,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html", - "hash": "ERF9H+uDQoKZ8hGIpOxHoKxITD5WMvJJz5ZQOtfTkmU=" + "hash": "eCkCP4hjGzp9WG1MAicFuOCq729HkSrGgK9Tx7jekT8=" } }, "is_incremental": false, @@ -20667,7 +19983,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.html", - "hash": "bNURfVZTfoysFonUR5LfQ/8zjvaJpqfchkGiOLXSDrA=" + "hash": "3lrzQZNGlg+dBJ4i5e+qVOZ2yKB3egJL1OkYSRsmwcU=" } }, "is_incremental": false, @@ -20679,7 +19995,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.html", - "hash": "Z+zQ1ink/F6CpvVKOUxMeONimPIkYf5KR706Dwf9dGU=" + "hash": "1te/xqPCQie/im68H2mLlOI7Y9/xJ9HP+iQh1YkCFF8=" } }, "is_incremental": false, @@ -20691,7 +20007,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationUnitPermissions.html", - "hash": "1LydnEnwGoUWnwWbGnTeZXxw86Bsg+kM41Dk9CgXn7Q=" + "hash": "1Axmv7hl/07epBh7kNh/zVlmWhnDDXFFHkWdOqK3WUo=" } }, "is_incremental": false, @@ -20703,7 +20019,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html", - "hash": "CzVO5voMlJ0Rnmh3cyQcr1hj7p8C9rmevhLmFqdkJ30=" + "hash": "kTQ9MT2UMG/19DoMYblS9TCdsgNg+/76yK7augNtvWA=" } }, "is_incremental": false, @@ -20715,7 +20031,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.html", - "hash": "fDrFwoeUa2rwCG14fZVNOy2bP68ansP07H0Yxp+WqyY=" + "hash": "+ssotA8XcpY9okAuoPozBh+xOka4X5lzgJkXJ5JwI2Q=" } }, "is_incremental": false, @@ -20727,7 +20043,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IBaseTranslationMemoryMigrationManager.html", - "hash": "PN5U/T4KIvm8Ojq9/loXlbQaEfLLkTJ4GeV1S/yh2I8=" + "hash": "z5UmrIFn6Td2GF0I8sOJuxTvuz4bhkgz2IM1Nm+S7Sk=" } }, "is_incremental": false, @@ -20739,7 +20055,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IExportableLegacyTranslationMemory.html", - "hash": "dBrlI/qh/pvUP1bSz3Y/QnkxtEqMvhayVh4VnYXZ6mM=" + "hash": "BjZtxbL1mjp9qpROiwOvg+rkC3HMx1BKBuMQMzL9Kg4=" } }, "is_incremental": false, @@ -20751,7 +20067,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappings.html", - "hash": "aZVcgJa5wkjJEgXDYqkEtDD2PZK5k9g8bmtLGdimUrA=" + "hash": "DnwFXxxUgSUu2/UHE8UmmdA3tI3OFFshBKAHc+VlCzs=" } }, "is_incremental": false, @@ -20763,7 +20079,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFieldIdentifierMappingsCollection.html", - "hash": "g3FV3v9Q+g9OHmPHyg81a5FIpXD/wXzkSHpBj46Qwdw=" + "hash": "CSvSnUvpP5+Elp7In/zaayYqeGCkFzZT2Jr0KFdls3g=" } }, "is_incremental": false, @@ -20775,7 +20091,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IFileBasedTranslationMemoryCreator.html", - "hash": "k5XfVypEq9G9dHX7O+MaQmi70PxNb1kWqpf0Ts4iB0M=" + "hash": "QcTPwWQgwS1sxTRlgSGx19VY/GSPnLa/u+EGKLoN0x4=" } }, "is_incremental": false, @@ -20787,7 +20103,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionData.html", - "hash": "qiGEcHwl/Os8CiN4W1v97YHZR1Il9ZpTFLZd6n5bYJo=" + "hash": "3HsOMRWhB1nHoH++OOGLcFBsJ9plc/mt7a9tHtg6HcA=" } }, "is_incremental": false, @@ -20799,7 +20115,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.html", - "hash": "/0DigXvETxZoenXz1A9yiOnIS/RCVZ8dTjg/IpdcrIM=" + "hash": "j92ygS07HXCLyIuK19kuFvyZZ/Qhd6/DXajSD6HbhNM=" } }, "is_incremental": false, @@ -20811,7 +20127,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory.html", - "hash": "/liLijBZme7O227ijnN/nWneukwlm1aGtkwjwaJ0siE=" + "hash": "yhrkPX32HPiyKCsqs9Ja2TabGAjoI/yAqpd3rbIXGNQ=" } }, "is_incremental": false, @@ -20823,7 +20139,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.html", - "hash": "cWq9szwxvXEScwLx+qRwOFoAbTLZIVcocBP/fcVfbeI=" + "hash": "z1VvhkKFVxOP5cxam908aAfPnd7bhmKtM78p5ynECik=" } }, "is_incremental": false, @@ -20835,7 +20151,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IItemCollection-1.html", - "hash": "1bIGeJGLd1kpo3mtpXnWlbtAWxH+p9cgAaRMflApDME=" + "hash": "VlZQbwwnGYE2o3WmIJSb7lSPk8t22Vi2il8s5HRIsqE=" } }, "is_incremental": false, @@ -20847,7 +20163,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageDirectionData.html", - "hash": "m87Z9RS5KquDQHzYIM5i+ZZfUZV+qZ5OAwJ143c3yG8=" + "hash": "hGuIewthPWVKwJ49JKwJo6YraRvO/gy4ZuOH5yfzEzs=" } }, "is_incremental": false, @@ -20859,7 +20175,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageResources.html", - "hash": "+EI9uUURS+szF1LZ3rhOSCJTi0+kQ6jjHq0eZbPIjtA=" + "hash": "QfUaAijKtJzYLEJ8VmoKN4C38gU1f6WpVCTMZxlm7l0=" } }, "is_incremental": false, @@ -20871,7 +20187,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyTranslationMemory.html", - "hash": "JofHKHp9of/ps6c95ZtCn69IuNt8/GS3KdRvmnO71hE=" + "hash": "JZEec0CLAvSe8f8/684/sdqd7LZZwfxy3zWrkGxhdBs=" } }, "is_incremental": false, @@ -20883,7 +20199,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyTranslationMemorySetup.html", - "hash": "OZ+Z1hp0j7rQfNrQy3Jx1pHcbWep2v4BcokLeMZWTMM=" + "hash": "VDMIm0GjYuT46Wmymq2aY1OwBX7mwoeXrFKqilP1Ubw=" } }, "is_incremental": false, @@ -20895,7 +20211,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IMigrationProject.html", - "hash": "hFtZQJ4J9frHWJNcdpOCdXOPjTwdZ9XZLVnvlYY5XZo=" + "hash": "UyRxXCu0ztEIexu6mzHF6DAQwhLnqhyJsF6SysAm1gQ=" } }, "is_incremental": false, @@ -20907,7 +20223,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory.html", - "hash": "K1XyehdveAvn8H5JsMj5uEk2MPx1x9XqTnMyfFFYiCw=" + "hash": "p6BY+G3sdKNetPCUoQ3vLYVdYcMZYyEfnSG8cHvmB6Q=" } }, "is_incremental": false, @@ -20919,7 +20235,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.html", - "hash": "3xQc+NIzRfeugCKt7CzLDv6IsRdNHhDV2Mf1q80iVDw=" + "hash": "ivXFK9v1+oKk999hIEo//YD7EQFYWmIWbWU4n2QZYzY=" } }, "is_incremental": false, @@ -20931,7 +20247,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITmxLegacyTranslationMemory.html", - "hash": "wTCzxNB3sQTjnHIRIMnZNpj1ccOwn505xzHa/gBYj64=" + "hash": "9WqV3i1JzdL57sjlANrq+SdOtF7nELCEyCWNiGikwD0=" } }, "is_incremental": false, @@ -20943,7 +20259,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.html", - "hash": "kNaod3ICEW5DGL+ddrwSemhK6ukBt+zGe12r13MY794=" + "hash": "FPF313Prpypr0yAtS99reEd2ite0PEfhfosFthd99T8=" } }, "is_incremental": false, @@ -20955,7 +20271,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryExporter.html", - "hash": "5xnwiPfx+ZiPoov37UvviTFBtW1PB+prIedDH+7b3Ik=" + "hash": "ncaRRy14Sc52mFc6fJsweqydwE9Hm/LslKxeHRbuKsw=" } }, "is_incremental": false, @@ -20967,7 +20283,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemorySetupOptions.html", - "hash": "zlXYzYrGAUtUwzUBLkX1pfIKL4a61Dz599mlbGUzOFo=" + "hash": "sBD619jevyuUv3kTA8R8EJ0whIf2sNO5GwijVN+EFiw=" } }, "is_incremental": false, @@ -20979,7 +20295,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.html", - "hash": "ve0dDPZ1ZDtaVRT6eBvT/8Q8C8WOKtFhCmSHN2ZC854=" + "hash": "gSTMlxIt4tkEbfpAxDtCw1yURZqXTtYRkl/YMrk89lw=" } }, "is_incremental": false, @@ -20991,7 +20307,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.html", - "hash": "UKF3tXwWeW797TRGngwoSswb1m+ypH0PDkB+q0lCEUI=" + "hash": "rfUnLjzGOsyRl80kXOBupWq5kXOo8ohvgGttmeN/Wo8=" } }, "is_incremental": false, @@ -21003,7 +20319,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html", - "hash": "AyuWLk4nL5AV9KRwVgNwpZ6jHCCwzyqO+VZhZ0moyTg=" + "hash": "0uFahCJyFwJCxjh9257qZQlb5TLg9EB8TkZco73x/ms=" } }, "is_incremental": false, @@ -21015,7 +20331,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs-1.html", - "hash": "f//Whi7Bfy41u2XncqC06AFH/FvdPGfwlrYMQvShATA=" + "hash": "XaYGP5ztSpdFXii7W7ZmUbeMdS54lYpbtOVF7N1DZEw=" } }, "is_incremental": false, @@ -21027,7 +20343,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs-1.html", - "hash": "EENIx6xlQwHoyjSdeKGaB8kAmgKagQMPNdoV45l59qA=" + "hash": "bd+LqPpACiQzyHgucOrWFLEi+GGEKYrrANBB+LpH4i0=" } }, "is_incremental": false, @@ -21039,7 +20355,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs-1.html", - "hash": "+w1F3Uy9kplWXW75+K9Sd3qhATu5w9//odwtdGNUwvw=" + "hash": "yDyNHZnM9dcj1ll4v8AQJY6q0ER5IHM438o3R3S6Rhw=" } }, "is_incremental": false, @@ -21051,7 +20367,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.html", - "hash": "lOUNeoqEzGvBsm/6ETwsyMsAgOP+gg6rPpC131AXaCA=" + "hash": "Y5AESinIR6sOf66VRXWlrylDaJApPvo4ZXsUy5upoFw=" } }, "is_incremental": false, @@ -21063,7 +20379,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.html", - "hash": "tt1xdpihsNfrPNs6UUQSBOCorfMdmhRAqKtt402EpBI=" + "hash": "X4TIwHW59BpqpQmPmNlooJY6PEhTa7x2hqn1i4+vZSY=" } }, "is_incremental": false, @@ -21075,7 +20391,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.html", - "hash": "HW0jJjpip9kuiFXORCjtJ4vUVWCbO5J94eYuKHheEvk=" + "hash": "T9ZWkfuRX0ijlsCpjyf2EeSoA4K+TBxlP1cruGiYcXk=" } }, "is_incremental": false, @@ -21087,7 +20403,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.html", - "hash": "ywFAe0hVQELIPvmJo3q1CtqG5MPI3n1KUSAdVJWGOCY=" + "hash": "msnAgGBluG/ePBKOMPLZtLOSBc8phXw/YIsj5FVKD6M=" } }, "is_incremental": false, @@ -21099,7 +20415,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.TmxFileStatus.html", - "hash": "0T43rUY0N1oIqOv9yrcvNp2MBSMwb+QHpo7qT48eI7E=" + "hash": "JtdafKMaDmH1qW5BGNe/0p5JF12A+TSnaqi0l5W6ks0=" } }, "is_incremental": false, @@ -21111,7 +20427,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.html", - "hash": "Oqe6jk1QnRxvls5qKXrCYadXqUa53rrbnEi0KDH3kEc=" + "hash": "qo+C5Rh7qEACvLQMEsuJqj0K2lNvLK07JZY+1ABu1nM=" } }, "is_incremental": false, @@ -21123,7 +20439,7 @@ "output": { ".html": { "relative_path": "api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.html", - "hash": "W3UZRj/4UnLWhPkF1lzpfJspDT+U757PvgANFwN5yz0=" + "hash": "j8iZOBKArG5jG90tTmnTv6g4P7sTyflUZZul6pBNAAg=" } }, "is_incremental": false, @@ -21135,7 +20451,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.GlobalVerifierAttribute.html", - "hash": "ptVyBI68k31/9V6/M8PnHxWyZDEtUy+OvxW+hoLuG0A=" + "hash": "QBCClaWAZZOXZWm0LACXmzoBpCRcoSPErFacXjahtpE=" } }, "is_incremental": false, @@ -21147,7 +20463,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.html", - "hash": "JReeUz9xgJphvMc9D09FUJ+JeHpw6Lwh/Iz70EU10JE=" + "hash": "vHiriQIpwnmEf51UggN4/QoceDWiEP/lrLsigVKsavA=" } }, "is_incremental": false, @@ -21159,7 +20475,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.IGlobalVerifier.html", - "hash": "Vr94Pp69cT5SjWBIay1nRgL/6cRBjh215OoI2asGrDQ=" + "hash": "kR4Poy609QWxUWZ7aXTe/XgRzozOpKrvMKGikGjVLw4=" } }, "is_incremental": false, @@ -21171,7 +20487,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.IHelpTopic.html", - "hash": "1c0z1HRGqrLa5NTKP2tikSeegqVq5s7E5+D8oLDvxdo=" + "hash": "qd1r+XWpS8AKnplaoAtZsOgkPufwZLU25ac2Q/kEGC8=" } }, "is_incremental": false, @@ -21183,7 +20499,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.ILanguageDirectionVerifier.html", - "hash": "M1BAG1QJCQMyp7+KmeSd9JH1aCLoLq6UgaKQyv/LXOo=" + "hash": "PYXQgCMZxezOEJblYTB+IqKJKebQESmRDZuM/1mdNP0=" } }, "is_incremental": false, @@ -21195,7 +20511,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.IMessageControlContainer.html", - "hash": "0+HthMeQa4yHeE/D1NY3CxmI1y8PbT6tBa4N0GTXv9s=" + "hash": "iETEmcJ9AGchynbkS1hHbS53c5LR8DgnaI4sm9XiMfE=" } }, "is_incremental": false, @@ -21207,7 +20523,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.IMessageControlPlugIn.html", - "hash": "6ucJ8IrcMQsFvnPvc9ho0eOlk3IWwZYfvAO4kLOm9G4=" + "hash": "7jgHI7k//94bm/dKj/qiCzHShfSH2N/194aqLw7lAKI=" } }, "is_incremental": false, @@ -21219,7 +20535,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.ISegmentChangedAware.html", - "hash": "VSnhc3Ofh5jtbOrhECw24R07i2mwn2kiWVcC/upQk0A=" + "hash": "jY5kwB76IPrM8uhi0+pmunDC3fqYmfmLbGonfkHJaWc=" } }, "is_incremental": false, @@ -21231,7 +20547,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.ISerializeVerifierProfile.html", - "hash": "E7wo1UqBTbuUVVGJ4eW4n3pont8n9hJQPgAPRo9CZuQ=" + "hash": "tDHMjJRaPseidsxbaQNwO8hlRZoKaujL9z8rxuzVnPs=" } }, "is_incremental": false, @@ -21243,7 +20559,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.ISuggestionProvider.html", - "hash": "3hYbI0SwJeZkGgVK4YjP62Z5IfGoC9Y1eN6GJ5ucyK0=" + "hash": "rn9o18w1cEof/dbXO01CoB6WzlZPBo/aFFWJlu4Dcek=" } }, "is_incremental": false, @@ -21255,7 +20571,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.ITermVerifierContext.html", - "hash": "y6g5vrdIovIu+A8+psH9lRf+swz0Lho5vB6Zd3xbX80=" + "hash": "VoJ8TQOrgP5qXqiqqRHNj4mB8VLcGF5EBTJ0BHhItcs=" } }, "is_incremental": false, @@ -21267,7 +20583,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.ITermVerifierSettingsContext.html", - "hash": "Ros+S09cwvJ3QIQQOKbNnNbHaKO+rExHNPAgPfmlJdU=" + "hash": "MFkhhWSkiay9wjKEtpNUHpOwx02R2sFaGkhmF4sn/IQ=" } }, "is_incremental": false, @@ -21279,7 +20595,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.ITermVerifierSettingsContextAware.html", - "hash": "L98v0ODvplROLdxNLZDT9fQ7ZCFlW5MKuvSPVbLRaqA=" + "hash": "ophg1mxrkPZp3JDIid9pa6UbCtcLU+hq/VjayWvprhI=" } }, "is_incremental": false, @@ -21291,7 +20607,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.IVerificationCustomMessageData.html", - "hash": "vgFOh8Yrw2fY03pZA0UIRtXH7s5hZ2o6hHz9VouxGak=" + "hash": "ZR361KIKjVrQZffG38PPbvfg6gjJz9oUZ2NXDovEXXs=" } }, "is_incremental": false, @@ -21303,7 +20619,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.LanguageDirectionVerifierAttribute.html", - "hash": "poz6vxsJScwV0XHCenrZrZHWPaqlwZicYmuz8wPyEw4=" + "hash": "/hlrIrsuvSL4sjhFlFYoiFkIUzd/tC58WsEq+fh7qCs=" } }, "is_incremental": false, @@ -21315,7 +20631,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.MessageControlPlugInAttribute.html", - "hash": "y/WoAbCzUIumxAjO7dotoInjj5oyBcXzjXGAxpJ5mrM=" + "hash": "JNboyuw6DqKCD42NHxEdPOT0YZ/r5404chYtrtZervE=" } }, "is_incremental": false, @@ -21327,7 +20643,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.SerializeProfileVerifierAttribute.html", - "hash": "TCuRgaNuhbE3A761fWD7sNd93B0Gp+BqdeC+U6XV8Ps=" + "hash": "EWlStKz3oMYbVRh9eA7aWLq4NjScvE2djFQANlA0z1c=" } }, "is_incremental": false, @@ -21339,7 +20655,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.Suggestion.html", - "hash": "+Tempg2pEZKrwaOzRm7UBcZwSja5ojPGrUEBPfQ6x1E=" + "hash": "6vIn3AIn4RglPl2XTLFpH1VKgwitOzrB3ud45CwTSvc=" } }, "is_incremental": false, @@ -21351,7 +20667,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.TermPicklistField.html", - "hash": "l9h0VZt1ZKr5UlzibZvx0P9AOFKUeEmxYte37KOJyQ4=" + "hash": "lJUaRYCGPTS53NzK7uMnaz0iGgoNYHmQ/nNQpZQPyHA=" } }, "is_incremental": false, @@ -21363,7 +20679,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.WrongSettingsFileException.html", - "hash": "RIe9hH8rk//f71eOxlQRN5pJxX3oV/DE+7/6P/QC1iA=" + "hash": "oo0lhLNmMetT/pCnKQ/XseQDIJqdpKOCAhkKbe/EoPk=" } }, "is_incremental": false, @@ -21375,7 +20691,7 @@ "output": { ".html": { "relative_path": "api/verification/Sdl.Verification.Api.html", - "hash": "5xCp3CoOIEucq/wvYg4zrZTfL61LKdWmCYDrElr1wIU=" + "hash": "moqfLaNTCmvpFzWgwHwD1TyvKNlJIPCUCbr2MACAJlM=" } }, "is_incremental": false, @@ -26290,24 +25606,30 @@ "version": "" }, { + "log_codes": [ + "InvalidFileLink" + ], "type": "Conceptual", "source_relative_path": "apiconcepts/releasenotes/tradosstudio2022sr1.md", "output": { ".html": { "relative_path": "apiconcepts/releasenotes/tradosstudio2022sr1.html", - "hash": "bNSnqqypw3hPikB+5oJZN0G0jKCsjd3Rd3CQ2XMAbBk=" + "hash": "HDKiR62qeNT1uxRzg5kbGJlGuArURX6wh9DI8MdqICI=" } }, "is_incremental": false, "version": "" }, { + "log_codes": [ + "InvalidFileLink" + ], "type": "Conceptual", "source_relative_path": "apiconcepts/releasenotes/tradosstudio2022sr2.md", "output": { ".html": { "relative_path": "apiconcepts/releasenotes/tradosstudio2022sr2.html", - "hash": "BADKDqHck8zYRDaMoYIvYDYxOTWWekUILHC1/YHISyw=" + "hash": "WNq2/xxuugcpxBVZ9XKkiLX94VMmtFXPu4n0HAYIQVA=" } }, "is_incremental": false, @@ -26868,7 +26190,7 @@ "output": { ".html": { "relative_path": "apiconcepts/toc.html", - "hash": "n3jqFQvKUNtptJs87hYcN4bt/llKDJKkSShHsMdueMY=" + "hash": "trEVnwOR0UfvXTOMGEr4cWULyJNo4PX4KBWqSkr7I1E=" } }, "is_incremental": false, @@ -29836,7 +29158,7 @@ "ManagedReferenceDocumentProcessor": { "can_incremental": false, "incrementalPhase": "build", - "total_file_count": 1779, + "total_file_count": 1722, "skipped_file_count": 0 }, "ResourceDocumentProcessor": { diff --git a/xrefmap.yml b/xrefmap.yml index 5c1668545..a19fbc4d9 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -17,20 +17,14 @@ references: name: AlignableContentPairId() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableContentPairId.html#Sdl_Core_FineGrainedAlignment_AlignableContentPairId__ctor commentId: M:Sdl.Core.FineGrainedAlignment.AlignableContentPairId.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.AlignableContentPairId.AlignableContentPairId() - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignableContentPairId.New() nameWithType: AlignableContentPairId.AlignableContentPairId() - nameWithType.vb: AlignableContentPairId.New() - uid: Sdl.Core.FineGrainedAlignment.AlignableContentPairId.#ctor* name: AlignableContentPairId href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableContentPairId.html#Sdl_Core_FineGrainedAlignment_AlignableContentPairId__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.AlignableContentPairId.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.AlignableContentPairId.AlignableContentPairId - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignableContentPairId.New nameWithType: AlignableContentPairId.AlignableContentPairId - nameWithType.vb: AlignableContentPairId.New - uid: Sdl.Core.FineGrainedAlignment.AlignableCorpusId name: AlignableCorpusId href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.html @@ -41,20 +35,14 @@ references: name: AlignableCorpusId() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.html#Sdl_Core_FineGrainedAlignment_AlignableCorpusId__ctor commentId: M:Sdl.Core.FineGrainedAlignment.AlignableCorpusId.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.AlignableCorpusId() - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.New() nameWithType: AlignableCorpusId.AlignableCorpusId() - nameWithType.vb: AlignableCorpusId.New() - uid: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.#ctor* name: AlignableCorpusId href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.html#Sdl_Core_FineGrainedAlignment_AlignableCorpusId__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.AlignableCorpusId.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.AlignableCorpusId - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.New nameWithType: AlignableCorpusId.AlignableCorpusId - nameWithType.vb: AlignableCorpusId.New - uid: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.Deserialize(Newtonsoft.Json.JsonReader) name: Deserialize(JsonReader) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.html#Sdl_Core_FineGrainedAlignment_AlignableCorpusId_Deserialize_Newtonsoft_Json_JsonReader_ @@ -74,14 +62,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.Deserialize nameWithType: AlignableCorpusId.Deserialize - uid: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.FromJsonSerialization(System.String) - name: FromJsonSerialization(string) + name: FromJsonSerialization(String) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.html#Sdl_Core_FineGrainedAlignment_AlignableCorpusId_FromJsonSerialization_System_String_ commentId: M:Sdl.Core.FineGrainedAlignment.AlignableCorpusId.FromJsonSerialization(System.String) - name.vb: FromJsonSerialization(String) - fullName: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.FromJsonSerialization(string) - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.FromJsonSerialization(String) - nameWithType: AlignableCorpusId.FromJsonSerialization(string) - nameWithType.vb: AlignableCorpusId.FromJsonSerialization(String) + fullName: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.FromJsonSerialization(System.String) + nameWithType: AlignableCorpusId.FromJsonSerialization(String) - uid: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.FromJsonSerialization* name: FromJsonSerialization href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.html#Sdl_Core_FineGrainedAlignment_AlignableCorpusId_FromJsonSerialization_ @@ -95,13 +80,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.FromSerialization(Newtonsoft.Json.JsonReader) nameWithType: AlignableCorpusId.FromSerialization(JsonReader) - uid: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.FromSerialization(System.Byte[]) - name: FromSerialization(byte[]) + name: FromSerialization(Byte[]) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.html#Sdl_Core_FineGrainedAlignment_AlignableCorpusId_FromSerialization_System_Byte___ commentId: M:Sdl.Core.FineGrainedAlignment.AlignableCorpusId.FromSerialization(System.Byte[]) name.vb: FromSerialization(Byte()) - fullName: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.FromSerialization(byte[]) - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.FromSerialization(Byte()) - nameWithType: AlignableCorpusId.FromSerialization(byte[]) + fullName: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.FromSerialization(System.Byte[]) + fullName.vb: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.FromSerialization(System.Byte()) + nameWithType: AlignableCorpusId.FromSerialization(Byte[]) nameWithType.vb: AlignableCorpusId.FromSerialization(Byte()) - uid: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.FromSerialization(System.IO.BinaryReader) name: FromSerialization(BinaryReader) @@ -203,23 +188,17 @@ references: fullName: Sdl.Core.FineGrainedAlignment.AlignedPhrase nameWithType: AlignedPhrase - uid: Sdl.Core.FineGrainedAlignment.AlignedPhrase.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Single) - name: AlignedPhrase(int, int, int, int, float) + name: AlignedPhrase(Int32, Int32, Int32, Int32, Single) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignedPhrase.html#Sdl_Core_FineGrainedAlignment_AlignedPhrase__ctor_System_Int32_System_Int32_System_Int32_System_Int32_System_Single_ commentId: M:Sdl.Core.FineGrainedAlignment.AlignedPhrase.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Single) - name.vb: New(Integer, Integer, Integer, Integer, Single) - fullName: Sdl.Core.FineGrainedAlignment.AlignedPhrase.AlignedPhrase(int, int, int, int, float) - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignedPhrase.New(Integer, Integer, Integer, Integer, Single) - nameWithType: AlignedPhrase.AlignedPhrase(int, int, int, int, float) - nameWithType.vb: AlignedPhrase.New(Integer, Integer, Integer, Integer, Single) + fullName: Sdl.Core.FineGrainedAlignment.AlignedPhrase.AlignedPhrase(System.Int32, System.Int32, System.Int32, System.Int32, System.Single) + nameWithType: AlignedPhrase.AlignedPhrase(Int32, Int32, Int32, Int32, Single) - uid: Sdl.Core.FineGrainedAlignment.AlignedPhrase.#ctor* name: AlignedPhrase href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignedPhrase.html#Sdl_Core_FineGrainedAlignment_AlignedPhrase__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.AlignedPhrase.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.AlignedPhrase.AlignedPhrase - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignedPhrase.New nameWithType: AlignedPhrase.AlignedPhrase - nameWithType.vb: AlignedPhrase.New - uid: Sdl.Core.FineGrainedAlignment.AlignedPhrase.Association name: Association href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignedPhrase.html#Sdl_Core_FineGrainedAlignment_AlignedPhrase_Association @@ -290,20 +269,14 @@ references: name: AlignerDefinition() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerDefinition.html#Sdl_Core_FineGrainedAlignment_AlignerDefinition__ctor commentId: M:Sdl.Core.FineGrainedAlignment.AlignerDefinition.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.AlignerDefinition.AlignerDefinition() - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignerDefinition.New() nameWithType: AlignerDefinition.AlignerDefinition() - nameWithType.vb: AlignerDefinition.New() - uid: Sdl.Core.FineGrainedAlignment.AlignerDefinition.#ctor* name: AlignerDefinition href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerDefinition.html#Sdl_Core_FineGrainedAlignment_AlignerDefinition__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.AlignerDefinition.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.AlignerDefinition.AlignerDefinition - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignerDefinition.New nameWithType: AlignerDefinition.AlignerDefinition - nameWithType.vb: AlignerDefinition.New - uid: Sdl.Core.FineGrainedAlignment.AlignerDefinition.Deserialize(System.IO.BinaryReader) name: Deserialize(BinaryReader) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerDefinition.html#Sdl_Core_FineGrainedAlignment_AlignerDefinition_Deserialize_System_IO_BinaryReader_ @@ -317,13 +290,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.AlignerDefinition.Deserialize nameWithType: AlignerDefinition.Deserialize - uid: Sdl.Core.FineGrainedAlignment.AlignerDefinition.FromSerialization(System.Byte[]) - name: FromSerialization(byte[]) + name: FromSerialization(Byte[]) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerDefinition.html#Sdl_Core_FineGrainedAlignment_AlignerDefinition_FromSerialization_System_Byte___ commentId: M:Sdl.Core.FineGrainedAlignment.AlignerDefinition.FromSerialization(System.Byte[]) name.vb: FromSerialization(Byte()) - fullName: Sdl.Core.FineGrainedAlignment.AlignerDefinition.FromSerialization(byte[]) - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignerDefinition.FromSerialization(Byte()) - nameWithType: AlignerDefinition.FromSerialization(byte[]) + fullName: Sdl.Core.FineGrainedAlignment.AlignerDefinition.FromSerialization(System.Byte[]) + fullName.vb: Sdl.Core.FineGrainedAlignment.AlignerDefinition.FromSerialization(System.Byte()) + nameWithType: AlignerDefinition.FromSerialization(Byte[]) nameWithType.vb: AlignerDefinition.FromSerialization(Byte()) - uid: Sdl.Core.FineGrainedAlignment.AlignerDefinition.FromSerialization(System.IO.BinaryReader) name: FromSerialization(BinaryReader) @@ -413,23 +386,17 @@ references: fullName: Sdl.Core.FineGrainedAlignment.AlignerSettings nameWithType: AlignerSettings - uid: Sdl.Core.FineGrainedAlignment.AlignerSettings.#ctor(System.UInt32,System.Boolean) - name: AlignerSettings(uint, bool) + name: AlignerSettings(UInt32, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerSettings.html#Sdl_Core_FineGrainedAlignment_AlignerSettings__ctor_System_UInt32_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.AlignerSettings.#ctor(System.UInt32,System.Boolean) - name.vb: New(UInteger, Boolean) - fullName: Sdl.Core.FineGrainedAlignment.AlignerSettings.AlignerSettings(uint, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignerSettings.New(UInteger, Boolean) - nameWithType: AlignerSettings.AlignerSettings(uint, bool) - nameWithType.vb: AlignerSettings.New(UInteger, Boolean) + fullName: Sdl.Core.FineGrainedAlignment.AlignerSettings.AlignerSettings(System.UInt32, System.Boolean) + nameWithType: AlignerSettings.AlignerSettings(UInt32, Boolean) - uid: Sdl.Core.FineGrainedAlignment.AlignerSettings.#ctor* name: AlignerSettings href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerSettings.html#Sdl_Core_FineGrainedAlignment_AlignerSettings__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.AlignerSettings.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.AlignerSettings.AlignerSettings - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignerSettings.New nameWithType: AlignerSettings.AlignerSettings - nameWithType.vb: AlignerSettings.New - uid: Sdl.Core.FineGrainedAlignment.AlignerSettings.CombinedUniqueTokenStringThreshold name: CombinedUniqueTokenStringThreshold href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerSettings.html#Sdl_Core_FineGrainedAlignment_AlignerSettings_CombinedUniqueTokenStringThreshold @@ -464,28 +431,22 @@ references: name: AlignmentEvidence() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_AlignmentEvidence__ctor commentId: M:Sdl.Core.FineGrainedAlignment.AlignmentEvidence.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.AlignmentEvidence() - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.New() nameWithType: AlignmentEvidence.AlignmentEvidence() - nameWithType.vb: AlignmentEvidence.New() - uid: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.#ctor* name: AlignmentEvidence href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_AlignmentEvidence__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.AlignmentEvidence.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.AlignmentEvidence - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.New nameWithType: AlignmentEvidence.AlignmentEvidence - nameWithType.vb: AlignmentEvidence.New - uid: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.AttemptToUse(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean[],System.Boolean[],System.Boolean) - name: AttemptToUse(LiftAlignedSpanPair, bool[], bool[], bool) + name: AttemptToUse(LiftAlignedSpanPair, Boolean[], Boolean[], Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_AlignmentEvidence_AttemptToUse_Sdl_Core_FineGrainedAlignment_Core_LiftAlignedSpanPair_System_Boolean___System_Boolean___System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.AlignmentEvidence.AttemptToUse(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean[],System.Boolean[],System.Boolean) name.vb: AttemptToUse(LiftAlignedSpanPair, Boolean(), Boolean(), Boolean) - fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.AttemptToUse(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, bool[], bool[], bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.AttemptToUse(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, Boolean(), Boolean(), Boolean) - nameWithType: AlignmentEvidence.AttemptToUse(LiftAlignedSpanPair, bool[], bool[], bool) + fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.AttemptToUse(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, System.Boolean[], System.Boolean[], System.Boolean) + fullName.vb: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.AttemptToUse(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, System.Boolean(), System.Boolean(), System.Boolean) + nameWithType: AlignmentEvidence.AttemptToUse(LiftAlignedSpanPair, Boolean[], Boolean[], Boolean) nameWithType.vb: AlignmentEvidence.AttemptToUse(LiftAlignedSpanPair, Boolean(), Boolean(), Boolean) - uid: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.AttemptToUse* name: AttemptToUse @@ -494,14 +455,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.AttemptToUse nameWithType: AlignmentEvidence.AttemptToUse - uid: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.Concerns(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean) - name: Concerns(LiftAlignedSpanPair, bool) + name: Concerns(LiftAlignedSpanPair, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_AlignmentEvidence_Concerns_Sdl_Core_FineGrainedAlignment_Core_LiftAlignedSpanPair_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.AlignmentEvidence.Concerns(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean) - name.vb: Concerns(LiftAlignedSpanPair, Boolean) - fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.Concerns(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.Concerns(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, Boolean) - nameWithType: AlignmentEvidence.Concerns(LiftAlignedSpanPair, bool) - nameWithType.vb: AlignmentEvidence.Concerns(LiftAlignedSpanPair, Boolean) + fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.Concerns(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, System.Boolean) + nameWithType: AlignmentEvidence.Concerns(LiftAlignedSpanPair, Boolean) - uid: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.Concerns* name: Concerns href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_AlignmentEvidence_Concerns_ @@ -509,14 +467,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.Concerns nameWithType: AlignmentEvidence.Concerns - uid: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.ConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean) - name: ConfidenceFor(LiftAlignedSpanPair, bool) + name: ConfidenceFor(LiftAlignedSpanPair, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_AlignmentEvidence_ConfidenceFor_Sdl_Core_FineGrainedAlignment_Core_LiftAlignedSpanPair_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.AlignmentEvidence.ConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean) - name.vb: ConfidenceFor(LiftAlignedSpanPair, Boolean) - fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.ConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.ConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, Boolean) - nameWithType: AlignmentEvidence.ConfidenceFor(LiftAlignedSpanPair, bool) - nameWithType.vb: AlignmentEvidence.ConfidenceFor(LiftAlignedSpanPair, Boolean) + fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.ConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, System.Boolean) + nameWithType: AlignmentEvidence.ConfidenceFor(LiftAlignedSpanPair, Boolean) - uid: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.ConfidenceFor* name: ConfidenceFor href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_AlignmentEvidence_ConfidenceFor_ @@ -524,14 +479,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.ConfidenceFor nameWithType: AlignmentEvidence.ConfidenceFor - uid: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.Covers(System.Int16,System.Int16) - name: Covers(short, short) + name: Covers(Int16, Int16) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_AlignmentEvidence_Covers_System_Int16_System_Int16_ commentId: M:Sdl.Core.FineGrainedAlignment.AlignmentEvidence.Covers(System.Int16,System.Int16) - name.vb: Covers(Short, Short) - fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.Covers(short, short) - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.Covers(Short, Short) - nameWithType: AlignmentEvidence.Covers(short, short) - nameWithType.vb: AlignmentEvidence.Covers(Short, Short) + fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.Covers(System.Int16, System.Int16) + nameWithType: AlignmentEvidence.Covers(Int16, Int16) - uid: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.Covers* name: Covers href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_AlignmentEvidence_Covers_ @@ -599,14 +551,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.LastTargetTokenIndex nameWithType: AlignmentEvidence.LastTargetTokenIndex - uid: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.SourceConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean) - name: SourceConfidenceFor(LiftAlignedSpanPair, bool) + name: SourceConfidenceFor(LiftAlignedSpanPair, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_AlignmentEvidence_SourceConfidenceFor_Sdl_Core_FineGrainedAlignment_Core_LiftAlignedSpanPair_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.AlignmentEvidence.SourceConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean) - name.vb: SourceConfidenceFor(LiftAlignedSpanPair, Boolean) - fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.SourceConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.SourceConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, Boolean) - nameWithType: AlignmentEvidence.SourceConfidenceFor(LiftAlignedSpanPair, bool) - nameWithType.vb: AlignmentEvidence.SourceConfidenceFor(LiftAlignedSpanPair, Boolean) + fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.SourceConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, System.Boolean) + nameWithType: AlignmentEvidence.SourceConfidenceFor(LiftAlignedSpanPair, Boolean) - uid: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.SourceConfidenceFor* name: SourceConfidenceFor href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_AlignmentEvidence_SourceConfidenceFor_ @@ -614,14 +563,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.SourceConfidenceFor nameWithType: AlignmentEvidence.SourceConfidenceFor - uid: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.TargetConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean) - name: TargetConfidenceFor(LiftAlignedSpanPair, bool) + name: TargetConfidenceFor(LiftAlignedSpanPair, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_AlignmentEvidence_TargetConfidenceFor_Sdl_Core_FineGrainedAlignment_Core_LiftAlignedSpanPair_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.AlignmentEvidence.TargetConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean) - name.vb: TargetConfidenceFor(LiftAlignedSpanPair, Boolean) - fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.TargetConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.TargetConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, Boolean) - nameWithType: AlignmentEvidence.TargetConfidenceFor(LiftAlignedSpanPair, bool) - nameWithType.vb: AlignmentEvidence.TargetConfidenceFor(LiftAlignedSpanPair, Boolean) + fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.TargetConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, System.Boolean) + nameWithType: AlignmentEvidence.TargetConfidenceFor(LiftAlignedSpanPair, Boolean) - uid: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.TargetConfidenceFor* name: TargetConfidenceFor href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_AlignmentEvidence_TargetConfidenceFor_ @@ -676,6 +622,12 @@ references: commentId: F:Sdl.Core.FineGrainedAlignment.AlignResult.PairUntokenized fullName: Sdl.Core.FineGrainedAlignment.AlignResult.PairUntokenized nameWithType: AlignResult.PairUntokenized +- uid: Sdl.Core.FineGrainedAlignment.AlignResult.value__ + name: value__ + href: api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignResult.html#Sdl_Core_FineGrainedAlignment_AlignResult_value__ + commentId: F:Sdl.Core.FineGrainedAlignment.AlignResult.value__ + fullName: Sdl.Core.FineGrainedAlignment.AlignResult.value__ + nameWithType: AlignResult.value__ - uid: Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3 name: BilingualChiSquareComputer3 href: api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.html @@ -686,20 +638,17 @@ references: name: BilingualChiSquareComputer3(DataLocation2, Func>>) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.html#Sdl_Core_FineGrainedAlignment_BilingualChiSquareComputer3__ctor_Sdl_LanguagePlatform_Stat_DataLocation2_System_Func_System_Threading_Tasks_Task_Sdl_LanguagePlatform_Core_Pair_Sdl_LanguagePlatform_Stat_IntSegment____ commentId: M:Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.#ctor(Sdl.LanguagePlatform.Stat.DataLocation2,System.Func{System.Threading.Tasks.Task{Sdl.LanguagePlatform.Core.Pair{Sdl.LanguagePlatform.Stat.IntSegment}}}) - name.vb: New(DataLocation2, Func(Of Task(Of Pair(Of IntSegment)))) + name.vb: BilingualChiSquareComputer3(DataLocation2, Func(Of Task(Of Pair(Of IntSegment)))) fullName: Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.BilingualChiSquareComputer3(Sdl.LanguagePlatform.Stat.DataLocation2, System.Func>>) - fullName.vb: Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.New(Sdl.LanguagePlatform.Stat.DataLocation2, System.Func(Of System.Threading.Tasks.Task(Of Sdl.LanguagePlatform.Core.Pair(Of Sdl.LanguagePlatform.Stat.IntSegment)))) + fullName.vb: Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.BilingualChiSquareComputer3(Sdl.LanguagePlatform.Stat.DataLocation2, System.Func(Of System.Threading.Tasks.Task(Of Sdl.LanguagePlatform.Core.Pair(Of Sdl.LanguagePlatform.Stat.IntSegment)))) nameWithType: BilingualChiSquareComputer3.BilingualChiSquareComputer3(DataLocation2, Func>>) - nameWithType.vb: BilingualChiSquareComputer3.New(DataLocation2, Func(Of Task(Of Pair(Of IntSegment)))) + nameWithType.vb: BilingualChiSquareComputer3.BilingualChiSquareComputer3(DataLocation2, Func(Of Task(Of Pair(Of IntSegment)))) - uid: Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.#ctor* name: BilingualChiSquareComputer3 href: api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.html#Sdl_Core_FineGrainedAlignment_BilingualChiSquareComputer3__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.BilingualChiSquareComputer3 - fullName.vb: Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.New nameWithType: BilingualChiSquareComputer3.BilingualChiSquareComputer3 - nameWithType.vb: BilingualChiSquareComputer3.New - uid: Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.Progress name: Progress href: api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.html#Sdl_Core_FineGrainedAlignment_BilingualChiSquareComputer3_Progress @@ -734,20 +683,14 @@ references: name: Settings() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.html#Sdl_Core_FineGrainedAlignment_BilingualPhraseComputer3_Settings__ctor commentId: M:Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.Settings() - fullName.vb: Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.New() nameWithType: BilingualPhraseComputer3.Settings.Settings() - nameWithType.vb: BilingualPhraseComputer3.Settings.New() - uid: Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.#ctor* name: Settings href: api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.html#Sdl_Core_FineGrainedAlignment_BilingualPhraseComputer3_Settings__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.Settings - fullName.vb: Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.New nameWithType: BilingualPhraseComputer3.Settings.Settings - nameWithType.vb: BilingualPhraseComputer3.Settings.New - uid: Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.Incremental name: Incremental href: api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.html#Sdl_Core_FineGrainedAlignment_BilingualPhraseComputer3_Settings_Incremental @@ -776,29 +719,20 @@ references: name: ChiSquaredAligner(ChiSquaredTranslationModel, AlignerSettings) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner__ctor_Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModel_Sdl_Core_FineGrainedAlignment_AlignerSettings_ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.#ctor(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel,Sdl.Core.FineGrainedAlignment.AlignerSettings) - name.vb: New(ChiSquaredTranslationModel, AlignerSettings) fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.ChiSquaredAligner(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel, Sdl.Core.FineGrainedAlignment.AlignerSettings) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.New(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel, Sdl.Core.FineGrainedAlignment.AlignerSettings) nameWithType: ChiSquaredAligner.ChiSquaredAligner(ChiSquaredTranslationModel, AlignerSettings) - nameWithType.vb: ChiSquaredAligner.New(ChiSquaredTranslationModel, AlignerSettings) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.#ctor(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,Sdl.Core.FineGrainedAlignment.AlignerSettings) name: ChiSquaredAligner(ChiSquaredTranslationModel, ICultureMetadataManager, AlignerSettings) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner__ctor_Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModel_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_Sdl_Core_FineGrainedAlignment_AlignerSettings_ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.#ctor(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,Sdl.Core.FineGrainedAlignment.AlignerSettings) - name.vb: New(ChiSquaredTranslationModel, ICultureMetadataManager, AlignerSettings) fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.ChiSquaredAligner(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, Sdl.Core.FineGrainedAlignment.AlignerSettings) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.New(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, Sdl.Core.FineGrainedAlignment.AlignerSettings) nameWithType: ChiSquaredAligner.ChiSquaredAligner(ChiSquaredTranslationModel, ICultureMetadataManager, AlignerSettings) - nameWithType.vb: ChiSquaredAligner.New(ChiSquaredTranslationModel, ICultureMetadataManager, AlignerSettings) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.#ctor* name: ChiSquaredAligner href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.ChiSquaredAligner - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.New nameWithType: ChiSquaredAligner.ChiSquaredAligner - nameWithType.vb: ChiSquaredAligner.New - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner._cultureMetadataManager name: _cultureMetadataManager href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner__cultureMetadataManager @@ -821,14 +755,14 @@ references: nameWithType: ChiSquaredAligner.AlignAsync(IEnumerable) nameWithType.vb: ChiSquaredAligner.AlignAsync(IEnumerable(Of IAlignableContentPair)) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32}) - name: AlignAsync(IEnumerable, CancellationToken, IProgress) + name: AlignAsync(IEnumerable, CancellationToken, IProgress) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner_AlignAsync_System_Collections_Generic_IEnumerable_Sdl_Core_FineGrainedAlignment_IAlignableContentPair__System_Threading_CancellationToken_System_IProgress_System_Int32__ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32}) - name.vb: AlignAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Integer)) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignAsync(System.Collections.Generic.IEnumerable, System.Threading.CancellationToken, System.IProgress) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.IAlignableContentPair), System.Threading.CancellationToken, System.IProgress(Of Integer)) - nameWithType: ChiSquaredAligner.AlignAsync(IEnumerable, CancellationToken, IProgress) - nameWithType.vb: ChiSquaredAligner.AlignAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Integer)) + name.vb: AlignAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Int32)) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignAsync(System.Collections.Generic.IEnumerable, System.Threading.CancellationToken, System.IProgress) + fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.IAlignableContentPair), System.Threading.CancellationToken, System.IProgress(Of System.Int32)) + nameWithType: ChiSquaredAligner.AlignAsync(IEnumerable, CancellationToken, IProgress) + nameWithType.vb: ChiSquaredAligner.AlignAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Int32)) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignAsync* name: AlignAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner_AlignAsync_ @@ -845,14 +779,14 @@ references: nameWithType: ChiSquaredAligner.AlignExAsync(IEnumerable) nameWithType.vb: ChiSquaredAligner.AlignExAsync(IEnumerable(Of IAlignableContentPair)) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignExAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32}) - name: AlignExAsync(IEnumerable, CancellationToken, IProgress) + name: AlignExAsync(IEnumerable, CancellationToken, IProgress) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner_AlignExAsync_System_Collections_Generic_IEnumerable_Sdl_Core_FineGrainedAlignment_IAlignableContentPair__System_Threading_CancellationToken_System_IProgress_System_Int32__ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignExAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32}) - name.vb: AlignExAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Integer)) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignExAsync(System.Collections.Generic.IEnumerable, System.Threading.CancellationToken, System.IProgress) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignExAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.IAlignableContentPair), System.Threading.CancellationToken, System.IProgress(Of Integer)) - nameWithType: ChiSquaredAligner.AlignExAsync(IEnumerable, CancellationToken, IProgress) - nameWithType.vb: ChiSquaredAligner.AlignExAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Integer)) + name.vb: AlignExAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Int32)) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignExAsync(System.Collections.Generic.IEnumerable, System.Threading.CancellationToken, System.IProgress) + fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignExAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.IAlignableContentPair), System.Threading.CancellationToken, System.IProgress(Of System.Int32)) + nameWithType: ChiSquaredAligner.AlignExAsync(IEnumerable, CancellationToken, IProgress) + nameWithType.vb: ChiSquaredAligner.AlignExAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Int32)) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignExAsync* name: AlignExAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner_AlignExAsync_ @@ -860,14 +794,14 @@ references: fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignExAsync nameWithType: ChiSquaredAligner.AlignExAsync - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignInternalAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32}) - name: AlignInternalAsync(IEnumerable, CancellationToken, IProgress) + name: AlignInternalAsync(IEnumerable, CancellationToken, IProgress) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner_AlignInternalAsync_System_Collections_Generic_IEnumerable_Sdl_Core_FineGrainedAlignment_IAlignableContentPair__System_Threading_CancellationToken_System_IProgress_System_Int32__ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignInternalAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32}) - name.vb: AlignInternalAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Integer)) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignInternalAsync(System.Collections.Generic.IEnumerable, System.Threading.CancellationToken, System.IProgress) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignInternalAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.IAlignableContentPair), System.Threading.CancellationToken, System.IProgress(Of Integer)) - nameWithType: ChiSquaredAligner.AlignInternalAsync(IEnumerable, CancellationToken, IProgress) - nameWithType.vb: ChiSquaredAligner.AlignInternalAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Integer)) + name.vb: AlignInternalAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Int32)) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignInternalAsync(System.Collections.Generic.IEnumerable, System.Threading.CancellationToken, System.IProgress) + fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignInternalAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.IAlignableContentPair), System.Threading.CancellationToken, System.IProgress(Of System.Int32)) + nameWithType: ChiSquaredAligner.AlignInternalAsync(IEnumerable, CancellationToken, IProgress) + nameWithType.vb: ChiSquaredAligner.AlignInternalAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Int32)) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.AlignInternalAsync* name: AlignInternalAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner_AlignInternalAsync_ @@ -896,32 +830,26 @@ references: fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter nameWithType: ChiSquaredAligner.CodedTokenIndexConverter - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.#ctor(System.Collections.Generic.List{System.Int16}) - name: CodedTokenIndexConverter(List) + name: CodedTokenIndexConverter(List) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner_CodedTokenIndexConverter__ctor_System_Collections_Generic_List_System_Int16__ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.#ctor(System.Collections.Generic.List{System.Int16}) - name.vb: New(List(Of Short)) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.CodedTokenIndexConverter(System.Collections.Generic.List) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.New(System.Collections.Generic.List(Of Short)) - nameWithType: ChiSquaredAligner.CodedTokenIndexConverter.CodedTokenIndexConverter(List) - nameWithType.vb: ChiSquaredAligner.CodedTokenIndexConverter.New(List(Of Short)) + name.vb: CodedTokenIndexConverter(List(Of Int16)) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.CodedTokenIndexConverter(System.Collections.Generic.List) + fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.CodedTokenIndexConverter(System.Collections.Generic.List(Of System.Int16)) + nameWithType: ChiSquaredAligner.CodedTokenIndexConverter.CodedTokenIndexConverter(List) + nameWithType.vb: ChiSquaredAligner.CodedTokenIndexConverter.CodedTokenIndexConverter(List(Of Int16)) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.#ctor* name: CodedTokenIndexConverter href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner_CodedTokenIndexConverter__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.CodedTokenIndexConverter - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.New nameWithType: ChiSquaredAligner.CodedTokenIndexConverter.CodedTokenIndexConverter - nameWithType.vb: ChiSquaredAligner.CodedTokenIndexConverter.New - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan(System.Int32) - name: CodedTokenIndexToTUSpan(int) + name: CodedTokenIndexToTUSpan(Int32) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner_CodedTokenIndexConverter_CodedTokenIndexToTUSpan_System_Int32_ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan(System.Int32) - name.vb: CodedTokenIndexToTUSpan(Integer) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan(int) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan(Integer) - nameWithType: ChiSquaredAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan(int) - nameWithType.vb: ChiSquaredAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan(Integer) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan(System.Int32) + nameWithType: ChiSquaredAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan(Int32) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan* name: CodedTokenIndexToTUSpan href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner_CodedTokenIndexConverter_CodedTokenIndexToTUSpan_ @@ -950,29 +878,20 @@ references: name: NullModelException() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner_NullModelException__ctor commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.NullModelException() - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.New() nameWithType: ChiSquaredAligner.NullModelException.NullModelException() - nameWithType.vb: ChiSquaredAligner.NullModelException.New() - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.#ctor* name: NullModelException href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner_NullModelException__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.NullModelException - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.New nameWithType: ChiSquaredAligner.NullModelException.NullModelException - nameWithType.vb: ChiSquaredAligner.NullModelException.New - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.SetBulkModeAsync(System.Boolean) - name: SetBulkModeAsync(bool) + name: SetBulkModeAsync(Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner_SetBulkModeAsync_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.SetBulkModeAsync(System.Boolean) - name.vb: SetBulkModeAsync(Boolean) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.SetBulkModeAsync(bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.SetBulkModeAsync(Boolean) - nameWithType: ChiSquaredAligner.SetBulkModeAsync(bool) - nameWithType.vb: ChiSquaredAligner.SetBulkModeAsync(Boolean) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.SetBulkModeAsync(System.Boolean) + nameWithType: ChiSquaredAligner.SetBulkModeAsync(Boolean) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.SetBulkModeAsync* name: SetBulkModeAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner_SetBulkModeAsync_ @@ -980,13 +899,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.SetBulkModeAsync nameWithType: ChiSquaredAligner.SetBulkModeAsync - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.SetErrorLogger(System.Action{System.Exception,System.String}) - name: SetErrorLogger(Action) + name: SetErrorLogger(Action) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.html#Sdl_Core_FineGrainedAlignment_ChiSquaredAligner_SetErrorLogger_System_Action_System_Exception_System_String__ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.SetErrorLogger(System.Action{System.Exception,System.String}) name.vb: SetErrorLogger(Action(Of Exception, String)) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.SetErrorLogger(System.Action) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.SetErrorLogger(System.Action(Of System.Exception, String)) - nameWithType: ChiSquaredAligner.SetErrorLogger(Action) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.SetErrorLogger(System.Action) + fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.SetErrorLogger(System.Action(Of System.Exception, System.String)) + nameWithType: ChiSquaredAligner.SetErrorLogger(Action) nameWithType.vb: ChiSquaredAligner.SetErrorLogger(Action(Of Exception, String)) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.SetErrorLogger* name: SetErrorLogger @@ -1016,29 +935,23 @@ references: name: ChiSquaredLiftAligner(ChiSquaredTranslationModel, ICultureMetadataManager, AlignerSettings) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.html#Sdl_Core_FineGrainedAlignment_ChiSquaredLiftAligner__ctor_Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModel_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_Sdl_Core_FineGrainedAlignment_AlignerSettings_ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.#ctor(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,Sdl.Core.FineGrainedAlignment.AlignerSettings) - name.vb: New(ChiSquaredTranslationModel, ICultureMetadataManager, AlignerSettings) fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.ChiSquaredLiftAligner(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, Sdl.Core.FineGrainedAlignment.AlignerSettings) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.New(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, Sdl.Core.FineGrainedAlignment.AlignerSettings) nameWithType: ChiSquaredLiftAligner.ChiSquaredLiftAligner(ChiSquaredTranslationModel, ICultureMetadataManager, AlignerSettings) - nameWithType.vb: ChiSquaredLiftAligner.New(ChiSquaredTranslationModel, ICultureMetadataManager, AlignerSettings) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.#ctor* name: ChiSquaredLiftAligner href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.html#Sdl_Core_FineGrainedAlignment_ChiSquaredLiftAligner__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.ChiSquaredLiftAligner - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.New nameWithType: ChiSquaredLiftAligner.ChiSquaredLiftAligner - nameWithType.vb: ChiSquaredLiftAligner.New - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.AlignInternalAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32}) - name: AlignInternalAsync(IEnumerable, CancellationToken, IProgress) + name: AlignInternalAsync(IEnumerable, CancellationToken, IProgress) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.html#Sdl_Core_FineGrainedAlignment_ChiSquaredLiftAligner_AlignInternalAsync_System_Collections_Generic_IEnumerable_Sdl_Core_FineGrainedAlignment_IAlignableContentPair__System_Threading_CancellationToken_System_IProgress_System_Int32__ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.AlignInternalAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32}) - name.vb: AlignInternalAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Integer)) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.AlignInternalAsync(System.Collections.Generic.IEnumerable, System.Threading.CancellationToken, System.IProgress) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.AlignInternalAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.IAlignableContentPair), System.Threading.CancellationToken, System.IProgress(Of Integer)) - nameWithType: ChiSquaredLiftAligner.AlignInternalAsync(IEnumerable, CancellationToken, IProgress) - nameWithType.vb: ChiSquaredLiftAligner.AlignInternalAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Integer)) + name.vb: AlignInternalAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Int32)) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.AlignInternalAsync(System.Collections.Generic.IEnumerable, System.Threading.CancellationToken, System.IProgress) + fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.AlignInternalAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.IAlignableContentPair), System.Threading.CancellationToken, System.IProgress(Of System.Int32)) + nameWithType: ChiSquaredLiftAligner.AlignInternalAsync(IEnumerable, CancellationToken, IProgress) + nameWithType.vb: ChiSquaredLiftAligner.AlignInternalAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Int32)) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.AlignInternalAsync* name: AlignInternalAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.html#Sdl_Core_FineGrainedAlignment_ChiSquaredLiftAligner_AlignInternalAsync_ @@ -1052,32 +965,29 @@ references: fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel nameWithType: ChiSquaredTranslationModel - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.#ctor(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly,System.String,Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,System.Nullable{System.DateTime},System.Int32,System.Int32,Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) - name: ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, string, TranslationModelId, List, CultureCode, CultureCode, DateTime?, int, int, TranslationModelBuilderSettings) + name: ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List, CultureCode, CultureCode, Nullable, Int32, Int32, TranslationModelBuilderSettings) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModel__ctor_Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_System_String_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Collections_Generic_List_Sdl_Core_FineGrainedAlignment_AlignableCorpusId__Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_System_Nullable_System_DateTime__System_Int32_System_Int32_Sdl_Core_FineGrainedAlignment_TranslationModelBuilderSettings_ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.#ctor(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly,System.String,Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,System.Nullable{System.DateTime},System.Int32,System.Int32,Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) - name.vb: New(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List(Of AlignableCorpusId), CultureCode, CultureCode, Date?, Integer, Integer, TranslationModelBuilderSettings) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.ChiSquaredTranslationModel(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly, string, Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.List, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, System.DateTime?, int, int, Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.New(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly, String, Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.List(Of Sdl.Core.FineGrainedAlignment.AlignableCorpusId), Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Date?, Integer, Integer, Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) - nameWithType: ChiSquaredTranslationModel.ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, string, TranslationModelId, List, CultureCode, CultureCode, DateTime?, int, int, TranslationModelBuilderSettings) - nameWithType.vb: ChiSquaredTranslationModel.New(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List(Of AlignableCorpusId), CultureCode, CultureCode, Date?, Integer, Integer, TranslationModelBuilderSettings) + name.vb: ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List(Of AlignableCorpusId), CultureCode, CultureCode, Nullable(Of DateTime), Int32, Int32, TranslationModelBuilderSettings) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.ChiSquaredTranslationModel(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly, System.String, Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.List, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, System.Nullable, System.Int32, System.Int32, Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) + fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.ChiSquaredTranslationModel(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly, System.String, Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.List(Of Sdl.Core.FineGrainedAlignment.AlignableCorpusId), Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, System.Nullable(Of System.DateTime), System.Int32, System.Int32, Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) + nameWithType: ChiSquaredTranslationModel.ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List, CultureCode, CultureCode, Nullable, Int32, Int32, TranslationModelBuilderSettings) + nameWithType.vb: ChiSquaredTranslationModel.ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List(Of AlignableCorpusId), CultureCode, CultureCode, Nullable(Of DateTime), Int32, Int32, TranslationModelBuilderSettings) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.#ctor(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly,System.String,Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,System.Nullable{System.DateTime},System.Int32,System.Int32,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) - name: ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, string, TranslationModelId, List, CultureCode, CultureCode, DateTime?, int, int, ICultureMetadataManager, TranslationModelBuilderSettings) + name: ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List, CultureCode, CultureCode, Nullable, Int32, Int32, ICultureMetadataManager, TranslationModelBuilderSettings) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModel__ctor_Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_System_String_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Collections_Generic_List_Sdl_Core_FineGrainedAlignment_AlignableCorpusId__Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_System_Nullable_System_DateTime__System_Int32_System_Int32_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_Sdl_Core_FineGrainedAlignment_TranslationModelBuilderSettings_ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.#ctor(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly,System.String,Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,System.Nullable{System.DateTime},System.Int32,System.Int32,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) - name.vb: New(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List(Of AlignableCorpusId), CultureCode, CultureCode, Date?, Integer, Integer, ICultureMetadataManager, TranslationModelBuilderSettings) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.ChiSquaredTranslationModel(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly, string, Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.List, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, System.DateTime?, int, int, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.New(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly, String, Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.List(Of Sdl.Core.FineGrainedAlignment.AlignableCorpusId), Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Date?, Integer, Integer, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) - nameWithType: ChiSquaredTranslationModel.ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, string, TranslationModelId, List, CultureCode, CultureCode, DateTime?, int, int, ICultureMetadataManager, TranslationModelBuilderSettings) - nameWithType.vb: ChiSquaredTranslationModel.New(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List(Of AlignableCorpusId), CultureCode, CultureCode, Date?, Integer, Integer, ICultureMetadataManager, TranslationModelBuilderSettings) + name.vb: ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List(Of AlignableCorpusId), CultureCode, CultureCode, Nullable(Of DateTime), Int32, Int32, ICultureMetadataManager, TranslationModelBuilderSettings) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.ChiSquaredTranslationModel(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly, System.String, Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.List, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, System.Nullable, System.Int32, System.Int32, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) + fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.ChiSquaredTranslationModel(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly, System.String, Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.List(Of Sdl.Core.FineGrainedAlignment.AlignableCorpusId), Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, System.Nullable(Of System.DateTime), System.Int32, System.Int32, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) + nameWithType: ChiSquaredTranslationModel.ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List, CultureCode, CultureCode, Nullable, Int32, Int32, ICultureMetadataManager, TranslationModelBuilderSettings) + nameWithType.vb: ChiSquaredTranslationModel.ChiSquaredTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List(Of AlignableCorpusId), CultureCode, CultureCode, Nullable(Of DateTime), Int32, Int32, ICultureMetadataManager, TranslationModelBuilderSettings) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.#ctor* name: ChiSquaredTranslationModel href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModel__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.ChiSquaredTranslationModel - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.New nameWithType: ChiSquaredTranslationModel.ChiSquaredTranslationModel - nameWithType.vb: ChiSquaredTranslationModel.New - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.BuildModelAsync(Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync) name: BuildModelAsync(IAlignableCorpusManagerAsync) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModel_BuildModelAsync_Sdl_Core_FineGrainedAlignment_IAlignableCorpusManagerAsync_ @@ -1118,13 +1028,13 @@ references: nameWithType: ChiSquaredTranslationModel.MeasureModelFitnessAsync(List) nameWithType.vb: ChiSquaredTranslationModel.MeasureModelFitnessAsync(List(Of IAlignableContentPair)) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.MeasureModelFitnessAsync(System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Tokenization.Token},System.Boolean) - name: MeasureModelFitnessAsync(List, bool) + name: MeasureModelFitnessAsync(List, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModel_MeasureModelFitnessAsync_System_Collections_Generic_List_Sdl_LanguagePlatform_Core_Tokenization_Token__System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.MeasureModelFitnessAsync(System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Tokenization.Token},System.Boolean) name.vb: MeasureModelFitnessAsync(List(Of Token), Boolean) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.MeasureModelFitnessAsync(System.Collections.Generic.List, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.MeasureModelFitnessAsync(System.Collections.Generic.List(Of Sdl.LanguagePlatform.Core.Tokenization.Token), Boolean) - nameWithType: ChiSquaredTranslationModel.MeasureModelFitnessAsync(List, bool) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.MeasureModelFitnessAsync(System.Collections.Generic.List, System.Boolean) + fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.MeasureModelFitnessAsync(System.Collections.Generic.List(Of Sdl.LanguagePlatform.Core.Tokenization.Token), System.Boolean) + nameWithType: ChiSquaredTranslationModel.MeasureModelFitnessAsync(List, Boolean) nameWithType.vb: ChiSquaredTranslationModel.MeasureModelFitnessAsync(List(Of Token), Boolean) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.MeasureModelFitnessAsync* name: MeasureModelFitnessAsync @@ -1214,29 +1124,20 @@ references: name: ChiSquaredTranslationModelBuilder(ChiSquaredTranslationModel, IAlignableCorpusManagerAsync, TranslationModelBuilderSettings) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelBuilder__ctor_Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModel_Sdl_Core_FineGrainedAlignment_IAlignableCorpusManagerAsync_Sdl_Core_FineGrainedAlignment_TranslationModelBuilderSettings_ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.#ctor(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel,Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync,Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) - name.vb: New(ChiSquaredTranslationModel, IAlignableCorpusManagerAsync, TranslationModelBuilderSettings) fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.ChiSquaredTranslationModelBuilder(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel, Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync, Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.New(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel, Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync, Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) nameWithType: ChiSquaredTranslationModelBuilder.ChiSquaredTranslationModelBuilder(ChiSquaredTranslationModel, IAlignableCorpusManagerAsync, TranslationModelBuilderSettings) - nameWithType.vb: ChiSquaredTranslationModelBuilder.New(ChiSquaredTranslationModel, IAlignableCorpusManagerAsync, TranslationModelBuilderSettings) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.#ctor(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel,Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) name: ChiSquaredTranslationModelBuilder(ChiSquaredTranslationModel, IAlignableCorpusManagerAsync, ICultureMetadataManager, TranslationModelBuilderSettings) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelBuilder__ctor_Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModel_Sdl_Core_FineGrainedAlignment_IAlignableCorpusManagerAsync_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_Sdl_Core_FineGrainedAlignment_TranslationModelBuilderSettings_ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.#ctor(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel,Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) - name.vb: New(ChiSquaredTranslationModel, IAlignableCorpusManagerAsync, ICultureMetadataManager, TranslationModelBuilderSettings) fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.ChiSquaredTranslationModelBuilder(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel, Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.New(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel, Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) nameWithType: ChiSquaredTranslationModelBuilder.ChiSquaredTranslationModelBuilder(ChiSquaredTranslationModel, IAlignableCorpusManagerAsync, ICultureMetadataManager, TranslationModelBuilderSettings) - nameWithType.vb: ChiSquaredTranslationModelBuilder.New(ChiSquaredTranslationModel, IAlignableCorpusManagerAsync, ICultureMetadataManager, TranslationModelBuilderSettings) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.#ctor* name: ChiSquaredTranslationModelBuilder href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelBuilder__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.ChiSquaredTranslationModelBuilder - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.New nameWithType: ChiSquaredTranslationModelBuilder.ChiSquaredTranslationModelBuilder - nameWithType.vb: ChiSquaredTranslationModelBuilder.New - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.CanBuildModel name: CanBuildModel() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelBuilder_CanBuildModel @@ -1313,20 +1214,14 @@ references: name: ChiSquaredTranslationModelId() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelId__ctor commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.ChiSquaredTranslationModelId() - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.New() nameWithType: ChiSquaredTranslationModelId.ChiSquaredTranslationModelId() - nameWithType.vb: ChiSquaredTranslationModelId.New() - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.#ctor* name: ChiSquaredTranslationModelId href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelId__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.ChiSquaredTranslationModelId - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.New nameWithType: ChiSquaredTranslationModelId.ChiSquaredTranslationModelId - nameWithType.vb: ChiSquaredTranslationModelId.New - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.Deserialize(System.IO.BinaryReader) name: Deserialize(BinaryReader) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelId_Deserialize_System_IO_BinaryReader_ @@ -1385,20 +1280,14 @@ references: name: ChiSquaredTranslationModelStoreReadOnly(ITranslationModelDataService, TranslationModelDetails, TranslationModelId) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelStoreReadOnly__ctor_Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_Sdl_Core_FineGrainedAlignment_TranslationModelDetails_Sdl_Core_FineGrainedAlignment_TranslationModelId_ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.#ctor(Sdl.Core.FineGrainedAlignment.ITranslationModelDataService,Sdl.Core.FineGrainedAlignment.TranslationModelDetails,Sdl.Core.FineGrainedAlignment.TranslationModelId) - name.vb: New(ITranslationModelDataService, TranslationModelDetails, TranslationModelId) fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.ChiSquaredTranslationModelStoreReadOnly(Sdl.Core.FineGrainedAlignment.ITranslationModelDataService, Sdl.Core.FineGrainedAlignment.TranslationModelDetails, Sdl.Core.FineGrainedAlignment.TranslationModelId) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.New(Sdl.Core.FineGrainedAlignment.ITranslationModelDataService, Sdl.Core.FineGrainedAlignment.TranslationModelDetails, Sdl.Core.FineGrainedAlignment.TranslationModelId) nameWithType: ChiSquaredTranslationModelStoreReadOnly.ChiSquaredTranslationModelStoreReadOnly(ITranslationModelDataService, TranslationModelDetails, TranslationModelId) - nameWithType.vb: ChiSquaredTranslationModelStoreReadOnly.New(ITranslationModelDataService, TranslationModelDetails, TranslationModelId) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.#ctor* name: ChiSquaredTranslationModelStoreReadOnly href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelStoreReadOnly__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.ChiSquaredTranslationModelStoreReadOnly - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.New nameWithType: ChiSquaredTranslationModelStoreReadOnly.ChiSquaredTranslationModelStoreReadOnly - nameWithType.vb: ChiSquaredTranslationModelStoreReadOnly.New - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.GetSampleCountAsync name: GetSampleCountAsync() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelStoreReadOnly_GetSampleCountAsync @@ -1424,13 +1313,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.GetTranslationModelDateAsync nameWithType: ChiSquaredTranslationModelStoreReadOnly.GetTranslationModelDateAsync - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) - name: LoadMatrixData2Async(IReadOnlyCollection, bool) + name: LoadMatrixData2Async(IReadOnlyCollection, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) name.vb: LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest), Boolean) - nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection, bool) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection, System.Boolean) + fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest), System.Boolean) + nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection, Boolean) nameWithType.vb: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async* name: LoadMatrixData2Async @@ -1439,23 +1328,20 @@ references: fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) - name: LoadMatrixDataAsync(HashSet, HashSet, bool) + name: LoadMatrixDataAsync(HashSet, HashSet, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) - name.vb: LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer), Boolean) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet(Of Integer), System.Collections.Generic.HashSet(Of Integer), Boolean) - nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet, HashSet, bool) - nameWithType.vb: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer), Boolean) + name.vb: LoadMatrixDataAsync(HashSet(Of Int32), HashSet(Of Int32), Boolean) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet, System.Boolean) + fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet(Of System.Int32), System.Collections.Generic.HashSet(Of System.Int32), System.Boolean) + nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet, HashSet, Boolean) + nameWithType.vb: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet(Of Int32), HashSet(Of Int32), Boolean) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) - name: LoadMatrixDataAsync(int, int, bool) + name: LoadMatrixDataAsync(Int32, Int32, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Int32_System_Int32_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) - name.vb: LoadMatrixDataAsync(Integer, Integer, Boolean) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer, Boolean) - nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int, bool) - nameWithType.vb: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer, Boolean) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32, System.Int32, System.Boolean) + nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Int32, Int32, Boolean) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync* name: LoadMatrixDataAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_ @@ -1463,13 +1349,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(System.Boolean,System.Collections.Generic.IEnumerable{System.String}) - name: LoadVocabAsync(bool, IEnumerable) + name: LoadVocabAsync(Boolean, IEnumerable) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelStoreReadOnly_LoadVocabAsync_System_Boolean_System_Collections_Generic_IEnumerable_System_String__ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(System.Boolean,System.Collections.Generic.IEnumerable{System.String}) name.vb: LoadVocabAsync(Boolean, IEnumerable(Of String)) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(bool, System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(Boolean, System.Collections.Generic.IEnumerable(Of String)) - nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(bool, IEnumerable) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(System.Boolean, System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(System.Boolean, System.Collections.Generic.IEnumerable(Of System.String)) + nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(Boolean, IEnumerable) nameWithType.vb: ChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(Boolean, IEnumerable(Of String)) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync* name: LoadVocabAsync @@ -1478,14 +1364,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(System.Boolean) - name: TotalVocabSizeAsync(bool) + name: TotalVocabSizeAsync(Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelStoreReadOnly_TotalVocabSizeAsync_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(System.Boolean) - name.vb: TotalVocabSizeAsync(Boolean) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(Boolean) - nameWithType: ChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(bool) - nameWithType.vb: ChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(Boolean) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(System.Boolean) + nameWithType: ChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(Boolean) - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync* name: TotalVocabSizeAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelStoreReadOnly_TotalVocabSizeAsync_ @@ -1499,41 +1382,29 @@ references: fullName: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2 nameWithType: CooccurrenceCounter2 - uid: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.#ctor(System.String) - name: CooccurrenceCounter2(string) + name: CooccurrenceCounter2(String) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.html#Sdl_Core_FineGrainedAlignment_CooccurrenceCounter2__ctor_System_String_ commentId: M:Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.CooccurrenceCounter2(string) - fullName.vb: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.New(String) - nameWithType: CooccurrenceCounter2.CooccurrenceCounter2(string) - nameWithType.vb: CooccurrenceCounter2.New(String) + fullName: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.CooccurrenceCounter2(System.String) + nameWithType: CooccurrenceCounter2.CooccurrenceCounter2(String) - uid: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.#ctor(System.String,System.Int32) - name: CooccurrenceCounter2(string, int) + name: CooccurrenceCounter2(String, Int32) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.html#Sdl_Core_FineGrainedAlignment_CooccurrenceCounter2__ctor_System_String_System_Int32_ commentId: M:Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.#ctor(System.String,System.Int32) - name.vb: New(String, Integer) - fullName: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.CooccurrenceCounter2(string, int) - fullName.vb: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.New(String, Integer) - nameWithType: CooccurrenceCounter2.CooccurrenceCounter2(string, int) - nameWithType.vb: CooccurrenceCounter2.New(String, Integer) + fullName: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.CooccurrenceCounter2(System.String, System.Int32) + nameWithType: CooccurrenceCounter2.CooccurrenceCounter2(String, Int32) - uid: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.#ctor* name: CooccurrenceCounter2 href: api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.html#Sdl_Core_FineGrainedAlignment_CooccurrenceCounter2__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.CooccurrenceCounter2 - fullName.vb: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.New nameWithType: CooccurrenceCounter2.CooccurrenceCounter2 - nameWithType.vb: CooccurrenceCounter2.New - uid: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.Count(System.Int32,System.Int32) - name: Count(int, int) + name: Count(Int32, Int32) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.html#Sdl_Core_FineGrainedAlignment_CooccurrenceCounter2_Count_System_Int32_System_Int32_ commentId: M:Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.Count(System.Int32,System.Int32) - name.vb: Count(Integer, Integer) - fullName: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.Count(int, int) - fullName.vb: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.Count(Integer, Integer) - nameWithType: CooccurrenceCounter2.Count(int, int) - nameWithType.vb: CooccurrenceCounter2.Count(Integer, Integer) + fullName: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.Count(System.Int32, System.Int32) + nameWithType: CooccurrenceCounter2.Count(Int32, Int32) - uid: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.Count* name: Count href: api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.html#Sdl_Core_FineGrainedAlignment_CooccurrenceCounter2_Count_ @@ -1553,14 +1424,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.Dispose nameWithType: CooccurrenceCounter2.Dispose - uid: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.Merge(System.Int32) - name: Merge(int) + name: Merge(Int32) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.html#Sdl_Core_FineGrainedAlignment_CooccurrenceCounter2_Merge_System_Int32_ commentId: M:Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.Merge(System.Int32) - name.vb: Merge(Integer) - fullName: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.Merge(int) - fullName.vb: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.Merge(Integer) - nameWithType: CooccurrenceCounter2.Merge(int) - nameWithType.vb: CooccurrenceCounter2.Merge(Integer) + fullName: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.Merge(System.Int32) + nameWithType: CooccurrenceCounter2.Merge(Int32) - uid: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.Merge* name: Merge href: api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.html#Sdl_Core_FineGrainedAlignment_CooccurrenceCounter2_Merge_ @@ -1679,11 +1547,8 @@ references: name: GetAlignedPredatedContentPairCount(DateTime) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpus.html#Sdl_Core_FineGrainedAlignment_IAlignableCorpus_GetAlignedPredatedContentPairCount_System_DateTime_ commentId: M:Sdl.Core.FineGrainedAlignment.IAlignableCorpus.GetAlignedPredatedContentPairCount(System.DateTime) - name.vb: GetAlignedPredatedContentPairCount(Date) fullName: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.GetAlignedPredatedContentPairCount(System.DateTime) - fullName.vb: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.GetAlignedPredatedContentPairCount(Date) nameWithType: IAlignableCorpus.GetAlignedPredatedContentPairCount(DateTime) - nameWithType.vb: IAlignableCorpus.GetAlignedPredatedContentPairCount(Date) - uid: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.GetAlignedPredatedContentPairCount* name: GetAlignedPredatedContentPairCount href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpus.html#Sdl_Core_FineGrainedAlignment_IAlignableCorpus_GetAlignedPredatedContentPairCount_ @@ -1718,11 +1583,8 @@ references: name: GetPostdatedContentPairCount(DateTime) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpus.html#Sdl_Core_FineGrainedAlignment_IAlignableCorpus_GetPostdatedContentPairCount_System_DateTime_ commentId: M:Sdl.Core.FineGrainedAlignment.IAlignableCorpus.GetPostdatedContentPairCount(System.DateTime) - name.vb: GetPostdatedContentPairCount(Date) fullName: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.GetPostdatedContentPairCount(System.DateTime) - fullName.vb: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.GetPostdatedContentPairCount(Date) nameWithType: IAlignableCorpus.GetPostdatedContentPairCount(DateTime) - nameWithType.vb: IAlignableCorpus.GetPostdatedContentPairCount(Date) - uid: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.GetPostdatedContentPairCount* name: GetPostdatedContentPairCount href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpus.html#Sdl_Core_FineGrainedAlignment_IAlignableCorpus_GetPostdatedContentPairCount_ @@ -1790,14 +1652,14 @@ references: fullName: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.UnalignedContentPairCount nameWithType: IAlignableCorpus.UnalignedContentPairCount - uid: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.UnalignedCount(System.Nullable{System.DateTime}) - name: UnalignedCount(DateTime?) + name: UnalignedCount(Nullable) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpus.html#Sdl_Core_FineGrainedAlignment_IAlignableCorpus_UnalignedCount_System_Nullable_System_DateTime__ commentId: M:Sdl.Core.FineGrainedAlignment.IAlignableCorpus.UnalignedCount(System.Nullable{System.DateTime}) - name.vb: UnalignedCount(Date?) - fullName: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.UnalignedCount(System.DateTime?) - fullName.vb: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.UnalignedCount(Date?) - nameWithType: IAlignableCorpus.UnalignedCount(DateTime?) - nameWithType.vb: IAlignableCorpus.UnalignedCount(Date?) + name.vb: UnalignedCount(Nullable(Of DateTime)) + fullName: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.UnalignedCount(System.Nullable) + fullName.vb: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.UnalignedCount(System.Nullable(Of System.DateTime)) + nameWithType: IAlignableCorpus.UnalignedCount(Nullable) + nameWithType.vb: IAlignableCorpus.UnalignedCount(Nullable(Of DateTime)) - uid: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.UnalignedCount* name: UnalignedCount href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpus.html#Sdl_Core_FineGrainedAlignment_IAlignableCorpus_UnalignedCount_ @@ -1805,14 +1667,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.UnalignedCount nameWithType: IAlignableCorpus.UnalignedCount - uid: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.UnalignedUnscheduledContentPairCount(System.Int32,System.DateTime) - name: UnalignedUnscheduledContentPairCount(int, DateTime) + name: UnalignedUnscheduledContentPairCount(Int32, DateTime) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpus.html#Sdl_Core_FineGrainedAlignment_IAlignableCorpus_UnalignedUnscheduledContentPairCount_System_Int32_System_DateTime_ commentId: M:Sdl.Core.FineGrainedAlignment.IAlignableCorpus.UnalignedUnscheduledContentPairCount(System.Int32,System.DateTime) - name.vb: UnalignedUnscheduledContentPairCount(Integer, Date) - fullName: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.UnalignedUnscheduledContentPairCount(int, System.DateTime) - fullName.vb: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.UnalignedUnscheduledContentPairCount(Integer, Date) - nameWithType: IAlignableCorpus.UnalignedUnscheduledContentPairCount(int, DateTime) - nameWithType.vb: IAlignableCorpus.UnalignedUnscheduledContentPairCount(Integer, Date) + fullName: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.UnalignedUnscheduledContentPairCount(System.Int32, System.DateTime) + nameWithType: IAlignableCorpus.UnalignedUnscheduledContentPairCount(Int32, DateTime) - uid: Sdl.Core.FineGrainedAlignment.IAlignableCorpus.UnalignedUnscheduledContentPairCount* name: UnalignedUnscheduledContentPairCount href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpus.html#Sdl_Core_FineGrainedAlignment_IAlignableCorpus_UnalignedUnscheduledContentPairCount_ @@ -1829,11 +1688,8 @@ references: name: GetAlignedPredatedContentPairCountAsync(DateTime) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.html#Sdl_Core_FineGrainedAlignment_IAlignableCorpusAsync_GetAlignedPredatedContentPairCountAsync_System_DateTime_ commentId: M:Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.GetAlignedPredatedContentPairCountAsync(System.DateTime) - name.vb: GetAlignedPredatedContentPairCountAsync(Date) fullName: Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.GetAlignedPredatedContentPairCountAsync(System.DateTime) - fullName.vb: Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.GetAlignedPredatedContentPairCountAsync(Date) nameWithType: IAlignableCorpusAsync.GetAlignedPredatedContentPairCountAsync(DateTime) - nameWithType.vb: IAlignableCorpusAsync.GetAlignedPredatedContentPairCountAsync(Date) - uid: Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.GetAlignedPredatedContentPairCountAsync* name: GetAlignedPredatedContentPairCountAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.html#Sdl_Core_FineGrainedAlignment_IAlignableCorpusAsync_GetAlignedPredatedContentPairCountAsync_ @@ -1880,11 +1736,8 @@ references: name: GetPostdatedContentPairCountAsync(DateTime) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.html#Sdl_Core_FineGrainedAlignment_IAlignableCorpusAsync_GetPostdatedContentPairCountAsync_System_DateTime_ commentId: M:Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.GetPostdatedContentPairCountAsync(System.DateTime) - name.vb: GetPostdatedContentPairCountAsync(Date) fullName: Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.GetPostdatedContentPairCountAsync(System.DateTime) - fullName.vb: Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.GetPostdatedContentPairCountAsync(Date) nameWithType: IAlignableCorpusAsync.GetPostdatedContentPairCountAsync(DateTime) - nameWithType.vb: IAlignableCorpusAsync.GetPostdatedContentPairCountAsync(Date) - uid: Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.GetPostdatedContentPairCountAsync* name: GetPostdatedContentPairCountAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.html#Sdl_Core_FineGrainedAlignment_IAlignableCorpusAsync_GetPostdatedContentPairCountAsync_ @@ -1892,14 +1745,14 @@ references: fullName: Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.GetPostdatedContentPairCountAsync nameWithType: IAlignableCorpusAsync.GetPostdatedContentPairCountAsync - uid: Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.GetUnalignedCountAsync(System.Nullable{System.DateTime}) - name: GetUnalignedCountAsync(DateTime?) + name: GetUnalignedCountAsync(Nullable) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.html#Sdl_Core_FineGrainedAlignment_IAlignableCorpusAsync_GetUnalignedCountAsync_System_Nullable_System_DateTime__ commentId: M:Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.GetUnalignedCountAsync(System.Nullable{System.DateTime}) - name.vb: GetUnalignedCountAsync(Date?) - fullName: Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.GetUnalignedCountAsync(System.DateTime?) - fullName.vb: Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.GetUnalignedCountAsync(Date?) - nameWithType: IAlignableCorpusAsync.GetUnalignedCountAsync(DateTime?) - nameWithType.vb: IAlignableCorpusAsync.GetUnalignedCountAsync(Date?) + name.vb: GetUnalignedCountAsync(Nullable(Of DateTime)) + fullName: Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.GetUnalignedCountAsync(System.Nullable) + fullName.vb: Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.GetUnalignedCountAsync(System.Nullable(Of System.DateTime)) + nameWithType: IAlignableCorpusAsync.GetUnalignedCountAsync(Nullable) + nameWithType.vb: IAlignableCorpusAsync.GetUnalignedCountAsync(Nullable(Of DateTime)) - uid: Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.GetUnalignedCountAsync* name: GetUnalignedCountAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync.html#Sdl_Core_FineGrainedAlignment_IAlignableCorpusAsync_GetUnalignedCountAsync_ @@ -2036,13 +1889,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.ClearTranslationModelAsync nameWithType: IChiSquaredTranslationModelStore.ClearTranslationModelAsync - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SaveVocabAsync(System.Boolean,System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry}) - name: SaveVocabAsync(bool, IEnumerable) + name: SaveVocabAsync(Boolean, IEnumerable) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStore_SaveVocabAsync_System_Boolean_System_Collections_Generic_IEnumerable_Sdl_Core_FineGrainedAlignment_Model_TranslationModelVocabEntry__ commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SaveVocabAsync(System.Boolean,System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry}) name.vb: SaveVocabAsync(Boolean, IEnumerable(Of TranslationModelVocabEntry)) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SaveVocabAsync(bool, System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SaveVocabAsync(Boolean, System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry)) - nameWithType: IChiSquaredTranslationModelStore.SaveVocabAsync(bool, IEnumerable) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SaveVocabAsync(System.Boolean, System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SaveVocabAsync(System.Boolean, System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry)) + nameWithType: IChiSquaredTranslationModelStore.SaveVocabAsync(Boolean, IEnumerable) nameWithType.vb: IChiSquaredTranslationModelStore.SaveVocabAsync(Boolean, IEnumerable(Of TranslationModelVocabEntry)) - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SaveVocabAsync* name: SaveVocabAsync @@ -2051,14 +1904,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SaveVocabAsync nameWithType: IChiSquaredTranslationModelStore.SaveVocabAsync - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetSampleCountAsync(System.Int32) - name: SetSampleCountAsync(int) + name: SetSampleCountAsync(Int32) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStore_SetSampleCountAsync_System_Int32_ commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetSampleCountAsync(System.Int32) - name.vb: SetSampleCountAsync(Integer) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetSampleCountAsync(int) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetSampleCountAsync(Integer) - nameWithType: IChiSquaredTranslationModelStore.SetSampleCountAsync(int) - nameWithType.vb: IChiSquaredTranslationModelStore.SetSampleCountAsync(Integer) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetSampleCountAsync(System.Int32) + nameWithType: IChiSquaredTranslationModelStore.SetSampleCountAsync(Int32) - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetSampleCountAsync* name: SetSampleCountAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStore_SetSampleCountAsync_ @@ -2066,14 +1916,14 @@ references: fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetSampleCountAsync nameWithType: IChiSquaredTranslationModelStore.SetSampleCountAsync - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetTranslationModelDateAsync(System.Nullable{System.DateTime}) - name: SetTranslationModelDateAsync(DateTime?) + name: SetTranslationModelDateAsync(Nullable) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStore_SetTranslationModelDateAsync_System_Nullable_System_DateTime__ commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetTranslationModelDateAsync(System.Nullable{System.DateTime}) - name.vb: SetTranslationModelDateAsync(Date?) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetTranslationModelDateAsync(System.DateTime?) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetTranslationModelDateAsync(Date?) - nameWithType: IChiSquaredTranslationModelStore.SetTranslationModelDateAsync(DateTime?) - nameWithType.vb: IChiSquaredTranslationModelStore.SetTranslationModelDateAsync(Date?) + name.vb: SetTranslationModelDateAsync(Nullable(Of DateTime)) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetTranslationModelDateAsync(System.Nullable) + fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetTranslationModelDateAsync(System.Nullable(Of System.DateTime)) + nameWithType: IChiSquaredTranslationModelStore.SetTranslationModelDateAsync(Nullable) + nameWithType.vb: IChiSquaredTranslationModelStore.SetTranslationModelDateAsync(Nullable(Of DateTime)) - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetTranslationModelDateAsync* name: SetTranslationModelDateAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStore_SetTranslationModelDateAsync_ @@ -2081,13 +1931,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetTranslationModelDateAsync nameWithType: IChiSquaredTranslationModelStore.SetTranslationModelDateAsync - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Boolean) - name: WriteMatrixDataAsync(IEnumerable, bool) + name: WriteMatrixDataAsync(IEnumerable, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStore_WriteMatrixDataAsync_System_Collections_Generic_IEnumerable_Sdl_Core_FineGrainedAlignment_Model_TranslationModelMatrixEntry__System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Boolean) name.vb: WriteMatrixDataAsync(IEnumerable(Of TranslationModelMatrixEntry), Boolean) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync(System.Collections.Generic.IEnumerable, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry), Boolean) - nameWithType: IChiSquaredTranslationModelStore.WriteMatrixDataAsync(IEnumerable, bool) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync(System.Collections.Generic.IEnumerable, System.Boolean) + fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry), System.Boolean) + nameWithType: IChiSquaredTranslationModelStore.WriteMatrixDataAsync(IEnumerable, Boolean) nameWithType.vb: IChiSquaredTranslationModelStore.WriteMatrixDataAsync(IEnumerable(Of TranslationModelMatrixEntry), Boolean) - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync* name: WriteMatrixDataAsync @@ -2126,13 +1976,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.GetTranslationModelDateAsync nameWithType: IChiSquaredTranslationModelStoreReadOnly.GetTranslationModelDateAsync - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) - name: LoadMatrixData2Async(IReadOnlyCollection, bool) + name: LoadMatrixData2Async(IReadOnlyCollection, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) name.vb: LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest), Boolean) - nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection, bool) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection, System.Boolean) + fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest), System.Boolean) + nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection, Boolean) nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async* name: LoadMatrixData2Async @@ -2141,23 +1991,20 @@ references: fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) - name: LoadMatrixDataAsync(HashSet, HashSet, bool) + name: LoadMatrixDataAsync(HashSet, HashSet, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) - name.vb: LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer), Boolean) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet(Of Integer), System.Collections.Generic.HashSet(Of Integer), Boolean) - nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet, HashSet, bool) - nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer), Boolean) + name.vb: LoadMatrixDataAsync(HashSet(Of Int32), HashSet(Of Int32), Boolean) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet, System.Boolean) + fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet(Of System.Int32), System.Collections.Generic.HashSet(Of System.Int32), System.Boolean) + nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet, HashSet, Boolean) + nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet(Of Int32), HashSet(Of Int32), Boolean) - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) - name: LoadMatrixDataAsync(int, int, bool) + name: LoadMatrixDataAsync(Int32, Int32, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Int32_System_Int32_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) - name.vb: LoadMatrixDataAsync(Integer, Integer, Boolean) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer, Boolean) - nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int, bool) - nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer, Boolean) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32, System.Int32, System.Boolean) + nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Int32, Int32, Boolean) - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync* name: LoadMatrixDataAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_ @@ -2165,13 +2012,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(System.Boolean,System.Collections.Generic.IEnumerable{System.String}) - name: LoadVocabAsync(bool, IEnumerable) + name: LoadVocabAsync(Boolean, IEnumerable) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadVocabAsync_System_Boolean_System_Collections_Generic_IEnumerable_System_String__ commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(System.Boolean,System.Collections.Generic.IEnumerable{System.String}) name.vb: LoadVocabAsync(Boolean, IEnumerable(Of String)) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(bool, System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(Boolean, System.Collections.Generic.IEnumerable(Of String)) - nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(bool, IEnumerable) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(System.Boolean, System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(System.Boolean, System.Collections.Generic.IEnumerable(Of System.String)) + nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(Boolean, IEnumerable) nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(Boolean, IEnumerable(Of String)) - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync* name: LoadVocabAsync @@ -2180,14 +2027,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(System.Boolean) - name: TotalVocabSizeAsync(bool) + name: TotalVocabSizeAsync(Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_TotalVocabSizeAsync_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(System.Boolean) - name.vb: TotalVocabSizeAsync(Boolean) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(Boolean) - nameWithType: IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(bool) - nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(Boolean) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(System.Boolean) + nameWithType: IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(Boolean) - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync* name: TotalVocabSizeAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_TotalVocabSizeAsync_ @@ -2210,14 +2054,14 @@ references: nameWithType: IFineGrainedAligner.AlignAsync(IEnumerable) nameWithType.vb: IFineGrainedAligner.AlignAsync(IEnumerable(Of IAlignableContentPair)) - uid: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.AlignAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32}) - name: AlignAsync(IEnumerable, CancellationToken, IProgress) + name: AlignAsync(IEnumerable, CancellationToken, IProgress) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.html#Sdl_Core_FineGrainedAlignment_IFineGrainedAligner_AlignAsync_System_Collections_Generic_IEnumerable_Sdl_Core_FineGrainedAlignment_IAlignableContentPair__System_Threading_CancellationToken_System_IProgress_System_Int32__ commentId: M:Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.AlignAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32}) - name.vb: AlignAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Integer)) - fullName: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.AlignAsync(System.Collections.Generic.IEnumerable, System.Threading.CancellationToken, System.IProgress) - fullName.vb: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.AlignAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.IAlignableContentPair), System.Threading.CancellationToken, System.IProgress(Of Integer)) - nameWithType: IFineGrainedAligner.AlignAsync(IEnumerable, CancellationToken, IProgress) - nameWithType.vb: IFineGrainedAligner.AlignAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Integer)) + name.vb: AlignAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Int32)) + fullName: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.AlignAsync(System.Collections.Generic.IEnumerable, System.Threading.CancellationToken, System.IProgress) + fullName.vb: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.AlignAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.IAlignableContentPair), System.Threading.CancellationToken, System.IProgress(Of System.Int32)) + nameWithType: IFineGrainedAligner.AlignAsync(IEnumerable, CancellationToken, IProgress) + nameWithType.vb: IFineGrainedAligner.AlignAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Int32)) - uid: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.AlignAsync* name: AlignAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.html#Sdl_Core_FineGrainedAlignment_IFineGrainedAligner_AlignAsync_ @@ -2234,14 +2078,14 @@ references: nameWithType: IFineGrainedAligner.AlignExAsync(IEnumerable) nameWithType.vb: IFineGrainedAligner.AlignExAsync(IEnumerable(Of IAlignableContentPair)) - uid: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.AlignExAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32}) - name: AlignExAsync(IEnumerable, CancellationToken, IProgress) + name: AlignExAsync(IEnumerable, CancellationToken, IProgress) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.html#Sdl_Core_FineGrainedAlignment_IFineGrainedAligner_AlignExAsync_System_Collections_Generic_IEnumerable_Sdl_Core_FineGrainedAlignment_IAlignableContentPair__System_Threading_CancellationToken_System_IProgress_System_Int32__ commentId: M:Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.AlignExAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32}) - name.vb: AlignExAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Integer)) - fullName: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.AlignExAsync(System.Collections.Generic.IEnumerable, System.Threading.CancellationToken, System.IProgress) - fullName.vb: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.AlignExAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.IAlignableContentPair), System.Threading.CancellationToken, System.IProgress(Of Integer)) - nameWithType: IFineGrainedAligner.AlignExAsync(IEnumerable, CancellationToken, IProgress) - nameWithType.vb: IFineGrainedAligner.AlignExAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Integer)) + name.vb: AlignExAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Int32)) + fullName: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.AlignExAsync(System.Collections.Generic.IEnumerable, System.Threading.CancellationToken, System.IProgress) + fullName.vb: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.AlignExAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.IAlignableContentPair), System.Threading.CancellationToken, System.IProgress(Of System.Int32)) + nameWithType: IFineGrainedAligner.AlignExAsync(IEnumerable, CancellationToken, IProgress) + nameWithType.vb: IFineGrainedAligner.AlignExAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Int32)) - uid: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.AlignExAsync* name: AlignExAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.html#Sdl_Core_FineGrainedAlignment_IFineGrainedAligner_AlignExAsync_ @@ -2276,14 +2120,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.GetBulkMode nameWithType: IFineGrainedAligner.GetBulkMode - uid: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.SetBulkModeAsync(System.Boolean) - name: SetBulkModeAsync(bool) + name: SetBulkModeAsync(Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.html#Sdl_Core_FineGrainedAlignment_IFineGrainedAligner_SetBulkModeAsync_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.SetBulkModeAsync(System.Boolean) - name.vb: SetBulkModeAsync(Boolean) - fullName: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.SetBulkModeAsync(bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.SetBulkModeAsync(Boolean) - nameWithType: IFineGrainedAligner.SetBulkModeAsync(bool) - nameWithType.vb: IFineGrainedAligner.SetBulkModeAsync(Boolean) + fullName: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.SetBulkModeAsync(System.Boolean) + nameWithType: IFineGrainedAligner.SetBulkModeAsync(Boolean) - uid: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.SetBulkModeAsync* name: SetBulkModeAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.html#Sdl_Core_FineGrainedAlignment_IFineGrainedAligner_SetBulkModeAsync_ @@ -2291,13 +2132,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.SetBulkModeAsync nameWithType: IFineGrainedAligner.SetBulkModeAsync - uid: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.SetErrorLogger(System.Action{System.Exception,System.String}) - name: SetErrorLogger(Action) + name: SetErrorLogger(Action) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.html#Sdl_Core_FineGrainedAlignment_IFineGrainedAligner_SetErrorLogger_System_Action_System_Exception_System_String__ commentId: M:Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.SetErrorLogger(System.Action{System.Exception,System.String}) name.vb: SetErrorLogger(Action(Of Exception, String)) - fullName: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.SetErrorLogger(System.Action) - fullName.vb: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.SetErrorLogger(System.Action(Of System.Exception, String)) - nameWithType: IFineGrainedAligner.SetErrorLogger(Action) + fullName: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.SetErrorLogger(System.Action) + fullName.vb: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.SetErrorLogger(System.Action(Of System.Exception, System.String)) + nameWithType: IFineGrainedAligner.SetErrorLogger(Action) nameWithType.vb: IFineGrainedAligner.SetErrorLogger(Action(Of Exception, String)) - uid: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.SetErrorLogger* name: SetErrorLogger @@ -2366,13 +2207,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.GetModelDetailsAsync nameWithType: ITranslationModelDataService.GetModelDetailsAsync - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) - name: LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection, bool) + name: LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_LoadMatrixData2Async_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) name.vb: LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) - fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.IReadOnlyCollection, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest), Boolean) - nameWithType: ITranslationModelDataService.LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection, bool) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.IReadOnlyCollection, System.Boolean) + fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest), System.Boolean) + nameWithType: ITranslationModelDataService.LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection, Boolean) nameWithType.vb: ITranslationModelDataService.LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async* name: LoadMatrixData2Async @@ -2381,23 +2222,20 @@ references: fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async nameWithType: ITranslationModelDataService.LoadMatrixData2Async - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) - name: LoadMatrixDataAsync(TranslationModelId, HashSet, HashSet, bool) + name: LoadMatrixDataAsync(TranslationModelId, HashSet, HashSet, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_LoadMatrixDataAsync_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) - name.vb: LoadMatrixDataAsync(TranslationModelId, HashSet(Of Integer), HashSet(Of Integer), Boolean) - fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.HashSet, System.Collections.Generic.HashSet, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.HashSet(Of Integer), System.Collections.Generic.HashSet(Of Integer), Boolean) - nameWithType: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, HashSet, HashSet, bool) - nameWithType.vb: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, HashSet(Of Integer), HashSet(Of Integer), Boolean) + name.vb: LoadMatrixDataAsync(TranslationModelId, HashSet(Of Int32), HashSet(Of Int32), Boolean) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.HashSet, System.Collections.Generic.HashSet, System.Boolean) + fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.HashSet(Of System.Int32), System.Collections.Generic.HashSet(Of System.Int32), System.Boolean) + nameWithType: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, HashSet, HashSet, Boolean) + nameWithType.vb: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, HashSet(Of Int32), HashSet(Of Int32), Boolean) - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32,System.Boolean) - name: LoadMatrixDataAsync(TranslationModelId, int, int, bool) + name: LoadMatrixDataAsync(TranslationModelId, Int32, Int32, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_LoadMatrixDataAsync_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Int32_System_Int32_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32,System.Boolean) - name.vb: LoadMatrixDataAsync(TranslationModelId, Integer, Integer, Boolean) - fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, int, int, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, Integer, Integer, Boolean) - nameWithType: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, int, int, bool) - nameWithType.vb: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, Integer, Integer, Boolean) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Int32, System.Int32, System.Boolean) + nameWithType: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, Int32, Int32, Boolean) - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync* name: LoadMatrixDataAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_LoadMatrixDataAsync_ @@ -2405,13 +2243,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync nameWithType: ITranslationModelDataService.LoadMatrixDataAsync - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadVocabAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Boolean,System.Collections.Generic.IEnumerable{System.String}) - name: LoadVocabAsync(TranslationModelId, bool, IEnumerable) + name: LoadVocabAsync(TranslationModelId, Boolean, IEnumerable) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_LoadVocabAsync_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Boolean_System_Collections_Generic_IEnumerable_System_String__ commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadVocabAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Boolean,System.Collections.Generic.IEnumerable{System.String}) name.vb: LoadVocabAsync(TranslationModelId, Boolean, IEnumerable(Of String)) - fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadVocabAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, bool, System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadVocabAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, Boolean, System.Collections.Generic.IEnumerable(Of String)) - nameWithType: ITranslationModelDataService.LoadVocabAsync(TranslationModelId, bool, IEnumerable) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadVocabAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Boolean, System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadVocabAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Boolean, System.Collections.Generic.IEnumerable(Of System.String)) + nameWithType: ITranslationModelDataService.LoadVocabAsync(TranslationModelId, Boolean, IEnumerable) nameWithType.vb: ITranslationModelDataService.LoadVocabAsync(TranslationModelId, Boolean, IEnumerable(Of String)) - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadVocabAsync* name: LoadVocabAsync @@ -2420,14 +2258,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadVocabAsync nameWithType: ITranslationModelDataService.LoadVocabAsync - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.TotalVocabSizeAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Boolean) - name: TotalVocabSizeAsync(TranslationModelId, bool) + name: TotalVocabSizeAsync(TranslationModelId, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_TotalVocabSizeAsync_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.TotalVocabSizeAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Boolean) - name.vb: TotalVocabSizeAsync(TranslationModelId, Boolean) - fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.TotalVocabSizeAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.TotalVocabSizeAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, Boolean) - nameWithType: ITranslationModelDataService.TotalVocabSizeAsync(TranslationModelId, bool) - nameWithType.vb: ITranslationModelDataService.TotalVocabSizeAsync(TranslationModelId, Boolean) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.TotalVocabSizeAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Boolean) + nameWithType: ITranslationModelDataService.TotalVocabSizeAsync(TranslationModelId, Boolean) - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.TotalVocabSizeAsync* name: TotalVocabSizeAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_TotalVocabSizeAsync_ @@ -2441,13 +2276,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService nameWithType: ITranslationModelManagementService - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.AddModelAsync(System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.Core.FineGrainedAlignment.TranslationModelTypes) - name: AddModelAsync(string, List, CultureCode, CultureCode, TranslationModelTypes) + name: AddModelAsync(String, List, CultureCode, CultureCode, TranslationModelTypes) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelManagementService_AddModelAsync_System_String_System_Collections_Generic_List_Sdl_Core_FineGrainedAlignment_AlignableCorpusId__Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_Sdl_Core_FineGrainedAlignment_TranslationModelTypes_ commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.AddModelAsync(System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.Core.FineGrainedAlignment.TranslationModelTypes) name.vb: AddModelAsync(String, List(Of AlignableCorpusId), CultureCode, CultureCode, TranslationModelTypes) - fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.AddModelAsync(string, System.Collections.Generic.List, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.Core.FineGrainedAlignment.TranslationModelTypes) - fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.AddModelAsync(String, System.Collections.Generic.List(Of Sdl.Core.FineGrainedAlignment.AlignableCorpusId), Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.Core.FineGrainedAlignment.TranslationModelTypes) - nameWithType: ITranslationModelManagementService.AddModelAsync(string, List, CultureCode, CultureCode, TranslationModelTypes) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.AddModelAsync(System.String, System.Collections.Generic.List, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.Core.FineGrainedAlignment.TranslationModelTypes) + fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.AddModelAsync(System.String, System.Collections.Generic.List(Of Sdl.Core.FineGrainedAlignment.AlignableCorpusId), Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.Core.FineGrainedAlignment.TranslationModelTypes) + nameWithType: ITranslationModelManagementService.AddModelAsync(String, List, CultureCode, CultureCode, TranslationModelTypes) nameWithType.vb: ITranslationModelManagementService.AddModelAsync(String, List(Of AlignableCorpusId), CultureCode, CultureCode, TranslationModelTypes) - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.AddModelAsync* name: AddModelAsync @@ -2540,13 +2375,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.ShouldBuildModelAsync nameWithType: ITranslationModelManagementService.ShouldBuildModelAsync - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.UpdateModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId}) - name: UpdateModelAsync(TranslationModelId, string, List) + name: UpdateModelAsync(TranslationModelId, String, List) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelManagementService_UpdateModelAsync_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_String_System_Collections_Generic_List_Sdl_Core_FineGrainedAlignment_AlignableCorpusId__ commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.UpdateModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId}) name.vb: UpdateModelAsync(TranslationModelId, String, List(Of AlignableCorpusId)) - fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.UpdateModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, string, System.Collections.Generic.List) - fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.UpdateModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, String, System.Collections.Generic.List(Of Sdl.Core.FineGrainedAlignment.AlignableCorpusId)) - nameWithType: ITranslationModelManagementService.UpdateModelAsync(TranslationModelId, string, List) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.UpdateModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.String, System.Collections.Generic.List) + fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.UpdateModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.String, System.Collections.Generic.List(Of Sdl.Core.FineGrainedAlignment.AlignableCorpusId)) + nameWithType: ITranslationModelManagementService.UpdateModelAsync(TranslationModelId, String, List) nameWithType.vb: ITranslationModelManagementService.UpdateModelAsync(TranslationModelId, String, List(Of AlignableCorpusId)) - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.UpdateModelAsync* name: UpdateModelAsync @@ -2561,13 +2396,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManager nameWithType: ITranslationModelManager - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.AddModelAsync(System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.Core.FineGrainedAlignment.TranslationModelTypes) - name: AddModelAsync(string, List, CultureCode, CultureCode, TranslationModelTypes) + name: AddModelAsync(String, List, CultureCode, CultureCode, TranslationModelTypes) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManager.html#Sdl_Core_FineGrainedAlignment_ITranslationModelManager_AddModelAsync_System_String_System_Collections_Generic_List_Sdl_Core_FineGrainedAlignment_AlignableCorpusId__Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_Sdl_Core_FineGrainedAlignment_TranslationModelTypes_ commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelManager.AddModelAsync(System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.Core.FineGrainedAlignment.TranslationModelTypes) name.vb: AddModelAsync(String, List(Of AlignableCorpusId), CultureCode, CultureCode, TranslationModelTypes) - fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.AddModelAsync(string, System.Collections.Generic.List, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.Core.FineGrainedAlignment.TranslationModelTypes) - fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.AddModelAsync(String, System.Collections.Generic.List(Of Sdl.Core.FineGrainedAlignment.AlignableCorpusId), Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.Core.FineGrainedAlignment.TranslationModelTypes) - nameWithType: ITranslationModelManager.AddModelAsync(string, List, CultureCode, CultureCode, TranslationModelTypes) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.AddModelAsync(System.String, System.Collections.Generic.List, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.Core.FineGrainedAlignment.TranslationModelTypes) + fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.AddModelAsync(System.String, System.Collections.Generic.List(Of Sdl.Core.FineGrainedAlignment.AlignableCorpusId), Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.Core.FineGrainedAlignment.TranslationModelTypes) + nameWithType: ITranslationModelManager.AddModelAsync(String, List, CultureCode, CultureCode, TranslationModelTypes) nameWithType.vb: ITranslationModelManager.AddModelAsync(String, List(Of AlignableCorpusId), CultureCode, CultureCode, TranslationModelTypes) - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.AddModelAsync* name: AddModelAsync @@ -2624,13 +2459,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelsAsync nameWithType: ITranslationModelManager.GetModelsAsync - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.UpdateModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId}) - name: UpdateModelAsync(TranslationModelId, string, List) + name: UpdateModelAsync(TranslationModelId, String, List) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManager.html#Sdl_Core_FineGrainedAlignment_ITranslationModelManager_UpdateModelAsync_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_String_System_Collections_Generic_List_Sdl_Core_FineGrainedAlignment_AlignableCorpusId__ commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelManager.UpdateModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId}) name.vb: UpdateModelAsync(TranslationModelId, String, List(Of AlignableCorpusId)) - fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.UpdateModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, string, System.Collections.Generic.List) - fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.UpdateModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, String, System.Collections.Generic.List(Of Sdl.Core.FineGrainedAlignment.AlignableCorpusId)) - nameWithType: ITranslationModelManager.UpdateModelAsync(TranslationModelId, string, List) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.UpdateModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.String, System.Collections.Generic.List) + fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.UpdateModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.String, System.Collections.Generic.List(Of Sdl.Core.FineGrainedAlignment.AlignableCorpusId)) + nameWithType: ITranslationModelManager.UpdateModelAsync(TranslationModelId, String, List) nameWithType.vb: ITranslationModelManager.UpdateModelAsync(TranslationModelId, String, List(Of AlignableCorpusId)) - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.UpdateModelAsync* name: UpdateModelAsync @@ -2648,20 +2483,14 @@ references: name: LiftAligner(CultureCode, CultureCode) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.html#Sdl_Core_FineGrainedAlignment_LiftAligner__ctor_Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_ commentId: M:Sdl.Core.FineGrainedAlignment.LiftAligner.#ctor(Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode) - name.vb: New(CultureCode, CultureCode) fullName: Sdl.Core.FineGrainedAlignment.LiftAligner.LiftAligner(Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode) - fullName.vb: Sdl.Core.FineGrainedAlignment.LiftAligner.New(Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode) nameWithType: LiftAligner.LiftAligner(CultureCode, CultureCode) - nameWithType.vb: LiftAligner.New(CultureCode, CultureCode) - uid: Sdl.Core.FineGrainedAlignment.LiftAligner.#ctor* name: LiftAligner href: api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.html#Sdl_Core_FineGrainedAlignment_LiftAligner__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.LiftAligner.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.LiftAligner.LiftAligner - fullName.vb: Sdl.Core.FineGrainedAlignment.LiftAligner.New nameWithType: LiftAligner.LiftAligner - nameWithType.vb: LiftAligner.New - uid: Sdl.Core.FineGrainedAlignment.LiftAligner.Align(Sdl.Core.FineGrainedAlignment.IAlignableContentPair,Sdl.Core.FineGrainedAlignment.Core.SimpleTree{Sdl.Core.FineGrainedAlignment.Core.LiftSpan},Sdl.Core.FineGrainedAlignment.Core.SimpleTree{Sdl.Core.FineGrainedAlignment.Core.LiftSpan},System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignmentEvidence}) name: Align(IAlignableContentPair, SimpleTree, SimpleTree, List) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.html#Sdl_Core_FineGrainedAlignment_LiftAligner_Align_Sdl_Core_FineGrainedAlignment_IAlignableContentPair_Sdl_Core_FineGrainedAlignment_Core_SimpleTree_Sdl_Core_FineGrainedAlignment_Core_LiftSpan__Sdl_Core_FineGrainedAlignment_Core_SimpleTree_Sdl_Core_FineGrainedAlignment_Core_LiftSpan__System_Collections_Generic_List_Sdl_Core_FineGrainedAlignment_AlignmentEvidence__ @@ -2711,23 +2540,17 @@ references: fullName: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis nameWithType: LiftAligner.SpanHypothesis - uid: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.#ctor(System.Int32,System.Int32,System.Int32,System.Int32) - name: SpanHypothesis(int, int, int, int) + name: SpanHypothesis(Int32, Int32, Int32, Int32) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.html#Sdl_Core_FineGrainedAlignment_LiftAligner_SpanHypothesis__ctor_System_Int32_System_Int32_System_Int32_System_Int32_ commentId: M:Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.#ctor(System.Int32,System.Int32,System.Int32,System.Int32) - name.vb: New(Integer, Integer, Integer, Integer) - fullName: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.SpanHypothesis(int, int, int, int) - fullName.vb: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.New(Integer, Integer, Integer, Integer) - nameWithType: LiftAligner.SpanHypothesis.SpanHypothesis(int, int, int, int) - nameWithType.vb: LiftAligner.SpanHypothesis.New(Integer, Integer, Integer, Integer) + fullName: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.SpanHypothesis(System.Int32, System.Int32, System.Int32, System.Int32) + nameWithType: LiftAligner.SpanHypothesis.SpanHypothesis(Int32, Int32, Int32, Int32) - uid: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.#ctor* name: SpanHypothesis href: api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.html#Sdl_Core_FineGrainedAlignment_LiftAligner_SpanHypothesis__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.SpanHypothesis - fullName.vb: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.New nameWithType: LiftAligner.SpanHypothesis.SpanHypothesis - nameWithType.vb: LiftAligner.SpanHypothesis.New - uid: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.Block name: Block() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.html#Sdl_Core_FineGrainedAlignment_LiftAligner_SpanHypothesis_Block @@ -2807,41 +2630,32 @@ references: fullName: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray nameWithType: LiftAligner.SpanHypothesisArray - uid: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.#ctor(System.Int32,System.Int32,System.Int32,System.Int32) - name: SpanHypothesisArray(int, int, int, int) + name: SpanHypothesisArray(Int32, Int32, Int32, Int32) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.html#Sdl_Core_FineGrainedAlignment_LiftAligner_SpanHypothesisArray__ctor_System_Int32_System_Int32_System_Int32_System_Int32_ commentId: M:Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.#ctor(System.Int32,System.Int32,System.Int32,System.Int32) - name.vb: New(Integer, Integer, Integer, Integer) - fullName: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.SpanHypothesisArray(int, int, int, int) - fullName.vb: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.New(Integer, Integer, Integer, Integer) - nameWithType: LiftAligner.SpanHypothesisArray.SpanHypothesisArray(int, int, int, int) - nameWithType.vb: LiftAligner.SpanHypothesisArray.New(Integer, Integer, Integer, Integer) + fullName: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.SpanHypothesisArray(System.Int32, System.Int32, System.Int32, System.Int32) + nameWithType: LiftAligner.SpanHypothesisArray.SpanHypothesisArray(Int32, Int32, Int32, Int32) - uid: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.#ctor* name: SpanHypothesisArray href: api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.html#Sdl_Core_FineGrainedAlignment_LiftAligner_SpanHypothesisArray__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.SpanHypothesisArray - fullName.vb: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.New nameWithType: LiftAligner.SpanHypothesisArray.SpanHypothesisArray - nameWithType.vb: LiftAligner.SpanHypothesisArray.New - uid: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.Item(System.Int32,System.Int32,System.Int32,System.Int32) - name: this[int, int, int, int] + name: Item[Int32, Int32, Int32, Int32] href: api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.html#Sdl_Core_FineGrainedAlignment_LiftAligner_SpanHypothesisArray_Item_System_Int32_System_Int32_System_Int32_System_Int32_ commentId: P:Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.Item(System.Int32,System.Int32,System.Int32,System.Int32) - name.vb: this[](Integer, Integer, Integer, Integer) - fullName: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.this[int, int, int, int] - fullName.vb: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.this[](Integer, Integer, Integer, Integer) - nameWithType: LiftAligner.SpanHypothesisArray.this[int, int, int, int] - nameWithType.vb: LiftAligner.SpanHypothesisArray.this[](Integer, Integer, Integer, Integer) + name.vb: Item(Int32, Int32, Int32, Int32) + fullName: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.Item[System.Int32, System.Int32, System.Int32, System.Int32] + fullName.vb: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.Item(System.Int32, System.Int32, System.Int32, System.Int32) + nameWithType: LiftAligner.SpanHypothesisArray.Item[Int32, Int32, Int32, Int32] + nameWithType.vb: LiftAligner.SpanHypothesisArray.Item(Int32, Int32, Int32, Int32) - uid: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.Item* - name: this + name: Item href: api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.html#Sdl_Core_FineGrainedAlignment_LiftAligner_SpanHypothesisArray_Item_ commentId: Overload:Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.Item - name.vb: this[] - fullName: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.this - fullName.vb: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.this[] - nameWithType: LiftAligner.SpanHypothesisArray.this - nameWithType.vb: LiftAligner.SpanHypothesisArray.this[] + fullName: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.Item + nameWithType: LiftAligner.SpanHypothesisArray.Item - uid: Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.MaxTotalHyps name: MaxTotalHyps href: api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.html#Sdl_Core_FineGrainedAlignment_LiftAligner_SpanHypothesisArray_MaxTotalHyps @@ -2870,20 +2684,14 @@ references: name: TranslationModelMatrixEntry() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.html#Sdl_Core_FineGrainedAlignment_Model_TranslationModelMatrixEntry__ctor commentId: M:Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.TranslationModelMatrixEntry() - fullName.vb: Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.New() nameWithType: TranslationModelMatrixEntry.TranslationModelMatrixEntry() - nameWithType.vb: TranslationModelMatrixEntry.New() - uid: Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.#ctor* name: TranslationModelMatrixEntry href: api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.html#Sdl_Core_FineGrainedAlignment_Model_TranslationModelMatrixEntry__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.TranslationModelMatrixEntry - fullName.vb: Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.New nameWithType: TranslationModelMatrixEntry.TranslationModelMatrixEntry - nameWithType.vb: TranslationModelMatrixEntry.New - uid: Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.SourceKey name: SourceKey href: api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.html#Sdl_Core_FineGrainedAlignment_Model_TranslationModelMatrixEntry_SourceKey @@ -2927,23 +2735,20 @@ references: fullName: Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest nameWithType: TranslationModelTuMatrixRequest - uid: Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.#ctor(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) - name: TranslationModelTuMatrixRequest(HashSet, HashSet) + name: TranslationModelTuMatrixRequest(HashSet, HashSet) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.html#Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__ctor_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__ commentId: M:Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.#ctor(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) - name.vb: New(HashSet(Of Integer), HashSet(Of Integer)) - fullName: Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.TranslationModelTuMatrixRequest(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet) - fullName.vb: Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.New(System.Collections.Generic.HashSet(Of Integer), System.Collections.Generic.HashSet(Of Integer)) - nameWithType: TranslationModelTuMatrixRequest.TranslationModelTuMatrixRequest(HashSet, HashSet) - nameWithType.vb: TranslationModelTuMatrixRequest.New(HashSet(Of Integer), HashSet(Of Integer)) + name.vb: TranslationModelTuMatrixRequest(HashSet(Of Int32), HashSet(Of Int32)) + fullName: Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.TranslationModelTuMatrixRequest(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet) + fullName.vb: Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.TranslationModelTuMatrixRequest(System.Collections.Generic.HashSet(Of System.Int32), System.Collections.Generic.HashSet(Of System.Int32)) + nameWithType: TranslationModelTuMatrixRequest.TranslationModelTuMatrixRequest(HashSet, HashSet) + nameWithType.vb: TranslationModelTuMatrixRequest.TranslationModelTuMatrixRequest(HashSet(Of Int32), HashSet(Of Int32)) - uid: Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.#ctor* name: TranslationModelTuMatrixRequest href: api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.html#Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.TranslationModelTuMatrixRequest - fullName.vb: Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.New nameWithType: TranslationModelTuMatrixRequest.TranslationModelTuMatrixRequest - nameWithType.vb: TranslationModelTuMatrixRequest.New - uid: Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.SourceKeys name: SourceKeys href: api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.html#Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest_SourceKeys @@ -2978,20 +2783,14 @@ references: name: TranslationModelVocabEntry() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.html#Sdl_Core_FineGrainedAlignment_Model_TranslationModelVocabEntry__ctor commentId: M:Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.TranslationModelVocabEntry() - fullName.vb: Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.New() nameWithType: TranslationModelVocabEntry.TranslationModelVocabEntry() - nameWithType.vb: TranslationModelVocabEntry.New() - uid: Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.#ctor* name: TranslationModelVocabEntry href: api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.html#Sdl_Core_FineGrainedAlignment_Model_TranslationModelVocabEntry__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.TranslationModelVocabEntry - fullName.vb: Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.New nameWithType: TranslationModelVocabEntry.TranslationModelVocabEntry - nameWithType.vb: TranslationModelVocabEntry.New - uid: Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.Key name: Key href: api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.html#Sdl_Core_FineGrainedAlignment_Model_TranslationModelVocabEntry_Key @@ -3038,20 +2837,14 @@ references: name: ModelBasedAlignerDefinition(TranslationModelId) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.html#Sdl_Core_FineGrainedAlignment_ModelBasedAlignerDefinition__ctor_Sdl_Core_FineGrainedAlignment_TranslationModelId_ commentId: M:Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.#ctor(Sdl.Core.FineGrainedAlignment.TranslationModelId) - name.vb: New(TranslationModelId) fullName: Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.ModelBasedAlignerDefinition(Sdl.Core.FineGrainedAlignment.TranslationModelId) - fullName.vb: Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.New(Sdl.Core.FineGrainedAlignment.TranslationModelId) nameWithType: ModelBasedAlignerDefinition.ModelBasedAlignerDefinition(TranslationModelId) - nameWithType.vb: ModelBasedAlignerDefinition.New(TranslationModelId) - uid: Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.#ctor* name: ModelBasedAlignerDefinition href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.html#Sdl_Core_FineGrainedAlignment_ModelBasedAlignerDefinition__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.ModelBasedAlignerDefinition - fullName.vb: Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.New nameWithType: ModelBasedAlignerDefinition.ModelBasedAlignerDefinition - nameWithType.vb: ModelBasedAlignerDefinition.New - uid: Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.Deserialize(System.IO.BinaryReader) name: Deserialize(BinaryReader) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.html#Sdl_Core_FineGrainedAlignment_ModelBasedAlignerDefinition_Deserialize_System_IO_BinaryReader_ @@ -3122,20 +2915,14 @@ references: name: ModelNotFoundException() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelNotFoundException.html#Sdl_Core_FineGrainedAlignment_ModelNotFoundException__ctor commentId: M:Sdl.Core.FineGrainedAlignment.ModelNotFoundException.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.ModelNotFoundException.ModelNotFoundException() - fullName.vb: Sdl.Core.FineGrainedAlignment.ModelNotFoundException.New() nameWithType: ModelNotFoundException.ModelNotFoundException() - nameWithType.vb: ModelNotFoundException.New() - uid: Sdl.Core.FineGrainedAlignment.ModelNotFoundException.#ctor* name: ModelNotFoundException href: api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelNotFoundException.html#Sdl_Core_FineGrainedAlignment_ModelNotFoundException__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.ModelNotFoundException.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.ModelNotFoundException.ModelNotFoundException - fullName.vb: Sdl.Core.FineGrainedAlignment.ModelNotFoundException.New nameWithType: ModelNotFoundException.ModelNotFoundException - nameWithType.vb: ModelNotFoundException.New - uid: Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition name: OnlineAlignerDefinition href: api/translationmemory/Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.html @@ -3143,23 +2930,17 @@ references: fullName: Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition nameWithType: OnlineAlignerDefinition - uid: Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.#ctor(System.String) - name: OnlineAlignerDefinition(string) + name: OnlineAlignerDefinition(String) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.html#Sdl_Core_FineGrainedAlignment_OnlineAlignerDefinition__ctor_System_String_ commentId: M:Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.OnlineAlignerDefinition(string) - fullName.vb: Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.New(String) - nameWithType: OnlineAlignerDefinition.OnlineAlignerDefinition(string) - nameWithType.vb: OnlineAlignerDefinition.New(String) + fullName: Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.OnlineAlignerDefinition(System.String) + nameWithType: OnlineAlignerDefinition.OnlineAlignerDefinition(String) - uid: Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.#ctor* name: OnlineAlignerDefinition href: api/translationmemory/Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.html#Sdl_Core_FineGrainedAlignment_OnlineAlignerDefinition__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.OnlineAlignerDefinition - fullName.vb: Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.New nameWithType: OnlineAlignerDefinition.OnlineAlignerDefinition - nameWithType.vb: OnlineAlignerDefinition.New - uid: Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.Deserialize(System.IO.BinaryReader) name: Deserialize(BinaryReader) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.html#Sdl_Core_FineGrainedAlignment_OnlineAlignerDefinition_Deserialize_System_IO_BinaryReader_ @@ -3218,29 +2999,20 @@ references: name: SimpleAlignerBroker(ITranslationModelDataService, TranslationModelBuilderSettings) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.html#Sdl_Core_FineGrainedAlignment_SimpleAlignerBroker__ctor_Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_Sdl_Core_FineGrainedAlignment_TranslationModelBuilderSettings_ commentId: M:Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.#ctor(Sdl.Core.FineGrainedAlignment.ITranslationModelDataService,Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) - name.vb: New(ITranslationModelDataService, TranslationModelBuilderSettings) fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.SimpleAlignerBroker(Sdl.Core.FineGrainedAlignment.ITranslationModelDataService, Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) - fullName.vb: Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.New(Sdl.Core.FineGrainedAlignment.ITranslationModelDataService, Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) nameWithType: SimpleAlignerBroker.SimpleAlignerBroker(ITranslationModelDataService, TranslationModelBuilderSettings) - nameWithType.vb: SimpleAlignerBroker.New(ITranslationModelDataService, TranslationModelBuilderSettings) - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.#ctor(Sdl.Core.FineGrainedAlignment.ITranslationModelDataService,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) name: SimpleAlignerBroker(ITranslationModelDataService, ICultureMetadataManager, TranslationModelBuilderSettings) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.html#Sdl_Core_FineGrainedAlignment_SimpleAlignerBroker__ctor_Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_Sdl_Core_FineGrainedAlignment_TranslationModelBuilderSettings_ commentId: M:Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.#ctor(Sdl.Core.FineGrainedAlignment.ITranslationModelDataService,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) - name.vb: New(ITranslationModelDataService, ICultureMetadataManager, TranslationModelBuilderSettings) fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.SimpleAlignerBroker(Sdl.Core.FineGrainedAlignment.ITranslationModelDataService, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) - fullName.vb: Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.New(Sdl.Core.FineGrainedAlignment.ITranslationModelDataService, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings) nameWithType: SimpleAlignerBroker.SimpleAlignerBroker(ITranslationModelDataService, ICultureMetadataManager, TranslationModelBuilderSettings) - nameWithType.vb: SimpleAlignerBroker.New(ITranslationModelDataService, ICultureMetadataManager, TranslationModelBuilderSettings) - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.#ctor* name: SimpleAlignerBroker href: api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.html#Sdl_Core_FineGrainedAlignment_SimpleAlignerBroker__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.SimpleAlignerBroker - fullName.vb: Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.New nameWithType: SimpleAlignerBroker.SimpleAlignerBroker - nameWithType.vb: SimpleAlignerBroker.New - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.GetAlignerAsync(Sdl.Core.FineGrainedAlignment.AlignerDefinition,Sdl.Core.FineGrainedAlignment.AlignerSettings) name: GetAlignerAsync(AlignerDefinition, AlignerSettings) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.html#Sdl_Core_FineGrainedAlignment_SimpleAlignerBroker_GetAlignerAsync_Sdl_Core_FineGrainedAlignment_AlignerDefinition_Sdl_Core_FineGrainedAlignment_AlignerSettings_ @@ -3272,31 +3044,25 @@ references: fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence nameWithType: SimpleAlignmentEvidence - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.#ctor(System.Int16,System.Int16,System.Single) - name: SimpleAlignmentEvidence(short, short, float) + name: SimpleAlignmentEvidence(Int16, Int16, Single) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_SimpleAlignmentEvidence__ctor_System_Int16_System_Int16_System_Single_ commentId: M:Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.#ctor(System.Int16,System.Int16,System.Single) - name.vb: New(Short, Short, Single) - fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.SimpleAlignmentEvidence(short, short, float) - fullName.vb: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.New(Short, Short, Single) - nameWithType: SimpleAlignmentEvidence.SimpleAlignmentEvidence(short, short, float) - nameWithType.vb: SimpleAlignmentEvidence.New(Short, Short, Single) + fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.SimpleAlignmentEvidence(System.Int16, System.Int16, System.Single) + nameWithType: SimpleAlignmentEvidence.SimpleAlignmentEvidence(Int16, Int16, Single) - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.#ctor* name: SimpleAlignmentEvidence href: api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_SimpleAlignmentEvidence__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.SimpleAlignmentEvidence - fullName.vb: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.New nameWithType: SimpleAlignmentEvidence.SimpleAlignmentEvidence - nameWithType.vb: SimpleAlignmentEvidence.New - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.AttemptToUse(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean[],System.Boolean[],System.Boolean) - name: AttemptToUse(LiftAlignedSpanPair, bool[], bool[], bool) + name: AttemptToUse(LiftAlignedSpanPair, Boolean[], Boolean[], Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_SimpleAlignmentEvidence_AttemptToUse_Sdl_Core_FineGrainedAlignment_Core_LiftAlignedSpanPair_System_Boolean___System_Boolean___System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.AttemptToUse(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean[],System.Boolean[],System.Boolean) name.vb: AttemptToUse(LiftAlignedSpanPair, Boolean(), Boolean(), Boolean) - fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.AttemptToUse(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, bool[], bool[], bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.AttemptToUse(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, Boolean(), Boolean(), Boolean) - nameWithType: SimpleAlignmentEvidence.AttemptToUse(LiftAlignedSpanPair, bool[], bool[], bool) + fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.AttemptToUse(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, System.Boolean[], System.Boolean[], System.Boolean) + fullName.vb: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.AttemptToUse(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, System.Boolean(), System.Boolean(), System.Boolean) + nameWithType: SimpleAlignmentEvidence.AttemptToUse(LiftAlignedSpanPair, Boolean[], Boolean[], Boolean) nameWithType.vb: SimpleAlignmentEvidence.AttemptToUse(LiftAlignedSpanPair, Boolean(), Boolean(), Boolean) - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.AttemptToUse* name: AttemptToUse @@ -3305,14 +3071,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.AttemptToUse nameWithType: SimpleAlignmentEvidence.AttemptToUse - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.Concerns(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean) - name: Concerns(LiftAlignedSpanPair, bool) + name: Concerns(LiftAlignedSpanPair, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_SimpleAlignmentEvidence_Concerns_Sdl_Core_FineGrainedAlignment_Core_LiftAlignedSpanPair_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.Concerns(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean) - name.vb: Concerns(LiftAlignedSpanPair, Boolean) - fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.Concerns(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.Concerns(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, Boolean) - nameWithType: SimpleAlignmentEvidence.Concerns(LiftAlignedSpanPair, bool) - nameWithType.vb: SimpleAlignmentEvidence.Concerns(LiftAlignedSpanPair, Boolean) + fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.Concerns(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, System.Boolean) + nameWithType: SimpleAlignmentEvidence.Concerns(LiftAlignedSpanPair, Boolean) - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.Concerns* name: Concerns href: api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_SimpleAlignmentEvidence_Concerns_ @@ -3320,14 +3083,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.Concerns nameWithType: SimpleAlignmentEvidence.Concerns - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.ConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean) - name: ConfidenceFor(LiftAlignedSpanPair, bool) + name: ConfidenceFor(LiftAlignedSpanPair, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_SimpleAlignmentEvidence_ConfidenceFor_Sdl_Core_FineGrainedAlignment_Core_LiftAlignedSpanPair_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.ConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean) - name.vb: ConfidenceFor(LiftAlignedSpanPair, Boolean) - fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.ConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.ConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, Boolean) - nameWithType: SimpleAlignmentEvidence.ConfidenceFor(LiftAlignedSpanPair, bool) - nameWithType.vb: SimpleAlignmentEvidence.ConfidenceFor(LiftAlignedSpanPair, Boolean) + fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.ConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, System.Boolean) + nameWithType: SimpleAlignmentEvidence.ConfidenceFor(LiftAlignedSpanPair, Boolean) - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.ConfidenceFor* name: ConfidenceFor href: api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_SimpleAlignmentEvidence_ConfidenceFor_ @@ -3335,14 +3095,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.ConfidenceFor nameWithType: SimpleAlignmentEvidence.ConfidenceFor - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.Covers(System.Int16,System.Int16) - name: Covers(short, short) + name: Covers(Int16, Int16) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_SimpleAlignmentEvidence_Covers_System_Int16_System_Int16_ commentId: M:Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.Covers(System.Int16,System.Int16) - name.vb: Covers(Short, Short) - fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.Covers(short, short) - fullName.vb: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.Covers(Short, Short) - nameWithType: SimpleAlignmentEvidence.Covers(short, short) - nameWithType.vb: SimpleAlignmentEvidence.Covers(Short, Short) + fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.Covers(System.Int16, System.Int16) + nameWithType: SimpleAlignmentEvidence.Covers(Int16, Int16) - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.Covers* name: Covers href: api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_SimpleAlignmentEvidence_Covers_ @@ -3410,14 +3167,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.LastTargetTokenIndex nameWithType: SimpleAlignmentEvidence.LastTargetTokenIndex - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.SourceConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean) - name: SourceConfidenceFor(LiftAlignedSpanPair, bool) + name: SourceConfidenceFor(LiftAlignedSpanPair, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_SimpleAlignmentEvidence_SourceConfidenceFor_Sdl_Core_FineGrainedAlignment_Core_LiftAlignedSpanPair_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.SourceConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean) - name.vb: SourceConfidenceFor(LiftAlignedSpanPair, Boolean) - fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.SourceConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.SourceConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, Boolean) - nameWithType: SimpleAlignmentEvidence.SourceConfidenceFor(LiftAlignedSpanPair, bool) - nameWithType.vb: SimpleAlignmentEvidence.SourceConfidenceFor(LiftAlignedSpanPair, Boolean) + fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.SourceConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, System.Boolean) + nameWithType: SimpleAlignmentEvidence.SourceConfidenceFor(LiftAlignedSpanPair, Boolean) - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.SourceConfidenceFor* name: SourceConfidenceFor href: api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_SimpleAlignmentEvidence_SourceConfidenceFor_ @@ -3425,14 +3179,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.SourceConfidenceFor nameWithType: SimpleAlignmentEvidence.SourceConfidenceFor - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.TargetConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean) - name: TargetConfidenceFor(LiftAlignedSpanPair, bool) + name: TargetConfidenceFor(LiftAlignedSpanPair, Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_SimpleAlignmentEvidence_TargetConfidenceFor_Sdl_Core_FineGrainedAlignment_Core_LiftAlignedSpanPair_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.TargetConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair,System.Boolean) - name.vb: TargetConfidenceFor(LiftAlignedSpanPair, Boolean) - fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.TargetConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.TargetConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, Boolean) - nameWithType: SimpleAlignmentEvidence.TargetConfidenceFor(LiftAlignedSpanPair, bool) - nameWithType.vb: SimpleAlignmentEvidence.TargetConfidenceFor(LiftAlignedSpanPair, Boolean) + fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.TargetConfidenceFor(Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair, System.Boolean) + nameWithType: SimpleAlignmentEvidence.TargetConfidenceFor(LiftAlignedSpanPair, Boolean) - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.TargetConfidenceFor* name: TargetConfidenceFor href: api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.html#Sdl_Core_FineGrainedAlignment_SimpleAlignmentEvidence_TargetConfidenceFor_ @@ -3449,20 +3200,14 @@ references: name: TokenWithCount() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TokenWithCount.html#Sdl_Core_FineGrainedAlignment_TokenWithCount__ctor commentId: M:Sdl.Core.FineGrainedAlignment.TokenWithCount.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.TokenWithCount.TokenWithCount() - fullName.vb: Sdl.Core.FineGrainedAlignment.TokenWithCount.New() nameWithType: TokenWithCount.TokenWithCount() - nameWithType.vb: TokenWithCount.New() - uid: Sdl.Core.FineGrainedAlignment.TokenWithCount.#ctor* name: TokenWithCount href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TokenWithCount.html#Sdl_Core_FineGrainedAlignment_TokenWithCount__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.TokenWithCount.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.TokenWithCount.TokenWithCount - fullName.vb: Sdl.Core.FineGrainedAlignment.TokenWithCount.New nameWithType: TokenWithCount.TokenWithCount - nameWithType.vb: TokenWithCount.New - uid: Sdl.Core.FineGrainedAlignment.TokenWithCount.Count name: Count href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TokenWithCount.html#Sdl_Core_FineGrainedAlignment_TokenWithCount_Count @@ -3485,20 +3230,14 @@ references: name: TrainedModelAligner(TrainedTranslationModel, ICultureMetadataManager) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html#Sdl_Core_FineGrainedAlignment_TrainedModelAligner__ctor_Sdl_Core_FineGrainedAlignment_TrainedTranslationModel_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.Core.FineGrainedAlignment.TrainedModelAligner.#ctor(Sdl.Core.FineGrainedAlignment.TrainedTranslationModel,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(TrainedTranslationModel, ICultureMetadataManager) fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.TrainedModelAligner(Sdl.Core.FineGrainedAlignment.TrainedTranslationModel, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.New(Sdl.Core.FineGrainedAlignment.TrainedTranslationModel, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) nameWithType: TrainedModelAligner.TrainedModelAligner(TrainedTranslationModel, ICultureMetadataManager) - nameWithType.vb: TrainedModelAligner.New(TrainedTranslationModel, ICultureMetadataManager) - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.#ctor* name: TrainedModelAligner href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html#Sdl_Core_FineGrainedAlignment_TrainedModelAligner__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.TrainedModelAligner.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.TrainedModelAligner - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.New nameWithType: TrainedModelAligner.TrainedModelAligner - nameWithType.vb: TrainedModelAligner.New - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair}) name: AlignAsync(IEnumerable) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html#Sdl_Core_FineGrainedAlignment_TrainedModelAligner_AlignAsync_System_Collections_Generic_IEnumerable_Sdl_Core_FineGrainedAlignment_IAlignableContentPair__ @@ -3509,14 +3248,14 @@ references: nameWithType: TrainedModelAligner.AlignAsync(IEnumerable) nameWithType.vb: TrainedModelAligner.AlignAsync(IEnumerable(Of IAlignableContentPair)) - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32}) - name: AlignAsync(IEnumerable, CancellationToken, IProgress) + name: AlignAsync(IEnumerable, CancellationToken, IProgress) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html#Sdl_Core_FineGrainedAlignment_TrainedModelAligner_AlignAsync_System_Collections_Generic_IEnumerable_Sdl_Core_FineGrainedAlignment_IAlignableContentPair__System_Threading_CancellationToken_System_IProgress_System_Int32__ commentId: M:Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32}) - name.vb: AlignAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Integer)) - fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignAsync(System.Collections.Generic.IEnumerable, System.Threading.CancellationToken, System.IProgress) - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.IAlignableContentPair), System.Threading.CancellationToken, System.IProgress(Of Integer)) - nameWithType: TrainedModelAligner.AlignAsync(IEnumerable, CancellationToken, IProgress) - nameWithType.vb: TrainedModelAligner.AlignAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Integer)) + name.vb: AlignAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Int32)) + fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignAsync(System.Collections.Generic.IEnumerable, System.Threading.CancellationToken, System.IProgress) + fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.IAlignableContentPair), System.Threading.CancellationToken, System.IProgress(Of System.Int32)) + nameWithType: TrainedModelAligner.AlignAsync(IEnumerable, CancellationToken, IProgress) + nameWithType.vb: TrainedModelAligner.AlignAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Int32)) - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignAsync* name: AlignAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html#Sdl_Core_FineGrainedAlignment_TrainedModelAligner_AlignAsync_ @@ -3533,14 +3272,14 @@ references: nameWithType: TrainedModelAligner.AlignExAsync(IEnumerable) nameWithType.vb: TrainedModelAligner.AlignExAsync(IEnumerable(Of IAlignableContentPair)) - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignExAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32}) - name: AlignExAsync(IEnumerable, CancellationToken, IProgress) + name: AlignExAsync(IEnumerable, CancellationToken, IProgress) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html#Sdl_Core_FineGrainedAlignment_TrainedModelAligner_AlignExAsync_System_Collections_Generic_IEnumerable_Sdl_Core_FineGrainedAlignment_IAlignableContentPair__System_Threading_CancellationToken_System_IProgress_System_Int32__ commentId: M:Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignExAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32}) - name.vb: AlignExAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Integer)) - fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignExAsync(System.Collections.Generic.IEnumerable, System.Threading.CancellationToken, System.IProgress) - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignExAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.IAlignableContentPair), System.Threading.CancellationToken, System.IProgress(Of Integer)) - nameWithType: TrainedModelAligner.AlignExAsync(IEnumerable, CancellationToken, IProgress) - nameWithType.vb: TrainedModelAligner.AlignExAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Integer)) + name.vb: AlignExAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Int32)) + fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignExAsync(System.Collections.Generic.IEnumerable, System.Threading.CancellationToken, System.IProgress) + fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignExAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.IAlignableContentPair), System.Threading.CancellationToken, System.IProgress(Of System.Int32)) + nameWithType: TrainedModelAligner.AlignExAsync(IEnumerable, CancellationToken, IProgress) + nameWithType.vb: TrainedModelAligner.AlignExAsync(IEnumerable(Of IAlignableContentPair), CancellationToken, IProgress(Of Int32)) - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignExAsync* name: AlignExAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html#Sdl_Core_FineGrainedAlignment_TrainedModelAligner_AlignExAsync_ @@ -3569,32 +3308,26 @@ references: fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter nameWithType: TrainedModelAligner.CodedTokenIndexConverter - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.#ctor(System.Collections.Generic.List{System.Int16}) - name: CodedTokenIndexConverter(List) + name: CodedTokenIndexConverter(List) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.html#Sdl_Core_FineGrainedAlignment_TrainedModelAligner_CodedTokenIndexConverter__ctor_System_Collections_Generic_List_System_Int16__ commentId: M:Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.#ctor(System.Collections.Generic.List{System.Int16}) - name.vb: New(List(Of Short)) - fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexConverter(System.Collections.Generic.List) - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.New(System.Collections.Generic.List(Of Short)) - nameWithType: TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexConverter(List) - nameWithType.vb: TrainedModelAligner.CodedTokenIndexConverter.New(List(Of Short)) + name.vb: CodedTokenIndexConverter(List(Of Int16)) + fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexConverter(System.Collections.Generic.List) + fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexConverter(System.Collections.Generic.List(Of System.Int16)) + nameWithType: TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexConverter(List) + nameWithType.vb: TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexConverter(List(Of Int16)) - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.#ctor* name: CodedTokenIndexConverter href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.html#Sdl_Core_FineGrainedAlignment_TrainedModelAligner_CodedTokenIndexConverter__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexConverter - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.New nameWithType: TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexConverter - nameWithType.vb: TrainedModelAligner.CodedTokenIndexConverter.New - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToRawIndex(System.Int32) - name: CodedTokenIndexToRawIndex(int) + name: CodedTokenIndexToRawIndex(Int32) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.html#Sdl_Core_FineGrainedAlignment_TrainedModelAligner_CodedTokenIndexConverter_CodedTokenIndexToRawIndex_System_Int32_ commentId: M:Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToRawIndex(System.Int32) - name.vb: CodedTokenIndexToRawIndex(Integer) - fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToRawIndex(int) - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToRawIndex(Integer) - nameWithType: TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToRawIndex(int) - nameWithType.vb: TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToRawIndex(Integer) + fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToRawIndex(System.Int32) + nameWithType: TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToRawIndex(Int32) - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToRawIndex* name: CodedTokenIndexToRawIndex href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.html#Sdl_Core_FineGrainedAlignment_TrainedModelAligner_CodedTokenIndexConverter_CodedTokenIndexToRawIndex_ @@ -3602,14 +3335,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToRawIndex nameWithType: TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToRawIndex - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan(System.Int32) - name: CodedTokenIndexToTUSpan(int) + name: CodedTokenIndexToTUSpan(Int32) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.html#Sdl_Core_FineGrainedAlignment_TrainedModelAligner_CodedTokenIndexConverter_CodedTokenIndexToTUSpan_System_Int32_ commentId: M:Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan(System.Int32) - name.vb: CodedTokenIndexToTUSpan(Integer) - fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan(int) - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan(Integer) - nameWithType: TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan(int) - nameWithType.vb: TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan(Integer) + fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan(System.Int32) + nameWithType: TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan(Int32) - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan* name: CodedTokenIndexToTUSpan href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.html#Sdl_Core_FineGrainedAlignment_TrainedModelAligner_CodedTokenIndexConverter_CodedTokenIndexToTUSpan_ @@ -3653,14 +3383,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.GetBulkMode nameWithType: TrainedModelAligner.GetBulkMode - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.SetBulkModeAsync(System.Boolean) - name: SetBulkModeAsync(bool) + name: SetBulkModeAsync(Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html#Sdl_Core_FineGrainedAlignment_TrainedModelAligner_SetBulkModeAsync_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.TrainedModelAligner.SetBulkModeAsync(System.Boolean) - name.vb: SetBulkModeAsync(Boolean) - fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.SetBulkModeAsync(bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.SetBulkModeAsync(Boolean) - nameWithType: TrainedModelAligner.SetBulkModeAsync(bool) - nameWithType.vb: TrainedModelAligner.SetBulkModeAsync(Boolean) + fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.SetBulkModeAsync(System.Boolean) + nameWithType: TrainedModelAligner.SetBulkModeAsync(Boolean) - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.SetBulkModeAsync* name: SetBulkModeAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html#Sdl_Core_FineGrainedAlignment_TrainedModelAligner_SetBulkModeAsync_ @@ -3668,13 +3395,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.SetBulkModeAsync nameWithType: TrainedModelAligner.SetBulkModeAsync - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.SetErrorLogger(System.Action{System.Exception,System.String}) - name: SetErrorLogger(Action) + name: SetErrorLogger(Action) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html#Sdl_Core_FineGrainedAlignment_TrainedModelAligner_SetErrorLogger_System_Action_System_Exception_System_String__ commentId: M:Sdl.Core.FineGrainedAlignment.TrainedModelAligner.SetErrorLogger(System.Action{System.Exception,System.String}) name.vb: SetErrorLogger(Action(Of Exception, String)) - fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.SetErrorLogger(System.Action) - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.SetErrorLogger(System.Action(Of System.Exception, String)) - nameWithType: TrainedModelAligner.SetErrorLogger(Action) + fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.SetErrorLogger(System.Action) + fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.SetErrorLogger(System.Action(Of System.Exception, System.String)) + nameWithType: TrainedModelAligner.SetErrorLogger(Action) nameWithType.vb: TrainedModelAligner.SetErrorLogger(Action(Of Exception, String)) - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.SetErrorLogger* name: SetErrorLogger @@ -3692,20 +3419,14 @@ references: name: TrainedModelBuildResults() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.html#Sdl_Core_FineGrainedAlignment_TrainedModelBuildResults__ctor commentId: M:Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.TrainedModelBuildResults() - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.New() nameWithType: TrainedModelBuildResults.TrainedModelBuildResults() - nameWithType.vb: TrainedModelBuildResults.New() - uid: Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.#ctor* name: TrainedModelBuildResults href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.html#Sdl_Core_FineGrainedAlignment_TrainedModelBuildResults__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.TrainedModelBuildResults - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.New nameWithType: TrainedModelBuildResults.TrainedModelBuildResults - nameWithType.vb: TrainedModelBuildResults.New - uid: Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.ReversedTranslationMatrix name: ReversedTranslationMatrix href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.html#Sdl_Core_FineGrainedAlignment_TrainedModelBuildResults_ReversedTranslationMatrix @@ -3725,23 +3446,20 @@ references: fullName: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel nameWithType: TrainedTranslationModel - uid: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.#ctor(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly,System.String,Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,System.Nullable{System.DateTime},Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: TrainedTranslationModel(IChiSquaredTranslationModelStoreReadOnly, string, TranslationModelId, List, CultureCode, CultureCode, DateTime?, ICultureMetadataManager) + name: TrainedTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List, CultureCode, CultureCode, Nullable, ICultureMetadataManager) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.html#Sdl_Core_FineGrainedAlignment_TrainedTranslationModel__ctor_Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_System_String_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Collections_Generic_List_Sdl_Core_FineGrainedAlignment_AlignableCorpusId__Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_System_Nullable_System_DateTime__Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.#ctor(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly,System.String,Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,System.Nullable{System.DateTime},Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List(Of AlignableCorpusId), CultureCode, CultureCode, Date?, ICultureMetadataManager) - fullName: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.TrainedTranslationModel(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly, string, Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.List, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, System.DateTime?, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.New(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly, String, Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.List(Of Sdl.Core.FineGrainedAlignment.AlignableCorpusId), Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Date?, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: TrainedTranslationModel.TrainedTranslationModel(IChiSquaredTranslationModelStoreReadOnly, string, TranslationModelId, List, CultureCode, CultureCode, DateTime?, ICultureMetadataManager) - nameWithType.vb: TrainedTranslationModel.New(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List(Of AlignableCorpusId), CultureCode, CultureCode, Date?, ICultureMetadataManager) + name.vb: TrainedTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List(Of AlignableCorpusId), CultureCode, CultureCode, Nullable(Of DateTime), ICultureMetadataManager) + fullName: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.TrainedTranslationModel(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly, System.String, Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.List, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, System.Nullable, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) + fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.TrainedTranslationModel(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly, System.String, Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.List(Of Sdl.Core.FineGrainedAlignment.AlignableCorpusId), Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, System.Nullable(Of System.DateTime), Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) + nameWithType: TrainedTranslationModel.TrainedTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List, CultureCode, CultureCode, Nullable, ICultureMetadataManager) + nameWithType.vb: TrainedTranslationModel.TrainedTranslationModel(IChiSquaredTranslationModelStoreReadOnly, String, TranslationModelId, List(Of AlignableCorpusId), CultureCode, CultureCode, Nullable(Of DateTime), ICultureMetadataManager) - uid: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.#ctor* name: TrainedTranslationModel href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.html#Sdl_Core_FineGrainedAlignment_TrainedTranslationModel__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.TrainedTranslationModel - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.New nameWithType: TrainedTranslationModel.TrainedTranslationModel - nameWithType.vb: TrainedTranslationModel.New - uid: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.BuildModelAsync(Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync) name: BuildModelAsync(IAlignableCorpusManagerAsync) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.html#Sdl_Core_FineGrainedAlignment_TrainedTranslationModel_BuildModelAsync_Sdl_Core_FineGrainedAlignment_IAlignableCorpusManagerAsync_ @@ -3818,14 +3536,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.Store nameWithType: TrainedTranslationModel.Store - uid: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.TotalVocabSizeAsync(System.Boolean) - name: TotalVocabSizeAsync(bool) + name: TotalVocabSizeAsync(Boolean) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.html#Sdl_Core_FineGrainedAlignment_TrainedTranslationModel_TotalVocabSizeAsync_System_Boolean_ commentId: M:Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.TotalVocabSizeAsync(System.Boolean) - name.vb: TotalVocabSizeAsync(Boolean) - fullName: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.TotalVocabSizeAsync(bool) - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.TotalVocabSizeAsync(Boolean) - nameWithType: TrainedTranslationModel.TotalVocabSizeAsync(bool) - nameWithType.vb: TrainedTranslationModel.TotalVocabSizeAsync(Boolean) + fullName: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.TotalVocabSizeAsync(System.Boolean) + nameWithType: TrainedTranslationModel.TotalVocabSizeAsync(Boolean) - uid: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.TotalVocabSizeAsync* name: TotalVocabSizeAsync href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.html#Sdl_Core_FineGrainedAlignment_TrainedTranslationModel_TotalVocabSizeAsync_ @@ -3842,20 +3557,14 @@ references: name: TrainedTranslationModelBuilder(TrainedTranslationModel, IAlignableCorpusManagerAsync, ICultureMetadataManager) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.html#Sdl_Core_FineGrainedAlignment_TrainedTranslationModelBuilder__ctor_Sdl_Core_FineGrainedAlignment_TrainedTranslationModel_Sdl_Core_FineGrainedAlignment_IAlignableCorpusManagerAsync_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.#ctor(Sdl.Core.FineGrainedAlignment.TrainedTranslationModel,Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(TrainedTranslationModel, IAlignableCorpusManagerAsync, ICultureMetadataManager) fullName: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.TrainedTranslationModelBuilder(Sdl.Core.FineGrainedAlignment.TrainedTranslationModel, Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.New(Sdl.Core.FineGrainedAlignment.TrainedTranslationModel, Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) nameWithType: TrainedTranslationModelBuilder.TrainedTranslationModelBuilder(TrainedTranslationModel, IAlignableCorpusManagerAsync, ICultureMetadataManager) - nameWithType.vb: TrainedTranslationModelBuilder.New(TrainedTranslationModel, IAlignableCorpusManagerAsync, ICultureMetadataManager) - uid: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.#ctor* name: TrainedTranslationModelBuilder href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.html#Sdl_Core_FineGrainedAlignment_TrainedTranslationModelBuilder__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.TrainedTranslationModelBuilder - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.New nameWithType: TrainedTranslationModelBuilder.TrainedTranslationModelBuilder - nameWithType.vb: TrainedTranslationModelBuilder.New - uid: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.BuildModelAsync(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore) name: BuildModelAsync(IChiSquaredTranslationModelStore) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.html#Sdl_Core_FineGrainedAlignment_TrainedTranslationModelBuilder_BuildModelAsync_Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStore_ @@ -3902,20 +3611,14 @@ references: name: TrainedTranslationModelId() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.html#Sdl_Core_FineGrainedAlignment_TrainedTranslationModelId__ctor commentId: M:Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.TrainedTranslationModelId() - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.New() nameWithType: TrainedTranslationModelId.TrainedTranslationModelId() - nameWithType.vb: TrainedTranslationModelId.New() - uid: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.#ctor* name: TrainedTranslationModelId href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.html#Sdl_Core_FineGrainedAlignment_TrainedTranslationModelId__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.TrainedTranslationModelId - fullName.vb: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.New nameWithType: TrainedTranslationModelId.TrainedTranslationModelId - nameWithType.vb: TrainedTranslationModelId.New - uid: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.Deserialize(System.IO.BinaryReader) name: Deserialize(BinaryReader) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.html#Sdl_Core_FineGrainedAlignment_TrainedTranslationModelId_Deserialize_System_IO_BinaryReader_ @@ -3974,20 +3677,14 @@ references: name: TranslationModel() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.html#Sdl_Core_FineGrainedAlignment_TranslationModel__ctor commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModel.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.TranslationModel.TranslationModel() - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModel.New() nameWithType: TranslationModel.TranslationModel() - nameWithType.vb: TranslationModel.New() - uid: Sdl.Core.FineGrainedAlignment.TranslationModel.#ctor* name: TranslationModel href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.html#Sdl_Core_FineGrainedAlignment_TranslationModel__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.TranslationModel.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.TranslationModel.TranslationModel - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModel.New nameWithType: TranslationModel.TranslationModel - nameWithType.vb: TranslationModel.New - uid: Sdl.Core.FineGrainedAlignment.TranslationModel._corpusIds name: _corpusIds href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.html#Sdl_Core_FineGrainedAlignment_TranslationModel__corpusIds @@ -4124,32 +3821,23 @@ references: fullName: Sdl.Core.FineGrainedAlignment.TranslationModel.OnProgress(Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage) nameWithType: TranslationModel.OnProgress(TranslationModelProgressStage) - uid: Sdl.Core.FineGrainedAlignment.TranslationModel.OnProgress(Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage,System.Int32) - name: OnProgress(TranslationModelProgressStage, int) + name: OnProgress(TranslationModelProgressStage, Int32) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.html#Sdl_Core_FineGrainedAlignment_TranslationModel_OnProgress_Sdl_Core_FineGrainedAlignment_TranslationModelProgressStage_System_Int32_ commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModel.OnProgress(Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage,System.Int32) - name.vb: OnProgress(TranslationModelProgressStage, Integer) - fullName: Sdl.Core.FineGrainedAlignment.TranslationModel.OnProgress(Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage, int) - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModel.OnProgress(Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage, Integer) - nameWithType: TranslationModel.OnProgress(TranslationModelProgressStage, int) - nameWithType.vb: TranslationModel.OnProgress(TranslationModelProgressStage, Integer) + fullName: Sdl.Core.FineGrainedAlignment.TranslationModel.OnProgress(Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage, System.Int32) + nameWithType: TranslationModel.OnProgress(TranslationModelProgressStage, Int32) - uid: Sdl.Core.FineGrainedAlignment.TranslationModel.OnProgress(Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage,System.Int32,System.Int32) - name: OnProgress(TranslationModelProgressStage, int, int) + name: OnProgress(TranslationModelProgressStage, Int32, Int32) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.html#Sdl_Core_FineGrainedAlignment_TranslationModel_OnProgress_Sdl_Core_FineGrainedAlignment_TranslationModelProgressStage_System_Int32_System_Int32_ commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModel.OnProgress(Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage,System.Int32,System.Int32) - name.vb: OnProgress(TranslationModelProgressStage, Integer, Integer) - fullName: Sdl.Core.FineGrainedAlignment.TranslationModel.OnProgress(Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage, int, int) - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModel.OnProgress(Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage, Integer, Integer) - nameWithType: TranslationModel.OnProgress(TranslationModelProgressStage, int, int) - nameWithType.vb: TranslationModel.OnProgress(TranslationModelProgressStage, Integer, Integer) + fullName: Sdl.Core.FineGrainedAlignment.TranslationModel.OnProgress(Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage, System.Int32, System.Int32) + nameWithType: TranslationModel.OnProgress(TranslationModelProgressStage, Int32, Int32) - uid: Sdl.Core.FineGrainedAlignment.TranslationModel.OnProgress(System.Object,Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs) - name: OnProgress(object, TranslationModelProgressEventArgs) + name: OnProgress(Object, TranslationModelProgressEventArgs) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.html#Sdl_Core_FineGrainedAlignment_TranslationModel_OnProgress_System_Object_Sdl_Core_FineGrainedAlignment_TranslationModelProgressEventArgs_ commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModel.OnProgress(System.Object,Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs) - name.vb: OnProgress(Object, TranslationModelProgressEventArgs) - fullName: Sdl.Core.FineGrainedAlignment.TranslationModel.OnProgress(object, Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs) - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModel.OnProgress(Object, Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs) - nameWithType: TranslationModel.OnProgress(object, TranslationModelProgressEventArgs) - nameWithType.vb: TranslationModel.OnProgress(Object, TranslationModelProgressEventArgs) + fullName: Sdl.Core.FineGrainedAlignment.TranslationModel.OnProgress(System.Object, Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs) + nameWithType: TranslationModel.OnProgress(Object, TranslationModelProgressEventArgs) - uid: Sdl.Core.FineGrainedAlignment.TranslationModel.OnProgress* name: OnProgress href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.html#Sdl_Core_FineGrainedAlignment_TranslationModel_OnProgress_ @@ -4217,23 +3905,17 @@ references: fullName: Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings nameWithType: TranslationModelBuilderSettings - uid: Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.#ctor(System.Int32) - name: TranslationModelBuilderSettings(int) + name: TranslationModelBuilderSettings(Int32) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.html#Sdl_Core_FineGrainedAlignment_TranslationModelBuilderSettings__ctor_System_Int32_ commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.#ctor(System.Int32) - name.vb: New(Integer) - fullName: Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.TranslationModelBuilderSettings(int) - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.New(Integer) - nameWithType: TranslationModelBuilderSettings.TranslationModelBuilderSettings(int) - nameWithType.vb: TranslationModelBuilderSettings.New(Integer) + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.TranslationModelBuilderSettings(System.Int32) + nameWithType: TranslationModelBuilderSettings.TranslationModelBuilderSettings(Int32) - uid: Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.#ctor* name: TranslationModelBuilderSettings href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.html#Sdl_Core_FineGrainedAlignment_TranslationModelBuilderSettings__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.TranslationModelBuilderSettings - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.New nameWithType: TranslationModelBuilderSettings.TranslationModelBuilderSettings - nameWithType.vb: TranslationModelBuilderSettings.New - uid: Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.Default name: Default href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.html#Sdl_Core_FineGrainedAlignment_TranslationModelBuilderSettings_Default @@ -4268,20 +3950,14 @@ references: name: TranslationModelCancelException() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.html#Sdl_Core_FineGrainedAlignment_TranslationModelCancelException__ctor commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.TranslationModelCancelException() - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.New() nameWithType: TranslationModelCancelException.TranslationModelCancelException() - nameWithType.vb: TranslationModelCancelException.New() - uid: Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.#ctor* name: TranslationModelCancelException href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.html#Sdl_Core_FineGrainedAlignment_TranslationModelCancelException__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.TranslationModelCancelException - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.New nameWithType: TranslationModelCancelException.TranslationModelCancelException - nameWithType.vb: TranslationModelCancelException.New - uid: Sdl.Core.FineGrainedAlignment.TranslationModelDetails name: TranslationModelDetails href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html @@ -4292,20 +3968,14 @@ references: name: TranslationModelDetails() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html#Sdl_Core_FineGrainedAlignment_TranslationModelDetails__ctor commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelDetails.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.TranslationModelDetails() - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.New() nameWithType: TranslationModelDetails.TranslationModelDetails() - nameWithType.vb: TranslationModelDetails.New() - uid: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.#ctor* name: TranslationModelDetails href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html#Sdl_Core_FineGrainedAlignment_TranslationModelDetails__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.TranslationModelDetails.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.TranslationModelDetails - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.New nameWithType: TranslationModelDetails.TranslationModelDetails - nameWithType.vb: TranslationModelDetails.New - uid: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.CorpusIds name: CorpusIds href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html#Sdl_Core_FineGrainedAlignment_TranslationModelDetails_CorpusIds @@ -4424,47 +4094,32 @@ references: name: TranslationModelException() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelException.html#Sdl_Core_FineGrainedAlignment_TranslationModelException__ctor commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelException.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.TranslationModelException.TranslationModelException() - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelException.New() nameWithType: TranslationModelException.TranslationModelException() - nameWithType.vb: TranslationModelException.New() - uid: Sdl.Core.FineGrainedAlignment.TranslationModelException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: TranslationModelException(SerializationInfo, StreamingContext) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelException.html#Sdl_Core_FineGrainedAlignment_TranslationModelException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.Core.FineGrainedAlignment.TranslationModelException.TranslationModelException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: TranslationModelException.TranslationModelException(SerializationInfo, StreamingContext) - nameWithType.vb: TranslationModelException.New(SerializationInfo, StreamingContext) - uid: Sdl.Core.FineGrainedAlignment.TranslationModelException.#ctor(System.String) - name: TranslationModelException(string) + name: TranslationModelException(String) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelException.html#Sdl_Core_FineGrainedAlignment_TranslationModelException__ctor_System_String_ commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.FineGrainedAlignment.TranslationModelException.TranslationModelException(string) - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelException.New(String) - nameWithType: TranslationModelException.TranslationModelException(string) - nameWithType.vb: TranslationModelException.New(String) + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelException.TranslationModelException(System.String) + nameWithType: TranslationModelException.TranslationModelException(String) - uid: Sdl.Core.FineGrainedAlignment.TranslationModelException.#ctor(System.String,System.Exception) - name: TranslationModelException(string, Exception) + name: TranslationModelException(String, Exception) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelException.html#Sdl_Core_FineGrainedAlignment_TranslationModelException__ctor_System_String_System_Exception_ commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.Core.FineGrainedAlignment.TranslationModelException.TranslationModelException(string, System.Exception) - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelException.New(String, System.Exception) - nameWithType: TranslationModelException.TranslationModelException(string, Exception) - nameWithType.vb: TranslationModelException.New(String, Exception) + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelException.TranslationModelException(System.String, System.Exception) + nameWithType: TranslationModelException.TranslationModelException(String, Exception) - uid: Sdl.Core.FineGrainedAlignment.TranslationModelException.#ctor* name: TranslationModelException href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelException.html#Sdl_Core_FineGrainedAlignment_TranslationModelException__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.TranslationModelException.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.TranslationModelException.TranslationModelException - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelException.New nameWithType: TranslationModelException.TranslationModelException - nameWithType.vb: TranslationModelException.New - uid: Sdl.Core.FineGrainedAlignment.TranslationModelFitness name: TranslationModelFitness href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelFitness.html @@ -4475,20 +4130,14 @@ references: name: TranslationModelFitness() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelFitness.html#Sdl_Core_FineGrainedAlignment_TranslationModelFitness__ctor commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelFitness.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.TranslationModelFitness.TranslationModelFitness() - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelFitness.New() nameWithType: TranslationModelFitness.TranslationModelFitness() - nameWithType.vb: TranslationModelFitness.New() - uid: Sdl.Core.FineGrainedAlignment.TranslationModelFitness.#ctor* name: TranslationModelFitness href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelFitness.html#Sdl_Core_FineGrainedAlignment_TranslationModelFitness__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.TranslationModelFitness.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.TranslationModelFitness.TranslationModelFitness - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelFitness.New nameWithType: TranslationModelFitness.TranslationModelFitness - nameWithType.vb: TranslationModelFitness.New - uid: Sdl.Core.FineGrainedAlignment.TranslationModelFitness.SourceIVTokenCounts name: SourceIVTokenCounts href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelFitness.html#Sdl_Core_FineGrainedAlignment_TranslationModelFitness_SourceIVTokenCounts @@ -4547,20 +4196,14 @@ references: name: TranslationModelId() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId__ctor commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelId.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.TranslationModelId.TranslationModelId() - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelId.New() nameWithType: TranslationModelId.TranslationModelId() - nameWithType.vb: TranslationModelId.New() - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.#ctor* name: TranslationModelId href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.TranslationModelId.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.TranslationModelId.TranslationModelId - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelId.New nameWithType: TranslationModelId.TranslationModelId - nameWithType.vb: TranslationModelId.New - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.Deserialize(System.IO.BinaryReader) name: Deserialize(BinaryReader) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId_Deserialize_System_IO_BinaryReader_ @@ -4574,13 +4217,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.TranslationModelId.Deserialize nameWithType: TranslationModelId.Deserialize - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.Byte[]) - name: FromSerialization(byte[]) + name: FromSerialization(Byte[]) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId_FromSerialization_System_Byte___ commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.Byte[]) name.vb: FromSerialization(Byte()) - fullName: Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(byte[]) - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(Byte()) - nameWithType: TranslationModelId.FromSerialization(byte[]) + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.Byte[]) + fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.Byte()) + nameWithType: TranslationModelId.FromSerialization(Byte[]) nameWithType.vb: TranslationModelId.FromSerialization(Byte()) - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.IO.BinaryReader) name: FromSerialization(BinaryReader) @@ -4651,42 +4294,6 @@ references: commentId: Overload:Sdl.Core.FineGrainedAlignment.TranslationModelId.ToSerialization fullName: Sdl.Core.FineGrainedAlignment.TranslationModelId.ToSerialization nameWithType: TranslationModelId.ToSerialization -- uid: Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry - name: TranslationModelMatrixEntry - href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.html - commentId: T:Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry - fullName: Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry - nameWithType: TranslationModelMatrixEntry -- uid: Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.#ctor - name: TranslationModelMatrixEntry() - href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.html#Sdl_Core_FineGrainedAlignment_TranslationModelMatrixEntry__ctor - commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.#ctor - fullName: Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.TranslationModelMatrixEntry() - nameWithType: TranslationModelMatrixEntry.TranslationModelMatrixEntry() -- uid: Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.#ctor* - name: TranslationModelMatrixEntry - href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.html#Sdl_Core_FineGrainedAlignment_TranslationModelMatrixEntry__ctor_ - commentId: Overload:Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.#ctor - fullName: Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.TranslationModelMatrixEntry - nameWithType: TranslationModelMatrixEntry.TranslationModelMatrixEntry -- uid: Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.SourceKey - name: SourceKey - href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.html#Sdl_Core_FineGrainedAlignment_TranslationModelMatrixEntry_SourceKey - commentId: F:Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.SourceKey - fullName: Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.SourceKey - nameWithType: TranslationModelMatrixEntry.SourceKey -- uid: Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.TargetKey - name: TargetKey - href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.html#Sdl_Core_FineGrainedAlignment_TranslationModelMatrixEntry_TargetKey - commentId: F:Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.TargetKey - fullName: Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.TargetKey - nameWithType: TranslationModelMatrixEntry.TargetKey -- uid: Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.Value - name: Value - href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.html#Sdl_Core_FineGrainedAlignment_TranslationModelMatrixEntry_Value - commentId: F:Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.Value - fullName: Sdl.Core.FineGrainedAlignment.TranslationModelMatrixEntry.Value - nameWithType: TranslationModelMatrixEntry.Value - uid: Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs name: TranslationModelProgressEventArgs href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.html @@ -4694,23 +4301,17 @@ references: fullName: Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs nameWithType: TranslationModelProgressEventArgs - uid: Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.#ctor(Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage,System.Int32,System.Int32) - name: TranslationModelProgressEventArgs(TranslationModelProgressStage, int, int) + name: TranslationModelProgressEventArgs(TranslationModelProgressStage, Int32, Int32) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.html#Sdl_Core_FineGrainedAlignment_TranslationModelProgressEventArgs__ctor_Sdl_Core_FineGrainedAlignment_TranslationModelProgressStage_System_Int32_System_Int32_ commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.#ctor(Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage,System.Int32,System.Int32) - name.vb: New(TranslationModelProgressStage, Integer, Integer) - fullName: Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.TranslationModelProgressEventArgs(Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage, int, int) - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.New(Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage, Integer, Integer) - nameWithType: TranslationModelProgressEventArgs.TranslationModelProgressEventArgs(TranslationModelProgressStage, int, int) - nameWithType.vb: TranslationModelProgressEventArgs.New(TranslationModelProgressStage, Integer, Integer) + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.TranslationModelProgressEventArgs(Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage, System.Int32, System.Int32) + nameWithType: TranslationModelProgressEventArgs.TranslationModelProgressEventArgs(TranslationModelProgressStage, Int32, Int32) - uid: Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.#ctor* name: TranslationModelProgressEventArgs href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.html#Sdl_Core_FineGrainedAlignment_TranslationModelProgressEventArgs__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.TranslationModelProgressEventArgs - fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.New nameWithType: TranslationModelProgressEventArgs.TranslationModelProgressEventArgs - nameWithType.vb: TranslationModelProgressEventArgs.New - uid: Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.Cancel name: Cancel href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.html#Sdl_Core_FineGrainedAlignment_TranslationModelProgressEventArgs_Cancel @@ -4801,6 +4402,12 @@ references: commentId: F:Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage.Saving fullName: Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage.Saving nameWithType: TranslationModelProgressStage.Saving +- uid: Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage.value__ + name: value__ + href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage.html#Sdl_Core_FineGrainedAlignment_TranslationModelProgressStage_value__ + commentId: F:Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage.value__ + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage.value__ + nameWithType: TranslationModelProgressStage.value__ - uid: Sdl.Core.FineGrainedAlignment.TranslationModelTypes name: TranslationModelTypes href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelTypes.html @@ -4819,42 +4426,12 @@ references: commentId: F:Sdl.Core.FineGrainedAlignment.TranslationModelTypes.Trained fullName: Sdl.Core.FineGrainedAlignment.TranslationModelTypes.Trained nameWithType: TranslationModelTypes.Trained -- uid: Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry - name: TranslationModelVocabEntry - href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.html - commentId: T:Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry - fullName: Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry - nameWithType: TranslationModelVocabEntry -- uid: Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.#ctor - name: TranslationModelVocabEntry() - href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.html#Sdl_Core_FineGrainedAlignment_TranslationModelVocabEntry__ctor - commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.#ctor - fullName: Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.TranslationModelVocabEntry() - nameWithType: TranslationModelVocabEntry.TranslationModelVocabEntry() -- uid: Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.#ctor* - name: TranslationModelVocabEntry - href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.html#Sdl_Core_FineGrainedAlignment_TranslationModelVocabEntry__ctor_ - commentId: Overload:Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.#ctor - fullName: Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.TranslationModelVocabEntry - nameWithType: TranslationModelVocabEntry.TranslationModelVocabEntry -- uid: Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.Key - name: Key - href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.html#Sdl_Core_FineGrainedAlignment_TranslationModelVocabEntry_Key - commentId: F:Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.Key - fullName: Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.Key - nameWithType: TranslationModelVocabEntry.Key -- uid: Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.Occurrences - name: Occurrences - href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.html#Sdl_Core_FineGrainedAlignment_TranslationModelVocabEntry_Occurrences - commentId: F:Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.Occurrences - fullName: Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.Occurrences - nameWithType: TranslationModelVocabEntry.Occurrences -- uid: Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.Token - name: Token - href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.html#Sdl_Core_FineGrainedAlignment_TranslationModelVocabEntry_Token - commentId: F:Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.Token - fullName: Sdl.Core.FineGrainedAlignment.TranslationModelVocabEntry.Token - nameWithType: TranslationModelVocabEntry.Token +- uid: Sdl.Core.FineGrainedAlignment.TranslationModelTypes.value__ + name: value__ + href: api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelTypes.html#Sdl_Core_FineGrainedAlignment_TranslationModelTypes_value__ + commentId: F:Sdl.Core.FineGrainedAlignment.TranslationModelTypes.value__ + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelTypes.value__ + nameWithType: TranslationModelTypes.value__ - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3 name: VocabularyFile3 href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html @@ -4865,20 +4442,14 @@ references: name: VocabularyFile3() href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html#Sdl_Core_FineGrainedAlignment_VocabularyFile3__ctor commentId: M:Sdl.Core.FineGrainedAlignment.VocabularyFile3.#ctor - name.vb: New() fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.VocabularyFile3() - fullName.vb: Sdl.Core.FineGrainedAlignment.VocabularyFile3.New() nameWithType: VocabularyFile3.VocabularyFile3() - nameWithType.vb: VocabularyFile3.New() - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3.#ctor* name: VocabularyFile3 href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html#Sdl_Core_FineGrainedAlignment_VocabularyFile3__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.VocabularyFile3.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.VocabularyFile3 - fullName.vb: Sdl.Core.FineGrainedAlignment.VocabularyFile3.New nameWithType: VocabularyFile3.VocabularyFile3 - nameWithType.vb: VocabularyFile3.New - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3._contiguousKeys name: _contiguousKeys href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html#Sdl_Core_FineGrainedAlignment_VocabularyFile3__contiguousKeys @@ -4898,32 +4469,23 @@ references: fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3._KeyWordMap nameWithType: VocabularyFile3._KeyWordMap - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Add(System.Int32,System.String) - name: Add(int, string) + name: Add(Int32, String) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html#Sdl_Core_FineGrainedAlignment_VocabularyFile3_Add_System_Int32_System_String_ commentId: M:Sdl.Core.FineGrainedAlignment.VocabularyFile3.Add(System.Int32,System.String) - name.vb: Add(Integer, String) - fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Add(int, string) - fullName.vb: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Add(Integer, String) - nameWithType: VocabularyFile3.Add(int, string) - nameWithType.vb: VocabularyFile3.Add(Integer, String) + fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Add(System.Int32, System.String) + nameWithType: VocabularyFile3.Add(Int32, String) - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Add(System.Int32,System.String,System.Int32) - name: Add(int, string, int) + name: Add(Int32, String, Int32) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html#Sdl_Core_FineGrainedAlignment_VocabularyFile3_Add_System_Int32_System_String_System_Int32_ commentId: M:Sdl.Core.FineGrainedAlignment.VocabularyFile3.Add(System.Int32,System.String,System.Int32) - name.vb: Add(Integer, String, Integer) - fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Add(int, string, int) - fullName.vb: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Add(Integer, String, Integer) - nameWithType: VocabularyFile3.Add(int, string, int) - nameWithType.vb: VocabularyFile3.Add(Integer, String, Integer) + fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Add(System.Int32, System.String, System.Int32) + nameWithType: VocabularyFile3.Add(Int32, String, Int32) - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Add(System.String) - name: Add(string) + name: Add(String) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html#Sdl_Core_FineGrainedAlignment_VocabularyFile3_Add_System_String_ commentId: M:Sdl.Core.FineGrainedAlignment.VocabularyFile3.Add(System.String) - name.vb: Add(String) - fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Add(string) - fullName.vb: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Add(String) - nameWithType: VocabularyFile3.Add(string) - nameWithType.vb: VocabularyFile3.Add(String) + fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Add(System.String) + nameWithType: VocabularyFile3.Add(String) - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Add* name: Add href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html#Sdl_Core_FineGrainedAlignment_VocabularyFile3_Add_ @@ -4961,14 +4523,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Dump(System.IO.TextWriter) nameWithType: VocabularyFile3.Dump(TextWriter) - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Dump(System.String) - name: Dump(string) + name: Dump(String) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html#Sdl_Core_FineGrainedAlignment_VocabularyFile3_Dump_System_String_ commentId: M:Sdl.Core.FineGrainedAlignment.VocabularyFile3.Dump(System.String) - name.vb: Dump(String) - fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Dump(string) - fullName.vb: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Dump(String) - nameWithType: VocabularyFile3.Dump(string) - nameWithType.vb: VocabularyFile3.Dump(String) + fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Dump(System.String) + nameWithType: VocabularyFile3.Dump(String) - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Dump* name: Dump href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html#Sdl_Core_FineGrainedAlignment_VocabularyFile3_Dump_ @@ -4976,13 +4535,13 @@ references: fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Dump nameWithType: VocabularyFile3.Dump - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3.GetIDs(System.Collections.Generic.IEnumerable{System.String}) - name: GetIDs(IEnumerable) + name: GetIDs(IEnumerable) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html#Sdl_Core_FineGrainedAlignment_VocabularyFile3_GetIDs_System_Collections_Generic_IEnumerable_System_String__ commentId: M:Sdl.Core.FineGrainedAlignment.VocabularyFile3.GetIDs(System.Collections.Generic.IEnumerable{System.String}) name.vb: GetIDs(IEnumerable(Of String)) - fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.GetIDs(System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.Core.FineGrainedAlignment.VocabularyFile3.GetIDs(System.Collections.Generic.IEnumerable(Of String)) - nameWithType: VocabularyFile3.GetIDs(IEnumerable) + fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.GetIDs(System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.Core.FineGrainedAlignment.VocabularyFile3.GetIDs(System.Collections.Generic.IEnumerable(Of System.String)) + nameWithType: VocabularyFile3.GetIDs(IEnumerable) nameWithType.vb: VocabularyFile3.GetIDs(IEnumerable(Of String)) - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3.GetIDs* name: GetIDs @@ -5054,23 +4613,17 @@ references: fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.LoadAsync nameWithType: VocabularyFile3.LoadAsync - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Lookup(System.Int32) - name: Lookup(int) + name: Lookup(Int32) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html#Sdl_Core_FineGrainedAlignment_VocabularyFile3_Lookup_System_Int32_ commentId: M:Sdl.Core.FineGrainedAlignment.VocabularyFile3.Lookup(System.Int32) - name.vb: Lookup(Integer) - fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Lookup(int) - fullName.vb: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Lookup(Integer) - nameWithType: VocabularyFile3.Lookup(int) - nameWithType.vb: VocabularyFile3.Lookup(Integer) + fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Lookup(System.Int32) + nameWithType: VocabularyFile3.Lookup(Int32) - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Lookup(System.String) - name: Lookup(string) + name: Lookup(String) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html#Sdl_Core_FineGrainedAlignment_VocabularyFile3_Lookup_System_String_ commentId: M:Sdl.Core.FineGrainedAlignment.VocabularyFile3.Lookup(System.String) - name.vb: Lookup(String) - fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Lookup(string) - fullName.vb: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Lookup(String) - nameWithType: VocabularyFile3.Lookup(string) - nameWithType.vb: VocabularyFile3.Lookup(String) + fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Lookup(System.String) + nameWithType: VocabularyFile3.Lookup(String) - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Lookup* name: Lookup href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html#Sdl_Core_FineGrainedAlignment_VocabularyFile3_Lookup_ @@ -5078,14 +4631,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.Lookup nameWithType: VocabularyFile3.Lookup - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3.LookupFull(System.Int32) - name: LookupFull(int) + name: LookupFull(Int32) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html#Sdl_Core_FineGrainedAlignment_VocabularyFile3_LookupFull_System_Int32_ commentId: M:Sdl.Core.FineGrainedAlignment.VocabularyFile3.LookupFull(System.Int32) - name.vb: LookupFull(Integer) - fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.LookupFull(int) - fullName.vb: Sdl.Core.FineGrainedAlignment.VocabularyFile3.LookupFull(Integer) - nameWithType: VocabularyFile3.LookupFull(int) - nameWithType.vb: VocabularyFile3.LookupFull(Integer) + fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.LookupFull(System.Int32) + nameWithType: VocabularyFile3.LookupFull(Int32) - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3.LookupFull* name: LookupFull href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html#Sdl_Core_FineGrainedAlignment_VocabularyFile3_LookupFull_ @@ -5093,14 +4643,11 @@ references: fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.LookupFull nameWithType: VocabularyFile3.LookupFull - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3.LookupOrAdd(System.String) - name: LookupOrAdd(string) + name: LookupOrAdd(String) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html#Sdl_Core_FineGrainedAlignment_VocabularyFile3_LookupOrAdd_System_String_ commentId: M:Sdl.Core.FineGrainedAlignment.VocabularyFile3.LookupOrAdd(System.String) - name.vb: LookupOrAdd(String) - fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.LookupOrAdd(string) - fullName.vb: Sdl.Core.FineGrainedAlignment.VocabularyFile3.LookupOrAdd(String) - nameWithType: VocabularyFile3.LookupOrAdd(string) - nameWithType.vb: VocabularyFile3.LookupOrAdd(String) + fullName: Sdl.Core.FineGrainedAlignment.VocabularyFile3.LookupOrAdd(System.String) + nameWithType: VocabularyFile3.LookupOrAdd(String) - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3.LookupOrAdd* name: LookupOrAdd href: api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.html#Sdl_Core_FineGrainedAlignment_VocabularyFile3_LookupOrAdd_ @@ -5141,20 +4688,14 @@ references: name: WordAlignmentComputer3(IScoreProvider2, VocabularyFile3, VocabularyFile3) href: api/translationmemory/Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.html#Sdl_Core_FineGrainedAlignment_WordAlignmentComputer3__ctor_Sdl_LanguagePlatform_Stat_WordAlignment_IScoreProvider2_Sdl_Core_FineGrainedAlignment_VocabularyFile3_Sdl_Core_FineGrainedAlignment_VocabularyFile3_ commentId: M:Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.#ctor(Sdl.LanguagePlatform.Stat.WordAlignment.IScoreProvider2,Sdl.Core.FineGrainedAlignment.VocabularyFile3,Sdl.Core.FineGrainedAlignment.VocabularyFile3) - name.vb: New(IScoreProvider2, VocabularyFile3, VocabularyFile3) fullName: Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.WordAlignmentComputer3(Sdl.LanguagePlatform.Stat.WordAlignment.IScoreProvider2, Sdl.Core.FineGrainedAlignment.VocabularyFile3, Sdl.Core.FineGrainedAlignment.VocabularyFile3) - fullName.vb: Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.New(Sdl.LanguagePlatform.Stat.WordAlignment.IScoreProvider2, Sdl.Core.FineGrainedAlignment.VocabularyFile3, Sdl.Core.FineGrainedAlignment.VocabularyFile3) nameWithType: WordAlignmentComputer3.WordAlignmentComputer3(IScoreProvider2, VocabularyFile3, VocabularyFile3) - nameWithType.vb: WordAlignmentComputer3.New(IScoreProvider2, VocabularyFile3, VocabularyFile3) - uid: Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.#ctor* name: WordAlignmentComputer3 href: api/translationmemory/Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.html#Sdl_Core_FineGrainedAlignment_WordAlignmentComputer3__ctor_ commentId: Overload:Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.#ctor - name.vb: New fullName: Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.WordAlignmentComputer3 - fullName.vb: Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.New nameWithType: WordAlignmentComputer3.WordAlignmentComputer3 - nameWithType.vb: WordAlignmentComputer3.New - uid: Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.MAX_SEGMENT_LENGTH name: MAX_SEGMENT_LENGTH href: api/translationmemory/Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.html#Sdl_Core_FineGrainedAlignment_WordAlignmentComputer3_MAX_SEGMENT_LENGTH @@ -5167,690 +4708,6 @@ references: commentId: N:Sdl.Core.Globalization fullName: Sdl.Core.Globalization nameWithType: Sdl.Core.Globalization -- uid: Sdl.Core.Globalization.Async - name: Sdl.Core.Globalization.Async - href: api/core/Sdl.Core.Globalization.Async.html - commentId: N:Sdl.Core.Globalization.Async - fullName: Sdl.Core.Globalization.Async - nameWithType: Sdl.Core.Globalization.Async -- uid: Sdl.Core.Globalization.Async.CultureMetadataManager - name: Sdl.Core.Globalization.Async.CultureMetadataManager - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.html - commentId: N:Sdl.Core.Globalization.Async.CultureMetadataManager - fullName: Sdl.Core.Globalization.Async.CultureMetadataManager - nameWithType: Sdl.Core.Globalization.Async.CultureMetadataManager -- uid: Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails - name: IScriptDetails - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.html - commentId: T:Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails - fullName: Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails - nameWithType: IScriptDetails -- uid: Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.Name - name: Name - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.html#Sdl_Core_Globalization_Async_CultureMetadataManager_IScriptDetails_Name - commentId: P:Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.Name - fullName: Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.Name - nameWithType: IScriptDetails.Name -- uid: Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.Name* - name: Name - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.html#Sdl_Core_Globalization_Async_CultureMetadataManager_IScriptDetails_Name_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.Name - fullName: Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.Name - nameWithType: IScriptDetails.Name -- uid: Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.Rtl - name: Rtl - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.html#Sdl_Core_Globalization_Async_CultureMetadataManager_IScriptDetails_Rtl - commentId: P:Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.Rtl - fullName: Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.Rtl - nameWithType: IScriptDetails.Rtl -- uid: Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.Rtl* - name: Rtl - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.html#Sdl_Core_Globalization_Async_CultureMetadataManager_IScriptDetails_Rtl_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.Rtl - fullName: Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.Rtl - nameWithType: IScriptDetails.Rtl -- uid: Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.ScriptCode - name: ScriptCode - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.html#Sdl_Core_Globalization_Async_CultureMetadataManager_IScriptDetails_ScriptCode - commentId: P:Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.ScriptCode - fullName: Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.ScriptCode - nameWithType: IScriptDetails.ScriptCode -- uid: Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.ScriptCode* - name: ScriptCode - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.html#Sdl_Core_Globalization_Async_CultureMetadataManager_IScriptDetails_ScriptCode_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.ScriptCode - fullName: Sdl.Core.Globalization.Async.CultureMetadataManager.IScriptDetails.ScriptCode - nameWithType: IScriptDetails.ScriptCode -- uid: Sdl.Core.Globalization.Async.CultureMetadataService - name: Sdl.Core.Globalization.Async.CultureMetadataService - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.html - commentId: N:Sdl.Core.Globalization.Async.CultureMetadataService - fullName: Sdl.Core.Globalization.Async.CultureMetadataService - nameWithType: Sdl.Core.Globalization.Async.CultureMetadataService -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService - name: AbstractCultureMetadataService - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html - commentId: T:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService - nameWithType: AbstractCultureMetadataService -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.#ctor - name: AbstractCultureMetadataService() - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService__ctor - commentId: M:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.AbstractCultureMetadataService() - fullName.vb: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.New() - nameWithType: AbstractCultureMetadataService.AbstractCultureMetadataService() - nameWithType.vb: AbstractCultureMetadataService.New() -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.#ctor* - name: AbstractCultureMetadataService - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService__ctor_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.AbstractCultureMetadataService - fullName.vb: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.New - nameWithType: AbstractCultureMetadataService.AbstractCultureMetadataService - nameWithType.vb: AbstractCultureMetadataService.New -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetAllRegisteredProductsAsync - name: GetAllRegisteredProductsAsync() - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetAllRegisteredProductsAsync - commentId: M:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetAllRegisteredProductsAsync - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetAllRegisteredProductsAsync() - nameWithType: AbstractCultureMetadataService.GetAllRegisteredProductsAsync() -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetAllRegisteredProductsAsync* - name: GetAllRegisteredProductsAsync - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetAllRegisteredProductsAsync_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetAllRegisteredProductsAsync - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetAllRegisteredProductsAsync - nameWithType: AbstractCultureMetadataService.GetAllRegisteredProductsAsync -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguageAsync(System.String,System.String) - name: GetLanguageAsync(string, string) - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetLanguageAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguageAsync(System.String,System.String) - name.vb: GetLanguageAsync(String, String) - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguageAsync(string, string) - fullName.vb: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguageAsync(String, String) - nameWithType: AbstractCultureMetadataService.GetLanguageAsync(string, string) - nameWithType.vb: AbstractCultureMetadataService.GetLanguageAsync(String, String) -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguageAsync* - name: GetLanguageAsync - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetLanguageAsync_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguageAsync - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguageAsync - nameWithType: AbstractCultureMetadataService.GetLanguageAsync -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguageMetadataAsync(System.String[]) - name: GetLanguageMetadataAsync(string[]) - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetLanguageMetadataAsync_System_String___ - commentId: M:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguageMetadataAsync(System.String[]) - name.vb: GetLanguageMetadataAsync(String()) - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguageMetadataAsync(string[]) - fullName.vb: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguageMetadataAsync(String()) - nameWithType: AbstractCultureMetadataService.GetLanguageMetadataAsync(string[]) - nameWithType.vb: AbstractCultureMetadataService.GetLanguageMetadataAsync(String()) -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguageMetadataAsync* - name: GetLanguageMetadataAsync - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetLanguageMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguageMetadataAsync - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguageMetadataAsync - nameWithType: AbstractCultureMetadataService.GetLanguageMetadataAsync -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguagesAsync(System.String[]) - name: GetLanguagesAsync(string[]) - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetLanguagesAsync_System_String___ - commentId: M:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguagesAsync(System.String[]) - name.vb: GetLanguagesAsync(String()) - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguagesAsync(string[]) - fullName.vb: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguagesAsync(String()) - nameWithType: AbstractCultureMetadataService.GetLanguagesAsync(string[]) - nameWithType.vb: AbstractCultureMetadataService.GetLanguagesAsync(String()) -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguagesAsync* - name: GetLanguagesAsync - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguagesAsync - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetLanguagesAsync - nameWithType: AbstractCultureMetadataService.GetLanguagesAsync -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetNeutralLanguagesAsync - name: GetNeutralLanguagesAsync() - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetNeutralLanguagesAsync - commentId: M:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetNeutralLanguagesAsync - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetNeutralLanguagesAsync() - nameWithType: AbstractCultureMetadataService.GetNeutralLanguagesAsync() -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetNeutralLanguagesAsync* - name: GetNeutralLanguagesAsync - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetNeutralLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetNeutralLanguagesAsync - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetNeutralLanguagesAsync - nameWithType: AbstractCultureMetadataService.GetNeutralLanguagesAsync -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetNumberMetadataAsync(System.String[]) - name: GetNumberMetadataAsync(string[]) - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetNumberMetadataAsync_System_String___ - commentId: M:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetNumberMetadataAsync(System.String[]) - name.vb: GetNumberMetadataAsync(String()) - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetNumberMetadataAsync(string[]) - fullName.vb: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetNumberMetadataAsync(String()) - nameWithType: AbstractCultureMetadataService.GetNumberMetadataAsync(string[]) - nameWithType.vb: AbstractCultureMetadataService.GetNumberMetadataAsync(String()) -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetNumberMetadataAsync* - name: GetNumberMetadataAsync - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetNumberMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetNumberMetadataAsync - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetNumberMetadataAsync - nameWithType: AbstractCultureMetadataService.GetNumberMetadataAsync -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetSupportedLanguagesAsync(System.String) - name: GetSupportedLanguagesAsync(string) - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetSupportedLanguagesAsync_System_String_ - commentId: M:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetSupportedLanguagesAsync(System.String) - name.vb: GetSupportedLanguagesAsync(String) - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetSupportedLanguagesAsync(string) - fullName.vb: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetSupportedLanguagesAsync(String) - nameWithType: AbstractCultureMetadataService.GetSupportedLanguagesAsync(string) - nameWithType.vb: AbstractCultureMetadataService.GetSupportedLanguagesAsync(String) -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetSupportedLanguagesAsync* - name: GetSupportedLanguagesAsync - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetSupportedLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetSupportedLanguagesAsync - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetSupportedLanguagesAsync - nameWithType: AbstractCultureMetadataService.GetSupportedLanguagesAsync -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetUnitDefinitionsAsync - name: GetUnitDefinitionsAsync() - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetUnitDefinitionsAsync - commentId: M:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetUnitDefinitionsAsync - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetUnitDefinitionsAsync() - nameWithType: AbstractCultureMetadataService.GetUnitDefinitionsAsync() -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetUnitDefinitionsAsync* - name: GetUnitDefinitionsAsync - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetUnitDefinitionsAsync_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetUnitDefinitionsAsync - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetUnitDefinitionsAsync - nameWithType: AbstractCultureMetadataService.GetUnitDefinitionsAsync -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetUnitMetadataAsync(System.String[]) - name: GetUnitMetadataAsync(string[]) - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetUnitMetadataAsync_System_String___ - commentId: M:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetUnitMetadataAsync(System.String[]) - name.vb: GetUnitMetadataAsync(String()) - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetUnitMetadataAsync(string[]) - fullName.vb: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetUnitMetadataAsync(String()) - nameWithType: AbstractCultureMetadataService.GetUnitMetadataAsync(string[]) - nameWithType.vb: AbstractCultureMetadataService.GetUnitMetadataAsync(String()) -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetUnitMetadataAsync* - name: GetUnitMetadataAsync - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetUnitMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetUnitMetadataAsync - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetUnitMetadataAsync - nameWithType: AbstractCultureMetadataService.GetUnitMetadataAsync -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetVersionAsync - name: GetVersionAsync() - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetVersionAsync - commentId: M:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetVersionAsync - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetVersionAsync() - nameWithType: AbstractCultureMetadataService.GetVersionAsync() -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetVersionAsync* - name: GetVersionAsync - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_GetVersionAsync_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetVersionAsync - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.GetVersionAsync - nameWithType: AbstractCultureMetadataService.GetVersionAsync -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadLanguageMetadata(System.Collections.Generic.IEnumerable{System.String}) - name: LoadLanguageMetadata(IEnumerable) - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_LoadLanguageMetadata_System_Collections_Generic_IEnumerable_System_String__ - commentId: M:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadLanguageMetadata(System.Collections.Generic.IEnumerable{System.String}) - name.vb: LoadLanguageMetadata(IEnumerable(Of String)) - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadLanguageMetadata(System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadLanguageMetadata(System.Collections.Generic.IEnumerable(Of String)) - nameWithType: AbstractCultureMetadataService.LoadLanguageMetadata(IEnumerable) - nameWithType.vb: AbstractCultureMetadataService.LoadLanguageMetadata(IEnumerable(Of String)) -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadLanguageMetadata* - name: LoadLanguageMetadata - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_LoadLanguageMetadata_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadLanguageMetadata - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadLanguageMetadata - nameWithType: AbstractCultureMetadataService.LoadLanguageMetadata -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadLanguagesFromJson(System.String) - name: LoadLanguagesFromJson(string) - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_LoadLanguagesFromJson_System_String_ - commentId: M:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadLanguagesFromJson(System.String) - name.vb: LoadLanguagesFromJson(String) - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadLanguagesFromJson(string) - fullName.vb: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadLanguagesFromJson(String) - nameWithType: AbstractCultureMetadataService.LoadLanguagesFromJson(string) - nameWithType.vb: AbstractCultureMetadataService.LoadLanguagesFromJson(String) -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadLanguagesFromJson* - name: LoadLanguagesFromJson - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_LoadLanguagesFromJson_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadLanguagesFromJson - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadLanguagesFromJson - nameWithType: AbstractCultureMetadataService.LoadLanguagesFromJson -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadNumberMetadata(System.Collections.Generic.IEnumerable{System.String}) - name: LoadNumberMetadata(IEnumerable) - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_LoadNumberMetadata_System_Collections_Generic_IEnumerable_System_String__ - commentId: M:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadNumberMetadata(System.Collections.Generic.IEnumerable{System.String}) - name.vb: LoadNumberMetadata(IEnumerable(Of String)) - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadNumberMetadata(System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadNumberMetadata(System.Collections.Generic.IEnumerable(Of String)) - nameWithType: AbstractCultureMetadataService.LoadNumberMetadata(IEnumerable) - nameWithType.vb: AbstractCultureMetadataService.LoadNumberMetadata(IEnumerable(Of String)) -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadNumberMetadata* - name: LoadNumberMetadata - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_LoadNumberMetadata_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadNumberMetadata - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadNumberMetadata - nameWithType: AbstractCultureMetadataService.LoadNumberMetadata -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadUnitDefinitionsAndMetadata(System.String,System.Collections.Generic.IEnumerable{System.String}) - name: LoadUnitDefinitionsAndMetadata(string, IEnumerable) - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_LoadUnitDefinitionsAndMetadata_System_String_System_Collections_Generic_IEnumerable_System_String__ - commentId: M:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadUnitDefinitionsAndMetadata(System.String,System.Collections.Generic.IEnumerable{System.String}) - name.vb: LoadUnitDefinitionsAndMetadata(String, IEnumerable(Of String)) - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadUnitDefinitionsAndMetadata(string, System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadUnitDefinitionsAndMetadata(String, System.Collections.Generic.IEnumerable(Of String)) - nameWithType: AbstractCultureMetadataService.LoadUnitDefinitionsAndMetadata(string, IEnumerable) - nameWithType.vb: AbstractCultureMetadataService.LoadUnitDefinitionsAndMetadata(String, IEnumerable(Of String)) -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadUnitDefinitionsAndMetadata* - name: LoadUnitDefinitionsAndMetadata - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_LoadUnitDefinitionsAndMetadata_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadUnitDefinitionsAndMetadata - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.LoadUnitDefinitionsAndMetadata - nameWithType: AbstractCultureMetadataService.LoadUnitDefinitionsAndMetadata -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.SetDataVersion(System.String) - name: SetDataVersion(string) - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_SetDataVersion_System_String_ - commentId: M:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.SetDataVersion(System.String) - name.vb: SetDataVersion(String) - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.SetDataVersion(string) - fullName.vb: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.SetDataVersion(String) - nameWithType: AbstractCultureMetadataService.SetDataVersion(string) - nameWithType.vb: AbstractCultureMetadataService.SetDataVersion(String) -- uid: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.SetDataVersion* - name: SetDataVersion - href: api/core/Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.html#Sdl_Core_Globalization_Async_CultureMetadataService_AbstractCultureMetadataService_SetDataVersion_ - commentId: Overload:Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.SetDataVersion - fullName: Sdl.Core.Globalization.Async.CultureMetadataService.AbstractCultureMetadataService.SetDataVersion - nameWithType: AbstractCultureMetadataService.SetDataVersion -- uid: Sdl.Core.Globalization.Async.DateTimePatternClassifier - name: DateTimePatternClassifier - href: api/core/Sdl.Core.Globalization.Async.DateTimePatternClassifier.html - commentId: T:Sdl.Core.Globalization.Async.DateTimePatternClassifier - fullName: Sdl.Core.Globalization.Async.DateTimePatternClassifier - nameWithType: DateTimePatternClassifier -- uid: Sdl.Core.Globalization.Async.DateTimePatternClassifier.#ctor - name: DateTimePatternClassifier() - href: api/core/Sdl.Core.Globalization.Async.DateTimePatternClassifier.html#Sdl_Core_Globalization_Async_DateTimePatternClassifier__ctor - commentId: M:Sdl.Core.Globalization.Async.DateTimePatternClassifier.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.Async.DateTimePatternClassifier.DateTimePatternClassifier() - fullName.vb: Sdl.Core.Globalization.Async.DateTimePatternClassifier.New() - nameWithType: DateTimePatternClassifier.DateTimePatternClassifier() - nameWithType.vb: DateTimePatternClassifier.New() -- uid: Sdl.Core.Globalization.Async.DateTimePatternClassifier.#ctor* - name: DateTimePatternClassifier - href: api/core/Sdl.Core.Globalization.Async.DateTimePatternClassifier.html#Sdl_Core_Globalization_Async_DateTimePatternClassifier__ctor_ - commentId: Overload:Sdl.Core.Globalization.Async.DateTimePatternClassifier.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.Async.DateTimePatternClassifier.DateTimePatternClassifier - fullName.vb: Sdl.Core.Globalization.Async.DateTimePatternClassifier.New - nameWithType: DateTimePatternClassifier.DateTimePatternClassifier - nameWithType.vb: DateTimePatternClassifier.New -- uid: Sdl.Core.Globalization.Async.DateTimePatternClassifier.ClassifyPattern(Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata,System.String,Sdl.Core.Globalization.Async.PatternParsingHandler) - name: ClassifyPattern(LanguageMetadata, string, PatternParsingHandler) - href: api/core/Sdl.Core.Globalization.Async.DateTimePatternClassifier.html#Sdl_Core_Globalization_Async_DateTimePatternClassifier_ClassifyPattern_Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_System_String_Sdl_Core_Globalization_Async_PatternParsingHandler_ - commentId: M:Sdl.Core.Globalization.Async.DateTimePatternClassifier.ClassifyPattern(Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata,System.String,Sdl.Core.Globalization.Async.PatternParsingHandler) - name.vb: ClassifyPattern(LanguageMetadata, String, PatternParsingHandler) - fullName: Sdl.Core.Globalization.Async.DateTimePatternClassifier.ClassifyPattern(Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata, string, Sdl.Core.Globalization.Async.PatternParsingHandler) - fullName.vb: Sdl.Core.Globalization.Async.DateTimePatternClassifier.ClassifyPattern(Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata, String, Sdl.Core.Globalization.Async.PatternParsingHandler) - nameWithType: DateTimePatternClassifier.ClassifyPattern(LanguageMetadata, string, PatternParsingHandler) - nameWithType.vb: DateTimePatternClassifier.ClassifyPattern(LanguageMetadata, String, PatternParsingHandler) -- uid: Sdl.Core.Globalization.Async.DateTimePatternClassifier.ClassifyPattern* - name: ClassifyPattern - href: api/core/Sdl.Core.Globalization.Async.DateTimePatternClassifier.html#Sdl_Core_Globalization_Async_DateTimePatternClassifier_ClassifyPattern_ - commentId: Overload:Sdl.Core.Globalization.Async.DateTimePatternClassifier.ClassifyPattern - fullName: Sdl.Core.Globalization.Async.DateTimePatternClassifier.ClassifyPattern - nameWithType: DateTimePatternClassifier.ClassifyPattern -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler - name: PatternParsingHandler - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html - commentId: T:Sdl.Core.Globalization.Async.PatternParsingHandler - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler - nameWithType: PatternParsingHandler -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.#ctor - name: PatternParsingHandler() - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler__ctor - commentId: M:Sdl.Core.Globalization.Async.PatternParsingHandler.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.PatternParsingHandler() - fullName.vb: Sdl.Core.Globalization.Async.PatternParsingHandler.New() - nameWithType: PatternParsingHandler.PatternParsingHandler() - nameWithType.vb: PatternParsingHandler.New() -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.#ctor* - name: PatternParsingHandler - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler__ctor_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.PatternParsingHandler - fullName.vb: Sdl.Core.Globalization.Async.PatternParsingHandler.New - nameWithType: PatternParsingHandler.PatternParsingHandler - nameWithType.vb: PatternParsingHandler.New -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.AbbreviatedDay - name: AbbreviatedDay - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_AbbreviatedDay - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.AbbreviatedDay - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.AbbreviatedDay - nameWithType: PatternParsingHandler.AbbreviatedDay -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.AbbreviatedDay* - name: AbbreviatedDay - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_AbbreviatedDay_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.AbbreviatedDay - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.AbbreviatedDay - nameWithType: PatternParsingHandler.AbbreviatedDay -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.AbbreviatedMonth - name: AbbreviatedMonth - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_AbbreviatedMonth - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.AbbreviatedMonth - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.AbbreviatedMonth - nameWithType: PatternParsingHandler.AbbreviatedMonth -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.AbbreviatedMonth* - name: AbbreviatedMonth - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_AbbreviatedMonth_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.AbbreviatedMonth - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.AbbreviatedMonth - nameWithType: PatternParsingHandler.AbbreviatedMonth -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.AmPm - name: AmPm - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_AmPm - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.AmPm - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.AmPm - nameWithType: PatternParsingHandler.AmPm -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.AmPm* - name: AmPm - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_AmPm_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.AmPm - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.AmPm - nameWithType: PatternParsingHandler.AmPm -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.AmPmAbbreviated - name: AmPmAbbreviated - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_AmPmAbbreviated - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.AmPmAbbreviated - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.AmPmAbbreviated - nameWithType: PatternParsingHandler.AmPmAbbreviated -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.AmPmAbbreviated* - name: AmPmAbbreviated - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_AmPmAbbreviated_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.AmPmAbbreviated - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.AmPmAbbreviated - nameWithType: PatternParsingHandler.AmPmAbbreviated -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Era - name: Era - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Era - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.Era - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Era - nameWithType: PatternParsingHandler.Era -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Era* - name: Era - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Era_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.Era - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Era - nameWithType: PatternParsingHandler.Era -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.FullDay - name: FullDay - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_FullDay - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.FullDay - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.FullDay - nameWithType: PatternParsingHandler.FullDay -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.FullDay* - name: FullDay - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_FullDay_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.FullDay - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.FullDay - nameWithType: PatternParsingHandler.FullDay -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.FullMonth - name: FullMonth - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_FullMonth - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.FullMonth - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.FullMonth - nameWithType: PatternParsingHandler.FullMonth -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.FullMonth* - name: FullMonth - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_FullMonth_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.FullMonth - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.FullMonth - nameWithType: PatternParsingHandler.FullMonth -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Hour12 - name: Hour12 - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Hour12 - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.Hour12 - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Hour12 - nameWithType: PatternParsingHandler.Hour12 -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Hour12* - name: Hour12 - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Hour12_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.Hour12 - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Hour12 - nameWithType: PatternParsingHandler.Hour12 -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Hour12LeadingZero - name: Hour12LeadingZero - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Hour12LeadingZero - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.Hour12LeadingZero - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Hour12LeadingZero - nameWithType: PatternParsingHandler.Hour12LeadingZero -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Hour12LeadingZero* - name: Hour12LeadingZero - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Hour12LeadingZero_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.Hour12LeadingZero - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Hour12LeadingZero - nameWithType: PatternParsingHandler.Hour12LeadingZero -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Hour24 - name: Hour24 - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Hour24 - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.Hour24 - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Hour24 - nameWithType: PatternParsingHandler.Hour24 -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Hour24* - name: Hour24 - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Hour24_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.Hour24 - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Hour24 - nameWithType: PatternParsingHandler.Hour24 -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Hour24LeadingZero - name: Hour24LeadingZero - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Hour24LeadingZero - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.Hour24LeadingZero - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Hour24LeadingZero - nameWithType: PatternParsingHandler.Hour24LeadingZero -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Hour24LeadingZero* - name: Hour24LeadingZero - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Hour24LeadingZero_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.Hour24LeadingZero - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Hour24LeadingZero - nameWithType: PatternParsingHandler.Hour24LeadingZero -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.LiteralChar - name: LiteralChar - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_LiteralChar - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.LiteralChar - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.LiteralChar - nameWithType: PatternParsingHandler.LiteralChar -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.LiteralChar* - name: LiteralChar - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_LiteralChar_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.LiteralChar - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.LiteralChar - nameWithType: PatternParsingHandler.LiteralChar -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Minute - name: Minute - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Minute - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.Minute - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Minute - nameWithType: PatternParsingHandler.Minute -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Minute* - name: Minute - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Minute_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.Minute - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Minute - nameWithType: PatternParsingHandler.Minute -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.MinuteLeadingZero - name: MinuteLeadingZero - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_MinuteLeadingZero - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.MinuteLeadingZero - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.MinuteLeadingZero - nameWithType: PatternParsingHandler.MinuteLeadingZero -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.MinuteLeadingZero* - name: MinuteLeadingZero - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_MinuteLeadingZero_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.MinuteLeadingZero - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.MinuteLeadingZero - nameWithType: PatternParsingHandler.MinuteLeadingZero -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.NumericDay - name: NumericDay - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_NumericDay - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.NumericDay - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.NumericDay - nameWithType: PatternParsingHandler.NumericDay -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.NumericDay* - name: NumericDay - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_NumericDay_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.NumericDay - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.NumericDay - nameWithType: PatternParsingHandler.NumericDay -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.NumericDayLeadingZero - name: NumericDayLeadingZero - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_NumericDayLeadingZero - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.NumericDayLeadingZero - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.NumericDayLeadingZero - nameWithType: PatternParsingHandler.NumericDayLeadingZero -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.NumericDayLeadingZero* - name: NumericDayLeadingZero - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_NumericDayLeadingZero_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.NumericDayLeadingZero - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.NumericDayLeadingZero - nameWithType: PatternParsingHandler.NumericDayLeadingZero -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.NumericMonth - name: NumericMonth - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_NumericMonth - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.NumericMonth - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.NumericMonth - nameWithType: PatternParsingHandler.NumericMonth -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.NumericMonth* - name: NumericMonth - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_NumericMonth_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.NumericMonth - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.NumericMonth - nameWithType: PatternParsingHandler.NumericMonth -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.NumericMonthLeadingZero - name: NumericMonthLeadingZero - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_NumericMonthLeadingZero - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.NumericMonthLeadingZero - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.NumericMonthLeadingZero - nameWithType: PatternParsingHandler.NumericMonthLeadingZero -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.NumericMonthLeadingZero* - name: NumericMonthLeadingZero - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_NumericMonthLeadingZero_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.NumericMonthLeadingZero - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.NumericMonthLeadingZero - nameWithType: PatternParsingHandler.NumericMonthLeadingZero -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Second - name: Second - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Second - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.Second - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Second - nameWithType: PatternParsingHandler.Second -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Second* - name: Second - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Second_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.Second - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Second - nameWithType: PatternParsingHandler.Second -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.SecondLeadingZero - name: SecondLeadingZero - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_SecondLeadingZero - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.SecondLeadingZero - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.SecondLeadingZero - nameWithType: PatternParsingHandler.SecondLeadingZero -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.SecondLeadingZero* - name: SecondLeadingZero - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_SecondLeadingZero_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.SecondLeadingZero - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.SecondLeadingZero - nameWithType: PatternParsingHandler.SecondLeadingZero -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Space - name: Space - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Space - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.Space - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Space - nameWithType: PatternParsingHandler.Space -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Space* - name: Space - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Space_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.Space - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Space - nameWithType: PatternParsingHandler.Space -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Year2Digit - name: Year2Digit - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Year2Digit - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.Year2Digit - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Year2Digit - nameWithType: PatternParsingHandler.Year2Digit -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Year2Digit* - name: Year2Digit - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Year2Digit_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.Year2Digit - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Year2Digit - nameWithType: PatternParsingHandler.Year2Digit -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Year2DigitLeadingZero - name: Year2DigitLeadingZero - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Year2DigitLeadingZero - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.Year2DigitLeadingZero - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Year2DigitLeadingZero - nameWithType: PatternParsingHandler.Year2DigitLeadingZero -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Year2DigitLeadingZero* - name: Year2DigitLeadingZero - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Year2DigitLeadingZero_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.Year2DigitLeadingZero - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Year2DigitLeadingZero - nameWithType: PatternParsingHandler.Year2DigitLeadingZero -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Year4Digit - name: Year4Digit - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Year4Digit - commentId: P:Sdl.Core.Globalization.Async.PatternParsingHandler.Year4Digit - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Year4Digit - nameWithType: PatternParsingHandler.Year4Digit -- uid: Sdl.Core.Globalization.Async.PatternParsingHandler.Year4Digit* - name: Year4Digit - href: api/core/Sdl.Core.Globalization.Async.PatternParsingHandler.html#Sdl_Core_Globalization_Async_PatternParsingHandler_Year4Digit_ - commentId: Overload:Sdl.Core.Globalization.Async.PatternParsingHandler.Year4Digit - fullName: Sdl.Core.Globalization.Async.PatternParsingHandler.Year4Digit - nameWithType: PatternParsingHandler.Year4Digit -- uid: Sdl.Core.Globalization.Async.PatternType - name: PatternType - href: api/core/Sdl.Core.Globalization.Async.PatternType.html - commentId: T:Sdl.Core.Globalization.Async.PatternType - fullName: Sdl.Core.Globalization.Async.PatternType - nameWithType: PatternType -- uid: Sdl.Core.Globalization.Async.PatternType.LongDate - name: LongDate - href: api/core/Sdl.Core.Globalization.Async.PatternType.html#Sdl_Core_Globalization_Async_PatternType_LongDate - commentId: F:Sdl.Core.Globalization.Async.PatternType.LongDate - fullName: Sdl.Core.Globalization.Async.PatternType.LongDate - nameWithType: PatternType.LongDate -- uid: Sdl.Core.Globalization.Async.PatternType.LongTime - name: LongTime - href: api/core/Sdl.Core.Globalization.Async.PatternType.html#Sdl_Core_Globalization_Async_PatternType_LongTime - commentId: F:Sdl.Core.Globalization.Async.PatternType.LongTime - fullName: Sdl.Core.Globalization.Async.PatternType.LongTime - nameWithType: PatternType.LongTime -- uid: Sdl.Core.Globalization.Async.PatternType.ShortDate - name: ShortDate - href: api/core/Sdl.Core.Globalization.Async.PatternType.html#Sdl_Core_Globalization_Async_PatternType_ShortDate - commentId: F:Sdl.Core.Globalization.Async.PatternType.ShortDate - fullName: Sdl.Core.Globalization.Async.PatternType.ShortDate - nameWithType: PatternType.ShortDate -- uid: Sdl.Core.Globalization.Async.PatternType.ShortTime - name: ShortTime - href: api/core/Sdl.Core.Globalization.Async.PatternType.html#Sdl_Core_Globalization_Async_PatternType_ShortTime - commentId: F:Sdl.Core.Globalization.Async.PatternType.ShortTime - fullName: Sdl.Core.Globalization.Async.PatternType.ShortTime - nameWithType: PatternType.ShortTime -- uid: Sdl.Core.Globalization.Async.PatternType.Unknown - name: Unknown - href: api/core/Sdl.Core.Globalization.Async.PatternType.html#Sdl_Core_Globalization_Async_PatternType_Unknown - commentId: F:Sdl.Core.Globalization.Async.PatternType.Unknown - fullName: Sdl.Core.Globalization.Async.PatternType.Unknown - nameWithType: PatternType.Unknown - uid: Sdl.Core.Globalization.Codepage name: Codepage href: api/core/Sdl.Core.Globalization.Codepage.html @@ -5861,47 +4718,32 @@ references: name: Codepage() href: api/core/Sdl.Core.Globalization.Codepage.html#Sdl_Core_Globalization_Codepage__ctor commentId: M:Sdl.Core.Globalization.Codepage.#ctor - name.vb: New() fullName: Sdl.Core.Globalization.Codepage.Codepage() - fullName.vb: Sdl.Core.Globalization.Codepage.New() nameWithType: Codepage.Codepage() - nameWithType.vb: Codepage.New() - uid: Sdl.Core.Globalization.Codepage.#ctor(Sdl.Core.Globalization.Codepage) name: Codepage(Codepage) href: api/core/Sdl.Core.Globalization.Codepage.html#Sdl_Core_Globalization_Codepage__ctor_Sdl_Core_Globalization_Codepage_ commentId: M:Sdl.Core.Globalization.Codepage.#ctor(Sdl.Core.Globalization.Codepage) - name.vb: New(Codepage) fullName: Sdl.Core.Globalization.Codepage.Codepage(Sdl.Core.Globalization.Codepage) - fullName.vb: Sdl.Core.Globalization.Codepage.New(Sdl.Core.Globalization.Codepage) nameWithType: Codepage.Codepage(Codepage) - nameWithType.vb: Codepage.New(Codepage) - uid: Sdl.Core.Globalization.Codepage.#ctor(System.String) - name: Codepage(string) + name: Codepage(String) href: api/core/Sdl.Core.Globalization.Codepage.html#Sdl_Core_Globalization_Codepage__ctor_System_String_ commentId: M:Sdl.Core.Globalization.Codepage.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.Globalization.Codepage.Codepage(string) - fullName.vb: Sdl.Core.Globalization.Codepage.New(String) - nameWithType: Codepage.Codepage(string) - nameWithType.vb: Codepage.New(String) + fullName: Sdl.Core.Globalization.Codepage.Codepage(System.String) + nameWithType: Codepage.Codepage(String) - uid: Sdl.Core.Globalization.Codepage.#ctor(System.Text.Encoding) name: Codepage(Encoding) href: api/core/Sdl.Core.Globalization.Codepage.html#Sdl_Core_Globalization_Codepage__ctor_System_Text_Encoding_ commentId: M:Sdl.Core.Globalization.Codepage.#ctor(System.Text.Encoding) - name.vb: New(Encoding) fullName: Sdl.Core.Globalization.Codepage.Codepage(System.Text.Encoding) - fullName.vb: Sdl.Core.Globalization.Codepage.New(System.Text.Encoding) nameWithType: Codepage.Codepage(Encoding) - nameWithType.vb: Codepage.New(Encoding) - uid: Sdl.Core.Globalization.Codepage.#ctor* name: Codepage href: api/core/Sdl.Core.Globalization.Codepage.html#Sdl_Core_Globalization_Codepage__ctor_ commentId: Overload:Sdl.Core.Globalization.Codepage.#ctor - name.vb: New fullName: Sdl.Core.Globalization.Codepage.Codepage - fullName.vb: Sdl.Core.Globalization.Codepage.New nameWithType: Codepage.Codepage - nameWithType.vb: Codepage.New - uid: Sdl.Core.Globalization.Codepage.Clone name: Clone() href: api/core/Sdl.Core.Globalization.Codepage.html#Sdl_Core_Globalization_Codepage_Clone @@ -5927,14 +4769,11 @@ references: fullName: Sdl.Core.Globalization.Codepage.Encoding nameWithType: Codepage.Encoding - uid: Sdl.Core.Globalization.Codepage.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/core/Sdl.Core.Globalization.Codepage.html#Sdl_Core_Globalization_Codepage_Equals_System_Object_ commentId: M:Sdl.Core.Globalization.Codepage.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.Core.Globalization.Codepage.Equals(object) - fullName.vb: Sdl.Core.Globalization.Codepage.Equals(Object) - nameWithType: Codepage.Equals(object) - nameWithType.vb: Codepage.Equals(Object) + fullName: Sdl.Core.Globalization.Codepage.Equals(System.Object) + nameWithType: Codepage.Equals(Object) - uid: Sdl.Core.Globalization.Codepage.Equals* name: Equals href: api/core/Sdl.Core.Globalization.Codepage.html#Sdl_Core_Globalization_Codepage_Equals_ @@ -6049,1246 +4888,6 @@ references: commentId: F:Sdl.Core.Globalization.ConfirmationLevel.Unspecified fullName: Sdl.Core.Globalization.ConfirmationLevel.Unspecified nameWithType: ConfirmationLevel.Unspecified -- uid: Sdl.Core.Globalization.CoreCultureInfoExtensions - name: CoreCultureInfoExtensions - href: api/core/Sdl.Core.Globalization.CoreCultureInfoExtensions.html - commentId: T:Sdl.Core.Globalization.CoreCultureInfoExtensions - fullName: Sdl.Core.Globalization.CoreCultureInfoExtensions - nameWithType: CoreCultureInfoExtensions -- uid: Sdl.Core.Globalization.CoreCultureInfoExtensions.CurrencyPrecedesNumber(System.Globalization.CultureInfo) - name: CurrencyPrecedesNumber(CultureInfo) - href: api/core/Sdl.Core.Globalization.CoreCultureInfoExtensions.html#Sdl_Core_Globalization_CoreCultureInfoExtensions_CurrencyPrecedesNumber_System_Globalization_CultureInfo_ - commentId: M:Sdl.Core.Globalization.CoreCultureInfoExtensions.CurrencyPrecedesNumber(System.Globalization.CultureInfo) - fullName: Sdl.Core.Globalization.CoreCultureInfoExtensions.CurrencyPrecedesNumber(System.Globalization.CultureInfo) - nameWithType: CoreCultureInfoExtensions.CurrencyPrecedesNumber(CultureInfo) -- uid: Sdl.Core.Globalization.CoreCultureInfoExtensions.CurrencyPrecedesNumber* - name: CurrencyPrecedesNumber - href: api/core/Sdl.Core.Globalization.CoreCultureInfoExtensions.html#Sdl_Core_Globalization_CoreCultureInfoExtensions_CurrencyPrecedesNumber_ - commentId: Overload:Sdl.Core.Globalization.CoreCultureInfoExtensions.CurrencyPrecedesNumber - fullName: Sdl.Core.Globalization.CoreCultureInfoExtensions.CurrencyPrecedesNumber - nameWithType: CoreCultureInfoExtensions.CurrencyPrecedesNumber -- uid: Sdl.Core.Globalization.CultureCode - name: CultureCode - href: api/core/Sdl.Core.Globalization.CultureCode.html - commentId: T:Sdl.Core.Globalization.CultureCode - fullName: Sdl.Core.Globalization.CultureCode - nameWithType: CultureCode -- uid: Sdl.Core.Globalization.CultureCode.#ctor(Sdl.Core.Globalization.LanguageBase) - name: CultureCode(LanguageBase) - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode__ctor_Sdl_Core_Globalization_LanguageBase_ - commentId: M:Sdl.Core.Globalization.CultureCode.#ctor(Sdl.Core.Globalization.LanguageBase) - name.vb: New(LanguageBase) - fullName: Sdl.Core.Globalization.CultureCode.CultureCode(Sdl.Core.Globalization.LanguageBase) - fullName.vb: Sdl.Core.Globalization.CultureCode.New(Sdl.Core.Globalization.LanguageBase) - nameWithType: CultureCode.CultureCode(LanguageBase) - nameWithType.vb: CultureCode.New(LanguageBase) -- uid: Sdl.Core.Globalization.CultureCode.#ctor(System.Globalization.CultureInfo) - name: CultureCode(CultureInfo) - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode__ctor_System_Globalization_CultureInfo_ - commentId: M:Sdl.Core.Globalization.CultureCode.#ctor(System.Globalization.CultureInfo) - name.vb: New(CultureInfo) - fullName: Sdl.Core.Globalization.CultureCode.CultureCode(System.Globalization.CultureInfo) - fullName.vb: Sdl.Core.Globalization.CultureCode.New(System.Globalization.CultureInfo) - nameWithType: CultureCode.CultureCode(CultureInfo) - nameWithType.vb: CultureCode.New(CultureInfo) -- uid: Sdl.Core.Globalization.CultureCode.#ctor(System.String) - name: CultureCode(string) - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode__ctor_System_String_ - commentId: M:Sdl.Core.Globalization.CultureCode.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.Globalization.CultureCode.CultureCode(string) - fullName.vb: Sdl.Core.Globalization.CultureCode.New(String) - nameWithType: CultureCode.CultureCode(string) - nameWithType.vb: CultureCode.New(String) -- uid: Sdl.Core.Globalization.CultureCode.#ctor* - name: CultureCode - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode__ctor_ - commentId: Overload:Sdl.Core.Globalization.CultureCode.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.CultureCode.CultureCode - fullName.vb: Sdl.Core.Globalization.CultureCode.New - nameWithType: CultureCode.CultureCode - nameWithType.vb: CultureCode.New -- uid: Sdl.Core.Globalization.CultureCode.Equals(System.Object) - name: Equals(object) - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_Equals_System_Object_ - commentId: M:Sdl.Core.Globalization.CultureCode.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.Core.Globalization.CultureCode.Equals(object) - fullName.vb: Sdl.Core.Globalization.CultureCode.Equals(Object) - nameWithType: CultureCode.Equals(object) - nameWithType.vb: CultureCode.Equals(Object) -- uid: Sdl.Core.Globalization.CultureCode.Equals* - name: Equals - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_Equals_ - commentId: Overload:Sdl.Core.Globalization.CultureCode.Equals - fullName: Sdl.Core.Globalization.CultureCode.Equals - nameWithType: CultureCode.Equals -- uid: Sdl.Core.Globalization.CultureCode.GetHashCode - name: GetHashCode() - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_GetHashCode - commentId: M:Sdl.Core.Globalization.CultureCode.GetHashCode - fullName: Sdl.Core.Globalization.CultureCode.GetHashCode() - nameWithType: CultureCode.GetHashCode() -- uid: Sdl.Core.Globalization.CultureCode.GetHashCode* - name: GetHashCode - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_GetHashCode_ - commentId: Overload:Sdl.Core.Globalization.CultureCode.GetHashCode - fullName: Sdl.Core.Globalization.CultureCode.GetHashCode - nameWithType: CultureCode.GetHashCode -- uid: Sdl.Core.Globalization.CultureCode.InvariantCulture - name: InvariantCulture - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_InvariantCulture - commentId: P:Sdl.Core.Globalization.CultureCode.InvariantCulture - fullName: Sdl.Core.Globalization.CultureCode.InvariantCulture - nameWithType: CultureCode.InvariantCulture -- uid: Sdl.Core.Globalization.CultureCode.InvariantCulture* - name: InvariantCulture - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_InvariantCulture_ - commentId: Overload:Sdl.Core.Globalization.CultureCode.InvariantCulture - fullName: Sdl.Core.Globalization.CultureCode.InvariantCulture - nameWithType: CultureCode.InvariantCulture -- uid: Sdl.Core.Globalization.CultureCode.Name - name: Name - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_Name - commentId: P:Sdl.Core.Globalization.CultureCode.Name - fullName: Sdl.Core.Globalization.CultureCode.Name - nameWithType: CultureCode.Name -- uid: Sdl.Core.Globalization.CultureCode.Name* - name: Name - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_Name_ - commentId: Overload:Sdl.Core.Globalization.CultureCode.Name - fullName: Sdl.Core.Globalization.CultureCode.Name - nameWithType: CultureCode.Name -- uid: Sdl.Core.Globalization.CultureCode.op_Implicit(Sdl.Core.Globalization.CultureCode)~System.Globalization.CultureInfo - name: implicit operator CultureInfo(CultureCode) - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_op_Implicit_Sdl_Core_Globalization_CultureCode__System_Globalization_CultureInfo - commentId: M:Sdl.Core.Globalization.CultureCode.op_Implicit(Sdl.Core.Globalization.CultureCode)~System.Globalization.CultureInfo - name.vb: CType(CultureCode) - fullName: Sdl.Core.Globalization.CultureCode.implicit operator System.Globalization.CultureInfo(Sdl.Core.Globalization.CultureCode) - fullName.vb: Sdl.Core.Globalization.CultureCode.CType(Sdl.Core.Globalization.CultureCode) - nameWithType: CultureCode.implicit operator CultureInfo(CultureCode) - nameWithType.vb: CultureCode.CType(CultureCode) -- uid: Sdl.Core.Globalization.CultureCode.op_Implicit(Sdl.Core.Globalization.CultureCode)~System.String - name: implicit operator string(CultureCode) - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_op_Implicit_Sdl_Core_Globalization_CultureCode__System_String - commentId: M:Sdl.Core.Globalization.CultureCode.op_Implicit(Sdl.Core.Globalization.CultureCode)~System.String - name.vb: CType(CultureCode) - fullName: Sdl.Core.Globalization.CultureCode.implicit operator string(Sdl.Core.Globalization.CultureCode) - fullName.vb: Sdl.Core.Globalization.CultureCode.CType(Sdl.Core.Globalization.CultureCode) - nameWithType: CultureCode.implicit operator string(CultureCode) - nameWithType.vb: CultureCode.CType(CultureCode) -- uid: Sdl.Core.Globalization.CultureCode.op_Implicit(Sdl.Core.Globalization.LanguageBase)~Sdl.Core.Globalization.CultureCode - name: implicit operator CultureCode(LanguageBase) - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_op_Implicit_Sdl_Core_Globalization_LanguageBase__Sdl_Core_Globalization_CultureCode - commentId: M:Sdl.Core.Globalization.CultureCode.op_Implicit(Sdl.Core.Globalization.LanguageBase)~Sdl.Core.Globalization.CultureCode - name.vb: CType(LanguageBase) - fullName: Sdl.Core.Globalization.CultureCode.implicit operator Sdl.Core.Globalization.CultureCode(Sdl.Core.Globalization.LanguageBase) - fullName.vb: Sdl.Core.Globalization.CultureCode.CType(Sdl.Core.Globalization.LanguageBase) - nameWithType: CultureCode.implicit operator CultureCode(LanguageBase) - nameWithType.vb: CultureCode.CType(LanguageBase) -- uid: Sdl.Core.Globalization.CultureCode.op_Implicit(System.Globalization.CultureInfo)~Sdl.Core.Globalization.CultureCode - name: implicit operator CultureCode(CultureInfo) - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_op_Implicit_System_Globalization_CultureInfo__Sdl_Core_Globalization_CultureCode - commentId: M:Sdl.Core.Globalization.CultureCode.op_Implicit(System.Globalization.CultureInfo)~Sdl.Core.Globalization.CultureCode - name.vb: CType(CultureInfo) - fullName: Sdl.Core.Globalization.CultureCode.implicit operator Sdl.Core.Globalization.CultureCode(System.Globalization.CultureInfo) - fullName.vb: Sdl.Core.Globalization.CultureCode.CType(System.Globalization.CultureInfo) - nameWithType: CultureCode.implicit operator CultureCode(CultureInfo) - nameWithType.vb: CultureCode.CType(CultureInfo) -- uid: Sdl.Core.Globalization.CultureCode.op_Implicit(System.String)~Sdl.Core.Globalization.CultureCode - name: implicit operator CultureCode(string) - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_op_Implicit_System_String__Sdl_Core_Globalization_CultureCode - commentId: M:Sdl.Core.Globalization.CultureCode.op_Implicit(System.String)~Sdl.Core.Globalization.CultureCode - name.vb: CType(String) - fullName: Sdl.Core.Globalization.CultureCode.implicit operator Sdl.Core.Globalization.CultureCode(string) - fullName.vb: Sdl.Core.Globalization.CultureCode.CType(String) - nameWithType: CultureCode.implicit operator CultureCode(string) - nameWithType.vb: CultureCode.CType(String) -- uid: Sdl.Core.Globalization.CultureCode.op_Implicit* - name: implicit operator - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_op_Implicit_ - commentId: Overload:Sdl.Core.Globalization.CultureCode.op_Implicit - isSpec: "True" - name.vb: CType - fullName: Sdl.Core.Globalization.CultureCode.implicit operator - fullName.vb: Sdl.Core.Globalization.CultureCode.CType - nameWithType: CultureCode.implicit operator - nameWithType.vb: CultureCode.CType -- uid: Sdl.Core.Globalization.CultureCode.RegionNeutralName - name: RegionNeutralName - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_RegionNeutralName - commentId: P:Sdl.Core.Globalization.CultureCode.RegionNeutralName - fullName: Sdl.Core.Globalization.CultureCode.RegionNeutralName - nameWithType: CultureCode.RegionNeutralName -- uid: Sdl.Core.Globalization.CultureCode.RegionNeutralName* - name: RegionNeutralName - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_RegionNeutralName_ - commentId: Overload:Sdl.Core.Globalization.CultureCode.RegionNeutralName - fullName: Sdl.Core.Globalization.CultureCode.RegionNeutralName - nameWithType: CultureCode.RegionNeutralName -- uid: Sdl.Core.Globalization.CultureCode.ToString - name: ToString() - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_ToString - commentId: M:Sdl.Core.Globalization.CultureCode.ToString - fullName: Sdl.Core.Globalization.CultureCode.ToString() - nameWithType: CultureCode.ToString() -- uid: Sdl.Core.Globalization.CultureCode.ToString* - name: ToString - href: api/core/Sdl.Core.Globalization.CultureCode.html#Sdl_Core_Globalization_CultureCode_ToString_ - commentId: Overload:Sdl.Core.Globalization.CultureCode.ToString - fullName: Sdl.Core.Globalization.CultureCode.ToString - nameWithType: CultureCode.ToString -- uid: Sdl.Core.Globalization.CultureMetadataManager - name: Sdl.Core.Globalization.CultureMetadataManager - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.html - commentId: N:Sdl.Core.Globalization.CultureMetadataManager - fullName: Sdl.Core.Globalization.CultureMetadataManager - nameWithType: Sdl.Core.Globalization.CultureMetadataManager -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException - name: CultureMetadataException - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.html - commentId: T:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException - nameWithType: CultureMetadataException -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.#ctor - name: CultureMetadataException() - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataException__ctor - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.CultureMetadataException() - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.New() - nameWithType: CultureMetadataException.CultureMetadataException() - nameWithType.vb: CultureMetadataException.New() -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name: CultureMetadataException(SerializationInfo, StreamingContext) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.CultureMetadataException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - nameWithType: CultureMetadataException.CultureMetadataException(SerializationInfo, StreamingContext) - nameWithType.vb: CultureMetadataException.New(SerializationInfo, StreamingContext) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.#ctor(System.String) - name: CultureMetadataException(string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataException__ctor_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.CultureMetadataException(string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.New(String) - nameWithType: CultureMetadataException.CultureMetadataException(string) - nameWithType.vb: CultureMetadataException.New(String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.#ctor(System.String,System.Exception) - name: CultureMetadataException(string, Exception) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataException__ctor_System_String_System_Exception_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.CultureMetadataException(string, System.Exception) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.New(String, System.Exception) - nameWithType: CultureMetadataException.CultureMetadataException(string, Exception) - nameWithType.vb: CultureMetadataException.New(String, Exception) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.#ctor* - name: CultureMetadataException - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataException__ctor_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.CultureMetadataException - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataException.New - nameWithType: CultureMetadataException.CultureMetadataException - nameWithType.vb: CultureMetadataException.New -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager - name: CultureMetadataManager - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html - commentId: T:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager - nameWithType: CultureMetadataManager -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.Dispose - name: Dispose() - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_Dispose - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.Dispose - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.Dispose() - nameWithType: CultureMetadataManager.Dispose() -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.Dispose(System.Boolean) - name: Dispose(bool) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_Dispose_System_Boolean_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.Dispose(bool) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.Dispose(Boolean) - nameWithType: CultureMetadataManager.Dispose(bool) - nameWithType.vb: CultureMetadataManager.Dispose(Boolean) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.Dispose* - name: Dispose - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_Dispose_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.Dispose - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.Dispose - nameWithType: CultureMetadataManager.Dispose -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllNeutralLanguagesAsync(System.Boolean,System.Boolean) - name: GetAllNeutralLanguagesAsync(bool, bool) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetAllNeutralLanguagesAsync_System_Boolean_System_Boolean_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllNeutralLanguagesAsync(System.Boolean,System.Boolean) - name.vb: GetAllNeutralLanguagesAsync(Boolean, Boolean) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllNeutralLanguagesAsync(bool, bool) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllNeutralLanguagesAsync(Boolean, Boolean) - nameWithType: CultureMetadataManager.GetAllNeutralLanguagesAsync(bool, bool) - nameWithType.vb: CultureMetadataManager.GetAllNeutralLanguagesAsync(Boolean, Boolean) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllNeutralLanguagesAsync* - name: GetAllNeutralLanguagesAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetAllNeutralLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllNeutralLanguagesAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllNeutralLanguagesAsync - nameWithType: CultureMetadataManager.GetAllNeutralLanguagesAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllRegisteredProductsAsync - name: GetAllRegisteredProductsAsync() - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetAllRegisteredProductsAsync - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllRegisteredProductsAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllRegisteredProductsAsync() - nameWithType: CultureMetadataManager.GetAllRegisteredProductsAsync() -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllRegisteredProductsAsync* - name: GetAllRegisteredProductsAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetAllRegisteredProductsAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllRegisteredProductsAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllRegisteredProductsAsync - nameWithType: CultureMetadataManager.GetAllRegisteredProductsAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllSpecificLanguagesAsync(System.Boolean,System.Boolean) - name: GetAllSpecificLanguagesAsync(bool, bool) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetAllSpecificLanguagesAsync_System_Boolean_System_Boolean_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllSpecificLanguagesAsync(System.Boolean,System.Boolean) - name.vb: GetAllSpecificLanguagesAsync(Boolean, Boolean) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllSpecificLanguagesAsync(bool, bool) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllSpecificLanguagesAsync(Boolean, Boolean) - nameWithType: CultureMetadataManager.GetAllSpecificLanguagesAsync(bool, bool) - nameWithType.vb: CultureMetadataManager.GetAllSpecificLanguagesAsync(Boolean, Boolean) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllSpecificLanguagesAsync* - name: GetAllSpecificLanguagesAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetAllSpecificLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllSpecificLanguagesAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllSpecificLanguagesAsync - nameWithType: CultureMetadataManager.GetAllSpecificLanguagesAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllUnitMetadataAsync(System.String) - name: GetAllUnitMetadataAsync(string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetAllUnitMetadataAsync_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllUnitMetadataAsync(System.String) - name.vb: GetAllUnitMetadataAsync(String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllUnitMetadataAsync(string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllUnitMetadataAsync(String) - nameWithType: CultureMetadataManager.GetAllUnitMetadataAsync(string) - nameWithType.vb: CultureMetadataManager.GetAllUnitMetadataAsync(String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllUnitMetadataAsync* - name: GetAllUnitMetadataAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetAllUnitMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllUnitMetadataAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllUnitMetadataAsync - nameWithType: CultureMetadataManager.GetAllUnitMetadataAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllUnitMetadataFromLabelAsync(System.String,System.String) - name: GetAllUnitMetadataFromLabelAsync(string, string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetAllUnitMetadataFromLabelAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllUnitMetadataFromLabelAsync(System.String,System.String) - name.vb: GetAllUnitMetadataFromLabelAsync(String, String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllUnitMetadataFromLabelAsync(string, string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllUnitMetadataFromLabelAsync(String, String) - nameWithType: CultureMetadataManager.GetAllUnitMetadataFromLabelAsync(string, string) - nameWithType.vb: CultureMetadataManager.GetAllUnitMetadataFromLabelAsync(String, String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllUnitMetadataFromLabelAsync* - name: GetAllUnitMetadataFromLabelAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetAllUnitMetadataFromLabelAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllUnitMetadataFromLabelAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAllUnitMetadataFromLabelAsync - nameWithType: CultureMetadataManager.GetAllUnitMetadataFromLabelAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAlternativeLanguageCodesAsync(System.String,System.String) - name: GetAlternativeLanguageCodesAsync(string, string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetAlternativeLanguageCodesAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAlternativeLanguageCodesAsync(System.String,System.String) - name.vb: GetAlternativeLanguageCodesAsync(String, String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAlternativeLanguageCodesAsync(string, string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAlternativeLanguageCodesAsync(String, String) - nameWithType: CultureMetadataManager.GetAlternativeLanguageCodesAsync(string, string) - nameWithType.vb: CultureMetadataManager.GetAlternativeLanguageCodesAsync(String, String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAlternativeLanguageCodesAsync* - name: GetAlternativeLanguageCodesAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetAlternativeLanguageCodesAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAlternativeLanguageCodesAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetAlternativeLanguageCodesAsync - nameWithType: CultureMetadataManager.GetAlternativeLanguageCodesAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetApplicableLanguageMetadataAsync(System.String[]) - name: GetApplicableLanguageMetadataAsync(string[]) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetApplicableLanguageMetadataAsync_System_String___ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetApplicableLanguageMetadataAsync(System.String[]) - name.vb: GetApplicableLanguageMetadataAsync(String()) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetApplicableLanguageMetadataAsync(string[]) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetApplicableLanguageMetadataAsync(String()) - nameWithType: CultureMetadataManager.GetApplicableLanguageMetadataAsync(string[]) - nameWithType.vb: CultureMetadataManager.GetApplicableLanguageMetadataAsync(String()) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetApplicableLanguageMetadataAsync* - name: GetApplicableLanguageMetadataAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetApplicableLanguageMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetApplicableLanguageMetadataAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetApplicableLanguageMetadataAsync - nameWithType: CultureMetadataManager.GetApplicableLanguageMetadataAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetDataVersionAsync - name: GetDataVersionAsync() - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetDataVersionAsync - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetDataVersionAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetDataVersionAsync() - nameWithType: CultureMetadataManager.GetDataVersionAsync() -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetDataVersionAsync* - name: GetDataVersionAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetDataVersionAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetDataVersionAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetDataVersionAsync - nameWithType: CultureMetadataManager.GetDataVersionAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageAsync(System.String) - name: GetLanguageAsync(string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetLanguageAsync_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageAsync(System.String) - name.vb: GetLanguageAsync(String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageAsync(string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageAsync(String) - nameWithType: CultureMetadataManager.GetLanguageAsync(string) - nameWithType.vb: CultureMetadataManager.GetLanguageAsync(String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageAsync(System.String,System.String) - name: GetLanguageAsync(string, string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetLanguageAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageAsync(System.String,System.String) - name.vb: GetLanguageAsync(String, String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageAsync(string, string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageAsync(String, String) - nameWithType: CultureMetadataManager.GetLanguageAsync(string, string) - nameWithType.vb: CultureMetadataManager.GetLanguageAsync(String, String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageAsync* - name: GetLanguageAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetLanguageAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageAsync - nameWithType: CultureMetadataManager.GetLanguageAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageMetadataAsync(System.String[]) - name: GetLanguageMetadataAsync(string[]) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetLanguageMetadataAsync_System_String___ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageMetadataAsync(System.String[]) - name.vb: GetLanguageMetadataAsync(String()) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageMetadataAsync(string[]) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageMetadataAsync(String()) - nameWithType: CultureMetadataManager.GetLanguageMetadataAsync(string[]) - nameWithType.vb: CultureMetadataManager.GetLanguageMetadataAsync(String()) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageMetadataAsync* - name: GetLanguageMetadataAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetLanguageMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageMetadataAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguageMetadataAsync - nameWithType: CultureMetadataManager.GetLanguageMetadataAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguagesAsync(System.String[],System.Boolean,System.Boolean) - name: GetLanguagesAsync(string[], bool, bool) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetLanguagesAsync_System_String___System_Boolean_System_Boolean_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguagesAsync(System.String[],System.Boolean,System.Boolean) - name.vb: GetLanguagesAsync(String(), Boolean, Boolean) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguagesAsync(string[], bool, bool) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguagesAsync(String(), Boolean, Boolean) - nameWithType: CultureMetadataManager.GetLanguagesAsync(string[], bool, bool) - nameWithType.vb: CultureMetadataManager.GetLanguagesAsync(String(), Boolean, Boolean) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguagesAsync* - name: GetLanguagesAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguagesAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetLanguagesAsync - nameWithType: CultureMetadataManager.GetLanguagesAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetNumberMetadataAsync(System.String) - name: GetNumberMetadataAsync(string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetNumberMetadataAsync_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetNumberMetadataAsync(System.String) - name.vb: GetNumberMetadataAsync(String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetNumberMetadataAsync(string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetNumberMetadataAsync(String) - nameWithType: CultureMetadataManager.GetNumberMetadataAsync(string) - nameWithType.vb: CultureMetadataManager.GetNumberMetadataAsync(String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetNumberMetadataAsync* - name: GetNumberMetadataAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetNumberMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetNumberMetadataAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetNumberMetadataAsync - nameWithType: CultureMetadataManager.GetNumberMetadataAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetPreferredLabelValueSetAsync(System.String,System.String) - name: GetPreferredLabelValueSetAsync(string, string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetPreferredLabelValueSetAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetPreferredLabelValueSetAsync(System.String,System.String) - name.vb: GetPreferredLabelValueSetAsync(String, String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetPreferredLabelValueSetAsync(string, string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetPreferredLabelValueSetAsync(String, String) - nameWithType: CultureMetadataManager.GetPreferredLabelValueSetAsync(string, string) - nameWithType.vb: CultureMetadataManager.GetPreferredLabelValueSetAsync(String, String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetPreferredLabelValueSetAsync* - name: GetPreferredLabelValueSetAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetPreferredLabelValueSetAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetPreferredLabelValueSetAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetPreferredLabelValueSetAsync - nameWithType: CultureMetadataManager.GetPreferredLabelValueSetAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetScriptDetailsAsync(System.String) - name: GetScriptDetailsAsync(string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetScriptDetailsAsync_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetScriptDetailsAsync(System.String) - name.vb: GetScriptDetailsAsync(String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetScriptDetailsAsync(string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetScriptDetailsAsync(String) - nameWithType: CultureMetadataManager.GetScriptDetailsAsync(string) - nameWithType.vb: CultureMetadataManager.GetScriptDetailsAsync(String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetScriptDetailsAsync* - name: GetScriptDetailsAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetScriptDetailsAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetScriptDetailsAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetScriptDetailsAsync - nameWithType: CultureMetadataManager.GetScriptDetailsAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetStableCultureInfoAsync(System.String) - name: GetStableCultureInfoAsync(string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetStableCultureInfoAsync_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetStableCultureInfoAsync(System.String) - name.vb: GetStableCultureInfoAsync(String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetStableCultureInfoAsync(string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetStableCultureInfoAsync(String) - nameWithType: CultureMetadataManager.GetStableCultureInfoAsync(string) - nameWithType.vb: CultureMetadataManager.GetStableCultureInfoAsync(String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetStableCultureInfoAsync* - name: GetStableCultureInfoAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetStableCultureInfoAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetStableCultureInfoAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetStableCultureInfoAsync - nameWithType: CultureMetadataManager.GetStableCultureInfoAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetStableCultureInfosAsync(System.String[]) - name: GetStableCultureInfosAsync(string[]) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetStableCultureInfosAsync_System_String___ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetStableCultureInfosAsync(System.String[]) - name.vb: GetStableCultureInfosAsync(String()) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetStableCultureInfosAsync(string[]) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetStableCultureInfosAsync(String()) - nameWithType: CultureMetadataManager.GetStableCultureInfosAsync(string[]) - nameWithType.vb: CultureMetadataManager.GetStableCultureInfosAsync(String()) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetStableCultureInfosAsync* - name: GetStableCultureInfosAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetStableCultureInfosAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetStableCultureInfosAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetStableCultureInfosAsync - nameWithType: CultureMetadataManager.GetStableCultureInfosAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetSupportedLanguagesAsync(System.String) - name: GetSupportedLanguagesAsync(string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetSupportedLanguagesAsync_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetSupportedLanguagesAsync(System.String) - name.vb: GetSupportedLanguagesAsync(String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetSupportedLanguagesAsync(string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetSupportedLanguagesAsync(String) - nameWithType: CultureMetadataManager.GetSupportedLanguagesAsync(string) - nameWithType.vb: CultureMetadataManager.GetSupportedLanguagesAsync(String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetSupportedLanguagesAsync* - name: GetSupportedLanguagesAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetSupportedLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetSupportedLanguagesAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetSupportedLanguagesAsync - nameWithType: CultureMetadataManager.GetSupportedLanguagesAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitDefinitionsAsync - name: GetUnitDefinitionsAsync() - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetUnitDefinitionsAsync - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitDefinitionsAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitDefinitionsAsync() - nameWithType: CultureMetadataManager.GetUnitDefinitionsAsync() -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitDefinitionsAsync* - name: GetUnitDefinitionsAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetUnitDefinitionsAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitDefinitionsAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitDefinitionsAsync - nameWithType: CultureMetadataManager.GetUnitDefinitionsAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataAsync(System.String) - name: GetUnitMetadataAsync(string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetUnitMetadataAsync_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataAsync(System.String) - name.vb: GetUnitMetadataAsync(String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataAsync(string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataAsync(String) - nameWithType: CultureMetadataManager.GetUnitMetadataAsync(string) - nameWithType.vb: CultureMetadataManager.GetUnitMetadataAsync(String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataAsync* - name: GetUnitMetadataAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetUnitMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataAsync - nameWithType: CultureMetadataManager.GetUnitMetadataAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataFromKeyAsync(System.String,System.String) - name: GetUnitMetadataFromKeyAsync(string, string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetUnitMetadataFromKeyAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataFromKeyAsync(System.String,System.String) - name.vb: GetUnitMetadataFromKeyAsync(String, String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataFromKeyAsync(string, string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataFromKeyAsync(String, String) - nameWithType: CultureMetadataManager.GetUnitMetadataFromKeyAsync(string, string) - nameWithType.vb: CultureMetadataManager.GetUnitMetadataFromKeyAsync(String, String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataFromKeyAsync* - name: GetUnitMetadataFromKeyAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetUnitMetadataFromKeyAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataFromKeyAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataFromKeyAsync - nameWithType: CultureMetadataManager.GetUnitMetadataFromKeyAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataFromLabelAsync(System.String,System.String) - name: GetUnitMetadataFromLabelAsync(string, string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetUnitMetadataFromLabelAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataFromLabelAsync(System.String,System.String) - name.vb: GetUnitMetadataFromLabelAsync(String, String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataFromLabelAsync(string, string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataFromLabelAsync(String, String) - nameWithType: CultureMetadataManager.GetUnitMetadataFromLabelAsync(string, string) - nameWithType.vb: CultureMetadataManager.GetUnitMetadataFromLabelAsync(String, String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataFromLabelAsync* - name: GetUnitMetadataFromLabelAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManager_GetUnitMetadataFromLabelAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataFromLabelAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManager.GetUnitMetadataFromLabelAsync - nameWithType: CultureMetadataManager.GetUnitMetadataFromLabelAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings - name: CultureMetadataManagerSettings - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.html - commentId: T:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings - nameWithType: CultureMetadataManagerSettings -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.#ctor - name: CultureMetadataManagerSettings() - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManagerSettings__ctor - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.CultureMetadataManagerSettings() - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.New() - nameWithType: CultureMetadataManagerSettings.CultureMetadataManagerSettings() - nameWithType.vb: CultureMetadataManagerSettings.New() -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.#ctor* - name: CultureMetadataManagerSettings - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManagerSettings__ctor_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.CultureMetadataManagerSettings - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.New - nameWithType: CultureMetadataManagerSettings.CultureMetadataManagerSettings - nameWithType.vb: CultureMetadataManagerSettings.New -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.DataVersionCheckIntervalSeconds - name: DataVersionCheckIntervalSeconds - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManagerSettings_DataVersionCheckIntervalSeconds - commentId: P:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.DataVersionCheckIntervalSeconds - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.DataVersionCheckIntervalSeconds - nameWithType: CultureMetadataManagerSettings.DataVersionCheckIntervalSeconds -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.DataVersionCheckIntervalSeconds* - name: DataVersionCheckIntervalSeconds - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManagerSettings_DataVersionCheckIntervalSeconds_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.DataVersionCheckIntervalSeconds - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.DataVersionCheckIntervalSeconds - nameWithType: CultureMetadataManagerSettings.DataVersionCheckIntervalSeconds -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.IncludeMachineCultures - name: IncludeMachineCultures - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManagerSettings_IncludeMachineCultures - commentId: P:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.IncludeMachineCultures - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.IncludeMachineCultures - nameWithType: CultureMetadataManagerSettings.IncludeMachineCultures -- uid: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.IncludeMachineCultures* - name: IncludeMachineCultures - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.html#Sdl_Core_Globalization_CultureMetadataManager_CultureMetadataManagerSettings_IncludeMachineCultures_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.IncludeMachineCultures - fullName: Sdl.Core.Globalization.CultureMetadataManager.CultureMetadataManagerSettings.IncludeMachineCultures - nameWithType: CultureMetadataManagerSettings.IncludeMachineCultures -- uid: Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager - name: DesktopCultureMetadataManager - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager.html - commentId: T:Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager - fullName: Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager - nameWithType: DesktopCultureMetadataManager -- uid: Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager.Instance - name: Instance - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_DesktopCultureMetadataManager_Instance - commentId: P:Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager.Instance - fullName: Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager.Instance - nameWithType: DesktopCultureMetadataManager.Instance -- uid: Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager.Instance* - name: Instance - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_DesktopCultureMetadataManager_Instance_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager.Instance - fullName: Sdl.Core.Globalization.CultureMetadataManager.DesktopCultureMetadataManager.Instance - nameWithType: DesktopCultureMetadataManager.Instance -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager - name: ICultureMetadataManager - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html - commentId: T:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager - nameWithType: ICultureMetadataManager -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllNeutralLanguagesAsync(System.Boolean,System.Boolean) - name: GetAllNeutralLanguagesAsync(bool, bool) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetAllNeutralLanguagesAsync_System_Boolean_System_Boolean_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllNeutralLanguagesAsync(System.Boolean,System.Boolean) - name.vb: GetAllNeutralLanguagesAsync(Boolean, Boolean) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllNeutralLanguagesAsync(bool, bool) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllNeutralLanguagesAsync(Boolean, Boolean) - nameWithType: ICultureMetadataManager.GetAllNeutralLanguagesAsync(bool, bool) - nameWithType.vb: ICultureMetadataManager.GetAllNeutralLanguagesAsync(Boolean, Boolean) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllNeutralLanguagesAsync* - name: GetAllNeutralLanguagesAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetAllNeutralLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllNeutralLanguagesAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllNeutralLanguagesAsync - nameWithType: ICultureMetadataManager.GetAllNeutralLanguagesAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllRegisteredProductsAsync - name: GetAllRegisteredProductsAsync() - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetAllRegisteredProductsAsync - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllRegisteredProductsAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllRegisteredProductsAsync() - nameWithType: ICultureMetadataManager.GetAllRegisteredProductsAsync() -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllRegisteredProductsAsync* - name: GetAllRegisteredProductsAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetAllRegisteredProductsAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllRegisteredProductsAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllRegisteredProductsAsync - nameWithType: ICultureMetadataManager.GetAllRegisteredProductsAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllSpecificLanguagesAsync(System.Boolean,System.Boolean) - name: GetAllSpecificLanguagesAsync(bool, bool) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetAllSpecificLanguagesAsync_System_Boolean_System_Boolean_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllSpecificLanguagesAsync(System.Boolean,System.Boolean) - name.vb: GetAllSpecificLanguagesAsync(Boolean, Boolean) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllSpecificLanguagesAsync(bool, bool) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllSpecificLanguagesAsync(Boolean, Boolean) - nameWithType: ICultureMetadataManager.GetAllSpecificLanguagesAsync(bool, bool) - nameWithType.vb: ICultureMetadataManager.GetAllSpecificLanguagesAsync(Boolean, Boolean) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllSpecificLanguagesAsync* - name: GetAllSpecificLanguagesAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetAllSpecificLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllSpecificLanguagesAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllSpecificLanguagesAsync - nameWithType: ICultureMetadataManager.GetAllSpecificLanguagesAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllUnitMetadataAsync(System.String) - name: GetAllUnitMetadataAsync(string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetAllUnitMetadataAsync_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllUnitMetadataAsync(System.String) - name.vb: GetAllUnitMetadataAsync(String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllUnitMetadataAsync(string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllUnitMetadataAsync(String) - nameWithType: ICultureMetadataManager.GetAllUnitMetadataAsync(string) - nameWithType.vb: ICultureMetadataManager.GetAllUnitMetadataAsync(String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllUnitMetadataAsync* - name: GetAllUnitMetadataAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetAllUnitMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllUnitMetadataAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllUnitMetadataAsync - nameWithType: ICultureMetadataManager.GetAllUnitMetadataAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllUnitMetadataFromLabelAsync(System.String,System.String) - name: GetAllUnitMetadataFromLabelAsync(string, string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetAllUnitMetadataFromLabelAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllUnitMetadataFromLabelAsync(System.String,System.String) - name.vb: GetAllUnitMetadataFromLabelAsync(String, String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllUnitMetadataFromLabelAsync(string, string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllUnitMetadataFromLabelAsync(String, String) - nameWithType: ICultureMetadataManager.GetAllUnitMetadataFromLabelAsync(string, string) - nameWithType.vb: ICultureMetadataManager.GetAllUnitMetadataFromLabelAsync(String, String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllUnitMetadataFromLabelAsync* - name: GetAllUnitMetadataFromLabelAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetAllUnitMetadataFromLabelAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllUnitMetadataFromLabelAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAllUnitMetadataFromLabelAsync - nameWithType: ICultureMetadataManager.GetAllUnitMetadataFromLabelAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAlternativeLanguageCodesAsync(System.String,System.String) - name: GetAlternativeLanguageCodesAsync(string, string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetAlternativeLanguageCodesAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAlternativeLanguageCodesAsync(System.String,System.String) - name.vb: GetAlternativeLanguageCodesAsync(String, String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAlternativeLanguageCodesAsync(string, string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAlternativeLanguageCodesAsync(String, String) - nameWithType: ICultureMetadataManager.GetAlternativeLanguageCodesAsync(string, string) - nameWithType.vb: ICultureMetadataManager.GetAlternativeLanguageCodesAsync(String, String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAlternativeLanguageCodesAsync* - name: GetAlternativeLanguageCodesAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetAlternativeLanguageCodesAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAlternativeLanguageCodesAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetAlternativeLanguageCodesAsync - nameWithType: ICultureMetadataManager.GetAlternativeLanguageCodesAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetApplicableLanguageMetadataAsync(System.String[]) - name: GetApplicableLanguageMetadataAsync(string[]) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetApplicableLanguageMetadataAsync_System_String___ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetApplicableLanguageMetadataAsync(System.String[]) - name.vb: GetApplicableLanguageMetadataAsync(String()) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetApplicableLanguageMetadataAsync(string[]) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetApplicableLanguageMetadataAsync(String()) - nameWithType: ICultureMetadataManager.GetApplicableLanguageMetadataAsync(string[]) - nameWithType.vb: ICultureMetadataManager.GetApplicableLanguageMetadataAsync(String()) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetApplicableLanguageMetadataAsync* - name: GetApplicableLanguageMetadataAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetApplicableLanguageMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetApplicableLanguageMetadataAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetApplicableLanguageMetadataAsync - nameWithType: ICultureMetadataManager.GetApplicableLanguageMetadataAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetDataVersionAsync - name: GetDataVersionAsync() - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetDataVersionAsync - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetDataVersionAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetDataVersionAsync() - nameWithType: ICultureMetadataManager.GetDataVersionAsync() -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetDataVersionAsync* - name: GetDataVersionAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetDataVersionAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetDataVersionAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetDataVersionAsync - nameWithType: ICultureMetadataManager.GetDataVersionAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageAsync(System.String) - name: GetLanguageAsync(string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetLanguageAsync_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageAsync(System.String) - name.vb: GetLanguageAsync(String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageAsync(string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageAsync(String) - nameWithType: ICultureMetadataManager.GetLanguageAsync(string) - nameWithType.vb: ICultureMetadataManager.GetLanguageAsync(String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageAsync(System.String,System.String) - name: GetLanguageAsync(string, string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetLanguageAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageAsync(System.String,System.String) - name.vb: GetLanguageAsync(String, String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageAsync(string, string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageAsync(String, String) - nameWithType: ICultureMetadataManager.GetLanguageAsync(string, string) - nameWithType.vb: ICultureMetadataManager.GetLanguageAsync(String, String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageAsync* - name: GetLanguageAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetLanguageAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageAsync - nameWithType: ICultureMetadataManager.GetLanguageAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageMetadataAsync(System.String[]) - name: GetLanguageMetadataAsync(string[]) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetLanguageMetadataAsync_System_String___ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageMetadataAsync(System.String[]) - name.vb: GetLanguageMetadataAsync(String()) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageMetadataAsync(string[]) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageMetadataAsync(String()) - nameWithType: ICultureMetadataManager.GetLanguageMetadataAsync(string[]) - nameWithType.vb: ICultureMetadataManager.GetLanguageMetadataAsync(String()) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageMetadataAsync* - name: GetLanguageMetadataAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetLanguageMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageMetadataAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguageMetadataAsync - nameWithType: ICultureMetadataManager.GetLanguageMetadataAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguagesAsync(System.String[],System.Boolean,System.Boolean) - name: GetLanguagesAsync(string[], bool, bool) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetLanguagesAsync_System_String___System_Boolean_System_Boolean_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguagesAsync(System.String[],System.Boolean,System.Boolean) - name.vb: GetLanguagesAsync(String(), Boolean, Boolean) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguagesAsync(string[], bool, bool) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguagesAsync(String(), Boolean, Boolean) - nameWithType: ICultureMetadataManager.GetLanguagesAsync(string[], bool, bool) - nameWithType.vb: ICultureMetadataManager.GetLanguagesAsync(String(), Boolean, Boolean) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguagesAsync* - name: GetLanguagesAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguagesAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetLanguagesAsync - nameWithType: ICultureMetadataManager.GetLanguagesAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetNumberMetadataAsync(System.String) - name: GetNumberMetadataAsync(string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetNumberMetadataAsync_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetNumberMetadataAsync(System.String) - name.vb: GetNumberMetadataAsync(String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetNumberMetadataAsync(string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetNumberMetadataAsync(String) - nameWithType: ICultureMetadataManager.GetNumberMetadataAsync(string) - nameWithType.vb: ICultureMetadataManager.GetNumberMetadataAsync(String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetNumberMetadataAsync* - name: GetNumberMetadataAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetNumberMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetNumberMetadataAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetNumberMetadataAsync - nameWithType: ICultureMetadataManager.GetNumberMetadataAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetPreferredLabelValueSetAsync(System.String,System.String) - name: GetPreferredLabelValueSetAsync(string, string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetPreferredLabelValueSetAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetPreferredLabelValueSetAsync(System.String,System.String) - name.vb: GetPreferredLabelValueSetAsync(String, String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetPreferredLabelValueSetAsync(string, string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetPreferredLabelValueSetAsync(String, String) - nameWithType: ICultureMetadataManager.GetPreferredLabelValueSetAsync(string, string) - nameWithType.vb: ICultureMetadataManager.GetPreferredLabelValueSetAsync(String, String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetPreferredLabelValueSetAsync* - name: GetPreferredLabelValueSetAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetPreferredLabelValueSetAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetPreferredLabelValueSetAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetPreferredLabelValueSetAsync - nameWithType: ICultureMetadataManager.GetPreferredLabelValueSetAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetScriptDetailsAsync(System.String) - name: GetScriptDetailsAsync(string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetScriptDetailsAsync_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetScriptDetailsAsync(System.String) - name.vb: GetScriptDetailsAsync(String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetScriptDetailsAsync(string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetScriptDetailsAsync(String) - nameWithType: ICultureMetadataManager.GetScriptDetailsAsync(string) - nameWithType.vb: ICultureMetadataManager.GetScriptDetailsAsync(String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetScriptDetailsAsync* - name: GetScriptDetailsAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetScriptDetailsAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetScriptDetailsAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetScriptDetailsAsync - nameWithType: ICultureMetadataManager.GetScriptDetailsAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetStableCultureInfoAsync(System.String) - name: GetStableCultureInfoAsync(string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetStableCultureInfoAsync_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetStableCultureInfoAsync(System.String) - name.vb: GetStableCultureInfoAsync(String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetStableCultureInfoAsync(string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetStableCultureInfoAsync(String) - nameWithType: ICultureMetadataManager.GetStableCultureInfoAsync(string) - nameWithType.vb: ICultureMetadataManager.GetStableCultureInfoAsync(String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetStableCultureInfoAsync* - name: GetStableCultureInfoAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetStableCultureInfoAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetStableCultureInfoAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetStableCultureInfoAsync - nameWithType: ICultureMetadataManager.GetStableCultureInfoAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetStableCultureInfosAsync(System.String[]) - name: GetStableCultureInfosAsync(string[]) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetStableCultureInfosAsync_System_String___ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetStableCultureInfosAsync(System.String[]) - name.vb: GetStableCultureInfosAsync(String()) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetStableCultureInfosAsync(string[]) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetStableCultureInfosAsync(String()) - nameWithType: ICultureMetadataManager.GetStableCultureInfosAsync(string[]) - nameWithType.vb: ICultureMetadataManager.GetStableCultureInfosAsync(String()) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetStableCultureInfosAsync* - name: GetStableCultureInfosAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetStableCultureInfosAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetStableCultureInfosAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetStableCultureInfosAsync - nameWithType: ICultureMetadataManager.GetStableCultureInfosAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetSupportedLanguagesAsync(System.String) - name: GetSupportedLanguagesAsync(string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetSupportedLanguagesAsync_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetSupportedLanguagesAsync(System.String) - name.vb: GetSupportedLanguagesAsync(String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetSupportedLanguagesAsync(string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetSupportedLanguagesAsync(String) - nameWithType: ICultureMetadataManager.GetSupportedLanguagesAsync(string) - nameWithType.vb: ICultureMetadataManager.GetSupportedLanguagesAsync(String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetSupportedLanguagesAsync* - name: GetSupportedLanguagesAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetSupportedLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetSupportedLanguagesAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetSupportedLanguagesAsync - nameWithType: ICultureMetadataManager.GetSupportedLanguagesAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitDefinitionsAsync - name: GetUnitDefinitionsAsync() - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetUnitDefinitionsAsync - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitDefinitionsAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitDefinitionsAsync() - nameWithType: ICultureMetadataManager.GetUnitDefinitionsAsync() -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitDefinitionsAsync* - name: GetUnitDefinitionsAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetUnitDefinitionsAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitDefinitionsAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitDefinitionsAsync - nameWithType: ICultureMetadataManager.GetUnitDefinitionsAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataAsync(System.String) - name: GetUnitMetadataAsync(string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetUnitMetadataAsync_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataAsync(System.String) - name.vb: GetUnitMetadataAsync(String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataAsync(string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataAsync(String) - nameWithType: ICultureMetadataManager.GetUnitMetadataAsync(string) - nameWithType.vb: ICultureMetadataManager.GetUnitMetadataAsync(String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataAsync* - name: GetUnitMetadataAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetUnitMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataAsync - nameWithType: ICultureMetadataManager.GetUnitMetadataAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataFromKeyAsync(System.String,System.String) - name: GetUnitMetadataFromKeyAsync(string, string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetUnitMetadataFromKeyAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataFromKeyAsync(System.String,System.String) - name.vb: GetUnitMetadataFromKeyAsync(String, String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataFromKeyAsync(string, string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataFromKeyAsync(String, String) - nameWithType: ICultureMetadataManager.GetUnitMetadataFromKeyAsync(string, string) - nameWithType.vb: ICultureMetadataManager.GetUnitMetadataFromKeyAsync(String, String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataFromKeyAsync* - name: GetUnitMetadataFromKeyAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetUnitMetadataFromKeyAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataFromKeyAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataFromKeyAsync - nameWithType: ICultureMetadataManager.GetUnitMetadataFromKeyAsync -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataFromLabelAsync(System.String,System.String) - name: GetUnitMetadataFromLabelAsync(string, string) - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetUnitMetadataFromLabelAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataFromLabelAsync(System.String,System.String) - name.vb: GetUnitMetadataFromLabelAsync(String, String) - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataFromLabelAsync(string, string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataFromLabelAsync(String, String) - nameWithType: ICultureMetadataManager.GetUnitMetadataFromLabelAsync(string, string) - nameWithType.vb: ICultureMetadataManager.GetUnitMetadataFromLabelAsync(String, String) -- uid: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataFromLabelAsync* - name: GetUnitMetadataFromLabelAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.html#Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_GetUnitMetadataFromLabelAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataFromLabelAsync - fullName: Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager.GetUnitMetadataFromLabelAsync - nameWithType: ICultureMetadataManager.GetUnitMetadataFromLabelAsync -- uid: Sdl.Core.Globalization.CultureMetadataService - name: Sdl.Core.Globalization.CultureMetadataService - href: api/core/Sdl.Core.Globalization.CultureMetadataService.html - commentId: N:Sdl.Core.Globalization.CultureMetadataService - fullName: Sdl.Core.Globalization.CultureMetadataService - nameWithType: Sdl.Core.Globalization.CultureMetadataService -- uid: Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService - name: EmbeddedCultureMetadataService - href: api/core/Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.html - commentId: T:Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService - fullName: Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService - nameWithType: EmbeddedCultureMetadataService -- uid: Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.#ctor - name: EmbeddedCultureMetadataService() - href: api/core/Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_EmbeddedCultureMetadataService__ctor - commentId: M:Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.EmbeddedCultureMetadataService() - fullName.vb: Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.New() - nameWithType: EmbeddedCultureMetadataService.EmbeddedCultureMetadataService() - nameWithType.vb: EmbeddedCultureMetadataService.New() -- uid: Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.#ctor* - name: EmbeddedCultureMetadataService - href: api/core/Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_EmbeddedCultureMetadataService__ctor_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.EmbeddedCultureMetadataService - fullName.vb: Sdl.Core.Globalization.CultureMetadataService.EmbeddedCultureMetadataService.New - nameWithType: EmbeddedCultureMetadataService.EmbeddedCultureMetadataService - nameWithType.vb: EmbeddedCultureMetadataService.New -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService - name: ICultureMetadataService - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html - commentId: T:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService - nameWithType: ICultureMetadataService -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetAllRegisteredProductsAsync - name: GetAllRegisteredProductsAsync() - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetAllRegisteredProductsAsync - commentId: M:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetAllRegisteredProductsAsync - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetAllRegisteredProductsAsync() - nameWithType: ICultureMetadataService.GetAllRegisteredProductsAsync() -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetAllRegisteredProductsAsync* - name: GetAllRegisteredProductsAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetAllRegisteredProductsAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetAllRegisteredProductsAsync - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetAllRegisteredProductsAsync - nameWithType: ICultureMetadataService.GetAllRegisteredProductsAsync -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguageAsync(System.String,System.String) - name: GetLanguageAsync(string, string) - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetLanguageAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguageAsync(System.String,System.String) - name.vb: GetLanguageAsync(String, String) - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguageAsync(string, string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguageAsync(String, String) - nameWithType: ICultureMetadataService.GetLanguageAsync(string, string) - nameWithType.vb: ICultureMetadataService.GetLanguageAsync(String, String) -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguageAsync* - name: GetLanguageAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetLanguageAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguageAsync - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguageAsync - nameWithType: ICultureMetadataService.GetLanguageAsync -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguageMetadataAsync(System.String[]) - name: GetLanguageMetadataAsync(string[]) - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetLanguageMetadataAsync_System_String___ - commentId: M:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguageMetadataAsync(System.String[]) - name.vb: GetLanguageMetadataAsync(String()) - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguageMetadataAsync(string[]) - fullName.vb: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguageMetadataAsync(String()) - nameWithType: ICultureMetadataService.GetLanguageMetadataAsync(string[]) - nameWithType.vb: ICultureMetadataService.GetLanguageMetadataAsync(String()) -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguageMetadataAsync* - name: GetLanguageMetadataAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetLanguageMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguageMetadataAsync - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguageMetadataAsync - nameWithType: ICultureMetadataService.GetLanguageMetadataAsync -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguagesAsync(System.String[]) - name: GetLanguagesAsync(string[]) - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetLanguagesAsync_System_String___ - commentId: M:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguagesAsync(System.String[]) - name.vb: GetLanguagesAsync(String()) - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguagesAsync(string[]) - fullName.vb: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguagesAsync(String()) - nameWithType: ICultureMetadataService.GetLanguagesAsync(string[]) - nameWithType.vb: ICultureMetadataService.GetLanguagesAsync(String()) -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguagesAsync* - name: GetLanguagesAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguagesAsync - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetLanguagesAsync - nameWithType: ICultureMetadataService.GetLanguagesAsync -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetNeutralLanguagesAsync - name: GetNeutralLanguagesAsync() - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetNeutralLanguagesAsync - commentId: M:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetNeutralLanguagesAsync - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetNeutralLanguagesAsync() - nameWithType: ICultureMetadataService.GetNeutralLanguagesAsync() -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetNeutralLanguagesAsync* - name: GetNeutralLanguagesAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetNeutralLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetNeutralLanguagesAsync - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetNeutralLanguagesAsync - nameWithType: ICultureMetadataService.GetNeutralLanguagesAsync -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetNumberMetadataAsync(System.String[]) - name: GetNumberMetadataAsync(string[]) - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetNumberMetadataAsync_System_String___ - commentId: M:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetNumberMetadataAsync(System.String[]) - name.vb: GetNumberMetadataAsync(String()) - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetNumberMetadataAsync(string[]) - fullName.vb: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetNumberMetadataAsync(String()) - nameWithType: ICultureMetadataService.GetNumberMetadataAsync(string[]) - nameWithType.vb: ICultureMetadataService.GetNumberMetadataAsync(String()) -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetNumberMetadataAsync* - name: GetNumberMetadataAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetNumberMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetNumberMetadataAsync - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetNumberMetadataAsync - nameWithType: ICultureMetadataService.GetNumberMetadataAsync -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetSupportedLanguagesAsync(System.String) - name: GetSupportedLanguagesAsync(string) - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetSupportedLanguagesAsync_System_String_ - commentId: M:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetSupportedLanguagesAsync(System.String) - name.vb: GetSupportedLanguagesAsync(String) - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetSupportedLanguagesAsync(string) - fullName.vb: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetSupportedLanguagesAsync(String) - nameWithType: ICultureMetadataService.GetSupportedLanguagesAsync(string) - nameWithType.vb: ICultureMetadataService.GetSupportedLanguagesAsync(String) -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetSupportedLanguagesAsync* - name: GetSupportedLanguagesAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetSupportedLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetSupportedLanguagesAsync - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetSupportedLanguagesAsync - nameWithType: ICultureMetadataService.GetSupportedLanguagesAsync -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetUnitDefinitionsAsync - name: GetUnitDefinitionsAsync() - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetUnitDefinitionsAsync - commentId: M:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetUnitDefinitionsAsync - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetUnitDefinitionsAsync() - nameWithType: ICultureMetadataService.GetUnitDefinitionsAsync() -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetUnitDefinitionsAsync* - name: GetUnitDefinitionsAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetUnitDefinitionsAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetUnitDefinitionsAsync - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetUnitDefinitionsAsync - nameWithType: ICultureMetadataService.GetUnitDefinitionsAsync -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetUnitMetadataAsync(System.String[]) - name: GetUnitMetadataAsync(string[]) - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetUnitMetadataAsync_System_String___ - commentId: M:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetUnitMetadataAsync(System.String[]) - name.vb: GetUnitMetadataAsync(String()) - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetUnitMetadataAsync(string[]) - fullName.vb: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetUnitMetadataAsync(String()) - nameWithType: ICultureMetadataService.GetUnitMetadataAsync(string[]) - nameWithType.vb: ICultureMetadataService.GetUnitMetadataAsync(String()) -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetUnitMetadataAsync* - name: GetUnitMetadataAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetUnitMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetUnitMetadataAsync - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetUnitMetadataAsync - nameWithType: ICultureMetadataService.GetUnitMetadataAsync -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetVersionAsync - name: GetVersionAsync() - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetVersionAsync - commentId: M:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetVersionAsync - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetVersionAsync() - nameWithType: ICultureMetadataService.GetVersionAsync() -- uid: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetVersionAsync* - name: GetVersionAsync - href: api/core/Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.html#Sdl_Core_Globalization_CultureMetadataService_ICultureMetadataService_GetVersionAsync_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetVersionAsync - fullName: Sdl.Core.Globalization.CultureMetadataService.ICultureMetadataService.GetVersionAsync - nameWithType: ICultureMetadataService.GetVersionAsync -- uid: Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants - name: LanguageAndVariants - href: api/core/Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.html - commentId: T:Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants - fullName: Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants - nameWithType: LanguageAndVariants -- uid: Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.#ctor - name: LanguageAndVariants() - href: api/core/Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.html#Sdl_Core_Globalization_CultureMetadataService_LanguageAndVariants__ctor - commentId: M:Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.LanguageAndVariants() - fullName.vb: Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.New() - nameWithType: LanguageAndVariants.LanguageAndVariants() - nameWithType.vb: LanguageAndVariants.New() -- uid: Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.#ctor* - name: LanguageAndVariants - href: api/core/Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.html#Sdl_Core_Globalization_CultureMetadataService_LanguageAndVariants__ctor_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.LanguageAndVariants - fullName.vb: Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.New - nameWithType: LanguageAndVariants.LanguageAndVariants - nameWithType.vb: LanguageAndVariants.New -- uid: Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.LanguageData - name: LanguageData - href: api/core/Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.html#Sdl_Core_Globalization_CultureMetadataService_LanguageAndVariants_LanguageData - commentId: P:Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.LanguageData - fullName: Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.LanguageData - nameWithType: LanguageAndVariants.LanguageData -- uid: Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.LanguageData* - name: LanguageData - href: api/core/Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.html#Sdl_Core_Globalization_CultureMetadataService_LanguageAndVariants_LanguageData_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.LanguageData - fullName: Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.LanguageData - nameWithType: LanguageAndVariants.LanguageData -- uid: Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.RegionSpecificLanguageCodes - name: RegionSpecificLanguageCodes - href: api/core/Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.html#Sdl_Core_Globalization_CultureMetadataService_LanguageAndVariants_RegionSpecificLanguageCodes - commentId: P:Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.RegionSpecificLanguageCodes - fullName: Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.RegionSpecificLanguageCodes - nameWithType: LanguageAndVariants.RegionSpecificLanguageCodes -- uid: Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.RegionSpecificLanguageCodes* - name: RegionSpecificLanguageCodes - href: api/core/Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.html#Sdl_Core_Globalization_CultureMetadataService_LanguageAndVariants_RegionSpecificLanguageCodes_ - commentId: Overload:Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.RegionSpecificLanguageCodes - fullName: Sdl.Core.Globalization.CultureMetadataService.LanguageAndVariants.RegionSpecificLanguageCodes - nameWithType: LanguageAndVariants.RegionSpecificLanguageCodes -- uid: Sdl.Core.Globalization.DataVersion - name: Sdl.Core.Globalization.DataVersion - href: api/core/Sdl.Core.Globalization.DataVersion.html - commentId: N:Sdl.Core.Globalization.DataVersion - fullName: Sdl.Core.Globalization.DataVersion - nameWithType: Sdl.Core.Globalization.DataVersion -- uid: Sdl.Core.Globalization.DataVersion.DataVersion - name: DataVersion - href: api/core/Sdl.Core.Globalization.DataVersion.DataVersion.html - commentId: T:Sdl.Core.Globalization.DataVersion.DataVersion - fullName: Sdl.Core.Globalization.DataVersion.DataVersion - nameWithType: DataVersion -- uid: Sdl.Core.Globalization.DataVersion.DataVersion.#ctor - name: DataVersion() - href: api/core/Sdl.Core.Globalization.DataVersion.DataVersion.html#Sdl_Core_Globalization_DataVersion_DataVersion__ctor - commentId: M:Sdl.Core.Globalization.DataVersion.DataVersion.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.DataVersion.DataVersion.DataVersion() - fullName.vb: Sdl.Core.Globalization.DataVersion.DataVersion.New() - nameWithType: DataVersion.DataVersion() - nameWithType.vb: DataVersion.New() -- uid: Sdl.Core.Globalization.DataVersion.DataVersion.#ctor* - name: DataVersion - href: api/core/Sdl.Core.Globalization.DataVersion.DataVersion.html#Sdl_Core_Globalization_DataVersion_DataVersion__ctor_ - commentId: Overload:Sdl.Core.Globalization.DataVersion.DataVersion.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.DataVersion.DataVersion.DataVersion - fullName.vb: Sdl.Core.Globalization.DataVersion.DataVersion.New - nameWithType: DataVersion.DataVersion - nameWithType.vb: DataVersion.New -- uid: Sdl.Core.Globalization.DataVersion.DataVersion.Version - name: Version - href: api/core/Sdl.Core.Globalization.DataVersion.DataVersion.html#Sdl_Core_Globalization_DataVersion_DataVersion_Version - commentId: P:Sdl.Core.Globalization.DataVersion.DataVersion.Version - fullName: Sdl.Core.Globalization.DataVersion.DataVersion.Version - nameWithType: DataVersion.Version -- uid: Sdl.Core.Globalization.DataVersion.DataVersion.Version* - name: Version - href: api/core/Sdl.Core.Globalization.DataVersion.DataVersion.html#Sdl_Core_Globalization_DataVersion_DataVersion_Version_ - commentId: Overload:Sdl.Core.Globalization.DataVersion.DataVersion.Version - fullName: Sdl.Core.Globalization.DataVersion.DataVersion.Version - nameWithType: DataVersion.Version - uid: Sdl.Core.Globalization.Language name: Language href: api/core/Sdl.Core.Globalization.Language.html @@ -7299,38 +4898,26 @@ references: name: Language() href: api/core/Sdl.Core.Globalization.Language.html#Sdl_Core_Globalization_Language__ctor commentId: M:Sdl.Core.Globalization.Language.#ctor - name.vb: New() fullName: Sdl.Core.Globalization.Language.Language() - fullName.vb: Sdl.Core.Globalization.Language.New() nameWithType: Language.Language() - nameWithType.vb: Language.New() - uid: Sdl.Core.Globalization.Language.#ctor(System.Globalization.CultureInfo) name: Language(CultureInfo) href: api/core/Sdl.Core.Globalization.Language.html#Sdl_Core_Globalization_Language__ctor_System_Globalization_CultureInfo_ commentId: M:Sdl.Core.Globalization.Language.#ctor(System.Globalization.CultureInfo) - name.vb: New(CultureInfo) fullName: Sdl.Core.Globalization.Language.Language(System.Globalization.CultureInfo) - fullName.vb: Sdl.Core.Globalization.Language.New(System.Globalization.CultureInfo) nameWithType: Language.Language(CultureInfo) - nameWithType.vb: Language.New(CultureInfo) - uid: Sdl.Core.Globalization.Language.#ctor(System.String) - name: Language(string) + name: Language(String) href: api/core/Sdl.Core.Globalization.Language.html#Sdl_Core_Globalization_Language__ctor_System_String_ commentId: M:Sdl.Core.Globalization.Language.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.Globalization.Language.Language(string) - fullName.vb: Sdl.Core.Globalization.Language.New(String) - nameWithType: Language.Language(string) - nameWithType.vb: Language.New(String) + fullName: Sdl.Core.Globalization.Language.Language(System.String) + nameWithType: Language.Language(String) - uid: Sdl.Core.Globalization.Language.#ctor* name: Language href: api/core/Sdl.Core.Globalization.Language.html#Sdl_Core_Globalization_Language__ctor_ commentId: Overload:Sdl.Core.Globalization.Language.#ctor - name.vb: New fullName: Sdl.Core.Globalization.Language.Language - fullName.vb: Sdl.Core.Globalization.Language.New nameWithType: Language.Language - nameWithType.vb: Language.New - uid: Sdl.Core.Globalization.Language.Clone name: Clone() href: api/core/Sdl.Core.Globalization.Language.html#Sdl_Core_Globalization_Language_Clone @@ -7404,14 +4991,11 @@ references: fullName: Sdl.Core.Globalization.Language.DisplayName nameWithType: Language.DisplayName - uid: Sdl.Core.Globalization.Language.GetAlternativeLanguageCodes(System.String) - name: GetAlternativeLanguageCodes(string) + name: GetAlternativeLanguageCodes(String) href: api/core/Sdl.Core.Globalization.Language.html#Sdl_Core_Globalization_Language_GetAlternativeLanguageCodes_System_String_ commentId: M:Sdl.Core.Globalization.Language.GetAlternativeLanguageCodes(System.String) - name.vb: GetAlternativeLanguageCodes(String) - fullName: Sdl.Core.Globalization.Language.GetAlternativeLanguageCodes(string) - fullName.vb: Sdl.Core.Globalization.Language.GetAlternativeLanguageCodes(String) - nameWithType: Language.GetAlternativeLanguageCodes(string) - nameWithType.vb: Language.GetAlternativeLanguageCodes(String) + fullName: Sdl.Core.Globalization.Language.GetAlternativeLanguageCodes(System.String) + nameWithType: Language.GetAlternativeLanguageCodes(String) - uid: Sdl.Core.Globalization.Language.GetAlternativeLanguageCodes* name: GetAlternativeLanguageCodes href: api/core/Sdl.Core.Globalization.Language.html#Sdl_Core_Globalization_Language_GetAlternativeLanguageCodes_ @@ -7419,14 +5003,11 @@ references: fullName: Sdl.Core.Globalization.Language.GetAlternativeLanguageCodes nameWithType: Language.GetAlternativeLanguageCodes - uid: Sdl.Core.Globalization.Language.GetDisplayName(Sdl.Core.Globalization.LanguageFormat,System.Boolean) - name: GetDisplayName(LanguageFormat, bool) + name: GetDisplayName(LanguageFormat, Boolean) href: api/core/Sdl.Core.Globalization.Language.html#Sdl_Core_Globalization_Language_GetDisplayName_Sdl_Core_Globalization_LanguageFormat_System_Boolean_ commentId: M:Sdl.Core.Globalization.Language.GetDisplayName(Sdl.Core.Globalization.LanguageFormat,System.Boolean) - name.vb: GetDisplayName(LanguageFormat, Boolean) - fullName: Sdl.Core.Globalization.Language.GetDisplayName(Sdl.Core.Globalization.LanguageFormat, bool) - fullName.vb: Sdl.Core.Globalization.Language.GetDisplayName(Sdl.Core.Globalization.LanguageFormat, Boolean) - nameWithType: Language.GetDisplayName(LanguageFormat, bool) - nameWithType.vb: Language.GetDisplayName(LanguageFormat, Boolean) + fullName: Sdl.Core.Globalization.Language.GetDisplayName(Sdl.Core.Globalization.LanguageFormat, System.Boolean) + nameWithType: Language.GetDisplayName(LanguageFormat, Boolean) - uid: Sdl.Core.Globalization.Language.GetDisplayName* name: GetDisplayName href: api/core/Sdl.Core.Globalization.Language.html#Sdl_Core_Globalization_Language_GetDisplayName_ @@ -7434,14 +5015,11 @@ references: fullName: Sdl.Core.Globalization.Language.GetDisplayName nameWithType: Language.GetDisplayName - uid: Sdl.Core.Globalization.Language.GetFlagImage(System.Boolean,System.Single,System.Int32) - name: GetFlagImage(bool, float, int) + name: GetFlagImage(Boolean, Single, Int32) href: api/core/Sdl.Core.Globalization.Language.html#Sdl_Core_Globalization_Language_GetFlagImage_System_Boolean_System_Single_System_Int32_ commentId: M:Sdl.Core.Globalization.Language.GetFlagImage(System.Boolean,System.Single,System.Int32) - name.vb: GetFlagImage(Boolean, Single, Integer) - fullName: Sdl.Core.Globalization.Language.GetFlagImage(bool, float, int) - fullName.vb: Sdl.Core.Globalization.Language.GetFlagImage(Boolean, Single, Integer) - nameWithType: Language.GetFlagImage(bool, float, int) - nameWithType.vb: Language.GetFlagImage(Boolean, Single, Integer) + fullName: Sdl.Core.Globalization.Language.GetFlagImage(System.Boolean, System.Single, System.Int32) + nameWithType: Language.GetFlagImage(Boolean, Single, Int32) - uid: Sdl.Core.Globalization.Language.GetFlagImage* name: GetFlagImage href: api/core/Sdl.Core.Globalization.Language.html#Sdl_Core_Globalization_Language_GetFlagImage_ @@ -7449,14 +5027,11 @@ references: fullName: Sdl.Core.Globalization.Language.GetFlagImage nameWithType: Language.GetFlagImage - uid: Sdl.Core.Globalization.Language.GetImage(System.Boolean) - name: GetImage(bool) + name: GetImage(Boolean) href: api/core/Sdl.Core.Globalization.Language.html#Sdl_Core_Globalization_Language_GetImage_System_Boolean_ commentId: M:Sdl.Core.Globalization.Language.GetImage(System.Boolean) - name.vb: GetImage(Boolean) - fullName: Sdl.Core.Globalization.Language.GetImage(bool) - fullName.vb: Sdl.Core.Globalization.Language.GetImage(Boolean) - nameWithType: Language.GetImage(bool) - nameWithType.vb: Language.GetImage(Boolean) + fullName: Sdl.Core.Globalization.Language.GetImage(System.Boolean) + nameWithType: Language.GetImage(Boolean) - uid: Sdl.Core.Globalization.Language.GetImage* name: GetImage href: api/core/Sdl.Core.Globalization.Language.html#Sdl_Core_Globalization_Language_GetImage_ @@ -7500,14 +5075,11 @@ references: fullName: Sdl.Core.Globalization.Language.LdmlData nameWithType: Language.LdmlData - uid: Sdl.Core.Globalization.Language.OnDeserialization(System.Object) - name: OnDeserialization(object) + name: OnDeserialization(Object) href: api/core/Sdl.Core.Globalization.Language.html#Sdl_Core_Globalization_Language_OnDeserialization_System_Object_ commentId: M:Sdl.Core.Globalization.Language.OnDeserialization(System.Object) - name.vb: OnDeserialization(Object) - fullName: Sdl.Core.Globalization.Language.OnDeserialization(object) - fullName.vb: Sdl.Core.Globalization.Language.OnDeserialization(Object) - nameWithType: Language.OnDeserialization(object) - nameWithType.vb: Language.OnDeserialization(Object) + fullName: Sdl.Core.Globalization.Language.OnDeserialization(System.Object) + nameWithType: Language.OnDeserialization(Object) - uid: Sdl.Core.Globalization.Language.OnDeserialization* name: OnDeserialization href: api/core/Sdl.Core.Globalization.Language.html#Sdl_Core_Globalization_Language_OnDeserialization_ @@ -7562,342 +5134,6 @@ references: commentId: Overload:Sdl.Core.Globalization.Language.ToLanguage fullName: Sdl.Core.Globalization.Language.ToLanguage nameWithType: Language.ToLanguage -- uid: Sdl.Core.Globalization.LanguageBase - name: LanguageBase - href: api/core/Sdl.Core.Globalization.LanguageBase.html - commentId: T:Sdl.Core.Globalization.LanguageBase - fullName: Sdl.Core.Globalization.LanguageBase - nameWithType: LanguageBase -- uid: Sdl.Core.Globalization.LanguageBase.#ctor(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: LanguageBase(ICultureMetadataManager) - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase__ctor_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ - commentId: M:Sdl.Core.Globalization.LanguageBase.#ctor(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(ICultureMetadataManager) - fullName: Sdl.Core.Globalization.LanguageBase.LanguageBase(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.Core.Globalization.LanguageBase.New(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: LanguageBase.LanguageBase(ICultureMetadataManager) - nameWithType.vb: LanguageBase.New(ICultureMetadataManager) -- uid: Sdl.Core.Globalization.LanguageBase.#ctor* - name: LanguageBase - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase__ctor_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.LanguageBase.LanguageBase - fullName.vb: Sdl.Core.Globalization.LanguageBase.New - nameWithType: LanguageBase.LanguageBase - nameWithType.vb: LanguageBase.New -- uid: Sdl.Core.Globalization.LanguageBase._defaultSpecificLanguageResult - name: _defaultSpecificLanguageResult - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase__defaultSpecificLanguageResult - commentId: F:Sdl.Core.Globalization.LanguageBase._defaultSpecificLanguageResult - fullName: Sdl.Core.Globalization.LanguageBase._defaultSpecificLanguageResult - nameWithType: LanguageBase._defaultSpecificLanguageResult -- uid: Sdl.Core.Globalization.LanguageBase._defaultSpecificLanguageRetrievalAttempted - name: _defaultSpecificLanguageRetrievalAttempted - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase__defaultSpecificLanguageRetrievalAttempted - commentId: F:Sdl.Core.Globalization.LanguageBase._defaultSpecificLanguageRetrievalAttempted - fullName: Sdl.Core.Globalization.LanguageBase._defaultSpecificLanguageRetrievalAttempted - nameWithType: LanguageBase._defaultSpecificLanguageRetrievalAttempted -- uid: Sdl.Core.Globalization.LanguageBase._evaluationResult - name: _evaluationResult - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase__evaluationResult - commentId: F:Sdl.Core.Globalization.LanguageBase._evaluationResult - fullName: Sdl.Core.Globalization.LanguageBase._evaluationResult - nameWithType: LanguageBase._evaluationResult -- uid: Sdl.Core.Globalization.LanguageBase._isoAbbreviation - name: _isoAbbreviation - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase__isoAbbreviation - commentId: F:Sdl.Core.Globalization.LanguageBase._isoAbbreviation - fullName: Sdl.Core.Globalization.LanguageBase._isoAbbreviation - nameWithType: LanguageBase._isoAbbreviation -- uid: Sdl.Core.Globalization.LanguageBase._lazyCultureInfo - name: _lazyCultureInfo - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase__lazyCultureInfo - commentId: F:Sdl.Core.Globalization.LanguageBase._lazyCultureInfo - fullName: Sdl.Core.Globalization.LanguageBase._lazyCultureInfo - nameWithType: LanguageBase._lazyCultureInfo -- uid: Sdl.Core.Globalization.LanguageBase._regionalVariantsResult - name: _regionalVariantsResult - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase__regionalVariantsResult - commentId: F:Sdl.Core.Globalization.LanguageBase._regionalVariantsResult - fullName: Sdl.Core.Globalization.LanguageBase._regionalVariantsResult - nameWithType: LanguageBase._regionalVariantsResult -- uid: Sdl.Core.Globalization.LanguageBase.CultureMetadataManager - name: CultureMetadataManager - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_CultureMetadataManager - commentId: F:Sdl.Core.Globalization.LanguageBase.CultureMetadataManager - fullName: Sdl.Core.Globalization.LanguageBase.CultureMetadataManager - nameWithType: LanguageBase.CultureMetadataManager -- uid: Sdl.Core.Globalization.LanguageBase.DefaultDisplaySettings - name: DefaultDisplaySettings - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_DefaultDisplaySettings - commentId: P:Sdl.Core.Globalization.LanguageBase.DefaultDisplaySettings - fullName: Sdl.Core.Globalization.LanguageBase.DefaultDisplaySettings - nameWithType: LanguageBase.DefaultDisplaySettings -- uid: Sdl.Core.Globalization.LanguageBase.DefaultDisplaySettings* - name: DefaultDisplaySettings - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_DefaultDisplaySettings_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.DefaultDisplaySettings - fullName: Sdl.Core.Globalization.LanguageBase.DefaultDisplaySettings - nameWithType: LanguageBase.DefaultDisplaySettings -- uid: Sdl.Core.Globalization.LanguageBase.Equals(Sdl.Core.Globalization.LanguageBase,Sdl.Core.Globalization.LanguageBase) - name: Equals(LanguageBase, LanguageBase) - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_Equals_Sdl_Core_Globalization_LanguageBase_Sdl_Core_Globalization_LanguageBase_ - commentId: M:Sdl.Core.Globalization.LanguageBase.Equals(Sdl.Core.Globalization.LanguageBase,Sdl.Core.Globalization.LanguageBase) - fullName: Sdl.Core.Globalization.LanguageBase.Equals(Sdl.Core.Globalization.LanguageBase, Sdl.Core.Globalization.LanguageBase) - nameWithType: LanguageBase.Equals(LanguageBase, LanguageBase) -- uid: Sdl.Core.Globalization.LanguageBase.Equals(System.Object) - name: Equals(object) - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_Equals_System_Object_ - commentId: M:Sdl.Core.Globalization.LanguageBase.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.Core.Globalization.LanguageBase.Equals(object) - fullName.vb: Sdl.Core.Globalization.LanguageBase.Equals(Object) - nameWithType: LanguageBase.Equals(object) - nameWithType.vb: LanguageBase.Equals(Object) -- uid: Sdl.Core.Globalization.LanguageBase.Equals(System.String,System.String) - name: Equals(string, string) - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_Equals_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.LanguageBase.Equals(System.String,System.String) - name.vb: Equals(String, String) - fullName: Sdl.Core.Globalization.LanguageBase.Equals(string, string) - fullName.vb: Sdl.Core.Globalization.LanguageBase.Equals(String, String) - nameWithType: LanguageBase.Equals(string, string) - nameWithType.vb: LanguageBase.Equals(String, String) -- uid: Sdl.Core.Globalization.LanguageBase.Equals* - name: Equals - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_Equals_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.Equals - fullName: Sdl.Core.Globalization.LanguageBase.Equals - nameWithType: LanguageBase.Equals -- uid: Sdl.Core.Globalization.LanguageBase.EvaluationResult - name: LanguageBase.EvaluationResult - href: api/core/Sdl.Core.Globalization.LanguageBase.EvaluationResult.html - commentId: T:Sdl.Core.Globalization.LanguageBase.EvaluationResult - fullName: Sdl.Core.Globalization.LanguageBase.EvaluationResult - nameWithType: LanguageBase.EvaluationResult -- uid: Sdl.Core.Globalization.LanguageBase.EvaluationResult.NotSupported - name: NotSupported - href: api/core/Sdl.Core.Globalization.LanguageBase.EvaluationResult.html#Sdl_Core_Globalization_LanguageBase_EvaluationResult_NotSupported - commentId: F:Sdl.Core.Globalization.LanguageBase.EvaluationResult.NotSupported - fullName: Sdl.Core.Globalization.LanguageBase.EvaluationResult.NotSupported - nameWithType: LanguageBase.EvaluationResult.NotSupported -- uid: Sdl.Core.Globalization.LanguageBase.EvaluationResult.NotTested - name: NotTested - href: api/core/Sdl.Core.Globalization.LanguageBase.EvaluationResult.html#Sdl_Core_Globalization_LanguageBase_EvaluationResult_NotTested - commentId: F:Sdl.Core.Globalization.LanguageBase.EvaluationResult.NotTested - fullName: Sdl.Core.Globalization.LanguageBase.EvaluationResult.NotTested - nameWithType: LanguageBase.EvaluationResult.NotTested -- uid: Sdl.Core.Globalization.LanguageBase.EvaluationResult.Supported - name: Supported - href: api/core/Sdl.Core.Globalization.LanguageBase.EvaluationResult.html#Sdl_Core_Globalization_LanguageBase_EvaluationResult_Supported - commentId: F:Sdl.Core.Globalization.LanguageBase.EvaluationResult.Supported - fullName: Sdl.Core.Globalization.LanguageBase.EvaluationResult.Supported - nameWithType: LanguageBase.EvaluationResult.Supported -- uid: Sdl.Core.Globalization.LanguageBase.FormatIsoCode(System.String,System.Boolean) - name: FormatIsoCode(string, bool) - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_FormatIsoCode_System_String_System_Boolean_ - commentId: M:Sdl.Core.Globalization.LanguageBase.FormatIsoCode(System.String,System.Boolean) - name.vb: FormatIsoCode(String, Boolean) - fullName: Sdl.Core.Globalization.LanguageBase.FormatIsoCode(string, bool) - fullName.vb: Sdl.Core.Globalization.LanguageBase.FormatIsoCode(String, Boolean) - nameWithType: LanguageBase.FormatIsoCode(string, bool) - nameWithType.vb: LanguageBase.FormatIsoCode(String, Boolean) -- uid: Sdl.Core.Globalization.LanguageBase.FormatIsoCode* - name: FormatIsoCode - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_FormatIsoCode_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.FormatIsoCode - fullName: Sdl.Core.Globalization.LanguageBase.FormatIsoCode - nameWithType: LanguageBase.FormatIsoCode -- uid: Sdl.Core.Globalization.LanguageBase.GetCultureInfoAsync - name: GetCultureInfoAsync() - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_GetCultureInfoAsync - commentId: M:Sdl.Core.Globalization.LanguageBase.GetCultureInfoAsync - fullName: Sdl.Core.Globalization.LanguageBase.GetCultureInfoAsync() - nameWithType: LanguageBase.GetCultureInfoAsync() -- uid: Sdl.Core.Globalization.LanguageBase.GetCultureInfoAsync* - name: GetCultureInfoAsync - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_GetCultureInfoAsync_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.GetCultureInfoAsync - fullName: Sdl.Core.Globalization.LanguageBase.GetCultureInfoAsync - nameWithType: LanguageBase.GetCultureInfoAsync -- uid: Sdl.Core.Globalization.LanguageBase.GetDefaultSpecificLanguageAsync - name: GetDefaultSpecificLanguageAsync() - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_GetDefaultSpecificLanguageAsync - commentId: M:Sdl.Core.Globalization.LanguageBase.GetDefaultSpecificLanguageAsync - fullName: Sdl.Core.Globalization.LanguageBase.GetDefaultSpecificLanguageAsync() - nameWithType: LanguageBase.GetDefaultSpecificLanguageAsync() -- uid: Sdl.Core.Globalization.LanguageBase.GetDefaultSpecificLanguageAsync* - name: GetDefaultSpecificLanguageAsync - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_GetDefaultSpecificLanguageAsync_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.GetDefaultSpecificLanguageAsync - fullName: Sdl.Core.Globalization.LanguageBase.GetDefaultSpecificLanguageAsync - nameWithType: LanguageBase.GetDefaultSpecificLanguageAsync -- uid: Sdl.Core.Globalization.LanguageBase.GetDisplayNameAsync - name: GetDisplayNameAsync() - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_GetDisplayNameAsync - commentId: M:Sdl.Core.Globalization.LanguageBase.GetDisplayNameAsync - fullName: Sdl.Core.Globalization.LanguageBase.GetDisplayNameAsync() - nameWithType: LanguageBase.GetDisplayNameAsync() -- uid: Sdl.Core.Globalization.LanguageBase.GetDisplayNameAsync(Sdl.Core.Globalization.LanguageFormat,System.Boolean) - name: GetDisplayNameAsync(LanguageFormat, bool) - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_GetDisplayNameAsync_Sdl_Core_Globalization_LanguageFormat_System_Boolean_ - commentId: M:Sdl.Core.Globalization.LanguageBase.GetDisplayNameAsync(Sdl.Core.Globalization.LanguageFormat,System.Boolean) - name.vb: GetDisplayNameAsync(LanguageFormat, Boolean) - fullName: Sdl.Core.Globalization.LanguageBase.GetDisplayNameAsync(Sdl.Core.Globalization.LanguageFormat, bool) - fullName.vb: Sdl.Core.Globalization.LanguageBase.GetDisplayNameAsync(Sdl.Core.Globalization.LanguageFormat, Boolean) - nameWithType: LanguageBase.GetDisplayNameAsync(LanguageFormat, bool) - nameWithType.vb: LanguageBase.GetDisplayNameAsync(LanguageFormat, Boolean) -- uid: Sdl.Core.Globalization.LanguageBase.GetDisplayNameAsync* - name: GetDisplayNameAsync - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_GetDisplayNameAsync_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.GetDisplayNameAsync - fullName: Sdl.Core.Globalization.LanguageBase.GetDisplayNameAsync - nameWithType: LanguageBase.GetDisplayNameAsync -- uid: Sdl.Core.Globalization.LanguageBase.GetHashCode - name: GetHashCode() - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_GetHashCode - commentId: M:Sdl.Core.Globalization.LanguageBase.GetHashCode - fullName: Sdl.Core.Globalization.LanguageBase.GetHashCode() - nameWithType: LanguageBase.GetHashCode() -- uid: Sdl.Core.Globalization.LanguageBase.GetHashCode* - name: GetHashCode - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_GetHashCode_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.GetHashCode - fullName: Sdl.Core.Globalization.LanguageBase.GetHashCode - nameWithType: LanguageBase.GetHashCode -- uid: Sdl.Core.Globalization.LanguageBase.GetIsSupportedAsync - name: GetIsSupportedAsync() - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_GetIsSupportedAsync - commentId: M:Sdl.Core.Globalization.LanguageBase.GetIsSupportedAsync - fullName: Sdl.Core.Globalization.LanguageBase.GetIsSupportedAsync() - nameWithType: LanguageBase.GetIsSupportedAsync() -- uid: Sdl.Core.Globalization.LanguageBase.GetIsSupportedAsync* - name: GetIsSupportedAsync - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_GetIsSupportedAsync_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.GetIsSupportedAsync - fullName: Sdl.Core.Globalization.LanguageBase.GetIsSupportedAsync - nameWithType: LanguageBase.GetIsSupportedAsync -- uid: Sdl.Core.Globalization.LanguageBase.GetParentLanguageAsync - name: GetParentLanguageAsync() - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_GetParentLanguageAsync - commentId: M:Sdl.Core.Globalization.LanguageBase.GetParentLanguageAsync - fullName: Sdl.Core.Globalization.LanguageBase.GetParentLanguageAsync() - nameWithType: LanguageBase.GetParentLanguageAsync() -- uid: Sdl.Core.Globalization.LanguageBase.GetParentLanguageAsync* - name: GetParentLanguageAsync - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_GetParentLanguageAsync_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.GetParentLanguageAsync - fullName: Sdl.Core.Globalization.LanguageBase.GetParentLanguageAsync - nameWithType: LanguageBase.GetParentLanguageAsync -- uid: Sdl.Core.Globalization.LanguageBase.GetRegionalVariantsAsync - name: GetRegionalVariantsAsync() - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_GetRegionalVariantsAsync - commentId: M:Sdl.Core.Globalization.LanguageBase.GetRegionalVariantsAsync - fullName: Sdl.Core.Globalization.LanguageBase.GetRegionalVariantsAsync() - nameWithType: LanguageBase.GetRegionalVariantsAsync() -- uid: Sdl.Core.Globalization.LanguageBase.GetRegionalVariantsAsync* - name: GetRegionalVariantsAsync - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_GetRegionalVariantsAsync_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.GetRegionalVariantsAsync - fullName: Sdl.Core.Globalization.LanguageBase.GetRegionalVariantsAsync - nameWithType: LanguageBase.GetRegionalVariantsAsync -- uid: Sdl.Core.Globalization.LanguageBase.IsNullOrInvalid(Sdl.Core.Globalization.LanguageBase) - name: IsNullOrInvalid(LanguageBase) - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_IsNullOrInvalid_Sdl_Core_Globalization_LanguageBase_ - commentId: M:Sdl.Core.Globalization.LanguageBase.IsNullOrInvalid(Sdl.Core.Globalization.LanguageBase) - fullName: Sdl.Core.Globalization.LanguageBase.IsNullOrInvalid(Sdl.Core.Globalization.LanguageBase) - nameWithType: LanguageBase.IsNullOrInvalid(LanguageBase) -- uid: Sdl.Core.Globalization.LanguageBase.IsNullOrInvalid* - name: IsNullOrInvalid - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_IsNullOrInvalid_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.IsNullOrInvalid - fullName: Sdl.Core.Globalization.LanguageBase.IsNullOrInvalid - nameWithType: LanguageBase.IsNullOrInvalid -- uid: Sdl.Core.Globalization.LanguageBase.IsoAbbreviation - name: IsoAbbreviation - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_IsoAbbreviation - commentId: P:Sdl.Core.Globalization.LanguageBase.IsoAbbreviation - fullName: Sdl.Core.Globalization.LanguageBase.IsoAbbreviation - nameWithType: LanguageBase.IsoAbbreviation -- uid: Sdl.Core.Globalization.LanguageBase.IsoAbbreviation* - name: IsoAbbreviation - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_IsoAbbreviation_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.IsoAbbreviation - fullName: Sdl.Core.Globalization.LanguageBase.IsoAbbreviation - nameWithType: LanguageBase.IsoAbbreviation -- uid: Sdl.Core.Globalization.LanguageBase.IsValid - name: IsValid - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_IsValid - commentId: P:Sdl.Core.Globalization.LanguageBase.IsValid - fullName: Sdl.Core.Globalization.LanguageBase.IsValid - nameWithType: LanguageBase.IsValid -- uid: Sdl.Core.Globalization.LanguageBase.IsValid* - name: IsValid - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_IsValid_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.IsValid - fullName: Sdl.Core.Globalization.LanguageBase.IsValid - nameWithType: LanguageBase.IsValid -- uid: Sdl.Core.Globalization.LanguageBase.LanguageCode - name: LanguageCode - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_LanguageCode - commentId: P:Sdl.Core.Globalization.LanguageBase.LanguageCode - fullName: Sdl.Core.Globalization.LanguageBase.LanguageCode - nameWithType: LanguageBase.LanguageCode -- uid: Sdl.Core.Globalization.LanguageBase.LanguageCode* - name: LanguageCode - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_LanguageCode_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.LanguageCode - fullName: Sdl.Core.Globalization.LanguageBase.LanguageCode - nameWithType: LanguageBase.LanguageCode -- uid: Sdl.Core.Globalization.LanguageBase.ToString - name: ToString() - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_ToString - commentId: M:Sdl.Core.Globalization.LanguageBase.ToString - fullName: Sdl.Core.Globalization.LanguageBase.ToString() - nameWithType: LanguageBase.ToString() -- uid: Sdl.Core.Globalization.LanguageBase.ToString* - name: ToString - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_ToString_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.ToString - fullName: Sdl.Core.Globalization.LanguageBase.ToString - nameWithType: LanguageBase.ToString -- uid: Sdl.Core.Globalization.LanguageBase.UseBlankAsSentenceSeparator - name: UseBlankAsSentenceSeparator - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_UseBlankAsSentenceSeparator - commentId: P:Sdl.Core.Globalization.LanguageBase.UseBlankAsSentenceSeparator - fullName: Sdl.Core.Globalization.LanguageBase.UseBlankAsSentenceSeparator - nameWithType: LanguageBase.UseBlankAsSentenceSeparator -- uid: Sdl.Core.Globalization.LanguageBase.UseBlankAsSentenceSeparator* - name: UseBlankAsSentenceSeparator - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_UseBlankAsSentenceSeparator_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.UseBlankAsSentenceSeparator - fullName: Sdl.Core.Globalization.LanguageBase.UseBlankAsSentenceSeparator - nameWithType: LanguageBase.UseBlankAsSentenceSeparator -- uid: Sdl.Core.Globalization.LanguageBase.UseBlankAsWordSeparator - name: UseBlankAsWordSeparator - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_UseBlankAsWordSeparator - commentId: P:Sdl.Core.Globalization.LanguageBase.UseBlankAsWordSeparator - fullName: Sdl.Core.Globalization.LanguageBase.UseBlankAsWordSeparator - nameWithType: LanguageBase.UseBlankAsWordSeparator -- uid: Sdl.Core.Globalization.LanguageBase.UseBlankAsWordSeparator* - name: UseBlankAsWordSeparator - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_UseBlankAsWordSeparator_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.UseBlankAsWordSeparator - fullName: Sdl.Core.Globalization.LanguageBase.UseBlankAsWordSeparator - nameWithType: LanguageBase.UseBlankAsWordSeparator -- uid: Sdl.Core.Globalization.LanguageBase.UsesCharacterCounts - name: UsesCharacterCounts - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_UsesCharacterCounts - commentId: P:Sdl.Core.Globalization.LanguageBase.UsesCharacterCounts - fullName: Sdl.Core.Globalization.LanguageBase.UsesCharacterCounts - nameWithType: LanguageBase.UsesCharacterCounts -- uid: Sdl.Core.Globalization.LanguageBase.UsesCharacterCounts* - name: UsesCharacterCounts - href: api/core/Sdl.Core.Globalization.LanguageBase.html#Sdl_Core_Globalization_LanguageBase_UsesCharacterCounts_ - commentId: Overload:Sdl.Core.Globalization.LanguageBase.UsesCharacterCounts - fullName: Sdl.Core.Globalization.LanguageBase.UsesCharacterCounts - nameWithType: LanguageBase.UsesCharacterCounts - uid: Sdl.Core.Globalization.LanguageCancelEventArgs name: LanguageCancelEventArgs href: api/core/Sdl.Core.Globalization.LanguageCancelEventArgs.html @@ -7908,20 +5144,14 @@ references: name: LanguageCancelEventArgs(Language) href: api/core/Sdl.Core.Globalization.LanguageCancelEventArgs.html#Sdl_Core_Globalization_LanguageCancelEventArgs__ctor_Sdl_Core_Globalization_Language_ commentId: M:Sdl.Core.Globalization.LanguageCancelEventArgs.#ctor(Sdl.Core.Globalization.Language) - name.vb: New(Language) fullName: Sdl.Core.Globalization.LanguageCancelEventArgs.LanguageCancelEventArgs(Sdl.Core.Globalization.Language) - fullName.vb: Sdl.Core.Globalization.LanguageCancelEventArgs.New(Sdl.Core.Globalization.Language) nameWithType: LanguageCancelEventArgs.LanguageCancelEventArgs(Language) - nameWithType.vb: LanguageCancelEventArgs.New(Language) - uid: Sdl.Core.Globalization.LanguageCancelEventArgs.#ctor* name: LanguageCancelEventArgs href: api/core/Sdl.Core.Globalization.LanguageCancelEventArgs.html#Sdl_Core_Globalization_LanguageCancelEventArgs__ctor_ commentId: Overload:Sdl.Core.Globalization.LanguageCancelEventArgs.#ctor - name.vb: New fullName: Sdl.Core.Globalization.LanguageCancelEventArgs.LanguageCancelEventArgs - fullName.vb: Sdl.Core.Globalization.LanguageCancelEventArgs.New nameWithType: LanguageCancelEventArgs.LanguageCancelEventArgs - nameWithType.vb: LanguageCancelEventArgs.New - uid: Sdl.Core.Globalization.LanguageCancelEventArgs.Language name: Language href: api/core/Sdl.Core.Globalization.LanguageCancelEventArgs.html#Sdl_Core_Globalization_LanguageCancelEventArgs_Language @@ -7934,240 +5164,6 @@ references: commentId: Overload:Sdl.Core.Globalization.LanguageCancelEventArgs.Language fullName: Sdl.Core.Globalization.LanguageCancelEventArgs.Language nameWithType: LanguageCancelEventArgs.Language -- uid: Sdl.Core.Globalization.LanguageData - name: LanguageData - href: api/core/Sdl.Core.Globalization.LanguageData.html - commentId: T:Sdl.Core.Globalization.LanguageData - fullName: Sdl.Core.Globalization.LanguageData - nameWithType: LanguageData -- uid: Sdl.Core.Globalization.LanguageData.#ctor - name: LanguageData() - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData__ctor - commentId: M:Sdl.Core.Globalization.LanguageData.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.LanguageData.LanguageData() - fullName.vb: Sdl.Core.Globalization.LanguageData.New() - nameWithType: LanguageData.LanguageData() - nameWithType.vb: LanguageData.New() -- uid: Sdl.Core.Globalization.LanguageData.#ctor* - name: LanguageData - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData__ctor_ - commentId: Overload:Sdl.Core.Globalization.LanguageData.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.LanguageData.LanguageData - fullName.vb: Sdl.Core.Globalization.LanguageData.New - nameWithType: LanguageData.LanguageData - nameWithType.vb: LanguageData.New -- uid: Sdl.Core.Globalization.LanguageData.Aliases - name: Aliases - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_Aliases - commentId: P:Sdl.Core.Globalization.LanguageData.Aliases - fullName: Sdl.Core.Globalization.LanguageData.Aliases - nameWithType: LanguageData.Aliases -- uid: Sdl.Core.Globalization.LanguageData.Aliases* - name: Aliases - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_Aliases_ - commentId: Overload:Sdl.Core.Globalization.LanguageData.Aliases - fullName: Sdl.Core.Globalization.LanguageData.Aliases - nameWithType: LanguageData.Aliases -- uid: Sdl.Core.Globalization.LanguageData.DefaultSpecificLanguageCode - name: DefaultSpecificLanguageCode - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_DefaultSpecificLanguageCode - commentId: P:Sdl.Core.Globalization.LanguageData.DefaultSpecificLanguageCode - fullName: Sdl.Core.Globalization.LanguageData.DefaultSpecificLanguageCode - nameWithType: LanguageData.DefaultSpecificLanguageCode -- uid: Sdl.Core.Globalization.LanguageData.DefaultSpecificLanguageCode* - name: DefaultSpecificLanguageCode - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_DefaultSpecificLanguageCode_ - commentId: Overload:Sdl.Core.Globalization.LanguageData.DefaultSpecificLanguageCode - fullName: Sdl.Core.Globalization.LanguageData.DefaultSpecificLanguageCode - nameWithType: LanguageData.DefaultSpecificLanguageCode -- uid: Sdl.Core.Globalization.LanguageData.Direction - name: Direction - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_Direction - commentId: P:Sdl.Core.Globalization.LanguageData.Direction - fullName: Sdl.Core.Globalization.LanguageData.Direction - nameWithType: LanguageData.Direction -- uid: Sdl.Core.Globalization.LanguageData.Direction* - name: Direction - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_Direction_ - commentId: Overload:Sdl.Core.Globalization.LanguageData.Direction - fullName: Sdl.Core.Globalization.LanguageData.Direction - nameWithType: LanguageData.Direction -- uid: Sdl.Core.Globalization.LanguageData.EnglishName - name: EnglishName - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_EnglishName - commentId: P:Sdl.Core.Globalization.LanguageData.EnglishName - fullName: Sdl.Core.Globalization.LanguageData.EnglishName - nameWithType: LanguageData.EnglishName -- uid: Sdl.Core.Globalization.LanguageData.EnglishName* - name: EnglishName - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_EnglishName_ - commentId: Overload:Sdl.Core.Globalization.LanguageData.EnglishName - fullName: Sdl.Core.Globalization.LanguageData.EnglishName - nameWithType: LanguageData.EnglishName -- uid: Sdl.Core.Globalization.LanguageData.IsDeprecated - name: IsDeprecated - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_IsDeprecated - commentId: P:Sdl.Core.Globalization.LanguageData.IsDeprecated - fullName: Sdl.Core.Globalization.LanguageData.IsDeprecated - nameWithType: LanguageData.IsDeprecated -- uid: Sdl.Core.Globalization.LanguageData.IsDeprecated* - name: IsDeprecated - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_IsDeprecated_ - commentId: Overload:Sdl.Core.Globalization.LanguageData.IsDeprecated - fullName: Sdl.Core.Globalization.LanguageData.IsDeprecated - nameWithType: LanguageData.IsDeprecated -- uid: Sdl.Core.Globalization.LanguageData.IsNeutral - name: IsNeutral - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_IsNeutral - commentId: P:Sdl.Core.Globalization.LanguageData.IsNeutral - fullName: Sdl.Core.Globalization.LanguageData.IsNeutral - nameWithType: LanguageData.IsNeutral -- uid: Sdl.Core.Globalization.LanguageData.IsNeutral* - name: IsNeutral - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_IsNeutral_ - commentId: Overload:Sdl.Core.Globalization.LanguageData.IsNeutral - fullName: Sdl.Core.Globalization.LanguageData.IsNeutral - nameWithType: LanguageData.IsNeutral -- uid: Sdl.Core.Globalization.LanguageData.LanguageCode - name: LanguageCode - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_LanguageCode - commentId: P:Sdl.Core.Globalization.LanguageData.LanguageCode - fullName: Sdl.Core.Globalization.LanguageData.LanguageCode - nameWithType: LanguageData.LanguageCode -- uid: Sdl.Core.Globalization.LanguageData.LanguageCode* - name: LanguageCode - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_LanguageCode_ - commentId: Overload:Sdl.Core.Globalization.LanguageData.LanguageCode - fullName: Sdl.Core.Globalization.LanguageData.LanguageCode - nameWithType: LanguageData.LanguageCode -- uid: Sdl.Core.Globalization.LanguageData.LanguageGroup - name: LanguageGroup - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_LanguageGroup - commentId: P:Sdl.Core.Globalization.LanguageData.LanguageGroup - fullName: Sdl.Core.Globalization.LanguageData.LanguageGroup - nameWithType: LanguageData.LanguageGroup -- uid: Sdl.Core.Globalization.LanguageData.LanguageGroup* - name: LanguageGroup - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_LanguageGroup_ - commentId: Overload:Sdl.Core.Globalization.LanguageData.LanguageGroup - fullName: Sdl.Core.Globalization.LanguageData.LanguageGroup - nameWithType: LanguageData.LanguageGroup -- uid: Sdl.Core.Globalization.LanguageData.ParentLanguageCode - name: ParentLanguageCode - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_ParentLanguageCode - commentId: P:Sdl.Core.Globalization.LanguageData.ParentLanguageCode - fullName: Sdl.Core.Globalization.LanguageData.ParentLanguageCode - nameWithType: LanguageData.ParentLanguageCode -- uid: Sdl.Core.Globalization.LanguageData.ParentLanguageCode* - name: ParentLanguageCode - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_ParentLanguageCode_ - commentId: Overload:Sdl.Core.Globalization.LanguageData.ParentLanguageCode - fullName: Sdl.Core.Globalization.LanguageData.ParentLanguageCode - nameWithType: LanguageData.ParentLanguageCode -- uid: Sdl.Core.Globalization.LanguageData.Script - name: Script - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_Script - commentId: P:Sdl.Core.Globalization.LanguageData.Script - fullName: Sdl.Core.Globalization.LanguageData.Script - nameWithType: LanguageData.Script -- uid: Sdl.Core.Globalization.LanguageData.Script* - name: Script - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_Script_ - commentId: Overload:Sdl.Core.Globalization.LanguageData.Script - fullName: Sdl.Core.Globalization.LanguageData.Script - nameWithType: LanguageData.Script -- uid: Sdl.Core.Globalization.LanguageData.SupportedProducts - name: SupportedProducts - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_SupportedProducts - commentId: P:Sdl.Core.Globalization.LanguageData.SupportedProducts - fullName: Sdl.Core.Globalization.LanguageData.SupportedProducts - nameWithType: LanguageData.SupportedProducts -- uid: Sdl.Core.Globalization.LanguageData.SupportedProducts* - name: SupportedProducts - href: api/core/Sdl.Core.Globalization.LanguageData.html#Sdl_Core_Globalization_LanguageData_SupportedProducts_ - commentId: Overload:Sdl.Core.Globalization.LanguageData.SupportedProducts - fullName: Sdl.Core.Globalization.LanguageData.SupportedProducts - nameWithType: LanguageData.SupportedProducts -- uid: Sdl.Core.Globalization.LanguageDataContainer - name: LanguageDataContainer - href: api/core/Sdl.Core.Globalization.LanguageDataContainer.html - commentId: T:Sdl.Core.Globalization.LanguageDataContainer - fullName: Sdl.Core.Globalization.LanguageDataContainer - nameWithType: LanguageDataContainer -- uid: Sdl.Core.Globalization.LanguageDataContainer.#ctor - name: LanguageDataContainer() - href: api/core/Sdl.Core.Globalization.LanguageDataContainer.html#Sdl_Core_Globalization_LanguageDataContainer__ctor - commentId: M:Sdl.Core.Globalization.LanguageDataContainer.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.LanguageDataContainer.LanguageDataContainer() - fullName.vb: Sdl.Core.Globalization.LanguageDataContainer.New() - nameWithType: LanguageDataContainer.LanguageDataContainer() - nameWithType.vb: LanguageDataContainer.New() -- uid: Sdl.Core.Globalization.LanguageDataContainer.#ctor* - name: LanguageDataContainer - href: api/core/Sdl.Core.Globalization.LanguageDataContainer.html#Sdl_Core_Globalization_LanguageDataContainer__ctor_ - commentId: Overload:Sdl.Core.Globalization.LanguageDataContainer.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.LanguageDataContainer.LanguageDataContainer - fullName.vb: Sdl.Core.Globalization.LanguageDataContainer.New - nameWithType: LanguageDataContainer.LanguageDataContainer - nameWithType.vb: LanguageDataContainer.New -- uid: Sdl.Core.Globalization.LanguageDataContainer.AllLanguages - name: AllLanguages - href: api/core/Sdl.Core.Globalization.LanguageDataContainer.html#Sdl_Core_Globalization_LanguageDataContainer_AllLanguages - commentId: F:Sdl.Core.Globalization.LanguageDataContainer.AllLanguages - fullName: Sdl.Core.Globalization.LanguageDataContainer.AllLanguages - nameWithType: LanguageDataContainer.AllLanguages -- uid: Sdl.Core.Globalization.LanguageDisplaySettings - name: LanguageDisplaySettings - href: api/core/Sdl.Core.Globalization.LanguageDisplaySettings.html - commentId: T:Sdl.Core.Globalization.LanguageDisplaySettings - fullName: Sdl.Core.Globalization.LanguageDisplaySettings - nameWithType: LanguageDisplaySettings -- uid: Sdl.Core.Globalization.LanguageDisplaySettings.Format - name: Format - href: api/core/Sdl.Core.Globalization.LanguageDisplaySettings.html#Sdl_Core_Globalization_LanguageDisplaySettings_Format - commentId: P:Sdl.Core.Globalization.LanguageDisplaySettings.Format - fullName: Sdl.Core.Globalization.LanguageDisplaySettings.Format - nameWithType: LanguageDisplaySettings.Format -- uid: Sdl.Core.Globalization.LanguageDisplaySettings.Format* - name: Format - href: api/core/Sdl.Core.Globalization.LanguageDisplaySettings.html#Sdl_Core_Globalization_LanguageDisplaySettings_Format_ - commentId: Overload:Sdl.Core.Globalization.LanguageDisplaySettings.Format - fullName: Sdl.Core.Globalization.LanguageDisplaySettings.Format - nameWithType: LanguageDisplaySettings.Format -- uid: Sdl.Core.Globalization.LanguageDisplaySettings.IncludeCountry - name: IncludeCountry - href: api/core/Sdl.Core.Globalization.LanguageDisplaySettings.html#Sdl_Core_Globalization_LanguageDisplaySettings_IncludeCountry - commentId: P:Sdl.Core.Globalization.LanguageDisplaySettings.IncludeCountry - fullName: Sdl.Core.Globalization.LanguageDisplaySettings.IncludeCountry - nameWithType: LanguageDisplaySettings.IncludeCountry -- uid: Sdl.Core.Globalization.LanguageDisplaySettings.IncludeCountry* - name: IncludeCountry - href: api/core/Sdl.Core.Globalization.LanguageDisplaySettings.html#Sdl_Core_Globalization_LanguageDisplaySettings_IncludeCountry_ - commentId: Overload:Sdl.Core.Globalization.LanguageDisplaySettings.IncludeCountry - fullName: Sdl.Core.Globalization.LanguageDisplaySettings.IncludeCountry - nameWithType: LanguageDisplaySettings.IncludeCountry -- uid: Sdl.Core.Globalization.LanguageDisplaySettings.SettingsChanged - name: SettingsChanged - href: api/core/Sdl.Core.Globalization.LanguageDisplaySettings.html#Sdl_Core_Globalization_LanguageDisplaySettings_SettingsChanged - commentId: E:Sdl.Core.Globalization.LanguageDisplaySettings.SettingsChanged - fullName: Sdl.Core.Globalization.LanguageDisplaySettings.SettingsChanged - nameWithType: LanguageDisplaySettings.SettingsChanged -- uid: Sdl.Core.Globalization.LanguageDisplaySettings.UseFlags - name: UseFlags - href: api/core/Sdl.Core.Globalization.LanguageDisplaySettings.html#Sdl_Core_Globalization_LanguageDisplaySettings_UseFlags - commentId: P:Sdl.Core.Globalization.LanguageDisplaySettings.UseFlags - fullName: Sdl.Core.Globalization.LanguageDisplaySettings.UseFlags - nameWithType: LanguageDisplaySettings.UseFlags -- uid: Sdl.Core.Globalization.LanguageDisplaySettings.UseFlags* - name: UseFlags - href: api/core/Sdl.Core.Globalization.LanguageDisplaySettings.html#Sdl_Core_Globalization_LanguageDisplaySettings_UseFlags_ - commentId: Overload:Sdl.Core.Globalization.LanguageDisplaySettings.UseFlags - fullName: Sdl.Core.Globalization.LanguageDisplaySettings.UseFlags - nameWithType: LanguageDisplaySettings.UseFlags - uid: Sdl.Core.Globalization.LanguageEventArgs name: LanguageEventArgs href: api/core/Sdl.Core.Globalization.LanguageEventArgs.html @@ -8178,20 +5174,14 @@ references: name: LanguageEventArgs(Language) href: api/core/Sdl.Core.Globalization.LanguageEventArgs.html#Sdl_Core_Globalization_LanguageEventArgs__ctor_Sdl_Core_Globalization_Language_ commentId: M:Sdl.Core.Globalization.LanguageEventArgs.#ctor(Sdl.Core.Globalization.Language) - name.vb: New(Language) fullName: Sdl.Core.Globalization.LanguageEventArgs.LanguageEventArgs(Sdl.Core.Globalization.Language) - fullName.vb: Sdl.Core.Globalization.LanguageEventArgs.New(Sdl.Core.Globalization.Language) nameWithType: LanguageEventArgs.LanguageEventArgs(Language) - nameWithType.vb: LanguageEventArgs.New(Language) - uid: Sdl.Core.Globalization.LanguageEventArgs.#ctor* name: LanguageEventArgs href: api/core/Sdl.Core.Globalization.LanguageEventArgs.html#Sdl_Core_Globalization_LanguageEventArgs__ctor_ commentId: Overload:Sdl.Core.Globalization.LanguageEventArgs.#ctor - name.vb: New fullName: Sdl.Core.Globalization.LanguageEventArgs.LanguageEventArgs - fullName.vb: Sdl.Core.Globalization.LanguageEventArgs.New nameWithType: LanguageEventArgs.LanguageEventArgs - nameWithType.vb: LanguageEventArgs.New - uid: Sdl.Core.Globalization.LanguageEventArgs.Language name: Language href: api/core/Sdl.Core.Globalization.LanguageEventArgs.html#Sdl_Core_Globalization_LanguageEventArgs_Language @@ -8204,840 +5194,12 @@ references: commentId: Overload:Sdl.Core.Globalization.LanguageEventArgs.Language fullName: Sdl.Core.Globalization.LanguageEventArgs.Language nameWithType: LanguageEventArgs.Language -- uid: Sdl.Core.Globalization.LanguageFormat - name: LanguageFormat - href: api/core/Sdl.Core.Globalization.LanguageFormat.html - commentId: T:Sdl.Core.Globalization.LanguageFormat - fullName: Sdl.Core.Globalization.LanguageFormat - nameWithType: LanguageFormat -- uid: Sdl.Core.Globalization.LanguageFormat.EnglishName - name: EnglishName - href: api/core/Sdl.Core.Globalization.LanguageFormat.html#Sdl_Core_Globalization_LanguageFormat_EnglishName - commentId: F:Sdl.Core.Globalization.LanguageFormat.EnglishName - fullName: Sdl.Core.Globalization.LanguageFormat.EnglishName - nameWithType: LanguageFormat.EnglishName -- uid: Sdl.Core.Globalization.LanguageFormat.ISOCode - name: ISOCode - href: api/core/Sdl.Core.Globalization.LanguageFormat.html#Sdl_Core_Globalization_LanguageFormat_ISOCode - commentId: F:Sdl.Core.Globalization.LanguageFormat.ISOCode - fullName: Sdl.Core.Globalization.LanguageFormat.ISOCode - nameWithType: LanguageFormat.ISOCode -- uid: Sdl.Core.Globalization.LanguageFormat.NativeName - name: NativeName - href: api/core/Sdl.Core.Globalization.LanguageFormat.html#Sdl_Core_Globalization_LanguageFormat_NativeName - commentId: F:Sdl.Core.Globalization.LanguageFormat.NativeName - fullName: Sdl.Core.Globalization.LanguageFormat.NativeName - nameWithType: LanguageFormat.NativeName -- uid: Sdl.Core.Globalization.LanguageMetadata - name: Sdl.Core.Globalization.LanguageMetadata - href: api/core/Sdl.Core.Globalization.LanguageMetadata.html - commentId: N:Sdl.Core.Globalization.LanguageMetadata - fullName: Sdl.Core.Globalization.LanguageMetadata - nameWithType: Sdl.Core.Globalization.LanguageMetadata -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata - name: LanguageMetadata - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html - commentId: T:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata - nameWithType: LanguageMetadata -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.#ctor - name: LanguageMetadata() - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata__ctor - commentId: M:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LanguageMetadata() - fullName.vb: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.New() - nameWithType: LanguageMetadata.LanguageMetadata() - nameWithType.vb: LanguageMetadata.New() -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.#ctor(System.Globalization.CultureInfo) - name: LanguageMetadata(CultureInfo) - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata__ctor_System_Globalization_CultureInfo_ - commentId: M:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.#ctor(System.Globalization.CultureInfo) - name.vb: New(CultureInfo) - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LanguageMetadata(System.Globalization.CultureInfo) - fullName.vb: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.New(System.Globalization.CultureInfo) - nameWithType: LanguageMetadata.LanguageMetadata(CultureInfo) - nameWithType.vb: LanguageMetadata.New(CultureInfo) -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.#ctor* - name: LanguageMetadata - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata__ctor_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LanguageMetadata - fullName.vb: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.New - nameWithType: LanguageMetadata.LanguageMetadata - nameWithType.vb: LanguageMetadata.New -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedDayNames - name: AbbreviatedDayNames - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_AbbreviatedDayNames - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedDayNames - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedDayNames - nameWithType: LanguageMetadata.AbbreviatedDayNames -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedDayNames* - name: AbbreviatedDayNames - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_AbbreviatedDayNames_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedDayNames - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedDayNames - nameWithType: LanguageMetadata.AbbreviatedDayNames -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedMonthGenitiveNames - name: AbbreviatedMonthGenitiveNames - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_AbbreviatedMonthGenitiveNames - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedMonthGenitiveNames - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedMonthGenitiveNames - nameWithType: LanguageMetadata.AbbreviatedMonthGenitiveNames -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedMonthGenitiveNames* - name: AbbreviatedMonthGenitiveNames - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_AbbreviatedMonthGenitiveNames_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedMonthGenitiveNames - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedMonthGenitiveNames - nameWithType: LanguageMetadata.AbbreviatedMonthGenitiveNames -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedMonthNames - name: AbbreviatedMonthNames - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_AbbreviatedMonthNames - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedMonthNames - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedMonthNames - nameWithType: LanguageMetadata.AbbreviatedMonthNames -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedMonthNames* - name: AbbreviatedMonthNames - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_AbbreviatedMonthNames_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedMonthNames - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AbbreviatedMonthNames - nameWithType: LanguageMetadata.AbbreviatedMonthNames -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AMDesignator - name: AMDesignator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_AMDesignator - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AMDesignator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AMDesignator - nameWithType: LanguageMetadata.AMDesignator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AMDesignator* - name: AMDesignator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_AMDesignator_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AMDesignator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.AMDesignator - nameWithType: LanguageMetadata.AMDesignator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ClassifyDateTimePattern(System.String,Sdl.Core.Globalization.Async.PatternParsingHandler) - name: ClassifyDateTimePattern(string, PatternParsingHandler) - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_ClassifyDateTimePattern_System_String_Sdl_Core_Globalization_Async_PatternParsingHandler_ - commentId: M:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ClassifyDateTimePattern(System.String,Sdl.Core.Globalization.Async.PatternParsingHandler) - name.vb: ClassifyDateTimePattern(String, PatternParsingHandler) - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ClassifyDateTimePattern(string, Sdl.Core.Globalization.Async.PatternParsingHandler) - fullName.vb: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ClassifyDateTimePattern(String, Sdl.Core.Globalization.Async.PatternParsingHandler) - nameWithType: LanguageMetadata.ClassifyDateTimePattern(string, PatternParsingHandler) - nameWithType.vb: LanguageMetadata.ClassifyDateTimePattern(String, PatternParsingHandler) -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ClassifyDateTimePattern* - name: ClassifyDateTimePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_ClassifyDateTimePattern_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ClassifyDateTimePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ClassifyDateTimePattern - nameWithType: LanguageMetadata.ClassifyDateTimePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyDecimalDigits - name: CurrencyDecimalDigits - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_CurrencyDecimalDigits - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyDecimalDigits - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyDecimalDigits - nameWithType: LanguageMetadata.CurrencyDecimalDigits -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyDecimalDigits* - name: CurrencyDecimalDigits - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_CurrencyDecimalDigits_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyDecimalDigits - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyDecimalDigits - nameWithType: LanguageMetadata.CurrencyDecimalDigits -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyDecimalSeparator - name: CurrencyDecimalSeparator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_CurrencyDecimalSeparator - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyDecimalSeparator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyDecimalSeparator - nameWithType: LanguageMetadata.CurrencyDecimalSeparator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyDecimalSeparator* - name: CurrencyDecimalSeparator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_CurrencyDecimalSeparator_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyDecimalSeparator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyDecimalSeparator - nameWithType: LanguageMetadata.CurrencyDecimalSeparator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyGroupSeparator - name: CurrencyGroupSeparator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_CurrencyGroupSeparator - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyGroupSeparator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyGroupSeparator - nameWithType: LanguageMetadata.CurrencyGroupSeparator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyGroupSeparator* - name: CurrencyGroupSeparator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_CurrencyGroupSeparator_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyGroupSeparator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyGroupSeparator - nameWithType: LanguageMetadata.CurrencyGroupSeparator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyGroupSizes - name: CurrencyGroupSizes - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_CurrencyGroupSizes - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyGroupSizes - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyGroupSizes - nameWithType: LanguageMetadata.CurrencyGroupSizes -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyGroupSizes* - name: CurrencyGroupSizes - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_CurrencyGroupSizes_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyGroupSizes - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyGroupSizes - nameWithType: LanguageMetadata.CurrencyGroupSizes -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyNegativePattern - name: CurrencyNegativePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_CurrencyNegativePattern - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyNegativePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyNegativePattern - nameWithType: LanguageMetadata.CurrencyNegativePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyNegativePattern* - name: CurrencyNegativePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_CurrencyNegativePattern_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyNegativePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyNegativePattern - nameWithType: LanguageMetadata.CurrencyNegativePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyPositivePattern - name: CurrencyPositivePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_CurrencyPositivePattern - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyPositivePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyPositivePattern - nameWithType: LanguageMetadata.CurrencyPositivePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyPositivePattern* - name: CurrencyPositivePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_CurrencyPositivePattern_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyPositivePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyPositivePattern - nameWithType: LanguageMetadata.CurrencyPositivePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyPrecedesNumber - name: CurrencyPrecedesNumber - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_CurrencyPrecedesNumber - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyPrecedesNumber - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyPrecedesNumber - nameWithType: LanguageMetadata.CurrencyPrecedesNumber -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyPrecedesNumber* - name: CurrencyPrecedesNumber - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_CurrencyPrecedesNumber_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyPrecedesNumber - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencyPrecedesNumber - nameWithType: LanguageMetadata.CurrencyPrecedesNumber -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencySymbol - name: CurrencySymbol - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_CurrencySymbol - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencySymbol - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencySymbol - nameWithType: LanguageMetadata.CurrencySymbol -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencySymbol* - name: CurrencySymbol - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_CurrencySymbol_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencySymbol - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.CurrencySymbol - nameWithType: LanguageMetadata.CurrencySymbol -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateSeparator - name: DateSeparator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_DateSeparator - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateSeparator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateSeparator - nameWithType: LanguageMetadata.DateSeparator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateSeparator* - name: DateSeparator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_DateSeparator_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateSeparator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateSeparator - nameWithType: LanguageMetadata.DateSeparator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateTimeFormat - name: DateTimeFormat - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_DateTimeFormat - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateTimeFormat - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateTimeFormat - nameWithType: LanguageMetadata.DateTimeFormat -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateTimeFormat* - name: DateTimeFormat - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_DateTimeFormat_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateTimeFormat - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateTimeFormat - nameWithType: LanguageMetadata.DateTimeFormat -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateTimePatterns - name: DateTimePatterns - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_DateTimePatterns - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateTimePatterns - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateTimePatterns - nameWithType: LanguageMetadata.DateTimePatterns -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateTimePatterns* - name: DateTimePatterns - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_DateTimePatterns_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateTimePatterns - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DateTimePatterns - nameWithType: LanguageMetadata.DateTimePatterns -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DayNames - name: DayNames - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_DayNames - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DayNames - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DayNames - nameWithType: LanguageMetadata.DayNames -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DayNames* - name: DayNames - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_DayNames_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DayNames - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DayNames - nameWithType: LanguageMetadata.DayNames -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DigitSubstitution - name: DigitSubstitution - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_DigitSubstitution - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DigitSubstitution - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DigitSubstitution - nameWithType: LanguageMetadata.DigitSubstitution -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DigitSubstitution* - name: DigitSubstitution - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_DigitSubstitution_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DigitSubstitution - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.DigitSubstitution - nameWithType: LanguageMetadata.DigitSubstitution -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.EraNames - name: EraNames - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_EraNames - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.EraNames - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.EraNames - nameWithType: LanguageMetadata.EraNames -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.EraNames* - name: EraNames - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_EraNames_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.EraNames - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.EraNames - nameWithType: LanguageMetadata.EraNames -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.FullDateTimePattern - name: FullDateTimePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_FullDateTimePattern - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.FullDateTimePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.FullDateTimePattern - nameWithType: LanguageMetadata.FullDateTimePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.FullDateTimePattern* - name: FullDateTimePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_FullDateTimePattern_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.FullDateTimePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.FullDateTimePattern - nameWithType: LanguageMetadata.FullDateTimePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.KeyboardLayoutId - name: KeyboardLayoutId - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_KeyboardLayoutId - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.KeyboardLayoutId - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.KeyboardLayoutId - nameWithType: LanguageMetadata.KeyboardLayoutId -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.KeyboardLayoutId* - name: KeyboardLayoutId - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_KeyboardLayoutId_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.KeyboardLayoutId - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.KeyboardLayoutId - nameWithType: LanguageMetadata.KeyboardLayoutId -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LCID - name: LCID - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_LCID - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LCID - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LCID - nameWithType: LanguageMetadata.LCID -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LCID* - name: LCID - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_LCID_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LCID - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LCID - nameWithType: LanguageMetadata.LCID -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LongDatePattern - name: LongDatePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_LongDatePattern - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LongDatePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LongDatePattern - nameWithType: LanguageMetadata.LongDatePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LongDatePattern* - name: LongDatePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_LongDatePattern_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LongDatePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LongDatePattern - nameWithType: LanguageMetadata.LongDatePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LongTimePattern - name: LongTimePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_LongTimePattern - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LongTimePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LongTimePattern - nameWithType: LanguageMetadata.LongTimePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LongTimePattern* - name: LongTimePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_LongTimePattern_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LongTimePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.LongTimePattern - nameWithType: LanguageMetadata.LongTimePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.MonthGenitiveNames - name: MonthGenitiveNames - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_MonthGenitiveNames - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.MonthGenitiveNames - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.MonthGenitiveNames - nameWithType: LanguageMetadata.MonthGenitiveNames -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.MonthGenitiveNames* - name: MonthGenitiveNames - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_MonthGenitiveNames_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.MonthGenitiveNames - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.MonthGenitiveNames - nameWithType: LanguageMetadata.MonthGenitiveNames -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.MonthNames - name: MonthNames - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_MonthNames - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.MonthNames - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.MonthNames - nameWithType: LanguageMetadata.MonthNames -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.MonthNames* - name: MonthNames - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_MonthNames_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.MonthNames - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.MonthNames - nameWithType: LanguageMetadata.MonthNames -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.Name - name: Name - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_Name - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.Name - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.Name - nameWithType: LanguageMetadata.Name -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.Name* - name: Name - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_Name_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.Name - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.Name - nameWithType: LanguageMetadata.Name -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NaNSymbol - name: NaNSymbol - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NaNSymbol - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NaNSymbol - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NaNSymbol - nameWithType: LanguageMetadata.NaNSymbol -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NaNSymbol* - name: NaNSymbol - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NaNSymbol_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NaNSymbol - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NaNSymbol - nameWithType: LanguageMetadata.NaNSymbol -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeCalendarName - name: NativeCalendarName - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NativeCalendarName - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeCalendarName - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeCalendarName - nameWithType: LanguageMetadata.NativeCalendarName -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeCalendarName* - name: NativeCalendarName - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NativeCalendarName_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeCalendarName - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeCalendarName - nameWithType: LanguageMetadata.NativeCalendarName -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeDigits - name: NativeDigits - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NativeDigits - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeDigits - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeDigits - nameWithType: LanguageMetadata.NativeDigits -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeDigits* - name: NativeDigits - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NativeDigits_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeDigits - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeDigits - nameWithType: LanguageMetadata.NativeDigits -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeName - name: NativeName - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NativeName - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeName - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeName - nameWithType: LanguageMetadata.NativeName -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeName* - name: NativeName - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NativeName_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeName - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NativeName - nameWithType: LanguageMetadata.NativeName -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NegativeInfinitySymbol - name: NegativeInfinitySymbol - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NegativeInfinitySymbol - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NegativeInfinitySymbol - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NegativeInfinitySymbol - nameWithType: LanguageMetadata.NegativeInfinitySymbol -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NegativeInfinitySymbol* - name: NegativeInfinitySymbol - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NegativeInfinitySymbol_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NegativeInfinitySymbol - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NegativeInfinitySymbol - nameWithType: LanguageMetadata.NegativeInfinitySymbol -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NegativeSign - name: NegativeSign - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NegativeSign - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NegativeSign - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NegativeSign - nameWithType: LanguageMetadata.NegativeSign -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NegativeSign* - name: NegativeSign - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NegativeSign_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NegativeSign - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NegativeSign - nameWithType: LanguageMetadata.NegativeSign -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberDecimalDigits - name: NumberDecimalDigits - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NumberDecimalDigits - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberDecimalDigits - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberDecimalDigits - nameWithType: LanguageMetadata.NumberDecimalDigits -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberDecimalDigits* - name: NumberDecimalDigits - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NumberDecimalDigits_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberDecimalDigits - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberDecimalDigits - nameWithType: LanguageMetadata.NumberDecimalDigits -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberDecimalSeparator - name: NumberDecimalSeparator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NumberDecimalSeparator - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberDecimalSeparator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberDecimalSeparator - nameWithType: LanguageMetadata.NumberDecimalSeparator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberDecimalSeparator* - name: NumberDecimalSeparator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NumberDecimalSeparator_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberDecimalSeparator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberDecimalSeparator - nameWithType: LanguageMetadata.NumberDecimalSeparator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberFormat - name: NumberFormat - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NumberFormat - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberFormat - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberFormat - nameWithType: LanguageMetadata.NumberFormat -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberFormat* - name: NumberFormat - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NumberFormat_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberFormat - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberFormat - nameWithType: LanguageMetadata.NumberFormat -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberGroupSeparator - name: NumberGroupSeparator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NumberGroupSeparator - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberGroupSeparator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberGroupSeparator - nameWithType: LanguageMetadata.NumberGroupSeparator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberGroupSeparator* - name: NumberGroupSeparator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NumberGroupSeparator_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberGroupSeparator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberGroupSeparator - nameWithType: LanguageMetadata.NumberGroupSeparator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberGroupSizes - name: NumberGroupSizes - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NumberGroupSizes - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberGroupSizes - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberGroupSizes - nameWithType: LanguageMetadata.NumberGroupSizes -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberGroupSizes* - name: NumberGroupSizes - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NumberGroupSizes_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberGroupSizes - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberGroupSizes - nameWithType: LanguageMetadata.NumberGroupSizes -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberNegativePattern - name: NumberNegativePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NumberNegativePattern - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberNegativePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberNegativePattern - nameWithType: LanguageMetadata.NumberNegativePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberNegativePattern* - name: NumberNegativePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_NumberNegativePattern_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberNegativePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.NumberNegativePattern - nameWithType: LanguageMetadata.NumberNegativePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentDecimalDigits - name: PercentDecimalDigits - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PercentDecimalDigits - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentDecimalDigits - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentDecimalDigits - nameWithType: LanguageMetadata.PercentDecimalDigits -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentDecimalDigits* - name: PercentDecimalDigits - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PercentDecimalDigits_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentDecimalDigits - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentDecimalDigits - nameWithType: LanguageMetadata.PercentDecimalDigits -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentDecimalSeparator - name: PercentDecimalSeparator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PercentDecimalSeparator - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentDecimalSeparator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentDecimalSeparator - nameWithType: LanguageMetadata.PercentDecimalSeparator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentDecimalSeparator* - name: PercentDecimalSeparator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PercentDecimalSeparator_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentDecimalSeparator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentDecimalSeparator - nameWithType: LanguageMetadata.PercentDecimalSeparator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentGroupSeparator - name: PercentGroupSeparator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PercentGroupSeparator - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentGroupSeparator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentGroupSeparator - nameWithType: LanguageMetadata.PercentGroupSeparator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentGroupSeparator* - name: PercentGroupSeparator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PercentGroupSeparator_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentGroupSeparator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentGroupSeparator - nameWithType: LanguageMetadata.PercentGroupSeparator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentGroupSizes - name: PercentGroupSizes - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PercentGroupSizes - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentGroupSizes - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentGroupSizes - nameWithType: LanguageMetadata.PercentGroupSizes -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentGroupSizes* - name: PercentGroupSizes - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PercentGroupSizes_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentGroupSizes - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentGroupSizes - nameWithType: LanguageMetadata.PercentGroupSizes -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentNegativePattern - name: PercentNegativePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PercentNegativePattern - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentNegativePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentNegativePattern - nameWithType: LanguageMetadata.PercentNegativePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentNegativePattern* - name: PercentNegativePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PercentNegativePattern_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentNegativePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentNegativePattern - nameWithType: LanguageMetadata.PercentNegativePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentPositivePattern - name: PercentPositivePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PercentPositivePattern - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentPositivePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentPositivePattern - nameWithType: LanguageMetadata.PercentPositivePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentPositivePattern* - name: PercentPositivePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PercentPositivePattern_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentPositivePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentPositivePattern - nameWithType: LanguageMetadata.PercentPositivePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentSymbol - name: PercentSymbol - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PercentSymbol - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentSymbol - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentSymbol - nameWithType: LanguageMetadata.PercentSymbol -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentSymbol* - name: PercentSymbol - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PercentSymbol_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentSymbol - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PercentSymbol - nameWithType: LanguageMetadata.PercentSymbol -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PerMilleSymbol - name: PerMilleSymbol - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PerMilleSymbol - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PerMilleSymbol - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PerMilleSymbol - nameWithType: LanguageMetadata.PerMilleSymbol -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PerMilleSymbol* - name: PerMilleSymbol - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PerMilleSymbol_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PerMilleSymbol - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PerMilleSymbol - nameWithType: LanguageMetadata.PerMilleSymbol -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PMDesignator - name: PMDesignator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PMDesignator - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PMDesignator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PMDesignator - nameWithType: LanguageMetadata.PMDesignator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PMDesignator* - name: PMDesignator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PMDesignator_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PMDesignator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PMDesignator - nameWithType: LanguageMetadata.PMDesignator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PositiveInfinitySymbol - name: PositiveInfinitySymbol - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PositiveInfinitySymbol - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PositiveInfinitySymbol - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PositiveInfinitySymbol - nameWithType: LanguageMetadata.PositiveInfinitySymbol -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PositiveInfinitySymbol* - name: PositiveInfinitySymbol - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PositiveInfinitySymbol_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PositiveInfinitySymbol - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PositiveInfinitySymbol - nameWithType: LanguageMetadata.PositiveInfinitySymbol -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PositiveSign - name: PositiveSign - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PositiveSign - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PositiveSign - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PositiveSign - nameWithType: LanguageMetadata.PositiveSign -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PositiveSign* - name: PositiveSign - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_PositiveSign_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PositiveSign - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.PositiveSign - nameWithType: LanguageMetadata.PositiveSign -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortDatePattern - name: ShortDatePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_ShortDatePattern - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortDatePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortDatePattern - nameWithType: LanguageMetadata.ShortDatePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortDatePattern* - name: ShortDatePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_ShortDatePattern_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortDatePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortDatePattern - nameWithType: LanguageMetadata.ShortDatePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortestDayNames - name: ShortestDayNames - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_ShortestDayNames - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortestDayNames - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortestDayNames - nameWithType: LanguageMetadata.ShortestDayNames -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortestDayNames* - name: ShortestDayNames - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_ShortestDayNames_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortestDayNames - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortestDayNames - nameWithType: LanguageMetadata.ShortestDayNames -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortTimePattern - name: ShortTimePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_ShortTimePattern - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortTimePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortTimePattern - nameWithType: LanguageMetadata.ShortTimePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortTimePattern* - name: ShortTimePattern - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_ShortTimePattern_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortTimePattern - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ShortTimePattern - nameWithType: LanguageMetadata.ShortTimePattern -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ThreeLetterISOLanguageName - name: ThreeLetterISOLanguageName - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_ThreeLetterISOLanguageName - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ThreeLetterISOLanguageName - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ThreeLetterISOLanguageName - nameWithType: LanguageMetadata.ThreeLetterISOLanguageName -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ThreeLetterISOLanguageName* - name: ThreeLetterISOLanguageName - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_ThreeLetterISOLanguageName_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ThreeLetterISOLanguageName - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ThreeLetterISOLanguageName - nameWithType: LanguageMetadata.ThreeLetterISOLanguageName -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ThreeLetterWindowsLanguageName - name: ThreeLetterWindowsLanguageName - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_ThreeLetterWindowsLanguageName - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ThreeLetterWindowsLanguageName - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ThreeLetterWindowsLanguageName - nameWithType: LanguageMetadata.ThreeLetterWindowsLanguageName -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ThreeLetterWindowsLanguageName* - name: ThreeLetterWindowsLanguageName - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_ThreeLetterWindowsLanguageName_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ThreeLetterWindowsLanguageName - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.ThreeLetterWindowsLanguageName - nameWithType: LanguageMetadata.ThreeLetterWindowsLanguageName -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.TimeSeparator - name: TimeSeparator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_TimeSeparator - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.TimeSeparator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.TimeSeparator - nameWithType: LanguageMetadata.TimeSeparator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.TimeSeparator* - name: TimeSeparator - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_TimeSeparator_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.TimeSeparator - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.TimeSeparator - nameWithType: LanguageMetadata.TimeSeparator -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.TwoLetterISOLanguageName - name: TwoLetterISOLanguageName - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_TwoLetterISOLanguageName - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.TwoLetterISOLanguageName - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.TwoLetterISOLanguageName - nameWithType: LanguageMetadata.TwoLetterISOLanguageName -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.TwoLetterISOLanguageName* - name: TwoLetterISOLanguageName - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_TwoLetterISOLanguageName_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.TwoLetterISOLanguageName - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.TwoLetterISOLanguageName - nameWithType: LanguageMetadata.TwoLetterISOLanguageName -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.Version - name: Version - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_Version - commentId: P:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.Version - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.Version - nameWithType: LanguageMetadata.Version -- uid: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.Version* - name: Version - href: api/core/Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.html#Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_Version_ - commentId: Overload:Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.Version - fullName: Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata.Version - nameWithType: LanguageMetadata.Version - uid: Sdl.Core.Globalization.LanguageRegistry name: Sdl.Core.Globalization.LanguageRegistry href: api/core/Sdl.Core.Globalization.LanguageRegistry.html commentId: N:Sdl.Core.Globalization.LanguageRegistry fullName: Sdl.Core.Globalization.LanguageRegistry nameWithType: Sdl.Core.Globalization.LanguageRegistry -- uid: Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode - name: AlternativeLanguageCode - href: api/core/Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.html - commentId: T:Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode - fullName: Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode - nameWithType: AlternativeLanguageCode -- uid: Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.#ctor - name: AlternativeLanguageCode() - href: api/core/Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.html#Sdl_Core_Globalization_LanguageRegistry_AlternativeLanguageCode__ctor - commentId: M:Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.AlternativeLanguageCode() - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.New() - nameWithType: AlternativeLanguageCode.AlternativeLanguageCode() - nameWithType.vb: AlternativeLanguageCode.New() -- uid: Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.#ctor* - name: AlternativeLanguageCode - href: api/core/Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.html#Sdl_Core_Globalization_LanguageRegistry_AlternativeLanguageCode__ctor_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.AlternativeLanguageCode - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.New - nameWithType: AlternativeLanguageCode.AlternativeLanguageCode - nameWithType.vb: AlternativeLanguageCode.New -- uid: Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.Code - name: Code - href: api/core/Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.html#Sdl_Core_Globalization_LanguageRegistry_AlternativeLanguageCode_Code - commentId: P:Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.Code - fullName: Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.Code - nameWithType: AlternativeLanguageCode.Code -- uid: Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.Code* - name: Code - href: api/core/Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.html#Sdl_Core_Globalization_LanguageRegistry_AlternativeLanguageCode_Code_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.Code - fullName: Sdl.Core.Globalization.LanguageRegistry.AlternativeLanguageCode.Code - nameWithType: AlternativeLanguageCode.Code -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry - name: LanguageRegistry - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.html - commentId: T:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry - nameWithType: LanguageRegistry -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.#ctor - name: LanguageRegistry() - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistry__ctor - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.LanguageRegistry() - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.New() - nameWithType: LanguageRegistry.LanguageRegistry() - nameWithType.vb: LanguageRegistry.New() -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.#ctor* - name: LanguageRegistry - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistry__ctor_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.LanguageRegistry - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.New - nameWithType: LanguageRegistry.LanguageRegistry - nameWithType.vb: LanguageRegistry.New -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.AllLanguages - name: AllLanguages - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistry_AllLanguages - commentId: F:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.AllLanguages - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistry.AllLanguages - nameWithType: LanguageRegistry.AllLanguages - uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi name: LanguageRegistryApi href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html @@ -9093,14 +5255,11 @@ references: fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetAllSpecificLanguages nameWithType: LanguageRegistryApi.GetAllSpecificLanguages - uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetAlternativeLanguageCodes(System.String,System.String) - name: GetAlternativeLanguageCodes(string, string) + name: GetAlternativeLanguageCodes(String, String) href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApi_GetAlternativeLanguageCodes_System_String_System_String_ commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetAlternativeLanguageCodes(System.String,System.String) - name.vb: GetAlternativeLanguageCodes(String, String) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetAlternativeLanguageCodes(string, string) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetAlternativeLanguageCodes(String, String) - nameWithType: LanguageRegistryApi.GetAlternativeLanguageCodes(string, string) - nameWithType.vb: LanguageRegistryApi.GetAlternativeLanguageCodes(String, String) + fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetAlternativeLanguageCodes(System.String, System.String) + nameWithType: LanguageRegistryApi.GetAlternativeLanguageCodes(String, String) - uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetAlternativeLanguageCodes* name: GetAlternativeLanguageCodes href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApi_GetAlternativeLanguageCodes_ @@ -9108,13 +5267,13 @@ references: fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetAlternativeLanguageCodes nameWithType: LanguageRegistryApi.GetAlternativeLanguageCodes - uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetApplicableLanguageMetadata(System.String[]) - name: GetApplicableLanguageMetadata(string[]) + name: GetApplicableLanguageMetadata(String[]) href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApi_GetApplicableLanguageMetadata_System_String___ commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetApplicableLanguageMetadata(System.String[]) name.vb: GetApplicableLanguageMetadata(String()) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetApplicableLanguageMetadata(string[]) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetApplicableLanguageMetadata(String()) - nameWithType: LanguageRegistryApi.GetApplicableLanguageMetadata(string[]) + fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetApplicableLanguageMetadata(System.String[]) + fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetApplicableLanguageMetadata(System.String()) + nameWithType: LanguageRegistryApi.GetApplicableLanguageMetadata(String[]) nameWithType.vb: LanguageRegistryApi.GetApplicableLanguageMetadata(String()) - uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetApplicableLanguageMetadata* name: GetApplicableLanguageMetadata @@ -9123,23 +5282,17 @@ references: fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetApplicableLanguageMetadata nameWithType: LanguageRegistryApi.GetApplicableLanguageMetadata - uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguage(System.String) - name: GetLanguage(string) + name: GetLanguage(String) href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApi_GetLanguage_System_String_ commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguage(System.String) - name.vb: GetLanguage(String) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguage(string) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguage(String) - nameWithType: LanguageRegistryApi.GetLanguage(string) - nameWithType.vb: LanguageRegistryApi.GetLanguage(String) + fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguage(System.String) + nameWithType: LanguageRegistryApi.GetLanguage(String) - uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguage(System.String,System.String) - name: GetLanguage(string, string) + name: GetLanguage(String, String) href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApi_GetLanguage_System_String_System_String_ commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguage(System.String,System.String) - name.vb: GetLanguage(String, String) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguage(string, string) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguage(String, String) - nameWithType: LanguageRegistryApi.GetLanguage(string, string) - nameWithType.vb: LanguageRegistryApi.GetLanguage(String, String) + fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguage(System.String, System.String) + nameWithType: LanguageRegistryApi.GetLanguage(String, String) - uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguage* name: GetLanguage href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApi_GetLanguage_ @@ -9147,13 +5300,13 @@ references: fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguage nameWithType: LanguageRegistryApi.GetLanguage - uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguageMetadata(System.String[]) - name: GetLanguageMetadata(string[]) + name: GetLanguageMetadata(String[]) href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApi_GetLanguageMetadata_System_String___ commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguageMetadata(System.String[]) name.vb: GetLanguageMetadata(String()) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguageMetadata(string[]) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguageMetadata(String()) - nameWithType: LanguageRegistryApi.GetLanguageMetadata(string[]) + fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguageMetadata(System.String[]) + fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguageMetadata(System.String()) + nameWithType: LanguageRegistryApi.GetLanguageMetadata(String[]) nameWithType.vb: LanguageRegistryApi.GetLanguageMetadata(String()) - uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguageMetadata* name: GetLanguageMetadata @@ -9162,13 +5315,13 @@ references: fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguageMetadata nameWithType: LanguageRegistryApi.GetLanguageMetadata - uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguages(System.String[]) - name: GetLanguages(string[]) + name: GetLanguages(String[]) href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApi_GetLanguages_System_String___ commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguages(System.String[]) name.vb: GetLanguages(String()) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguages(string[]) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguages(String()) - nameWithType: LanguageRegistryApi.GetLanguages(string[]) + fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguages(System.String[]) + fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguages(System.String()) + nameWithType: LanguageRegistryApi.GetLanguages(String[]) nameWithType.vb: LanguageRegistryApi.GetLanguages(String()) - uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguages* name: GetLanguages @@ -9177,14 +5330,14 @@ references: fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetLanguages nameWithType: LanguageRegistryApi.GetLanguages - uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetProductSpecificCodeWithFallback(System.String,System.String,System.String,Sdl.Core.Globalization.LanguageRegistry.MappingType@) - name: GetProductSpecificCodeWithFallback(string, string, string, out MappingType) + name: GetProductSpecificCodeWithFallback(String, String, String, out MappingType) href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApi_GetProductSpecificCodeWithFallback_System_String_System_String_System_String_Sdl_Core_Globalization_LanguageRegistry_MappingType__ commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetProductSpecificCodeWithFallback(System.String,System.String,System.String,Sdl.Core.Globalization.LanguageRegistry.MappingType@) - name.vb: GetProductSpecificCodeWithFallback(String, String, String, MappingType) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetProductSpecificCodeWithFallback(string, string, string, out Sdl.Core.Globalization.LanguageRegistry.MappingType) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetProductSpecificCodeWithFallback(String, String, String, Sdl.Core.Globalization.LanguageRegistry.MappingType) - nameWithType: LanguageRegistryApi.GetProductSpecificCodeWithFallback(string, string, string, out MappingType) - nameWithType.vb: LanguageRegistryApi.GetProductSpecificCodeWithFallback(String, String, String, MappingType) + name.vb: GetProductSpecificCodeWithFallback(String, String, String, ByRef MappingType) + fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetProductSpecificCodeWithFallback(System.String, System.String, System.String, out Sdl.Core.Globalization.LanguageRegistry.MappingType) + fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetProductSpecificCodeWithFallback(System.String, System.String, System.String, ByRef Sdl.Core.Globalization.LanguageRegistry.MappingType) + nameWithType: LanguageRegistryApi.GetProductSpecificCodeWithFallback(String, String, String, out MappingType) + nameWithType.vb: LanguageRegistryApi.GetProductSpecificCodeWithFallback(String, String, String, ByRef MappingType) - uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetProductSpecificCodeWithFallback* name: GetProductSpecificCodeWithFallback href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApi_GetProductSpecificCodeWithFallback_ @@ -9192,14 +5345,11 @@ references: fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetProductSpecificCodeWithFallback nameWithType: LanguageRegistryApi.GetProductSpecificCodeWithFallback - uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetSupportedLanguages(System.String) - name: GetSupportedLanguages(string) + name: GetSupportedLanguages(String) href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApi_GetSupportedLanguages_System_String_ commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetSupportedLanguages(System.String) - name.vb: GetSupportedLanguages(String) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetSupportedLanguages(string) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetSupportedLanguages(String) - nameWithType: LanguageRegistryApi.GetSupportedLanguages(string) - nameWithType.vb: LanguageRegistryApi.GetSupportedLanguages(String) + fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetSupportedLanguages(System.String) + nameWithType: LanguageRegistryApi.GetSupportedLanguages(String) - uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.GetSupportedLanguages* name: GetSupportedLanguages href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApi_GetSupportedLanguages_ @@ -9218,399 +5368,6 @@ references: commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.Instance fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi.Instance nameWithType: LanguageRegistryApi.Instance -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync - name: LanguageRegistryApiAsync - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html - commentId: T:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync - nameWithType: LanguageRegistryApiAsync -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.#ctor(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: LanguageRegistryApiAsync(ICultureMetadataManager) - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync__ctor_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.#ctor(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(ICultureMetadataManager) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.LanguageRegistryApiAsync(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.New(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: LanguageRegistryApiAsync.LanguageRegistryApiAsync(ICultureMetadataManager) - nameWithType.vb: LanguageRegistryApiAsync.New(ICultureMetadataManager) -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.#ctor* - name: LanguageRegistryApiAsync - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync__ctor_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.LanguageRegistryApiAsync - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.New - nameWithType: LanguageRegistryApiAsync.LanguageRegistryApiAsync - nameWithType.vb: LanguageRegistryApiAsync.New -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.CultureMetadataManager - name: CultureMetadataManager - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_CultureMetadataManager - commentId: P:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.CultureMetadataManager - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.CultureMetadataManager - nameWithType: LanguageRegistryApiAsync.CultureMetadataManager -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.CultureMetadataManager* - name: CultureMetadataManager - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_CultureMetadataManager_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.CultureMetadataManager - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.CultureMetadataManager - nameWithType: LanguageRegistryApiAsync.CultureMetadataManager -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllLanguagesAsync - name: GetAllLanguagesAsync() - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetAllLanguagesAsync - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllLanguagesAsync - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllLanguagesAsync() - nameWithType: LanguageRegistryApiAsync.GetAllLanguagesAsync() -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllLanguagesAsync* - name: GetAllLanguagesAsync - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetAllLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllLanguagesAsync - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllLanguagesAsync - nameWithType: LanguageRegistryApiAsync.GetAllLanguagesAsync -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllNeutralLanguagesAsync(System.Boolean,System.Boolean) - name: GetAllNeutralLanguagesAsync(bool, bool) - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetAllNeutralLanguagesAsync_System_Boolean_System_Boolean_ - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllNeutralLanguagesAsync(System.Boolean,System.Boolean) - name.vb: GetAllNeutralLanguagesAsync(Boolean, Boolean) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllNeutralLanguagesAsync(bool, bool) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllNeutralLanguagesAsync(Boolean, Boolean) - nameWithType: LanguageRegistryApiAsync.GetAllNeutralLanguagesAsync(bool, bool) - nameWithType.vb: LanguageRegistryApiAsync.GetAllNeutralLanguagesAsync(Boolean, Boolean) -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllNeutralLanguagesAsync* - name: GetAllNeutralLanguagesAsync - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetAllNeutralLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllNeutralLanguagesAsync - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllNeutralLanguagesAsync - nameWithType: LanguageRegistryApiAsync.GetAllNeutralLanguagesAsync -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllRegisteredProductsAsync - name: GetAllRegisteredProductsAsync() - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetAllRegisteredProductsAsync - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllRegisteredProductsAsync - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllRegisteredProductsAsync() - nameWithType: LanguageRegistryApiAsync.GetAllRegisteredProductsAsync() -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllRegisteredProductsAsync* - name: GetAllRegisteredProductsAsync - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetAllRegisteredProductsAsync_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllRegisteredProductsAsync - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllRegisteredProductsAsync - nameWithType: LanguageRegistryApiAsync.GetAllRegisteredProductsAsync -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllSpecificLanguagesAsync(System.Boolean,System.Boolean) - name: GetAllSpecificLanguagesAsync(bool, bool) - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetAllSpecificLanguagesAsync_System_Boolean_System_Boolean_ - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllSpecificLanguagesAsync(System.Boolean,System.Boolean) - name.vb: GetAllSpecificLanguagesAsync(Boolean, Boolean) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllSpecificLanguagesAsync(bool, bool) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllSpecificLanguagesAsync(Boolean, Boolean) - nameWithType: LanguageRegistryApiAsync.GetAllSpecificLanguagesAsync(bool, bool) - nameWithType.vb: LanguageRegistryApiAsync.GetAllSpecificLanguagesAsync(Boolean, Boolean) -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllSpecificLanguagesAsync* - name: GetAllSpecificLanguagesAsync - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetAllSpecificLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllSpecificLanguagesAsync - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAllSpecificLanguagesAsync - nameWithType: LanguageRegistryApiAsync.GetAllSpecificLanguagesAsync -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAlternativeLanguageCodesAsync(System.String,System.String) - name: GetAlternativeLanguageCodesAsync(string, string) - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetAlternativeLanguageCodesAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAlternativeLanguageCodesAsync(System.String,System.String) - name.vb: GetAlternativeLanguageCodesAsync(String, String) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAlternativeLanguageCodesAsync(string, string) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAlternativeLanguageCodesAsync(String, String) - nameWithType: LanguageRegistryApiAsync.GetAlternativeLanguageCodesAsync(string, string) - nameWithType.vb: LanguageRegistryApiAsync.GetAlternativeLanguageCodesAsync(String, String) -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAlternativeLanguageCodesAsync* - name: GetAlternativeLanguageCodesAsync - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetAlternativeLanguageCodesAsync_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAlternativeLanguageCodesAsync - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetAlternativeLanguageCodesAsync - nameWithType: LanguageRegistryApiAsync.GetAlternativeLanguageCodesAsync -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetApplicableLanguageMetadataAsync(System.String[]) - name: GetApplicableLanguageMetadataAsync(string[]) - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetApplicableLanguageMetadataAsync_System_String___ - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetApplicableLanguageMetadataAsync(System.String[]) - name.vb: GetApplicableLanguageMetadataAsync(String()) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetApplicableLanguageMetadataAsync(string[]) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetApplicableLanguageMetadataAsync(String()) - nameWithType: LanguageRegistryApiAsync.GetApplicableLanguageMetadataAsync(string[]) - nameWithType.vb: LanguageRegistryApiAsync.GetApplicableLanguageMetadataAsync(String()) -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetApplicableLanguageMetadataAsync* - name: GetApplicableLanguageMetadataAsync - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetApplicableLanguageMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetApplicableLanguageMetadataAsync - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetApplicableLanguageMetadataAsync - nameWithType: LanguageRegistryApiAsync.GetApplicableLanguageMetadataAsync -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageAsync(System.String,System.Boolean) - name: GetLanguageAsync(string, bool) - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetLanguageAsync_System_String_System_Boolean_ - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageAsync(System.String,System.Boolean) - name.vb: GetLanguageAsync(String, Boolean) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageAsync(string, bool) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageAsync(String, Boolean) - nameWithType: LanguageRegistryApiAsync.GetLanguageAsync(string, bool) - nameWithType.vb: LanguageRegistryApiAsync.GetLanguageAsync(String, Boolean) -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageAsync(System.String,System.String) - name: GetLanguageAsync(string, string) - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetLanguageAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageAsync(System.String,System.String) - name.vb: GetLanguageAsync(String, String) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageAsync(string, string) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageAsync(String, String) - nameWithType: LanguageRegistryApiAsync.GetLanguageAsync(string, string) - nameWithType.vb: LanguageRegistryApiAsync.GetLanguageAsync(String, String) -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageAsync* - name: GetLanguageAsync - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetLanguageAsync_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageAsync - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageAsync - nameWithType: LanguageRegistryApiAsync.GetLanguageAsync -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageMetadataAsync(System.String[]) - name: GetLanguageMetadataAsync(string[]) - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetLanguageMetadataAsync_System_String___ - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageMetadataAsync(System.String[]) - name.vb: GetLanguageMetadataAsync(String()) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageMetadataAsync(string[]) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageMetadataAsync(String()) - nameWithType: LanguageRegistryApiAsync.GetLanguageMetadataAsync(string[]) - nameWithType.vb: LanguageRegistryApiAsync.GetLanguageMetadataAsync(String()) -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageMetadataAsync* - name: GetLanguageMetadataAsync - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetLanguageMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageMetadataAsync - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguageMetadataAsync - nameWithType: LanguageRegistryApiAsync.GetLanguageMetadataAsync -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguagesAsync(System.String[]) - name: GetLanguagesAsync(string[]) - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetLanguagesAsync_System_String___ - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguagesAsync(System.String[]) - name.vb: GetLanguagesAsync(String()) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguagesAsync(string[]) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguagesAsync(String()) - nameWithType: LanguageRegistryApiAsync.GetLanguagesAsync(string[]) - nameWithType.vb: LanguageRegistryApiAsync.GetLanguagesAsync(String()) -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguagesAsync* - name: GetLanguagesAsync - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguagesAsync - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetLanguagesAsync - nameWithType: LanguageRegistryApiAsync.GetLanguagesAsync -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetProductSpecificCodeWithFallbackAsync(System.String,System.String,System.String) - name: GetProductSpecificCodeWithFallbackAsync(string, string, string) - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetProductSpecificCodeWithFallbackAsync_System_String_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetProductSpecificCodeWithFallbackAsync(System.String,System.String,System.String) - name.vb: GetProductSpecificCodeWithFallbackAsync(String, String, String) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetProductSpecificCodeWithFallbackAsync(string, string, string) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetProductSpecificCodeWithFallbackAsync(String, String, String) - nameWithType: LanguageRegistryApiAsync.GetProductSpecificCodeWithFallbackAsync(string, string, string) - nameWithType.vb: LanguageRegistryApiAsync.GetProductSpecificCodeWithFallbackAsync(String, String, String) -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetProductSpecificCodeWithFallbackAsync* - name: GetProductSpecificCodeWithFallbackAsync - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetProductSpecificCodeWithFallbackAsync_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetProductSpecificCodeWithFallbackAsync - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetProductSpecificCodeWithFallbackAsync - nameWithType: LanguageRegistryApiAsync.GetProductSpecificCodeWithFallbackAsync -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetSupportedLanguagesAsync(System.String) - name: GetSupportedLanguagesAsync(string) - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetSupportedLanguagesAsync_System_String_ - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetSupportedLanguagesAsync(System.String) - name.vb: GetSupportedLanguagesAsync(String) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetSupportedLanguagesAsync(string) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetSupportedLanguagesAsync(String) - nameWithType: LanguageRegistryApiAsync.GetSupportedLanguagesAsync(string) - nameWithType.vb: LanguageRegistryApiAsync.GetSupportedLanguagesAsync(String) -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetSupportedLanguagesAsync* - name: GetSupportedLanguagesAsync - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_GetSupportedLanguagesAsync_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetSupportedLanguagesAsync - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.GetSupportedLanguagesAsync - nameWithType: LanguageRegistryApiAsync.GetSupportedLanguagesAsync -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.SerializeObject(Sdl.Core.Globalization.LanguageDataContainer) - name: SerializeObject(LanguageDataContainer) - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_SerializeObject_Sdl_Core_Globalization_LanguageDataContainer_ - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.SerializeObject(Sdl.Core.Globalization.LanguageDataContainer) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.SerializeObject(Sdl.Core.Globalization.LanguageDataContainer) - nameWithType: LanguageRegistryApiAsync.SerializeObject(LanguageDataContainer) -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.SerializeObject* - name: SerializeObject - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_SerializeObject_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.SerializeObject - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.SerializeObject - nameWithType: LanguageRegistryApiAsync.SerializeObject -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.SetCompatibilityInstance(Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync) - name: SetCompatibilityInstance(LanguageRegistryApiAsync) - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_SetCompatibilityInstance_Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_ - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.SetCompatibilityInstance(Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.SetCompatibilityInstance(Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync) - nameWithType: LanguageRegistryApiAsync.SetCompatibilityInstance(LanguageRegistryApiAsync) -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.SetCompatibilityInstance* - name: SetCompatibilityInstance - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryApiAsync_SetCompatibilityInstance_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.SetCompatibilityInstance - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApiAsync.SetCompatibilityInstance - nameWithType: LanguageRegistryApiAsync.SetCompatibilityInstance -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException - name: LanguageRegistryException - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.html - commentId: T:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException - nameWithType: LanguageRegistryException -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.#ctor - name: LanguageRegistryException() - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryException__ctor - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.LanguageRegistryException() - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.New() - nameWithType: LanguageRegistryException.LanguageRegistryException() - nameWithType.vb: LanguageRegistryException.New() -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name: LanguageRegistryException(SerializationInfo, StreamingContext) - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.LanguageRegistryException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - nameWithType: LanguageRegistryException.LanguageRegistryException(SerializationInfo, StreamingContext) - nameWithType.vb: LanguageRegistryException.New(SerializationInfo, StreamingContext) -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.#ctor(System.String) - name: LanguageRegistryException(string) - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryException__ctor_System_String_ - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.LanguageRegistryException(string) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.New(String) - nameWithType: LanguageRegistryException.LanguageRegistryException(string) - nameWithType.vb: LanguageRegistryException.New(String) -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.#ctor(System.String,System.Exception) - name: LanguageRegistryException(string, Exception) - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryException__ctor_System_String_System_Exception_ - commentId: M:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.LanguageRegistryException(string, System.Exception) - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.New(String, System.Exception) - nameWithType: LanguageRegistryException.LanguageRegistryException(string, Exception) - nameWithType.vb: LanguageRegistryException.New(String, Exception) -- uid: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.#ctor* - name: LanguageRegistryException - href: api/core/Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.html#Sdl_Core_Globalization_LanguageRegistry_LanguageRegistryException__ctor_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.LanguageRegistryException - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryException.New - nameWithType: LanguageRegistryException.LanguageRegistryException - nameWithType.vb: LanguageRegistryException.New -- uid: Sdl.Core.Globalization.LanguageRegistry.MappingType - name: MappingType - href: api/core/Sdl.Core.Globalization.LanguageRegistry.MappingType.html - commentId: T:Sdl.Core.Globalization.LanguageRegistry.MappingType - fullName: Sdl.Core.Globalization.LanguageRegistry.MappingType - nameWithType: MappingType -- uid: Sdl.Core.Globalization.LanguageRegistry.MappingType.BestMapping - name: BestMapping - href: api/core/Sdl.Core.Globalization.LanguageRegistry.MappingType.html#Sdl_Core_Globalization_LanguageRegistry_MappingType_BestMapping - commentId: F:Sdl.Core.Globalization.LanguageRegistry.MappingType.BestMapping - fullName: Sdl.Core.Globalization.LanguageRegistry.MappingType.BestMapping - nameWithType: MappingType.BestMapping -- uid: Sdl.Core.Globalization.LanguageRegistry.MappingType.ExactMapping - name: ExactMapping - href: api/core/Sdl.Core.Globalization.LanguageRegistry.MappingType.html#Sdl_Core_Globalization_LanguageRegistry_MappingType_ExactMapping - commentId: F:Sdl.Core.Globalization.LanguageRegistry.MappingType.ExactMapping - fullName: Sdl.Core.Globalization.LanguageRegistry.MappingType.ExactMapping - nameWithType: MappingType.ExactMapping -- uid: Sdl.Core.Globalization.LanguageRegistry.MappingType.None - name: None - href: api/core/Sdl.Core.Globalization.LanguageRegistry.MappingType.html#Sdl_Core_Globalization_LanguageRegistry_MappingType_None - commentId: F:Sdl.Core.Globalization.LanguageRegistry.MappingType.None - fullName: Sdl.Core.Globalization.LanguageRegistry.MappingType.None - nameWithType: MappingType.None -- uid: Sdl.Core.Globalization.LanguageRegistry.Product - name: Product - href: api/core/Sdl.Core.Globalization.LanguageRegistry.Product.html - commentId: T:Sdl.Core.Globalization.LanguageRegistry.Product - fullName: Sdl.Core.Globalization.LanguageRegistry.Product - nameWithType: Product -- uid: Sdl.Core.Globalization.LanguageRegistry.Product.#ctor - name: Product() - href: api/core/Sdl.Core.Globalization.LanguageRegistry.Product.html#Sdl_Core_Globalization_LanguageRegistry_Product__ctor - commentId: M:Sdl.Core.Globalization.LanguageRegistry.Product.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.LanguageRegistry.Product.Product() - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.Product.New() - nameWithType: Product.Product() - nameWithType.vb: Product.New() -- uid: Sdl.Core.Globalization.LanguageRegistry.Product.#ctor* - name: Product - href: api/core/Sdl.Core.Globalization.LanguageRegistry.Product.html#Sdl_Core_Globalization_LanguageRegistry_Product__ctor_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.Product.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.LanguageRegistry.Product.Product - fullName.vb: Sdl.Core.Globalization.LanguageRegistry.Product.New - nameWithType: Product.Product - nameWithType.vb: Product.New -- uid: Sdl.Core.Globalization.LanguageRegistry.Product.ProductId - name: ProductId - href: api/core/Sdl.Core.Globalization.LanguageRegistry.Product.html#Sdl_Core_Globalization_LanguageRegistry_Product_ProductId - commentId: P:Sdl.Core.Globalization.LanguageRegistry.Product.ProductId - fullName: Sdl.Core.Globalization.LanguageRegistry.Product.ProductId - nameWithType: Product.ProductId -- uid: Sdl.Core.Globalization.LanguageRegistry.Product.ProductId* - name: ProductId - href: api/core/Sdl.Core.Globalization.LanguageRegistry.Product.html#Sdl_Core_Globalization_LanguageRegistry_Product_ProductId_ - commentId: Overload:Sdl.Core.Globalization.LanguageRegistry.Product.ProductId - fullName: Sdl.Core.Globalization.LanguageRegistry.Product.ProductId - nameWithType: Product.ProductId -- uid: Sdl.Core.Globalization.LegacyAsyncHelpers - name: LegacyAsyncHelpers - href: api/core/Sdl.Core.Globalization.LegacyAsyncHelpers.html - commentId: T:Sdl.Core.Globalization.LegacyAsyncHelpers - fullName: Sdl.Core.Globalization.LegacyAsyncHelpers - nameWithType: LegacyAsyncHelpers -- uid: Sdl.Core.Globalization.LegacyAsyncHelpers.WrapAsyncCode(System.Func{System.Threading.Tasks.Task}) - name: WrapAsyncCode(Func) - href: api/core/Sdl.Core.Globalization.LegacyAsyncHelpers.html#Sdl_Core_Globalization_LegacyAsyncHelpers_WrapAsyncCode_System_Func_System_Threading_Tasks_Task__ - commentId: M:Sdl.Core.Globalization.LegacyAsyncHelpers.WrapAsyncCode(System.Func{System.Threading.Tasks.Task}) - name.vb: WrapAsyncCode(Func(Of Task)) - fullName: Sdl.Core.Globalization.LegacyAsyncHelpers.WrapAsyncCode(System.Func) - fullName.vb: Sdl.Core.Globalization.LegacyAsyncHelpers.WrapAsyncCode(System.Func(Of System.Threading.Tasks.Task)) - nameWithType: LegacyAsyncHelpers.WrapAsyncCode(Func) - nameWithType.vb: LegacyAsyncHelpers.WrapAsyncCode(Func(Of Task)) -- uid: Sdl.Core.Globalization.LegacyAsyncHelpers.WrapAsyncCode* - name: WrapAsyncCode - href: api/core/Sdl.Core.Globalization.LegacyAsyncHelpers.html#Sdl_Core_Globalization_LegacyAsyncHelpers_WrapAsyncCode_ - commentId: Overload:Sdl.Core.Globalization.LegacyAsyncHelpers.WrapAsyncCode - fullName: Sdl.Core.Globalization.LegacyAsyncHelpers.WrapAsyncCode - nameWithType: LegacyAsyncHelpers.WrapAsyncCode -- uid: Sdl.Core.Globalization.LegacyAsyncHelpers.WrapAsyncCode``1(System.Func{System.Threading.Tasks.Task{``0}}) - name: WrapAsyncCode(Func>) - href: api/core/Sdl.Core.Globalization.LegacyAsyncHelpers.html#Sdl_Core_Globalization_LegacyAsyncHelpers_WrapAsyncCode__1_System_Func_System_Threading_Tasks_Task___0___ - commentId: M:Sdl.Core.Globalization.LegacyAsyncHelpers.WrapAsyncCode``1(System.Func{System.Threading.Tasks.Task{``0}}) - name.vb: WrapAsyncCode(Of T)(Func(Of Task(Of T))) - fullName: Sdl.Core.Globalization.LegacyAsyncHelpers.WrapAsyncCode(System.Func>) - fullName.vb: Sdl.Core.Globalization.LegacyAsyncHelpers.WrapAsyncCode(Of T)(System.Func(Of System.Threading.Tasks.Task(Of T))) - nameWithType: LegacyAsyncHelpers.WrapAsyncCode(Func>) - nameWithType.vb: LegacyAsyncHelpers.WrapAsyncCode(Of T)(Func(Of Task(Of T))) -- uid: Sdl.Core.Globalization.LegacyAsyncHelpers.WrapUnavoidableAsyncCode(System.Func{System.Threading.Tasks.Task}) - name: WrapUnavoidableAsyncCode(Func) - href: api/core/Sdl.Core.Globalization.LegacyAsyncHelpers.html#Sdl_Core_Globalization_LegacyAsyncHelpers_WrapUnavoidableAsyncCode_System_Func_System_Threading_Tasks_Task__ - commentId: M:Sdl.Core.Globalization.LegacyAsyncHelpers.WrapUnavoidableAsyncCode(System.Func{System.Threading.Tasks.Task}) - name.vb: WrapUnavoidableAsyncCode(Func(Of Task)) - fullName: Sdl.Core.Globalization.LegacyAsyncHelpers.WrapUnavoidableAsyncCode(System.Func) - fullName.vb: Sdl.Core.Globalization.LegacyAsyncHelpers.WrapUnavoidableAsyncCode(System.Func(Of System.Threading.Tasks.Task)) - nameWithType: LegacyAsyncHelpers.WrapUnavoidableAsyncCode(Func) - nameWithType.vb: LegacyAsyncHelpers.WrapUnavoidableAsyncCode(Func(Of Task)) -- uid: Sdl.Core.Globalization.LegacyAsyncHelpers.WrapUnavoidableAsyncCode* - name: WrapUnavoidableAsyncCode - href: api/core/Sdl.Core.Globalization.LegacyAsyncHelpers.html#Sdl_Core_Globalization_LegacyAsyncHelpers_WrapUnavoidableAsyncCode_ - commentId: Overload:Sdl.Core.Globalization.LegacyAsyncHelpers.WrapUnavoidableAsyncCode - fullName: Sdl.Core.Globalization.LegacyAsyncHelpers.WrapUnavoidableAsyncCode - nameWithType: LegacyAsyncHelpers.WrapUnavoidableAsyncCode -- uid: Sdl.Core.Globalization.LegacyAsyncHelpers.WrapUnavoidableAsyncCode``1(System.Func{System.Threading.Tasks.Task{``0}}) - name: WrapUnavoidableAsyncCode(Func>) - href: api/core/Sdl.Core.Globalization.LegacyAsyncHelpers.html#Sdl_Core_Globalization_LegacyAsyncHelpers_WrapUnavoidableAsyncCode__1_System_Func_System_Threading_Tasks_Task___0___ - commentId: M:Sdl.Core.Globalization.LegacyAsyncHelpers.WrapUnavoidableAsyncCode``1(System.Func{System.Threading.Tasks.Task{``0}}) - name.vb: WrapUnavoidableAsyncCode(Of T)(Func(Of Task(Of T))) - fullName: Sdl.Core.Globalization.LegacyAsyncHelpers.WrapUnavoidableAsyncCode(System.Func>) - fullName.vb: Sdl.Core.Globalization.LegacyAsyncHelpers.WrapUnavoidableAsyncCode(Of T)(System.Func(Of System.Threading.Tasks.Task(Of T))) - nameWithType: LegacyAsyncHelpers.WrapUnavoidableAsyncCode(Func>) - nameWithType.vb: LegacyAsyncHelpers.WrapUnavoidableAsyncCode(Of T)(Func(Of Task(Of T))) - uid: Sdl.Core.Globalization.LegacySdlxLanguage name: LegacySdlxLanguage href: api/core/Sdl.Core.Globalization.LegacySdlxLanguage.html @@ -9621,29 +5378,20 @@ references: name: LegacySdlxLanguage() href: api/core/Sdl.Core.Globalization.LegacySdlxLanguage.html#Sdl_Core_Globalization_LegacySdlxLanguage__ctor commentId: M:Sdl.Core.Globalization.LegacySdlxLanguage.#ctor - name.vb: New() fullName: Sdl.Core.Globalization.LegacySdlxLanguage.LegacySdlxLanguage() - fullName.vb: Sdl.Core.Globalization.LegacySdlxLanguage.New() nameWithType: LegacySdlxLanguage.LegacySdlxLanguage() - nameWithType.vb: LegacySdlxLanguage.New() - uid: Sdl.Core.Globalization.LegacySdlxLanguage.#ctor* name: LegacySdlxLanguage href: api/core/Sdl.Core.Globalization.LegacySdlxLanguage.html#Sdl_Core_Globalization_LegacySdlxLanguage__ctor_ commentId: Overload:Sdl.Core.Globalization.LegacySdlxLanguage.#ctor - name.vb: New fullName: Sdl.Core.Globalization.LegacySdlxLanguage.LegacySdlxLanguage - fullName.vb: Sdl.Core.Globalization.LegacySdlxLanguage.New nameWithType: LegacySdlxLanguage.LegacySdlxLanguage - nameWithType.vb: LegacySdlxLanguage.New - uid: Sdl.Core.Globalization.LegacySdlxLanguage.GetCultureInfoFromIsoCode(System.String) - name: GetCultureInfoFromIsoCode(string) + name: GetCultureInfoFromIsoCode(String) href: api/core/Sdl.Core.Globalization.LegacySdlxLanguage.html#Sdl_Core_Globalization_LegacySdlxLanguage_GetCultureInfoFromIsoCode_System_String_ commentId: M:Sdl.Core.Globalization.LegacySdlxLanguage.GetCultureInfoFromIsoCode(System.String) - name.vb: GetCultureInfoFromIsoCode(String) - fullName: Sdl.Core.Globalization.LegacySdlxLanguage.GetCultureInfoFromIsoCode(string) - fullName.vb: Sdl.Core.Globalization.LegacySdlxLanguage.GetCultureInfoFromIsoCode(String) - nameWithType: LegacySdlxLanguage.GetCultureInfoFromIsoCode(string) - nameWithType.vb: LegacySdlxLanguage.GetCultureInfoFromIsoCode(String) + fullName: Sdl.Core.Globalization.LegacySdlxLanguage.GetCultureInfoFromIsoCode(System.String) + nameWithType: LegacySdlxLanguage.GetCultureInfoFromIsoCode(String) - uid: Sdl.Core.Globalization.LegacySdlxLanguage.GetCultureInfoFromIsoCode* name: GetCultureInfoFromIsoCode href: api/core/Sdl.Core.Globalization.LegacySdlxLanguage.html#Sdl_Core_Globalization_LegacySdlxLanguage_GetCultureInfoFromIsoCode_ @@ -9651,14 +5399,11 @@ references: fullName: Sdl.Core.Globalization.LegacySdlxLanguage.GetCultureInfoFromIsoCode nameWithType: LegacySdlxLanguage.GetCultureInfoFromIsoCode - uid: Sdl.Core.Globalization.LegacySdlxLanguage.GetLcidFromIsoCode(System.String) - name: GetLcidFromIsoCode(string) + name: GetLcidFromIsoCode(String) href: api/core/Sdl.Core.Globalization.LegacySdlxLanguage.html#Sdl_Core_Globalization_LegacySdlxLanguage_GetLcidFromIsoCode_System_String_ commentId: M:Sdl.Core.Globalization.LegacySdlxLanguage.GetLcidFromIsoCode(System.String) - name.vb: GetLcidFromIsoCode(String) - fullName: Sdl.Core.Globalization.LegacySdlxLanguage.GetLcidFromIsoCode(string) - fullName.vb: Sdl.Core.Globalization.LegacySdlxLanguage.GetLcidFromIsoCode(String) - nameWithType: LegacySdlxLanguage.GetLcidFromIsoCode(string) - nameWithType.vb: LegacySdlxLanguage.GetLcidFromIsoCode(String) + fullName: Sdl.Core.Globalization.LegacySdlxLanguage.GetLcidFromIsoCode(System.String) + nameWithType: LegacySdlxLanguage.GetLcidFromIsoCode(String) - uid: Sdl.Core.Globalization.LegacySdlxLanguage.GetLcidFromIsoCode* name: GetLcidFromIsoCode href: api/core/Sdl.Core.Globalization.LegacySdlxLanguage.html#Sdl_Core_Globalization_LegacySdlxLanguage_GetLcidFromIsoCode_ @@ -9672,41 +5417,29 @@ references: fullName: Sdl.Core.Globalization.LegacyTradosLanguage nameWithType: LegacyTradosLanguage - uid: Sdl.Core.Globalization.LegacyTradosLanguage.#ctor(System.Int32) - name: LegacyTradosLanguage(int) + name: LegacyTradosLanguage(Int32) href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage__ctor_System_Int32_ commentId: M:Sdl.Core.Globalization.LegacyTradosLanguage.#ctor(System.Int32) - name.vb: New(Integer) - fullName: Sdl.Core.Globalization.LegacyTradosLanguage.LegacyTradosLanguage(int) - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.New(Integer) - nameWithType: LegacyTradosLanguage.LegacyTradosLanguage(int) - nameWithType.vb: LegacyTradosLanguage.New(Integer) + fullName: Sdl.Core.Globalization.LegacyTradosLanguage.LegacyTradosLanguage(System.Int32) + nameWithType: LegacyTradosLanguage.LegacyTradosLanguage(Int32) - uid: Sdl.Core.Globalization.LegacyTradosLanguage.#ctor(System.String) - name: LegacyTradosLanguage(string) + name: LegacyTradosLanguage(String) href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage__ctor_System_String_ commentId: M:Sdl.Core.Globalization.LegacyTradosLanguage.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.Globalization.LegacyTradosLanguage.LegacyTradosLanguage(string) - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.New(String) - nameWithType: LegacyTradosLanguage.LegacyTradosLanguage(string) - nameWithType.vb: LegacyTradosLanguage.New(String) + fullName: Sdl.Core.Globalization.LegacyTradosLanguage.LegacyTradosLanguage(System.String) + nameWithType: LegacyTradosLanguage.LegacyTradosLanguage(String) - uid: Sdl.Core.Globalization.LegacyTradosLanguage.#ctor* name: LegacyTradosLanguage href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage__ctor_ commentId: Overload:Sdl.Core.Globalization.LegacyTradosLanguage.#ctor - name.vb: New fullName: Sdl.Core.Globalization.LegacyTradosLanguage.LegacyTradosLanguage - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.New nameWithType: LegacyTradosLanguage.LegacyTradosLanguage - nameWithType.vb: LegacyTradosLanguage.New - uid: Sdl.Core.Globalization.LegacyTradosLanguage.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_Equals_System_Object_ commentId: M:Sdl.Core.Globalization.LegacyTradosLanguage.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.Core.Globalization.LegacyTradosLanguage.Equals(object) - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.Equals(Object) - nameWithType: LegacyTradosLanguage.Equals(object) - nameWithType.vb: LegacyTradosLanguage.Equals(Object) + fullName: Sdl.Core.Globalization.LegacyTradosLanguage.Equals(System.Object) + nameWithType: LegacyTradosLanguage.Equals(Object) - uid: Sdl.Core.Globalization.LegacyTradosLanguage.Equals* name: Equals href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_Equals_ @@ -9732,14 +5465,11 @@ references: fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetEnglishLanguageNameFromLcid() nameWithType: LegacyTradosLanguage.GetEnglishLanguageNameFromLcid() - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetEnglishLanguageNameFromLcid(System.Int32) - name: GetEnglishLanguageNameFromLcid(int) + name: GetEnglishLanguageNameFromLcid(Int32) href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetEnglishLanguageNameFromLcid_System_Int32_ commentId: M:Sdl.Core.Globalization.LegacyTradosLanguage.GetEnglishLanguageNameFromLcid(System.Int32) - name.vb: GetEnglishLanguageNameFromLcid(Integer) - fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetEnglishLanguageNameFromLcid(int) - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.GetEnglishLanguageNameFromLcid(Integer) - nameWithType: LegacyTradosLanguage.GetEnglishLanguageNameFromLcid(int) - nameWithType.vb: LegacyTradosLanguage.GetEnglishLanguageNameFromLcid(Integer) + fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetEnglishLanguageNameFromLcid(System.Int32) + nameWithType: LegacyTradosLanguage.GetEnglishLanguageNameFromLcid(Int32) - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetEnglishLanguageNameFromLcid* name: GetEnglishLanguageNameFromLcid href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetEnglishLanguageNameFromLcid_ @@ -9747,14 +5477,11 @@ references: fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetEnglishLanguageNameFromLcid nameWithType: LegacyTradosLanguage.GetEnglishLanguageNameFromLcid - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetEnglishNameFromLcid(System.Int32) - name: GetEnglishNameFromLcid(int) + name: GetEnglishNameFromLcid(Int32) href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetEnglishNameFromLcid_System_Int32_ commentId: M:Sdl.Core.Globalization.LegacyTradosLanguage.GetEnglishNameFromLcid(System.Int32) - name.vb: GetEnglishNameFromLcid(Integer) - fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetEnglishNameFromLcid(int) - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.GetEnglishNameFromLcid(Integer) - nameWithType: LegacyTradosLanguage.GetEnglishNameFromLcid(int) - nameWithType.vb: LegacyTradosLanguage.GetEnglishNameFromLcid(Integer) + fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetEnglishNameFromLcid(System.Int32) + nameWithType: LegacyTradosLanguage.GetEnglishNameFromLcid(Int32) - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetEnglishNameFromLcid* name: GetEnglishNameFromLcid href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetEnglishNameFromLcid_ @@ -9774,14 +5501,11 @@ references: fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetHashCode nameWithType: LegacyTradosLanguage.GetHashCode - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetIsoCodeFromLcid(System.Int32,System.Boolean) - name: GetIsoCodeFromLcid(int, bool) + name: GetIsoCodeFromLcid(Int32, Boolean) href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetIsoCodeFromLcid_System_Int32_System_Boolean_ commentId: M:Sdl.Core.Globalization.LegacyTradosLanguage.GetIsoCodeFromLcid(System.Int32,System.Boolean) - name.vb: GetIsoCodeFromLcid(Integer, Boolean) - fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetIsoCodeFromLcid(int, bool) - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.GetIsoCodeFromLcid(Integer, Boolean) - nameWithType: LegacyTradosLanguage.GetIsoCodeFromLcid(int, bool) - nameWithType.vb: LegacyTradosLanguage.GetIsoCodeFromLcid(Integer, Boolean) + fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetIsoCodeFromLcid(System.Int32, System.Boolean) + nameWithType: LegacyTradosLanguage.GetIsoCodeFromLcid(Int32, Boolean) - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetIsoCodeFromLcid* name: GetIsoCodeFromLcid href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetIsoCodeFromLcid_ @@ -9789,14 +5513,11 @@ references: fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetIsoCodeFromLcid nameWithType: LegacyTradosLanguage.GetIsoCodeFromLcid - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetLanguageCode(System.Int32) - name: GetLanguageCode(int) + name: GetLanguageCode(Int32) href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetLanguageCode_System_Int32_ commentId: M:Sdl.Core.Globalization.LegacyTradosLanguage.GetLanguageCode(System.Int32) - name.vb: GetLanguageCode(Integer) - fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetLanguageCode(int) - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.GetLanguageCode(Integer) - nameWithType: LegacyTradosLanguage.GetLanguageCode(int) - nameWithType.vb: LegacyTradosLanguage.GetLanguageCode(Integer) + fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetLanguageCode(System.Int32) + nameWithType: LegacyTradosLanguage.GetLanguageCode(Int32) - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetLanguageCode* name: GetLanguageCode href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetLanguageCode_ @@ -9804,14 +5525,11 @@ references: fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetLanguageCode nameWithType: LegacyTradosLanguage.GetLanguageCode - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetLcidFromIsoCode(System.String) - name: GetLcidFromIsoCode(string) + name: GetLcidFromIsoCode(String) href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetLcidFromIsoCode_System_String_ commentId: M:Sdl.Core.Globalization.LegacyTradosLanguage.GetLcidFromIsoCode(System.String) - name.vb: GetLcidFromIsoCode(String) - fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetLcidFromIsoCode(string) - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.GetLcidFromIsoCode(String) - nameWithType: LegacyTradosLanguage.GetLcidFromIsoCode(string) - nameWithType.vb: LegacyTradosLanguage.GetLcidFromIsoCode(String) + fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetLcidFromIsoCode(System.String) + nameWithType: LegacyTradosLanguage.GetLcidFromIsoCode(String) - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetLcidFromIsoCode* name: GetLcidFromIsoCode href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetLcidFromIsoCode_ @@ -9819,14 +5537,11 @@ references: fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetLcidFromIsoCode nameWithType: LegacyTradosLanguage.GetLcidFromIsoCode - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetLcids(System.Int32) - name: GetLcids(int) + name: GetLcids(Int32) href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetLcids_System_Int32_ commentId: M:Sdl.Core.Globalization.LegacyTradosLanguage.GetLcids(System.Int32) - name.vb: GetLcids(Integer) - fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetLcids(int) - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.GetLcids(Integer) - nameWithType: LegacyTradosLanguage.GetLcids(int) - nameWithType.vb: LegacyTradosLanguage.GetLcids(Integer) + fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetLcids(System.Int32) + nameWithType: LegacyTradosLanguage.GetLcids(Int32) - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetLcids* name: GetLcids href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetLcids_ @@ -9834,23 +5549,17 @@ references: fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetLcids nameWithType: LegacyTradosLanguage.GetLcids - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetLocaleInfo(Sdl.Core.Globalization.LanguageFormat,System.Boolean) - name: GetLocaleInfo(LanguageFormat, bool) + name: GetLocaleInfo(LanguageFormat, Boolean) href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetLocaleInfo_Sdl_Core_Globalization_LanguageFormat_System_Boolean_ commentId: M:Sdl.Core.Globalization.LegacyTradosLanguage.GetLocaleInfo(Sdl.Core.Globalization.LanguageFormat,System.Boolean) - name.vb: GetLocaleInfo(LanguageFormat, Boolean) - fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetLocaleInfo(Sdl.Core.Globalization.LanguageFormat, bool) - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.GetLocaleInfo(Sdl.Core.Globalization.LanguageFormat, Boolean) - nameWithType: LegacyTradosLanguage.GetLocaleInfo(LanguageFormat, bool) - nameWithType.vb: LegacyTradosLanguage.GetLocaleInfo(LanguageFormat, Boolean) + fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetLocaleInfo(Sdl.Core.Globalization.LanguageFormat, System.Boolean) + nameWithType: LegacyTradosLanguage.GetLocaleInfo(LanguageFormat, Boolean) - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetLocaleInfo(System.Int32,Sdl.Core.Globalization.LanguageFormat,System.Boolean) - name: GetLocaleInfo(int, LanguageFormat, bool) + name: GetLocaleInfo(Int32, LanguageFormat, Boolean) href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetLocaleInfo_System_Int32_Sdl_Core_Globalization_LanguageFormat_System_Boolean_ commentId: M:Sdl.Core.Globalization.LegacyTradosLanguage.GetLocaleInfo(System.Int32,Sdl.Core.Globalization.LanguageFormat,System.Boolean) - name.vb: GetLocaleInfo(Integer, LanguageFormat, Boolean) - fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetLocaleInfo(int, Sdl.Core.Globalization.LanguageFormat, bool) - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.GetLocaleInfo(Integer, Sdl.Core.Globalization.LanguageFormat, Boolean) - nameWithType: LegacyTradosLanguage.GetLocaleInfo(int, LanguageFormat, bool) - nameWithType.vb: LegacyTradosLanguage.GetLocaleInfo(Integer, LanguageFormat, Boolean) + fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetLocaleInfo(System.Int32, Sdl.Core.Globalization.LanguageFormat, System.Boolean) + nameWithType: LegacyTradosLanguage.GetLocaleInfo(Int32, LanguageFormat, Boolean) - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetLocaleInfo* name: GetLocaleInfo href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetLocaleInfo_ @@ -9864,14 +5573,11 @@ references: fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetNativeLanguageNameFromLcid() nameWithType: LegacyTradosLanguage.GetNativeLanguageNameFromLcid() - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetNativeLanguageNameFromLcid(System.Int32) - name: GetNativeLanguageNameFromLcid(int) + name: GetNativeLanguageNameFromLcid(Int32) href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetNativeLanguageNameFromLcid_System_Int32_ commentId: M:Sdl.Core.Globalization.LegacyTradosLanguage.GetNativeLanguageNameFromLcid(System.Int32) - name.vb: GetNativeLanguageNameFromLcid(Integer) - fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetNativeLanguageNameFromLcid(int) - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.GetNativeLanguageNameFromLcid(Integer) - nameWithType: LegacyTradosLanguage.GetNativeLanguageNameFromLcid(int) - nameWithType.vb: LegacyTradosLanguage.GetNativeLanguageNameFromLcid(Integer) + fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetNativeLanguageNameFromLcid(System.Int32) + nameWithType: LegacyTradosLanguage.GetNativeLanguageNameFromLcid(Int32) - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetNativeLanguageNameFromLcid* name: GetNativeLanguageNameFromLcid href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetNativeLanguageNameFromLcid_ @@ -9879,14 +5585,11 @@ references: fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetNativeLanguageNameFromLcid nameWithType: LegacyTradosLanguage.GetNativeLanguageNameFromLcid - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetNativeNameFromLcid(System.Int32) - name: GetNativeNameFromLcid(int) + name: GetNativeNameFromLcid(Int32) href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetNativeNameFromLcid_System_Int32_ commentId: M:Sdl.Core.Globalization.LegacyTradosLanguage.GetNativeNameFromLcid(System.Int32) - name.vb: GetNativeNameFromLcid(Integer) - fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetNativeNameFromLcid(int) - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.GetNativeNameFromLcid(Integer) - nameWithType: LegacyTradosLanguage.GetNativeNameFromLcid(int) - nameWithType.vb: LegacyTradosLanguage.GetNativeNameFromLcid(Integer) + fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetNativeNameFromLcid(System.Int32) + nameWithType: LegacyTradosLanguage.GetNativeNameFromLcid(Int32) - uid: Sdl.Core.Globalization.LegacyTradosLanguage.GetNativeNameFromLcid* name: GetNativeNameFromLcid href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_GetNativeNameFromLcid_ @@ -9906,14 +5609,11 @@ references: fullName: Sdl.Core.Globalization.LegacyTradosLanguage.GetSchema nameWithType: LegacyTradosLanguage.GetSchema - uid: Sdl.Core.Globalization.LegacyTradosLanguage.IsDefaultForCountry(System.Int32) - name: IsDefaultForCountry(int) + name: IsDefaultForCountry(Int32) href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_IsDefaultForCountry_System_Int32_ commentId: M:Sdl.Core.Globalization.LegacyTradosLanguage.IsDefaultForCountry(System.Int32) - name.vb: IsDefaultForCountry(Integer) - fullName: Sdl.Core.Globalization.LegacyTradosLanguage.IsDefaultForCountry(int) - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.IsDefaultForCountry(Integer) - nameWithType: LegacyTradosLanguage.IsDefaultForCountry(int) - nameWithType.vb: LegacyTradosLanguage.IsDefaultForCountry(Integer) + fullName: Sdl.Core.Globalization.LegacyTradosLanguage.IsDefaultForCountry(System.Int32) + nameWithType: LegacyTradosLanguage.IsDefaultForCountry(Int32) - uid: Sdl.Core.Globalization.LegacyTradosLanguage.IsDefaultForCountry* name: IsDefaultForCountry href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_IsDefaultForCountry_ @@ -9933,14 +5633,11 @@ references: fullName: Sdl.Core.Globalization.LegacyTradosLanguage.IsInstalled nameWithType: LegacyTradosLanguage.IsInstalled - uid: Sdl.Core.Globalization.LegacyTradosLanguage.IsInstalledLcid(System.Int32) - name: IsInstalledLcid(int) + name: IsInstalledLcid(Int32) href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_IsInstalledLcid_System_Int32_ commentId: M:Sdl.Core.Globalization.LegacyTradosLanguage.IsInstalledLcid(System.Int32) - name.vb: IsInstalledLcid(Integer) - fullName: Sdl.Core.Globalization.LegacyTradosLanguage.IsInstalledLcid(int) - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.IsInstalledLcid(Integer) - nameWithType: LegacyTradosLanguage.IsInstalledLcid(int) - nameWithType.vb: LegacyTradosLanguage.IsInstalledLcid(Integer) + fullName: Sdl.Core.Globalization.LegacyTradosLanguage.IsInstalledLcid(System.Int32) + nameWithType: LegacyTradosLanguage.IsInstalledLcid(Int32) - uid: Sdl.Core.Globalization.LegacyTradosLanguage.IsInstalledLcid* name: IsInstalledLcid href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_IsInstalledLcid_ @@ -9972,14 +5669,11 @@ references: fullName: Sdl.Core.Globalization.LegacyTradosLanguage.IsProprietary nameWithType: LegacyTradosLanguage.IsProprietary - uid: Sdl.Core.Globalization.LegacyTradosLanguage.IsProprietaryLcid(System.Int32) - name: IsProprietaryLcid(int) + name: IsProprietaryLcid(Int32) href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_IsProprietaryLcid_System_Int32_ commentId: M:Sdl.Core.Globalization.LegacyTradosLanguage.IsProprietaryLcid(System.Int32) - name.vb: IsProprietaryLcid(Integer) - fullName: Sdl.Core.Globalization.LegacyTradosLanguage.IsProprietaryLcid(int) - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.IsProprietaryLcid(Integer) - nameWithType: LegacyTradosLanguage.IsProprietaryLcid(int) - nameWithType.vb: LegacyTradosLanguage.IsProprietaryLcid(Integer) + fullName: Sdl.Core.Globalization.LegacyTradosLanguage.IsProprietaryLcid(System.Int32) + nameWithType: LegacyTradosLanguage.IsProprietaryLcid(Int32) - uid: Sdl.Core.Globalization.LegacyTradosLanguage.IsProprietaryLcid* name: IsProprietaryLcid href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_IsProprietaryLcid_ @@ -10041,14 +5735,11 @@ references: fullName: Sdl.Core.Globalization.LegacyTradosLanguage.UsesCharacterCounts() nameWithType: LegacyTradosLanguage.UsesCharacterCounts() - uid: Sdl.Core.Globalization.LegacyTradosLanguage.UsesCharacterCounts(System.Int32) - name: UsesCharacterCounts(int) + name: UsesCharacterCounts(Int32) href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_UsesCharacterCounts_System_Int32_ commentId: M:Sdl.Core.Globalization.LegacyTradosLanguage.UsesCharacterCounts(System.Int32) - name.vb: UsesCharacterCounts(Integer) - fullName: Sdl.Core.Globalization.LegacyTradosLanguage.UsesCharacterCounts(int) - fullName.vb: Sdl.Core.Globalization.LegacyTradosLanguage.UsesCharacterCounts(Integer) - nameWithType: LegacyTradosLanguage.UsesCharacterCounts(int) - nameWithType.vb: LegacyTradosLanguage.UsesCharacterCounts(Integer) + fullName: Sdl.Core.Globalization.LegacyTradosLanguage.UsesCharacterCounts(System.Int32) + nameWithType: LegacyTradosLanguage.UsesCharacterCounts(Int32) - uid: Sdl.Core.Globalization.LegacyTradosLanguage.UsesCharacterCounts* name: UsesCharacterCounts href: api/core/Sdl.Core.Globalization.LegacyTradosLanguage.html#Sdl_Core_Globalization_LegacyTradosLanguage_UsesCharacterCounts_ @@ -10074,23 +5765,17 @@ references: fullName: Sdl.Core.Globalization.LocalizableString nameWithType: LocalizableString - uid: Sdl.Core.Globalization.LocalizableString.#ctor(System.String) - name: LocalizableString(string) + name: LocalizableString(String) href: api/core/Sdl.Core.Globalization.LocalizableString.html#Sdl_Core_Globalization_LocalizableString__ctor_System_String_ commentId: M:Sdl.Core.Globalization.LocalizableString.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.Globalization.LocalizableString.LocalizableString(string) - fullName.vb: Sdl.Core.Globalization.LocalizableString.New(String) - nameWithType: LocalizableString.LocalizableString(string) - nameWithType.vb: LocalizableString.New(String) + fullName: Sdl.Core.Globalization.LocalizableString.LocalizableString(System.String) + nameWithType: LocalizableString.LocalizableString(String) - uid: Sdl.Core.Globalization.LocalizableString.#ctor* name: LocalizableString href: api/core/Sdl.Core.Globalization.LocalizableString.html#Sdl_Core_Globalization_LocalizableString__ctor_ commentId: Overload:Sdl.Core.Globalization.LocalizableString.#ctor - name.vb: New fullName: Sdl.Core.Globalization.LocalizableString.LocalizableString - fullName.vb: Sdl.Core.Globalization.LocalizableString.New nameWithType: LocalizableString.LocalizableString - nameWithType.vb: LocalizableString.New - uid: Sdl.Core.Globalization.LocalizableString.Content name: Content href: api/core/Sdl.Core.Globalization.LocalizableString.html#Sdl_Core_Globalization_LocalizableString_Content @@ -10139,1161 +5824,6 @@ references: commentId: Overload:Sdl.Core.Globalization.LocalizableString.ToString fullName: Sdl.Core.Globalization.LocalizableString.ToString nameWithType: LocalizableString.ToString -- uid: Sdl.Core.Globalization.NumberMetadata - name: Sdl.Core.Globalization.NumberMetadata - href: api/core/Sdl.Core.Globalization.NumberMetadata.html - commentId: N:Sdl.Core.Globalization.NumberMetadata - fullName: Sdl.Core.Globalization.NumberMetadata - nameWithType: Sdl.Core.Globalization.NumberMetadata -- uid: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange - name: DoubleNumberGrammarRange - href: api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.html - commentId: T:Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange - fullName: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange - nameWithType: DoubleNumberGrammarRange -- uid: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.#ctor - name: DoubleNumberGrammarRange() - href: api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_DoubleNumberGrammarRange__ctor - commentId: M:Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.DoubleNumberGrammarRange() - fullName.vb: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.New() - nameWithType: DoubleNumberGrammarRange.DoubleNumberGrammarRange() - nameWithType.vb: DoubleNumberGrammarRange.New() -- uid: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.#ctor* - name: DoubleNumberGrammarRange - href: api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_DoubleNumberGrammarRange__ctor_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.DoubleNumberGrammarRange - fullName.vb: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.New - nameWithType: DoubleNumberGrammarRange.DoubleNumberGrammarRange - nameWithType.vb: DoubleNumberGrammarRange.New -- uid: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.IsInRange(System.Double) - name: IsInRange(double) - href: api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_DoubleNumberGrammarRange_IsInRange_System_Double_ - commentId: M:Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.IsInRange(System.Double) - name.vb: IsInRange(Double) - fullName: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.IsInRange(double) - fullName.vb: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.IsInRange(Double) - nameWithType: DoubleNumberGrammarRange.IsInRange(double) - nameWithType.vb: DoubleNumberGrammarRange.IsInRange(Double) -- uid: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.IsInRange* - name: IsInRange - href: api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_DoubleNumberGrammarRange_IsInRange_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.IsInRange - fullName: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.IsInRange - nameWithType: DoubleNumberGrammarRange.IsInRange -- uid: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.LowerBound - name: LowerBound - href: api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_DoubleNumberGrammarRange_LowerBound - commentId: P:Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.LowerBound - fullName: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.LowerBound - nameWithType: DoubleNumberGrammarRange.LowerBound -- uid: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.LowerBound* - name: LowerBound - href: api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_DoubleNumberGrammarRange_LowerBound_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.LowerBound - fullName: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.LowerBound - nameWithType: DoubleNumberGrammarRange.LowerBound -- uid: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.ToString - name: ToString() - href: api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_DoubleNumberGrammarRange_ToString - commentId: M:Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.ToString - fullName: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.ToString() - nameWithType: DoubleNumberGrammarRange.ToString() -- uid: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.ToString* - name: ToString - href: api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_DoubleNumberGrammarRange_ToString_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.ToString - fullName: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.ToString - nameWithType: DoubleNumberGrammarRange.ToString -- uid: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.UpperBound - name: UpperBound - href: api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_DoubleNumberGrammarRange_UpperBound - commentId: P:Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.UpperBound - fullName: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.UpperBound - nameWithType: DoubleNumberGrammarRange.UpperBound -- uid: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.UpperBound* - name: UpperBound - href: api/core/Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_DoubleNumberGrammarRange_UpperBound_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.UpperBound - fullName: Sdl.Core.Globalization.NumberMetadata.DoubleNumberGrammarRange.UpperBound - nameWithType: DoubleNumberGrammarRange.UpperBound -- uid: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange - name: IntNumberGrammarRange - href: api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html - commentId: T:Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange - fullName: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange - nameWithType: IntNumberGrammarRange -- uid: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.#ctor - name: IntNumberGrammarRange() - href: api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_IntNumberGrammarRange__ctor - commentId: M:Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.IntNumberGrammarRange() - fullName.vb: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.New() - nameWithType: IntNumberGrammarRange.IntNumberGrammarRange() - nameWithType.vb: IntNumberGrammarRange.New() -- uid: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.#ctor* - name: IntNumberGrammarRange - href: api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_IntNumberGrammarRange__ctor_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.IntNumberGrammarRange - fullName.vb: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.New - nameWithType: IntNumberGrammarRange.IntNumberGrammarRange - nameWithType.vb: IntNumberGrammarRange.New -- uid: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.IsInRange(System.Int32) - name: IsInRange(int) - href: api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_IntNumberGrammarRange_IsInRange_System_Int32_ - commentId: M:Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.IsInRange(System.Int32) - name.vb: IsInRange(Integer) - fullName: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.IsInRange(int) - fullName.vb: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.IsInRange(Integer) - nameWithType: IntNumberGrammarRange.IsInRange(int) - nameWithType.vb: IntNumberGrammarRange.IsInRange(Integer) -- uid: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.IsInRange* - name: IsInRange - href: api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_IntNumberGrammarRange_IsInRange_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.IsInRange - fullName: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.IsInRange - nameWithType: IntNumberGrammarRange.IsInRange -- uid: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.LowerBound - name: LowerBound - href: api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_IntNumberGrammarRange_LowerBound - commentId: P:Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.LowerBound - fullName: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.LowerBound - nameWithType: IntNumberGrammarRange.LowerBound -- uid: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.LowerBound* - name: LowerBound - href: api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_IntNumberGrammarRange_LowerBound_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.LowerBound - fullName: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.LowerBound - nameWithType: IntNumberGrammarRange.LowerBound -- uid: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.RangeTransforms - name: RangeTransforms - href: api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_IntNumberGrammarRange_RangeTransforms - commentId: P:Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.RangeTransforms - fullName: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.RangeTransforms - nameWithType: IntNumberGrammarRange.RangeTransforms -- uid: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.RangeTransforms* - name: RangeTransforms - href: api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_IntNumberGrammarRange_RangeTransforms_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.RangeTransforms - fullName: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.RangeTransforms - nameWithType: IntNumberGrammarRange.RangeTransforms -- uid: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.ToString - name: ToString() - href: api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_IntNumberGrammarRange_ToString - commentId: M:Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.ToString - fullName: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.ToString() - nameWithType: IntNumberGrammarRange.ToString() -- uid: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.ToString* - name: ToString - href: api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_IntNumberGrammarRange_ToString_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.ToString - fullName: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.ToString - nameWithType: IntNumberGrammarRange.ToString -- uid: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.UpperBound - name: UpperBound - href: api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_IntNumberGrammarRange_UpperBound - commentId: P:Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.UpperBound - fullName: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.UpperBound - nameWithType: IntNumberGrammarRange.UpperBound -- uid: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.UpperBound* - name: UpperBound - href: api/core/Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.html#Sdl_Core_Globalization_NumberMetadata_IntNumberGrammarRange_UpperBound_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.UpperBound - fullName: Sdl.Core.Globalization.NumberMetadata.IntNumberGrammarRange.UpperBound - nameWithType: IntNumberGrammarRange.UpperBound -- uid: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet - name: NumberGrammarRangeSet - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.html - commentId: T:Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet - fullName: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet - nameWithType: NumberGrammarRangeSet -- uid: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.#ctor - name: NumberGrammarRangeSet() - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.html#Sdl_Core_Globalization_NumberMetadata_NumberGrammarRangeSet__ctor - commentId: M:Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.NumberGrammarRangeSet() - fullName.vb: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.New() - nameWithType: NumberGrammarRangeSet.NumberGrammarRangeSet() - nameWithType.vb: NumberGrammarRangeSet.New() -- uid: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.#ctor* - name: NumberGrammarRangeSet - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.html#Sdl_Core_Globalization_NumberMetadata_NumberGrammarRangeSet__ctor_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.NumberGrammarRangeSet - fullName.vb: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.New - nameWithType: NumberGrammarRangeSet.NumberGrammarRangeSet - nameWithType.vb: NumberGrammarRangeSet.New -- uid: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.DoubleNumberGrammarRanges - name: DoubleNumberGrammarRanges - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.html#Sdl_Core_Globalization_NumberMetadata_NumberGrammarRangeSet_DoubleNumberGrammarRanges - commentId: P:Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.DoubleNumberGrammarRanges - fullName: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.DoubleNumberGrammarRanges - nameWithType: NumberGrammarRangeSet.DoubleNumberGrammarRanges -- uid: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.DoubleNumberGrammarRanges* - name: DoubleNumberGrammarRanges - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.html#Sdl_Core_Globalization_NumberMetadata_NumberGrammarRangeSet_DoubleNumberGrammarRanges_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.DoubleNumberGrammarRanges - fullName: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.DoubleNumberGrammarRanges - nameWithType: NumberGrammarRangeSet.DoubleNumberGrammarRanges -- uid: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.ID - name: ID - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.html#Sdl_Core_Globalization_NumberMetadata_NumberGrammarRangeSet_ID - commentId: P:Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.ID - fullName: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.ID - nameWithType: NumberGrammarRangeSet.ID -- uid: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.ID* - name: ID - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.html#Sdl_Core_Globalization_NumberMetadata_NumberGrammarRangeSet_ID_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.ID - fullName: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.ID - nameWithType: NumberGrammarRangeSet.ID -- uid: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.IntNumberGrammarRanges - name: IntNumberGrammarRanges - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.html#Sdl_Core_Globalization_NumberMetadata_NumberGrammarRangeSet_IntNumberGrammarRanges - commentId: P:Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.IntNumberGrammarRanges - fullName: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.IntNumberGrammarRanges - nameWithType: NumberGrammarRangeSet.IntNumberGrammarRanges -- uid: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.IntNumberGrammarRanges* - name: IntNumberGrammarRanges - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.html#Sdl_Core_Globalization_NumberMetadata_NumberGrammarRangeSet_IntNumberGrammarRanges_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.IntNumberGrammarRanges - fullName: Sdl.Core.Globalization.NumberMetadata.NumberGrammarRangeSet.IntNumberGrammarRanges - nameWithType: NumberGrammarRangeSet.IntNumberGrammarRanges -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadata - name: NumberMetadata - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadata.html - commentId: T:Sdl.Core.Globalization.NumberMetadata.NumberMetadata - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadata - nameWithType: NumberMetadata -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadata.#ctor - name: NumberMetadata() - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadata.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadata__ctor - commentId: M:Sdl.Core.Globalization.NumberMetadata.NumberMetadata.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadata.NumberMetadata() - fullName.vb: Sdl.Core.Globalization.NumberMetadata.NumberMetadata.New() - nameWithType: NumberMetadata.NumberMetadata() - nameWithType.vb: NumberMetadata.New() -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadata.#ctor* - name: NumberMetadata - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadata.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadata__ctor_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.NumberMetadata.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadata.NumberMetadata - fullName.vb: Sdl.Core.Globalization.NumberMetadata.NumberMetadata.New - nameWithType: NumberMetadata.NumberMetadata - nameWithType.vb: NumberMetadata.New -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadata.LanguageCode - name: LanguageCode - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadata.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadata_LanguageCode - commentId: P:Sdl.Core.Globalization.NumberMetadata.NumberMetadata.LanguageCode - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadata.LanguageCode - nameWithType: NumberMetadata.LanguageCode -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadata.LanguageCode* - name: LanguageCode - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadata.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadata_LanguageCode_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.NumberMetadata.LanguageCode - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadata.LanguageCode - nameWithType: NumberMetadata.LanguageCode -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadata.NumberGrammarRangeSets - name: NumberGrammarRangeSets - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadata.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadata_NumberGrammarRangeSets - commentId: P:Sdl.Core.Globalization.NumberMetadata.NumberMetadata.NumberGrammarRangeSets - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadata.NumberGrammarRangeSets - nameWithType: NumberMetadata.NumberGrammarRangeSets -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadata.NumberGrammarRangeSets* - name: NumberGrammarRangeSets - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadata.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadata_NumberGrammarRangeSets_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.NumberMetadata.NumberGrammarRangeSets - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadata.NumberGrammarRangeSets - nameWithType: NumberMetadata.NumberGrammarRangeSets -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi - name: NumberMetadataApi - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.html - commentId: T:Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi - nameWithType: NumberMetadataApi -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.Instance - name: Instance - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadataApi_Instance - commentId: P:Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.Instance - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.Instance - nameWithType: NumberMetadataApi.Instance -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.Instance* - name: Instance - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadataApi_Instance_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.Instance - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.Instance - nameWithType: NumberMetadataApi.Instance -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.Registry - name: Registry - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadataApi_Registry - commentId: P:Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.Registry - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.Registry - nameWithType: NumberMetadataApi.Registry -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.Registry* - name: Registry - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadataApi_Registry_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.Registry - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadataApi.Registry - nameWithType: NumberMetadataApi.Registry -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadataException - name: NumberMetadataException - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.html - commentId: T:Sdl.Core.Globalization.NumberMetadata.NumberMetadataException - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadataException - nameWithType: NumberMetadataException -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.#ctor - name: NumberMetadataException() - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadataException__ctor - commentId: M:Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.NumberMetadataException() - fullName.vb: Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.New() - nameWithType: NumberMetadataException.NumberMetadataException() - nameWithType.vb: NumberMetadataException.New() -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name: NumberMetadataException(SerializationInfo, StreamingContext) - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadataException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ - commentId: M:Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.NumberMetadataException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - nameWithType: NumberMetadataException.NumberMetadataException(SerializationInfo, StreamingContext) - nameWithType.vb: NumberMetadataException.New(SerializationInfo, StreamingContext) -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.#ctor(System.String) - name: NumberMetadataException(string) - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadataException__ctor_System_String_ - commentId: M:Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.NumberMetadataException(string) - fullName.vb: Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.New(String) - nameWithType: NumberMetadataException.NumberMetadataException(string) - nameWithType.vb: NumberMetadataException.New(String) -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.#ctor(System.String,System.Exception) - name: NumberMetadataException(string, Exception) - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadataException__ctor_System_String_System_Exception_ - commentId: M:Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.NumberMetadataException(string, System.Exception) - fullName.vb: Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.New(String, System.Exception) - nameWithType: NumberMetadataException.NumberMetadataException(string, Exception) - nameWithType.vb: NumberMetadataException.New(String, Exception) -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.#ctor* - name: NumberMetadataException - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadataException__ctor_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.NumberMetadataException - fullName.vb: Sdl.Core.Globalization.NumberMetadata.NumberMetadataException.New - nameWithType: NumberMetadataException.NumberMetadataException - nameWithType.vb: NumberMetadataException.New -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry - name: NumberMetadataRegistry - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.html - commentId: T:Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry - nameWithType: NumberMetadataRegistry -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.#ctor(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: NumberMetadataRegistry(ICultureMetadataManager) - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadataRegistry__ctor_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ - commentId: M:Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.#ctor(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(ICultureMetadataManager) - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.NumberMetadataRegistry(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.New(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: NumberMetadataRegistry.NumberMetadataRegistry(ICultureMetadataManager) - nameWithType.vb: NumberMetadataRegistry.New(ICultureMetadataManager) -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.#ctor* - name: NumberMetadataRegistry - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadataRegistry__ctor_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.NumberMetadataRegistry - fullName.vb: Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.New - nameWithType: NumberMetadataRegistry.NumberMetadataRegistry - nameWithType.vb: NumberMetadataRegistry.New -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.FindMetadataAsync(System.String) - name: FindMetadataAsync(string) - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadataRegistry_FindMetadataAsync_System_String_ - commentId: M:Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.FindMetadataAsync(System.String) - name.vb: FindMetadataAsync(String) - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.FindMetadataAsync(string) - fullName.vb: Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.FindMetadataAsync(String) - nameWithType: NumberMetadataRegistry.FindMetadataAsync(string) - nameWithType.vb: NumberMetadataRegistry.FindMetadataAsync(String) -- uid: Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.FindMetadataAsync* - name: FindMetadataAsync - href: api/core/Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.html#Sdl_Core_Globalization_NumberMetadata_NumberMetadataRegistry_FindMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.FindMetadataAsync - fullName: Sdl.Core.Globalization.NumberMetadata.NumberMetadataRegistry.FindMetadataAsync - nameWithType: NumberMetadataRegistry.FindMetadataAsync -- uid: Sdl.Core.Globalization.NumberMetadata.RangeOperator - name: RangeOperator - href: api/core/Sdl.Core.Globalization.NumberMetadata.RangeOperator.html - commentId: T:Sdl.Core.Globalization.NumberMetadata.RangeOperator - fullName: Sdl.Core.Globalization.NumberMetadata.RangeOperator - nameWithType: RangeOperator -- uid: Sdl.Core.Globalization.NumberMetadata.RangeOperator.opDiv - name: opDiv - href: api/core/Sdl.Core.Globalization.NumberMetadata.RangeOperator.html#Sdl_Core_Globalization_NumberMetadata_RangeOperator_opDiv - commentId: F:Sdl.Core.Globalization.NumberMetadata.RangeOperator.opDiv - fullName: Sdl.Core.Globalization.NumberMetadata.RangeOperator.opDiv - nameWithType: RangeOperator.opDiv -- uid: Sdl.Core.Globalization.NumberMetadata.RangeOperator.opMod - name: opMod - href: api/core/Sdl.Core.Globalization.NumberMetadata.RangeOperator.html#Sdl_Core_Globalization_NumberMetadata_RangeOperator_opMod - commentId: F:Sdl.Core.Globalization.NumberMetadata.RangeOperator.opMod - fullName: Sdl.Core.Globalization.NumberMetadata.RangeOperator.opMod - nameWithType: RangeOperator.opMod -- uid: Sdl.Core.Globalization.NumberMetadata.RangeTransform - name: RangeTransform - href: api/core/Sdl.Core.Globalization.NumberMetadata.RangeTransform.html - commentId: T:Sdl.Core.Globalization.NumberMetadata.RangeTransform - fullName: Sdl.Core.Globalization.NumberMetadata.RangeTransform - nameWithType: RangeTransform -- uid: Sdl.Core.Globalization.NumberMetadata.RangeTransform.#ctor - name: RangeTransform() - href: api/core/Sdl.Core.Globalization.NumberMetadata.RangeTransform.html#Sdl_Core_Globalization_NumberMetadata_RangeTransform__ctor - commentId: M:Sdl.Core.Globalization.NumberMetadata.RangeTransform.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.NumberMetadata.RangeTransform.RangeTransform() - fullName.vb: Sdl.Core.Globalization.NumberMetadata.RangeTransform.New() - nameWithType: RangeTransform.RangeTransform() - nameWithType.vb: RangeTransform.New() -- uid: Sdl.Core.Globalization.NumberMetadata.RangeTransform.#ctor* - name: RangeTransform - href: api/core/Sdl.Core.Globalization.NumberMetadata.RangeTransform.html#Sdl_Core_Globalization_NumberMetadata_RangeTransform__ctor_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.RangeTransform.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.NumberMetadata.RangeTransform.RangeTransform - fullName.vb: Sdl.Core.Globalization.NumberMetadata.RangeTransform.New - nameWithType: RangeTransform.RangeTransform - nameWithType.vb: RangeTransform.New -- uid: Sdl.Core.Globalization.NumberMetadata.RangeTransform.Argument - name: Argument - href: api/core/Sdl.Core.Globalization.NumberMetadata.RangeTransform.html#Sdl_Core_Globalization_NumberMetadata_RangeTransform_Argument - commentId: P:Sdl.Core.Globalization.NumberMetadata.RangeTransform.Argument - fullName: Sdl.Core.Globalization.NumberMetadata.RangeTransform.Argument - nameWithType: RangeTransform.Argument -- uid: Sdl.Core.Globalization.NumberMetadata.RangeTransform.Argument* - name: Argument - href: api/core/Sdl.Core.Globalization.NumberMetadata.RangeTransform.html#Sdl_Core_Globalization_NumberMetadata_RangeTransform_Argument_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.RangeTransform.Argument - fullName: Sdl.Core.Globalization.NumberMetadata.RangeTransform.Argument - nameWithType: RangeTransform.Argument -- uid: Sdl.Core.Globalization.NumberMetadata.RangeTransform.RangeOperator - name: RangeOperator - href: api/core/Sdl.Core.Globalization.NumberMetadata.RangeTransform.html#Sdl_Core_Globalization_NumberMetadata_RangeTransform_RangeOperator - commentId: P:Sdl.Core.Globalization.NumberMetadata.RangeTransform.RangeOperator - fullName: Sdl.Core.Globalization.NumberMetadata.RangeTransform.RangeOperator - nameWithType: RangeTransform.RangeOperator -- uid: Sdl.Core.Globalization.NumberMetadata.RangeTransform.RangeOperator* - name: RangeOperator - href: api/core/Sdl.Core.Globalization.NumberMetadata.RangeTransform.html#Sdl_Core_Globalization_NumberMetadata_RangeTransform_RangeOperator_ - commentId: Overload:Sdl.Core.Globalization.NumberMetadata.RangeTransform.RangeOperator - fullName: Sdl.Core.Globalization.NumberMetadata.RangeTransform.RangeOperator - nameWithType: RangeTransform.RangeOperator -- uid: Sdl.Core.Globalization.StableCultureInfo - name: StableCultureInfo - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html - commentId: T:Sdl.Core.Globalization.StableCultureInfo - fullName: Sdl.Core.Globalization.StableCultureInfo - nameWithType: StableCultureInfo -- uid: Sdl.Core.Globalization.StableCultureInfo.#ctor(Sdl.Core.Globalization.LanguageBase,Sdl.Core.Globalization.StableCultureInfo,Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata,System.String,System.String) - name: StableCultureInfo(LanguageBase, StableCultureInfo, LanguageMetadata, string, string) - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo__ctor_Sdl_Core_Globalization_LanguageBase_Sdl_Core_Globalization_StableCultureInfo_Sdl_Core_Globalization_LanguageMetadata_LanguageMetadata_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.StableCultureInfo.#ctor(Sdl.Core.Globalization.LanguageBase,Sdl.Core.Globalization.StableCultureInfo,Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata,System.String,System.String) - name.vb: New(LanguageBase, StableCultureInfo, LanguageMetadata, String, String) - fullName: Sdl.Core.Globalization.StableCultureInfo.StableCultureInfo(Sdl.Core.Globalization.LanguageBase, Sdl.Core.Globalization.StableCultureInfo, Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata, string, string) - fullName.vb: Sdl.Core.Globalization.StableCultureInfo.New(Sdl.Core.Globalization.LanguageBase, Sdl.Core.Globalization.StableCultureInfo, Sdl.Core.Globalization.LanguageMetadata.LanguageMetadata, String, String) - nameWithType: StableCultureInfo.StableCultureInfo(LanguageBase, StableCultureInfo, LanguageMetadata, string, string) - nameWithType.vb: StableCultureInfo.New(LanguageBase, StableCultureInfo, LanguageMetadata, String, String) -- uid: Sdl.Core.Globalization.StableCultureInfo.#ctor* - name: StableCultureInfo - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo__ctor_ - commentId: Overload:Sdl.Core.Globalization.StableCultureInfo.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.StableCultureInfo.StableCultureInfo - fullName.vb: Sdl.Core.Globalization.StableCultureInfo.New - nameWithType: StableCultureInfo.StableCultureInfo - nameWithType.vb: StableCultureInfo.New -- uid: Sdl.Core.Globalization.StableCultureInfo.DisplayName - name: DisplayName - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_DisplayName - commentId: P:Sdl.Core.Globalization.StableCultureInfo.DisplayName - fullName: Sdl.Core.Globalization.StableCultureInfo.DisplayName - nameWithType: StableCultureInfo.DisplayName -- uid: Sdl.Core.Globalization.StableCultureInfo.DisplayName* - name: DisplayName - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_DisplayName_ - commentId: Overload:Sdl.Core.Globalization.StableCultureInfo.DisplayName - fullName: Sdl.Core.Globalization.StableCultureInfo.DisplayName - nameWithType: StableCultureInfo.DisplayName -- uid: Sdl.Core.Globalization.StableCultureInfo.EnglishName - name: EnglishName - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_EnglishName - commentId: P:Sdl.Core.Globalization.StableCultureInfo.EnglishName - fullName: Sdl.Core.Globalization.StableCultureInfo.EnglishName - nameWithType: StableCultureInfo.EnglishName -- uid: Sdl.Core.Globalization.StableCultureInfo.EnglishName* - name: EnglishName - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_EnglishName_ - commentId: Overload:Sdl.Core.Globalization.StableCultureInfo.EnglishName - fullName: Sdl.Core.Globalization.StableCultureInfo.EnglishName - nameWithType: StableCultureInfo.EnglishName -- uid: Sdl.Core.Globalization.StableCultureInfo.IsNeutralCulture - name: IsNeutralCulture - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_IsNeutralCulture - commentId: P:Sdl.Core.Globalization.StableCultureInfo.IsNeutralCulture - fullName: Sdl.Core.Globalization.StableCultureInfo.IsNeutralCulture - nameWithType: StableCultureInfo.IsNeutralCulture -- uid: Sdl.Core.Globalization.StableCultureInfo.IsNeutralCulture* - name: IsNeutralCulture - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_IsNeutralCulture_ - commentId: Overload:Sdl.Core.Globalization.StableCultureInfo.IsNeutralCulture - fullName: Sdl.Core.Globalization.StableCultureInfo.IsNeutralCulture - nameWithType: StableCultureInfo.IsNeutralCulture -- uid: Sdl.Core.Globalization.StableCultureInfo.KeyboardLayoutId - name: KeyboardLayoutId - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_KeyboardLayoutId - commentId: P:Sdl.Core.Globalization.StableCultureInfo.KeyboardLayoutId - fullName: Sdl.Core.Globalization.StableCultureInfo.KeyboardLayoutId - nameWithType: StableCultureInfo.KeyboardLayoutId -- uid: Sdl.Core.Globalization.StableCultureInfo.KeyboardLayoutId* - name: KeyboardLayoutId - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_KeyboardLayoutId_ - commentId: Overload:Sdl.Core.Globalization.StableCultureInfo.KeyboardLayoutId - fullName: Sdl.Core.Globalization.StableCultureInfo.KeyboardLayoutId - nameWithType: StableCultureInfo.KeyboardLayoutId -- uid: Sdl.Core.Globalization.StableCultureInfo.LCID - name: LCID - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_LCID - commentId: P:Sdl.Core.Globalization.StableCultureInfo.LCID - fullName: Sdl.Core.Globalization.StableCultureInfo.LCID - nameWithType: StableCultureInfo.LCID -- uid: Sdl.Core.Globalization.StableCultureInfo.LCID* - name: LCID - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_LCID_ - commentId: Overload:Sdl.Core.Globalization.StableCultureInfo.LCID - fullName: Sdl.Core.Globalization.StableCultureInfo.LCID - nameWithType: StableCultureInfo.LCID -- uid: Sdl.Core.Globalization.StableCultureInfo.Name - name: Name - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_Name - commentId: P:Sdl.Core.Globalization.StableCultureInfo.Name - fullName: Sdl.Core.Globalization.StableCultureInfo.Name - nameWithType: StableCultureInfo.Name -- uid: Sdl.Core.Globalization.StableCultureInfo.Name* - name: Name - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_Name_ - commentId: Overload:Sdl.Core.Globalization.StableCultureInfo.Name - fullName: Sdl.Core.Globalization.StableCultureInfo.Name - nameWithType: StableCultureInfo.Name -- uid: Sdl.Core.Globalization.StableCultureInfo.NativeName - name: NativeName - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_NativeName - commentId: P:Sdl.Core.Globalization.StableCultureInfo.NativeName - fullName: Sdl.Core.Globalization.StableCultureInfo.NativeName - nameWithType: StableCultureInfo.NativeName -- uid: Sdl.Core.Globalization.StableCultureInfo.NativeName* - name: NativeName - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_NativeName_ - commentId: Overload:Sdl.Core.Globalization.StableCultureInfo.NativeName - fullName: Sdl.Core.Globalization.StableCultureInfo.NativeName - nameWithType: StableCultureInfo.NativeName -- uid: Sdl.Core.Globalization.StableCultureInfo.Parent - name: Parent - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_Parent - commentId: P:Sdl.Core.Globalization.StableCultureInfo.Parent - fullName: Sdl.Core.Globalization.StableCultureInfo.Parent - nameWithType: StableCultureInfo.Parent -- uid: Sdl.Core.Globalization.StableCultureInfo.Parent* - name: Parent - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_Parent_ - commentId: Overload:Sdl.Core.Globalization.StableCultureInfo.Parent - fullName: Sdl.Core.Globalization.StableCultureInfo.Parent - nameWithType: StableCultureInfo.Parent -- uid: Sdl.Core.Globalization.StableCultureInfo.ThreeLetterISOLanguageName - name: ThreeLetterISOLanguageName - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_ThreeLetterISOLanguageName - commentId: P:Sdl.Core.Globalization.StableCultureInfo.ThreeLetterISOLanguageName - fullName: Sdl.Core.Globalization.StableCultureInfo.ThreeLetterISOLanguageName - nameWithType: StableCultureInfo.ThreeLetterISOLanguageName -- uid: Sdl.Core.Globalization.StableCultureInfo.ThreeLetterISOLanguageName* - name: ThreeLetterISOLanguageName - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_ThreeLetterISOLanguageName_ - commentId: Overload:Sdl.Core.Globalization.StableCultureInfo.ThreeLetterISOLanguageName - fullName: Sdl.Core.Globalization.StableCultureInfo.ThreeLetterISOLanguageName - nameWithType: StableCultureInfo.ThreeLetterISOLanguageName -- uid: Sdl.Core.Globalization.StableCultureInfo.ThreeLetterWindowsLanguageName - name: ThreeLetterWindowsLanguageName - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_ThreeLetterWindowsLanguageName - commentId: P:Sdl.Core.Globalization.StableCultureInfo.ThreeLetterWindowsLanguageName - fullName: Sdl.Core.Globalization.StableCultureInfo.ThreeLetterWindowsLanguageName - nameWithType: StableCultureInfo.ThreeLetterWindowsLanguageName -- uid: Sdl.Core.Globalization.StableCultureInfo.ThreeLetterWindowsLanguageName* - name: ThreeLetterWindowsLanguageName - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_ThreeLetterWindowsLanguageName_ - commentId: Overload:Sdl.Core.Globalization.StableCultureInfo.ThreeLetterWindowsLanguageName - fullName: Sdl.Core.Globalization.StableCultureInfo.ThreeLetterWindowsLanguageName - nameWithType: StableCultureInfo.ThreeLetterWindowsLanguageName -- uid: Sdl.Core.Globalization.StableCultureInfo.TwoLetterISOLanguageName - name: TwoLetterISOLanguageName - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_TwoLetterISOLanguageName - commentId: P:Sdl.Core.Globalization.StableCultureInfo.TwoLetterISOLanguageName - fullName: Sdl.Core.Globalization.StableCultureInfo.TwoLetterISOLanguageName - nameWithType: StableCultureInfo.TwoLetterISOLanguageName -- uid: Sdl.Core.Globalization.StableCultureInfo.TwoLetterISOLanguageName* - name: TwoLetterISOLanguageName - href: api/core/Sdl.Core.Globalization.StableCultureInfo.html#Sdl_Core_Globalization_StableCultureInfo_TwoLetterISOLanguageName_ - commentId: Overload:Sdl.Core.Globalization.StableCultureInfo.TwoLetterISOLanguageName - fullName: Sdl.Core.Globalization.StableCultureInfo.TwoLetterISOLanguageName - nameWithType: StableCultureInfo.TwoLetterISOLanguageName -- uid: Sdl.Core.Globalization.UnitDefinition - name: Sdl.Core.Globalization.UnitDefinition - href: api/core/Sdl.Core.Globalization.UnitDefinition.html - commentId: N:Sdl.Core.Globalization.UnitDefinition - fullName: Sdl.Core.Globalization.UnitDefinition - nameWithType: Sdl.Core.Globalization.UnitDefinition -- uid: Sdl.Core.Globalization.UnitDefinition.UnitDefinition - name: UnitDefinition - href: api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinition.html - commentId: T:Sdl.Core.Globalization.UnitDefinition.UnitDefinition - fullName: Sdl.Core.Globalization.UnitDefinition.UnitDefinition - nameWithType: UnitDefinition -- uid: Sdl.Core.Globalization.UnitDefinition.UnitDefinition.#ctor - name: UnitDefinition() - href: api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinition.html#Sdl_Core_Globalization_UnitDefinition_UnitDefinition__ctor - commentId: M:Sdl.Core.Globalization.UnitDefinition.UnitDefinition.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.UnitDefinition.UnitDefinition.UnitDefinition() - fullName.vb: Sdl.Core.Globalization.UnitDefinition.UnitDefinition.New() - nameWithType: UnitDefinition.UnitDefinition() - nameWithType.vb: UnitDefinition.New() -- uid: Sdl.Core.Globalization.UnitDefinition.UnitDefinition.#ctor* - name: UnitDefinition - href: api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinition.html#Sdl_Core_Globalization_UnitDefinition_UnitDefinition__ctor_ - commentId: Overload:Sdl.Core.Globalization.UnitDefinition.UnitDefinition.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.UnitDefinition.UnitDefinition.UnitDefinition - fullName.vb: Sdl.Core.Globalization.UnitDefinition.UnitDefinition.New - nameWithType: UnitDefinition.UnitDefinition - nameWithType.vb: UnitDefinition.New -- uid: Sdl.Core.Globalization.UnitDefinition.UnitDefinition.UnitKey - name: UnitKey - href: api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinition.html#Sdl_Core_Globalization_UnitDefinition_UnitDefinition_UnitKey - commentId: P:Sdl.Core.Globalization.UnitDefinition.UnitDefinition.UnitKey - fullName: Sdl.Core.Globalization.UnitDefinition.UnitDefinition.UnitKey - nameWithType: UnitDefinition.UnitKey -- uid: Sdl.Core.Globalization.UnitDefinition.UnitDefinition.UnitKey* - name: UnitKey - href: api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinition.html#Sdl_Core_Globalization_UnitDefinition_UnitDefinition_UnitKey_ - commentId: Overload:Sdl.Core.Globalization.UnitDefinition.UnitDefinition.UnitKey - fullName: Sdl.Core.Globalization.UnitDefinition.UnitDefinition.UnitKey - nameWithType: UnitDefinition.UnitKey -- uid: Sdl.Core.Globalization.UnitDefinition.UnitDefinition.UnitType - name: UnitType - href: api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinition.html#Sdl_Core_Globalization_UnitDefinition_UnitDefinition_UnitType - commentId: P:Sdl.Core.Globalization.UnitDefinition.UnitDefinition.UnitType - fullName: Sdl.Core.Globalization.UnitDefinition.UnitDefinition.UnitType - nameWithType: UnitDefinition.UnitType -- uid: Sdl.Core.Globalization.UnitDefinition.UnitDefinition.UnitType* - name: UnitType - href: api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinition.html#Sdl_Core_Globalization_UnitDefinition_UnitDefinition_UnitType_ - commentId: Overload:Sdl.Core.Globalization.UnitDefinition.UnitDefinition.UnitType - fullName: Sdl.Core.Globalization.UnitDefinition.UnitDefinition.UnitType - nameWithType: UnitDefinition.UnitType -- uid: Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet - name: UnitDefinitionSet - href: api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.html - commentId: T:Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet - fullName: Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet - nameWithType: UnitDefinitionSet -- uid: Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.#ctor - name: UnitDefinitionSet() - href: api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.html#Sdl_Core_Globalization_UnitDefinition_UnitDefinitionSet__ctor - commentId: M:Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.UnitDefinitionSet() - fullName.vb: Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.New() - nameWithType: UnitDefinitionSet.UnitDefinitionSet() - nameWithType.vb: UnitDefinitionSet.New() -- uid: Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.#ctor* - name: UnitDefinitionSet - href: api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.html#Sdl_Core_Globalization_UnitDefinition_UnitDefinitionSet__ctor_ - commentId: Overload:Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.UnitDefinitionSet - fullName.vb: Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.New - nameWithType: UnitDefinitionSet.UnitDefinitionSet - nameWithType.vb: UnitDefinitionSet.New -- uid: Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.GetDefinitionByKey(System.String) - name: GetDefinitionByKey(string) - href: api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.html#Sdl_Core_Globalization_UnitDefinition_UnitDefinitionSet_GetDefinitionByKey_System_String_ - commentId: M:Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.GetDefinitionByKey(System.String) - name.vb: GetDefinitionByKey(String) - fullName: Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.GetDefinitionByKey(string) - fullName.vb: Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.GetDefinitionByKey(String) - nameWithType: UnitDefinitionSet.GetDefinitionByKey(string) - nameWithType.vb: UnitDefinitionSet.GetDefinitionByKey(String) -- uid: Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.GetDefinitionByKey* - name: GetDefinitionByKey - href: api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.html#Sdl_Core_Globalization_UnitDefinition_UnitDefinitionSet_GetDefinitionByKey_ - commentId: Overload:Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.GetDefinitionByKey - fullName: Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.GetDefinitionByKey - nameWithType: UnitDefinitionSet.GetDefinitionByKey -- uid: Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.UnitDefinitions - name: UnitDefinitions - href: api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.html#Sdl_Core_Globalization_UnitDefinition_UnitDefinitionSet_UnitDefinitions - commentId: P:Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.UnitDefinitions - fullName: Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.UnitDefinitions - nameWithType: UnitDefinitionSet.UnitDefinitions -- uid: Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.UnitDefinitions* - name: UnitDefinitions - href: api/core/Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.html#Sdl_Core_Globalization_UnitDefinition_UnitDefinitionSet_UnitDefinitions_ - commentId: Overload:Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.UnitDefinitions - fullName: Sdl.Core.Globalization.UnitDefinition.UnitDefinitionSet.UnitDefinitions - nameWithType: UnitDefinitionSet.UnitDefinitions -- uid: Sdl.Core.Globalization.UnitMetadata - name: Sdl.Core.Globalization.UnitMetadata - href: api/core/Sdl.Core.Globalization.UnitMetadata.html - commentId: N:Sdl.Core.Globalization.UnitMetadata - fullName: Sdl.Core.Globalization.UnitMetadata - nameWithType: Sdl.Core.Globalization.UnitMetadata -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueCondition - name: LabelValueCondition - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.html - commentId: T:Sdl.Core.Globalization.UnitMetadata.LabelValueCondition - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueCondition - nameWithType: LabelValueCondition -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.#ctor - name: LabelValueCondition() - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.html#Sdl_Core_Globalization_UnitMetadata_LabelValueCondition__ctor - commentId: M:Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.LabelValueCondition() - fullName.vb: Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.New() - nameWithType: LabelValueCondition.LabelValueCondition() - nameWithType.vb: LabelValueCondition.New() -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.#ctor* - name: LabelValueCondition - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.html#Sdl_Core_Globalization_UnitMetadata_LabelValueCondition__ctor_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.LabelValueCondition - fullName.vb: Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.New - nameWithType: LabelValueCondition.LabelValueCondition - nameWithType.vb: LabelValueCondition.New -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.Label - name: Label - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.html#Sdl_Core_Globalization_UnitMetadata_LabelValueCondition_Label - commentId: P:Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.Label - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.Label - nameWithType: LabelValueCondition.Label -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.Label* - name: Label - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.html#Sdl_Core_Globalization_UnitMetadata_LabelValueCondition_Label_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.Label - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.Label - nameWithType: LabelValueCondition.Label -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.NumberGrammarRangeSetID - name: NumberGrammarRangeSetID - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.html#Sdl_Core_Globalization_UnitMetadata_LabelValueCondition_NumberGrammarRangeSetID - commentId: P:Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.NumberGrammarRangeSetID - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.NumberGrammarRangeSetID - nameWithType: LabelValueCondition.NumberGrammarRangeSetID -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.NumberGrammarRangeSetID* - name: NumberGrammarRangeSetID - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.html#Sdl_Core_Globalization_UnitMetadata_LabelValueCondition_NumberGrammarRangeSetID_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.NumberGrammarRangeSetID - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueCondition.NumberGrammarRangeSetID - nameWithType: LabelValueCondition.NumberGrammarRangeSetID -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueSet - name: LabelValueSet - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html - commentId: T:Sdl.Core.Globalization.UnitMetadata.LabelValueSet - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueSet - nameWithType: LabelValueSet -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.#ctor - name: LabelValueSet() - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html#Sdl_Core_Globalization_UnitMetadata_LabelValueSet__ctor - commentId: M:Sdl.Core.Globalization.UnitMetadata.LabelValueSet.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.LabelValueSet() - fullName.vb: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.New() - nameWithType: LabelValueSet.LabelValueSet() - nameWithType.vb: LabelValueSet.New() -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.#ctor* - name: LabelValueSet - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html#Sdl_Core_Globalization_UnitMetadata_LabelValueSet__ctor_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.LabelValueSet.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.LabelValueSet - fullName.vb: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.New - nameWithType: LabelValueSet.LabelValueSet - nameWithType.vb: LabelValueSet.New -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.ContainsLabel(System.String) - name: ContainsLabel(string) - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html#Sdl_Core_Globalization_UnitMetadata_LabelValueSet_ContainsLabel_System_String_ - commentId: M:Sdl.Core.Globalization.UnitMetadata.LabelValueSet.ContainsLabel(System.String) - name.vb: ContainsLabel(String) - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.ContainsLabel(string) - fullName.vb: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.ContainsLabel(String) - nameWithType: LabelValueSet.ContainsLabel(string) - nameWithType.vb: LabelValueSet.ContainsLabel(String) -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.ContainsLabel* - name: ContainsLabel - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html#Sdl_Core_Globalization_UnitMetadata_LabelValueSet_ContainsLabel_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.LabelValueSet.ContainsLabel - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.ContainsLabel - nameWithType: LabelValueSet.ContainsLabel -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.GetLabel(System.Double) - name: GetLabel(double) - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html#Sdl_Core_Globalization_UnitMetadata_LabelValueSet_GetLabel_System_Double_ - commentId: M:Sdl.Core.Globalization.UnitMetadata.LabelValueSet.GetLabel(System.Double) - name.vb: GetLabel(Double) - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.GetLabel(double) - fullName.vb: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.GetLabel(Double) - nameWithType: LabelValueSet.GetLabel(double) - nameWithType.vb: LabelValueSet.GetLabel(Double) -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.GetLabel(System.Int32) - name: GetLabel(int) - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html#Sdl_Core_Globalization_UnitMetadata_LabelValueSet_GetLabel_System_Int32_ - commentId: M:Sdl.Core.Globalization.UnitMetadata.LabelValueSet.GetLabel(System.Int32) - name.vb: GetLabel(Integer) - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.GetLabel(int) - fullName.vb: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.GetLabel(Integer) - nameWithType: LabelValueSet.GetLabel(int) - nameWithType.vb: LabelValueSet.GetLabel(Integer) -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.GetLabel* - name: GetLabel - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html#Sdl_Core_Globalization_UnitMetadata_LabelValueSet_GetLabel_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.LabelValueSet.GetLabel - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.GetLabel - nameWithType: LabelValueSet.GetLabel -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.LabelValueConditions - name: LabelValueConditions - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html#Sdl_Core_Globalization_UnitMetadata_LabelValueSet_LabelValueConditions - commentId: P:Sdl.Core.Globalization.UnitMetadata.LabelValueSet.LabelValueConditions - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.LabelValueConditions - nameWithType: LabelValueSet.LabelValueConditions -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.LabelValueConditions* - name: LabelValueConditions - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html#Sdl_Core_Globalization_UnitMetadata_LabelValueSet_LabelValueConditions_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.LabelValueSet.LabelValueConditions - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.LabelValueConditions - nameWithType: LabelValueSet.LabelValueConditions -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.Preferred - name: Preferred - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html#Sdl_Core_Globalization_UnitMetadata_LabelValueSet_Preferred - commentId: P:Sdl.Core.Globalization.UnitMetadata.LabelValueSet.Preferred - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.Preferred - nameWithType: LabelValueSet.Preferred -- uid: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.Preferred* - name: Preferred - href: api/core/Sdl.Core.Globalization.UnitMetadata.LabelValueSet.html#Sdl_Core_Globalization_UnitMetadata_LabelValueSet_Preferred_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.LabelValueSet.Preferred - fullName: Sdl.Core.Globalization.UnitMetadata.LabelValueSet.Preferred - nameWithType: LabelValueSet.Preferred -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadata - name: UnitMetadata - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.html - commentId: T:Sdl.Core.Globalization.UnitMetadata.UnitMetadata - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadata - nameWithType: UnitMetadata -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.#ctor - name: UnitMetadata() - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadata__ctor - commentId: M:Sdl.Core.Globalization.UnitMetadata.UnitMetadata.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.UnitMetadata() - fullName.vb: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.New() - nameWithType: UnitMetadata.UnitMetadata() - nameWithType.vb: UnitMetadata.New() -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.#ctor* - name: UnitMetadata - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadata__ctor_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadata.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.UnitMetadata - fullName.vb: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.New - nameWithType: UnitMetadata.UnitMetadata - nameWithType.vb: UnitMetadata.New -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.DoNotInherit - name: DoNotInherit - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadata_DoNotInherit - commentId: P:Sdl.Core.Globalization.UnitMetadata.UnitMetadata.DoNotInherit - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.DoNotInherit - nameWithType: UnitMetadata.DoNotInherit -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.DoNotInherit* - name: DoNotInherit - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadata_DoNotInherit_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadata.DoNotInherit - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.DoNotInherit - nameWithType: UnitMetadata.DoNotInherit -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.LabelValueSetFromLabel(System.String) - name: LabelValueSetFromLabel(string) - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadata_LabelValueSetFromLabel_System_String_ - commentId: M:Sdl.Core.Globalization.UnitMetadata.UnitMetadata.LabelValueSetFromLabel(System.String) - name.vb: LabelValueSetFromLabel(String) - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.LabelValueSetFromLabel(string) - fullName.vb: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.LabelValueSetFromLabel(String) - nameWithType: UnitMetadata.LabelValueSetFromLabel(string) - nameWithType.vb: UnitMetadata.LabelValueSetFromLabel(String) -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.LabelValueSetFromLabel* - name: LabelValueSetFromLabel - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadata_LabelValueSetFromLabel_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadata.LabelValueSetFromLabel - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.LabelValueSetFromLabel - nameWithType: UnitMetadata.LabelValueSetFromLabel -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.LabelValueSets - name: LabelValueSets - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadata_LabelValueSets - commentId: P:Sdl.Core.Globalization.UnitMetadata.UnitMetadata.LabelValueSets - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.LabelValueSets - nameWithType: UnitMetadata.LabelValueSets -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.LabelValueSets* - name: LabelValueSets - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadata_LabelValueSets_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadata.LabelValueSets - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.LabelValueSets - nameWithType: UnitMetadata.LabelValueSets -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.UnitKey - name: UnitKey - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadata_UnitKey - commentId: P:Sdl.Core.Globalization.UnitMetadata.UnitMetadata.UnitKey - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.UnitKey - nameWithType: UnitMetadata.UnitKey -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.UnitKey* - name: UnitKey - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadata.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadata_UnitKey_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadata.UnitKey - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadata.UnitKey - nameWithType: UnitMetadata.UnitKey -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi - name: UnitMetadataApi - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.html - commentId: T:Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi - nameWithType: UnitMetadataApi -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.Instance - name: Instance - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataApi_Instance - commentId: P:Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.Instance - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.Instance - nameWithType: UnitMetadataApi.Instance -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.Instance* - name: Instance - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataApi_Instance_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.Instance - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.Instance - nameWithType: UnitMetadataApi.Instance -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.Registry - name: Registry - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataApi_Registry - commentId: P:Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.Registry - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.Registry - nameWithType: UnitMetadataApi.Registry -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.Registry* - name: Registry - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataApi_Registry_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.Registry - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataApi.Registry - nameWithType: UnitMetadataApi.Registry -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry - name: UnitMetadataRegistry - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html - commentId: T:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry - nameWithType: UnitMetadataRegistry -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.#ctor(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: UnitMetadataRegistry(ICultureMetadataManager) - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistry__ctor_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ - commentId: M:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.#ctor(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(ICultureMetadataManager) - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.UnitMetadataRegistry(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.New(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: UnitMetadataRegistry.UnitMetadataRegistry(ICultureMetadataManager) - nameWithType.vb: UnitMetadataRegistry.New(ICultureMetadataManager) -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.#ctor* - name: UnitMetadataRegistry - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistry__ctor_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.UnitMetadataRegistry - fullName.vb: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.New - nameWithType: UnitMetadataRegistry.UnitMetadataRegistry - nameWithType.vb: UnitMetadataRegistry.New -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.AllUnitMetadataFromLabelAsync(System.String,System.String) - name: AllUnitMetadataFromLabelAsync(string, string) - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistry_AllUnitMetadataFromLabelAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.AllUnitMetadataFromLabelAsync(System.String,System.String) - name.vb: AllUnitMetadataFromLabelAsync(String, String) - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.AllUnitMetadataFromLabelAsync(string, string) - fullName.vb: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.AllUnitMetadataFromLabelAsync(String, String) - nameWithType: UnitMetadataRegistry.AllUnitMetadataFromLabelAsync(string, string) - nameWithType.vb: UnitMetadataRegistry.AllUnitMetadataFromLabelAsync(String, String) -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.AllUnitMetadataFromLabelAsync* - name: AllUnitMetadataFromLabelAsync - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistry_AllUnitMetadataFromLabelAsync_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.AllUnitMetadataFromLabelAsync - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.AllUnitMetadataFromLabelAsync - nameWithType: UnitMetadataRegistry.AllUnitMetadataFromLabelAsync -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetAllMetadataAsync(System.String) - name: GetAllMetadataAsync(string) - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistry_GetAllMetadataAsync_System_String_ - commentId: M:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetAllMetadataAsync(System.String) - name.vb: GetAllMetadataAsync(String) - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetAllMetadataAsync(string) - fullName.vb: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetAllMetadataAsync(String) - nameWithType: UnitMetadataRegistry.GetAllMetadataAsync(string) - nameWithType.vb: UnitMetadataRegistry.GetAllMetadataAsync(String) -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetAllMetadataAsync* - name: GetAllMetadataAsync - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistry_GetAllMetadataAsync_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetAllMetadataAsync - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetAllMetadataAsync - nameWithType: UnitMetadataRegistry.GetAllMetadataAsync -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetPreferredLabelValueSetAsync(System.String,System.String) - name: GetPreferredLabelValueSetAsync(string, string) - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistry_GetPreferredLabelValueSetAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetPreferredLabelValueSetAsync(System.String,System.String) - name.vb: GetPreferredLabelValueSetAsync(String, String) - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetPreferredLabelValueSetAsync(string, string) - fullName.vb: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetPreferredLabelValueSetAsync(String, String) - nameWithType: UnitMetadataRegistry.GetPreferredLabelValueSetAsync(string, string) - nameWithType.vb: UnitMetadataRegistry.GetPreferredLabelValueSetAsync(String, String) -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetPreferredLabelValueSetAsync* - name: GetPreferredLabelValueSetAsync - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistry_GetPreferredLabelValueSetAsync_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetPreferredLabelValueSetAsync - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetPreferredLabelValueSetAsync - nameWithType: UnitMetadataRegistry.GetPreferredLabelValueSetAsync -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitDefinitionSetAsync - name: GetUnitDefinitionSetAsync() - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistry_GetUnitDefinitionSetAsync - commentId: M:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitDefinitionSetAsync - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitDefinitionSetAsync() - nameWithType: UnitMetadataRegistry.GetUnitDefinitionSetAsync() -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitDefinitionSetAsync* - name: GetUnitDefinitionSetAsync - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistry_GetUnitDefinitionSetAsync_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitDefinitionSetAsync - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitDefinitionSetAsync - nameWithType: UnitMetadataRegistry.GetUnitDefinitionSetAsync -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataFromKeyAsync(System.String,System.String) - name: GetUnitMetadataFromKeyAsync(string, string) - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistry_GetUnitMetadataFromKeyAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataFromKeyAsync(System.String,System.String) - name.vb: GetUnitMetadataFromKeyAsync(String, String) - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataFromKeyAsync(string, string) - fullName.vb: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataFromKeyAsync(String, String) - nameWithType: UnitMetadataRegistry.GetUnitMetadataFromKeyAsync(string, string) - nameWithType.vb: UnitMetadataRegistry.GetUnitMetadataFromKeyAsync(String, String) -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataFromKeyAsync* - name: GetUnitMetadataFromKeyAsync - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistry_GetUnitMetadataFromKeyAsync_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataFromKeyAsync - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataFromKeyAsync - nameWithType: UnitMetadataRegistry.GetUnitMetadataFromKeyAsync -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataFromLabelAsync(System.String,System.String) - name: GetUnitMetadataFromLabelAsync(string, string) - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistry_GetUnitMetadataFromLabelAsync_System_String_System_String_ - commentId: M:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataFromLabelAsync(System.String,System.String) - name.vb: GetUnitMetadataFromLabelAsync(String, String) - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataFromLabelAsync(string, string) - fullName.vb: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataFromLabelAsync(String, String) - nameWithType: UnitMetadataRegistry.GetUnitMetadataFromLabelAsync(string, string) - nameWithType.vb: UnitMetadataRegistry.GetUnitMetadataFromLabelAsync(String, String) -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataFromLabelAsync* - name: GetUnitMetadataFromLabelAsync - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistry_GetUnitMetadataFromLabelAsync_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataFromLabelAsync - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataFromLabelAsync - nameWithType: UnitMetadataRegistry.GetUnitMetadataFromLabelAsync -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataSetAsync(System.String) - name: GetUnitMetadataSetAsync(string) - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistry_GetUnitMetadataSetAsync_System_String_ - commentId: M:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataSetAsync(System.String) - name.vb: GetUnitMetadataSetAsync(String) - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataSetAsync(string) - fullName.vb: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataSetAsync(String) - nameWithType: UnitMetadataRegistry.GetUnitMetadataSetAsync(string) - nameWithType.vb: UnitMetadataRegistry.GetUnitMetadataSetAsync(String) -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataSetAsync* - name: GetUnitMetadataSetAsync - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistry_GetUnitMetadataSetAsync_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataSetAsync - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistry.GetUnitMetadataSetAsync - nameWithType: UnitMetadataRegistry.GetUnitMetadataSetAsync -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException - name: UnitMetadataRegistryException - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.html - commentId: T:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException - nameWithType: UnitMetadataRegistryException -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.#ctor(System.String) - name: UnitMetadataRegistryException(string) - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistryException__ctor_System_String_ - commentId: M:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.UnitMetadataRegistryException(string) - fullName.vb: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.New(String) - nameWithType: UnitMetadataRegistryException.UnitMetadataRegistryException(string) - nameWithType.vb: UnitMetadataRegistryException.New(String) -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.#ctor* - name: UnitMetadataRegistryException - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataRegistryException__ctor_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.UnitMetadataRegistryException - fullName.vb: Sdl.Core.Globalization.UnitMetadata.UnitMetadataRegistryException.New - nameWithType: UnitMetadataRegistryException.UnitMetadataRegistryException - nameWithType.vb: UnitMetadataRegistryException.New -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet - name: UnitMetadataSet - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.html - commentId: T:Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet - nameWithType: UnitMetadataSet -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.#ctor - name: UnitMetadataSet() - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataSet__ctor - commentId: M:Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.UnitMetadataSet() - fullName.vb: Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.New() - nameWithType: UnitMetadataSet.UnitMetadataSet() - nameWithType.vb: UnitMetadataSet.New() -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.#ctor* - name: UnitMetadataSet - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataSet__ctor_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.UnitMetadataSet - fullName.vb: Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.New - nameWithType: UnitMetadataSet.UnitMetadataSet - nameWithType.vb: UnitMetadataSet.New -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.LanguageCode - name: LanguageCode - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataSet_LanguageCode - commentId: P:Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.LanguageCode - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.LanguageCode - nameWithType: UnitMetadataSet.LanguageCode -- uid: Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.LanguageCode* - name: LanguageCode - href: api/core/Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.html#Sdl_Core_Globalization_UnitMetadata_UnitMetadataSet_LanguageCode_ - commentId: Overload:Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.LanguageCode - fullName: Sdl.Core.Globalization.UnitMetadata.UnitMetadataSet.LanguageCode - nameWithType: UnitMetadataSet.LanguageCode - uid: Sdl.Core.Globalization.UnsupportedCodepageException name: UnsupportedCodepageException href: api/core/Sdl.Core.Globalization.UnsupportedCodepageException.html @@ -11304,98 +5834,32 @@ references: name: UnsupportedCodepageException() href: api/core/Sdl.Core.Globalization.UnsupportedCodepageException.html#Sdl_Core_Globalization_UnsupportedCodepageException__ctor commentId: M:Sdl.Core.Globalization.UnsupportedCodepageException.#ctor - name.vb: New() fullName: Sdl.Core.Globalization.UnsupportedCodepageException.UnsupportedCodepageException() - fullName.vb: Sdl.Core.Globalization.UnsupportedCodepageException.New() nameWithType: UnsupportedCodepageException.UnsupportedCodepageException() - nameWithType.vb: UnsupportedCodepageException.New() - uid: Sdl.Core.Globalization.UnsupportedCodepageException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: UnsupportedCodepageException(SerializationInfo, StreamingContext) href: api/core/Sdl.Core.Globalization.UnsupportedCodepageException.html#Sdl_Core_Globalization_UnsupportedCodepageException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.Core.Globalization.UnsupportedCodepageException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.Core.Globalization.UnsupportedCodepageException.UnsupportedCodepageException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.Core.Globalization.UnsupportedCodepageException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: UnsupportedCodepageException.UnsupportedCodepageException(SerializationInfo, StreamingContext) - nameWithType.vb: UnsupportedCodepageException.New(SerializationInfo, StreamingContext) - uid: Sdl.Core.Globalization.UnsupportedCodepageException.#ctor(System.String) - name: UnsupportedCodepageException(string) + name: UnsupportedCodepageException(String) href: api/core/Sdl.Core.Globalization.UnsupportedCodepageException.html#Sdl_Core_Globalization_UnsupportedCodepageException__ctor_System_String_ commentId: M:Sdl.Core.Globalization.UnsupportedCodepageException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.Globalization.UnsupportedCodepageException.UnsupportedCodepageException(string) - fullName.vb: Sdl.Core.Globalization.UnsupportedCodepageException.New(String) - nameWithType: UnsupportedCodepageException.UnsupportedCodepageException(string) - nameWithType.vb: UnsupportedCodepageException.New(String) + fullName: Sdl.Core.Globalization.UnsupportedCodepageException.UnsupportedCodepageException(System.String) + nameWithType: UnsupportedCodepageException.UnsupportedCodepageException(String) - uid: Sdl.Core.Globalization.UnsupportedCodepageException.#ctor(System.String,System.Exception) - name: UnsupportedCodepageException(string, Exception) + name: UnsupportedCodepageException(String, Exception) href: api/core/Sdl.Core.Globalization.UnsupportedCodepageException.html#Sdl_Core_Globalization_UnsupportedCodepageException__ctor_System_String_System_Exception_ commentId: M:Sdl.Core.Globalization.UnsupportedCodepageException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.Core.Globalization.UnsupportedCodepageException.UnsupportedCodepageException(string, System.Exception) - fullName.vb: Sdl.Core.Globalization.UnsupportedCodepageException.New(String, System.Exception) - nameWithType: UnsupportedCodepageException.UnsupportedCodepageException(string, Exception) - nameWithType.vb: UnsupportedCodepageException.New(String, Exception) + fullName: Sdl.Core.Globalization.UnsupportedCodepageException.UnsupportedCodepageException(System.String, System.Exception) + nameWithType: UnsupportedCodepageException.UnsupportedCodepageException(String, Exception) - uid: Sdl.Core.Globalization.UnsupportedCodepageException.#ctor* name: UnsupportedCodepageException href: api/core/Sdl.Core.Globalization.UnsupportedCodepageException.html#Sdl_Core_Globalization_UnsupportedCodepageException__ctor_ commentId: Overload:Sdl.Core.Globalization.UnsupportedCodepageException.#ctor - name.vb: New fullName: Sdl.Core.Globalization.UnsupportedCodepageException.UnsupportedCodepageException - fullName.vb: Sdl.Core.Globalization.UnsupportedCodepageException.New nameWithType: UnsupportedCodepageException.UnsupportedCodepageException - nameWithType.vb: UnsupportedCodepageException.New -- uid: Sdl.Core.Globalization.UnsupportedLanguageException - name: UnsupportedLanguageException - href: api/core/Sdl.Core.Globalization.UnsupportedLanguageException.html - commentId: T:Sdl.Core.Globalization.UnsupportedLanguageException - fullName: Sdl.Core.Globalization.UnsupportedLanguageException - nameWithType: UnsupportedLanguageException -- uid: Sdl.Core.Globalization.UnsupportedLanguageException.#ctor - name: UnsupportedLanguageException() - href: api/core/Sdl.Core.Globalization.UnsupportedLanguageException.html#Sdl_Core_Globalization_UnsupportedLanguageException__ctor - commentId: M:Sdl.Core.Globalization.UnsupportedLanguageException.#ctor - name.vb: New() - fullName: Sdl.Core.Globalization.UnsupportedLanguageException.UnsupportedLanguageException() - fullName.vb: Sdl.Core.Globalization.UnsupportedLanguageException.New() - nameWithType: UnsupportedLanguageException.UnsupportedLanguageException() - nameWithType.vb: UnsupportedLanguageException.New() -- uid: Sdl.Core.Globalization.UnsupportedLanguageException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name: UnsupportedLanguageException(SerializationInfo, StreamingContext) - href: api/core/Sdl.Core.Globalization.UnsupportedLanguageException.html#Sdl_Core_Globalization_UnsupportedLanguageException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ - commentId: M:Sdl.Core.Globalization.UnsupportedLanguageException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) - fullName: Sdl.Core.Globalization.UnsupportedLanguageException.UnsupportedLanguageException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.Core.Globalization.UnsupportedLanguageException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - nameWithType: UnsupportedLanguageException.UnsupportedLanguageException(SerializationInfo, StreamingContext) - nameWithType.vb: UnsupportedLanguageException.New(SerializationInfo, StreamingContext) -- uid: Sdl.Core.Globalization.UnsupportedLanguageException.#ctor(System.String) - name: UnsupportedLanguageException(string) - href: api/core/Sdl.Core.Globalization.UnsupportedLanguageException.html#Sdl_Core_Globalization_UnsupportedLanguageException__ctor_System_String_ - commentId: M:Sdl.Core.Globalization.UnsupportedLanguageException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.Globalization.UnsupportedLanguageException.UnsupportedLanguageException(string) - fullName.vb: Sdl.Core.Globalization.UnsupportedLanguageException.New(String) - nameWithType: UnsupportedLanguageException.UnsupportedLanguageException(string) - nameWithType.vb: UnsupportedLanguageException.New(String) -- uid: Sdl.Core.Globalization.UnsupportedLanguageException.#ctor(System.String,System.Exception) - name: UnsupportedLanguageException(string, Exception) - href: api/core/Sdl.Core.Globalization.UnsupportedLanguageException.html#Sdl_Core_Globalization_UnsupportedLanguageException__ctor_System_String_System_Exception_ - commentId: M:Sdl.Core.Globalization.UnsupportedLanguageException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.Core.Globalization.UnsupportedLanguageException.UnsupportedLanguageException(string, System.Exception) - fullName.vb: Sdl.Core.Globalization.UnsupportedLanguageException.New(String, System.Exception) - nameWithType: UnsupportedLanguageException.UnsupportedLanguageException(string, Exception) - nameWithType.vb: UnsupportedLanguageException.New(String, Exception) -- uid: Sdl.Core.Globalization.UnsupportedLanguageException.#ctor* - name: UnsupportedLanguageException - href: api/core/Sdl.Core.Globalization.UnsupportedLanguageException.html#Sdl_Core_Globalization_UnsupportedLanguageException__ctor_ - commentId: Overload:Sdl.Core.Globalization.UnsupportedLanguageException.#ctor - name.vb: New - fullName: Sdl.Core.Globalization.UnsupportedLanguageException.UnsupportedLanguageException - fullName.vb: Sdl.Core.Globalization.UnsupportedLanguageException.New - nameWithType: UnsupportedLanguageException.UnsupportedLanguageException - nameWithType.vb: UnsupportedLanguageException.New - uid: Sdl.Core.LanguageProcessing.Tokenization name: Sdl.Core.LanguageProcessing.Tokenization href: api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.html @@ -11412,38 +5876,26 @@ references: name: SeparatorCombination() href: api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.html#Sdl_Core_LanguageProcessing_Tokenization_SeparatorCombination__ctor commentId: M:Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.#ctor - name.vb: New() fullName: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.SeparatorCombination() - fullName.vb: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.New() nameWithType: SeparatorCombination.SeparatorCombination() - nameWithType.vb: SeparatorCombination.New() - uid: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.#ctor(System.Globalization.CultureInfo,System.Boolean) - name: SeparatorCombination(CultureInfo, bool) + name: SeparatorCombination(CultureInfo, Boolean) href: api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.html#Sdl_Core_LanguageProcessing_Tokenization_SeparatorCombination__ctor_System_Globalization_CultureInfo_System_Boolean_ commentId: M:Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.#ctor(System.Globalization.CultureInfo,System.Boolean) - name.vb: New(CultureInfo, Boolean) - fullName: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.SeparatorCombination(System.Globalization.CultureInfo, bool) - fullName.vb: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.New(System.Globalization.CultureInfo, Boolean) - nameWithType: SeparatorCombination.SeparatorCombination(CultureInfo, bool) - nameWithType.vb: SeparatorCombination.New(CultureInfo, Boolean) + fullName: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.SeparatorCombination(System.Globalization.CultureInfo, System.Boolean) + nameWithType: SeparatorCombination.SeparatorCombination(CultureInfo, Boolean) - uid: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.#ctor(System.String,System.String,System.Boolean) - name: SeparatorCombination(string, string, bool) + name: SeparatorCombination(String, String, Boolean) href: api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.html#Sdl_Core_LanguageProcessing_Tokenization_SeparatorCombination__ctor_System_String_System_String_System_Boolean_ commentId: M:Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.#ctor(System.String,System.String,System.Boolean) - name.vb: New(String, String, Boolean) - fullName: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.SeparatorCombination(string, string, bool) - fullName.vb: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.New(String, String, Boolean) - nameWithType: SeparatorCombination.SeparatorCombination(string, string, bool) - nameWithType.vb: SeparatorCombination.New(String, String, Boolean) + fullName: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.SeparatorCombination(System.String, System.String, System.Boolean) + nameWithType: SeparatorCombination.SeparatorCombination(String, String, Boolean) - uid: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.#ctor* name: SeparatorCombination href: api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.html#Sdl_Core_LanguageProcessing_Tokenization_SeparatorCombination__ctor_ commentId: Overload:Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.#ctor - name.vb: New fullName: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.SeparatorCombination - fullName.vb: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.New nameWithType: SeparatorCombination.SeparatorCombination - nameWithType.vb: SeparatorCombination.New - uid: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.Clone name: Clone() href: api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.html#Sdl_Core_LanguageProcessing_Tokenization_SeparatorCombination_Clone @@ -11469,14 +5921,11 @@ references: fullName: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.DecimalSeparators nameWithType: SeparatorCombination.DecimalSeparators - uid: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.html#Sdl_Core_LanguageProcessing_Tokenization_SeparatorCombination_Equals_System_Object_ commentId: M:Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.Equals(object) - fullName.vb: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.Equals(Object) - nameWithType: SeparatorCombination.Equals(object) - nameWithType.vb: SeparatorCombination.Equals(Object) + fullName: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.Equals(System.Object) + nameWithType: SeparatorCombination.Equals(Object) - uid: Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.Equals* name: Equals href: api/translationmemory/Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination.html#Sdl_Core_LanguageProcessing_Tokenization_SeparatorCombination_Equals_ @@ -11535,20 +5984,14 @@ references: name: AuxiliaryExtensionAttribute() href: api/core/Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.html#Sdl_Core_PluginFramework_AuxiliaryExtensionAttribute__ctor commentId: M:Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.#ctor - name.vb: New() fullName: Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.AuxiliaryExtensionAttribute() - fullName.vb: Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.New() nameWithType: AuxiliaryExtensionAttribute.AuxiliaryExtensionAttribute() - nameWithType.vb: AuxiliaryExtensionAttribute.New() - uid: Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.#ctor* name: AuxiliaryExtensionAttribute href: api/core/Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.html#Sdl_Core_PluginFramework_AuxiliaryExtensionAttribute__ctor_ commentId: Overload:Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.AuxiliaryExtensionAttribute - fullName.vb: Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.New nameWithType: AuxiliaryExtensionAttribute.AuxiliaryExtensionAttribute - nameWithType.vb: AuxiliaryExtensionAttribute.New - uid: Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.Validate(Sdl.Core.PluginFramework.Validation.IExtensionAttributeInfo,Sdl.Core.PluginFramework.Validation.IExtensionValidationContext) name: Validate(IExtensionAttributeInfo, IExtensionValidationContext) href: api/core/Sdl.Core.PluginFramework.AuxiliaryExtensionAttribute.html#Sdl_Core_PluginFramework_AuxiliaryExtensionAttribute_Validate_Sdl_Core_PluginFramework_Validation_IExtensionAttributeInfo_Sdl_Core_PluginFramework_Validation_IExtensionValidationContext_ @@ -11583,20 +6026,14 @@ references: name: ConfigManager() href: api/core/Sdl.Core.PluginFramework.Configuration.ConfigManager.html#Sdl_Core_PluginFramework_Configuration_ConfigManager__ctor commentId: M:Sdl.Core.PluginFramework.Configuration.ConfigManager.#ctor - name.vb: New() fullName: Sdl.Core.PluginFramework.Configuration.ConfigManager.ConfigManager() - fullName.vb: Sdl.Core.PluginFramework.Configuration.ConfigManager.New() nameWithType: ConfigManager.ConfigManager() - nameWithType.vb: ConfigManager.New() - uid: Sdl.Core.PluginFramework.Configuration.ConfigManager.#ctor* name: ConfigManager href: api/core/Sdl.Core.PluginFramework.Configuration.ConfigManager.html#Sdl_Core_PluginFramework_Configuration_ConfigManager__ctor_ commentId: Overload:Sdl.Core.PluginFramework.Configuration.ConfigManager.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.Configuration.ConfigManager.ConfigManager - fullName.vb: Sdl.Core.PluginFramework.Configuration.ConfigManager.New nameWithType: ConfigManager.ConfigManager - nameWithType.vb: ConfigManager.New - uid: Sdl.Core.PluginFramework.Configuration.ConfigManager.GetDefaultXmlConfiguration name: GetDefaultXmlConfiguration() href: api/core/Sdl.Core.PluginFramework.Configuration.ConfigManager.html#Sdl_Core_PluginFramework_Configuration_ConfigManager_GetDefaultXmlConfiguration @@ -11610,14 +6047,11 @@ references: fullName: Sdl.Core.PluginFramework.Configuration.ConfigManager.GetDefaultXmlConfiguration nameWithType: ConfigManager.GetDefaultXmlConfiguration - uid: Sdl.Core.PluginFramework.Configuration.ConfigManager.GetXmlConfiguration(System.String) - name: GetXmlConfiguration(string) + name: GetXmlConfiguration(String) href: api/core/Sdl.Core.PluginFramework.Configuration.ConfigManager.html#Sdl_Core_PluginFramework_Configuration_ConfigManager_GetXmlConfiguration_System_String_ commentId: M:Sdl.Core.PluginFramework.Configuration.ConfigManager.GetXmlConfiguration(System.String) - name.vb: GetXmlConfiguration(String) - fullName: Sdl.Core.PluginFramework.Configuration.ConfigManager.GetXmlConfiguration(string) - fullName.vb: Sdl.Core.PluginFramework.Configuration.ConfigManager.GetXmlConfiguration(String) - nameWithType: ConfigManager.GetXmlConfiguration(string) - nameWithType.vb: ConfigManager.GetXmlConfiguration(String) + fullName: Sdl.Core.PluginFramework.Configuration.ConfigManager.GetXmlConfiguration(System.String) + nameWithType: ConfigManager.GetXmlConfiguration(String) - uid: Sdl.Core.PluginFramework.Configuration.ConfigManager.GetXmlConfiguration* name: GetXmlConfiguration href: api/core/Sdl.Core.PluginFramework.Configuration.ConfigManager.html#Sdl_Core_PluginFramework_Configuration_ConfigManager_GetXmlConfiguration_ @@ -11700,20 +6134,14 @@ references: name: DefaultObjectResolver() href: api/core/Sdl.Core.PluginFramework.DefaultObjectResolver.html#Sdl_Core_PluginFramework_DefaultObjectResolver__ctor commentId: M:Sdl.Core.PluginFramework.DefaultObjectResolver.#ctor - name.vb: New() fullName: Sdl.Core.PluginFramework.DefaultObjectResolver.DefaultObjectResolver() - fullName.vb: Sdl.Core.PluginFramework.DefaultObjectResolver.New() nameWithType: DefaultObjectResolver.DefaultObjectResolver() - nameWithType.vb: DefaultObjectResolver.New() - uid: Sdl.Core.PluginFramework.DefaultObjectResolver.#ctor* name: DefaultObjectResolver href: api/core/Sdl.Core.PluginFramework.DefaultObjectResolver.html#Sdl_Core_PluginFramework_DefaultObjectResolver__ctor_ commentId: Overload:Sdl.Core.PluginFramework.DefaultObjectResolver.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.DefaultObjectResolver.DefaultObjectResolver - fullName.vb: Sdl.Core.PluginFramework.DefaultObjectResolver.New nameWithType: DefaultObjectResolver.DefaultObjectResolver - nameWithType.vb: DefaultObjectResolver.New - uid: Sdl.Core.PluginFramework.DefaultObjectResolver.CanResolve(System.Type) name: CanResolve(Type) href: api/core/Sdl.Core.PluginFramework.DefaultObjectResolver.html#Sdl_Core_PluginFramework_DefaultObjectResolver_CanResolve_System_Type_ @@ -11748,20 +6176,14 @@ references: name: DefaultPluginLocator() href: api/core/Sdl.Core.PluginFramework.DefaultPluginLocator.html#Sdl_Core_PluginFramework_DefaultPluginLocator__ctor commentId: M:Sdl.Core.PluginFramework.DefaultPluginLocator.#ctor - name.vb: New() fullName: Sdl.Core.PluginFramework.DefaultPluginLocator.DefaultPluginLocator() - fullName.vb: Sdl.Core.PluginFramework.DefaultPluginLocator.New() nameWithType: DefaultPluginLocator.DefaultPluginLocator() - nameWithType.vb: DefaultPluginLocator.New() - uid: Sdl.Core.PluginFramework.DefaultPluginLocator.#ctor* name: DefaultPluginLocator href: api/core/Sdl.Core.PluginFramework.DefaultPluginLocator.html#Sdl_Core_PluginFramework_DefaultPluginLocator__ctor_ commentId: Overload:Sdl.Core.PluginFramework.DefaultPluginLocator.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.DefaultPluginLocator.DefaultPluginLocator - fullName.vb: Sdl.Core.PluginFramework.DefaultPluginLocator.New nameWithType: DefaultPluginLocator.DefaultPluginLocator - nameWithType.vb: DefaultPluginLocator.New - uid: Sdl.Core.PluginFramework.DefaultPluginLocator.Dispose name: Dispose() href: api/core/Sdl.Core.PluginFramework.DefaultPluginLocator.html#Sdl_Core_PluginFramework_DefaultPluginLocator_Dispose @@ -11808,29 +6230,20 @@ references: name: DefaultPluginTypeLoader() href: api/core/Sdl.Core.PluginFramework.DefaultPluginTypeLoader.html#Sdl_Core_PluginFramework_DefaultPluginTypeLoader__ctor commentId: M:Sdl.Core.PluginFramework.DefaultPluginTypeLoader.#ctor - name.vb: New() fullName: Sdl.Core.PluginFramework.DefaultPluginTypeLoader.DefaultPluginTypeLoader() - fullName.vb: Sdl.Core.PluginFramework.DefaultPluginTypeLoader.New() nameWithType: DefaultPluginTypeLoader.DefaultPluginTypeLoader() - nameWithType.vb: DefaultPluginTypeLoader.New() - uid: Sdl.Core.PluginFramework.DefaultPluginTypeLoader.#ctor* name: DefaultPluginTypeLoader href: api/core/Sdl.Core.PluginFramework.DefaultPluginTypeLoader.html#Sdl_Core_PluginFramework_DefaultPluginTypeLoader__ctor_ commentId: Overload:Sdl.Core.PluginFramework.DefaultPluginTypeLoader.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.DefaultPluginTypeLoader.DefaultPluginTypeLoader - fullName.vb: Sdl.Core.PluginFramework.DefaultPluginTypeLoader.New nameWithType: DefaultPluginTypeLoader.DefaultPluginTypeLoader - nameWithType.vb: DefaultPluginTypeLoader.New - uid: Sdl.Core.PluginFramework.DefaultPluginTypeLoader.LoadType(Sdl.Core.PluginFramework.IPlugin,System.String) - name: LoadType(IPlugin, string) + name: LoadType(IPlugin, String) href: api/core/Sdl.Core.PluginFramework.DefaultPluginTypeLoader.html#Sdl_Core_PluginFramework_DefaultPluginTypeLoader_LoadType_Sdl_Core_PluginFramework_IPlugin_System_String_ commentId: M:Sdl.Core.PluginFramework.DefaultPluginTypeLoader.LoadType(Sdl.Core.PluginFramework.IPlugin,System.String) - name.vb: LoadType(IPlugin, String) - fullName: Sdl.Core.PluginFramework.DefaultPluginTypeLoader.LoadType(Sdl.Core.PluginFramework.IPlugin, string) - fullName.vb: Sdl.Core.PluginFramework.DefaultPluginTypeLoader.LoadType(Sdl.Core.PluginFramework.IPlugin, String) - nameWithType: DefaultPluginTypeLoader.LoadType(IPlugin, string) - nameWithType.vb: DefaultPluginTypeLoader.LoadType(IPlugin, String) + fullName: Sdl.Core.PluginFramework.DefaultPluginTypeLoader.LoadType(Sdl.Core.PluginFramework.IPlugin, System.String) + nameWithType: DefaultPluginTypeLoader.LoadType(IPlugin, String) - uid: Sdl.Core.PluginFramework.DefaultPluginTypeLoader.LoadType* name: LoadType href: api/core/Sdl.Core.PluginFramework.DefaultPluginTypeLoader.html#Sdl_Core_PluginFramework_DefaultPluginTypeLoader_LoadType_ @@ -11847,29 +6260,20 @@ references: name: ExtensionAttribute() href: api/core/Sdl.Core.PluginFramework.ExtensionAttribute.html#Sdl_Core_PluginFramework_ExtensionAttribute__ctor commentId: M:Sdl.Core.PluginFramework.ExtensionAttribute.#ctor - name.vb: New() fullName: Sdl.Core.PluginFramework.ExtensionAttribute.ExtensionAttribute() - fullName.vb: Sdl.Core.PluginFramework.ExtensionAttribute.New() nameWithType: ExtensionAttribute.ExtensionAttribute() - nameWithType.vb: ExtensionAttribute.New() - uid: Sdl.Core.PluginFramework.ExtensionAttribute.#ctor(System.String,System.String,System.String) - name: ExtensionAttribute(string, string, string) + name: ExtensionAttribute(String, String, String) href: api/core/Sdl.Core.PluginFramework.ExtensionAttribute.html#Sdl_Core_PluginFramework_ExtensionAttribute__ctor_System_String_System_String_System_String_ commentId: M:Sdl.Core.PluginFramework.ExtensionAttribute.#ctor(System.String,System.String,System.String) - name.vb: New(String, String, String) - fullName: Sdl.Core.PluginFramework.ExtensionAttribute.ExtensionAttribute(string, string, string) - fullName.vb: Sdl.Core.PluginFramework.ExtensionAttribute.New(String, String, String) - nameWithType: ExtensionAttribute.ExtensionAttribute(string, string, string) - nameWithType.vb: ExtensionAttribute.New(String, String, String) + fullName: Sdl.Core.PluginFramework.ExtensionAttribute.ExtensionAttribute(System.String, System.String, System.String) + nameWithType: ExtensionAttribute.ExtensionAttribute(String, String, String) - uid: Sdl.Core.PluginFramework.ExtensionAttribute.#ctor* name: ExtensionAttribute href: api/core/Sdl.Core.PluginFramework.ExtensionAttribute.html#Sdl_Core_PluginFramework_ExtensionAttribute__ctor_ commentId: Overload:Sdl.Core.PluginFramework.ExtensionAttribute.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.ExtensionAttribute.ExtensionAttribute - fullName.vb: Sdl.Core.PluginFramework.ExtensionAttribute.New nameWithType: ExtensionAttribute.ExtensionAttribute - nameWithType.vb: ExtensionAttribute.New - uid: Sdl.Core.PluginFramework.ExtensionAttribute.Description name: Description href: api/core/Sdl.Core.PluginFramework.ExtensionAttribute.html#Sdl_Core_PluginFramework_ExtensionAttribute_Description @@ -11964,38 +6368,32 @@ references: name: ExtensionCollection(IList) href: api/core/Sdl.Core.PluginFramework.ExtensionCollection.html#Sdl_Core_PluginFramework_ExtensionCollection__ctor_System_Collections_Generic_IList_Sdl_Core_PluginFramework_IExtension__ commentId: M:Sdl.Core.PluginFramework.ExtensionCollection.#ctor(System.Collections.Generic.IList{Sdl.Core.PluginFramework.IExtension}) - name.vb: New(IList(Of IExtension)) + name.vb: ExtensionCollection(IList(Of IExtension)) fullName: Sdl.Core.PluginFramework.ExtensionCollection.ExtensionCollection(System.Collections.Generic.IList) - fullName.vb: Sdl.Core.PluginFramework.ExtensionCollection.New(System.Collections.Generic.IList(Of Sdl.Core.PluginFramework.IExtension)) + fullName.vb: Sdl.Core.PluginFramework.ExtensionCollection.ExtensionCollection(System.Collections.Generic.IList(Of Sdl.Core.PluginFramework.IExtension)) nameWithType: ExtensionCollection.ExtensionCollection(IList) - nameWithType.vb: ExtensionCollection.New(IList(Of IExtension)) + nameWithType.vb: ExtensionCollection.ExtensionCollection(IList(Of IExtension)) - uid: Sdl.Core.PluginFramework.ExtensionCollection.#ctor* name: ExtensionCollection href: api/core/Sdl.Core.PluginFramework.ExtensionCollection.html#Sdl_Core_PluginFramework_ExtensionCollection__ctor_ commentId: Overload:Sdl.Core.PluginFramework.ExtensionCollection.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.ExtensionCollection.ExtensionCollection - fullName.vb: Sdl.Core.PluginFramework.ExtensionCollection.New nameWithType: ExtensionCollection.ExtensionCollection - nameWithType.vb: ExtensionCollection.New - uid: Sdl.Core.PluginFramework.ExtensionCollection.Item(System.String) - name: this[string] + name: Item[String] href: api/core/Sdl.Core.PluginFramework.ExtensionCollection.html#Sdl_Core_PluginFramework_ExtensionCollection_Item_System_String_ commentId: P:Sdl.Core.PluginFramework.ExtensionCollection.Item(System.String) - name.vb: this[](String) - fullName: Sdl.Core.PluginFramework.ExtensionCollection.this[string] - fullName.vb: Sdl.Core.PluginFramework.ExtensionCollection.this[](String) - nameWithType: ExtensionCollection.this[string] - nameWithType.vb: ExtensionCollection.this[](String) + name.vb: Item(String) + fullName: Sdl.Core.PluginFramework.ExtensionCollection.Item[System.String] + fullName.vb: Sdl.Core.PluginFramework.ExtensionCollection.Item(System.String) + nameWithType: ExtensionCollection.Item[String] + nameWithType.vb: ExtensionCollection.Item(String) - uid: Sdl.Core.PluginFramework.ExtensionCollection.Item* - name: this + name: Item href: api/core/Sdl.Core.PluginFramework.ExtensionCollection.html#Sdl_Core_PluginFramework_ExtensionCollection_Item_ commentId: Overload:Sdl.Core.PluginFramework.ExtensionCollection.Item - name.vb: this[] - fullName: Sdl.Core.PluginFramework.ExtensionCollection.this - fullName.vb: Sdl.Core.PluginFramework.ExtensionCollection.this[] - nameWithType: ExtensionCollection.this - nameWithType.vb: ExtensionCollection.this[] + fullName: Sdl.Core.PluginFramework.ExtensionCollection.Item + nameWithType: ExtensionCollection.Item - uid: Sdl.Core.PluginFramework.ExtensionEventArgs name: ExtensionEventArgs href: api/core/Sdl.Core.PluginFramework.ExtensionEventArgs.html @@ -12006,20 +6404,14 @@ references: name: ExtensionEventArgs(IExtension) href: api/core/Sdl.Core.PluginFramework.ExtensionEventArgs.html#Sdl_Core_PluginFramework_ExtensionEventArgs__ctor_Sdl_Core_PluginFramework_IExtension_ commentId: M:Sdl.Core.PluginFramework.ExtensionEventArgs.#ctor(Sdl.Core.PluginFramework.IExtension) - name.vb: New(IExtension) fullName: Sdl.Core.PluginFramework.ExtensionEventArgs.ExtensionEventArgs(Sdl.Core.PluginFramework.IExtension) - fullName.vb: Sdl.Core.PluginFramework.ExtensionEventArgs.New(Sdl.Core.PluginFramework.IExtension) nameWithType: ExtensionEventArgs.ExtensionEventArgs(IExtension) - nameWithType.vb: ExtensionEventArgs.New(IExtension) - uid: Sdl.Core.PluginFramework.ExtensionEventArgs.#ctor* name: ExtensionEventArgs href: api/core/Sdl.Core.PluginFramework.ExtensionEventArgs.html#Sdl_Core_PluginFramework_ExtensionEventArgs__ctor_ commentId: Overload:Sdl.Core.PluginFramework.ExtensionEventArgs.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.ExtensionEventArgs.ExtensionEventArgs - fullName.vb: Sdl.Core.PluginFramework.ExtensionEventArgs.New nameWithType: ExtensionEventArgs.ExtensionEventArgs - nameWithType.vb: ExtensionEventArgs.New - uid: Sdl.Core.PluginFramework.ExtensionEventArgs.Extension name: Extension href: api/core/Sdl.Core.PluginFramework.ExtensionEventArgs.html#Sdl_Core_PluginFramework_ExtensionEventArgs_Extension @@ -12050,6 +6442,12 @@ references: commentId: F:Sdl.Core.PluginFramework.ExtensionPointBehavior.Static fullName: Sdl.Core.PluginFramework.ExtensionPointBehavior.Static nameWithType: ExtensionPointBehavior.Static +- uid: Sdl.Core.PluginFramework.ExtensionPointBehavior.value__ + name: value__ + href: api/core/Sdl.Core.PluginFramework.ExtensionPointBehavior.html#Sdl_Core_PluginFramework_ExtensionPointBehavior_value__ + commentId: F:Sdl.Core.PluginFramework.ExtensionPointBehavior.value__ + fullName: Sdl.Core.PluginFramework.ExtensionPointBehavior.value__ + nameWithType: ExtensionPointBehavior.value__ - uid: Sdl.Core.PluginFramework.ExtensionPointCollection name: ExtensionPointCollection href: api/core/Sdl.Core.PluginFramework.ExtensionPointCollection.html @@ -12063,23 +6461,17 @@ references: fullName: Sdl.Core.PluginFramework.ExtensionPointInfoAttribute nameWithType: ExtensionPointInfoAttribute - uid: Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.#ctor(System.String,Sdl.Core.PluginFramework.ExtensionPointBehavior) - name: ExtensionPointInfoAttribute(string, ExtensionPointBehavior) + name: ExtensionPointInfoAttribute(String, ExtensionPointBehavior) href: api/core/Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.html#Sdl_Core_PluginFramework_ExtensionPointInfoAttribute__ctor_System_String_Sdl_Core_PluginFramework_ExtensionPointBehavior_ commentId: M:Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.#ctor(System.String,Sdl.Core.PluginFramework.ExtensionPointBehavior) - name.vb: New(String, ExtensionPointBehavior) - fullName: Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.ExtensionPointInfoAttribute(string, Sdl.Core.PluginFramework.ExtensionPointBehavior) - fullName.vb: Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.New(String, Sdl.Core.PluginFramework.ExtensionPointBehavior) - nameWithType: ExtensionPointInfoAttribute.ExtensionPointInfoAttribute(string, ExtensionPointBehavior) - nameWithType.vb: ExtensionPointInfoAttribute.New(String, ExtensionPointBehavior) + fullName: Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.ExtensionPointInfoAttribute(System.String, Sdl.Core.PluginFramework.ExtensionPointBehavior) + nameWithType: ExtensionPointInfoAttribute.ExtensionPointInfoAttribute(String, ExtensionPointBehavior) - uid: Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.#ctor* name: ExtensionPointInfoAttribute href: api/core/Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.html#Sdl_Core_PluginFramework_ExtensionPointInfoAttribute__ctor_ commentId: Overload:Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.ExtensionPointInfoAttribute - fullName.vb: Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.New nameWithType: ExtensionPointInfoAttribute.ExtensionPointInfoAttribute - nameWithType.vb: ExtensionPointInfoAttribute.New - uid: Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.Behavior name: Behavior href: api/core/Sdl.Core.PluginFramework.ExtensionPointInfoAttribute.html#Sdl_Core_PluginFramework_ExtensionPointInfoAttribute_Behavior @@ -12111,23 +6503,17 @@ references: fullName: Sdl.Core.PluginFramework.FileBasedPluginDescriptor nameWithType: FileBasedPluginDescriptor - uid: Sdl.Core.PluginFramework.FileBasedPluginDescriptor.#ctor(System.String) - name: FileBasedPluginDescriptor(string) + name: FileBasedPluginDescriptor(String) href: api/core/Sdl.Core.PluginFramework.FileBasedPluginDescriptor.html#Sdl_Core_PluginFramework_FileBasedPluginDescriptor__ctor_System_String_ commentId: M:Sdl.Core.PluginFramework.FileBasedPluginDescriptor.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.PluginFramework.FileBasedPluginDescriptor.FileBasedPluginDescriptor(string) - fullName.vb: Sdl.Core.PluginFramework.FileBasedPluginDescriptor.New(String) - nameWithType: FileBasedPluginDescriptor.FileBasedPluginDescriptor(string) - nameWithType.vb: FileBasedPluginDescriptor.New(String) + fullName: Sdl.Core.PluginFramework.FileBasedPluginDescriptor.FileBasedPluginDescriptor(System.String) + nameWithType: FileBasedPluginDescriptor.FileBasedPluginDescriptor(String) - uid: Sdl.Core.PluginFramework.FileBasedPluginDescriptor.#ctor* name: FileBasedPluginDescriptor href: api/core/Sdl.Core.PluginFramework.FileBasedPluginDescriptor.html#Sdl_Core_PluginFramework_FileBasedPluginDescriptor__ctor_ commentId: Overload:Sdl.Core.PluginFramework.FileBasedPluginDescriptor.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.FileBasedPluginDescriptor.FileBasedPluginDescriptor - fullName.vb: Sdl.Core.PluginFramework.FileBasedPluginDescriptor.New nameWithType: FileBasedPluginDescriptor.FileBasedPluginDescriptor - nameWithType.vb: FileBasedPluginDescriptor.New - uid: Sdl.Core.PluginFramework.FileBasedPluginDescriptor.GetPluginManifestStream name: GetPluginManifestStream() href: api/core/Sdl.Core.PluginFramework.FileBasedPluginDescriptor.html#Sdl_Core_PluginFramework_FileBasedPluginDescriptor_GetPluginManifestStream @@ -12141,14 +6527,11 @@ references: fullName: Sdl.Core.PluginFramework.FileBasedPluginDescriptor.GetPluginManifestStream nameWithType: FileBasedPluginDescriptor.GetPluginManifestStream - uid: Sdl.Core.PluginFramework.FileBasedPluginDescriptor.GetPluginResource(System.String) - name: GetPluginResource(string) + name: GetPluginResource(String) href: api/core/Sdl.Core.PluginFramework.FileBasedPluginDescriptor.html#Sdl_Core_PluginFramework_FileBasedPluginDescriptor_GetPluginResource_System_String_ commentId: M:Sdl.Core.PluginFramework.FileBasedPluginDescriptor.GetPluginResource(System.String) - name.vb: GetPluginResource(String) - fullName: Sdl.Core.PluginFramework.FileBasedPluginDescriptor.GetPluginResource(string) - fullName.vb: Sdl.Core.PluginFramework.FileBasedPluginDescriptor.GetPluginResource(String) - nameWithType: FileBasedPluginDescriptor.GetPluginResource(string) - nameWithType.vb: FileBasedPluginDescriptor.GetPluginResource(String) + fullName: Sdl.Core.PluginFramework.FileBasedPluginDescriptor.GetPluginResource(System.String) + nameWithType: FileBasedPluginDescriptor.GetPluginResource(String) - uid: Sdl.Core.PluginFramework.FileBasedPluginDescriptor.GetPluginResource* name: GetPluginResource href: api/core/Sdl.Core.PluginFramework.FileBasedPluginDescriptor.html#Sdl_Core_PluginFramework_FileBasedPluginDescriptor_GetPluginResource_ @@ -12291,14 +6674,11 @@ references: fullName: Sdl.Core.PluginFramework.IExtension.Plugin nameWithType: IExtension.Plugin - uid: Sdl.Core.PluginFramework.IExtension.SetEnabled(System.Boolean) - name: SetEnabled(bool) + name: SetEnabled(Boolean) href: api/core/Sdl.Core.PluginFramework.IExtension.html#Sdl_Core_PluginFramework_IExtension_SetEnabled_System_Boolean_ commentId: M:Sdl.Core.PluginFramework.IExtension.SetEnabled(System.Boolean) - name.vb: SetEnabled(Boolean) - fullName: Sdl.Core.PluginFramework.IExtension.SetEnabled(bool) - fullName.vb: Sdl.Core.PluginFramework.IExtension.SetEnabled(Boolean) - nameWithType: IExtension.SetEnabled(bool) - nameWithType.vb: IExtension.SetEnabled(Boolean) + fullName: Sdl.Core.PluginFramework.IExtension.SetEnabled(System.Boolean) + nameWithType: IExtension.SetEnabled(Boolean) - uid: Sdl.Core.PluginFramework.IExtension.SetEnabled* name: SetEnabled href: api/core/Sdl.Core.PluginFramework.IExtension.html#Sdl_Core_PluginFramework_IExtension_SetEnabled_ @@ -12414,23 +6794,17 @@ references: fullName: Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs nameWithType: InitializePluginCompletedEventArgs - uid: Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.#ctor(Sdl.Core.PluginFramework.IPlugin,System.Exception,System.Boolean) - name: InitializePluginCompletedEventArgs(IPlugin, Exception, bool) + name: InitializePluginCompletedEventArgs(IPlugin, Exception, Boolean) href: api/core/Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.html#Sdl_Core_PluginFramework_InitializePluginCompletedEventArgs__ctor_Sdl_Core_PluginFramework_IPlugin_System_Exception_System_Boolean_ commentId: M:Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.#ctor(Sdl.Core.PluginFramework.IPlugin,System.Exception,System.Boolean) - name.vb: New(IPlugin, Exception, Boolean) - fullName: Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.InitializePluginCompletedEventArgs(Sdl.Core.PluginFramework.IPlugin, System.Exception, bool) - fullName.vb: Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.New(Sdl.Core.PluginFramework.IPlugin, System.Exception, Boolean) - nameWithType: InitializePluginCompletedEventArgs.InitializePluginCompletedEventArgs(IPlugin, Exception, bool) - nameWithType.vb: InitializePluginCompletedEventArgs.New(IPlugin, Exception, Boolean) + fullName: Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.InitializePluginCompletedEventArgs(Sdl.Core.PluginFramework.IPlugin, System.Exception, System.Boolean) + nameWithType: InitializePluginCompletedEventArgs.InitializePluginCompletedEventArgs(IPlugin, Exception, Boolean) - uid: Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.#ctor* name: InitializePluginCompletedEventArgs href: api/core/Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.html#Sdl_Core_PluginFramework_InitializePluginCompletedEventArgs__ctor_ commentId: Overload:Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.InitializePluginCompletedEventArgs - fullName.vb: Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.New nameWithType: InitializePluginCompletedEventArgs.InitializePluginCompletedEventArgs - nameWithType.vb: InitializePluginCompletedEventArgs.New - uid: Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.Plugin name: Plugin href: api/core/Sdl.Core.PluginFramework.InitializePluginCompletedEventArgs.html#Sdl_Core_PluginFramework_InitializePluginCompletedEventArgs_Plugin @@ -12450,23 +6824,17 @@ references: fullName: Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs nameWithType: InitializePluginProgressChangedEventArgs - uid: Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.#ctor(Sdl.Core.PluginFramework.IPlugin,System.Int32) - name: InitializePluginProgressChangedEventArgs(IPlugin, int) + name: InitializePluginProgressChangedEventArgs(IPlugin, Int32) href: api/core/Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.html#Sdl_Core_PluginFramework_InitializePluginProgressChangedEventArgs__ctor_Sdl_Core_PluginFramework_IPlugin_System_Int32_ commentId: M:Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.#ctor(Sdl.Core.PluginFramework.IPlugin,System.Int32) - name.vb: New(IPlugin, Integer) - fullName: Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.InitializePluginProgressChangedEventArgs(Sdl.Core.PluginFramework.IPlugin, int) - fullName.vb: Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.New(Sdl.Core.PluginFramework.IPlugin, Integer) - nameWithType: InitializePluginProgressChangedEventArgs.InitializePluginProgressChangedEventArgs(IPlugin, int) - nameWithType.vb: InitializePluginProgressChangedEventArgs.New(IPlugin, Integer) + fullName: Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.InitializePluginProgressChangedEventArgs(Sdl.Core.PluginFramework.IPlugin, System.Int32) + nameWithType: InitializePluginProgressChangedEventArgs.InitializePluginProgressChangedEventArgs(IPlugin, Int32) - uid: Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.#ctor* name: InitializePluginProgressChangedEventArgs href: api/core/Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.html#Sdl_Core_PluginFramework_InitializePluginProgressChangedEventArgs__ctor_ commentId: Overload:Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.InitializePluginProgressChangedEventArgs - fullName.vb: Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.New nameWithType: InitializePluginProgressChangedEventArgs.InitializePluginProgressChangedEventArgs - nameWithType.vb: InitializePluginProgressChangedEventArgs.New - uid: Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.Plugin name: Plugin href: api/core/Sdl.Core.PluginFramework.InitializePluginProgressChangedEventArgs.html#Sdl_Core_PluginFramework_InitializePluginProgressChangedEventArgs_Plugin @@ -12495,20 +6863,14 @@ references: name: ExtensionArguments() href: api/core/Sdl.Core.PluginFramework.Integration.ExtensionArguments.html#Sdl_Core_PluginFramework_Integration_ExtensionArguments__ctor commentId: M:Sdl.Core.PluginFramework.Integration.ExtensionArguments.#ctor - name.vb: New() fullName: Sdl.Core.PluginFramework.Integration.ExtensionArguments.ExtensionArguments() - fullName.vb: Sdl.Core.PluginFramework.Integration.ExtensionArguments.New() nameWithType: ExtensionArguments.ExtensionArguments() - nameWithType.vb: ExtensionArguments.New() - uid: Sdl.Core.PluginFramework.Integration.ExtensionArguments.#ctor* name: ExtensionArguments href: api/core/Sdl.Core.PluginFramework.Integration.ExtensionArguments.html#Sdl_Core_PluginFramework_Integration_ExtensionArguments__ctor_ commentId: Overload:Sdl.Core.PluginFramework.Integration.ExtensionArguments.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.Integration.ExtensionArguments.ExtensionArguments - fullName.vb: Sdl.Core.PluginFramework.Integration.ExtensionArguments.New nameWithType: ExtensionArguments.ExtensionArguments - nameWithType.vb: ExtensionArguments.New - uid: Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute name: ExtensionBuilderAttribute href: api/core/Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.html @@ -12519,20 +6881,14 @@ references: name: ExtensionBuilderAttribute(Type, Type) href: api/core/Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.html#Sdl_Core_PluginFramework_Integration_ExtensionBuilderAttribute__ctor_System_Type_System_Type_ commentId: M:Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.#ctor(System.Type,System.Type) - name.vb: New(Type, Type) fullName: Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.ExtensionBuilderAttribute(System.Type, System.Type) - fullName.vb: Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.New(System.Type, System.Type) nameWithType: ExtensionBuilderAttribute.ExtensionBuilderAttribute(Type, Type) - nameWithType.vb: ExtensionBuilderAttribute.New(Type, Type) - uid: Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.#ctor* name: ExtensionBuilderAttribute href: api/core/Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.html#Sdl_Core_PluginFramework_Integration_ExtensionBuilderAttribute__ctor_ commentId: Overload:Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.ExtensionBuilderAttribute - fullName.vb: Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.New nameWithType: ExtensionBuilderAttribute.ExtensionBuilderAttribute - nameWithType.vb: ExtensionBuilderAttribute.New - uid: Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.AttributeType name: AttributeType href: api/core/Sdl.Core.PluginFramework.Integration.ExtensionBuilderAttribute.html#Sdl_Core_PluginFramework_Integration_ExtensionBuilderAttribute_AttributeType @@ -12567,20 +6923,14 @@ references: name: ExtensionsFactory() href: api/core/Sdl.Core.PluginFramework.Integration.ExtensionsFactory.html#Sdl_Core_PluginFramework_Integration_ExtensionsFactory__ctor commentId: M:Sdl.Core.PluginFramework.Integration.ExtensionsFactory.#ctor - name.vb: New() fullName: Sdl.Core.PluginFramework.Integration.ExtensionsFactory.ExtensionsFactory() - fullName.vb: Sdl.Core.PluginFramework.Integration.ExtensionsFactory.New() nameWithType: ExtensionsFactory.ExtensionsFactory() - nameWithType.vb: ExtensionsFactory.New() - uid: Sdl.Core.PluginFramework.Integration.ExtensionsFactory.#ctor* name: ExtensionsFactory href: api/core/Sdl.Core.PluginFramework.Integration.ExtensionsFactory.html#Sdl_Core_PluginFramework_Integration_ExtensionsFactory__ctor_ commentId: Overload:Sdl.Core.PluginFramework.Integration.ExtensionsFactory.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.Integration.ExtensionsFactory.ExtensionsFactory - fullName.vb: Sdl.Core.PluginFramework.Integration.ExtensionsFactory.New nameWithType: ExtensionsFactory.ExtensionsFactory - nameWithType.vb: ExtensionsFactory.New - uid: Sdl.Core.PluginFramework.Integration.ExtensionsFactory.Create* name: Create href: api/core/Sdl.Core.PluginFramework.Integration.ExtensionsFactory.html#Sdl_Core_PluginFramework_Integration_ExtensionsFactory_Create_ @@ -12588,22 +6938,22 @@ references: fullName: Sdl.Core.PluginFramework.Integration.ExtensionsFactory.Create nameWithType: ExtensionsFactory.Create - uid: Sdl.Core.PluginFramework.Integration.ExtensionsFactory.Create``1(Sdl.Core.PluginFramework.IExtension,Sdl.Core.PluginFramework.Integration.ExtensionArguments,System.Boolean) - name: Create(IExtension, ExtensionArguments, bool) + name: Create(IExtension, ExtensionArguments, Boolean) href: api/core/Sdl.Core.PluginFramework.Integration.ExtensionsFactory.html#Sdl_Core_PluginFramework_Integration_ExtensionsFactory_Create__1_Sdl_Core_PluginFramework_IExtension_Sdl_Core_PluginFramework_Integration_ExtensionArguments_System_Boolean_ commentId: M:Sdl.Core.PluginFramework.Integration.ExtensionsFactory.Create``1(Sdl.Core.PluginFramework.IExtension,Sdl.Core.PluginFramework.Integration.ExtensionArguments,System.Boolean) name.vb: Create(Of TResult)(IExtension, ExtensionArguments, Boolean) - fullName: Sdl.Core.PluginFramework.Integration.ExtensionsFactory.Create(Sdl.Core.PluginFramework.IExtension, Sdl.Core.PluginFramework.Integration.ExtensionArguments, bool) - fullName.vb: Sdl.Core.PluginFramework.Integration.ExtensionsFactory.Create(Of TResult)(Sdl.Core.PluginFramework.IExtension, Sdl.Core.PluginFramework.Integration.ExtensionArguments, Boolean) - nameWithType: ExtensionsFactory.Create(IExtension, ExtensionArguments, bool) + fullName: Sdl.Core.PluginFramework.Integration.ExtensionsFactory.Create(Sdl.Core.PluginFramework.IExtension, Sdl.Core.PluginFramework.Integration.ExtensionArguments, System.Boolean) + fullName.vb: Sdl.Core.PluginFramework.Integration.ExtensionsFactory.Create(Of TResult)(Sdl.Core.PluginFramework.IExtension, Sdl.Core.PluginFramework.Integration.ExtensionArguments, System.Boolean) + nameWithType: ExtensionsFactory.Create(IExtension, ExtensionArguments, Boolean) nameWithType.vb: ExtensionsFactory.Create(Of TResult)(IExtension, ExtensionArguments, Boolean) - uid: Sdl.Core.PluginFramework.Integration.ExtensionsFactory.Create``2(Sdl.Core.PluginFramework.Integration.ExtensionArguments,System.Boolean) - name: Create(ExtensionArguments, bool) + name: Create(ExtensionArguments, Boolean) href: api/core/Sdl.Core.PluginFramework.Integration.ExtensionsFactory.html#Sdl_Core_PluginFramework_Integration_ExtensionsFactory_Create__2_Sdl_Core_PluginFramework_Integration_ExtensionArguments_System_Boolean_ commentId: M:Sdl.Core.PluginFramework.Integration.ExtensionsFactory.Create``2(Sdl.Core.PluginFramework.Integration.ExtensionArguments,System.Boolean) name.vb: Create(Of TAttribute, TResult)(ExtensionArguments, Boolean) - fullName: Sdl.Core.PluginFramework.Integration.ExtensionsFactory.Create(Sdl.Core.PluginFramework.Integration.ExtensionArguments, bool) - fullName.vb: Sdl.Core.PluginFramework.Integration.ExtensionsFactory.Create(Of TAttribute, TResult)(Sdl.Core.PluginFramework.Integration.ExtensionArguments, Boolean) - nameWithType: ExtensionsFactory.Create(ExtensionArguments, bool) + fullName: Sdl.Core.PluginFramework.Integration.ExtensionsFactory.Create(Sdl.Core.PluginFramework.Integration.ExtensionArguments, System.Boolean) + fullName.vb: Sdl.Core.PluginFramework.Integration.ExtensionsFactory.Create(Of TAttribute, TResult)(Sdl.Core.PluginFramework.Integration.ExtensionArguments, System.Boolean) + nameWithType: ExtensionsFactory.Create(ExtensionArguments, Boolean) nameWithType.vb: ExtensionsFactory.Create(Of TAttribute, TResult)(ExtensionArguments, Boolean) - uid: Sdl.Core.PluginFramework.Integration.ExtensionsRepository name: ExtensionsRepository @@ -12618,32 +6968,29 @@ references: fullName: Sdl.Core.PluginFramework.Integration.ExtensionsRepository.AddExtension nameWithType: ExtensionsRepository.AddExtension - uid: Sdl.Core.PluginFramework.Integration.ExtensionsRepository.AddExtension``1(Sdl.Core.PluginFramework.IExtension,Sdl.Core.PluginFramework.Integration.ExtensionArguments,System.Func{Sdl.Core.PluginFramework.IExtension,System.Object,Sdl.Core.PluginFramework.Integration.ExtensionArguments,System.Object}) - name: AddExtension(IExtension, ExtensionArguments, Func) + name: AddExtension(IExtension, ExtensionArguments, Func) href: api/core/Sdl.Core.PluginFramework.Integration.ExtensionsRepository.html#Sdl_Core_PluginFramework_Integration_ExtensionsRepository_AddExtension__1_Sdl_Core_PluginFramework_IExtension_Sdl_Core_PluginFramework_Integration_ExtensionArguments_System_Func_Sdl_Core_PluginFramework_IExtension_System_Object_Sdl_Core_PluginFramework_Integration_ExtensionArguments_System_Object__ commentId: M:Sdl.Core.PluginFramework.Integration.ExtensionsRepository.AddExtension``1(Sdl.Core.PluginFramework.IExtension,Sdl.Core.PluginFramework.Integration.ExtensionArguments,System.Func{Sdl.Core.PluginFramework.IExtension,System.Object,Sdl.Core.PluginFramework.Integration.ExtensionArguments,System.Object}) name.vb: AddExtension(Of TResult)(IExtension, ExtensionArguments, Func(Of IExtension, Object, ExtensionArguments, Object)) - fullName: Sdl.Core.PluginFramework.Integration.ExtensionsRepository.AddExtension(Sdl.Core.PluginFramework.IExtension, Sdl.Core.PluginFramework.Integration.ExtensionArguments, System.Func) - fullName.vb: Sdl.Core.PluginFramework.Integration.ExtensionsRepository.AddExtension(Of TResult)(Sdl.Core.PluginFramework.IExtension, Sdl.Core.PluginFramework.Integration.ExtensionArguments, System.Func(Of Sdl.Core.PluginFramework.IExtension, Object, Sdl.Core.PluginFramework.Integration.ExtensionArguments, Object)) - nameWithType: ExtensionsRepository.AddExtension(IExtension, ExtensionArguments, Func) + fullName: Sdl.Core.PluginFramework.Integration.ExtensionsRepository.AddExtension(Sdl.Core.PluginFramework.IExtension, Sdl.Core.PluginFramework.Integration.ExtensionArguments, System.Func) + fullName.vb: Sdl.Core.PluginFramework.Integration.ExtensionsRepository.AddExtension(Of TResult)(Sdl.Core.PluginFramework.IExtension, Sdl.Core.PluginFramework.Integration.ExtensionArguments, System.Func(Of Sdl.Core.PluginFramework.IExtension, System.Object, Sdl.Core.PluginFramework.Integration.ExtensionArguments, System.Object)) + nameWithType: ExtensionsRepository.AddExtension(IExtension, ExtensionArguments, Func) nameWithType.vb: ExtensionsRepository.AddExtension(Of TResult)(IExtension, ExtensionArguments, Func(Of IExtension, Object, ExtensionArguments, Object)) - uid: Sdl.Core.PluginFramework.Integration.ExtensionsRepository.FirstOrDefault(System.Func{Sdl.Core.PluginFramework.Integration.ExtensionStoreItem,System.Boolean}) - name: FirstOrDefault(Func) + name: FirstOrDefault(Func) href: api/core/Sdl.Core.PluginFramework.Integration.ExtensionsRepository.html#Sdl_Core_PluginFramework_Integration_ExtensionsRepository_FirstOrDefault_System_Func_Sdl_Core_PluginFramework_Integration_ExtensionStoreItem_System_Boolean__ commentId: M:Sdl.Core.PluginFramework.Integration.ExtensionsRepository.FirstOrDefault(System.Func{Sdl.Core.PluginFramework.Integration.ExtensionStoreItem,System.Boolean}) name.vb: FirstOrDefault(Func(Of ExtensionStoreItem, Boolean)) - fullName: Sdl.Core.PluginFramework.Integration.ExtensionsRepository.FirstOrDefault(System.Func) - fullName.vb: Sdl.Core.PluginFramework.Integration.ExtensionsRepository.FirstOrDefault(System.Func(Of Sdl.Core.PluginFramework.Integration.ExtensionStoreItem, Boolean)) - nameWithType: ExtensionsRepository.FirstOrDefault(Func) + fullName: Sdl.Core.PluginFramework.Integration.ExtensionsRepository.FirstOrDefault(System.Func) + fullName.vb: Sdl.Core.PluginFramework.Integration.ExtensionsRepository.FirstOrDefault(System.Func(Of Sdl.Core.PluginFramework.Integration.ExtensionStoreItem, System.Boolean)) + nameWithType: ExtensionsRepository.FirstOrDefault(Func) nameWithType.vb: ExtensionsRepository.FirstOrDefault(Func(Of ExtensionStoreItem, Boolean)) - uid: Sdl.Core.PluginFramework.Integration.ExtensionsRepository.FirstOrDefault(System.Object) - name: FirstOrDefault(object) + name: FirstOrDefault(Object) href: api/core/Sdl.Core.PluginFramework.Integration.ExtensionsRepository.html#Sdl_Core_PluginFramework_Integration_ExtensionsRepository_FirstOrDefault_System_Object_ commentId: M:Sdl.Core.PluginFramework.Integration.ExtensionsRepository.FirstOrDefault(System.Object) - name.vb: FirstOrDefault(Object) - fullName: Sdl.Core.PluginFramework.Integration.ExtensionsRepository.FirstOrDefault(object) - fullName.vb: Sdl.Core.PluginFramework.Integration.ExtensionsRepository.FirstOrDefault(Object) - nameWithType: ExtensionsRepository.FirstOrDefault(object) - nameWithType.vb: ExtensionsRepository.FirstOrDefault(Object) + fullName: Sdl.Core.PluginFramework.Integration.ExtensionsRepository.FirstOrDefault(System.Object) + nameWithType: ExtensionsRepository.FirstOrDefault(Object) - uid: Sdl.Core.PluginFramework.Integration.ExtensionsRepository.FirstOrDefault* name: FirstOrDefault href: api/core/Sdl.Core.PluginFramework.Integration.ExtensionsRepository.html#Sdl_Core_PluginFramework_Integration_ExtensionsRepository_FirstOrDefault_ @@ -12762,14 +7109,11 @@ references: fullName: Sdl.Core.PluginFramework.Integration.IExtensionBuilder nameWithType: IExtensionBuilder - uid: Sdl.Core.PluginFramework.Integration.IExtensionBuilder.Build(Sdl.Core.PluginFramework.IExtension,System.Object,Sdl.Core.PluginFramework.Integration.ExtensionArguments) - name: Build(IExtension, object, ExtensionArguments) + name: Build(IExtension, Object, ExtensionArguments) href: api/core/Sdl.Core.PluginFramework.Integration.IExtensionBuilder.html#Sdl_Core_PluginFramework_Integration_IExtensionBuilder_Build_Sdl_Core_PluginFramework_IExtension_System_Object_Sdl_Core_PluginFramework_Integration_ExtensionArguments_ commentId: M:Sdl.Core.PluginFramework.Integration.IExtensionBuilder.Build(Sdl.Core.PluginFramework.IExtension,System.Object,Sdl.Core.PluginFramework.Integration.ExtensionArguments) - name.vb: Build(IExtension, Object, ExtensionArguments) - fullName: Sdl.Core.PluginFramework.Integration.IExtensionBuilder.Build(Sdl.Core.PluginFramework.IExtension, object, Sdl.Core.PluginFramework.Integration.ExtensionArguments) - fullName.vb: Sdl.Core.PluginFramework.Integration.IExtensionBuilder.Build(Sdl.Core.PluginFramework.IExtension, Object, Sdl.Core.PluginFramework.Integration.ExtensionArguments) - nameWithType: IExtensionBuilder.Build(IExtension, object, ExtensionArguments) - nameWithType.vb: IExtensionBuilder.Build(IExtension, Object, ExtensionArguments) + fullName: Sdl.Core.PluginFramework.Integration.IExtensionBuilder.Build(Sdl.Core.PluginFramework.IExtension, System.Object, Sdl.Core.PluginFramework.Integration.ExtensionArguments) + nameWithType: IExtensionBuilder.Build(IExtension, Object, ExtensionArguments) - uid: Sdl.Core.PluginFramework.Integration.IExtensionBuilder.Build* name: Build href: api/core/Sdl.Core.PluginFramework.Integration.IExtensionBuilder.html#Sdl_Core_PluginFramework_Integration_IExtensionBuilder_Build_ @@ -12816,20 +7160,14 @@ references: name: InvalidSdlAssemblyReference(AssemblyName, SdlAssemblyReferenceError) href: api/core/Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.html#Sdl_Core_PluginFramework_InvalidSdlAssemblyReference__ctor_System_Reflection_AssemblyName_Sdl_Core_PluginFramework_SdlAssemblyReferenceError_ commentId: M:Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.#ctor(System.Reflection.AssemblyName,Sdl.Core.PluginFramework.SdlAssemblyReferenceError) - name.vb: New(AssemblyName, SdlAssemblyReferenceError) fullName: Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.InvalidSdlAssemblyReference(System.Reflection.AssemblyName, Sdl.Core.PluginFramework.SdlAssemblyReferenceError) - fullName.vb: Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.New(System.Reflection.AssemblyName, Sdl.Core.PluginFramework.SdlAssemblyReferenceError) nameWithType: InvalidSdlAssemblyReference.InvalidSdlAssemblyReference(AssemblyName, SdlAssemblyReferenceError) - nameWithType.vb: InvalidSdlAssemblyReference.New(AssemblyName, SdlAssemblyReferenceError) - uid: Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.#ctor* name: InvalidSdlAssemblyReference href: api/core/Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.html#Sdl_Core_PluginFramework_InvalidSdlAssemblyReference__ctor_ commentId: Overload:Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.InvalidSdlAssemblyReference - fullName.vb: Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.New nameWithType: InvalidSdlAssemblyReference.InvalidSdlAssemblyReference - nameWithType.vb: InvalidSdlAssemblyReference.New - uid: Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.AssemblyReference name: AssemblyReference href: api/core/Sdl.Core.PluginFramework.InvalidSdlAssemblyReference.html#Sdl_Core_PluginFramework_InvalidSdlAssemblyReference_AssemblyReference @@ -12957,13 +7295,13 @@ references: fullName: Sdl.Core.PluginFramework.IPlugin.GetPluginResource nameWithType: IPlugin.GetPluginResource - uid: Sdl.Core.PluginFramework.IPlugin.GetPluginResource``1(System.String) - name: GetPluginResource(string) + name: GetPluginResource(String) href: api/core/Sdl.Core.PluginFramework.IPlugin.html#Sdl_Core_PluginFramework_IPlugin_GetPluginResource__1_System_String_ commentId: M:Sdl.Core.PluginFramework.IPlugin.GetPluginResource``1(System.String) name.vb: GetPluginResource(Of T)(String) - fullName: Sdl.Core.PluginFramework.IPlugin.GetPluginResource(string) - fullName.vb: Sdl.Core.PluginFramework.IPlugin.GetPluginResource(Of T)(String) - nameWithType: IPlugin.GetPluginResource(string) + fullName: Sdl.Core.PluginFramework.IPlugin.GetPluginResource(System.String) + fullName.vb: Sdl.Core.PluginFramework.IPlugin.GetPluginResource(Of T)(System.String) + nameWithType: IPlugin.GetPluginResource(String) nameWithType.vb: IPlugin.GetPluginResource(Of T)(String) - uid: Sdl.Core.PluginFramework.IPlugin.Id name: Id @@ -13002,14 +7340,11 @@ references: fullName: Sdl.Core.PluginFramework.IPlugin.Name nameWithType: IPlugin.Name - uid: Sdl.Core.PluginFramework.IPlugin.SetEnabled(System.Boolean) - name: SetEnabled(bool) + name: SetEnabled(Boolean) href: api/core/Sdl.Core.PluginFramework.IPlugin.html#Sdl_Core_PluginFramework_IPlugin_SetEnabled_System_Boolean_ commentId: M:Sdl.Core.PluginFramework.IPlugin.SetEnabled(System.Boolean) - name.vb: SetEnabled(Boolean) - fullName: Sdl.Core.PluginFramework.IPlugin.SetEnabled(bool) - fullName.vb: Sdl.Core.PluginFramework.IPlugin.SetEnabled(Boolean) - nameWithType: IPlugin.SetEnabled(bool) - nameWithType.vb: IPlugin.SetEnabled(Boolean) + fullName: Sdl.Core.PluginFramework.IPlugin.SetEnabled(System.Boolean) + nameWithType: IPlugin.SetEnabled(Boolean) - uid: Sdl.Core.PluginFramework.IPlugin.SetEnabled* name: SetEnabled href: api/core/Sdl.Core.PluginFramework.IPlugin.html#Sdl_Core_PluginFramework_IPlugin_SetEnabled_ @@ -13059,14 +7394,11 @@ references: fullName: Sdl.Core.PluginFramework.IPluginCache nameWithType: IPluginCache - uid: Sdl.Core.PluginFramework.IPluginCache.GetPluginState(System.String) - name: GetPluginState(string) + name: GetPluginState(String) href: api/core/Sdl.Core.PluginFramework.IPluginCache.html#Sdl_Core_PluginFramework_IPluginCache_GetPluginState_System_String_ commentId: M:Sdl.Core.PluginFramework.IPluginCache.GetPluginState(System.String) - name.vb: GetPluginState(String) - fullName: Sdl.Core.PluginFramework.IPluginCache.GetPluginState(string) - fullName.vb: Sdl.Core.PluginFramework.IPluginCache.GetPluginState(String) - nameWithType: IPluginCache.GetPluginState(string) - nameWithType.vb: IPluginCache.GetPluginState(String) + fullName: Sdl.Core.PluginFramework.IPluginCache.GetPluginState(System.String) + nameWithType: IPluginCache.GetPluginState(String) - uid: Sdl.Core.PluginFramework.IPluginCache.GetPluginState* name: GetPluginState href: api/core/Sdl.Core.PluginFramework.IPluginCache.html#Sdl_Core_PluginFramework_IPluginCache_GetPluginState_ @@ -13116,14 +7448,11 @@ references: fullName: Sdl.Core.PluginFramework.IPluginDescriptor.GetPluginManifestStream nameWithType: IPluginDescriptor.GetPluginManifestStream - uid: Sdl.Core.PluginFramework.IPluginDescriptor.GetPluginResource(System.String) - name: GetPluginResource(string) + name: GetPluginResource(String) href: api/core/Sdl.Core.PluginFramework.IPluginDescriptor.html#Sdl_Core_PluginFramework_IPluginDescriptor_GetPluginResource_System_String_ commentId: M:Sdl.Core.PluginFramework.IPluginDescriptor.GetPluginResource(System.String) - name.vb: GetPluginResource(String) - fullName: Sdl.Core.PluginFramework.IPluginDescriptor.GetPluginResource(string) - fullName.vb: Sdl.Core.PluginFramework.IPluginDescriptor.GetPluginResource(String) - nameWithType: IPluginDescriptor.GetPluginResource(string) - nameWithType.vb: IPluginDescriptor.GetPluginResource(String) + fullName: Sdl.Core.PluginFramework.IPluginDescriptor.GetPluginResource(System.String) + nameWithType: IPluginDescriptor.GetPluginResource(String) - uid: Sdl.Core.PluginFramework.IPluginDescriptor.GetPluginResource* name: GetPluginResource href: api/core/Sdl.Core.PluginFramework.IPluginDescriptor.html#Sdl_Core_PluginFramework_IPluginDescriptor_GetPluginResource_ @@ -13149,14 +7478,11 @@ references: fullName: Sdl.Core.PluginFramework.IPluginFilter nameWithType: IPluginFilter - uid: Sdl.Core.PluginFramework.IPluginFilter.ShouldLoadExtension(Sdl.Core.PluginFramework.IPlugin,System.String) - name: ShouldLoadExtension(IPlugin, string) + name: ShouldLoadExtension(IPlugin, String) href: api/core/Sdl.Core.PluginFramework.IPluginFilter.html#Sdl_Core_PluginFramework_IPluginFilter_ShouldLoadExtension_Sdl_Core_PluginFramework_IPlugin_System_String_ commentId: M:Sdl.Core.PluginFramework.IPluginFilter.ShouldLoadExtension(Sdl.Core.PluginFramework.IPlugin,System.String) - name.vb: ShouldLoadExtension(IPlugin, String) - fullName: Sdl.Core.PluginFramework.IPluginFilter.ShouldLoadExtension(Sdl.Core.PluginFramework.IPlugin, string) - fullName.vb: Sdl.Core.PluginFramework.IPluginFilter.ShouldLoadExtension(Sdl.Core.PluginFramework.IPlugin, String) - nameWithType: IPluginFilter.ShouldLoadExtension(IPlugin, string) - nameWithType.vb: IPluginFilter.ShouldLoadExtension(IPlugin, String) + fullName: Sdl.Core.PluginFramework.IPluginFilter.ShouldLoadExtension(Sdl.Core.PluginFramework.IPlugin, System.String) + nameWithType: IPluginFilter.ShouldLoadExtension(IPlugin, String) - uid: Sdl.Core.PluginFramework.IPluginFilter.ShouldLoadExtension* name: ShouldLoadExtension href: api/core/Sdl.Core.PluginFramework.IPluginFilter.html#Sdl_Core_PluginFramework_IPluginFilter_ShouldLoadExtension_ @@ -13164,14 +7490,11 @@ references: fullName: Sdl.Core.PluginFramework.IPluginFilter.ShouldLoadExtension nameWithType: IPluginFilter.ShouldLoadExtension - uid: Sdl.Core.PluginFramework.IPluginFilter.ShouldLoadPlugin(System.String) - name: ShouldLoadPlugin(string) + name: ShouldLoadPlugin(String) href: api/core/Sdl.Core.PluginFramework.IPluginFilter.html#Sdl_Core_PluginFramework_IPluginFilter_ShouldLoadPlugin_System_String_ commentId: M:Sdl.Core.PluginFramework.IPluginFilter.ShouldLoadPlugin(System.String) - name.vb: ShouldLoadPlugin(String) - fullName: Sdl.Core.PluginFramework.IPluginFilter.ShouldLoadPlugin(string) - fullName.vb: Sdl.Core.PluginFramework.IPluginFilter.ShouldLoadPlugin(String) - nameWithType: IPluginFilter.ShouldLoadPlugin(string) - nameWithType.vb: IPluginFilter.ShouldLoadPlugin(String) + fullName: Sdl.Core.PluginFramework.IPluginFilter.ShouldLoadPlugin(System.String) + nameWithType: IPluginFilter.ShouldLoadPlugin(String) - uid: Sdl.Core.PluginFramework.IPluginFilter.ShouldLoadPlugin* name: ShouldLoadPlugin href: api/core/Sdl.Core.PluginFramework.IPluginFilter.html#Sdl_Core_PluginFramework_IPluginFilter_ShouldLoadPlugin_ @@ -13401,14 +7724,11 @@ references: fullName: Sdl.Core.PluginFramework.IPluginTypeLoader nameWithType: IPluginTypeLoader - uid: Sdl.Core.PluginFramework.IPluginTypeLoader.LoadType(Sdl.Core.PluginFramework.IPlugin,System.String) - name: LoadType(IPlugin, string) + name: LoadType(IPlugin, String) href: api/core/Sdl.Core.PluginFramework.IPluginTypeLoader.html#Sdl_Core_PluginFramework_IPluginTypeLoader_LoadType_Sdl_Core_PluginFramework_IPlugin_System_String_ commentId: M:Sdl.Core.PluginFramework.IPluginTypeLoader.LoadType(Sdl.Core.PluginFramework.IPlugin,System.String) - name.vb: LoadType(IPlugin, String) - fullName: Sdl.Core.PluginFramework.IPluginTypeLoader.LoadType(Sdl.Core.PluginFramework.IPlugin, string) - fullName.vb: Sdl.Core.PluginFramework.IPluginTypeLoader.LoadType(Sdl.Core.PluginFramework.IPlugin, String) - nameWithType: IPluginTypeLoader.LoadType(IPlugin, string) - nameWithType.vb: IPluginTypeLoader.LoadType(IPlugin, String) + fullName: Sdl.Core.PluginFramework.IPluginTypeLoader.LoadType(Sdl.Core.PluginFramework.IPlugin, System.String) + nameWithType: IPluginTypeLoader.LoadType(IPlugin, String) - uid: Sdl.Core.PluginFramework.IPluginTypeLoader.LoadType* name: LoadType href: api/core/Sdl.Core.PluginFramework.IPluginTypeLoader.html#Sdl_Core_PluginFramework_IPluginTypeLoader_LoadType_ @@ -13545,20 +7865,14 @@ references: name: ObjectFactory() href: api/core/Sdl.Core.PluginFramework.ObjectFactory.html#Sdl_Core_PluginFramework_ObjectFactory__ctor commentId: M:Sdl.Core.PluginFramework.ObjectFactory.#ctor - name.vb: New() fullName: Sdl.Core.PluginFramework.ObjectFactory.ObjectFactory() - fullName.vb: Sdl.Core.PluginFramework.ObjectFactory.New() nameWithType: ObjectFactory.ObjectFactory() - nameWithType.vb: ObjectFactory.New() - uid: Sdl.Core.PluginFramework.ObjectFactory.#ctor* name: ObjectFactory href: api/core/Sdl.Core.PluginFramework.ObjectFactory.html#Sdl_Core_PluginFramework_ObjectFactory__ctor_ commentId: Overload:Sdl.Core.PluginFramework.ObjectFactory.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.ObjectFactory.ObjectFactory - fullName.vb: Sdl.Core.PluginFramework.ObjectFactory.New nameWithType: ObjectFactory.ObjectFactory - nameWithType.vb: ObjectFactory.New - uid: Sdl.Core.PluginFramework.ObjectFactory.CreateObject* name: CreateObject href: api/core/Sdl.Core.PluginFramework.ObjectFactory.html#Sdl_Core_PluginFramework_ObjectFactory_CreateObject_ @@ -13566,13 +7880,13 @@ references: fullName: Sdl.Core.PluginFramework.ObjectFactory.CreateObject nameWithType: ObjectFactory.CreateObject - uid: Sdl.Core.PluginFramework.ObjectFactory.CreateObject``1(System.String) - name: CreateObject(string) + name: CreateObject(String) href: api/core/Sdl.Core.PluginFramework.ObjectFactory.html#Sdl_Core_PluginFramework_ObjectFactory_CreateObject__1_System_String_ commentId: M:Sdl.Core.PluginFramework.ObjectFactory.CreateObject``1(System.String) name.vb: CreateObject(Of T)(String) - fullName: Sdl.Core.PluginFramework.ObjectFactory.CreateObject(string) - fullName.vb: Sdl.Core.PluginFramework.ObjectFactory.CreateObject(Of T)(String) - nameWithType: ObjectFactory.CreateObject(string) + fullName: Sdl.Core.PluginFramework.ObjectFactory.CreateObject(System.String) + fullName.vb: Sdl.Core.PluginFramework.ObjectFactory.CreateObject(Of T)(System.String) + nameWithType: ObjectFactory.CreateObject(String) nameWithType.vb: ObjectFactory.CreateObject(Of T)(String) - uid: Sdl.Core.PluginFramework.ObjectRegistry`2 name: ObjectRegistry @@ -13587,20 +7901,18 @@ references: name: ObjectRegistry(IPluginRegistry) href: api/core/Sdl.Core.PluginFramework.ObjectRegistry-2.html#Sdl_Core_PluginFramework_ObjectRegistry_2__ctor_Sdl_Core_PluginFramework_IPluginRegistry_ commentId: M:Sdl.Core.PluginFramework.ObjectRegistry`2.#ctor(Sdl.Core.PluginFramework.IPluginRegistry) - name.vb: New(IPluginRegistry) fullName: Sdl.Core.PluginFramework.ObjectRegistry.ObjectRegistry(Sdl.Core.PluginFramework.IPluginRegistry) - fullName.vb: Sdl.Core.PluginFramework.ObjectRegistry(Of TExtensionAttribute, TExtensionType).New(Sdl.Core.PluginFramework.IPluginRegistry) + fullName.vb: Sdl.Core.PluginFramework.ObjectRegistry(Of TExtensionAttribute, TExtensionType).ObjectRegistry(Sdl.Core.PluginFramework.IPluginRegistry) nameWithType: ObjectRegistry.ObjectRegistry(IPluginRegistry) - nameWithType.vb: ObjectRegistry(Of TExtensionAttribute, TExtensionType).New(IPluginRegistry) + nameWithType.vb: ObjectRegistry(Of TExtensionAttribute, TExtensionType).ObjectRegistry(IPluginRegistry) - uid: Sdl.Core.PluginFramework.ObjectRegistry`2.#ctor* name: ObjectRegistry href: api/core/Sdl.Core.PluginFramework.ObjectRegistry-2.html#Sdl_Core_PluginFramework_ObjectRegistry_2__ctor_ commentId: Overload:Sdl.Core.PluginFramework.ObjectRegistry`2.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.ObjectRegistry.ObjectRegistry - fullName.vb: Sdl.Core.PluginFramework.ObjectRegistry(Of TExtensionAttribute, TExtensionType).New + fullName.vb: Sdl.Core.PluginFramework.ObjectRegistry(Of TExtensionAttribute, TExtensionType).ObjectRegistry nameWithType: ObjectRegistry.ObjectRegistry - nameWithType.vb: ObjectRegistry(Of TExtensionAttribute, TExtensionType).New + nameWithType.vb: ObjectRegistry(Of TExtensionAttribute, TExtensionType).ObjectRegistry - uid: Sdl.Core.PluginFramework.ObjectRegistry`2.CreateObjects name: CreateObjects() href: api/core/Sdl.Core.PluginFramework.ObjectRegistry-2.html#Sdl_Core_PluginFramework_ObjectRegistry_2_CreateObjects @@ -13640,23 +7952,17 @@ references: fullName: Sdl.Core.PluginFramework.PluginAttribute nameWithType: PluginAttribute - uid: Sdl.Core.PluginFramework.PluginAttribute.#ctor(System.String) - name: PluginAttribute(string) + name: PluginAttribute(String) href: api/core/Sdl.Core.PluginFramework.PluginAttribute.html#Sdl_Core_PluginFramework_PluginAttribute__ctor_System_String_ commentId: M:Sdl.Core.PluginFramework.PluginAttribute.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.PluginFramework.PluginAttribute.PluginAttribute(string) - fullName.vb: Sdl.Core.PluginFramework.PluginAttribute.New(String) - nameWithType: PluginAttribute.PluginAttribute(string) - nameWithType.vb: PluginAttribute.New(String) + fullName: Sdl.Core.PluginFramework.PluginAttribute.PluginAttribute(System.String) + nameWithType: PluginAttribute.PluginAttribute(String) - uid: Sdl.Core.PluginFramework.PluginAttribute.#ctor* name: PluginAttribute href: api/core/Sdl.Core.PluginFramework.PluginAttribute.html#Sdl_Core_PluginFramework_PluginAttribute__ctor_ commentId: Overload:Sdl.Core.PluginFramework.PluginAttribute.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.PluginAttribute.PluginAttribute - fullName.vb: Sdl.Core.PluginFramework.PluginAttribute.New nameWithType: PluginAttribute.PluginAttribute - nameWithType.vb: PluginAttribute.New - uid: Sdl.Core.PluginFramework.PluginAttribute.Name name: Name href: api/core/Sdl.Core.PluginFramework.PluginAttribute.html#Sdl_Core_PluginFramework_PluginAttribute_Name @@ -13685,47 +7991,32 @@ references: name: PluginFrameworkException() href: api/core/Sdl.Core.PluginFramework.PluginFrameworkException.html#Sdl_Core_PluginFramework_PluginFrameworkException__ctor commentId: M:Sdl.Core.PluginFramework.PluginFrameworkException.#ctor - name.vb: New() fullName: Sdl.Core.PluginFramework.PluginFrameworkException.PluginFrameworkException() - fullName.vb: Sdl.Core.PluginFramework.PluginFrameworkException.New() nameWithType: PluginFrameworkException.PluginFrameworkException() - nameWithType.vb: PluginFrameworkException.New() - uid: Sdl.Core.PluginFramework.PluginFrameworkException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: PluginFrameworkException(SerializationInfo, StreamingContext) href: api/core/Sdl.Core.PluginFramework.PluginFrameworkException.html#Sdl_Core_PluginFramework_PluginFrameworkException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.Core.PluginFramework.PluginFrameworkException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.Core.PluginFramework.PluginFrameworkException.PluginFrameworkException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.Core.PluginFramework.PluginFrameworkException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: PluginFrameworkException.PluginFrameworkException(SerializationInfo, StreamingContext) - nameWithType.vb: PluginFrameworkException.New(SerializationInfo, StreamingContext) - uid: Sdl.Core.PluginFramework.PluginFrameworkException.#ctor(System.String) - name: PluginFrameworkException(string) + name: PluginFrameworkException(String) href: api/core/Sdl.Core.PluginFramework.PluginFrameworkException.html#Sdl_Core_PluginFramework_PluginFrameworkException__ctor_System_String_ commentId: M:Sdl.Core.PluginFramework.PluginFrameworkException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.PluginFramework.PluginFrameworkException.PluginFrameworkException(string) - fullName.vb: Sdl.Core.PluginFramework.PluginFrameworkException.New(String) - nameWithType: PluginFrameworkException.PluginFrameworkException(string) - nameWithType.vb: PluginFrameworkException.New(String) + fullName: Sdl.Core.PluginFramework.PluginFrameworkException.PluginFrameworkException(System.String) + nameWithType: PluginFrameworkException.PluginFrameworkException(String) - uid: Sdl.Core.PluginFramework.PluginFrameworkException.#ctor(System.String,System.Exception) - name: PluginFrameworkException(string, Exception) + name: PluginFrameworkException(String, Exception) href: api/core/Sdl.Core.PluginFramework.PluginFrameworkException.html#Sdl_Core_PluginFramework_PluginFrameworkException__ctor_System_String_System_Exception_ commentId: M:Sdl.Core.PluginFramework.PluginFrameworkException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.Core.PluginFramework.PluginFrameworkException.PluginFrameworkException(string, System.Exception) - fullName.vb: Sdl.Core.PluginFramework.PluginFrameworkException.New(String, System.Exception) - nameWithType: PluginFrameworkException.PluginFrameworkException(string, Exception) - nameWithType.vb: PluginFrameworkException.New(String, Exception) + fullName: Sdl.Core.PluginFramework.PluginFrameworkException.PluginFrameworkException(System.String, System.Exception) + nameWithType: PluginFrameworkException.PluginFrameworkException(String, Exception) - uid: Sdl.Core.PluginFramework.PluginFrameworkException.#ctor* name: PluginFrameworkException href: api/core/Sdl.Core.PluginFramework.PluginFrameworkException.html#Sdl_Core_PluginFramework_PluginFrameworkException__ctor_ commentId: Overload:Sdl.Core.PluginFramework.PluginFrameworkException.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.PluginFrameworkException.PluginFrameworkException - fullName.vb: Sdl.Core.PluginFramework.PluginFrameworkException.New nameWithType: PluginFrameworkException.PluginFrameworkException - nameWithType.vb: PluginFrameworkException.New - uid: Sdl.Core.PluginFramework.PluginId name: PluginId href: api/core/Sdl.Core.PluginFramework.PluginId.html @@ -13733,32 +8024,23 @@ references: fullName: Sdl.Core.PluginFramework.PluginId nameWithType: PluginId - uid: Sdl.Core.PluginFramework.PluginId.#ctor(System.String) - name: PluginId(string) + name: PluginId(String) href: api/core/Sdl.Core.PluginFramework.PluginId.html#Sdl_Core_PluginFramework_PluginId__ctor_System_String_ commentId: M:Sdl.Core.PluginFramework.PluginId.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.PluginFramework.PluginId.PluginId(string) - fullName.vb: Sdl.Core.PluginFramework.PluginId.New(String) - nameWithType: PluginId.PluginId(string) - nameWithType.vb: PluginId.New(String) + fullName: Sdl.Core.PluginFramework.PluginId.PluginId(System.String) + nameWithType: PluginId.PluginId(String) - uid: Sdl.Core.PluginFramework.PluginId.#ctor* name: PluginId href: api/core/Sdl.Core.PluginFramework.PluginId.html#Sdl_Core_PluginFramework_PluginId__ctor_ commentId: Overload:Sdl.Core.PluginFramework.PluginId.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.PluginId.PluginId - fullName.vb: Sdl.Core.PluginFramework.PluginId.New nameWithType: PluginId.PluginId - nameWithType.vb: PluginId.New - uid: Sdl.Core.PluginFramework.PluginId.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/core/Sdl.Core.PluginFramework.PluginId.html#Sdl_Core_PluginFramework_PluginId_Equals_System_Object_ commentId: M:Sdl.Core.PluginFramework.PluginId.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.Core.PluginFramework.PluginId.Equals(object) - fullName.vb: Sdl.Core.PluginFramework.PluginId.Equals(Object) - nameWithType: PluginId.Equals(object) - nameWithType.vb: PluginId.Equals(Object) + fullName: Sdl.Core.PluginFramework.PluginId.Equals(System.Object) + nameWithType: PluginId.Equals(Object) - uid: Sdl.Core.PluginFramework.PluginId.Equals* name: Equals href: api/core/Sdl.Core.PluginFramework.PluginId.html#Sdl_Core_PluginFramework_PluginId_Equals_ @@ -13799,20 +8081,14 @@ references: name: PluginInitializationResult(IPlugin, Exception) href: api/core/Sdl.Core.PluginFramework.PluginInitializationResult.html#Sdl_Core_PluginFramework_PluginInitializationResult__ctor_Sdl_Core_PluginFramework_IPlugin_System_Exception_ commentId: M:Sdl.Core.PluginFramework.PluginInitializationResult.#ctor(Sdl.Core.PluginFramework.IPlugin,System.Exception) - name.vb: New(IPlugin, Exception) fullName: Sdl.Core.PluginFramework.PluginInitializationResult.PluginInitializationResult(Sdl.Core.PluginFramework.IPlugin, System.Exception) - fullName.vb: Sdl.Core.PluginFramework.PluginInitializationResult.New(Sdl.Core.PluginFramework.IPlugin, System.Exception) nameWithType: PluginInitializationResult.PluginInitializationResult(IPlugin, Exception) - nameWithType.vb: PluginInitializationResult.New(IPlugin, Exception) - uid: Sdl.Core.PluginFramework.PluginInitializationResult.#ctor* name: PluginInitializationResult href: api/core/Sdl.Core.PluginFramework.PluginInitializationResult.html#Sdl_Core_PluginFramework_PluginInitializationResult__ctor_ commentId: Overload:Sdl.Core.PluginFramework.PluginInitializationResult.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.PluginInitializationResult.PluginInitializationResult - fullName.vb: Sdl.Core.PluginFramework.PluginInitializationResult.New nameWithType: PluginInitializationResult.PluginInitializationResult - nameWithType.vb: PluginInitializationResult.New - uid: Sdl.Core.PluginFramework.PluginInitializationResult.Exception name: Exception href: api/core/Sdl.Core.PluginFramework.PluginInitializationResult.html#Sdl_Core_PluginFramework_PluginInitializationResult_Exception @@ -13847,20 +8123,17 @@ references: name: PluginInitializationResultsEventArgs(PluginInitializationResult[]) href: api/core/Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.html#Sdl_Core_PluginFramework_PluginInitializationResultsEventArgs__ctor_Sdl_Core_PluginFramework_PluginInitializationResult___ commentId: M:Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.#ctor(Sdl.Core.PluginFramework.PluginInitializationResult[]) - name.vb: New(PluginInitializationResult()) + name.vb: PluginInitializationResultsEventArgs(PluginInitializationResult()) fullName: Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.PluginInitializationResultsEventArgs(Sdl.Core.PluginFramework.PluginInitializationResult[]) - fullName.vb: Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.New(Sdl.Core.PluginFramework.PluginInitializationResult()) + fullName.vb: Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.PluginInitializationResultsEventArgs(Sdl.Core.PluginFramework.PluginInitializationResult()) nameWithType: PluginInitializationResultsEventArgs.PluginInitializationResultsEventArgs(PluginInitializationResult[]) - nameWithType.vb: PluginInitializationResultsEventArgs.New(PluginInitializationResult()) + nameWithType.vb: PluginInitializationResultsEventArgs.PluginInitializationResultsEventArgs(PluginInitializationResult()) - uid: Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.#ctor* name: PluginInitializationResultsEventArgs href: api/core/Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.html#Sdl_Core_PluginFramework_PluginInitializationResultsEventArgs__ctor_ commentId: Overload:Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.PluginInitializationResultsEventArgs - fullName.vb: Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.New nameWithType: PluginInitializationResultsEventArgs.PluginInitializationResultsEventArgs - nameWithType.vb: PluginInitializationResultsEventArgs.New - uid: Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.Results name: Results href: api/core/Sdl.Core.PluginFramework.PluginInitializationResultsEventArgs.html#Sdl_Core_PluginFramework_PluginInitializationResultsEventArgs_Results @@ -13880,32 +8153,23 @@ references: fullName: Sdl.Core.PluginFramework.PluginInitializedCallback nameWithType: PluginInitializedCallback - uid: Sdl.Core.PluginFramework.PluginInitializedCallback.#ctor(System.Object,System.IntPtr) - name: PluginInitializedCallback(object, IntPtr) + name: PluginInitializedCallback(Object, IntPtr) href: api/core/Sdl.Core.PluginFramework.PluginInitializedCallback.html#Sdl_Core_PluginFramework_PluginInitializedCallback__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.Core.PluginFramework.PluginInitializedCallback.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.Core.PluginFramework.PluginInitializedCallback.PluginInitializedCallback(object, System.IntPtr) - fullName.vb: Sdl.Core.PluginFramework.PluginInitializedCallback.New(Object, System.IntPtr) - nameWithType: PluginInitializedCallback.PluginInitializedCallback(object, IntPtr) - nameWithType.vb: PluginInitializedCallback.New(Object, IntPtr) + fullName: Sdl.Core.PluginFramework.PluginInitializedCallback.PluginInitializedCallback(System.Object, System.IntPtr) + nameWithType: PluginInitializedCallback.PluginInitializedCallback(Object, IntPtr) - uid: Sdl.Core.PluginFramework.PluginInitializedCallback.#ctor* name: PluginInitializedCallback href: api/core/Sdl.Core.PluginFramework.PluginInitializedCallback.html#Sdl_Core_PluginFramework_PluginInitializedCallback__ctor_ commentId: Overload:Sdl.Core.PluginFramework.PluginInitializedCallback.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.PluginInitializedCallback.PluginInitializedCallback - fullName.vb: Sdl.Core.PluginFramework.PluginInitializedCallback.New nameWithType: PluginInitializedCallback.PluginInitializedCallback - nameWithType.vb: PluginInitializedCallback.New - uid: Sdl.Core.PluginFramework.PluginInitializedCallback.BeginInvoke(Sdl.Core.PluginFramework.IPlugin,System.Exception,System.AsyncCallback,System.Object) - name: BeginInvoke(IPlugin, Exception, AsyncCallback, object) + name: BeginInvoke(IPlugin, Exception, AsyncCallback, Object) href: api/core/Sdl.Core.PluginFramework.PluginInitializedCallback.html#Sdl_Core_PluginFramework_PluginInitializedCallback_BeginInvoke_Sdl_Core_PluginFramework_IPlugin_System_Exception_System_AsyncCallback_System_Object_ commentId: M:Sdl.Core.PluginFramework.PluginInitializedCallback.BeginInvoke(Sdl.Core.PluginFramework.IPlugin,System.Exception,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(IPlugin, Exception, AsyncCallback, Object) - fullName: Sdl.Core.PluginFramework.PluginInitializedCallback.BeginInvoke(Sdl.Core.PluginFramework.IPlugin, System.Exception, System.AsyncCallback, object) - fullName.vb: Sdl.Core.PluginFramework.PluginInitializedCallback.BeginInvoke(Sdl.Core.PluginFramework.IPlugin, System.Exception, System.AsyncCallback, Object) - nameWithType: PluginInitializedCallback.BeginInvoke(IPlugin, Exception, AsyncCallback, object) - nameWithType.vb: PluginInitializedCallback.BeginInvoke(IPlugin, Exception, AsyncCallback, Object) + fullName: Sdl.Core.PluginFramework.PluginInitializedCallback.BeginInvoke(Sdl.Core.PluginFramework.IPlugin, System.Exception, System.AsyncCallback, System.Object) + nameWithType: PluginInitializedCallback.BeginInvoke(IPlugin, Exception, AsyncCallback, Object) - uid: Sdl.Core.PluginFramework.PluginInitializedCallback.BeginInvoke* name: BeginInvoke href: api/core/Sdl.Core.PluginFramework.PluginInitializedCallback.html#Sdl_Core_PluginFramework_PluginInitializedCallback_BeginInvoke_ @@ -13946,20 +8210,14 @@ references: name: PluginLoadExceptionEventArgs(IPluginDescriptor, Exception) href: api/core/Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.html#Sdl_Core_PluginFramework_PluginLoadExceptionEventArgs__ctor_Sdl_Core_PluginFramework_IPluginDescriptor_System_Exception_ commentId: M:Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.#ctor(Sdl.Core.PluginFramework.IPluginDescriptor,System.Exception) - name.vb: New(IPluginDescriptor, Exception) fullName: Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.PluginLoadExceptionEventArgs(Sdl.Core.PluginFramework.IPluginDescriptor, System.Exception) - fullName.vb: Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.New(Sdl.Core.PluginFramework.IPluginDescriptor, System.Exception) nameWithType: PluginLoadExceptionEventArgs.PluginLoadExceptionEventArgs(IPluginDescriptor, Exception) - nameWithType.vb: PluginLoadExceptionEventArgs.New(IPluginDescriptor, Exception) - uid: Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.#ctor* name: PluginLoadExceptionEventArgs href: api/core/Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.html#Sdl_Core_PluginFramework_PluginLoadExceptionEventArgs__ctor_ commentId: Overload:Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.PluginLoadExceptionEventArgs - fullName.vb: Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.New nameWithType: PluginLoadExceptionEventArgs.PluginLoadExceptionEventArgs - nameWithType.vb: PluginLoadExceptionEventArgs.New - uid: Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.Exception name: Exception href: api/core/Sdl.Core.PluginFramework.PluginLoadExceptionEventArgs.html#Sdl_Core_PluginFramework_PluginLoadExceptionEventArgs_Exception @@ -14003,23 +8261,17 @@ references: fullName: Sdl.Core.PluginFramework.PluginManager.CreateDefaultPluginCache nameWithType: PluginManager.CreateDefaultPluginCache - uid: Sdl.Core.PluginFramework.PluginManager.CreatePluginRegistry(Sdl.Core.PluginFramework.IPluginLocator,Sdl.Core.PluginFramework.IPluginStateHandler,Sdl.Core.PluginFramework.IPluginInitializer,Sdl.Core.PluginFramework.IPluginTypeLoader,Sdl.Core.PluginFramework.IPluginCache,Sdl.Core.PluginFramework.IPluginFilter,System.Boolean,Sdl.Core.PluginFramework.IObjectResolver) - name: CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, IPluginFilter, bool, IObjectResolver) + name: CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, IPluginFilter, Boolean, IObjectResolver) href: api/core/Sdl.Core.PluginFramework.PluginManager.html#Sdl_Core_PluginFramework_PluginManager_CreatePluginRegistry_Sdl_Core_PluginFramework_IPluginLocator_Sdl_Core_PluginFramework_IPluginStateHandler_Sdl_Core_PluginFramework_IPluginInitializer_Sdl_Core_PluginFramework_IPluginTypeLoader_Sdl_Core_PluginFramework_IPluginCache_Sdl_Core_PluginFramework_IPluginFilter_System_Boolean_Sdl_Core_PluginFramework_IObjectResolver_ commentId: M:Sdl.Core.PluginFramework.PluginManager.CreatePluginRegistry(Sdl.Core.PluginFramework.IPluginLocator,Sdl.Core.PluginFramework.IPluginStateHandler,Sdl.Core.PluginFramework.IPluginInitializer,Sdl.Core.PluginFramework.IPluginTypeLoader,Sdl.Core.PluginFramework.IPluginCache,Sdl.Core.PluginFramework.IPluginFilter,System.Boolean,Sdl.Core.PluginFramework.IObjectResolver) - name.vb: CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, IPluginFilter, Boolean, IObjectResolver) - fullName: Sdl.Core.PluginFramework.PluginManager.CreatePluginRegistry(Sdl.Core.PluginFramework.IPluginLocator, Sdl.Core.PluginFramework.IPluginStateHandler, Sdl.Core.PluginFramework.IPluginInitializer, Sdl.Core.PluginFramework.IPluginTypeLoader, Sdl.Core.PluginFramework.IPluginCache, Sdl.Core.PluginFramework.IPluginFilter, bool, Sdl.Core.PluginFramework.IObjectResolver) - fullName.vb: Sdl.Core.PluginFramework.PluginManager.CreatePluginRegistry(Sdl.Core.PluginFramework.IPluginLocator, Sdl.Core.PluginFramework.IPluginStateHandler, Sdl.Core.PluginFramework.IPluginInitializer, Sdl.Core.PluginFramework.IPluginTypeLoader, Sdl.Core.PluginFramework.IPluginCache, Sdl.Core.PluginFramework.IPluginFilter, Boolean, Sdl.Core.PluginFramework.IObjectResolver) - nameWithType: PluginManager.CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, IPluginFilter, bool, IObjectResolver) - nameWithType.vb: PluginManager.CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, IPluginFilter, Boolean, IObjectResolver) + fullName: Sdl.Core.PluginFramework.PluginManager.CreatePluginRegistry(Sdl.Core.PluginFramework.IPluginLocator, Sdl.Core.PluginFramework.IPluginStateHandler, Sdl.Core.PluginFramework.IPluginInitializer, Sdl.Core.PluginFramework.IPluginTypeLoader, Sdl.Core.PluginFramework.IPluginCache, Sdl.Core.PluginFramework.IPluginFilter, System.Boolean, Sdl.Core.PluginFramework.IObjectResolver) + nameWithType: PluginManager.CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, IPluginFilter, Boolean, IObjectResolver) - uid: Sdl.Core.PluginFramework.PluginManager.CreatePluginRegistry(Sdl.Core.PluginFramework.IPluginLocator,Sdl.Core.PluginFramework.IPluginStateHandler,Sdl.Core.PluginFramework.IPluginInitializer,Sdl.Core.PluginFramework.IPluginTypeLoader,Sdl.Core.PluginFramework.IPluginCache,System.Boolean) - name: CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, bool) + name: CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, Boolean) href: api/core/Sdl.Core.PluginFramework.PluginManager.html#Sdl_Core_PluginFramework_PluginManager_CreatePluginRegistry_Sdl_Core_PluginFramework_IPluginLocator_Sdl_Core_PluginFramework_IPluginStateHandler_Sdl_Core_PluginFramework_IPluginInitializer_Sdl_Core_PluginFramework_IPluginTypeLoader_Sdl_Core_PluginFramework_IPluginCache_System_Boolean_ commentId: M:Sdl.Core.PluginFramework.PluginManager.CreatePluginRegistry(Sdl.Core.PluginFramework.IPluginLocator,Sdl.Core.PluginFramework.IPluginStateHandler,Sdl.Core.PluginFramework.IPluginInitializer,Sdl.Core.PluginFramework.IPluginTypeLoader,Sdl.Core.PluginFramework.IPluginCache,System.Boolean) - name.vb: CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, Boolean) - fullName: Sdl.Core.PluginFramework.PluginManager.CreatePluginRegistry(Sdl.Core.PluginFramework.IPluginLocator, Sdl.Core.PluginFramework.IPluginStateHandler, Sdl.Core.PluginFramework.IPluginInitializer, Sdl.Core.PluginFramework.IPluginTypeLoader, Sdl.Core.PluginFramework.IPluginCache, bool) - fullName.vb: Sdl.Core.PluginFramework.PluginManager.CreatePluginRegistry(Sdl.Core.PluginFramework.IPluginLocator, Sdl.Core.PluginFramework.IPluginStateHandler, Sdl.Core.PluginFramework.IPluginInitializer, Sdl.Core.PluginFramework.IPluginTypeLoader, Sdl.Core.PluginFramework.IPluginCache, Boolean) - nameWithType: PluginManager.CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, bool) - nameWithType.vb: PluginManager.CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, Boolean) + fullName: Sdl.Core.PluginFramework.PluginManager.CreatePluginRegistry(Sdl.Core.PluginFramework.IPluginLocator, Sdl.Core.PluginFramework.IPluginStateHandler, Sdl.Core.PluginFramework.IPluginInitializer, Sdl.Core.PluginFramework.IPluginTypeLoader, Sdl.Core.PluginFramework.IPluginCache, System.Boolean) + nameWithType: PluginManager.CreatePluginRegistry(IPluginLocator, IPluginStateHandler, IPluginInitializer, IPluginTypeLoader, IPluginCache, Boolean) - uid: Sdl.Core.PluginFramework.PluginManager.CreatePluginRegistry* name: CreatePluginRegistry href: api/core/Sdl.Core.PluginFramework.PluginManager.html#Sdl_Core_PluginFramework_PluginManager_CreatePluginRegistry_ @@ -14045,23 +8297,17 @@ references: fullName: Sdl.Core.PluginFramework.PluginManager.PluginLoadException nameWithType: PluginManager.PluginLoadException - uid: Sdl.Core.PluginFramework.PluginManager.ResolvePluginAssemblyReference(System.String) - name: ResolvePluginAssemblyReference(string) + name: ResolvePluginAssemblyReference(String) href: api/core/Sdl.Core.PluginFramework.PluginManager.html#Sdl_Core_PluginFramework_PluginManager_ResolvePluginAssemblyReference_System_String_ commentId: M:Sdl.Core.PluginFramework.PluginManager.ResolvePluginAssemblyReference(System.String) - name.vb: ResolvePluginAssemblyReference(String) - fullName: Sdl.Core.PluginFramework.PluginManager.ResolvePluginAssemblyReference(string) - fullName.vb: Sdl.Core.PluginFramework.PluginManager.ResolvePluginAssemblyReference(String) - nameWithType: PluginManager.ResolvePluginAssemblyReference(string) - nameWithType.vb: PluginManager.ResolvePluginAssemblyReference(String) + fullName: Sdl.Core.PluginFramework.PluginManager.ResolvePluginAssemblyReference(System.String) + nameWithType: PluginManager.ResolvePluginAssemblyReference(String) - uid: Sdl.Core.PluginFramework.PluginManager.ResolvePluginAssemblyReference(System.String,Sdl.Core.PluginFramework.Configuration.IFrameworkConfiguration) - name: ResolvePluginAssemblyReference(string, IFrameworkConfiguration) + name: ResolvePluginAssemblyReference(String, IFrameworkConfiguration) href: api/core/Sdl.Core.PluginFramework.PluginManager.html#Sdl_Core_PluginFramework_PluginManager_ResolvePluginAssemblyReference_System_String_Sdl_Core_PluginFramework_Configuration_IFrameworkConfiguration_ commentId: M:Sdl.Core.PluginFramework.PluginManager.ResolvePluginAssemblyReference(System.String,Sdl.Core.PluginFramework.Configuration.IFrameworkConfiguration) - name.vb: ResolvePluginAssemblyReference(String, IFrameworkConfiguration) - fullName: Sdl.Core.PluginFramework.PluginManager.ResolvePluginAssemblyReference(string, Sdl.Core.PluginFramework.Configuration.IFrameworkConfiguration) - fullName.vb: Sdl.Core.PluginFramework.PluginManager.ResolvePluginAssemblyReference(String, Sdl.Core.PluginFramework.Configuration.IFrameworkConfiguration) - nameWithType: PluginManager.ResolvePluginAssemblyReference(string, IFrameworkConfiguration) - nameWithType.vb: PluginManager.ResolvePluginAssemblyReference(String, IFrameworkConfiguration) + fullName: Sdl.Core.PluginFramework.PluginManager.ResolvePluginAssemblyReference(System.String, Sdl.Core.PluginFramework.Configuration.IFrameworkConfiguration) + nameWithType: PluginManager.ResolvePluginAssemblyReference(String, IFrameworkConfiguration) - uid: Sdl.Core.PluginFramework.PluginManager.ResolvePluginAssemblyReference* name: ResolvePluginAssemblyReference href: api/core/Sdl.Core.PluginFramework.PluginManager.html#Sdl_Core_PluginFramework_PluginManager_ResolvePluginAssemblyReference_ @@ -14078,20 +8324,14 @@ references: name: PluginResourceAttribute() href: api/core/Sdl.Core.PluginFramework.PluginResourceAttribute.html#Sdl_Core_PluginFramework_PluginResourceAttribute__ctor commentId: M:Sdl.Core.PluginFramework.PluginResourceAttribute.#ctor - name.vb: New() fullName: Sdl.Core.PluginFramework.PluginResourceAttribute.PluginResourceAttribute() - fullName.vb: Sdl.Core.PluginFramework.PluginResourceAttribute.New() nameWithType: PluginResourceAttribute.PluginResourceAttribute() - nameWithType.vb: PluginResourceAttribute.New() - uid: Sdl.Core.PluginFramework.PluginResourceAttribute.#ctor* name: PluginResourceAttribute href: api/core/Sdl.Core.PluginFramework.PluginResourceAttribute.html#Sdl_Core_PluginFramework_PluginResourceAttribute__ctor_ commentId: Overload:Sdl.Core.PluginFramework.PluginResourceAttribute.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.PluginResourceAttribute.PluginResourceAttribute - fullName.vb: Sdl.Core.PluginFramework.PluginResourceAttribute.New nameWithType: PluginResourceAttribute.PluginResourceAttribute - nameWithType.vb: PluginResourceAttribute.New - uid: Sdl.Core.PluginFramework.PluginState name: PluginState href: api/core/Sdl.Core.PluginFramework.PluginState.html @@ -14099,23 +8339,17 @@ references: fullName: Sdl.Core.PluginFramework.PluginState nameWithType: PluginState - uid: Sdl.Core.PluginFramework.PluginState.#ctor(System.Boolean) - name: PluginState(bool) + name: PluginState(Boolean) href: api/core/Sdl.Core.PluginFramework.PluginState.html#Sdl_Core_PluginFramework_PluginState__ctor_System_Boolean_ commentId: M:Sdl.Core.PluginFramework.PluginState.#ctor(System.Boolean) - name.vb: New(Boolean) - fullName: Sdl.Core.PluginFramework.PluginState.PluginState(bool) - fullName.vb: Sdl.Core.PluginFramework.PluginState.New(Boolean) - nameWithType: PluginState.PluginState(bool) - nameWithType.vb: PluginState.New(Boolean) + fullName: Sdl.Core.PluginFramework.PluginState.PluginState(System.Boolean) + nameWithType: PluginState.PluginState(Boolean) - uid: Sdl.Core.PluginFramework.PluginState.#ctor* name: PluginState href: api/core/Sdl.Core.PluginFramework.PluginState.html#Sdl_Core_PluginFramework_PluginState__ctor_ commentId: Overload:Sdl.Core.PluginFramework.PluginState.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.PluginState.PluginState - fullName.vb: Sdl.Core.PluginFramework.PluginState.New nameWithType: PluginState.PluginState - nameWithType.vb: PluginState.New - uid: Sdl.Core.PluginFramework.PluginState.Enabled name: Enabled href: api/core/Sdl.Core.PluginFramework.PluginState.html#Sdl_Core_PluginFramework_PluginState_Enabled @@ -14158,6 +8392,12 @@ references: commentId: F:Sdl.Core.PluginFramework.PluginStatus.NotInitialized fullName: Sdl.Core.PluginFramework.PluginStatus.NotInitialized nameWithType: PluginStatus.NotInitialized +- uid: Sdl.Core.PluginFramework.PluginStatus.value__ + name: value__ + href: api/core/Sdl.Core.PluginFramework.PluginStatus.html#Sdl_Core_PluginFramework_PluginStatus_value__ + commentId: F:Sdl.Core.PluginFramework.PluginStatus.value__ + fullName: Sdl.Core.PluginFramework.PluginStatus.value__ + nameWithType: PluginStatus.value__ - uid: Sdl.Core.PluginFramework.SdlAssemblyReferenceError name: SdlAssemblyReferenceError href: api/core/Sdl.Core.PluginFramework.SdlAssemblyReferenceError.html @@ -14182,6 +8422,12 @@ references: commentId: F:Sdl.Core.PluginFramework.SdlAssemblyReferenceError.SdlAssemblyNotPublic fullName: Sdl.Core.PluginFramework.SdlAssemblyReferenceError.SdlAssemblyNotPublic nameWithType: SdlAssemblyReferenceError.SdlAssemblyNotPublic +- uid: Sdl.Core.PluginFramework.SdlAssemblyReferenceError.value__ + name: value__ + href: api/core/Sdl.Core.PluginFramework.SdlAssemblyReferenceError.html#Sdl_Core_PluginFramework_SdlAssemblyReferenceError_value__ + commentId: F:Sdl.Core.PluginFramework.SdlAssemblyReferenceError.value__ + fullName: Sdl.Core.PluginFramework.SdlAssemblyReferenceError.value__ + nameWithType: SdlAssemblyReferenceError.value__ - uid: Sdl.Core.PluginFramework.Util name: Sdl.Core.PluginFramework.Util href: api/core/Sdl.Core.PluginFramework.Util.html @@ -14273,29 +8519,20 @@ references: name: SortableExtensionAttribute() href: api/core/Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.html#Sdl_Core_PluginFramework_Util_SortableExtensionAttribute__ctor commentId: M:Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.#ctor - name.vb: New() fullName: Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.SortableExtensionAttribute() - fullName.vb: Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.New() nameWithType: SortableExtensionAttribute.SortableExtensionAttribute() - nameWithType.vb: SortableExtensionAttribute.New() - uid: Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.#ctor(System.String,System.String,System.String) - name: SortableExtensionAttribute(string, string, string) + name: SortableExtensionAttribute(String, String, String) href: api/core/Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.html#Sdl_Core_PluginFramework_Util_SortableExtensionAttribute__ctor_System_String_System_String_System_String_ commentId: M:Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.#ctor(System.String,System.String,System.String) - name.vb: New(String, String, String) - fullName: Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.SortableExtensionAttribute(string, string, string) - fullName.vb: Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.New(String, String, String) - nameWithType: SortableExtensionAttribute.SortableExtensionAttribute(string, string, string) - nameWithType.vb: SortableExtensionAttribute.New(String, String, String) + fullName: Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.SortableExtensionAttribute(System.String, System.String, System.String) + nameWithType: SortableExtensionAttribute.SortableExtensionAttribute(String, String, String) - uid: Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.#ctor* name: SortableExtensionAttribute href: api/core/Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.html#Sdl_Core_PluginFramework_Util_SortableExtensionAttribute__ctor_ commentId: Overload:Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.SortableExtensionAttribute - fullName.vb: Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.New nameWithType: SortableExtensionAttribute.SortableExtensionAttribute - nameWithType.vb: SortableExtensionAttribute.New - uid: Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.InsertAfter name: InsertAfter href: api/core/Sdl.Core.PluginFramework.Util.SortableExtensionAttribute.html#Sdl_Core_PluginFramework_Util_SortableExtensionAttribute_InsertAfter @@ -14333,20 +8570,18 @@ references: name: SortedObjectRegistry(IPluginRegistry) href: api/core/Sdl.Core.PluginFramework.Util.SortedObjectRegistry-2.html#Sdl_Core_PluginFramework_Util_SortedObjectRegistry_2__ctor_Sdl_Core_PluginFramework_IPluginRegistry_ commentId: M:Sdl.Core.PluginFramework.Util.SortedObjectRegistry`2.#ctor(Sdl.Core.PluginFramework.IPluginRegistry) - name.vb: New(IPluginRegistry) fullName: Sdl.Core.PluginFramework.Util.SortedObjectRegistry.SortedObjectRegistry(Sdl.Core.PluginFramework.IPluginRegistry) - fullName.vb: Sdl.Core.PluginFramework.Util.SortedObjectRegistry(Of TSortableExtensionAttribute, TExtensionType).New(Sdl.Core.PluginFramework.IPluginRegistry) + fullName.vb: Sdl.Core.PluginFramework.Util.SortedObjectRegistry(Of TSortableExtensionAttribute, TExtensionType).SortedObjectRegistry(Sdl.Core.PluginFramework.IPluginRegistry) nameWithType: SortedObjectRegistry.SortedObjectRegistry(IPluginRegistry) - nameWithType.vb: SortedObjectRegistry(Of TSortableExtensionAttribute, TExtensionType).New(IPluginRegistry) + nameWithType.vb: SortedObjectRegistry(Of TSortableExtensionAttribute, TExtensionType).SortedObjectRegistry(IPluginRegistry) - uid: Sdl.Core.PluginFramework.Util.SortedObjectRegistry`2.#ctor* name: SortedObjectRegistry href: api/core/Sdl.Core.PluginFramework.Util.SortedObjectRegistry-2.html#Sdl_Core_PluginFramework_Util_SortedObjectRegistry_2__ctor_ commentId: Overload:Sdl.Core.PluginFramework.Util.SortedObjectRegistry`2.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.Util.SortedObjectRegistry.SortedObjectRegistry - fullName.vb: Sdl.Core.PluginFramework.Util.SortedObjectRegistry(Of TSortableExtensionAttribute, TExtensionType).New + fullName.vb: Sdl.Core.PluginFramework.Util.SortedObjectRegistry(Of TSortableExtensionAttribute, TExtensionType).SortedObjectRegistry nameWithType: SortedObjectRegistry.SortedObjectRegistry - nameWithType.vb: SortedObjectRegistry(Of TSortableExtensionAttribute, TExtensionType).New + nameWithType.vb: SortedObjectRegistry(Of TSortableExtensionAttribute, TExtensionType).SortedObjectRegistry - uid: Sdl.Core.PluginFramework.Util.SortedObjectRegistry`2.CreateObjects name: CreateObjects() href: api/core/Sdl.Core.PluginFramework.Util.SortedObjectRegistry-2.html#Sdl_Core_PluginFramework_Util_SortedObjectRegistry_2_CreateObjects @@ -14420,20 +8655,14 @@ references: name: ValidatingSystemPluginLocator(IPluginLocator) href: api/core/Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.html#Sdl_Core_PluginFramework_ValidatingSystemPluginLocator__ctor_Sdl_Core_PluginFramework_IPluginLocator_ commentId: M:Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.#ctor(Sdl.Core.PluginFramework.IPluginLocator) - name.vb: New(IPluginLocator) fullName: Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.ValidatingSystemPluginLocator(Sdl.Core.PluginFramework.IPluginLocator) - fullName.vb: Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.New(Sdl.Core.PluginFramework.IPluginLocator) nameWithType: ValidatingSystemPluginLocator.ValidatingSystemPluginLocator(IPluginLocator) - nameWithType.vb: ValidatingSystemPluginLocator.New(IPluginLocator) - uid: Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.#ctor* name: ValidatingSystemPluginLocator href: api/core/Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.html#Sdl_Core_PluginFramework_ValidatingSystemPluginLocator__ctor_ commentId: Overload:Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.ValidatingSystemPluginLocator - fullName.vb: Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.New nameWithType: ValidatingSystemPluginLocator.ValidatingSystemPluginLocator - nameWithType.vb: ValidatingSystemPluginLocator.New - uid: Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.Dispose name: Dispose() href: api/core/Sdl.Core.PluginFramework.ValidatingSystemPluginLocator.html#Sdl_Core_PluginFramework_ValidatingSystemPluginLocator_Dispose @@ -14537,14 +8766,11 @@ references: fullName: Sdl.Core.PluginFramework.Validation.IExtensionValidationContext nameWithType: IExtensionValidationContext - uid: Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.ReportError(System.String,System.String) - name: ReportError(string, string) + name: ReportError(String, String) href: api/core/Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.html#Sdl_Core_PluginFramework_Validation_IExtensionValidationContext_ReportError_System_String_System_String_ commentId: M:Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.ReportError(System.String,System.String) - name.vb: ReportError(String, String) - fullName: Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.ReportError(string, string) - fullName.vb: Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.ReportError(String, String) - nameWithType: IExtensionValidationContext.ReportError(string, string) - nameWithType.vb: IExtensionValidationContext.ReportError(String, String) + fullName: Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.ReportError(System.String, System.String) + nameWithType: IExtensionValidationContext.ReportError(String, String) - uid: Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.ReportError* name: ReportError href: api/core/Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.html#Sdl_Core_PluginFramework_Validation_IExtensionValidationContext_ReportError_ @@ -14552,14 +8778,11 @@ references: fullName: Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.ReportError nameWithType: IExtensionValidationContext.ReportError - uid: Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.ReportWarning(System.String,System.String) - name: ReportWarning(string, string) + name: ReportWarning(String, String) href: api/core/Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.html#Sdl_Core_PluginFramework_Validation_IExtensionValidationContext_ReportWarning_System_String_System_String_ commentId: M:Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.ReportWarning(System.String,System.String) - name.vb: ReportWarning(String, String) - fullName: Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.ReportWarning(string, string) - fullName.vb: Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.ReportWarning(String, String) - nameWithType: IExtensionValidationContext.ReportWarning(string, string) - nameWithType.vb: IExtensionValidationContext.ReportWarning(String, String) + fullName: Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.ReportWarning(System.String, System.String) + nameWithType: IExtensionValidationContext.ReportWarning(String, String) - uid: Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.ReportWarning* name: ReportWarning href: api/core/Sdl.Core.PluginFramework.Validation.IExtensionValidationContext.html#Sdl_Core_PluginFramework_Validation_IExtensionValidationContext_ReportWarning_ @@ -14597,32 +8820,23 @@ references: fullName: Sdl.Core.PluginFramework.XmlPluginCache nameWithType: XmlPluginCache - uid: Sdl.Core.PluginFramework.XmlPluginCache.#ctor(System.String) - name: XmlPluginCache(string) + name: XmlPluginCache(String) href: api/core/Sdl.Core.PluginFramework.XmlPluginCache.html#Sdl_Core_PluginFramework_XmlPluginCache__ctor_System_String_ commentId: M:Sdl.Core.PluginFramework.XmlPluginCache.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Core.PluginFramework.XmlPluginCache.XmlPluginCache(string) - fullName.vb: Sdl.Core.PluginFramework.XmlPluginCache.New(String) - nameWithType: XmlPluginCache.XmlPluginCache(string) - nameWithType.vb: XmlPluginCache.New(String) + fullName: Sdl.Core.PluginFramework.XmlPluginCache.XmlPluginCache(System.String) + nameWithType: XmlPluginCache.XmlPluginCache(String) - uid: Sdl.Core.PluginFramework.XmlPluginCache.#ctor* name: XmlPluginCache href: api/core/Sdl.Core.PluginFramework.XmlPluginCache.html#Sdl_Core_PluginFramework_XmlPluginCache__ctor_ commentId: Overload:Sdl.Core.PluginFramework.XmlPluginCache.#ctor - name.vb: New fullName: Sdl.Core.PluginFramework.XmlPluginCache.XmlPluginCache - fullName.vb: Sdl.Core.PluginFramework.XmlPluginCache.New nameWithType: XmlPluginCache.XmlPluginCache - nameWithType.vb: XmlPluginCache.New - uid: Sdl.Core.PluginFramework.XmlPluginCache.GetPluginState(System.String) - name: GetPluginState(string) + name: GetPluginState(String) href: api/core/Sdl.Core.PluginFramework.XmlPluginCache.html#Sdl_Core_PluginFramework_XmlPluginCache_GetPluginState_System_String_ commentId: M:Sdl.Core.PluginFramework.XmlPluginCache.GetPluginState(System.String) - name.vb: GetPluginState(String) - fullName: Sdl.Core.PluginFramework.XmlPluginCache.GetPluginState(string) - fullName.vb: Sdl.Core.PluginFramework.XmlPluginCache.GetPluginState(String) - nameWithType: XmlPluginCache.GetPluginState(string) - nameWithType.vb: XmlPluginCache.GetPluginState(String) + fullName: Sdl.Core.PluginFramework.XmlPluginCache.GetPluginState(System.String) + nameWithType: XmlPluginCache.GetPluginState(String) - uid: Sdl.Core.PluginFramework.XmlPluginCache.GetPluginState* name: GetPluginState href: api/core/Sdl.Core.PluginFramework.XmlPluginCache.html#Sdl_Core_PluginFramework_XmlPluginCache_GetPluginState_ @@ -14681,20 +8895,14 @@ references: name: AbstractSettingsGroupBase() href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase__ctor commentId: M:Sdl.Core.Settings.AbstractSettingsGroupBase.#ctor - name.vb: New() fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.AbstractSettingsGroupBase() - fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.New() nameWithType: AbstractSettingsGroupBase.AbstractSettingsGroupBase() - nameWithType.vb: AbstractSettingsGroupBase.New() - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.#ctor* name: AbstractSettingsGroupBase href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase__ctor_ commentId: Overload:Sdl.Core.Settings.AbstractSettingsGroupBase.#ctor - name.vb: New fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.AbstractSettingsGroupBase - fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.New nameWithType: AbstractSettingsGroupBase.AbstractSettingsGroupBase - nameWithType.vb: AbstractSettingsGroupBase.New - uid: Sdl.Core.Settings.AbstractSettingsGroupBase._parentEventHandlerAttached name: _parentEventHandlerAttached href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase__parentEventHandlerAttached @@ -14756,13 +8964,13 @@ references: fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.CancelEdit nameWithType: AbstractSettingsGroupBase.CancelEdit - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.CollectSettings(Sdl.Core.Settings.ISettingsGroup,System.Collections.Generic.List{System.String}) - name: CollectSettings(ISettingsGroup, List) + name: CollectSettings(ISettingsGroup, List) href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase_CollectSettings_Sdl_Core_Settings_ISettingsGroup_System_Collections_Generic_List_System_String__ commentId: M:Sdl.Core.Settings.AbstractSettingsGroupBase.CollectSettings(Sdl.Core.Settings.ISettingsGroup,System.Collections.Generic.List{System.String}) name.vb: CollectSettings(ISettingsGroup, List(Of String)) - fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.CollectSettings(Sdl.Core.Settings.ISettingsGroup, System.Collections.Generic.List) - fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.CollectSettings(Sdl.Core.Settings.ISettingsGroup, System.Collections.Generic.List(Of String)) - nameWithType: AbstractSettingsGroupBase.CollectSettings(ISettingsGroup, List) + fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.CollectSettings(Sdl.Core.Settings.ISettingsGroup, System.Collections.Generic.List) + fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.CollectSettings(Sdl.Core.Settings.ISettingsGroup, System.Collections.Generic.List(Of System.String)) + nameWithType: AbstractSettingsGroupBase.CollectSettings(ISettingsGroup, List) nameWithType.vb: AbstractSettingsGroupBase.CollectSettings(ISettingsGroup, List(Of String)) - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.CollectSettings* name: CollectSettings @@ -14771,14 +8979,11 @@ references: fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.CollectSettings nameWithType: AbstractSettingsGroupBase.CollectSettings - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.ContainsSetting(System.String) - name: ContainsSetting(string) + name: ContainsSetting(String) href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase_ContainsSetting_System_String_ commentId: M:Sdl.Core.Settings.AbstractSettingsGroupBase.ContainsSetting(System.String) - name.vb: ContainsSetting(String) - fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.ContainsSetting(string) - fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.ContainsSetting(String) - nameWithType: AbstractSettingsGroupBase.ContainsSetting(string) - nameWithType.vb: AbstractSettingsGroupBase.ContainsSetting(String) + fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.ContainsSetting(System.String) + nameWithType: AbstractSettingsGroupBase.ContainsSetting(String) - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.ContainsSetting* name: ContainsSetting href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase_ContainsSetting_ @@ -14828,41 +9033,41 @@ references: fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting nameWithType: AbstractSettingsGroupBase.GetSetting - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting``1(System.String) - name: GetSetting(string) + name: GetSetting(String) href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase_GetSetting__1_System_String_ commentId: M:Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting``1(System.String) name.vb: GetSetting(Of T)(String) - fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(string) - fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(Of T)(String) - nameWithType: AbstractSettingsGroupBase.GetSetting(string) + fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(System.String) + fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(Of T)(System.String) + nameWithType: AbstractSettingsGroupBase.GetSetting(String) nameWithType.vb: AbstractSettingsGroupBase.GetSetting(Of T)(String) - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting``1(System.String,``0) - name: GetSetting(string, T) + name: GetSetting(String, T) href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase_GetSetting__1_System_String___0_ commentId: M:Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting``1(System.String,``0) name.vb: GetSetting(Of T)(String, T) - fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(string, T) - fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(Of T)(String, T) - nameWithType: AbstractSettingsGroupBase.GetSetting(string, T) + fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(System.String, T) + fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(Of T)(System.String, T) + nameWithType: AbstractSettingsGroupBase.GetSetting(String, T) nameWithType.vb: AbstractSettingsGroupBase.GetSetting(Of T)(String, T) - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting``1(System.String,``0@) - name: GetSetting(string, out T) + name: GetSetting(String, out T) href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase_GetSetting__1_System_String___0__ commentId: M:Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting``1(System.String,``0@) - name.vb: GetSetting(Of T)(String, T) - fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(string, out T) - fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(Of T)(String, T) - nameWithType: AbstractSettingsGroupBase.GetSetting(string, out T) - nameWithType.vb: AbstractSettingsGroupBase.GetSetting(Of T)(String, T) + name.vb: GetSetting(Of T)(String, ByRef T) + fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(System.String, out T) + fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(Of T)(System.String, ByRef T) + nameWithType: AbstractSettingsGroupBase.GetSetting(String, out T) + nameWithType.vb: AbstractSettingsGroupBase.GetSetting(Of T)(String, ByRef T) - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting``1(System.String,Sdl.Core.Settings.Setting{``0}@) - name: GetSetting(string, out Setting) + name: GetSetting(String, out Setting) href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase_GetSetting__1_System_String_Sdl_Core_Settings_Setting___0___ commentId: M:Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting``1(System.String,Sdl.Core.Settings.Setting{``0}@) - name.vb: GetSetting(Of T)(String, Setting(Of T)) - fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(string, out Sdl.Core.Settings.Setting) - fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(Of T)(String, Sdl.Core.Settings.Setting(Of T)) - nameWithType: AbstractSettingsGroupBase.GetSetting(string, out Setting) - nameWithType.vb: AbstractSettingsGroupBase.GetSetting(Of T)(String, Setting(Of T)) + name.vb: GetSetting(Of T)(String, ByRef Setting(Of T)) + fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(System.String, out Sdl.Core.Settings.Setting) + fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSetting(Of T)(System.String, ByRef Sdl.Core.Settings.Setting(Of T)) + nameWithType: AbstractSettingsGroupBase.GetSetting(String, out Setting) + nameWithType.vb: AbstractSettingsGroupBase.GetSetting(Of T)(String, ByRef Setting(Of T)) - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.GetSettingIds name: GetSettingIds() href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase_GetSettingIds @@ -14900,14 +9105,11 @@ references: fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.ImportSettings nameWithType: AbstractSettingsGroupBase.ImportSettings - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.OnSettingChanged(System.String) - name: OnSettingChanged(string) + name: OnSettingChanged(String) href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase_OnSettingChanged_System_String_ commentId: M:Sdl.Core.Settings.AbstractSettingsGroupBase.OnSettingChanged(System.String) - name.vb: OnSettingChanged(String) - fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.OnSettingChanged(string) - fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.OnSettingChanged(String) - nameWithType: AbstractSettingsGroupBase.OnSettingChanged(string) - nameWithType.vb: AbstractSettingsGroupBase.OnSettingChanged(String) + fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.OnSettingChanged(System.String) + nameWithType: AbstractSettingsGroupBase.OnSettingChanged(String) - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.OnSettingChanged* name: OnSettingChanged href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase_OnSettingChanged_ @@ -14915,13 +9117,13 @@ references: fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.OnSettingChanged nameWithType: AbstractSettingsGroupBase.OnSettingChanged - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.OnSettingsChanged(System.Collections.Generic.IList{System.String},System.Boolean) - name: OnSettingsChanged(IList, bool) + name: OnSettingsChanged(IList, Boolean) href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase_OnSettingsChanged_System_Collections_Generic_IList_System_String__System_Boolean_ commentId: M:Sdl.Core.Settings.AbstractSettingsGroupBase.OnSettingsChanged(System.Collections.Generic.IList{System.String},System.Boolean) name.vb: OnSettingsChanged(IList(Of String), Boolean) - fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.OnSettingsChanged(System.Collections.Generic.IList, bool) - fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.OnSettingsChanged(System.Collections.Generic.IList(Of String), Boolean) - nameWithType: AbstractSettingsGroupBase.OnSettingsChanged(IList, bool) + fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.OnSettingsChanged(System.Collections.Generic.IList, System.Boolean) + fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.OnSettingsChanged(System.Collections.Generic.IList(Of System.String), System.Boolean) + nameWithType: AbstractSettingsGroupBase.OnSettingsChanged(IList, Boolean) nameWithType.vb: AbstractSettingsGroupBase.OnSettingsChanged(IList(Of String), Boolean) - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.OnSettingsChanged* name: OnSettingsChanged @@ -14942,14 +9144,11 @@ references: fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.Parent nameWithType: AbstractSettingsGroupBase.Parent - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.parent_PropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs) - name: parent_PropertyChanged(object, PropertyChangedEventArgs) + name: parent_PropertyChanged(Object, PropertyChangedEventArgs) href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase_parent_PropertyChanged_System_Object_System_ComponentModel_PropertyChangedEventArgs_ commentId: M:Sdl.Core.Settings.AbstractSettingsGroupBase.parent_PropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs) - name.vb: parent_PropertyChanged(Object, PropertyChangedEventArgs) - fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.parent_PropertyChanged(object, System.ComponentModel.PropertyChangedEventArgs) - fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.parent_PropertyChanged(Object, System.ComponentModel.PropertyChangedEventArgs) - nameWithType: AbstractSettingsGroupBase.parent_PropertyChanged(object, PropertyChangedEventArgs) - nameWithType.vb: AbstractSettingsGroupBase.parent_PropertyChanged(Object, PropertyChangedEventArgs) + fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.parent_PropertyChanged(System.Object, System.ComponentModel.PropertyChangedEventArgs) + nameWithType: AbstractSettingsGroupBase.parent_PropertyChanged(Object, PropertyChangedEventArgs) - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.parent_PropertyChanged* name: parent_PropertyChanged href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase_parent_PropertyChanged_ @@ -14957,14 +9156,11 @@ references: fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.parent_PropertyChanged nameWithType: AbstractSettingsGroupBase.parent_PropertyChanged - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.parent_SettingsChanged(System.Object,Sdl.Core.Settings.SettingsChangedEventArgs) - name: parent_SettingsChanged(object, SettingsChangedEventArgs) + name: parent_SettingsChanged(Object, SettingsChangedEventArgs) href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase_parent_SettingsChanged_System_Object_Sdl_Core_Settings_SettingsChangedEventArgs_ commentId: M:Sdl.Core.Settings.AbstractSettingsGroupBase.parent_SettingsChanged(System.Object,Sdl.Core.Settings.SettingsChangedEventArgs) - name.vb: parent_SettingsChanged(Object, SettingsChangedEventArgs) - fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.parent_SettingsChanged(object, Sdl.Core.Settings.SettingsChangedEventArgs) - fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.parent_SettingsChanged(Object, Sdl.Core.Settings.SettingsChangedEventArgs) - nameWithType: AbstractSettingsGroupBase.parent_SettingsChanged(object, SettingsChangedEventArgs) - nameWithType.vb: AbstractSettingsGroupBase.parent_SettingsChanged(Object, SettingsChangedEventArgs) + fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.parent_SettingsChanged(System.Object, Sdl.Core.Settings.SettingsChangedEventArgs) + nameWithType: AbstractSettingsGroupBase.parent_SettingsChanged(Object, SettingsChangedEventArgs) - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.parent_SettingsChanged* name: parent_SettingsChanged href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase_parent_SettingsChanged_ @@ -14978,14 +9174,11 @@ references: fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.PropertyChanged nameWithType: AbstractSettingsGroupBase.PropertyChanged - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.RemoveSetting(System.String) - name: RemoveSetting(string) + name: RemoveSetting(String) href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase_RemoveSetting_System_String_ commentId: M:Sdl.Core.Settings.AbstractSettingsGroupBase.RemoveSetting(System.String) - name.vb: RemoveSetting(String) - fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.RemoveSetting(string) - fullName.vb: Sdl.Core.Settings.AbstractSettingsGroupBase.RemoveSetting(String) - nameWithType: AbstractSettingsGroupBase.RemoveSetting(string) - nameWithType.vb: AbstractSettingsGroupBase.RemoveSetting(String) + fullName: Sdl.Core.Settings.AbstractSettingsGroupBase.RemoveSetting(System.String) + nameWithType: AbstractSettingsGroupBase.RemoveSetting(String) - uid: Sdl.Core.Settings.AbstractSettingsGroupBase.RemoveSetting* name: RemoveSetting href: api/core/Sdl.Core.Settings.AbstractSettingsGroupBase.html#Sdl_Core_Settings_AbstractSettingsGroupBase_RemoveSetting_ @@ -15056,20 +9249,14 @@ references: name: AbstractSettingsPage() href: api/core/Sdl.Core.Settings.AbstractSettingsPage.html#Sdl_Core_Settings_AbstractSettingsPage__ctor commentId: M:Sdl.Core.Settings.AbstractSettingsPage.#ctor - name.vb: New() fullName: Sdl.Core.Settings.AbstractSettingsPage.AbstractSettingsPage() - fullName.vb: Sdl.Core.Settings.AbstractSettingsPage.New() nameWithType: AbstractSettingsPage.AbstractSettingsPage() - nameWithType.vb: AbstractSettingsPage.New() - uid: Sdl.Core.Settings.AbstractSettingsPage.#ctor* name: AbstractSettingsPage href: api/core/Sdl.Core.Settings.AbstractSettingsPage.html#Sdl_Core_Settings_AbstractSettingsPage__ctor_ commentId: Overload:Sdl.Core.Settings.AbstractSettingsPage.#ctor - name.vb: New fullName: Sdl.Core.Settings.AbstractSettingsPage.AbstractSettingsPage - fullName.vb: Sdl.Core.Settings.AbstractSettingsPage.New nameWithType: AbstractSettingsPage.AbstractSettingsPage - nameWithType.vb: AbstractSettingsPage.New - uid: Sdl.Core.Settings.AbstractSettingsPage.AfterCancel name: AfterCancel() href: api/core/Sdl.Core.Settings.AbstractSettingsPage.html#Sdl_Core_Settings_AbstractSettingsPage_AfterCancel @@ -15242,20 +9429,14 @@ references: name: AbstractSettingsBundleAware() href: api/core/Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.html#Sdl_Core_Settings_Implementation_AbstractSettingsBundleAware__ctor commentId: M:Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.#ctor - name.vb: New() fullName: Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.AbstractSettingsBundleAware() - fullName.vb: Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.New() nameWithType: AbstractSettingsBundleAware.AbstractSettingsBundleAware() - nameWithType.vb: AbstractSettingsBundleAware.New() - uid: Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.#ctor* name: AbstractSettingsBundleAware href: api/core/Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.html#Sdl_Core_Settings_Implementation_AbstractSettingsBundleAware__ctor_ commentId: Overload:Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.#ctor - name.vb: New fullName: Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.AbstractSettingsBundleAware - fullName.vb: Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.New nameWithType: AbstractSettingsBundleAware.AbstractSettingsBundleAware - nameWithType.vb: AbstractSettingsBundleAware.New - uid: Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.SetSettingsBundle(Sdl.Core.Settings.ISettingsBundle) name: SetSettingsBundle(ISettingsBundle) href: api/core/Sdl.Core.Settings.Implementation.AbstractSettingsBundleAware.html#Sdl_Core_Settings_Implementation_AbstractSettingsBundleAware_SetSettingsBundle_Sdl_Core_Settings_ISettingsBundle_ @@ -15299,29 +9480,27 @@ references: name: JsonSettingImpl() href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingImpl-1.html#Sdl_Core_Settings_Implementation_Json_JsonSettingImpl_1__ctor commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingImpl`1.#ctor - name.vb: New() fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingImpl.JsonSettingImpl() - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingImpl(Of T).New() + fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingImpl(Of T).JsonSettingImpl() nameWithType: JsonSettingImpl.JsonSettingImpl() - nameWithType.vb: JsonSettingImpl(Of T).New() + nameWithType.vb: JsonSettingImpl(Of T).JsonSettingImpl() - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingImpl`1.#ctor(Sdl.Core.Settings.Implementation.Json.JsonSettingImpl{`0}) name: JsonSettingImpl(JsonSettingImpl) href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingImpl-1.html#Sdl_Core_Settings_Implementation_Json_JsonSettingImpl_1__ctor_Sdl_Core_Settings_Implementation_Json_JsonSettingImpl__0__ commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingImpl`1.#ctor(Sdl.Core.Settings.Implementation.Json.JsonSettingImpl{`0}) - name.vb: New(JsonSettingImpl(Of T)) + name.vb: JsonSettingImpl(JsonSettingImpl(Of T)) fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingImpl.JsonSettingImpl(Sdl.Core.Settings.Implementation.Json.JsonSettingImpl) - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingImpl(Of T).New(Sdl.Core.Settings.Implementation.Json.JsonSettingImpl(Of T)) + fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingImpl(Of T).JsonSettingImpl(Sdl.Core.Settings.Implementation.Json.JsonSettingImpl(Of T)) nameWithType: JsonSettingImpl.JsonSettingImpl(JsonSettingImpl) - nameWithType.vb: JsonSettingImpl(Of T).New(JsonSettingImpl(Of T)) + nameWithType.vb: JsonSettingImpl(Of T).JsonSettingImpl(JsonSettingImpl(Of T)) - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingImpl`1.#ctor* name: JsonSettingImpl href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingImpl-1.html#Sdl_Core_Settings_Implementation_Json_JsonSettingImpl_1__ctor_ commentId: Overload:Sdl.Core.Settings.Implementation.Json.JsonSettingImpl`1.#ctor - name.vb: New fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingImpl.JsonSettingImpl - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingImpl(Of T).New + fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingImpl(Of T).JsonSettingImpl nameWithType: JsonSettingImpl.JsonSettingImpl - nameWithType.vb: JsonSettingImpl(Of T).New + nameWithType.vb: JsonSettingImpl(Of T).JsonSettingImpl - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingImpl`1.Clone name: Clone() href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingImpl-1.html#Sdl_Core_Settings_Implementation_Json_JsonSettingImpl_1_Clone @@ -15428,20 +9607,14 @@ references: name: JsonSettingsBundle() href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsBundle__ctor commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.#ctor - name.vb: New() fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.JsonSettingsBundle() - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.New() nameWithType: JsonSettingsBundle.JsonSettingsBundle() - nameWithType.vb: JsonSettingsBundle.New() - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.#ctor* name: JsonSettingsBundle href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsBundle__ctor_ commentId: Overload:Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.#ctor - name.vb: New fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.JsonSettingsBundle - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.New nameWithType: JsonSettingsBundle.JsonSettingsBundle - nameWithType.vb: JsonSettingsBundle.New - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.AddSettingsGroup(Sdl.Core.Settings.ISettingsGroup) name: AddSettingsGroup(ISettingsGroup) href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsBundle_AddSettingsGroup_Sdl_Core_Settings_ISettingsGroup_ @@ -15467,14 +9640,11 @@ references: fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.Assign nameWithType: JsonSettingsBundle.Assign - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.ContainsSettingsGroup(System.String) - name: ContainsSettingsGroup(string) + name: ContainsSettingsGroup(String) href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsBundle_ContainsSettingsGroup_System_String_ commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.ContainsSettingsGroup(System.String) - name.vb: ContainsSettingsGroup(String) - fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.ContainsSettingsGroup(string) - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.ContainsSettingsGroup(String) - nameWithType: JsonSettingsBundle.ContainsSettingsGroup(string) - nameWithType.vb: JsonSettingsBundle.ContainsSettingsGroup(String) + fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.ContainsSettingsGroup(System.String) + nameWithType: JsonSettingsBundle.ContainsSettingsGroup(String) - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.ContainsSettingsGroup* name: ContainsSettingsGroup href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsBundle_ContainsSettingsGroup_ @@ -15482,14 +9652,11 @@ references: fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.ContainsSettingsGroup nameWithType: JsonSettingsBundle.ContainsSettingsGroup - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.GetSettingsGroup(System.String) - name: GetSettingsGroup(string) + name: GetSettingsGroup(String) href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsBundle_GetSettingsGroup_System_String_ commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.GetSettingsGroup(System.String) - name.vb: GetSettingsGroup(String) - fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.GetSettingsGroup(string) - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.GetSettingsGroup(String) - nameWithType: JsonSettingsBundle.GetSettingsGroup(string) - nameWithType.vb: JsonSettingsBundle.GetSettingsGroup(String) + fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.GetSettingsGroup(System.String) + nameWithType: JsonSettingsBundle.GetSettingsGroup(String) - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.GetSettingsGroup* name: GetSettingsGroup href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsBundle_GetSettingsGroup_ @@ -15506,13 +9673,13 @@ references: nameWithType: JsonSettingsBundle.GetSettingsGroup() nameWithType.vb: JsonSettingsBundle.GetSettingsGroup(Of T)() - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.GetSettingsGroup``1(System.String) - name: GetSettingsGroup(string) + name: GetSettingsGroup(String) href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsBundle_GetSettingsGroup__1_System_String_ commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.GetSettingsGroup``1(System.String) name.vb: GetSettingsGroup(Of T)(String) - fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.GetSettingsGroup(string) - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.GetSettingsGroup(Of T)(String) - nameWithType: JsonSettingsBundle.GetSettingsGroup(string) + fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.GetSettingsGroup(System.String) + fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.GetSettingsGroup(Of T)(System.String) + nameWithType: JsonSettingsBundle.GetSettingsGroup(String) nameWithType.vb: JsonSettingsBundle.GetSettingsGroup(Of T)(String) - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.GetSettingsGroupIds name: GetSettingsGroupIds() @@ -15563,14 +9730,11 @@ references: fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.Parent nameWithType: JsonSettingsBundle.Parent - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.RemoveSettingsGroup(System.String) - name: RemoveSettingsGroup(string) + name: RemoveSettingsGroup(String) href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsBundle_RemoveSettingsGroup_System_String_ commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.RemoveSettingsGroup(System.String) - name.vb: RemoveSettingsGroup(String) - fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.RemoveSettingsGroup(string) - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.RemoveSettingsGroup(String) - nameWithType: JsonSettingsBundle.RemoveSettingsGroup(string) - nameWithType.vb: JsonSettingsBundle.RemoveSettingsGroup(String) + fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.RemoveSettingsGroup(System.String) + nameWithType: JsonSettingsBundle.RemoveSettingsGroup(String) - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.RemoveSettingsGroup* name: RemoveSettingsGroup href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsBundle.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsBundle_RemoveSettingsGroup_ @@ -15599,29 +9763,20 @@ references: name: JsonSettingsGroup() href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup__ctor commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.#ctor - name.vb: New() fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.JsonSettingsGroup() - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.New() nameWithType: JsonSettingsGroup.JsonSettingsGroup() - nameWithType.vb: JsonSettingsGroup.New() - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.#ctor(Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup) name: JsonSettingsGroup(JsonSettingsGroup) href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup__ctor_Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup_ commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.#ctor(Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup) - name.vb: New(JsonSettingsGroup) fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.JsonSettingsGroup(Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup) - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.New(Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup) nameWithType: JsonSettingsGroup.JsonSettingsGroup(JsonSettingsGroup) - nameWithType.vb: JsonSettingsGroup.New(JsonSettingsGroup) - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.#ctor* name: JsonSettingsGroup href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup__ctor_ commentId: Overload:Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.#ctor - name.vb: New fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.JsonSettingsGroup - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.New nameWithType: JsonSettingsGroup.JsonSettingsGroup - nameWithType.vb: JsonSettingsGroup.New - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.BeginEdit name: BeginEdit() href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup_BeginEdit @@ -15659,13 +9814,13 @@ references: fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.Clone nameWithType: JsonSettingsGroup.Clone - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.CollectSettings(Sdl.Core.Settings.ISettingsGroup,System.Collections.Generic.List{System.String}) - name: CollectSettings(ISettingsGroup, List) + name: CollectSettings(ISettingsGroup, List) href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup_CollectSettings_Sdl_Core_Settings_ISettingsGroup_System_Collections_Generic_List_System_String__ commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.CollectSettings(Sdl.Core.Settings.ISettingsGroup,System.Collections.Generic.List{System.String}) name.vb: CollectSettings(ISettingsGroup, List(Of String)) - fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.CollectSettings(Sdl.Core.Settings.ISettingsGroup, System.Collections.Generic.List) - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.CollectSettings(Sdl.Core.Settings.ISettingsGroup, System.Collections.Generic.List(Of String)) - nameWithType: JsonSettingsGroup.CollectSettings(ISettingsGroup, List) + fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.CollectSettings(Sdl.Core.Settings.ISettingsGroup, System.Collections.Generic.List) + fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.CollectSettings(Sdl.Core.Settings.ISettingsGroup, System.Collections.Generic.List(Of System.String)) + nameWithType: JsonSettingsGroup.CollectSettings(ISettingsGroup, List) nameWithType.vb: JsonSettingsGroup.CollectSettings(ISettingsGroup, List(Of String)) - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.CollectSettings* name: CollectSettings @@ -15674,14 +9829,11 @@ references: fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.CollectSettings nameWithType: JsonSettingsGroup.CollectSettings - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.ContainsSetting(System.String) - name: ContainsSetting(string) + name: ContainsSetting(String) href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup_ContainsSetting_System_String_ commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.ContainsSetting(System.String) - name.vb: ContainsSetting(String) - fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.ContainsSetting(string) - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.ContainsSetting(String) - nameWithType: JsonSettingsGroup.ContainsSetting(string) - nameWithType.vb: JsonSettingsGroup.ContainsSetting(String) + fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.ContainsSetting(System.String) + nameWithType: JsonSettingsGroup.ContainsSetting(String) - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.ContainsSetting* name: ContainsSetting href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup_ContainsSetting_ @@ -15707,41 +9859,41 @@ references: fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting nameWithType: JsonSettingsGroup.GetSetting - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting``1(System.String) - name: GetSetting(string) + name: GetSetting(String) href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup_GetSetting__1_System_String_ commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting``1(System.String) name.vb: GetSetting(Of T)(String) - fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting(string) - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting(Of T)(String) - nameWithType: JsonSettingsGroup.GetSetting(string) + fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting(System.String) + fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting(Of T)(System.String) + nameWithType: JsonSettingsGroup.GetSetting(String) nameWithType.vb: JsonSettingsGroup.GetSetting(Of T)(String) - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting``1(System.String,``0) - name: GetSetting(string, T) + name: GetSetting(String, T) href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup_GetSetting__1_System_String___0_ commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting``1(System.String,``0) name.vb: GetSetting(Of T)(String, T) - fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting(string, T) - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting(Of T)(String, T) - nameWithType: JsonSettingsGroup.GetSetting(string, T) + fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting(System.String, T) + fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting(Of T)(System.String, T) + nameWithType: JsonSettingsGroup.GetSetting(String, T) nameWithType.vb: JsonSettingsGroup.GetSetting(Of T)(String, T) - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting``1(System.String,``0@) - name: GetSetting(string, out T) + name: GetSetting(String, out T) href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup_GetSetting__1_System_String___0__ commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting``1(System.String,``0@) - name.vb: GetSetting(Of T)(String, T) - fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting(string, out T) - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting(Of T)(String, T) - nameWithType: JsonSettingsGroup.GetSetting(string, out T) - nameWithType.vb: JsonSettingsGroup.GetSetting(Of T)(String, T) + name.vb: GetSetting(Of T)(String, ByRef T) + fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting(System.String, out T) + fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting(Of T)(System.String, ByRef T) + nameWithType: JsonSettingsGroup.GetSetting(String, out T) + nameWithType.vb: JsonSettingsGroup.GetSetting(Of T)(String, ByRef T) - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting``1(System.String,Sdl.Core.Settings.Setting{``0}@) - name: GetSetting(string, out Setting) + name: GetSetting(String, out Setting) href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup_GetSetting__1_System_String_Sdl_Core_Settings_Setting___0___ commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting``1(System.String,Sdl.Core.Settings.Setting{``0}@) - name.vb: GetSetting(Of T)(String, Setting(Of T)) - fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting(string, out Sdl.Core.Settings.Setting) - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting(Of T)(String, Sdl.Core.Settings.Setting(Of T)) - nameWithType: JsonSettingsGroup.GetSetting(string, out Setting) - nameWithType.vb: JsonSettingsGroup.GetSetting(Of T)(String, Setting(Of T)) + name.vb: GetSetting(Of T)(String, ByRef Setting(Of T)) + fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting(System.String, out Sdl.Core.Settings.Setting) + fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSetting(Of T)(System.String, ByRef Sdl.Core.Settings.Setting(Of T)) + nameWithType: JsonSettingsGroup.GetSetting(String, out Setting) + nameWithType.vb: JsonSettingsGroup.GetSetting(Of T)(String, ByRef Setting(Of T)) - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.GetSettingIds name: GetSettingIds() href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup_GetSettingIds @@ -15803,14 +9955,11 @@ references: fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.Parent nameWithType: JsonSettingsGroup.Parent - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.parent_PropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs) - name: parent_PropertyChanged(object, PropertyChangedEventArgs) + name: parent_PropertyChanged(Object, PropertyChangedEventArgs) href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup_parent_PropertyChanged_System_Object_System_ComponentModel_PropertyChangedEventArgs_ commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.parent_PropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs) - name.vb: parent_PropertyChanged(Object, PropertyChangedEventArgs) - fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.parent_PropertyChanged(object, System.ComponentModel.PropertyChangedEventArgs) - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.parent_PropertyChanged(Object, System.ComponentModel.PropertyChangedEventArgs) - nameWithType: JsonSettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) - nameWithType.vb: JsonSettingsGroup.parent_PropertyChanged(Object, PropertyChangedEventArgs) + fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.parent_PropertyChanged(System.Object, System.ComponentModel.PropertyChangedEventArgs) + nameWithType: JsonSettingsGroup.parent_PropertyChanged(Object, PropertyChangedEventArgs) - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.parent_PropertyChanged* name: parent_PropertyChanged href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup_parent_PropertyChanged_ @@ -15818,14 +9967,11 @@ references: fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.parent_PropertyChanged nameWithType: JsonSettingsGroup.parent_PropertyChanged - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.parent_SettingsChanged(System.Object,Sdl.Core.Settings.SettingsChangedEventArgs) - name: parent_SettingsChanged(object, SettingsChangedEventArgs) + name: parent_SettingsChanged(Object, SettingsChangedEventArgs) href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup_parent_SettingsChanged_System_Object_Sdl_Core_Settings_SettingsChangedEventArgs_ commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.parent_SettingsChanged(System.Object,Sdl.Core.Settings.SettingsChangedEventArgs) - name.vb: parent_SettingsChanged(Object, SettingsChangedEventArgs) - fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.parent_SettingsChanged(object, Sdl.Core.Settings.SettingsChangedEventArgs) - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.parent_SettingsChanged(Object, Sdl.Core.Settings.SettingsChangedEventArgs) - nameWithType: JsonSettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) - nameWithType.vb: JsonSettingsGroup.parent_SettingsChanged(Object, SettingsChangedEventArgs) + fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.parent_SettingsChanged(System.Object, Sdl.Core.Settings.SettingsChangedEventArgs) + nameWithType: JsonSettingsGroup.parent_SettingsChanged(Object, SettingsChangedEventArgs) - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.parent_SettingsChanged* name: parent_SettingsChanged href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup_parent_SettingsChanged_ @@ -15833,14 +9979,11 @@ references: fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.parent_SettingsChanged nameWithType: JsonSettingsGroup.parent_SettingsChanged - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.RemoveSetting(System.String) - name: RemoveSetting(string) + name: RemoveSetting(String) href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup_RemoveSetting_System_String_ commentId: M:Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.RemoveSetting(System.String) - name.vb: RemoveSetting(String) - fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.RemoveSetting(string) - fullName.vb: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.RemoveSetting(String) - nameWithType: JsonSettingsGroup.RemoveSetting(string) - nameWithType.vb: JsonSettingsGroup.RemoveSetting(String) + fullName: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.RemoveSetting(System.String) + nameWithType: JsonSettingsGroup.RemoveSetting(String) - uid: Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.RemoveSetting* name: RemoveSetting href: api/core/Sdl.Core.Settings.Implementation.Json.JsonSettingsGroup.html#Sdl_Core_Settings_Implementation_Json_JsonSettingsGroup_RemoveSetting_ @@ -15881,29 +10024,20 @@ references: name: SettingsGroupTypeDescriptionProvider() href: api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.html#Sdl_Core_Settings_Implementation_SettingsGroupTypeDescriptionProvider__ctor commentId: M:Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.#ctor - name.vb: New() fullName: Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.SettingsGroupTypeDescriptionProvider() - fullName.vb: Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.New() nameWithType: SettingsGroupTypeDescriptionProvider.SettingsGroupTypeDescriptionProvider() - nameWithType.vb: SettingsGroupTypeDescriptionProvider.New() - uid: Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.#ctor* name: SettingsGroupTypeDescriptionProvider href: api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.html#Sdl_Core_Settings_Implementation_SettingsGroupTypeDescriptionProvider__ctor_ commentId: Overload:Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.#ctor - name.vb: New fullName: Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.SettingsGroupTypeDescriptionProvider - fullName.vb: Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.New nameWithType: SettingsGroupTypeDescriptionProvider.SettingsGroupTypeDescriptionProvider - nameWithType.vb: SettingsGroupTypeDescriptionProvider.New - uid: Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object) - name: GetTypeDescriptor(Type, object) + name: GetTypeDescriptor(Type, Object) href: api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.html#Sdl_Core_Settings_Implementation_SettingsGroupTypeDescriptionProvider_GetTypeDescriptor_System_Type_System_Object_ commentId: M:Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object) - name.vb: GetTypeDescriptor(Type, Object) - fullName: Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.GetTypeDescriptor(System.Type, object) - fullName.vb: Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.GetTypeDescriptor(System.Type, Object) - nameWithType: SettingsGroupTypeDescriptionProvider.GetTypeDescriptor(Type, object) - nameWithType.vb: SettingsGroupTypeDescriptionProvider.GetTypeDescriptor(Type, Object) + fullName: Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.GetTypeDescriptor(System.Type, System.Object) + nameWithType: SettingsGroupTypeDescriptionProvider.GetTypeDescriptor(Type, Object) - uid: Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.GetTypeDescriptor* name: GetTypeDescriptor href: api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptionProvider.html#Sdl_Core_Settings_Implementation_SettingsGroupTypeDescriptionProvider_GetTypeDescriptor_ @@ -15920,20 +10054,14 @@ references: name: SettingsGroupTypeDescriptor(SettingsGroup) href: api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.html#Sdl_Core_Settings_Implementation_SettingsGroupTypeDescriptor__ctor_Sdl_Core_Settings_SettingsGroup_ commentId: M:Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.#ctor(Sdl.Core.Settings.SettingsGroup) - name.vb: New(SettingsGroup) fullName: Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.SettingsGroupTypeDescriptor(Sdl.Core.Settings.SettingsGroup) - fullName.vb: Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.New(Sdl.Core.Settings.SettingsGroup) nameWithType: SettingsGroupTypeDescriptor.SettingsGroupTypeDescriptor(SettingsGroup) - nameWithType.vb: SettingsGroupTypeDescriptor.New(SettingsGroup) - uid: Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.#ctor* name: SettingsGroupTypeDescriptor href: api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.html#Sdl_Core_Settings_Implementation_SettingsGroupTypeDescriptor__ctor_ commentId: Overload:Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.#ctor - name.vb: New fullName: Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.SettingsGroupTypeDescriptor - fullName.vb: Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.New nameWithType: SettingsGroupTypeDescriptor.SettingsGroupTypeDescriptor - nameWithType.vb: SettingsGroupTypeDescriptor.New - uid: Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.GetProperties name: GetProperties() href: api/core/Sdl.Core.Settings.Implementation.SettingsGroupTypeDescriptor.html#Sdl_Core_Settings_Implementation_SettingsGroupTypeDescriptor_GetProperties @@ -16072,14 +10200,11 @@ references: fullName: Sdl.Core.Settings.ISettingsBundle.Assign nameWithType: ISettingsBundle.Assign - uid: Sdl.Core.Settings.ISettingsBundle.ContainsSettingsGroup(System.String) - name: ContainsSettingsGroup(string) + name: ContainsSettingsGroup(String) href: api/core/Sdl.Core.Settings.ISettingsBundle.html#Sdl_Core_Settings_ISettingsBundle_ContainsSettingsGroup_System_String_ commentId: M:Sdl.Core.Settings.ISettingsBundle.ContainsSettingsGroup(System.String) - name.vb: ContainsSettingsGroup(String) - fullName: Sdl.Core.Settings.ISettingsBundle.ContainsSettingsGroup(string) - fullName.vb: Sdl.Core.Settings.ISettingsBundle.ContainsSettingsGroup(String) - nameWithType: ISettingsBundle.ContainsSettingsGroup(string) - nameWithType.vb: ISettingsBundle.ContainsSettingsGroup(String) + fullName: Sdl.Core.Settings.ISettingsBundle.ContainsSettingsGroup(System.String) + nameWithType: ISettingsBundle.ContainsSettingsGroup(String) - uid: Sdl.Core.Settings.ISettingsBundle.ContainsSettingsGroup* name: ContainsSettingsGroup href: api/core/Sdl.Core.Settings.ISettingsBundle.html#Sdl_Core_Settings_ISettingsBundle_ContainsSettingsGroup_ @@ -16087,14 +10212,11 @@ references: fullName: Sdl.Core.Settings.ISettingsBundle.ContainsSettingsGroup nameWithType: ISettingsBundle.ContainsSettingsGroup - uid: Sdl.Core.Settings.ISettingsBundle.GetSettingsGroup(System.String) - name: GetSettingsGroup(string) + name: GetSettingsGroup(String) href: api/core/Sdl.Core.Settings.ISettingsBundle.html#Sdl_Core_Settings_ISettingsBundle_GetSettingsGroup_System_String_ commentId: M:Sdl.Core.Settings.ISettingsBundle.GetSettingsGroup(System.String) - name.vb: GetSettingsGroup(String) - fullName: Sdl.Core.Settings.ISettingsBundle.GetSettingsGroup(string) - fullName.vb: Sdl.Core.Settings.ISettingsBundle.GetSettingsGroup(String) - nameWithType: ISettingsBundle.GetSettingsGroup(string) - nameWithType.vb: ISettingsBundle.GetSettingsGroup(String) + fullName: Sdl.Core.Settings.ISettingsBundle.GetSettingsGroup(System.String) + nameWithType: ISettingsBundle.GetSettingsGroup(String) - uid: Sdl.Core.Settings.ISettingsBundle.GetSettingsGroup* name: GetSettingsGroup href: api/core/Sdl.Core.Settings.ISettingsBundle.html#Sdl_Core_Settings_ISettingsBundle_GetSettingsGroup_ @@ -16111,13 +10233,13 @@ references: nameWithType: ISettingsBundle.GetSettingsGroup() nameWithType.vb: ISettingsBundle.GetSettingsGroup(Of T)() - uid: Sdl.Core.Settings.ISettingsBundle.GetSettingsGroup``1(System.String) - name: GetSettingsGroup(string) + name: GetSettingsGroup(String) href: api/core/Sdl.Core.Settings.ISettingsBundle.html#Sdl_Core_Settings_ISettingsBundle_GetSettingsGroup__1_System_String_ commentId: M:Sdl.Core.Settings.ISettingsBundle.GetSettingsGroup``1(System.String) name.vb: GetSettingsGroup(Of T)(String) - fullName: Sdl.Core.Settings.ISettingsBundle.GetSettingsGroup(string) - fullName.vb: Sdl.Core.Settings.ISettingsBundle.GetSettingsGroup(Of T)(String) - nameWithType: ISettingsBundle.GetSettingsGroup(string) + fullName: Sdl.Core.Settings.ISettingsBundle.GetSettingsGroup(System.String) + fullName.vb: Sdl.Core.Settings.ISettingsBundle.GetSettingsGroup(Of T)(System.String) + nameWithType: ISettingsBundle.GetSettingsGroup(String) nameWithType.vb: ISettingsBundle.GetSettingsGroup(Of T)(String) - uid: Sdl.Core.Settings.ISettingsBundle.GetSettingsGroupIds name: GetSettingsGroupIds() @@ -16168,14 +10290,11 @@ references: fullName: Sdl.Core.Settings.ISettingsBundle.Parent nameWithType: ISettingsBundle.Parent - uid: Sdl.Core.Settings.ISettingsBundle.RemoveSettingsGroup(System.String) - name: RemoveSettingsGroup(string) + name: RemoveSettingsGroup(String) href: api/core/Sdl.Core.Settings.ISettingsBundle.html#Sdl_Core_Settings_ISettingsBundle_RemoveSettingsGroup_System_String_ commentId: M:Sdl.Core.Settings.ISettingsBundle.RemoveSettingsGroup(System.String) - name.vb: RemoveSettingsGroup(String) - fullName: Sdl.Core.Settings.ISettingsBundle.RemoveSettingsGroup(string) - fullName.vb: Sdl.Core.Settings.ISettingsBundle.RemoveSettingsGroup(String) - nameWithType: ISettingsBundle.RemoveSettingsGroup(string) - nameWithType.vb: ISettingsBundle.RemoveSettingsGroup(String) + fullName: Sdl.Core.Settings.ISettingsBundle.RemoveSettingsGroup(System.String) + nameWithType: ISettingsBundle.RemoveSettingsGroup(String) - uid: Sdl.Core.Settings.ISettingsBundle.RemoveSettingsGroup* name: RemoveSettingsGroup href: api/core/Sdl.Core.Settings.ISettingsBundle.html#Sdl_Core_Settings_ISettingsBundle_RemoveSettingsGroup_ @@ -16219,14 +10338,11 @@ references: fullName: Sdl.Core.Settings.ISettingsGroup nameWithType: ISettingsGroup - uid: Sdl.Core.Settings.ISettingsGroup.ContainsSetting(System.String) - name: ContainsSetting(string) + name: ContainsSetting(String) href: api/core/Sdl.Core.Settings.ISettingsGroup.html#Sdl_Core_Settings_ISettingsGroup_ContainsSetting_System_String_ commentId: M:Sdl.Core.Settings.ISettingsGroup.ContainsSetting(System.String) - name.vb: ContainsSetting(String) - fullName: Sdl.Core.Settings.ISettingsGroup.ContainsSetting(string) - fullName.vb: Sdl.Core.Settings.ISettingsGroup.ContainsSetting(String) - nameWithType: ISettingsGroup.ContainsSetting(string) - nameWithType.vb: ISettingsGroup.ContainsSetting(String) + fullName: Sdl.Core.Settings.ISettingsGroup.ContainsSetting(System.String) + nameWithType: ISettingsGroup.ContainsSetting(String) - uid: Sdl.Core.Settings.ISettingsGroup.ContainsSetting* name: ContainsSetting href: api/core/Sdl.Core.Settings.ISettingsGroup.html#Sdl_Core_Settings_ISettingsGroup_ContainsSetting_ @@ -16252,41 +10368,41 @@ references: fullName: Sdl.Core.Settings.ISettingsGroup.GetSetting nameWithType: ISettingsGroup.GetSetting - uid: Sdl.Core.Settings.ISettingsGroup.GetSetting``1(System.String) - name: GetSetting(string) + name: GetSetting(String) href: api/core/Sdl.Core.Settings.ISettingsGroup.html#Sdl_Core_Settings_ISettingsGroup_GetSetting__1_System_String_ commentId: M:Sdl.Core.Settings.ISettingsGroup.GetSetting``1(System.String) name.vb: GetSetting(Of T)(String) - fullName: Sdl.Core.Settings.ISettingsGroup.GetSetting(string) - fullName.vb: Sdl.Core.Settings.ISettingsGroup.GetSetting(Of T)(String) - nameWithType: ISettingsGroup.GetSetting(string) + fullName: Sdl.Core.Settings.ISettingsGroup.GetSetting(System.String) + fullName.vb: Sdl.Core.Settings.ISettingsGroup.GetSetting(Of T)(System.String) + nameWithType: ISettingsGroup.GetSetting(String) nameWithType.vb: ISettingsGroup.GetSetting(Of T)(String) - uid: Sdl.Core.Settings.ISettingsGroup.GetSetting``1(System.String,``0) - name: GetSetting(string, T) + name: GetSetting(String, T) href: api/core/Sdl.Core.Settings.ISettingsGroup.html#Sdl_Core_Settings_ISettingsGroup_GetSetting__1_System_String___0_ commentId: M:Sdl.Core.Settings.ISettingsGroup.GetSetting``1(System.String,``0) name.vb: GetSetting(Of T)(String, T) - fullName: Sdl.Core.Settings.ISettingsGroup.GetSetting(string, T) - fullName.vb: Sdl.Core.Settings.ISettingsGroup.GetSetting(Of T)(String, T) - nameWithType: ISettingsGroup.GetSetting(string, T) + fullName: Sdl.Core.Settings.ISettingsGroup.GetSetting(System.String, T) + fullName.vb: Sdl.Core.Settings.ISettingsGroup.GetSetting(Of T)(System.String, T) + nameWithType: ISettingsGroup.GetSetting(String, T) nameWithType.vb: ISettingsGroup.GetSetting(Of T)(String, T) - uid: Sdl.Core.Settings.ISettingsGroup.GetSetting``1(System.String,``0@) - name: GetSetting(string, out T) + name: GetSetting(String, out T) href: api/core/Sdl.Core.Settings.ISettingsGroup.html#Sdl_Core_Settings_ISettingsGroup_GetSetting__1_System_String___0__ commentId: M:Sdl.Core.Settings.ISettingsGroup.GetSetting``1(System.String,``0@) - name.vb: GetSetting(Of T)(String, T) - fullName: Sdl.Core.Settings.ISettingsGroup.GetSetting(string, out T) - fullName.vb: Sdl.Core.Settings.ISettingsGroup.GetSetting(Of T)(String, T) - nameWithType: ISettingsGroup.GetSetting(string, out T) - nameWithType.vb: ISettingsGroup.GetSetting(Of T)(String, T) + name.vb: GetSetting(Of T)(String, ByRef T) + fullName: Sdl.Core.Settings.ISettingsGroup.GetSetting(System.String, out T) + fullName.vb: Sdl.Core.Settings.ISettingsGroup.GetSetting(Of T)(System.String, ByRef T) + nameWithType: ISettingsGroup.GetSetting(String, out T) + nameWithType.vb: ISettingsGroup.GetSetting(Of T)(String, ByRef T) - uid: Sdl.Core.Settings.ISettingsGroup.GetSetting``1(System.String,Sdl.Core.Settings.Setting{``0}@) - name: GetSetting(string, out Setting) + name: GetSetting(String, out Setting) href: api/core/Sdl.Core.Settings.ISettingsGroup.html#Sdl_Core_Settings_ISettingsGroup_GetSetting__1_System_String_Sdl_Core_Settings_Setting___0___ commentId: M:Sdl.Core.Settings.ISettingsGroup.GetSetting``1(System.String,Sdl.Core.Settings.Setting{``0}@) - name.vb: GetSetting(Of T)(String, Setting(Of T)) - fullName: Sdl.Core.Settings.ISettingsGroup.GetSetting(string, out Sdl.Core.Settings.Setting) - fullName.vb: Sdl.Core.Settings.ISettingsGroup.GetSetting(Of T)(String, Sdl.Core.Settings.Setting(Of T)) - nameWithType: ISettingsGroup.GetSetting(string, out Setting) - nameWithType.vb: ISettingsGroup.GetSetting(Of T)(String, Setting(Of T)) + name.vb: GetSetting(Of T)(String, ByRef Setting(Of T)) + fullName: Sdl.Core.Settings.ISettingsGroup.GetSetting(System.String, out Sdl.Core.Settings.Setting) + fullName.vb: Sdl.Core.Settings.ISettingsGroup.GetSetting(Of T)(System.String, ByRef Sdl.Core.Settings.Setting(Of T)) + nameWithType: ISettingsGroup.GetSetting(String, out Setting) + nameWithType.vb: ISettingsGroup.GetSetting(Of T)(String, ByRef Setting(Of T)) - uid: Sdl.Core.Settings.ISettingsGroup.GetSettingIds name: GetSettingIds() href: api/core/Sdl.Core.Settings.ISettingsGroup.html#Sdl_Core_Settings_ISettingsGroup_GetSettingIds @@ -16336,14 +10452,11 @@ references: fullName: Sdl.Core.Settings.ISettingsGroup.Parent nameWithType: ISettingsGroup.Parent - uid: Sdl.Core.Settings.ISettingsGroup.RemoveSetting(System.String) - name: RemoveSetting(string) + name: RemoveSetting(String) href: api/core/Sdl.Core.Settings.ISettingsGroup.html#Sdl_Core_Settings_ISettingsGroup_RemoveSetting_System_String_ commentId: M:Sdl.Core.Settings.ISettingsGroup.RemoveSetting(System.String) - name.vb: RemoveSetting(String) - fullName: Sdl.Core.Settings.ISettingsGroup.RemoveSetting(string) - fullName.vb: Sdl.Core.Settings.ISettingsGroup.RemoveSetting(String) - nameWithType: ISettingsGroup.RemoveSetting(string) - nameWithType.vb: ISettingsGroup.RemoveSetting(String) + fullName: Sdl.Core.Settings.ISettingsGroup.RemoveSetting(System.String) + nameWithType: ISettingsGroup.RemoveSetting(String) - uid: Sdl.Core.Settings.ISettingsGroup.RemoveSetting* name: RemoveSetting href: api/core/Sdl.Core.Settings.ISettingsGroup.html#Sdl_Core_Settings_ISettingsGroup_RemoveSetting_ @@ -16555,20 +10668,18 @@ references: name: Setting() href: api/core/Sdl.Core.Settings.Setting-1.html#Sdl_Core_Settings_Setting_1__ctor commentId: M:Sdl.Core.Settings.Setting`1.#ctor - name.vb: New() fullName: Sdl.Core.Settings.Setting.Setting() - fullName.vb: Sdl.Core.Settings.Setting(Of T).New() + fullName.vb: Sdl.Core.Settings.Setting(Of T).Setting() nameWithType: Setting.Setting() - nameWithType.vb: Setting(Of T).New() + nameWithType.vb: Setting(Of T).Setting() - uid: Sdl.Core.Settings.Setting`1.#ctor* name: Setting href: api/core/Sdl.Core.Settings.Setting-1.html#Sdl_Core_Settings_Setting_1__ctor_ commentId: Overload:Sdl.Core.Settings.Setting`1.#ctor - name.vb: New fullName: Sdl.Core.Settings.Setting.Setting - fullName.vb: Sdl.Core.Settings.Setting(Of T).New + fullName.vb: Sdl.Core.Settings.Setting(Of T).Setting nameWithType: Setting.Setting - nameWithType.vb: Setting(Of T).New + nameWithType.vb: Setting(Of T).Setting - uid: Sdl.Core.Settings.Setting`1._inherited name: _inherited href: api/core/Sdl.Core.Settings.Setting-1.html#Sdl_Core_Settings_Setting_1__inherited @@ -16610,24 +10721,23 @@ references: nameWithType: Setting.Inherited nameWithType.vb: Setting(Of T).Inherited - uid: Sdl.Core.Settings.Setting`1.op_Implicit(Sdl.Core.Settings.Setting{`0})~`0 - name: implicit operator T(Setting) + name: Implicit(Setting to T) href: api/core/Sdl.Core.Settings.Setting-1.html#Sdl_Core_Settings_Setting_1_op_Implicit_Sdl_Core_Settings_Setting__0____0 commentId: M:Sdl.Core.Settings.Setting`1.op_Implicit(Sdl.Core.Settings.Setting{`0})~`0 - name.vb: CType(Setting(Of T)) - fullName: Sdl.Core.Settings.Setting.implicit operator T(Sdl.Core.Settings.Setting) - fullName.vb: Sdl.Core.Settings.Setting(Of T).CType(Sdl.Core.Settings.Setting(Of T)) - nameWithType: Setting.implicit operator T(Setting) - nameWithType.vb: Setting(Of T).CType(Setting(Of T)) + name.vb: Widening(Setting(Of T) to T) + fullName: Sdl.Core.Settings.Setting.Implicit(Sdl.Core.Settings.Setting to T) + fullName.vb: Sdl.Core.Settings.Setting(Of T).Widening(Sdl.Core.Settings.Setting(Of T) to T) + nameWithType: Setting.Implicit(Setting to T) + nameWithType.vb: Setting(Of T).Widening(Setting(Of T) to T) - uid: Sdl.Core.Settings.Setting`1.op_Implicit* - name: implicit operator + name: Implicit href: api/core/Sdl.Core.Settings.Setting-1.html#Sdl_Core_Settings_Setting_1_op_Implicit_ commentId: Overload:Sdl.Core.Settings.Setting`1.op_Implicit - isSpec: "True" - name.vb: CType - fullName: Sdl.Core.Settings.Setting.implicit operator - fullName.vb: Sdl.Core.Settings.Setting(Of T).CType - nameWithType: Setting.implicit operator - nameWithType.vb: Setting(Of T).CType + name.vb: Widening + fullName: Sdl.Core.Settings.Setting.Implicit + fullName.vb: Sdl.Core.Settings.Setting(Of T).Widening + nameWithType: Setting.Implicit + nameWithType.vb: Setting(Of T).Widening - uid: Sdl.Core.Settings.Setting`1.Reset name: Reset() href: api/core/Sdl.Core.Settings.Setting-1.html#Sdl_Core_Settings_Setting_1_Reset @@ -16667,23 +10777,20 @@ references: fullName: Sdl.Core.Settings.SettingsChangedEventArgs nameWithType: SettingsChangedEventArgs - uid: Sdl.Core.Settings.SettingsChangedEventArgs.#ctor(Sdl.Core.Settings.ISettingsGroup,System.Collections.Generic.IList{System.String}) - name: SettingsChangedEventArgs(ISettingsGroup, IList) + name: SettingsChangedEventArgs(ISettingsGroup, IList) href: api/core/Sdl.Core.Settings.SettingsChangedEventArgs.html#Sdl_Core_Settings_SettingsChangedEventArgs__ctor_Sdl_Core_Settings_ISettingsGroup_System_Collections_Generic_IList_System_String__ commentId: M:Sdl.Core.Settings.SettingsChangedEventArgs.#ctor(Sdl.Core.Settings.ISettingsGroup,System.Collections.Generic.IList{System.String}) - name.vb: New(ISettingsGroup, IList(Of String)) - fullName: Sdl.Core.Settings.SettingsChangedEventArgs.SettingsChangedEventArgs(Sdl.Core.Settings.ISettingsGroup, System.Collections.Generic.IList) - fullName.vb: Sdl.Core.Settings.SettingsChangedEventArgs.New(Sdl.Core.Settings.ISettingsGroup, System.Collections.Generic.IList(Of String)) - nameWithType: SettingsChangedEventArgs.SettingsChangedEventArgs(ISettingsGroup, IList) - nameWithType.vb: SettingsChangedEventArgs.New(ISettingsGroup, IList(Of String)) + name.vb: SettingsChangedEventArgs(ISettingsGroup, IList(Of String)) + fullName: Sdl.Core.Settings.SettingsChangedEventArgs.SettingsChangedEventArgs(Sdl.Core.Settings.ISettingsGroup, System.Collections.Generic.IList) + fullName.vb: Sdl.Core.Settings.SettingsChangedEventArgs.SettingsChangedEventArgs(Sdl.Core.Settings.ISettingsGroup, System.Collections.Generic.IList(Of System.String)) + nameWithType: SettingsChangedEventArgs.SettingsChangedEventArgs(ISettingsGroup, IList) + nameWithType.vb: SettingsChangedEventArgs.SettingsChangedEventArgs(ISettingsGroup, IList(Of String)) - uid: Sdl.Core.Settings.SettingsChangedEventArgs.#ctor* name: SettingsChangedEventArgs href: api/core/Sdl.Core.Settings.SettingsChangedEventArgs.html#Sdl_Core_Settings_SettingsChangedEventArgs__ctor_ commentId: Overload:Sdl.Core.Settings.SettingsChangedEventArgs.#ctor - name.vb: New fullName: Sdl.Core.Settings.SettingsChangedEventArgs.SettingsChangedEventArgs - fullName.vb: Sdl.Core.Settings.SettingsChangedEventArgs.New nameWithType: SettingsChangedEventArgs.SettingsChangedEventArgs - nameWithType.vb: SettingsChangedEventArgs.New - uid: Sdl.Core.Settings.SettingsChangedEventArgs.SettingIds name: SettingIds href: api/core/Sdl.Core.Settings.SettingsChangedEventArgs.html#Sdl_Core_Settings_SettingsChangedEventArgs_SettingIds @@ -16718,20 +10825,14 @@ references: name: SettingsGroup() href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup__ctor commentId: M:Sdl.Core.Settings.SettingsGroup.#ctor - name.vb: New() fullName: Sdl.Core.Settings.SettingsGroup.SettingsGroup() - fullName.vb: Sdl.Core.Settings.SettingsGroup.New() nameWithType: SettingsGroup.SettingsGroup() - nameWithType.vb: SettingsGroup.New() - uid: Sdl.Core.Settings.SettingsGroup.#ctor* name: SettingsGroup href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup__ctor_ commentId: Overload:Sdl.Core.Settings.SettingsGroup.#ctor - name.vb: New fullName: Sdl.Core.Settings.SettingsGroup.SettingsGroup - fullName.vb: Sdl.Core.Settings.SettingsGroup.New nameWithType: SettingsGroup.SettingsGroup - nameWithType.vb: SettingsGroup.New - uid: Sdl.Core.Settings.SettingsGroup.BeginEdit name: BeginEdit() href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup_BeginEdit @@ -16757,13 +10858,13 @@ references: fullName: Sdl.Core.Settings.SettingsGroup.CancelEdit nameWithType: SettingsGroup.CancelEdit - uid: Sdl.Core.Settings.SettingsGroup.CollectSettings(Sdl.Core.Settings.ISettingsGroup,System.Collections.Generic.List{System.String}) - name: CollectSettings(ISettingsGroup, List) + name: CollectSettings(ISettingsGroup, List) href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup_CollectSettings_Sdl_Core_Settings_ISettingsGroup_System_Collections_Generic_List_System_String__ commentId: M:Sdl.Core.Settings.SettingsGroup.CollectSettings(Sdl.Core.Settings.ISettingsGroup,System.Collections.Generic.List{System.String}) name.vb: CollectSettings(ISettingsGroup, List(Of String)) - fullName: Sdl.Core.Settings.SettingsGroup.CollectSettings(Sdl.Core.Settings.ISettingsGroup, System.Collections.Generic.List) - fullName.vb: Sdl.Core.Settings.SettingsGroup.CollectSettings(Sdl.Core.Settings.ISettingsGroup, System.Collections.Generic.List(Of String)) - nameWithType: SettingsGroup.CollectSettings(ISettingsGroup, List) + fullName: Sdl.Core.Settings.SettingsGroup.CollectSettings(Sdl.Core.Settings.ISettingsGroup, System.Collections.Generic.List) + fullName.vb: Sdl.Core.Settings.SettingsGroup.CollectSettings(Sdl.Core.Settings.ISettingsGroup, System.Collections.Generic.List(Of System.String)) + nameWithType: SettingsGroup.CollectSettings(ISettingsGroup, List) nameWithType.vb: SettingsGroup.CollectSettings(ISettingsGroup, List(Of String)) - uid: Sdl.Core.Settings.SettingsGroup.CollectSettings* name: CollectSettings @@ -16772,14 +10873,11 @@ references: fullName: Sdl.Core.Settings.SettingsGroup.CollectSettings nameWithType: SettingsGroup.CollectSettings - uid: Sdl.Core.Settings.SettingsGroup.ContainsSetting(System.String) - name: ContainsSetting(string) + name: ContainsSetting(String) href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup_ContainsSetting_System_String_ commentId: M:Sdl.Core.Settings.SettingsGroup.ContainsSetting(System.String) - name.vb: ContainsSetting(String) - fullName: Sdl.Core.Settings.SettingsGroup.ContainsSetting(string) - fullName.vb: Sdl.Core.Settings.SettingsGroup.ContainsSetting(String) - nameWithType: SettingsGroup.ContainsSetting(string) - nameWithType.vb: SettingsGroup.ContainsSetting(String) + fullName: Sdl.Core.Settings.SettingsGroup.ContainsSetting(System.String) + nameWithType: SettingsGroup.ContainsSetting(String) - uid: Sdl.Core.Settings.SettingsGroup.ContainsSetting* name: ContainsSetting href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup_ContainsSetting_ @@ -16799,14 +10897,11 @@ references: fullName: Sdl.Core.Settings.SettingsGroup.EndEdit nameWithType: SettingsGroup.EndEdit - uid: Sdl.Core.Settings.SettingsGroup.GetDefaultValue(System.String) - name: GetDefaultValue(string) + name: GetDefaultValue(String) href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup_GetDefaultValue_System_String_ commentId: M:Sdl.Core.Settings.SettingsGroup.GetDefaultValue(System.String) - name.vb: GetDefaultValue(String) - fullName: Sdl.Core.Settings.SettingsGroup.GetDefaultValue(string) - fullName.vb: Sdl.Core.Settings.SettingsGroup.GetDefaultValue(String) - nameWithType: SettingsGroup.GetDefaultValue(string) - nameWithType.vb: SettingsGroup.GetDefaultValue(String) + fullName: Sdl.Core.Settings.SettingsGroup.GetDefaultValue(System.String) + nameWithType: SettingsGroup.GetDefaultValue(String) - uid: Sdl.Core.Settings.SettingsGroup.GetDefaultValue* name: GetDefaultValue href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup_GetDefaultValue_ @@ -16820,41 +10915,41 @@ references: fullName: Sdl.Core.Settings.SettingsGroup.GetSetting nameWithType: SettingsGroup.GetSetting - uid: Sdl.Core.Settings.SettingsGroup.GetSetting``1(System.String) - name: GetSetting(string) + name: GetSetting(String) href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup_GetSetting__1_System_String_ commentId: M:Sdl.Core.Settings.SettingsGroup.GetSetting``1(System.String) name.vb: GetSetting(Of T)(String) - fullName: Sdl.Core.Settings.SettingsGroup.GetSetting(string) - fullName.vb: Sdl.Core.Settings.SettingsGroup.GetSetting(Of T)(String) - nameWithType: SettingsGroup.GetSetting(string) + fullName: Sdl.Core.Settings.SettingsGroup.GetSetting(System.String) + fullName.vb: Sdl.Core.Settings.SettingsGroup.GetSetting(Of T)(System.String) + nameWithType: SettingsGroup.GetSetting(String) nameWithType.vb: SettingsGroup.GetSetting(Of T)(String) - uid: Sdl.Core.Settings.SettingsGroup.GetSetting``1(System.String,``0) - name: GetSetting(string, T) + name: GetSetting(String, T) href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup_GetSetting__1_System_String___0_ commentId: M:Sdl.Core.Settings.SettingsGroup.GetSetting``1(System.String,``0) name.vb: GetSetting(Of T)(String, T) - fullName: Sdl.Core.Settings.SettingsGroup.GetSetting(string, T) - fullName.vb: Sdl.Core.Settings.SettingsGroup.GetSetting(Of T)(String, T) - nameWithType: SettingsGroup.GetSetting(string, T) + fullName: Sdl.Core.Settings.SettingsGroup.GetSetting(System.String, T) + fullName.vb: Sdl.Core.Settings.SettingsGroup.GetSetting(Of T)(System.String, T) + nameWithType: SettingsGroup.GetSetting(String, T) nameWithType.vb: SettingsGroup.GetSetting(Of T)(String, T) - uid: Sdl.Core.Settings.SettingsGroup.GetSetting``1(System.String,``0@) - name: GetSetting(string, out T) + name: GetSetting(String, out T) href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup_GetSetting__1_System_String___0__ commentId: M:Sdl.Core.Settings.SettingsGroup.GetSetting``1(System.String,``0@) - name.vb: GetSetting(Of T)(String, T) - fullName: Sdl.Core.Settings.SettingsGroup.GetSetting(string, out T) - fullName.vb: Sdl.Core.Settings.SettingsGroup.GetSetting(Of T)(String, T) - nameWithType: SettingsGroup.GetSetting(string, out T) - nameWithType.vb: SettingsGroup.GetSetting(Of T)(String, T) + name.vb: GetSetting(Of T)(String, ByRef T) + fullName: Sdl.Core.Settings.SettingsGroup.GetSetting(System.String, out T) + fullName.vb: Sdl.Core.Settings.SettingsGroup.GetSetting(Of T)(System.String, ByRef T) + nameWithType: SettingsGroup.GetSetting(String, out T) + nameWithType.vb: SettingsGroup.GetSetting(Of T)(String, ByRef T) - uid: Sdl.Core.Settings.SettingsGroup.GetSetting``1(System.String,Sdl.Core.Settings.Setting{``0}@) - name: GetSetting(string, out Setting) + name: GetSetting(String, out Setting) href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup_GetSetting__1_System_String_Sdl_Core_Settings_Setting___0___ commentId: M:Sdl.Core.Settings.SettingsGroup.GetSetting``1(System.String,Sdl.Core.Settings.Setting{``0}@) - name.vb: GetSetting(Of T)(String, Setting(Of T)) - fullName: Sdl.Core.Settings.SettingsGroup.GetSetting(string, out Sdl.Core.Settings.Setting) - fullName.vb: Sdl.Core.Settings.SettingsGroup.GetSetting(Of T)(String, Sdl.Core.Settings.Setting(Of T)) - nameWithType: SettingsGroup.GetSetting(string, out Setting) - nameWithType.vb: SettingsGroup.GetSetting(Of T)(String, Setting(Of T)) + name.vb: GetSetting(Of T)(String, ByRef Setting(Of T)) + fullName: Sdl.Core.Settings.SettingsGroup.GetSetting(System.String, out Sdl.Core.Settings.Setting) + fullName.vb: Sdl.Core.Settings.SettingsGroup.GetSetting(Of T)(System.String, ByRef Sdl.Core.Settings.Setting(Of T)) + nameWithType: SettingsGroup.GetSetting(String, out Setting) + nameWithType.vb: SettingsGroup.GetSetting(Of T)(String, ByRef Setting(Of T)) - uid: Sdl.Core.Settings.SettingsGroup.GetSettingIds name: GetSettingIds() href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup_GetSettingIds @@ -16916,14 +11011,11 @@ references: fullName: Sdl.Core.Settings.SettingsGroup.Parent nameWithType: SettingsGroup.Parent - uid: Sdl.Core.Settings.SettingsGroup.parent_PropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs) - name: parent_PropertyChanged(object, PropertyChangedEventArgs) + name: parent_PropertyChanged(Object, PropertyChangedEventArgs) href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup_parent_PropertyChanged_System_Object_System_ComponentModel_PropertyChangedEventArgs_ commentId: M:Sdl.Core.Settings.SettingsGroup.parent_PropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs) - name.vb: parent_PropertyChanged(Object, PropertyChangedEventArgs) - fullName: Sdl.Core.Settings.SettingsGroup.parent_PropertyChanged(object, System.ComponentModel.PropertyChangedEventArgs) - fullName.vb: Sdl.Core.Settings.SettingsGroup.parent_PropertyChanged(Object, System.ComponentModel.PropertyChangedEventArgs) - nameWithType: SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs) - nameWithType.vb: SettingsGroup.parent_PropertyChanged(Object, PropertyChangedEventArgs) + fullName: Sdl.Core.Settings.SettingsGroup.parent_PropertyChanged(System.Object, System.ComponentModel.PropertyChangedEventArgs) + nameWithType: SettingsGroup.parent_PropertyChanged(Object, PropertyChangedEventArgs) - uid: Sdl.Core.Settings.SettingsGroup.parent_PropertyChanged* name: parent_PropertyChanged href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup_parent_PropertyChanged_ @@ -16931,14 +11023,11 @@ references: fullName: Sdl.Core.Settings.SettingsGroup.parent_PropertyChanged nameWithType: SettingsGroup.parent_PropertyChanged - uid: Sdl.Core.Settings.SettingsGroup.parent_SettingsChanged(System.Object,Sdl.Core.Settings.SettingsChangedEventArgs) - name: parent_SettingsChanged(object, SettingsChangedEventArgs) + name: parent_SettingsChanged(Object, SettingsChangedEventArgs) href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup_parent_SettingsChanged_System_Object_Sdl_Core_Settings_SettingsChangedEventArgs_ commentId: M:Sdl.Core.Settings.SettingsGroup.parent_SettingsChanged(System.Object,Sdl.Core.Settings.SettingsChangedEventArgs) - name.vb: parent_SettingsChanged(Object, SettingsChangedEventArgs) - fullName: Sdl.Core.Settings.SettingsGroup.parent_SettingsChanged(object, Sdl.Core.Settings.SettingsChangedEventArgs) - fullName.vb: Sdl.Core.Settings.SettingsGroup.parent_SettingsChanged(Object, Sdl.Core.Settings.SettingsChangedEventArgs) - nameWithType: SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs) - nameWithType.vb: SettingsGroup.parent_SettingsChanged(Object, SettingsChangedEventArgs) + fullName: Sdl.Core.Settings.SettingsGroup.parent_SettingsChanged(System.Object, Sdl.Core.Settings.SettingsChangedEventArgs) + nameWithType: SettingsGroup.parent_SettingsChanged(Object, SettingsChangedEventArgs) - uid: Sdl.Core.Settings.SettingsGroup.parent_SettingsChanged* name: parent_SettingsChanged href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup_parent_SettingsChanged_ @@ -16952,14 +11041,11 @@ references: fullName: Sdl.Core.Settings.SettingsGroup.PropertyChanged nameWithType: SettingsGroup.PropertyChanged - uid: Sdl.Core.Settings.SettingsGroup.RemoveSetting(System.String) - name: RemoveSetting(string) + name: RemoveSetting(String) href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup_RemoveSetting_System_String_ commentId: M:Sdl.Core.Settings.SettingsGroup.RemoveSetting(System.String) - name.vb: RemoveSetting(String) - fullName: Sdl.Core.Settings.SettingsGroup.RemoveSetting(string) - fullName.vb: Sdl.Core.Settings.SettingsGroup.RemoveSetting(String) - nameWithType: SettingsGroup.RemoveSetting(string) - nameWithType.vb: SettingsGroup.RemoveSetting(String) + fullName: Sdl.Core.Settings.SettingsGroup.RemoveSetting(System.String) + nameWithType: SettingsGroup.RemoveSetting(String) - uid: Sdl.Core.Settings.SettingsGroup.RemoveSetting* name: RemoveSetting href: api/core/Sdl.Core.Settings.SettingsGroup.html#Sdl_Core_Settings_SettingsGroup_RemoveSetting_ @@ -17021,14 +11107,11 @@ references: fullName: Sdl.Core.Settings.SettingsUtil.CreateSettingsBundle(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle) nameWithType: SettingsUtil.CreateSettingsBundle(ISettingsBundle, ISettingsBundle) - uid: Sdl.Core.Settings.SettingsUtil.CreateSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.Boolean) - name: CreateSettingsBundle(ISettingsBundle, bool) + name: CreateSettingsBundle(ISettingsBundle, Boolean) href: api/core/Sdl.Core.Settings.SettingsUtil.html#Sdl_Core_Settings_SettingsUtil_CreateSettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_Boolean_ commentId: M:Sdl.Core.Settings.SettingsUtil.CreateSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.Boolean) - name.vb: CreateSettingsBundle(ISettingsBundle, Boolean) - fullName: Sdl.Core.Settings.SettingsUtil.CreateSettingsBundle(Sdl.Core.Settings.ISettingsBundle, bool) - fullName.vb: Sdl.Core.Settings.SettingsUtil.CreateSettingsBundle(Sdl.Core.Settings.ISettingsBundle, Boolean) - nameWithType: SettingsUtil.CreateSettingsBundle(ISettingsBundle, bool) - nameWithType.vb: SettingsUtil.CreateSettingsBundle(ISettingsBundle, Boolean) + fullName: Sdl.Core.Settings.SettingsUtil.CreateSettingsBundle(Sdl.Core.Settings.ISettingsBundle, System.Boolean) + nameWithType: SettingsUtil.CreateSettingsBundle(ISettingsBundle, Boolean) - uid: Sdl.Core.Settings.SettingsUtil.CreateSettingsBundle* name: CreateSettingsBundle href: api/core/Sdl.Core.Settings.SettingsUtil.html#Sdl_Core_Settings_SettingsUtil_CreateSettingsBundle_ @@ -17042,14 +11125,11 @@ references: fullName: Sdl.Core.Settings.SettingsUtil.DeserializeJsonSettingsBundle(Newtonsoft.Json.Linq.JObject) nameWithType: SettingsUtil.DeserializeJsonSettingsBundle(JObject) - uid: Sdl.Core.Settings.SettingsUtil.DeserializeJsonSettingsBundle(System.String) - name: DeserializeJsonSettingsBundle(string) + name: DeserializeJsonSettingsBundle(String) href: api/core/Sdl.Core.Settings.SettingsUtil.html#Sdl_Core_Settings_SettingsUtil_DeserializeJsonSettingsBundle_System_String_ commentId: M:Sdl.Core.Settings.SettingsUtil.DeserializeJsonSettingsBundle(System.String) - name.vb: DeserializeJsonSettingsBundle(String) - fullName: Sdl.Core.Settings.SettingsUtil.DeserializeJsonSettingsBundle(string) - fullName.vb: Sdl.Core.Settings.SettingsUtil.DeserializeJsonSettingsBundle(String) - nameWithType: SettingsUtil.DeserializeJsonSettingsBundle(string) - nameWithType.vb: SettingsUtil.DeserializeJsonSettingsBundle(String) + fullName: Sdl.Core.Settings.SettingsUtil.DeserializeJsonSettingsBundle(System.String) + nameWithType: SettingsUtil.DeserializeJsonSettingsBundle(String) - uid: Sdl.Core.Settings.SettingsUtil.DeserializeJsonSettingsBundle* name: DeserializeJsonSettingsBundle href: api/core/Sdl.Core.Settings.SettingsUtil.html#Sdl_Core_Settings_SettingsUtil_DeserializeJsonSettingsBundle_ @@ -17063,14 +11143,11 @@ references: fullName: Sdl.Core.Settings.SettingsUtil.DeserializeSettingsBundle(System.Xml.XmlReader, Sdl.Core.Settings.ISettingsBundle) nameWithType: SettingsUtil.DeserializeSettingsBundle(XmlReader, ISettingsBundle) - uid: Sdl.Core.Settings.SettingsUtil.DeserializeSettingsBundle(System.Xml.XmlReader,Sdl.Core.Settings.ISettingsBundle,System.Boolean) - name: DeserializeSettingsBundle(XmlReader, ISettingsBundle, bool) + name: DeserializeSettingsBundle(XmlReader, ISettingsBundle, Boolean) href: api/core/Sdl.Core.Settings.SettingsUtil.html#Sdl_Core_Settings_SettingsUtil_DeserializeSettingsBundle_System_Xml_XmlReader_Sdl_Core_Settings_ISettingsBundle_System_Boolean_ commentId: M:Sdl.Core.Settings.SettingsUtil.DeserializeSettingsBundle(System.Xml.XmlReader,Sdl.Core.Settings.ISettingsBundle,System.Boolean) - name.vb: DeserializeSettingsBundle(XmlReader, ISettingsBundle, Boolean) - fullName: Sdl.Core.Settings.SettingsUtil.DeserializeSettingsBundle(System.Xml.XmlReader, Sdl.Core.Settings.ISettingsBundle, bool) - fullName.vb: Sdl.Core.Settings.SettingsUtil.DeserializeSettingsBundle(System.Xml.XmlReader, Sdl.Core.Settings.ISettingsBundle, Boolean) - nameWithType: SettingsUtil.DeserializeSettingsBundle(XmlReader, ISettingsBundle, bool) - nameWithType.vb: SettingsUtil.DeserializeSettingsBundle(XmlReader, ISettingsBundle, Boolean) + fullName: Sdl.Core.Settings.SettingsUtil.DeserializeSettingsBundle(System.Xml.XmlReader, Sdl.Core.Settings.ISettingsBundle, System.Boolean) + nameWithType: SettingsUtil.DeserializeSettingsBundle(XmlReader, ISettingsBundle, Boolean) - uid: Sdl.Core.Settings.SettingsUtil.DeserializeSettingsBundle* name: DeserializeSettingsBundle href: api/core/Sdl.Core.Settings.SettingsUtil.html#Sdl_Core_Settings_SettingsUtil_DeserializeSettingsBundle_ @@ -17108,14 +11185,11 @@ references: fullName: Sdl.Core.Settings.SettingsUtil.SerializeSettingsBundle(System.Xml.XmlWriter, Sdl.Core.Settings.ISettingsBundle) nameWithType: SettingsUtil.SerializeSettingsBundle(XmlWriter, ISettingsBundle) - uid: Sdl.Core.Settings.SettingsUtil.SerializeSettingsBundle(System.Xml.XmlWriter,Sdl.Core.Settings.ISettingsBundle,System.Boolean) - name: SerializeSettingsBundle(XmlWriter, ISettingsBundle, bool) + name: SerializeSettingsBundle(XmlWriter, ISettingsBundle, Boolean) href: api/core/Sdl.Core.Settings.SettingsUtil.html#Sdl_Core_Settings_SettingsUtil_SerializeSettingsBundle_System_Xml_XmlWriter_Sdl_Core_Settings_ISettingsBundle_System_Boolean_ commentId: M:Sdl.Core.Settings.SettingsUtil.SerializeSettingsBundle(System.Xml.XmlWriter,Sdl.Core.Settings.ISettingsBundle,System.Boolean) - name.vb: SerializeSettingsBundle(XmlWriter, ISettingsBundle, Boolean) - fullName: Sdl.Core.Settings.SettingsUtil.SerializeSettingsBundle(System.Xml.XmlWriter, Sdl.Core.Settings.ISettingsBundle, bool) - fullName.vb: Sdl.Core.Settings.SettingsUtil.SerializeSettingsBundle(System.Xml.XmlWriter, Sdl.Core.Settings.ISettingsBundle, Boolean) - nameWithType: SettingsUtil.SerializeSettingsBundle(XmlWriter, ISettingsBundle, bool) - nameWithType.vb: SettingsUtil.SerializeSettingsBundle(XmlWriter, ISettingsBundle, Boolean) + fullName: Sdl.Core.Settings.SettingsUtil.SerializeSettingsBundle(System.Xml.XmlWriter, Sdl.Core.Settings.ISettingsBundle, System.Boolean) + nameWithType: SettingsUtil.SerializeSettingsBundle(XmlWriter, ISettingsBundle, Boolean) - uid: Sdl.Core.Settings.SettingsUtil.SerializeSettingsBundle* name: SerializeSettingsBundle href: api/core/Sdl.Core.Settings.SettingsUtil.html#Sdl_Core_Settings_SettingsUtil_SerializeSettingsBundle_ @@ -17135,23 +11209,17 @@ references: fullName: Sdl.Core.TM.ImportExport.BatchExportedEventArgs nameWithType: BatchExportedEventArgs - uid: Sdl.Core.TM.ImportExport.BatchExportedEventArgs.#ctor(System.Int32,System.Int32) - name: BatchExportedEventArgs(int, int) + name: BatchExportedEventArgs(Int32, Int32) href: api/translationmemory/Sdl.Core.TM.ImportExport.BatchExportedEventArgs.html#Sdl_Core_TM_ImportExport_BatchExportedEventArgs__ctor_System_Int32_System_Int32_ commentId: M:Sdl.Core.TM.ImportExport.BatchExportedEventArgs.#ctor(System.Int32,System.Int32) - name.vb: New(Integer, Integer) - fullName: Sdl.Core.TM.ImportExport.BatchExportedEventArgs.BatchExportedEventArgs(int, int) - fullName.vb: Sdl.Core.TM.ImportExport.BatchExportedEventArgs.New(Integer, Integer) - nameWithType: BatchExportedEventArgs.BatchExportedEventArgs(int, int) - nameWithType.vb: BatchExportedEventArgs.New(Integer, Integer) + fullName: Sdl.Core.TM.ImportExport.BatchExportedEventArgs.BatchExportedEventArgs(System.Int32, System.Int32) + nameWithType: BatchExportedEventArgs.BatchExportedEventArgs(Int32, Int32) - uid: Sdl.Core.TM.ImportExport.BatchExportedEventArgs.#ctor* name: BatchExportedEventArgs href: api/translationmemory/Sdl.Core.TM.ImportExport.BatchExportedEventArgs.html#Sdl_Core_TM_ImportExport_BatchExportedEventArgs__ctor_ commentId: Overload:Sdl.Core.TM.ImportExport.BatchExportedEventArgs.#ctor - name.vb: New fullName: Sdl.Core.TM.ImportExport.BatchExportedEventArgs.BatchExportedEventArgs - fullName.vb: Sdl.Core.TM.ImportExport.BatchExportedEventArgs.New nameWithType: BatchExportedEventArgs.BatchExportedEventArgs - nameWithType.vb: BatchExportedEventArgs.New - uid: Sdl.Core.TM.ImportExport.BatchExportedEventArgs.TotalExported name: TotalExported href: api/translationmemory/Sdl.Core.TM.ImportExport.BatchExportedEventArgs.html#Sdl_Core_TM_ImportExport_BatchExportedEventArgs_TotalExported @@ -17186,20 +11254,14 @@ references: name: BatchImportedEventArgs(ImportStatistics) href: api/translationmemory/Sdl.Core.TM.ImportExport.BatchImportedEventArgs.html#Sdl_Core_TM_ImportExport_BatchImportedEventArgs__ctor_Sdl_LanguagePlatform_TranslationMemory_ImportStatistics_ commentId: M:Sdl.Core.TM.ImportExport.BatchImportedEventArgs.#ctor(Sdl.LanguagePlatform.TranslationMemory.ImportStatistics) - name.vb: New(ImportStatistics) fullName: Sdl.Core.TM.ImportExport.BatchImportedEventArgs.BatchImportedEventArgs(Sdl.LanguagePlatform.TranslationMemory.ImportStatistics) - fullName.vb: Sdl.Core.TM.ImportExport.BatchImportedEventArgs.New(Sdl.LanguagePlatform.TranslationMemory.ImportStatistics) nameWithType: BatchImportedEventArgs.BatchImportedEventArgs(ImportStatistics) - nameWithType.vb: BatchImportedEventArgs.New(ImportStatistics) - uid: Sdl.Core.TM.ImportExport.BatchImportedEventArgs.#ctor* name: BatchImportedEventArgs href: api/translationmemory/Sdl.Core.TM.ImportExport.BatchImportedEventArgs.html#Sdl_Core_TM_ImportExport_BatchImportedEventArgs__ctor_ commentId: Overload:Sdl.Core.TM.ImportExport.BatchImportedEventArgs.#ctor - name.vb: New fullName: Sdl.Core.TM.ImportExport.BatchImportedEventArgs.BatchImportedEventArgs - fullName.vb: Sdl.Core.TM.ImportExport.BatchImportedEventArgs.New nameWithType: BatchImportedEventArgs.BatchImportedEventArgs - nameWithType.vb: BatchImportedEventArgs.New - uid: Sdl.Core.TM.ImportExport.BatchImportedEventArgs.BatchResults name: BatchResults href: api/translationmemory/Sdl.Core.TM.ImportExport.BatchImportedEventArgs.html#Sdl_Core_TM_ImportExport_BatchImportedEventArgs_BatchResults @@ -17234,29 +11296,20 @@ references: name: Exporter() href: api/translationmemory/Sdl.Core.TM.ImportExport.Exporter.html#Sdl_Core_TM_ImportExport_Exporter__ctor commentId: M:Sdl.Core.TM.ImportExport.Exporter.#ctor - name.vb: New() fullName: Sdl.Core.TM.ImportExport.Exporter.Exporter() - fullName.vb: Sdl.Core.TM.ImportExport.Exporter.New() nameWithType: Exporter.Exporter() - nameWithType.vb: Exporter.New() - uid: Sdl.Core.TM.ImportExport.Exporter.#ctor(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) name: Exporter(ICultureMetadataManager) href: api/translationmemory/Sdl.Core.TM.ImportExport.Exporter.html#Sdl_Core_TM_ImportExport_Exporter__ctor_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.Core.TM.ImportExport.Exporter.#ctor(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(ICultureMetadataManager) fullName: Sdl.Core.TM.ImportExport.Exporter.Exporter(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.Core.TM.ImportExport.Exporter.New(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) nameWithType: Exporter.Exporter(ICultureMetadataManager) - nameWithType.vb: Exporter.New(ICultureMetadataManager) - uid: Sdl.Core.TM.ImportExport.Exporter.#ctor* name: Exporter href: api/translationmemory/Sdl.Core.TM.ImportExport.Exporter.html#Sdl_Core_TM_ImportExport_Exporter__ctor_ commentId: Overload:Sdl.Core.TM.ImportExport.Exporter.#ctor - name.vb: New fullName: Sdl.Core.TM.ImportExport.Exporter.Exporter - fullName.vb: Sdl.Core.TM.ImportExport.Exporter.New nameWithType: Exporter.Exporter - nameWithType.vb: Exporter.New - uid: Sdl.Core.TM.ImportExport.Exporter.BatchExported name: BatchExported href: api/translationmemory/Sdl.Core.TM.ImportExport.Exporter.html#Sdl_Core_TM_ImportExport_Exporter_BatchExported @@ -17264,14 +11317,11 @@ references: fullName: Sdl.Core.TM.ImportExport.Exporter.BatchExported nameWithType: Exporter.BatchExported - uid: Sdl.Core.TM.ImportExport.Exporter.Export(Sdl.Core.TM.ImportExport.IExportOrigin,System.String,System.Boolean) - name: Export(IExportOrigin, string, bool) + name: Export(IExportOrigin, String, Boolean) href: api/translationmemory/Sdl.Core.TM.ImportExport.Exporter.html#Sdl_Core_TM_ImportExport_Exporter_Export_Sdl_Core_TM_ImportExport_IExportOrigin_System_String_System_Boolean_ commentId: M:Sdl.Core.TM.ImportExport.Exporter.Export(Sdl.Core.TM.ImportExport.IExportOrigin,System.String,System.Boolean) - name.vb: Export(IExportOrigin, String, Boolean) - fullName: Sdl.Core.TM.ImportExport.Exporter.Export(Sdl.Core.TM.ImportExport.IExportOrigin, string, bool) - fullName.vb: Sdl.Core.TM.ImportExport.Exporter.Export(Sdl.Core.TM.ImportExport.IExportOrigin, String, Boolean) - nameWithType: Exporter.Export(IExportOrigin, string, bool) - nameWithType.vb: Exporter.Export(IExportOrigin, String, Boolean) + fullName: Sdl.Core.TM.ImportExport.Exporter.Export(Sdl.Core.TM.ImportExport.IExportOrigin, System.String, System.Boolean) + nameWithType: Exporter.Export(IExportOrigin, String, Boolean) - uid: Sdl.Core.TM.ImportExport.Exporter.Export* name: Export href: api/translationmemory/Sdl.Core.TM.ImportExport.Exporter.html#Sdl_Core_TM_ImportExport_Exporter_Export_ @@ -17279,14 +11329,11 @@ references: fullName: Sdl.Core.TM.ImportExport.Exporter.Export nameWithType: Exporter.Export - uid: Sdl.Core.TM.ImportExport.Exporter.OnBatchExportedAsync(System.Int32,System.Int32) - name: OnBatchExportedAsync(int, int) + name: OnBatchExportedAsync(Int32, Int32) href: api/translationmemory/Sdl.Core.TM.ImportExport.Exporter.html#Sdl_Core_TM_ImportExport_Exporter_OnBatchExportedAsync_System_Int32_System_Int32_ commentId: M:Sdl.Core.TM.ImportExport.Exporter.OnBatchExportedAsync(System.Int32,System.Int32) - name.vb: OnBatchExportedAsync(Integer, Integer) - fullName: Sdl.Core.TM.ImportExport.Exporter.OnBatchExportedAsync(int, int) - fullName.vb: Sdl.Core.TM.ImportExport.Exporter.OnBatchExportedAsync(Integer, Integer) - nameWithType: Exporter.OnBatchExportedAsync(int, int) - nameWithType.vb: Exporter.OnBatchExportedAsync(Integer, Integer) + fullName: Sdl.Core.TM.ImportExport.Exporter.OnBatchExportedAsync(System.Int32, System.Int32) + nameWithType: Exporter.OnBatchExportedAsync(Int32, Int32) - uid: Sdl.Core.TM.ImportExport.Exporter.OnBatchExportedAsync* name: OnBatchExportedAsync href: api/translationmemory/Sdl.Core.TM.ImportExport.Exporter.html#Sdl_Core_TM_ImportExport_Exporter_OnBatchExportedAsync_ @@ -17300,32 +11347,26 @@ references: fullName: Sdl.Core.TM.ImportExport.ExporterAsync nameWithType: ExporterAsync - uid: Sdl.Core.TM.ImportExport.ExporterAsync.#ctor(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,System.Func{System.Int32,System.Int32,System.Threading.Tasks.Task{System.Boolean}}) - name: ExporterAsync(ICultureMetadataManager, Func>) + name: ExporterAsync(ICultureMetadataManager, Func>) href: api/translationmemory/Sdl.Core.TM.ImportExport.ExporterAsync.html#Sdl_Core_TM_ImportExport_ExporterAsync__ctor_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_System_Func_System_Int32_System_Int32_System_Threading_Tasks_Task_System_Boolean___ commentId: M:Sdl.Core.TM.ImportExport.ExporterAsync.#ctor(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,System.Func{System.Int32,System.Int32,System.Threading.Tasks.Task{System.Boolean}}) - name.vb: New(ICultureMetadataManager, Func(Of Integer, Integer, Task(Of Boolean))) - fullName: Sdl.Core.TM.ImportExport.ExporterAsync.ExporterAsync(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, System.Func>) - fullName.vb: Sdl.Core.TM.ImportExport.ExporterAsync.New(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, System.Func(Of Integer, Integer, System.Threading.Tasks.Task(Of Boolean))) - nameWithType: ExporterAsync.ExporterAsync(ICultureMetadataManager, Func>) - nameWithType.vb: ExporterAsync.New(ICultureMetadataManager, Func(Of Integer, Integer, Task(Of Boolean))) + name.vb: ExporterAsync(ICultureMetadataManager, Func(Of Int32, Int32, Task(Of Boolean))) + fullName: Sdl.Core.TM.ImportExport.ExporterAsync.ExporterAsync(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, System.Func>) + fullName.vb: Sdl.Core.TM.ImportExport.ExporterAsync.ExporterAsync(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, System.Func(Of System.Int32, System.Int32, System.Threading.Tasks.Task(Of System.Boolean))) + nameWithType: ExporterAsync.ExporterAsync(ICultureMetadataManager, Func>) + nameWithType.vb: ExporterAsync.ExporterAsync(ICultureMetadataManager, Func(Of Int32, Int32, Task(Of Boolean))) - uid: Sdl.Core.TM.ImportExport.ExporterAsync.#ctor* name: ExporterAsync href: api/translationmemory/Sdl.Core.TM.ImportExport.ExporterAsync.html#Sdl_Core_TM_ImportExport_ExporterAsync__ctor_ commentId: Overload:Sdl.Core.TM.ImportExport.ExporterAsync.#ctor - name.vb: New fullName: Sdl.Core.TM.ImportExport.ExporterAsync.ExporterAsync - fullName.vb: Sdl.Core.TM.ImportExport.ExporterAsync.New nameWithType: ExporterAsync.ExporterAsync - nameWithType.vb: ExporterAsync.New - uid: Sdl.Core.TM.ImportExport.ExporterAsync.ExportAsync(Sdl.Core.TM.ImportExport.IExportOriginAsync,System.String,System.Boolean) - name: ExportAsync(IExportOriginAsync, string, bool) + name: ExportAsync(IExportOriginAsync, String, Boolean) href: api/translationmemory/Sdl.Core.TM.ImportExport.ExporterAsync.html#Sdl_Core_TM_ImportExport_ExporterAsync_ExportAsync_Sdl_Core_TM_ImportExport_IExportOriginAsync_System_String_System_Boolean_ commentId: M:Sdl.Core.TM.ImportExport.ExporterAsync.ExportAsync(Sdl.Core.TM.ImportExport.IExportOriginAsync,System.String,System.Boolean) - name.vb: ExportAsync(IExportOriginAsync, String, Boolean) - fullName: Sdl.Core.TM.ImportExport.ExporterAsync.ExportAsync(Sdl.Core.TM.ImportExport.IExportOriginAsync, string, bool) - fullName.vb: Sdl.Core.TM.ImportExport.ExporterAsync.ExportAsync(Sdl.Core.TM.ImportExport.IExportOriginAsync, String, Boolean) - nameWithType: ExporterAsync.ExportAsync(IExportOriginAsync, string, bool) - nameWithType.vb: ExporterAsync.ExportAsync(IExportOriginAsync, String, Boolean) + fullName: Sdl.Core.TM.ImportExport.ExporterAsync.ExportAsync(Sdl.Core.TM.ImportExport.IExportOriginAsync, System.String, System.Boolean) + nameWithType: ExporterAsync.ExportAsync(IExportOriginAsync, String, Boolean) - uid: Sdl.Core.TM.ImportExport.ExporterAsync.ExportAsync* name: ExportAsync href: api/translationmemory/Sdl.Core.TM.ImportExport.ExporterAsync.html#Sdl_Core_TM_ImportExport_ExporterAsync_ExportAsync_ @@ -17345,14 +11386,11 @@ references: fullName: Sdl.Core.TM.ImportExport.ExporterAsync.FilterExpression nameWithType: ExporterAsync.FilterExpression - uid: Sdl.Core.TM.ImportExport.ExporterAsync.OnBatchExportedAsync(System.Int32,System.Int32) - name: OnBatchExportedAsync(int, int) + name: OnBatchExportedAsync(Int32, Int32) href: api/translationmemory/Sdl.Core.TM.ImportExport.ExporterAsync.html#Sdl_Core_TM_ImportExport_ExporterAsync_OnBatchExportedAsync_System_Int32_System_Int32_ commentId: M:Sdl.Core.TM.ImportExport.ExporterAsync.OnBatchExportedAsync(System.Int32,System.Int32) - name.vb: OnBatchExportedAsync(Integer, Integer) - fullName: Sdl.Core.TM.ImportExport.ExporterAsync.OnBatchExportedAsync(int, int) - fullName.vb: Sdl.Core.TM.ImportExport.ExporterAsync.OnBatchExportedAsync(Integer, Integer) - nameWithType: ExporterAsync.OnBatchExportedAsync(int, int) - nameWithType.vb: ExporterAsync.OnBatchExportedAsync(Integer, Integer) + fullName: Sdl.Core.TM.ImportExport.ExporterAsync.OnBatchExportedAsync(System.Int32, System.Int32) + nameWithType: ExporterAsync.OnBatchExportedAsync(Int32, Int32) - uid: Sdl.Core.TM.ImportExport.ExporterAsync.OnBatchExportedAsync* name: OnBatchExportedAsync href: api/translationmemory/Sdl.Core.TM.ImportExport.ExporterAsync.html#Sdl_Core_TM_ImportExport_ExporterAsync_OnBatchExportedAsync_ @@ -17429,11 +11467,11 @@ references: name: GetTranslationUnits(ref RegularIterator) href: api/translationmemory/Sdl.Core.TM.ImportExport.IExportOrigin.html#Sdl_Core_TM_ImportExport_IExportOrigin_GetTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.Core.TM.ImportExport.IExportOrigin.GetTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: GetTranslationUnits(RegularIterator) + name.vb: GetTranslationUnits(ByRef RegularIterator) fullName: Sdl.Core.TM.ImportExport.IExportOrigin.GetTranslationUnits(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.Core.TM.ImportExport.IExportOrigin.GetTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.Core.TM.ImportExport.IExportOrigin.GetTranslationUnits(ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: IExportOrigin.GetTranslationUnits(ref RegularIterator) - nameWithType.vb: IExportOrigin.GetTranslationUnits(RegularIterator) + nameWithType.vb: IExportOrigin.GetTranslationUnits(ByRef RegularIterator) - uid: Sdl.Core.TM.ImportExport.IExportOrigin.GetTranslationUnits* name: GetTranslationUnits href: api/translationmemory/Sdl.Core.TM.ImportExport.IExportOrigin.html#Sdl_Core_TM_ImportExport_IExportOrigin_GetTranslationUnits_ @@ -17612,13 +11650,13 @@ references: fullName: Sdl.Core.TM.ImportExport.IImportDestination.AddTranslationUnits nameWithType: IImportDestination.AddTranslationUnits - uid: Sdl.Core.TM.ImportExport.IImportDestination.AddTranslationUnitsMask(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name: AddTranslationUnitsMask(TranslationUnit[], ImportSettings, bool[]) + name: AddTranslationUnitsMask(TranslationUnit[], ImportSettings, Boolean[]) href: api/translationmemory/Sdl.Core.TM.ImportExport.IImportDestination.html#Sdl_Core_TM_ImportExport_IImportDestination_AddTranslationUnitsMask_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Boolean___ commentId: M:Sdl.Core.TM.ImportExport.IImportDestination.AddTranslationUnitsMask(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) name.vb: AddTranslationUnitsMask(TranslationUnit(), ImportSettings, Boolean()) - fullName: Sdl.Core.TM.ImportExport.IImportDestination.AddTranslationUnitsMask(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, bool[]) - fullName.vb: Sdl.Core.TM.ImportExport.IImportDestination.AddTranslationUnitsMask(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, Boolean()) - nameWithType: IImportDestination.AddTranslationUnitsMask(TranslationUnit[], ImportSettings, bool[]) + fullName: Sdl.Core.TM.ImportExport.IImportDestination.AddTranslationUnitsMask(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean[]) + fullName.vb: Sdl.Core.TM.ImportExport.IImportDestination.AddTranslationUnitsMask(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean()) + nameWithType: IImportDestination.AddTranslationUnitsMask(TranslationUnit[], ImportSettings, Boolean[]) nameWithType.vb: IImportDestination.AddTranslationUnitsMask(TranslationUnit(), ImportSettings, Boolean()) - uid: Sdl.Core.TM.ImportExport.IImportDestination.AddTranslationUnitsMask* name: AddTranslationUnitsMask @@ -17720,13 +11758,13 @@ references: fullName: Sdl.Core.TM.ImportExport.IImportDestinationAsync nameWithType: IImportDestinationAsync - uid: Sdl.Core.TM.ImportExport.IImportDestinationAsync.AddTranslationUnitsMaskedAsync(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name: AddTranslationUnitsMaskedAsync(TranslationUnit[], ImportSettings, bool[]) + name: AddTranslationUnitsMaskedAsync(TranslationUnit[], ImportSettings, Boolean[]) href: api/translationmemory/Sdl.Core.TM.ImportExport.IImportDestinationAsync.html#Sdl_Core_TM_ImportExport_IImportDestinationAsync_AddTranslationUnitsMaskedAsync_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Boolean___ commentId: M:Sdl.Core.TM.ImportExport.IImportDestinationAsync.AddTranslationUnitsMaskedAsync(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) name.vb: AddTranslationUnitsMaskedAsync(TranslationUnit(), ImportSettings, Boolean()) - fullName: Sdl.Core.TM.ImportExport.IImportDestinationAsync.AddTranslationUnitsMaskedAsync(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, bool[]) - fullName.vb: Sdl.Core.TM.ImportExport.IImportDestinationAsync.AddTranslationUnitsMaskedAsync(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, Boolean()) - nameWithType: IImportDestinationAsync.AddTranslationUnitsMaskedAsync(TranslationUnit[], ImportSettings, bool[]) + fullName: Sdl.Core.TM.ImportExport.IImportDestinationAsync.AddTranslationUnitsMaskedAsync(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean[]) + fullName.vb: Sdl.Core.TM.ImportExport.IImportDestinationAsync.AddTranslationUnitsMaskedAsync(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean()) + nameWithType: IImportDestinationAsync.AddTranslationUnitsMaskedAsync(TranslationUnit[], ImportSettings, Boolean[]) nameWithType.vb: IImportDestinationAsync.AddTranslationUnitsMaskedAsync(TranslationUnit(), ImportSettings, Boolean()) - uid: Sdl.Core.TM.ImportExport.IImportDestinationAsync.AddTranslationUnitsMaskedAsync* name: AddTranslationUnitsMaskedAsync @@ -17795,38 +11833,26 @@ references: name: Importer() href: api/translationmemory/Sdl.Core.TM.ImportExport.Importer.html#Sdl_Core_TM_ImportExport_Importer__ctor commentId: M:Sdl.Core.TM.ImportExport.Importer.#ctor - name.vb: New() fullName: Sdl.Core.TM.ImportExport.Importer.Importer() - fullName.vb: Sdl.Core.TM.ImportExport.Importer.New() nameWithType: Importer.Importer() - nameWithType.vb: Importer.New() - uid: Sdl.Core.TM.ImportExport.Importer.#ctor(Sdl.Core.TM.ImportExport.IImportDestination) name: Importer(IImportDestination) href: api/translationmemory/Sdl.Core.TM.ImportExport.Importer.html#Sdl_Core_TM_ImportExport_Importer__ctor_Sdl_Core_TM_ImportExport_IImportDestination_ commentId: M:Sdl.Core.TM.ImportExport.Importer.#ctor(Sdl.Core.TM.ImportExport.IImportDestination) - name.vb: New(IImportDestination) fullName: Sdl.Core.TM.ImportExport.Importer.Importer(Sdl.Core.TM.ImportExport.IImportDestination) - fullName.vb: Sdl.Core.TM.ImportExport.Importer.New(Sdl.Core.TM.ImportExport.IImportDestination) nameWithType: Importer.Importer(IImportDestination) - nameWithType.vb: Importer.New(IImportDestination) - uid: Sdl.Core.TM.ImportExport.Importer.#ctor(Sdl.Core.TM.ImportExport.IImportDestinationAsync,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) name: Importer(IImportDestinationAsync, ICultureMetadataManager) href: api/translationmemory/Sdl.Core.TM.ImportExport.Importer.html#Sdl_Core_TM_ImportExport_Importer__ctor_Sdl_Core_TM_ImportExport_IImportDestinationAsync_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.Core.TM.ImportExport.Importer.#ctor(Sdl.Core.TM.ImportExport.IImportDestinationAsync,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(IImportDestinationAsync, ICultureMetadataManager) fullName: Sdl.Core.TM.ImportExport.Importer.Importer(Sdl.Core.TM.ImportExport.IImportDestinationAsync, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.Core.TM.ImportExport.Importer.New(Sdl.Core.TM.ImportExport.IImportDestinationAsync, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) nameWithType: Importer.Importer(IImportDestinationAsync, ICultureMetadataManager) - nameWithType.vb: Importer.New(IImportDestinationAsync, ICultureMetadataManager) - uid: Sdl.Core.TM.ImportExport.Importer.#ctor* name: Importer href: api/translationmemory/Sdl.Core.TM.ImportExport.Importer.html#Sdl_Core_TM_ImportExport_Importer__ctor_ commentId: Overload:Sdl.Core.TM.ImportExport.Importer.#ctor - name.vb: New fullName: Sdl.Core.TM.ImportExport.Importer.Importer - fullName.vb: Sdl.Core.TM.ImportExport.Importer.New nameWithType: Importer.Importer - nameWithType.vb: Importer.New - uid: Sdl.Core.TM.ImportExport.Importer.BatchImported name: BatchImported href: api/translationmemory/Sdl.Core.TM.ImportExport.Importer.html#Sdl_Core_TM_ImportExport_Importer_BatchImported @@ -17834,23 +11860,17 @@ references: fullName: Sdl.Core.TM.ImportExport.Importer.BatchImported nameWithType: Importer.BatchImported - uid: Sdl.Core.TM.ImportExport.Importer.Import(System.String) - name: Import(string) + name: Import(String) href: api/translationmemory/Sdl.Core.TM.ImportExport.Importer.html#Sdl_Core_TM_ImportExport_Importer_Import_System_String_ commentId: M:Sdl.Core.TM.ImportExport.Importer.Import(System.String) - name.vb: Import(String) - fullName: Sdl.Core.TM.ImportExport.Importer.Import(string) - fullName.vb: Sdl.Core.TM.ImportExport.Importer.Import(String) - nameWithType: Importer.Import(string) - nameWithType.vb: Importer.Import(String) + fullName: Sdl.Core.TM.ImportExport.Importer.Import(System.String) + nameWithType: Importer.Import(String) - uid: Sdl.Core.TM.ImportExport.Importer.Import(System.String,Sdl.Core.TM.ImportExport.IImportDestination) - name: Import(string, IImportDestination) + name: Import(String, IImportDestination) href: api/translationmemory/Sdl.Core.TM.ImportExport.Importer.html#Sdl_Core_TM_ImportExport_Importer_Import_System_String_Sdl_Core_TM_ImportExport_IImportDestination_ commentId: M:Sdl.Core.TM.ImportExport.Importer.Import(System.String,Sdl.Core.TM.ImportExport.IImportDestination) - name.vb: Import(String, IImportDestination) - fullName: Sdl.Core.TM.ImportExport.Importer.Import(string, Sdl.Core.TM.ImportExport.IImportDestination) - fullName.vb: Sdl.Core.TM.ImportExport.Importer.Import(String, Sdl.Core.TM.ImportExport.IImportDestination) - nameWithType: Importer.Import(string, IImportDestination) - nameWithType.vb: Importer.Import(String, IImportDestination) + fullName: Sdl.Core.TM.ImportExport.Importer.Import(System.String, Sdl.Core.TM.ImportExport.IImportDestination) + nameWithType: Importer.Import(String, IImportDestination) - uid: Sdl.Core.TM.ImportExport.Importer.Import* name: Import href: api/translationmemory/Sdl.Core.TM.ImportExport.Importer.html#Sdl_Core_TM_ImportExport_Importer_Import_ @@ -17875,33 +11895,30 @@ references: commentId: T:Sdl.Core.TM.ImportExport.ImporterAsync fullName: Sdl.Core.TM.ImportExport.ImporterAsync nameWithType: ImporterAsync -- uid: Sdl.Core.TM.ImportExport.ImporterAsync.#ctor(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,System.Func{Sdl.LanguagePlatform.TranslationMemory.ImportStatistics,Sdl.LanguagePlatform.TranslationMemory.ImportResults,System.Threading.Tasks.Task{System.Boolean}}) - name: ImporterAsync(ICultureMetadataManager, Func>) - href: api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.html#Sdl_Core_TM_ImportExport_ImporterAsync__ctor_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_System_Func_Sdl_LanguagePlatform_TranslationMemory_ImportStatistics_Sdl_LanguagePlatform_TranslationMemory_ImportResults_System_Threading_Tasks_Task_System_Boolean___ - commentId: M:Sdl.Core.TM.ImportExport.ImporterAsync.#ctor(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,System.Func{Sdl.LanguagePlatform.TranslationMemory.ImportStatistics,Sdl.LanguagePlatform.TranslationMemory.ImportResults,System.Threading.Tasks.Task{System.Boolean}}) - name.vb: New(ICultureMetadataManager, Func(Of ImportStatistics, ImportResults, Task(Of Boolean))) - fullName: Sdl.Core.TM.ImportExport.ImporterAsync.ImporterAsync(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, System.Func>) - fullName.vb: Sdl.Core.TM.ImportExport.ImporterAsync.New(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, System.Func(Of Sdl.LanguagePlatform.TranslationMemory.ImportStatistics, Sdl.LanguagePlatform.TranslationMemory.ImportResults, System.Threading.Tasks.Task(Of Boolean))) - nameWithType: ImporterAsync.ImporterAsync(ICultureMetadataManager, Func>) - nameWithType.vb: ImporterAsync.New(ICultureMetadataManager, Func(Of ImportStatistics, ImportResults, Task(Of Boolean))) -- uid: Sdl.Core.TM.ImportExport.ImporterAsync.#ctor(Sdl.Core.TM.ImportExport.IImportDestinationAsync,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,System.Func{Sdl.LanguagePlatform.TranslationMemory.ImportStatistics,Sdl.LanguagePlatform.TranslationMemory.ImportResults,System.Threading.Tasks.Task{System.Boolean}}) - name: ImporterAsync(IImportDestinationAsync, ICultureMetadataManager, Func>) - href: api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.html#Sdl_Core_TM_ImportExport_ImporterAsync__ctor_Sdl_Core_TM_ImportExport_IImportDestinationAsync_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_System_Func_Sdl_LanguagePlatform_TranslationMemory_ImportStatistics_Sdl_LanguagePlatform_TranslationMemory_ImportResults_System_Threading_Tasks_Task_System_Boolean___ - commentId: M:Sdl.Core.TM.ImportExport.ImporterAsync.#ctor(Sdl.Core.TM.ImportExport.IImportDestinationAsync,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,System.Func{Sdl.LanguagePlatform.TranslationMemory.ImportStatistics,Sdl.LanguagePlatform.TranslationMemory.ImportResults,System.Threading.Tasks.Task{System.Boolean}}) - name.vb: New(IImportDestinationAsync, ICultureMetadataManager, Func(Of ImportStatistics, ImportResults, Task(Of Boolean))) - fullName: Sdl.Core.TM.ImportExport.ImporterAsync.ImporterAsync(Sdl.Core.TM.ImportExport.IImportDestinationAsync, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, System.Func>) - fullName.vb: Sdl.Core.TM.ImportExport.ImporterAsync.New(Sdl.Core.TM.ImportExport.IImportDestinationAsync, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, System.Func(Of Sdl.LanguagePlatform.TranslationMemory.ImportStatistics, Sdl.LanguagePlatform.TranslationMemory.ImportResults, System.Threading.Tasks.Task(Of Boolean))) - nameWithType: ImporterAsync.ImporterAsync(IImportDestinationAsync, ICultureMetadataManager, Func>) - nameWithType.vb: ImporterAsync.New(IImportDestinationAsync, ICultureMetadataManager, Func(Of ImportStatistics, ImportResults, Task(Of Boolean))) +- uid: Sdl.Core.TM.ImportExport.ImporterAsync.#ctor(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,System.Func{Sdl.LanguagePlatform.TranslationMemory.ImportStatistics,Sdl.LanguagePlatform.TranslationMemory.ImportResults,System.Threading.Tasks.Task{System.Boolean}},Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter) + name: ImporterAsync(ICultureMetadataManager, Func>, ICoreTmMetricsReporter) + href: api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.html#Sdl_Core_TM_ImportExport_ImporterAsync__ctor_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_System_Func_Sdl_LanguagePlatform_TranslationMemory_ImportStatistics_Sdl_LanguagePlatform_TranslationMemory_ImportResults_System_Threading_Tasks_Task_System_Boolean___Sdl_LanguagePlatform_TranslationMemory_Metrics_ICoreTmMetricsReporter_ + commentId: M:Sdl.Core.TM.ImportExport.ImporterAsync.#ctor(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,System.Func{Sdl.LanguagePlatform.TranslationMemory.ImportStatistics,Sdl.LanguagePlatform.TranslationMemory.ImportResults,System.Threading.Tasks.Task{System.Boolean}},Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter) + name.vb: ImporterAsync(ICultureMetadataManager, Func(Of ImportStatistics, ImportResults, Task(Of Boolean)), ICoreTmMetricsReporter) + fullName: Sdl.Core.TM.ImportExport.ImporterAsync.ImporterAsync(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, System.Func>, Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter) + fullName.vb: Sdl.Core.TM.ImportExport.ImporterAsync.ImporterAsync(Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, System.Func(Of Sdl.LanguagePlatform.TranslationMemory.ImportStatistics, Sdl.LanguagePlatform.TranslationMemory.ImportResults, System.Threading.Tasks.Task(Of System.Boolean)), Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter) + nameWithType: ImporterAsync.ImporterAsync(ICultureMetadataManager, Func>, ICoreTmMetricsReporter) + nameWithType.vb: ImporterAsync.ImporterAsync(ICultureMetadataManager, Func(Of ImportStatistics, ImportResults, Task(Of Boolean)), ICoreTmMetricsReporter) +- uid: Sdl.Core.TM.ImportExport.ImporterAsync.#ctor(Sdl.Core.TM.ImportExport.IImportDestinationAsync,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,System.Func{Sdl.LanguagePlatform.TranslationMemory.ImportStatistics,Sdl.LanguagePlatform.TranslationMemory.ImportResults,System.Threading.Tasks.Task{System.Boolean}},Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter) + name: ImporterAsync(IImportDestinationAsync, ICultureMetadataManager, Func>, ICoreTmMetricsReporter) + href: api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.html#Sdl_Core_TM_ImportExport_ImporterAsync__ctor_Sdl_Core_TM_ImportExport_IImportDestinationAsync_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_System_Func_Sdl_LanguagePlatform_TranslationMemory_ImportStatistics_Sdl_LanguagePlatform_TranslationMemory_ImportResults_System_Threading_Tasks_Task_System_Boolean___Sdl_LanguagePlatform_TranslationMemory_Metrics_ICoreTmMetricsReporter_ + commentId: M:Sdl.Core.TM.ImportExport.ImporterAsync.#ctor(Sdl.Core.TM.ImportExport.IImportDestinationAsync,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,System.Func{Sdl.LanguagePlatform.TranslationMemory.ImportStatistics,Sdl.LanguagePlatform.TranslationMemory.ImportResults,System.Threading.Tasks.Task{System.Boolean}},Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter) + name.vb: ImporterAsync(IImportDestinationAsync, ICultureMetadataManager, Func(Of ImportStatistics, ImportResults, Task(Of Boolean)), ICoreTmMetricsReporter) + fullName: Sdl.Core.TM.ImportExport.ImporterAsync.ImporterAsync(Sdl.Core.TM.ImportExport.IImportDestinationAsync, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, System.Func>, Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter) + fullName.vb: Sdl.Core.TM.ImportExport.ImporterAsync.ImporterAsync(Sdl.Core.TM.ImportExport.IImportDestinationAsync, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager, System.Func(Of Sdl.LanguagePlatform.TranslationMemory.ImportStatistics, Sdl.LanguagePlatform.TranslationMemory.ImportResults, System.Threading.Tasks.Task(Of System.Boolean)), Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter) + nameWithType: ImporterAsync.ImporterAsync(IImportDestinationAsync, ICultureMetadataManager, Func>, ICoreTmMetricsReporter) + nameWithType.vb: ImporterAsync.ImporterAsync(IImportDestinationAsync, ICultureMetadataManager, Func(Of ImportStatistics, ImportResults, Task(Of Boolean)), ICoreTmMetricsReporter) - uid: Sdl.Core.TM.ImportExport.ImporterAsync.#ctor* name: ImporterAsync href: api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.html#Sdl_Core_TM_ImportExport_ImporterAsync__ctor_ commentId: Overload:Sdl.Core.TM.ImportExport.ImporterAsync.#ctor - name.vb: New fullName: Sdl.Core.TM.ImportExport.ImporterAsync.ImporterAsync - fullName.vb: Sdl.Core.TM.ImportExport.ImporterAsync.New nameWithType: ImporterAsync.ImporterAsync - nameWithType.vb: ImporterAsync.New - uid: Sdl.Core.TM.ImportExport.ImporterAsync._batchImportedAsync name: _batchImportedAsync href: api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.html#Sdl_Core_TM_ImportExport_ImporterAsync__batchImportedAsync @@ -18005,14 +12022,11 @@ references: fullName: Sdl.Core.TM.ImportExport.ImporterAsync.GetDefaultFileTypeManager nameWithType: ImporterAsync.GetDefaultFileTypeManager - uid: Sdl.Core.TM.ImportExport.ImporterAsync.ImportAsync(System.String,Sdl.Core.TM.ImportExport.IImportDestinationAsync) - name: ImportAsync(string, IImportDestinationAsync) + name: ImportAsync(String, IImportDestinationAsync) href: api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.html#Sdl_Core_TM_ImportExport_ImporterAsync_ImportAsync_System_String_Sdl_Core_TM_ImportExport_IImportDestinationAsync_ commentId: M:Sdl.Core.TM.ImportExport.ImporterAsync.ImportAsync(System.String,Sdl.Core.TM.ImportExport.IImportDestinationAsync) - name.vb: ImportAsync(String, IImportDestinationAsync) - fullName: Sdl.Core.TM.ImportExport.ImporterAsync.ImportAsync(string, Sdl.Core.TM.ImportExport.IImportDestinationAsync) - fullName.vb: Sdl.Core.TM.ImportExport.ImporterAsync.ImportAsync(String, Sdl.Core.TM.ImportExport.IImportDestinationAsync) - nameWithType: ImporterAsync.ImportAsync(string, IImportDestinationAsync) - nameWithType.vb: ImporterAsync.ImportAsync(String, IImportDestinationAsync) + fullName: Sdl.Core.TM.ImportExport.ImporterAsync.ImportAsync(System.String, Sdl.Core.TM.ImportExport.IImportDestinationAsync) + nameWithType: ImporterAsync.ImportAsync(String, IImportDestinationAsync) - uid: Sdl.Core.TM.ImportExport.ImporterAsync.ImportAsync* name: ImportAsync href: api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.html#Sdl_Core_TM_ImportExport_ImporterAsync_ImportAsync_ @@ -18029,20 +12043,14 @@ references: name: ImportResultsMap() href: api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.html#Sdl_Core_TM_ImportExport_ImporterAsync_ImportResultsMap__ctor commentId: M:Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.#ctor - name.vb: New() fullName: Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.ImportResultsMap() - fullName.vb: Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.New() nameWithType: ImporterAsync.ImportResultsMap.ImportResultsMap() - nameWithType.vb: ImporterAsync.ImportResultsMap.New() - uid: Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.#ctor* name: ImportResultsMap href: api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.html#Sdl_Core_TM_ImportExport_ImporterAsync_ImportResultsMap__ctor_ commentId: Overload:Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.#ctor - name.vb: New fullName: Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.ImportResultsMap - fullName.vb: Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.New nameWithType: ImporterAsync.ImportResultsMap.ImportResultsMap - nameWithType.vb: ImporterAsync.ImportResultsMap.New - uid: Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.AddedTuIds name: AddedTuIds href: api/translationmemory/Sdl.Core.TM.ImportExport.ImporterAsync.ImportResultsMap.html#Sdl_Core_TM_ImportExport_ImporterAsync_ImportResultsMap_AddedTuIds @@ -18191,20 +12199,14 @@ references: name: LanguageMismatchException(CultureCode, CultureCode, CultureCode, CultureCode) href: api/translationmemory/Sdl.Core.TM.ImportExport.LanguageMismatchException.html#Sdl_Core_TM_ImportExport_LanguageMismatchException__ctor_Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_ commentId: M:Sdl.Core.TM.ImportExport.LanguageMismatchException.#ctor(Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode) - name.vb: New(CultureCode, CultureCode, CultureCode, CultureCode) fullName: Sdl.Core.TM.ImportExport.LanguageMismatchException.LanguageMismatchException(Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode) - fullName.vb: Sdl.Core.TM.ImportExport.LanguageMismatchException.New(Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode) nameWithType: LanguageMismatchException.LanguageMismatchException(CultureCode, CultureCode, CultureCode, CultureCode) - nameWithType.vb: LanguageMismatchException.New(CultureCode, CultureCode, CultureCode, CultureCode) - uid: Sdl.Core.TM.ImportExport.LanguageMismatchException.#ctor* name: LanguageMismatchException href: api/translationmemory/Sdl.Core.TM.ImportExport.LanguageMismatchException.html#Sdl_Core_TM_ImportExport_LanguageMismatchException__ctor_ commentId: Overload:Sdl.Core.TM.ImportExport.LanguageMismatchException.#ctor - name.vb: New fullName: Sdl.Core.TM.ImportExport.LanguageMismatchException.LanguageMismatchException - fullName.vb: Sdl.Core.TM.ImportExport.LanguageMismatchException.New nameWithType: LanguageMismatchException.LanguageMismatchException - nameWithType.vb: LanguageMismatchException.New - uid: Sdl.Core.TM.ImportExport.LanguageMismatchException.DestinationSourceLanguage name: DestinationSourceLanguage href: api/translationmemory/Sdl.Core.TM.ImportExport.LanguageMismatchException.html#Sdl_Core_TM_ImportExport_LanguageMismatchException_DestinationSourceLanguage @@ -18239,29 +12241,20 @@ references: name: TmApiImportExport(ITranslationMemoryServiceAsync, Container, PersistentObjectToken) href: api/translationmemory/Sdl.Core.TM.ImportExport.TmApiImportExport.html#Sdl_Core_TM_ImportExport_TmApiImportExport__ctor_Sdl_LanguagePlatform_TranslationMemoryImpl_ITranslationMemoryServiceAsync_Sdl_LanguagePlatform_TranslationMemoryImpl_Container_Sdl_LanguagePlatform_TranslationMemory_PersistentObjectToken_ commentId: M:Sdl.Core.TM.ImportExport.TmApiImportExport.#ctor(Sdl.LanguagePlatform.TranslationMemoryImpl.ITranslationMemoryServiceAsync,Sdl.LanguagePlatform.TranslationMemoryImpl.Container,Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) - name.vb: New(ITranslationMemoryServiceAsync, Container, PersistentObjectToken) fullName: Sdl.Core.TM.ImportExport.TmApiImportExport.TmApiImportExport(Sdl.LanguagePlatform.TranslationMemoryImpl.ITranslationMemoryServiceAsync, Sdl.LanguagePlatform.TranslationMemoryImpl.Container, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) - fullName.vb: Sdl.Core.TM.ImportExport.TmApiImportExport.New(Sdl.LanguagePlatform.TranslationMemoryImpl.ITranslationMemoryServiceAsync, Sdl.LanguagePlatform.TranslationMemoryImpl.Container, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) nameWithType: TmApiImportExport.TmApiImportExport(ITranslationMemoryServiceAsync, Container, PersistentObjectToken) - nameWithType.vb: TmApiImportExport.New(ITranslationMemoryServiceAsync, Container, PersistentObjectToken) - uid: Sdl.Core.TM.ImportExport.TmApiImportExport.#ctor(Sdl.LanguagePlatform.TranslationMemoryImpl.ITranslationMemoryServiceAsync,Sdl.LanguagePlatform.TranslationMemoryImpl.Container,Sdl.LanguagePlatform.TranslationMemoryImpl.TranslationMemorySetup) name: TmApiImportExport(ITranslationMemoryServiceAsync, Container, TranslationMemorySetup) href: api/translationmemory/Sdl.Core.TM.ImportExport.TmApiImportExport.html#Sdl_Core_TM_ImportExport_TmApiImportExport__ctor_Sdl_LanguagePlatform_TranslationMemoryImpl_ITranslationMemoryServiceAsync_Sdl_LanguagePlatform_TranslationMemoryImpl_Container_Sdl_LanguagePlatform_TranslationMemoryImpl_TranslationMemorySetup_ commentId: M:Sdl.Core.TM.ImportExport.TmApiImportExport.#ctor(Sdl.LanguagePlatform.TranslationMemoryImpl.ITranslationMemoryServiceAsync,Sdl.LanguagePlatform.TranslationMemoryImpl.Container,Sdl.LanguagePlatform.TranslationMemoryImpl.TranslationMemorySetup) - name.vb: New(ITranslationMemoryServiceAsync, Container, TranslationMemorySetup) fullName: Sdl.Core.TM.ImportExport.TmApiImportExport.TmApiImportExport(Sdl.LanguagePlatform.TranslationMemoryImpl.ITranslationMemoryServiceAsync, Sdl.LanguagePlatform.TranslationMemoryImpl.Container, Sdl.LanguagePlatform.TranslationMemoryImpl.TranslationMemorySetup) - fullName.vb: Sdl.Core.TM.ImportExport.TmApiImportExport.New(Sdl.LanguagePlatform.TranslationMemoryImpl.ITranslationMemoryServiceAsync, Sdl.LanguagePlatform.TranslationMemoryImpl.Container, Sdl.LanguagePlatform.TranslationMemoryImpl.TranslationMemorySetup) nameWithType: TmApiImportExport.TmApiImportExport(ITranslationMemoryServiceAsync, Container, TranslationMemorySetup) - nameWithType.vb: TmApiImportExport.New(ITranslationMemoryServiceAsync, Container, TranslationMemorySetup) - uid: Sdl.Core.TM.ImportExport.TmApiImportExport.#ctor* name: TmApiImportExport href: api/translationmemory/Sdl.Core.TM.ImportExport.TmApiImportExport.html#Sdl_Core_TM_ImportExport_TmApiImportExport__ctor_ commentId: Overload:Sdl.Core.TM.ImportExport.TmApiImportExport.#ctor - name.vb: New fullName: Sdl.Core.TM.ImportExport.TmApiImportExport.TmApiImportExport - fullName.vb: Sdl.Core.TM.ImportExport.TmApiImportExport.New nameWithType: TmApiImportExport.TmApiImportExport - nameWithType.vb: TmApiImportExport.New - uid: Sdl.Core.TM.ImportExport.TmApiImportExport.AddTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings) name: AddTranslationUnits(TranslationUnit[], ImportSettings) href: api/translationmemory/Sdl.Core.TM.ImportExport.TmApiImportExport.html#Sdl_Core_TM_ImportExport_TmApiImportExport_AddTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_ @@ -18278,13 +12271,13 @@ references: fullName: Sdl.Core.TM.ImportExport.TmApiImportExport.AddTranslationUnits nameWithType: TmApiImportExport.AddTranslationUnits - uid: Sdl.Core.TM.ImportExport.TmApiImportExport.AddTranslationUnitsMask(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name: AddTranslationUnitsMask(TranslationUnit[], ImportSettings, bool[]) + name: AddTranslationUnitsMask(TranslationUnit[], ImportSettings, Boolean[]) href: api/translationmemory/Sdl.Core.TM.ImportExport.TmApiImportExport.html#Sdl_Core_TM_ImportExport_TmApiImportExport_AddTranslationUnitsMask_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Boolean___ commentId: M:Sdl.Core.TM.ImportExport.TmApiImportExport.AddTranslationUnitsMask(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) name.vb: AddTranslationUnitsMask(TranslationUnit(), ImportSettings, Boolean()) - fullName: Sdl.Core.TM.ImportExport.TmApiImportExport.AddTranslationUnitsMask(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, bool[]) - fullName.vb: Sdl.Core.TM.ImportExport.TmApiImportExport.AddTranslationUnitsMask(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, Boolean()) - nameWithType: TmApiImportExport.AddTranslationUnitsMask(TranslationUnit[], ImportSettings, bool[]) + fullName: Sdl.Core.TM.ImportExport.TmApiImportExport.AddTranslationUnitsMask(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean[]) + fullName.vb: Sdl.Core.TM.ImportExport.TmApiImportExport.AddTranslationUnitsMask(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean()) + nameWithType: TmApiImportExport.AddTranslationUnitsMask(TranslationUnit[], ImportSettings, Boolean[]) nameWithType.vb: TmApiImportExport.AddTranslationUnitsMask(TranslationUnit(), ImportSettings, Boolean()) - uid: Sdl.Core.TM.ImportExport.TmApiImportExport.AddTranslationUnitsMask* name: AddTranslationUnitsMask @@ -18293,13 +12286,13 @@ references: fullName: Sdl.Core.TM.ImportExport.TmApiImportExport.AddTranslationUnitsMask nameWithType: TmApiImportExport.AddTranslationUnitsMask - uid: Sdl.Core.TM.ImportExport.TmApiImportExport.AddTranslationUnitsMaskedAsync(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name: AddTranslationUnitsMaskedAsync(TranslationUnit[], ImportSettings, bool[]) + name: AddTranslationUnitsMaskedAsync(TranslationUnit[], ImportSettings, Boolean[]) href: api/translationmemory/Sdl.Core.TM.ImportExport.TmApiImportExport.html#Sdl_Core_TM_ImportExport_TmApiImportExport_AddTranslationUnitsMaskedAsync_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Boolean___ commentId: M:Sdl.Core.TM.ImportExport.TmApiImportExport.AddTranslationUnitsMaskedAsync(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) name.vb: AddTranslationUnitsMaskedAsync(TranslationUnit(), ImportSettings, Boolean()) - fullName: Sdl.Core.TM.ImportExport.TmApiImportExport.AddTranslationUnitsMaskedAsync(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, bool[]) - fullName.vb: Sdl.Core.TM.ImportExport.TmApiImportExport.AddTranslationUnitsMaskedAsync(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, Boolean()) - nameWithType: TmApiImportExport.AddTranslationUnitsMaskedAsync(TranslationUnit[], ImportSettings, bool[]) + fullName: Sdl.Core.TM.ImportExport.TmApiImportExport.AddTranslationUnitsMaskedAsync(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean[]) + fullName.vb: Sdl.Core.TM.ImportExport.TmApiImportExport.AddTranslationUnitsMaskedAsync(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean()) + nameWithType: TmApiImportExport.AddTranslationUnitsMaskedAsync(TranslationUnit[], ImportSettings, Boolean[]) nameWithType.vb: TmApiImportExport.AddTranslationUnitsMaskedAsync(TranslationUnit(), ImportSettings, Boolean()) - uid: Sdl.Core.TM.ImportExport.TmApiImportExport.AddTranslationUnitsMaskedAsync* name: AddTranslationUnitsMaskedAsync @@ -18395,11 +12388,11 @@ references: name: GetTranslationUnits(ref RegularIterator) href: api/translationmemory/Sdl.Core.TM.ImportExport.TmApiImportExport.html#Sdl_Core_TM_ImportExport_TmApiImportExport_GetTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.Core.TM.ImportExport.TmApiImportExport.GetTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: GetTranslationUnits(RegularIterator) + name.vb: GetTranslationUnits(ByRef RegularIterator) fullName: Sdl.Core.TM.ImportExport.TmApiImportExport.GetTranslationUnits(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.Core.TM.ImportExport.TmApiImportExport.GetTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.Core.TM.ImportExport.TmApiImportExport.GetTranslationUnits(ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: TmApiImportExport.GetTranslationUnits(ref RegularIterator) - nameWithType.vb: TmApiImportExport.GetTranslationUnits(RegularIterator) + nameWithType.vb: TmApiImportExport.GetTranslationUnits(ByRef RegularIterator) - uid: Sdl.Core.TM.ImportExport.TmApiImportExport.GetTranslationUnits* name: GetTranslationUnits href: api/translationmemory/Sdl.Core.TM.ImportExport.TmApiImportExport.html#Sdl_Core_TM_ImportExport_TmApiImportExport_GetTranslationUnits_ @@ -18608,20 +12601,14 @@ references: name: AbstractAction() href: api/integration/Sdl.Desktop.IntegrationApi.AbstractAction.html#Sdl_Desktop_IntegrationApi_AbstractAction__ctor commentId: M:Sdl.Desktop.IntegrationApi.AbstractAction.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.AbstractAction.AbstractAction() - fullName.vb: Sdl.Desktop.IntegrationApi.AbstractAction.New() nameWithType: AbstractAction.AbstractAction() - nameWithType.vb: AbstractAction.New() - uid: Sdl.Desktop.IntegrationApi.AbstractAction.#ctor* name: AbstractAction href: api/integration/Sdl.Desktop.IntegrationApi.AbstractAction.html#Sdl_Desktop_IntegrationApi_AbstractAction__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.AbstractAction.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.AbstractAction.AbstractAction - fullName.vb: Sdl.Desktop.IntegrationApi.AbstractAction.New nameWithType: AbstractAction.AbstractAction - nameWithType.vb: AbstractAction.New - uid: Sdl.Desktop.IntegrationApi.AbstractAction.ActionAttribute name: ActionAttribute href: api/integration/Sdl.Desktop.IntegrationApi.AbstractAction.html#Sdl_Desktop_IntegrationApi_AbstractAction_ActionAttribute @@ -18784,6 +12771,22 @@ references: commentId: E:Sdl.Desktop.IntegrationApi.AbstractAction.PropertyChanged fullName: Sdl.Desktop.IntegrationApi.AbstractAction.PropertyChanged nameWithType: AbstractAction.PropertyChanged +- uid: Sdl.Desktop.IntegrationApi.AbstractAction.Sdl#Desktop#IntegrationApi#Extensions#Internal#IAction#Execute + name: IAction.Execute() + href: api/integration/Sdl.Desktop.IntegrationApi.AbstractAction.html#Sdl_Desktop_IntegrationApi_AbstractAction_Sdl_Desktop_IntegrationApi_Extensions_Internal_IAction_Execute + commentId: M:Sdl.Desktop.IntegrationApi.AbstractAction.Sdl#Desktop#IntegrationApi#Extensions#Internal#IAction#Execute + name.vb: Sdl.Desktop.IntegrationApi.Extensions.Internal.IAction.Execute() + fullName: Sdl.Desktop.IntegrationApi.AbstractAction.Sdl.Desktop.IntegrationApi.Extensions.Internal.IAction.Execute() + nameWithType: AbstractAction.IAction.Execute() + nameWithType.vb: AbstractAction.Sdl.Desktop.IntegrationApi.Extensions.Internal.IAction.Execute() +- uid: Sdl.Desktop.IntegrationApi.AbstractAction.Sdl#Desktop#IntegrationApi#Extensions#Internal#IAction#Execute* + name: IAction.Execute + href: api/integration/Sdl.Desktop.IntegrationApi.AbstractAction.html#Sdl_Desktop_IntegrationApi_AbstractAction_Sdl_Desktop_IntegrationApi_Extensions_Internal_IAction_Execute_ + commentId: Overload:Sdl.Desktop.IntegrationApi.AbstractAction.Sdl#Desktop#IntegrationApi#Extensions#Internal#IAction#Execute + name.vb: Sdl.Desktop.IntegrationApi.Extensions.Internal.IAction.Execute + fullName: Sdl.Desktop.IntegrationApi.AbstractAction.Sdl.Desktop.IntegrationApi.Extensions.Internal.IAction.Execute + nameWithType: AbstractAction.IAction.Execute + nameWithType.vb: AbstractAction.Sdl.Desktop.IntegrationApi.Extensions.Internal.IAction.Execute - uid: Sdl.Desktop.IntegrationApi.AbstractAction.Style name: Style href: api/integration/Sdl.Desktop.IntegrationApi.AbstractAction.html#Sdl_Desktop_IntegrationApi_AbstractAction_Style @@ -18830,20 +12833,14 @@ references: name: AbstractApplication() href: api/integration/Sdl.Desktop.IntegrationApi.AbstractApplication.html#Sdl_Desktop_IntegrationApi_AbstractApplication__ctor commentId: M:Sdl.Desktop.IntegrationApi.AbstractApplication.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.AbstractApplication.AbstractApplication() - fullName.vb: Sdl.Desktop.IntegrationApi.AbstractApplication.New() nameWithType: AbstractApplication.AbstractApplication() - nameWithType.vb: AbstractApplication.New() - uid: Sdl.Desktop.IntegrationApi.AbstractApplication.#ctor* name: AbstractApplication href: api/integration/Sdl.Desktop.IntegrationApi.AbstractApplication.html#Sdl_Desktop_IntegrationApi_AbstractApplication__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.AbstractApplication.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.AbstractApplication.AbstractApplication - fullName.vb: Sdl.Desktop.IntegrationApi.AbstractApplication.New nameWithType: AbstractApplication.AbstractApplication - nameWithType.vb: AbstractApplication.New - uid: Sdl.Desktop.IntegrationApi.AbstractApplication.Closing name: Closing href: api/integration/Sdl.Desktop.IntegrationApi.AbstractApplication.html#Sdl_Desktop_IntegrationApi_AbstractApplication_Closing @@ -18932,20 +12929,14 @@ references: name: AbstractRibbonGroup() href: api/integration/Sdl.Desktop.IntegrationApi.AbstractRibbonGroup.html#Sdl_Desktop_IntegrationApi_AbstractRibbonGroup__ctor commentId: M:Sdl.Desktop.IntegrationApi.AbstractRibbonGroup.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.AbstractRibbonGroup.AbstractRibbonGroup() - fullName.vb: Sdl.Desktop.IntegrationApi.AbstractRibbonGroup.New() nameWithType: AbstractRibbonGroup.AbstractRibbonGroup() - nameWithType.vb: AbstractRibbonGroup.New() - uid: Sdl.Desktop.IntegrationApi.AbstractRibbonGroup.#ctor* name: AbstractRibbonGroup href: api/integration/Sdl.Desktop.IntegrationApi.AbstractRibbonGroup.html#Sdl_Desktop_IntegrationApi_AbstractRibbonGroup__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.AbstractRibbonGroup.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.AbstractRibbonGroup.AbstractRibbonGroup - fullName.vb: Sdl.Desktop.IntegrationApi.AbstractRibbonGroup.New nameWithType: AbstractRibbonGroup.AbstractRibbonGroup - nameWithType.vb: AbstractRibbonGroup.New - uid: Sdl.Desktop.IntegrationApi.AbstractViewController name: AbstractViewController href: api/integration/Sdl.Desktop.IntegrationApi.AbstractViewController.html @@ -18956,20 +12947,14 @@ references: name: AbstractViewController() href: api/integration/Sdl.Desktop.IntegrationApi.AbstractViewController.html#Sdl_Desktop_IntegrationApi_AbstractViewController__ctor commentId: M:Sdl.Desktop.IntegrationApi.AbstractViewController.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.AbstractViewController.AbstractViewController() - fullName.vb: Sdl.Desktop.IntegrationApi.AbstractViewController.New() nameWithType: AbstractViewController.AbstractViewController() - nameWithType.vb: AbstractViewController.New() - uid: Sdl.Desktop.IntegrationApi.AbstractViewController.#ctor* name: AbstractViewController href: api/integration/Sdl.Desktop.IntegrationApi.AbstractViewController.html#Sdl_Desktop_IntegrationApi_AbstractViewController__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.AbstractViewController.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.AbstractViewController.AbstractViewController - fullName.vb: Sdl.Desktop.IntegrationApi.AbstractViewController.New nameWithType: AbstractViewController.AbstractViewController - nameWithType.vb: AbstractViewController.New - uid: Sdl.Desktop.IntegrationApi.AbstractViewController.Activate name: Activate() href: api/integration/Sdl.Desktop.IntegrationApi.AbstractViewController.html#Sdl_Desktop_IntegrationApi_AbstractViewController_Activate @@ -19007,14 +12992,11 @@ references: fullName: Sdl.Desktop.IntegrationApi.AbstractViewController.Dispose() nameWithType: AbstractViewController.Dispose() - uid: Sdl.Desktop.IntegrationApi.AbstractViewController.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/integration/Sdl.Desktop.IntegrationApi.AbstractViewController.html#Sdl_Desktop_IntegrationApi_AbstractViewController_Dispose_System_Boolean_ commentId: M:Sdl.Desktop.IntegrationApi.AbstractViewController.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.Desktop.IntegrationApi.AbstractViewController.Dispose(bool) - fullName.vb: Sdl.Desktop.IntegrationApi.AbstractViewController.Dispose(Boolean) - nameWithType: AbstractViewController.Dispose(bool) - nameWithType.vb: AbstractViewController.Dispose(Boolean) + fullName: Sdl.Desktop.IntegrationApi.AbstractViewController.Dispose(System.Boolean) + nameWithType: AbstractViewController.Dispose(Boolean) - uid: Sdl.Desktop.IntegrationApi.AbstractViewController.Dispose* name: Dispose href: api/integration/Sdl.Desktop.IntegrationApi.AbstractViewController.html#Sdl_Desktop_IntegrationApi_AbstractViewController_Dispose_ @@ -19082,20 +13064,18 @@ references: name: AbstractViewControllerAction() href: api/integration/Sdl.Desktop.IntegrationApi.AbstractViewControllerAction-1.html#Sdl_Desktop_IntegrationApi_AbstractViewControllerAction_1__ctor commentId: M:Sdl.Desktop.IntegrationApi.AbstractViewControllerAction`1.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.AbstractViewControllerAction.AbstractViewControllerAction() - fullName.vb: Sdl.Desktop.IntegrationApi.AbstractViewControllerAction(Of TController).New() + fullName.vb: Sdl.Desktop.IntegrationApi.AbstractViewControllerAction(Of TController).AbstractViewControllerAction() nameWithType: AbstractViewControllerAction.AbstractViewControllerAction() - nameWithType.vb: AbstractViewControllerAction(Of TController).New() + nameWithType.vb: AbstractViewControllerAction(Of TController).AbstractViewControllerAction() - uid: Sdl.Desktop.IntegrationApi.AbstractViewControllerAction`1.#ctor* name: AbstractViewControllerAction href: api/integration/Sdl.Desktop.IntegrationApi.AbstractViewControllerAction-1.html#Sdl_Desktop_IntegrationApi_AbstractViewControllerAction_1__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.AbstractViewControllerAction`1.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.AbstractViewControllerAction.AbstractViewControllerAction - fullName.vb: Sdl.Desktop.IntegrationApi.AbstractViewControllerAction(Of TController).New + fullName.vb: Sdl.Desktop.IntegrationApi.AbstractViewControllerAction(Of TController).AbstractViewControllerAction nameWithType: AbstractViewControllerAction.AbstractViewControllerAction - nameWithType.vb: AbstractViewControllerAction(Of TController).New + nameWithType.vb: AbstractViewControllerAction(Of TController).AbstractViewControllerAction - uid: Sdl.Desktop.IntegrationApi.AbstractViewControllerAction`1.Controller name: Controller href: api/integration/Sdl.Desktop.IntegrationApi.AbstractViewControllerAction-1.html#Sdl_Desktop_IntegrationApi_AbstractViewControllerAction_1_Controller @@ -19138,20 +13118,14 @@ references: name: AbstractViewPartController() href: api/integration/Sdl.Desktop.IntegrationApi.AbstractViewPartController.html#Sdl_Desktop_IntegrationApi_AbstractViewPartController__ctor commentId: M:Sdl.Desktop.IntegrationApi.AbstractViewPartController.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.AbstractViewPartController.AbstractViewPartController() - fullName.vb: Sdl.Desktop.IntegrationApi.AbstractViewPartController.New() nameWithType: AbstractViewPartController.AbstractViewPartController() - nameWithType.vb: AbstractViewPartController.New() - uid: Sdl.Desktop.IntegrationApi.AbstractViewPartController.#ctor* name: AbstractViewPartController href: api/integration/Sdl.Desktop.IntegrationApi.AbstractViewPartController.html#Sdl_Desktop_IntegrationApi_AbstractViewPartController__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.AbstractViewPartController.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.AbstractViewPartController.AbstractViewPartController - fullName.vb: Sdl.Desktop.IntegrationApi.AbstractViewPartController.New nameWithType: AbstractViewPartController.AbstractViewPartController - nameWithType.vb: AbstractViewPartController.New - uid: Sdl.Desktop.IntegrationApi.AbstractViewPartController.Activate name: Activate() href: api/integration/Sdl.Desktop.IntegrationApi.AbstractViewPartController.html#Sdl_Desktop_IntegrationApi_AbstractViewPartController_Activate @@ -19177,14 +13151,11 @@ references: fullName: Sdl.Desktop.IntegrationApi.AbstractViewPartController.Dispose() nameWithType: AbstractViewPartController.Dispose() - uid: Sdl.Desktop.IntegrationApi.AbstractViewPartController.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/integration/Sdl.Desktop.IntegrationApi.AbstractViewPartController.html#Sdl_Desktop_IntegrationApi_AbstractViewPartController_Dispose_System_Boolean_ commentId: M:Sdl.Desktop.IntegrationApi.AbstractViewPartController.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.Desktop.IntegrationApi.AbstractViewPartController.Dispose(bool) - fullName.vb: Sdl.Desktop.IntegrationApi.AbstractViewPartController.Dispose(Boolean) - nameWithType: AbstractViewPartController.Dispose(bool) - nameWithType.vb: AbstractViewPartController.Dispose(Boolean) + fullName: Sdl.Desktop.IntegrationApi.AbstractViewPartController.Dispose(System.Boolean) + nameWithType: AbstractViewPartController.Dispose(Boolean) - uid: Sdl.Desktop.IntegrationApi.AbstractViewPartController.Dispose* name: Dispose href: api/integration/Sdl.Desktop.IntegrationApi.AbstractViewPartController.html#Sdl_Desktop_IntegrationApi_AbstractViewPartController_Dispose_ @@ -19300,23 +13271,17 @@ references: fullName: Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs nameWithType: ActionExecutionCancelEventArgs - uid: Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.#ctor(System.String) - name: ActionExecutionCancelEventArgs(string) + name: ActionExecutionCancelEventArgs(String) href: api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.html#Sdl_Desktop_IntegrationApi_ActionExecutionCancelEventArgs__ctor_System_String_ commentId: M:Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.ActionExecutionCancelEventArgs(string) - fullName.vb: Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.New(String) - nameWithType: ActionExecutionCancelEventArgs.ActionExecutionCancelEventArgs(string) - nameWithType.vb: ActionExecutionCancelEventArgs.New(String) + fullName: Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.ActionExecutionCancelEventArgs(System.String) + nameWithType: ActionExecutionCancelEventArgs.ActionExecutionCancelEventArgs(String) - uid: Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.#ctor* name: ActionExecutionCancelEventArgs href: api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.html#Sdl_Desktop_IntegrationApi_ActionExecutionCancelEventArgs__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.ActionExecutionCancelEventArgs - fullName.vb: Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.New nameWithType: ActionExecutionCancelEventArgs.ActionExecutionCancelEventArgs - nameWithType.vb: ActionExecutionCancelEventArgs.New - uid: Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.Cancel name: Cancel href: api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionCancelEventArgs.html#Sdl_Desktop_IntegrationApi_ActionExecutionCancelEventArgs_Cancel @@ -19336,23 +13301,17 @@ references: fullName: Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs nameWithType: ActionExecutionEventArgs - uid: Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.#ctor(System.String) - name: ActionExecutionEventArgs(string) + name: ActionExecutionEventArgs(String) href: api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.html#Sdl_Desktop_IntegrationApi_ActionExecutionEventArgs__ctor_System_String_ commentId: M:Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.ActionExecutionEventArgs(string) - fullName.vb: Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.New(String) - nameWithType: ActionExecutionEventArgs.ActionExecutionEventArgs(string) - nameWithType.vb: ActionExecutionEventArgs.New(String) + fullName: Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.ActionExecutionEventArgs(System.String) + nameWithType: ActionExecutionEventArgs.ActionExecutionEventArgs(String) - uid: Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.#ctor* name: ActionExecutionEventArgs href: api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.html#Sdl_Desktop_IntegrationApi_ActionExecutionEventArgs__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.ActionExecutionEventArgs - fullName.vb: Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.New nameWithType: ActionExecutionEventArgs.ActionExecutionEventArgs - nameWithType.vb: ActionExecutionEventArgs.New - uid: Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.ActionId name: ActionId href: api/integration/Sdl.Desktop.IntegrationApi.ActionExecutionEventArgs.html#Sdl_Desktop_IntegrationApi_ActionExecutionEventArgs_ActionId @@ -19372,23 +13331,17 @@ references: fullName: Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs nameWithType: ActivationChangedEventArgs - uid: Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.#ctor(System.Boolean) - name: ActivationChangedEventArgs(bool) + name: ActivationChangedEventArgs(Boolean) href: api/integration/Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.html#Sdl_Desktop_IntegrationApi_ActivationChangedEventArgs__ctor_System_Boolean_ commentId: M:Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.#ctor(System.Boolean) - name.vb: New(Boolean) - fullName: Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.ActivationChangedEventArgs(bool) - fullName.vb: Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.New(Boolean) - nameWithType: ActivationChangedEventArgs.ActivationChangedEventArgs(bool) - nameWithType.vb: ActivationChangedEventArgs.New(Boolean) + fullName: Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.ActivationChangedEventArgs(System.Boolean) + nameWithType: ActivationChangedEventArgs.ActivationChangedEventArgs(Boolean) - uid: Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.#ctor* name: ActivationChangedEventArgs href: api/integration/Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.html#Sdl_Desktop_IntegrationApi_ActivationChangedEventArgs__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.ActivationChangedEventArgs - fullName.vb: Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.New nameWithType: ActivationChangedEventArgs.ActivationChangedEventArgs - nameWithType.vb: ActivationChangedEventArgs.New - uid: Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.Active name: Active href: api/integration/Sdl.Desktop.IntegrationApi.ActivationChangedEventArgs.html#Sdl_Desktop_IntegrationApi_ActivationChangedEventArgs_Active @@ -19414,20 +13367,18 @@ references: name: ApplicationHost() href: api/integration/Sdl.Desktop.IntegrationApi.ApplicationHost-1.html#Sdl_Desktop_IntegrationApi_ApplicationHost_1__ctor commentId: M:Sdl.Desktop.IntegrationApi.ApplicationHost`1.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.ApplicationHost.ApplicationHost() - fullName.vb: Sdl.Desktop.IntegrationApi.ApplicationHost(Of T).New() + fullName.vb: Sdl.Desktop.IntegrationApi.ApplicationHost(Of T).ApplicationHost() nameWithType: ApplicationHost.ApplicationHost() - nameWithType.vb: ApplicationHost(Of T).New() + nameWithType.vb: ApplicationHost(Of T).ApplicationHost() - uid: Sdl.Desktop.IntegrationApi.ApplicationHost`1.#ctor* name: ApplicationHost href: api/integration/Sdl.Desktop.IntegrationApi.ApplicationHost-1.html#Sdl_Desktop_IntegrationApi_ApplicationHost_1__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.ApplicationHost`1.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.ApplicationHost.ApplicationHost - fullName.vb: Sdl.Desktop.IntegrationApi.ApplicationHost(Of T).New + fullName.vb: Sdl.Desktop.IntegrationApi.ApplicationHost(Of T).ApplicationHost nameWithType: ApplicationHost.ApplicationHost - nameWithType.vb: ApplicationHost(Of T).New + nameWithType.vb: ApplicationHost(Of T).ApplicationHost - uid: Sdl.Desktop.IntegrationApi.ApplicationHost`1.Application name: Application href: api/integration/Sdl.Desktop.IntegrationApi.ApplicationHost-1.html#Sdl_Desktop_IntegrationApi_ApplicationHost_1_Application @@ -19460,20 +13411,14 @@ references: name: StudioDefaultContextMenus() href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultContextMenus.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultContextMenus__ctor commentId: M:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultContextMenus.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultContextMenus.StudioDefaultContextMenus() - fullName.vb: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultContextMenus.New() nameWithType: StudioDefaultContextMenus.StudioDefaultContextMenus() - nameWithType.vb: StudioDefaultContextMenus.New() - uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultContextMenus.#ctor* name: StudioDefaultContextMenus href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultContextMenus.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultContextMenus__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultContextMenus.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultContextMenus.StudioDefaultContextMenus - fullName.vb: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultContextMenus.New nameWithType: StudioDefaultContextMenus.StudioDefaultContextMenus - nameWithType.vb: StudioDefaultContextMenus.New - uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups name: StudioDefaultRibbonGroups href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups.html @@ -19484,20 +13429,14 @@ references: name: StudioDefaultRibbonGroups() href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonGroups__ctor commentId: M:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups.StudioDefaultRibbonGroups() - fullName.vb: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups.New() nameWithType: StudioDefaultRibbonGroups.StudioDefaultRibbonGroups() - nameWithType.vb: StudioDefaultRibbonGroups.New() - uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups.#ctor* name: StudioDefaultRibbonGroups href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonGroups__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups.StudioDefaultRibbonGroups - fullName.vb: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonGroups.New nameWithType: StudioDefaultRibbonGroups.StudioDefaultRibbonGroups - nameWithType.vb: StudioDefaultRibbonGroups.New - uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs name: StudioDefaultRibbonTabs href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.html @@ -19508,20 +13447,14 @@ references: name: StudioDefaultRibbonTabs() href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs__ctor commentId: M:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.StudioDefaultRibbonTabs() - fullName.vb: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.New() nameWithType: StudioDefaultRibbonTabs.StudioDefaultRibbonTabs() - nameWithType.vb: StudioDefaultRibbonTabs.New() - uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.#ctor* name: StudioDefaultRibbonTabs href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.StudioDefaultRibbonTabs - fullName.vb: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.New nameWithType: StudioDefaultRibbonTabs.StudioDefaultRibbonTabs - nameWithType.vb: StudioDefaultRibbonTabs.New - uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation name: StudioDefaultRibbonTabs.AddinsRibbonTabLocation href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html @@ -19532,20 +13465,62 @@ references: name: AddinsRibbonTabLocation() href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_AddinsRibbonTabLocation__ctor commentId: M:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.AddinsRibbonTabLocation() - fullName.vb: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.New() nameWithType: StudioDefaultRibbonTabs.AddinsRibbonTabLocation.AddinsRibbonTabLocation() - nameWithType.vb: StudioDefaultRibbonTabs.AddinsRibbonTabLocation.New() - uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.#ctor* name: AddinsRibbonTabLocation href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_AddinsRibbonTabLocation__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.AddinsRibbonTabLocation - fullName.vb: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.New nameWithType: StudioDefaultRibbonTabs.AddinsRibbonTabLocation.AddinsRibbonTabLocation - nameWithType.vb: StudioDefaultRibbonTabs.AddinsRibbonTabLocation.New +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.InsertAfter + name: InsertAfter + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_AddinsRibbonTabLocation_InsertAfter + commentId: P:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.InsertAfter + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.InsertAfter + nameWithType: StudioDefaultRibbonTabs.AddinsRibbonTabLocation.InsertAfter +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.InsertAfter* + name: InsertAfter + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_AddinsRibbonTabLocation_InsertAfter_ + commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.InsertAfter + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.InsertAfter + nameWithType: StudioDefaultRibbonTabs.AddinsRibbonTabLocation.InsertAfter +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.InsertBefore + name: InsertBefore + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_AddinsRibbonTabLocation_InsertBefore + commentId: P:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.InsertBefore + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.InsertBefore + nameWithType: StudioDefaultRibbonTabs.AddinsRibbonTabLocation.InsertBefore +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.InsertBefore* + name: InsertBefore + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_AddinsRibbonTabLocation_InsertBefore_ + commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.InsertBefore + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.InsertBefore + nameWithType: StudioDefaultRibbonTabs.AddinsRibbonTabLocation.InsertBefore +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.Path + name: Path + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_AddinsRibbonTabLocation_Path + commentId: P:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.Path + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.Path + nameWithType: StudioDefaultRibbonTabs.AddinsRibbonTabLocation.Path +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.Path* + name: Path + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_AddinsRibbonTabLocation_Path_ + commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.Path + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.Path + nameWithType: StudioDefaultRibbonTabs.AddinsRibbonTabLocation.Path +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.TargetAttributeType + name: TargetAttributeType + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_AddinsRibbonTabLocation_TargetAttributeType + commentId: P:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.TargetAttributeType + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.TargetAttributeType + nameWithType: StudioDefaultRibbonTabs.AddinsRibbonTabLocation.TargetAttributeType +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.TargetAttributeType* + name: TargetAttributeType + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_AddinsRibbonTabLocation_TargetAttributeType_ + commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.TargetAttributeType + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.AddinsRibbonTabLocation.TargetAttributeType + nameWithType: StudioDefaultRibbonTabs.AddinsRibbonTabLocation.TargetAttributeType - uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation name: StudioDefaultRibbonTabs.HelpRibbonTabLocation href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html @@ -19556,20 +13531,62 @@ references: name: HelpRibbonTabLocation() href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_HelpRibbonTabLocation__ctor commentId: M:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.HelpRibbonTabLocation() - fullName.vb: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.New() nameWithType: StudioDefaultRibbonTabs.HelpRibbonTabLocation.HelpRibbonTabLocation() - nameWithType.vb: StudioDefaultRibbonTabs.HelpRibbonTabLocation.New() - uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.#ctor* name: HelpRibbonTabLocation href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_HelpRibbonTabLocation__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.HelpRibbonTabLocation - fullName.vb: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.New nameWithType: StudioDefaultRibbonTabs.HelpRibbonTabLocation.HelpRibbonTabLocation - nameWithType.vb: StudioDefaultRibbonTabs.HelpRibbonTabLocation.New +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.InsertAfter + name: InsertAfter + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_HelpRibbonTabLocation_InsertAfter + commentId: P:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.InsertAfter + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.InsertAfter + nameWithType: StudioDefaultRibbonTabs.HelpRibbonTabLocation.InsertAfter +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.InsertAfter* + name: InsertAfter + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_HelpRibbonTabLocation_InsertAfter_ + commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.InsertAfter + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.InsertAfter + nameWithType: StudioDefaultRibbonTabs.HelpRibbonTabLocation.InsertAfter +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.InsertBefore + name: InsertBefore + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_HelpRibbonTabLocation_InsertBefore + commentId: P:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.InsertBefore + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.InsertBefore + nameWithType: StudioDefaultRibbonTabs.HelpRibbonTabLocation.InsertBefore +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.InsertBefore* + name: InsertBefore + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_HelpRibbonTabLocation_InsertBefore_ + commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.InsertBefore + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.InsertBefore + nameWithType: StudioDefaultRibbonTabs.HelpRibbonTabLocation.InsertBefore +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.Path + name: Path + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_HelpRibbonTabLocation_Path + commentId: P:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.Path + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.Path + nameWithType: StudioDefaultRibbonTabs.HelpRibbonTabLocation.Path +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.Path* + name: Path + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_HelpRibbonTabLocation_Path_ + commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.Path + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.Path + nameWithType: StudioDefaultRibbonTabs.HelpRibbonTabLocation.Path +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.TargetAttributeType + name: TargetAttributeType + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_HelpRibbonTabLocation_TargetAttributeType + commentId: P:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.TargetAttributeType + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.TargetAttributeType + nameWithType: StudioDefaultRibbonTabs.HelpRibbonTabLocation.TargetAttributeType +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.TargetAttributeType* + name: TargetAttributeType + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_HelpRibbonTabLocation_TargetAttributeType_ + commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.TargetAttributeType + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.HelpRibbonTabLocation.TargetAttributeType + nameWithType: StudioDefaultRibbonTabs.HelpRibbonTabLocation.TargetAttributeType - uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation name: StudioDefaultRibbonTabs.ViewRibbonTabLocation href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html @@ -19580,20 +13597,62 @@ references: name: ViewRibbonTabLocation() href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_ViewRibbonTabLocation__ctor commentId: M:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.ViewRibbonTabLocation() - fullName.vb: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.New() nameWithType: StudioDefaultRibbonTabs.ViewRibbonTabLocation.ViewRibbonTabLocation() - nameWithType.vb: StudioDefaultRibbonTabs.ViewRibbonTabLocation.New() - uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.#ctor* name: ViewRibbonTabLocation href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_ViewRibbonTabLocation__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.ViewRibbonTabLocation - fullName.vb: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.New nameWithType: StudioDefaultRibbonTabs.ViewRibbonTabLocation.ViewRibbonTabLocation - nameWithType.vb: StudioDefaultRibbonTabs.ViewRibbonTabLocation.New +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.InsertAfter + name: InsertAfter + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_ViewRibbonTabLocation_InsertAfter + commentId: P:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.InsertAfter + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.InsertAfter + nameWithType: StudioDefaultRibbonTabs.ViewRibbonTabLocation.InsertAfter +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.InsertAfter* + name: InsertAfter + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_ViewRibbonTabLocation_InsertAfter_ + commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.InsertAfter + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.InsertAfter + nameWithType: StudioDefaultRibbonTabs.ViewRibbonTabLocation.InsertAfter +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.InsertBefore + name: InsertBefore + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_ViewRibbonTabLocation_InsertBefore + commentId: P:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.InsertBefore + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.InsertBefore + nameWithType: StudioDefaultRibbonTabs.ViewRibbonTabLocation.InsertBefore +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.InsertBefore* + name: InsertBefore + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_ViewRibbonTabLocation_InsertBefore_ + commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.InsertBefore + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.InsertBefore + nameWithType: StudioDefaultRibbonTabs.ViewRibbonTabLocation.InsertBefore +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.Path + name: Path + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_ViewRibbonTabLocation_Path + commentId: P:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.Path + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.Path + nameWithType: StudioDefaultRibbonTabs.ViewRibbonTabLocation.Path +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.Path* + name: Path + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_ViewRibbonTabLocation_Path_ + commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.Path + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.Path + nameWithType: StudioDefaultRibbonTabs.ViewRibbonTabLocation.Path +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.TargetAttributeType + name: TargetAttributeType + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_ViewRibbonTabLocation_TargetAttributeType + commentId: P:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.TargetAttributeType + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.TargetAttributeType + nameWithType: StudioDefaultRibbonTabs.ViewRibbonTabLocation.TargetAttributeType +- uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.TargetAttributeType* + name: TargetAttributeType + href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultRibbonTabs_ViewRibbonTabLocation_TargetAttributeType_ + commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.TargetAttributeType + fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultRibbonTabs.ViewRibbonTabLocation.TargetAttributeType + nameWithType: StudioDefaultRibbonTabs.ViewRibbonTabLocation.TargetAttributeType - uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews name: StudioDefaultViews href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews.html @@ -19604,20 +13663,14 @@ references: name: StudioDefaultViews() href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultViews__ctor commentId: M:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews.StudioDefaultViews() - fullName.vb: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews.New() nameWithType: StudioDefaultViews.StudioDefaultViews() - nameWithType.vb: StudioDefaultViews.New() - uid: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews.#ctor* name: StudioDefaultViews href: api/integration/Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews.html#Sdl_Desktop_IntegrationApi_DefaultLocations_StudioDefaultViews__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews.StudioDefaultViews - fullName.vb: Sdl.Desktop.IntegrationApi.DefaultLocations.StudioDefaultViews.New nameWithType: StudioDefaultViews.StudioDefaultViews - nameWithType.vb: StudioDefaultViews.New - uid: Sdl.Desktop.IntegrationApi.DefaultSettingsPage`2 name: DefaultSettingsPage href: api/integration/Sdl.Desktop.IntegrationApi.DefaultSettingsPage-2.html @@ -19631,20 +13684,18 @@ references: name: DefaultSettingsPage() href: api/integration/Sdl.Desktop.IntegrationApi.DefaultSettingsPage-2.html#Sdl_Desktop_IntegrationApi_DefaultSettingsPage_2__ctor commentId: M:Sdl.Desktop.IntegrationApi.DefaultSettingsPage`2.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.DefaultSettingsPage.DefaultSettingsPage() - fullName.vb: Sdl.Desktop.IntegrationApi.DefaultSettingsPage(Of TControl, TSettings).New() + fullName.vb: Sdl.Desktop.IntegrationApi.DefaultSettingsPage(Of TControl, TSettings).DefaultSettingsPage() nameWithType: DefaultSettingsPage.DefaultSettingsPage() - nameWithType.vb: DefaultSettingsPage(Of TControl, TSettings).New() + nameWithType.vb: DefaultSettingsPage(Of TControl, TSettings).DefaultSettingsPage() - uid: Sdl.Desktop.IntegrationApi.DefaultSettingsPage`2.#ctor* name: DefaultSettingsPage href: api/integration/Sdl.Desktop.IntegrationApi.DefaultSettingsPage-2.html#Sdl_Desktop_IntegrationApi_DefaultSettingsPage_2__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.DefaultSettingsPage`2.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.DefaultSettingsPage.DefaultSettingsPage - fullName.vb: Sdl.Desktop.IntegrationApi.DefaultSettingsPage(Of TControl, TSettings).New + fullName.vb: Sdl.Desktop.IntegrationApi.DefaultSettingsPage(Of TControl, TSettings).DefaultSettingsPage nameWithType: DefaultSettingsPage.DefaultSettingsPage - nameWithType.vb: DefaultSettingsPage(Of TControl, TSettings).New + nameWithType.vb: DefaultSettingsPage(Of TControl, TSettings).DefaultSettingsPage - uid: Sdl.Desktop.IntegrationApi.DefaultSettingsPage`2.Cancel name: Cancel() href: api/integration/Sdl.Desktop.IntegrationApi.DefaultSettingsPage-2.html#Sdl_Desktop_IntegrationApi_DefaultSettingsPage_2_Cancel @@ -19789,29 +13840,20 @@ references: name: AbstractCommandBarItemAttribute() href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_AbstractCommandBarItemAttribute__ctor commentId: M:Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.AbstractCommandBarItemAttribute() - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.New() nameWithType: AbstractCommandBarItemAttribute.AbstractCommandBarItemAttribute() - nameWithType.vb: AbstractCommandBarItemAttribute.New() - uid: Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.#ctor(System.String,System.String,System.String) - name: AbstractCommandBarItemAttribute(string, string, string) + name: AbstractCommandBarItemAttribute(String, String, String) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_AbstractCommandBarItemAttribute__ctor_System_String_System_String_System_String_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.#ctor(System.String,System.String,System.String) - name.vb: New(String, String, String) - fullName: Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.AbstractCommandBarItemAttribute(string, string, string) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.New(String, String, String) - nameWithType: AbstractCommandBarItemAttribute.AbstractCommandBarItemAttribute(string, string, string) - nameWithType.vb: AbstractCommandBarItemAttribute.New(String, String, String) + fullName: Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.AbstractCommandBarItemAttribute(System.String, System.String, System.String) + nameWithType: AbstractCommandBarItemAttribute.AbstractCommandBarItemAttribute(String, String, String) - uid: Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.#ctor* name: AbstractCommandBarItemAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_AbstractCommandBarItemAttribute__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.AbstractCommandBarItemAttribute - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.New nameWithType: AbstractCommandBarItemAttribute.AbstractCommandBarItemAttribute - nameWithType.vb: AbstractCommandBarItemAttribute.New - uid: Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.ContextByType name: ContextByType href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractCommandBarItemAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_AbstractCommandBarItemAttribute_ContextByType @@ -19834,29 +13876,20 @@ references: name: AbstractLayoutAttribute() href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_AbstractLayoutAttribute__ctor commentId: M:Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.AbstractLayoutAttribute() - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.New() nameWithType: AbstractLayoutAttribute.AbstractLayoutAttribute() - nameWithType.vb: AbstractLayoutAttribute.New() - uid: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.#ctor(System.Type) name: AbstractLayoutAttribute(Type) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_AbstractLayoutAttribute__ctor_System_Type_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.#ctor(System.Type) - name.vb: New(Type) fullName: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.AbstractLayoutAttribute(System.Type) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.New(System.Type) nameWithType: AbstractLayoutAttribute.AbstractLayoutAttribute(Type) - nameWithType.vb: AbstractLayoutAttribute.New(Type) - uid: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.#ctor* name: AbstractLayoutAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_AbstractLayoutAttribute__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.AbstractLayoutAttribute - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.New nameWithType: AbstractLayoutAttribute.AbstractLayoutAttribute - nameWithType.vb: AbstractLayoutAttribute.New - uid: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.DisplayType name: DisplayType href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_AbstractLayoutAttribute_DisplayType @@ -19927,71 +13960,68 @@ references: name: AbstractLayoutConfiguration() href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.html#Sdl_Desktop_IntegrationApi_Extensions_AbstractLayoutConfiguration__ctor commentId: M:Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.AbstractLayoutConfiguration() - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.New() nameWithType: AbstractLayoutConfiguration.AbstractLayoutConfiguration() - nameWithType.vb: AbstractLayoutConfiguration.New() - uid: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.#ctor* name: AbstractLayoutConfiguration href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.html#Sdl_Desktop_IntegrationApi_Extensions_AbstractLayoutConfiguration__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.AbstractLayoutConfiguration - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.New nameWithType: AbstractLayoutConfiguration.AbstractLayoutConfiguration - nameWithType.vb: AbstractLayoutConfiguration.New +- uid: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.Id + name: Id + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.html#Sdl_Desktop_IntegrationApi_Extensions_AbstractLayoutConfiguration_Id + commentId: P:Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.Id + fullName: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.Id + nameWithType: AbstractLayoutConfiguration.Id +- uid: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.Id* + name: Id + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.html#Sdl_Desktop_IntegrationApi_Extensions_AbstractLayoutConfiguration_Id_ + commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.Id + fullName: Sdl.Desktop.IntegrationApi.Extensions.AbstractLayoutConfiguration.Id + nameWithType: AbstractLayoutConfiguration.Id - uid: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute name: ActionAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.html commentId: T:Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute fullName: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute nameWithType: ActionAttribute +- uid: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.#ctor + name: ActionAttribute() + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ActionAttribute__ctor + commentId: M:Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.#ctor + fullName: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.ActionAttribute() + nameWithType: ActionAttribute.ActionAttribute() - uid: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.#ctor(System.String) - name: ActionAttribute(string) + name: ActionAttribute(String) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ActionAttribute__ctor_System_String_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.ActionAttribute(string) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.New(String) - nameWithType: ActionAttribute.ActionAttribute(string) - nameWithType.vb: ActionAttribute.New(String) + fullName: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.ActionAttribute(System.String) + nameWithType: ActionAttribute.ActionAttribute(String) - uid: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.#ctor(System.String,System.String,System.String) - name: ActionAttribute(string, string, string) + name: ActionAttribute(String, String, String) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ActionAttribute__ctor_System_String_System_String_System_String_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.#ctor(System.String,System.String,System.String) - name.vb: New(String, String, String) - fullName: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.ActionAttribute(string, string, string) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.New(String, String, String) - nameWithType: ActionAttribute.ActionAttribute(string, string, string) - nameWithType.vb: ActionAttribute.New(String, String, String) + fullName: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.ActionAttribute(System.String, System.String, System.String) + nameWithType: ActionAttribute.ActionAttribute(String, String, String) - uid: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.#ctor(System.String,System.String,System.String,System.Type) - name: ActionAttribute(string, string, string, Type) + name: ActionAttribute(String, String, String, Type) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ActionAttribute__ctor_System_String_System_String_System_String_System_Type_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.#ctor(System.String,System.String,System.String,System.Type) - name.vb: New(String, String, String, Type) - fullName: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.ActionAttribute(string, string, string, System.Type) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.New(String, String, String, System.Type) - nameWithType: ActionAttribute.ActionAttribute(string, string, string, Type) - nameWithType.vb: ActionAttribute.New(String, String, String, Type) + fullName: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.ActionAttribute(System.String, System.String, System.String, System.Type) + nameWithType: ActionAttribute.ActionAttribute(String, String, String, Type) - uid: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.#ctor(System.String,System.Type) - name: ActionAttribute(string, Type) + name: ActionAttribute(String, Type) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ActionAttribute__ctor_System_String_System_Type_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.#ctor(System.String,System.Type) - name.vb: New(String, Type) - fullName: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.ActionAttribute(string, System.Type) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.New(String, System.Type) - nameWithType: ActionAttribute.ActionAttribute(string, Type) - nameWithType.vb: ActionAttribute.New(String, Type) + fullName: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.ActionAttribute(System.String, System.Type) + nameWithType: ActionAttribute.ActionAttribute(String, Type) - uid: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.#ctor* name: ActionAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ActionAttribute__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.ActionAttribute - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ActionAttribute.New nameWithType: ActionAttribute.ActionAttribute - nameWithType.vb: ActionAttribute.New - uid: Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute name: ActionLayoutAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.html @@ -19999,23 +14029,17 @@ references: fullName: Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute nameWithType: ActionLayoutAttribute - uid: Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.#ctor(System.Type,System.UInt32,Sdl.Desktop.IntegrationApi.Extensions.DisplayType,System.String,System.Boolean) - name: ActionLayoutAttribute(Type, uint, DisplayType, string, bool) + name: ActionLayoutAttribute(Type, UInt32, DisplayType, String, Boolean) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ActionLayoutAttribute__ctor_System_Type_System_UInt32_Sdl_Desktop_IntegrationApi_Extensions_DisplayType_System_String_System_Boolean_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.#ctor(System.Type,System.UInt32,Sdl.Desktop.IntegrationApi.Extensions.DisplayType,System.String,System.Boolean) - name.vb: New(Type, UInteger, DisplayType, String, Boolean) - fullName: Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.ActionLayoutAttribute(System.Type, uint, Sdl.Desktop.IntegrationApi.Extensions.DisplayType, string, bool) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.New(System.Type, UInteger, Sdl.Desktop.IntegrationApi.Extensions.DisplayType, String, Boolean) - nameWithType: ActionLayoutAttribute.ActionLayoutAttribute(Type, uint, DisplayType, string, bool) - nameWithType.vb: ActionLayoutAttribute.New(Type, UInteger, DisplayType, String, Boolean) + fullName: Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.ActionLayoutAttribute(System.Type, System.UInt32, Sdl.Desktop.IntegrationApi.Extensions.DisplayType, System.String, System.Boolean) + nameWithType: ActionLayoutAttribute.ActionLayoutAttribute(Type, UInt32, DisplayType, String, Boolean) - uid: Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.#ctor* name: ActionLayoutAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ActionLayoutAttribute__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.ActionLayoutAttribute - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ActionLayoutAttribute.New nameWithType: ActionLayoutAttribute.ActionLayoutAttribute - nameWithType.vb: ActionLayoutAttribute.New - uid: Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute name: ApplicationInitializerAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute.html @@ -20026,20 +14050,14 @@ references: name: ApplicationInitializerAttribute() href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ApplicationInitializerAttribute__ctor commentId: M:Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute.ApplicationInitializerAttribute() - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute.New() nameWithType: ApplicationInitializerAttribute.ApplicationInitializerAttribute() - nameWithType.vb: ApplicationInitializerAttribute.New() - uid: Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute.#ctor* name: ApplicationInitializerAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ApplicationInitializerAttribute__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute.ApplicationInitializerAttribute - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ApplicationInitializerAttribute.New nameWithType: ApplicationInitializerAttribute.ApplicationInitializerAttribute - nameWithType.vb: ApplicationInitializerAttribute.New - uid: Sdl.Desktop.IntegrationApi.Extensions.CommandLine name: Sdl.Desktop.IntegrationApi.Extensions.CommandLine href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.html @@ -20056,20 +14074,14 @@ references: name: ExternalCommandLineArgument(ExternalCommandLineArgumentDefinition) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.html#Sdl_Desktop_IntegrationApi_Extensions_CommandLine_ExternalCommandLineArgument__ctor_Sdl_Desktop_IntegrationApi_Extensions_CommandLine_ExternalCommandLineArgumentDefinition_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.#ctor(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition) - name.vb: New(ExternalCommandLineArgumentDefinition) fullName: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.ExternalCommandLineArgument(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.New(Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition) nameWithType: ExternalCommandLineArgument.ExternalCommandLineArgument(ExternalCommandLineArgumentDefinition) - nameWithType.vb: ExternalCommandLineArgument.New(ExternalCommandLineArgumentDefinition) - uid: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.#ctor* name: ExternalCommandLineArgument href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.html#Sdl_Desktop_IntegrationApi_Extensions_CommandLine_ExternalCommandLineArgument__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.ExternalCommandLineArgument - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.New nameWithType: ExternalCommandLineArgument.ExternalCommandLineArgument - nameWithType.vb: ExternalCommandLineArgument.New - uid: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.Definition name: Definition href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgument.html#Sdl_Desktop_IntegrationApi_Extensions_CommandLine_ExternalCommandLineArgument_Definition @@ -20101,23 +14113,17 @@ references: fullName: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition nameWithType: ExternalCommandLineArgumentDefinition - uid: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.#ctor(System.String,System.String) - name: ExternalCommandLineArgumentDefinition(string, string) + name: ExternalCommandLineArgumentDefinition(String, String) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.html#Sdl_Desktop_IntegrationApi_Extensions_CommandLine_ExternalCommandLineArgumentDefinition__ctor_System_String_System_String_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.ExternalCommandLineArgumentDefinition(string, string) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.New(String, String) - nameWithType: ExternalCommandLineArgumentDefinition.ExternalCommandLineArgumentDefinition(string, string) - nameWithType.vb: ExternalCommandLineArgumentDefinition.New(String, String) + fullName: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.ExternalCommandLineArgumentDefinition(System.String, System.String) + nameWithType: ExternalCommandLineArgumentDefinition.ExternalCommandLineArgumentDefinition(String, String) - uid: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.#ctor* name: ExternalCommandLineArgumentDefinition href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.html#Sdl_Desktop_IntegrationApi_Extensions_CommandLine_ExternalCommandLineArgumentDefinition__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.ExternalCommandLineArgumentDefinition - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.New nameWithType: ExternalCommandLineArgumentDefinition.ExternalCommandLineArgumentDefinition - nameWithType.vb: ExternalCommandLineArgumentDefinition.New - uid: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.Aliases name: Aliases href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArgumentDefinition.html#Sdl_Desktop_IntegrationApi_Extensions_CommandLine_ExternalCommandLineArgumentDefinition_Aliases @@ -20212,38 +14218,29 @@ references: name: ExternalCommandLineArguments() href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.html#Sdl_Desktop_IntegrationApi_Extensions_CommandLine_ExternalCommandLineArguments__ctor commentId: M:Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.ExternalCommandLineArguments() - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.New() nameWithType: ExternalCommandLineArguments.ExternalCommandLineArguments() - nameWithType.vb: ExternalCommandLineArguments.New() - uid: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.#ctor* name: ExternalCommandLineArguments href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.html#Sdl_Desktop_IntegrationApi_Extensions_CommandLine_ExternalCommandLineArguments__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.ExternalCommandLineArguments - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.New nameWithType: ExternalCommandLineArguments.ExternalCommandLineArguments - nameWithType.vb: ExternalCommandLineArguments.New - uid: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.Item(System.String) - name: this[string] + name: Item[String] href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.html#Sdl_Desktop_IntegrationApi_Extensions_CommandLine_ExternalCommandLineArguments_Item_System_String_ commentId: P:Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.Item(System.String) - name.vb: this[](String) - fullName: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.this[string] - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.this[](String) - nameWithType: ExternalCommandLineArguments.this[string] - nameWithType.vb: ExternalCommandLineArguments.this[](String) + name.vb: Item(String) + fullName: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.Item[System.String] + fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.Item(System.String) + nameWithType: ExternalCommandLineArguments.Item[String] + nameWithType.vb: ExternalCommandLineArguments.Item(String) - uid: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.Item* - name: this + name: Item href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.html#Sdl_Desktop_IntegrationApi_Extensions_CommandLine_ExternalCommandLineArguments_Item_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.Item - name.vb: this[] - fullName: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.this - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.this[] - nameWithType: ExternalCommandLineArguments.this - nameWithType.vb: ExternalCommandLineArguments.this[] + fullName: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineArguments.Item + nameWithType: ExternalCommandLineArguments.Item - uid: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute name: ExternalCommandLineProcessorAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.html @@ -20254,29 +14251,20 @@ references: name: ExternalCommandLineProcessorAttribute() href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_CommandLine_ExternalCommandLineProcessorAttribute__ctor commentId: M:Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.ExternalCommandLineProcessorAttribute() - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.New() nameWithType: ExternalCommandLineProcessorAttribute.ExternalCommandLineProcessorAttribute() - nameWithType.vb: ExternalCommandLineProcessorAttribute.New() - uid: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.#ctor(System.String,System.String,System.String) - name: ExternalCommandLineProcessorAttribute(string, string, string) + name: ExternalCommandLineProcessorAttribute(String, String, String) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_CommandLine_ExternalCommandLineProcessorAttribute__ctor_System_String_System_String_System_String_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.#ctor(System.String,System.String,System.String) - name.vb: New(String, String, String) - fullName: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.ExternalCommandLineProcessorAttribute(string, string, string) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.New(String, String, String) - nameWithType: ExternalCommandLineProcessorAttribute.ExternalCommandLineProcessorAttribute(string, string, string) - nameWithType.vb: ExternalCommandLineProcessorAttribute.New(String, String, String) + fullName: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.ExternalCommandLineProcessorAttribute(System.String, System.String, System.String) + nameWithType: ExternalCommandLineProcessorAttribute.ExternalCommandLineProcessorAttribute(String, String, String) - uid: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.#ctor* name: ExternalCommandLineProcessorAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_CommandLine_ExternalCommandLineProcessorAttribute__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.ExternalCommandLineProcessorAttribute - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.New nameWithType: ExternalCommandLineProcessorAttribute.ExternalCommandLineProcessorAttribute - nameWithType.vb: ExternalCommandLineProcessorAttribute.New - uid: Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.Validate(Sdl.Core.PluginFramework.Validation.IExtensionAttributeInfo,Sdl.Core.PluginFramework.Validation.IExtensionValidationContext) name: Validate(IExtensionAttributeInfo, IExtensionValidationContext) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.CommandLine.ExternalCommandLineProcessorAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_CommandLine_ExternalCommandLineProcessorAttribute_Validate_Sdl_Core_PluginFramework_Validation_IExtensionAttributeInfo_Sdl_Core_PluginFramework_Validation_IExtensionValidationContext_ @@ -20503,20 +14491,14 @@ references: name: AbstractController() href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractController.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_AbstractController__ctor commentId: M:Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractController.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractController.AbstractController() - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractController.New() nameWithType: AbstractController.AbstractController() - nameWithType.vb: AbstractController.New() - uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractController.#ctor* name: AbstractController href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractController.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_AbstractController__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractController.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractController.AbstractController - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractController.New nameWithType: AbstractController.AbstractController - nameWithType.vb: AbstractController.New - uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation name: AbstractLocation href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html @@ -20527,20 +14509,86 @@ references: name: AbstractLocation() href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_AbstractLocation__ctor commentId: M:Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.AbstractLocation() - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.New() nameWithType: AbstractLocation.AbstractLocation() - nameWithType.vb: AbstractLocation.New() - uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.#ctor* name: AbstractLocation href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_AbstractLocation__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.AbstractLocation - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.New nameWithType: AbstractLocation.AbstractLocation - nameWithType.vb: AbstractLocation.New +- uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertAfter + name: InsertAfter + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_AbstractLocation_InsertAfter + commentId: P:Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertAfter + fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertAfter + nameWithType: AbstractLocation.InsertAfter +- uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertAfter* + name: InsertAfter + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_AbstractLocation_InsertAfter_ + commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertAfter + fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertAfter + nameWithType: AbstractLocation.InsertAfter +- uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertBefore + name: InsertBefore + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_AbstractLocation_InsertBefore + commentId: P:Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertBefore + fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertBefore + nameWithType: AbstractLocation.InsertBefore +- uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertBefore* + name: InsertBefore + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_AbstractLocation_InsertBefore_ + commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertBefore + fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertBefore + nameWithType: AbstractLocation.InsertBefore +- uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.IsSeparator + name: IsSeparator + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_AbstractLocation_IsSeparator + commentId: P:Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.IsSeparator + fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.IsSeparator + nameWithType: AbstractLocation.IsSeparator +- uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.IsSeparator* + name: IsSeparator + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_AbstractLocation_IsSeparator_ + commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.IsSeparator + fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.IsSeparator + nameWithType: AbstractLocation.IsSeparator +- uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.Path + name: Path + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_AbstractLocation_Path + commentId: P:Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.Path + fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.Path + nameWithType: AbstractLocation.Path +- uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.Path* + name: Path + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_AbstractLocation_Path_ + commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.Path + fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.Path + nameWithType: AbstractLocation.Path +- uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.TargetAttributeType + name: TargetAttributeType + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_AbstractLocation_TargetAttributeType + commentId: P:Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.TargetAttributeType + fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.TargetAttributeType + nameWithType: AbstractLocation.TargetAttributeType +- uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.TargetAttributeType* + name: TargetAttributeType + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_AbstractLocation_TargetAttributeType_ + commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.TargetAttributeType + fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.TargetAttributeType + nameWithType: AbstractLocation.TargetAttributeType +- uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.ZIndex + name: ZIndex + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_AbstractLocation_ZIndex + commentId: P:Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.ZIndex + fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.ZIndex + nameWithType: AbstractLocation.ZIndex +- uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.ZIndex* + name: ZIndex + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_AbstractLocation_ZIndex_ + commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.ZIndex + fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.ZIndex + nameWithType: AbstractLocation.ZIndex - uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionProperties name: ActionProperties href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionProperties.html @@ -20641,20 +14689,14 @@ references: name: ActionPropertyChangedEventArgs(ActionProperties) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_ActionPropertyChangedEventArgs__ctor_Sdl_Desktop_IntegrationApi_Extensions_Internal_ActionProperties_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.#ctor(Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionProperties) - name.vb: New(ActionProperties) fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.ActionPropertyChangedEventArgs(Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionProperties) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.New(Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionProperties) nameWithType: ActionPropertyChangedEventArgs.ActionPropertyChangedEventArgs(ActionProperties) - nameWithType.vb: ActionPropertyChangedEventArgs.New(ActionProperties) - uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.#ctor* name: ActionPropertyChangedEventArgs href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_ActionPropertyChangedEventArgs__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.ActionPropertyChangedEventArgs - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.New nameWithType: ActionPropertyChangedEventArgs.ActionPropertyChangedEventArgs - nameWithType.vb: ActionPropertyChangedEventArgs.New - uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.ActionGroup name: ActionGroup href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.ActionPropertyChangedEventArgs.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_ActionPropertyChangedEventArgs_ActionGroup @@ -20782,23 +14824,17 @@ references: fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute nameWithType: BindActionAttribute - uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.#ctor(System.String) - name: BindActionAttribute(string) + name: BindActionAttribute(String) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_BindActionAttribute__ctor_System_String_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.BindActionAttribute(string) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.New(String) - nameWithType: BindActionAttribute.BindActionAttribute(string) - nameWithType.vb: BindActionAttribute.New(String) + fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.BindActionAttribute(System.String) + nameWithType: BindActionAttribute.BindActionAttribute(String) - uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.#ctor* name: BindActionAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_BindActionAttribute__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.BindActionAttribute - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindActionAttribute.New nameWithType: BindActionAttribute.BindActionAttribute - nameWithType.vb: BindActionAttribute.New - uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute name: BindControllerAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.html @@ -20806,23 +14842,17 @@ references: fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute nameWithType: BindControllerAttribute - uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.#ctor(System.String) - name: BindControllerAttribute(string) + name: BindControllerAttribute(String) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_BindControllerAttribute__ctor_System_String_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.BindControllerAttribute(string) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.New(String) - nameWithType: BindControllerAttribute.BindControllerAttribute(string) - nameWithType.vb: BindControllerAttribute.New(String) + fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.BindControllerAttribute(System.String) + nameWithType: BindControllerAttribute.BindControllerAttribute(String) - uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.#ctor* name: BindControllerAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_BindControllerAttribute__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.BindControllerAttribute - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.New nameWithType: BindControllerAttribute.BindControllerAttribute - nameWithType.vb: BindControllerAttribute.New - uid: Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.ViewId name: ViewId href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.Internal.BindControllerAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_Internal_BindControllerAttribute_ViewId @@ -21034,74 +15064,59 @@ references: fullName: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute nameWithType: RibbonGroupAttribute - uid: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.#ctor(System.String) - name: RibbonGroupAttribute(string) + name: RibbonGroupAttribute(String) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_RibbonGroupAttribute__ctor_System_String_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.RibbonGroupAttribute(string) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.New(String) - nameWithType: RibbonGroupAttribute.RibbonGroupAttribute(string) - nameWithType.vb: RibbonGroupAttribute.New(String) + fullName: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.RibbonGroupAttribute(System.String) + nameWithType: RibbonGroupAttribute.RibbonGroupAttribute(String) - uid: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.#ctor(System.String,System.String) - name: RibbonGroupAttribute(string, string) + name: RibbonGroupAttribute(String, String) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_RibbonGroupAttribute__ctor_System_String_System_String_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.RibbonGroupAttribute(string, string) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.New(String, String) - nameWithType: RibbonGroupAttribute.RibbonGroupAttribute(string, string) - nameWithType.vb: RibbonGroupAttribute.New(String, String) + fullName: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.RibbonGroupAttribute(System.String, System.String) + nameWithType: RibbonGroupAttribute.RibbonGroupAttribute(String, String) - uid: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.#ctor(System.String,System.String,System.Type) - name: RibbonGroupAttribute(string, string, Type) + name: RibbonGroupAttribute(String, String, Type) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_RibbonGroupAttribute__ctor_System_String_System_String_System_Type_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.#ctor(System.String,System.String,System.Type) - name.vb: New(String, String, Type) - fullName: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.RibbonGroupAttribute(string, string, System.Type) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.New(String, String, System.Type) - nameWithType: RibbonGroupAttribute.RibbonGroupAttribute(string, string, Type) - nameWithType.vb: RibbonGroupAttribute.New(String, String, Type) + fullName: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.RibbonGroupAttribute(System.String, System.String, System.Type) + nameWithType: RibbonGroupAttribute.RibbonGroupAttribute(String, String, Type) - uid: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.#ctor(System.String,System.Type) - name: RibbonGroupAttribute(string, Type) + name: RibbonGroupAttribute(String, Type) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_RibbonGroupAttribute__ctor_System_String_System_Type_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.#ctor(System.String,System.Type) - name.vb: New(String, Type) - fullName: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.RibbonGroupAttribute(string, System.Type) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.New(String, System.Type) - nameWithType: RibbonGroupAttribute.RibbonGroupAttribute(string, Type) - nameWithType.vb: RibbonGroupAttribute.New(String, Type) + fullName: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.RibbonGroupAttribute(System.String, System.Type) + nameWithType: RibbonGroupAttribute.RibbonGroupAttribute(String, Type) - uid: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.#ctor* name: RibbonGroupAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_RibbonGroupAttribute__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.RibbonGroupAttribute - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupAttribute.New nameWithType: RibbonGroupAttribute.RibbonGroupAttribute - nameWithType.vb: RibbonGroupAttribute.New - uid: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute name: RibbonGroupLayoutAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.html commentId: T:Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute fullName: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute nameWithType: RibbonGroupLayoutAttribute +- uid: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.#ctor + name: RibbonGroupLayoutAttribute() + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_RibbonGroupLayoutAttribute__ctor + commentId: M:Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.#ctor + fullName: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.RibbonGroupLayoutAttribute() + nameWithType: RibbonGroupLayoutAttribute.RibbonGroupLayoutAttribute() - uid: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.#ctor(System.Type) name: RibbonGroupLayoutAttribute(Type) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_RibbonGroupLayoutAttribute__ctor_System_Type_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.#ctor(System.Type) - name.vb: New(Type) fullName: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.RibbonGroupLayoutAttribute(System.Type) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.New(System.Type) nameWithType: RibbonGroupLayoutAttribute.RibbonGroupLayoutAttribute(Type) - nameWithType.vb: RibbonGroupLayoutAttribute.New(Type) - uid: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.#ctor* name: RibbonGroupLayoutAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_RibbonGroupLayoutAttribute__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.RibbonGroupLayoutAttribute - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.RibbonGroupLayoutAttribute.New nameWithType: RibbonGroupLayoutAttribute.RibbonGroupLayoutAttribute - nameWithType.vb: RibbonGroupLayoutAttribute.New - uid: Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute name: ShortcutAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.html @@ -21112,20 +15127,14 @@ references: name: ShortcutAttribute(Keys) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ShortcutAttribute__ctor_System_Windows_Forms_Keys_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.#ctor(System.Windows.Forms.Keys) - name.vb: New(Keys) fullName: Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.ShortcutAttribute(System.Windows.Forms.Keys) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.New(System.Windows.Forms.Keys) nameWithType: ShortcutAttribute.ShortcutAttribute(Keys) - nameWithType.vb: ShortcutAttribute.New(Keys) - uid: Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.#ctor* name: ShortcutAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ShortcutAttribute__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.ShortcutAttribute - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.New nameWithType: ShortcutAttribute.ShortcutAttribute - nameWithType.vb: ShortcutAttribute.New - uid: Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.Shortcut name: Shortcut href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ShortcutAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ShortcutAttribute_Shortcut @@ -21144,24 +15153,24 @@ references: commentId: T:Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute fullName: Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute nameWithType: ViewAttribute +- uid: Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.#ctor + name: ViewAttribute() + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ViewAttribute__ctor + commentId: M:Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.#ctor + fullName: Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.ViewAttribute() + nameWithType: ViewAttribute.ViewAttribute() - uid: Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.#ctor(System.String,System.String,System.String,System.Type,System.String,System.Windows.Forms.Keys,System.Boolean) - name: ViewAttribute(string, string, string, Type, string, Keys, bool) + name: ViewAttribute(String, String, String, Type, String, Keys, Boolean) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ViewAttribute__ctor_System_String_System_String_System_String_System_Type_System_String_System_Windows_Forms_Keys_System_Boolean_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.#ctor(System.String,System.String,System.String,System.Type,System.String,System.Windows.Forms.Keys,System.Boolean) - name.vb: New(String, String, String, Type, String, Keys, Boolean) - fullName: Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.ViewAttribute(string, string, string, System.Type, string, System.Windows.Forms.Keys, bool) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.New(String, String, String, System.Type, String, System.Windows.Forms.Keys, Boolean) - nameWithType: ViewAttribute.ViewAttribute(string, string, string, Type, string, Keys, bool) - nameWithType.vb: ViewAttribute.New(String, String, String, Type, String, Keys, Boolean) + fullName: Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.ViewAttribute(System.String, System.String, System.String, System.Type, System.String, System.Windows.Forms.Keys, System.Boolean) + nameWithType: ViewAttribute.ViewAttribute(String, String, String, Type, String, Keys, Boolean) - uid: Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.#ctor* name: ViewAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ViewAttribute__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.ViewAttribute - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.New nameWithType: ViewAttribute.ViewAttribute - nameWithType.vb: ViewAttribute.New - uid: Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.AllowViewParts name: AllowViewParts href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ViewAttribute_AllowViewParts @@ -21240,33 +15249,30 @@ references: commentId: T:Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute fullName: Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute nameWithType: ViewPartAttribute +- uid: Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.#ctor + name: ViewPartAttribute() + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ViewPartAttribute__ctor + commentId: M:Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.#ctor + fullName: Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.ViewPartAttribute() + nameWithType: ViewPartAttribute.ViewPartAttribute() - uid: Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.#ctor(System.String,System.String,System.String,System.String,System.Windows.Forms.Keys) - name: ViewPartAttribute(string, string, string, string, Keys) + name: ViewPartAttribute(String, String, String, String, Keys) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ViewPartAttribute__ctor_System_String_System_String_System_String_System_String_System_Windows_Forms_Keys_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.#ctor(System.String,System.String,System.String,System.String,System.Windows.Forms.Keys) - name.vb: New(String, String, String, String, Keys) - fullName: Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.ViewPartAttribute(string, string, string, string, System.Windows.Forms.Keys) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.New(String, String, String, String, System.Windows.Forms.Keys) - nameWithType: ViewPartAttribute.ViewPartAttribute(string, string, string, string, Keys) - nameWithType.vb: ViewPartAttribute.New(String, String, String, String, Keys) + fullName: Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.ViewPartAttribute(System.String, System.String, System.String, System.String, System.Windows.Forms.Keys) + nameWithType: ViewPartAttribute.ViewPartAttribute(String, String, String, String, Keys) - uid: Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.#ctor(System.String,System.String,System.Windows.Forms.Keys) - name: ViewPartAttribute(string, string, Keys) + name: ViewPartAttribute(String, String, Keys) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ViewPartAttribute__ctor_System_String_System_String_System_Windows_Forms_Keys_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.#ctor(System.String,System.String,System.Windows.Forms.Keys) - name.vb: New(String, String, Keys) - fullName: Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.ViewPartAttribute(string, string, System.Windows.Forms.Keys) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.New(String, String, System.Windows.Forms.Keys) - nameWithType: ViewPartAttribute.ViewPartAttribute(string, string, Keys) - nameWithType.vb: ViewPartAttribute.New(String, String, Keys) + fullName: Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.ViewPartAttribute(System.String, System.String, System.Windows.Forms.Keys) + nameWithType: ViewPartAttribute.ViewPartAttribute(String, String, Keys) - uid: Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.#ctor* name: ViewPartAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ViewPartAttribute__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.ViewPartAttribute - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.New nameWithType: ViewPartAttribute.ViewPartAttribute - nameWithType.vb: ViewPartAttribute.New - uid: Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.HelpTopic name: HelpTopic href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ViewPartAttribute_HelpTopic @@ -21297,24 +15303,24 @@ references: commentId: T:Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute fullName: Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute nameWithType: ViewPartLayoutAttribute +- uid: Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.#ctor + name: ViewPartLayoutAttribute() + href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ViewPartLayoutAttribute__ctor + commentId: M:Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.#ctor + fullName: Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.ViewPartLayoutAttribute() + nameWithType: ViewPartLayoutAttribute.ViewPartLayoutAttribute() - uid: Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.#ctor(System.Type) name: ViewPartLayoutAttribute(Type) href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ViewPartLayoutAttribute__ctor_System_Type_ commentId: M:Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.#ctor(System.Type) - name.vb: New(Type) fullName: Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.ViewPartLayoutAttribute(System.Type) - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.New(System.Type) nameWithType: ViewPartLayoutAttribute.ViewPartLayoutAttribute(Type) - nameWithType.vb: ViewPartLayoutAttribute.New(Type) - uid: Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.#ctor* name: ViewPartLayoutAttribute href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ViewPartLayoutAttribute__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.ViewPartLayoutAttribute - fullName.vb: Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.New nameWithType: ViewPartLayoutAttribute.ViewPartLayoutAttribute - nameWithType.vb: ViewPartLayoutAttribute.New - uid: Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.ConfigurationType name: ConfigurationType href: api/integration/Sdl.Desktop.IntegrationApi.Extensions.ViewPartLayoutAttribute.html#Sdl_Desktop_IntegrationApi_Extensions_ViewPartLayoutAttribute_ConfigurationType @@ -21478,14 +15484,11 @@ references: fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog nameWithType: IPluginLog - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Debug(System.Object) - name: Debug(object) + name: Debug(Object) href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_Debug_System_Object_ commentId: M:Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Debug(System.Object) - name.vb: Debug(Object) - fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Debug(object) - fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Debug(Object) - nameWithType: IPluginLog.Debug(object) - nameWithType.vb: IPluginLog.Debug(Object) + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Debug(System.Object) + nameWithType: IPluginLog.Debug(Object) - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Debug* name: Debug href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_Debug_ @@ -21493,14 +15496,14 @@ references: fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Debug nameWithType: IPluginLog.Debug - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.DebugFormat(System.String,System.Object[]) - name: DebugFormat(string, params object[]) + name: DebugFormat(String, Object[]) href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_DebugFormat_System_String_System_Object___ commentId: M:Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.DebugFormat(System.String,System.Object[]) - name.vb: DebugFormat(String, ParamArray Object()) - fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.DebugFormat(string, params object[]) - fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.DebugFormat(String, ParamArray Object()) - nameWithType: IPluginLog.DebugFormat(string, params object[]) - nameWithType.vb: IPluginLog.DebugFormat(String, ParamArray Object()) + name.vb: DebugFormat(String, Object()) + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.DebugFormat(System.String, System.Object[]) + fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.DebugFormat(System.String, System.Object()) + nameWithType: IPluginLog.DebugFormat(String, Object[]) + nameWithType.vb: IPluginLog.DebugFormat(String, Object()) - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.DebugFormat* name: DebugFormat href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_DebugFormat_ @@ -21508,23 +15511,17 @@ references: fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.DebugFormat nameWithType: IPluginLog.DebugFormat - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Error(System.Object) - name: Error(object) + name: Error(Object) href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_Error_System_Object_ commentId: M:Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Error(System.Object) - name.vb: Error(Object) - fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Error(object) - fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Error(Object) - nameWithType: IPluginLog.Error(object) - nameWithType.vb: IPluginLog.Error(Object) + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Error(System.Object) + nameWithType: IPluginLog.Error(Object) - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Error(System.Object,System.Exception) - name: Error(object, Exception) + name: Error(Object, Exception) href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_Error_System_Object_System_Exception_ commentId: M:Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Error(System.Object,System.Exception) - name.vb: Error(Object, Exception) - fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Error(object, System.Exception) - fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Error(Object, System.Exception) - nameWithType: IPluginLog.Error(object, Exception) - nameWithType.vb: IPluginLog.Error(Object, Exception) + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Error(System.Object, System.Exception) + nameWithType: IPluginLog.Error(Object, Exception) - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Error* name: Error href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_Error_ @@ -21532,14 +15529,14 @@ references: fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Error nameWithType: IPluginLog.Error - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.ErrorFormat(System.String,System.Object[]) - name: ErrorFormat(string, params object[]) + name: ErrorFormat(String, Object[]) href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_ErrorFormat_System_String_System_Object___ commentId: M:Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.ErrorFormat(System.String,System.Object[]) - name.vb: ErrorFormat(String, ParamArray Object()) - fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.ErrorFormat(string, params object[]) - fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.ErrorFormat(String, ParamArray Object()) - nameWithType: IPluginLog.ErrorFormat(string, params object[]) - nameWithType.vb: IPluginLog.ErrorFormat(String, ParamArray Object()) + name.vb: ErrorFormat(String, Object()) + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.ErrorFormat(System.String, System.Object[]) + fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.ErrorFormat(System.String, System.Object()) + nameWithType: IPluginLog.ErrorFormat(String, Object[]) + nameWithType.vb: IPluginLog.ErrorFormat(String, Object()) - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.ErrorFormat* name: ErrorFormat href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_ErrorFormat_ @@ -21547,23 +15544,17 @@ references: fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.ErrorFormat nameWithType: IPluginLog.ErrorFormat - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Fatal(System.Object) - name: Fatal(object) + name: Fatal(Object) href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_Fatal_System_Object_ commentId: M:Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Fatal(System.Object) - name.vb: Fatal(Object) - fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Fatal(object) - fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Fatal(Object) - nameWithType: IPluginLog.Fatal(object) - nameWithType.vb: IPluginLog.Fatal(Object) + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Fatal(System.Object) + nameWithType: IPluginLog.Fatal(Object) - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Fatal(System.Object,System.Exception) - name: Fatal(object, Exception) + name: Fatal(Object, Exception) href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_Fatal_System_Object_System_Exception_ commentId: M:Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Fatal(System.Object,System.Exception) - name.vb: Fatal(Object, Exception) - fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Fatal(object, System.Exception) - fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Fatal(Object, System.Exception) - nameWithType: IPluginLog.Fatal(object, Exception) - nameWithType.vb: IPluginLog.Fatal(Object, Exception) + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Fatal(System.Object, System.Exception) + nameWithType: IPluginLog.Fatal(Object, Exception) - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Fatal* name: Fatal href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_Fatal_ @@ -21571,14 +15562,14 @@ references: fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Fatal nameWithType: IPluginLog.Fatal - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.FatalFormat(System.String,System.Object[]) - name: FatalFormat(string, params object[]) + name: FatalFormat(String, Object[]) href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_FatalFormat_System_String_System_Object___ commentId: M:Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.FatalFormat(System.String,System.Object[]) - name.vb: FatalFormat(String, ParamArray Object()) - fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.FatalFormat(string, params object[]) - fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.FatalFormat(String, ParamArray Object()) - nameWithType: IPluginLog.FatalFormat(string, params object[]) - nameWithType.vb: IPluginLog.FatalFormat(String, ParamArray Object()) + name.vb: FatalFormat(String, Object()) + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.FatalFormat(System.String, System.Object[]) + fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.FatalFormat(System.String, System.Object()) + nameWithType: IPluginLog.FatalFormat(String, Object[]) + nameWithType.vb: IPluginLog.FatalFormat(String, Object()) - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.FatalFormat* name: FatalFormat href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_FatalFormat_ @@ -21586,23 +15577,17 @@ references: fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.FatalFormat nameWithType: IPluginLog.FatalFormat - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Info(System.Object) - name: Info(object) + name: Info(Object) href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_Info_System_Object_ commentId: M:Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Info(System.Object) - name.vb: Info(Object) - fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Info(object) - fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Info(Object) - nameWithType: IPluginLog.Info(object) - nameWithType.vb: IPluginLog.Info(Object) + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Info(System.Object) + nameWithType: IPluginLog.Info(Object) - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Info(System.Object,System.Exception) - name: Info(object, Exception) + name: Info(Object, Exception) href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_Info_System_Object_System_Exception_ commentId: M:Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Info(System.Object,System.Exception) - name.vb: Info(Object, Exception) - fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Info(object, System.Exception) - fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Info(Object, System.Exception) - nameWithType: IPluginLog.Info(object, Exception) - nameWithType.vb: IPluginLog.Info(Object, Exception) + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Info(System.Object, System.Exception) + nameWithType: IPluginLog.Info(Object, Exception) - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Info* name: Info href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_Info_ @@ -21610,14 +15595,14 @@ references: fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Info nameWithType: IPluginLog.Info - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.InfoFormat(System.String,System.Object[]) - name: InfoFormat(string, params object[]) + name: InfoFormat(String, Object[]) href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_InfoFormat_System_String_System_Object___ commentId: M:Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.InfoFormat(System.String,System.Object[]) - name.vb: InfoFormat(String, ParamArray Object()) - fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.InfoFormat(string, params object[]) - fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.InfoFormat(String, ParamArray Object()) - nameWithType: IPluginLog.InfoFormat(string, params object[]) - nameWithType.vb: IPluginLog.InfoFormat(String, ParamArray Object()) + name.vb: InfoFormat(String, Object()) + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.InfoFormat(System.String, System.Object[]) + fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.InfoFormat(System.String, System.Object()) + nameWithType: IPluginLog.InfoFormat(String, Object[]) + nameWithType.vb: IPluginLog.InfoFormat(String, Object()) - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.InfoFormat* name: InfoFormat href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_InfoFormat_ @@ -21625,23 +15610,17 @@ references: fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.InfoFormat nameWithType: IPluginLog.InfoFormat - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Warn(System.Object) - name: Warn(object) + name: Warn(Object) href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_Warn_System_Object_ commentId: M:Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Warn(System.Object) - name.vb: Warn(Object) - fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Warn(object) - fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Warn(Object) - nameWithType: IPluginLog.Warn(object) - nameWithType.vb: IPluginLog.Warn(Object) + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Warn(System.Object) + nameWithType: IPluginLog.Warn(Object) - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Warn(System.Object,System.Exception) - name: Warn(object, Exception) + name: Warn(Object, Exception) href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_Warn_System_Object_System_Exception_ commentId: M:Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Warn(System.Object,System.Exception) - name.vb: Warn(Object, Exception) - fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Warn(object, System.Exception) - fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Warn(Object, System.Exception) - nameWithType: IPluginLog.Warn(object, Exception) - nameWithType.vb: IPluginLog.Warn(Object, Exception) + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Warn(System.Object, System.Exception) + nameWithType: IPluginLog.Warn(Object, Exception) - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Warn* name: Warn href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_Warn_ @@ -21649,14 +15628,14 @@ references: fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.Warn nameWithType: IPluginLog.Warn - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.WarnFormat(System.String,System.Object[]) - name: WarnFormat(string, params object[]) + name: WarnFormat(String, Object[]) href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_WarnFormat_System_String_System_Object___ commentId: M:Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.WarnFormat(System.String,System.Object[]) - name.vb: WarnFormat(String, ParamArray Object()) - fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.WarnFormat(string, params object[]) - fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.WarnFormat(String, ParamArray Object()) - nameWithType: IPluginLog.WarnFormat(string, params object[]) - nameWithType.vb: IPluginLog.WarnFormat(String, ParamArray Object()) + name.vb: WarnFormat(String, Object()) + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.WarnFormat(System.String, System.Object[]) + fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.WarnFormat(System.String, System.Object()) + nameWithType: IPluginLog.WarnFormat(String, Object[]) + nameWithType.vb: IPluginLog.WarnFormat(String, Object()) - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.WarnFormat* name: WarnFormat href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLog.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLog_WarnFormat_ @@ -21670,14 +15649,11 @@ references: fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLoggerFactory nameWithType: IPluginLoggerFactory - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLoggerFactory.GetLogger(System.String) - name: GetLogger(string) + name: GetLogger(String) href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLoggerFactory.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLoggerFactory_GetLogger_System_String_ commentId: M:Sdl.Desktop.IntegrationApi.Interfaces.IPluginLoggerFactory.GetLogger(System.String) - name.vb: GetLogger(String) - fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLoggerFactory.GetLogger(string) - fullName.vb: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLoggerFactory.GetLogger(String) - nameWithType: IPluginLoggerFactory.GetLogger(string) - nameWithType.vb: IPluginLoggerFactory.GetLogger(String) + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLoggerFactory.GetLogger(System.String) + nameWithType: IPluginLoggerFactory.GetLogger(String) - uid: Sdl.Desktop.IntegrationApi.Interfaces.IPluginLoggerFactory.GetLogger* name: GetLogger href: api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IPluginLoggerFactory.html#Sdl_Desktop_IntegrationApi_Interfaces_IPluginLoggerFactory_GetLogger_ @@ -22006,20 +15982,14 @@ references: name: AbstractBindedAction() href: api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.html#Sdl_Desktop_IntegrationApi_Internal_AbstractBindedAction__ctor commentId: M:Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.AbstractBindedAction() - fullName.vb: Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.New() nameWithType: AbstractBindedAction.AbstractBindedAction() - nameWithType.vb: AbstractBindedAction.New() - uid: Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.#ctor* name: AbstractBindedAction href: api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.html#Sdl_Desktop_IntegrationApi_Internal_AbstractBindedAction__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.AbstractBindedAction - fullName.vb: Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.New nameWithType: AbstractBindedAction.AbstractBindedAction - nameWithType.vb: AbstractBindedAction.New - uid: Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.Execute name: Execute() href: api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedAction.html#Sdl_Desktop_IntegrationApi_Internal_AbstractBindedAction_Execute @@ -22042,20 +16012,14 @@ references: name: AbstractBindedController(IStudioWindow) href: api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.html#Sdl_Desktop_IntegrationApi_Internal_AbstractBindedController__ctor_Sdl_Desktop_Platform_IStudioWindow_ commentId: M:Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.#ctor(Sdl.Desktop.Platform.IStudioWindow) - name.vb: New(IStudioWindow) fullName: Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.AbstractBindedController(Sdl.Desktop.Platform.IStudioWindow) - fullName.vb: Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.New(Sdl.Desktop.Platform.IStudioWindow) nameWithType: AbstractBindedController.AbstractBindedController(IStudioWindow) - nameWithType.vb: AbstractBindedController.New(IStudioWindow) - uid: Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.#ctor* name: AbstractBindedController href: api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.html#Sdl_Desktop_IntegrationApi_Internal_AbstractBindedController__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.AbstractBindedController - fullName.vb: Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.New nameWithType: AbstractBindedController.AbstractBindedController - nameWithType.vb: AbstractBindedController.New - uid: Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.Activate name: Activate() href: api/integration/Sdl.Desktop.IntegrationApi.Internal.AbstractBindedController.html#Sdl_Desktop_IntegrationApi_Internal_AbstractBindedController_Activate @@ -22150,29 +16114,20 @@ references: name: DefaultExplorerBar() href: api/integration/Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.html#Sdl_Desktop_IntegrationApi_Internal_DefaultExplorerBar__ctor commentId: M:Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.DefaultExplorerBar() - fullName.vb: Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.New() nameWithType: DefaultExplorerBar.DefaultExplorerBar() - nameWithType.vb: DefaultExplorerBar.New() - uid: Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.#ctor* name: DefaultExplorerBar href: api/integration/Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.html#Sdl_Desktop_IntegrationApi_Internal_DefaultExplorerBar__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.DefaultExplorerBar - fullName.vb: Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.New nameWithType: DefaultExplorerBar.DefaultExplorerBar - nameWithType.vb: DefaultExplorerBar.New - uid: Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/integration/Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.html#Sdl_Desktop_IntegrationApi_Internal_DefaultExplorerBar_Dispose_System_Boolean_ commentId: M:Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.Dispose(bool) - fullName.vb: Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.Dispose(Boolean) - nameWithType: DefaultExplorerBar.Dispose(bool) - nameWithType.vb: DefaultExplorerBar.Dispose(Boolean) + fullName: Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.Dispose(System.Boolean) + nameWithType: DefaultExplorerBar.Dispose(Boolean) - uid: Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.Dispose* name: Dispose href: api/integration/Sdl.Desktop.IntegrationApi.Internal.DefaultExplorerBar.html#Sdl_Desktop_IntegrationApi_Internal_DefaultExplorerBar_Dispose_ @@ -22322,20 +16277,14 @@ references: name: ExecuteExternalJobEvent(IExternalJob) href: api/integration/Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.html#Sdl_Desktop_IntegrationApi_Jobs_ExecuteExternalJobEvent__ctor_Sdl_Desktop_IntegrationApi_Jobs_IExternalJob_ commentId: M:Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.#ctor(Sdl.Desktop.IntegrationApi.Jobs.IExternalJob) - name.vb: New(IExternalJob) fullName: Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.ExecuteExternalJobEvent(Sdl.Desktop.IntegrationApi.Jobs.IExternalJob) - fullName.vb: Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.New(Sdl.Desktop.IntegrationApi.Jobs.IExternalJob) nameWithType: ExecuteExternalJobEvent.ExecuteExternalJobEvent(IExternalJob) - nameWithType.vb: ExecuteExternalJobEvent.New(IExternalJob) - uid: Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.#ctor* name: ExecuteExternalJobEvent href: api/integration/Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.html#Sdl_Desktop_IntegrationApi_Jobs_ExecuteExternalJobEvent__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.ExecuteExternalJobEvent - fullName.vb: Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.New nameWithType: ExecuteExternalJobEvent.ExecuteExternalJobEvent - nameWithType.vb: ExecuteExternalJobEvent.New - uid: Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.Job name: Job href: api/integration/Sdl.Desktop.IntegrationApi.Jobs.ExecuteExternalJobEvent.html#Sdl_Desktop_IntegrationApi_Jobs_ExecuteExternalJobEvent_Job @@ -22367,14 +16316,11 @@ references: fullName: Sdl.Desktop.IntegrationApi.Jobs.IExternalJob.Execute nameWithType: IExternalJob.Execute - uid: Sdl.Desktop.IntegrationApi.Jobs.IExternalJob.JobCanceled(System.Object,System.EventArgs) - name: JobCanceled(object, EventArgs) + name: JobCanceled(Object, EventArgs) href: api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJob.html#Sdl_Desktop_IntegrationApi_Jobs_IExternalJob_JobCanceled_System_Object_System_EventArgs_ commentId: M:Sdl.Desktop.IntegrationApi.Jobs.IExternalJob.JobCanceled(System.Object,System.EventArgs) - name.vb: JobCanceled(Object, EventArgs) - fullName: Sdl.Desktop.IntegrationApi.Jobs.IExternalJob.JobCanceled(object, System.EventArgs) - fullName.vb: Sdl.Desktop.IntegrationApi.Jobs.IExternalJob.JobCanceled(Object, System.EventArgs) - nameWithType: IExternalJob.JobCanceled(object, EventArgs) - nameWithType.vb: IExternalJob.JobCanceled(Object, EventArgs) + fullName: Sdl.Desktop.IntegrationApi.Jobs.IExternalJob.JobCanceled(System.Object, System.EventArgs) + nameWithType: IExternalJob.JobCanceled(Object, EventArgs) - uid: Sdl.Desktop.IntegrationApi.Jobs.IExternalJob.JobCanceled* name: JobCanceled href: api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJob.html#Sdl_Desktop_IntegrationApi_Jobs_IExternalJob_JobCanceled_ @@ -22436,14 +16382,11 @@ references: fullName: Sdl.Desktop.IntegrationApi.Jobs.IExternalJobExecutionContext.CancelRequested nameWithType: IExternalJobExecutionContext.CancelRequested - uid: Sdl.Desktop.IntegrationApi.Jobs.IExternalJobExecutionContext.ReportProgress(System.Int32,System.String) - name: ReportProgress(int, string) + name: ReportProgress(Int32, String) href: api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJobExecutionContext.html#Sdl_Desktop_IntegrationApi_Jobs_IExternalJobExecutionContext_ReportProgress_System_Int32_System_String_ commentId: M:Sdl.Desktop.IntegrationApi.Jobs.IExternalJobExecutionContext.ReportProgress(System.Int32,System.String) - name.vb: ReportProgress(Integer, String) - fullName: Sdl.Desktop.IntegrationApi.Jobs.IExternalJobExecutionContext.ReportProgress(int, string) - fullName.vb: Sdl.Desktop.IntegrationApi.Jobs.IExternalJobExecutionContext.ReportProgress(Integer, String) - nameWithType: IExternalJobExecutionContext.ReportProgress(int, string) - nameWithType.vb: IExternalJobExecutionContext.ReportProgress(Integer, String) + fullName: Sdl.Desktop.IntegrationApi.Jobs.IExternalJobExecutionContext.ReportProgress(System.Int32, System.String) + nameWithType: IExternalJobExecutionContext.ReportProgress(Int32, String) - uid: Sdl.Desktop.IntegrationApi.Jobs.IExternalJobExecutionContext.ReportProgress* name: ReportProgress href: api/integration/Sdl.Desktop.IntegrationApi.Jobs.IExternalJobExecutionContext.html#Sdl_Desktop_IntegrationApi_Jobs_IExternalJobExecutionContext_ReportProgress_ @@ -22472,20 +16415,14 @@ references: name: JobFinishedArgs() href: api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.html#Sdl_Desktop_IntegrationApi_Jobs_JobFinishedArgs__ctor commentId: M:Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.JobFinishedArgs() - fullName.vb: Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.New() nameWithType: JobFinishedArgs.JobFinishedArgs() - nameWithType.vb: JobFinishedArgs.New() - uid: Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.#ctor* name: JobFinishedArgs href: api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.html#Sdl_Desktop_IntegrationApi_Jobs_JobFinishedArgs__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.JobFinishedArgs - fullName.vb: Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.New nameWithType: JobFinishedArgs.JobFinishedArgs - nameWithType.vb: JobFinishedArgs.New - uid: Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.Result name: Result href: api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobFinishedArgs.html#Sdl_Desktop_IntegrationApi_Jobs_JobFinishedArgs_Result @@ -22508,20 +16445,14 @@ references: name: JobProgressArgs() href: api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.html#Sdl_Desktop_IntegrationApi_Jobs_JobProgressArgs__ctor commentId: M:Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.JobProgressArgs() - fullName.vb: Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.New() nameWithType: JobProgressArgs.JobProgressArgs() - nameWithType.vb: JobProgressArgs.New() - uid: Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.#ctor* name: JobProgressArgs href: api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.html#Sdl_Desktop_IntegrationApi_Jobs_JobProgressArgs__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.JobProgressArgs - fullName.vb: Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.New nameWithType: JobProgressArgs.JobProgressArgs - nameWithType.vb: JobProgressArgs.New - uid: Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.PercentComplete name: PercentComplete href: api/integration/Sdl.Desktop.IntegrationApi.Jobs.JobProgressArgs.html#Sdl_Desktop_IntegrationApi_Jobs_JobProgressArgs_PercentComplete @@ -22562,20 +16493,14 @@ references: name: AddStudioGroupNotificationEvent(IStudioGroupNotification) href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_AddStudioGroupNotificationEvent__ctor_Sdl_Desktop_IntegrationApi_Interfaces_IStudioGroupNotification_ commentId: M:Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.#ctor(Sdl.Desktop.IntegrationApi.Interfaces.IStudioGroupNotification) - name.vb: New(IStudioGroupNotification) fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.AddStudioGroupNotificationEvent(Sdl.Desktop.IntegrationApi.Interfaces.IStudioGroupNotification) - fullName.vb: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.New(Sdl.Desktop.IntegrationApi.Interfaces.IStudioGroupNotification) nameWithType: AddStudioGroupNotificationEvent.AddStudioGroupNotificationEvent(IStudioGroupNotification) - nameWithType.vb: AddStudioGroupNotificationEvent.New(IStudioGroupNotification) - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.#ctor* name: AddStudioGroupNotificationEvent href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_AddStudioGroupNotificationEvent__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.AddStudioGroupNotificationEvent - fullName.vb: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.New nameWithType: AddStudioGroupNotificationEvent.AddStudioGroupNotificationEvent - nameWithType.vb: AddStudioGroupNotificationEvent.New - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.NotificationGroup name: NotificationGroup href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioGroupNotificationEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_AddStudioGroupNotificationEvent_NotificationGroup @@ -22595,23 +16520,17 @@ references: fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent nameWithType: AddStudioNotificationOrCreateGroupEvent - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.#ctor(System.String,Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification,System.String) - name: AddStudioNotificationOrCreateGroupEvent(string, IStudioNotification, string) + name: AddStudioNotificationOrCreateGroupEvent(String, IStudioNotification, String) href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_AddStudioNotificationOrCreateGroupEvent__ctor_System_String_Sdl_Desktop_IntegrationApi_Interfaces_IStudioNotification_System_String_ commentId: M:Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.#ctor(System.String,Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification,System.String) - name.vb: New(String, IStudioNotification, String) - fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.AddStudioNotificationOrCreateGroupEvent(string, Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification, string) - fullName.vb: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.New(String, Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification, String) - nameWithType: AddStudioNotificationOrCreateGroupEvent.AddStudioNotificationOrCreateGroupEvent(string, IStudioNotification, string) - nameWithType.vb: AddStudioNotificationOrCreateGroupEvent.New(String, IStudioNotification, String) + fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.AddStudioNotificationOrCreateGroupEvent(System.String, Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification, System.String) + nameWithType: AddStudioNotificationOrCreateGroupEvent.AddStudioNotificationOrCreateGroupEvent(String, IStudioNotification, String) - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.#ctor* name: AddStudioNotificationOrCreateGroupEvent href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_AddStudioNotificationOrCreateGroupEvent__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.AddStudioNotificationOrCreateGroupEvent - fullName.vb: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.New nameWithType: AddStudioNotificationOrCreateGroupEvent.AddStudioNotificationOrCreateGroupEvent - nameWithType.vb: AddStudioNotificationOrCreateGroupEvent.New - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.GroupNotificationKey name: GroupNotificationKey href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationOrCreateGroupEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_AddStudioNotificationOrCreateGroupEvent_GroupNotificationKey @@ -22655,23 +16574,17 @@ references: fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent nameWithType: AddStudioNotificationToGroupEvent - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.#ctor(System.String,Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification) - name: AddStudioNotificationToGroupEvent(string, IStudioNotification) + name: AddStudioNotificationToGroupEvent(String, IStudioNotification) href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_AddStudioNotificationToGroupEvent__ctor_System_String_Sdl_Desktop_IntegrationApi_Interfaces_IStudioNotification_ commentId: M:Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.#ctor(System.String,Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification) - name.vb: New(String, IStudioNotification) - fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.AddStudioNotificationToGroupEvent(string, Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification) - fullName.vb: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.New(String, Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification) - nameWithType: AddStudioNotificationToGroupEvent.AddStudioNotificationToGroupEvent(string, IStudioNotification) - nameWithType.vb: AddStudioNotificationToGroupEvent.New(String, IStudioNotification) + fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.AddStudioNotificationToGroupEvent(System.String, Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification) + nameWithType: AddStudioNotificationToGroupEvent.AddStudioNotificationToGroupEvent(String, IStudioNotification) - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.#ctor* name: AddStudioNotificationToGroupEvent href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_AddStudioNotificationToGroupEvent__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.AddStudioNotificationToGroupEvent - fullName.vb: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.New nameWithType: AddStudioNotificationToGroupEvent.AddStudioNotificationToGroupEvent - nameWithType.vb: AddStudioNotificationToGroupEvent.New - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.GroupKey name: GroupKey href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.AddStudioNotificationToGroupEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_AddStudioNotificationToGroupEvent_GroupKey @@ -22703,23 +16616,17 @@ references: fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent nameWithType: RemoveStudioGroupNotificationEvent - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.#ctor(System.String) - name: RemoveStudioGroupNotificationEvent(string) + name: RemoveStudioGroupNotificationEvent(String) href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_RemoveStudioGroupNotificationEvent__ctor_System_String_ commentId: M:Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.RemoveStudioGroupNotificationEvent(string) - fullName.vb: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.New(String) - nameWithType: RemoveStudioGroupNotificationEvent.RemoveStudioGroupNotificationEvent(string) - nameWithType.vb: RemoveStudioGroupNotificationEvent.New(String) + fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.RemoveStudioGroupNotificationEvent(System.String) + nameWithType: RemoveStudioGroupNotificationEvent.RemoveStudioGroupNotificationEvent(String) - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.#ctor* name: RemoveStudioGroupNotificationEvent href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_RemoveStudioGroupNotificationEvent__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.RemoveStudioGroupNotificationEvent - fullName.vb: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.New nameWithType: RemoveStudioGroupNotificationEvent.RemoveStudioGroupNotificationEvent - nameWithType.vb: RemoveStudioGroupNotificationEvent.New - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.GroupKey name: GroupKey href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioGroupNotificationEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_RemoveStudioGroupNotificationEvent_GroupKey @@ -22739,23 +16646,17 @@ references: fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent nameWithType: RemoveStudioNotificationFromGroupEvent - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.#ctor(System.String,System.Guid) - name: RemoveStudioNotificationFromGroupEvent(string, Guid) + name: RemoveStudioNotificationFromGroupEvent(String, Guid) href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_RemoveStudioNotificationFromGroupEvent__ctor_System_String_System_Guid_ commentId: M:Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.#ctor(System.String,System.Guid) - name.vb: New(String, Guid) - fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.RemoveStudioNotificationFromGroupEvent(string, System.Guid) - fullName.vb: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.New(String, System.Guid) - nameWithType: RemoveStudioNotificationFromGroupEvent.RemoveStudioNotificationFromGroupEvent(string, Guid) - nameWithType.vb: RemoveStudioNotificationFromGroupEvent.New(String, Guid) + fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.RemoveStudioNotificationFromGroupEvent(System.String, System.Guid) + nameWithType: RemoveStudioNotificationFromGroupEvent.RemoveStudioNotificationFromGroupEvent(String, Guid) - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.#ctor* name: RemoveStudioNotificationFromGroupEvent href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_RemoveStudioNotificationFromGroupEvent__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.RemoveStudioNotificationFromGroupEvent - fullName.vb: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.New nameWithType: RemoveStudioNotificationFromGroupEvent.RemoveStudioNotificationFromGroupEvent - nameWithType.vb: RemoveStudioNotificationFromGroupEvent.New - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.NotificationGroupKey name: NotificationGroupKey href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.RemoveStudioNotificationFromGroupEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_RemoveStudioNotificationFromGroupEvent_NotificationGroupKey @@ -22787,23 +16688,17 @@ references: fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent nameWithType: ShowStudioNotificationsViewEvent - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.#ctor(System.Boolean,System.Boolean) - name: ShowStudioNotificationsViewEvent(bool, bool) + name: ShowStudioNotificationsViewEvent(Boolean, Boolean) href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_ShowStudioNotificationsViewEvent__ctor_System_Boolean_System_Boolean_ commentId: M:Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.#ctor(System.Boolean,System.Boolean) - name.vb: New(Boolean, Boolean) - fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.ShowStudioNotificationsViewEvent(bool, bool) - fullName.vb: Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.New(Boolean, Boolean) - nameWithType: ShowStudioNotificationsViewEvent.ShowStudioNotificationsViewEvent(bool, bool) - nameWithType.vb: ShowStudioNotificationsViewEvent.New(Boolean, Boolean) + fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.ShowStudioNotificationsViewEvent(System.Boolean, System.Boolean) + nameWithType: ShowStudioNotificationsViewEvent.ShowStudioNotificationsViewEvent(Boolean, Boolean) - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.#ctor* name: ShowStudioNotificationsViewEvent href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_ShowStudioNotificationsViewEvent__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.ShowStudioNotificationsViewEvent - fullName.vb: Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.New nameWithType: ShowStudioNotificationsViewEvent.ShowStudioNotificationsViewEvent - nameWithType.vb: ShowStudioNotificationsViewEvent.New - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.SetFocus name: SetFocus href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.ShowStudioNotificationsViewEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_ShowStudioNotificationsViewEvent_SetFocus @@ -22838,20 +16733,14 @@ references: name: StudioWindowCreatedNotificationEvent() href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.StudioWindowCreatedNotificationEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_StudioWindowCreatedNotificationEvent__ctor commentId: M:Sdl.Desktop.IntegrationApi.Notifications.Events.StudioWindowCreatedNotificationEvent.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.StudioWindowCreatedNotificationEvent.StudioWindowCreatedNotificationEvent() - fullName.vb: Sdl.Desktop.IntegrationApi.Notifications.Events.StudioWindowCreatedNotificationEvent.New() nameWithType: StudioWindowCreatedNotificationEvent.StudioWindowCreatedNotificationEvent() - nameWithType.vb: StudioWindowCreatedNotificationEvent.New() - uid: Sdl.Desktop.IntegrationApi.Notifications.Events.StudioWindowCreatedNotificationEvent.#ctor* name: StudioWindowCreatedNotificationEvent href: api/integration/Sdl.Desktop.IntegrationApi.Notifications.Events.StudioWindowCreatedNotificationEvent.html#Sdl_Desktop_IntegrationApi_Notifications_Events_StudioWindowCreatedNotificationEvent__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Notifications.Events.StudioWindowCreatedNotificationEvent.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Notifications.Events.StudioWindowCreatedNotificationEvent.StudioWindowCreatedNotificationEvent - fullName.vb: Sdl.Desktop.IntegrationApi.Notifications.Events.StudioWindowCreatedNotificationEvent.New nameWithType: StudioWindowCreatedNotificationEvent.StudioWindowCreatedNotificationEvent - nameWithType.vb: StudioWindowCreatedNotificationEvent.New - uid: Sdl.Desktop.IntegrationApi.SettingsBinder name: SettingsBinder href: api/integration/Sdl.Desktop.IntegrationApi.SettingsBinder.html @@ -22865,22 +16754,22 @@ references: fullName: Sdl.Desktop.IntegrationApi.SettingsBinder.DataBindSetting nameWithType: SettingsBinder.DataBindSetting - uid: Sdl.Desktop.IntegrationApi.SettingsBinder.DataBindSetting``1(System.Windows.Forms.IBindableComponent,System.String,Sdl.Core.Settings.ISettingsGroup,System.String) - name: DataBindSetting(IBindableComponent, string, ISettingsGroup, string) + name: DataBindSetting(IBindableComponent, String, ISettingsGroup, String) href: api/integration/Sdl.Desktop.IntegrationApi.SettingsBinder.html#Sdl_Desktop_IntegrationApi_SettingsBinder_DataBindSetting__1_System_Windows_Forms_IBindableComponent_System_String_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.Desktop.IntegrationApi.SettingsBinder.DataBindSetting``1(System.Windows.Forms.IBindableComponent,System.String,Sdl.Core.Settings.ISettingsGroup,System.String) name.vb: DataBindSetting(Of TSettingValue)(IBindableComponent, String, ISettingsGroup, String) - fullName: Sdl.Desktop.IntegrationApi.SettingsBinder.DataBindSetting(System.Windows.Forms.IBindableComponent, string, Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.Desktop.IntegrationApi.SettingsBinder.DataBindSetting(Of TSettingValue)(System.Windows.Forms.IBindableComponent, String, Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: SettingsBinder.DataBindSetting(IBindableComponent, string, ISettingsGroup, string) + fullName: Sdl.Desktop.IntegrationApi.SettingsBinder.DataBindSetting(System.Windows.Forms.IBindableComponent, System.String, Sdl.Core.Settings.ISettingsGroup, System.String) + fullName.vb: Sdl.Desktop.IntegrationApi.SettingsBinder.DataBindSetting(Of TSettingValue)(System.Windows.Forms.IBindableComponent, System.String, Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: SettingsBinder.DataBindSetting(IBindableComponent, String, ISettingsGroup, String) nameWithType.vb: SettingsBinder.DataBindSetting(Of TSettingValue)(IBindableComponent, String, ISettingsGroup, String) - uid: Sdl.Desktop.IntegrationApi.SettingsBinder.DataBindSetting``1(System.Windows.Forms.RadioButton[],``0[],Sdl.Core.Settings.ISettingsGroup,System.String) - name: DataBindSetting(RadioButton[], TSettingValue[], ISettingsGroup, string) + name: DataBindSetting(RadioButton[], TSettingValue[], ISettingsGroup, String) href: api/integration/Sdl.Desktop.IntegrationApi.SettingsBinder.html#Sdl_Desktop_IntegrationApi_SettingsBinder_DataBindSetting__1_System_Windows_Forms_RadioButton_____0___Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.Desktop.IntegrationApi.SettingsBinder.DataBindSetting``1(System.Windows.Forms.RadioButton[],``0[],Sdl.Core.Settings.ISettingsGroup,System.String) name.vb: DataBindSetting(Of TSettingValue)(RadioButton(), TSettingValue(), ISettingsGroup, String) - fullName: Sdl.Desktop.IntegrationApi.SettingsBinder.DataBindSetting(System.Windows.Forms.RadioButton[], TSettingValue[], Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.Desktop.IntegrationApi.SettingsBinder.DataBindSetting(Of TSettingValue)(System.Windows.Forms.RadioButton(), TSettingValue(), Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: SettingsBinder.DataBindSetting(RadioButton[], TSettingValue[], ISettingsGroup, string) + fullName: Sdl.Desktop.IntegrationApi.SettingsBinder.DataBindSetting(System.Windows.Forms.RadioButton[], TSettingValue[], Sdl.Core.Settings.ISettingsGroup, System.String) + fullName.vb: Sdl.Desktop.IntegrationApi.SettingsBinder.DataBindSetting(Of TSettingValue)(System.Windows.Forms.RadioButton(), TSettingValue(), Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: SettingsBinder.DataBindSetting(RadioButton[], TSettingValue[], ISettingsGroup, String) nameWithType.vb: SettingsBinder.DataBindSetting(Of TSettingValue)(RadioButton(), TSettingValue(), ISettingsGroup, String) - uid: Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs name: VisibilityChangedEventArgs @@ -22889,23 +16778,17 @@ references: fullName: Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs nameWithType: VisibilityChangedEventArgs - uid: Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.#ctor(System.Boolean) - name: VisibilityChangedEventArgs(bool) + name: VisibilityChangedEventArgs(Boolean) href: api/integration/Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.html#Sdl_Desktop_IntegrationApi_VisibilityChangedEventArgs__ctor_System_Boolean_ commentId: M:Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.#ctor(System.Boolean) - name.vb: New(Boolean) - fullName: Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.VisibilityChangedEventArgs(bool) - fullName.vb: Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.New(Boolean) - nameWithType: VisibilityChangedEventArgs.VisibilityChangedEventArgs(bool) - nameWithType.vb: VisibilityChangedEventArgs.New(Boolean) + fullName: Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.VisibilityChangedEventArgs(System.Boolean) + nameWithType: VisibilityChangedEventArgs.VisibilityChangedEventArgs(Boolean) - uid: Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.#ctor* name: VisibilityChangedEventArgs href: api/integration/Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.html#Sdl_Desktop_IntegrationApi_VisibilityChangedEventArgs__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.VisibilityChangedEventArgs - fullName.vb: Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.New nameWithType: VisibilityChangedEventArgs.VisibilityChangedEventArgs - nameWithType.vb: VisibilityChangedEventArgs.New - uid: Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.Visible name: Visible href: api/integration/Sdl.Desktop.IntegrationApi.VisibilityChangedEventArgs.html#Sdl_Desktop_IntegrationApi_VisibilityChangedEventArgs_Visible @@ -23003,13 +16886,13 @@ references: fullName: Sdl.Desktop.IntegrationApi.Wizard.IStudioWizardPage.OnShow nameWithType: IStudioWizardPage.OnShow - uid: Sdl.Desktop.IntegrationApi.Wizard.IStudioWizardPage.SetSharedData(System.Collections.Generic.IDictionary{System.String,System.Object}) - name: SetSharedData(IDictionary) + name: SetSharedData(IDictionary) href: api/integration/Sdl.Desktop.IntegrationApi.Wizard.IStudioWizardPage.html#Sdl_Desktop_IntegrationApi_Wizard_IStudioWizardPage_SetSharedData_System_Collections_Generic_IDictionary_System_String_System_Object__ commentId: M:Sdl.Desktop.IntegrationApi.Wizard.IStudioWizardPage.SetSharedData(System.Collections.Generic.IDictionary{System.String,System.Object}) name.vb: SetSharedData(IDictionary(Of String, Object)) - fullName: Sdl.Desktop.IntegrationApi.Wizard.IStudioWizardPage.SetSharedData(System.Collections.Generic.IDictionary) - fullName.vb: Sdl.Desktop.IntegrationApi.Wizard.IStudioWizardPage.SetSharedData(System.Collections.Generic.IDictionary(Of String, Object)) - nameWithType: IStudioWizardPage.SetSharedData(IDictionary) + fullName: Sdl.Desktop.IntegrationApi.Wizard.IStudioWizardPage.SetSharedData(System.Collections.Generic.IDictionary) + fullName.vb: Sdl.Desktop.IntegrationApi.Wizard.IStudioWizardPage.SetSharedData(System.Collections.Generic.IDictionary(Of System.String, System.Object)) + nameWithType: IStudioWizardPage.SetSharedData(IDictionary) nameWithType.vb: IStudioWizardPage.SetSharedData(IDictionary(Of String, Object)) - uid: Sdl.Desktop.IntegrationApi.Wizard.IStudioWizardPage.SetSharedData* name: SetSharedData @@ -23087,20 +16970,14 @@ references: name: StudioWizardPage() href: api/integration/Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.html#Sdl_Desktop_IntegrationApi_Wizard_StudioWizardPage__ctor commentId: M:Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.#ctor - name.vb: New() fullName: Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.StudioWizardPage() - fullName.vb: Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.New() nameWithType: StudioWizardPage.StudioWizardPage() - nameWithType.vb: StudioWizardPage.New() - uid: Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.#ctor* name: StudioWizardPage href: api/integration/Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.html#Sdl_Desktop_IntegrationApi_Wizard_StudioWizardPage__ctor_ commentId: Overload:Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.#ctor - name.vb: New fullName: Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.StudioWizardPage - fullName.vb: Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.New nameWithType: StudioWizardPage.StudioWizardPage - nameWithType.vb: StudioWizardPage.New - uid: Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.Data name: Data href: api/integration/Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.html#Sdl_Desktop_IntegrationApi_Wizard_StudioWizardPage_Data @@ -23174,13 +17051,13 @@ references: fullName: Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.OnShow nameWithType: StudioWizardPage.OnShow - uid: Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.SetSharedData(System.Collections.Generic.IDictionary{System.String,System.Object}) - name: SetSharedData(IDictionary) + name: SetSharedData(IDictionary) href: api/integration/Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.html#Sdl_Desktop_IntegrationApi_Wizard_StudioWizardPage_SetSharedData_System_Collections_Generic_IDictionary_System_String_System_Object__ commentId: M:Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.SetSharedData(System.Collections.Generic.IDictionary{System.String,System.Object}) name.vb: SetSharedData(IDictionary(Of String, Object)) - fullName: Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.SetSharedData(System.Collections.Generic.IDictionary) - fullName.vb: Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.SetSharedData(System.Collections.Generic.IDictionary(Of String, Object)) - nameWithType: StudioWizardPage.SetSharedData(IDictionary) + fullName: Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.SetSharedData(System.Collections.Generic.IDictionary) + fullName.vb: Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.SetSharedData(System.Collections.Generic.IDictionary(Of System.String, System.Object)) + nameWithType: StudioWizardPage.SetSharedData(IDictionary) nameWithType.vb: StudioWizardPage.SetSharedData(IDictionary(Of String, Object)) - uid: Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage.SetSharedData* name: SetSharedData @@ -23264,20 +17141,14 @@ references: name: ComboboxPlaceholderBehavior() href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_ComboboxPlaceholderBehavior__ctor commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.ComboboxPlaceholderBehavior() - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.New() nameWithType: ComboboxPlaceholderBehavior.ComboboxPlaceholderBehavior() - nameWithType.vb: ComboboxPlaceholderBehavior.New() - uid: Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.#ctor* name: ComboboxPlaceholderBehavior href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_ComboboxPlaceholderBehavior__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.ComboboxPlaceholderBehavior - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.New nameWithType: ComboboxPlaceholderBehavior.ComboboxPlaceholderBehavior - nameWithType.vb: ComboboxPlaceholderBehavior.New - uid: Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.GetPlaceholder(System.Windows.DependencyObject) name: GetPlaceholder(DependencyObject) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_ComboboxPlaceholderBehavior_GetPlaceholder_System_Windows_DependencyObject_ @@ -23297,14 +17168,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.PlaceholderProperty nameWithType: ComboboxPlaceholderBehavior.PlaceholderProperty - uid: Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.SetPlaceholder(System.Windows.DependencyObject,System.String) - name: SetPlaceholder(DependencyObject, string) + name: SetPlaceholder(DependencyObject, String) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_ComboboxPlaceholderBehavior_SetPlaceholder_System_Windows_DependencyObject_System_String_ commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.SetPlaceholder(System.Windows.DependencyObject,System.String) - name.vb: SetPlaceholder(DependencyObject, String) - fullName: Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.SetPlaceholder(System.Windows.DependencyObject, string) - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.SetPlaceholder(System.Windows.DependencyObject, String) - nameWithType: ComboboxPlaceholderBehavior.SetPlaceholder(DependencyObject, string) - nameWithType.vb: ComboboxPlaceholderBehavior.SetPlaceholder(DependencyObject, String) + fullName: Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.SetPlaceholder(System.Windows.DependencyObject, System.String) + nameWithType: ComboboxPlaceholderBehavior.SetPlaceholder(DependencyObject, String) - uid: Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.SetPlaceholder* name: SetPlaceholder href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ComboboxPlaceholderBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_ComboboxPlaceholderBehavior_SetPlaceholder_ @@ -23336,14 +17204,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Behaviours.DataGridItemBehavior.IsBroughtIntoViewWhenSelectedProperty nameWithType: DataGridItemBehavior.IsBroughtIntoViewWhenSelectedProperty - uid: Sdl.Desktop.Platform.Controls.Behaviours.DataGridItemBehavior.SetIsBroughtIntoViewWhenSelected(System.Windows.Controls.DataGrid,System.Boolean) - name: SetIsBroughtIntoViewWhenSelected(DataGrid, bool) + name: SetIsBroughtIntoViewWhenSelected(DataGrid, Boolean) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.DataGridItemBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_DataGridItemBehavior_SetIsBroughtIntoViewWhenSelected_System_Windows_Controls_DataGrid_System_Boolean_ commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.DataGridItemBehavior.SetIsBroughtIntoViewWhenSelected(System.Windows.Controls.DataGrid,System.Boolean) - name.vb: SetIsBroughtIntoViewWhenSelected(DataGrid, Boolean) - fullName: Sdl.Desktop.Platform.Controls.Behaviours.DataGridItemBehavior.SetIsBroughtIntoViewWhenSelected(System.Windows.Controls.DataGrid, bool) - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.DataGridItemBehavior.SetIsBroughtIntoViewWhenSelected(System.Windows.Controls.DataGrid, Boolean) - nameWithType: DataGridItemBehavior.SetIsBroughtIntoViewWhenSelected(DataGrid, bool) - nameWithType.vb: DataGridItemBehavior.SetIsBroughtIntoViewWhenSelected(DataGrid, Boolean) + fullName: Sdl.Desktop.Platform.Controls.Behaviours.DataGridItemBehavior.SetIsBroughtIntoViewWhenSelected(System.Windows.Controls.DataGrid, System.Boolean) + nameWithType: DataGridItemBehavior.SetIsBroughtIntoViewWhenSelected(DataGrid, Boolean) - uid: Sdl.Desktop.Platform.Controls.Behaviours.DataGridItemBehavior.SetIsBroughtIntoViewWhenSelected* name: SetIsBroughtIntoViewWhenSelected href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.DataGridItemBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_DataGridItemBehavior_SetIsBroughtIntoViewWhenSelected_ @@ -23393,20 +17258,56 @@ references: fullName: Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory nameWithType: EventBehaviourFactory - uid: Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory.CreateCommandExecutionEventBehaviour(System.Windows.RoutedEvent,System.String,System.Type) - name: CreateCommandExecutionEventBehaviour(RoutedEvent, string, Type) + name: CreateCommandExecutionEventBehaviour(RoutedEvent, String, Type) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory.html#Sdl_Desktop_Platform_Controls_Behaviours_EventBehaviourFactory_CreateCommandExecutionEventBehaviour_System_Windows_RoutedEvent_System_String_System_Type_ commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory.CreateCommandExecutionEventBehaviour(System.Windows.RoutedEvent,System.String,System.Type) - name.vb: CreateCommandExecutionEventBehaviour(RoutedEvent, String, Type) - fullName: Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory.CreateCommandExecutionEventBehaviour(System.Windows.RoutedEvent, string, System.Type) - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory.CreateCommandExecutionEventBehaviour(System.Windows.RoutedEvent, String, System.Type) - nameWithType: EventBehaviourFactory.CreateCommandExecutionEventBehaviour(RoutedEvent, string, Type) - nameWithType.vb: EventBehaviourFactory.CreateCommandExecutionEventBehaviour(RoutedEvent, String, Type) + fullName: Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory.CreateCommandExecutionEventBehaviour(System.Windows.RoutedEvent, System.String, System.Type) + nameWithType: EventBehaviourFactory.CreateCommandExecutionEventBehaviour(RoutedEvent, String, Type) - uid: Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory.CreateCommandExecutionEventBehaviour* name: CreateCommandExecutionEventBehaviour href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory.html#Sdl_Desktop_Platform_Controls_Behaviours_EventBehaviourFactory_CreateCommandExecutionEventBehaviour_ commentId: Overload:Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory.CreateCommandExecutionEventBehaviour fullName: Sdl.Desktop.Platform.Controls.Behaviours.EventBehaviourFactory.CreateCommandExecutionEventBehaviour nameWithType: EventBehaviourFactory.CreateCommandExecutionEventBehaviour +- uid: Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension + name: FocusExtension + href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.html + commentId: T:Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension + fullName: Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension + nameWithType: FocusExtension +- uid: Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.GetIsFocused(System.Windows.DependencyObject) + name: GetIsFocused(DependencyObject) + href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.html#Sdl_Desktop_Platform_Controls_Behaviours_FocusExtension_GetIsFocused_System_Windows_DependencyObject_ + commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.GetIsFocused(System.Windows.DependencyObject) + fullName: Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.GetIsFocused(System.Windows.DependencyObject) + nameWithType: FocusExtension.GetIsFocused(DependencyObject) +- uid: Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.GetIsFocused* + name: GetIsFocused + href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.html#Sdl_Desktop_Platform_Controls_Behaviours_FocusExtension_GetIsFocused_ + commentId: Overload:Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.GetIsFocused + fullName: Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.GetIsFocused + nameWithType: FocusExtension.GetIsFocused +- uid: Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.IsFocusedProperty + name: IsFocusedProperty + href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.html#Sdl_Desktop_Platform_Controls_Behaviours_FocusExtension_IsFocusedProperty + commentId: F:Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.IsFocusedProperty + fullName: Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.IsFocusedProperty + nameWithType: FocusExtension.IsFocusedProperty +- uid: Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.SetIsFocused(System.Windows.DependencyObject,System.Nullable{System.Boolean}) + name: SetIsFocused(DependencyObject, Nullable) + href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.html#Sdl_Desktop_Platform_Controls_Behaviours_FocusExtension_SetIsFocused_System_Windows_DependencyObject_System_Nullable_System_Boolean__ + commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.SetIsFocused(System.Windows.DependencyObject,System.Nullable{System.Boolean}) + name.vb: SetIsFocused(DependencyObject, Nullable(Of Boolean)) + fullName: Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.SetIsFocused(System.Windows.DependencyObject, System.Nullable) + fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.SetIsFocused(System.Windows.DependencyObject, System.Nullable(Of System.Boolean)) + nameWithType: FocusExtension.SetIsFocused(DependencyObject, Nullable) + nameWithType.vb: FocusExtension.SetIsFocused(DependencyObject, Nullable(Of Boolean)) +- uid: Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.SetIsFocused* + name: SetIsFocused + href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.html#Sdl_Desktop_Platform_Controls_Behaviours_FocusExtension_SetIsFocused_ + commentId: Overload:Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.SetIsFocused + fullName: Sdl.Desktop.Platform.Controls.Behaviours.FocusExtension.SetIsFocused + nameWithType: FocusExtension.SetIsFocused - uid: Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour name: FocusOnClickBehaviour href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.html @@ -23417,20 +17318,14 @@ references: name: FocusOnClickBehaviour() href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.html#Sdl_Desktop_Platform_Controls_Behaviours_FocusOnClickBehaviour__ctor commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.FocusOnClickBehaviour() - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.New() nameWithType: FocusOnClickBehaviour.FocusOnClickBehaviour() - nameWithType.vb: FocusOnClickBehaviour.New() - uid: Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.#ctor* name: FocusOnClickBehaviour href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.html#Sdl_Desktop_Platform_Controls_Behaviours_FocusOnClickBehaviour__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.FocusOnClickBehaviour - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.New nameWithType: FocusOnClickBehaviour.FocusOnClickBehaviour - nameWithType.vb: FocusOnClickBehaviour.New - uid: Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.ElementToFocusProperty name: ElementToFocusProperty href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.FocusOnClickBehaviour.html#Sdl_Desktop_Platform_Controls_Behaviours_FocusOnClickBehaviour_ElementToFocusProperty @@ -23483,20 +17378,14 @@ references: name: HighlightOnValueChanged() href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.html#Sdl_Desktop_Platform_Controls_Behaviours_HighlightOnValueChanged__ctor commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.HighlightOnValueChanged() - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.New() nameWithType: HighlightOnValueChanged.HighlightOnValueChanged() - nameWithType.vb: HighlightOnValueChanged.New() - uid: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.#ctor* name: HighlightOnValueChanged href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.html#Sdl_Desktop_Platform_Controls_Behaviours_HighlightOnValueChanged__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.HighlightOnValueChanged - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.New nameWithType: HighlightOnValueChanged.HighlightOnValueChanged - nameWithType.vb: HighlightOnValueChanged.New - uid: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.CompareToProperty name: CompareToProperty href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.html#Sdl_Desktop_Platform_Controls_Behaviours_HighlightOnValueChanged_CompareToProperty @@ -23534,14 +17423,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.GetDefaultValue nameWithType: HighlightOnValueChanged.GetDefaultValue - uid: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.SetCompareTo(System.Windows.DependencyObject,System.String) - name: SetCompareTo(DependencyObject, string) + name: SetCompareTo(DependencyObject, String) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.html#Sdl_Desktop_Platform_Controls_Behaviours_HighlightOnValueChanged_SetCompareTo_System_Windows_DependencyObject_System_String_ commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.SetCompareTo(System.Windows.DependencyObject,System.String) - name.vb: SetCompareTo(DependencyObject, String) - fullName: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.SetCompareTo(System.Windows.DependencyObject, string) - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.SetCompareTo(System.Windows.DependencyObject, String) - nameWithType: HighlightOnValueChanged.SetCompareTo(DependencyObject, string) - nameWithType.vb: HighlightOnValueChanged.SetCompareTo(DependencyObject, String) + fullName: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.SetCompareTo(System.Windows.DependencyObject, System.String) + nameWithType: HighlightOnValueChanged.SetCompareTo(DependencyObject, String) - uid: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.SetCompareTo* name: SetCompareTo href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.html#Sdl_Desktop_Platform_Controls_Behaviours_HighlightOnValueChanged_SetCompareTo_ @@ -23549,14 +17435,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.SetCompareTo nameWithType: HighlightOnValueChanged.SetCompareTo - uid: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.SetDefaultValue(System.Windows.DependencyObject,System.Object) - name: SetDefaultValue(DependencyObject, object) + name: SetDefaultValue(DependencyObject, Object) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.html#Sdl_Desktop_Platform_Controls_Behaviours_HighlightOnValueChanged_SetDefaultValue_System_Windows_DependencyObject_System_Object_ commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.SetDefaultValue(System.Windows.DependencyObject,System.Object) - name.vb: SetDefaultValue(DependencyObject, Object) - fullName: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.SetDefaultValue(System.Windows.DependencyObject, object) - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.SetDefaultValue(System.Windows.DependencyObject, Object) - nameWithType: HighlightOnValueChanged.SetDefaultValue(DependencyObject, object) - nameWithType.vb: HighlightOnValueChanged.SetDefaultValue(DependencyObject, Object) + fullName: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.SetDefaultValue(System.Windows.DependencyObject, System.Object) + nameWithType: HighlightOnValueChanged.SetDefaultValue(DependencyObject, Object) - uid: Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.SetDefaultValue* name: SetDefaultValue href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.HighlightOnValueChanged.html#Sdl_Desktop_Platform_Controls_Behaviours_HighlightOnValueChanged_SetDefaultValue_ @@ -23624,14 +17507,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Behaviours.NumberOnlyBehaviour.IsEnabledProperty nameWithType: NumberOnlyBehaviour.IsEnabledProperty - uid: Sdl.Desktop.Platform.Controls.Behaviours.NumberOnlyBehaviour.SetIsEnabled(System.Windows.Controls.Control,System.Boolean) - name: SetIsEnabled(Control, bool) + name: SetIsEnabled(Control, Boolean) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.NumberOnlyBehaviour.html#Sdl_Desktop_Platform_Controls_Behaviours_NumberOnlyBehaviour_SetIsEnabled_System_Windows_Controls_Control_System_Boolean_ commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.NumberOnlyBehaviour.SetIsEnabled(System.Windows.Controls.Control,System.Boolean) - name.vb: SetIsEnabled(Control, Boolean) - fullName: Sdl.Desktop.Platform.Controls.Behaviours.NumberOnlyBehaviour.SetIsEnabled(System.Windows.Controls.Control, bool) - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.NumberOnlyBehaviour.SetIsEnabled(System.Windows.Controls.Control, Boolean) - nameWithType: NumberOnlyBehaviour.SetIsEnabled(Control, bool) - nameWithType.vb: NumberOnlyBehaviour.SetIsEnabled(Control, Boolean) + fullName: Sdl.Desktop.Platform.Controls.Behaviours.NumberOnlyBehaviour.SetIsEnabled(System.Windows.Controls.Control, System.Boolean) + nameWithType: NumberOnlyBehaviour.SetIsEnabled(Control, Boolean) - uid: Sdl.Desktop.Platform.Controls.Behaviours.NumberOnlyBehaviour.SetIsEnabled* name: SetIsEnabled href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.NumberOnlyBehaviour.html#Sdl_Desktop_Platform_Controls_Behaviours_NumberOnlyBehaviour_SetIsEnabled_ @@ -23645,23 +17525,17 @@ references: fullName: Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner nameWithType: PlaceholderAdorner - uid: Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.#ctor(System.Windows.FrameworkElement,System.String) - name: PlaceholderAdorner(FrameworkElement, string) + name: PlaceholderAdorner(FrameworkElement, String) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.html#Sdl_Desktop_Platform_Controls_Behaviours_PlaceholderAdorner__ctor_System_Windows_FrameworkElement_System_String_ commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.#ctor(System.Windows.FrameworkElement,System.String) - name.vb: New(FrameworkElement, String) - fullName: Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.PlaceholderAdorner(System.Windows.FrameworkElement, string) - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.New(System.Windows.FrameworkElement, String) - nameWithType: PlaceholderAdorner.PlaceholderAdorner(FrameworkElement, string) - nameWithType.vb: PlaceholderAdorner.New(FrameworkElement, String) + fullName: Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.PlaceholderAdorner(System.Windows.FrameworkElement, System.String) + nameWithType: PlaceholderAdorner.PlaceholderAdorner(FrameworkElement, String) - uid: Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.#ctor* name: PlaceholderAdorner href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.html#Sdl_Desktop_Platform_Controls_Behaviours_PlaceholderAdorner__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.PlaceholderAdorner - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.New nameWithType: PlaceholderAdorner.PlaceholderAdorner - nameWithType.vb: PlaceholderAdorner.New - uid: Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.DrawText(System.Windows.Media.DrawingContext,System.Windows.Media.FormattedText) name: DrawText(DrawingContext, FormattedText) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.PlaceholderAdorner.html#Sdl_Desktop_Platform_Controls_Behaviours_PlaceholderAdorner_DrawText_System_Windows_Media_DrawingContext_System_Windows_Media_FormattedText_ @@ -23711,14 +17585,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Behaviours.ShowSystemMenuBehavior.RightButtonShow nameWithType: ShowSystemMenuBehavior.RightButtonShow - uid: Sdl.Desktop.Platform.Controls.Behaviours.ShowSystemMenuBehavior.SetRightButtonShow(System.Windows.DependencyObject,System.Boolean) - name: SetRightButtonShow(DependencyObject, bool) + name: SetRightButtonShow(DependencyObject, Boolean) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ShowSystemMenuBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_ShowSystemMenuBehavior_SetRightButtonShow_System_Windows_DependencyObject_System_Boolean_ commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.ShowSystemMenuBehavior.SetRightButtonShow(System.Windows.DependencyObject,System.Boolean) - name.vb: SetRightButtonShow(DependencyObject, Boolean) - fullName: Sdl.Desktop.Platform.Controls.Behaviours.ShowSystemMenuBehavior.SetRightButtonShow(System.Windows.DependencyObject, bool) - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.ShowSystemMenuBehavior.SetRightButtonShow(System.Windows.DependencyObject, Boolean) - nameWithType: ShowSystemMenuBehavior.SetRightButtonShow(DependencyObject, bool) - nameWithType.vb: ShowSystemMenuBehavior.SetRightButtonShow(DependencyObject, Boolean) + fullName: Sdl.Desktop.Platform.Controls.Behaviours.ShowSystemMenuBehavior.SetRightButtonShow(System.Windows.DependencyObject, System.Boolean) + nameWithType: ShowSystemMenuBehavior.SetRightButtonShow(DependencyObject, Boolean) - uid: Sdl.Desktop.Platform.Controls.Behaviours.ShowSystemMenuBehavior.SetRightButtonShow* name: SetRightButtonShow href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.ShowSystemMenuBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_ShowSystemMenuBehavior_SetRightButtonShow_ @@ -23753,20 +17624,14 @@ references: name: TextBlockAutoToolTipBehavior() href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_TextBlockAutoToolTipBehavior__ctor commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.TextBlockAutoToolTipBehavior() - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.New() nameWithType: TextBlockAutoToolTipBehavior.TextBlockAutoToolTipBehavior() - nameWithType.vb: TextBlockAutoToolTipBehavior.New() - uid: Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.#ctor* name: TextBlockAutoToolTipBehavior href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_TextBlockAutoToolTipBehavior__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.TextBlockAutoToolTipBehavior - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.New nameWithType: TextBlockAutoToolTipBehavior.TextBlockAutoToolTipBehavior - nameWithType.vb: TextBlockAutoToolTipBehavior.New - uid: Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.AutoTooltipProperty name: AutoTooltipProperty href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_TextBlockAutoToolTipBehavior_AutoTooltipProperty @@ -23786,14 +17651,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.GetAutoTooltip nameWithType: TextBlockAutoToolTipBehavior.GetAutoTooltip - uid: Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.SetAutoTooltip(System.Windows.DependencyObject,System.Boolean) - name: SetAutoTooltip(DependencyObject, bool) + name: SetAutoTooltip(DependencyObject, Boolean) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_TextBlockAutoToolTipBehavior_SetAutoTooltip_System_Windows_DependencyObject_System_Boolean_ commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.SetAutoTooltip(System.Windows.DependencyObject,System.Boolean) - name.vb: SetAutoTooltip(DependencyObject, Boolean) - fullName: Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.SetAutoTooltip(System.Windows.DependencyObject, bool) - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.SetAutoTooltip(System.Windows.DependencyObject, Boolean) - nameWithType: TextBlockAutoToolTipBehavior.SetAutoTooltip(DependencyObject, bool) - nameWithType.vb: TextBlockAutoToolTipBehavior.SetAutoTooltip(DependencyObject, Boolean) + fullName: Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.SetAutoTooltip(System.Windows.DependencyObject, System.Boolean) + nameWithType: TextBlockAutoToolTipBehavior.SetAutoTooltip(DependencyObject, Boolean) - uid: Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.SetAutoTooltip* name: SetAutoTooltip href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBlockAutoToolTipBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_TextBlockAutoToolTipBehavior_SetAutoTooltip_ @@ -23810,20 +17672,14 @@ references: name: TextBoxPlaceholderBehavior() href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_TextBoxPlaceholderBehavior__ctor commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.TextBoxPlaceholderBehavior() - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.New() nameWithType: TextBoxPlaceholderBehavior.TextBoxPlaceholderBehavior() - nameWithType.vb: TextBoxPlaceholderBehavior.New() - uid: Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.#ctor* name: TextBoxPlaceholderBehavior href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_TextBoxPlaceholderBehavior__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.TextBoxPlaceholderBehavior - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.New nameWithType: TextBoxPlaceholderBehavior.TextBoxPlaceholderBehavior - nameWithType.vb: TextBoxPlaceholderBehavior.New - uid: Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.GetPlaceholder(System.Windows.DependencyObject) name: GetPlaceholder(DependencyObject) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_TextBoxPlaceholderBehavior_GetPlaceholder_System_Windows_DependencyObject_ @@ -23843,14 +17699,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.PlaceholderProperty nameWithType: TextBoxPlaceholderBehavior.PlaceholderProperty - uid: Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.SetPlaceholder(System.Windows.DependencyObject,System.String) - name: SetPlaceholder(DependencyObject, string) + name: SetPlaceholder(DependencyObject, String) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_TextBoxPlaceholderBehavior_SetPlaceholder_System_Windows_DependencyObject_System_String_ commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.SetPlaceholder(System.Windows.DependencyObject,System.String) - name.vb: SetPlaceholder(DependencyObject, String) - fullName: Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.SetPlaceholder(System.Windows.DependencyObject, string) - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.SetPlaceholder(System.Windows.DependencyObject, String) - nameWithType: TextBoxPlaceholderBehavior.SetPlaceholder(DependencyObject, string) - nameWithType.vb: TextBoxPlaceholderBehavior.SetPlaceholder(DependencyObject, String) + fullName: Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.SetPlaceholder(System.Windows.DependencyObject, System.String) + nameWithType: TextBoxPlaceholderBehavior.SetPlaceholder(DependencyObject, String) - uid: Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.SetPlaceholder* name: SetPlaceholder href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TextBoxPlaceholderBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_TextBoxPlaceholderBehavior_SetPlaceholder_ @@ -23867,20 +17720,14 @@ references: name: TimedAutoHideBehaviour() href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.html#Sdl_Desktop_Platform_Controls_Behaviours_TimedAutoHideBehaviour__ctor commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.TimedAutoHideBehaviour() - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.New() nameWithType: TimedAutoHideBehaviour.TimedAutoHideBehaviour() - nameWithType.vb: TimedAutoHideBehaviour.New() - uid: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.#ctor* name: TimedAutoHideBehaviour href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.html#Sdl_Desktop_Platform_Controls_Behaviours_TimedAutoHideBehaviour__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.TimedAutoHideBehaviour - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.New nameWithType: TimedAutoHideBehaviour.TimedAutoHideBehaviour - nameWithType.vb: TimedAutoHideBehaviour.New - uid: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.AutoHideIntervalProperty name: AutoHideIntervalProperty href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.html#Sdl_Desktop_Platform_Controls_Behaviours_TimedAutoHideBehaviour_AutoHideIntervalProperty @@ -23912,14 +17759,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.GetShowMessage nameWithType: TimedAutoHideBehaviour.GetShowMessage - uid: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.SetAutoHideInterval(System.Windows.DependencyObject,System.Int32) - name: SetAutoHideInterval(DependencyObject, int) + name: SetAutoHideInterval(DependencyObject, Int32) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.html#Sdl_Desktop_Platform_Controls_Behaviours_TimedAutoHideBehaviour_SetAutoHideInterval_System_Windows_DependencyObject_System_Int32_ commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.SetAutoHideInterval(System.Windows.DependencyObject,System.Int32) - name.vb: SetAutoHideInterval(DependencyObject, Integer) - fullName: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.SetAutoHideInterval(System.Windows.DependencyObject, int) - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.SetAutoHideInterval(System.Windows.DependencyObject, Integer) - nameWithType: TimedAutoHideBehaviour.SetAutoHideInterval(DependencyObject, int) - nameWithType.vb: TimedAutoHideBehaviour.SetAutoHideInterval(DependencyObject, Integer) + fullName: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.SetAutoHideInterval(System.Windows.DependencyObject, System.Int32) + nameWithType: TimedAutoHideBehaviour.SetAutoHideInterval(DependencyObject, Int32) - uid: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.SetAutoHideInterval* name: SetAutoHideInterval href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.html#Sdl_Desktop_Platform_Controls_Behaviours_TimedAutoHideBehaviour_SetAutoHideInterval_ @@ -23927,14 +17771,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.SetAutoHideInterval nameWithType: TimedAutoHideBehaviour.SetAutoHideInterval - uid: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.SetShowMessage(System.Windows.DependencyObject,System.Boolean) - name: SetShowMessage(DependencyObject, bool) + name: SetShowMessage(DependencyObject, Boolean) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.html#Sdl_Desktop_Platform_Controls_Behaviours_TimedAutoHideBehaviour_SetShowMessage_System_Windows_DependencyObject_System_Boolean_ commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.SetShowMessage(System.Windows.DependencyObject,System.Boolean) - name.vb: SetShowMessage(DependencyObject, Boolean) - fullName: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.SetShowMessage(System.Windows.DependencyObject, bool) - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.SetShowMessage(System.Windows.DependencyObject, Boolean) - nameWithType: TimedAutoHideBehaviour.SetShowMessage(DependencyObject, bool) - nameWithType.vb: TimedAutoHideBehaviour.SetShowMessage(DependencyObject, Boolean) + fullName: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.SetShowMessage(System.Windows.DependencyObject, System.Boolean) + nameWithType: TimedAutoHideBehaviour.SetShowMessage(DependencyObject, Boolean) - uid: Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.SetShowMessage* name: SetShowMessage href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TimedAutoHideBehaviour.html#Sdl_Desktop_Platform_Controls_Behaviours_TimedAutoHideBehaviour_SetShowMessage_ @@ -23957,20 +17798,14 @@ references: name: TreeViewBringIntoViewWhenSelectedBehavior() href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_TreeViewBringIntoViewWhenSelectedBehavior__ctor commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.TreeViewBringIntoViewWhenSelectedBehavior() - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.New() nameWithType: TreeViewBringIntoViewWhenSelectedBehavior.TreeViewBringIntoViewWhenSelectedBehavior() - nameWithType.vb: TreeViewBringIntoViewWhenSelectedBehavior.New() - uid: Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.#ctor* name: TreeViewBringIntoViewWhenSelectedBehavior href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_TreeViewBringIntoViewWhenSelectedBehavior__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.TreeViewBringIntoViewWhenSelectedBehavior - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.New nameWithType: TreeViewBringIntoViewWhenSelectedBehavior.TreeViewBringIntoViewWhenSelectedBehavior - nameWithType.vb: TreeViewBringIntoViewWhenSelectedBehavior.New - uid: Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.BringIntoViewWhenSelectedProperty name: BringIntoViewWhenSelectedProperty href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_TreeViewBringIntoViewWhenSelectedBehavior_BringIntoViewWhenSelectedProperty @@ -23990,14 +17825,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.GetBringIntoViewWhenSelected nameWithType: TreeViewBringIntoViewWhenSelectedBehavior.GetBringIntoViewWhenSelected - uid: Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.SetBringIntoViewWhenSelected(System.Windows.Controls.TreeViewItem,System.Boolean) - name: SetBringIntoViewWhenSelected(TreeViewItem, bool) + name: SetBringIntoViewWhenSelected(TreeViewItem, Boolean) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_TreeViewBringIntoViewWhenSelectedBehavior_SetBringIntoViewWhenSelected_System_Windows_Controls_TreeViewItem_System_Boolean_ commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.SetBringIntoViewWhenSelected(System.Windows.Controls.TreeViewItem,System.Boolean) - name.vb: SetBringIntoViewWhenSelected(TreeViewItem, Boolean) - fullName: Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.SetBringIntoViewWhenSelected(System.Windows.Controls.TreeViewItem, bool) - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.SetBringIntoViewWhenSelected(System.Windows.Controls.TreeViewItem, Boolean) - nameWithType: TreeViewBringIntoViewWhenSelectedBehavior.SetBringIntoViewWhenSelected(TreeViewItem, bool) - nameWithType.vb: TreeViewBringIntoViewWhenSelectedBehavior.SetBringIntoViewWhenSelected(TreeViewItem, Boolean) + fullName: Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.SetBringIntoViewWhenSelected(System.Windows.Controls.TreeViewItem, System.Boolean) + nameWithType: TreeViewBringIntoViewWhenSelectedBehavior.SetBringIntoViewWhenSelected(TreeViewItem, Boolean) - uid: Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.SetBringIntoViewWhenSelected* name: SetBringIntoViewWhenSelected href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.TreeViewBringIntoViewWhenSelectedBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_TreeViewBringIntoViewWhenSelectedBehavior_SetBringIntoViewWhenSelected_ @@ -24065,14 +17897,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserBindableSourceBehavior.GetBindableSource nameWithType: WebBrowserBindableSourceBehavior.GetBindableSource - uid: Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserBindableSourceBehavior.SetBindableSource(System.Windows.DependencyObject,System.String) - name: SetBindableSource(DependencyObject, string) + name: SetBindableSource(DependencyObject, String) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserBindableSourceBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_WebBrowserBindableSourceBehavior_SetBindableSource_System_Windows_DependencyObject_System_String_ commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserBindableSourceBehavior.SetBindableSource(System.Windows.DependencyObject,System.String) - name.vb: SetBindableSource(DependencyObject, String) - fullName: Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserBindableSourceBehavior.SetBindableSource(System.Windows.DependencyObject, string) - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserBindableSourceBehavior.SetBindableSource(System.Windows.DependencyObject, String) - nameWithType: WebBrowserBindableSourceBehavior.SetBindableSource(DependencyObject, string) - nameWithType.vb: WebBrowserBindableSourceBehavior.SetBindableSource(DependencyObject, String) + fullName: Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserBindableSourceBehavior.SetBindableSource(System.Windows.DependencyObject, System.String) + nameWithType: WebBrowserBindableSourceBehavior.SetBindableSource(DependencyObject, String) - uid: Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserBindableSourceBehavior.SetBindableSource* name: SetBindableSource href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserBindableSourceBehavior.html#Sdl_Desktop_Platform_Controls_Behaviours_WebBrowserBindableSourceBehavior_SetBindableSource_ @@ -24104,14 +17933,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserContentSource.HtmlProperty nameWithType: WebBrowserContentSource.HtmlProperty - uid: Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserContentSource.SetHtml(System.Windows.Controls.WebBrowser,System.String) - name: SetHtml(WebBrowser, string) + name: SetHtml(WebBrowser, String) href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserContentSource.html#Sdl_Desktop_Platform_Controls_Behaviours_WebBrowserContentSource_SetHtml_System_Windows_Controls_WebBrowser_System_String_ commentId: M:Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserContentSource.SetHtml(System.Windows.Controls.WebBrowser,System.String) - name.vb: SetHtml(WebBrowser, String) - fullName: Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserContentSource.SetHtml(System.Windows.Controls.WebBrowser, string) - fullName.vb: Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserContentSource.SetHtml(System.Windows.Controls.WebBrowser, String) - nameWithType: WebBrowserContentSource.SetHtml(WebBrowser, string) - nameWithType.vb: WebBrowserContentSource.SetHtml(WebBrowser, String) + fullName: Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserContentSource.SetHtml(System.Windows.Controls.WebBrowser, System.String) + nameWithType: WebBrowserContentSource.SetHtml(WebBrowser, String) - uid: Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserContentSource.SetHtml* name: SetHtml href: api/integration/Sdl.Desktop.Platform.Controls.Behaviours.WebBrowserContentSource.html#Sdl_Desktop_Platform_Controls_Behaviours_WebBrowserContentSource_SetHtml_ @@ -24206,29 +18032,23 @@ references: name: EmbeddedBrowserCookieManager(ILogger, INativeBrowserApi) href: api/integration/Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.html#Sdl_Desktop_Platform_Controls_Browser_EmbeddedBrowserCookieManager__ctor_Microsoft_Extensions_Logging_ILogger_Sdl_Desktop_Platform_Controls_Browser_EmbeddedBrowserCookieManager__Sdl_Desktop_Platform_Controls_Browser_INativeBrowserApi_ commentId: M:Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.#ctor(Microsoft.Extensions.Logging.ILogger{Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager},Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi) - name.vb: New(ILogger(Of EmbeddedBrowserCookieManager), INativeBrowserApi) + name.vb: EmbeddedBrowserCookieManager(ILogger(Of EmbeddedBrowserCookieManager), INativeBrowserApi) fullName: Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.EmbeddedBrowserCookieManager(Microsoft.Extensions.Logging.ILogger, Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi) - fullName.vb: Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.New(Microsoft.Extensions.Logging.ILogger(Of Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager), Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi) + fullName.vb: Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.EmbeddedBrowserCookieManager(Microsoft.Extensions.Logging.ILogger(Of Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager), Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi) nameWithType: EmbeddedBrowserCookieManager.EmbeddedBrowserCookieManager(ILogger, INativeBrowserApi) - nameWithType.vb: EmbeddedBrowserCookieManager.New(ILogger(Of EmbeddedBrowserCookieManager), INativeBrowserApi) + nameWithType.vb: EmbeddedBrowserCookieManager.EmbeddedBrowserCookieManager(ILogger(Of EmbeddedBrowserCookieManager), INativeBrowserApi) - uid: Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.#ctor* name: EmbeddedBrowserCookieManager href: api/integration/Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.html#Sdl_Desktop_Platform_Controls_Browser_EmbeddedBrowserCookieManager__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.EmbeddedBrowserCookieManager - fullName.vb: Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.New nameWithType: EmbeddedBrowserCookieManager.EmbeddedBrowserCookieManager - nameWithType.vb: EmbeddedBrowserCookieManager.New - uid: Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.ClearCookiesFor(System.String) - name: ClearCookiesFor(string) + name: ClearCookiesFor(String) href: api/integration/Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.html#Sdl_Desktop_Platform_Controls_Browser_EmbeddedBrowserCookieManager_ClearCookiesFor_System_String_ commentId: M:Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.ClearCookiesFor(System.String) - name.vb: ClearCookiesFor(String) - fullName: Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.ClearCookiesFor(string) - fullName.vb: Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.ClearCookiesFor(String) - nameWithType: EmbeddedBrowserCookieManager.ClearCookiesFor(string) - nameWithType.vb: EmbeddedBrowserCookieManager.ClearCookiesFor(String) + fullName: Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.ClearCookiesFor(System.String) + nameWithType: EmbeddedBrowserCookieManager.ClearCookiesFor(String) - uid: Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.ClearCookiesFor* name: ClearCookiesFor href: api/integration/Sdl.Desktop.Platform.Controls.Browser.EmbeddedBrowserCookieManager.html#Sdl_Desktop_Platform_Controls_Browser_EmbeddedBrowserCookieManager_ClearCookiesFor_ @@ -24242,14 +18062,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Browser.ICookieManager nameWithType: ICookieManager - uid: Sdl.Desktop.Platform.Controls.Browser.ICookieManager.ClearCookiesFor(System.String) - name: ClearCookiesFor(string) + name: ClearCookiesFor(String) href: api/integration/Sdl.Desktop.Platform.Controls.Browser.ICookieManager.html#Sdl_Desktop_Platform_Controls_Browser_ICookieManager_ClearCookiesFor_System_String_ commentId: M:Sdl.Desktop.Platform.Controls.Browser.ICookieManager.ClearCookiesFor(System.String) - name.vb: ClearCookiesFor(String) - fullName: Sdl.Desktop.Platform.Controls.Browser.ICookieManager.ClearCookiesFor(string) - fullName.vb: Sdl.Desktop.Platform.Controls.Browser.ICookieManager.ClearCookiesFor(String) - nameWithType: ICookieManager.ClearCookiesFor(string) - nameWithType.vb: ICookieManager.ClearCookiesFor(String) + fullName: Sdl.Desktop.Platform.Controls.Browser.ICookieManager.ClearCookiesFor(System.String) + nameWithType: ICookieManager.ClearCookiesFor(String) - uid: Sdl.Desktop.Platform.Controls.Browser.ICookieManager.ClearCookiesFor* name: ClearCookiesFor href: api/integration/Sdl.Desktop.Platform.Controls.Browser.ICookieManager.html#Sdl_Desktop_Platform_Controls_Browser_ICookieManager_ClearCookiesFor_ @@ -24263,14 +18080,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi nameWithType: INativeBrowserApi - uid: Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.ClearCookie(System.String,System.String) - name: ClearCookie(string, string) + name: ClearCookie(String, String) href: api/integration/Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.html#Sdl_Desktop_Platform_Controls_Browser_INativeBrowserApi_ClearCookie_System_String_System_String_ commentId: M:Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.ClearCookie(System.String,System.String) - name.vb: ClearCookie(String, String) - fullName: Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.ClearCookie(string, string) - fullName.vb: Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.ClearCookie(String, String) - nameWithType: INativeBrowserApi.ClearCookie(string, string) - nameWithType.vb: INativeBrowserApi.ClearCookie(String, String) + fullName: Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.ClearCookie(System.String, System.String) + nameWithType: INativeBrowserApi.ClearCookie(String, String) - uid: Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.ClearCookie* name: ClearCookie href: api/integration/Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.html#Sdl_Desktop_Platform_Controls_Browser_INativeBrowserApi_ClearCookie_ @@ -24278,14 +18092,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.ClearCookie nameWithType: INativeBrowserApi.ClearCookie - uid: Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.GetAllCookiesFor(System.String) - name: GetAllCookiesFor(string) + name: GetAllCookiesFor(String) href: api/integration/Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.html#Sdl_Desktop_Platform_Controls_Browser_INativeBrowserApi_GetAllCookiesFor_System_String_ commentId: M:Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.GetAllCookiesFor(System.String) - name.vb: GetAllCookiesFor(String) - fullName: Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.GetAllCookiesFor(string) - fullName.vb: Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.GetAllCookiesFor(String) - nameWithType: INativeBrowserApi.GetAllCookiesFor(string) - nameWithType.vb: INativeBrowserApi.GetAllCookiesFor(String) + fullName: Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.GetAllCookiesFor(System.String) + nameWithType: INativeBrowserApi.GetAllCookiesFor(String) - uid: Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.GetAllCookiesFor* name: GetAllCookiesFor href: api/integration/Sdl.Desktop.Platform.Controls.Browser.INativeBrowserApi.html#Sdl_Desktop_Platform_Controls_Browser_INativeBrowserApi_GetAllCookiesFor_ @@ -24314,29 +18125,20 @@ references: name: NativeBrowserApi() href: api/integration/Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.html#Sdl_Desktop_Platform_Controls_Browser_NativeBrowserApi__ctor commentId: M:Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.NativeBrowserApi() - fullName.vb: Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.New() nameWithType: NativeBrowserApi.NativeBrowserApi() - nameWithType.vb: NativeBrowserApi.New() - uid: Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.#ctor* name: NativeBrowserApi href: api/integration/Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.html#Sdl_Desktop_Platform_Controls_Browser_NativeBrowserApi__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.NativeBrowserApi - fullName.vb: Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.New nameWithType: NativeBrowserApi.NativeBrowserApi - nameWithType.vb: NativeBrowserApi.New - uid: Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.ClearCookie(System.String,System.String) - name: ClearCookie(string, string) + name: ClearCookie(String, String) href: api/integration/Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.html#Sdl_Desktop_Platform_Controls_Browser_NativeBrowserApi_ClearCookie_System_String_System_String_ commentId: M:Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.ClearCookie(System.String,System.String) - name.vb: ClearCookie(String, String) - fullName: Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.ClearCookie(string, string) - fullName.vb: Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.ClearCookie(String, String) - nameWithType: NativeBrowserApi.ClearCookie(string, string) - nameWithType.vb: NativeBrowserApi.ClearCookie(String, String) + fullName: Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.ClearCookie(System.String, System.String) + nameWithType: NativeBrowserApi.ClearCookie(String, String) - uid: Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.ClearCookie* name: ClearCookie href: api/integration/Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.html#Sdl_Desktop_Platform_Controls_Browser_NativeBrowserApi_ClearCookie_ @@ -24344,14 +18146,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.ClearCookie nameWithType: NativeBrowserApi.ClearCookie - uid: Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.GetAllCookiesFor(System.String) - name: GetAllCookiesFor(string) + name: GetAllCookiesFor(String) href: api/integration/Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.html#Sdl_Desktop_Platform_Controls_Browser_NativeBrowserApi_GetAllCookiesFor_System_String_ commentId: M:Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.GetAllCookiesFor(System.String) - name.vb: GetAllCookiesFor(String) - fullName: Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.GetAllCookiesFor(string) - fullName.vb: Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.GetAllCookiesFor(String) - nameWithType: NativeBrowserApi.GetAllCookiesFor(string) - nameWithType.vb: NativeBrowserApi.GetAllCookiesFor(String) + fullName: Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.GetAllCookiesFor(System.String) + nameWithType: NativeBrowserApi.GetAllCookiesFor(String) - uid: Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.GetAllCookiesFor* name: GetAllCookiesFor href: api/integration/Sdl.Desktop.Platform.Controls.Browser.NativeBrowserApi.html#Sdl_Desktop_Platform_Controls_Browser_NativeBrowserApi_GetAllCookiesFor_ @@ -24404,20 +18203,14 @@ references: name: BindablePasswordBox() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.html#Sdl_Desktop_Platform_Controls_Controls_BindablePasswordBox__ctor commentId: M:Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.BindablePasswordBox() - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.New() nameWithType: BindablePasswordBox.BindablePasswordBox() - nameWithType.vb: BindablePasswordBox.New() - uid: Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.#ctor* name: BindablePasswordBox href: api/integration/Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.html#Sdl_Desktop_Platform_Controls_Controls_BindablePasswordBox__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.BindablePasswordBox - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.New nameWithType: BindablePasswordBox.BindablePasswordBox - nameWithType.vb: BindablePasswordBox.New - uid: Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.OnApplyTemplate name: OnApplyTemplate() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.html#Sdl_Desktop_Platform_Controls_Controls_BindablePasswordBox_OnApplyTemplate @@ -24449,14 +18242,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.PasswordChanged nameWithType: BindablePasswordBox.PasswordChanged - uid: Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.passwordDp_PasswordChanged(System.Object,System.Windows.RoutedEventArgs) - name: passwordDp_PasswordChanged(object, RoutedEventArgs) + name: passwordDp_PasswordChanged(Object, RoutedEventArgs) href: api/integration/Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.html#Sdl_Desktop_Platform_Controls_Controls_BindablePasswordBox_passwordDp_PasswordChanged_System_Object_System_Windows_RoutedEventArgs_ commentId: M:Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.passwordDp_PasswordChanged(System.Object,System.Windows.RoutedEventArgs) - name.vb: passwordDp_PasswordChanged(Object, RoutedEventArgs) - fullName: Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.passwordDp_PasswordChanged(object, System.Windows.RoutedEventArgs) - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.passwordDp_PasswordChanged(Object, System.Windows.RoutedEventArgs) - nameWithType: BindablePasswordBox.passwordDp_PasswordChanged(object, RoutedEventArgs) - nameWithType.vb: BindablePasswordBox.passwordDp_PasswordChanged(Object, RoutedEventArgs) + fullName: Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.passwordDp_PasswordChanged(System.Object, System.Windows.RoutedEventArgs) + nameWithType: BindablePasswordBox.passwordDp_PasswordChanged(Object, RoutedEventArgs) - uid: Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.passwordDp_PasswordChanged* name: passwordDp_PasswordChanged href: api/integration/Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.html#Sdl_Desktop_Platform_Controls_Controls_BindablePasswordBox_passwordDp_PasswordChanged_ @@ -24515,20 +18305,14 @@ references: name: ComboBoxTreeViewWithNewItem() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.html#Sdl_Desktop_Platform_Controls_Controls_ComboBoxTreeViewWithNewItem__ctor commentId: M:Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.ComboBoxTreeViewWithNewItem() - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.New() nameWithType: ComboBoxTreeViewWithNewItem.ComboBoxTreeViewWithNewItem() - nameWithType.vb: ComboBoxTreeViewWithNewItem.New() - uid: Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.#ctor* name: ComboBoxTreeViewWithNewItem href: api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.html#Sdl_Desktop_Platform_Controls_Controls_ComboBoxTreeViewWithNewItem__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.ComboBoxTreeViewWithNewItem - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.New nameWithType: ComboBoxTreeViewWithNewItem.ComboBoxTreeViewWithNewItem - nameWithType.vb: ComboBoxTreeViewWithNewItem.New - uid: Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.NewItemCommand name: NewItemCommand href: api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxTreeViewWithNewItem.html#Sdl_Desktop_Platform_Controls_Controls_ComboBoxTreeViewWithNewItem_NewItemCommand @@ -24683,20 +18467,14 @@ references: name: ComboBoxWithNewItem() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.html#Sdl_Desktop_Platform_Controls_Controls_ComboBoxWithNewItem__ctor commentId: M:Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.ComboBoxWithNewItem() - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.New() nameWithType: ComboBoxWithNewItem.ComboBoxWithNewItem() - nameWithType.vb: ComboBoxWithNewItem.New() - uid: Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.#ctor* name: ComboBoxWithNewItem href: api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.html#Sdl_Desktop_Platform_Controls_Controls_ComboBoxWithNewItem__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.ComboBoxWithNewItem - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.New nameWithType: ComboBoxWithNewItem.ComboBoxWithNewItem - nameWithType.vb: ComboBoxWithNewItem.New - uid: Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.IsLoadingVisible name: IsLoadingVisible href: api/integration/Sdl.Desktop.Platform.Controls.Controls.ComboBoxWithNewItem.html#Sdl_Desktop_Platform_Controls_Controls_ComboBoxWithNewItem_IsLoadingVisible @@ -24809,20 +18587,14 @@ references: name: CustomProgressRing() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.html#Sdl_Desktop_Platform_Controls_Controls_CustomProgressRing__ctor commentId: M:Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.CustomProgressRing() - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.New() nameWithType: CustomProgressRing.CustomProgressRing() - nameWithType.vb: CustomProgressRing.New() - uid: Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.#ctor* name: CustomProgressRing href: api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.html#Sdl_Desktop_Platform_Controls_Controls_CustomProgressRing__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.CustomProgressRing - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.New nameWithType: CustomProgressRing.CustomProgressRing - nameWithType.vb: CustomProgressRing.New - uid: Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.OnApplyTemplate name: OnApplyTemplate() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomProgressRing.html#Sdl_Desktop_Platform_Controls_Controls_CustomProgressRing_OnApplyTemplate @@ -24941,20 +18713,14 @@ references: name: ComboBoxTreeView() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.html#Sdl_Desktop_Platform_Controls_Controls_CustomTreeViewComboBox_ComboBoxTreeView__ctor commentId: M:Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.ComboBoxTreeView() - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.New() nameWithType: ComboBoxTreeView.ComboBoxTreeView() - nameWithType.vb: ComboBoxTreeView.New() - uid: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.#ctor* name: ComboBoxTreeView href: api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.html#Sdl_Desktop_Platform_Controls_Controls_CustomTreeViewComboBox_ComboBoxTreeView__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.ComboBoxTreeView - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.New nameWithType: ComboBoxTreeView.ComboBoxTreeView - nameWithType.vb: ComboBoxTreeView.New - uid: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.OnApplyTemplate name: OnApplyTemplate() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ComboBoxTreeView.html#Sdl_Desktop_Platform_Controls_Controls_CustomTreeViewComboBox_ComboBoxTreeView_OnApplyTemplate @@ -25037,20 +18803,14 @@ references: name: ExtendedTreeView() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.html#Sdl_Desktop_Platform_Controls_Controls_CustomTreeViewComboBox_ExtendedTreeView__ctor commentId: M:Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.ExtendedTreeView() - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.New() nameWithType: ExtendedTreeView.ExtendedTreeView() - nameWithType.vb: ExtendedTreeView.New() - uid: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.#ctor* name: ExtendedTreeView href: api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.html#Sdl_Desktop_Platform_Controls_Controls_CustomTreeViewComboBox_ExtendedTreeView__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.ExtendedTreeView - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.New nameWithType: ExtendedTreeView.ExtendedTreeView - nameWithType.vb: ExtendedTreeView.New - uid: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.GetContainerForItemOverride name: GetContainerForItemOverride() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeView.html#Sdl_Desktop_Platform_Controls_Controls_CustomTreeViewComboBox_ExtendedTreeView_GetContainerForItemOverride @@ -25079,20 +18839,14 @@ references: name: ExtendedTreeViewItem() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.html#Sdl_Desktop_Platform_Controls_Controls_CustomTreeViewComboBox_ExtendedTreeViewItem__ctor commentId: M:Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.ExtendedTreeViewItem() - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.New() nameWithType: ExtendedTreeViewItem.ExtendedTreeViewItem() - nameWithType.vb: ExtendedTreeViewItem.New() - uid: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.#ctor* name: ExtendedTreeViewItem href: api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.html#Sdl_Desktop_Platform_Controls_Controls_CustomTreeViewComboBox_ExtendedTreeViewItem__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.ExtendedTreeViewItem - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.New nameWithType: ExtendedTreeViewItem.ExtendedTreeViewItem - nameWithType.vb: ExtendedTreeViewItem.New - uid: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.CreateItemWithBinding name: CreateItemWithBinding() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox.ExtendedTreeViewItem.html#Sdl_Desktop_Platform_Controls_Controls_CustomTreeViewComboBox_ExtendedTreeViewItem_CreateItemWithBinding @@ -25211,20 +18965,14 @@ references: name: DataGridWithMultipleSelection() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.html#Sdl_Desktop_Platform_Controls_Controls_DataGridWithMultipleSelection__ctor commentId: M:Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.DataGridWithMultipleSelection() - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.New() nameWithType: DataGridWithMultipleSelection.DataGridWithMultipleSelection() - nameWithType.vb: DataGridWithMultipleSelection.New() - uid: Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.#ctor* name: DataGridWithMultipleSelection href: api/integration/Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.html#Sdl_Desktop_Platform_Controls_Controls_DataGridWithMultipleSelection__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.DataGridWithMultipleSelection - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.New nameWithType: DataGridWithMultipleSelection.DataGridWithMultipleSelection - nameWithType.vb: DataGridWithMultipleSelection.New - uid: Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.SelectedItemsList name: SelectedItemsList href: api/integration/Sdl.Desktop.Platform.Controls.Controls.DataGridWithMultipleSelection.html#Sdl_Desktop_Platform_Controls_Controls_DataGridWithMultipleSelection_SelectedItemsList @@ -25253,20 +19001,14 @@ references: name: FeedbackControl() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.html#Sdl_Desktop_Platform_Controls_Controls_FeedbackControl__ctor commentId: M:Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.FeedbackControl() - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.New() nameWithType: FeedbackControl.FeedbackControl() - nameWithType.vb: FeedbackControl.New() - uid: Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.#ctor* name: FeedbackControl href: api/integration/Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.html#Sdl_Desktop_Platform_Controls_Controls_FeedbackControl__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.FeedbackControl - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.New nameWithType: FeedbackControl.FeedbackControl - nameWithType.vb: FeedbackControl.New - uid: Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.Feedback name: Feedback href: api/integration/Sdl.Desktop.Platform.Controls.Controls.FeedbackControl.html#Sdl_Desktop_Platform_Controls_Controls_FeedbackControl_Feedback @@ -25400,23 +19142,17 @@ references: fullName: Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback nameWithType: ManagerViewFeedback - uid: Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.#ctor(System.Int32,System.String) - name: ManagerViewFeedback(int, string) + name: ManagerViewFeedback(Int32, String) href: api/integration/Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.html#Sdl_Desktop_Platform_Controls_Controls_ManagerViewFeedback__ctor_System_Int32_System_String_ commentId: M:Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.#ctor(System.Int32,System.String) - name.vb: New(Integer, String) - fullName: Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.ManagerViewFeedback(int, string) - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.New(Integer, String) - nameWithType: ManagerViewFeedback.ManagerViewFeedback(int, string) - nameWithType.vb: ManagerViewFeedback.New(Integer, String) + fullName: Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.ManagerViewFeedback(System.Int32, System.String) + nameWithType: ManagerViewFeedback.ManagerViewFeedback(Int32, String) - uid: Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.#ctor* name: ManagerViewFeedback href: api/integration/Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.html#Sdl_Desktop_Platform_Controls_Controls_ManagerViewFeedback__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.ManagerViewFeedback - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.New nameWithType: ManagerViewFeedback.ManagerViewFeedback - nameWithType.vb: ManagerViewFeedback.New - uid: Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.Feedback name: Feedback href: api/integration/Sdl.Desktop.Platform.Controls.Controls.ManagerViewFeedback.html#Sdl_Desktop_Platform_Controls_Controls_ManagerViewFeedback_Feedback @@ -25487,20 +19223,14 @@ references: name: MenuControl() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.html#Sdl_Desktop_Platform_Controls_Controls_MenuControlComboBox_MenuControl__ctor commentId: M:Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.MenuControl() - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.New() nameWithType: MenuControl.MenuControl() - nameWithType.vb: MenuControl.New() - uid: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.#ctor* name: MenuControl href: api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.html#Sdl_Desktop_Platform_Controls_Controls_MenuControlComboBox_MenuControl__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.MenuControl - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.New nameWithType: MenuControl.MenuControl - nameWithType.vb: MenuControl.New - uid: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.GetContainerForItemOverride name: GetContainerForItemOverride() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.html#Sdl_Desktop_Platform_Controls_Controls_MenuControlComboBox_MenuControl_GetContainerForItemOverride @@ -25532,14 +19262,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.ImageProperty nameWithType: MenuControl.ImageProperty - uid: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.IsItemItsOwnContainerOverride(System.Object) - name: IsItemItsOwnContainerOverride(object) + name: IsItemItsOwnContainerOverride(Object) href: api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.html#Sdl_Desktop_Platform_Controls_Controls_MenuControlComboBox_MenuControl_IsItemItsOwnContainerOverride_System_Object_ commentId: M:Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.IsItemItsOwnContainerOverride(System.Object) - name.vb: IsItemItsOwnContainerOverride(Object) - fullName: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.IsItemItsOwnContainerOverride(object) - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.IsItemItsOwnContainerOverride(Object) - nameWithType: MenuControl.IsItemItsOwnContainerOverride(object) - nameWithType.vb: MenuControl.IsItemItsOwnContainerOverride(Object) + fullName: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.IsItemItsOwnContainerOverride(System.Object) + nameWithType: MenuControl.IsItemItsOwnContainerOverride(Object) - uid: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.IsItemItsOwnContainerOverride* name: IsItemItsOwnContainerOverride href: api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControl.html#Sdl_Desktop_Platform_Controls_Controls_MenuControlComboBox_MenuControl_IsItemItsOwnContainerOverride_ @@ -25640,20 +19367,14 @@ references: name: MenuControlCommandModel() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.html#Sdl_Desktop_Platform_Controls_Controls_MenuControlComboBox_MenuControlCommandModel__ctor commentId: M:Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.MenuControlCommandModel() - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.New() nameWithType: MenuControlCommandModel.MenuControlCommandModel() - nameWithType.vb: MenuControlCommandModel.New() - uid: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.#ctor* name: MenuControlCommandModel href: api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.html#Sdl_Desktop_Platform_Controls_Controls_MenuControlComboBox_MenuControlCommandModel__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.MenuControlCommandModel - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.New nameWithType: MenuControlCommandModel.MenuControlCommandModel - nameWithType.vb: MenuControlCommandModel.New - uid: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.AccesibilityName name: AccesibilityName href: api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.html#Sdl_Desktop_Platform_Controls_Controls_MenuControlComboBox_MenuControlCommandModel_AccesibilityName @@ -25697,14 +19418,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.Dispose() nameWithType: MenuControlCommandModel.Dispose() - uid: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.html#Sdl_Desktop_Platform_Controls_Controls_MenuControlComboBox_MenuControlCommandModel_Dispose_System_Boolean_ commentId: M:Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.Dispose(bool) - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.Dispose(Boolean) - nameWithType: MenuControlCommandModel.Dispose(bool) - nameWithType.vb: MenuControlCommandModel.Dispose(Boolean) + fullName: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.Dispose(System.Boolean) + nameWithType: MenuControlCommandModel.Dispose(Boolean) - uid: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.Dispose* name: Dispose href: api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModel.html#Sdl_Desktop_Platform_Controls_Controls_MenuControlComboBox_MenuControlCommandModel_Dispose_ @@ -25766,23 +19484,17 @@ references: fullName: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList nameWithType: MenuControlCommandModelList - uid: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.#ctor(System.String,System.Windows.Media.DrawingImage) - name: MenuControlCommandModelList(string, DrawingImage) + name: MenuControlCommandModelList(String, DrawingImage) href: api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.html#Sdl_Desktop_Platform_Controls_Controls_MenuControlComboBox_MenuControlCommandModelList__ctor_System_String_System_Windows_Media_DrawingImage_ commentId: M:Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.#ctor(System.String,System.Windows.Media.DrawingImage) - name.vb: New(String, DrawingImage) - fullName: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.MenuControlCommandModelList(string, System.Windows.Media.DrawingImage) - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.New(String, System.Windows.Media.DrawingImage) - nameWithType: MenuControlCommandModelList.MenuControlCommandModelList(string, DrawingImage) - nameWithType.vb: MenuControlCommandModelList.New(String, DrawingImage) + fullName: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.MenuControlCommandModelList(System.String, System.Windows.Media.DrawingImage) + nameWithType: MenuControlCommandModelList.MenuControlCommandModelList(String, DrawingImage) - uid: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.#ctor* name: MenuControlCommandModelList href: api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.html#Sdl_Desktop_Platform_Controls_Controls_MenuControlComboBox_MenuControlCommandModelList__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.MenuControlCommandModelList - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.New nameWithType: MenuControlCommandModelList.MenuControlCommandModelList - nameWithType.vb: MenuControlCommandModelList.New - uid: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.Image name: Image href: api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuControlCommandModelList.html#Sdl_Desktop_Platform_Controls_Controls_MenuControlComboBox_MenuControlCommandModelList_Image @@ -25817,20 +19529,14 @@ references: name: MenuItemControl() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.html#Sdl_Desktop_Platform_Controls_Controls_MenuControlComboBox_MenuItemControl__ctor commentId: M:Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.MenuItemControl() - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.New() nameWithType: MenuItemControl.MenuItemControl() - nameWithType.vb: MenuItemControl.New() - uid: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.#ctor* name: MenuItemControl href: api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.html#Sdl_Desktop_Platform_Controls_Controls_MenuControlComboBox_MenuItemControl__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.MenuItemControl - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.New nameWithType: MenuItemControl.MenuItemControl - nameWithType.vb: MenuItemControl.New - uid: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.Command name: Command href: api/integration/Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox.MenuItemControl.html#Sdl_Desktop_Platform_Controls_Controls_MenuControlComboBox_MenuItemControl_Command @@ -25997,20 +19703,14 @@ references: name: NumericUpDown() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDown__ctor commentId: M:Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.NumericUpDown() - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.New() nameWithType: NumericUpDown.NumericUpDown() - nameWithType.vb: NumericUpDown.New() - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.#ctor* name: NumericUpDown href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDown__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.NumericUpDown - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.New nameWithType: NumericUpDown.NumericUpDown - nameWithType.vb: NumericUpDown.New - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.AllowPositiveNegativeSign name: AllowPositiveNegativeSign href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDown_AllowPositiveNegativeSign @@ -26246,14 +19946,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnApplyTemplate nameWithType: NumericUpDown.OnApplyTemplate - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnMaximumChanged(System.Double,System.Double) - name: OnMaximumChanged(double, double) + name: OnMaximumChanged(Double, Double) href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDown_OnMaximumChanged_System_Double_System_Double_ commentId: M:Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnMaximumChanged(System.Double,System.Double) - name.vb: OnMaximumChanged(Double, Double) - fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnMaximumChanged(double, double) - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnMaximumChanged(Double, Double) - nameWithType: NumericUpDown.OnMaximumChanged(double, double) - nameWithType.vb: NumericUpDown.OnMaximumChanged(Double, Double) + fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnMaximumChanged(System.Double, System.Double) + nameWithType: NumericUpDown.OnMaximumChanged(Double, Double) - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnMaximumChanged* name: OnMaximumChanged href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDown_OnMaximumChanged_ @@ -26261,14 +19958,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnMaximumChanged nameWithType: NumericUpDown.OnMaximumChanged - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnMinimumChanged(System.Double,System.Double) - name: OnMinimumChanged(double, double) + name: OnMinimumChanged(Double, Double) href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDown_OnMinimumChanged_System_Double_System_Double_ commentId: M:Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnMinimumChanged(System.Double,System.Double) - name.vb: OnMinimumChanged(Double, Double) - fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnMinimumChanged(double, double) - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnMinimumChanged(Double, Double) - nameWithType: NumericUpDown.OnMinimumChanged(double, double) - nameWithType.vb: NumericUpDown.OnMinimumChanged(Double, Double) + fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnMinimumChanged(System.Double, System.Double) + nameWithType: NumericUpDown.OnMinimumChanged(Double, Double) - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnMinimumChanged* name: OnMinimumChanged href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDown_OnMinimumChanged_ @@ -26312,14 +20006,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnPreviewMouseWheel nameWithType: NumericUpDown.OnPreviewMouseWheel - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnPreviewTextInput(System.Object,System.Windows.Input.TextCompositionEventArgs) - name: OnPreviewTextInput(object, TextCompositionEventArgs) + name: OnPreviewTextInput(Object, TextCompositionEventArgs) href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDown_OnPreviewTextInput_System_Object_System_Windows_Input_TextCompositionEventArgs_ commentId: M:Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnPreviewTextInput(System.Object,System.Windows.Input.TextCompositionEventArgs) - name.vb: OnPreviewTextInput(Object, TextCompositionEventArgs) - fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnPreviewTextInput(object, System.Windows.Input.TextCompositionEventArgs) - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnPreviewTextInput(Object, System.Windows.Input.TextCompositionEventArgs) - nameWithType: NumericUpDown.OnPreviewTextInput(object, TextCompositionEventArgs) - nameWithType.vb: NumericUpDown.OnPreviewTextInput(Object, TextCompositionEventArgs) + fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnPreviewTextInput(System.Object, System.Windows.Input.TextCompositionEventArgs) + nameWithType: NumericUpDown.OnPreviewTextInput(Object, TextCompositionEventArgs) - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnPreviewTextInput* name: OnPreviewTextInput href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDown_OnPreviewTextInput_ @@ -26327,14 +20018,14 @@ references: fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnPreviewTextInput nameWithType: NumericUpDown.OnPreviewTextInput - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnValueChanged(System.Nullable{System.Double},System.Nullable{System.Double}) - name: OnValueChanged(double?, double?) + name: OnValueChanged(Nullable, Nullable) href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDown_OnValueChanged_System_Nullable_System_Double__System_Nullable_System_Double__ commentId: M:Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnValueChanged(System.Nullable{System.Double},System.Nullable{System.Double}) - name.vb: OnValueChanged(Double?, Double?) - fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnValueChanged(double?, double?) - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnValueChanged(Double?, Double?) - nameWithType: NumericUpDown.OnValueChanged(double?, double?) - nameWithType.vb: NumericUpDown.OnValueChanged(Double?, Double?) + name.vb: OnValueChanged(Nullable(Of Double), Nullable(Of Double)) + fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnValueChanged(System.Nullable, System.Nullable) + fullName.vb: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnValueChanged(System.Nullable(Of System.Double), System.Nullable(Of System.Double)) + nameWithType: NumericUpDown.OnValueChanged(Nullable, Nullable) + nameWithType.vb: NumericUpDown.OnValueChanged(Nullable(Of Double), Nullable(Of Double)) - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.OnValueChanged* name: OnValueChanged href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDown.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDown_OnValueChanged_ @@ -26486,23 +20177,17 @@ references: fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs nameWithType: NumericUpDownChangedRoutedEventArgs - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.#ctor(System.Windows.RoutedEvent,System.Double) - name: NumericUpDownChangedRoutedEventArgs(RoutedEvent, double) + name: NumericUpDownChangedRoutedEventArgs(RoutedEvent, Double) href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDownChangedRoutedEventArgs__ctor_System_Windows_RoutedEvent_System_Double_ commentId: M:Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.#ctor(System.Windows.RoutedEvent,System.Double) - name.vb: New(RoutedEvent, Double) - fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.NumericUpDownChangedRoutedEventArgs(System.Windows.RoutedEvent, double) - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.New(System.Windows.RoutedEvent, Double) - nameWithType: NumericUpDownChangedRoutedEventArgs.NumericUpDownChangedRoutedEventArgs(RoutedEvent, double) - nameWithType.vb: NumericUpDownChangedRoutedEventArgs.New(RoutedEvent, Double) + fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.NumericUpDownChangedRoutedEventArgs(System.Windows.RoutedEvent, System.Double) + nameWithType: NumericUpDownChangedRoutedEventArgs.NumericUpDownChangedRoutedEventArgs(RoutedEvent, Double) - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.#ctor* name: NumericUpDownChangedRoutedEventArgs href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDownChangedRoutedEventArgs__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.NumericUpDownChangedRoutedEventArgs - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.New nameWithType: NumericUpDownChangedRoutedEventArgs.NumericUpDownChangedRoutedEventArgs - nameWithType.vb: NumericUpDownChangedRoutedEventArgs.New - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.Interval name: Interval href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDownChangedRoutedEventArgs_Interval @@ -26522,32 +20207,23 @@ references: fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler nameWithType: NumericUpDownChangedRoutedEventHandler - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.#ctor(System.Object,System.IntPtr) - name: NumericUpDownChangedRoutedEventHandler(object, IntPtr) + name: NumericUpDownChangedRoutedEventHandler(Object, IntPtr) href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDownChangedRoutedEventHandler__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.NumericUpDownChangedRoutedEventHandler(object, System.IntPtr) - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.New(Object, System.IntPtr) - nameWithType: NumericUpDownChangedRoutedEventHandler.NumericUpDownChangedRoutedEventHandler(object, IntPtr) - nameWithType.vb: NumericUpDownChangedRoutedEventHandler.New(Object, IntPtr) + fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.NumericUpDownChangedRoutedEventHandler(System.Object, System.IntPtr) + nameWithType: NumericUpDownChangedRoutedEventHandler.NumericUpDownChangedRoutedEventHandler(Object, IntPtr) - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.#ctor* name: NumericUpDownChangedRoutedEventHandler href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDownChangedRoutedEventHandler__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.NumericUpDownChangedRoutedEventHandler - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.New nameWithType: NumericUpDownChangedRoutedEventHandler.NumericUpDownChangedRoutedEventHandler - nameWithType.vb: NumericUpDownChangedRoutedEventHandler.New - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.BeginInvoke(System.Object,Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs,System.AsyncCallback,System.Object) - name: BeginInvoke(object, NumericUpDownChangedRoutedEventArgs, AsyncCallback, object) + name: BeginInvoke(Object, NumericUpDownChangedRoutedEventArgs, AsyncCallback, Object) href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDownChangedRoutedEventHandler_BeginInvoke_System_Object_Sdl_Desktop_Platform_Controls_Controls_NumericUpDownChangedRoutedEventArgs_System_AsyncCallback_System_Object_ commentId: M:Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.BeginInvoke(System.Object,Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(Object, NumericUpDownChangedRoutedEventArgs, AsyncCallback, Object) - fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.BeginInvoke(object, Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs, System.AsyncCallback, object) - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.BeginInvoke(Object, Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs, System.AsyncCallback, Object) - nameWithType: NumericUpDownChangedRoutedEventHandler.BeginInvoke(object, NumericUpDownChangedRoutedEventArgs, AsyncCallback, object) - nameWithType.vb: NumericUpDownChangedRoutedEventHandler.BeginInvoke(Object, NumericUpDownChangedRoutedEventArgs, AsyncCallback, Object) + fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.BeginInvoke(System.Object, Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs, System.AsyncCallback, System.Object) + nameWithType: NumericUpDownChangedRoutedEventHandler.BeginInvoke(Object, NumericUpDownChangedRoutedEventArgs, AsyncCallback, Object) - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.BeginInvoke* name: BeginInvoke href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDownChangedRoutedEventHandler_BeginInvoke_ @@ -26567,14 +20243,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.EndInvoke nameWithType: NumericUpDownChangedRoutedEventHandler.EndInvoke - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.Invoke(System.Object,Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs) - name: Invoke(object, NumericUpDownChangedRoutedEventArgs) + name: Invoke(Object, NumericUpDownChangedRoutedEventArgs) href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDownChangedRoutedEventHandler_Invoke_System_Object_Sdl_Desktop_Platform_Controls_Controls_NumericUpDownChangedRoutedEventArgs_ commentId: M:Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.Invoke(System.Object,Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs) - name.vb: Invoke(Object, NumericUpDownChangedRoutedEventArgs) - fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.Invoke(object, Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs) - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.Invoke(Object, Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs) - nameWithType: NumericUpDownChangedRoutedEventHandler.Invoke(object, NumericUpDownChangedRoutedEventArgs) - nameWithType.vb: NumericUpDownChangedRoutedEventHandler.Invoke(Object, NumericUpDownChangedRoutedEventArgs) + fullName: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.Invoke(System.Object, Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventArgs) + nameWithType: NumericUpDownChangedRoutedEventHandler.Invoke(Object, NumericUpDownChangedRoutedEventArgs) - uid: Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.Invoke* name: Invoke href: api/integration/Sdl.Desktop.Platform.Controls.Controls.NumericUpDownChangedRoutedEventHandler.html#Sdl_Desktop_Platform_Controls_Controls_NumericUpDownChangedRoutedEventHandler_Invoke_ @@ -26591,20 +20264,14 @@ references: name: ProgressBarWithPercentageText() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.html#Sdl_Desktop_Platform_Controls_Controls_ProgressBarWithPercentageText__ctor commentId: M:Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.ProgressBarWithPercentageText() - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.New() nameWithType: ProgressBarWithPercentageText.ProgressBarWithPercentageText() - nameWithType.vb: ProgressBarWithPercentageText.New() - uid: Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.#ctor* name: ProgressBarWithPercentageText href: api/integration/Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.html#Sdl_Desktop_Platform_Controls_Controls_ProgressBarWithPercentageText__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.ProgressBarWithPercentageText - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.New nameWithType: ProgressBarWithPercentageText.ProgressBarWithPercentageText - nameWithType.vb: ProgressBarWithPercentageText.New - uid: Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.BarHeight name: BarHeight href: api/integration/Sdl.Desktop.Platform.Controls.Controls.ProgressBarWithPercentageText.html#Sdl_Desktop_Platform_Controls_Controls_ProgressBarWithPercentageText_BarHeight @@ -26681,20 +20348,14 @@ references: name: SortWiseDataGrid() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.html#Sdl_Desktop_Platform_Controls_Controls_SortWiseDataGrid__ctor commentId: M:Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.SortWiseDataGrid() - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.New() nameWithType: SortWiseDataGrid.SortWiseDataGrid() - nameWithType.vb: SortWiseDataGrid.New() - uid: Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.#ctor* name: SortWiseDataGrid href: api/integration/Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.html#Sdl_Desktop_Platform_Controls_Controls_SortWiseDataGrid__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.SortWiseDataGrid - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.New nameWithType: SortWiseDataGrid.SortWiseDataGrid - nameWithType.vb: SortWiseDataGrid.New - uid: Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.DefaultColumnName name: DefaultColumnName href: api/integration/Sdl.Desktop.Platform.Controls.Controls.SortWiseDataGrid.html#Sdl_Desktop_Platform_Controls_Controls_SortWiseDataGrid_DefaultColumnName @@ -26753,20 +20414,14 @@ references: name: UniformWrapPanel() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.html#Sdl_Desktop_Platform_Controls_Controls_UniformWrapPanel__ctor commentId: M:Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.UniformWrapPanel() - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.New() nameWithType: UniformWrapPanel.UniformWrapPanel() - nameWithType.vb: UniformWrapPanel.New() - uid: Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.#ctor* name: UniformWrapPanel href: api/integration/Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.html#Sdl_Desktop_Platform_Controls_Controls_UniformWrapPanel__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.UniformWrapPanel - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.New nameWithType: UniformWrapPanel.UniformWrapPanel - nameWithType.vb: UniformWrapPanel.New - uid: Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.MeasureOverride(System.Windows.Size) name: MeasureOverride(Size) href: api/integration/Sdl.Desktop.Platform.Controls.Controls.UniformWrapPanel.html#Sdl_Desktop_Platform_Controls_Controls_UniformWrapPanel_MeasureOverride_System_Windows_Size_ @@ -26795,20 +20450,14 @@ references: name: TextBoxWatermarkHelper() href: api/integration/Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.html#Sdl_Desktop_Platform_Controls_Controls_WatermarkTextBox_TextBoxWatermarkHelper__ctor commentId: M:Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.TextBoxWatermarkHelper() - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.New() nameWithType: TextBoxWatermarkHelper.TextBoxWatermarkHelper() - nameWithType.vb: TextBoxWatermarkHelper.New() - uid: Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.#ctor* name: TextBoxWatermarkHelper href: api/integration/Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.html#Sdl_Desktop_Platform_Controls_Controls_WatermarkTextBox_TextBoxWatermarkHelper__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.TextBoxWatermarkHelper - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.New nameWithType: TextBoxWatermarkHelper.TextBoxWatermarkHelper - nameWithType.vb: TextBoxWatermarkHelper.New - uid: Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.GetIsWatermarkVisible(System.Windows.Controls.TextBox) name: GetIsWatermarkVisible(TextBox) href: api/integration/Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.html#Sdl_Desktop_Platform_Controls_Controls_WatermarkTextBox_TextBoxWatermarkHelper_GetIsWatermarkVisible_System_Windows_Controls_TextBox_ @@ -26840,14 +20489,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.IsWatermarkVisibleProperty nameWithType: TextBoxWatermarkHelper.IsWatermarkVisibleProperty - uid: Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.SetWatermarkText(System.Windows.Controls.TextBox,System.String) - name: SetWatermarkText(TextBox, string) + name: SetWatermarkText(TextBox, String) href: api/integration/Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.html#Sdl_Desktop_Platform_Controls_Controls_WatermarkTextBox_TextBoxWatermarkHelper_SetWatermarkText_System_Windows_Controls_TextBox_System_String_ commentId: M:Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.SetWatermarkText(System.Windows.Controls.TextBox,System.String) - name.vb: SetWatermarkText(TextBox, String) - fullName: Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.SetWatermarkText(System.Windows.Controls.TextBox, string) - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.SetWatermarkText(System.Windows.Controls.TextBox, String) - nameWithType: TextBoxWatermarkHelper.SetWatermarkText(TextBox, string) - nameWithType.vb: TextBoxWatermarkHelper.SetWatermarkText(TextBox, String) + fullName: Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.SetWatermarkText(System.Windows.Controls.TextBox, System.String) + nameWithType: TextBoxWatermarkHelper.SetWatermarkText(TextBox, String) - uid: Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.SetWatermarkText* name: SetWatermarkText href: api/integration/Sdl.Desktop.Platform.Controls.Controls.WatermarkTextBox.TextBoxWatermarkHelper.html#Sdl_Desktop_Platform_Controls_Controls_WatermarkTextBox_TextBoxWatermarkHelper_SetWatermarkText_ @@ -26867,13 +20513,13 @@ references: fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils nameWithType: WindowsControlUtils - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) - name: ForWindowFromFrameworkElement(object, Action) + name: ForWindowFromFrameworkElement(Object, Action) href: api/integration/Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ commentId: M:Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) name.vb: ForWindowFromFrameworkElement(Object, Action(Of Window)) - fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(object, System.Action) - fullName.vb: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(Object, System.Action(Of System.Windows.Window)) - nameWithType: WindowsControlUtils.ForWindowFromFrameworkElement(object, Action) + fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object, System.Action) + fullName.vb: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object, System.Action(Of System.Windows.Window)) + nameWithType: WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action) nameWithType.vb: WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action(Of Window)) - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement* name: ForWindowFromFrameworkElement @@ -26900,28 +20546,25 @@ references: name: BooleanConverter(T, T) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanConverter-1.html#Sdl_Desktop_Platform_Controls_Converters_BooleanConverter_1__ctor__0__0_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.BooleanConverter`1.#ctor(`0,`0) - name.vb: New(T, T) fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter.BooleanConverter(T, T) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter(Of T).New(T, T) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter(Of T).BooleanConverter(T, T) nameWithType: BooleanConverter.BooleanConverter(T, T) - nameWithType.vb: BooleanConverter(Of T).New(T, T) + nameWithType.vb: BooleanConverter(Of T).BooleanConverter(T, T) - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter`1.#ctor* name: BooleanConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanConverter-1.html#Sdl_Desktop_Platform_Controls_Converters_BooleanConverter_1__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.BooleanConverter`1.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter.BooleanConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter(Of T).New + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter(Of T).BooleanConverter nameWithType: BooleanConverter.BooleanConverter - nameWithType.vb: BooleanConverter(Of T).New + nameWithType.vb: BooleanConverter(Of T).BooleanConverter - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter`1.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanConverter-1.html#Sdl_Desktop_Platform_Controls_Converters_BooleanConverter_1_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.BooleanConverter`1.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter(Of T).Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: BooleanConverter.Convert(object, Type, object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter(Of T).Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: BooleanConverter.Convert(Object, Type, Object, CultureInfo) nameWithType.vb: BooleanConverter(Of T).Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter`1.Convert* name: Convert @@ -26932,13 +20575,12 @@ references: nameWithType: BooleanConverter.Convert nameWithType.vb: BooleanConverter(Of T).Convert - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter`1.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanConverter-1.html#Sdl_Desktop_Platform_Controls_Converters_BooleanConverter_1_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.BooleanConverter`1.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter(Of T).ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: BooleanConverter.ConvertBack(object, Type, object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter(Of T).ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: BooleanConverter.ConvertBack(Object, Type, Object, CultureInfo) nameWithType.vb: BooleanConverter(Of T).ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanConverter`1.ConvertBack* name: ConvertBack @@ -26990,28 +20632,22 @@ references: name: BooleanOrConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanOrConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.BooleanOrConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.New() nameWithType: BooleanOrConverter.BooleanOrConverter() - nameWithType.vb: BooleanOrConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.#ctor* name: BooleanOrConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanOrConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.BooleanOrConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.New nameWithType: BooleanOrConverter.BooleanOrConverter - nameWithType.vb: BooleanOrConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object[], Type, object, CultureInfo) + name: Convert(Object[], Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanOrConverter_Convert_System_Object___System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) name.vb: Convert(Object(), Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.Convert(object[], System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.Convert(Object(), System.Type, Object, System.Globalization.CultureInfo) - nameWithType: BooleanOrConverter.Convert(object[], Type, object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.Convert(System.Object[], System.Type, System.Object, System.Globalization.CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.Convert(System.Object(), System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: BooleanOrConverter.Convert(Object[], Type, Object, CultureInfo) nameWithType.vb: BooleanOrConverter.Convert(Object(), Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.Convert* name: Convert @@ -27020,13 +20656,13 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.Convert nameWithType: BooleanOrConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type[], object, CultureInfo) + name: ConvertBack(Object, Type[], Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanOrConverter_ConvertBack_System_Object_System_Type___System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) name.vb: ConvertBack(Object, Type(), Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.ConvertBack(object, System.Type[], object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.ConvertBack(Object, System.Type(), Object, System.Globalization.CultureInfo) - nameWithType: BooleanOrConverter.ConvertBack(object, Type[], object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.ConvertBack(System.Object, System.Type[], System.Object, System.Globalization.CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.ConvertBack(System.Object, System.Type(), System.Object, System.Globalization.CultureInfo) + nameWithType: BooleanOrConverter.ConvertBack(Object, Type[], Object, CultureInfo) nameWithType.vb: BooleanOrConverter.ConvertBack(Object, Type(), Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanOrConverter.ConvertBack* name: ConvertBack @@ -27044,20 +20680,14 @@ references: name: BooleanToAutoRowHeightConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToAutoRowHeightConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanToAutoRowHeightConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.BooleanToAutoRowHeightConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanToAutoRowHeightConverter.BooleanToAutoRowHeightConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanToAutoRowHeightConverter.New() nameWithType: BooleanToAutoRowHeightConverter.BooleanToAutoRowHeightConverter() - nameWithType.vb: BooleanToAutoRowHeightConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanToAutoRowHeightConverter.#ctor* name: BooleanToAutoRowHeightConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToAutoRowHeightConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanToAutoRowHeightConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.BooleanToAutoRowHeightConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanToAutoRowHeightConverter.BooleanToAutoRowHeightConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanToAutoRowHeightConverter.New nameWithType: BooleanToAutoRowHeightConverter.BooleanToAutoRowHeightConverter - nameWithType.vb: BooleanToAutoRowHeightConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter name: BooleanToFontConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter.html @@ -27068,20 +20698,14 @@ references: name: BooleanToFontConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanToFontConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter.BooleanToFontConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter.New() nameWithType: BooleanToFontConverter.BooleanToFontConverter() - nameWithType.vb: BooleanToFontConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter.#ctor* name: BooleanToFontConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanToFontConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter.BooleanToFontConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanToFontConverter.New nameWithType: BooleanToFontConverter.BooleanToFontConverter - nameWithType.vb: BooleanToFontConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter name: BooleanToGridRowHeightConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.html @@ -27089,32 +20713,23 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter nameWithType: BooleanToGridRowHeightConverter - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.#ctor(System.Object) - name: BooleanToGridRowHeightConverter(object) + name: BooleanToGridRowHeightConverter(Object) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanToGridRowHeightConverter__ctor_System_Object_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.#ctor(System.Object) - name.vb: New(Object) - fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.BooleanToGridRowHeightConverter(object) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.New(Object) - nameWithType: BooleanToGridRowHeightConverter.BooleanToGridRowHeightConverter(object) - nameWithType.vb: BooleanToGridRowHeightConverter.New(Object) + fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.BooleanToGridRowHeightConverter(System.Object) + nameWithType: BooleanToGridRowHeightConverter.BooleanToGridRowHeightConverter(Object) - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.#ctor* name: BooleanToGridRowHeightConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanToGridRowHeightConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.BooleanToGridRowHeightConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.New nameWithType: BooleanToGridRowHeightConverter.BooleanToGridRowHeightConverter - nameWithType.vb: BooleanToGridRowHeightConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanToGridRowHeightConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: BooleanToGridRowHeightConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: BooleanToGridRowHeightConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: BooleanToGridRowHeightConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanToGridRowHeightConverter_Convert_ @@ -27122,14 +20737,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.Convert nameWithType: BooleanToGridRowHeightConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanToGridRowHeightConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: BooleanToGridRowHeightConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: BooleanToGridRowHeightConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: BooleanToGridRowHeightConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToGridRowHeightConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanToGridRowHeightConverter_ConvertBack_ @@ -27146,20 +20758,14 @@ references: name: BooleanToRatioRowHeightConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToRatioRowHeightConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanToRatioRowHeightConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.BooleanToRatioRowHeightConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanToRatioRowHeightConverter.BooleanToRatioRowHeightConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanToRatioRowHeightConverter.New() nameWithType: BooleanToRatioRowHeightConverter.BooleanToRatioRowHeightConverter() - nameWithType.vb: BooleanToRatioRowHeightConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanToRatioRowHeightConverter.#ctor* name: BooleanToRatioRowHeightConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToRatioRowHeightConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanToRatioRowHeightConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.BooleanToRatioRowHeightConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanToRatioRowHeightConverter.BooleanToRatioRowHeightConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanToRatioRowHeightConverter.New nameWithType: BooleanToRatioRowHeightConverter.BooleanToRatioRowHeightConverter - nameWithType.vb: BooleanToRatioRowHeightConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter name: BooleanToVisibilityConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter.html @@ -27170,20 +20776,14 @@ references: name: BooleanToVisibilityConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanToVisibilityConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter.BooleanToVisibilityConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter.New() nameWithType: BooleanToVisibilityConverter.BooleanToVisibilityConverter() - nameWithType.vb: BooleanToVisibilityConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter.#ctor* name: BooleanToVisibilityConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_BooleanToVisibilityConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter.BooleanToVisibilityConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BooleanToVisibilityConverter.New nameWithType: BooleanToVisibilityConverter.BooleanToVisibilityConverter - nameWithType.vb: BooleanToVisibilityConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter name: BulletedStringConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.html @@ -27194,29 +20794,20 @@ references: name: BulletedStringConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_BulletedStringConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.BulletedStringConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.New() nameWithType: BulletedStringConverter.BulletedStringConverter() - nameWithType.vb: BulletedStringConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.#ctor* name: BulletedStringConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_BulletedStringConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.BulletedStringConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.New nameWithType: BulletedStringConverter.BulletedStringConverter - nameWithType.vb: BulletedStringConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_BulletedStringConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: BulletedStringConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: BulletedStringConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: BulletedStringConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_BulletedStringConverter_Convert_ @@ -27224,14 +20815,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.Convert nameWithType: BulletedStringConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_BulletedStringConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: BulletedStringConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: BulletedStringConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: BulletedStringConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.BulletedStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_BulletedStringConverter_ConvertBack_ @@ -27248,29 +20836,20 @@ references: name: ComparisonConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.html#Sdl_Desktop_Platform_Controls_Converters_ComparisonConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.ComparisonConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.New() nameWithType: ComparisonConverter.ComparisonConverter() - nameWithType.vb: ComparisonConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.#ctor* name: ComparisonConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.html#Sdl_Desktop_Platform_Controls_Converters_ComparisonConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.ComparisonConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.New nameWithType: ComparisonConverter.ComparisonConverter - nameWithType.vb: ComparisonConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.html#Sdl_Desktop_Platform_Controls_Converters_ComparisonConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: ComparisonConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: ComparisonConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: ComparisonConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.html#Sdl_Desktop_Platform_Controls_Converters_ComparisonConverter_Convert_ @@ -27278,14 +20857,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.Convert nameWithType: ComparisonConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.html#Sdl_Desktop_Platform_Controls_Converters_ComparisonConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: ComparisonConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: ComparisonConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: ComparisonConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ComparisonConverter.html#Sdl_Desktop_Platform_Controls_Converters_ComparisonConverter_ConvertBack_ @@ -27302,29 +20878,20 @@ references: name: EmptyStringConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_EmptyStringConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.EmptyStringConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.New() nameWithType: EmptyStringConverter.EmptyStringConverter() - nameWithType.vb: EmptyStringConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.#ctor* name: EmptyStringConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_EmptyStringConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.EmptyStringConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.New nameWithType: EmptyStringConverter.EmptyStringConverter - nameWithType.vb: EmptyStringConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_EmptyStringConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: EmptyStringConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: EmptyStringConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: EmptyStringConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_EmptyStringConverter_Convert_ @@ -27332,14 +20899,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.Convert nameWithType: EmptyStringConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_EmptyStringConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: EmptyStringConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: EmptyStringConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: EmptyStringConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EmptyStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_EmptyStringConverter_ConvertBack_ @@ -27356,29 +20920,20 @@ references: name: EnumMatchToBooleanConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_EnumMatchToBooleanConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.EnumMatchToBooleanConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.New() nameWithType: EnumMatchToBooleanConverter.EnumMatchToBooleanConverter() - nameWithType.vb: EnumMatchToBooleanConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.#ctor* name: EnumMatchToBooleanConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_EnumMatchToBooleanConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.EnumMatchToBooleanConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.New nameWithType: EnumMatchToBooleanConverter.EnumMatchToBooleanConverter - nameWithType.vb: EnumMatchToBooleanConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_EnumMatchToBooleanConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: EnumMatchToBooleanConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: EnumMatchToBooleanConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: EnumMatchToBooleanConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_EnumMatchToBooleanConverter_Convert_ @@ -27386,14 +20941,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.Convert nameWithType: EnumMatchToBooleanConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_EnumMatchToBooleanConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: EnumMatchToBooleanConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: EnumMatchToBooleanConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: EnumMatchToBooleanConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_EnumMatchToBooleanConverter_ConvertBack_ @@ -27410,29 +20962,20 @@ references: name: EnumToBooleanConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_EnumToBooleanConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.EnumToBooleanConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.New() nameWithType: EnumToBooleanConverter.EnumToBooleanConverter() - nameWithType.vb: EnumToBooleanConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.#ctor* name: EnumToBooleanConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_EnumToBooleanConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.EnumToBooleanConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.New nameWithType: EnumToBooleanConverter.EnumToBooleanConverter - nameWithType.vb: EnumToBooleanConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_EnumToBooleanConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: EnumToBooleanConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: EnumToBooleanConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: EnumToBooleanConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_EnumToBooleanConverter_Convert_ @@ -27440,14 +20983,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.Convert nameWithType: EnumToBooleanConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_EnumToBooleanConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: EnumToBooleanConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: EnumToBooleanConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: EnumToBooleanConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_EnumToBooleanConverter_ConvertBack_ @@ -27464,28 +21004,22 @@ references: name: FeedbackCompletedToVisibilityConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_FeedbackCompletedToVisibilityConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.FeedbackCompletedToVisibilityConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.New() nameWithType: FeedbackCompletedToVisibilityConverter.FeedbackCompletedToVisibilityConverter() - nameWithType.vb: FeedbackCompletedToVisibilityConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.#ctor* name: FeedbackCompletedToVisibilityConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_FeedbackCompletedToVisibilityConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.FeedbackCompletedToVisibilityConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.New nameWithType: FeedbackCompletedToVisibilityConverter.FeedbackCompletedToVisibilityConverter - nameWithType.vb: FeedbackCompletedToVisibilityConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object[], Type, object, CultureInfo) + name: Convert(Object[], Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_FeedbackCompletedToVisibilityConverter_Convert_System_Object___System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) name.vb: Convert(Object(), Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.Convert(object[], System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.Convert(Object(), System.Type, Object, System.Globalization.CultureInfo) - nameWithType: FeedbackCompletedToVisibilityConverter.Convert(object[], Type, object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.Convert(System.Object[], System.Type, System.Object, System.Globalization.CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.Convert(System.Object(), System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: FeedbackCompletedToVisibilityConverter.Convert(Object[], Type, Object, CultureInfo) nameWithType.vb: FeedbackCompletedToVisibilityConverter.Convert(Object(), Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.Convert* name: Convert @@ -27494,13 +21028,13 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.Convert nameWithType: FeedbackCompletedToVisibilityConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type[], object, CultureInfo) + name: ConvertBack(Object, Type[], Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_FeedbackCompletedToVisibilityConverter_ConvertBack_System_Object_System_Type___System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) name.vb: ConvertBack(Object, Type(), Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.ConvertBack(object, System.Type[], object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.ConvertBack(Object, System.Type(), Object, System.Globalization.CultureInfo) - nameWithType: FeedbackCompletedToVisibilityConverter.ConvertBack(object, Type[], object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.ConvertBack(System.Object, System.Type[], System.Object, System.Globalization.CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.ConvertBack(System.Object, System.Type(), System.Object, System.Globalization.CultureInfo) + nameWithType: FeedbackCompletedToVisibilityConverter.ConvertBack(Object, Type[], Object, CultureInfo) nameWithType.vb: FeedbackCompletedToVisibilityConverter.ConvertBack(Object, Type(), Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.ConvertBack* name: ConvertBack @@ -27518,28 +21052,22 @@ references: name: HasSourceToIsEnabledConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.html#Sdl_Desktop_Platform_Controls_Converters_HasSourceToIsEnabledConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.HasSourceToIsEnabledConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.New() nameWithType: HasSourceToIsEnabledConverter.HasSourceToIsEnabledConverter() - nameWithType.vb: HasSourceToIsEnabledConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.#ctor* name: HasSourceToIsEnabledConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.html#Sdl_Desktop_Platform_Controls_Converters_HasSourceToIsEnabledConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.HasSourceToIsEnabledConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.New nameWithType: HasSourceToIsEnabledConverter.HasSourceToIsEnabledConverter - nameWithType.vb: HasSourceToIsEnabledConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object[], Type, object, CultureInfo) + name: Convert(Object[], Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.html#Sdl_Desktop_Platform_Controls_Converters_HasSourceToIsEnabledConverter_Convert_System_Object___System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) name.vb: Convert(Object(), Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.Convert(object[], System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.Convert(Object(), System.Type, Object, System.Globalization.CultureInfo) - nameWithType: HasSourceToIsEnabledConverter.Convert(object[], Type, object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.Convert(System.Object[], System.Type, System.Object, System.Globalization.CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.Convert(System.Object(), System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: HasSourceToIsEnabledConverter.Convert(Object[], Type, Object, CultureInfo) nameWithType.vb: HasSourceToIsEnabledConverter.Convert(Object(), Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.Convert* name: Convert @@ -27548,13 +21076,13 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.Convert nameWithType: HasSourceToIsEnabledConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type[], object, CultureInfo) + name: ConvertBack(Object, Type[], Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.html#Sdl_Desktop_Platform_Controls_Converters_HasSourceToIsEnabledConverter_ConvertBack_System_Object_System_Type___System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) name.vb: ConvertBack(Object, Type(), Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.ConvertBack(object, System.Type[], object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.ConvertBack(Object, System.Type(), Object, System.Globalization.CultureInfo) - nameWithType: HasSourceToIsEnabledConverter.ConvertBack(object, Type[], object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.ConvertBack(System.Object, System.Type[], System.Object, System.Globalization.CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.ConvertBack(System.Object, System.Type(), System.Object, System.Globalization.CultureInfo) + nameWithType: HasSourceToIsEnabledConverter.ConvertBack(Object, Type[], Object, CultureInfo) nameWithType.vb: HasSourceToIsEnabledConverter.ConvertBack(Object, Type(), Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.ConvertBack* name: ConvertBack @@ -27572,29 +21100,20 @@ references: name: ImageDrawingToXamlConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImageDrawingToXamlConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.ImageDrawingToXamlConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.New() nameWithType: ImageDrawingToXamlConverter.ImageDrawingToXamlConverter() - nameWithType.vb: ImageDrawingToXamlConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.#ctor* name: ImageDrawingToXamlConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImageDrawingToXamlConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.ImageDrawingToXamlConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.New nameWithType: ImageDrawingToXamlConverter.ImageDrawingToXamlConverter - nameWithType.vb: ImageDrawingToXamlConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImageDrawingToXamlConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: ImageDrawingToXamlConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: ImageDrawingToXamlConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: ImageDrawingToXamlConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImageDrawingToXamlConverter_Convert_ @@ -27602,14 +21121,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.Convert nameWithType: ImageDrawingToXamlConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImageDrawingToXamlConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: ImageDrawingToXamlConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: ImageDrawingToXamlConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: ImageDrawingToXamlConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImageDrawingToXamlConverter_ConvertBack_ @@ -27626,29 +21142,20 @@ references: name: ImagePathToImageSourceConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImagePathToImageSourceConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.ImagePathToImageSourceConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.New() nameWithType: ImagePathToImageSourceConverter.ImagePathToImageSourceConverter() - nameWithType.vb: ImagePathToImageSourceConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.#ctor* name: ImagePathToImageSourceConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImagePathToImageSourceConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.ImagePathToImageSourceConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.New nameWithType: ImagePathToImageSourceConverter.ImagePathToImageSourceConverter - nameWithType.vb: ImagePathToImageSourceConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImagePathToImageSourceConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: ImagePathToImageSourceConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: ImagePathToImageSourceConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: ImagePathToImageSourceConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImagePathToImageSourceConverter_Convert_ @@ -27656,14 +21163,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.Convert nameWithType: ImagePathToImageSourceConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImagePathToImageSourceConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: ImagePathToImageSourceConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: ImagePathToImageSourceConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: ImagePathToImageSourceConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImagePathToImageSourceConverter_ConvertBack_ @@ -27680,29 +21184,20 @@ references: name: ImageToBitmapImageConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImageToBitmapImageConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.ImageToBitmapImageConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.New() nameWithType: ImageToBitmapImageConverter.ImageToBitmapImageConverter() - nameWithType.vb: ImageToBitmapImageConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.#ctor* name: ImageToBitmapImageConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImageToBitmapImageConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.ImageToBitmapImageConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.New nameWithType: ImageToBitmapImageConverter.ImageToBitmapImageConverter - nameWithType.vb: ImageToBitmapImageConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImageToBitmapImageConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: ImageToBitmapImageConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: ImageToBitmapImageConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: ImageToBitmapImageConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImageToBitmapImageConverter_Convert_ @@ -27710,14 +21205,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.Convert nameWithType: ImageToBitmapImageConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImageToBitmapImageConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: ImageToBitmapImageConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: ImageToBitmapImageConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: ImageToBitmapImageConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImageToBitmapImageConverter_ConvertBack_ @@ -27734,29 +21226,20 @@ references: name: InverseBooleanConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_InverseBooleanConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.InverseBooleanConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.New() nameWithType: InverseBooleanConverter.InverseBooleanConverter() - nameWithType.vb: InverseBooleanConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.#ctor* name: InverseBooleanConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_InverseBooleanConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.InverseBooleanConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.New nameWithType: InverseBooleanConverter.InverseBooleanConverter - nameWithType.vb: InverseBooleanConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_InverseBooleanConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: InverseBooleanConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: InverseBooleanConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: InverseBooleanConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_InverseBooleanConverter_Convert_ @@ -27764,14 +21247,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.Convert nameWithType: InverseBooleanConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_InverseBooleanConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: InverseBooleanConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: InverseBooleanConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: InverseBooleanConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_InverseBooleanConverter_ConvertBack_ @@ -27788,20 +21268,14 @@ references: name: InverseBooleanToVisibilityConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_InverseBooleanToVisibilityConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.InverseBooleanToVisibilityConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanToVisibilityConverter.InverseBooleanToVisibilityConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanToVisibilityConverter.New() nameWithType: InverseBooleanToVisibilityConverter.InverseBooleanToVisibilityConverter() - nameWithType.vb: InverseBooleanToVisibilityConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanToVisibilityConverter.#ctor* name: InverseBooleanToVisibilityConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseBooleanToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_InverseBooleanToVisibilityConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.InverseBooleanToVisibilityConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanToVisibilityConverter.InverseBooleanToVisibilityConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanToVisibilityConverter.New nameWithType: InverseBooleanToVisibilityConverter.InverseBooleanToVisibilityConverter - nameWithType.vb: InverseBooleanToVisibilityConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter name: InverseNullToVisibilityConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.html @@ -27812,29 +21286,20 @@ references: name: InverseNullToVisibilityConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_InverseNullToVisibilityConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.InverseNullToVisibilityConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.New() nameWithType: InverseNullToVisibilityConverter.InverseNullToVisibilityConverter() - nameWithType.vb: InverseNullToVisibilityConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.#ctor* name: InverseNullToVisibilityConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_InverseNullToVisibilityConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.InverseNullToVisibilityConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.New nameWithType: InverseNullToVisibilityConverter.InverseNullToVisibilityConverter - nameWithType.vb: InverseNullToVisibilityConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_InverseNullToVisibilityConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: InverseNullToVisibilityConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: InverseNullToVisibilityConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: InverseNullToVisibilityConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_InverseNullToVisibilityConverter_Convert_ @@ -27842,14 +21307,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.Convert nameWithType: InverseNullToVisibilityConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_InverseNullToVisibilityConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: InverseNullToVisibilityConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: InverseNullToVisibilityConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: InverseNullToVisibilityConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_InverseNullToVisibilityConverter_ConvertBack_ @@ -27866,29 +21328,20 @@ references: name: ItemCountToTabNavigationConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.html#Sdl_Desktop_Platform_Controls_Converters_ItemCountToTabNavigationConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.ItemCountToTabNavigationConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.New() nameWithType: ItemCountToTabNavigationConverter.ItemCountToTabNavigationConverter() - nameWithType.vb: ItemCountToTabNavigationConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.#ctor* name: ItemCountToTabNavigationConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.html#Sdl_Desktop_Platform_Controls_Converters_ItemCountToTabNavigationConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.ItemCountToTabNavigationConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.New nameWithType: ItemCountToTabNavigationConverter.ItemCountToTabNavigationConverter - nameWithType.vb: ItemCountToTabNavigationConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.html#Sdl_Desktop_Platform_Controls_Converters_ItemCountToTabNavigationConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: ItemCountToTabNavigationConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: ItemCountToTabNavigationConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: ItemCountToTabNavigationConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.html#Sdl_Desktop_Platform_Controls_Converters_ItemCountToTabNavigationConverter_Convert_ @@ -27896,14 +21349,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.Convert nameWithType: ItemCountToTabNavigationConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.html#Sdl_Desktop_Platform_Controls_Converters_ItemCountToTabNavigationConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: ItemCountToTabNavigationConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: ItemCountToTabNavigationConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: ItemCountToTabNavigationConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemCountToTabNavigationConverter.html#Sdl_Desktop_Platform_Controls_Converters_ItemCountToTabNavigationConverter_ConvertBack_ @@ -27920,29 +21370,20 @@ references: name: ItemsSourceToCommandConveter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.html#Sdl_Desktop_Platform_Controls_Converters_ItemsSourceToCommandConveter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.ItemsSourceToCommandConveter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.New() nameWithType: ItemsSourceToCommandConveter.ItemsSourceToCommandConveter() - nameWithType.vb: ItemsSourceToCommandConveter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.#ctor* name: ItemsSourceToCommandConveter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.html#Sdl_Desktop_Platform_Controls_Converters_ItemsSourceToCommandConveter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.ItemsSourceToCommandConveter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.New nameWithType: ItemsSourceToCommandConveter.ItemsSourceToCommandConveter - nameWithType.vb: ItemsSourceToCommandConveter.New - uid: Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.html#Sdl_Desktop_Platform_Controls_Converters_ItemsSourceToCommandConveter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: ItemsSourceToCommandConveter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: ItemsSourceToCommandConveter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: ItemsSourceToCommandConveter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.html#Sdl_Desktop_Platform_Controls_Converters_ItemsSourceToCommandConveter_Convert_ @@ -27950,14 +21391,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.Convert nameWithType: ItemsSourceToCommandConveter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.html#Sdl_Desktop_Platform_Controls_Converters_ItemsSourceToCommandConveter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: ItemsSourceToCommandConveter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: ItemsSourceToCommandConveter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: ItemsSourceToCommandConveter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ItemsSourceToCommandConveter.html#Sdl_Desktop_Platform_Controls_Converters_ItemsSourceToCommandConveter_ConvertBack_ @@ -27974,28 +21412,22 @@ references: name: LanguageNameToFlagConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.html#Sdl_Desktop_Platform_Controls_Converters_LanguageNameToFlagConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.LanguageNameToFlagConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.New() nameWithType: LanguageNameToFlagConverter.LanguageNameToFlagConverter() - nameWithType.vb: LanguageNameToFlagConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.#ctor* name: LanguageNameToFlagConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.html#Sdl_Desktop_Platform_Controls_Converters_LanguageNameToFlagConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.LanguageNameToFlagConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.New nameWithType: LanguageNameToFlagConverter.LanguageNameToFlagConverter - nameWithType.vb: LanguageNameToFlagConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object[], Type, object, CultureInfo) + name: Convert(Object[], Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.html#Sdl_Desktop_Platform_Controls_Converters_LanguageNameToFlagConverter_Convert_System_Object___System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) name.vb: Convert(Object(), Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.Convert(object[], System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.Convert(Object(), System.Type, Object, System.Globalization.CultureInfo) - nameWithType: LanguageNameToFlagConverter.Convert(object[], Type, object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.Convert(System.Object[], System.Type, System.Object, System.Globalization.CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.Convert(System.Object(), System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: LanguageNameToFlagConverter.Convert(Object[], Type, Object, CultureInfo) nameWithType.vb: LanguageNameToFlagConverter.Convert(Object(), Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.Convert* name: Convert @@ -28004,13 +21436,13 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.Convert nameWithType: LanguageNameToFlagConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type[], object, CultureInfo) + name: ConvertBack(Object, Type[], Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.html#Sdl_Desktop_Platform_Controls_Converters_LanguageNameToFlagConverter_ConvertBack_System_Object_System_Type___System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) name.vb: ConvertBack(Object, Type(), Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.ConvertBack(object, System.Type[], object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.ConvertBack(Object, System.Type(), Object, System.Globalization.CultureInfo) - nameWithType: LanguageNameToFlagConverter.ConvertBack(object, Type[], object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.ConvertBack(System.Object, System.Type[], System.Object, System.Globalization.CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.ConvertBack(System.Object, System.Type(), System.Object, System.Globalization.CultureInfo) + nameWithType: LanguageNameToFlagConverter.ConvertBack(Object, Type[], Object, CultureInfo) nameWithType.vb: LanguageNameToFlagConverter.ConvertBack(Object, Type(), Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.LanguageNameToFlagConverter.ConvertBack* name: ConvertBack @@ -28028,28 +21460,22 @@ references: name: MathMultipleConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.html#Sdl_Desktop_Platform_Controls_Converters_MathMultipleConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.MathMultipleConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.New() nameWithType: MathMultipleConverter.MathMultipleConverter() - nameWithType.vb: MathMultipleConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.#ctor* name: MathMultipleConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.html#Sdl_Desktop_Platform_Controls_Converters_MathMultipleConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.MathMultipleConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.New nameWithType: MathMultipleConverter.MathMultipleConverter - nameWithType.vb: MathMultipleConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object[], Type, object, CultureInfo) + name: Convert(Object[], Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.html#Sdl_Desktop_Platform_Controls_Converters_MathMultipleConverter_Convert_System_Object___System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) name.vb: Convert(Object(), Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.Convert(object[], System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.Convert(Object(), System.Type, Object, System.Globalization.CultureInfo) - nameWithType: MathMultipleConverter.Convert(object[], Type, object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.Convert(System.Object[], System.Type, System.Object, System.Globalization.CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.Convert(System.Object(), System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: MathMultipleConverter.Convert(Object[], Type, Object, CultureInfo) nameWithType.vb: MathMultipleConverter.Convert(Object(), Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.Convert* name: Convert @@ -28058,13 +21484,13 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.Convert nameWithType: MathMultipleConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type[], object, CultureInfo) + name: ConvertBack(Object, Type[], Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.html#Sdl_Desktop_Platform_Controls_Converters_MathMultipleConverter_ConvertBack_System_Object_System_Type___System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) name.vb: ConvertBack(Object, Type(), Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.ConvertBack(object, System.Type[], object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.ConvertBack(Object, System.Type(), Object, System.Globalization.CultureInfo) - nameWithType: MathMultipleConverter.ConvertBack(object, Type[], object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.ConvertBack(System.Object, System.Type[], System.Object, System.Globalization.CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.ConvertBack(System.Object, System.Type(), System.Object, System.Globalization.CultureInfo) + nameWithType: MathMultipleConverter.ConvertBack(Object, Type[], Object, CultureInfo) nameWithType.vb: MathMultipleConverter.ConvertBack(Object, Type(), Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.MathMultipleConverter.ConvertBack* name: ConvertBack @@ -28124,29 +21550,20 @@ references: name: MediaColorToBrushColorConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.html#Sdl_Desktop_Platform_Controls_Converters_MediaColorToBrushColorConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.MediaColorToBrushColorConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.New() nameWithType: MediaColorToBrushColorConverter.MediaColorToBrushColorConverter() - nameWithType.vb: MediaColorToBrushColorConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.#ctor* name: MediaColorToBrushColorConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.html#Sdl_Desktop_Platform_Controls_Converters_MediaColorToBrushColorConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.MediaColorToBrushColorConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.New nameWithType: MediaColorToBrushColorConverter.MediaColorToBrushColorConverter - nameWithType.vb: MediaColorToBrushColorConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.html#Sdl_Desktop_Platform_Controls_Converters_MediaColorToBrushColorConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: MediaColorToBrushColorConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: MediaColorToBrushColorConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: MediaColorToBrushColorConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.html#Sdl_Desktop_Platform_Controls_Converters_MediaColorToBrushColorConverter_Convert_ @@ -28154,14 +21571,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.Convert nameWithType: MediaColorToBrushColorConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.html#Sdl_Desktop_Platform_Controls_Converters_MediaColorToBrushColorConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: MediaColorToBrushColorConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: MediaColorToBrushColorConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: MediaColorToBrushColorConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MediaColorToBrushColorConverter.html#Sdl_Desktop_Platform_Controls_Converters_MediaColorToBrushColorConverter_ConvertBack_ @@ -28178,28 +21592,22 @@ references: name: MenuControlEnabledConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.html#Sdl_Desktop_Platform_Controls_Converters_MenuControlEnabledConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.MenuControlEnabledConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.New() nameWithType: MenuControlEnabledConverter.MenuControlEnabledConverter() - nameWithType.vb: MenuControlEnabledConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.#ctor* name: MenuControlEnabledConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.html#Sdl_Desktop_Platform_Controls_Converters_MenuControlEnabledConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.MenuControlEnabledConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.New nameWithType: MenuControlEnabledConverter.MenuControlEnabledConverter - nameWithType.vb: MenuControlEnabledConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object[], Type, object, CultureInfo) + name: Convert(Object[], Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.html#Sdl_Desktop_Platform_Controls_Converters_MenuControlEnabledConverter_Convert_System_Object___System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) name.vb: Convert(Object(), Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.Convert(object[], System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.Convert(Object(), System.Type, Object, System.Globalization.CultureInfo) - nameWithType: MenuControlEnabledConverter.Convert(object[], Type, object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.Convert(System.Object[], System.Type, System.Object, System.Globalization.CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.Convert(System.Object(), System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: MenuControlEnabledConverter.Convert(Object[], Type, Object, CultureInfo) nameWithType.vb: MenuControlEnabledConverter.Convert(Object(), Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.Convert* name: Convert @@ -28208,13 +21616,13 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.Convert nameWithType: MenuControlEnabledConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type[], object, CultureInfo) + name: ConvertBack(Object, Type[], Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.html#Sdl_Desktop_Platform_Controls_Converters_MenuControlEnabledConverter_ConvertBack_System_Object_System_Type___System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) name.vb: ConvertBack(Object, Type(), Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.ConvertBack(object, System.Type[], object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.ConvertBack(Object, System.Type(), Object, System.Globalization.CultureInfo) - nameWithType: MenuControlEnabledConverter.ConvertBack(object, Type[], object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.ConvertBack(System.Object, System.Type[], System.Object, System.Globalization.CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.ConvertBack(System.Object, System.Type(), System.Object, System.Globalization.CultureInfo) + nameWithType: MenuControlEnabledConverter.ConvertBack(Object, Type[], Object, CultureInfo) nameWithType.vb: MenuControlEnabledConverter.ConvertBack(Object, Type(), Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.MenuControlEnabledConverter.ConvertBack* name: ConvertBack @@ -28232,28 +21640,22 @@ references: name: MenuControlScopeToVisibilityConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_MenuControlScopeToVisibilityConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.MenuControlScopeToVisibilityConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.New() nameWithType: MenuControlScopeToVisibilityConverter.MenuControlScopeToVisibilityConverter() - nameWithType.vb: MenuControlScopeToVisibilityConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.#ctor* name: MenuControlScopeToVisibilityConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_MenuControlScopeToVisibilityConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.MenuControlScopeToVisibilityConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.New nameWithType: MenuControlScopeToVisibilityConverter.MenuControlScopeToVisibilityConverter - nameWithType.vb: MenuControlScopeToVisibilityConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object[], Type, object, CultureInfo) + name: Convert(Object[], Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_MenuControlScopeToVisibilityConverter_Convert_System_Object___System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) name.vb: Convert(Object(), Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.Convert(object[], System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.Convert(Object(), System.Type, Object, System.Globalization.CultureInfo) - nameWithType: MenuControlScopeToVisibilityConverter.Convert(object[], Type, object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.Convert(System.Object[], System.Type, System.Object, System.Globalization.CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.Convert(System.Object(), System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: MenuControlScopeToVisibilityConverter.Convert(Object[], Type, Object, CultureInfo) nameWithType.vb: MenuControlScopeToVisibilityConverter.Convert(Object(), Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.Convert* name: Convert @@ -28262,13 +21664,13 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.Convert nameWithType: MenuControlScopeToVisibilityConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type[], object, CultureInfo) + name: ConvertBack(Object, Type[], Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_MenuControlScopeToVisibilityConverter_ConvertBack_System_Object_System_Type___System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) name.vb: ConvertBack(Object, Type(), Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.ConvertBack(object, System.Type[], object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.ConvertBack(Object, System.Type(), Object, System.Globalization.CultureInfo) - nameWithType: MenuControlScopeToVisibilityConverter.ConvertBack(object, Type[], object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.ConvertBack(System.Object, System.Type[], System.Object, System.Globalization.CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.ConvertBack(System.Object, System.Type(), System.Object, System.Globalization.CultureInfo) + nameWithType: MenuControlScopeToVisibilityConverter.ConvertBack(Object, Type[], Object, CultureInfo) nameWithType.vb: MenuControlScopeToVisibilityConverter.ConvertBack(Object, Type(), Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.MenuControlScopeToVisibilityConverter.ConvertBack* name: ConvertBack @@ -28286,29 +21688,20 @@ references: name: NullableToVisibilityConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_NullableToVisibilityConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.NullableToVisibilityConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.New() nameWithType: NullableToVisibilityConverter.NullableToVisibilityConverter() - nameWithType.vb: NullableToVisibilityConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.#ctor* name: NullableToVisibilityConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_NullableToVisibilityConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.NullableToVisibilityConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.New nameWithType: NullableToVisibilityConverter.NullableToVisibilityConverter - nameWithType.vb: NullableToVisibilityConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_NullableToVisibilityConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: NullableToVisibilityConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: NullableToVisibilityConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: NullableToVisibilityConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_NullableToVisibilityConverter_Convert_ @@ -28316,14 +21709,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.Convert nameWithType: NullableToVisibilityConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_NullableToVisibilityConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: NullableToVisibilityConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: NullableToVisibilityConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: NullableToVisibilityConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_NullableToVisibilityConverter_ConvertBack_ @@ -28340,29 +21730,20 @@ references: name: ObservableCollectionCountToVisibilityConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_ObservableCollectionCountToVisibilityConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.ObservableCollectionCountToVisibilityConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.New() nameWithType: ObservableCollectionCountToVisibilityConverter.ObservableCollectionCountToVisibilityConverter() - nameWithType.vb: ObservableCollectionCountToVisibilityConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.#ctor* name: ObservableCollectionCountToVisibilityConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_ObservableCollectionCountToVisibilityConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.ObservableCollectionCountToVisibilityConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.New nameWithType: ObservableCollectionCountToVisibilityConverter.ObservableCollectionCountToVisibilityConverter - nameWithType.vb: ObservableCollectionCountToVisibilityConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_ObservableCollectionCountToVisibilityConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: ObservableCollectionCountToVisibilityConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: ObservableCollectionCountToVisibilityConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: ObservableCollectionCountToVisibilityConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_ObservableCollectionCountToVisibilityConverter_Convert_ @@ -28370,14 +21751,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.Convert nameWithType: ObservableCollectionCountToVisibilityConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_ObservableCollectionCountToVisibilityConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: ObservableCollectionCountToVisibilityConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: ObservableCollectionCountToVisibilityConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: ObservableCollectionCountToVisibilityConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_ObservableCollectionCountToVisibilityConverter_ConvertBack_ @@ -28394,29 +21772,20 @@ references: name: PercentRangeToColorConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.html#Sdl_Desktop_Platform_Controls_Converters_PercentRangeToColorConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.PercentRangeToColorConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.New() nameWithType: PercentRangeToColorConverter.PercentRangeToColorConverter() - nameWithType.vb: PercentRangeToColorConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.#ctor* name: PercentRangeToColorConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.html#Sdl_Desktop_Platform_Controls_Converters_PercentRangeToColorConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.PercentRangeToColorConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.New nameWithType: PercentRangeToColorConverter.PercentRangeToColorConverter - nameWithType.vb: PercentRangeToColorConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.html#Sdl_Desktop_Platform_Controls_Converters_PercentRangeToColorConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: PercentRangeToColorConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: PercentRangeToColorConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: PercentRangeToColorConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.html#Sdl_Desktop_Platform_Controls_Converters_PercentRangeToColorConverter_Convert_ @@ -28424,14 +21793,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.Convert nameWithType: PercentRangeToColorConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.html#Sdl_Desktop_Platform_Controls_Converters_PercentRangeToColorConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: PercentRangeToColorConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: PercentRangeToColorConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: PercentRangeToColorConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.html#Sdl_Desktop_Platform_Controls_Converters_PercentRangeToColorConverter_ConvertBack_ @@ -28448,29 +21814,20 @@ references: name: StringIsNullOrEmptyToBool() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.html#Sdl_Desktop_Platform_Controls_Converters_StringIsNullOrEmptyToBool__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.StringIsNullOrEmptyToBool() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.New() nameWithType: StringIsNullOrEmptyToBool.StringIsNullOrEmptyToBool() - nameWithType.vb: StringIsNullOrEmptyToBool.New() - uid: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.#ctor* name: StringIsNullOrEmptyToBool href: api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.html#Sdl_Desktop_Platform_Controls_Converters_StringIsNullOrEmptyToBool__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.StringIsNullOrEmptyToBool - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.New nameWithType: StringIsNullOrEmptyToBool.StringIsNullOrEmptyToBool - nameWithType.vb: StringIsNullOrEmptyToBool.New - uid: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.html#Sdl_Desktop_Platform_Controls_Converters_StringIsNullOrEmptyToBool_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: StringIsNullOrEmptyToBool.Convert(object, Type, object, CultureInfo) - nameWithType.vb: StringIsNullOrEmptyToBool.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: StringIsNullOrEmptyToBool.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.html#Sdl_Desktop_Platform_Controls_Converters_StringIsNullOrEmptyToBool_Convert_ @@ -28478,14 +21835,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.Convert nameWithType: StringIsNullOrEmptyToBool.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.html#Sdl_Desktop_Platform_Controls_Converters_StringIsNullOrEmptyToBool_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: StringIsNullOrEmptyToBool.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: StringIsNullOrEmptyToBool.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: StringIsNullOrEmptyToBool.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.html#Sdl_Desktop_Platform_Controls_Converters_StringIsNullOrEmptyToBool_ConvertBack_ @@ -28502,29 +21856,20 @@ references: name: StringIsNullOrEmptyToVisibility() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.html#Sdl_Desktop_Platform_Controls_Converters_StringIsNullOrEmptyToVisibility__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.StringIsNullOrEmptyToVisibility() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.New() nameWithType: StringIsNullOrEmptyToVisibility.StringIsNullOrEmptyToVisibility() - nameWithType.vb: StringIsNullOrEmptyToVisibility.New() - uid: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.#ctor* name: StringIsNullOrEmptyToVisibility href: api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.html#Sdl_Desktop_Platform_Controls_Converters_StringIsNullOrEmptyToVisibility__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.StringIsNullOrEmptyToVisibility - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.New nameWithType: StringIsNullOrEmptyToVisibility.StringIsNullOrEmptyToVisibility - nameWithType.vb: StringIsNullOrEmptyToVisibility.New - uid: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.html#Sdl_Desktop_Platform_Controls_Converters_StringIsNullOrEmptyToVisibility_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: StringIsNullOrEmptyToVisibility.Convert(object, Type, object, CultureInfo) - nameWithType.vb: StringIsNullOrEmptyToVisibility.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: StringIsNullOrEmptyToVisibility.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.html#Sdl_Desktop_Platform_Controls_Converters_StringIsNullOrEmptyToVisibility_Convert_ @@ -28532,14 +21877,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.Convert nameWithType: StringIsNullOrEmptyToVisibility.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.html#Sdl_Desktop_Platform_Controls_Converters_StringIsNullOrEmptyToVisibility_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: StringIsNullOrEmptyToVisibility.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: StringIsNullOrEmptyToVisibility.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: StringIsNullOrEmptyToVisibility.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility.html#Sdl_Desktop_Platform_Controls_Converters_StringIsNullOrEmptyToVisibility_ConvertBack_ @@ -28556,29 +21898,20 @@ references: name: ViewBoxMaxWidthOrHeightConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.html#Sdl_Desktop_Platform_Controls_Converters_ViewBoxMaxWidthOrHeightConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.ViewBoxMaxWidthOrHeightConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.New() nameWithType: ViewBoxMaxWidthOrHeightConverter.ViewBoxMaxWidthOrHeightConverter() - nameWithType.vb: ViewBoxMaxWidthOrHeightConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.#ctor* name: ViewBoxMaxWidthOrHeightConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.html#Sdl_Desktop_Platform_Controls_Converters_ViewBoxMaxWidthOrHeightConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.ViewBoxMaxWidthOrHeightConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.New nameWithType: ViewBoxMaxWidthOrHeightConverter.ViewBoxMaxWidthOrHeightConverter - nameWithType.vb: ViewBoxMaxWidthOrHeightConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.html#Sdl_Desktop_Platform_Controls_Converters_ViewBoxMaxWidthOrHeightConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: ViewBoxMaxWidthOrHeightConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: ViewBoxMaxWidthOrHeightConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: ViewBoxMaxWidthOrHeightConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.html#Sdl_Desktop_Platform_Controls_Converters_ViewBoxMaxWidthOrHeightConverter_Convert_ @@ -28586,14 +21919,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.Convert nameWithType: ViewBoxMaxWidthOrHeightConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.html#Sdl_Desktop_Platform_Controls_Converters_ViewBoxMaxWidthOrHeightConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: ViewBoxMaxWidthOrHeightConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: ViewBoxMaxWidthOrHeightConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: ViewBoxMaxWidthOrHeightConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter.html#Sdl_Desktop_Platform_Controls_Converters_ViewBoxMaxWidthOrHeightConverter_ConvertBack_ @@ -28610,29 +21940,20 @@ references: name: VisibilityToBooleanConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_VisibilityToBooleanConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.VisibilityToBooleanConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.New() nameWithType: VisibilityToBooleanConverter.VisibilityToBooleanConverter() - nameWithType.vb: VisibilityToBooleanConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.#ctor* name: VisibilityToBooleanConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_VisibilityToBooleanConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.VisibilityToBooleanConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.New nameWithType: VisibilityToBooleanConverter.VisibilityToBooleanConverter - nameWithType.vb: VisibilityToBooleanConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_VisibilityToBooleanConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: VisibilityToBooleanConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: VisibilityToBooleanConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: VisibilityToBooleanConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_VisibilityToBooleanConverter_Convert_ @@ -28640,14 +21961,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.Convert nameWithType: VisibilityToBooleanConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_VisibilityToBooleanConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: VisibilityToBooleanConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: VisibilityToBooleanConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: VisibilityToBooleanConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.VisibilityToBooleanConverter.html#Sdl_Desktop_Platform_Controls_Converters_VisibilityToBooleanConverter_ConvertBack_ @@ -28664,29 +21982,20 @@ references: name: WordCountToStringConverter() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_WordCountToStringConverter__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.WordCountToStringConverter() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.New() nameWithType: WordCountToStringConverter.WordCountToStringConverter() - nameWithType.vb: WordCountToStringConverter.New() - uid: Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.#ctor* name: WordCountToStringConverter href: api/integration/Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_WordCountToStringConverter__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.WordCountToStringConverter - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.New nameWithType: WordCountToStringConverter.WordCountToStringConverter - nameWithType.vb: WordCountToStringConverter.New - uid: Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: Convert(object, Type, object, CultureInfo) + name: Convert(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_WordCountToStringConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: Convert(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: WordCountToStringConverter.Convert(object, Type, object, CultureInfo) - nameWithType.vb: WordCountToStringConverter.Convert(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.Convert(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: WordCountToStringConverter.Convert(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.Convert* name: Convert href: api/integration/Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_WordCountToStringConverter_Convert_ @@ -28694,14 +22003,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.Convert nameWithType: WordCountToStringConverter.Convert - uid: Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name: ConvertBack(object, Type, object, CultureInfo) + name: ConvertBack(Object, Type, Object, CultureInfo) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_WordCountToStringConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) - name.vb: ConvertBack(Object, Type, Object, CultureInfo) - fullName: Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) - nameWithType: WordCountToStringConverter.ConvertBack(object, Type, object, CultureInfo) - nameWithType.vb: WordCountToStringConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.ConvertBack(System.Object, System.Type, System.Object, System.Globalization.CultureInfo) + nameWithType: WordCountToStringConverter.ConvertBack(Object, Type, Object, CultureInfo) - uid: Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.ConvertBack* name: ConvertBack href: api/integration/Sdl.Desktop.Platform.Controls.Converters.WordCountToStringConverter.html#Sdl_Desktop_Platform_Controls_Converters_WordCountToStringConverter_ConvertBack_ @@ -28733,14 +22039,11 @@ references: fullName: Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.GetFormattedText nameWithType: WpfFormattedText.GetFormattedText - uid: Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.SetFormattedText(System.Windows.DependencyObject,System.String) - name: SetFormattedText(DependencyObject, string) + name: SetFormattedText(DependencyObject, String) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.html#Sdl_Desktop_Platform_Controls_Converters_WpfFormattedText_SetFormattedText_System_Windows_DependencyObject_System_String_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.SetFormattedText(System.Windows.DependencyObject,System.String) - name.vb: SetFormattedText(DependencyObject, String) - fullName: Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.SetFormattedText(System.Windows.DependencyObject, string) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.SetFormattedText(System.Windows.DependencyObject, String) - nameWithType: WpfFormattedText.SetFormattedText(DependencyObject, string) - nameWithType.vb: WpfFormattedText.SetFormattedText(DependencyObject, String) + fullName: Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.SetFormattedText(System.Windows.DependencyObject, System.String) + nameWithType: WpfFormattedText.SetFormattedText(DependencyObject, String) - uid: Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.SetFormattedText* name: SetFormattedText href: api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.html#Sdl_Desktop_Platform_Controls_Converters_WpfFormattedText_SetFormattedText_ @@ -28757,29 +22060,20 @@ references: name: TextPart() href: api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.html#Sdl_Desktop_Platform_Controls_Converters_WpfFormattedText_TextPart__ctor commentId: M:Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.TextPart() - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.New() nameWithType: WpfFormattedText.TextPart.TextPart() - nameWithType.vb: WpfFormattedText.TextPart.New() - uid: Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.#ctor(System.Windows.Documents.Inline,System.Windows.Documents.InlineCollection) name: TextPart(Inline, InlineCollection) href: api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.html#Sdl_Desktop_Platform_Controls_Converters_WpfFormattedText_TextPart__ctor_System_Windows_Documents_Inline_System_Windows_Documents_InlineCollection_ commentId: M:Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.#ctor(System.Windows.Documents.Inline,System.Windows.Documents.InlineCollection) - name.vb: New(Inline, InlineCollection) fullName: Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.TextPart(System.Windows.Documents.Inline, System.Windows.Documents.InlineCollection) - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.New(System.Windows.Documents.Inline, System.Windows.Documents.InlineCollection) nameWithType: WpfFormattedText.TextPart.TextPart(Inline, InlineCollection) - nameWithType.vb: WpfFormattedText.TextPart.New(Inline, InlineCollection) - uid: Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.#ctor* name: TextPart href: api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.html#Sdl_Desktop_Platform_Controls_Converters_WpfFormattedText_TextPart__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.TextPart - fullName.vb: Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.New nameWithType: WpfFormattedText.TextPart.TextPart - nameWithType.vb: WpfFormattedText.TextPart.New - uid: Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.mChildren name: mChildren href: api/integration/Sdl.Desktop.Platform.Controls.Converters.WpfFormattedText.TextPart.html#Sdl_Desktop_Platform_Controls_Converters_WpfFormattedText_TextPart_mChildren @@ -28823,32 +22117,23 @@ references: fullName: Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity nameWithType: ValidationResultWithSeverity - uid: Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.#ctor(System.String) - name: ValidationResultWithSeverity(string) + name: ValidationResultWithSeverity(String) href: api/integration/Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.html#Sdl_Desktop_Platform_Controls_Errors_ValidationResultWithSeverity__ctor_System_String_ commentId: M:Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.ValidationResultWithSeverity(string) - fullName.vb: Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.New(String) - nameWithType: ValidationResultWithSeverity.ValidationResultWithSeverity(string) - nameWithType.vb: ValidationResultWithSeverity.New(String) + fullName: Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.ValidationResultWithSeverity(System.String) + nameWithType: ValidationResultWithSeverity.ValidationResultWithSeverity(String) - uid: Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.#ctor(System.String,Sdl.Desktop.Platform.Controls.Errors.Severity) - name: ValidationResultWithSeverity(string, Severity) + name: ValidationResultWithSeverity(String, Severity) href: api/integration/Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.html#Sdl_Desktop_Platform_Controls_Errors_ValidationResultWithSeverity__ctor_System_String_Sdl_Desktop_Platform_Controls_Errors_Severity_ commentId: M:Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.#ctor(System.String,Sdl.Desktop.Platform.Controls.Errors.Severity) - name.vb: New(String, Severity) - fullName: Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.ValidationResultWithSeverity(string, Sdl.Desktop.Platform.Controls.Errors.Severity) - fullName.vb: Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.New(String, Sdl.Desktop.Platform.Controls.Errors.Severity) - nameWithType: ValidationResultWithSeverity.ValidationResultWithSeverity(string, Severity) - nameWithType.vb: ValidationResultWithSeverity.New(String, Severity) + fullName: Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.ValidationResultWithSeverity(System.String, Sdl.Desktop.Platform.Controls.Errors.Severity) + nameWithType: ValidationResultWithSeverity.ValidationResultWithSeverity(String, Severity) - uid: Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.#ctor* name: ValidationResultWithSeverity href: api/integration/Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.html#Sdl_Desktop_Platform_Controls_Errors_ValidationResultWithSeverity__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.ValidationResultWithSeverity - fullName.vb: Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.New nameWithType: ValidationResultWithSeverity.ValidationResultWithSeverity - nameWithType.vb: ValidationResultWithSeverity.New - uid: Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.Severity name: Severity href: api/integration/Sdl.Desktop.Platform.Controls.Errors.ValidationResultWithSeverity.html#Sdl_Desktop_Platform_Controls_Errors_ValidationResultWithSeverity_Severity @@ -28874,23 +22159,17 @@ references: fullName: Sdl.Desktop.Platform.Controls.Summary.DetailEntry nameWithType: DetailEntry - uid: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.#ctor(System.String,System.String) - name: DetailEntry(string, string) + name: DetailEntry(String, String) href: api/integration/Sdl.Desktop.Platform.Controls.Summary.DetailEntry.html#Sdl_Desktop_Platform_Controls_Summary_DetailEntry__ctor_System_String_System_String_ commentId: M:Sdl.Desktop.Platform.Controls.Summary.DetailEntry.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.DetailEntry(string, string) - fullName.vb: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.New(String, String) - nameWithType: DetailEntry.DetailEntry(string, string) - nameWithType.vb: DetailEntry.New(String, String) + fullName: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.DetailEntry(System.String, System.String) + nameWithType: DetailEntry.DetailEntry(String, String) - uid: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.#ctor* name: DetailEntry href: api/integration/Sdl.Desktop.Platform.Controls.Summary.DetailEntry.html#Sdl_Desktop_Platform_Controls_Summary_DetailEntry__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Summary.DetailEntry.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.DetailEntry - fullName.vb: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.New nameWithType: DetailEntry.DetailEntry - nameWithType.vb: DetailEntry.New - uid: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Icon name: Icon href: api/integration/Sdl.Desktop.Platform.Controls.Summary.DetailEntry.html#Sdl_Desktop_Platform_Controls_Summary_DetailEntry_Icon @@ -28952,23 +22231,20 @@ references: fullName: Sdl.Desktop.Platform.Controls.Summary.SummarySection nameWithType: SummarySection - uid: Sdl.Desktop.Platform.Controls.Summary.SummarySection.#ctor(System.String,System.Collections.Generic.IList{Sdl.Desktop.Platform.Controls.Summary.DetailEntry}) - name: SummarySection(string, IList) + name: SummarySection(String, IList) href: api/integration/Sdl.Desktop.Platform.Controls.Summary.SummarySection.html#Sdl_Desktop_Platform_Controls_Summary_SummarySection__ctor_System_String_System_Collections_Generic_IList_Sdl_Desktop_Platform_Controls_Summary_DetailEntry__ commentId: M:Sdl.Desktop.Platform.Controls.Summary.SummarySection.#ctor(System.String,System.Collections.Generic.IList{Sdl.Desktop.Platform.Controls.Summary.DetailEntry}) - name.vb: New(String, IList(Of DetailEntry)) - fullName: Sdl.Desktop.Platform.Controls.Summary.SummarySection.SummarySection(string, System.Collections.Generic.IList) - fullName.vb: Sdl.Desktop.Platform.Controls.Summary.SummarySection.New(String, System.Collections.Generic.IList(Of Sdl.Desktop.Platform.Controls.Summary.DetailEntry)) - nameWithType: SummarySection.SummarySection(string, IList) - nameWithType.vb: SummarySection.New(String, IList(Of DetailEntry)) + name.vb: SummarySection(String, IList(Of DetailEntry)) + fullName: Sdl.Desktop.Platform.Controls.Summary.SummarySection.SummarySection(System.String, System.Collections.Generic.IList) + fullName.vb: Sdl.Desktop.Platform.Controls.Summary.SummarySection.SummarySection(System.String, System.Collections.Generic.IList(Of Sdl.Desktop.Platform.Controls.Summary.DetailEntry)) + nameWithType: SummarySection.SummarySection(String, IList) + nameWithType.vb: SummarySection.SummarySection(String, IList(Of DetailEntry)) - uid: Sdl.Desktop.Platform.Controls.Summary.SummarySection.#ctor* name: SummarySection href: api/integration/Sdl.Desktop.Platform.Controls.Summary.SummarySection.html#Sdl_Desktop_Platform_Controls_Summary_SummarySection__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Summary.SummarySection.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Summary.SummarySection.SummarySection - fullName.vb: Sdl.Desktop.Platform.Controls.Summary.SummarySection.New nameWithType: SummarySection.SummarySection - nameWithType.vb: SummarySection.New - uid: Sdl.Desktop.Platform.Controls.Summary.SummarySection.Entries name: Entries href: api/integration/Sdl.Desktop.Platform.Controls.Summary.SummarySection.html#Sdl_Desktop_Platform_Controls_Summary_SummarySection_Entries @@ -29003,20 +22279,14 @@ references: name: SummaryView() href: api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryView.html#Sdl_Desktop_Platform_Controls_Summary_SummaryView__ctor commentId: M:Sdl.Desktop.Platform.Controls.Summary.SummaryView.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Controls.Summary.SummaryView.SummaryView() - fullName.vb: Sdl.Desktop.Platform.Controls.Summary.SummaryView.New() nameWithType: SummaryView.SummaryView() - nameWithType.vb: SummaryView.New() - uid: Sdl.Desktop.Platform.Controls.Summary.SummaryView.#ctor* name: SummaryView href: api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryView.html#Sdl_Desktop_Platform_Controls_Summary_SummaryView__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Summary.SummaryView.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Summary.SummaryView.SummaryView - fullName.vb: Sdl.Desktop.Platform.Controls.Summary.SummaryView.New nameWithType: SummaryView.SummaryView - nameWithType.vb: SummaryView.New - uid: Sdl.Desktop.Platform.Controls.Summary.SummaryView.InitializeComponent name: InitializeComponent() href: api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryView.html#Sdl_Desktop_Platform_Controls_Summary_SummaryView_InitializeComponent @@ -29039,20 +22309,14 @@ references: name: SummaryViewModel(ISummaryData) href: api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.html#Sdl_Desktop_Platform_Controls_Summary_SummaryViewModel__ctor_Sdl_Desktop_Platform_Controls_Summary_ISummaryData_ commentId: M:Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.#ctor(Sdl.Desktop.Platform.Controls.Summary.ISummaryData) - name.vb: New(ISummaryData) fullName: Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.SummaryViewModel(Sdl.Desktop.Platform.Controls.Summary.ISummaryData) - fullName.vb: Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.New(Sdl.Desktop.Platform.Controls.Summary.ISummaryData) nameWithType: SummaryViewModel.SummaryViewModel(ISummaryData) - nameWithType.vb: SummaryViewModel.New(ISummaryData) - uid: Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.#ctor* name: SummaryViewModel href: api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.html#Sdl_Desktop_Platform_Controls_Summary_SummaryViewModel__ctor_ commentId: Overload:Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.SummaryViewModel - fullName.vb: Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.New nameWithType: SummaryViewModel.SummaryViewModel - nameWithType.vb: SummaryViewModel.New - uid: Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.SummarySections name: SummarySections href: api/integration/Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.html#Sdl_Desktop_Platform_Controls_Summary_SummaryViewModel_SummarySections @@ -29081,20 +22345,14 @@ references: name: TranslationMemoryIcons() href: api/integration/Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.html#Sdl_Desktop_Platform_Styles_ImageResources_TranslationMemoryIcons__ctor commentId: M:Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.TranslationMemoryIcons() - fullName.vb: Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.New() nameWithType: TranslationMemoryIcons.TranslationMemoryIcons() - nameWithType.vb: TranslationMemoryIcons.New() - uid: Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.#ctor* name: TranslationMemoryIcons href: api/integration/Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.html#Sdl_Desktop_Platform_Styles_ImageResources_TranslationMemoryIcons__ctor_ commentId: Overload:Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.TranslationMemoryIcons - fullName.vb: Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.New nameWithType: TranslationMemoryIcons.TranslationMemoryIcons - nameWithType.vb: TranslationMemoryIcons.New - uid: Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.InitializeComponent name: InitializeComponent() href: api/integration/Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.html#Sdl_Desktop_Platform_Styles_ImageResources_TranslationMemoryIcons_InitializeComponent @@ -29117,20 +22375,14 @@ references: name: UserIcons() href: api/integration/Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.html#Sdl_Desktop_Platform_Styles_ImageResources_UserIcons__ctor commentId: M:Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.#ctor - name.vb: New() fullName: Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.UserIcons() - fullName.vb: Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.New() nameWithType: UserIcons.UserIcons() - nameWithType.vb: UserIcons.New() - uid: Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.#ctor* name: UserIcons href: api/integration/Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.html#Sdl_Desktop_Platform_Styles_ImageResources_UserIcons__ctor_ commentId: Overload:Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.#ctor - name.vb: New fullName: Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.UserIcons - fullName.vb: Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.New nameWithType: UserIcons.UserIcons - nameWithType.vb: UserIcons.New - uid: Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.InitializeComponent name: InitializeComponent() href: api/integration/Sdl.Desktop.Platform.Styles.ImageResources.UserIcons.html#Sdl_Desktop_Platform_Styles_ImageResources_UserIcons_InitializeComponent @@ -29159,29 +22411,20 @@ references: name: BasicSegmentEditControl() href: api/integration/Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.html#Sdl_DesktopEditor_BasicControls_BasicSegmentEditControl__ctor commentId: M:Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.BasicSegmentEditControl() - fullName.vb: Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.New() nameWithType: BasicSegmentEditControl.BasicSegmentEditControl() - nameWithType.vb: BasicSegmentEditControl.New() - uid: Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.#ctor* name: BasicSegmentEditControl href: api/integration/Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.html#Sdl_DesktopEditor_BasicControls_BasicSegmentEditControl__ctor_ commentId: Overload:Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.#ctor - name.vb: New fullName: Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.BasicSegmentEditControl - fullName.vb: Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.New nameWithType: BasicSegmentEditControl.BasicSegmentEditControl - nameWithType.vb: BasicSegmentEditControl.New - uid: Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/integration/Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.html#Sdl_DesktopEditor_BasicControls_BasicSegmentEditControl_Dispose_System_Boolean_ commentId: M:Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.Dispose(bool) - fullName.vb: Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.Dispose(Boolean) - nameWithType: BasicSegmentEditControl.Dispose(bool) - nameWithType.vb: BasicSegmentEditControl.Dispose(Boolean) + fullName: Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.Dispose(System.Boolean) + nameWithType: BasicSegmentEditControl.Dispose(Boolean) - uid: Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.Dispose* name: Dispose href: api/integration/Sdl.DesktopEditor.BasicControls.BasicSegmentEditControl.html#Sdl_DesktopEditor_BasicControls_BasicSegmentEditControl_Dispose_ @@ -29282,29 +22525,20 @@ references: name: ActiveRowChangedEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_ActiveRowChangedEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.ActiveRowChangedEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.New() nameWithType: ActiveRowChangedEventArgs.ActiveRowChangedEventArgs() - nameWithType.vb: ActiveRowChangedEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.#ctor(Sdl.DesktopEditor.EditorApi.IRowInfo,Sdl.DesktopEditor.EditorApi.IRowInfo) name: ActiveRowChangedEventArgs(IRowInfo, IRowInfo) href: api/integration/Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_ActiveRowChangedEventArgs__ctor_Sdl_DesktopEditor_EditorApi_IRowInfo_Sdl_DesktopEditor_EditorApi_IRowInfo_ commentId: M:Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.#ctor(Sdl.DesktopEditor.EditorApi.IRowInfo,Sdl.DesktopEditor.EditorApi.IRowInfo) - name.vb: New(IRowInfo, IRowInfo) fullName: Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.ActiveRowChangedEventArgs(Sdl.DesktopEditor.EditorApi.IRowInfo, Sdl.DesktopEditor.EditorApi.IRowInfo) - fullName.vb: Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.New(Sdl.DesktopEditor.EditorApi.IRowInfo, Sdl.DesktopEditor.EditorApi.IRowInfo) nameWithType: ActiveRowChangedEventArgs.ActiveRowChangedEventArgs(IRowInfo, IRowInfo) - nameWithType.vb: ActiveRowChangedEventArgs.New(IRowInfo, IRowInfo) - uid: Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.#ctor* name: ActiveRowChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_ActiveRowChangedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.ActiveRowChangedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.New nameWithType: ActiveRowChangedEventArgs.ActiveRowChangedEventArgs - nameWithType.vb: ActiveRowChangedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.NewActiveRow name: NewActiveRow href: api/integration/Sdl.DesktopEditor.EditorApi.ActiveRowChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_ActiveRowChangedEventArgs_NewActiveRow @@ -29339,20 +22573,14 @@ references: name: AfterEditControlsCreatedEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.AfterEditControlsCreatedEventArgs.html#Sdl_DesktopEditor_EditorApi_AfterEditControlsCreatedEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.AfterEditControlsCreatedEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.AfterEditControlsCreatedEventArgs.AfterEditControlsCreatedEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.AfterEditControlsCreatedEventArgs.New() nameWithType: AfterEditControlsCreatedEventArgs.AfterEditControlsCreatedEventArgs() - nameWithType.vb: AfterEditControlsCreatedEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.AfterEditControlsCreatedEventArgs.#ctor* name: AfterEditControlsCreatedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.AfterEditControlsCreatedEventArgs.html#Sdl_DesktopEditor_EditorApi_AfterEditControlsCreatedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.AfterEditControlsCreatedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.AfterEditControlsCreatedEventArgs.AfterEditControlsCreatedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.AfterEditControlsCreatedEventArgs.New nameWithType: AfterEditControlsCreatedEventArgs.AfterEditControlsCreatedEventArgs - nameWithType.vb: AfterEditControlsCreatedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs name: AfterInitialUpdateEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs.html @@ -29363,20 +22591,14 @@ references: name: AfterInitialUpdateEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs.html#Sdl_DesktopEditor_EditorApi_AfterInitialUpdateEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs.AfterInitialUpdateEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs.New() nameWithType: AfterInitialUpdateEventArgs.AfterInitialUpdateEventArgs() - nameWithType.vb: AfterInitialUpdateEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs.#ctor* name: AfterInitialUpdateEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs.html#Sdl_DesktopEditor_EditorApi_AfterInitialUpdateEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs.AfterInitialUpdateEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.AfterInitialUpdateEventArgs.New nameWithType: AfterInitialUpdateEventArgs.AfterInitialUpdateEventArgs - nameWithType.vb: AfterInitialUpdateEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException name: ChangeNotAllowedException href: api/integration/Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.html @@ -29387,47 +22609,32 @@ references: name: ChangeNotAllowedException() href: api/integration/Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.html#Sdl_DesktopEditor_EditorApi_ChangeNotAllowedException__ctor commentId: M:Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.ChangeNotAllowedException() - fullName.vb: Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.New() nameWithType: ChangeNotAllowedException.ChangeNotAllowedException() - nameWithType.vb: ChangeNotAllowedException.New() - uid: Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: ChangeNotAllowedException(SerializationInfo, StreamingContext) href: api/integration/Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.html#Sdl_DesktopEditor_EditorApi_ChangeNotAllowedException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.ChangeNotAllowedException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: ChangeNotAllowedException.ChangeNotAllowedException(SerializationInfo, StreamingContext) - nameWithType.vb: ChangeNotAllowedException.New(SerializationInfo, StreamingContext) - uid: Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.#ctor(System.String,System.String) - name: ChangeNotAllowedException(string, string) + name: ChangeNotAllowedException(String, String) href: api/integration/Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.html#Sdl_DesktopEditor_EditorApi_ChangeNotAllowedException__ctor_System_String_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.ChangeNotAllowedException(string, string) - fullName.vb: Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.New(String, String) - nameWithType: ChangeNotAllowedException.ChangeNotAllowedException(string, string) - nameWithType.vb: ChangeNotAllowedException.New(String, String) + fullName: Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.ChangeNotAllowedException(System.String, System.String) + nameWithType: ChangeNotAllowedException.ChangeNotAllowedException(String, String) - uid: Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.#ctor(System.String,System.String,System.Exception) - name: ChangeNotAllowedException(string, string, Exception) + name: ChangeNotAllowedException(String, String, Exception) href: api/integration/Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.html#Sdl_DesktopEditor_EditorApi_ChangeNotAllowedException__ctor_System_String_System_String_System_Exception_ commentId: M:Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.#ctor(System.String,System.String,System.Exception) - name.vb: New(String, String, Exception) - fullName: Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.ChangeNotAllowedException(string, string, System.Exception) - fullName.vb: Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.New(String, String, System.Exception) - nameWithType: ChangeNotAllowedException.ChangeNotAllowedException(string, string, Exception) - nameWithType.vb: ChangeNotAllowedException.New(String, String, Exception) + fullName: Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.ChangeNotAllowedException(System.String, System.String, System.Exception) + nameWithType: ChangeNotAllowedException.ChangeNotAllowedException(String, String, Exception) - uid: Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.#ctor* name: ChangeNotAllowedException href: api/integration/Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.html#Sdl_DesktopEditor_EditorApi_ChangeNotAllowedException__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.ChangeNotAllowedException - fullName.vb: Sdl.DesktopEditor.EditorApi.ChangeNotAllowedException.New nameWithType: ChangeNotAllowedException.ChangeNotAllowedException - nameWithType.vb: ChangeNotAllowedException.New - uid: Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs name: ContentHeightChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.html @@ -29438,29 +22645,20 @@ references: name: ContentHeightChangedEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_ContentHeightChangedEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.ContentHeightChangedEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.New() nameWithType: ContentHeightChangedEventArgs.ContentHeightChangedEventArgs() - nameWithType.vb: ContentHeightChangedEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.#ctor(System.Int64,System.Int64) - name: ContentHeightChangedEventArgs(long, long) + name: ContentHeightChangedEventArgs(Int64, Int64) href: api/integration/Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_ContentHeightChangedEventArgs__ctor_System_Int64_System_Int64_ commentId: M:Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.#ctor(System.Int64,System.Int64) - name.vb: New(Long, Long) - fullName: Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.ContentHeightChangedEventArgs(long, long) - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.New(Long, Long) - nameWithType: ContentHeightChangedEventArgs.ContentHeightChangedEventArgs(long, long) - nameWithType.vb: ContentHeightChangedEventArgs.New(Long, Long) + fullName: Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.ContentHeightChangedEventArgs(System.Int64, System.Int64) + nameWithType: ContentHeightChangedEventArgs.ContentHeightChangedEventArgs(Int64, Int64) - uid: Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.#ctor* name: ContentHeightChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_ContentHeightChangedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.ContentHeightChangedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.New nameWithType: ContentHeightChangedEventArgs.ContentHeightChangedEventArgs - nameWithType.vb: ContentHeightChangedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.NewHeight name: NewHeight href: api/integration/Sdl.DesktopEditor.EditorApi.ContentHeightChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_ContentHeightChangedEventArgs_NewHeight @@ -29495,47 +22693,32 @@ references: name: ContentNodeIterator(IAbstractContainerNode) href: api/integration/Sdl.DesktopEditor.EditorApi.ContentNodeIterator.html#Sdl_DesktopEditor_EditorApi_ContentNodeIterator__ctor_Sdl_DesktopEditor_EditorApi_IAbstractContainerNode_ commentId: M:Sdl.DesktopEditor.EditorApi.ContentNodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode) - name.vb: New(IAbstractContainerNode) fullName: Sdl.DesktopEditor.EditorApi.ContentNodeIterator.ContentNodeIterator(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode) - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentNodeIterator.New(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode) nameWithType: ContentNodeIterator.ContentNodeIterator(IAbstractContainerNode) - nameWithType.vb: ContentNodeIterator.New(IAbstractContainerNode) - uid: Sdl.DesktopEditor.EditorApi.ContentNodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode,Sdl.DesktopEditor.EditorApi.IAbstractNode) name: ContentNodeIterator(IAbstractContainerNode, IAbstractNode) href: api/integration/Sdl.DesktopEditor.EditorApi.ContentNodeIterator.html#Sdl_DesktopEditor_EditorApi_ContentNodeIterator__ctor_Sdl_DesktopEditor_EditorApi_IAbstractContainerNode_Sdl_DesktopEditor_EditorApi_IAbstractNode_ commentId: M:Sdl.DesktopEditor.EditorApi.ContentNodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode,Sdl.DesktopEditor.EditorApi.IAbstractNode) - name.vb: New(IAbstractContainerNode, IAbstractNode) fullName: Sdl.DesktopEditor.EditorApi.ContentNodeIterator.ContentNodeIterator(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode, Sdl.DesktopEditor.EditorApi.IAbstractNode) - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentNodeIterator.New(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode, Sdl.DesktopEditor.EditorApi.IAbstractNode) nameWithType: ContentNodeIterator.ContentNodeIterator(IAbstractContainerNode, IAbstractNode) - nameWithType.vb: ContentNodeIterator.New(IAbstractContainerNode, IAbstractNode) - uid: Sdl.DesktopEditor.EditorApi.ContentNodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractNode) name: ContentNodeIterator(IAbstractNode) href: api/integration/Sdl.DesktopEditor.EditorApi.ContentNodeIterator.html#Sdl_DesktopEditor_EditorApi_ContentNodeIterator__ctor_Sdl_DesktopEditor_EditorApi_IAbstractNode_ commentId: M:Sdl.DesktopEditor.EditorApi.ContentNodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractNode) - name.vb: New(IAbstractNode) fullName: Sdl.DesktopEditor.EditorApi.ContentNodeIterator.ContentNodeIterator(Sdl.DesktopEditor.EditorApi.IAbstractNode) - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentNodeIterator.New(Sdl.DesktopEditor.EditorApi.IAbstractNode) nameWithType: ContentNodeIterator.ContentNodeIterator(IAbstractNode) - nameWithType.vb: ContentNodeIterator.New(IAbstractNode) - uid: Sdl.DesktopEditor.EditorApi.ContentNodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractNode,Sdl.DesktopEditor.EditorApi.IAbstractContentNode) name: ContentNodeIterator(IAbstractNode, IAbstractContentNode) href: api/integration/Sdl.DesktopEditor.EditorApi.ContentNodeIterator.html#Sdl_DesktopEditor_EditorApi_ContentNodeIterator__ctor_Sdl_DesktopEditor_EditorApi_IAbstractNode_Sdl_DesktopEditor_EditorApi_IAbstractContentNode_ commentId: M:Sdl.DesktopEditor.EditorApi.ContentNodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractNode,Sdl.DesktopEditor.EditorApi.IAbstractContentNode) - name.vb: New(IAbstractNode, IAbstractContentNode) fullName: Sdl.DesktopEditor.EditorApi.ContentNodeIterator.ContentNodeIterator(Sdl.DesktopEditor.EditorApi.IAbstractNode, Sdl.DesktopEditor.EditorApi.IAbstractContentNode) - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentNodeIterator.New(Sdl.DesktopEditor.EditorApi.IAbstractNode, Sdl.DesktopEditor.EditorApi.IAbstractContentNode) nameWithType: ContentNodeIterator.ContentNodeIterator(IAbstractNode, IAbstractContentNode) - nameWithType.vb: ContentNodeIterator.New(IAbstractNode, IAbstractContentNode) - uid: Sdl.DesktopEditor.EditorApi.ContentNodeIterator.#ctor* name: ContentNodeIterator href: api/integration/Sdl.DesktopEditor.EditorApi.ContentNodeIterator.html#Sdl_DesktopEditor_EditorApi_ContentNodeIterator__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.ContentNodeIterator.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.ContentNodeIterator.ContentNodeIterator - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentNodeIterator.New nameWithType: ContentNodeIterator.ContentNodeIterator - nameWithType.vb: ContentNodeIterator.New - uid: Sdl.DesktopEditor.EditorApi.ContentNodeIterator._Container name: _Container href: api/integration/Sdl.DesktopEditor.EditorApi.ContentNodeIterator.html#Sdl_DesktopEditor_EditorApi_ContentNodeIterator__Container @@ -29648,65 +22831,44 @@ references: name: ContentRange() href: api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.html#Sdl_DesktopEditor_EditorApi_ContentRange__ctor commentId: M:Sdl.DesktopEditor.EditorApi.ContentRange.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.ContentRange.ContentRange() - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentRange.New() nameWithType: ContentRange.ContentRange() - nameWithType.vb: ContentRange.New() - uid: Sdl.DesktopEditor.EditorApi.ContentRange.#ctor(Sdl.DesktopEditor.EditorApi.ContentRange) name: ContentRange(ContentRange) href: api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.html#Sdl_DesktopEditor_EditorApi_ContentRange__ctor_Sdl_DesktopEditor_EditorApi_ContentRange_ commentId: M:Sdl.DesktopEditor.EditorApi.ContentRange.#ctor(Sdl.DesktopEditor.EditorApi.ContentRange) - name.vb: New(ContentRange) fullName: Sdl.DesktopEditor.EditorApi.ContentRange.ContentRange(Sdl.DesktopEditor.EditorApi.ContentRange) - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentRange.New(Sdl.DesktopEditor.EditorApi.ContentRange) nameWithType: ContentRange.ContentRange(ContentRange) - nameWithType.vb: ContentRange.New(ContentRange) - uid: Sdl.DesktopEditor.EditorApi.ContentRange.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractContentNode,Sdl.DesktopEditor.EditorApi.IAbstractContentNode) name: ContentRange(IAbstractContentNode, IAbstractContentNode) href: api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.html#Sdl_DesktopEditor_EditorApi_ContentRange__ctor_Sdl_DesktopEditor_EditorApi_IAbstractContentNode_Sdl_DesktopEditor_EditorApi_IAbstractContentNode_ commentId: M:Sdl.DesktopEditor.EditorApi.ContentRange.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractContentNode,Sdl.DesktopEditor.EditorApi.IAbstractContentNode) - name.vb: New(IAbstractContentNode, IAbstractContentNode) fullName: Sdl.DesktopEditor.EditorApi.ContentRange.ContentRange(Sdl.DesktopEditor.EditorApi.IAbstractContentNode, Sdl.DesktopEditor.EditorApi.IAbstractContentNode) - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentRange.New(Sdl.DesktopEditor.EditorApi.IAbstractContentNode, Sdl.DesktopEditor.EditorApi.IAbstractContentNode) nameWithType: ContentRange.ContentRange(IAbstractContentNode, IAbstractContentNode) - nameWithType.vb: ContentRange.New(IAbstractContentNode, IAbstractContentNode) - uid: Sdl.DesktopEditor.EditorApi.ContentRange.#ctor(Sdl.DesktopEditor.EditorApi.IContentSelection) name: ContentRange(IContentSelection) href: api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.html#Sdl_DesktopEditor_EditorApi_ContentRange__ctor_Sdl_DesktopEditor_EditorApi_IContentSelection_ commentId: M:Sdl.DesktopEditor.EditorApi.ContentRange.#ctor(Sdl.DesktopEditor.EditorApi.IContentSelection) - name.vb: New(IContentSelection) fullName: Sdl.DesktopEditor.EditorApi.ContentRange.ContentRange(Sdl.DesktopEditor.EditorApi.IContentSelection) - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentRange.New(Sdl.DesktopEditor.EditorApi.IContentSelection) nameWithType: ContentRange.ContentRange(IContentSelection) - nameWithType.vb: ContentRange.New(IContentSelection) - uid: Sdl.DesktopEditor.EditorApi.ContentRange.#ctor(Sdl.DesktopEditor.EditorApi.Position) name: ContentRange(Position) href: api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.html#Sdl_DesktopEditor_EditorApi_ContentRange__ctor_Sdl_DesktopEditor_EditorApi_Position_ commentId: M:Sdl.DesktopEditor.EditorApi.ContentRange.#ctor(Sdl.DesktopEditor.EditorApi.Position) - name.vb: New(Position) fullName: Sdl.DesktopEditor.EditorApi.ContentRange.ContentRange(Sdl.DesktopEditor.EditorApi.Position) - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentRange.New(Sdl.DesktopEditor.EditorApi.Position) nameWithType: ContentRange.ContentRange(Position) - nameWithType.vb: ContentRange.New(Position) - uid: Sdl.DesktopEditor.EditorApi.ContentRange.#ctor(Sdl.DesktopEditor.EditorApi.Position,Sdl.DesktopEditor.EditorApi.Position) name: ContentRange(Position, Position) href: api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.html#Sdl_DesktopEditor_EditorApi_ContentRange__ctor_Sdl_DesktopEditor_EditorApi_Position_Sdl_DesktopEditor_EditorApi_Position_ commentId: M:Sdl.DesktopEditor.EditorApi.ContentRange.#ctor(Sdl.DesktopEditor.EditorApi.Position,Sdl.DesktopEditor.EditorApi.Position) - name.vb: New(Position, Position) fullName: Sdl.DesktopEditor.EditorApi.ContentRange.ContentRange(Sdl.DesktopEditor.EditorApi.Position, Sdl.DesktopEditor.EditorApi.Position) - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentRange.New(Sdl.DesktopEditor.EditorApi.Position, Sdl.DesktopEditor.EditorApi.Position) nameWithType: ContentRange.ContentRange(Position, Position) - nameWithType.vb: ContentRange.New(Position, Position) - uid: Sdl.DesktopEditor.EditorApi.ContentRange.#ctor* name: ContentRange href: api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.html#Sdl_DesktopEditor_EditorApi_ContentRange__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.ContentRange.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.ContentRange.ContentRange - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentRange.New nameWithType: ContentRange.ContentRange - nameWithType.vb: ContentRange.New - uid: Sdl.DesktopEditor.EditorApi.ContentRange.Clone name: Clone() href: api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.html#Sdl_DesktopEditor_EditorApi_ContentRange_Clone @@ -29840,10 +23002,10 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ContentRange.Overlaps nameWithType: ContentRange.Overlaps - uid: Sdl.DesktopEditor.EditorApi.ContentRange.ReduceRanges(System.Collections.Generic.List{Sdl.DesktopEditor.EditorApi.ContentRange},Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest) - name: ReduceRanges(List, ReductionAllowedTest) + name: ReduceRanges(List, ContentRange.ReductionAllowedTest) href: api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.html#Sdl_DesktopEditor_EditorApi_ContentRange_ReduceRanges_System_Collections_Generic_List_Sdl_DesktopEditor_EditorApi_ContentRange__Sdl_DesktopEditor_EditorApi_ContentRange_ReductionAllowedTest_ commentId: M:Sdl.DesktopEditor.EditorApi.ContentRange.ReduceRanges(System.Collections.Generic.List{Sdl.DesktopEditor.EditorApi.ContentRange},Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest) - name.vb: ReduceRanges(List(Of ContentRange), ReductionAllowedTest) + name.vb: ReduceRanges(List(Of ContentRange), ContentRange.ReductionAllowedTest) fullName: Sdl.DesktopEditor.EditorApi.ContentRange.ReduceRanges(System.Collections.Generic.List, Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest) fullName.vb: Sdl.DesktopEditor.EditorApi.ContentRange.ReduceRanges(System.Collections.Generic.List(Of Sdl.DesktopEditor.EditorApi.ContentRange), Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest) nameWithType: ContentRange.ReduceRanges(List, ContentRange.ReductionAllowedTest) @@ -29861,32 +23023,23 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest nameWithType: ContentRange.ReductionAllowedTest - uid: Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.#ctor(System.Object,System.IntPtr) - name: ReductionAllowedTest(object, IntPtr) + name: ReductionAllowedTest(Object, IntPtr) href: api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.html#Sdl_DesktopEditor_EditorApi_ContentRange_ReductionAllowedTest__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.ReductionAllowedTest(object, System.IntPtr) - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.New(Object, System.IntPtr) - nameWithType: ContentRange.ReductionAllowedTest.ReductionAllowedTest(object, IntPtr) - nameWithType.vb: ContentRange.ReductionAllowedTest.New(Object, IntPtr) + fullName: Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.ReductionAllowedTest(System.Object, System.IntPtr) + nameWithType: ContentRange.ReductionAllowedTest.ReductionAllowedTest(Object, IntPtr) - uid: Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.#ctor* name: ReductionAllowedTest href: api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.html#Sdl_DesktopEditor_EditorApi_ContentRange_ReductionAllowedTest__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.ReductionAllowedTest - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.New nameWithType: ContentRange.ReductionAllowedTest.ReductionAllowedTest - nameWithType.vb: ContentRange.ReductionAllowedTest.New - uid: Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.BeginInvoke(Sdl.DesktopEditor.EditorApi.ContentRange,Sdl.DesktopEditor.EditorApi.ContentRange,System.AsyncCallback,System.Object) - name: BeginInvoke(ContentRange, ContentRange, AsyncCallback, object) + name: BeginInvoke(ContentRange, ContentRange, AsyncCallback, Object) href: api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.html#Sdl_DesktopEditor_EditorApi_ContentRange_ReductionAllowedTest_BeginInvoke_Sdl_DesktopEditor_EditorApi_ContentRange_Sdl_DesktopEditor_EditorApi_ContentRange_System_AsyncCallback_System_Object_ commentId: M:Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.BeginInvoke(Sdl.DesktopEditor.EditorApi.ContentRange,Sdl.DesktopEditor.EditorApi.ContentRange,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(ContentRange, ContentRange, AsyncCallback, Object) - fullName: Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.BeginInvoke(Sdl.DesktopEditor.EditorApi.ContentRange, Sdl.DesktopEditor.EditorApi.ContentRange, System.AsyncCallback, object) - fullName.vb: Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.BeginInvoke(Sdl.DesktopEditor.EditorApi.ContentRange, Sdl.DesktopEditor.EditorApi.ContentRange, System.AsyncCallback, Object) - nameWithType: ContentRange.ReductionAllowedTest.BeginInvoke(ContentRange, ContentRange, AsyncCallback, object) - nameWithType.vb: ContentRange.ReductionAllowedTest.BeginInvoke(ContentRange, ContentRange, AsyncCallback, Object) + fullName: Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.BeginInvoke(Sdl.DesktopEditor.EditorApi.ContentRange, Sdl.DesktopEditor.EditorApi.ContentRange, System.AsyncCallback, System.Object) + nameWithType: ContentRange.ReductionAllowedTest.BeginInvoke(ContentRange, ContentRange, AsyncCallback, Object) - uid: Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.BeginInvoke* name: BeginInvoke href: api/integration/Sdl.DesktopEditor.EditorApi.ContentRange.ReductionAllowedTest.html#Sdl_DesktopEditor_EditorApi_ContentRange_ReductionAllowedTest_BeginInvoke_ @@ -29960,32 +23113,23 @@ references: fullName: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider nameWithType: CorrespondenceProvider - uid: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.#ctor(System.Object,System.IntPtr) - name: CorrespondenceProvider(object, IntPtr) + name: CorrespondenceProvider(Object, IntPtr) href: api/integration/Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.html#Sdl_DesktopEditor_EditorApi_CorrespondenceProvider__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.CorrespondenceProvider(object, System.IntPtr) - fullName.vb: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.New(Object, System.IntPtr) - nameWithType: CorrespondenceProvider.CorrespondenceProvider(object, IntPtr) - nameWithType.vb: CorrespondenceProvider.New(Object, IntPtr) + fullName: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.CorrespondenceProvider(System.Object, System.IntPtr) + nameWithType: CorrespondenceProvider.CorrespondenceProvider(Object, IntPtr) - uid: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.#ctor* name: CorrespondenceProvider href: api/integration/Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.html#Sdl_DesktopEditor_EditorApi_CorrespondenceProvider__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.CorrespondenceProvider - fullName.vb: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.New nameWithType: CorrespondenceProvider.CorrespondenceProvider - nameWithType.vb: CorrespondenceProvider.New - uid: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.BeginInvoke(System.Int32,System.AsyncCallback,System.Object) - name: BeginInvoke(int, AsyncCallback, object) + name: BeginInvoke(Int32, AsyncCallback, Object) href: api/integration/Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.html#Sdl_DesktopEditor_EditorApi_CorrespondenceProvider_BeginInvoke_System_Int32_System_AsyncCallback_System_Object_ commentId: M:Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.BeginInvoke(System.Int32,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(Integer, AsyncCallback, Object) - fullName: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.BeginInvoke(int, System.AsyncCallback, object) - fullName.vb: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.BeginInvoke(Integer, System.AsyncCallback, Object) - nameWithType: CorrespondenceProvider.BeginInvoke(int, AsyncCallback, object) - nameWithType.vb: CorrespondenceProvider.BeginInvoke(Integer, AsyncCallback, Object) + fullName: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.BeginInvoke(System.Int32, System.AsyncCallback, System.Object) + nameWithType: CorrespondenceProvider.BeginInvoke(Int32, AsyncCallback, Object) - uid: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.BeginInvoke* name: BeginInvoke href: api/integration/Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.html#Sdl_DesktopEditor_EditorApi_CorrespondenceProvider_BeginInvoke_ @@ -30005,14 +23149,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.EndInvoke nameWithType: CorrespondenceProvider.EndInvoke - uid: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.Invoke(System.Int32) - name: Invoke(int) + name: Invoke(Int32) href: api/integration/Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.html#Sdl_DesktopEditor_EditorApi_CorrespondenceProvider_Invoke_System_Int32_ commentId: M:Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.Invoke(System.Int32) - name.vb: Invoke(Integer) - fullName: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.Invoke(int) - fullName.vb: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.Invoke(Integer) - nameWithType: CorrespondenceProvider.Invoke(int) - nameWithType.vb: CorrespondenceProvider.Invoke(Integer) + fullName: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.Invoke(System.Int32) + nameWithType: CorrespondenceProvider.Invoke(Int32) - uid: Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.Invoke* name: Invoke href: api/integration/Sdl.DesktopEditor.EditorApi.CorrespondenceProvider.html#Sdl_DesktopEditor_EditorApi_CorrespondenceProvider_Invoke_ @@ -30029,20 +23170,14 @@ references: name: CustomColumnContentChangedEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_CustomColumnContentChangedEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.CustomColumnContentChangedEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.New() nameWithType: CustomColumnContentChangedEventArgs.CustomColumnContentChangedEventArgs() - nameWithType.vb: CustomColumnContentChangedEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.#ctor* name: CustomColumnContentChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_CustomColumnContentChangedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.CustomColumnContentChangedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.New nameWithType: CustomColumnContentChangedEventArgs.CustomColumnContentChangedEventArgs - nameWithType.vb: CustomColumnContentChangedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.AffectedRows name: AffectedRows href: api/integration/Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_CustomColumnContentChangedEventArgs_AffectedRows @@ -30095,20 +23230,14 @@ references: name: DocumentContentChangedEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_DocumentContentChangedEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.DocumentContentChangedEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.New() nameWithType: DocumentContentChangedEventArgs.DocumentContentChangedEventArgs() - nameWithType.vb: DocumentContentChangedEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.#ctor* name: DocumentContentChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_DocumentContentChangedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.DocumentContentChangedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.New nameWithType: DocumentContentChangedEventArgs.DocumentContentChangedEventArgs - nameWithType.vb: DocumentContentChangedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.AffectedRange name: AffectedRange href: api/integration/Sdl.DesktopEditor.EditorApi.DocumentContentChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_DocumentContentChangedEventArgs_AffectedRange @@ -30143,20 +23272,14 @@ references: name: DocumentPropertiesChangedEventArgs(IDocumentProperties, IDocumentProperties) href: api/integration/Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_DocumentPropertiesChangedEventArgs__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_IDocumentProperties_Sdl_FileTypeSupport_Framework_BilingualApi_IDocumentProperties_ commentId: M:Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties,Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties) - name.vb: New(IDocumentProperties, IDocumentProperties) fullName: Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.DocumentPropertiesChangedEventArgs(Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties, Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties) - fullName.vb: Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.New(Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties, Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties) nameWithType: DocumentPropertiesChangedEventArgs.DocumentPropertiesChangedEventArgs(IDocumentProperties, IDocumentProperties) - nameWithType.vb: DocumentPropertiesChangedEventArgs.New(IDocumentProperties, IDocumentProperties) - uid: Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.#ctor* name: DocumentPropertiesChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_DocumentPropertiesChangedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.DocumentPropertiesChangedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.New nameWithType: DocumentPropertiesChangedEventArgs.DocumentPropertiesChangedEventArgs - nameWithType.vb: DocumentPropertiesChangedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.NewProperties name: NewProperties href: api/integration/Sdl.DesktopEditor.EditorApi.DocumentPropertiesChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_DocumentPropertiesChangedEventArgs_NewProperties @@ -30191,29 +23314,20 @@ references: name: EditControlEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.EditControlEventArgs.html#Sdl_DesktopEditor_EditorApi_EditControlEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.EditControlEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.EditControlEventArgs.EditControlEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.EditControlEventArgs.New() nameWithType: EditControlEventArgs.EditControlEventArgs() - nameWithType.vb: EditControlEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.EditControlEventArgs.#ctor(Sdl.DesktopEditor.EditorApi.IEditControl) name: EditControlEventArgs(IEditControl) href: api/integration/Sdl.DesktopEditor.EditorApi.EditControlEventArgs.html#Sdl_DesktopEditor_EditorApi_EditControlEventArgs__ctor_Sdl_DesktopEditor_EditorApi_IEditControl_ commentId: M:Sdl.DesktopEditor.EditorApi.EditControlEventArgs.#ctor(Sdl.DesktopEditor.EditorApi.IEditControl) - name.vb: New(IEditControl) fullName: Sdl.DesktopEditor.EditorApi.EditControlEventArgs.EditControlEventArgs(Sdl.DesktopEditor.EditorApi.IEditControl) - fullName.vb: Sdl.DesktopEditor.EditorApi.EditControlEventArgs.New(Sdl.DesktopEditor.EditorApi.IEditControl) nameWithType: EditControlEventArgs.EditControlEventArgs(IEditControl) - nameWithType.vb: EditControlEventArgs.New(IEditControl) - uid: Sdl.DesktopEditor.EditorApi.EditControlEventArgs.#ctor* name: EditControlEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.EditControlEventArgs.html#Sdl_DesktopEditor_EditorApi_EditControlEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.EditControlEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.EditControlEventArgs.EditControlEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.EditControlEventArgs.New nameWithType: EditControlEventArgs.EditControlEventArgs - nameWithType.vb: EditControlEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.EditControlEventArgs.EditControl name: EditControl href: api/integration/Sdl.DesktopEditor.EditorApi.EditControlEventArgs.html#Sdl_DesktopEditor_EditorApi_EditControlEventArgs_EditControl @@ -30236,47 +23350,32 @@ references: name: EditException() href: api/integration/Sdl.DesktopEditor.EditorApi.EditException.html#Sdl_DesktopEditor_EditorApi_EditException__ctor commentId: M:Sdl.DesktopEditor.EditorApi.EditException.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.EditException.EditException() - fullName.vb: Sdl.DesktopEditor.EditorApi.EditException.New() nameWithType: EditException.EditException() - nameWithType.vb: EditException.New() - uid: Sdl.DesktopEditor.EditorApi.EditException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: EditException(SerializationInfo, StreamingContext) href: api/integration/Sdl.DesktopEditor.EditorApi.EditException.html#Sdl_DesktopEditor_EditorApi_EditException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.DesktopEditor.EditorApi.EditException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.DesktopEditor.EditorApi.EditException.EditException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.DesktopEditor.EditorApi.EditException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: EditException.EditException(SerializationInfo, StreamingContext) - nameWithType.vb: EditException.New(SerializationInfo, StreamingContext) - uid: Sdl.DesktopEditor.EditorApi.EditException.#ctor(System.String) - name: EditException(string) + name: EditException(String) href: api/integration/Sdl.DesktopEditor.EditorApi.EditException.html#Sdl_DesktopEditor_EditorApi_EditException__ctor_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.EditException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.DesktopEditor.EditorApi.EditException.EditException(string) - fullName.vb: Sdl.DesktopEditor.EditorApi.EditException.New(String) - nameWithType: EditException.EditException(string) - nameWithType.vb: EditException.New(String) + fullName: Sdl.DesktopEditor.EditorApi.EditException.EditException(System.String) + nameWithType: EditException.EditException(String) - uid: Sdl.DesktopEditor.EditorApi.EditException.#ctor(System.String,System.Exception) - name: EditException(string, Exception) + name: EditException(String, Exception) href: api/integration/Sdl.DesktopEditor.EditorApi.EditException.html#Sdl_DesktopEditor_EditorApi_EditException__ctor_System_String_System_Exception_ commentId: M:Sdl.DesktopEditor.EditorApi.EditException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.DesktopEditor.EditorApi.EditException.EditException(string, System.Exception) - fullName.vb: Sdl.DesktopEditor.EditorApi.EditException.New(String, System.Exception) - nameWithType: EditException.EditException(string, Exception) - nameWithType.vb: EditException.New(String, Exception) + fullName: Sdl.DesktopEditor.EditorApi.EditException.EditException(System.String, System.Exception) + nameWithType: EditException.EditException(String, Exception) - uid: Sdl.DesktopEditor.EditorApi.EditException.#ctor* name: EditException href: api/integration/Sdl.DesktopEditor.EditorApi.EditException.html#Sdl_DesktopEditor_EditorApi_EditException__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.EditException.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.EditException.EditException - fullName.vb: Sdl.DesktopEditor.EditorApi.EditException.New nameWithType: EditException.EditException - nameWithType.vb: EditException.New - uid: Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs name: EditOperationAbortedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.html @@ -30287,29 +23386,20 @@ references: name: EditOperationAbortedEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.html#Sdl_DesktopEditor_EditorApi_EditOperationAbortedEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.EditOperationAbortedEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.New() nameWithType: EditOperationAbortedEventArgs.EditOperationAbortedEventArgs() - nameWithType.vb: EditOperationAbortedEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.#ctor(System.String,System.String) - name: EditOperationAbortedEventArgs(string, string) + name: EditOperationAbortedEventArgs(String, String) href: api/integration/Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.html#Sdl_DesktopEditor_EditorApi_EditOperationAbortedEventArgs__ctor_System_String_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.EditOperationAbortedEventArgs(string, string) - fullName.vb: Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.New(String, String) - nameWithType: EditOperationAbortedEventArgs.EditOperationAbortedEventArgs(string, string) - nameWithType.vb: EditOperationAbortedEventArgs.New(String, String) + fullName: Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.EditOperationAbortedEventArgs(System.String, System.String) + nameWithType: EditOperationAbortedEventArgs.EditOperationAbortedEventArgs(String, String) - uid: Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.#ctor* name: EditOperationAbortedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.html#Sdl_DesktopEditor_EditorApi_EditOperationAbortedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.EditOperationAbortedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.New nameWithType: EditOperationAbortedEventArgs.EditOperationAbortedEventArgs - nameWithType.vb: EditOperationAbortedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.Document name: Document href: api/integration/Sdl.DesktopEditor.EditorApi.EditOperationAbortedEventArgs.html#Sdl_DesktopEditor_EditorApi_EditOperationAbortedEventArgs_Document @@ -30356,20 +23446,14 @@ references: name: EditOperationCompletingEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.html#Sdl_DesktopEditor_EditorApi_EditOperationCompletingEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.EditOperationCompletingEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.New() nameWithType: EditOperationCompletingEventArgs.EditOperationCompletingEventArgs() - nameWithType.vb: EditOperationCompletingEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.#ctor* name: EditOperationCompletingEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.html#Sdl_DesktopEditor_EditorApi_EditOperationCompletingEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.EditOperationCompletingEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.New nameWithType: EditOperationCompletingEventArgs.EditOperationCompletingEventArgs - nameWithType.vb: EditOperationCompletingEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.Document name: Document href: api/integration/Sdl.DesktopEditor.EditorApi.EditOperationCompletingEventArgs.html#Sdl_DesktopEditor_EditorApi_EditOperationCompletingEventArgs_Document @@ -30443,20 +23527,14 @@ references: name: FilePropertiesChangedEventArgs(IFileProperties, IFileProperties) href: api/integration/Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_FilePropertiesChangedEventArgs__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_IFileProperties_Sdl_FileTypeSupport_Framework_BilingualApi_IFileProperties_ commentId: M:Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties,Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties) - name.vb: New(IFileProperties, IFileProperties) fullName: Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.FilePropertiesChangedEventArgs(Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties, Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties) - fullName.vb: Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.New(Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties, Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties) nameWithType: FilePropertiesChangedEventArgs.FilePropertiesChangedEventArgs(IFileProperties, IFileProperties) - nameWithType.vb: FilePropertiesChangedEventArgs.New(IFileProperties, IFileProperties) - uid: Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.#ctor* name: FilePropertiesChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_FilePropertiesChangedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.FilePropertiesChangedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.New nameWithType: FilePropertiesChangedEventArgs.FilePropertiesChangedEventArgs - nameWithType.vb: FilePropertiesChangedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.NewProperties name: NewProperties href: api/integration/Sdl.DesktopEditor.EditorApi.FilePropertiesChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_FilePropertiesChangedEventArgs_NewProperties @@ -30515,20 +23593,14 @@ references: name: FocusedControlChangedEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_FocusedControlChangedEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.FocusedControlChangedEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.New() nameWithType: FocusedControlChangedEventArgs.FocusedControlChangedEventArgs() - nameWithType.vb: FocusedControlChangedEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.#ctor* name: FocusedControlChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_FocusedControlChangedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.FocusedControlChangedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.New nameWithType: FocusedControlChangedEventArgs.FocusedControlChangedEventArgs - nameWithType.vb: FocusedControlChangedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.ChangeType name: ChangeType href: api/integration/Sdl.DesktopEditor.EditorApi.FocusedControlChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_FocusedControlChangedEventArgs_ChangeType @@ -30578,23 +23650,17 @@ references: fullName: Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor nameWithType: FormattingBuilderVisitor - uid: Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.#ctor(Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings,System.Boolean) - name: FormattingBuilderVisitor(EditControlDisplaySettings, bool) + name: FormattingBuilderVisitor(EditControlDisplaySettings, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.html#Sdl_DesktopEditor_EditorApi_FormattingBuilderVisitor__ctor_Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.#ctor(Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings,System.Boolean) - name.vb: New(EditControlDisplaySettings, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.FormattingBuilderVisitor(Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.New(Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings, Boolean) - nameWithType: FormattingBuilderVisitor.FormattingBuilderVisitor(EditControlDisplaySettings, bool) - nameWithType.vb: FormattingBuilderVisitor.New(EditControlDisplaySettings, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.FormattingBuilderVisitor(Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings, System.Boolean) + nameWithType: FormattingBuilderVisitor.FormattingBuilderVisitor(EditControlDisplaySettings, Boolean) - uid: Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.#ctor* name: FormattingBuilderVisitor href: api/integration/Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.html#Sdl_DesktopEditor_EditorApi_FormattingBuilderVisitor__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.FormattingBuilderVisitor - fullName.vb: Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.New nameWithType: FormattingBuilderVisitor.FormattingBuilderVisitor - nameWithType.vb: FormattingBuilderVisitor.New - uid: Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.EffectiveFormatting name: EffectiveFormatting href: api/integration/Sdl.DesktopEditor.EditorApi.FormattingBuilderVisitor.html#Sdl_DesktopEditor_EditorApi_FormattingBuilderVisitor_EffectiveFormatting @@ -30785,20 +23851,14 @@ references: name: FrameworkDocumentContentChangedEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_FrameworkDocumentContentChangedEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.FrameworkDocumentContentChangedEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.New() nameWithType: FrameworkDocumentContentChangedEventArgs.FrameworkDocumentContentChangedEventArgs() - nameWithType.vb: FrameworkDocumentContentChangedEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.#ctor* name: FrameworkDocumentContentChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_FrameworkDocumentContentChangedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.FrameworkDocumentContentChangedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.New nameWithType: FrameworkDocumentContentChangedEventArgs.FrameworkDocumentContentChangedEventArgs - nameWithType.vb: FrameworkDocumentContentChangedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.Operations name: Operations href: api/integration/Sdl.DesktopEditor.EditorApi.FrameworkDocumentContentChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_FrameworkDocumentContentChangedEventArgs_Operations @@ -30821,20 +23881,14 @@ references: name: FrameworkNodeWrapperVisitor(INodeFactory) href: api/integration/Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.html#Sdl_DesktopEditor_EditorApi_FrameworkNodeWrapperVisitor__ctor_Sdl_DesktopEditor_EditorApi_INodeFactory_ commentId: M:Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.#ctor(Sdl.DesktopEditor.EditorApi.INodeFactory) - name.vb: New(INodeFactory) fullName: Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.FrameworkNodeWrapperVisitor(Sdl.DesktopEditor.EditorApi.INodeFactory) - fullName.vb: Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.New(Sdl.DesktopEditor.EditorApi.INodeFactory) nameWithType: FrameworkNodeWrapperVisitor.FrameworkNodeWrapperVisitor(INodeFactory) - nameWithType.vb: FrameworkNodeWrapperVisitor.New(INodeFactory) - uid: Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.#ctor* name: FrameworkNodeWrapperVisitor href: api/integration/Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.html#Sdl_DesktopEditor_EditorApi_FrameworkNodeWrapperVisitor__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.FrameworkNodeWrapperVisitor - fullName.vb: Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.New nameWithType: FrameworkNodeWrapperVisitor.FrameworkNodeWrapperVisitor - nameWithType.vb: FrameworkNodeWrapperVisitor.New - uid: Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.Factory name: Factory href: api/integration/Sdl.DesktopEditor.EditorApi.FrameworkNodeWrapperVisitor.html#Sdl_DesktopEditor_EditorApi_FrameworkNodeWrapperVisitor_Factory @@ -30986,13 +24040,13 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.EndNode nameWithType: IAbstractContainerNode.EndNode - uid: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.Find(System.Predicate{Sdl.DesktopEditor.EditorApi.INode},System.Boolean) - name: Find(Predicate, bool) + name: Find(Predicate, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.html#Sdl_DesktopEditor_EditorApi_IAbstractContainerNode_Find_System_Predicate_Sdl_DesktopEditor_EditorApi_INode__System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.Find(System.Predicate{Sdl.DesktopEditor.EditorApi.INode},System.Boolean) name.vb: Find(Predicate(Of INode), Boolean) - fullName: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.Find(System.Predicate, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.Find(System.Predicate(Of Sdl.DesktopEditor.EditorApi.INode), Boolean) - nameWithType: IAbstractContainerNode.Find(Predicate, bool) + fullName: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.Find(System.Predicate, System.Boolean) + fullName.vb: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.Find(System.Predicate(Of Sdl.DesktopEditor.EditorApi.INode), System.Boolean) + nameWithType: IAbstractContainerNode.Find(Predicate, Boolean) nameWithType.vb: IAbstractContainerNode.Find(Predicate(Of INode), Boolean) - uid: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.Find* name: Find @@ -31001,13 +24055,13 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.Find nameWithType: IAbstractContainerNode.Find - uid: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.FindAllNodes(System.Predicate{Sdl.DesktopEditor.EditorApi.IAbstractNode},System.Boolean) - name: FindAllNodes(Predicate, bool) + name: FindAllNodes(Predicate, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.html#Sdl_DesktopEditor_EditorApi_IAbstractContainerNode_FindAllNodes_System_Predicate_Sdl_DesktopEditor_EditorApi_IAbstractNode__System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.FindAllNodes(System.Predicate{Sdl.DesktopEditor.EditorApi.IAbstractNode},System.Boolean) name.vb: FindAllNodes(Predicate(Of IAbstractNode), Boolean) - fullName: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.FindAllNodes(System.Predicate, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.FindAllNodes(System.Predicate(Of Sdl.DesktopEditor.EditorApi.IAbstractNode), Boolean) - nameWithType: IAbstractContainerNode.FindAllNodes(Predicate, bool) + fullName: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.FindAllNodes(System.Predicate, System.Boolean) + fullName.vb: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.FindAllNodes(System.Predicate(Of Sdl.DesktopEditor.EditorApi.IAbstractNode), System.Boolean) + nameWithType: IAbstractContainerNode.FindAllNodes(Predicate, Boolean) nameWithType.vb: IAbstractContainerNode.FindAllNodes(Predicate(Of IAbstractNode), Boolean) - uid: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.FindAllNodes* name: FindAllNodes @@ -31016,13 +24070,13 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.FindAllNodes nameWithType: IAbstractContainerNode.FindAllNodes - uid: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.FindContentNode(System.Predicate{Sdl.DesktopEditor.EditorApi.IAbstractContentNode},System.Boolean) - name: FindContentNode(Predicate, bool) + name: FindContentNode(Predicate, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.html#Sdl_DesktopEditor_EditorApi_IAbstractContainerNode_FindContentNode_System_Predicate_Sdl_DesktopEditor_EditorApi_IAbstractContentNode__System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.FindContentNode(System.Predicate{Sdl.DesktopEditor.EditorApi.IAbstractContentNode},System.Boolean) name.vb: FindContentNode(Predicate(Of IAbstractContentNode), Boolean) - fullName: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.FindContentNode(System.Predicate, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.FindContentNode(System.Predicate(Of Sdl.DesktopEditor.EditorApi.IAbstractContentNode), Boolean) - nameWithType: IAbstractContainerNode.FindContentNode(Predicate, bool) + fullName: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.FindContentNode(System.Predicate, System.Boolean) + fullName.vb: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.FindContentNode(System.Predicate(Of Sdl.DesktopEditor.EditorApi.IAbstractContentNode), System.Boolean) + nameWithType: IAbstractContainerNode.FindContentNode(Predicate, Boolean) nameWithType.vb: IAbstractContainerNode.FindContentNode(Predicate(Of IAbstractContentNode), Boolean) - uid: Sdl.DesktopEditor.EditorApi.IAbstractContainerNode.FindContentNode* name: FindContentNode @@ -31091,14 +24145,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkDocument.Copy nameWithType: IAbstractFrameworkDocument.Copy - uid: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkDocument.CopyInternal(System.Boolean) - name: CopyInternal(bool) + name: CopyInternal(Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkDocument.html#Sdl_DesktopEditor_EditorApi_IAbstractFrameworkDocument_CopyInternal_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.IAbstractFrameworkDocument.CopyInternal(System.Boolean) - name.vb: CopyInternal(Boolean) - fullName: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkDocument.CopyInternal(bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkDocument.CopyInternal(Boolean) - nameWithType: IAbstractFrameworkDocument.CopyInternal(bool) - nameWithType.vb: IAbstractFrameworkDocument.CopyInternal(Boolean) + fullName: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkDocument.CopyInternal(System.Boolean) + nameWithType: IAbstractFrameworkDocument.CopyInternal(Boolean) - uid: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkDocument.CopyInternal* name: CopyInternal href: api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkDocument.html#Sdl_DesktopEditor_EditorApi_IAbstractFrameworkDocument_CopyInternal_ @@ -31244,14 +24295,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.CopySelection nameWithType: IAbstractFrameworkEditControl.CopySelection - uid: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.CopySelectionInternal(System.Boolean) - name: CopySelectionInternal(bool) + name: CopySelectionInternal(Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.html#Sdl_DesktopEditor_EditorApi_IAbstractFrameworkEditControl_CopySelectionInternal_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.CopySelectionInternal(System.Boolean) - name.vb: CopySelectionInternal(Boolean) - fullName: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.CopySelectionInternal(bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.CopySelectionInternal(Boolean) - nameWithType: IAbstractFrameworkEditControl.CopySelectionInternal(bool) - nameWithType.vb: IAbstractFrameworkEditControl.CopySelectionInternal(Boolean) + fullName: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.CopySelectionInternal(System.Boolean) + nameWithType: IAbstractFrameworkEditControl.CopySelectionInternal(Boolean) - uid: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.CopySelectionInternal* name: CopySelectionInternal href: api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.html#Sdl_DesktopEditor_EditorApi_IAbstractFrameworkEditControl_CopySelectionInternal_ @@ -31319,14 +24367,14 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.HideHideableTags nameWithType: IAbstractFrameworkEditControl.HideHideableTags - uid: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.HideRows(System.Collections.Generic.IList{System.Int32}) - name: HideRows(IList) + name: HideRows(IList) href: api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.html#Sdl_DesktopEditor_EditorApi_IAbstractFrameworkEditControl_HideRows_System_Collections_Generic_IList_System_Int32__ commentId: M:Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.HideRows(System.Collections.Generic.IList{System.Int32}) - name.vb: HideRows(IList(Of Integer)) - fullName: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.HideRows(System.Collections.Generic.IList) - fullName.vb: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.HideRows(System.Collections.Generic.IList(Of Integer)) - nameWithType: IAbstractFrameworkEditControl.HideRows(IList) - nameWithType.vb: IAbstractFrameworkEditControl.HideRows(IList(Of Integer)) + name.vb: HideRows(IList(Of Int32)) + fullName: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.HideRows(System.Collections.Generic.IList) + fullName.vb: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.HideRows(System.Collections.Generic.IList(Of System.Int32)) + nameWithType: IAbstractFrameworkEditControl.HideRows(IList) + nameWithType.vb: IAbstractFrameworkEditControl.HideRows(IList(Of Int32)) - uid: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.HideRows* name: HideRows href: api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.html#Sdl_DesktopEditor_EditorApi_IAbstractFrameworkEditControl_HideRows_ @@ -31382,14 +24430,14 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.RestoreGhostTagsInSelection nameWithType: IAbstractFrameworkEditControl.RestoreGhostTagsInSelection - uid: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.ShowRows(System.Collections.Generic.IList{System.Int32}) - name: ShowRows(IList) + name: ShowRows(IList) href: api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.html#Sdl_DesktopEditor_EditorApi_IAbstractFrameworkEditControl_ShowRows_System_Collections_Generic_IList_System_Int32__ commentId: M:Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.ShowRows(System.Collections.Generic.IList{System.Int32}) - name.vb: ShowRows(IList(Of Integer)) - fullName: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.ShowRows(System.Collections.Generic.IList) - fullName.vb: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.ShowRows(System.Collections.Generic.IList(Of Integer)) - nameWithType: IAbstractFrameworkEditControl.ShowRows(IList) - nameWithType.vb: IAbstractFrameworkEditControl.ShowRows(IList(Of Integer)) + name.vb: ShowRows(IList(Of Int32)) + fullName: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.ShowRows(System.Collections.Generic.IList) + fullName.vb: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.ShowRows(System.Collections.Generic.IList(Of System.Int32)) + nameWithType: IAbstractFrameworkEditControl.ShowRows(IList) + nameWithType.vb: IAbstractFrameworkEditControl.ShowRows(IList(Of Int32)) - uid: Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.ShowRows* name: ShowRows href: api/integration/Sdl.DesktopEditor.EditorApi.IAbstractFrameworkEditControl.html#Sdl_DesktopEditor_EditorApi_IAbstractFrameworkEditControl_ShowRows_ @@ -31709,13 +24757,13 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IChangeableContainerNode nameWithType: IChangeableContainerNode - uid: Sdl.DesktopEditor.EditorApi.IChangeableContainerNode.Find(System.Predicate{Sdl.DesktopEditor.EditorApi.IChangeableNode},System.Boolean) - name: Find(Predicate, bool) + name: Find(Predicate, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.IChangeableContainerNode.html#Sdl_DesktopEditor_EditorApi_IChangeableContainerNode_Find_System_Predicate_Sdl_DesktopEditor_EditorApi_IChangeableNode__System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.IChangeableContainerNode.Find(System.Predicate{Sdl.DesktopEditor.EditorApi.IChangeableNode},System.Boolean) name.vb: Find(Predicate(Of IChangeableNode), Boolean) - fullName: Sdl.DesktopEditor.EditorApi.IChangeableContainerNode.Find(System.Predicate, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.IChangeableContainerNode.Find(System.Predicate(Of Sdl.DesktopEditor.EditorApi.IChangeableNode), Boolean) - nameWithType: IChangeableContainerNode.Find(Predicate, bool) + fullName: Sdl.DesktopEditor.EditorApi.IChangeableContainerNode.Find(System.Predicate, System.Boolean) + fullName.vb: Sdl.DesktopEditor.EditorApi.IChangeableContainerNode.Find(System.Predicate(Of Sdl.DesktopEditor.EditorApi.IChangeableNode), System.Boolean) + nameWithType: IChangeableContainerNode.Find(Predicate, Boolean) nameWithType.vb: IChangeableContainerNode.Find(Predicate(Of IChangeableNode), Boolean) - uid: Sdl.DesktopEditor.EditorApi.IChangeableContainerNode.Find* name: Find @@ -32096,14 +25144,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IContentSelection.IsValid nameWithType: IContentSelection.IsValid - uid: Sdl.DesktopEditor.EditorApi.IContentSelection.Move(Sdl.DesktopEditor.EditorApi.Move,System.Boolean) - name: Move(Move, bool) + name: Move(Move, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.IContentSelection.html#Sdl_DesktopEditor_EditorApi_IContentSelection_Move_Sdl_DesktopEditor_EditorApi_Move_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.IContentSelection.Move(Sdl.DesktopEditor.EditorApi.Move,System.Boolean) - name.vb: Move(Move, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.IContentSelection.Move(Sdl.DesktopEditor.EditorApi.Move, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.IContentSelection.Move(Sdl.DesktopEditor.EditorApi.Move, Boolean) - nameWithType: IContentSelection.Move(Move, bool) - nameWithType.vb: IContentSelection.Move(Move, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.IContentSelection.Move(Sdl.DesktopEditor.EditorApi.Move, System.Boolean) + nameWithType: IContentSelection.Move(Move, Boolean) - uid: Sdl.DesktopEditor.EditorApi.IContentSelection.Move* name: Move href: api/integration/Sdl.DesktopEditor.EditorApi.IContentSelection.html#Sdl_DesktopEditor_EditorApi_IContentSelection_Move_ @@ -32117,14 +25162,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IContentSelection.MoveTo(Sdl.DesktopEditor.EditorApi.ContentRange) nameWithType: IContentSelection.MoveTo(ContentRange) - uid: Sdl.DesktopEditor.EditorApi.IContentSelection.MoveTo(Sdl.DesktopEditor.EditorApi.Position,System.Boolean) - name: MoveTo(Position, bool) + name: MoveTo(Position, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.IContentSelection.html#Sdl_DesktopEditor_EditorApi_IContentSelection_MoveTo_Sdl_DesktopEditor_EditorApi_Position_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.IContentSelection.MoveTo(Sdl.DesktopEditor.EditorApi.Position,System.Boolean) - name.vb: MoveTo(Position, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.IContentSelection.MoveTo(Sdl.DesktopEditor.EditorApi.Position, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.IContentSelection.MoveTo(Sdl.DesktopEditor.EditorApi.Position, Boolean) - nameWithType: IContentSelection.MoveTo(Position, bool) - nameWithType.vb: IContentSelection.MoveTo(Position, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.IContentSelection.MoveTo(Sdl.DesktopEditor.EditorApi.Position, System.Boolean) + nameWithType: IContentSelection.MoveTo(Position, Boolean) - uid: Sdl.DesktopEditor.EditorApi.IContentSelection.MoveTo* name: MoveTo href: api/integration/Sdl.DesktopEditor.EditorApi.IContentSelection.html#Sdl_DesktopEditor_EditorApi_IContentSelection_MoveTo_ @@ -32420,14 +25462,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IDocument.Copy nameWithType: IDocument.Copy - uid: Sdl.DesktopEditor.EditorApi.IDocument.CopyAsText(System.Boolean) - name: CopyAsText(bool) + name: CopyAsText(Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.IDocument.html#Sdl_DesktopEditor_EditorApi_IDocument_CopyAsText_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.IDocument.CopyAsText(System.Boolean) - name.vb: CopyAsText(Boolean) - fullName: Sdl.DesktopEditor.EditorApi.IDocument.CopyAsText(bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.IDocument.CopyAsText(Boolean) - nameWithType: IDocument.CopyAsText(bool) - nameWithType.vb: IDocument.CopyAsText(Boolean) + fullName: Sdl.DesktopEditor.EditorApi.IDocument.CopyAsText(System.Boolean) + nameWithType: IDocument.CopyAsText(Boolean) - uid: Sdl.DesktopEditor.EditorApi.IDocument.CopyAsText* name: CopyAsText href: api/integration/Sdl.DesktopEditor.EditorApi.IDocument.html#Sdl_DesktopEditor_EditorApi_IDocument_CopyAsText_ @@ -33161,14 +26200,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IEditControl.IsReadOnly nameWithType: IEditControl.IsReadOnly - uid: Sdl.DesktopEditor.EditorApi.IEditControl.IsRowVisible(System.Int32) - name: IsRowVisible(int) + name: IsRowVisible(Int32) href: api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html#Sdl_DesktopEditor_EditorApi_IEditControl_IsRowVisible_System_Int32_ commentId: M:Sdl.DesktopEditor.EditorApi.IEditControl.IsRowVisible(System.Int32) - name.vb: IsRowVisible(Integer) - fullName: Sdl.DesktopEditor.EditorApi.IEditControl.IsRowVisible(int) - fullName.vb: Sdl.DesktopEditor.EditorApi.IEditControl.IsRowVisible(Integer) - nameWithType: IEditControl.IsRowVisible(int) - nameWithType.vb: IEditControl.IsRowVisible(Integer) + fullName: Sdl.DesktopEditor.EditorApi.IEditControl.IsRowVisible(System.Int32) + nameWithType: IEditControl.IsRowVisible(Int32) - uid: Sdl.DesktopEditor.EditorApi.IEditControl.IsRowVisible* name: IsRowVisible href: api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html#Sdl_DesktopEditor_EditorApi_IEditControl_IsRowVisible_ @@ -33260,14 +26296,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IEditControl.Redo nameWithType: IEditControl.Redo - uid: Sdl.DesktopEditor.EditorApi.IEditControl.RedoMultiple(System.Int64) - name: RedoMultiple(long) + name: RedoMultiple(Int64) href: api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html#Sdl_DesktopEditor_EditorApi_IEditControl_RedoMultiple_System_Int64_ commentId: M:Sdl.DesktopEditor.EditorApi.IEditControl.RedoMultiple(System.Int64) - name.vb: RedoMultiple(Long) - fullName: Sdl.DesktopEditor.EditorApi.IEditControl.RedoMultiple(long) - fullName.vb: Sdl.DesktopEditor.EditorApi.IEditControl.RedoMultiple(Long) - nameWithType: IEditControl.RedoMultiple(long) - nameWithType.vb: IEditControl.RedoMultiple(Long) + fullName: Sdl.DesktopEditor.EditorApi.IEditControl.RedoMultiple(System.Int64) + nameWithType: IEditControl.RedoMultiple(Int64) - uid: Sdl.DesktopEditor.EditorApi.IEditControl.RedoMultiple* name: RedoMultiple href: api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html#Sdl_DesktopEditor_EditorApi_IEditControl_RedoMultiple_ @@ -33389,14 +26422,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IEditControl.ScrollToCenter nameWithType: IEditControl.ScrollToCenter - uid: Sdl.DesktopEditor.EditorApi.IEditControl.ScrollToRow(System.Int64,System.Int64) - name: ScrollToRow(long, long) + name: ScrollToRow(Int64, Int64) href: api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html#Sdl_DesktopEditor_EditorApi_IEditControl_ScrollToRow_System_Int64_System_Int64_ commentId: M:Sdl.DesktopEditor.EditorApi.IEditControl.ScrollToRow(System.Int64,System.Int64) - name.vb: ScrollToRow(Long, Long) - fullName: Sdl.DesktopEditor.EditorApi.IEditControl.ScrollToRow(long, long) - fullName.vb: Sdl.DesktopEditor.EditorApi.IEditControl.ScrollToRow(Long, Long) - nameWithType: IEditControl.ScrollToRow(long, long) - nameWithType.vb: IEditControl.ScrollToRow(Long, Long) + fullName: Sdl.DesktopEditor.EditorApi.IEditControl.ScrollToRow(System.Int64, System.Int64) + nameWithType: IEditControl.ScrollToRow(Int64, Int64) - uid: Sdl.DesktopEditor.EditorApi.IEditControl.ScrollToRow* name: ScrollToRow href: api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html#Sdl_DesktopEditor_EditorApi_IEditControl_ScrollToRow_ @@ -33464,14 +26494,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IEditControl.SelectRow(Sdl.DesktopEditor.EditorApi.IRowInfo) nameWithType: IEditControl.SelectRow(IRowInfo) - uid: Sdl.DesktopEditor.EditorApi.IEditControl.SelectRow(Sdl.DesktopEditor.EditorApi.IRowInfo,System.Boolean,System.Boolean) - name: SelectRow(IRowInfo, bool, bool) + name: SelectRow(IRowInfo, Boolean, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html#Sdl_DesktopEditor_EditorApi_IEditControl_SelectRow_Sdl_DesktopEditor_EditorApi_IRowInfo_System_Boolean_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.IEditControl.SelectRow(Sdl.DesktopEditor.EditorApi.IRowInfo,System.Boolean,System.Boolean) - name.vb: SelectRow(IRowInfo, Boolean, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.IEditControl.SelectRow(Sdl.DesktopEditor.EditorApi.IRowInfo, bool, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.IEditControl.SelectRow(Sdl.DesktopEditor.EditorApi.IRowInfo, Boolean, Boolean) - nameWithType: IEditControl.SelectRow(IRowInfo, bool, bool) - nameWithType.vb: IEditControl.SelectRow(IRowInfo, Boolean, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.IEditControl.SelectRow(Sdl.DesktopEditor.EditorApi.IRowInfo, System.Boolean, System.Boolean) + nameWithType: IEditControl.SelectRow(IRowInfo, Boolean, Boolean) - uid: Sdl.DesktopEditor.EditorApi.IEditControl.SelectRow* name: SelectRow href: api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html#Sdl_DesktopEditor_EditorApi_IEditControl_SelectRow_ @@ -33491,14 +26518,14 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IEditControl.SelectRowRange nameWithType: IEditControl.SelectRowRange - uid: Sdl.DesktopEditor.EditorApi.IEditControl.SetRowsHighlighted(System.Collections.Generic.IList{System.Int32},System.Boolean) - name: SetRowsHighlighted(IList, bool) + name: SetRowsHighlighted(IList, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html#Sdl_DesktopEditor_EditorApi_IEditControl_SetRowsHighlighted_System_Collections_Generic_IList_System_Int32__System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.IEditControl.SetRowsHighlighted(System.Collections.Generic.IList{System.Int32},System.Boolean) - name.vb: SetRowsHighlighted(IList(Of Integer), Boolean) - fullName: Sdl.DesktopEditor.EditorApi.IEditControl.SetRowsHighlighted(System.Collections.Generic.IList, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.IEditControl.SetRowsHighlighted(System.Collections.Generic.IList(Of Integer), Boolean) - nameWithType: IEditControl.SetRowsHighlighted(IList, bool) - nameWithType.vb: IEditControl.SetRowsHighlighted(IList(Of Integer), Boolean) + name.vb: SetRowsHighlighted(IList(Of Int32), Boolean) + fullName: Sdl.DesktopEditor.EditorApi.IEditControl.SetRowsHighlighted(System.Collections.Generic.IList, System.Boolean) + fullName.vb: Sdl.DesktopEditor.EditorApi.IEditControl.SetRowsHighlighted(System.Collections.Generic.IList(Of System.Int32), System.Boolean) + nameWithType: IEditControl.SetRowsHighlighted(IList, Boolean) + nameWithType.vb: IEditControl.SetRowsHighlighted(IList(Of Int32), Boolean) - uid: Sdl.DesktopEditor.EditorApi.IEditControl.SetRowsHighlighted* name: SetRowsHighlighted href: api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html#Sdl_DesktopEditor_EditorApi_IEditControl_SetRowsHighlighted_ @@ -33611,14 +26638,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IEditControl.Undo nameWithType: IEditControl.Undo - uid: Sdl.DesktopEditor.EditorApi.IEditControl.UndoMultiple(System.Int64) - name: UndoMultiple(long) + name: UndoMultiple(Int64) href: api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html#Sdl_DesktopEditor_EditorApi_IEditControl_UndoMultiple_System_Int64_ commentId: M:Sdl.DesktopEditor.EditorApi.IEditControl.UndoMultiple(System.Int64) - name.vb: UndoMultiple(Long) - fullName: Sdl.DesktopEditor.EditorApi.IEditControl.UndoMultiple(long) - fullName.vb: Sdl.DesktopEditor.EditorApi.IEditControl.UndoMultiple(Long) - nameWithType: IEditControl.UndoMultiple(long) - nameWithType.vb: IEditControl.UndoMultiple(Long) + fullName: Sdl.DesktopEditor.EditorApi.IEditControl.UndoMultiple(System.Int64) + nameWithType: IEditControl.UndoMultiple(Int64) - uid: Sdl.DesktopEditor.EditorApi.IEditControl.UndoMultiple* name: UndoMultiple href: api/integration/Sdl.DesktopEditor.EditorApi.IEditControl.html#Sdl_DesktopEditor_EditorApi_IEditControl_UndoMultiple_ @@ -34322,14 +27346,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RowStructureRebuilt nameWithType: IFrameworkEditControl.RowStructureRebuilt - uid: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetDelayedSegmentActivation(System.Boolean) - name: SetDelayedSegmentActivation(bool) + name: SetDelayedSegmentActivation(Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.html#Sdl_DesktopEditor_EditorApi_IFrameworkEditControl_SetDelayedSegmentActivation_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetDelayedSegmentActivation(System.Boolean) - name.vb: SetDelayedSegmentActivation(Boolean) - fullName: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetDelayedSegmentActivation(bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetDelayedSegmentActivation(Boolean) - nameWithType: IFrameworkEditControl.SetDelayedSegmentActivation(bool) - nameWithType.vb: IFrameworkEditControl.SetDelayedSegmentActivation(Boolean) + fullName: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetDelayedSegmentActivation(System.Boolean) + nameWithType: IFrameworkEditControl.SetDelayedSegmentActivation(Boolean) - uid: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetDelayedSegmentActivation* name: SetDelayedSegmentActivation href: api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.html#Sdl_DesktopEditor_EditorApi_IFrameworkEditControl_SetDelayedSegmentActivation_ @@ -34337,14 +27358,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetDelayedSegmentActivation nameWithType: IFrameworkEditControl.SetDelayedSegmentActivation - uid: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetRevisionProtectionEnforced(System.Boolean) - name: SetRevisionProtectionEnforced(bool) + name: SetRevisionProtectionEnforced(Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.html#Sdl_DesktopEditor_EditorApi_IFrameworkEditControl_SetRevisionProtectionEnforced_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetRevisionProtectionEnforced(System.Boolean) - name.vb: SetRevisionProtectionEnforced(Boolean) - fullName: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetRevisionProtectionEnforced(bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetRevisionProtectionEnforced(Boolean) - nameWithType: IFrameworkEditControl.SetRevisionProtectionEnforced(bool) - nameWithType.vb: IFrameworkEditControl.SetRevisionProtectionEnforced(Boolean) + fullName: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetRevisionProtectionEnforced(System.Boolean) + nameWithType: IFrameworkEditControl.SetRevisionProtectionEnforced(Boolean) - uid: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetRevisionProtectionEnforced* name: SetRevisionProtectionEnforced href: api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.html#Sdl_DesktopEditor_EditorApi_IFrameworkEditControl_SetRevisionProtectionEnforced_ @@ -34598,14 +27616,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ILayoutSynchronizer nameWithType: ILayoutSynchronizer - uid: Sdl.DesktopEditor.EditorApi.ILayoutSynchronizer.CellHeightChanged(Sdl.DesktopEditor.EditorApi.ISynchronizableCell,System.Int32,Sdl.DesktopEditor.EditorApi.ISynchronizableLayout) - name: CellHeightChanged(ISynchronizableCell, int, ISynchronizableLayout) + name: CellHeightChanged(ISynchronizableCell, Int32, ISynchronizableLayout) href: api/integration/Sdl.DesktopEditor.EditorApi.ILayoutSynchronizer.html#Sdl_DesktopEditor_EditorApi_ILayoutSynchronizer_CellHeightChanged_Sdl_DesktopEditor_EditorApi_ISynchronizableCell_System_Int32_Sdl_DesktopEditor_EditorApi_ISynchronizableLayout_ commentId: M:Sdl.DesktopEditor.EditorApi.ILayoutSynchronizer.CellHeightChanged(Sdl.DesktopEditor.EditorApi.ISynchronizableCell,System.Int32,Sdl.DesktopEditor.EditorApi.ISynchronizableLayout) - name.vb: CellHeightChanged(ISynchronizableCell, Integer, ISynchronizableLayout) - fullName: Sdl.DesktopEditor.EditorApi.ILayoutSynchronizer.CellHeightChanged(Sdl.DesktopEditor.EditorApi.ISynchronizableCell, int, Sdl.DesktopEditor.EditorApi.ISynchronizableLayout) - fullName.vb: Sdl.DesktopEditor.EditorApi.ILayoutSynchronizer.CellHeightChanged(Sdl.DesktopEditor.EditorApi.ISynchronizableCell, Integer, Sdl.DesktopEditor.EditorApi.ISynchronizableLayout) - nameWithType: ILayoutSynchronizer.CellHeightChanged(ISynchronizableCell, int, ISynchronizableLayout) - nameWithType.vb: ILayoutSynchronizer.CellHeightChanged(ISynchronizableCell, Integer, ISynchronizableLayout) + fullName: Sdl.DesktopEditor.EditorApi.ILayoutSynchronizer.CellHeightChanged(Sdl.DesktopEditor.EditorApi.ISynchronizableCell, System.Int32, Sdl.DesktopEditor.EditorApi.ISynchronizableLayout) + nameWithType: ILayoutSynchronizer.CellHeightChanged(ISynchronizableCell, Int32, ISynchronizableLayout) - uid: Sdl.DesktopEditor.EditorApi.ILayoutSynchronizer.CellHeightChanged* name: CellHeightChanged href: api/integration/Sdl.DesktopEditor.EditorApi.ILayoutSynchronizer.html#Sdl_DesktopEditor_EditorApi_ILayoutSynchronizer_CellHeightChanged_ @@ -34763,23 +27778,17 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand nameWithType: AbstractCollectiveUndoCommand - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.#ctor(System.String) - name: AbstractCollectiveUndoCommand(string) + name: AbstractCollectiveUndoCommand(String) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractCollectiveUndoCommand__ctor_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.AbstractCollectiveUndoCommand(string) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.New(String) - nameWithType: AbstractCollectiveUndoCommand.AbstractCollectiveUndoCommand(string) - nameWithType.vb: AbstractCollectiveUndoCommand.New(String) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.AbstractCollectiveUndoCommand(System.String) + nameWithType: AbstractCollectiveUndoCommand.AbstractCollectiveUndoCommand(String) - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.#ctor* name: AbstractCollectiveUndoCommand href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractCollectiveUndoCommand__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.AbstractCollectiveUndoCommand - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.New nameWithType: AbstractCollectiveUndoCommand.AbstractCollectiveUndoCommand - nameWithType.vb: AbstractCollectiveUndoCommand.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.Do name: Do() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCollectiveUndoCommand.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractCollectiveUndoCommand_Do @@ -34850,20 +27859,14 @@ references: name: AbstractCustomColumn() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractCustomColumn__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.AbstractCustomColumn() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.New() nameWithType: AbstractCustomColumn.AbstractCustomColumn() - nameWithType.vb: AbstractCustomColumn.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.#ctor* name: AbstractCustomColumn href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractCustomColumn__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.AbstractCustomColumn - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.New nameWithType: AbstractCustomColumn.AbstractCustomColumn - nameWithType.vb: AbstractCustomColumn.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.BeginDraw name: BeginDraw() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractCustomColumn_BeginDraw @@ -34889,23 +27892,17 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.CalculateCellContentHeight nameWithType: AbstractCustomColumn.CalculateCellContentHeight - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.CalculateTextSize(System.Drawing.Graphics,System.String,System.Drawing.Font) - name: CalculateTextSize(Graphics, string, Font) + name: CalculateTextSize(Graphics, String, Font) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractCustomColumn_CalculateTextSize_System_Drawing_Graphics_System_String_System_Drawing_Font_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.CalculateTextSize(System.Drawing.Graphics,System.String,System.Drawing.Font) - name.vb: CalculateTextSize(Graphics, String, Font) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.CalculateTextSize(System.Drawing.Graphics, string, System.Drawing.Font) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.CalculateTextSize(System.Drawing.Graphics, String, System.Drawing.Font) - nameWithType: AbstractCustomColumn.CalculateTextSize(Graphics, string, Font) - nameWithType.vb: AbstractCustomColumn.CalculateTextSize(Graphics, String, Font) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.CalculateTextSize(System.Drawing.Graphics, System.String, System.Drawing.Font) + nameWithType: AbstractCustomColumn.CalculateTextSize(Graphics, String, Font) - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.CalculateTextSize(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Int32) - name: CalculateTextSize(Graphics, string, Font, int) + name: CalculateTextSize(Graphics, String, Font, Int32) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractCustomColumn_CalculateTextSize_System_Drawing_Graphics_System_String_System_Drawing_Font_System_Int32_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.CalculateTextSize(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Int32) - name.vb: CalculateTextSize(Graphics, String, Font, Integer) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.CalculateTextSize(System.Drawing.Graphics, string, System.Drawing.Font, int) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.CalculateTextSize(System.Drawing.Graphics, String, System.Drawing.Font, Integer) - nameWithType: AbstractCustomColumn.CalculateTextSize(Graphics, string, Font, int) - nameWithType.vb: AbstractCustomColumn.CalculateTextSize(Graphics, String, Font, Integer) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.CalculateTextSize(System.Drawing.Graphics, System.String, System.Drawing.Font, System.Int32) + nameWithType: AbstractCustomColumn.CalculateTextSize(Graphics, String, Font, Int32) - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.CalculateTextSize* name: CalculateTextSize href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractCustomColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractCustomColumn_CalculateTextSize_ @@ -35114,20 +28111,14 @@ references: name: AbstractMarkPainter() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractMarkPainter__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.AbstractMarkPainter() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.New() nameWithType: AbstractMarkPainter.AbstractMarkPainter() - nameWithType.vb: AbstractMarkPainter.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.#ctor* name: AbstractMarkPainter href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractMarkPainter__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.AbstractMarkPainter - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.New nameWithType: AbstractMarkPainter.AbstractMarkPainter - nameWithType.vb: AbstractMarkPainter.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.Color name: Color href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractMarkPainter_Color @@ -35153,14 +28144,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.ConvertToRectangle nameWithType: AbstractMarkPainter.ConvertToRectangle - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.DrawMarkPart(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) + name: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractMarkPainter_DrawMarkPart_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_ITextMark_System_Drawing_Rectangle_System_Drawing_Rectangle_System_Boolean_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.DrawMarkPart(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name.vb: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, bool, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, Boolean, Boolean) - nameWithType: AbstractMarkPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) - nameWithType.vb: AbstractMarkPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, System.Boolean, System.Boolean) + nameWithType: AbstractMarkPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.DrawMarkPart* name: DrawMarkPart href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractMarkPainter_DrawMarkPart_ @@ -35168,14 +28156,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.DrawMarkPart nameWithType: AbstractMarkPainter.DrawMarkPart - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.GetMarkPartBounds(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name: GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) + name: GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractMarkPainter_GetMarkPartBounds_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_ITextMark_System_Drawing_Rectangle_System_Boolean_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.GetMarkPartBounds(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name.vb: GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, bool, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, Boolean, Boolean) - nameWithType: AbstractMarkPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) - nameWithType.vb: AbstractMarkPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Boolean, System.Boolean) + nameWithType: AbstractMarkPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.GetMarkPartBounds* name: GetMarkPartBounds href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractMarkPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractMarkPainter_GetMarkPartBounds_ @@ -35252,20 +28237,14 @@ references: name: AbstractOperationConsolidator(IAbstractEditOperation) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractOperationConsolidator__ctor_Sdl_DesktopEditor_EditorApi_IAbstractEditOperation_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractEditOperation) - name.vb: New(IAbstractEditOperation) fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.AbstractOperationConsolidator(Sdl.DesktopEditor.EditorApi.IAbstractEditOperation) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.New(Sdl.DesktopEditor.EditorApi.IAbstractEditOperation) nameWithType: AbstractOperationConsolidator.AbstractOperationConsolidator(IAbstractEditOperation) - nameWithType.vb: AbstractOperationConsolidator.New(IAbstractEditOperation) - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.#ctor* name: AbstractOperationConsolidator href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractOperationConsolidator__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.AbstractOperationConsolidator - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.New nameWithType: AbstractOperationConsolidator.AbstractOperationConsolidator - nameWithType.vb: AbstractOperationConsolidator.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.AddThisOperationToList name: AddThisOperationToList href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractOperationConsolidator.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractOperationConsolidator_AddThisOperationToList @@ -35411,20 +28390,14 @@ references: name: AbstractRowSelectionColumn() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractRowSelectionColumn__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.AbstractRowSelectionColumn() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.New() nameWithType: AbstractRowSelectionColumn.AbstractRowSelectionColumn() - nameWithType.vb: AbstractRowSelectionColumn.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.#ctor* name: AbstractRowSelectionColumn href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractRowSelectionColumn__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.AbstractRowSelectionColumn - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.New nameWithType: AbstractRowSelectionColumn.AbstractRowSelectionColumn - nameWithType.vb: AbstractRowSelectionColumn.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.ContentChanged name: ContentChanged href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractRowSelectionColumn_ContentChanged @@ -35564,14 +28537,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.OnCellMouseUp nameWithType: AbstractRowSelectionColumn.OnCellMouseUp - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.OnContentChanged(System.Object,Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs) - name: OnContentChanged(object, CustomColumnContentChangedEventArgs) + name: OnContentChanged(Object, CustomColumnContentChangedEventArgs) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractRowSelectionColumn_OnContentChanged_System_Object_Sdl_DesktopEditor_EditorApi_CustomColumnContentChangedEventArgs_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.OnContentChanged(System.Object,Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs) - name.vb: OnContentChanged(Object, CustomColumnContentChangedEventArgs) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.OnContentChanged(object, Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.OnContentChanged(Object, Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs) - nameWithType: AbstractRowSelectionColumn.OnContentChanged(object, CustomColumnContentChangedEventArgs) - nameWithType.vb: AbstractRowSelectionColumn.OnContentChanged(Object, CustomColumnContentChangedEventArgs) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.OnContentChanged(System.Object, Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs) + nameWithType: AbstractRowSelectionColumn.OnContentChanged(Object, CustomColumnContentChangedEventArgs) - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.OnContentChanged* name: OnContentChanged href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractRowSelectionColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractRowSelectionColumn_OnContentChanged_ @@ -35588,29 +28558,20 @@ references: name: AbstractTextIterator(IEditControl, Position) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractTextIterator__ctor_Sdl_DesktopEditor_EditorApi_IEditControl_Sdl_DesktopEditor_EditorApi_Position_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.#ctor(Sdl.DesktopEditor.EditorApi.IEditControl,Sdl.DesktopEditor.EditorApi.Position) - name.vb: New(IEditControl, Position) fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.AbstractTextIterator(Sdl.DesktopEditor.EditorApi.IEditControl, Sdl.DesktopEditor.EditorApi.Position) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.New(Sdl.DesktopEditor.EditorApi.IEditControl, Sdl.DesktopEditor.EditorApi.Position) nameWithType: AbstractTextIterator.AbstractTextIterator(IEditControl, Position) - nameWithType.vb: AbstractTextIterator.New(IEditControl, Position) - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.#ctor(Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator) name: AbstractTextIterator(AbstractTextIterator) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractTextIterator__ctor_Sdl_DesktopEditor_EditorApi_Implementation_AbstractTextIterator_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.#ctor(Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator) - name.vb: New(AbstractTextIterator) fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.AbstractTextIterator(Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.New(Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator) nameWithType: AbstractTextIterator.AbstractTextIterator(AbstractTextIterator) - nameWithType.vb: AbstractTextIterator.New(AbstractTextIterator) - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.#ctor* name: AbstractTextIterator href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractTextIterator__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.AbstractTextIterator - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.New nameWithType: AbstractTextIterator.AbstractTextIterator - nameWithType.vb: AbstractTextIterator.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.Clone name: Clone() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.AbstractTextIterator.html#Sdl_DesktopEditor_EditorApi_Implementation_AbstractTextIterator_Clone @@ -35693,29 +28654,20 @@ references: name: BackgroundColourPainter() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_BackgroundColourPainter__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.BackgroundColourPainter() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.New() nameWithType: BackgroundColourPainter.BackgroundColourPainter() - nameWithType.vb: BackgroundColourPainter.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.#ctor(System.Drawing.Color) name: BackgroundColourPainter(Color) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_BackgroundColourPainter__ctor_System_Drawing_Color_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.#ctor(System.Drawing.Color) - name.vb: New(Color) fullName: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.BackgroundColourPainter(System.Drawing.Color) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.New(System.Drawing.Color) nameWithType: BackgroundColourPainter.BackgroundColourPainter(Color) - nameWithType.vb: BackgroundColourPainter.New(Color) - uid: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.#ctor* name: BackgroundColourPainter href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_BackgroundColourPainter__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.BackgroundColourPainter - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.New nameWithType: BackgroundColourPainter.BackgroundColourPainter - nameWithType.vb: BackgroundColourPainter.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.Color name: Color href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_BackgroundColourPainter_Color @@ -35729,14 +28681,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.Color nameWithType: BackgroundColourPainter.Color - uid: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.DrawMarkPart(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) + name: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_BackgroundColourPainter_DrawMarkPart_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_ITextMark_System_Drawing_Rectangle_System_Drawing_Rectangle_System_Boolean_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.DrawMarkPart(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name.vb: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, bool, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, Boolean, Boolean) - nameWithType: BackgroundColourPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) - nameWithType.vb: BackgroundColourPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, System.Boolean, System.Boolean) + nameWithType: BackgroundColourPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) - uid: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.DrawMarkPart* name: DrawMarkPart href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_BackgroundColourPainter_DrawMarkPart_ @@ -35744,14 +28693,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.DrawMarkPart nameWithType: BackgroundColourPainter.DrawMarkPart - uid: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.GetMarkPartBounds(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name: GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) + name: GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_BackgroundColourPainter_GetMarkPartBounds_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_ITextMark_System_Drawing_Rectangle_System_Boolean_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.GetMarkPartBounds(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name.vb: GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, bool, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, Boolean, Boolean) - nameWithType: BackgroundColourPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) - nameWithType.vb: BackgroundColourPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Boolean, System.Boolean) + nameWithType: BackgroundColourPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) - uid: Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.GetMarkPartBounds* name: GetMarkPartBounds href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BackgroundColourPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_BackgroundColourPainter_GetMarkPartBounds_ @@ -35768,29 +28714,20 @@ references: name: BracketPainter() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_BracketPainter__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.BracketPainter() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.New() nameWithType: BracketPainter.BracketPainter() - nameWithType.vb: BracketPainter.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.#ctor* name: BracketPainter href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_BracketPainter__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.BracketPainter - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.New nameWithType: BracketPainter.BracketPainter - nameWithType.vb: BracketPainter.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.DrawMarkPart(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) + name: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_BracketPainter_DrawMarkPart_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_ITextMark_System_Drawing_Rectangle_System_Drawing_Rectangle_System_Boolean_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.DrawMarkPart(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name.vb: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, bool, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, Boolean, Boolean) - nameWithType: BracketPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) - nameWithType.vb: BracketPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, System.Boolean, System.Boolean) + nameWithType: BracketPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) - uid: Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.DrawMarkPart* name: DrawMarkPart href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_BracketPainter_DrawMarkPart_ @@ -35810,14 +28747,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.EndHeight nameWithType: BracketPainter.EndHeight - uid: Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.GetMarkPartBounds(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name: GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) + name: GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_BracketPainter_GetMarkPartBounds_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_ITextMark_System_Drawing_Rectangle_System_Boolean_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.GetMarkPartBounds(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name.vb: GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, bool, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, Boolean, Boolean) - nameWithType: BracketPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) - nameWithType.vb: BracketPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Boolean, System.Boolean) + nameWithType: BracketPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) - uid: Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.GetMarkPartBounds* name: GetMarkPartBounds href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.BracketPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_BracketPainter_GetMarkPartBounds_ @@ -35846,20 +28780,14 @@ references: name: ChangeGhostStatusConsolidator(IChangeGhostStatusOperation) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.html#Sdl_DesktopEditor_EditorApi_Implementation_ChangeGhostStatusConsolidator__ctor_Sdl_DesktopEditor_EditorApi_IChangeGhostStatusOperation_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.#ctor(Sdl.DesktopEditor.EditorApi.IChangeGhostStatusOperation) - name.vb: New(IChangeGhostStatusOperation) fullName: Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.ChangeGhostStatusConsolidator(Sdl.DesktopEditor.EditorApi.IChangeGhostStatusOperation) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.New(Sdl.DesktopEditor.EditorApi.IChangeGhostStatusOperation) nameWithType: ChangeGhostStatusConsolidator.ChangeGhostStatusConsolidator(IChangeGhostStatusOperation) - nameWithType.vb: ChangeGhostStatusConsolidator.New(IChangeGhostStatusOperation) - uid: Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.#ctor* name: ChangeGhostStatusConsolidator href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.html#Sdl_DesktopEditor_EditorApi_Implementation_ChangeGhostStatusConsolidator__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.ChangeGhostStatusConsolidator - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.New nameWithType: ChangeGhostStatusConsolidator.ChangeGhostStatusConsolidator - nameWithType.vb: ChangeGhostStatusConsolidator.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.VisitChangeGhostStatusOperation(Sdl.DesktopEditor.EditorApi.IChangeGhostStatusOperation) name: VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusConsolidator.html#Sdl_DesktopEditor_EditorApi_Implementation_ChangeGhostStatusConsolidator_VisitChangeGhostStatusOperation_Sdl_DesktopEditor_EditorApi_IChangeGhostStatusOperation_ @@ -35915,23 +28843,17 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation nameWithType: ChangeGhostStatusOperation - uid: Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.#ctor(Sdl.DesktopEditor.EditorApi.IStartEndNode,System.Boolean) - name: ChangeGhostStatusOperation(IStartEndNode, bool) + name: ChangeGhostStatusOperation(IStartEndNode, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.html#Sdl_DesktopEditor_EditorApi_Implementation_ChangeGhostStatusOperation__ctor_Sdl_DesktopEditor_EditorApi_IStartEndNode_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.#ctor(Sdl.DesktopEditor.EditorApi.IStartEndNode,System.Boolean) - name.vb: New(IStartEndNode, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.ChangeGhostStatusOperation(Sdl.DesktopEditor.EditorApi.IStartEndNode, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.New(Sdl.DesktopEditor.EditorApi.IStartEndNode, Boolean) - nameWithType: ChangeGhostStatusOperation.ChangeGhostStatusOperation(IStartEndNode, bool) - nameWithType.vb: ChangeGhostStatusOperation.New(IStartEndNode, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.ChangeGhostStatusOperation(Sdl.DesktopEditor.EditorApi.IStartEndNode, System.Boolean) + nameWithType: ChangeGhostStatusOperation.ChangeGhostStatusOperation(IStartEndNode, Boolean) - uid: Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.#ctor* name: ChangeGhostStatusOperation href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.html#Sdl_DesktopEditor_EditorApi_Implementation_ChangeGhostStatusOperation__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.ChangeGhostStatusOperation - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.New nameWithType: ChangeGhostStatusOperation.ChangeGhostStatusOperation - nameWithType.vb: ChangeGhostStatusOperation.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.AcceptVisitor(Sdl.DesktopEditor.EditorApi.IEditOperationVisitor) name: AcceptVisitor(IEditOperationVisitor) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeGhostStatusOperation.html#Sdl_DesktopEditor_EditorApi_Implementation_ChangeGhostStatusOperation_AcceptVisitor_Sdl_DesktopEditor_EditorApi_IEditOperationVisitor_ @@ -35990,20 +28912,14 @@ references: name: ChangeTextConsolidator(IChangeTextOperation) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.html#Sdl_DesktopEditor_EditorApi_Implementation_ChangeTextConsolidator__ctor_Sdl_DesktopEditor_EditorApi_IChangeTextOperation_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.#ctor(Sdl.DesktopEditor.EditorApi.IChangeTextOperation) - name.vb: New(IChangeTextOperation) fullName: Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.ChangeTextConsolidator(Sdl.DesktopEditor.EditorApi.IChangeTextOperation) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.New(Sdl.DesktopEditor.EditorApi.IChangeTextOperation) nameWithType: ChangeTextConsolidator.ChangeTextConsolidator(IChangeTextOperation) - nameWithType.vb: ChangeTextConsolidator.New(IChangeTextOperation) - uid: Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.#ctor* name: ChangeTextConsolidator href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.html#Sdl_DesktopEditor_EditorApi_Implementation_ChangeTextConsolidator__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.ChangeTextConsolidator - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.New nameWithType: ChangeTextConsolidator.ChangeTextConsolidator - nameWithType.vb: ChangeTextConsolidator.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.VisitChangeGhostStatusOperation(Sdl.DesktopEditor.EditorApi.IChangeGhostStatusOperation) name: VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextConsolidator.html#Sdl_DesktopEditor_EditorApi_Implementation_ChangeTextConsolidator_VisitChangeGhostStatusOperation_Sdl_DesktopEditor_EditorApi_IChangeGhostStatusOperation_ @@ -36059,23 +28975,17 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation nameWithType: ChangeTextOperation - uid: Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.#ctor(Sdl.DesktopEditor.EditorApi.ITextNode,System.String) - name: ChangeTextOperation(ITextNode, string) + name: ChangeTextOperation(ITextNode, String) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.html#Sdl_DesktopEditor_EditorApi_Implementation_ChangeTextOperation__ctor_Sdl_DesktopEditor_EditorApi_ITextNode_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.#ctor(Sdl.DesktopEditor.EditorApi.ITextNode,System.String) - name.vb: New(ITextNode, String) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.ChangeTextOperation(Sdl.DesktopEditor.EditorApi.ITextNode, string) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.New(Sdl.DesktopEditor.EditorApi.ITextNode, String) - nameWithType: ChangeTextOperation.ChangeTextOperation(ITextNode, string) - nameWithType.vb: ChangeTextOperation.New(ITextNode, String) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.ChangeTextOperation(Sdl.DesktopEditor.EditorApi.ITextNode, System.String) + nameWithType: ChangeTextOperation.ChangeTextOperation(ITextNode, String) - uid: Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.#ctor* name: ChangeTextOperation href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.html#Sdl_DesktopEditor_EditorApi_Implementation_ChangeTextOperation__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.ChangeTextOperation - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.New nameWithType: ChangeTextOperation.ChangeTextOperation - nameWithType.vb: ChangeTextOperation.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.AcceptVisitor(Sdl.DesktopEditor.EditorApi.IEditOperationVisitor) name: AcceptVisitor(IEditOperationVisitor) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ChangeTextOperation.html#Sdl_DesktopEditor_EditorApi_Implementation_ChangeTextOperation_AcceptVisitor_Sdl_DesktopEditor_EditorApi_IEditOperationVisitor_ @@ -36134,20 +29044,14 @@ references: name: CopyFragmentVisitor(IDocumentFragment) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.html#Sdl_DesktopEditor_EditorApi_Implementation_CopyFragmentVisitor__ctor_Sdl_DesktopEditor_EditorApi_IDocumentFragment_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.#ctor(Sdl.DesktopEditor.EditorApi.IDocumentFragment) - name.vb: New(IDocumentFragment) fullName: Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.CopyFragmentVisitor(Sdl.DesktopEditor.EditorApi.IDocumentFragment) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.New(Sdl.DesktopEditor.EditorApi.IDocumentFragment) nameWithType: CopyFragmentVisitor.CopyFragmentVisitor(IDocumentFragment) - nameWithType.vb: CopyFragmentVisitor.New(IDocumentFragment) - uid: Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.#ctor* name: CopyFragmentVisitor href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.html#Sdl_DesktopEditor_EditorApi_Implementation_CopyFragmentVisitor__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.CopyFragmentVisitor - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.New nameWithType: CopyFragmentVisitor.CopyFragmentVisitor - nameWithType.vb: CopyFragmentVisitor.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.Fragment name: Fragment href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.CopyFragmentVisitor.html#Sdl_DesktopEditor_EditorApi_Implementation_CopyFragmentVisitor_Fragment @@ -36359,23 +29263,17 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation nameWithType: DeleteNodeOperation - uid: Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.#ctor(Sdl.DesktopEditor.EditorApi.INode,Sdl.DesktopEditor.EditorApi.IAbstractContainerNode,System.Int32) - name: DeleteNodeOperation(INode, IAbstractContainerNode, int) + name: DeleteNodeOperation(INode, IAbstractContainerNode, Int32) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.html#Sdl_DesktopEditor_EditorApi_Implementation_DeleteNodeOperation__ctor_Sdl_DesktopEditor_EditorApi_INode_Sdl_DesktopEditor_EditorApi_IAbstractContainerNode_System_Int32_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.#ctor(Sdl.DesktopEditor.EditorApi.INode,Sdl.DesktopEditor.EditorApi.IAbstractContainerNode,System.Int32) - name.vb: New(INode, IAbstractContainerNode, Integer) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.DeleteNodeOperation(Sdl.DesktopEditor.EditorApi.INode, Sdl.DesktopEditor.EditorApi.IAbstractContainerNode, int) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.New(Sdl.DesktopEditor.EditorApi.INode, Sdl.DesktopEditor.EditorApi.IAbstractContainerNode, Integer) - nameWithType: DeleteNodeOperation.DeleteNodeOperation(INode, IAbstractContainerNode, int) - nameWithType.vb: DeleteNodeOperation.New(INode, IAbstractContainerNode, Integer) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.DeleteNodeOperation(Sdl.DesktopEditor.EditorApi.INode, Sdl.DesktopEditor.EditorApi.IAbstractContainerNode, System.Int32) + nameWithType: DeleteNodeOperation.DeleteNodeOperation(INode, IAbstractContainerNode, Int32) - uid: Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.#ctor* name: DeleteNodeOperation href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.html#Sdl_DesktopEditor_EditorApi_Implementation_DeleteNodeOperation__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.DeleteNodeOperation - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.New nameWithType: DeleteNodeOperation.DeleteNodeOperation - nameWithType.vb: DeleteNodeOperation.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.AcceptVisitor(Sdl.DesktopEditor.EditorApi.IEditOperationVisitor) name: AcceptVisitor(IEditOperationVisitor) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteNodeOperation.html#Sdl_DesktopEditor_EditorApi_Implementation_DeleteNodeOperation_AcceptVisitor_Sdl_DesktopEditor_EditorApi_IEditOperationVisitor_ @@ -36446,20 +29344,14 @@ references: name: DeleteOperationConsolidator(IDeleteNodeOperation) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.html#Sdl_DesktopEditor_EditorApi_Implementation_DeleteOperationConsolidator__ctor_Sdl_DesktopEditor_EditorApi_IDeleteNodeOperation_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.#ctor(Sdl.DesktopEditor.EditorApi.IDeleteNodeOperation) - name.vb: New(IDeleteNodeOperation) fullName: Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.DeleteOperationConsolidator(Sdl.DesktopEditor.EditorApi.IDeleteNodeOperation) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.New(Sdl.DesktopEditor.EditorApi.IDeleteNodeOperation) nameWithType: DeleteOperationConsolidator.DeleteOperationConsolidator(IDeleteNodeOperation) - nameWithType.vb: DeleteOperationConsolidator.New(IDeleteNodeOperation) - uid: Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.#ctor* name: DeleteOperationConsolidator href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.html#Sdl_DesktopEditor_EditorApi_Implementation_DeleteOperationConsolidator__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.DeleteOperationConsolidator - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.New nameWithType: DeleteOperationConsolidator.DeleteOperationConsolidator - nameWithType.vb: DeleteOperationConsolidator.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.VisitChangeGhostStatusOperation(Sdl.DesktopEditor.EditorApi.IChangeGhostStatusOperation) name: VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DeleteOperationConsolidator.html#Sdl_DesktopEditor_EditorApi_Implementation_DeleteOperationConsolidator_VisitChangeGhostStatusOperation_Sdl_DesktopEditor_EditorApi_IChangeGhostStatusOperation_ @@ -36518,20 +29410,14 @@ references: name: DocumentStructureInfoColumn() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_DocumentStructureInfoColumn__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.DocumentStructureInfoColumn() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.New() nameWithType: DocumentStructureInfoColumn.DocumentStructureInfoColumn() - nameWithType.vb: DocumentStructureInfoColumn.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.#ctor* name: DocumentStructureInfoColumn href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_DocumentStructureInfoColumn__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.DocumentStructureInfoColumn - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.New nameWithType: DocumentStructureInfoColumn.DocumentStructureInfoColumn - nameWithType.vb: DocumentStructureInfoColumn.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.CalculateCellContentHeight(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.IRowInfo) name: CalculateCellContentHeight(Graphics, IRowInfo) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_DocumentStructureInfoColumn_CalculateCellContentHeight_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_IRowInfo_ @@ -36773,14 +29659,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.OnCellMouseUp nameWithType: DocumentStructureInfoColumn.OnCellMouseUp - uid: Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.OnContentChanged(System.Object,Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs) - name: OnContentChanged(object, CustomColumnContentChangedEventArgs) + name: OnContentChanged(Object, CustomColumnContentChangedEventArgs) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_DocumentStructureInfoColumn_OnContentChanged_System_Object_Sdl_DesktopEditor_EditorApi_CustomColumnContentChangedEventArgs_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.OnContentChanged(System.Object,Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs) - name.vb: OnContentChanged(Object, CustomColumnContentChangedEventArgs) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.OnContentChanged(object, Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.OnContentChanged(Object, Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs) - nameWithType: DocumentStructureInfoColumn.OnContentChanged(object, CustomColumnContentChangedEventArgs) - nameWithType.vb: DocumentStructureInfoColumn.OnContentChanged(Object, CustomColumnContentChangedEventArgs) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.OnContentChanged(System.Object, Sdl.DesktopEditor.EditorApi.CustomColumnContentChangedEventArgs) + nameWithType: DocumentStructureInfoColumn.OnContentChanged(Object, CustomColumnContentChangedEventArgs) - uid: Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.OnContentChanged* name: OnContentChanged href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.DocumentStructureInfoColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_DocumentStructureInfoColumn_OnContentChanged_ @@ -36809,20 +29692,14 @@ references: name: EditControlDisplaySettings() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.EditControlDisplaySettings() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.New() nameWithType: EditControlDisplaySettings.EditControlDisplaySettings() - nameWithType.vb: EditControlDisplaySettings.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.#ctor* name: EditControlDisplaySettings href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.EditControlDisplaySettings - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.New nameWithType: EditControlDisplaySettings.EditControlDisplaySettings - nameWithType.vb: EditControlDisplaySettings.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.ActiveSegmentColor name: ActiveSegmentColor href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings_ActiveSegmentColor @@ -36872,14 +29749,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.AddedTQAFormatting nameWithType: EditControlDisplaySettings.AddedTQAFormatting - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.ApplyColorRatio(System.Drawing.Color,System.Drawing.Color,System.Int32) - name: ApplyColorRatio(Color, Color, int) + name: ApplyColorRatio(Color, Color, Int32) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings_ApplyColorRatio_System_Drawing_Color_System_Drawing_Color_System_Int32_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.ApplyColorRatio(System.Drawing.Color,System.Drawing.Color,System.Int32) - name.vb: ApplyColorRatio(Color, Color, Integer) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.ApplyColorRatio(System.Drawing.Color, System.Drawing.Color, int) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.ApplyColorRatio(System.Drawing.Color, System.Drawing.Color, Integer) - nameWithType: EditControlDisplaySettings.ApplyColorRatio(Color, Color, int) - nameWithType.vb: EditControlDisplaySettings.ApplyColorRatio(Color, Color, Integer) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.ApplyColorRatio(System.Drawing.Color, System.Drawing.Color, System.Int32) + nameWithType: EditControlDisplaySettings.ApplyColorRatio(Color, Color, Int32) - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.ApplyColorRatio* name: ApplyColorRatio href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings_ApplyColorRatio_ @@ -36887,14 +29761,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.ApplyColorRatio nameWithType: EditControlDisplaySettings.ApplyColorRatio - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.ClearFormattingListSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name: ClearFormattingListSettings(ISettingsGroup, string) + name: ClearFormattingListSettings(ISettingsGroup, String) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings_ClearFormattingListSettings_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.ClearFormattingListSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: ClearFormattingListSettings(ISettingsGroup, String) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.ClearFormattingListSettings(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.ClearFormattingListSettings(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: EditControlDisplaySettings.ClearFormattingListSettings(ISettingsGroup, string) - nameWithType.vb: EditControlDisplaySettings.ClearFormattingListSettings(ISettingsGroup, String) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.ClearFormattingListSettings(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: EditControlDisplaySettings.ClearFormattingListSettings(ISettingsGroup, String) - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.ClearFormattingListSettings* name: ClearFormattingListSettings href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings_ClearFormattingListSettings_ @@ -37298,23 +30169,20 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.GetSettingFromSettingsGroup nameWithType: EditControlDisplaySettings.GetSettingFromSettingsGroup - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.GetSettingFromSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0) - name: GetSettingFromSettingsGroup(ISettingsGroup, string, T) + name: GetSettingFromSettingsGroup(ISettingsGroup, String, T) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings_GetSettingFromSettingsGroup__1_Sdl_Core_Settings_ISettingsGroup_System_String___0_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.GetSettingFromSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0) name.vb: GetSettingFromSettingsGroup(Of T)(ISettingsGroup, String, T) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.GetSettingFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string, T) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.GetSettingFromSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, String, T) - nameWithType: EditControlDisplaySettings.GetSettingFromSettingsGroup(ISettingsGroup, string, T) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.GetSettingFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String, T) + fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.GetSettingFromSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, System.String, T) + nameWithType: EditControlDisplaySettings.GetSettingFromSettingsGroup(ISettingsGroup, String, T) nameWithType.vb: EditControlDisplaySettings.GetSettingFromSettingsGroup(Of T)(ISettingsGroup, String, T) - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.GetStructureInfoColor(System.String) - name: GetStructureInfoColor(string) + name: GetStructureInfoColor(String) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings_GetStructureInfoColor_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.GetStructureInfoColor(System.String) - name.vb: GetStructureInfoColor(String) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.GetStructureInfoColor(string) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.GetStructureInfoColor(String) - nameWithType: EditControlDisplaySettings.GetStructureInfoColor(string) - nameWithType.vb: EditControlDisplaySettings.GetStructureInfoColor(String) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.GetStructureInfoColor(System.String) + nameWithType: EditControlDisplaySettings.GetStructureInfoColor(String) - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.GetStructureInfoColor* name: GetStructureInfoColor href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings_GetStructureInfoColor_ @@ -37370,14 +30238,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.InternalTagProperties nameWithType: EditControlDisplaySettings.InternalTagProperties - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.LoadFormattingGroupSettings(Sdl.Core.Settings.ISettingsGroup,System.String,Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup,Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) - name: LoadFormattingGroupSettings(ISettingsGroup, string, IFormattingGroup, IFormattingGroup) + name: LoadFormattingGroupSettings(ISettingsGroup, String, IFormattingGroup, IFormattingGroup) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings_LoadFormattingGroupSettings_Sdl_Core_Settings_ISettingsGroup_System_String_Sdl_FileTypeSupport_Framework_Formatting_IFormattingGroup_Sdl_FileTypeSupport_Framework_Formatting_IFormattingGroup_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.LoadFormattingGroupSettings(Sdl.Core.Settings.ISettingsGroup,System.String,Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup,Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) - name.vb: LoadFormattingGroupSettings(ISettingsGroup, String, IFormattingGroup, IFormattingGroup) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.LoadFormattingGroupSettings(Sdl.Core.Settings.ISettingsGroup, string, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.LoadFormattingGroupSettings(Sdl.Core.Settings.ISettingsGroup, String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) - nameWithType: EditControlDisplaySettings.LoadFormattingGroupSettings(ISettingsGroup, string, IFormattingGroup, IFormattingGroup) - nameWithType.vb: EditControlDisplaySettings.LoadFormattingGroupSettings(ISettingsGroup, String, IFormattingGroup, IFormattingGroup) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.LoadFormattingGroupSettings(Sdl.Core.Settings.ISettingsGroup, System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) + nameWithType: EditControlDisplaySettings.LoadFormattingGroupSettings(ISettingsGroup, String, IFormattingGroup, IFormattingGroup) - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.LoadFormattingGroupSettings* name: LoadFormattingGroupSettings href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings_LoadFormattingGroupSettings_ @@ -37457,14 +30322,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.RemovedRevisionFormatting nameWithType: EditControlDisplaySettings.RemovedRevisionFormatting - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.SaveFormattingGroupSettings(Sdl.Core.Settings.ISettingsGroup,System.String,Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) - name: SaveFormattingGroupSettings(ISettingsGroup, string, IFormattingGroup) + name: SaveFormattingGroupSettings(ISettingsGroup, String, IFormattingGroup) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings_SaveFormattingGroupSettings_Sdl_Core_Settings_ISettingsGroup_System_String_Sdl_FileTypeSupport_Framework_Formatting_IFormattingGroup_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.SaveFormattingGroupSettings(Sdl.Core.Settings.ISettingsGroup,System.String,Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) - name.vb: SaveFormattingGroupSettings(ISettingsGroup, String, IFormattingGroup) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.SaveFormattingGroupSettings(Sdl.Core.Settings.ISettingsGroup, string, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.SaveFormattingGroupSettings(Sdl.Core.Settings.ISettingsGroup, String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) - nameWithType: EditControlDisplaySettings.SaveFormattingGroupSettings(ISettingsGroup, string, IFormattingGroup) - nameWithType.vb: EditControlDisplaySettings.SaveFormattingGroupSettings(ISettingsGroup, String, IFormattingGroup) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.SaveFormattingGroupSettings(Sdl.Core.Settings.ISettingsGroup, System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) + nameWithType: EditControlDisplaySettings.SaveFormattingGroupSettings(ISettingsGroup, String, IFormattingGroup) - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.SaveFormattingGroupSettings* name: SaveFormattingGroupSettings href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings_SaveFormattingGroupSettings_ @@ -37544,14 +30406,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.SetRevisionFormattingDefaults nameWithType: EditControlDisplaySettings.SetRevisionFormattingDefaults - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.SetStructureInfoColor(System.String,System.Drawing.Color) - name: SetStructureInfoColor(string, Color) + name: SetStructureInfoColor(String, Color) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings_SetStructureInfoColor_System_String_System_Drawing_Color_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.SetStructureInfoColor(System.String,System.Drawing.Color) - name.vb: SetStructureInfoColor(String, Color) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.SetStructureInfoColor(string, System.Drawing.Color) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.SetStructureInfoColor(String, System.Drawing.Color) - nameWithType: EditControlDisplaySettings.SetStructureInfoColor(string, Color) - nameWithType.vb: EditControlDisplaySettings.SetStructureInfoColor(String, Color) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.SetStructureInfoColor(System.String, System.Drawing.Color) + nameWithType: EditControlDisplaySettings.SetStructureInfoColor(String, Color) - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.SetStructureInfoColor* name: SetStructureInfoColor href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings_SetStructureInfoColor_ @@ -37631,13 +30490,13 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.UpdateSettingInSettingsGroup nameWithType: EditControlDisplaySettings.UpdateSettingInSettingsGroup - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.UpdateSettingInSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0,``0) - name: UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) + name: UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlDisplaySettings_UpdateSettingInSettingsGroup__1_Sdl_Core_Settings_ISettingsGroup_System_String___0___0_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.UpdateSettingInSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0,``0) name.vb: UpdateSettingInSettingsGroup(Of T)(ISettingsGroup, String, T, T) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.UpdateSettingInSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string, T, T) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.UpdateSettingInSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, String, T, T) - nameWithType: EditControlDisplaySettings.UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.UpdateSettingInSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String, T, T) + fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.UpdateSettingInSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, System.String, T, T) + nameWithType: EditControlDisplaySettings.UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) nameWithType.vb: EditControlDisplaySettings.UpdateSettingInSettingsGroup(Of T)(ISettingsGroup, String, T, T) - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlDisplaySettings.WarningCommentFormatting name: WarningCommentFormatting @@ -37661,29 +30520,20 @@ references: name: EditControlFontSizeSettings() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlFontSizeSettings__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.EditControlFontSizeSettings() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.New() nameWithType: EditControlFontSizeSettings.EditControlFontSizeSettings() - nameWithType.vb: EditControlFontSizeSettings.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.#ctor(System.Boolean,System.Int32,System.Int32) - name: EditControlFontSizeSettings(bool, int, int) + name: EditControlFontSizeSettings(Boolean, Int32, Int32) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlFontSizeSettings__ctor_System_Boolean_System_Int32_System_Int32_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.#ctor(System.Boolean,System.Int32,System.Int32) - name.vb: New(Boolean, Integer, Integer) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.EditControlFontSizeSettings(bool, int, int) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.New(Boolean, Integer, Integer) - nameWithType: EditControlFontSizeSettings.EditControlFontSizeSettings(bool, int, int) - nameWithType.vb: EditControlFontSizeSettings.New(Boolean, Integer, Integer) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.EditControlFontSizeSettings(System.Boolean, System.Int32, System.Int32) + nameWithType: EditControlFontSizeSettings.EditControlFontSizeSettings(Boolean, Int32, Int32) - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.#ctor* name: EditControlFontSizeSettings href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlFontSizeSettings__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.EditControlFontSizeSettings - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.New nameWithType: EditControlFontSizeSettings.EditControlFontSizeSettings - nameWithType.vb: EditControlFontSizeSettings.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.AdaptFontSizes name: AdaptFontSizes href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlFontSizeSettings_AdaptFontSizes @@ -37697,14 +30547,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.AdaptFontSizes nameWithType: EditControlFontSizeSettings.AdaptFontSizes - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlFontSizeSettings_Equals_System_Object_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.Equals(object) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.Equals(Object) - nameWithType: EditControlFontSizeSettings.Equals(object) - nameWithType.vb: EditControlFontSizeSettings.Equals(Object) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.Equals(System.Object) + nameWithType: EditControlFontSizeSettings.Equals(Object) - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.Equals* name: Equals href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlFontSizeSettings_Equals_ @@ -37772,14 +30619,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.ReadXml nameWithType: EditControlFontSizeSettings.ReadXml - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.Update(System.Boolean,System.Int32,System.Int32) - name: Update(bool, int, int) + name: Update(Boolean, Int32, Int32) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlFontSizeSettings_Update_System_Boolean_System_Int32_System_Int32_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.Update(System.Boolean,System.Int32,System.Int32) - name.vb: Update(Boolean, Integer, Integer) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.Update(bool, int, int) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.Update(Boolean, Integer, Integer) - nameWithType: EditControlFontSizeSettings.Update(bool, int, int) - nameWithType.vb: EditControlFontSizeSettings.Update(Boolean, Integer, Integer) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.Update(System.Boolean, System.Int32, System.Int32) + nameWithType: EditControlFontSizeSettings.Update(Boolean, Int32, Int32) - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.Update* name: Update href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditControlFontSizeSettings.html#Sdl_DesktopEditor_EditorApi_Implementation_EditControlFontSizeSettings_Update_ @@ -37808,20 +30652,14 @@ references: name: EditOperationConsolidatorVisitor() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.html#Sdl_DesktopEditor_EditorApi_Implementation_EditOperationConsolidatorVisitor__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.EditOperationConsolidatorVisitor() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.New() nameWithType: EditOperationConsolidatorVisitor.EditOperationConsolidatorVisitor() - nameWithType.vb: EditOperationConsolidatorVisitor.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.#ctor* name: EditOperationConsolidatorVisitor href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.html#Sdl_DesktopEditor_EditorApi_Implementation_EditOperationConsolidatorVisitor__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.EditOperationConsolidatorVisitor - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.New nameWithType: EditOperationConsolidatorVisitor.EditOperationConsolidatorVisitor - nameWithType.vb: EditOperationConsolidatorVisitor.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.ConsolidatedOperations name: ConsolidatedOperations href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.EditOperationConsolidatorVisitor.html#Sdl_DesktopEditor_EditorApi_Implementation_EditOperationConsolidatorVisitor_ConsolidatedOperations @@ -37892,29 +30730,20 @@ references: name: FindResultPainter() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_FindResultPainter__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.FindResultPainter() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.New() nameWithType: FindResultPainter.FindResultPainter() - nameWithType.vb: FindResultPainter.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.#ctor* name: FindResultPainter href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_FindResultPainter__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.FindResultPainter - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.New nameWithType: FindResultPainter.FindResultPainter - nameWithType.vb: FindResultPainter.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.DrawMarkPart(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) + name: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_FindResultPainter_DrawMarkPart_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_ITextMark_System_Drawing_Rectangle_System_Drawing_Rectangle_System_Boolean_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.DrawMarkPart(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name.vb: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, bool, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, Boolean, Boolean) - nameWithType: FindResultPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) - nameWithType.vb: FindResultPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, System.Boolean, System.Boolean) + nameWithType: FindResultPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) - uid: Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.DrawMarkPart* name: DrawMarkPart href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_FindResultPainter_DrawMarkPart_ @@ -37934,14 +30763,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.FillColor nameWithType: FindResultPainter.FillColor - uid: Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.GetMarkPartBounds(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name: GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) + name: GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_FindResultPainter_GetMarkPartBounds_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_ITextMark_System_Drawing_Rectangle_System_Boolean_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.GetMarkPartBounds(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name.vb: GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, bool, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, Boolean, Boolean) - nameWithType: FindResultPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) - nameWithType.vb: FindResultPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Boolean, System.Boolean) + nameWithType: FindResultPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) - uid: Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.GetMarkPartBounds* name: GetMarkPartBounds href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.FindResultPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_FindResultPainter_GetMarkPartBounds_ @@ -37970,20 +30796,14 @@ references: name: HorizontalLinePainter() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.html#Sdl_DesktopEditor_EditorApi_Implementation_HorizontalLinePainter__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.HorizontalLinePainter() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.New() nameWithType: HorizontalLinePainter.HorizontalLinePainter() - nameWithType.vb: HorizontalLinePainter.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.#ctor* name: HorizontalLinePainter href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.html#Sdl_DesktopEditor_EditorApi_Implementation_HorizontalLinePainter__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.HorizontalLinePainter - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.New nameWithType: HorizontalLinePainter.HorizontalLinePainter - nameWithType.vb: HorizontalLinePainter.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.DrawLine(System.Drawing.Graphics,System.Drawing.Rectangle) name: DrawLine(Graphics, Rectangle) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.html#Sdl_DesktopEditor_EditorApi_Implementation_HorizontalLinePainter_DrawLine_System_Drawing_Graphics_System_Drawing_Rectangle_ @@ -37997,14 +30817,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.DrawLine nameWithType: HorizontalLinePainter.DrawLine - uid: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.DrawMarkPart(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) + name: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.html#Sdl_DesktopEditor_EditorApi_Implementation_HorizontalLinePainter_DrawMarkPart_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_ITextMark_System_Drawing_Rectangle_System_Drawing_Rectangle_System_Boolean_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.DrawMarkPart(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name.vb: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, bool, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, Boolean, Boolean) - nameWithType: HorizontalLinePainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) - nameWithType.vb: HorizontalLinePainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, System.Boolean, System.Boolean) + nameWithType: HorizontalLinePainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) - uid: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.DrawMarkPart* name: DrawMarkPart href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.html#Sdl_DesktopEditor_EditorApi_Implementation_HorizontalLinePainter_DrawMarkPart_ @@ -38012,14 +30829,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.DrawMarkPart nameWithType: HorizontalLinePainter.DrawMarkPart - uid: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.GetLineRectangle(System.Drawing.Rectangle,System.Int32) - name: GetLineRectangle(Rectangle, int) + name: GetLineRectangle(Rectangle, Int32) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.html#Sdl_DesktopEditor_EditorApi_Implementation_HorizontalLinePainter_GetLineRectangle_System_Drawing_Rectangle_System_Int32_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.GetLineRectangle(System.Drawing.Rectangle,System.Int32) - name.vb: GetLineRectangle(Rectangle, Integer) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.GetLineRectangle(System.Drawing.Rectangle, int) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.GetLineRectangle(System.Drawing.Rectangle, Integer) - nameWithType: HorizontalLinePainter.GetLineRectangle(Rectangle, int) - nameWithType.vb: HorizontalLinePainter.GetLineRectangle(Rectangle, Integer) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.GetLineRectangle(System.Drawing.Rectangle, System.Int32) + nameWithType: HorizontalLinePainter.GetLineRectangle(Rectangle, Int32) - uid: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.GetLineRectangle* name: GetLineRectangle href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.html#Sdl_DesktopEditor_EditorApi_Implementation_HorizontalLinePainter_GetLineRectangle_ @@ -38027,14 +30841,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.GetLineRectangle nameWithType: HorizontalLinePainter.GetLineRectangle - uid: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.GetMarkPartBounds(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name: GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) + name: GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.html#Sdl_DesktopEditor_EditorApi_Implementation_HorizontalLinePainter_GetMarkPartBounds_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_ITextMark_System_Drawing_Rectangle_System_Boolean_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.GetMarkPartBounds(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name.vb: GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, bool, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, Boolean, Boolean) - nameWithType: HorizontalLinePainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) - nameWithType.vb: HorizontalLinePainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Boolean, System.Boolean) + nameWithType: HorizontalLinePainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) - uid: Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.GetMarkPartBounds* name: GetMarkPartBounds href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.HorizontalLinePainter.html#Sdl_DesktopEditor_EditorApi_Implementation_HorizontalLinePainter_GetMarkPartBounds_ @@ -38051,20 +30862,14 @@ references: name: InsertNodeOperation(INode) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.html#Sdl_DesktopEditor_EditorApi_Implementation_InsertNodeOperation__ctor_Sdl_DesktopEditor_EditorApi_INode_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.#ctor(Sdl.DesktopEditor.EditorApi.INode) - name.vb: New(INode) fullName: Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.InsertNodeOperation(Sdl.DesktopEditor.EditorApi.INode) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.New(Sdl.DesktopEditor.EditorApi.INode) nameWithType: InsertNodeOperation.InsertNodeOperation(INode) - nameWithType.vb: InsertNodeOperation.New(INode) - uid: Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.#ctor* name: InsertNodeOperation href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.html#Sdl_DesktopEditor_EditorApi_Implementation_InsertNodeOperation__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.InsertNodeOperation - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.New nameWithType: InsertNodeOperation.InsertNodeOperation - nameWithType.vb: InsertNodeOperation.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.AcceptVisitor(Sdl.DesktopEditor.EditorApi.IEditOperationVisitor) name: AcceptVisitor(IEditOperationVisitor) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertNodeOperation.html#Sdl_DesktopEditor_EditorApi_Implementation_InsertNodeOperation_AcceptVisitor_Sdl_DesktopEditor_EditorApi_IEditOperationVisitor_ @@ -38111,20 +30916,14 @@ references: name: InsertOperationConsolidator(IInsertNodeOperation) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.html#Sdl_DesktopEditor_EditorApi_Implementation_InsertOperationConsolidator__ctor_Sdl_DesktopEditor_EditorApi_IInsertNodeOperation_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.#ctor(Sdl.DesktopEditor.EditorApi.IInsertNodeOperation) - name.vb: New(IInsertNodeOperation) fullName: Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.InsertOperationConsolidator(Sdl.DesktopEditor.EditorApi.IInsertNodeOperation) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.New(Sdl.DesktopEditor.EditorApi.IInsertNodeOperation) nameWithType: InsertOperationConsolidator.InsertOperationConsolidator(IInsertNodeOperation) - nameWithType.vb: InsertOperationConsolidator.New(IInsertNodeOperation) - uid: Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.#ctor* name: InsertOperationConsolidator href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.html#Sdl_DesktopEditor_EditorApi_Implementation_InsertOperationConsolidator__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.InsertOperationConsolidator - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.New nameWithType: InsertOperationConsolidator.InsertOperationConsolidator - nameWithType.vb: InsertOperationConsolidator.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.VisitChangeGhostStatusOperation(Sdl.DesktopEditor.EditorApi.IChangeGhostStatusOperation) name: VisitChangeGhostStatusOperation(IChangeGhostStatusOperation) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.InsertOperationConsolidator.html#Sdl_DesktopEditor_EditorApi_Implementation_InsertOperationConsolidator_VisitChangeGhostStatusOperation_Sdl_DesktopEditor_EditorApi_IChangeGhostStatusOperation_ @@ -38213,56 +31012,38 @@ references: name: MarkupDataNodeIterator(IAbstractContainerNode) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.html#Sdl_DesktopEditor_EditorApi_Implementation_MarkupDataNodeIterator__ctor_Sdl_DesktopEditor_EditorApi_IAbstractContainerNode_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode) - name.vb: New(IAbstractContainerNode) fullName: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.MarkupDataNodeIterator(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.New(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode) nameWithType: MarkupDataNodeIterator.MarkupDataNodeIterator(IAbstractContainerNode) - nameWithType.vb: MarkupDataNodeIterator.New(IAbstractContainerNode) - uid: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode,Sdl.DesktopEditor.EditorApi.IAbstractNode) name: MarkupDataNodeIterator(IAbstractContainerNode, IAbstractNode) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.html#Sdl_DesktopEditor_EditorApi_Implementation_MarkupDataNodeIterator__ctor_Sdl_DesktopEditor_EditorApi_IAbstractContainerNode_Sdl_DesktopEditor_EditorApi_IAbstractNode_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode,Sdl.DesktopEditor.EditorApi.IAbstractNode) - name.vb: New(IAbstractContainerNode, IAbstractNode) fullName: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.MarkupDataNodeIterator(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode, Sdl.DesktopEditor.EditorApi.IAbstractNode) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.New(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode, Sdl.DesktopEditor.EditorApi.IAbstractNode) nameWithType: MarkupDataNodeIterator.MarkupDataNodeIterator(IAbstractContainerNode, IAbstractNode) - nameWithType.vb: MarkupDataNodeIterator.New(IAbstractContainerNode, IAbstractNode) - uid: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode,Sdl.DesktopEditor.EditorApi.IMarkupDataNode) name: MarkupDataNodeIterator(IAbstractContainerNode, IMarkupDataNode) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.html#Sdl_DesktopEditor_EditorApi_Implementation_MarkupDataNodeIterator__ctor_Sdl_DesktopEditor_EditorApi_IAbstractContainerNode_Sdl_DesktopEditor_EditorApi_IMarkupDataNode_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode,Sdl.DesktopEditor.EditorApi.IMarkupDataNode) - name.vb: New(IAbstractContainerNode, IMarkupDataNode) fullName: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.MarkupDataNodeIterator(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode, Sdl.DesktopEditor.EditorApi.IMarkupDataNode) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.New(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode, Sdl.DesktopEditor.EditorApi.IMarkupDataNode) nameWithType: MarkupDataNodeIterator.MarkupDataNodeIterator(IAbstractContainerNode, IMarkupDataNode) - nameWithType.vb: MarkupDataNodeIterator.New(IAbstractContainerNode, IMarkupDataNode) - uid: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractNode) name: MarkupDataNodeIterator(IAbstractNode) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.html#Sdl_DesktopEditor_EditorApi_Implementation_MarkupDataNodeIterator__ctor_Sdl_DesktopEditor_EditorApi_IAbstractNode_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractNode) - name.vb: New(IAbstractNode) fullName: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.MarkupDataNodeIterator(Sdl.DesktopEditor.EditorApi.IAbstractNode) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.New(Sdl.DesktopEditor.EditorApi.IAbstractNode) nameWithType: MarkupDataNodeIterator.MarkupDataNodeIterator(IAbstractNode) - nameWithType.vb: MarkupDataNodeIterator.New(IAbstractNode) - uid: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractNode,Sdl.DesktopEditor.EditorApi.IAbstractContentNode) name: MarkupDataNodeIterator(IAbstractNode, IAbstractContentNode) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.html#Sdl_DesktopEditor_EditorApi_Implementation_MarkupDataNodeIterator__ctor_Sdl_DesktopEditor_EditorApi_IAbstractNode_Sdl_DesktopEditor_EditorApi_IAbstractContentNode_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractNode,Sdl.DesktopEditor.EditorApi.IAbstractContentNode) - name.vb: New(IAbstractNode, IAbstractContentNode) fullName: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.MarkupDataNodeIterator(Sdl.DesktopEditor.EditorApi.IAbstractNode, Sdl.DesktopEditor.EditorApi.IAbstractContentNode) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.New(Sdl.DesktopEditor.EditorApi.IAbstractNode, Sdl.DesktopEditor.EditorApi.IAbstractContentNode) nameWithType: MarkupDataNodeIterator.MarkupDataNodeIterator(IAbstractNode, IAbstractContentNode) - nameWithType.vb: MarkupDataNodeIterator.New(IAbstractNode, IAbstractContentNode) - uid: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.#ctor* name: MarkupDataNodeIterator href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.html#Sdl_DesktopEditor_EditorApi_Implementation_MarkupDataNodeIterator__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.MarkupDataNodeIterator - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.New nameWithType: MarkupDataNodeIterator.MarkupDataNodeIterator - nameWithType.vb: MarkupDataNodeIterator.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.CurrentNode name: CurrentNode href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.MarkupDataNodeIterator.html#Sdl_DesktopEditor_EditorApi_Implementation_MarkupDataNodeIterator_CurrentNode @@ -38333,29 +31114,20 @@ references: name: PlainTextExtractionVisitor() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.html#Sdl_DesktopEditor_EditorApi_Implementation_PlainTextExtractionVisitor__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.PlainTextExtractionVisitor() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.New() nameWithType: PlainTextExtractionVisitor.PlainTextExtractionVisitor() - nameWithType.vb: PlainTextExtractionVisitor.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.#ctor(System.Text.StringBuilder) name: PlainTextExtractionVisitor(StringBuilder) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.html#Sdl_DesktopEditor_EditorApi_Implementation_PlainTextExtractionVisitor__ctor_System_Text_StringBuilder_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.#ctor(System.Text.StringBuilder) - name.vb: New(StringBuilder) fullName: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.PlainTextExtractionVisitor(System.Text.StringBuilder) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.New(System.Text.StringBuilder) nameWithType: PlainTextExtractionVisitor.PlainTextExtractionVisitor(StringBuilder) - nameWithType.vb: PlainTextExtractionVisitor.New(StringBuilder) - uid: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.#ctor* name: PlainTextExtractionVisitor href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.html#Sdl_DesktopEditor_EditorApi_Implementation_PlainTextExtractionVisitor__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.PlainTextExtractionVisitor - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.New nameWithType: PlainTextExtractionVisitor.PlainTextExtractionVisitor - nameWithType.vb: PlainTextExtractionVisitor.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.AppendLineBreakForSegments name: AppendLineBreakForSegments href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextExtractionVisitor.html#Sdl_DesktopEditor_EditorApi_Implementation_PlainTextExtractionVisitor_AppendLineBreakForSegments @@ -38690,20 +31462,14 @@ references: name: PlainTextMapper() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.html#Sdl_DesktopEditor_EditorApi_Implementation_PlainTextMapper__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.PlainTextMapper() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.New() nameWithType: PlainTextMapper.PlainTextMapper() - nameWithType.vb: PlainTextMapper.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.#ctor* name: PlainTextMapper href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.html#Sdl_DesktopEditor_EditorApi_Implementation_PlainTextMapper__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.PlainTextMapper - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.New nameWithType: PlainTextMapper.PlainTextMapper - nameWithType.vb: PlainTextMapper.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.BuildMappings(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode) name: BuildMappings(IAbstractContainerNode) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.html#Sdl_DesktopEditor_EditorApi_Implementation_PlainTextMapper_BuildMappings_Sdl_DesktopEditor_EditorApi_IAbstractContainerNode_ @@ -38729,14 +31495,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.CheckIfShouldRecurseContainer nameWithType: PlainTextMapper.CheckIfShouldRecurseContainer - uid: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.GetRangeFromPlainTextOffsets(System.Int32,System.Int32) - name: GetRangeFromPlainTextOffsets(int, int) + name: GetRangeFromPlainTextOffsets(Int32, Int32) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.html#Sdl_DesktopEditor_EditorApi_Implementation_PlainTextMapper_GetRangeFromPlainTextOffsets_System_Int32_System_Int32_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.GetRangeFromPlainTextOffsets(System.Int32,System.Int32) - name.vb: GetRangeFromPlainTextOffsets(Integer, Integer) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.GetRangeFromPlainTextOffsets(int, int) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.GetRangeFromPlainTextOffsets(Integer, Integer) - nameWithType: PlainTextMapper.GetRangeFromPlainTextOffsets(int, int) - nameWithType.vb: PlainTextMapper.GetRangeFromPlainTextOffsets(Integer, Integer) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.GetRangeFromPlainTextOffsets(System.Int32, System.Int32) + nameWithType: PlainTextMapper.GetRangeFromPlainTextOffsets(Int32, Int32) - uid: Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.GetRangeFromPlainTextOffsets* name: GetRangeFromPlainTextOffsets href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.PlainTextMapper.html#Sdl_DesktopEditor_EditorApi_Implementation_PlainTextMapper_GetRangeFromPlainTextOffsets_ @@ -38777,20 +31540,14 @@ references: name: ProjectEditorSettings() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.html#Sdl_DesktopEditor_EditorApi_Implementation_ProjectEditorSettings__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.ProjectEditorSettings() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.New() nameWithType: ProjectEditorSettings.ProjectEditorSettings() - nameWithType.vb: ProjectEditorSettings.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.#ctor* name: ProjectEditorSettings href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.html#Sdl_DesktopEditor_EditorApi_Implementation_ProjectEditorSettings__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.ProjectEditorSettings - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.New nameWithType: ProjectEditorSettings.ProjectEditorSettings - nameWithType.vb: ProjectEditorSettings.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.IsSecure name: IsSecure href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.ProjectEditorSettings.html#Sdl_DesktopEditor_EditorApi_Implementation_ProjectEditorSettings_IsSecure @@ -38837,20 +31594,14 @@ references: name: RemoveFormattingVisitor(IDocumentFragment) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.html#Sdl_DesktopEditor_EditorApi_Implementation_RemoveFormattingVisitor__ctor_Sdl_DesktopEditor_EditorApi_IDocumentFragment_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.#ctor(Sdl.DesktopEditor.EditorApi.IDocumentFragment) - name.vb: New(IDocumentFragment) fullName: Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.RemoveFormattingVisitor(Sdl.DesktopEditor.EditorApi.IDocumentFragment) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.New(Sdl.DesktopEditor.EditorApi.IDocumentFragment) nameWithType: RemoveFormattingVisitor.RemoveFormattingVisitor(IDocumentFragment) - nameWithType.vb: RemoveFormattingVisitor.New(IDocumentFragment) - uid: Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.#ctor* name: RemoveFormattingVisitor href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.html#Sdl_DesktopEditor_EditorApi_Implementation_RemoveFormattingVisitor__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.RemoveFormattingVisitor - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.New nameWithType: RemoveFormattingVisitor.RemoveFormattingVisitor - nameWithType.vb: RemoveFormattingVisitor.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.VisitLockedContentContainerNode(Sdl.DesktopEditor.EditorApi.ILockedContentContainerNode) name: VisitLockedContentContainerNode(ILockedContentContainerNode) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RemoveFormattingVisitor.html#Sdl_DesktopEditor_EditorApi_Implementation_RemoveFormattingVisitor_VisitLockedContentContainerNode_Sdl_DesktopEditor_EditorApi_ILockedContentContainerNode_ @@ -38897,20 +31648,14 @@ references: name: RowNumberColumn() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_RowNumberColumn__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.RowNumberColumn() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.New() nameWithType: RowNumberColumn.RowNumberColumn() - nameWithType.vb: RowNumberColumn.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.#ctor* name: RowNumberColumn href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_RowNumberColumn__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.RowNumberColumn - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.New nameWithType: RowNumberColumn.RowNumberColumn - nameWithType.vb: RowNumberColumn.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.CalculateCellContentHeight(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.IRowInfo) name: CalculateCellContentHeight(Graphics, IRowInfo) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowNumberColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_RowNumberColumn_CalculateCellContentHeight_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_IRowInfo_ @@ -38990,32 +31735,23 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor nameWithType: RowSizeAccessor - uid: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.#ctor(System.Object,System.IntPtr) - name: RowSizeAccessor(object, IntPtr) + name: RowSizeAccessor(Object, IntPtr) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.html#Sdl_DesktopEditor_EditorApi_Implementation_RowSizeAccessor__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.RowSizeAccessor(object, System.IntPtr) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.New(Object, System.IntPtr) - nameWithType: RowSizeAccessor.RowSizeAccessor(object, IntPtr) - nameWithType.vb: RowSizeAccessor.New(Object, IntPtr) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.RowSizeAccessor(System.Object, System.IntPtr) + nameWithType: RowSizeAccessor.RowSizeAccessor(Object, IntPtr) - uid: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.#ctor* name: RowSizeAccessor href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.html#Sdl_DesktopEditor_EditorApi_Implementation_RowSizeAccessor__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.RowSizeAccessor - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.New nameWithType: RowSizeAccessor.RowSizeAccessor - nameWithType.vb: RowSizeAccessor.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.BeginInvoke(Sdl.DesktopEditor.EditorApi.ICustomColumn,System.Int32,System.AsyncCallback,System.Object) - name: BeginInvoke(ICustomColumn, int, AsyncCallback, object) + name: BeginInvoke(ICustomColumn, Int32, AsyncCallback, Object) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.html#Sdl_DesktopEditor_EditorApi_Implementation_RowSizeAccessor_BeginInvoke_Sdl_DesktopEditor_EditorApi_ICustomColumn_System_Int32_System_AsyncCallback_System_Object_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.BeginInvoke(Sdl.DesktopEditor.EditorApi.ICustomColumn,System.Int32,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(ICustomColumn, Integer, AsyncCallback, Object) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.BeginInvoke(Sdl.DesktopEditor.EditorApi.ICustomColumn, int, System.AsyncCallback, object) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.BeginInvoke(Sdl.DesktopEditor.EditorApi.ICustomColumn, Integer, System.AsyncCallback, Object) - nameWithType: RowSizeAccessor.BeginInvoke(ICustomColumn, int, AsyncCallback, object) - nameWithType.vb: RowSizeAccessor.BeginInvoke(ICustomColumn, Integer, AsyncCallback, Object) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.BeginInvoke(Sdl.DesktopEditor.EditorApi.ICustomColumn, System.Int32, System.AsyncCallback, System.Object) + nameWithType: RowSizeAccessor.BeginInvoke(ICustomColumn, Int32, AsyncCallback, Object) - uid: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.BeginInvoke* name: BeginInvoke href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.html#Sdl_DesktopEditor_EditorApi_Implementation_RowSizeAccessor_BeginInvoke_ @@ -39035,14 +31771,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.EndInvoke nameWithType: RowSizeAccessor.EndInvoke - uid: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.Invoke(Sdl.DesktopEditor.EditorApi.ICustomColumn,System.Int32) - name: Invoke(ICustomColumn, int) + name: Invoke(ICustomColumn, Int32) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.html#Sdl_DesktopEditor_EditorApi_Implementation_RowSizeAccessor_Invoke_Sdl_DesktopEditor_EditorApi_ICustomColumn_System_Int32_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.Invoke(Sdl.DesktopEditor.EditorApi.ICustomColumn,System.Int32) - name.vb: Invoke(ICustomColumn, Integer) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.Invoke(Sdl.DesktopEditor.EditorApi.ICustomColumn, int) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.Invoke(Sdl.DesktopEditor.EditorApi.ICustomColumn, Integer) - nameWithType: RowSizeAccessor.Invoke(ICustomColumn, int) - nameWithType.vb: RowSizeAccessor.Invoke(ICustomColumn, Integer) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.Invoke(Sdl.DesktopEditor.EditorApi.ICustomColumn, System.Int32) + nameWithType: RowSizeAccessor.Invoke(ICustomColumn, Int32) - uid: Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.Invoke* name: Invoke href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.RowSizeAccessor.html#Sdl_DesktopEditor_EditorApi_Implementation_RowSizeAccessor_Invoke_ @@ -39059,20 +31792,14 @@ references: name: SegmentIdColumn() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_SegmentIdColumn__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.SegmentIdColumn() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.New() nameWithType: SegmentIdColumn.SegmentIdColumn() - nameWithType.vb: SegmentIdColumn.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.#ctor* name: SegmentIdColumn href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_SegmentIdColumn__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.SegmentIdColumn - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.New nameWithType: SegmentIdColumn.SegmentIdColumn - nameWithType.vb: SegmentIdColumn.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.GetOptimalWidth(System.Drawing.Graphics) name: GetOptimalWidth(Graphics) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SegmentIdColumn.html#Sdl_DesktopEditor_EditorApi_Implementation_SegmentIdColumn_GetOptimalWidth_System_Drawing_Graphics_ @@ -39119,29 +31846,20 @@ references: name: SquigglyLinePainter() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.html#Sdl_DesktopEditor_EditorApi_Implementation_SquigglyLinePainter__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.SquigglyLinePainter() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.New() nameWithType: SquigglyLinePainter.SquigglyLinePainter() - nameWithType.vb: SquigglyLinePainter.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.#ctor* name: SquigglyLinePainter href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.html#Sdl_DesktopEditor_EditorApi_Implementation_SquigglyLinePainter__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.SquigglyLinePainter - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.New nameWithType: SquigglyLinePainter.SquigglyLinePainter - nameWithType.vb: SquigglyLinePainter.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.DrawMarkPart(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) + name: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.html#Sdl_DesktopEditor_EditorApi_Implementation_SquigglyLinePainter_DrawMarkPart_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_ITextMark_System_Drawing_Rectangle_System_Drawing_Rectangle_System_Boolean_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.DrawMarkPart(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name.vb: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, bool, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, Boolean, Boolean) - nameWithType: SquigglyLinePainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) - nameWithType.vb: SquigglyLinePainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, System.Boolean, System.Boolean) + nameWithType: SquigglyLinePainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) - uid: Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.DrawMarkPart* name: DrawMarkPart href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.html#Sdl_DesktopEditor_EditorApi_Implementation_SquigglyLinePainter_DrawMarkPart_ @@ -39149,14 +31867,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.DrawMarkPart nameWithType: SquigglyLinePainter.DrawMarkPart - uid: Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.GetMarkPartBounds(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name: GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) + name: GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.html#Sdl_DesktopEditor_EditorApi_Implementation_SquigglyLinePainter_GetMarkPartBounds_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_ITextMark_System_Drawing_Rectangle_System_Boolean_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.GetMarkPartBounds(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name.vb: GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, bool, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, Boolean, Boolean) - nameWithType: SquigglyLinePainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) - nameWithType.vb: SquigglyLinePainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Boolean, System.Boolean) + nameWithType: SquigglyLinePainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) - uid: Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.GetMarkPartBounds* name: GetMarkPartBounds href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.SquigglyLinePainter.html#Sdl_DesktopEditor_EditorApi_Implementation_SquigglyLinePainter_GetMarkPartBounds_ @@ -39233,38 +31948,26 @@ references: name: TagPaintingProperties(Color, Color, Color) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.html#Sdl_DesktopEditor_EditorApi_Implementation_TagPaintingProperties__ctor_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color) - name.vb: New(Color, Color, Color) fullName: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.TagPaintingProperties(System.Drawing.Color, System.Drawing.Color, System.Drawing.Color) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.New(System.Drawing.Color, System.Drawing.Color, System.Drawing.Color) nameWithType: TagPaintingProperties.TagPaintingProperties(Color, Color, Color) - nameWithType.vb: TagPaintingProperties.New(Color, Color, Color) - uid: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color) name: TagPaintingProperties(Color, Color, Color, Color) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.html#Sdl_DesktopEditor_EditorApi_Implementation_TagPaintingProperties__ctor_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color) - name.vb: New(Color, Color, Color, Color) fullName: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.TagPaintingProperties(System.Drawing.Color, System.Drawing.Color, System.Drawing.Color, System.Drawing.Color) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.New(System.Drawing.Color, System.Drawing.Color, System.Drawing.Color, System.Drawing.Color) nameWithType: TagPaintingProperties.TagPaintingProperties(Color, Color, Color, Color) - nameWithType.vb: TagPaintingProperties.New(Color, Color, Color, Color) - uid: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.FontStyle) name: TagPaintingProperties(Color, Color, Color, Color, FontStyle) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.html#Sdl_DesktopEditor_EditorApi_Implementation_TagPaintingProperties__ctor_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_FontStyle_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.FontStyle) - name.vb: New(Color, Color, Color, Color, FontStyle) fullName: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.TagPaintingProperties(System.Drawing.Color, System.Drawing.Color, System.Drawing.Color, System.Drawing.Color, System.Drawing.FontStyle) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.New(System.Drawing.Color, System.Drawing.Color, System.Drawing.Color, System.Drawing.Color, System.Drawing.FontStyle) nameWithType: TagPaintingProperties.TagPaintingProperties(Color, Color, Color, Color, FontStyle) - nameWithType.vb: TagPaintingProperties.New(Color, Color, Color, Color, FontStyle) - uid: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.#ctor* name: TagPaintingProperties href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.html#Sdl_DesktopEditor_EditorApi_Implementation_TagPaintingProperties__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.TagPaintingProperties - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.New nameWithType: TagPaintingProperties.TagPaintingProperties - nameWithType.vb: TagPaintingProperties.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.BackgroundColor1 name: BackgroundColor1 href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.html#Sdl_DesktopEditor_EditorApi_Implementation_TagPaintingProperties_BackgroundColor1 @@ -39314,14 +32017,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.OutlineColor nameWithType: TagPaintingProperties.OutlineColor - uid: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: PopulateFromSettingsGroup(ISettingsGroup, string) + name: PopulateFromSettingsGroup(ISettingsGroup, String) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.html#Sdl_DesktopEditor_EditorApi_Implementation_TagPaintingProperties_PopulateFromSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: PopulateFromSettingsGroup(ISettingsGroup, String) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: TagPaintingProperties.PopulateFromSettingsGroup(ISettingsGroup, string) - nameWithType.vb: TagPaintingProperties.PopulateFromSettingsGroup(ISettingsGroup, String) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: TagPaintingProperties.PopulateFromSettingsGroup(ISettingsGroup, String) - uid: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.PopulateFromSettingsGroup* name: PopulateFromSettingsGroup href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.html#Sdl_DesktopEditor_EditorApi_Implementation_TagPaintingProperties_PopulateFromSettingsGroup_ @@ -39329,14 +32029,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.PopulateFromSettingsGroup nameWithType: TagPaintingProperties.PopulateFromSettingsGroup - uid: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: SaveToSettingsGroup(ISettingsGroup, string) + name: SaveToSettingsGroup(ISettingsGroup, String) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.html#Sdl_DesktopEditor_EditorApi_Implementation_TagPaintingProperties_SaveToSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: SaveToSettingsGroup(ISettingsGroup, String) - fullName: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: TagPaintingProperties.SaveToSettingsGroup(ISettingsGroup, string) - nameWithType.vb: TagPaintingProperties.SaveToSettingsGroup(ISettingsGroup, String) + fullName: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: TagPaintingProperties.SaveToSettingsGroup(ISettingsGroup, String) - uid: Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.SaveToSettingsGroup* name: SaveToSettingsGroup href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TagPaintingProperties.html#Sdl_DesktopEditor_EditorApi_Implementation_TagPaintingProperties_SaveToSettingsGroup_ @@ -39377,20 +32074,14 @@ references: name: TermRecognitionBoldPainter() href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TermRecognitionBoldPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_TermRecognitionBoldPainter__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.TermRecognitionBoldPainter.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Implementation.TermRecognitionBoldPainter.TermRecognitionBoldPainter() - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.TermRecognitionBoldPainter.New() nameWithType: TermRecognitionBoldPainter.TermRecognitionBoldPainter() - nameWithType.vb: TermRecognitionBoldPainter.New() - uid: Sdl.DesktopEditor.EditorApi.Implementation.TermRecognitionBoldPainter.#ctor* name: TermRecognitionBoldPainter href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TermRecognitionBoldPainter.html#Sdl_DesktopEditor_EditorApi_Implementation_TermRecognitionBoldPainter__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.TermRecognitionBoldPainter.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.TermRecognitionBoldPainter.TermRecognitionBoldPainter - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.TermRecognitionBoldPainter.New nameWithType: TermRecognitionBoldPainter.TermRecognitionBoldPainter - nameWithType.vb: TermRecognitionBoldPainter.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.TextMark name: TextMark href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextMark.html @@ -39401,20 +32092,14 @@ references: name: TextMark(ContentRange, TextMarkLayer, ITextMarkPainter) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextMark.html#Sdl_DesktopEditor_EditorApi_Implementation_TextMark__ctor_Sdl_DesktopEditor_EditorApi_ContentRange_Sdl_DesktopEditor_EditorApi_TextMarkLayer_Sdl_DesktopEditor_EditorApi_ITextMarkPainter_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.TextMark.#ctor(Sdl.DesktopEditor.EditorApi.ContentRange,Sdl.DesktopEditor.EditorApi.TextMarkLayer,Sdl.DesktopEditor.EditorApi.ITextMarkPainter) - name.vb: New(ContentRange, TextMarkLayer, ITextMarkPainter) fullName: Sdl.DesktopEditor.EditorApi.Implementation.TextMark.TextMark(Sdl.DesktopEditor.EditorApi.ContentRange, Sdl.DesktopEditor.EditorApi.TextMarkLayer, Sdl.DesktopEditor.EditorApi.ITextMarkPainter) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.TextMark.New(Sdl.DesktopEditor.EditorApi.ContentRange, Sdl.DesktopEditor.EditorApi.TextMarkLayer, Sdl.DesktopEditor.EditorApi.ITextMarkPainter) nameWithType: TextMark.TextMark(ContentRange, TextMarkLayer, ITextMarkPainter) - nameWithType.vb: TextMark.New(ContentRange, TextMarkLayer, ITextMarkPainter) - uid: Sdl.DesktopEditor.EditorApi.Implementation.TextMark.#ctor* name: TextMark href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextMark.html#Sdl_DesktopEditor_EditorApi_Implementation_TextMark__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.TextMark.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.TextMark.TextMark - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.TextMark.New nameWithType: TextMark.TextMark - nameWithType.vb: TextMark.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.TextMark.Layer name: Layer href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextMark.html#Sdl_DesktopEditor_EditorApi_Implementation_TextMark_Layer @@ -39461,20 +32146,14 @@ references: name: TextOnlyFragmentVisitor(IDocumentFragment) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.html#Sdl_DesktopEditor_EditorApi_Implementation_TextOnlyFragmentVisitor__ctor_Sdl_DesktopEditor_EditorApi_IDocumentFragment_ commentId: M:Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.#ctor(Sdl.DesktopEditor.EditorApi.IDocumentFragment) - name.vb: New(IDocumentFragment) fullName: Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.TextOnlyFragmentVisitor(Sdl.DesktopEditor.EditorApi.IDocumentFragment) - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.New(Sdl.DesktopEditor.EditorApi.IDocumentFragment) nameWithType: TextOnlyFragmentVisitor.TextOnlyFragmentVisitor(IDocumentFragment) - nameWithType.vb: TextOnlyFragmentVisitor.New(IDocumentFragment) - uid: Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.#ctor* name: TextOnlyFragmentVisitor href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.html#Sdl_DesktopEditor_EditorApi_Implementation_TextOnlyFragmentVisitor__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.TextOnlyFragmentVisitor - fullName.vb: Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.New nameWithType: TextOnlyFragmentVisitor.TextOnlyFragmentVisitor - nameWithType.vb: TextOnlyFragmentVisitor.New - uid: Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.VisitBookmarkNode(Sdl.DesktopEditor.EditorApi.IBookmarkNode) name: VisitBookmarkNode(IBookmarkNode) href: api/integration/Sdl.DesktopEditor.EditorApi.Implementation.TextOnlyFragmentVisitor.html#Sdl_DesktopEditor_EditorApi_Implementation_TextOnlyFragmentVisitor_VisitBookmarkNode_Sdl_DesktopEditor_EditorApi_IBookmarkNode_ @@ -39734,14 +32413,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.INodeFactory.CreateTagPair nameWithType: INodeFactory.CreateTagPair - uid: Sdl.DesktopEditor.EditorApi.INodeFactory.CreateText(System.String) - name: CreateText(string) + name: CreateText(String) href: api/integration/Sdl.DesktopEditor.EditorApi.INodeFactory.html#Sdl_DesktopEditor_EditorApi_INodeFactory_CreateText_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.INodeFactory.CreateText(System.String) - name.vb: CreateText(String) - fullName: Sdl.DesktopEditor.EditorApi.INodeFactory.CreateText(string) - fullName.vb: Sdl.DesktopEditor.EditorApi.INodeFactory.CreateText(String) - nameWithType: INodeFactory.CreateText(string) - nameWithType.vb: INodeFactory.CreateText(String) + fullName: Sdl.DesktopEditor.EditorApi.INodeFactory.CreateText(System.String) + nameWithType: INodeFactory.CreateText(String) - uid: Sdl.DesktopEditor.EditorApi.INodeFactory.CreateText* name: CreateText href: api/integration/Sdl.DesktopEditor.EditorApi.INodeFactory.html#Sdl_DesktopEditor_EditorApi_INodeFactory_CreateText_ @@ -40016,47 +32692,32 @@ references: name: InvalidEditOperationException() href: api/integration/Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.html#Sdl_DesktopEditor_EditorApi_InvalidEditOperationException__ctor commentId: M:Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.InvalidEditOperationException() - fullName.vb: Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.New() nameWithType: InvalidEditOperationException.InvalidEditOperationException() - nameWithType.vb: InvalidEditOperationException.New() - uid: Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: InvalidEditOperationException(SerializationInfo, StreamingContext) href: api/integration/Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.html#Sdl_DesktopEditor_EditorApi_InvalidEditOperationException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.InvalidEditOperationException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: InvalidEditOperationException.InvalidEditOperationException(SerializationInfo, StreamingContext) - nameWithType.vb: InvalidEditOperationException.New(SerializationInfo, StreamingContext) - uid: Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.#ctor(System.String,System.String) - name: InvalidEditOperationException(string, string) + name: InvalidEditOperationException(String, String) href: api/integration/Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.html#Sdl_DesktopEditor_EditorApi_InvalidEditOperationException__ctor_System_String_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.InvalidEditOperationException(string, string) - fullName.vb: Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.New(String, String) - nameWithType: InvalidEditOperationException.InvalidEditOperationException(string, string) - nameWithType.vb: InvalidEditOperationException.New(String, String) + fullName: Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.InvalidEditOperationException(System.String, System.String) + nameWithType: InvalidEditOperationException.InvalidEditOperationException(String, String) - uid: Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.#ctor(System.String,System.String,System.Exception) - name: InvalidEditOperationException(string, string, Exception) + name: InvalidEditOperationException(String, String, Exception) href: api/integration/Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.html#Sdl_DesktopEditor_EditorApi_InvalidEditOperationException__ctor_System_String_System_String_System_Exception_ commentId: M:Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.#ctor(System.String,System.String,System.Exception) - name.vb: New(String, String, Exception) - fullName: Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.InvalidEditOperationException(string, string, System.Exception) - fullName.vb: Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.New(String, String, System.Exception) - nameWithType: InvalidEditOperationException.InvalidEditOperationException(string, string, Exception) - nameWithType.vb: InvalidEditOperationException.New(String, String, Exception) + fullName: Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.InvalidEditOperationException(System.String, System.String, System.Exception) + nameWithType: InvalidEditOperationException.InvalidEditOperationException(String, String, Exception) - uid: Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.#ctor* name: InvalidEditOperationException href: api/integration/Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.html#Sdl_DesktopEditor_EditorApi_InvalidEditOperationException__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.InvalidEditOperationException - fullName.vb: Sdl.DesktopEditor.EditorApi.InvalidEditOperationException.New nameWithType: InvalidEditOperationException.InvalidEditOperationException - nameWithType.vb: InvalidEditOperationException.New - uid: Sdl.DesktopEditor.EditorApi.IOtherMarkerContainerNode name: IOtherMarkerContainerNode href: api/integration/Sdl.DesktopEditor.EditorApi.IOtherMarkerContainerNode.html @@ -40550,14 +33211,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ISegmentDocument nameWithType: ISegmentDocument - uid: Sdl.DesktopEditor.EditorApi.ISegmentDocument.AppendText(System.String) - name: AppendText(string) + name: AppendText(String) href: api/integration/Sdl.DesktopEditor.EditorApi.ISegmentDocument.html#Sdl_DesktopEditor_EditorApi_ISegmentDocument_AppendText_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.ISegmentDocument.AppendText(System.String) - name.vb: AppendText(String) - fullName: Sdl.DesktopEditor.EditorApi.ISegmentDocument.AppendText(string) - fullName.vb: Sdl.DesktopEditor.EditorApi.ISegmentDocument.AppendText(String) - nameWithType: ISegmentDocument.AppendText(string) - nameWithType.vb: ISegmentDocument.AppendText(String) + fullName: Sdl.DesktopEditor.EditorApi.ISegmentDocument.AppendText(System.String) + nameWithType: ISegmentDocument.AppendText(String) - uid: Sdl.DesktopEditor.EditorApi.ISegmentDocument.AppendText* name: AppendText href: api/integration/Sdl.DesktopEditor.EditorApi.ISegmentDocument.html#Sdl_DesktopEditor_EditorApi_ISegmentDocument_AppendText_ @@ -40637,14 +33295,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ISegmentDocument.ReplaceWithContentOf nameWithType: ISegmentDocument.ReplaceWithContentOf - uid: Sdl.DesktopEditor.EditorApi.ISegmentDocument.ReplaceWithText(System.String) - name: ReplaceWithText(string) + name: ReplaceWithText(String) href: api/integration/Sdl.DesktopEditor.EditorApi.ISegmentDocument.html#Sdl_DesktopEditor_EditorApi_ISegmentDocument_ReplaceWithText_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.ISegmentDocument.ReplaceWithText(System.String) - name.vb: ReplaceWithText(String) - fullName: Sdl.DesktopEditor.EditorApi.ISegmentDocument.ReplaceWithText(string) - fullName.vb: Sdl.DesktopEditor.EditorApi.ISegmentDocument.ReplaceWithText(String) - nameWithType: ISegmentDocument.ReplaceWithText(string) - nameWithType.vb: ISegmentDocument.ReplaceWithText(String) + fullName: Sdl.DesktopEditor.EditorApi.ISegmentDocument.ReplaceWithText(System.String) + nameWithType: ISegmentDocument.ReplaceWithText(String) - uid: Sdl.DesktopEditor.EditorApi.ISegmentDocument.ReplaceWithText* name: ReplaceWithText href: api/integration/Sdl.DesktopEditor.EditorApi.ISegmentDocument.html#Sdl_DesktopEditor_EditorApi_ISegmentDocument_ReplaceWithText_ @@ -40904,14 +33559,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.Redo nameWithType: ISideBySideEditor.Redo - uid: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.RedoMultiple(System.Int64) - name: RedoMultiple(long) + name: RedoMultiple(Int64) href: api/integration/Sdl.DesktopEditor.EditorApi.ISideBySideEditor.html#Sdl_DesktopEditor_EditorApi_ISideBySideEditor_RedoMultiple_System_Int64_ commentId: M:Sdl.DesktopEditor.EditorApi.ISideBySideEditor.RedoMultiple(System.Int64) - name.vb: RedoMultiple(Long) - fullName: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.RedoMultiple(long) - fullName.vb: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.RedoMultiple(Long) - nameWithType: ISideBySideEditor.RedoMultiple(long) - nameWithType.vb: ISideBySideEditor.RedoMultiple(Long) + fullName: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.RedoMultiple(System.Int64) + nameWithType: ISideBySideEditor.RedoMultiple(Int64) - uid: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.RedoMultiple* name: RedoMultiple href: api/integration/Sdl.DesktopEditor.EditorApi.ISideBySideEditor.html#Sdl_DesktopEditor_EditorApi_ISideBySideEditor_RedoMultiple_ @@ -40961,14 +33613,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.SelectionChanged nameWithType: ISideBySideEditor.SelectionChanged - uid: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.SetDocument(Sdl.DesktopEditor.EditorApi.IBilingualDocument,System.Boolean) - name: SetDocument(IBilingualDocument, bool) + name: SetDocument(IBilingualDocument, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.ISideBySideEditor.html#Sdl_DesktopEditor_EditorApi_ISideBySideEditor_SetDocument_Sdl_DesktopEditor_EditorApi_IBilingualDocument_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.ISideBySideEditor.SetDocument(Sdl.DesktopEditor.EditorApi.IBilingualDocument,System.Boolean) - name.vb: SetDocument(IBilingualDocument, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.SetDocument(Sdl.DesktopEditor.EditorApi.IBilingualDocument, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.SetDocument(Sdl.DesktopEditor.EditorApi.IBilingualDocument, Boolean) - nameWithType: ISideBySideEditor.SetDocument(IBilingualDocument, bool) - nameWithType.vb: ISideBySideEditor.SetDocument(IBilingualDocument, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.SetDocument(Sdl.DesktopEditor.EditorApi.IBilingualDocument, System.Boolean) + nameWithType: ISideBySideEditor.SetDocument(IBilingualDocument, Boolean) - uid: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.SetDocument* name: SetDocument href: api/integration/Sdl.DesktopEditor.EditorApi.ISideBySideEditor.html#Sdl_DesktopEditor_EditorApi_ISideBySideEditor_SetDocument_ @@ -41096,14 +33745,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.Undo nameWithType: ISideBySideEditor.Undo - uid: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.UndoMultiple(System.Int64) - name: UndoMultiple(long) + name: UndoMultiple(Int64) href: api/integration/Sdl.DesktopEditor.EditorApi.ISideBySideEditor.html#Sdl_DesktopEditor_EditorApi_ISideBySideEditor_UndoMultiple_System_Int64_ commentId: M:Sdl.DesktopEditor.EditorApi.ISideBySideEditor.UndoMultiple(System.Int64) - name.vb: UndoMultiple(Long) - fullName: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.UndoMultiple(long) - fullName.vb: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.UndoMultiple(Long) - nameWithType: ISideBySideEditor.UndoMultiple(long) - nameWithType.vb: ISideBySideEditor.UndoMultiple(Long) + fullName: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.UndoMultiple(System.Int64) + nameWithType: ISideBySideEditor.UndoMultiple(Int64) - uid: Sdl.DesktopEditor.EditorApi.ISideBySideEditor.UndoMultiple* name: UndoMultiple href: api/integration/Sdl.DesktopEditor.EditorApi.ISideBySideEditor.html#Sdl_DesktopEditor_EditorApi_ISideBySideEditor_UndoMultiple_ @@ -41201,14 +33847,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ISynchronizableLayout nameWithType: ISynchronizableLayout - uid: Sdl.DesktopEditor.EditorApi.ISynchronizableLayout.ChangeRowHeight(Sdl.DesktopEditor.EditorApi.ISynchronizableCell,System.Int32) - name: ChangeRowHeight(ISynchronizableCell, int) + name: ChangeRowHeight(ISynchronizableCell, Int32) href: api/integration/Sdl.DesktopEditor.EditorApi.ISynchronizableLayout.html#Sdl_DesktopEditor_EditorApi_ISynchronizableLayout_ChangeRowHeight_Sdl_DesktopEditor_EditorApi_ISynchronizableCell_System_Int32_ commentId: M:Sdl.DesktopEditor.EditorApi.ISynchronizableLayout.ChangeRowHeight(Sdl.DesktopEditor.EditorApi.ISynchronizableCell,System.Int32) - name.vb: ChangeRowHeight(ISynchronizableCell, Integer) - fullName: Sdl.DesktopEditor.EditorApi.ISynchronizableLayout.ChangeRowHeight(Sdl.DesktopEditor.EditorApi.ISynchronizableCell, int) - fullName.vb: Sdl.DesktopEditor.EditorApi.ISynchronizableLayout.ChangeRowHeight(Sdl.DesktopEditor.EditorApi.ISynchronizableCell, Integer) - nameWithType: ISynchronizableLayout.ChangeRowHeight(ISynchronizableCell, int) - nameWithType.vb: ISynchronizableLayout.ChangeRowHeight(ISynchronizableCell, Integer) + fullName: Sdl.DesktopEditor.EditorApi.ISynchronizableLayout.ChangeRowHeight(Sdl.DesktopEditor.EditorApi.ISynchronizableCell, System.Int32) + nameWithType: ISynchronizableLayout.ChangeRowHeight(ISynchronizableCell, Int32) - uid: Sdl.DesktopEditor.EditorApi.ISynchronizableLayout.ChangeRowHeight* name: ChangeRowHeight href: api/integration/Sdl.DesktopEditor.EditorApi.ISynchronizableLayout.html#Sdl_DesktopEditor_EditorApi_ISynchronizableLayout_ChangeRowHeight_ @@ -41246,14 +33889,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ITagPainter nameWithType: ITagPainter - uid: Sdl.DesktopEditor.EditorApi.ITagPainter.DrawPlaceholderTag(System.Drawing.Graphics,System.Drawing.Rectangle,Sdl.DesktopEditor.EditorApi.IPlaceholderNode,System.String) - name: DrawPlaceholderTag(Graphics, Rectangle, IPlaceholderNode, string) + name: DrawPlaceholderTag(Graphics, Rectangle, IPlaceholderNode, String) href: api/integration/Sdl.DesktopEditor.EditorApi.ITagPainter.html#Sdl_DesktopEditor_EditorApi_ITagPainter_DrawPlaceholderTag_System_Drawing_Graphics_System_Drawing_Rectangle_Sdl_DesktopEditor_EditorApi_IPlaceholderNode_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.ITagPainter.DrawPlaceholderTag(System.Drawing.Graphics,System.Drawing.Rectangle,Sdl.DesktopEditor.EditorApi.IPlaceholderNode,System.String) - name.vb: DrawPlaceholderTag(Graphics, Rectangle, IPlaceholderNode, String) - fullName: Sdl.DesktopEditor.EditorApi.ITagPainter.DrawPlaceholderTag(System.Drawing.Graphics, System.Drawing.Rectangle, Sdl.DesktopEditor.EditorApi.IPlaceholderNode, string) - fullName.vb: Sdl.DesktopEditor.EditorApi.ITagPainter.DrawPlaceholderTag(System.Drawing.Graphics, System.Drawing.Rectangle, Sdl.DesktopEditor.EditorApi.IPlaceholderNode, String) - nameWithType: ITagPainter.DrawPlaceholderTag(Graphics, Rectangle, IPlaceholderNode, string) - nameWithType.vb: ITagPainter.DrawPlaceholderTag(Graphics, Rectangle, IPlaceholderNode, String) + fullName: Sdl.DesktopEditor.EditorApi.ITagPainter.DrawPlaceholderTag(System.Drawing.Graphics, System.Drawing.Rectangle, Sdl.DesktopEditor.EditorApi.IPlaceholderNode, System.String) + nameWithType: ITagPainter.DrawPlaceholderTag(Graphics, Rectangle, IPlaceholderNode, String) - uid: Sdl.DesktopEditor.EditorApi.ITagPainter.DrawPlaceholderTag* name: DrawPlaceholderTag href: api/integration/Sdl.DesktopEditor.EditorApi.ITagPainter.html#Sdl_DesktopEditor_EditorApi_ITagPainter_DrawPlaceholderTag_ @@ -41261,14 +33901,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ITagPainter.DrawPlaceholderTag nameWithType: ITagPainter.DrawPlaceholderTag - uid: Sdl.DesktopEditor.EditorApi.ITagPainter.DrawStartEndTag(System.Drawing.Graphics,System.Drawing.Rectangle,Sdl.DesktopEditor.EditorApi.IStartEndNode,System.String,System.Boolean) - name: DrawStartEndTag(Graphics, Rectangle, IStartEndNode, string, bool) + name: DrawStartEndTag(Graphics, Rectangle, IStartEndNode, String, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.ITagPainter.html#Sdl_DesktopEditor_EditorApi_ITagPainter_DrawStartEndTag_System_Drawing_Graphics_System_Drawing_Rectangle_Sdl_DesktopEditor_EditorApi_IStartEndNode_System_String_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.ITagPainter.DrawStartEndTag(System.Drawing.Graphics,System.Drawing.Rectangle,Sdl.DesktopEditor.EditorApi.IStartEndNode,System.String,System.Boolean) - name.vb: DrawStartEndTag(Graphics, Rectangle, IStartEndNode, String, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.ITagPainter.DrawStartEndTag(System.Drawing.Graphics, System.Drawing.Rectangle, Sdl.DesktopEditor.EditorApi.IStartEndNode, string, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.ITagPainter.DrawStartEndTag(System.Drawing.Graphics, System.Drawing.Rectangle, Sdl.DesktopEditor.EditorApi.IStartEndNode, String, Boolean) - nameWithType: ITagPainter.DrawStartEndTag(Graphics, Rectangle, IStartEndNode, string, bool) - nameWithType.vb: ITagPainter.DrawStartEndTag(Graphics, Rectangle, IStartEndNode, String, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.ITagPainter.DrawStartEndTag(System.Drawing.Graphics, System.Drawing.Rectangle, Sdl.DesktopEditor.EditorApi.IStartEndNode, System.String, System.Boolean) + nameWithType: ITagPainter.DrawStartEndTag(Graphics, Rectangle, IStartEndNode, String, Boolean) - uid: Sdl.DesktopEditor.EditorApi.ITagPainter.DrawStartEndTag* name: DrawStartEndTag href: api/integration/Sdl.DesktopEditor.EditorApi.ITagPainter.html#Sdl_DesktopEditor_EditorApi_ITagPainter_DrawStartEndTag_ @@ -41276,14 +33913,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ITagPainter.DrawStartEndTag nameWithType: ITagPainter.DrawStartEndTag - uid: Sdl.DesktopEditor.EditorApi.ITagPainter.GetDisplayableTagText(System.String) - name: GetDisplayableTagText(string) + name: GetDisplayableTagText(String) href: api/integration/Sdl.DesktopEditor.EditorApi.ITagPainter.html#Sdl_DesktopEditor_EditorApi_ITagPainter_GetDisplayableTagText_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.ITagPainter.GetDisplayableTagText(System.String) - name.vb: GetDisplayableTagText(String) - fullName: Sdl.DesktopEditor.EditorApi.ITagPainter.GetDisplayableTagText(string) - fullName.vb: Sdl.DesktopEditor.EditorApi.ITagPainter.GetDisplayableTagText(String) - nameWithType: ITagPainter.GetDisplayableTagText(string) - nameWithType.vb: ITagPainter.GetDisplayableTagText(String) + fullName: Sdl.DesktopEditor.EditorApi.ITagPainter.GetDisplayableTagText(System.String) + nameWithType: ITagPainter.GetDisplayableTagText(String) - uid: Sdl.DesktopEditor.EditorApi.ITagPainter.GetDisplayableTagText* name: GetDisplayableTagText href: api/integration/Sdl.DesktopEditor.EditorApi.ITagPainter.html#Sdl_DesktopEditor_EditorApi_ITagPainter_GetDisplayableTagText_ @@ -41291,14 +33925,14 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ITagPainter.GetDisplayableTagText nameWithType: ITagPainter.GetDisplayableTagText - uid: Sdl.DesktopEditor.EditorApi.ITagPainter.GetPlaceholderTagSize(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.IPlaceholderNode,System.String,System.Int32@,System.Int32@) - name: GetPlaceholderTagSize(Graphics, IPlaceholderNode, string, ref int, ref int) + name: GetPlaceholderTagSize(Graphics, IPlaceholderNode, String, ref Int32, ref Int32) href: api/integration/Sdl.DesktopEditor.EditorApi.ITagPainter.html#Sdl_DesktopEditor_EditorApi_ITagPainter_GetPlaceholderTagSize_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_IPlaceholderNode_System_String_System_Int32__System_Int32__ commentId: M:Sdl.DesktopEditor.EditorApi.ITagPainter.GetPlaceholderTagSize(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.IPlaceholderNode,System.String,System.Int32@,System.Int32@) - name.vb: GetPlaceholderTagSize(Graphics, IPlaceholderNode, String, Integer, Integer) - fullName: Sdl.DesktopEditor.EditorApi.ITagPainter.GetPlaceholderTagSize(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.IPlaceholderNode, string, ref int, ref int) - fullName.vb: Sdl.DesktopEditor.EditorApi.ITagPainter.GetPlaceholderTagSize(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.IPlaceholderNode, String, Integer, Integer) - nameWithType: ITagPainter.GetPlaceholderTagSize(Graphics, IPlaceholderNode, string, ref int, ref int) - nameWithType.vb: ITagPainter.GetPlaceholderTagSize(Graphics, IPlaceholderNode, String, Integer, Integer) + name.vb: GetPlaceholderTagSize(Graphics, IPlaceholderNode, String, ByRef Int32, ByRef Int32) + fullName: Sdl.DesktopEditor.EditorApi.ITagPainter.GetPlaceholderTagSize(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.IPlaceholderNode, System.String, ref System.Int32, ref System.Int32) + fullName.vb: Sdl.DesktopEditor.EditorApi.ITagPainter.GetPlaceholderTagSize(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.IPlaceholderNode, System.String, ByRef System.Int32, ByRef System.Int32) + nameWithType: ITagPainter.GetPlaceholderTagSize(Graphics, IPlaceholderNode, String, ref Int32, ref Int32) + nameWithType.vb: ITagPainter.GetPlaceholderTagSize(Graphics, IPlaceholderNode, String, ByRef Int32, ByRef Int32) - uid: Sdl.DesktopEditor.EditorApi.ITagPainter.GetPlaceholderTagSize* name: GetPlaceholderTagSize href: api/integration/Sdl.DesktopEditor.EditorApi.ITagPainter.html#Sdl_DesktopEditor_EditorApi_ITagPainter_GetPlaceholderTagSize_ @@ -41306,14 +33940,14 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ITagPainter.GetPlaceholderTagSize nameWithType: ITagPainter.GetPlaceholderTagSize - uid: Sdl.DesktopEditor.EditorApi.ITagPainter.GetStartEndTagSize(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.IStartEndNode,System.String,System.Int32@,System.Int32@) - name: GetStartEndTagSize(Graphics, IStartEndNode, string, ref int, ref int) + name: GetStartEndTagSize(Graphics, IStartEndNode, String, ref Int32, ref Int32) href: api/integration/Sdl.DesktopEditor.EditorApi.ITagPainter.html#Sdl_DesktopEditor_EditorApi_ITagPainter_GetStartEndTagSize_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_IStartEndNode_System_String_System_Int32__System_Int32__ commentId: M:Sdl.DesktopEditor.EditorApi.ITagPainter.GetStartEndTagSize(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.IStartEndNode,System.String,System.Int32@,System.Int32@) - name.vb: GetStartEndTagSize(Graphics, IStartEndNode, String, Integer, Integer) - fullName: Sdl.DesktopEditor.EditorApi.ITagPainter.GetStartEndTagSize(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.IStartEndNode, string, ref int, ref int) - fullName.vb: Sdl.DesktopEditor.EditorApi.ITagPainter.GetStartEndTagSize(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.IStartEndNode, String, Integer, Integer) - nameWithType: ITagPainter.GetStartEndTagSize(Graphics, IStartEndNode, string, ref int, ref int) - nameWithType.vb: ITagPainter.GetStartEndTagSize(Graphics, IStartEndNode, String, Integer, Integer) + name.vb: GetStartEndTagSize(Graphics, IStartEndNode, String, ByRef Int32, ByRef Int32) + fullName: Sdl.DesktopEditor.EditorApi.ITagPainter.GetStartEndTagSize(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.IStartEndNode, System.String, ref System.Int32, ref System.Int32) + fullName.vb: Sdl.DesktopEditor.EditorApi.ITagPainter.GetStartEndTagSize(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.IStartEndNode, System.String, ByRef System.Int32, ByRef System.Int32) + nameWithType: ITagPainter.GetStartEndTagSize(Graphics, IStartEndNode, String, ref Int32, ref Int32) + nameWithType.vb: ITagPainter.GetStartEndTagSize(Graphics, IStartEndNode, String, ByRef Int32, ByRef Int32) - uid: Sdl.DesktopEditor.EditorApi.ITagPainter.GetStartEndTagSize* name: GetStartEndTagSize href: api/integration/Sdl.DesktopEditor.EditorApi.ITagPainter.html#Sdl_DesktopEditor_EditorApi_ITagPainter_GetStartEndTagSize_ @@ -41375,14 +34009,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.OutlineColor nameWithType: ITagPaintingProperties.OutlineColor - uid: Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: PopulateFromSettingsGroup(ISettingsGroup, string) + name: PopulateFromSettingsGroup(ISettingsGroup, String) href: api/integration/Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.html#Sdl_DesktopEditor_EditorApi_ITagPaintingProperties_PopulateFromSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: PopulateFromSettingsGroup(ISettingsGroup, String) - fullName: Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: ITagPaintingProperties.PopulateFromSettingsGroup(ISettingsGroup, string) - nameWithType.vb: ITagPaintingProperties.PopulateFromSettingsGroup(ISettingsGroup, String) + fullName: Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: ITagPaintingProperties.PopulateFromSettingsGroup(ISettingsGroup, String) - uid: Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.PopulateFromSettingsGroup* name: PopulateFromSettingsGroup href: api/integration/Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.html#Sdl_DesktopEditor_EditorApi_ITagPaintingProperties_PopulateFromSettingsGroup_ @@ -41390,14 +34021,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.PopulateFromSettingsGroup nameWithType: ITagPaintingProperties.PopulateFromSettingsGroup - uid: Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: SaveToSettingsGroup(ISettingsGroup, string) + name: SaveToSettingsGroup(ISettingsGroup, String) href: api/integration/Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.html#Sdl_DesktopEditor_EditorApi_ITagPaintingProperties_SaveToSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: SaveToSettingsGroup(ISettingsGroup, String) - fullName: Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: ITagPaintingProperties.SaveToSettingsGroup(ISettingsGroup, string) - nameWithType.vb: ITagPaintingProperties.SaveToSettingsGroup(ISettingsGroup, String) + fullName: Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: ITagPaintingProperties.SaveToSettingsGroup(ISettingsGroup, String) - uid: Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.SaveToSettingsGroup* name: SaveToSettingsGroup href: api/integration/Sdl.DesktopEditor.EditorApi.ITagPaintingProperties.html#Sdl_DesktopEditor_EditorApi_ITagPaintingProperties_SaveToSettingsGroup_ @@ -41561,14 +34189,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ITextMarkPainter nameWithType: ITextMarkPainter - uid: Sdl.DesktopEditor.EditorApi.ITextMarkPainter.DrawMarkPart(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) + name: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.ITextMarkPainter.html#Sdl_DesktopEditor_EditorApi_ITextMarkPainter_DrawMarkPart_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_ITextMark_System_Drawing_Rectangle_System_Drawing_Rectangle_System_Boolean_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.ITextMarkPainter.DrawMarkPart(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name.vb: DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.ITextMarkPainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, bool, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.ITextMarkPainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, Boolean, Boolean) - nameWithType: ITextMarkPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, bool, bool) - nameWithType.vb: ITextMarkPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.ITextMarkPainter.DrawMarkPart(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Drawing.Rectangle, System.Boolean, System.Boolean) + nameWithType: ITextMarkPainter.DrawMarkPart(Graphics, ITextMark, Rectangle, Rectangle, Boolean, Boolean) - uid: Sdl.DesktopEditor.EditorApi.ITextMarkPainter.DrawMarkPart* name: DrawMarkPart href: api/integration/Sdl.DesktopEditor.EditorApi.ITextMarkPainter.html#Sdl_DesktopEditor_EditorApi_ITextMarkPainter_DrawMarkPart_ @@ -41576,14 +34201,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.ITextMarkPainter.DrawMarkPart nameWithType: ITextMarkPainter.DrawMarkPart - uid: Sdl.DesktopEditor.EditorApi.ITextMarkPainter.GetMarkPartBounds(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name: GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) + name: GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.ITextMarkPainter.html#Sdl_DesktopEditor_EditorApi_ITextMarkPainter_GetMarkPartBounds_System_Drawing_Graphics_Sdl_DesktopEditor_EditorApi_ITextMark_System_Drawing_Rectangle_System_Boolean_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.ITextMarkPainter.GetMarkPartBounds(System.Drawing.Graphics,Sdl.DesktopEditor.EditorApi.ITextMark,System.Drawing.Rectangle,System.Boolean,System.Boolean) - name.vb: GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) - fullName: Sdl.DesktopEditor.EditorApi.ITextMarkPainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, bool, bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.ITextMarkPainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, Boolean, Boolean) - nameWithType: ITextMarkPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, bool, bool) - nameWithType.vb: ITextMarkPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) + fullName: Sdl.DesktopEditor.EditorApi.ITextMarkPainter.GetMarkPartBounds(System.Drawing.Graphics, Sdl.DesktopEditor.EditorApi.ITextMark, System.Drawing.Rectangle, System.Boolean, System.Boolean) + nameWithType: ITextMarkPainter.GetMarkPartBounds(Graphics, ITextMark, Rectangle, Boolean, Boolean) - uid: Sdl.DesktopEditor.EditorApi.ITextMarkPainter.GetMarkPartBounds* name: GetMarkPartBounds href: api/integration/Sdl.DesktopEditor.EditorApi.ITextMarkPainter.html#Sdl_DesktopEditor_EditorApi_ITextMarkPainter_GetMarkPartBounds_ @@ -41688,14 +34310,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer nameWithType: IUndoBuffer - uid: Sdl.DesktopEditor.EditorApi.IUndoBuffer.AbortCompositeOperation(System.String) - name: AbortCompositeOperation(string) + name: AbortCompositeOperation(String) href: api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html#Sdl_DesktopEditor_EditorApi_IUndoBuffer_AbortCompositeOperation_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.IUndoBuffer.AbortCompositeOperation(System.String) - name.vb: AbortCompositeOperation(String) - fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer.AbortCompositeOperation(string) - fullName.vb: Sdl.DesktopEditor.EditorApi.IUndoBuffer.AbortCompositeOperation(String) - nameWithType: IUndoBuffer.AbortCompositeOperation(string) - nameWithType.vb: IUndoBuffer.AbortCompositeOperation(String) + fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer.AbortCompositeOperation(System.String) + nameWithType: IUndoBuffer.AbortCompositeOperation(String) - uid: Sdl.DesktopEditor.EditorApi.IUndoBuffer.AbortCompositeOperation* name: AbortCompositeOperation href: api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html#Sdl_DesktopEditor_EditorApi_IUndoBuffer_AbortCompositeOperation_ @@ -41727,14 +34346,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer.AddCommand nameWithType: IUndoBuffer.AddCommand - uid: Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCommonCompositeOperation(System.String) - name: BeginCommonCompositeOperation(string) + name: BeginCommonCompositeOperation(String) href: api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html#Sdl_DesktopEditor_EditorApi_IUndoBuffer_BeginCommonCompositeOperation_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCommonCompositeOperation(System.String) - name.vb: BeginCommonCompositeOperation(String) - fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCommonCompositeOperation(string) - fullName.vb: Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCommonCompositeOperation(String) - nameWithType: IUndoBuffer.BeginCommonCompositeOperation(string) - nameWithType.vb: IUndoBuffer.BeginCommonCompositeOperation(String) + fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCommonCompositeOperation(System.String) + nameWithType: IUndoBuffer.BeginCommonCompositeOperation(String) - uid: Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCommonCompositeOperation* name: BeginCommonCompositeOperation href: api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html#Sdl_DesktopEditor_EditorApi_IUndoBuffer_BeginCommonCompositeOperation_ @@ -41742,14 +34358,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCommonCompositeOperation nameWithType: IUndoBuffer.BeginCommonCompositeOperation - uid: Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCompositeOperation(System.String) - name: BeginCompositeOperation(string) + name: BeginCompositeOperation(String) href: api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html#Sdl_DesktopEditor_EditorApi_IUndoBuffer_BeginCompositeOperation_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCompositeOperation(System.String) - name.vb: BeginCompositeOperation(String) - fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCompositeOperation(string) - fullName.vb: Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCompositeOperation(String) - nameWithType: IUndoBuffer.BeginCompositeOperation(string) - nameWithType.vb: IUndoBuffer.BeginCompositeOperation(String) + fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCompositeOperation(System.String) + nameWithType: IUndoBuffer.BeginCompositeOperation(String) - uid: Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCompositeOperation* name: BeginCompositeOperation href: api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html#Sdl_DesktopEditor_EditorApi_IUndoBuffer_BeginCompositeOperation_ @@ -41757,14 +34370,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCompositeOperation nameWithType: IUndoBuffer.BeginCompositeOperation - uid: Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCompositeOperationExtendingLastOperation(System.String) - name: BeginCompositeOperationExtendingLastOperation(string) + name: BeginCompositeOperationExtendingLastOperation(String) href: api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html#Sdl_DesktopEditor_EditorApi_IUndoBuffer_BeginCompositeOperationExtendingLastOperation_System_String_ commentId: M:Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCompositeOperationExtendingLastOperation(System.String) - name.vb: BeginCompositeOperationExtendingLastOperation(String) - fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCompositeOperationExtendingLastOperation(string) - fullName.vb: Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCompositeOperationExtendingLastOperation(String) - nameWithType: IUndoBuffer.BeginCompositeOperationExtendingLastOperation(string) - nameWithType.vb: IUndoBuffer.BeginCompositeOperationExtendingLastOperation(String) + fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCompositeOperationExtendingLastOperation(System.String) + nameWithType: IUndoBuffer.BeginCompositeOperationExtendingLastOperation(String) - uid: Sdl.DesktopEditor.EditorApi.IUndoBuffer.BeginCompositeOperationExtendingLastOperation* name: BeginCompositeOperationExtendingLastOperation href: api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html#Sdl_DesktopEditor_EditorApi_IUndoBuffer_BeginCompositeOperationExtendingLastOperation_ @@ -41886,14 +34496,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer.IsSource nameWithType: IUndoBuffer.IsSource - uid: Sdl.DesktopEditor.EditorApi.IUndoBuffer.RedoMultiple(System.Int64) - name: RedoMultiple(long) + name: RedoMultiple(Int64) href: api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html#Sdl_DesktopEditor_EditorApi_IUndoBuffer_RedoMultiple_System_Int64_ commentId: M:Sdl.DesktopEditor.EditorApi.IUndoBuffer.RedoMultiple(System.Int64) - name.vb: RedoMultiple(Long) - fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer.RedoMultiple(long) - fullName.vb: Sdl.DesktopEditor.EditorApi.IUndoBuffer.RedoMultiple(Long) - nameWithType: IUndoBuffer.RedoMultiple(long) - nameWithType.vb: IUndoBuffer.RedoMultiple(Long) + fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer.RedoMultiple(System.Int64) + nameWithType: IUndoBuffer.RedoMultiple(Int64) - uid: Sdl.DesktopEditor.EditorApi.IUndoBuffer.RedoMultiple* name: RedoMultiple href: api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html#Sdl_DesktopEditor_EditorApi_IUndoBuffer_RedoMultiple_ @@ -41949,14 +34556,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer.RedoOperationNames nameWithType: IUndoBuffer.RedoOperationNames - uid: Sdl.DesktopEditor.EditorApi.IUndoBuffer.UndoMultiple(System.Int64) - name: UndoMultiple(long) + name: UndoMultiple(Int64) href: api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html#Sdl_DesktopEditor_EditorApi_IUndoBuffer_UndoMultiple_System_Int64_ commentId: M:Sdl.DesktopEditor.EditorApi.IUndoBuffer.UndoMultiple(System.Int64) - name.vb: UndoMultiple(Long) - fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer.UndoMultiple(long) - fullName.vb: Sdl.DesktopEditor.EditorApi.IUndoBuffer.UndoMultiple(Long) - nameWithType: IUndoBuffer.UndoMultiple(long) - nameWithType.vb: IUndoBuffer.UndoMultiple(Long) + fullName: Sdl.DesktopEditor.EditorApi.IUndoBuffer.UndoMultiple(System.Int64) + nameWithType: IUndoBuffer.UndoMultiple(Int64) - uid: Sdl.DesktopEditor.EditorApi.IUndoBuffer.UndoMultiple* name: UndoMultiple href: api/integration/Sdl.DesktopEditor.EditorApi.IUndoBuffer.html#Sdl_DesktopEditor_EditorApi_IUndoBuffer_UndoMultiple_ @@ -42051,20 +34655,14 @@ references: name: MarkupDataNodeFinder(IAbstractMarkupData) href: api/integration/Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.html#Sdl_DesktopEditor_EditorApi_MarkupDataNodeFinder__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupData_ commentId: M:Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) - name.vb: New(IAbstractMarkupData) fullName: Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.MarkupDataNodeFinder(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) - fullName.vb: Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.New(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) nameWithType: MarkupDataNodeFinder.MarkupDataNodeFinder(IAbstractMarkupData) - nameWithType.vb: MarkupDataNodeFinder.New(IAbstractMarkupData) - uid: Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.#ctor* name: MarkupDataNodeFinder href: api/integration/Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.html#Sdl_DesktopEditor_EditorApi_MarkupDataNodeFinder__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.MarkupDataNodeFinder - fullName.vb: Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.New nameWithType: MarkupDataNodeFinder.MarkupDataNodeFinder - nameWithType.vb: MarkupDataNodeFinder.New - uid: Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.IsItem(Sdl.DesktopEditor.EditorApi.IAbstractContentNode) name: IsItem(IAbstractContentNode) href: api/integration/Sdl.DesktopEditor.EditorApi.MarkupDataNodeFinder.html#Sdl_DesktopEditor_EditorApi_MarkupDataNodeFinder_IsItem_Sdl_DesktopEditor_EditorApi_IAbstractContentNode_ @@ -42129,20 +34727,14 @@ references: name: MouseEnteringNodeEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.html#Sdl_DesktopEditor_EditorApi_MouseEnteringNodeEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.MouseEnteringNodeEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.New() nameWithType: MouseEnteringNodeEventArgs.MouseEnteringNodeEventArgs() - nameWithType.vb: MouseEnteringNodeEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.#ctor* name: MouseEnteringNodeEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.html#Sdl_DesktopEditor_EditorApi_MouseEnteringNodeEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.MouseEnteringNodeEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.New nameWithType: MouseEnteringNodeEventArgs.MouseEnteringNodeEventArgs - nameWithType.vb: MouseEnteringNodeEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.EnteringNode name: EnteringNode href: api/integration/Sdl.DesktopEditor.EditorApi.MouseEnteringNodeEventArgs.html#Sdl_DesktopEditor_EditorApi_MouseEnteringNodeEventArgs_EnteringNode @@ -42165,20 +34757,14 @@ references: name: MouseLeavingNodeEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.html#Sdl_DesktopEditor_EditorApi_MouseLeavingNodeEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.MouseLeavingNodeEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.New() nameWithType: MouseLeavingNodeEventArgs.MouseLeavingNodeEventArgs() - nameWithType.vb: MouseLeavingNodeEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.#ctor* name: MouseLeavingNodeEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.html#Sdl_DesktopEditor_EditorApi_MouseLeavingNodeEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.MouseLeavingNodeEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.New nameWithType: MouseLeavingNodeEventArgs.MouseLeavingNodeEventArgs - nameWithType.vb: MouseLeavingNodeEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.LeavingNode name: LeavingNode href: api/integration/Sdl.DesktopEditor.EditorApi.MouseLeavingNodeEventArgs.html#Sdl_DesktopEditor_EditorApi_MouseLeavingNodeEventArgs_LeavingNode @@ -42201,20 +34787,14 @@ references: name: MouseOverTextMarksChangedEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_MouseOverTextMarksChangedEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.MouseOverTextMarksChangedEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.New() nameWithType: MouseOverTextMarksChangedEventArgs.MouseOverTextMarksChangedEventArgs() - nameWithType.vb: MouseOverTextMarksChangedEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.#ctor* name: MouseOverTextMarksChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_MouseOverTextMarksChangedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.MouseOverTextMarksChangedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.New nameWithType: MouseOverTextMarksChangedEventArgs.MouseOverTextMarksChangedEventArgs - nameWithType.vb: MouseOverTextMarksChangedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.TextMarks name: TextMarks href: api/integration/Sdl.DesktopEditor.EditorApi.MouseOverTextMarksChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_MouseOverTextMarksChangedEventArgs_TextMarks @@ -42327,47 +34907,32 @@ references: name: NodeIterator(IAbstractContainerNode) href: api/integration/Sdl.DesktopEditor.EditorApi.NodeIterator.html#Sdl_DesktopEditor_EditorApi_NodeIterator__ctor_Sdl_DesktopEditor_EditorApi_IAbstractContainerNode_ commentId: M:Sdl.DesktopEditor.EditorApi.NodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode) - name.vb: New(IAbstractContainerNode) fullName: Sdl.DesktopEditor.EditorApi.NodeIterator.NodeIterator(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode) - fullName.vb: Sdl.DesktopEditor.EditorApi.NodeIterator.New(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode) nameWithType: NodeIterator.NodeIterator(IAbstractContainerNode) - nameWithType.vb: NodeIterator.New(IAbstractContainerNode) - uid: Sdl.DesktopEditor.EditorApi.NodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode,Sdl.DesktopEditor.EditorApi.IAbstractNode) name: NodeIterator(IAbstractContainerNode, IAbstractNode) href: api/integration/Sdl.DesktopEditor.EditorApi.NodeIterator.html#Sdl_DesktopEditor_EditorApi_NodeIterator__ctor_Sdl_DesktopEditor_EditorApi_IAbstractContainerNode_Sdl_DesktopEditor_EditorApi_IAbstractNode_ commentId: M:Sdl.DesktopEditor.EditorApi.NodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode,Sdl.DesktopEditor.EditorApi.IAbstractNode) - name.vb: New(IAbstractContainerNode, IAbstractNode) fullName: Sdl.DesktopEditor.EditorApi.NodeIterator.NodeIterator(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode, Sdl.DesktopEditor.EditorApi.IAbstractNode) - fullName.vb: Sdl.DesktopEditor.EditorApi.NodeIterator.New(Sdl.DesktopEditor.EditorApi.IAbstractContainerNode, Sdl.DesktopEditor.EditorApi.IAbstractNode) nameWithType: NodeIterator.NodeIterator(IAbstractContainerNode, IAbstractNode) - nameWithType.vb: NodeIterator.New(IAbstractContainerNode, IAbstractNode) - uid: Sdl.DesktopEditor.EditorApi.NodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractNode) name: NodeIterator(IAbstractNode) href: api/integration/Sdl.DesktopEditor.EditorApi.NodeIterator.html#Sdl_DesktopEditor_EditorApi_NodeIterator__ctor_Sdl_DesktopEditor_EditorApi_IAbstractNode_ commentId: M:Sdl.DesktopEditor.EditorApi.NodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractNode) - name.vb: New(IAbstractNode) fullName: Sdl.DesktopEditor.EditorApi.NodeIterator.NodeIterator(Sdl.DesktopEditor.EditorApi.IAbstractNode) - fullName.vb: Sdl.DesktopEditor.EditorApi.NodeIterator.New(Sdl.DesktopEditor.EditorApi.IAbstractNode) nameWithType: NodeIterator.NodeIterator(IAbstractNode) - nameWithType.vb: NodeIterator.New(IAbstractNode) - uid: Sdl.DesktopEditor.EditorApi.NodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractNode,Sdl.DesktopEditor.EditorApi.IAbstractContentNode) name: NodeIterator(IAbstractNode, IAbstractContentNode) href: api/integration/Sdl.DesktopEditor.EditorApi.NodeIterator.html#Sdl_DesktopEditor_EditorApi_NodeIterator__ctor_Sdl_DesktopEditor_EditorApi_IAbstractNode_Sdl_DesktopEditor_EditorApi_IAbstractContentNode_ commentId: M:Sdl.DesktopEditor.EditorApi.NodeIterator.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractNode,Sdl.DesktopEditor.EditorApi.IAbstractContentNode) - name.vb: New(IAbstractNode, IAbstractContentNode) fullName: Sdl.DesktopEditor.EditorApi.NodeIterator.NodeIterator(Sdl.DesktopEditor.EditorApi.IAbstractNode, Sdl.DesktopEditor.EditorApi.IAbstractContentNode) - fullName.vb: Sdl.DesktopEditor.EditorApi.NodeIterator.New(Sdl.DesktopEditor.EditorApi.IAbstractNode, Sdl.DesktopEditor.EditorApi.IAbstractContentNode) nameWithType: NodeIterator.NodeIterator(IAbstractNode, IAbstractContentNode) - nameWithType.vb: NodeIterator.New(IAbstractNode, IAbstractContentNode) - uid: Sdl.DesktopEditor.EditorApi.NodeIterator.#ctor* name: NodeIterator href: api/integration/Sdl.DesktopEditor.EditorApi.NodeIterator.html#Sdl_DesktopEditor_EditorApi_NodeIterator__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.NodeIterator.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.NodeIterator.NodeIterator - fullName.vb: Sdl.DesktopEditor.EditorApi.NodeIterator.New nameWithType: NodeIterator.NodeIterator - nameWithType.vb: NodeIterator.New - uid: Sdl.DesktopEditor.EditorApi.NodeIterator.CurrentAbstractNode name: CurrentAbstractNode href: api/integration/Sdl.DesktopEditor.EditorApi.NodeIterator.html#Sdl_DesktopEditor_EditorApi_NodeIterator_CurrentAbstractNode @@ -42390,20 +34955,14 @@ references: name: OverwriteModeChangedEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.OverwriteModeChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_OverwriteModeChangedEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.OverwriteModeChangedEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.OverwriteModeChangedEventArgs.OverwriteModeChangedEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.OverwriteModeChangedEventArgs.New() nameWithType: OverwriteModeChangedEventArgs.OverwriteModeChangedEventArgs() - nameWithType.vb: OverwriteModeChangedEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.OverwriteModeChangedEventArgs.#ctor* name: OverwriteModeChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.OverwriteModeChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_OverwriteModeChangedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.OverwriteModeChangedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.OverwriteModeChangedEventArgs.OverwriteModeChangedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.OverwriteModeChangedEventArgs.New nameWithType: OverwriteModeChangedEventArgs.OverwriteModeChangedEventArgs - nameWithType.vb: OverwriteModeChangedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs name: ParagraphUnitPropertiesChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.html @@ -42414,20 +34973,14 @@ references: name: ParagraphUnitPropertiesChangedEventArgs(IParagraphUnitProperties, IParagraphUnitProperties) href: api/integration/Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_ParagraphUnitPropertiesChangedEventArgs__ctor_Sdl_FileTypeSupport_Framework_NativeApi_IParagraphUnitProperties_Sdl_FileTypeSupport_Framework_NativeApi_IParagraphUnitProperties_ commentId: M:Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.IParagraphUnitProperties,Sdl.FileTypeSupport.Framework.NativeApi.IParagraphUnitProperties) - name.vb: New(IParagraphUnitProperties, IParagraphUnitProperties) fullName: Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.ParagraphUnitPropertiesChangedEventArgs(Sdl.FileTypeSupport.Framework.NativeApi.IParagraphUnitProperties, Sdl.FileTypeSupport.Framework.NativeApi.IParagraphUnitProperties) - fullName.vb: Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.New(Sdl.FileTypeSupport.Framework.NativeApi.IParagraphUnitProperties, Sdl.FileTypeSupport.Framework.NativeApi.IParagraphUnitProperties) nameWithType: ParagraphUnitPropertiesChangedEventArgs.ParagraphUnitPropertiesChangedEventArgs(IParagraphUnitProperties, IParagraphUnitProperties) - nameWithType.vb: ParagraphUnitPropertiesChangedEventArgs.New(IParagraphUnitProperties, IParagraphUnitProperties) - uid: Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.#ctor* name: ParagraphUnitPropertiesChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_ParagraphUnitPropertiesChangedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.ParagraphUnitPropertiesChangedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.New nameWithType: ParagraphUnitPropertiesChangedEventArgs.ParagraphUnitPropertiesChangedEventArgs - nameWithType.vb: ParagraphUnitPropertiesChangedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.OldProperties name: OldProperties href: api/integration/Sdl.DesktopEditor.EditorApi.ParagraphUnitPropertiesChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_ParagraphUnitPropertiesChangedEventArgs_OldProperties @@ -42462,29 +35015,20 @@ references: name: PersistentScrollInfoChangedEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_PersistentScrollInfoChangedEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.PersistentScrollInfoChangedEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.New() nameWithType: PersistentScrollInfoChangedEventArgs.PersistentScrollInfoChangedEventArgs() - nameWithType.vb: PersistentScrollInfoChangedEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.#ctor(System.Int64,System.Int64,System.Int64,System.Int64) - name: PersistentScrollInfoChangedEventArgs(long, long, long, long) + name: PersistentScrollInfoChangedEventArgs(Int64, Int64, Int64, Int64) href: api/integration/Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_PersistentScrollInfoChangedEventArgs__ctor_System_Int64_System_Int64_System_Int64_System_Int64_ commentId: M:Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.#ctor(System.Int64,System.Int64,System.Int64,System.Int64) - name.vb: New(Long, Long, Long, Long) - fullName: Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.PersistentScrollInfoChangedEventArgs(long, long, long, long) - fullName.vb: Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.New(Long, Long, Long, Long) - nameWithType: PersistentScrollInfoChangedEventArgs.PersistentScrollInfoChangedEventArgs(long, long, long, long) - nameWithType.vb: PersistentScrollInfoChangedEventArgs.New(Long, Long, Long, Long) + fullName: Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.PersistentScrollInfoChangedEventArgs(System.Int64, System.Int64, System.Int64, System.Int64) + nameWithType: PersistentScrollInfoChangedEventArgs.PersistentScrollInfoChangedEventArgs(Int64, Int64, Int64, Int64) - uid: Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.#ctor* name: PersistentScrollInfoChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_PersistentScrollInfoChangedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.PersistentScrollInfoChangedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.New nameWithType: PersistentScrollInfoChangedEventArgs.PersistentScrollInfoChangedEventArgs - nameWithType.vb: PersistentScrollInfoChangedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.NewOffset name: NewOffset href: api/integration/Sdl.DesktopEditor.EditorApi.PersistentScrollInfoChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_PersistentScrollInfoChangedEventArgs_NewOffset @@ -42543,47 +35087,32 @@ references: name: Position() href: api/integration/Sdl.DesktopEditor.EditorApi.Position.html#Sdl_DesktopEditor_EditorApi_Position__ctor commentId: M:Sdl.DesktopEditor.EditorApi.Position.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.Position.Position() - fullName.vb: Sdl.DesktopEditor.EditorApi.Position.New() nameWithType: Position.Position() - nameWithType.vb: Position.New() - uid: Sdl.DesktopEditor.EditorApi.Position.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractContentNode) name: Position(IAbstractContentNode) href: api/integration/Sdl.DesktopEditor.EditorApi.Position.html#Sdl_DesktopEditor_EditorApi_Position__ctor_Sdl_DesktopEditor_EditorApi_IAbstractContentNode_ commentId: M:Sdl.DesktopEditor.EditorApi.Position.#ctor(Sdl.DesktopEditor.EditorApi.IAbstractContentNode) - name.vb: New(IAbstractContentNode) fullName: Sdl.DesktopEditor.EditorApi.Position.Position(Sdl.DesktopEditor.EditorApi.IAbstractContentNode) - fullName.vb: Sdl.DesktopEditor.EditorApi.Position.New(Sdl.DesktopEditor.EditorApi.IAbstractContentNode) nameWithType: Position.Position(IAbstractContentNode) - nameWithType.vb: Position.New(IAbstractContentNode) - uid: Sdl.DesktopEditor.EditorApi.Position.#ctor(Sdl.DesktopEditor.EditorApi.ITextNode,System.Int64) - name: Position(ITextNode, long) + name: Position(ITextNode, Int64) href: api/integration/Sdl.DesktopEditor.EditorApi.Position.html#Sdl_DesktopEditor_EditorApi_Position__ctor_Sdl_DesktopEditor_EditorApi_ITextNode_System_Int64_ commentId: M:Sdl.DesktopEditor.EditorApi.Position.#ctor(Sdl.DesktopEditor.EditorApi.ITextNode,System.Int64) - name.vb: New(ITextNode, Long) - fullName: Sdl.DesktopEditor.EditorApi.Position.Position(Sdl.DesktopEditor.EditorApi.ITextNode, long) - fullName.vb: Sdl.DesktopEditor.EditorApi.Position.New(Sdl.DesktopEditor.EditorApi.ITextNode, Long) - nameWithType: Position.Position(ITextNode, long) - nameWithType.vb: Position.New(ITextNode, Long) + fullName: Sdl.DesktopEditor.EditorApi.Position.Position(Sdl.DesktopEditor.EditorApi.ITextNode, System.Int64) + nameWithType: Position.Position(ITextNode, Int64) - uid: Sdl.DesktopEditor.EditorApi.Position.#ctor(Sdl.DesktopEditor.EditorApi.Position) name: Position(Position) href: api/integration/Sdl.DesktopEditor.EditorApi.Position.html#Sdl_DesktopEditor_EditorApi_Position__ctor_Sdl_DesktopEditor_EditorApi_Position_ commentId: M:Sdl.DesktopEditor.EditorApi.Position.#ctor(Sdl.DesktopEditor.EditorApi.Position) - name.vb: New(Position) fullName: Sdl.DesktopEditor.EditorApi.Position.Position(Sdl.DesktopEditor.EditorApi.Position) - fullName.vb: Sdl.DesktopEditor.EditorApi.Position.New(Sdl.DesktopEditor.EditorApi.Position) nameWithType: Position.Position(Position) - nameWithType.vb: Position.New(Position) - uid: Sdl.DesktopEditor.EditorApi.Position.#ctor* name: Position href: api/integration/Sdl.DesktopEditor.EditorApi.Position.html#Sdl_DesktopEditor_EditorApi_Position__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.Position.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.Position.Position - fullName.vb: Sdl.DesktopEditor.EditorApi.Position.New nameWithType: Position.Position - nameWithType.vb: Position.New - uid: Sdl.DesktopEditor.EditorApi.Position.Clone name: Clone() href: api/integration/Sdl.DesktopEditor.EditorApi.Position.html#Sdl_DesktopEditor_EditorApi_Position_Clone @@ -42609,14 +35138,11 @@ references: fullName: Sdl.DesktopEditor.EditorApi.Position.CompareTo nameWithType: Position.CompareTo - uid: Sdl.DesktopEditor.EditorApi.Position.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/integration/Sdl.DesktopEditor.EditorApi.Position.html#Sdl_DesktopEditor_EditorApi_Position_Equals_System_Object_ commentId: M:Sdl.DesktopEditor.EditorApi.Position.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.DesktopEditor.EditorApi.Position.Equals(object) - fullName.vb: Sdl.DesktopEditor.EditorApi.Position.Equals(Object) - nameWithType: Position.Equals(object) - nameWithType.vb: Position.Equals(Object) + fullName: Sdl.DesktopEditor.EditorApi.Position.Equals(System.Object) + nameWithType: Position.Equals(Object) - uid: Sdl.DesktopEditor.EditorApi.Position.Equals* name: Equals href: api/integration/Sdl.DesktopEditor.EditorApi.Position.html#Sdl_DesktopEditor_EditorApi_Position_Equals_ @@ -42717,20 +35243,14 @@ references: name: RowChangedEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_RowChangedEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.RowChangedEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.New() nameWithType: RowChangedEventArgs.RowChangedEventArgs() - nameWithType.vb: RowChangedEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.#ctor* name: RowChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_RowChangedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.RowChangedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.New nameWithType: RowChangedEventArgs.RowChangedEventArgs - nameWithType.vb: RowChangedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.ChangedRow name: ChangedRow href: api/integration/Sdl.DesktopEditor.EditorApi.RowChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_RowChangedEventArgs_ChangedRow @@ -42765,20 +35285,14 @@ references: name: RowsChangedEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_RowsChangedEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.RowsChangedEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.New() nameWithType: RowsChangedEventArgs.RowsChangedEventArgs() - nameWithType.vb: RowsChangedEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.#ctor* name: RowsChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_RowsChangedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.RowsChangedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.New nameWithType: RowsChangedEventArgs.RowsChangedEventArgs - nameWithType.vb: RowsChangedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.RowsAfter name: RowsAfter href: api/integration/Sdl.DesktopEditor.EditorApi.RowsChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_RowsChangedEventArgs_RowsAfter @@ -42813,20 +35327,14 @@ references: name: SegmentPropertiesChangedEventArgs(ParagraphUnitId, ISegmentPairProperties, ISegmentPairProperties) href: api/integration/Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_SegmentPropertiesChangedEventArgs__ctor_Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_Sdl_FileTypeSupport_Framework_NativeApi_ISegmentPairProperties_Sdl_FileTypeSupport_Framework_NativeApi_ISegmentPairProperties_ commentId: M:Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId,Sdl.FileTypeSupport.Framework.NativeApi.ISegmentPairProperties,Sdl.FileTypeSupport.Framework.NativeApi.ISegmentPairProperties) - name.vb: New(ParagraphUnitId, ISegmentPairProperties, ISegmentPairProperties) fullName: Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.SegmentPropertiesChangedEventArgs(Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId, Sdl.FileTypeSupport.Framework.NativeApi.ISegmentPairProperties, Sdl.FileTypeSupport.Framework.NativeApi.ISegmentPairProperties) - fullName.vb: Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.New(Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId, Sdl.FileTypeSupport.Framework.NativeApi.ISegmentPairProperties, Sdl.FileTypeSupport.Framework.NativeApi.ISegmentPairProperties) nameWithType: SegmentPropertiesChangedEventArgs.SegmentPropertiesChangedEventArgs(ParagraphUnitId, ISegmentPairProperties, ISegmentPairProperties) - nameWithType.vb: SegmentPropertiesChangedEventArgs.New(ParagraphUnitId, ISegmentPairProperties, ISegmentPairProperties) - uid: Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.#ctor* name: SegmentPropertiesChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_SegmentPropertiesChangedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.SegmentPropertiesChangedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.New nameWithType: SegmentPropertiesChangedEventArgs.SegmentPropertiesChangedEventArgs - nameWithType.vb: SegmentPropertiesChangedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.NewProperties name: NewProperties href: api/integration/Sdl.DesktopEditor.EditorApi.SegmentPropertiesChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_SegmentPropertiesChangedEventArgs_NewProperties @@ -42873,20 +35381,14 @@ references: name: SelectionChangedEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.SelectionChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_SelectionChangedEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.SelectionChangedEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.SelectionChangedEventArgs.SelectionChangedEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.SelectionChangedEventArgs.New() nameWithType: SelectionChangedEventArgs.SelectionChangedEventArgs() - nameWithType.vb: SelectionChangedEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.SelectionChangedEventArgs.#ctor* name: SelectionChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.SelectionChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_SelectionChangedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.SelectionChangedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.SelectionChangedEventArgs.SelectionChangedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.SelectionChangedEventArgs.New nameWithType: SelectionChangedEventArgs.SelectionChangedEventArgs - nameWithType.vb: SelectionChangedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.Shading name: Shading href: api/integration/Sdl.DesktopEditor.EditorApi.Shading.html @@ -42921,20 +35423,14 @@ references: name: SourceEditingModeEndedEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.html#Sdl_DesktopEditor_EditorApi_SourceEditingModeEndedEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.SourceEditingModeEndedEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.New() nameWithType: SourceEditingModeEndedEventArgs.SourceEditingModeEndedEventArgs() - nameWithType.vb: SourceEditingModeEndedEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.#ctor* name: SourceEditingModeEndedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.html#Sdl_DesktopEditor_EditorApi_SourceEditingModeEndedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.SourceEditingModeEndedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.New nameWithType: SourceEditingModeEndedEventArgs.SourceEditingModeEndedEventArgs - nameWithType.vb: SourceEditingModeEndedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.EditedRow name: EditedRow href: api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeEndedEventArgs.html#Sdl_DesktopEditor_EditorApi_SourceEditingModeEndedEventArgs_EditedRow @@ -42957,20 +35453,14 @@ references: name: SourceEditingModeStartedEventArgs() href: api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.html#Sdl_DesktopEditor_EditorApi_SourceEditingModeStartedEventArgs__ctor commentId: M:Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.#ctor - name.vb: New() fullName: Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.SourceEditingModeStartedEventArgs() - fullName.vb: Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.New() nameWithType: SourceEditingModeStartedEventArgs.SourceEditingModeStartedEventArgs() - nameWithType.vb: SourceEditingModeStartedEventArgs.New() - uid: Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.#ctor* name: SourceEditingModeStartedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.html#Sdl_DesktopEditor_EditorApi_SourceEditingModeStartedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.SourceEditingModeStartedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.New nameWithType: SourceEditingModeStartedEventArgs.SourceEditingModeStartedEventArgs - nameWithType.vb: SourceEditingModeStartedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.EditedRow name: EditedRow href: api/integration/Sdl.DesktopEditor.EditorApi.SourceEditingModeStartedEventArgs.html#Sdl_DesktopEditor_EditorApi_SourceEditingModeStartedEventArgs_EditedRow @@ -43050,23 +35540,17 @@ references: fullName: Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs nameWithType: UndoBufferContentChangedEventArgs - uid: Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.#ctor(System.Boolean) - name: UndoBufferContentChangedEventArgs(bool) + name: UndoBufferContentChangedEventArgs(Boolean) href: api/integration/Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_UndoBufferContentChangedEventArgs__ctor_System_Boolean_ commentId: M:Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.#ctor(System.Boolean) - name.vb: New(Boolean) - fullName: Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.UndoBufferContentChangedEventArgs(bool) - fullName.vb: Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.New(Boolean) - nameWithType: UndoBufferContentChangedEventArgs.UndoBufferContentChangedEventArgs(bool) - nameWithType.vb: UndoBufferContentChangedEventArgs.New(Boolean) + fullName: Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.UndoBufferContentChangedEventArgs(System.Boolean) + nameWithType: UndoBufferContentChangedEventArgs.UndoBufferContentChangedEventArgs(Boolean) - uid: Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.#ctor* name: UndoBufferContentChangedEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_UndoBufferContentChangedEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.UndoBufferContentChangedEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.New nameWithType: UndoBufferContentChangedEventArgs.UndoBufferContentChangedEventArgs - nameWithType.vb: UndoBufferContentChangedEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.IsDocumentContentChanged name: IsDocumentContentChanged href: api/integration/Sdl.DesktopEditor.EditorApi.UndoBufferContentChangedEventArgs.html#Sdl_DesktopEditor_EditorApi_UndoBufferContentChangedEventArgs_IsDocumentContentChanged @@ -43086,23 +35570,17 @@ references: fullName: Sdl.DesktopEditor.EditorApi.VScrollEventArgs nameWithType: VScrollEventArgs - uid: Sdl.DesktopEditor.EditorApi.VScrollEventArgs.#ctor(System.Windows.Forms.ScrollEventType,System.Int32,System.Int32) - name: VScrollEventArgs(ScrollEventType, int, int) + name: VScrollEventArgs(ScrollEventType, Int32, Int32) href: api/integration/Sdl.DesktopEditor.EditorApi.VScrollEventArgs.html#Sdl_DesktopEditor_EditorApi_VScrollEventArgs__ctor_System_Windows_Forms_ScrollEventType_System_Int32_System_Int32_ commentId: M:Sdl.DesktopEditor.EditorApi.VScrollEventArgs.#ctor(System.Windows.Forms.ScrollEventType,System.Int32,System.Int32) - name.vb: New(ScrollEventType, Integer, Integer) - fullName: Sdl.DesktopEditor.EditorApi.VScrollEventArgs.VScrollEventArgs(System.Windows.Forms.ScrollEventType, int, int) - fullName.vb: Sdl.DesktopEditor.EditorApi.VScrollEventArgs.New(System.Windows.Forms.ScrollEventType, Integer, Integer) - nameWithType: VScrollEventArgs.VScrollEventArgs(ScrollEventType, int, int) - nameWithType.vb: VScrollEventArgs.New(ScrollEventType, Integer, Integer) + fullName: Sdl.DesktopEditor.EditorApi.VScrollEventArgs.VScrollEventArgs(System.Windows.Forms.ScrollEventType, System.Int32, System.Int32) + nameWithType: VScrollEventArgs.VScrollEventArgs(ScrollEventType, Int32, Int32) - uid: Sdl.DesktopEditor.EditorApi.VScrollEventArgs.#ctor* name: VScrollEventArgs href: api/integration/Sdl.DesktopEditor.EditorApi.VScrollEventArgs.html#Sdl_DesktopEditor_EditorApi_VScrollEventArgs__ctor_ commentId: Overload:Sdl.DesktopEditor.EditorApi.VScrollEventArgs.#ctor - name.vb: New fullName: Sdl.DesktopEditor.EditorApi.VScrollEventArgs.VScrollEventArgs - fullName.vb: Sdl.DesktopEditor.EditorApi.VScrollEventArgs.New nameWithType: VScrollEventArgs.VScrollEventArgs - nameWithType.vb: VScrollEventArgs.New - uid: Sdl.DesktopEditor.EditorApi.VScrollEventArgs.EditControl name: EditControl href: api/integration/Sdl.DesktopEditor.EditorApi.VScrollEventArgs.html#Sdl_DesktopEditor_EditorApi_VScrollEventArgs_EditControl @@ -43155,20 +35633,14 @@ references: name: GenericTagVerifier() href: api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.html#Sdl_FileTypeSupport_Filters_Verifiers_GenericTagVerifier_GenericTagVerifier__ctor commentId: M:Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.GenericTagVerifier() - fullName.vb: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.New() nameWithType: GenericTagVerifier.GenericTagVerifier() - nameWithType.vb: GenericTagVerifier.New() - uid: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.#ctor* name: GenericTagVerifier href: api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.html#Sdl_FileTypeSupport_Filters_Verifiers_GenericTagVerifier_GenericTagVerifier__ctor_ commentId: Overload:Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.GenericTagVerifier - fullName.vb: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.New nameWithType: GenericTagVerifier.GenericTagVerifier - nameWithType.vb: GenericTagVerifier.New - uid: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.CheckGhostTag name: CheckGhostTag href: api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.html#Sdl_FileTypeSupport_Filters_Verifiers_GenericTagVerifier_GenericTagVerifier_CheckGhostTag @@ -43326,14 +35798,11 @@ references: fullName: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.Initialize nameWithType: GenericTagVerifier.Initialize - uid: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.InitializeSettings(Sdl.Core.Settings.ISettingsBundle,System.String) - name: InitializeSettings(ISettingsBundle, string) + name: InitializeSettings(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.html#Sdl_FileTypeSupport_Filters_Verifiers_GenericTagVerifier_GenericTagVerifier_InitializeSettings_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.InitializeSettings(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: InitializeSettings(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.InitializeSettings(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.InitializeSettings(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: GenericTagVerifier.InitializeSettings(ISettingsBundle, string) - nameWithType.vb: GenericTagVerifier.InitializeSettings(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.InitializeSettings(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: GenericTagVerifier.InitializeSettings(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.InitializeSettings* name: InitializeSettings href: api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericTagVerifier.html#Sdl_FileTypeSupport_Filters_Verifiers_GenericTagVerifier_GenericTagVerifier_InitializeSettings_ @@ -43434,20 +35903,14 @@ references: name: GenericVerifierSettings() href: api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.html#Sdl_FileTypeSupport_Filters_Verifiers_GenericTagVerifier_GenericVerifierSettings__ctor commentId: M:Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.GenericVerifierSettings() - fullName.vb: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.New() nameWithType: GenericVerifierSettings.GenericVerifierSettings() - nameWithType.vb: GenericVerifierSettings.New() - uid: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.#ctor* name: GenericVerifierSettings href: api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.html#Sdl_FileTypeSupport_Filters_Verifiers_GenericTagVerifier_GenericVerifierSettings__ctor_ commentId: Overload:Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.GenericVerifierSettings - fullName.vb: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.New nameWithType: GenericVerifierSettings.GenericVerifierSettings - nameWithType.vb: GenericVerifierSettings.New - uid: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.AddedTagsErrorLevel name: AddedTagsErrorLevel href: api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.GenericVerifierSettings.html#Sdl_FileTypeSupport_Filters_Verifiers_GenericTagVerifier_GenericVerifierSettings_AddedTagsErrorLevel @@ -43722,29 +36185,20 @@ references: name: MatchedItem(IAbstractMarkupData) href: api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.html#Sdl_FileTypeSupport_Filters_Verifiers_GenericTagVerifier_MatchedItem__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupData_ commentId: M:Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) - name.vb: New(IAbstractMarkupData) fullName: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.MatchedItem(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) - fullName.vb: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.New(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) nameWithType: MatchedItem.MatchedItem(IAbstractMarkupData) - nameWithType.vb: MatchedItem.New(IAbstractMarkupData) - uid: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData,System.Int32) - name: MatchedItem(IAbstractMarkupData, int) + name: MatchedItem(IAbstractMarkupData, Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.html#Sdl_FileTypeSupport_Filters_Verifiers_GenericTagVerifier_MatchedItem__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupData_System_Int32_ commentId: M:Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData,System.Int32) - name.vb: New(IAbstractMarkupData, Integer) - fullName: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.MatchedItem(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData, int) - fullName.vb: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.New(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData, Integer) - nameWithType: MatchedItem.MatchedItem(IAbstractMarkupData, int) - nameWithType.vb: MatchedItem.New(IAbstractMarkupData, Integer) + fullName: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.MatchedItem(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData, System.Int32) + nameWithType: MatchedItem.MatchedItem(IAbstractMarkupData, Int32) - uid: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.#ctor* name: MatchedItem href: api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.html#Sdl_FileTypeSupport_Filters_Verifiers_GenericTagVerifier_MatchedItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.MatchedItem - fullName.vb: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.New nameWithType: MatchedItem.MatchedItem - nameWithType.vb: MatchedItem.New - uid: Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.Item name: Item href: api/filetypesupport/Sdl.FileTypeSupport.Filters.Verifiers.GenericTagVerifier.MatchedItem.html#Sdl_FileTypeSupport_Filters_Verifiers_GenericTagVerifier_MatchedItem_Item @@ -44163,20 +36617,14 @@ references: name: AbstractBilingualContentHandler() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualContentHandler__ctor commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.AbstractBilingualContentHandler() - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.New() nameWithType: AbstractBilingualContentHandler.AbstractBilingualContentHandler() - nameWithType.vb: AbstractBilingualContentHandler.New() - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.#ctor* name: AbstractBilingualContentHandler href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualContentHandler__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.AbstractBilingualContentHandler - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.New nameWithType: AbstractBilingualContentHandler.AbstractBilingualContentHandler - nameWithType.vb: AbstractBilingualContentHandler.New - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.Complete name: Complete() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentHandler.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualContentHandler_Complete @@ -44247,20 +36695,14 @@ references: name: AbstractBilingualContentProcessor() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualContentProcessor__ctor commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.AbstractBilingualContentProcessor() - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.New() nameWithType: AbstractBilingualContentProcessor.AbstractBilingualContentProcessor() - nameWithType.vb: AbstractBilingualContentProcessor.New() - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.#ctor* name: AbstractBilingualContentProcessor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualContentProcessor__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.AbstractBilingualContentProcessor - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.New nameWithType: AbstractBilingualContentProcessor.AbstractBilingualContentProcessor - nameWithType.vb: AbstractBilingualContentProcessor.New - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.Complete name: Complete() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualContentProcessor.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualContentProcessor_Complete @@ -44343,20 +36785,14 @@ references: name: AbstractBilingualFileTypeComponent() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualFileTypeComponent__ctor commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.AbstractBilingualFileTypeComponent() - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.New() nameWithType: AbstractBilingualFileTypeComponent.AbstractBilingualFileTypeComponent() - nameWithType.vb: AbstractBilingualFileTypeComponent.New() - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.#ctor* name: AbstractBilingualFileTypeComponent href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualFileTypeComponent__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.AbstractBilingualFileTypeComponent - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.New nameWithType: AbstractBilingualFileTypeComponent.AbstractBilingualFileTypeComponent - nameWithType.vb: AbstractBilingualFileTypeComponent.New - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ItemFactory name: ItemFactory href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualFileTypeComponent_ItemFactory @@ -44394,41 +36830,29 @@ references: fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.PropertiesFactory nameWithType: AbstractBilingualFileTypeComponent.PropertiesFactory - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) - name: ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation) + name: ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualFileTypeComponent_ReportMessage_System_Object_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation_Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) - name.vb: ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(object, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(Object, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) - nameWithType: AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation) - nameWithType.vb: AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(System.Object, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) + nameWithType: AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - name: ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData) + name: ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualFileTypeComponent_ReportMessage_System_Object_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation_Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation_Sdl_FileTypeSupport_Framework_IntegrationApi_ExtendedMessageEventData_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - name.vb: ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(object, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(Object, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - nameWithType: AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData) - nameWithType.vb: AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(System.Object, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) + nameWithType: AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,System.String) - name: ReportMessage(object, string, ErrorLevel, string, string) + name: ReportMessage(Object, String, ErrorLevel, String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualFileTypeComponent_ReportMessage_System_Object_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,System.String) - name.vb: ReportMessage(Object, String, ErrorLevel, String, String) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(object, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(Object, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, String) - nameWithType: AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string) - nameWithType.vb: AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(System.Object, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, System.String) + nameWithType: AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - name: ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) + name: ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualFileTypeComponent_ReportMessage_System_Object_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_System_String_Sdl_FileTypeSupport_Framework_IntegrationApi_ExtendedMessageEventData_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - name.vb: ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(object, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, string, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(Object, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, String, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - nameWithType: AbstractBilingualFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) - nameWithType.vb: AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage(System.Object, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, System.String, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) + nameWithType: AbstractBilingualFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.ReportMessage* name: ReportMessage href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualFileTypeComponent.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualFileTypeComponent_ReportMessage_ @@ -44445,20 +36869,14 @@ references: name: AbstractBilingualParser() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualParser__ctor commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.AbstractBilingualParser() - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.New() nameWithType: AbstractBilingualParser.AbstractBilingualParser() - nameWithType.vb: AbstractBilingualParser.New() - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.#ctor* name: AbstractBilingualParser href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualParser__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.AbstractBilingualParser - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.New nameWithType: AbstractBilingualParser.AbstractBilingualParser - nameWithType.vb: AbstractBilingualParser.New - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.Dispose name: Dispose() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualParser_Dispose @@ -44466,14 +36884,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.Dispose() nameWithType: AbstractBilingualParser.Dispose() - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualParser_Dispose_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.Dispose(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.Dispose(Boolean) - nameWithType: AbstractBilingualParser.Dispose(bool) - nameWithType.vb: AbstractBilingualParser.Dispose(Boolean) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.Dispose(System.Boolean) + nameWithType: AbstractBilingualParser.Dispose(Boolean) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.Dispose* name: Dispose href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualParser_Dispose_ @@ -44505,29 +36920,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.FileRestriction nameWithType: AbstractBilingualParser.FileRestriction - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.Finalize - name: ~AbstractBilingualParser() + name: Finalize() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualParser_Finalize commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.Finalize - name.vb: '' - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.~AbstractBilingualParser() - fullName.vb: '' - nameWithType: AbstractBilingualParser.~AbstractBilingualParser() - nameWithType.vb: '' + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.Finalize() + nameWithType: AbstractBilingualParser.Finalize() - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.Finalize* - name: ~AbstractBilingualParser + name: Finalize href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualParser_Finalize_ commentId: Overload:Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.Finalize - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.~AbstractBilingualParser - nameWithType: AbstractBilingualParser.~AbstractBilingualParser + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.Finalize + nameWithType: AbstractBilingualParser.Finalize - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.OnProgress(System.Byte) - name: OnProgress(byte) + name: OnProgress(Byte) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualParser_OnProgress_System_Byte_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.OnProgress(System.Byte) - name.vb: OnProgress(Byte) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.OnProgress(byte) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.OnProgress(Byte) - nameWithType: AbstractBilingualParser.OnProgress(byte) - nameWithType.vb: AbstractBilingualParser.OnProgress(Byte) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.OnProgress(System.Byte) + nameWithType: AbstractBilingualParser.OnProgress(Byte) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.OnProgress* name: OnProgress href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.AbstractBilingualParser.html#Sdl_FileTypeSupport_Framework_BilingualApi_AbstractBilingualParser_OnProgress_ @@ -44574,56 +36983,38 @@ references: name: BilingualContentMessageReporterProxy(IBilingualContentMessageReporter) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.html#Sdl_FileTypeSupport_Framework_BilingualApi_BilingualContentMessageReporterProxy__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_IBilingualContentMessageReporter_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter) - name.vb: New(IBilingualContentMessageReporter) fullName: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.BilingualContentMessageReporterProxy(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.New(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter) nameWithType: BilingualContentMessageReporterProxy.BilingualContentMessageReporterProxy(IBilingualContentMessageReporter) - nameWithType.vb: BilingualContentMessageReporterProxy.New(IBilingualContentMessageReporter) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.#ctor* name: BilingualContentMessageReporterProxy href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.html#Sdl_FileTypeSupport_Framework_BilingualApi_BilingualContentMessageReporterProxy__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.BilingualContentMessageReporterProxy - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.New nameWithType: BilingualContentMessageReporterProxy.BilingualContentMessageReporterProxy - nameWithType.vb: BilingualContentMessageReporterProxy.New - uid: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) - name: ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation) + name: ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.html#Sdl_FileTypeSupport_Framework_BilingualApi_BilingualContentMessageReporterProxy_ReportMessage_System_Object_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation_Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) - name.vb: ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(object, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(Object, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) - nameWithType: BilingualContentMessageReporterProxy.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation) - nameWithType.vb: BilingualContentMessageReporterProxy.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(System.Object, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) + nameWithType: BilingualContentMessageReporterProxy.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - name: ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData) + name: ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.html#Sdl_FileTypeSupport_Framework_BilingualApi_BilingualContentMessageReporterProxy_ReportMessage_System_Object_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation_Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation_Sdl_FileTypeSupport_Framework_IntegrationApi_ExtendedMessageEventData_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - name.vb: ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(object, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(Object, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - nameWithType: BilingualContentMessageReporterProxy.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData) - nameWithType.vb: BilingualContentMessageReporterProxy.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(System.Object, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) + nameWithType: BilingualContentMessageReporterProxy.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,System.String) - name: ReportMessage(object, string, ErrorLevel, string, string) + name: ReportMessage(Object, String, ErrorLevel, String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.html#Sdl_FileTypeSupport_Framework_BilingualApi_BilingualContentMessageReporterProxy_ReportMessage_System_Object_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,System.String) - name.vb: ReportMessage(Object, String, ErrorLevel, String, String) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(object, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(Object, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, String) - nameWithType: BilingualContentMessageReporterProxy.ReportMessage(object, string, ErrorLevel, string, string) - nameWithType.vb: BilingualContentMessageReporterProxy.ReportMessage(Object, String, ErrorLevel, String, String) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(System.Object, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, System.String) + nameWithType: BilingualContentMessageReporterProxy.ReportMessage(Object, String, ErrorLevel, String, String) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - name: ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) + name: ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.html#Sdl_FileTypeSupport_Framework_BilingualApi_BilingualContentMessageReporterProxy_ReportMessage_System_Object_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_System_String_Sdl_FileTypeSupport_Framework_IntegrationApi_ExtendedMessageEventData_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - name.vb: ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(object, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, string, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(Object, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, String, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - nameWithType: BilingualContentMessageReporterProxy.ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) - nameWithType.vb: BilingualContentMessageReporterProxy.ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage(System.Object, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, System.String, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) + nameWithType: BilingualContentMessageReporterProxy.ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.ReportMessage* name: ReportMessage href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.BilingualContentMessageReporterProxy.html#Sdl_FileTypeSupport_Framework_BilingualApi_BilingualContentMessageReporterProxy_ReportMessage_ @@ -44637,32 +37028,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator nameWithType: DependencyFileLocator - uid: Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.#ctor(System.Object,System.IntPtr) - name: DependencyFileLocator(object, IntPtr) + name: DependencyFileLocator(Object, IntPtr) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.html#Sdl_FileTypeSupport_Framework_BilingualApi_DependencyFileLocator__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.DependencyFileLocator(object, System.IntPtr) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.New(Object, System.IntPtr) - nameWithType: DependencyFileLocator.DependencyFileLocator(object, IntPtr) - nameWithType.vb: DependencyFileLocator.New(Object, IntPtr) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.DependencyFileLocator(System.Object, System.IntPtr) + nameWithType: DependencyFileLocator.DependencyFileLocator(Object, IntPtr) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.#ctor* name: DependencyFileLocator href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.html#Sdl_FileTypeSupport_Framework_BilingualApi_DependencyFileLocator__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.DependencyFileLocator - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.New nameWithType: DependencyFileLocator.DependencyFileLocator - nameWithType.vb: DependencyFileLocator.New - uid: Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.BeginInvoke(Sdl.FileTypeSupport.Framework.NativeApi.IDependencyFileProperties,System.AsyncCallback,System.Object) - name: BeginInvoke(IDependencyFileProperties, AsyncCallback, object) + name: BeginInvoke(IDependencyFileProperties, AsyncCallback, Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.html#Sdl_FileTypeSupport_Framework_BilingualApi_DependencyFileLocator_BeginInvoke_Sdl_FileTypeSupport_Framework_NativeApi_IDependencyFileProperties_System_AsyncCallback_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.BeginInvoke(Sdl.FileTypeSupport.Framework.NativeApi.IDependencyFileProperties,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(IDependencyFileProperties, AsyncCallback, Object) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.BeginInvoke(Sdl.FileTypeSupport.Framework.NativeApi.IDependencyFileProperties, System.AsyncCallback, object) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.BeginInvoke(Sdl.FileTypeSupport.Framework.NativeApi.IDependencyFileProperties, System.AsyncCallback, Object) - nameWithType: DependencyFileLocator.BeginInvoke(IDependencyFileProperties, AsyncCallback, object) - nameWithType.vb: DependencyFileLocator.BeginInvoke(IDependencyFileProperties, AsyncCallback, Object) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.BeginInvoke(Sdl.FileTypeSupport.Framework.NativeApi.IDependencyFileProperties, System.AsyncCallback, System.Object) + nameWithType: DependencyFileLocator.BeginInvoke(IDependencyFileProperties, AsyncCallback, Object) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.BeginInvoke* name: BeginInvoke href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.DependencyFileLocator.html#Sdl_FileTypeSupport_Framework_BilingualApi_DependencyFileLocator_BeginInvoke_ @@ -44880,14 +37262,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveAllItemsTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer) nameWithType: IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveAllItemsTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer,System.Int32) - name: MoveAllItemsTo(IAbstractMarkupDataContainer, int) + name: MoveAllItemsTo(IAbstractMarkupDataContainer, Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.html#Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupDataContainer_MoveAllItemsTo_Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupDataContainer_System_Int32_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveAllItemsTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer,System.Int32) - name.vb: MoveAllItemsTo(IAbstractMarkupDataContainer, Integer) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveAllItemsTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer, int) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveAllItemsTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer, Integer) - nameWithType: IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, int) - nameWithType.vb: IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, Integer) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveAllItemsTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer, System.Int32) + nameWithType: IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, Int32) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveAllItemsTo* name: MoveAllItemsTo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.html#Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupDataContainer_MoveAllItemsTo_ @@ -44895,23 +37274,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveAllItemsTo nameWithType: IAbstractMarkupDataContainer.MoveAllItemsTo - uid: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveItemsTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer,System.Int32,System.Int32) - name: MoveItemsTo(IAbstractMarkupDataContainer, int, int) + name: MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.html#Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupDataContainer_MoveItemsTo_Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupDataContainer_System_Int32_System_Int32_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveItemsTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer,System.Int32,System.Int32) - name.vb: MoveItemsTo(IAbstractMarkupDataContainer, Integer, Integer) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveItemsTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer, int, int) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveItemsTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer, Integer, Integer) - nameWithType: IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int) - nameWithType.vb: IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Integer, Integer) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveItemsTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer, System.Int32, System.Int32) + nameWithType: IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveItemsTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer,System.Int32,System.Int32,System.Int32) - name: MoveItemsTo(IAbstractMarkupDataContainer, int, int, int) + name: MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32, Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.html#Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupDataContainer_MoveItemsTo_Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupDataContainer_System_Int32_System_Int32_System_Int32_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveItemsTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer,System.Int32,System.Int32,System.Int32) - name.vb: MoveItemsTo(IAbstractMarkupDataContainer, Integer, Integer, Integer) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveItemsTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer, int, int, int) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveItemsTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer, Integer, Integer, Integer) - nameWithType: IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, int, int, int) - nameWithType.vb: IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Integer, Integer, Integer) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveItemsTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer, System.Int32, System.Int32, System.Int32) + nameWithType: IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32, Int32) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveItemsTo* name: MoveItemsTo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.html#Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupDataContainer_MoveItemsTo_ @@ -44919,14 +37292,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.MoveItemsTo nameWithType: IAbstractMarkupDataContainer.MoveItemsTo - uid: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.Split(System.Int32) - name: Split(int) + name: Split(Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.html#Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupDataContainer_Split_System_Int32_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.Split(System.Int32) - name.vb: Split(Integer) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.Split(int) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.Split(Integer) - nameWithType: IAbstractMarkupDataContainer.Split(int) - nameWithType.vb: IAbstractMarkupDataContainer.Split(Integer) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.Split(System.Int32) + nameWithType: IAbstractMarkupDataContainer.Split(Int32) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.Split* name: Split href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer.html#Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupDataContainer_Split_ @@ -45099,14 +37469,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter nameWithType: IBilingualContentMessageReporter - uid: Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) - name: ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation) + name: ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter.html#Sdl_FileTypeSupport_Framework_BilingualApi_IBilingualContentMessageReporter_ReportMessage_System_Object_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation_Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) - name.vb: ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter.ReportMessage(object, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter.ReportMessage(Object, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) - nameWithType: IBilingualContentMessageReporter.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation) - nameWithType.vb: IBilingualContentMessageReporter.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter.ReportMessage(System.Object, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) + nameWithType: IBilingualContentMessageReporter.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter.ReportMessage* name: ReportMessage href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporter.html#Sdl_FileTypeSupport_Framework_BilingualApi_IBilingualContentMessageReporter_ReportMessage_ @@ -45120,14 +37487,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporterWithExtendedData nameWithType: IBilingualContentMessageReporterWithExtendedData - uid: Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporterWithExtendedData.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - name: ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData) + name: ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporterWithExtendedData.html#Sdl_FileTypeSupport_Framework_BilingualApi_IBilingualContentMessageReporterWithExtendedData_ReportMessage_System_Object_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation_Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation_Sdl_FileTypeSupport_Framework_IntegrationApi_ExtendedMessageEventData_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporterWithExtendedData.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation,Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - name.vb: ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporterWithExtendedData.ReportMessage(object, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporterWithExtendedData.ReportMessage(Object, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - nameWithType: IBilingualContentMessageReporterWithExtendedData.ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData) - nameWithType.vb: IBilingualContentMessageReporterWithExtendedData.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporterWithExtendedData.ReportMessage(System.Object, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) + nameWithType: IBilingualContentMessageReporterWithExtendedData.ReportMessage(Object, String, ErrorLevel, String, TextLocation, TextLocation, ExtendedMessageEventData) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporterWithExtendedData.ReportMessage* name: ReportMessage href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentMessageReporterWithExtendedData.html#Sdl_FileTypeSupport_Framework_BilingualApi_IBilingualContentMessageReporterWithExtendedData_ReportMessage_ @@ -46647,14 +39011,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IText.Properties nameWithType: IText.Properties - uid: Sdl.FileTypeSupport.Framework.BilingualApi.IText.Split(System.Int32) - name: Split(int) + name: Split(Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IText.html#Sdl_FileTypeSupport_Framework_BilingualApi_IText_Split_System_Int32_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.IText.Split(System.Int32) - name.vb: Split(Integer) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IText.Split(int) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.IText.Split(Integer) - nameWithType: IText.Split(int) - nameWithType.vb: IText.Split(Integer) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.IText.Split(System.Int32) + nameWithType: IText.Split(Int32) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.IText.Split* name: Split href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.IText.html#Sdl_FileTypeSupport_Framework_BilingualApi_IText_Split_ @@ -46671,38 +39032,26 @@ references: name: LevelLocation() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.html#Sdl_FileTypeSupport_Framework_BilingualApi_LevelLocation__ctor commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.LevelLocation() - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.New() nameWithType: LevelLocation.LevelLocation() - nameWithType.vb: LevelLocation.New() - uid: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer,System.Int32) - name: LevelLocation(IAbstractMarkupDataContainer, int) + name: LevelLocation(IAbstractMarkupDataContainer, Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.html#Sdl_FileTypeSupport_Framework_BilingualApi_LevelLocation__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupDataContainer_System_Int32_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer,System.Int32) - name.vb: New(IAbstractMarkupDataContainer, Integer) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.LevelLocation(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer, int) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.New(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer, Integer) - nameWithType: LevelLocation.LevelLocation(IAbstractMarkupDataContainer, int) - nameWithType.vb: LevelLocation.New(IAbstractMarkupDataContainer, Integer) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.LevelLocation(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer, System.Int32) + nameWithType: LevelLocation.LevelLocation(IAbstractMarkupDataContainer, Int32) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation) name: LevelLocation(LevelLocation) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.html#Sdl_FileTypeSupport_Framework_BilingualApi_LevelLocation__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_LevelLocation_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation) - name.vb: New(LevelLocation) fullName: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.LevelLocation(Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.New(Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation) nameWithType: LevelLocation.LevelLocation(LevelLocation) - nameWithType.vb: LevelLocation.New(LevelLocation) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.#ctor* name: LevelLocation href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.html#Sdl_FileTypeSupport_Framework_BilingualApi_LevelLocation__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.LevelLocation - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.New nameWithType: LevelLocation.LevelLocation - nameWithType.vb: LevelLocation.New - uid: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.Clone name: Clone() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.html#Sdl_FileTypeSupport_Framework_BilingualApi_LevelLocation_Clone @@ -46716,14 +39065,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.Clone nameWithType: LevelLocation.Clone - uid: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.html#Sdl_FileTypeSupport_Framework_BilingualApi_LevelLocation_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.Equals(Object) - nameWithType: LevelLocation.Equals(object) - nameWithType.vb: LevelLocation.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.Equals(System.Object) + nameWithType: LevelLocation.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation.html#Sdl_FileTypeSupport_Framework_BilingualApi_LevelLocation_Equals_ @@ -46836,56 +39182,38 @@ references: name: Location() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.Location.html#Sdl_FileTypeSupport_Framework_BilingualApi_Location__ctor commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.Location.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.BilingualApi.Location.Location() - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.Location.New() nameWithType: Location.Location() - nameWithType.vb: Location.New() - uid: Sdl.FileTypeSupport.Framework.BilingualApi.Location.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer,Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) name: Location(IAbstractMarkupDataContainer, IAbstractMarkupData) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.Location.html#Sdl_FileTypeSupport_Framework_BilingualApi_Location__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupDataContainer_Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupData_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.Location.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer,Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) - name.vb: New(IAbstractMarkupDataContainer, IAbstractMarkupData) fullName: Sdl.FileTypeSupport.Framework.BilingualApi.Location.Location(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.Location.New(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) nameWithType: Location.Location(IAbstractMarkupDataContainer, IAbstractMarkupData) - nameWithType.vb: Location.New(IAbstractMarkupDataContainer, IAbstractMarkupData) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.Location.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer,System.Boolean) - name: Location(IAbstractMarkupDataContainer, bool) + name: Location(IAbstractMarkupDataContainer, Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.Location.html#Sdl_FileTypeSupport_Framework_BilingualApi_Location__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupDataContainer_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.Location.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer,System.Boolean) - name.vb: New(IAbstractMarkupDataContainer, Boolean) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.Location.Location(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer, bool) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.Location.New(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer, Boolean) - nameWithType: Location.Location(IAbstractMarkupDataContainer, bool) - nameWithType.vb: Location.New(IAbstractMarkupDataContainer, Boolean) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.Location.Location(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupDataContainer, System.Boolean) + nameWithType: Location.Location(IAbstractMarkupDataContainer, Boolean) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.Location.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation) name: Location(LevelLocation) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.Location.html#Sdl_FileTypeSupport_Framework_BilingualApi_Location__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_LevelLocation_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.Location.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation) - name.vb: New(LevelLocation) fullName: Sdl.FileTypeSupport.Framework.BilingualApi.Location.Location(Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.Location.New(Sdl.FileTypeSupport.Framework.BilingualApi.LevelLocation) nameWithType: Location.Location(LevelLocation) - nameWithType.vb: Location.New(LevelLocation) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.Location.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.Location) name: Location(Location) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.Location.html#Sdl_FileTypeSupport_Framework_BilingualApi_Location__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_Location_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.Location.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.Location) - name.vb: New(Location) fullName: Sdl.FileTypeSupport.Framework.BilingualApi.Location.Location(Sdl.FileTypeSupport.Framework.BilingualApi.Location) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.Location.New(Sdl.FileTypeSupport.Framework.BilingualApi.Location) nameWithType: Location.Location(Location) - nameWithType.vb: Location.New(Location) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.Location.#ctor* name: Location href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.Location.html#Sdl_FileTypeSupport_Framework_BilingualApi_Location__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.BilingualApi.Location.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.BilingualApi.Location.Location - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.Location.New nameWithType: Location.Location - nameWithType.vb: Location.New - uid: Sdl.FileTypeSupport.Framework.BilingualApi.Location.BottomLevel name: BottomLevel href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.Location.html#Sdl_FileTypeSupport_Framework_BilingualApi_Location_BottomLevel @@ -46923,14 +39251,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.BilingualApi.Location.Depth nameWithType: Location.Depth - uid: Sdl.FileTypeSupport.Framework.BilingualApi.Location.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.Location.html#Sdl_FileTypeSupport_Framework_BilingualApi_Location_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.Location.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.Location.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.Location.Equals(Object) - nameWithType: Location.Equals(object) - nameWithType.vb: Location.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.Location.Equals(System.Object) + nameWithType: Location.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.Location.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.Location.html#Sdl_FileTypeSupport_Framework_BilingualApi_Location_Equals_ @@ -47115,47 +39440,32 @@ references: name: NotSplittableException() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.html#Sdl_FileTypeSupport_Framework_BilingualApi_NotSplittableException__ctor commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.NotSplittableException() - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.New() nameWithType: NotSplittableException.NotSplittableException() - nameWithType.vb: NotSplittableException.New() - uid: Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: NotSplittableException(SerializationInfo, StreamingContext) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.html#Sdl_FileTypeSupport_Framework_BilingualApi_NotSplittableException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.NotSplittableException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: NotSplittableException.NotSplittableException(SerializationInfo, StreamingContext) - nameWithType.vb: NotSplittableException.New(SerializationInfo, StreamingContext) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.#ctor(System.String) - name: NotSplittableException(string) + name: NotSplittableException(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.html#Sdl_FileTypeSupport_Framework_BilingualApi_NotSplittableException__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.NotSplittableException(string) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.New(String) - nameWithType: NotSplittableException.NotSplittableException(string) - nameWithType.vb: NotSplittableException.New(String) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.NotSplittableException(System.String) + nameWithType: NotSplittableException.NotSplittableException(String) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.#ctor(System.String,System.Exception) - name: NotSplittableException(string, Exception) + name: NotSplittableException(String, Exception) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.html#Sdl_FileTypeSupport_Framework_BilingualApi_NotSplittableException__ctor_System_String_System_Exception_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.NotSplittableException(string, System.Exception) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.New(String, System.Exception) - nameWithType: NotSplittableException.NotSplittableException(string, Exception) - nameWithType.vb: NotSplittableException.New(String, Exception) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.NotSplittableException(System.String, System.Exception) + nameWithType: NotSplittableException.NotSplittableException(String, Exception) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.#ctor* name: NotSplittableException href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.html#Sdl_FileTypeSupport_Framework_BilingualApi_NotSplittableException__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.NotSplittableException - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.NotSplittableException.New nameWithType: NotSplittableException.NotSplittableException - nameWithType.vb: NotSplittableException.New - uid: Sdl.FileTypeSupport.Framework.BilingualApi.RevisionType name: RevisionType href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.RevisionType.html @@ -47208,56 +39518,38 @@ references: name: TextLocation() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.html#Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation__ctor commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.TextLocation() - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.New() nameWithType: TextLocation.TextLocation() - nameWithType.vb: TextLocation.New() - uid: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) name: TextLocation(IAbstractMarkupData) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.html#Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupData_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) - name.vb: New(IAbstractMarkupData) fullName: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.TextLocation(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.New(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) nameWithType: TextLocation.TextLocation(IAbstractMarkupData) - nameWithType.vb: TextLocation.New(IAbstractMarkupData) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IText,System.Int32) - name: TextLocation(IText, int) + name: TextLocation(IText, Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.html#Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_IText_System_Int32_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IText,System.Int32) - name.vb: New(IText, Integer) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.TextLocation(Sdl.FileTypeSupport.Framework.BilingualApi.IText, int) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.New(Sdl.FileTypeSupport.Framework.BilingualApi.IText, Integer) - nameWithType: TextLocation.TextLocation(IText, int) - nameWithType.vb: TextLocation.New(IText, Integer) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.TextLocation(Sdl.FileTypeSupport.Framework.BilingualApi.IText, System.Int32) + nameWithType: TextLocation.TextLocation(IText, Int32) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.Location,System.Int32) - name: TextLocation(Location, int) + name: TextLocation(Location, Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.html#Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_Location_System_Int32_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.Location,System.Int32) - name.vb: New(Location, Integer) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.TextLocation(Sdl.FileTypeSupport.Framework.BilingualApi.Location, int) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.New(Sdl.FileTypeSupport.Framework.BilingualApi.Location, Integer) - nameWithType: TextLocation.TextLocation(Location, int) - nameWithType.vb: TextLocation.New(Location, Integer) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.TextLocation(Sdl.FileTypeSupport.Framework.BilingualApi.Location, System.Int32) + nameWithType: TextLocation.TextLocation(Location, Int32) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) name: TextLocation(TextLocation) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.html#Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) - name.vb: New(TextLocation) fullName: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.TextLocation(Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.New(Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) nameWithType: TextLocation.TextLocation(TextLocation) - nameWithType.vb: TextLocation.New(TextLocation) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.#ctor* name: TextLocation href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.html#Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.TextLocation - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.New nameWithType: TextLocation.TextLocation - nameWithType.vb: TextLocation.New - uid: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.Clone name: Clone() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.html#Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation_Clone @@ -47271,14 +39563,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.Clone nameWithType: TextLocation.Clone - uid: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.html#Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.Equals(Object) - nameWithType: TextLocation.Equals(object) - nameWithType.vb: TextLocation.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.Equals(System.Object) + nameWithType: TextLocation.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation.html#Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation_Equals_ @@ -47358,14 +39647,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IFileTypeSettingsConverterComponentBuilder nameWithType: IFileTypeSettingsConverterComponentBuilder - uid: Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IFileTypeSettingsConverterComponentBuilder.BuildFileTypeSettingsConverter(System.String) - name: BuildFileTypeSettingsConverter(string) + name: BuildFileTypeSettingsConverter(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IFileTypeSettingsConverterComponentBuilder.html#Sdl_FileTypeSupport_Framework_Core_IntegrationApi_IFileTypeSettingsConverterComponentBuilder_BuildFileTypeSettingsConverter_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IFileTypeSettingsConverterComponentBuilder.BuildFileTypeSettingsConverter(System.String) - name.vb: BuildFileTypeSettingsConverter(String) - fullName: Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IFileTypeSettingsConverterComponentBuilder.BuildFileTypeSettingsConverter(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IFileTypeSettingsConverterComponentBuilder.BuildFileTypeSettingsConverter(String) - nameWithType: IFileTypeSettingsConverterComponentBuilder.BuildFileTypeSettingsConverter(string) - nameWithType.vb: IFileTypeSettingsConverterComponentBuilder.BuildFileTypeSettingsConverter(String) + fullName: Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IFileTypeSettingsConverterComponentBuilder.BuildFileTypeSettingsConverter(System.String) + nameWithType: IFileTypeSettingsConverterComponentBuilder.BuildFileTypeSettingsConverter(String) - uid: Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IFileTypeSettingsConverterComponentBuilder.BuildFileTypeSettingsConverter* name: BuildFileTypeSettingsConverter href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.IntegrationApi.IFileTypeSettingsConverterComponentBuilder.html#Sdl_FileTypeSupport_Framework_Core_IntegrationApi_IFileTypeSettingsConverterComponentBuilder_BuildFileTypeSettingsConverter_ @@ -47409,20 +39695,18 @@ references: name: AbstractFileTypeSettingsPage() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_AbstractFileTypeSettingsPage_2__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage`2.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage.AbstractFileTypeSettingsPage() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage(Of SettingsControlType, SettingsType).New() + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage(Of SettingsControlType, SettingsType).AbstractFileTypeSettingsPage() nameWithType: AbstractFileTypeSettingsPage.AbstractFileTypeSettingsPage() - nameWithType.vb: AbstractFileTypeSettingsPage(Of SettingsControlType, SettingsType).New() + nameWithType.vb: AbstractFileTypeSettingsPage(Of SettingsControlType, SettingsType).AbstractFileTypeSettingsPage() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage`2.#ctor* name: AbstractFileTypeSettingsPage href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_AbstractFileTypeSettingsPage_2__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage`2.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage.AbstractFileTypeSettingsPage - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage(Of SettingsControlType, SettingsType).New + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage(Of SettingsControlType, SettingsType).AbstractFileTypeSettingsPage nameWithType: AbstractFileTypeSettingsPage.AbstractFileTypeSettingsPage - nameWithType.vb: AbstractFileTypeSettingsPage(Of SettingsControlType, SettingsType).New + nameWithType.vb: AbstractFileTypeSettingsPage(Of SettingsControlType, SettingsType).AbstractFileTypeSettingsPage - uid: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage`2.Control name: Control href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_AbstractFileTypeSettingsPage_2_Control @@ -47480,13 +39764,12 @@ references: nameWithType: AbstractFileTypeSettingsPage.Dispose() nameWithType.vb: AbstractFileTypeSettingsPage(Of SettingsControlType, SettingsType).Dispose() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage`2.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_AbstractFileTypeSettingsPage_2_Dispose_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage`2.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage.Dispose(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage(Of SettingsControlType, SettingsType).Dispose(Boolean) - nameWithType: AbstractFileTypeSettingsPage.Dispose(bool) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage.Dispose(System.Boolean) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage(Of SettingsControlType, SettingsType).Dispose(System.Boolean) + nameWithType: AbstractFileTypeSettingsPage.Dispose(Boolean) nameWithType.vb: AbstractFileTypeSettingsPage(Of SettingsControlType, SettingsType).Dispose(Boolean) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage`2.Dispose* name: Dispose @@ -47513,20 +39796,21 @@ references: nameWithType: AbstractFileTypeSettingsPage.FileTypeConfigurationId nameWithType.vb: AbstractFileTypeSettingsPage(Of SettingsControlType, SettingsType).FileTypeConfigurationId - uid: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage`2.Finalize - name: ~AbstractFileTypeSettingsPage() + name: Finalize() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_AbstractFileTypeSettingsPage_2_Finalize commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage`2.Finalize - name.vb: '' - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage.~AbstractFileTypeSettingsPage() - fullName.vb: '' - nameWithType: AbstractFileTypeSettingsPage.~AbstractFileTypeSettingsPage() - nameWithType.vb: '' + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage.Finalize() + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage(Of SettingsControlType, SettingsType).Finalize() + nameWithType: AbstractFileTypeSettingsPage.Finalize() + nameWithType.vb: AbstractFileTypeSettingsPage(Of SettingsControlType, SettingsType).Finalize() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage`2.Finalize* - name: ~AbstractFileTypeSettingsPage + name: Finalize href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_AbstractFileTypeSettingsPage_2_Finalize_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage`2.Finalize - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage.~AbstractFileTypeSettingsPage - nameWithType: AbstractFileTypeSettingsPage.~AbstractFileTypeSettingsPage + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage.Finalize + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage(Of SettingsControlType, SettingsType).Finalize + nameWithType: AbstractFileTypeSettingsPage.Finalize + nameWithType.vb: AbstractFileTypeSettingsPage(Of SettingsControlType, SettingsType).Finalize - uid: Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage`2.GetControl name: GetControl() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.AbstractFileTypeSettingsPage-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_AbstractFileTypeSettingsPage_2_GetControl @@ -47652,28 +39936,25 @@ references: name: ComplexObservableList() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ComplexObservableList_1__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList`1.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList.ComplexObservableList() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList(Of T).New() + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList(Of T).ComplexObservableList() nameWithType: ComplexObservableList.ComplexObservableList() - nameWithType.vb: ComplexObservableList(Of T).New() + nameWithType.vb: ComplexObservableList(Of T).ComplexObservableList() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList`1.#ctor* name: ComplexObservableList href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ComplexObservableList_1__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList`1.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList.ComplexObservableList - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList(Of T).New + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList(Of T).ComplexObservableList nameWithType: ComplexObservableList.ComplexObservableList - nameWithType.vb: ComplexObservableList(Of T).New + nameWithType.vb: ComplexObservableList(Of T).ComplexObservableList - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList`1.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name: ClearListItemSettings(ISettingsGroup, string) + name: ClearListItemSettings(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ComplexObservableList_1_ClearListItemSettings_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList`1.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: ClearListItemSettings(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList(Of T).ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: ComplexObservableList.ClearListItemSettings(ISettingsGroup, string) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, System.String) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList(Of T).ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: ComplexObservableList.ClearListItemSettings(ISettingsGroup, String) nameWithType.vb: ComplexObservableList(Of T).ClearListItemSettings(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList`1.ClearListItemSettings* name: ClearListItemSettings @@ -47684,14 +39965,14 @@ references: nameWithType: ComplexObservableList.ClearListItemSettings nameWithType.vb: ComplexObservableList(Of T).ClearListItemSettings - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList`1.GetListItemFromSettings(Sdl.Core.Settings.ISettingsGroup,System.String,System.Boolean@) - name: GetListItemFromSettings(ISettingsGroup, string, out bool) + name: GetListItemFromSettings(ISettingsGroup, String, out Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ComplexObservableList_1_GetListItemFromSettings_Sdl_Core_Settings_ISettingsGroup_System_String_System_Boolean__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList`1.GetListItemFromSettings(Sdl.Core.Settings.ISettingsGroup,System.String,System.Boolean@) - name.vb: GetListItemFromSettings(ISettingsGroup, String, Boolean) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList.GetListItemFromSettings(Sdl.Core.Settings.ISettingsGroup, string, out bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList(Of T).GetListItemFromSettings(Sdl.Core.Settings.ISettingsGroup, String, Boolean) - nameWithType: ComplexObservableList.GetListItemFromSettings(ISettingsGroup, string, out bool) - nameWithType.vb: ComplexObservableList(Of T).GetListItemFromSettings(ISettingsGroup, String, Boolean) + name.vb: GetListItemFromSettings(ISettingsGroup, String, ByRef Boolean) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList.GetListItemFromSettings(Sdl.Core.Settings.ISettingsGroup, System.String, out System.Boolean) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList(Of T).GetListItemFromSettings(Sdl.Core.Settings.ISettingsGroup, System.String, ByRef System.Boolean) + nameWithType: ComplexObservableList.GetListItemFromSettings(ISettingsGroup, String, out Boolean) + nameWithType.vb: ComplexObservableList(Of T).GetListItemFromSettings(ISettingsGroup, String, ByRef Boolean) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList`1.GetListItemFromSettings* name: GetListItemFromSettings href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ComplexObservableList_1_GetListItemFromSettings_ @@ -47701,13 +39982,12 @@ references: nameWithType: ComplexObservableList.GetListItemFromSettings nameWithType.vb: ComplexObservableList(Of T).GetListItemFromSettings - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList`1.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: PopulateFromSettingsGroup(ISettingsGroup, string) + name: PopulateFromSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ComplexObservableList_1_PopulateFromSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList`1.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: PopulateFromSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList(Of T).PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: ComplexObservableList.PopulateFromSettingsGroup(ISettingsGroup, string) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList(Of T).PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: ComplexObservableList.PopulateFromSettingsGroup(ISettingsGroup, String) nameWithType.vb: ComplexObservableList(Of T).PopulateFromSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList`1.PopulateFromSettingsGroup* name: PopulateFromSettingsGroup @@ -47718,13 +39998,12 @@ references: nameWithType: ComplexObservableList.PopulateFromSettingsGroup nameWithType.vb: ComplexObservableList(Of T).PopulateFromSettingsGroup - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList`1.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: SaveToSettingsGroup(ISettingsGroup, string) + name: SaveToSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ComplexObservableList_1_SaveToSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList`1.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: SaveToSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList(Of T).SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: ComplexObservableList.SaveToSettingsGroup(ISettingsGroup, string) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList(Of T).SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: ComplexObservableList.SaveToSettingsGroup(ISettingsGroup, String) nameWithType.vb: ComplexObservableList(Of T).SaveToSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ComplexObservableList`1.SaveToSettingsGroup* name: SaveToSettingsGroup @@ -47813,23 +40092,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo nameWithType: DeserializeFileInfo - uid: Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.#ctor(System.Boolean,System.Boolean,System.String) - name: DeserializeFileInfo(bool, bool, string) + name: DeserializeFileInfo(Boolean, Boolean, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.html#Sdl_FileTypeSupport_Framework_Core_Settings_DeserializeFileInfo__ctor_System_Boolean_System_Boolean_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.#ctor(System.Boolean,System.Boolean,System.String) - name.vb: New(Boolean, Boolean, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.DeserializeFileInfo(bool, bool, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.New(Boolean, Boolean, String) - nameWithType: DeserializeFileInfo.DeserializeFileInfo(bool, bool, string) - nameWithType.vb: DeserializeFileInfo.New(Boolean, Boolean, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.DeserializeFileInfo(System.Boolean, System.Boolean, System.String) + nameWithType: DeserializeFileInfo.DeserializeFileInfo(Boolean, Boolean, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.#ctor* name: DeserializeFileInfo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.html#Sdl_FileTypeSupport_Framework_Core_Settings_DeserializeFileInfo__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.DeserializeFileInfo - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.New nameWithType: DeserializeFileInfo.DeserializeFileInfo - nameWithType.vb: DeserializeFileInfo.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.FullPath name: FullPath href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.html#Sdl_FileTypeSupport_Framework_Core_Settings_DeserializeFileInfo_FullPath @@ -47873,14 +40146,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer nameWithType: FileSerializer - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.DeserializeFile(System.String) - name: DeserializeFile(string) + name: DeserializeFile(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileSerializer_DeserializeFile_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.DeserializeFile(System.String) - name.vb: DeserializeFile(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.DeserializeFile(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.DeserializeFile(String) - nameWithType: FileSerializer.DeserializeFile(string) - nameWithType.vb: FileSerializer.DeserializeFile(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.DeserializeFile(System.String) + nameWithType: FileSerializer.DeserializeFile(String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.DeserializeFile* name: DeserializeFile href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileSerializer_DeserializeFile_ @@ -47894,14 +40164,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.SerializeFile(System.IO.FileInfo) nameWithType: FileSerializer.SerializeFile(FileInfo) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.SerializeFile(System.String) - name: SerializeFile(string) + name: SerializeFile(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileSerializer_SerializeFile_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.SerializeFile(System.String) - name.vb: SerializeFile(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.SerializeFile(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.SerializeFile(String) - nameWithType: FileSerializer.SerializeFile(string) - nameWithType.vb: FileSerializer.SerializeFile(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.SerializeFile(System.String) + nameWithType: FileSerializer.SerializeFile(String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.SerializeFile* name: SerializeFile href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileSerializer_SerializeFile_ @@ -47909,14 +40176,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.SerializeFile nameWithType: FileSerializer.SerializeFile - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.UnzipExternalFile(System.String) - name: UnzipExternalFile(string) + name: UnzipExternalFile(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileSerializer_UnzipExternalFile_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.UnzipExternalFile(System.String) - name.vb: UnzipExternalFile(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.UnzipExternalFile(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.UnzipExternalFile(String) - nameWithType: FileSerializer.UnzipExternalFile(string) - nameWithType.vb: FileSerializer.UnzipExternalFile(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.UnzipExternalFile(System.String) + nameWithType: FileSerializer.UnzipExternalFile(String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.UnzipExternalFile* name: UnzipExternalFile href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileSerializer_UnzipExternalFile_ @@ -47924,14 +40188,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.UnzipExternalFile nameWithType: FileSerializer.UnzipExternalFile - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.ZipExternalFile(System.String) - name: ZipExternalFile(string) + name: ZipExternalFile(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileSerializer_ZipExternalFile_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.ZipExternalFile(System.String) - name.vb: ZipExternalFile(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.ZipExternalFile(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.ZipExternalFile(String) - nameWithType: FileSerializer.ZipExternalFile(string) - nameWithType.vb: FileSerializer.ZipExternalFile(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.ZipExternalFile(System.String) + nameWithType: FileSerializer.ZipExternalFile(String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.ZipExternalFile* name: ZipExternalFile href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileSerializer.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileSerializer_ZipExternalFile_ @@ -47948,20 +40209,14 @@ references: name: FileTypeSettingsBase() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsBase__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.FileTypeSettingsBase() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.New() nameWithType: FileTypeSettingsBase.FileTypeSettingsBase() - nameWithType.vb: FileTypeSettingsBase.New() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.#ctor* name: FileTypeSettingsBase href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsBase__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.FileTypeSettingsBase - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.New nameWithType: FileTypeSettingsBase.FileTypeSettingsBase - nameWithType.vb: FileTypeSettingsBase.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.GetSettingFromSettingsGroup* name: GetSettingFromSettingsGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsBase_GetSettingFromSettingsGroup_ @@ -47969,23 +40224,20 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.GetSettingFromSettingsGroup nameWithType: FileTypeSettingsBase.GetSettingFromSettingsGroup - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.GetSettingFromSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0) - name: GetSettingFromSettingsGroup(ISettingsGroup, string, T) + name: GetSettingFromSettingsGroup(ISettingsGroup, String, T) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsBase_GetSettingFromSettingsGroup__1_Sdl_Core_Settings_ISettingsGroup_System_String___0_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.GetSettingFromSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0) name.vb: GetSettingFromSettingsGroup(Of T)(ISettingsGroup, String, T) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.GetSettingFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string, T) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.GetSettingFromSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, String, T) - nameWithType: FileTypeSettingsBase.GetSettingFromSettingsGroup(ISettingsGroup, string, T) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.GetSettingFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String, T) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.GetSettingFromSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, System.String, T) + nameWithType: FileTypeSettingsBase.GetSettingFromSettingsGroup(ISettingsGroup, String, T) nameWithType.vb: FileTypeSettingsBase.GetSettingFromSettingsGroup(Of T)(ISettingsGroup, String, T) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.OnPropertyChanged(System.String) - name: OnPropertyChanged(string) + name: OnPropertyChanged(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsBase_OnPropertyChanged_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.OnPropertyChanged(System.String) - name.vb: OnPropertyChanged(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.OnPropertyChanged(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.OnPropertyChanged(String) - nameWithType: FileTypeSettingsBase.OnPropertyChanged(string) - nameWithType.vb: FileTypeSettingsBase.OnPropertyChanged(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.OnPropertyChanged(System.String) + nameWithType: FileTypeSettingsBase.OnPropertyChanged(String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.OnPropertyChanged* name: OnPropertyChanged href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsBase_OnPropertyChanged_ @@ -47993,14 +40245,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.OnPropertyChanged nameWithType: FileTypeSettingsBase.OnPropertyChanged - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.PopulateFromSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name: PopulateFromSettingsBundle(ISettingsBundle, string) + name: PopulateFromSettingsBundle(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsBase_PopulateFromSettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.PopulateFromSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: PopulateFromSettingsBundle(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.PopulateFromSettingsBundle(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.PopulateFromSettingsBundle(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: FileTypeSettingsBase.PopulateFromSettingsBundle(ISettingsBundle, string) - nameWithType.vb: FileTypeSettingsBase.PopulateFromSettingsBundle(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.PopulateFromSettingsBundle(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: FileTypeSettingsBase.PopulateFromSettingsBundle(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.PopulateFromSettingsBundle* name: PopulateFromSettingsBundle href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsBase_PopulateFromSettingsBundle_ @@ -48026,14 +40275,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.ResetToDefaults nameWithType: FileTypeSettingsBase.ResetToDefaults - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveDefaultsToSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name: SaveDefaultsToSettingsBundle(ISettingsBundle, string) + name: SaveDefaultsToSettingsBundle(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsBase_SaveDefaultsToSettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveDefaultsToSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: SaveDefaultsToSettingsBundle(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveDefaultsToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveDefaultsToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: FileTypeSettingsBase.SaveDefaultsToSettingsBundle(ISettingsBundle, string) - nameWithType.vb: FileTypeSettingsBase.SaveDefaultsToSettingsBundle(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveDefaultsToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: FileTypeSettingsBase.SaveDefaultsToSettingsBundle(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveDefaultsToSettingsBundle* name: SaveDefaultsToSettingsBundle href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsBase_SaveDefaultsToSettingsBundle_ @@ -48047,23 +40293,20 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveInGroup nameWithType: FileTypeSettingsBase.SaveInGroup - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveInGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0) - name: SaveInGroup(ISettingsGroup, string, T) + name: SaveInGroup(ISettingsGroup, String, T) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsBase_SaveInGroup__1_Sdl_Core_Settings_ISettingsGroup_System_String___0_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveInGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0) name.vb: SaveInGroup(Of T)(ISettingsGroup, String, T) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveInGroup(Sdl.Core.Settings.ISettingsGroup, string, T) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveInGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, String, T) - nameWithType: FileTypeSettingsBase.SaveInGroup(ISettingsGroup, string, T) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveInGroup(Sdl.Core.Settings.ISettingsGroup, System.String, T) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveInGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, System.String, T) + nameWithType: FileTypeSettingsBase.SaveInGroup(ISettingsGroup, String, T) nameWithType.vb: FileTypeSettingsBase.SaveInGroup(Of T)(ISettingsGroup, String, T) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveToSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name: SaveToSettingsBundle(ISettingsBundle, string) + name: SaveToSettingsBundle(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsBase_SaveToSettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveToSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: SaveToSettingsBundle(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: FileTypeSettingsBase.SaveToSettingsBundle(ISettingsBundle, string) - nameWithType.vb: FileTypeSettingsBase.SaveToSettingsBundle(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: FileTypeSettingsBase.SaveToSettingsBundle(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.SaveToSettingsBundle* name: SaveToSettingsBundle href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsBase_SaveToSettingsBundle_ @@ -48077,13 +40320,13 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.UpdateSettingInSettingsGroup nameWithType: FileTypeSettingsBase.UpdateSettingInSettingsGroup - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.UpdateSettingInSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0,``0) - name: UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) + name: UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsBase_UpdateSettingInSettingsGroup__1_Sdl_Core_Settings_ISettingsGroup_System_String___0___0_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.UpdateSettingInSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0,``0) name.vb: UpdateSettingInSettingsGroup(Of T)(ISettingsGroup, String, T, T) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.UpdateSettingInSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string, T, T) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.UpdateSettingInSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, String, T, T) - nameWithType: FileTypeSettingsBase.UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.UpdateSettingInSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String, T, T) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsBase.UpdateSettingInSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, System.String, T, T) + nameWithType: FileTypeSettingsBase.UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) nameWithType.vb: FileTypeSettingsBase.UpdateSettingInSettingsGroup(Of T)(ISettingsGroup, String, T, T) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute name: FileTypeSettingsPageAttribute @@ -48095,29 +40338,20 @@ references: name: FileTypeSettingsPageAttribute() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsPageAttribute__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.FileTypeSettingsPageAttribute() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.New() nameWithType: FileTypeSettingsPageAttribute.FileTypeSettingsPageAttribute() - nameWithType.vb: FileTypeSettingsPageAttribute.New() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.#ctor(System.String,System.String,System.String) - name: FileTypeSettingsPageAttribute(string, string, string) + name: FileTypeSettingsPageAttribute(String, String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsPageAttribute__ctor_System_String_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.#ctor(System.String,System.String,System.String) - name.vb: New(String, String, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.FileTypeSettingsPageAttribute(string, string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.New(String, String, String) - nameWithType: FileTypeSettingsPageAttribute.FileTypeSettingsPageAttribute(string, string, string) - nameWithType.vb: FileTypeSettingsPageAttribute.New(String, String, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.FileTypeSettingsPageAttribute(System.String, System.String, System.String) + nameWithType: FileTypeSettingsPageAttribute.FileTypeSettingsPageAttribute(String, String, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.#ctor* name: FileTypeSettingsPageAttribute href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsPageAttribute__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.FileTypeSettingsPageAttribute - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.New nameWithType: FileTypeSettingsPageAttribute.FileTypeSettingsPageAttribute - nameWithType.vb: FileTypeSettingsPageAttribute.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.HelpTopic name: HelpTopic href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FileTypeSettingsPageAttribute.html#Sdl_FileTypeSupport_Framework_Core_Settings_FileTypeSettingsPageAttribute_HelpTopic @@ -48140,20 +40374,14 @@ references: name: FontMappingRule() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.html#Sdl_FileTypeSupport_Framework_Core_Settings_FontMappingRule__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.FontMappingRule() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.New() nameWithType: FontMappingRule.FontMappingRule() - nameWithType.vb: FontMappingRule.New() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.#ctor* name: FontMappingRule href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.html#Sdl_FileTypeSupport_Framework_Core_Settings_FontMappingRule__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.FontMappingRule - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.New nameWithType: FontMappingRule.FontMappingRule - nameWithType.vb: FontMappingRule.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.ApplyFont name: ApplyFont href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.html#Sdl_FileTypeSupport_Framework_Core_Settings_FontMappingRule_ApplyFont @@ -48167,14 +40395,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.ApplyFont nameWithType: FontMappingRule.ApplyFont - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.html#Sdl_FileTypeSupport_Framework_Core_Settings_FontMappingRule_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.Equals(Object) - nameWithType: FontMappingRule.Equals(object) - nameWithType.vb: FontMappingRule.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.Equals(System.Object) + nameWithType: FontMappingRule.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingRule.html#Sdl_FileTypeSupport_Framework_Core_Settings_FontMappingRule_Equals_ @@ -48239,20 +40464,14 @@ references: name: FontMappingSettings() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FontMappingSettings__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.FontMappingSettings() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.New() nameWithType: FontMappingSettings.FontMappingSettings() - nameWithType.vb: FontMappingSettings.New() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.#ctor* name: FontMappingSettings href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FontMappingSettings__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.FontMappingSettings - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.New nameWithType: FontMappingSettings.FontMappingSettings - nameWithType.vb: FontMappingSettings.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.AllLanguages name: AllLanguages href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FontMappingSettings_AllLanguages @@ -48302,14 +40521,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.FontMappingRules nameWithType: FontMappingSettings.FontMappingRules - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.GetFontMappingRule(System.String,System.String) - name: GetFontMappingRule(string, string) + name: GetFontMappingRule(String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FontMappingSettings_GetFontMappingRule_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.GetFontMappingRule(System.String,System.String) - name.vb: GetFontMappingRule(String, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.GetFontMappingRule(string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.GetFontMappingRule(String, String) - nameWithType: FontMappingSettings.GetFontMappingRule(string, string) - nameWithType.vb: FontMappingSettings.GetFontMappingRule(String, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.GetFontMappingRule(System.String, System.String) + nameWithType: FontMappingSettings.GetFontMappingRule(String, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.GetFontMappingRule* name: GetFontMappingRule href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FontMappingSettings_GetFontMappingRule_ @@ -48329,14 +40545,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.GetSettingsInXml nameWithType: FontMappingSettings.GetSettingsInXml - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.PopulateFromSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name: PopulateFromSettingsBundle(ISettingsBundle, string) + name: PopulateFromSettingsBundle(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FontMappingSettings_PopulateFromSettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.PopulateFromSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: PopulateFromSettingsBundle(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.PopulateFromSettingsBundle(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.PopulateFromSettingsBundle(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: FontMappingSettings.PopulateFromSettingsBundle(ISettingsBundle, string) - nameWithType.vb: FontMappingSettings.PopulateFromSettingsBundle(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.PopulateFromSettingsBundle(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: FontMappingSettings.PopulateFromSettingsBundle(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.PopulateFromSettingsBundle* name: PopulateFromSettingsBundle href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FontMappingSettings_PopulateFromSettingsBundle_ @@ -48356,14 +40569,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.ResetToDefaults nameWithType: FontMappingSettings.ResetToDefaults - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.SaveDefaultsToSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name: SaveDefaultsToSettingsBundle(ISettingsBundle, string) + name: SaveDefaultsToSettingsBundle(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FontMappingSettings_SaveDefaultsToSettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.SaveDefaultsToSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: SaveDefaultsToSettingsBundle(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.SaveDefaultsToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.SaveDefaultsToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: FontMappingSettings.SaveDefaultsToSettingsBundle(ISettingsBundle, string) - nameWithType.vb: FontMappingSettings.SaveDefaultsToSettingsBundle(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.SaveDefaultsToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: FontMappingSettings.SaveDefaultsToSettingsBundle(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.SaveDefaultsToSettingsBundle* name: SaveDefaultsToSettingsBundle href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FontMappingSettings_SaveDefaultsToSettingsBundle_ @@ -48371,14 +40581,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.SaveDefaultsToSettingsBundle nameWithType: FontMappingSettings.SaveDefaultsToSettingsBundle - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.SaveToSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name: SaveToSettingsBundle(ISettingsBundle, string) + name: SaveToSettingsBundle(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FontMappingSettings_SaveToSettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.SaveToSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: SaveToSettingsBundle(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.SaveToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.SaveToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: FontMappingSettings.SaveToSettingsBundle(ISettingsBundle, string) - nameWithType.vb: FontMappingSettings.SaveToSettingsBundle(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.SaveToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: FontMappingSettings.SaveToSettingsBundle(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.SaveToSettingsBundle* name: SaveToSettingsBundle href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FontMappingSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FontMappingSettings_SaveToSettingsBundle_ @@ -48395,38 +40602,26 @@ references: name: FormattingGroupSettings() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FormattingGroupSettings__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.FormattingGroupSettings() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.New() nameWithType: FormattingGroupSettings.FormattingGroupSettings() - nameWithType.vb: FormattingGroupSettings.New() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.#ctor(Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings) name: FormattingGroupSettings(FormattingGroupSettings) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FormattingGroupSettings__ctor_Sdl_FileTypeSupport_Framework_Core_Settings_FormattingGroupSettings_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.#ctor(Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings) - name.vb: New(FormattingGroupSettings) fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.FormattingGroupSettings(Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.New(Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings) nameWithType: FormattingGroupSettings.FormattingGroupSettings(FormattingGroupSettings) - nameWithType.vb: FormattingGroupSettings.New(FormattingGroupSettings) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.#ctor* name: FormattingGroupSettings href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FormattingGroupSettings__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.FormattingGroupSettings - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.New nameWithType: FormattingGroupSettings.FormattingGroupSettings - nameWithType.vb: FormattingGroupSettings.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name: ClearListItemSettings(ISettingsGroup, string) + name: ClearListItemSettings(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FormattingGroupSettings_ClearListItemSettings_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: ClearListItemSettings(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: FormattingGroupSettings.ClearListItemSettings(ISettingsGroup, string) - nameWithType.vb: FormattingGroupSettings.ClearListItemSettings(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: FormattingGroupSettings.ClearListItemSettings(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.ClearListItemSettings* name: ClearListItemSettings href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FormattingGroupSettings_ClearListItemSettings_ @@ -48452,14 +40647,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.Equals(Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass) nameWithType: FormattingGroupSettings.Equals(ISettingsClass) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FormattingGroupSettings_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.Equals(Object) - nameWithType: FormattingGroupSettings.Equals(object) - nameWithType.vb: FormattingGroupSettings.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.Equals(System.Object) + nameWithType: FormattingGroupSettings.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FormattingGroupSettings_Equals_ @@ -48509,23 +40701,20 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.GetSettingFromSettingsGroup nameWithType: FormattingGroupSettings.GetSettingFromSettingsGroup - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.GetSettingFromSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0) - name: GetSettingFromSettingsGroup(ISettingsGroup, string, T) + name: GetSettingFromSettingsGroup(ISettingsGroup, String, T) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FormattingGroupSettings_GetSettingFromSettingsGroup__1_Sdl_Core_Settings_ISettingsGroup_System_String___0_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.GetSettingFromSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0) name.vb: GetSettingFromSettingsGroup(Of T)(ISettingsGroup, String, T) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.GetSettingFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string, T) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.GetSettingFromSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, String, T) - nameWithType: FormattingGroupSettings.GetSettingFromSettingsGroup(ISettingsGroup, string, T) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.GetSettingFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String, T) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.GetSettingFromSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, System.String, T) + nameWithType: FormattingGroupSettings.GetSettingFromSettingsGroup(ISettingsGroup, String, T) nameWithType.vb: FormattingGroupSettings.GetSettingFromSettingsGroup(Of T)(ISettingsGroup, String, T) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: PopulateFromSettingsGroup(ISettingsGroup, string) + name: PopulateFromSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FormattingGroupSettings_PopulateFromSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: PopulateFromSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: FormattingGroupSettings.PopulateFromSettingsGroup(ISettingsGroup, string) - nameWithType.vb: FormattingGroupSettings.PopulateFromSettingsGroup(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: FormattingGroupSettings.PopulateFromSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.PopulateFromSettingsGroup* name: PopulateFromSettingsGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FormattingGroupSettings_PopulateFromSettingsGroup_ @@ -48569,14 +40758,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.Save nameWithType: FormattingGroupSettings.Save - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: SaveToSettingsGroup(ISettingsGroup, string) + name: SaveToSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FormattingGroupSettings_SaveToSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: SaveToSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: FormattingGroupSettings.SaveToSettingsGroup(ISettingsGroup, string) - nameWithType.vb: FormattingGroupSettings.SaveToSettingsGroup(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: FormattingGroupSettings.SaveToSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.SaveToSettingsGroup* name: SaveToSettingsGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FormattingGroupSettings_SaveToSettingsGroup_ @@ -48602,13 +40788,13 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.UpdateSettingInSettingsGroup nameWithType: FormattingGroupSettings.UpdateSettingInSettingsGroup - uid: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.UpdateSettingInSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0,``0) - name: UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) + name: UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_FormattingGroupSettings_UpdateSettingInSettingsGroup__1_Sdl_Core_Settings_ISettingsGroup_System_String___0___0_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.UpdateSettingInSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0,``0) name.vb: UpdateSettingInSettingsGroup(Of T)(ISettingsGroup, String, T, T) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.UpdateSettingInSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string, T, T) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.UpdateSettingInSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, String, T, T) - nameWithType: FormattingGroupSettings.UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.UpdateSettingInSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String, T, T) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.FormattingGroupSettings.UpdateSettingInSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, System.String, T, T) + nameWithType: FormattingGroupSettings.UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) nameWithType.vb: FormattingGroupSettings.UpdateSettingInSettingsGroup(Of T)(ISettingsGroup, String, T, T) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.IAbstractSettingsPage name: IAbstractSettingsPage @@ -48786,23 +40972,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter nameWithType: IFileTypeSettingsConverter - uid: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle,Sdl.Core.Settings.ISettingsBundle,System.String) - name: ConvertJsonToXml(ISettingsBundle, ISettingsBundle, string) + name: ConvertJsonToXml(ISettingsBundle, ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.html#Sdl_FileTypeSupport_Framework_Core_Settings_IFileTypeSettingsConverter_ConvertJsonToXml_Sdl_Core_Settings_ISettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle,Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: ConvertJsonToXml(ISettingsBundle, ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: IFileTypeSettingsConverter.ConvertJsonToXml(ISettingsBundle, ISettingsBundle, string) - nameWithType.vb: IFileTypeSettingsConverter.ConvertJsonToXml(ISettingsBundle, ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: IFileTypeSettingsConverter.ConvertJsonToXml(ISettingsBundle, ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle,System.String) - name: ConvertJsonToXml(ISettingsBundle, string) + name: ConvertJsonToXml(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.html#Sdl_FileTypeSupport_Framework_Core_Settings_IFileTypeSettingsConverter_ConvertJsonToXml_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: ConvertJsonToXml(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: IFileTypeSettingsConverter.ConvertJsonToXml(ISettingsBundle, string) - nameWithType.vb: IFileTypeSettingsConverter.ConvertJsonToXml(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: IFileTypeSettingsConverter.ConvertJsonToXml(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertJsonToXml* name: ConvertJsonToXml href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.html#Sdl_FileTypeSupport_Framework_Core_Settings_IFileTypeSettingsConverter_ConvertJsonToXml_ @@ -48810,23 +40990,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertJsonToXml nameWithType: IFileTypeSettingsConverter.ConvertJsonToXml - uid: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle,Sdl.Core.Settings.ISettingsBundle,System.String) - name: ConvertXmlToJson(ISettingsBundle, ISettingsBundle, string) + name: ConvertXmlToJson(ISettingsBundle, ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.html#Sdl_FileTypeSupport_Framework_Core_Settings_IFileTypeSettingsConverter_ConvertXmlToJson_Sdl_Core_Settings_ISettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle,Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: ConvertXmlToJson(ISettingsBundle, ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: IFileTypeSettingsConverter.ConvertXmlToJson(ISettingsBundle, ISettingsBundle, string) - nameWithType.vb: IFileTypeSettingsConverter.ConvertXmlToJson(ISettingsBundle, ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: IFileTypeSettingsConverter.ConvertXmlToJson(ISettingsBundle, ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle,System.String) - name: ConvertXmlToJson(ISettingsBundle, string) + name: ConvertXmlToJson(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.html#Sdl_FileTypeSupport_Framework_Core_Settings_IFileTypeSettingsConverter_ConvertXmlToJson_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: ConvertXmlToJson(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: IFileTypeSettingsConverter.ConvertXmlToJson(ISettingsBundle, string) - nameWithType.vb: IFileTypeSettingsConverter.ConvertXmlToJson(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: IFileTypeSettingsConverter.ConvertXmlToJson(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.ConvertXmlToJson* name: ConvertXmlToJson href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.IFileTypeSettingsConverter.html#Sdl_FileTypeSupport_Framework_Core_Settings_IFileTypeSettingsConverter_ConvertXmlToJson_ @@ -48894,14 +41068,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem nameWithType: ISerializableListItem - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name: ClearListItemSettings(ISettingsGroup, string) + name: ClearListItemSettings(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.html#Sdl_FileTypeSupport_Framework_Core_Settings_ISerializableListItem_ClearListItemSettings_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: ClearListItemSettings(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: ISerializableListItem.ClearListItemSettings(ISettingsGroup, string) - nameWithType.vb: ISerializableListItem.ClearListItemSettings(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: ISerializableListItem.ClearListItemSettings(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.ClearListItemSettings* name: ClearListItemSettings href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.html#Sdl_FileTypeSupport_Framework_Core_Settings_ISerializableListItem_ClearListItemSettings_ @@ -48909,14 +41080,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.ClearListItemSettings nameWithType: ISerializableListItem.ClearListItemSettings - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: PopulateFromSettingsGroup(ISettingsGroup, string) + name: PopulateFromSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.html#Sdl_FileTypeSupport_Framework_Core_Settings_ISerializableListItem_PopulateFromSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: PopulateFromSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: ISerializableListItem.PopulateFromSettingsGroup(ISettingsGroup, string) - nameWithType.vb: ISerializableListItem.PopulateFromSettingsGroup(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: ISerializableListItem.PopulateFromSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.PopulateFromSettingsGroup* name: PopulateFromSettingsGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.html#Sdl_FileTypeSupport_Framework_Core_Settings_ISerializableListItem_PopulateFromSettingsGroup_ @@ -48924,14 +41092,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.PopulateFromSettingsGroup nameWithType: ISerializableListItem.PopulateFromSettingsGroup - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: SaveToSettingsGroup(ISettingsGroup, string) + name: SaveToSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.html#Sdl_FileTypeSupport_Framework_Core_Settings_ISerializableListItem_SaveToSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: SaveToSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: ISerializableListItem.SaveToSettingsGroup(ISettingsGroup, string) - nameWithType.vb: ISerializableListItem.SaveToSettingsGroup(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: ISerializableListItem.SaveToSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.SaveToSettingsGroup* name: SaveToSettingsGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ISerializableListItem.html#Sdl_FileTypeSupport_Framework_Core_Settings_ISerializableListItem_SaveToSettingsGroup_ @@ -48954,20 +41119,14 @@ references: name: FileTypeSettingsJson() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.html#Sdl_FileTypeSupport_Framework_Core_Settings_JsonSettings_FileTypeSettingsJson__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.FileTypeSettingsJson() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.New() nameWithType: FileTypeSettingsJson.FileTypeSettingsJson() - nameWithType.vb: FileTypeSettingsJson.New() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.#ctor* name: FileTypeSettingsJson href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.html#Sdl_FileTypeSupport_Framework_Core_Settings_JsonSettings_FileTypeSettingsJson__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.FileTypeSettingsJson - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.New nameWithType: FileTypeSettingsJson.FileTypeSettingsJson - nameWithType.vb: FileTypeSettingsJson.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.ComponentBuilderId name: ComponentBuilderId href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.html#Sdl_FileTypeSupport_Framework_Core_Settings_JsonSettings_FileTypeSettingsJson_ComponentBuilderId @@ -49071,14 +41230,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.CreateJsonSettingsBundle nameWithType: FileTypeSettingsUtil.CreateJsonSettingsBundle - uid: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.CreateJsonSettingsBundleFromData(Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson,System.String) - name: CreateJsonSettingsBundleFromData(FileTypeSettingsJson, string) + name: CreateJsonSettingsBundleFromData(FileTypeSettingsJson, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.html#Sdl_FileTypeSupport_Framework_Core_Settings_JsonSettings_FileTypeSettingsUtil_CreateJsonSettingsBundleFromData_Sdl_FileTypeSupport_Framework_Core_Settings_JsonSettings_FileTypeSettingsJson_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.CreateJsonSettingsBundleFromData(Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson,System.String) - name.vb: CreateJsonSettingsBundleFromData(FileTypeSettingsJson, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.CreateJsonSettingsBundleFromData(Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.CreateJsonSettingsBundleFromData(Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson, String) - nameWithType: FileTypeSettingsUtil.CreateJsonSettingsBundleFromData(FileTypeSettingsJson, string) - nameWithType.vb: FileTypeSettingsUtil.CreateJsonSettingsBundleFromData(FileTypeSettingsJson, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.CreateJsonSettingsBundleFromData(Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson, System.String) + nameWithType: FileTypeSettingsUtil.CreateJsonSettingsBundleFromData(FileTypeSettingsJson, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.CreateJsonSettingsBundleFromData* name: CreateJsonSettingsBundleFromData href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.html#Sdl_FileTypeSupport_Framework_Core_Settings_JsonSettings_FileTypeSettingsUtil_CreateJsonSettingsBundleFromData_ @@ -49098,14 +41254,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.GetComponentBuilderIdFromJsonBundle nameWithType: FileTypeSettingsUtil.GetComponentBuilderIdFromJsonBundle - uid: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.GetWellKnownSectionFromJsonBundle(Newtonsoft.Json.Linq.JObject,System.String,System.String) - name: GetWellKnownSectionFromJsonBundle(JObject, string, string) + name: GetWellKnownSectionFromJsonBundle(JObject, String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.html#Sdl_FileTypeSupport_Framework_Core_Settings_JsonSettings_FileTypeSettingsUtil_GetWellKnownSectionFromJsonBundle_Newtonsoft_Json_Linq_JObject_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.GetWellKnownSectionFromJsonBundle(Newtonsoft.Json.Linq.JObject,System.String,System.String) - name.vb: GetWellKnownSectionFromJsonBundle(JObject, String, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.GetWellKnownSectionFromJsonBundle(Newtonsoft.Json.Linq.JObject, string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.GetWellKnownSectionFromJsonBundle(Newtonsoft.Json.Linq.JObject, String, String) - nameWithType: FileTypeSettingsUtil.GetWellKnownSectionFromJsonBundle(JObject, string, string) - nameWithType.vb: FileTypeSettingsUtil.GetWellKnownSectionFromJsonBundle(JObject, String, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.GetWellKnownSectionFromJsonBundle(Newtonsoft.Json.Linq.JObject, System.String, System.String) + nameWithType: FileTypeSettingsUtil.GetWellKnownSectionFromJsonBundle(JObject, String, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.GetWellKnownSectionFromJsonBundle* name: GetWellKnownSectionFromJsonBundle href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.html#Sdl_FileTypeSupport_Framework_Core_Settings_JsonSettings_FileTypeSettingsUtil_GetWellKnownSectionFromJsonBundle_ @@ -49137,38 +41290,34 @@ references: name: ObservableDictionary() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.ObservableDictionary() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).New() + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).ObservableDictionary() nameWithType: ObservableDictionary.ObservableDictionary() - nameWithType.vb: ObservableDictionary(Of TKey, TValue).New() + nameWithType.vb: ObservableDictionary(Of TKey, TValue).ObservableDictionary() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.#ctor(System.Int32) - name: ObservableDictionary(int) + name: ObservableDictionary(Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2__ctor_System_Int32_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.#ctor(System.Int32) - name.vb: New(Integer) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.ObservableDictionary(int) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).New(Integer) - nameWithType: ObservableDictionary.ObservableDictionary(int) - nameWithType.vb: ObservableDictionary(Of TKey, TValue).New(Integer) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.ObservableDictionary(System.Int32) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).ObservableDictionary(System.Int32) + nameWithType: ObservableDictionary.ObservableDictionary(Int32) + nameWithType.vb: ObservableDictionary(Of TKey, TValue).ObservableDictionary(Int32) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: ObservableDictionary(SerializationInfo, StreamingContext) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.ObservableDictionary(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).ObservableDictionary(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: ObservableDictionary.ObservableDictionary(SerializationInfo, StreamingContext) - nameWithType.vb: ObservableDictionary(Of TKey, TValue).New(SerializationInfo, StreamingContext) + nameWithType.vb: ObservableDictionary(Of TKey, TValue).ObservableDictionary(SerializationInfo, StreamingContext) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.#ctor* name: ObservableDictionary href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.ObservableDictionary - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).New + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).ObservableDictionary nameWithType: ObservableDictionary.ObservableDictionary - nameWithType.vb: ObservableDictionary(Of TKey, TValue).New + nameWithType.vb: ObservableDictionary(Of TKey, TValue).ObservableDictionary - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.Add(`0,`1) name: Add(TKey, TValue) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2_Add__0__1_ @@ -49211,13 +41360,12 @@ references: nameWithType: ObservableDictionary.Clear nameWithType.vb: ObservableDictionary(Of TKey, TValue).Clear - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.ClearDictionaryItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name: ClearDictionaryItemSettings(ISettingsGroup, string) + name: ClearDictionaryItemSettings(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2_ClearDictionaryItemSettings_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.ClearDictionaryItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: ClearDictionaryItemSettings(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.ClearDictionaryItemSettings(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).ClearDictionaryItemSettings(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: ObservableDictionary.ClearDictionaryItemSettings(ISettingsGroup, string) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.ClearDictionaryItemSettings(Sdl.Core.Settings.ISettingsGroup, System.String) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).ClearDictionaryItemSettings(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: ObservableDictionary.ClearDictionaryItemSettings(ISettingsGroup, String) nameWithType.vb: ObservableDictionary(Of TKey, TValue).ClearDictionaryItemSettings(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.ClearDictionaryItemSettings* name: ClearDictionaryItemSettings @@ -49269,14 +41417,14 @@ references: nameWithType: ObservableDictionary.ContainsKey nameWithType.vb: ObservableDictionary(Of TKey, TValue).ContainsKey - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32) - name: CopyTo(KeyValuePair[], int) + name: CopyTo(KeyValuePair[], Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2_CopyTo_System_Collections_Generic_KeyValuePair__0__1____System_Int32_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32) - name.vb: CopyTo(KeyValuePair(Of TKey, TValue)(), Integer) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.CopyTo(System.Collections.Generic.KeyValuePair[], int) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).CopyTo(System.Collections.Generic.KeyValuePair(Of TKey, TValue)(), Integer) - nameWithType: ObservableDictionary.CopyTo(KeyValuePair[], int) - nameWithType.vb: ObservableDictionary(Of TKey, TValue).CopyTo(KeyValuePair(Of TKey, TValue)(), Integer) + name.vb: CopyTo(KeyValuePair(Of TKey, TValue)(), Int32) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.CopyTo(System.Collections.Generic.KeyValuePair[], System.Int32) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).CopyTo(System.Collections.Generic.KeyValuePair(Of TKey, TValue)(), System.Int32) + nameWithType: ObservableDictionary.CopyTo(KeyValuePair[], Int32) + nameWithType.vb: ObservableDictionary(Of TKey, TValue).CopyTo(KeyValuePair(Of TKey, TValue)(), Int32) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.CopyTo* name: CopyTo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2_CopyTo_ @@ -49310,14 +41458,14 @@ references: nameWithType: ObservableDictionary.GetDictionaryItemFromSettings nameWithType.vb: ObservableDictionary(Of TKey, TValue).GetDictionaryItemFromSettings - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.GetDictionaryItemFromSettings``1(Sdl.Core.Settings.ISettingsGroup,System.String,System.Boolean@) - name: GetDictionaryItemFromSettings(ISettingsGroup, string, out bool) + name: GetDictionaryItemFromSettings(ISettingsGroup, String, out Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2_GetDictionaryItemFromSettings__1_Sdl_Core_Settings_ISettingsGroup_System_String_System_Boolean__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.GetDictionaryItemFromSettings``1(Sdl.Core.Settings.ISettingsGroup,System.String,System.Boolean@) - name.vb: GetDictionaryItemFromSettings(Of T)(ISettingsGroup, String, Boolean) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.GetDictionaryItemFromSettings(Sdl.Core.Settings.ISettingsGroup, string, out bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).GetDictionaryItemFromSettings(Of T)(Sdl.Core.Settings.ISettingsGroup, String, Boolean) - nameWithType: ObservableDictionary.GetDictionaryItemFromSettings(ISettingsGroup, string, out bool) - nameWithType.vb: ObservableDictionary(Of TKey, TValue).GetDictionaryItemFromSettings(Of T)(ISettingsGroup, String, Boolean) + name.vb: GetDictionaryItemFromSettings(Of T)(ISettingsGroup, String, ByRef Boolean) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.GetDictionaryItemFromSettings(Sdl.Core.Settings.ISettingsGroup, System.String, out System.Boolean) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).GetDictionaryItemFromSettings(Of T)(Sdl.Core.Settings.ISettingsGroup, System.String, ByRef System.Boolean) + nameWithType: ObservableDictionary.GetDictionaryItemFromSettings(ISettingsGroup, String, out Boolean) + nameWithType.vb: ObservableDictionary(Of TKey, TValue).GetDictionaryItemFromSettings(Of T)(ISettingsGroup, String, ByRef Boolean) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.GetEnumerator name: GetEnumerator() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2_GetEnumerator @@ -49367,23 +41515,22 @@ references: nameWithType: ObservableDictionary.IsReadOnly nameWithType.vb: ObservableDictionary(Of TKey, TValue).IsReadOnly - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.Item(`0) - name: this[TKey] + name: Item[TKey] href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2_Item__0_ commentId: P:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.Item(`0) - name.vb: this[](TKey) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.this[TKey] - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).this[](TKey) - nameWithType: ObservableDictionary.this[TKey] - nameWithType.vb: ObservableDictionary(Of TKey, TValue).this[](TKey) + name.vb: Item(TKey) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.Item[TKey] + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).Item(TKey) + nameWithType: ObservableDictionary.Item[TKey] + nameWithType.vb: ObservableDictionary(Of TKey, TValue).Item(TKey) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.Item* - name: this + name: Item href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2_Item_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.Item - name.vb: this[] - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.this - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).this[] - nameWithType: ObservableDictionary.this - nameWithType.vb: ObservableDictionary(Of TKey, TValue).this[] + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.Item + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).Item + nameWithType: ObservableDictionary.Item + nameWithType.vb: ObservableDictionary(Of TKey, TValue).Item - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.Keys name: Keys href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2_Keys @@ -49401,13 +41548,12 @@ references: nameWithType: ObservableDictionary.Keys nameWithType.vb: ObservableDictionary(Of TKey, TValue).Keys - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: PopulateFromSettingsGroup(ISettingsGroup, string) + name: PopulateFromSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2_PopulateFromSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: PopulateFromSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: ObservableDictionary.PopulateFromSettingsGroup(ISettingsGroup, string) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: ObservableDictionary.PopulateFromSettingsGroup(ISettingsGroup, String) nameWithType.vb: ObservableDictionary(Of TKey, TValue).PopulateFromSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.PopulateFromSettingsGroup* name: PopulateFromSettingsGroup @@ -49451,13 +41597,12 @@ references: nameWithType: ObservableDictionary.Remove nameWithType.vb: ObservableDictionary(Of TKey, TValue).Remove - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: SaveToSettingsGroup(ISettingsGroup, string) + name: SaveToSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2_SaveToSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: SaveToSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: ObservableDictionary.SaveToSettingsGroup(ISettingsGroup, string) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: ObservableDictionary.SaveToSettingsGroup(ISettingsGroup, String) nameWithType.vb: ObservableDictionary(Of TKey, TValue).SaveToSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.SaveToSettingsGroup* name: SaveToSettingsGroup @@ -49467,15 +41612,33 @@ references: fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).SaveToSettingsGroup nameWithType: ObservableDictionary.SaveToSettingsGroup nameWithType.vb: ObservableDictionary(Of TKey, TValue).SaveToSettingsGroup +- uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.System#Collections#IEnumerable#GetEnumerator + name: IEnumerable.GetEnumerator() + href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2_System_Collections_IEnumerable_GetEnumerator + commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator() + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.System.Collections.IEnumerable.GetEnumerator() + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).System.Collections.IEnumerable.GetEnumerator() + nameWithType: ObservableDictionary.IEnumerable.GetEnumerator() + nameWithType.vb: ObservableDictionary(Of TKey, TValue).System.Collections.IEnumerable.GetEnumerator() +- uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.System#Collections#IEnumerable#GetEnumerator* + name: IEnumerable.GetEnumerator + href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2_System_Collections_IEnumerable_GetEnumerator_ + commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.System.Collections.IEnumerable.GetEnumerator + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).System.Collections.IEnumerable.GetEnumerator + nameWithType: ObservableDictionary.IEnumerable.GetEnumerator + nameWithType.vb: ObservableDictionary(Of TKey, TValue).System.Collections.IEnumerable.GetEnumerator - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.TryGetValue(`0,`1@) name: TryGetValue(TKey, out TValue) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2_TryGetValue__0__1__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.TryGetValue(`0,`1@) - name.vb: TryGetValue(TKey, TValue) + name.vb: TryGetValue(TKey, ByRef TValue) fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary.TryGetValue(TKey, out TValue) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).TryGetValue(TKey, TValue) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary(Of TKey, TValue).TryGetValue(TKey, ByRef TValue) nameWithType: ObservableDictionary.TryGetValue(TKey, out TValue) - nameWithType.vb: ObservableDictionary(Of TKey, TValue).TryGetValue(TKey, TValue) + nameWithType.vb: ObservableDictionary(Of TKey, TValue).TryGetValue(TKey, ByRef TValue) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary`2.TryGetValue* name: TryGetValue href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableDictionary-2.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableDictionary_2_TryGetValue_ @@ -49513,29 +41676,27 @@ references: name: ObservableList() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.ObservableList() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).New() + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).ObservableList() nameWithType: ObservableList.ObservableList() - nameWithType.vb: ObservableList(Of T).New() + nameWithType.vb: ObservableList(Of T).ObservableList() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.#ctor(System.Collections.Generic.IEnumerable{`0}) name: ObservableList(IEnumerable) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1__ctor_System_Collections_Generic_IEnumerable__0__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.#ctor(System.Collections.Generic.IEnumerable{`0}) - name.vb: New(IEnumerable(Of T)) + name.vb: ObservableList(IEnumerable(Of T)) fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.ObservableList(System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).New(System.Collections.Generic.IEnumerable(Of T)) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).ObservableList(System.Collections.Generic.IEnumerable(Of T)) nameWithType: ObservableList.ObservableList(IEnumerable) - nameWithType.vb: ObservableList(Of T).New(IEnumerable(Of T)) + nameWithType.vb: ObservableList(Of T).ObservableList(IEnumerable(Of T)) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.#ctor* name: ObservableList href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.ObservableList - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).New + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).ObservableList nameWithType: ObservableList.ObservableList - nameWithType.vb: ObservableList(Of T).New + nameWithType.vb: ObservableList(Of T).ObservableList - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.Add(`0) name: Add(T) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_Add__0_ @@ -49586,13 +41747,12 @@ references: nameWithType: ObservableList.Clear nameWithType.vb: ObservableList(Of T).Clear - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name: ClearListItemSettings(ISettingsGroup, string) + name: ClearListItemSettings(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_ClearListItemSettings_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: ClearListItemSettings(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: ObservableList.ClearListItemSettings(ISettingsGroup, string) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, System.String) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: ObservableList.ClearListItemSettings(ISettingsGroup, String) nameWithType.vb: ObservableList(Of T).ClearListItemSettings(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.ClearListItemSettings* name: ClearListItemSettings @@ -49627,14 +41787,14 @@ references: nameWithType: ObservableList.Contains nameWithType.vb: ObservableList(Of T).Contains - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.CopyTo(`0[],System.Int32) - name: CopyTo(T[], int) + name: CopyTo(T[], Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_CopyTo__0___System_Int32_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.CopyTo(`0[],System.Int32) - name.vb: CopyTo(T(), Integer) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.CopyTo(T[], int) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).CopyTo(T(), Integer) - nameWithType: ObservableList.CopyTo(T[], int) - nameWithType.vb: ObservableList(Of T).CopyTo(T(), Integer) + name.vb: CopyTo(T(), Int32) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.CopyTo(T[], System.Int32) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).CopyTo(T(), System.Int32) + nameWithType: ObservableList.CopyTo(T[], Int32) + nameWithType.vb: ObservableList(Of T).CopyTo(T(), Int32) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.CopyTo* name: CopyTo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_CopyTo_ @@ -49660,13 +41820,13 @@ references: nameWithType: ObservableList.Count nameWithType.vb: ObservableList(Of T).Count - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.CreateObservableStringList(System.String[]) - name: CreateObservableStringList(string[]) + name: CreateObservableStringList(String[]) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_CreateObservableStringList_System_String___ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.CreateObservableStringList(System.String[]) name.vb: CreateObservableStringList(String()) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.CreateObservableStringList(string[]) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).CreateObservableStringList(String()) - nameWithType: ObservableList.CreateObservableStringList(string[]) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.CreateObservableStringList(System.String[]) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).CreateObservableStringList(System.String()) + nameWithType: ObservableList.CreateObservableStringList(String[]) nameWithType.vb: ObservableList(Of T).CreateObservableStringList(String()) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.CreateObservableStringList* name: CreateObservableStringList @@ -49677,13 +41837,12 @@ references: nameWithType: ObservableList.CreateObservableStringList nameWithType.vb: ObservableList(Of T).CreateObservableStringList - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).Equals(Object) - nameWithType: ObservableList.Equals(object) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.Equals(System.Object) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).Equals(System.Object) + nameWithType: ObservableList.Equals(Object) nameWithType.vb: ObservableList(Of T).Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.Equals* name: Equals @@ -49743,14 +41902,14 @@ references: nameWithType: ObservableList.GetHashCode nameWithType.vb: ObservableList(Of T).GetHashCode - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.GetListItemFromSettings(Sdl.Core.Settings.ISettingsGroup,System.String,System.Boolean@) - name: GetListItemFromSettings(ISettingsGroup, string, out bool) + name: GetListItemFromSettings(ISettingsGroup, String, out Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_GetListItemFromSettings_Sdl_Core_Settings_ISettingsGroup_System_String_System_Boolean__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.GetListItemFromSettings(Sdl.Core.Settings.ISettingsGroup,System.String,System.Boolean@) - name.vb: GetListItemFromSettings(ISettingsGroup, String, Boolean) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.GetListItemFromSettings(Sdl.Core.Settings.ISettingsGroup, string, out bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).GetListItemFromSettings(Sdl.Core.Settings.ISettingsGroup, String, Boolean) - nameWithType: ObservableList.GetListItemFromSettings(ISettingsGroup, string, out bool) - nameWithType.vb: ObservableList(Of T).GetListItemFromSettings(ISettingsGroup, String, Boolean) + name.vb: GetListItemFromSettings(ISettingsGroup, String, ByRef Boolean) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.GetListItemFromSettings(Sdl.Core.Settings.ISettingsGroup, System.String, out System.Boolean) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).GetListItemFromSettings(Sdl.Core.Settings.ISettingsGroup, System.String, ByRef System.Boolean) + nameWithType: ObservableList.GetListItemFromSettings(ISettingsGroup, String, out Boolean) + nameWithType.vb: ObservableList(Of T).GetListItemFromSettings(ISettingsGroup, String, ByRef Boolean) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.GetListItemFromSettings* name: GetListItemFromSettings href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_GetListItemFromSettings_ @@ -49776,14 +41935,13 @@ references: nameWithType: ObservableList.IndexOf nameWithType.vb: ObservableList(Of T).IndexOf - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.Insert(System.Int32,`0) - name: Insert(int, T) + name: Insert(Int32, T) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_Insert_System_Int32__0_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.Insert(System.Int32,`0) - name.vb: Insert(Integer, T) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.Insert(int, T) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).Insert(Integer, T) - nameWithType: ObservableList.Insert(int, T) - nameWithType.vb: ObservableList(Of T).Insert(Integer, T) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.Insert(System.Int32, T) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).Insert(System.Int32, T) + nameWithType: ObservableList.Insert(Int32, T) + nameWithType.vb: ObservableList(Of T).Insert(Int32, T) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.Insert* name: Insert href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_Insert_ @@ -49793,14 +41951,14 @@ references: nameWithType: ObservableList.Insert nameWithType.vb: ObservableList(Of T).Insert - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0}) - name: InsertRange(int, IEnumerable) + name: InsertRange(Int32, IEnumerable) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_InsertRange_System_Int32_System_Collections_Generic_IEnumerable__0__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0}) - name.vb: InsertRange(Integer, IEnumerable(Of T)) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.InsertRange(int, System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).InsertRange(Integer, System.Collections.Generic.IEnumerable(Of T)) - nameWithType: ObservableList.InsertRange(int, IEnumerable) - nameWithType.vb: ObservableList(Of T).InsertRange(Integer, IEnumerable(Of T)) + name.vb: InsertRange(Int32, IEnumerable(Of T)) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.InsertRange(System.Int32, System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).InsertRange(System.Int32, System.Collections.Generic.IEnumerable(Of T)) + nameWithType: ObservableList.InsertRange(Int32, IEnumerable) + nameWithType.vb: ObservableList(Of T).InsertRange(Int32, IEnumerable(Of T)) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.InsertRange* name: InsertRange href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_InsertRange_ @@ -49826,31 +41984,29 @@ references: nameWithType: ObservableList.IsReadOnly nameWithType.vb: ObservableList(Of T).IsReadOnly - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.Item(System.Int32) - name: this[int] + name: Item[Int32] href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_Item_System_Int32_ commentId: P:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.Item(System.Int32) - name.vb: this[](Integer) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.this[int] - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).this[](Integer) - nameWithType: ObservableList.this[int] - nameWithType.vb: ObservableList(Of T).this[](Integer) + name.vb: Item(Int32) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.Item[System.Int32] + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).Item(System.Int32) + nameWithType: ObservableList.Item[Int32] + nameWithType.vb: ObservableList(Of T).Item(Int32) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.Item* - name: this + name: Item href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_Item_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.Item - name.vb: this[] - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.this - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).this[] - nameWithType: ObservableList.this - nameWithType.vb: ObservableList(Of T).this[] + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.Item + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).Item + nameWithType: ObservableList.Item + nameWithType.vb: ObservableList(Of T).Item - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: PopulateFromSettingsGroup(ISettingsGroup, string) + name: PopulateFromSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_PopulateFromSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: PopulateFromSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: ObservableList.PopulateFromSettingsGroup(ISettingsGroup, string) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: ObservableList.PopulateFromSettingsGroup(ISettingsGroup, String) nameWithType.vb: ObservableList(Of T).PopulateFromSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.PopulateFromSettingsGroup* name: PopulateFromSettingsGroup @@ -49885,14 +42041,13 @@ references: nameWithType: ObservableList.Remove nameWithType.vb: ObservableList(Of T).Remove - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.RemoveAt(System.Int32) - name: RemoveAt(int) + name: RemoveAt(Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_RemoveAt_System_Int32_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.RemoveAt(System.Int32) - name.vb: RemoveAt(Integer) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.RemoveAt(int) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).RemoveAt(Integer) - nameWithType: ObservableList.RemoveAt(int) - nameWithType.vb: ObservableList(Of T).RemoveAt(Integer) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.RemoveAt(System.Int32) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).RemoveAt(System.Int32) + nameWithType: ObservableList.RemoveAt(Int32) + nameWithType.vb: ObservableList(Of T).RemoveAt(Int32) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.RemoveAt* name: RemoveAt href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_RemoveAt_ @@ -49902,13 +42057,12 @@ references: nameWithType: ObservableList.RemoveAt nameWithType.vb: ObservableList(Of T).RemoveAt - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: SaveToSettingsGroup(ISettingsGroup, string) + name: SaveToSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_SaveToSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: SaveToSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: ObservableList.SaveToSettingsGroup(ISettingsGroup, string) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: ObservableList.SaveToSettingsGroup(ISettingsGroup, String) nameWithType.vb: ObservableList(Of T).SaveToSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.SaveToSettingsGroup* name: SaveToSettingsGroup @@ -49952,6 +42106,24 @@ references: fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).Sort nameWithType: ObservableList.Sort nameWithType.vb: ObservableList(Of T).Sort +- uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.System#Collections#IEnumerable#GetEnumerator + name: IEnumerable.GetEnumerator() + href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_System_Collections_IEnumerable_GetEnumerator + commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator() + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.System.Collections.IEnumerable.GetEnumerator() + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).System.Collections.IEnumerable.GetEnumerator() + nameWithType: ObservableList.IEnumerable.GetEnumerator() + nameWithType.vb: ObservableList(Of T).System.Collections.IEnumerable.GetEnumerator() +- uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.System#Collections#IEnumerable#GetEnumerator* + name: IEnumerable.GetEnumerator + href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_System_Collections_IEnumerable_GetEnumerator_ + commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList.System.Collections.IEnumerable.GetEnumerator + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList(Of T).System.Collections.IEnumerable.GetEnumerator + nameWithType: ObservableList.IEnumerable.GetEnumerator + nameWithType.vb: ObservableList(Of T).System.Collections.IEnumerable.GetEnumerator - uid: Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList`1.ToArray name: ToArray() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.ObservableList-1.html#Sdl_FileTypeSupport_Framework_Core_Settings_ObservableList_1_ToArray @@ -49984,29 +42156,20 @@ references: name: BaseMarkupDataType() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_BaseMarkupDataType__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.BaseMarkupDataType() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.New() nameWithType: BaseMarkupDataType.BaseMarkupDataType() - nameWithType.vb: BaseMarkupDataType.New() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.#ctor* name: BaseMarkupDataType href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_BaseMarkupDataType__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.BaseMarkupDataType - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.New nameWithType: BaseMarkupDataType.BaseMarkupDataType - nameWithType.vb: BaseMarkupDataType.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name: ClearListItemSettings(ISettingsGroup, string) + name: ClearListItemSettings(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_BaseMarkupDataType_ClearListItemSettings_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: ClearListItemSettings(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: BaseMarkupDataType.ClearListItemSettings(ISettingsGroup, string) - nameWithType.vb: BaseMarkupDataType.ClearListItemSettings(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: BaseMarkupDataType.ClearListItemSettings(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.ClearListItemSettings* name: ClearListItemSettings href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_BaseMarkupDataType_ClearListItemSettings_ @@ -50020,23 +42183,20 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.GetSettingFromSettingsGroup nameWithType: BaseMarkupDataType.GetSettingFromSettingsGroup - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.GetSettingFromSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0) - name: GetSettingFromSettingsGroup(ISettingsGroup, string, T) + name: GetSettingFromSettingsGroup(ISettingsGroup, String, T) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_BaseMarkupDataType_GetSettingFromSettingsGroup__1_Sdl_Core_Settings_ISettingsGroup_System_String___0_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.GetSettingFromSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0) name.vb: GetSettingFromSettingsGroup(Of T)(ISettingsGroup, String, T) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.GetSettingFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string, T) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.GetSettingFromSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, String, T) - nameWithType: BaseMarkupDataType.GetSettingFromSettingsGroup(ISettingsGroup, string, T) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.GetSettingFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String, T) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.GetSettingFromSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, System.String, T) + nameWithType: BaseMarkupDataType.GetSettingFromSettingsGroup(ISettingsGroup, String, T) nameWithType.vb: BaseMarkupDataType.GetSettingFromSettingsGroup(Of T)(ISettingsGroup, String, T) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.OnPropertyChanged(System.String) - name: OnPropertyChanged(string) + name: OnPropertyChanged(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_BaseMarkupDataType_OnPropertyChanged_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.OnPropertyChanged(System.String) - name.vb: OnPropertyChanged(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.OnPropertyChanged(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.OnPropertyChanged(String) - nameWithType: BaseMarkupDataType.OnPropertyChanged(string) - nameWithType.vb: BaseMarkupDataType.OnPropertyChanged(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.OnPropertyChanged(System.String) + nameWithType: BaseMarkupDataType.OnPropertyChanged(String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.OnPropertyChanged* name: OnPropertyChanged href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_BaseMarkupDataType_OnPropertyChanged_ @@ -50044,14 +42204,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.OnPropertyChanged nameWithType: BaseMarkupDataType.OnPropertyChanged - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: PopulateFromSettingsGroup(ISettingsGroup, string) + name: PopulateFromSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_BaseMarkupDataType_PopulateFromSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: PopulateFromSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: BaseMarkupDataType.PopulateFromSettingsGroup(ISettingsGroup, string) - nameWithType.vb: BaseMarkupDataType.PopulateFromSettingsGroup(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: BaseMarkupDataType.PopulateFromSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.PopulateFromSettingsGroup* name: PopulateFromSettingsGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_BaseMarkupDataType_PopulateFromSettingsGroup_ @@ -50065,14 +42222,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.PropertyChanged nameWithType: BaseMarkupDataType.PropertyChanged - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: SaveToSettingsGroup(ISettingsGroup, string) + name: SaveToSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_BaseMarkupDataType_SaveToSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: SaveToSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: BaseMarkupDataType.SaveToSettingsGroup(ISettingsGroup, string) - nameWithType.vb: BaseMarkupDataType.SaveToSettingsGroup(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: BaseMarkupDataType.SaveToSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.SaveToSettingsGroup* name: SaveToSettingsGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_BaseMarkupDataType_SaveToSettingsGroup_ @@ -50110,13 +42264,13 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.UpdateSettingInSettingsGroup nameWithType: BaseMarkupDataType.UpdateSettingInSettingsGroup - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.UpdateSettingInSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0,``0) - name: UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) + name: UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_BaseMarkupDataType_UpdateSettingInSettingsGroup__1_Sdl_Core_Settings_ISettingsGroup_System_String___0___0_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.UpdateSettingInSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0,``0) name.vb: UpdateSettingInSettingsGroup(Of T)(ISettingsGroup, String, T, T) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.UpdateSettingInSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string, T, T) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.UpdateSettingInSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, String, T, T) - nameWithType: BaseMarkupDataType.UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.UpdateSettingInSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String, T, T) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.BaseMarkupDataType.UpdateSettingInSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, System.String, T, T) + nameWithType: BaseMarkupDataType.UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) nameWithType.vb: BaseMarkupDataType.UpdateSettingInSettingsGroup(Of T)(ISettingsGroup, String, T, T) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory name: MarkupDataFactory @@ -50128,29 +42282,20 @@ references: name: MarkupDataFactory() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_MarkupDataFactory__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.MarkupDataFactory() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.New() nameWithType: MarkupDataFactory.MarkupDataFactory() - nameWithType.vb: MarkupDataFactory.New() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.#ctor* name: MarkupDataFactory href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_MarkupDataFactory__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.MarkupDataFactory - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.New nameWithType: MarkupDataFactory.MarkupDataFactory - nameWithType.vb: MarkupDataFactory.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.CreateMarkupDataType(System.String) - name: CreateMarkupDataType(string) + name: CreateMarkupDataType(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_MarkupDataFactory_CreateMarkupDataType_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.CreateMarkupDataType(System.String) - name.vb: CreateMarkupDataType(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.CreateMarkupDataType(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.CreateMarkupDataType(String) - nameWithType: MarkupDataFactory.CreateMarkupDataType(string) - nameWithType.vb: MarkupDataFactory.CreateMarkupDataType(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.CreateMarkupDataType(System.String) + nameWithType: MarkupDataFactory.CreateMarkupDataType(String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.CreateMarkupDataType* name: CreateMarkupDataType href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.MarkupDataFactory.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_MarkupDataFactory_CreateMarkupDataType_ @@ -50167,29 +42312,20 @@ references: name: PlaceholderTagMarkup() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_PlaceholderTagMarkup__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.PlaceholderTagMarkup() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.New() nameWithType: PlaceholderTagMarkup.PlaceholderTagMarkup() - nameWithType.vb: PlaceholderTagMarkup.New() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.#ctor* name: PlaceholderTagMarkup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_PlaceholderTagMarkup__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.PlaceholderTagMarkup - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.New nameWithType: PlaceholderTagMarkup.PlaceholderTagMarkup - nameWithType.vb: PlaceholderTagMarkup.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name: ClearListItemSettings(ISettingsGroup, string) + name: ClearListItemSettings(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_PlaceholderTagMarkup_ClearListItemSettings_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: ClearListItemSettings(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: PlaceholderTagMarkup.ClearListItemSettings(ISettingsGroup, string) - nameWithType.vb: PlaceholderTagMarkup.ClearListItemSettings(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: PlaceholderTagMarkup.ClearListItemSettings(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.ClearListItemSettings* name: ClearListItemSettings href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_PlaceholderTagMarkup_ClearListItemSettings_ @@ -50221,14 +42357,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.Equals nameWithType: PlaceholderTagMarkup.Equals - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: PopulateFromSettingsGroup(ISettingsGroup, string) + name: PopulateFromSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_PlaceholderTagMarkup_PopulateFromSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: PopulateFromSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: PlaceholderTagMarkup.PopulateFromSettingsGroup(ISettingsGroup, string) - nameWithType.vb: PlaceholderTagMarkup.PopulateFromSettingsGroup(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: PlaceholderTagMarkup.PopulateFromSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.PopulateFromSettingsGroup* name: PopulateFromSettingsGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_PlaceholderTagMarkup_PopulateFromSettingsGroup_ @@ -50272,14 +42405,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.Save nameWithType: PlaceholderTagMarkup.Save - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: SaveToSettingsGroup(ISettingsGroup, string) + name: SaveToSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_PlaceholderTagMarkup_SaveToSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: SaveToSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: PlaceholderTagMarkup.SaveToSettingsGroup(ISettingsGroup, string) - nameWithType.vb: PlaceholderTagMarkup.SaveToSettingsGroup(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: PlaceholderTagMarkup.SaveToSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.SaveToSettingsGroup* name: SaveToSettingsGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.PlaceholderTagMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_PlaceholderTagMarkup_SaveToSettingsGroup_ @@ -50332,29 +42462,20 @@ references: name: QuickInsertSettings() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_QuickInsertSettings__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.QuickInsertSettings() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.New() nameWithType: QuickInsertSettings.QuickInsertSettings() - nameWithType.vb: QuickInsertSettings.New() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.#ctor* name: QuickInsertSettings href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_QuickInsertSettings__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.QuickInsertSettings - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.New nameWithType: QuickInsertSettings.QuickInsertSettings - nameWithType.vb: QuickInsertSettings.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name: ClearListItemSettings(ISettingsGroup, string) + name: ClearListItemSettings(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_QuickInsertSettings_ClearListItemSettings_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: ClearListItemSettings(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: QuickInsertSettings.ClearListItemSettings(ISettingsGroup, string) - nameWithType.vb: QuickInsertSettings.ClearListItemSettings(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: QuickInsertSettings.ClearListItemSettings(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.ClearListItemSettings* name: ClearListItemSettings href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_QuickInsertSettings_ClearListItemSettings_ @@ -50440,13 +42561,13 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.GetSettingFromSettingsGroup nameWithType: QuickInsertSettings.GetSettingFromSettingsGroup - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.GetSettingFromSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0) - name: GetSettingFromSettingsGroup(ISettingsGroup, string, T) + name: GetSettingFromSettingsGroup(ISettingsGroup, String, T) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_QuickInsertSettings_GetSettingFromSettingsGroup__1_Sdl_Core_Settings_ISettingsGroup_System_String___0_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.GetSettingFromSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0) name.vb: GetSettingFromSettingsGroup(Of T)(ISettingsGroup, String, T) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.GetSettingFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string, T) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.GetSettingFromSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, String, T) - nameWithType: QuickInsertSettings.GetSettingFromSettingsGroup(ISettingsGroup, string, T) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.GetSettingFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String, T) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.GetSettingFromSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, System.String, T) + nameWithType: QuickInsertSettings.GetSettingFromSettingsGroup(ISettingsGroup, String, T) nameWithType.vb: QuickInsertSettings.GetSettingFromSettingsGroup(Of T)(ISettingsGroup, String, T) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.Markup name: Markup @@ -50461,14 +42582,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.Markup nameWithType: QuickInsertSettings.Markup - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.OnPropertyChanged(System.String) - name: OnPropertyChanged(string) + name: OnPropertyChanged(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_QuickInsertSettings_OnPropertyChanged_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.OnPropertyChanged(System.String) - name.vb: OnPropertyChanged(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.OnPropertyChanged(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.OnPropertyChanged(String) - nameWithType: QuickInsertSettings.OnPropertyChanged(string) - nameWithType.vb: QuickInsertSettings.OnPropertyChanged(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.OnPropertyChanged(System.String) + nameWithType: QuickInsertSettings.OnPropertyChanged(String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.OnPropertyChanged* name: OnPropertyChanged href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_QuickInsertSettings_OnPropertyChanged_ @@ -50476,14 +42594,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.OnPropertyChanged nameWithType: QuickInsertSettings.OnPropertyChanged - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: PopulateFromSettingsGroup(ISettingsGroup, string) + name: PopulateFromSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_QuickInsertSettings_PopulateFromSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: PopulateFromSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: QuickInsertSettings.PopulateFromSettingsGroup(ISettingsGroup, string) - nameWithType.vb: QuickInsertSettings.PopulateFromSettingsGroup(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: QuickInsertSettings.PopulateFromSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.PopulateFromSettingsGroup* name: PopulateFromSettingsGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_QuickInsertSettings_PopulateFromSettingsGroup_ @@ -50533,14 +42648,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.Save nameWithType: QuickInsertSettings.Save - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: SaveToSettingsGroup(ISettingsGroup, string) + name: SaveToSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_QuickInsertSettings_SaveToSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: SaveToSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: QuickInsertSettings.SaveToSettingsGroup(ISettingsGroup, string) - nameWithType.vb: QuickInsertSettings.SaveToSettingsGroup(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: QuickInsertSettings.SaveToSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.SaveToSettingsGroup* name: SaveToSettingsGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_QuickInsertSettings_SaveToSettingsGroup_ @@ -50566,13 +42678,13 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.UpdateSettingInSettingsGroup nameWithType: QuickInsertSettings.UpdateSettingInSettingsGroup - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.UpdateSettingInSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0,``0) - name: UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) + name: UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_QuickInsertSettings_UpdateSettingInSettingsGroup__1_Sdl_Core_Settings_ISettingsGroup_System_String___0___0_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.UpdateSettingInSettingsGroup``1(Sdl.Core.Settings.ISettingsGroup,System.String,``0,``0) name.vb: UpdateSettingInSettingsGroup(Of T)(ISettingsGroup, String, T, T) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.UpdateSettingInSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string, T, T) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.UpdateSettingInSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, String, T, T) - nameWithType: QuickInsertSettings.UpdateSettingInSettingsGroup(ISettingsGroup, string, T, T) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.UpdateSettingInSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String, T, T) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertSettings.UpdateSettingInSettingsGroup(Of T)(Sdl.Core.Settings.ISettingsGroup, System.String, T, T) + nameWithType: QuickInsertSettings.UpdateSettingInSettingsGroup(ISettingsGroup, String, T, T) nameWithType.vb: QuickInsertSettings.UpdateSettingInSettingsGroup(Of T)(ISettingsGroup, String, T, T) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings name: QuickInsertsSettings @@ -50584,20 +42696,14 @@ references: name: QuickInsertsSettings() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_QuickInsertsSettings__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.QuickInsertsSettings() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.New() nameWithType: QuickInsertsSettings.QuickInsertsSettings() - nameWithType.vb: QuickInsertsSettings.New() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.#ctor* name: QuickInsertsSettings href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_QuickInsertsSettings__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.QuickInsertsSettings - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.New nameWithType: QuickInsertsSettings.QuickInsertsSettings - nameWithType.vb: QuickInsertsSettings.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.Clone name: Clone() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.QuickInsertsSettings.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_QuickInsertsSettings_Clone @@ -50704,20 +42810,14 @@ references: name: TagPairMarkup() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TagPairMarkup__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.TagPairMarkup() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.New() nameWithType: TagPairMarkup.TagPairMarkup() - nameWithType.vb: TagPairMarkup.New() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.#ctor* name: TagPairMarkup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TagPairMarkup__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.TagPairMarkup - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.New nameWithType: TagPairMarkup.TagPairMarkup - nameWithType.vb: TagPairMarkup.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.CanHide name: CanHide href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TagPairMarkup_CanHide @@ -50731,14 +42831,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.CanHide nameWithType: TagPairMarkup.CanHide - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name: ClearListItemSettings(ISettingsGroup, string) + name: ClearListItemSettings(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TagPairMarkup_ClearListItemSettings_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: ClearListItemSettings(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: TagPairMarkup.ClearListItemSettings(ISettingsGroup, string) - nameWithType.vb: TagPairMarkup.ClearListItemSettings(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: TagPairMarkup.ClearListItemSettings(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.ClearListItemSettings* name: ClearListItemSettings href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TagPairMarkup_ClearListItemSettings_ @@ -50794,14 +42891,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.Formatting nameWithType: TagPairMarkup.Formatting - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: PopulateFromSettingsGroup(ISettingsGroup, string) + name: PopulateFromSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TagPairMarkup_PopulateFromSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: PopulateFromSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: TagPairMarkup.PopulateFromSettingsGroup(ISettingsGroup, string) - nameWithType.vb: TagPairMarkup.PopulateFromSettingsGroup(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: TagPairMarkup.PopulateFromSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.PopulateFromSettingsGroup* name: PopulateFromSettingsGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TagPairMarkup_PopulateFromSettingsGroup_ @@ -50845,14 +42939,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.Save nameWithType: TagPairMarkup.Save - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: SaveToSettingsGroup(ISettingsGroup, string) + name: SaveToSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TagPairMarkup_SaveToSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: SaveToSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: TagPairMarkup.SaveToSettingsGroup(ISettingsGroup, string) - nameWithType.vb: TagPairMarkup.SaveToSettingsGroup(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: TagPairMarkup.SaveToSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.SaveToSettingsGroup* name: SaveToSettingsGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TagPairMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TagPairMarkup_SaveToSettingsGroup_ @@ -50893,29 +42984,20 @@ references: name: TextMarkup() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TextMarkup__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.TextMarkup() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.New() nameWithType: TextMarkup.TextMarkup() - nameWithType.vb: TextMarkup.New() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.#ctor* name: TextMarkup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TextMarkup__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.TextMarkup - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.New nameWithType: TextMarkup.TextMarkup - nameWithType.vb: TextMarkup.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name: ClearListItemSettings(ISettingsGroup, string) + name: ClearListItemSettings(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TextMarkup_ClearListItemSettings_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: ClearListItemSettings(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: TextMarkup.ClearListItemSettings(ISettingsGroup, string) - nameWithType.vb: TextMarkup.ClearListItemSettings(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: TextMarkup.ClearListItemSettings(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.ClearListItemSettings* name: ClearListItemSettings href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TextMarkup_ClearListItemSettings_ @@ -50947,14 +43029,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.Equals nameWithType: TextMarkup.Equals - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: PopulateFromSettingsGroup(ISettingsGroup, string) + name: PopulateFromSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TextMarkup_PopulateFromSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: PopulateFromSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: TextMarkup.PopulateFromSettingsGroup(ISettingsGroup, string) - nameWithType.vb: TextMarkup.PopulateFromSettingsGroup(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: TextMarkup.PopulateFromSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.PopulateFromSettingsGroup* name: PopulateFromSettingsGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TextMarkup_PopulateFromSettingsGroup_ @@ -50998,14 +43077,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.Save nameWithType: TextMarkup.Save - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: SaveToSettingsGroup(ISettingsGroup, string) + name: SaveToSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TextMarkup_SaveToSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: SaveToSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: TextMarkup.SaveToSettingsGroup(ISettingsGroup, string) - nameWithType.vb: TextMarkup.SaveToSettingsGroup(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: TextMarkup.SaveToSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.SaveToSettingsGroup* name: SaveToSettingsGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TextMarkup_SaveToSettingsGroup_ @@ -51046,29 +43122,20 @@ references: name: TextPairMarkup() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TextPairMarkup__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.TextPairMarkup() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.New() nameWithType: TextPairMarkup.TextPairMarkup() - nameWithType.vb: TextPairMarkup.New() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.#ctor* name: TextPairMarkup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TextPairMarkup__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.TextPairMarkup - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.New nameWithType: TextPairMarkup.TextPairMarkup - nameWithType.vb: TextPairMarkup.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name: ClearListItemSettings(ISettingsGroup, string) + name: ClearListItemSettings(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TextPairMarkup_ClearListItemSettings_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: ClearListItemSettings(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: TextPairMarkup.ClearListItemSettings(ISettingsGroup, string) - nameWithType.vb: TextPairMarkup.ClearListItemSettings(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.ClearListItemSettings(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: TextPairMarkup.ClearListItemSettings(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.ClearListItemSettings* name: ClearListItemSettings href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TextPairMarkup_ClearListItemSettings_ @@ -51112,14 +43179,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.Equals nameWithType: TextPairMarkup.Equals - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: PopulateFromSettingsGroup(ISettingsGroup, string) + name: PopulateFromSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TextPairMarkup_PopulateFromSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: PopulateFromSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: TextPairMarkup.PopulateFromSettingsGroup(ISettingsGroup, string) - nameWithType.vb: TextPairMarkup.PopulateFromSettingsGroup(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.PopulateFromSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: TextPairMarkup.PopulateFromSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.PopulateFromSettingsGroup* name: PopulateFromSettingsGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TextPairMarkup_PopulateFromSettingsGroup_ @@ -51163,14 +43227,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.Save nameWithType: TextPairMarkup.Save - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name: SaveToSettingsGroup(ISettingsGroup, string) + name: SaveToSettingsGroup(ISettingsGroup, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TextPairMarkup_SaveToSettingsGroup_Sdl_Core_Settings_ISettingsGroup_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup,System.String) - name.vb: SaveToSettingsGroup(ISettingsGroup, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, String) - nameWithType: TextPairMarkup.SaveToSettingsGroup(ISettingsGroup, string) - nameWithType.vb: TextPairMarkup.SaveToSettingsGroup(ISettingsGroup, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.SaveToSettingsGroup(Sdl.Core.Settings.ISettingsGroup, System.String) + nameWithType: TextPairMarkup.SaveToSettingsGroup(ISettingsGroup, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.SaveToSettingsGroup* name: SaveToSettingsGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts.TextPairMarkup.html#Sdl_FileTypeSupport_Framework_Core_Settings_QuickInserts_TextPairMarkup_SaveToSettingsGroup_ @@ -51217,20 +43278,14 @@ references: name: AbstractSettingsClass() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_AbstractSettingsClass__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.AbstractSettingsClass() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.New() nameWithType: AbstractSettingsClass.AbstractSettingsClass() - nameWithType.vb: AbstractSettingsClass.New() - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.#ctor* name: AbstractSettingsClass href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_AbstractSettingsClass__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.AbstractSettingsClass - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.New nameWithType: AbstractSettingsClass.AbstractSettingsClass - nameWithType.vb: AbstractSettingsClass.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.Clone name: Clone() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_AbstractSettingsClass_Clone @@ -51250,14 +43305,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.Equals(Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass) nameWithType: AbstractSettingsClass.Equals(ISettingsClass) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_AbstractSettingsClass_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.Equals(Object) - nameWithType: AbstractSettingsClass.Equals(object) - nameWithType.vb: AbstractSettingsClass.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.Equals(System.Object) + nameWithType: AbstractSettingsClass.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_AbstractSettingsClass_Equals_ @@ -51289,14 +43341,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.HasEmbeddedContentProcessorIds nameWithType: AbstractSettingsClass.HasEmbeddedContentProcessorIds - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.PopulateFromSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name: PopulateFromSettingsBundle(ISettingsBundle, string) + name: PopulateFromSettingsBundle(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_AbstractSettingsClass_PopulateFromSettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.PopulateFromSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: PopulateFromSettingsBundle(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.PopulateFromSettingsBundle(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.PopulateFromSettingsBundle(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, string) - nameWithType.vb: AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.PopulateFromSettingsBundle(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: AbstractSettingsClass.PopulateFromSettingsBundle(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.PopulateFromSettingsBundle* name: PopulateFromSettingsBundle href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_AbstractSettingsClass_PopulateFromSettingsBundle_ @@ -51328,14 +43377,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.Save nameWithType: AbstractSettingsClass.Save - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.SaveDefaultsToSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name: SaveDefaultsToSettingsBundle(ISettingsBundle, string) + name: SaveDefaultsToSettingsBundle(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_AbstractSettingsClass_SaveDefaultsToSettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.SaveDefaultsToSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: SaveDefaultsToSettingsBundle(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.SaveDefaultsToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.SaveDefaultsToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, string) - nameWithType.vb: AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.SaveDefaultsToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: AbstractSettingsClass.SaveDefaultsToSettingsBundle(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.SaveDefaultsToSettingsBundle* name: SaveDefaultsToSettingsBundle href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_AbstractSettingsClass_SaveDefaultsToSettingsBundle_ @@ -51343,14 +43389,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.SaveDefaultsToSettingsBundle nameWithType: AbstractSettingsClass.SaveDefaultsToSettingsBundle - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.SaveToSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name: SaveToSettingsBundle(ISettingsBundle, string) + name: SaveToSettingsBundle(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_AbstractSettingsClass_SaveToSettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.SaveToSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: SaveToSettingsBundle(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.SaveToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.SaveToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, string) - nameWithType.vb: AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.SaveToSettingsBundle(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: AbstractSettingsClass.SaveToSettingsBundle(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.SaveToSettingsBundle* name: SaveToSettingsBundle href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.AbstractSettingsClass.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_AbstractSettingsClass_SaveToSettingsBundle_ @@ -51376,41 +43419,32 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter nameWithType: GenericFileTypeSettingsConverter - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.#ctor(Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod[]) - name: GenericFileTypeSettingsConverter(params SettingsBundleConverterMethod[]) + name: GenericFileTypeSettingsConverter(SettingsBundleConverterMethod[]) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_GenericFileTypeSettingsConverter__ctor_Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_SettingsBundleConverterMethod___ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.#ctor(Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod[]) - name.vb: New(ParamArray SettingsBundleConverterMethod()) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.GenericFileTypeSettingsConverter(params Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod[]) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.New(ParamArray Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod()) - nameWithType: GenericFileTypeSettingsConverter.GenericFileTypeSettingsConverter(params SettingsBundleConverterMethod[]) - nameWithType.vb: GenericFileTypeSettingsConverter.New(ParamArray SettingsBundleConverterMethod()) + name.vb: GenericFileTypeSettingsConverter(SettingsBundleConverterMethod()) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.GenericFileTypeSettingsConverter(Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod[]) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.GenericFileTypeSettingsConverter(Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod()) + nameWithType: GenericFileTypeSettingsConverter.GenericFileTypeSettingsConverter(SettingsBundleConverterMethod[]) + nameWithType.vb: GenericFileTypeSettingsConverter.GenericFileTypeSettingsConverter(SettingsBundleConverterMethod()) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.#ctor* name: GenericFileTypeSettingsConverter href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_GenericFileTypeSettingsConverter__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.GenericFileTypeSettingsConverter - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.New nameWithType: GenericFileTypeSettingsConverter.GenericFileTypeSettingsConverter - nameWithType.vb: GenericFileTypeSettingsConverter.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle,Sdl.Core.Settings.ISettingsBundle,System.String) - name: ConvertJsonToXml(ISettingsBundle, ISettingsBundle, string) + name: ConvertJsonToXml(ISettingsBundle, ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_GenericFileTypeSettingsConverter_ConvertJsonToXml_Sdl_Core_Settings_ISettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle,Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: ConvertJsonToXml(ISettingsBundle, ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: GenericFileTypeSettingsConverter.ConvertJsonToXml(ISettingsBundle, ISettingsBundle, string) - nameWithType.vb: GenericFileTypeSettingsConverter.ConvertJsonToXml(ISettingsBundle, ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: GenericFileTypeSettingsConverter.ConvertJsonToXml(ISettingsBundle, ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle,System.String) - name: ConvertJsonToXml(ISettingsBundle, string) + name: ConvertJsonToXml(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_GenericFileTypeSettingsConverter_ConvertJsonToXml_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: ConvertJsonToXml(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: GenericFileTypeSettingsConverter.ConvertJsonToXml(ISettingsBundle, string) - nameWithType.vb: GenericFileTypeSettingsConverter.ConvertJsonToXml(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertJsonToXml(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: GenericFileTypeSettingsConverter.ConvertJsonToXml(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertJsonToXml* name: ConvertJsonToXml href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_GenericFileTypeSettingsConverter_ConvertJsonToXml_ @@ -51418,23 +43452,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertJsonToXml nameWithType: GenericFileTypeSettingsConverter.ConvertJsonToXml - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle,Sdl.Core.Settings.ISettingsBundle,System.String) - name: ConvertXmlToJson(ISettingsBundle, ISettingsBundle, string) + name: ConvertXmlToJson(ISettingsBundle, ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_GenericFileTypeSettingsConverter_ConvertXmlToJson_Sdl_Core_Settings_ISettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle,Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: ConvertXmlToJson(ISettingsBundle, ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: GenericFileTypeSettingsConverter.ConvertXmlToJson(ISettingsBundle, ISettingsBundle, string) - nameWithType.vb: GenericFileTypeSettingsConverter.ConvertXmlToJson(ISettingsBundle, ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: GenericFileTypeSettingsConverter.ConvertXmlToJson(ISettingsBundle, ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle,System.String) - name: ConvertXmlToJson(ISettingsBundle, string) + name: ConvertXmlToJson(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_GenericFileTypeSettingsConverter_ConvertXmlToJson_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: ConvertXmlToJson(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: GenericFileTypeSettingsConverter.ConvertXmlToJson(ISettingsBundle, string) - nameWithType.vb: GenericFileTypeSettingsConverter.ConvertXmlToJson(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertXmlToJson(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: GenericFileTypeSettingsConverter.ConvertXmlToJson(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.ConvertXmlToJson* name: ConvertXmlToJson href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.GenericFileTypeSettingsConverter.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_GenericFileTypeSettingsConverter_ConvertXmlToJson_ @@ -51496,22 +43524,22 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetCompositeList nameWithType: IValueGetter.GetCompositeList - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetCompositeList``1(System.String,System.Collections.Generic.List{``0}) - name: GetCompositeList(string, List) + name: GetCompositeList(String, List) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_IValueGetter_GetCompositeList__1_System_String_System_Collections_Generic_List___0__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetCompositeList``1(System.String,System.Collections.Generic.List{``0}) name.vb: GetCompositeList(Of T)(String, List(Of T)) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetCompositeList(string, System.Collections.Generic.List) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetCompositeList(Of T)(String, System.Collections.Generic.List(Of T)) - nameWithType: IValueGetter.GetCompositeList(string, List) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetCompositeList(System.String, System.Collections.Generic.List) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetCompositeList(Of T)(System.String, System.Collections.Generic.List(Of T)) + nameWithType: IValueGetter.GetCompositeList(String, List) nameWithType.vb: IValueGetter.GetCompositeList(Of T)(String, List(Of T)) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetStringDictionary(System.String,System.Collections.Generic.Dictionary{System.String,System.String}) - name: GetStringDictionary(string, Dictionary) + name: GetStringDictionary(String, Dictionary) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_IValueGetter_GetStringDictionary_System_String_System_Collections_Generic_Dictionary_System_String_System_String__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetStringDictionary(System.String,System.Collections.Generic.Dictionary{System.String,System.String}) name.vb: GetStringDictionary(String, Dictionary(Of String, String)) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetStringDictionary(string, System.Collections.Generic.Dictionary) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetStringDictionary(String, System.Collections.Generic.Dictionary(Of String, String)) - nameWithType: IValueGetter.GetStringDictionary(string, Dictionary) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetStringDictionary(System.String, System.Collections.Generic.Dictionary) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetStringDictionary(System.String, System.Collections.Generic.Dictionary(Of System.String, System.String)) + nameWithType: IValueGetter.GetStringDictionary(String, Dictionary) nameWithType.vb: IValueGetter.GetStringDictionary(String, Dictionary(Of String, String)) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetStringDictionary* name: GetStringDictionary @@ -51520,13 +43548,13 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetStringDictionary nameWithType: IValueGetter.GetStringDictionary - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetStringList(System.String,System.Collections.Generic.List{System.String}) - name: GetStringList(string, List) + name: GetStringList(String, List) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_IValueGetter_GetStringList_System_String_System_Collections_Generic_List_System_String__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetStringList(System.String,System.Collections.Generic.List{System.String}) name.vb: GetStringList(String, List(Of String)) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetStringList(string, System.Collections.Generic.List) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetStringList(String, System.Collections.Generic.List(Of String)) - nameWithType: IValueGetter.GetStringList(string, List) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetStringList(System.String, System.Collections.Generic.List) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetStringList(System.String, System.Collections.Generic.List(Of System.String)) + nameWithType: IValueGetter.GetStringList(String, List) nameWithType.vb: IValueGetter.GetStringList(String, List(Of String)) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetStringList* name: GetStringList @@ -51535,32 +43563,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetStringList nameWithType: IValueGetter.GetStringList - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(System.String,System.Boolean) - name: GetValue(string, bool) + name: GetValue(String, Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_IValueGetter_GetValue_System_String_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(System.String,System.Boolean) - name.vb: GetValue(String, Boolean) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(string, bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(String, Boolean) - nameWithType: IValueGetter.GetValue(string, bool) - nameWithType.vb: IValueGetter.GetValue(String, Boolean) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(System.String, System.Boolean) + nameWithType: IValueGetter.GetValue(String, Boolean) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(System.String,System.Int32) - name: GetValue(string, int) + name: GetValue(String, Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_IValueGetter_GetValue_System_String_System_Int32_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(System.String,System.Int32) - name.vb: GetValue(String, Integer) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(string, int) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(String, Integer) - nameWithType: IValueGetter.GetValue(string, int) - nameWithType.vb: IValueGetter.GetValue(String, Integer) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(System.String, System.Int32) + nameWithType: IValueGetter.GetValue(String, Int32) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(System.String,System.String) - name: GetValue(string, string) + name: GetValue(String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_IValueGetter_GetValue_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(System.String,System.String) - name.vb: GetValue(String, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(String, String) - nameWithType: IValueGetter.GetValue(string, string) - nameWithType.vb: IValueGetter.GetValue(String, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(System.String, System.String) + nameWithType: IValueGetter.GetValue(String, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue* name: GetValue href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_IValueGetter_GetValue_ @@ -51568,13 +43587,13 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue nameWithType: IValueGetter.GetValue - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue``1(System.String,``0,System.Boolean) - name: GetValue(string, T, bool) + name: GetValue(String, T, Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_IValueGetter_GetValue__1_System_String___0_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue``1(System.String,``0,System.Boolean) name.vb: GetValue(Of T)(String, T, Boolean) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(string, T, bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(Of T)(String, T, Boolean) - nameWithType: IValueGetter.GetValue(string, T, bool) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(System.String, T, System.Boolean) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueGetter.GetValue(Of T)(System.String, T, System.Boolean) + nameWithType: IValueGetter.GetValue(String, T, Boolean) nameWithType.vb: IValueGetter.GetValue(Of T)(String, T, Boolean) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor name: IValueProcessor @@ -51583,68 +43602,56 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor nameWithType: IValueProcessor - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String,Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass,Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass,System.Boolean) - name: Process(string, ISettingsClass, ISettingsClass, bool) + name: Process(String, ISettingsClass, ISettingsClass, Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_IValueProcessor_Process_System_String_Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_ISettingsClass_Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_ISettingsClass_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String,Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass,Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass,System.Boolean) - name.vb: Process(String, ISettingsClass, ISettingsClass, Boolean) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(string, Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass, Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass, bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(String, Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass, Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass, Boolean) - nameWithType: IValueProcessor.Process(string, ISettingsClass, ISettingsClass, bool) - nameWithType.vb: IValueProcessor.Process(String, ISettingsClass, ISettingsClass, Boolean) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String, Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass, Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass, System.Boolean) + nameWithType: IValueProcessor.Process(String, ISettingsClass, ISettingsClass, Boolean) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String,System.Boolean,System.Boolean) - name: Process(string, bool, bool) + name: Process(String, Boolean, Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_IValueProcessor_Process_System_String_System_Boolean_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String,System.Boolean,System.Boolean) - name.vb: Process(String, Boolean, Boolean) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(string, bool, bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(String, Boolean, Boolean) - nameWithType: IValueProcessor.Process(string, bool, bool) - nameWithType.vb: IValueProcessor.Process(String, Boolean, Boolean) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String, System.Boolean, System.Boolean) + nameWithType: IValueProcessor.Process(String, Boolean, Boolean) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.String},System.Collections.Generic.IReadOnlyDictionary{System.String,System.String}) - name: Process(string, IReadOnlyDictionary, IReadOnlyDictionary) + name: Process(String, IReadOnlyDictionary, IReadOnlyDictionary) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_IValueProcessor_Process_System_String_System_Collections_Generic_IReadOnlyDictionary_System_String_System_String__System_Collections_Generic_IReadOnlyDictionary_System_String_System_String__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.String},System.Collections.Generic.IReadOnlyDictionary{System.String,System.String}) name.vb: Process(String, IReadOnlyDictionary(Of String, String), IReadOnlyDictionary(Of String, String)) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(string, System.Collections.Generic.IReadOnlyDictionary, System.Collections.Generic.IReadOnlyDictionary) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(String, System.Collections.Generic.IReadOnlyDictionary(Of String, String), System.Collections.Generic.IReadOnlyDictionary(Of String, String)) - nameWithType: IValueProcessor.Process(string, IReadOnlyDictionary, IReadOnlyDictionary) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String, System.Collections.Generic.IReadOnlyDictionary, System.Collections.Generic.IReadOnlyDictionary) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String, System.Collections.Generic.IReadOnlyDictionary(Of System.String, System.String), System.Collections.Generic.IReadOnlyDictionary(Of System.String, System.String)) + nameWithType: IValueProcessor.Process(String, IReadOnlyDictionary, IReadOnlyDictionary) nameWithType.vb: IValueProcessor.Process(String, IReadOnlyDictionary(Of String, String), IReadOnlyDictionary(Of String, String)) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String,System.Collections.Generic.IReadOnlyList{Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass},System.Collections.Generic.IReadOnlyList{Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass}) - name: Process(string, IReadOnlyList, IReadOnlyList) + name: Process(String, IReadOnlyList, IReadOnlyList) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_IValueProcessor_Process_System_String_System_Collections_Generic_IReadOnlyList_Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_ISettingsClass__System_Collections_Generic_IReadOnlyList_Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_ISettingsClass__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String,System.Collections.Generic.IReadOnlyList{Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass},System.Collections.Generic.IReadOnlyList{Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass}) name.vb: Process(String, IReadOnlyList(Of ISettingsClass), IReadOnlyList(Of ISettingsClass)) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(string, System.Collections.Generic.IReadOnlyList, System.Collections.Generic.IReadOnlyList) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(String, System.Collections.Generic.IReadOnlyList(Of Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass), System.Collections.Generic.IReadOnlyList(Of Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass)) - nameWithType: IValueProcessor.Process(string, IReadOnlyList, IReadOnlyList) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String, System.Collections.Generic.IReadOnlyList, System.Collections.Generic.IReadOnlyList) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String, System.Collections.Generic.IReadOnlyList(Of Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass), System.Collections.Generic.IReadOnlyList(Of Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.ISettingsClass)) + nameWithType: IValueProcessor.Process(String, IReadOnlyList, IReadOnlyList) nameWithType.vb: IValueProcessor.Process(String, IReadOnlyList(Of ISettingsClass), IReadOnlyList(Of ISettingsClass)) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String}) - name: Process(string, List, List) + name: Process(String, List, List) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_IValueProcessor_Process_System_String_System_Collections_Generic_List_System_String__System_Collections_Generic_List_System_String__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String}) name.vb: Process(String, List(Of String), List(Of String)) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(string, System.Collections.Generic.List, System.Collections.Generic.List) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(String, System.Collections.Generic.List(Of String), System.Collections.Generic.List(Of String)) - nameWithType: IValueProcessor.Process(string, List, List) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String, System.Collections.Generic.List, System.Collections.Generic.List) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String, System.Collections.Generic.List(Of System.String), System.Collections.Generic.List(Of System.String)) + nameWithType: IValueProcessor.Process(String, List, List) nameWithType.vb: IValueProcessor.Process(String, List(Of String), List(Of String)) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String,System.Int32,System.Int32) - name: Process(string, int, int) + name: Process(String, Int32, Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_IValueProcessor_Process_System_String_System_Int32_System_Int32_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String,System.Int32,System.Int32) - name.vb: Process(String, Integer, Integer) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(string, int, int) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(String, Integer, Integer) - nameWithType: IValueProcessor.Process(string, int, int) - nameWithType.vb: IValueProcessor.Process(String, Integer, Integer) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String, System.Int32, System.Int32) + nameWithType: IValueProcessor.Process(String, Int32, Int32) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String,System.String,System.String) - name: Process(string, string, string) + name: Process(String, String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_IValueProcessor_Process_System_String_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String,System.String,System.String) - name.vb: Process(String, String, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(string, string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(String, String, String) - nameWithType: IValueProcessor.Process(string, string, string) - nameWithType.vb: IValueProcessor.Process(String, String, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process(System.String, System.String, System.String) + nameWithType: IValueProcessor.Process(String, String, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.Process* name: Process href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.IValueProcessor.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_IValueProcessor_Process_ @@ -51658,32 +43665,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod nameWithType: SettingsBundleConverterMethod - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.#ctor(System.Object,System.IntPtr) - name: SettingsBundleConverterMethod(object, IntPtr) + name: SettingsBundleConverterMethod(Object, IntPtr) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_SettingsBundleConverterMethod__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.SettingsBundleConverterMethod(object, System.IntPtr) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.New(Object, System.IntPtr) - nameWithType: SettingsBundleConverterMethod.SettingsBundleConverterMethod(object, IntPtr) - nameWithType.vb: SettingsBundleConverterMethod.New(Object, IntPtr) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.SettingsBundleConverterMethod(System.Object, System.IntPtr) + nameWithType: SettingsBundleConverterMethod.SettingsBundleConverterMethod(Object, IntPtr) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.#ctor* name: SettingsBundleConverterMethod href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_SettingsBundleConverterMethod__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.SettingsBundleConverterMethod - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.New nameWithType: SettingsBundleConverterMethod.SettingsBundleConverterMethod - nameWithType.vb: SettingsBundleConverterMethod.New - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.BeginInvoke(Sdl.Core.Settings.ISettingsBundle,Sdl.Core.Settings.ISettingsBundle,System.String,System.AsyncCallback,System.Object) - name: BeginInvoke(ISettingsBundle, ISettingsBundle, string, AsyncCallback, object) + name: BeginInvoke(ISettingsBundle, ISettingsBundle, String, AsyncCallback, Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_SettingsBundleConverterMethod_BeginInvoke_Sdl_Core_Settings_ISettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_System_AsyncCallback_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.BeginInvoke(Sdl.Core.Settings.ISettingsBundle,Sdl.Core.Settings.ISettingsBundle,System.String,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(ISettingsBundle, ISettingsBundle, String, AsyncCallback, Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.BeginInvoke(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, string, System.AsyncCallback, object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.BeginInvoke(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, String, System.AsyncCallback, Object) - nameWithType: SettingsBundleConverterMethod.BeginInvoke(ISettingsBundle, ISettingsBundle, string, AsyncCallback, object) - nameWithType.vb: SettingsBundleConverterMethod.BeginInvoke(ISettingsBundle, ISettingsBundle, String, AsyncCallback, Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.BeginInvoke(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, System.String, System.AsyncCallback, System.Object) + nameWithType: SettingsBundleConverterMethod.BeginInvoke(ISettingsBundle, ISettingsBundle, String, AsyncCallback, Object) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.BeginInvoke* name: BeginInvoke href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_SettingsBundleConverterMethod_BeginInvoke_ @@ -51703,14 +43701,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.EndInvoke nameWithType: SettingsBundleConverterMethod.EndInvoke - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.Invoke(Sdl.Core.Settings.ISettingsBundle,Sdl.Core.Settings.ISettingsBundle,System.String) - name: Invoke(ISettingsBundle, ISettingsBundle, string) + name: Invoke(ISettingsBundle, ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_SettingsBundleConverterMethod_Invoke_Sdl_Core_Settings_ISettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.Invoke(Sdl.Core.Settings.ISettingsBundle,Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: Invoke(ISettingsBundle, ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.Invoke(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.Invoke(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: SettingsBundleConverterMethod.Invoke(ISettingsBundle, ISettingsBundle, string) - nameWithType.vb: SettingsBundleConverterMethod.Invoke(ISettingsBundle, ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.Invoke(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: SettingsBundleConverterMethod.Invoke(ISettingsBundle, ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.Invoke* name: Invoke href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsBundleConverterMethod.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_SettingsBundleConverterMethod_Invoke_ @@ -51730,13 +43725,13 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.ConvertSettings nameWithType: SettingsFormatConverter.ConvertSettings - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.ConvertSettings``1(Sdl.Core.Settings.ISettingsBundle,Sdl.Core.Settings.ISettingsBundle,System.String) - name: ConvertSettings(ISettingsBundle, ISettingsBundle, string) + name: ConvertSettings(ISettingsBundle, ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.html#Sdl_FileTypeSupport_Framework_Core_Settings_Serialization_SettingsFormatConverter_ConvertSettings__1_Sdl_Core_Settings_ISettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.ConvertSettings``1(Sdl.Core.Settings.ISettingsBundle,Sdl.Core.Settings.ISettingsBundle,System.String) name.vb: ConvertSettings(Of T)(ISettingsBundle, ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.ConvertSettings(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.ConvertSettings(Of T)(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: SettingsFormatConverter.ConvertSettings(ISettingsBundle, ISettingsBundle, string) + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.ConvertSettings(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, System.String) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.ConvertSettings(Of T)(Sdl.Core.Settings.ISettingsBundle, Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: SettingsFormatConverter.ConvertSettings(ISettingsBundle, ISettingsBundle, String) nameWithType.vb: SettingsFormatConverter.ConvertSettings(Of T)(ISettingsBundle, ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities name: Sdl.FileTypeSupport.Framework.Core.Utilities @@ -51760,29 +43755,20 @@ references: name: AsposeLicenseEncoder() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_AsposeLicense_AsposeLicenseEncoder__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.AsposeLicenseEncoder() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.New() nameWithType: AsposeLicenseEncoder.AsposeLicenseEncoder() - nameWithType.vb: AsposeLicenseEncoder.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.#ctor* name: AsposeLicenseEncoder href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_AsposeLicense_AsposeLicenseEncoder__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.AsposeLicenseEncoder - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.New nameWithType: AsposeLicenseEncoder.AsposeLicenseEncoder - nameWithType.vb: AsposeLicenseEncoder.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.GenerateEncodedLicenseFile(System.String) - name: GenerateEncodedLicenseFile(string) + name: GenerateEncodedLicenseFile(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_AsposeLicense_AsposeLicenseEncoder_GenerateEncodedLicenseFile_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.GenerateEncodedLicenseFile(System.String) - name.vb: GenerateEncodedLicenseFile(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.GenerateEncodedLicenseFile(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.GenerateEncodedLicenseFile(String) - nameWithType: AsposeLicenseEncoder.GenerateEncodedLicenseFile(string) - nameWithType.vb: AsposeLicenseEncoder.GenerateEncodedLicenseFile(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.GenerateEncodedLicenseFile(System.String) + nameWithType: AsposeLicenseEncoder.GenerateEncodedLicenseFile(String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.GenerateEncodedLicenseFile* name: GenerateEncodedLicenseFile href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_AsposeLicense_AsposeLicenseEncoder_GenerateEncodedLicenseFile_ @@ -51817,29 +43803,20 @@ references: name: BilingualContentHandlerAdapter() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_BilingualContentHandlerAdapter__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.BilingualContentHandlerAdapter() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.New() nameWithType: BilingualContentHandlerAdapter.BilingualContentHandlerAdapter() - nameWithType.vb: BilingualContentHandlerAdapter.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler) name: BilingualContentHandlerAdapter(IBilingualContentHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_BilingualContentHandlerAdapter__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_IBilingualContentHandler_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler) - name.vb: New(IBilingualContentHandler) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.BilingualContentHandlerAdapter(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.New(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler) nameWithType: BilingualContentHandlerAdapter.BilingualContentHandlerAdapter(IBilingualContentHandler) - nameWithType.vb: BilingualContentHandlerAdapter.New(IBilingualContentHandler) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.#ctor* name: BilingualContentHandlerAdapter href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_BilingualContentHandlerAdapter__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.BilingualContentHandlerAdapter - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.New nameWithType: BilingualContentHandlerAdapter.BilingualContentHandlerAdapter - nameWithType.vb: BilingualContentHandlerAdapter.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.Complete name: Complete() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_BilingualContentHandlerAdapter_Complete @@ -51901,14 +43878,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.Initialize nameWithType: BilingualContentHandlerAdapter.Initialize - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.InitializeSettings(Sdl.Core.Settings.ISettingsBundle,System.String) - name: InitializeSettings(ISettingsBundle, string) + name: InitializeSettings(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_BilingualContentHandlerAdapter_InitializeSettings_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.InitializeSettings(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: InitializeSettings(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.InitializeSettings(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.InitializeSettings(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: BilingualContentHandlerAdapter.InitializeSettings(ISettingsBundle, string) - nameWithType.vb: BilingualContentHandlerAdapter.InitializeSettings(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.InitializeSettings(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: BilingualContentHandlerAdapter.InitializeSettings(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.InitializeSettings* name: InitializeSettings href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_BilingualContentHandlerAdapter_InitializeSettings_ @@ -52009,29 +43983,20 @@ references: name: BufferedBilingualContentHandler() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_BufferedBilingualContentHandler__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.BufferedBilingualContentHandler() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.New() nameWithType: BufferedBilingualContentHandler.BufferedBilingualContentHandler() - nameWithType.vb: BufferedBilingualContentHandler.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler) name: BufferedBilingualContentHandler(IBilingualContentHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_BufferedBilingualContentHandler__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_IBilingualContentHandler_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler) - name.vb: New(IBilingualContentHandler) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.BufferedBilingualContentHandler(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.New(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler) nameWithType: BufferedBilingualContentHandler.BufferedBilingualContentHandler(IBilingualContentHandler) - nameWithType.vb: BufferedBilingualContentHandler.New(IBilingualContentHandler) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.#ctor* name: BufferedBilingualContentHandler href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_BufferedBilingualContentHandler__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.BufferedBilingualContentHandler - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.New nameWithType: BufferedBilingualContentHandler.BufferedBilingualContentHandler - nameWithType.vb: BufferedBilingualContentHandler.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.BufferedParagraphUnits name: BufferedParagraphUnits href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BufferedBilingualContentHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_BufferedBilingualContentHandler_BufferedParagraphUnits @@ -52174,29 +44139,23 @@ references: name: CharacterCountingIterator(Location) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_CharacterCountingIterator__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_Location_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.Location) - name.vb: New(Location) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.CharacterCountingIterator(Sdl.FileTypeSupport.Framework.BilingualApi.Location) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.New(Sdl.FileTypeSupport.Framework.BilingualApi.Location) nameWithType: CharacterCountingIterator.CharacterCountingIterator(Location) - nameWithType.vb: CharacterCountingIterator.New(Location) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.Location,System.Func{Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.ICharacterCountingVisitor},System.Func{Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.ICharacterCountingVisitor}) - name: CharacterCountingIterator(Location, Func, Func) + name: CharacterCountingIterator(Location, Func, Func) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_CharacterCountingIterator__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_Location_System_Func_Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_CharacterCountingIterator_ICharacterCountingVisitor__System_Func_Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_CharacterCountingIterator_ICharacterCountingVisitor__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.Location,System.Func{Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.ICharacterCountingVisitor},System.Func{Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.ICharacterCountingVisitor}) - name.vb: New(Location, Func(Of ICharacterCountingVisitor), Func(Of ICharacterCountingVisitor)) + name.vb: CharacterCountingIterator(Location, Func(Of CharacterCountingIterator.ICharacterCountingVisitor), Func(Of CharacterCountingIterator.ICharacterCountingVisitor)) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.CharacterCountingIterator(Sdl.FileTypeSupport.Framework.BilingualApi.Location, System.Func, System.Func) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.New(Sdl.FileTypeSupport.Framework.BilingualApi.Location, System.Func(Of Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.ICharacterCountingVisitor), System.Func(Of Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.ICharacterCountingVisitor)) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.CharacterCountingIterator(Sdl.FileTypeSupport.Framework.BilingualApi.Location, System.Func(Of Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.ICharacterCountingVisitor), System.Func(Of Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.ICharacterCountingVisitor)) nameWithType: CharacterCountingIterator.CharacterCountingIterator(Location, Func, Func) - nameWithType.vb: CharacterCountingIterator.New(Location, Func(Of CharacterCountingIterator.ICharacterCountingVisitor), Func(Of CharacterCountingIterator.ICharacterCountingVisitor)) + nameWithType.vb: CharacterCountingIterator.CharacterCountingIterator(Location, Func(Of CharacterCountingIterator.ICharacterCountingVisitor), Func(Of CharacterCountingIterator.ICharacterCountingVisitor)) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.#ctor* name: CharacterCountingIterator href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_CharacterCountingIterator__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.CharacterCountingIterator - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.New nameWithType: CharacterCountingIterator.CharacterCountingIterator - nameWithType.vb: CharacterCountingIterator.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.CharacterCount name: CharacterCount href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_CharacterCountingIterator_CharacterCount @@ -52255,20 +44214,14 @@ references: name: EndOfItemCharacterCounterVisitor() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_CharacterCountingIterator_EndOfItemCharacterCounterVisitor__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.EndOfItemCharacterCounterVisitor() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.New() nameWithType: CharacterCountingIterator.EndOfItemCharacterCounterVisitor.EndOfItemCharacterCounterVisitor() - nameWithType.vb: CharacterCountingIterator.EndOfItemCharacterCounterVisitor.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.#ctor* name: EndOfItemCharacterCounterVisitor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_CharacterCountingIterator_EndOfItemCharacterCounterVisitor__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.EndOfItemCharacterCounterVisitor - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.New nameWithType: CharacterCountingIterator.EndOfItemCharacterCounterVisitor.EndOfItemCharacterCounterVisitor - nameWithType.vb: CharacterCountingIterator.EndOfItemCharacterCounterVisitor.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.Count name: Count href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.EndOfItemCharacterCounterVisitor.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_CharacterCountingIterator_EndOfItemCharacterCounterVisitor_Count @@ -52441,20 +44394,14 @@ references: name: StartOfItemCharacterCounterVisitor() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_CharacterCountingIterator_StartOfItemCharacterCounterVisitor__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.StartOfItemCharacterCounterVisitor() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.New() nameWithType: CharacterCountingIterator.StartOfItemCharacterCounterVisitor.StartOfItemCharacterCounterVisitor() - nameWithType.vb: CharacterCountingIterator.StartOfItemCharacterCounterVisitor.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.#ctor* name: StartOfItemCharacterCounterVisitor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_CharacterCountingIterator_StartOfItemCharacterCounterVisitor__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.StartOfItemCharacterCounterVisitor - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.New nameWithType: CharacterCountingIterator.StartOfItemCharacterCounterVisitor.StartOfItemCharacterCounterVisitor - nameWithType.vb: CharacterCountingIterator.StartOfItemCharacterCounterVisitor.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.Count name: Count href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CharacterCountingIterator.StartOfItemCharacterCounterVisitor.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_CharacterCountingIterator_StartOfItemCharacterCounterVisitor_Count @@ -52582,32 +44529,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler nameWithType: CompleteHandler - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.#ctor(System.Object,System.IntPtr) - name: CompleteHandler(object, IntPtr) + name: CompleteHandler(Object, IntPtr) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_CompleteHandler__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.CompleteHandler(object, System.IntPtr) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.New(Object, System.IntPtr) - nameWithType: CompleteHandler.CompleteHandler(object, IntPtr) - nameWithType.vb: CompleteHandler.New(Object, IntPtr) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.CompleteHandler(System.Object, System.IntPtr) + nameWithType: CompleteHandler.CompleteHandler(Object, IntPtr) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.#ctor* name: CompleteHandler href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_CompleteHandler__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.CompleteHandler - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.New nameWithType: CompleteHandler.CompleteHandler - nameWithType.vb: CompleteHandler.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.BeginInvoke(System.AsyncCallback,System.Object) - name: BeginInvoke(AsyncCallback, object) + name: BeginInvoke(AsyncCallback, Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_CompleteHandler_BeginInvoke_System_AsyncCallback_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.BeginInvoke(System.AsyncCallback,System.Object) - name.vb: BeginInvoke(AsyncCallback, Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.BeginInvoke(System.AsyncCallback, object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.BeginInvoke(System.AsyncCallback, Object) - nameWithType: CompleteHandler.BeginInvoke(AsyncCallback, object) - nameWithType.vb: CompleteHandler.BeginInvoke(AsyncCallback, Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.BeginInvoke(System.AsyncCallback, System.Object) + nameWithType: CompleteHandler.BeginInvoke(AsyncCallback, Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.BeginInvoke* name: BeginInvoke href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.CompleteHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_CompleteHandler_BeginInvoke_ @@ -52702,20 +44640,14 @@ references: name: EventFiringBilingualProcessor() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_EventFiringBilingualProcessor__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.EventFiringBilingualProcessor() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.New() nameWithType: EventFiringBilingualProcessor.EventFiringBilingualProcessor() - nameWithType.vb: EventFiringBilingualProcessor.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.#ctor* name: EventFiringBilingualProcessor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_EventFiringBilingualProcessor__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.EventFiringBilingualProcessor - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.New nameWithType: EventFiringBilingualProcessor.EventFiringBilingualProcessor - nameWithType.vb: EventFiringBilingualProcessor.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.AfterComplete name: AfterComplete href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.EventFiringBilingualProcessor.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_EventFiringBilingualProcessor_AfterComplete @@ -52867,32 +44799,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler nameWithType: FileCompleteHandler - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.#ctor(System.Object,System.IntPtr) - name: FileCompleteHandler(object, IntPtr) + name: FileCompleteHandler(Object, IntPtr) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_FileCompleteHandler__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.FileCompleteHandler(object, System.IntPtr) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.New(Object, System.IntPtr) - nameWithType: FileCompleteHandler.FileCompleteHandler(object, IntPtr) - nameWithType.vb: FileCompleteHandler.New(Object, IntPtr) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.FileCompleteHandler(System.Object, System.IntPtr) + nameWithType: FileCompleteHandler.FileCompleteHandler(Object, IntPtr) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.#ctor* name: FileCompleteHandler href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_FileCompleteHandler__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.FileCompleteHandler - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.New nameWithType: FileCompleteHandler.FileCompleteHandler - nameWithType.vb: FileCompleteHandler.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.BeginInvoke(System.AsyncCallback,System.Object) - name: BeginInvoke(AsyncCallback, object) + name: BeginInvoke(AsyncCallback, Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_FileCompleteHandler_BeginInvoke_System_AsyncCallback_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.BeginInvoke(System.AsyncCallback,System.Object) - name.vb: BeginInvoke(AsyncCallback, Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.BeginInvoke(System.AsyncCallback, object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.BeginInvoke(System.AsyncCallback, Object) - nameWithType: FileCompleteHandler.BeginInvoke(AsyncCallback, object) - nameWithType.vb: FileCompleteHandler.BeginInvoke(AsyncCallback, Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.BeginInvoke(System.AsyncCallback, System.Object) + nameWithType: FileCompleteHandler.BeginInvoke(AsyncCallback, Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.BeginInvoke* name: BeginInvoke href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.FileCompleteHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_FileCompleteHandler_BeginInvoke_ @@ -52930,32 +44853,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler nameWithType: InitializeHandler - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.#ctor(System.Object,System.IntPtr) - name: InitializeHandler(object, IntPtr) + name: InitializeHandler(Object, IntPtr) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_InitializeHandler__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.InitializeHandler(object, System.IntPtr) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.New(Object, System.IntPtr) - nameWithType: InitializeHandler.InitializeHandler(object, IntPtr) - nameWithType.vb: InitializeHandler.New(Object, IntPtr) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.InitializeHandler(System.Object, System.IntPtr) + nameWithType: InitializeHandler.InitializeHandler(Object, IntPtr) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.#ctor* name: InitializeHandler href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_InitializeHandler__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.InitializeHandler - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.New nameWithType: InitializeHandler.InitializeHandler - nameWithType.vb: InitializeHandler.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties,System.AsyncCallback,System.Object) - name: BeginInvoke(IDocumentProperties, AsyncCallback, object) + name: BeginInvoke(IDocumentProperties, AsyncCallback, Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_InitializeHandler_BeginInvoke_Sdl_FileTypeSupport_Framework_BilingualApi_IDocumentProperties_System_AsyncCallback_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(IDocumentProperties, AsyncCallback, Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties, System.AsyncCallback, object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties, System.AsyncCallback, Object) - nameWithType: InitializeHandler.BeginInvoke(IDocumentProperties, AsyncCallback, object) - nameWithType.vb: InitializeHandler.BeginInvoke(IDocumentProperties, AsyncCallback, Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties, System.AsyncCallback, System.Object) + nameWithType: InitializeHandler.BeginInvoke(IDocumentProperties, AsyncCallback, Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.BeginInvoke* name: BeginInvoke href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InitializeHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_InitializeHandler_BeginInvoke_ @@ -52996,20 +44910,14 @@ references: name: InvalidEncodingRemovalVisitor() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_InvalidEncodingRemovalVisitor__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.InvalidEncodingRemovalVisitor() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.New() nameWithType: InvalidEncodingRemovalVisitor.InvalidEncodingRemovalVisitor() - nameWithType.vb: InvalidEncodingRemovalVisitor.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.#ctor* name: InvalidEncodingRemovalVisitor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_InvalidEncodingRemovalVisitor__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.InvalidEncodingRemovalVisitor - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.New nameWithType: InvalidEncodingRemovalVisitor.InvalidEncodingRemovalVisitor - nameWithType.vb: InvalidEncodingRemovalVisitor.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.ProcessParagraphUnit(Sdl.FileTypeSupport.Framework.BilingualApi.IParagraphUnit) name: ProcessParagraphUnit(IParagraphUnit) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.InvalidEncodingRemovalVisitor.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_InvalidEncodingRemovalVisitor_ProcessParagraphUnit_Sdl_FileTypeSupport_Framework_BilingualApi_IParagraphUnit_ @@ -53140,29 +45048,20 @@ references: name: ParagraphUnitBuffer() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_ParagraphUnitBuffer__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.ParagraphUnitBuffer() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.New() nameWithType: ParagraphUnitBuffer.ParagraphUnitBuffer() - nameWithType.vb: ParagraphUnitBuffer.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler) name: ParagraphUnitBuffer(IBilingualContentHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_ParagraphUnitBuffer__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_IBilingualContentHandler_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler) - name.vb: New(IBilingualContentHandler) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.ParagraphUnitBuffer(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.New(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentHandler) nameWithType: ParagraphUnitBuffer.ParagraphUnitBuffer(IBilingualContentHandler) - nameWithType.vb: ParagraphUnitBuffer.New(IBilingualContentHandler) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.#ctor* name: ParagraphUnitBuffer href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_ParagraphUnitBuffer__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.ParagraphUnitBuffer - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.New nameWithType: ParagraphUnitBuffer.ParagraphUnitBuffer - nameWithType.vb: ParagraphUnitBuffer.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.BufferedParagraphUnits name: BufferedParagraphUnits href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ParagraphUnitBuffer.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_ParagraphUnitBuffer_BufferedParagraphUnits @@ -53254,32 +45153,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler nameWithType: ProcessParagraphUnitHandler - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.#ctor(System.Object,System.IntPtr) - name: ProcessParagraphUnitHandler(object, IntPtr) + name: ProcessParagraphUnitHandler(Object, IntPtr) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_ProcessParagraphUnitHandler__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.ProcessParagraphUnitHandler(object, System.IntPtr) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.New(Object, System.IntPtr) - nameWithType: ProcessParagraphUnitHandler.ProcessParagraphUnitHandler(object, IntPtr) - nameWithType.vb: ProcessParagraphUnitHandler.New(Object, IntPtr) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.ProcessParagraphUnitHandler(System.Object, System.IntPtr) + nameWithType: ProcessParagraphUnitHandler.ProcessParagraphUnitHandler(Object, IntPtr) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.#ctor* name: ProcessParagraphUnitHandler href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_ProcessParagraphUnitHandler__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.ProcessParagraphUnitHandler - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.New nameWithType: ProcessParagraphUnitHandler.ProcessParagraphUnitHandler - nameWithType.vb: ProcessParagraphUnitHandler.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IParagraphUnit,System.AsyncCallback,System.Object) - name: BeginInvoke(IParagraphUnit, AsyncCallback, object) + name: BeginInvoke(IParagraphUnit, AsyncCallback, Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_ProcessParagraphUnitHandler_BeginInvoke_Sdl_FileTypeSupport_Framework_BilingualApi_IParagraphUnit_System_AsyncCallback_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IParagraphUnit,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(IParagraphUnit, AsyncCallback, Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IParagraphUnit, System.AsyncCallback, object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IParagraphUnit, System.AsyncCallback, Object) - nameWithType: ProcessParagraphUnitHandler.BeginInvoke(IParagraphUnit, AsyncCallback, object) - nameWithType.vb: ProcessParagraphUnitHandler.BeginInvoke(IParagraphUnit, AsyncCallback, Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IParagraphUnit, System.AsyncCallback, System.Object) + nameWithType: ProcessParagraphUnitHandler.BeginInvoke(IParagraphUnit, AsyncCallback, Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.BeginInvoke* name: BeginInvoke href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ProcessParagraphUnitHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_ProcessParagraphUnitHandler_BeginInvoke_ @@ -53317,32 +45207,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler nameWithType: SetFilePropertiesHandler - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.#ctor(System.Object,System.IntPtr) - name: SetFilePropertiesHandler(object, IntPtr) + name: SetFilePropertiesHandler(Object, IntPtr) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_SetFilePropertiesHandler__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.SetFilePropertiesHandler(object, System.IntPtr) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.New(Object, System.IntPtr) - nameWithType: SetFilePropertiesHandler.SetFilePropertiesHandler(object, IntPtr) - nameWithType.vb: SetFilePropertiesHandler.New(Object, IntPtr) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.SetFilePropertiesHandler(System.Object, System.IntPtr) + nameWithType: SetFilePropertiesHandler.SetFilePropertiesHandler(Object, IntPtr) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.#ctor* name: SetFilePropertiesHandler href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_SetFilePropertiesHandler__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.SetFilePropertiesHandler - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.New nameWithType: SetFilePropertiesHandler.SetFilePropertiesHandler - nameWithType.vb: SetFilePropertiesHandler.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties,System.AsyncCallback,System.Object) - name: BeginInvoke(IFileProperties, AsyncCallback, object) + name: BeginInvoke(IFileProperties, AsyncCallback, Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_SetFilePropertiesHandler_BeginInvoke_Sdl_FileTypeSupport_Framework_BilingualApi_IFileProperties_System_AsyncCallback_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(IFileProperties, AsyncCallback, Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties, System.AsyncCallback, object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties, System.AsyncCallback, Object) - nameWithType: SetFilePropertiesHandler.BeginInvoke(IFileProperties, AsyncCallback, object) - nameWithType.vb: SetFilePropertiesHandler.BeginInvoke(IFileProperties, AsyncCallback, Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IFileProperties, System.AsyncCallback, System.Object) + nameWithType: SetFilePropertiesHandler.BeginInvoke(IFileProperties, AsyncCallback, Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.BeginInvoke* name: BeginInvoke href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SetFilePropertiesHandler.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_SetFilePropertiesHandler_BeginInvoke_ @@ -53383,20 +45264,14 @@ references: name: SourceToTargetCopier(ExistingContentHandling) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_SourceToTargetCopier__ctor_Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_ExistingContentHandling_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.#ctor(Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ExistingContentHandling) - name.vb: New(ExistingContentHandling) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.SourceToTargetCopier(Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ExistingContentHandling) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.New(Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.ExistingContentHandling) nameWithType: SourceToTargetCopier.SourceToTargetCopier(ExistingContentHandling) - nameWithType.vb: SourceToTargetCopier.New(ExistingContentHandling) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.#ctor* name: SourceToTargetCopier href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_SourceToTargetCopier__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.SourceToTargetCopier - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.New nameWithType: SourceToTargetCopier.SourceToTargetCopier - nameWithType.vb: SourceToTargetCopier.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.CopySegmentsAsEmpty name: CopySegmentsAsEmpty href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.SourceToTargetCopier.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_SourceToTargetCopier_CopySegmentsAsEmpty @@ -53452,23 +45327,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor nameWithType: TextCollectionVisitor - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.#ctor(System.Boolean) - name: TextCollectionVisitor(bool) + name: TextCollectionVisitor(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_TextCollectionVisitor__ctor_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.#ctor(System.Boolean) - name.vb: New(Boolean) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.TextCollectionVisitor(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.New(Boolean) - nameWithType: TextCollectionVisitor.TextCollectionVisitor(bool) - nameWithType.vb: TextCollectionVisitor.New(Boolean) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.TextCollectionVisitor(System.Boolean) + nameWithType: TextCollectionVisitor.TextCollectionVisitor(Boolean) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.#ctor* name: TextCollectionVisitor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_TextCollectionVisitor__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.TextCollectionVisitor - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.New nameWithType: TextCollectionVisitor.TextCollectionVisitor - nameWithType.vb: TextCollectionVisitor.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.CollectedText name: CollectedText href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.TextCollectionVisitor.html#Sdl_FileTypeSupport_Framework_Core_Utilities_BilingualApi_TextCollectionVisitor_CollectedText @@ -53605,20 +45474,14 @@ references: name: Characters() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Constants_Characters__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.Characters() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.New() nameWithType: Characters.Characters() - nameWithType.vb: Characters.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.#ctor* name: Characters href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Constants_Characters__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.Characters - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.New nameWithType: Characters.Characters - nameWithType.vb: Characters.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.Apostrophe name: Apostrophe href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Constants.Characters.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Constants_Characters_Apostrophe @@ -53746,23 +45609,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding nameWithType: FileEncoding - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.Detect(System.String,System.Text.Encoding,System.String@) - name: Detect(string, Encoding, out string) + name: Detect(String, Encoding, out String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.html#Sdl_FileTypeSupport_Framework_Core_Utilities_FileEncoding_Detect_System_String_System_Text_Encoding_System_String__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.Detect(System.String,System.Text.Encoding,System.String@) - name.vb: Detect(String, Encoding, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.Detect(string, System.Text.Encoding, out string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.Detect(String, System.Text.Encoding, String) - nameWithType: FileEncoding.Detect(string, Encoding, out string) - nameWithType.vb: FileEncoding.Detect(String, Encoding, String) + name.vb: Detect(String, Encoding, ByRef String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.Detect(System.String, System.Text.Encoding, out System.String) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.Detect(System.String, System.Text.Encoding, ByRef System.String) + nameWithType: FileEncoding.Detect(String, Encoding, out String) + nameWithType.vb: FileEncoding.Detect(String, Encoding, ByRef String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.Detect(System.String,System.Text.Encoding,System.String@,System.Boolean@) - name: Detect(string, Encoding, out string, out bool) + name: Detect(String, Encoding, out String, out Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.html#Sdl_FileTypeSupport_Framework_Core_Utilities_FileEncoding_Detect_System_String_System_Text_Encoding_System_String__System_Boolean__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.Detect(System.String,System.Text.Encoding,System.String@,System.Boolean@) - name.vb: Detect(String, Encoding, String, Boolean) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.Detect(string, System.Text.Encoding, out string, out bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.Detect(String, System.Text.Encoding, String, Boolean) - nameWithType: FileEncoding.Detect(string, Encoding, out string, out bool) - nameWithType.vb: FileEncoding.Detect(String, Encoding, String, Boolean) + name.vb: Detect(String, Encoding, ByRef String, ByRef Boolean) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.Detect(System.String, System.Text.Encoding, out System.String, out System.Boolean) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.Detect(System.String, System.Text.Encoding, ByRef System.String, ByRef System.Boolean) + nameWithType: FileEncoding.Detect(String, Encoding, out String, out Boolean) + nameWithType.vb: FileEncoding.Detect(String, Encoding, ByRef String, ByRef Boolean) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.Detect* name: Detect href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.html#Sdl_FileTypeSupport_Framework_Core_Utilities_FileEncoding_Detect_ @@ -53770,13 +45633,13 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.Detect nameWithType: FileEncoding.Detect - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.DetectEncoding(Sdl.FileTypeSupport.Framework.Pair{Sdl.Core.Globalization.Codepage,Sdl.FileTypeSupport.Framework.NativeApi.DetectionLevel},System.String,System.Text.Encoding) - name: DetectEncoding(Pair, string, Encoding) + name: DetectEncoding(Pair, String, Encoding) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.html#Sdl_FileTypeSupport_Framework_Core_Utilities_FileEncoding_DetectEncoding_Sdl_FileTypeSupport_Framework_Pair_Sdl_Core_Globalization_Codepage_Sdl_FileTypeSupport_Framework_NativeApi_DetectionLevel__System_String_System_Text_Encoding_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.DetectEncoding(Sdl.FileTypeSupport.Framework.Pair{Sdl.Core.Globalization.Codepage,Sdl.FileTypeSupport.Framework.NativeApi.DetectionLevel},System.String,System.Text.Encoding) name.vb: DetectEncoding(Pair(Of Codepage, DetectionLevel), String, Encoding) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.DetectEncoding(Sdl.FileTypeSupport.Framework.Pair, string, System.Text.Encoding) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.DetectEncoding(Sdl.FileTypeSupport.Framework.Pair(Of Sdl.Core.Globalization.Codepage, Sdl.FileTypeSupport.Framework.NativeApi.DetectionLevel), String, System.Text.Encoding) - nameWithType: FileEncoding.DetectEncoding(Pair, string, Encoding) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.DetectEncoding(Sdl.FileTypeSupport.Framework.Pair, System.String, System.Text.Encoding) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.DetectEncoding(Sdl.FileTypeSupport.Framework.Pair(Of Sdl.Core.Globalization.Codepage, Sdl.FileTypeSupport.Framework.NativeApi.DetectionLevel), System.String, System.Text.Encoding) + nameWithType: FileEncoding.DetectEncoding(Pair, String, Encoding) nameWithType.vb: FileEncoding.DetectEncoding(Pair(Of Codepage, DetectionLevel), String, Encoding) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.DetectEncoding* name: DetectEncoding @@ -53785,14 +45648,14 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.DetectEncoding nameWithType: FileEncoding.DetectEncoding - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.DetectUtfEncoding(System.Byte[],Sdl.FileTypeSupport.Framework.Pair{Sdl.Core.Globalization.Codepage,Sdl.FileTypeSupport.Framework.NativeApi.DetectionLevel},System.Boolean@) - name: DetectUtfEncoding(byte[], Pair, out bool) + name: DetectUtfEncoding(Byte[], Pair, out Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.html#Sdl_FileTypeSupport_Framework_Core_Utilities_FileEncoding_DetectUtfEncoding_System_Byte___Sdl_FileTypeSupport_Framework_Pair_Sdl_Core_Globalization_Codepage_Sdl_FileTypeSupport_Framework_NativeApi_DetectionLevel__System_Boolean__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.DetectUtfEncoding(System.Byte[],Sdl.FileTypeSupport.Framework.Pair{Sdl.Core.Globalization.Codepage,Sdl.FileTypeSupport.Framework.NativeApi.DetectionLevel},System.Boolean@) - name.vb: DetectUtfEncoding(Byte(), Pair(Of Codepage, DetectionLevel), Boolean) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.DetectUtfEncoding(byte[], Sdl.FileTypeSupport.Framework.Pair, out bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.DetectUtfEncoding(Byte(), Sdl.FileTypeSupport.Framework.Pair(Of Sdl.Core.Globalization.Codepage, Sdl.FileTypeSupport.Framework.NativeApi.DetectionLevel), Boolean) - nameWithType: FileEncoding.DetectUtfEncoding(byte[], Pair, out bool) - nameWithType.vb: FileEncoding.DetectUtfEncoding(Byte(), Pair(Of Codepage, DetectionLevel), Boolean) + name.vb: DetectUtfEncoding(Byte(), Pair(Of Codepage, DetectionLevel), ByRef Boolean) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.DetectUtfEncoding(System.Byte[], Sdl.FileTypeSupport.Framework.Pair, out System.Boolean) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.DetectUtfEncoding(System.Byte(), Sdl.FileTypeSupport.Framework.Pair(Of Sdl.Core.Globalization.Codepage, Sdl.FileTypeSupport.Framework.NativeApi.DetectionLevel), ByRef System.Boolean) + nameWithType: FileEncoding.DetectUtfEncoding(Byte[], Pair, out Boolean) + nameWithType.vb: FileEncoding.DetectUtfEncoding(Byte(), Pair(Of Codepage, DetectionLevel), ByRef Boolean) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.DetectUtfEncoding* name: DetectUtfEncoding href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.FileEncoding.html#Sdl_FileTypeSupport_Framework_Core_Utilities_FileEncoding_DetectUtfEncoding_ @@ -55954,14 +47817,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities nameWithType: ColorUtilities - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.FromName(System.String) - name: FromName(string) + name: FromName(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_ColorUtilities_FromName_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.FromName(System.String) - name.vb: FromName(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.FromName(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.FromName(String) - nameWithType: ColorUtilities.FromName(string) - nameWithType.vb: ColorUtilities.FromName(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.FromName(System.String) + nameWithType: ColorUtilities.FromName(String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.FromName* name: FromName href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_ColorUtilities_FromName_ @@ -55969,14 +47829,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.FromName nameWithType: ColorUtilities.FromName - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.GetLocalizedColorName(System.String) - name: GetLocalizedColorName(string) + name: GetLocalizedColorName(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_ColorUtilities_GetLocalizedColorName_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.GetLocalizedColorName(System.String) - name.vb: GetLocalizedColorName(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.GetLocalizedColorName(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.GetLocalizedColorName(String) - nameWithType: ColorUtilities.GetLocalizedColorName(string) - nameWithType.vb: ColorUtilities.GetLocalizedColorName(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.GetLocalizedColorName(System.String) + nameWithType: ColorUtilities.GetLocalizedColorName(String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.GetLocalizedColorName* name: GetLocalizedColorName href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_ColorUtilities_GetLocalizedColorName_ @@ -55984,14 +47841,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.GetLocalizedColorName nameWithType: ColorUtilities.GetLocalizedColorName - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.IsKnownName(System.String) - name: IsKnownName(string) + name: IsKnownName(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_ColorUtilities_IsKnownName_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.IsKnownName(System.String) - name.vb: IsKnownName(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.IsKnownName(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.IsKnownName(String) - nameWithType: ColorUtilities.IsKnownName(string) - nameWithType.vb: ColorUtilities.IsKnownName(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.IsKnownName(System.String) + nameWithType: ColorUtilities.IsKnownName(String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.IsKnownName* name: IsKnownName href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.ColorUtilities.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_ColorUtilities_IsKnownName_ @@ -56020,38 +47874,26 @@ references: name: FormattingGroup() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingGroup__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.FormattingGroup() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.New() nameWithType: FormattingGroup.FormattingGroup() - nameWithType.vb: FormattingGroup.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.#ctor(Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup) name: FormattingGroup(FormattingGroup) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingGroup__ctor_Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingGroup_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.#ctor(Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup) - name.vb: New(FormattingGroup) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.FormattingGroup(Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.New(Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup) nameWithType: FormattingGroup.FormattingGroup(FormattingGroup) - nameWithType.vb: FormattingGroup.New(FormattingGroup) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: FormattingGroup(SerializationInfo, StreamingContext) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingGroup__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.FormattingGroup(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: FormattingGroup.FormattingGroup(SerializationInfo, StreamingContext) - nameWithType.vb: FormattingGroup.New(SerializationInfo, StreamingContext) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.#ctor* name: FormattingGroup href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingGroup__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.FormattingGroup - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.New nameWithType: FormattingGroup.FormattingGroup - nameWithType.vb: FormattingGroup.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Add(Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem) name: Add(IFormattingItem) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingGroup_Add_Sdl_FileTypeSupport_Framework_Formatting_IFormattingItem_ @@ -56059,14 +47901,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Add(Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem) nameWithType: FormattingGroup.Add(IFormattingItem) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Add(System.String,Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem) - name: Add(string, IFormattingItem) + name: Add(String, IFormattingItem) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingGroup_Add_System_String_Sdl_FileTypeSupport_Framework_Formatting_IFormattingItem_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Add(System.String,Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem) - name.vb: Add(String, IFormattingItem) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Add(string, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Add(String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem) - nameWithType: FormattingGroup.Add(string, IFormattingItem) - nameWithType.vb: FormattingGroup.Add(String, IFormattingItem) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Add(System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem) + nameWithType: FormattingGroup.Add(String, IFormattingItem) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Add* name: Add href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingGroup_Add_ @@ -56092,14 +47931,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Contains(Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem) nameWithType: FormattingGroup.Contains(IFormattingItem) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Contains(System.String) - name: Contains(string) + name: Contains(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingGroup_Contains_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Contains(System.String) - name.vb: Contains(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Contains(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Contains(String) - nameWithType: FormattingGroup.Contains(string) - nameWithType.vb: FormattingGroup.Contains(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Contains(System.String) + nameWithType: FormattingGroup.Contains(String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Contains* name: Contains href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingGroup_Contains_ @@ -56107,14 +47943,14 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Contains nameWithType: FormattingGroup.Contains - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Create(System.Object[]) - name: Create(params object[]) + name: Create(Object[]) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingGroup_Create_System_Object___ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Create(System.Object[]) - name.vb: Create(ParamArray Object()) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Create(params object[]) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Create(ParamArray Object()) - nameWithType: FormattingGroup.Create(params object[]) - nameWithType.vb: FormattingGroup.Create(ParamArray Object()) + name.vb: Create(Object()) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Create(System.Object[]) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Create(System.Object()) + nameWithType: FormattingGroup.Create(Object[]) + nameWithType.vb: FormattingGroup.Create(Object()) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Create* name: Create href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingGroup_Create_ @@ -56122,14 +47958,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Create nameWithType: FormattingGroup.Create - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingGroup_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Equals(Object) - nameWithType: FormattingGroup.Equals(object) - nameWithType.vb: FormattingGroup.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Equals(System.Object) + nameWithType: FormattingGroup.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingGroup_Equals_ @@ -56173,14 +48006,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.GetSchema nameWithType: FormattingGroup.GetSchema - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.IsCurrentOrPreviousTypeName(System.String) - name: IsCurrentOrPreviousTypeName(string) + name: IsCurrentOrPreviousTypeName(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingGroup_IsCurrentOrPreviousTypeName_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.IsCurrentOrPreviousTypeName(System.String) - name.vb: IsCurrentOrPreviousTypeName(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.IsCurrentOrPreviousTypeName(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.IsCurrentOrPreviousTypeName(String) - nameWithType: FormattingGroup.IsCurrentOrPreviousTypeName(string) - nameWithType.vb: FormattingGroup.IsCurrentOrPreviousTypeName(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.IsCurrentOrPreviousTypeName(System.String) + nameWithType: FormattingGroup.IsCurrentOrPreviousTypeName(String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.IsCurrentOrPreviousTypeName* name: IsCurrentOrPreviousTypeName href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingGroup.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingGroup_IsCurrentOrPreviousTypeName_ @@ -56269,20 +48099,14 @@ references: name: FormattingInflator() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingInflator__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.FormattingInflator() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.New() nameWithType: FormattingInflator.FormattingInflator() - nameWithType.vb: FormattingInflator.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.#ctor* name: FormattingInflator href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingInflator__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.FormattingInflator - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.New nameWithType: FormattingInflator.FormattingInflator - nameWithType.vb: FormattingInflator.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.DeflateFormatting(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) name: DeflateFormatting(IFormattingGroup) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingInflator_DeflateFormatting_Sdl_FileTypeSupport_Framework_Formatting_IFormattingGroup_ @@ -56290,13 +48114,13 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.DeflateFormatting(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) nameWithType: FormattingInflator.DeflateFormatting(IFormattingGroup) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.DeflateFormatting(System.Collections.Generic.IDictionary{System.String,System.String}) - name: DeflateFormatting(IDictionary) + name: DeflateFormatting(IDictionary) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingInflator_DeflateFormatting_System_Collections_Generic_IDictionary_System_String_System_String__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.DeflateFormatting(System.Collections.Generic.IDictionary{System.String,System.String}) name.vb: DeflateFormatting(IDictionary(Of String, String)) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.DeflateFormatting(System.Collections.Generic.IDictionary) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.DeflateFormatting(System.Collections.Generic.IDictionary(Of String, String)) - nameWithType: FormattingInflator.DeflateFormatting(IDictionary) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.DeflateFormatting(System.Collections.Generic.IDictionary) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.DeflateFormatting(System.Collections.Generic.IDictionary(Of System.String, System.String)) + nameWithType: FormattingInflator.DeflateFormatting(IDictionary) nameWithType.vb: FormattingInflator.DeflateFormatting(IDictionary(Of String, String)) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingInflator.DeflateFormatting* name: DeflateFormatting @@ -56338,20 +48162,14 @@ references: name: FormattingItemFactory() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingItemFactory__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.FormattingItemFactory() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.New() nameWithType: FormattingItemFactory.FormattingItemFactory() - nameWithType.vb: FormattingItemFactory.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.#ctor* name: FormattingItemFactory href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingItemFactory__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.FormattingItemFactory - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.New nameWithType: FormattingItemFactory.FormattingItemFactory - nameWithType.vb: FormattingItemFactory.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.CreateFormatting name: CreateFormatting() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingItemFactory_CreateFormatting @@ -56365,14 +48183,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.CreateFormatting nameWithType: FormattingItemFactory.CreateFormatting - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.CreateFormattingItem(System.String,System.String) - name: CreateFormattingItem(string, string) + name: CreateFormattingItem(String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingItemFactory_CreateFormattingItem_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.CreateFormattingItem(System.String,System.String) - name.vb: CreateFormattingItem(String, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.CreateFormattingItem(string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.CreateFormattingItem(String, String) - nameWithType: FormattingItemFactory.CreateFormattingItem(string, string) - nameWithType.vb: FormattingItemFactory.CreateFormattingItem(String, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.CreateFormattingItem(System.String, System.String) + nameWithType: FormattingItemFactory.CreateFormattingItem(String, String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.CreateFormattingItem* name: CreateFormattingItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingItemFactory.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingItemFactory_CreateFormattingItem_ @@ -56389,29 +48204,20 @@ references: name: FormattingStack() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingStack__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.FormattingStack() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.New() nameWithType: FormattingStack.FormattingStack() - nameWithType.vb: FormattingStack.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.#ctor(Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack) name: FormattingStack(FormattingStack) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingStack__ctor_Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingStack_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.#ctor(Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack) - name.vb: New(FormattingStack) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.FormattingStack(Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.New(Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack) nameWithType: FormattingStack.FormattingStack(FormattingStack) - nameWithType.vb: FormattingStack.New(FormattingStack) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.#ctor* name: FormattingStack href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingStack__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.FormattingStack - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.New nameWithType: FormattingStack.FormattingStack - nameWithType.vb: FormattingStack.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.Clone name: Clone() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.Formatting.FormattingStack.html#Sdl_FileTypeSupport_Framework_Core_Utilities_Formatting_FormattingStack_Clone @@ -56476,20 +48282,14 @@ references: name: AbstractQuickTagBuilder() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.AbstractQuickTagBuilder() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.New() nameWithType: AbstractQuickTagBuilder.AbstractQuickTagBuilder() - nameWithType.vb: AbstractQuickTagBuilder.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.#ctor* name: AbstractQuickTagBuilder href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.AbstractQuickTagBuilder - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.New nameWithType: AbstractQuickTagBuilder.AbstractQuickTagBuilder - nameWithType.vb: AbstractQuickTagBuilder.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateDefaultBidiQuickTags name: CreateDefaultBidiQuickTags() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder_CreateDefaultBidiQuickTags @@ -56503,14 +48303,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateDefaultBidiQuickTags nameWithType: AbstractQuickTagBuilder.CreateDefaultBidiQuickTags - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateDefaultPlaceholder(Sdl.FileTypeSupport.Framework.IntegrationApi.QuickTagDefaultId,System.String,System.String,System.Boolean,System.Boolean) - name: CreateDefaultPlaceholder(QuickTagDefaultId, string, string, bool, bool) + name: CreateDefaultPlaceholder(QuickTagDefaultId, String, String, Boolean, Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder_CreateDefaultPlaceholder_Sdl_FileTypeSupport_Framework_IntegrationApi_QuickTagDefaultId_System_String_System_String_System_Boolean_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateDefaultPlaceholder(Sdl.FileTypeSupport.Framework.IntegrationApi.QuickTagDefaultId,System.String,System.String,System.Boolean,System.Boolean) - name.vb: CreateDefaultPlaceholder(QuickTagDefaultId, String, String, Boolean, Boolean) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateDefaultPlaceholder(Sdl.FileTypeSupport.Framework.IntegrationApi.QuickTagDefaultId, string, string, bool, bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateDefaultPlaceholder(Sdl.FileTypeSupport.Framework.IntegrationApi.QuickTagDefaultId, String, String, Boolean, Boolean) - nameWithType: AbstractQuickTagBuilder.CreateDefaultPlaceholder(QuickTagDefaultId, string, string, bool, bool) - nameWithType.vb: AbstractQuickTagBuilder.CreateDefaultPlaceholder(QuickTagDefaultId, String, String, Boolean, Boolean) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateDefaultPlaceholder(Sdl.FileTypeSupport.Framework.IntegrationApi.QuickTagDefaultId, System.String, System.String, System.Boolean, System.Boolean) + nameWithType: AbstractQuickTagBuilder.CreateDefaultPlaceholder(QuickTagDefaultId, String, String, Boolean, Boolean) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateDefaultPlaceholder* name: CreateDefaultPlaceholder href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder_CreateDefaultPlaceholder_ @@ -56518,14 +48315,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateDefaultPlaceholder nameWithType: AbstractQuickTagBuilder.CreateDefaultPlaceholder - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateDefaultTagPair(Sdl.FileTypeSupport.Framework.IntegrationApi.QuickTagDefaultId,System.String,System.String,System.String) - name: CreateDefaultTagPair(QuickTagDefaultId, string, string, string) + name: CreateDefaultTagPair(QuickTagDefaultId, String, String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder_CreateDefaultTagPair_Sdl_FileTypeSupport_Framework_IntegrationApi_QuickTagDefaultId_System_String_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateDefaultTagPair(Sdl.FileTypeSupport.Framework.IntegrationApi.QuickTagDefaultId,System.String,System.String,System.String) - name.vb: CreateDefaultTagPair(QuickTagDefaultId, String, String, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateDefaultTagPair(Sdl.FileTypeSupport.Framework.IntegrationApi.QuickTagDefaultId, string, string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateDefaultTagPair(Sdl.FileTypeSupport.Framework.IntegrationApi.QuickTagDefaultId, String, String, String) - nameWithType: AbstractQuickTagBuilder.CreateDefaultTagPair(QuickTagDefaultId, string, string, string) - nameWithType.vb: AbstractQuickTagBuilder.CreateDefaultTagPair(QuickTagDefaultId, String, String, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateDefaultTagPair(Sdl.FileTypeSupport.Framework.IntegrationApi.QuickTagDefaultId, System.String, System.String, System.String) + nameWithType: AbstractQuickTagBuilder.CreateDefaultTagPair(QuickTagDefaultId, String, String, String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateDefaultTagPair* name: CreateDefaultTagPair href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder_CreateDefaultTagPair_ @@ -56533,14 +48327,14 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateDefaultTagPair nameWithType: AbstractQuickTagBuilder.CreateDefaultTagPair - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateFormatting(Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem[]) - name: CreateFormatting(params IFormattingItem[]) + name: CreateFormatting(IFormattingItem[]) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder_CreateFormatting_Sdl_FileTypeSupport_Framework_Formatting_IFormattingItem___ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateFormatting(Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem[]) - name.vb: CreateFormatting(ParamArray IFormattingItem()) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateFormatting(params Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem[]) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateFormatting(ParamArray Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem()) - nameWithType: AbstractQuickTagBuilder.CreateFormatting(params IFormattingItem[]) - nameWithType.vb: AbstractQuickTagBuilder.CreateFormatting(ParamArray IFormattingItem()) + name.vb: CreateFormatting(IFormattingItem()) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateFormatting(Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem[]) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateFormatting(Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem()) + nameWithType: AbstractQuickTagBuilder.CreateFormatting(IFormattingItem[]) + nameWithType.vb: AbstractQuickTagBuilder.CreateFormatting(IFormattingItem()) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateFormatting* name: CreateFormatting href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder_CreateFormatting_ @@ -56548,14 +48342,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateFormatting nameWithType: AbstractQuickTagBuilder.CreateFormatting - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreatePlaceholder(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.String) - name: CreatePlaceholder(string, string, string, string, string, bool, string, string, bool, bool, string) + name: CreatePlaceholder(String, String, String, String, String, Boolean, String, String, Boolean, Boolean, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder_CreatePlaceholder_System_String_System_String_System_String_System_String_System_String_System_Boolean_System_String_System_String_System_Boolean_System_Boolean_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreatePlaceholder(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.String) - name.vb: CreatePlaceholder(String, String, String, String, String, Boolean, String, String, Boolean, Boolean, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreatePlaceholder(string, string, string, string, string, bool, string, string, bool, bool, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreatePlaceholder(String, String, String, String, String, Boolean, String, String, Boolean, Boolean, String) - nameWithType: AbstractQuickTagBuilder.CreatePlaceholder(string, string, string, string, string, bool, string, string, bool, bool, string) - nameWithType.vb: AbstractQuickTagBuilder.CreatePlaceholder(String, String, String, String, String, Boolean, String, String, Boolean, Boolean, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreatePlaceholder(System.String, System.String, System.String, System.String, System.String, System.Boolean, System.String, System.String, System.Boolean, System.Boolean, System.String) + nameWithType: AbstractQuickTagBuilder.CreatePlaceholder(String, String, String, String, String, Boolean, String, String, Boolean, Boolean, String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreatePlaceholder* name: CreatePlaceholder href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder_CreatePlaceholder_ @@ -56563,14 +48354,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreatePlaceholder nameWithType: AbstractQuickTagBuilder.CreatePlaceholder - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateQuickTag(System.String,System.String,System.String,System.Boolean,System.String,System.String) - name: CreateQuickTag(string, string, string, bool, string, string) + name: CreateQuickTag(String, String, String, Boolean, String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder_CreateQuickTag_System_String_System_String_System_String_System_Boolean_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateQuickTag(System.String,System.String,System.String,System.Boolean,System.String,System.String) - name.vb: CreateQuickTag(String, String, String, Boolean, String, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateQuickTag(string, string, string, bool, string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateQuickTag(String, String, String, Boolean, String, String) - nameWithType: AbstractQuickTagBuilder.CreateQuickTag(string, string, string, bool, string, string) - nameWithType.vb: AbstractQuickTagBuilder.CreateQuickTag(String, String, String, Boolean, String, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateQuickTag(System.String, System.String, System.String, System.Boolean, System.String, System.String) + nameWithType: AbstractQuickTagBuilder.CreateQuickTag(String, String, String, Boolean, String, String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateQuickTag* name: CreateQuickTag href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder_CreateQuickTag_ @@ -56602,14 +48390,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateQuickTags nameWithType: AbstractQuickTagBuilder.CreateQuickTags - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTagPair(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean,Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup,System.Boolean,System.Boolean,System.Boolean) - name: CreateTagPair(string, string, string, string, string, string, string, string, bool, IFormattingGroup, bool, bool, bool) + name: CreateTagPair(String, String, String, String, String, String, String, String, Boolean, IFormattingGroup, Boolean, Boolean, Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder_CreateTagPair_System_String_System_String_System_String_System_String_System_String_System_String_System_String_System_String_System_Boolean_Sdl_FileTypeSupport_Framework_Formatting_IFormattingGroup_System_Boolean_System_Boolean_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTagPair(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean,Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup,System.Boolean,System.Boolean,System.Boolean) - name.vb: CreateTagPair(String, String, String, String, String, String, String, String, Boolean, IFormattingGroup, Boolean, Boolean, Boolean) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTagPair(string, string, string, string, string, string, string, string, bool, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, bool, bool, bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTagPair(String, String, String, String, String, String, String, String, Boolean, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, Boolean, Boolean, Boolean) - nameWithType: AbstractQuickTagBuilder.CreateTagPair(string, string, string, string, string, string, string, string, bool, IFormattingGroup, bool, bool, bool) - nameWithType.vb: AbstractQuickTagBuilder.CreateTagPair(String, String, String, String, String, String, String, String, Boolean, IFormattingGroup, Boolean, Boolean, Boolean) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTagPair(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.Boolean, Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup, System.Boolean, System.Boolean, System.Boolean) + nameWithType: AbstractQuickTagBuilder.CreateTagPair(String, String, String, String, String, String, String, String, Boolean, IFormattingGroup, Boolean, Boolean, Boolean) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTagPair* name: CreateTagPair href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder_CreateTagPair_ @@ -56617,14 +48402,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTagPair nameWithType: AbstractQuickTagBuilder.CreateTagPair - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTextPair(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String) - name: CreateTextPair(string, string, string, string, string, string, string, string) + name: CreateTextPair(String, String, String, String, String, String, String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder_CreateTextPair_System_String_System_String_System_String_System_String_System_String_System_String_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTextPair(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String) - name.vb: CreateTextPair(String, String, String, String, String, String, String, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTextPair(string, string, string, string, string, string, string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTextPair(String, String, String, String, String, String, String, String) - nameWithType: AbstractQuickTagBuilder.CreateTextPair(string, string, string, string, string, string, string, string) - nameWithType.vb: AbstractQuickTagBuilder.CreateTextPair(String, String, String, String, String, String, String, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTextPair(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) + nameWithType: AbstractQuickTagBuilder.CreateTextPair(String, String, String, String, String, String, String, String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTextPair* name: CreateTextPair href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder_CreateTextPair_ @@ -56632,14 +48414,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTextPair nameWithType: AbstractQuickTagBuilder.CreateTextPair - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTextPlaceholder(System.String,System.String,System.String,System.String,System.String) - name: CreateTextPlaceholder(string, string, string, string, string) + name: CreateTextPlaceholder(String, String, String, String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder_CreateTextPlaceholder_System_String_System_String_System_String_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTextPlaceholder(System.String,System.String,System.String,System.String,System.String) - name.vb: CreateTextPlaceholder(String, String, String, String, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTextPlaceholder(string, string, string, string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTextPlaceholder(String, String, String, String, String) - nameWithType: AbstractQuickTagBuilder.CreateTextPlaceholder(string, string, string, string, string) - nameWithType.vb: AbstractQuickTagBuilder.CreateTextPlaceholder(String, String, String, String, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTextPlaceholder(System.String, System.String, System.String, System.String, System.String) + nameWithType: AbstractQuickTagBuilder.CreateTextPlaceholder(String, String, String, String, String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.CreateTextPlaceholder* name: CreateTextPlaceholder href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AbstractQuickTagBuilder.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AbstractQuickTagBuilder_CreateTextPlaceholder_ @@ -56680,20 +48459,14 @@ references: name: AlignmentDefaults() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AlignmentDefaults__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.AlignmentDefaults() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.New() nameWithType: AlignmentDefaults.AlignmentDefaults() - nameWithType.vb: AlignmentDefaults.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.#ctor* name: AlignmentDefaults href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AlignmentDefaults__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.AlignmentDefaults - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.New nameWithType: AlignmentDefaults.AlignmentDefaults - nameWithType.vb: AlignmentDefaults.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.ReadOnlySegment name: ReadOnlySegment href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.AlignmentDefaults.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_AlignmentDefaults_ReadOnlySegment @@ -56710,29 +48483,20 @@ references: name: BilingualMessageLocation() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_BilingualMessageLocation__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.BilingualMessageLocation() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.New() nameWithType: BilingualMessageLocation.BilingualMessageLocation() - nameWithType.vb: BilingualMessageLocation.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) name: BilingualMessageLocation(TextLocation) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_BilingualMessageLocation__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_TextLocation_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) - name.vb: New(TextLocation) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.BilingualMessageLocation(Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.New(Sdl.FileTypeSupport.Framework.BilingualApi.TextLocation) nameWithType: BilingualMessageLocation.BilingualMessageLocation(TextLocation) - nameWithType.vb: BilingualMessageLocation.New(TextLocation) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.#ctor* name: BilingualMessageLocation href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_BilingualMessageLocation__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.BilingualMessageLocation - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.New nameWithType: BilingualMessageLocation.BilingualMessageLocation - nameWithType.vb: BilingualMessageLocation.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.CharactersIntoParagraph name: CharactersIntoParagraph href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_BilingualMessageLocation_CharactersIntoParagraph @@ -56758,14 +48522,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.CharactersIntoSegment nameWithType: BilingualMessageLocation.CharactersIntoSegment - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_BilingualMessageLocation_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.Equals(Object) - nameWithType: BilingualMessageLocation.Equals(object) - nameWithType.vb: BilingualMessageLocation.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.Equals(System.Object) + nameWithType: BilingualMessageLocation.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.BilingualMessageLocation.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_BilingualMessageLocation_Equals_ @@ -56917,14 +48678,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultFileTypeManager.CreateInstance() nameWithType: DefaultFileTypeManager.CreateInstance() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultFileTypeManager.CreateInstance(System.Boolean) - name: CreateInstance(bool) + name: CreateInstance(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultFileTypeManager.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_DefaultFileTypeManager_CreateInstance_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultFileTypeManager.CreateInstance(System.Boolean) - name.vb: CreateInstance(Boolean) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultFileTypeManager.CreateInstance(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultFileTypeManager.CreateInstance(Boolean) - nameWithType: DefaultFileTypeManager.CreateInstance(bool) - nameWithType.vb: DefaultFileTypeManager.CreateInstance(Boolean) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultFileTypeManager.CreateInstance(System.Boolean) + nameWithType: DefaultFileTypeManager.CreateInstance(Boolean) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultFileTypeManager.CreateInstance* name: CreateInstance href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultFileTypeManager.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_DefaultFileTypeManager_CreateInstance_ @@ -56950,23 +48708,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo nameWithType: DefaultQuickTagInfo - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.#ctor(System.String,System.String,System.String,System.String,System.String,Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem) - name: DefaultQuickTagInfo(string, string, string, string, string, IFormattingItem) + name: DefaultQuickTagInfo(String, String, String, String, String, IFormattingItem) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_DefaultQuickTagInfo__ctor_System_String_System_String_System_String_System_String_System_String_Sdl_FileTypeSupport_Framework_Formatting_IFormattingItem_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.#ctor(System.String,System.String,System.String,System.String,System.String,Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem) - name.vb: New(String, String, String, String, String, IFormattingItem) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.DefaultQuickTagInfo(string, string, string, string, string, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.New(String, String, String, String, String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem) - nameWithType: DefaultQuickTagInfo.DefaultQuickTagInfo(string, string, string, string, string, IFormattingItem) - nameWithType.vb: DefaultQuickTagInfo.New(String, String, String, String, String, IFormattingItem) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.DefaultQuickTagInfo(System.String, System.String, System.String, System.String, System.String, Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem) + nameWithType: DefaultQuickTagInfo.DefaultQuickTagInfo(String, String, String, String, String, IFormattingItem) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.#ctor* name: DefaultQuickTagInfo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_DefaultQuickTagInfo__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.DefaultQuickTagInfo - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.New nameWithType: DefaultQuickTagInfo.DefaultQuickTagInfo - nameWithType.vb: DefaultQuickTagInfo.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.CommandID name: CommandID href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultQuickTagInfo.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_DefaultQuickTagInfo_CommandID @@ -57058,23 +48810,20 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider nameWithType: FilePathProvider - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.#ctor(System.String[]) - name: FilePathProvider(params string[]) + name: FilePathProvider(String[]) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_FilePathProvider__ctor_System_String___ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.#ctor(System.String[]) - name.vb: New(ParamArray String()) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.FilePathProvider(params string[]) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.New(ParamArray String()) - nameWithType: FilePathProvider.FilePathProvider(params string[]) - nameWithType.vb: FilePathProvider.New(ParamArray String()) + name.vb: FilePathProvider(String()) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.FilePathProvider(System.String[]) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.FilePathProvider(System.String()) + nameWithType: FilePathProvider.FilePathProvider(String[]) + nameWithType.vb: FilePathProvider.FilePathProvider(String()) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.#ctor* name: FilePathProvider href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_FilePathProvider__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.FilePathProvider - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.New nameWithType: FilePathProvider.FilePathProvider - nameWithType.vb: FilePathProvider.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.FilePaths name: FilePaths href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FilePathProvider.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_FilePathProvider_FilePaths @@ -57118,23 +48867,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider nameWithType: FolderPathProvider - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.#ctor(System.String) - name: FolderPathProvider(string) + name: FolderPathProvider(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_FolderPathProvider__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.FolderPathProvider(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.New(String) - nameWithType: FolderPathProvider.FolderPathProvider(string) - nameWithType.vb: FolderPathProvider.New(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.FolderPathProvider(System.String) + nameWithType: FolderPathProvider.FolderPathProvider(String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.#ctor* name: FolderPathProvider href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_FolderPathProvider__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.FolderPathProvider - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.New nameWithType: FolderPathProvider.FolderPathProvider - nameWithType.vb: FolderPathProvider.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.IgnoreProposedFilename name: IgnoreProposedFilename href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.FolderPathProvider.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_FolderPathProvider_IgnoreProposedFilename @@ -57193,47 +48936,32 @@ references: name: Framework1ExternalPreviewException() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_Framework1ExternalPreviewException__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.Framework1ExternalPreviewException() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.New() nameWithType: Framework1ExternalPreviewException.Framework1ExternalPreviewException() - nameWithType.vb: Framework1ExternalPreviewException.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: Framework1ExternalPreviewException(SerializationInfo, StreamingContext) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_Framework1ExternalPreviewException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.Framework1ExternalPreviewException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: Framework1ExternalPreviewException.Framework1ExternalPreviewException(SerializationInfo, StreamingContext) - nameWithType.vb: Framework1ExternalPreviewException.New(SerializationInfo, StreamingContext) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.#ctor(System.String) - name: Framework1ExternalPreviewException(string) + name: Framework1ExternalPreviewException(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_Framework1ExternalPreviewException__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.Framework1ExternalPreviewException(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.New(String) - nameWithType: Framework1ExternalPreviewException.Framework1ExternalPreviewException(string) - nameWithType.vb: Framework1ExternalPreviewException.New(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.Framework1ExternalPreviewException(System.String) + nameWithType: Framework1ExternalPreviewException.Framework1ExternalPreviewException(String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.#ctor(System.String,System.Exception) - name: Framework1ExternalPreviewException(string, Exception) + name: Framework1ExternalPreviewException(String, Exception) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_Framework1ExternalPreviewException__ctor_System_String_System_Exception_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.Framework1ExternalPreviewException(string, System.Exception) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.New(String, System.Exception) - nameWithType: Framework1ExternalPreviewException.Framework1ExternalPreviewException(string, Exception) - nameWithType.vb: Framework1ExternalPreviewException.New(String, Exception) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.Framework1ExternalPreviewException(System.String, System.Exception) + nameWithType: Framework1ExternalPreviewException.Framework1ExternalPreviewException(String, Exception) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.#ctor* name: Framework1ExternalPreviewException href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.html#Sdl_FileTypeSupport_Framework_Core_Utilities_IntegrationApi_Framework1ExternalPreviewException__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.Framework1ExternalPreviewException - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.Framework1ExternalPreviewException.New nameWithType: Framework1ExternalPreviewException.Framework1ExternalPreviewException - nameWithType.vb: Framework1ExternalPreviewException.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.QuickTagDefaults name: QuickTagDefaults href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.QuickTagDefaults.html @@ -57316,20 +49044,14 @@ references: name: AbstractFilePostTweaker() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_AbstractFilePostTweaker__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.AbstractFilePostTweaker() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.New() nameWithType: AbstractFilePostTweaker.AbstractFilePostTweaker() - nameWithType.vb: AbstractFilePostTweaker.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.#ctor* name: AbstractFilePostTweaker href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_AbstractFilePostTweaker__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.AbstractFilePostTweaker - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.New nameWithType: AbstractFilePostTweaker.AbstractFilePostTweaker - nameWithType.vb: AbstractFilePostTweaker.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.Enabled name: Enabled href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePostTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_AbstractFilePostTweaker_Enabled @@ -57412,20 +49134,14 @@ references: name: AbstractFilePreTweaker() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_AbstractFilePreTweaker__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.AbstractFilePreTweaker() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.New() nameWithType: AbstractFilePreTweaker.AbstractFilePreTweaker() - nameWithType.vb: AbstractFilePreTweaker.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.#ctor* name: AbstractFilePreTweaker href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_AbstractFilePreTweaker__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.AbstractFilePreTweaker - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.New nameWithType: AbstractFilePreTweaker.AbstractFilePreTweaker - nameWithType.vb: AbstractFilePreTweaker.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.Enabled name: Enabled href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_AbstractFilePreTweaker_Enabled @@ -57499,14 +49215,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.TweakFilePreParsing nameWithType: AbstractFilePreTweaker.TweakFilePreParsing - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.WillFileBeTweaked(System.String) - name: WillFileBeTweaked(string) + name: WillFileBeTweaked(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_AbstractFilePreTweaker_WillFileBeTweaked_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.WillFileBeTweaked(System.String) - name.vb: WillFileBeTweaked(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.WillFileBeTweaked(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.WillFileBeTweaked(String) - nameWithType: AbstractFilePreTweaker.WillFileBeTweaked(string) - nameWithType.vb: AbstractFilePreTweaker.WillFileBeTweaked(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.WillFileBeTweaked(System.String) + nameWithType: AbstractFilePreTweaker.WillFileBeTweaked(String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.WillFileBeTweaked* name: WillFileBeTweaked href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.AbstractFilePreTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_AbstractFilePreTweaker_WillFileBeTweaked_ @@ -57529,20 +49242,14 @@ references: name: AbstractContentItem() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_AbstractContentItem__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.AbstractContentItem() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.New() nameWithType: AbstractContentItem.AbstractContentItem() - nameWithType.vb: AbstractContentItem.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.#ctor* name: AbstractContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_AbstractContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.AbstractContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.New nameWithType: AbstractContentItem.AbstractContentItem - nameWithType.vb: AbstractContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.Invoke(Sdl.FileTypeSupport.Framework.NativeApi.IAbstractNativeContentHandler) name: Invoke(IAbstractNativeContentHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.AbstractContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_AbstractContentItem_Invoke_Sdl_FileTypeSupport_Framework_NativeApi_IAbstractNativeContentHandler_ @@ -57565,29 +49272,20 @@ references: name: ChangeContextContentItem(IContextProperties) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_ChangeContextContentItem__ctor_Sdl_FileTypeSupport_Framework_NativeApi_IContextProperties_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.IContextProperties) - name.vb: New(IContextProperties) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.ChangeContextContentItem(Sdl.FileTypeSupport.Framework.NativeApi.IContextProperties) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.New(Sdl.FileTypeSupport.Framework.NativeApi.IContextProperties) nameWithType: ChangeContextContentItem.ChangeContextContentItem(IContextProperties) - nameWithType.vb: ChangeContextContentItem.New(IContextProperties) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.#ctor* name: ChangeContextContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_ChangeContextContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.ChangeContextContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.New nameWithType: ChangeContextContentItem.ChangeContextContentItem - nameWithType.vb: ChangeContextContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_ChangeContextContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.Equals(Object) - nameWithType: ChangeContextContentItem.Equals(object) - nameWithType.vb: ChangeContextContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.Equals(System.Object) + nameWithType: ChangeContextContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ChangeContextContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_ChangeContextContentItem_Equals_ @@ -57652,29 +49350,20 @@ references: name: CommentEndContentItem() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_CommentEndContentItem__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.CommentEndContentItem() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.New() nameWithType: CommentEndContentItem.CommentEndContentItem() - nameWithType.vb: CommentEndContentItem.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.#ctor* name: CommentEndContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_CommentEndContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.CommentEndContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.New nameWithType: CommentEndContentItem.CommentEndContentItem - nameWithType.vb: CommentEndContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_CommentEndContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.Equals(Object) - nameWithType: CommentEndContentItem.Equals(object) - nameWithType.vb: CommentEndContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.Equals(System.Object) + nameWithType: CommentEndContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_CommentEndContentItem_Equals_ @@ -57715,20 +49404,14 @@ references: name: CommentStartContentItem(ICommentProperties) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_CommentStartContentItem__ctor_Sdl_FileTypeSupport_Framework_NativeApi_ICommentProperties_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties) - name.vb: New(ICommentProperties) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.CommentStartContentItem(Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.New(Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties) nameWithType: CommentStartContentItem.CommentStartContentItem(ICommentProperties) - nameWithType.vb: CommentStartContentItem.New(ICommentProperties) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.#ctor* name: CommentStartContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_CommentStartContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.CommentStartContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.New nameWithType: CommentStartContentItem.CommentStartContentItem - nameWithType.vb: CommentStartContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.CommentProperties name: CommentProperties href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_CommentStartContentItem_CommentProperties @@ -57742,14 +49425,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.CommentProperties nameWithType: CommentStartContentItem.CommentProperties - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_CommentStartContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.Equals(Object) - nameWithType: CommentStartContentItem.Equals(object) - nameWithType.vb: CommentStartContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.Equals(System.Object) + nameWithType: CommentStartContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CommentStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_CommentStartContentItem_Equals_ @@ -57802,29 +49482,20 @@ references: name: CustomInfoContentItem(ICustomInfoProperties) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_CustomInfoContentItem__ctor_Sdl_FileTypeSupport_Framework_NativeApi_ICustomInfoProperties_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.ICustomInfoProperties) - name.vb: New(ICustomInfoProperties) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.CustomInfoContentItem(Sdl.FileTypeSupport.Framework.NativeApi.ICustomInfoProperties) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.New(Sdl.FileTypeSupport.Framework.NativeApi.ICustomInfoProperties) nameWithType: CustomInfoContentItem.CustomInfoContentItem(ICustomInfoProperties) - nameWithType.vb: CustomInfoContentItem.New(ICustomInfoProperties) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.#ctor* name: CustomInfoContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_CustomInfoContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.CustomInfoContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.New nameWithType: CustomInfoContentItem.CustomInfoContentItem - nameWithType.vb: CustomInfoContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_CustomInfoContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.Equals(Object) - nameWithType: CustomInfoContentItem.Equals(object) - nameWithType.vb: CustomInfoContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.Equals(System.Object) + nameWithType: CustomInfoContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.CustomInfoContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_CustomInfoContentItem_Equals_ @@ -57889,29 +49560,20 @@ references: name: InlineEndTagContentItem(IEndTagProperties) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_InlineEndTagContentItem__ctor_Sdl_FileTypeSupport_Framework_NativeApi_IEndTagProperties_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.IEndTagProperties) - name.vb: New(IEndTagProperties) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.InlineEndTagContentItem(Sdl.FileTypeSupport.Framework.NativeApi.IEndTagProperties) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.New(Sdl.FileTypeSupport.Framework.NativeApi.IEndTagProperties) nameWithType: InlineEndTagContentItem.InlineEndTagContentItem(IEndTagProperties) - nameWithType.vb: InlineEndTagContentItem.New(IEndTagProperties) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.#ctor* name: InlineEndTagContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_InlineEndTagContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.InlineEndTagContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.New nameWithType: InlineEndTagContentItem.InlineEndTagContentItem - nameWithType.vb: InlineEndTagContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_InlineEndTagContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.Equals(Object) - nameWithType: InlineEndTagContentItem.Equals(object) - nameWithType.vb: InlineEndTagContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.Equals(System.Object) + nameWithType: InlineEndTagContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineEndTagContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_InlineEndTagContentItem_Equals_ @@ -57976,29 +49638,20 @@ references: name: InlinePlaceholderTagContentItem(IPlaceholderTagProperties) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_InlinePlaceholderTagContentItem__ctor_Sdl_FileTypeSupport_Framework_NativeApi_IPlaceholderTagProperties_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.IPlaceholderTagProperties) - name.vb: New(IPlaceholderTagProperties) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.InlinePlaceholderTagContentItem(Sdl.FileTypeSupport.Framework.NativeApi.IPlaceholderTagProperties) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.New(Sdl.FileTypeSupport.Framework.NativeApi.IPlaceholderTagProperties) nameWithType: InlinePlaceholderTagContentItem.InlinePlaceholderTagContentItem(IPlaceholderTagProperties) - nameWithType.vb: InlinePlaceholderTagContentItem.New(IPlaceholderTagProperties) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.#ctor* name: InlinePlaceholderTagContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_InlinePlaceholderTagContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.InlinePlaceholderTagContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.New nameWithType: InlinePlaceholderTagContentItem.InlinePlaceholderTagContentItem - nameWithType.vb: InlinePlaceholderTagContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_InlinePlaceholderTagContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.Equals(Object) - nameWithType: InlinePlaceholderTagContentItem.Equals(object) - nameWithType.vb: InlinePlaceholderTagContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.Equals(System.Object) + nameWithType: InlinePlaceholderTagContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlinePlaceholderTagContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_InlinePlaceholderTagContentItem_Equals_ @@ -58063,29 +49716,20 @@ references: name: InlineStartTagContentItem(IStartTagProperties) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_InlineStartTagContentItem__ctor_Sdl_FileTypeSupport_Framework_NativeApi_IStartTagProperties_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.IStartTagProperties) - name.vb: New(IStartTagProperties) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.InlineStartTagContentItem(Sdl.FileTypeSupport.Framework.NativeApi.IStartTagProperties) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.New(Sdl.FileTypeSupport.Framework.NativeApi.IStartTagProperties) nameWithType: InlineStartTagContentItem.InlineStartTagContentItem(IStartTagProperties) - nameWithType.vb: InlineStartTagContentItem.New(IStartTagProperties) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.#ctor* name: InlineStartTagContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_InlineStartTagContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.InlineStartTagContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.New nameWithType: InlineStartTagContentItem.InlineStartTagContentItem - nameWithType.vb: InlineStartTagContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_InlineStartTagContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.Equals(Object) - nameWithType: InlineStartTagContentItem.Equals(object) - nameWithType.vb: InlineStartTagContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.Equals(System.Object) + nameWithType: InlineStartTagContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.InlineStartTagContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_InlineStartTagContentItem_Equals_ @@ -58150,29 +49794,20 @@ references: name: LocationMarkContentItem(LocationMarkerId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_LocationMarkContentItem__ctor_Sdl_FileTypeSupport_Framework_NativeApi_LocationMarkerId_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId) - name.vb: New(LocationMarkerId) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.LocationMarkContentItem(Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.New(Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId) nameWithType: LocationMarkContentItem.LocationMarkContentItem(LocationMarkerId) - nameWithType.vb: LocationMarkContentItem.New(LocationMarkerId) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.#ctor* name: LocationMarkContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_LocationMarkContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.LocationMarkContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.New nameWithType: LocationMarkContentItem.LocationMarkContentItem - nameWithType.vb: LocationMarkContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_LocationMarkContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.Equals(Object) - nameWithType: LocationMarkContentItem.Equals(object) - nameWithType.vb: LocationMarkContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.Equals(System.Object) + nameWithType: LocationMarkContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LocationMarkContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_LocationMarkContentItem_Equals_ @@ -58225,29 +49860,20 @@ references: name: LockedContentEndContentItem() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_LockedContentEndContentItem__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.LockedContentEndContentItem() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.New() nameWithType: LockedContentEndContentItem.LockedContentEndContentItem() - nameWithType.vb: LockedContentEndContentItem.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.#ctor* name: LockedContentEndContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_LockedContentEndContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.LockedContentEndContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.New nameWithType: LockedContentEndContentItem.LockedContentEndContentItem - nameWithType.vb: LockedContentEndContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_LockedContentEndContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.Equals(Object) - nameWithType: LockedContentEndContentItem.Equals(object) - nameWithType.vb: LockedContentEndContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.Equals(System.Object) + nameWithType: LockedContentEndContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_LockedContentEndContentItem_Equals_ @@ -58288,29 +49914,20 @@ references: name: LockedContentStartContentItem(ILockedContentProperties) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_LockedContentStartContentItem__ctor_Sdl_FileTypeSupport_Framework_NativeApi_ILockedContentProperties_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.ILockedContentProperties) - name.vb: New(ILockedContentProperties) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.LockedContentStartContentItem(Sdl.FileTypeSupport.Framework.NativeApi.ILockedContentProperties) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.New(Sdl.FileTypeSupport.Framework.NativeApi.ILockedContentProperties) nameWithType: LockedContentStartContentItem.LockedContentStartContentItem(ILockedContentProperties) - nameWithType.vb: LockedContentStartContentItem.New(ILockedContentProperties) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.#ctor* name: LockedContentStartContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_LockedContentStartContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.LockedContentStartContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.New nameWithType: LockedContentStartContentItem.LockedContentStartContentItem - nameWithType.vb: LockedContentStartContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_LockedContentStartContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.Equals(Object) - nameWithType: LockedContentStartContentItem.Equals(object) - nameWithType.vb: LockedContentStartContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.Equals(System.Object) + nameWithType: LockedContentStartContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.LockedContentStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_LockedContentStartContentItem_Equals_ @@ -58375,20 +49992,14 @@ references: name: NativeBuffer() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_NativeBuffer__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.NativeBuffer() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.New() nameWithType: NativeBuffer.NativeBuffer() - nameWithType.vb: NativeBuffer.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.#ctor* name: NativeBuffer href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_NativeBuffer__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.NativeBuffer - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.New nameWithType: NativeBuffer.NativeBuffer - nameWithType.vb: NativeBuffer.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.BufferedCalls name: BufferedCalls href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_NativeBuffer_BufferedCalls @@ -58689,6 +50300,38 @@ references: commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.RevisionStart fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.RevisionStart nameWithType: NativeBuffer.RevisionStart +- uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.Sdl#FileTypeSupport#Framework#NativeApi#INativeExtractionContentProcessor#Output + name: INativeExtractionContentProcessor.Output + href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_NativeBuffer_Sdl_FileTypeSupport_Framework_NativeApi_INativeExtractionContentProcessor_Output + commentId: P:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.Sdl#FileTypeSupport#Framework#NativeApi#INativeExtractionContentProcessor#Output + name.vb: Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.Output + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.Output + nameWithType: NativeBuffer.INativeExtractionContentProcessor.Output + nameWithType.vb: NativeBuffer.Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.Output +- uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.Sdl#FileTypeSupport#Framework#NativeApi#INativeExtractionContentProcessor#Output* + name: INativeExtractionContentProcessor.Output + href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_NativeBuffer_Sdl_FileTypeSupport_Framework_NativeApi_INativeExtractionContentProcessor_Output_ + commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.Sdl#FileTypeSupport#Framework#NativeApi#INativeExtractionContentProcessor#Output + name.vb: Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.Output + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.Output + nameWithType: NativeBuffer.INativeExtractionContentProcessor.Output + nameWithType.vb: NativeBuffer.Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.Output +- uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.Sdl#FileTypeSupport#Framework#NativeApi#INativeGenerationContentProcessor#Output + name: INativeGenerationContentProcessor.Output + href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_NativeBuffer_Sdl_FileTypeSupport_Framework_NativeApi_INativeGenerationContentProcessor_Output + commentId: P:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.Sdl#FileTypeSupport#Framework#NativeApi#INativeGenerationContentProcessor#Output + name.vb: Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.Output + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.Output + nameWithType: NativeBuffer.INativeGenerationContentProcessor.Output + nameWithType.vb: NativeBuffer.Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.Output +- uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.Sdl#FileTypeSupport#Framework#NativeApi#INativeGenerationContentProcessor#Output* + name: INativeGenerationContentProcessor.Output + href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_NativeBuffer_Sdl_FileTypeSupport_Framework_NativeApi_INativeGenerationContentProcessor_Output_ + commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.Sdl#FileTypeSupport#Framework#NativeApi#INativeGenerationContentProcessor#Output + name.vb: Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.Output + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.Output + nameWithType: NativeBuffer.INativeGenerationContentProcessor.Output + nameWithType.vb: NativeBuffer.Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.Output - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.SegmentEnd name: SegmentEnd() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.NativeBuffer.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_NativeBuffer_SegmentEnd @@ -58771,20 +50414,14 @@ references: name: ParagraphComments(ICommentProperties) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_ParagraphComments__ctor_Sdl_FileTypeSupport_Framework_NativeApi_ICommentProperties_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties) - name.vb: New(ICommentProperties) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.ParagraphComments(Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.New(Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties) nameWithType: ParagraphComments.ParagraphComments(ICommentProperties) - nameWithType.vb: ParagraphComments.New(ICommentProperties) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.#ctor* name: ParagraphComments href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_ParagraphComments__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.ParagraphComments - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.New nameWithType: ParagraphComments.ParagraphComments - nameWithType.vb: ParagraphComments.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.CommentProperties name: CommentProperties href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_ParagraphComments_CommentProperties @@ -58798,14 +50435,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.CommentProperties nameWithType: ParagraphComments.CommentProperties - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_ParagraphComments_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.Equals(Object) - nameWithType: ParagraphComments.Equals(object) - nameWithType.vb: ParagraphComments.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.Equals(System.Object) + nameWithType: ParagraphComments.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphComments.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_ParagraphComments_Equals_ @@ -58858,29 +50492,20 @@ references: name: ParagraphUnitEndContentItem() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_ParagraphUnitEndContentItem__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.ParagraphUnitEndContentItem() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.New() nameWithType: ParagraphUnitEndContentItem.ParagraphUnitEndContentItem() - nameWithType.vb: ParagraphUnitEndContentItem.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.#ctor* name: ParagraphUnitEndContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_ParagraphUnitEndContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.ParagraphUnitEndContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.New nameWithType: ParagraphUnitEndContentItem.ParagraphUnitEndContentItem - nameWithType.vb: ParagraphUnitEndContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_ParagraphUnitEndContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.Equals(Object) - nameWithType: ParagraphUnitEndContentItem.Equals(object) - nameWithType.vb: ParagraphUnitEndContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.Equals(System.Object) + nameWithType: ParagraphUnitEndContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_ParagraphUnitEndContentItem_Equals_ @@ -58921,29 +50546,20 @@ references: name: ParagraphUnitStartContentItem(IParagraphUnitProperties) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_ParagraphUnitStartContentItem__ctor_Sdl_FileTypeSupport_Framework_NativeApi_IParagraphUnitProperties_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.IParagraphUnitProperties) - name.vb: New(IParagraphUnitProperties) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.ParagraphUnitStartContentItem(Sdl.FileTypeSupport.Framework.NativeApi.IParagraphUnitProperties) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.New(Sdl.FileTypeSupport.Framework.NativeApi.IParagraphUnitProperties) nameWithType: ParagraphUnitStartContentItem.ParagraphUnitStartContentItem(IParagraphUnitProperties) - nameWithType.vb: ParagraphUnitStartContentItem.New(IParagraphUnitProperties) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.#ctor* name: ParagraphUnitStartContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_ParagraphUnitStartContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.ParagraphUnitStartContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.New nameWithType: ParagraphUnitStartContentItem.ParagraphUnitStartContentItem - nameWithType.vb: ParagraphUnitStartContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_ParagraphUnitStartContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.Equals(Object) - nameWithType: ParagraphUnitStartContentItem.Equals(object) - nameWithType.vb: ParagraphUnitStartContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.Equals(System.Object) + nameWithType: ParagraphUnitStartContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.ParagraphUnitStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_ParagraphUnitStartContentItem_Equals_ @@ -58996,29 +50612,20 @@ references: name: RevisionEndContentItem() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_RevisionEndContentItem__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.RevisionEndContentItem() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.New() nameWithType: RevisionEndContentItem.RevisionEndContentItem() - nameWithType.vb: RevisionEndContentItem.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.#ctor* name: RevisionEndContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_RevisionEndContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.RevisionEndContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.New nameWithType: RevisionEndContentItem.RevisionEndContentItem - nameWithType.vb: RevisionEndContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_RevisionEndContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.Equals(Object) - nameWithType: RevisionEndContentItem.Equals(object) - nameWithType.vb: RevisionEndContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.Equals(System.Object) + nameWithType: RevisionEndContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_RevisionEndContentItem_Equals_ @@ -59059,29 +50666,20 @@ references: name: RevisionStartContentItem(IRevisionProperties) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_RevisionStartContentItem__ctor_Sdl_FileTypeSupport_Framework_BilingualApi_IRevisionProperties_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.#ctor(Sdl.FileTypeSupport.Framework.BilingualApi.IRevisionProperties) - name.vb: New(IRevisionProperties) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.RevisionStartContentItem(Sdl.FileTypeSupport.Framework.BilingualApi.IRevisionProperties) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.New(Sdl.FileTypeSupport.Framework.BilingualApi.IRevisionProperties) nameWithType: RevisionStartContentItem.RevisionStartContentItem(IRevisionProperties) - nameWithType.vb: RevisionStartContentItem.New(IRevisionProperties) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.#ctor* name: RevisionStartContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_RevisionStartContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.RevisionStartContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.New nameWithType: RevisionStartContentItem.RevisionStartContentItem - nameWithType.vb: RevisionStartContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_RevisionStartContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.Equals(Object) - nameWithType: RevisionStartContentItem.Equals(object) - nameWithType.vb: RevisionStartContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.Equals(System.Object) + nameWithType: RevisionStartContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.RevisionStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_RevisionStartContentItem_Equals_ @@ -59146,29 +50744,20 @@ references: name: SegmentEndContentItem() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_SegmentEndContentItem__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.SegmentEndContentItem() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.New() nameWithType: SegmentEndContentItem.SegmentEndContentItem() - nameWithType.vb: SegmentEndContentItem.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.#ctor* name: SegmentEndContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_SegmentEndContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.SegmentEndContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.New nameWithType: SegmentEndContentItem.SegmentEndContentItem - nameWithType.vb: SegmentEndContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_SegmentEndContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.Equals(Object) - nameWithType: SegmentEndContentItem.Equals(object) - nameWithType.vb: SegmentEndContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.Equals(System.Object) + nameWithType: SegmentEndContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentEndContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_SegmentEndContentItem_Equals_ @@ -59209,29 +50798,20 @@ references: name: SegmentStartContentItem(ISegmentPairProperties) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_SegmentStartContentItem__ctor_Sdl_FileTypeSupport_Framework_NativeApi_ISegmentPairProperties_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.ISegmentPairProperties) - name.vb: New(ISegmentPairProperties) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.SegmentStartContentItem(Sdl.FileTypeSupport.Framework.NativeApi.ISegmentPairProperties) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.New(Sdl.FileTypeSupport.Framework.NativeApi.ISegmentPairProperties) nameWithType: SegmentStartContentItem.SegmentStartContentItem(ISegmentPairProperties) - nameWithType.vb: SegmentStartContentItem.New(ISegmentPairProperties) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.#ctor* name: SegmentStartContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_SegmentStartContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.SegmentStartContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.New nameWithType: SegmentStartContentItem.SegmentStartContentItem - nameWithType.vb: SegmentStartContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_SegmentStartContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.Equals(Object) - nameWithType: SegmentStartContentItem.Equals(object) - nameWithType.vb: SegmentStartContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.Equals(System.Object) + nameWithType: SegmentStartContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.SegmentStartContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_SegmentStartContentItem_Equals_ @@ -59284,29 +50864,20 @@ references: name: StructureTagContentItem(IStructureTagProperties) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_StructureTagContentItem__ctor_Sdl_FileTypeSupport_Framework_NativeApi_IStructureTagProperties_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.IStructureTagProperties) - name.vb: New(IStructureTagProperties) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.StructureTagContentItem(Sdl.FileTypeSupport.Framework.NativeApi.IStructureTagProperties) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.New(Sdl.FileTypeSupport.Framework.NativeApi.IStructureTagProperties) nameWithType: StructureTagContentItem.StructureTagContentItem(IStructureTagProperties) - nameWithType.vb: StructureTagContentItem.New(IStructureTagProperties) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.#ctor* name: StructureTagContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_StructureTagContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.StructureTagContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.New nameWithType: StructureTagContentItem.StructureTagContentItem - nameWithType.vb: StructureTagContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_StructureTagContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.Equals(Object) - nameWithType: StructureTagContentItem.Equals(object) - nameWithType.vb: StructureTagContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.Equals(System.Object) + nameWithType: StructureTagContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.StructureTagContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_StructureTagContentItem_Equals_ @@ -59371,29 +50942,20 @@ references: name: TextContentItem(ITextProperties) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_TextContentItem__ctor_Sdl_FileTypeSupport_Framework_NativeApi_ITextProperties_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.ITextProperties) - name.vb: New(ITextProperties) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.TextContentItem(Sdl.FileTypeSupport.Framework.NativeApi.ITextProperties) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.New(Sdl.FileTypeSupport.Framework.NativeApi.ITextProperties) nameWithType: TextContentItem.TextContentItem(ITextProperties) - nameWithType.vb: TextContentItem.New(ITextProperties) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.#ctor* name: TextContentItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_TextContentItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.TextContentItem - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.New nameWithType: TextContentItem.TextContentItem - nameWithType.vb: TextContentItem.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_TextContentItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.Equals(Object) - nameWithType: TextContentItem.Equals(object) - nameWithType.vb: TextContentItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.Equals(System.Object) + nameWithType: TextContentItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.Buffer.TextContentItem.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_Buffer_TextContentItem_Equals_ @@ -59704,20 +51266,14 @@ references: name: LineNumberTracker() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_LineNumberTracker__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.LineNumberTracker() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.New() nameWithType: LineNumberTracker.LineNumberTracker() - nameWithType.vb: LineNumberTracker.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.#ctor* name: LineNumberTracker href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_LineNumberTracker__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.LineNumberTracker - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.New nameWithType: LineNumberTracker.LineNumberTracker - nameWithType.vb: LineNumberTracker.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.GetCurrentLocation name: GetCurrentLocation() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_LineNumberTracker_GetCurrentLocation @@ -59755,14 +51311,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.GetLocationBeforeCurrentContent nameWithType: LineNumberTracker.GetLocationBeforeCurrentContent - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.IncrementLineAndOffsetNumbers(System.String) - name: IncrementLineAndOffsetNumbers(string) + name: IncrementLineAndOffsetNumbers(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_LineNumberTracker_IncrementLineAndOffsetNumbers_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.IncrementLineAndOffsetNumbers(System.String) - name.vb: IncrementLineAndOffsetNumbers(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.IncrementLineAndOffsetNumbers(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.IncrementLineAndOffsetNumbers(String) - nameWithType: LineNumberTracker.IncrementLineAndOffsetNumbers(string) - nameWithType.vb: LineNumberTracker.IncrementLineAndOffsetNumbers(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.IncrementLineAndOffsetNumbers(System.String) + nameWithType: LineNumberTracker.IncrementLineAndOffsetNumbers(String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.IncrementLineAndOffsetNumbers* name: IncrementLineAndOffsetNumbers href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_LineNumberTracker_IncrementLineAndOffsetNumbers_ @@ -59866,14 +51419,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.OffsetBeforeIncrement nameWithType: LineNumberTracker.OffsetBeforeIncrement - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.ParseText(System.String) - name: ParseText(string) + name: ParseText(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_LineNumberTracker_ParseText_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.ParseText(System.String) - name.vb: ParseText(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.ParseText(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.ParseText(String) - nameWithType: LineNumberTracker.ParseText(string) - nameWithType.vb: LineNumberTracker.ParseText(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.ParseText(System.String) + nameWithType: LineNumberTracker.ParseText(String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.ParseText* name: ParseText href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.LineNumberTracker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_LineNumberTracker_ParseText_ @@ -59944,38 +51494,29 @@ references: name: RegExFilePostTweaker() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_RegExFilePostTweaker__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.RegExFilePostTweaker() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.New() nameWithType: RegExFilePostTweaker.RegExFilePostTweaker() - nameWithType.vb: RegExFilePostTweaker.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.#ctor(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String}) - name: RegExFilePostTweaker(List, List) + name: RegExFilePostTweaker(List, List) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_RegExFilePostTweaker__ctor_System_Collections_Generic_List_System_String__System_Collections_Generic_List_System_String__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.#ctor(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String}) - name.vb: New(List(Of String), List(Of String)) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.RegExFilePostTweaker(System.Collections.Generic.List, System.Collections.Generic.List) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.New(System.Collections.Generic.List(Of String), System.Collections.Generic.List(Of String)) - nameWithType: RegExFilePostTweaker.RegExFilePostTweaker(List, List) - nameWithType.vb: RegExFilePostTweaker.New(List(Of String), List(Of String)) + name.vb: RegExFilePostTweaker(List(Of String), List(Of String)) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.RegExFilePostTweaker(System.Collections.Generic.List, System.Collections.Generic.List) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.RegExFilePostTweaker(System.Collections.Generic.List(Of System.String), System.Collections.Generic.List(Of System.String)) + nameWithType: RegExFilePostTweaker.RegExFilePostTweaker(List, List) + nameWithType.vb: RegExFilePostTweaker.RegExFilePostTweaker(List(Of String), List(Of String)) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.#ctor(System.String,System.String) - name: RegExFilePostTweaker(string, string) + name: RegExFilePostTweaker(String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_RegExFilePostTweaker__ctor_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.RegExFilePostTweaker(string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.New(String, String) - nameWithType: RegExFilePostTweaker.RegExFilePostTweaker(string, string) - nameWithType.vb: RegExFilePostTweaker.New(String, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.RegExFilePostTweaker(System.String, System.String) + nameWithType: RegExFilePostTweaker.RegExFilePostTweaker(String, String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.#ctor* name: RegExFilePostTweaker href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_RegExFilePostTweaker__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.RegExFilePostTweaker - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.New nameWithType: RegExFilePostTweaker.RegExFilePostTweaker - nameWithType.vb: RegExFilePostTweaker.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.ReplaceInfo name: ReplaceInfo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePostTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_RegExFilePostTweaker_ReplaceInfo @@ -60010,38 +51551,29 @@ references: name: RegExFilePreTweaker() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_RegExFilePreTweaker__ctor commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.RegExFilePreTweaker() - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.New() nameWithType: RegExFilePreTweaker.RegExFilePreTweaker() - nameWithType.vb: RegExFilePreTweaker.New() - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.#ctor(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String}) - name: RegExFilePreTweaker(List, List) + name: RegExFilePreTweaker(List, List) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_RegExFilePreTweaker__ctor_System_Collections_Generic_List_System_String__System_Collections_Generic_List_System_String__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.#ctor(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String}) - name.vb: New(List(Of String), List(Of String)) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.RegExFilePreTweaker(System.Collections.Generic.List, System.Collections.Generic.List) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.New(System.Collections.Generic.List(Of String), System.Collections.Generic.List(Of String)) - nameWithType: RegExFilePreTweaker.RegExFilePreTweaker(List, List) - nameWithType.vb: RegExFilePreTweaker.New(List(Of String), List(Of String)) + name.vb: RegExFilePreTweaker(List(Of String), List(Of String)) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.RegExFilePreTweaker(System.Collections.Generic.List, System.Collections.Generic.List) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.RegExFilePreTweaker(System.Collections.Generic.List(Of System.String), System.Collections.Generic.List(Of System.String)) + nameWithType: RegExFilePreTweaker.RegExFilePreTweaker(List, List) + nameWithType.vb: RegExFilePreTweaker.RegExFilePreTweaker(List(Of String), List(Of String)) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.#ctor(System.String,System.String) - name: RegExFilePreTweaker(string, string) + name: RegExFilePreTweaker(String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_RegExFilePreTweaker__ctor_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.RegExFilePreTweaker(string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.New(String, String) - nameWithType: RegExFilePreTweaker.RegExFilePreTweaker(string, string) - nameWithType.vb: RegExFilePreTweaker.New(String, String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.RegExFilePreTweaker(System.String, System.String) + nameWithType: RegExFilePreTweaker.RegExFilePreTweaker(String, String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.#ctor* name: RegExFilePreTweaker href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_RegExFilePreTweaker__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.RegExFilePreTweaker - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.New nameWithType: RegExFilePreTweaker.RegExFilePreTweaker - nameWithType.vb: RegExFilePreTweaker.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.ReplaceInfo name: ReplaceInfo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_RegExFilePreTweaker_ReplaceInfo @@ -60067,14 +51599,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.Tweak nameWithType: RegExFilePreTweaker.Tweak - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.WillFileBeTweaked(System.String) - name: WillFileBeTweaked(string) + name: WillFileBeTweaked(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_RegExFilePreTweaker_WillFileBeTweaked_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.WillFileBeTweaked(System.String) - name.vb: WillFileBeTweaked(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.WillFileBeTweaked(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.WillFileBeTweaked(String) - nameWithType: RegExFilePreTweaker.WillFileBeTweaked(string) - nameWithType.vb: RegExFilePreTweaker.WillFileBeTweaked(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.WillFileBeTweaked(System.String) + nameWithType: RegExFilePreTweaker.WillFileBeTweaked(String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.WillFileBeTweaked* name: WillFileBeTweaked href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.RegExFilePreTweaker.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_RegExFilePreTweaker_WillFileBeTweaked_ @@ -60274,32 +51803,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData nameWithType: StandardContextTypes.ContextData - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.#ctor(Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData) - name: ContextData(ContextData) + name: ContextData(StandardContextTypes.ContextData) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_StandardContextTypes_ContextData__ctor_Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_StandardContextTypes_ContextData_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.#ctor(Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData) - name.vb: New(ContextData) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.ContextData(Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.New(Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData) nameWithType: StandardContextTypes.ContextData.ContextData(StandardContextTypes.ContextData) - nameWithType.vb: StandardContextTypes.ContextData.New(StandardContextTypes.ContextData) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.#ctor(System.String,System.String,System.String,System.Drawing.Color) - name: ContextData(string, string, string, Color) + name: ContextData(String, String, String, Color) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_StandardContextTypes_ContextData__ctor_System_String_System_String_System_String_System_Drawing_Color_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.#ctor(System.String,System.String,System.String,System.Drawing.Color) - name.vb: New(String, String, String, Color) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.ContextData(string, string, string, System.Drawing.Color) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.New(String, String, String, System.Drawing.Color) - nameWithType: StandardContextTypes.ContextData.ContextData(string, string, string, Color) - nameWithType.vb: StandardContextTypes.ContextData.New(String, String, String, Color) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.ContextData(System.String, System.String, System.String, System.Drawing.Color) + nameWithType: StandardContextTypes.ContextData.ContextData(String, String, String, Color) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.#ctor* name: ContextData href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_StandardContextTypes_ContextData__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.ContextData - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.New nameWithType: StandardContextTypes.ContextData.ContextData - nameWithType.vb: StandardContextTypes.ContextData.New - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.Clone name: Clone() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.StandardContextTypes.ContextData.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_StandardContextTypes_ContextData_Clone @@ -61279,14 +52799,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes.IndexEntry nameWithType: TMMatchContextTypes.IndexEntry - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes.IsDefined(System.String) - name: IsDefined(string) + name: IsDefined(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_TMMatchContextTypes_IsDefined_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes.IsDefined(System.String) - name.vb: IsDefined(String) - fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes.IsDefined(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes.IsDefined(String) - nameWithType: TMMatchContextTypes.IsDefined(string) - nameWithType.vb: TMMatchContextTypes.IsDefined(String) + fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes.IsDefined(System.String) + nameWithType: TMMatchContextTypes.IsDefined(String) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes.IsDefined* name: IsDefined href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.NativeApi.TMMatchContextTypes.html#Sdl_FileTypeSupport_Framework_Core_Utilities_NativeApi_TMMatchContextTypes_IsDefined_ @@ -61378,20 +52895,19 @@ references: name: PredicateAdapter(Predicate) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter-2.html#Sdl_FileTypeSupport_Framework_Core_Utilities_PredicateAdapter_2__ctor_System_Predicate__0__ commentId: M:Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter`2.#ctor(System.Predicate{`0}) - name.vb: New(Predicate(Of AdapteeType)) + name.vb: PredicateAdapter(Predicate(Of AdapteeType)) fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter.PredicateAdapter(System.Predicate) - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter(Of AdapteeType, TargetType).New(System.Predicate(Of AdapteeType)) + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter(Of AdapteeType, TargetType).PredicateAdapter(System.Predicate(Of AdapteeType)) nameWithType: PredicateAdapter.PredicateAdapter(Predicate) - nameWithType.vb: PredicateAdapter(Of AdapteeType, TargetType).New(Predicate(Of AdapteeType)) + nameWithType.vb: PredicateAdapter(Of AdapteeType, TargetType).PredicateAdapter(Predicate(Of AdapteeType)) - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter`2.#ctor* name: PredicateAdapter href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter-2.html#Sdl_FileTypeSupport_Framework_Core_Utilities_PredicateAdapter_2__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter`2.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter.PredicateAdapter - fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter(Of AdapteeType, TargetType).New + fullName.vb: Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter(Of AdapteeType, TargetType).PredicateAdapter nameWithType: PredicateAdapter.PredicateAdapter - nameWithType.vb: PredicateAdapter(Of AdapteeType, TargetType).New + nameWithType.vb: PredicateAdapter(Of AdapteeType, TargetType).PredicateAdapter - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter`2.Adaptee name: Adaptee href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter-2.html#Sdl_FileTypeSupport_Framework_Core_Utilities_PredicateAdapter_2_Adaptee @@ -68131,23 +59647,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.FileJanitor nameWithType: FileJanitor - uid: Sdl.FileTypeSupport.Framework.FileJanitor.#ctor(System.String) - name: FileJanitor(string) + name: FileJanitor(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileJanitor.html#Sdl_FileTypeSupport_Framework_FileJanitor__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.FileJanitor.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.FileJanitor.FileJanitor(string) - fullName.vb: Sdl.FileTypeSupport.Framework.FileJanitor.New(String) - nameWithType: FileJanitor.FileJanitor(string) - nameWithType.vb: FileJanitor.New(String) + fullName: Sdl.FileTypeSupport.Framework.FileJanitor.FileJanitor(System.String) + nameWithType: FileJanitor.FileJanitor(String) - uid: Sdl.FileTypeSupport.Framework.FileJanitor.#ctor* name: FileJanitor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileJanitor.html#Sdl_FileTypeSupport_Framework_FileJanitor__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.FileJanitor.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.FileJanitor.FileJanitor - fullName.vb: Sdl.FileTypeSupport.Framework.FileJanitor.New nameWithType: FileJanitor.FileJanitor - nameWithType.vb: FileJanitor.New - uid: Sdl.FileTypeSupport.Framework.FileJanitor.CancelDelete name: CancelDelete href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileJanitor.html#Sdl_FileTypeSupport_Framework_FileJanitor_CancelDelete @@ -68203,14 +59713,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.FileJanitor.Dispose() nameWithType: FileJanitor.Dispose() - uid: Sdl.FileTypeSupport.Framework.FileJanitor.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileJanitor.html#Sdl_FileTypeSupport_Framework_FileJanitor_Dispose_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.FileJanitor.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.FileTypeSupport.Framework.FileJanitor.Dispose(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.FileJanitor.Dispose(Boolean) - nameWithType: FileJanitor.Dispose(bool) - nameWithType.vb: FileJanitor.Dispose(Boolean) + fullName: Sdl.FileTypeSupport.Framework.FileJanitor.Dispose(System.Boolean) + nameWithType: FileJanitor.Dispose(Boolean) - uid: Sdl.FileTypeSupport.Framework.FileJanitor.Dispose* name: Dispose href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileJanitor.html#Sdl_FileTypeSupport_Framework_FileJanitor_Dispose_ @@ -68230,20 +59737,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.FileJanitor.FilePath nameWithType: FileJanitor.FilePath - uid: Sdl.FileTypeSupport.Framework.FileJanitor.Finalize - name: ~FileJanitor() + name: Finalize() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileJanitor.html#Sdl_FileTypeSupport_Framework_FileJanitor_Finalize commentId: M:Sdl.FileTypeSupport.Framework.FileJanitor.Finalize - name.vb: '' - fullName: Sdl.FileTypeSupport.Framework.FileJanitor.~FileJanitor() - fullName.vb: '' - nameWithType: FileJanitor.~FileJanitor() - nameWithType.vb: '' + fullName: Sdl.FileTypeSupport.Framework.FileJanitor.Finalize() + nameWithType: FileJanitor.Finalize() - uid: Sdl.FileTypeSupport.Framework.FileJanitor.Finalize* - name: ~FileJanitor + name: Finalize href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileJanitor.html#Sdl_FileTypeSupport_Framework_FileJanitor_Finalize_ commentId: Overload:Sdl.FileTypeSupport.Framework.FileJanitor.Finalize - fullName: Sdl.FileTypeSupport.Framework.FileJanitor.~FileJanitor - nameWithType: FileJanitor.~FileJanitor + fullName: Sdl.FileTypeSupport.Framework.FileJanitor.Finalize + nameWithType: FileJanitor.Finalize - uid: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId name: FileTypeDefinitionId href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.html @@ -68251,32 +59755,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId nameWithType: FileTypeDefinitionId - uid: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.#ctor(System.String) - name: FileTypeDefinitionId(string) + name: FileTypeDefinitionId(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.html#Sdl_FileTypeSupport_Framework_FileTypeDefinitionId__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.FileTypeDefinitionId(string) - fullName.vb: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.New(String) - nameWithType: FileTypeDefinitionId.FileTypeDefinitionId(string) - nameWithType.vb: FileTypeDefinitionId.New(String) + fullName: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.FileTypeDefinitionId(System.String) + nameWithType: FileTypeDefinitionId.FileTypeDefinitionId(String) - uid: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.#ctor* name: FileTypeDefinitionId href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.html#Sdl_FileTypeSupport_Framework_FileTypeDefinitionId__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.FileTypeDefinitionId - fullName.vb: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.New nameWithType: FileTypeDefinitionId.FileTypeDefinitionId - nameWithType.vb: FileTypeDefinitionId.New - uid: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.html#Sdl_FileTypeSupport_Framework_FileTypeDefinitionId_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.Equals(Object) - nameWithType: FileTypeDefinitionId.Equals(object) - nameWithType.vb: FileTypeDefinitionId.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.Equals(System.Object) + nameWithType: FileTypeDefinitionId.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.html#Sdl_FileTypeSupport_Framework_FileTypeDefinitionId_Equals_ @@ -68308,41 +59803,29 @@ references: fullName: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.Id nameWithType: FileTypeDefinitionId.Id - uid: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.op_Equality(Sdl.FileTypeSupport.Framework.FileTypeDefinitionId,Sdl.FileTypeSupport.Framework.FileTypeDefinitionId) - name: operator ==(FileTypeDefinitionId, FileTypeDefinitionId) + name: Equality(FileTypeDefinitionId, FileTypeDefinitionId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.html#Sdl_FileTypeSupport_Framework_FileTypeDefinitionId_op_Equality_Sdl_FileTypeSupport_Framework_FileTypeDefinitionId_Sdl_FileTypeSupport_Framework_FileTypeDefinitionId_ commentId: M:Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.op_Equality(Sdl.FileTypeSupport.Framework.FileTypeDefinitionId,Sdl.FileTypeSupport.Framework.FileTypeDefinitionId) - name.vb: =(FileTypeDefinitionId, FileTypeDefinitionId) - fullName: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.operator ==(Sdl.FileTypeSupport.Framework.FileTypeDefinitionId, Sdl.FileTypeSupport.Framework.FileTypeDefinitionId) - fullName.vb: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.=(Sdl.FileTypeSupport.Framework.FileTypeDefinitionId, Sdl.FileTypeSupport.Framework.FileTypeDefinitionId) - nameWithType: FileTypeDefinitionId.operator ==(FileTypeDefinitionId, FileTypeDefinitionId) - nameWithType.vb: FileTypeDefinitionId.=(FileTypeDefinitionId, FileTypeDefinitionId) + fullName: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.Equality(Sdl.FileTypeSupport.Framework.FileTypeDefinitionId, Sdl.FileTypeSupport.Framework.FileTypeDefinitionId) + nameWithType: FileTypeDefinitionId.Equality(FileTypeDefinitionId, FileTypeDefinitionId) - uid: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.op_Equality* - name: operator == + name: Equality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.html#Sdl_FileTypeSupport_Framework_FileTypeDefinitionId_op_Equality_ commentId: Overload:Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.op_Equality - name.vb: = - fullName: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.operator == - fullName.vb: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.= - nameWithType: FileTypeDefinitionId.operator == - nameWithType.vb: FileTypeDefinitionId.= + fullName: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.Equality + nameWithType: FileTypeDefinitionId.Equality - uid: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.op_Inequality(Sdl.FileTypeSupport.Framework.FileTypeDefinitionId,Sdl.FileTypeSupport.Framework.FileTypeDefinitionId) - name: operator !=(FileTypeDefinitionId, FileTypeDefinitionId) + name: Inequality(FileTypeDefinitionId, FileTypeDefinitionId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.html#Sdl_FileTypeSupport_Framework_FileTypeDefinitionId_op_Inequality_Sdl_FileTypeSupport_Framework_FileTypeDefinitionId_Sdl_FileTypeSupport_Framework_FileTypeDefinitionId_ commentId: M:Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.op_Inequality(Sdl.FileTypeSupport.Framework.FileTypeDefinitionId,Sdl.FileTypeSupport.Framework.FileTypeDefinitionId) - name.vb: <>(FileTypeDefinitionId, FileTypeDefinitionId) - fullName: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.operator !=(Sdl.FileTypeSupport.Framework.FileTypeDefinitionId, Sdl.FileTypeSupport.Framework.FileTypeDefinitionId) - fullName.vb: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.<>(Sdl.FileTypeSupport.Framework.FileTypeDefinitionId, Sdl.FileTypeSupport.Framework.FileTypeDefinitionId) - nameWithType: FileTypeDefinitionId.operator !=(FileTypeDefinitionId, FileTypeDefinitionId) - nameWithType.vb: FileTypeDefinitionId.<>(FileTypeDefinitionId, FileTypeDefinitionId) + fullName: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.Inequality(Sdl.FileTypeSupport.Framework.FileTypeDefinitionId, Sdl.FileTypeSupport.Framework.FileTypeDefinitionId) + nameWithType: FileTypeDefinitionId.Inequality(FileTypeDefinitionId, FileTypeDefinitionId) - uid: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.op_Inequality* - name: operator != + name: Inequality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.html#Sdl_FileTypeSupport_Framework_FileTypeDefinitionId_op_Inequality_ commentId: Overload:Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.op_Inequality - name.vb: <> - fullName: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.operator != - fullName.vb: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.<> - nameWithType: FileTypeDefinitionId.operator != - nameWithType.vb: FileTypeDefinitionId.<> + fullName: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.Inequality + nameWithType: FileTypeDefinitionId.Inequality - uid: Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.ToString name: ToString() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeDefinitionId.html#Sdl_FileTypeSupport_Framework_FileTypeDefinitionId_ToString @@ -68365,47 +59848,32 @@ references: name: FileTypeSupportException() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeSupportException.html#Sdl_FileTypeSupport_Framework_FileTypeSupportException__ctor commentId: M:Sdl.FileTypeSupport.Framework.FileTypeSupportException.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.FileTypeSupportException.FileTypeSupportException() - fullName.vb: Sdl.FileTypeSupport.Framework.FileTypeSupportException.New() nameWithType: FileTypeSupportException.FileTypeSupportException() - nameWithType.vb: FileTypeSupportException.New() - uid: Sdl.FileTypeSupport.Framework.FileTypeSupportException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: FileTypeSupportException(SerializationInfo, StreamingContext) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeSupportException.html#Sdl_FileTypeSupport_Framework_FileTypeSupportException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.FileTypeSupport.Framework.FileTypeSupportException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.FileTypeSupport.Framework.FileTypeSupportException.FileTypeSupportException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.FileTypeSupport.Framework.FileTypeSupportException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: FileTypeSupportException.FileTypeSupportException(SerializationInfo, StreamingContext) - nameWithType.vb: FileTypeSupportException.New(SerializationInfo, StreamingContext) - uid: Sdl.FileTypeSupport.Framework.FileTypeSupportException.#ctor(System.String) - name: FileTypeSupportException(string) + name: FileTypeSupportException(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeSupportException.html#Sdl_FileTypeSupport_Framework_FileTypeSupportException__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.FileTypeSupportException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.FileTypeSupportException.FileTypeSupportException(string) - fullName.vb: Sdl.FileTypeSupport.Framework.FileTypeSupportException.New(String) - nameWithType: FileTypeSupportException.FileTypeSupportException(string) - nameWithType.vb: FileTypeSupportException.New(String) + fullName: Sdl.FileTypeSupport.Framework.FileTypeSupportException.FileTypeSupportException(System.String) + nameWithType: FileTypeSupportException.FileTypeSupportException(String) - uid: Sdl.FileTypeSupport.Framework.FileTypeSupportException.#ctor(System.String,System.Exception) - name: FileTypeSupportException(string, Exception) + name: FileTypeSupportException(String, Exception) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeSupportException.html#Sdl_FileTypeSupport_Framework_FileTypeSupportException__ctor_System_String_System_Exception_ commentId: M:Sdl.FileTypeSupport.Framework.FileTypeSupportException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.FileTypeSupport.Framework.FileTypeSupportException.FileTypeSupportException(string, System.Exception) - fullName.vb: Sdl.FileTypeSupport.Framework.FileTypeSupportException.New(String, System.Exception) - nameWithType: FileTypeSupportException.FileTypeSupportException(string, Exception) - nameWithType.vb: FileTypeSupportException.New(String, Exception) + fullName: Sdl.FileTypeSupport.Framework.FileTypeSupportException.FileTypeSupportException(System.String, System.Exception) + nameWithType: FileTypeSupportException.FileTypeSupportException(String, Exception) - uid: Sdl.FileTypeSupport.Framework.FileTypeSupportException.#ctor* name: FileTypeSupportException href: api/filetypesupport/Sdl.FileTypeSupport.Framework.FileTypeSupportException.html#Sdl_FileTypeSupport_Framework_FileTypeSupportException__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.FileTypeSupportException.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.FileTypeSupportException.FileTypeSupportException - fullName.vb: Sdl.FileTypeSupport.Framework.FileTypeSupportException.New nameWithType: FileTypeSupportException.FileTypeSupportException - nameWithType.vb: FileTypeSupportException.New - uid: Sdl.FileTypeSupport.Framework.Formatting name: Sdl.FileTypeSupport.Framework.Formatting href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.html @@ -68422,29 +59890,20 @@ references: name: AbstractBooleanFormatting() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.html#Sdl_FileTypeSupport_Framework_Formatting_AbstractBooleanFormatting__ctor commentId: M:Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.AbstractBooleanFormatting() - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.New() nameWithType: AbstractBooleanFormatting.AbstractBooleanFormatting() - nameWithType.vb: AbstractBooleanFormatting.New() - uid: Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.#ctor(System.Boolean) - name: AbstractBooleanFormatting(bool) + name: AbstractBooleanFormatting(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.html#Sdl_FileTypeSupport_Framework_Formatting_AbstractBooleanFormatting__ctor_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.#ctor(System.Boolean) - name.vb: New(Boolean) - fullName: Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.AbstractBooleanFormatting(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.New(Boolean) - nameWithType: AbstractBooleanFormatting.AbstractBooleanFormatting(bool) - nameWithType.vb: AbstractBooleanFormatting.New(Boolean) + fullName: Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.AbstractBooleanFormatting(System.Boolean) + nameWithType: AbstractBooleanFormatting.AbstractBooleanFormatting(Boolean) - uid: Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.#ctor* name: AbstractBooleanFormatting href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.html#Sdl_FileTypeSupport_Framework_Formatting_AbstractBooleanFormatting__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.AbstractBooleanFormatting - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.New nameWithType: AbstractBooleanFormatting.AbstractBooleanFormatting - nameWithType.vb: AbstractBooleanFormatting.New - uid: Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.LocalizedStringValue name: LocalizedStringValue href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractBooleanFormatting.html#Sdl_FileTypeSupport_Framework_Formatting_AbstractBooleanFormatting_LocalizedStringValue @@ -68491,20 +59950,14 @@ references: name: AbstractFormattingItem() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.html#Sdl_FileTypeSupport_Framework_Formatting_AbstractFormattingItem__ctor commentId: M:Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.AbstractFormattingItem() - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.New() nameWithType: AbstractFormattingItem.AbstractFormattingItem() - nameWithType.vb: AbstractFormattingItem.New() - uid: Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.#ctor* name: AbstractFormattingItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.html#Sdl_FileTypeSupport_Framework_Formatting_AbstractFormattingItem__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.AbstractFormattingItem - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.New nameWithType: AbstractFormattingItem.AbstractFormattingItem - nameWithType.vb: AbstractFormattingItem.New - uid: Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.AcceptVisitor(Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor) name: AcceptVisitor(IFormattingVisitor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.html#Sdl_FileTypeSupport_Framework_Formatting_AbstractFormattingItem_AcceptVisitor_Sdl_FileTypeSupport_Framework_Formatting_IFormattingVisitor_ @@ -68530,14 +59983,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.Clone nameWithType: AbstractFormattingItem.Clone - uid: Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.html#Sdl_FileTypeSupport_Framework_Formatting_AbstractFormattingItem_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.Equals(Object) - nameWithType: AbstractFormattingItem.Equals(object) - nameWithType.vb: AbstractFormattingItem.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.Equals(System.Object) + nameWithType: AbstractFormattingItem.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.AbstractFormattingItem.html#Sdl_FileTypeSupport_Framework_Formatting_AbstractFormattingItem_Equals_ @@ -68638,29 +60088,20 @@ references: name: BackgroundColor() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.html#Sdl_FileTypeSupport_Framework_Formatting_BackgroundColor__ctor commentId: M:Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.BackgroundColor() - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.New() nameWithType: BackgroundColor.BackgroundColor() - nameWithType.vb: BackgroundColor.New() - uid: Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.#ctor(System.Drawing.Color) name: BackgroundColor(Color) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.html#Sdl_FileTypeSupport_Framework_Formatting_BackgroundColor__ctor_System_Drawing_Color_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.#ctor(System.Drawing.Color) - name.vb: New(Color) fullName: Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.BackgroundColor(System.Drawing.Color) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.New(System.Drawing.Color) nameWithType: BackgroundColor.BackgroundColor(Color) - nameWithType.vb: BackgroundColor.New(Color) - uid: Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.#ctor* name: BackgroundColor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.html#Sdl_FileTypeSupport_Framework_Formatting_BackgroundColor__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.BackgroundColor - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.New nameWithType: BackgroundColor.BackgroundColor - nameWithType.vb: BackgroundColor.New - uid: Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.AcceptVisitor(Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor) name: AcceptVisitor(IFormattingVisitor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.html#Sdl_FileTypeSupport_Framework_Formatting_BackgroundColor_AcceptVisitor_Sdl_FileTypeSupport_Framework_Formatting_IFormattingVisitor_ @@ -68686,14 +60127,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.Clone nameWithType: BackgroundColor.Clone - uid: Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.html#Sdl_FileTypeSupport_Framework_Formatting_BackgroundColor_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.Equals(Object) - nameWithType: BackgroundColor.Equals(object) - nameWithType.vb: BackgroundColor.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.Equals(System.Object) + nameWithType: BackgroundColor.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.BackgroundColor.html#Sdl_FileTypeSupport_Framework_Formatting_BackgroundColor_Equals_ @@ -68782,29 +60220,20 @@ references: name: Bold() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Bold.html#Sdl_FileTypeSupport_Framework_Formatting_Bold__ctor commentId: M:Sdl.FileTypeSupport.Framework.Formatting.Bold.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Formatting.Bold.Bold() - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.Bold.New() nameWithType: Bold.Bold() - nameWithType.vb: Bold.New() - uid: Sdl.FileTypeSupport.Framework.Formatting.Bold.#ctor(System.Boolean) - name: Bold(bool) + name: Bold(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Bold.html#Sdl_FileTypeSupport_Framework_Formatting_Bold__ctor_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.Bold.#ctor(System.Boolean) - name.vb: New(Boolean) - fullName: Sdl.FileTypeSupport.Framework.Formatting.Bold.Bold(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.Bold.New(Boolean) - nameWithType: Bold.Bold(bool) - nameWithType.vb: Bold.New(Boolean) + fullName: Sdl.FileTypeSupport.Framework.Formatting.Bold.Bold(System.Boolean) + nameWithType: Bold.Bold(Boolean) - uid: Sdl.FileTypeSupport.Framework.Formatting.Bold.#ctor* name: Bold href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Bold.html#Sdl_FileTypeSupport_Framework_Formatting_Bold__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Formatting.Bold.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Formatting.Bold.Bold - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.Bold.New nameWithType: Bold.Bold - nameWithType.vb: Bold.New - uid: Sdl.FileTypeSupport.Framework.Formatting.Bold.AcceptVisitor(Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor) name: AcceptVisitor(IFormattingVisitor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Bold.html#Sdl_FileTypeSupport_Framework_Formatting_Bold_AcceptVisitor_Sdl_FileTypeSupport_Framework_Formatting_IFormattingVisitor_ @@ -68863,29 +60292,20 @@ references: name: FontName() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontName.html#Sdl_FileTypeSupport_Framework_Formatting_FontName__ctor commentId: M:Sdl.FileTypeSupport.Framework.Formatting.FontName.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Formatting.FontName.FontName() - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.FontName.New() nameWithType: FontName.FontName() - nameWithType.vb: FontName.New() - uid: Sdl.FileTypeSupport.Framework.Formatting.FontName.#ctor(System.String) - name: FontName(string) + name: FontName(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontName.html#Sdl_FileTypeSupport_Framework_Formatting_FontName__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.FontName.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.Formatting.FontName.FontName(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.FontName.New(String) - nameWithType: FontName.FontName(string) - nameWithType.vb: FontName.New(String) + fullName: Sdl.FileTypeSupport.Framework.Formatting.FontName.FontName(System.String) + nameWithType: FontName.FontName(String) - uid: Sdl.FileTypeSupport.Framework.Formatting.FontName.#ctor* name: FontName href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontName.html#Sdl_FileTypeSupport_Framework_Formatting_FontName__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Formatting.FontName.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Formatting.FontName.FontName - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.FontName.New nameWithType: FontName.FontName - nameWithType.vb: FontName.New - uid: Sdl.FileTypeSupport.Framework.Formatting.FontName.AcceptVisitor(Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor) name: AcceptVisitor(IFormattingVisitor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontName.html#Sdl_FileTypeSupport_Framework_Formatting_FontName_AcceptVisitor_Sdl_FileTypeSupport_Framework_Formatting_IFormattingVisitor_ @@ -68968,29 +60388,20 @@ references: name: FontSize() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontSize.html#Sdl_FileTypeSupport_Framework_Formatting_FontSize__ctor commentId: M:Sdl.FileTypeSupport.Framework.Formatting.FontSize.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Formatting.FontSize.FontSize() - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.FontSize.New() nameWithType: FontSize.FontSize() - nameWithType.vb: FontSize.New() - uid: Sdl.FileTypeSupport.Framework.Formatting.FontSize.#ctor(System.Single) - name: FontSize(float) + name: FontSize(Single) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontSize.html#Sdl_FileTypeSupport_Framework_Formatting_FontSize__ctor_System_Single_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.FontSize.#ctor(System.Single) - name.vb: New(Single) - fullName: Sdl.FileTypeSupport.Framework.Formatting.FontSize.FontSize(float) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.FontSize.New(Single) - nameWithType: FontSize.FontSize(float) - nameWithType.vb: FontSize.New(Single) + fullName: Sdl.FileTypeSupport.Framework.Formatting.FontSize.FontSize(System.Single) + nameWithType: FontSize.FontSize(Single) - uid: Sdl.FileTypeSupport.Framework.Formatting.FontSize.#ctor* name: FontSize href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontSize.html#Sdl_FileTypeSupport_Framework_Formatting_FontSize__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Formatting.FontSize.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Formatting.FontSize.FontSize - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.FontSize.New nameWithType: FontSize.FontSize - nameWithType.vb: FontSize.New - uid: Sdl.FileTypeSupport.Framework.Formatting.FontSize.AcceptVisitor(Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor) name: AcceptVisitor(IFormattingVisitor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.FontSize.html#Sdl_FileTypeSupport_Framework_Formatting_FontSize_AcceptVisitor_Sdl_FileTypeSupport_Framework_Formatting_IFormattingVisitor_ @@ -69088,14 +60499,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.Contains(Sdl.FileTypeSupport.Framework.Formatting.IFormattingItem) nameWithType: IFormattingGroup.Contains(IFormattingItem) - uid: Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.Contains(System.String) - name: Contains(string) + name: Contains(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.html#Sdl_FileTypeSupport_Framework_Formatting_IFormattingGroup_Contains_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.Contains(System.String) - name.vb: Contains(String) - fullName: Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.Contains(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.Contains(String) - nameWithType: IFormattingGroup.Contains(string) - nameWithType.vb: IFormattingGroup.Contains(String) + fullName: Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.Contains(System.String) + nameWithType: IFormattingGroup.Contains(String) - uid: Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.Contains* name: Contains href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.html#Sdl_FileTypeSupport_Framework_Formatting_IFormattingGroup_Contains_ @@ -69103,23 +60511,20 @@ references: fullName: Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.Contains nameWithType: IFormattingGroup.Contains - uid: Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.Item(System.String) - name: this[string] + name: Item[String] href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.html#Sdl_FileTypeSupport_Framework_Formatting_IFormattingGroup_Item_System_String_ commentId: P:Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.Item(System.String) - name.vb: this[](String) - fullName: Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.this[string] - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.this[](String) - nameWithType: IFormattingGroup.this[string] - nameWithType.vb: IFormattingGroup.this[](String) + name.vb: Item(String) + fullName: Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.Item[System.String] + fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.Item(System.String) + nameWithType: IFormattingGroup.Item[String] + nameWithType.vb: IFormattingGroup.Item(String) - uid: Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.Item* - name: this + name: Item href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.html#Sdl_FileTypeSupport_Framework_Formatting_IFormattingGroup_Item_ commentId: Overload:Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.Item - name.vb: this[] - fullName: Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.this - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.this[] - nameWithType: IFormattingGroup.this - nameWithType.vb: IFormattingGroup.this[] + fullName: Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.Item + nameWithType: IFormattingGroup.Item - uid: Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.OverrideWith(Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup) name: OverrideWith(IFormattingGroup) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingGroup.html#Sdl_FileTypeSupport_Framework_Formatting_IFormattingGroup_OverrideWith_Sdl_FileTypeSupport_Framework_Formatting_IFormattingGroup_ @@ -69229,14 +60634,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Formatting.IFormattingItemFactory.CreateFormatting nameWithType: IFormattingItemFactory.CreateFormatting - uid: Sdl.FileTypeSupport.Framework.Formatting.IFormattingItemFactory.CreateFormattingItem(System.String,System.String) - name: CreateFormattingItem(string, string) + name: CreateFormattingItem(String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingItemFactory.html#Sdl_FileTypeSupport_Framework_Formatting_IFormattingItemFactory_CreateFormattingItem_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.IFormattingItemFactory.CreateFormattingItem(System.String,System.String) - name.vb: CreateFormattingItem(String, String) - fullName: Sdl.FileTypeSupport.Framework.Formatting.IFormattingItemFactory.CreateFormattingItem(string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.IFormattingItemFactory.CreateFormattingItem(String, String) - nameWithType: IFormattingItemFactory.CreateFormattingItem(string, string) - nameWithType.vb: IFormattingItemFactory.CreateFormattingItem(String, String) + fullName: Sdl.FileTypeSupport.Framework.Formatting.IFormattingItemFactory.CreateFormattingItem(System.String, System.String) + nameWithType: IFormattingItemFactory.CreateFormattingItem(String, String) - uid: Sdl.FileTypeSupport.Framework.Formatting.IFormattingItemFactory.CreateFormattingItem* name: CreateFormattingItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.IFormattingItemFactory.html#Sdl_FileTypeSupport_Framework_Formatting_IFormattingItemFactory_CreateFormattingItem_ @@ -69391,29 +60793,20 @@ references: name: Italic() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Italic.html#Sdl_FileTypeSupport_Framework_Formatting_Italic__ctor commentId: M:Sdl.FileTypeSupport.Framework.Formatting.Italic.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Formatting.Italic.Italic() - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.Italic.New() nameWithType: Italic.Italic() - nameWithType.vb: Italic.New() - uid: Sdl.FileTypeSupport.Framework.Formatting.Italic.#ctor(System.Boolean) - name: Italic(bool) + name: Italic(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Italic.html#Sdl_FileTypeSupport_Framework_Formatting_Italic__ctor_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.Italic.#ctor(System.Boolean) - name.vb: New(Boolean) - fullName: Sdl.FileTypeSupport.Framework.Formatting.Italic.Italic(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.Italic.New(Boolean) - nameWithType: Italic.Italic(bool) - nameWithType.vb: Italic.New(Boolean) + fullName: Sdl.FileTypeSupport.Framework.Formatting.Italic.Italic(System.Boolean) + nameWithType: Italic.Italic(Boolean) - uid: Sdl.FileTypeSupport.Framework.Formatting.Italic.#ctor* name: Italic href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Italic.html#Sdl_FileTypeSupport_Framework_Formatting_Italic__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Formatting.Italic.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Formatting.Italic.Italic - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.Italic.New nameWithType: Italic.Italic - nameWithType.vb: Italic.New - uid: Sdl.FileTypeSupport.Framework.Formatting.Italic.AcceptVisitor(Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor) name: AcceptVisitor(IFormattingVisitor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Italic.html#Sdl_FileTypeSupport_Framework_Formatting_Italic_AcceptVisitor_Sdl_FileTypeSupport_Framework_Formatting_IFormattingVisitor_ @@ -69472,29 +60865,20 @@ references: name: Strikethrough() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.html#Sdl_FileTypeSupport_Framework_Formatting_Strikethrough__ctor commentId: M:Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.Strikethrough() - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.New() nameWithType: Strikethrough.Strikethrough() - nameWithType.vb: Strikethrough.New() - uid: Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.#ctor(System.Boolean) - name: Strikethrough(bool) + name: Strikethrough(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.html#Sdl_FileTypeSupport_Framework_Formatting_Strikethrough__ctor_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.#ctor(System.Boolean) - name.vb: New(Boolean) - fullName: Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.Strikethrough(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.New(Boolean) - nameWithType: Strikethrough.Strikethrough(bool) - nameWithType.vb: Strikethrough.New(Boolean) + fullName: Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.Strikethrough(System.Boolean) + nameWithType: Strikethrough.Strikethrough(Boolean) - uid: Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.#ctor* name: Strikethrough href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.html#Sdl_FileTypeSupport_Framework_Formatting_Strikethrough__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.Strikethrough - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.New nameWithType: Strikethrough.Strikethrough - nameWithType.vb: Strikethrough.New - uid: Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.AcceptVisitor(Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor) name: AcceptVisitor(IFormattingVisitor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Strikethrough.html#Sdl_FileTypeSupport_Framework_Formatting_Strikethrough_AcceptVisitor_Sdl_FileTypeSupport_Framework_Formatting_IFormattingVisitor_ @@ -69553,29 +60937,20 @@ references: name: TextColor() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextColor.html#Sdl_FileTypeSupport_Framework_Formatting_TextColor__ctor commentId: M:Sdl.FileTypeSupport.Framework.Formatting.TextColor.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Formatting.TextColor.TextColor() - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.TextColor.New() nameWithType: TextColor.TextColor() - nameWithType.vb: TextColor.New() - uid: Sdl.FileTypeSupport.Framework.Formatting.TextColor.#ctor(System.Drawing.Color) name: TextColor(Color) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextColor.html#Sdl_FileTypeSupport_Framework_Formatting_TextColor__ctor_System_Drawing_Color_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.TextColor.#ctor(System.Drawing.Color) - name.vb: New(Color) fullName: Sdl.FileTypeSupport.Framework.Formatting.TextColor.TextColor(System.Drawing.Color) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.TextColor.New(System.Drawing.Color) nameWithType: TextColor.TextColor(Color) - nameWithType.vb: TextColor.New(Color) - uid: Sdl.FileTypeSupport.Framework.Formatting.TextColor.#ctor* name: TextColor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextColor.html#Sdl_FileTypeSupport_Framework_Formatting_TextColor__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Formatting.TextColor.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Formatting.TextColor.TextColor - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.TextColor.New nameWithType: TextColor.TextColor - nameWithType.vb: TextColor.New - uid: Sdl.FileTypeSupport.Framework.Formatting.TextColor.AcceptVisitor(Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor) name: AcceptVisitor(IFormattingVisitor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextColor.html#Sdl_FileTypeSupport_Framework_Formatting_TextColor_AcceptVisitor_Sdl_FileTypeSupport_Framework_Formatting_IFormattingVisitor_ @@ -69601,14 +60976,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Formatting.TextColor.Clone nameWithType: TextColor.Clone - uid: Sdl.FileTypeSupport.Framework.Formatting.TextColor.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextColor.html#Sdl_FileTypeSupport_Framework_Formatting_TextColor_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.TextColor.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Formatting.TextColor.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.TextColor.Equals(Object) - nameWithType: TextColor.Equals(object) - nameWithType.vb: TextColor.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.Formatting.TextColor.Equals(System.Object) + nameWithType: TextColor.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Formatting.TextColor.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextColor.html#Sdl_FileTypeSupport_Framework_Formatting_TextColor_Equals_ @@ -69697,38 +61069,26 @@ references: name: TextDirection() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextDirection.html#Sdl_FileTypeSupport_Framework_Formatting_TextDirection__ctor commentId: M:Sdl.FileTypeSupport.Framework.Formatting.TextDirection.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Formatting.TextDirection.TextDirection() - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.TextDirection.New() nameWithType: TextDirection.TextDirection() - nameWithType.vb: TextDirection.New() - uid: Sdl.FileTypeSupport.Framework.Formatting.TextDirection.#ctor(Sdl.FileTypeSupport.Framework.Direction) name: TextDirection(Direction) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextDirection.html#Sdl_FileTypeSupport_Framework_Formatting_TextDirection__ctor_Sdl_FileTypeSupport_Framework_Direction_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.TextDirection.#ctor(Sdl.FileTypeSupport.Framework.Direction) - name.vb: New(Direction) fullName: Sdl.FileTypeSupport.Framework.Formatting.TextDirection.TextDirection(Sdl.FileTypeSupport.Framework.Direction) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.TextDirection.New(Sdl.FileTypeSupport.Framework.Direction) nameWithType: TextDirection.TextDirection(Direction) - nameWithType.vb: TextDirection.New(Direction) - uid: Sdl.FileTypeSupport.Framework.Formatting.TextDirection.#ctor(Sdl.FileTypeSupport.Framework.Formatting.TextDirection) name: TextDirection(TextDirection) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextDirection.html#Sdl_FileTypeSupport_Framework_Formatting_TextDirection__ctor_Sdl_FileTypeSupport_Framework_Formatting_TextDirection_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.TextDirection.#ctor(Sdl.FileTypeSupport.Framework.Formatting.TextDirection) - name.vb: New(TextDirection) fullName: Sdl.FileTypeSupport.Framework.Formatting.TextDirection.TextDirection(Sdl.FileTypeSupport.Framework.Formatting.TextDirection) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.TextDirection.New(Sdl.FileTypeSupport.Framework.Formatting.TextDirection) nameWithType: TextDirection.TextDirection(TextDirection) - nameWithType.vb: TextDirection.New(TextDirection) - uid: Sdl.FileTypeSupport.Framework.Formatting.TextDirection.#ctor* name: TextDirection href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextDirection.html#Sdl_FileTypeSupport_Framework_Formatting_TextDirection__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Formatting.TextDirection.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Formatting.TextDirection.TextDirection - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.TextDirection.New nameWithType: TextDirection.TextDirection - nameWithType.vb: TextDirection.New - uid: Sdl.FileTypeSupport.Framework.Formatting.TextDirection.AcceptVisitor(Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor) name: AcceptVisitor(IFormattingVisitor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextDirection.html#Sdl_FileTypeSupport_Framework_Formatting_TextDirection_AcceptVisitor_Sdl_FileTypeSupport_Framework_Formatting_IFormattingVisitor_ @@ -69823,29 +61183,20 @@ references: name: TextPosition() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.html#Sdl_FileTypeSupport_Framework_Formatting_TextPosition__ctor commentId: M:Sdl.FileTypeSupport.Framework.Formatting.TextPosition.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Formatting.TextPosition.TextPosition() - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.TextPosition.New() nameWithType: TextPosition.TextPosition() - nameWithType.vb: TextPosition.New() - uid: Sdl.FileTypeSupport.Framework.Formatting.TextPosition.#ctor(Sdl.FileTypeSupport.Framework.Formatting.TextPosition.SuperSub) - name: TextPosition(SuperSub) + name: TextPosition(TextPosition.SuperSub) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.html#Sdl_FileTypeSupport_Framework_Formatting_TextPosition__ctor_Sdl_FileTypeSupport_Framework_Formatting_TextPosition_SuperSub_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.TextPosition.#ctor(Sdl.FileTypeSupport.Framework.Formatting.TextPosition.SuperSub) - name.vb: New(SuperSub) fullName: Sdl.FileTypeSupport.Framework.Formatting.TextPosition.TextPosition(Sdl.FileTypeSupport.Framework.Formatting.TextPosition.SuperSub) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.TextPosition.New(Sdl.FileTypeSupport.Framework.Formatting.TextPosition.SuperSub) nameWithType: TextPosition.TextPosition(TextPosition.SuperSub) - nameWithType.vb: TextPosition.New(TextPosition.SuperSub) - uid: Sdl.FileTypeSupport.Framework.Formatting.TextPosition.#ctor* name: TextPosition href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.html#Sdl_FileTypeSupport_Framework_Formatting_TextPosition__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Formatting.TextPosition.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Formatting.TextPosition.TextPosition - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.TextPosition.New nameWithType: TextPosition.TextPosition - nameWithType.vb: TextPosition.New - uid: Sdl.FileTypeSupport.Framework.Formatting.TextPosition.AcceptVisitor(Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor) name: AcceptVisitor(IFormattingVisitor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.TextPosition.html#Sdl_FileTypeSupport_Framework_Formatting_TextPosition_AcceptVisitor_Sdl_FileTypeSupport_Framework_Formatting_IFormattingVisitor_ @@ -69970,29 +61321,20 @@ references: name: Underline() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Underline.html#Sdl_FileTypeSupport_Framework_Formatting_Underline__ctor commentId: M:Sdl.FileTypeSupport.Framework.Formatting.Underline.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Formatting.Underline.Underline() - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.Underline.New() nameWithType: Underline.Underline() - nameWithType.vb: Underline.New() - uid: Sdl.FileTypeSupport.Framework.Formatting.Underline.#ctor(System.Boolean) - name: Underline(bool) + name: Underline(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Underline.html#Sdl_FileTypeSupport_Framework_Formatting_Underline__ctor_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.Underline.#ctor(System.Boolean) - name.vb: New(Boolean) - fullName: Sdl.FileTypeSupport.Framework.Formatting.Underline.Underline(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.Underline.New(Boolean) - nameWithType: Underline.Underline(bool) - nameWithType.vb: Underline.New(Boolean) + fullName: Sdl.FileTypeSupport.Framework.Formatting.Underline.Underline(System.Boolean) + nameWithType: Underline.Underline(Boolean) - uid: Sdl.FileTypeSupport.Framework.Formatting.Underline.#ctor* name: Underline href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Underline.html#Sdl_FileTypeSupport_Framework_Formatting_Underline__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Formatting.Underline.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Formatting.Underline.Underline - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.Underline.New nameWithType: Underline.Underline - nameWithType.vb: Underline.New - uid: Sdl.FileTypeSupport.Framework.Formatting.Underline.AcceptVisitor(Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor) name: AcceptVisitor(IFormattingVisitor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.Underline.html#Sdl_FileTypeSupport_Framework_Formatting_Underline_AcceptVisitor_Sdl_FileTypeSupport_Framework_Formatting_IFormattingVisitor_ @@ -70051,29 +61393,20 @@ references: name: UnknownFormatting() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.html#Sdl_FileTypeSupport_Framework_Formatting_UnknownFormatting__ctor commentId: M:Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.UnknownFormatting() - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.New() nameWithType: UnknownFormatting.UnknownFormatting() - nameWithType.vb: UnknownFormatting.New() - uid: Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.#ctor(System.String,System.String) - name: UnknownFormatting(string, string) + name: UnknownFormatting(String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.html#Sdl_FileTypeSupport_Framework_Formatting_UnknownFormatting__ctor_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.UnknownFormatting(string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.New(String, String) - nameWithType: UnknownFormatting.UnknownFormatting(string, string) - nameWithType.vb: UnknownFormatting.New(String, String) + fullName: Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.UnknownFormatting(System.String, System.String) + nameWithType: UnknownFormatting.UnknownFormatting(String, String) - uid: Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.#ctor* name: UnknownFormatting href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.html#Sdl_FileTypeSupport_Framework_Formatting_UnknownFormatting__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.UnknownFormatting - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.New nameWithType: UnknownFormatting.UnknownFormatting - nameWithType.vb: UnknownFormatting.New - uid: Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.AcceptVisitor(Sdl.FileTypeSupport.Framework.Formatting.IFormattingVisitor) name: AcceptVisitor(IFormattingVisitor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.html#Sdl_FileTypeSupport_Framework_Formatting_UnknownFormatting_AcceptVisitor_Sdl_FileTypeSupport_Framework_Formatting_IFormattingVisitor_ @@ -70123,14 +61456,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.LocalizedFormattingName nameWithType: UnknownFormatting.LocalizedFormattingName - uid: Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.SetFormattingName(System.String) - name: SetFormattingName(string) + name: SetFormattingName(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.html#Sdl_FileTypeSupport_Framework_Formatting_UnknownFormatting_SetFormattingName_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.SetFormattingName(System.String) - name.vb: SetFormattingName(String) - fullName: Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.SetFormattingName(string) - fullName.vb: Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.SetFormattingName(String) - nameWithType: UnknownFormatting.SetFormattingName(string) - nameWithType.vb: UnknownFormatting.SetFormattingName(String) + fullName: Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.SetFormattingName(System.String) + nameWithType: UnknownFormatting.SetFormattingName(String) - uid: Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.SetFormattingName* name: SetFormattingName href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Formatting.UnknownFormatting.html#Sdl_FileTypeSupport_Framework_Formatting_UnknownFormatting_SetFormattingName_ @@ -70177,20 +61507,14 @@ references: name: AbstractFileTypeDefinitionComponent() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.html#Sdl_FileTypeSupport_Framework_IntegrationApi_AbstractFileTypeDefinitionComponent__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.AbstractFileTypeDefinitionComponent() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.New() nameWithType: AbstractFileTypeDefinitionComponent.AbstractFileTypeDefinitionComponent() - nameWithType.vb: AbstractFileTypeDefinitionComponent.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.#ctor* name: AbstractFileTypeDefinitionComponent href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.html#Sdl_FileTypeSupport_Framework_IntegrationApi_AbstractFileTypeDefinitionComponent__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.AbstractFileTypeDefinitionComponent - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.New nameWithType: AbstractFileTypeDefinitionComponent.AbstractFileTypeDefinitionComponent - nameWithType.vb: AbstractFileTypeDefinitionComponent.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.FileTypeDefinition name: FileTypeDefinition href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractFileTypeDefinitionComponent.html#Sdl_FileTypeSupport_Framework_IntegrationApi_AbstractFileTypeDefinitionComponent_FileTypeDefinition @@ -70213,20 +61537,14 @@ references: name: AbstractSingleFileRefreshablePreviewController() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.html#Sdl_FileTypeSupport_Framework_IntegrationApi_AbstractSingleFileRefreshablePreviewController__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.AbstractSingleFileRefreshablePreviewController() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.New() nameWithType: AbstractSingleFileRefreshablePreviewController.AbstractSingleFileRefreshablePreviewController() - nameWithType.vb: AbstractSingleFileRefreshablePreviewController.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.#ctor* name: AbstractSingleFileRefreshablePreviewController href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.html#Sdl_FileTypeSupport_Framework_IntegrationApi_AbstractSingleFileRefreshablePreviewController__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.AbstractSingleFileRefreshablePreviewController - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.New nameWithType: AbstractSingleFileRefreshablePreviewController.AbstractSingleFileRefreshablePreviewController - nameWithType.vb: AbstractSingleFileRefreshablePreviewController.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.AfterFileRefresh name: AfterFileRefresh() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSingleFileRefreshablePreviewController.html#Sdl_FileTypeSupport_Framework_IntegrationApi_AbstractSingleFileRefreshablePreviewController_AfterFileRefresh @@ -70411,20 +61729,14 @@ references: name: AbstractSourceAndTargetFileRefreshablePreviewController() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.html#Sdl_FileTypeSupport_Framework_IntegrationApi_AbstractSourceAndTargetFileRefreshablePreviewController__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.AbstractSourceAndTargetFileRefreshablePreviewController() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.New() nameWithType: AbstractSourceAndTargetFileRefreshablePreviewController.AbstractSourceAndTargetFileRefreshablePreviewController() - nameWithType.vb: AbstractSourceAndTargetFileRefreshablePreviewController.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.#ctor* name: AbstractSourceAndTargetFileRefreshablePreviewController href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.html#Sdl_FileTypeSupport_Framework_IntegrationApi_AbstractSourceAndTargetFileRefreshablePreviewController__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.AbstractSourceAndTargetFileRefreshablePreviewController - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.New nameWithType: AbstractSourceAndTargetFileRefreshablePreviewController.AbstractSourceAndTargetFileRefreshablePreviewController - nameWithType.vb: AbstractSourceAndTargetFileRefreshablePreviewController.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.AfterFileRefresh name: AfterFileRefresh() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.AbstractSourceAndTargetFileRefreshablePreviewController.html#Sdl_FileTypeSupport_Framework_IntegrationApi_AbstractSourceAndTargetFileRefreshablePreviewController_AfterFileRefresh @@ -70582,23 +61894,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs nameWithType: BatchProgressEventArgs - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.#ctor(System.String,System.Int32,System.Int32,System.Byte) - name: BatchProgressEventArgs(string, int, int, byte) + name: BatchProgressEventArgs(String, Int32, Int32, Byte) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.html#Sdl_FileTypeSupport_Framework_IntegrationApi_BatchProgressEventArgs__ctor_System_String_System_Int32_System_Int32_System_Byte_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.#ctor(System.String,System.Int32,System.Int32,System.Byte) - name.vb: New(String, Integer, Integer, Byte) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.BatchProgressEventArgs(string, int, int, byte) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.New(String, Integer, Integer, Byte) - nameWithType: BatchProgressEventArgs.BatchProgressEventArgs(string, int, int, byte) - nameWithType.vb: BatchProgressEventArgs.New(String, Integer, Integer, Byte) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.BatchProgressEventArgs(System.String, System.Int32, System.Int32, System.Byte) + nameWithType: BatchProgressEventArgs.BatchProgressEventArgs(String, Int32, Int32, Byte) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.#ctor* name: BatchProgressEventArgs href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.html#Sdl_FileTypeSupport_Framework_IntegrationApi_BatchProgressEventArgs__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.BatchProgressEventArgs - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.New nameWithType: BatchProgressEventArgs.BatchProgressEventArgs - nameWithType.vb: BatchProgressEventArgs.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.FileNumber name: FileNumber href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BatchProgressEventArgs.html#Sdl_FileTypeSupport_Framework_IntegrationApi_BatchProgressEventArgs_FileNumber @@ -70666,32 +61972,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider nameWithType: BilingualDocumentOutputPropertiesProvider - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.#ctor(System.Object,System.IntPtr) - name: BilingualDocumentOutputPropertiesProvider(object, IntPtr) + name: BilingualDocumentOutputPropertiesProvider(Object, IntPtr) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_BilingualDocumentOutputPropertiesProvider__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.BilingualDocumentOutputPropertiesProvider(object, System.IntPtr) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.New(Object, System.IntPtr) - nameWithType: BilingualDocumentOutputPropertiesProvider.BilingualDocumentOutputPropertiesProvider(object, IntPtr) - nameWithType.vb: BilingualDocumentOutputPropertiesProvider.New(Object, IntPtr) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.BilingualDocumentOutputPropertiesProvider(System.Object, System.IntPtr) + nameWithType: BilingualDocumentOutputPropertiesProvider.BilingualDocumentOutputPropertiesProvider(Object, IntPtr) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.#ctor* name: BilingualDocumentOutputPropertiesProvider href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_BilingualDocumentOutputPropertiesProvider__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.BilingualDocumentOutputPropertiesProvider - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.New nameWithType: BilingualDocumentOutputPropertiesProvider.BilingualDocumentOutputPropertiesProvider - nameWithType.vb: BilingualDocumentOutputPropertiesProvider.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputProperties,Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties,Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo,System.AsyncCallback,System.Object) - name: BeginInvoke(IBilingualDocumentOutputProperties, IDocumentProperties, IOutputFileInfo, AsyncCallback, object) + name: BeginInvoke(IBilingualDocumentOutputProperties, IDocumentProperties, IOutputFileInfo, AsyncCallback, Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_BilingualDocumentOutputPropertiesProvider_BeginInvoke_Sdl_FileTypeSupport_Framework_BilingualApi_IBilingualDocumentOutputProperties_Sdl_FileTypeSupport_Framework_BilingualApi_IDocumentProperties_Sdl_FileTypeSupport_Framework_NativeApi_IOutputFileInfo_System_AsyncCallback_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputProperties,Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties,Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(IBilingualDocumentOutputProperties, IDocumentProperties, IOutputFileInfo, AsyncCallback, Object) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputProperties, Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties, Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo, System.AsyncCallback, object) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputProperties, Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties, Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo, System.AsyncCallback, Object) - nameWithType: BilingualDocumentOutputPropertiesProvider.BeginInvoke(IBilingualDocumentOutputProperties, IDocumentProperties, IOutputFileInfo, AsyncCallback, object) - nameWithType.vb: BilingualDocumentOutputPropertiesProvider.BeginInvoke(IBilingualDocumentOutputProperties, IDocumentProperties, IOutputFileInfo, AsyncCallback, Object) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualDocumentOutputProperties, Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties, Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo, System.AsyncCallback, System.Object) + nameWithType: BilingualDocumentOutputPropertiesProvider.BeginInvoke(IBilingualDocumentOutputProperties, IDocumentProperties, IOutputFileInfo, AsyncCallback, Object) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.BeginInvoke* name: BeginInvoke href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_BilingualDocumentOutputPropertiesProvider_BeginInvoke_ @@ -70729,32 +62026,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory nameWithType: BilingualParserFactory - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.#ctor(System.Object,System.IntPtr) - name: BilingualParserFactory(object, IntPtr) + name: BilingualParserFactory(Object, IntPtr) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.html#Sdl_FileTypeSupport_Framework_IntegrationApi_BilingualParserFactory__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.BilingualParserFactory(object, System.IntPtr) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.New(Object, System.IntPtr) - nameWithType: BilingualParserFactory.BilingualParserFactory(object, IntPtr) - nameWithType.vb: BilingualParserFactory.New(Object, IntPtr) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.BilingualParserFactory(System.Object, System.IntPtr) + nameWithType: BilingualParserFactory.BilingualParserFactory(Object, IntPtr) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.#ctor* name: BilingualParserFactory href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.html#Sdl_FileTypeSupport_Framework_IntegrationApi_BilingualParserFactory__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.BilingualParserFactory - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.New nameWithType: BilingualParserFactory.BilingualParserFactory - nameWithType.vb: BilingualParserFactory.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.BeginInvoke(System.AsyncCallback,System.Object) - name: BeginInvoke(AsyncCallback, object) + name: BeginInvoke(AsyncCallback, Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.html#Sdl_FileTypeSupport_Framework_IntegrationApi_BilingualParserFactory_BeginInvoke_System_AsyncCallback_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.BeginInvoke(System.AsyncCallback,System.Object) - name.vb: BeginInvoke(AsyncCallback, Object) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.BeginInvoke(System.AsyncCallback, object) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.BeginInvoke(System.AsyncCallback, Object) - nameWithType: BilingualParserFactory.BeginInvoke(AsyncCallback, object) - nameWithType.vb: BilingualParserFactory.BeginInvoke(AsyncCallback, Object) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.BeginInvoke(System.AsyncCallback, System.Object) + nameWithType: BilingualParserFactory.BeginInvoke(AsyncCallback, Object) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.BeginInvoke* name: BeginInvoke href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualParserFactory.html#Sdl_FileTypeSupport_Framework_IntegrationApi_BilingualParserFactory_BeginInvoke_ @@ -70792,32 +62080,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider nameWithType: BilingualVerifiersProvider - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.#ctor(System.Object,System.IntPtr) - name: BilingualVerifiersProvider(object, IntPtr) + name: BilingualVerifiersProvider(Object, IntPtr) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_BilingualVerifiersProvider__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.BilingualVerifiersProvider(object, System.IntPtr) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.New(Object, System.IntPtr) - nameWithType: BilingualVerifiersProvider.BilingualVerifiersProvider(object, IntPtr) - nameWithType.vb: BilingualVerifiersProvider.New(Object, IntPtr) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.BilingualVerifiersProvider(System.Object, System.IntPtr) + nameWithType: BilingualVerifiersProvider.BilingualVerifiersProvider(Object, IntPtr) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.#ctor* name: BilingualVerifiersProvider href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_BilingualVerifiersProvider__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.BilingualVerifiersProvider - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.New nameWithType: BilingualVerifiersProvider.BilingualVerifiersProvider - nameWithType.vb: BilingualVerifiersProvider.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.FileTypeDefinitionId,System.AsyncCallback,System.Object) - name: BeginInvoke(FileTypeDefinitionId, AsyncCallback, object) + name: BeginInvoke(FileTypeDefinitionId, AsyncCallback, Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_BilingualVerifiersProvider_BeginInvoke_Sdl_FileTypeSupport_Framework_FileTypeDefinitionId_System_AsyncCallback_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.FileTypeDefinitionId,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(FileTypeDefinitionId, AsyncCallback, Object) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.FileTypeDefinitionId, System.AsyncCallback, object) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.FileTypeDefinitionId, System.AsyncCallback, Object) - nameWithType: BilingualVerifiersProvider.BeginInvoke(FileTypeDefinitionId, AsyncCallback, object) - nameWithType.vb: BilingualVerifiersProvider.BeginInvoke(FileTypeDefinitionId, AsyncCallback, Object) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.FileTypeDefinitionId, System.AsyncCallback, System.Object) + nameWithType: BilingualVerifiersProvider.BeginInvoke(FileTypeDefinitionId, AsyncCallback, Object) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.BeginInvoke* name: BeginInvoke href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualVerifiersProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_BilingualVerifiersProvider_BeginInvoke_ @@ -70855,32 +62134,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder nameWithType: DynamicFilterComponentBuilder - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.#ctor(System.String,System.String,System.String) - name: DynamicFilterComponentBuilder(string, string, string) + name: DynamicFilterComponentBuilder(String, String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder__ctor_System_String_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.#ctor(System.String,System.String,System.String) - name.vb: New(String, String, String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.DynamicFilterComponentBuilder(string, string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.New(String, String, String) - nameWithType: DynamicFilterComponentBuilder.DynamicFilterComponentBuilder(string, string, string) - nameWithType.vb: DynamicFilterComponentBuilder.New(String, String, String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.DynamicFilterComponentBuilder(System.String, System.String, System.String) + nameWithType: DynamicFilterComponentBuilder.DynamicFilterComponentBuilder(String, String, String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.#ctor* name: DynamicFilterComponentBuilder href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.DynamicFilterComponentBuilder - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.New nameWithType: DynamicFilterComponentBuilder.DynamicFilterComponentBuilder - nameWithType.vb: DynamicFilterComponentBuilder.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildAbstractGenerator(System.String) - name: BuildAbstractGenerator(string) + name: BuildAbstractGenerator(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildAbstractGenerator_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildAbstractGenerator(System.String) - name.vb: BuildAbstractGenerator(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildAbstractGenerator(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildAbstractGenerator(String) - nameWithType: DynamicFilterComponentBuilder.BuildAbstractGenerator(string) - nameWithType.vb: DynamicFilterComponentBuilder.BuildAbstractGenerator(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildAbstractGenerator(System.String) + nameWithType: DynamicFilterComponentBuilder.BuildAbstractGenerator(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildAbstractGenerator* name: BuildAbstractGenerator href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildAbstractGenerator_ @@ -70888,14 +62158,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildAbstractGenerator nameWithType: DynamicFilterComponentBuilder.BuildAbstractGenerator - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildAdditionalGeneratorsInfo(System.String) - name: BuildAdditionalGeneratorsInfo(string) + name: BuildAdditionalGeneratorsInfo(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildAdditionalGeneratorsInfo_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildAdditionalGeneratorsInfo(System.String) - name.vb: BuildAdditionalGeneratorsInfo(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildAdditionalGeneratorsInfo(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildAdditionalGeneratorsInfo(String) - nameWithType: DynamicFilterComponentBuilder.BuildAdditionalGeneratorsInfo(string) - nameWithType.vb: DynamicFilterComponentBuilder.BuildAdditionalGeneratorsInfo(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildAdditionalGeneratorsInfo(System.String) + nameWithType: DynamicFilterComponentBuilder.BuildAdditionalGeneratorsInfo(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildAdditionalGeneratorsInfo* name: BuildAdditionalGeneratorsInfo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildAdditionalGeneratorsInfo_ @@ -70903,14 +62170,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildAdditionalGeneratorsInfo nameWithType: DynamicFilterComponentBuilder.BuildAdditionalGeneratorsInfo - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildBilingualGenerator(System.String) - name: BuildBilingualGenerator(string) + name: BuildBilingualGenerator(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildBilingualGenerator_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildBilingualGenerator(System.String) - name.vb: BuildBilingualGenerator(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildBilingualGenerator(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildBilingualGenerator(String) - nameWithType: DynamicFilterComponentBuilder.BuildBilingualGenerator(string) - nameWithType.vb: DynamicFilterComponentBuilder.BuildBilingualGenerator(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildBilingualGenerator(System.String) + nameWithType: DynamicFilterComponentBuilder.BuildBilingualGenerator(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildBilingualGenerator* name: BuildBilingualGenerator href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildBilingualGenerator_ @@ -70918,14 +62182,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildBilingualGenerator nameWithType: DynamicFilterComponentBuilder.BuildBilingualGenerator - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileExtractor(System.String) - name: BuildFileExtractor(string) + name: BuildFileExtractor(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildFileExtractor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileExtractor(System.String) - name.vb: BuildFileExtractor(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileExtractor(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileExtractor(String) - nameWithType: DynamicFilterComponentBuilder.BuildFileExtractor(string) - nameWithType.vb: DynamicFilterComponentBuilder.BuildFileExtractor(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileExtractor(System.String) + nameWithType: DynamicFilterComponentBuilder.BuildFileExtractor(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileExtractor* name: BuildFileExtractor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildFileExtractor_ @@ -70933,14 +62194,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileExtractor nameWithType: DynamicFilterComponentBuilder.BuildFileExtractor - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileGenerator(System.String) - name: BuildFileGenerator(string) + name: BuildFileGenerator(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildFileGenerator_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileGenerator(System.String) - name.vb: BuildFileGenerator(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileGenerator(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileGenerator(String) - nameWithType: DynamicFilterComponentBuilder.BuildFileGenerator(string) - nameWithType.vb: DynamicFilterComponentBuilder.BuildFileGenerator(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileGenerator(System.String) + nameWithType: DynamicFilterComponentBuilder.BuildFileGenerator(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileGenerator* name: BuildFileGenerator href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildFileGenerator_ @@ -70948,14 +62206,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileGenerator nameWithType: DynamicFilterComponentBuilder.BuildFileGenerator - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileSniffer(System.String) - name: BuildFileSniffer(string) + name: BuildFileSniffer(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildFileSniffer_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileSniffer(System.String) - name.vb: BuildFileSniffer(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileSniffer(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileSniffer(String) - nameWithType: DynamicFilterComponentBuilder.BuildFileSniffer(string) - nameWithType.vb: DynamicFilterComponentBuilder.BuildFileSniffer(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileSniffer(System.String) + nameWithType: DynamicFilterComponentBuilder.BuildFileSniffer(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileSniffer* name: BuildFileSniffer href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildFileSniffer_ @@ -70963,14 +62218,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileSniffer nameWithType: DynamicFilterComponentBuilder.BuildFileSniffer - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileTypeInformation(System.String) - name: BuildFileTypeInformation(string) + name: BuildFileTypeInformation(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildFileTypeInformation_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileTypeInformation(System.String) - name.vb: BuildFileTypeInformation(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileTypeInformation(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileTypeInformation(String) - nameWithType: DynamicFilterComponentBuilder.BuildFileTypeInformation(string) - nameWithType.vb: DynamicFilterComponentBuilder.BuildFileTypeInformation(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileTypeInformation(System.String) + nameWithType: DynamicFilterComponentBuilder.BuildFileTypeInformation(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileTypeInformation* name: BuildFileTypeInformation href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildFileTypeInformation_ @@ -70978,14 +62230,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildFileTypeInformation nameWithType: DynamicFilterComponentBuilder.BuildFileTypeInformation - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewApplication(System.String) - name: BuildPreviewApplication(string) + name: BuildPreviewApplication(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildPreviewApplication_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewApplication(System.String) - name.vb: BuildPreviewApplication(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewApplication(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewApplication(String) - nameWithType: DynamicFilterComponentBuilder.BuildPreviewApplication(string) - nameWithType.vb: DynamicFilterComponentBuilder.BuildPreviewApplication(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewApplication(System.String) + nameWithType: DynamicFilterComponentBuilder.BuildPreviewApplication(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewApplication* name: BuildPreviewApplication href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildPreviewApplication_ @@ -70993,14 +62242,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewApplication nameWithType: DynamicFilterComponentBuilder.BuildPreviewApplication - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewControl(System.String) - name: BuildPreviewControl(string) + name: BuildPreviewControl(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildPreviewControl_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewControl(System.String) - name.vb: BuildPreviewControl(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewControl(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewControl(String) - nameWithType: DynamicFilterComponentBuilder.BuildPreviewControl(string) - nameWithType.vb: DynamicFilterComponentBuilder.BuildPreviewControl(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewControl(System.String) + nameWithType: DynamicFilterComponentBuilder.BuildPreviewControl(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewControl* name: BuildPreviewControl href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildPreviewControl_ @@ -71008,14 +62254,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewControl nameWithType: DynamicFilterComponentBuilder.BuildPreviewControl - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewSetsFactory(System.String) - name: BuildPreviewSetsFactory(string) + name: BuildPreviewSetsFactory(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildPreviewSetsFactory_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewSetsFactory(System.String) - name.vb: BuildPreviewSetsFactory(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewSetsFactory(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewSetsFactory(String) - nameWithType: DynamicFilterComponentBuilder.BuildPreviewSetsFactory(string) - nameWithType.vb: DynamicFilterComponentBuilder.BuildPreviewSetsFactory(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewSetsFactory(System.String) + nameWithType: DynamicFilterComponentBuilder.BuildPreviewSetsFactory(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildPreviewSetsFactory* name: BuildPreviewSetsFactory href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildPreviewSetsFactory_ @@ -71035,14 +62278,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildQuickInsertIdList nameWithType: DynamicFilterComponentBuilder.BuildQuickInsertIdList - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildQuickTagsFactory(System.String) - name: BuildQuickTagsFactory(string) + name: BuildQuickTagsFactory(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildQuickTagsFactory_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildQuickTagsFactory(System.String) - name.vb: BuildQuickTagsFactory(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildQuickTagsFactory(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildQuickTagsFactory(String) - nameWithType: DynamicFilterComponentBuilder.BuildQuickTagsFactory(string) - nameWithType.vb: DynamicFilterComponentBuilder.BuildQuickTagsFactory(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildQuickTagsFactory(System.String) + nameWithType: DynamicFilterComponentBuilder.BuildQuickTagsFactory(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildQuickTagsFactory* name: BuildQuickTagsFactory href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildQuickTagsFactory_ @@ -71050,14 +62290,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildQuickTagsFactory nameWithType: DynamicFilterComponentBuilder.BuildQuickTagsFactory - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildVerifierCollection(System.String) - name: BuildVerifierCollection(string) + name: BuildVerifierCollection(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildVerifierCollection_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildVerifierCollection(System.String) - name.vb: BuildVerifierCollection(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildVerifierCollection(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildVerifierCollection(String) - nameWithType: DynamicFilterComponentBuilder.BuildVerifierCollection(string) - nameWithType.vb: DynamicFilterComponentBuilder.BuildVerifierCollection(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildVerifierCollection(System.String) + nameWithType: DynamicFilterComponentBuilder.BuildVerifierCollection(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.BuildVerifierCollection* name: BuildVerifierCollection href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_BuildVerifierCollection_ @@ -71089,14 +62326,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.FileTypeManager nameWithType: DynamicFilterComponentBuilder.FileTypeManager - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.PopulateDefaultSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name: PopulateDefaultSettingsBundle(ISettingsBundle, string) + name: PopulateDefaultSettingsBundle(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_PopulateDefaultSettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.PopulateDefaultSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: PopulateDefaultSettingsBundle(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.PopulateDefaultSettingsBundle(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.PopulateDefaultSettingsBundle(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: DynamicFilterComponentBuilder.PopulateDefaultSettingsBundle(ISettingsBundle, string) - nameWithType.vb: DynamicFilterComponentBuilder.PopulateDefaultSettingsBundle(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.PopulateDefaultSettingsBundle(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: DynamicFilterComponentBuilder.PopulateDefaultSettingsBundle(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.PopulateDefaultSettingsBundle* name: PopulateDefaultSettingsBundle href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.DynamicFilterComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_DynamicFilterComponentBuilder_PopulateDefaultSettingsBundle_ @@ -71113,20 +62347,14 @@ references: name: ExtendedMessageEventData() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.html#Sdl_FileTypeSupport_Framework_IntegrationApi_ExtendedMessageEventData__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.ExtendedMessageEventData() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.New() nameWithType: ExtendedMessageEventData.ExtendedMessageEventData() - nameWithType.vb: ExtendedMessageEventData.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.#ctor* name: ExtendedMessageEventData href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.html#Sdl_FileTypeSupport_Framework_IntegrationApi_ExtendedMessageEventData__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.ExtendedMessageEventData - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.New nameWithType: ExtendedMessageEventData.ExtendedMessageEventData - nameWithType.vb: ExtendedMessageEventData.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.MessageType name: MessageType href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData.html#Sdl_FileTypeSupport_Framework_IntegrationApi_ExtendedMessageEventData_MessageType @@ -71149,56 +62377,38 @@ references: name: FileNotSupportedException() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileNotSupportedException__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.FileNotSupportedException() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.New() nameWithType: FileNotSupportedException.FileNotSupportedException() - nameWithType.vb: FileNotSupportedException.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: FileNotSupportedException(SerializationInfo, StreamingContext) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileNotSupportedException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.FileNotSupportedException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: FileNotSupportedException.FileNotSupportedException(SerializationInfo, StreamingContext) - nameWithType.vb: FileNotSupportedException.New(SerializationInfo, StreamingContext) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.#ctor(System.String,System.String) - name: FileNotSupportedException(string, string) + name: FileNotSupportedException(String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileNotSupportedException__ctor_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.FileNotSupportedException(string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.New(String, String) - nameWithType: FileNotSupportedException.FileNotSupportedException(string, string) - nameWithType.vb: FileNotSupportedException.New(String, String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.FileNotSupportedException(System.String, System.String) + nameWithType: FileNotSupportedException.FileNotSupportedException(String, String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.#ctor(System.String,System.String,System.Exception) - name: FileNotSupportedException(string, string, Exception) + name: FileNotSupportedException(String, String, Exception) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileNotSupportedException__ctor_System_String_System_String_System_Exception_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.#ctor(System.String,System.String,System.Exception) - name.vb: New(String, String, Exception) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.FileNotSupportedException(string, string, System.Exception) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.New(String, String, System.Exception) - nameWithType: FileNotSupportedException.FileNotSupportedException(string, string, Exception) - nameWithType.vb: FileNotSupportedException.New(String, String, Exception) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.FileNotSupportedException(System.String, System.String, System.Exception) + nameWithType: FileNotSupportedException.FileNotSupportedException(String, String, Exception) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.#ctor* name: FileNotSupportedException href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileNotSupportedException__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.FileNotSupportedException - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.New nameWithType: FileNotSupportedException.FileNotSupportedException - nameWithType.vb: FileNotSupportedException.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileNotSupportedException_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.Equals(Object) - nameWithType: FileNotSupportedException.Equals(object) - nameWithType.vb: FileNotSupportedException.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.Equals(System.Object) + nameWithType: FileNotSupportedException.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileNotSupportedException_Equals_ @@ -71239,38 +62449,26 @@ references: name: FileTypeComponentBuilderAttribute() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeComponentBuilderAttribute__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.FileTypeComponentBuilderAttribute() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.New() nameWithType: FileTypeComponentBuilderAttribute.FileTypeComponentBuilderAttribute() - nameWithType.vb: FileTypeComponentBuilderAttribute.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.#ctor(System.String,System.String,System.String) - name: FileTypeComponentBuilderAttribute(string, string, string) + name: FileTypeComponentBuilderAttribute(String, String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeComponentBuilderAttribute__ctor_System_String_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.#ctor(System.String,System.String,System.String) - name.vb: New(String, String, String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.FileTypeComponentBuilderAttribute(string, string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.New(String, String, String) - nameWithType: FileTypeComponentBuilderAttribute.FileTypeComponentBuilderAttribute(string, string, string) - nameWithType.vb: FileTypeComponentBuilderAttribute.New(String, String, String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.FileTypeComponentBuilderAttribute(System.String, System.String, System.String) + nameWithType: FileTypeComponentBuilderAttribute.FileTypeComponentBuilderAttribute(String, String, String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.#ctor(System.String,System.String,System.String,System.Boolean) - name: FileTypeComponentBuilderAttribute(string, string, string, bool) + name: FileTypeComponentBuilderAttribute(String, String, String, Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeComponentBuilderAttribute__ctor_System_String_System_String_System_String_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.#ctor(System.String,System.String,System.String,System.Boolean) - name.vb: New(String, String, String, Boolean) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.FileTypeComponentBuilderAttribute(string, string, string, bool) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.New(String, String, String, Boolean) - nameWithType: FileTypeComponentBuilderAttribute.FileTypeComponentBuilderAttribute(string, string, string, bool) - nameWithType.vb: FileTypeComponentBuilderAttribute.New(String, String, String, Boolean) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.FileTypeComponentBuilderAttribute(System.String, System.String, System.String, System.Boolean) + nameWithType: FileTypeComponentBuilderAttribute.FileTypeComponentBuilderAttribute(String, String, String, Boolean) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.#ctor* name: FileTypeComponentBuilderAttribute href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeComponentBuilderAttribute__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.FileTypeComponentBuilderAttribute - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.New nameWithType: FileTypeComponentBuilderAttribute.FileTypeComponentBuilderAttribute - nameWithType.vb: FileTypeComponentBuilderAttribute.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.IsTemplate name: IsTemplate href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderAttribute.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeComponentBuilderAttribute_IsTemplate @@ -71293,29 +62491,20 @@ references: name: FileTypeComponentBuilderExtensionAttribute() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeComponentBuilderExtensionAttribute__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.FileTypeComponentBuilderExtensionAttribute() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.New() nameWithType: FileTypeComponentBuilderExtensionAttribute.FileTypeComponentBuilderExtensionAttribute() - nameWithType.vb: FileTypeComponentBuilderExtensionAttribute.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.#ctor(System.String,System.String,System.String) - name: FileTypeComponentBuilderExtensionAttribute(string, string, string) + name: FileTypeComponentBuilderExtensionAttribute(String, String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeComponentBuilderExtensionAttribute__ctor_System_String_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.#ctor(System.String,System.String,System.String) - name.vb: New(String, String, String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.FileTypeComponentBuilderExtensionAttribute(string, string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.New(String, String, String) - nameWithType: FileTypeComponentBuilderExtensionAttribute.FileTypeComponentBuilderExtensionAttribute(string, string, string) - nameWithType.vb: FileTypeComponentBuilderExtensionAttribute.New(String, String, String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.FileTypeComponentBuilderExtensionAttribute(System.String, System.String, System.String) + nameWithType: FileTypeComponentBuilderExtensionAttribute.FileTypeComponentBuilderExtensionAttribute(String, String, String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.#ctor* name: FileTypeComponentBuilderExtensionAttribute href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeComponentBuilderExtensionAttribute__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.FileTypeComponentBuilderExtensionAttribute - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.New nameWithType: FileTypeComponentBuilderExtensionAttribute.FileTypeComponentBuilderExtensionAttribute - nameWithType.vb: FileTypeComponentBuilderExtensionAttribute.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.OriginalFileType name: OriginalFileType href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeComponentBuilderExtensionAttribute.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeComponentBuilderExtensionAttribute_OriginalFileType @@ -71338,20 +62527,14 @@ references: name: FileTypeCreatorAttribute() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeCreatorAttribute__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.FileTypeCreatorAttribute() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.New() nameWithType: FileTypeCreatorAttribute.FileTypeCreatorAttribute() - nameWithType.vb: FileTypeCreatorAttribute.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.#ctor* name: FileTypeCreatorAttribute href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeCreatorAttribute__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.FileTypeCreatorAttribute - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.New nameWithType: FileTypeCreatorAttribute.FileTypeCreatorAttribute - nameWithType.vb: FileTypeCreatorAttribute.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.Validate(Sdl.Core.PluginFramework.Validation.IExtensionAttributeInfo,Sdl.Core.PluginFramework.Validation.IExtensionValidationContext) name: Validate(IExtensionAttributeInfo, IExtensionValidationContext) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorAttribute.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeCreatorAttribute_Validate_Sdl_Core_PluginFramework_Validation_IExtensionAttributeInfo_Sdl_Core_PluginFramework_Validation_IExtensionValidationContext_ @@ -71371,23 +62554,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage nameWithType: FileTypeCreatorWizardPage - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.#ctor(System.String,System.String,System.String,System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionConfiguringControl) - name: FileTypeCreatorWizardPage(string, string, string, string, IFileTypeDefinitionConfiguringControl) + name: FileTypeCreatorWizardPage(String, String, String, String, IFileTypeDefinitionConfiguringControl) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeCreatorWizardPage__ctor_System_String_System_String_System_String_System_String_Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeDefinitionConfiguringControl_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.#ctor(System.String,System.String,System.String,System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionConfiguringControl) - name.vb: New(String, String, String, String, IFileTypeDefinitionConfiguringControl) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.FileTypeCreatorWizardPage(string, string, string, string, Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionConfiguringControl) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.New(String, String, String, String, Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionConfiguringControl) - nameWithType: FileTypeCreatorWizardPage.FileTypeCreatorWizardPage(string, string, string, string, IFileTypeDefinitionConfiguringControl) - nameWithType.vb: FileTypeCreatorWizardPage.New(String, String, String, String, IFileTypeDefinitionConfiguringControl) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.FileTypeCreatorWizardPage(System.String, System.String, System.String, System.String, Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionConfiguringControl) + nameWithType: FileTypeCreatorWizardPage.FileTypeCreatorWizardPage(String, String, String, String, IFileTypeDefinitionConfiguringControl) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.#ctor* name: FileTypeCreatorWizardPage href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeCreatorWizardPage__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.FileTypeCreatorWizardPage - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.New nameWithType: FileTypeCreatorWizardPage.FileTypeCreatorWizardPage - nameWithType.vb: FileTypeCreatorWizardPage.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.Control name: Control href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeCreatorWizardPage.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeCreatorWizardPage_Control @@ -71482,56 +62659,38 @@ references: name: FileTypeDefinitionNotFoundException() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeDefinitionNotFoundException__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.FileTypeDefinitionNotFoundException() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.New() nameWithType: FileTypeDefinitionNotFoundException.FileTypeDefinitionNotFoundException() - nameWithType.vb: FileTypeDefinitionNotFoundException.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: FileTypeDefinitionNotFoundException(SerializationInfo, StreamingContext) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeDefinitionNotFoundException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.FileTypeDefinitionNotFoundException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: FileTypeDefinitionNotFoundException.FileTypeDefinitionNotFoundException(SerializationInfo, StreamingContext) - nameWithType.vb: FileTypeDefinitionNotFoundException.New(SerializationInfo, StreamingContext) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.#ctor(System.String,Sdl.FileTypeSupport.Framework.FileTypeDefinitionId) - name: FileTypeDefinitionNotFoundException(string, FileTypeDefinitionId) + name: FileTypeDefinitionNotFoundException(String, FileTypeDefinitionId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeDefinitionNotFoundException__ctor_System_String_Sdl_FileTypeSupport_Framework_FileTypeDefinitionId_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.#ctor(System.String,Sdl.FileTypeSupport.Framework.FileTypeDefinitionId) - name.vb: New(String, FileTypeDefinitionId) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.FileTypeDefinitionNotFoundException(string, Sdl.FileTypeSupport.Framework.FileTypeDefinitionId) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.New(String, Sdl.FileTypeSupport.Framework.FileTypeDefinitionId) - nameWithType: FileTypeDefinitionNotFoundException.FileTypeDefinitionNotFoundException(string, FileTypeDefinitionId) - nameWithType.vb: FileTypeDefinitionNotFoundException.New(String, FileTypeDefinitionId) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.FileTypeDefinitionNotFoundException(System.String, Sdl.FileTypeSupport.Framework.FileTypeDefinitionId) + nameWithType: FileTypeDefinitionNotFoundException.FileTypeDefinitionNotFoundException(String, FileTypeDefinitionId) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.#ctor(System.String,Sdl.FileTypeSupport.Framework.FileTypeDefinitionId,System.Exception) - name: FileTypeDefinitionNotFoundException(string, FileTypeDefinitionId, Exception) + name: FileTypeDefinitionNotFoundException(String, FileTypeDefinitionId, Exception) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeDefinitionNotFoundException__ctor_System_String_Sdl_FileTypeSupport_Framework_FileTypeDefinitionId_System_Exception_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.#ctor(System.String,Sdl.FileTypeSupport.Framework.FileTypeDefinitionId,System.Exception) - name.vb: New(String, FileTypeDefinitionId, Exception) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.FileTypeDefinitionNotFoundException(string, Sdl.FileTypeSupport.Framework.FileTypeDefinitionId, System.Exception) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.New(String, Sdl.FileTypeSupport.Framework.FileTypeDefinitionId, System.Exception) - nameWithType: FileTypeDefinitionNotFoundException.FileTypeDefinitionNotFoundException(string, FileTypeDefinitionId, Exception) - nameWithType.vb: FileTypeDefinitionNotFoundException.New(String, FileTypeDefinitionId, Exception) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.FileTypeDefinitionNotFoundException(System.String, Sdl.FileTypeSupport.Framework.FileTypeDefinitionId, System.Exception) + nameWithType: FileTypeDefinitionNotFoundException.FileTypeDefinitionNotFoundException(String, FileTypeDefinitionId, Exception) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.#ctor* name: FileTypeDefinitionNotFoundException href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeDefinitionNotFoundException__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.FileTypeDefinitionNotFoundException - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.New nameWithType: FileTypeDefinitionNotFoundException.FileTypeDefinitionNotFoundException - nameWithType.vb: FileTypeDefinitionNotFoundException.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeDefinitionNotFoundException_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.Equals(Object) - nameWithType: FileTypeDefinitionNotFoundException.Equals(object) - nameWithType.vb: FileTypeDefinitionNotFoundException.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.Equals(System.Object) + nameWithType: FileTypeDefinitionNotFoundException.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeDefinitionNotFoundException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeDefinitionNotFoundException_Equals_ @@ -71572,20 +62731,14 @@ references: name: FileTypeProfile() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeProfile__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.FileTypeProfile() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.New() nameWithType: FileTypeProfile.FileTypeProfile() - nameWithType.vb: FileTypeProfile.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.#ctor* name: FileTypeProfile href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeProfile__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.FileTypeProfile - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.New nameWithType: FileTypeProfile.FileTypeProfile - nameWithType.vb: FileTypeProfile.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.ApplyProfile(Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition,Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile) name: ApplyProfile(IFileTypeDefinition, FileTypeProfile) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeProfile_ApplyProfile_Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeDefinition_Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeProfile_ @@ -71695,14 +62848,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.FileTypeName nameWithType: FileTypeProfile.FileTypeName - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.GetFileTypeProfile(System.String) - name: GetFileTypeProfile(string) + name: GetFileTypeProfile(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeProfile_GetFileTypeProfile_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.GetFileTypeProfile(System.String) - name.vb: GetFileTypeProfile(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.GetFileTypeProfile(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.GetFileTypeProfile(String) - nameWithType: FileTypeProfile.GetFileTypeProfile(string) - nameWithType.vb: FileTypeProfile.GetFileTypeProfile(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.GetFileTypeProfile(System.String) + nameWithType: FileTypeProfile.GetFileTypeProfile(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.GetFileTypeProfile* name: GetFileTypeProfile href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile.html#Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeProfile_GetFileTypeProfile_ @@ -71752,23 +62902,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId nameWithType: GeneratorId - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.#ctor(System.String) - name: GeneratorId(string) + name: GeneratorId(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_GeneratorId__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.GeneratorId(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.New(String) - nameWithType: GeneratorId.GeneratorId(string) - nameWithType.vb: GeneratorId.New(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.GeneratorId(System.String) + nameWithType: GeneratorId.GeneratorId(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.#ctor* name: GeneratorId href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_GeneratorId__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.GeneratorId - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.New nameWithType: GeneratorId.GeneratorId - nameWithType.vb: GeneratorId.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.Default name: Default href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_GeneratorId_Default @@ -71776,14 +62920,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.Default nameWithType: GeneratorId.Default - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_GeneratorId_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.Equals(Object) - nameWithType: GeneratorId.Equals(object) - nameWithType.vb: GeneratorId.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.Equals(System.Object) + nameWithType: GeneratorId.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_GeneratorId_Equals_ @@ -71815,41 +62956,29 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.Id nameWithType: GeneratorId.Id - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.op_Equality(Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId,Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId) - name: operator ==(GeneratorId, GeneratorId) + name: Equality(GeneratorId, GeneratorId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_GeneratorId_op_Equality_Sdl_FileTypeSupport_Framework_IntegrationApi_GeneratorId_Sdl_FileTypeSupport_Framework_IntegrationApi_GeneratorId_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.op_Equality(Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId,Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId) - name.vb: =(GeneratorId, GeneratorId) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.operator ==(Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId, Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.=(Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId, Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId) - nameWithType: GeneratorId.operator ==(GeneratorId, GeneratorId) - nameWithType.vb: GeneratorId.=(GeneratorId, GeneratorId) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.Equality(Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId, Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId) + nameWithType: GeneratorId.Equality(GeneratorId, GeneratorId) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.op_Equality* - name: operator == + name: Equality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_GeneratorId_op_Equality_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.op_Equality - name.vb: = - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.operator == - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.= - nameWithType: GeneratorId.operator == - nameWithType.vb: GeneratorId.= + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.Equality + nameWithType: GeneratorId.Equality - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.op_Inequality(Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId,Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId) - name: operator !=(GeneratorId, GeneratorId) + name: Inequality(GeneratorId, GeneratorId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_GeneratorId_op_Inequality_Sdl_FileTypeSupport_Framework_IntegrationApi_GeneratorId_Sdl_FileTypeSupport_Framework_IntegrationApi_GeneratorId_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.op_Inequality(Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId,Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId) - name.vb: <>(GeneratorId, GeneratorId) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.operator !=(Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId, Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.<>(Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId, Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId) - nameWithType: GeneratorId.operator !=(GeneratorId, GeneratorId) - nameWithType.vb: GeneratorId.<>(GeneratorId, GeneratorId) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.Inequality(Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId, Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId) + nameWithType: GeneratorId.Inequality(GeneratorId, GeneratorId) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.op_Inequality* - name: operator != + name: Inequality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_GeneratorId_op_Inequality_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.op_Inequality - name.vb: <> - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.operator != - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.<> - nameWithType: GeneratorId.operator != - nameWithType.vb: GeneratorId.<> + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.Inequality + nameWithType: GeneratorId.Inequality - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.ToString name: ToString() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.GeneratorId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_GeneratorId_ToString @@ -72115,14 +63244,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualProcessorContainer.GetBilingualProcessors nameWithType: IBilingualProcessorContainer.GetBilingualProcessors - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualProcessorContainer.InsertBilingualProcessor(System.Int32,Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentProcessor) - name: InsertBilingualProcessor(int, IBilingualContentProcessor) + name: InsertBilingualProcessor(Int32, IBilingualContentProcessor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualProcessorContainer.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IBilingualProcessorContainer_InsertBilingualProcessor_System_Int32_Sdl_FileTypeSupport_Framework_BilingualApi_IBilingualContentProcessor_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualProcessorContainer.InsertBilingualProcessor(System.Int32,Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentProcessor) - name.vb: InsertBilingualProcessor(Integer, IBilingualContentProcessor) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualProcessorContainer.InsertBilingualProcessor(int, Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentProcessor) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualProcessorContainer.InsertBilingualProcessor(Integer, Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentProcessor) - nameWithType: IBilingualProcessorContainer.InsertBilingualProcessor(int, IBilingualContentProcessor) - nameWithType.vb: IBilingualProcessorContainer.InsertBilingualProcessor(Integer, IBilingualContentProcessor) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualProcessorContainer.InsertBilingualProcessor(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualContentProcessor) + nameWithType: IBilingualProcessorContainer.InsertBilingualProcessor(Int32, IBilingualContentProcessor) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualProcessorContainer.InsertBilingualProcessor* name: InsertBilingualProcessor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualProcessorContainer.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IBilingualProcessorContainer_InsertBilingualProcessor_ @@ -72163,47 +63289,32 @@ references: name: IconDescriptor() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IconDescriptor__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.IconDescriptor() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.New() nameWithType: IconDescriptor.IconDescriptor() - nameWithType.vb: IconDescriptor.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.#ctor(System.Drawing.Icon) name: IconDescriptor(Icon) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IconDescriptor__ctor_System_Drawing_Icon_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.#ctor(System.Drawing.Icon) - name.vb: New(Icon) fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.IconDescriptor(System.Drawing.Icon) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.New(System.Drawing.Icon) nameWithType: IconDescriptor.IconDescriptor(Icon) - nameWithType.vb: IconDescriptor.New(Icon) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.#ctor(System.String) - name: IconDescriptor(string) + name: IconDescriptor(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IconDescriptor__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.IconDescriptor(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.New(String) - nameWithType: IconDescriptor.IconDescriptor(string) - nameWithType.vb: IconDescriptor.New(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.IconDescriptor(System.String) + nameWithType: IconDescriptor.IconDescriptor(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.#ctor(System.String,System.String) - name: IconDescriptor(string, string) + name: IconDescriptor(String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IconDescriptor__ctor_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.IconDescriptor(string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.New(String, String) - nameWithType: IconDescriptor.IconDescriptor(string, string) - nameWithType.vb: IconDescriptor.New(String, String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.IconDescriptor(System.String, System.String) + nameWithType: IconDescriptor.IconDescriptor(String, String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.#ctor* name: IconDescriptor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IconDescriptor__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.IconDescriptor - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.New nameWithType: IconDescriptor.IconDescriptor - nameWithType.vb: IconDescriptor.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.Content name: Content href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IconDescriptor_Content @@ -72217,23 +63328,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.Content nameWithType: IconDescriptor.Content - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.Create(System.String) - name: Create(string) + name: Create(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IconDescriptor_Create_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.Create(System.String) - name.vb: Create(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.Create(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.Create(String) - nameWithType: IconDescriptor.Create(string) - nameWithType.vb: IconDescriptor.Create(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.Create(System.String) + nameWithType: IconDescriptor.Create(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.Create(System.String,System.String) - name: Create(string, string) + name: Create(String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IconDescriptor_Create_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.Create(System.String,System.String) - name.vb: Create(String, String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.Create(string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.Create(String, String) - nameWithType: IconDescriptor.Create(string, string) - nameWithType.vb: IconDescriptor.Create(String, String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.Create(System.String, System.String) + nameWithType: IconDescriptor.Create(String, String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.Create* name: Create href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IconDescriptor.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IconDescriptor_Create_ @@ -72361,14 +63466,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultFileTypeSettingsProvider nameWithType: IDefaultFileTypeSettingsProvider - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultFileTypeSettingsProvider.PopulateDefaultSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name: PopulateDefaultSettingsBundle(ISettingsBundle, string) + name: PopulateDefaultSettingsBundle(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultFileTypeSettingsProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IDefaultFileTypeSettingsProvider_PopulateDefaultSettingsBundle_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultFileTypeSettingsProvider.PopulateDefaultSettingsBundle(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: PopulateDefaultSettingsBundle(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultFileTypeSettingsProvider.PopulateDefaultSettingsBundle(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultFileTypeSettingsProvider.PopulateDefaultSettingsBundle(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: IDefaultFileTypeSettingsProvider.PopulateDefaultSettingsBundle(ISettingsBundle, string) - nameWithType.vb: IDefaultFileTypeSettingsProvider.PopulateDefaultSettingsBundle(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultFileTypeSettingsProvider.PopulateDefaultSettingsBundle(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: IDefaultFileTypeSettingsProvider.PopulateDefaultSettingsBundle(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultFileTypeSettingsProvider.PopulateDefaultSettingsBundle* name: PopulateDefaultSettingsBundle href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IDefaultFileTypeSettingsProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IDefaultFileTypeSettingsProvider_PopulateDefaultSettingsBundle_ @@ -72814,14 +63916,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder nameWithType: IFileTypeComponentBuilder - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildAbstractGenerator(System.String) - name: BuildAbstractGenerator(string) + name: BuildAbstractGenerator(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildAbstractGenerator_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildAbstractGenerator(System.String) - name.vb: BuildAbstractGenerator(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildAbstractGenerator(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildAbstractGenerator(String) - nameWithType: IFileTypeComponentBuilder.BuildAbstractGenerator(string) - nameWithType.vb: IFileTypeComponentBuilder.BuildAbstractGenerator(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildAbstractGenerator(System.String) + nameWithType: IFileTypeComponentBuilder.BuildAbstractGenerator(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildAbstractGenerator* name: BuildAbstractGenerator href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildAbstractGenerator_ @@ -72829,14 +63928,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildAbstractGenerator nameWithType: IFileTypeComponentBuilder.BuildAbstractGenerator - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildAdditionalGeneratorsInfo(System.String) - name: BuildAdditionalGeneratorsInfo(string) + name: BuildAdditionalGeneratorsInfo(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildAdditionalGeneratorsInfo_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildAdditionalGeneratorsInfo(System.String) - name.vb: BuildAdditionalGeneratorsInfo(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildAdditionalGeneratorsInfo(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildAdditionalGeneratorsInfo(String) - nameWithType: IFileTypeComponentBuilder.BuildAdditionalGeneratorsInfo(string) - nameWithType.vb: IFileTypeComponentBuilder.BuildAdditionalGeneratorsInfo(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildAdditionalGeneratorsInfo(System.String) + nameWithType: IFileTypeComponentBuilder.BuildAdditionalGeneratorsInfo(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildAdditionalGeneratorsInfo* name: BuildAdditionalGeneratorsInfo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildAdditionalGeneratorsInfo_ @@ -72844,14 +63940,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildAdditionalGeneratorsInfo nameWithType: IFileTypeComponentBuilder.BuildAdditionalGeneratorsInfo - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildBilingualGenerator(System.String) - name: BuildBilingualGenerator(string) + name: BuildBilingualGenerator(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildBilingualGenerator_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildBilingualGenerator(System.String) - name.vb: BuildBilingualGenerator(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildBilingualGenerator(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildBilingualGenerator(String) - nameWithType: IFileTypeComponentBuilder.BuildBilingualGenerator(string) - nameWithType.vb: IFileTypeComponentBuilder.BuildBilingualGenerator(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildBilingualGenerator(System.String) + nameWithType: IFileTypeComponentBuilder.BuildBilingualGenerator(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildBilingualGenerator* name: BuildBilingualGenerator href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildBilingualGenerator_ @@ -72859,14 +63952,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildBilingualGenerator nameWithType: IFileTypeComponentBuilder.BuildBilingualGenerator - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileExtractor(System.String) - name: BuildFileExtractor(string) + name: BuildFileExtractor(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildFileExtractor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileExtractor(System.String) - name.vb: BuildFileExtractor(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileExtractor(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileExtractor(String) - nameWithType: IFileTypeComponentBuilder.BuildFileExtractor(string) - nameWithType.vb: IFileTypeComponentBuilder.BuildFileExtractor(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileExtractor(System.String) + nameWithType: IFileTypeComponentBuilder.BuildFileExtractor(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileExtractor* name: BuildFileExtractor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildFileExtractor_ @@ -72874,14 +63964,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileExtractor nameWithType: IFileTypeComponentBuilder.BuildFileExtractor - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileGenerator(System.String) - name: BuildFileGenerator(string) + name: BuildFileGenerator(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildFileGenerator_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileGenerator(System.String) - name.vb: BuildFileGenerator(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileGenerator(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileGenerator(String) - nameWithType: IFileTypeComponentBuilder.BuildFileGenerator(string) - nameWithType.vb: IFileTypeComponentBuilder.BuildFileGenerator(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileGenerator(System.String) + nameWithType: IFileTypeComponentBuilder.BuildFileGenerator(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileGenerator* name: BuildFileGenerator href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildFileGenerator_ @@ -72889,14 +63976,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileGenerator nameWithType: IFileTypeComponentBuilder.BuildFileGenerator - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileSniffer(System.String) - name: BuildFileSniffer(string) + name: BuildFileSniffer(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildFileSniffer_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileSniffer(System.String) - name.vb: BuildFileSniffer(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileSniffer(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileSniffer(String) - nameWithType: IFileTypeComponentBuilder.BuildFileSniffer(string) - nameWithType.vb: IFileTypeComponentBuilder.BuildFileSniffer(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileSniffer(System.String) + nameWithType: IFileTypeComponentBuilder.BuildFileSniffer(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileSniffer* name: BuildFileSniffer href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildFileSniffer_ @@ -72904,14 +63988,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileSniffer nameWithType: IFileTypeComponentBuilder.BuildFileSniffer - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileTypeInformation(System.String) - name: BuildFileTypeInformation(string) + name: BuildFileTypeInformation(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildFileTypeInformation_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileTypeInformation(System.String) - name.vb: BuildFileTypeInformation(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileTypeInformation(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileTypeInformation(String) - nameWithType: IFileTypeComponentBuilder.BuildFileTypeInformation(string) - nameWithType.vb: IFileTypeComponentBuilder.BuildFileTypeInformation(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileTypeInformation(System.String) + nameWithType: IFileTypeComponentBuilder.BuildFileTypeInformation(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileTypeInformation* name: BuildFileTypeInformation href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildFileTypeInformation_ @@ -72919,14 +64000,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildFileTypeInformation nameWithType: IFileTypeComponentBuilder.BuildFileTypeInformation - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewApplication(System.String) - name: BuildPreviewApplication(string) + name: BuildPreviewApplication(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildPreviewApplication_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewApplication(System.String) - name.vb: BuildPreviewApplication(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewApplication(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewApplication(String) - nameWithType: IFileTypeComponentBuilder.BuildPreviewApplication(string) - nameWithType.vb: IFileTypeComponentBuilder.BuildPreviewApplication(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewApplication(System.String) + nameWithType: IFileTypeComponentBuilder.BuildPreviewApplication(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewApplication* name: BuildPreviewApplication href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildPreviewApplication_ @@ -72934,14 +64012,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewApplication nameWithType: IFileTypeComponentBuilder.BuildPreviewApplication - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewControl(System.String) - name: BuildPreviewControl(string) + name: BuildPreviewControl(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildPreviewControl_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewControl(System.String) - name.vb: BuildPreviewControl(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewControl(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewControl(String) - nameWithType: IFileTypeComponentBuilder.BuildPreviewControl(string) - nameWithType.vb: IFileTypeComponentBuilder.BuildPreviewControl(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewControl(System.String) + nameWithType: IFileTypeComponentBuilder.BuildPreviewControl(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewControl* name: BuildPreviewControl href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildPreviewControl_ @@ -72949,14 +64024,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewControl nameWithType: IFileTypeComponentBuilder.BuildPreviewControl - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewSetsFactory(System.String) - name: BuildPreviewSetsFactory(string) + name: BuildPreviewSetsFactory(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildPreviewSetsFactory_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewSetsFactory(System.String) - name.vb: BuildPreviewSetsFactory(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewSetsFactory(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewSetsFactory(String) - nameWithType: IFileTypeComponentBuilder.BuildPreviewSetsFactory(string) - nameWithType.vb: IFileTypeComponentBuilder.BuildPreviewSetsFactory(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewSetsFactory(System.String) + nameWithType: IFileTypeComponentBuilder.BuildPreviewSetsFactory(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewSetsFactory* name: BuildPreviewSetsFactory href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildPreviewSetsFactory_ @@ -72964,14 +64036,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildPreviewSetsFactory nameWithType: IFileTypeComponentBuilder.BuildPreviewSetsFactory - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildQuickTagsFactory(System.String) - name: BuildQuickTagsFactory(string) + name: BuildQuickTagsFactory(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildQuickTagsFactory_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildQuickTagsFactory(System.String) - name.vb: BuildQuickTagsFactory(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildQuickTagsFactory(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildQuickTagsFactory(String) - nameWithType: IFileTypeComponentBuilder.BuildQuickTagsFactory(string) - nameWithType.vb: IFileTypeComponentBuilder.BuildQuickTagsFactory(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildQuickTagsFactory(System.String) + nameWithType: IFileTypeComponentBuilder.BuildQuickTagsFactory(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildQuickTagsFactory* name: BuildQuickTagsFactory href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildQuickTagsFactory_ @@ -72979,14 +64048,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildQuickTagsFactory nameWithType: IFileTypeComponentBuilder.BuildQuickTagsFactory - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildVerifierCollection(System.String) - name: BuildVerifierCollection(string) + name: BuildVerifierCollection(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildVerifierCollection_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildVerifierCollection(System.String) - name.vb: BuildVerifierCollection(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildVerifierCollection(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildVerifierCollection(String) - nameWithType: IFileTypeComponentBuilder.BuildVerifierCollection(string) - nameWithType.vb: IFileTypeComponentBuilder.BuildVerifierCollection(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildVerifierCollection(System.String) + nameWithType: IFileTypeComponentBuilder.BuildVerifierCollection(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.BuildVerifierCollection* name: BuildVerifierCollection href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeComponentBuilder_BuildVerifierCollection_ @@ -73276,14 +64342,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.GetQuickInserts nameWithType: IFileTypeDefinition.GetQuickInserts - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.IsSupportedFilename(System.String) - name: IsSupportedFilename(string) + name: IsSupportedFilename(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeDefinition_IsSupportedFilename_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.IsSupportedFilename(System.String) - name.vb: IsSupportedFilename(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.IsSupportedFilename(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.IsSupportedFilename(String) - nameWithType: IFileTypeDefinition.IsSupportedFilename(string) - nameWithType.vb: IFileTypeDefinition.IsSupportedFilename(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.IsSupportedFilename(System.String) + nameWithType: IFileTypeDefinition.IsSupportedFilename(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.IsSupportedFilename* name: IsSupportedFilename href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeDefinition_IsSupportedFilename_ @@ -73291,14 +64354,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.IsSupportedFilename nameWithType: IFileTypeDefinition.IsSupportedFilename - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.SniffFile(System.String,Sdl.Core.Globalization.Language,Sdl.Core.Globalization.Codepage,Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter,Sdl.Core.Settings.ISettingsBundle) - name: SniffFile(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsBundle) + name: SniffFile(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsBundle) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeDefinition_SniffFile_System_String_Sdl_Core_Globalization_Language_Sdl_Core_Globalization_Codepage_Sdl_FileTypeSupport_Framework_NativeApi_INativeTextLocationMessageReporter_Sdl_Core_Settings_ISettingsBundle_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.SniffFile(System.String,Sdl.Core.Globalization.Language,Sdl.Core.Globalization.Codepage,Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter,Sdl.Core.Settings.ISettingsBundle) - name.vb: SniffFile(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsBundle) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.SniffFile(string, Sdl.Core.Globalization.Language, Sdl.Core.Globalization.Codepage, Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter, Sdl.Core.Settings.ISettingsBundle) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.SniffFile(String, Sdl.Core.Globalization.Language, Sdl.Core.Globalization.Codepage, Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter, Sdl.Core.Settings.ISettingsBundle) - nameWithType: IFileTypeDefinition.SniffFile(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsBundle) - nameWithType.vb: IFileTypeDefinition.SniffFile(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsBundle) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.SniffFile(System.String, Sdl.Core.Globalization.Language, Sdl.Core.Globalization.Codepage, Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter, Sdl.Core.Settings.ISettingsBundle) + nameWithType: IFileTypeDefinition.SniffFile(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsBundle) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.SniffFile* name: SniffFile href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeDefinition_SniffFile_ @@ -73372,14 +64432,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.ApplyFileTypeInformation nameWithType: IFileTypeDefinitionFactory.ApplyFileTypeInformation - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.CreateFromFile(System.String) - name: CreateFromFile(string) + name: CreateFromFile(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeDefinitionFactory_CreateFromFile_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.CreateFromFile(System.String) - name.vb: CreateFromFile(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.CreateFromFile(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.CreateFromFile(String) - nameWithType: IFileTypeDefinitionFactory.CreateFromFile(string) - nameWithType.vb: IFileTypeDefinitionFactory.CreateFromFile(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.CreateFromFile(System.String) + nameWithType: IFileTypeDefinitionFactory.CreateFromFile(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.CreateFromFile* name: CreateFromFile href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeDefinitionFactory_CreateFromFile_ @@ -73387,14 +64444,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.CreateFromFile nameWithType: IFileTypeDefinitionFactory.CreateFromFile - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.CreateFromResource(System.String) - name: CreateFromResource(string) + name: CreateFromResource(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeDefinitionFactory_CreateFromResource_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.CreateFromResource(System.String) - name.vb: CreateFromResource(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.CreateFromResource(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.CreateFromResource(String) - nameWithType: IFileTypeDefinitionFactory.CreateFromResource(string) - nameWithType.vb: IFileTypeDefinitionFactory.CreateFromResource(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.CreateFromResource(System.String) + nameWithType: IFileTypeDefinitionFactory.CreateFromResource(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.CreateFromResource* name: CreateFromResource href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinitionFactory.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeDefinitionFactory_CreateFromResource_ @@ -73630,14 +64684,14 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.AutoLoadedFileTypes nameWithType: IFileTypeManager.AutoLoadedFileTypes - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildAdditionalGeneratorsInfo(Sdl.FileTypeSupport.Framework.IntegrationApi.IGeneratorInfo[]) - name: BuildAdditionalGeneratorsInfo(params IGeneratorInfo[]) + name: BuildAdditionalGeneratorsInfo(IGeneratorInfo[]) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_BuildAdditionalGeneratorsInfo_Sdl_FileTypeSupport_Framework_IntegrationApi_IGeneratorInfo___ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildAdditionalGeneratorsInfo(Sdl.FileTypeSupport.Framework.IntegrationApi.IGeneratorInfo[]) - name.vb: BuildAdditionalGeneratorsInfo(ParamArray IGeneratorInfo()) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildAdditionalGeneratorsInfo(params Sdl.FileTypeSupport.Framework.IntegrationApi.IGeneratorInfo[]) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildAdditionalGeneratorsInfo(ParamArray Sdl.FileTypeSupport.Framework.IntegrationApi.IGeneratorInfo()) - nameWithType: IFileTypeManager.BuildAdditionalGeneratorsInfo(params IGeneratorInfo[]) - nameWithType.vb: IFileTypeManager.BuildAdditionalGeneratorsInfo(ParamArray IGeneratorInfo()) + name.vb: BuildAdditionalGeneratorsInfo(IGeneratorInfo()) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildAdditionalGeneratorsInfo(Sdl.FileTypeSupport.Framework.IntegrationApi.IGeneratorInfo[]) + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildAdditionalGeneratorsInfo(Sdl.FileTypeSupport.Framework.IntegrationApi.IGeneratorInfo()) + nameWithType: IFileTypeManager.BuildAdditionalGeneratorsInfo(IGeneratorInfo[]) + nameWithType.vb: IFileTypeManager.BuildAdditionalGeneratorsInfo(IGeneratorInfo()) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildAdditionalGeneratorsInfo* name: BuildAdditionalGeneratorsInfo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_BuildAdditionalGeneratorsInfo_ @@ -73675,14 +64729,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildDefaultBilingualGenerator nameWithType: IFileTypeManager.BuildDefaultBilingualGenerator - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildExtractor(System.String,System.Globalization.CultureInfo,Sdl.Core.Globalization.Codepage,Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter) - name: BuildExtractor(string, CultureInfo, Codepage, INativeTextLocationMessageReporter) + name: BuildExtractor(String, CultureInfo, Codepage, INativeTextLocationMessageReporter) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_BuildExtractor_System_String_System_Globalization_CultureInfo_Sdl_Core_Globalization_Codepage_Sdl_FileTypeSupport_Framework_NativeApi_INativeTextLocationMessageReporter_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildExtractor(System.String,System.Globalization.CultureInfo,Sdl.Core.Globalization.Codepage,Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter) - name.vb: BuildExtractor(String, CultureInfo, Codepage, INativeTextLocationMessageReporter) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildExtractor(string, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildExtractor(String, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter) - nameWithType: IFileTypeManager.BuildExtractor(string, CultureInfo, Codepage, INativeTextLocationMessageReporter) - nameWithType.vb: IFileTypeManager.BuildExtractor(String, CultureInfo, Codepage, INativeTextLocationMessageReporter) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildExtractor(System.String, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter) + nameWithType: IFileTypeManager.BuildExtractor(String, CultureInfo, Codepage, INativeTextLocationMessageReporter) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildExtractor* name: BuildExtractor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_BuildExtractor_ @@ -73690,14 +64741,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildExtractor nameWithType: IFileTypeManager.BuildExtractor - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildExtractorNoSniffing(System.String,System.String,System.Globalization.CultureInfo,Sdl.Core.Globalization.Codepage,Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter) - name: BuildExtractorNoSniffing(string, string, CultureInfo, Codepage, INativeTextLocationMessageReporter) + name: BuildExtractorNoSniffing(String, String, CultureInfo, Codepage, INativeTextLocationMessageReporter) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_BuildExtractorNoSniffing_System_String_System_String_System_Globalization_CultureInfo_Sdl_Core_Globalization_Codepage_Sdl_FileTypeSupport_Framework_NativeApi_INativeTextLocationMessageReporter_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildExtractorNoSniffing(System.String,System.String,System.Globalization.CultureInfo,Sdl.Core.Globalization.Codepage,Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter) - name.vb: BuildExtractorNoSniffing(String, String, CultureInfo, Codepage, INativeTextLocationMessageReporter) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildExtractorNoSniffing(string, string, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildExtractorNoSniffing(String, String, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter) - nameWithType: IFileTypeManager.BuildExtractorNoSniffing(string, string, CultureInfo, Codepage, INativeTextLocationMessageReporter) - nameWithType.vb: IFileTypeManager.BuildExtractorNoSniffing(String, String, CultureInfo, Codepage, INativeTextLocationMessageReporter) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildExtractorNoSniffing(System.String, System.String, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter) + nameWithType: IFileTypeManager.BuildExtractorNoSniffing(String, String, CultureInfo, Codepage, INativeTextLocationMessageReporter) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.BuildExtractorNoSniffing* name: BuildExtractorNoSniffing href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_BuildExtractorNoSniffing_ @@ -73933,23 +64981,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.CreateFileTypeDefinition(Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder, Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile) nameWithType: IFileTypeManager.CreateFileTypeDefinition(IFileTypeComponentBuilder, FileTypeProfile) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.CreateFileTypeDefinition(System.String) - name: CreateFileTypeDefinition(string) + name: CreateFileTypeDefinition(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_CreateFileTypeDefinition_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.CreateFileTypeDefinition(System.String) - name.vb: CreateFileTypeDefinition(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.CreateFileTypeDefinition(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.CreateFileTypeDefinition(String) - nameWithType: IFileTypeManager.CreateFileTypeDefinition(string) - nameWithType.vb: IFileTypeManager.CreateFileTypeDefinition(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.CreateFileTypeDefinition(System.String) + nameWithType: IFileTypeManager.CreateFileTypeDefinition(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.CreateFileTypeDefinition(System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile) - name: CreateFileTypeDefinition(string, FileTypeProfile) + name: CreateFileTypeDefinition(String, FileTypeProfile) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_CreateFileTypeDefinition_System_String_Sdl_FileTypeSupport_Framework_IntegrationApi_FileTypeProfile_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.CreateFileTypeDefinition(System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile) - name.vb: CreateFileTypeDefinition(String, FileTypeProfile) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.CreateFileTypeDefinition(string, Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.CreateFileTypeDefinition(String, Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile) - nameWithType: IFileTypeManager.CreateFileTypeDefinition(string, FileTypeProfile) - nameWithType.vb: IFileTypeManager.CreateFileTypeDefinition(String, FileTypeProfile) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.CreateFileTypeDefinition(System.String, Sdl.FileTypeSupport.Framework.IntegrationApi.FileTypeProfile) + nameWithType: IFileTypeManager.CreateFileTypeDefinition(String, FileTypeProfile) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.CreateFileTypeDefinition* name: CreateFileTypeDefinition href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_CreateFileTypeDefinition_ @@ -74005,22 +65047,22 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.FindFileTypeDefinition nameWithType: IFileTypeManager.FindFileTypeDefinition - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetAllMatchingFileTypeDefinitions(System.String,Sdl.Core.Globalization.Language,Sdl.Core.Globalization.Codepage,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) - name: GetAllMatchingFileTypeDefinitions(string, Language, Codepage, EventHandler) + name: GetAllMatchingFileTypeDefinitions(String, Language, Codepage, EventHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_GetAllMatchingFileTypeDefinitions_System_String_Sdl_Core_Globalization_Language_Sdl_Core_Globalization_Codepage_System_EventHandler_Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetAllMatchingFileTypeDefinitions(System.String,Sdl.Core.Globalization.Language,Sdl.Core.Globalization.Codepage,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) name.vb: GetAllMatchingFileTypeDefinitions(String, Language, Codepage, EventHandler(Of MessageEventArgs)) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetAllMatchingFileTypeDefinitions(string, Sdl.Core.Globalization.Language, Sdl.Core.Globalization.Codepage, System.EventHandler) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetAllMatchingFileTypeDefinitions(String, Sdl.Core.Globalization.Language, Sdl.Core.Globalization.Codepage, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) - nameWithType: IFileTypeManager.GetAllMatchingFileTypeDefinitions(string, Language, Codepage, EventHandler) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetAllMatchingFileTypeDefinitions(System.String, Sdl.Core.Globalization.Language, Sdl.Core.Globalization.Codepage, System.EventHandler) + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetAllMatchingFileTypeDefinitions(System.String, Sdl.Core.Globalization.Language, Sdl.Core.Globalization.Codepage, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) + nameWithType: IFileTypeManager.GetAllMatchingFileTypeDefinitions(String, Language, Codepage, EventHandler) nameWithType.vb: IFileTypeManager.GetAllMatchingFileTypeDefinitions(String, Language, Codepage, EventHandler(Of MessageEventArgs)) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetAllMatchingFileTypeDefinitions(System.String,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) - name: GetAllMatchingFileTypeDefinitions(string, EventHandler) + name: GetAllMatchingFileTypeDefinitions(String, EventHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_GetAllMatchingFileTypeDefinitions_System_String_System_EventHandler_Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetAllMatchingFileTypeDefinitions(System.String,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) name.vb: GetAllMatchingFileTypeDefinitions(String, EventHandler(Of MessageEventArgs)) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetAllMatchingFileTypeDefinitions(string, System.EventHandler) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetAllMatchingFileTypeDefinitions(String, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) - nameWithType: IFileTypeManager.GetAllMatchingFileTypeDefinitions(string, EventHandler) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetAllMatchingFileTypeDefinitions(System.String, System.EventHandler) + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetAllMatchingFileTypeDefinitions(System.String, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) + nameWithType: IFileTypeManager.GetAllMatchingFileTypeDefinitions(String, EventHandler) nameWithType.vb: IFileTypeManager.GetAllMatchingFileTypeDefinitions(String, EventHandler(Of MessageEventArgs)) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetAllMatchingFileTypeDefinitions* name: GetAllMatchingFileTypeDefinitions @@ -74029,22 +65071,22 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetAllMatchingFileTypeDefinitions nameWithType: IFileTypeManager.GetAllMatchingFileTypeDefinitions - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetBestMatchingFileTypeDefinition(System.String,Sdl.Core.Globalization.Language,Sdl.Core.Globalization.Codepage,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) - name: GetBestMatchingFileTypeDefinition(string, Language, Codepage, EventHandler) + name: GetBestMatchingFileTypeDefinition(String, Language, Codepage, EventHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_GetBestMatchingFileTypeDefinition_System_String_Sdl_Core_Globalization_Language_Sdl_Core_Globalization_Codepage_System_EventHandler_Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetBestMatchingFileTypeDefinition(System.String,Sdl.Core.Globalization.Language,Sdl.Core.Globalization.Codepage,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) name.vb: GetBestMatchingFileTypeDefinition(String, Language, Codepage, EventHandler(Of MessageEventArgs)) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetBestMatchingFileTypeDefinition(string, Sdl.Core.Globalization.Language, Sdl.Core.Globalization.Codepage, System.EventHandler) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetBestMatchingFileTypeDefinition(String, Sdl.Core.Globalization.Language, Sdl.Core.Globalization.Codepage, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) - nameWithType: IFileTypeManager.GetBestMatchingFileTypeDefinition(string, Language, Codepage, EventHandler) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetBestMatchingFileTypeDefinition(System.String, Sdl.Core.Globalization.Language, Sdl.Core.Globalization.Codepage, System.EventHandler) + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetBestMatchingFileTypeDefinition(System.String, Sdl.Core.Globalization.Language, Sdl.Core.Globalization.Codepage, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) + nameWithType: IFileTypeManager.GetBestMatchingFileTypeDefinition(String, Language, Codepage, EventHandler) nameWithType.vb: IFileTypeManager.GetBestMatchingFileTypeDefinition(String, Language, Codepage, EventHandler(Of MessageEventArgs)) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetBestMatchingFileTypeDefinition(System.String,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) - name: GetBestMatchingFileTypeDefinition(string, EventHandler) + name: GetBestMatchingFileTypeDefinition(String, EventHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_GetBestMatchingFileTypeDefinition_System_String_System_EventHandler_Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetBestMatchingFileTypeDefinition(System.String,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) name.vb: GetBestMatchingFileTypeDefinition(String, EventHandler(Of MessageEventArgs)) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetBestMatchingFileTypeDefinition(string, System.EventHandler) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetBestMatchingFileTypeDefinition(String, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) - nameWithType: IFileTypeManager.GetBestMatchingFileTypeDefinition(string, EventHandler) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetBestMatchingFileTypeDefinition(System.String, System.EventHandler) + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetBestMatchingFileTypeDefinition(System.String, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) + nameWithType: IFileTypeManager.GetBestMatchingFileTypeDefinition(String, EventHandler) nameWithType.vb: IFileTypeManager.GetBestMatchingFileTypeDefinition(String, EventHandler(Of MessageEventArgs)) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetBestMatchingFileTypeDefinition* name: GetBestMatchingFileTypeDefinition @@ -74059,31 +65101,31 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualParser) nameWithType: IFileTypeManager.GetConverter(IBilingualParser) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(System.String,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) - name: GetConverter(string, EventHandler) + name: GetConverter(String, EventHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_GetConverter_System_String_System_EventHandler_Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(System.String,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) name.vb: GetConverter(String, EventHandler(Of MessageEventArgs)) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(string, System.EventHandler) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(String, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) - nameWithType: IFileTypeManager.GetConverter(string, EventHandler) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(System.String, System.EventHandler) + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(System.String, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) + nameWithType: IFileTypeManager.GetConverter(String, EventHandler) nameWithType.vb: IFileTypeManager.GetConverter(String, EventHandler(Of MessageEventArgs)) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(System.String,System.String,System.Globalization.CultureInfo,Sdl.Core.Globalization.Codepage,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) - name: GetConverter(string, string, CultureInfo, Codepage, EventHandler) + name: GetConverter(String, String, CultureInfo, Codepage, EventHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_GetConverter_System_String_System_String_System_Globalization_CultureInfo_Sdl_Core_Globalization_Codepage_System_EventHandler_Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(System.String,System.String,System.Globalization.CultureInfo,Sdl.Core.Globalization.Codepage,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) name.vb: GetConverter(String, String, CultureInfo, Codepage, EventHandler(Of MessageEventArgs)) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(string, string, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(String, String, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) - nameWithType: IFileTypeManager.GetConverter(string, string, CultureInfo, Codepage, EventHandler) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(System.String, System.String, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler) + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(System.String, System.String, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) + nameWithType: IFileTypeManager.GetConverter(String, String, CultureInfo, Codepage, EventHandler) nameWithType.vb: IFileTypeManager.GetConverter(String, String, CultureInfo, Codepage, EventHandler(Of MessageEventArgs)) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(System.String[],System.Globalization.CultureInfo,Sdl.Core.Globalization.Codepage,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) - name: GetConverter(string[], CultureInfo, Codepage, EventHandler) + name: GetConverter(String[], CultureInfo, Codepage, EventHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_GetConverter_System_String___System_Globalization_CultureInfo_Sdl_Core_Globalization_Codepage_System_EventHandler_Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(System.String[],System.Globalization.CultureInfo,Sdl.Core.Globalization.Codepage,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) name.vb: GetConverter(String(), CultureInfo, Codepage, EventHandler(Of MessageEventArgs)) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(string[], System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(String(), System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) - nameWithType: IFileTypeManager.GetConverter(string[], CultureInfo, Codepage, EventHandler) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(System.String[], System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler) + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter(System.String(), System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) + nameWithType: IFileTypeManager.GetConverter(String[], CultureInfo, Codepage, EventHandler) nameWithType.vb: IFileTypeManager.GetConverter(String(), CultureInfo, Codepage, EventHandler(Of MessageEventArgs)) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverter* name: GetConverter @@ -74098,22 +65140,22 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToBilingual(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualParser, Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator, Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider) nameWithType: IFileTypeManager.GetConverterToBilingual(IBilingualParser, IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToBilingual(System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator,Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) - name: GetConverterToBilingual(string, IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, EventHandler) + name: GetConverterToBilingual(String, IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, EventHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_GetConverterToBilingual_System_String_Sdl_FileTypeSupport_Framework_IntegrationApi_IBilingualDocumentGenerator_Sdl_FileTypeSupport_Framework_IntegrationApi_BilingualDocumentOutputPropertiesProvider_System_EventHandler_Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToBilingual(System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator,Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) name.vb: GetConverterToBilingual(String, IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, EventHandler(Of MessageEventArgs)) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToBilingual(string, Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator, Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider, System.EventHandler) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToBilingual(String, Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator, Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) - nameWithType: IFileTypeManager.GetConverterToBilingual(string, IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, EventHandler) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToBilingual(System.String, Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator, Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider, System.EventHandler) + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToBilingual(System.String, Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator, Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) + nameWithType: IFileTypeManager.GetConverterToBilingual(String, IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, EventHandler) nameWithType.vb: IFileTypeManager.GetConverterToBilingual(String, IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, EventHandler(Of MessageEventArgs)) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToBilingual(System.String[],Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator,Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider,System.Globalization.CultureInfo,Sdl.Core.Globalization.Codepage,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) - name: GetConverterToBilingual(string[], IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, CultureInfo, Codepage, EventHandler) + name: GetConverterToBilingual(String[], IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, CultureInfo, Codepage, EventHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_GetConverterToBilingual_System_String___Sdl_FileTypeSupport_Framework_IntegrationApi_IBilingualDocumentGenerator_Sdl_FileTypeSupport_Framework_IntegrationApi_BilingualDocumentOutputPropertiesProvider_System_Globalization_CultureInfo_Sdl_Core_Globalization_Codepage_System_EventHandler_Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToBilingual(System.String[],Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator,Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider,System.Globalization.CultureInfo,Sdl.Core.Globalization.Codepage,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) name.vb: GetConverterToBilingual(String(), IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, CultureInfo, Codepage, EventHandler(Of MessageEventArgs)) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToBilingual(string[], Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator, Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToBilingual(String(), Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator, Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) - nameWithType: IFileTypeManager.GetConverterToBilingual(string[], IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, CultureInfo, Codepage, EventHandler) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToBilingual(System.String[], Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator, Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler) + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToBilingual(System.String(), Sdl.FileTypeSupport.Framework.IntegrationApi.IBilingualDocumentGenerator, Sdl.FileTypeSupport.Framework.IntegrationApi.BilingualDocumentOutputPropertiesProvider, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) + nameWithType: IFileTypeManager.GetConverterToBilingual(String[], IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, CultureInfo, Codepage, EventHandler) nameWithType.vb: IFileTypeManager.GetConverterToBilingual(String(), IBilingualDocumentGenerator, BilingualDocumentOutputPropertiesProvider, CultureInfo, Codepage, EventHandler(Of MessageEventArgs)) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToBilingual* name: GetConverterToBilingual @@ -74122,40 +65164,37 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToBilingual nameWithType: IFileTypeManager.GetConverterToBilingual - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualParser,System.String) - name: GetConverterToDefaultBilingual(IBilingualParser, string) + name: GetConverterToDefaultBilingual(IBilingualParser, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_GetConverterToDefaultBilingual_Sdl_FileTypeSupport_Framework_BilingualApi_IBilingualParser_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualParser,System.String) - name.vb: GetConverterToDefaultBilingual(IBilingualParser, String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualParser, string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualParser, String) - nameWithType: IFileTypeManager.GetConverterToDefaultBilingual(IBilingualParser, string) - nameWithType.vb: IFileTypeManager.GetConverterToDefaultBilingual(IBilingualParser, String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualParser, System.String) + nameWithType: IFileTypeManager.GetConverterToDefaultBilingual(IBilingualParser, String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(System.String,System.String,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) - name: GetConverterToDefaultBilingual(string, string, EventHandler) + name: GetConverterToDefaultBilingual(String, String, EventHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_GetConverterToDefaultBilingual_System_String_System_String_System_EventHandler_Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(System.String,System.String,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) name.vb: GetConverterToDefaultBilingual(String, String, EventHandler(Of MessageEventArgs)) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(string, string, System.EventHandler) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(String, String, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) - nameWithType: IFileTypeManager.GetConverterToDefaultBilingual(string, string, EventHandler) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(System.String, System.String, System.EventHandler) + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(System.String, System.String, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) + nameWithType: IFileTypeManager.GetConverterToDefaultBilingual(String, String, EventHandler) nameWithType.vb: IFileTypeManager.GetConverterToDefaultBilingual(String, String, EventHandler(Of MessageEventArgs)) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(System.String,System.String,System.String,System.Globalization.CultureInfo,Sdl.Core.Globalization.Codepage,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) - name: GetConverterToDefaultBilingual(string, string, string, CultureInfo, Codepage, EventHandler) + name: GetConverterToDefaultBilingual(String, String, String, CultureInfo, Codepage, EventHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_GetConverterToDefaultBilingual_System_String_System_String_System_String_System_Globalization_CultureInfo_Sdl_Core_Globalization_Codepage_System_EventHandler_Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(System.String,System.String,System.String,System.Globalization.CultureInfo,Sdl.Core.Globalization.Codepage,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) name.vb: GetConverterToDefaultBilingual(String, String, String, CultureInfo, Codepage, EventHandler(Of MessageEventArgs)) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(string, string, string, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(String, String, String, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) - nameWithType: IFileTypeManager.GetConverterToDefaultBilingual(string, string, string, CultureInfo, Codepage, EventHandler) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(System.String, System.String, System.String, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler) + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(System.String, System.String, System.String, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) + nameWithType: IFileTypeManager.GetConverterToDefaultBilingual(String, String, String, CultureInfo, Codepage, EventHandler) nameWithType.vb: IFileTypeManager.GetConverterToDefaultBilingual(String, String, String, CultureInfo, Codepage, EventHandler(Of MessageEventArgs)) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(System.String[],System.String,System.Globalization.CultureInfo,Sdl.Core.Globalization.Codepage,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) - name: GetConverterToDefaultBilingual(string[], string, CultureInfo, Codepage, EventHandler) + name: GetConverterToDefaultBilingual(String[], String, CultureInfo, Codepage, EventHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_GetConverterToDefaultBilingual_System_String___System_String_System_Globalization_CultureInfo_Sdl_Core_Globalization_Codepage_System_EventHandler_Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(System.String[],System.String,System.Globalization.CultureInfo,Sdl.Core.Globalization.Codepage,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) name.vb: GetConverterToDefaultBilingual(String(), String, CultureInfo, Codepage, EventHandler(Of MessageEventArgs)) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(string[], string, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(String(), String, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) - nameWithType: IFileTypeManager.GetConverterToDefaultBilingual(string[], string, CultureInfo, Codepage, EventHandler) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(System.String[], System.String, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler) + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual(System.String(), System.String, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) + nameWithType: IFileTypeManager.GetConverterToDefaultBilingual(String[], String, CultureInfo, Codepage, EventHandler) nameWithType.vb: IFileTypeManager.GetConverterToDefaultBilingual(String(), String, CultureInfo, Codepage, EventHandler(Of MessageEventArgs)) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToDefaultBilingual* name: GetConverterToDefaultBilingual @@ -74170,22 +65209,22 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToNative(Sdl.FileTypeSupport.Framework.BilingualApi.IBilingualParser, Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider) nameWithType: IFileTypeManager.GetConverterToNative(IBilingualParser, OutputPropertiesProvider) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToNative(System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) - name: GetConverterToNative(string, OutputPropertiesProvider, EventHandler) + name: GetConverterToNative(String, OutputPropertiesProvider, EventHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_GetConverterToNative_System_String_Sdl_FileTypeSupport_Framework_IntegrationApi_OutputPropertiesProvider_System_EventHandler_Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToNative(System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) name.vb: GetConverterToNative(String, OutputPropertiesProvider, EventHandler(Of MessageEventArgs)) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToNative(string, Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider, System.EventHandler) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToNative(String, Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) - nameWithType: IFileTypeManager.GetConverterToNative(string, OutputPropertiesProvider, EventHandler) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToNative(System.String, Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider, System.EventHandler) + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToNative(System.String, Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) + nameWithType: IFileTypeManager.GetConverterToNative(String, OutputPropertiesProvider, EventHandler) nameWithType.vb: IFileTypeManager.GetConverterToNative(String, OutputPropertiesProvider, EventHandler(Of MessageEventArgs)) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToNative(System.String[],Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider,System.Globalization.CultureInfo,Sdl.Core.Globalization.Codepage,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) - name: GetConverterToNative(string[], OutputPropertiesProvider, CultureInfo, Codepage, EventHandler) + name: GetConverterToNative(String[], OutputPropertiesProvider, CultureInfo, Codepage, EventHandler) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_GetConverterToNative_System_String___Sdl_FileTypeSupport_Framework_IntegrationApi_OutputPropertiesProvider_System_Globalization_CultureInfo_Sdl_Core_Globalization_Codepage_System_EventHandler_Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToNative(System.String[],Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider,System.Globalization.CultureInfo,Sdl.Core.Globalization.Codepage,System.EventHandler{Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs}) name.vb: GetConverterToNative(String(), OutputPropertiesProvider, CultureInfo, Codepage, EventHandler(Of MessageEventArgs)) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToNative(string[], Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToNative(String(), Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) - nameWithType: IFileTypeManager.GetConverterToNative(string[], OutputPropertiesProvider, CultureInfo, Codepage, EventHandler) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToNative(System.String[], Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler) + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToNative(System.String(), Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider, System.Globalization.CultureInfo, Sdl.Core.Globalization.Codepage, System.EventHandler(Of Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs)) + nameWithType: IFileTypeManager.GetConverterToNative(String[], OutputPropertiesProvider, CultureInfo, Codepage, EventHandler) nameWithType.vb: IFileTypeManager.GetConverterToNative(String(), OutputPropertiesProvider, CultureInfo, Codepage, EventHandler(Of MessageEventArgs)) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToNative* name: GetConverterToNative @@ -74194,14 +65233,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.GetConverterToNative nameWithType: IFileTypeManager.GetConverterToNative - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.InsertFileTypeDefinition(System.Int32,Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition) - name: InsertFileTypeDefinition(int, IFileTypeDefinition) + name: InsertFileTypeDefinition(Int32, IFileTypeDefinition) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_InsertFileTypeDefinition_System_Int32_Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeDefinition_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.InsertFileTypeDefinition(System.Int32,Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition) - name.vb: InsertFileTypeDefinition(Integer, IFileTypeDefinition) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.InsertFileTypeDefinition(int, Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.InsertFileTypeDefinition(Integer, Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition) - nameWithType: IFileTypeManager.InsertFileTypeDefinition(int, IFileTypeDefinition) - nameWithType.vb: IFileTypeManager.InsertFileTypeDefinition(Integer, IFileTypeDefinition) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.InsertFileTypeDefinition(System.Int32, Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeDefinition) + nameWithType: IFileTypeManager.InsertFileTypeDefinition(Int32, IFileTypeDefinition) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.InsertFileTypeDefinition* name: InsertFileTypeDefinition href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_InsertFileTypeDefinition_ @@ -74371,14 +65407,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent.ScrollToSegment nameWithType: IInteractivePreviewComponent.ScrollToSegment - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent.UpdateSegment(Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference,System.String) - name: UpdateSegment(SegmentReference, string) + name: UpdateSegment(SegmentReference, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IInteractivePreviewComponent_UpdateSegment_Sdl_FileTypeSupport_Framework_IntegrationApi_SegmentReference_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent.UpdateSegment(Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference,System.String) - name.vb: UpdateSegment(SegmentReference, String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent.UpdateSegment(Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference, string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent.UpdateSegment(Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference, String) - nameWithType: IInteractivePreviewComponent.UpdateSegment(SegmentReference, string) - nameWithType.vb: IInteractivePreviewComponent.UpdateSegment(SegmentReference, String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent.UpdateSegment(Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference, System.String) + nameWithType: IInteractivePreviewComponent.UpdateSegment(SegmentReference, String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent.UpdateSegment* name: UpdateSegment href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IInteractivePreviewComponent_UpdateSegment_ @@ -74527,20 +65560,14 @@ references: name: FileTypeCreator() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.html#Sdl_FileTypeSupport_Framework_IntegrationApi_Implementation_FileTypeCreator__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.FileTypeCreator() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.New() nameWithType: FileTypeCreator.FileTypeCreator() - nameWithType.vb: FileTypeCreator.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.#ctor* name: FileTypeCreator href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.html#Sdl_FileTypeSupport_Framework_IntegrationApi_Implementation_FileTypeCreator__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.FileTypeCreator - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.New nameWithType: FileTypeCreator.FileTypeCreator - nameWithType.vb: FileTypeCreator.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.CreateWizardPages(Sdl.Core.Settings.ISettingsBundle) name: CreateWizardPages(ISettingsBundle) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation.FileTypeCreator.html#Sdl_FileTypeSupport_Framework_IntegrationApi_Implementation_FileTypeCreator_CreateWizardPages_Sdl_Core_Settings_ISettingsBundle_ @@ -74728,14 +65755,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.Extractors nameWithType: IMultiFileConverter.Extractors - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.InsertExtractor(System.Int32,Sdl.FileTypeSupport.Framework.IntegrationApi.IFileExtractor) - name: InsertExtractor(int, IFileExtractor) + name: InsertExtractor(Int32, IFileExtractor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IMultiFileConverter_InsertExtractor_System_Int32_Sdl_FileTypeSupport_Framework_IntegrationApi_IFileExtractor_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.InsertExtractor(System.Int32,Sdl.FileTypeSupport.Framework.IntegrationApi.IFileExtractor) - name.vb: InsertExtractor(Integer, IFileExtractor) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.InsertExtractor(int, Sdl.FileTypeSupport.Framework.IntegrationApi.IFileExtractor) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.InsertExtractor(Integer, Sdl.FileTypeSupport.Framework.IntegrationApi.IFileExtractor) - nameWithType: IMultiFileConverter.InsertExtractor(int, IFileExtractor) - nameWithType.vb: IMultiFileConverter.InsertExtractor(Integer, IFileExtractor) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.InsertExtractor(System.Int32, Sdl.FileTypeSupport.Framework.IntegrationApi.IFileExtractor) + nameWithType: IMultiFileConverter.InsertExtractor(Int32, IFileExtractor) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.InsertExtractor* name: InsertExtractor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IMultiFileConverter_InsertExtractor_ @@ -74839,14 +65863,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.RemoveExtractor nameWithType: IMultiFileConverter.RemoveExtractor - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.SetDocumentInfo(Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties,System.Boolean) - name: SetDocumentInfo(IDocumentProperties, bool) + name: SetDocumentInfo(IDocumentProperties, Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IMultiFileConverter_SetDocumentInfo_Sdl_FileTypeSupport_Framework_BilingualApi_IDocumentProperties_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.SetDocumentInfo(Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties,System.Boolean) - name.vb: SetDocumentInfo(IDocumentProperties, Boolean) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.SetDocumentInfo(Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties, bool) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.SetDocumentInfo(Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties, Boolean) - nameWithType: IMultiFileConverter.SetDocumentInfo(IDocumentProperties, bool) - nameWithType.vb: IMultiFileConverter.SetDocumentInfo(IDocumentProperties, Boolean) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.SetDocumentInfo(Sdl.FileTypeSupport.Framework.BilingualApi.IDocumentProperties, System.Boolean) + nameWithType: IMultiFileConverter.SetDocumentInfo(IDocumentProperties, Boolean) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.SetDocumentInfo* name: SetDocumentInfo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IMultiFileConverter.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IMultiFileConverter_SetDocumentInfo_ @@ -75379,23 +66400,20 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.AllNonDefaultItems nameWithType: IQuickTags.AllNonDefaultItems - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.Item(System.String) - name: this[string] + name: Item[String] href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IQuickTags_Item_System_String_ commentId: P:Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.Item(System.String) - name.vb: this[](String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.this[string] - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.this[](String) - nameWithType: IQuickTags.this[string] - nameWithType.vb: IQuickTags.this[](String) + name.vb: Item(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.Item[System.String] + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.Item(System.String) + nameWithType: IQuickTags.Item[String] + nameWithType.vb: IQuickTags.Item(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.Item* - name: this + name: Item href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IQuickTags_Item_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.Item - name.vb: this[] - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.this - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.this[] - nameWithType: IQuickTags.this - nameWithType.vb: IQuickTags.this[] + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.Item + nameWithType: IQuickTags.Item - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.SetStandardQuickTags(System.Collections.Generic.IList{Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTag}) name: SetStandardQuickTags(IList) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.IQuickTags.html#Sdl_FileTypeSupport_Framework_IntegrationApi_IQuickTags_SetStandardQuickTags_System_Collections_Generic_IList_Sdl_FileTypeSupport_Framework_IntegrationApi_IQuickTag__ @@ -75448,14 +66466,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.ISettingsAware nameWithType: ISettingsAware - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.ISettingsAware.InitializeSettings(Sdl.Core.Settings.ISettingsBundle,System.String) - name: InitializeSettings(ISettingsBundle, string) + name: InitializeSettings(ISettingsBundle, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISettingsAware.html#Sdl_FileTypeSupport_Framework_IntegrationApi_ISettingsAware_InitializeSettings_Sdl_Core_Settings_ISettingsBundle_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.ISettingsAware.InitializeSettings(Sdl.Core.Settings.ISettingsBundle,System.String) - name.vb: InitializeSettings(ISettingsBundle, String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.ISettingsAware.InitializeSettings(Sdl.Core.Settings.ISettingsBundle, string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.ISettingsAware.InitializeSettings(Sdl.Core.Settings.ISettingsBundle, String) - nameWithType: ISettingsAware.InitializeSettings(ISettingsBundle, string) - nameWithType.vb: ISettingsAware.InitializeSettings(ISettingsBundle, String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.ISettingsAware.InitializeSettings(Sdl.Core.Settings.ISettingsBundle, System.String) + nameWithType: ISettingsAware.InitializeSettings(ISettingsBundle, String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.ISettingsAware.InitializeSettings* name: InitializeSettings href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISettingsAware.html#Sdl_FileTypeSupport_Framework_IntegrationApi_ISettingsAware_InitializeSettings_ @@ -75577,14 +66592,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder nameWithType: ISubContentComponentBuilder - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.BuildSubContentExtractor(System.String) - name: BuildSubContentExtractor(string) + name: BuildSubContentExtractor(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_ISubContentComponentBuilder_BuildSubContentExtractor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.BuildSubContentExtractor(System.String) - name.vb: BuildSubContentExtractor(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.BuildSubContentExtractor(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.BuildSubContentExtractor(String) - nameWithType: ISubContentComponentBuilder.BuildSubContentExtractor(string) - nameWithType.vb: ISubContentComponentBuilder.BuildSubContentExtractor(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.BuildSubContentExtractor(System.String) + nameWithType: ISubContentComponentBuilder.BuildSubContentExtractor(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.BuildSubContentExtractor* name: BuildSubContentExtractor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_ISubContentComponentBuilder_BuildSubContentExtractor_ @@ -75592,14 +66604,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.BuildSubContentExtractor nameWithType: ISubContentComponentBuilder.BuildSubContentExtractor - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.BuildSubContentGenerator(System.String) - name: BuildSubContentGenerator(string) + name: BuildSubContentGenerator(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_ISubContentComponentBuilder_BuildSubContentGenerator_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.BuildSubContentGenerator(System.String) - name.vb: BuildSubContentGenerator(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.BuildSubContentGenerator(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.BuildSubContentGenerator(String) - nameWithType: ISubContentComponentBuilder.BuildSubContentGenerator(string) - nameWithType.vb: ISubContentComponentBuilder.BuildSubContentGenerator(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.BuildSubContentGenerator(System.String) + nameWithType: ISubContentComponentBuilder.BuildSubContentGenerator(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.BuildSubContentGenerator* name: BuildSubContentGenerator href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.ISubContentComponentBuilder.html#Sdl_FileTypeSupport_Framework_IntegrationApi_ISubContentComponentBuilder_BuildSubContentGenerator_ @@ -75970,38 +66979,26 @@ references: name: MessageEventArgs() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.html#Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.MessageEventArgs() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.New() nameWithType: MessageEventArgs.MessageEventArgs() - nameWithType.vb: MessageEventArgs.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.#ctor(System.String,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation,Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation) - name: MessageEventArgs(string, string, ErrorLevel, string, IMessageLocation, IMessageLocation) + name: MessageEventArgs(String, String, ErrorLevel, String, IMessageLocation, IMessageLocation) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.html#Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ctor_System_String_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_Sdl_FileTypeSupport_Framework_IntegrationApi_IMessageLocation_Sdl_FileTypeSupport_Framework_IntegrationApi_IMessageLocation_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.#ctor(System.String,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation,Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation) - name.vb: New(String, String, ErrorLevel, String, IMessageLocation, IMessageLocation) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.MessageEventArgs(string, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.New(String, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation) - nameWithType: MessageEventArgs.MessageEventArgs(string, string, ErrorLevel, string, IMessageLocation, IMessageLocation) - nameWithType.vb: MessageEventArgs.New(String, String, ErrorLevel, String, IMessageLocation, IMessageLocation) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.MessageEventArgs(System.String, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation) + nameWithType: MessageEventArgs.MessageEventArgs(String, String, ErrorLevel, String, IMessageLocation, IMessageLocation) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.#ctor(System.String,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation,Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation,Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - name: MessageEventArgs(string, string, ErrorLevel, string, IMessageLocation, IMessageLocation, ExtendedMessageEventData) + name: MessageEventArgs(String, String, ErrorLevel, String, IMessageLocation, IMessageLocation, ExtendedMessageEventData) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.html#Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ctor_System_String_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_Sdl_FileTypeSupport_Framework_IntegrationApi_IMessageLocation_Sdl_FileTypeSupport_Framework_IntegrationApi_IMessageLocation_Sdl_FileTypeSupport_Framework_IntegrationApi_ExtendedMessageEventData_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.#ctor(System.String,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation,Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation,Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - name.vb: New(String, String, ErrorLevel, String, IMessageLocation, IMessageLocation, ExtendedMessageEventData) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.MessageEventArgs(string, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.New(String, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - nameWithType: MessageEventArgs.MessageEventArgs(string, string, ErrorLevel, string, IMessageLocation, IMessageLocation, ExtendedMessageEventData) - nameWithType.vb: MessageEventArgs.New(String, String, ErrorLevel, String, IMessageLocation, IMessageLocation, ExtendedMessageEventData) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.MessageEventArgs(System.String, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) + nameWithType: MessageEventArgs.MessageEventArgs(String, String, ErrorLevel, String, IMessageLocation, IMessageLocation, ExtendedMessageEventData) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.#ctor* name: MessageEventArgs href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.html#Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.MessageEventArgs - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.New nameWithType: MessageEventArgs.MessageEventArgs - nameWithType.vb: MessageEventArgs.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.ExtendedData name: ExtendedData href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.MessageEventArgs.html#Sdl_FileTypeSupport_Framework_IntegrationApi_MessageEventArgs_ExtendedData @@ -76105,32 +67102,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider nameWithType: NativeGeneratorProvider - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.#ctor(System.Object,System.IntPtr) - name: NativeGeneratorProvider(object, IntPtr) + name: NativeGeneratorProvider(Object, IntPtr) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_NativeGeneratorProvider__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.NativeGeneratorProvider(object, System.IntPtr) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.New(Object, System.IntPtr) - nameWithType: NativeGeneratorProvider.NativeGeneratorProvider(object, IntPtr) - nameWithType.vb: NativeGeneratorProvider.New(Object, IntPtr) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.NativeGeneratorProvider(System.Object, System.IntPtr) + nameWithType: NativeGeneratorProvider.NativeGeneratorProvider(Object, IntPtr) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.#ctor* name: NativeGeneratorProvider href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_NativeGeneratorProvider__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.NativeGeneratorProvider - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.New nameWithType: NativeGeneratorProvider.NativeGeneratorProvider - nameWithType.vb: NativeGeneratorProvider.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties,System.AsyncCallback,System.Object) - name: BeginInvoke(IPersistentFileConversionProperties, AsyncCallback, object) + name: BeginInvoke(IPersistentFileConversionProperties, AsyncCallback, Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_NativeGeneratorProvider_BeginInvoke_Sdl_FileTypeSupport_Framework_NativeApi_IPersistentFileConversionProperties_System_AsyncCallback_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(IPersistentFileConversionProperties, AsyncCallback, Object) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties, System.AsyncCallback, object) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties, System.AsyncCallback, Object) - nameWithType: NativeGeneratorProvider.BeginInvoke(IPersistentFileConversionProperties, AsyncCallback, object) - nameWithType.vb: NativeGeneratorProvider.BeginInvoke(IPersistentFileConversionProperties, AsyncCallback, Object) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties, System.AsyncCallback, System.Object) + nameWithType: NativeGeneratorProvider.BeginInvoke(IPersistentFileConversionProperties, AsyncCallback, Object) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.BeginInvoke* name: BeginInvoke href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NativeGeneratorProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_NativeGeneratorProvider_BeginInvoke_ @@ -76171,47 +67159,32 @@ references: name: NoDefaultBilingualFileTypeException() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_NoDefaultBilingualFileTypeException__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.NoDefaultBilingualFileTypeException() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.New() nameWithType: NoDefaultBilingualFileTypeException.NoDefaultBilingualFileTypeException() - nameWithType.vb: NoDefaultBilingualFileTypeException.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: NoDefaultBilingualFileTypeException(SerializationInfo, StreamingContext) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_NoDefaultBilingualFileTypeException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.NoDefaultBilingualFileTypeException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: NoDefaultBilingualFileTypeException.NoDefaultBilingualFileTypeException(SerializationInfo, StreamingContext) - nameWithType.vb: NoDefaultBilingualFileTypeException.New(SerializationInfo, StreamingContext) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.#ctor(System.String) - name: NoDefaultBilingualFileTypeException(string) + name: NoDefaultBilingualFileTypeException(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_NoDefaultBilingualFileTypeException__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.NoDefaultBilingualFileTypeException(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.New(String) - nameWithType: NoDefaultBilingualFileTypeException.NoDefaultBilingualFileTypeException(string) - nameWithType.vb: NoDefaultBilingualFileTypeException.New(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.NoDefaultBilingualFileTypeException(System.String) + nameWithType: NoDefaultBilingualFileTypeException.NoDefaultBilingualFileTypeException(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.#ctor(System.String,System.Exception) - name: NoDefaultBilingualFileTypeException(string, Exception) + name: NoDefaultBilingualFileTypeException(String, Exception) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_NoDefaultBilingualFileTypeException__ctor_System_String_System_Exception_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.NoDefaultBilingualFileTypeException(string, System.Exception) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.New(String, System.Exception) - nameWithType: NoDefaultBilingualFileTypeException.NoDefaultBilingualFileTypeException(string, Exception) - nameWithType.vb: NoDefaultBilingualFileTypeException.New(String, Exception) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.NoDefaultBilingualFileTypeException(System.String, System.Exception) + nameWithType: NoDefaultBilingualFileTypeException.NoDefaultBilingualFileTypeException(String, Exception) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.#ctor* name: NoDefaultBilingualFileTypeException href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_NoDefaultBilingualFileTypeException__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.NoDefaultBilingualFileTypeException - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.NoDefaultBilingualFileTypeException.New nameWithType: NoDefaultBilingualFileTypeException.NoDefaultBilingualFileTypeException - nameWithType.vb: NoDefaultBilingualFileTypeException.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException name: NotBilingualFileTypeException href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.html @@ -76222,47 +67195,32 @@ references: name: NotBilingualFileTypeException() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_NotBilingualFileTypeException__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.NotBilingualFileTypeException() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.New() nameWithType: NotBilingualFileTypeException.NotBilingualFileTypeException() - nameWithType.vb: NotBilingualFileTypeException.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: NotBilingualFileTypeException(SerializationInfo, StreamingContext) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_NotBilingualFileTypeException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.NotBilingualFileTypeException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: NotBilingualFileTypeException.NotBilingualFileTypeException(SerializationInfo, StreamingContext) - nameWithType.vb: NotBilingualFileTypeException.New(SerializationInfo, StreamingContext) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.#ctor(System.String) - name: NotBilingualFileTypeException(string) + name: NotBilingualFileTypeException(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_NotBilingualFileTypeException__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.NotBilingualFileTypeException(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.New(String) - nameWithType: NotBilingualFileTypeException.NotBilingualFileTypeException(string) - nameWithType.vb: NotBilingualFileTypeException.New(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.NotBilingualFileTypeException(System.String) + nameWithType: NotBilingualFileTypeException.NotBilingualFileTypeException(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.#ctor(System.String,System.Exception) - name: NotBilingualFileTypeException(string, Exception) + name: NotBilingualFileTypeException(String, Exception) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_NotBilingualFileTypeException__ctor_System_String_System_Exception_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.NotBilingualFileTypeException(string, System.Exception) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.New(String, System.Exception) - nameWithType: NotBilingualFileTypeException.NotBilingualFileTypeException(string, Exception) - nameWithType.vb: NotBilingualFileTypeException.New(String, Exception) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.NotBilingualFileTypeException(System.String, System.Exception) + nameWithType: NotBilingualFileTypeException.NotBilingualFileTypeException(String, Exception) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.#ctor* name: NotBilingualFileTypeException href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_NotBilingualFileTypeException__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.NotBilingualFileTypeException - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.NotBilingualFileTypeException.New nameWithType: NotBilingualFileTypeException.NotBilingualFileTypeException - nameWithType.vb: NotBilingualFileTypeException.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException name: OneOrMoreFilesNotSupportedException href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.html @@ -76273,47 +67231,35 @@ references: name: OneOrMoreFilesNotSupportedException() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_OneOrMoreFilesNotSupportedException__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.OneOrMoreFilesNotSupportedException() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.New() nameWithType: OneOrMoreFilesNotSupportedException.OneOrMoreFilesNotSupportedException() - nameWithType.vb: OneOrMoreFilesNotSupportedException.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: OneOrMoreFilesNotSupportedException(SerializationInfo, StreamingContext) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_OneOrMoreFilesNotSupportedException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.OneOrMoreFilesNotSupportedException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: OneOrMoreFilesNotSupportedException.OneOrMoreFilesNotSupportedException(SerializationInfo, StreamingContext) - nameWithType.vb: OneOrMoreFilesNotSupportedException.New(SerializationInfo, StreamingContext) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.#ctor(System.String,System.Collections.Generic.List{Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException}) - name: OneOrMoreFilesNotSupportedException(string, List) + name: OneOrMoreFilesNotSupportedException(String, List) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_OneOrMoreFilesNotSupportedException__ctor_System_String_System_Collections_Generic_List_Sdl_FileTypeSupport_Framework_IntegrationApi_FileNotSupportedException__ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.#ctor(System.String,System.Collections.Generic.List{Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException}) - name.vb: New(String, List(Of FileNotSupportedException)) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.OneOrMoreFilesNotSupportedException(string, System.Collections.Generic.List) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.New(String, System.Collections.Generic.List(Of Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException)) - nameWithType: OneOrMoreFilesNotSupportedException.OneOrMoreFilesNotSupportedException(string, List) - nameWithType.vb: OneOrMoreFilesNotSupportedException.New(String, List(Of FileNotSupportedException)) + name.vb: OneOrMoreFilesNotSupportedException(String, List(Of FileNotSupportedException)) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.OneOrMoreFilesNotSupportedException(System.String, System.Collections.Generic.List) + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.OneOrMoreFilesNotSupportedException(System.String, System.Collections.Generic.List(Of Sdl.FileTypeSupport.Framework.IntegrationApi.FileNotSupportedException)) + nameWithType: OneOrMoreFilesNotSupportedException.OneOrMoreFilesNotSupportedException(String, List) + nameWithType.vb: OneOrMoreFilesNotSupportedException.OneOrMoreFilesNotSupportedException(String, List(Of FileNotSupportedException)) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.#ctor* name: OneOrMoreFilesNotSupportedException href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_OneOrMoreFilesNotSupportedException__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.OneOrMoreFilesNotSupportedException - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.New nameWithType: OneOrMoreFilesNotSupportedException.OneOrMoreFilesNotSupportedException - nameWithType.vb: OneOrMoreFilesNotSupportedException.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_OneOrMoreFilesNotSupportedException_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.Equals(Object) - nameWithType: OneOrMoreFilesNotSupportedException.Equals(object) - nameWithType.vb: OneOrMoreFilesNotSupportedException.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.Equals(System.Object) + nameWithType: OneOrMoreFilesNotSupportedException.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OneOrMoreFilesNotSupportedException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_OneOrMoreFilesNotSupportedException_Equals_ @@ -76351,32 +67297,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider nameWithType: OutputPropertiesProvider - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.#ctor(System.Object,System.IntPtr) - name: OutputPropertiesProvider(object, IntPtr) + name: OutputPropertiesProvider(Object, IntPtr) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_OutputPropertiesProvider__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.OutputPropertiesProvider(object, System.IntPtr) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.New(Object, System.IntPtr) - nameWithType: OutputPropertiesProvider.OutputPropertiesProvider(object, IntPtr) - nameWithType.vb: OutputPropertiesProvider.New(Object, IntPtr) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.OutputPropertiesProvider(System.Object, System.IntPtr) + nameWithType: OutputPropertiesProvider.OutputPropertiesProvider(Object, IntPtr) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.#ctor* name: OutputPropertiesProvider href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_OutputPropertiesProvider__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.OutputPropertiesProvider - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.New nameWithType: OutputPropertiesProvider.OutputPropertiesProvider - nameWithType.vb: OutputPropertiesProvider.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputFileProperties,Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties,Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo,System.AsyncCallback,System.Object) - name: BeginInvoke(INativeOutputFileProperties, IPersistentFileConversionProperties, IOutputFileInfo, AsyncCallback, object) + name: BeginInvoke(INativeOutputFileProperties, IPersistentFileConversionProperties, IOutputFileInfo, AsyncCallback, Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_OutputPropertiesProvider_BeginInvoke_Sdl_FileTypeSupport_Framework_NativeApi_INativeOutputFileProperties_Sdl_FileTypeSupport_Framework_NativeApi_IPersistentFileConversionProperties_Sdl_FileTypeSupport_Framework_NativeApi_IOutputFileInfo_System_AsyncCallback_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputFileProperties,Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties,Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(INativeOutputFileProperties, IPersistentFileConversionProperties, IOutputFileInfo, AsyncCallback, Object) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputFileProperties, Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties, Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo, System.AsyncCallback, object) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputFileProperties, Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties, Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo, System.AsyncCallback, Object) - nameWithType: OutputPropertiesProvider.BeginInvoke(INativeOutputFileProperties, IPersistentFileConversionProperties, IOutputFileInfo, AsyncCallback, object) - nameWithType.vb: OutputPropertiesProvider.BeginInvoke(INativeOutputFileProperties, IPersistentFileConversionProperties, IOutputFileInfo, AsyncCallback, Object) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.BeginInvoke(Sdl.FileTypeSupport.Framework.NativeApi.INativeOutputFileProperties, Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties, Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo, System.AsyncCallback, System.Object) + nameWithType: OutputPropertiesProvider.BeginInvoke(INativeOutputFileProperties, IPersistentFileConversionProperties, IOutputFileInfo, AsyncCallback, Object) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.BeginInvoke* name: BeginInvoke href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.OutputPropertiesProvider.html#Sdl_FileTypeSupport_Framework_IntegrationApi_OutputPropertiesProvider_BeginInvoke_ @@ -76414,32 +67351,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId nameWithType: PreviewApplicationId - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.#ctor(System.String) - name: PreviewApplicationId(string) + name: PreviewApplicationId(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewApplicationId__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.PreviewApplicationId(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.New(String) - nameWithType: PreviewApplicationId.PreviewApplicationId(string) - nameWithType.vb: PreviewApplicationId.New(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.PreviewApplicationId(System.String) + nameWithType: PreviewApplicationId.PreviewApplicationId(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.#ctor* name: PreviewApplicationId href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewApplicationId__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.PreviewApplicationId - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.New nameWithType: PreviewApplicationId.PreviewApplicationId - nameWithType.vb: PreviewApplicationId.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewApplicationId_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.Equals(Object) - nameWithType: PreviewApplicationId.Equals(object) - nameWithType.vb: PreviewApplicationId.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.Equals(System.Object) + nameWithType: PreviewApplicationId.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewApplicationId_Equals_ @@ -76471,41 +67399,29 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.Id nameWithType: PreviewApplicationId.Id - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.op_Equality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId,Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId) - name: operator ==(PreviewApplicationId, PreviewApplicationId) + name: Equality(PreviewApplicationId, PreviewApplicationId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewApplicationId_op_Equality_Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewApplicationId_Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewApplicationId_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.op_Equality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId,Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId) - name.vb: =(PreviewApplicationId, PreviewApplicationId) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.operator ==(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.=(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId) - nameWithType: PreviewApplicationId.operator ==(PreviewApplicationId, PreviewApplicationId) - nameWithType.vb: PreviewApplicationId.=(PreviewApplicationId, PreviewApplicationId) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.Equality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId) + nameWithType: PreviewApplicationId.Equality(PreviewApplicationId, PreviewApplicationId) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.op_Equality* - name: operator == + name: Equality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewApplicationId_op_Equality_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.op_Equality - name.vb: = - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.operator == - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.= - nameWithType: PreviewApplicationId.operator == - nameWithType.vb: PreviewApplicationId.= + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.Equality + nameWithType: PreviewApplicationId.Equality - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.op_Inequality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId,Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId) - name: operator !=(PreviewApplicationId, PreviewApplicationId) + name: Inequality(PreviewApplicationId, PreviewApplicationId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewApplicationId_op_Inequality_Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewApplicationId_Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewApplicationId_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.op_Inequality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId,Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId) - name.vb: <>(PreviewApplicationId, PreviewApplicationId) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.operator !=(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.<>(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId) - nameWithType: PreviewApplicationId.operator !=(PreviewApplicationId, PreviewApplicationId) - nameWithType.vb: PreviewApplicationId.<>(PreviewApplicationId, PreviewApplicationId) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.Inequality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId) + nameWithType: PreviewApplicationId.Inequality(PreviewApplicationId, PreviewApplicationId) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.op_Inequality* - name: operator != + name: Inequality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewApplicationId_op_Inequality_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.op_Inequality - name.vb: <> - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.operator != - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.<> - nameWithType: PreviewApplicationId.operator != - nameWithType.vb: PreviewApplicationId.<> + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.Inequality + nameWithType: PreviewApplicationId.Inequality - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.ToString name: ToString() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewApplicationId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewApplicationId_ToString @@ -76528,20 +67444,14 @@ references: name: PreviewClosedEventArgs(IAbstractPreviewApplication) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewClosedEventArgs__ctor_Sdl_FileTypeSupport_Framework_IntegrationApi_IAbstractPreviewApplication_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.#ctor(Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewApplication) - name.vb: New(IAbstractPreviewApplication) fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.PreviewClosedEventArgs(Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewApplication) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.New(Sdl.FileTypeSupport.Framework.IntegrationApi.IAbstractPreviewApplication) nameWithType: PreviewClosedEventArgs.PreviewClosedEventArgs(IAbstractPreviewApplication) - nameWithType.vb: PreviewClosedEventArgs.New(IAbstractPreviewApplication) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.#ctor* name: PreviewClosedEventArgs href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewClosedEventArgs__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.PreviewClosedEventArgs - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.New nameWithType: PreviewClosedEventArgs.PreviewClosedEventArgs - nameWithType.vb: PreviewClosedEventArgs.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.Application name: Application href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewClosedEventArgs_Application @@ -76561,32 +67471,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler nameWithType: PreviewControlHandler - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.#ctor(System.Object,System.IntPtr) - name: PreviewControlHandler(object, IntPtr) + name: PreviewControlHandler(Object, IntPtr) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewControlHandler__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.PreviewControlHandler(object, System.IntPtr) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.New(Object, System.IntPtr) - nameWithType: PreviewControlHandler.PreviewControlHandler(object, IntPtr) - nameWithType.vb: PreviewControlHandler.New(Object, IntPtr) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.PreviewControlHandler(System.Object, System.IntPtr) + nameWithType: PreviewControlHandler.PreviewControlHandler(Object, IntPtr) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.#ctor* name: PreviewControlHandler href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewControlHandler__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.PreviewControlHandler - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.New nameWithType: PreviewControlHandler.PreviewControlHandler - nameWithType.vb: PreviewControlHandler.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent,System.AsyncCallback,System.Object) - name: BeginInvoke(IInteractivePreviewComponent, AsyncCallback, object) + name: BeginInvoke(IInteractivePreviewComponent, AsyncCallback, Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewControlHandler_BeginInvoke_Sdl_FileTypeSupport_Framework_IntegrationApi_IInteractivePreviewComponent_System_AsyncCallback_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(IInteractivePreviewComponent, AsyncCallback, Object) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent, System.AsyncCallback, object) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent, System.AsyncCallback, Object) - nameWithType: PreviewControlHandler.BeginInvoke(IInteractivePreviewComponent, AsyncCallback, object) - nameWithType.vb: PreviewControlHandler.BeginInvoke(IInteractivePreviewComponent, AsyncCallback, Object) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.BeginInvoke(Sdl.FileTypeSupport.Framework.IntegrationApi.IInteractivePreviewComponent, System.AsyncCallback, System.Object) + nameWithType: PreviewControlHandler.BeginInvoke(IInteractivePreviewComponent, AsyncCallback, Object) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.BeginInvoke* name: BeginInvoke href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlHandler.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewControlHandler_BeginInvoke_ @@ -76624,32 +67525,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId nameWithType: PreviewControlId - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.#ctor(System.String) - name: PreviewControlId(string) + name: PreviewControlId(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewControlId__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.PreviewControlId(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.New(String) - nameWithType: PreviewControlId.PreviewControlId(string) - nameWithType.vb: PreviewControlId.New(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.PreviewControlId(System.String) + nameWithType: PreviewControlId.PreviewControlId(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.#ctor* name: PreviewControlId href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewControlId__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.PreviewControlId - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.New nameWithType: PreviewControlId.PreviewControlId - nameWithType.vb: PreviewControlId.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewControlId_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.Equals(Object) - nameWithType: PreviewControlId.Equals(object) - nameWithType.vb: PreviewControlId.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.Equals(System.Object) + nameWithType: PreviewControlId.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewControlId_Equals_ @@ -76681,41 +67573,29 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.Id nameWithType: PreviewControlId.Id - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.op_Equality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId,Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId) - name: operator ==(PreviewControlId, PreviewControlId) + name: Equality(PreviewControlId, PreviewControlId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewControlId_op_Equality_Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewControlId_Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewControlId_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.op_Equality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId,Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId) - name.vb: =(PreviewControlId, PreviewControlId) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.operator ==(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.=(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId) - nameWithType: PreviewControlId.operator ==(PreviewControlId, PreviewControlId) - nameWithType.vb: PreviewControlId.=(PreviewControlId, PreviewControlId) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.Equality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId) + nameWithType: PreviewControlId.Equality(PreviewControlId, PreviewControlId) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.op_Equality* - name: operator == + name: Equality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewControlId_op_Equality_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.op_Equality - name.vb: = - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.operator == - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.= - nameWithType: PreviewControlId.operator == - nameWithType.vb: PreviewControlId.= + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.Equality + nameWithType: PreviewControlId.Equality - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.op_Inequality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId,Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId) - name: operator !=(PreviewControlId, PreviewControlId) + name: Inequality(PreviewControlId, PreviewControlId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewControlId_op_Inequality_Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewControlId_Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewControlId_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.op_Inequality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId,Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId) - name.vb: <>(PreviewControlId, PreviewControlId) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.operator !=(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.<>(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId) - nameWithType: PreviewControlId.operator !=(PreviewControlId, PreviewControlId) - nameWithType.vb: PreviewControlId.<>(PreviewControlId, PreviewControlId) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.Inequality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId) + nameWithType: PreviewControlId.Inequality(PreviewControlId, PreviewControlId) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.op_Inequality* - name: operator != + name: Inequality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewControlId_op_Inequality_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.op_Inequality - name.vb: <> - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.operator != - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.<> - nameWithType: PreviewControlId.operator != - nameWithType.vb: PreviewControlId.<> + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.Inequality + nameWithType: PreviewControlId.Inequality - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.ToString name: ToString() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewControlId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewControlId_ToString @@ -76735,32 +67615,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId nameWithType: PreviewSetId - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.#ctor(System.String) - name: PreviewSetId(string) + name: PreviewSetId(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewSetId__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.PreviewSetId(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.New(String) - nameWithType: PreviewSetId.PreviewSetId(string) - nameWithType.vb: PreviewSetId.New(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.PreviewSetId(System.String) + nameWithType: PreviewSetId.PreviewSetId(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.#ctor* name: PreviewSetId href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewSetId__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.PreviewSetId - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.New nameWithType: PreviewSetId.PreviewSetId - nameWithType.vb: PreviewSetId.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewSetId_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.Equals(Object) - nameWithType: PreviewSetId.Equals(object) - nameWithType.vb: PreviewSetId.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.Equals(System.Object) + nameWithType: PreviewSetId.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewSetId_Equals_ @@ -76792,41 +67663,29 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.Id nameWithType: PreviewSetId.Id - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.op_Equality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId,Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId) - name: operator ==(PreviewSetId, PreviewSetId) + name: Equality(PreviewSetId, PreviewSetId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewSetId_op_Equality_Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewSetId_Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewSetId_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.op_Equality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId,Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId) - name.vb: =(PreviewSetId, PreviewSetId) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.operator ==(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.=(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId) - nameWithType: PreviewSetId.operator ==(PreviewSetId, PreviewSetId) - nameWithType.vb: PreviewSetId.=(PreviewSetId, PreviewSetId) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.Equality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId) + nameWithType: PreviewSetId.Equality(PreviewSetId, PreviewSetId) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.op_Equality* - name: operator == + name: Equality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewSetId_op_Equality_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.op_Equality - name.vb: = - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.operator == - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.= - nameWithType: PreviewSetId.operator == - nameWithType.vb: PreviewSetId.= + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.Equality + nameWithType: PreviewSetId.Equality - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.op_Inequality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId,Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId) - name: operator !=(PreviewSetId, PreviewSetId) + name: Inequality(PreviewSetId, PreviewSetId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewSetId_op_Inequality_Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewSetId_Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewSetId_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.op_Inequality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId,Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId) - name.vb: <>(PreviewSetId, PreviewSetId) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.operator !=(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.<>(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId) - nameWithType: PreviewSetId.operator !=(PreviewSetId, PreviewSetId) - nameWithType.vb: PreviewSetId.<>(PreviewSetId, PreviewSetId) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.Inequality(Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId) + nameWithType: PreviewSetId.Inequality(PreviewSetId, PreviewSetId) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.op_Inequality* - name: operator != + name: Inequality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewSetId_op_Inequality_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.op_Inequality - name.vb: <> - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.operator != - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.<> - nameWithType: PreviewSetId.operator != - nameWithType.vb: PreviewSetId.<> + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.Inequality + nameWithType: PreviewSetId.Inequality - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.ToString name: ToString() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewSetId.html#Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewSetId_ToString @@ -76996,14 +67855,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.IsQuickInsert nameWithType: IQuickInsertDefinitionsManager.IsQuickInsert - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.ParseQuickInsertIds(System.String) - name: ParseQuickInsertIds(string) + name: ParseQuickInsertIds(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_QuickInserts_IQuickInsertDefinitionsManager_ParseQuickInsertIds_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.ParseQuickInsertIds(System.String) - name.vb: ParseQuickInsertIds(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.ParseQuickInsertIds(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.ParseQuickInsertIds(String) - nameWithType: IQuickInsertDefinitionsManager.ParseQuickInsertIds(string) - nameWithType.vb: IQuickInsertDefinitionsManager.ParseQuickInsertIds(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.ParseQuickInsertIds(System.String) + nameWithType: IQuickInsertDefinitionsManager.ParseQuickInsertIds(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.ParseQuickInsertIds* name: ParseQuickInsertIds href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_QuickInserts_IQuickInsertDefinitionsManager_ParseQuickInsertIds_ @@ -77011,14 +67867,14 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.ParseQuickInsertIds nameWithType: IQuickInsertDefinitionsManager.ParseQuickInsertIds - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.TryParseQuickInsertId(System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertIds@) - name: TryParseQuickInsertId(string, out QuickInsertIds) + name: TryParseQuickInsertId(String, out QuickInsertIds) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_QuickInserts_IQuickInsertDefinitionsManager_TryParseQuickInsertId_System_String_Sdl_FileTypeSupport_Framework_IntegrationApi_QuickInserts_QuickInsertIds__ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.TryParseQuickInsertId(System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertIds@) - name.vb: TryParseQuickInsertId(String, QuickInsertIds) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.TryParseQuickInsertId(string, out Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertIds) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.TryParseQuickInsertId(String, Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertIds) - nameWithType: IQuickInsertDefinitionsManager.TryParseQuickInsertId(string, out QuickInsertIds) - nameWithType.vb: IQuickInsertDefinitionsManager.TryParseQuickInsertId(String, QuickInsertIds) + name.vb: TryParseQuickInsertId(String, ByRef QuickInsertIds) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.TryParseQuickInsertId(System.String, out Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertIds) + fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.TryParseQuickInsertId(System.String, ByRef Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertIds) + nameWithType: IQuickInsertDefinitionsManager.TryParseQuickInsertId(String, out QuickInsertIds) + nameWithType.vb: IQuickInsertDefinitionsManager.TryParseQuickInsertId(String, ByRef QuickInsertIds) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.TryParseQuickInsertId* name: TryParseQuickInsertId href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_QuickInserts_IQuickInsertDefinitionsManager_TryParseQuickInsertId_ @@ -77311,29 +68167,20 @@ references: name: SegmentReference(FileId, ParagraphUnitId, SegmentId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.html#Sdl_FileTypeSupport_Framework_IntegrationApi_SegmentReference__ctor_Sdl_FileTypeSupport_Framework_NativeApi_FileId_Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_Sdl_FileTypeSupport_Framework_NativeApi_SegmentId_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.FileId,Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId,Sdl.FileTypeSupport.Framework.NativeApi.SegmentId) - name.vb: New(FileId, ParagraphUnitId, SegmentId) fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.SegmentReference(Sdl.FileTypeSupport.Framework.NativeApi.FileId, Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.New(Sdl.FileTypeSupport.Framework.NativeApi.FileId, Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId) nameWithType: SegmentReference.SegmentReference(FileId, ParagraphUnitId, SegmentId) - nameWithType.vb: SegmentReference.New(FileId, ParagraphUnitId, SegmentId) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.#ctor* name: SegmentReference href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.html#Sdl_FileTypeSupport_Framework_IntegrationApi_SegmentReference__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.SegmentReference - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.New nameWithType: SegmentReference.SegmentReference - nameWithType.vb: SegmentReference.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.html#Sdl_FileTypeSupport_Framework_IntegrationApi_SegmentReference_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.Equals(Object) - nameWithType: SegmentReference.Equals(object) - nameWithType.vb: SegmentReference.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.Equals(System.Object) + nameWithType: SegmentReference.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference.html#Sdl_FileTypeSupport_Framework_IntegrationApi_SegmentReference_Equals_ @@ -77398,29 +68245,20 @@ references: name: SegmentSelectedEventArgs() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.html#Sdl_FileTypeSupport_Framework_IntegrationApi_SegmentSelectedEventArgs__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.SegmentSelectedEventArgs() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.New() nameWithType: SegmentSelectedEventArgs.SegmentSelectedEventArgs() - nameWithType.vb: SegmentSelectedEventArgs.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.#ctor(Sdl.FileTypeSupport.Framework.IntegrationApi.INavigablePreview,Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference) name: SegmentSelectedEventArgs(INavigablePreview, SegmentReference) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.html#Sdl_FileTypeSupport_Framework_IntegrationApi_SegmentSelectedEventArgs__ctor_Sdl_FileTypeSupport_Framework_IntegrationApi_INavigablePreview_Sdl_FileTypeSupport_Framework_IntegrationApi_SegmentReference_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.#ctor(Sdl.FileTypeSupport.Framework.IntegrationApi.INavigablePreview,Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference) - name.vb: New(INavigablePreview, SegmentReference) fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.SegmentSelectedEventArgs(Sdl.FileTypeSupport.Framework.IntegrationApi.INavigablePreview, Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.New(Sdl.FileTypeSupport.Framework.IntegrationApi.INavigablePreview, Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentReference) nameWithType: SegmentSelectedEventArgs.SegmentSelectedEventArgs(INavigablePreview, SegmentReference) - nameWithType.vb: SegmentSelectedEventArgs.New(INavigablePreview, SegmentReference) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.#ctor* name: SegmentSelectedEventArgs href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.html#Sdl_FileTypeSupport_Framework_IntegrationApi_SegmentSelectedEventArgs__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.SegmentSelectedEventArgs - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.New nameWithType: SegmentSelectedEventArgs.SegmentSelectedEventArgs - nameWithType.vb: SegmentSelectedEventArgs.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.OriginatingPreview name: OriginatingPreview href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs.html#Sdl_FileTypeSupport_Framework_IntegrationApi_SegmentSelectedEventArgs_OriginatingPreview @@ -77452,23 +68290,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException nameWithType: SubContentProcessorDoesNotExistException - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.#ctor(System.String) - name: SubContentProcessorDoesNotExistException(string) + name: SubContentProcessorDoesNotExistException(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_SubContentProcessorDoesNotExistException__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.SubContentProcessorDoesNotExistException(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.New(String) - nameWithType: SubContentProcessorDoesNotExistException.SubContentProcessorDoesNotExistException(string) - nameWithType.vb: SubContentProcessorDoesNotExistException.New(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.SubContentProcessorDoesNotExistException(System.String) + nameWithType: SubContentProcessorDoesNotExistException.SubContentProcessorDoesNotExistException(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.#ctor* name: SubContentProcessorDoesNotExistException href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_SubContentProcessorDoesNotExistException__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.SubContentProcessorDoesNotExistException - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.SubContentProcessorDoesNotExistException.New nameWithType: SubContentProcessorDoesNotExistException.SubContentProcessorDoesNotExistException - nameWithType.vb: SubContentProcessorDoesNotExistException.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager name: TemplateComponentBuilderManager href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.html @@ -77479,20 +68311,14 @@ references: name: TemplateComponentBuilderManager(IFileTypeManager) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_TemplateComponentBuilderManager__ctor_Sdl_FileTypeSupport_Framework_IntegrationApi_IFileTypeManager_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.#ctor(Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager) - name.vb: New(IFileTypeManager) fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.TemplateComponentBuilderManager(Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.New(Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeManager) nameWithType: TemplateComponentBuilderManager.TemplateComponentBuilderManager(IFileTypeManager) - nameWithType.vb: TemplateComponentBuilderManager.New(IFileTypeManager) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.#ctor* name: TemplateComponentBuilderManager href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_TemplateComponentBuilderManager__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.TemplateComponentBuilderManager - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.New nameWithType: TemplateComponentBuilderManager.TemplateComponentBuilderManager - nameWithType.vb: TemplateComponentBuilderManager.New - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.LoadAllTemplateComponentBuilders name: LoadAllTemplateComponentBuilders() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.TemplateComponentBuilderManager.html#Sdl_FileTypeSupport_Framework_IntegrationApi_TemplateComponentBuilderManager_LoadAllTemplateComponentBuilders @@ -77527,47 +68353,32 @@ references: name: UnknownFileTypeDefinitionException() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_UnknownFileTypeDefinitionException__ctor commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.UnknownFileTypeDefinitionException() - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.New() nameWithType: UnknownFileTypeDefinitionException.UnknownFileTypeDefinitionException() - nameWithType.vb: UnknownFileTypeDefinitionException.New() - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: UnknownFileTypeDefinitionException(SerializationInfo, StreamingContext) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_UnknownFileTypeDefinitionException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.UnknownFileTypeDefinitionException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: UnknownFileTypeDefinitionException.UnknownFileTypeDefinitionException(SerializationInfo, StreamingContext) - nameWithType.vb: UnknownFileTypeDefinitionException.New(SerializationInfo, StreamingContext) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.#ctor(System.String) - name: UnknownFileTypeDefinitionException(string) + name: UnknownFileTypeDefinitionException(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_UnknownFileTypeDefinitionException__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.UnknownFileTypeDefinitionException(string) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.New(String) - nameWithType: UnknownFileTypeDefinitionException.UnknownFileTypeDefinitionException(string) - nameWithType.vb: UnknownFileTypeDefinitionException.New(String) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.UnknownFileTypeDefinitionException(System.String) + nameWithType: UnknownFileTypeDefinitionException.UnknownFileTypeDefinitionException(String) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.#ctor(System.String,System.Exception) - name: UnknownFileTypeDefinitionException(string, Exception) + name: UnknownFileTypeDefinitionException(String, Exception) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_UnknownFileTypeDefinitionException__ctor_System_String_System_Exception_ commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.UnknownFileTypeDefinitionException(string, System.Exception) - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.New(String, System.Exception) - nameWithType: UnknownFileTypeDefinitionException.UnknownFileTypeDefinitionException(string, Exception) - nameWithType.vb: UnknownFileTypeDefinitionException.New(String, Exception) + fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.UnknownFileTypeDefinitionException(System.String, System.Exception) + nameWithType: UnknownFileTypeDefinitionException.UnknownFileTypeDefinitionException(String, Exception) - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.#ctor* name: UnknownFileTypeDefinitionException href: api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.html#Sdl_FileTypeSupport_Framework_IntegrationApi_UnknownFileTypeDefinitionException__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.UnknownFileTypeDefinitionException - fullName.vb: Sdl.FileTypeSupport.Framework.IntegrationApi.UnknownFileTypeDefinitionException.New nameWithType: UnknownFileTypeDefinitionException.UnknownFileTypeDefinitionException - nameWithType.vb: UnknownFileTypeDefinitionException.New - uid: Sdl.FileTypeSupport.Framework.NativeApi name: Sdl.FileTypeSupport.Framework.NativeApi href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.html @@ -77584,20 +68395,14 @@ references: name: AbstractNativeExtractionContentProcessor() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeExtractionContentProcessor__ctor commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.AbstractNativeExtractionContentProcessor() - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.New() nameWithType: AbstractNativeExtractionContentProcessor.AbstractNativeExtractionContentProcessor() - nameWithType.vb: AbstractNativeExtractionContentProcessor.New() - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.#ctor* name: AbstractNativeExtractionContentProcessor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeExtractionContentProcessor__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.AbstractNativeExtractionContentProcessor - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.New nameWithType: AbstractNativeExtractionContentProcessor.AbstractNativeExtractionContentProcessor - nameWithType.vb: AbstractNativeExtractionContentProcessor.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.ChangeContext(Sdl.FileTypeSupport.Framework.NativeApi.IContextProperties) name: ChangeContext(IContextProperties) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionContentProcessor.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeExtractionContentProcessor_ChangeContext_Sdl_FileTypeSupport_Framework_NativeApi_IContextProperties_ @@ -77800,20 +68605,14 @@ references: name: AbstractNativeExtractionGenerationContentProcessor() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeExtractionGenerationContentProcessor__ctor commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.AbstractNativeExtractionGenerationContentProcessor() - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.New() nameWithType: AbstractNativeExtractionGenerationContentProcessor.AbstractNativeExtractionGenerationContentProcessor() - nameWithType.vb: AbstractNativeExtractionGenerationContentProcessor.New() - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.#ctor* name: AbstractNativeExtractionGenerationContentProcessor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeExtractionGenerationContentProcessor__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.AbstractNativeExtractionGenerationContentProcessor - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.New nameWithType: AbstractNativeExtractionGenerationContentProcessor.AbstractNativeExtractionGenerationContentProcessor - nameWithType.vb: AbstractNativeExtractionGenerationContentProcessor.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.ChangeContext(Sdl.FileTypeSupport.Framework.NativeApi.IContextProperties) name: ChangeContext(IContextProperties) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeExtractionGenerationContentProcessor_ChangeContext_Sdl_FileTypeSupport_Framework_NativeApi_IContextProperties_ @@ -78030,6 +68829,38 @@ references: commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.RevisionStart fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.RevisionStart nameWithType: AbstractNativeExtractionGenerationContentProcessor.RevisionStart +- uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.Sdl#FileTypeSupport#Framework#NativeApi#INativeExtractionContentProcessor#Output + name: INativeExtractionContentProcessor.Output + href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeExtractionGenerationContentProcessor_Sdl_FileTypeSupport_Framework_NativeApi_INativeExtractionContentProcessor_Output + commentId: P:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.Sdl#FileTypeSupport#Framework#NativeApi#INativeExtractionContentProcessor#Output + name.vb: Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.Output + fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.Output + nameWithType: AbstractNativeExtractionGenerationContentProcessor.INativeExtractionContentProcessor.Output + nameWithType.vb: AbstractNativeExtractionGenerationContentProcessor.Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.Output +- uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.Sdl#FileTypeSupport#Framework#NativeApi#INativeExtractionContentProcessor#Output* + name: INativeExtractionContentProcessor.Output + href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeExtractionGenerationContentProcessor_Sdl_FileTypeSupport_Framework_NativeApi_INativeExtractionContentProcessor_Output_ + commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.Sdl#FileTypeSupport#Framework#NativeApi#INativeExtractionContentProcessor#Output + name.vb: Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.Output + fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.Output + nameWithType: AbstractNativeExtractionGenerationContentProcessor.INativeExtractionContentProcessor.Output + nameWithType.vb: AbstractNativeExtractionGenerationContentProcessor.Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor.Output +- uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.Sdl#FileTypeSupport#Framework#NativeApi#INativeGenerationContentProcessor#Output + name: INativeGenerationContentProcessor.Output + href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeExtractionGenerationContentProcessor_Sdl_FileTypeSupport_Framework_NativeApi_INativeGenerationContentProcessor_Output + commentId: P:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.Sdl#FileTypeSupport#Framework#NativeApi#INativeGenerationContentProcessor#Output + name.vb: Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.Output + fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.Output + nameWithType: AbstractNativeExtractionGenerationContentProcessor.INativeGenerationContentProcessor.Output + nameWithType.vb: AbstractNativeExtractionGenerationContentProcessor.Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.Output +- uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.Sdl#FileTypeSupport#Framework#NativeApi#INativeGenerationContentProcessor#Output* + name: INativeGenerationContentProcessor.Output + href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeExtractionGenerationContentProcessor_Sdl_FileTypeSupport_Framework_NativeApi_INativeGenerationContentProcessor_Output_ + commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.Sdl#FileTypeSupport#Framework#NativeApi#INativeGenerationContentProcessor#Output + name.vb: Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.Output + fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.Output + nameWithType: AbstractNativeExtractionGenerationContentProcessor.INativeGenerationContentProcessor.Output + nameWithType.vb: AbstractNativeExtractionGenerationContentProcessor.Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor.Output - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.SegmentEnd name: SegmentEnd() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeExtractionGenerationContentProcessor.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeExtractionGenerationContentProcessor_SegmentEnd @@ -78088,20 +68919,14 @@ references: name: AbstractNativeFileParser() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileParser__ctor commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.AbstractNativeFileParser() - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.New() nameWithType: AbstractNativeFileParser.AbstractNativeFileParser() - nameWithType.vb: AbstractNativeFileParser.New() - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.#ctor* name: AbstractNativeFileParser href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileParser__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.AbstractNativeFileParser - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.New nameWithType: AbstractNativeFileParser.AbstractNativeFileParser - nameWithType.vb: AbstractNativeFileParser.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.AfterParsing name: AfterParsing() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileParser_AfterParsing @@ -78145,14 +68970,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Dispose() nameWithType: AbstractNativeFileParser.Dispose() - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileParser_Dispose_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Dispose(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Dispose(Boolean) - nameWithType: AbstractNativeFileParser.Dispose(bool) - nameWithType.vb: AbstractNativeFileParser.Dispose(Boolean) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Dispose(System.Boolean) + nameWithType: AbstractNativeFileParser.Dispose(Boolean) - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Dispose* name: Dispose href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileParser_Dispose_ @@ -78172,38 +68994,29 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.DuringParsing nameWithType: AbstractNativeFileParser.DuringParsing - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Finalize - name: ~AbstractNativeFileParser() + name: Finalize() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileParser_Finalize commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Finalize - name.vb: '' - fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.~AbstractNativeFileParser() - fullName.vb: '' - nameWithType: AbstractNativeFileParser.~AbstractNativeFileParser() - nameWithType.vb: '' + fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Finalize() + nameWithType: AbstractNativeFileParser.Finalize() - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Finalize* - name: ~AbstractNativeFileParser + name: Finalize href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileParser_Finalize_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Finalize - fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.~AbstractNativeFileParser - nameWithType: AbstractNativeFileParser.~AbstractNativeFileParser + fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Finalize + nameWithType: AbstractNativeFileParser.Finalize - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.OnProgress(System.Byte) - name: OnProgress(byte) + name: OnProgress(Byte) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileParser_OnProgress_System_Byte_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.OnProgress(System.Byte) - name.vb: OnProgress(Byte) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.OnProgress(byte) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.OnProgress(Byte) - nameWithType: AbstractNativeFileParser.OnProgress(byte) - nameWithType.vb: AbstractNativeFileParser.OnProgress(Byte) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.OnProgress(System.Byte) + nameWithType: AbstractNativeFileParser.OnProgress(Byte) - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.OnProgress(System.Object,Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs) - name: OnProgress(object, ProgressEventArgs) + name: OnProgress(Object, ProgressEventArgs) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileParser_OnProgress_System_Object_Sdl_FileTypeSupport_Framework_NativeApi_ProgressEventArgs_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.OnProgress(System.Object,Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs) - name.vb: OnProgress(Object, ProgressEventArgs) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.OnProgress(object, Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.OnProgress(Object, Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs) - nameWithType: AbstractNativeFileParser.OnProgress(object, ProgressEventArgs) - nameWithType.vb: AbstractNativeFileParser.OnProgress(Object, ProgressEventArgs) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.OnProgress(System.Object, Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs) + nameWithType: AbstractNativeFileParser.OnProgress(Object, ProgressEventArgs) - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.OnProgress* name: OnProgress href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileParser_OnProgress_ @@ -78223,14 +69036,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.Output nameWithType: AbstractNativeFileParser.Output - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.OutputText(System.String) - name: OutputText(string) + name: OutputText(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileParser_OutputText_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.OutputText(System.String) - name.vb: OutputText(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.OutputText(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.OutputText(String) - nameWithType: AbstractNativeFileParser.OutputText(string) - nameWithType.vb: AbstractNativeFileParser.OutputText(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.OutputText(System.String) + nameWithType: AbstractNativeFileParser.OutputText(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.OutputText* name: OutputText href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileParser.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileParser_OutputText_ @@ -78289,20 +69099,14 @@ references: name: AbstractNativeFileTypeComponent() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileTypeComponent__ctor commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.AbstractNativeFileTypeComponent() - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.New() nameWithType: AbstractNativeFileTypeComponent.AbstractNativeFileTypeComponent() - nameWithType.vb: AbstractNativeFileTypeComponent.New() - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.#ctor* name: AbstractNativeFileTypeComponent href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileTypeComponent__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.AbstractNativeFileTypeComponent - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.New nameWithType: AbstractNativeFileTypeComponent.AbstractNativeFileTypeComponent - nameWithType.vb: AbstractNativeFileTypeComponent.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.MessageReporter name: MessageReporter href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileTypeComponent_MessageReporter @@ -78328,23 +69132,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.PropertiesFactory nameWithType: AbstractNativeFileTypeComponent.PropertiesFactory - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId,Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId) - name: ReportMessage(object, string, ErrorLevel, string, LocationMarkerId, LocationMarkerId) + name: ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileTypeComponent_ReportMessage_System_Object_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_Sdl_FileTypeSupport_Framework_NativeApi_LocationMarkerId_Sdl_FileTypeSupport_Framework_NativeApi_LocationMarkerId_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId,Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId) - name.vb: ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.ReportMessage(object, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId, Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.ReportMessage(Object, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId, Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId) - nameWithType: AbstractNativeFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, LocationMarkerId, LocationMarkerId) - nameWithType.vb: AbstractNativeFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.ReportMessage(System.Object, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId, Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId) + nameWithType: AbstractNativeFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId) - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,System.String) - name: ReportMessage(object, string, ErrorLevel, string, string) + name: ReportMessage(Object, String, ErrorLevel, String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileTypeComponent_ReportMessage_System_Object_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,System.String) - name.vb: ReportMessage(Object, String, ErrorLevel, String, String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.ReportMessage(object, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.ReportMessage(Object, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, String) - nameWithType: AbstractNativeFileTypeComponent.ReportMessage(object, string, ErrorLevel, string, string) - nameWithType.vb: AbstractNativeFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.ReportMessage(System.Object, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, System.String) + nameWithType: AbstractNativeFileTypeComponent.ReportMessage(Object, String, ErrorLevel, String, String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.ReportMessage* name: ReportMessage href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileTypeComponent.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileTypeComponent_ReportMessage_ @@ -78361,20 +69159,14 @@ references: name: AbstractNativeFileWriter() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileWriter__ctor commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.AbstractNativeFileWriter() - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.New() nameWithType: AbstractNativeFileWriter.AbstractNativeFileWriter() - nameWithType.vb: AbstractNativeFileWriter.New() - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.#ctor* name: AbstractNativeFileWriter href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileWriter__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.AbstractNativeFileWriter - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.New nameWithType: AbstractNativeFileWriter.AbstractNativeFileWriter - nameWithType.vb: AbstractNativeFileWriter.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.ChangeContext(Sdl.FileTypeSupport.Framework.NativeApi.IContextProperties) name: ChangeContext(IContextProperties) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileWriter_ChangeContext_Sdl_FileTypeSupport_Framework_NativeApi_IContextProperties_ @@ -78430,14 +69222,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.Dispose() nameWithType: AbstractNativeFileWriter.Dispose() - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileWriter_Dispose_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.Dispose(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.Dispose(Boolean) - nameWithType: AbstractNativeFileWriter.Dispose(bool) - nameWithType.vb: AbstractNativeFileWriter.Dispose(Boolean) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.Dispose(System.Boolean) + nameWithType: AbstractNativeFileWriter.Dispose(Boolean) - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.Dispose* name: Dispose href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileWriter_Dispose_ @@ -78445,20 +69234,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.Dispose nameWithType: AbstractNativeFileWriter.Dispose - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.Finalize - name: ~AbstractNativeFileWriter() + name: Finalize() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileWriter_Finalize commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.Finalize - name.vb: '' - fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.~AbstractNativeFileWriter() - fullName.vb: '' - nameWithType: AbstractNativeFileWriter.~AbstractNativeFileWriter() - nameWithType.vb: '' + fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.Finalize() + nameWithType: AbstractNativeFileWriter.Finalize() - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.Finalize* - name: ~AbstractNativeFileWriter + name: Finalize href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileWriter_Finalize_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.Finalize - fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.~AbstractNativeFileWriter - nameWithType: AbstractNativeFileWriter.~AbstractNativeFileWriter + fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.Finalize + nameWithType: AbstractNativeFileWriter.Finalize - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.GetProposedOutputFileInfo(Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties,Sdl.FileTypeSupport.Framework.NativeApi.IOutputFileInfo) name: GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeFileWriter.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeFileWriter_GetProposedOutputFileInfo_Sdl_FileTypeSupport_Framework_NativeApi_IPersistentFileConversionProperties_Sdl_FileTypeSupport_Framework_NativeApi_IOutputFileInfo_ @@ -78709,20 +69495,14 @@ references: name: AbstractNativeGenerationContentProcessor() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeGenerationContentProcessor__ctor commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.AbstractNativeGenerationContentProcessor() - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.New() nameWithType: AbstractNativeGenerationContentProcessor.AbstractNativeGenerationContentProcessor() - nameWithType.vb: AbstractNativeGenerationContentProcessor.New() - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.#ctor* name: AbstractNativeGenerationContentProcessor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeGenerationContentProcessor__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.AbstractNativeGenerationContentProcessor - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.New nameWithType: AbstractNativeGenerationContentProcessor.AbstractNativeGenerationContentProcessor - nameWithType.vb: AbstractNativeGenerationContentProcessor.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.ChangeContext(Sdl.FileTypeSupport.Framework.NativeApi.IContextProperties) name: ChangeContext(IContextProperties) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.AbstractNativeGenerationContentProcessor.html#Sdl_FileTypeSupport_Framework_NativeApi_AbstractNativeGenerationContentProcessor_ChangeContext_Sdl_FileTypeSupport_Framework_NativeApi_IContextProperties_ @@ -78973,47 +69753,32 @@ references: name: ConflictingIdException() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.html#Sdl_FileTypeSupport_Framework_NativeApi_ConflictingIdException__ctor commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.ConflictingIdException() - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.New() nameWithType: ConflictingIdException.ConflictingIdException() - nameWithType.vb: ConflictingIdException.New() - uid: Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: ConflictingIdException(SerializationInfo, StreamingContext) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.html#Sdl_FileTypeSupport_Framework_NativeApi_ConflictingIdException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.ConflictingIdException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: ConflictingIdException.ConflictingIdException(SerializationInfo, StreamingContext) - nameWithType.vb: ConflictingIdException.New(SerializationInfo, StreamingContext) - uid: Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.#ctor(System.String) - name: ConflictingIdException(string) + name: ConflictingIdException(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.html#Sdl_FileTypeSupport_Framework_NativeApi_ConflictingIdException__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.ConflictingIdException(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.New(String) - nameWithType: ConflictingIdException.ConflictingIdException(string) - nameWithType.vb: ConflictingIdException.New(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.ConflictingIdException(System.String) + nameWithType: ConflictingIdException.ConflictingIdException(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.#ctor(System.String,System.Exception) - name: ConflictingIdException(string, Exception) + name: ConflictingIdException(String, Exception) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.html#Sdl_FileTypeSupport_Framework_NativeApi_ConflictingIdException__ctor_System_String_System_Exception_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.ConflictingIdException(string, System.Exception) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.New(String, System.Exception) - nameWithType: ConflictingIdException.ConflictingIdException(string, Exception) - nameWithType.vb: ConflictingIdException.New(String, Exception) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.ConflictingIdException(System.String, System.Exception) + nameWithType: ConflictingIdException.ConflictingIdException(String, Exception) - uid: Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.#ctor* name: ConflictingIdException href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.html#Sdl_FileTypeSupport_Framework_NativeApi_ConflictingIdException__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.ConflictingIdException - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.New nameWithType: ConflictingIdException.ConflictingIdException - nameWithType.vb: ConflictingIdException.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.Id name: Id href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ConflictingIdException.html#Sdl_FileTypeSupport_Framework_NativeApi_ConflictingIdException_Id @@ -79261,32 +70026,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.FileId nameWithType: FileId - uid: Sdl.FileTypeSupport.Framework.NativeApi.FileId.#ctor(System.String) - name: FileId(string) + name: FileId(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.FileId.html#Sdl_FileTypeSupport_Framework_NativeApi_FileId__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.FileId.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.FileId.FileId(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.FileId.New(String) - nameWithType: FileId.FileId(string) - nameWithType.vb: FileId.New(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.FileId.FileId(System.String) + nameWithType: FileId.FileId(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.FileId.#ctor* name: FileId href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.FileId.html#Sdl_FileTypeSupport_Framework_NativeApi_FileId__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.FileId.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.FileId.FileId - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.FileId.New nameWithType: FileId.FileId - nameWithType.vb: FileId.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.FileId.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.FileId.html#Sdl_FileTypeSupport_Framework_NativeApi_FileId_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.FileId.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.FileId.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.FileId.Equals(Object) - nameWithType: FileId.Equals(object) - nameWithType.vb: FileId.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.FileId.Equals(System.Object) + nameWithType: FileId.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.NativeApi.FileId.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.FileId.html#Sdl_FileTypeSupport_Framework_NativeApi_FileId_Equals_ @@ -79318,41 +70074,29 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.FileId.Id nameWithType: FileId.Id - uid: Sdl.FileTypeSupport.Framework.NativeApi.FileId.op_Equality(Sdl.FileTypeSupport.Framework.NativeApi.FileId,Sdl.FileTypeSupport.Framework.NativeApi.FileId) - name: operator ==(FileId, FileId) + name: Equality(FileId, FileId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.FileId.html#Sdl_FileTypeSupport_Framework_NativeApi_FileId_op_Equality_Sdl_FileTypeSupport_Framework_NativeApi_FileId_Sdl_FileTypeSupport_Framework_NativeApi_FileId_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.FileId.op_Equality(Sdl.FileTypeSupport.Framework.NativeApi.FileId,Sdl.FileTypeSupport.Framework.NativeApi.FileId) - name.vb: =(FileId, FileId) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.FileId.operator ==(Sdl.FileTypeSupport.Framework.NativeApi.FileId, Sdl.FileTypeSupport.Framework.NativeApi.FileId) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.FileId.=(Sdl.FileTypeSupport.Framework.NativeApi.FileId, Sdl.FileTypeSupport.Framework.NativeApi.FileId) - nameWithType: FileId.operator ==(FileId, FileId) - nameWithType.vb: FileId.=(FileId, FileId) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.FileId.Equality(Sdl.FileTypeSupport.Framework.NativeApi.FileId, Sdl.FileTypeSupport.Framework.NativeApi.FileId) + nameWithType: FileId.Equality(FileId, FileId) - uid: Sdl.FileTypeSupport.Framework.NativeApi.FileId.op_Equality* - name: operator == + name: Equality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.FileId.html#Sdl_FileTypeSupport_Framework_NativeApi_FileId_op_Equality_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.FileId.op_Equality - name.vb: = - fullName: Sdl.FileTypeSupport.Framework.NativeApi.FileId.operator == - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.FileId.= - nameWithType: FileId.operator == - nameWithType.vb: FileId.= + fullName: Sdl.FileTypeSupport.Framework.NativeApi.FileId.Equality + nameWithType: FileId.Equality - uid: Sdl.FileTypeSupport.Framework.NativeApi.FileId.op_Inequality(Sdl.FileTypeSupport.Framework.NativeApi.FileId,Sdl.FileTypeSupport.Framework.NativeApi.FileId) - name: operator !=(FileId, FileId) + name: Inequality(FileId, FileId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.FileId.html#Sdl_FileTypeSupport_Framework_NativeApi_FileId_op_Inequality_Sdl_FileTypeSupport_Framework_NativeApi_FileId_Sdl_FileTypeSupport_Framework_NativeApi_FileId_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.FileId.op_Inequality(Sdl.FileTypeSupport.Framework.NativeApi.FileId,Sdl.FileTypeSupport.Framework.NativeApi.FileId) - name.vb: <>(FileId, FileId) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.FileId.operator !=(Sdl.FileTypeSupport.Framework.NativeApi.FileId, Sdl.FileTypeSupport.Framework.NativeApi.FileId) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.FileId.<>(Sdl.FileTypeSupport.Framework.NativeApi.FileId, Sdl.FileTypeSupport.Framework.NativeApi.FileId) - nameWithType: FileId.operator !=(FileId, FileId) - nameWithType.vb: FileId.<>(FileId, FileId) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.FileId.Inequality(Sdl.FileTypeSupport.Framework.NativeApi.FileId, Sdl.FileTypeSupport.Framework.NativeApi.FileId) + nameWithType: FileId.Inequality(FileId, FileId) - uid: Sdl.FileTypeSupport.Framework.NativeApi.FileId.op_Inequality* - name: operator != + name: Inequality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.FileId.html#Sdl_FileTypeSupport_Framework_NativeApi_FileId_op_Inequality_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.FileId.op_Inequality - name.vb: <> - fullName: Sdl.FileTypeSupport.Framework.NativeApi.FileId.operator != - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.FileId.<> - nameWithType: FileId.operator != - nameWithType.vb: FileId.<> + fullName: Sdl.FileTypeSupport.Framework.NativeApi.FileId.Inequality + nameWithType: FileId.Inequality - uid: Sdl.FileTypeSupport.Framework.NativeApi.FileId.ToString name: ToString() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.FileId.html#Sdl_FileTypeSupport_Framework_NativeApi_FileId_ToString @@ -79735,14 +70479,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporter nameWithType: IBasicMessageReporter - uid: Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporter.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,System.String) - name: ReportMessage(object, string, ErrorLevel, string, string) + name: ReportMessage(Object, String, ErrorLevel, String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporter.html#Sdl_FileTypeSupport_Framework_NativeApi_IBasicMessageReporter_ReportMessage_System_Object_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporter.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,System.String) - name.vb: ReportMessage(Object, String, ErrorLevel, String, String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporter.ReportMessage(object, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporter.ReportMessage(Object, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, String) - nameWithType: IBasicMessageReporter.ReportMessage(object, string, ErrorLevel, string, string) - nameWithType.vb: IBasicMessageReporter.ReportMessage(Object, String, ErrorLevel, String, String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporter.ReportMessage(System.Object, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, System.String) + nameWithType: IBasicMessageReporter.ReportMessage(Object, String, ErrorLevel, String, String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporter.ReportMessage* name: ReportMessage href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporter.html#Sdl_FileTypeSupport_Framework_NativeApi_IBasicMessageReporter_ReportMessage_ @@ -79756,14 +70497,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporterWithExtendedData nameWithType: IBasicMessageReporterWithExtendedData - uid: Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporterWithExtendedData.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - name: ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) + name: ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporterWithExtendedData.html#Sdl_FileTypeSupport_Framework_NativeApi_IBasicMessageReporterWithExtendedData_ReportMessage_System_Object_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_System_String_Sdl_FileTypeSupport_Framework_IntegrationApi_ExtendedMessageEventData_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporterWithExtendedData.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,System.String,Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - name.vb: ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporterWithExtendedData.ReportMessage(object, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, string, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporterWithExtendedData.ReportMessage(Object, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, String, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) - nameWithType: IBasicMessageReporterWithExtendedData.ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData) - nameWithType.vb: IBasicMessageReporterWithExtendedData.ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporterWithExtendedData.ReportMessage(System.Object, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, System.String, Sdl.FileTypeSupport.Framework.IntegrationApi.ExtendedMessageEventData) + nameWithType: IBasicMessageReporterWithExtendedData.ReportMessage(Object, String, ErrorLevel, String, String, ExtendedMessageEventData) - uid: Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporterWithExtendedData.ReportMessage* name: ReportMessage href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IBasicMessageReporterWithExtendedData.html#Sdl_FileTypeSupport_Framework_NativeApi_IBasicMessageReporterWithExtendedData_ReportMessage_ @@ -79951,14 +70689,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties.Delete nameWithType: ICommentProperties.Delete - uid: Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties.GetItem(System.Int32) - name: GetItem(int) + name: GetItem(Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties.html#Sdl_FileTypeSupport_Framework_NativeApi_ICommentProperties_GetItem_System_Int32_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties.GetItem(System.Int32) - name.vb: GetItem(Integer) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties.GetItem(int) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties.GetItem(Integer) - nameWithType: ICommentProperties.GetItem(int) - nameWithType.vb: ICommentProperties.GetItem(Integer) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties.GetItem(System.Int32) + nameWithType: ICommentProperties.GetItem(Int32) - uid: Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties.GetItem* name: GetItem href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ICommentProperties.html#Sdl_FileTypeSupport_Framework_NativeApi_ICommentProperties_GetItem_ @@ -80404,14 +71139,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.ClearMetaData nameWithType: IMetaDataContainer.ClearMetaData - uid: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.GetMetaData(System.String) - name: GetMetaData(string) + name: GetMetaData(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.html#Sdl_FileTypeSupport_Framework_NativeApi_IMetaDataContainer_GetMetaData_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.GetMetaData(System.String) - name.vb: GetMetaData(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.GetMetaData(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.GetMetaData(String) - nameWithType: IMetaDataContainer.GetMetaData(string) - nameWithType.vb: IMetaDataContainer.GetMetaData(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.GetMetaData(System.String) + nameWithType: IMetaDataContainer.GetMetaData(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.GetMetaData* name: GetMetaData href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.html#Sdl_FileTypeSupport_Framework_NativeApi_IMetaDataContainer_GetMetaData_ @@ -80443,14 +71175,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.MetaData nameWithType: IMetaDataContainer.MetaData - uid: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.MetaDataContainsKey(System.String) - name: MetaDataContainsKey(string) + name: MetaDataContainsKey(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.html#Sdl_FileTypeSupport_Framework_NativeApi_IMetaDataContainer_MetaDataContainsKey_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.MetaDataContainsKey(System.String) - name.vb: MetaDataContainsKey(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.MetaDataContainsKey(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.MetaDataContainsKey(String) - nameWithType: IMetaDataContainer.MetaDataContainsKey(string) - nameWithType.vb: IMetaDataContainer.MetaDataContainsKey(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.MetaDataContainsKey(System.String) + nameWithType: IMetaDataContainer.MetaDataContainsKey(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.MetaDataContainsKey* name: MetaDataContainsKey href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.html#Sdl_FileTypeSupport_Framework_NativeApi_IMetaDataContainer_MetaDataContainsKey_ @@ -80470,14 +71199,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.MetaDataCount nameWithType: IMetaDataContainer.MetaDataCount - uid: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.RemoveMetaData(System.String) - name: RemoveMetaData(string) + name: RemoveMetaData(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.html#Sdl_FileTypeSupport_Framework_NativeApi_IMetaDataContainer_RemoveMetaData_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.RemoveMetaData(System.String) - name.vb: RemoveMetaData(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.RemoveMetaData(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.RemoveMetaData(String) - nameWithType: IMetaDataContainer.RemoveMetaData(string) - nameWithType.vb: IMetaDataContainer.RemoveMetaData(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.RemoveMetaData(System.String) + nameWithType: IMetaDataContainer.RemoveMetaData(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.RemoveMetaData* name: RemoveMetaData href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.html#Sdl_FileTypeSupport_Framework_NativeApi_IMetaDataContainer_RemoveMetaData_ @@ -80485,14 +71211,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.RemoveMetaData nameWithType: IMetaDataContainer.RemoveMetaData - uid: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.SetMetaData(System.String,System.String) - name: SetMetaData(string, string) + name: SetMetaData(String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.html#Sdl_FileTypeSupport_Framework_NativeApi_IMetaDataContainer_SetMetaData_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.SetMetaData(System.String,System.String) - name.vb: SetMetaData(String, String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.SetMetaData(string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.SetMetaData(String, String) - nameWithType: IMetaDataContainer.SetMetaData(string, string) - nameWithType.vb: IMetaDataContainer.SetMetaData(String, String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.SetMetaData(System.String, System.String) + nameWithType: IMetaDataContainer.SetMetaData(String, String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.SetMetaData* name: SetMetaData href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IMetaDataContainer.html#Sdl_FileTypeSupport_Framework_NativeApi_IMetaDataContainer_SetMetaData_ @@ -80548,14 +71271,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeContentStreamMessageReporter nameWithType: INativeContentStreamMessageReporter - uid: Sdl.FileTypeSupport.Framework.NativeApi.INativeContentStreamMessageReporter.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId,Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId) - name: ReportMessage(object, string, ErrorLevel, string, LocationMarkerId, LocationMarkerId) + name: ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeContentStreamMessageReporter.html#Sdl_FileTypeSupport_Framework_NativeApi_INativeContentStreamMessageReporter_ReportMessage_System_Object_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_Sdl_FileTypeSupport_Framework_NativeApi_LocationMarkerId_Sdl_FileTypeSupport_Framework_NativeApi_LocationMarkerId_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.INativeContentStreamMessageReporter.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId,Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId) - name.vb: ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeContentStreamMessageReporter.ReportMessage(object, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId, Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.INativeContentStreamMessageReporter.ReportMessage(Object, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId, Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId) - nameWithType: INativeContentStreamMessageReporter.ReportMessage(object, string, ErrorLevel, string, LocationMarkerId, LocationMarkerId) - nameWithType.vb: INativeContentStreamMessageReporter.ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeContentStreamMessageReporter.ReportMessage(System.Object, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId, Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId) + nameWithType: INativeContentStreamMessageReporter.ReportMessage(Object, String, ErrorLevel, String, LocationMarkerId, LocationMarkerId) - uid: Sdl.FileTypeSupport.Framework.NativeApi.INativeContentStreamMessageReporter.ReportMessage* name: ReportMessage href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeContentStreamMessageReporter.html#Sdl_FileTypeSupport_Framework_NativeApi_INativeContentStreamMessageReporter_ReportMessage_ @@ -80617,14 +71337,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractor.ContentProcessors nameWithType: INativeExtractor.ContentProcessors - uid: Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractor.InsertProcessor(System.Int32,Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor) - name: InsertProcessor(int, INativeExtractionContentProcessor) + name: InsertProcessor(Int32, INativeExtractionContentProcessor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractor.html#Sdl_FileTypeSupport_Framework_NativeApi_INativeExtractor_InsertProcessor_System_Int32_Sdl_FileTypeSupport_Framework_NativeApi_INativeExtractionContentProcessor_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractor.InsertProcessor(System.Int32,Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor) - name.vb: InsertProcessor(Integer, INativeExtractionContentProcessor) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractor.InsertProcessor(int, Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractor.InsertProcessor(Integer, Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor) - nameWithType: INativeExtractor.InsertProcessor(int, INativeExtractionContentProcessor) - nameWithType.vb: INativeExtractor.InsertProcessor(Integer, INativeExtractionContentProcessor) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractor.InsertProcessor(System.Int32, Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor) + nameWithType: INativeExtractor.InsertProcessor(Int32, INativeExtractionContentProcessor) - uid: Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractor.InsertProcessor* name: InsertProcessor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractor.html#Sdl_FileTypeSupport_Framework_NativeApi_INativeExtractor_InsertProcessor_ @@ -80692,14 +71409,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeFileSniffer nameWithType: INativeFileSniffer - uid: Sdl.FileTypeSupport.Framework.NativeApi.INativeFileSniffer.Sniff(System.String,Sdl.Core.Globalization.Language,Sdl.Core.Globalization.Codepage,Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter,Sdl.Core.Settings.ISettingsGroup) - name: Sniff(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) + name: Sniff(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileSniffer.html#Sdl_FileTypeSupport_Framework_NativeApi_INativeFileSniffer_Sniff_System_String_Sdl_Core_Globalization_Language_Sdl_Core_Globalization_Codepage_Sdl_FileTypeSupport_Framework_NativeApi_INativeTextLocationMessageReporter_Sdl_Core_Settings_ISettingsGroup_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.INativeFileSniffer.Sniff(System.String,Sdl.Core.Globalization.Language,Sdl.Core.Globalization.Codepage,Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter,Sdl.Core.Settings.ISettingsGroup) - name.vb: Sniff(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeFileSniffer.Sniff(string, Sdl.Core.Globalization.Language, Sdl.Core.Globalization.Codepage, Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter, Sdl.Core.Settings.ISettingsGroup) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.INativeFileSniffer.Sniff(String, Sdl.Core.Globalization.Language, Sdl.Core.Globalization.Codepage, Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter, Sdl.Core.Settings.ISettingsGroup) - nameWithType: INativeFileSniffer.Sniff(string, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) - nameWithType.vb: INativeFileSniffer.Sniff(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeFileSniffer.Sniff(System.String, Sdl.Core.Globalization.Language, Sdl.Core.Globalization.Codepage, Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter, Sdl.Core.Settings.ISettingsGroup) + nameWithType: INativeFileSniffer.Sniff(String, Language, Codepage, INativeTextLocationMessageReporter, ISettingsGroup) - uid: Sdl.FileTypeSupport.Framework.NativeApi.INativeFileSniffer.Sniff* name: Sniff href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeFileSniffer.html#Sdl_FileTypeSupport_Framework_NativeApi_INativeFileSniffer_Sniff_ @@ -80911,14 +71625,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerator.Input nameWithType: INativeGenerator.Input - uid: Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerator.InsertProcessor(System.Int32,Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor) - name: InsertProcessor(int, INativeGenerationContentProcessor) + name: InsertProcessor(Int32, INativeGenerationContentProcessor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerator.html#Sdl_FileTypeSupport_Framework_NativeApi_INativeGenerator_InsertProcessor_System_Int32_Sdl_FileTypeSupport_Framework_NativeApi_INativeGenerationContentProcessor_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerator.InsertProcessor(System.Int32,Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor) - name.vb: InsertProcessor(Integer, INativeGenerationContentProcessor) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerator.InsertProcessor(int, Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerator.InsertProcessor(Integer, Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor) - nameWithType: INativeGenerator.InsertProcessor(int, INativeGenerationContentProcessor) - nameWithType.vb: INativeGenerator.InsertProcessor(Integer, INativeGenerationContentProcessor) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerator.InsertProcessor(System.Int32, Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor) + nameWithType: INativeGenerator.InsertProcessor(Int32, INativeGenerationContentProcessor) - uid: Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerator.InsertProcessor* name: InsertProcessor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerator.html#Sdl_FileTypeSupport_Framework_NativeApi_INativeGenerator_InsertProcessor_ @@ -81082,14 +71793,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentExtractor.ContentProcessors nameWithType: INativeSubContentExtractor.ContentProcessors - uid: Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentExtractor.InsertProcessor(System.Int32,Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor) - name: InsertProcessor(int, INativeExtractionContentProcessor) + name: InsertProcessor(Int32, INativeExtractionContentProcessor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentExtractor.html#Sdl_FileTypeSupport_Framework_NativeApi_INativeSubContentExtractor_InsertProcessor_System_Int32_Sdl_FileTypeSupport_Framework_NativeApi_INativeExtractionContentProcessor_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentExtractor.InsertProcessor(System.Int32,Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor) - name.vb: InsertProcessor(Integer, INativeExtractionContentProcessor) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentExtractor.InsertProcessor(int, Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentExtractor.InsertProcessor(Integer, Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor) - nameWithType: INativeSubContentExtractor.InsertProcessor(int, INativeExtractionContentProcessor) - nameWithType.vb: INativeSubContentExtractor.InsertProcessor(Integer, INativeExtractionContentProcessor) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentExtractor.InsertProcessor(System.Int32, Sdl.FileTypeSupport.Framework.NativeApi.INativeExtractionContentProcessor) + nameWithType: INativeSubContentExtractor.InsertProcessor(Int32, INativeExtractionContentProcessor) - uid: Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentExtractor.InsertProcessor* name: InsertProcessor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentExtractor.html#Sdl_FileTypeSupport_Framework_NativeApi_INativeSubContentExtractor_InsertProcessor_ @@ -81175,14 +71883,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentGenerator.Input nameWithType: INativeSubContentGenerator.Input - uid: Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentGenerator.InsertProcessor(System.Int32,Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor) - name: InsertProcessor(int, INativeGenerationContentProcessor) + name: InsertProcessor(Int32, INativeGenerationContentProcessor) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentGenerator.html#Sdl_FileTypeSupport_Framework_NativeApi_INativeSubContentGenerator_InsertProcessor_System_Int32_Sdl_FileTypeSupport_Framework_NativeApi_INativeGenerationContentProcessor_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentGenerator.InsertProcessor(System.Int32,Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor) - name.vb: InsertProcessor(Integer, INativeGenerationContentProcessor) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentGenerator.InsertProcessor(int, Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentGenerator.InsertProcessor(Integer, Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor) - nameWithType: INativeSubContentGenerator.InsertProcessor(int, INativeGenerationContentProcessor) - nameWithType.vb: INativeSubContentGenerator.InsertProcessor(Integer, INativeGenerationContentProcessor) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentGenerator.InsertProcessor(System.Int32, Sdl.FileTypeSupport.Framework.NativeApi.INativeGenerationContentProcessor) + nameWithType: INativeSubContentGenerator.InsertProcessor(Int32, INativeGenerationContentProcessor) - uid: Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentGenerator.InsertProcessor* name: InsertProcessor href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeSubContentGenerator.html#Sdl_FileTypeSupport_Framework_NativeApi_INativeSubContentGenerator_InsertProcessor_ @@ -81220,14 +71925,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter nameWithType: INativeTextLocationMessageReporter - uid: Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation,Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation) - name: ReportMessage(object, string, ErrorLevel, string, NativeTextLocation, NativeTextLocation) + name: ReportMessage(Object, String, ErrorLevel, String, NativeTextLocation, NativeTextLocation) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter.html#Sdl_FileTypeSupport_Framework_NativeApi_INativeTextLocationMessageReporter_ReportMessage_System_Object_System_String_Sdl_FileTypeSupport_Framework_NativeApi_ErrorLevel_System_String_Sdl_FileTypeSupport_Framework_NativeApi_NativeTextLocation_Sdl_FileTypeSupport_Framework_NativeApi_NativeTextLocation_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter.ReportMessage(System.Object,System.String,Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel,System.String,Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation,Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation) - name.vb: ReportMessage(Object, String, ErrorLevel, String, NativeTextLocation, NativeTextLocation) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter.ReportMessage(object, string, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, string, Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation, Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter.ReportMessage(Object, String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, String, Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation, Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation) - nameWithType: INativeTextLocationMessageReporter.ReportMessage(object, string, ErrorLevel, string, NativeTextLocation, NativeTextLocation) - nameWithType.vb: INativeTextLocationMessageReporter.ReportMessage(Object, String, ErrorLevel, String, NativeTextLocation, NativeTextLocation) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter.ReportMessage(System.Object, System.String, Sdl.FileTypeSupport.Framework.NativeApi.ErrorLevel, System.String, Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation, Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation) + nameWithType: INativeTextLocationMessageReporter.ReportMessage(Object, String, ErrorLevel, String, NativeTextLocation, NativeTextLocation) - uid: Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter.ReportMessage* name: ReportMessage href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.INativeTextLocationMessageReporter.html#Sdl_FileTypeSupport_Framework_NativeApi_INativeTextLocationMessageReporter_ReportMessage_ @@ -81493,23 +72195,20 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.InputFilePath nameWithType: IPersistentFileConversionProperties.InputFilePath - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.Item(System.String) - name: this[string] + name: Item[String] href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.html#Sdl_FileTypeSupport_Framework_NativeApi_IPersistentFileConversionProperties_Item_System_String_ commentId: P:Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.Item(System.String) - name.vb: this[](String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.this[string] - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.this[](String) - nameWithType: IPersistentFileConversionProperties.this[string] - nameWithType.vb: IPersistentFileConversionProperties.this[](String) + name.vb: Item(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.Item[System.String] + fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.Item(System.String) + nameWithType: IPersistentFileConversionProperties.Item[String] + nameWithType.vb: IPersistentFileConversionProperties.Item(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.Item* - name: this + name: Item href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.html#Sdl_FileTypeSupport_Framework_NativeApi_IPersistentFileConversionProperties_Item_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.Item - name.vb: this[] - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.this - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.this[] - nameWithType: IPersistentFileConversionProperties.this - nameWithType.vb: IPersistentFileConversionProperties.this[] + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.Item + nameWithType: IPersistentFileConversionProperties.Item - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.OriginalEncoding name: OriginalEncoding href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPersistentFileConversionProperties.html#Sdl_FileTypeSupport_Framework_NativeApi_IPersistentFileConversionProperties_OriginalEncoding @@ -81631,14 +72330,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory nameWithType: IPropertiesFactory - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateComment(System.String,System.String,Sdl.FileTypeSupport.Framework.NativeApi.Severity) - name: CreateComment(string, string, Severity) + name: CreateComment(String, String, Severity) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateComment_System_String_System_String_Sdl_FileTypeSupport_Framework_NativeApi_Severity_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateComment(System.String,System.String,Sdl.FileTypeSupport.Framework.NativeApi.Severity) - name.vb: CreateComment(String, String, Severity) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateComment(string, string, Sdl.FileTypeSupport.Framework.NativeApi.Severity) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateComment(String, String, Sdl.FileTypeSupport.Framework.NativeApi.Severity) - nameWithType: IPropertiesFactory.CreateComment(string, string, Severity) - nameWithType.vb: IPropertiesFactory.CreateComment(String, String, Severity) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateComment(System.String, System.String, Sdl.FileTypeSupport.Framework.NativeApi.Severity) + nameWithType: IPropertiesFactory.CreateComment(String, String, Severity) - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateComment* name: CreateComment href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateComment_ @@ -81658,14 +72354,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateCommentProperties nameWithType: IPropertiesFactory.CreateCommentProperties - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateContextInfo(System.String) - name: CreateContextInfo(string) + name: CreateContextInfo(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateContextInfo_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateContextInfo(System.String) - name.vb: CreateContextInfo(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateContextInfo(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateContextInfo(String) - nameWithType: IPropertiesFactory.CreateContextInfo(string) - nameWithType.vb: IPropertiesFactory.CreateContextInfo(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateContextInfo(System.String) + nameWithType: IPropertiesFactory.CreateContextInfo(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateContextInfo* name: CreateContextInfo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateContextInfo_ @@ -81697,14 +72390,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateCustomInfoProperties nameWithType: IPropertiesFactory.CreateCustomInfoProperties - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateDependencyFileProperties(System.String) - name: CreateDependencyFileProperties(string) + name: CreateDependencyFileProperties(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateDependencyFileProperties_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateDependencyFileProperties(System.String) - name.vb: CreateDependencyFileProperties(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateDependencyFileProperties(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateDependencyFileProperties(String) - nameWithType: IPropertiesFactory.CreateDependencyFileProperties(string) - nameWithType.vb: IPropertiesFactory.CreateDependencyFileProperties(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateDependencyFileProperties(System.String) + nameWithType: IPropertiesFactory.CreateDependencyFileProperties(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateDependencyFileProperties* name: CreateDependencyFileProperties href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateDependencyFileProperties_ @@ -81712,14 +72402,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateDependencyFileProperties nameWithType: IPropertiesFactory.CreateDependencyFileProperties - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateEndTagProperties(System.String) - name: CreateEndTagProperties(string) + name: CreateEndTagProperties(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateEndTagProperties_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateEndTagProperties(System.String) - name.vb: CreateEndTagProperties(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateEndTagProperties(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateEndTagProperties(String) - nameWithType: IPropertiesFactory.CreateEndTagProperties(string) - nameWithType.vb: IPropertiesFactory.CreateEndTagProperties(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateEndTagProperties(System.String) + nameWithType: IPropertiesFactory.CreateEndTagProperties(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateEndTagProperties* name: CreateEndTagProperties href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateEndTagProperties_ @@ -81751,14 +72438,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateLockedContentProperties nameWithType: IPropertiesFactory.CreateLockedContentProperties - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreatePlaceholderTagProperties(System.String) - name: CreatePlaceholderTagProperties(string) + name: CreatePlaceholderTagProperties(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreatePlaceholderTagProperties_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreatePlaceholderTagProperties(System.String) - name.vb: CreatePlaceholderTagProperties(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreatePlaceholderTagProperties(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreatePlaceholderTagProperties(String) - nameWithType: IPropertiesFactory.CreatePlaceholderTagProperties(string) - nameWithType.vb: IPropertiesFactory.CreatePlaceholderTagProperties(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreatePlaceholderTagProperties(System.String) + nameWithType: IPropertiesFactory.CreatePlaceholderTagProperties(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreatePlaceholderTagProperties* name: CreatePlaceholderTagProperties href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreatePlaceholderTagProperties_ @@ -81778,14 +72462,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateRevisionProperties nameWithType: IPropertiesFactory.CreateRevisionProperties - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStartTagProperties(System.String) - name: CreateStartTagProperties(string) + name: CreateStartTagProperties(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateStartTagProperties_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStartTagProperties(System.String) - name.vb: CreateStartTagProperties(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStartTagProperties(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStartTagProperties(String) - nameWithType: IPropertiesFactory.CreateStartTagProperties(string) - nameWithType.vb: IPropertiesFactory.CreateStartTagProperties(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStartTagProperties(System.String) + nameWithType: IPropertiesFactory.CreateStartTagProperties(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStartTagProperties* name: CreateStartTagProperties href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateStartTagProperties_ @@ -81799,14 +72480,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStructureInfo() nameWithType: IPropertiesFactory.CreateStructureInfo() - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStructureInfo(Sdl.FileTypeSupport.Framework.NativeApi.IContextInfo,System.Boolean,Sdl.FileTypeSupport.Framework.NativeApi.IStructureInfo) - name: CreateStructureInfo(IContextInfo, bool, IStructureInfo) + name: CreateStructureInfo(IContextInfo, Boolean, IStructureInfo) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateStructureInfo_Sdl_FileTypeSupport_Framework_NativeApi_IContextInfo_System_Boolean_Sdl_FileTypeSupport_Framework_NativeApi_IStructureInfo_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStructureInfo(Sdl.FileTypeSupport.Framework.NativeApi.IContextInfo,System.Boolean,Sdl.FileTypeSupport.Framework.NativeApi.IStructureInfo) - name.vb: CreateStructureInfo(IContextInfo, Boolean, IStructureInfo) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStructureInfo(Sdl.FileTypeSupport.Framework.NativeApi.IContextInfo, bool, Sdl.FileTypeSupport.Framework.NativeApi.IStructureInfo) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStructureInfo(Sdl.FileTypeSupport.Framework.NativeApi.IContextInfo, Boolean, Sdl.FileTypeSupport.Framework.NativeApi.IStructureInfo) - nameWithType: IPropertiesFactory.CreateStructureInfo(IContextInfo, bool, IStructureInfo) - nameWithType.vb: IPropertiesFactory.CreateStructureInfo(IContextInfo, Boolean, IStructureInfo) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStructureInfo(Sdl.FileTypeSupport.Framework.NativeApi.IContextInfo, System.Boolean, Sdl.FileTypeSupport.Framework.NativeApi.IStructureInfo) + nameWithType: IPropertiesFactory.CreateStructureInfo(IContextInfo, Boolean, IStructureInfo) - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStructureInfo* name: CreateStructureInfo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateStructureInfo_ @@ -81814,14 +72492,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStructureInfo nameWithType: IPropertiesFactory.CreateStructureInfo - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStructureTagProperties(System.String) - name: CreateStructureTagProperties(string) + name: CreateStructureTagProperties(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateStructureTagProperties_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStructureTagProperties(System.String) - name.vb: CreateStructureTagProperties(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStructureTagProperties(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStructureTagProperties(String) - nameWithType: IPropertiesFactory.CreateStructureTagProperties(string) - nameWithType.vb: IPropertiesFactory.CreateStructureTagProperties(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStructureTagProperties(System.String) + nameWithType: IPropertiesFactory.CreateStructureTagProperties(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStructureTagProperties* name: CreateStructureTagProperties href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateStructureTagProperties_ @@ -81829,14 +72504,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateStructureTagProperties nameWithType: IPropertiesFactory.CreateStructureTagProperties - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateSubSegmentProperties(System.Int32,System.Int32) - name: CreateSubSegmentProperties(int, int) + name: CreateSubSegmentProperties(Int32, Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateSubSegmentProperties_System_Int32_System_Int32_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateSubSegmentProperties(System.Int32,System.Int32) - name.vb: CreateSubSegmentProperties(Integer, Integer) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateSubSegmentProperties(int, int) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateSubSegmentProperties(Integer, Integer) - nameWithType: IPropertiesFactory.CreateSubSegmentProperties(int, int) - nameWithType.vb: IPropertiesFactory.CreateSubSegmentProperties(Integer, Integer) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateSubSegmentProperties(System.Int32, System.Int32) + nameWithType: IPropertiesFactory.CreateSubSegmentProperties(Int32, Int32) - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateSubSegmentProperties* name: CreateSubSegmentProperties href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateSubSegmentProperties_ @@ -81844,14 +72516,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateSubSegmentProperties nameWithType: IPropertiesFactory.CreateSubSegmentProperties - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateTextProperties(System.String) - name: CreateTextProperties(string) + name: CreateTextProperties(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateTextProperties_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateTextProperties(System.String) - name.vb: CreateTextProperties(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateTextProperties(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateTextProperties(String) - nameWithType: IPropertiesFactory.CreateTextProperties(string) - nameWithType.vb: IPropertiesFactory.CreateTextProperties(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateTextProperties(System.String) + nameWithType: IPropertiesFactory.CreateTextProperties(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.CreateTextProperties* name: CreateTextProperties href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.IPropertiesFactory.html#Sdl_FileTypeSupport_Framework_NativeApi_IPropertiesFactory_CreateTextProperties_ @@ -81937,23 +72606,20 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.GetSharedObject nameWithType: ISharedObjects.GetSharedObject - uid: Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.GetSharedObject``1(System.String) - name: GetSharedObject(string) + name: GetSharedObject(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.html#Sdl_FileTypeSupport_Framework_NativeApi_ISharedObjects_GetSharedObject__1_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.GetSharedObject``1(System.String) name.vb: GetSharedObject(Of T)(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.GetSharedObject(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.GetSharedObject(Of T)(String) - nameWithType: ISharedObjects.GetSharedObject(string) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.GetSharedObject(System.String) + fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.GetSharedObject(Of T)(System.String) + nameWithType: ISharedObjects.GetSharedObject(String) nameWithType.vb: ISharedObjects.GetSharedObject(Of T)(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.PublishSharedObject(System.String,System.Object,Sdl.FileTypeSupport.Framework.NativeApi.IdConflictResolution) - name: PublishSharedObject(string, object, IdConflictResolution) + name: PublishSharedObject(String, Object, IdConflictResolution) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.html#Sdl_FileTypeSupport_Framework_NativeApi_ISharedObjects_PublishSharedObject_System_String_System_Object_Sdl_FileTypeSupport_Framework_NativeApi_IdConflictResolution_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.PublishSharedObject(System.String,System.Object,Sdl.FileTypeSupport.Framework.NativeApi.IdConflictResolution) - name.vb: PublishSharedObject(String, Object, IdConflictResolution) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.PublishSharedObject(string, object, Sdl.FileTypeSupport.Framework.NativeApi.IdConflictResolution) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.PublishSharedObject(String, Object, Sdl.FileTypeSupport.Framework.NativeApi.IdConflictResolution) - nameWithType: ISharedObjects.PublishSharedObject(string, object, IdConflictResolution) - nameWithType.vb: ISharedObjects.PublishSharedObject(String, Object, IdConflictResolution) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.PublishSharedObject(System.String, System.Object, Sdl.FileTypeSupport.Framework.NativeApi.IdConflictResolution) + nameWithType: ISharedObjects.PublishSharedObject(String, Object, IdConflictResolution) - uid: Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.PublishSharedObject* name: PublishSharedObject href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ISharedObjects.html#Sdl_FileTypeSupport_Framework_NativeApi_ISharedObjects_PublishSharedObject_ @@ -82327,23 +72993,20 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.IsStructureContextMatch nameWithType: ITranslationOrigin.IsStructureContextMatch - uid: Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.Item(System.String) - name: this[string] + name: Item[String] href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.html#Sdl_FileTypeSupport_Framework_NativeApi_ITranslationOrigin_Item_System_String_ commentId: P:Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.Item(System.String) - name.vb: this[](String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.this[string] - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.this[](String) - nameWithType: ITranslationOrigin.this[string] - nameWithType.vb: ITranslationOrigin.this[](String) + name.vb: Item(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.Item[System.String] + fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.Item(System.String) + nameWithType: ITranslationOrigin.Item[String] + nameWithType.vb: ITranslationOrigin.Item(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.Item* - name: this + name: Item href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.html#Sdl_FileTypeSupport_Framework_NativeApi_ITranslationOrigin_Item_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.Item - name.vb: this[] - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.this - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.this[] - nameWithType: ITranslationOrigin.this - nameWithType.vb: ITranslationOrigin.this[] + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.Item + nameWithType: ITranslationOrigin.Item - uid: Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.MatchPercent name: MatchPercent href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ITranslationOrigin.html#Sdl_FileTypeSupport_Framework_NativeApi_ITranslationOrigin_MatchPercent @@ -82438,29 +73101,20 @@ references: name: LocationMarkerId() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.html#Sdl_FileTypeSupport_Framework_NativeApi_LocationMarkerId__ctor commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.LocationMarkerId() - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.New() nameWithType: LocationMarkerId.LocationMarkerId() - nameWithType.vb: LocationMarkerId.New() - uid: Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.#ctor(System.String) - name: LocationMarkerId(string) + name: LocationMarkerId(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.html#Sdl_FileTypeSupport_Framework_NativeApi_LocationMarkerId__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.LocationMarkerId(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.New(String) - nameWithType: LocationMarkerId.LocationMarkerId(string) - nameWithType.vb: LocationMarkerId.New(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.LocationMarkerId(System.String) + nameWithType: LocationMarkerId.LocationMarkerId(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.#ctor* name: LocationMarkerId href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.html#Sdl_FileTypeSupport_Framework_NativeApi_LocationMarkerId__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.LocationMarkerId - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.New nameWithType: LocationMarkerId.LocationMarkerId - nameWithType.vb: LocationMarkerId.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.Clone name: Clone() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.html#Sdl_FileTypeSupport_Framework_NativeApi_LocationMarkerId_Clone @@ -82474,14 +73128,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.Clone nameWithType: LocationMarkerId.Clone - uid: Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.html#Sdl_FileTypeSupport_Framework_NativeApi_LocationMarkerId_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.Equals(Object) - nameWithType: LocationMarkerId.Equals(object) - nameWithType.vb: LocationMarkerId.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.Equals(System.Object) + nameWithType: LocationMarkerId.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.LocationMarkerId.html#Sdl_FileTypeSupport_Framework_NativeApi_LocationMarkerId_Equals_ @@ -82564,38 +73215,26 @@ references: name: NativeTextLocation() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.html#Sdl_FileTypeSupport_Framework_NativeApi_NativeTextLocation__ctor commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.NativeTextLocation() - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.New() nameWithType: NativeTextLocation.NativeTextLocation() - nameWithType.vb: NativeTextLocation.New() - uid: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation) name: NativeTextLocation(NativeTextLocation) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.html#Sdl_FileTypeSupport_Framework_NativeApi_NativeTextLocation__ctor_Sdl_FileTypeSupport_Framework_NativeApi_NativeTextLocation_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation) - name.vb: New(NativeTextLocation) fullName: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.NativeTextLocation(Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.New(Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation) nameWithType: NativeTextLocation.NativeTextLocation(NativeTextLocation) - nameWithType.vb: NativeTextLocation.New(NativeTextLocation) - uid: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.#ctor(System.Int32,System.Int32) - name: NativeTextLocation(int, int) + name: NativeTextLocation(Int32, Int32) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.html#Sdl_FileTypeSupport_Framework_NativeApi_NativeTextLocation__ctor_System_Int32_System_Int32_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.#ctor(System.Int32,System.Int32) - name.vb: New(Integer, Integer) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.NativeTextLocation(int, int) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.New(Integer, Integer) - nameWithType: NativeTextLocation.NativeTextLocation(int, int) - nameWithType.vb: NativeTextLocation.New(Integer, Integer) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.NativeTextLocation(System.Int32, System.Int32) + nameWithType: NativeTextLocation.NativeTextLocation(Int32, Int32) - uid: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.#ctor* name: NativeTextLocation href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.html#Sdl_FileTypeSupport_Framework_NativeApi_NativeTextLocation__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.NativeTextLocation - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.New nameWithType: NativeTextLocation.NativeTextLocation - nameWithType.vb: NativeTextLocation.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.Clone name: Clone() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.html#Sdl_FileTypeSupport_Framework_NativeApi_NativeTextLocation_Clone @@ -82621,14 +73260,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.CompareTo nameWithType: NativeTextLocation.CompareTo - uid: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.html#Sdl_FileTypeSupport_Framework_NativeApi_NativeTextLocation_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.Equals(Object) - nameWithType: NativeTextLocation.Equals(object) - nameWithType.vb: NativeTextLocation.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.Equals(System.Object) + nameWithType: NativeTextLocation.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.NativeTextLocation.html#Sdl_FileTypeSupport_Framework_NativeApi_NativeTextLocation_Equals_ @@ -82714,23 +73350,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId nameWithType: ParagraphUnitId - uid: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.#ctor(System.String) - name: ParagraphUnitId(string) + name: ParagraphUnitId(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.html#Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.ParagraphUnitId(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.New(String) - nameWithType: ParagraphUnitId.ParagraphUnitId(string) - nameWithType.vb: ParagraphUnitId.New(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.ParagraphUnitId(System.String) + nameWithType: ParagraphUnitId.ParagraphUnitId(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.#ctor* name: ParagraphUnitId href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.html#Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.ParagraphUnitId - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.New nameWithType: ParagraphUnitId.ParagraphUnitId - nameWithType.vb: ParagraphUnitId.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.CompareTo(Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId) name: CompareTo(ParagraphUnitId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.html#Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_CompareTo_Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_ @@ -82744,14 +73374,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.CompareTo nameWithType: ParagraphUnitId.CompareTo - uid: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.html#Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.Equals(Object) - nameWithType: ParagraphUnitId.Equals(object) - nameWithType.vb: ParagraphUnitId.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.Equals(System.Object) + nameWithType: ParagraphUnitId.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.html#Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_Equals_ @@ -82783,41 +73410,29 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.Id nameWithType: ParagraphUnitId.Id - uid: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.op_Equality(Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId,Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId) - name: operator ==(ParagraphUnitId, ParagraphUnitId) + name: Equality(ParagraphUnitId, ParagraphUnitId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.html#Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_op_Equality_Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.op_Equality(Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId,Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId) - name.vb: =(ParagraphUnitId, ParagraphUnitId) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.operator ==(Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId, Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.=(Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId, Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId) - nameWithType: ParagraphUnitId.operator ==(ParagraphUnitId, ParagraphUnitId) - nameWithType.vb: ParagraphUnitId.=(ParagraphUnitId, ParagraphUnitId) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.Equality(Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId, Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId) + nameWithType: ParagraphUnitId.Equality(ParagraphUnitId, ParagraphUnitId) - uid: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.op_Equality* - name: operator == + name: Equality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.html#Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_op_Equality_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.op_Equality - name.vb: = - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.operator == - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.= - nameWithType: ParagraphUnitId.operator == - nameWithType.vb: ParagraphUnitId.= + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.Equality + nameWithType: ParagraphUnitId.Equality - uid: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.op_Inequality(Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId,Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId) - name: operator !=(ParagraphUnitId, ParagraphUnitId) + name: Inequality(ParagraphUnitId, ParagraphUnitId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.html#Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_op_Inequality_Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.op_Inequality(Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId,Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId) - name.vb: <>(ParagraphUnitId, ParagraphUnitId) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.operator !=(Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId, Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.<>(Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId, Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId) - nameWithType: ParagraphUnitId.operator !=(ParagraphUnitId, ParagraphUnitId) - nameWithType.vb: ParagraphUnitId.<>(ParagraphUnitId, ParagraphUnitId) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.Inequality(Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId, Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId) + nameWithType: ParagraphUnitId.Inequality(ParagraphUnitId, ParagraphUnitId) - uid: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.op_Inequality* - name: operator != + name: Inequality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.html#Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_op_Inequality_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.op_Inequality - name.vb: <> - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.operator != - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.<> - nameWithType: ParagraphUnitId.operator != - nameWithType.vb: ParagraphUnitId.<> + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.Inequality + nameWithType: ParagraphUnitId.Inequality - uid: Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.ToString name: ToString() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId.html#Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_ToString @@ -82837,23 +73452,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs nameWithType: ProcessSubContentEventArgs - uid: Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.#ctor(System.String,System.IO.Stream) - name: ProcessSubContentEventArgs(string, Stream) + name: ProcessSubContentEventArgs(String, Stream) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.html#Sdl_FileTypeSupport_Framework_NativeApi_ProcessSubContentEventArgs__ctor_System_String_System_IO_Stream_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.#ctor(System.String,System.IO.Stream) - name.vb: New(String, Stream) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.ProcessSubContentEventArgs(string, System.IO.Stream) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.New(String, System.IO.Stream) - nameWithType: ProcessSubContentEventArgs.ProcessSubContentEventArgs(string, Stream) - nameWithType.vb: ProcessSubContentEventArgs.New(String, Stream) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.ProcessSubContentEventArgs(System.String, System.IO.Stream) + nameWithType: ProcessSubContentEventArgs.ProcessSubContentEventArgs(String, Stream) - uid: Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.#ctor* name: ProcessSubContentEventArgs href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.html#Sdl_FileTypeSupport_Framework_NativeApi_ProcessSubContentEventArgs__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.ProcessSubContentEventArgs - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.New nameWithType: ProcessSubContentEventArgs.ProcessSubContentEventArgs - nameWithType.vb: ProcessSubContentEventArgs.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.FileTypeDefinitionId name: FileTypeDefinitionId href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProcessSubContentEventArgs.html#Sdl_FileTypeSupport_Framework_NativeApi_ProcessSubContentEventArgs_FileTypeDefinitionId @@ -82885,23 +73494,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs nameWithType: ProgressEventArgs - uid: Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.#ctor(System.Byte) - name: ProgressEventArgs(byte) + name: ProgressEventArgs(Byte) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.html#Sdl_FileTypeSupport_Framework_NativeApi_ProgressEventArgs__ctor_System_Byte_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.#ctor(System.Byte) - name.vb: New(Byte) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.ProgressEventArgs(byte) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.New(Byte) - nameWithType: ProgressEventArgs.ProgressEventArgs(byte) - nameWithType.vb: ProgressEventArgs.New(Byte) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.ProgressEventArgs(System.Byte) + nameWithType: ProgressEventArgs.ProgressEventArgs(Byte) - uid: Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.#ctor* name: ProgressEventArgs href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.html#Sdl_FileTypeSupport_Framework_NativeApi_ProgressEventArgs__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.ProgressEventArgs - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.New nameWithType: ProgressEventArgs.ProgressEventArgs - nameWithType.vb: ProgressEventArgs.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.ProgressValue name: ProgressValue href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressEventArgs.html#Sdl_FileTypeSupport_Framework_NativeApi_ProgressEventArgs_ProgressValue @@ -82933,32 +73536,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter nameWithType: ProgressReporter - uid: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.#ctor(System.Object,System.IntPtr) - name: ProgressReporter(object, IntPtr) + name: ProgressReporter(Object, IntPtr) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.html#Sdl_FileTypeSupport_Framework_NativeApi_ProgressReporter__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.ProgressReporter(object, System.IntPtr) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.New(Object, System.IntPtr) - nameWithType: ProgressReporter.ProgressReporter(object, IntPtr) - nameWithType.vb: ProgressReporter.New(Object, IntPtr) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.ProgressReporter(System.Object, System.IntPtr) + nameWithType: ProgressReporter.ProgressReporter(Object, IntPtr) - uid: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.#ctor* name: ProgressReporter href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.html#Sdl_FileTypeSupport_Framework_NativeApi_ProgressReporter__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.ProgressReporter - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.New nameWithType: ProgressReporter.ProgressReporter - nameWithType.vb: ProgressReporter.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.BeginInvoke(System.Byte,System.AsyncCallback,System.Object) - name: BeginInvoke(byte, AsyncCallback, object) + name: BeginInvoke(Byte, AsyncCallback, Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.html#Sdl_FileTypeSupport_Framework_NativeApi_ProgressReporter_BeginInvoke_System_Byte_System_AsyncCallback_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.BeginInvoke(System.Byte,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(Byte, AsyncCallback, Object) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.BeginInvoke(byte, System.AsyncCallback, object) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.BeginInvoke(Byte, System.AsyncCallback, Object) - nameWithType: ProgressReporter.BeginInvoke(byte, AsyncCallback, object) - nameWithType.vb: ProgressReporter.BeginInvoke(Byte, AsyncCallback, Object) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.BeginInvoke(System.Byte, System.AsyncCallback, System.Object) + nameWithType: ProgressReporter.BeginInvoke(Byte, AsyncCallback, Object) - uid: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.BeginInvoke* name: BeginInvoke href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.html#Sdl_FileTypeSupport_Framework_NativeApi_ProgressReporter_BeginInvoke_ @@ -82978,14 +73572,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.EndInvoke nameWithType: ProgressReporter.EndInvoke - uid: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.Invoke(System.Byte) - name: Invoke(byte) + name: Invoke(Byte) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.html#Sdl_FileTypeSupport_Framework_NativeApi_ProgressReporter_Invoke_System_Byte_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.Invoke(System.Byte) - name.vb: Invoke(Byte) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.Invoke(byte) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.Invoke(Byte) - nameWithType: ProgressReporter.Invoke(byte) - nameWithType.vb: ProgressReporter.Invoke(Byte) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.Invoke(System.Byte) + nameWithType: ProgressReporter.Invoke(Byte) - uid: Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.Invoke* name: Invoke href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.ProgressReporter.html#Sdl_FileTypeSupport_Framework_NativeApi_ProgressReporter_Invoke_ @@ -82999,32 +73590,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId nameWithType: RepetitionId - uid: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.#ctor(System.String) - name: RepetitionId(string) + name: RepetitionId(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html#Sdl_FileTypeSupport_Framework_NativeApi_RepetitionId__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.RepetitionId(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.New(String) - nameWithType: RepetitionId.RepetitionId(string) - nameWithType.vb: RepetitionId.New(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.RepetitionId(System.String) + nameWithType: RepetitionId.RepetitionId(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.#ctor* name: RepetitionId href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html#Sdl_FileTypeSupport_Framework_NativeApi_RepetitionId__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.RepetitionId - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.New nameWithType: RepetitionId.RepetitionId - nameWithType.vb: RepetitionId.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.CompareTo(System.Object) - name: CompareTo(object) + name: CompareTo(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html#Sdl_FileTypeSupport_Framework_NativeApi_RepetitionId_CompareTo_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.CompareTo(System.Object) - name.vb: CompareTo(Object) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.CompareTo(object) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.CompareTo(Object) - nameWithType: RepetitionId.CompareTo(object) - nameWithType.vb: RepetitionId.CompareTo(Object) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.CompareTo(System.Object) + nameWithType: RepetitionId.CompareTo(Object) - uid: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.CompareTo* name: CompareTo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html#Sdl_FileTypeSupport_Framework_NativeApi_RepetitionId_CompareTo_ @@ -83032,14 +73614,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.CompareTo nameWithType: RepetitionId.CompareTo - uid: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html#Sdl_FileTypeSupport_Framework_NativeApi_RepetitionId_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.Equals(Object) - nameWithType: RepetitionId.Equals(object) - nameWithType.vb: RepetitionId.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.Equals(System.Object) + nameWithType: RepetitionId.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html#Sdl_FileTypeSupport_Framework_NativeApi_RepetitionId_Equals_ @@ -83071,41 +73650,29 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.Id nameWithType: RepetitionId.Id - uid: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.op_Equality(Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId,Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId) - name: operator ==(RepetitionId, RepetitionId) + name: Equality(RepetitionId, RepetitionId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html#Sdl_FileTypeSupport_Framework_NativeApi_RepetitionId_op_Equality_Sdl_FileTypeSupport_Framework_NativeApi_RepetitionId_Sdl_FileTypeSupport_Framework_NativeApi_RepetitionId_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.op_Equality(Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId,Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId) - name.vb: =(RepetitionId, RepetitionId) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.operator ==(Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId, Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.=(Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId, Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId) - nameWithType: RepetitionId.operator ==(RepetitionId, RepetitionId) - nameWithType.vb: RepetitionId.=(RepetitionId, RepetitionId) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.Equality(Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId, Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId) + nameWithType: RepetitionId.Equality(RepetitionId, RepetitionId) - uid: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.op_Equality* - name: operator == + name: Equality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html#Sdl_FileTypeSupport_Framework_NativeApi_RepetitionId_op_Equality_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.op_Equality - name.vb: = - fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.operator == - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.= - nameWithType: RepetitionId.operator == - nameWithType.vb: RepetitionId.= + fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.Equality + nameWithType: RepetitionId.Equality - uid: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.op_Inequality(Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId,Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId) - name: operator !=(RepetitionId, RepetitionId) + name: Inequality(RepetitionId, RepetitionId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html#Sdl_FileTypeSupport_Framework_NativeApi_RepetitionId_op_Inequality_Sdl_FileTypeSupport_Framework_NativeApi_RepetitionId_Sdl_FileTypeSupport_Framework_NativeApi_RepetitionId_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.op_Inequality(Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId,Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId) - name.vb: <>(RepetitionId, RepetitionId) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.operator !=(Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId, Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.<>(Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId, Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId) - nameWithType: RepetitionId.operator !=(RepetitionId, RepetitionId) - nameWithType.vb: RepetitionId.<>(RepetitionId, RepetitionId) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.Inequality(Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId, Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId) + nameWithType: RepetitionId.Inequality(RepetitionId, RepetitionId) - uid: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.op_Inequality* - name: operator != + name: Inequality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html#Sdl_FileTypeSupport_Framework_NativeApi_RepetitionId_op_Inequality_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.op_Inequality - name.vb: <> - fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.operator != - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.<> - nameWithType: RepetitionId.operator != - nameWithType.vb: RepetitionId.<> + fullName: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.Inequality + nameWithType: RepetitionId.Inequality - uid: Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.ToString name: ToString() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RepetitionId.html#Sdl_FileTypeSupport_Framework_NativeApi_RepetitionId_ToString @@ -83125,23 +73692,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException nameWithType: RevisionTypeNotSupportedException - uid: Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.#ctor(System.String) - name: RevisionTypeNotSupportedException(string) + name: RevisionTypeNotSupportedException(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.html#Sdl_FileTypeSupport_Framework_NativeApi_RevisionTypeNotSupportedException__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.RevisionTypeNotSupportedException(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.New(String) - nameWithType: RevisionTypeNotSupportedException.RevisionTypeNotSupportedException(string) - nameWithType.vb: RevisionTypeNotSupportedException.New(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.RevisionTypeNotSupportedException(System.String) + nameWithType: RevisionTypeNotSupportedException.RevisionTypeNotSupportedException(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.#ctor* name: RevisionTypeNotSupportedException href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.html#Sdl_FileTypeSupport_Framework_NativeApi_RevisionTypeNotSupportedException__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.RevisionTypeNotSupportedException - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.RevisionTypeNotSupportedException.New nameWithType: RevisionTypeNotSupportedException.RevisionTypeNotSupportedException - nameWithType.vb: RevisionTypeNotSupportedException.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.SegmentationHint name: SegmentationHint href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentationHint.html @@ -83185,41 +73746,29 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId nameWithType: SegmentId - uid: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.#ctor(System.Int64) - name: SegmentId(long) + name: SegmentId(Int64) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.html#Sdl_FileTypeSupport_Framework_NativeApi_SegmentId__ctor_System_Int64_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.#ctor(System.Int64) - name.vb: New(Long) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.SegmentId(long) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.New(Long) - nameWithType: SegmentId.SegmentId(long) - nameWithType.vb: SegmentId.New(Long) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.SegmentId(System.Int64) + nameWithType: SegmentId.SegmentId(Int64) - uid: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.#ctor(System.String) - name: SegmentId(string) + name: SegmentId(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.html#Sdl_FileTypeSupport_Framework_NativeApi_SegmentId__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.SegmentId(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.New(String) - nameWithType: SegmentId.SegmentId(string) - nameWithType.vb: SegmentId.New(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.SegmentId(System.String) + nameWithType: SegmentId.SegmentId(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.#ctor* name: SegmentId href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.html#Sdl_FileTypeSupport_Framework_NativeApi_SegmentId__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.SegmentId - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.New nameWithType: SegmentId.SegmentId - nameWithType.vb: SegmentId.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.html#Sdl_FileTypeSupport_Framework_NativeApi_SegmentId_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.Equals(Object) - nameWithType: SegmentId.Equals(object) - nameWithType.vb: SegmentId.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.Equals(System.Object) + nameWithType: SegmentId.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.html#Sdl_FileTypeSupport_Framework_NativeApi_SegmentId_Equals_ @@ -83251,41 +73800,29 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.Id nameWithType: SegmentId.Id - uid: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.op_Equality(Sdl.FileTypeSupport.Framework.NativeApi.SegmentId,Sdl.FileTypeSupport.Framework.NativeApi.SegmentId) - name: operator ==(SegmentId, SegmentId) + name: Equality(SegmentId, SegmentId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.html#Sdl_FileTypeSupport_Framework_NativeApi_SegmentId_op_Equality_Sdl_FileTypeSupport_Framework_NativeApi_SegmentId_Sdl_FileTypeSupport_Framework_NativeApi_SegmentId_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.op_Equality(Sdl.FileTypeSupport.Framework.NativeApi.SegmentId,Sdl.FileTypeSupport.Framework.NativeApi.SegmentId) - name.vb: =(SegmentId, SegmentId) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.operator ==(Sdl.FileTypeSupport.Framework.NativeApi.SegmentId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.=(Sdl.FileTypeSupport.Framework.NativeApi.SegmentId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId) - nameWithType: SegmentId.operator ==(SegmentId, SegmentId) - nameWithType.vb: SegmentId.=(SegmentId, SegmentId) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.Equality(Sdl.FileTypeSupport.Framework.NativeApi.SegmentId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId) + nameWithType: SegmentId.Equality(SegmentId, SegmentId) - uid: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.op_Equality* - name: operator == + name: Equality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.html#Sdl_FileTypeSupport_Framework_NativeApi_SegmentId_op_Equality_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.op_Equality - name.vb: = - fullName: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.operator == - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.= - nameWithType: SegmentId.operator == - nameWithType.vb: SegmentId.= + fullName: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.Equality + nameWithType: SegmentId.Equality - uid: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.op_Inequality(Sdl.FileTypeSupport.Framework.NativeApi.SegmentId,Sdl.FileTypeSupport.Framework.NativeApi.SegmentId) - name: operator !=(SegmentId, SegmentId) + name: Inequality(SegmentId, SegmentId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.html#Sdl_FileTypeSupport_Framework_NativeApi_SegmentId_op_Inequality_Sdl_FileTypeSupport_Framework_NativeApi_SegmentId_Sdl_FileTypeSupport_Framework_NativeApi_SegmentId_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.op_Inequality(Sdl.FileTypeSupport.Framework.NativeApi.SegmentId,Sdl.FileTypeSupport.Framework.NativeApi.SegmentId) - name.vb: <>(SegmentId, SegmentId) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.operator !=(Sdl.FileTypeSupport.Framework.NativeApi.SegmentId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.<>(Sdl.FileTypeSupport.Framework.NativeApi.SegmentId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId) - nameWithType: SegmentId.operator !=(SegmentId, SegmentId) - nameWithType.vb: SegmentId.<>(SegmentId, SegmentId) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.Inequality(Sdl.FileTypeSupport.Framework.NativeApi.SegmentId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId) + nameWithType: SegmentId.Inequality(SegmentId, SegmentId) - uid: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.op_Inequality* - name: operator != + name: Inequality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.html#Sdl_FileTypeSupport_Framework_NativeApi_SegmentId_op_Inequality_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.op_Inequality - name.vb: <> - fullName: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.operator != - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.<> - nameWithType: SegmentId.operator != - nameWithType.vb: SegmentId.<> + fullName: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.Inequality + nameWithType: SegmentId.Inequality - uid: Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.ToString name: ToString() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SegmentId.html#Sdl_FileTypeSupport_Framework_NativeApi_SegmentId_ToString @@ -83341,23 +73878,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs nameWithType: SharedObjectPublishedEventArgs - uid: Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.#ctor(System.String,System.Object) - name: SharedObjectPublishedEventArgs(string, object) + name: SharedObjectPublishedEventArgs(String, Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.html#Sdl_FileTypeSupport_Framework_NativeApi_SharedObjectPublishedEventArgs__ctor_System_String_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.#ctor(System.String,System.Object) - name.vb: New(String, Object) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.SharedObjectPublishedEventArgs(string, object) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.New(String, Object) - nameWithType: SharedObjectPublishedEventArgs.SharedObjectPublishedEventArgs(string, object) - nameWithType.vb: SharedObjectPublishedEventArgs.New(String, Object) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.SharedObjectPublishedEventArgs(System.String, System.Object) + nameWithType: SharedObjectPublishedEventArgs.SharedObjectPublishedEventArgs(String, Object) - uid: Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.#ctor* name: SharedObjectPublishedEventArgs href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.html#Sdl_FileTypeSupport_Framework_NativeApi_SharedObjectPublishedEventArgs__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.SharedObjectPublishedEventArgs - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.New nameWithType: SharedObjectPublishedEventArgs.SharedObjectPublishedEventArgs - nameWithType.vb: SharedObjectPublishedEventArgs.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.Id name: Id href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SharedObjectPublishedEventArgs.html#Sdl_FileTypeSupport_Framework_NativeApi_SharedObjectPublishedEventArgs_Id @@ -83392,29 +73923,20 @@ references: name: SniffInfo() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html#Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo__ctor commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.SniffInfo() - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.New() nameWithType: SniffInfo.SniffInfo() - nameWithType.vb: SniffInfo.New() - uid: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo) name: SniffInfo(SniffInfo) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html#Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo__ctor_Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo) - name.vb: New(SniffInfo) fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.SniffInfo(Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.New(Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo) nameWithType: SniffInfo.SniffInfo(SniffInfo) - nameWithType.vb: SniffInfo.New(SniffInfo) - uid: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.#ctor* name: SniffInfo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html#Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.SniffInfo - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.New nameWithType: SniffInfo.SniffInfo - nameWithType.vb: SniffInfo.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.ClearMetaData name: ClearMetaData() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html#Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo_ClearMetaData @@ -83476,14 +73998,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.DetectedTargetLanguage nameWithType: SniffInfo.DetectedTargetLanguage - uid: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html#Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.Equals(Object) - nameWithType: SniffInfo.Equals(object) - nameWithType.vb: SniffInfo.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.Equals(System.Object) + nameWithType: SniffInfo.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html#Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo_Equals_ @@ -83503,14 +74022,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.GetHashCode nameWithType: SniffInfo.GetHashCode - uid: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.GetMetaData(System.String) - name: GetMetaData(string) + name: GetMetaData(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html#Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo_GetMetaData_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.GetMetaData(System.String) - name.vb: GetMetaData(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.GetMetaData(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.GetMetaData(String) - nameWithType: SniffInfo.GetMetaData(string) - nameWithType.vb: SniffInfo.GetMetaData(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.GetMetaData(System.String) + nameWithType: SniffInfo.GetMetaData(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.GetMetaData* name: GetMetaData href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html#Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo_GetMetaData_ @@ -83542,23 +74058,20 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.IsSupported nameWithType: SniffInfo.IsSupported - uid: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.Item(System.String) - name: this[string] + name: Item[String] href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html#Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo_Item_System_String_ commentId: P:Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.Item(System.String) - name.vb: this[](String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.this[string] - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.this[](String) - nameWithType: SniffInfo.this[string] - nameWithType.vb: SniffInfo.this[](String) + name.vb: Item(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.Item[System.String] + fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.Item(System.String) + nameWithType: SniffInfo.Item[String] + nameWithType.vb: SniffInfo.Item(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.Item* - name: this + name: Item href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html#Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo_Item_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.Item - name.vb: this[] - fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.this - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.this[] - nameWithType: SniffInfo.this - nameWithType.vb: SniffInfo.this[] + fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.Item + nameWithType: SniffInfo.Item - uid: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.MetaData name: MetaData href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html#Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo_MetaData @@ -83572,14 +74085,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.MetaData nameWithType: SniffInfo.MetaData - uid: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.MetaDataContainsKey(System.String) - name: MetaDataContainsKey(string) + name: MetaDataContainsKey(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html#Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo_MetaDataContainsKey_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.MetaDataContainsKey(System.String) - name.vb: MetaDataContainsKey(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.MetaDataContainsKey(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.MetaDataContainsKey(String) - nameWithType: SniffInfo.MetaDataContainsKey(string) - nameWithType.vb: SniffInfo.MetaDataContainsKey(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.MetaDataContainsKey(System.String) + nameWithType: SniffInfo.MetaDataContainsKey(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.MetaDataContainsKey* name: MetaDataContainsKey href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html#Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo_MetaDataContainsKey_ @@ -83611,14 +74121,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.PersistenceId nameWithType: SniffInfo.PersistenceId - uid: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.RemoveMetaData(System.String) - name: RemoveMetaData(string) + name: RemoveMetaData(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html#Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo_RemoveMetaData_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.RemoveMetaData(System.String) - name.vb: RemoveMetaData(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.RemoveMetaData(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.RemoveMetaData(String) - nameWithType: SniffInfo.RemoveMetaData(string) - nameWithType.vb: SniffInfo.RemoveMetaData(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.RemoveMetaData(System.String) + nameWithType: SniffInfo.RemoveMetaData(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.RemoveMetaData* name: RemoveMetaData href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html#Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo_RemoveMetaData_ @@ -83626,14 +74133,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.RemoveMetaData nameWithType: SniffInfo.RemoveMetaData - uid: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.SetMetaData(System.String,System.String) - name: SetMetaData(string, string) + name: SetMetaData(String, String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html#Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo_SetMetaData_System_String_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.SetMetaData(System.String,System.String) - name.vb: SetMetaData(String, String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.SetMetaData(string, string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.SetMetaData(String, String) - nameWithType: SniffInfo.SetMetaData(string, string) - nameWithType.vb: SniffInfo.SetMetaData(String, String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.SetMetaData(System.String, System.String) + nameWithType: SniffInfo.SetMetaData(String, String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.SetMetaData* name: SetMetaData href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SniffInfo.html#Sdl_FileTypeSupport_Framework_NativeApi_SniffInfo_SetMetaData_ @@ -83662,29 +74166,20 @@ references: name: SourceCount() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.html#Sdl_FileTypeSupport_Framework_NativeApi_SourceCount__ctor commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.SourceCount() - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.New() nameWithType: SourceCount.SourceCount() - nameWithType.vb: SourceCount.New() - uid: Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.SourceCount) name: SourceCount(SourceCount) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.html#Sdl_FileTypeSupport_Framework_NativeApi_SourceCount__ctor_Sdl_FileTypeSupport_Framework_NativeApi_SourceCount_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.#ctor(Sdl.FileTypeSupport.Framework.NativeApi.SourceCount) - name.vb: New(SourceCount) fullName: Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.SourceCount(Sdl.FileTypeSupport.Framework.NativeApi.SourceCount) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.New(Sdl.FileTypeSupport.Framework.NativeApi.SourceCount) nameWithType: SourceCount.SourceCount(SourceCount) - nameWithType.vb: SourceCount.New(SourceCount) - uid: Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.#ctor* name: SourceCount href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.html#Sdl_FileTypeSupport_Framework_NativeApi_SourceCount__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.SourceCount - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.New nameWithType: SourceCount.SourceCount - nameWithType.vb: SourceCount.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.Clone name: Clone() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.html#Sdl_FileTypeSupport_Framework_NativeApi_SourceCount_Clone @@ -83716,14 +74211,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.CountUnit.word nameWithType: SourceCount.CountUnit.word - uid: Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.html#Sdl_FileTypeSupport_Framework_NativeApi_SourceCount_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.Equals(Object) - nameWithType: SourceCount.Equals(object) - nameWithType.vb: SourceCount.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.Equals(System.Object) + nameWithType: SourceCount.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.SourceCount.html#Sdl_FileTypeSupport_Framework_NativeApi_SourceCount_Equals_ @@ -83773,32 +74265,23 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.TagId nameWithType: TagId - uid: Sdl.FileTypeSupport.Framework.NativeApi.TagId.#ctor(System.String) - name: TagId(string) + name: TagId(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TagId.html#Sdl_FileTypeSupport_Framework_NativeApi_TagId__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.TagId.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.TagId.TagId(string) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.TagId.New(String) - nameWithType: TagId.TagId(string) - nameWithType.vb: TagId.New(String) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.TagId.TagId(System.String) + nameWithType: TagId.TagId(String) - uid: Sdl.FileTypeSupport.Framework.NativeApi.TagId.#ctor* name: TagId href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TagId.html#Sdl_FileTypeSupport_Framework_NativeApi_TagId__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.TagId.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.NativeApi.TagId.TagId - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.TagId.New nameWithType: TagId.TagId - nameWithType.vb: TagId.New - uid: Sdl.FileTypeSupport.Framework.NativeApi.TagId.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TagId.html#Sdl_FileTypeSupport_Framework_NativeApi_TagId_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.TagId.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.TagId.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.TagId.Equals(Object) - nameWithType: TagId.Equals(object) - nameWithType.vb: TagId.Equals(Object) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.TagId.Equals(System.Object) + nameWithType: TagId.Equals(Object) - uid: Sdl.FileTypeSupport.Framework.NativeApi.TagId.Equals* name: Equals href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TagId.html#Sdl_FileTypeSupport_Framework_NativeApi_TagId_Equals_ @@ -83830,41 +74313,29 @@ references: fullName: Sdl.FileTypeSupport.Framework.NativeApi.TagId.Id nameWithType: TagId.Id - uid: Sdl.FileTypeSupport.Framework.NativeApi.TagId.op_Equality(Sdl.FileTypeSupport.Framework.NativeApi.TagId,Sdl.FileTypeSupport.Framework.NativeApi.TagId) - name: operator ==(TagId, TagId) + name: Equality(TagId, TagId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TagId.html#Sdl_FileTypeSupport_Framework_NativeApi_TagId_op_Equality_Sdl_FileTypeSupport_Framework_NativeApi_TagId_Sdl_FileTypeSupport_Framework_NativeApi_TagId_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.TagId.op_Equality(Sdl.FileTypeSupport.Framework.NativeApi.TagId,Sdl.FileTypeSupport.Framework.NativeApi.TagId) - name.vb: =(TagId, TagId) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.TagId.operator ==(Sdl.FileTypeSupport.Framework.NativeApi.TagId, Sdl.FileTypeSupport.Framework.NativeApi.TagId) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.TagId.=(Sdl.FileTypeSupport.Framework.NativeApi.TagId, Sdl.FileTypeSupport.Framework.NativeApi.TagId) - nameWithType: TagId.operator ==(TagId, TagId) - nameWithType.vb: TagId.=(TagId, TagId) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.TagId.Equality(Sdl.FileTypeSupport.Framework.NativeApi.TagId, Sdl.FileTypeSupport.Framework.NativeApi.TagId) + nameWithType: TagId.Equality(TagId, TagId) - uid: Sdl.FileTypeSupport.Framework.NativeApi.TagId.op_Equality* - name: operator == + name: Equality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TagId.html#Sdl_FileTypeSupport_Framework_NativeApi_TagId_op_Equality_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.TagId.op_Equality - name.vb: = - fullName: Sdl.FileTypeSupport.Framework.NativeApi.TagId.operator == - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.TagId.= - nameWithType: TagId.operator == - nameWithType.vb: TagId.= + fullName: Sdl.FileTypeSupport.Framework.NativeApi.TagId.Equality + nameWithType: TagId.Equality - uid: Sdl.FileTypeSupport.Framework.NativeApi.TagId.op_Inequality(Sdl.FileTypeSupport.Framework.NativeApi.TagId,Sdl.FileTypeSupport.Framework.NativeApi.TagId) - name: operator !=(TagId, TagId) + name: Inequality(TagId, TagId) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TagId.html#Sdl_FileTypeSupport_Framework_NativeApi_TagId_op_Inequality_Sdl_FileTypeSupport_Framework_NativeApi_TagId_Sdl_FileTypeSupport_Framework_NativeApi_TagId_ commentId: M:Sdl.FileTypeSupport.Framework.NativeApi.TagId.op_Inequality(Sdl.FileTypeSupport.Framework.NativeApi.TagId,Sdl.FileTypeSupport.Framework.NativeApi.TagId) - name.vb: <>(TagId, TagId) - fullName: Sdl.FileTypeSupport.Framework.NativeApi.TagId.operator !=(Sdl.FileTypeSupport.Framework.NativeApi.TagId, Sdl.FileTypeSupport.Framework.NativeApi.TagId) - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.TagId.<>(Sdl.FileTypeSupport.Framework.NativeApi.TagId, Sdl.FileTypeSupport.Framework.NativeApi.TagId) - nameWithType: TagId.operator !=(TagId, TagId) - nameWithType.vb: TagId.<>(TagId, TagId) + fullName: Sdl.FileTypeSupport.Framework.NativeApi.TagId.Inequality(Sdl.FileTypeSupport.Framework.NativeApi.TagId, Sdl.FileTypeSupport.Framework.NativeApi.TagId) + nameWithType: TagId.Inequality(TagId, TagId) - uid: Sdl.FileTypeSupport.Framework.NativeApi.TagId.op_Inequality* - name: operator != + name: Inequality href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TagId.html#Sdl_FileTypeSupport_Framework_NativeApi_TagId_op_Inequality_ commentId: Overload:Sdl.FileTypeSupport.Framework.NativeApi.TagId.op_Inequality - name.vb: <> - fullName: Sdl.FileTypeSupport.Framework.NativeApi.TagId.operator != - fullName.vb: Sdl.FileTypeSupport.Framework.NativeApi.TagId.<> - nameWithType: TagId.operator != - nameWithType.vb: TagId.<> + fullName: Sdl.FileTypeSupport.Framework.NativeApi.TagId.Inequality + nameWithType: TagId.Inequality - uid: Sdl.FileTypeSupport.Framework.NativeApi.TagId.ToString name: ToString() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.NativeApi.TagId.html#Sdl_FileTypeSupport_Framework_NativeApi_TagId_ToString @@ -83914,20 +74385,18 @@ references: name: Pair(FirstType, SecondType) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Pair-2.html#Sdl_FileTypeSupport_Framework_Pair_2__ctor__0__1_ commentId: M:Sdl.FileTypeSupport.Framework.Pair`2.#ctor(`0,`1) - name.vb: New(FirstType, SecondType) fullName: Sdl.FileTypeSupport.Framework.Pair.Pair(FirstType, SecondType) - fullName.vb: Sdl.FileTypeSupport.Framework.Pair(Of FirstType, SecondType).New(FirstType, SecondType) + fullName.vb: Sdl.FileTypeSupport.Framework.Pair(Of FirstType, SecondType).Pair(FirstType, SecondType) nameWithType: Pair.Pair(FirstType, SecondType) - nameWithType.vb: Pair(Of FirstType, SecondType).New(FirstType, SecondType) + nameWithType.vb: Pair(Of FirstType, SecondType).Pair(FirstType, SecondType) - uid: Sdl.FileTypeSupport.Framework.Pair`2.#ctor* name: Pair href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Pair-2.html#Sdl_FileTypeSupport_Framework_Pair_2__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.Pair`2.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.Pair.Pair - fullName.vb: Sdl.FileTypeSupport.Framework.Pair(Of FirstType, SecondType).New + fullName.vb: Sdl.FileTypeSupport.Framework.Pair(Of FirstType, SecondType).Pair nameWithType: Pair.Pair - nameWithType.vb: Pair(Of FirstType, SecondType).New + nameWithType.vb: Pair(Of FirstType, SecondType).Pair - uid: Sdl.FileTypeSupport.Framework.Pair`2.Clone name: Clone() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Pair-2.html#Sdl_FileTypeSupport_Framework_Pair_2_Clone @@ -83945,13 +74414,12 @@ references: nameWithType: Pair.Clone nameWithType.vb: Pair(Of FirstType, SecondType).Clone - uid: Sdl.FileTypeSupport.Framework.Pair`2.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.Pair-2.html#Sdl_FileTypeSupport_Framework_Pair_2_Equals_System_Object_ commentId: M:Sdl.FileTypeSupport.Framework.Pair`2.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.FileTypeSupport.Framework.Pair.Equals(object) - fullName.vb: Sdl.FileTypeSupport.Framework.Pair(Of FirstType, SecondType).Equals(Object) - nameWithType: Pair.Equals(object) + fullName: Sdl.FileTypeSupport.Framework.Pair.Equals(System.Object) + fullName.vb: Sdl.FileTypeSupport.Framework.Pair(Of FirstType, SecondType).Equals(System.Object) + nameWithType: Pair.Equals(Object) nameWithType.vb: Pair(Of FirstType, SecondType).Equals(Object) - uid: Sdl.FileTypeSupport.Framework.Pair`2.Equals* name: Equals @@ -84025,20 +74493,14 @@ references: name: AbstractNativePreviewFileWriter() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.html#Sdl_FileTypeSupport_Framework_PreviewControls_AbstractNativePreviewFileWriter__ctor commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.AbstractNativePreviewFileWriter() - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.New() nameWithType: AbstractNativePreviewFileWriter.AbstractNativePreviewFileWriter() - nameWithType.vb: AbstractNativePreviewFileWriter.New() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.#ctor* name: AbstractNativePreviewFileWriter href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.html#Sdl_FileTypeSupport_Framework_PreviewControls_AbstractNativePreviewFileWriter__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.AbstractNativePreviewFileWriter - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.New nameWithType: AbstractNativePreviewFileWriter.AbstractNativePreviewFileWriter - nameWithType.vb: AbstractNativePreviewFileWriter.New - uid: Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.ExtensionMaps name: ExtensionMaps href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractNativePreviewFileWriter.html#Sdl_FileTypeSupport_Framework_PreviewControls_AbstractNativePreviewFileWriter_ExtensionMaps @@ -84073,20 +74535,14 @@ references: name: AbstractPreviewControl() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_AbstractPreviewControl__ctor commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.AbstractPreviewControl() - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.New() nameWithType: AbstractPreviewControl.AbstractPreviewControl() - nameWithType.vb: AbstractPreviewControl.New() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.#ctor* name: AbstractPreviewControl href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_AbstractPreviewControl__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.AbstractPreviewControl - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.New nameWithType: AbstractPreviewControl.AbstractPreviewControl - nameWithType.vb: AbstractPreviewControl.New - uid: Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.Control name: Control href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.AbstractPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_AbstractPreviewControl_Control @@ -84121,29 +74577,20 @@ references: name: DualBrowserControl() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_DualBrowserControl__ctor commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.DualBrowserControl() - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.New() nameWithType: DualBrowserControl.DualBrowserControl() - nameWithType.vb: DualBrowserControl.New() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.#ctor* name: DualBrowserControl href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_DualBrowserControl__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.DualBrowserControl - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.New nameWithType: DualBrowserControl.DualBrowserControl - nameWithType.vb: DualBrowserControl.New - uid: Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_DualBrowserControl_Dispose_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.Dispose(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.Dispose(Boolean) - nameWithType: DualBrowserControl.Dispose(bool) - nameWithType.vb: DualBrowserControl.Dispose(Boolean) + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.Dispose(System.Boolean) + nameWithType: DualBrowserControl.Dispose(Boolean) - uid: Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.Dispose* name: Dispose href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.DualBrowserControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_DualBrowserControl_Dispose_ @@ -84184,20 +74631,14 @@ references: name: GenericExteralPreviewApplication() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericExteralPreviewApplication__ctor commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.GenericExteralPreviewApplication() - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.New() nameWithType: GenericExteralPreviewApplication.GenericExteralPreviewApplication() - nameWithType.vb: GenericExteralPreviewApplication.New() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.#ctor* name: GenericExteralPreviewApplication href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericExteralPreviewApplication__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.GenericExteralPreviewApplication - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.New nameWithType: GenericExteralPreviewApplication.GenericExteralPreviewApplication - nameWithType.vb: GenericExteralPreviewApplication.New - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.ApplicationPath name: ApplicationPath href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericExteralPreviewApplication_ApplicationPath @@ -84217,14 +74658,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.Dispose() nameWithType: GenericExteralPreviewApplication.Dispose() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericExteralPreviewApplication_Dispose_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.Dispose(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.Dispose(Boolean) - nameWithType: GenericExteralPreviewApplication.Dispose(bool) - nameWithType.vb: GenericExteralPreviewApplication.Dispose(Boolean) + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.Dispose(System.Boolean) + nameWithType: GenericExteralPreviewApplication.Dispose(Boolean) - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.Dispose* name: Dispose href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericExteralPreviewApplication_Dispose_ @@ -84232,20 +74670,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.Dispose nameWithType: GenericExteralPreviewApplication.Dispose - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.Finalize - name: ~GenericExteralPreviewApplication() + name: Finalize() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericExteralPreviewApplication_Finalize commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.Finalize - name.vb: '' - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.~GenericExteralPreviewApplication() - fullName.vb: '' - nameWithType: GenericExteralPreviewApplication.~GenericExteralPreviewApplication() - nameWithType.vb: '' + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.Finalize() + nameWithType: GenericExteralPreviewApplication.Finalize() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.Finalize* - name: ~GenericExteralPreviewApplication + name: Finalize href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericExteralPreviewApplication_Finalize_ commentId: Overload:Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.Finalize - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.~GenericExteralPreviewApplication - nameWithType: GenericExteralPreviewApplication.~GenericExteralPreviewApplication + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.Finalize + nameWithType: GenericExteralPreviewApplication.Finalize - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.Launch name: Launch() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericExteralPreviewApplication_Launch @@ -84295,14 +74730,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.NotifyCanClose nameWithType: GenericExteralPreviewApplication.NotifyCanClose - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.OnPreviewClosed(System.Object,Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs) - name: OnPreviewClosed(object, PreviewClosedEventArgs) + name: OnPreviewClosed(Object, PreviewClosedEventArgs) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericExteralPreviewApplication_OnPreviewClosed_System_Object_Sdl_FileTypeSupport_Framework_IntegrationApi_PreviewClosedEventArgs_ commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.OnPreviewClosed(System.Object,Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs) - name.vb: OnPreviewClosed(Object, PreviewClosedEventArgs) - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.OnPreviewClosed(object, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs) - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.OnPreviewClosed(Object, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs) - nameWithType: GenericExteralPreviewApplication.OnPreviewClosed(object, PreviewClosedEventArgs) - nameWithType.vb: GenericExteralPreviewApplication.OnPreviewClosed(Object, PreviewClosedEventArgs) + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.OnPreviewClosed(System.Object, Sdl.FileTypeSupport.Framework.IntegrationApi.PreviewClosedEventArgs) + nameWithType: GenericExteralPreviewApplication.OnPreviewClosed(Object, PreviewClosedEventArgs) - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.OnPreviewClosed* name: OnPreviewClosed href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericExteralPreviewApplication.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericExteralPreviewApplication_OnPreviewClosed_ @@ -84337,20 +74769,14 @@ references: name: GenericInternalWebBrowserPreviewControl() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericInternalWebBrowserPreviewControl__ctor commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.GenericInternalWebBrowserPreviewControl() - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.New() nameWithType: GenericInternalWebBrowserPreviewControl.GenericInternalWebBrowserPreviewControl() - nameWithType.vb: GenericInternalWebBrowserPreviewControl.New() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.#ctor* name: GenericInternalWebBrowserPreviewControl href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericInternalWebBrowserPreviewControl__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.GenericInternalWebBrowserPreviewControl - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.New nameWithType: GenericInternalWebBrowserPreviewControl.GenericInternalWebBrowserPreviewControl - nameWithType.vb: GenericInternalWebBrowserPreviewControl.New - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.Control name: Control href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericInternalWebBrowserPreviewControl_Control @@ -84370,14 +74796,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.Dispose() nameWithType: GenericInternalWebBrowserPreviewControl.Dispose() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericInternalWebBrowserPreviewControl_Dispose_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.Dispose(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.Dispose(Boolean) - nameWithType: GenericInternalWebBrowserPreviewControl.Dispose(bool) - nameWithType.vb: GenericInternalWebBrowserPreviewControl.Dispose(Boolean) + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.Dispose(System.Boolean) + nameWithType: GenericInternalWebBrowserPreviewControl.Dispose(Boolean) - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.Dispose* name: Dispose href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericInternalWebBrowserPreviewControl_Dispose_ @@ -84385,20 +74808,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.Dispose nameWithType: GenericInternalWebBrowserPreviewControl.Dispose - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.Finalize - name: ~GenericInternalWebBrowserPreviewControl() + name: Finalize() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericInternalWebBrowserPreviewControl_Finalize commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.Finalize - name.vb: '' - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.~GenericInternalWebBrowserPreviewControl() - fullName.vb: '' - nameWithType: GenericInternalWebBrowserPreviewControl.~GenericInternalWebBrowserPreviewControl() - nameWithType.vb: '' + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.Finalize() + nameWithType: GenericInternalWebBrowserPreviewControl.Finalize() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.Finalize* - name: ~GenericInternalWebBrowserPreviewControl + name: Finalize href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericInternalWebBrowserPreviewControl_Finalize_ commentId: Overload:Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.Finalize - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.~GenericInternalWebBrowserPreviewControl - nameWithType: GenericInternalWebBrowserPreviewControl.~GenericInternalWebBrowserPreviewControl + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.Finalize + nameWithType: GenericInternalWebBrowserPreviewControl.Finalize - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.InitialHtmlPage name: InitialHtmlPage href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericInternalWebBrowserPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericInternalWebBrowserPreviewControl_InitialHtmlPage @@ -84445,20 +74865,14 @@ references: name: GenericSideBySideWebBrowserPreviewControl() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericSideBySideWebBrowserPreviewControl__ctor commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.GenericSideBySideWebBrowserPreviewControl() - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.New() nameWithType: GenericSideBySideWebBrowserPreviewControl.GenericSideBySideWebBrowserPreviewControl() - nameWithType.vb: GenericSideBySideWebBrowserPreviewControl.New() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.#ctor* name: GenericSideBySideWebBrowserPreviewControl href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericSideBySideWebBrowserPreviewControl__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.GenericSideBySideWebBrowserPreviewControl - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.New nameWithType: GenericSideBySideWebBrowserPreviewControl.GenericSideBySideWebBrowserPreviewControl - nameWithType.vb: GenericSideBySideWebBrowserPreviewControl.New - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.Control name: Control href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericSideBySideWebBrowserPreviewControl_Control @@ -84478,14 +74892,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.Dispose() nameWithType: GenericSideBySideWebBrowserPreviewControl.Dispose() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericSideBySideWebBrowserPreviewControl_Dispose_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.Dispose(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.Dispose(Boolean) - nameWithType: GenericSideBySideWebBrowserPreviewControl.Dispose(bool) - nameWithType.vb: GenericSideBySideWebBrowserPreviewControl.Dispose(Boolean) + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.Dispose(System.Boolean) + nameWithType: GenericSideBySideWebBrowserPreviewControl.Dispose(Boolean) - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.Dispose* name: Dispose href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericSideBySideWebBrowserPreviewControl_Dispose_ @@ -84493,20 +74904,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.Dispose nameWithType: GenericSideBySideWebBrowserPreviewControl.Dispose - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.Finalize - name: ~GenericSideBySideWebBrowserPreviewControl() + name: Finalize() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericSideBySideWebBrowserPreviewControl_Finalize commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.Finalize - name.vb: '' - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.~GenericSideBySideWebBrowserPreviewControl() - fullName.vb: '' - nameWithType: GenericSideBySideWebBrowserPreviewControl.~GenericSideBySideWebBrowserPreviewControl() - nameWithType.vb: '' + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.Finalize() + nameWithType: GenericSideBySideWebBrowserPreviewControl.Finalize() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.Finalize* - name: ~GenericSideBySideWebBrowserPreviewControl + name: Finalize href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericSideBySideWebBrowserPreviewControl_Finalize_ commentId: Overload:Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.Finalize - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.~GenericSideBySideWebBrowserPreviewControl - nameWithType: GenericSideBySideWebBrowserPreviewControl.~GenericSideBySideWebBrowserPreviewControl + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.Finalize + nameWithType: GenericSideBySideWebBrowserPreviewControl.Finalize - uid: Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.InitialHtmlPage name: InitialHtmlPage href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.GenericSideBySideWebBrowserPreviewControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_GenericSideBySideWebBrowserPreviewControl_InitialHtmlPage @@ -84583,20 +74991,14 @@ references: name: MsOfficeExternalPreviewApplication() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.html#Sdl_FileTypeSupport_Framework_PreviewControls_MsOfficeExternalPreviewApplication__ctor commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.MsOfficeExternalPreviewApplication() - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.New() nameWithType: MsOfficeExternalPreviewApplication.MsOfficeExternalPreviewApplication() - nameWithType.vb: MsOfficeExternalPreviewApplication.New() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.#ctor* name: MsOfficeExternalPreviewApplication href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.html#Sdl_FileTypeSupport_Framework_PreviewControls_MsOfficeExternalPreviewApplication__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.MsOfficeExternalPreviewApplication - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.New nameWithType: MsOfficeExternalPreviewApplication.MsOfficeExternalPreviewApplication - nameWithType.vb: MsOfficeExternalPreviewApplication.New - uid: Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.DdeSwitch name: DdeSwitch href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.MsOfficeExternalPreviewApplication.html#Sdl_FileTypeSupport_Framework_PreviewControls_MsOfficeExternalPreviewApplication_DdeSwitch @@ -84631,29 +75033,20 @@ references: name: NavigableDualBrowserControl() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_NavigableDualBrowserControl__ctor commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.NavigableDualBrowserControl() - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.New() nameWithType: NavigableDualBrowserControl.NavigableDualBrowserControl() - nameWithType.vb: NavigableDualBrowserControl.New() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.#ctor* name: NavigableDualBrowserControl href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_NavigableDualBrowserControl__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.NavigableDualBrowserControl - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.New nameWithType: NavigableDualBrowserControl.NavigableDualBrowserControl - nameWithType.vb: NavigableDualBrowserControl.New - uid: Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_NavigableDualBrowserControl_Dispose_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.Dispose(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.Dispose(Boolean) - nameWithType: NavigableDualBrowserControl.Dispose(bool) - nameWithType.vb: NavigableDualBrowserControl.Dispose(Boolean) + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.Dispose(System.Boolean) + nameWithType: NavigableDualBrowserControl.Dispose(Boolean) - uid: Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.Dispose* name: Dispose href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_NavigableDualBrowserControl_Dispose_ @@ -84745,14 +75138,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.SelectedSegmentId nameWithType: NavigableDualBrowserControl.SelectedSegmentId - uid: Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.SelectSegment(System.String) - name: SelectSegment(string) + name: SelectSegment(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_NavigableDualBrowserControl_SelectSegment_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.SelectSegment(System.String) - name.vb: SelectSegment(String) - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.SelectSegment(string) - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.SelectSegment(String) - nameWithType: NavigableDualBrowserControl.SelectSegment(string) - nameWithType.vb: NavigableDualBrowserControl.SelectSegment(String) + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.SelectSegment(System.String) + nameWithType: NavigableDualBrowserControl.SelectSegment(String) - uid: Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.SelectSegment* name: SelectSegment href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.NavigableDualBrowserControl.html#Sdl_FileTypeSupport_Framework_PreviewControls_NavigableDualBrowserControl_SelectSegment_ @@ -84811,20 +75201,14 @@ references: name: SideBySideNavigableWebBrowserPreviewController() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.html#Sdl_FileTypeSupport_Framework_PreviewControls_SideBySideNavigableWebBrowserPreviewController__ctor commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.SideBySideNavigableWebBrowserPreviewController() - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.New() nameWithType: SideBySideNavigableWebBrowserPreviewController.SideBySideNavigableWebBrowserPreviewController() - nameWithType.vb: SideBySideNavigableWebBrowserPreviewController.New() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.#ctor* name: SideBySideNavigableWebBrowserPreviewController href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.html#Sdl_FileTypeSupport_Framework_PreviewControls_SideBySideNavigableWebBrowserPreviewController__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.SideBySideNavigableWebBrowserPreviewController - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.New nameWithType: SideBySideNavigableWebBrowserPreviewController.SideBySideNavigableWebBrowserPreviewController - nameWithType.vb: SideBySideNavigableWebBrowserPreviewController.New - uid: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.Control name: Control href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.html#Sdl_FileTypeSupport_Framework_PreviewControls_SideBySideNavigableWebBrowserPreviewController_Control @@ -84844,14 +75228,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.Dispose() nameWithType: SideBySideNavigableWebBrowserPreviewController.Dispose() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.html#Sdl_FileTypeSupport_Framework_PreviewControls_SideBySideNavigableWebBrowserPreviewController_Dispose_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.Dispose(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.Dispose(Boolean) - nameWithType: SideBySideNavigableWebBrowserPreviewController.Dispose(bool) - nameWithType.vb: SideBySideNavigableWebBrowserPreviewController.Dispose(Boolean) + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.Dispose(System.Boolean) + nameWithType: SideBySideNavigableWebBrowserPreviewController.Dispose(Boolean) - uid: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.Dispose* name: Dispose href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.html#Sdl_FileTypeSupport_Framework_PreviewControls_SideBySideNavigableWebBrowserPreviewController_Dispose_ @@ -84859,20 +75240,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.Dispose nameWithType: SideBySideNavigableWebBrowserPreviewController.Dispose - uid: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.Finalize - name: ~SideBySideNavigableWebBrowserPreviewController() + name: Finalize() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.html#Sdl_FileTypeSupport_Framework_PreviewControls_SideBySideNavigableWebBrowserPreviewController_Finalize commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.Finalize - name.vb: '' - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.~SideBySideNavigableWebBrowserPreviewController() - fullName.vb: '' - nameWithType: SideBySideNavigableWebBrowserPreviewController.~SideBySideNavigableWebBrowserPreviewController() - nameWithType.vb: '' + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.Finalize() + nameWithType: SideBySideNavigableWebBrowserPreviewController.Finalize() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.Finalize* - name: ~SideBySideNavigableWebBrowserPreviewController + name: Finalize href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.html#Sdl_FileTypeSupport_Framework_PreviewControls_SideBySideNavigableWebBrowserPreviewController_Finalize_ commentId: Overload:Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.Finalize - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.~SideBySideNavigableWebBrowserPreviewController - nameWithType: SideBySideNavigableWebBrowserPreviewController.~SideBySideNavigableWebBrowserPreviewController + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.Finalize + nameWithType: SideBySideNavigableWebBrowserPreviewController.Finalize - uid: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.InitialHtmlPage name: InitialHtmlPage href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.html#Sdl_FileTypeSupport_Framework_PreviewControls_SideBySideNavigableWebBrowserPreviewController_InitialHtmlPage @@ -84898,14 +75276,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.NavigateToSegment nameWithType: SideBySideNavigableWebBrowserPreviewController.NavigateToSegment - uid: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.OnSegmentSelected(System.Object,Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs) - name: OnSegmentSelected(object, SegmentSelectedEventArgs) + name: OnSegmentSelected(Object, SegmentSelectedEventArgs) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.html#Sdl_FileTypeSupport_Framework_PreviewControls_SideBySideNavigableWebBrowserPreviewController_OnSegmentSelected_System_Object_Sdl_FileTypeSupport_Framework_IntegrationApi_SegmentSelectedEventArgs_ commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.OnSegmentSelected(System.Object,Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs) - name.vb: OnSegmentSelected(Object, SegmentSelectedEventArgs) - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.OnSegmentSelected(object, Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs) - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.OnSegmentSelected(Object, Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs) - nameWithType: SideBySideNavigableWebBrowserPreviewController.OnSegmentSelected(object, SegmentSelectedEventArgs) - nameWithType.vb: SideBySideNavigableWebBrowserPreviewController.OnSegmentSelected(Object, SegmentSelectedEventArgs) + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.OnSegmentSelected(System.Object, Sdl.FileTypeSupport.Framework.IntegrationApi.SegmentSelectedEventArgs) + nameWithType: SideBySideNavigableWebBrowserPreviewController.OnSegmentSelected(Object, SegmentSelectedEventArgs) - uid: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.OnSegmentSelected* name: OnSegmentSelected href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideNavigableWebBrowserPreviewController.html#Sdl_FileTypeSupport_Framework_PreviewControls_SideBySideNavigableWebBrowserPreviewController_OnSegmentSelected_ @@ -84988,20 +75363,14 @@ references: name: SideBySideRealtimeWebBrowserPreviewController() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.html#Sdl_FileTypeSupport_Framework_PreviewControls_SideBySideRealtimeWebBrowserPreviewController__ctor commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.SideBySideRealtimeWebBrowserPreviewController() - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.New() nameWithType: SideBySideRealtimeWebBrowserPreviewController.SideBySideRealtimeWebBrowserPreviewController() - nameWithType.vb: SideBySideRealtimeWebBrowserPreviewController.New() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.#ctor* name: SideBySideRealtimeWebBrowserPreviewController href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.html#Sdl_FileTypeSupport_Framework_PreviewControls_SideBySideRealtimeWebBrowserPreviewController__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.SideBySideRealtimeWebBrowserPreviewController - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.New nameWithType: SideBySideRealtimeWebBrowserPreviewController.SideBySideRealtimeWebBrowserPreviewController - nameWithType.vb: SideBySideRealtimeWebBrowserPreviewController.New - uid: Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.AfterFileRefresh name: AfterFileRefresh() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.SideBySideRealtimeWebBrowserPreviewController.html#Sdl_FileTypeSupport_Framework_PreviewControls_SideBySideRealtimeWebBrowserPreviewController_AfterFileRefresh @@ -85048,20 +75417,14 @@ references: name: TempFileProperties() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.html#Sdl_FileTypeSupport_Framework_PreviewControls_TempFileProperties__ctor commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.TempFileProperties() - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.New() nameWithType: TempFileProperties.TempFileProperties() - nameWithType.vb: TempFileProperties.New() - uid: Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.#ctor* name: TempFileProperties href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.html#Sdl_FileTypeSupport_Framework_PreviewControls_TempFileProperties__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.TempFileProperties - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.New nameWithType: TempFileProperties.TempFileProperties - nameWithType.vb: TempFileProperties.New - uid: Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.ExtensionMaps name: ExtensionMaps href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileProperties.html#Sdl_FileTypeSupport_Framework_PreviewControls_TempFileProperties_ExtensionMaps @@ -85117,13 +75480,13 @@ references: fullName: Sdl.FileTypeSupport.Framework.PreviewControls.TempFileUtils nameWithType: TempFileUtils - uid: Sdl.FileTypeSupport.Framework.PreviewControls.TempFileUtils.GetModifiedTempFilePath(System.String[],System.String) - name: GetModifiedTempFilePath(string[], string) + name: GetModifiedTempFilePath(String[], String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.PreviewControls.TempFileUtils.html#Sdl_FileTypeSupport_Framework_PreviewControls_TempFileUtils_GetModifiedTempFilePath_System_String___System_String_ commentId: M:Sdl.FileTypeSupport.Framework.PreviewControls.TempFileUtils.GetModifiedTempFilePath(System.String[],System.String) name.vb: GetModifiedTempFilePath(String(), String) - fullName: Sdl.FileTypeSupport.Framework.PreviewControls.TempFileUtils.GetModifiedTempFilePath(string[], string) - fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.TempFileUtils.GetModifiedTempFilePath(String(), String) - nameWithType: TempFileUtils.GetModifiedTempFilePath(string[], string) + fullName: Sdl.FileTypeSupport.Framework.PreviewControls.TempFileUtils.GetModifiedTempFilePath(System.String[], System.String) + fullName.vb: Sdl.FileTypeSupport.Framework.PreviewControls.TempFileUtils.GetModifiedTempFilePath(System.String(), System.String) + nameWithType: TempFileUtils.GetModifiedTempFilePath(String[], String) nameWithType.vb: TempFileUtils.GetModifiedTempFilePath(String(), String) - uid: Sdl.FileTypeSupport.Framework.PreviewControls.TempFileUtils.GetModifiedTempFilePath* name: GetModifiedTempFilePath @@ -85141,38 +75504,26 @@ references: name: TempFileManager() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html#Sdl_FileTypeSupport_Framework_TempFileManager__ctor commentId: M:Sdl.FileTypeSupport.Framework.TempFileManager.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.TempFileManager.TempFileManager() - fullName.vb: Sdl.FileTypeSupport.Framework.TempFileManager.New() nameWithType: TempFileManager.TempFileManager() - nameWithType.vb: TempFileManager.New() - uid: Sdl.FileTypeSupport.Framework.TempFileManager.#ctor(System.String) - name: TempFileManager(string) + name: TempFileManager(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html#Sdl_FileTypeSupport_Framework_TempFileManager__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.TempFileManager.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.TempFileManager.TempFileManager(string) - fullName.vb: Sdl.FileTypeSupport.Framework.TempFileManager.New(String) - nameWithType: TempFileManager.TempFileManager(string) - nameWithType.vb: TempFileManager.New(String) + fullName: Sdl.FileTypeSupport.Framework.TempFileManager.TempFileManager(System.String) + nameWithType: TempFileManager.TempFileManager(String) - uid: Sdl.FileTypeSupport.Framework.TempFileManager.#ctor(System.String,System.Boolean) - name: TempFileManager(string, bool) + name: TempFileManager(String, Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html#Sdl_FileTypeSupport_Framework_TempFileManager__ctor_System_String_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.TempFileManager.#ctor(System.String,System.Boolean) - name.vb: New(String, Boolean) - fullName: Sdl.FileTypeSupport.Framework.TempFileManager.TempFileManager(string, bool) - fullName.vb: Sdl.FileTypeSupport.Framework.TempFileManager.New(String, Boolean) - nameWithType: TempFileManager.TempFileManager(string, bool) - nameWithType.vb: TempFileManager.New(String, Boolean) + fullName: Sdl.FileTypeSupport.Framework.TempFileManager.TempFileManager(System.String, System.Boolean) + nameWithType: TempFileManager.TempFileManager(String, Boolean) - uid: Sdl.FileTypeSupport.Framework.TempFileManager.#ctor* name: TempFileManager href: api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html#Sdl_FileTypeSupport_Framework_TempFileManager__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.TempFileManager.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.TempFileManager.TempFileManager - fullName.vb: Sdl.FileTypeSupport.Framework.TempFileManager.New nameWithType: TempFileManager.TempFileManager - nameWithType.vb: TempFileManager.New - uid: Sdl.FileTypeSupport.Framework.TempFileManager.AutoDeleteNonLockedFiles name: AutoDeleteNonLockedFiles() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html#Sdl_FileTypeSupport_Framework_TempFileManager_AutoDeleteNonLockedFiles @@ -85228,14 +75579,11 @@ references: fullName: Sdl.FileTypeSupport.Framework.TempFileManager.Dispose() nameWithType: TempFileManager.Dispose() - uid: Sdl.FileTypeSupport.Framework.TempFileManager.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html#Sdl_FileTypeSupport_Framework_TempFileManager_Dispose_System_Boolean_ commentId: M:Sdl.FileTypeSupport.Framework.TempFileManager.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.FileTypeSupport.Framework.TempFileManager.Dispose(bool) - fullName.vb: Sdl.FileTypeSupport.Framework.TempFileManager.Dispose(Boolean) - nameWithType: TempFileManager.Dispose(bool) - nameWithType.vb: TempFileManager.Dispose(Boolean) + fullName: Sdl.FileTypeSupport.Framework.TempFileManager.Dispose(System.Boolean) + nameWithType: TempFileManager.Dispose(Boolean) - uid: Sdl.FileTypeSupport.Framework.TempFileManager.Dispose* name: Dispose href: api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html#Sdl_FileTypeSupport_Framework_TempFileManager_Dispose_ @@ -85267,20 +75615,17 @@ references: fullName: Sdl.FileTypeSupport.Framework.TempFileManager.FileProcess nameWithType: TempFileManager.FileProcess - uid: Sdl.FileTypeSupport.Framework.TempFileManager.Finalize - name: ~TempFileManager() + name: Finalize() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html#Sdl_FileTypeSupport_Framework_TempFileManager_Finalize commentId: M:Sdl.FileTypeSupport.Framework.TempFileManager.Finalize - name.vb: '' - fullName: Sdl.FileTypeSupport.Framework.TempFileManager.~TempFileManager() - fullName.vb: '' - nameWithType: TempFileManager.~TempFileManager() - nameWithType.vb: '' + fullName: Sdl.FileTypeSupport.Framework.TempFileManager.Finalize() + nameWithType: TempFileManager.Finalize() - uid: Sdl.FileTypeSupport.Framework.TempFileManager.Finalize* - name: ~TempFileManager + name: Finalize href: api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html#Sdl_FileTypeSupport_Framework_TempFileManager_Finalize_ commentId: Overload:Sdl.FileTypeSupport.Framework.TempFileManager.Finalize - fullName: Sdl.FileTypeSupport.Framework.TempFileManager.~TempFileManager - nameWithType: TempFileManager.~TempFileManager + fullName: Sdl.FileTypeSupport.Framework.TempFileManager.Finalize + nameWithType: TempFileManager.Finalize - uid: Sdl.FileTypeSupport.Framework.TempFileManager.Locked name: Locked href: api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html#Sdl_FileTypeSupport_Framework_TempFileManager_Locked @@ -85321,11 +75666,11 @@ references: name: TakeOverManagedFile(ref TempFileManager, TempFileManager) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html#Sdl_FileTypeSupport_Framework_TempFileManager_TakeOverManagedFile_Sdl_FileTypeSupport_Framework_TempFileManager__Sdl_FileTypeSupport_Framework_TempFileManager_ commentId: M:Sdl.FileTypeSupport.Framework.TempFileManager.TakeOverManagedFile(Sdl.FileTypeSupport.Framework.TempFileManager@,Sdl.FileTypeSupport.Framework.TempFileManager) - name.vb: TakeOverManagedFile(TempFileManager, TempFileManager) + name.vb: TakeOverManagedFile(ByRef TempFileManager, TempFileManager) fullName: Sdl.FileTypeSupport.Framework.TempFileManager.TakeOverManagedFile(ref Sdl.FileTypeSupport.Framework.TempFileManager, Sdl.FileTypeSupport.Framework.TempFileManager) - fullName.vb: Sdl.FileTypeSupport.Framework.TempFileManager.TakeOverManagedFile(Sdl.FileTypeSupport.Framework.TempFileManager, Sdl.FileTypeSupport.Framework.TempFileManager) + fullName.vb: Sdl.FileTypeSupport.Framework.TempFileManager.TakeOverManagedFile(ByRef Sdl.FileTypeSupport.Framework.TempFileManager, Sdl.FileTypeSupport.Framework.TempFileManager) nameWithType: TempFileManager.TakeOverManagedFile(ref TempFileManager, TempFileManager) - nameWithType.vb: TempFileManager.TakeOverManagedFile(TempFileManager, TempFileManager) + nameWithType.vb: TempFileManager.TakeOverManagedFile(ByRef TempFileManager, TempFileManager) - uid: Sdl.FileTypeSupport.Framework.TempFileManager.TakeOverManagedFile* name: TakeOverManagedFile href: api/filetypesupport/Sdl.FileTypeSupport.Framework.TempFileManager.html#Sdl_FileTypeSupport_Framework_TempFileManager_TakeOverManagedFile_ @@ -85342,47 +75687,32 @@ references: name: UserCancelledException() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.UserCancelledException.html#Sdl_FileTypeSupport_Framework_UserCancelledException__ctor commentId: M:Sdl.FileTypeSupport.Framework.UserCancelledException.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.UserCancelledException.UserCancelledException() - fullName.vb: Sdl.FileTypeSupport.Framework.UserCancelledException.New() nameWithType: UserCancelledException.UserCancelledException() - nameWithType.vb: UserCancelledException.New() - uid: Sdl.FileTypeSupport.Framework.UserCancelledException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: UserCancelledException(SerializationInfo, StreamingContext) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.UserCancelledException.html#Sdl_FileTypeSupport_Framework_UserCancelledException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.FileTypeSupport.Framework.UserCancelledException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.FileTypeSupport.Framework.UserCancelledException.UserCancelledException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.FileTypeSupport.Framework.UserCancelledException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: UserCancelledException.UserCancelledException(SerializationInfo, StreamingContext) - nameWithType.vb: UserCancelledException.New(SerializationInfo, StreamingContext) - uid: Sdl.FileTypeSupport.Framework.UserCancelledException.#ctor(System.String) - name: UserCancelledException(string) + name: UserCancelledException(String) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.UserCancelledException.html#Sdl_FileTypeSupport_Framework_UserCancelledException__ctor_System_String_ commentId: M:Sdl.FileTypeSupport.Framework.UserCancelledException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.FileTypeSupport.Framework.UserCancelledException.UserCancelledException(string) - fullName.vb: Sdl.FileTypeSupport.Framework.UserCancelledException.New(String) - nameWithType: UserCancelledException.UserCancelledException(string) - nameWithType.vb: UserCancelledException.New(String) + fullName: Sdl.FileTypeSupport.Framework.UserCancelledException.UserCancelledException(System.String) + nameWithType: UserCancelledException.UserCancelledException(String) - uid: Sdl.FileTypeSupport.Framework.UserCancelledException.#ctor(System.String,System.Exception) - name: UserCancelledException(string, Exception) + name: UserCancelledException(String, Exception) href: api/filetypesupport/Sdl.FileTypeSupport.Framework.UserCancelledException.html#Sdl_FileTypeSupport_Framework_UserCancelledException__ctor_System_String_System_Exception_ commentId: M:Sdl.FileTypeSupport.Framework.UserCancelledException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.FileTypeSupport.Framework.UserCancelledException.UserCancelledException(string, System.Exception) - fullName.vb: Sdl.FileTypeSupport.Framework.UserCancelledException.New(String, System.Exception) - nameWithType: UserCancelledException.UserCancelledException(string, Exception) - nameWithType.vb: UserCancelledException.New(String, Exception) + fullName: Sdl.FileTypeSupport.Framework.UserCancelledException.UserCancelledException(System.String, System.Exception) + nameWithType: UserCancelledException.UserCancelledException(String, Exception) - uid: Sdl.FileTypeSupport.Framework.UserCancelledException.#ctor* name: UserCancelledException href: api/filetypesupport/Sdl.FileTypeSupport.Framework.UserCancelledException.html#Sdl_FileTypeSupport_Framework_UserCancelledException__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.UserCancelledException.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.UserCancelledException.UserCancelledException - fullName.vb: Sdl.FileTypeSupport.Framework.UserCancelledException.New nameWithType: UserCancelledException.UserCancelledException - nameWithType.vb: UserCancelledException.New - uid: Sdl.FileTypeSupport.Framework.VersionInfo name: VersionInfo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.VersionInfo.html @@ -85393,20 +75723,14 @@ references: name: VersionInfo() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.VersionInfo.html#Sdl_FileTypeSupport_Framework_VersionInfo__ctor commentId: M:Sdl.FileTypeSupport.Framework.VersionInfo.#ctor - name.vb: New() fullName: Sdl.FileTypeSupport.Framework.VersionInfo.VersionInfo() - fullName.vb: Sdl.FileTypeSupport.Framework.VersionInfo.New() nameWithType: VersionInfo.VersionInfo() - nameWithType.vb: VersionInfo.New() - uid: Sdl.FileTypeSupport.Framework.VersionInfo.#ctor* name: VersionInfo href: api/filetypesupport/Sdl.FileTypeSupport.Framework.VersionInfo.html#Sdl_FileTypeSupport_Framework_VersionInfo__ctor_ commentId: Overload:Sdl.FileTypeSupport.Framework.VersionInfo.#ctor - name.vb: New fullName: Sdl.FileTypeSupport.Framework.VersionInfo.VersionInfo - fullName.vb: Sdl.FileTypeSupport.Framework.VersionInfo.New nameWithType: VersionInfo.VersionInfo - nameWithType.vb: VersionInfo.New - uid: Sdl.FileTypeSupport.Framework.VersionInfo.GetFrameworkVersion name: GetFrameworkVersion() href: api/filetypesupport/Sdl.FileTypeSupport.Framework.VersionInfo.html#Sdl_FileTypeSupport_Framework_VersionInfo_GetFrameworkVersion @@ -85443,18 +75767,6 @@ references: commentId: Overload:Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.AccessToken fullName: Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.AccessToken nameWithType: ILanguageCloudIdentityApi.AccessToken -- uid: Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.ActiveAccountId - name: ActiveAccountId - href: api/integration/Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.html#Sdl_LanguageCloud_IdentityApi_ILanguageCloudIdentityApi_ActiveAccountId - commentId: P:Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.ActiveAccountId - fullName: Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.ActiveAccountId - nameWithType: ILanguageCloudIdentityApi.ActiveAccountId -- uid: Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.ActiveAccountId* - name: ActiveAccountId - href: api/integration/Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.html#Sdl_LanguageCloud_IdentityApi_ILanguageCloudIdentityApi_ActiveAccountId_ - commentId: Overload:Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.ActiveAccountId - fullName: Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.ActiveAccountId - nameWithType: ILanguageCloudIdentityApi.ActiveAccountId - uid: Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.ActiveTenantId name: ActiveTenantId href: api/integration/Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.html#Sdl_LanguageCloud_IdentityApi_ILanguageCloudIdentityApi_ActiveTenantId @@ -85570,14 +75882,14 @@ references: fullName: Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.StudioClientId nameWithType: ILanguageCloudIdentityApi.StudioClientId - uid: Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.TryLogin(System.String@,System.Boolean) - name: TryLogin(out string, bool) + name: TryLogin(out String, Boolean) href: api/integration/Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.html#Sdl_LanguageCloud_IdentityApi_ILanguageCloudIdentityApi_TryLogin_System_String__System_Boolean_ commentId: M:Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.TryLogin(System.String@,System.Boolean) - name.vb: TryLogin(String, Boolean) - fullName: Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.TryLogin(out string, bool) - fullName.vb: Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.TryLogin(String, Boolean) - nameWithType: ILanguageCloudIdentityApi.TryLogin(out string, bool) - nameWithType.vb: ILanguageCloudIdentityApi.TryLogin(String, Boolean) + name.vb: TryLogin(ByRef String, Boolean) + fullName: Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.TryLogin(out System.String, System.Boolean) + fullName.vb: Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.TryLogin(ByRef System.String, System.Boolean) + nameWithType: ILanguageCloudIdentityApi.TryLogin(out String, Boolean) + nameWithType.vb: ILanguageCloudIdentityApi.TryLogin(ByRef String, Boolean) - uid: Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.TryLogin* name: TryLogin href: api/integration/Sdl.LanguageCloud.IdentityApi.ILanguageCloudIdentityApi.html#Sdl_LanguageCloud_IdentityApi_ILanguageCloudIdentityApi_TryLogin_ @@ -85771,14 +76083,14 @@ references: fullName: Sdl.LanguageCloud.IdentityApi.LanguageCloudIdentityApi.StudioClientId nameWithType: LanguageCloudIdentityApi.StudioClientId - uid: Sdl.LanguageCloud.IdentityApi.LanguageCloudIdentityApi.TryLogin(System.String@,System.Boolean) - name: TryLogin(out string, bool) + name: TryLogin(out String, Boolean) href: api/integration/Sdl.LanguageCloud.IdentityApi.LanguageCloudIdentityApi.html#Sdl_LanguageCloud_IdentityApi_LanguageCloudIdentityApi_TryLogin_System_String__System_Boolean_ commentId: M:Sdl.LanguageCloud.IdentityApi.LanguageCloudIdentityApi.TryLogin(System.String@,System.Boolean) - name.vb: TryLogin(String, Boolean) - fullName: Sdl.LanguageCloud.IdentityApi.LanguageCloudIdentityApi.TryLogin(out string, bool) - fullName.vb: Sdl.LanguageCloud.IdentityApi.LanguageCloudIdentityApi.TryLogin(String, Boolean) - nameWithType: LanguageCloudIdentityApi.TryLogin(out string, bool) - nameWithType.vb: LanguageCloudIdentityApi.TryLogin(String, Boolean) + name.vb: TryLogin(ByRef String, Boolean) + fullName: Sdl.LanguageCloud.IdentityApi.LanguageCloudIdentityApi.TryLogin(out System.String, System.Boolean) + fullName.vb: Sdl.LanguageCloud.IdentityApi.LanguageCloudIdentityApi.TryLogin(ByRef System.String, System.Boolean) + nameWithType: LanguageCloudIdentityApi.TryLogin(out String, Boolean) + nameWithType.vb: LanguageCloudIdentityApi.TryLogin(ByRef String, Boolean) - uid: Sdl.LanguageCloud.IdentityApi.LanguageCloudIdentityApi.TryLogin* name: TryLogin href: api/integration/Sdl.LanguageCloud.IdentityApi.LanguageCloudIdentityApi.html#Sdl_LanguageCloud_IdentityApi_LanguageCloudIdentityApi_TryLogin_ @@ -85795,20 +76107,14 @@ references: name: LoginData() href: api/integration/Sdl.LanguageCloud.IdentityApi.LoginData.html#Sdl_LanguageCloud_IdentityApi_LoginData__ctor commentId: M:Sdl.LanguageCloud.IdentityApi.LoginData.#ctor - name.vb: New() fullName: Sdl.LanguageCloud.IdentityApi.LoginData.LoginData() - fullName.vb: Sdl.LanguageCloud.IdentityApi.LoginData.New() nameWithType: LoginData.LoginData() - nameWithType.vb: LoginData.New() - uid: Sdl.LanguageCloud.IdentityApi.LoginData.#ctor* name: LoginData href: api/integration/Sdl.LanguageCloud.IdentityApi.LoginData.html#Sdl_LanguageCloud_IdentityApi_LoginData__ctor_ commentId: Overload:Sdl.LanguageCloud.IdentityApi.LoginData.#ctor - name.vb: New fullName: Sdl.LanguageCloud.IdentityApi.LoginData.LoginData - fullName.vb: Sdl.LanguageCloud.IdentityApi.LoginData.New nameWithType: LoginData.LoginData - nameWithType.vb: LoginData.New - uid: Sdl.LanguageCloud.IdentityApi.LoginData.AccessToken name: AccessToken href: api/integration/Sdl.LanguageCloud.IdentityApi.LoginData.html#Sdl_LanguageCloud_IdentityApi_LoginData_AccessToken @@ -85906,32 +76212,23 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.Case.Upper nameWithType: CharacterProperties.Case.Upper - uid: Sdl.LanguagePlatform.Core.CharacterProperties.GetCase(System.Char) - name: GetCase(char) + name: GetCase(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_GetCase_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.GetCase(System.Char) - name.vb: GetCase(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.GetCase(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.GetCase(Char) - nameWithType: CharacterProperties.GetCase(char) - nameWithType.vb: CharacterProperties.GetCase(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.GetCase(System.Char) + nameWithType: CharacterProperties.GetCase(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.GetCase(System.String) - name: GetCase(string) + name: GetCase(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_GetCase_System_String_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.GetCase(System.String) - name.vb: GetCase(String) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.GetCase(string) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.GetCase(String) - nameWithType: CharacterProperties.GetCase(string) - nameWithType.vb: CharacterProperties.GetCase(String) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.GetCase(System.String) + nameWithType: CharacterProperties.GetCase(String) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.GetCase(System.String,System.Int32) - name: GetCase(string, int) + name: GetCase(String, Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_GetCase_System_String_System_Int32_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.GetCase(System.String,System.Int32) - name.vb: GetCase(String, Integer) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.GetCase(string, int) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.GetCase(String, Integer) - nameWithType: CharacterProperties.GetCase(string, int) - nameWithType.vb: CharacterProperties.GetCase(String, Integer) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.GetCase(System.String, System.Int32) + nameWithType: CharacterProperties.GetCase(String, Int32) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.GetCase* name: GetCase href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_GetCase_ @@ -85939,13 +76236,13 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.GetCase nameWithType: CharacterProperties.GetCase - uid: Sdl.LanguagePlatform.Core.CharacterProperties.GetPrefixLength(System.String,System.Predicate{System.Char}) - name: GetPrefixLength(string, Predicate) + name: GetPrefixLength(String, Predicate) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_GetPrefixLength_System_String_System_Predicate_System_Char__ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.GetPrefixLength(System.String,System.Predicate{System.Char}) name.vb: GetPrefixLength(String, Predicate(Of Char)) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.GetPrefixLength(string, System.Predicate) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.GetPrefixLength(String, System.Predicate(Of Char)) - nameWithType: CharacterProperties.GetPrefixLength(string, Predicate) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.GetPrefixLength(System.String, System.Predicate) + fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.GetPrefixLength(System.String, System.Predicate(Of System.Char)) + nameWithType: CharacterProperties.GetPrefixLength(String, Predicate) nameWithType.vb: CharacterProperties.GetPrefixLength(String, Predicate(Of Char)) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.GetPrefixLength* name: GetPrefixLength @@ -85954,14 +76251,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.GetPrefixLength nameWithType: CharacterProperties.GetPrefixLength - uid: Sdl.LanguagePlatform.Core.CharacterProperties.GetUnicodeBlock(System.Char) - name: GetUnicodeBlock(char) + name: GetUnicodeBlock(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_GetUnicodeBlock_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.GetUnicodeBlock(System.Char) - name.vb: GetUnicodeBlock(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.GetUnicodeBlock(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.GetUnicodeBlock(Char) - nameWithType: CharacterProperties.GetUnicodeBlock(char) - nameWithType.vb: CharacterProperties.GetUnicodeBlock(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.GetUnicodeBlock(System.Char) + nameWithType: CharacterProperties.GetUnicodeBlock(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.GetUnicodeBlock* name: GetUnicodeBlock href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_GetUnicodeBlock_ @@ -85969,14 +76263,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.GetUnicodeBlock nameWithType: CharacterProperties.GetUnicodeBlock - uid: Sdl.LanguagePlatform.Core.CharacterProperties.GetUnicodeCategoryFromName(System.String) - name: GetUnicodeCategoryFromName(string) + name: GetUnicodeCategoryFromName(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_GetUnicodeCategoryFromName_System_String_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.GetUnicodeCategoryFromName(System.String) - name.vb: GetUnicodeCategoryFromName(String) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.GetUnicodeCategoryFromName(string) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.GetUnicodeCategoryFromName(String) - nameWithType: CharacterProperties.GetUnicodeCategoryFromName(string) - nameWithType.vb: CharacterProperties.GetUnicodeCategoryFromName(String) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.GetUnicodeCategoryFromName(System.String) + nameWithType: CharacterProperties.GetUnicodeCategoryFromName(String) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.GetUnicodeCategoryFromName* name: GetUnicodeCategoryFromName href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_GetUnicodeCategoryFromName_ @@ -85996,22 +76287,22 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.GetUnicodeCategoryName nameWithType: CharacterProperties.GetUnicodeCategoryName - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsAll(System.String,System.Int32,System.Predicate{System.Char}) - name: IsAll(string, int, Predicate) + name: IsAll(String, Int32, Predicate) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsAll_System_String_System_Int32_System_Predicate_System_Char__ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsAll(System.String,System.Int32,System.Predicate{System.Char}) - name.vb: IsAll(String, Integer, Predicate(Of Char)) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsAll(string, int, System.Predicate) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsAll(String, Integer, System.Predicate(Of Char)) - nameWithType: CharacterProperties.IsAll(string, int, Predicate) - nameWithType.vb: CharacterProperties.IsAll(String, Integer, Predicate(Of Char)) + name.vb: IsAll(String, Int32, Predicate(Of Char)) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsAll(System.String, System.Int32, System.Predicate) + fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsAll(System.String, System.Int32, System.Predicate(Of System.Char)) + nameWithType: CharacterProperties.IsAll(String, Int32, Predicate) + nameWithType.vb: CharacterProperties.IsAll(String, Int32, Predicate(Of Char)) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsAll(System.String,System.Predicate{System.Char}) - name: IsAll(string, Predicate) + name: IsAll(String, Predicate) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsAll_System_String_System_Predicate_System_Char__ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsAll(System.String,System.Predicate{System.Char}) name.vb: IsAll(String, Predicate(Of Char)) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsAll(string, System.Predicate) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsAll(String, System.Predicate(Of Char)) - nameWithType: CharacterProperties.IsAll(string, Predicate) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsAll(System.String, System.Predicate) + fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsAll(System.String, System.Predicate(Of System.Char)) + nameWithType: CharacterProperties.IsAll(String, Predicate) nameWithType.vb: CharacterProperties.IsAll(String, Predicate(Of Char)) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsAll* name: IsAll @@ -86020,14 +76311,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsAll nameWithType: CharacterProperties.IsAll - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsApostrophe(System.Char) - name: IsApostrophe(char) + name: IsApostrophe(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsApostrophe_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsApostrophe(System.Char) - name.vb: IsApostrophe(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsApostrophe(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsApostrophe(Char) - nameWithType: CharacterProperties.IsApostrophe(char) - nameWithType.vb: CharacterProperties.IsApostrophe(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsApostrophe(System.Char) + nameWithType: CharacterProperties.IsApostrophe(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsApostrophe* name: IsApostrophe href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsApostrophe_ @@ -86035,14 +76323,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsApostrophe nameWithType: CharacterProperties.IsApostrophe - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsBlank(System.Char) - name: IsBlank(char) + name: IsBlank(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsBlank_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsBlank(System.Char) - name.vb: IsBlank(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsBlank(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsBlank(Char) - nameWithType: CharacterProperties.IsBlank(char) - nameWithType.vb: CharacterProperties.IsBlank(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsBlank(System.Char) + nameWithType: CharacterProperties.IsBlank(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsBlank* name: IsBlank href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsBlank_ @@ -86050,14 +76335,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsBlank nameWithType: CharacterProperties.IsBlank - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsBrace(System.Char) - name: IsBrace(char) + name: IsBrace(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsBrace_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsBrace(System.Char) - name.vb: IsBrace(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsBrace(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsBrace(Char) - nameWithType: CharacterProperties.IsBrace(char) - nameWithType.vb: CharacterProperties.IsBrace(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsBrace(System.Char) + nameWithType: CharacterProperties.IsBrace(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsBrace* name: IsBrace href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsBrace_ @@ -86065,14 +76347,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsBrace nameWithType: CharacterProperties.IsBrace - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsBracket(System.Char) - name: IsBracket(char) + name: IsBracket(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsBracket_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsBracket(System.Char) - name.vb: IsBracket(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsBracket(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsBracket(Char) - nameWithType: CharacterProperties.IsBracket(char) - nameWithType.vb: CharacterProperties.IsBracket(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsBracket(System.Char) + nameWithType: CharacterProperties.IsBracket(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsBracket* name: IsBracket href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsBracket_ @@ -86080,14 +76359,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsBracket nameWithType: CharacterProperties.IsBracket - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsCJKChar(System.Char) - name: IsCJKChar(char) + name: IsCJKChar(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsCJKChar_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsCJKChar(System.Char) - name.vb: IsCJKChar(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsCJKChar(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsCJKChar(Char) - nameWithType: CharacterProperties.IsCJKChar(char) - nameWithType.vb: CharacterProperties.IsCJKChar(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsCJKChar(System.Char) + nameWithType: CharacterProperties.IsCJKChar(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsCJKChar* name: IsCJKChar href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsCJKChar_ @@ -86095,14 +76371,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsCJKChar nameWithType: CharacterProperties.IsCJKChar - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsCJKPunctuation(System.Char) - name: IsCJKPunctuation(char) + name: IsCJKPunctuation(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsCJKPunctuation_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsCJKPunctuation(System.Char) - name.vb: IsCJKPunctuation(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsCJKPunctuation(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsCJKPunctuation(Char) - nameWithType: CharacterProperties.IsCJKPunctuation(char) - nameWithType.vb: CharacterProperties.IsCJKPunctuation(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsCJKPunctuation(System.Char) + nameWithType: CharacterProperties.IsCJKPunctuation(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsCJKPunctuation* name: IsCJKPunctuation href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsCJKPunctuation_ @@ -86110,14 +76383,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsCJKPunctuation nameWithType: CharacterProperties.IsCJKPunctuation - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingBracket(System.Char) - name: IsClosingBracket(char) + name: IsClosingBracket(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsClosingBracket_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingBracket(System.Char) - name.vb: IsClosingBracket(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingBracket(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingBracket(Char) - nameWithType: CharacterProperties.IsClosingBracket(char) - nameWithType.vb: CharacterProperties.IsClosingBracket(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingBracket(System.Char) + nameWithType: CharacterProperties.IsClosingBracket(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingBracket* name: IsClosingBracket href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsClosingBracket_ @@ -86125,14 +76395,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingBracket nameWithType: CharacterProperties.IsClosingBracket - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingParenthesis(System.Char) - name: IsClosingParenthesis(char) + name: IsClosingParenthesis(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsClosingParenthesis_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingParenthesis(System.Char) - name.vb: IsClosingParenthesis(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingParenthesis(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingParenthesis(Char) - nameWithType: CharacterProperties.IsClosingParenthesis(char) - nameWithType.vb: CharacterProperties.IsClosingParenthesis(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingParenthesis(System.Char) + nameWithType: CharacterProperties.IsClosingParenthesis(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingParenthesis* name: IsClosingParenthesis href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsClosingParenthesis_ @@ -86140,14 +76407,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingParenthesis nameWithType: CharacterProperties.IsClosingParenthesis - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingQuote(System.Char) - name: IsClosingQuote(char) + name: IsClosingQuote(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsClosingQuote_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingQuote(System.Char) - name.vb: IsClosingQuote(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingQuote(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingQuote(Char) - nameWithType: CharacterProperties.IsClosingQuote(char) - nameWithType.vb: CharacterProperties.IsClosingQuote(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingQuote(System.Char) + nameWithType: CharacterProperties.IsClosingQuote(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingQuote* name: IsClosingQuote href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsClosingQuote_ @@ -86155,14 +76419,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsClosingQuote nameWithType: CharacterProperties.IsClosingQuote - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsColon(System.Char) - name: IsColon(char) + name: IsColon(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsColon_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsColon(System.Char) - name.vb: IsColon(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsColon(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsColon(Char) - nameWithType: CharacterProperties.IsColon(char) - nameWithType.vb: CharacterProperties.IsColon(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsColon(System.Char) + nameWithType: CharacterProperties.IsColon(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsColon* name: IsColon href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsColon_ @@ -86170,14 +76431,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsColon nameWithType: CharacterProperties.IsColon - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsComma(System.Char) - name: IsComma(char) + name: IsComma(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsComma_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsComma(System.Char) - name.vb: IsComma(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsComma(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsComma(Char) - nameWithType: CharacterProperties.IsComma(char) - nameWithType.vb: CharacterProperties.IsComma(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsComma(System.Char) + nameWithType: CharacterProperties.IsComma(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsComma* name: IsComma href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsComma_ @@ -86185,14 +76443,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsComma nameWithType: CharacterProperties.IsComma - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsDash(System.Char) - name: IsDash(char) + name: IsDash(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsDash_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsDash(System.Char) - name.vb: IsDash(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsDash(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsDash(Char) - nameWithType: CharacterProperties.IsDash(char) - nameWithType.vb: CharacterProperties.IsDash(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsDash(System.Char) + nameWithType: CharacterProperties.IsDash(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsDash* name: IsDash href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsDash_ @@ -86200,14 +76455,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsDash nameWithType: CharacterProperties.IsDash - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsDot(System.Char) - name: IsDot(char) + name: IsDot(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsDot_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsDot(System.Char) - name.vb: IsDot(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsDot(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsDot(Char) - nameWithType: CharacterProperties.IsDot(char) - nameWithType.vb: CharacterProperties.IsDot(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsDot(System.Char) + nameWithType: CharacterProperties.IsDot(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsDot* name: IsDot href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsDot_ @@ -86215,14 +76467,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsDot nameWithType: CharacterProperties.IsDot - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsDoubleQuote(System.Char) - name: IsDoubleQuote(char) + name: IsDoubleQuote(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsDoubleQuote_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsDoubleQuote(System.Char) - name.vb: IsDoubleQuote(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsDoubleQuote(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsDoubleQuote(Char) - nameWithType: CharacterProperties.IsDoubleQuote(char) - nameWithType.vb: CharacterProperties.IsDoubleQuote(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsDoubleQuote(System.Char) + nameWithType: CharacterProperties.IsDoubleQuote(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsDoubleQuote* name: IsDoubleQuote href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsDoubleQuote_ @@ -86230,14 +76479,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsDoubleQuote nameWithType: CharacterProperties.IsDoubleQuote - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsExclamation(System.Char) - name: IsExclamation(char) + name: IsExclamation(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsExclamation_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsExclamation(System.Char) - name.vb: IsExclamation(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsExclamation(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsExclamation(Char) - nameWithType: CharacterProperties.IsExclamation(char) - nameWithType.vb: CharacterProperties.IsExclamation(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsExclamation(System.Char) + nameWithType: CharacterProperties.IsExclamation(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsExclamation* name: IsExclamation href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsExclamation_ @@ -86245,14 +76491,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsExclamation nameWithType: CharacterProperties.IsExclamation - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsHyphen(System.Char) - name: IsHyphen(char) + name: IsHyphen(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsHyphen_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsHyphen(System.Char) - name.vb: IsHyphen(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsHyphen(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsHyphen(Char) - nameWithType: CharacterProperties.IsHyphen(char) - nameWithType.vb: CharacterProperties.IsHyphen(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsHyphen(System.Char) + nameWithType: CharacterProperties.IsHyphen(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsHyphen* name: IsHyphen href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsHyphen_ @@ -86260,14 +76503,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsHyphen nameWithType: CharacterProperties.IsHyphen - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsInBlock(System.Char,Sdl.LanguagePlatform.Core.UnicodeBlock) - name: IsInBlock(char, UnicodeBlock) + name: IsInBlock(Char, UnicodeBlock) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsInBlock_System_Char_Sdl_LanguagePlatform_Core_UnicodeBlock_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsInBlock(System.Char,Sdl.LanguagePlatform.Core.UnicodeBlock) - name.vb: IsInBlock(Char, UnicodeBlock) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsInBlock(char, Sdl.LanguagePlatform.Core.UnicodeBlock) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsInBlock(Char, Sdl.LanguagePlatform.Core.UnicodeBlock) - nameWithType: CharacterProperties.IsInBlock(char, UnicodeBlock) - nameWithType.vb: CharacterProperties.IsInBlock(Char, UnicodeBlock) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsInBlock(System.Char, Sdl.LanguagePlatform.Core.UnicodeBlock) + nameWithType: CharacterProperties.IsInBlock(Char, UnicodeBlock) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsInBlock* name: IsInBlock href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsInBlock_ @@ -86275,14 +76515,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsInBlock nameWithType: CharacterProperties.IsInBlock - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsJaLongVowelMarker(System.Char) - name: IsJaLongVowelMarker(char) + name: IsJaLongVowelMarker(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsJaLongVowelMarker_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsJaLongVowelMarker(System.Char) - name.vb: IsJaLongVowelMarker(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsJaLongVowelMarker(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsJaLongVowelMarker(Char) - nameWithType: CharacterProperties.IsJaLongVowelMarker(char) - nameWithType.vb: CharacterProperties.IsJaLongVowelMarker(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsJaLongVowelMarker(System.Char) + nameWithType: CharacterProperties.IsJaLongVowelMarker(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsJaLongVowelMarker* name: IsJaLongVowelMarker href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsJaLongVowelMarker_ @@ -86290,14 +76527,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsJaLongVowelMarker nameWithType: CharacterProperties.IsJaLongVowelMarker - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsKoreanChar(System.Char) - name: IsKoreanChar(char) + name: IsKoreanChar(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsKoreanChar_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsKoreanChar(System.Char) - name.vb: IsKoreanChar(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsKoreanChar(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsKoreanChar(Char) - nameWithType: CharacterProperties.IsKoreanChar(char) - nameWithType.vb: CharacterProperties.IsKoreanChar(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsKoreanChar(System.Char) + nameWithType: CharacterProperties.IsKoreanChar(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsKoreanChar* name: IsKoreanChar href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsKoreanChar_ @@ -86305,14 +76539,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsKoreanChar nameWithType: CharacterProperties.IsKoreanChar - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsLatinLetter(System.Char) - name: IsLatinLetter(char) + name: IsLatinLetter(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsLatinLetter_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsLatinLetter(System.Char) - name.vb: IsLatinLetter(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsLatinLetter(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsLatinLetter(Char) - nameWithType: CharacterProperties.IsLatinLetter(char) - nameWithType.vb: CharacterProperties.IsLatinLetter(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsLatinLetter(System.Char) + nameWithType: CharacterProperties.IsLatinLetter(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsLatinLetter* name: IsLatinLetter href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsLatinLetter_ @@ -86320,14 +76551,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsLatinLetter nameWithType: CharacterProperties.IsLatinLetter - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningBracket(System.Char) - name: IsOpeningBracket(char) + name: IsOpeningBracket(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsOpeningBracket_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningBracket(System.Char) - name.vb: IsOpeningBracket(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningBracket(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningBracket(Char) - nameWithType: CharacterProperties.IsOpeningBracket(char) - nameWithType.vb: CharacterProperties.IsOpeningBracket(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningBracket(System.Char) + nameWithType: CharacterProperties.IsOpeningBracket(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningBracket* name: IsOpeningBracket href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsOpeningBracket_ @@ -86335,14 +76563,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningBracket nameWithType: CharacterProperties.IsOpeningBracket - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningParenthesis(System.Char) - name: IsOpeningParenthesis(char) + name: IsOpeningParenthesis(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsOpeningParenthesis_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningParenthesis(System.Char) - name.vb: IsOpeningParenthesis(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningParenthesis(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningParenthesis(Char) - nameWithType: CharacterProperties.IsOpeningParenthesis(char) - nameWithType.vb: CharacterProperties.IsOpeningParenthesis(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningParenthesis(System.Char) + nameWithType: CharacterProperties.IsOpeningParenthesis(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningParenthesis* name: IsOpeningParenthesis href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsOpeningParenthesis_ @@ -86350,14 +76575,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningParenthesis nameWithType: CharacterProperties.IsOpeningParenthesis - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningQuote(System.Char) - name: IsOpeningQuote(char) + name: IsOpeningQuote(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsOpeningQuote_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningQuote(System.Char) - name.vb: IsOpeningQuote(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningQuote(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningQuote(Char) - nameWithType: CharacterProperties.IsOpeningQuote(char) - nameWithType.vb: CharacterProperties.IsOpeningQuote(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningQuote(System.Char) + nameWithType: CharacterProperties.IsOpeningQuote(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningQuote* name: IsOpeningQuote href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsOpeningQuote_ @@ -86365,14 +76587,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsOpeningQuote nameWithType: CharacterProperties.IsOpeningQuote - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsParagraph(System.Char) - name: IsParagraph(char) + name: IsParagraph(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsParagraph_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsParagraph(System.Char) - name.vb: IsParagraph(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsParagraph(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsParagraph(Char) - nameWithType: CharacterProperties.IsParagraph(char) - nameWithType.vb: CharacterProperties.IsParagraph(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsParagraph(System.Char) + nameWithType: CharacterProperties.IsParagraph(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsParagraph* name: IsParagraph href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsParagraph_ @@ -86380,14 +76599,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsParagraph nameWithType: CharacterProperties.IsParagraph - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsParenthesis(System.Char) - name: IsParenthesis(char) + name: IsParenthesis(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsParenthesis_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsParenthesis(System.Char) - name.vb: IsParenthesis(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsParenthesis(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsParenthesis(Char) - nameWithType: CharacterProperties.IsParenthesis(char) - nameWithType.vb: CharacterProperties.IsParenthesis(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsParenthesis(System.Char) + nameWithType: CharacterProperties.IsParenthesis(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsParenthesis* name: IsParenthesis href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsParenthesis_ @@ -86395,14 +76611,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsParenthesis nameWithType: CharacterProperties.IsParenthesis - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsPercent(System.Char) - name: IsPercent(char) + name: IsPercent(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsPercent_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsPercent(System.Char) - name.vb: IsPercent(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsPercent(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsPercent(Char) - nameWithType: CharacterProperties.IsPercent(char) - nameWithType.vb: CharacterProperties.IsPercent(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsPercent(System.Char) + nameWithType: CharacterProperties.IsPercent(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsPercent* name: IsPercent href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsPercent_ @@ -86410,14 +76623,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsPercent nameWithType: CharacterProperties.IsPercent - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsQuestion(System.Char) - name: IsQuestion(char) + name: IsQuestion(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsQuestion_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsQuestion(System.Char) - name.vb: IsQuestion(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsQuestion(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsQuestion(Char) - nameWithType: CharacterProperties.IsQuestion(char) - nameWithType.vb: CharacterProperties.IsQuestion(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsQuestion(System.Char) + nameWithType: CharacterProperties.IsQuestion(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsQuestion* name: IsQuestion href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsQuestion_ @@ -86425,14 +76635,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsQuestion nameWithType: CharacterProperties.IsQuestion - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsQuote(System.Char) - name: IsQuote(char) + name: IsQuote(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsQuote_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsQuote(System.Char) - name.vb: IsQuote(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsQuote(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsQuote(Char) - nameWithType: CharacterProperties.IsQuote(char) - nameWithType.vb: CharacterProperties.IsQuote(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsQuote(System.Char) + nameWithType: CharacterProperties.IsQuote(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsQuote* name: IsQuote href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsQuote_ @@ -86440,14 +76647,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsQuote nameWithType: CharacterProperties.IsQuote - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsSemicolon(System.Char) - name: IsSemicolon(char) + name: IsSemicolon(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsSemicolon_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsSemicolon(System.Char) - name.vb: IsSemicolon(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsSemicolon(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsSemicolon(Char) - nameWithType: CharacterProperties.IsSemicolon(char) - nameWithType.vb: CharacterProperties.IsSemicolon(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsSemicolon(System.Char) + nameWithType: CharacterProperties.IsSemicolon(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsSemicolon* name: IsSemicolon href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsSemicolon_ @@ -86455,14 +76659,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsSemicolon nameWithType: CharacterProperties.IsSemicolon - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsSequenceOf(System.String,System.Globalization.UnicodeCategory) - name: IsSequenceOf(string, UnicodeCategory) + name: IsSequenceOf(String, UnicodeCategory) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsSequenceOf_System_String_System_Globalization_UnicodeCategory_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsSequenceOf(System.String,System.Globalization.UnicodeCategory) - name.vb: IsSequenceOf(String, UnicodeCategory) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsSequenceOf(string, System.Globalization.UnicodeCategory) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsSequenceOf(String, System.Globalization.UnicodeCategory) - nameWithType: CharacterProperties.IsSequenceOf(string, UnicodeCategory) - nameWithType.vb: CharacterProperties.IsSequenceOf(String, UnicodeCategory) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsSequenceOf(System.String, System.Globalization.UnicodeCategory) + nameWithType: CharacterProperties.IsSequenceOf(String, UnicodeCategory) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsSequenceOf* name: IsSequenceOf href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsSequenceOf_ @@ -86470,14 +76671,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsSequenceOf nameWithType: CharacterProperties.IsSequenceOf - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsSingleQuote(System.Char) - name: IsSingleQuote(char) + name: IsSingleQuote(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsSingleQuote_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsSingleQuote(System.Char) - name.vb: IsSingleQuote(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsSingleQuote(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsSingleQuote(Char) - nameWithType: CharacterProperties.IsSingleQuote(char) - nameWithType.vb: CharacterProperties.IsSingleQuote(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsSingleQuote(System.Char) + nameWithType: CharacterProperties.IsSingleQuote(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsSingleQuote* name: IsSingleQuote href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsSingleQuote_ @@ -86485,14 +76683,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsSingleQuote nameWithType: CharacterProperties.IsSingleQuote - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsStop(System.Char) - name: IsStop(char) + name: IsStop(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsStop_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsStop(System.Char) - name.vb: IsStop(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsStop(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsStop(Char) - nameWithType: CharacterProperties.IsStop(char) - nameWithType.vb: CharacterProperties.IsStop(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsStop(System.Char) + nameWithType: CharacterProperties.IsStop(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsStop* name: IsStop href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsStop_ @@ -86500,14 +76695,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsStop nameWithType: CharacterProperties.IsStop - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsSurrounder(System.Char) - name: IsSurrounder(char) + name: IsSurrounder(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsSurrounder_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsSurrounder(System.Char) - name.vb: IsSurrounder(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsSurrounder(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsSurrounder(Char) - nameWithType: CharacterProperties.IsSurrounder(char) - nameWithType.vb: CharacterProperties.IsSurrounder(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsSurrounder(System.Char) + nameWithType: CharacterProperties.IsSurrounder(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsSurrounder* name: IsSurrounder href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsSurrounder_ @@ -86515,14 +76707,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsSurrounder nameWithType: CharacterProperties.IsSurrounder - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsTabulator(System.Char) - name: IsTabulator(char) + name: IsTabulator(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsTabulator_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsTabulator(System.Char) - name.vb: IsTabulator(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsTabulator(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsTabulator(Char) - nameWithType: CharacterProperties.IsTabulator(char) - nameWithType.vb: CharacterProperties.IsTabulator(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsTabulator(System.Char) + nameWithType: CharacterProperties.IsTabulator(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsTabulator* name: IsTabulator href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsTabulator_ @@ -86530,14 +76719,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsTabulator nameWithType: CharacterProperties.IsTabulator - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsUpperOrLower(System.Char) - name: IsUpperOrLower(char) + name: IsUpperOrLower(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsUpperOrLower_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsUpperOrLower(System.Char) - name.vb: IsUpperOrLower(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsUpperOrLower(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsUpperOrLower(Char) - nameWithType: CharacterProperties.IsUpperOrLower(char) - nameWithType.vb: CharacterProperties.IsUpperOrLower(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsUpperOrLower(System.Char) + nameWithType: CharacterProperties.IsUpperOrLower(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsUpperOrLower* name: IsUpperOrLower href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsUpperOrLower_ @@ -86545,14 +76731,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsUpperOrLower nameWithType: CharacterProperties.IsUpperOrLower - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsVowel(System.Char) - name: IsVowel(char) + name: IsVowel(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsVowel_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsVowel(System.Char) - name.vb: IsVowel(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsVowel(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsVowel(Char) - nameWithType: CharacterProperties.IsVowel(char) - nameWithType.vb: CharacterProperties.IsVowel(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsVowel(System.Char) + nameWithType: CharacterProperties.IsVowel(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsVowel* name: IsVowel href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsVowel_ @@ -86560,14 +76743,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsVowel nameWithType: CharacterProperties.IsVowel - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsWhitespace(System.Char) - name: IsWhitespace(char) + name: IsWhitespace(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsWhitespace_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.IsWhitespace(System.Char) - name.vb: IsWhitespace(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsWhitespace(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.IsWhitespace(Char) - nameWithType: CharacterProperties.IsWhitespace(char) - nameWithType.vb: CharacterProperties.IsWhitespace(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsWhitespace(System.Char) + nameWithType: CharacterProperties.IsWhitespace(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.IsWhitespace* name: IsWhitespace href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_IsWhitespace_ @@ -86575,32 +76755,23 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.IsWhitespace nameWithType: CharacterProperties.IsWhitespace - uid: Sdl.LanguagePlatform.Core.CharacterProperties.ToBase(System.Char) - name: ToBase(char) + name: ToBase(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_ToBase_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.ToBase(System.Char) - name.vb: ToBase(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.ToBase(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.ToBase(Char) - nameWithType: CharacterProperties.ToBase(char) - nameWithType.vb: CharacterProperties.ToBase(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.ToBase(System.Char) + nameWithType: CharacterProperties.ToBase(Char) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.ToBase(System.String) - name: ToBase(string) + name: ToBase(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_ToBase_System_String_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.ToBase(System.String) - name.vb: ToBase(String) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.ToBase(string) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.ToBase(String) - nameWithType: CharacterProperties.ToBase(string) - nameWithType.vb: CharacterProperties.ToBase(String) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.ToBase(System.String) + nameWithType: CharacterProperties.ToBase(String) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.ToBase(System.String,System.Boolean) - name: ToBase(string, bool) + name: ToBase(String, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_ToBase_System_String_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.ToBase(System.String,System.Boolean) - name.vb: ToBase(String, Boolean) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.ToBase(string, bool) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.ToBase(String, Boolean) - nameWithType: CharacterProperties.ToBase(string, bool) - nameWithType.vb: CharacterProperties.ToBase(String, Boolean) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.ToBase(System.String, System.Boolean) + nameWithType: CharacterProperties.ToBase(String, Boolean) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.ToBase* name: ToBase href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_ToBase_ @@ -86608,23 +76779,17 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterProperties.ToBase nameWithType: CharacterProperties.ToBase - uid: Sdl.LanguagePlatform.Core.CharacterProperties.ToCase(System.Char,Sdl.LanguagePlatform.Core.CharacterProperties.Case) - name: ToCase(char, Case) + name: ToCase(Char, CharacterProperties.Case) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_ToCase_System_Char_Sdl_LanguagePlatform_Core_CharacterProperties_Case_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.ToCase(System.Char,Sdl.LanguagePlatform.Core.CharacterProperties.Case) - name.vb: ToCase(Char, Case) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.ToCase(char, Sdl.LanguagePlatform.Core.CharacterProperties.Case) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.ToCase(Char, Sdl.LanguagePlatform.Core.CharacterProperties.Case) - nameWithType: CharacterProperties.ToCase(char, CharacterProperties.Case) - nameWithType.vb: CharacterProperties.ToCase(Char, CharacterProperties.Case) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.ToCase(System.Char, Sdl.LanguagePlatform.Core.CharacterProperties.Case) + nameWithType: CharacterProperties.ToCase(Char, CharacterProperties.Case) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.ToCase(System.String,Sdl.LanguagePlatform.Core.CharacterProperties.Case) - name: ToCase(string, Case) + name: ToCase(String, CharacterProperties.Case) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_ToCase_System_String_Sdl_LanguagePlatform_Core_CharacterProperties_Case_ commentId: M:Sdl.LanguagePlatform.Core.CharacterProperties.ToCase(System.String,Sdl.LanguagePlatform.Core.CharacterProperties.Case) - name.vb: ToCase(String, Case) - fullName: Sdl.LanguagePlatform.Core.CharacterProperties.ToCase(string, Sdl.LanguagePlatform.Core.CharacterProperties.Case) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterProperties.ToCase(String, Sdl.LanguagePlatform.Core.CharacterProperties.Case) - nameWithType: CharacterProperties.ToCase(string, CharacterProperties.Case) - nameWithType.vb: CharacterProperties.ToCase(String, CharacterProperties.Case) + fullName: Sdl.LanguagePlatform.Core.CharacterProperties.ToCase(System.String, Sdl.LanguagePlatform.Core.CharacterProperties.Case) + nameWithType: CharacterProperties.ToCase(String, CharacterProperties.Case) - uid: Sdl.LanguagePlatform.Core.CharacterProperties.ToCase* name: ToCase href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterProperties.html#Sdl_LanguagePlatform_Core_CharacterProperties_ToCase_ @@ -86659,20 +76824,14 @@ references: name: CharacterSet() href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterSet.html#Sdl_LanguagePlatform_Core_CharacterSet__ctor commentId: M:Sdl.LanguagePlatform.Core.CharacterSet.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.CharacterSet.CharacterSet() - fullName.vb: Sdl.LanguagePlatform.Core.CharacterSet.New() nameWithType: CharacterSet.CharacterSet() - nameWithType.vb: CharacterSet.New() - uid: Sdl.LanguagePlatform.Core.CharacterSet.#ctor* name: CharacterSet href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterSet.html#Sdl_LanguagePlatform_Core_CharacterSet__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.CharacterSet.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.CharacterSet.CharacterSet - fullName.vb: Sdl.LanguagePlatform.Core.CharacterSet.New nameWithType: CharacterSet.CharacterSet - nameWithType.vb: CharacterSet.New - uid: Sdl.LanguagePlatform.Core.CharacterSet.Add(Sdl.LanguagePlatform.Core.CharacterSet) name: Add(CharacterSet) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterSet.html#Sdl_LanguagePlatform_Core_CharacterSet_Add_Sdl_LanguagePlatform_Core_CharacterSet_ @@ -86680,23 +76839,17 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterSet.Add(Sdl.LanguagePlatform.Core.CharacterSet) nameWithType: CharacterSet.Add(CharacterSet) - uid: Sdl.LanguagePlatform.Core.CharacterSet.Add(System.Char) - name: Add(char) + name: Add(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterSet.html#Sdl_LanguagePlatform_Core_CharacterSet_Add_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterSet.Add(System.Char) - name.vb: Add(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterSet.Add(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterSet.Add(Char) - nameWithType: CharacterSet.Add(char) - nameWithType.vb: CharacterSet.Add(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterSet.Add(System.Char) + nameWithType: CharacterSet.Add(Char) - uid: Sdl.LanguagePlatform.Core.CharacterSet.Add(System.Char,System.Char) - name: Add(char, char) + name: Add(Char, Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterSet.html#Sdl_LanguagePlatform_Core_CharacterSet_Add_System_Char_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterSet.Add(System.Char,System.Char) - name.vb: Add(Char, Char) - fullName: Sdl.LanguagePlatform.Core.CharacterSet.Add(char, char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterSet.Add(Char, Char) - nameWithType: CharacterSet.Add(char, char) - nameWithType.vb: CharacterSet.Add(Char, Char) + fullName: Sdl.LanguagePlatform.Core.CharacterSet.Add(System.Char, System.Char) + nameWithType: CharacterSet.Add(Char, Char) - uid: Sdl.LanguagePlatform.Core.CharacterSet.Add(System.Globalization.UnicodeCategory) name: Add(UnicodeCategory) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterSet.html#Sdl_LanguagePlatform_Core_CharacterSet_Add_System_Globalization_UnicodeCategory_ @@ -86710,14 +76863,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CharacterSet.Add nameWithType: CharacterSet.Add - uid: Sdl.LanguagePlatform.Core.CharacterSet.Contains(System.Char) - name: Contains(char) + name: Contains(Char) href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterSet.html#Sdl_LanguagePlatform_Core_CharacterSet_Contains_System_Char_ commentId: M:Sdl.LanguagePlatform.Core.CharacterSet.Contains(System.Char) - name.vb: Contains(Char) - fullName: Sdl.LanguagePlatform.Core.CharacterSet.Contains(char) - fullName.vb: Sdl.LanguagePlatform.Core.CharacterSet.Contains(Char) - nameWithType: CharacterSet.Contains(char) - nameWithType.vb: CharacterSet.Contains(Char) + fullName: Sdl.LanguagePlatform.Core.CharacterSet.Contains(System.Char) + nameWithType: CharacterSet.Contains(Char) - uid: Sdl.LanguagePlatform.Core.CharacterSet.Contains* name: Contains href: api/translationmemory/Sdl.LanguagePlatform.Core.CharacterSet.html#Sdl_LanguagePlatform_Core_CharacterSet_Contains_ @@ -86791,41 +76941,29 @@ references: fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.AreCompatibleCodesAsync nameWithType: CultureInfoExtensions.AreCompatibleCodesAsync - uid: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(System.Int32) - name: GetCultureInfo(int) + name: GetCultureInfo(Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html#Sdl_LanguagePlatform_Core_CultureInfoExtensions_GetCultureInfo_System_Int32_ commentId: M:Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(System.Int32) - name.vb: GetCultureInfo(Integer) - fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(int) - fullName.vb: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(Integer) - nameWithType: CultureInfoExtensions.GetCultureInfo(int) - nameWithType.vb: CultureInfoExtensions.GetCultureInfo(Integer) + fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(System.Int32) + nameWithType: CultureInfoExtensions.GetCultureInfo(Int32) - uid: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(System.Int32,System.Boolean) - name: GetCultureInfo(int, bool) + name: GetCultureInfo(Int32, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html#Sdl_LanguagePlatform_Core_CultureInfoExtensions_GetCultureInfo_System_Int32_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(System.Int32,System.Boolean) - name.vb: GetCultureInfo(Integer, Boolean) - fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(int, bool) - fullName.vb: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(Integer, Boolean) - nameWithType: CultureInfoExtensions.GetCultureInfo(int, bool) - nameWithType.vb: CultureInfoExtensions.GetCultureInfo(Integer, Boolean) + fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(System.Int32, System.Boolean) + nameWithType: CultureInfoExtensions.GetCultureInfo(Int32, Boolean) - uid: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(System.String) - name: GetCultureInfo(string) + name: GetCultureInfo(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html#Sdl_LanguagePlatform_Core_CultureInfoExtensions_GetCultureInfo_System_String_ commentId: M:Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(System.String) - name.vb: GetCultureInfo(String) - fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(string) - fullName.vb: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(String) - nameWithType: CultureInfoExtensions.GetCultureInfo(string) - nameWithType.vb: CultureInfoExtensions.GetCultureInfo(String) + fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(System.String) + nameWithType: CultureInfoExtensions.GetCultureInfo(String) - uid: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(System.String,System.Boolean) - name: GetCultureInfo(string, bool) + name: GetCultureInfo(String, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html#Sdl_LanguagePlatform_Core_CultureInfoExtensions_GetCultureInfo_System_String_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(System.String,System.Boolean) - name.vb: GetCultureInfo(String, Boolean) - fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(string, bool) - fullName.vb: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(String, Boolean) - nameWithType: CultureInfoExtensions.GetCultureInfo(string, bool) - nameWithType.vb: CultureInfoExtensions.GetCultureInfo(String, Boolean) + fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo(System.String, System.Boolean) + nameWithType: CultureInfoExtensions.GetCultureInfo(String, Boolean) - uid: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetCultureInfo* name: GetCultureInfo href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html#Sdl_LanguagePlatform_Core_CultureInfoExtensions_GetCultureInfo_ @@ -86857,14 +76995,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetLanguageGroupName nameWithType: CultureInfoExtensions.GetLanguageGroupName - uid: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetLanguageGroupNameAsync(System.String,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: GetLanguageGroupNameAsync(string, ICultureMetadataManager) + name: GetLanguageGroupNameAsync(String, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html#Sdl_LanguagePlatform_Core_CultureInfoExtensions_GetLanguageGroupNameAsync_System_String_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetLanguageGroupNameAsync(System.String,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: GetLanguageGroupNameAsync(String, ICultureMetadataManager) - fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetLanguageGroupNameAsync(string, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetLanguageGroupNameAsync(String, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: CultureInfoExtensions.GetLanguageGroupNameAsync(string, ICultureMetadataManager) - nameWithType.vb: CultureInfoExtensions.GetLanguageGroupNameAsync(String, ICultureMetadataManager) + fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetLanguageGroupNameAsync(System.String, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) + nameWithType: CultureInfoExtensions.GetLanguageGroupNameAsync(String, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetLanguageGroupNameAsync* name: GetLanguageGroupNameAsync href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html#Sdl_LanguagePlatform_Core_CultureInfoExtensions_GetLanguageGroupNameAsync_ @@ -86884,14 +77019,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetLeadingClitics nameWithType: CultureInfoExtensions.GetLeadingClitics - uid: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetMappedCultureCodeForLegacyCode(System.String) - name: GetMappedCultureCodeForLegacyCode(string) + name: GetMappedCultureCodeForLegacyCode(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html#Sdl_LanguagePlatform_Core_CultureInfoExtensions_GetMappedCultureCodeForLegacyCode_System_String_ commentId: M:Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetMappedCultureCodeForLegacyCode(System.String) - name.vb: GetMappedCultureCodeForLegacyCode(String) - fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetMappedCultureCodeForLegacyCode(string) - fullName.vb: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetMappedCultureCodeForLegacyCode(String) - nameWithType: CultureInfoExtensions.GetMappedCultureCodeForLegacyCode(string) - nameWithType.vb: CultureInfoExtensions.GetMappedCultureCodeForLegacyCode(String) + fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetMappedCultureCodeForLegacyCode(System.String) + nameWithType: CultureInfoExtensions.GetMappedCultureCodeForLegacyCode(String) - uid: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetMappedCultureCodeForLegacyCode* name: GetMappedCultureCodeForLegacyCode href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html#Sdl_LanguagePlatform_Core_CultureInfoExtensions_GetMappedCultureCodeForLegacyCode_ @@ -86929,14 +77061,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetRegionQualifiedCulture(System.Globalization.CultureInfo) nameWithType: CultureInfoExtensions.GetRegionQualifiedCulture(CultureInfo) - uid: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetRegionQualifiedCulture(System.String) - name: GetRegionQualifiedCulture(string) + name: GetRegionQualifiedCulture(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html#Sdl_LanguagePlatform_Core_CultureInfoExtensions_GetRegionQualifiedCulture_System_String_ commentId: M:Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetRegionQualifiedCulture(System.String) - name.vb: GetRegionQualifiedCulture(String) - fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetRegionQualifiedCulture(string) - fullName.vb: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetRegionQualifiedCulture(String) - nameWithType: CultureInfoExtensions.GetRegionQualifiedCulture(string) - nameWithType.vb: CultureInfoExtensions.GetRegionQualifiedCulture(String) + fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetRegionQualifiedCulture(System.String) + nameWithType: CultureInfoExtensions.GetRegionQualifiedCulture(String) - uid: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetRegionQualifiedCulture* name: GetRegionQualifiedCulture href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html#Sdl_LanguagePlatform_Core_CultureInfoExtensions_GetRegionQualifiedCulture_ @@ -86956,14 +77085,11 @@ references: fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetRegionQualifiedCultureAsync nameWithType: CultureInfoExtensions.GetRegionQualifiedCultureAsync - uid: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetRegistryCultureInfoAsync(Sdl.Core.Globalization.CultureCode,System.Boolean,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: GetRegistryCultureInfoAsync(CultureCode, bool, ICultureMetadataManager) + name: GetRegistryCultureInfoAsync(CultureCode, Boolean, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html#Sdl_LanguagePlatform_Core_CultureInfoExtensions_GetRegistryCultureInfoAsync_Sdl_Core_Globalization_CultureCode_System_Boolean_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetRegistryCultureInfoAsync(Sdl.Core.Globalization.CultureCode,System.Boolean,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: GetRegistryCultureInfoAsync(CultureCode, Boolean, ICultureMetadataManager) - fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetRegistryCultureInfoAsync(Sdl.Core.Globalization.CultureCode, bool, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetRegistryCultureInfoAsync(Sdl.Core.Globalization.CultureCode, Boolean, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: CultureInfoExtensions.GetRegistryCultureInfoAsync(CultureCode, bool, ICultureMetadataManager) - nameWithType.vb: CultureInfoExtensions.GetRegistryCultureInfoAsync(CultureCode, Boolean, ICultureMetadataManager) + fullName: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetRegistryCultureInfoAsync(Sdl.Core.Globalization.CultureCode, System.Boolean, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) + nameWithType: CultureInfoExtensions.GetRegistryCultureInfoAsync(CultureCode, Boolean, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.Core.CultureInfoExtensions.GetRegistryCultureInfoAsync* name: GetRegistryCultureInfoAsync href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureInfoExtensions.html#Sdl_LanguagePlatform_Core_CultureInfoExtensions_GetRegistryCultureInfoAsync_ @@ -87220,38 +77346,26 @@ references: name: CultureString() href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureString.html#Sdl_LanguagePlatform_Core_CultureString__ctor commentId: M:Sdl.LanguagePlatform.Core.CultureString.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.CultureString.CultureString() - fullName.vb: Sdl.LanguagePlatform.Core.CultureString.New() nameWithType: CultureString.CultureString() - nameWithType.vb: CultureString.New() - uid: Sdl.LanguagePlatform.Core.CultureString.#ctor(Sdl.Core.Globalization.CultureCode,System.String) - name: CultureString(CultureCode, string) + name: CultureString(CultureCode, String) href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureString.html#Sdl_LanguagePlatform_Core_CultureString__ctor_Sdl_Core_Globalization_CultureCode_System_String_ commentId: M:Sdl.LanguagePlatform.Core.CultureString.#ctor(Sdl.Core.Globalization.CultureCode,System.String) - name.vb: New(CultureCode, String) - fullName: Sdl.LanguagePlatform.Core.CultureString.CultureString(Sdl.Core.Globalization.CultureCode, string) - fullName.vb: Sdl.LanguagePlatform.Core.CultureString.New(Sdl.Core.Globalization.CultureCode, String) - nameWithType: CultureString.CultureString(CultureCode, string) - nameWithType.vb: CultureString.New(CultureCode, String) + fullName: Sdl.LanguagePlatform.Core.CultureString.CultureString(Sdl.Core.Globalization.CultureCode, System.String) + nameWithType: CultureString.CultureString(CultureCode, String) - uid: Sdl.LanguagePlatform.Core.CultureString.#ctor(Sdl.LanguagePlatform.Core.CultureString) name: CultureString(CultureString) href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureString.html#Sdl_LanguagePlatform_Core_CultureString__ctor_Sdl_LanguagePlatform_Core_CultureString_ commentId: M:Sdl.LanguagePlatform.Core.CultureString.#ctor(Sdl.LanguagePlatform.Core.CultureString) - name.vb: New(CultureString) fullName: Sdl.LanguagePlatform.Core.CultureString.CultureString(Sdl.LanguagePlatform.Core.CultureString) - fullName.vb: Sdl.LanguagePlatform.Core.CultureString.New(Sdl.LanguagePlatform.Core.CultureString) nameWithType: CultureString.CultureString(CultureString) - nameWithType.vb: CultureString.New(CultureString) - uid: Sdl.LanguagePlatform.Core.CultureString.#ctor* name: CultureString href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureString.html#Sdl_LanguagePlatform_Core_CultureString__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.CultureString.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.CultureString.CultureString - fullName.vb: Sdl.LanguagePlatform.Core.CultureString.New nameWithType: CultureString.CultureString - nameWithType.vb: CultureString.New - uid: Sdl.LanguagePlatform.Core.CultureString.Clone name: Clone() href: api/translationmemory/Sdl.LanguagePlatform.Core.CultureString.html#Sdl_LanguagePlatform_Core_CultureString_Clone @@ -87310,11 +77424,8 @@ references: name: Normalize(DateTime) href: api/translationmemory/Sdl.LanguagePlatform.Core.DateTimeUtilities.html#Sdl_LanguagePlatform_Core_DateTimeUtilities_Normalize_System_DateTime_ commentId: M:Sdl.LanguagePlatform.Core.DateTimeUtilities.Normalize(System.DateTime) - name.vb: Normalize(Date) fullName: Sdl.LanguagePlatform.Core.DateTimeUtilities.Normalize(System.DateTime) - fullName.vb: Sdl.LanguagePlatform.Core.DateTimeUtilities.Normalize(Date) nameWithType: DateTimeUtilities.Normalize(DateTime) - nameWithType.vb: DateTimeUtilities.Normalize(Date) - uid: Sdl.LanguagePlatform.Core.DateTimeUtilities.Normalize* name: Normalize href: api/translationmemory/Sdl.LanguagePlatform.Core.DateTimeUtilities.html#Sdl_LanguagePlatform_Core_DateTimeUtilities_Normalize_ @@ -87322,14 +77433,14 @@ references: fullName: Sdl.LanguagePlatform.Core.DateTimeUtilities.Normalize nameWithType: DateTimeUtilities.Normalize - uid: Sdl.LanguagePlatform.Core.DateTimeUtilities.TryParseWithFallback(System.String,System.DateTime@) - name: TryParseWithFallback(string, out DateTime) + name: TryParseWithFallback(String, out DateTime) href: api/translationmemory/Sdl.LanguagePlatform.Core.DateTimeUtilities.html#Sdl_LanguagePlatform_Core_DateTimeUtilities_TryParseWithFallback_System_String_System_DateTime__ commentId: M:Sdl.LanguagePlatform.Core.DateTimeUtilities.TryParseWithFallback(System.String,System.DateTime@) - name.vb: TryParseWithFallback(String, Date) - fullName: Sdl.LanguagePlatform.Core.DateTimeUtilities.TryParseWithFallback(string, out System.DateTime) - fullName.vb: Sdl.LanguagePlatform.Core.DateTimeUtilities.TryParseWithFallback(String, Date) - nameWithType: DateTimeUtilities.TryParseWithFallback(string, out DateTime) - nameWithType.vb: DateTimeUtilities.TryParseWithFallback(String, Date) + name.vb: TryParseWithFallback(String, ByRef DateTime) + fullName: Sdl.LanguagePlatform.Core.DateTimeUtilities.TryParseWithFallback(System.String, out System.DateTime) + fullName.vb: Sdl.LanguagePlatform.Core.DateTimeUtilities.TryParseWithFallback(System.String, ByRef System.DateTime) + nameWithType: DateTimeUtilities.TryParseWithFallback(String, out DateTime) + nameWithType.vb: DateTimeUtilities.TryParseWithFallback(String, ByRef DateTime) - uid: Sdl.LanguagePlatform.Core.DateTimeUtilities.TryParseWithFallback* name: TryParseWithFallback href: api/translationmemory/Sdl.LanguagePlatform.Core.DateTimeUtilities.html#Sdl_LanguagePlatform_Core_DateTimeUtilities_TryParseWithFallback_ @@ -87352,29 +77463,20 @@ references: name: EditDistance() href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance__ctor commentId: M:Sdl.LanguagePlatform.Core.EditDistance.EditDistance.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.EditDistance() - fullName.vb: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.New() nameWithType: EditDistance.EditDistance() - nameWithType.vb: EditDistance.New() - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.#ctor(System.Int32,System.Int32,System.Double) - name: EditDistance(int, int, double) + name: EditDistance(Int32, Int32, Double) href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance__ctor_System_Int32_System_Int32_System_Double_ commentId: M:Sdl.LanguagePlatform.Core.EditDistance.EditDistance.#ctor(System.Int32,System.Int32,System.Double) - name.vb: New(Integer, Integer, Double) - fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.EditDistance(int, int, double) - fullName.vb: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.New(Integer, Integer, Double) - nameWithType: EditDistance.EditDistance(int, int, double) - nameWithType.vb: EditDistance.New(Integer, Integer, Double) + fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.EditDistance(System.Int32, System.Int32, System.Double) + nameWithType: EditDistance.EditDistance(Int32, Int32, Double) - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.#ctor* name: EditDistance href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.EditDistance.EditDistance.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.EditDistance - fullName.vb: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.New nameWithType: EditDistance.EditDistance - nameWithType.vb: EditDistance.New - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Add(Sdl.LanguagePlatform.Core.EditDistance.EditDistanceItem) name: Add(EditDistanceItem) href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance_Add_Sdl_LanguagePlatform_Core_EditDistance_EditDistanceItem_ @@ -87412,14 +77514,11 @@ references: fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Distance nameWithType: EditDistance.Distance - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Dump(System.IO.TextWriter,System.String) - name: Dump(TextWriter, string) + name: Dump(TextWriter, String) href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance_Dump_System_IO_TextWriter_System_String_ commentId: M:Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Dump(System.IO.TextWriter,System.String) - name.vb: Dump(TextWriter, String) - fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Dump(System.IO.TextWriter, string) - fullName.vb: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Dump(System.IO.TextWriter, String) - nameWithType: EditDistance.Dump(TextWriter, string) - nameWithType.vb: EditDistance.Dump(TextWriter, String) + fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Dump(System.IO.TextWriter, System.String) + nameWithType: EditDistance.Dump(TextWriter, String) - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Dump* name: Dump href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance_Dump_ @@ -87427,14 +77526,11 @@ references: fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Dump nameWithType: EditDistance.Dump - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.FindSourceItemIndex(System.Int32) - name: FindSourceItemIndex(int) + name: FindSourceItemIndex(Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance_FindSourceItemIndex_System_Int32_ commentId: M:Sdl.LanguagePlatform.Core.EditDistance.EditDistance.FindSourceItemIndex(System.Int32) - name.vb: FindSourceItemIndex(Integer) - fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.FindSourceItemIndex(int) - fullName.vb: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.FindSourceItemIndex(Integer) - nameWithType: EditDistance.FindSourceItemIndex(int) - nameWithType.vb: EditDistance.FindSourceItemIndex(Integer) + fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.FindSourceItemIndex(System.Int32) + nameWithType: EditDistance.FindSourceItemIndex(Int32) - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.FindSourceItemIndex* name: FindSourceItemIndex href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance_FindSourceItemIndex_ @@ -87442,14 +77538,11 @@ references: fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.FindSourceItemIndex nameWithType: EditDistance.FindSourceItemIndex - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.FindTargetItemIndex(System.Int32) - name: FindTargetItemIndex(int) + name: FindTargetItemIndex(Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance_FindTargetItemIndex_System_Int32_ commentId: M:Sdl.LanguagePlatform.Core.EditDistance.EditDistance.FindTargetItemIndex(System.Int32) - name.vb: FindTargetItemIndex(Integer) - fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.FindTargetItemIndex(int) - fullName.vb: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.FindTargetItemIndex(Integer) - nameWithType: EditDistance.FindTargetItemIndex(int) - nameWithType.vb: EditDistance.FindTargetItemIndex(Integer) + fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.FindTargetItemIndex(System.Int32) + nameWithType: EditDistance.FindTargetItemIndex(Int32) - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.FindTargetItemIndex* name: FindTargetItemIndex href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance_FindTargetItemIndex_ @@ -87457,23 +77550,20 @@ references: fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.FindTargetItemIndex nameWithType: EditDistance.FindTargetItemIndex - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Item(System.Int32) - name: this[int] + name: Item[Int32] href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance_Item_System_Int32_ commentId: P:Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Item(System.Int32) - name.vb: this[](Integer) - fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.this[int] - fullName.vb: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.this[](Integer) - nameWithType: EditDistance.this[int] - nameWithType.vb: EditDistance.this[](Integer) + name.vb: Item(Int32) + fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Item[System.Int32] + fullName.vb: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Item(System.Int32) + nameWithType: EditDistance.Item[Int32] + nameWithType.vb: EditDistance.Item(Int32) - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Item* - name: this + name: Item href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance_Item_ commentId: Overload:Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Item - name.vb: this[] - fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.this - fullName.vb: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.this[] - nameWithType: EditDistance.this - nameWithType.vb: EditDistance.this[] + fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Item + nameWithType: EditDistance.Item - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Items name: Items href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance_Items @@ -87499,14 +77589,11 @@ references: fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.Score nameWithType: EditDistance.Score - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetResolutionAt(System.Int32,Sdl.LanguagePlatform.Core.EditDistance.EditDistanceResolution) - name: SetResolutionAt(int, EditDistanceResolution) + name: SetResolutionAt(Int32, EditDistanceResolution) href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance_SetResolutionAt_System_Int32_Sdl_LanguagePlatform_Core_EditDistance_EditDistanceResolution_ commentId: M:Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetResolutionAt(System.Int32,Sdl.LanguagePlatform.Core.EditDistance.EditDistanceResolution) - name.vb: SetResolutionAt(Integer, EditDistanceResolution) - fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetResolutionAt(int, Sdl.LanguagePlatform.Core.EditDistance.EditDistanceResolution) - fullName.vb: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetResolutionAt(Integer, Sdl.LanguagePlatform.Core.EditDistance.EditDistanceResolution) - nameWithType: EditDistance.SetResolutionAt(int, EditDistanceResolution) - nameWithType.vb: EditDistance.SetResolutionAt(Integer, EditDistanceResolution) + fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetResolutionAt(System.Int32, Sdl.LanguagePlatform.Core.EditDistance.EditDistanceResolution) + nameWithType: EditDistance.SetResolutionAt(Int32, EditDistanceResolution) - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetResolutionAt* name: SetResolutionAt href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance_SetResolutionAt_ @@ -87514,14 +77601,11 @@ references: fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetResolutionAt nameWithType: EditDistance.SetResolutionAt - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetSourceAt(System.Int32,System.Int32) - name: SetSourceAt(int, int) + name: SetSourceAt(Int32, Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance_SetSourceAt_System_Int32_System_Int32_ commentId: M:Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetSourceAt(System.Int32,System.Int32) - name.vb: SetSourceAt(Integer, Integer) - fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetSourceAt(int, int) - fullName.vb: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetSourceAt(Integer, Integer) - nameWithType: EditDistance.SetSourceAt(int, int) - nameWithType.vb: EditDistance.SetSourceAt(Integer, Integer) + fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetSourceAt(System.Int32, System.Int32) + nameWithType: EditDistance.SetSourceAt(Int32, Int32) - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetSourceAt* name: SetSourceAt href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance_SetSourceAt_ @@ -87529,14 +77613,11 @@ references: fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetSourceAt nameWithType: EditDistance.SetSourceAt - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetTargetAt(System.Int32,System.Int32) - name: SetTargetAt(int, int) + name: SetTargetAt(Int32, Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance_SetTargetAt_System_Int32_System_Int32_ commentId: M:Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetTargetAt(System.Int32,System.Int32) - name.vb: SetTargetAt(Integer, Integer) - fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetTargetAt(int, int) - fullName.vb: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetTargetAt(Integer, Integer) - nameWithType: EditDistance.SetTargetAt(int, int) - nameWithType.vb: EditDistance.SetTargetAt(Integer, Integer) + fullName: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetTargetAt(System.Int32, System.Int32) + nameWithType: EditDistance.SetTargetAt(Int32, Int32) - uid: Sdl.LanguagePlatform.Core.EditDistance.EditDistance.SetTargetAt* name: SetTargetAt href: api/translationmemory/Sdl.LanguagePlatform.Core.EditDistance.EditDistance.html#Sdl_LanguagePlatform_Core_EditDistance_EditDistance_SetTargetAt_ @@ -88849,56 +78930,38 @@ references: name: FaultDescription(ErrorCode) href: api/translationmemory/Sdl.LanguagePlatform.Core.FaultDescription.html#Sdl_LanguagePlatform_Core_FaultDescription__ctor_Sdl_LanguagePlatform_Core_ErrorCode_ commentId: M:Sdl.LanguagePlatform.Core.FaultDescription.#ctor(Sdl.LanguagePlatform.Core.ErrorCode) - name.vb: New(ErrorCode) fullName: Sdl.LanguagePlatform.Core.FaultDescription.FaultDescription(Sdl.LanguagePlatform.Core.ErrorCode) - fullName.vb: Sdl.LanguagePlatform.Core.FaultDescription.New(Sdl.LanguagePlatform.Core.ErrorCode) nameWithType: FaultDescription.FaultDescription(ErrorCode) - nameWithType.vb: FaultDescription.New(ErrorCode) - uid: Sdl.LanguagePlatform.Core.FaultDescription.#ctor(Sdl.LanguagePlatform.Core.ErrorCode,Sdl.LanguagePlatform.Core.FaultStatus) name: FaultDescription(ErrorCode, FaultStatus) href: api/translationmemory/Sdl.LanguagePlatform.Core.FaultDescription.html#Sdl_LanguagePlatform_Core_FaultDescription__ctor_Sdl_LanguagePlatform_Core_ErrorCode_Sdl_LanguagePlatform_Core_FaultStatus_ commentId: M:Sdl.LanguagePlatform.Core.FaultDescription.#ctor(Sdl.LanguagePlatform.Core.ErrorCode,Sdl.LanguagePlatform.Core.FaultStatus) - name.vb: New(ErrorCode, FaultStatus) fullName: Sdl.LanguagePlatform.Core.FaultDescription.FaultDescription(Sdl.LanguagePlatform.Core.ErrorCode, Sdl.LanguagePlatform.Core.FaultStatus) - fullName.vb: Sdl.LanguagePlatform.Core.FaultDescription.New(Sdl.LanguagePlatform.Core.ErrorCode, Sdl.LanguagePlatform.Core.FaultStatus) nameWithType: FaultDescription.FaultDescription(ErrorCode, FaultStatus) - nameWithType.vb: FaultDescription.New(ErrorCode, FaultStatus) - uid: Sdl.LanguagePlatform.Core.FaultDescription.#ctor(Sdl.LanguagePlatform.Core.ErrorCode,Sdl.LanguagePlatform.Core.FaultStatus,System.String) - name: FaultDescription(ErrorCode, FaultStatus, string) + name: FaultDescription(ErrorCode, FaultStatus, String) href: api/translationmemory/Sdl.LanguagePlatform.Core.FaultDescription.html#Sdl_LanguagePlatform_Core_FaultDescription__ctor_Sdl_LanguagePlatform_Core_ErrorCode_Sdl_LanguagePlatform_Core_FaultStatus_System_String_ commentId: M:Sdl.LanguagePlatform.Core.FaultDescription.#ctor(Sdl.LanguagePlatform.Core.ErrorCode,Sdl.LanguagePlatform.Core.FaultStatus,System.String) - name.vb: New(ErrorCode, FaultStatus, String) - fullName: Sdl.LanguagePlatform.Core.FaultDescription.FaultDescription(Sdl.LanguagePlatform.Core.ErrorCode, Sdl.LanguagePlatform.Core.FaultStatus, string) - fullName.vb: Sdl.LanguagePlatform.Core.FaultDescription.New(Sdl.LanguagePlatform.Core.ErrorCode, Sdl.LanguagePlatform.Core.FaultStatus, String) - nameWithType: FaultDescription.FaultDescription(ErrorCode, FaultStatus, string) - nameWithType.vb: FaultDescription.New(ErrorCode, FaultStatus, String) + fullName: Sdl.LanguagePlatform.Core.FaultDescription.FaultDescription(Sdl.LanguagePlatform.Core.ErrorCode, Sdl.LanguagePlatform.Core.FaultStatus, System.String) + nameWithType: FaultDescription.FaultDescription(ErrorCode, FaultStatus, String) - uid: Sdl.LanguagePlatform.Core.FaultDescription.#ctor(Sdl.LanguagePlatform.Core.ErrorCode,System.String) - name: FaultDescription(ErrorCode, string) + name: FaultDescription(ErrorCode, String) href: api/translationmemory/Sdl.LanguagePlatform.Core.FaultDescription.html#Sdl_LanguagePlatform_Core_FaultDescription__ctor_Sdl_LanguagePlatform_Core_ErrorCode_System_String_ commentId: M:Sdl.LanguagePlatform.Core.FaultDescription.#ctor(Sdl.LanguagePlatform.Core.ErrorCode,System.String) - name.vb: New(ErrorCode, String) - fullName: Sdl.LanguagePlatform.Core.FaultDescription.FaultDescription(Sdl.LanguagePlatform.Core.ErrorCode, string) - fullName.vb: Sdl.LanguagePlatform.Core.FaultDescription.New(Sdl.LanguagePlatform.Core.ErrorCode, String) - nameWithType: FaultDescription.FaultDescription(ErrorCode, string) - nameWithType.vb: FaultDescription.New(ErrorCode, String) + fullName: Sdl.LanguagePlatform.Core.FaultDescription.FaultDescription(Sdl.LanguagePlatform.Core.ErrorCode, System.String) + nameWithType: FaultDescription.FaultDescription(ErrorCode, String) - uid: Sdl.LanguagePlatform.Core.FaultDescription.#ctor(System.Exception) name: FaultDescription(Exception) href: api/translationmemory/Sdl.LanguagePlatform.Core.FaultDescription.html#Sdl_LanguagePlatform_Core_FaultDescription__ctor_System_Exception_ commentId: M:Sdl.LanguagePlatform.Core.FaultDescription.#ctor(System.Exception) - name.vb: New(Exception) fullName: Sdl.LanguagePlatform.Core.FaultDescription.FaultDescription(System.Exception) - fullName.vb: Sdl.LanguagePlatform.Core.FaultDescription.New(System.Exception) nameWithType: FaultDescription.FaultDescription(Exception) - nameWithType.vb: FaultDescription.New(Exception) - uid: Sdl.LanguagePlatform.Core.FaultDescription.#ctor* name: FaultDescription href: api/translationmemory/Sdl.LanguagePlatform.Core.FaultDescription.html#Sdl_LanguagePlatform_Core_FaultDescription__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.FaultDescription.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.FaultDescription.FaultDescription - fullName.vb: Sdl.LanguagePlatform.Core.FaultDescription.New nameWithType: FaultDescription.FaultDescription - nameWithType.vb: FaultDescription.New - uid: Sdl.LanguagePlatform.Core.FaultDescription.Data name: Data href: api/translationmemory/Sdl.LanguagePlatform.Core.FaultDescription.html#Sdl_LanguagePlatform_Core_FaultDescription_Data @@ -89089,29 +79152,20 @@ references: name: LanguagePair() href: api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePair.html#Sdl_LanguagePlatform_Core_LanguagePair__ctor commentId: M:Sdl.LanguagePlatform.Core.LanguagePair.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.LanguagePair.LanguagePair() - fullName.vb: Sdl.LanguagePlatform.Core.LanguagePair.New() nameWithType: LanguagePair.LanguagePair() - nameWithType.vb: LanguagePair.New() - uid: Sdl.LanguagePlatform.Core.LanguagePair.#ctor(Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode) name: LanguagePair(CultureCode, CultureCode) href: api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePair.html#Sdl_LanguagePlatform_Core_LanguagePair__ctor_Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_ commentId: M:Sdl.LanguagePlatform.Core.LanguagePair.#ctor(Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode) - name.vb: New(CultureCode, CultureCode) fullName: Sdl.LanguagePlatform.Core.LanguagePair.LanguagePair(Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode) - fullName.vb: Sdl.LanguagePlatform.Core.LanguagePair.New(Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode) nameWithType: LanguagePair.LanguagePair(CultureCode, CultureCode) - nameWithType.vb: LanguagePair.New(CultureCode, CultureCode) - uid: Sdl.LanguagePlatform.Core.LanguagePair.#ctor* name: LanguagePair href: api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePair.html#Sdl_LanguagePlatform_Core_LanguagePair__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.LanguagePair.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.LanguagePair.LanguagePair - fullName.vb: Sdl.LanguagePlatform.Core.LanguagePair.New nameWithType: LanguagePair.LanguagePair - nameWithType.vb: LanguagePair.New - uid: Sdl.LanguagePlatform.Core.LanguagePair.CompareTo(Sdl.LanguagePlatform.Core.LanguagePair) name: CompareTo(LanguagePair) href: api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePair.html#Sdl_LanguagePlatform_Core_LanguagePair_CompareTo_Sdl_LanguagePlatform_Core_LanguagePair_ @@ -89125,14 +79179,11 @@ references: fullName: Sdl.LanguagePlatform.Core.LanguagePair.CompareTo nameWithType: LanguagePair.CompareTo - uid: Sdl.LanguagePlatform.Core.LanguagePair.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePair.html#Sdl_LanguagePlatform_Core_LanguagePair_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.Core.LanguagePair.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.Core.LanguagePair.Equals(object) - fullName.vb: Sdl.LanguagePlatform.Core.LanguagePair.Equals(Object) - nameWithType: LanguagePair.Equals(object) - nameWithType.vb: LanguagePair.Equals(Object) + fullName: Sdl.LanguagePlatform.Core.LanguagePair.Equals(System.Object) + nameWithType: LanguagePair.Equals(Object) - uid: Sdl.LanguagePlatform.Core.LanguagePair.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePair.html#Sdl_LanguagePlatform_Core_LanguagePair_Equals_ @@ -89248,14 +79299,14 @@ references: fullName: Sdl.LanguagePlatform.Core.LanguagePair.ToString nameWithType: LanguagePair.ToString - uid: Sdl.LanguagePlatform.Core.LanguagePair.TryParse(System.String,Sdl.LanguagePlatform.Core.LanguagePair@) - name: TryParse(string, out LanguagePair) + name: TryParse(String, out LanguagePair) href: api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePair.html#Sdl_LanguagePlatform_Core_LanguagePair_TryParse_System_String_Sdl_LanguagePlatform_Core_LanguagePair__ commentId: M:Sdl.LanguagePlatform.Core.LanguagePair.TryParse(System.String,Sdl.LanguagePlatform.Core.LanguagePair@) - name.vb: TryParse(String, LanguagePair) - fullName: Sdl.LanguagePlatform.Core.LanguagePair.TryParse(string, out Sdl.LanguagePlatform.Core.LanguagePair) - fullName.vb: Sdl.LanguagePlatform.Core.LanguagePair.TryParse(String, Sdl.LanguagePlatform.Core.LanguagePair) - nameWithType: LanguagePair.TryParse(string, out LanguagePair) - nameWithType.vb: LanguagePair.TryParse(String, LanguagePair) + name.vb: TryParse(String, ByRef LanguagePair) + fullName: Sdl.LanguagePlatform.Core.LanguagePair.TryParse(System.String, out Sdl.LanguagePlatform.Core.LanguagePair) + fullName.vb: Sdl.LanguagePlatform.Core.LanguagePair.TryParse(System.String, ByRef Sdl.LanguagePlatform.Core.LanguagePair) + nameWithType: LanguagePair.TryParse(String, out LanguagePair) + nameWithType.vb: LanguagePair.TryParse(String, ByRef LanguagePair) - uid: Sdl.LanguagePlatform.Core.LanguagePair.TryParse* name: TryParse href: api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePair.html#Sdl_LanguagePlatform_Core_LanguagePair_TryParse_ @@ -89272,65 +79323,44 @@ references: name: LanguagePlatformException(ErrorCode) href: api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePlatformException.html#Sdl_LanguagePlatform_Core_LanguagePlatformException__ctor_Sdl_LanguagePlatform_Core_ErrorCode_ commentId: M:Sdl.LanguagePlatform.Core.LanguagePlatformException.#ctor(Sdl.LanguagePlatform.Core.ErrorCode) - name.vb: New(ErrorCode) fullName: Sdl.LanguagePlatform.Core.LanguagePlatformException.LanguagePlatformException(Sdl.LanguagePlatform.Core.ErrorCode) - fullName.vb: Sdl.LanguagePlatform.Core.LanguagePlatformException.New(Sdl.LanguagePlatform.Core.ErrorCode) nameWithType: LanguagePlatformException.LanguagePlatformException(ErrorCode) - nameWithType.vb: LanguagePlatformException.New(ErrorCode) - uid: Sdl.LanguagePlatform.Core.LanguagePlatformException.#ctor(Sdl.LanguagePlatform.Core.ErrorCode,Sdl.LanguagePlatform.Core.FaultStatus) name: LanguagePlatformException(ErrorCode, FaultStatus) href: api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePlatformException.html#Sdl_LanguagePlatform_Core_LanguagePlatformException__ctor_Sdl_LanguagePlatform_Core_ErrorCode_Sdl_LanguagePlatform_Core_FaultStatus_ commentId: M:Sdl.LanguagePlatform.Core.LanguagePlatformException.#ctor(Sdl.LanguagePlatform.Core.ErrorCode,Sdl.LanguagePlatform.Core.FaultStatus) - name.vb: New(ErrorCode, FaultStatus) fullName: Sdl.LanguagePlatform.Core.LanguagePlatformException.LanguagePlatformException(Sdl.LanguagePlatform.Core.ErrorCode, Sdl.LanguagePlatform.Core.FaultStatus) - fullName.vb: Sdl.LanguagePlatform.Core.LanguagePlatformException.New(Sdl.LanguagePlatform.Core.ErrorCode, Sdl.LanguagePlatform.Core.FaultStatus) nameWithType: LanguagePlatformException.LanguagePlatformException(ErrorCode, FaultStatus) - nameWithType.vb: LanguagePlatformException.New(ErrorCode, FaultStatus) - uid: Sdl.LanguagePlatform.Core.LanguagePlatformException.#ctor(Sdl.LanguagePlatform.Core.ErrorCode,Sdl.LanguagePlatform.Core.FaultStatus,System.String) - name: LanguagePlatformException(ErrorCode, FaultStatus, string) + name: LanguagePlatformException(ErrorCode, FaultStatus, String) href: api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePlatformException.html#Sdl_LanguagePlatform_Core_LanguagePlatformException__ctor_Sdl_LanguagePlatform_Core_ErrorCode_Sdl_LanguagePlatform_Core_FaultStatus_System_String_ commentId: M:Sdl.LanguagePlatform.Core.LanguagePlatformException.#ctor(Sdl.LanguagePlatform.Core.ErrorCode,Sdl.LanguagePlatform.Core.FaultStatus,System.String) - name.vb: New(ErrorCode, FaultStatus, String) - fullName: Sdl.LanguagePlatform.Core.LanguagePlatformException.LanguagePlatformException(Sdl.LanguagePlatform.Core.ErrorCode, Sdl.LanguagePlatform.Core.FaultStatus, string) - fullName.vb: Sdl.LanguagePlatform.Core.LanguagePlatformException.New(Sdl.LanguagePlatform.Core.ErrorCode, Sdl.LanguagePlatform.Core.FaultStatus, String) - nameWithType: LanguagePlatformException.LanguagePlatformException(ErrorCode, FaultStatus, string) - nameWithType.vb: LanguagePlatformException.New(ErrorCode, FaultStatus, String) + fullName: Sdl.LanguagePlatform.Core.LanguagePlatformException.LanguagePlatformException(Sdl.LanguagePlatform.Core.ErrorCode, Sdl.LanguagePlatform.Core.FaultStatus, System.String) + nameWithType: LanguagePlatformException.LanguagePlatformException(ErrorCode, FaultStatus, String) - uid: Sdl.LanguagePlatform.Core.LanguagePlatformException.#ctor(Sdl.LanguagePlatform.Core.ErrorCode,System.String) - name: LanguagePlatformException(ErrorCode, string) + name: LanguagePlatformException(ErrorCode, String) href: api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePlatformException.html#Sdl_LanguagePlatform_Core_LanguagePlatformException__ctor_Sdl_LanguagePlatform_Core_ErrorCode_System_String_ commentId: M:Sdl.LanguagePlatform.Core.LanguagePlatformException.#ctor(Sdl.LanguagePlatform.Core.ErrorCode,System.String) - name.vb: New(ErrorCode, String) - fullName: Sdl.LanguagePlatform.Core.LanguagePlatformException.LanguagePlatformException(Sdl.LanguagePlatform.Core.ErrorCode, string) - fullName.vb: Sdl.LanguagePlatform.Core.LanguagePlatformException.New(Sdl.LanguagePlatform.Core.ErrorCode, String) - nameWithType: LanguagePlatformException.LanguagePlatformException(ErrorCode, string) - nameWithType.vb: LanguagePlatformException.New(ErrorCode, String) + fullName: Sdl.LanguagePlatform.Core.LanguagePlatformException.LanguagePlatformException(Sdl.LanguagePlatform.Core.ErrorCode, System.String) + nameWithType: LanguagePlatformException.LanguagePlatformException(ErrorCode, String) - uid: Sdl.LanguagePlatform.Core.LanguagePlatformException.#ctor(Sdl.LanguagePlatform.Core.FaultDescription) name: LanguagePlatformException(FaultDescription) href: api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePlatformException.html#Sdl_LanguagePlatform_Core_LanguagePlatformException__ctor_Sdl_LanguagePlatform_Core_FaultDescription_ commentId: M:Sdl.LanguagePlatform.Core.LanguagePlatformException.#ctor(Sdl.LanguagePlatform.Core.FaultDescription) - name.vb: New(FaultDescription) fullName: Sdl.LanguagePlatform.Core.LanguagePlatformException.LanguagePlatformException(Sdl.LanguagePlatform.Core.FaultDescription) - fullName.vb: Sdl.LanguagePlatform.Core.LanguagePlatformException.New(Sdl.LanguagePlatform.Core.FaultDescription) nameWithType: LanguagePlatformException.LanguagePlatformException(FaultDescription) - nameWithType.vb: LanguagePlatformException.New(FaultDescription) - uid: Sdl.LanguagePlatform.Core.LanguagePlatformException.#ctor(Sdl.LanguagePlatform.Core.FaultDescription,System.Exception) name: LanguagePlatformException(FaultDescription, Exception) href: api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePlatformException.html#Sdl_LanguagePlatform_Core_LanguagePlatformException__ctor_Sdl_LanguagePlatform_Core_FaultDescription_System_Exception_ commentId: M:Sdl.LanguagePlatform.Core.LanguagePlatformException.#ctor(Sdl.LanguagePlatform.Core.FaultDescription,System.Exception) - name.vb: New(FaultDescription, Exception) fullName: Sdl.LanguagePlatform.Core.LanguagePlatformException.LanguagePlatformException(Sdl.LanguagePlatform.Core.FaultDescription, System.Exception) - fullName.vb: Sdl.LanguagePlatform.Core.LanguagePlatformException.New(Sdl.LanguagePlatform.Core.FaultDescription, System.Exception) nameWithType: LanguagePlatformException.LanguagePlatformException(FaultDescription, Exception) - nameWithType.vb: LanguagePlatformException.New(FaultDescription, Exception) - uid: Sdl.LanguagePlatform.Core.LanguagePlatformException.#ctor* name: LanguagePlatformException href: api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePlatformException.html#Sdl_LanguagePlatform_Core_LanguagePlatformException__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.LanguagePlatformException.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.LanguagePlatformException.LanguagePlatformException - fullName.vb: Sdl.LanguagePlatform.Core.LanguagePlatformException.New nameWithType: LanguagePlatformException.LanguagePlatformException - nameWithType.vb: LanguagePlatformException.New - uid: Sdl.LanguagePlatform.Core.LanguagePlatformException.Description name: Description href: api/translationmemory/Sdl.LanguagePlatform.Core.LanguagePlatformException.html#Sdl_LanguagePlatform_Core_LanguagePlatformException_Description @@ -89356,29 +79386,26 @@ references: name: Pair() href: api/translationmemory/Sdl.LanguagePlatform.Core.Pair-1.html#Sdl_LanguagePlatform_Core_Pair_1__ctor commentId: M:Sdl.LanguagePlatform.Core.Pair`1.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Pair.Pair() - fullName.vb: Sdl.LanguagePlatform.Core.Pair(Of T).New() + fullName.vb: Sdl.LanguagePlatform.Core.Pair(Of T).Pair() nameWithType: Pair.Pair() - nameWithType.vb: Pair(Of T).New() + nameWithType.vb: Pair(Of T).Pair() - uid: Sdl.LanguagePlatform.Core.Pair`1.#ctor(`0,`0) name: Pair(T, T) href: api/translationmemory/Sdl.LanguagePlatform.Core.Pair-1.html#Sdl_LanguagePlatform_Core_Pair_1__ctor__0__0_ commentId: M:Sdl.LanguagePlatform.Core.Pair`1.#ctor(`0,`0) - name.vb: New(T, T) fullName: Sdl.LanguagePlatform.Core.Pair.Pair(T, T) - fullName.vb: Sdl.LanguagePlatform.Core.Pair(Of T).New(T, T) + fullName.vb: Sdl.LanguagePlatform.Core.Pair(Of T).Pair(T, T) nameWithType: Pair.Pair(T, T) - nameWithType.vb: Pair(Of T).New(T, T) + nameWithType.vb: Pair(Of T).Pair(T, T) - uid: Sdl.LanguagePlatform.Core.Pair`1.#ctor* name: Pair href: api/translationmemory/Sdl.LanguagePlatform.Core.Pair-1.html#Sdl_LanguagePlatform_Core_Pair_1__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Pair`1.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Pair.Pair - fullName.vb: Sdl.LanguagePlatform.Core.Pair(Of T).New + fullName.vb: Sdl.LanguagePlatform.Core.Pair(Of T).Pair nameWithType: Pair.Pair - nameWithType.vb: Pair(Of T).New + nameWithType.vb: Pair(Of T).Pair - uid: Sdl.LanguagePlatform.Core.Pair`1.Left name: Left href: api/translationmemory/Sdl.LanguagePlatform.Core.Pair-1.html#Sdl_LanguagePlatform_Core_Pair_1_Left @@ -89408,14 +79435,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor nameWithType: IResourceDataAccessor - uid: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.GetResourceData(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name: GetResourceData(CultureCode, LanguageResourceType, bool) + name: GetResourceData(CultureCode, LanguageResourceType, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.html#Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessor_GetResourceData_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_Core_Resources_LanguageResourceType_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.GetResourceData(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name.vb: GetResourceData(CultureCode, LanguageResourceType, Boolean) - fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.GetResourceData(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.GetResourceData(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, Boolean) - nameWithType: IResourceDataAccessor.GetResourceData(CultureCode, LanguageResourceType, bool) - nameWithType.vb: IResourceDataAccessor.GetResourceData(CultureCode, LanguageResourceType, Boolean) + fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.GetResourceData(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, System.Boolean) + nameWithType: IResourceDataAccessor.GetResourceData(CultureCode, LanguageResourceType, Boolean) - uid: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.GetResourceData* name: GetResourceData href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.html#Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessor_GetResourceData_ @@ -89423,14 +79447,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.GetResourceData nameWithType: IResourceDataAccessor.GetResourceData - uid: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.GetResourceStatus(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name: GetResourceStatus(CultureCode, LanguageResourceType, bool) + name: GetResourceStatus(CultureCode, LanguageResourceType, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.html#Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessor_GetResourceStatus_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_Core_Resources_LanguageResourceType_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.GetResourceStatus(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name.vb: GetResourceStatus(CultureCode, LanguageResourceType, Boolean) - fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.GetResourceStatus(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.GetResourceStatus(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, Boolean) - nameWithType: IResourceDataAccessor.GetResourceStatus(CultureCode, LanguageResourceType, bool) - nameWithType.vb: IResourceDataAccessor.GetResourceStatus(CultureCode, LanguageResourceType, Boolean) + fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.GetResourceStatus(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, System.Boolean) + nameWithType: IResourceDataAccessor.GetResourceStatus(CultureCode, LanguageResourceType, Boolean) - uid: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.GetResourceStatus* name: GetResourceStatus href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.html#Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessor_GetResourceStatus_ @@ -89450,14 +79471,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.GetSupportedCultures nameWithType: IResourceDataAccessor.GetSupportedCultures - uid: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.ReadResourceData(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name: ReadResourceData(CultureCode, LanguageResourceType, bool) + name: ReadResourceData(CultureCode, LanguageResourceType, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.html#Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessor_ReadResourceData_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_Core_Resources_LanguageResourceType_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.ReadResourceData(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name.vb: ReadResourceData(CultureCode, LanguageResourceType, Boolean) - fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.ReadResourceData(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.ReadResourceData(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, Boolean) - nameWithType: IResourceDataAccessor.ReadResourceData(CultureCode, LanguageResourceType, bool) - nameWithType.vb: IResourceDataAccessor.ReadResourceData(CultureCode, LanguageResourceType, Boolean) + fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.ReadResourceData(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, System.Boolean) + nameWithType: IResourceDataAccessor.ReadResourceData(CultureCode, LanguageResourceType, Boolean) - uid: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.ReadResourceData* name: ReadResourceData href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor.html#Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessor_ReadResourceData_ @@ -89471,14 +79489,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync nameWithType: IResourceDataAccessorAsync - uid: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.GetResourceDataAsync(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name: GetResourceDataAsync(CultureCode, LanguageResourceType, bool) + name: GetResourceDataAsync(CultureCode, LanguageResourceType, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.html#Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessorAsync_GetResourceDataAsync_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_Core_Resources_LanguageResourceType_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.GetResourceDataAsync(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name.vb: GetResourceDataAsync(CultureCode, LanguageResourceType, Boolean) - fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.GetResourceDataAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.GetResourceDataAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, Boolean) - nameWithType: IResourceDataAccessorAsync.GetResourceDataAsync(CultureCode, LanguageResourceType, bool) - nameWithType.vb: IResourceDataAccessorAsync.GetResourceDataAsync(CultureCode, LanguageResourceType, Boolean) + fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.GetResourceDataAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, System.Boolean) + nameWithType: IResourceDataAccessorAsync.GetResourceDataAsync(CultureCode, LanguageResourceType, Boolean) - uid: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.GetResourceDataAsync* name: GetResourceDataAsync href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.html#Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessorAsync_GetResourceDataAsync_ @@ -89486,14 +79501,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.GetResourceDataAsync nameWithType: IResourceDataAccessorAsync.GetResourceDataAsync - uid: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.GetResourceStatusAsync(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name: GetResourceStatusAsync(CultureCode, LanguageResourceType, bool) + name: GetResourceStatusAsync(CultureCode, LanguageResourceType, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.html#Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessorAsync_GetResourceStatusAsync_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_Core_Resources_LanguageResourceType_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.GetResourceStatusAsync(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name.vb: GetResourceStatusAsync(CultureCode, LanguageResourceType, Boolean) - fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.GetResourceStatusAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.GetResourceStatusAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, Boolean) - nameWithType: IResourceDataAccessorAsync.GetResourceStatusAsync(CultureCode, LanguageResourceType, bool) - nameWithType.vb: IResourceDataAccessorAsync.GetResourceStatusAsync(CultureCode, LanguageResourceType, Boolean) + fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.GetResourceStatusAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, System.Boolean) + nameWithType: IResourceDataAccessorAsync.GetResourceStatusAsync(CultureCode, LanguageResourceType, Boolean) - uid: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.GetResourceStatusAsync* name: GetResourceStatusAsync href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.html#Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessorAsync_GetResourceStatusAsync_ @@ -89513,14 +79525,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.GetSupportedCultures nameWithType: IResourceDataAccessorAsync.GetSupportedCultures - uid: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.ReadResourceDataAsync(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name: ReadResourceDataAsync(CultureCode, LanguageResourceType, bool) + name: ReadResourceDataAsync(CultureCode, LanguageResourceType, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.html#Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessorAsync_ReadResourceDataAsync_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_Core_Resources_LanguageResourceType_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.ReadResourceDataAsync(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name.vb: ReadResourceDataAsync(CultureCode, LanguageResourceType, Boolean) - fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.ReadResourceDataAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.ReadResourceDataAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, Boolean) - nameWithType: IResourceDataAccessorAsync.ReadResourceDataAsync(CultureCode, LanguageResourceType, bool) - nameWithType.vb: IResourceDataAccessorAsync.ReadResourceDataAsync(CultureCode, LanguageResourceType, Boolean) + fullName: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.ReadResourceDataAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, System.Boolean) + nameWithType: IResourceDataAccessorAsync.ReadResourceDataAsync(CultureCode, LanguageResourceType, Boolean) - uid: Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.ReadResourceDataAsync* name: ReadResourceDataAsync href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync.html#Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessorAsync_ReadResourceDataAsync_ @@ -89723,29 +79732,20 @@ references: name: ResourceDataAccessorAsyncWrapper(IResourceDataAccessor) href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.html#Sdl_LanguagePlatform_Core_Resources_ResourceDataAccessorAsyncWrapper__ctor_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessor_ commentId: M:Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.#ctor(Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) - name.vb: New(IResourceDataAccessor) fullName: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.ResourceDataAccessorAsyncWrapper(Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) - fullName.vb: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.New(Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) nameWithType: ResourceDataAccessorAsyncWrapper.ResourceDataAccessorAsyncWrapper(IResourceDataAccessor) - nameWithType.vb: ResourceDataAccessorAsyncWrapper.New(IResourceDataAccessor) - uid: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.#ctor* name: ResourceDataAccessorAsyncWrapper href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.html#Sdl_LanguagePlatform_Core_Resources_ResourceDataAccessorAsyncWrapper__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.ResourceDataAccessorAsyncWrapper - fullName.vb: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.New nameWithType: ResourceDataAccessorAsyncWrapper.ResourceDataAccessorAsyncWrapper - nameWithType.vb: ResourceDataAccessorAsyncWrapper.New - uid: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.GetResourceDataAsync(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name: GetResourceDataAsync(CultureCode, LanguageResourceType, bool) + name: GetResourceDataAsync(CultureCode, LanguageResourceType, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.html#Sdl_LanguagePlatform_Core_Resources_ResourceDataAccessorAsyncWrapper_GetResourceDataAsync_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_Core_Resources_LanguageResourceType_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.GetResourceDataAsync(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name.vb: GetResourceDataAsync(CultureCode, LanguageResourceType, Boolean) - fullName: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.GetResourceDataAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.GetResourceDataAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, Boolean) - nameWithType: ResourceDataAccessorAsyncWrapper.GetResourceDataAsync(CultureCode, LanguageResourceType, bool) - nameWithType.vb: ResourceDataAccessorAsyncWrapper.GetResourceDataAsync(CultureCode, LanguageResourceType, Boolean) + fullName: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.GetResourceDataAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, System.Boolean) + nameWithType: ResourceDataAccessorAsyncWrapper.GetResourceDataAsync(CultureCode, LanguageResourceType, Boolean) - uid: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.GetResourceDataAsync* name: GetResourceDataAsync href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.html#Sdl_LanguagePlatform_Core_Resources_ResourceDataAccessorAsyncWrapper_GetResourceDataAsync_ @@ -89753,14 +79753,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.GetResourceDataAsync nameWithType: ResourceDataAccessorAsyncWrapper.GetResourceDataAsync - uid: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.GetResourceStatusAsync(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name: GetResourceStatusAsync(CultureCode, LanguageResourceType, bool) + name: GetResourceStatusAsync(CultureCode, LanguageResourceType, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.html#Sdl_LanguagePlatform_Core_Resources_ResourceDataAccessorAsyncWrapper_GetResourceStatusAsync_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_Core_Resources_LanguageResourceType_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.GetResourceStatusAsync(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name.vb: GetResourceStatusAsync(CultureCode, LanguageResourceType, Boolean) - fullName: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.GetResourceStatusAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.GetResourceStatusAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, Boolean) - nameWithType: ResourceDataAccessorAsyncWrapper.GetResourceStatusAsync(CultureCode, LanguageResourceType, bool) - nameWithType.vb: ResourceDataAccessorAsyncWrapper.GetResourceStatusAsync(CultureCode, LanguageResourceType, Boolean) + fullName: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.GetResourceStatusAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, System.Boolean) + nameWithType: ResourceDataAccessorAsyncWrapper.GetResourceStatusAsync(CultureCode, LanguageResourceType, Boolean) - uid: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.GetResourceStatusAsync* name: GetResourceStatusAsync href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.html#Sdl_LanguagePlatform_Core_Resources_ResourceDataAccessorAsyncWrapper_GetResourceStatusAsync_ @@ -89792,14 +79789,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.GetWrapper nameWithType: ResourceDataAccessorAsyncWrapper.GetWrapper - uid: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.ReadResourceDataAsync(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name: ReadResourceDataAsync(CultureCode, LanguageResourceType, bool) + name: ReadResourceDataAsync(CultureCode, LanguageResourceType, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.html#Sdl_LanguagePlatform_Core_Resources_ResourceDataAccessorAsyncWrapper_ReadResourceDataAsync_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_Core_Resources_LanguageResourceType_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.ReadResourceDataAsync(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.LanguageResourceType,System.Boolean) - name.vb: ReadResourceDataAsync(CultureCode, LanguageResourceType, Boolean) - fullName: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.ReadResourceDataAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.ReadResourceDataAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, Boolean) - nameWithType: ResourceDataAccessorAsyncWrapper.ReadResourceDataAsync(CultureCode, LanguageResourceType, bool) - nameWithType.vb: ResourceDataAccessorAsyncWrapper.ReadResourceDataAsync(CultureCode, LanguageResourceType, Boolean) + fullName: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.ReadResourceDataAsync(Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.LanguageResourceType, System.Boolean) + nameWithType: ResourceDataAccessorAsyncWrapper.ReadResourceDataAsync(CultureCode, LanguageResourceType, Boolean) - uid: Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.ReadResourceDataAsync* name: ReadResourceDataAsync href: api/translationmemory/Sdl.LanguagePlatform.Core.Resources.ResourceDataAccessorAsyncWrapper.html#Sdl_LanguagePlatform_Core_Resources_ResourceDataAccessorAsyncWrapper_ReadResourceDataAsync_ @@ -89864,29 +79858,20 @@ references: name: Segment() href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment__ctor commentId: M:Sdl.LanguagePlatform.Core.Segment.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Segment.Segment() - fullName.vb: Sdl.LanguagePlatform.Core.Segment.New() nameWithType: Segment.Segment() - nameWithType.vb: Segment.New() - uid: Sdl.LanguagePlatform.Core.Segment.#ctor(Sdl.Core.Globalization.CultureCode) name: Segment(CultureCode) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment__ctor_Sdl_Core_Globalization_CultureCode_ commentId: M:Sdl.LanguagePlatform.Core.Segment.#ctor(Sdl.Core.Globalization.CultureCode) - name.vb: New(CultureCode) fullName: Sdl.LanguagePlatform.Core.Segment.Segment(Sdl.Core.Globalization.CultureCode) - fullName.vb: Sdl.LanguagePlatform.Core.Segment.New(Sdl.Core.Globalization.CultureCode) nameWithType: Segment.Segment(CultureCode) - nameWithType.vb: Segment.New(CultureCode) - uid: Sdl.LanguagePlatform.Core.Segment.#ctor* name: Segment href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Segment.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Segment.Segment - fullName.vb: Sdl.LanguagePlatform.Core.Segment.New nameWithType: Segment.Segment - nameWithType.vb: Segment.New - uid: Sdl.LanguagePlatform.Core.Segment.Add(Sdl.LanguagePlatform.Core.SegmentElement) name: Add(SegmentElement) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_Add_Sdl_LanguagePlatform_Core_SegmentElement_ @@ -89894,14 +79879,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Segment.Add(Sdl.LanguagePlatform.Core.SegmentElement) nameWithType: Segment.Add(SegmentElement) - uid: Sdl.LanguagePlatform.Core.Segment.Add(System.String) - name: Add(string) + name: Add(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_Add_System_String_ commentId: M:Sdl.LanguagePlatform.Core.Segment.Add(System.String) - name.vb: Add(String) - fullName: Sdl.LanguagePlatform.Core.Segment.Add(string) - fullName.vb: Sdl.LanguagePlatform.Core.Segment.Add(String) - nameWithType: Segment.Add(string) - nameWithType.vb: Segment.Add(String) + fullName: Sdl.LanguagePlatform.Core.Segment.Add(System.String) + nameWithType: Segment.Add(String) - uid: Sdl.LanguagePlatform.Core.Segment.Add* name: Add href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_Add_ @@ -89993,14 +79975,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Segment.CultureName nameWithType: Segment.CultureName - uid: Sdl.LanguagePlatform.Core.Segment.DeleteEmptyTagPairs(System.Boolean) - name: DeleteEmptyTagPairs(bool) + name: DeleteEmptyTagPairs(Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_DeleteEmptyTagPairs_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segment.DeleteEmptyTagPairs(System.Boolean) - name.vb: DeleteEmptyTagPairs(Boolean) - fullName: Sdl.LanguagePlatform.Core.Segment.DeleteEmptyTagPairs(bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segment.DeleteEmptyTagPairs(Boolean) - nameWithType: Segment.DeleteEmptyTagPairs(bool) - nameWithType.vb: Segment.DeleteEmptyTagPairs(Boolean) + fullName: Sdl.LanguagePlatform.Core.Segment.DeleteEmptyTagPairs(System.Boolean) + nameWithType: Segment.DeleteEmptyTagPairs(Boolean) - uid: Sdl.LanguagePlatform.Core.Segment.DeleteEmptyTagPairs* name: DeleteEmptyTagPairs href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_DeleteEmptyTagPairs_ @@ -90014,7 +79993,7 @@ references: fullName: Sdl.LanguagePlatform.Core.Segment.DeleteTags() nameWithType: Segment.DeleteTags() - uid: Sdl.LanguagePlatform.Core.Segment.DeleteTags(Sdl.LanguagePlatform.Core.Segment.DeleteTagsAction) - name: DeleteTags(DeleteTagsAction) + name: DeleteTags(Segment.DeleteTagsAction) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_DeleteTags_Sdl_LanguagePlatform_Core_Segment_DeleteTagsAction_ commentId: M:Sdl.LanguagePlatform.Core.Segment.DeleteTags(Sdl.LanguagePlatform.Core.Segment.DeleteTagsAction) fullName: Sdl.LanguagePlatform.Core.Segment.DeleteTags(Sdl.LanguagePlatform.Core.Segment.DeleteTagsAction) @@ -90116,14 +80095,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Segment.FillUnmatchedStartAndEndTags nameWithType: Segment.FillUnmatchedStartAndEndTags - uid: Sdl.LanguagePlatform.Core.Segment.FindTag(Sdl.LanguagePlatform.Core.TagType,System.Int32) - name: FindTag(TagType, int) + name: FindTag(TagType, Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_FindTag_Sdl_LanguagePlatform_Core_TagType_System_Int32_ commentId: M:Sdl.LanguagePlatform.Core.Segment.FindTag(Sdl.LanguagePlatform.Core.TagType,System.Int32) - name.vb: FindTag(TagType, Integer) - fullName: Sdl.LanguagePlatform.Core.Segment.FindTag(Sdl.LanguagePlatform.Core.TagType, int) - fullName.vb: Sdl.LanguagePlatform.Core.Segment.FindTag(Sdl.LanguagePlatform.Core.TagType, Integer) - nameWithType: Segment.FindTag(TagType, int) - nameWithType.vb: Segment.FindTag(TagType, Integer) + fullName: Sdl.LanguagePlatform.Core.Segment.FindTag(Sdl.LanguagePlatform.Core.TagType, System.Int32) + nameWithType: Segment.FindTag(TagType, Int32) - uid: Sdl.LanguagePlatform.Core.Segment.FindTag* name: FindTag href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_FindTag_ @@ -90155,14 +80131,14 @@ references: fullName: Sdl.LanguagePlatform.Core.Segment.GetMaxTagAnchor nameWithType: Segment.GetMaxTagAnchor - uid: Sdl.LanguagePlatform.Core.Segment.GetMinMaxTagAnchor(System.Int32@,System.Int32@) - name: GetMinMaxTagAnchor(out int, out int) + name: GetMinMaxTagAnchor(out Int32, out Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_GetMinMaxTagAnchor_System_Int32__System_Int32__ commentId: M:Sdl.LanguagePlatform.Core.Segment.GetMinMaxTagAnchor(System.Int32@,System.Int32@) - name.vb: GetMinMaxTagAnchor(Integer, Integer) - fullName: Sdl.LanguagePlatform.Core.Segment.GetMinMaxTagAnchor(out int, out int) - fullName.vb: Sdl.LanguagePlatform.Core.Segment.GetMinMaxTagAnchor(Integer, Integer) - nameWithType: Segment.GetMinMaxTagAnchor(out int, out int) - nameWithType.vb: Segment.GetMinMaxTagAnchor(Integer, Integer) + name.vb: GetMinMaxTagAnchor(ByRef Int32, ByRef Int32) + fullName: Sdl.LanguagePlatform.Core.Segment.GetMinMaxTagAnchor(out System.Int32, out System.Int32) + fullName.vb: Sdl.LanguagePlatform.Core.Segment.GetMinMaxTagAnchor(ByRef System.Int32, ByRef System.Int32) + nameWithType: Segment.GetMinMaxTagAnchor(out Int32, out Int32) + nameWithType.vb: Segment.GetMinMaxTagAnchor(ByRef Int32, ByRef Int32) - uid: Sdl.LanguagePlatform.Core.Segment.GetMinMaxTagAnchor* name: GetMinMaxTagAnchor href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_GetMinMaxTagAnchor_ @@ -90368,14 +80344,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Segment.RemoveUnmatchedStartAndEndTags() nameWithType: Segment.RemoveUnmatchedStartAndEndTags() - uid: Sdl.LanguagePlatform.Core.Segment.RemoveUnmatchedStartAndEndTags(System.Boolean) - name: RemoveUnmatchedStartAndEndTags(bool) + name: RemoveUnmatchedStartAndEndTags(Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_RemoveUnmatchedStartAndEndTags_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segment.RemoveUnmatchedStartAndEndTags(System.Boolean) - name.vb: RemoveUnmatchedStartAndEndTags(Boolean) - fullName: Sdl.LanguagePlatform.Core.Segment.RemoveUnmatchedStartAndEndTags(bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segment.RemoveUnmatchedStartAndEndTags(Boolean) - nameWithType: Segment.RemoveUnmatchedStartAndEndTags(bool) - nameWithType.vb: Segment.RemoveUnmatchedStartAndEndTags(Boolean) + fullName: Sdl.LanguagePlatform.Core.Segment.RemoveUnmatchedStartAndEndTags(System.Boolean) + nameWithType: Segment.RemoveUnmatchedStartAndEndTags(Boolean) - uid: Sdl.LanguagePlatform.Core.Segment.RemoveUnmatchedStartAndEndTags* name: RemoveUnmatchedStartAndEndTags href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_RemoveUnmatchedStartAndEndTags_ @@ -90383,23 +80356,23 @@ references: fullName: Sdl.LanguagePlatform.Core.Segment.RemoveUnmatchedStartAndEndTags nameWithType: Segment.RemoveUnmatchedStartAndEndTags - uid: Sdl.LanguagePlatform.Core.Segment.RenumberTagAnchors(System.Int32,System.Int32@) - name: RenumberTagAnchors(int, ref int) + name: RenumberTagAnchors(Int32, ref Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_RenumberTagAnchors_System_Int32_System_Int32__ commentId: M:Sdl.LanguagePlatform.Core.Segment.RenumberTagAnchors(System.Int32,System.Int32@) - name.vb: RenumberTagAnchors(Integer, Integer) - fullName: Sdl.LanguagePlatform.Core.Segment.RenumberTagAnchors(int, ref int) - fullName.vb: Sdl.LanguagePlatform.Core.Segment.RenumberTagAnchors(Integer, Integer) - nameWithType: Segment.RenumberTagAnchors(int, ref int) - nameWithType.vb: Segment.RenumberTagAnchors(Integer, Integer) + name.vb: RenumberTagAnchors(Int32, ByRef Int32) + fullName: Sdl.LanguagePlatform.Core.Segment.RenumberTagAnchors(System.Int32, ref System.Int32) + fullName.vb: Sdl.LanguagePlatform.Core.Segment.RenumberTagAnchors(System.Int32, ByRef System.Int32) + nameWithType: Segment.RenumberTagAnchors(Int32, ref Int32) + nameWithType.vb: Segment.RenumberTagAnchors(Int32, ByRef Int32) - uid: Sdl.LanguagePlatform.Core.Segment.RenumberTagAnchors(System.Int32@) - name: RenumberTagAnchors(ref int) + name: RenumberTagAnchors(ref Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_RenumberTagAnchors_System_Int32__ commentId: M:Sdl.LanguagePlatform.Core.Segment.RenumberTagAnchors(System.Int32@) - name.vb: RenumberTagAnchors(Integer) - fullName: Sdl.LanguagePlatform.Core.Segment.RenumberTagAnchors(ref int) - fullName.vb: Sdl.LanguagePlatform.Core.Segment.RenumberTagAnchors(Integer) - nameWithType: Segment.RenumberTagAnchors(ref int) - nameWithType.vb: Segment.RenumberTagAnchors(Integer) + name.vb: RenumberTagAnchors(ByRef Int32) + fullName: Sdl.LanguagePlatform.Core.Segment.RenumberTagAnchors(ref System.Int32) + fullName.vb: Sdl.LanguagePlatform.Core.Segment.RenumberTagAnchors(ByRef System.Int32) + nameWithType: Segment.RenumberTagAnchors(ref Int32) + nameWithType.vb: Segment.RenumberTagAnchors(ByRef Int32) - uid: Sdl.LanguagePlatform.Core.Segment.RenumberTagAnchors* name: RenumberTagAnchors href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_RenumberTagAnchors_ @@ -90431,23 +80404,20 @@ references: fullName: Sdl.LanguagePlatform.Core.Segment.ToPlain(Sdl.LanguagePlatform.Core.SegmentRange) nameWithType: Segment.ToPlain(SegmentRange) - uid: Sdl.LanguagePlatform.Core.Segment.ToPlain(System.Boolean,System.Boolean,System.Collections.Generic.List{Sdl.LanguagePlatform.Core.SegmentPosition}@) - name: ToPlain(bool, bool, out List) + name: ToPlain(Boolean, Boolean, out List) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_ToPlain_System_Boolean_System_Boolean_System_Collections_Generic_List_Sdl_LanguagePlatform_Core_SegmentPosition___ commentId: M:Sdl.LanguagePlatform.Core.Segment.ToPlain(System.Boolean,System.Boolean,System.Collections.Generic.List{Sdl.LanguagePlatform.Core.SegmentPosition}@) - name.vb: ToPlain(Boolean, Boolean, List(Of SegmentPosition)) - fullName: Sdl.LanguagePlatform.Core.Segment.ToPlain(bool, bool, out System.Collections.Generic.List) - fullName.vb: Sdl.LanguagePlatform.Core.Segment.ToPlain(Boolean, Boolean, System.Collections.Generic.List(Of Sdl.LanguagePlatform.Core.SegmentPosition)) - nameWithType: Segment.ToPlain(bool, bool, out List) - nameWithType.vb: Segment.ToPlain(Boolean, Boolean, List(Of SegmentPosition)) + name.vb: ToPlain(Boolean, Boolean, ByRef List(Of SegmentPosition)) + fullName: Sdl.LanguagePlatform.Core.Segment.ToPlain(System.Boolean, System.Boolean, out System.Collections.Generic.List) + fullName.vb: Sdl.LanguagePlatform.Core.Segment.ToPlain(System.Boolean, System.Boolean, ByRef System.Collections.Generic.List(Of Sdl.LanguagePlatform.Core.SegmentPosition)) + nameWithType: Segment.ToPlain(Boolean, Boolean, out List) + nameWithType.vb: Segment.ToPlain(Boolean, Boolean, ByRef List(Of SegmentPosition)) - uid: Sdl.LanguagePlatform.Core.Segment.ToPlain(System.Int32,System.Int32) - name: ToPlain(int, int) + name: ToPlain(Int32, Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_ToPlain_System_Int32_System_Int32_ commentId: M:Sdl.LanguagePlatform.Core.Segment.ToPlain(System.Int32,System.Int32) - name.vb: ToPlain(Integer, Integer) - fullName: Sdl.LanguagePlatform.Core.Segment.ToPlain(int, int) - fullName.vb: Sdl.LanguagePlatform.Core.Segment.ToPlain(Integer, Integer) - nameWithType: Segment.ToPlain(int, int) - nameWithType.vb: Segment.ToPlain(Integer, Integer) + fullName: Sdl.LanguagePlatform.Core.Segment.ToPlain(System.Int32, System.Int32) + nameWithType: Segment.ToPlain(Int32, Int32) - uid: Sdl.LanguagePlatform.Core.Segment.ToPlain* name: ToPlain href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_ToPlain_ @@ -90503,14 +80473,14 @@ references: fullName: Sdl.LanguagePlatform.Core.Segment.TrimStart nameWithType: Segment.TrimStart - uid: Sdl.LanguagePlatform.Core.Segment.UpdateFromTokenIndices(System.Collections.Generic.ICollection{System.Int32}) - name: UpdateFromTokenIndices(ICollection) + name: UpdateFromTokenIndices(ICollection) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_UpdateFromTokenIndices_System_Collections_Generic_ICollection_System_Int32__ commentId: M:Sdl.LanguagePlatform.Core.Segment.UpdateFromTokenIndices(System.Collections.Generic.ICollection{System.Int32}) - name.vb: UpdateFromTokenIndices(ICollection(Of Integer)) - fullName: Sdl.LanguagePlatform.Core.Segment.UpdateFromTokenIndices(System.Collections.Generic.ICollection) - fullName.vb: Sdl.LanguagePlatform.Core.Segment.UpdateFromTokenIndices(System.Collections.Generic.ICollection(Of Integer)) - nameWithType: Segment.UpdateFromTokenIndices(ICollection) - nameWithType.vb: Segment.UpdateFromTokenIndices(ICollection(Of Integer)) + name.vb: UpdateFromTokenIndices(ICollection(Of Int32)) + fullName: Sdl.LanguagePlatform.Core.Segment.UpdateFromTokenIndices(System.Collections.Generic.ICollection) + fullName.vb: Sdl.LanguagePlatform.Core.Segment.UpdateFromTokenIndices(System.Collections.Generic.ICollection(Of System.Int32)) + nameWithType: Segment.UpdateFromTokenIndices(ICollection) + nameWithType.vb: Segment.UpdateFromTokenIndices(ICollection(Of Int32)) - uid: Sdl.LanguagePlatform.Core.Segment.UpdateFromTokenIndices* name: UpdateFromTokenIndices href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_UpdateFromTokenIndices_ @@ -90524,7 +80494,7 @@ references: fullName: Sdl.LanguagePlatform.Core.Segment.Validate() nameWithType: Segment.Validate() - uid: Sdl.LanguagePlatform.Core.Segment.Validate(Sdl.LanguagePlatform.Core.Segment.ValidationMode) - name: Validate(ValidationMode) + name: Validate(Segment.ValidationMode) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segment.html#Sdl_LanguagePlatform_Core_Segment_Validate_Sdl_LanguagePlatform_Core_Segment_ValidationMode_ commentId: M:Sdl.LanguagePlatform.Core.Segment.Validate(Sdl.LanguagePlatform.Core.Segment.ValidationMode) fullName: Sdl.LanguagePlatform.Core.Segment.Validate(Sdl.LanguagePlatform.Core.Segment.ValidationMode) @@ -90593,47 +80563,32 @@ references: name: Context() href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html#Sdl_LanguagePlatform_Core_Segmentation_Context__ctor commentId: M:Sdl.LanguagePlatform.Core.Segmentation.Context.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Segmentation.Context.Context() - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.Context.New() nameWithType: Context.Context() - nameWithType.vb: Context.New() - uid: Sdl.LanguagePlatform.Core.Segmentation.Context.#ctor(Sdl.LanguagePlatform.Core.Segmentation.Context) name: Context(Context) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html#Sdl_LanguagePlatform_Core_Segmentation_Context__ctor_Sdl_LanguagePlatform_Core_Segmentation_Context_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.Context.#ctor(Sdl.LanguagePlatform.Core.Segmentation.Context) - name.vb: New(Context) fullName: Sdl.LanguagePlatform.Core.Segmentation.Context.Context(Sdl.LanguagePlatform.Core.Segmentation.Context) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.Context.New(Sdl.LanguagePlatform.Core.Segmentation.Context) nameWithType: Context.Context(Context) - nameWithType.vb: Context.New(Context) - uid: Sdl.LanguagePlatform.Core.Segmentation.Context.#ctor(System.String) - name: Context(string) + name: Context(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html#Sdl_LanguagePlatform_Core_Segmentation_Context__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.Context.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.Core.Segmentation.Context.Context(string) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.Context.New(String) - nameWithType: Context.Context(string) - nameWithType.vb: Context.New(String) + fullName: Sdl.LanguagePlatform.Core.Segmentation.Context.Context(System.String) + nameWithType: Context.Context(String) - uid: Sdl.LanguagePlatform.Core.Segmentation.Context.#ctor(System.String,System.Boolean,System.Boolean) - name: Context(string, bool, bool) + name: Context(String, Boolean, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html#Sdl_LanguagePlatform_Core_Segmentation_Context__ctor_System_String_System_Boolean_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.Context.#ctor(System.String,System.Boolean,System.Boolean) - name.vb: New(String, Boolean, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.Context.Context(string, bool, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.Context.New(String, Boolean, Boolean) - nameWithType: Context.Context(string, bool, bool) - nameWithType.vb: Context.New(String, Boolean, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.Context.Context(System.String, System.Boolean, System.Boolean) + nameWithType: Context.Context(String, Boolean, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.Context.#ctor* name: Context href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html#Sdl_LanguagePlatform_Core_Segmentation_Context__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Segmentation.Context.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Segmentation.Context.Context - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.Context.New nameWithType: Context.Context - nameWithType.vb: Context.New - uid: Sdl.LanguagePlatform.Core.Segmentation.Context.CaseInsensitiveMatching name: CaseInsensitiveMatching href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html#Sdl_LanguagePlatform_Core_Segmentation_Context_CaseInsensitiveMatching @@ -90659,14 +80614,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.Context.Clone nameWithType: Context.Clone - uid: Sdl.LanguagePlatform.Core.Segmentation.Context.FindAllMatches(System.String,System.Int32) - name: FindAllMatches(string, int) + name: FindAllMatches(String, Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html#Sdl_LanguagePlatform_Core_Segmentation_Context_FindAllMatches_System_String_System_Int32_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.Context.FindAllMatches(System.String,System.Int32) - name.vb: FindAllMatches(String, Integer) - fullName: Sdl.LanguagePlatform.Core.Segmentation.Context.FindAllMatches(string, int) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.Context.FindAllMatches(String, Integer) - nameWithType: Context.FindAllMatches(string, int) - nameWithType.vb: Context.FindAllMatches(String, Integer) + fullName: Sdl.LanguagePlatform.Core.Segmentation.Context.FindAllMatches(System.String, System.Int32) + nameWithType: Context.FindAllMatches(String, Int32) - uid: Sdl.LanguagePlatform.Core.Segmentation.Context.FindAllMatches* name: FindAllMatches href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html#Sdl_LanguagePlatform_Core_Segmentation_Context_FindAllMatches_ @@ -90674,14 +80626,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.Context.FindAllMatches nameWithType: Context.FindAllMatches - uid: Sdl.LanguagePlatform.Core.Segmentation.Context.MatchesAt(System.String,System.Int32,System.Boolean,System.Boolean) - name: MatchesAt(string, int, bool, bool) + name: MatchesAt(String, Int32, Boolean, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html#Sdl_LanguagePlatform_Core_Segmentation_Context_MatchesAt_System_String_System_Int32_System_Boolean_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.Context.MatchesAt(System.String,System.Int32,System.Boolean,System.Boolean) - name.vb: MatchesAt(String, Integer, Boolean, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.Context.MatchesAt(string, int, bool, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.Context.MatchesAt(String, Integer, Boolean, Boolean) - nameWithType: Context.MatchesAt(string, int, bool, bool) - nameWithType.vb: Context.MatchesAt(String, Integer, Boolean, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.Context.MatchesAt(System.String, System.Int32, System.Boolean, System.Boolean) + nameWithType: Context.MatchesAt(String, Int32, Boolean, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.Context.MatchesAt* name: MatchesAt href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html#Sdl_LanguagePlatform_Core_Segmentation_Context_MatchesAt_ @@ -90701,14 +80650,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.Context.MatchesAtInputBoundary nameWithType: Context.MatchesAtInputBoundary - uid: Sdl.LanguagePlatform.Core.Segmentation.Context.MatchesUpto(System.String,System.Int32) - name: MatchesUpto(string, int) + name: MatchesUpto(String, Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html#Sdl_LanguagePlatform_Core_Segmentation_Context_MatchesUpto_System_String_System_Int32_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.Context.MatchesUpto(System.String,System.Int32) - name.vb: MatchesUpto(String, Integer) - fullName: Sdl.LanguagePlatform.Core.Segmentation.Context.MatchesUpto(string, int) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.Context.MatchesUpto(String, Integer) - nameWithType: Context.MatchesUpto(string, int) - nameWithType.vb: Context.MatchesUpto(String, Integer) + fullName: Sdl.LanguagePlatform.Core.Segmentation.Context.MatchesUpto(System.String, System.Int32) + nameWithType: Context.MatchesUpto(String, Int32) - uid: Sdl.LanguagePlatform.Core.Segmentation.Context.MatchesUpto* name: MatchesUpto href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.Context.html#Sdl_LanguagePlatform_Core_Segmentation_Context_MatchesUpto_ @@ -90797,47 +80743,32 @@ references: name: LocalizedString() href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html#Sdl_LanguagePlatform_Core_Segmentation_LocalizedString__ctor commentId: M:Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.LocalizedString() - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.New() nameWithType: LocalizedString.LocalizedString() - nameWithType.vb: LocalizedString.New() - uid: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.#ctor(Sdl.LanguagePlatform.Core.Segmentation.LocalizedString) name: LocalizedString(LocalizedString) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html#Sdl_LanguagePlatform_Core_Segmentation_LocalizedString__ctor_Sdl_LanguagePlatform_Core_Segmentation_LocalizedString_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.#ctor(Sdl.LanguagePlatform.Core.Segmentation.LocalizedString) - name.vb: New(LocalizedString) fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.LocalizedString(Sdl.LanguagePlatform.Core.Segmentation.LocalizedString) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.New(Sdl.LanguagePlatform.Core.Segmentation.LocalizedString) nameWithType: LocalizedString.LocalizedString(LocalizedString) - nameWithType.vb: LocalizedString.New(LocalizedString) - uid: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.#ctor(System.String) - name: LocalizedString(string) + name: LocalizedString(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html#Sdl_LanguagePlatform_Core_Segmentation_LocalizedString__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.LocalizedString(string) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.New(String) - nameWithType: LocalizedString.LocalizedString(string) - nameWithType.vb: LocalizedString.New(String) + fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.LocalizedString(System.String) + nameWithType: LocalizedString.LocalizedString(String) - uid: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.#ctor* name: LocalizedString href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html#Sdl_LanguagePlatform_Core_Segmentation_LocalizedString__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.LocalizedString - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.New nameWithType: LocalizedString.LocalizedString - nameWithType.vb: LocalizedString.New - uid: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.Add(System.Object) - name: Add(object) + name: Add(Object) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html#Sdl_LanguagePlatform_Core_Segmentation_LocalizedString_Add_System_Object_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.Add(System.Object) - name.vb: Add(Object) - fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.Add(object) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.Add(Object) - nameWithType: LocalizedString.Add(object) - nameWithType.vb: LocalizedString.Add(Object) + fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.Add(System.Object) + nameWithType: LocalizedString.Add(Object) - uid: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.Add* name: Add href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html#Sdl_LanguagePlatform_Core_Segmentation_LocalizedString_Add_ @@ -90875,14 +80806,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.DeleteText(Sdl.Core.Globalization.CultureCode) nameWithType: LocalizedString.DeleteText(CultureCode) - uid: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.DeleteText(Sdl.Core.Globalization.CultureCode,System.Boolean) - name: DeleteText(CultureCode, bool) + name: DeleteText(CultureCode, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html#Sdl_LanguagePlatform_Core_Segmentation_LocalizedString_DeleteText_Sdl_Core_Globalization_CultureCode_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.DeleteText(Sdl.Core.Globalization.CultureCode,System.Boolean) - name.vb: DeleteText(CultureCode, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.DeleteText(Sdl.Core.Globalization.CultureCode, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.DeleteText(Sdl.Core.Globalization.CultureCode, Boolean) - nameWithType: LocalizedString.DeleteText(CultureCode, bool) - nameWithType.vb: LocalizedString.DeleteText(CultureCode, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.DeleteText(Sdl.Core.Globalization.CultureCode, System.Boolean) + nameWithType: LocalizedString.DeleteText(CultureCode, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.DeleteText* name: DeleteText href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html#Sdl_LanguagePlatform_Core_Segmentation_LocalizedString_DeleteText_ @@ -90908,14 +80836,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.GetText(Sdl.Core.Globalization.CultureCode) nameWithType: LocalizedString.GetText(CultureCode) - uid: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.GetText(Sdl.Core.Globalization.CultureCode,System.Boolean) - name: GetText(CultureCode, bool) + name: GetText(CultureCode, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html#Sdl_LanguagePlatform_Core_Segmentation_LocalizedString_GetText_Sdl_Core_Globalization_CultureCode_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.GetText(Sdl.Core.Globalization.CultureCode,System.Boolean) - name.vb: GetText(CultureCode, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.GetText(Sdl.Core.Globalization.CultureCode, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.GetText(Sdl.Core.Globalization.CultureCode, Boolean) - nameWithType: LocalizedString.GetText(CultureCode, bool) - nameWithType.vb: LocalizedString.GetText(CultureCode, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.GetText(Sdl.Core.Globalization.CultureCode, System.Boolean) + nameWithType: LocalizedString.GetText(CultureCode, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.GetText* name: GetText href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html#Sdl_LanguagePlatform_Core_Segmentation_LocalizedString_GetText_ @@ -90935,29 +80860,39 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.InvariantText nameWithType: LocalizedString.InvariantText - uid: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.SetText(Sdl.Core.Globalization.CultureCode,System.String) - name: SetText(CultureCode, string) + name: SetText(CultureCode, String) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html#Sdl_LanguagePlatform_Core_Segmentation_LocalizedString_SetText_Sdl_Core_Globalization_CultureCode_System_String_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.SetText(Sdl.Core.Globalization.CultureCode,System.String) - name.vb: SetText(CultureCode, String) - fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.SetText(Sdl.Core.Globalization.CultureCode, string) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.SetText(Sdl.Core.Globalization.CultureCode, String) - nameWithType: LocalizedString.SetText(CultureCode, string) - nameWithType.vb: LocalizedString.SetText(CultureCode, String) + fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.SetText(Sdl.Core.Globalization.CultureCode, System.String) + nameWithType: LocalizedString.SetText(CultureCode, String) - uid: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.SetText(Sdl.Core.Globalization.CultureCode,System.String,System.Boolean) - name: SetText(CultureCode, string, bool) + name: SetText(CultureCode, String, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html#Sdl_LanguagePlatform_Core_Segmentation_LocalizedString_SetText_Sdl_Core_Globalization_CultureCode_System_String_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.SetText(Sdl.Core.Globalization.CultureCode,System.String,System.Boolean) - name.vb: SetText(CultureCode, String, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.SetText(Sdl.Core.Globalization.CultureCode, string, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.SetText(Sdl.Core.Globalization.CultureCode, String, Boolean) - nameWithType: LocalizedString.SetText(CultureCode, string, bool) - nameWithType.vb: LocalizedString.SetText(CultureCode, String, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.SetText(Sdl.Core.Globalization.CultureCode, System.String, System.Boolean) + nameWithType: LocalizedString.SetText(CultureCode, String, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.SetText* name: SetText href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html#Sdl_LanguagePlatform_Core_Segmentation_LocalizedString_SetText_ commentId: Overload:Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.SetText fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.SetText nameWithType: LocalizedString.SetText +- uid: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.System#Collections#IEnumerable#GetEnumerator + name: IEnumerable.GetEnumerator() + href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html#Sdl_LanguagePlatform_Core_Segmentation_LocalizedString_System_Collections_IEnumerable_GetEnumerator + commentId: M:Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator() + fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.System.Collections.IEnumerable.GetEnumerator() + nameWithType: LocalizedString.IEnumerable.GetEnumerator() + nameWithType.vb: LocalizedString.System.Collections.IEnumerable.GetEnumerator() +- uid: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.System#Collections#IEnumerable#GetEnumerator* + name: IEnumerable.GetEnumerator + href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html#Sdl_LanguagePlatform_Core_Segmentation_LocalizedString_System_Collections_IEnumerable_GetEnumerator_ + commentId: Overload:Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator + fullName: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.System.Collections.IEnumerable.GetEnumerator + nameWithType: LocalizedString.IEnumerable.GetEnumerator + nameWithType.vb: LocalizedString.System.Collections.IEnumerable.GetEnumerator - uid: Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.Text name: Text href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.LocalizedString.html#Sdl_LanguagePlatform_Core_Segmentation_LocalizedString_Text @@ -91076,38 +81011,26 @@ references: name: SegmentationContext() href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationContext__ctor commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.SegmentationContext() - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.New() nameWithType: SegmentationContext.SegmentationContext() - nameWithType.vb: SegmentationContext.New() - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.#ctor(Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext) name: SegmentationContext(SegmentationContext) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationContext__ctor_Sdl_LanguagePlatform_Core_Segmentation_SegmentationContext_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.#ctor(Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext) - name.vb: New(SegmentationContext) fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.SegmentationContext(Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.New(Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext) nameWithType: SegmentationContext.SegmentationContext(SegmentationContext) - nameWithType.vb: SegmentationContext.New(SegmentationContext) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.#ctor(System.String,System.String,Sdl.LanguagePlatform.Core.Segmentation.Context,Sdl.LanguagePlatform.Core.Segmentation.Context) - name: SegmentationContext(string, string, Context, Context) + name: SegmentationContext(String, String, Context, Context) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationContext__ctor_System_String_System_String_Sdl_LanguagePlatform_Core_Segmentation_Context_Sdl_LanguagePlatform_Core_Segmentation_Context_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.#ctor(System.String,System.String,Sdl.LanguagePlatform.Core.Segmentation.Context,Sdl.LanguagePlatform.Core.Segmentation.Context) - name.vb: New(String, String, Context, Context) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.SegmentationContext(string, string, Sdl.LanguagePlatform.Core.Segmentation.Context, Sdl.LanguagePlatform.Core.Segmentation.Context) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.New(String, String, Sdl.LanguagePlatform.Core.Segmentation.Context, Sdl.LanguagePlatform.Core.Segmentation.Context) - nameWithType: SegmentationContext.SegmentationContext(string, string, Context, Context) - nameWithType.vb: SegmentationContext.New(String, String, Context, Context) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.SegmentationContext(System.String, System.String, Sdl.LanguagePlatform.Core.Segmentation.Context, Sdl.LanguagePlatform.Core.Segmentation.Context) + nameWithType: SegmentationContext.SegmentationContext(String, String, Context, Context) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.#ctor* name: SegmentationContext href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationContext__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.SegmentationContext - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.New nameWithType: SegmentationContext.SegmentationContext - nameWithType.vb: SegmentationContext.New - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.Clone name: Clone() href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationContext_Clone @@ -91145,14 +81068,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.Description nameWithType: SegmentationContext.Description - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.FindAllMatches(System.String,System.Int32,System.Boolean,System.Boolean) - name: FindAllMatches(string, int, bool, bool) + name: FindAllMatches(String, Int32, Boolean, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationContext_FindAllMatches_System_String_System_Int32_System_Boolean_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.FindAllMatches(System.String,System.Int32,System.Boolean,System.Boolean) - name.vb: FindAllMatches(String, Integer, Boolean, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.FindAllMatches(string, int, bool, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.FindAllMatches(String, Integer, Boolean, Boolean) - nameWithType: SegmentationContext.FindAllMatches(string, int, bool, bool) - nameWithType.vb: SegmentationContext.FindAllMatches(String, Integer, Boolean, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.FindAllMatches(System.String, System.Int32, System.Boolean, System.Boolean) + nameWithType: SegmentationContext.FindAllMatches(String, Int32, Boolean, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.FindAllMatches* name: FindAllMatches href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationContext_FindAllMatches_ @@ -91184,14 +81104,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.IsEnabled nameWithType: SegmentationContext.IsEnabled - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.MatchesAt(System.String,System.Int32,System.Boolean,System.Boolean) - name: MatchesAt(string, int, bool, bool) + name: MatchesAt(String, Int32, Boolean, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationContext_MatchesAt_System_String_System_Int32_System_Boolean_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.MatchesAt(System.String,System.Int32,System.Boolean,System.Boolean) - name.vb: MatchesAt(String, Integer, Boolean, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.MatchesAt(string, int, bool, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.MatchesAt(String, Integer, Boolean, Boolean) - nameWithType: SegmentationContext.MatchesAt(string, int, bool, bool) - nameWithType.vb: SegmentationContext.MatchesAt(String, Integer, Boolean, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.MatchesAt(System.String, System.Int32, System.Boolean, System.Boolean) + nameWithType: SegmentationContext.MatchesAt(String, Int32, Boolean, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.MatchesAt* name: MatchesAt href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationContext_MatchesAt_ @@ -91256,47 +81173,35 @@ references: name: SegmentationRule() href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRule__ctor commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.SegmentationRule() - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.New() nameWithType: SegmentationRule.SegmentationRule() - nameWithType.vb: SegmentationRule.New() - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.#ctor(Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule) name: SegmentationRule(SegmentationRule) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRule__ctor_Sdl_LanguagePlatform_Core_Segmentation_SegmentationRule_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.#ctor(Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule) - name.vb: New(SegmentationRule) fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.SegmentationRule(Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.New(Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule) nameWithType: SegmentationRule.SegmentationRule(SegmentationRule) - nameWithType.vb: SegmentationRule.New(SegmentationRule) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.#ctor(System.String,Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext) - name: SegmentationRule(string, SegmentationContext) + name: SegmentationRule(String, SegmentationContext) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRule__ctor_System_String_Sdl_LanguagePlatform_Core_Segmentation_SegmentationContext_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.#ctor(System.String,Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext) - name.vb: New(String, SegmentationContext) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.SegmentationRule(string, Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.New(String, Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext) - nameWithType: SegmentationRule.SegmentationRule(string, SegmentationContext) - nameWithType.vb: SegmentationRule.New(String, SegmentationContext) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.SegmentationRule(System.String, Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext) + nameWithType: SegmentationRule.SegmentationRule(String, SegmentationContext) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.#ctor(System.String,Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext,System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext}) - name: SegmentationRule(string, SegmentationContext, List) + name: SegmentationRule(String, SegmentationContext, List) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRule__ctor_System_String_Sdl_LanguagePlatform_Core_Segmentation_SegmentationContext_System_Collections_Generic_List_Sdl_LanguagePlatform_Core_Segmentation_SegmentationContext__ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.#ctor(System.String,Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext,System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext}) - name.vb: New(String, SegmentationContext, List(Of SegmentationContext)) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.SegmentationRule(string, Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext, System.Collections.Generic.List) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.New(String, Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext, System.Collections.Generic.List(Of Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext)) - nameWithType: SegmentationRule.SegmentationRule(string, SegmentationContext, List) - nameWithType.vb: SegmentationRule.New(String, SegmentationContext, List(Of SegmentationContext)) + name.vb: SegmentationRule(String, SegmentationContext, List(Of SegmentationContext)) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.SegmentationRule(System.String, Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext, System.Collections.Generic.List) + fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.SegmentationRule(System.String, Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext, System.Collections.Generic.List(Of Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext)) + nameWithType: SegmentationRule.SegmentationRule(String, SegmentationContext, List) + nameWithType.vb: SegmentationRule.SegmentationRule(String, SegmentationContext, List(Of SegmentationContext)) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.#ctor* name: SegmentationRule href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRule__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.SegmentationRule - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.New nameWithType: SegmentationRule.SegmentationRule - nameWithType.vb: SegmentationRule.New - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.AddException(Sdl.LanguagePlatform.Core.Segmentation.SegmentationContext) name: AddException(SegmentationContext) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRule_AddException_Sdl_LanguagePlatform_Core_Segmentation_SegmentationContext_ @@ -91346,14 +81251,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.Exceptions nameWithType: SegmentationRule.Exceptions - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.FindAllMatches(System.String,System.Int32,System.Boolean,System.Boolean) - name: FindAllMatches(string, int, bool, bool) + name: FindAllMatches(String, Int32, Boolean, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRule_FindAllMatches_System_String_System_Int32_System_Boolean_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.FindAllMatches(System.String,System.Int32,System.Boolean,System.Boolean) - name.vb: FindAllMatches(String, Integer, Boolean, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.FindAllMatches(string, int, bool, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.FindAllMatches(String, Integer, Boolean, Boolean) - nameWithType: SegmentationRule.FindAllMatches(string, int, bool, bool) - nameWithType.vb: SegmentationRule.FindAllMatches(String, Integer, Boolean, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.FindAllMatches(System.String, System.Int32, System.Boolean, System.Boolean) + nameWithType: SegmentationRule.FindAllMatches(String, Int32, Boolean, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.FindAllMatches* name: FindAllMatches href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRule_FindAllMatches_ @@ -91361,14 +81263,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.FindAllMatches nameWithType: SegmentationRule.FindAllMatches - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.FindFirstMatch(System.String,System.Int32,System.Boolean,System.Boolean) - name: FindFirstMatch(string, int, bool, bool) + name: FindFirstMatch(String, Int32, Boolean, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRule_FindFirstMatch_System_String_System_Int32_System_Boolean_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.FindFirstMatch(System.String,System.Int32,System.Boolean,System.Boolean) - name.vb: FindFirstMatch(String, Integer, Boolean, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.FindFirstMatch(string, int, bool, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.FindFirstMatch(String, Integer, Boolean, Boolean) - nameWithType: SegmentationRule.FindFirstMatch(string, int, bool, bool) - nameWithType.vb: SegmentationRule.FindFirstMatch(String, Integer, Boolean, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.FindFirstMatch(System.String, System.Int32, System.Boolean, System.Boolean) + nameWithType: SegmentationRule.FindFirstMatch(String, Int32, Boolean, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.FindFirstMatch* name: FindFirstMatch href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRule_FindFirstMatch_ @@ -91388,14 +81287,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.IsEnabled nameWithType: SegmentationRule.IsEnabled - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.MatchesAt(System.String,System.Int32,System.Boolean,System.Boolean) - name: MatchesAt(string, int, bool, bool) + name: MatchesAt(String, Int32, Boolean, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRule_MatchesAt_System_String_System_Int32_System_Boolean_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.MatchesAt(System.String,System.Int32,System.Boolean,System.Boolean) - name.vb: MatchesAt(String, Integer, Boolean, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.MatchesAt(string, int, bool, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.MatchesAt(String, Integer, Boolean, Boolean) - nameWithType: SegmentationRule.MatchesAt(string, int, bool, bool) - nameWithType.vb: SegmentationRule.MatchesAt(String, Integer, Boolean, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.MatchesAt(System.String, System.Int32, System.Boolean, System.Boolean) + nameWithType: SegmentationRule.MatchesAt(String, Int32, Boolean, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.MatchesAt* name: MatchesAt href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRule.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRule_MatchesAt_ @@ -91484,56 +81380,38 @@ references: name: SegmentationRules() href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules__ctor commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.SegmentationRules() - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.New() nameWithType: SegmentationRules.SegmentationRules() - nameWithType.vb: SegmentationRules.New() - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.#ctor(Sdl.Core.Globalization.CultureCode,System.String) - name: SegmentationRules(CultureCode, string) + name: SegmentationRules(CultureCode, String) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules__ctor_Sdl_Core_Globalization_CultureCode_System_String_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.#ctor(Sdl.Core.Globalization.CultureCode,System.String) - name.vb: New(CultureCode, String) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.SegmentationRules(Sdl.Core.Globalization.CultureCode, string) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.New(Sdl.Core.Globalization.CultureCode, String) - nameWithType: SegmentationRules.SegmentationRules(CultureCode, string) - nameWithType.vb: SegmentationRules.New(CultureCode, String) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.SegmentationRules(Sdl.Core.Globalization.CultureCode, System.String) + nameWithType: SegmentationRules.SegmentationRules(CultureCode, String) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.#ctor(Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules) name: SegmentationRules(SegmentationRules) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules__ctor_Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.#ctor(Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules) - name.vb: New(SegmentationRules) fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.SegmentationRules(Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.New(Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules) nameWithType: SegmentationRules.SegmentationRules(SegmentationRules) - nameWithType.vb: SegmentationRules.New(SegmentationRules) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.#ctor(System.String,System.String) - name: SegmentationRules(string, string) + name: SegmentationRules(String, String) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules__ctor_System_String_System_String_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.SegmentationRules(string, string) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.New(String, String) - nameWithType: SegmentationRules.SegmentationRules(string, string) - nameWithType.vb: SegmentationRules.New(String, String) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.SegmentationRules(System.String, System.String) + nameWithType: SegmentationRules.SegmentationRules(String, String) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.#ctor* name: SegmentationRules href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.SegmentationRules - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.New nameWithType: SegmentationRules.SegmentationRules - nameWithType.vb: SegmentationRules.New - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Add(System.Object) - name: Add(object) + name: Add(Object) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_Add_System_Object_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Add(System.Object) - name.vb: Add(Object) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Add(object) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Add(Object) - nameWithType: SegmentationRules.Add(object) - nameWithType.vb: SegmentationRules.Add(Object) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Add(System.Object) + nameWithType: SegmentationRules.Add(Object) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Add* name: Add href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_Add_ @@ -91625,23 +81503,20 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.GetEnumerator nameWithType: SegmentationRules.GetEnumerator - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Item(System.Int32) - name: this[int] + name: Item[Int32] href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_Item_System_Int32_ commentId: P:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Item(System.Int32) - name.vb: this[](Integer) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.this[int] - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.this[](Integer) - nameWithType: SegmentationRules.this[int] - nameWithType.vb: SegmentationRules.this[](Integer) + name.vb: Item(Int32) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Item[System.Int32] + fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Item(System.Int32) + nameWithType: SegmentationRules.Item[Int32] + nameWithType.vb: SegmentationRules.Item(Int32) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Item* - name: this + name: Item href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_Item_ commentId: Overload:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Item - name.vb: this[] - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.this - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.this[] - nameWithType: SegmentationRules.this - nameWithType.vb: SegmentationRules.this[] + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Item + nameWithType: SegmentationRules.Item - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.ListReferencesResolved name: ListReferencesResolved href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_ListReferencesResolved @@ -91661,68 +81536,47 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.IO.Stream, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) nameWithType: SegmentationRules.Load(Stream, CultureCode, IResourceDataAccessor) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.IO.Stream,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor,System.Boolean) - name: Load(Stream, CultureCode, IResourceDataAccessor, bool) + name: Load(Stream, CultureCode, IResourceDataAccessor, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_Load_System_IO_Stream_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessor_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.IO.Stream,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor,System.Boolean) - name.vb: Load(Stream, CultureCode, IResourceDataAccessor, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.IO.Stream, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.IO.Stream, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, Boolean) - nameWithType: SegmentationRules.Load(Stream, CultureCode, IResourceDataAccessor, bool) - nameWithType.vb: SegmentationRules.Load(Stream, CultureCode, IResourceDataAccessor, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.IO.Stream, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, System.Boolean) + nameWithType: SegmentationRules.Load(Stream, CultureCode, IResourceDataAccessor, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.IO.Stream,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) - name: Load(Stream, string, IResourceDataAccessor) + name: Load(Stream, String, IResourceDataAccessor) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_Load_System_IO_Stream_System_String_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessor_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.IO.Stream,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) - name.vb: Load(Stream, String, IResourceDataAccessor) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.IO.Stream, string, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.IO.Stream, String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) - nameWithType: SegmentationRules.Load(Stream, string, IResourceDataAccessor) - nameWithType.vb: SegmentationRules.Load(Stream, String, IResourceDataAccessor) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.IO.Stream, System.String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) + nameWithType: SegmentationRules.Load(Stream, String, IResourceDataAccessor) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.IO.Stream,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor,System.Boolean) - name: Load(Stream, string, IResourceDataAccessor, bool) + name: Load(Stream, String, IResourceDataAccessor, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_Load_System_IO_Stream_System_String_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessor_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.IO.Stream,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor,System.Boolean) - name.vb: Load(Stream, String, IResourceDataAccessor, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.IO.Stream, string, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.IO.Stream, String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, Boolean) - nameWithType: SegmentationRules.Load(Stream, string, IResourceDataAccessor, bool) - nameWithType.vb: SegmentationRules.Load(Stream, String, IResourceDataAccessor, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.IO.Stream, System.String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, System.Boolean) + nameWithType: SegmentationRules.Load(Stream, String, IResourceDataAccessor, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.String,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) - name: Load(string, CultureCode, IResourceDataAccessor) + name: Load(String, CultureCode, IResourceDataAccessor) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_Load_System_String_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessor_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.String,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) - name.vb: Load(String, CultureCode, IResourceDataAccessor) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(string, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(String, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) - nameWithType: SegmentationRules.Load(string, CultureCode, IResourceDataAccessor) - nameWithType.vb: SegmentationRules.Load(String, CultureCode, IResourceDataAccessor) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.String, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) + nameWithType: SegmentationRules.Load(String, CultureCode, IResourceDataAccessor) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.String,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor,System.Boolean) - name: Load(string, CultureCode, IResourceDataAccessor, bool) + name: Load(String, CultureCode, IResourceDataAccessor, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_Load_System_String_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessor_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.String,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor,System.Boolean) - name.vb: Load(String, CultureCode, IResourceDataAccessor, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(string, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(String, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, Boolean) - nameWithType: SegmentationRules.Load(string, CultureCode, IResourceDataAccessor, bool) - nameWithType.vb: SegmentationRules.Load(String, CultureCode, IResourceDataAccessor, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.String, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, System.Boolean) + nameWithType: SegmentationRules.Load(String, CultureCode, IResourceDataAccessor, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.String,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) - name: Load(string, string, IResourceDataAccessor) + name: Load(String, String, IResourceDataAccessor) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_Load_System_String_System_String_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessor_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.String,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) - name.vb: Load(String, String, IResourceDataAccessor) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(string, string, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(String, String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) - nameWithType: SegmentationRules.Load(string, string, IResourceDataAccessor) - nameWithType.vb: SegmentationRules.Load(String, String, IResourceDataAccessor) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.String, System.String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor) + nameWithType: SegmentationRules.Load(String, String, IResourceDataAccessor) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.String,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor,System.Boolean) - name: Load(string, string, IResourceDataAccessor, bool) + name: Load(String, String, IResourceDataAccessor, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_Load_System_String_System_String_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessor_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.String,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor,System.Boolean) - name.vb: Load(String, String, IResourceDataAccessor, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(string, string, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(String, String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, Boolean) - nameWithType: SegmentationRules.Load(string, string, IResourceDataAccessor, bool) - nameWithType.vb: SegmentationRules.Load(String, String, IResourceDataAccessor, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load(System.String, System.String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, System.Boolean) + nameWithType: SegmentationRules.Load(String, String, IResourceDataAccessor, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Load* name: Load href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_Load_ @@ -91736,68 +81590,47 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.IO.Stream, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync) nameWithType: SegmentationRules.LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.IO.Stream,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync,System.Boolean) - name: LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync, bool) + name: LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_LoadAsync_System_IO_Stream_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessorAsync_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.IO.Stream,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync,System.Boolean) - name.vb: LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.IO.Stream, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.IO.Stream, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, Boolean) - nameWithType: SegmentationRules.LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync, bool) - nameWithType.vb: SegmentationRules.LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.IO.Stream, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, System.Boolean) + nameWithType: SegmentationRules.LoadAsync(Stream, CultureCode, IResourceDataAccessorAsync, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.IO.Stream,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync) - name: LoadAsync(Stream, string, IResourceDataAccessorAsync) + name: LoadAsync(Stream, String, IResourceDataAccessorAsync) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_LoadAsync_System_IO_Stream_System_String_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessorAsync_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.IO.Stream,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync) - name.vb: LoadAsync(Stream, String, IResourceDataAccessorAsync) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.IO.Stream, string, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.IO.Stream, String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync) - nameWithType: SegmentationRules.LoadAsync(Stream, string, IResourceDataAccessorAsync) - nameWithType.vb: SegmentationRules.LoadAsync(Stream, String, IResourceDataAccessorAsync) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.IO.Stream, System.String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync) + nameWithType: SegmentationRules.LoadAsync(Stream, String, IResourceDataAccessorAsync) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.IO.Stream,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync,System.Boolean) - name: LoadAsync(Stream, string, IResourceDataAccessorAsync, bool) + name: LoadAsync(Stream, String, IResourceDataAccessorAsync, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_LoadAsync_System_IO_Stream_System_String_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessorAsync_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.IO.Stream,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync,System.Boolean) - name.vb: LoadAsync(Stream, String, IResourceDataAccessorAsync, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.IO.Stream, string, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.IO.Stream, String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, Boolean) - nameWithType: SegmentationRules.LoadAsync(Stream, string, IResourceDataAccessorAsync, bool) - nameWithType.vb: SegmentationRules.LoadAsync(Stream, String, IResourceDataAccessorAsync, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.IO.Stream, System.String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, System.Boolean) + nameWithType: SegmentationRules.LoadAsync(Stream, String, IResourceDataAccessorAsync, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.String,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync) - name: LoadAsync(string, CultureCode, IResourceDataAccessorAsync) + name: LoadAsync(String, CultureCode, IResourceDataAccessorAsync) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_LoadAsync_System_String_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessorAsync_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.String,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync) - name.vb: LoadAsync(String, CultureCode, IResourceDataAccessorAsync) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(string, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(String, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync) - nameWithType: SegmentationRules.LoadAsync(string, CultureCode, IResourceDataAccessorAsync) - nameWithType.vb: SegmentationRules.LoadAsync(String, CultureCode, IResourceDataAccessorAsync) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.String, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync) + nameWithType: SegmentationRules.LoadAsync(String, CultureCode, IResourceDataAccessorAsync) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.String,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync,System.Boolean) - name: LoadAsync(string, CultureCode, IResourceDataAccessorAsync, bool) + name: LoadAsync(String, CultureCode, IResourceDataAccessorAsync, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_LoadAsync_System_String_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessorAsync_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.String,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync,System.Boolean) - name.vb: LoadAsync(String, CultureCode, IResourceDataAccessorAsync, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(string, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(String, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, Boolean) - nameWithType: SegmentationRules.LoadAsync(string, CultureCode, IResourceDataAccessorAsync, bool) - nameWithType.vb: SegmentationRules.LoadAsync(String, CultureCode, IResourceDataAccessorAsync, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.String, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, System.Boolean) + nameWithType: SegmentationRules.LoadAsync(String, CultureCode, IResourceDataAccessorAsync, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.String,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync) - name: LoadAsync(string, string, IResourceDataAccessorAsync) + name: LoadAsync(String, String, IResourceDataAccessorAsync) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_LoadAsync_System_String_System_String_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessorAsync_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.String,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync) - name.vb: LoadAsync(String, String, IResourceDataAccessorAsync) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(string, string, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(String, String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync) - nameWithType: SegmentationRules.LoadAsync(string, string, IResourceDataAccessorAsync) - nameWithType.vb: SegmentationRules.LoadAsync(String, String, IResourceDataAccessorAsync) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.String, System.String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync) + nameWithType: SegmentationRules.LoadAsync(String, String, IResourceDataAccessorAsync) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.String,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync,System.Boolean) - name: LoadAsync(string, string, IResourceDataAccessorAsync, bool) + name: LoadAsync(String, String, IResourceDataAccessorAsync, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_LoadAsync_System_String_System_String_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessorAsync_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.String,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync,System.Boolean) - name.vb: LoadAsync(String, String, IResourceDataAccessorAsync, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(string, string, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(String, String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, Boolean) - nameWithType: SegmentationRules.LoadAsync(string, string, IResourceDataAccessorAsync, bool) - nameWithType.vb: SegmentationRules.LoadAsync(String, String, IResourceDataAccessorAsync, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync(System.String, System.String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, System.Boolean) + nameWithType: SegmentationRules.LoadAsync(String, String, IResourceDataAccessorAsync, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync* name: LoadAsync href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_LoadAsync_ @@ -91805,14 +81638,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadAsync nameWithType: SegmentationRules.LoadAsync - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadRaw(System.IO.Stream,Sdl.Core.Globalization.CultureCode,System.Boolean) - name: LoadRaw(Stream, CultureCode, bool) + name: LoadRaw(Stream, CultureCode, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_LoadRaw_System_IO_Stream_Sdl_Core_Globalization_CultureCode_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadRaw(System.IO.Stream,Sdl.Core.Globalization.CultureCode,System.Boolean) - name.vb: LoadRaw(Stream, CultureCode, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadRaw(System.IO.Stream, Sdl.Core.Globalization.CultureCode, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadRaw(System.IO.Stream, Sdl.Core.Globalization.CultureCode, Boolean) - nameWithType: SegmentationRules.LoadRaw(Stream, CultureCode, bool) - nameWithType.vb: SegmentationRules.LoadRaw(Stream, CultureCode, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadRaw(System.IO.Stream, Sdl.Core.Globalization.CultureCode, System.Boolean) + nameWithType: SegmentationRules.LoadRaw(Stream, CultureCode, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadRaw* name: LoadRaw href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_LoadRaw_ @@ -91820,23 +81650,17 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadRaw nameWithType: SegmentationRules.LoadRaw - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializer(System.IO.Stream,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor,System.Boolean) - name: LoadUsingDataContractSerializer(Stream, CultureCode, IResourceDataAccessor, bool) + name: LoadUsingDataContractSerializer(Stream, CultureCode, IResourceDataAccessor, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_LoadUsingDataContractSerializer_System_IO_Stream_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessor_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializer(System.IO.Stream,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor,System.Boolean) - name.vb: LoadUsingDataContractSerializer(Stream, CultureCode, IResourceDataAccessor, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializer(System.IO.Stream, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializer(System.IO.Stream, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, Boolean) - nameWithType: SegmentationRules.LoadUsingDataContractSerializer(Stream, CultureCode, IResourceDataAccessor, bool) - nameWithType.vb: SegmentationRules.LoadUsingDataContractSerializer(Stream, CultureCode, IResourceDataAccessor, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializer(System.IO.Stream, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, System.Boolean) + nameWithType: SegmentationRules.LoadUsingDataContractSerializer(Stream, CultureCode, IResourceDataAccessor, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializer(System.IO.Stream,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor,System.Boolean) - name: LoadUsingDataContractSerializer(Stream, string, IResourceDataAccessor, bool) + name: LoadUsingDataContractSerializer(Stream, String, IResourceDataAccessor, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_LoadUsingDataContractSerializer_System_IO_Stream_System_String_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessor_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializer(System.IO.Stream,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor,System.Boolean) - name.vb: LoadUsingDataContractSerializer(Stream, String, IResourceDataAccessor, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializer(System.IO.Stream, string, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializer(System.IO.Stream, String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, Boolean) - nameWithType: SegmentationRules.LoadUsingDataContractSerializer(Stream, string, IResourceDataAccessor, bool) - nameWithType.vb: SegmentationRules.LoadUsingDataContractSerializer(Stream, String, IResourceDataAccessor, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializer(System.IO.Stream, System.String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessor, System.Boolean) + nameWithType: SegmentationRules.LoadUsingDataContractSerializer(Stream, String, IResourceDataAccessor, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializer* name: LoadUsingDataContractSerializer href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_LoadUsingDataContractSerializer_ @@ -91844,23 +81668,17 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializer nameWithType: SegmentationRules.LoadUsingDataContractSerializer - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializerAsync(System.IO.Stream,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync,System.Boolean) - name: LoadUsingDataContractSerializerAsync(Stream, CultureCode, IResourceDataAccessorAsync, bool) + name: LoadUsingDataContractSerializerAsync(Stream, CultureCode, IResourceDataAccessorAsync, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_LoadUsingDataContractSerializerAsync_System_IO_Stream_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessorAsync_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializerAsync(System.IO.Stream,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync,System.Boolean) - name.vb: LoadUsingDataContractSerializerAsync(Stream, CultureCode, IResourceDataAccessorAsync, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializerAsync(System.IO.Stream, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializerAsync(System.IO.Stream, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, Boolean) - nameWithType: SegmentationRules.LoadUsingDataContractSerializerAsync(Stream, CultureCode, IResourceDataAccessorAsync, bool) - nameWithType.vb: SegmentationRules.LoadUsingDataContractSerializerAsync(Stream, CultureCode, IResourceDataAccessorAsync, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializerAsync(System.IO.Stream, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, System.Boolean) + nameWithType: SegmentationRules.LoadUsingDataContractSerializerAsync(Stream, CultureCode, IResourceDataAccessorAsync, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializerAsync(System.IO.Stream,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync,System.Boolean) - name: LoadUsingDataContractSerializerAsync(Stream, string, IResourceDataAccessorAsync, bool) + name: LoadUsingDataContractSerializerAsync(Stream, String, IResourceDataAccessorAsync, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_LoadUsingDataContractSerializerAsync_System_IO_Stream_System_String_Sdl_LanguagePlatform_Core_Resources_IResourceDataAccessorAsync_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializerAsync(System.IO.Stream,System.String,Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync,System.Boolean) - name.vb: LoadUsingDataContractSerializerAsync(Stream, String, IResourceDataAccessorAsync, Boolean) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializerAsync(System.IO.Stream, string, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializerAsync(System.IO.Stream, String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, Boolean) - nameWithType: SegmentationRules.LoadUsingDataContractSerializerAsync(Stream, string, IResourceDataAccessorAsync, bool) - nameWithType.vb: SegmentationRules.LoadUsingDataContractSerializerAsync(Stream, String, IResourceDataAccessorAsync, Boolean) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializerAsync(System.IO.Stream, System.String, Sdl.LanguagePlatform.Core.Resources.IResourceDataAccessorAsync, System.Boolean) + nameWithType: SegmentationRules.LoadUsingDataContractSerializerAsync(Stream, String, IResourceDataAccessorAsync, Boolean) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.LoadUsingDataContractSerializerAsync* name: LoadUsingDataContractSerializerAsync href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_LoadUsingDataContractSerializerAsync_ @@ -91892,14 +81710,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Save(System.IO.Stream) nameWithType: SegmentationRules.Save(Stream) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Save(System.String) - name: Save(string) + name: Save(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_Save_System_String_ commentId: M:Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Save(System.String) - name.vb: Save(String) - fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Save(string) - fullName.vb: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Save(String) - nameWithType: SegmentationRules.Save(string) - nameWithType.vb: SegmentationRules.Save(String) + fullName: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Save(System.String) + nameWithType: SegmentationRules.Save(String) - uid: Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.Save* name: Save href: api/translationmemory/Sdl.LanguagePlatform.Core.Segmentation.SegmentationRules.html#Sdl_LanguagePlatform_Core_Segmentation_SegmentationRules_Save_ @@ -91940,20 +81755,14 @@ references: name: SegmentEditor() href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentEditor.html#Sdl_LanguagePlatform_Core_SegmentEditor__ctor commentId: M:Sdl.LanguagePlatform.Core.SegmentEditor.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.SegmentEditor.SegmentEditor() - fullName.vb: Sdl.LanguagePlatform.Core.SegmentEditor.New() nameWithType: SegmentEditor.SegmentEditor() - nameWithType.vb: SegmentEditor.New() - uid: Sdl.LanguagePlatform.Core.SegmentEditor.#ctor* name: SegmentEditor href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentEditor.html#Sdl_LanguagePlatform_Core_SegmentEditor__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.SegmentEditor.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.SegmentEditor.SegmentEditor - fullName.vb: Sdl.LanguagePlatform.Core.SegmentEditor.New nameWithType: SegmentEditor.SegmentEditor - nameWithType.vb: SegmentEditor.New - uid: Sdl.LanguagePlatform.Core.SegmentEditor.AppendTokens(Sdl.LanguagePlatform.Core.Segment,System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Tokenization.Token}) name: AppendTokens(Segment, List) href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentEditor.html#Sdl_LanguagePlatform_Core_SegmentEditor_AppendTokens_Sdl_LanguagePlatform_Core_Segment_System_Collections_Generic_List_Sdl_LanguagePlatform_Core_Tokenization_Token__ @@ -91970,14 +81779,14 @@ references: fullName: Sdl.LanguagePlatform.Core.SegmentEditor.AppendTokens nameWithType: SegmentEditor.AppendTokens - uid: Sdl.LanguagePlatform.Core.SegmentEditor.ChangeTokens(Sdl.LanguagePlatform.Core.Segment,System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Tokenization.Token},System.Int16,System.Int16) - name: ChangeTokens(Segment, List, short, short) + name: ChangeTokens(Segment, List, Int16, Int16) href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentEditor.html#Sdl_LanguagePlatform_Core_SegmentEditor_ChangeTokens_Sdl_LanguagePlatform_Core_Segment_System_Collections_Generic_List_Sdl_LanguagePlatform_Core_Tokenization_Token__System_Int16_System_Int16_ commentId: M:Sdl.LanguagePlatform.Core.SegmentEditor.ChangeTokens(Sdl.LanguagePlatform.Core.Segment,System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Tokenization.Token},System.Int16,System.Int16) - name.vb: ChangeTokens(Segment, List(Of Token), Short, Short) - fullName: Sdl.LanguagePlatform.Core.SegmentEditor.ChangeTokens(Sdl.LanguagePlatform.Core.Segment, System.Collections.Generic.List, short, short) - fullName.vb: Sdl.LanguagePlatform.Core.SegmentEditor.ChangeTokens(Sdl.LanguagePlatform.Core.Segment, System.Collections.Generic.List(Of Sdl.LanguagePlatform.Core.Tokenization.Token), Short, Short) - nameWithType: SegmentEditor.ChangeTokens(Segment, List, short, short) - nameWithType.vb: SegmentEditor.ChangeTokens(Segment, List(Of Token), Short, Short) + name.vb: ChangeTokens(Segment, List(Of Token), Int16, Int16) + fullName: Sdl.LanguagePlatform.Core.SegmentEditor.ChangeTokens(Sdl.LanguagePlatform.Core.Segment, System.Collections.Generic.List, System.Int16, System.Int16) + fullName.vb: Sdl.LanguagePlatform.Core.SegmentEditor.ChangeTokens(Sdl.LanguagePlatform.Core.Segment, System.Collections.Generic.List(Of Sdl.LanguagePlatform.Core.Tokenization.Token), System.Int16, System.Int16) + nameWithType: SegmentEditor.ChangeTokens(Segment, List, Int16, Int16) + nameWithType.vb: SegmentEditor.ChangeTokens(Segment, List(Of Token), Int16, Int16) - uid: Sdl.LanguagePlatform.Core.SegmentEditor.ChangeTokens* name: ChangeTokens href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentEditor.html#Sdl_LanguagePlatform_Core_SegmentEditor_ChangeTokens_ @@ -92009,14 +81818,11 @@ references: fullName: Sdl.LanguagePlatform.Core.SegmentEditor.Clone nameWithType: SegmentEditor.Clone - uid: Sdl.LanguagePlatform.Core.SegmentEditor.DeleteTokens(Sdl.LanguagePlatform.Core.Segment,System.Int16,System.Int16) - name: DeleteTokens(Segment, short, short) + name: DeleteTokens(Segment, Int16, Int16) href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentEditor.html#Sdl_LanguagePlatform_Core_SegmentEditor_DeleteTokens_Sdl_LanguagePlatform_Core_Segment_System_Int16_System_Int16_ commentId: M:Sdl.LanguagePlatform.Core.SegmentEditor.DeleteTokens(Sdl.LanguagePlatform.Core.Segment,System.Int16,System.Int16) - name.vb: DeleteTokens(Segment, Short, Short) - fullName: Sdl.LanguagePlatform.Core.SegmentEditor.DeleteTokens(Sdl.LanguagePlatform.Core.Segment, short, short) - fullName.vb: Sdl.LanguagePlatform.Core.SegmentEditor.DeleteTokens(Sdl.LanguagePlatform.Core.Segment, Short, Short) - nameWithType: SegmentEditor.DeleteTokens(Segment, short, short) - nameWithType.vb: SegmentEditor.DeleteTokens(Segment, Short, Short) + fullName: Sdl.LanguagePlatform.Core.SegmentEditor.DeleteTokens(Sdl.LanguagePlatform.Core.Segment, System.Int16, System.Int16) + nameWithType: SegmentEditor.DeleteTokens(Segment, Int16, Int16) - uid: Sdl.LanguagePlatform.Core.SegmentEditor.DeleteTokens* name: DeleteTokens href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentEditor.html#Sdl_LanguagePlatform_Core_SegmentEditor_DeleteTokens_ @@ -92024,23 +81830,23 @@ references: fullName: Sdl.LanguagePlatform.Core.SegmentEditor.DeleteTokens nameWithType: SegmentEditor.DeleteTokens - uid: Sdl.LanguagePlatform.Core.SegmentEditor.InsertTokens(Sdl.LanguagePlatform.Core.Segment,System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Tokenization.Token},System.Int16) - name: InsertTokens(Segment, List, short) + name: InsertTokens(Segment, List, Int16) href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentEditor.html#Sdl_LanguagePlatform_Core_SegmentEditor_InsertTokens_Sdl_LanguagePlatform_Core_Segment_System_Collections_Generic_List_Sdl_LanguagePlatform_Core_Tokenization_Token__System_Int16_ commentId: M:Sdl.LanguagePlatform.Core.SegmentEditor.InsertTokens(Sdl.LanguagePlatform.Core.Segment,System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Tokenization.Token},System.Int16) - name.vb: InsertTokens(Segment, List(Of Token), Short) - fullName: Sdl.LanguagePlatform.Core.SegmentEditor.InsertTokens(Sdl.LanguagePlatform.Core.Segment, System.Collections.Generic.List, short) - fullName.vb: Sdl.LanguagePlatform.Core.SegmentEditor.InsertTokens(Sdl.LanguagePlatform.Core.Segment, System.Collections.Generic.List(Of Sdl.LanguagePlatform.Core.Tokenization.Token), Short) - nameWithType: SegmentEditor.InsertTokens(Segment, List, short) - nameWithType.vb: SegmentEditor.InsertTokens(Segment, List(Of Token), Short) + name.vb: InsertTokens(Segment, List(Of Token), Int16) + fullName: Sdl.LanguagePlatform.Core.SegmentEditor.InsertTokens(Sdl.LanguagePlatform.Core.Segment, System.Collections.Generic.List, System.Int16) + fullName.vb: Sdl.LanguagePlatform.Core.SegmentEditor.InsertTokens(Sdl.LanguagePlatform.Core.Segment, System.Collections.Generic.List(Of Sdl.LanguagePlatform.Core.Tokenization.Token), System.Int16) + nameWithType: SegmentEditor.InsertTokens(Segment, List, Int16) + nameWithType.vb: SegmentEditor.InsertTokens(Segment, List(Of Token), Int16) - uid: Sdl.LanguagePlatform.Core.SegmentEditor.InsertTokens(Sdl.LanguagePlatform.Core.Segment,System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Tokenization.Token},System.Int16,System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Tokenization.Token}) - name: InsertTokens(Segment, List, short, List) + name: InsertTokens(Segment, List, Int16, List) href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentEditor.html#Sdl_LanguagePlatform_Core_SegmentEditor_InsertTokens_Sdl_LanguagePlatform_Core_Segment_System_Collections_Generic_List_Sdl_LanguagePlatform_Core_Tokenization_Token__System_Int16_System_Collections_Generic_List_Sdl_LanguagePlatform_Core_Tokenization_Token__ commentId: M:Sdl.LanguagePlatform.Core.SegmentEditor.InsertTokens(Sdl.LanguagePlatform.Core.Segment,System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Tokenization.Token},System.Int16,System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Tokenization.Token}) - name.vb: InsertTokens(Segment, List(Of Token), Short, List(Of Token)) - fullName: Sdl.LanguagePlatform.Core.SegmentEditor.InsertTokens(Sdl.LanguagePlatform.Core.Segment, System.Collections.Generic.List, short, System.Collections.Generic.List) - fullName.vb: Sdl.LanguagePlatform.Core.SegmentEditor.InsertTokens(Sdl.LanguagePlatform.Core.Segment, System.Collections.Generic.List(Of Sdl.LanguagePlatform.Core.Tokenization.Token), Short, System.Collections.Generic.List(Of Sdl.LanguagePlatform.Core.Tokenization.Token)) - nameWithType: SegmentEditor.InsertTokens(Segment, List, short, List) - nameWithType.vb: SegmentEditor.InsertTokens(Segment, List(Of Token), Short, List(Of Token)) + name.vb: InsertTokens(Segment, List(Of Token), Int16, List(Of Token)) + fullName: Sdl.LanguagePlatform.Core.SegmentEditor.InsertTokens(Sdl.LanguagePlatform.Core.Segment, System.Collections.Generic.List, System.Int16, System.Collections.Generic.List) + fullName.vb: Sdl.LanguagePlatform.Core.SegmentEditor.InsertTokens(Sdl.LanguagePlatform.Core.Segment, System.Collections.Generic.List(Of Sdl.LanguagePlatform.Core.Tokenization.Token), System.Int16, System.Collections.Generic.List(Of Sdl.LanguagePlatform.Core.Tokenization.Token)) + nameWithType: SegmentEditor.InsertTokens(Segment, List, Int16, List) + nameWithType.vb: SegmentEditor.InsertTokens(Segment, List(Of Token), Int16, List(Of Token)) - uid: Sdl.LanguagePlatform.Core.SegmentEditor.InsertTokens* name: InsertTokens href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentEditor.html#Sdl_LanguagePlatform_Core_SegmentEditor_InsertTokens_ @@ -92057,20 +81863,14 @@ references: name: SegmentElement() href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.html#Sdl_LanguagePlatform_Core_SegmentElement__ctor commentId: M:Sdl.LanguagePlatform.Core.SegmentElement.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.SegmentElement.SegmentElement() - fullName.vb: Sdl.LanguagePlatform.Core.SegmentElement.New() nameWithType: SegmentElement.SegmentElement() - nameWithType.vb: SegmentElement.New() - uid: Sdl.LanguagePlatform.Core.SegmentElement.#ctor* name: SegmentElement href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.html#Sdl_LanguagePlatform_Core_SegmentElement__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.SegmentElement.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.SegmentElement.SegmentElement - fullName.vb: Sdl.LanguagePlatform.Core.SegmentElement.New nameWithType: SegmentElement.SegmentElement - nameWithType.vb: SegmentElement.New - uid: Sdl.LanguagePlatform.Core.SegmentElement.AcceptSegmentElementVisitor(Sdl.LanguagePlatform.Core.ISegmentElementVisitor) name: AcceptSegmentElementVisitor(ISegmentElementVisitor) href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.html#Sdl_LanguagePlatform_Core_SegmentElement_AcceptSegmentElementVisitor_Sdl_LanguagePlatform_Core_ISegmentElementVisitor_ @@ -92102,14 +81902,11 @@ references: fullName: Sdl.LanguagePlatform.Core.SegmentElement.GetSimilarity(Sdl.LanguagePlatform.Core.SegmentElement) nameWithType: SegmentElement.GetSimilarity(SegmentElement) - uid: Sdl.LanguagePlatform.Core.SegmentElement.GetSimilarity(Sdl.LanguagePlatform.Core.SegmentElement,System.Boolean) - name: GetSimilarity(SegmentElement, bool) + name: GetSimilarity(SegmentElement, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.html#Sdl_LanguagePlatform_Core_SegmentElement_GetSimilarity_Sdl_LanguagePlatform_Core_SegmentElement_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.SegmentElement.GetSimilarity(Sdl.LanguagePlatform.Core.SegmentElement,System.Boolean) - name.vb: GetSimilarity(SegmentElement, Boolean) - fullName: Sdl.LanguagePlatform.Core.SegmentElement.GetSimilarity(Sdl.LanguagePlatform.Core.SegmentElement, bool) - fullName.vb: Sdl.LanguagePlatform.Core.SegmentElement.GetSimilarity(Sdl.LanguagePlatform.Core.SegmentElement, Boolean) - nameWithType: SegmentElement.GetSimilarity(SegmentElement, bool) - nameWithType.vb: SegmentElement.GetSimilarity(SegmentElement, Boolean) + fullName: Sdl.LanguagePlatform.Core.SegmentElement.GetSimilarity(Sdl.LanguagePlatform.Core.SegmentElement, System.Boolean) + nameWithType: SegmentElement.GetSimilarity(SegmentElement, Boolean) - uid: Sdl.LanguagePlatform.Core.SegmentElement.GetSimilarity* name: GetSimilarity href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.html#Sdl_LanguagePlatform_Core_SegmentElement_GetSimilarity_ @@ -92123,14 +81920,11 @@ references: fullName: Sdl.LanguagePlatform.Core.SegmentElement.GetSimilarityAsync(Sdl.LanguagePlatform.Core.SegmentElement) nameWithType: SegmentElement.GetSimilarityAsync(SegmentElement) - uid: Sdl.LanguagePlatform.Core.SegmentElement.GetSimilarityAsync(Sdl.LanguagePlatform.Core.SegmentElement,System.Boolean) - name: GetSimilarityAsync(SegmentElement, bool) + name: GetSimilarityAsync(SegmentElement, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.html#Sdl_LanguagePlatform_Core_SegmentElement_GetSimilarityAsync_Sdl_LanguagePlatform_Core_SegmentElement_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.SegmentElement.GetSimilarityAsync(Sdl.LanguagePlatform.Core.SegmentElement,System.Boolean) - name.vb: GetSimilarityAsync(SegmentElement, Boolean) - fullName: Sdl.LanguagePlatform.Core.SegmentElement.GetSimilarityAsync(Sdl.LanguagePlatform.Core.SegmentElement, bool) - fullName.vb: Sdl.LanguagePlatform.Core.SegmentElement.GetSimilarityAsync(Sdl.LanguagePlatform.Core.SegmentElement, Boolean) - nameWithType: SegmentElement.GetSimilarityAsync(SegmentElement, bool) - nameWithType.vb: SegmentElement.GetSimilarityAsync(SegmentElement, Boolean) + fullName: Sdl.LanguagePlatform.Core.SegmentElement.GetSimilarityAsync(Sdl.LanguagePlatform.Core.SegmentElement, System.Boolean) + nameWithType: SegmentElement.GetSimilarityAsync(SegmentElement, Boolean) - uid: Sdl.LanguagePlatform.Core.SegmentElement.GetSimilarityAsync* name: GetSimilarityAsync href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentElement.html#Sdl_LanguagePlatform_Core_SegmentElement_GetSimilarityAsync_ @@ -92183,29 +81977,20 @@ references: name: SegmentPosition() href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentPosition.html#Sdl_LanguagePlatform_Core_SegmentPosition__ctor commentId: M:Sdl.LanguagePlatform.Core.SegmentPosition.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.SegmentPosition.SegmentPosition() - fullName.vb: Sdl.LanguagePlatform.Core.SegmentPosition.New() nameWithType: SegmentPosition.SegmentPosition() - nameWithType.vb: SegmentPosition.New() - uid: Sdl.LanguagePlatform.Core.SegmentPosition.#ctor(System.Int32,System.Int32) - name: SegmentPosition(int, int) + name: SegmentPosition(Int32, Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentPosition.html#Sdl_LanguagePlatform_Core_SegmentPosition__ctor_System_Int32_System_Int32_ commentId: M:Sdl.LanguagePlatform.Core.SegmentPosition.#ctor(System.Int32,System.Int32) - name.vb: New(Integer, Integer) - fullName: Sdl.LanguagePlatform.Core.SegmentPosition.SegmentPosition(int, int) - fullName.vb: Sdl.LanguagePlatform.Core.SegmentPosition.New(Integer, Integer) - nameWithType: SegmentPosition.SegmentPosition(int, int) - nameWithType.vb: SegmentPosition.New(Integer, Integer) + fullName: Sdl.LanguagePlatform.Core.SegmentPosition.SegmentPosition(System.Int32, System.Int32) + nameWithType: SegmentPosition.SegmentPosition(Int32, Int32) - uid: Sdl.LanguagePlatform.Core.SegmentPosition.#ctor* name: SegmentPosition href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentPosition.html#Sdl_LanguagePlatform_Core_SegmentPosition__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.SegmentPosition.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.SegmentPosition.SegmentPosition - fullName.vb: Sdl.LanguagePlatform.Core.SegmentPosition.New nameWithType: SegmentPosition.SegmentPosition - nameWithType.vb: SegmentPosition.New - uid: Sdl.LanguagePlatform.Core.SegmentPosition.Compare(Sdl.LanguagePlatform.Core.SegmentPosition,Sdl.LanguagePlatform.Core.SegmentPosition) name: Compare(SegmentPosition, SegmentPosition) href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentPosition.html#Sdl_LanguagePlatform_Core_SegmentPosition_Compare_Sdl_LanguagePlatform_Core_SegmentPosition_Sdl_LanguagePlatform_Core_SegmentPosition_ @@ -92231,14 +82016,11 @@ references: fullName: Sdl.LanguagePlatform.Core.SegmentPosition.Duplicate nameWithType: SegmentPosition.Duplicate - uid: Sdl.LanguagePlatform.Core.SegmentPosition.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentPosition.html#Sdl_LanguagePlatform_Core_SegmentPosition_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.Core.SegmentPosition.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.Core.SegmentPosition.Equals(object) - fullName.vb: Sdl.LanguagePlatform.Core.SegmentPosition.Equals(Object) - nameWithType: SegmentPosition.Equals(object) - nameWithType.vb: SegmentPosition.Equals(Object) + fullName: Sdl.LanguagePlatform.Core.SegmentPosition.Equals(System.Object) + nameWithType: SegmentPosition.Equals(Object) - uid: Sdl.LanguagePlatform.Core.SegmentPosition.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentPosition.html#Sdl_LanguagePlatform_Core_SegmentPosition_Equals_ @@ -92303,38 +82085,26 @@ references: name: SegmentRange() href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentRange.html#Sdl_LanguagePlatform_Core_SegmentRange__ctor commentId: M:Sdl.LanguagePlatform.Core.SegmentRange.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.SegmentRange.SegmentRange() - fullName.vb: Sdl.LanguagePlatform.Core.SegmentRange.New() nameWithType: SegmentRange.SegmentRange() - nameWithType.vb: SegmentRange.New() - uid: Sdl.LanguagePlatform.Core.SegmentRange.#ctor(Sdl.LanguagePlatform.Core.SegmentPosition,Sdl.LanguagePlatform.Core.SegmentPosition) name: SegmentRange(SegmentPosition, SegmentPosition) href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentRange.html#Sdl_LanguagePlatform_Core_SegmentRange__ctor_Sdl_LanguagePlatform_Core_SegmentPosition_Sdl_LanguagePlatform_Core_SegmentPosition_ commentId: M:Sdl.LanguagePlatform.Core.SegmentRange.#ctor(Sdl.LanguagePlatform.Core.SegmentPosition,Sdl.LanguagePlatform.Core.SegmentPosition) - name.vb: New(SegmentPosition, SegmentPosition) fullName: Sdl.LanguagePlatform.Core.SegmentRange.SegmentRange(Sdl.LanguagePlatform.Core.SegmentPosition, Sdl.LanguagePlatform.Core.SegmentPosition) - fullName.vb: Sdl.LanguagePlatform.Core.SegmentRange.New(Sdl.LanguagePlatform.Core.SegmentPosition, Sdl.LanguagePlatform.Core.SegmentPosition) nameWithType: SegmentRange.SegmentRange(SegmentPosition, SegmentPosition) - nameWithType.vb: SegmentRange.New(SegmentPosition, SegmentPosition) - uid: Sdl.LanguagePlatform.Core.SegmentRange.#ctor(System.Int32,System.Int32,System.Int32) - name: SegmentRange(int, int, int) + name: SegmentRange(Int32, Int32, Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentRange.html#Sdl_LanguagePlatform_Core_SegmentRange__ctor_System_Int32_System_Int32_System_Int32_ commentId: M:Sdl.LanguagePlatform.Core.SegmentRange.#ctor(System.Int32,System.Int32,System.Int32) - name.vb: New(Integer, Integer, Integer) - fullName: Sdl.LanguagePlatform.Core.SegmentRange.SegmentRange(int, int, int) - fullName.vb: Sdl.LanguagePlatform.Core.SegmentRange.New(Integer, Integer, Integer) - nameWithType: SegmentRange.SegmentRange(int, int, int) - nameWithType.vb: SegmentRange.New(Integer, Integer, Integer) + fullName: Sdl.LanguagePlatform.Core.SegmentRange.SegmentRange(System.Int32, System.Int32, System.Int32) + nameWithType: SegmentRange.SegmentRange(Int32, Int32, Int32) - uid: Sdl.LanguagePlatform.Core.SegmentRange.#ctor* name: SegmentRange href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentRange.html#Sdl_LanguagePlatform_Core_SegmentRange__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.SegmentRange.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.SegmentRange.SegmentRange - fullName.vb: Sdl.LanguagePlatform.Core.SegmentRange.New nameWithType: SegmentRange.SegmentRange - nameWithType.vb: SegmentRange.New - uid: Sdl.LanguagePlatform.Core.SegmentRange.Compare(Sdl.LanguagePlatform.Core.SegmentRange,Sdl.LanguagePlatform.Core.SegmentRange) name: Compare(SegmentRange, SegmentRange) href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentRange.html#Sdl_LanguagePlatform_Core_SegmentRange_Compare_Sdl_LanguagePlatform_Core_SegmentRange_Sdl_LanguagePlatform_Core_SegmentRange_ @@ -92378,14 +82148,11 @@ references: fullName: Sdl.LanguagePlatform.Core.SegmentRange.Equals(Sdl.LanguagePlatform.Core.SegmentRange) nameWithType: SegmentRange.Equals(SegmentRange) - uid: Sdl.LanguagePlatform.Core.SegmentRange.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentRange.html#Sdl_LanguagePlatform_Core_SegmentRange_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.Core.SegmentRange.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.Core.SegmentRange.Equals(object) - fullName.vb: Sdl.LanguagePlatform.Core.SegmentRange.Equals(Object) - nameWithType: SegmentRange.Equals(object) - nameWithType.vb: SegmentRange.Equals(Object) + fullName: Sdl.LanguagePlatform.Core.SegmentRange.Equals(System.Object) + nameWithType: SegmentRange.Equals(Object) - uid: Sdl.LanguagePlatform.Core.SegmentRange.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.Core.SegmentRange.html#Sdl_LanguagePlatform_Core_SegmentRange_Equals_ @@ -92492,29 +82259,20 @@ references: name: LinguaDeserializer() href: api/translationmemory/Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.html#Sdl_LanguagePlatform_Core_Serialization_LinguaDeserializer__ctor commentId: M:Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.LinguaDeserializer() - fullName.vb: Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.New() nameWithType: LinguaDeserializer.LinguaDeserializer() - nameWithType.vb: LinguaDeserializer.New() - uid: Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.#ctor* name: LinguaDeserializer href: api/translationmemory/Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.html#Sdl_LanguagePlatform_Core_Serialization_LinguaDeserializer__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.LinguaDeserializer - fullName.vb: Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.New nameWithType: LinguaDeserializer.LinguaDeserializer - nameWithType.vb: LinguaDeserializer.New - uid: Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.GetSegmentFromString(System.String) - name: GetSegmentFromString(string) + name: GetSegmentFromString(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.html#Sdl_LanguagePlatform_Core_Serialization_LinguaDeserializer_GetSegmentFromString_System_String_ commentId: M:Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.GetSegmentFromString(System.String) - name.vb: GetSegmentFromString(String) - fullName: Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.GetSegmentFromString(string) - fullName.vb: Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.GetSegmentFromString(String) - nameWithType: LinguaDeserializer.GetSegmentFromString(string) - nameWithType.vb: LinguaDeserializer.GetSegmentFromString(String) + fullName: Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.GetSegmentFromString(System.String) + nameWithType: LinguaDeserializer.GetSegmentFromString(String) - uid: Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.GetSegmentFromString* name: GetSegmentFromString href: api/translationmemory/Sdl.LanguagePlatform.Core.Serialization.LinguaDeserializer.html#Sdl_LanguagePlatform_Core_Serialization_LinguaDeserializer_GetSegmentFromString_ @@ -92558,14 +82316,11 @@ references: fullName: Sdl.LanguagePlatform.Core.StringUtilities.Casing.Mixed nameWithType: StringUtilities.Casing.Mixed - uid: Sdl.LanguagePlatform.Core.StringUtilities.DetermineCasing(System.String) - name: DetermineCasing(string) + name: DetermineCasing(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_DetermineCasing_System_String_ commentId: M:Sdl.LanguagePlatform.Core.StringUtilities.DetermineCasing(System.String) - name.vb: DetermineCasing(String) - fullName: Sdl.LanguagePlatform.Core.StringUtilities.DetermineCasing(string) - fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.DetermineCasing(String) - nameWithType: StringUtilities.DetermineCasing(string) - nameWithType.vb: StringUtilities.DetermineCasing(String) + fullName: Sdl.LanguagePlatform.Core.StringUtilities.DetermineCasing(System.String) + nameWithType: StringUtilities.DetermineCasing(String) - uid: Sdl.LanguagePlatform.Core.StringUtilities.DetermineCasing* name: DetermineCasing href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_DetermineCasing_ @@ -92573,13 +82328,13 @@ references: fullName: Sdl.LanguagePlatform.Core.StringUtilities.DetermineCasing nameWithType: StringUtilities.DetermineCasing - uid: Sdl.LanguagePlatform.Core.StringUtilities.EndsWithAny(System.String,System.Char[]) - name: EndsWithAny(string, char[]) + name: EndsWithAny(String, Char[]) href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_EndsWithAny_System_String_System_Char___ commentId: M:Sdl.LanguagePlatform.Core.StringUtilities.EndsWithAny(System.String,System.Char[]) name.vb: EndsWithAny(String, Char()) - fullName: Sdl.LanguagePlatform.Core.StringUtilities.EndsWithAny(string, char[]) - fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.EndsWithAny(String, Char()) - nameWithType: StringUtilities.EndsWithAny(string, char[]) + fullName: Sdl.LanguagePlatform.Core.StringUtilities.EndsWithAny(System.String, System.Char[]) + fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.EndsWithAny(System.String, System.Char()) + nameWithType: StringUtilities.EndsWithAny(String, Char[]) nameWithType.vb: StringUtilities.EndsWithAny(String, Char()) - uid: Sdl.LanguagePlatform.Core.StringUtilities.EndsWithAny* name: EndsWithAny @@ -92588,23 +82343,17 @@ references: fullName: Sdl.LanguagePlatform.Core.StringUtilities.EndsWithAny nameWithType: StringUtilities.EndsWithAny - uid: Sdl.LanguagePlatform.Core.StringUtilities.EscapeString(System.String) - name: EscapeString(string) + name: EscapeString(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_EscapeString_System_String_ commentId: M:Sdl.LanguagePlatform.Core.StringUtilities.EscapeString(System.String) - name.vb: EscapeString(String) - fullName: Sdl.LanguagePlatform.Core.StringUtilities.EscapeString(string) - fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.EscapeString(String) - nameWithType: StringUtilities.EscapeString(string) - nameWithType.vb: StringUtilities.EscapeString(String) + fullName: Sdl.LanguagePlatform.Core.StringUtilities.EscapeString(System.String) + nameWithType: StringUtilities.EscapeString(String) - uid: Sdl.LanguagePlatform.Core.StringUtilities.EscapeString(System.String,System.String) - name: EscapeString(string, string) + name: EscapeString(String, String) href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_EscapeString_System_String_System_String_ commentId: M:Sdl.LanguagePlatform.Core.StringUtilities.EscapeString(System.String,System.String) - name.vb: EscapeString(String, String) - fullName: Sdl.LanguagePlatform.Core.StringUtilities.EscapeString(string, string) - fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.EscapeString(String, String) - nameWithType: StringUtilities.EscapeString(string, string) - nameWithType.vb: StringUtilities.EscapeString(String, String) + fullName: Sdl.LanguagePlatform.Core.StringUtilities.EscapeString(System.String, System.String) + nameWithType: StringUtilities.EscapeString(String, String) - uid: Sdl.LanguagePlatform.Core.StringUtilities.EscapeString* name: EscapeString href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_EscapeString_ @@ -92612,14 +82361,11 @@ references: fullName: Sdl.LanguagePlatform.Core.StringUtilities.EscapeString nameWithType: StringUtilities.EscapeString - uid: Sdl.LanguagePlatform.Core.StringUtilities.FullWidthToHalfWidth(System.String) - name: FullWidthToHalfWidth(string) + name: FullWidthToHalfWidth(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_FullWidthToHalfWidth_System_String_ commentId: M:Sdl.LanguagePlatform.Core.StringUtilities.FullWidthToHalfWidth(System.String) - name.vb: FullWidthToHalfWidth(String) - fullName: Sdl.LanguagePlatform.Core.StringUtilities.FullWidthToHalfWidth(string) - fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.FullWidthToHalfWidth(String) - nameWithType: StringUtilities.FullWidthToHalfWidth(string) - nameWithType.vb: StringUtilities.FullWidthToHalfWidth(String) + fullName: Sdl.LanguagePlatform.Core.StringUtilities.FullWidthToHalfWidth(System.String) + nameWithType: StringUtilities.FullWidthToHalfWidth(String) - uid: Sdl.LanguagePlatform.Core.StringUtilities.FullWidthToHalfWidth* name: FullWidthToHalfWidth href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_FullWidthToHalfWidth_ @@ -92627,14 +82373,11 @@ references: fullName: Sdl.LanguagePlatform.Core.StringUtilities.FullWidthToHalfWidth nameWithType: StringUtilities.FullWidthToHalfWidth - uid: Sdl.LanguagePlatform.Core.StringUtilities.GenerateRandomWord(System.Int32,System.Boolean) - name: GenerateRandomWord(int, bool) + name: GenerateRandomWord(Int32, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_GenerateRandomWord_System_Int32_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.StringUtilities.GenerateRandomWord(System.Int32,System.Boolean) - name.vb: GenerateRandomWord(Integer, Boolean) - fullName: Sdl.LanguagePlatform.Core.StringUtilities.GenerateRandomWord(int, bool) - fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.GenerateRandomWord(Integer, Boolean) - nameWithType: StringUtilities.GenerateRandomWord(int, bool) - nameWithType.vb: StringUtilities.GenerateRandomWord(Integer, Boolean) + fullName: Sdl.LanguagePlatform.Core.StringUtilities.GenerateRandomWord(System.Int32, System.Boolean) + nameWithType: StringUtilities.GenerateRandomWord(Int32, Boolean) - uid: Sdl.LanguagePlatform.Core.StringUtilities.GenerateRandomWord* name: GenerateRandomWord href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_GenerateRandomWord_ @@ -92642,13 +82385,13 @@ references: fullName: Sdl.LanguagePlatform.Core.StringUtilities.GenerateRandomWord nameWithType: StringUtilities.GenerateRandomWord - uid: Sdl.LanguagePlatform.Core.StringUtilities.GetPrefixLength(System.String,System.Char[]) - name: GetPrefixLength(string, char[]) + name: GetPrefixLength(String, Char[]) href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_GetPrefixLength_System_String_System_Char___ commentId: M:Sdl.LanguagePlatform.Core.StringUtilities.GetPrefixLength(System.String,System.Char[]) name.vb: GetPrefixLength(String, Char()) - fullName: Sdl.LanguagePlatform.Core.StringUtilities.GetPrefixLength(string, char[]) - fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.GetPrefixLength(String, Char()) - nameWithType: StringUtilities.GetPrefixLength(string, char[]) + fullName: Sdl.LanguagePlatform.Core.StringUtilities.GetPrefixLength(System.String, System.Char[]) + fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.GetPrefixLength(System.String, System.Char()) + nameWithType: StringUtilities.GetPrefixLength(String, Char[]) nameWithType.vb: StringUtilities.GetPrefixLength(String, Char()) - uid: Sdl.LanguagePlatform.Core.StringUtilities.GetPrefixLength* name: GetPrefixLength @@ -92657,13 +82400,13 @@ references: fullName: Sdl.LanguagePlatform.Core.StringUtilities.GetPrefixLength nameWithType: StringUtilities.GetPrefixLength - uid: Sdl.LanguagePlatform.Core.StringUtilities.GetSuffixLength(System.String,System.Char[]) - name: GetSuffixLength(string, char[]) + name: GetSuffixLength(String, Char[]) href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_GetSuffixLength_System_String_System_Char___ commentId: M:Sdl.LanguagePlatform.Core.StringUtilities.GetSuffixLength(System.String,System.Char[]) name.vb: GetSuffixLength(String, Char()) - fullName: Sdl.LanguagePlatform.Core.StringUtilities.GetSuffixLength(string, char[]) - fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.GetSuffixLength(String, Char()) - nameWithType: StringUtilities.GetSuffixLength(string, char[]) + fullName: Sdl.LanguagePlatform.Core.StringUtilities.GetSuffixLength(System.String, System.Char[]) + fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.GetSuffixLength(System.String, System.Char()) + nameWithType: StringUtilities.GetSuffixLength(String, Char[]) nameWithType.vb: StringUtilities.GetSuffixLength(String, Char()) - uid: Sdl.LanguagePlatform.Core.StringUtilities.GetSuffixLength* name: GetSuffixLength @@ -92672,14 +82415,11 @@ references: fullName: Sdl.LanguagePlatform.Core.StringUtilities.GetSuffixLength nameWithType: StringUtilities.GetSuffixLength - uid: Sdl.LanguagePlatform.Core.StringUtilities.HalfWidthToFullWidth(System.String) - name: HalfWidthToFullWidth(string) + name: HalfWidthToFullWidth(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_HalfWidthToFullWidth_System_String_ commentId: M:Sdl.LanguagePlatform.Core.StringUtilities.HalfWidthToFullWidth(System.String) - name.vb: HalfWidthToFullWidth(String) - fullName: Sdl.LanguagePlatform.Core.StringUtilities.HalfWidthToFullWidth(string) - fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.HalfWidthToFullWidth(String) - nameWithType: StringUtilities.HalfWidthToFullWidth(string) - nameWithType.vb: StringUtilities.HalfWidthToFullWidth(String) + fullName: Sdl.LanguagePlatform.Core.StringUtilities.HalfWidthToFullWidth(System.String) + nameWithType: StringUtilities.HalfWidthToFullWidth(String) - uid: Sdl.LanguagePlatform.Core.StringUtilities.HalfWidthToFullWidth* name: HalfWidthToFullWidth href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_HalfWidthToFullWidth_ @@ -92687,14 +82427,11 @@ references: fullName: Sdl.LanguagePlatform.Core.StringUtilities.HalfWidthToFullWidth nameWithType: StringUtilities.HalfWidthToFullWidth - uid: Sdl.LanguagePlatform.Core.StringUtilities.HalfWidthToFullWidth2(System.String) - name: HalfWidthToFullWidth2(string) + name: HalfWidthToFullWidth2(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_HalfWidthToFullWidth2_System_String_ commentId: M:Sdl.LanguagePlatform.Core.StringUtilities.HalfWidthToFullWidth2(System.String) - name.vb: HalfWidthToFullWidth2(String) - fullName: Sdl.LanguagePlatform.Core.StringUtilities.HalfWidthToFullWidth2(string) - fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.HalfWidthToFullWidth2(String) - nameWithType: StringUtilities.HalfWidthToFullWidth2(string) - nameWithType.vb: StringUtilities.HalfWidthToFullWidth2(String) + fullName: Sdl.LanguagePlatform.Core.StringUtilities.HalfWidthToFullWidth2(System.String) + nameWithType: StringUtilities.HalfWidthToFullWidth2(String) - uid: Sdl.LanguagePlatform.Core.StringUtilities.HalfWidthToFullWidth2* name: HalfWidthToFullWidth2 href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_HalfWidthToFullWidth2_ @@ -92702,14 +82439,11 @@ references: fullName: Sdl.LanguagePlatform.Core.StringUtilities.HalfWidthToFullWidth2 nameWithType: StringUtilities.HalfWidthToFullWidth2 - uid: Sdl.LanguagePlatform.Core.StringUtilities.IsAllWhitespace(System.String) - name: IsAllWhitespace(string) + name: IsAllWhitespace(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_IsAllWhitespace_System_String_ commentId: M:Sdl.LanguagePlatform.Core.StringUtilities.IsAllWhitespace(System.String) - name.vb: IsAllWhitespace(String) - fullName: Sdl.LanguagePlatform.Core.StringUtilities.IsAllWhitespace(string) - fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.IsAllWhitespace(String) - nameWithType: StringUtilities.IsAllWhitespace(string) - nameWithType.vb: StringUtilities.IsAllWhitespace(String) + fullName: Sdl.LanguagePlatform.Core.StringUtilities.IsAllWhitespace(System.String) + nameWithType: StringUtilities.IsAllWhitespace(String) - uid: Sdl.LanguagePlatform.Core.StringUtilities.IsAllWhitespace* name: IsAllWhitespace href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_IsAllWhitespace_ @@ -92717,14 +82451,11 @@ references: fullName: Sdl.LanguagePlatform.Core.StringUtilities.IsAllWhitespace nameWithType: StringUtilities.IsAllWhitespace - uid: Sdl.LanguagePlatform.Core.StringUtilities.MergeStrings(System.String,System.String) - name: MergeStrings(string, string) + name: MergeStrings(String, String) href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_MergeStrings_System_String_System_String_ commentId: M:Sdl.LanguagePlatform.Core.StringUtilities.MergeStrings(System.String,System.String) - name.vb: MergeStrings(String, String) - fullName: Sdl.LanguagePlatform.Core.StringUtilities.MergeStrings(string, string) - fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.MergeStrings(String, String) - nameWithType: StringUtilities.MergeStrings(string, string) - nameWithType.vb: StringUtilities.MergeStrings(String, String) + fullName: Sdl.LanguagePlatform.Core.StringUtilities.MergeStrings(System.String, System.String) + nameWithType: StringUtilities.MergeStrings(String, String) - uid: Sdl.LanguagePlatform.Core.StringUtilities.MergeStrings* name: MergeStrings href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_MergeStrings_ @@ -92732,13 +82463,13 @@ references: fullName: Sdl.LanguagePlatform.Core.StringUtilities.MergeStrings nameWithType: StringUtilities.MergeStrings - uid: Sdl.LanguagePlatform.Core.StringUtilities.RemoveAll(System.String,System.Predicate{System.Char}) - name: RemoveAll(string, Predicate) + name: RemoveAll(String, Predicate) href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_RemoveAll_System_String_System_Predicate_System_Char__ commentId: M:Sdl.LanguagePlatform.Core.StringUtilities.RemoveAll(System.String,System.Predicate{System.Char}) name.vb: RemoveAll(String, Predicate(Of Char)) - fullName: Sdl.LanguagePlatform.Core.StringUtilities.RemoveAll(string, System.Predicate) - fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.RemoveAll(String, System.Predicate(Of Char)) - nameWithType: StringUtilities.RemoveAll(string, Predicate) + fullName: Sdl.LanguagePlatform.Core.StringUtilities.RemoveAll(System.String, System.Predicate) + fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.RemoveAll(System.String, System.Predicate(Of System.Char)) + nameWithType: StringUtilities.RemoveAll(String, Predicate) nameWithType.vb: StringUtilities.RemoveAll(String, Predicate(Of Char)) - uid: Sdl.LanguagePlatform.Core.StringUtilities.RemoveAll* name: RemoveAll @@ -92747,13 +82478,13 @@ references: fullName: Sdl.LanguagePlatform.Core.StringUtilities.RemoveAll nameWithType: StringUtilities.RemoveAll - uid: Sdl.LanguagePlatform.Core.StringUtilities.StartWithAny(System.String,System.Char[]) - name: StartWithAny(string, char[]) + name: StartWithAny(String, Char[]) href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_StartWithAny_System_String_System_Char___ commentId: M:Sdl.LanguagePlatform.Core.StringUtilities.StartWithAny(System.String,System.Char[]) name.vb: StartWithAny(String, Char()) - fullName: Sdl.LanguagePlatform.Core.StringUtilities.StartWithAny(string, char[]) - fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.StartWithAny(String, Char()) - nameWithType: StringUtilities.StartWithAny(string, char[]) + fullName: Sdl.LanguagePlatform.Core.StringUtilities.StartWithAny(System.String, System.Char[]) + fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.StartWithAny(System.String, System.Char()) + nameWithType: StringUtilities.StartWithAny(String, Char[]) nameWithType.vb: StringUtilities.StartWithAny(String, Char()) - uid: Sdl.LanguagePlatform.Core.StringUtilities.StartWithAny* name: StartWithAny @@ -92762,14 +82493,14 @@ references: fullName: Sdl.LanguagePlatform.Core.StringUtilities.StartWithAny nameWithType: StringUtilities.StartWithAny - uid: Sdl.LanguagePlatform.Core.StringUtilities.TrimEnd(System.String,System.Char[],System.String@) - name: TrimEnd(string, char[], out string) + name: TrimEnd(String, Char[], out String) href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_TrimEnd_System_String_System_Char___System_String__ commentId: M:Sdl.LanguagePlatform.Core.StringUtilities.TrimEnd(System.String,System.Char[],System.String@) - name.vb: TrimEnd(String, Char(), String) - fullName: Sdl.LanguagePlatform.Core.StringUtilities.TrimEnd(string, char[], out string) - fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.TrimEnd(String, Char(), String) - nameWithType: StringUtilities.TrimEnd(string, char[], out string) - nameWithType.vb: StringUtilities.TrimEnd(String, Char(), String) + name.vb: TrimEnd(String, Char(), ByRef String) + fullName: Sdl.LanguagePlatform.Core.StringUtilities.TrimEnd(System.String, System.Char[], out System.String) + fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.TrimEnd(System.String, System.Char(), ByRef System.String) + nameWithType: StringUtilities.TrimEnd(String, Char[], out String) + nameWithType.vb: StringUtilities.TrimEnd(String, Char(), ByRef String) - uid: Sdl.LanguagePlatform.Core.StringUtilities.TrimEnd* name: TrimEnd href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_TrimEnd_ @@ -92777,14 +82508,14 @@ references: fullName: Sdl.LanguagePlatform.Core.StringUtilities.TrimEnd nameWithType: StringUtilities.TrimEnd - uid: Sdl.LanguagePlatform.Core.StringUtilities.TrimStart(System.String,System.Char[],System.String@) - name: TrimStart(string, char[], out string) + name: TrimStart(String, Char[], out String) href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_TrimStart_System_String_System_Char___System_String__ commentId: M:Sdl.LanguagePlatform.Core.StringUtilities.TrimStart(System.String,System.Char[],System.String@) - name.vb: TrimStart(String, Char(), String) - fullName: Sdl.LanguagePlatform.Core.StringUtilities.TrimStart(string, char[], out string) - fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.TrimStart(String, Char(), String) - nameWithType: StringUtilities.TrimStart(string, char[], out string) - nameWithType.vb: StringUtilities.TrimStart(String, Char(), String) + name.vb: TrimStart(String, Char(), ByRef String) + fullName: Sdl.LanguagePlatform.Core.StringUtilities.TrimStart(System.String, System.Char[], out System.String) + fullName.vb: Sdl.LanguagePlatform.Core.StringUtilities.TrimStart(System.String, System.Char(), ByRef System.String) + nameWithType: StringUtilities.TrimStart(String, Char[], out String) + nameWithType.vb: StringUtilities.TrimStart(String, Char(), ByRef String) - uid: Sdl.LanguagePlatform.Core.StringUtilities.TrimStart* name: TrimStart href: api/translationmemory/Sdl.LanguagePlatform.Core.StringUtilities.html#Sdl_LanguagePlatform_Core_StringUtilities_TrimStart_ @@ -92801,56 +82532,38 @@ references: name: Tag() href: api/translationmemory/Sdl.LanguagePlatform.Core.Tag.html#Sdl_LanguagePlatform_Core_Tag__ctor commentId: M:Sdl.LanguagePlatform.Core.Tag.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Tag.Tag() - fullName.vb: Sdl.LanguagePlatform.Core.Tag.New() nameWithType: Tag.Tag() - nameWithType.vb: Tag.New() - uid: Sdl.LanguagePlatform.Core.Tag.#ctor(Sdl.LanguagePlatform.Core.Tag) name: Tag(Tag) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tag.html#Sdl_LanguagePlatform_Core_Tag__ctor_Sdl_LanguagePlatform_Core_Tag_ commentId: M:Sdl.LanguagePlatform.Core.Tag.#ctor(Sdl.LanguagePlatform.Core.Tag) - name.vb: New(Tag) fullName: Sdl.LanguagePlatform.Core.Tag.Tag(Sdl.LanguagePlatform.Core.Tag) - fullName.vb: Sdl.LanguagePlatform.Core.Tag.New(Sdl.LanguagePlatform.Core.Tag) nameWithType: Tag.Tag(Tag) - nameWithType.vb: Tag.New(Tag) - uid: Sdl.LanguagePlatform.Core.Tag.#ctor(Sdl.LanguagePlatform.Core.TagType,System.String,System.Int32) - name: Tag(TagType, string, int) + name: Tag(TagType, String, Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tag.html#Sdl_LanguagePlatform_Core_Tag__ctor_Sdl_LanguagePlatform_Core_TagType_System_String_System_Int32_ commentId: M:Sdl.LanguagePlatform.Core.Tag.#ctor(Sdl.LanguagePlatform.Core.TagType,System.String,System.Int32) - name.vb: New(TagType, String, Integer) - fullName: Sdl.LanguagePlatform.Core.Tag.Tag(Sdl.LanguagePlatform.Core.TagType, string, int) - fullName.vb: Sdl.LanguagePlatform.Core.Tag.New(Sdl.LanguagePlatform.Core.TagType, String, Integer) - nameWithType: Tag.Tag(TagType, string, int) - nameWithType.vb: Tag.New(TagType, String, Integer) + fullName: Sdl.LanguagePlatform.Core.Tag.Tag(Sdl.LanguagePlatform.Core.TagType, System.String, System.Int32) + nameWithType: Tag.Tag(TagType, String, Int32) - uid: Sdl.LanguagePlatform.Core.Tag.#ctor(Sdl.LanguagePlatform.Core.TagType,System.String,System.Int32,System.Int32,System.String) - name: Tag(TagType, string, int, int, string) + name: Tag(TagType, String, Int32, Int32, String) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tag.html#Sdl_LanguagePlatform_Core_Tag__ctor_Sdl_LanguagePlatform_Core_TagType_System_String_System_Int32_System_Int32_System_String_ commentId: M:Sdl.LanguagePlatform.Core.Tag.#ctor(Sdl.LanguagePlatform.Core.TagType,System.String,System.Int32,System.Int32,System.String) - name.vb: New(TagType, String, Integer, Integer, String) - fullName: Sdl.LanguagePlatform.Core.Tag.Tag(Sdl.LanguagePlatform.Core.TagType, string, int, int, string) - fullName.vb: Sdl.LanguagePlatform.Core.Tag.New(Sdl.LanguagePlatform.Core.TagType, String, Integer, Integer, String) - nameWithType: Tag.Tag(TagType, string, int, int, string) - nameWithType.vb: Tag.New(TagType, String, Integer, Integer, String) + fullName: Sdl.LanguagePlatform.Core.Tag.Tag(Sdl.LanguagePlatform.Core.TagType, System.String, System.Int32, System.Int32, System.String) + nameWithType: Tag.Tag(TagType, String, Int32, Int32, String) - uid: Sdl.LanguagePlatform.Core.Tag.#ctor(Sdl.LanguagePlatform.Core.TagType,System.String,System.Int32,System.Int32,System.String,System.Boolean) - name: Tag(TagType, string, int, int, string, bool) + name: Tag(TagType, String, Int32, Int32, String, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tag.html#Sdl_LanguagePlatform_Core_Tag__ctor_Sdl_LanguagePlatform_Core_TagType_System_String_System_Int32_System_Int32_System_String_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Tag.#ctor(Sdl.LanguagePlatform.Core.TagType,System.String,System.Int32,System.Int32,System.String,System.Boolean) - name.vb: New(TagType, String, Integer, Integer, String, Boolean) - fullName: Sdl.LanguagePlatform.Core.Tag.Tag(Sdl.LanguagePlatform.Core.TagType, string, int, int, string, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Tag.New(Sdl.LanguagePlatform.Core.TagType, String, Integer, Integer, String, Boolean) - nameWithType: Tag.Tag(TagType, string, int, int, string, bool) - nameWithType.vb: Tag.New(TagType, String, Integer, Integer, String, Boolean) + fullName: Sdl.LanguagePlatform.Core.Tag.Tag(Sdl.LanguagePlatform.Core.TagType, System.String, System.Int32, System.Int32, System.String, System.Boolean) + nameWithType: Tag.Tag(TagType, String, Int32, Int32, String, Boolean) - uid: Sdl.LanguagePlatform.Core.Tag.#ctor* name: Tag href: api/translationmemory/Sdl.LanguagePlatform.Core.Tag.html#Sdl_LanguagePlatform_Core_Tag__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Tag.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Tag.Tag - fullName.vb: Sdl.LanguagePlatform.Core.Tag.New nameWithType: Tag.Tag - nameWithType.vb: Tag.New - uid: Sdl.LanguagePlatform.Core.Tag.AcceptSegmentElementVisitor(Sdl.LanguagePlatform.Core.ISegmentElementVisitor) name: AcceptSegmentElementVisitor(ISegmentElementVisitor) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tag.html#Sdl_LanguagePlatform_Core_Tag_AcceptSegmentElementVisitor_Sdl_LanguagePlatform_Core_ISegmentElementVisitor_ @@ -92912,14 +82625,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tag.Duplicate nameWithType: Tag.Duplicate - uid: Sdl.LanguagePlatform.Core.Tag.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tag.html#Sdl_LanguagePlatform_Core_Tag_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.Core.Tag.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.Core.Tag.Equals(object) - fullName.vb: Sdl.LanguagePlatform.Core.Tag.Equals(Object) - nameWithType: Tag.Equals(object) - nameWithType.vb: Tag.Equals(Object) + fullName: Sdl.LanguagePlatform.Core.Tag.Equals(System.Object) + nameWithType: Tag.Equals(Object) - uid: Sdl.LanguagePlatform.Core.Tag.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.Core.Tag.html#Sdl_LanguagePlatform_Core_Tag_Equals_ @@ -93074,29 +82784,20 @@ references: name: Text() href: api/translationmemory/Sdl.LanguagePlatform.Core.Text.html#Sdl_LanguagePlatform_Core_Text__ctor commentId: M:Sdl.LanguagePlatform.Core.Text.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Text.Text() - fullName.vb: Sdl.LanguagePlatform.Core.Text.New() nameWithType: Text.Text() - nameWithType.vb: Text.New() - uid: Sdl.LanguagePlatform.Core.Text.#ctor(System.String) - name: Text(string) + name: Text(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.Text.html#Sdl_LanguagePlatform_Core_Text__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.Core.Text.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.Core.Text.Text(string) - fullName.vb: Sdl.LanguagePlatform.Core.Text.New(String) - nameWithType: Text.Text(string) - nameWithType.vb: Text.New(String) + fullName: Sdl.LanguagePlatform.Core.Text.Text(System.String) + nameWithType: Text.Text(String) - uid: Sdl.LanguagePlatform.Core.Text.#ctor* name: Text href: api/translationmemory/Sdl.LanguagePlatform.Core.Text.html#Sdl_LanguagePlatform_Core_Text__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Text.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Text.Text - fullName.vb: Sdl.LanguagePlatform.Core.Text.New nameWithType: Text.Text - nameWithType.vb: Text.New - uid: Sdl.LanguagePlatform.Core.Text.AcceptSegmentElementVisitor(Sdl.LanguagePlatform.Core.ISegmentElementVisitor) name: AcceptSegmentElementVisitor(ISegmentElementVisitor) href: api/translationmemory/Sdl.LanguagePlatform.Core.Text.html#Sdl_LanguagePlatform_Core_Text_AcceptSegmentElementVisitor_Sdl_LanguagePlatform_Core_ISegmentElementVisitor_ @@ -93122,14 +82823,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Text.Duplicate nameWithType: Text.Duplicate - uid: Sdl.LanguagePlatform.Core.Text.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.Core.Text.html#Sdl_LanguagePlatform_Core_Text_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.Core.Text.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.Core.Text.Equals(object) - fullName.vb: Sdl.LanguagePlatform.Core.Text.Equals(Object) - nameWithType: Text.Equals(object) - nameWithType.vb: Text.Equals(Object) + fullName: Sdl.LanguagePlatform.Core.Text.Equals(System.Object) + nameWithType: Text.Equals(Object) - uid: Sdl.LanguagePlatform.Core.Text.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.Core.Text.html#Sdl_LanguagePlatform_Core_Text_Equals_ @@ -93200,20 +82898,14 @@ references: name: AutoLocalizationSettings() href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.html#Sdl_LanguagePlatform_Core_Tokenization_AutoLocalizationSettings__ctor commentId: M:Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.AutoLocalizationSettings() - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.New() nameWithType: AutoLocalizationSettings.AutoLocalizationSettings() - nameWithType.vb: AutoLocalizationSettings.New() - uid: Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.#ctor* name: AutoLocalizationSettings href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.html#Sdl_LanguagePlatform_Core_Tokenization_AutoLocalizationSettings__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.AutoLocalizationSettings - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.New nameWithType: AutoLocalizationSettings.AutoLocalizationSettings - nameWithType.vb: AutoLocalizationSettings.New - uid: Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.AttemptAutoSubstitution(Sdl.LanguagePlatform.Core.Tokenization.Token) name: AttemptAutoSubstitution(Token) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings.html#Sdl_LanguagePlatform_Core_Tokenization_AutoLocalizationSettings_AttemptAutoSubstitution_Sdl_LanguagePlatform_Core_Tokenization_Token_ @@ -93500,20 +83192,14 @@ references: name: CurrencyFormat() href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.html#Sdl_LanguagePlatform_Core_Tokenization_CurrencyFormat__ctor commentId: M:Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.CurrencyFormat() - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.New() nameWithType: CurrencyFormat.CurrencyFormat() - nameWithType.vb: CurrencyFormat.New() - uid: Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.#ctor* name: CurrencyFormat href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.html#Sdl_LanguagePlatform_Core_Tokenization_CurrencyFormat__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.CurrencyFormat - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.New nameWithType: CurrencyFormat.CurrencyFormat - nameWithType.vb: CurrencyFormat.New - uid: Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.Category name: Category href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat.html#Sdl_LanguagePlatform_Core_Tokenization_CurrencyFormat_Category @@ -93602,20 +83288,14 @@ references: name: CustomUnitDefinition() href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.html#Sdl_LanguagePlatform_Core_Tokenization_CustomUnitDefinition__ctor commentId: M:Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.CustomUnitDefinition() - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.New() nameWithType: CustomUnitDefinition.CustomUnitDefinition() - nameWithType.vb: CustomUnitDefinition.New() - uid: Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.#ctor* name: CustomUnitDefinition href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.html#Sdl_LanguagePlatform_Core_Tokenization_CustomUnitDefinition__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.CustomUnitDefinition - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.New nameWithType: CustomUnitDefinition.CustomUnitDefinition - nameWithType.vb: CustomUnitDefinition.New - uid: Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.CategoryName name: CategoryName href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition.html#Sdl_LanguagePlatform_Core_Tokenization_CustomUnitDefinition_CategoryName @@ -93698,47 +83378,32 @@ references: name: DateTimeToken() href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html#Sdl_LanguagePlatform_Core_Tokenization_DateTimeToken__ctor commentId: M:Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.DateTimeToken() - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.New() nameWithType: DateTimeToken.DateTimeToken() - nameWithType.vb: DateTimeToken.New() - uid: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.#ctor(Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken) name: DateTimeToken(DateTimeToken) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html#Sdl_LanguagePlatform_Core_Tokenization_DateTimeToken__ctor_Sdl_LanguagePlatform_Core_Tokenization_DateTimeToken_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.#ctor(Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken) - name.vb: New(DateTimeToken) fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.DateTimeToken(Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.New(Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken) nameWithType: DateTimeToken.DateTimeToken(DateTimeToken) - nameWithType.vb: DateTimeToken.New(DateTimeToken) - uid: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.#ctor(System.String,System.DateTime,Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType) - name: DateTimeToken(string, DateTime, DateTimePatternType) + name: DateTimeToken(String, DateTime, DateTimePatternType) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html#Sdl_LanguagePlatform_Core_Tokenization_DateTimeToken__ctor_System_String_System_DateTime_Sdl_LanguagePlatform_Core_Tokenization_DateTimePatternType_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.#ctor(System.String,System.DateTime,Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType) - name.vb: New(String, Date, DateTimePatternType) - fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.DateTimeToken(string, System.DateTime, Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.New(String, Date, Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType) - nameWithType: DateTimeToken.DateTimeToken(string, DateTime, DateTimePatternType) - nameWithType.vb: DateTimeToken.New(String, Date, DateTimePatternType) + fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.DateTimeToken(System.String, System.DateTime, Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType) + nameWithType: DateTimeToken.DateTimeToken(String, DateTime, DateTimePatternType) - uid: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.#ctor(System.String,System.DateTime,Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType,System.String) - name: DateTimeToken(string, DateTime, DateTimePatternType, string) + name: DateTimeToken(String, DateTime, DateTimePatternType, String) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html#Sdl_LanguagePlatform_Core_Tokenization_DateTimeToken__ctor_System_String_System_DateTime_Sdl_LanguagePlatform_Core_Tokenization_DateTimePatternType_System_String_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.#ctor(System.String,System.DateTime,Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType,System.String) - name.vb: New(String, Date, DateTimePatternType, String) - fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.DateTimeToken(string, System.DateTime, Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType, string) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.New(String, Date, Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType, String) - nameWithType: DateTimeToken.DateTimeToken(string, DateTime, DateTimePatternType, string) - nameWithType.vb: DateTimeToken.New(String, Date, DateTimePatternType, String) + fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.DateTimeToken(System.String, System.DateTime, Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType, System.String) + nameWithType: DateTimeToken.DateTimeToken(String, DateTime, DateTimePatternType, String) - uid: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.#ctor* name: DateTimeToken href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html#Sdl_LanguagePlatform_Core_Tokenization_DateTimeToken__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.DateTimeToken - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.New nameWithType: DateTimeToken.DateTimeToken - nameWithType.vb: DateTimeToken.New - uid: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.AcceptSegmentElementVisitor(Sdl.LanguagePlatform.Core.ISegmentElementVisitor) name: AcceptSegmentElementVisitor(ISegmentElementVisitor) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html#Sdl_LanguagePlatform_Core_Tokenization_DateTimeToken_AcceptSegmentElementVisitor_Sdl_LanguagePlatform_Core_ISegmentElementVisitor_ @@ -93776,14 +83441,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.Duplicate nameWithType: DateTimeToken.Duplicate - uid: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html#Sdl_LanguagePlatform_Core_Tokenization_DateTimeToken_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.Equals(object) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.Equals(Object) - nameWithType: DateTimeToken.Equals(object) - nameWithType.vb: DateTimeToken.Equals(Object) + fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.Equals(System.Object) + nameWithType: DateTimeToken.Equals(Object) - uid: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html#Sdl_LanguagePlatform_Core_Tokenization_DateTimeToken_Equals_ @@ -93881,14 +83543,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.Localize(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings) nameWithType: DateTimeToken.Localize(CultureInfo, AutoLocalizationSettings) - uid: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.Localize(System.Globalization.CultureInfo,Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings,Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken,System.Boolean) - name: Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool) + name: Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html#Sdl_LanguagePlatform_Core_Tokenization_DateTimeToken_Localize_System_Globalization_CultureInfo_Sdl_LanguagePlatform_Core_Tokenization_AutoLocalizationSettings_Sdl_LanguagePlatform_Core_Tokenization_ILocalizableToken_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.Localize(System.Globalization.CultureInfo,Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings,Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken,System.Boolean) - name.vb: Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean) - fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.Localize(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.Localize(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, Boolean) - nameWithType: DateTimeToken.Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool) - nameWithType.vb: DateTimeToken.Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean) + fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.Localize(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, System.Boolean) + nameWithType: DateTimeToken.Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean) - uid: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.Localize* name: Localize href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html#Sdl_LanguagePlatform_Core_Tokenization_DateTimeToken_Localize_ @@ -93902,14 +83561,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.LocalizeAsync(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) nameWithType: DateTimeToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.LocalizeAsync(System.Globalization.CultureInfo,Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings,Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken,System.Boolean,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager) + name: LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html#Sdl_LanguagePlatform_Core_Tokenization_DateTimeToken_LocalizeAsync_System_Globalization_CultureInfo_Sdl_LanguagePlatform_Core_Tokenization_AutoLocalizationSettings_Sdl_LanguagePlatform_Core_Tokenization_ILocalizableToken_System_Boolean_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.LocalizeAsync(System.Globalization.CultureInfo,Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings,Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken,System.Boolean,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) - fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.LocalizeAsync(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, bool, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.LocalizeAsync(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, Boolean, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: DateTimeToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager) - nameWithType.vb: DateTimeToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) + fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.LocalizeAsync(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, System.Boolean, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) + nameWithType: DateTimeToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.LocalizeAsync* name: LocalizeAsync href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html#Sdl_LanguagePlatform_Core_Tokenization_DateTimeToken_LocalizeAsync_ @@ -93917,14 +83573,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.LocalizeAsync nameWithType: DateTimeToken.LocalizeAsync - uid: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token,System.Boolean) - name: SetValue(Token, bool) + name: SetValue(Token, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html#Sdl_LanguagePlatform_Core_Tokenization_DateTimeToken_SetValue_Sdl_LanguagePlatform_Core_Tokenization_Token_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token,System.Boolean) - name.vb: SetValue(Token, Boolean) - fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token, Boolean) - nameWithType: DateTimeToken.SetValue(Token, bool) - nameWithType.vb: DateTimeToken.SetValue(Token, Boolean) + fullName: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token, System.Boolean) + nameWithType: DateTimeToken.SetValue(Token, Boolean) - uid: Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.SetValue* name: SetValue href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.DateTimeToken.html#Sdl_LanguagePlatform_Core_Tokenization_DateTimeToken_SetValue_ @@ -93953,29 +83606,20 @@ references: name: GenericPlaceableToken(GenericPlaceableToken) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.html#Sdl_LanguagePlatform_Core_Tokenization_GenericPlaceableToken__ctor_Sdl_LanguagePlatform_Core_Tokenization_GenericPlaceableToken_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.#ctor(Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken) - name.vb: New(GenericPlaceableToken) fullName: Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.GenericPlaceableToken(Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.New(Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken) nameWithType: GenericPlaceableToken.GenericPlaceableToken(GenericPlaceableToken) - nameWithType.vb: GenericPlaceableToken.New(GenericPlaceableToken) - uid: Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.#ctor(System.String,System.String,System.Boolean) - name: GenericPlaceableToken(string, string, bool) + name: GenericPlaceableToken(String, String, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.html#Sdl_LanguagePlatform_Core_Tokenization_GenericPlaceableToken__ctor_System_String_System_String_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.#ctor(System.String,System.String,System.Boolean) - name.vb: New(String, String, Boolean) - fullName: Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.GenericPlaceableToken(string, string, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.New(String, String, Boolean) - nameWithType: GenericPlaceableToken.GenericPlaceableToken(string, string, bool) - nameWithType.vb: GenericPlaceableToken.New(String, String, Boolean) + fullName: Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.GenericPlaceableToken(System.String, System.String, System.Boolean) + nameWithType: GenericPlaceableToken.GenericPlaceableToken(String, String, Boolean) - uid: Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.#ctor* name: GenericPlaceableToken href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.html#Sdl_LanguagePlatform_Core_Tokenization_GenericPlaceableToken__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.GenericPlaceableToken - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.New nameWithType: GenericPlaceableToken.GenericPlaceableToken - nameWithType.vb: GenericPlaceableToken.New - uid: Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.Duplicate name: Duplicate() href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.html#Sdl_LanguagePlatform_Core_Tokenization_GenericPlaceableToken_Duplicate @@ -93989,14 +83633,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.Duplicate nameWithType: GenericPlaceableToken.Duplicate - uid: Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.html#Sdl_LanguagePlatform_Core_Tokenization_GenericPlaceableToken_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.Equals(object) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.Equals(Object) - nameWithType: GenericPlaceableToken.Equals(object) - nameWithType.vb: GenericPlaceableToken.Equals(Object) + fullName: Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.Equals(System.Object) + nameWithType: GenericPlaceableToken.Equals(Object) - uid: Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.GenericPlaceableToken.html#Sdl_LanguagePlatform_Core_Tokenization_GenericPlaceableToken_Equals_ @@ -94064,14 +83705,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.Localize(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings) nameWithType: ILocalizableToken.Localize(CultureInfo, AutoLocalizationSettings) - uid: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.Localize(System.Globalization.CultureInfo,Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings,Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken,System.Boolean) - name: Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool) + name: Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.html#Sdl_LanguagePlatform_Core_Tokenization_ILocalizableToken_Localize_System_Globalization_CultureInfo_Sdl_LanguagePlatform_Core_Tokenization_AutoLocalizationSettings_Sdl_LanguagePlatform_Core_Tokenization_ILocalizableToken_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.Localize(System.Globalization.CultureInfo,Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings,Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken,System.Boolean) - name.vb: Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean) - fullName: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.Localize(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.Localize(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, Boolean) - nameWithType: ILocalizableToken.Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool) - nameWithType.vb: ILocalizableToken.Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean) + fullName: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.Localize(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, System.Boolean) + nameWithType: ILocalizableToken.Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean) - uid: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.Localize* name: Localize href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.html#Sdl_LanguagePlatform_Core_Tokenization_ILocalizableToken_Localize_ @@ -94085,14 +83723,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.LocalizeAsync(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) nameWithType: ILocalizableToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.LocalizeAsync(System.Globalization.CultureInfo,Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings,Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken,System.Boolean,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager) + name: LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.html#Sdl_LanguagePlatform_Core_Tokenization_ILocalizableToken_LocalizeAsync_System_Globalization_CultureInfo_Sdl_LanguagePlatform_Core_Tokenization_AutoLocalizationSettings_Sdl_LanguagePlatform_Core_Tokenization_ILocalizableToken_System_Boolean_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.LocalizeAsync(System.Globalization.CultureInfo,Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings,Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken,System.Boolean,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) - fullName: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.LocalizeAsync(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, bool, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.LocalizeAsync(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, Boolean, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: ILocalizableToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager) - nameWithType.vb: ILocalizableToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) + fullName: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.LocalizeAsync(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, System.Boolean, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) + nameWithType: ILocalizableToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.LocalizeAsync* name: LocalizeAsync href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.html#Sdl_LanguagePlatform_Core_Tokenization_ILocalizableToken_LocalizeAsync_ @@ -94100,14 +83735,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.LocalizeAsync nameWithType: ILocalizableToken.LocalizeAsync - uid: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token,System.Boolean) - name: SetValue(Token, bool) + name: SetValue(Token, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.html#Sdl_LanguagePlatform_Core_Tokenization_ILocalizableToken_SetValue_Sdl_LanguagePlatform_Core_Tokenization_Token_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token,System.Boolean) - name.vb: SetValue(Token, Boolean) - fullName: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token, Boolean) - nameWithType: ILocalizableToken.SetValue(Token, bool) - nameWithType.vb: ILocalizableToken.SetValue(Token, Boolean) + fullName: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token, System.Boolean) + nameWithType: ILocalizableToken.SetValue(Token, Boolean) - uid: Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.SetValue* name: SetValue href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken.html#Sdl_LanguagePlatform_Core_Tokenization_ILocalizableToken_SetValue_ @@ -94151,23 +83783,17 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.Match nameWithType: Match - uid: Sdl.LanguagePlatform.Core.Tokenization.Match.#ctor(System.Int32,System.Int32) - name: Match(int, int) + name: Match(Int32, Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Match.html#Sdl_LanguagePlatform_Core_Tokenization_Match__ctor_System_Int32_System_Int32_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.Match.#ctor(System.Int32,System.Int32) - name.vb: New(Integer, Integer) - fullName: Sdl.LanguagePlatform.Core.Tokenization.Match.Match(int, int) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.Match.New(Integer, Integer) - nameWithType: Match.Match(int, int) - nameWithType.vb: Match.New(Integer, Integer) + fullName: Sdl.LanguagePlatform.Core.Tokenization.Match.Match(System.Int32, System.Int32) + nameWithType: Match.Match(Int32, Int32) - uid: Sdl.LanguagePlatform.Core.Tokenization.Match.#ctor* name: Match href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Match.html#Sdl_LanguagePlatform_Core_Tokenization_Match__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Tokenization.Match.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Tokenization.Match.Match - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.Match.New nameWithType: Match.Match - nameWithType.vb: Match.New - uid: Sdl.LanguagePlatform.Core.Tokenization.Match.Index name: Index href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Match.html#Sdl_LanguagePlatform_Core_Tokenization_Match_Index @@ -94202,38 +83828,26 @@ references: name: MeasureToken(MeasureToken) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html#Sdl_LanguagePlatform_Core_Tokenization_MeasureToken__ctor_Sdl_LanguagePlatform_Core_Tokenization_MeasureToken_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.#ctor(Sdl.LanguagePlatform.Core.Tokenization.MeasureToken) - name.vb: New(MeasureToken) fullName: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.MeasureToken(Sdl.LanguagePlatform.Core.Tokenization.MeasureToken) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.New(Sdl.LanguagePlatform.Core.Tokenization.MeasureToken) nameWithType: MeasureToken.MeasureToken(MeasureToken) - nameWithType.vb: MeasureToken.New(MeasureToken) - uid: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.#ctor(System.String,Sdl.LanguagePlatform.Core.Tokenization.NumberToken,Sdl.LanguagePlatform.Core.Tokenization.Unit,System.String,System.Char,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: MeasureToken(string, NumberToken, Unit, string, char, ICultureMetadataManager) + name: MeasureToken(String, NumberToken, Unit, String, Char, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html#Sdl_LanguagePlatform_Core_Tokenization_MeasureToken__ctor_System_String_Sdl_LanguagePlatform_Core_Tokenization_NumberToken_Sdl_LanguagePlatform_Core_Tokenization_Unit_System_String_System_Char_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.#ctor(System.String,Sdl.LanguagePlatform.Core.Tokenization.NumberToken,Sdl.LanguagePlatform.Core.Tokenization.Unit,System.String,System.Char,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(String, NumberToken, Unit, String, Char, ICultureMetadataManager) - fullName: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.MeasureToken(string, Sdl.LanguagePlatform.Core.Tokenization.NumberToken, Sdl.LanguagePlatform.Core.Tokenization.Unit, string, char, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.New(String, Sdl.LanguagePlatform.Core.Tokenization.NumberToken, Sdl.LanguagePlatform.Core.Tokenization.Unit, String, Char, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: MeasureToken.MeasureToken(string, NumberToken, Unit, string, char, ICultureMetadataManager) - nameWithType.vb: MeasureToken.New(String, NumberToken, Unit, String, Char, ICultureMetadataManager) + fullName: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.MeasureToken(System.String, Sdl.LanguagePlatform.Core.Tokenization.NumberToken, Sdl.LanguagePlatform.Core.Tokenization.Unit, System.String, System.Char, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) + nameWithType: MeasureToken.MeasureToken(String, NumberToken, Unit, String, Char, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.#ctor(System.String,Sdl.LanguagePlatform.Core.Tokenization.NumberToken,Sdl.LanguagePlatform.Core.Tokenization.Unit,System.String,System.Char,System.String,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: MeasureToken(string, NumberToken, Unit, string, char, string, ICultureMetadataManager) + name: MeasureToken(String, NumberToken, Unit, String, Char, String, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html#Sdl_LanguagePlatform_Core_Tokenization_MeasureToken__ctor_System_String_Sdl_LanguagePlatform_Core_Tokenization_NumberToken_Sdl_LanguagePlatform_Core_Tokenization_Unit_System_String_System_Char_System_String_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.#ctor(System.String,Sdl.LanguagePlatform.Core.Tokenization.NumberToken,Sdl.LanguagePlatform.Core.Tokenization.Unit,System.String,System.Char,System.String,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(String, NumberToken, Unit, String, Char, String, ICultureMetadataManager) - fullName: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.MeasureToken(string, Sdl.LanguagePlatform.Core.Tokenization.NumberToken, Sdl.LanguagePlatform.Core.Tokenization.Unit, string, char, string, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.New(String, Sdl.LanguagePlatform.Core.Tokenization.NumberToken, Sdl.LanguagePlatform.Core.Tokenization.Unit, String, Char, String, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: MeasureToken.MeasureToken(string, NumberToken, Unit, string, char, string, ICultureMetadataManager) - nameWithType.vb: MeasureToken.New(String, NumberToken, Unit, String, Char, String, ICultureMetadataManager) + fullName: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.MeasureToken(System.String, Sdl.LanguagePlatform.Core.Tokenization.NumberToken, Sdl.LanguagePlatform.Core.Tokenization.Unit, System.String, System.Char, System.String, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) + nameWithType: MeasureToken.MeasureToken(String, NumberToken, Unit, String, Char, String, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.#ctor* name: MeasureToken href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html#Sdl_LanguagePlatform_Core_Tokenization_MeasureToken__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.MeasureToken - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.New nameWithType: MeasureToken.MeasureToken - nameWithType.vb: MeasureToken.New - uid: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.AcceptSegmentElementVisitor(Sdl.LanguagePlatform.Core.ISegmentElementVisitor) name: AcceptSegmentElementVisitor(ISegmentElementVisitor) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html#Sdl_LanguagePlatform_Core_Tokenization_MeasureToken_AcceptSegmentElementVisitor_Sdl_LanguagePlatform_Core_ISegmentElementVisitor_ @@ -94271,14 +83885,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.Duplicate nameWithType: MeasureToken.Duplicate - uid: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html#Sdl_LanguagePlatform_Core_Tokenization_MeasureToken_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.Equals(object) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.Equals(Object) - nameWithType: MeasureToken.Equals(object) - nameWithType.vb: MeasureToken.Equals(Object) + fullName: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.Equals(System.Object) + nameWithType: MeasureToken.Equals(Object) - uid: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html#Sdl_LanguagePlatform_Core_Tokenization_MeasureToken_Equals_ @@ -94352,14 +83963,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.LocalizeAsync(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) nameWithType: MeasureToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.LocalizeAsync(System.Globalization.CultureInfo,Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings,Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken,System.Boolean,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager) + name: LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html#Sdl_LanguagePlatform_Core_Tokenization_MeasureToken_LocalizeAsync_System_Globalization_CultureInfo_Sdl_LanguagePlatform_Core_Tokenization_AutoLocalizationSettings_Sdl_LanguagePlatform_Core_Tokenization_ILocalizableToken_System_Boolean_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.LocalizeAsync(System.Globalization.CultureInfo,Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings,Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken,System.Boolean,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) - fullName: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.LocalizeAsync(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, bool, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.LocalizeAsync(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, Boolean, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: MeasureToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager) - nameWithType.vb: MeasureToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) + fullName: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.LocalizeAsync(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, System.Boolean, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) + nameWithType: MeasureToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.LocalizeAsync* name: LocalizeAsync href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html#Sdl_LanguagePlatform_Core_Tokenization_MeasureToken_LocalizeAsync_ @@ -94367,14 +83975,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.LocalizeAsync nameWithType: MeasureToken.LocalizeAsync - uid: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token,System.Boolean) - name: SetValue(Token, bool) + name: SetValue(Token, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html#Sdl_LanguagePlatform_Core_Tokenization_MeasureToken_SetValue_Sdl_LanguagePlatform_Core_Tokenization_Token_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token,System.Boolean) - name.vb: SetValue(Token, Boolean) - fullName: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token, Boolean) - nameWithType: MeasureToken.SetValue(Token, bool) - nameWithType.vb: MeasureToken.SetValue(Token, Boolean) + fullName: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token, System.Boolean) + nameWithType: MeasureToken.SetValue(Token, Boolean) - uid: Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.SetValue* name: SetValue href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.MeasureToken.html#Sdl_LanguagePlatform_Core_Tokenization_MeasureToken_SetValue_ @@ -94427,38 +84032,26 @@ references: name: NumberToken(NumberToken) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html#Sdl_LanguagePlatform_Core_Tokenization_NumberToken__ctor_Sdl_LanguagePlatform_Core_Tokenization_NumberToken_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.NumberToken.#ctor(Sdl.LanguagePlatform.Core.Tokenization.NumberToken) - name.vb: New(NumberToken) fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.NumberToken(Sdl.LanguagePlatform.Core.Tokenization.NumberToken) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.New(Sdl.LanguagePlatform.Core.Tokenization.NumberToken) nameWithType: NumberToken.NumberToken(NumberToken) - nameWithType.vb: NumberToken.New(NumberToken) - uid: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.#ctor(System.String,Sdl.LanguagePlatform.Core.Tokenization.NumericSeparator,Sdl.LanguagePlatform.Core.Tokenization.NumericSeparator,System.Char,System.Char,Sdl.LanguagePlatform.Core.Tokenization.Sign,System.String,System.String,System.String) - name: NumberToken(string, NumericSeparator, NumericSeparator, char, char, Sign, string, string, string) + name: NumberToken(String, NumericSeparator, NumericSeparator, Char, Char, Sign, String, String, String) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html#Sdl_LanguagePlatform_Core_Tokenization_NumberToken__ctor_System_String_Sdl_LanguagePlatform_Core_Tokenization_NumericSeparator_Sdl_LanguagePlatform_Core_Tokenization_NumericSeparator_System_Char_System_Char_Sdl_LanguagePlatform_Core_Tokenization_Sign_System_String_System_String_System_String_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.NumberToken.#ctor(System.String,Sdl.LanguagePlatform.Core.Tokenization.NumericSeparator,Sdl.LanguagePlatform.Core.Tokenization.NumericSeparator,System.Char,System.Char,Sdl.LanguagePlatform.Core.Tokenization.Sign,System.String,System.String,System.String) - name.vb: New(String, NumericSeparator, NumericSeparator, Char, Char, Sign, String, String, String) - fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.NumberToken(string, Sdl.LanguagePlatform.Core.Tokenization.NumericSeparator, Sdl.LanguagePlatform.Core.Tokenization.NumericSeparator, char, char, Sdl.LanguagePlatform.Core.Tokenization.Sign, string, string, string) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.New(String, Sdl.LanguagePlatform.Core.Tokenization.NumericSeparator, Sdl.LanguagePlatform.Core.Tokenization.NumericSeparator, Char, Char, Sdl.LanguagePlatform.Core.Tokenization.Sign, String, String, String) - nameWithType: NumberToken.NumberToken(string, NumericSeparator, NumericSeparator, char, char, Sign, string, string, string) - nameWithType.vb: NumberToken.New(String, NumericSeparator, NumericSeparator, Char, Char, Sign, String, String, String) + fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.NumberToken(System.String, Sdl.LanguagePlatform.Core.Tokenization.NumericSeparator, Sdl.LanguagePlatform.Core.Tokenization.NumericSeparator, System.Char, System.Char, Sdl.LanguagePlatform.Core.Tokenization.Sign, System.String, System.String, System.String) + nameWithType: NumberToken.NumberToken(String, NumericSeparator, NumericSeparator, Char, Char, Sign, String, String, String) - uid: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.#ctor(System.String,System.String,System.String,System.String,System.Globalization.NumberFormatInfo) - name: NumberToken(string, string, string, string, NumberFormatInfo) + name: NumberToken(String, String, String, String, NumberFormatInfo) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html#Sdl_LanguagePlatform_Core_Tokenization_NumberToken__ctor_System_String_System_String_System_String_System_String_System_Globalization_NumberFormatInfo_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.NumberToken.#ctor(System.String,System.String,System.String,System.String,System.Globalization.NumberFormatInfo) - name.vb: New(String, String, String, String, NumberFormatInfo) - fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.NumberToken(string, string, string, string, System.Globalization.NumberFormatInfo) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.New(String, String, String, String, System.Globalization.NumberFormatInfo) - nameWithType: NumberToken.NumberToken(string, string, string, string, NumberFormatInfo) - nameWithType.vb: NumberToken.New(String, String, String, String, NumberFormatInfo) + fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.NumberToken(System.String, System.String, System.String, System.String, System.Globalization.NumberFormatInfo) + nameWithType: NumberToken.NumberToken(String, String, String, String, NumberFormatInfo) - uid: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.#ctor* name: NumberToken href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html#Sdl_LanguagePlatform_Core_Tokenization_NumberToken__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Tokenization.NumberToken.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.NumberToken - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.New nameWithType: NumberToken.NumberToken - nameWithType.vb: NumberToken.New - uid: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.AcceptSegmentElementVisitor(Sdl.LanguagePlatform.Core.ISegmentElementVisitor) name: AcceptSegmentElementVisitor(ISegmentElementVisitor) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html#Sdl_LanguagePlatform_Core_Tokenization_NumberToken_AcceptSegmentElementVisitor_Sdl_LanguagePlatform_Core_ISegmentElementVisitor_ @@ -94520,14 +84113,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.Duplicate nameWithType: NumberToken.Duplicate - uid: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html#Sdl_LanguagePlatform_Core_Tokenization_NumberToken_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.NumberToken.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.Equals(object) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.Equals(Object) - nameWithType: NumberToken.Equals(object) - nameWithType.vb: NumberToken.Equals(Object) + fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.Equals(System.Object) + nameWithType: NumberToken.Equals(Object) - uid: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html#Sdl_LanguagePlatform_Core_Tokenization_NumberToken_Equals_ @@ -94619,14 +84209,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.Localize(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings) nameWithType: NumberToken.Localize(CultureInfo, AutoLocalizationSettings) - uid: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.Localize(System.Globalization.CultureInfo,Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings,Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken,System.Boolean) - name: Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool) + name: Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html#Sdl_LanguagePlatform_Core_Tokenization_NumberToken_Localize_System_Globalization_CultureInfo_Sdl_LanguagePlatform_Core_Tokenization_AutoLocalizationSettings_Sdl_LanguagePlatform_Core_Tokenization_ILocalizableToken_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.NumberToken.Localize(System.Globalization.CultureInfo,Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings,Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken,System.Boolean) - name.vb: Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean) - fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.Localize(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.Localize(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, Boolean) - nameWithType: NumberToken.Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool) - nameWithType.vb: NumberToken.Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean) + fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.Localize(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, System.Boolean) + nameWithType: NumberToken.Localize(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean) - uid: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.Localize* name: Localize href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html#Sdl_LanguagePlatform_Core_Tokenization_NumberToken_Localize_ @@ -94640,14 +84227,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.LocalizeAsync(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) nameWithType: NumberToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.LocalizeAsync(System.Globalization.CultureInfo,Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings,Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken,System.Boolean,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager) + name: LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html#Sdl_LanguagePlatform_Core_Tokenization_NumberToken_LocalizeAsync_System_Globalization_CultureInfo_Sdl_LanguagePlatform_Core_Tokenization_AutoLocalizationSettings_Sdl_LanguagePlatform_Core_Tokenization_ILocalizableToken_System_Boolean_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.NumberToken.LocalizeAsync(System.Globalization.CultureInfo,Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings,Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken,System.Boolean,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) - fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.LocalizeAsync(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, bool, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.LocalizeAsync(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, Boolean, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: NumberToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, bool, ICultureMetadataManager) - nameWithType.vb: NumberToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) + fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.LocalizeAsync(System.Globalization.CultureInfo, Sdl.LanguagePlatform.Core.Tokenization.AutoLocalizationSettings, Sdl.LanguagePlatform.Core.Tokenization.ILocalizableToken, System.Boolean, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) + nameWithType: NumberToken.LocalizeAsync(CultureInfo, AutoLocalizationSettings, ILocalizableToken, Boolean, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.LocalizeAsync* name: LocalizeAsync href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html#Sdl_LanguagePlatform_Core_Tokenization_NumberToken_LocalizeAsync_ @@ -94691,23 +84275,17 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.RawSign nameWithType: NumberToken.RawSign - uid: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token,System.Boolean) - name: SetValue(Token, bool) + name: SetValue(Token, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html#Sdl_LanguagePlatform_Core_Tokenization_NumberToken_SetValue_Sdl_LanguagePlatform_Core_Tokenization_Token_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.NumberToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token,System.Boolean) - name.vb: SetValue(Token, Boolean) - fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token, Boolean) - nameWithType: NumberToken.SetValue(Token, bool) - nameWithType.vb: NumberToken.SetValue(Token, Boolean) + fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.SetValue(Sdl.LanguagePlatform.Core.Tokenization.Token, System.Boolean) + nameWithType: NumberToken.SetValue(Token, Boolean) - uid: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.SetValue(System.String,System.String,System.String,System.Globalization.NumberFormatInfo) - name: SetValue(string, string, string, NumberFormatInfo) + name: SetValue(String, String, String, NumberFormatInfo) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html#Sdl_LanguagePlatform_Core_Tokenization_NumberToken_SetValue_System_String_System_String_System_String_System_Globalization_NumberFormatInfo_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.NumberToken.SetValue(System.String,System.String,System.String,System.Globalization.NumberFormatInfo) - name.vb: SetValue(String, String, String, NumberFormatInfo) - fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.SetValue(string, string, string, System.Globalization.NumberFormatInfo) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.SetValue(String, String, String, System.Globalization.NumberFormatInfo) - nameWithType: NumberToken.SetValue(string, string, string, NumberFormatInfo) - nameWithType.vb: NumberToken.SetValue(String, String, String, NumberFormatInfo) + fullName: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.SetValue(System.String, System.String, System.String, System.Globalization.NumberFormatInfo) + nameWithType: NumberToken.SetValue(String, String, String, NumberFormatInfo) - uid: Sdl.LanguagePlatform.Core.Tokenization.NumberToken.SetValue* name: SetValue href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.NumberToken.html#Sdl_LanguagePlatform_Core_Tokenization_NumberToken_SetValue_ @@ -94781,23 +84359,17 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken nameWithType: PrioritizedToken - uid: Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.#ctor(Sdl.LanguagePlatform.Core.Tokenization.Token,System.Int32) - name: PrioritizedToken(Token, int) + name: PrioritizedToken(Token, Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.html#Sdl_LanguagePlatform_Core_Tokenization_PrioritizedToken__ctor_Sdl_LanguagePlatform_Core_Tokenization_Token_System_Int32_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.#ctor(Sdl.LanguagePlatform.Core.Tokenization.Token,System.Int32) - name.vb: New(Token, Integer) - fullName: Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.PrioritizedToken(Sdl.LanguagePlatform.Core.Tokenization.Token, int) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.New(Sdl.LanguagePlatform.Core.Tokenization.Token, Integer) - nameWithType: PrioritizedToken.PrioritizedToken(Token, int) - nameWithType.vb: PrioritizedToken.New(Token, Integer) + fullName: Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.PrioritizedToken(Sdl.LanguagePlatform.Core.Tokenization.Token, System.Int32) + nameWithType: PrioritizedToken.PrioritizedToken(Token, Int32) - uid: Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.#ctor* name: PrioritizedToken href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.html#Sdl_LanguagePlatform_Core_Tokenization_PrioritizedToken__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.PrioritizedToken - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.New nameWithType: PrioritizedToken.PrioritizedToken - nameWithType.vb: PrioritizedToken.New - uid: Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.Priority name: Priority href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken.html#Sdl_LanguagePlatform_Core_Tokenization_PrioritizedToken_Priority @@ -94844,47 +84416,32 @@ references: name: SimpleToken() href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.html#Sdl_LanguagePlatform_Core_Tokenization_SimpleToken__ctor commentId: M:Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.SimpleToken() - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.New() nameWithType: SimpleToken.SimpleToken() - nameWithType.vb: SimpleToken.New() - uid: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.#ctor(Sdl.LanguagePlatform.Core.Tokenization.SimpleToken) name: SimpleToken(SimpleToken) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.html#Sdl_LanguagePlatform_Core_Tokenization_SimpleToken__ctor_Sdl_LanguagePlatform_Core_Tokenization_SimpleToken_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.#ctor(Sdl.LanguagePlatform.Core.Tokenization.SimpleToken) - name.vb: New(SimpleToken) fullName: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.SimpleToken(Sdl.LanguagePlatform.Core.Tokenization.SimpleToken) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.New(Sdl.LanguagePlatform.Core.Tokenization.SimpleToken) nameWithType: SimpleToken.SimpleToken(SimpleToken) - nameWithType.vb: SimpleToken.New(SimpleToken) - uid: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.#ctor(System.String) - name: SimpleToken(string) + name: SimpleToken(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.html#Sdl_LanguagePlatform_Core_Tokenization_SimpleToken__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.SimpleToken(string) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.New(String) - nameWithType: SimpleToken.SimpleToken(string) - nameWithType.vb: SimpleToken.New(String) + fullName: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.SimpleToken(System.String) + nameWithType: SimpleToken.SimpleToken(String) - uid: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.#ctor(System.String,Sdl.LanguagePlatform.Core.Tokenization.TokenType) - name: SimpleToken(string, TokenType) + name: SimpleToken(String, TokenType) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.html#Sdl_LanguagePlatform_Core_Tokenization_SimpleToken__ctor_System_String_Sdl_LanguagePlatform_Core_Tokenization_TokenType_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.#ctor(System.String,Sdl.LanguagePlatform.Core.Tokenization.TokenType) - name.vb: New(String, TokenType) - fullName: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.SimpleToken(string, Sdl.LanguagePlatform.Core.Tokenization.TokenType) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.New(String, Sdl.LanguagePlatform.Core.Tokenization.TokenType) - nameWithType: SimpleToken.SimpleToken(string, TokenType) - nameWithType.vb: SimpleToken.New(String, TokenType) + fullName: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.SimpleToken(System.String, Sdl.LanguagePlatform.Core.Tokenization.TokenType) + nameWithType: SimpleToken.SimpleToken(String, TokenType) - uid: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.#ctor* name: SimpleToken href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.html#Sdl_LanguagePlatform_Core_Tokenization_SimpleToken__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.SimpleToken - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.New nameWithType: SimpleToken.SimpleToken - nameWithType.vb: SimpleToken.New - uid: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.AcceptSegmentElementVisitor(Sdl.LanguagePlatform.Core.ISegmentElementVisitor) name: AcceptSegmentElementVisitor(ISegmentElementVisitor) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.html#Sdl_LanguagePlatform_Core_Tokenization_SimpleToken_AcceptSegmentElementVisitor_Sdl_LanguagePlatform_Core_ISegmentElementVisitor_ @@ -94910,14 +84467,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.Duplicate nameWithType: SimpleToken.Duplicate - uid: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.html#Sdl_LanguagePlatform_Core_Tokenization_SimpleToken_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.Equals(object) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.Equals(Object) - nameWithType: SimpleToken.Equals(object) - nameWithType.vb: SimpleToken.Equals(Object) + fullName: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.Equals(System.Object) + nameWithType: SimpleToken.Equals(Object) - uid: Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.SimpleToken.html#Sdl_LanguagePlatform_Core_Tokenization_SimpleToken_Equals_ @@ -95030,38 +84584,26 @@ references: name: TagToken() href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TagToken.html#Sdl_LanguagePlatform_Core_Tokenization_TagToken__ctor commentId: M:Sdl.LanguagePlatform.Core.Tokenization.TagToken.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Tokenization.TagToken.TagToken() - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TagToken.New() nameWithType: TagToken.TagToken() - nameWithType.vb: TagToken.New() - uid: Sdl.LanguagePlatform.Core.Tokenization.TagToken.#ctor(Sdl.LanguagePlatform.Core.Tag) name: TagToken(Tag) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TagToken.html#Sdl_LanguagePlatform_Core_Tokenization_TagToken__ctor_Sdl_LanguagePlatform_Core_Tag_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.TagToken.#ctor(Sdl.LanguagePlatform.Core.Tag) - name.vb: New(Tag) fullName: Sdl.LanguagePlatform.Core.Tokenization.TagToken.TagToken(Sdl.LanguagePlatform.Core.Tag) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TagToken.New(Sdl.LanguagePlatform.Core.Tag) nameWithType: TagToken.TagToken(Tag) - nameWithType.vb: TagToken.New(Tag) - uid: Sdl.LanguagePlatform.Core.Tokenization.TagToken.#ctor(Sdl.LanguagePlatform.Core.Tokenization.TagToken) name: TagToken(TagToken) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TagToken.html#Sdl_LanguagePlatform_Core_Tokenization_TagToken__ctor_Sdl_LanguagePlatform_Core_Tokenization_TagToken_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.TagToken.#ctor(Sdl.LanguagePlatform.Core.Tokenization.TagToken) - name.vb: New(TagToken) fullName: Sdl.LanguagePlatform.Core.Tokenization.TagToken.TagToken(Sdl.LanguagePlatform.Core.Tokenization.TagToken) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TagToken.New(Sdl.LanguagePlatform.Core.Tokenization.TagToken) nameWithType: TagToken.TagToken(TagToken) - nameWithType.vb: TagToken.New(TagToken) - uid: Sdl.LanguagePlatform.Core.Tokenization.TagToken.#ctor* name: TagToken href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TagToken.html#Sdl_LanguagePlatform_Core_Tokenization_TagToken__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Tokenization.TagToken.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Tokenization.TagToken.TagToken - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TagToken.New nameWithType: TagToken.TagToken - nameWithType.vb: TagToken.New - uid: Sdl.LanguagePlatform.Core.Tokenization.TagToken.AcceptSegmentElementVisitor(Sdl.LanguagePlatform.Core.ISegmentElementVisitor) name: AcceptSegmentElementVisitor(ISegmentElementVisitor) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TagToken.html#Sdl_LanguagePlatform_Core_Tokenization_TagToken_AcceptSegmentElementVisitor_Sdl_LanguagePlatform_Core_ISegmentElementVisitor_ @@ -95087,14 +84629,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.TagToken.Duplicate nameWithType: TagToken.Duplicate - uid: Sdl.LanguagePlatform.Core.Tokenization.TagToken.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TagToken.html#Sdl_LanguagePlatform_Core_Tokenization_TagToken_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.TagToken.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.Core.Tokenization.TagToken.Equals(object) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TagToken.Equals(Object) - nameWithType: TagToken.Equals(object) - nameWithType.vb: TagToken.Equals(Object) + fullName: Sdl.LanguagePlatform.Core.Tokenization.TagToken.Equals(System.Object) + nameWithType: TagToken.Equals(Object) - uid: Sdl.LanguagePlatform.Core.Tokenization.TagToken.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TagToken.html#Sdl_LanguagePlatform_Core_Tokenization_TagToken_Equals_ @@ -95180,14 +84719,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.TagToken.UpdateValue(Sdl.LanguagePlatform.Core.Tokenization.TagToken) nameWithType: TagToken.UpdateValue(TagToken) - uid: Sdl.LanguagePlatform.Core.Tokenization.TagToken.UpdateValue(Sdl.LanguagePlatform.Core.Tokenization.TagToken,System.Boolean) - name: UpdateValue(TagToken, bool) + name: UpdateValue(TagToken, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TagToken.html#Sdl_LanguagePlatform_Core_Tokenization_TagToken_UpdateValue_Sdl_LanguagePlatform_Core_Tokenization_TagToken_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.TagToken.UpdateValue(Sdl.LanguagePlatform.Core.Tokenization.TagToken,System.Boolean) - name.vb: UpdateValue(TagToken, Boolean) - fullName: Sdl.LanguagePlatform.Core.Tokenization.TagToken.UpdateValue(Sdl.LanguagePlatform.Core.Tokenization.TagToken, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TagToken.UpdateValue(Sdl.LanguagePlatform.Core.Tokenization.TagToken, Boolean) - nameWithType: TagToken.UpdateValue(TagToken, bool) - nameWithType.vb: TagToken.UpdateValue(TagToken, Boolean) + fullName: Sdl.LanguagePlatform.Core.Tokenization.TagToken.UpdateValue(Sdl.LanguagePlatform.Core.Tokenization.TagToken, System.Boolean) + nameWithType: TagToken.UpdateValue(TagToken, Boolean) - uid: Sdl.LanguagePlatform.Core.Tokenization.TagToken.UpdateValue* name: UpdateValue href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TagToken.html#Sdl_LanguagePlatform_Core_Tokenization_TagToken_UpdateValue_ @@ -95204,38 +84740,26 @@ references: name: Token() href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Token.html#Sdl_LanguagePlatform_Core_Tokenization_Token__ctor commentId: M:Sdl.LanguagePlatform.Core.Tokenization.Token.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Tokenization.Token.Token() - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.Token.New() nameWithType: Token.Token() - nameWithType.vb: Token.New() - uid: Sdl.LanguagePlatform.Core.Tokenization.Token.#ctor(Sdl.LanguagePlatform.Core.Tokenization.Token) name: Token(Token) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Token.html#Sdl_LanguagePlatform_Core_Tokenization_Token__ctor_Sdl_LanguagePlatform_Core_Tokenization_Token_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.Token.#ctor(Sdl.LanguagePlatform.Core.Tokenization.Token) - name.vb: New(Token) fullName: Sdl.LanguagePlatform.Core.Tokenization.Token.Token(Sdl.LanguagePlatform.Core.Tokenization.Token) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.Token.New(Sdl.LanguagePlatform.Core.Tokenization.Token) nameWithType: Token.Token(Token) - nameWithType.vb: Token.New(Token) - uid: Sdl.LanguagePlatform.Core.Tokenization.Token.#ctor(System.String) - name: Token(string) + name: Token(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Token.html#Sdl_LanguagePlatform_Core_Tokenization_Token__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.Token.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.Core.Tokenization.Token.Token(string) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.Token.New(String) - nameWithType: Token.Token(string) - nameWithType.vb: Token.New(String) + fullName: Sdl.LanguagePlatform.Core.Tokenization.Token.Token(System.String) + nameWithType: Token.Token(String) - uid: Sdl.LanguagePlatform.Core.Tokenization.Token.#ctor* name: Token href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Token.html#Sdl_LanguagePlatform_Core_Tokenization_Token__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Tokenization.Token.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Tokenization.Token.Token - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.Token.New nameWithType: Token.Token - nameWithType.vb: Token.New - uid: Sdl.LanguagePlatform.Core.Tokenization.Token.Culture name: Culture href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Token.html#Sdl_LanguagePlatform_Core_Tokenization_Token_Culture @@ -95249,14 +84773,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.Token.Culture nameWithType: Token.Culture - uid: Sdl.LanguagePlatform.Core.Tokenization.Token.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Token.html#Sdl_LanguagePlatform_Core_Tokenization_Token_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.Token.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.Core.Tokenization.Token.Equals(object) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.Token.Equals(Object) - nameWithType: Token.Equals(object) - nameWithType.vb: Token.Equals(Object) + fullName: Sdl.LanguagePlatform.Core.Tokenization.Token.Equals(System.Object) + nameWithType: Token.Equals(Object) - uid: Sdl.LanguagePlatform.Core.Tokenization.Token.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.Token.html#Sdl_LanguagePlatform_Core_Tokenization_Token_Equals_ @@ -95450,32 +84971,26 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle nameWithType: TokenBundle - uid: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.#ctor(Sdl.LanguagePlatform.Core.Tokenization.Token,System.Int32) - name: TokenBundle(Token, int) + name: TokenBundle(Token, Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html#Sdl_LanguagePlatform_Core_Tokenization_TokenBundle__ctor_Sdl_LanguagePlatform_Core_Tokenization_Token_System_Int32_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.#ctor(Sdl.LanguagePlatform.Core.Tokenization.Token,System.Int32) - name.vb: New(Token, Integer) - fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.TokenBundle(Sdl.LanguagePlatform.Core.Tokenization.Token, int) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.New(Sdl.LanguagePlatform.Core.Tokenization.Token, Integer) - nameWithType: TokenBundle.TokenBundle(Token, int) - nameWithType.vb: TokenBundle.New(Token, Integer) + fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.TokenBundle(Sdl.LanguagePlatform.Core.Tokenization.Token, System.Int32) + nameWithType: TokenBundle.TokenBundle(Token, Int32) - uid: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.#ctor(System.Collections.Generic.IList{Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken}) name: TokenBundle(IList) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html#Sdl_LanguagePlatform_Core_Tokenization_TokenBundle__ctor_System_Collections_Generic_IList_Sdl_LanguagePlatform_Core_Tokenization_PrioritizedToken__ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.#ctor(System.Collections.Generic.IList{Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken}) - name.vb: New(IList(Of PrioritizedToken)) + name.vb: TokenBundle(IList(Of PrioritizedToken)) fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.TokenBundle(System.Collections.Generic.IList) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.New(System.Collections.Generic.IList(Of Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken)) + fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.TokenBundle(System.Collections.Generic.IList(Of Sdl.LanguagePlatform.Core.Tokenization.PrioritizedToken)) nameWithType: TokenBundle.TokenBundle(IList) - nameWithType.vb: TokenBundle.New(IList(Of PrioritizedToken)) + nameWithType.vb: TokenBundle.TokenBundle(IList(Of PrioritizedToken)) - uid: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.#ctor* name: TokenBundle href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html#Sdl_LanguagePlatform_Core_Tokenization_TokenBundle__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.TokenBundle - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.New nameWithType: TokenBundle.TokenBundle - nameWithType.vb: TokenBundle.New - uid: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.AcceptSegmentElementVisitor(Sdl.LanguagePlatform.Core.ISegmentElementVisitor) name: AcceptSegmentElementVisitor(ISegmentElementVisitor) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html#Sdl_LanguagePlatform_Core_Tokenization_TokenBundle_AcceptSegmentElementVisitor_Sdl_LanguagePlatform_Core_ISegmentElementVisitor_ @@ -95489,23 +85004,17 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.AcceptSegmentElementVisitor nameWithType: TokenBundle.AcceptSegmentElementVisitor - uid: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Add(Sdl.LanguagePlatform.Core.Tokenization.Token,System.Int32) - name: Add(Token, int) + name: Add(Token, Int32) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html#Sdl_LanguagePlatform_Core_Tokenization_TokenBundle_Add_Sdl_LanguagePlatform_Core_Tokenization_Token_System_Int32_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Add(Sdl.LanguagePlatform.Core.Tokenization.Token,System.Int32) - name.vb: Add(Token, Integer) - fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Add(Sdl.LanguagePlatform.Core.Tokenization.Token, int) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Add(Sdl.LanguagePlatform.Core.Tokenization.Token, Integer) - nameWithType: TokenBundle.Add(Token, int) - nameWithType.vb: TokenBundle.Add(Token, Integer) + fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Add(Sdl.LanguagePlatform.Core.Tokenization.Token, System.Int32) + nameWithType: TokenBundle.Add(Token, Int32) - uid: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Add(Sdl.LanguagePlatform.Core.Tokenization.Token,System.Int32,System.Boolean) - name: Add(Token, int, bool) + name: Add(Token, Int32, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html#Sdl_LanguagePlatform_Core_Tokenization_TokenBundle_Add_Sdl_LanguagePlatform_Core_Tokenization_Token_System_Int32_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Add(Sdl.LanguagePlatform.Core.Tokenization.Token,System.Int32,System.Boolean) - name.vb: Add(Token, Integer, Boolean) - fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Add(Sdl.LanguagePlatform.Core.Tokenization.Token, int, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Add(Sdl.LanguagePlatform.Core.Tokenization.Token, Integer, Boolean) - nameWithType: TokenBundle.Add(Token, int, bool) - nameWithType.vb: TokenBundle.Add(Token, Integer, Boolean) + fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Add(Sdl.LanguagePlatform.Core.Tokenization.Token, System.Int32, System.Boolean) + nameWithType: TokenBundle.Add(Token, Int32, Boolean) - uid: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Add* name: Add href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html#Sdl_LanguagePlatform_Core_Tokenization_TokenBundle_Add_ @@ -95609,23 +85118,20 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.IsSubstitutable nameWithType: TokenBundle.IsSubstitutable - uid: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Item(System.Int32) - name: this[int] + name: Item[Int32] href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html#Sdl_LanguagePlatform_Core_Tokenization_TokenBundle_Item_System_Int32_ commentId: P:Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Item(System.Int32) - name.vb: this[](Integer) - fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.this[int] - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.this[](Integer) - nameWithType: TokenBundle.this[int] - nameWithType.vb: TokenBundle.this[](Integer) + name.vb: Item(Int32) + fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Item[System.Int32] + fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Item(System.Int32) + nameWithType: TokenBundle.Item[Int32] + nameWithType.vb: TokenBundle.Item(Int32) - uid: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Item* - name: this + name: Item href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html#Sdl_LanguagePlatform_Core_Tokenization_TokenBundle_Item_ commentId: Overload:Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Item - name.vb: this[] - fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.this - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.this[] - nameWithType: TokenBundle.this - nameWithType.vb: TokenBundle.this[] + fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.Item + nameWithType: TokenBundle.Item - uid: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.SortByDecreasingPriority name: SortByDecreasingPriority() href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html#Sdl_LanguagePlatform_Core_Tokenization_TokenBundle_SortByDecreasingPriority @@ -95638,6 +85144,22 @@ references: commentId: Overload:Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.SortByDecreasingPriority fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.SortByDecreasingPriority nameWithType: TokenBundle.SortByDecreasingPriority +- uid: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.System#Collections#IEnumerable#GetEnumerator + name: IEnumerable.GetEnumerator() + href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html#Sdl_LanguagePlatform_Core_Tokenization_TokenBundle_System_Collections_IEnumerable_GetEnumerator + commentId: M:Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator() + fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.System.Collections.IEnumerable.GetEnumerator() + nameWithType: TokenBundle.IEnumerable.GetEnumerator() + nameWithType.vb: TokenBundle.System.Collections.IEnumerable.GetEnumerator() +- uid: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.System#Collections#IEnumerable#GetEnumerator* + name: IEnumerable.GetEnumerator + href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.html#Sdl_LanguagePlatform_Core_Tokenization_TokenBundle_System_Collections_IEnumerable_GetEnumerator_ + commentId: Overload:Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator + fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenBundle.System.Collections.IEnumerable.GetEnumerator + nameWithType: TokenBundle.IEnumerable.GetEnumerator + nameWithType.vb: TokenBundle.System.Collections.IEnumerable.GetEnumerator - uid: Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext name: TokenizationContext href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.html @@ -95645,23 +85167,20 @@ references: fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext nameWithType: TokenizationContext - uid: Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.#ctor(Sdl.Core.Globalization.CultureCode,System.Collections.Generic.Dictionary{Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType,System.Collections.Generic.List{System.String}},System.Collections.Generic.List{Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination},System.Collections.Generic.Dictionary{System.String,Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition},System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat}) - name: TokenizationContext(CultureCode, Dictionary>, List, Dictionary, List) + name: TokenizationContext(CultureCode, Dictionary>, List, Dictionary, List) href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.html#Sdl_LanguagePlatform_Core_Tokenization_TokenizationContext__ctor_Sdl_Core_Globalization_CultureCode_System_Collections_Generic_Dictionary_Sdl_LanguagePlatform_Core_Tokenization_DateTimePatternType_System_Collections_Generic_List_System_String___System_Collections_Generic_List_Sdl_Core_LanguageProcessing_Tokenization_SeparatorCombination__System_Collections_Generic_Dictionary_System_String_Sdl_LanguagePlatform_Core_Tokenization_CustomUnitDefinition__System_Collections_Generic_List_Sdl_LanguagePlatform_Core_Tokenization_CurrencyFormat__ commentId: M:Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.#ctor(Sdl.Core.Globalization.CultureCode,System.Collections.Generic.Dictionary{Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType,System.Collections.Generic.List{System.String}},System.Collections.Generic.List{Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination},System.Collections.Generic.Dictionary{System.String,Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition},System.Collections.Generic.List{Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat}) - name.vb: New(CultureCode, Dictionary(Of DateTimePatternType, List(Of String)), List(Of SeparatorCombination), Dictionary(Of String, CustomUnitDefinition), List(Of CurrencyFormat)) - fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.TokenizationContext(Sdl.Core.Globalization.CultureCode, System.Collections.Generic.Dictionary>, System.Collections.Generic.List, System.Collections.Generic.Dictionary, System.Collections.Generic.List) - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.New(Sdl.Core.Globalization.CultureCode, System.Collections.Generic.Dictionary(Of Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType, System.Collections.Generic.List(Of String)), System.Collections.Generic.List(Of Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination), System.Collections.Generic.Dictionary(Of String, Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition), System.Collections.Generic.List(Of Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat)) - nameWithType: TokenizationContext.TokenizationContext(CultureCode, Dictionary>, List, Dictionary, List) - nameWithType.vb: TokenizationContext.New(CultureCode, Dictionary(Of DateTimePatternType, List(Of String)), List(Of SeparatorCombination), Dictionary(Of String, CustomUnitDefinition), List(Of CurrencyFormat)) + name.vb: TokenizationContext(CultureCode, Dictionary(Of DateTimePatternType, List(Of String)), List(Of SeparatorCombination), Dictionary(Of String, CustomUnitDefinition), List(Of CurrencyFormat)) + fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.TokenizationContext(Sdl.Core.Globalization.CultureCode, System.Collections.Generic.Dictionary>, System.Collections.Generic.List, System.Collections.Generic.Dictionary, System.Collections.Generic.List) + fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.TokenizationContext(Sdl.Core.Globalization.CultureCode, System.Collections.Generic.Dictionary(Of Sdl.LanguagePlatform.Core.Tokenization.DateTimePatternType, System.Collections.Generic.List(Of System.String)), System.Collections.Generic.List(Of Sdl.Core.LanguageProcessing.Tokenization.SeparatorCombination), System.Collections.Generic.Dictionary(Of System.String, Sdl.LanguagePlatform.Core.Tokenization.CustomUnitDefinition), System.Collections.Generic.List(Of Sdl.LanguagePlatform.Core.Tokenization.CurrencyFormat)) + nameWithType: TokenizationContext.TokenizationContext(CultureCode, Dictionary>, List, Dictionary, List) + nameWithType.vb: TokenizationContext.TokenizationContext(CultureCode, Dictionary(Of DateTimePatternType, List(Of String)), List(Of SeparatorCombination), Dictionary(Of String, CustomUnitDefinition), List(Of CurrencyFormat)) - uid: Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.#ctor* name: TokenizationContext href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.html#Sdl_LanguagePlatform_Core_Tokenization_TokenizationContext__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.TokenizationContext - fullName.vb: Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.New nameWithType: TokenizationContext.TokenizationContext - nameWithType.vb: TokenizationContext.New - uid: Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.Culture name: Culture href: api/translationmemory/Sdl.LanguagePlatform.Core.Tokenization.TokenizationContext.html#Sdl_LanguagePlatform_Core_Tokenization_TokenizationContext_Culture @@ -97046,47 +86565,32 @@ references: name: Wordlist() href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist__ctor commentId: M:Sdl.LanguagePlatform.Core.Wordlist.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.Core.Wordlist.Wordlist() - fullName.vb: Sdl.LanguagePlatform.Core.Wordlist.New() nameWithType: Wordlist.Wordlist() - nameWithType.vb: Wordlist.New() - uid: Sdl.LanguagePlatform.Core.Wordlist.#ctor(Sdl.LanguagePlatform.Core.SearchOption) name: Wordlist(SearchOption) href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist__ctor_Sdl_LanguagePlatform_Core_SearchOption_ commentId: M:Sdl.LanguagePlatform.Core.Wordlist.#ctor(Sdl.LanguagePlatform.Core.SearchOption) - name.vb: New(SearchOption) fullName: Sdl.LanguagePlatform.Core.Wordlist.Wordlist(Sdl.LanguagePlatform.Core.SearchOption) - fullName.vb: Sdl.LanguagePlatform.Core.Wordlist.New(Sdl.LanguagePlatform.Core.SearchOption) nameWithType: Wordlist.Wordlist(SearchOption) - nameWithType.vb: Wordlist.New(SearchOption) - uid: Sdl.LanguagePlatform.Core.Wordlist.#ctor(Sdl.LanguagePlatform.Core.Wordlist) name: Wordlist(Wordlist) href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist__ctor_Sdl_LanguagePlatform_Core_Wordlist_ commentId: M:Sdl.LanguagePlatform.Core.Wordlist.#ctor(Sdl.LanguagePlatform.Core.Wordlist) - name.vb: New(Wordlist) fullName: Sdl.LanguagePlatform.Core.Wordlist.Wordlist(Sdl.LanguagePlatform.Core.Wordlist) - fullName.vb: Sdl.LanguagePlatform.Core.Wordlist.New(Sdl.LanguagePlatform.Core.Wordlist) nameWithType: Wordlist.Wordlist(Wordlist) - nameWithType.vb: Wordlist.New(Wordlist) - uid: Sdl.LanguagePlatform.Core.Wordlist.#ctor* name: Wordlist href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist__ctor_ commentId: Overload:Sdl.LanguagePlatform.Core.Wordlist.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.Core.Wordlist.Wordlist - fullName.vb: Sdl.LanguagePlatform.Core.Wordlist.New nameWithType: Wordlist.Wordlist - nameWithType.vb: Wordlist.New - uid: Sdl.LanguagePlatform.Core.Wordlist.Add(System.String) - name: Add(string) + name: Add(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist_Add_System_String_ commentId: M:Sdl.LanguagePlatform.Core.Wordlist.Add(System.String) - name.vb: Add(String) - fullName: Sdl.LanguagePlatform.Core.Wordlist.Add(string) - fullName.vb: Sdl.LanguagePlatform.Core.Wordlist.Add(String) - nameWithType: Wordlist.Add(string) - nameWithType.vb: Wordlist.Add(String) + fullName: Sdl.LanguagePlatform.Core.Wordlist.Add(System.String) + nameWithType: Wordlist.Add(String) - uid: Sdl.LanguagePlatform.Core.Wordlist.Add* name: Add href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist_Add_ @@ -97094,14 +86598,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Wordlist.Add nameWithType: Wordlist.Add - uid: Sdl.LanguagePlatform.Core.Wordlist.CleanupList(System.String,System.String,System.Boolean) - name: CleanupList(string, string, bool) + name: CleanupList(String, String, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist_CleanupList_System_String_System_String_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Wordlist.CleanupList(System.String,System.String,System.Boolean) - name.vb: CleanupList(String, String, Boolean) - fullName: Sdl.LanguagePlatform.Core.Wordlist.CleanupList(string, string, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Wordlist.CleanupList(String, String, Boolean) - nameWithType: Wordlist.CleanupList(string, string, bool) - nameWithType.vb: Wordlist.CleanupList(String, String, Boolean) + fullName: Sdl.LanguagePlatform.Core.Wordlist.CleanupList(System.String, System.String, System.Boolean) + nameWithType: Wordlist.CleanupList(String, String, Boolean) - uid: Sdl.LanguagePlatform.Core.Wordlist.CleanupList* name: CleanupList href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist_CleanupList_ @@ -97133,14 +86634,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Wordlist.Clone nameWithType: Wordlist.Clone - uid: Sdl.LanguagePlatform.Core.Wordlist.Contains(System.String) - name: Contains(string) + name: Contains(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist_Contains_System_String_ commentId: M:Sdl.LanguagePlatform.Core.Wordlist.Contains(System.String) - name.vb: Contains(String) - fullName: Sdl.LanguagePlatform.Core.Wordlist.Contains(string) - fullName.vb: Sdl.LanguagePlatform.Core.Wordlist.Contains(String) - nameWithType: Wordlist.Contains(string) - nameWithType.vb: Wordlist.Contains(String) + fullName: Sdl.LanguagePlatform.Core.Wordlist.Contains(System.String) + nameWithType: Wordlist.Contains(String) - uid: Sdl.LanguagePlatform.Core.Wordlist.Contains* name: Contains href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist_Contains_ @@ -97187,11 +86685,11 @@ references: name: GetRegularExpression(out CharacterSet) href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist_GetRegularExpression_Sdl_LanguagePlatform_Core_CharacterSet__ commentId: M:Sdl.LanguagePlatform.Core.Wordlist.GetRegularExpression(Sdl.LanguagePlatform.Core.CharacterSet@) - name.vb: GetRegularExpression(CharacterSet) + name.vb: GetRegularExpression(ByRef CharacterSet) fullName: Sdl.LanguagePlatform.Core.Wordlist.GetRegularExpression(out Sdl.LanguagePlatform.Core.CharacterSet) - fullName.vb: Sdl.LanguagePlatform.Core.Wordlist.GetRegularExpression(Sdl.LanguagePlatform.Core.CharacterSet) + fullName.vb: Sdl.LanguagePlatform.Core.Wordlist.GetRegularExpression(ByRef Sdl.LanguagePlatform.Core.CharacterSet) nameWithType: Wordlist.GetRegularExpression(out CharacterSet) - nameWithType.vb: Wordlist.GetRegularExpression(CharacterSet) + nameWithType.vb: Wordlist.GetRegularExpression(ByRef CharacterSet) - uid: Sdl.LanguagePlatform.Core.Wordlist.GetRegularExpression* name: GetRegularExpression href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist_GetRegularExpression_ @@ -97211,32 +86709,26 @@ references: fullName: Sdl.LanguagePlatform.Core.Wordlist.Items nameWithType: Wordlist.Items - uid: Sdl.LanguagePlatform.Core.Wordlist.Load(System.Byte[],System.Boolean) - name: Load(byte[], bool) + name: Load(Byte[], Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist_Load_System_Byte___System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Wordlist.Load(System.Byte[],System.Boolean) name.vb: Load(Byte(), Boolean) - fullName: Sdl.LanguagePlatform.Core.Wordlist.Load(byte[], bool) - fullName.vb: Sdl.LanguagePlatform.Core.Wordlist.Load(Byte(), Boolean) - nameWithType: Wordlist.Load(byte[], bool) + fullName: Sdl.LanguagePlatform.Core.Wordlist.Load(System.Byte[], System.Boolean) + fullName.vb: Sdl.LanguagePlatform.Core.Wordlist.Load(System.Byte(), System.Boolean) + nameWithType: Wordlist.Load(Byte[], Boolean) nameWithType.vb: Wordlist.Load(Byte(), Boolean) - uid: Sdl.LanguagePlatform.Core.Wordlist.Load(System.IO.Stream,System.Boolean) - name: Load(Stream, bool) + name: Load(Stream, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist_Load_System_IO_Stream_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Wordlist.Load(System.IO.Stream,System.Boolean) - name.vb: Load(Stream, Boolean) - fullName: Sdl.LanguagePlatform.Core.Wordlist.Load(System.IO.Stream, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Wordlist.Load(System.IO.Stream, Boolean) - nameWithType: Wordlist.Load(Stream, bool) - nameWithType.vb: Wordlist.Load(Stream, Boolean) + fullName: Sdl.LanguagePlatform.Core.Wordlist.Load(System.IO.Stream, System.Boolean) + nameWithType: Wordlist.Load(Stream, Boolean) - uid: Sdl.LanguagePlatform.Core.Wordlist.Load(System.String,System.Boolean) - name: Load(string, bool) + name: Load(String, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist_Load_System_String_System_Boolean_ commentId: M:Sdl.LanguagePlatform.Core.Wordlist.Load(System.String,System.Boolean) - name.vb: Load(String, Boolean) - fullName: Sdl.LanguagePlatform.Core.Wordlist.Load(string, bool) - fullName.vb: Sdl.LanguagePlatform.Core.Wordlist.Load(String, Boolean) - nameWithType: Wordlist.Load(string, bool) - nameWithType.vb: Wordlist.Load(String, Boolean) + fullName: Sdl.LanguagePlatform.Core.Wordlist.Load(System.String, System.Boolean) + nameWithType: Wordlist.Load(String, Boolean) - uid: Sdl.LanguagePlatform.Core.Wordlist.Load* name: Load href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist_Load_ @@ -97265,14 +86757,11 @@ references: fullName: Sdl.LanguagePlatform.Core.Wordlist.Merge nameWithType: Wordlist.Merge - uid: Sdl.LanguagePlatform.Core.Wordlist.Remove(System.String) - name: Remove(string) + name: Remove(String) href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist_Remove_System_String_ commentId: M:Sdl.LanguagePlatform.Core.Wordlist.Remove(System.String) - name.vb: Remove(String) - fullName: Sdl.LanguagePlatform.Core.Wordlist.Remove(string) - fullName.vb: Sdl.LanguagePlatform.Core.Wordlist.Remove(String) - nameWithType: Wordlist.Remove(string) - nameWithType.vb: Wordlist.Remove(String) + fullName: Sdl.LanguagePlatform.Core.Wordlist.Remove(System.String) + nameWithType: Wordlist.Remove(String) - uid: Sdl.LanguagePlatform.Core.Wordlist.Remove* name: Remove href: api/translationmemory/Sdl.LanguagePlatform.Core.Wordlist.html#Sdl_LanguagePlatform_Core_Wordlist_Remove_ @@ -97316,41 +86805,35 @@ references: fullName: Sdl.LanguagePlatform.IO.MultiFileTextReader nameWithType: MultiFileTextReader - uid: Sdl.LanguagePlatform.IO.MultiFileTextReader.#ctor(System.IO.DirectoryInfo,System.String,System.Boolean) - name: MultiFileTextReader(DirectoryInfo, string, bool) + name: MultiFileTextReader(DirectoryInfo, String, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html#Sdl_LanguagePlatform_IO_MultiFileTextReader__ctor_System_IO_DirectoryInfo_System_String_System_Boolean_ commentId: M:Sdl.LanguagePlatform.IO.MultiFileTextReader.#ctor(System.IO.DirectoryInfo,System.String,System.Boolean) - name.vb: New(DirectoryInfo, String, Boolean) - fullName: Sdl.LanguagePlatform.IO.MultiFileTextReader.MultiFileTextReader(System.IO.DirectoryInfo, string, bool) - fullName.vb: Sdl.LanguagePlatform.IO.MultiFileTextReader.New(System.IO.DirectoryInfo, String, Boolean) - nameWithType: MultiFileTextReader.MultiFileTextReader(DirectoryInfo, string, bool) - nameWithType.vb: MultiFileTextReader.New(DirectoryInfo, String, Boolean) + fullName: Sdl.LanguagePlatform.IO.MultiFileTextReader.MultiFileTextReader(System.IO.DirectoryInfo, System.String, System.Boolean) + nameWithType: MultiFileTextReader.MultiFileTextReader(DirectoryInfo, String, Boolean) - uid: Sdl.LanguagePlatform.IO.MultiFileTextReader.#ctor(System.IO.FileInfo[]) - name: MultiFileTextReader(params FileInfo[]) + name: MultiFileTextReader(FileInfo[]) href: api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html#Sdl_LanguagePlatform_IO_MultiFileTextReader__ctor_System_IO_FileInfo___ commentId: M:Sdl.LanguagePlatform.IO.MultiFileTextReader.#ctor(System.IO.FileInfo[]) - name.vb: New(ParamArray FileInfo()) - fullName: Sdl.LanguagePlatform.IO.MultiFileTextReader.MultiFileTextReader(params System.IO.FileInfo[]) - fullName.vb: Sdl.LanguagePlatform.IO.MultiFileTextReader.New(ParamArray System.IO.FileInfo()) - nameWithType: MultiFileTextReader.MultiFileTextReader(params FileInfo[]) - nameWithType.vb: MultiFileTextReader.New(ParamArray FileInfo()) + name.vb: MultiFileTextReader(FileInfo()) + fullName: Sdl.LanguagePlatform.IO.MultiFileTextReader.MultiFileTextReader(System.IO.FileInfo[]) + fullName.vb: Sdl.LanguagePlatform.IO.MultiFileTextReader.MultiFileTextReader(System.IO.FileInfo()) + nameWithType: MultiFileTextReader.MultiFileTextReader(FileInfo[]) + nameWithType.vb: MultiFileTextReader.MultiFileTextReader(FileInfo()) - uid: Sdl.LanguagePlatform.IO.MultiFileTextReader.#ctor(System.String[]) - name: MultiFileTextReader(params string[]) + name: MultiFileTextReader(String[]) href: api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html#Sdl_LanguagePlatform_IO_MultiFileTextReader__ctor_System_String___ commentId: M:Sdl.LanguagePlatform.IO.MultiFileTextReader.#ctor(System.String[]) - name.vb: New(ParamArray String()) - fullName: Sdl.LanguagePlatform.IO.MultiFileTextReader.MultiFileTextReader(params string[]) - fullName.vb: Sdl.LanguagePlatform.IO.MultiFileTextReader.New(ParamArray String()) - nameWithType: MultiFileTextReader.MultiFileTextReader(params string[]) - nameWithType.vb: MultiFileTextReader.New(ParamArray String()) + name.vb: MultiFileTextReader(String()) + fullName: Sdl.LanguagePlatform.IO.MultiFileTextReader.MultiFileTextReader(System.String[]) + fullName.vb: Sdl.LanguagePlatform.IO.MultiFileTextReader.MultiFileTextReader(System.String()) + nameWithType: MultiFileTextReader.MultiFileTextReader(String[]) + nameWithType.vb: MultiFileTextReader.MultiFileTextReader(String()) - uid: Sdl.LanguagePlatform.IO.MultiFileTextReader.#ctor* name: MultiFileTextReader href: api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html#Sdl_LanguagePlatform_IO_MultiFileTextReader__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.MultiFileTextReader.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.MultiFileTextReader.MultiFileTextReader - fullName.vb: Sdl.LanguagePlatform.IO.MultiFileTextReader.New nameWithType: MultiFileTextReader.MultiFileTextReader - nameWithType.vb: MultiFileTextReader.New - uid: Sdl.LanguagePlatform.IO.MultiFileTextReader.Close name: Close() href: api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html#Sdl_LanguagePlatform_IO_MultiFileTextReader_Close @@ -97394,14 +86877,14 @@ references: fullName: Sdl.LanguagePlatform.IO.MultiFileTextReader.Read() nameWithType: MultiFileTextReader.Read() - uid: Sdl.LanguagePlatform.IO.MultiFileTextReader.Read(System.Char[],System.Int32,System.Int32) - name: Read(char[], int, int) + name: Read(Char[], Int32, Int32) href: api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html#Sdl_LanguagePlatform_IO_MultiFileTextReader_Read_System_Char___System_Int32_System_Int32_ commentId: M:Sdl.LanguagePlatform.IO.MultiFileTextReader.Read(System.Char[],System.Int32,System.Int32) - name.vb: Read(Char(), Integer, Integer) - fullName: Sdl.LanguagePlatform.IO.MultiFileTextReader.Read(char[], int, int) - fullName.vb: Sdl.LanguagePlatform.IO.MultiFileTextReader.Read(Char(), Integer, Integer) - nameWithType: MultiFileTextReader.Read(char[], int, int) - nameWithType.vb: MultiFileTextReader.Read(Char(), Integer, Integer) + name.vb: Read(Char(), Int32, Int32) + fullName: Sdl.LanguagePlatform.IO.MultiFileTextReader.Read(System.Char[], System.Int32, System.Int32) + fullName.vb: Sdl.LanguagePlatform.IO.MultiFileTextReader.Read(System.Char(), System.Int32, System.Int32) + nameWithType: MultiFileTextReader.Read(Char[], Int32, Int32) + nameWithType.vb: MultiFileTextReader.Read(Char(), Int32, Int32) - uid: Sdl.LanguagePlatform.IO.MultiFileTextReader.Read* name: Read href: api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html#Sdl_LanguagePlatform_IO_MultiFileTextReader_Read_ @@ -97409,14 +86892,14 @@ references: fullName: Sdl.LanguagePlatform.IO.MultiFileTextReader.Read nameWithType: MultiFileTextReader.Read - uid: Sdl.LanguagePlatform.IO.MultiFileTextReader.ReadBlock(System.Char[],System.Int32,System.Int32) - name: ReadBlock(char[], int, int) + name: ReadBlock(Char[], Int32, Int32) href: api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html#Sdl_LanguagePlatform_IO_MultiFileTextReader_ReadBlock_System_Char___System_Int32_System_Int32_ commentId: M:Sdl.LanguagePlatform.IO.MultiFileTextReader.ReadBlock(System.Char[],System.Int32,System.Int32) - name.vb: ReadBlock(Char(), Integer, Integer) - fullName: Sdl.LanguagePlatform.IO.MultiFileTextReader.ReadBlock(char[], int, int) - fullName.vb: Sdl.LanguagePlatform.IO.MultiFileTextReader.ReadBlock(Char(), Integer, Integer) - nameWithType: MultiFileTextReader.ReadBlock(char[], int, int) - nameWithType.vb: MultiFileTextReader.ReadBlock(Char(), Integer, Integer) + name.vb: ReadBlock(Char(), Int32, Int32) + fullName: Sdl.LanguagePlatform.IO.MultiFileTextReader.ReadBlock(System.Char[], System.Int32, System.Int32) + fullName.vb: Sdl.LanguagePlatform.IO.MultiFileTextReader.ReadBlock(System.Char(), System.Int32, System.Int32) + nameWithType: MultiFileTextReader.ReadBlock(Char[], Int32, Int32) + nameWithType.vb: MultiFileTextReader.ReadBlock(Char(), Int32, Int32) - uid: Sdl.LanguagePlatform.IO.MultiFileTextReader.ReadBlock* name: ReadBlock href: api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html#Sdl_LanguagePlatform_IO_MultiFileTextReader_ReadBlock_ @@ -97447,6 +86930,22 @@ references: commentId: Overload:Sdl.LanguagePlatform.IO.MultiFileTextReader.ReadToEnd fullName: Sdl.LanguagePlatform.IO.MultiFileTextReader.ReadToEnd nameWithType: MultiFileTextReader.ReadToEnd +- uid: Sdl.LanguagePlatform.IO.MultiFileTextReader.System#IDisposable#Dispose + name: IDisposable.Dispose() + href: api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html#Sdl_LanguagePlatform_IO_MultiFileTextReader_System_IDisposable_Dispose + commentId: M:Sdl.LanguagePlatform.IO.MultiFileTextReader.System#IDisposable#Dispose + name.vb: System.IDisposable.Dispose() + fullName: Sdl.LanguagePlatform.IO.MultiFileTextReader.System.IDisposable.Dispose() + nameWithType: MultiFileTextReader.IDisposable.Dispose() + nameWithType.vb: MultiFileTextReader.System.IDisposable.Dispose() +- uid: Sdl.LanguagePlatform.IO.MultiFileTextReader.System#IDisposable#Dispose* + name: IDisposable.Dispose + href: api/translationmemory/Sdl.LanguagePlatform.IO.MultiFileTextReader.html#Sdl_LanguagePlatform_IO_MultiFileTextReader_System_IDisposable_Dispose_ + commentId: Overload:Sdl.LanguagePlatform.IO.MultiFileTextReader.System#IDisposable#Dispose + name.vb: System.IDisposable.Dispose + fullName: Sdl.LanguagePlatform.IO.MultiFileTextReader.System.IDisposable.Dispose + nameWithType: MultiFileTextReader.IDisposable.Dispose + nameWithType.vb: MultiFileTextReader.System.IDisposable.Dispose - uid: Sdl.LanguagePlatform.IO.Streams name: Sdl.LanguagePlatform.IO.Streams href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.html @@ -97460,23 +86959,17 @@ references: fullName: Sdl.LanguagePlatform.IO.Streams.CommentEvent nameWithType: CommentEvent - uid: Sdl.LanguagePlatform.IO.Streams.CommentEvent.#ctor(System.String) - name: CommentEvent(string) + name: CommentEvent(String) href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.CommentEvent.html#Sdl_LanguagePlatform_IO_Streams_CommentEvent__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.IO.Streams.CommentEvent.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.IO.Streams.CommentEvent.CommentEvent(string) - fullName.vb: Sdl.LanguagePlatform.IO.Streams.CommentEvent.New(String) - nameWithType: CommentEvent.CommentEvent(string) - nameWithType.vb: CommentEvent.New(String) + fullName: Sdl.LanguagePlatform.IO.Streams.CommentEvent.CommentEvent(System.String) + nameWithType: CommentEvent.CommentEvent(String) - uid: Sdl.LanguagePlatform.IO.Streams.CommentEvent.#ctor* name: CommentEvent href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.CommentEvent.html#Sdl_LanguagePlatform_IO_Streams_CommentEvent__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.Streams.CommentEvent.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.Streams.CommentEvent.CommentEvent - fullName.vb: Sdl.LanguagePlatform.IO.Streams.CommentEvent.New nameWithType: CommentEvent.CommentEvent - nameWithType.vb: CommentEvent.New - uid: Sdl.LanguagePlatform.IO.Streams.CommentEvent.Message name: Message href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.CommentEvent.html#Sdl_LanguagePlatform_IO_Streams_CommentEvent_Message @@ -97499,20 +86992,14 @@ references: name: EndOfInputEvent() href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.EndOfInputEvent.html#Sdl_LanguagePlatform_IO_Streams_EndOfInputEvent__ctor commentId: M:Sdl.LanguagePlatform.IO.Streams.EndOfInputEvent.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.Streams.EndOfInputEvent.EndOfInputEvent() - fullName.vb: Sdl.LanguagePlatform.IO.Streams.EndOfInputEvent.New() nameWithType: EndOfInputEvent.EndOfInputEvent() - nameWithType.vb: EndOfInputEvent.New() - uid: Sdl.LanguagePlatform.IO.Streams.EndOfInputEvent.#ctor* name: EndOfInputEvent href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.EndOfInputEvent.html#Sdl_LanguagePlatform_IO_Streams_EndOfInputEvent__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.Streams.EndOfInputEvent.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.Streams.EndOfInputEvent.EndOfInputEvent - fullName.vb: Sdl.LanguagePlatform.IO.Streams.EndOfInputEvent.New nameWithType: EndOfInputEvent.EndOfInputEvent - nameWithType.vb: EndOfInputEvent.New - uid: Sdl.LanguagePlatform.IO.Streams.Event name: Event href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.Event.html @@ -97523,20 +87010,14 @@ references: name: Event() href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.Event.html#Sdl_LanguagePlatform_IO_Streams_Event__ctor commentId: M:Sdl.LanguagePlatform.IO.Streams.Event.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.Streams.Event.Event() - fullName.vb: Sdl.LanguagePlatform.IO.Streams.Event.New() nameWithType: Event.Event() - nameWithType.vb: Event.New() - uid: Sdl.LanguagePlatform.IO.Streams.Event.#ctor* name: Event href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.Event.html#Sdl_LanguagePlatform_IO_Streams_Event__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.Streams.Event.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.Streams.Event.Event - fullName.vb: Sdl.LanguagePlatform.IO.Streams.Event.New nameWithType: Event.Event - nameWithType.vb: Event.New - uid: Sdl.LanguagePlatform.IO.Streams.IEventReader name: IEventReader href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.IEventReader.html @@ -97583,20 +87064,14 @@ references: name: StartOfInputEvent() href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent.html#Sdl_LanguagePlatform_IO_Streams_StartOfInputEvent__ctor commentId: M:Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent.StartOfInputEvent() - fullName.vb: Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent.New() nameWithType: StartOfInputEvent.StartOfInputEvent() - nameWithType.vb: StartOfInputEvent.New() - uid: Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent.#ctor* name: StartOfInputEvent href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent.html#Sdl_LanguagePlatform_IO_Streams_StartOfInputEvent__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent.StartOfInputEvent - fullName.vb: Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent.New nameWithType: StartOfInputEvent.StartOfInputEvent - nameWithType.vb: StartOfInputEvent.New - uid: Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent._CreationDate name: _CreationDate href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.StartOfInputEvent.html#Sdl_LanguagePlatform_IO_Streams_StartOfInputEvent__CreationDate @@ -97697,20 +87172,14 @@ references: name: TUEvent(TranslationUnit) href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUEvent.html#Sdl_LanguagePlatform_IO_Streams_TUEvent__ctor_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_ commentId: M:Sdl.LanguagePlatform.IO.Streams.TUEvent.#ctor(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) - name.vb: New(TranslationUnit) fullName: Sdl.LanguagePlatform.IO.Streams.TUEvent.TUEvent(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) - fullName.vb: Sdl.LanguagePlatform.IO.Streams.TUEvent.New(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) nameWithType: TUEvent.TUEvent(TranslationUnit) - nameWithType.vb: TUEvent.New(TranslationUnit) - uid: Sdl.LanguagePlatform.IO.Streams.TUEvent.#ctor* name: TUEvent href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUEvent.html#Sdl_LanguagePlatform_IO_Streams_TUEvent__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.Streams.TUEvent.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.Streams.TUEvent.TUEvent - fullName.vb: Sdl.LanguagePlatform.IO.Streams.TUEvent.New nameWithType: TUEvent.TUEvent - nameWithType.vb: TUEvent.New - uid: Sdl.LanguagePlatform.IO.Streams.TUEvent.TranslationUnit name: TranslationUnit href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUEvent.html#Sdl_LanguagePlatform_IO_Streams_TUEvent_TranslationUnit @@ -97733,56 +87202,38 @@ references: name: TUStreamContext() href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUStreamContext.html#Sdl_LanguagePlatform_IO_Streams_TUStreamContext__ctor commentId: M:Sdl.LanguagePlatform.IO.Streams.TUStreamContext.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.TUStreamContext() - fullName.vb: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.New() nameWithType: TUStreamContext.TUStreamContext() - nameWithType.vb: TUStreamContext.New() - uid: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.#ctor(Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode) name: TUStreamContext(CultureCode, CultureCode) href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUStreamContext.html#Sdl_LanguagePlatform_IO_Streams_TUStreamContext__ctor_Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_ commentId: M:Sdl.LanguagePlatform.IO.Streams.TUStreamContext.#ctor(Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode) - name.vb: New(CultureCode, CultureCode) fullName: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.TUStreamContext(Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode) - fullName.vb: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.New(Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode) nameWithType: TUStreamContext.TUStreamContext(CultureCode, CultureCode) - nameWithType.vb: TUStreamContext.New(CultureCode, CultureCode) - uid: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.#ctor(Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions) name: TUStreamContext(CultureCode, CultureCode, FieldDefinitions) href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUStreamContext.html#Sdl_LanguagePlatform_IO_Streams_TUStreamContext__ctor_Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_ commentId: M:Sdl.LanguagePlatform.IO.Streams.TUStreamContext.#ctor(Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions) - name.vb: New(CultureCode, CultureCode, FieldDefinitions) fullName: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.TUStreamContext(Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions) - fullName.vb: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.New(Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions) nameWithType: TUStreamContext.TUStreamContext(CultureCode, CultureCode, FieldDefinitions) - nameWithType.vb: TUStreamContext.New(CultureCode, CultureCode, FieldDefinitions) - uid: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.#ctor(Sdl.LanguagePlatform.Core.LanguagePair) name: TUStreamContext(LanguagePair) href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUStreamContext.html#Sdl_LanguagePlatform_IO_Streams_TUStreamContext__ctor_Sdl_LanguagePlatform_Core_LanguagePair_ commentId: M:Sdl.LanguagePlatform.IO.Streams.TUStreamContext.#ctor(Sdl.LanguagePlatform.Core.LanguagePair) - name.vb: New(LanguagePair) fullName: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.TUStreamContext(Sdl.LanguagePlatform.Core.LanguagePair) - fullName.vb: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.New(Sdl.LanguagePlatform.Core.LanguagePair) nameWithType: TUStreamContext.TUStreamContext(LanguagePair) - nameWithType.vb: TUStreamContext.New(LanguagePair) - uid: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.#ctor(Sdl.LanguagePlatform.Core.LanguagePair,Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions) name: TUStreamContext(LanguagePair, FieldDefinitions) href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUStreamContext.html#Sdl_LanguagePlatform_IO_Streams_TUStreamContext__ctor_Sdl_LanguagePlatform_Core_LanguagePair_Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_ commentId: M:Sdl.LanguagePlatform.IO.Streams.TUStreamContext.#ctor(Sdl.LanguagePlatform.Core.LanguagePair,Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions) - name.vb: New(LanguagePair, FieldDefinitions) fullName: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.TUStreamContext(Sdl.LanguagePlatform.Core.LanguagePair, Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions) - fullName.vb: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.New(Sdl.LanguagePlatform.Core.LanguagePair, Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions) nameWithType: TUStreamContext.TUStreamContext(LanguagePair, FieldDefinitions) - nameWithType.vb: TUStreamContext.New(LanguagePair, FieldDefinitions) - uid: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.#ctor* name: TUStreamContext href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUStreamContext.html#Sdl_LanguagePlatform_IO_Streams_TUStreamContext__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.Streams.TUStreamContext.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.TUStreamContext - fullName.vb: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.New nameWithType: TUStreamContext.TUStreamContext - nameWithType.vb: TUStreamContext.New - uid: Sdl.LanguagePlatform.IO.Streams.TUStreamContext.CheckMatchingSublanguages name: CheckMatchingSublanguages href: api/translationmemory/Sdl.LanguagePlatform.IO.Streams.TUStreamContext.html#Sdl_LanguagePlatform_IO_Streams_TUStreamContext_CheckMatchingSublanguages @@ -97859,20 +87310,14 @@ references: name: body() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.body.html#Sdl_LanguagePlatform_IO_TMX_body__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.body.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.body.body() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.body.New() nameWithType: body.body() - nameWithType.vb: body.New() - uid: Sdl.LanguagePlatform.IO.TMX.body.#ctor* name: body href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.body.html#Sdl_LanguagePlatform_IO_TMX_body__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.body.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.body.body - fullName.vb: Sdl.LanguagePlatform.IO.TMX.body.New nameWithType: body.body - nameWithType.vb: body.New - uid: Sdl.LanguagePlatform.IO.TMX.body.tu name: tu href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.body.html#Sdl_LanguagePlatform_IO_TMX_body_tu @@ -97895,20 +87340,14 @@ references: name: bpt() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.bpt.html#Sdl_LanguagePlatform_IO_TMX_bpt__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.bpt.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.bpt.bpt() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.bpt.New() nameWithType: bpt.bpt() - nameWithType.vb: bpt.New() - uid: Sdl.LanguagePlatform.IO.TMX.bpt.#ctor* name: bpt href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.bpt.html#Sdl_LanguagePlatform_IO_TMX_bpt__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.bpt.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.bpt.bpt - fullName.vb: Sdl.LanguagePlatform.IO.TMX.bpt.New nameWithType: bpt.bpt - nameWithType.vb: bpt.New - uid: Sdl.LanguagePlatform.IO.TMX.bpt.i name: i href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.bpt.html#Sdl_LanguagePlatform_IO_TMX_bpt_i @@ -97979,20 +87418,14 @@ references: name: ept() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ept.html#Sdl_LanguagePlatform_IO_TMX_ept__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.ept.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.ept.ept() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.ept.New() nameWithType: ept.ept() - nameWithType.vb: ept.New() - uid: Sdl.LanguagePlatform.IO.TMX.ept.#ctor* name: ept href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ept.html#Sdl_LanguagePlatform_IO_TMX_ept__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.ept.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.ept.ept - fullName.vb: Sdl.LanguagePlatform.IO.TMX.ept.New nameWithType: ept.ept - nameWithType.vb: ept.New - uid: Sdl.LanguagePlatform.IO.TMX.ept.i name: i href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ept.html#Sdl_LanguagePlatform_IO_TMX_ept_i @@ -98039,20 +87472,14 @@ references: name: header() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.header.html#Sdl_LanguagePlatform_IO_TMX_header__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.header.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.header.header() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.header.New() nameWithType: header.header() - nameWithType.vb: header.New() - uid: Sdl.LanguagePlatform.IO.TMX.header.#ctor* name: header href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.header.html#Sdl_LanguagePlatform_IO_TMX_header__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.header.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.header.header - fullName.vb: Sdl.LanguagePlatform.IO.TMX.header.New nameWithType: header.header - nameWithType.vb: header.New - uid: Sdl.LanguagePlatform.IO.TMX.header.adminlang name: adminlang href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.header.html#Sdl_LanguagePlatform_IO_TMX_header_adminlang @@ -98249,20 +87676,14 @@ references: name: hi() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.hi.html#Sdl_LanguagePlatform_IO_TMX_hi__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.hi.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.hi.hi() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.hi.New() nameWithType: hi.hi() - nameWithType.vb: hi.New() - uid: Sdl.LanguagePlatform.IO.TMX.hi.#ctor* name: hi href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.hi.html#Sdl_LanguagePlatform_IO_TMX_hi__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.hi.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.hi.hi - fullName.vb: Sdl.LanguagePlatform.IO.TMX.hi.New nameWithType: hi.hi - nameWithType.vb: hi.New - uid: Sdl.LanguagePlatform.IO.TMX.hi.Items name: Items href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.hi.html#Sdl_LanguagePlatform_IO_TMX_hi_Items @@ -98321,20 +87742,14 @@ references: name: it() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.it.html#Sdl_LanguagePlatform_IO_TMX_it__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.it.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.it.it() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.it.New() nameWithType: it.it() - nameWithType.vb: it.New() - uid: Sdl.LanguagePlatform.IO.TMX.it.#ctor* name: it href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.it.html#Sdl_LanguagePlatform_IO_TMX_it__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.it.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.it.it - fullName.vb: Sdl.LanguagePlatform.IO.TMX.it.New nameWithType: it.it - nameWithType.vb: it.New - uid: Sdl.LanguagePlatform.IO.TMX.it.Items name: Items href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.it.html#Sdl_LanguagePlatform_IO_TMX_it_Items @@ -98423,20 +87838,14 @@ references: name: map() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.map.html#Sdl_LanguagePlatform_IO_TMX_map__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.map.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.map.map() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.map.New() nameWithType: map.map() - nameWithType.vb: map.New() - uid: Sdl.LanguagePlatform.IO.TMX.map.#ctor* name: map href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.map.html#Sdl_LanguagePlatform_IO_TMX_map__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.map.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.map.map - fullName.vb: Sdl.LanguagePlatform.IO.TMX.map.New nameWithType: map.map - nameWithType.vb: map.New - uid: Sdl.LanguagePlatform.IO.TMX.map.code name: code href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.map.html#Sdl_LanguagePlatform_IO_TMX_map_code @@ -98495,20 +87904,14 @@ references: name: note() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.note.html#Sdl_LanguagePlatform_IO_TMX_note__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.note.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.note.note() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.note.New() nameWithType: note.note() - nameWithType.vb: note.New() - uid: Sdl.LanguagePlatform.IO.TMX.note.#ctor* name: note href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.note.html#Sdl_LanguagePlatform_IO_TMX_note__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.note.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.note.note - fullName.vb: Sdl.LanguagePlatform.IO.TMX.note.New nameWithType: note.note - nameWithType.vb: note.New - uid: Sdl.LanguagePlatform.IO.TMX.note.lang name: lang href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.note.html#Sdl_LanguagePlatform_IO_TMX_note_lang @@ -98567,20 +87970,14 @@ references: name: ph() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ph.html#Sdl_LanguagePlatform_IO_TMX_ph__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.ph.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.ph.ph() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.ph.New() nameWithType: ph.ph() - nameWithType.vb: ph.New() - uid: Sdl.LanguagePlatform.IO.TMX.ph.#ctor* name: ph href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ph.html#Sdl_LanguagePlatform_IO_TMX_ph__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.ph.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.ph.ph - fullName.vb: Sdl.LanguagePlatform.IO.TMX.ph.New nameWithType: ph.ph - nameWithType.vb: ph.New - uid: Sdl.LanguagePlatform.IO.TMX.ph.assoc name: assoc href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ph.html#Sdl_LanguagePlatform_IO_TMX_ph_assoc @@ -98651,20 +88048,14 @@ references: name: prop() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.prop.html#Sdl_LanguagePlatform_IO_TMX_prop__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.prop.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.prop.prop() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.prop.New() nameWithType: prop.prop() - nameWithType.vb: prop.New() - uid: Sdl.LanguagePlatform.IO.TMX.prop.#ctor* name: prop href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.prop.html#Sdl_LanguagePlatform_IO_TMX_prop__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.prop.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.prop.prop - fullName.vb: Sdl.LanguagePlatform.IO.TMX.prop.New nameWithType: prop.prop - nameWithType.vb: prop.New - uid: Sdl.LanguagePlatform.IO.TMX.prop.lang name: lang href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.prop.html#Sdl_LanguagePlatform_IO_TMX_prop_lang @@ -98735,20 +88126,14 @@ references: name: seg() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.seg.html#Sdl_LanguagePlatform_IO_TMX_seg__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.seg.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.seg.seg() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.seg.New() nameWithType: seg.seg() - nameWithType.vb: seg.New() - uid: Sdl.LanguagePlatform.IO.TMX.seg.#ctor* name: seg href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.seg.html#Sdl_LanguagePlatform_IO_TMX_seg__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.seg.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.seg.seg - fullName.vb: Sdl.LanguagePlatform.IO.TMX.seg.New nameWithType: seg.seg - nameWithType.vb: seg.New - uid: Sdl.LanguagePlatform.IO.TMX.seg.Items name: Items href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.seg.html#Sdl_LanguagePlatform_IO_TMX_seg_Items @@ -98783,20 +88168,14 @@ references: name: sub() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.sub.html#Sdl_LanguagePlatform_IO_TMX_sub__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.sub.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.sub.sub() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.sub.New() nameWithType: sub.sub() - nameWithType.vb: sub.New() - uid: Sdl.LanguagePlatform.IO.TMX.sub.#ctor* name: sub href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.sub.html#Sdl_LanguagePlatform_IO_TMX_sub__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.sub.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.sub.sub - fullName.vb: Sdl.LanguagePlatform.IO.TMX.sub.New nameWithType: sub.sub - nameWithType.vb: sub.New - uid: Sdl.LanguagePlatform.IO.TMX.sub.datatype name: datatype href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.sub.html#Sdl_LanguagePlatform_IO_TMX_sub_datatype @@ -98855,20 +88234,14 @@ references: name: tmx() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tmx.html#Sdl_LanguagePlatform_IO_TMX_tmx__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.tmx.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.tmx.tmx() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.tmx.New() nameWithType: tmx.tmx() - nameWithType.vb: tmx.New() - uid: Sdl.LanguagePlatform.IO.TMX.tmx.#ctor* name: tmx href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tmx.html#Sdl_LanguagePlatform_IO_TMX_tmx__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.tmx.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.tmx.tmx - fullName.vb: Sdl.LanguagePlatform.IO.TMX.tmx.New nameWithType: tmx.tmx - nameWithType.vb: tmx.New - uid: Sdl.LanguagePlatform.IO.TMX.tmx.body name: body href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tmx.html#Sdl_LanguagePlatform_IO_TMX_tmx_body @@ -98915,83 +88288,56 @@ references: name: TMXReader(TextReader) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReader.html#Sdl_LanguagePlatform_IO_TMX_TMXReader__ctor_System_IO_TextReader_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXReader.#ctor(System.IO.TextReader) - name.vb: New(TextReader) fullName: Sdl.LanguagePlatform.IO.TMX.TMXReader.TMXReader(System.IO.TextReader) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXReader.New(System.IO.TextReader) nameWithType: TMXReader.TMXReader(TextReader) - nameWithType.vb: TMXReader.New(TextReader) - uid: Sdl.LanguagePlatform.IO.TMX.TMXReader.#ctor(System.IO.TextReader,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) name: TMXReader(TextReader, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReader.html#Sdl_LanguagePlatform_IO_TMX_TMXReader__ctor_System_IO_TextReader_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXReader.#ctor(System.IO.TextReader,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(TextReader, ICultureMetadataManager) fullName: Sdl.LanguagePlatform.IO.TMX.TMXReader.TMXReader(System.IO.TextReader, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXReader.New(System.IO.TextReader, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) nameWithType: TMXReader.TMXReader(TextReader, ICultureMetadataManager) - nameWithType.vb: TMXReader.New(TextReader, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.IO.TMX.TMXReader.#ctor(System.IO.TextReader,Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings) name: TMXReader(TextReader, TMXReaderSettings) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReader.html#Sdl_LanguagePlatform_IO_TMX_TMXReader__ctor_System_IO_TextReader_Sdl_LanguagePlatform_IO_TMX_TMXReaderSettings_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXReader.#ctor(System.IO.TextReader,Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings) - name.vb: New(TextReader, TMXReaderSettings) fullName: Sdl.LanguagePlatform.IO.TMX.TMXReader.TMXReader(System.IO.TextReader, Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXReader.New(System.IO.TextReader, Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings) nameWithType: TMXReader.TMXReader(TextReader, TMXReaderSettings) - nameWithType.vb: TMXReader.New(TextReader, TMXReaderSettings) - uid: Sdl.LanguagePlatform.IO.TMX.TMXReader.#ctor(System.IO.TextReader,Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) name: TMXReader(TextReader, TMXReaderSettings, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReader.html#Sdl_LanguagePlatform_IO_TMX_TMXReader__ctor_System_IO_TextReader_Sdl_LanguagePlatform_IO_TMX_TMXReaderSettings_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXReader.#ctor(System.IO.TextReader,Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(TextReader, TMXReaderSettings, ICultureMetadataManager) fullName: Sdl.LanguagePlatform.IO.TMX.TMXReader.TMXReader(System.IO.TextReader, Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXReader.New(System.IO.TextReader, Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) nameWithType: TMXReader.TMXReader(TextReader, TMXReaderSettings, ICultureMetadataManager) - nameWithType.vb: TMXReader.New(TextReader, TMXReaderSettings, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.IO.TMX.TMXReader.#ctor(System.String) - name: TMXReader(string) + name: TMXReader(String) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReader.html#Sdl_LanguagePlatform_IO_TMX_TMXReader__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXReader.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.IO.TMX.TMXReader.TMXReader(string) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXReader.New(String) - nameWithType: TMXReader.TMXReader(string) - nameWithType.vb: TMXReader.New(String) + fullName: Sdl.LanguagePlatform.IO.TMX.TMXReader.TMXReader(System.String) + nameWithType: TMXReader.TMXReader(String) - uid: Sdl.LanguagePlatform.IO.TMX.TMXReader.#ctor(System.String,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: TMXReader(string, ICultureMetadataManager) + name: TMXReader(String, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReader.html#Sdl_LanguagePlatform_IO_TMX_TMXReader__ctor_System_String_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXReader.#ctor(System.String,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(String, ICultureMetadataManager) - fullName: Sdl.LanguagePlatform.IO.TMX.TMXReader.TMXReader(string, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXReader.New(String, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: TMXReader.TMXReader(string, ICultureMetadataManager) - nameWithType.vb: TMXReader.New(String, ICultureMetadataManager) + fullName: Sdl.LanguagePlatform.IO.TMX.TMXReader.TMXReader(System.String, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) + nameWithType: TMXReader.TMXReader(String, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.IO.TMX.TMXReader.#ctor(System.String,Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings) - name: TMXReader(string, TMXReaderSettings) + name: TMXReader(String, TMXReaderSettings) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReader.html#Sdl_LanguagePlatform_IO_TMX_TMXReader__ctor_System_String_Sdl_LanguagePlatform_IO_TMX_TMXReaderSettings_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXReader.#ctor(System.String,Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings) - name.vb: New(String, TMXReaderSettings) - fullName: Sdl.LanguagePlatform.IO.TMX.TMXReader.TMXReader(string, Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXReader.New(String, Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings) - nameWithType: TMXReader.TMXReader(string, TMXReaderSettings) - nameWithType.vb: TMXReader.New(String, TMXReaderSettings) + fullName: Sdl.LanguagePlatform.IO.TMX.TMXReader.TMXReader(System.String, Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings) + nameWithType: TMXReader.TMXReader(String, TMXReaderSettings) - uid: Sdl.LanguagePlatform.IO.TMX.TMXReader.#ctor(System.String,Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: TMXReader(string, TMXReaderSettings, ICultureMetadataManager) + name: TMXReader(String, TMXReaderSettings, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReader.html#Sdl_LanguagePlatform_IO_TMX_TMXReader__ctor_System_String_Sdl_LanguagePlatform_IO_TMX_TMXReaderSettings_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXReader.#ctor(System.String,Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(String, TMXReaderSettings, ICultureMetadataManager) - fullName: Sdl.LanguagePlatform.IO.TMX.TMXReader.TMXReader(string, Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXReader.New(String, Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: TMXReader.TMXReader(string, TMXReaderSettings, ICultureMetadataManager) - nameWithType.vb: TMXReader.New(String, TMXReaderSettings, ICultureMetadataManager) + fullName: Sdl.LanguagePlatform.IO.TMX.TMXReader.TMXReader(System.String, Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) + nameWithType: TMXReader.TMXReader(String, TMXReaderSettings, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.IO.TMX.TMXReader.#ctor* name: TMXReader href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReader.html#Sdl_LanguagePlatform_IO_TMX_TMXReader__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.TMXReader.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.TMXReader.TMXReader - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXReader.New nameWithType: TMXReader.TMXReader - nameWithType.vb: TMXReader.New - uid: Sdl.LanguagePlatform.IO.TMX.TMXReader.Dispose name: Dispose() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReader.html#Sdl_LanguagePlatform_IO_TMX_TMXReader_Dispose @@ -99086,38 +88432,26 @@ references: name: TMXReaderSettings() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.html#Sdl_LanguagePlatform_IO_TMX_TMXReaderSettings__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.TMXReaderSettings() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.New() nameWithType: TMXReaderSettings.TMXReaderSettings() - nameWithType.vb: TMXReaderSettings.New() - uid: Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.#ctor(Sdl.LanguagePlatform.IO.Streams.TUStreamContext) name: TMXReaderSettings(TUStreamContext) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.html#Sdl_LanguagePlatform_IO_TMX_TMXReaderSettings__ctor_Sdl_LanguagePlatform_IO_Streams_TUStreamContext_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.#ctor(Sdl.LanguagePlatform.IO.Streams.TUStreamContext) - name.vb: New(TUStreamContext) fullName: Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.TMXReaderSettings(Sdl.LanguagePlatform.IO.Streams.TUStreamContext) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.New(Sdl.LanguagePlatform.IO.Streams.TUStreamContext) nameWithType: TMXReaderSettings.TMXReaderSettings(TUStreamContext) - nameWithType.vb: TMXReaderSettings.New(TUStreamContext) - uid: Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.#ctor(Sdl.LanguagePlatform.IO.Streams.TUStreamContext,System.Boolean,System.Boolean,System.Boolean) - name: TMXReaderSettings(TUStreamContext, bool, bool, bool) + name: TMXReaderSettings(TUStreamContext, Boolean, Boolean, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.html#Sdl_LanguagePlatform_IO_TMX_TMXReaderSettings__ctor_Sdl_LanguagePlatform_IO_Streams_TUStreamContext_System_Boolean_System_Boolean_System_Boolean_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.#ctor(Sdl.LanguagePlatform.IO.Streams.TUStreamContext,System.Boolean,System.Boolean,System.Boolean) - name.vb: New(TUStreamContext, Boolean, Boolean, Boolean) - fullName: Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.TMXReaderSettings(Sdl.LanguagePlatform.IO.Streams.TUStreamContext, bool, bool, bool) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.New(Sdl.LanguagePlatform.IO.Streams.TUStreamContext, Boolean, Boolean, Boolean) - nameWithType: TMXReaderSettings.TMXReaderSettings(TUStreamContext, bool, bool, bool) - nameWithType.vb: TMXReaderSettings.New(TUStreamContext, Boolean, Boolean, Boolean) + fullName: Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.TMXReaderSettings(Sdl.LanguagePlatform.IO.Streams.TUStreamContext, System.Boolean, System.Boolean, System.Boolean) + nameWithType: TMXReaderSettings.TMXReaderSettings(TUStreamContext, Boolean, Boolean, Boolean) - uid: Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.#ctor* name: TMXReaderSettings href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.html#Sdl_LanguagePlatform_IO_TMX_TMXReaderSettings__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.TMXReaderSettings - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.New nameWithType: TMXReaderSettings.TMXReaderSettings - nameWithType.vb: TMXReaderSettings.New - uid: Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.CleanupMode name: CleanupMode href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXReaderSettings.html#Sdl_LanguagePlatform_IO_TMX_TMXReaderSettings_CleanupMode @@ -99212,29 +88546,20 @@ references: name: TMXStartOfInputEvent() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.html#Sdl_LanguagePlatform_IO_TMX_TMXStartOfInputEvent__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.TMXStartOfInputEvent() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.New() nameWithType: TMXStartOfInputEvent.TMXStartOfInputEvent() - nameWithType.vb: TMXStartOfInputEvent.New() - uid: Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.#ctor(System.String,Sdl.LanguagePlatform.IO.TMX.header,Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat) - name: TMXStartOfInputEvent(string, header, TranslationUnitFormat) + name: TMXStartOfInputEvent(String, header, TranslationUnitFormat) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.html#Sdl_LanguagePlatform_IO_TMX_TMXStartOfInputEvent__ctor_System_String_Sdl_LanguagePlatform_IO_TMX_header_Sdl_LanguagePlatform_TranslationMemory_TranslationUnitFormat_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.#ctor(System.String,Sdl.LanguagePlatform.IO.TMX.header,Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat) - name.vb: New(String, header, TranslationUnitFormat) - fullName: Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.TMXStartOfInputEvent(string, Sdl.LanguagePlatform.IO.TMX.header, Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.New(String, Sdl.LanguagePlatform.IO.TMX.header, Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat) - nameWithType: TMXStartOfInputEvent.TMXStartOfInputEvent(string, header, TranslationUnitFormat) - nameWithType.vb: TMXStartOfInputEvent.New(String, header, TranslationUnitFormat) + fullName: Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.TMXStartOfInputEvent(System.String, Sdl.LanguagePlatform.IO.TMX.header, Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat) + nameWithType: TMXStartOfInputEvent.TMXStartOfInputEvent(String, header, TranslationUnitFormat) - uid: Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.#ctor* name: TMXStartOfInputEvent href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.html#Sdl_LanguagePlatform_IO_TMX_TMXStartOfInputEvent__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.TMXStartOfInputEvent - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.New nameWithType: TMXStartOfInputEvent.TMXStartOfInputEvent - nameWithType.vb: TMXStartOfInputEvent.New - uid: Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.BuiltinRecognizers name: BuiltinRecognizers href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXStartOfInputEvent.html#Sdl_LanguagePlatform_IO_TMX_TMXStartOfInputEvent_BuiltinRecognizers @@ -99350,14 +88675,11 @@ references: fullName: Sdl.LanguagePlatform.IO.TMX.TMXTools nameWithType: TMXTools - uid: Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguageDirection(System.String) - name: GetLanguageDirection(string) + name: GetLanguageDirection(String) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXTools.html#Sdl_LanguagePlatform_IO_TMX_TMXTools_GetLanguageDirection_System_String_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguageDirection(System.String) - name.vb: GetLanguageDirection(String) - fullName: Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguageDirection(string) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguageDirection(String) - nameWithType: TMXTools.GetLanguageDirection(string) - nameWithType.vb: TMXTools.GetLanguageDirection(String) + fullName: Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguageDirection(System.String) + nameWithType: TMXTools.GetLanguageDirection(String) - uid: Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguageDirection* name: GetLanguageDirection href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXTools.html#Sdl_LanguagePlatform_IO_TMX_TMXTools_GetLanguageDirection_ @@ -99365,14 +88687,11 @@ references: fullName: Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguageDirection nameWithType: TMXTools.GetLanguageDirection - uid: Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguageDirectionAsync(System.String,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: GetLanguageDirectionAsync(string, ICultureMetadataManager) + name: GetLanguageDirectionAsync(String, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXTools.html#Sdl_LanguagePlatform_IO_TMX_TMXTools_GetLanguageDirectionAsync_System_String_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguageDirectionAsync(System.String,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: GetLanguageDirectionAsync(String, ICultureMetadataManager) - fullName: Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguageDirectionAsync(string, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguageDirectionAsync(String, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: TMXTools.GetLanguageDirectionAsync(string, ICultureMetadataManager) - nameWithType.vb: TMXTools.GetLanguageDirectionAsync(String, ICultureMetadataManager) + fullName: Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguageDirectionAsync(System.String, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) + nameWithType: TMXTools.GetLanguageDirectionAsync(String, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguageDirectionAsync* name: GetLanguageDirectionAsync href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXTools.html#Sdl_LanguagePlatform_IO_TMX_TMXTools_GetLanguageDirectionAsync_ @@ -99380,14 +88699,11 @@ references: fullName: Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguageDirectionAsync nameWithType: TMXTools.GetLanguageDirectionAsync - uid: Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguagesAsync(System.String,System.Int32,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: GetLanguagesAsync(string, int, ICultureMetadataManager) + name: GetLanguagesAsync(String, Int32, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXTools.html#Sdl_LanguagePlatform_IO_TMX_TMXTools_GetLanguagesAsync_System_String_System_Int32_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguagesAsync(System.String,System.Int32,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: GetLanguagesAsync(String, Integer, ICultureMetadataManager) - fullName: Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguagesAsync(string, int, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguagesAsync(String, Integer, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: TMXTools.GetLanguagesAsync(string, int, ICultureMetadataManager) - nameWithType.vb: TMXTools.GetLanguagesAsync(String, Integer, ICultureMetadataManager) + fullName: Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguagesAsync(System.String, System.Int32, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) + nameWithType: TMXTools.GetLanguagesAsync(String, Int32, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.IO.TMX.TMXTools.GetLanguagesAsync* name: GetLanguagesAsync href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXTools.html#Sdl_LanguagePlatform_IO_TMX_TMXTools_GetLanguagesAsync_ @@ -99404,74 +88720,50 @@ references: name: TMXWriter(Stream) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriter.html#Sdl_LanguagePlatform_IO_TMX_TMXWriter__ctor_System_IO_Stream_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXWriter.#ctor(System.IO.Stream) - name.vb: New(Stream) fullName: Sdl.LanguagePlatform.IO.TMX.TMXWriter.TMXWriter(System.IO.Stream) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXWriter.New(System.IO.Stream) nameWithType: TMXWriter.TMXWriter(Stream) - nameWithType.vb: TMXWriter.New(Stream) - uid: Sdl.LanguagePlatform.IO.TMX.TMXWriter.#ctor(System.IO.Stream,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) name: TMXWriter(Stream, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriter.html#Sdl_LanguagePlatform_IO_TMX_TMXWriter__ctor_System_IO_Stream_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXWriter.#ctor(System.IO.Stream,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(Stream, ICultureMetadataManager) fullName: Sdl.LanguagePlatform.IO.TMX.TMXWriter.TMXWriter(System.IO.Stream, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXWriter.New(System.IO.Stream, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) nameWithType: TMXWriter.TMXWriter(Stream, ICultureMetadataManager) - nameWithType.vb: TMXWriter.New(Stream, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.IO.TMX.TMXWriter.#ctor(System.IO.Stream,Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) name: TMXWriter(Stream, TMXWriterSettings, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriter.html#Sdl_LanguagePlatform_IO_TMX_TMXWriter__ctor_System_IO_Stream_Sdl_LanguagePlatform_IO_TMX_TMXWriterSettings_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXWriter.#ctor(System.IO.Stream,Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(Stream, TMXWriterSettings, ICultureMetadataManager) fullName: Sdl.LanguagePlatform.IO.TMX.TMXWriter.TMXWriter(System.IO.Stream, Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXWriter.New(System.IO.Stream, Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) nameWithType: TMXWriter.TMXWriter(Stream, TMXWriterSettings, ICultureMetadataManager) - nameWithType.vb: TMXWriter.New(Stream, TMXWriterSettings, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.IO.TMX.TMXWriter.#ctor(System.String) - name: TMXWriter(string) + name: TMXWriter(String) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriter.html#Sdl_LanguagePlatform_IO_TMX_TMXWriter__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXWriter.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.IO.TMX.TMXWriter.TMXWriter(string) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXWriter.New(String) - nameWithType: TMXWriter.TMXWriter(string) - nameWithType.vb: TMXWriter.New(String) + fullName: Sdl.LanguagePlatform.IO.TMX.TMXWriter.TMXWriter(System.String) + nameWithType: TMXWriter.TMXWriter(String) - uid: Sdl.LanguagePlatform.IO.TMX.TMXWriter.#ctor(System.String,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: TMXWriter(string, ICultureMetadataManager) + name: TMXWriter(String, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriter.html#Sdl_LanguagePlatform_IO_TMX_TMXWriter__ctor_System_String_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXWriter.#ctor(System.String,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(String, ICultureMetadataManager) - fullName: Sdl.LanguagePlatform.IO.TMX.TMXWriter.TMXWriter(string, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXWriter.New(String, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: TMXWriter.TMXWriter(string, ICultureMetadataManager) - nameWithType.vb: TMXWriter.New(String, ICultureMetadataManager) + fullName: Sdl.LanguagePlatform.IO.TMX.TMXWriter.TMXWriter(System.String, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) + nameWithType: TMXWriter.TMXWriter(String, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.IO.TMX.TMXWriter.#ctor(System.String,Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings) - name: TMXWriter(string, TMXWriterSettings) + name: TMXWriter(String, TMXWriterSettings) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriter.html#Sdl_LanguagePlatform_IO_TMX_TMXWriter__ctor_System_String_Sdl_LanguagePlatform_IO_TMX_TMXWriterSettings_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXWriter.#ctor(System.String,Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings) - name.vb: New(String, TMXWriterSettings) - fullName: Sdl.LanguagePlatform.IO.TMX.TMXWriter.TMXWriter(string, Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXWriter.New(String, Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings) - nameWithType: TMXWriter.TMXWriter(string, TMXWriterSettings) - nameWithType.vb: TMXWriter.New(String, TMXWriterSettings) + fullName: Sdl.LanguagePlatform.IO.TMX.TMXWriter.TMXWriter(System.String, Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings) + nameWithType: TMXWriter.TMXWriter(String, TMXWriterSettings) - uid: Sdl.LanguagePlatform.IO.TMX.TMXWriter.#ctor(System.String,Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name: TMXWriter(string, TMXWriterSettings, ICultureMetadataManager) + name: TMXWriter(String, TMXWriterSettings, ICultureMetadataManager) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriter.html#Sdl_LanguagePlatform_IO_TMX_TMXWriter__ctor_System_String_Sdl_LanguagePlatform_IO_TMX_TMXWriterSettings_Sdl_Core_Globalization_CultureMetadataManager_ICultureMetadataManager_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXWriter.#ctor(System.String,Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - name.vb: New(String, TMXWriterSettings, ICultureMetadataManager) - fullName: Sdl.LanguagePlatform.IO.TMX.TMXWriter.TMXWriter(string, Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXWriter.New(String, Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) - nameWithType: TMXWriter.TMXWriter(string, TMXWriterSettings, ICultureMetadataManager) - nameWithType.vb: TMXWriter.New(String, TMXWriterSettings, ICultureMetadataManager) + fullName: Sdl.LanguagePlatform.IO.TMX.TMXWriter.TMXWriter(System.String, Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings, Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager) + nameWithType: TMXWriter.TMXWriter(String, TMXWriterSettings, ICultureMetadataManager) - uid: Sdl.LanguagePlatform.IO.TMX.TMXWriter.#ctor* name: TMXWriter href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriter.html#Sdl_LanguagePlatform_IO_TMX_TMXWriter__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.TMXWriter.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.TMXWriter.TMXWriter - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXWriter.New nameWithType: TMXWriter.TMXWriter - nameWithType.vb: TMXWriter.New - uid: Sdl.LanguagePlatform.IO.TMX.TMXWriter.Close name: Close() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriter.html#Sdl_LanguagePlatform_IO_TMX_TMXWriter_Close @@ -99530,29 +88822,20 @@ references: name: TMXWriterSettings() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.html#Sdl_LanguagePlatform_IO_TMX_TMXWriterSettings__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.TMXWriterSettings() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.New() nameWithType: TMXWriterSettings.TMXWriterSettings() - nameWithType.vb: TMXWriterSettings.New() - uid: Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.#ctor(System.Text.Encoding) name: TMXWriterSettings(Encoding) href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.html#Sdl_LanguagePlatform_IO_TMX_TMXWriterSettings__ctor_System_Text_Encoding_ commentId: M:Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.#ctor(System.Text.Encoding) - name.vb: New(Encoding) fullName: Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.TMXWriterSettings(System.Text.Encoding) - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.New(System.Text.Encoding) nameWithType: TMXWriterSettings.TMXWriterSettings(Encoding) - nameWithType.vb: TMXWriterSettings.New(Encoding) - uid: Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.#ctor* name: TMXWriterSettings href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.html#Sdl_LanguagePlatform_IO_TMX_TMXWriterSettings__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.TMXWriterSettings - fullName.vb: Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.New nameWithType: TMXWriterSettings.TMXWriterSettings - nameWithType.vb: TMXWriterSettings.New - uid: Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.Encoding name: Encoding href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.TMXWriterSettings.html#Sdl_LanguagePlatform_IO_TMX_TMXWriterSettings_Encoding @@ -99623,20 +88906,14 @@ references: name: tu() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tu.html#Sdl_LanguagePlatform_IO_TMX_tu__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.tu.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.tu.tu() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.tu.New() nameWithType: tu.tu() - nameWithType.vb: tu.New() - uid: Sdl.LanguagePlatform.IO.TMX.tu.#ctor* name: tu href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tu.html#Sdl_LanguagePlatform_IO_TMX_tu__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.tu.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.tu.tu - fullName.vb: Sdl.LanguagePlatform.IO.TMX.tu.New nameWithType: tu.tu - nameWithType.vb: tu.New - uid: Sdl.LanguagePlatform.IO.TMX.tu.changedate name: changedate href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tu.html#Sdl_LanguagePlatform_IO_TMX_tu_changedate @@ -99881,20 +89158,14 @@ references: name: tuv() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tuv.html#Sdl_LanguagePlatform_IO_TMX_tuv__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.tuv.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.tuv.tuv() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.tuv.New() nameWithType: tuv.tuv() - nameWithType.vb: tuv.New() - uid: Sdl.LanguagePlatform.IO.TMX.tuv.#ctor* name: tuv href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tuv.html#Sdl_LanguagePlatform_IO_TMX_tuv__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.tuv.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.tuv.tuv - fullName.vb: Sdl.LanguagePlatform.IO.TMX.tuv.New nameWithType: tuv.tuv - nameWithType.vb: tuv.New - uid: Sdl.LanguagePlatform.IO.TMX.tuv.changedate name: changedate href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.tuv.html#Sdl_LanguagePlatform_IO_TMX_tuv_changedate @@ -100085,20 +89356,14 @@ references: name: ude() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ude.html#Sdl_LanguagePlatform_IO_TMX_ude__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.ude.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.ude.ude() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.ude.New() nameWithType: ude.ude() - nameWithType.vb: ude.New() - uid: Sdl.LanguagePlatform.IO.TMX.ude.#ctor* name: ude href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ude.html#Sdl_LanguagePlatform_IO_TMX_ude__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.ude.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.ude.ude - fullName.vb: Sdl.LanguagePlatform.IO.TMX.ude.New nameWithType: ude.ude - nameWithType.vb: ude.New - uid: Sdl.LanguagePlatform.IO.TMX.ude.base name: base href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ude.html#Sdl_LanguagePlatform_IO_TMX_ude_base @@ -100145,20 +89410,14 @@ references: name: ut() href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ut.html#Sdl_LanguagePlatform_IO_TMX_ut__ctor commentId: M:Sdl.LanguagePlatform.IO.TMX.ut.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.IO.TMX.ut.ut() - fullName.vb: Sdl.LanguagePlatform.IO.TMX.ut.New() nameWithType: ut.ut() - nameWithType.vb: ut.New() - uid: Sdl.LanguagePlatform.IO.TMX.ut.#ctor* name: ut href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ut.html#Sdl_LanguagePlatform_IO_TMX_ut__ctor_ commentId: Overload:Sdl.LanguagePlatform.IO.TMX.ut.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.IO.TMX.ut.ut - fullName.vb: Sdl.LanguagePlatform.IO.TMX.ut.New nameWithType: ut.ut - nameWithType.vb: ut.New - uid: Sdl.LanguagePlatform.IO.TMX.ut.Items name: Items href: api/translationmemory/Sdl.LanguagePlatform.IO.TMX.ut.html#Sdl_LanguagePlatform_IO_TMX_ut_Items @@ -100280,32 +89539,23 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty nameWithType: AppliedPenalty - uid: Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.#ctor(Sdl.LanguagePlatform.TranslationMemory.PenaltyType,System.Int32) - name: AppliedPenalty(PenaltyType, int) + name: AppliedPenalty(PenaltyType, Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.html#Sdl_LanguagePlatform_TranslationMemory_AppliedPenalty__ctor_Sdl_LanguagePlatform_TranslationMemory_PenaltyType_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.#ctor(Sdl.LanguagePlatform.TranslationMemory.PenaltyType,System.Int32) - name.vb: New(PenaltyType, Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.AppliedPenalty(Sdl.LanguagePlatform.TranslationMemory.PenaltyType, int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.New(Sdl.LanguagePlatform.TranslationMemory.PenaltyType, Integer) - nameWithType: AppliedPenalty.AppliedPenalty(PenaltyType, int) - nameWithType.vb: AppliedPenalty.New(PenaltyType, Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.AppliedPenalty(Sdl.LanguagePlatform.TranslationMemory.PenaltyType, System.Int32) + nameWithType: AppliedPenalty.AppliedPenalty(PenaltyType, Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.#ctor(System.String,System.Int32) - name: AppliedPenalty(string, int) + name: AppliedPenalty(String, Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.html#Sdl_LanguagePlatform_TranslationMemory_AppliedPenalty__ctor_System_String_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.#ctor(System.String,System.Int32) - name.vb: New(String, Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.AppliedPenalty(string, int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.New(String, Integer) - nameWithType: AppliedPenalty.AppliedPenalty(string, int) - nameWithType.vb: AppliedPenalty.New(String, Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.AppliedPenalty(System.String, System.Int32) + nameWithType: AppliedPenalty.AppliedPenalty(String, Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.#ctor* name: AppliedPenalty href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.html#Sdl_LanguagePlatform_TranslationMemory_AppliedPenalty__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.AppliedPenalty - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.New nameWithType: AppliedPenalty.AppliedPenalty - nameWithType.vb: AppliedPenalty.New - uid: Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.FilterName name: FilterName href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AppliedPenalty.html#Sdl_LanguagePlatform_TranslationMemory_AppliedPenalty_FilterName @@ -100331,23 +89581,17 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.AtomicExpression nameWithType: AtomicExpression - uid: Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.#ctor(Sdl.LanguagePlatform.TranslationMemory.FieldValue,Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Operator) - name: AtomicExpression(FieldValue, Operator) + name: AtomicExpression(FieldValue, AtomicExpression.Operator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.html#Sdl_LanguagePlatform_TranslationMemory_AtomicExpression__ctor_Sdl_LanguagePlatform_TranslationMemory_FieldValue_Sdl_LanguagePlatform_TranslationMemory_AtomicExpression_Operator_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.#ctor(Sdl.LanguagePlatform.TranslationMemory.FieldValue,Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Operator) - name.vb: New(FieldValue, Operator) fullName: Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.AtomicExpression(Sdl.LanguagePlatform.TranslationMemory.FieldValue, Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Operator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.New(Sdl.LanguagePlatform.TranslationMemory.FieldValue, Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Operator) nameWithType: AtomicExpression.AtomicExpression(FieldValue, AtomicExpression.Operator) - nameWithType.vb: AtomicExpression.New(FieldValue, AtomicExpression.Operator) - uid: Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.#ctor* name: AtomicExpression href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.html#Sdl_LanguagePlatform_TranslationMemory_AtomicExpression__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.AtomicExpression - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.New nameWithType: AtomicExpression.AtomicExpression - nameWithType.vb: AtomicExpression.New - uid: Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Evaluate(Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer) name: Evaluate(ITypedKeyValueContainer) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.html#Sdl_LanguagePlatform_TranslationMemory_AtomicExpression_Evaluate_Sdl_LanguagePlatform_TranslationMemory_ITypedKeyValueContainer_ @@ -100451,14 +89695,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.ToString nameWithType: AtomicExpression.ToString - uid: Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name: Validate(IFieldDefinitions, bool) + name: Validate(IFieldDefinitions, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.html#Sdl_LanguagePlatform_TranslationMemory_AtomicExpression_Validate_Sdl_LanguagePlatform_TranslationMemory_IFieldDefinitions_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name.vb: Validate(IFieldDefinitions, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, Boolean) - nameWithType: AtomicExpression.Validate(IFieldDefinitions, bool) - nameWithType.vb: AtomicExpression.Validate(IFieldDefinitions, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, System.Boolean) + nameWithType: AtomicExpression.Validate(IFieldDefinitions, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.Validate* name: Validate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.AtomicExpression.html#Sdl_LanguagePlatform_TranslationMemory_AtomicExpression_Validate_ @@ -100484,23 +89725,17 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.ComposedExpression nameWithType: ComposedExpression - uid: Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.#ctor(Sdl.LanguagePlatform.TranslationMemory.FilterExpression,Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Operator,Sdl.LanguagePlatform.TranslationMemory.FilterExpression) - name: ComposedExpression(FilterExpression, Operator, FilterExpression) + name: ComposedExpression(FilterExpression, ComposedExpression.Operator, FilterExpression) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.html#Sdl_LanguagePlatform_TranslationMemory_ComposedExpression__ctor_Sdl_LanguagePlatform_TranslationMemory_FilterExpression_Sdl_LanguagePlatform_TranslationMemory_ComposedExpression_Operator_Sdl_LanguagePlatform_TranslationMemory_FilterExpression_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.#ctor(Sdl.LanguagePlatform.TranslationMemory.FilterExpression,Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Operator,Sdl.LanguagePlatform.TranslationMemory.FilterExpression) - name.vb: New(FilterExpression, Operator, FilterExpression) fullName: Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.ComposedExpression(Sdl.LanguagePlatform.TranslationMemory.FilterExpression, Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Operator, Sdl.LanguagePlatform.TranslationMemory.FilterExpression) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.New(Sdl.LanguagePlatform.TranslationMemory.FilterExpression, Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Operator, Sdl.LanguagePlatform.TranslationMemory.FilterExpression) nameWithType: ComposedExpression.ComposedExpression(FilterExpression, ComposedExpression.Operator, FilterExpression) - nameWithType.vb: ComposedExpression.New(FilterExpression, ComposedExpression.Operator, FilterExpression) - uid: Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.#ctor* name: ComposedExpression href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.html#Sdl_LanguagePlatform_TranslationMemory_ComposedExpression__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.ComposedExpression - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.New nameWithType: ComposedExpression.ComposedExpression - nameWithType.vb: ComposedExpression.New - uid: Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Evaluate(Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer) name: Evaluate(ITypedKeyValueContainer) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.html#Sdl_LanguagePlatform_TranslationMemory_ComposedExpression_Evaluate_Sdl_LanguagePlatform_TranslationMemory_ITypedKeyValueContainer_ @@ -100586,14 +89821,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.ToString nameWithType: ComposedExpression.ToString - uid: Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name: Validate(IFieldDefinitions, bool) + name: Validate(IFieldDefinitions, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.html#Sdl_LanguagePlatform_TranslationMemory_ComposedExpression_Validate_Sdl_LanguagePlatform_TranslationMemory_IFieldDefinitions_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name.vb: Validate(IFieldDefinitions, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, Boolean) - nameWithType: ComposedExpression.Validate(IFieldDefinitions, bool) - nameWithType.vb: ComposedExpression.Validate(IFieldDefinitions, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, System.Boolean) + nameWithType: ComposedExpression.Validate(IFieldDefinitions, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.Validate* name: Validate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ComposedExpression.html#Sdl_LanguagePlatform_TranslationMemory_ComposedExpression_Validate_ @@ -100610,47 +89842,32 @@ references: name: DateTimeFieldValue() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_DateTimeFieldValue__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.DateTimeFieldValue() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.New() nameWithType: DateTimeFieldValue.DateTimeFieldValue() - nameWithType.vb: DateTimeFieldValue.New() - uid: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.#ctor(Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue) name: DateTimeFieldValue(DateTimeFieldValue) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_DateTimeFieldValue__ctor_Sdl_LanguagePlatform_TranslationMemory_DateTimeFieldValue_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.#ctor(Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue) - name.vb: New(DateTimeFieldValue) fullName: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.DateTimeFieldValue(Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.New(Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue) nameWithType: DateTimeFieldValue.DateTimeFieldValue(DateTimeFieldValue) - nameWithType.vb: DateTimeFieldValue.New(DateTimeFieldValue) - uid: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.#ctor(System.String) - name: DateTimeFieldValue(string) + name: DateTimeFieldValue(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_DateTimeFieldValue__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.DateTimeFieldValue(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.New(String) - nameWithType: DateTimeFieldValue.DateTimeFieldValue(string) - nameWithType.vb: DateTimeFieldValue.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.DateTimeFieldValue(System.String) + nameWithType: DateTimeFieldValue.DateTimeFieldValue(String) - uid: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.#ctor(System.String,System.DateTime) - name: DateTimeFieldValue(string, DateTime) + name: DateTimeFieldValue(String, DateTime) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_DateTimeFieldValue__ctor_System_String_System_DateTime_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.#ctor(System.String,System.DateTime) - name.vb: New(String, Date) - fullName: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.DateTimeFieldValue(string, System.DateTime) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.New(String, Date) - nameWithType: DateTimeFieldValue.DateTimeFieldValue(string, DateTime) - nameWithType.vb: DateTimeFieldValue.New(String, Date) + fullName: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.DateTimeFieldValue(System.String, System.DateTime) + nameWithType: DateTimeFieldValue.DateTimeFieldValue(String, DateTime) - uid: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.#ctor* name: DateTimeFieldValue href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_DateTimeFieldValue__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.DateTimeFieldValue - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.New nameWithType: DateTimeFieldValue.DateTimeFieldValue - nameWithType.vb: DateTimeFieldValue.New - uid: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Add(Sdl.LanguagePlatform.TranslationMemory.FieldValue) name: Add(FieldValue) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_DateTimeFieldValue_Add_Sdl_LanguagePlatform_TranslationMemory_FieldValue_ @@ -100658,14 +89875,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Add(Sdl.LanguagePlatform.TranslationMemory.FieldValue) nameWithType: DateTimeFieldValue.Add(FieldValue) - uid: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Add(System.String) - name: Add(string) + name: Add(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_DateTimeFieldValue_Add_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Add(System.String) - name.vb: Add(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Add(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Add(String) - nameWithType: DateTimeFieldValue.Add(string) - nameWithType.vb: DateTimeFieldValue.Add(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Add(System.String) + nameWithType: DateTimeFieldValue.Add(String) - uid: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Add* name: Add href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_DateTimeFieldValue_Add_ @@ -100697,14 +89911,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Duplicate nameWithType: DateTimeFieldValue.Duplicate - uid: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_DateTimeFieldValue_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Equals(Object) - nameWithType: DateTimeFieldValue.Equals(object) - nameWithType.vb: DateTimeFieldValue.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Equals(System.Object) + nameWithType: DateTimeFieldValue.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_DateTimeFieldValue_Equals_ @@ -100748,14 +89959,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Merge nameWithType: DateTimeFieldValue.Merge - uid: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Parse(System.String) - name: Parse(string) + name: Parse(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_DateTimeFieldValue_Parse_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Parse(System.String) - name.vb: Parse(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Parse(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Parse(String) - nameWithType: DateTimeFieldValue.Parse(string) - nameWithType.vb: DateTimeFieldValue.Parse(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Parse(System.String) + nameWithType: DateTimeFieldValue.Parse(String) - uid: Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.Parse* name: Parse href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DateTimeFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_DateTimeFieldValue_Parse_ @@ -100820,20 +90028,14 @@ references: name: DocumentDetail() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.html#Sdl_LanguagePlatform_TranslationMemory_DocumentDetail__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.DocumentDetail() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.New() nameWithType: DocumentDetail.DocumentDetail() - nameWithType.vb: DocumentDetail.New() - uid: Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.#ctor* name: DocumentDetail href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.html#Sdl_LanguagePlatform_TranslationMemory_DocumentDetail__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.DocumentDetail - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.New nameWithType: DocumentDetail.DocumentDetail - nameWithType.vb: DocumentDetail.New - uid: Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.DocumentPlaceables name: DocumentPlaceables href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DocumentDetail.html#Sdl_LanguagePlatform_TranslationMemory_DocumentDetail_DocumentPlaceables @@ -100892,29 +90094,20 @@ references: name: DuplicateIterator() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.html#Sdl_LanguagePlatform_TranslationMemory_DuplicateIterator__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIterator() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.New() nameWithType: DuplicateIterator.DuplicateIterator() - nameWithType.vb: DuplicateIterator.New() - uid: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.#ctor(System.Int32) - name: DuplicateIterator(int) + name: DuplicateIterator(Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.html#Sdl_LanguagePlatform_TranslationMemory_DuplicateIterator__ctor_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.#ctor(System.Int32) - name.vb: New(Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIterator(int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.New(Integer) - nameWithType: DuplicateIterator.DuplicateIterator(int) - nameWithType.vb: DuplicateIterator.New(Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIterator(System.Int32) + nameWithType: DuplicateIterator.DuplicateIterator(Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.#ctor* name: DuplicateIterator href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.html#Sdl_LanguagePlatform_TranslationMemory_DuplicateIterator__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIterator - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.New nameWithType: DuplicateIterator.DuplicateIterator - nameWithType.vb: DuplicateIterator.New - uid: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition name: DuplicateIterator.DuplicateIteratorPosition href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.html @@ -100925,29 +90118,20 @@ references: name: DuplicateIteratorPosition() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.html#Sdl_LanguagePlatform_TranslationMemory_DuplicateIterator_DuplicateIteratorPosition__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.DuplicateIteratorPosition() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.New() nameWithType: DuplicateIterator.DuplicateIteratorPosition.DuplicateIteratorPosition() - nameWithType.vb: DuplicateIterator.DuplicateIteratorPosition.New() - uid: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.#ctor(System.Int64,System.Int32) - name: DuplicateIteratorPosition(long, int) + name: DuplicateIteratorPosition(Int64, Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.html#Sdl_LanguagePlatform_TranslationMemory_DuplicateIterator_DuplicateIteratorPosition__ctor_System_Int64_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.#ctor(System.Int64,System.Int32) - name.vb: New(Long, Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.DuplicateIteratorPosition(long, int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.New(Long, Integer) - nameWithType: DuplicateIterator.DuplicateIteratorPosition.DuplicateIteratorPosition(long, int) - nameWithType.vb: DuplicateIterator.DuplicateIteratorPosition.New(Long, Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.DuplicateIteratorPosition(System.Int64, System.Int32) + nameWithType: DuplicateIterator.DuplicateIteratorPosition.DuplicateIteratorPosition(Int64, Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.#ctor* name: DuplicateIteratorPosition href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.html#Sdl_LanguagePlatform_TranslationMemory_DuplicateIterator_DuplicateIteratorPosition__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.DuplicateIteratorPosition - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.New nameWithType: DuplicateIterator.DuplicateIteratorPosition.DuplicateIteratorPosition - nameWithType.vb: DuplicateIterator.DuplicateIteratorPosition.New - uid: Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.Hash name: Hash href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator.DuplicateIteratorPosition.html#Sdl_LanguagePlatform_TranslationMemory_DuplicateIterator_DuplicateIteratorPosition_Hash @@ -101030,20 +90214,14 @@ references: name: EditAction() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditAction__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.EditAction() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.New() nameWithType: EditAction.EditAction() - nameWithType.vb: EditAction.New() - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.#ctor* name: EditAction href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditAction__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.EditAction - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.New nameWithType: EditAction.EditAction - nameWithType.vb: EditAction.New - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.Apply(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) name: Apply(TranslationUnit) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditAction_Apply_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_ @@ -101057,14 +90235,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.Apply nameWithType: EditAction.Apply - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name: Validate(IFieldDefinitions, bool) + name: Validate(IFieldDefinitions, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditAction_Validate_Sdl_LanguagePlatform_TranslationMemory_IFieldDefinitions_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name.vb: Validate(IFieldDefinitions, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, Boolean) - nameWithType: EditAction.Validate(IFieldDefinitions, bool) - nameWithType.vb: EditAction.Validate(IFieldDefinitions, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, System.Boolean) + nameWithType: EditAction.Validate(IFieldDefinitions, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.Validate* name: Validate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditAction.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditAction_Validate_ @@ -101081,20 +90256,14 @@ references: name: EditActionChangeFieldValue(FieldValue, Mode) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionChangeFieldValue__ctor_Sdl_LanguagePlatform_TranslationMemory_FieldValue_Sdl_LanguagePlatform_TranslationMemory_EditScripts_Mode_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.#ctor(Sdl.LanguagePlatform.TranslationMemory.FieldValue,Sdl.LanguagePlatform.TranslationMemory.EditScripts.Mode) - name.vb: New(FieldValue, Mode) fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.EditActionChangeFieldValue(Sdl.LanguagePlatform.TranslationMemory.FieldValue, Sdl.LanguagePlatform.TranslationMemory.EditScripts.Mode) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.New(Sdl.LanguagePlatform.TranslationMemory.FieldValue, Sdl.LanguagePlatform.TranslationMemory.EditScripts.Mode) nameWithType: EditActionChangeFieldValue.EditActionChangeFieldValue(FieldValue, Mode) - nameWithType.vb: EditActionChangeFieldValue.New(FieldValue, Mode) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.#ctor* name: EditActionChangeFieldValue href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionChangeFieldValue__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.EditActionChangeFieldValue - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.New nameWithType: EditActionChangeFieldValue.EditActionChangeFieldValue - nameWithType.vb: EditActionChangeFieldValue.New - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.Apply(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) name: Apply(TranslationUnit) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionChangeFieldValue_Apply_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_ @@ -101132,14 +90301,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.Mode nameWithType: EditActionChangeFieldValue.Mode - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name: Validate(IFieldDefinitions, bool) + name: Validate(IFieldDefinitions, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionChangeFieldValue_Validate_Sdl_LanguagePlatform_TranslationMemory_IFieldDefinitions_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name.vb: Validate(IFieldDefinitions, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, Boolean) - nameWithType: EditActionChangeFieldValue.Validate(IFieldDefinitions, bool) - nameWithType.vb: EditActionChangeFieldValue.Validate(IFieldDefinitions, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, System.Boolean) + nameWithType: EditActionChangeFieldValue.Validate(IFieldDefinitions, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.Validate* name: Validate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionChangeFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionChangeFieldValue_Validate_ @@ -101156,29 +90322,20 @@ references: name: EditActionDeleteAllFieldValues() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteAllFieldValues__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.EditActionDeleteAllFieldValues() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.New() nameWithType: EditActionDeleteAllFieldValues.EditActionDeleteAllFieldValues() - nameWithType.vb: EditActionDeleteAllFieldValues.New() - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.#ctor(System.Boolean) - name: EditActionDeleteAllFieldValues(bool) + name: EditActionDeleteAllFieldValues(Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteAllFieldValues__ctor_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.#ctor(System.Boolean) - name.vb: New(Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.EditActionDeleteAllFieldValues(bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.New(Boolean) - nameWithType: EditActionDeleteAllFieldValues.EditActionDeleteAllFieldValues(bool) - nameWithType.vb: EditActionDeleteAllFieldValues.New(Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.EditActionDeleteAllFieldValues(System.Boolean) + nameWithType: EditActionDeleteAllFieldValues.EditActionDeleteAllFieldValues(Boolean) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.#ctor* name: EditActionDeleteAllFieldValues href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteAllFieldValues__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.EditActionDeleteAllFieldValues - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.New nameWithType: EditActionDeleteAllFieldValues.EditActionDeleteAllFieldValues - nameWithType.vb: EditActionDeleteAllFieldValues.New - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.Apply(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) name: Apply(TranslationUnit) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteAllFieldValues_Apply_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_ @@ -101204,14 +90361,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.DeleteSystemFields nameWithType: EditActionDeleteAllFieldValues.DeleteSystemFields - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name: Validate(IFieldDefinitions, bool) + name: Validate(IFieldDefinitions, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteAllFieldValues_Validate_Sdl_LanguagePlatform_TranslationMemory_IFieldDefinitions_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name.vb: Validate(IFieldDefinitions, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, Boolean) - nameWithType: EditActionDeleteAllFieldValues.Validate(IFieldDefinitions, bool) - nameWithType.vb: EditActionDeleteAllFieldValues.Validate(IFieldDefinitions, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, System.Boolean) + nameWithType: EditActionDeleteAllFieldValues.Validate(IFieldDefinitions, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.Validate* name: Validate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteAllFieldValues.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteAllFieldValues_Validate_ @@ -101228,38 +90382,29 @@ references: name: EditActionDeleteFieldValue() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteFieldValue__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.EditActionDeleteFieldValue() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.New() nameWithType: EditActionDeleteFieldValue.EditActionDeleteFieldValue() - nameWithType.vb: EditActionDeleteFieldValue.New() - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.#ctor(System.Collections.Generic.IList{System.String}) - name: EditActionDeleteFieldValue(IList) + name: EditActionDeleteFieldValue(IList) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteFieldValue__ctor_System_Collections_Generic_IList_System_String__ commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.#ctor(System.Collections.Generic.IList{System.String}) - name.vb: New(IList(Of String)) - fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.EditActionDeleteFieldValue(System.Collections.Generic.IList) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.New(System.Collections.Generic.IList(Of String)) - nameWithType: EditActionDeleteFieldValue.EditActionDeleteFieldValue(IList) - nameWithType.vb: EditActionDeleteFieldValue.New(IList(Of String)) + name.vb: EditActionDeleteFieldValue(IList(Of String)) + fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.EditActionDeleteFieldValue(System.Collections.Generic.IList) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.EditActionDeleteFieldValue(System.Collections.Generic.IList(Of System.String)) + nameWithType: EditActionDeleteFieldValue.EditActionDeleteFieldValue(IList) + nameWithType.vb: EditActionDeleteFieldValue.EditActionDeleteFieldValue(IList(Of String)) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.#ctor(System.String) - name: EditActionDeleteFieldValue(string) + name: EditActionDeleteFieldValue(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteFieldValue__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.EditActionDeleteFieldValue(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.New(String) - nameWithType: EditActionDeleteFieldValue.EditActionDeleteFieldValue(string) - nameWithType.vb: EditActionDeleteFieldValue.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.EditActionDeleteFieldValue(System.String) + nameWithType: EditActionDeleteFieldValue.EditActionDeleteFieldValue(String) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.#ctor* name: EditActionDeleteFieldValue href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteFieldValue__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.EditActionDeleteFieldValue - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.New nameWithType: EditActionDeleteFieldValue.EditActionDeleteFieldValue - nameWithType.vb: EditActionDeleteFieldValue.New - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.Apply(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) name: Apply(TranslationUnit) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteFieldValue_Apply_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_ @@ -101285,14 +90430,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.FieldNames nameWithType: EditActionDeleteFieldValue.FieldNames - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name: Validate(IFieldDefinitions, bool) + name: Validate(IFieldDefinitions, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteFieldValue_Validate_Sdl_LanguagePlatform_TranslationMemory_IFieldDefinitions_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name.vb: Validate(IFieldDefinitions, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, Boolean) - nameWithType: EditActionDeleteFieldValue.Validate(IFieldDefinitions, bool) - nameWithType.vb: EditActionDeleteFieldValue.Validate(IFieldDefinitions, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, System.Boolean) + nameWithType: EditActionDeleteFieldValue.Validate(IFieldDefinitions, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.Validate* name: Validate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteFieldValue_Validate_ @@ -101309,29 +90451,20 @@ references: name: EditActionDeleteTags() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteTags__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.EditActionDeleteTags() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.New() nameWithType: EditActionDeleteTags.EditActionDeleteTags() - nameWithType.vb: EditActionDeleteTags.New() - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.#ctor(Sdl.LanguagePlatform.Core.Segment.DeleteTagsAction) - name: EditActionDeleteTags(DeleteTagsAction) + name: EditActionDeleteTags(Segment.DeleteTagsAction) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteTags__ctor_Sdl_LanguagePlatform_Core_Segment_DeleteTagsAction_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.#ctor(Sdl.LanguagePlatform.Core.Segment.DeleteTagsAction) - name.vb: New(DeleteTagsAction) fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.EditActionDeleteTags(Sdl.LanguagePlatform.Core.Segment.DeleteTagsAction) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.New(Sdl.LanguagePlatform.Core.Segment.DeleteTagsAction) nameWithType: EditActionDeleteTags.EditActionDeleteTags(Segment.DeleteTagsAction) - nameWithType.vb: EditActionDeleteTags.New(Segment.DeleteTagsAction) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.#ctor* name: EditActionDeleteTags href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteTags__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.EditActionDeleteTags - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.New nameWithType: EditActionDeleteTags.EditActionDeleteTags - nameWithType.vb: EditActionDeleteTags.New - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.Apply(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) name: Apply(TranslationUnit) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteTags_Apply_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_ @@ -101357,14 +90490,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.DeleteTagsAction nameWithType: EditActionDeleteTags.DeleteTagsAction - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name: Validate(IFieldDefinitions, bool) + name: Validate(IFieldDefinitions, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteTags_Validate_Sdl_LanguagePlatform_TranslationMemory_IFieldDefinitions_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name.vb: Validate(IFieldDefinitions, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, Boolean) - nameWithType: EditActionDeleteTags.Validate(IFieldDefinitions, bool) - nameWithType.vb: EditActionDeleteTags.Validate(IFieldDefinitions, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, System.Boolean) + nameWithType: EditActionDeleteTags.Validate(IFieldDefinitions, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.Validate* name: Validate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionDeleteTags.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionDeleteTags_Validate_ @@ -101378,23 +90508,17 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField nameWithType: EditActionRenameField - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.#ctor(System.String,System.String) - name: EditActionRenameField(string, string) + name: EditActionRenameField(String, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionRenameField__ctor_System_String_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.EditActionRenameField(string, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.New(String, String) - nameWithType: EditActionRenameField.EditActionRenameField(string, string) - nameWithType.vb: EditActionRenameField.New(String, String) + fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.EditActionRenameField(System.String, System.String) + nameWithType: EditActionRenameField.EditActionRenameField(String, String) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.#ctor* name: EditActionRenameField href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionRenameField__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.EditActionRenameField - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.New nameWithType: EditActionRenameField.EditActionRenameField - nameWithType.vb: EditActionRenameField.New - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.Apply(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) name: Apply(TranslationUnit) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionRenameField_Apply_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_ @@ -101444,14 +90568,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.ToName nameWithType: EditActionRenameField.ToName - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name: Validate(IFieldDefinitions, bool) + name: Validate(IFieldDefinitions, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionRenameField_Validate_Sdl_LanguagePlatform_TranslationMemory_IFieldDefinitions_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name.vb: Validate(IFieldDefinitions, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, Boolean) - nameWithType: EditActionRenameField.Validate(IFieldDefinitions, bool) - nameWithType.vb: EditActionRenameField.Validate(IFieldDefinitions, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, System.Boolean) + nameWithType: EditActionRenameField.Validate(IFieldDefinitions, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.Validate* name: Validate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionRenameField.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionRenameField_Validate_ @@ -101468,20 +90589,14 @@ references: name: EditActionSearchReplace() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionSearchReplace__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.EditActionSearchReplace() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.New() nameWithType: EditActionSearchReplace.EditActionSearchReplace() - nameWithType.vb: EditActionSearchReplace.New() - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.#ctor* name: EditActionSearchReplace href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionSearchReplace__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.EditActionSearchReplace - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.New nameWithType: EditActionSearchReplace.EditActionSearchReplace - nameWithType.vb: EditActionSearchReplace.New - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.Apply(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) name: Apply(TranslationUnit) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionSearchReplace_Apply_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_ @@ -101555,14 +90670,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.SearchPattern nameWithType: EditActionSearchReplace.SearchPattern - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name: Validate(IFieldDefinitions, bool) + name: Validate(IFieldDefinitions, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionSearchReplace_Validate_Sdl_LanguagePlatform_TranslationMemory_IFieldDefinitions_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name.vb: Validate(IFieldDefinitions, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, Boolean) - nameWithType: EditActionSearchReplace.Validate(IFieldDefinitions, bool) - nameWithType.vb: EditActionSearchReplace.Validate(IFieldDefinitions, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, System.Boolean) + nameWithType: EditActionSearchReplace.Validate(IFieldDefinitions, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.Validate* name: Validate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditActionSearchReplace.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditActionSearchReplace_Validate_ @@ -101579,20 +90691,14 @@ references: name: EditScript() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScript__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.EditScript() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.New() nameWithType: EditScript.EditScript() - nameWithType.vb: EditScript.New() - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.#ctor* name: EditScript href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScript__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.EditScript - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.New nameWithType: EditScript.EditScript - nameWithType.vb: EditScript.New - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Actions name: Actions href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScript_Actions @@ -101660,14 +90766,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Load(System.IO.Stream) nameWithType: EditScript.Load(Stream) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Load(System.String) - name: Load(string) + name: Load(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScript_Load_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Load(System.String) - name.vb: Load(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Load(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Load(String) - nameWithType: EditScript.Load(string) - nameWithType.vb: EditScript.Load(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Load(System.String) + nameWithType: EditScript.Load(String) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Load* name: Load href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScript_Load_ @@ -101681,14 +90784,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Save(System.IO.Stream) nameWithType: EditScript.Save(Stream) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Save(System.String) - name: Save(string) + name: Save(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScript_Save_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Save(System.String) - name.vb: Save(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Save(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Save(String) - nameWithType: EditScript.Save(string) - nameWithType.vb: EditScript.Save(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Save(System.String) + nameWithType: EditScript.Save(String) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Save* name: Save href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScript_Save_ @@ -101696,14 +90796,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Save nameWithType: EditScript.Save - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name: Validate(IFieldDefinitions, bool) + name: Validate(IFieldDefinitions, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScript_Validate_Sdl_LanguagePlatform_TranslationMemory_IFieldDefinitions_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name.vb: Validate(IFieldDefinitions, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, Boolean) - nameWithType: EditScript.Validate(IFieldDefinitions, bool) - nameWithType.vb: EditScript.Validate(IFieldDefinitions, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, System.Boolean) + nameWithType: EditScript.Validate(IFieldDefinitions, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.Validate* name: Validate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScript_Validate_ @@ -101720,20 +90817,14 @@ references: name: EditScriptApplier() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScriptApplier__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.EditScriptApplier() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.New() nameWithType: EditScriptApplier.EditScriptApplier() - nameWithType.vb: EditScriptApplier.New() - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.#ctor* name: EditScriptApplier href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScriptApplier__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.EditScriptApplier - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.New nameWithType: EditScriptApplier.EditScriptApplier - nameWithType.vb: EditScriptApplier.New - uid: Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.Apply(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) name: Apply(EditScript, TranslationUnit) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScriptApplier.html#Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScriptApplier_Apply_Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScript_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_ @@ -101834,20 +90925,14 @@ references: name: ExportSettings() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportSettings.html#Sdl_LanguagePlatform_TranslationMemory_ExportSettings__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.ExportSettings.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.ExportSettings.ExportSettings() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ExportSettings.New() nameWithType: ExportSettings.ExportSettings() - nameWithType.vb: ExportSettings.New() - uid: Sdl.LanguagePlatform.TranslationMemory.ExportSettings.#ctor* name: ExportSettings href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportSettings.html#Sdl_LanguagePlatform_TranslationMemory_ExportSettings__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.ExportSettings.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.ExportSettings.ExportSettings - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ExportSettings.New nameWithType: ExportSettings.ExportSettings - nameWithType.vb: ExportSettings.New - uid: Sdl.LanguagePlatform.TranslationMemory.ExportSettings.EditScript name: EditScript href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportSettings.html#Sdl_LanguagePlatform_TranslationMemory_ExportSettings_EditScript @@ -101882,20 +90967,14 @@ references: name: ExportStatistics() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.html#Sdl_LanguagePlatform_TranslationMemory_ExportStatistics__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.ExportStatistics() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.New() nameWithType: ExportStatistics.ExportStatistics() - nameWithType.vb: ExportStatistics.New() - uid: Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.#ctor* name: ExportStatistics href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.html#Sdl_LanguagePlatform_TranslationMemory_ExportStatistics__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.ExportStatistics - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.New nameWithType: ExportStatistics.ExportStatistics - nameWithType.vb: ExportStatistics.New - uid: Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.Exported name: Exported href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ExportStatistics.html#Sdl_LanguagePlatform_TranslationMemory_ExportStatistics_Exported @@ -101960,47 +91039,32 @@ references: name: Field() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.Field.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.Field.Field() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Field.New() nameWithType: Field.Field() - nameWithType.vb: Field.New() - uid: Sdl.LanguagePlatform.TranslationMemory.Field.#ctor(Sdl.LanguagePlatform.TranslationMemory.Field) name: Field(Field) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field__ctor_Sdl_LanguagePlatform_TranslationMemory_Field_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Field.#ctor(Sdl.LanguagePlatform.TranslationMemory.Field) - name.vb: New(Field) fullName: Sdl.LanguagePlatform.TranslationMemory.Field.Field(Sdl.LanguagePlatform.TranslationMemory.Field) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Field.New(Sdl.LanguagePlatform.TranslationMemory.Field) nameWithType: Field.Field(Field) - nameWithType.vb: Field.New(Field) - uid: Sdl.LanguagePlatform.TranslationMemory.Field.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name: Field(string, FieldValueType) + name: Field(String, FieldValueType) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field__ctor_System_String_Sdl_LanguagePlatform_TranslationMemory_FieldValueType_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Field.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name.vb: New(String, FieldValueType) - fullName: Sdl.LanguagePlatform.TranslationMemory.Field.Field(string, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Field.New(String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - nameWithType: Field.Field(string, FieldValueType) - nameWithType.vb: Field.New(String, FieldValueType) + fullName: Sdl.LanguagePlatform.TranslationMemory.Field.Field(System.String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) + nameWithType: Field.Field(String, FieldValueType) - uid: Sdl.LanguagePlatform.TranslationMemory.Field.#ctor* name: Field href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.Field.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.Field.Field - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Field.New nameWithType: Field.Field - nameWithType.vb: Field.New - uid: Sdl.LanguagePlatform.TranslationMemory.Field.CheckName(System.String) - name: CheckName(string) + name: CheckName(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_CheckName_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Field.CheckName(System.String) - name.vb: CheckName(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.Field.CheckName(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Field.CheckName(String) - nameWithType: Field.CheckName(string) - nameWithType.vb: Field.CheckName(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.Field.CheckName(System.String) + nameWithType: Field.CheckName(String) - uid: Sdl.LanguagePlatform.TranslationMemory.Field.CheckName* name: CheckName href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_CheckName_ @@ -102044,14 +91108,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.Field.Duplicate nameWithType: Field.Duplicate - uid: Sdl.LanguagePlatform.TranslationMemory.Field.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Field.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemory.Field.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Field.Equals(Object) - nameWithType: Field.Equals(object) - nameWithType.vb: Field.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemory.Field.Equals(System.Object) + nameWithType: Field.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemory.Field.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_Equals_ @@ -102083,14 +91144,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.Field.FieldType nameWithType: Field.FieldType - uid: Sdl.LanguagePlatform.TranslationMemory.Field.GetFieldType(System.String) - name: GetFieldType(string) + name: GetFieldType(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_GetFieldType_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Field.GetFieldType(System.String) - name.vb: GetFieldType(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.Field.GetFieldType(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Field.GetFieldType(String) - nameWithType: Field.GetFieldType(string) - nameWithType.vb: Field.GetFieldType(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.Field.GetFieldType(System.String) + nameWithType: Field.GetFieldType(String) - uid: Sdl.LanguagePlatform.TranslationMemory.Field.GetFieldType* name: GetFieldType href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_GetFieldType_ @@ -102110,14 +91168,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.Field.GetHashCode nameWithType: Field.GetHashCode - uid: Sdl.LanguagePlatform.TranslationMemory.Field.IsPseudoFieldName(System.String) - name: IsPseudoFieldName(string) + name: IsPseudoFieldName(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_IsPseudoFieldName_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Field.IsPseudoFieldName(System.String) - name.vb: IsPseudoFieldName(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.Field.IsPseudoFieldName(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Field.IsPseudoFieldName(String) - nameWithType: Field.IsPseudoFieldName(string) - nameWithType.vb: Field.IsPseudoFieldName(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.Field.IsPseudoFieldName(System.String) + nameWithType: Field.IsPseudoFieldName(String) - uid: Sdl.LanguagePlatform.TranslationMemory.Field.IsPseudoFieldName* name: IsPseudoFieldName href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_IsPseudoFieldName_ @@ -102125,14 +91180,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.Field.IsPseudoFieldName nameWithType: Field.IsPseudoFieldName - uid: Sdl.LanguagePlatform.TranslationMemory.Field.IsReservedName(System.String) - name: IsReservedName(string) + name: IsReservedName(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_IsReservedName_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Field.IsReservedName(System.String) - name.vb: IsReservedName(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.Field.IsReservedName(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Field.IsReservedName(String) - nameWithType: Field.IsReservedName(string) - nameWithType.vb: Field.IsReservedName(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.Field.IsReservedName(System.String) + nameWithType: Field.IsReservedName(String) - uid: Sdl.LanguagePlatform.TranslationMemory.Field.IsReservedName* name: IsReservedName href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_IsReservedName_ @@ -102152,14 +91204,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.Field.IsSystemField nameWithType: Field.IsSystemField - uid: Sdl.LanguagePlatform.TranslationMemory.Field.IsSystemFieldName(System.String) - name: IsSystemFieldName(string) + name: IsSystemFieldName(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_IsSystemFieldName_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Field.IsSystemFieldName(System.String) - name.vb: IsSystemFieldName(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.Field.IsSystemFieldName(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Field.IsSystemFieldName(String) - nameWithType: Field.IsSystemFieldName(string) - nameWithType.vb: Field.IsSystemFieldName(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.Field.IsSystemFieldName(System.String) + nameWithType: Field.IsSystemFieldName(String) - uid: Sdl.LanguagePlatform.TranslationMemory.Field.IsSystemFieldName* name: IsSystemFieldName href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_IsSystemFieldName_ @@ -102167,14 +91216,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.Field.IsSystemFieldName nameWithType: Field.IsSystemFieldName - uid: Sdl.LanguagePlatform.TranslationMemory.Field.IsValidName(System.String) - name: IsValidName(string) + name: IsValidName(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_IsValidName_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Field.IsValidName(System.String) - name.vb: IsValidName(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.Field.IsValidName(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Field.IsValidName(String) - nameWithType: Field.IsValidName(string) - nameWithType.vb: Field.IsValidName(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.Field.IsValidName(System.String) + nameWithType: Field.IsValidName(String) - uid: Sdl.LanguagePlatform.TranslationMemory.Field.IsValidName* name: IsValidName href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_IsValidName_ @@ -102182,14 +91228,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.Field.IsValidName nameWithType: Field.IsValidName - uid: Sdl.LanguagePlatform.TranslationMemory.Field.LookupSpecialField(System.String) - name: LookupSpecialField(string) + name: LookupSpecialField(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_LookupSpecialField_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Field.LookupSpecialField(System.String) - name.vb: LookupSpecialField(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.Field.LookupSpecialField(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Field.LookupSpecialField(String) - nameWithType: Field.LookupSpecialField(string) - nameWithType.vb: Field.LookupSpecialField(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.Field.LookupSpecialField(System.String) + nameWithType: Field.LookupSpecialField(String) - uid: Sdl.LanguagePlatform.TranslationMemory.Field.LookupSpecialField* name: LookupSpecialField href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_LookupSpecialField_ @@ -102221,14 +91264,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.Field.PicklistItemNames nameWithType: Field.PicklistItemNames - uid: Sdl.LanguagePlatform.TranslationMemory.Field.RemoveIllegalChars(System.String) - name: RemoveIllegalChars(string) + name: RemoveIllegalChars(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_RemoveIllegalChars_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Field.RemoveIllegalChars(System.String) - name.vb: RemoveIllegalChars(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.Field.RemoveIllegalChars(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Field.RemoveIllegalChars(String) - nameWithType: Field.RemoveIllegalChars(string) - nameWithType.vb: Field.RemoveIllegalChars(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.Field.RemoveIllegalChars(System.String) + nameWithType: Field.RemoveIllegalChars(String) - uid: Sdl.LanguagePlatform.TranslationMemory.Field.RemoveIllegalChars* name: RemoveIllegalChars href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Field.html#Sdl_LanguagePlatform_TranslationMemory_Field_RemoveIllegalChars_ @@ -102269,38 +91309,29 @@ references: name: FieldDefinitions() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.FieldDefinitions() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.New() nameWithType: FieldDefinitions.FieldDefinitions() - nameWithType.vb: FieldDefinitions.New() - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.#ctor(Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions) name: FieldDefinitions(FieldDefinitions) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions__ctor_Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.#ctor(Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions) - name.vb: New(FieldDefinitions) fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.FieldDefinitions(Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.New(Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions) nameWithType: FieldDefinitions.FieldDefinitions(FieldDefinitions) - nameWithType.vb: FieldDefinitions.New(FieldDefinitions) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.#ctor(System.Collections.Generic.ICollection{Sdl.LanguagePlatform.TranslationMemory.Field}) name: FieldDefinitions(ICollection) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions__ctor_System_Collections_Generic_ICollection_Sdl_LanguagePlatform_TranslationMemory_Field__ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.#ctor(System.Collections.Generic.ICollection{Sdl.LanguagePlatform.TranslationMemory.Field}) - name.vb: New(ICollection(Of Field)) + name.vb: FieldDefinitions(ICollection(Of Field)) fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.FieldDefinitions(System.Collections.Generic.ICollection) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.New(System.Collections.Generic.ICollection(Of Sdl.LanguagePlatform.TranslationMemory.Field)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.FieldDefinitions(System.Collections.Generic.ICollection(Of Sdl.LanguagePlatform.TranslationMemory.Field)) nameWithType: FieldDefinitions.FieldDefinitions(ICollection) - nameWithType.vb: FieldDefinitions.New(ICollection(Of Field)) + nameWithType.vb: FieldDefinitions.FieldDefinitions(ICollection(Of Field)) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.#ctor* name: FieldDefinitions href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.FieldDefinitions - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.New nameWithType: FieldDefinitions.FieldDefinitions - nameWithType.vb: FieldDefinitions.New - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Add(Sdl.LanguagePlatform.TranslationMemory.Field) name: Add(Field) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_Add_Sdl_LanguagePlatform_TranslationMemory_Field_ @@ -102308,14 +91339,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Add(Sdl.LanguagePlatform.TranslationMemory.Field) nameWithType: FieldDefinitions.Add(Field) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Add(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name: Add(string, FieldValueType) + name: Add(String, FieldValueType) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_Add_System_String_Sdl_LanguagePlatform_TranslationMemory_FieldValueType_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Add(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name.vb: Add(String, FieldValueType) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Add(string, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Add(String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - nameWithType: FieldDefinitions.Add(string, FieldValueType) - nameWithType.vb: FieldDefinitions.Add(String, FieldValueType) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Add(System.String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) + nameWithType: FieldDefinitions.Add(String, FieldValueType) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Add* name: Add href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_Add_ @@ -102335,14 +91363,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Clear nameWithType: FieldDefinitions.Clear - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Contains(System.String) - name: Contains(string) + name: Contains(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_Contains_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Contains(System.String) - name.vb: Contains(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Contains(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Contains(String) - nameWithType: FieldDefinitions.Contains(string) - nameWithType.vb: FieldDefinitions.Contains(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Contains(System.String) + nameWithType: FieldDefinitions.Contains(String) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Contains* name: Contains href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_Contains_ @@ -102368,14 +91393,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Exists(Sdl.LanguagePlatform.TranslationMemory.Field) nameWithType: FieldDefinitions.Exists(Field) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Exists(System.String) - name: Exists(string) + name: Exists(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_Exists_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Exists(System.String) - name.vb: Exists(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Exists(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Exists(String) - nameWithType: FieldDefinitions.Exists(string) - nameWithType.vb: FieldDefinitions.Exists(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Exists(System.String) + nameWithType: FieldDefinitions.Exists(String) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Exists* name: Exists href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_Exists_ @@ -102407,32 +91429,29 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.GetEnumerator nameWithType: FieldDefinitions.GetEnumerator - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Item(System.Guid) - name: this[Guid] + name: Item[Guid] href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_Item_System_Guid_ commentId: P:Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Item(System.Guid) - name.vb: this[](Guid) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.this[System.Guid] - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.this[](System.Guid) - nameWithType: FieldDefinitions.this[Guid] - nameWithType.vb: FieldDefinitions.this[](Guid) + name.vb: Item(Guid) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Item[System.Guid] + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Item(System.Guid) + nameWithType: FieldDefinitions.Item[Guid] + nameWithType.vb: FieldDefinitions.Item(Guid) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Item(System.String) - name: this[string] + name: Item[String] href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_Item_System_String_ commentId: P:Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Item(System.String) - name.vb: this[](String) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.this[string] - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.this[](String) - nameWithType: FieldDefinitions.this[string] - nameWithType.vb: FieldDefinitions.this[](String) + name.vb: Item(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Item[System.String] + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Item(System.String) + nameWithType: FieldDefinitions.Item[String] + nameWithType.vb: FieldDefinitions.Item(String) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Item* - name: this + name: Item href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_Item_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Item - name.vb: this[] - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.this - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.this[] - nameWithType: FieldDefinitions.this - nameWithType.vb: FieldDefinitions.this[] + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Item + nameWithType: FieldDefinitions.Item - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Lookup(System.Guid) name: Lookup(Guid) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_Lookup_System_Guid_ @@ -102440,14 +91459,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Lookup(System.Guid) nameWithType: FieldDefinitions.Lookup(Guid) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Lookup(System.String) - name: Lookup(string) + name: Lookup(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_Lookup_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Lookup(System.String) - name.vb: Lookup(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Lookup(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Lookup(String) - nameWithType: FieldDefinitions.Lookup(string) - nameWithType.vb: FieldDefinitions.Lookup(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Lookup(System.String) + nameWithType: FieldDefinitions.Lookup(String) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Lookup* name: Lookup href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_Lookup_ @@ -102461,14 +91477,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.LookupIField(System.Guid) nameWithType: FieldDefinitions.LookupIField(Guid) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.LookupIField(System.String) - name: LookupIField(string) + name: LookupIField(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_LookupIField_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.LookupIField(System.String) - name.vb: LookupIField(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.LookupIField(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.LookupIField(String) - nameWithType: FieldDefinitions.LookupIField(string) - nameWithType.vb: FieldDefinitions.LookupIField(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.LookupIField(System.String) + nameWithType: FieldDefinitions.LookupIField(String) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.LookupIField* name: LookupIField href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_LookupIField_ @@ -102482,20 +91495,33 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Remove(Sdl.LanguagePlatform.TranslationMemory.Field) nameWithType: FieldDefinitions.Remove(Field) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Remove(System.String) - name: Remove(string) + name: Remove(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_Remove_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Remove(System.String) - name.vb: Remove(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Remove(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Remove(String) - nameWithType: FieldDefinitions.Remove(string) - nameWithType.vb: FieldDefinitions.Remove(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Remove(System.String) + nameWithType: FieldDefinitions.Remove(String) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Remove* name: Remove href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_Remove_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Remove fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.Remove nameWithType: FieldDefinitions.Remove +- uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.System#Collections#IEnumerable#GetEnumerator + name: IEnumerable.GetEnumerator() + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_System_Collections_IEnumerable_GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.System.Collections.IEnumerable.GetEnumerator() + nameWithType: FieldDefinitions.IEnumerable.GetEnumerator() + nameWithType.vb: FieldDefinitions.System.Collections.IEnumerable.GetEnumerator() +- uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.System#Collections#IEnumerable#GetEnumerator* + name: IEnumerable.GetEnumerator + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_System_Collections_IEnumerable_GetEnumerator_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.System.Collections.IEnumerable.GetEnumerator + nameWithType: FieldDefinitions.IEnumerable.GetEnumerator + nameWithType.vb: FieldDefinitions.System.Collections.IEnumerable.GetEnumerator - uid: Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.ToList name: ToList() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_FieldDefinitions_ToList @@ -102518,38 +91544,26 @@ references: name: FieldIdentifier() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.html#Sdl_LanguagePlatform_TranslationMemory_FieldIdentifier__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.FieldIdentifier() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.New() nameWithType: FieldIdentifier.FieldIdentifier() - nameWithType.vb: FieldIdentifier.New() - uid: Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.#ctor(Sdl.LanguagePlatform.TranslationMemory.FieldValueType,System.String) - name: FieldIdentifier(FieldValueType, string) + name: FieldIdentifier(FieldValueType, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.html#Sdl_LanguagePlatform_TranslationMemory_FieldIdentifier__ctor_Sdl_LanguagePlatform_TranslationMemory_FieldValueType_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.#ctor(Sdl.LanguagePlatform.TranslationMemory.FieldValueType,System.String) - name.vb: New(FieldValueType, String) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.FieldIdentifier(Sdl.LanguagePlatform.TranslationMemory.FieldValueType, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.New(Sdl.LanguagePlatform.TranslationMemory.FieldValueType, String) - nameWithType: FieldIdentifier.FieldIdentifier(FieldValueType, string) - nameWithType.vb: FieldIdentifier.New(FieldValueType, String) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.FieldIdentifier(Sdl.LanguagePlatform.TranslationMemory.FieldValueType, System.String) + nameWithType: FieldIdentifier.FieldIdentifier(FieldValueType, String) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.#ctor* name: FieldIdentifier href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.html#Sdl_LanguagePlatform_TranslationMemory_FieldIdentifier__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.FieldIdentifier - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.New nameWithType: FieldIdentifier.FieldIdentifier - nameWithType.vb: FieldIdentifier.New - uid: Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.html#Sdl_LanguagePlatform_TranslationMemory_FieldIdentifier_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.Equals(Object) - nameWithType: FieldIdentifier.Equals(object) - nameWithType.vb: FieldIdentifier.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.Equals(System.Object) + nameWithType: FieldIdentifier.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldIdentifier.html#Sdl_LanguagePlatform_TranslationMemory_FieldIdentifier_Equals_ @@ -102626,29 +91640,20 @@ references: name: FieldValue() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValue.html#Sdl_LanguagePlatform_TranslationMemory_FieldValue__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldValue.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValue.FieldValue() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValue.New() nameWithType: FieldValue.FieldValue() - nameWithType.vb: FieldValue.New() - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValue.#ctor(System.String) - name: FieldValue(string) + name: FieldValue(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValue.html#Sdl_LanguagePlatform_TranslationMemory_FieldValue__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldValue.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValue.FieldValue(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValue.New(String) - nameWithType: FieldValue.FieldValue(string) - nameWithType.vb: FieldValue.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValue.FieldValue(System.String) + nameWithType: FieldValue.FieldValue(String) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValue.#ctor* name: FieldValue href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValue.html#Sdl_LanguagePlatform_TranslationMemory_FieldValue__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.FieldValue.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValue.FieldValue - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValue.New nameWithType: FieldValue.FieldValue - nameWithType.vb: FieldValue.New - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValue.Add(Sdl.LanguagePlatform.TranslationMemory.FieldValue) name: Add(FieldValue) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValue.html#Sdl_LanguagePlatform_TranslationMemory_FieldValue_Add_Sdl_LanguagePlatform_TranslationMemory_FieldValue_ @@ -102656,14 +91661,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValue.Add(Sdl.LanguagePlatform.TranslationMemory.FieldValue) nameWithType: FieldValue.Add(FieldValue) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValue.Add(System.String) - name: Add(string) + name: Add(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValue.html#Sdl_LanguagePlatform_TranslationMemory_FieldValue_Add_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldValue.Add(System.String) - name.vb: Add(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValue.Add(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValue.Add(String) - nameWithType: FieldValue.Add(string) - nameWithType.vb: FieldValue.Add(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValue.Add(System.String) + nameWithType: FieldValue.Add(String) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValue.Add* name: Add href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValue.html#Sdl_LanguagePlatform_TranslationMemory_FieldValue_Add_ @@ -102731,14 +91733,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValue.Name nameWithType: FieldValue.Name - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValue.Parse(System.String) - name: Parse(string) + name: Parse(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValue.html#Sdl_LanguagePlatform_TranslationMemory_FieldValue_Parse_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldValue.Parse(System.String) - name.vb: Parse(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValue.Parse(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValue.Parse(String) - nameWithType: FieldValue.Parse(string) - nameWithType.vb: FieldValue.Parse(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValue.Parse(System.String) + nameWithType: FieldValue.Parse(String) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValue.Parse* name: Parse href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValue.html#Sdl_LanguagePlatform_TranslationMemory_FieldValue_Parse_ @@ -102779,29 +91778,20 @@ references: name: FieldValues() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldValues.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.FieldValues() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValues.New() nameWithType: FieldValues.FieldValues() - nameWithType.vb: FieldValues.New() - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.#ctor(Sdl.LanguagePlatform.TranslationMemory.FieldValues) name: FieldValues(FieldValues) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues__ctor_Sdl_LanguagePlatform_TranslationMemory_FieldValues_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldValues.#ctor(Sdl.LanguagePlatform.TranslationMemory.FieldValues) - name.vb: New(FieldValues) fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.FieldValues(Sdl.LanguagePlatform.TranslationMemory.FieldValues) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValues.New(Sdl.LanguagePlatform.TranslationMemory.FieldValues) nameWithType: FieldValues.FieldValues(FieldValues) - nameWithType.vb: FieldValues.New(FieldValues) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.#ctor* name: FieldValues href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.FieldValues.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.FieldValues - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValues.New nameWithType: FieldValues.FieldValues - nameWithType.vb: FieldValues.New - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Add(Sdl.LanguagePlatform.TranslationMemory.FieldValue) name: Add(FieldValue) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_Add_Sdl_LanguagePlatform_TranslationMemory_FieldValue_ @@ -102851,14 +91841,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Count nameWithType: FieldValues.Count - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Exists(System.String) - name: Exists(string) + name: Exists(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_Exists_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldValues.Exists(System.String) - name.vb: Exists(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Exists(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Exists(String) - nameWithType: FieldValues.Exists(string) - nameWithType.vb: FieldValues.Exists(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Exists(System.String) + nameWithType: FieldValues.Exists(String) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Exists* name: Exists href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_Exists_ @@ -102878,14 +91865,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.GetEnumerator nameWithType: FieldValues.GetEnumerator - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemory.FieldValue) - name: Insert(int, FieldValue) + name: Insert(Int32, FieldValue) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemory_FieldValue_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldValues.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemory.FieldValue) - name.vb: Insert(Integer, FieldValue) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Insert(int, Sdl.LanguagePlatform.TranslationMemory.FieldValue) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Insert(Integer, Sdl.LanguagePlatform.TranslationMemory.FieldValue) - nameWithType: FieldValues.Insert(int, FieldValue) - nameWithType.vb: FieldValues.Insert(Integer, FieldValue) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Insert(System.Int32, Sdl.LanguagePlatform.TranslationMemory.FieldValue) + nameWithType: FieldValues.Insert(Int32, FieldValue) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Insert* name: Insert href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_Insert_ @@ -102893,50 +91877,41 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Insert nameWithType: FieldValues.Insert - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Item(System.Int32) - name: this[int] + name: Item[Int32] href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_Item_System_Int32_ commentId: P:Sdl.LanguagePlatform.TranslationMemory.FieldValues.Item(System.Int32) - name.vb: this[](Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.this[int] - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValues.this[](Integer) - nameWithType: FieldValues.this[int] - nameWithType.vb: FieldValues.this[](Integer) + name.vb: Item(Int32) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Item[System.Int32] + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Item(System.Int32) + nameWithType: FieldValues.Item[Int32] + nameWithType.vb: FieldValues.Item(Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Item(System.String) - name: this[string] + name: Item[String] href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_Item_System_String_ commentId: P:Sdl.LanguagePlatform.TranslationMemory.FieldValues.Item(System.String) - name.vb: this[](String) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.this[string] - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValues.this[](String) - nameWithType: FieldValues.this[string] - nameWithType.vb: FieldValues.this[](String) + name.vb: Item(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Item[System.String] + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Item(System.String) + nameWithType: FieldValues.Item[String] + nameWithType.vb: FieldValues.Item(String) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Item* - name: this + name: Item href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_Item_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.FieldValues.Item - name.vb: this[] - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.this - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValues.this[] - nameWithType: FieldValues.this - nameWithType.vb: FieldValues.this[] + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Item + nameWithType: FieldValues.Item - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Lookup(System.String) - name: Lookup(string) + name: Lookup(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_Lookup_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldValues.Lookup(System.String) - name.vb: Lookup(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Lookup(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Lookup(String) - nameWithType: FieldValues.Lookup(string) - nameWithType.vb: FieldValues.Lookup(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Lookup(System.String) + nameWithType: FieldValues.Lookup(String) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Lookup(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name: Lookup(string, FieldValueType) + name: Lookup(String, FieldValueType) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_Lookup_System_String_Sdl_LanguagePlatform_TranslationMemory_FieldValueType_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldValues.Lookup(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name.vb: Lookup(String, FieldValueType) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Lookup(string, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Lookup(String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - nameWithType: FieldValues.Lookup(string, FieldValueType) - nameWithType.vb: FieldValues.Lookup(String, FieldValueType) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Lookup(System.String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) + nameWithType: FieldValues.Lookup(String, FieldValueType) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Lookup* name: Lookup href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_Lookup_ @@ -102944,14 +91919,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Lookup nameWithType: FieldValues.Lookup - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.LookupOrCreate(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name: LookupOrCreate(string, FieldValueType) + name: LookupOrCreate(String, FieldValueType) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_LookupOrCreate_System_String_Sdl_LanguagePlatform_TranslationMemory_FieldValueType_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldValues.LookupOrCreate(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name.vb: LookupOrCreate(String, FieldValueType) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.LookupOrCreate(string, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValues.LookupOrCreate(String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - nameWithType: FieldValues.LookupOrCreate(string, FieldValueType) - nameWithType.vb: FieldValues.LookupOrCreate(String, FieldValueType) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.LookupOrCreate(System.String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) + nameWithType: FieldValues.LookupOrCreate(String, FieldValueType) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.LookupOrCreate* name: LookupOrCreate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_LookupOrCreate_ @@ -102977,14 +91949,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Remove(Sdl.LanguagePlatform.TranslationMemory.FieldValue) nameWithType: FieldValues.Remove(FieldValue) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Remove(System.String) - name: Remove(string) + name: Remove(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_Remove_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldValues.Remove(System.String) - name.vb: Remove(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Remove(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Remove(String) - nameWithType: FieldValues.Remove(string) - nameWithType.vb: FieldValues.Remove(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Remove(System.String) + nameWithType: FieldValues.Remove(String) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Remove* name: Remove href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_Remove_ @@ -102992,20 +91961,33 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Remove nameWithType: FieldValues.Remove - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.RemoveAt(System.Int32) - name: RemoveAt(int) + name: RemoveAt(Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_RemoveAt_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldValues.RemoveAt(System.Int32) - name.vb: RemoveAt(Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.RemoveAt(int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FieldValues.RemoveAt(Integer) - nameWithType: FieldValues.RemoveAt(int) - nameWithType.vb: FieldValues.RemoveAt(Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.RemoveAt(System.Int32) + nameWithType: FieldValues.RemoveAt(Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.RemoveAt* name: RemoveAt href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_RemoveAt_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.FieldValues.RemoveAt fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.RemoveAt nameWithType: FieldValues.RemoveAt +- uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.System#Collections#IEnumerable#GetEnumerator + name: IEnumerable.GetEnumerator() + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_System_Collections_IEnumerable_GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemory.FieldValues.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.System.Collections.IEnumerable.GetEnumerator() + nameWithType: FieldValues.IEnumerable.GetEnumerator() + nameWithType.vb: FieldValues.System.Collections.IEnumerable.GetEnumerator() +- uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.System#Collections#IEnumerable#GetEnumerator* + name: IEnumerable.GetEnumerator + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_System_Collections_IEnumerable_GetEnumerator_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.FieldValues.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator + fullName: Sdl.LanguagePlatform.TranslationMemory.FieldValues.System.Collections.IEnumerable.GetEnumerator + nameWithType: FieldValues.IEnumerable.GetEnumerator + nameWithType.vb: FieldValues.System.Collections.IEnumerable.GetEnumerator - uid: Sdl.LanguagePlatform.TranslationMemory.FieldValues.Values name: Values href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FieldValues.html#Sdl_LanguagePlatform_TranslationMemory_FieldValues_Values @@ -103073,23 +92055,17 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.Filter nameWithType: Filter - uid: Sdl.LanguagePlatform.TranslationMemory.Filter.#ctor(Sdl.LanguagePlatform.TranslationMemory.FilterExpression,System.String,System.Int32) - name: Filter(FilterExpression, string, int) + name: Filter(FilterExpression, String, Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Filter.html#Sdl_LanguagePlatform_TranslationMemory_Filter__ctor_Sdl_LanguagePlatform_TranslationMemory_FilterExpression_System_String_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Filter.#ctor(Sdl.LanguagePlatform.TranslationMemory.FilterExpression,System.String,System.Int32) - name.vb: New(FilterExpression, String, Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.Filter.Filter(Sdl.LanguagePlatform.TranslationMemory.FilterExpression, string, int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Filter.New(Sdl.LanguagePlatform.TranslationMemory.FilterExpression, String, Integer) - nameWithType: Filter.Filter(FilterExpression, string, int) - nameWithType.vb: Filter.New(FilterExpression, String, Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.Filter.Filter(Sdl.LanguagePlatform.TranslationMemory.FilterExpression, System.String, System.Int32) + nameWithType: Filter.Filter(FilterExpression, String, Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.Filter.#ctor* name: Filter href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Filter.html#Sdl_LanguagePlatform_TranslationMemory_Filter__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.Filter.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.Filter.Filter - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Filter.New nameWithType: Filter.Filter - nameWithType.vb: Filter.New - uid: Sdl.LanguagePlatform.TranslationMemory.Filter.FilterExpression name: FilterExpression href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Filter.html#Sdl_LanguagePlatform_TranslationMemory_Filter_FilterExpression @@ -103109,14 +92085,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.Filter.Load(System.IO.Stream) nameWithType: Filter.Load(Stream) - uid: Sdl.LanguagePlatform.TranslationMemory.Filter.Load(System.String) - name: Load(string) + name: Load(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Filter.html#Sdl_LanguagePlatform_TranslationMemory_Filter_Load_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Filter.Load(System.String) - name.vb: Load(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.Filter.Load(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Filter.Load(String) - nameWithType: Filter.Load(string) - nameWithType.vb: Filter.Load(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.Filter.Load(System.String) + nameWithType: Filter.Load(String) - uid: Sdl.LanguagePlatform.TranslationMemory.Filter.Load* name: Load href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Filter.html#Sdl_LanguagePlatform_TranslationMemory_Filter_Load_ @@ -103154,14 +92127,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.Filter.Save(System.IO.Stream) nameWithType: Filter.Save(Stream) - uid: Sdl.LanguagePlatform.TranslationMemory.Filter.Save(System.String) - name: Save(string) + name: Save(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Filter.html#Sdl_LanguagePlatform_TranslationMemory_Filter_Save_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Filter.Save(System.String) - name.vb: Save(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.Filter.Save(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Filter.Save(String) - nameWithType: Filter.Save(string) - nameWithType.vb: Filter.Save(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.Filter.Save(System.String) + nameWithType: Filter.Save(String) - uid: Sdl.LanguagePlatform.TranslationMemory.Filter.Save* name: Save href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Filter.html#Sdl_LanguagePlatform_TranslationMemory_Filter_Save_ @@ -103178,20 +92148,14 @@ references: name: FilterExpression() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpression.html#Sdl_LanguagePlatform_TranslationMemory_FilterExpression__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.FilterExpression.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.FilterExpression.FilterExpression() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FilterExpression.New() nameWithType: FilterExpression.FilterExpression() - nameWithType.vb: FilterExpression.New() - uid: Sdl.LanguagePlatform.TranslationMemory.FilterExpression.#ctor* name: FilterExpression href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpression.html#Sdl_LanguagePlatform_TranslationMemory_FilterExpression__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.FilterExpression.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.FilterExpression.FilterExpression - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FilterExpression.New nameWithType: FilterExpression.FilterExpression - nameWithType.vb: FilterExpression.New - uid: Sdl.LanguagePlatform.TranslationMemory.FilterExpression.Evaluate(Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer) name: Evaluate(ITypedKeyValueContainer) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpression.html#Sdl_LanguagePlatform_TranslationMemory_FilterExpression_Evaluate_Sdl_LanguagePlatform_TranslationMemory_ITypedKeyValueContainer_ @@ -103205,14 +92169,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.FilterExpression.Evaluate nameWithType: FilterExpression.Evaluate - uid: Sdl.LanguagePlatform.TranslationMemory.FilterExpression.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name: Validate(IFieldDefinitions, bool) + name: Validate(IFieldDefinitions, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpression.html#Sdl_LanguagePlatform_TranslationMemory_FilterExpression_Validate_Sdl_LanguagePlatform_TranslationMemory_IFieldDefinitions_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FilterExpression.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions,System.Boolean) - name.vb: Validate(IFieldDefinitions, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemory.FilterExpression.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FilterExpression.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, Boolean) - nameWithType: FilterExpression.Validate(IFieldDefinitions, bool) - nameWithType.vb: FilterExpression.Validate(IFieldDefinitions, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemory.FilterExpression.Validate(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions, System.Boolean) + nameWithType: FilterExpression.Validate(IFieldDefinitions, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemory.FilterExpression.Validate* name: Validate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpression.html#Sdl_LanguagePlatform_TranslationMemory_FilterExpression_Validate_ @@ -103229,38 +92190,26 @@ references: name: FilterExpressionParser(IFieldDefinitions) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.html#Sdl_LanguagePlatform_TranslationMemory_FilterExpressionParser__ctor_Sdl_LanguagePlatform_TranslationMemory_IFieldDefinitions_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.#ctor(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions) - name.vb: New(IFieldDefinitions) fullName: Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.FilterExpressionParser(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.New(Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions) nameWithType: FilterExpressionParser.FilterExpressionParser(IFieldDefinitions) - nameWithType.vb: FilterExpressionParser.New(IFieldDefinitions) - uid: Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.#ctor* name: FilterExpressionParser href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.html#Sdl_LanguagePlatform_TranslationMemory_FilterExpressionParser__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.FilterExpressionParser - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.New nameWithType: FilterExpressionParser.FilterExpressionParser - nameWithType.vb: FilterExpressionParser.New - uid: Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.Parse(System.String) - name: Parse(string) + name: Parse(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.html#Sdl_LanguagePlatform_TranslationMemory_FilterExpressionParser_Parse_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.Parse(System.String) - name.vb: Parse(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.Parse(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.Parse(String) - nameWithType: FilterExpressionParser.Parse(string) - nameWithType.vb: FilterExpressionParser.Parse(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.Parse(System.String) + nameWithType: FilterExpressionParser.Parse(String) - uid: Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.Parse(System.String,Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions) - name: Parse(string, IFieldDefinitions) + name: Parse(String, IFieldDefinitions) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.html#Sdl_LanguagePlatform_TranslationMemory_FilterExpressionParser_Parse_System_String_Sdl_LanguagePlatform_TranslationMemory_IFieldDefinitions_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.Parse(System.String,Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions) - name.vb: Parse(String, IFieldDefinitions) - fullName: Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.Parse(string, Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.Parse(String, Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions) - nameWithType: FilterExpressionParser.Parse(string, IFieldDefinitions) - nameWithType.vb: FilterExpressionParser.Parse(String, IFieldDefinitions) + fullName: Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.Parse(System.String, Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions) + nameWithType: FilterExpressionParser.Parse(String, IFieldDefinitions) - uid: Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.Parse* name: Parse href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FilterExpressionParser.html#Sdl_LanguagePlatform_TranslationMemory_FilterExpressionParser_Parse_ @@ -103307,20 +92256,14 @@ references: name: FuzzyIndexTuningSettings() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.html#Sdl_LanguagePlatform_TranslationMemory_FuzzyIndexTuningSettings__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.FuzzyIndexTuningSettings() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.New() nameWithType: FuzzyIndexTuningSettings.FuzzyIndexTuningSettings() - nameWithType.vb: FuzzyIndexTuningSettings.New() - uid: Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.#ctor* name: FuzzyIndexTuningSettings href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.html#Sdl_LanguagePlatform_TranslationMemory_FuzzyIndexTuningSettings__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.FuzzyIndexTuningSettings - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.New nameWithType: FuzzyIndexTuningSettings.FuzzyIndexTuningSettings - nameWithType.vb: FuzzyIndexTuningSettings.New - uid: Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.MinScoreIncrease name: MinScoreIncrease href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexTuningSettings.html#Sdl_LanguagePlatform_TranslationMemory_FuzzyIndexTuningSettings_MinScoreIncrease @@ -103411,30 +92354,30 @@ references: commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.IAttribute.Name fullName: Sdl.LanguagePlatform.TranslationMemory.IAttribute.Name nameWithType: IAttribute.Name -- uid: Sdl.LanguagePlatform.TranslationMemory.IAttribute.PicklistItems - name: PicklistItems - href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IAttribute.html#Sdl_LanguagePlatform_TranslationMemory_IAttribute_PicklistItems - commentId: P:Sdl.LanguagePlatform.TranslationMemory.IAttribute.PicklistItems - fullName: Sdl.LanguagePlatform.TranslationMemory.IAttribute.PicklistItems - nameWithType: IAttribute.PicklistItems -- uid: Sdl.LanguagePlatform.TranslationMemory.IAttribute.PicklistItems* - name: PicklistItems - href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IAttribute.html#Sdl_LanguagePlatform_TranslationMemory_IAttribute_PicklistItems_ - commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.IAttribute.PicklistItems - fullName: Sdl.LanguagePlatform.TranslationMemory.IAttribute.PicklistItems - nameWithType: IAttribute.PicklistItems -- uid: Sdl.LanguagePlatform.TranslationMemory.IAttribute.ValueType - name: ValueType - href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IAttribute.html#Sdl_LanguagePlatform_TranslationMemory_IAttribute_ValueType - commentId: P:Sdl.LanguagePlatform.TranslationMemory.IAttribute.ValueType - fullName: Sdl.LanguagePlatform.TranslationMemory.IAttribute.ValueType - nameWithType: IAttribute.ValueType -- uid: Sdl.LanguagePlatform.TranslationMemory.IAttribute.ValueType* - name: ValueType - href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IAttribute.html#Sdl_LanguagePlatform_TranslationMemory_IAttribute_ValueType_ - commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.IAttribute.ValueType - fullName: Sdl.LanguagePlatform.TranslationMemory.IAttribute.ValueType - nameWithType: IAttribute.ValueType +- uid: Sdl.LanguagePlatform.TranslationMemory.IAttribute.Picklist + name: Picklist + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IAttribute.html#Sdl_LanguagePlatform_TranslationMemory_IAttribute_Picklist + commentId: P:Sdl.LanguagePlatform.TranslationMemory.IAttribute.Picklist + fullName: Sdl.LanguagePlatform.TranslationMemory.IAttribute.Picklist + nameWithType: IAttribute.Picklist +- uid: Sdl.LanguagePlatform.TranslationMemory.IAttribute.Picklist* + name: Picklist + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IAttribute.html#Sdl_LanguagePlatform_TranslationMemory_IAttribute_Picklist_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.IAttribute.Picklist + fullName: Sdl.LanguagePlatform.TranslationMemory.IAttribute.Picklist + nameWithType: IAttribute.Picklist +- uid: Sdl.LanguagePlatform.TranslationMemory.IAttribute.Type + name: Type + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IAttribute.html#Sdl_LanguagePlatform_TranslationMemory_IAttribute_Type + commentId: P:Sdl.LanguagePlatform.TranslationMemory.IAttribute.Type + fullName: Sdl.LanguagePlatform.TranslationMemory.IAttribute.Type + nameWithType: IAttribute.Type +- uid: Sdl.LanguagePlatform.TranslationMemory.IAttribute.Type* + name: Type + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IAttribute.html#Sdl_LanguagePlatform_TranslationMemory_IAttribute_Type_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.IAttribute.Type + fullName: Sdl.LanguagePlatform.TranslationMemory.IAttribute.Type + nameWithType: IAttribute.Type - uid: Sdl.LanguagePlatform.TranslationMemory.IField name: IField href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IField.html @@ -103490,14 +92433,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions.LookupIField(System.Guid) nameWithType: IFieldDefinitions.LookupIField(Guid) - uid: Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions.LookupIField(System.String) - name: LookupIField(string) + name: LookupIField(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_IFieldDefinitions_LookupIField_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions.LookupIField(System.String) - name.vb: LookupIField(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions.LookupIField(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions.LookupIField(String) - nameWithType: IFieldDefinitions.LookupIField(string) - nameWithType.vb: IFieldDefinitions.LookupIField(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions.LookupIField(System.String) + nameWithType: IFieldDefinitions.LookupIField(String) - uid: Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions.LookupIField* name: LookupIField href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldDefinitions.html#Sdl_LanguagePlatform_TranslationMemory_IFieldDefinitions_LookupIField_ @@ -103556,13 +92496,12 @@ references: nameWithType: IFieldValueComparer nameWithType.vb: IFieldValueComparer(Of T) - uid: Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer`1.Compare(`0,`0,System.String) - name: Compare(T, T, string) + name: Compare(T, T, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer-1.html#Sdl_LanguagePlatform_TranslationMemory_IFieldValueComparer_1_Compare__0__0_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer`1.Compare(`0,`0,System.String) - name.vb: Compare(T, T, String) - fullName: Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer.Compare(T, T, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer(Of T).Compare(T, T, String) - nameWithType: IFieldValueComparer.Compare(T, T, string) + fullName: Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer.Compare(T, T, System.String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer(Of T).Compare(T, T, System.String) + nameWithType: IFieldValueComparer.Compare(T, T, String) nameWithType.vb: IFieldValueComparer(Of T).Compare(T, T, String) - uid: Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer`1.Compare* name: Compare @@ -103585,14 +92524,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.Log(System.Exception) nameWithType: ILogLogger.Log(Exception) - uid: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.Log(System.String) - name: Log(string) + name: Log(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ILogLogger.html#Sdl_LanguagePlatform_TranslationMemory_ILogLogger_Log_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.ILogLogger.Log(System.String) - name.vb: Log(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.Log(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.Log(String) - nameWithType: ILogLogger.Log(string) - nameWithType.vb: ILogLogger.Log(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.Log(System.String) + nameWithType: ILogLogger.Log(String) - uid: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.Log* name: Log href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ILogLogger.html#Sdl_LanguagePlatform_TranslationMemory_ILogLogger_Log_ @@ -103600,14 +92536,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.Log nameWithType: ILogLogger.Log - uid: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogDebug(System.String) - name: LogDebug(string) + name: LogDebug(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ILogLogger.html#Sdl_LanguagePlatform_TranslationMemory_ILogLogger_LogDebug_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogDebug(System.String) - name.vb: LogDebug(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogDebug(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogDebug(String) - nameWithType: ILogLogger.LogDebug(string) - nameWithType.vb: ILogLogger.LogDebug(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogDebug(System.String) + nameWithType: ILogLogger.LogDebug(String) - uid: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogDebug* name: LogDebug href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ILogLogger.html#Sdl_LanguagePlatform_TranslationMemory_ILogLogger_LogDebug_ @@ -103615,14 +92548,17 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogDebug nameWithType: ILogLogger.LogDebug - uid: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogError(System.String) - name: LogError(string) + name: LogError(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ILogLogger.html#Sdl_LanguagePlatform_TranslationMemory_ILogLogger_LogError_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogError(System.String) - name.vb: LogError(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogError(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogError(String) - nameWithType: ILogLogger.LogError(string) - nameWithType.vb: ILogLogger.LogError(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogError(System.String) + nameWithType: ILogLogger.LogError(String) +- uid: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogError(System.String,System.Exception) + name: LogError(String, Exception) + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ILogLogger.html#Sdl_LanguagePlatform_TranslationMemory_ILogLogger_LogError_System_String_System_Exception_ + commentId: M:Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogError(System.String,System.Exception) + fullName: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogError(System.String, System.Exception) + nameWithType: ILogLogger.LogError(String, Exception) - uid: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogError* name: LogError href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ILogLogger.html#Sdl_LanguagePlatform_TranslationMemory_ILogLogger_LogError_ @@ -103630,14 +92566,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogError nameWithType: ILogLogger.LogError - uid: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogWarn(System.String) - name: LogWarn(string) + name: LogWarn(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ILogLogger.html#Sdl_LanguagePlatform_TranslationMemory_ILogLogger_LogWarn_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogWarn(System.String) - name.vb: LogWarn(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogWarn(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogWarn(String) - nameWithType: ILogLogger.LogWarn(string) - nameWithType.vb: ILogLogger.LogWarn(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogWarn(System.String) + nameWithType: ILogLogger.LogWarn(String) - uid: Sdl.LanguagePlatform.TranslationMemory.ILogLogger.LogWarn* name: LogWarn href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ILogLogger.html#Sdl_LanguagePlatform_TranslationMemory_ILogLogger_LogWarn_ @@ -103654,38 +92587,26 @@ references: name: ImportResult() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResult.html#Sdl_LanguagePlatform_TranslationMemory_ImportResult__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.ImportResult.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.ImportResult.ImportResult() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ImportResult.New() nameWithType: ImportResult.ImportResult() - nameWithType.vb: ImportResult.New() - uid: Sdl.LanguagePlatform.TranslationMemory.ImportResult.#ctor(Sdl.LanguagePlatform.TranslationMemory.Action) name: ImportResult(Action) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResult.html#Sdl_LanguagePlatform_TranslationMemory_ImportResult__ctor_Sdl_LanguagePlatform_TranslationMemory_Action_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.ImportResult.#ctor(Sdl.LanguagePlatform.TranslationMemory.Action) - name.vb: New(Action) fullName: Sdl.LanguagePlatform.TranslationMemory.ImportResult.ImportResult(Sdl.LanguagePlatform.TranslationMemory.Action) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ImportResult.New(Sdl.LanguagePlatform.TranslationMemory.Action) nameWithType: ImportResult.ImportResult(Action) - nameWithType.vb: ImportResult.New(Action) - uid: Sdl.LanguagePlatform.TranslationMemory.ImportResult.#ctor(Sdl.LanguagePlatform.TranslationMemory.Action,Sdl.LanguagePlatform.Core.ErrorCode) name: ImportResult(Action, ErrorCode) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResult.html#Sdl_LanguagePlatform_TranslationMemory_ImportResult__ctor_Sdl_LanguagePlatform_TranslationMemory_Action_Sdl_LanguagePlatform_Core_ErrorCode_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.ImportResult.#ctor(Sdl.LanguagePlatform.TranslationMemory.Action,Sdl.LanguagePlatform.Core.ErrorCode) - name.vb: New(Action, ErrorCode) fullName: Sdl.LanguagePlatform.TranslationMemory.ImportResult.ImportResult(Sdl.LanguagePlatform.TranslationMemory.Action, Sdl.LanguagePlatform.Core.ErrorCode) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ImportResult.New(Sdl.LanguagePlatform.TranslationMemory.Action, Sdl.LanguagePlatform.Core.ErrorCode) nameWithType: ImportResult.ImportResult(Action, ErrorCode) - nameWithType.vb: ImportResult.New(Action, ErrorCode) - uid: Sdl.LanguagePlatform.TranslationMemory.ImportResult.#ctor* name: ImportResult href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResult.html#Sdl_LanguagePlatform_TranslationMemory_ImportResult__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.ImportResult.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.ImportResult.ImportResult - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ImportResult.New nameWithType: ImportResult.ImportResult - nameWithType.vb: ImportResult.New - uid: Sdl.LanguagePlatform.TranslationMemory.ImportResult.Action name: Action href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResult.html#Sdl_LanguagePlatform_TranslationMemory_ImportResult_Action @@ -103744,29 +92665,23 @@ references: name: ImportResults() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResults.html#Sdl_LanguagePlatform_TranslationMemory_ImportResults__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.ImportResults.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.ImportResults.ImportResults() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ImportResults.New() nameWithType: ImportResults.ImportResults() - nameWithType.vb: ImportResults.New() - uid: Sdl.LanguagePlatform.TranslationMemory.ImportResults.#ctor(System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemory.ImportResult}) name: ImportResults(IList) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResults.html#Sdl_LanguagePlatform_TranslationMemory_ImportResults__ctor_System_Collections_Generic_IList_Sdl_LanguagePlatform_TranslationMemory_ImportResult__ commentId: M:Sdl.LanguagePlatform.TranslationMemory.ImportResults.#ctor(System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemory.ImportResult}) - name.vb: New(IList(Of ImportResult)) + name.vb: ImportResults(IList(Of ImportResult)) fullName: Sdl.LanguagePlatform.TranslationMemory.ImportResults.ImportResults(System.Collections.Generic.IList) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ImportResults.New(System.Collections.Generic.IList(Of Sdl.LanguagePlatform.TranslationMemory.ImportResult)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ImportResults.ImportResults(System.Collections.Generic.IList(Of Sdl.LanguagePlatform.TranslationMemory.ImportResult)) nameWithType: ImportResults.ImportResults(IList) - nameWithType.vb: ImportResults.New(IList(Of ImportResult)) + nameWithType.vb: ImportResults.ImportResults(IList(Of ImportResult)) - uid: Sdl.LanguagePlatform.TranslationMemory.ImportResults.#ctor* name: ImportResults href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResults.html#Sdl_LanguagePlatform_TranslationMemory_ImportResults__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.ImportResults.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.ImportResults.ImportResults - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ImportResults.New nameWithType: ImportResults.ImportResults - nameWithType.vb: ImportResults.New - uid: Sdl.LanguagePlatform.TranslationMemory.ImportResults.Count name: Count href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResults.html#Sdl_LanguagePlatform_TranslationMemory_ImportResults_Count @@ -103792,23 +92707,36 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.ImportResults.GetEnumerator nameWithType: ImportResults.GetEnumerator - uid: Sdl.LanguagePlatform.TranslationMemory.ImportResults.Item(System.Int32) - name: this[int] + name: Item[Int32] href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResults.html#Sdl_LanguagePlatform_TranslationMemory_ImportResults_Item_System_Int32_ commentId: P:Sdl.LanguagePlatform.TranslationMemory.ImportResults.Item(System.Int32) - name.vb: this[](Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.ImportResults.this[int] - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ImportResults.this[](Integer) - nameWithType: ImportResults.this[int] - nameWithType.vb: ImportResults.this[](Integer) + name.vb: Item(Int32) + fullName: Sdl.LanguagePlatform.TranslationMemory.ImportResults.Item[System.Int32] + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ImportResults.Item(System.Int32) + nameWithType: ImportResults.Item[Int32] + nameWithType.vb: ImportResults.Item(Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.ImportResults.Item* - name: this + name: Item href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResults.html#Sdl_LanguagePlatform_TranslationMemory_ImportResults_Item_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.ImportResults.Item - name.vb: this[] - fullName: Sdl.LanguagePlatform.TranslationMemory.ImportResults.this - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ImportResults.this[] - nameWithType: ImportResults.this - nameWithType.vb: ImportResults.this[] + fullName: Sdl.LanguagePlatform.TranslationMemory.ImportResults.Item + nameWithType: ImportResults.Item +- uid: Sdl.LanguagePlatform.TranslationMemory.ImportResults.System#Collections#IEnumerable#GetEnumerator + name: IEnumerable.GetEnumerator() + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResults.html#Sdl_LanguagePlatform_TranslationMemory_ImportResults_System_Collections_IEnumerable_GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemory.ImportResults.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemory.ImportResults.System.Collections.IEnumerable.GetEnumerator() + nameWithType: ImportResults.IEnumerable.GetEnumerator() + nameWithType.vb: ImportResults.System.Collections.IEnumerable.GetEnumerator() +- uid: Sdl.LanguagePlatform.TranslationMemory.ImportResults.System#Collections#IEnumerable#GetEnumerator* + name: IEnumerable.GetEnumerator + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportResults.html#Sdl_LanguagePlatform_TranslationMemory_ImportResults_System_Collections_IEnumerable_GetEnumerator_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.ImportResults.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator + fullName: Sdl.LanguagePlatform.TranslationMemory.ImportResults.System.Collections.IEnumerable.GetEnumerator + nameWithType: ImportResults.IEnumerable.GetEnumerator + nameWithType.vb: ImportResults.System.Collections.IEnumerable.GetEnumerator - uid: Sdl.LanguagePlatform.TranslationMemory.ImportSettings name: ImportSettings href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.html @@ -103819,20 +92747,14 @@ references: name: ImportSettings() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.html#Sdl_LanguagePlatform_TranslationMemory_ImportSettings__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.ImportSettings.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.ImportSettings() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.New() nameWithType: ImportSettings.ImportSettings() - nameWithType.vb: ImportSettings.New() - uid: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.#ctor* name: ImportSettings href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.html#Sdl_LanguagePlatform_TranslationMemory_ImportSettings__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.ImportSettings.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.ImportSettings - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.New nameWithType: ImportSettings.ImportSettings - nameWithType.vb: ImportSettings.New - uid: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.AcronymsAutoSubstitution name: AcronymsAutoSubstitution href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.html#Sdl_LanguagePlatform_TranslationMemory_ImportSettings_AcronymsAutoSubstitution @@ -104239,20 +93161,14 @@ references: name: ImportStatistics() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.html#Sdl_LanguagePlatform_TranslationMemory_ImportStatistics__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.ImportStatistics() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.New() nameWithType: ImportStatistics.ImportStatistics() - nameWithType.vb: ImportStatistics.New() - uid: Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.#ctor* name: ImportStatistics href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.html#Sdl_LanguagePlatform_TranslationMemory_ImportStatistics__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.ImportStatistics - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.New nameWithType: ImportStatistics.ImportStatistics - nameWithType.vb: ImportStatistics.New - uid: Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.Add(Sdl.LanguagePlatform.TranslationMemory.ImportStatistics) name: Add(ImportStatistics) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportStatistics.html#Sdl_LanguagePlatform_TranslationMemory_ImportStatistics_Add_Sdl_LanguagePlatform_TranslationMemory_ImportStatistics_ @@ -104437,47 +93353,32 @@ references: name: IntFieldValue() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_IntFieldValue__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.IntFieldValue() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.New() nameWithType: IntFieldValue.IntFieldValue() - nameWithType.vb: IntFieldValue.New() - uid: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.#ctor(Sdl.LanguagePlatform.TranslationMemory.IntFieldValue) name: IntFieldValue(IntFieldValue) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_IntFieldValue__ctor_Sdl_LanguagePlatform_TranslationMemory_IntFieldValue_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.#ctor(Sdl.LanguagePlatform.TranslationMemory.IntFieldValue) - name.vb: New(IntFieldValue) fullName: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.IntFieldValue(Sdl.LanguagePlatform.TranslationMemory.IntFieldValue) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.New(Sdl.LanguagePlatform.TranslationMemory.IntFieldValue) nameWithType: IntFieldValue.IntFieldValue(IntFieldValue) - nameWithType.vb: IntFieldValue.New(IntFieldValue) - uid: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.#ctor(System.String) - name: IntFieldValue(string) + name: IntFieldValue(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_IntFieldValue__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.IntFieldValue(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.New(String) - nameWithType: IntFieldValue.IntFieldValue(string) - nameWithType.vb: IntFieldValue.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.IntFieldValue(System.String) + nameWithType: IntFieldValue.IntFieldValue(String) - uid: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.#ctor(System.String,System.Int32) - name: IntFieldValue(string, int) + name: IntFieldValue(String, Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_IntFieldValue__ctor_System_String_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.#ctor(System.String,System.Int32) - name.vb: New(String, Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.IntFieldValue(string, int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.New(String, Integer) - nameWithType: IntFieldValue.IntFieldValue(string, int) - nameWithType.vb: IntFieldValue.New(String, Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.IntFieldValue(System.String, System.Int32) + nameWithType: IntFieldValue.IntFieldValue(String, Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.#ctor* name: IntFieldValue href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_IntFieldValue__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.IntFieldValue - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.New nameWithType: IntFieldValue.IntFieldValue - nameWithType.vb: IntFieldValue.New - uid: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Add(Sdl.LanguagePlatform.TranslationMemory.FieldValue) name: Add(FieldValue) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_IntFieldValue_Add_Sdl_LanguagePlatform_TranslationMemory_FieldValue_ @@ -104485,14 +93386,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Add(Sdl.LanguagePlatform.TranslationMemory.FieldValue) nameWithType: IntFieldValue.Add(FieldValue) - uid: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Add(System.String) - name: Add(string) + name: Add(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_IntFieldValue_Add_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Add(System.String) - name.vb: Add(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Add(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Add(String) - nameWithType: IntFieldValue.Add(string) - nameWithType.vb: IntFieldValue.Add(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Add(System.String) + nameWithType: IntFieldValue.Add(String) - uid: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Add* name: Add href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_IntFieldValue_Add_ @@ -104524,14 +93422,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Duplicate nameWithType: IntFieldValue.Duplicate - uid: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_IntFieldValue_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Equals(Object) - nameWithType: IntFieldValue.Equals(object) - nameWithType.vb: IntFieldValue.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Equals(System.Object) + nameWithType: IntFieldValue.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_IntFieldValue_Equals_ @@ -104575,14 +93470,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Merge nameWithType: IntFieldValue.Merge - uid: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Parse(System.String) - name: Parse(string) + name: Parse(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_IntFieldValue_Parse_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Parse(System.String) - name.vb: Parse(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Parse(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Parse(String) - nameWithType: IntFieldValue.Parse(string) - nameWithType.vb: IntFieldValue.Parse(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Parse(System.String) + nameWithType: IntFieldValue.Parse(String) - uid: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.Parse* name: Parse href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_IntFieldValue_Parse_ @@ -104637,36 +93529,36 @@ references: commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.ValueType fullName: Sdl.LanguagePlatform.TranslationMemory.IntFieldValue.ValueType nameWithType: IntFieldValue.ValueType -- uid: Sdl.LanguagePlatform.TranslationMemory.IPicklistItem - name: IPicklistItem - href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.html - commentId: T:Sdl.LanguagePlatform.TranslationMemory.IPicklistItem - fullName: Sdl.LanguagePlatform.TranslationMemory.IPicklistItem - nameWithType: IPicklistItem -- uid: Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.Guid +- uid: Sdl.LanguagePlatform.TranslationMemory.IPicklistOption + name: IPicklistOption + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.html + commentId: T:Sdl.LanguagePlatform.TranslationMemory.IPicklistOption + fullName: Sdl.LanguagePlatform.TranslationMemory.IPicklistOption + nameWithType: IPicklistOption +- uid: Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.Guid name: Guid - href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.html#Sdl_LanguagePlatform_TranslationMemory_IPicklistItem_Guid - commentId: P:Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.Guid - fullName: Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.Guid - nameWithType: IPicklistItem.Guid -- uid: Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.Guid* + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.html#Sdl_LanguagePlatform_TranslationMemory_IPicklistOption_Guid + commentId: P:Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.Guid + fullName: Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.Guid + nameWithType: IPicklistOption.Guid +- uid: Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.Guid* name: Guid - href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.html#Sdl_LanguagePlatform_TranslationMemory_IPicklistItem_Guid_ - commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.Guid - fullName: Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.Guid - nameWithType: IPicklistItem.Guid -- uid: Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.Value + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.html#Sdl_LanguagePlatform_TranslationMemory_IPicklistOption_Guid_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.Guid + fullName: Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.Guid + nameWithType: IPicklistOption.Guid +- uid: Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.Value name: Value - href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.html#Sdl_LanguagePlatform_TranslationMemory_IPicklistItem_Value - commentId: P:Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.Value - fullName: Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.Value - nameWithType: IPicklistItem.Value -- uid: Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.Value* + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.html#Sdl_LanguagePlatform_TranslationMemory_IPicklistOption_Value + commentId: P:Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.Value + fullName: Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.Value + nameWithType: IPicklistOption.Value +- uid: Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.Value* name: Value - href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.html#Sdl_LanguagePlatform_TranslationMemory_IPicklistItem_Value_ - commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.Value - fullName: Sdl.LanguagePlatform.TranslationMemory.IPicklistItem.Value - nameWithType: IPicklistItem.Value + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.html#Sdl_LanguagePlatform_TranslationMemory_IPicklistOption_Value_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.Value + fullName: Sdl.LanguagePlatform.TranslationMemory.IPicklistOption.Value + nameWithType: IPicklistOption.Value - uid: Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer name: ITypedKeyValueContainer href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.html @@ -104674,14 +93566,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer nameWithType: ITypedKeyValueContainer - uid: Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetType(System.String) - name: GetType(string) + name: GetType(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.html#Sdl_LanguagePlatform_TranslationMemory_ITypedKeyValueContainer_GetType_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetType(System.String) - name.vb: GetType(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetType(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetType(String) - nameWithType: ITypedKeyValueContainer.GetType(string) - nameWithType.vb: ITypedKeyValueContainer.GetType(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetType(System.String) + nameWithType: ITypedKeyValueContainer.GetType(String) - uid: Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetType* name: GetType href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.html#Sdl_LanguagePlatform_TranslationMemory_ITypedKeyValueContainer_GetType_ @@ -104689,23 +93578,17 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetType nameWithType: ITypedKeyValueContainer.GetType - uid: Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetValue(System.String) - name: GetValue(string) + name: GetValue(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.html#Sdl_LanguagePlatform_TranslationMemory_ITypedKeyValueContainer_GetValue_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetValue(System.String) - name.vb: GetValue(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetValue(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetValue(String) - nameWithType: ITypedKeyValueContainer.GetValue(string) - nameWithType.vb: ITypedKeyValueContainer.GetValue(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetValue(System.String) + nameWithType: ITypedKeyValueContainer.GetValue(String) - uid: Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetValue(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name: GetValue(string, FieldValueType) + name: GetValue(String, FieldValueType) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.html#Sdl_LanguagePlatform_TranslationMemory_ITypedKeyValueContainer_GetValue_System_String_Sdl_LanguagePlatform_TranslationMemory_FieldValueType_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetValue(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name.vb: GetValue(String, FieldValueType) - fullName: Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetValue(string, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetValue(String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - nameWithType: ITypedKeyValueContainer.GetValue(string, FieldValueType) - nameWithType.vb: ITypedKeyValueContainer.GetValue(String, FieldValueType) + fullName: Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetValue(System.String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) + nameWithType: ITypedKeyValueContainer.GetValue(String, FieldValueType) - uid: Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.GetValue* name: GetValue href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ITypedKeyValueContainer.html#Sdl_LanguagePlatform_TranslationMemory_ITypedKeyValueContainer_GetValue_ @@ -104754,6 +93637,132 @@ references: commentId: F:Sdl.LanguagePlatform.TranslationMemory.MachineTranslationLookupMode.WhenNoTranslationMemoryMatch fullName: Sdl.LanguagePlatform.TranslationMemory.MachineTranslationLookupMode.WhenNoTranslationMemoryMatch nameWithType: MachineTranslationLookupMode.WhenNoTranslationMemoryMatch +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics + name: Sdl.LanguagePlatform.TranslationMemory.Metrics + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.html + commentId: N:Sdl.LanguagePlatform.TranslationMemory.Metrics + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics + nameWithType: Sdl.LanguagePlatform.TranslationMemory.Metrics +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric + name: AbstractMetric + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.html + commentId: T:Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric + nameWithType: AbstractMetric +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.#ctor(System.String) + name: AbstractMetric(String) + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.html#Sdl_LanguagePlatform_TranslationMemory_Metrics_AbstractMetric__ctor_System_String_ + commentId: M:Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.#ctor(System.String) + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.AbstractMetric(System.String) + nameWithType: AbstractMetric.AbstractMetric(String) +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.#ctor* + name: AbstractMetric + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.html#Sdl_LanguagePlatform_TranslationMemory_Metrics_AbstractMetric__ctor_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.#ctor + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.AbstractMetric + nameWithType: AbstractMetric.AbstractMetric +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.Name + name: Name + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.html#Sdl_LanguagePlatform_TranslationMemory_Metrics_AbstractMetric_Name + commentId: P:Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.Name + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.Name + nameWithType: AbstractMetric.Name +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.Name* + name: Name + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.html#Sdl_LanguagePlatform_TranslationMemory_Metrics_AbstractMetric_Name_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.Name + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.AbstractMetric.Name + nameWithType: AbstractMetric.Name +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter + name: CoreTmNullMetricsReporter + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.html + commentId: T:Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter + nameWithType: CoreTmNullMetricsReporter +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.#ctor + name: CoreTmNullMetricsReporter() + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.html#Sdl_LanguagePlatform_TranslationMemory_Metrics_CoreTmNullMetricsReporter__ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.#ctor + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.CoreTmNullMetricsReporter() + nameWithType: CoreTmNullMetricsReporter.CoreTmNullMetricsReporter() +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.#ctor* + name: CoreTmNullMetricsReporter + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.html#Sdl_LanguagePlatform_TranslationMemory_Metrics_CoreTmNullMetricsReporter__ctor_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.#ctor + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.CoreTmNullMetricsReporter + nameWithType: CoreTmNullMetricsReporter.CoreTmNullMetricsReporter +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.Instance + name: Instance + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.html#Sdl_LanguagePlatform_TranslationMemory_Metrics_CoreTmNullMetricsReporter_Instance + commentId: P:Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.Instance + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.Instance + nameWithType: CoreTmNullMetricsReporter.Instance +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.Instance* + name: Instance + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.html#Sdl_LanguagePlatform_TranslationMemory_Metrics_CoreTmNullMetricsReporter_Instance_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.Instance + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.Instance + nameWithType: CoreTmNullMetricsReporter.Instance +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.SendMetricAsync(Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric) + name: SendMetricAsync(GaugeMetric) + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.html#Sdl_LanguagePlatform_TranslationMemory_Metrics_CoreTmNullMetricsReporter_SendMetricAsync_Sdl_LanguagePlatform_TranslationMemory_Metrics_GaugeMetric_ + commentId: M:Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.SendMetricAsync(Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric) + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.SendMetricAsync(Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric) + nameWithType: CoreTmNullMetricsReporter.SendMetricAsync(GaugeMetric) +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.SendMetricAsync* + name: SendMetricAsync + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.html#Sdl_LanguagePlatform_TranslationMemory_Metrics_CoreTmNullMetricsReporter_SendMetricAsync_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.SendMetricAsync + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.CoreTmNullMetricsReporter.SendMetricAsync + nameWithType: CoreTmNullMetricsReporter.SendMetricAsync +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric + name: GaugeMetric + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.html + commentId: T:Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric + nameWithType: GaugeMetric +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.#ctor(System.String,System.Double) + name: GaugeMetric(String, Double) + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.html#Sdl_LanguagePlatform_TranslationMemory_Metrics_GaugeMetric__ctor_System_String_System_Double_ + commentId: M:Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.#ctor(System.String,System.Double) + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.GaugeMetric(System.String, System.Double) + nameWithType: GaugeMetric.GaugeMetric(String, Double) +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.#ctor* + name: GaugeMetric + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.html#Sdl_LanguagePlatform_TranslationMemory_Metrics_GaugeMetric__ctor_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.#ctor + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.GaugeMetric + nameWithType: GaugeMetric.GaugeMetric +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.Value + name: Value + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.html#Sdl_LanguagePlatform_TranslationMemory_Metrics_GaugeMetric_Value + commentId: P:Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.Value + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.Value + nameWithType: GaugeMetric.Value +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.Value* + name: Value + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.html#Sdl_LanguagePlatform_TranslationMemory_Metrics_GaugeMetric_Value_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.Value + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric.Value + nameWithType: GaugeMetric.Value +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter + name: ICoreTmMetricsReporter + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter.html + commentId: T:Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter + nameWithType: ICoreTmMetricsReporter +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter.SendMetricAsync(Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric) + name: SendMetricAsync(GaugeMetric) + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter.html#Sdl_LanguagePlatform_TranslationMemory_Metrics_ICoreTmMetricsReporter_SendMetricAsync_Sdl_LanguagePlatform_TranslationMemory_Metrics_GaugeMetric_ + commentId: M:Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter.SendMetricAsync(Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric) + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter.SendMetricAsync(Sdl.LanguagePlatform.TranslationMemory.Metrics.GaugeMetric) + nameWithType: ICoreTmMetricsReporter.SendMetricAsync(GaugeMetric) +- uid: Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter.SendMetricAsync* + name: SendMetricAsync + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter.html#Sdl_LanguagePlatform_TranslationMemory_Metrics_ICoreTmMetricsReporter_SendMetricAsync_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter.SendMetricAsync + fullName: Sdl.LanguagePlatform.TranslationMemory.Metrics.ICoreTmMetricsReporter.SendMetricAsync + nameWithType: ICoreTmMetricsReporter.SendMetricAsync - uid: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue name: MultiplePicklistFieldValue href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html @@ -104764,47 +93773,35 @@ references: name: MultiplePicklistFieldValue() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultiplePicklistFieldValue__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.MultiplePicklistFieldValue() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.New() nameWithType: MultiplePicklistFieldValue.MultiplePicklistFieldValue() - nameWithType.vb: MultiplePicklistFieldValue.New() - uid: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.#ctor(Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue) name: MultiplePicklistFieldValue(MultiplePicklistFieldValue) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultiplePicklistFieldValue__ctor_Sdl_LanguagePlatform_TranslationMemory_MultiplePicklistFieldValue_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.#ctor(Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue) - name.vb: New(MultiplePicklistFieldValue) fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.MultiplePicklistFieldValue(Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.New(Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue) nameWithType: MultiplePicklistFieldValue.MultiplePicklistFieldValue(MultiplePicklistFieldValue) - nameWithType.vb: MultiplePicklistFieldValue.New(MultiplePicklistFieldValue) - uid: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.#ctor(System.String) - name: MultiplePicklistFieldValue(string) + name: MultiplePicklistFieldValue(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultiplePicklistFieldValue__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.MultiplePicklistFieldValue(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.New(String) - nameWithType: MultiplePicklistFieldValue.MultiplePicklistFieldValue(string) - nameWithType.vb: MultiplePicklistFieldValue.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.MultiplePicklistFieldValue(System.String) + nameWithType: MultiplePicklistFieldValue.MultiplePicklistFieldValue(String) - uid: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.#ctor(System.String,System.Collections.Generic.ICollection{Sdl.LanguagePlatform.TranslationMemory.PicklistItem}) - name: MultiplePicklistFieldValue(string, ICollection) + name: MultiplePicklistFieldValue(String, ICollection) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultiplePicklistFieldValue__ctor_System_String_System_Collections_Generic_ICollection_Sdl_LanguagePlatform_TranslationMemory_PicklistItem__ commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.#ctor(System.String,System.Collections.Generic.ICollection{Sdl.LanguagePlatform.TranslationMemory.PicklistItem}) - name.vb: New(String, ICollection(Of PicklistItem)) - fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.MultiplePicklistFieldValue(string, System.Collections.Generic.ICollection) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.New(String, System.Collections.Generic.ICollection(Of Sdl.LanguagePlatform.TranslationMemory.PicklistItem)) - nameWithType: MultiplePicklistFieldValue.MultiplePicklistFieldValue(string, ICollection) - nameWithType.vb: MultiplePicklistFieldValue.New(String, ICollection(Of PicklistItem)) + name.vb: MultiplePicklistFieldValue(String, ICollection(Of PicklistItem)) + fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.MultiplePicklistFieldValue(System.String, System.Collections.Generic.ICollection) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.MultiplePicklistFieldValue(System.String, System.Collections.Generic.ICollection(Of Sdl.LanguagePlatform.TranslationMemory.PicklistItem)) + nameWithType: MultiplePicklistFieldValue.MultiplePicklistFieldValue(String, ICollection) + nameWithType.vb: MultiplePicklistFieldValue.MultiplePicklistFieldValue(String, ICollection(Of PicklistItem)) - uid: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.#ctor* name: MultiplePicklistFieldValue href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultiplePicklistFieldValue__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.MultiplePicklistFieldValue - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.New nameWithType: MultiplePicklistFieldValue.MultiplePicklistFieldValue - nameWithType.vb: MultiplePicklistFieldValue.New - uid: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Add(Sdl.LanguagePlatform.TranslationMemory.FieldValue) name: Add(FieldValue) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultiplePicklistFieldValue_Add_Sdl_LanguagePlatform_TranslationMemory_FieldValue_ @@ -104818,14 +93815,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Add(Sdl.LanguagePlatform.TranslationMemory.PicklistItem) nameWithType: MultiplePicklistFieldValue.Add(PicklistItem) - uid: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Add(System.String) - name: Add(string) + name: Add(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultiplePicklistFieldValue_Add_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Add(System.String) - name.vb: Add(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Add(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Add(String) - nameWithType: MultiplePicklistFieldValue.Add(string) - nameWithType.vb: MultiplePicklistFieldValue.Add(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Add(System.String) + nameWithType: MultiplePicklistFieldValue.Add(String) - uid: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Add* name: Add href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultiplePicklistFieldValue_Add_ @@ -104857,14 +93851,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Duplicate nameWithType: MultiplePicklistFieldValue.Duplicate - uid: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultiplePicklistFieldValue_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Equals(Object) - nameWithType: MultiplePicklistFieldValue.Equals(object) - nameWithType.vb: MultiplePicklistFieldValue.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Equals(System.Object) + nameWithType: MultiplePicklistFieldValue.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultiplePicklistFieldValue_Equals_ @@ -104902,14 +93893,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.HasValue(Sdl.LanguagePlatform.TranslationMemory.PicklistItem) nameWithType: MultiplePicklistFieldValue.HasValue(PicklistItem) - uid: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.HasValue(System.String) - name: HasValue(string) + name: HasValue(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultiplePicklistFieldValue_HasValue_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.HasValue(System.String) - name.vb: HasValue(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.HasValue(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.HasValue(String) - nameWithType: MultiplePicklistFieldValue.HasValue(string) - nameWithType.vb: MultiplePicklistFieldValue.HasValue(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.HasValue(System.String) + nameWithType: MultiplePicklistFieldValue.HasValue(String) - uid: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.HasValue* name: HasValue href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultiplePicklistFieldValue_HasValue_ @@ -104941,14 +93929,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Merge nameWithType: MultiplePicklistFieldValue.Merge - uid: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Parse(System.String) - name: Parse(string) + name: Parse(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultiplePicklistFieldValue_Parse_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Parse(System.String) - name.vb: Parse(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Parse(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Parse(String) - nameWithType: MultiplePicklistFieldValue.Parse(string) - nameWithType.vb: MultiplePicklistFieldValue.Parse(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Parse(System.String) + nameWithType: MultiplePicklistFieldValue.Parse(String) - uid: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Parse* name: Parse href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultiplePicklistFieldValue_Parse_ @@ -104962,14 +93947,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Remove(Sdl.LanguagePlatform.TranslationMemory.PicklistItem) nameWithType: MultiplePicklistFieldValue.Remove(PicklistItem) - uid: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Remove(System.String) - name: Remove(string) + name: Remove(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultiplePicklistFieldValue_Remove_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Remove(System.String) - name.vb: Remove(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Remove(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Remove(String) - nameWithType: MultiplePicklistFieldValue.Remove(string) - nameWithType.vb: MultiplePicklistFieldValue.Remove(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Remove(System.String) + nameWithType: MultiplePicklistFieldValue.Remove(String) - uid: Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.Remove* name: Remove href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultiplePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultiplePicklistFieldValue_Remove_ @@ -105034,47 +94016,35 @@ references: name: MultipleStringFieldValue() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.MultipleStringFieldValue() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.New() nameWithType: MultipleStringFieldValue.MultipleStringFieldValue() - nameWithType.vb: MultipleStringFieldValue.New() - uid: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.#ctor(Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue) name: MultipleStringFieldValue(MultipleStringFieldValue) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue__ctor_Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.#ctor(Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue) - name.vb: New(MultipleStringFieldValue) fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.MultipleStringFieldValue(Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.New(Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue) nameWithType: MultipleStringFieldValue.MultipleStringFieldValue(MultipleStringFieldValue) - nameWithType.vb: MultipleStringFieldValue.New(MultipleStringFieldValue) - uid: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.#ctor(System.String) - name: MultipleStringFieldValue(string) + name: MultipleStringFieldValue(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.MultipleStringFieldValue(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.New(String) - nameWithType: MultipleStringFieldValue.MultipleStringFieldValue(string) - nameWithType.vb: MultipleStringFieldValue.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.MultipleStringFieldValue(System.String) + nameWithType: MultipleStringFieldValue.MultipleStringFieldValue(String) - uid: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.#ctor(System.String,System.Collections.Generic.ICollection{System.String}) - name: MultipleStringFieldValue(string, ICollection) + name: MultipleStringFieldValue(String, ICollection) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue__ctor_System_String_System_Collections_Generic_ICollection_System_String__ commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.#ctor(System.String,System.Collections.Generic.ICollection{System.String}) - name.vb: New(String, ICollection(Of String)) - fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.MultipleStringFieldValue(string, System.Collections.Generic.ICollection) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.New(String, System.Collections.Generic.ICollection(Of String)) - nameWithType: MultipleStringFieldValue.MultipleStringFieldValue(string, ICollection) - nameWithType.vb: MultipleStringFieldValue.New(String, ICollection(Of String)) + name.vb: MultipleStringFieldValue(String, ICollection(Of String)) + fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.MultipleStringFieldValue(System.String, System.Collections.Generic.ICollection) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.MultipleStringFieldValue(System.String, System.Collections.Generic.ICollection(Of System.String)) + nameWithType: MultipleStringFieldValue.MultipleStringFieldValue(String, ICollection) + nameWithType.vb: MultipleStringFieldValue.MultipleStringFieldValue(String, ICollection(Of String)) - uid: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.#ctor* name: MultipleStringFieldValue href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.MultipleStringFieldValue - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.New nameWithType: MultipleStringFieldValue.MultipleStringFieldValue - nameWithType.vb: MultipleStringFieldValue.New - uid: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Add(Sdl.LanguagePlatform.TranslationMemory.FieldValue) name: Add(FieldValue) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue_Add_Sdl_LanguagePlatform_TranslationMemory_FieldValue_ @@ -105082,14 +94052,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Add(Sdl.LanguagePlatform.TranslationMemory.FieldValue) nameWithType: MultipleStringFieldValue.Add(FieldValue) - uid: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Add(System.String) - name: Add(string) + name: Add(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue_Add_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Add(System.String) - name.vb: Add(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Add(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Add(String) - nameWithType: MultipleStringFieldValue.Add(string) - nameWithType.vb: MultipleStringFieldValue.Add(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Add(System.String) + nameWithType: MultipleStringFieldValue.Add(String) - uid: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Add* name: Add href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue_Add_ @@ -105109,14 +94076,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Clear nameWithType: MultipleStringFieldValue.Clear - uid: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Contains(System.String) - name: Contains(string) + name: Contains(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue_Contains_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Contains(System.String) - name.vb: Contains(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Contains(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Contains(String) - nameWithType: MultipleStringFieldValue.Contains(string) - nameWithType.vb: MultipleStringFieldValue.Contains(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Contains(System.String) + nameWithType: MultipleStringFieldValue.Contains(String) - uid: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Contains* name: Contains href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue_Contains_ @@ -105148,14 +94112,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Duplicate nameWithType: MultipleStringFieldValue.Duplicate - uid: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Equals(Object) - nameWithType: MultipleStringFieldValue.Equals(object) - nameWithType.vb: MultipleStringFieldValue.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Equals(System.Object) + nameWithType: MultipleStringFieldValue.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue_Equals_ @@ -105187,14 +94148,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.GetValueString nameWithType: MultipleStringFieldValue.GetValueString - uid: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.HasValue(System.String) - name: HasValue(string) + name: HasValue(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue_HasValue_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.HasValue(System.String) - name.vb: HasValue(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.HasValue(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.HasValue(String) - nameWithType: MultipleStringFieldValue.HasValue(string) - nameWithType.vb: MultipleStringFieldValue.HasValue(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.HasValue(System.String) + nameWithType: MultipleStringFieldValue.HasValue(String) - uid: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.HasValue* name: HasValue href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue_HasValue_ @@ -105226,14 +94184,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Merge nameWithType: MultipleStringFieldValue.Merge - uid: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Parse(System.String) - name: Parse(string) + name: Parse(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue_Parse_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Parse(System.String) - name.vb: Parse(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Parse(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Parse(String) - nameWithType: MultipleStringFieldValue.Parse(string) - nameWithType.vb: MultipleStringFieldValue.Parse(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Parse(System.String) + nameWithType: MultipleStringFieldValue.Parse(String) - uid: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Parse* name: Parse href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue_Parse_ @@ -105241,14 +94196,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Parse nameWithType: MultipleStringFieldValue.Parse - uid: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Remove(System.String) - name: Remove(string) + name: Remove(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue_Remove_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Remove(System.String) - name.vb: Remove(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Remove(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Remove(String) - nameWithType: MultipleStringFieldValue.Remove(string) - nameWithType.vb: MultipleStringFieldValue.Remove(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Remove(System.String) + nameWithType: MultipleStringFieldValue.Remove(String) - uid: Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.Remove* name: Remove href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.MultipleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_MultipleStringFieldValue_Remove_ @@ -105313,20 +94265,14 @@ references: name: NLogLogger() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html#Sdl_LanguagePlatform_TranslationMemory_NLogLogger__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.NLogLogger.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.NLogLogger() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.New() nameWithType: NLogLogger.NLogLogger() - nameWithType.vb: NLogLogger.New() - uid: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.#ctor* name: NLogLogger href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html#Sdl_LanguagePlatform_TranslationMemory_NLogLogger__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.NLogLogger.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.NLogLogger - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.New nameWithType: NLogLogger.NLogLogger - nameWithType.vb: NLogLogger.New - uid: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.Log(System.Exception) name: Log(Exception) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html#Sdl_LanguagePlatform_TranslationMemory_NLogLogger_Log_System_Exception_ @@ -105334,14 +94280,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.Log(System.Exception) nameWithType: NLogLogger.Log(Exception) - uid: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.Log(System.String) - name: Log(string) + name: Log(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html#Sdl_LanguagePlatform_TranslationMemory_NLogLogger_Log_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.NLogLogger.Log(System.String) - name.vb: Log(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.Log(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.Log(String) - nameWithType: NLogLogger.Log(string) - nameWithType.vb: NLogLogger.Log(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.Log(System.String) + nameWithType: NLogLogger.Log(String) - uid: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.Log* name: Log href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html#Sdl_LanguagePlatform_TranslationMemory_NLogLogger_Log_ @@ -105349,14 +94292,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.Log nameWithType: NLogLogger.Log - uid: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogDebug(System.String) - name: LogDebug(string) + name: LogDebug(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html#Sdl_LanguagePlatform_TranslationMemory_NLogLogger_LogDebug_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogDebug(System.String) - name.vb: LogDebug(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogDebug(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogDebug(String) - nameWithType: NLogLogger.LogDebug(string) - nameWithType.vb: NLogLogger.LogDebug(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogDebug(System.String) + nameWithType: NLogLogger.LogDebug(String) - uid: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogDebug* name: LogDebug href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html#Sdl_LanguagePlatform_TranslationMemory_NLogLogger_LogDebug_ @@ -105364,14 +94304,17 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogDebug nameWithType: NLogLogger.LogDebug - uid: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogError(System.String) - name: LogError(string) + name: LogError(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html#Sdl_LanguagePlatform_TranslationMemory_NLogLogger_LogError_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogError(System.String) - name.vb: LogError(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogError(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogError(String) - nameWithType: NLogLogger.LogError(string) - nameWithType.vb: NLogLogger.LogError(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogError(System.String) + nameWithType: NLogLogger.LogError(String) +- uid: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogError(System.String,System.Exception) + name: LogError(String, Exception) + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html#Sdl_LanguagePlatform_TranslationMemory_NLogLogger_LogError_System_String_System_Exception_ + commentId: M:Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogError(System.String,System.Exception) + fullName: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogError(System.String, System.Exception) + nameWithType: NLogLogger.LogError(String, Exception) - uid: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogError* name: LogError href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html#Sdl_LanguagePlatform_TranslationMemory_NLogLogger_LogError_ @@ -105379,14 +94322,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogError nameWithType: NLogLogger.LogError - uid: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogWarn(System.String) - name: LogWarn(string) + name: LogWarn(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html#Sdl_LanguagePlatform_TranslationMemory_NLogLogger_LogWarn_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogWarn(System.String) - name.vb: LogWarn(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogWarn(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogWarn(String) - nameWithType: NLogLogger.LogWarn(string) - nameWithType.vb: NLogLogger.LogWarn(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogWarn(System.String) + nameWithType: NLogLogger.LogWarn(String) - uid: Sdl.LanguagePlatform.TranslationMemory.NLogLogger.LogWarn* name: LogWarn href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.NLogLogger.html#Sdl_LanguagePlatform_TranslationMemory_NLogLogger_LogWarn_ @@ -105403,29 +94343,20 @@ references: name: Penalty() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Penalty.html#Sdl_LanguagePlatform_TranslationMemory_Penalty__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.Penalty.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.Penalty.Penalty() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Penalty.New() nameWithType: Penalty.Penalty() - nameWithType.vb: Penalty.New() - uid: Sdl.LanguagePlatform.TranslationMemory.Penalty.#ctor(Sdl.LanguagePlatform.TranslationMemory.PenaltyType,System.Int32) - name: Penalty(PenaltyType, int) + name: Penalty(PenaltyType, Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Penalty.html#Sdl_LanguagePlatform_TranslationMemory_Penalty__ctor_Sdl_LanguagePlatform_TranslationMemory_PenaltyType_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Penalty.#ctor(Sdl.LanguagePlatform.TranslationMemory.PenaltyType,System.Int32) - name.vb: New(PenaltyType, Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.Penalty.Penalty(Sdl.LanguagePlatform.TranslationMemory.PenaltyType, int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Penalty.New(Sdl.LanguagePlatform.TranslationMemory.PenaltyType, Integer) - nameWithType: Penalty.Penalty(PenaltyType, int) - nameWithType.vb: Penalty.New(PenaltyType, Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.Penalty.Penalty(Sdl.LanguagePlatform.TranslationMemory.PenaltyType, System.Int32) + nameWithType: Penalty.Penalty(PenaltyType, Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.Penalty.#ctor* name: Penalty href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Penalty.html#Sdl_LanguagePlatform_TranslationMemory_Penalty__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.Penalty.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.Penalty.Penalty - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Penalty.New nameWithType: Penalty.Penalty - nameWithType.vb: Penalty.New - uid: Sdl.LanguagePlatform.TranslationMemory.Penalty.CanApplyMultipleTimes(Sdl.LanguagePlatform.TranslationMemory.PenaltyType) name: CanApplyMultipleTimes(PenaltyType) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Penalty.html#Sdl_LanguagePlatform_TranslationMemory_Penalty_CanApplyMultipleTimes_Sdl_LanguagePlatform_TranslationMemory_PenaltyType_ @@ -105586,38 +94517,26 @@ references: name: PersistentObject() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObject.html#Sdl_LanguagePlatform_TranslationMemory_PersistentObject__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.PersistentObject.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.PersistentObject.PersistentObject() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PersistentObject.New() nameWithType: PersistentObject.PersistentObject() - nameWithType.vb: PersistentObject.New() - uid: Sdl.LanguagePlatform.TranslationMemory.PersistentObject.#ctor(Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) name: PersistentObject(PersistentObjectToken) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObject.html#Sdl_LanguagePlatform_TranslationMemory_PersistentObject__ctor_Sdl_LanguagePlatform_TranslationMemory_PersistentObjectToken_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PersistentObject.#ctor(Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) - name.vb: New(PersistentObjectToken) fullName: Sdl.LanguagePlatform.TranslationMemory.PersistentObject.PersistentObject(Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PersistentObject.New(Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) nameWithType: PersistentObject.PersistentObject(PersistentObjectToken) - nameWithType.vb: PersistentObject.New(PersistentObjectToken) - uid: Sdl.LanguagePlatform.TranslationMemory.PersistentObject.#ctor(System.Int32,System.Guid) - name: PersistentObject(int, Guid) + name: PersistentObject(Int32, Guid) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObject.html#Sdl_LanguagePlatform_TranslationMemory_PersistentObject__ctor_System_Int32_System_Guid_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PersistentObject.#ctor(System.Int32,System.Guid) - name.vb: New(Integer, Guid) - fullName: Sdl.LanguagePlatform.TranslationMemory.PersistentObject.PersistentObject(int, System.Guid) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PersistentObject.New(Integer, System.Guid) - nameWithType: PersistentObject.PersistentObject(int, Guid) - nameWithType.vb: PersistentObject.New(Integer, Guid) + fullName: Sdl.LanguagePlatform.TranslationMemory.PersistentObject.PersistentObject(System.Int32, System.Guid) + nameWithType: PersistentObject.PersistentObject(Int32, Guid) - uid: Sdl.LanguagePlatform.TranslationMemory.PersistentObject.#ctor* name: PersistentObject href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObject.html#Sdl_LanguagePlatform_TranslationMemory_PersistentObject__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.PersistentObject.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.PersistentObject.PersistentObject - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PersistentObject.New nameWithType: PersistentObject.PersistentObject - nameWithType.vb: PersistentObject.New - uid: Sdl.LanguagePlatform.TranslationMemory.PersistentObject.ResourceId name: ResourceId href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObject.html#Sdl_LanguagePlatform_TranslationMemory_PersistentObject_ResourceId @@ -105640,38 +94559,26 @@ references: name: PersistentObjectToken() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.html#Sdl_LanguagePlatform_TranslationMemory_PersistentObjectToken__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.PersistentObjectToken() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.New() nameWithType: PersistentObjectToken.PersistentObjectToken() - nameWithType.vb: PersistentObjectToken.New() - uid: Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.#ctor(System.Int32,System.Guid) - name: PersistentObjectToken(int, Guid) + name: PersistentObjectToken(Int32, Guid) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.html#Sdl_LanguagePlatform_TranslationMemory_PersistentObjectToken__ctor_System_Int32_System_Guid_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.#ctor(System.Int32,System.Guid) - name.vb: New(Integer, Guid) - fullName: Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.PersistentObjectToken(int, System.Guid) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.New(Integer, System.Guid) - nameWithType: PersistentObjectToken.PersistentObjectToken(int, Guid) - nameWithType.vb: PersistentObjectToken.New(Integer, Guid) + fullName: Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.PersistentObjectToken(System.Int32, System.Guid) + nameWithType: PersistentObjectToken.PersistentObjectToken(Int32, Guid) - uid: Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.#ctor* name: PersistentObjectToken href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.html#Sdl_LanguagePlatform_TranslationMemory_PersistentObjectToken__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.PersistentObjectToken - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.New nameWithType: PersistentObjectToken.PersistentObjectToken - nameWithType.vb: PersistentObjectToken.New - uid: Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.html#Sdl_LanguagePlatform_TranslationMemory_PersistentObjectToken_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.Equals(Object) - nameWithType: PersistentObjectToken.Equals(object) - nameWithType.vb: PersistentObjectToken.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.Equals(System.Object) + nameWithType: PersistentObjectToken.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken.html#Sdl_LanguagePlatform_TranslationMemory_PersistentObjectToken_Equals_ @@ -105736,56 +94643,44 @@ references: name: PicklistField() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html#Sdl_LanguagePlatform_TranslationMemory_PicklistField__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistField.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.PicklistField() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistField.New() nameWithType: PicklistField.PicklistField() - nameWithType.vb: PicklistField.New() - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistField.#ctor(Sdl.LanguagePlatform.TranslationMemory.PicklistField) name: PicklistField(PicklistField) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html#Sdl_LanguagePlatform_TranslationMemory_PicklistField__ctor_Sdl_LanguagePlatform_TranslationMemory_PicklistField_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistField.#ctor(Sdl.LanguagePlatform.TranslationMemory.PicklistField) - name.vb: New(PicklistField) fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.PicklistField(Sdl.LanguagePlatform.TranslationMemory.PicklistField) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistField.New(Sdl.LanguagePlatform.TranslationMemory.PicklistField) nameWithType: PicklistField.PicklistField(PicklistField) - nameWithType.vb: PicklistField.New(PicklistField) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistField.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name: PicklistField(string, FieldValueType) + name: PicklistField(String, FieldValueType) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html#Sdl_LanguagePlatform_TranslationMemory_PicklistField__ctor_System_String_Sdl_LanguagePlatform_TranslationMemory_FieldValueType_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistField.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name.vb: New(String, FieldValueType) - fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.PicklistField(string, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistField.New(String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - nameWithType: PicklistField.PicklistField(string, FieldValueType) - nameWithType.vb: PicklistField.New(String, FieldValueType) + fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.PicklistField(System.String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) + nameWithType: PicklistField.PicklistField(String, FieldValueType) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistField.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType,System.Collections.Generic.ICollection{Sdl.LanguagePlatform.TranslationMemory.PicklistItem}) - name: PicklistField(string, FieldValueType, ICollection) + name: PicklistField(String, FieldValueType, ICollection) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html#Sdl_LanguagePlatform_TranslationMemory_PicklistField__ctor_System_String_Sdl_LanguagePlatform_TranslationMemory_FieldValueType_System_Collections_Generic_ICollection_Sdl_LanguagePlatform_TranslationMemory_PicklistItem__ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistField.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType,System.Collections.Generic.ICollection{Sdl.LanguagePlatform.TranslationMemory.PicklistItem}) - name.vb: New(String, FieldValueType, ICollection(Of PicklistItem)) - fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.PicklistField(string, Sdl.LanguagePlatform.TranslationMemory.FieldValueType, System.Collections.Generic.ICollection) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistField.New(String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType, System.Collections.Generic.ICollection(Of Sdl.LanguagePlatform.TranslationMemory.PicklistItem)) - nameWithType: PicklistField.PicklistField(string, FieldValueType, ICollection) - nameWithType.vb: PicklistField.New(String, FieldValueType, ICollection(Of PicklistItem)) + name.vb: PicklistField(String, FieldValueType, ICollection(Of PicklistItem)) + fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.PicklistField(System.String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType, System.Collections.Generic.ICollection) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistField.PicklistField(System.String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType, System.Collections.Generic.ICollection(Of Sdl.LanguagePlatform.TranslationMemory.PicklistItem)) + nameWithType: PicklistField.PicklistField(String, FieldValueType, ICollection) + nameWithType.vb: PicklistField.PicklistField(String, FieldValueType, ICollection(Of PicklistItem)) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistField.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType,System.Collections.Generic.ICollection{System.String}) - name: PicklistField(string, FieldValueType, ICollection) + name: PicklistField(String, FieldValueType, ICollection) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html#Sdl_LanguagePlatform_TranslationMemory_PicklistField__ctor_System_String_Sdl_LanguagePlatform_TranslationMemory_FieldValueType_System_Collections_Generic_ICollection_System_String__ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistField.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType,System.Collections.Generic.ICollection{System.String}) - name.vb: New(String, FieldValueType, ICollection(Of String)) - fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.PicklistField(string, Sdl.LanguagePlatform.TranslationMemory.FieldValueType, System.Collections.Generic.ICollection) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistField.New(String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType, System.Collections.Generic.ICollection(Of String)) - nameWithType: PicklistField.PicklistField(string, FieldValueType, ICollection) - nameWithType.vb: PicklistField.New(String, FieldValueType, ICollection(Of String)) + name.vb: PicklistField(String, FieldValueType, ICollection(Of String)) + fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.PicklistField(System.String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType, System.Collections.Generic.ICollection) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistField.PicklistField(System.String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType, System.Collections.Generic.ICollection(Of System.String)) + nameWithType: PicklistField.PicklistField(String, FieldValueType, ICollection) + nameWithType.vb: PicklistField.PicklistField(String, FieldValueType, ICollection(Of String)) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistField.#ctor* name: PicklistField href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html#Sdl_LanguagePlatform_TranslationMemory_PicklistField__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.PicklistField.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.PicklistField - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistField.New nameWithType: PicklistField.PicklistField - nameWithType.vb: PicklistField.New - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistField.AddPickListItem(Sdl.LanguagePlatform.TranslationMemory.PicklistItem) name: AddPickListItem(PicklistItem) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html#Sdl_LanguagePlatform_TranslationMemory_PicklistField_AddPickListItem_Sdl_LanguagePlatform_TranslationMemory_PicklistItem_ @@ -105793,14 +94688,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.AddPickListItem(Sdl.LanguagePlatform.TranslationMemory.PicklistItem) nameWithType: PicklistField.AddPickListItem(PicklistItem) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistField.AddPickListItem(System.String) - name: AddPickListItem(string) + name: AddPickListItem(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html#Sdl_LanguagePlatform_TranslationMemory_PicklistField_AddPickListItem_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistField.AddPickListItem(System.String) - name.vb: AddPickListItem(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.AddPickListItem(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistField.AddPickListItem(String) - nameWithType: PicklistField.AddPickListItem(string) - nameWithType.vb: PicklistField.AddPickListItem(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.AddPickListItem(System.String) + nameWithType: PicklistField.AddPickListItem(String) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistField.AddPickListItem* name: AddPickListItem href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html#Sdl_LanguagePlatform_TranslationMemory_PicklistField_AddPickListItem_ @@ -105832,14 +94724,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.Duplicate nameWithType: PicklistField.Duplicate - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistField.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html#Sdl_LanguagePlatform_TranslationMemory_PicklistField_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistField.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistField.Equals(Object) - nameWithType: PicklistField.Equals(object) - nameWithType.vb: PicklistField.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.Equals(System.Object) + nameWithType: PicklistField.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistField.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html#Sdl_LanguagePlatform_TranslationMemory_PicklistField_Equals_ @@ -105871,14 +94760,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.Picklist nameWithType: PicklistField.Picklist - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistField.PicklistFromString(System.String) - name: PicklistFromString(string) + name: PicklistFromString(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html#Sdl_LanguagePlatform_TranslationMemory_PicklistField_PicklistFromString_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistField.PicklistFromString(System.String) - name.vb: PicklistFromString(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.PicklistFromString(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistField.PicklistFromString(String) - nameWithType: PicklistField.PicklistFromString(string) - nameWithType.vb: PicklistField.PicklistFromString(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistField.PicklistFromString(System.String) + nameWithType: PicklistField.PicklistFromString(String) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistField.PicklistFromString* name: PicklistFromString href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistField.html#Sdl_LanguagePlatform_TranslationMemory_PicklistField_PicklistFromString_ @@ -105919,38 +94805,26 @@ references: name: PicklistItem() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItem.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItem__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistItem.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItem.PicklistItem() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistItem.New() nameWithType: PicklistItem.PicklistItem() - nameWithType.vb: PicklistItem.New() - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItem.#ctor(Sdl.LanguagePlatform.TranslationMemory.PicklistItem) name: PicklistItem(PicklistItem) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItem.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItem__ctor_Sdl_LanguagePlatform_TranslationMemory_PicklistItem_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistItem.#ctor(Sdl.LanguagePlatform.TranslationMemory.PicklistItem) - name.vb: New(PicklistItem) fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItem.PicklistItem(Sdl.LanguagePlatform.TranslationMemory.PicklistItem) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistItem.New(Sdl.LanguagePlatform.TranslationMemory.PicklistItem) nameWithType: PicklistItem.PicklistItem(PicklistItem) - nameWithType.vb: PicklistItem.New(PicklistItem) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItem.#ctor(System.String) - name: PicklistItem(string) + name: PicklistItem(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItem.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItem__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistItem.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItem.PicklistItem(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistItem.New(String) - nameWithType: PicklistItem.PicklistItem(string) - nameWithType.vb: PicklistItem.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItem.PicklistItem(System.String) + nameWithType: PicklistItem.PicklistItem(String) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItem.#ctor* name: PicklistItem href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItem.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItem__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.PicklistItem.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItem.PicklistItem - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistItem.New nameWithType: PicklistItem.PicklistItem - nameWithType.vb: PicklistItem.New - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItem.ID name: ID href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItem.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItem_ID @@ -105985,29 +94859,20 @@ references: name: PicklistItems() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItems__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistItems.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.PicklistItems() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.New() nameWithType: PicklistItems.PicklistItems() - nameWithType.vb: PicklistItems.New() - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.#ctor(Sdl.LanguagePlatform.TranslationMemory.PicklistItems) name: PicklistItems(PicklistItems) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItems__ctor_Sdl_LanguagePlatform_TranslationMemory_PicklistItems_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistItems.#ctor(Sdl.LanguagePlatform.TranslationMemory.PicklistItems) - name.vb: New(PicklistItems) fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.PicklistItems(Sdl.LanguagePlatform.TranslationMemory.PicklistItems) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.New(Sdl.LanguagePlatform.TranslationMemory.PicklistItems) nameWithType: PicklistItems.PicklistItems(PicklistItems) - nameWithType.vb: PicklistItems.New(PicklistItems) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.#ctor* name: PicklistItems href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItems__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.PicklistItems.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.PicklistItems - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.New nameWithType: PicklistItems.PicklistItems - nameWithType.vb: PicklistItems.New - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Add(Sdl.LanguagePlatform.TranslationMemory.PicklistItem) name: Add(PicklistItem) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItems_Add_Sdl_LanguagePlatform_TranslationMemory_PicklistItem_ @@ -106015,23 +94880,17 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Add(Sdl.LanguagePlatform.TranslationMemory.PicklistItem) nameWithType: PicklistItems.Add(PicklistItem) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Add(Sdl.LanguagePlatform.TranslationMemory.PicklistItem,System.Boolean) - name: Add(PicklistItem, bool) + name: Add(PicklistItem, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItems_Add_Sdl_LanguagePlatform_TranslationMemory_PicklistItem_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Add(Sdl.LanguagePlatform.TranslationMemory.PicklistItem,System.Boolean) - name.vb: Add(PicklistItem, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Add(Sdl.LanguagePlatform.TranslationMemory.PicklistItem, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Add(Sdl.LanguagePlatform.TranslationMemory.PicklistItem, Boolean) - nameWithType: PicklistItems.Add(PicklistItem, bool) - nameWithType.vb: PicklistItems.Add(PicklistItem, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Add(Sdl.LanguagePlatform.TranslationMemory.PicklistItem, System.Boolean) + nameWithType: PicklistItems.Add(PicklistItem, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Add(System.String) - name: Add(string) + name: Add(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItems_Add_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Add(System.String) - name.vb: Add(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Add(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Add(String) - nameWithType: PicklistItems.Add(string) - nameWithType.vb: PicklistItems.Add(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Add(System.String) + nameWithType: PicklistItems.Add(String) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Add* name: Add href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItems_Add_ @@ -106057,14 +94916,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Contains(Sdl.LanguagePlatform.TranslationMemory.PicklistItem) nameWithType: PicklistItems.Contains(PicklistItem) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Contains(System.String) - name: Contains(string) + name: Contains(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItems_Contains_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Contains(System.String) - name.vb: Contains(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Contains(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Contains(String) - nameWithType: PicklistItems.Contains(string) - nameWithType.vb: PicklistItems.Contains(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Contains(System.String) + nameWithType: PicklistItems.Contains(String) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Contains* name: Contains href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItems_Contains_ @@ -106072,14 +94928,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Contains nameWithType: PicklistItems.Contains - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItems_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Equals(Object) - nameWithType: PicklistItems.Equals(object) - nameWithType.vb: PicklistItems.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Equals(System.Object) + nameWithType: PicklistItems.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItems_Equals_ @@ -106123,29 +94976,39 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.GetNames nameWithType: PicklistItems.GetNames - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Lookup(System.Int32) - name: Lookup(int) + name: Lookup(Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItems_Lookup_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Lookup(System.Int32) - name.vb: Lookup(Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Lookup(int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Lookup(Integer) - nameWithType: PicklistItems.Lookup(int) - nameWithType.vb: PicklistItems.Lookup(Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Lookup(System.Int32) + nameWithType: PicklistItems.Lookup(Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Lookup(System.String) - name: Lookup(string) + name: Lookup(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItems_Lookup_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Lookup(System.String) - name.vb: Lookup(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Lookup(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Lookup(String) - nameWithType: PicklistItems.Lookup(string) - nameWithType.vb: PicklistItems.Lookup(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Lookup(System.String) + nameWithType: PicklistItems.Lookup(String) - uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Lookup* name: Lookup href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItems_Lookup_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Lookup fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.Lookup nameWithType: PicklistItems.Lookup +- uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.System#Collections#IEnumerable#GetEnumerator + name: IEnumerable.GetEnumerator() + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItems_System_Collections_IEnumerable_GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemory.PicklistItems.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.System.Collections.IEnumerable.GetEnumerator() + nameWithType: PicklistItems.IEnumerable.GetEnumerator() + nameWithType.vb: PicklistItems.System.Collections.IEnumerable.GetEnumerator() +- uid: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.System#Collections#IEnumerable#GetEnumerator* + name: IEnumerable.GetEnumerator + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PicklistItems.html#Sdl_LanguagePlatform_TranslationMemory_PicklistItems_System_Collections_IEnumerable_GetEnumerator_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.PicklistItems.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator + fullName: Sdl.LanguagePlatform.TranslationMemory.PicklistItems.System.Collections.IEnumerable.GetEnumerator + nameWithType: PicklistItems.IEnumerable.GetEnumerator + nameWithType.vb: PicklistItems.System.Collections.IEnumerable.GetEnumerator - uid: Sdl.LanguagePlatform.TranslationMemory.Placeable name: Placeable href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Placeable.html @@ -106156,38 +95019,26 @@ references: name: Placeable() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Placeable.html#Sdl_LanguagePlatform_TranslationMemory_Placeable__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.Placeable.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.Placeable.Placeable() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Placeable.New() nameWithType: Placeable.Placeable() - nameWithType.vb: Placeable.New() - uid: Sdl.LanguagePlatform.TranslationMemory.Placeable.#ctor(Sdl.LanguagePlatform.TranslationMemory.PlaceableType,System.Int32,System.Int32) - name: Placeable(PlaceableType, int, int) + name: Placeable(PlaceableType, Int32, Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Placeable.html#Sdl_LanguagePlatform_TranslationMemory_Placeable__ctor_Sdl_LanguagePlatform_TranslationMemory_PlaceableType_System_Int32_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Placeable.#ctor(Sdl.LanguagePlatform.TranslationMemory.PlaceableType,System.Int32,System.Int32) - name.vb: New(PlaceableType, Integer, Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.Placeable.Placeable(Sdl.LanguagePlatform.TranslationMemory.PlaceableType, int, int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Placeable.New(Sdl.LanguagePlatform.TranslationMemory.PlaceableType, Integer, Integer) - nameWithType: Placeable.Placeable(PlaceableType, int, int) - nameWithType.vb: Placeable.New(PlaceableType, Integer, Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.Placeable.Placeable(Sdl.LanguagePlatform.TranslationMemory.PlaceableType, System.Int32, System.Int32) + nameWithType: Placeable.Placeable(PlaceableType, Int32, Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.Placeable.#ctor* name: Placeable href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Placeable.html#Sdl_LanguagePlatform_TranslationMemory_Placeable__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.Placeable.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.Placeable.Placeable - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Placeable.New nameWithType: Placeable.Placeable - nameWithType.vb: Placeable.New - uid: Sdl.LanguagePlatform.TranslationMemory.Placeable.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Placeable.html#Sdl_LanguagePlatform_TranslationMemory_Placeable_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Placeable.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemory.Placeable.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Placeable.Equals(Object) - nameWithType: Placeable.Equals(object) - nameWithType.vb: Placeable.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemory.Placeable.Equals(System.Object) + nameWithType: Placeable.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemory.Placeable.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Placeable.html#Sdl_LanguagePlatform_TranslationMemory_Placeable_Equals_ @@ -106276,20 +95127,14 @@ references: name: PlaceableAssociation(Placeable, Placeable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.html#Sdl_LanguagePlatform_TranslationMemory_PlaceableAssociation__ctor_Sdl_LanguagePlatform_TranslationMemory_Placeable_Sdl_LanguagePlatform_TranslationMemory_Placeable_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.#ctor(Sdl.LanguagePlatform.TranslationMemory.Placeable,Sdl.LanguagePlatform.TranslationMemory.Placeable) - name.vb: New(Placeable, Placeable) fullName: Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.PlaceableAssociation(Sdl.LanguagePlatform.TranslationMemory.Placeable, Sdl.LanguagePlatform.TranslationMemory.Placeable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.New(Sdl.LanguagePlatform.TranslationMemory.Placeable, Sdl.LanguagePlatform.TranslationMemory.Placeable) nameWithType: PlaceableAssociation.PlaceableAssociation(Placeable, Placeable) - nameWithType.vb: PlaceableAssociation.New(Placeable, Placeable) - uid: Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.#ctor* name: PlaceableAssociation href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.html#Sdl_LanguagePlatform_TranslationMemory_PlaceableAssociation__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.PlaceableAssociation - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.New nameWithType: PlaceableAssociation.PlaceableAssociation - nameWithType.vb: PlaceableAssociation.New - uid: Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.AreAssociable(Sdl.LanguagePlatform.TranslationMemory.Placeable,Sdl.LanguagePlatform.TranslationMemory.Placeable) name: AreAssociable(Placeable, Placeable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.PlaceableAssociation.html#Sdl_LanguagePlatform_TranslationMemory_PlaceableAssociation_AreAssociable_Sdl_LanguagePlatform_TranslationMemory_Placeable_Sdl_LanguagePlatform_TranslationMemory_Placeable_ @@ -106453,29 +95298,20 @@ references: name: RegularIterator() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.RegularIterator.html#Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.RegularIterator.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.RegularIterator.RegularIterator() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.RegularIterator.New() nameWithType: RegularIterator.RegularIterator() - nameWithType.vb: RegularIterator.New() - uid: Sdl.LanguagePlatform.TranslationMemory.RegularIterator.#ctor(System.Int32) - name: RegularIterator(int) + name: RegularIterator(Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.RegularIterator.html#Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ctor_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.RegularIterator.#ctor(System.Int32) - name.vb: New(Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.RegularIterator.RegularIterator(int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.RegularIterator.New(Integer) - nameWithType: RegularIterator.RegularIterator(int) - nameWithType.vb: RegularIterator.New(Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.RegularIterator.RegularIterator(System.Int32) + nameWithType: RegularIterator.RegularIterator(Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.RegularIterator.#ctor* name: RegularIterator href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.RegularIterator.html#Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.RegularIterator.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.RegularIterator.RegularIterator - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.RegularIterator.New nameWithType: RegularIterator.RegularIterator - nameWithType.vb: RegularIterator.New - uid: Sdl.LanguagePlatform.TranslationMemory.RegularIterator.PositionFrom name: PositionFrom href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.RegularIterator.html#Sdl_LanguagePlatform_TranslationMemory_RegularIterator_PositionFrom @@ -106522,20 +95358,14 @@ references: name: ScoringResult() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ScoringResult.html#Sdl_LanguagePlatform_TranslationMemory_ScoringResult__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.ScoringResult.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.ScoringResult() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.New() nameWithType: ScoringResult.ScoringResult() - nameWithType.vb: ScoringResult.New() - uid: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.#ctor* name: ScoringResult href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ScoringResult.html#Sdl_LanguagePlatform_TranslationMemory_ScoringResult__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.ScoringResult.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.ScoringResult - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.New nameWithType: ScoringResult.ScoringResult - nameWithType.vb: ScoringResult.New - uid: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.AppliedPenalties name: AppliedPenalties href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ScoringResult.html#Sdl_LanguagePlatform_TranslationMemory_ScoringResult_AppliedPenalties @@ -106549,14 +95379,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.AppliedPenalties nameWithType: ScoringResult.AppliedPenalties - uid: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.ApplyFilter(System.String,System.Int32) - name: ApplyFilter(string, int) + name: ApplyFilter(String, Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ScoringResult.html#Sdl_LanguagePlatform_TranslationMemory_ScoringResult_ApplyFilter_System_String_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.ScoringResult.ApplyFilter(System.String,System.Int32) - name.vb: ApplyFilter(String, Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.ApplyFilter(string, int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.ApplyFilter(String, Integer) - nameWithType: ScoringResult.ApplyFilter(string, int) - nameWithType.vb: ScoringResult.ApplyFilter(String, Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.ApplyFilter(System.String, System.Int32) + nameWithType: ScoringResult.ApplyFilter(String, Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.ApplyFilter* name: ApplyFilter href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ScoringResult.html#Sdl_LanguagePlatform_TranslationMemory_ScoringResult_ApplyFilter_ @@ -106600,14 +95427,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.EditDistance nameWithType: ScoringResult.EditDistance - uid: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.FindAppliedFilter(System.String) - name: FindAppliedFilter(string) + name: FindAppliedFilter(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ScoringResult.html#Sdl_LanguagePlatform_TranslationMemory_ScoringResult_FindAppliedFilter_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.ScoringResult.FindAppliedFilter(System.String) - name.vb: FindAppliedFilter(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.FindAppliedFilter(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.FindAppliedFilter(String) - nameWithType: ScoringResult.FindAppliedFilter(string) - nameWithType.vb: ScoringResult.FindAppliedFilter(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.FindAppliedFilter(System.String) + nameWithType: ScoringResult.FindAppliedFilter(String) - uid: Sdl.LanguagePlatform.TranslationMemory.ScoringResult.FindAppliedFilter* name: FindAppliedFilter href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ScoringResult.html#Sdl_LanguagePlatform_TranslationMemory_ScoringResult_FindAppliedFilter_ @@ -106840,20 +95664,14 @@ references: name: SearchResult(TranslationUnit) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResult.html#Sdl_LanguagePlatform_TranslationMemory_SearchResult__ctor_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResult.#ctor(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) - name.vb: New(TranslationUnit) fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResult.SearchResult(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResult.New(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) nameWithType: SearchResult.SearchResult(TranslationUnit) - nameWithType.vb: SearchResult.New(TranslationUnit) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResult.#ctor* name: SearchResult href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResult.html#Sdl_LanguagePlatform_TranslationMemory_SearchResult__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SearchResult.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResult.SearchResult - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResult.New nameWithType: SearchResult.SearchResult - nameWithType.vb: SearchResult.New - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResult.CascadeEntryIndex name: CascadeEntryIndex href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResult.html#Sdl_LanguagePlatform_TranslationMemory_SearchResult_CascadeEntryIndex @@ -106972,29 +95790,20 @@ references: name: SearchResultFieldValueAccessor(SearchResult) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.html#Sdl_LanguagePlatform_TranslationMemory_SearchResultFieldValueAccessor__ctor_Sdl_LanguagePlatform_TranslationMemory_SearchResult_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.#ctor(Sdl.LanguagePlatform.TranslationMemory.SearchResult) - name.vb: New(SearchResult) fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.SearchResultFieldValueAccessor(Sdl.LanguagePlatform.TranslationMemory.SearchResult) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.New(Sdl.LanguagePlatform.TranslationMemory.SearchResult) nameWithType: SearchResultFieldValueAccessor.SearchResultFieldValueAccessor(SearchResult) - nameWithType.vb: SearchResultFieldValueAccessor.New(SearchResult) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.#ctor* name: SearchResultFieldValueAccessor href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.html#Sdl_LanguagePlatform_TranslationMemory_SearchResultFieldValueAccessor__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.SearchResultFieldValueAccessor - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.New nameWithType: SearchResultFieldValueAccessor.SearchResultFieldValueAccessor - nameWithType.vb: SearchResultFieldValueAccessor.New - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetType(System.String) - name: GetType(string) + name: GetType(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.html#Sdl_LanguagePlatform_TranslationMemory_SearchResultFieldValueAccessor_GetType_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetType(System.String) - name.vb: GetType(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetType(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetType(String) - nameWithType: SearchResultFieldValueAccessor.GetType(string) - nameWithType.vb: SearchResultFieldValueAccessor.GetType(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetType(System.String) + nameWithType: SearchResultFieldValueAccessor.GetType(String) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetType* name: GetType href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.html#Sdl_LanguagePlatform_TranslationMemory_SearchResultFieldValueAccessor_GetType_ @@ -107002,23 +95811,17 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetType nameWithType: SearchResultFieldValueAccessor.GetType - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetValue(System.String) - name: GetValue(string) + name: GetValue(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.html#Sdl_LanguagePlatform_TranslationMemory_SearchResultFieldValueAccessor_GetValue_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetValue(System.String) - name.vb: GetValue(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetValue(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetValue(String) - nameWithType: SearchResultFieldValueAccessor.GetValue(string) - nameWithType.vb: SearchResultFieldValueAccessor.GetValue(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetValue(System.String) + nameWithType: SearchResultFieldValueAccessor.GetValue(String) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetValue(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name: GetValue(string, FieldValueType) + name: GetValue(String, FieldValueType) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.html#Sdl_LanguagePlatform_TranslationMemory_SearchResultFieldValueAccessor_GetValue_System_String_Sdl_LanguagePlatform_TranslationMemory_FieldValueType_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetValue(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name.vb: GetValue(String, FieldValueType) - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetValue(string, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetValue(String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - nameWithType: SearchResultFieldValueAccessor.GetValue(string, FieldValueType) - nameWithType.vb: SearchResultFieldValueAccessor.GetValue(String, FieldValueType) + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetValue(System.String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) + nameWithType: SearchResultFieldValueAccessor.GetValue(String, FieldValueType) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.GetValue* name: GetValue href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueAccessor.html#Sdl_LanguagePlatform_TranslationMemory_SearchResultFieldValueAccessor_GetValue_ @@ -107035,29 +95838,20 @@ references: name: SearchResultFieldValueComparer() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.html#Sdl_LanguagePlatform_TranslationMemory_SearchResultFieldValueComparer__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.SearchResultFieldValueComparer() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.New() nameWithType: SearchResultFieldValueComparer.SearchResultFieldValueComparer() - nameWithType.vb: SearchResultFieldValueComparer.New() - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.#ctor* name: SearchResultFieldValueComparer href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.html#Sdl_LanguagePlatform_TranslationMemory_SearchResultFieldValueComparer__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.SearchResultFieldValueComparer - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.New nameWithType: SearchResultFieldValueComparer.SearchResultFieldValueComparer - nameWithType.vb: SearchResultFieldValueComparer.New - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.Compare(Sdl.LanguagePlatform.TranslationMemory.SearchResult,Sdl.LanguagePlatform.TranslationMemory.SearchResult,System.String) - name: Compare(SearchResult, SearchResult, string) + name: Compare(SearchResult, SearchResult, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.html#Sdl_LanguagePlatform_TranslationMemory_SearchResultFieldValueComparer_Compare_Sdl_LanguagePlatform_TranslationMemory_SearchResult_Sdl_LanguagePlatform_TranslationMemory_SearchResult_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.Compare(Sdl.LanguagePlatform.TranslationMemory.SearchResult,Sdl.LanguagePlatform.TranslationMemory.SearchResult,System.String) - name.vb: Compare(SearchResult, SearchResult, String) - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.Compare(Sdl.LanguagePlatform.TranslationMemory.SearchResult, Sdl.LanguagePlatform.TranslationMemory.SearchResult, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.Compare(Sdl.LanguagePlatform.TranslationMemory.SearchResult, Sdl.LanguagePlatform.TranslationMemory.SearchResult, String) - nameWithType: SearchResultFieldValueComparer.Compare(SearchResult, SearchResult, string) - nameWithType.vb: SearchResultFieldValueComparer.Compare(SearchResult, SearchResult, String) + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.Compare(Sdl.LanguagePlatform.TranslationMemory.SearchResult, Sdl.LanguagePlatform.TranslationMemory.SearchResult, System.String) + nameWithType: SearchResultFieldValueComparer.Compare(SearchResult, SearchResult, String) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.Compare* name: Compare href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultFieldValueComparer.html#Sdl_LanguagePlatform_TranslationMemory_SearchResultFieldValueComparer_Compare_ @@ -107074,29 +95868,20 @@ references: name: SearchResults() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResults() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResults.New() nameWithType: SearchResults.SearchResults() - nameWithType.vb: SearchResults.New() - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.#ctor(Sdl.LanguagePlatform.TranslationMemory.SortSpecification) name: SearchResults(SortSpecification) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults__ctor_Sdl_LanguagePlatform_TranslationMemory_SortSpecification_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.#ctor(Sdl.LanguagePlatform.TranslationMemory.SortSpecification) - name.vb: New(SortSpecification) fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResults(Sdl.LanguagePlatform.TranslationMemory.SortSpecification) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResults.New(Sdl.LanguagePlatform.TranslationMemory.SortSpecification) nameWithType: SearchResults.SearchResults(SortSpecification) - nameWithType.vb: SearchResults.New(SortSpecification) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.#ctor* name: SearchResults href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SearchResults.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResults - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResults.New nameWithType: SearchResults.SearchResults - nameWithType.vb: SearchResults.New - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Add(Sdl.LanguagePlatform.TranslationMemory.SearchResult) name: Add(SearchResult) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_Add_Sdl_LanguagePlatform_TranslationMemory_SearchResult_ @@ -107122,14 +95907,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.AreEqual nameWithType: SearchResults.AreEqual - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Cap(System.Int32) - name: Cap(int) + name: Cap(Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_Cap_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.Cap(System.Int32) - name.vb: Cap(Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Cap(int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Cap(Integer) - nameWithType: SearchResults.Cap(int) - nameWithType.vb: SearchResults.Cap(Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Cap(System.Int32) + nameWithType: SearchResults.Cap(Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Cap* name: Cap href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_Cap_ @@ -107218,14 +96000,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DocumentPlaceables nameWithType: SearchResults.DocumentPlaceables - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.HasTuId(System.Int32) - name: HasTuId(int) + name: HasTuId(Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_HasTuId_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.HasTuId(System.Int32) - name.vb: HasTuId(Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.HasTuId(int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResults.HasTuId(Integer) - nameWithType: SearchResults.HasTuId(int) - nameWithType.vb: SearchResults.HasTuId(Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.HasTuId(System.Int32) + nameWithType: SearchResults.HasTuId(Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.HasTuId* name: HasTuId href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_HasTuId_ @@ -107233,32 +96012,26 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.HasTuId nameWithType: SearchResults.HasTuId - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Item(System.Int32) - name: this[int] + name: Item[Int32] href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_Item_System_Int32_ commentId: P:Sdl.LanguagePlatform.TranslationMemory.SearchResults.Item(System.Int32) - name.vb: this[](Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.this[int] - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResults.this[](Integer) - nameWithType: SearchResults.this[int] - nameWithType.vb: SearchResults.this[](Integer) + name.vb: Item(Int32) + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Item[System.Int32] + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Item(System.Int32) + nameWithType: SearchResults.Item[Int32] + nameWithType.vb: SearchResults.Item(Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Item* - name: this + name: Item href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_Item_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SearchResults.Item - name.vb: this[] - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.this - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResults.this[] - nameWithType: SearchResults.this - nameWithType.vb: SearchResults.this[] + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Item + nameWithType: SearchResults.Item - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults,System.Boolean) - name: Merge(SearchResults, bool) + name: Merge(SearchResults, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_Merge_Sdl_LanguagePlatform_TranslationMemory_SearchResults_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults,System.Boolean) - name.vb: Merge(SearchResults, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults, Boolean) - nameWithType: SearchResults.Merge(SearchResults, bool) - nameWithType.vb: SearchResults.Merge(SearchResults, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults, System.Boolean) + nameWithType: SearchResults.Merge(SearchResults, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge* name: Merge href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_Merge_ @@ -107278,13 +96051,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.MultipleTranslations nameWithType: SearchResults.MultipleTranslations - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.PostMergeFixup(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemory.SearchResults},System.Collections.Generic.IEnumerable{System.Boolean},Sdl.LanguagePlatform.TranslationMemory.SearchSettings) - name: PostMergeFixup(IEnumerable, IEnumerable, SearchSettings) + name: PostMergeFixup(IEnumerable, IEnumerable, SearchSettings) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_PostMergeFixup_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemory_SearchResults__System_Collections_Generic_IEnumerable_System_Boolean__Sdl_LanguagePlatform_TranslationMemory_SearchSettings_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.PostMergeFixup(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemory.SearchResults},System.Collections.Generic.IEnumerable{System.Boolean},Sdl.LanguagePlatform.TranslationMemory.SearchSettings) name.vb: PostMergeFixup(IEnumerable(Of SearchResults), IEnumerable(Of Boolean), SearchSettings) - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.PostMergeFixup(System.Collections.Generic.IEnumerable, System.Collections.Generic.IEnumerable, Sdl.LanguagePlatform.TranslationMemory.SearchSettings) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResults.PostMergeFixup(System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemory.SearchResults), System.Collections.Generic.IEnumerable(Of Boolean), Sdl.LanguagePlatform.TranslationMemory.SearchSettings) - nameWithType: SearchResults.PostMergeFixup(IEnumerable, IEnumerable, SearchSettings) + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.PostMergeFixup(System.Collections.Generic.IEnumerable, System.Collections.Generic.IEnumerable, Sdl.LanguagePlatform.TranslationMemory.SearchSettings) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResults.PostMergeFixup(System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemory.SearchResults), System.Collections.Generic.IEnumerable(Of System.Boolean), Sdl.LanguagePlatform.TranslationMemory.SearchSettings) + nameWithType: SearchResults.PostMergeFixup(IEnumerable, IEnumerable, SearchSettings) nameWithType.vb: SearchResults.PostMergeFixup(IEnumerable(Of SearchResults), IEnumerable(Of Boolean), SearchSettings) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.PostMergeFixup* name: PostMergeFixup @@ -107293,13 +96066,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.PostMergeFixup nameWithType: SearchResults.PostMergeFixup - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.RemoveAll(System.Func{Sdl.LanguagePlatform.TranslationMemory.SearchResult,System.Boolean}) - name: RemoveAll(Func) + name: RemoveAll(Func) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_RemoveAll_System_Func_Sdl_LanguagePlatform_TranslationMemory_SearchResult_System_Boolean__ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.RemoveAll(System.Func{Sdl.LanguagePlatform.TranslationMemory.SearchResult,System.Boolean}) name.vb: RemoveAll(Func(Of SearchResult, Boolean)) - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.RemoveAll(System.Func) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResults.RemoveAll(System.Func(Of Sdl.LanguagePlatform.TranslationMemory.SearchResult, Boolean)) - nameWithType: SearchResults.RemoveAll(Func) + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.RemoveAll(System.Func) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResults.RemoveAll(System.Func(Of Sdl.LanguagePlatform.TranslationMemory.SearchResult, System.Boolean)) + nameWithType: SearchResults.RemoveAll(Func) nameWithType.vb: SearchResults.RemoveAll(Func(Of SearchResult, Boolean)) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.RemoveAll* name: RemoveAll @@ -107347,32 +96120,23 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer nameWithType: SearchResults.SearchResultComparer - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.#ctor(System.Object,System.IntPtr) - name: SearchResultComparer(object, IntPtr) + name: SearchResultComparer(Object, IntPtr) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_SearchResultComparer__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.SearchResultComparer(object, System.IntPtr) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.New(Object, System.IntPtr) - nameWithType: SearchResults.SearchResultComparer.SearchResultComparer(object, IntPtr) - nameWithType.vb: SearchResults.SearchResultComparer.New(Object, IntPtr) + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.SearchResultComparer(System.Object, System.IntPtr) + nameWithType: SearchResults.SearchResultComparer.SearchResultComparer(Object, IntPtr) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.#ctor* name: SearchResultComparer href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_SearchResultComparer__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.SearchResultComparer - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.New nameWithType: SearchResults.SearchResultComparer.SearchResultComparer - nameWithType.vb: SearchResults.SearchResultComparer.New - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.BeginInvoke(Sdl.LanguagePlatform.TranslationMemory.SearchResult,Sdl.LanguagePlatform.TranslationMemory.SearchResult,System.AsyncCallback,System.Object) - name: BeginInvoke(SearchResult, SearchResult, AsyncCallback, object) + name: BeginInvoke(SearchResult, SearchResult, AsyncCallback, Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_SearchResultComparer_BeginInvoke_Sdl_LanguagePlatform_TranslationMemory_SearchResult_Sdl_LanguagePlatform_TranslationMemory_SearchResult_System_AsyncCallback_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.BeginInvoke(Sdl.LanguagePlatform.TranslationMemory.SearchResult,Sdl.LanguagePlatform.TranslationMemory.SearchResult,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(SearchResult, SearchResult, AsyncCallback, Object) - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.BeginInvoke(Sdl.LanguagePlatform.TranslationMemory.SearchResult, Sdl.LanguagePlatform.TranslationMemory.SearchResult, System.AsyncCallback, object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.BeginInvoke(Sdl.LanguagePlatform.TranslationMemory.SearchResult, Sdl.LanguagePlatform.TranslationMemory.SearchResult, System.AsyncCallback, Object) - nameWithType: SearchResults.SearchResultComparer.BeginInvoke(SearchResult, SearchResult, AsyncCallback, object) - nameWithType.vb: SearchResults.SearchResultComparer.BeginInvoke(SearchResult, SearchResult, AsyncCallback, Object) + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.BeginInvoke(Sdl.LanguagePlatform.TranslationMemory.SearchResult, Sdl.LanguagePlatform.TranslationMemory.SearchResult, System.AsyncCallback, System.Object) + nameWithType: SearchResults.SearchResultComparer.BeginInvoke(SearchResult, SearchResult, AsyncCallback, Object) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.BeginInvoke* name: BeginInvoke href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_SearchResultComparer_BeginInvoke_ @@ -107416,20 +96180,17 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(Sdl.LanguagePlatform.TranslationMemory.SortSpecification) nameWithType: SearchResults.Sort(SortSpecification) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(Sdl.LanguagePlatform.TranslationMemory.SortSpecification,Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer) - name: Sort(SortSpecification, SearchResultComparer) + name: Sort(SortSpecification, SearchResults.SearchResultComparer) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_Sort_Sdl_LanguagePlatform_TranslationMemory_SortSpecification_Sdl_LanguagePlatform_TranslationMemory_SearchResults_SearchResultComparer_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(Sdl.LanguagePlatform.TranslationMemory.SortSpecification,Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer) fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(Sdl.LanguagePlatform.TranslationMemory.SortSpecification, Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer) nameWithType: SearchResults.Sort(SortSpecification, SearchResults.SearchResultComparer) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(System.String) - name: Sort(string) + name: Sort(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_Sort_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(System.String) - name.vb: Sort(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(String) - nameWithType: SearchResults.Sort(string) - nameWithType.vb: SearchResults.Sort(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(System.String) + nameWithType: SearchResults.Sort(String) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort* name: Sort href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_Sort_ @@ -107484,6 +96245,38 @@ references: commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SearchResults.SourceWordCounts fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SourceWordCounts nameWithType: SearchResults.SourceWordCounts +- uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.System#Collections#Generic#IEnumerable{Sdl#LanguagePlatform#TranslationMemory#SearchResult}#GetEnumerator + name: IEnumerable.GetEnumerator() + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemory_SearchResult__GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.System#Collections#Generic#IEnumerable{Sdl#LanguagePlatform#TranslationMemory#SearchResult}#GetEnumerator + name.vb: System.Collections.Generic.IEnumerable.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.System.Collections.Generic.IEnumerable.GetEnumerator() + nameWithType: SearchResults.IEnumerable.GetEnumerator() + nameWithType.vb: SearchResults.System.Collections.Generic.IEnumerable.GetEnumerator() +- uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.System#Collections#Generic#IEnumerable{Sdl#LanguagePlatform#TranslationMemory#SearchResult}#GetEnumerator* + name: IEnumerable.GetEnumerator + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemory_SearchResult__GetEnumerator_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SearchResults.System#Collections#Generic#IEnumerable{Sdl#LanguagePlatform#TranslationMemory#SearchResult}#GetEnumerator + name.vb: System.Collections.Generic.IEnumerable.GetEnumerator + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.System.Collections.Generic.IEnumerable.GetEnumerator + nameWithType: SearchResults.IEnumerable.GetEnumerator + nameWithType.vb: SearchResults.System.Collections.Generic.IEnumerable.GetEnumerator +- uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.System#Collections#IEnumerable#GetEnumerator + name: IEnumerable.GetEnumerator() + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_System_Collections_IEnumerable_GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.System.Collections.IEnumerable.GetEnumerator() + nameWithType: SearchResults.IEnumerable.GetEnumerator() + nameWithType.vb: SearchResults.System.Collections.IEnumerable.GetEnumerator() +- uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.System#Collections#IEnumerable#GetEnumerator* + name: IEnumerable.GetEnumerator + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_System_Collections_IEnumerable_GetEnumerator_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SearchResults.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.System.Collections.IEnumerable.GetEnumerator + nameWithType: SearchResults.IEnumerable.GetEnumerator + nameWithType.vb: SearchResults.System.Collections.IEnumerable.GetEnumerator - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged name: SearchResultsMerged href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.html @@ -107494,29 +96287,20 @@ references: name: SearchResultsMerged() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.html#Sdl_LanguagePlatform_TranslationMemory_SearchResultsMerged__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.SearchResultsMerged() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.New() nameWithType: SearchResultsMerged.SearchResultsMerged() - nameWithType.vb: SearchResultsMerged.New() - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.#ctor(Sdl.LanguagePlatform.TranslationMemory.SearchResults) name: SearchResultsMerged(SearchResults) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.html#Sdl_LanguagePlatform_TranslationMemory_SearchResultsMerged__ctor_Sdl_LanguagePlatform_TranslationMemory_SearchResults_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.#ctor(Sdl.LanguagePlatform.TranslationMemory.SearchResults) - name.vb: New(SearchResults) fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.SearchResultsMerged(Sdl.LanguagePlatform.TranslationMemory.SearchResults) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.New(Sdl.LanguagePlatform.TranslationMemory.SearchResults) nameWithType: SearchResultsMerged.SearchResultsMerged(SearchResults) - nameWithType.vb: SearchResultsMerged.New(SearchResults) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.#ctor* name: SearchResultsMerged href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.html#Sdl_LanguagePlatform_TranslationMemory_SearchResultsMerged__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.SearchResultsMerged - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.New nameWithType: SearchResultsMerged.SearchResultsMerged - nameWithType.vb: SearchResultsMerged.New - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.CopyFromSearchResults(Sdl.LanguagePlatform.TranslationMemory.SearchResults) name: CopyFromSearchResults(SearchResults) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.html#Sdl_LanguagePlatform_TranslationMemory_SearchResultsMerged_CopyFromSearchResults_Sdl_LanguagePlatform_TranslationMemory_SearchResults_ @@ -107542,14 +96326,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.DocumentDetails nameWithType: SearchResultsMerged.DocumentDetails - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults,System.Boolean,System.Int32) - name: Merge(SearchResults, bool, int) + name: Merge(SearchResults, Boolean, Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.html#Sdl_LanguagePlatform_TranslationMemory_SearchResultsMerged_Merge_Sdl_LanguagePlatform_TranslationMemory_SearchResults_System_Boolean_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults,System.Boolean,System.Int32) - name.vb: Merge(SearchResults, Boolean, Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults, bool, int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults, Boolean, Integer) - nameWithType: SearchResultsMerged.Merge(SearchResults, bool, int) - nameWithType.vb: SearchResultsMerged.Merge(SearchResults, Boolean, Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults, System.Boolean, System.Int32) + nameWithType: SearchResultsMerged.Merge(SearchResults, Boolean, Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.Merge* name: Merge href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.html#Sdl_LanguagePlatform_TranslationMemory_SearchResultsMerged_Merge_ @@ -107566,20 +96347,14 @@ references: name: SearchSettings() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchSettings.html#Sdl_LanguagePlatform_TranslationMemory_SearchSettings__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchSettings.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.SearchSettings() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.New() nameWithType: SearchSettings.SearchSettings() - nameWithType.vb: SearchSettings.New() - uid: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.#ctor* name: SearchSettings href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchSettings.html#Sdl_LanguagePlatform_TranslationMemory_SearchSettings__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SearchSettings.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.SearchSettings - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.New nameWithType: SearchSettings.SearchSettings - nameWithType.vb: SearchSettings.New - uid: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.AdaptiveMachineTranslationLookupMode name: AdaptiveMachineTranslationLookupMode href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchSettings.html#Sdl_LanguagePlatform_TranslationMemory_SearchSettings_AdaptiveMachineTranslationLookupMode @@ -107605,14 +96380,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.AddFilter nameWithType: SearchSettings.AddFilter - uid: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.AddPenalty(Sdl.LanguagePlatform.TranslationMemory.PenaltyType,System.Int32) - name: AddPenalty(PenaltyType, int) + name: AddPenalty(PenaltyType, Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchSettings.html#Sdl_LanguagePlatform_TranslationMemory_SearchSettings_AddPenalty_Sdl_LanguagePlatform_TranslationMemory_PenaltyType_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchSettings.AddPenalty(Sdl.LanguagePlatform.TranslationMemory.PenaltyType,System.Int32) - name.vb: AddPenalty(PenaltyType, Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.AddPenalty(Sdl.LanguagePlatform.TranslationMemory.PenaltyType, int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.AddPenalty(Sdl.LanguagePlatform.TranslationMemory.PenaltyType, Integer) - nameWithType: SearchSettings.AddPenalty(PenaltyType, int) - nameWithType.vb: SearchSettings.AddPenalty(PenaltyType, Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.AddPenalty(Sdl.LanguagePlatform.TranslationMemory.PenaltyType, System.Int32) + nameWithType: SearchSettings.AddPenalty(PenaltyType, Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.AddPenalty* name: AddPenalty href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchSettings.html#Sdl_LanguagePlatform_TranslationMemory_SearchSettings_AddPenalty_ @@ -107704,14 +96476,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.Filters nameWithType: SearchSettings.Filters - uid: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.FindFilter(System.String) - name: FindFilter(string) + name: FindFilter(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchSettings.html#Sdl_LanguagePlatform_TranslationMemory_SearchSettings_FindFilter_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchSettings.FindFilter(System.String) - name.vb: FindFilter(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.FindFilter(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.FindFilter(String) - nameWithType: SearchSettings.FindFilter(string) - nameWithType.vb: SearchSettings.FindFilter(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.FindFilter(System.String) + nameWithType: SearchSettings.FindFilter(String) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.FindFilter* name: FindFilter href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchSettings.html#Sdl_LanguagePlatform_TranslationMemory_SearchSettings_FindFilter_ @@ -107845,14 +96614,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.QuickInsertIds nameWithType: SearchSettings.QuickInsertIds - uid: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.RemoveFilter(System.String) - name: RemoveFilter(string) + name: RemoveFilter(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchSettings.html#Sdl_LanguagePlatform_TranslationMemory_SearchSettings_RemoveFilter_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchSettings.RemoveFilter(System.String) - name.vb: RemoveFilter(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.RemoveFilter(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.RemoveFilter(String) - nameWithType: SearchSettings.RemoveFilter(string) - nameWithType.vb: SearchSettings.RemoveFilter(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.RemoveFilter(System.String) + nameWithType: SearchSettings.RemoveFilter(String) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchSettings.RemoveFilter* name: RemoveFilter href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchSettings.html#Sdl_LanguagePlatform_TranslationMemory_SearchSettings_RemoveFilter_ @@ -107893,29 +96659,20 @@ references: name: SegmentAndSubsegmentSearchResults() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SegmentAndSubsegmentSearchResults__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.SegmentAndSubsegmentSearchResults() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.New() nameWithType: SegmentAndSubsegmentSearchResults.SegmentAndSubsegmentSearchResults() - nameWithType.vb: SegmentAndSubsegmentSearchResults.New() - uid: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.#ctor(Sdl.LanguagePlatform.TranslationMemory.SearchResults,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection) name: SegmentAndSubsegmentSearchResults(SearchResults, SubsegmentSearchResultsCollection) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SegmentAndSubsegmentSearchResults__ctor_Sdl_LanguagePlatform_TranslationMemory_SearchResults_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResultsCollection_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.#ctor(Sdl.LanguagePlatform.TranslationMemory.SearchResults,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection) - name.vb: New(SearchResults, SubsegmentSearchResultsCollection) fullName: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.SegmentAndSubsegmentSearchResults(Sdl.LanguagePlatform.TranslationMemory.SearchResults, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.New(Sdl.LanguagePlatform.TranslationMemory.SearchResults, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection) nameWithType: SegmentAndSubsegmentSearchResults.SegmentAndSubsegmentSearchResults(SearchResults, SubsegmentSearchResultsCollection) - nameWithType.vb: SegmentAndSubsegmentSearchResults.New(SearchResults, SubsegmentSearchResultsCollection) - uid: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.#ctor* name: SegmentAndSubsegmentSearchResults href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SegmentAndSubsegmentSearchResults__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.SegmentAndSubsegmentSearchResults - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.New nameWithType: SegmentAndSubsegmentSearchResults.SegmentAndSubsegmentSearchResults - nameWithType.vb: SegmentAndSubsegmentSearchResults.New - uid: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.ResultsPerFragment name: ResultsPerFragment href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SegmentAndSubsegmentSearchResults_ResultsPerFragment @@ -107950,38 +96707,26 @@ references: name: SegmentAndSubsegmentSearchResultsMerged() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.html#Sdl_LanguagePlatform_TranslationMemory_SegmentAndSubsegmentSearchResultsMerged__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.SegmentAndSubsegmentSearchResultsMerged() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.New() nameWithType: SegmentAndSubsegmentSearchResultsMerged.SegmentAndSubsegmentSearchResultsMerged() - nameWithType.vb: SegmentAndSubsegmentSearchResultsMerged.New() - uid: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.#ctor(Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults) name: SegmentAndSubsegmentSearchResultsMerged(SegmentAndSubsegmentSearchResults) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.html#Sdl_LanguagePlatform_TranslationMemory_SegmentAndSubsegmentSearchResultsMerged__ctor_Sdl_LanguagePlatform_TranslationMemory_SegmentAndSubsegmentSearchResults_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.#ctor(Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults) - name.vb: New(SegmentAndSubsegmentSearchResults) fullName: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.SegmentAndSubsegmentSearchResultsMerged(Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.New(Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults) nameWithType: SegmentAndSubsegmentSearchResultsMerged.SegmentAndSubsegmentSearchResultsMerged(SegmentAndSubsegmentSearchResults) - nameWithType.vb: SegmentAndSubsegmentSearchResultsMerged.New(SegmentAndSubsegmentSearchResults) - uid: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.#ctor* name: SegmentAndSubsegmentSearchResultsMerged href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.html#Sdl_LanguagePlatform_TranslationMemory_SegmentAndSubsegmentSearchResultsMerged__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.SegmentAndSubsegmentSearchResultsMerged - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.New nameWithType: SegmentAndSubsegmentSearchResultsMerged.SegmentAndSubsegmentSearchResultsMerged - nameWithType.vb: SegmentAndSubsegmentSearchResultsMerged.New - uid: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.Merge(Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults,System.Boolean,System.Int32) - name: Merge(SegmentAndSubsegmentSearchResults, bool, int) + name: Merge(SegmentAndSubsegmentSearchResults, Boolean, Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.html#Sdl_LanguagePlatform_TranslationMemory_SegmentAndSubsegmentSearchResultsMerged_Merge_Sdl_LanguagePlatform_TranslationMemory_SegmentAndSubsegmentSearchResults_System_Boolean_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.Merge(Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults,System.Boolean,System.Int32) - name.vb: Merge(SegmentAndSubsegmentSearchResults, Boolean, Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.Merge(Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults, bool, int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.Merge(Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults, Boolean, Integer) - nameWithType: SegmentAndSubsegmentSearchResultsMerged.Merge(SegmentAndSubsegmentSearchResults, bool, int) - nameWithType.vb: SegmentAndSubsegmentSearchResultsMerged.Merge(SegmentAndSubsegmentSearchResults, Boolean, Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.Merge(Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults, System.Boolean, System.Int32) + nameWithType: SegmentAndSubsegmentSearchResultsMerged.Merge(SegmentAndSubsegmentSearchResults, Boolean, Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.Merge* name: Merge href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.html#Sdl_LanguagePlatform_TranslationMemory_SegmentAndSubsegmentSearchResultsMerged_Merge_ @@ -108010,28 +96755,22 @@ references: name: SegmentSerializer() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.html#Sdl_LanguagePlatform_TranslationMemory_SegmentSerializer__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.SegmentSerializer() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.New() nameWithType: SegmentSerializer.SegmentSerializer() - nameWithType.vb: SegmentSerializer.New() - uid: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.#ctor* name: SegmentSerializer href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.html#Sdl_LanguagePlatform_TranslationMemory_SegmentSerializer__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.SegmentSerializer - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.New nameWithType: SegmentSerializer.SegmentSerializer - nameWithType.vb: SegmentSerializer.New - uid: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.Load(System.String,System.Byte[],Sdl.Core.Globalization.CultureCode) - name: Load(string, byte[], CultureCode) + name: Load(String, Byte[], CultureCode) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.html#Sdl_LanguagePlatform_TranslationMemory_SegmentSerializer_Load_System_String_System_Byte___Sdl_Core_Globalization_CultureCode_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.Load(System.String,System.Byte[],Sdl.Core.Globalization.CultureCode) name.vb: Load(String, Byte(), CultureCode) - fullName: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.Load(string, byte[], Sdl.Core.Globalization.CultureCode) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.Load(String, Byte(), Sdl.Core.Globalization.CultureCode) - nameWithType: SegmentSerializer.Load(string, byte[], CultureCode) + fullName: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.Load(System.String, System.Byte[], Sdl.Core.Globalization.CultureCode) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.Load(System.String, System.Byte(), Sdl.Core.Globalization.CultureCode) + nameWithType: SegmentSerializer.Load(String, Byte[], CultureCode) nameWithType.vb: SegmentSerializer.Load(String, Byte(), CultureCode) - uid: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.Load* name: Load @@ -108040,13 +96779,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.Load nameWithType: SegmentSerializer.Load - uid: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.Save(Sdl.LanguagePlatform.Core.Segment,System.Collections.Generic.List{System.Byte}) - name: Save(Segment, List) + name: Save(Segment, List) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.html#Sdl_LanguagePlatform_TranslationMemory_SegmentSerializer_Save_Sdl_LanguagePlatform_Core_Segment_System_Collections_Generic_List_System_Byte__ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.Save(Sdl.LanguagePlatform.Core.Segment,System.Collections.Generic.List{System.Byte}) name.vb: Save(Segment, List(Of Byte)) - fullName: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.Save(Sdl.LanguagePlatform.Core.Segment, System.Collections.Generic.List) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.Save(Sdl.LanguagePlatform.Core.Segment, System.Collections.Generic.List(Of Byte)) - nameWithType: SegmentSerializer.Save(Segment, List) + fullName: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.Save(Sdl.LanguagePlatform.Core.Segment, System.Collections.Generic.List) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.Save(Sdl.LanguagePlatform.Core.Segment, System.Collections.Generic.List(Of System.Byte)) + nameWithType: SegmentSerializer.Save(Segment, List) nameWithType.vb: SegmentSerializer.Save(Segment, List(Of Byte)) - uid: Sdl.LanguagePlatform.TranslationMemory.SegmentSerializer.Save* name: Save @@ -108064,47 +96803,32 @@ references: name: SinglePicklistFieldValue() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SinglePicklistFieldValue__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.SinglePicklistFieldValue() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.New() nameWithType: SinglePicklistFieldValue.SinglePicklistFieldValue() - nameWithType.vb: SinglePicklistFieldValue.New() - uid: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.#ctor(Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue) name: SinglePicklistFieldValue(SinglePicklistFieldValue) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SinglePicklistFieldValue__ctor_Sdl_LanguagePlatform_TranslationMemory_SinglePicklistFieldValue_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.#ctor(Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue) - name.vb: New(SinglePicklistFieldValue) fullName: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.SinglePicklistFieldValue(Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.New(Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue) nameWithType: SinglePicklistFieldValue.SinglePicklistFieldValue(SinglePicklistFieldValue) - nameWithType.vb: SinglePicklistFieldValue.New(SinglePicklistFieldValue) - uid: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.#ctor(System.String) - name: SinglePicklistFieldValue(string) + name: SinglePicklistFieldValue(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SinglePicklistFieldValue__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.SinglePicklistFieldValue(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.New(String) - nameWithType: SinglePicklistFieldValue.SinglePicklistFieldValue(string) - nameWithType.vb: SinglePicklistFieldValue.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.SinglePicklistFieldValue(System.String) + nameWithType: SinglePicklistFieldValue.SinglePicklistFieldValue(String) - uid: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemory.PicklistItem) - name: SinglePicklistFieldValue(string, PicklistItem) + name: SinglePicklistFieldValue(String, PicklistItem) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SinglePicklistFieldValue__ctor_System_String_Sdl_LanguagePlatform_TranslationMemory_PicklistItem_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemory.PicklistItem) - name.vb: New(String, PicklistItem) - fullName: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.SinglePicklistFieldValue(string, Sdl.LanguagePlatform.TranslationMemory.PicklistItem) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.New(String, Sdl.LanguagePlatform.TranslationMemory.PicklistItem) - nameWithType: SinglePicklistFieldValue.SinglePicklistFieldValue(string, PicklistItem) - nameWithType.vb: SinglePicklistFieldValue.New(String, PicklistItem) + fullName: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.SinglePicklistFieldValue(System.String, Sdl.LanguagePlatform.TranslationMemory.PicklistItem) + nameWithType: SinglePicklistFieldValue.SinglePicklistFieldValue(String, PicklistItem) - uid: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.#ctor* name: SinglePicklistFieldValue href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SinglePicklistFieldValue__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.SinglePicklistFieldValue - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.New nameWithType: SinglePicklistFieldValue.SinglePicklistFieldValue - nameWithType.vb: SinglePicklistFieldValue.New - uid: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Add(Sdl.LanguagePlatform.TranslationMemory.FieldValue) name: Add(FieldValue) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SinglePicklistFieldValue_Add_Sdl_LanguagePlatform_TranslationMemory_FieldValue_ @@ -108112,14 +96836,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Add(Sdl.LanguagePlatform.TranslationMemory.FieldValue) nameWithType: SinglePicklistFieldValue.Add(FieldValue) - uid: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Add(System.String) - name: Add(string) + name: Add(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SinglePicklistFieldValue_Add_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Add(System.String) - name.vb: Add(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Add(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Add(String) - nameWithType: SinglePicklistFieldValue.Add(string) - nameWithType.vb: SinglePicklistFieldValue.Add(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Add(System.String) + nameWithType: SinglePicklistFieldValue.Add(String) - uid: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Add* name: Add href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SinglePicklistFieldValue_Add_ @@ -108151,14 +96872,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Duplicate nameWithType: SinglePicklistFieldValue.Duplicate - uid: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SinglePicklistFieldValue_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Equals(Object) - nameWithType: SinglePicklistFieldValue.Equals(object) - nameWithType.vb: SinglePicklistFieldValue.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Equals(System.Object) + nameWithType: SinglePicklistFieldValue.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SinglePicklistFieldValue_Equals_ @@ -108202,14 +96920,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Merge nameWithType: SinglePicklistFieldValue.Merge - uid: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Parse(System.String) - name: Parse(string) + name: Parse(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SinglePicklistFieldValue_Parse_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Parse(System.String) - name.vb: Parse(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Parse(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Parse(String) - nameWithType: SinglePicklistFieldValue.Parse(string) - nameWithType.vb: SinglePicklistFieldValue.Parse(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Parse(System.String) + nameWithType: SinglePicklistFieldValue.Parse(String) - uid: Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.Parse* name: Parse href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SinglePicklistFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SinglePicklistFieldValue_Parse_ @@ -108274,47 +96989,32 @@ references: name: SingleStringFieldValue() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SingleStringFieldValue__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.SingleStringFieldValue() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.New() nameWithType: SingleStringFieldValue.SingleStringFieldValue() - nameWithType.vb: SingleStringFieldValue.New() - uid: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.#ctor(Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue) name: SingleStringFieldValue(SingleStringFieldValue) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SingleStringFieldValue__ctor_Sdl_LanguagePlatform_TranslationMemory_SingleStringFieldValue_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.#ctor(Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue) - name.vb: New(SingleStringFieldValue) fullName: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.SingleStringFieldValue(Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.New(Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue) nameWithType: SingleStringFieldValue.SingleStringFieldValue(SingleStringFieldValue) - nameWithType.vb: SingleStringFieldValue.New(SingleStringFieldValue) - uid: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.#ctor(System.String) - name: SingleStringFieldValue(string) + name: SingleStringFieldValue(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SingleStringFieldValue__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.SingleStringFieldValue(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.New(String) - nameWithType: SingleStringFieldValue.SingleStringFieldValue(string) - nameWithType.vb: SingleStringFieldValue.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.SingleStringFieldValue(System.String) + nameWithType: SingleStringFieldValue.SingleStringFieldValue(String) - uid: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.#ctor(System.String,System.String) - name: SingleStringFieldValue(string, string) + name: SingleStringFieldValue(String, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SingleStringFieldValue__ctor_System_String_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.SingleStringFieldValue(string, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.New(String, String) - nameWithType: SingleStringFieldValue.SingleStringFieldValue(string, string) - nameWithType.vb: SingleStringFieldValue.New(String, String) + fullName: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.SingleStringFieldValue(System.String, System.String) + nameWithType: SingleStringFieldValue.SingleStringFieldValue(String, String) - uid: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.#ctor* name: SingleStringFieldValue href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SingleStringFieldValue__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.SingleStringFieldValue - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.New nameWithType: SingleStringFieldValue.SingleStringFieldValue - nameWithType.vb: SingleStringFieldValue.New - uid: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Add(Sdl.LanguagePlatform.TranslationMemory.FieldValue) name: Add(FieldValue) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SingleStringFieldValue_Add_Sdl_LanguagePlatform_TranslationMemory_FieldValue_ @@ -108322,14 +97022,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Add(Sdl.LanguagePlatform.TranslationMemory.FieldValue) nameWithType: SingleStringFieldValue.Add(FieldValue) - uid: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Add(System.String) - name: Add(string) + name: Add(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SingleStringFieldValue_Add_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Add(System.String) - name.vb: Add(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Add(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Add(String) - nameWithType: SingleStringFieldValue.Add(string) - nameWithType.vb: SingleStringFieldValue.Add(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Add(System.String) + nameWithType: SingleStringFieldValue.Add(String) - uid: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Add* name: Add href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SingleStringFieldValue_Add_ @@ -108361,14 +97058,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Duplicate nameWithType: SingleStringFieldValue.Duplicate - uid: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SingleStringFieldValue_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Equals(Object) - nameWithType: SingleStringFieldValue.Equals(object) - nameWithType.vb: SingleStringFieldValue.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Equals(System.Object) + nameWithType: SingleStringFieldValue.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SingleStringFieldValue_Equals_ @@ -108412,14 +97106,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Merge nameWithType: SingleStringFieldValue.Merge - uid: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Parse(System.String) - name: Parse(string) + name: Parse(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SingleStringFieldValue_Parse_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Parse(System.String) - name.vb: Parse(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Parse(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Parse(String) - nameWithType: SingleStringFieldValue.Parse(string) - nameWithType.vb: SingleStringFieldValue.Parse(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Parse(System.String) + nameWithType: SingleStringFieldValue.Parse(String) - uid: Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.Parse* name: Parse href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SingleStringFieldValue.html#Sdl_LanguagePlatform_TranslationMemory_SingleStringFieldValue_Parse_ @@ -108484,29 +97175,20 @@ references: name: SortCriterium() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortCriterium.html#Sdl_LanguagePlatform_TranslationMemory_SortCriterium__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.SortCriterium.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.SortCriterium.SortCriterium() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SortCriterium.New() nameWithType: SortCriterium.SortCriterium() - nameWithType.vb: SortCriterium.New() - uid: Sdl.LanguagePlatform.TranslationMemory.SortCriterium.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemory.SortDirection) - name: SortCriterium(string, SortDirection) + name: SortCriterium(String, SortDirection) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortCriterium.html#Sdl_LanguagePlatform_TranslationMemory_SortCriterium__ctor_System_String_Sdl_LanguagePlatform_TranslationMemory_SortDirection_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SortCriterium.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemory.SortDirection) - name.vb: New(String, SortDirection) - fullName: Sdl.LanguagePlatform.TranslationMemory.SortCriterium.SortCriterium(string, Sdl.LanguagePlatform.TranslationMemory.SortDirection) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SortCriterium.New(String, Sdl.LanguagePlatform.TranslationMemory.SortDirection) - nameWithType: SortCriterium.SortCriterium(string, SortDirection) - nameWithType.vb: SortCriterium.New(String, SortDirection) + fullName: Sdl.LanguagePlatform.TranslationMemory.SortCriterium.SortCriterium(System.String, Sdl.LanguagePlatform.TranslationMemory.SortDirection) + nameWithType: SortCriterium.SortCriterium(String, SortDirection) - uid: Sdl.LanguagePlatform.TranslationMemory.SortCriterium.#ctor* name: SortCriterium href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortCriterium.html#Sdl_LanguagePlatform_TranslationMemory_SortCriterium__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SortCriterium.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SortCriterium.SortCriterium - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SortCriterium.New nameWithType: SortCriterium.SortCriterium - nameWithType.vb: SortCriterium.New - uid: Sdl.LanguagePlatform.TranslationMemory.SortCriterium.Direction name: Direction href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortCriterium.html#Sdl_LanguagePlatform_TranslationMemory_SortCriterium_Direction @@ -108556,32 +97238,23 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator nameWithType: SortDisambiguator - uid: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.#ctor(Sdl.LanguagePlatform.TranslationMemory.SortSpecification,Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator) - name: SortDisambiguator(SortSpecification, Disambiguator) + name: SortDisambiguator(SortSpecification, SortDisambiguator.Disambiguator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.html#Sdl_LanguagePlatform_TranslationMemory_SortDisambiguator__ctor_Sdl_LanguagePlatform_TranslationMemory_SortSpecification_Sdl_LanguagePlatform_TranslationMemory_SortDisambiguator_Disambiguator_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.#ctor(Sdl.LanguagePlatform.TranslationMemory.SortSpecification,Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator) - name.vb: New(SortSpecification, Disambiguator) fullName: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.SortDisambiguator(Sdl.LanguagePlatform.TranslationMemory.SortSpecification, Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.New(Sdl.LanguagePlatform.TranslationMemory.SortSpecification, Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator) nameWithType: SortDisambiguator.SortDisambiguator(SortSpecification, SortDisambiguator.Disambiguator) - nameWithType.vb: SortDisambiguator.New(SortSpecification, SortDisambiguator.Disambiguator) - uid: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.#ctor* name: SortDisambiguator href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.html#Sdl_LanguagePlatform_TranslationMemory_SortDisambiguator__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.SortDisambiguator - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.New nameWithType: SortDisambiguator.SortDisambiguator - nameWithType.vb: SortDisambiguator.New - uid: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguate(System.Int32,Sdl.LanguagePlatform.TranslationMemory.SearchResult,Sdl.LanguagePlatform.TranslationMemory.SearchResult) - name: Disambiguate(int, SearchResult, SearchResult) + name: Disambiguate(Int32, SearchResult, SearchResult) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.html#Sdl_LanguagePlatform_TranslationMemory_SortDisambiguator_Disambiguate_System_Int32_Sdl_LanguagePlatform_TranslationMemory_SearchResult_Sdl_LanguagePlatform_TranslationMemory_SearchResult_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguate(System.Int32,Sdl.LanguagePlatform.TranslationMemory.SearchResult,Sdl.LanguagePlatform.TranslationMemory.SearchResult) - name.vb: Disambiguate(Integer, SearchResult, SearchResult) - fullName: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguate(int, Sdl.LanguagePlatform.TranslationMemory.SearchResult, Sdl.LanguagePlatform.TranslationMemory.SearchResult) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguate(Integer, Sdl.LanguagePlatform.TranslationMemory.SearchResult, Sdl.LanguagePlatform.TranslationMemory.SearchResult) - nameWithType: SortDisambiguator.Disambiguate(int, SearchResult, SearchResult) - nameWithType.vb: SortDisambiguator.Disambiguate(Integer, SearchResult, SearchResult) + fullName: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguate(System.Int32, Sdl.LanguagePlatform.TranslationMemory.SearchResult, Sdl.LanguagePlatform.TranslationMemory.SearchResult) + nameWithType: SortDisambiguator.Disambiguate(Int32, SearchResult, SearchResult) - uid: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguate* name: Disambiguate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.html#Sdl_LanguagePlatform_TranslationMemory_SortDisambiguator_Disambiguate_ @@ -108595,32 +97268,23 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator nameWithType: SortDisambiguator.Disambiguator - uid: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.#ctor(System.Object,System.IntPtr) - name: Disambiguator(object, IntPtr) + name: Disambiguator(Object, IntPtr) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.html#Sdl_LanguagePlatform_TranslationMemory_SortDisambiguator_Disambiguator__ctor_System_Object_System_IntPtr_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.#ctor(System.Object,System.IntPtr) - name.vb: New(Object, IntPtr) - fullName: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.Disambiguator(object, System.IntPtr) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.New(Object, System.IntPtr) - nameWithType: SortDisambiguator.Disambiguator.Disambiguator(object, IntPtr) - nameWithType.vb: SortDisambiguator.Disambiguator.New(Object, IntPtr) + fullName: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.Disambiguator(System.Object, System.IntPtr) + nameWithType: SortDisambiguator.Disambiguator.Disambiguator(Object, IntPtr) - uid: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.#ctor* name: Disambiguator href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.html#Sdl_LanguagePlatform_TranslationMemory_SortDisambiguator_Disambiguator__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.Disambiguator - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.New nameWithType: SortDisambiguator.Disambiguator.Disambiguator - nameWithType.vb: SortDisambiguator.Disambiguator.New - uid: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.BeginInvoke(Sdl.LanguagePlatform.TranslationMemory.SearchResult,Sdl.LanguagePlatform.TranslationMemory.SearchResult,System.AsyncCallback,System.Object) - name: BeginInvoke(SearchResult, SearchResult, AsyncCallback, object) + name: BeginInvoke(SearchResult, SearchResult, AsyncCallback, Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.html#Sdl_LanguagePlatform_TranslationMemory_SortDisambiguator_Disambiguator_BeginInvoke_Sdl_LanguagePlatform_TranslationMemory_SearchResult_Sdl_LanguagePlatform_TranslationMemory_SearchResult_System_AsyncCallback_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.BeginInvoke(Sdl.LanguagePlatform.TranslationMemory.SearchResult,Sdl.LanguagePlatform.TranslationMemory.SearchResult,System.AsyncCallback,System.Object) - name.vb: BeginInvoke(SearchResult, SearchResult, AsyncCallback, Object) - fullName: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.BeginInvoke(Sdl.LanguagePlatform.TranslationMemory.SearchResult, Sdl.LanguagePlatform.TranslationMemory.SearchResult, System.AsyncCallback, object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.BeginInvoke(Sdl.LanguagePlatform.TranslationMemory.SearchResult, Sdl.LanguagePlatform.TranslationMemory.SearchResult, System.AsyncCallback, Object) - nameWithType: SortDisambiguator.Disambiguator.BeginInvoke(SearchResult, SearchResult, AsyncCallback, object) - nameWithType.vb: SortDisambiguator.Disambiguator.BeginInvoke(SearchResult, SearchResult, AsyncCallback, Object) + fullName: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.BeginInvoke(Sdl.LanguagePlatform.TranslationMemory.SearchResult, Sdl.LanguagePlatform.TranslationMemory.SearchResult, System.AsyncCallback, System.Object) + nameWithType: SortDisambiguator.Disambiguator.BeginInvoke(SearchResult, SearchResult, AsyncCallback, Object) - uid: Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.BeginInvoke* name: BeginInvoke href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator.Disambiguator.html#Sdl_LanguagePlatform_TranslationMemory_SortDisambiguator_Disambiguator_BeginInvoke_ @@ -108664,29 +97328,28 @@ references: name: Sorter(IFieldValueComparer, SortSpecification) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Sorter-1.html#Sdl_LanguagePlatform_TranslationMemory_Sorter_1__ctor_Sdl_LanguagePlatform_TranslationMemory_IFieldValueComparer__0__Sdl_LanguagePlatform_TranslationMemory_SortSpecification_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Sorter`1.#ctor(Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer{`0},Sdl.LanguagePlatform.TranslationMemory.SortSpecification) - name.vb: New(IFieldValueComparer(Of T), SortSpecification) + name.vb: Sorter(IFieldValueComparer(Of T), SortSpecification) fullName: Sdl.LanguagePlatform.TranslationMemory.Sorter.Sorter(Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer, Sdl.LanguagePlatform.TranslationMemory.SortSpecification) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Sorter(Of T).New(Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer(Of T), Sdl.LanguagePlatform.TranslationMemory.SortSpecification) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Sorter(Of T).Sorter(Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer(Of T), Sdl.LanguagePlatform.TranslationMemory.SortSpecification) nameWithType: Sorter.Sorter(IFieldValueComparer, SortSpecification) - nameWithType.vb: Sorter(Of T).New(IFieldValueComparer(Of T), SortSpecification) + nameWithType.vb: Sorter(Of T).Sorter(IFieldValueComparer(Of T), SortSpecification) - uid: Sdl.LanguagePlatform.TranslationMemory.Sorter`1.#ctor(Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer{`0},Sdl.LanguagePlatform.TranslationMemory.SortSpecification,Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator) name: Sorter(IFieldValueComparer, SortSpecification, SortDisambiguator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Sorter-1.html#Sdl_LanguagePlatform_TranslationMemory_Sorter_1__ctor_Sdl_LanguagePlatform_TranslationMemory_IFieldValueComparer__0__Sdl_LanguagePlatform_TranslationMemory_SortSpecification_Sdl_LanguagePlatform_TranslationMemory_SortDisambiguator_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.Sorter`1.#ctor(Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer{`0},Sdl.LanguagePlatform.TranslationMemory.SortSpecification,Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator) - name.vb: New(IFieldValueComparer(Of T), SortSpecification, SortDisambiguator) + name.vb: Sorter(IFieldValueComparer(Of T), SortSpecification, SortDisambiguator) fullName: Sdl.LanguagePlatform.TranslationMemory.Sorter.Sorter(Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer, Sdl.LanguagePlatform.TranslationMemory.SortSpecification, Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Sorter(Of T).New(Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer(Of T), Sdl.LanguagePlatform.TranslationMemory.SortSpecification, Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Sorter(Of T).Sorter(Sdl.LanguagePlatform.TranslationMemory.IFieldValueComparer(Of T), Sdl.LanguagePlatform.TranslationMemory.SortSpecification, Sdl.LanguagePlatform.TranslationMemory.SortDisambiguator) nameWithType: Sorter.Sorter(IFieldValueComparer, SortSpecification, SortDisambiguator) - nameWithType.vb: Sorter(Of T).New(IFieldValueComparer(Of T), SortSpecification, SortDisambiguator) + nameWithType.vb: Sorter(Of T).Sorter(IFieldValueComparer(Of T), SortSpecification, SortDisambiguator) - uid: Sdl.LanguagePlatform.TranslationMemory.Sorter`1.#ctor* name: Sorter href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Sorter-1.html#Sdl_LanguagePlatform_TranslationMemory_Sorter_1__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.Sorter`1.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.Sorter.Sorter - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Sorter(Of T).New + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.Sorter(Of T).Sorter nameWithType: Sorter.Sorter - nameWithType.vb: Sorter(Of T).New + nameWithType.vb: Sorter(Of T).Sorter - uid: Sdl.LanguagePlatform.TranslationMemory.Sorter`1.Compare(`0,`0) name: Compare(T, T) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.Sorter-1.html#Sdl_LanguagePlatform_TranslationMemory_Sorter_1_Compare__0__0_ @@ -108713,29 +97376,20 @@ references: name: SortSpecification() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortSpecification.html#Sdl_LanguagePlatform_TranslationMemory_SortSpecification__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.SortSpecification.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.SortSpecification() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.New() nameWithType: SortSpecification.SortSpecification() - nameWithType.vb: SortSpecification.New() - uid: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.#ctor(System.String) - name: SortSpecification(string) + name: SortSpecification(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortSpecification.html#Sdl_LanguagePlatform_TranslationMemory_SortSpecification__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SortSpecification.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.SortSpecification(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.New(String) - nameWithType: SortSpecification.SortSpecification(string) - nameWithType.vb: SortSpecification.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.SortSpecification(System.String) + nameWithType: SortSpecification.SortSpecification(String) - uid: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.#ctor* name: SortSpecification href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortSpecification.html#Sdl_LanguagePlatform_TranslationMemory_SortSpecification__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SortSpecification.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.SortSpecification - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.New nameWithType: SortSpecification.SortSpecification - nameWithType.vb: SortSpecification.New - uid: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.Add(Sdl.LanguagePlatform.TranslationMemory.SortCriterium) name: Add(SortCriterium) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortSpecification.html#Sdl_LanguagePlatform_TranslationMemory_SortSpecification_Add_Sdl_LanguagePlatform_TranslationMemory_SortCriterium_ @@ -108773,23 +97427,20 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.Criteria nameWithType: SortSpecification.Criteria - uid: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.Item(System.Int32) - name: this[int] + name: Item[Int32] href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortSpecification.html#Sdl_LanguagePlatform_TranslationMemory_SortSpecification_Item_System_Int32_ commentId: P:Sdl.LanguagePlatform.TranslationMemory.SortSpecification.Item(System.Int32) - name.vb: this[](Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.this[int] - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.this[](Integer) - nameWithType: SortSpecification.this[int] - nameWithType.vb: SortSpecification.this[](Integer) + name.vb: Item(Int32) + fullName: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.Item[System.Int32] + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.Item(System.Int32) + nameWithType: SortSpecification.Item[Int32] + nameWithType.vb: SortSpecification.Item(Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.Item* - name: this + name: Item href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SortSpecification.html#Sdl_LanguagePlatform_TranslationMemory_SortSpecification_Item_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SortSpecification.Item - name.vb: this[] - fullName: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.this - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.this[] - nameWithType: SortSpecification.this - nameWithType.vb: SortSpecification.this[] + fullName: Sdl.LanguagePlatform.TranslationMemory.SortSpecification.Item + nameWithType: SortSpecification.Item - uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType name: SubsegmentMatchType href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType.html @@ -108839,23 +97490,17 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult nameWithType: SubsegmentSearchResult - uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.#ctor(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType,System.String,System.Single) - name: SubsegmentSearchResult(TranslationUnit, short, short, short, short, short, short, SubsegmentMatchType, string, float) + name: SubsegmentSearchResult(TranslationUnit, Int16, Int16, Int16, Int16, Int16, Int16, SubsegmentMatchType, String, Single) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.html#Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResult__ctor_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_System_Int16_System_Int16_System_Int16_System_Int16_System_Int16_System_Int16_Sdl_LanguagePlatform_TranslationMemory_SubsegmentMatchType_System_String_System_Single_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.#ctor(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType,System.String,System.Single) - name.vb: New(TranslationUnit, Short, Short, Short, Short, Short, Short, SubsegmentMatchType, String, Single) - fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.SubsegmentSearchResult(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit, short, short, short, short, short, short, Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType, string, float) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.New(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit, Short, Short, Short, Short, Short, Short, Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType, String, Single) - nameWithType: SubsegmentSearchResult.SubsegmentSearchResult(TranslationUnit, short, short, short, short, short, short, SubsegmentMatchType, string, float) - nameWithType.vb: SubsegmentSearchResult.New(TranslationUnit, Short, Short, Short, Short, Short, Short, SubsegmentMatchType, String, Single) + fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.SubsegmentSearchResult(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit, System.Int16, System.Int16, System.Int16, System.Int16, System.Int16, System.Int16, Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType, System.String, System.Single) + nameWithType: SubsegmentSearchResult.SubsegmentSearchResult(TranslationUnit, Int16, Int16, Int16, Int16, Int16, Int16, SubsegmentMatchType, String, Single) - uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.#ctor* name: SubsegmentSearchResult href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.html#Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResult__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.SubsegmentSearchResult - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.New nameWithType: SubsegmentSearchResult.SubsegmentSearchResult - nameWithType.vb: SubsegmentSearchResult.New - uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.CachedTranslationProposalString name: CachedTranslationProposalString href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult.html#Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResult_CachedTranslationProposalString @@ -108995,23 +97640,17 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults nameWithType: SubsegmentSearchResults - uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.#ctor(System.Int16,System.Int16,System.Int16) - name: SubsegmentSearchResults(short, short, short) + name: SubsegmentSearchResults(Int16, Int16, Int16) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResults__ctor_System_Int16_System_Int16_System_Int16_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.#ctor(System.Int16,System.Int16,System.Int16) - name.vb: New(Short, Short, Short) - fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.SubsegmentSearchResults(short, short, short) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.New(Short, Short, Short) - nameWithType: SubsegmentSearchResults.SubsegmentSearchResults(short, short, short) - nameWithType.vb: SubsegmentSearchResults.New(Short, Short, Short) + fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.SubsegmentSearchResults(System.Int16, System.Int16, System.Int16) + nameWithType: SubsegmentSearchResults.SubsegmentSearchResults(Int16, Int16, Int16) - uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.#ctor* name: SubsegmentSearchResults href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResults__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.SubsegmentSearchResults - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.New nameWithType: SubsegmentSearchResults.SubsegmentSearchResults - nameWithType.vb: SubsegmentSearchResults.New - uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.Add(Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult) name: Add(SubsegmentSearchResult) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResults_Add_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResult_ @@ -109049,13 +97688,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.Remove nameWithType: SubsegmentSearchResults.Remove - uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.RemoveAll(System.Func{Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult,System.Boolean}) - name: RemoveAll(Func) + name: RemoveAll(Func) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResults_RemoveAll_System_Func_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResult_System_Boolean__ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.RemoveAll(System.Func{Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult,System.Boolean}) name.vb: RemoveAll(Func(Of SubsegmentSearchResult, Boolean)) - fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.RemoveAll(System.Func) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.RemoveAll(System.Func(Of Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult, Boolean)) - nameWithType: SubsegmentSearchResults.RemoveAll(Func) + fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.RemoveAll(System.Func) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.RemoveAll(System.Func(Of Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResult, System.Boolean)) + nameWithType: SubsegmentSearchResults.RemoveAll(Func) nameWithType.vb: SubsegmentSearchResults.RemoveAll(Func(Of SubsegmentSearchResult, Boolean)) - uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.RemoveAll* name: RemoveAll @@ -109099,6 +97738,38 @@ references: commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.SourceFeatureStartIndex fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.SourceFeatureStartIndex nameWithType: SubsegmentSearchResults.SourceFeatureStartIndex +- uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.System#Collections#Generic#IEnumerable{Sdl#LanguagePlatform#TranslationMemory#SubsegmentSearchResult}#GetEnumerator + name: IEnumerable.GetEnumerator() + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResults_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResult__GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.System#Collections#Generic#IEnumerable{Sdl#LanguagePlatform#TranslationMemory#SubsegmentSearchResult}#GetEnumerator + name.vb: System.Collections.Generic.IEnumerable.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.System.Collections.Generic.IEnumerable.GetEnumerator() + nameWithType: SubsegmentSearchResults.IEnumerable.GetEnumerator() + nameWithType.vb: SubsegmentSearchResults.System.Collections.Generic.IEnumerable.GetEnumerator() +- uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.System#Collections#Generic#IEnumerable{Sdl#LanguagePlatform#TranslationMemory#SubsegmentSearchResult}#GetEnumerator* + name: IEnumerable.GetEnumerator + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResults_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResult__GetEnumerator_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.System#Collections#Generic#IEnumerable{Sdl#LanguagePlatform#TranslationMemory#SubsegmentSearchResult}#GetEnumerator + name.vb: System.Collections.Generic.IEnumerable.GetEnumerator + fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.System.Collections.Generic.IEnumerable.GetEnumerator + nameWithType: SubsegmentSearchResults.IEnumerable.GetEnumerator + nameWithType.vb: SubsegmentSearchResults.System.Collections.Generic.IEnumerable.GetEnumerator +- uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.System#Collections#IEnumerable#GetEnumerator + name: IEnumerable.GetEnumerator() + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResults_System_Collections_IEnumerable_GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.System.Collections.IEnumerable.GetEnumerator() + nameWithType: SubsegmentSearchResults.IEnumerable.GetEnumerator() + nameWithType.vb: SubsegmentSearchResults.System.Collections.IEnumerable.GetEnumerator() +- uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.System#Collections#IEnumerable#GetEnumerator* + name: IEnumerable.GetEnumerator + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResults_System_Collections_IEnumerable_GetEnumerator_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator + fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResults.System.Collections.IEnumerable.GetEnumerator + nameWithType: SubsegmentSearchResults.IEnumerable.GetEnumerator + nameWithType.vb: SubsegmentSearchResults.System.Collections.IEnumerable.GetEnumerator - uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection name: SubsegmentSearchResultsCollection href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.html @@ -109109,20 +97780,14 @@ references: name: SubsegmentSearchResultsCollection() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.html#Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResultsCollection__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.SubsegmentSearchResultsCollection() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.New() nameWithType: SubsegmentSearchResultsCollection.SubsegmentSearchResultsCollection() - nameWithType.vb: SubsegmentSearchResultsCollection.New() - uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.#ctor* name: SubsegmentSearchResultsCollection href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.html#Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResultsCollection__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.SubsegmentSearchResultsCollection - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.New nameWithType: SubsegmentSearchResultsCollection.SubsegmentSearchResultsCollection - nameWithType.vb: SubsegmentSearchResultsCollection.New - uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.ResultsPerFragment name: ResultsPerFragment href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchResultsCollection.html#Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchResultsCollection_ResultsPerFragment @@ -109169,20 +97834,14 @@ references: name: SubsegmentSearchSettings() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.html#Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchSettings__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.SubsegmentSearchSettings() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.New() nameWithType: SubsegmentSearchSettings.SubsegmentSearchSettings() - nameWithType.vb: SubsegmentSearchSettings.New() - uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.#ctor* name: SubsegmentSearchSettings href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.html#Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchSettings__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.SubsegmentSearchSettings - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.New nameWithType: SubsegmentSearchSettings.SubsegmentSearchSettings - nameWithType.vb: SubsegmentSearchSettings.New - uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.MinFeatures name: MinFeatures href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings.html#Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchSettings_MinFeatures @@ -109223,29 +97882,20 @@ references: name: SystemFields() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFields.html#Sdl_LanguagePlatform_TranslationMemory_SystemFields__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.SystemFields.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.SystemFields.SystemFields() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SystemFields.New() nameWithType: SystemFields.SystemFields() - nameWithType.vb: SystemFields.New() - uid: Sdl.LanguagePlatform.TranslationMemory.SystemFields.#ctor(Sdl.LanguagePlatform.TranslationMemory.SystemFields) name: SystemFields(SystemFields) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFields.html#Sdl_LanguagePlatform_TranslationMemory_SystemFields__ctor_Sdl_LanguagePlatform_TranslationMemory_SystemFields_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.SystemFields.#ctor(Sdl.LanguagePlatform.TranslationMemory.SystemFields) - name.vb: New(SystemFields) fullName: Sdl.LanguagePlatform.TranslationMemory.SystemFields.SystemFields(Sdl.LanguagePlatform.TranslationMemory.SystemFields) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SystemFields.New(Sdl.LanguagePlatform.TranslationMemory.SystemFields) nameWithType: SystemFields.SystemFields(SystemFields) - nameWithType.vb: SystemFields.New(SystemFields) - uid: Sdl.LanguagePlatform.TranslationMemory.SystemFields.#ctor* name: SystemFields href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFields.html#Sdl_LanguagePlatform_TranslationMemory_SystemFields__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SystemFields.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SystemFields.SystemFields - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SystemFields.New nameWithType: SystemFields.SystemFields - nameWithType.vb: SystemFields.New - uid: Sdl.LanguagePlatform.TranslationMemory.SystemFields.ChangeDate name: ChangeDate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFields.html#Sdl_LanguagePlatform_TranslationMemory_SystemFields_ChangeDate @@ -109424,20 +98074,14 @@ references: name: SystemFieldsParameters() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.html#Sdl_LanguagePlatform_TranslationMemory_SystemFieldsParameters__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.SystemFieldsParameters() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.New() nameWithType: SystemFieldsParameters.SystemFieldsParameters() - nameWithType.vb: SystemFieldsParameters.New() - uid: Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.#ctor* name: SystemFieldsParameters href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.html#Sdl_LanguagePlatform_TranslationMemory_SystemFieldsParameters__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.SystemFieldsParameters - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.New nameWithType: SystemFieldsParameters.SystemFieldsParameters - nameWithType.vb: SystemFieldsParameters.New - uid: Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.ChangeDate name: ChangeDate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SystemFieldsParameters.html#Sdl_LanguagePlatform_TranslationMemory_SystemFieldsParameters_ChangeDate @@ -109580,29 +98224,20 @@ references: name: TranslationMemoryIterator() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.html#Sdl_LanguagePlatform_TranslationMemory_TranslationMemoryIterator__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.TranslationMemoryIterator() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.New() nameWithType: TranslationMemoryIterator.TranslationMemoryIterator() - nameWithType.vb: TranslationMemoryIterator.New() - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.#ctor(System.Int32) - name: TranslationMemoryIterator(int) + name: TranslationMemoryIterator(Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.html#Sdl_LanguagePlatform_TranslationMemory_TranslationMemoryIterator__ctor_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.#ctor(System.Int32) - name.vb: New(Integer) - fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.TranslationMemoryIterator(int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.New(Integer) - nameWithType: TranslationMemoryIterator.TranslationMemoryIterator(int) - nameWithType.vb: TranslationMemoryIterator.New(Integer) + fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.TranslationMemoryIterator(System.Int32) + nameWithType: TranslationMemoryIterator.TranslationMemoryIterator(Int32) - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.#ctor* name: TranslationMemoryIterator href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.html#Sdl_LanguagePlatform_TranslationMemory_TranslationMemoryIterator__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.TranslationMemoryIterator - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.New nameWithType: TranslationMemoryIterator.TranslationMemoryIterator - nameWithType.vb: TranslationMemoryIterator.New - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.Filter name: Filter href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryIterator.html#Sdl_LanguagePlatform_TranslationMemory_TranslationMemoryIterator_Filter @@ -109697,20 +98332,14 @@ references: name: TranslationMemoryProgress() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.html#Sdl_LanguagePlatform_TranslationMemory_TranslationMemoryProgress__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.TranslationMemoryProgress() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.New() nameWithType: TranslationMemoryProgress.TranslationMemoryProgress() - nameWithType.vb: TranslationMemoryProgress.New() - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.#ctor* name: TranslationMemoryProgress href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.html#Sdl_LanguagePlatform_TranslationMemory_TranslationMemoryProgress__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.TranslationMemoryProgress - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.New nameWithType: TranslationMemoryProgress.TranslationMemoryProgress - nameWithType.vb: TranslationMemoryProgress.New - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.Count name: Count href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationMemoryProgress.html#Sdl_LanguagePlatform_TranslationMemory_TranslationMemoryProgress_Count @@ -109745,38 +98374,26 @@ references: name: TranslationUnit() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.TranslationUnit() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.New() nameWithType: TranslationUnit.TranslationUnit() - nameWithType.vb: TranslationUnit.New() - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.#ctor(Sdl.LanguagePlatform.Core.Segment,Sdl.LanguagePlatform.Core.Segment) name: TranslationUnit(Segment, Segment) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit__ctor_Sdl_LanguagePlatform_Core_Segment_Sdl_LanguagePlatform_Core_Segment_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.#ctor(Sdl.LanguagePlatform.Core.Segment,Sdl.LanguagePlatform.Core.Segment) - name.vb: New(Segment, Segment) fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.TranslationUnit(Sdl.LanguagePlatform.Core.Segment, Sdl.LanguagePlatform.Core.Segment) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.New(Sdl.LanguagePlatform.Core.Segment, Sdl.LanguagePlatform.Core.Segment) nameWithType: TranslationUnit.TranslationUnit(Segment, Segment) - nameWithType.vb: TranslationUnit.New(Segment, Segment) - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.#ctor(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) name: TranslationUnit(TranslationUnit) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit__ctor_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.#ctor(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) - name.vb: New(TranslationUnit) fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.TranslationUnit(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.New(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit) nameWithType: TranslationUnit.TranslationUnit(TranslationUnit) - nameWithType.vb: TranslationUnit.New(TranslationUnit) - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.#ctor* name: TranslationUnit href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.TranslationUnit - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.New nameWithType: TranslationUnit.TranslationUnit - nameWithType.vb: TranslationUnit.New - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.AlignmentData name: AlignmentData href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_AlignmentData @@ -109874,14 +98491,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.ConfirmationLevel nameWithType: TranslationUnit.ConfirmationLevel - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.ContainsQuickInsertId(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,System.String) - name: ContainsQuickInsertId(SearchSettings, string) + name: ContainsQuickInsertId(SearchSettings, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_ContainsQuickInsertId_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.ContainsQuickInsertId(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,System.String) - name.vb: ContainsQuickInsertId(SearchSettings, String) - fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.ContainsQuickInsertId(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.ContainsQuickInsertId(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, String) - nameWithType: TranslationUnit.ContainsQuickInsertId(SearchSettings, string) - nameWithType.vb: TranslationUnit.ContainsQuickInsertId(SearchSettings, String) + fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.ContainsQuickInsertId(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, System.String) + nameWithType: TranslationUnit.ContainsQuickInsertId(SearchSettings, String) - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.ContainsQuickInsertId* name: ContainsQuickInsertId href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_ContainsQuickInsertId_ @@ -109907,7 +98521,7 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.DeleteTags() nameWithType: TranslationUnit.DeleteTags() - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.DeleteTags(Sdl.LanguagePlatform.Core.Segment.DeleteTagsAction) - name: DeleteTags(DeleteTagsAction) + name: DeleteTags(Segment.DeleteTagsAction) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_DeleteTags_Sdl_LanguagePlatform_Core_Segment_DeleteTagsAction_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.DeleteTags(Sdl.LanguagePlatform.Core.Segment.DeleteTagsAction) fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.DeleteTags(Sdl.LanguagePlatform.Core.Segment.DeleteTagsAction) @@ -110063,14 +98677,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetQuickInsertIds nameWithType: TranslationUnit.GetQuickInsertIds - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetSystemFieldType(System.String) - name: GetSystemFieldType(string) + name: GetSystemFieldType(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_GetSystemFieldType_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetSystemFieldType(System.String) - name.vb: GetSystemFieldType(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetSystemFieldType(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetSystemFieldType(String) - nameWithType: TranslationUnit.GetSystemFieldType(string) - nameWithType.vb: TranslationUnit.GetSystemFieldType(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetSystemFieldType(System.String) + nameWithType: TranslationUnit.GetSystemFieldType(String) - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetSystemFieldType* name: GetSystemFieldType href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_GetSystemFieldType_ @@ -110078,14 +98689,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetSystemFieldType nameWithType: TranslationUnit.GetSystemFieldType - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetType(System.String) - name: GetType(string) + name: GetType(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_GetType_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetType(System.String) - name.vb: GetType(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetType(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetType(String) - nameWithType: TranslationUnit.GetType(string) - nameWithType.vb: TranslationUnit.GetType(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetType(System.String) + nameWithType: TranslationUnit.GetType(String) - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetType* name: GetType href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_GetType_ @@ -110093,23 +98701,17 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetType nameWithType: TranslationUnit.GetType - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetValue(System.String) - name: GetValue(string) + name: GetValue(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_GetValue_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetValue(System.String) - name.vb: GetValue(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetValue(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetValue(String) - nameWithType: TranslationUnit.GetValue(string) - nameWithType.vb: TranslationUnit.GetValue(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetValue(System.String) + nameWithType: TranslationUnit.GetValue(String) - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetValue(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name: GetValue(string, FieldValueType) + name: GetValue(String, FieldValueType) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_GetValue_System_String_Sdl_LanguagePlatform_TranslationMemory_FieldValueType_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetValue(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name.vb: GetValue(String, FieldValueType) - fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetValue(string, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetValue(String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - nameWithType: TranslationUnit.GetValue(string, FieldValueType) - nameWithType.vb: TranslationUnit.GetValue(String, FieldValueType) + fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetValue(System.String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) + nameWithType: TranslationUnit.GetValue(String, FieldValueType) - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.GetValue* name: GetValue href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_GetValue_ @@ -110141,14 +98743,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.InsertDate nameWithType: TranslationUnit.InsertDate - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.IsStandardFieldName(System.String) - name: IsStandardFieldName(string) + name: IsStandardFieldName(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_IsStandardFieldName_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.IsStandardFieldName(System.String) - name.vb: IsStandardFieldName(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.IsStandardFieldName(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.IsStandardFieldName(String) - nameWithType: TranslationUnit.IsStandardFieldName(string) - nameWithType.vb: TranslationUnit.IsStandardFieldName(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.IsStandardFieldName(System.String) + nameWithType: TranslationUnit.IsStandardFieldName(String) - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.IsStandardFieldName* name: IsStandardFieldName href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_IsStandardFieldName_ @@ -110192,14 +98791,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.OriginSystem nameWithType: TranslationUnit.OriginSystem - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.SetValue(Sdl.LanguagePlatform.TranslationMemory.FieldValue,System.Boolean) - name: SetValue(FieldValue, bool) + name: SetValue(FieldValue, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_SetValue_Sdl_LanguagePlatform_TranslationMemory_FieldValue_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.SetValue(Sdl.LanguagePlatform.TranslationMemory.FieldValue,System.Boolean) - name.vb: SetValue(FieldValue, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.SetValue(Sdl.LanguagePlatform.TranslationMemory.FieldValue, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.SetValue(Sdl.LanguagePlatform.TranslationMemory.FieldValue, Boolean) - nameWithType: TranslationUnit.SetValue(FieldValue, bool) - nameWithType.vb: TranslationUnit.SetValue(FieldValue, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.SetValue(Sdl.LanguagePlatform.TranslationMemory.FieldValue, System.Boolean) + nameWithType: TranslationUnit.SetValue(FieldValue, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.SetValue* name: SetValue href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_SetValue_ @@ -110273,7 +98869,7 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.Validate() nameWithType: TranslationUnit.Validate() - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.Validate(Sdl.LanguagePlatform.Core.Segment.ValidationMode) - name: Validate(ValidationMode) + name: Validate(Segment.ValidationMode) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_Validate_Sdl_LanguagePlatform_Core_Segment_ValidationMode_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.Validate(Sdl.LanguagePlatform.Core.Segment.ValidationMode) fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnit.Validate(Sdl.LanguagePlatform.Core.Segment.ValidationMode) @@ -110290,12 +98886,24 @@ references: commentId: T:Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat nameWithType: TranslationUnitFormat +- uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.DejaVu + name: DejaVu + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnitFormat_DejaVu + commentId: F:Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.DejaVu + fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.DejaVu + nameWithType: TranslationUnitFormat.DejaVu - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.IdiomWorldServer name: IdiomWorldServer href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnitFormat_IdiomWorldServer commentId: F:Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.IdiomWorldServer fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.IdiomWorldServer nameWithType: TranslationUnitFormat.IdiomWorldServer +- uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.MemoQ + name: MemoQ + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnitFormat_MemoQ + commentId: F:Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.MemoQ + fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.MemoQ + nameWithType: TranslationUnitFormat.MemoQ - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.SDLItd name: SDLItd href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnitFormat_SDLItd @@ -110314,6 +98922,12 @@ references: commentId: F:Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.SDLX fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.SDLX nameWithType: TranslationUnitFormat.SDLX +- uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.TAUSTMV1 + name: TAUSTMV1 + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnitFormat_TAUSTMV1 + commentId: F:Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.TAUSTMV1 + fullName: Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.TAUSTMV1 + nameWithType: TranslationUnitFormat.TAUSTMV1 - uid: Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.TradosTranslatorsWorkbench name: TradosTranslatorsWorkbench href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TranslationUnitFormat.html#Sdl_LanguagePlatform_TranslationMemory_TranslationUnitFormat_TradosTranslatorsWorkbench @@ -110396,29 +99010,20 @@ references: name: TuContext() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContext.html#Sdl_LanguagePlatform_TranslationMemory_TuContext__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.TuContext.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.TuContext.TuContext() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuContext.New() nameWithType: TuContext.TuContext() - nameWithType.vb: TuContext.New() - uid: Sdl.LanguagePlatform.TranslationMemory.TuContext.#ctor(System.Int64,System.Int64) - name: TuContext(long, long) + name: TuContext(Int64, Int64) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContext.html#Sdl_LanguagePlatform_TranslationMemory_TuContext__ctor_System_Int64_System_Int64_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TuContext.#ctor(System.Int64,System.Int64) - name.vb: New(Long, Long) - fullName: Sdl.LanguagePlatform.TranslationMemory.TuContext.TuContext(long, long) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuContext.New(Long, Long) - nameWithType: TuContext.TuContext(long, long) - nameWithType.vb: TuContext.New(Long, Long) + fullName: Sdl.LanguagePlatform.TranslationMemory.TuContext.TuContext(System.Int64, System.Int64) + nameWithType: TuContext.TuContext(Int64, Int64) - uid: Sdl.LanguagePlatform.TranslationMemory.TuContext.#ctor* name: TuContext href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContext.html#Sdl_LanguagePlatform_TranslationMemory_TuContext__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.TuContext.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.TuContext.TuContext - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuContext.New nameWithType: TuContext.TuContext - nameWithType.vb: TuContext.New - uid: Sdl.LanguagePlatform.TranslationMemory.TuContext.Context1 name: Context1 href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContext.html#Sdl_LanguagePlatform_TranslationMemory_TuContext_Context1 @@ -110444,14 +99049,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.TuContext.Context2 nameWithType: TuContext.Context2 - uid: Sdl.LanguagePlatform.TranslationMemory.TuContext.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContext.html#Sdl_LanguagePlatform_TranslationMemory_TuContext_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TuContext.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemory.TuContext.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuContext.Equals(Object) - nameWithType: TuContext.Equals(object) - nameWithType.vb: TuContext.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemory.TuContext.Equals(System.Object) + nameWithType: TuContext.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemory.TuContext.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContext.html#Sdl_LanguagePlatform_TranslationMemory_TuContext_Equals_ @@ -110528,29 +99130,20 @@ references: name: TuContexts() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContexts.html#Sdl_LanguagePlatform_TranslationMemory_TuContexts__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.TuContexts.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.TuContexts.TuContexts() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuContexts.New() nameWithType: TuContexts.TuContexts() - nameWithType.vb: TuContexts.New() - uid: Sdl.LanguagePlatform.TranslationMemory.TuContexts.#ctor(Sdl.LanguagePlatform.TranslationMemory.TuContexts) name: TuContexts(TuContexts) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContexts.html#Sdl_LanguagePlatform_TranslationMemory_TuContexts__ctor_Sdl_LanguagePlatform_TranslationMemory_TuContexts_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TuContexts.#ctor(Sdl.LanguagePlatform.TranslationMemory.TuContexts) - name.vb: New(TuContexts) fullName: Sdl.LanguagePlatform.TranslationMemory.TuContexts.TuContexts(Sdl.LanguagePlatform.TranslationMemory.TuContexts) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuContexts.New(Sdl.LanguagePlatform.TranslationMemory.TuContexts) nameWithType: TuContexts.TuContexts(TuContexts) - nameWithType.vb: TuContexts.New(TuContexts) - uid: Sdl.LanguagePlatform.TranslationMemory.TuContexts.#ctor* name: TuContexts href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContexts.html#Sdl_LanguagePlatform_TranslationMemory_TuContexts__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.TuContexts.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.TuContexts.TuContexts - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuContexts.New nameWithType: TuContexts.TuContexts - nameWithType.vb: TuContexts.New - uid: Sdl.LanguagePlatform.TranslationMemory.TuContexts.Add(Sdl.LanguagePlatform.TranslationMemory.TuContext) name: Add(TuContext) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuContexts.html#Sdl_LanguagePlatform_TranslationMemory_TuContexts_Add_Sdl_LanguagePlatform_TranslationMemory_TuContext_ @@ -110705,38 +99298,26 @@ references: name: TuIdContexts() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html#Sdl_LanguagePlatform_TranslationMemory_TuIdContexts__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.TuIdContexts() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.New() nameWithType: TuIdContexts.TuIdContexts() - nameWithType.vb: TuIdContexts.New() - uid: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.#ctor(Sdl.LanguagePlatform.TranslationMemory.TuIdContexts) name: TuIdContexts(TuIdContexts) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html#Sdl_LanguagePlatform_TranslationMemory_TuIdContexts__ctor_Sdl_LanguagePlatform_TranslationMemory_TuIdContexts_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.#ctor(Sdl.LanguagePlatform.TranslationMemory.TuIdContexts) - name.vb: New(TuIdContexts) fullName: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.TuIdContexts(Sdl.LanguagePlatform.TranslationMemory.TuIdContexts) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.New(Sdl.LanguagePlatform.TranslationMemory.TuIdContexts) nameWithType: TuIdContexts.TuIdContexts(TuIdContexts) - nameWithType.vb: TuIdContexts.New(TuIdContexts) - uid: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.#ctor* name: TuIdContexts href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html#Sdl_LanguagePlatform_TranslationMemory_TuIdContexts__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.TuIdContexts - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.New nameWithType: TuIdContexts.TuIdContexts - nameWithType.vb: TuIdContexts.New - uid: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Add(System.String) - name: Add(string) + name: Add(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html#Sdl_LanguagePlatform_TranslationMemory_TuIdContexts_Add_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Add(System.String) - name.vb: Add(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Add(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Add(String) - nameWithType: TuIdContexts.Add(string) - nameWithType.vb: TuIdContexts.Add(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Add(System.String) + nameWithType: TuIdContexts.Add(String) - uid: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Add* name: Add href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html#Sdl_LanguagePlatform_TranslationMemory_TuIdContexts_Add_ @@ -110750,13 +99331,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.AddRange(Sdl.LanguagePlatform.TranslationMemory.TuIdContexts) nameWithType: TuIdContexts.AddRange(TuIdContexts) - uid: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.AddRange(System.Collections.Generic.IEnumerable{System.String}) - name: AddRange(IEnumerable) + name: AddRange(IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html#Sdl_LanguagePlatform_TranslationMemory_TuIdContexts_AddRange_System_Collections_Generic_IEnumerable_System_String__ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.AddRange(System.Collections.Generic.IEnumerable{System.String}) name.vb: AddRange(IEnumerable(Of String)) - fullName: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.AddRange(System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.AddRange(System.Collections.Generic.IEnumerable(Of String)) - nameWithType: TuIdContexts.AddRange(IEnumerable) + fullName: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.AddRange(System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.AddRange(System.Collections.Generic.IEnumerable(Of System.String)) + nameWithType: TuIdContexts.AddRange(IEnumerable) nameWithType.vb: TuIdContexts.AddRange(IEnumerable(Of String)) - uid: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.AddRange* name: AddRange @@ -110801,14 +99382,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Equals nameWithType: TuIdContexts.Equals - uid: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.HasValue(System.String) - name: HasValue(string) + name: HasValue(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html#Sdl_LanguagePlatform_TranslationMemory_TuIdContexts_HasValue_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.HasValue(System.String) - name.vb: HasValue(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.HasValue(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.HasValue(String) - nameWithType: TuIdContexts.HasValue(string) - nameWithType.vb: TuIdContexts.HasValue(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.HasValue(System.String) + nameWithType: TuIdContexts.HasValue(String) - uid: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.HasValue* name: HasValue href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html#Sdl_LanguagePlatform_TranslationMemory_TuIdContexts_HasValue_ @@ -110846,23 +99424,20 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Merge(Sdl.LanguagePlatform.TranslationMemory.TuIdContexts) nameWithType: TuIdContexts.Merge(TuIdContexts) - uid: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Merge(System.Collections.Generic.IEnumerable{System.String}) - name: Merge(IEnumerable) + name: Merge(IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html#Sdl_LanguagePlatform_TranslationMemory_TuIdContexts_Merge_System_Collections_Generic_IEnumerable_System_String__ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Merge(System.Collections.Generic.IEnumerable{System.String}) name.vb: Merge(IEnumerable(Of String)) - fullName: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Merge(System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Merge(System.Collections.Generic.IEnumerable(Of String)) - nameWithType: TuIdContexts.Merge(IEnumerable) + fullName: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Merge(System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Merge(System.Collections.Generic.IEnumerable(Of System.String)) + nameWithType: TuIdContexts.Merge(IEnumerable) nameWithType.vb: TuIdContexts.Merge(IEnumerable(Of String)) - uid: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Merge(System.String) - name: Merge(string) + name: Merge(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html#Sdl_LanguagePlatform_TranslationMemory_TuIdContexts_Merge_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Merge(System.String) - name.vb: Merge(String) - fullName: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Merge(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Merge(String) - nameWithType: TuIdContexts.Merge(string) - nameWithType.vb: TuIdContexts.Merge(String) + fullName: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Merge(System.String) + nameWithType: TuIdContexts.Merge(String) - uid: Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Merge* name: Merge href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.html#Sdl_LanguagePlatform_TranslationMemory_TuIdContexts_Merge_ @@ -110888,23 +99463,20 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings nameWithType: TuLimitsValidatorSettings - uid: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32}) - name: TuLimitsValidatorSettings(int?, int?) + name: TuLimitsValidatorSettings(Nullable, Nullable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.html#Sdl_LanguagePlatform_TranslationMemory_TuLimitsValidatorSettings__ctor_System_Nullable_System_Int32__System_Nullable_System_Int32__ commentId: M:Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32}) - name.vb: New(Integer?, Integer?) - fullName: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.TuLimitsValidatorSettings(int?, int?) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.New(Integer?, Integer?) - nameWithType: TuLimitsValidatorSettings.TuLimitsValidatorSettings(int?, int?) - nameWithType.vb: TuLimitsValidatorSettings.New(Integer?, Integer?) + name.vb: TuLimitsValidatorSettings(Nullable(Of Int32), Nullable(Of Int32)) + fullName: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.TuLimitsValidatorSettings(System.Nullable, System.Nullable) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.TuLimitsValidatorSettings(System.Nullable(Of System.Int32), System.Nullable(Of System.Int32)) + nameWithType: TuLimitsValidatorSettings.TuLimitsValidatorSettings(Nullable, Nullable) + nameWithType.vb: TuLimitsValidatorSettings.TuLimitsValidatorSettings(Nullable(Of Int32), Nullable(Of Int32)) - uid: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.#ctor* name: TuLimitsValidatorSettings href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.html#Sdl_LanguagePlatform_TranslationMemory_TuLimitsValidatorSettings__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.TuLimitsValidatorSettings - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.New nameWithType: TuLimitsValidatorSettings.TuLimitsValidatorSettings - nameWithType.vb: TuLimitsValidatorSettings.New - uid: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.SegmentLengthLimit name: SegmentLengthLimit href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.html#Sdl_LanguagePlatform_TranslationMemory_TuLimitsValidatorSettings_SegmentLengthLimit @@ -111038,56 +99610,47 @@ references: name: WordCounts() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounts.html#Sdl_LanguagePlatform_TranslationMemory_WordCounts__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.WordCounts.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.WordCounts.WordCounts() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.WordCounts.New() nameWithType: WordCounts.WordCounts() - nameWithType.vb: WordCounts.New() - uid: Sdl.LanguagePlatform.TranslationMemory.WordCounts.#ctor(Sdl.LanguagePlatform.TranslationMemory.WordCounts) name: WordCounts(WordCounts) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounts.html#Sdl_LanguagePlatform_TranslationMemory_WordCounts__ctor_Sdl_LanguagePlatform_TranslationMemory_WordCounts_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.WordCounts.#ctor(Sdl.LanguagePlatform.TranslationMemory.WordCounts) - name.vb: New(WordCounts) fullName: Sdl.LanguagePlatform.TranslationMemory.WordCounts.WordCounts(Sdl.LanguagePlatform.TranslationMemory.WordCounts) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.WordCounts.New(Sdl.LanguagePlatform.TranslationMemory.WordCounts) nameWithType: WordCounts.WordCounts(WordCounts) - nameWithType.vb: WordCounts.New(WordCounts) - uid: Sdl.LanguagePlatform.TranslationMemory.WordCounts.#ctor(System.Collections.Generic.IList{Sdl.LanguagePlatform.Core.Tokenization.Token}) name: WordCounts(IList) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounts.html#Sdl_LanguagePlatform_TranslationMemory_WordCounts__ctor_System_Collections_Generic_IList_Sdl_LanguagePlatform_Core_Tokenization_Token__ commentId: M:Sdl.LanguagePlatform.TranslationMemory.WordCounts.#ctor(System.Collections.Generic.IList{Sdl.LanguagePlatform.Core.Tokenization.Token}) - name.vb: New(IList(Of Token)) + name.vb: WordCounts(IList(Of Token)) fullName: Sdl.LanguagePlatform.TranslationMemory.WordCounts.WordCounts(System.Collections.Generic.IList) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.WordCounts.New(System.Collections.Generic.IList(Of Sdl.LanguagePlatform.Core.Tokenization.Token)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.WordCounts.WordCounts(System.Collections.Generic.IList(Of Sdl.LanguagePlatform.Core.Tokenization.Token)) nameWithType: WordCounts.WordCounts(IList) - nameWithType.vb: WordCounts.New(IList(Of Token)) + nameWithType.vb: WordCounts.WordCounts(IList(Of Token)) - uid: Sdl.LanguagePlatform.TranslationMemory.WordCounts.#ctor(System.Collections.Generic.IList{Sdl.LanguagePlatform.Core.Tokenization.Token},Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions,Sdl.Core.Globalization.CultureCode) name: WordCounts(IList, WordCountsOptions, CultureCode) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounts.html#Sdl_LanguagePlatform_TranslationMemory_WordCounts__ctor_System_Collections_Generic_IList_Sdl_LanguagePlatform_Core_Tokenization_Token__Sdl_LanguagePlatform_TranslationMemory_WordCountsOptions_Sdl_Core_Globalization_CultureCode_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.WordCounts.#ctor(System.Collections.Generic.IList{Sdl.LanguagePlatform.Core.Tokenization.Token},Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions,Sdl.Core.Globalization.CultureCode) - name.vb: New(IList(Of Token), WordCountsOptions, CultureCode) + name.vb: WordCounts(IList(Of Token), WordCountsOptions, CultureCode) fullName: Sdl.LanguagePlatform.TranslationMemory.WordCounts.WordCounts(System.Collections.Generic.IList, Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions, Sdl.Core.Globalization.CultureCode) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.WordCounts.New(System.Collections.Generic.IList(Of Sdl.LanguagePlatform.Core.Tokenization.Token), Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions, Sdl.Core.Globalization.CultureCode) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.WordCounts.WordCounts(System.Collections.Generic.IList(Of Sdl.LanguagePlatform.Core.Tokenization.Token), Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions, Sdl.Core.Globalization.CultureCode) nameWithType: WordCounts.WordCounts(IList, WordCountsOptions, CultureCode) - nameWithType.vb: WordCounts.New(IList(Of Token), WordCountsOptions, CultureCode) + nameWithType.vb: WordCounts.WordCounts(IList(Of Token), WordCountsOptions, CultureCode) - uid: Sdl.LanguagePlatform.TranslationMemory.WordCounts.#ctor(System.Collections.Generic.IList{Sdl.LanguagePlatform.Core.Tokenization.Token},System.Boolean,System.Boolean,System.Boolean,System.Boolean) - name: WordCounts(IList, bool, bool, bool, bool) + name: WordCounts(IList, Boolean, Boolean, Boolean, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounts.html#Sdl_LanguagePlatform_TranslationMemory_WordCounts__ctor_System_Collections_Generic_IList_Sdl_LanguagePlatform_Core_Tokenization_Token__System_Boolean_System_Boolean_System_Boolean_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemory.WordCounts.#ctor(System.Collections.Generic.IList{Sdl.LanguagePlatform.Core.Tokenization.Token},System.Boolean,System.Boolean,System.Boolean,System.Boolean) - name.vb: New(IList(Of Token), Boolean, Boolean, Boolean, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemory.WordCounts.WordCounts(System.Collections.Generic.IList, bool, bool, bool, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.WordCounts.New(System.Collections.Generic.IList(Of Sdl.LanguagePlatform.Core.Tokenization.Token), Boolean, Boolean, Boolean, Boolean) - nameWithType: WordCounts.WordCounts(IList, bool, bool, bool, bool) - nameWithType.vb: WordCounts.New(IList(Of Token), Boolean, Boolean, Boolean, Boolean) + name.vb: WordCounts(IList(Of Token), Boolean, Boolean, Boolean, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemory.WordCounts.WordCounts(System.Collections.Generic.IList, System.Boolean, System.Boolean, System.Boolean, System.Boolean) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.WordCounts.WordCounts(System.Collections.Generic.IList(Of Sdl.LanguagePlatform.Core.Tokenization.Token), System.Boolean, System.Boolean, System.Boolean, System.Boolean) + nameWithType: WordCounts.WordCounts(IList, Boolean, Boolean, Boolean, Boolean) + nameWithType.vb: WordCounts.WordCounts(IList(Of Token), Boolean, Boolean, Boolean, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemory.WordCounts.#ctor* name: WordCounts href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounts.html#Sdl_LanguagePlatform_TranslationMemory_WordCounts__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.WordCounts.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.WordCounts.WordCounts - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.WordCounts.New nameWithType: WordCounts.WordCounts - nameWithType.vb: WordCounts.New - uid: Sdl.LanguagePlatform.TranslationMemory.WordCounts.Assign(Sdl.LanguagePlatform.TranslationMemory.WordCounts) name: Assign(WordCounts) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCounts.html#Sdl_LanguagePlatform_TranslationMemory_WordCounts_Assign_Sdl_LanguagePlatform_TranslationMemory_WordCounts_ @@ -111221,20 +99784,14 @@ references: name: WordCountsOptions() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.html#Sdl_LanguagePlatform_TranslationMemory_WordCountsOptions__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.WordCountsOptions() - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.New() nameWithType: WordCountsOptions.WordCountsOptions() - nameWithType.vb: WordCountsOptions.New() - uid: Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.#ctor* name: WordCountsOptions href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.html#Sdl_LanguagePlatform_TranslationMemory_WordCountsOptions__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.WordCountsOptions - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.New nameWithType: WordCountsOptions.WordCountsOptions - nameWithType.vb: WordCountsOptions.New - uid: Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.BreakAdvancedTokensByCharacter name: BreakAdvancedTokensByCharacter href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.html#Sdl_LanguagePlatform_TranslationMemory_WordCountsOptions_BreakAdvancedTokensByCharacter @@ -111458,14 +100015,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.GetTranslationUnitCount nameWithType: AbstractLocalTranslationMemory.GetTranslationUnitCount - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.HasPermission(System.String) - name: HasPermission(string) + name: HasPermission(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractLocalTranslationMemory_HasPermission_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.HasPermission(System.String) - name.vb: HasPermission(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.HasPermission(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.HasPermission(String) - nameWithType: AbstractLocalTranslationMemory.HasPermission(string) - nameWithType.vb: AbstractLocalTranslationMemory.HasPermission(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.HasPermission(System.String) + nameWithType: AbstractLocalTranslationMemory.HasPermission(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.HasPermission* name: HasPermission href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractLocalTranslationMemory_HasPermission_ @@ -111509,14 +100063,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.LanguageResourceBundles nameWithType: AbstractLocalTranslationMemory.LanguageResourceBundles - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.LoadState(System.String) - name: LoadState(string) + name: LoadState(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractLocalTranslationMemory_LoadState_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.LoadState(System.String) - name.vb: LoadState(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.LoadState(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.LoadState(String) - nameWithType: AbstractLocalTranslationMemory.LoadState(string) - nameWithType.vb: AbstractLocalTranslationMemory.LoadState(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.LoadState(System.String) + nameWithType: AbstractLocalTranslationMemory.LoadState(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.LoadState* name: LoadState href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractLocalTranslationMemory_LoadState_ @@ -111604,6 +100155,22 @@ references: commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.Save fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.Save nameWithType: AbstractLocalTranslationMemory.Save +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationProvider#GetLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + name: ITranslationProvider.GetLanguageDirection(LanguagePair) + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractLocalTranslationMemory_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_GetLanguageDirection_Sdl_LanguagePlatform_Core_LanguagePair_ + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationProvider#GetLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + name.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection(LanguagePair) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + nameWithType: AbstractLocalTranslationMemory.ITranslationProvider.GetLanguageDirection(LanguagePair) + nameWithType.vb: AbstractLocalTranslationMemory.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection(LanguagePair) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationProvider#GetLanguageDirection* + name: ITranslationProvider.GetLanguageDirection + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractLocalTranslationMemory_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_GetLanguageDirection_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationProvider#GetLanguageDirection + name.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection + nameWithType: AbstractLocalTranslationMemory.ITranslationProvider.GetLanguageDirection + nameWithType.vb: AbstractLocalTranslationMemory.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.SerializeState name: SerializeState() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractLocalTranslationMemory_SerializeState @@ -111890,20 +100457,14 @@ references: name: AbstractMachineTranslationProvider() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProvider__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.AbstractMachineTranslationProvider() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.New() nameWithType: AbstractMachineTranslationProvider.AbstractMachineTranslationProvider() - nameWithType.vb: AbstractMachineTranslationProvider.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.#ctor* name: AbstractMachineTranslationProvider href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProvider__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.AbstractMachineTranslationProvider - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.New nameWithType: AbstractMachineTranslationProvider.AbstractMachineTranslationProvider - nameWithType.vb: AbstractMachineTranslationProvider.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.GetLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) name: GetLanguageDirection(LanguagePair) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProvider_GetLanguageDirection_Sdl_LanguagePlatform_Core_LanguagePair_ @@ -111941,14 +100502,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.IsReadOnly nameWithType: AbstractMachineTranslationProvider.IsReadOnly - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.LoadState(System.String) - name: LoadState(string) + name: LoadState(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProvider_LoadState_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.LoadState(System.String) - name.vb: LoadState(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.LoadState(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.LoadState(String) - nameWithType: AbstractMachineTranslationProvider.LoadState(string) - nameWithType.vb: AbstractMachineTranslationProvider.LoadState(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.LoadState(System.String) + nameWithType: AbstractMachineTranslationProvider.LoadState(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.LoadState* name: LoadState href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProvider_LoadState_ @@ -112253,29 +100811,23 @@ references: name: AbstractMachineTranslationProviderLanguageDirection(AbstractMachineTranslationProvider, LanguagePair) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProviderLanguageDirection__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProvider_Sdl_LanguagePlatform_Core_LanguagePair_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider,Sdl.LanguagePlatform.Core.LanguagePair) - name.vb: New(AbstractMachineTranslationProvider, LanguagePair) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AbstractMachineTranslationProviderLanguageDirection(Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider, Sdl.LanguagePlatform.Core.LanguagePair) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.New(Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProvider, Sdl.LanguagePlatform.Core.LanguagePair) nameWithType: AbstractMachineTranslationProviderLanguageDirection.AbstractMachineTranslationProviderLanguageDirection(AbstractMachineTranslationProvider, LanguagePair) - nameWithType.vb: AbstractMachineTranslationProviderLanguageDirection.New(AbstractMachineTranslationProvider, LanguagePair) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.#ctor* name: AbstractMachineTranslationProviderLanguageDirection href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProviderLanguageDirection__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AbstractMachineTranslationProviderLanguageDirection - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.New nameWithType: AbstractMachineTranslationProviderLanguageDirection.AbstractMachineTranslationProviderLanguageDirection - nameWithType.vb: AbstractMachineTranslationProviderLanguageDirection.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - name: AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) + name: AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProviderLanguageDirection_AddOrUpdateTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Int32___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - name.vb: AddOrUpdateTranslationUnits(TranslationUnit(), Integer(), ImportSettings) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], int[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Integer(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - nameWithType: AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) - nameWithType.vb: AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit(), Integer(), ImportSettings) + name.vb: AddOrUpdateTranslationUnits(TranslationUnit(), Int32(), ImportSettings) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Int32[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Int32(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings) + nameWithType: AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) + nameWithType.vb: AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit(), Int32(), ImportSettings) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnits* name: AddOrUpdateTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProviderLanguageDirection_AddOrUpdateTranslationUnits_ @@ -112283,14 +100835,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnits nameWithType: AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name: AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) + name: AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProviderLanguageDirection_AddOrUpdateTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Int32___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name.vb: AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Integer(), ImportSettings, Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], int[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Integer(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, Boolean()) - nameWithType: AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) - nameWithType.vb: AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Integer(), ImportSettings, Boolean()) + name.vb: AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Int32(), ImportSettings, Boolean()) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Int32[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Int32(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean()) + nameWithType: AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) + nameWithType.vb: AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Int32(), ImportSettings, Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked* name: AddOrUpdateTranslationUnitsMasked href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProviderLanguageDirection_AddOrUpdateTranslationUnitsMasked_ @@ -112325,13 +100877,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddTranslationUnits nameWithType: AbstractMachineTranslationProviderLanguageDirection.AddTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name: AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) + name: AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProviderLanguageDirection_AddTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) name.vb: AddTranslationUnitsMasked(TranslationUnit(), ImportSettings, Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, Boolean()) - nameWithType: AbstractMachineTranslationProviderLanguageDirection.AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean()) + nameWithType: AbstractMachineTranslationProviderLanguageDirection.AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) nameWithType.vb: AbstractMachineTranslationProviderLanguageDirection.AddTranslationUnitsMasked(TranslationUnit(), ImportSettings, Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.AddTranslationUnitsMasked* name: AddTranslationUnitsMasked @@ -112472,22 +101024,22 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchSegments nameWithType: AbstractMachineTranslationProviderLanguageDirection.SearchSegments - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) - name: SearchSegmentsMasked(SearchSettings, Segment[], bool[]) + name: SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProviderLanguageDirection_SearchSegmentsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_Core_Segment___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) name.vb: SearchSegmentsMasked(SearchSettings, Segment(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment(), Boolean()) - nameWithType: AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(SearchSettings, Segment[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment(), System.Boolean()) + nameWithType: AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) nameWithType.vb: AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(SearchSettings, Segment(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) - name: SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[]) + name: SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProviderLanguageDirection_SearchSegmentsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchCondition_Sdl_LanguagePlatform_Core_Segment___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) name.vb: SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment(), Boolean()) - nameWithType: AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment(), System.Boolean()) + nameWithType: AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[]) nameWithType.vb: AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchSegmentsMasked* name: SearchSegmentsMasked @@ -112508,14 +101060,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchSingleSegmentInternal nameWithType: AbstractMachineTranslationProviderLanguageDirection.SearchSingleSegmentInternal - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,System.String) - name: SearchText(SearchSettings, string) + name: SearchText(SearchSettings, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProviderLanguageDirection_SearchText_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,System.String) - name.vb: SearchText(SearchSettings, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, String) - nameWithType: AbstractMachineTranslationProviderLanguageDirection.SearchText(SearchSettings, string) - nameWithType.vb: AbstractMachineTranslationProviderLanguageDirection.SearchText(SearchSettings, String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, System.String) + nameWithType: AbstractMachineTranslationProviderLanguageDirection.SearchText(SearchSettings, String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchText* name: SearchText href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProviderLanguageDirection_SearchText_ @@ -112565,22 +101114,22 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnits nameWithType: AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) - name: SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[]) + name: SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProviderLanguageDirection_SearchTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchCondition_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) name.vb: SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Boolean()) - nameWithType: AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Boolean()) + nameWithType: AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[]) nameWithType.vb: AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) - name: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) + name: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProviderLanguageDirection_SearchTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) name.vb: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Boolean()) - nameWithType: AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Boolean()) + nameWithType: AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) nameWithType.vb: AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchTranslationUnitsMasked* name: SearchTranslationUnitsMasked @@ -112682,14 +101231,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.Translate(Sdl.LanguagePlatform.Core.Segment) nameWithType: AbstractMachineTranslationProviderLanguageDirection.Translate(Segment) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.Translate(System.String) - name: Translate(string) + name: Translate(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProviderLanguageDirection_Translate_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.Translate(System.String) - name.vb: Translate(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.Translate(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.Translate(String) - nameWithType: AbstractMachineTranslationProviderLanguageDirection.Translate(string) - nameWithType.vb: AbstractMachineTranslationProviderLanguageDirection.Translate(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.Translate(System.String) + nameWithType: AbstractMachineTranslationProviderLanguageDirection.Translate(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.Translate* name: Translate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AbstractMachineTranslationProviderLanguageDirection_Translate_ @@ -112745,29 +101291,20 @@ references: name: AlignmentTMBilingualProcessor(ITranslationMemory, LanguagePair, ImportSettings) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.html#Sdl_LanguagePlatform_TranslationMemoryApi_AlignmentTMBilingualProcessor__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemory_Sdl_LanguagePlatform_Core_LanguagePair_Sdl_LanguagePlatform_TranslationMemory_ImportSettings_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory,Sdl.LanguagePlatform.Core.LanguagePair,Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - name.vb: New(ITranslationMemory, LanguagePair, ImportSettings) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.AlignmentTMBilingualProcessor(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory, Sdl.LanguagePlatform.Core.LanguagePair, Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.New(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory, Sdl.LanguagePlatform.Core.LanguagePair, Sdl.LanguagePlatform.TranslationMemory.ImportSettings) nameWithType: AlignmentTMBilingualProcessor.AlignmentTMBilingualProcessor(ITranslationMemory, LanguagePair, ImportSettings) - nameWithType.vb: AlignmentTMBilingualProcessor.New(ITranslationMemory, LanguagePair, ImportSettings) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory,Sdl.LanguagePlatform.Core.LanguagePair,Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean) - name: AlignmentTMBilingualProcessor(ITranslationMemory, LanguagePair, ImportSettings, bool) + name: AlignmentTMBilingualProcessor(ITranslationMemory, LanguagePair, ImportSettings, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.html#Sdl_LanguagePlatform_TranslationMemoryApi_AlignmentTMBilingualProcessor__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemory_Sdl_LanguagePlatform_Core_LanguagePair_Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory,Sdl.LanguagePlatform.Core.LanguagePair,Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean) - name.vb: New(ITranslationMemory, LanguagePair, ImportSettings, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.AlignmentTMBilingualProcessor(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory, Sdl.LanguagePlatform.Core.LanguagePair, Sdl.LanguagePlatform.TranslationMemory.ImportSettings, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.New(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory, Sdl.LanguagePlatform.Core.LanguagePair, Sdl.LanguagePlatform.TranslationMemory.ImportSettings, Boolean) - nameWithType: AlignmentTMBilingualProcessor.AlignmentTMBilingualProcessor(ITranslationMemory, LanguagePair, ImportSettings, bool) - nameWithType.vb: AlignmentTMBilingualProcessor.New(ITranslationMemory, LanguagePair, ImportSettings, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.AlignmentTMBilingualProcessor(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory, Sdl.LanguagePlatform.Core.LanguagePair, Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean) + nameWithType: AlignmentTMBilingualProcessor.AlignmentTMBilingualProcessor(ITranslationMemory, LanguagePair, ImportSettings, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.#ctor* name: AlignmentTMBilingualProcessor href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.html#Sdl_LanguagePlatform_TranslationMemoryApi_AlignmentTMBilingualProcessor__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.AlignmentTMBilingualProcessor - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.New nameWithType: AlignmentTMBilingualProcessor.AlignmentTMBilingualProcessor - nameWithType.vb: AlignmentTMBilingualProcessor.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.AddTranslationUnitsInBundels name: AddTranslationUnitsInBundels() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AlignmentTMBilingualProcessor.html#Sdl_LanguagePlatform_TranslationMemoryApi_AlignmentTMBilingualProcessor_AddTranslationUnitsInBundels @@ -112835,23 +101372,17 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs nameWithType: BatchExportedEventArgs - uid: Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.#ctor(System.Int32,System.Int32) - name: BatchExportedEventArgs(int, int) + name: BatchExportedEventArgs(Int32, Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.html#Sdl_LanguagePlatform_TranslationMemoryApi_BatchExportedEventArgs__ctor_System_Int32_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.#ctor(System.Int32,System.Int32) - name.vb: New(Integer, Integer) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.BatchExportedEventArgs(int, int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.New(Integer, Integer) - nameWithType: BatchExportedEventArgs.BatchExportedEventArgs(int, int) - nameWithType.vb: BatchExportedEventArgs.New(Integer, Integer) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.BatchExportedEventArgs(System.Int32, System.Int32) + nameWithType: BatchExportedEventArgs.BatchExportedEventArgs(Int32, Int32) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.#ctor* name: BatchExportedEventArgs href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.html#Sdl_LanguagePlatform_TranslationMemoryApi_BatchExportedEventArgs__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.BatchExportedEventArgs - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.New nameWithType: BatchExportedEventArgs.BatchExportedEventArgs - nameWithType.vb: BatchExportedEventArgs.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.TotalExported name: TotalExported href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchExportedEventArgs.html#Sdl_LanguagePlatform_TranslationMemoryApi_BatchExportedEventArgs_TotalExported @@ -112886,20 +101417,14 @@ references: name: BatchImportedEventArgs(ImportStatistics) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.html#Sdl_LanguagePlatform_TranslationMemoryApi_BatchImportedEventArgs__ctor_Sdl_LanguagePlatform_TranslationMemory_ImportStatistics_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.#ctor(Sdl.LanguagePlatform.TranslationMemory.ImportStatistics) - name.vb: New(ImportStatistics) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.BatchImportedEventArgs(Sdl.LanguagePlatform.TranslationMemory.ImportStatistics) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.New(Sdl.LanguagePlatform.TranslationMemory.ImportStatistics) nameWithType: BatchImportedEventArgs.BatchImportedEventArgs(ImportStatistics) - nameWithType.vb: BatchImportedEventArgs.New(ImportStatistics) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.#ctor* name: BatchImportedEventArgs href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.html#Sdl_LanguagePlatform_TranslationMemoryApi_BatchImportedEventArgs__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.BatchImportedEventArgs - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.New nameWithType: BatchImportedEventArgs.BatchImportedEventArgs - nameWithType.vb: BatchImportedEventArgs.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.Statistics name: Statistics href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.BatchImportedEventArgs.html#Sdl_LanguagePlatform_TranslationMemoryApi_BatchImportedEventArgs_Statistics @@ -112922,41 +101447,40 @@ references: nameWithType: Cascade nameWithType.vb: Cascade(Of T) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Boolean,System.Boolean,Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode) - name: Cascade(IEnumerable, bool, bool, CultureCode, CultureCode) + name: Cascade(IEnumerable, Boolean, Boolean, CultureCode, CultureCode) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1__ctor_System_Collections_Generic_IEnumerable__0__System_Boolean_System_Boolean_Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Boolean,System.Boolean,Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode) - name.vb: New(IEnumerable(Of T), Boolean, Boolean, CultureCode, CultureCode) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.Cascade(System.Collections.Generic.IEnumerable, bool, bool, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).New(System.Collections.Generic.IEnumerable(Of T), Boolean, Boolean, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode) - nameWithType: Cascade.Cascade(IEnumerable, bool, bool, CultureCode, CultureCode) - nameWithType.vb: Cascade(Of T).New(IEnumerable(Of T), Boolean, Boolean, CultureCode, CultureCode) + name.vb: Cascade(IEnumerable(Of T), Boolean, Boolean, CultureCode, CultureCode) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.Cascade(System.Collections.Generic.IEnumerable, System.Boolean, System.Boolean, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).Cascade(System.Collections.Generic.IEnumerable(Of T), System.Boolean, System.Boolean, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode) + nameWithType: Cascade.Cascade(IEnumerable, Boolean, Boolean, CultureCode, CultureCode) + nameWithType.vb: Cascade(Of T).Cascade(IEnumerable(Of T), Boolean, Boolean, CultureCode, CultureCode) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.#ctor* name: Cascade href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.Cascade - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).Cascade nameWithType: Cascade.Cascade - nameWithType.vb: Cascade(Of T).New + nameWithType.vb: Cascade(Of T).Cascade - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - name: AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) + name: AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_AddOrUpdateTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Int32___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - name.vb: AddOrUpdateTranslationUnits(TranslationUnit(), Integer(), ImportSettings) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], int[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Integer(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - nameWithType: Cascade.AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) - nameWithType.vb: Cascade(Of T).AddOrUpdateTranslationUnits(TranslationUnit(), Integer(), ImportSettings) + name.vb: AddOrUpdateTranslationUnits(TranslationUnit(), Int32(), ImportSettings) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Int32[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Int32(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings) + nameWithType: Cascade.AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) + nameWithType.vb: Cascade(Of T).AddOrUpdateTranslationUnits(TranslationUnit(), Int32(), ImportSettings) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name: AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings, out IEnumerable) + name: AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings, out IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_AddOrUpdateTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Int32___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name.vb: AddOrUpdateTranslationUnits(TranslationUnit(), Integer(), ImportSettings, IEnumerable(Of CascadeMessage)) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], int[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, out System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Integer(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) - nameWithType: Cascade.AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings, out IEnumerable) - nameWithType.vb: Cascade(Of T).AddOrUpdateTranslationUnits(TranslationUnit(), Integer(), ImportSettings, IEnumerable(Of CascadeMessage)) + name.vb: AddOrUpdateTranslationUnits(TranslationUnit(), Int32(), ImportSettings, ByRef IEnumerable(Of CascadeMessage)) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Int32[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, out System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Int32(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, ByRef System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) + nameWithType: Cascade.AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings, out IEnumerable) + nameWithType.vb: Cascade(Of T).AddOrUpdateTranslationUnits(TranslationUnit(), Int32(), ImportSettings, ByRef IEnumerable(Of CascadeMessage)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddOrUpdateTranslationUnits* name: AddOrUpdateTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_AddOrUpdateTranslationUnits_ @@ -112966,23 +101490,23 @@ references: nameWithType: Cascade.AddOrUpdateTranslationUnits nameWithType.vb: Cascade(Of T).AddOrUpdateTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name: AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) + name: AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_AddOrUpdateTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Int32___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name.vb: AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Integer(), ImportSettings, Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], int[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Integer(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, Boolean()) - nameWithType: Cascade.AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) - nameWithType.vb: Cascade(Of T).AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Integer(), ImportSettings, Boolean()) + name.vb: AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Int32(), ImportSettings, Boolean()) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Int32[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Int32(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean()) + nameWithType: Cascade.AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) + nameWithType.vb: Cascade(Of T).AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Int32(), ImportSettings, Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[],System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name: AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[], out IEnumerable) + name: AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[], out IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_AddOrUpdateTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Int32___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Boolean___System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[],System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name.vb: AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Integer(), ImportSettings, Boolean(), IEnumerable(Of CascadeMessage)) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], int[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, bool[], out System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Integer(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, Boolean(), System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) - nameWithType: Cascade.AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[], out IEnumerable) - nameWithType.vb: Cascade(Of T).AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Integer(), ImportSettings, Boolean(), IEnumerable(Of CascadeMessage)) + name.vb: AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Int32(), ImportSettings, Boolean(), ByRef IEnumerable(Of CascadeMessage)) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Int32[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean[], out System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Int32(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean(), ByRef System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) + nameWithType: Cascade.AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[], out IEnumerable) + nameWithType.vb: Cascade(Of T).AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Int32(), ImportSettings, Boolean(), ByRef IEnumerable(Of CascadeMessage)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddOrUpdateTranslationUnitsMasked* name: AddOrUpdateTranslationUnitsMasked href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_AddOrUpdateTranslationUnitsMasked_ @@ -113003,11 +101527,11 @@ references: name: AddTranslationUnit(TranslationUnit, ImportSettings, out IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_AddTranslationUnit_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit,Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name.vb: AddTranslationUnit(TranslationUnit, ImportSettings, IEnumerable(Of CascadeMessage)) + name.vb: AddTranslationUnit(TranslationUnit, ImportSettings, ByRef IEnumerable(Of CascadeMessage)) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.AddTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit, Sdl.LanguagePlatform.TranslationMemory.ImportSettings, out System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).AddTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit, Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).AddTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit, Sdl.LanguagePlatform.TranslationMemory.ImportSettings, ByRef System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) nameWithType: Cascade.AddTranslationUnit(TranslationUnit, ImportSettings, out IEnumerable) - nameWithType.vb: Cascade(Of T).AddTranslationUnit(TranslationUnit, ImportSettings, IEnumerable(Of CascadeMessage)) + nameWithType.vb: Cascade(Of T).AddTranslationUnit(TranslationUnit, ImportSettings, ByRef IEnumerable(Of CascadeMessage)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddTranslationUnit* name: AddTranslationUnit href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_AddTranslationUnit_ @@ -113029,11 +101553,11 @@ references: name: AddTranslationUnits(TranslationUnit[], ImportSettings, out IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_AddTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name.vb: AddTranslationUnits(TranslationUnit(), ImportSettings, IEnumerable(Of CascadeMessage)) + name.vb: AddTranslationUnits(TranslationUnit(), ImportSettings, ByRef IEnumerable(Of CascadeMessage)) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.AddTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, out System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).AddTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).AddTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, ByRef System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) nameWithType: Cascade.AddTranslationUnits(TranslationUnit[], ImportSettings, out IEnumerable) - nameWithType.vb: Cascade(Of T).AddTranslationUnits(TranslationUnit(), ImportSettings, IEnumerable(Of CascadeMessage)) + nameWithType.vb: Cascade(Of T).AddTranslationUnits(TranslationUnit(), ImportSettings, ByRef IEnumerable(Of CascadeMessage)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddTranslationUnits* name: AddTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_AddTranslationUnits_ @@ -113043,23 +101567,23 @@ references: nameWithType: Cascade.AddTranslationUnits nameWithType.vb: Cascade(Of T).AddTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name: AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) + name: AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_AddTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) name.vb: AddTranslationUnitsMasked(TranslationUnit(), ImportSettings, Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, Boolean()) - nameWithType: Cascade.AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean()) + nameWithType: Cascade.AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) nameWithType.vb: Cascade(Of T).AddTranslationUnitsMasked(TranslationUnit(), ImportSettings, Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[],System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name: AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[], out IEnumerable) + name: AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[], out IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_AddTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Boolean___System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[],System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name.vb: AddTranslationUnitsMasked(TranslationUnit(), ImportSettings, Boolean(), IEnumerable(Of CascadeMessage)) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, bool[], out System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, Boolean(), System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) - nameWithType: Cascade.AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[], out IEnumerable) - nameWithType.vb: Cascade(Of T).AddTranslationUnitsMasked(TranslationUnit(), ImportSettings, Boolean(), IEnumerable(Of CascadeMessage)) + name.vb: AddTranslationUnitsMasked(TranslationUnit(), ImportSettings, Boolean(), ByRef IEnumerable(Of CascadeMessage)) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean[], out System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean(), ByRef System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) + nameWithType: Cascade.AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[], out IEnumerable) + nameWithType.vb: Cascade(Of T).AddTranslationUnitsMasked(TranslationUnit(), ImportSettings, Boolean(), ByRef IEnumerable(Of CascadeMessage)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.AddTranslationUnitsMasked* name: AddTranslationUnitsMasked href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_AddTranslationUnitsMasked_ @@ -113160,11 +101684,11 @@ references: name: SearchSegment(SearchSettings, Segment, out IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchSegment_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_Core_Segment_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchSegment(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.Core.Segment,System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name.vb: SearchSegment(SearchSettings, Segment, IEnumerable(Of CascadeMessage)) + name.vb: SearchSegment(SearchSettings, Segment, ByRef IEnumerable(Of CascadeMessage)) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchSegment(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment, out System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchSegment(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment, System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchSegment(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment, ByRef System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) nameWithType: Cascade.SearchSegment(SearchSettings, Segment, out IEnumerable) - nameWithType.vb: Cascade(Of T).SearchSegment(SearchSettings, Segment, IEnumerable(Of CascadeMessage)) + nameWithType.vb: Cascade(Of T).SearchSegment(SearchSettings, Segment, ByRef IEnumerable(Of CascadeMessage)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchSegment* name: SearchSegment href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchSegment_ @@ -113186,11 +101710,11 @@ references: name: SearchSegments(SearchSettings, Segment[], out IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchSegments_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_Core_Segment___System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchSegments(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.Core.Segment[],System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name.vb: SearchSegments(SearchSettings, Segment(), IEnumerable(Of CascadeMessage)) + name.vb: SearchSegments(SearchSettings, Segment(), ByRef IEnumerable(Of CascadeMessage)) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchSegments(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment[], out System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchSegments(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment(), System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchSegments(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment(), ByRef System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) nameWithType: Cascade.SearchSegments(SearchSettings, Segment[], out IEnumerable) - nameWithType.vb: Cascade(Of T).SearchSegments(SearchSettings, Segment(), IEnumerable(Of CascadeMessage)) + nameWithType.vb: Cascade(Of T).SearchSegments(SearchSettings, Segment(), ByRef IEnumerable(Of CascadeMessage)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchSegments* name: SearchSegments href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchSegments_ @@ -113200,32 +101724,32 @@ references: nameWithType: Cascade.SearchSegments nameWithType.vb: Cascade(Of T).SearchSegments - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) - name: SearchSegmentsMasked(SearchSettings, Segment[], bool[]) + name: SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchSegmentsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_Core_Segment___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) name.vb: SearchSegmentsMasked(SearchSettings, Segment(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment(), Boolean()) - nameWithType: Cascade.SearchSegmentsMasked(SearchSettings, Segment[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment(), System.Boolean()) + nameWithType: Cascade.SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) nameWithType.vb: Cascade(Of T).SearchSegmentsMasked(SearchSettings, Segment(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[],System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name: SearchSegmentsMasked(SearchSettings, Segment[], bool[], out IEnumerable) + name: SearchSegmentsMasked(SearchSettings, Segment[], Boolean[], out IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchSegmentsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_Core_Segment___System_Boolean___System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[],System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name.vb: SearchSegmentsMasked(SearchSettings, Segment(), Boolean(), IEnumerable(Of CascadeMessage)) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment[], bool[], out System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment(), Boolean(), System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) - nameWithType: Cascade.SearchSegmentsMasked(SearchSettings, Segment[], bool[], out IEnumerable) - nameWithType.vb: Cascade(Of T).SearchSegmentsMasked(SearchSettings, Segment(), Boolean(), IEnumerable(Of CascadeMessage)) + name.vb: SearchSegmentsMasked(SearchSettings, Segment(), Boolean(), ByRef IEnumerable(Of CascadeMessage)) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment[], System.Boolean[], out System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment(), System.Boolean(), ByRef System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) + nameWithType: Cascade.SearchSegmentsMasked(SearchSettings, Segment[], Boolean[], out IEnumerable) + nameWithType.vb: Cascade(Of T).SearchSegmentsMasked(SearchSettings, Segment(), Boolean(), ByRef IEnumerable(Of CascadeMessage)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[],System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name: SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[], out IEnumerable) + name: SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[], out IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchSegmentsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchCondition_Sdl_LanguagePlatform_Core_Segment___System_Boolean___System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[],System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name.vb: SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment(), Boolean(), IEnumerable(Of CascadeMessage)) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment[], bool[], out System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment(), Boolean(), System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) - nameWithType: Cascade.SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[], out IEnumerable) - nameWithType.vb: Cascade(Of T).SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment(), Boolean(), IEnumerable(Of CascadeMessage)) + name.vb: SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment(), Boolean(), ByRef IEnumerable(Of CascadeMessage)) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment[], System.Boolean[], out System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment(), System.Boolean(), ByRef System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) + nameWithType: Cascade.SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[], out IEnumerable) + nameWithType.vb: Cascade(Of T).SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment(), Boolean(), ByRef IEnumerable(Of CascadeMessage)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchSegmentsMasked* name: SearchSegmentsMasked href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchSegmentsMasked_ @@ -113235,23 +101759,22 @@ references: nameWithType: Cascade.SearchSegmentsMasked nameWithType.vb: Cascade(Of T).SearchSegmentsMasked - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,System.String) - name: SearchText(SearchSettings, string) + name: SearchText(SearchSettings, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchText_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,System.String) - name.vb: SearchText(SearchSettings, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, String) - nameWithType: Cascade.SearchText(SearchSettings, string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, System.String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, System.String) + nameWithType: Cascade.SearchText(SearchSettings, String) nameWithType.vb: Cascade(Of T).SearchText(SearchSettings, String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,System.String,System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name: SearchText(SearchSettings, string, out IEnumerable) + name: SearchText(SearchSettings, String, out IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchText_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_System_String_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,System.String,System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name.vb: SearchText(SearchSettings, String, IEnumerable(Of CascadeMessage)) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, string, out System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, String, System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) - nameWithType: Cascade.SearchText(SearchSettings, string, out IEnumerable) - nameWithType.vb: Cascade(Of T).SearchText(SearchSettings, String, IEnumerable(Of CascadeMessage)) + name.vb: SearchText(SearchSettings, String, ByRef IEnumerable(Of CascadeMessage)) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, System.String, out System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, System.String, ByRef System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) + nameWithType: Cascade.SearchText(SearchSettings, String, out IEnumerable) + nameWithType.vb: Cascade(Of T).SearchText(SearchSettings, String, ByRef IEnumerable(Of CascadeMessage)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchText* name: SearchText href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchText_ @@ -113272,11 +101795,11 @@ references: name: SearchTranslationUnit(SearchSettings, TranslationUnit, out IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchTranslationUnit_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit,System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name.vb: SearchTranslationUnit(SearchSettings, TranslationUnit, IEnumerable(Of CascadeMessage)) + name.vb: SearchTranslationUnit(SearchSettings, TranslationUnit, ByRef IEnumerable(Of CascadeMessage)) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit, out System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit, System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit, ByRef System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) nameWithType: Cascade.SearchTranslationUnit(SearchSettings, TranslationUnit, out IEnumerable) - nameWithType.vb: Cascade(Of T).SearchTranslationUnit(SearchSettings, TranslationUnit, IEnumerable(Of CascadeMessage)) + nameWithType.vb: Cascade(Of T).SearchTranslationUnit(SearchSettings, TranslationUnit, ByRef IEnumerable(Of CascadeMessage)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchTranslationUnit* name: SearchTranslationUnit href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchTranslationUnit_ @@ -113298,11 +101821,11 @@ references: name: SearchTranslationUnits(SearchSettings, TranslationUnit[], out IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name.vb: SearchTranslationUnits(SearchSettings, TranslationUnit(), IEnumerable(Of CascadeMessage)) + name.vb: SearchTranslationUnits(SearchSettings, TranslationUnit(), ByRef IEnumerable(Of CascadeMessage)) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], out System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), ByRef System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) nameWithType: Cascade.SearchTranslationUnits(SearchSettings, TranslationUnit[], out IEnumerable) - nameWithType.vb: Cascade(Of T).SearchTranslationUnits(SearchSettings, TranslationUnit(), IEnumerable(Of CascadeMessage)) + nameWithType.vb: Cascade(Of T).SearchTranslationUnits(SearchSettings, TranslationUnit(), ByRef IEnumerable(Of CascadeMessage)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchTranslationUnits* name: SearchTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchTranslationUnits_ @@ -113312,32 +101835,32 @@ references: nameWithType: Cascade.SearchTranslationUnits nameWithType.vb: Cascade(Of T).SearchTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[],System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name: SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[], out IEnumerable) + name: SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[], out IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchCondition_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Boolean___System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[],System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name.vb: SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit(), Boolean(), IEnumerable(Of CascadeMessage)) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], bool[], out System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Boolean(), System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) - nameWithType: Cascade.SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[], out IEnumerable) - nameWithType.vb: Cascade(Of T).SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit(), Boolean(), IEnumerable(Of CascadeMessage)) + name.vb: SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit(), Boolean(), ByRef IEnumerable(Of CascadeMessage)) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Boolean[], out System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Boolean(), ByRef System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) + nameWithType: Cascade.SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[], out IEnumerable) + nameWithType.vb: Cascade(Of T).SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit(), Boolean(), ByRef IEnumerable(Of CascadeMessage)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) - name: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) + name: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) name.vb: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Boolean()) - nameWithType: Cascade.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Boolean()) + nameWithType: Cascade.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) nameWithType.vb: Cascade(Of T).SearchTranslationUnitsMasked(SearchSettings, TranslationUnit(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[],System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[], out IEnumerable) + name: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[], out IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Boolean___System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[],System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name.vb: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit(), Boolean(), IEnumerable(Of CascadeMessage)) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], bool[], out System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Boolean(), System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) - nameWithType: Cascade.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[], out IEnumerable) - nameWithType.vb: Cascade(Of T).SearchTranslationUnitsMasked(SearchSettings, TranslationUnit(), Boolean(), IEnumerable(Of CascadeMessage)) + name.vb: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit(), Boolean(), ByRef IEnumerable(Of CascadeMessage)) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Boolean[], out System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Boolean(), ByRef System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) + nameWithType: Cascade.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[], out IEnumerable) + nameWithType.vb: Cascade(Of T).SearchTranslationUnitsMasked(SearchSettings, TranslationUnit(), Boolean(), ByRef IEnumerable(Of CascadeMessage)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SearchTranslationUnitsMasked* name: SearchTranslationUnitsMasked href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SearchTranslationUnitsMasked_ @@ -113382,11 +101905,11 @@ references: name: SubsegmentSearchSegments(SubsegmentSearchSettings, Segment[], out IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SubsegmentSearchSegments_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchSettings_Sdl_LanguagePlatform_Core_Segment___System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SubsegmentSearchSegments(Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.Core.Segment[],System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name.vb: SubsegmentSearchSegments(SubsegmentSearchSettings, Segment(), IEnumerable(Of CascadeMessage)) + name.vb: SubsegmentSearchSegments(SubsegmentSearchSettings, Segment(), ByRef IEnumerable(Of CascadeMessage)) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.SubsegmentSearchSegments(Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.Core.Segment[], out System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SubsegmentSearchSegments(Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.Core.Segment(), System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).SubsegmentSearchSegments(Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.Core.Segment(), ByRef System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) nameWithType: Cascade.SubsegmentSearchSegments(SubsegmentSearchSettings, Segment[], out IEnumerable) - nameWithType.vb: Cascade(Of T).SubsegmentSearchSegments(SubsegmentSearchSettings, Segment(), IEnumerable(Of CascadeMessage)) + nameWithType.vb: Cascade(Of T).SubsegmentSearchSegments(SubsegmentSearchSettings, Segment(), ByRef IEnumerable(Of CascadeMessage)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.SubsegmentSearchSegments* name: SubsegmentSearchSegments href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_SubsegmentSearchSegments_ @@ -113423,11 +101946,11 @@ references: name: UpdateTranslationUnit(TranslationUnit, out IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_UpdateTranslationUnit_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.UpdateTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit,System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name.vb: UpdateTranslationUnit(TranslationUnit, IEnumerable(Of CascadeMessage)) + name.vb: UpdateTranslationUnit(TranslationUnit, ByRef IEnumerable(Of CascadeMessage)) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.UpdateTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit, out System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).UpdateTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit, System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).UpdateTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit, ByRef System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) nameWithType: Cascade.UpdateTranslationUnit(TranslationUnit, out IEnumerable) - nameWithType.vb: Cascade(Of T).UpdateTranslationUnit(TranslationUnit, IEnumerable(Of CascadeMessage)) + nameWithType.vb: Cascade(Of T).UpdateTranslationUnit(TranslationUnit, ByRef IEnumerable(Of CascadeMessage)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.UpdateTranslationUnit* name: UpdateTranslationUnit href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_UpdateTranslationUnit_ @@ -113449,11 +101972,11 @@ references: name: UpdateTranslationUnits(TranslationUnit[], out IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_UpdateTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.UpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage}@) - name.vb: UpdateTranslationUnits(TranslationUnit(), IEnumerable(Of CascadeMessage)) + name.vb: UpdateTranslationUnits(TranslationUnit(), ByRef IEnumerable(Of CascadeMessage)) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade.UpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], out System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).UpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade(Of T).UpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), ByRef System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage)) nameWithType: Cascade.UpdateTranslationUnits(TranslationUnit[], out IEnumerable) - nameWithType.vb: Cascade(Of T).UpdateTranslationUnits(TranslationUnit(), IEnumerable(Of CascadeMessage)) + nameWithType.vb: Cascade(Of T).UpdateTranslationUnits(TranslationUnit(), ByRef IEnumerable(Of CascadeMessage)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Cascade`1.UpdateTranslationUnits* name: UpdateTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Cascade-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Cascade_1_UpdateTranslationUnits_ @@ -113469,23 +101992,17 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry nameWithType: CascadeEntry - uid: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection,System.Int32) - name: CascadeEntry(ITranslationProviderLanguageDirection, int) + name: CascadeEntry(ITranslationProviderLanguageDirection, Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.html#Sdl_LanguagePlatform_TranslationMemoryApi_CascadeEntry__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderLanguageDirection_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection,System.Int32) - name.vb: New(ITranslationProviderLanguageDirection, Integer) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.CascadeEntry(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection, int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.New(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection, Integer) - nameWithType: CascadeEntry.CascadeEntry(ITranslationProviderLanguageDirection, int) - nameWithType.vb: CascadeEntry.New(ITranslationProviderLanguageDirection, Integer) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.CascadeEntry(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection, System.Int32) + nameWithType: CascadeEntry.CascadeEntry(ITranslationProviderLanguageDirection, Int32) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.#ctor* name: CascadeEntry href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.html#Sdl_LanguagePlatform_TranslationMemoryApi_CascadeEntry__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.CascadeEntry - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.New nameWithType: CascadeEntry.CascadeEntry - nameWithType.vb: CascadeEntry.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.Penalty name: Penalty href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry.html#Sdl_LanguagePlatform_TranslationMemoryApi_CascadeEntry_Penalty @@ -113520,20 +102037,14 @@ references: name: CascadeException(CascadeMessage) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.html#Sdl_LanguagePlatform_TranslationMemoryApi_CascadeException__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage) - name.vb: New(CascadeMessage) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.CascadeException(Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.New(Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage) nameWithType: CascadeException.CascadeException(CascadeMessage) - nameWithType.vb: CascadeException.New(CascadeMessage) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.#ctor* name: CascadeException href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.html#Sdl_LanguagePlatform_TranslationMemoryApi_CascadeException__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.CascadeException - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.New nameWithType: CascadeException.CascadeException - nameWithType.vb: CascadeException.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.CascadeMessage name: CascadeMessage href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeException.html#Sdl_LanguagePlatform_TranslationMemoryApi_CascadeException_CascadeMessage @@ -113556,38 +102067,26 @@ references: name: CascadeMessage(CascadeEntry, CascadeMessageCode) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.html#Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeEntry_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessageCode_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry,Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessageCode) - name.vb: New(CascadeEntry, CascadeMessageCode) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.CascadeMessage(Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry, Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessageCode) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.New(Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry, Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessageCode) nameWithType: CascadeMessage.CascadeMessage(CascadeEntry, CascadeMessageCode) - nameWithType.vb: CascadeMessage.New(CascadeEntry, CascadeMessageCode) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry,Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessageCode,System.Exception) name: CascadeMessage(CascadeEntry, CascadeMessageCode, Exception) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.html#Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeEntry_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessageCode_System_Exception_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry,Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessageCode,System.Exception) - name.vb: New(CascadeEntry, CascadeMessageCode, Exception) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.CascadeMessage(Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry, Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessageCode, System.Exception) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.New(Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry, Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessageCode, System.Exception) nameWithType: CascadeMessage.CascadeMessage(CascadeEntry, CascadeMessageCode, Exception) - nameWithType.vb: CascadeMessage.New(CascadeEntry, CascadeMessageCode, Exception) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry,System.Exception) name: CascadeMessage(CascadeEntry, Exception) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.html#Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_CascadeEntry_System_Exception_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry,System.Exception) - name.vb: New(CascadeEntry, Exception) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.CascadeMessage(Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry, System.Exception) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.New(Sdl.LanguagePlatform.TranslationMemoryApi.CascadeEntry, System.Exception) nameWithType: CascadeMessage.CascadeMessage(CascadeEntry, Exception) - nameWithType.vb: CascadeMessage.New(CascadeEntry, Exception) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.#ctor* name: CascadeMessage href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.html#Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.CascadeMessage - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.New nameWithType: CascadeMessage.CascadeMessage - nameWithType.vb: CascadeMessage.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.Code name: Code href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.CascadeMessage.html#Sdl_LanguagePlatform_TranslationMemoryApi_CascadeMessage_Code @@ -113700,20 +102199,14 @@ references: name: DatabaseServer(TranslationProviderServer) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_DatabaseServer__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer) - name.vb: New(TranslationProviderServer) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.DatabaseServer(Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.New(Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer) nameWithType: DatabaseServer.DatabaseServer(TranslationProviderServer) - nameWithType.vb: DatabaseServer.New(TranslationProviderServer) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.#ctor* name: DatabaseServer href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_DatabaseServer__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.DatabaseServer - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.New nameWithType: DatabaseServer.DatabaseServer - nameWithType.vb: DatabaseServer.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.AuthenticationType name: AuthenticationType href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_DatabaseServer_AuthenticationType @@ -113769,14 +102262,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer) nameWithType: DatabaseServer.Equals(DatabaseServer) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_DatabaseServer_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.Equals(Object) - nameWithType: DatabaseServer.Equals(object) - nameWithType.vb: DatabaseServer.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.Equals(System.Object) + nameWithType: DatabaseServer.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_DatabaseServer_Equals_ @@ -113796,14 +102286,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.GetHashCode nameWithType: DatabaseServer.GetHashCode - uid: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.HasPermission(System.String) - name: HasPermission(string) + name: HasPermission(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_DatabaseServer_HasPermission_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.HasPermission(System.String) - name.vb: HasPermission(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.HasPermission(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.HasPermission(String) - nameWithType: DatabaseServer.HasPermission(string) - nameWithType.vb: DatabaseServer.HasPermission(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.HasPermission(System.String) + nameWithType: DatabaseServer.HasPermission(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.HasPermission* name: HasPermission href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DatabaseServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_DatabaseServer_HasPermission_ @@ -114084,20 +102571,14 @@ references: name: DefaultLanguageResourceProvider() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_DefaultLanguageResourceProvider__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.DefaultLanguageResourceProvider() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.New() nameWithType: DefaultLanguageResourceProvider.DefaultLanguageResourceProvider() - nameWithType.vb: DefaultLanguageResourceProvider.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.#ctor* name: DefaultLanguageResourceProvider href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_DefaultLanguageResourceProvider__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.DefaultLanguageResourceProvider - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.New nameWithType: DefaultLanguageResourceProvider.DefaultLanguageResourceProvider - nameWithType.vb: DefaultLanguageResourceProvider.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.FillDefaultDateTimeFormats(Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle) name: FillDefaultDateTimeFormats(CultureCode, LanguageResourceBundle) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.DefaultLanguageResourceProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_DefaultLanguageResourceProvider_FillDefaultDateTimeFormats_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundle_ @@ -114156,56 +102637,41 @@ references: name: FieldDefinition() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinition__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.FieldDefinition() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.New() nameWithType: FieldDefinition.FieldDefinition() - nameWithType.vb: FieldDefinition.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.#ctor(Sdl.LanguagePlatform.TranslationMemory.Field) name: FieldDefinition(Field) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinition__ctor_Sdl_LanguagePlatform_TranslationMemory_Field_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.#ctor(Sdl.LanguagePlatform.TranslationMemory.Field) - name.vb: New(Field) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.FieldDefinition(Sdl.LanguagePlatform.TranslationMemory.Field) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.New(Sdl.LanguagePlatform.TranslationMemory.Field) nameWithType: FieldDefinition.FieldDefinition(Field) - nameWithType.vb: FieldDefinition.New(Field) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.#ctor(Sdl.LanguagePlatform.TranslationMemory.Field,System.Boolean) - name: FieldDefinition(Field, bool) + name: FieldDefinition(Field, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinition__ctor_Sdl_LanguagePlatform_TranslationMemory_Field_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.#ctor(Sdl.LanguagePlatform.TranslationMemory.Field,System.Boolean) - name.vb: New(Field, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.FieldDefinition(Sdl.LanguagePlatform.TranslationMemory.Field, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.New(Sdl.LanguagePlatform.TranslationMemory.Field, Boolean) - nameWithType: FieldDefinition.FieldDefinition(Field, bool) - nameWithType.vb: FieldDefinition.New(Field, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.FieldDefinition(Sdl.LanguagePlatform.TranslationMemory.Field, System.Boolean) + nameWithType: FieldDefinition.FieldDefinition(Field, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name: FieldDefinition(string, FieldValueType) + name: FieldDefinition(String, FieldValueType) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinition__ctor_System_String_Sdl_LanguagePlatform_TranslationMemory_FieldValueType_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - name.vb: New(String, FieldValueType) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.FieldDefinition(string, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.New(String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) - nameWithType: FieldDefinition.FieldDefinition(string, FieldValueType) - nameWithType.vb: FieldDefinition.New(String, FieldValueType) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.FieldDefinition(System.String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType) + nameWithType: FieldDefinition.FieldDefinition(String, FieldValueType) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType,System.String[]) - name: FieldDefinition(string, FieldValueType, string[]) + name: FieldDefinition(String, FieldValueType, String[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinition__ctor_System_String_Sdl_LanguagePlatform_TranslationMemory_FieldValueType_System_String___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemory.FieldValueType,System.String[]) - name.vb: New(String, FieldValueType, String()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.FieldDefinition(string, Sdl.LanguagePlatform.TranslationMemory.FieldValueType, string[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.New(String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType, String()) - nameWithType: FieldDefinition.FieldDefinition(string, FieldValueType, string[]) - nameWithType.vb: FieldDefinition.New(String, FieldValueType, String()) + name.vb: FieldDefinition(String, FieldValueType, String()) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.FieldDefinition(System.String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType, System.String[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.FieldDefinition(System.String, Sdl.LanguagePlatform.TranslationMemory.FieldValueType, System.String()) + nameWithType: FieldDefinition.FieldDefinition(String, FieldValueType, String[]) + nameWithType.vb: FieldDefinition.FieldDefinition(String, FieldValueType, String()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.#ctor* name: FieldDefinition href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinition__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.FieldDefinition - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.New nameWithType: FieldDefinition.FieldDefinition - nameWithType.vb: FieldDefinition.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.Clone name: Clone() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinition_Clone @@ -114336,20 +102802,14 @@ references: name: FieldDefinitionCollection() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinitionCollection__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.FieldDefinitionCollection() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.New() nameWithType: FieldDefinitionCollection.FieldDefinitionCollection() - nameWithType.vb: FieldDefinitionCollection.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.#ctor* name: FieldDefinitionCollection href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinitionCollection__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.FieldDefinitionCollection - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.New nameWithType: FieldDefinitionCollection.FieldDefinitionCollection - nameWithType.vb: FieldDefinitionCollection.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.AddRange(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition}) name: AddRange(IEnumerable) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinitionCollection_AddRange_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinition__ @@ -114378,14 +102838,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.ClearItems nameWithType: FieldDefinitionCollection.ClearItems - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.InsertItem(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition) - name: InsertItem(int, FieldDefinition) + name: InsertItem(Int32, FieldDefinition) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinitionCollection_InsertItem_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinition_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.InsertItem(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition) - name.vb: InsertItem(Integer, FieldDefinition) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.InsertItem(int, Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.InsertItem(Integer, Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition) - nameWithType: FieldDefinitionCollection.InsertItem(int, FieldDefinition) - nameWithType.vb: FieldDefinitionCollection.InsertItem(Integer, FieldDefinition) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.InsertItem(System.Int32, Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinition) + nameWithType: FieldDefinitionCollection.InsertItem(Int32, FieldDefinition) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.InsertItem* name: InsertItem href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinitionCollection_InsertItem_ @@ -114393,23 +102850,20 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.InsertItem nameWithType: FieldDefinitionCollection.InsertItem - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.Item(System.String) - name: this[string] + name: Item[String] href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinitionCollection_Item_System_String_ commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.Item(System.String) - name.vb: this[](String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.this[string] - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.this[](String) - nameWithType: FieldDefinitionCollection.this[string] - nameWithType.vb: FieldDefinitionCollection.this[](String) + name.vb: Item(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.Item[System.String] + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.Item(System.String) + nameWithType: FieldDefinitionCollection.Item[String] + nameWithType.vb: FieldDefinitionCollection.Item(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.Item* - name: this + name: Item href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinitionCollection_Item_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.Item - name.vb: this[] - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.this - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.this[] - nameWithType: FieldDefinitionCollection.this - nameWithType.vb: FieldDefinitionCollection.this[] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.Item + nameWithType: FieldDefinitionCollection.Item - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.LookupIField(System.Guid) name: LookupIField(Guid) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinitionCollection_LookupIField_System_Guid_ @@ -114417,14 +102871,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.LookupIField(System.Guid) nameWithType: FieldDefinitionCollection.LookupIField(Guid) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.LookupIField(System.String) - name: LookupIField(string) + name: LookupIField(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinitionCollection_LookupIField_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.LookupIField(System.String) - name.vb: LookupIField(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.LookupIField(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.LookupIField(String) - nameWithType: FieldDefinitionCollection.LookupIField(string) - nameWithType.vb: FieldDefinitionCollection.LookupIField(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.LookupIField(System.String) + nameWithType: FieldDefinitionCollection.LookupIField(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.LookupIField* name: LookupIField href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinitionCollection_LookupIField_ @@ -114432,14 +102883,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.LookupIField nameWithType: FieldDefinitionCollection.LookupIField - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.RemoveItem(System.Int32) - name: RemoveItem(int) + name: RemoveItem(Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinitionCollection_RemoveItem_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.RemoveItem(System.Int32) - name.vb: RemoveItem(Integer) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.RemoveItem(int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.RemoveItem(Integer) - nameWithType: FieldDefinitionCollection.RemoveItem(int) - nameWithType.vb: FieldDefinitionCollection.RemoveItem(Integer) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.RemoveItem(System.Int32) + nameWithType: FieldDefinitionCollection.RemoveItem(Int32) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.RemoveItem* name: RemoveItem href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FieldDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FieldDefinitionCollection_RemoveItem_ @@ -114456,38 +102904,26 @@ references: name: FileBasedLanguageResourcesTemplate() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedLanguageResourcesTemplate__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.FileBasedLanguageResourcesTemplate() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.New() nameWithType: FileBasedLanguageResourcesTemplate.FileBasedLanguageResourcesTemplate() - nameWithType.vb: FileBasedLanguageResourcesTemplate.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.#ctor(System.Guid) name: FileBasedLanguageResourcesTemplate(Guid) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedLanguageResourcesTemplate__ctor_System_Guid_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.#ctor(System.Guid) - name.vb: New(Guid) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.FileBasedLanguageResourcesTemplate(System.Guid) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.New(System.Guid) nameWithType: FileBasedLanguageResourcesTemplate.FileBasedLanguageResourcesTemplate(Guid) - nameWithType.vb: FileBasedLanguageResourcesTemplate.New(Guid) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.#ctor(System.String) - name: FileBasedLanguageResourcesTemplate(string) + name: FileBasedLanguageResourcesTemplate(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedLanguageResourcesTemplate__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.FileBasedLanguageResourcesTemplate(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.New(String) - nameWithType: FileBasedLanguageResourcesTemplate.FileBasedLanguageResourcesTemplate(string) - nameWithType.vb: FileBasedLanguageResourcesTemplate.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.FileBasedLanguageResourcesTemplate(System.String) + nameWithType: FileBasedLanguageResourcesTemplate.FileBasedLanguageResourcesTemplate(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.#ctor* name: FileBasedLanguageResourcesTemplate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedLanguageResourcesTemplate__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.FileBasedLanguageResourcesTemplate - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.New nameWithType: FileBasedLanguageResourcesTemplate.FileBasedLanguageResourcesTemplate - nameWithType.vb: FileBasedLanguageResourcesTemplate.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.Description name: Description href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedLanguageResourcesTemplate_Description @@ -114591,14 +103027,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.Save nameWithType: FileBasedLanguageResourcesTemplate.Save - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.SaveAs(System.String) - name: SaveAs(string) + name: SaveAs(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedLanguageResourcesTemplate_SaveAs_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.SaveAs(System.String) - name.vb: SaveAs(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.SaveAs(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.SaveAs(String) - nameWithType: FileBasedLanguageResourcesTemplate.SaveAs(string) - nameWithType.vb: FileBasedLanguageResourcesTemplate.SaveAs(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.SaveAs(System.String) + nameWithType: FileBasedLanguageResourcesTemplate.SaveAs(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.SaveAs* name: SaveAs href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedLanguageResourcesTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedLanguageResourcesTemplate_SaveAs_ @@ -114648,68 +103081,47 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory nameWithType: FileBasedTranslationMemory - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.#ctor(System.String) - name: FileBasedTranslationMemory(string) + name: FileBasedTranslationMemory(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.FileBasedTranslationMemory(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.New(String) - nameWithType: FileBasedTranslationMemory.FileBasedTranslationMemory(string) - nameWithType.vb: FileBasedTranslationMemory.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.FileBasedTranslationMemory(System.String) + nameWithType: FileBasedTranslationMemory.FileBasedTranslationMemory(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.#ctor(System.String,System.String) - name: FileBasedTranslationMemory(string, string) + name: FileBasedTranslationMemory(String, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory__ctor_System_String_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.FileBasedTranslationMemory(string, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.New(String, String) - nameWithType: FileBasedTranslationMemory.FileBasedTranslationMemory(string, string) - nameWithType.vb: FileBasedTranslationMemory.New(String, String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.FileBasedTranslationMemory(System.String, System.String) + nameWithType: FileBasedTranslationMemory.FileBasedTranslationMemory(String, String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.#ctor(System.String,System.String,Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes,Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers,Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags,Sdl.LanguagePlatform.TranslationMemory.WordCountFlags) - name: FileBasedTranslationMemory(string, string, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags) + name: FileBasedTranslationMemory(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory__ctor_System_String_System_String_Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_TranslationMemory_FuzzyIndexes_Sdl_LanguagePlatform_Core_Tokenization_BuiltinRecognizers_Sdl_LanguagePlatform_Core_Tokenization_TokenizerFlags_Sdl_LanguagePlatform_TranslationMemory_WordCountFlags_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.#ctor(System.String,System.String,Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes,Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers,Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags,Sdl.LanguagePlatform.TranslationMemory.WordCountFlags) - name.vb: New(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.FileBasedTranslationMemory(string, string, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes, Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers, Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags, Sdl.LanguagePlatform.TranslationMemory.WordCountFlags) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.New(String, String, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes, Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers, Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags, Sdl.LanguagePlatform.TranslationMemory.WordCountFlags) - nameWithType: FileBasedTranslationMemory.FileBasedTranslationMemory(string, string, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags) - nameWithType.vb: FileBasedTranslationMemory.New(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.FileBasedTranslationMemory(System.String, System.String, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes, Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers, Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags, Sdl.LanguagePlatform.TranslationMemory.WordCountFlags) + nameWithType: FileBasedTranslationMemory.FileBasedTranslationMemory(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.#ctor(System.String,System.String,Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes,Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers,Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags,Sdl.LanguagePlatform.TranslationMemory.WordCountFlags,System.Boolean) - name: FileBasedTranslationMemory(string, string, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, bool) + name: FileBasedTranslationMemory(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory__ctor_System_String_System_String_Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_TranslationMemory_FuzzyIndexes_Sdl_LanguagePlatform_Core_Tokenization_BuiltinRecognizers_Sdl_LanguagePlatform_Core_Tokenization_TokenizerFlags_Sdl_LanguagePlatform_TranslationMemory_WordCountFlags_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.#ctor(System.String,System.String,Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes,Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers,Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags,Sdl.LanguagePlatform.TranslationMemory.WordCountFlags,System.Boolean) - name.vb: New(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.FileBasedTranslationMemory(string, string, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes, Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers, Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags, Sdl.LanguagePlatform.TranslationMemory.WordCountFlags, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.New(String, String, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes, Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers, Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags, Sdl.LanguagePlatform.TranslationMemory.WordCountFlags, Boolean) - nameWithType: FileBasedTranslationMemory.FileBasedTranslationMemory(string, string, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, bool) - nameWithType.vb: FileBasedTranslationMemory.New(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.FileBasedTranslationMemory(System.String, System.String, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes, Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers, Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags, Sdl.LanguagePlatform.TranslationMemory.WordCountFlags, System.Boolean) + nameWithType: FileBasedTranslationMemory.FileBasedTranslationMemory(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.#ctor(System.String,System.String,Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes,Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers,Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags,Sdl.LanguagePlatform.TranslationMemory.WordCountFlags,System.Boolean,Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType,System.Boolean,System.Boolean) - name: FileBasedTranslationMemory(string, string, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, bool, TextContextMatchType, bool, bool) + name: FileBasedTranslationMemory(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, Boolean, TextContextMatchType, Boolean, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory__ctor_System_String_System_String_Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_TranslationMemory_FuzzyIndexes_Sdl_LanguagePlatform_Core_Tokenization_BuiltinRecognizers_Sdl_LanguagePlatform_Core_Tokenization_TokenizerFlags_Sdl_LanguagePlatform_TranslationMemory_WordCountFlags_System_Boolean_Sdl_LanguagePlatform_TranslationMemory_TextContextMatchType_System_Boolean_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.#ctor(System.String,System.String,Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes,Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers,Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags,Sdl.LanguagePlatform.TranslationMemory.WordCountFlags,System.Boolean,Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType,System.Boolean,System.Boolean) - name.vb: New(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, Boolean, TextContextMatchType, Boolean, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.FileBasedTranslationMemory(string, string, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes, Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers, Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags, Sdl.LanguagePlatform.TranslationMemory.WordCountFlags, bool, Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType, bool, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.New(String, String, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes, Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers, Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags, Sdl.LanguagePlatform.TranslationMemory.WordCountFlags, Boolean, Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType, Boolean, Boolean) - nameWithType: FileBasedTranslationMemory.FileBasedTranslationMemory(string, string, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, bool, TextContextMatchType, bool, bool) - nameWithType.vb: FileBasedTranslationMemory.New(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, Boolean, TextContextMatchType, Boolean, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.FileBasedTranslationMemory(System.String, System.String, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes, Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers, Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags, Sdl.LanguagePlatform.TranslationMemory.WordCountFlags, System.Boolean, Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType, System.Boolean, System.Boolean) + nameWithType: FileBasedTranslationMemory.FileBasedTranslationMemory(String, String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, Boolean, TextContextMatchType, Boolean, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.#ctor(System.Uri) name: FileBasedTranslationMemory(Uri) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory__ctor_System_Uri_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.#ctor(System.Uri) - name.vb: New(Uri) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.FileBasedTranslationMemory(System.Uri) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.New(System.Uri) nameWithType: FileBasedTranslationMemory.FileBasedTranslationMemory(Uri) - nameWithType.vb: FileBasedTranslationMemory.New(Uri) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.#ctor* name: FileBasedTranslationMemory href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.FileBasedTranslationMemory - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.New nameWithType: FileBasedTranslationMemory.FileBasedTranslationMemory - nameWithType.vb: FileBasedTranslationMemory.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.AlignedPredatedTranslationUnitCount name: AlignedPredatedTranslationUnitCount href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_AlignedPredatedTranslationUnitCount @@ -114744,14 +103156,14 @@ references: nameWithType: FileBasedTranslationMemory.AlignTranslationUnits(TranslationUnit[]) nameWithType.vb: FileBasedTranslationMemory.AlignTranslationUnits(TranslationUnit()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.AlignTranslationUnits(System.Boolean,System.Boolean,System.Threading.CancellationToken,System.IProgress{System.Int32}) - name: AlignTranslationUnits(bool, bool, CancellationToken, IProgress) + name: AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_AlignTranslationUnits_System_Boolean_System_Boolean_System_Threading_CancellationToken_System_IProgress_System_Int32__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.AlignTranslationUnits(System.Boolean,System.Boolean,System.Threading.CancellationToken,System.IProgress{System.Int32}) - name.vb: AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress(Of Integer)) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.AlignTranslationUnits(bool, bool, System.Threading.CancellationToken, System.IProgress) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.AlignTranslationUnits(Boolean, Boolean, System.Threading.CancellationToken, System.IProgress(Of Integer)) - nameWithType: FileBasedTranslationMemory.AlignTranslationUnits(bool, bool, CancellationToken, IProgress) - nameWithType.vb: FileBasedTranslationMemory.AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress(Of Integer)) + name.vb: AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress(Of Int32)) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.AlignTranslationUnits(System.Boolean, System.Boolean, System.Threading.CancellationToken, System.IProgress) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.AlignTranslationUnits(System.Boolean, System.Boolean, System.Threading.CancellationToken, System.IProgress(Of System.Int32)) + nameWithType: FileBasedTranslationMemory.AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress) + nameWithType.vb: FileBasedTranslationMemory.AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress(Of Int32)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.AlignTranslationUnits* name: AlignTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_AlignTranslationUnits_ @@ -114819,14 +103231,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.ClearModel nameWithType: FileBasedTranslationMemory.ClearModel - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.Equals(Object) - nameWithType: FileBasedTranslationMemory.Equals(object) - nameWithType.vb: FileBasedTranslationMemory.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.Equals(System.Object) + nameWithType: FileBasedTranslationMemory.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_Equals_ @@ -114894,14 +103303,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.GetFileBasedTranslationMemoryScheme nameWithType: FileBasedTranslationMemory.GetFileBasedTranslationMemoryScheme - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.GetFileBasedTranslationMemoryUri(System.String) - name: GetFileBasedTranslationMemoryUri(string) + name: GetFileBasedTranslationMemoryUri(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_GetFileBasedTranslationMemoryUri_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.GetFileBasedTranslationMemoryUri(System.String) - name.vb: GetFileBasedTranslationMemoryUri(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.GetFileBasedTranslationMemoryUri(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.GetFileBasedTranslationMemoryUri(String) - nameWithType: FileBasedTranslationMemory.GetFileBasedTranslationMemoryUri(string) - nameWithType.vb: FileBasedTranslationMemory.GetFileBasedTranslationMemoryUri(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.GetFileBasedTranslationMemoryUri(System.String) + nameWithType: FileBasedTranslationMemory.GetFileBasedTranslationMemoryUri(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.GetFileBasedTranslationMemoryUri* name: GetFileBasedTranslationMemoryUri href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_GetFileBasedTranslationMemoryUri_ @@ -114921,14 +103327,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.GetHashCode nameWithType: FileBasedTranslationMemory.GetHashCode - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.GetValidAccessModes(System.String) - name: GetValidAccessModes(string) + name: GetValidAccessModes(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_GetValidAccessModes_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.GetValidAccessModes(System.String) - name.vb: GetValidAccessModes(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.GetValidAccessModes(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.GetValidAccessModes(String) - nameWithType: FileBasedTranslationMemory.GetValidAccessModes(string) - nameWithType.vb: FileBasedTranslationMemory.GetValidAccessModes(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.GetValidAccessModes(System.String) + nameWithType: FileBasedTranslationMemory.GetValidAccessModes(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.GetValidAccessModes* name: GetValidAccessModes href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_GetValidAccessModes_ @@ -114972,14 +103375,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.HasMaintenancePassword nameWithType: FileBasedTranslationMemory.HasMaintenancePassword - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.HasPermission(System.String) - name: HasPermission(string) + name: HasPermission(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_HasPermission_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.HasPermission(System.String) - name.vb: HasPermission(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.HasPermission(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.HasPermission(String) - nameWithType: FileBasedTranslationMemory.HasPermission(string) - nameWithType.vb: FileBasedTranslationMemory.HasPermission(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.HasPermission(System.String) + nameWithType: FileBasedTranslationMemory.HasPermission(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.HasPermission* name: HasPermission href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_HasPermission_ @@ -115023,14 +103423,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.IsFileBasedTranslationMemory nameWithType: FileBasedTranslationMemory.IsFileBasedTranslationMemory - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.IsPasswordSet(System.String) - name: IsPasswordSet(string) + name: IsPasswordSet(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_IsPasswordSet_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.IsPasswordSet(System.String) - name.vb: IsPasswordSet(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.IsPasswordSet(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.IsPasswordSet(String) - nameWithType: FileBasedTranslationMemory.IsPasswordSet(string) - nameWithType.vb: FileBasedTranslationMemory.IsPasswordSet(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.IsPasswordSet(System.String) + nameWithType: FileBasedTranslationMemory.IsPasswordSet(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.IsPasswordSet* name: IsPasswordSet href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_IsPasswordSet_ @@ -115062,14 +103459,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.IsUnlockedWithSufficientPermissions nameWithType: FileBasedTranslationMemory.IsUnlockedWithSufficientPermissions - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.MeasureModelFitness(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@,System.Boolean) - name: MeasureModelFitness(ref RegularIterator, bool) + name: MeasureModelFitness(ref RegularIterator, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_MeasureModelFitness_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.MeasureModelFitness(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@,System.Boolean) - name.vb: MeasureModelFitness(RegularIterator, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.MeasureModelFitness(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.MeasureModelFitness(Sdl.LanguagePlatform.TranslationMemory.RegularIterator, Boolean) - nameWithType: FileBasedTranslationMemory.MeasureModelFitness(ref RegularIterator, bool) - nameWithType.vb: FileBasedTranslationMemory.MeasureModelFitness(RegularIterator, Boolean) + name.vb: MeasureModelFitness(ByRef RegularIterator, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.MeasureModelFitness(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator, System.Boolean) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.MeasureModelFitness(ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator, System.Boolean) + nameWithType: FileBasedTranslationMemory.MeasureModelFitness(ref RegularIterator, Boolean) + nameWithType.vb: FileBasedTranslationMemory.MeasureModelFitness(ByRef RegularIterator, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.MeasureModelFitness* name: MeasureModelFitness href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_MeasureModelFitness_ @@ -115095,14 +103492,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.OnProgress(Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs) nameWithType: FileBasedTranslationMemory.OnProgress(TranslationModelProgressEventArgs) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.OnProgress(System.Object,Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs) - name: OnProgress(object, TranslationModelProgressEventArgs) + name: OnProgress(Object, TranslationModelProgressEventArgs) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_OnProgress_System_Object_Sdl_Core_FineGrainedAlignment_TranslationModelProgressEventArgs_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.OnProgress(System.Object,Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs) - name.vb: OnProgress(Object, TranslationModelProgressEventArgs) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.OnProgress(object, Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.OnProgress(Object, Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs) - nameWithType: FileBasedTranslationMemory.OnProgress(object, TranslationModelProgressEventArgs) - nameWithType.vb: FileBasedTranslationMemory.OnProgress(Object, TranslationModelProgressEventArgs) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.OnProgress(System.Object, Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs) + nameWithType: FileBasedTranslationMemory.OnProgress(Object, TranslationModelProgressEventArgs) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.OnProgress* name: OnProgress href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_OnProgress_ @@ -115134,14 +103528,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.ReindexRequired nameWithType: FileBasedTranslationMemory.ReindexRequired - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SelectiveReindexTranslationUnits(System.Threading.CancellationToken,System.IProgress{System.Int32}) - name: SelectiveReindexTranslationUnits(CancellationToken, IProgress) + name: SelectiveReindexTranslationUnits(CancellationToken, IProgress) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_SelectiveReindexTranslationUnits_System_Threading_CancellationToken_System_IProgress_System_Int32__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SelectiveReindexTranslationUnits(System.Threading.CancellationToken,System.IProgress{System.Int32}) - name.vb: SelectiveReindexTranslationUnits(CancellationToken, IProgress(Of Integer)) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SelectiveReindexTranslationUnits(System.Threading.CancellationToken, System.IProgress) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SelectiveReindexTranslationUnits(System.Threading.CancellationToken, System.IProgress(Of Integer)) - nameWithType: FileBasedTranslationMemory.SelectiveReindexTranslationUnits(CancellationToken, IProgress) - nameWithType.vb: FileBasedTranslationMemory.SelectiveReindexTranslationUnits(CancellationToken, IProgress(Of Integer)) + name.vb: SelectiveReindexTranslationUnits(CancellationToken, IProgress(Of Int32)) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SelectiveReindexTranslationUnits(System.Threading.CancellationToken, System.IProgress) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SelectiveReindexTranslationUnits(System.Threading.CancellationToken, System.IProgress(Of System.Int32)) + nameWithType: FileBasedTranslationMemory.SelectiveReindexTranslationUnits(CancellationToken, IProgress) + nameWithType.vb: FileBasedTranslationMemory.SelectiveReindexTranslationUnits(CancellationToken, IProgress(Of Int32)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SelectiveReindexTranslationUnits* name: SelectiveReindexTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_SelectiveReindexTranslationUnits_ @@ -115149,14 +103543,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SelectiveReindexTranslationUnits nameWithType: FileBasedTranslationMemory.SelectiveReindexTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetAdministratorPassword(System.String) - name: SetAdministratorPassword(string) + name: SetAdministratorPassword(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_SetAdministratorPassword_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetAdministratorPassword(System.String) - name.vb: SetAdministratorPassword(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetAdministratorPassword(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetAdministratorPassword(String) - nameWithType: FileBasedTranslationMemory.SetAdministratorPassword(string) - nameWithType.vb: FileBasedTranslationMemory.SetAdministratorPassword(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetAdministratorPassword(System.String) + nameWithType: FileBasedTranslationMemory.SetAdministratorPassword(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetAdministratorPassword* name: SetAdministratorPassword href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_SetAdministratorPassword_ @@ -115164,14 +103555,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetAdministratorPassword nameWithType: FileBasedTranslationMemory.SetAdministratorPassword - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetMaintenancePassword(System.String) - name: SetMaintenancePassword(string) + name: SetMaintenancePassword(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_SetMaintenancePassword_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetMaintenancePassword(System.String) - name.vb: SetMaintenancePassword(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetMaintenancePassword(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetMaintenancePassword(String) - nameWithType: FileBasedTranslationMemory.SetMaintenancePassword(string) - nameWithType.vb: FileBasedTranslationMemory.SetMaintenancePassword(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetMaintenancePassword(System.String) + nameWithType: FileBasedTranslationMemory.SetMaintenancePassword(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetMaintenancePassword* name: SetMaintenancePassword href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_SetMaintenancePassword_ @@ -115179,14 +103567,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetMaintenancePassword nameWithType: FileBasedTranslationMemory.SetMaintenancePassword - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetReadOnlyPassword(System.String) - name: SetReadOnlyPassword(string) + name: SetReadOnlyPassword(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_SetReadOnlyPassword_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetReadOnlyPassword(System.String) - name.vb: SetReadOnlyPassword(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetReadOnlyPassword(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetReadOnlyPassword(String) - nameWithType: FileBasedTranslationMemory.SetReadOnlyPassword(string) - nameWithType.vb: FileBasedTranslationMemory.SetReadOnlyPassword(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetReadOnlyPassword(System.String) + nameWithType: FileBasedTranslationMemory.SetReadOnlyPassword(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetReadOnlyPassword* name: SetReadOnlyPassword href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_SetReadOnlyPassword_ @@ -115194,14 +103579,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetReadOnlyPassword nameWithType: FileBasedTranslationMemory.SetReadOnlyPassword - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetReadWritePassword(System.String) - name: SetReadWritePassword(string) + name: SetReadWritePassword(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_SetReadWritePassword_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetReadWritePassword(System.String) - name.vb: SetReadWritePassword(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetReadWritePassword(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetReadWritePassword(String) - nameWithType: FileBasedTranslationMemory.SetReadWritePassword(string) - nameWithType.vb: FileBasedTranslationMemory.SetReadWritePassword(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetReadWritePassword(System.String) + nameWithType: FileBasedTranslationMemory.SetReadWritePassword(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.SetReadWritePassword* name: SetReadWritePassword href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_SetReadWritePassword_ @@ -115311,14 +103693,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.UnalignedTranslationUnitCount nameWithType: FileBasedTranslationMemory.UnalignedTranslationUnitCount - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.Unlock(System.String) - name: Unlock(string) + name: Unlock(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_Unlock_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.Unlock(System.String) - name.vb: Unlock(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.Unlock(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.Unlock(String) - nameWithType: FileBasedTranslationMemory.Unlock(string) - nameWithType.vb: FileBasedTranslationMemory.Unlock(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.Unlock(System.String) + nameWithType: FileBasedTranslationMemory.Unlock(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.Unlock* name: Unlock href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemory_Unlock_ @@ -115380,14 +103759,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection nameWithType: FileBasedTranslationMemoryLanguageDirection - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - name: AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) + name: AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_AddOrUpdateTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Int32___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - name.vb: AddOrUpdateTranslationUnits(TranslationUnit(), Integer(), ImportSettings) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], int[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Integer(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - nameWithType: FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) - nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit(), Integer(), ImportSettings) + name.vb: AddOrUpdateTranslationUnits(TranslationUnit(), Int32(), ImportSettings) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Int32[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Int32(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings) + nameWithType: FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) + nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit(), Int32(), ImportSettings) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits* name: AddOrUpdateTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_AddOrUpdateTranslationUnits_ @@ -115395,14 +103774,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits nameWithType: FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name: AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) + name: AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_AddOrUpdateTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Int32___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name.vb: AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Integer(), ImportSettings, Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], int[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Integer(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, Boolean()) - nameWithType: FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) - nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Integer(), ImportSettings, Boolean()) + name.vb: AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Int32(), ImportSettings, Boolean()) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Int32[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Int32(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean()) + nameWithType: FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) + nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Int32(), ImportSettings, Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked* name: AddOrUpdateTranslationUnitsMasked href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_AddOrUpdateTranslationUnitsMasked_ @@ -115437,13 +103816,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddTranslationUnits nameWithType: FileBasedTranslationMemoryLanguageDirection.AddTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name: AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) + name: AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_AddTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) name.vb: AddTranslationUnitsMasked(TranslationUnit(), ImportSettings, Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, Boolean()) - nameWithType: FileBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean()) + nameWithType: FileBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(TranslationUnit(), ImportSettings, Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked* name: AddTranslationUnitsMasked @@ -115452,14 +103831,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked nameWithType: FileBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.FieldValues,System.Boolean,Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) - name: ApplyFieldsToTranslationUnit(FieldValues, bool, PersistentObjectToken) + name: ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_ApplyFieldsToTranslationUnit_Sdl_LanguagePlatform_TranslationMemory_FieldValues_System_Boolean_Sdl_LanguagePlatform_TranslationMemory_PersistentObjectToken_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.FieldValues,System.Boolean,Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) - name.vb: ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.FieldValues, bool, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.FieldValues, Boolean, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) - nameWithType: FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(FieldValues, bool, PersistentObjectToken) - nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.FieldValues, System.Boolean, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) + nameWithType: FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit* name: ApplyFieldsToTranslationUnit href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_ApplyFieldsToTranslationUnit_ @@ -115467,13 +103843,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit nameWithType: FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues,System.Boolean,Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken[]) - name: ApplyFieldsToTranslationUnits(FieldValues, bool, PersistentObjectToken[]) + name: ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_ApplyFieldsToTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_FieldValues_System_Boolean_Sdl_LanguagePlatform_TranslationMemory_PersistentObjectToken___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues,System.Boolean,Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken[]) name.vb: ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues, bool, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues, Boolean, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken()) - nameWithType: FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(FieldValues, bool, PersistentObjectToken[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues, System.Boolean, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues, System.Boolean, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken()) + nameWithType: FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken[]) nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits* name: ApplyFieldsToTranslationUnits @@ -115536,11 +103912,11 @@ references: name: DeleteTranslationUnitsWithIterator(ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_DeleteTranslationUnitsWithIterator_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: DeleteTranslationUnitsWithIterator(RegularIterator) + name.vb: DeleteTranslationUnitsWithIterator(ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: FileBasedTranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(ref RegularIterator) - nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(RegularIterator) + nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator* name: DeleteTranslationUnitsWithIterator href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_DeleteTranslationUnitsWithIterator_ @@ -115578,11 +103954,11 @@ references: name: EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_EditTranslationUnitsWithIterator_Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScript_Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditUpdateMode_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript,Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode,Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, RegularIterator) + name.vb: EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode, ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode, Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode, ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: FileBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) - nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, RegularIterator) + nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator* name: EditTranslationUnitsWithIterator href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_EditTranslationUnitsWithIterator_ @@ -115590,14 +103966,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator nameWithType: FileBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.Equals(Object) - nameWithType: FileBasedTranslationMemoryLanguageDirection.Equals(object) - nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.Equals(System.Object) + nameWithType: FileBasedTranslationMemoryLanguageDirection.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_Equals_ @@ -115608,11 +103981,11 @@ references: name: GetDuplicateTranslationUnits(ref DuplicateIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_GetDuplicateTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_DuplicateIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator@) - name.vb: GetDuplicateTranslationUnits(DuplicateIterator) + name.vb: GetDuplicateTranslationUnits(ByRef DuplicateIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(ref Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(ByRef Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator) nameWithType: FileBasedTranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(ref DuplicateIterator) - nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(DuplicateIterator) + nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(ByRef DuplicateIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.GetDuplicateTranslationUnits* name: GetDuplicateTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_GetDuplicateTranslationUnits_ @@ -115659,11 +104032,11 @@ references: name: GetTranslationUnits(ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_GetTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.GetTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: GetTranslationUnits(RegularIterator) + name.vb: GetTranslationUnits(ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.GetTranslationUnits(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.GetTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.GetTranslationUnits(ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: FileBasedTranslationMemoryLanguageDirection.GetTranslationUnits(ref RegularIterator) - nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.GetTranslationUnits(RegularIterator) + nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.GetTranslationUnits(ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.GetTranslationUnits* name: GetTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_GetTranslationUnits_ @@ -115674,11 +104047,11 @@ references: name: GetTranslationUnitsWithContextContent(ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_GetTranslationUnitsWithContextContent_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: GetTranslationUnitsWithContextContent(RegularIterator) + name.vb: GetTranslationUnitsWithContextContent(ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: FileBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(ref RegularIterator) - nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(RegularIterator) + nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent* name: GetTranslationUnitsWithContextContent href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_GetTranslationUnitsWithContextContent_ @@ -115713,11 +104086,11 @@ references: name: PreviewEditTranslationUnitsWithIterator(EditScript, ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_PreviewEditTranslationUnitsWithIterator_Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScript_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript,Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: PreviewEditTranslationUnitsWithIterator(EditScript, RegularIterator) + name.vb: PreviewEditTranslationUnitsWithIterator(EditScript, ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: FileBasedTranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(EditScript, ref RegularIterator) - nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(EditScript, RegularIterator) + nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(EditScript, ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator* name: PreviewEditTranslationUnitsWithIterator href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_PreviewEditTranslationUnitsWithIterator_ @@ -115728,17 +104101,33 @@ references: name: ReindexTranslationUnits(ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_ReindexTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: ReindexTranslationUnits(RegularIterator) + name.vb: ReindexTranslationUnits(ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits(ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: FileBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits(ref RegularIterator) - nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits(RegularIterator) + nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits(ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits* name: ReindexTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_ReindexTranslationUnits_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits nameWithType: FileBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationProviderLanguageDirection#TranslationProvider + name: ITranslationProviderLanguageDirection.TranslationProvider + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderLanguageDirection_TranslationProvider + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationProviderLanguageDirection#TranslationProvider + name.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.TranslationProvider + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.TranslationProvider + nameWithType: FileBasedTranslationMemoryLanguageDirection.ITranslationProviderLanguageDirection.TranslationProvider + nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.TranslationProvider +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationProviderLanguageDirection#TranslationProvider* + name: ITranslationProviderLanguageDirection.TranslationProvider + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderLanguageDirection_TranslationProvider_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationProviderLanguageDirection#TranslationProvider + name.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.TranslationProvider + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.TranslationProvider + nameWithType: FileBasedTranslationMemoryLanguageDirection.ITranslationProviderLanguageDirection.TranslationProvider + nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.TranslationProvider - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchSegment(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.Core.Segment) name: SearchSegment(SearchSettings, Segment) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_SearchSegment_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_Core_Segment_ @@ -115782,22 +104171,22 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchSegments nameWithType: FileBasedTranslationMemoryLanguageDirection.SearchSegments - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) - name: SearchSegmentsMasked(SearchSettings, Segment[], bool[]) + name: SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_SearchSegmentsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_Core_Segment___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) name.vb: SearchSegmentsMasked(SearchSettings, Segment(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment(), Boolean()) - nameWithType: FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(SearchSettings, Segment[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment(), System.Boolean()) + nameWithType: FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(SearchSettings, Segment(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) - name: SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[]) + name: SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_SearchSegmentsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchCondition_Sdl_LanguagePlatform_Core_Segment___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) name.vb: SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment(), Boolean()) - nameWithType: FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment(), System.Boolean()) + nameWithType: FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[]) nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked* name: SearchSegmentsMasked @@ -115806,14 +104195,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked nameWithType: FileBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,System.String) - name: SearchText(SearchSettings, string) + name: SearchText(SearchSettings, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_SearchText_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,System.String) - name.vb: SearchText(SearchSettings, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, String) - nameWithType: FileBasedTranslationMemoryLanguageDirection.SearchText(SearchSettings, string) - nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.SearchText(SearchSettings, String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, System.String) + nameWithType: FileBasedTranslationMemoryLanguageDirection.SearchText(SearchSettings, String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchText* name: SearchText href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_SearchText_ @@ -115863,22 +104249,22 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnits nameWithType: FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) - name: SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[]) + name: SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_SearchTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchCondition_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) name.vb: SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Boolean()) - nameWithType: FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Boolean()) + nameWithType: FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[]) nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) - name: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) + name: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_SearchTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) name.vb: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Boolean()) - nameWithType: FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Boolean()) + nameWithType: FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked* name: SearchTranslationUnitsMasked @@ -115989,13 +104375,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.UpdateTranslationUnits nameWithType: FileBasedTranslationMemoryLanguageDirection.UpdateTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) - name: UpdateTranslationUnitsMasked(TranslationUnit[], bool[]) + name: UpdateTranslationUnitsMasked(TranslationUnit[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileBasedTranslationMemoryLanguageDirection_UpdateTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) name.vb: UpdateTranslationUnitsMasked(TranslationUnit(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Boolean()) - nameWithType: FileBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(TranslationUnit[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Boolean()) + nameWithType: FileBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(TranslationUnit[], Boolean[]) nameWithType.vb: FileBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(TranslationUnit(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked* name: UpdateTranslationUnitsMasked @@ -116013,29 +104399,20 @@ references: name: FileTransferEventArgs() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileTransferEventArgs__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.FileTransferEventArgs() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.New() nameWithType: FileTransferEventArgs.FileTransferEventArgs() - nameWithType.vb: FileTransferEventArgs.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.#ctor(System.Int64,System.Int64) - name: FileTransferEventArgs(long, long) + name: FileTransferEventArgs(Int64, Int64) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileTransferEventArgs__ctor_System_Int64_System_Int64_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.#ctor(System.Int64,System.Int64) - name.vb: New(Long, Long) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.FileTransferEventArgs(long, long) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.New(Long, Long) - nameWithType: FileTransferEventArgs.FileTransferEventArgs(long, long) - nameWithType.vb: FileTransferEventArgs.New(Long, Long) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.FileTransferEventArgs(System.Int64, System.Int64) + nameWithType: FileTransferEventArgs.FileTransferEventArgs(Int64, Int64) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.#ctor* name: FileTransferEventArgs href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileTransferEventArgs__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.FileTransferEventArgs - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.New nameWithType: FileTransferEventArgs.FileTransferEventArgs - nameWithType.vb: FileTransferEventArgs.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.BytesTransferred name: BytesTransferred href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileTransferEventArgs.html#Sdl_LanguagePlatform_TranslationMemoryApi_FileTransferEventArgs_BytesTransferred @@ -116067,41 +104444,29 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials nameWithType: GenericCredentials - uid: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.#ctor(System.String) - name: GenericCredentials(string) + name: GenericCredentials(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.html#Sdl_LanguagePlatform_TranslationMemoryApi_GenericCredentials__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.GenericCredentials(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.New(String) - nameWithType: GenericCredentials.GenericCredentials(string) - nameWithType.vb: GenericCredentials.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.GenericCredentials(System.String) + nameWithType: GenericCredentials.GenericCredentials(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.#ctor(System.String,System.String) - name: GenericCredentials(string, string) + name: GenericCredentials(String, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.html#Sdl_LanguagePlatform_TranslationMemoryApi_GenericCredentials__ctor_System_String_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.GenericCredentials(string, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.New(String, String) - nameWithType: GenericCredentials.GenericCredentials(string, string) - nameWithType.vb: GenericCredentials.New(String, String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.GenericCredentials(System.String, System.String) + nameWithType: GenericCredentials.GenericCredentials(String, String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.#ctor* name: GenericCredentials href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.html#Sdl_LanguagePlatform_TranslationMemoryApi_GenericCredentials__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.GenericCredentials - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.New nameWithType: GenericCredentials.GenericCredentials - nameWithType.vb: GenericCredentials.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.html#Sdl_LanguagePlatform_TranslationMemoryApi_GenericCredentials_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.Equals(Object) - nameWithType: GenericCredentials.Equals(object) - nameWithType.vb: GenericCredentials.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.Equals(System.Object) + nameWithType: GenericCredentials.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.html#Sdl_LanguagePlatform_TranslationMemoryApi_GenericCredentials_Equals_ @@ -116133,23 +104498,20 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.GetPropertyKeys nameWithType: GenericCredentials.GetPropertyKeys - uid: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.Item(System.String) - name: this[string] + name: Item[String] href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.html#Sdl_LanguagePlatform_TranslationMemoryApi_GenericCredentials_Item_System_String_ commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.Item(System.String) - name.vb: this[](String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.this[string] - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.this[](String) - nameWithType: GenericCredentials.this[string] - nameWithType.vb: GenericCredentials.this[](String) + name.vb: Item(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.Item[System.String] + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.Item(System.String) + nameWithType: GenericCredentials.Item[String] + nameWithType.vb: GenericCredentials.Item(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.Item* - name: this + name: Item href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.html#Sdl_LanguagePlatform_TranslationMemoryApi_GenericCredentials_Item_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.Item - name.vb: this[] - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.this - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.this[] - nameWithType: GenericCredentials.this - nameWithType.vb: GenericCredentials.this[] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.Item + nameWithType: GenericCredentials.Item - uid: Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.Password name: Password href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.GenericCredentials.html#Sdl_LanguagePlatform_TranslationMemoryApi_GenericCredentials_Password @@ -116274,11 +104636,11 @@ references: name: GetTranslationUnitsWithContextContent(ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_IAdvancedContextTranslationMemoryLanguageDirection_GetTranslationUnitsWithContextContent_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: GetTranslationUnitsWithContextContent(RegularIterator) + name.vb: GetTranslationUnitsWithContextContent(ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: IAdvancedContextTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(ref RegularIterator) - nameWithType.vb: IAdvancedContextTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(RegularIterator) + nameWithType.vb: IAdvancedContextTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent* name: GetTranslationUnitsWithContextContent href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAdvancedContextTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_IAdvancedContextTranslationMemoryLanguageDirection_GetTranslationUnitsWithContextContent_ @@ -116316,14 +104678,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.AlignerDefinition nameWithType: IAlignableTranslationMemory.AlignerDefinition - uid: Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.AlignTranslationUnits(System.Boolean,System.Boolean,System.Threading.CancellationToken,System.IProgress{System.Int32}) - name: AlignTranslationUnits(bool, bool, CancellationToken, IProgress) + name: AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_IAlignableTranslationMemory_AlignTranslationUnits_System_Boolean_System_Boolean_System_Threading_CancellationToken_System_IProgress_System_Int32__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.AlignTranslationUnits(System.Boolean,System.Boolean,System.Threading.CancellationToken,System.IProgress{System.Int32}) - name.vb: AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress(Of Integer)) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.AlignTranslationUnits(bool, bool, System.Threading.CancellationToken, System.IProgress) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.AlignTranslationUnits(Boolean, Boolean, System.Threading.CancellationToken, System.IProgress(Of Integer)) - nameWithType: IAlignableTranslationMemory.AlignTranslationUnits(bool, bool, CancellationToken, IProgress) - nameWithType.vb: IAlignableTranslationMemory.AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress(Of Integer)) + name.vb: AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress(Of Int32)) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.AlignTranslationUnits(System.Boolean, System.Boolean, System.Threading.CancellationToken, System.IProgress) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.AlignTranslationUnits(System.Boolean, System.Boolean, System.Threading.CancellationToken, System.IProgress(Of System.Int32)) + nameWithType: IAlignableTranslationMemory.AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress) + nameWithType.vb: IAlignableTranslationMemory.AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress(Of Int32)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.AlignTranslationUnits* name: AlignTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_IAlignableTranslationMemory_AlignTranslationUnits_ @@ -116355,14 +104717,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.FGASupport nameWithType: IAlignableTranslationMemory.FGASupport - uid: Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.MeasureModelFitness(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@,System.Boolean) - name: MeasureModelFitness(ref RegularIterator, bool) + name: MeasureModelFitness(ref RegularIterator, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_IAlignableTranslationMemory_MeasureModelFitness_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.MeasureModelFitness(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@,System.Boolean) - name.vb: MeasureModelFitness(RegularIterator, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.MeasureModelFitness(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.MeasureModelFitness(Sdl.LanguagePlatform.TranslationMemory.RegularIterator, Boolean) - nameWithType: IAlignableTranslationMemory.MeasureModelFitness(ref RegularIterator, bool) - nameWithType.vb: IAlignableTranslationMemory.MeasureModelFitness(RegularIterator, Boolean) + name.vb: MeasureModelFitness(ByRef RegularIterator, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.MeasureModelFitness(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator, System.Boolean) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.MeasureModelFitness(ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator, System.Boolean) + nameWithType: IAlignableTranslationMemory.MeasureModelFitness(ref RegularIterator, Boolean) + nameWithType.vb: IAlignableTranslationMemory.MeasureModelFitness(ByRef RegularIterator, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.MeasureModelFitness* name: MeasureModelFitness href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IAlignableTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_IAlignableTranslationMemory_MeasureModelFitness_ @@ -116808,32 +105170,23 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory nameWithType: InMemoryTranslationMemory - uid: Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.#ctor(System.String,Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes,Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers) - name: InMemoryTranslationMemory(string, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers) + name: InMemoryTranslationMemory(String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_InMemoryTranslationMemory__ctor_System_String_Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_Sdl_LanguagePlatform_TranslationMemory_FuzzyIndexes_Sdl_LanguagePlatform_Core_Tokenization_BuiltinRecognizers_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.#ctor(System.String,Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes,Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers) - name.vb: New(String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.InMemoryTranslationMemory(string, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes, Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.New(String, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes, Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers) - nameWithType: InMemoryTranslationMemory.InMemoryTranslationMemory(string, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers) - nameWithType.vb: InMemoryTranslationMemory.New(String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.InMemoryTranslationMemory(System.String, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes, Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers) + nameWithType: InMemoryTranslationMemory.InMemoryTranslationMemory(String, CultureCode, CultureCode, FuzzyIndexes, BuiltinRecognizers) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.#ctor* name: InMemoryTranslationMemory href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_InMemoryTranslationMemory__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.InMemoryTranslationMemory - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.New nameWithType: InMemoryTranslationMemory.InMemoryTranslationMemory - nameWithType.vb: InMemoryTranslationMemory.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.HasPermission(System.String) - name: HasPermission(string) + name: HasPermission(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_InMemoryTranslationMemory_HasPermission_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.HasPermission(System.String) - name.vb: HasPermission(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.HasPermission(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.HasPermission(String) - nameWithType: InMemoryTranslationMemory.HasPermission(string) - nameWithType.vb: InMemoryTranslationMemory.HasPermission(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.HasPermission(System.String) + nameWithType: InMemoryTranslationMemory.HasPermission(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.HasPermission* name: HasPermission href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.InMemoryTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_InMemoryTranslationMemory_HasPermission_ @@ -116871,14 +105224,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.IPermissionCheck nameWithType: IPermissionCheck - uid: Sdl.LanguagePlatform.TranslationMemoryApi.IPermissionCheck.HasPermission(System.String) - name: HasPermission(string) + name: HasPermission(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IPermissionCheck.html#Sdl_LanguagePlatform_TranslationMemoryApi_IPermissionCheck_HasPermission_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.IPermissionCheck.HasPermission(System.String) - name.vb: HasPermission(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.IPermissionCheck.HasPermission(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.IPermissionCheck.HasPermission(String) - nameWithType: IPermissionCheck.HasPermission(string) - nameWithType.vb: IPermissionCheck.HasPermission(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.IPermissionCheck.HasPermission(System.String) + nameWithType: IPermissionCheck.HasPermission(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.IPermissionCheck.HasPermission* name: HasPermission href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IPermissionCheck.html#Sdl_LanguagePlatform_TranslationMemoryApi_IPermissionCheck_HasPermission_ @@ -116916,14 +105266,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.IReindexableTranslationMemory.ReindexRequired nameWithType: IReindexableTranslationMemory.ReindexRequired - uid: Sdl.LanguagePlatform.TranslationMemoryApi.IReindexableTranslationMemory.SelectiveReindexTranslationUnits(System.Threading.CancellationToken,System.IProgress{System.Int32}) - name: SelectiveReindexTranslationUnits(CancellationToken, IProgress) + name: SelectiveReindexTranslationUnits(CancellationToken, IProgress) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IReindexableTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_IReindexableTranslationMemory_SelectiveReindexTranslationUnits_System_Threading_CancellationToken_System_IProgress_System_Int32__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.IReindexableTranslationMemory.SelectiveReindexTranslationUnits(System.Threading.CancellationToken,System.IProgress{System.Int32}) - name.vb: SelectiveReindexTranslationUnits(CancellationToken, IProgress(Of Integer)) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.IReindexableTranslationMemory.SelectiveReindexTranslationUnits(System.Threading.CancellationToken, System.IProgress) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.IReindexableTranslationMemory.SelectiveReindexTranslationUnits(System.Threading.CancellationToken, System.IProgress(Of Integer)) - nameWithType: IReindexableTranslationMemory.SelectiveReindexTranslationUnits(CancellationToken, IProgress) - nameWithType.vb: IReindexableTranslationMemory.SelectiveReindexTranslationUnits(CancellationToken, IProgress(Of Integer)) + name.vb: SelectiveReindexTranslationUnits(CancellationToken, IProgress(Of Int32)) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.IReindexableTranslationMemory.SelectiveReindexTranslationUnits(System.Threading.CancellationToken, System.IProgress) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.IReindexableTranslationMemory.SelectiveReindexTranslationUnits(System.Threading.CancellationToken, System.IProgress(Of System.Int32)) + nameWithType: IReindexableTranslationMemory.SelectiveReindexTranslationUnits(CancellationToken, IProgress) + nameWithType.vb: IReindexableTranslationMemory.SelectiveReindexTranslationUnits(CancellationToken, IProgress(Of Int32)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.IReindexableTranslationMemory.SelectiveReindexTranslationUnits* name: SelectiveReindexTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.IReindexableTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_IReindexableTranslationMemory_SelectiveReindexTranslationUnits_ @@ -116976,13 +105326,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchSegments nameWithType: ISubsegmentTranslationMemoryLanguageDirection.SearchSegments - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) - name: SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[]) + name: SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ISubsegmentTranslationMemoryLanguageDirection_SearchSegmentsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchCondition_Sdl_LanguagePlatform_Core_Segment___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) name.vb: SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment(), Boolean()) - nameWithType: ISubsegmentTranslationMemoryLanguageDirection.SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment(), System.Boolean()) + nameWithType: ISubsegmentTranslationMemoryLanguageDirection.SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[]) nameWithType.vb: ISubsegmentTranslationMemoryLanguageDirection.SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchSegmentsMasked* name: SearchSegmentsMasked @@ -117018,13 +105368,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchTranslationUnits nameWithType: ISubsegmentTranslationMemoryLanguageDirection.SearchTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) - name: SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[]) + name: SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ISubsegmentTranslationMemoryLanguageDirection_SearchTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchCondition_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) name.vb: SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Boolean()) - nameWithType: ISubsegmentTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Boolean()) + nameWithType: ISubsegmentTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[]) nameWithType.vb: ISubsegmentTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked* name: SearchTranslationUnitsMasked @@ -117264,14 +105614,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.GetTranslationUnitCount nameWithType: ITranslationMemory.GetTranslationUnitCount - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.HasPermission(System.String) - name: HasPermission(string) + name: HasPermission(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemory_HasPermission_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.HasPermission(System.String) - name.vb: HasPermission(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.HasPermission(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.HasPermission(String) - nameWithType: ITranslationMemory.HasPermission(string) - nameWithType.vb: ITranslationMemory.HasPermission(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.HasPermission(System.String) + nameWithType: ITranslationMemory.HasPermission(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.HasPermission* name: HasPermission href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemory_HasPermission_ @@ -117363,14 +105710,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection nameWithType: ITranslationMemoryLanguageDirection - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.FieldValues,System.Boolean,Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) - name: ApplyFieldsToTranslationUnit(FieldValues, bool, PersistentObjectToken) + name: ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_ApplyFieldsToTranslationUnit_Sdl_LanguagePlatform_TranslationMemory_FieldValues_System_Boolean_Sdl_LanguagePlatform_TranslationMemory_PersistentObjectToken_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.FieldValues,System.Boolean,Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) - name.vb: ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.FieldValues, bool, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.FieldValues, Boolean, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) - nameWithType: ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(FieldValues, bool, PersistentObjectToken) - nameWithType.vb: ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.FieldValues, System.Boolean, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) + nameWithType: ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit* name: ApplyFieldsToTranslationUnit href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_ApplyFieldsToTranslationUnit_ @@ -117378,13 +105722,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit nameWithType: ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues,System.Boolean,Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken[]) - name: ApplyFieldsToTranslationUnits(FieldValues, bool, PersistentObjectToken[]) + name: ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_ApplyFieldsToTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_FieldValues_System_Boolean_Sdl_LanguagePlatform_TranslationMemory_PersistentObjectToken___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues,System.Boolean,Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken[]) name.vb: ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues, bool, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues, Boolean, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken()) - nameWithType: ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(FieldValues, bool, PersistentObjectToken[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues, System.Boolean, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues, System.Boolean, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken()) + nameWithType: ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken[]) nameWithType.vb: ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits* name: ApplyFieldsToTranslationUnits @@ -117435,11 +105779,11 @@ references: name: DeleteTranslationUnitsWithIterator(ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_DeleteTranslationUnitsWithIterator_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: DeleteTranslationUnitsWithIterator(RegularIterator) + name.vb: DeleteTranslationUnitsWithIterator(ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: ITranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(ref RegularIterator) - nameWithType.vb: ITranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(RegularIterator) + nameWithType.vb: ITranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator* name: DeleteTranslationUnitsWithIterator href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_DeleteTranslationUnitsWithIterator_ @@ -117465,11 +105809,11 @@ references: name: EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_EditTranslationUnitsWithIterator_Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScript_Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditUpdateMode_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript,Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode,Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, RegularIterator) + name.vb: EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode, ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode, Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode, ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: ITranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) - nameWithType.vb: ITranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, RegularIterator) + nameWithType.vb: ITranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator* name: EditTranslationUnitsWithIterator href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_EditTranslationUnitsWithIterator_ @@ -117480,11 +105824,11 @@ references: name: GetDuplicateTranslationUnits(ref DuplicateIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_GetDuplicateTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_DuplicateIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator@) - name.vb: GetDuplicateTranslationUnits(DuplicateIterator) + name.vb: GetDuplicateTranslationUnits(ByRef DuplicateIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(ref Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(ByRef Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator) nameWithType: ITranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(ref DuplicateIterator) - nameWithType.vb: ITranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(DuplicateIterator) + nameWithType.vb: ITranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(ByRef DuplicateIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.GetDuplicateTranslationUnits* name: GetDuplicateTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_GetDuplicateTranslationUnits_ @@ -117519,11 +105863,11 @@ references: name: GetTranslationUnits(ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_GetTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.GetTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: GetTranslationUnits(RegularIterator) + name.vb: GetTranslationUnits(ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.GetTranslationUnits(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.GetTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.GetTranslationUnits(ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: ITranslationMemoryLanguageDirection.GetTranslationUnits(ref RegularIterator) - nameWithType.vb: ITranslationMemoryLanguageDirection.GetTranslationUnits(RegularIterator) + nameWithType.vb: ITranslationMemoryLanguageDirection.GetTranslationUnits(ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.GetTranslationUnits* name: GetTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_GetTranslationUnits_ @@ -117534,11 +105878,11 @@ references: name: PreviewEditTranslationUnitsWithIterator(EditScript, ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_PreviewEditTranslationUnitsWithIterator_Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScript_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript,Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: PreviewEditTranslationUnitsWithIterator(EditScript, RegularIterator) + name.vb: PreviewEditTranslationUnitsWithIterator(EditScript, ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: ITranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(EditScript, ref RegularIterator) - nameWithType.vb: ITranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(EditScript, RegularIterator) + nameWithType.vb: ITranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(EditScript, ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator* name: PreviewEditTranslationUnitsWithIterator href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_PreviewEditTranslationUnitsWithIterator_ @@ -117549,11 +105893,11 @@ references: name: ReindexTranslationUnits(ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_ReindexTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ReindexTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: ReindexTranslationUnits(RegularIterator) + name.vb: ReindexTranslationUnits(ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ReindexTranslationUnits(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ReindexTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ReindexTranslationUnits(ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: ITranslationMemoryLanguageDirection.ReindexTranslationUnits(ref RegularIterator) - nameWithType.vb: ITranslationMemoryLanguageDirection.ReindexTranslationUnits(RegularIterator) + nameWithType.vb: ITranslationMemoryLanguageDirection.ReindexTranslationUnits(ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.ReindexTranslationUnits* name: ReindexTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_ReindexTranslationUnits_ @@ -117573,13 +105917,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.TranslationProvider nameWithType: ITranslationMemoryLanguageDirection.TranslationProvider - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) - name: UpdateTranslationUnitsMasked(TranslationUnit[], bool[]) + name: UpdateTranslationUnitsMasked(TranslationUnit[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_UpdateTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) name.vb: UpdateTranslationUnitsMasked(TranslationUnit(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Boolean()) - nameWithType: ITranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(TranslationUnit[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Boolean()) + nameWithType: ITranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(TranslationUnit[], Boolean[]) nameWithType.vb: ITranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(TranslationUnit(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked* name: UpdateTranslationUnitsMasked @@ -117618,14 +105962,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.IsReadOnly nameWithType: ITranslationProvider.IsReadOnly - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.LoadState(System.String) - name: LoadState(string) + name: LoadState(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_LoadState_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.LoadState(System.String) - name.vb: LoadState(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.LoadState(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.LoadState(String) - nameWithType: ITranslationProvider.LoadState(string) - nameWithType.vb: ITranslationProvider.LoadState(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.LoadState(System.String) + nameWithType: ITranslationProvider.LoadState(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.LoadState* name: LoadState href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_LoadState_ @@ -117969,14 +106310,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory nameWithType: ITranslationProviderFactory - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.CreateTranslationProvider(System.Uri,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) - name: CreateTranslationProvider(Uri, string, ITranslationProviderCredentialStore) + name: CreateTranslationProvider(Uri, String, ITranslationProviderCredentialStore) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderFactory_CreateTranslationProvider_System_Uri_System_String_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderCredentialStore_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.CreateTranslationProvider(System.Uri,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) - name.vb: CreateTranslationProvider(Uri, String, ITranslationProviderCredentialStore) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.CreateTranslationProvider(System.Uri, string, Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.CreateTranslationProvider(System.Uri, String, Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) - nameWithType: ITranslationProviderFactory.CreateTranslationProvider(Uri, string, ITranslationProviderCredentialStore) - nameWithType.vb: ITranslationProviderFactory.CreateTranslationProvider(Uri, String, ITranslationProviderCredentialStore) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.CreateTranslationProvider(System.Uri, System.String, Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) + nameWithType: ITranslationProviderFactory.CreateTranslationProvider(Uri, String, ITranslationProviderCredentialStore) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.CreateTranslationProvider* name: CreateTranslationProvider href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderFactory_CreateTranslationProvider_ @@ -117984,14 +106322,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.CreateTranslationProvider nameWithType: ITranslationProviderFactory.CreateTranslationProvider - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.GetTranslationProviderInfo(System.Uri,System.String) - name: GetTranslationProviderInfo(Uri, string) + name: GetTranslationProviderInfo(Uri, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderFactory_GetTranslationProviderInfo_System_Uri_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.GetTranslationProviderInfo(System.Uri,System.String) - name.vb: GetTranslationProviderInfo(Uri, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.GetTranslationProviderInfo(System.Uri, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.GetTranslationProviderInfo(System.Uri, String) - nameWithType: ITranslationProviderFactory.GetTranslationProviderInfo(Uri, string) - nameWithType.vb: ITranslationProviderFactory.GetTranslationProviderInfo(Uri, String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.GetTranslationProviderInfo(System.Uri, System.String) + nameWithType: ITranslationProviderFactory.GetTranslationProviderInfo(Uri, String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.GetTranslationProviderInfo* name: GetTranslationProviderInfo href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderFactory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderFactory_GetTranslationProviderInfo_ @@ -118017,14 +106352,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection nameWithType: ITranslationProviderLanguageDirection - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - name: AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) + name: AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderLanguageDirection_AddOrUpdateTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Int32___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - name.vb: AddOrUpdateTranslationUnits(TranslationUnit(), Integer(), ImportSettings) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], int[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Integer(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - nameWithType: ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) - nameWithType.vb: ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit(), Integer(), ImportSettings) + name.vb: AddOrUpdateTranslationUnits(TranslationUnit(), Int32(), ImportSettings) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Int32[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Int32(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings) + nameWithType: ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) + nameWithType.vb: ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit(), Int32(), ImportSettings) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnits* name: AddOrUpdateTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderLanguageDirection_AddOrUpdateTranslationUnits_ @@ -118032,14 +106367,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnits nameWithType: ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name: AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) + name: AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderLanguageDirection_AddOrUpdateTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Int32___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name.vb: AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Integer(), ImportSettings, Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], int[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Integer(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, Boolean()) - nameWithType: ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) - nameWithType.vb: ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Integer(), ImportSettings, Boolean()) + name.vb: AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Int32(), ImportSettings, Boolean()) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Int32[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Int32(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean()) + nameWithType: ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) + nameWithType.vb: ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Int32(), ImportSettings, Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddOrUpdateTranslationUnitsMasked* name: AddOrUpdateTranslationUnitsMasked href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderLanguageDirection_AddOrUpdateTranslationUnitsMasked_ @@ -118074,13 +106409,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddTranslationUnits nameWithType: ITranslationProviderLanguageDirection.AddTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name: AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) + name: AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderLanguageDirection_AddTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) name.vb: AddTranslationUnitsMasked(TranslationUnit(), ImportSettings, Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, Boolean()) - nameWithType: ITranslationProviderLanguageDirection.AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean()) + nameWithType: ITranslationProviderLanguageDirection.AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) nameWithType.vb: ITranslationProviderLanguageDirection.AddTranslationUnitsMasked(TranslationUnit(), ImportSettings, Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.AddTranslationUnitsMasked* name: AddTranslationUnitsMasked @@ -118128,13 +106463,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchSegments nameWithType: ITranslationProviderLanguageDirection.SearchSegments - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) - name: SearchSegmentsMasked(SearchSettings, Segment[], bool[]) + name: SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderLanguageDirection_SearchSegmentsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_Core_Segment___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) name.vb: SearchSegmentsMasked(SearchSettings, Segment(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment(), Boolean()) - nameWithType: ITranslationProviderLanguageDirection.SearchSegmentsMasked(SearchSettings, Segment[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment(), System.Boolean()) + nameWithType: ITranslationProviderLanguageDirection.SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) nameWithType.vb: ITranslationProviderLanguageDirection.SearchSegmentsMasked(SearchSettings, Segment(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchSegmentsMasked* name: SearchSegmentsMasked @@ -118143,14 +106478,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchSegmentsMasked nameWithType: ITranslationProviderLanguageDirection.SearchSegmentsMasked - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,System.String) - name: SearchText(SearchSettings, string) + name: SearchText(SearchSettings, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderLanguageDirection_SearchText_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,System.String) - name.vb: SearchText(SearchSettings, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, String) - nameWithType: ITranslationProviderLanguageDirection.SearchText(SearchSettings, string) - nameWithType.vb: ITranslationProviderLanguageDirection.SearchText(SearchSettings, String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, System.String) + nameWithType: ITranslationProviderLanguageDirection.SearchText(SearchSettings, String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchText* name: SearchText href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderLanguageDirection_SearchText_ @@ -118185,13 +106517,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchTranslationUnits nameWithType: ITranslationProviderLanguageDirection.SearchTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) - name: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) + name: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderLanguageDirection_SearchTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) name.vb: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Boolean()) - nameWithType: ITranslationProviderLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Boolean()) + nameWithType: ITranslationProviderLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) nameWithType.vb: ITranslationProviderLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.SearchTranslationUnitsMasked* name: SearchTranslationUnitsMasked @@ -118302,14 +106634,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderSummaryFactory nameWithType: ITranslationProviderSummaryFactory - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderSummaryFactory.GetTranslationProviderSummary(System.Uri,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) - name: GetTranslationProviderSummary(Uri, string, ITranslationProviderCredentialStore) + name: GetTranslationProviderSummary(Uri, String, ITranslationProviderCredentialStore) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderSummaryFactory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderSummaryFactory_GetTranslationProviderSummary_System_Uri_System_String_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderCredentialStore_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderSummaryFactory.GetTranslationProviderSummary(System.Uri,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) - name.vb: GetTranslationProviderSummary(Uri, String, ITranslationProviderCredentialStore) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderSummaryFactory.GetTranslationProviderSummary(System.Uri, string, Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderSummaryFactory.GetTranslationProviderSummary(System.Uri, String, Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) - nameWithType: ITranslationProviderSummaryFactory.GetTranslationProviderSummary(Uri, string, ITranslationProviderCredentialStore) - nameWithType.vb: ITranslationProviderSummaryFactory.GetTranslationProviderSummary(Uri, String, ITranslationProviderCredentialStore) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderSummaryFactory.GetTranslationProviderSummary(System.Uri, System.String, Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) + nameWithType: ITranslationProviderSummaryFactory.GetTranslationProviderSummary(Uri, String, ITranslationProviderCredentialStore) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderSummaryFactory.GetTranslationProviderSummary* name: GetTranslationProviderSummary href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderSummaryFactory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderSummaryFactory_GetTranslationProviderSummary_ @@ -118353,14 +106682,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.Edit nameWithType: ITranslationProviderWinFormsUI.Edit - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.GetCredentialsFromUser(System.Windows.Forms.IWin32Window,System.Uri,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) - name: GetCredentialsFromUser(IWin32Window, Uri, string, ITranslationProviderCredentialStore) + name: GetCredentialsFromUser(IWin32Window, Uri, String, ITranslationProviderCredentialStore) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderWinFormsUI_GetCredentialsFromUser_System_Windows_Forms_IWin32Window_System_Uri_System_String_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderCredentialStore_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.GetCredentialsFromUser(System.Windows.Forms.IWin32Window,System.Uri,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) - name.vb: GetCredentialsFromUser(IWin32Window, Uri, String, ITranslationProviderCredentialStore) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.GetCredentialsFromUser(System.Windows.Forms.IWin32Window, System.Uri, string, Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.GetCredentialsFromUser(System.Windows.Forms.IWin32Window, System.Uri, String, Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) - nameWithType: ITranslationProviderWinFormsUI.GetCredentialsFromUser(IWin32Window, Uri, string, ITranslationProviderCredentialStore) - nameWithType.vb: ITranslationProviderWinFormsUI.GetCredentialsFromUser(IWin32Window, Uri, String, ITranslationProviderCredentialStore) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.GetCredentialsFromUser(System.Windows.Forms.IWin32Window, System.Uri, System.String, Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) + nameWithType: ITranslationProviderWinFormsUI.GetCredentialsFromUser(IWin32Window, Uri, String, ITranslationProviderCredentialStore) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.GetCredentialsFromUser* name: GetCredentialsFromUser href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderWinFormsUI_GetCredentialsFromUser_ @@ -118368,14 +106694,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.GetCredentialsFromUser nameWithType: ITranslationProviderWinFormsUI.GetCredentialsFromUser - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.GetDisplayInfo(System.Uri,System.String) - name: GetDisplayInfo(Uri, string) + name: GetDisplayInfo(Uri, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderWinFormsUI_GetDisplayInfo_System_Uri_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.GetDisplayInfo(System.Uri,System.String) - name.vb: GetDisplayInfo(Uri, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.GetDisplayInfo(System.Uri, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.GetDisplayInfo(System.Uri, String) - nameWithType: ITranslationProviderWinFormsUI.GetDisplayInfo(Uri, string) - nameWithType.vb: ITranslationProviderWinFormsUI.GetDisplayInfo(Uri, String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.GetDisplayInfo(System.Uri, System.String) + nameWithType: ITranslationProviderWinFormsUI.GetDisplayInfo(Uri, String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.GetDisplayInfo* name: GetDisplayInfo href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderWinFormsUI.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderWinFormsUI_GetDisplayInfo_ @@ -118440,38 +106763,26 @@ references: name: LanguageResourceBundle() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundle__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.LanguageResourceBundle() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.New() nameWithType: LanguageResourceBundle.LanguageResourceBundle() - nameWithType.vb: LanguageResourceBundle.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.#ctor(Sdl.Core.Globalization.CultureCode) name: LanguageResourceBundle(CultureCode) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundle__ctor_Sdl_Core_Globalization_CultureCode_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.#ctor(Sdl.Core.Globalization.CultureCode) - name.vb: New(CultureCode) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.LanguageResourceBundle(Sdl.Core.Globalization.CultureCode) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.New(Sdl.Core.Globalization.CultureCode) nameWithType: LanguageResourceBundle.LanguageResourceBundle(CultureCode) - nameWithType.vb: LanguageResourceBundle.New(CultureCode) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.#ctor(System.String) - name: LanguageResourceBundle(string) + name: LanguageResourceBundle(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundle__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.LanguageResourceBundle(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.New(String) - nameWithType: LanguageResourceBundle.LanguageResourceBundle(string) - nameWithType.vb: LanguageResourceBundle.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.LanguageResourceBundle(System.String) + nameWithType: LanguageResourceBundle.LanguageResourceBundle(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.#ctor* name: LanguageResourceBundle href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundle__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.LanguageResourceBundle - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.New nameWithType: LanguageResourceBundle.LanguageResourceBundle - nameWithType.vb: LanguageResourceBundle.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.Abbreviations name: Abbreviations href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundle_Abbreviations @@ -118680,29 +106991,23 @@ references: name: LanguageResourceBundleCollection() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundleCollection__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.LanguageResourceBundleCollection() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.New() nameWithType: LanguageResourceBundleCollection.LanguageResourceBundleCollection() - nameWithType.vb: LanguageResourceBundleCollection.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.#ctor(System.Collections.Generic.List{Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourceEntity}) name: LanguageResourceBundleCollection(List) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundleCollection__ctor_System_Collections_Generic_List_Sdl_LanguagePlatform_TranslationMemoryApi_ILanguageResourceEntity__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.#ctor(System.Collections.Generic.List{Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourceEntity}) - name.vb: New(List(Of ILanguageResourceEntity)) + name.vb: LanguageResourceBundleCollection(List(Of ILanguageResourceEntity)) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.LanguageResourceBundleCollection(System.Collections.Generic.List) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.New(System.Collections.Generic.List(Of Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourceEntity)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.LanguageResourceBundleCollection(System.Collections.Generic.List(Of Sdl.LanguagePlatform.TranslationMemoryApi.ILanguageResourceEntity)) nameWithType: LanguageResourceBundleCollection.LanguageResourceBundleCollection(List) - nameWithType.vb: LanguageResourceBundleCollection.New(List(Of ILanguageResourceEntity)) + nameWithType.vb: LanguageResourceBundleCollection.LanguageResourceBundleCollection(List(Of ILanguageResourceEntity)) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.#ctor* name: LanguageResourceBundleCollection href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundleCollection__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.LanguageResourceBundleCollection - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.New nameWithType: LanguageResourceBundleCollection.LanguageResourceBundleCollection - nameWithType.vb: LanguageResourceBundleCollection.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.ClearItems name: ClearItems() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundleCollection_ClearItems @@ -118716,14 +107021,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.ClearItems nameWithType: LanguageResourceBundleCollection.ClearItems - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.InsertItem(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle) - name: InsertItem(int, LanguageResourceBundle) + name: InsertItem(Int32, LanguageResourceBundle) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundleCollection_InsertItem_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundle_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.InsertItem(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle) - name.vb: InsertItem(Integer, LanguageResourceBundle) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.InsertItem(int, Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.InsertItem(Integer, Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle) - nameWithType: LanguageResourceBundleCollection.InsertItem(int, LanguageResourceBundle) - nameWithType.vb: LanguageResourceBundleCollection.InsertItem(Integer, LanguageResourceBundle) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.InsertItem(System.Int32, Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundle) + nameWithType: LanguageResourceBundleCollection.InsertItem(Int32, LanguageResourceBundle) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.InsertItem* name: InsertItem href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundleCollection_InsertItem_ @@ -118731,41 +107033,35 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.InsertItem nameWithType: LanguageResourceBundleCollection.InsertItem - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.Item(Sdl.Core.Globalization.CultureCode) - name: this[CultureCode] + name: Item[CultureCode] href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundleCollection_Item_Sdl_Core_Globalization_CultureCode_ commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.Item(Sdl.Core.Globalization.CultureCode) - name.vb: this[](CultureCode) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.this[Sdl.Core.Globalization.CultureCode] - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.this[](Sdl.Core.Globalization.CultureCode) - nameWithType: LanguageResourceBundleCollection.this[CultureCode] - nameWithType.vb: LanguageResourceBundleCollection.this[](CultureCode) + name.vb: Item(CultureCode) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.Item[Sdl.Core.Globalization.CultureCode] + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.Item(Sdl.Core.Globalization.CultureCode) + nameWithType: LanguageResourceBundleCollection.Item[CultureCode] + nameWithType.vb: LanguageResourceBundleCollection.Item(CultureCode) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.Item(System.String) - name: this[string] + name: Item[String] href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundleCollection_Item_System_String_ commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.Item(System.String) - name.vb: this[](String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.this[string] - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.this[](String) - nameWithType: LanguageResourceBundleCollection.this[string] - nameWithType.vb: LanguageResourceBundleCollection.this[](String) + name.vb: Item(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.Item[System.String] + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.Item(System.String) + nameWithType: LanguageResourceBundleCollection.Item[String] + nameWithType.vb: LanguageResourceBundleCollection.Item(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.Item* - name: this + name: Item href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundleCollection_Item_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.Item - name.vb: this[] - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.this - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.this[] - nameWithType: LanguageResourceBundleCollection.this - nameWithType.vb: LanguageResourceBundleCollection.this[] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.Item + nameWithType: LanguageResourceBundleCollection.Item - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.RemoveItem(System.Int32) - name: RemoveItem(int) + name: RemoveItem(Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundleCollection_RemoveItem_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.RemoveItem(System.Int32) - name.vb: RemoveItem(Integer) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.RemoveItem(int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.RemoveItem(Integer) - nameWithType: LanguageResourceBundleCollection.RemoveItem(int) - nameWithType.vb: LanguageResourceBundleCollection.RemoveItem(Integer) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.RemoveItem(System.Int32) + nameWithType: LanguageResourceBundleCollection.RemoveItem(Int32) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.RemoveItem* name: RemoveItem href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceBundleCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceBundleCollection_RemoveItem_ @@ -118794,20 +107090,14 @@ references: name: LanguageResourceEntity() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceEntity__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.LanguageResourceEntity() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.New() nameWithType: LanguageResourceEntity.LanguageResourceEntity() - nameWithType.vb: LanguageResourceEntity.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.#ctor* name: LanguageResourceEntity href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceEntity__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.LanguageResourceEntity - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.New nameWithType: LanguageResourceEntity.LanguageResourceEntity - nameWithType.vb: LanguageResourceEntity.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.CultureName name: CultureName href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LanguageResourceEntity.html#Sdl_LanguagePlatform_TranslationMemoryApi_LanguageResourceEntity_CultureName @@ -118980,47 +107270,32 @@ references: name: NullPropertyException() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.html#Sdl_LanguagePlatform_TranslationMemoryApi_NullPropertyException__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.NullPropertyException() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.New() nameWithType: NullPropertyException.NullPropertyException() - nameWithType.vb: NullPropertyException.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: NullPropertyException(SerializationInfo, StreamingContext) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.html#Sdl_LanguagePlatform_TranslationMemoryApi_NullPropertyException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.NullPropertyException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: NullPropertyException.NullPropertyException(SerializationInfo, StreamingContext) - nameWithType.vb: NullPropertyException.New(SerializationInfo, StreamingContext) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.#ctor(System.String) - name: NullPropertyException(string) + name: NullPropertyException(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.html#Sdl_LanguagePlatform_TranslationMemoryApi_NullPropertyException__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.NullPropertyException(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.New(String) - nameWithType: NullPropertyException.NullPropertyException(string) - nameWithType.vb: NullPropertyException.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.NullPropertyException(System.String) + nameWithType: NullPropertyException.NullPropertyException(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.#ctor(System.String,System.Exception) - name: NullPropertyException(string, Exception) + name: NullPropertyException(String, Exception) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.html#Sdl_LanguagePlatform_TranslationMemoryApi_NullPropertyException__ctor_System_String_System_Exception_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.NullPropertyException(string, System.Exception) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.New(String, System.Exception) - nameWithType: NullPropertyException.NullPropertyException(string, Exception) - nameWithType.vb: NullPropertyException.New(String, Exception) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.NullPropertyException(System.String, System.Exception) + nameWithType: NullPropertyException.NullPropertyException(String, Exception) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.#ctor* name: NullPropertyException href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.html#Sdl_LanguagePlatform_TranslationMemoryApi_NullPropertyException__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.NullPropertyException - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.New nameWithType: NullPropertyException.NullPropertyException - nameWithType.vb: NullPropertyException.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException name: ObjectDeletedException href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.html @@ -119031,47 +107306,32 @@ references: name: ObjectDeletedException() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.html#Sdl_LanguagePlatform_TranslationMemoryApi_ObjectDeletedException__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.ObjectDeletedException() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.New() nameWithType: ObjectDeletedException.ObjectDeletedException() - nameWithType.vb: ObjectDeletedException.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: ObjectDeletedException(SerializationInfo, StreamingContext) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.html#Sdl_LanguagePlatform_TranslationMemoryApi_ObjectDeletedException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.ObjectDeletedException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: ObjectDeletedException.ObjectDeletedException(SerializationInfo, StreamingContext) - nameWithType.vb: ObjectDeletedException.New(SerializationInfo, StreamingContext) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.#ctor(System.String) - name: ObjectDeletedException(string) + name: ObjectDeletedException(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.html#Sdl_LanguagePlatform_TranslationMemoryApi_ObjectDeletedException__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.ObjectDeletedException(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.New(String) - nameWithType: ObjectDeletedException.ObjectDeletedException(string) - nameWithType.vb: ObjectDeletedException.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.ObjectDeletedException(System.String) + nameWithType: ObjectDeletedException.ObjectDeletedException(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.#ctor(System.String,System.Exception) - name: ObjectDeletedException(string, Exception) + name: ObjectDeletedException(String, Exception) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.html#Sdl_LanguagePlatform_TranslationMemoryApi_ObjectDeletedException__ctor_System_String_System_Exception_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.ObjectDeletedException(string, System.Exception) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.New(String, System.Exception) - nameWithType: ObjectDeletedException.ObjectDeletedException(string, Exception) - nameWithType.vb: ObjectDeletedException.New(String, Exception) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.ObjectDeletedException(System.String, System.Exception) + nameWithType: ObjectDeletedException.ObjectDeletedException(String, Exception) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.#ctor* name: ObjectDeletedException href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.html#Sdl_LanguagePlatform_TranslationMemoryApi_ObjectDeletedException__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.ObjectDeletedException - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDeletedException.New nameWithType: ObjectDeletedException.ObjectDeletedException - nameWithType.vb: ObjectDeletedException.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException name: ObjectDoesNotExistException href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.html @@ -119082,47 +107342,32 @@ references: name: ObjectDoesNotExistException() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.html#Sdl_LanguagePlatform_TranslationMemoryApi_ObjectDoesNotExistException__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.ObjectDoesNotExistException() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.New() nameWithType: ObjectDoesNotExistException.ObjectDoesNotExistException() - nameWithType.vb: ObjectDoesNotExistException.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: ObjectDoesNotExistException(SerializationInfo, StreamingContext) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.html#Sdl_LanguagePlatform_TranslationMemoryApi_ObjectDoesNotExistException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.ObjectDoesNotExistException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: ObjectDoesNotExistException.ObjectDoesNotExistException(SerializationInfo, StreamingContext) - nameWithType.vb: ObjectDoesNotExistException.New(SerializationInfo, StreamingContext) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.#ctor(System.String) - name: ObjectDoesNotExistException(string) + name: ObjectDoesNotExistException(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.html#Sdl_LanguagePlatform_TranslationMemoryApi_ObjectDoesNotExistException__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.ObjectDoesNotExistException(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.New(String) - nameWithType: ObjectDoesNotExistException.ObjectDoesNotExistException(string) - nameWithType.vb: ObjectDoesNotExistException.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.ObjectDoesNotExistException(System.String) + nameWithType: ObjectDoesNotExistException.ObjectDoesNotExistException(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.#ctor(System.String,System.Exception) - name: ObjectDoesNotExistException(string, Exception) + name: ObjectDoesNotExistException(String, Exception) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.html#Sdl_LanguagePlatform_TranslationMemoryApi_ObjectDoesNotExistException__ctor_System_String_System_Exception_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.ObjectDoesNotExistException(string, System.Exception) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.New(String, System.Exception) - nameWithType: ObjectDoesNotExistException.ObjectDoesNotExistException(string, Exception) - nameWithType.vb: ObjectDoesNotExistException.New(String, Exception) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.ObjectDoesNotExistException(System.String, System.Exception) + nameWithType: ObjectDoesNotExistException.ObjectDoesNotExistException(String, Exception) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.#ctor* name: ObjectDoesNotExistException href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.html#Sdl_LanguagePlatform_TranslationMemoryApi_ObjectDoesNotExistException__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.ObjectDoesNotExistException - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectDoesNotExistException.New nameWithType: ObjectDoesNotExistException.ObjectDoesNotExistException - nameWithType.vb: ObjectDoesNotExistException.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException name: ObjectNotSavedException href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.html @@ -119133,47 +107378,32 @@ references: name: ObjectNotSavedException() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.html#Sdl_LanguagePlatform_TranslationMemoryApi_ObjectNotSavedException__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.ObjectNotSavedException() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.New() nameWithType: ObjectNotSavedException.ObjectNotSavedException() - nameWithType.vb: ObjectNotSavedException.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: ObjectNotSavedException(SerializationInfo, StreamingContext) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.html#Sdl_LanguagePlatform_TranslationMemoryApi_ObjectNotSavedException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.ObjectNotSavedException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: ObjectNotSavedException.ObjectNotSavedException(SerializationInfo, StreamingContext) - nameWithType.vb: ObjectNotSavedException.New(SerializationInfo, StreamingContext) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.#ctor(System.String) - name: ObjectNotSavedException(string) + name: ObjectNotSavedException(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.html#Sdl_LanguagePlatform_TranslationMemoryApi_ObjectNotSavedException__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.ObjectNotSavedException(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.New(String) - nameWithType: ObjectNotSavedException.ObjectNotSavedException(string) - nameWithType.vb: ObjectNotSavedException.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.ObjectNotSavedException(System.String) + nameWithType: ObjectNotSavedException.ObjectNotSavedException(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.#ctor(System.String,System.Exception) - name: ObjectNotSavedException(string, Exception) + name: ObjectNotSavedException(String, Exception) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.html#Sdl_LanguagePlatform_TranslationMemoryApi_ObjectNotSavedException__ctor_System_String_System_Exception_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.ObjectNotSavedException(string, System.Exception) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.New(String, System.Exception) - nameWithType: ObjectNotSavedException.ObjectNotSavedException(string, Exception) - nameWithType.vb: ObjectNotSavedException.New(String, Exception) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.ObjectNotSavedException(System.String, System.Exception) + nameWithType: ObjectNotSavedException.ObjectNotSavedException(String, Exception) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.#ctor* name: ObjectNotSavedException href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.html#Sdl_LanguagePlatform_TranslationMemoryApi_ObjectNotSavedException__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.ObjectNotSavedException - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ObjectNotSavedException.New nameWithType: ObjectNotSavedException.ObjectNotSavedException - nameWithType.vb: ObjectNotSavedException.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories name: PagedTranslationMemories href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.html @@ -119184,20 +107414,14 @@ references: name: PagedTranslationMemories() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.html#Sdl_LanguagePlatform_TranslationMemoryApi_PagedTranslationMemories__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.PagedTranslationMemories() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.New() nameWithType: PagedTranslationMemories.PagedTranslationMemories() - nameWithType.vb: PagedTranslationMemories.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.#ctor* name: PagedTranslationMemories href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.html#Sdl_LanguagePlatform_TranslationMemoryApi_PagedTranslationMemories__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.PagedTranslationMemories - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.New nameWithType: PagedTranslationMemories.PagedTranslationMemories - nameWithType.vb: PagedTranslationMemories.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.Index name: Index href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PagedTranslationMemories.html#Sdl_LanguagePlatform_TranslationMemoryApi_PagedTranslationMemories_Index @@ -119256,29 +107480,20 @@ references: name: PicklistItemDefinition() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_PicklistItemDefinition__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.PicklistItemDefinition() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.New() nameWithType: PicklistItemDefinition.PicklistItemDefinition() - nameWithType.vb: PicklistItemDefinition.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.#ctor(System.String) - name: PicklistItemDefinition(string) + name: PicklistItemDefinition(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_PicklistItemDefinition__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.PicklistItemDefinition(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.New(String) - nameWithType: PicklistItemDefinition.PicklistItemDefinition(string) - nameWithType.vb: PicklistItemDefinition.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.PicklistItemDefinition(System.String) + nameWithType: PicklistItemDefinition.PicklistItemDefinition(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.#ctor* name: PicklistItemDefinition href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_PicklistItemDefinition__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.PicklistItemDefinition - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.New nameWithType: PicklistItemDefinition.PicklistItemDefinition - nameWithType.vb: PicklistItemDefinition.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.Clone name: Clone() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_PicklistItemDefinition_Clone @@ -119328,14 +107543,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection nameWithType: PicklistItemDefinitionCollection - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Add(System.String) - name: Add(string) + name: Add(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_PicklistItemDefinitionCollection_Add_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Add(System.String) - name.vb: Add(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Add(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Add(String) - nameWithType: PicklistItemDefinitionCollection.Add(string) - nameWithType.vb: PicklistItemDefinitionCollection.Add(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Add(System.String) + nameWithType: PicklistItemDefinitionCollection.Add(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Add* name: Add href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_PicklistItemDefinitionCollection_Add_ @@ -119355,14 +107567,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.ClearItems nameWithType: PicklistItemDefinitionCollection.ClearItems - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Contains(System.String) - name: Contains(string) + name: Contains(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_PicklistItemDefinitionCollection_Contains_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Contains(System.String) - name.vb: Contains(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Contains(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Contains(String) - nameWithType: PicklistItemDefinitionCollection.Contains(string) - nameWithType.vb: PicklistItemDefinitionCollection.Contains(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Contains(System.String) + nameWithType: PicklistItemDefinitionCollection.Contains(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Contains* name: Contains href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_PicklistItemDefinitionCollection_Contains_ @@ -119370,14 +107579,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Contains nameWithType: PicklistItemDefinitionCollection.Contains - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.InsertItem(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition) - name: InsertItem(int, PicklistItemDefinition) + name: InsertItem(Int32, PicklistItemDefinition) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_PicklistItemDefinitionCollection_InsertItem_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_PicklistItemDefinition_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.InsertItem(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition) - name.vb: InsertItem(Integer, PicklistItemDefinition) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.InsertItem(int, Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.InsertItem(Integer, Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition) - nameWithType: PicklistItemDefinitionCollection.InsertItem(int, PicklistItemDefinition) - nameWithType.vb: PicklistItemDefinitionCollection.InsertItem(Integer, PicklistItemDefinition) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.InsertItem(System.Int32, Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinition) + nameWithType: PicklistItemDefinitionCollection.InsertItem(Int32, PicklistItemDefinition) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.InsertItem* name: InsertItem href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_PicklistItemDefinitionCollection_InsertItem_ @@ -119385,32 +107591,26 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.InsertItem nameWithType: PicklistItemDefinitionCollection.InsertItem - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Item(System.String) - name: this[string] + name: Item[String] href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_PicklistItemDefinitionCollection_Item_System_String_ commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Item(System.String) - name.vb: this[](String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.this[string] - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.this[](String) - nameWithType: PicklistItemDefinitionCollection.this[string] - nameWithType.vb: PicklistItemDefinitionCollection.this[](String) + name.vb: Item(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Item[System.String] + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Item(System.String) + nameWithType: PicklistItemDefinitionCollection.Item[String] + nameWithType.vb: PicklistItemDefinitionCollection.Item(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Item* - name: this + name: Item href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_PicklistItemDefinitionCollection_Item_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Item - name.vb: this[] - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.this - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.this[] - nameWithType: PicklistItemDefinitionCollection.this - nameWithType.vb: PicklistItemDefinitionCollection.this[] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Item + nameWithType: PicklistItemDefinitionCollection.Item - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Remove(System.String) - name: Remove(string) + name: Remove(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_PicklistItemDefinitionCollection_Remove_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Remove(System.String) - name.vb: Remove(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Remove(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Remove(String) - nameWithType: PicklistItemDefinitionCollection.Remove(string) - nameWithType.vb: PicklistItemDefinitionCollection.Remove(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Remove(System.String) + nameWithType: PicklistItemDefinitionCollection.Remove(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Remove* name: Remove href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_PicklistItemDefinitionCollection_Remove_ @@ -119418,14 +107618,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.Remove nameWithType: PicklistItemDefinitionCollection.Remove - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.RemoveItem(System.Int32) - name: RemoveItem(int) + name: RemoveItem(Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_PicklistItemDefinitionCollection_RemoveItem_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.RemoveItem(System.Int32) - name.vb: RemoveItem(Integer) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.RemoveItem(int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.RemoveItem(Integer) - nameWithType: PicklistItemDefinitionCollection.RemoveItem(int) - nameWithType.vb: PicklistItemDefinitionCollection.RemoveItem(Integer) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.RemoveItem(System.Int32) + nameWithType: PicklistItemDefinitionCollection.RemoveItem(Int32) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.RemoveItem* name: RemoveItem href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PicklistItemDefinitionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_PicklistItemDefinitionCollection_RemoveItem_ @@ -119439,14 +107636,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PropertyValueValidator nameWithType: PropertyValueValidator - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PropertyValueValidator.Validate(System.Object,System.Object) - name: Validate(object, object) + name: Validate(Object, Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PropertyValueValidator.html#Sdl_LanguagePlatform_TranslationMemoryApi_PropertyValueValidator_Validate_System_Object_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.PropertyValueValidator.Validate(System.Object,System.Object) - name.vb: Validate(Object, Object) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PropertyValueValidator.Validate(object, object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.PropertyValueValidator.Validate(Object, Object) - nameWithType: PropertyValueValidator.Validate(object, object) - nameWithType.vb: PropertyValueValidator.Validate(Object, Object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.PropertyValueValidator.Validate(System.Object, System.Object) + nameWithType: PropertyValueValidator.Validate(Object, Object) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.PropertyValueValidator.Validate* name: Validate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.PropertyValueValidator.html#Sdl_LanguagePlatform_TranslationMemoryApi_PropertyValueValidator_Validate_ @@ -119460,23 +107654,17 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo nameWithType: ProviderStatusInfo - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.#ctor(System.Boolean,System.String) - name: ProviderStatusInfo(bool, string) + name: ProviderStatusInfo(Boolean, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.html#Sdl_LanguagePlatform_TranslationMemoryApi_ProviderStatusInfo__ctor_System_Boolean_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.#ctor(System.Boolean,System.String) - name.vb: New(Boolean, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.ProviderStatusInfo(bool, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.New(Boolean, String) - nameWithType: ProviderStatusInfo.ProviderStatusInfo(bool, string) - nameWithType.vb: ProviderStatusInfo.New(Boolean, String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.ProviderStatusInfo(System.Boolean, System.String) + nameWithType: ProviderStatusInfo.ProviderStatusInfo(Boolean, String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.#ctor* name: ProviderStatusInfo href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.html#Sdl_LanguagePlatform_TranslationMemoryApi_ProviderStatusInfo__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.ProviderStatusInfo - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.New nameWithType: ProviderStatusInfo.ProviderStatusInfo - nameWithType.vb: ProviderStatusInfo.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.Available name: Available href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ProviderStatusInfo.html#Sdl_LanguagePlatform_TranslationMemoryApi_ProviderStatusInfo_Available @@ -119511,20 +107699,14 @@ references: name: RemoteTranslationMemory(TranslationMemoryEntity) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_RemoteTranslationMemory__ctor_Sdl_Desktop_Platform_ServerConnectionPlugin_Entities_TranslationMemoryEntity_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.#ctor(Sdl.Desktop.Platform.ServerConnectionPlugin.Entities.TranslationMemoryEntity) - name.vb: New(TranslationMemoryEntity) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.RemoteTranslationMemory(Sdl.Desktop.Platform.ServerConnectionPlugin.Entities.TranslationMemoryEntity) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.New(Sdl.Desktop.Platform.ServerConnectionPlugin.Entities.TranslationMemoryEntity) nameWithType: RemoteTranslationMemory.RemoteTranslationMemory(TranslationMemoryEntity) - nameWithType.vb: RemoteTranslationMemory.New(TranslationMemoryEntity) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.#ctor* name: RemoteTranslationMemory href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_RemoteTranslationMemory__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.RemoteTranslationMemory - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.New nameWithType: RemoteTranslationMemory.RemoteTranslationMemory - nameWithType.vb: RemoteTranslationMemory.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.BackupEntity name: BackupEntity href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_RemoteTranslationMemory_BackupEntity @@ -119634,14 +107816,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.Name nameWithType: RemoteTranslationMemory.Name - uid: Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.OnPropertyChanged(System.String) - name: OnPropertyChanged(string) + name: OnPropertyChanged(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_RemoteTranslationMemory_OnPropertyChanged_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.OnPropertyChanged(System.String) - name.vb: OnPropertyChanged(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.OnPropertyChanged(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.OnPropertyChanged(String) - nameWithType: RemoteTranslationMemory.OnPropertyChanged(string) - nameWithType.vb: RemoteTranslationMemory.OnPropertyChanged(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.OnPropertyChanged(System.String) + nameWithType: RemoteTranslationMemory.OnPropertyChanged(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.OnPropertyChanged* name: OnPropertyChanged href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.RemoteTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_RemoteTranslationMemory_OnPropertyChanged_ @@ -119934,20 +108113,14 @@ references: name: ScheduledRecomputeStatisticsOperation() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.html#Sdl_LanguagePlatform_TranslationMemoryApi_ScheduledRecomputeStatisticsOperation__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.ScheduledRecomputeStatisticsOperation() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.New() nameWithType: ScheduledRecomputeStatisticsOperation.ScheduledRecomputeStatisticsOperation() - nameWithType.vb: ScheduledRecomputeStatisticsOperation.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.#ctor* name: ScheduledRecomputeStatisticsOperation href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.html#Sdl_LanguagePlatform_TranslationMemoryApi_ScheduledRecomputeStatisticsOperation__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.ScheduledRecomputeStatisticsOperation - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.New nameWithType: ScheduledRecomputeStatisticsOperation.ScheduledRecomputeStatisticsOperation - nameWithType.vb: ScheduledRecomputeStatisticsOperation.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.Queue name: Queue() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledRecomputeStatisticsOperation.html#Sdl_LanguagePlatform_TranslationMemoryApi_ScheduledRecomputeStatisticsOperation_Queue @@ -119994,20 +108167,14 @@ references: name: ScheduledReindexOperation() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.html#Sdl_LanguagePlatform_TranslationMemoryApi_ScheduledReindexOperation__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.ScheduledReindexOperation() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.New() nameWithType: ScheduledReindexOperation.ScheduledReindexOperation() - nameWithType.vb: ScheduledReindexOperation.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.#ctor* name: ScheduledReindexOperation href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.html#Sdl_LanguagePlatform_TranslationMemoryApi_ScheduledReindexOperation__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.ScheduledReindexOperation - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.New nameWithType: ScheduledReindexOperation.ScheduledReindexOperation - nameWithType.vb: ScheduledReindexOperation.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.Queue name: Queue() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledReindexOperation.html#Sdl_LanguagePlatform_TranslationMemoryApi_ScheduledReindexOperation_Queue @@ -120054,20 +108221,14 @@ references: name: ScheduledServerTranslationMemoryExport(ServerBasedTranslationMemoryLanguageDirection) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.html#Sdl_LanguagePlatform_TranslationMemoryApi_ScheduledServerTranslationMemoryExport__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection) - name.vb: New(ServerBasedTranslationMemoryLanguageDirection) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.ScheduledServerTranslationMemoryExport(Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.New(Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection) nameWithType: ScheduledServerTranslationMemoryExport.ScheduledServerTranslationMemoryExport(ServerBasedTranslationMemoryLanguageDirection) - nameWithType.vb: ScheduledServerTranslationMemoryExport.New(ServerBasedTranslationMemoryLanguageDirection) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.#ctor* name: ScheduledServerTranslationMemoryExport href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.html#Sdl_LanguagePlatform_TranslationMemoryApi_ScheduledServerTranslationMemoryExport__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.ScheduledServerTranslationMemoryExport - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.New nameWithType: ScheduledServerTranslationMemoryExport.ScheduledServerTranslationMemoryExport - nameWithType.vb: ScheduledServerTranslationMemoryExport.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.DownloadCancelEvent name: DownloadCancelEvent href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryExport.html#Sdl_LanguagePlatform_TranslationMemoryApi_ScheduledServerTranslationMemoryExport_DownloadCancelEvent @@ -120162,20 +108323,14 @@ references: name: ScheduledServerTranslationMemoryImport(ServerBasedTranslationMemoryLanguageDirection) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.html#Sdl_LanguagePlatform_TranslationMemoryApi_ScheduledServerTranslationMemoryImport__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection) - name.vb: New(ServerBasedTranslationMemoryLanguageDirection) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.ScheduledServerTranslationMemoryImport(Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.New(Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection) nameWithType: ScheduledServerTranslationMemoryImport.ScheduledServerTranslationMemoryImport(ServerBasedTranslationMemoryLanguageDirection) - nameWithType.vb: ScheduledServerTranslationMemoryImport.New(ServerBasedTranslationMemoryLanguageDirection) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.#ctor* name: ScheduledServerTranslationMemoryImport href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.html#Sdl_LanguagePlatform_TranslationMemoryApi_ScheduledServerTranslationMemoryImport__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.ScheduledServerTranslationMemoryImport - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.New nameWithType: ScheduledServerTranslationMemoryImport.ScheduledServerTranslationMemoryImport - nameWithType.vb: ScheduledServerTranslationMemoryImport.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.Deleted name: Deleted href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ScheduledServerTranslationMemoryImport.html#Sdl_LanguagePlatform_TranslationMemoryApi_ScheduledServerTranslationMemoryImport_Deleted @@ -120270,20 +108425,14 @@ references: name: ServerBasedFieldsTemplate(TranslationProviderServer) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedFieldsTemplate__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer) - name.vb: New(TranslationProviderServer) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.ServerBasedFieldsTemplate(Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.New(Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer) nameWithType: ServerBasedFieldsTemplate.ServerBasedFieldsTemplate(TranslationProviderServer) - nameWithType.vb: ServerBasedFieldsTemplate.New(TranslationProviderServer) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.#ctor* name: ServerBasedFieldsTemplate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedFieldsTemplate__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.ServerBasedFieldsTemplate - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.New nameWithType: ServerBasedFieldsTemplate.ServerBasedFieldsTemplate - nameWithType.vb: ServerBasedFieldsTemplate.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.Delete name: Delete() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedFieldsTemplate_Delete @@ -120315,14 +108464,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate) nameWithType: ServerBasedFieldsTemplate.Equals(ServerBasedFieldsTemplate) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedFieldsTemplate_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.Equals(Object) - nameWithType: ServerBasedFieldsTemplate.Equals(object) - nameWithType.vb: ServerBasedFieldsTemplate.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.Equals(System.Object) + nameWithType: ServerBasedFieldsTemplate.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedFieldsTemplate_Equals_ @@ -120354,14 +108500,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.GetHashCode nameWithType: ServerBasedFieldsTemplate.GetHashCode - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.HasPermission(System.String) - name: HasPermission(string) + name: HasPermission(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedFieldsTemplate_HasPermission_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.HasPermission(System.String) - name.vb: HasPermission(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.HasPermission(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.HasPermission(String) - nameWithType: ServerBasedFieldsTemplate.HasPermission(string) - nameWithType.vb: ServerBasedFieldsTemplate.HasPermission(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.HasPermission(System.String) + nameWithType: ServerBasedFieldsTemplate.HasPermission(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.HasPermission* name: HasPermission href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedFieldsTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedFieldsTemplate_HasPermission_ @@ -120510,20 +108653,14 @@ references: name: ServerBasedLanguageResourcesTemplate(TranslationProviderServer) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedLanguageResourcesTemplate__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer) - name.vb: New(TranslationProviderServer) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.ServerBasedLanguageResourcesTemplate(Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.New(Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer) nameWithType: ServerBasedLanguageResourcesTemplate.ServerBasedLanguageResourcesTemplate(TranslationProviderServer) - nameWithType.vb: ServerBasedLanguageResourcesTemplate.New(TranslationProviderServer) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.#ctor* name: ServerBasedLanguageResourcesTemplate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedLanguageResourcesTemplate__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.ServerBasedLanguageResourcesTemplate - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.New nameWithType: ServerBasedLanguageResourcesTemplate.ServerBasedLanguageResourcesTemplate - nameWithType.vb: ServerBasedLanguageResourcesTemplate.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.Delete name: Delete() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedLanguageResourcesTemplate_Delete @@ -120555,14 +108692,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate) nameWithType: ServerBasedLanguageResourcesTemplate.Equals(ServerBasedLanguageResourcesTemplate) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedLanguageResourcesTemplate_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.Equals(Object) - nameWithType: ServerBasedLanguageResourcesTemplate.Equals(object) - nameWithType.vb: ServerBasedLanguageResourcesTemplate.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.Equals(System.Object) + nameWithType: ServerBasedLanguageResourcesTemplate.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedLanguageResourcesTemplate_Equals_ @@ -120582,14 +108716,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.GetHashCode nameWithType: ServerBasedLanguageResourcesTemplate.GetHashCode - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.HasPermission(System.String) - name: HasPermission(string) + name: HasPermission(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedLanguageResourcesTemplate_HasPermission_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.HasPermission(System.String) - name.vb: HasPermission(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.HasPermission(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.HasPermission(String) - nameWithType: ServerBasedLanguageResourcesTemplate.HasPermission(string) - nameWithType.vb: ServerBasedLanguageResourcesTemplate.HasPermission(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.HasPermission(System.String) + nameWithType: ServerBasedLanguageResourcesTemplate.HasPermission(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.HasPermission* name: HasPermission href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedLanguageResourcesTemplate.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedLanguageResourcesTemplate_HasPermission_ @@ -120798,20 +108929,14 @@ references: name: ServerBasedTranslationMemory(TranslationProviderServer) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemory__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer) - name.vb: New(TranslationProviderServer) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.ServerBasedTranslationMemory(Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.New(Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer) nameWithType: ServerBasedTranslationMemory.ServerBasedTranslationMemory(TranslationProviderServer) - nameWithType.vb: ServerBasedTranslationMemory.New(TranslationProviderServer) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.#ctor* name: ServerBasedTranslationMemory href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemory__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.ServerBasedTranslationMemory - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.New nameWithType: ServerBasedTranslationMemory.ServerBasedTranslationMemory - nameWithType.vb: ServerBasedTranslationMemory.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.CachedTranslationUnitCount name: CachedTranslationUnitCount href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemory_CachedTranslationUnitCount @@ -120867,14 +108992,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory) nameWithType: ServerBasedTranslationMemory.Equals(ServerBasedTranslationMemory) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemory_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Equals(Object) - nameWithType: ServerBasedTranslationMemory.Equals(object) - nameWithType.vb: ServerBasedTranslationMemory.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Equals(System.Object) + nameWithType: ServerBasedTranslationMemory.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemory_Equals_ @@ -121002,14 +109124,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.GetTranslationUnitCount nameWithType: ServerBasedTranslationMemory.GetTranslationUnitCount - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.HasPermission(System.String) - name: HasPermission(string) + name: HasPermission(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemory_HasPermission_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.HasPermission(System.String) - name.vb: HasPermission(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.HasPermission(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.HasPermission(String) - nameWithType: ServerBasedTranslationMemory.HasPermission(string) - nameWithType.vb: ServerBasedTranslationMemory.HasPermission(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.HasPermission(System.String) + nameWithType: ServerBasedTranslationMemory.HasPermission(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.HasPermission* name: HasPermission href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemory_HasPermission_ @@ -121113,14 +109232,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.LinkedResourceGroupPaths nameWithType: ServerBasedTranslationMemory.LinkedResourceGroupPaths - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.LoadState(System.String) - name: LoadState(string) + name: LoadState(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemory_LoadState_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.LoadState(System.String) - name.vb: LoadState(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.LoadState(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.LoadState(String) - nameWithType: ServerBasedTranslationMemory.LoadState(string) - nameWithType.vb: ServerBasedTranslationMemory.LoadState(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.LoadState(System.String) + nameWithType: ServerBasedTranslationMemory.LoadState(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.LoadState* name: LoadState href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemory_LoadState_ @@ -121211,6 +109327,38 @@ references: commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Save fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Save nameWithType: ServerBasedTranslationMemory.Save +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationMemory#GetLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + name: ITranslationMemory.GetLanguageDirection(LanguagePair) + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemory_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemory_GetLanguageDirection_Sdl_LanguagePlatform_Core_LanguagePair_ + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationMemory#GetLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + name.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.GetLanguageDirection(LanguagePair) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.GetLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + nameWithType: ServerBasedTranslationMemory.ITranslationMemory.GetLanguageDirection(LanguagePair) + nameWithType.vb: ServerBasedTranslationMemory.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.GetLanguageDirection(LanguagePair) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationMemory#GetLanguageDirection* + name: ITranslationMemory.GetLanguageDirection + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemory_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemory_GetLanguageDirection_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationMemory#GetLanguageDirection + name.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.GetLanguageDirection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.GetLanguageDirection + nameWithType: ServerBasedTranslationMemory.ITranslationMemory.GetLanguageDirection + nameWithType.vb: ServerBasedTranslationMemory.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory.GetLanguageDirection +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationProvider#GetLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + name: ITranslationProvider.GetLanguageDirection(LanguagePair) + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemory_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_GetLanguageDirection_Sdl_LanguagePlatform_Core_LanguagePair_ + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationProvider#GetLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + name.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection(LanguagePair) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + nameWithType: ServerBasedTranslationMemory.ITranslationProvider.GetLanguageDirection(LanguagePair) + nameWithType.vb: ServerBasedTranslationMemory.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection(LanguagePair) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationProvider#GetLanguageDirection* + name: ITranslationProvider.GetLanguageDirection + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemory_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_GetLanguageDirection_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationProvider#GetLanguageDirection + name.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection + nameWithType: ServerBasedTranslationMemory.ITranslationProvider.GetLanguageDirection + nameWithType.vb: ServerBasedTranslationMemory.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.SerializeState name: SerializeState() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemory_SerializeState @@ -121593,29 +109741,23 @@ references: name: ServerBasedTranslationMemoryLanguageDirection() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ServerBasedTranslationMemoryLanguageDirection() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.New() nameWithType: ServerBasedTranslationMemoryLanguageDirection.ServerBasedTranslationMemoryLanguageDirection() - nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.#ctor* name: ServerBasedTranslationMemoryLanguageDirection href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ServerBasedTranslationMemoryLanguageDirection - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.New nameWithType: ServerBasedTranslationMemoryLanguageDirection.ServerBasedTranslationMemoryLanguageDirection - nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - name: AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) + name: AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_AddOrUpdateTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Int32___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - name.vb: AddOrUpdateTranslationUnits(TranslationUnit(), Integer(), ImportSettings) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], int[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Integer(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings) - nameWithType: ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit[], int[], ImportSettings) - nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit(), Integer(), ImportSettings) + name.vb: AddOrUpdateTranslationUnits(TranslationUnit(), Int32(), ImportSettings) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Int32[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Int32(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings) + nameWithType: ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit[], Int32[], ImportSettings) + nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits(TranslationUnit(), Int32(), ImportSettings) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits* name: AddOrUpdateTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_AddOrUpdateTranslationUnits_ @@ -121623,14 +109765,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits nameWithType: ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name: AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) + name: AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_AddOrUpdateTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Int32___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Int32[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name.vb: AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Integer(), ImportSettings, Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], int[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Integer(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, Boolean()) - nameWithType: ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit[], int[], ImportSettings, bool[]) - nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Integer(), ImportSettings, Boolean()) + name.vb: AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Int32(), ImportSettings, Boolean()) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Int32[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Int32(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean()) + nameWithType: ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit[], Int32[], ImportSettings, Boolean[]) + nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked(TranslationUnit(), Int32(), ImportSettings, Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddOrUpdateTranslationUnitsMasked* name: AddOrUpdateTranslationUnitsMasked href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_AddOrUpdateTranslationUnitsMasked_ @@ -121665,13 +109807,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddTranslationUnits nameWithType: ServerBasedTranslationMemoryLanguageDirection.AddTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) - name: AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) + name: AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_AddTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.Boolean[]) name.vb: AddTranslationUnitsMasked(TranslationUnit(), ImportSettings, Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, Boolean()) - nameWithType: ServerBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.Boolean()) + nameWithType: ServerBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(TranslationUnit[], ImportSettings, Boolean[]) nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked(TranslationUnit(), ImportSettings, Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked* name: AddTranslationUnitsMasked @@ -121680,14 +109822,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked nameWithType: ServerBasedTranslationMemoryLanguageDirection.AddTranslationUnitsMasked - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.FieldValues,System.Boolean,Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) - name: ApplyFieldsToTranslationUnit(FieldValues, bool, PersistentObjectToken) + name: ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_ApplyFieldsToTranslationUnit_Sdl_LanguagePlatform_TranslationMemory_FieldValues_System_Boolean_Sdl_LanguagePlatform_TranslationMemory_PersistentObjectToken_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.FieldValues,System.Boolean,Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) - name.vb: ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.FieldValues, bool, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.FieldValues, Boolean, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) - nameWithType: ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(FieldValues, bool, PersistentObjectToken) - nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(Sdl.LanguagePlatform.TranslationMemory.FieldValues, System.Boolean, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken) + nameWithType: ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit(FieldValues, Boolean, PersistentObjectToken) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit* name: ApplyFieldsToTranslationUnit href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_ApplyFieldsToTranslationUnit_ @@ -121695,13 +109834,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit nameWithType: ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnit - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues,System.Boolean,Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken[]) - name: ApplyFieldsToTranslationUnits(FieldValues, bool, PersistentObjectToken[]) + name: ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_ApplyFieldsToTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_FieldValues_System_Boolean_Sdl_LanguagePlatform_TranslationMemory_PersistentObjectToken___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues,System.Boolean,Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken[]) name.vb: ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues, bool, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues, Boolean, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken()) - nameWithType: ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(FieldValues, bool, PersistentObjectToken[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues, System.Boolean, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.FieldValues, System.Boolean, Sdl.LanguagePlatform.TranslationMemory.PersistentObjectToken()) + nameWithType: ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken[]) nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits(FieldValues, Boolean, PersistentObjectToken()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ApplyFieldsToTranslationUnits* name: ApplyFieldsToTranslationUnits @@ -121776,11 +109915,11 @@ references: name: DeleteTranslationUnitsWithIterator(ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_DeleteTranslationUnitsWithIterator_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: DeleteTranslationUnitsWithIterator(RegularIterator) + name.vb: DeleteTranslationUnitsWithIterator(ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: ServerBasedTranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(ref RegularIterator) - nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(RegularIterator) + nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator(ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.DeleteTranslationUnitsWithIterator* name: DeleteTranslationUnitsWithIterator href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_DeleteTranslationUnitsWithIterator_ @@ -121806,11 +109945,11 @@ references: name: EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_EditTranslationUnitsWithIterator_Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScript_Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditUpdateMode_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript,Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode,Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, RegularIterator) + name.vb: EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode, ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode, Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditUpdateMode, ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: ServerBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ref RegularIterator) - nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, RegularIterator) + nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator(EditScript, EditUpdateMode, ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.EditTranslationUnitsWithIterator* name: EditTranslationUnitsWithIterator href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_EditTranslationUnitsWithIterator_ @@ -121821,11 +109960,11 @@ references: name: GetDuplicateTranslationUnits(ref DuplicateIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_GetDuplicateTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_DuplicateIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator@) - name.vb: GetDuplicateTranslationUnits(DuplicateIterator) + name.vb: GetDuplicateTranslationUnits(ByRef DuplicateIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(ref Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(ByRef Sdl.LanguagePlatform.TranslationMemory.DuplicateIterator) nameWithType: ServerBasedTranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(ref DuplicateIterator) - nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(DuplicateIterator) + nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.GetDuplicateTranslationUnits(ByRef DuplicateIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.GetDuplicateTranslationUnits* name: GetDuplicateTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_GetDuplicateTranslationUnits_ @@ -121860,11 +109999,11 @@ references: name: GetTranslationUnits(ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_GetTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: GetTranslationUnits(RegularIterator) + name.vb: GetTranslationUnits(ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnits(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnits(ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnits(ref RegularIterator) - nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnits(RegularIterator) + nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnits(ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnits* name: GetTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_GetTranslationUnits_ @@ -121875,11 +110014,11 @@ references: name: GetTranslationUnitsWithContextContent(ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_GetTranslationUnitsWithContextContent_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: GetTranslationUnitsWithContextContent(RegularIterator) + name.vb: GetTranslationUnitsWithContextContent(ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(ref RegularIterator) - nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(RegularIterator) + nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent(ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent* name: GetTranslationUnitsWithContextContent href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_GetTranslationUnitsWithContextContent_ @@ -121887,14 +110026,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent nameWithType: ServerBasedTranslationMemoryLanguageDirection.GetTranslationUnitsWithContextContent - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Import(Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.String) - name: Import(ImportSettings, string) + name: Import(ImportSettings, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_Import_Sdl_LanguagePlatform_TranslationMemory_ImportSettings_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Import(Sdl.LanguagePlatform.TranslationMemory.ImportSettings,System.String) - name.vb: Import(ImportSettings, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Import(Sdl.LanguagePlatform.TranslationMemory.ImportSettings, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Import(Sdl.LanguagePlatform.TranslationMemory.ImportSettings, String) - nameWithType: ServerBasedTranslationMemoryLanguageDirection.Import(ImportSettings, string) - nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.Import(ImportSettings, String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Import(Sdl.LanguagePlatform.TranslationMemory.ImportSettings, System.String) + nameWithType: ServerBasedTranslationMemoryLanguageDirection.Import(ImportSettings, String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Import* name: Import href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_Import_ @@ -121905,11 +110041,11 @@ references: name: PreviewEditTranslationUnitsWithIterator(EditScript, ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_PreviewEditTranslationUnitsWithIterator_Sdl_LanguagePlatform_TranslationMemory_EditScripts_EditScript_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript,Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: PreviewEditTranslationUnitsWithIterator(EditScript, RegularIterator) + name.vb: PreviewEditTranslationUnitsWithIterator(EditScript, ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(Sdl.LanguagePlatform.TranslationMemory.EditScripts.EditScript, ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: ServerBasedTranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(EditScript, ref RegularIterator) - nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(EditScript, RegularIterator) + nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator(EditScript, ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.PreviewEditTranslationUnitsWithIterator* name: PreviewEditTranslationUnitsWithIterator href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_PreviewEditTranslationUnitsWithIterator_ @@ -121920,17 +110056,49 @@ references: name: ReindexTranslationUnits(ref RegularIterator) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_ReindexTranslationUnits_Sdl_LanguagePlatform_TranslationMemory_RegularIterator__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.RegularIterator@) - name.vb: ReindexTranslationUnits(RegularIterator) + name.vb: ReindexTranslationUnits(ByRef RegularIterator) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits(ref Sdl.LanguagePlatform.TranslationMemory.RegularIterator) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits(Sdl.LanguagePlatform.TranslationMemory.RegularIterator) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits(ByRef Sdl.LanguagePlatform.TranslationMemory.RegularIterator) nameWithType: ServerBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits(ref RegularIterator) - nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits(RegularIterator) + nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits(ByRef RegularIterator) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits* name: ReindexTranslationUnits href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_ReindexTranslationUnits_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits nameWithType: ServerBasedTranslationMemoryLanguageDirection.ReindexTranslationUnits +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationMemoryLanguageDirection#TranslationProvider + name: ITranslationMemoryLanguageDirection.TranslationProvider + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_TranslationProvider + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationMemoryLanguageDirection#TranslationProvider + name.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.TranslationProvider + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.TranslationProvider + nameWithType: ServerBasedTranslationMemoryLanguageDirection.ITranslationMemoryLanguageDirection.TranslationProvider + nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.TranslationProvider +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationMemoryLanguageDirection#TranslationProvider* + name: ITranslationMemoryLanguageDirection.TranslationProvider + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_TranslationProvider_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationMemoryLanguageDirection#TranslationProvider + name.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.TranslationProvider + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.TranslationProvider + nameWithType: ServerBasedTranslationMemoryLanguageDirection.ITranslationMemoryLanguageDirection.TranslationProvider + nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection.TranslationProvider +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationProviderLanguageDirection#TranslationProvider + name: ITranslationProviderLanguageDirection.TranslationProvider + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderLanguageDirection_TranslationProvider + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationProviderLanguageDirection#TranslationProvider + name.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.TranslationProvider + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.TranslationProvider + nameWithType: ServerBasedTranslationMemoryLanguageDirection.ITranslationProviderLanguageDirection.TranslationProvider + nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.TranslationProvider +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationProviderLanguageDirection#TranslationProvider* + name: ITranslationProviderLanguageDirection.TranslationProvider + href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderLanguageDirection_TranslationProvider_ + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Sdl#LanguagePlatform#TranslationMemoryApi#ITranslationProviderLanguageDirection#TranslationProvider + name.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.TranslationProvider + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.TranslationProvider + nameWithType: ServerBasedTranslationMemoryLanguageDirection.ITranslationProviderLanguageDirection.TranslationProvider + nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderLanguageDirection.TranslationProvider - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegment(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.Core.Segment) name: SearchSegment(SearchSettings, Segment) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_SearchSegment_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_Core_Segment_ @@ -121974,22 +110142,22 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegments nameWithType: ServerBasedTranslationMemoryLanguageDirection.SearchSegments - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) - name: SearchSegmentsMasked(SearchSettings, Segment[], bool[]) + name: SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_SearchSegmentsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_Core_Segment___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) name.vb: SearchSegmentsMasked(SearchSettings, Segment(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment(), Boolean()) - nameWithType: ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(SearchSettings, Segment[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.Core.Segment(), System.Boolean()) + nameWithType: ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(SearchSettings, Segment[], Boolean[]) nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(SearchSettings, Segment(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) - name: SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[]) + name: SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_SearchSegmentsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchCondition_Sdl_LanguagePlatform_Core_Segment___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment[],System.Boolean[]) name.vb: SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment(), Boolean()) - nameWithType: ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.Core.Segment(), System.Boolean()) + nameWithType: ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment[], Boolean[]) nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, Segment(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked* name: SearchSegmentsMasked @@ -121998,14 +110166,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked nameWithType: ServerBasedTranslationMemoryLanguageDirection.SearchSegmentsMasked - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,System.String) - name: SearchText(SearchSettings, string) + name: SearchText(SearchSettings, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_SearchText_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,System.String) - name.vb: SearchText(SearchSettings, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, String) - nameWithType: ServerBasedTranslationMemoryLanguageDirection.SearchText(SearchSettings, string) - nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.SearchText(SearchSettings, String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchText(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, System.String) + nameWithType: ServerBasedTranslationMemoryLanguageDirection.SearchText(SearchSettings, String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchText* name: SearchText href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_SearchText_ @@ -122055,22 +110220,22 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnits nameWithType: ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) - name: SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[]) + name: SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_SearchTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchSettings_Sdl_LanguagePlatform_TranslationMemory_SubsegmentSearchCondition_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) name.vb: SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Boolean()) - nameWithType: ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings, Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Boolean()) + nameWithType: ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit[], Boolean[]) nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, SubsegmentSearchSettings, SubsegmentSearchCondition, TranslationUnit(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) - name: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) + name: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_SearchTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_SearchSettings_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) name.vb: SearchTranslationUnitsMasked(SearchSettings, TranslationUnit(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Boolean()) - nameWithType: ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.SearchSettings, Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Boolean()) + nameWithType: ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit[], Boolean[]) nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked(SearchSettings, TranslationUnit(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchTranslationUnitsMasked* name: SearchTranslationUnitsMasked @@ -122217,13 +110382,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.UpdateTranslationUnits nameWithType: ServerBasedTranslationMemoryLanguageDirection.UpdateTranslationUnits - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) - name: UpdateTranslationUnitsMasked(TranslationUnit[], bool[]) + name: UpdateTranslationUnitsMasked(TranslationUnit[], Boolean[]) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_UpdateTranslationUnitsMasked_Sdl_LanguagePlatform_TranslationMemory_TranslationUnit___System_Boolean___ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[],System.Boolean[]) name.vb: UpdateTranslationUnitsMasked(TranslationUnit(), Boolean()) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], bool[]) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), Boolean()) - nameWithType: ServerBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(TranslationUnit[], bool[]) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit[], System.Boolean[]) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(Sdl.LanguagePlatform.TranslationMemory.TranslationUnit(), System.Boolean()) + nameWithType: ServerBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(TranslationUnit[], Boolean[]) nameWithType.vb: ServerBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked(TranslationUnit(), Boolean()) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.UpdateTranslationUnitsMasked* name: UpdateTranslationUnitsMasked @@ -122256,14 +110421,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.GetLanguageDirection(Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode) nameWithType: ServerBasedTranslationMemoryLanguageDirectionCollection.GetLanguageDirection(CultureCode, CultureCode) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.GetLanguageDirection(System.String,System.String) - name: GetLanguageDirection(string, string) + name: GetLanguageDirection(String, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirectionCollection_GetLanguageDirection_System_String_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.GetLanguageDirection(System.String,System.String) - name.vb: GetLanguageDirection(String, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.GetLanguageDirection(string, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.GetLanguageDirection(String, String) - nameWithType: ServerBasedTranslationMemoryLanguageDirectionCollection.GetLanguageDirection(string, string) - nameWithType.vb: ServerBasedTranslationMemoryLanguageDirectionCollection.GetLanguageDirection(String, String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.GetLanguageDirection(System.String, System.String) + nameWithType: ServerBasedTranslationMemoryLanguageDirectionCollection.GetLanguageDirection(String, String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.GetLanguageDirection* name: GetLanguageDirection href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirectionCollection_GetLanguageDirection_ @@ -122271,14 +110433,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.GetLanguageDirection nameWithType: ServerBasedTranslationMemoryLanguageDirectionCollection.GetLanguageDirection - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.InsertItem(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection) - name: InsertItem(int, ServerBasedTranslationMemoryLanguageDirection) + name: InsertItem(Int32, ServerBasedTranslationMemoryLanguageDirection) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirectionCollection_InsertItem_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirection_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.InsertItem(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection) - name.vb: InsertItem(Integer, ServerBasedTranslationMemoryLanguageDirection) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.InsertItem(int, Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.InsertItem(Integer, Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection) - nameWithType: ServerBasedTranslationMemoryLanguageDirectionCollection.InsertItem(int, ServerBasedTranslationMemoryLanguageDirection) - nameWithType.vb: ServerBasedTranslationMemoryLanguageDirectionCollection.InsertItem(Integer, ServerBasedTranslationMemoryLanguageDirection) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.InsertItem(System.Int32, Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection) + nameWithType: ServerBasedTranslationMemoryLanguageDirectionCollection.InsertItem(Int32, ServerBasedTranslationMemoryLanguageDirection) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.InsertItem* name: InsertItem href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirectionCollection_InsertItem_ @@ -122286,14 +110445,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.InsertItem nameWithType: ServerBasedTranslationMemoryLanguageDirectionCollection.InsertItem - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.RemoveItem(System.Int32) - name: RemoveItem(int) + name: RemoveItem(Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirectionCollection_RemoveItem_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.RemoveItem(System.Int32) - name.vb: RemoveItem(Integer) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.RemoveItem(int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.RemoveItem(Integer) - nameWithType: ServerBasedTranslationMemoryLanguageDirectionCollection.RemoveItem(int) - nameWithType.vb: ServerBasedTranslationMemoryLanguageDirectionCollection.RemoveItem(Integer) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.RemoveItem(System.Int32) + nameWithType: ServerBasedTranslationMemoryLanguageDirectionCollection.RemoveItem(Int32) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.RemoveItem* name: RemoveItem href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirectionCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_ServerBasedTranslationMemoryLanguageDirectionCollection_RemoveItem_ @@ -123534,20 +111690,14 @@ references: name: TranslationMemoryContainer(TranslationProviderServer) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryContainer__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer) - name.vb: New(TranslationProviderServer) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.TranslationMemoryContainer(Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.New(Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer) nameWithType: TranslationMemoryContainer.TranslationMemoryContainer(TranslationProviderServer) - nameWithType.vb: TranslationMemoryContainer.New(TranslationProviderServer) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.#ctor* name: TranslationMemoryContainer href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryContainer__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.TranslationMemoryContainer - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.New nameWithType: TranslationMemoryContainer.TranslationMemoryContainer - nameWithType.vb: TranslationMemoryContainer.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.DatabaseName name: DatabaseName href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryContainer_DatabaseName @@ -123615,14 +111765,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer) nameWithType: TranslationMemoryContainer.Equals(TranslationMemoryContainer) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryContainer_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.Equals(Object) - nameWithType: TranslationMemoryContainer.Equals(object) - nameWithType.vb: TranslationMemoryContainer.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.Equals(System.Object) + nameWithType: TranslationMemoryContainer.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryContainer_Equals_ @@ -123642,14 +111789,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.GetHashCode nameWithType: TranslationMemoryContainer.GetHashCode - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.HasPermission(System.String) - name: HasPermission(string) + name: HasPermission(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryContainer_HasPermission_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.HasPermission(System.String) - name.vb: HasPermission(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.HasPermission(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.HasPermission(String) - nameWithType: TranslationMemoryContainer.HasPermission(string) - nameWithType.vb: TranslationMemoryContainer.HasPermission(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.HasPermission(System.String) + nameWithType: TranslationMemoryContainer.HasPermission(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.HasPermission* name: HasPermission href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryContainer_HasPermission_ @@ -123894,29 +112038,20 @@ references: name: TranslationMemoryExporter() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryExporter__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.TranslationMemoryExporter() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.New() nameWithType: TranslationMemoryExporter.TranslationMemoryExporter() - nameWithType.vb: TranslationMemoryExporter.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection) name: TranslationMemoryExporter(ITranslationMemoryLanguageDirection) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryExporter__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection) - name.vb: New(ITranslationMemoryLanguageDirection) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.TranslationMemoryExporter(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.New(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection) nameWithType: TranslationMemoryExporter.TranslationMemoryExporter(ITranslationMemoryLanguageDirection) - nameWithType.vb: TranslationMemoryExporter.New(ITranslationMemoryLanguageDirection) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.#ctor* name: TranslationMemoryExporter href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryExporter__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.TranslationMemoryExporter - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.New nameWithType: TranslationMemoryExporter.TranslationMemoryExporter - nameWithType.vb: TranslationMemoryExporter.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.BatchExported name: BatchExported href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryExporter_BatchExported @@ -123942,14 +112077,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.DefaultTranslationUnitChunkSize nameWithType: TranslationMemoryExporter.DefaultTranslationUnitChunkSize - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.Export(System.String,System.Boolean) - name: Export(string, bool) + name: Export(String, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryExporter_Export_System_String_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.Export(System.String,System.Boolean) - name.vb: Export(String, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.Export(string, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.Export(String, Boolean) - nameWithType: TranslationMemoryExporter.Export(string, bool) - nameWithType.vb: TranslationMemoryExporter.Export(String, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.Export(System.String, System.Boolean) + nameWithType: TranslationMemoryExporter.Export(String, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.Export* name: Export href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryExporter_Export_ @@ -124044,29 +112176,20 @@ references: name: TranslationMemoryImporter() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryImporter__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.TranslationMemoryImporter() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.New() nameWithType: TranslationMemoryImporter.TranslationMemoryImporter() - nameWithType.vb: TranslationMemoryImporter.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection) name: TranslationMemoryImporter(ITranslationMemoryLanguageDirection) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryImporter__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemoryLanguageDirection_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection) - name.vb: New(ITranslationMemoryLanguageDirection) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.TranslationMemoryImporter(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.New(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemoryLanguageDirection) nameWithType: TranslationMemoryImporter.TranslationMemoryImporter(ITranslationMemoryLanguageDirection) - nameWithType.vb: TranslationMemoryImporter.New(ITranslationMemoryLanguageDirection) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.#ctor* name: TranslationMemoryImporter href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryImporter__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.TranslationMemoryImporter - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.New nameWithType: TranslationMemoryImporter.TranslationMemoryImporter - nameWithType.vb: TranslationMemoryImporter.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.BatchImported name: BatchImported href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryImporter_BatchImported @@ -124086,14 +112209,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.GetServerImportStatus nameWithType: TranslationMemoryImporter.GetServerImportStatus - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.Import(System.String) - name: Import(string) + name: Import(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryImporter_Import_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.Import(System.String) - name.vb: Import(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.Import(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.Import(String) - nameWithType: TranslationMemoryImporter.Import(string) - nameWithType.vb: TranslationMemoryImporter.Import(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.Import(System.String) + nameWithType: TranslationMemoryImporter.Import(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.Import* name: Import href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryImporter_Import_ @@ -124101,14 +112221,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.Import nameWithType: TranslationMemoryImporter.Import - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.IsSupportedByTmServiceImport(System.String) - name: IsSupportedByTmServiceImport(string) + name: IsSupportedByTmServiceImport(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryImporter_IsSupportedByTmServiceImport_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.IsSupportedByTmServiceImport(System.String) - name.vb: IsSupportedByTmServiceImport(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.IsSupportedByTmServiceImport(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.IsSupportedByTmServiceImport(String) - nameWithType: TranslationMemoryImporter.IsSupportedByTmServiceImport(string) - nameWithType.vb: TranslationMemoryImporter.IsSupportedByTmServiceImport(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.IsSupportedByTmServiceImport(System.String) + nameWithType: TranslationMemoryImporter.IsSupportedByTmServiceImport(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.IsSupportedByTmServiceImport* name: IsSupportedByTmServiceImport href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryImporter.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryImporter_IsSupportedByTmServiceImport_ @@ -124251,20 +112368,14 @@ references: name: TranslationMemoryQuery() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryQuery__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.TranslationMemoryQuery() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.New() nameWithType: TranslationMemoryQuery.TranslationMemoryQuery() - nameWithType.vb: TranslationMemoryQuery.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.#ctor* name: TranslationMemoryQuery href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryQuery__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.TranslationMemoryQuery - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.New nameWithType: TranslationMemoryQuery.TranslationMemoryQuery - nameWithType.vb: TranslationMemoryQuery.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.ContainerNames name: ContainerNames href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryQuery.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryQuery_ContainerNames @@ -124464,20 +112575,14 @@ references: name: TranslationMemoryUpgradeUtil() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryUpgradeUtil__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.TranslationMemoryUpgradeUtil() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.New() nameWithType: TranslationMemoryUpgradeUtil.TranslationMemoryUpgradeUtil() - nameWithType.vb: TranslationMemoryUpgradeUtil.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.#ctor* name: TranslationMemoryUpgradeUtil href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryUpgradeUtil__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.TranslationMemoryUpgradeUtil - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.New nameWithType: TranslationMemoryUpgradeUtil.TranslationMemoryUpgradeUtil - nameWithType.vb: TranslationMemoryUpgradeUtil.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.FineGrainedAlignmentSupportRecommended(Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationMemory) name: FineGrainedAlignmentSupportRecommended(ITranslationMemory) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryUpgradeUtil.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryUpgradeUtil_FineGrainedAlignmentSupportRecommended_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationMemory_ @@ -124656,47 +112761,32 @@ references: name: TranslationProviderAuthenticationException() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderAuthenticationException__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.TranslationProviderAuthenticationException() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.New() nameWithType: TranslationProviderAuthenticationException.TranslationProviderAuthenticationException() - nameWithType.vb: TranslationProviderAuthenticationException.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: TranslationProviderAuthenticationException(SerializationInfo, StreamingContext) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderAuthenticationException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.TranslationProviderAuthenticationException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: TranslationProviderAuthenticationException.TranslationProviderAuthenticationException(SerializationInfo, StreamingContext) - nameWithType.vb: TranslationProviderAuthenticationException.New(SerializationInfo, StreamingContext) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.#ctor(System.String) - name: TranslationProviderAuthenticationException(string) + name: TranslationProviderAuthenticationException(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderAuthenticationException__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.TranslationProviderAuthenticationException(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.New(String) - nameWithType: TranslationProviderAuthenticationException.TranslationProviderAuthenticationException(string) - nameWithType.vb: TranslationProviderAuthenticationException.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.TranslationProviderAuthenticationException(System.String) + nameWithType: TranslationProviderAuthenticationException.TranslationProviderAuthenticationException(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.#ctor(System.String,System.Exception) - name: TranslationProviderAuthenticationException(string, Exception) + name: TranslationProviderAuthenticationException(String, Exception) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderAuthenticationException__ctor_System_String_System_Exception_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.TranslationProviderAuthenticationException(string, System.Exception) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.New(String, System.Exception) - nameWithType: TranslationProviderAuthenticationException.TranslationProviderAuthenticationException(string, Exception) - nameWithType.vb: TranslationProviderAuthenticationException.New(String, Exception) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.TranslationProviderAuthenticationException(System.String, System.Exception) + nameWithType: TranslationProviderAuthenticationException.TranslationProviderAuthenticationException(String, Exception) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.#ctor* name: TranslationProviderAuthenticationException href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderAuthenticationException__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.TranslationProviderAuthenticationException - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderAuthenticationException.New nameWithType: TranslationProviderAuthenticationException.TranslationProviderAuthenticationException - nameWithType.vb: TranslationProviderAuthenticationException.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCascadePermissions name: TranslationProviderCascadePermissions href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCascadePermissions.html @@ -124734,23 +112824,17 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential nameWithType: TranslationProviderCredential - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.#ctor(System.String,System.Boolean) - name: TranslationProviderCredential(string, bool) + name: TranslationProviderCredential(String, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderCredential__ctor_System_String_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.#ctor(System.String,System.Boolean) - name.vb: New(String, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.TranslationProviderCredential(string, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.New(String, Boolean) - nameWithType: TranslationProviderCredential.TranslationProviderCredential(string, bool) - nameWithType.vb: TranslationProviderCredential.New(String, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.TranslationProviderCredential(System.String, System.Boolean) + nameWithType: TranslationProviderCredential.TranslationProviderCredential(String, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.#ctor* name: TranslationProviderCredential href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderCredential__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.TranslationProviderCredential - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.New nameWithType: TranslationProviderCredential.TranslationProviderCredential - nameWithType.vb: TranslationProviderCredential.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.Credential name: Credential href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderCredential_Credential @@ -124785,20 +112869,14 @@ references: name: TranslationProviderCredentialStore() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderCredentialStore__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.TranslationProviderCredentialStore() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.New() nameWithType: TranslationProviderCredentialStore.TranslationProviderCredentialStore() - nameWithType.vb: TranslationProviderCredentialStore.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.#ctor* name: TranslationProviderCredentialStore href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderCredentialStore__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.TranslationProviderCredentialStore - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.New nameWithType: TranslationProviderCredentialStore.TranslationProviderCredentialStore - nameWithType.vb: TranslationProviderCredentialStore.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.AddCredential(System.Uri,Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredential) name: AddCredential(Uri, TranslationProviderCredential) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderCredentialStore.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderCredentialStore_AddCredential_System_Uri_Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderCredential_ @@ -124899,20 +112977,14 @@ references: name: TranslationProviderDisplayInfo() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderDisplayInfo__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.TranslationProviderDisplayInfo() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.New() nameWithType: TranslationProviderDisplayInfo.TranslationProviderDisplayInfo() - nameWithType.vb: TranslationProviderDisplayInfo.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.#ctor* name: TranslationProviderDisplayInfo href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderDisplayInfo__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.TranslationProviderDisplayInfo - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.New nameWithType: TranslationProviderDisplayInfo.TranslationProviderDisplayInfo - nameWithType.vb: TranslationProviderDisplayInfo.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.Name name: Name href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderDisplayInfo.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderDisplayInfo_Name @@ -124971,20 +113043,14 @@ references: name: TranslationProviderFactoryAttribute() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderFactoryAttribute__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.TranslationProviderFactoryAttribute() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.New() nameWithType: TranslationProviderFactoryAttribute.TranslationProviderFactoryAttribute() - nameWithType.vb: TranslationProviderFactoryAttribute.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.#ctor* name: TranslationProviderFactoryAttribute href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderFactoryAttribute__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.TranslationProviderFactoryAttribute - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.New nameWithType: TranslationProviderFactoryAttribute.TranslationProviderFactoryAttribute - nameWithType.vb: TranslationProviderFactoryAttribute.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.Validate(Sdl.Core.PluginFramework.Validation.IExtensionAttributeInfo,Sdl.Core.PluginFramework.Validation.IExtensionValidationContext) name: Validate(IExtensionAttributeInfo, IExtensionValidationContext) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderFactoryAttribute.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderFactoryAttribute_Validate_Sdl_Core_PluginFramework_Validation_IExtensionAttributeInfo_Sdl_Core_PluginFramework_Validation_IExtensionValidationContext_ @@ -125007,20 +113073,14 @@ references: name: TranslationProviderInfo() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderInfo__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.TranslationProviderInfo() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.New() nameWithType: TranslationProviderInfo.TranslationProviderInfo() - nameWithType.vb: TranslationProviderInfo.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.#ctor* name: TranslationProviderInfo href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderInfo__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.TranslationProviderInfo - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.New nameWithType: TranslationProviderInfo.TranslationProviderInfo - nameWithType.vb: TranslationProviderInfo.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.Name name: Name href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderInfo.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderInfo_Name @@ -125055,29 +113115,20 @@ references: name: TranslationProviderManager() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderManager__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.TranslationProviderManager() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.New() nameWithType: TranslationProviderManager.TranslationProviderManager() - nameWithType.vb: TranslationProviderManager.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.#ctor* name: TranslationProviderManager href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderManager__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.TranslationProviderManager - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.New nameWithType: TranslationProviderManager.TranslationProviderManager - nameWithType.vb: TranslationProviderManager.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.CreateTranslationProvider(System.Uri,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) - name: CreateTranslationProvider(Uri, string, ITranslationProviderCredentialStore) + name: CreateTranslationProvider(Uri, String, ITranslationProviderCredentialStore) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderManager_CreateTranslationProvider_System_Uri_System_String_Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProviderCredentialStore_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.CreateTranslationProvider(System.Uri,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) - name.vb: CreateTranslationProvider(Uri, String, ITranslationProviderCredentialStore) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.CreateTranslationProvider(System.Uri, string, Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.CreateTranslationProvider(System.Uri, String, Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) - nameWithType: TranslationProviderManager.CreateTranslationProvider(Uri, string, ITranslationProviderCredentialStore) - nameWithType.vb: TranslationProviderManager.CreateTranslationProvider(Uri, String, ITranslationProviderCredentialStore) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.CreateTranslationProvider(System.Uri, System.String, Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProviderCredentialStore) + nameWithType: TranslationProviderManager.CreateTranslationProvider(Uri, String, ITranslationProviderCredentialStore) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.CreateTranslationProvider* name: CreateTranslationProvider href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderManager.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderManager_CreateTranslationProvider_ @@ -125139,32 +113190,23 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer nameWithType: TranslationProviderServer - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.#ctor(System.Uri,System.Boolean,System.String,System.String) - name: TranslationProviderServer(Uri, bool, string, string) + name: TranslationProviderServer(Uri, Boolean, String, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer__ctor_System_Uri_System_Boolean_System_String_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.#ctor(System.Uri,System.Boolean,System.String,System.String) - name.vb: New(Uri, Boolean, String, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.TranslationProviderServer(System.Uri, bool, string, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.New(System.Uri, Boolean, String, String) - nameWithType: TranslationProviderServer.TranslationProviderServer(Uri, bool, string, string) - nameWithType.vb: TranslationProviderServer.New(Uri, Boolean, String, String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.TranslationProviderServer(System.Uri, System.Boolean, System.String, System.String) + nameWithType: TranslationProviderServer.TranslationProviderServer(Uri, Boolean, String, String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.#ctor(System.Uri,System.String,System.String,System.DateTime) - name: TranslationProviderServer(Uri, string, string, DateTime) + name: TranslationProviderServer(Uri, String, String, DateTime) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer__ctor_System_Uri_System_String_System_String_System_DateTime_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.#ctor(System.Uri,System.String,System.String,System.DateTime) - name.vb: New(Uri, String, String, Date) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.TranslationProviderServer(System.Uri, string, string, System.DateTime) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.New(System.Uri, String, String, Date) - nameWithType: TranslationProviderServer.TranslationProviderServer(Uri, string, string, DateTime) - nameWithType.vb: TranslationProviderServer.New(Uri, String, String, Date) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.TranslationProviderServer(System.Uri, System.String, System.String, System.DateTime) + nameWithType: TranslationProviderServer.TranslationProviderServer(Uri, String, String, DateTime) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.#ctor* name: TranslationProviderServer href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.TranslationProviderServer - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.New nameWithType: TranslationProviderServer.TranslationProviderServer - nameWithType.vb: TranslationProviderServer.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetContainer(System.Guid) name: GetContainer(Guid) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_GetContainer_System_Guid_ @@ -125172,14 +113214,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetContainer(System.Guid) nameWithType: TranslationProviderServer.GetContainer(Guid) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetContainer(System.String) - name: GetContainer(string) + name: GetContainer(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_GetContainer_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetContainer(System.String) - name.vb: GetContainer(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetContainer(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetContainer(String) - nameWithType: TranslationProviderServer.GetContainer(string) - nameWithType.vb: TranslationProviderServer.GetContainer(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetContainer(System.String) + nameWithType: TranslationProviderServer.GetContainer(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetContainer* name: GetContainer href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_GetContainer_ @@ -125205,14 +113244,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetDatabaseServer(System.Guid) nameWithType: TranslationProviderServer.GetDatabaseServer(Guid) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetDatabaseServer(System.String) - name: GetDatabaseServer(string) + name: GetDatabaseServer(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_GetDatabaseServer_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetDatabaseServer(System.String) - name.vb: GetDatabaseServer(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetDatabaseServer(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetDatabaseServer(String) - nameWithType: TranslationProviderServer.GetDatabaseServer(string) - nameWithType.vb: TranslationProviderServer.GetDatabaseServer(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetDatabaseServer(System.String) + nameWithType: TranslationProviderServer.GetDatabaseServer(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetDatabaseServer* name: GetDatabaseServer href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_GetDatabaseServer_ @@ -125238,14 +113274,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetFieldsTemplate(System.Guid) nameWithType: TranslationProviderServer.GetFieldsTemplate(Guid) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetFieldsTemplate(System.String) - name: GetFieldsTemplate(string) + name: GetFieldsTemplate(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_GetFieldsTemplate_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetFieldsTemplate(System.String) - name.vb: GetFieldsTemplate(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetFieldsTemplate(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetFieldsTemplate(String) - nameWithType: TranslationProviderServer.GetFieldsTemplate(string) - nameWithType.vb: TranslationProviderServer.GetFieldsTemplate(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetFieldsTemplate(System.String) + nameWithType: TranslationProviderServer.GetFieldsTemplate(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetFieldsTemplate* name: GetFieldsTemplate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_GetFieldsTemplate_ @@ -125253,14 +113286,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetFieldsTemplate nameWithType: TranslationProviderServer.GetFieldsTemplate - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetFieldsTemplates(System.Boolean) - name: GetFieldsTemplates(bool) + name: GetFieldsTemplates(Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_GetFieldsTemplates_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetFieldsTemplates(System.Boolean) - name.vb: GetFieldsTemplates(Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetFieldsTemplates(bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetFieldsTemplates(Boolean) - nameWithType: TranslationProviderServer.GetFieldsTemplates(bool) - nameWithType.vb: TranslationProviderServer.GetFieldsTemplates(Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetFieldsTemplates(System.Boolean) + nameWithType: TranslationProviderServer.GetFieldsTemplates(Boolean) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetFieldsTemplates* name: GetFieldsTemplates href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_GetFieldsTemplates_ @@ -125274,14 +113304,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetLanguageResourcesTemplate(System.Guid) nameWithType: TranslationProviderServer.GetLanguageResourcesTemplate(Guid) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetLanguageResourcesTemplate(System.String) - name: GetLanguageResourcesTemplate(string) + name: GetLanguageResourcesTemplate(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_GetLanguageResourcesTemplate_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetLanguageResourcesTemplate(System.String) - name.vb: GetLanguageResourcesTemplate(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetLanguageResourcesTemplate(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetLanguageResourcesTemplate(String) - nameWithType: TranslationProviderServer.GetLanguageResourcesTemplate(string) - nameWithType.vb: TranslationProviderServer.GetLanguageResourcesTemplate(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetLanguageResourcesTemplate(System.String) + nameWithType: TranslationProviderServer.GetLanguageResourcesTemplate(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetLanguageResourcesTemplate* name: GetLanguageResourcesTemplate href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_GetLanguageResourcesTemplate_ @@ -125289,14 +113316,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetLanguageResourcesTemplate nameWithType: TranslationProviderServer.GetLanguageResourcesTemplate - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetLanguageResourcesTemplates(System.Boolean) - name: GetLanguageResourcesTemplates(bool) + name: GetLanguageResourcesTemplates(Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_GetLanguageResourcesTemplates_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetLanguageResourcesTemplates(System.Boolean) - name.vb: GetLanguageResourcesTemplates(Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetLanguageResourcesTemplates(bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetLanguageResourcesTemplates(Boolean) - nameWithType: TranslationProviderServer.GetLanguageResourcesTemplates(bool) - nameWithType.vb: TranslationProviderServer.GetLanguageResourcesTemplates(Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetLanguageResourcesTemplates(System.Boolean) + nameWithType: TranslationProviderServer.GetLanguageResourcesTemplates(Boolean) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetLanguageResourcesTemplates* name: GetLanguageResourcesTemplates href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_GetLanguageResourcesTemplates_ @@ -125370,14 +113394,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetTranslationMemory(System.Guid, Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties) nameWithType: TranslationProviderServer.GetTranslationMemory(Guid, TranslationMemoryProperties) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetTranslationMemory(System.String,Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties) - name: GetTranslationMemory(string, TranslationMemoryProperties) + name: GetTranslationMemory(String, TranslationMemoryProperties) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_GetTranslationMemory_System_String_Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryProperties_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetTranslationMemory(System.String,Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties) - name.vb: GetTranslationMemory(String, TranslationMemoryProperties) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetTranslationMemory(string, Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetTranslationMemory(String, Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties) - nameWithType: TranslationProviderServer.GetTranslationMemory(string, TranslationMemoryProperties) - nameWithType.vb: TranslationProviderServer.GetTranslationMemory(String, TranslationMemoryProperties) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetTranslationMemory(System.String, Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties) + nameWithType: TranslationProviderServer.GetTranslationMemory(String, TranslationMemoryProperties) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetTranslationMemory* name: GetTranslationMemory href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_GetTranslationMemory_ @@ -125385,14 +113406,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetTranslationMemory nameWithType: TranslationProviderServer.GetTranslationMemory - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetTranslationMemorySummary(System.String,Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties) - name: GetTranslationMemorySummary(string, TranslationMemoryProperties) + name: GetTranslationMemorySummary(String, TranslationMemoryProperties) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_GetTranslationMemorySummary_System_String_Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryProperties_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetTranslationMemorySummary(System.String,Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties) - name.vb: GetTranslationMemorySummary(String, TranslationMemoryProperties) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetTranslationMemorySummary(string, Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetTranslationMemorySummary(String, Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties) - nameWithType: TranslationProviderServer.GetTranslationMemorySummary(string, TranslationMemoryProperties) - nameWithType.vb: TranslationProviderServer.GetTranslationMemorySummary(String, TranslationMemoryProperties) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetTranslationMemorySummary(System.String, Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryProperties) + nameWithType: TranslationProviderServer.GetTranslationMemorySummary(String, TranslationMemoryProperties) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.GetTranslationMemorySummary* name: GetTranslationMemorySummary href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderServer_GetTranslationMemorySummary_ @@ -125457,56 +113475,38 @@ references: name: TranslationProviderUriBuilder() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderUriBuilder__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.TranslationProviderUriBuilder() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.New() nameWithType: TranslationProviderUriBuilder.TranslationProviderUriBuilder() - nameWithType.vb: TranslationProviderUriBuilder.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.#ctor(System.String) - name: TranslationProviderUriBuilder(string) + name: TranslationProviderUriBuilder(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderUriBuilder__ctor_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.TranslationProviderUriBuilder(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.New(String) - nameWithType: TranslationProviderUriBuilder.TranslationProviderUriBuilder(string) - nameWithType.vb: TranslationProviderUriBuilder.New(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.TranslationProviderUriBuilder(System.String) + nameWithType: TranslationProviderUriBuilder.TranslationProviderUriBuilder(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.#ctor(System.String,System.String) - name: TranslationProviderUriBuilder(string, string) + name: TranslationProviderUriBuilder(String, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderUriBuilder__ctor_System_String_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.TranslationProviderUriBuilder(string, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.New(String, String) - nameWithType: TranslationProviderUriBuilder.TranslationProviderUriBuilder(string, string) - nameWithType.vb: TranslationProviderUriBuilder.New(String, String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.TranslationProviderUriBuilder(System.String, System.String) + nameWithType: TranslationProviderUriBuilder.TranslationProviderUriBuilder(String, String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.#ctor(System.Uri) name: TranslationProviderUriBuilder(Uri) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderUriBuilder__ctor_System_Uri_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.#ctor(System.Uri) - name.vb: New(Uri) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.TranslationProviderUriBuilder(System.Uri) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.New(System.Uri) nameWithType: TranslationProviderUriBuilder.TranslationProviderUriBuilder(Uri) - nameWithType.vb: TranslationProviderUriBuilder.New(Uri) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.#ctor* name: TranslationProviderUriBuilder href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderUriBuilder__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.TranslationProviderUriBuilder - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.New nameWithType: TranslationProviderUriBuilder.TranslationProviderUriBuilder - nameWithType.vb: TranslationProviderUriBuilder.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderUriBuilder_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.Equals(Object) - nameWithType: TranslationProviderUriBuilder.Equals(object) - nameWithType.vb: TranslationProviderUriBuilder.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.Equals(System.Object) + nameWithType: TranslationProviderUriBuilder.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderUriBuilder_Equals_ @@ -125550,23 +113550,20 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.HostName nameWithType: TranslationProviderUriBuilder.HostName - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.Item(System.String) - name: this[string] + name: Item[String] href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderUriBuilder_Item_System_String_ commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.Item(System.String) - name.vb: this[](String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.this[string] - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.this[](String) - nameWithType: TranslationProviderUriBuilder.this[string] - nameWithType.vb: TranslationProviderUriBuilder.this[](String) + name.vb: Item(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.Item[System.String] + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.Item(System.String) + nameWithType: TranslationProviderUriBuilder.Item[String] + nameWithType.vb: TranslationProviderUriBuilder.Item(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.Item* - name: this + name: Item href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderUriBuilder_Item_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.Item - name.vb: this[] - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.this - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.this[] - nameWithType: TranslationProviderUriBuilder.this - nameWithType.vb: TranslationProviderUriBuilder.this[] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.Item + nameWithType: TranslationProviderUriBuilder.Item - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.ParseUri(System.Uri) name: ParseUri(Uri) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderUriBuilder.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderUriBuilder_ParseUri_System_Uri_ @@ -125685,20 +113682,14 @@ references: name: TranslationProviderWinFormsUiAttribute() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderWinFormsUiAttribute__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.TranslationProviderWinFormsUiAttribute() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.New() nameWithType: TranslationProviderWinFormsUiAttribute.TranslationProviderWinFormsUiAttribute() - nameWithType.vb: TranslationProviderWinFormsUiAttribute.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.#ctor* name: TranslationProviderWinFormsUiAttribute href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderWinFormsUiAttribute__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.TranslationProviderWinFormsUiAttribute - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.New nameWithType: TranslationProviderWinFormsUiAttribute.TranslationProviderWinFormsUiAttribute - nameWithType.vb: TranslationProviderWinFormsUiAttribute.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.Validate(Sdl.Core.PluginFramework.Validation.IExtensionAttributeInfo,Sdl.Core.PluginFramework.Validation.IExtensionValidationContext) name: Validate(IExtensionAttributeInfo, IExtensionValidationContext) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderWinFormsUiAttribute.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationProviderWinFormsUiAttribute_Validate_Sdl_Core_PluginFramework_Validation_IExtensionAttributeInfo_Sdl_Core_PluginFramework_Validation_IExtensionValidationContext_ @@ -125781,20 +113772,14 @@ references: name: AbstractTranslationMemoryCreator() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_AbstractTranslationMemoryCreator__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.AbstractTranslationMemoryCreator() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.New() nameWithType: AbstractTranslationMemoryCreator.AbstractTranslationMemoryCreator() - nameWithType.vb: AbstractTranslationMemoryCreator.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.#ctor* name: AbstractTranslationMemoryCreator href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_AbstractTranslationMemoryCreator__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.AbstractTranslationMemoryCreator - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.New nameWithType: AbstractTranslationMemoryCreator.AbstractTranslationMemoryCreator - nameWithType.vb: AbstractTranslationMemoryCreator.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.CreateEmptyTranslationMemory(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemorySetupOptions) name: CreateEmptyTranslationMemory(ITranslationMemorySetupOptions) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_AbstractTranslationMemoryCreator_CreateEmptyTranslationMemory_Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ITranslationMemorySetupOptions_ @@ -125802,13 +113787,13 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.CreateEmptyTranslationMemory(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemorySetupOptions) nameWithType: AbstractTranslationMemoryCreator.CreateEmptyTranslationMemory(ITranslationMemorySetupOptions) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.CreateEmptyTranslationMemory(System.String,System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.Core.LanguagePair},Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes,Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers,Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags,Sdl.LanguagePlatform.TranslationMemory.WordCountFlags,Sdl.LanguagePlatform.TranslationMemory.FGASupport,Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType,System.Boolean,System.Boolean) - name: CreateEmptyTranslationMemory(string, IEnumerable, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, FGASupport, TextContextMatchType, bool, bool) + name: CreateEmptyTranslationMemory(String, IEnumerable, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, FGASupport, TextContextMatchType, Boolean, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_AbstractTranslationMemoryCreator_CreateEmptyTranslationMemory_System_String_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_Core_LanguagePair__Sdl_LanguagePlatform_TranslationMemory_FuzzyIndexes_Sdl_LanguagePlatform_Core_Tokenization_BuiltinRecognizers_Sdl_LanguagePlatform_Core_Tokenization_TokenizerFlags_Sdl_LanguagePlatform_TranslationMemory_WordCountFlags_Sdl_LanguagePlatform_TranslationMemory_FGASupport_Sdl_LanguagePlatform_TranslationMemory_TextContextMatchType_System_Boolean_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.CreateEmptyTranslationMemory(System.String,System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.Core.LanguagePair},Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes,Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers,Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags,Sdl.LanguagePlatform.TranslationMemory.WordCountFlags,Sdl.LanguagePlatform.TranslationMemory.FGASupport,Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType,System.Boolean,System.Boolean) name.vb: CreateEmptyTranslationMemory(String, IEnumerable(Of LanguagePair), FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, FGASupport, TextContextMatchType, Boolean, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.CreateEmptyTranslationMemory(string, System.Collections.Generic.IEnumerable, Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes, Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers, Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags, Sdl.LanguagePlatform.TranslationMemory.WordCountFlags, Sdl.LanguagePlatform.TranslationMemory.FGASupport, Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType, bool, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.CreateEmptyTranslationMemory(String, System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.Core.LanguagePair), Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes, Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers, Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags, Sdl.LanguagePlatform.TranslationMemory.WordCountFlags, Sdl.LanguagePlatform.TranslationMemory.FGASupport, Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType, Boolean, Boolean) - nameWithType: AbstractTranslationMemoryCreator.CreateEmptyTranslationMemory(string, IEnumerable, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, FGASupport, TextContextMatchType, bool, bool) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.CreateEmptyTranslationMemory(System.String, System.Collections.Generic.IEnumerable, Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes, Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers, Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags, Sdl.LanguagePlatform.TranslationMemory.WordCountFlags, Sdl.LanguagePlatform.TranslationMemory.FGASupport, Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType, System.Boolean, System.Boolean) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.CreateEmptyTranslationMemory(System.String, System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.Core.LanguagePair), Sdl.LanguagePlatform.TranslationMemory.FuzzyIndexes, Sdl.LanguagePlatform.Core.Tokenization.BuiltinRecognizers, Sdl.LanguagePlatform.Core.Tokenization.TokenizerFlags, Sdl.LanguagePlatform.TranslationMemory.WordCountFlags, Sdl.LanguagePlatform.TranslationMemory.FGASupport, Sdl.LanguagePlatform.TranslationMemory.TextContextMatchType, System.Boolean, System.Boolean) + nameWithType: AbstractTranslationMemoryCreator.CreateEmptyTranslationMemory(String, IEnumerable, FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, FGASupport, TextContextMatchType, Boolean, Boolean) nameWithType.vb: AbstractTranslationMemoryCreator.CreateEmptyTranslationMemory(String, IEnumerable(Of LanguagePair), FuzzyIndexes, BuiltinRecognizers, TokenizerFlags, WordCountFlags, FGASupport, TextContextMatchType, Boolean, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.CreateEmptyTranslationMemory* name: CreateEmptyTranslationMemory @@ -125829,14 +113814,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.DisplayName nameWithType: AbstractTranslationMemoryCreator.DisplayName - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValid(System.String@) - name: IsValid(out string) + name: IsValid(out String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_AbstractTranslationMemoryCreator_IsValid_System_String__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValid(System.String@) - name.vb: IsValid(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValid(out string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValid(String) - nameWithType: AbstractTranslationMemoryCreator.IsValid(out string) - nameWithType.vb: AbstractTranslationMemoryCreator.IsValid(String) + name.vb: IsValid(ByRef String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValid(out System.String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValid(ByRef System.String) + nameWithType: AbstractTranslationMemoryCreator.IsValid(out String) + nameWithType.vb: AbstractTranslationMemoryCreator.IsValid(ByRef String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValid* name: IsValid href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_AbstractTranslationMemoryCreator_IsValid_ @@ -125844,14 +113829,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValid nameWithType: AbstractTranslationMemoryCreator.IsValid - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidCopyright(System.String,System.String@) - name: IsValidCopyright(string, out string) + name: IsValidCopyright(String, out String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_AbstractTranslationMemoryCreator_IsValidCopyright_System_String_System_String__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidCopyright(System.String,System.String@) - name.vb: IsValidCopyright(String, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidCopyright(string, out string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidCopyright(String, String) - nameWithType: AbstractTranslationMemoryCreator.IsValidCopyright(string, out string) - nameWithType.vb: AbstractTranslationMemoryCreator.IsValidCopyright(String, String) + name.vb: IsValidCopyright(String, ByRef String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidCopyright(System.String, out System.String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidCopyright(System.String, ByRef System.String) + nameWithType: AbstractTranslationMemoryCreator.IsValidCopyright(String, out String) + nameWithType.vb: AbstractTranslationMemoryCreator.IsValidCopyright(String, ByRef String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidCopyright* name: IsValidCopyright href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_AbstractTranslationMemoryCreator_IsValidCopyright_ @@ -125859,14 +113844,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidCopyright nameWithType: AbstractTranslationMemoryCreator.IsValidCopyright - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidDescription(System.String,System.String@) - name: IsValidDescription(string, out string) + name: IsValidDescription(String, out String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_AbstractTranslationMemoryCreator_IsValidDescription_System_String_System_String__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidDescription(System.String,System.String@) - name.vb: IsValidDescription(String, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidDescription(string, out string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidDescription(String, String) - nameWithType: AbstractTranslationMemoryCreator.IsValidDescription(string, out string) - nameWithType.vb: AbstractTranslationMemoryCreator.IsValidDescription(String, String) + name.vb: IsValidDescription(String, ByRef String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidDescription(System.String, out System.String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidDescription(System.String, ByRef System.String) + nameWithType: AbstractTranslationMemoryCreator.IsValidDescription(String, out String) + nameWithType.vb: AbstractTranslationMemoryCreator.IsValidDescription(String, ByRef String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidDescription* name: IsValidDescription href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_AbstractTranslationMemoryCreator_IsValidDescription_ @@ -125874,14 +113859,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidDescription nameWithType: AbstractTranslationMemoryCreator.IsValidDescription - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidName(System.String,System.String@) - name: IsValidName(string, out string) + name: IsValidName(String, out String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_AbstractTranslationMemoryCreator_IsValidName_System_String_System_String__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidName(System.String,System.String@) - name.vb: IsValidName(String, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidName(string, out string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidName(String, String) - nameWithType: AbstractTranslationMemoryCreator.IsValidName(string, out string) - nameWithType.vb: AbstractTranslationMemoryCreator.IsValidName(String, String) + name.vb: IsValidName(String, ByRef String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidName(System.String, out System.String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidName(System.String, ByRef System.String) + nameWithType: AbstractTranslationMemoryCreator.IsValidName(String, out String) + nameWithType.vb: AbstractTranslationMemoryCreator.IsValidName(String, ByRef String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.IsValidName* name: IsValidName href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.AbstractTranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_AbstractTranslationMemoryCreator_IsValidName_ @@ -125934,20 +113919,14 @@ references: name: BaseTranslationMemoryMigrationManager() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_BaseTranslationMemoryMigrationManager__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.BaseTranslationMemoryMigrationManager() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.New() nameWithType: BaseTranslationMemoryMigrationManager.BaseTranslationMemoryMigrationManager() - nameWithType.vb: BaseTranslationMemoryMigrationManager.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.#ctor* name: BaseTranslationMemoryMigrationManager href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_BaseTranslationMemoryMigrationManager__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.BaseTranslationMemoryMigrationManager - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.New nameWithType: BaseTranslationMemoryMigrationManager.BaseTranslationMemoryMigrationManager - nameWithType.vb: BaseTranslationMemoryMigrationManager.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.CreateFileBasedTranslationMemoryCreator name: CreateFileBasedTranslationMemoryCreator() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_BaseTranslationMemoryMigrationManager_CreateFileBasedTranslationMemoryCreator @@ -125973,14 +113952,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.CreateMigrationProject nameWithType: BaseTranslationMemoryMigrationManager.CreateMigrationProject - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory(System.String) - name: GetTmxLegacyTranslationMemory(string) + name: GetTmxLegacyTranslationMemory(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_BaseTranslationMemoryMigrationManager_GetTmxLegacyTranslationMemory_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory(System.String) - name.vb: GetTmxLegacyTranslationMemory(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory(String) - nameWithType: BaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory(string) - nameWithType.vb: BaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory(System.String) + nameWithType: BaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory* name: GetTmxLegacyTranslationMemory href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.BaseTranslationMemoryMigrationManager.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_BaseTranslationMemoryMigrationManager_GetTmxLegacyTranslationMemory_ @@ -126018,14 +113994,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IBaseTranslationMemoryMigrationManager.CreateMigrationProject nameWithType: IBaseTranslationMemoryMigrationManager.CreateMigrationProject - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IBaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory(System.String) - name: GetTmxLegacyTranslationMemory(string) + name: GetTmxLegacyTranslationMemory(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IBaseTranslationMemoryMigrationManager.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IBaseTranslationMemoryMigrationManager_GetTmxLegacyTranslationMemory_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IBaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory(System.String) - name.vb: GetTmxLegacyTranslationMemory(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IBaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IBaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory(String) - nameWithType: IBaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory(string) - nameWithType.vb: IBaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IBaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory(System.String) + nameWithType: IBaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IBaseTranslationMemoryMigrationManager.GetTmxLegacyTranslationMemory* name: GetTmxLegacyTranslationMemory href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IBaseTranslationMemoryMigrationManager.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IBaseTranslationMemoryMigrationManager_GetTmxLegacyTranslationMemory_ @@ -126039,14 +114012,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IExportableLegacyTranslationMemory nameWithType: IExportableLegacyTranslationMemory - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IExportableLegacyTranslationMemory.CreateExporter(System.String) - name: CreateExporter(string) + name: CreateExporter(String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IExportableLegacyTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IExportableLegacyTranslationMemory_CreateExporter_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IExportableLegacyTranslationMemory.CreateExporter(System.String) - name.vb: CreateExporter(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IExportableLegacyTranslationMemory.CreateExporter(string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IExportableLegacyTranslationMemory.CreateExporter(String) - nameWithType: IExportableLegacyTranslationMemory.CreateExporter(string) - nameWithType.vb: IExportableLegacyTranslationMemory.CreateExporter(String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IExportableLegacyTranslationMemory.CreateExporter(System.String) + nameWithType: IExportableLegacyTranslationMemory.CreateExporter(String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IExportableLegacyTranslationMemory.CreateExporter* name: CreateExporter href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IExportableLegacyTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IExportableLegacyTranslationMemory_CreateExporter_ @@ -126252,32 +114222,26 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.Add nameWithType: IInputLanguageDirectionDataCollection.Add - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.Item(System.Int32) - name: this[int] + name: Item[Int32] href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IInputLanguageDirectionDataCollection_Item_System_Int32_ commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.Item(System.Int32) - name.vb: this[](Integer) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.this[int] - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.this[](Integer) - nameWithType: IInputLanguageDirectionDataCollection.this[int] - nameWithType.vb: IInputLanguageDirectionDataCollection.this[](Integer) + name.vb: Item(Int32) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.Item[System.Int32] + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.Item(System.Int32) + nameWithType: IInputLanguageDirectionDataCollection.Item[Int32] + nameWithType.vb: IInputLanguageDirectionDataCollection.Item(Int32) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.Item* - name: this + name: Item href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IInputLanguageDirectionDataCollection_Item_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.Item - name.vb: this[] - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.this - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.this[] - nameWithType: IInputLanguageDirectionDataCollection.this - nameWithType.vb: IInputLanguageDirectionDataCollection.this[] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.Item + nameWithType: IInputLanguageDirectionDataCollection.Item - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.Move(System.Int32,System.Int32) - name: Move(int, int) + name: Move(Int32, Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IInputLanguageDirectionDataCollection_Move_System_Int32_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.Move(System.Int32,System.Int32) - name.vb: Move(Integer, Integer) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.Move(int, int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.Move(Integer, Integer) - nameWithType: IInputLanguageDirectionDataCollection.Move(int, int) - nameWithType.vb: IInputLanguageDirectionDataCollection.Move(Integer, Integer) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.Move(System.Int32, System.Int32) + nameWithType: IInputLanguageDirectionDataCollection.Move(Int32, Int32) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.Move* name: Move href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputLanguageDirectionDataCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IInputLanguageDirectionDataCollection_Move_ @@ -126372,23 +114336,20 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.Add nameWithType: IInputTranslationMemoryCollection.Add - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.Item(System.Int32) - name: this[int] + name: Item[Int32] href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IInputTranslationMemoryCollection_Item_System_Int32_ commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.Item(System.Int32) - name.vb: this[](Integer) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.this[int] - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.this[](Integer) - nameWithType: IInputTranslationMemoryCollection.this[int] - nameWithType.vb: IInputTranslationMemoryCollection.this[](Integer) + name.vb: Item(Int32) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.Item[System.Int32] + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.Item(System.Int32) + nameWithType: IInputTranslationMemoryCollection.Item[Int32] + nameWithType.vb: IInputTranslationMemoryCollection.Item(Int32) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.Item* - name: this + name: Item href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IInputTranslationMemoryCollection_Item_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.Item - name.vb: this[] - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.this - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.this[] - nameWithType: IInputTranslationMemoryCollection.this - nameWithType.vb: IInputTranslationMemoryCollection.this[] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemoryCollection.Item + nameWithType: IInputTranslationMemoryCollection.Item - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IItemCollection`1 name: IItemCollection href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IItemCollection-1.html @@ -126877,20 +114838,14 @@ references: name: InputLanguagePair(IInputTranslationMemory, ILegacyLanguageDirectionData) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_InputLanguagePair__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IInputTranslationMemory_Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ILegacyLanguageDirectionData_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory,Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageDirectionData) - name.vb: New(IInputTranslationMemory, ILegacyLanguageDirectionData) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.InputLanguagePair(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory, Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageDirectionData) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.New(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory, Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageDirectionData) nameWithType: InputLanguagePair.InputLanguagePair(IInputTranslationMemory, ILegacyLanguageDirectionData) - nameWithType.vb: InputLanguagePair.New(IInputTranslationMemory, ILegacyLanguageDirectionData) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.#ctor* name: InputLanguagePair href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_InputLanguagePair__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.InputLanguagePair - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.New nameWithType: InputLanguagePair.InputLanguagePair - nameWithType.vb: InputLanguagePair.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.ImportCompatibilitySettings name: ImportCompatibilitySettings href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePair.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_InputLanguagePair_ImportCompatibilitySettings @@ -126997,20 +114952,14 @@ references: name: InputLanguagePairCollection() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_InputLanguagePairCollection__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.InputLanguagePairCollection() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.New() nameWithType: InputLanguagePairCollection.InputLanguagePairCollection() - nameWithType.vb: InputLanguagePairCollection.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.#ctor* name: InputLanguagePairCollection href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_InputLanguagePairCollection__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.InputLanguagePairCollection - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.New nameWithType: InputLanguagePairCollection.InputLanguagePairCollection - nameWithType.vb: InputLanguagePairCollection.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.Add(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory,Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ILegacyLanguageDirectionData) name: Add(IInputTranslationMemory, ILegacyLanguageDirectionData) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_InputLanguagePairCollection_Add_Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IInputTranslationMemory_Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ILegacyLanguageDirectionData_ @@ -127024,14 +114973,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.Add nameWithType: InputLanguagePairCollection.Add - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.Move(System.Int32,System.Int32) - name: Move(int, int) + name: Move(Int32, Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_InputLanguagePairCollection_Move_System_Int32_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.Move(System.Int32,System.Int32) - name.vb: Move(Integer, Integer) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.Move(int, int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.Move(Integer, Integer) - nameWithType: InputLanguagePairCollection.Move(int, int) - nameWithType.vb: InputLanguagePairCollection.Move(Integer, Integer) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.Move(System.Int32, System.Int32) + nameWithType: InputLanguagePairCollection.Move(Int32, Int32) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.Move* name: Move href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.InputLanguagePairCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_InputLanguagePairCollection_Move_ @@ -127096,14 +115042,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory.InputLanguageDirections nameWithType: IOutputTranslationMemory.InputLanguageDirections - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory.IsValid(System.String@) - name: IsValid(out string) + name: IsValid(out String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IOutputTranslationMemory_IsValid_System_String__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory.IsValid(System.String@) - name.vb: IsValid(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory.IsValid(out string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory.IsValid(String) - nameWithType: IOutputTranslationMemory.IsValid(out string) - nameWithType.vb: IOutputTranslationMemory.IsValid(String) + name.vb: IsValid(ByRef String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory.IsValid(out System.String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory.IsValid(ByRef System.String) + nameWithType: IOutputTranslationMemory.IsValid(out String) + nameWithType.vb: IOutputTranslationMemory.IsValid(ByRef String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory.IsValid* name: IsValid href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemory.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IOutputTranslationMemory_IsValid_ @@ -127198,22 +115144,19 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Add() nameWithType: IOutputTranslationMemoryCollection.Add() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Add(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory,System.Boolean) - name: Add(IInputTranslationMemory, bool) + name: Add(IInputTranslationMemory, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IOutputTranslationMemoryCollection_Add_Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IInputTranslationMemory_System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Add(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory,System.Boolean) - name.vb: Add(IInputTranslationMemory, Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Add(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Add(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory, Boolean) - nameWithType: IOutputTranslationMemoryCollection.Add(IInputTranslationMemory, bool) - nameWithType.vb: IOutputTranslationMemoryCollection.Add(IInputTranslationMemory, Boolean) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Add(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory, System.Boolean) + nameWithType: IOutputTranslationMemoryCollection.Add(IInputTranslationMemory, Boolean) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory},System.Boolean) - name: Add(IEnumerable, bool) + name: Add(IEnumerable, Boolean) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IOutputTranslationMemoryCollection_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IInputTranslationMemory__System_Boolean_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory},System.Boolean) name.vb: Add(IEnumerable(Of IInputTranslationMemory), Boolean) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Add(System.Collections.Generic.IEnumerable, bool) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Add(System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory), Boolean) - nameWithType: IOutputTranslationMemoryCollection.Add(IEnumerable, bool) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Add(System.Collections.Generic.IEnumerable, System.Boolean) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Add(System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IInputTranslationMemory), System.Boolean) + nameWithType: IOutputTranslationMemoryCollection.Add(IEnumerable, Boolean) nameWithType.vb: IOutputTranslationMemoryCollection.Add(IEnumerable(Of IInputTranslationMemory), Boolean) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Add* name: Add @@ -127222,23 +115165,20 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Add nameWithType: IOutputTranslationMemoryCollection.Add - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Item(System.Int32) - name: this[int] + name: Item[Int32] href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IOutputTranslationMemoryCollection_Item_System_Int32_ commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Item(System.Int32) - name.vb: this[](Integer) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.this[int] - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.this[](Integer) - nameWithType: IOutputTranslationMemoryCollection.this[int] - nameWithType.vb: IOutputTranslationMemoryCollection.this[](Integer) + name.vb: Item(Int32) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Item[System.Int32] + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Item(System.Int32) + nameWithType: IOutputTranslationMemoryCollection.Item[Int32] + nameWithType.vb: IOutputTranslationMemoryCollection.Item(Int32) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Item* - name: this + name: Item href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_IOutputTranslationMemoryCollection_Item_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Item - name.vb: this[] - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.this - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.this[] - nameWithType: IOutputTranslationMemoryCollection.this - nameWithType.vb: IOutputTranslationMemoryCollection.this[] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.IOutputTranslationMemoryCollection.Item + nameWithType: IOutputTranslationMemoryCollection.Item - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection`1 name: ItemCollection href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html @@ -127252,20 +115192,18 @@ references: name: ItemCollection() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ItemCollection_1__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection`1.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection.ItemCollection() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection(Of T).New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection(Of T).ItemCollection() nameWithType: ItemCollection.ItemCollection() - nameWithType.vb: ItemCollection(Of T).New() + nameWithType.vb: ItemCollection(Of T).ItemCollection() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection`1.#ctor* name: ItemCollection href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ItemCollection_1__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection`1.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection.ItemCollection - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection(Of T).New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection(Of T).ItemCollection nameWithType: ItemCollection.ItemCollection - nameWithType.vb: ItemCollection(Of T).New + nameWithType.vb: ItemCollection(Of T).ItemCollection - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection`1._suspendAddedRemovedEvents name: _suspendAddedRemovedEvents href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ItemCollection_1__suspendAddedRemovedEvents @@ -127291,13 +115229,12 @@ references: nameWithType: ItemCollection.ClearItems nameWithType.vb: ItemCollection(Of T).ClearItems - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection`1.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ItemCollection_1_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection`1.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection(Of T).Equals(Object) - nameWithType: ItemCollection.Equals(object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection.Equals(System.Object) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection(Of T).Equals(System.Object) + nameWithType: ItemCollection.Equals(Object) nameWithType.vb: ItemCollection(Of T).Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection`1.Equals* name: Equals @@ -127324,14 +115261,13 @@ references: nameWithType: ItemCollection.GetHashCode nameWithType.vb: ItemCollection(Of T).GetHashCode - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection`1.InsertItem(System.Int32,`0) - name: InsertItem(int, T) + name: InsertItem(Int32, T) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ItemCollection_1_InsertItem_System_Int32__0_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection`1.InsertItem(System.Int32,`0) - name.vb: InsertItem(Integer, T) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection.InsertItem(int, T) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection(Of T).InsertItem(Integer, T) - nameWithType: ItemCollection.InsertItem(int, T) - nameWithType.vb: ItemCollection(Of T).InsertItem(Integer, T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection.InsertItem(System.Int32, T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection(Of T).InsertItem(System.Int32, T) + nameWithType: ItemCollection.InsertItem(Int32, T) + nameWithType.vb: ItemCollection(Of T).InsertItem(Int32, T) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection`1.InsertItem* name: InsertItem href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ItemCollection_1_InsertItem_ @@ -127357,14 +115293,13 @@ references: nameWithType: ItemCollection.ItemRemoved nameWithType.vb: ItemCollection(Of T).ItemRemoved - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection`1.RemoveItem(System.Int32) - name: RemoveItem(int) + name: RemoveItem(Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ItemCollection_1_RemoveItem_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection`1.RemoveItem(System.Int32) - name.vb: RemoveItem(Integer) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection.RemoveItem(int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection(Of T).RemoveItem(Integer) - nameWithType: ItemCollection.RemoveItem(int) - nameWithType.vb: ItemCollection(Of T).RemoveItem(Integer) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection.RemoveItem(System.Int32) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection(Of T).RemoveItem(System.Int32) + nameWithType: ItemCollection.RemoveItem(Int32) + nameWithType.vb: ItemCollection(Of T).RemoveItem(Int32) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection`1.RemoveItem* name: RemoveItem href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ItemCollection_1_RemoveItem_ @@ -127374,14 +115309,13 @@ references: nameWithType: ItemCollection.RemoveItem nameWithType.vb: ItemCollection(Of T).RemoveItem - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection`1.SetItem(System.Int32,`0) - name: SetItem(int, T) + name: SetItem(Int32, T) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ItemCollection_1_SetItem_System_Int32__0_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection`1.SetItem(System.Int32,`0) - name.vb: SetItem(Integer, T) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection.SetItem(int, T) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection(Of T).SetItem(Integer, T) - nameWithType: ItemCollection.SetItem(int, T) - nameWithType.vb: ItemCollection(Of T).SetItem(Integer, T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection.SetItem(System.Int32, T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection(Of T).SetItem(System.Int32, T) + nameWithType: ItemCollection.SetItem(Int32, T) + nameWithType.vb: ItemCollection(Of T).SetItem(Int32, T) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection`1.SetItem* name: SetItem href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ItemCollection_1_SetItem_ @@ -127403,20 +115337,18 @@ references: name: ItemCollectionAddedEventArgs(T) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ItemCollectionAddedEventArgs_1__ctor__0_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs`1.#ctor(`0) - name.vb: New(T) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs.ItemCollectionAddedEventArgs(T) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs(Of T).New(T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs(Of T).ItemCollectionAddedEventArgs(T) nameWithType: ItemCollectionAddedEventArgs.ItemCollectionAddedEventArgs(T) - nameWithType.vb: ItemCollectionAddedEventArgs(Of T).New(T) + nameWithType.vb: ItemCollectionAddedEventArgs(Of T).ItemCollectionAddedEventArgs(T) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs`1.#ctor* name: ItemCollectionAddedEventArgs href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ItemCollectionAddedEventArgs_1__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs`1.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs.ItemCollectionAddedEventArgs - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs(Of T).New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionAddedEventArgs(Of T).ItemCollectionAddedEventArgs nameWithType: ItemCollectionAddedEventArgs.ItemCollectionAddedEventArgs - nameWithType.vb: ItemCollectionAddedEventArgs(Of T).New + nameWithType.vb: ItemCollectionAddedEventArgs(Of T).ItemCollectionAddedEventArgs - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs`1 name: ItemCollectionEventArgs href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs-1.html @@ -127430,20 +115362,18 @@ references: name: ItemCollectionEventArgs(T) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ItemCollectionEventArgs_1__ctor__0_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs`1.#ctor(`0) - name.vb: New(T) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs.ItemCollectionEventArgs(T) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs(Of T).New(T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs(Of T).ItemCollectionEventArgs(T) nameWithType: ItemCollectionEventArgs.ItemCollectionEventArgs(T) - nameWithType.vb: ItemCollectionEventArgs(Of T).New(T) + nameWithType.vb: ItemCollectionEventArgs(Of T).ItemCollectionEventArgs(T) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs`1.#ctor* name: ItemCollectionEventArgs href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ItemCollectionEventArgs_1__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs`1.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs.ItemCollectionEventArgs - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs(Of T).New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs(Of T).ItemCollectionEventArgs nameWithType: ItemCollectionEventArgs.ItemCollectionEventArgs - nameWithType.vb: ItemCollectionEventArgs(Of T).New + nameWithType.vb: ItemCollectionEventArgs(Of T).ItemCollectionEventArgs - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs`1.Item name: Item href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionEventArgs-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ItemCollectionEventArgs_1_Item @@ -127473,20 +115403,18 @@ references: name: ItemCollectionRemovedEventArgs(T) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ItemCollectionRemovedEventArgs_1__ctor__0_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs`1.#ctor(`0) - name.vb: New(T) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs.ItemCollectionRemovedEventArgs(T) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs(Of T).New(T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs(Of T).ItemCollectionRemovedEventArgs(T) nameWithType: ItemCollectionRemovedEventArgs.ItemCollectionRemovedEventArgs(T) - nameWithType.vb: ItemCollectionRemovedEventArgs(Of T).New(T) + nameWithType.vb: ItemCollectionRemovedEventArgs(Of T).ItemCollectionRemovedEventArgs(T) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs`1.#ctor* name: ItemCollectionRemovedEventArgs href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ItemCollectionRemovedEventArgs_1__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs`1.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs.ItemCollectionRemovedEventArgs - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs(Of T).New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ItemCollectionRemovedEventArgs(Of T).ItemCollectionRemovedEventArgs nameWithType: ItemCollectionRemovedEventArgs.ItemCollectionRemovedEventArgs - nameWithType.vb: ItemCollectionRemovedEventArgs(Of T).New + nameWithType.vb: ItemCollectionRemovedEventArgs(Of T).ItemCollectionRemovedEventArgs - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITmxLegacyTranslationMemory name: ITmxLegacyTranslationMemory href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITmxLegacyTranslationMemory.html @@ -127536,14 +115464,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.DisplayName nameWithType: ITranslationMemoryCreator.DisplayName - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValid(System.String@) - name: IsValid(out string) + name: IsValid(out String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ITranslationMemoryCreator_IsValid_System_String__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValid(System.String@) - name.vb: IsValid(String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValid(out string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValid(String) - nameWithType: ITranslationMemoryCreator.IsValid(out string) - nameWithType.vb: ITranslationMemoryCreator.IsValid(String) + name.vb: IsValid(ByRef String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValid(out System.String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValid(ByRef System.String) + nameWithType: ITranslationMemoryCreator.IsValid(out String) + nameWithType.vb: ITranslationMemoryCreator.IsValid(ByRef String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValid* name: IsValid href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ITranslationMemoryCreator_IsValid_ @@ -127551,14 +115479,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValid nameWithType: ITranslationMemoryCreator.IsValid - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidCopyright(System.String,System.String@) - name: IsValidCopyright(string, out string) + name: IsValidCopyright(String, out String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ITranslationMemoryCreator_IsValidCopyright_System_String_System_String__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidCopyright(System.String,System.String@) - name.vb: IsValidCopyright(String, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidCopyright(string, out string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidCopyright(String, String) - nameWithType: ITranslationMemoryCreator.IsValidCopyright(string, out string) - nameWithType.vb: ITranslationMemoryCreator.IsValidCopyright(String, String) + name.vb: IsValidCopyright(String, ByRef String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidCopyright(System.String, out System.String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidCopyright(System.String, ByRef System.String) + nameWithType: ITranslationMemoryCreator.IsValidCopyright(String, out String) + nameWithType.vb: ITranslationMemoryCreator.IsValidCopyright(String, ByRef String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidCopyright* name: IsValidCopyright href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ITranslationMemoryCreator_IsValidCopyright_ @@ -127566,14 +115494,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidCopyright nameWithType: ITranslationMemoryCreator.IsValidCopyright - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidDescription(System.String,System.String@) - name: IsValidDescription(string, out string) + name: IsValidDescription(String, out String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ITranslationMemoryCreator_IsValidDescription_System_String_System_String__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidDescription(System.String,System.String@) - name.vb: IsValidDescription(String, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidDescription(string, out string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidDescription(String, String) - nameWithType: ITranslationMemoryCreator.IsValidDescription(string, out string) - nameWithType.vb: ITranslationMemoryCreator.IsValidDescription(String, String) + name.vb: IsValidDescription(String, ByRef String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidDescription(System.String, out System.String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidDescription(System.String, ByRef System.String) + nameWithType: ITranslationMemoryCreator.IsValidDescription(String, out String) + nameWithType.vb: ITranslationMemoryCreator.IsValidDescription(String, ByRef String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidDescription* name: IsValidDescription href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ITranslationMemoryCreator_IsValidDescription_ @@ -127581,14 +115509,14 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidDescription nameWithType: ITranslationMemoryCreator.IsValidDescription - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidName(System.String,System.String@) - name: IsValidName(string, out string) + name: IsValidName(String, out String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ITranslationMemoryCreator_IsValidName_System_String_System_String__ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidName(System.String,System.String@) - name.vb: IsValidName(String, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidName(string, out string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidName(String, String) - nameWithType: ITranslationMemoryCreator.IsValidName(string, out string) - nameWithType.vb: ITranslationMemoryCreator.IsValidName(String, String) + name.vb: IsValidName(String, ByRef String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidName(System.String, out System.String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidName(System.String, ByRef System.String) + nameWithType: ITranslationMemoryCreator.IsValidName(String, out String) + nameWithType.vb: ITranslationMemoryCreator.IsValidName(String, ByRef String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.IsValidName* name: IsValidName href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ITranslationMemoryCreator.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ITranslationMemoryCreator_IsValidName_ @@ -127899,29 +115827,20 @@ references: name: LegacyLanguage() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_LegacyLanguage__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.LegacyLanguage() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.New() nameWithType: LegacyLanguage.LegacyLanguage() - nameWithType.vb: LegacyLanguage.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.#ctor(Sdl.Core.Globalization.CultureCode) name: LegacyLanguage(CultureCode) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_LegacyLanguage__ctor_Sdl_Core_Globalization_CultureCode_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.#ctor(Sdl.Core.Globalization.CultureCode) - name.vb: New(CultureCode) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.LegacyLanguage(Sdl.Core.Globalization.CultureCode) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.New(Sdl.Core.Globalization.CultureCode) nameWithType: LegacyLanguage.LegacyLanguage(CultureCode) - nameWithType.vb: LegacyLanguage.New(CultureCode) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.#ctor* name: LegacyLanguage href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_LegacyLanguage__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.LegacyLanguage - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.New nameWithType: LegacyLanguage.LegacyLanguage - nameWithType.vb: LegacyLanguage.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.Culture name: Culture href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_LegacyLanguage_Culture @@ -127935,14 +115854,11 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.Culture nameWithType: LegacyLanguage.Culture - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_LegacyLanguage_Equals_System_Object_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.Equals(object) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.Equals(Object) - nameWithType: LegacyLanguage.Equals(object) - nameWithType.vb: LegacyLanguage.Equals(Object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.Equals(System.Object) + nameWithType: LegacyLanguage.Equals(Object) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.Equals* name: Equals href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_LegacyLanguage_Equals_ @@ -127995,20 +115911,14 @@ references: name: LegacyLanguagePair(LegacyLanguage, LegacyLanguage) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_LegacyLanguagePair__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_LegacyLanguage_Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_LegacyLanguage_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage,Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage) - name.vb: New(LegacyLanguage, LegacyLanguage) fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.LegacyLanguagePair(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage, Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.New(Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage, Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguage) nameWithType: LegacyLanguagePair.LegacyLanguagePair(LegacyLanguage, LegacyLanguage) - nameWithType.vb: LegacyLanguagePair.New(LegacyLanguage, LegacyLanguage) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.#ctor* name: LegacyLanguagePair href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_LegacyLanguagePair__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.LegacyLanguagePair - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.New nameWithType: LegacyLanguagePair.LegacyLanguagePair - nameWithType.vb: LegacyLanguagePair.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.AvailableLanguageResources name: AvailableLanguageResources href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyLanguagePair.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_LegacyLanguagePair_AvailableLanguageResources @@ -128079,20 +115989,14 @@ references: name: LegacyTranslationMemorySetup() href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_LegacyTranslationMemorySetup__ctor commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.#ctor - name.vb: New() fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.LegacyTranslationMemorySetup() - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.New() nameWithType: LegacyTranslationMemorySetup.LegacyTranslationMemorySetup() - nameWithType.vb: LegacyTranslationMemorySetup.New() - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.#ctor* name: LegacyTranslationMemorySetup href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_LegacyTranslationMemorySetup__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.LegacyTranslationMemorySetup - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.New nameWithType: LegacyTranslationMemorySetup.LegacyTranslationMemorySetup - nameWithType.vb: LegacyTranslationMemorySetup.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.Copyright name: Copyright href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.LegacyTranslationMemorySetup.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_LegacyTranslationMemorySetup_Copyright @@ -128268,32 +116172,23 @@ references: fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs nameWithType: ProgressEventArgs - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.#ctor(System.Int32) - name: ProgressEventArgs(int) + name: ProgressEventArgs(Int32) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ProgressEventArgs__ctor_System_Int32_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.#ctor(System.Int32) - name.vb: New(Integer) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.ProgressEventArgs(int) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.New(Integer) - nameWithType: ProgressEventArgs.ProgressEventArgs(int) - nameWithType.vb: ProgressEventArgs.New(Integer) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.ProgressEventArgs(System.Int32) + nameWithType: ProgressEventArgs.ProgressEventArgs(Int32) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.#ctor(System.Int32,System.String) - name: ProgressEventArgs(int, string) + name: ProgressEventArgs(Int32, String) href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ProgressEventArgs__ctor_System_Int32_System_String_ commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.#ctor(System.Int32,System.String) - name.vb: New(Integer, String) - fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.ProgressEventArgs(int, string) - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.New(Integer, String) - nameWithType: ProgressEventArgs.ProgressEventArgs(int, string) - nameWithType.vb: ProgressEventArgs.New(Integer, String) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.ProgressEventArgs(System.Int32, System.String) + nameWithType: ProgressEventArgs.ProgressEventArgs(Int32, String) - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.#ctor* name: ProgressEventArgs href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ProgressEventArgs__ctor_ commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.#ctor - name.vb: New fullName: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.ProgressEventArgs - fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.New nameWithType: ProgressEventArgs.ProgressEventArgs - nameWithType.vb: ProgressEventArgs.New - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.InfoMessage name: InfoMessage href: api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade.ProgressEventArgs.html#Sdl_LanguagePlatform_TranslationMemoryApi_Upgrade_ProgressEventArgs_InfoMessage @@ -128352,29 +116247,20 @@ references: name: AbstractFileContentProcessingAutomaticTask() href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileContentProcessingAutomaticTask__ctor commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.AbstractFileContentProcessingAutomaticTask() - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.New() nameWithType: AbstractFileContentProcessingAutomaticTask.AbstractFileContentProcessingAutomaticTask() - nameWithType.vb: AbstractFileContentProcessingAutomaticTask.New() - uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.#ctor* name: AbstractFileContentProcessingAutomaticTask href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileContentProcessingAutomaticTask__ctor_ commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.AbstractFileContentProcessingAutomaticTask - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.New nameWithType: AbstractFileContentProcessingAutomaticTask.AbstractFileContentProcessingAutomaticTask - nameWithType.vb: AbstractFileContentProcessingAutomaticTask.New - uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.Cancel(System.Boolean) - name: Cancel(bool) + name: Cancel(Boolean) href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileContentProcessingAutomaticTask_Cancel_System_Boolean_ commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.Cancel(System.Boolean) - name.vb: Cancel(Boolean) - fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.Cancel(bool) - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.Cancel(Boolean) - nameWithType: AbstractFileContentProcessingAutomaticTask.Cancel(bool) - nameWithType.vb: AbstractFileContentProcessingAutomaticTask.Cancel(Boolean) + fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.Cancel(System.Boolean) + nameWithType: AbstractFileContentProcessingAutomaticTask.Cancel(Boolean) - uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.Cancel* name: Cancel href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileContentProcessingAutomaticTask_Cancel_ @@ -128394,23 +116280,17 @@ references: fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.ConfigureConverter nameWithType: AbstractFileContentProcessingAutomaticTask.ConfigureConverter - uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.CreateReport(System.String,System.String,System.String) - name: CreateReport(string, string, string) + name: CreateReport(String, String, String) href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileContentProcessingAutomaticTask_CreateReport_System_String_System_String_System_String_ commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.CreateReport(System.String,System.String,System.String) - name.vb: CreateReport(String, String, String) - fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.CreateReport(string, string, string) - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.CreateReport(String, String, String) - nameWithType: AbstractFileContentProcessingAutomaticTask.CreateReport(string, string, string) - nameWithType.vb: AbstractFileContentProcessingAutomaticTask.CreateReport(String, String, String) + fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.CreateReport(System.String, System.String, System.String) + nameWithType: AbstractFileContentProcessingAutomaticTask.CreateReport(String, String, String) - uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.CreateReport(System.String,System.String,System.String,Sdl.ProjectAutomation.AutomaticTasks.LanguageDirection) - name: CreateReport(string, string, string, LanguageDirection) + name: CreateReport(String, String, String, LanguageDirection) href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileContentProcessingAutomaticTask_CreateReport_System_String_System_String_System_String_Sdl_ProjectAutomation_AutomaticTasks_LanguageDirection_ commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.CreateReport(System.String,System.String,System.String,Sdl.ProjectAutomation.AutomaticTasks.LanguageDirection) - name.vb: CreateReport(String, String, String, LanguageDirection) - fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.CreateReport(string, string, string, Sdl.ProjectAutomation.AutomaticTasks.LanguageDirection) - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.CreateReport(String, String, String, Sdl.ProjectAutomation.AutomaticTasks.LanguageDirection) - nameWithType: AbstractFileContentProcessingAutomaticTask.CreateReport(string, string, string, LanguageDirection) - nameWithType.vb: AbstractFileContentProcessingAutomaticTask.CreateReport(String, String, String, LanguageDirection) + fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.CreateReport(System.String, System.String, System.String, Sdl.ProjectAutomation.AutomaticTasks.LanguageDirection) + nameWithType: AbstractFileContentProcessingAutomaticTask.CreateReport(String, String, String, LanguageDirection) - uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.CreateReport* name: CreateReport href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileContentProcessingAutomaticTask_CreateReport_ @@ -128538,29 +116418,20 @@ references: name: AbstractFileLevelAutomaticTask() href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask__ctor commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.AbstractFileLevelAutomaticTask() - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.New() nameWithType: AbstractFileLevelAutomaticTask.AbstractFileLevelAutomaticTask() - nameWithType.vb: AbstractFileLevelAutomaticTask.New() - uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.#ctor* name: AbstractFileLevelAutomaticTask href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask__ctor_ commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.AbstractFileLevelAutomaticTask - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.New nameWithType: AbstractFileLevelAutomaticTask.AbstractFileLevelAutomaticTask - nameWithType.vb: AbstractFileLevelAutomaticTask.New - uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Cancel(System.Boolean) - name: Cancel(bool) + name: Cancel(Boolean) href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask_Cancel_System_Boolean_ commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Cancel(System.Boolean) - name.vb: Cancel(Boolean) - fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Cancel(bool) - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Cancel(Boolean) - nameWithType: AbstractFileLevelAutomaticTask.Cancel(bool) - nameWithType.vb: AbstractFileLevelAutomaticTask.Cancel(Boolean) + fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Cancel(System.Boolean) + nameWithType: AbstractFileLevelAutomaticTask.Cancel(Boolean) - uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Cancel* name: Cancel href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask_Cancel_ @@ -128682,14 +116553,11 @@ references: fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.TaskFiles nameWithType: AbstractFileLevelAutomaticTask.TaskFiles - uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.UploadFile(Sdl.ProjectAutomation.Core.ProjectFile,System.String) - name: UploadFile(ProjectFile, string) + name: UploadFile(ProjectFile, String) href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask_UploadFile_Sdl_ProjectAutomation_Core_ProjectFile_System_String_ commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.UploadFile(Sdl.ProjectAutomation.Core.ProjectFile,System.String) - name.vb: UploadFile(ProjectFile, String) - fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.UploadFile(Sdl.ProjectAutomation.Core.ProjectFile, string) - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.UploadFile(Sdl.ProjectAutomation.Core.ProjectFile, String) - nameWithType: AbstractFileLevelAutomaticTask.UploadFile(ProjectFile, string) - nameWithType.vb: AbstractFileLevelAutomaticTask.UploadFile(ProjectFile, String) + fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.UploadFile(Sdl.ProjectAutomation.Core.ProjectFile, System.String) + nameWithType: AbstractFileLevelAutomaticTask.UploadFile(ProjectFile, String) - uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.UploadFile* name: UploadFile href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask_UploadFile_ @@ -128706,29 +116574,20 @@ references: name: AutomaticTaskAttribute() href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.html#Sdl_ProjectAutomation_AutomaticTasks_AutomaticTaskAttribute__ctor commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.AutomaticTaskAttribute() - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.New() nameWithType: AutomaticTaskAttribute.AutomaticTaskAttribute() - nameWithType.vb: AutomaticTaskAttribute.New() - uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.#ctor(System.String,System.String,System.String) - name: AutomaticTaskAttribute(string, string, string) + name: AutomaticTaskAttribute(String, String, String) href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.html#Sdl_ProjectAutomation_AutomaticTasks_AutomaticTaskAttribute__ctor_System_String_System_String_System_String_ commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.#ctor(System.String,System.String,System.String) - name.vb: New(String, String, String) - fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.AutomaticTaskAttribute(string, string, string) - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.New(String, String, String) - nameWithType: AutomaticTaskAttribute.AutomaticTaskAttribute(string, string, string) - nameWithType.vb: AutomaticTaskAttribute.New(String, String, String) + fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.AutomaticTaskAttribute(System.String, System.String, System.String) + nameWithType: AutomaticTaskAttribute.AutomaticTaskAttribute(String, String, String) - uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.#ctor* name: AutomaticTaskAttribute href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.html#Sdl_ProjectAutomation_AutomaticTasks_AutomaticTaskAttribute__ctor_ commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.AutomaticTaskAttribute - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.New nameWithType: AutomaticTaskAttribute.AutomaticTaskAttribute - nameWithType.vb: AutomaticTaskAttribute.New - uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.AllowMultiple name: AllowMultiple href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.html#Sdl_ProjectAutomation_AutomaticTasks_AutomaticTaskAttribute_AllowMultiple @@ -128799,29 +116658,20 @@ references: name: AutomaticTaskSupportedFileTypeAttribute() href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.html#Sdl_ProjectAutomation_AutomaticTasks_AutomaticTaskSupportedFileTypeAttribute__ctor commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.AutomaticTaskSupportedFileTypeAttribute() - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.New() nameWithType: AutomaticTaskSupportedFileTypeAttribute.AutomaticTaskSupportedFileTypeAttribute() - nameWithType.vb: AutomaticTaskSupportedFileTypeAttribute.New() - uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.#ctor(Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType) name: AutomaticTaskSupportedFileTypeAttribute(AutomaticTaskFileType) href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.html#Sdl_ProjectAutomation_AutomaticTasks_AutomaticTaskSupportedFileTypeAttribute__ctor_Sdl_ProjectAutomation_AutomaticTasks_AutomaticTaskFileType_ commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.#ctor(Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType) - name.vb: New(AutomaticTaskFileType) fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.AutomaticTaskSupportedFileTypeAttribute(Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType) - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.New(Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType) nameWithType: AutomaticTaskSupportedFileTypeAttribute.AutomaticTaskSupportedFileTypeAttribute(AutomaticTaskFileType) - nameWithType.vb: AutomaticTaskSupportedFileTypeAttribute.New(AutomaticTaskFileType) - uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.#ctor* name: AutomaticTaskSupportedFileTypeAttribute href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.html#Sdl_ProjectAutomation_AutomaticTasks_AutomaticTaskSupportedFileTypeAttribute__ctor_ commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.AutomaticTaskSupportedFileTypeAttribute - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.New nameWithType: AutomaticTaskSupportedFileTypeAttribute.AutomaticTaskSupportedFileTypeAttribute - nameWithType.vb: AutomaticTaskSupportedFileTypeAttribute.New - uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.FileType name: FileType href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskSupportedFileTypeAttribute.html#Sdl_ProjectAutomation_AutomaticTasks_AutomaticTaskSupportedFileTypeAttribute_FileType @@ -128841,14 +116691,11 @@ references: fullName: Sdl.ProjectAutomation.AutomaticTasks.CancelHelper nameWithType: CancelHelper - uid: Sdl.ProjectAutomation.AutomaticTasks.CancelHelper.CancelTaskIfRequested(System.Boolean) - name: CancelTaskIfRequested(bool) + name: CancelTaskIfRequested(Boolean) href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.CancelHelper.html#Sdl_ProjectAutomation_AutomaticTasks_CancelHelper_CancelTaskIfRequested_System_Boolean_ commentId: M:Sdl.ProjectAutomation.AutomaticTasks.CancelHelper.CancelTaskIfRequested(System.Boolean) - name.vb: CancelTaskIfRequested(Boolean) - fullName: Sdl.ProjectAutomation.AutomaticTasks.CancelHelper.CancelTaskIfRequested(bool) - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.CancelHelper.CancelTaskIfRequested(Boolean) - nameWithType: CancelHelper.CancelTaskIfRequested(bool) - nameWithType.vb: CancelHelper.CancelTaskIfRequested(Boolean) + fullName: Sdl.ProjectAutomation.AutomaticTasks.CancelHelper.CancelTaskIfRequested(System.Boolean) + nameWithType: CancelHelper.CancelTaskIfRequested(Boolean) - uid: Sdl.ProjectAutomation.AutomaticTasks.CancelHelper.CancelTaskIfRequested* name: CancelTaskIfRequested href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.CancelHelper.html#Sdl_ProjectAutomation_AutomaticTasks_CancelHelper_CancelTaskIfRequested_ @@ -128937,20 +116784,14 @@ references: name: RequiresSettingsAttribute(Type, Type) href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.html#Sdl_ProjectAutomation_AutomaticTasks_RequiresSettingsAttribute__ctor_System_Type_System_Type_ commentId: M:Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.#ctor(System.Type,System.Type) - name.vb: New(Type, Type) fullName: Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.RequiresSettingsAttribute(System.Type, System.Type) - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.New(System.Type, System.Type) nameWithType: RequiresSettingsAttribute.RequiresSettingsAttribute(Type, Type) - nameWithType.vb: RequiresSettingsAttribute.New(Type, Type) - uid: Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.#ctor* name: RequiresSettingsAttribute href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.html#Sdl_ProjectAutomation_AutomaticTasks_RequiresSettingsAttribute__ctor_ commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.RequiresSettingsAttribute - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.New nameWithType: RequiresSettingsAttribute.RequiresSettingsAttribute - nameWithType.vb: RequiresSettingsAttribute.New - uid: Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.SettingsPageType name: SettingsPageType href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.RequiresSettingsAttribute.html#Sdl_ProjectAutomation_AutomaticTasks_RequiresSettingsAttribute_SettingsPageType @@ -128982,23 +116823,17 @@ references: fullName: Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs nameWithType: TaskProgressEventArgs - uid: Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.#ctor(System.Int32,System.String) - name: TaskProgressEventArgs(int, string) + name: TaskProgressEventArgs(Int32, String) href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.html#Sdl_ProjectAutomation_AutomaticTasks_TaskProgressEventArgs__ctor_System_Int32_System_String_ commentId: M:Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.#ctor(System.Int32,System.String) - name.vb: New(Integer, String) - fullName: Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.TaskProgressEventArgs(int, string) - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.New(Integer, String) - nameWithType: TaskProgressEventArgs.TaskProgressEventArgs(int, string) - nameWithType.vb: TaskProgressEventArgs.New(Integer, String) + fullName: Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.TaskProgressEventArgs(System.Int32, System.String) + nameWithType: TaskProgressEventArgs.TaskProgressEventArgs(Int32, String) - uid: Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.#ctor* name: TaskProgressEventArgs href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.html#Sdl_ProjectAutomation_AutomaticTasks_TaskProgressEventArgs__ctor_ commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.TaskProgressEventArgs - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.New nameWithType: TaskProgressEventArgs.TaskProgressEventArgs - nameWithType.vb: TaskProgressEventArgs.New - uid: Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.CurrentOperationDescription name: CurrentOperationDescription href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.html#Sdl_ProjectAutomation_AutomaticTasks_TaskProgressEventArgs_CurrentOperationDescription @@ -129036,14 +116871,11 @@ references: fullName: Sdl.ProjectAutomation.AutomaticTasks.WordCounter.Count(Sdl.FileTypeSupport.Framework.BilingualApi.ISegment) nameWithType: WordCounter.Count(ISegment) - uid: Sdl.ProjectAutomation.AutomaticTasks.WordCounter.Count(Sdl.FileTypeSupport.Framework.BilingualApi.ISegment,System.Boolean) - name: Count(ISegment, bool) + name: Count(ISegment, Boolean) href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.WordCounter.html#Sdl_ProjectAutomation_AutomaticTasks_WordCounter_Count_Sdl_FileTypeSupport_Framework_BilingualApi_ISegment_System_Boolean_ commentId: M:Sdl.ProjectAutomation.AutomaticTasks.WordCounter.Count(Sdl.FileTypeSupport.Framework.BilingualApi.ISegment,System.Boolean) - name.vb: Count(ISegment, Boolean) - fullName: Sdl.ProjectAutomation.AutomaticTasks.WordCounter.Count(Sdl.FileTypeSupport.Framework.BilingualApi.ISegment, bool) - fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.WordCounter.Count(Sdl.FileTypeSupport.Framework.BilingualApi.ISegment, Boolean) - nameWithType: WordCounter.Count(ISegment, bool) - nameWithType.vb: WordCounter.Count(ISegment, Boolean) + fullName: Sdl.ProjectAutomation.AutomaticTasks.WordCounter.Count(Sdl.FileTypeSupport.Framework.BilingualApi.ISegment, System.Boolean) + nameWithType: WordCounter.Count(ISegment, Boolean) - uid: Sdl.ProjectAutomation.AutomaticTasks.WordCounter.Count* name: Count href: api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.WordCounter.html#Sdl_ProjectAutomation_AutomaticTasks_WordCounter_Count_ @@ -129066,20 +116898,14 @@ references: name: AnalysisBand() href: api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisBand.html#Sdl_ProjectAutomation_Core_AnalysisBand__ctor commentId: M:Sdl.ProjectAutomation.Core.AnalysisBand.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.AnalysisBand.AnalysisBand() - fullName.vb: Sdl.ProjectAutomation.Core.AnalysisBand.New() nameWithType: AnalysisBand.AnalysisBand() - nameWithType.vb: AnalysisBand.New() - uid: Sdl.ProjectAutomation.Core.AnalysisBand.#ctor* name: AnalysisBand href: api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisBand.html#Sdl_ProjectAutomation_Core_AnalysisBand__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.AnalysisBand.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.AnalysisBand.AnalysisBand - fullName.vb: Sdl.ProjectAutomation.Core.AnalysisBand.New nameWithType: AnalysisBand.AnalysisBand - nameWithType.vb: AnalysisBand.New - uid: Sdl.ProjectAutomation.Core.AnalysisBand.MaximumMatchValue name: MaximumMatchValue href: api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisBand.html#Sdl_ProjectAutomation_Core_AnalysisBand_MaximumMatchValue @@ -129114,20 +116940,14 @@ references: name: AnalysisStatistics() href: api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisStatistics.html#Sdl_ProjectAutomation_Core_AnalysisStatistics__ctor commentId: M:Sdl.ProjectAutomation.Core.AnalysisStatistics.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.AnalysisStatistics.AnalysisStatistics() - fullName.vb: Sdl.ProjectAutomation.Core.AnalysisStatistics.New() nameWithType: AnalysisStatistics.AnalysisStatistics() - nameWithType.vb: AnalysisStatistics.New() - uid: Sdl.ProjectAutomation.Core.AnalysisStatistics.#ctor* name: AnalysisStatistics href: api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisStatistics.html#Sdl_ProjectAutomation_Core_AnalysisStatistics__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.AnalysisStatistics.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.AnalysisStatistics.AnalysisStatistics - fullName.vb: Sdl.ProjectAutomation.Core.AnalysisStatistics.New nameWithType: AnalysisStatistics.AnalysisStatistics - nameWithType.vb: AnalysisStatistics.New - uid: Sdl.ProjectAutomation.Core.AnalysisStatistics.AnalysisStatus name: AnalysisStatus href: api/projectautomation/Sdl.ProjectAutomation.Core.AnalysisStatistics.html#Sdl_ProjectAutomation_Core_AnalysisStatistics_AnalysisStatus @@ -129210,20 +117030,14 @@ references: name: AutomaticTask() href: api/projectautomation/Sdl.ProjectAutomation.Core.AutomaticTask.html#Sdl_ProjectAutomation_Core_AutomaticTask__ctor commentId: M:Sdl.ProjectAutomation.Core.AutomaticTask.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.AutomaticTask.AutomaticTask() - fullName.vb: Sdl.ProjectAutomation.Core.AutomaticTask.New() nameWithType: AutomaticTask.AutomaticTask() - nameWithType.vb: AutomaticTask.New() - uid: Sdl.ProjectAutomation.Core.AutomaticTask.#ctor* name: AutomaticTask href: api/projectautomation/Sdl.ProjectAutomation.Core.AutomaticTask.html#Sdl_ProjectAutomation_Core_AutomaticTask__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.AutomaticTask.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.AutomaticTask.AutomaticTask - fullName.vb: Sdl.ProjectAutomation.Core.AutomaticTask.New nameWithType: AutomaticTask.AutomaticTask - nameWithType.vb: AutomaticTask.New - uid: Sdl.ProjectAutomation.Core.AutomaticTask.Messages name: Messages href: api/projectautomation/Sdl.ProjectAutomation.Core.AutomaticTask.html#Sdl_ProjectAutomation_Core_AutomaticTask_Messages @@ -129390,29 +117204,20 @@ references: name: BilingualFileMapping() href: api/projectautomation/Sdl.ProjectAutomation.Core.BilingualFileMapping.html#Sdl_ProjectAutomation_Core_BilingualFileMapping__ctor commentId: M:Sdl.ProjectAutomation.Core.BilingualFileMapping.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.BilingualFileMapping.BilingualFileMapping() - fullName.vb: Sdl.ProjectAutomation.Core.BilingualFileMapping.New() nameWithType: BilingualFileMapping.BilingualFileMapping() - nameWithType.vb: BilingualFileMapping.New() - uid: Sdl.ProjectAutomation.Core.BilingualFileMapping.#ctor(System.Guid,Sdl.Core.Globalization.Language,System.String) - name: BilingualFileMapping(Guid, Language, string) + name: BilingualFileMapping(Guid, Language, String) href: api/projectautomation/Sdl.ProjectAutomation.Core.BilingualFileMapping.html#Sdl_ProjectAutomation_Core_BilingualFileMapping__ctor_System_Guid_Sdl_Core_Globalization_Language_System_String_ commentId: M:Sdl.ProjectAutomation.Core.BilingualFileMapping.#ctor(System.Guid,Sdl.Core.Globalization.Language,System.String) - name.vb: New(Guid, Language, String) - fullName: Sdl.ProjectAutomation.Core.BilingualFileMapping.BilingualFileMapping(System.Guid, Sdl.Core.Globalization.Language, string) - fullName.vb: Sdl.ProjectAutomation.Core.BilingualFileMapping.New(System.Guid, Sdl.Core.Globalization.Language, String) - nameWithType: BilingualFileMapping.BilingualFileMapping(Guid, Language, string) - nameWithType.vb: BilingualFileMapping.New(Guid, Language, String) + fullName: Sdl.ProjectAutomation.Core.BilingualFileMapping.BilingualFileMapping(System.Guid, Sdl.Core.Globalization.Language, System.String) + nameWithType: BilingualFileMapping.BilingualFileMapping(Guid, Language, String) - uid: Sdl.ProjectAutomation.Core.BilingualFileMapping.#ctor* name: BilingualFileMapping href: api/projectautomation/Sdl.ProjectAutomation.Core.BilingualFileMapping.html#Sdl_ProjectAutomation_Core_BilingualFileMapping__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.BilingualFileMapping.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.BilingualFileMapping.BilingualFileMapping - fullName.vb: Sdl.ProjectAutomation.Core.BilingualFileMapping.New nameWithType: BilingualFileMapping.BilingualFileMapping - nameWithType.vb: BilingualFileMapping.New - uid: Sdl.ProjectAutomation.Core.BilingualFileMapping.BilingualFilePath name: BilingualFilePath href: api/projectautomation/Sdl.ProjectAutomation.Core.BilingualFileMapping.html#Sdl_ProjectAutomation_Core_BilingualFileMapping_BilingualFilePath @@ -129573,20 +117378,14 @@ references: name: ConfirmationStatistics() href: api/projectautomation/Sdl.ProjectAutomation.Core.ConfirmationStatistics.html#Sdl_ProjectAutomation_Core_ConfirmationStatistics__ctor commentId: M:Sdl.ProjectAutomation.Core.ConfirmationStatistics.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.ConfirmationStatistics.ConfirmationStatistics() - fullName.vb: Sdl.ProjectAutomation.Core.ConfirmationStatistics.New() nameWithType: ConfirmationStatistics.ConfirmationStatistics() - nameWithType.vb: ConfirmationStatistics.New() - uid: Sdl.ProjectAutomation.Core.ConfirmationStatistics.#ctor* name: ConfirmationStatistics href: api/projectautomation/Sdl.ProjectAutomation.Core.ConfirmationStatistics.html#Sdl_ProjectAutomation_Core_ConfirmationStatistics__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.ConfirmationStatistics.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.ConfirmationStatistics.ConfirmationStatistics - fullName.vb: Sdl.ProjectAutomation.Core.ConfirmationStatistics.New nameWithType: ConfirmationStatistics.ConfirmationStatistics - nameWithType.vb: ConfirmationStatistics.New - uid: Sdl.ProjectAutomation.Core.ConfirmationStatistics.CombinedConfirmationLevel name: CombinedConfirmationLevel href: api/projectautomation/Sdl.ProjectAutomation.Core.ConfirmationStatistics.html#Sdl_ProjectAutomation_Core_ConfirmationStatistics_CombinedConfirmationLevel @@ -129600,23 +117399,20 @@ references: fullName: Sdl.ProjectAutomation.Core.ConfirmationStatistics.CombinedConfirmationLevel nameWithType: ConfirmationStatistics.CombinedConfirmationLevel - uid: Sdl.ProjectAutomation.Core.ConfirmationStatistics.Item(Sdl.Core.Globalization.ConfirmationLevel) - name: this[ConfirmationLevel] + name: Item[ConfirmationLevel] href: api/projectautomation/Sdl.ProjectAutomation.Core.ConfirmationStatistics.html#Sdl_ProjectAutomation_Core_ConfirmationStatistics_Item_Sdl_Core_Globalization_ConfirmationLevel_ commentId: P:Sdl.ProjectAutomation.Core.ConfirmationStatistics.Item(Sdl.Core.Globalization.ConfirmationLevel) - name.vb: this[](ConfirmationLevel) - fullName: Sdl.ProjectAutomation.Core.ConfirmationStatistics.this[Sdl.Core.Globalization.ConfirmationLevel] - fullName.vb: Sdl.ProjectAutomation.Core.ConfirmationStatistics.this[](Sdl.Core.Globalization.ConfirmationLevel) - nameWithType: ConfirmationStatistics.this[ConfirmationLevel] - nameWithType.vb: ConfirmationStatistics.this[](ConfirmationLevel) + name.vb: Item(ConfirmationLevel) + fullName: Sdl.ProjectAutomation.Core.ConfirmationStatistics.Item[Sdl.Core.Globalization.ConfirmationLevel] + fullName.vb: Sdl.ProjectAutomation.Core.ConfirmationStatistics.Item(Sdl.Core.Globalization.ConfirmationLevel) + nameWithType: ConfirmationStatistics.Item[ConfirmationLevel] + nameWithType.vb: ConfirmationStatistics.Item(ConfirmationLevel) - uid: Sdl.ProjectAutomation.Core.ConfirmationStatistics.Item* - name: this + name: Item href: api/projectautomation/Sdl.ProjectAutomation.Core.ConfirmationStatistics.html#Sdl_ProjectAutomation_Core_ConfirmationStatistics_Item_ commentId: Overload:Sdl.ProjectAutomation.Core.ConfirmationStatistics.Item - name.vb: this[] - fullName: Sdl.ProjectAutomation.Core.ConfirmationStatistics.this - fullName.vb: Sdl.ProjectAutomation.Core.ConfirmationStatistics.this[] - nameWithType: ConfirmationStatistics.this - nameWithType.vb: ConfirmationStatistics.this[] + fullName: Sdl.ProjectAutomation.Core.ConfirmationStatistics.Item + nameWithType: ConfirmationStatistics.Item - uid: Sdl.ProjectAutomation.Core.ConfirmationStatistics.PercentComplete name: PercentComplete href: api/projectautomation/Sdl.ProjectAutomation.Core.ConfirmationStatistics.html#Sdl_ProjectAutomation_Core_ConfirmationStatistics_PercentComplete @@ -129663,20 +117459,14 @@ references: name: CountData() href: api/projectautomation/Sdl.ProjectAutomation.Core.CountData.html#Sdl_ProjectAutomation_Core_CountData__ctor commentId: M:Sdl.ProjectAutomation.Core.CountData.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.CountData.CountData() - fullName.vb: Sdl.ProjectAutomation.Core.CountData.New() nameWithType: CountData.CountData() - nameWithType.vb: CountData.New() - uid: Sdl.ProjectAutomation.Core.CountData.#ctor* name: CountData href: api/projectautomation/Sdl.ProjectAutomation.Core.CountData.html#Sdl_ProjectAutomation_Core_CountData__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.CountData.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.CountData.CountData - fullName.vb: Sdl.ProjectAutomation.Core.CountData.New nameWithType: CountData.CountData - nameWithType.vb: CountData.New - uid: Sdl.ProjectAutomation.Core.CountData.Characters name: Characters href: api/projectautomation/Sdl.ProjectAutomation.Core.CountData.html#Sdl_ProjectAutomation_Core_CountData_Characters @@ -129690,14 +117480,11 @@ references: fullName: Sdl.ProjectAutomation.Core.CountData.Characters nameWithType: CountData.Characters - uid: Sdl.ProjectAutomation.Core.CountData.Create(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) - name: Create(int, int, int, int, int) + name: Create(Int32, Int32, Int32, Int32, Int32) href: api/projectautomation/Sdl.ProjectAutomation.Core.CountData.html#Sdl_ProjectAutomation_Core_CountData_Create_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_ commentId: M:Sdl.ProjectAutomation.Core.CountData.Create(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) - name.vb: Create(Integer, Integer, Integer, Integer, Integer) - fullName: Sdl.ProjectAutomation.Core.CountData.Create(int, int, int, int, int) - fullName.vb: Sdl.ProjectAutomation.Core.CountData.Create(Integer, Integer, Integer, Integer, Integer) - nameWithType: CountData.Create(int, int, int, int, int) - nameWithType.vb: CountData.Create(Integer, Integer, Integer, Integer, Integer) + fullName: Sdl.ProjectAutomation.Core.CountData.Create(System.Int32, System.Int32, System.Int32, System.Int32, System.Int32) + nameWithType: CountData.Create(Int32, Int32, Int32, Int32, Int32) - uid: Sdl.ProjectAutomation.Core.CountData.Create* name: Create href: api/projectautomation/Sdl.ProjectAutomation.Core.CountData.html#Sdl_ProjectAutomation_Core_CountData_Create_ @@ -129711,14 +117498,11 @@ references: fullName: Sdl.ProjectAutomation.Core.CountData.Increment(Sdl.ProjectAutomation.Core.CountData) nameWithType: CountData.Increment(CountData) - uid: Sdl.ProjectAutomation.Core.CountData.Increment(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) - name: Increment(int, int, int, int, int) + name: Increment(Int32, Int32, Int32, Int32, Int32) href: api/projectautomation/Sdl.ProjectAutomation.Core.CountData.html#Sdl_ProjectAutomation_Core_CountData_Increment_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_ commentId: M:Sdl.ProjectAutomation.Core.CountData.Increment(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) - name.vb: Increment(Integer, Integer, Integer, Integer, Integer) - fullName: Sdl.ProjectAutomation.Core.CountData.Increment(int, int, int, int, int) - fullName.vb: Sdl.ProjectAutomation.Core.CountData.Increment(Integer, Integer, Integer, Integer, Integer) - nameWithType: CountData.Increment(int, int, int, int, int) - nameWithType.vb: CountData.Increment(Integer, Integer, Integer, Integer, Integer) + fullName: Sdl.ProjectAutomation.Core.CountData.Increment(System.Int32, System.Int32, System.Int32, System.Int32, System.Int32) + nameWithType: CountData.Increment(Int32, Int32, Int32, Int32, Int32) - uid: Sdl.ProjectAutomation.Core.CountData.Increment* name: Increment href: api/projectautomation/Sdl.ProjectAutomation.Core.CountData.html#Sdl_ProjectAutomation_Core_CountData_Increment_ @@ -129783,20 +117567,14 @@ references: name: DataTransferEventArgs() href: api/projectautomation/Sdl.ProjectAutomation.Core.DataTransferEventArgs.html#Sdl_ProjectAutomation_Core_DataTransferEventArgs__ctor commentId: M:Sdl.ProjectAutomation.Core.DataTransferEventArgs.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.DataTransferEventArgs.DataTransferEventArgs() - fullName.vb: Sdl.ProjectAutomation.Core.DataTransferEventArgs.New() nameWithType: DataTransferEventArgs.DataTransferEventArgs() - nameWithType.vb: DataTransferEventArgs.New() - uid: Sdl.ProjectAutomation.Core.DataTransferEventArgs.#ctor* name: DataTransferEventArgs href: api/projectautomation/Sdl.ProjectAutomation.Core.DataTransferEventArgs.html#Sdl_ProjectAutomation_Core_DataTransferEventArgs__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.DataTransferEventArgs.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.DataTransferEventArgs.DataTransferEventArgs - fullName.vb: Sdl.ProjectAutomation.Core.DataTransferEventArgs.New nameWithType: DataTransferEventArgs.DataTransferEventArgs - nameWithType.vb: DataTransferEventArgs.New - uid: Sdl.ProjectAutomation.Core.DataTransferEventArgs.BytesTransferred name: BytesTransferred href: api/projectautomation/Sdl.ProjectAutomation.Core.DataTransferEventArgs.html#Sdl_ProjectAutomation_Core_DataTransferEventArgs_BytesTransferred @@ -129867,20 +117645,14 @@ references: name: ExecutionMessage() href: api/projectautomation/Sdl.ProjectAutomation.Core.ExecutionMessage.html#Sdl_ProjectAutomation_Core_ExecutionMessage__ctor commentId: M:Sdl.ProjectAutomation.Core.ExecutionMessage.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.ExecutionMessage.ExecutionMessage() - fullName.vb: Sdl.ProjectAutomation.Core.ExecutionMessage.New() nameWithType: ExecutionMessage.ExecutionMessage() - nameWithType.vb: ExecutionMessage.New() - uid: Sdl.ProjectAutomation.Core.ExecutionMessage.#ctor* name: ExecutionMessage href: api/projectautomation/Sdl.ProjectAutomation.Core.ExecutionMessage.html#Sdl_ProjectAutomation_Core_ExecutionMessage__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.ExecutionMessage.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.ExecutionMessage.ExecutionMessage - fullName.vb: Sdl.ProjectAutomation.Core.ExecutionMessage.New nameWithType: ExecutionMessage.ExecutionMessage - nameWithType.vb: ExecutionMessage.New - uid: Sdl.ProjectAutomation.Core.ExecutionMessage.Exception name: Exception href: api/projectautomation/Sdl.ProjectAutomation.Core.ExecutionMessage.html#Sdl_ProjectAutomation_Core_ExecutionMessage_Exception @@ -130014,20 +117786,14 @@ references: name: FuzzyCountData() href: api/projectautomation/Sdl.ProjectAutomation.Core.FuzzyCountData.html#Sdl_ProjectAutomation_Core_FuzzyCountData__ctor commentId: M:Sdl.ProjectAutomation.Core.FuzzyCountData.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.FuzzyCountData.FuzzyCountData() - fullName.vb: Sdl.ProjectAutomation.Core.FuzzyCountData.New() nameWithType: FuzzyCountData.FuzzyCountData() - nameWithType.vb: FuzzyCountData.New() - uid: Sdl.ProjectAutomation.Core.FuzzyCountData.#ctor* name: FuzzyCountData href: api/projectautomation/Sdl.ProjectAutomation.Core.FuzzyCountData.html#Sdl_ProjectAutomation_Core_FuzzyCountData__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.FuzzyCountData.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.FuzzyCountData.FuzzyCountData - fullName.vb: Sdl.ProjectAutomation.Core.FuzzyCountData.New nameWithType: FuzzyCountData.FuzzyCountData - nameWithType.vb: FuzzyCountData.New - uid: Sdl.ProjectAutomation.Core.FuzzyCountData.Band name: Band href: api/projectautomation/Sdl.ProjectAutomation.Core.FuzzyCountData.html#Sdl_ProjectAutomation_Core_FuzzyCountData_Band @@ -130059,13 +117825,13 @@ references: fullName: Sdl.ProjectAutomation.Core.IPackage.AddLanguageDirection nameWithType: IPackage.AddLanguageDirection - uid: Sdl.ProjectAutomation.Core.IPackage.AddReferenceFiles(System.Collections.Generic.IEnumerable{System.String}) - name: AddReferenceFiles(IEnumerable) + name: AddReferenceFiles(IEnumerable) href: api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html#Sdl_ProjectAutomation_Core_IPackage_AddReferenceFiles_System_Collections_Generic_IEnumerable_System_String__ commentId: M:Sdl.ProjectAutomation.Core.IPackage.AddReferenceFiles(System.Collections.Generic.IEnumerable{System.String}) name.vb: AddReferenceFiles(IEnumerable(Of String)) - fullName: Sdl.ProjectAutomation.Core.IPackage.AddReferenceFiles(System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.ProjectAutomation.Core.IPackage.AddReferenceFiles(System.Collections.Generic.IEnumerable(Of String)) - nameWithType: IPackage.AddReferenceFiles(IEnumerable) + fullName: Sdl.ProjectAutomation.Core.IPackage.AddReferenceFiles(System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.ProjectAutomation.Core.IPackage.AddReferenceFiles(System.Collections.Generic.IEnumerable(Of System.String)) + nameWithType: IPackage.AddReferenceFiles(IEnumerable) nameWithType.vb: IPackage.AddReferenceFiles(IEnumerable(Of String)) - uid: Sdl.ProjectAutomation.Core.IPackage.AddReferenceFiles* name: AddReferenceFiles @@ -130074,14 +117840,11 @@ references: fullName: Sdl.ProjectAutomation.Core.IPackage.AddReferenceFiles nameWithType: IPackage.AddReferenceFiles - uid: Sdl.ProjectAutomation.Core.IPackage.AddTranslatableFile(System.String,System.String,Sdl.Core.Globalization.Language,System.Guid,System.String,System.Guid) - name: AddTranslatableFile(string, string, Language, Guid, string, Guid) + name: AddTranslatableFile(String, String, Language, Guid, String, Guid) href: api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html#Sdl_ProjectAutomation_Core_IPackage_AddTranslatableFile_System_String_System_String_Sdl_Core_Globalization_Language_System_Guid_System_String_System_Guid_ commentId: M:Sdl.ProjectAutomation.Core.IPackage.AddTranslatableFile(System.String,System.String,Sdl.Core.Globalization.Language,System.Guid,System.String,System.Guid) - name.vb: AddTranslatableFile(String, String, Language, Guid, String, Guid) - fullName: Sdl.ProjectAutomation.Core.IPackage.AddTranslatableFile(string, string, Sdl.Core.Globalization.Language, System.Guid, string, System.Guid) - fullName.vb: Sdl.ProjectAutomation.Core.IPackage.AddTranslatableFile(String, String, Sdl.Core.Globalization.Language, System.Guid, String, System.Guid) - nameWithType: IPackage.AddTranslatableFile(string, string, Language, Guid, string, Guid) - nameWithType.vb: IPackage.AddTranslatableFile(String, String, Language, Guid, String, Guid) + fullName: Sdl.ProjectAutomation.Core.IPackage.AddTranslatableFile(System.String, System.String, Sdl.Core.Globalization.Language, System.Guid, System.String, System.Guid) + nameWithType: IPackage.AddTranslatableFile(String, String, Language, Guid, String, Guid) - uid: Sdl.ProjectAutomation.Core.IPackage.AddTranslatableFile* name: AddTranslatableFile href: api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html#Sdl_ProjectAutomation_Core_IPackage_AddTranslatableFile_ @@ -130089,14 +117852,14 @@ references: fullName: Sdl.ProjectAutomation.Core.IPackage.AddTranslatableFile nameWithType: IPackage.AddTranslatableFile - uid: Sdl.ProjectAutomation.Core.IPackage.CreateManualTask(System.String,System.String,System.DateTime,System.Collections.Generic.IEnumerable{Sdl.ProjectAutomation.Core.TaskFileInfo}) - name: CreateManualTask(string, string, DateTime, IEnumerable) + name: CreateManualTask(String, String, DateTime, IEnumerable) href: api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html#Sdl_ProjectAutomation_Core_IPackage_CreateManualTask_System_String_System_String_System_DateTime_System_Collections_Generic_IEnumerable_Sdl_ProjectAutomation_Core_TaskFileInfo__ commentId: M:Sdl.ProjectAutomation.Core.IPackage.CreateManualTask(System.String,System.String,System.DateTime,System.Collections.Generic.IEnumerable{Sdl.ProjectAutomation.Core.TaskFileInfo}) - name.vb: CreateManualTask(String, String, Date, IEnumerable(Of TaskFileInfo)) - fullName: Sdl.ProjectAutomation.Core.IPackage.CreateManualTask(string, string, System.DateTime, System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.ProjectAutomation.Core.IPackage.CreateManualTask(String, String, Date, System.Collections.Generic.IEnumerable(Of Sdl.ProjectAutomation.Core.TaskFileInfo)) - nameWithType: IPackage.CreateManualTask(string, string, DateTime, IEnumerable) - nameWithType.vb: IPackage.CreateManualTask(String, String, Date, IEnumerable(Of TaskFileInfo)) + name.vb: CreateManualTask(String, String, DateTime, IEnumerable(Of TaskFileInfo)) + fullName: Sdl.ProjectAutomation.Core.IPackage.CreateManualTask(System.String, System.String, System.DateTime, System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.ProjectAutomation.Core.IPackage.CreateManualTask(System.String, System.String, System.DateTime, System.Collections.Generic.IEnumerable(Of Sdl.ProjectAutomation.Core.TaskFileInfo)) + nameWithType: IPackage.CreateManualTask(String, String, DateTime, IEnumerable) + nameWithType.vb: IPackage.CreateManualTask(String, String, DateTime, IEnumerable(Of TaskFileInfo)) - uid: Sdl.ProjectAutomation.Core.IPackage.CreateManualTask* name: CreateManualTask href: api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html#Sdl_ProjectAutomation_Core_IPackage_CreateManualTask_ @@ -130170,14 +117933,11 @@ references: fullName: Sdl.ProjectAutomation.Core.IPackage.GetTargetLanguageFiles nameWithType: IPackage.GetTargetLanguageFiles - uid: Sdl.ProjectAutomation.Core.IPackage.GetTermbaseConfiguration(System.Boolean) - name: GetTermbaseConfiguration(bool) + name: GetTermbaseConfiguration(Boolean) href: api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html#Sdl_ProjectAutomation_Core_IPackage_GetTermbaseConfiguration_System_Boolean_ commentId: M:Sdl.ProjectAutomation.Core.IPackage.GetTermbaseConfiguration(System.Boolean) - name.vb: GetTermbaseConfiguration(Boolean) - fullName: Sdl.ProjectAutomation.Core.IPackage.GetTermbaseConfiguration(bool) - fullName.vb: Sdl.ProjectAutomation.Core.IPackage.GetTermbaseConfiguration(Boolean) - nameWithType: IPackage.GetTermbaseConfiguration(bool) - nameWithType.vb: IPackage.GetTermbaseConfiguration(Boolean) + fullName: Sdl.ProjectAutomation.Core.IPackage.GetTermbaseConfiguration(System.Boolean) + nameWithType: IPackage.GetTermbaseConfiguration(Boolean) - uid: Sdl.ProjectAutomation.Core.IPackage.GetTermbaseConfiguration* name: GetTermbaseConfiguration href: api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html#Sdl_ProjectAutomation_Core_IPackage_GetTermbaseConfiguration_ @@ -130197,14 +117957,11 @@ references: fullName: Sdl.ProjectAutomation.Core.IPackage.GetTranslatableFiles nameWithType: IPackage.GetTranslatableFiles - uid: Sdl.ProjectAutomation.Core.IPackage.GetTranslationMemoryInstances(System.Boolean) - name: GetTranslationMemoryInstances(bool) + name: GetTranslationMemoryInstances(Boolean) href: api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html#Sdl_ProjectAutomation_Core_IPackage_GetTranslationMemoryInstances_System_Boolean_ commentId: M:Sdl.ProjectAutomation.Core.IPackage.GetTranslationMemoryInstances(System.Boolean) - name.vb: GetTranslationMemoryInstances(Boolean) - fullName: Sdl.ProjectAutomation.Core.IPackage.GetTranslationMemoryInstances(bool) - fullName.vb: Sdl.ProjectAutomation.Core.IPackage.GetTranslationMemoryInstances(Boolean) - nameWithType: IPackage.GetTranslationMemoryInstances(bool) - nameWithType.vb: IPackage.GetTranslationMemoryInstances(Boolean) + fullName: Sdl.ProjectAutomation.Core.IPackage.GetTranslationMemoryInstances(System.Boolean) + nameWithType: IPackage.GetTranslationMemoryInstances(Boolean) - uid: Sdl.ProjectAutomation.Core.IPackage.GetTranslationMemoryInstances* name: GetTranslationMemoryInstances href: api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html#Sdl_ProjectAutomation_Core_IPackage_GetTranslationMemoryInstances_ @@ -130236,14 +117993,11 @@ references: fullName: Sdl.ProjectAutomation.Core.IPackage.LocalProjectFolder nameWithType: IPackage.LocalProjectFolder - uid: Sdl.ProjectAutomation.Core.IPackage.Pack(System.String) - name: Pack(string) + name: Pack(String) href: api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html#Sdl_ProjectAutomation_Core_IPackage_Pack_System_String_ commentId: M:Sdl.ProjectAutomation.Core.IPackage.Pack(System.String) - name.vb: Pack(String) - fullName: Sdl.ProjectAutomation.Core.IPackage.Pack(string) - fullName.vb: Sdl.ProjectAutomation.Core.IPackage.Pack(String) - nameWithType: IPackage.Pack(string) - nameWithType.vb: IPackage.Pack(String) + fullName: Sdl.ProjectAutomation.Core.IPackage.Pack(System.String) + nameWithType: IPackage.Pack(String) - uid: Sdl.ProjectAutomation.Core.IPackage.Pack* name: Pack href: api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html#Sdl_ProjectAutomation_Core_IPackage_Pack_ @@ -130263,13 +118017,13 @@ references: fullName: Sdl.ProjectAutomation.Core.IPackage.PackageConvertor nameWithType: IPackage.PackageConvertor - uid: Sdl.ProjectAutomation.Core.IPackage.RunAutomaticTask(System.Collections.Generic.IEnumerable{System.Guid},System.String,System.EventHandler{Sdl.ProjectAutomation.Core.TaskStatusEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.TaskMessageEventArgs}) - name: RunAutomaticTask(IEnumerable, string, EventHandler, EventHandler) + name: RunAutomaticTask(IEnumerable, String, EventHandler, EventHandler) href: api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html#Sdl_ProjectAutomation_Core_IPackage_RunAutomaticTask_System_Collections_Generic_IEnumerable_System_Guid__System_String_System_EventHandler_Sdl_ProjectAutomation_Core_TaskStatusEventArgs__System_EventHandler_Sdl_ProjectAutomation_Core_TaskMessageEventArgs__ commentId: M:Sdl.ProjectAutomation.Core.IPackage.RunAutomaticTask(System.Collections.Generic.IEnumerable{System.Guid},System.String,System.EventHandler{Sdl.ProjectAutomation.Core.TaskStatusEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.TaskMessageEventArgs}) name.vb: RunAutomaticTask(IEnumerable(Of Guid), String, EventHandler(Of TaskStatusEventArgs), EventHandler(Of TaskMessageEventArgs)) - fullName: Sdl.ProjectAutomation.Core.IPackage.RunAutomaticTask(System.Collections.Generic.IEnumerable, string, System.EventHandler, System.EventHandler) - fullName.vb: Sdl.ProjectAutomation.Core.IPackage.RunAutomaticTask(System.Collections.Generic.IEnumerable(Of System.Guid), String, System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskStatusEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskMessageEventArgs)) - nameWithType: IPackage.RunAutomaticTask(IEnumerable, string, EventHandler, EventHandler) + fullName: Sdl.ProjectAutomation.Core.IPackage.RunAutomaticTask(System.Collections.Generic.IEnumerable, System.String, System.EventHandler, System.EventHandler) + fullName.vb: Sdl.ProjectAutomation.Core.IPackage.RunAutomaticTask(System.Collections.Generic.IEnumerable(Of System.Guid), System.String, System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskStatusEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskMessageEventArgs)) + nameWithType: IPackage.RunAutomaticTask(IEnumerable, String, EventHandler, EventHandler) nameWithType.vb: IPackage.RunAutomaticTask(IEnumerable(Of Guid), String, EventHandler(Of TaskStatusEventArgs), EventHandler(Of TaskMessageEventArgs)) - uid: Sdl.ProjectAutomation.Core.IPackage.RunAutomaticTask* name: RunAutomaticTask @@ -130278,13 +118032,13 @@ references: fullName: Sdl.ProjectAutomation.Core.IPackage.RunAutomaticTask nameWithType: IPackage.RunAutomaticTask - uid: Sdl.ProjectAutomation.Core.IPackage.RunAutomaticTasks(System.Collections.Generic.IEnumerable{System.Guid},System.Collections.Generic.IEnumerable{System.String},System.String,System.EventHandler{Sdl.ProjectAutomation.Core.TaskStatusEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.TaskMessageEventArgs}) - name: RunAutomaticTasks(IEnumerable, IEnumerable, string, EventHandler, EventHandler) + name: RunAutomaticTasks(IEnumerable, IEnumerable, String, EventHandler, EventHandler) href: api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html#Sdl_ProjectAutomation_Core_IPackage_RunAutomaticTasks_System_Collections_Generic_IEnumerable_System_Guid__System_Collections_Generic_IEnumerable_System_String__System_String_System_EventHandler_Sdl_ProjectAutomation_Core_TaskStatusEventArgs__System_EventHandler_Sdl_ProjectAutomation_Core_TaskMessageEventArgs__ commentId: M:Sdl.ProjectAutomation.Core.IPackage.RunAutomaticTasks(System.Collections.Generic.IEnumerable{System.Guid},System.Collections.Generic.IEnumerable{System.String},System.String,System.EventHandler{Sdl.ProjectAutomation.Core.TaskStatusEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.TaskMessageEventArgs}) name.vb: RunAutomaticTasks(IEnumerable(Of Guid), IEnumerable(Of String), String, EventHandler(Of TaskStatusEventArgs), EventHandler(Of TaskMessageEventArgs)) - fullName: Sdl.ProjectAutomation.Core.IPackage.RunAutomaticTasks(System.Collections.Generic.IEnumerable, System.Collections.Generic.IEnumerable, string, System.EventHandler, System.EventHandler) - fullName.vb: Sdl.ProjectAutomation.Core.IPackage.RunAutomaticTasks(System.Collections.Generic.IEnumerable(Of System.Guid), System.Collections.Generic.IEnumerable(Of String), String, System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskStatusEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskMessageEventArgs)) - nameWithType: IPackage.RunAutomaticTasks(IEnumerable, IEnumerable, string, EventHandler, EventHandler) + fullName: Sdl.ProjectAutomation.Core.IPackage.RunAutomaticTasks(System.Collections.Generic.IEnumerable, System.Collections.Generic.IEnumerable, System.String, System.EventHandler, System.EventHandler) + fullName.vb: Sdl.ProjectAutomation.Core.IPackage.RunAutomaticTasks(System.Collections.Generic.IEnumerable(Of System.Guid), System.Collections.Generic.IEnumerable(Of System.String), System.String, System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskStatusEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskMessageEventArgs)) + nameWithType: IPackage.RunAutomaticTasks(IEnumerable, IEnumerable, String, EventHandler, EventHandler) nameWithType.vb: IPackage.RunAutomaticTasks(IEnumerable(Of Guid), IEnumerable(Of String), String, EventHandler(Of TaskStatusEventArgs), EventHandler(Of TaskMessageEventArgs)) - uid: Sdl.ProjectAutomation.Core.IPackage.RunAutomaticTasks* name: RunAutomaticTasks @@ -130293,14 +118047,14 @@ references: fullName: Sdl.ProjectAutomation.Core.IPackage.RunAutomaticTasks nameWithType: IPackage.RunAutomaticTasks - uid: Sdl.ProjectAutomation.Core.IPackage.SetAnalysisBands(System.Int32[]) - name: SetAnalysisBands(int[]) + name: SetAnalysisBands(Int32[]) href: api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html#Sdl_ProjectAutomation_Core_IPackage_SetAnalysisBands_System_Int32___ commentId: M:Sdl.ProjectAutomation.Core.IPackage.SetAnalysisBands(System.Int32[]) - name.vb: SetAnalysisBands(Integer()) - fullName: Sdl.ProjectAutomation.Core.IPackage.SetAnalysisBands(int[]) - fullName.vb: Sdl.ProjectAutomation.Core.IPackage.SetAnalysisBands(Integer()) - nameWithType: IPackage.SetAnalysisBands(int[]) - nameWithType.vb: IPackage.SetAnalysisBands(Integer()) + name.vb: SetAnalysisBands(Int32()) + fullName: Sdl.ProjectAutomation.Core.IPackage.SetAnalysisBands(System.Int32[]) + fullName.vb: Sdl.ProjectAutomation.Core.IPackage.SetAnalysisBands(System.Int32()) + nameWithType: IPackage.SetAnalysisBands(Int32[]) + nameWithType.vb: IPackage.SetAnalysisBands(Int32()) - uid: Sdl.ProjectAutomation.Core.IPackage.SetAnalysisBands* name: SetAnalysisBands href: api/projectautomation/Sdl.ProjectAutomation.Core.IPackage.html#Sdl_ProjectAutomation_Core_IPackage_SetAnalysisBands_ @@ -130407,22 +118161,22 @@ references: fullName: Sdl.ProjectAutomation.Core.IProject.AddBilingualReferenceFiles nameWithType: IProject.AddBilingualReferenceFiles - uid: Sdl.ProjectAutomation.Core.IProject.AddFiles(System.String[]) - name: AddFiles(string[]) + name: AddFiles(String[]) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_AddFiles_System_String___ commentId: M:Sdl.ProjectAutomation.Core.IProject.AddFiles(System.String[]) name.vb: AddFiles(String()) - fullName: Sdl.ProjectAutomation.Core.IProject.AddFiles(string[]) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.AddFiles(String()) - nameWithType: IProject.AddFiles(string[]) + fullName: Sdl.ProjectAutomation.Core.IProject.AddFiles(System.String[]) + fullName.vb: Sdl.ProjectAutomation.Core.IProject.AddFiles(System.String()) + nameWithType: IProject.AddFiles(String[]) nameWithType.vb: IProject.AddFiles(String()) - uid: Sdl.ProjectAutomation.Core.IProject.AddFiles(System.String[],System.String) - name: AddFiles(string[], string) + name: AddFiles(String[], String) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_AddFiles_System_String___System_String_ commentId: M:Sdl.ProjectAutomation.Core.IProject.AddFiles(System.String[],System.String) name.vb: AddFiles(String(), String) - fullName: Sdl.ProjectAutomation.Core.IProject.AddFiles(string[], string) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.AddFiles(String(), String) - nameWithType: IProject.AddFiles(string[], string) + fullName: Sdl.ProjectAutomation.Core.IProject.AddFiles(System.String[], System.String) + fullName.vb: Sdl.ProjectAutomation.Core.IProject.AddFiles(System.String(), System.String) + nameWithType: IProject.AddFiles(String[], String) nameWithType.vb: IProject.AddFiles(String(), String) - uid: Sdl.ProjectAutomation.Core.IProject.AddFiles* name: AddFiles @@ -130431,23 +118185,17 @@ references: fullName: Sdl.ProjectAutomation.Core.IProject.AddFiles nameWithType: IProject.AddFiles - uid: Sdl.ProjectAutomation.Core.IProject.AddFolderWithFiles(System.String,System.Boolean) - name: AddFolderWithFiles(string, bool) + name: AddFolderWithFiles(String, Boolean) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_AddFolderWithFiles_System_String_System_Boolean_ commentId: M:Sdl.ProjectAutomation.Core.IProject.AddFolderWithFiles(System.String,System.Boolean) - name.vb: AddFolderWithFiles(String, Boolean) - fullName: Sdl.ProjectAutomation.Core.IProject.AddFolderWithFiles(string, bool) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.AddFolderWithFiles(String, Boolean) - nameWithType: IProject.AddFolderWithFiles(string, bool) - nameWithType.vb: IProject.AddFolderWithFiles(String, Boolean) + fullName: Sdl.ProjectAutomation.Core.IProject.AddFolderWithFiles(System.String, System.Boolean) + nameWithType: IProject.AddFolderWithFiles(String, Boolean) - uid: Sdl.ProjectAutomation.Core.IProject.AddFolderWithFiles(System.String,System.String,System.Boolean) - name: AddFolderWithFiles(string, string, bool) + name: AddFolderWithFiles(String, String, Boolean) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_AddFolderWithFiles_System_String_System_String_System_Boolean_ commentId: M:Sdl.ProjectAutomation.Core.IProject.AddFolderWithFiles(System.String,System.String,System.Boolean) - name.vb: AddFolderWithFiles(String, String, Boolean) - fullName: Sdl.ProjectAutomation.Core.IProject.AddFolderWithFiles(string, string, bool) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.AddFolderWithFiles(String, String, Boolean) - nameWithType: IProject.AddFolderWithFiles(string, string, bool) - nameWithType.vb: IProject.AddFolderWithFiles(String, String, Boolean) + fullName: Sdl.ProjectAutomation.Core.IProject.AddFolderWithFiles(System.String, System.String, System.Boolean) + nameWithType: IProject.AddFolderWithFiles(String, String, Boolean) - uid: Sdl.ProjectAutomation.Core.IProject.AddFolderWithFiles* name: AddFolderWithFiles href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_AddFolderWithFiles_ @@ -130455,14 +118203,11 @@ references: fullName: Sdl.ProjectAutomation.Core.IProject.AddFolderWithFiles nameWithType: IProject.AddFolderWithFiles - uid: Sdl.ProjectAutomation.Core.IProject.AddNewFileVersion(System.Guid,System.String) - name: AddNewFileVersion(Guid, string) + name: AddNewFileVersion(Guid, String) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_AddNewFileVersion_System_Guid_System_String_ commentId: M:Sdl.ProjectAutomation.Core.IProject.AddNewFileVersion(System.Guid,System.String) - name.vb: AddNewFileVersion(Guid, String) - fullName: Sdl.ProjectAutomation.Core.IProject.AddNewFileVersion(System.Guid, string) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.AddNewFileVersion(System.Guid, String) - nameWithType: IProject.AddNewFileVersion(Guid, string) - nameWithType.vb: IProject.AddNewFileVersion(Guid, String) + fullName: Sdl.ProjectAutomation.Core.IProject.AddNewFileVersion(System.Guid, System.String) + nameWithType: IProject.AddNewFileVersion(Guid, String) - uid: Sdl.ProjectAutomation.Core.IProject.AddNewFileVersion* name: AddNewFileVersion href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_AddNewFileVersion_ @@ -130470,23 +118215,23 @@ references: fullName: Sdl.ProjectAutomation.Core.IProject.AddNewFileVersion nameWithType: IProject.AddNewFileVersion - uid: Sdl.ProjectAutomation.Core.IProject.CreateManualTask(System.String,System.String,System.DateTime,Sdl.ProjectAutomation.Core.TaskFileInfo[]) - name: CreateManualTask(string, string, DateTime, TaskFileInfo[]) + name: CreateManualTask(String, String, DateTime, TaskFileInfo[]) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_CreateManualTask_System_String_System_String_System_DateTime_Sdl_ProjectAutomation_Core_TaskFileInfo___ commentId: M:Sdl.ProjectAutomation.Core.IProject.CreateManualTask(System.String,System.String,System.DateTime,Sdl.ProjectAutomation.Core.TaskFileInfo[]) - name.vb: CreateManualTask(String, String, Date, TaskFileInfo()) - fullName: Sdl.ProjectAutomation.Core.IProject.CreateManualTask(string, string, System.DateTime, Sdl.ProjectAutomation.Core.TaskFileInfo[]) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.CreateManualTask(String, String, Date, Sdl.ProjectAutomation.Core.TaskFileInfo()) - nameWithType: IProject.CreateManualTask(string, string, DateTime, TaskFileInfo[]) - nameWithType.vb: IProject.CreateManualTask(String, String, Date, TaskFileInfo()) + name.vb: CreateManualTask(String, String, DateTime, TaskFileInfo()) + fullName: Sdl.ProjectAutomation.Core.IProject.CreateManualTask(System.String, System.String, System.DateTime, Sdl.ProjectAutomation.Core.TaskFileInfo[]) + fullName.vb: Sdl.ProjectAutomation.Core.IProject.CreateManualTask(System.String, System.String, System.DateTime, Sdl.ProjectAutomation.Core.TaskFileInfo()) + nameWithType: IProject.CreateManualTask(String, String, DateTime, TaskFileInfo[]) + nameWithType.vb: IProject.CreateManualTask(String, String, DateTime, TaskFileInfo()) - uid: Sdl.ProjectAutomation.Core.IProject.CreateManualTask(System.String,System.String,System.DateTime,System.Guid[]) - name: CreateManualTask(string, string, DateTime, Guid[]) + name: CreateManualTask(String, String, DateTime, Guid[]) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_CreateManualTask_System_String_System_String_System_DateTime_System_Guid___ commentId: M:Sdl.ProjectAutomation.Core.IProject.CreateManualTask(System.String,System.String,System.DateTime,System.Guid[]) - name.vb: CreateManualTask(String, String, Date, Guid()) - fullName: Sdl.ProjectAutomation.Core.IProject.CreateManualTask(string, string, System.DateTime, System.Guid[]) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.CreateManualTask(String, String, Date, System.Guid()) - nameWithType: IProject.CreateManualTask(string, string, DateTime, Guid[]) - nameWithType.vb: IProject.CreateManualTask(String, String, Date, Guid()) + name.vb: CreateManualTask(String, String, DateTime, Guid()) + fullName: Sdl.ProjectAutomation.Core.IProject.CreateManualTask(System.String, System.String, System.DateTime, System.Guid[]) + fullName.vb: Sdl.ProjectAutomation.Core.IProject.CreateManualTask(System.String, System.String, System.DateTime, System.Guid()) + nameWithType: IProject.CreateManualTask(String, String, DateTime, Guid[]) + nameWithType.vb: IProject.CreateManualTask(String, String, DateTime, Guid()) - uid: Sdl.ProjectAutomation.Core.IProject.CreateManualTask* name: CreateManualTask href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_CreateManualTask_ @@ -130494,13 +118239,13 @@ references: fullName: Sdl.ProjectAutomation.Core.IProject.CreateManualTask nameWithType: IProject.CreateManualTask - uid: Sdl.ProjectAutomation.Core.IProject.CreateMergedProjectFile(System.String,System.String,System.Guid[]) - name: CreateMergedProjectFile(string, string, Guid[]) + name: CreateMergedProjectFile(String, String, Guid[]) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_CreateMergedProjectFile_System_String_System_String_System_Guid___ commentId: M:Sdl.ProjectAutomation.Core.IProject.CreateMergedProjectFile(System.String,System.String,System.Guid[]) name.vb: CreateMergedProjectFile(String, String, Guid()) - fullName: Sdl.ProjectAutomation.Core.IProject.CreateMergedProjectFile(string, string, System.Guid[]) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.CreateMergedProjectFile(String, String, System.Guid()) - nameWithType: IProject.CreateMergedProjectFile(string, string, Guid[]) + fullName: Sdl.ProjectAutomation.Core.IProject.CreateMergedProjectFile(System.String, System.String, System.Guid[]) + fullName.vb: Sdl.ProjectAutomation.Core.IProject.CreateMergedProjectFile(System.String, System.String, System.Guid()) + nameWithType: IProject.CreateMergedProjectFile(String, String, Guid[]) nameWithType.vb: IProject.CreateMergedProjectFile(String, String, Guid()) - uid: Sdl.ProjectAutomation.Core.IProject.CreateMergedProjectFile* name: CreateMergedProjectFile @@ -130509,22 +118254,19 @@ references: fullName: Sdl.ProjectAutomation.Core.IProject.CreateMergedProjectFile nameWithType: IProject.CreateMergedProjectFile - uid: Sdl.ProjectAutomation.Core.IProject.CreateProjectPackage(System.Guid,System.String,System.String,Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions) - name: CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) + name: CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_CreateProjectPackage_System_Guid_System_String_System_String_Sdl_ProjectAutomation_Core_ProjectPackageCreationOptions_ commentId: M:Sdl.ProjectAutomation.Core.IProject.CreateProjectPackage(System.Guid,System.String,System.String,Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions) - name.vb: CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) - fullName: Sdl.ProjectAutomation.Core.IProject.CreateProjectPackage(System.Guid, string, string, Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.CreateProjectPackage(System.Guid, String, String, Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions) - nameWithType: IProject.CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) - nameWithType.vb: IProject.CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) + fullName: Sdl.ProjectAutomation.Core.IProject.CreateProjectPackage(System.Guid, System.String, System.String, Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions) + nameWithType: IProject.CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) - uid: Sdl.ProjectAutomation.Core.IProject.CreateProjectPackage(System.Guid,System.String,System.String,Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.MessageEventArgs}) - name: CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler, EventHandler) + name: CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler, EventHandler) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_CreateProjectPackage_System_Guid_System_String_System_String_Sdl_ProjectAutomation_Core_ProjectPackageCreationOptions_System_EventHandler_Sdl_ProjectAutomation_Core_ProgressEventArgs__System_EventHandler_Sdl_ProjectAutomation_Core_MessageEventArgs__ commentId: M:Sdl.ProjectAutomation.Core.IProject.CreateProjectPackage(System.Guid,System.String,System.String,Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.MessageEventArgs}) name.vb: CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler(Of ProgressEventArgs), EventHandler(Of MessageEventArgs)) - fullName: Sdl.ProjectAutomation.Core.IProject.CreateProjectPackage(System.Guid, string, string, Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions, System.EventHandler, System.EventHandler) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.CreateProjectPackage(System.Guid, String, String, Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.MessageEventArgs)) - nameWithType: IProject.CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler, EventHandler) + fullName: Sdl.ProjectAutomation.Core.IProject.CreateProjectPackage(System.Guid, System.String, System.String, Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions, System.EventHandler, System.EventHandler) + fullName.vb: Sdl.ProjectAutomation.Core.IProject.CreateProjectPackage(System.Guid, System.String, System.String, Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.MessageEventArgs)) + nameWithType: IProject.CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler, EventHandler) nameWithType.vb: IProject.CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler(Of ProgressEventArgs), EventHandler(Of MessageEventArgs)) - uid: Sdl.ProjectAutomation.Core.IProject.CreateProjectPackage* name: CreateProjectPackage @@ -130533,22 +118275,22 @@ references: fullName: Sdl.ProjectAutomation.Core.IProject.CreateProjectPackage nameWithType: IProject.CreateProjectPackage - uid: Sdl.ProjectAutomation.Core.IProject.CreateReturnPackage(System.Guid[],System.String,System.String) - name: CreateReturnPackage(Guid[], string, string) + name: CreateReturnPackage(Guid[], String, String) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_CreateReturnPackage_System_Guid___System_String_System_String_ commentId: M:Sdl.ProjectAutomation.Core.IProject.CreateReturnPackage(System.Guid[],System.String,System.String) name.vb: CreateReturnPackage(Guid(), String, String) - fullName: Sdl.ProjectAutomation.Core.IProject.CreateReturnPackage(System.Guid[], string, string) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.CreateReturnPackage(System.Guid(), String, String) - nameWithType: IProject.CreateReturnPackage(Guid[], string, string) + fullName: Sdl.ProjectAutomation.Core.IProject.CreateReturnPackage(System.Guid[], System.String, System.String) + fullName.vb: Sdl.ProjectAutomation.Core.IProject.CreateReturnPackage(System.Guid(), System.String, System.String) + nameWithType: IProject.CreateReturnPackage(Guid[], String, String) nameWithType.vb: IProject.CreateReturnPackage(Guid(), String, String) - uid: Sdl.ProjectAutomation.Core.IProject.CreateReturnPackage(System.Guid[],System.String,System.String,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.MessageEventArgs}) - name: CreateReturnPackage(Guid[], string, string, EventHandler, EventHandler) + name: CreateReturnPackage(Guid[], String, String, EventHandler, EventHandler) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_CreateReturnPackage_System_Guid___System_String_System_String_System_EventHandler_Sdl_ProjectAutomation_Core_ProgressEventArgs__System_EventHandler_Sdl_ProjectAutomation_Core_MessageEventArgs__ commentId: M:Sdl.ProjectAutomation.Core.IProject.CreateReturnPackage(System.Guid[],System.String,System.String,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.MessageEventArgs}) name.vb: CreateReturnPackage(Guid(), String, String, EventHandler(Of ProgressEventArgs), EventHandler(Of MessageEventArgs)) - fullName: Sdl.ProjectAutomation.Core.IProject.CreateReturnPackage(System.Guid[], string, string, System.EventHandler, System.EventHandler) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.CreateReturnPackage(System.Guid(), String, String, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.MessageEventArgs)) - nameWithType: IProject.CreateReturnPackage(Guid[], string, string, EventHandler, EventHandler) + fullName: Sdl.ProjectAutomation.Core.IProject.CreateReturnPackage(System.Guid[], System.String, System.String, System.EventHandler, System.EventHandler) + fullName.vb: Sdl.ProjectAutomation.Core.IProject.CreateReturnPackage(System.Guid(), System.String, System.String, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.MessageEventArgs)) + nameWithType: IProject.CreateReturnPackage(Guid[], String, String, EventHandler, EventHandler) nameWithType.vb: IProject.CreateReturnPackage(Guid(), String, String, EventHandler(Of ProgressEventArgs), EventHandler(Of MessageEventArgs)) - uid: Sdl.ProjectAutomation.Core.IProject.CreateReturnPackage* name: CreateReturnPackage @@ -130677,14 +118419,11 @@ references: fullName: Sdl.ProjectAutomation.Core.IProject.GetTargetLanguageFiles nameWithType: IProject.GetTargetLanguageFiles - uid: Sdl.ProjectAutomation.Core.IProject.GetTermbaseConfiguration(System.Boolean) - name: GetTermbaseConfiguration(bool) + name: GetTermbaseConfiguration(Boolean) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_GetTermbaseConfiguration_System_Boolean_ commentId: M:Sdl.ProjectAutomation.Core.IProject.GetTermbaseConfiguration(System.Boolean) - name.vb: GetTermbaseConfiguration(Boolean) - fullName: Sdl.ProjectAutomation.Core.IProject.GetTermbaseConfiguration(bool) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.GetTermbaseConfiguration(Boolean) - nameWithType: IProject.GetTermbaseConfiguration(bool) - nameWithType.vb: IProject.GetTermbaseConfiguration(Boolean) + fullName: Sdl.ProjectAutomation.Core.IProject.GetTermbaseConfiguration(System.Boolean) + nameWithType: IProject.GetTermbaseConfiguration(Boolean) - uid: Sdl.ProjectAutomation.Core.IProject.GetTermbaseConfiguration* name: GetTermbaseConfiguration href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_GetTermbaseConfiguration_ @@ -130710,22 +118449,19 @@ references: fullName: Sdl.ProjectAutomation.Core.IProject.GetTranslationProviderConfiguration nameWithType: IProject.GetTranslationProviderConfiguration - uid: Sdl.ProjectAutomation.Core.IProject.ImportReturnPackage(System.String) - name: ImportReturnPackage(string) + name: ImportReturnPackage(String) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_ImportReturnPackage_System_String_ commentId: M:Sdl.ProjectAutomation.Core.IProject.ImportReturnPackage(System.String) - name.vb: ImportReturnPackage(String) - fullName: Sdl.ProjectAutomation.Core.IProject.ImportReturnPackage(string) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.ImportReturnPackage(String) - nameWithType: IProject.ImportReturnPackage(string) - nameWithType.vb: IProject.ImportReturnPackage(String) + fullName: Sdl.ProjectAutomation.Core.IProject.ImportReturnPackage(System.String) + nameWithType: IProject.ImportReturnPackage(String) - uid: Sdl.ProjectAutomation.Core.IProject.ImportReturnPackage(System.String,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.MessageEventArgs}) - name: ImportReturnPackage(string, EventHandler, EventHandler) + name: ImportReturnPackage(String, EventHandler, EventHandler) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_ImportReturnPackage_System_String_System_EventHandler_Sdl_ProjectAutomation_Core_ProgressEventArgs__System_EventHandler_Sdl_ProjectAutomation_Core_MessageEventArgs__ commentId: M:Sdl.ProjectAutomation.Core.IProject.ImportReturnPackage(System.String,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.MessageEventArgs}) name.vb: ImportReturnPackage(String, EventHandler(Of ProgressEventArgs), EventHandler(Of MessageEventArgs)) - fullName: Sdl.ProjectAutomation.Core.IProject.ImportReturnPackage(string, System.EventHandler, System.EventHandler) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.ImportReturnPackage(String, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.MessageEventArgs)) - nameWithType: IProject.ImportReturnPackage(string, EventHandler, EventHandler) + fullName: Sdl.ProjectAutomation.Core.IProject.ImportReturnPackage(System.String, System.EventHandler, System.EventHandler) + fullName.vb: Sdl.ProjectAutomation.Core.IProject.ImportReturnPackage(System.String, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.MessageEventArgs)) + nameWithType: IProject.ImportReturnPackage(String, EventHandler, EventHandler) nameWithType.vb: IProject.ImportReturnPackage(String, EventHandler(Of ProgressEventArgs), EventHandler(Of MessageEventArgs)) - uid: Sdl.ProjectAutomation.Core.IProject.ImportReturnPackage* name: ImportReturnPackage @@ -130758,22 +118494,22 @@ references: fullName: Sdl.ProjectAutomation.Core.IProject.RemoveBilingualReferenceFile nameWithType: IProject.RemoveBilingualReferenceFile - uid: Sdl.ProjectAutomation.Core.IProject.RunAutomaticTask(System.Guid[],System.String) - name: RunAutomaticTask(Guid[], string) + name: RunAutomaticTask(Guid[], String) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_RunAutomaticTask_System_Guid___System_String_ commentId: M:Sdl.ProjectAutomation.Core.IProject.RunAutomaticTask(System.Guid[],System.String) name.vb: RunAutomaticTask(Guid(), String) - fullName: Sdl.ProjectAutomation.Core.IProject.RunAutomaticTask(System.Guid[], string) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.RunAutomaticTask(System.Guid(), String) - nameWithType: IProject.RunAutomaticTask(Guid[], string) + fullName: Sdl.ProjectAutomation.Core.IProject.RunAutomaticTask(System.Guid[], System.String) + fullName.vb: Sdl.ProjectAutomation.Core.IProject.RunAutomaticTask(System.Guid(), System.String) + nameWithType: IProject.RunAutomaticTask(Guid[], String) nameWithType.vb: IProject.RunAutomaticTask(Guid(), String) - uid: Sdl.ProjectAutomation.Core.IProject.RunAutomaticTask(System.Guid[],System.String,System.EventHandler{Sdl.ProjectAutomation.Core.TaskStatusEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.TaskMessageEventArgs}) - name: RunAutomaticTask(Guid[], string, EventHandler, EventHandler) + name: RunAutomaticTask(Guid[], String, EventHandler, EventHandler) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_RunAutomaticTask_System_Guid___System_String_System_EventHandler_Sdl_ProjectAutomation_Core_TaskStatusEventArgs__System_EventHandler_Sdl_ProjectAutomation_Core_TaskMessageEventArgs__ commentId: M:Sdl.ProjectAutomation.Core.IProject.RunAutomaticTask(System.Guid[],System.String,System.EventHandler{Sdl.ProjectAutomation.Core.TaskStatusEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.TaskMessageEventArgs}) name.vb: RunAutomaticTask(Guid(), String, EventHandler(Of TaskStatusEventArgs), EventHandler(Of TaskMessageEventArgs)) - fullName: Sdl.ProjectAutomation.Core.IProject.RunAutomaticTask(System.Guid[], string, System.EventHandler, System.EventHandler) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.RunAutomaticTask(System.Guid(), String, System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskStatusEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskMessageEventArgs)) - nameWithType: IProject.RunAutomaticTask(Guid[], string, EventHandler, EventHandler) + fullName: Sdl.ProjectAutomation.Core.IProject.RunAutomaticTask(System.Guid[], System.String, System.EventHandler, System.EventHandler) + fullName.vb: Sdl.ProjectAutomation.Core.IProject.RunAutomaticTask(System.Guid(), System.String, System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskStatusEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskMessageEventArgs)) + nameWithType: IProject.RunAutomaticTask(Guid[], String, EventHandler, EventHandler) nameWithType.vb: IProject.RunAutomaticTask(Guid(), String, EventHandler(Of TaskStatusEventArgs), EventHandler(Of TaskMessageEventArgs)) - uid: Sdl.ProjectAutomation.Core.IProject.RunAutomaticTask* name: RunAutomaticTask @@ -130794,14 +118530,11 @@ references: fullName: Sdl.ProjectAutomation.Core.IProject.Save nameWithType: IProject.Save - uid: Sdl.ProjectAutomation.Core.IProject.SavePackageAs(System.Guid,System.String) - name: SavePackageAs(Guid, string) + name: SavePackageAs(Guid, String) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_SavePackageAs_System_Guid_System_String_ commentId: M:Sdl.ProjectAutomation.Core.IProject.SavePackageAs(System.Guid,System.String) - name.vb: SavePackageAs(Guid, String) - fullName: Sdl.ProjectAutomation.Core.IProject.SavePackageAs(System.Guid, string) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.SavePackageAs(System.Guid, String) - nameWithType: IProject.SavePackageAs(Guid, string) - nameWithType.vb: IProject.SavePackageAs(Guid, String) + fullName: Sdl.ProjectAutomation.Core.IProject.SavePackageAs(System.Guid, System.String) + nameWithType: IProject.SavePackageAs(Guid, String) - uid: Sdl.ProjectAutomation.Core.IProject.SavePackageAs* name: SavePackageAs href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_SavePackageAs_ @@ -130809,14 +118542,11 @@ references: fullName: Sdl.ProjectAutomation.Core.IProject.SavePackageAs nameWithType: IProject.SavePackageAs - uid: Sdl.ProjectAutomation.Core.IProject.SaveProjectFileAs(System.Guid,System.String) - name: SaveProjectFileAs(Guid, string) + name: SaveProjectFileAs(Guid, String) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_SaveProjectFileAs_System_Guid_System_String_ commentId: M:Sdl.ProjectAutomation.Core.IProject.SaveProjectFileAs(System.Guid,System.String) - name.vb: SaveProjectFileAs(Guid, String) - fullName: Sdl.ProjectAutomation.Core.IProject.SaveProjectFileAs(System.Guid, string) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.SaveProjectFileAs(System.Guid, String) - nameWithType: IProject.SaveProjectFileAs(Guid, string) - nameWithType.vb: IProject.SaveProjectFileAs(Guid, String) + fullName: Sdl.ProjectAutomation.Core.IProject.SaveProjectFileAs(System.Guid, System.String) + nameWithType: IProject.SaveProjectFileAs(Guid, String) - uid: Sdl.ProjectAutomation.Core.IProject.SaveProjectFileAs* name: SaveProjectFileAs href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_SaveProjectFileAs_ @@ -130824,14 +118554,11 @@ references: fullName: Sdl.ProjectAutomation.Core.IProject.SaveProjectFileAs nameWithType: IProject.SaveProjectFileAs - uid: Sdl.ProjectAutomation.Core.IProject.SaveTaskReportAs(System.Guid,System.String,Sdl.ProjectAutomation.Core.ReportFormat) - name: SaveTaskReportAs(Guid, string, ReportFormat) + name: SaveTaskReportAs(Guid, String, ReportFormat) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_SaveTaskReportAs_System_Guid_System_String_Sdl_ProjectAutomation_Core_ReportFormat_ commentId: M:Sdl.ProjectAutomation.Core.IProject.SaveTaskReportAs(System.Guid,System.String,Sdl.ProjectAutomation.Core.ReportFormat) - name.vb: SaveTaskReportAs(Guid, String, ReportFormat) - fullName: Sdl.ProjectAutomation.Core.IProject.SaveTaskReportAs(System.Guid, string, Sdl.ProjectAutomation.Core.ReportFormat) - fullName.vb: Sdl.ProjectAutomation.Core.IProject.SaveTaskReportAs(System.Guid, String, Sdl.ProjectAutomation.Core.ReportFormat) - nameWithType: IProject.SaveTaskReportAs(Guid, string, ReportFormat) - nameWithType.vb: IProject.SaveTaskReportAs(Guid, String, ReportFormat) + fullName: Sdl.ProjectAutomation.Core.IProject.SaveTaskReportAs(System.Guid, System.String, Sdl.ProjectAutomation.Core.ReportFormat) + nameWithType: IProject.SaveTaskReportAs(Guid, String, ReportFormat) - uid: Sdl.ProjectAutomation.Core.IProject.SaveTaskReportAs* name: SaveTaskReportAs href: api/projectautomation/Sdl.ProjectAutomation.Core.IProject.html#Sdl_ProjectAutomation_Core_IProject_SaveTaskReportAs_ @@ -130932,14 +118659,11 @@ references: fullName: Sdl.ProjectAutomation.Core.IProjectDeleteOperation.Delete nameWithType: IProjectDeleteOperation.Delete - uid: Sdl.ProjectAutomation.Core.IProjectDeleteOperation.DeleteFilesAndDependencies(System.String) - name: DeleteFilesAndDependencies(string) + name: DeleteFilesAndDependencies(String) href: api/projectautomation/Sdl.ProjectAutomation.Core.IProjectDeleteOperation.html#Sdl_ProjectAutomation_Core_IProjectDeleteOperation_DeleteFilesAndDependencies_System_String_ commentId: M:Sdl.ProjectAutomation.Core.IProjectDeleteOperation.DeleteFilesAndDependencies(System.String) - name.vb: DeleteFilesAndDependencies(String) - fullName: Sdl.ProjectAutomation.Core.IProjectDeleteOperation.DeleteFilesAndDependencies(string) - fullName.vb: Sdl.ProjectAutomation.Core.IProjectDeleteOperation.DeleteFilesAndDependencies(String) - nameWithType: IProjectDeleteOperation.DeleteFilesAndDependencies(string) - nameWithType.vb: IProjectDeleteOperation.DeleteFilesAndDependencies(String) + fullName: Sdl.ProjectAutomation.Core.IProjectDeleteOperation.DeleteFilesAndDependencies(System.String) + nameWithType: IProjectDeleteOperation.DeleteFilesAndDependencies(String) - uid: Sdl.ProjectAutomation.Core.IProjectDeleteOperation.DeleteFilesAndDependencies* name: DeleteFilesAndDependencies href: api/projectautomation/Sdl.ProjectAutomation.Core.IProjectDeleteOperation.html#Sdl_ProjectAutomation_Core_IProjectDeleteOperation_DeleteFilesAndDependencies_ @@ -131013,50 +118737,35 @@ references: fullName: Sdl.ProjectAutomation.Core.LocalTermbase nameWithType: LocalTermbase - uid: Sdl.ProjectAutomation.Core.LocalTermbase.#ctor(System.String) - name: LocalTermbase(string) + name: LocalTermbase(String) href: api/projectautomation/Sdl.ProjectAutomation.Core.LocalTermbase.html#Sdl_ProjectAutomation_Core_LocalTermbase__ctor_System_String_ commentId: M:Sdl.ProjectAutomation.Core.LocalTermbase.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.ProjectAutomation.Core.LocalTermbase.LocalTermbase(string) - fullName.vb: Sdl.ProjectAutomation.Core.LocalTermbase.New(String) - nameWithType: LocalTermbase.LocalTermbase(string) - nameWithType.vb: LocalTermbase.New(String) + fullName: Sdl.ProjectAutomation.Core.LocalTermbase.LocalTermbase(System.String) + nameWithType: LocalTermbase.LocalTermbase(String) - uid: Sdl.ProjectAutomation.Core.LocalTermbase.#ctor(System.String,System.String,System.Boolean) - name: LocalTermbase(string, string, bool) + name: LocalTermbase(String, String, Boolean) href: api/projectautomation/Sdl.ProjectAutomation.Core.LocalTermbase.html#Sdl_ProjectAutomation_Core_LocalTermbase__ctor_System_String_System_String_System_Boolean_ commentId: M:Sdl.ProjectAutomation.Core.LocalTermbase.#ctor(System.String,System.String,System.Boolean) - name.vb: New(String, String, Boolean) - fullName: Sdl.ProjectAutomation.Core.LocalTermbase.LocalTermbase(string, string, bool) - fullName.vb: Sdl.ProjectAutomation.Core.LocalTermbase.New(String, String, Boolean) - nameWithType: LocalTermbase.LocalTermbase(string, string, bool) - nameWithType.vb: LocalTermbase.New(String, String, Boolean) + fullName: Sdl.ProjectAutomation.Core.LocalTermbase.LocalTermbase(System.String, System.String, System.Boolean) + nameWithType: LocalTermbase.LocalTermbase(String, String, Boolean) - uid: Sdl.ProjectAutomation.Core.LocalTermbase.#ctor(System.String,System.String,System.String) - name: LocalTermbase(string, string, string) + name: LocalTermbase(String, String, String) href: api/projectautomation/Sdl.ProjectAutomation.Core.LocalTermbase.html#Sdl_ProjectAutomation_Core_LocalTermbase__ctor_System_String_System_String_System_String_ commentId: M:Sdl.ProjectAutomation.Core.LocalTermbase.#ctor(System.String,System.String,System.String) - name.vb: New(String, String, String) - fullName: Sdl.ProjectAutomation.Core.LocalTermbase.LocalTermbase(string, string, string) - fullName.vb: Sdl.ProjectAutomation.Core.LocalTermbase.New(String, String, String) - nameWithType: LocalTermbase.LocalTermbase(string, string, string) - nameWithType.vb: LocalTermbase.New(String, String, String) + fullName: Sdl.ProjectAutomation.Core.LocalTermbase.LocalTermbase(System.String, System.String, System.String) + nameWithType: LocalTermbase.LocalTermbase(String, String, String) - uid: Sdl.ProjectAutomation.Core.LocalTermbase.#ctor(System.String,System.String,System.String,System.String,System.Boolean) - name: LocalTermbase(string, string, string, string, bool) + name: LocalTermbase(String, String, String, String, Boolean) href: api/projectautomation/Sdl.ProjectAutomation.Core.LocalTermbase.html#Sdl_ProjectAutomation_Core_LocalTermbase__ctor_System_String_System_String_System_String_System_String_System_Boolean_ commentId: M:Sdl.ProjectAutomation.Core.LocalTermbase.#ctor(System.String,System.String,System.String,System.String,System.Boolean) - name.vb: New(String, String, String, String, Boolean) - fullName: Sdl.ProjectAutomation.Core.LocalTermbase.LocalTermbase(string, string, string, string, bool) - fullName.vb: Sdl.ProjectAutomation.Core.LocalTermbase.New(String, String, String, String, Boolean) - nameWithType: LocalTermbase.LocalTermbase(string, string, string, string, bool) - nameWithType.vb: LocalTermbase.New(String, String, String, String, Boolean) + fullName: Sdl.ProjectAutomation.Core.LocalTermbase.LocalTermbase(System.String, System.String, System.String, System.String, System.Boolean) + nameWithType: LocalTermbase.LocalTermbase(String, String, String, String, Boolean) - uid: Sdl.ProjectAutomation.Core.LocalTermbase.#ctor* name: LocalTermbase href: api/projectautomation/Sdl.ProjectAutomation.Core.LocalTermbase.html#Sdl_ProjectAutomation_Core_LocalTermbase__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.LocalTermbase.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.LocalTermbase.LocalTermbase - fullName.vb: Sdl.ProjectAutomation.Core.LocalTermbase.New nameWithType: LocalTermbase.LocalTermbase - nameWithType.vb: LocalTermbase.New - uid: Sdl.ProjectAutomation.Core.LocalTermbase.FilePath name: FilePath href: api/projectautomation/Sdl.ProjectAutomation.Core.LocalTermbase.html#Sdl_ProjectAutomation_Core_LocalTermbase_FilePath @@ -131079,20 +118788,14 @@ references: name: ManualTask() href: api/projectautomation/Sdl.ProjectAutomation.Core.ManualTask.html#Sdl_ProjectAutomation_Core_ManualTask__ctor commentId: M:Sdl.ProjectAutomation.Core.ManualTask.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.ManualTask.ManualTask() - fullName.vb: Sdl.ProjectAutomation.Core.ManualTask.New() nameWithType: ManualTask.ManualTask() - nameWithType.vb: ManualTask.New() - uid: Sdl.ProjectAutomation.Core.ManualTask.#ctor* name: ManualTask href: api/projectautomation/Sdl.ProjectAutomation.Core.ManualTask.html#Sdl_ProjectAutomation_Core_ManualTask__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.ManualTask.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.ManualTask.ManualTask - fullName.vb: Sdl.ProjectAutomation.Core.ManualTask.New nameWithType: ManualTask.ManualTask - nameWithType.vb: ManualTask.New - uid: Sdl.ProjectAutomation.Core.ManualTask.AssignToUserId name: AssignToUserId href: api/projectautomation/Sdl.ProjectAutomation.Core.ManualTask.html#Sdl_ProjectAutomation_Core_ManualTask_AssignToUserId @@ -131181,20 +118884,14 @@ references: name: MessageEventArgs() href: api/projectautomation/Sdl.ProjectAutomation.Core.MessageEventArgs.html#Sdl_ProjectAutomation_Core_MessageEventArgs__ctor commentId: M:Sdl.ProjectAutomation.Core.MessageEventArgs.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.MessageEventArgs.MessageEventArgs() - fullName.vb: Sdl.ProjectAutomation.Core.MessageEventArgs.New() nameWithType: MessageEventArgs.MessageEventArgs() - nameWithType.vb: MessageEventArgs.New() - uid: Sdl.ProjectAutomation.Core.MessageEventArgs.#ctor* name: MessageEventArgs href: api/projectautomation/Sdl.ProjectAutomation.Core.MessageEventArgs.html#Sdl_ProjectAutomation_Core_MessageEventArgs__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.MessageEventArgs.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.MessageEventArgs.MessageEventArgs - fullName.vb: Sdl.ProjectAutomation.Core.MessageEventArgs.New nameWithType: MessageEventArgs.MessageEventArgs - nameWithType.vb: MessageEventArgs.New - uid: Sdl.ProjectAutomation.Core.MessageEventArgs.Message name: Message href: api/projectautomation/Sdl.ProjectAutomation.Core.MessageEventArgs.html#Sdl_ProjectAutomation_Core_MessageEventArgs_Message @@ -131241,20 +118938,14 @@ references: name: PackageOperation() href: api/projectautomation/Sdl.ProjectAutomation.Core.PackageOperation.html#Sdl_ProjectAutomation_Core_PackageOperation__ctor commentId: M:Sdl.ProjectAutomation.Core.PackageOperation.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.PackageOperation.PackageOperation() - fullName.vb: Sdl.ProjectAutomation.Core.PackageOperation.New() nameWithType: PackageOperation.PackageOperation() - nameWithType.vb: PackageOperation.New() - uid: Sdl.ProjectAutomation.Core.PackageOperation.#ctor* name: PackageOperation href: api/projectautomation/Sdl.ProjectAutomation.Core.PackageOperation.html#Sdl_ProjectAutomation_Core_PackageOperation__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.PackageOperation.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.PackageOperation.PackageOperation - fullName.vb: Sdl.ProjectAutomation.Core.PackageOperation.New nameWithType: PackageOperation.PackageOperation - nameWithType.vb: PackageOperation.New - uid: Sdl.ProjectAutomation.Core.PackageOperation.Messages name: Messages href: api/projectautomation/Sdl.ProjectAutomation.Core.PackageOperation.html#Sdl_ProjectAutomation_Core_PackageOperation_Messages @@ -131379,20 +119070,14 @@ references: name: PackageStatusEventArgs() href: api/projectautomation/Sdl.ProjectAutomation.Core.PackageStatusEventArgs.html#Sdl_ProjectAutomation_Core_PackageStatusEventArgs__ctor commentId: M:Sdl.ProjectAutomation.Core.PackageStatusEventArgs.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.PackageStatusEventArgs.PackageStatusEventArgs() - fullName.vb: Sdl.ProjectAutomation.Core.PackageStatusEventArgs.New() nameWithType: PackageStatusEventArgs.PackageStatusEventArgs() - nameWithType.vb: PackageStatusEventArgs.New() - uid: Sdl.ProjectAutomation.Core.PackageStatusEventArgs.#ctor* name: PackageStatusEventArgs href: api/projectautomation/Sdl.ProjectAutomation.Core.PackageStatusEventArgs.html#Sdl_ProjectAutomation_Core_PackageStatusEventArgs__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.PackageStatusEventArgs.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.PackageStatusEventArgs.PackageStatusEventArgs - fullName.vb: Sdl.ProjectAutomation.Core.PackageStatusEventArgs.New nameWithType: PackageStatusEventArgs.PackageStatusEventArgs - nameWithType.vb: PackageStatusEventArgs.New - uid: Sdl.ProjectAutomation.Core.PackageStatusEventArgs.Status name: Status href: api/projectautomation/Sdl.ProjectAutomation.Core.PackageStatusEventArgs.html#Sdl_ProjectAutomation_Core_PackageStatusEventArgs_Status @@ -131415,20 +119100,14 @@ references: name: ProgressEventArgs() href: api/projectautomation/Sdl.ProjectAutomation.Core.ProgressEventArgs.html#Sdl_ProjectAutomation_Core_ProgressEventArgs__ctor commentId: M:Sdl.ProjectAutomation.Core.ProgressEventArgs.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.ProgressEventArgs.ProgressEventArgs() - fullName.vb: Sdl.ProjectAutomation.Core.ProgressEventArgs.New() nameWithType: ProgressEventArgs.ProgressEventArgs() - nameWithType.vb: ProgressEventArgs.New() - uid: Sdl.ProjectAutomation.Core.ProgressEventArgs.#ctor* name: ProgressEventArgs href: api/projectautomation/Sdl.ProjectAutomation.Core.ProgressEventArgs.html#Sdl_ProjectAutomation_Core_ProgressEventArgs__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.ProgressEventArgs.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.ProgressEventArgs.ProgressEventArgs - fullName.vb: Sdl.ProjectAutomation.Core.ProgressEventArgs.New nameWithType: ProgressEventArgs.ProgressEventArgs - nameWithType.vb: ProgressEventArgs.New - uid: Sdl.ProjectAutomation.Core.ProgressEventArgs.PercentComplete name: PercentComplete href: api/projectautomation/Sdl.ProjectAutomation.Core.ProgressEventArgs.html#Sdl_ProjectAutomation_Core_ProgressEventArgs_PercentComplete @@ -131463,47 +119142,32 @@ references: name: ProjectAutomationException() href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectAutomationException.html#Sdl_ProjectAutomation_Core_ProjectAutomationException__ctor commentId: M:Sdl.ProjectAutomation.Core.ProjectAutomationException.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.ProjectAutomationException.ProjectAutomationException() - fullName.vb: Sdl.ProjectAutomation.Core.ProjectAutomationException.New() nameWithType: ProjectAutomationException.ProjectAutomationException() - nameWithType.vb: ProjectAutomationException.New() - uid: Sdl.ProjectAutomation.Core.ProjectAutomationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: ProjectAutomationException(SerializationInfo, StreamingContext) href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectAutomationException.html#Sdl_ProjectAutomation_Core_ProjectAutomationException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.ProjectAutomation.Core.ProjectAutomationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.ProjectAutomation.Core.ProjectAutomationException.ProjectAutomationException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.ProjectAutomation.Core.ProjectAutomationException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: ProjectAutomationException.ProjectAutomationException(SerializationInfo, StreamingContext) - nameWithType.vb: ProjectAutomationException.New(SerializationInfo, StreamingContext) - uid: Sdl.ProjectAutomation.Core.ProjectAutomationException.#ctor(System.String) - name: ProjectAutomationException(string) + name: ProjectAutomationException(String) href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectAutomationException.html#Sdl_ProjectAutomation_Core_ProjectAutomationException__ctor_System_String_ commentId: M:Sdl.ProjectAutomation.Core.ProjectAutomationException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.ProjectAutomation.Core.ProjectAutomationException.ProjectAutomationException(string) - fullName.vb: Sdl.ProjectAutomation.Core.ProjectAutomationException.New(String) - nameWithType: ProjectAutomationException.ProjectAutomationException(string) - nameWithType.vb: ProjectAutomationException.New(String) + fullName: Sdl.ProjectAutomation.Core.ProjectAutomationException.ProjectAutomationException(System.String) + nameWithType: ProjectAutomationException.ProjectAutomationException(String) - uid: Sdl.ProjectAutomation.Core.ProjectAutomationException.#ctor(System.String,System.Exception) - name: ProjectAutomationException(string, Exception) + name: ProjectAutomationException(String, Exception) href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectAutomationException.html#Sdl_ProjectAutomation_Core_ProjectAutomationException__ctor_System_String_System_Exception_ commentId: M:Sdl.ProjectAutomation.Core.ProjectAutomationException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.ProjectAutomation.Core.ProjectAutomationException.ProjectAutomationException(string, System.Exception) - fullName.vb: Sdl.ProjectAutomation.Core.ProjectAutomationException.New(String, System.Exception) - nameWithType: ProjectAutomationException.ProjectAutomationException(string, Exception) - nameWithType.vb: ProjectAutomationException.New(String, Exception) + fullName: Sdl.ProjectAutomation.Core.ProjectAutomationException.ProjectAutomationException(System.String, System.Exception) + nameWithType: ProjectAutomationException.ProjectAutomationException(String, Exception) - uid: Sdl.ProjectAutomation.Core.ProjectAutomationException.#ctor* name: ProjectAutomationException href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectAutomationException.html#Sdl_ProjectAutomation_Core_ProjectAutomationException__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.ProjectAutomationException.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.ProjectAutomationException.ProjectAutomationException - fullName.vb: Sdl.ProjectAutomation.Core.ProjectAutomationException.New nameWithType: ProjectAutomationException.ProjectAutomationException - nameWithType.vb: ProjectAutomationException.New - uid: Sdl.ProjectAutomation.Core.ProjectFile name: ProjectFile href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFile.html @@ -131630,6 +119294,18 @@ references: commentId: Overload:Sdl.ProjectAutomation.Core.ProjectFile.Id fullName: Sdl.ProjectAutomation.Core.ProjectFile.Id nameWithType: ProjectFile.Id +- uid: Sdl.ProjectAutomation.Core.ProjectFile.IsCanceled + name: IsCanceled + href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFile.html#Sdl_ProjectAutomation_Core_ProjectFile_IsCanceled + commentId: P:Sdl.ProjectAutomation.Core.ProjectFile.IsCanceled + fullName: Sdl.ProjectAutomation.Core.ProjectFile.IsCanceled + nameWithType: ProjectFile.IsCanceled +- uid: Sdl.ProjectAutomation.Core.ProjectFile.IsCanceled* + name: IsCanceled + href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFile.html#Sdl_ProjectAutomation_Core_ProjectFile_IsCanceled_ + commentId: Overload:Sdl.ProjectAutomation.Core.ProjectFile.IsCanceled + fullName: Sdl.ProjectAutomation.Core.ProjectFile.IsCanceled + nameWithType: ProjectFile.IsCanceled - uid: Sdl.ProjectAutomation.Core.ProjectFile.IsCheckedOut name: IsCheckedOut href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFile.html#Sdl_ProjectAutomation_Core_ProjectFile_IsCheckedOut @@ -131910,20 +119586,14 @@ references: name: ProjectFileVersion() href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFileVersion.html#Sdl_ProjectAutomation_Core_ProjectFileVersion__ctor commentId: M:Sdl.ProjectAutomation.Core.ProjectFileVersion.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.ProjectFileVersion.ProjectFileVersion() - fullName.vb: Sdl.ProjectAutomation.Core.ProjectFileVersion.New() nameWithType: ProjectFileVersion.ProjectFileVersion() - nameWithType.vb: ProjectFileVersion.New() - uid: Sdl.ProjectAutomation.Core.ProjectFileVersion.#ctor* name: ProjectFileVersion href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFileVersion.html#Sdl_ProjectAutomation_Core_ProjectFileVersion__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.ProjectFileVersion.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.ProjectFileVersion.ProjectFileVersion - fullName.vb: Sdl.ProjectAutomation.Core.ProjectFileVersion.New nameWithType: ProjectFileVersion.ProjectFileVersion - nameWithType.vb: ProjectFileVersion.New - uid: Sdl.ProjectAutomation.Core.ProjectFileVersion.CreatedAt name: CreatedAt href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectFileVersion.html#Sdl_ProjectAutomation_Core_ProjectFileVersion_CreatedAt @@ -131994,20 +119664,14 @@ references: name: ProjectInfo() href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectInfo.html#Sdl_ProjectAutomation_Core_ProjectInfo__ctor commentId: M:Sdl.ProjectAutomation.Core.ProjectInfo.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.ProjectInfo.ProjectInfo() - fullName.vb: Sdl.ProjectAutomation.Core.ProjectInfo.New() nameWithType: ProjectInfo.ProjectInfo() - nameWithType.vb: ProjectInfo.New() - uid: Sdl.ProjectAutomation.Core.ProjectInfo.#ctor* name: ProjectInfo href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectInfo.html#Sdl_ProjectAutomation_Core_ProjectInfo__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.ProjectInfo.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.ProjectInfo.ProjectInfo - fullName.vb: Sdl.ProjectAutomation.Core.ProjectInfo.New nameWithType: ProjectInfo.ProjectInfo - nameWithType.vb: ProjectInfo.New - uid: Sdl.ProjectAutomation.Core.ProjectInfo.CreatedAt name: CreatedAt href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectInfo.html#Sdl_ProjectAutomation_Core_ProjectInfo_CreatedAt @@ -132246,20 +119910,14 @@ references: name: ProjectPackageCreation() href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreation.html#Sdl_ProjectAutomation_Core_ProjectPackageCreation__ctor commentId: M:Sdl.ProjectAutomation.Core.ProjectPackageCreation.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.ProjectPackageCreation.ProjectPackageCreation() - fullName.vb: Sdl.ProjectAutomation.Core.ProjectPackageCreation.New() nameWithType: ProjectPackageCreation.ProjectPackageCreation() - nameWithType.vb: ProjectPackageCreation.New() - uid: Sdl.ProjectAutomation.Core.ProjectPackageCreation.#ctor* name: ProjectPackageCreation href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreation.html#Sdl_ProjectAutomation_Core_ProjectPackageCreation__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.ProjectPackageCreation.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.ProjectPackageCreation.ProjectPackageCreation - fullName.vb: Sdl.ProjectAutomation.Core.ProjectPackageCreation.New nameWithType: ProjectPackageCreation.ProjectPackageCreation - nameWithType.vb: ProjectPackageCreation.New - uid: Sdl.ProjectAutomation.Core.ProjectPackageCreation.Task name: Task href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreation.html#Sdl_ProjectAutomation_Core_ProjectPackageCreation_Task @@ -132282,20 +119940,14 @@ references: name: ProjectPackageCreationOptions() href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.html#Sdl_ProjectAutomation_Core_ProjectPackageCreationOptions__ctor commentId: M:Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.ProjectPackageCreationOptions() - fullName.vb: Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.New() nameWithType: ProjectPackageCreationOptions.ProjectPackageCreationOptions() - nameWithType.vb: ProjectPackageCreationOptions.New() - uid: Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.#ctor* name: ProjectPackageCreationOptions href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.html#Sdl_ProjectAutomation_Core_ProjectPackageCreationOptions__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.ProjectPackageCreationOptions - fullName.vb: Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.New nameWithType: ProjectPackageCreationOptions.ProjectPackageCreationOptions - nameWithType.vb: ProjectPackageCreationOptions.New - uid: Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.IncludeAutoSuggestDictionaries name: IncludeAutoSuggestDictionaries href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions.html#Sdl_ProjectAutomation_Core_ProjectPackageCreationOptions_IncludeAutoSuggestDictionaries @@ -132414,20 +120066,14 @@ references: name: ProjectPackageImport() href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageImport.html#Sdl_ProjectAutomation_Core_ProjectPackageImport__ctor commentId: M:Sdl.ProjectAutomation.Core.ProjectPackageImport.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.ProjectPackageImport.ProjectPackageImport() - fullName.vb: Sdl.ProjectAutomation.Core.ProjectPackageImport.New() nameWithType: ProjectPackageImport.ProjectPackageImport() - nameWithType.vb: ProjectPackageImport.New() - uid: Sdl.ProjectAutomation.Core.ProjectPackageImport.#ctor* name: ProjectPackageImport href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageImport.html#Sdl_ProjectAutomation_Core_ProjectPackageImport__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.ProjectPackageImport.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.ProjectPackageImport.ProjectPackageImport - fullName.vb: Sdl.ProjectAutomation.Core.ProjectPackageImport.New nameWithType: ProjectPackageImport.ProjectPackageImport - nameWithType.vb: ProjectPackageImport.New - uid: Sdl.ProjectAutomation.Core.ProjectPackageImport.Task name: Task href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectPackageImport.html#Sdl_ProjectAutomation_Core_ProjectPackageImport_Task @@ -132447,32 +120093,23 @@ references: fullName: Sdl.ProjectAutomation.Core.ProjectReference nameWithType: ProjectReference - uid: Sdl.ProjectAutomation.Core.ProjectReference.#ctor(System.String) - name: ProjectReference(string) + name: ProjectReference(String) href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectReference.html#Sdl_ProjectAutomation_Core_ProjectReference__ctor_System_String_ commentId: M:Sdl.ProjectAutomation.Core.ProjectReference.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.ProjectAutomation.Core.ProjectReference.ProjectReference(string) - fullName.vb: Sdl.ProjectAutomation.Core.ProjectReference.New(String) - nameWithType: ProjectReference.ProjectReference(string) - nameWithType.vb: ProjectReference.New(String) + fullName: Sdl.ProjectAutomation.Core.ProjectReference.ProjectReference(System.String) + nameWithType: ProjectReference.ProjectReference(String) - uid: Sdl.ProjectAutomation.Core.ProjectReference.#ctor(System.Uri) name: ProjectReference(Uri) href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectReference.html#Sdl_ProjectAutomation_Core_ProjectReference__ctor_System_Uri_ commentId: M:Sdl.ProjectAutomation.Core.ProjectReference.#ctor(System.Uri) - name.vb: New(Uri) fullName: Sdl.ProjectAutomation.Core.ProjectReference.ProjectReference(System.Uri) - fullName.vb: Sdl.ProjectAutomation.Core.ProjectReference.New(System.Uri) nameWithType: ProjectReference.ProjectReference(Uri) - nameWithType.vb: ProjectReference.New(Uri) - uid: Sdl.ProjectAutomation.Core.ProjectReference.#ctor* name: ProjectReference href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectReference.html#Sdl_ProjectAutomation_Core_ProjectReference__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.ProjectReference.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.ProjectReference.ProjectReference - fullName.vb: Sdl.ProjectAutomation.Core.ProjectReference.New nameWithType: ProjectReference.ProjectReference - nameWithType.vb: ProjectReference.New - uid: Sdl.ProjectAutomation.Core.ProjectReference.Uri name: Uri href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectReference.html#Sdl_ProjectAutomation_Core_ProjectReference_Uri @@ -132495,20 +120132,14 @@ references: name: ProjectStatistics() href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectStatistics.html#Sdl_ProjectAutomation_Core_ProjectStatistics__ctor commentId: M:Sdl.ProjectAutomation.Core.ProjectStatistics.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.ProjectStatistics.ProjectStatistics() - fullName.vb: Sdl.ProjectAutomation.Core.ProjectStatistics.New() nameWithType: ProjectStatistics.ProjectStatistics() - nameWithType.vb: ProjectStatistics.New() - uid: Sdl.ProjectAutomation.Core.ProjectStatistics.#ctor* name: ProjectStatistics href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectStatistics.html#Sdl_ProjectAutomation_Core_ProjectStatistics__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.ProjectStatistics.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.ProjectStatistics.ProjectStatistics - fullName.vb: Sdl.ProjectAutomation.Core.ProjectStatistics.New nameWithType: ProjectStatistics.ProjectStatistics - nameWithType.vb: ProjectStatistics.New - uid: Sdl.ProjectAutomation.Core.ProjectStatistics.TargetLanguageStatistics name: TargetLanguageStatistics href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectStatistics.html#Sdl_ProjectAutomation_Core_ProjectStatistics_TargetLanguageStatistics @@ -132579,20 +120210,14 @@ references: name: ProjectTemplateInfo() href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateInfo.html#Sdl_ProjectAutomation_Core_ProjectTemplateInfo__ctor commentId: M:Sdl.ProjectAutomation.Core.ProjectTemplateInfo.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.ProjectTemplateInfo.ProjectTemplateInfo() - fullName.vb: Sdl.ProjectAutomation.Core.ProjectTemplateInfo.New() nameWithType: ProjectTemplateInfo.ProjectTemplateInfo() - nameWithType.vb: ProjectTemplateInfo.New() - uid: Sdl.ProjectAutomation.Core.ProjectTemplateInfo.#ctor* name: ProjectTemplateInfo href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateInfo.html#Sdl_ProjectAutomation_Core_ProjectTemplateInfo__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.ProjectTemplateInfo.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.ProjectTemplateInfo.ProjectTemplateInfo - fullName.vb: Sdl.ProjectAutomation.Core.ProjectTemplateInfo.New nameWithType: ProjectTemplateInfo.ProjectTemplateInfo - nameWithType.vb: ProjectTemplateInfo.New - uid: Sdl.ProjectAutomation.Core.ProjectTemplateInfo.Description name: Description href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateInfo.html#Sdl_ProjectAutomation_Core_ProjectTemplateInfo_Description @@ -132660,32 +120285,23 @@ references: fullName: Sdl.ProjectAutomation.Core.ProjectTemplateReference nameWithType: ProjectTemplateReference - uid: Sdl.ProjectAutomation.Core.ProjectTemplateReference.#ctor(System.String) - name: ProjectTemplateReference(string) + name: ProjectTemplateReference(String) href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateReference.html#Sdl_ProjectAutomation_Core_ProjectTemplateReference__ctor_System_String_ commentId: M:Sdl.ProjectAutomation.Core.ProjectTemplateReference.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.ProjectAutomation.Core.ProjectTemplateReference.ProjectTemplateReference(string) - fullName.vb: Sdl.ProjectAutomation.Core.ProjectTemplateReference.New(String) - nameWithType: ProjectTemplateReference.ProjectTemplateReference(string) - nameWithType.vb: ProjectTemplateReference.New(String) + fullName: Sdl.ProjectAutomation.Core.ProjectTemplateReference.ProjectTemplateReference(System.String) + nameWithType: ProjectTemplateReference.ProjectTemplateReference(String) - uid: Sdl.ProjectAutomation.Core.ProjectTemplateReference.#ctor(System.Uri) name: ProjectTemplateReference(Uri) href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateReference.html#Sdl_ProjectAutomation_Core_ProjectTemplateReference__ctor_System_Uri_ commentId: M:Sdl.ProjectAutomation.Core.ProjectTemplateReference.#ctor(System.Uri) - name.vb: New(Uri) fullName: Sdl.ProjectAutomation.Core.ProjectTemplateReference.ProjectTemplateReference(System.Uri) - fullName.vb: Sdl.ProjectAutomation.Core.ProjectTemplateReference.New(System.Uri) nameWithType: ProjectTemplateReference.ProjectTemplateReference(Uri) - nameWithType.vb: ProjectTemplateReference.New(Uri) - uid: Sdl.ProjectAutomation.Core.ProjectTemplateReference.#ctor* name: ProjectTemplateReference href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateReference.html#Sdl_ProjectAutomation_Core_ProjectTemplateReference__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.ProjectTemplateReference.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.ProjectTemplateReference.ProjectTemplateReference - fullName.vb: Sdl.ProjectAutomation.Core.ProjectTemplateReference.New nameWithType: ProjectTemplateReference.ProjectTemplateReference - nameWithType.vb: ProjectTemplateReference.New - uid: Sdl.ProjectAutomation.Core.ProjectTemplateReference.Uri name: Uri href: api/projectautomation/Sdl.ProjectAutomation.Core.ProjectTemplateReference.html#Sdl_ProjectAutomation_Core_ProjectTemplateReference_Uri @@ -132918,20 +120534,14 @@ references: name: ReturnPackageCreation() href: api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageCreation.html#Sdl_ProjectAutomation_Core_ReturnPackageCreation__ctor commentId: M:Sdl.ProjectAutomation.Core.ReturnPackageCreation.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.ReturnPackageCreation.ReturnPackageCreation() - fullName.vb: Sdl.ProjectAutomation.Core.ReturnPackageCreation.New() nameWithType: ReturnPackageCreation.ReturnPackageCreation() - nameWithType.vb: ReturnPackageCreation.New() - uid: Sdl.ProjectAutomation.Core.ReturnPackageCreation.#ctor* name: ReturnPackageCreation href: api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageCreation.html#Sdl_ProjectAutomation_Core_ReturnPackageCreation__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.ReturnPackageCreation.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.ReturnPackageCreation.ReturnPackageCreation - fullName.vb: Sdl.ProjectAutomation.Core.ReturnPackageCreation.New nameWithType: ReturnPackageCreation.ReturnPackageCreation - nameWithType.vb: ReturnPackageCreation.New - uid: Sdl.ProjectAutomation.Core.ReturnPackageCreation.Files name: Files href: api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageCreation.html#Sdl_ProjectAutomation_Core_ReturnPackageCreation_Files @@ -132954,20 +120564,14 @@ references: name: ReturnPackageImport() href: api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageImport.html#Sdl_ProjectAutomation_Core_ReturnPackageImport__ctor commentId: M:Sdl.ProjectAutomation.Core.ReturnPackageImport.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.ReturnPackageImport.ReturnPackageImport() - fullName.vb: Sdl.ProjectAutomation.Core.ReturnPackageImport.New() nameWithType: ReturnPackageImport.ReturnPackageImport() - nameWithType.vb: ReturnPackageImport.New() - uid: Sdl.ProjectAutomation.Core.ReturnPackageImport.#ctor* name: ReturnPackageImport href: api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageImport.html#Sdl_ProjectAutomation_Core_ReturnPackageImport__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.ReturnPackageImport.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.ReturnPackageImport.ReturnPackageImport - fullName.vb: Sdl.ProjectAutomation.Core.ReturnPackageImport.New nameWithType: ReturnPackageImport.ReturnPackageImport - nameWithType.vb: ReturnPackageImport.New - uid: Sdl.ProjectAutomation.Core.ReturnPackageImport.Files name: Files href: api/projectautomation/Sdl.ProjectAutomation.Core.ReturnPackageImport.html#Sdl_ProjectAutomation_Core_ReturnPackageImport_Files @@ -132987,50 +120591,35 @@ references: fullName: Sdl.ProjectAutomation.Core.ServerTermbase nameWithType: ServerTermbase - uid: Sdl.ProjectAutomation.Core.ServerTermbase.#ctor(System.String) - name: ServerTermbase(string) + name: ServerTermbase(String) href: api/projectautomation/Sdl.ProjectAutomation.Core.ServerTermbase.html#Sdl_ProjectAutomation_Core_ServerTermbase__ctor_System_String_ commentId: M:Sdl.ProjectAutomation.Core.ServerTermbase.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.ProjectAutomation.Core.ServerTermbase.ServerTermbase(string) - fullName.vb: Sdl.ProjectAutomation.Core.ServerTermbase.New(String) - nameWithType: ServerTermbase.ServerTermbase(string) - nameWithType.vb: ServerTermbase.New(String) + fullName: Sdl.ProjectAutomation.Core.ServerTermbase.ServerTermbase(System.String) + nameWithType: ServerTermbase.ServerTermbase(String) - uid: Sdl.ProjectAutomation.Core.ServerTermbase.#ctor(System.String,System.String) - name: ServerTermbase(string, string) + name: ServerTermbase(String, String) href: api/projectautomation/Sdl.ProjectAutomation.Core.ServerTermbase.html#Sdl_ProjectAutomation_Core_ServerTermbase__ctor_System_String_System_String_ commentId: M:Sdl.ProjectAutomation.Core.ServerTermbase.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.ProjectAutomation.Core.ServerTermbase.ServerTermbase(string, string) - fullName.vb: Sdl.ProjectAutomation.Core.ServerTermbase.New(String, String) - nameWithType: ServerTermbase.ServerTermbase(string, string) - nameWithType.vb: ServerTermbase.New(String, String) + fullName: Sdl.ProjectAutomation.Core.ServerTermbase.ServerTermbase(System.String, System.String) + nameWithType: ServerTermbase.ServerTermbase(String, String) - uid: Sdl.ProjectAutomation.Core.ServerTermbase.#ctor(System.String,System.String,System.Boolean) - name: ServerTermbase(string, string, bool) + name: ServerTermbase(String, String, Boolean) href: api/projectautomation/Sdl.ProjectAutomation.Core.ServerTermbase.html#Sdl_ProjectAutomation_Core_ServerTermbase__ctor_System_String_System_String_System_Boolean_ commentId: M:Sdl.ProjectAutomation.Core.ServerTermbase.#ctor(System.String,System.String,System.Boolean) - name.vb: New(String, String, Boolean) - fullName: Sdl.ProjectAutomation.Core.ServerTermbase.ServerTermbase(string, string, bool) - fullName.vb: Sdl.ProjectAutomation.Core.ServerTermbase.New(String, String, Boolean) - nameWithType: ServerTermbase.ServerTermbase(string, string, bool) - nameWithType.vb: ServerTermbase.New(String, String, Boolean) + fullName: Sdl.ProjectAutomation.Core.ServerTermbase.ServerTermbase(System.String, System.String, System.Boolean) + nameWithType: ServerTermbase.ServerTermbase(String, String, Boolean) - uid: Sdl.ProjectAutomation.Core.ServerTermbase.#ctor(System.String,System.String,System.String,System.Boolean) - name: ServerTermbase(string, string, string, bool) + name: ServerTermbase(String, String, String, Boolean) href: api/projectautomation/Sdl.ProjectAutomation.Core.ServerTermbase.html#Sdl_ProjectAutomation_Core_ServerTermbase__ctor_System_String_System_String_System_String_System_Boolean_ commentId: M:Sdl.ProjectAutomation.Core.ServerTermbase.#ctor(System.String,System.String,System.String,System.Boolean) - name.vb: New(String, String, String, Boolean) - fullName: Sdl.ProjectAutomation.Core.ServerTermbase.ServerTermbase(string, string, string, bool) - fullName.vb: Sdl.ProjectAutomation.Core.ServerTermbase.New(String, String, String, Boolean) - nameWithType: ServerTermbase.ServerTermbase(string, string, string, bool) - nameWithType.vb: ServerTermbase.New(String, String, String, Boolean) + fullName: Sdl.ProjectAutomation.Core.ServerTermbase.ServerTermbase(System.String, System.String, System.String, System.Boolean) + nameWithType: ServerTermbase.ServerTermbase(String, String, String, Boolean) - uid: Sdl.ProjectAutomation.Core.ServerTermbase.#ctor* name: ServerTermbase href: api/projectautomation/Sdl.ProjectAutomation.Core.ServerTermbase.html#Sdl_ProjectAutomation_Core_ServerTermbase__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.ServerTermbase.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.ServerTermbase.ServerTermbase - fullName.vb: Sdl.ProjectAutomation.Core.ServerTermbase.New nameWithType: ServerTermbase.ServerTermbase - nameWithType.vb: ServerTermbase.New - uid: Sdl.ProjectAutomation.Core.TargetLanguageStatistics name: TargetLanguageStatistics href: api/projectautomation/Sdl.ProjectAutomation.Core.TargetLanguageStatistics.html @@ -133041,20 +120630,14 @@ references: name: TargetLanguageStatistics() href: api/projectautomation/Sdl.ProjectAutomation.Core.TargetLanguageStatistics.html#Sdl_ProjectAutomation_Core_TargetLanguageStatistics__ctor commentId: M:Sdl.ProjectAutomation.Core.TargetLanguageStatistics.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.TargetLanguageStatistics.TargetLanguageStatistics() - fullName.vb: Sdl.ProjectAutomation.Core.TargetLanguageStatistics.New() nameWithType: TargetLanguageStatistics.TargetLanguageStatistics() - nameWithType.vb: TargetLanguageStatistics.New() - uid: Sdl.ProjectAutomation.Core.TargetLanguageStatistics.#ctor* name: TargetLanguageStatistics href: api/projectautomation/Sdl.ProjectAutomation.Core.TargetLanguageStatistics.html#Sdl_ProjectAutomation_Core_TargetLanguageStatistics__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.TargetLanguageStatistics.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.TargetLanguageStatistics.TargetLanguageStatistics - fullName.vb: Sdl.ProjectAutomation.Core.TargetLanguageStatistics.New nameWithType: TargetLanguageStatistics.TargetLanguageStatistics - nameWithType.vb: TargetLanguageStatistics.New - uid: Sdl.ProjectAutomation.Core.TargetLanguageStatistics.AnalysisStatistics name: AnalysisStatistics href: api/projectautomation/Sdl.ProjectAutomation.Core.TargetLanguageStatistics.html#Sdl_ProjectAutomation_Core_TargetLanguageStatistics_AnalysisStatistics @@ -133101,20 +120684,14 @@ references: name: Task() href: api/projectautomation/Sdl.ProjectAutomation.Core.Task.html#Sdl_ProjectAutomation_Core_Task__ctor commentId: M:Sdl.ProjectAutomation.Core.Task.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.Task.Task() - fullName.vb: Sdl.ProjectAutomation.Core.Task.New() nameWithType: Task.Task() - nameWithType.vb: Task.New() - uid: Sdl.ProjectAutomation.Core.Task.#ctor* name: Task href: api/projectautomation/Sdl.ProjectAutomation.Core.Task.html#Sdl_ProjectAutomation_Core_Task__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.Task.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.Task.Task - fullName.vb: Sdl.ProjectAutomation.Core.Task.New nameWithType: Task.Task - nameWithType.vb: Task.New - uid: Sdl.ProjectAutomation.Core.Task.Id name: Id href: api/projectautomation/Sdl.ProjectAutomation.Core.Task.html#Sdl_ProjectAutomation_Core_Task_Id @@ -133173,20 +120750,14 @@ references: name: TaskFile() href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskFile.html#Sdl_ProjectAutomation_Core_TaskFile__ctor commentId: M:Sdl.ProjectAutomation.Core.TaskFile.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.TaskFile.TaskFile() - fullName.vb: Sdl.ProjectAutomation.Core.TaskFile.New() nameWithType: TaskFile.TaskFile() - nameWithType.vb: TaskFile.New() - uid: Sdl.ProjectAutomation.Core.TaskFile.#ctor* name: TaskFile href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskFile.html#Sdl_ProjectAutomation_Core_TaskFile__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.TaskFile.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.TaskFile.TaskFile - fullName.vb: Sdl.ProjectAutomation.Core.TaskFile.New nameWithType: TaskFile.TaskFile - nameWithType.vb: TaskFile.New - uid: Sdl.ProjectAutomation.Core.TaskFile.Completed name: Completed href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskFile.html#Sdl_ProjectAutomation_Core_TaskFile_Completed @@ -133245,20 +120816,14 @@ references: name: TaskFileInfo() href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskFileInfo.html#Sdl_ProjectAutomation_Core_TaskFileInfo__ctor commentId: M:Sdl.ProjectAutomation.Core.TaskFileInfo.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.TaskFileInfo.TaskFileInfo() - fullName.vb: Sdl.ProjectAutomation.Core.TaskFileInfo.New() nameWithType: TaskFileInfo.TaskFileInfo() - nameWithType.vb: TaskFileInfo.New() - uid: Sdl.ProjectAutomation.Core.TaskFileInfo.#ctor* name: TaskFileInfo href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskFileInfo.html#Sdl_ProjectAutomation_Core_TaskFileInfo__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.TaskFileInfo.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.TaskFileInfo.TaskFileInfo - fullName.vb: Sdl.ProjectAutomation.Core.TaskFileInfo.New nameWithType: TaskFileInfo.TaskFileInfo - nameWithType.vb: TaskFileInfo.New - uid: Sdl.ProjectAutomation.Core.TaskFileInfo.ProjectFileId name: ProjectFileId href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskFileInfo.html#Sdl_ProjectAutomation_Core_TaskFileInfo_ProjectFileId @@ -133293,20 +120858,14 @@ references: name: TaskMessageEventArgs() href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskMessageEventArgs.html#Sdl_ProjectAutomation_Core_TaskMessageEventArgs__ctor commentId: M:Sdl.ProjectAutomation.Core.TaskMessageEventArgs.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.TaskMessageEventArgs.TaskMessageEventArgs() - fullName.vb: Sdl.ProjectAutomation.Core.TaskMessageEventArgs.New() nameWithType: TaskMessageEventArgs.TaskMessageEventArgs() - nameWithType.vb: TaskMessageEventArgs.New() - uid: Sdl.ProjectAutomation.Core.TaskMessageEventArgs.#ctor* name: TaskMessageEventArgs href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskMessageEventArgs.html#Sdl_ProjectAutomation_Core_TaskMessageEventArgs__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.TaskMessageEventArgs.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.TaskMessageEventArgs.TaskMessageEventArgs - fullName.vb: Sdl.ProjectAutomation.Core.TaskMessageEventArgs.New nameWithType: TaskMessageEventArgs.TaskMessageEventArgs - nameWithType.vb: TaskMessageEventArgs.New - uid: Sdl.ProjectAutomation.Core.TaskMessageEventArgs.TaskTemplateIds name: TaskTemplateIds href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskMessageEventArgs.html#Sdl_ProjectAutomation_Core_TaskMessageEventArgs_TaskTemplateIds @@ -133329,20 +120888,14 @@ references: name: TaskReport() href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskReport.html#Sdl_ProjectAutomation_Core_TaskReport__ctor commentId: M:Sdl.ProjectAutomation.Core.TaskReport.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.TaskReport.TaskReport() - fullName.vb: Sdl.ProjectAutomation.Core.TaskReport.New() nameWithType: TaskReport.TaskReport() - nameWithType.vb: TaskReport.New() - uid: Sdl.ProjectAutomation.Core.TaskReport.#ctor* name: TaskReport href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskReport.html#Sdl_ProjectAutomation_Core_TaskReport__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.TaskReport.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.TaskReport.TaskReport - fullName.vb: Sdl.ProjectAutomation.Core.TaskReport.New nameWithType: TaskReport.TaskReport - nameWithType.vb: TaskReport.New - uid: Sdl.ProjectAutomation.Core.TaskReport.Description name: Description href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskReport.html#Sdl_ProjectAutomation_Core_TaskReport_Description @@ -133401,20 +120954,14 @@ references: name: TaskSequence() href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskSequence.html#Sdl_ProjectAutomation_Core_TaskSequence__ctor commentId: M:Sdl.ProjectAutomation.Core.TaskSequence.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.TaskSequence.TaskSequence() - fullName.vb: Sdl.ProjectAutomation.Core.TaskSequence.New() nameWithType: TaskSequence.TaskSequence() - nameWithType.vb: TaskSequence.New() - uid: Sdl.ProjectAutomation.Core.TaskSequence.#ctor* name: TaskSequence href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskSequence.html#Sdl_ProjectAutomation_Core_TaskSequence__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.TaskSequence.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.TaskSequence.TaskSequence - fullName.vb: Sdl.ProjectAutomation.Core.TaskSequence.New nameWithType: TaskSequence.TaskSequence - nameWithType.vb: TaskSequence.New - uid: Sdl.ProjectAutomation.Core.TaskSequence.OutputFiles name: OutputFiles href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskSequence.html#Sdl_ProjectAutomation_Core_TaskSequence_OutputFiles @@ -133521,20 +121068,14 @@ references: name: TaskStatusEventArgs() href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskStatusEventArgs.html#Sdl_ProjectAutomation_Core_TaskStatusEventArgs__ctor commentId: M:Sdl.ProjectAutomation.Core.TaskStatusEventArgs.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.TaskStatusEventArgs.TaskStatusEventArgs() - fullName.vb: Sdl.ProjectAutomation.Core.TaskStatusEventArgs.New() nameWithType: TaskStatusEventArgs.TaskStatusEventArgs() - nameWithType.vb: TaskStatusEventArgs.New() - uid: Sdl.ProjectAutomation.Core.TaskStatusEventArgs.#ctor* name: TaskStatusEventArgs href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskStatusEventArgs.html#Sdl_ProjectAutomation_Core_TaskStatusEventArgs__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.TaskStatusEventArgs.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.TaskStatusEventArgs.TaskStatusEventArgs - fullName.vb: Sdl.ProjectAutomation.Core.TaskStatusEventArgs.New nameWithType: TaskStatusEventArgs.TaskStatusEventArgs - nameWithType.vb: TaskStatusEventArgs.New - uid: Sdl.ProjectAutomation.Core.TaskStatusEventArgs.Status name: Status href: api/projectautomation/Sdl.ProjectAutomation.Core.TaskStatusEventArgs.html#Sdl_ProjectAutomation_Core_TaskStatusEventArgs_Status @@ -133623,20 +121164,14 @@ references: name: TermbaseConfiguration() href: api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseConfiguration.html#Sdl_ProjectAutomation_Core_TermbaseConfiguration__ctor commentId: M:Sdl.ProjectAutomation.Core.TermbaseConfiguration.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.TermbaseConfiguration.TermbaseConfiguration() - fullName.vb: Sdl.ProjectAutomation.Core.TermbaseConfiguration.New() nameWithType: TermbaseConfiguration.TermbaseConfiguration() - nameWithType.vb: TermbaseConfiguration.New() - uid: Sdl.ProjectAutomation.Core.TermbaseConfiguration.#ctor* name: TermbaseConfiguration href: api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseConfiguration.html#Sdl_ProjectAutomation_Core_TermbaseConfiguration__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.TermbaseConfiguration.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.TermbaseConfiguration.TermbaseConfiguration - fullName.vb: Sdl.ProjectAutomation.Core.TermbaseConfiguration.New nameWithType: TermbaseConfiguration.TermbaseConfiguration - nameWithType.vb: TermbaseConfiguration.New - uid: Sdl.ProjectAutomation.Core.TermbaseConfiguration.LanguageIndexes name: LanguageIndexes href: api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseConfiguration.html#Sdl_ProjectAutomation_Core_TermbaseConfiguration_LanguageIndexes @@ -133692,23 +121227,17 @@ references: fullName: Sdl.ProjectAutomation.Core.TermbaseLanguageIndex nameWithType: TermbaseLanguageIndex - uid: Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.#ctor(Sdl.Core.Globalization.Language,System.String) - name: TermbaseLanguageIndex(Language, string) + name: TermbaseLanguageIndex(Language, String) href: api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.html#Sdl_ProjectAutomation_Core_TermbaseLanguageIndex__ctor_Sdl_Core_Globalization_Language_System_String_ commentId: M:Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.#ctor(Sdl.Core.Globalization.Language,System.String) - name.vb: New(Language, String) - fullName: Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.TermbaseLanguageIndex(Sdl.Core.Globalization.Language, string) - fullName.vb: Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.New(Sdl.Core.Globalization.Language, String) - nameWithType: TermbaseLanguageIndex.TermbaseLanguageIndex(Language, string) - nameWithType.vb: TermbaseLanguageIndex.New(Language, String) + fullName: Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.TermbaseLanguageIndex(Sdl.Core.Globalization.Language, System.String) + nameWithType: TermbaseLanguageIndex.TermbaseLanguageIndex(Language, String) - uid: Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.#ctor* name: TermbaseLanguageIndex href: api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.html#Sdl_ProjectAutomation_Core_TermbaseLanguageIndex__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.TermbaseLanguageIndex - fullName.vb: Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.New nameWithType: TermbaseLanguageIndex.TermbaseLanguageIndex - nameWithType.vb: TermbaseLanguageIndex.New - uid: Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.ProjectLanguage name: ProjectLanguage href: api/projectautomation/Sdl.ProjectAutomation.Core.TermbaseLanguageIndex.html#Sdl_ProjectAutomation_Core_TermbaseLanguageIndex_ProjectLanguage @@ -133767,20 +121296,14 @@ references: name: TermRecognitionOptions() href: api/projectautomation/Sdl.ProjectAutomation.Core.TermRecognitionOptions.html#Sdl_ProjectAutomation_Core_TermRecognitionOptions__ctor commentId: M:Sdl.ProjectAutomation.Core.TermRecognitionOptions.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.TermRecognitionOptions.TermRecognitionOptions() - fullName.vb: Sdl.ProjectAutomation.Core.TermRecognitionOptions.New() nameWithType: TermRecognitionOptions.TermRecognitionOptions() - nameWithType.vb: TermRecognitionOptions.New() - uid: Sdl.ProjectAutomation.Core.TermRecognitionOptions.#ctor* name: TermRecognitionOptions href: api/projectautomation/Sdl.ProjectAutomation.Core.TermRecognitionOptions.html#Sdl_ProjectAutomation_Core_TermRecognitionOptions__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.TermRecognitionOptions.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.TermRecognitionOptions.TermRecognitionOptions - fullName.vb: Sdl.ProjectAutomation.Core.TermRecognitionOptions.New nameWithType: TermRecognitionOptions.TermRecognitionOptions - nameWithType.vb: TermRecognitionOptions.New - uid: Sdl.ProjectAutomation.Core.TermRecognitionOptions.MinimumMatchValue name: MinimumMatchValue href: api/projectautomation/Sdl.ProjectAutomation.Core.TermRecognitionOptions.html#Sdl_ProjectAutomation_Core_TermRecognitionOptions_MinimumMatchValue @@ -133836,59 +121359,44 @@ references: fullName: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry nameWithType: TranslationProviderCascadeEntry - uid: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.#ctor(Sdl.ProjectAutomation.Core.TranslationProviderReference,System.Boolean,System.Boolean,System.Boolean) - name: TranslationProviderCascadeEntry(TranslationProviderReference, bool, bool, bool) + name: TranslationProviderCascadeEntry(TranslationProviderReference, Boolean, Boolean, Boolean) href: api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.html#Sdl_ProjectAutomation_Core_TranslationProviderCascadeEntry__ctor_Sdl_ProjectAutomation_Core_TranslationProviderReference_System_Boolean_System_Boolean_System_Boolean_ commentId: M:Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.#ctor(Sdl.ProjectAutomation.Core.TranslationProviderReference,System.Boolean,System.Boolean,System.Boolean) - name.vb: New(TranslationProviderReference, Boolean, Boolean, Boolean) - fullName: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(Sdl.ProjectAutomation.Core.TranslationProviderReference, bool, bool, bool) - fullName.vb: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.New(Sdl.ProjectAutomation.Core.TranslationProviderReference, Boolean, Boolean, Boolean) - nameWithType: TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(TranslationProviderReference, bool, bool, bool) - nameWithType.vb: TranslationProviderCascadeEntry.New(TranslationProviderReference, Boolean, Boolean, Boolean) + fullName: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(Sdl.ProjectAutomation.Core.TranslationProviderReference, System.Boolean, System.Boolean, System.Boolean) + nameWithType: TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(TranslationProviderReference, Boolean, Boolean, Boolean) - uid: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.#ctor(Sdl.ProjectAutomation.Core.TranslationProviderReference,System.Boolean,System.Boolean,System.Boolean,System.Int32) - name: TranslationProviderCascadeEntry(TranslationProviderReference, bool, bool, bool, int) + name: TranslationProviderCascadeEntry(TranslationProviderReference, Boolean, Boolean, Boolean, Int32) href: api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.html#Sdl_ProjectAutomation_Core_TranslationProviderCascadeEntry__ctor_Sdl_ProjectAutomation_Core_TranslationProviderReference_System_Boolean_System_Boolean_System_Boolean_System_Int32_ commentId: M:Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.#ctor(Sdl.ProjectAutomation.Core.TranslationProviderReference,System.Boolean,System.Boolean,System.Boolean,System.Int32) - name.vb: New(TranslationProviderReference, Boolean, Boolean, Boolean, Integer) - fullName: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(Sdl.ProjectAutomation.Core.TranslationProviderReference, bool, bool, bool, int) - fullName.vb: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.New(Sdl.ProjectAutomation.Core.TranslationProviderReference, Boolean, Boolean, Boolean, Integer) - nameWithType: TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(TranslationProviderReference, bool, bool, bool, int) - nameWithType.vb: TranslationProviderCascadeEntry.New(TranslationProviderReference, Boolean, Boolean, Boolean, Integer) + fullName: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(Sdl.ProjectAutomation.Core.TranslationProviderReference, System.Boolean, System.Boolean, System.Boolean, System.Int32) + nameWithType: TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(TranslationProviderReference, Boolean, Boolean, Boolean, Int32) - uid: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.#ctor(Sdl.ProjectAutomation.Core.TranslationProviderReference,System.Collections.Generic.List{Sdl.ProjectAutomation.Core.TranslationProviderReference},System.Boolean,System.Boolean,System.Boolean,System.Int32) - name: TranslationProviderCascadeEntry(TranslationProviderReference, List, bool, bool, bool, int) + name: TranslationProviderCascadeEntry(TranslationProviderReference, List, Boolean, Boolean, Boolean, Int32) href: api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.html#Sdl_ProjectAutomation_Core_TranslationProviderCascadeEntry__ctor_Sdl_ProjectAutomation_Core_TranslationProviderReference_System_Collections_Generic_List_Sdl_ProjectAutomation_Core_TranslationProviderReference__System_Boolean_System_Boolean_System_Boolean_System_Int32_ commentId: M:Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.#ctor(Sdl.ProjectAutomation.Core.TranslationProviderReference,System.Collections.Generic.List{Sdl.ProjectAutomation.Core.TranslationProviderReference},System.Boolean,System.Boolean,System.Boolean,System.Int32) - name.vb: New(TranslationProviderReference, List(Of TranslationProviderReference), Boolean, Boolean, Boolean, Integer) - fullName: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(Sdl.ProjectAutomation.Core.TranslationProviderReference, System.Collections.Generic.List, bool, bool, bool, int) - fullName.vb: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.New(Sdl.ProjectAutomation.Core.TranslationProviderReference, System.Collections.Generic.List(Of Sdl.ProjectAutomation.Core.TranslationProviderReference), Boolean, Boolean, Boolean, Integer) - nameWithType: TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(TranslationProviderReference, List, bool, bool, bool, int) - nameWithType.vb: TranslationProviderCascadeEntry.New(TranslationProviderReference, List(Of TranslationProviderReference), Boolean, Boolean, Boolean, Integer) + name.vb: TranslationProviderCascadeEntry(TranslationProviderReference, List(Of TranslationProviderReference), Boolean, Boolean, Boolean, Int32) + fullName: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(Sdl.ProjectAutomation.Core.TranslationProviderReference, System.Collections.Generic.List, System.Boolean, System.Boolean, System.Boolean, System.Int32) + fullName.vb: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(Sdl.ProjectAutomation.Core.TranslationProviderReference, System.Collections.Generic.List(Of Sdl.ProjectAutomation.Core.TranslationProviderReference), System.Boolean, System.Boolean, System.Boolean, System.Int32) + nameWithType: TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(TranslationProviderReference, List, Boolean, Boolean, Boolean, Int32) + nameWithType.vb: TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(TranslationProviderReference, List(Of TranslationProviderReference), Boolean, Boolean, Boolean, Int32) - uid: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.#ctor(System.String,System.Boolean,System.Boolean,System.Boolean) - name: TranslationProviderCascadeEntry(string, bool, bool, bool) + name: TranslationProviderCascadeEntry(String, Boolean, Boolean, Boolean) href: api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.html#Sdl_ProjectAutomation_Core_TranslationProviderCascadeEntry__ctor_System_String_System_Boolean_System_Boolean_System_Boolean_ commentId: M:Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.#ctor(System.String,System.Boolean,System.Boolean,System.Boolean) - name.vb: New(String, Boolean, Boolean, Boolean) - fullName: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(string, bool, bool, bool) - fullName.vb: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.New(String, Boolean, Boolean, Boolean) - nameWithType: TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(string, bool, bool, bool) - nameWithType.vb: TranslationProviderCascadeEntry.New(String, Boolean, Boolean, Boolean) + fullName: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(System.String, System.Boolean, System.Boolean, System.Boolean) + nameWithType: TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(String, Boolean, Boolean, Boolean) - uid: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.#ctor(System.String,System.Boolean,System.Boolean,System.Boolean,System.Int32) - name: TranslationProviderCascadeEntry(string, bool, bool, bool, int) + name: TranslationProviderCascadeEntry(String, Boolean, Boolean, Boolean, Int32) href: api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.html#Sdl_ProjectAutomation_Core_TranslationProviderCascadeEntry__ctor_System_String_System_Boolean_System_Boolean_System_Boolean_System_Int32_ commentId: M:Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.#ctor(System.String,System.Boolean,System.Boolean,System.Boolean,System.Int32) - name.vb: New(String, Boolean, Boolean, Boolean, Integer) - fullName: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(string, bool, bool, bool, int) - fullName.vb: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.New(String, Boolean, Boolean, Boolean, Integer) - nameWithType: TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(string, bool, bool, bool, int) - nameWithType.vb: TranslationProviderCascadeEntry.New(String, Boolean, Boolean, Boolean, Integer) + fullName: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(System.String, System.Boolean, System.Boolean, System.Boolean, System.Int32) + nameWithType: TranslationProviderCascadeEntry.TranslationProviderCascadeEntry(String, Boolean, Boolean, Boolean, Int32) - uid: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.#ctor* name: TranslationProviderCascadeEntry href: api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.html#Sdl_ProjectAutomation_Core_TranslationProviderCascadeEntry__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.TranslationProviderCascadeEntry - fullName.vb: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.New nameWithType: TranslationProviderCascadeEntry.TranslationProviderCascadeEntry - nameWithType.vb: TranslationProviderCascadeEntry.New - uid: Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.MainTranslationProvider name: MainTranslationProvider href: api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry.html#Sdl_ProjectAutomation_Core_TranslationProviderCascadeEntry_MainTranslationProvider @@ -133971,29 +121479,23 @@ references: name: TranslationProviderConfiguration() href: api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.html#Sdl_ProjectAutomation_Core_TranslationProviderConfiguration__ctor commentId: M:Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.TranslationProviderConfiguration() - fullName.vb: Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.New() nameWithType: TranslationProviderConfiguration.TranslationProviderConfiguration() - nameWithType.vb: TranslationProviderConfiguration.New() - uid: Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.#ctor(System.Collections.Generic.List{Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry},System.Boolean,System.Boolean) - name: TranslationProviderConfiguration(List, bool, bool) + name: TranslationProviderConfiguration(List, Boolean, Boolean) href: api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.html#Sdl_ProjectAutomation_Core_TranslationProviderConfiguration__ctor_System_Collections_Generic_List_Sdl_ProjectAutomation_Core_TranslationProviderCascadeEntry__System_Boolean_System_Boolean_ commentId: M:Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.#ctor(System.Collections.Generic.List{Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry},System.Boolean,System.Boolean) - name.vb: New(List(Of TranslationProviderCascadeEntry), Boolean, Boolean) - fullName: Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.TranslationProviderConfiguration(System.Collections.Generic.List, bool, bool) - fullName.vb: Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.New(System.Collections.Generic.List(Of Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry), Boolean, Boolean) - nameWithType: TranslationProviderConfiguration.TranslationProviderConfiguration(List, bool, bool) - nameWithType.vb: TranslationProviderConfiguration.New(List(Of TranslationProviderCascadeEntry), Boolean, Boolean) + name.vb: TranslationProviderConfiguration(List(Of TranslationProviderCascadeEntry), Boolean, Boolean) + fullName: Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.TranslationProviderConfiguration(System.Collections.Generic.List, System.Boolean, System.Boolean) + fullName.vb: Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.TranslationProviderConfiguration(System.Collections.Generic.List(Of Sdl.ProjectAutomation.Core.TranslationProviderCascadeEntry), System.Boolean, System.Boolean) + nameWithType: TranslationProviderConfiguration.TranslationProviderConfiguration(List, Boolean, Boolean) + nameWithType.vb: TranslationProviderConfiguration.TranslationProviderConfiguration(List(Of TranslationProviderCascadeEntry), Boolean, Boolean) - uid: Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.#ctor* name: TranslationProviderConfiguration href: api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.html#Sdl_ProjectAutomation_Core_TranslationProviderConfiguration__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.TranslationProviderConfiguration - fullName.vb: Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.New nameWithType: TranslationProviderConfiguration.TranslationProviderConfiguration - nameWithType.vb: TranslationProviderConfiguration.New - uid: Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.Entries name: Entries href: api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderConfiguration.html#Sdl_ProjectAutomation_Core_TranslationProviderConfiguration_Entries @@ -134037,50 +121539,35 @@ references: fullName: Sdl.ProjectAutomation.Core.TranslationProviderReference nameWithType: TranslationProviderReference - uid: Sdl.ProjectAutomation.Core.TranslationProviderReference.#ctor(System.String) - name: TranslationProviderReference(string) + name: TranslationProviderReference(String) href: api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderReference.html#Sdl_ProjectAutomation_Core_TranslationProviderReference__ctor_System_String_ commentId: M:Sdl.ProjectAutomation.Core.TranslationProviderReference.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.ProjectAutomation.Core.TranslationProviderReference.TranslationProviderReference(string) - fullName.vb: Sdl.ProjectAutomation.Core.TranslationProviderReference.New(String) - nameWithType: TranslationProviderReference.TranslationProviderReference(string) - nameWithType.vb: TranslationProviderReference.New(String) + fullName: Sdl.ProjectAutomation.Core.TranslationProviderReference.TranslationProviderReference(System.String) + nameWithType: TranslationProviderReference.TranslationProviderReference(String) - uid: Sdl.ProjectAutomation.Core.TranslationProviderReference.#ctor(System.String,System.Boolean) - name: TranslationProviderReference(string, bool) + name: TranslationProviderReference(String, Boolean) href: api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderReference.html#Sdl_ProjectAutomation_Core_TranslationProviderReference__ctor_System_String_System_Boolean_ commentId: M:Sdl.ProjectAutomation.Core.TranslationProviderReference.#ctor(System.String,System.Boolean) - name.vb: New(String, Boolean) - fullName: Sdl.ProjectAutomation.Core.TranslationProviderReference.TranslationProviderReference(string, bool) - fullName.vb: Sdl.ProjectAutomation.Core.TranslationProviderReference.New(String, Boolean) - nameWithType: TranslationProviderReference.TranslationProviderReference(string, bool) - nameWithType.vb: TranslationProviderReference.New(String, Boolean) + fullName: Sdl.ProjectAutomation.Core.TranslationProviderReference.TranslationProviderReference(System.String, System.Boolean) + nameWithType: TranslationProviderReference.TranslationProviderReference(String, Boolean) - uid: Sdl.ProjectAutomation.Core.TranslationProviderReference.#ctor(System.Uri) name: TranslationProviderReference(Uri) href: api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderReference.html#Sdl_ProjectAutomation_Core_TranslationProviderReference__ctor_System_Uri_ commentId: M:Sdl.ProjectAutomation.Core.TranslationProviderReference.#ctor(System.Uri) - name.vb: New(Uri) fullName: Sdl.ProjectAutomation.Core.TranslationProviderReference.TranslationProviderReference(System.Uri) - fullName.vb: Sdl.ProjectAutomation.Core.TranslationProviderReference.New(System.Uri) nameWithType: TranslationProviderReference.TranslationProviderReference(Uri) - nameWithType.vb: TranslationProviderReference.New(Uri) - uid: Sdl.ProjectAutomation.Core.TranslationProviderReference.#ctor(System.Uri,System.String,System.Boolean) - name: TranslationProviderReference(Uri, string, bool) + name: TranslationProviderReference(Uri, String, Boolean) href: api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderReference.html#Sdl_ProjectAutomation_Core_TranslationProviderReference__ctor_System_Uri_System_String_System_Boolean_ commentId: M:Sdl.ProjectAutomation.Core.TranslationProviderReference.#ctor(System.Uri,System.String,System.Boolean) - name.vb: New(Uri, String, Boolean) - fullName: Sdl.ProjectAutomation.Core.TranslationProviderReference.TranslationProviderReference(System.Uri, string, bool) - fullName.vb: Sdl.ProjectAutomation.Core.TranslationProviderReference.New(System.Uri, String, Boolean) - nameWithType: TranslationProviderReference.TranslationProviderReference(Uri, string, bool) - nameWithType.vb: TranslationProviderReference.New(Uri, String, Boolean) + fullName: Sdl.ProjectAutomation.Core.TranslationProviderReference.TranslationProviderReference(System.Uri, System.String, System.Boolean) + nameWithType: TranslationProviderReference.TranslationProviderReference(Uri, String, Boolean) - uid: Sdl.ProjectAutomation.Core.TranslationProviderReference.#ctor* name: TranslationProviderReference href: api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderReference.html#Sdl_ProjectAutomation_Core_TranslationProviderReference__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.TranslationProviderReference.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.TranslationProviderReference.TranslationProviderReference - fullName.vb: Sdl.ProjectAutomation.Core.TranslationProviderReference.New nameWithType: TranslationProviderReference.TranslationProviderReference - nameWithType.vb: TranslationProviderReference.New - uid: Sdl.ProjectAutomation.Core.TranslationProviderReference.Enabled name: Enabled href: api/projectautomation/Sdl.ProjectAutomation.Core.TranslationProviderReference.html#Sdl_ProjectAutomation_Core_TranslationProviderReference_Enabled @@ -134157,20 +121644,14 @@ references: name: WordCountStatistics() href: api/projectautomation/Sdl.ProjectAutomation.Core.WordCountStatistics.html#Sdl_ProjectAutomation_Core_WordCountStatistics__ctor commentId: M:Sdl.ProjectAutomation.Core.WordCountStatistics.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Core.WordCountStatistics.WordCountStatistics() - fullName.vb: Sdl.ProjectAutomation.Core.WordCountStatistics.New() nameWithType: WordCountStatistics.WordCountStatistics() - nameWithType.vb: WordCountStatistics.New() - uid: Sdl.ProjectAutomation.Core.WordCountStatistics.#ctor* name: WordCountStatistics href: api/projectautomation/Sdl.ProjectAutomation.Core.WordCountStatistics.html#Sdl_ProjectAutomation_Core_WordCountStatistics__ctor_ commentId: Overload:Sdl.ProjectAutomation.Core.WordCountStatistics.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Core.WordCountStatistics.WordCountStatistics - fullName.vb: Sdl.ProjectAutomation.Core.WordCountStatistics.New nameWithType: WordCountStatistics.WordCountStatistics - nameWithType.vb: WordCountStatistics.New - uid: Sdl.ProjectAutomation.Core.WordCountStatistics.Repetitions name: Repetitions href: api/projectautomation/Sdl.ProjectAutomation.Core.WordCountStatistics.html#Sdl_ProjectAutomation_Core_WordCountStatistics_Repetitions @@ -134223,20 +121704,14 @@ references: name: AbstractContentProcessor() href: api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.html#Sdl_ProjectAutomation_FileBased_AbstractContentProcessor__ctor commentId: M:Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.AbstractContentProcessor() - fullName.vb: Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.New() nameWithType: AbstractContentProcessor.AbstractContentProcessor() - nameWithType.vb: AbstractContentProcessor.New() - uid: Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.#ctor* name: AbstractContentProcessor href: api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.html#Sdl_ProjectAutomation_FileBased_AbstractContentProcessor__ctor_ commentId: Overload:Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.AbstractContentProcessor - fullName.vb: Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.New nameWithType: AbstractContentProcessor.AbstractContentProcessor - nameWithType.vb: AbstractContentProcessor.New - uid: Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.ContentChanged name: ContentChanged href: api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentProcessor.html#Sdl_ProjectAutomation_FileBased_AbstractContentProcessor_ContentChanged @@ -134265,29 +121740,20 @@ references: name: AbstractContentTask() href: api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentTask.html#Sdl_ProjectAutomation_FileBased_AbstractContentTask__ctor commentId: M:Sdl.ProjectAutomation.FileBased.AbstractContentTask.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.FileBased.AbstractContentTask.AbstractContentTask() - fullName.vb: Sdl.ProjectAutomation.FileBased.AbstractContentTask.New() nameWithType: AbstractContentTask.AbstractContentTask() - nameWithType.vb: AbstractContentTask.New() - uid: Sdl.ProjectAutomation.FileBased.AbstractContentTask.#ctor* name: AbstractContentTask href: api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentTask.html#Sdl_ProjectAutomation_FileBased_AbstractContentTask__ctor_ commentId: Overload:Sdl.ProjectAutomation.FileBased.AbstractContentTask.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.FileBased.AbstractContentTask.AbstractContentTask - fullName.vb: Sdl.ProjectAutomation.FileBased.AbstractContentTask.New nameWithType: AbstractContentTask.AbstractContentTask - nameWithType.vb: AbstractContentTask.New - uid: Sdl.ProjectAutomation.FileBased.AbstractContentTask.Cancel(System.Boolean) - name: Cancel(bool) + name: Cancel(Boolean) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentTask.html#Sdl_ProjectAutomation_FileBased_AbstractContentTask_Cancel_System_Boolean_ commentId: M:Sdl.ProjectAutomation.FileBased.AbstractContentTask.Cancel(System.Boolean) - name.vb: Cancel(Boolean) - fullName: Sdl.ProjectAutomation.FileBased.AbstractContentTask.Cancel(bool) - fullName.vb: Sdl.ProjectAutomation.FileBased.AbstractContentTask.Cancel(Boolean) - nameWithType: AbstractContentTask.Cancel(bool) - nameWithType.vb: AbstractContentTask.Cancel(Boolean) + fullName: Sdl.ProjectAutomation.FileBased.AbstractContentTask.Cancel(System.Boolean) + nameWithType: AbstractContentTask.Cancel(Boolean) - uid: Sdl.ProjectAutomation.FileBased.AbstractContentTask.Cancel* name: Cancel href: api/projectautomation/Sdl.ProjectAutomation.FileBased.AbstractContentTask.html#Sdl_ProjectAutomation_FileBased_AbstractContentTask_Cancel_ @@ -134346,20 +121812,14 @@ references: name: ProjectCreatedEvent(IProject) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectCreatedEvent.html#Sdl_ProjectAutomation_FileBased_Events_ProjectCreatedEvent__ctor_Sdl_ProjectApi_IProject_ commentId: M:Sdl.ProjectAutomation.FileBased.Events.ProjectCreatedEvent.#ctor(Sdl.ProjectApi.IProject) - name.vb: New(IProject) fullName: Sdl.ProjectAutomation.FileBased.Events.ProjectCreatedEvent.ProjectCreatedEvent(Sdl.ProjectApi.IProject) - fullName.vb: Sdl.ProjectAutomation.FileBased.Events.ProjectCreatedEvent.New(Sdl.ProjectApi.IProject) nameWithType: ProjectCreatedEvent.ProjectCreatedEvent(IProject) - nameWithType.vb: ProjectCreatedEvent.New(IProject) - uid: Sdl.ProjectAutomation.FileBased.Events.ProjectCreatedEvent.#ctor* name: ProjectCreatedEvent href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectCreatedEvent.html#Sdl_ProjectAutomation_FileBased_Events_ProjectCreatedEvent__ctor_ commentId: Overload:Sdl.ProjectAutomation.FileBased.Events.ProjectCreatedEvent.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.FileBased.Events.ProjectCreatedEvent.ProjectCreatedEvent - fullName.vb: Sdl.ProjectAutomation.FileBased.Events.ProjectCreatedEvent.New nameWithType: ProjectCreatedEvent.ProjectCreatedEvent - nameWithType.vb: ProjectCreatedEvent.New - uid: Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent name: ProjectOpenedEvent href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent.html @@ -134370,20 +121830,14 @@ references: name: ProjectOpenedEvent(IProject) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent.html#Sdl_ProjectAutomation_FileBased_Events_ProjectOpenedEvent__ctor_Sdl_ProjectApi_IProject_ commentId: M:Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent.#ctor(Sdl.ProjectApi.IProject) - name.vb: New(IProject) fullName: Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent.ProjectOpenedEvent(Sdl.ProjectApi.IProject) - fullName.vb: Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent.New(Sdl.ProjectApi.IProject) nameWithType: ProjectOpenedEvent.ProjectOpenedEvent(IProject) - nameWithType.vb: ProjectOpenedEvent.New(IProject) - uid: Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent.#ctor* name: ProjectOpenedEvent href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent.html#Sdl_ProjectAutomation_FileBased_Events_ProjectOpenedEvent__ctor_ commentId: Overload:Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent.ProjectOpenedEvent - fullName.vb: Sdl.ProjectAutomation.FileBased.Events.ProjectOpenedEvent.New nameWithType: ProjectOpenedEvent.ProjectOpenedEvent - nameWithType.vb: ProjectOpenedEvent.New - uid: Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent name: ProjectPublishedEvent href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent.html @@ -134394,20 +121848,14 @@ references: name: ProjectPublishedEvent(IProject) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent.html#Sdl_ProjectAutomation_FileBased_Events_ProjectPublishedEvent__ctor_Sdl_ProjectApi_IProject_ commentId: M:Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent.#ctor(Sdl.ProjectApi.IProject) - name.vb: New(IProject) fullName: Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent.ProjectPublishedEvent(Sdl.ProjectApi.IProject) - fullName.vb: Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent.New(Sdl.ProjectApi.IProject) nameWithType: ProjectPublishedEvent.ProjectPublishedEvent(IProject) - nameWithType.vb: ProjectPublishedEvent.New(IProject) - uid: Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent.#ctor* name: ProjectPublishedEvent href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent.html#Sdl_ProjectAutomation_FileBased_Events_ProjectPublishedEvent__ctor_ commentId: Overload:Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent.ProjectPublishedEvent - fullName.vb: Sdl.ProjectAutomation.FileBased.Events.ProjectPublishedEvent.New nameWithType: ProjectPublishedEvent.ProjectPublishedEvent - nameWithType.vb: ProjectPublishedEvent.New - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject name: FileBasedProject href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html @@ -134418,56 +121866,38 @@ references: name: FileBasedProject(ProjectInfo) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject__ctor_Sdl_ProjectAutomation_Core_ProjectInfo_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.#ctor(Sdl.ProjectAutomation.Core.ProjectInfo) - name.vb: New(ProjectInfo) fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.FileBasedProject(Sdl.ProjectAutomation.Core.ProjectInfo) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.New(Sdl.ProjectAutomation.Core.ProjectInfo) nameWithType: FileBasedProject.FileBasedProject(ProjectInfo) - nameWithType.vb: FileBasedProject.New(ProjectInfo) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.#ctor(Sdl.ProjectAutomation.Core.ProjectInfo,Sdl.ProjectAutomation.Core.ProjectReference) name: FileBasedProject(ProjectInfo, ProjectReference) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject__ctor_Sdl_ProjectAutomation_Core_ProjectInfo_Sdl_ProjectAutomation_Core_ProjectReference_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.#ctor(Sdl.ProjectAutomation.Core.ProjectInfo,Sdl.ProjectAutomation.Core.ProjectReference) - name.vb: New(ProjectInfo, ProjectReference) fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.FileBasedProject(Sdl.ProjectAutomation.Core.ProjectInfo, Sdl.ProjectAutomation.Core.ProjectReference) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.New(Sdl.ProjectAutomation.Core.ProjectInfo, Sdl.ProjectAutomation.Core.ProjectReference) nameWithType: FileBasedProject.FileBasedProject(ProjectInfo, ProjectReference) - nameWithType.vb: FileBasedProject.New(ProjectInfo, ProjectReference) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.#ctor(Sdl.ProjectAutomation.Core.ProjectInfo,Sdl.ProjectAutomation.Core.ProjectTemplateReference) name: FileBasedProject(ProjectInfo, ProjectTemplateReference) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject__ctor_Sdl_ProjectAutomation_Core_ProjectInfo_Sdl_ProjectAutomation_Core_ProjectTemplateReference_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.#ctor(Sdl.ProjectAutomation.Core.ProjectInfo,Sdl.ProjectAutomation.Core.ProjectTemplateReference) - name.vb: New(ProjectInfo, ProjectTemplateReference) fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.FileBasedProject(Sdl.ProjectAutomation.Core.ProjectInfo, Sdl.ProjectAutomation.Core.ProjectTemplateReference) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.New(Sdl.ProjectAutomation.Core.ProjectInfo, Sdl.ProjectAutomation.Core.ProjectTemplateReference) nameWithType: FileBasedProject.FileBasedProject(ProjectInfo, ProjectTemplateReference) - nameWithType.vb: FileBasedProject.New(ProjectInfo, ProjectTemplateReference) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.#ctor(System.String) - name: FileBasedProject(string) + name: FileBasedProject(String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject__ctor_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.FileBasedProject(string) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.New(String) - nameWithType: FileBasedProject.FileBasedProject(string) - nameWithType.vb: FileBasedProject.New(String) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.FileBasedProject(System.String) + nameWithType: FileBasedProject.FileBasedProject(String) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.#ctor(System.String,System.Boolean,System.String,System.String) - name: FileBasedProject(string, bool, string, string) + name: FileBasedProject(String, Boolean, String, String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject__ctor_System_String_System_Boolean_System_String_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.#ctor(System.String,System.Boolean,System.String,System.String) - name.vb: New(String, Boolean, String, String) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.FileBasedProject(string, bool, string, string) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.New(String, Boolean, String, String) - nameWithType: FileBasedProject.FileBasedProject(string, bool, string, string) - nameWithType.vb: FileBasedProject.New(String, Boolean, String, String) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.FileBasedProject(System.String, System.Boolean, System.String, System.String) + nameWithType: FileBasedProject.FileBasedProject(String, Boolean, String, String) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.#ctor* name: FileBasedProject href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject__ctor_ commentId: Overload:Sdl.ProjectAutomation.FileBased.FileBasedProject.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.FileBasedProject - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.New nameWithType: FileBasedProject.FileBasedProject - nameWithType.vb: FileBasedProject.New - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddBilingualReferenceFile(Sdl.ProjectAutomation.Core.BilingualFileMapping) name: AddBilingualReferenceFile(BilingualFileMapping) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_AddBilingualReferenceFile_Sdl_ProjectAutomation_Core_BilingualFileMapping_ @@ -134475,14 +121905,11 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddBilingualReferenceFile(Sdl.ProjectAutomation.Core.BilingualFileMapping) nameWithType: FileBasedProject.AddBilingualReferenceFile(BilingualFileMapping) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddBilingualReferenceFile(System.Guid,System.String) - name: AddBilingualReferenceFile(Guid, string) + name: AddBilingualReferenceFile(Guid, String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_AddBilingualReferenceFile_System_Guid_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.AddBilingualReferenceFile(System.Guid,System.String) - name.vb: AddBilingualReferenceFile(Guid, String) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddBilingualReferenceFile(System.Guid, string) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddBilingualReferenceFile(System.Guid, String) - nameWithType: FileBasedProject.AddBilingualReferenceFile(Guid, string) - nameWithType.vb: FileBasedProject.AddBilingualReferenceFile(Guid, String) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddBilingualReferenceFile(System.Guid, System.String) + nameWithType: FileBasedProject.AddBilingualReferenceFile(Guid, String) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddBilingualReferenceFile* name: AddBilingualReferenceFile href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_AddBilingualReferenceFile_ @@ -134505,22 +121932,22 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddBilingualReferenceFiles nameWithType: FileBasedProject.AddBilingualReferenceFiles - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFiles(System.String[]) - name: AddFiles(string[]) + name: AddFiles(String[]) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_AddFiles_System_String___ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFiles(System.String[]) name.vb: AddFiles(String()) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFiles(string[]) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFiles(String()) - nameWithType: FileBasedProject.AddFiles(string[]) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFiles(System.String[]) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFiles(System.String()) + nameWithType: FileBasedProject.AddFiles(String[]) nameWithType.vb: FileBasedProject.AddFiles(String()) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFiles(System.String[],System.String) - name: AddFiles(string[], string) + name: AddFiles(String[], String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_AddFiles_System_String___System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFiles(System.String[],System.String) name.vb: AddFiles(String(), String) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFiles(string[], string) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFiles(String(), String) - nameWithType: FileBasedProject.AddFiles(string[], string) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFiles(System.String[], System.String) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFiles(System.String(), System.String) + nameWithType: FileBasedProject.AddFiles(String[], String) nameWithType.vb: FileBasedProject.AddFiles(String(), String) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFiles* name: AddFiles @@ -134529,23 +121956,17 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFiles nameWithType: FileBasedProject.AddFiles - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFolderWithFiles(System.String,System.Boolean) - name: AddFolderWithFiles(string, bool) + name: AddFolderWithFiles(String, Boolean) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_AddFolderWithFiles_System_String_System_Boolean_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFolderWithFiles(System.String,System.Boolean) - name.vb: AddFolderWithFiles(String, Boolean) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFolderWithFiles(string, bool) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFolderWithFiles(String, Boolean) - nameWithType: FileBasedProject.AddFolderWithFiles(string, bool) - nameWithType.vb: FileBasedProject.AddFolderWithFiles(String, Boolean) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFolderWithFiles(System.String, System.Boolean) + nameWithType: FileBasedProject.AddFolderWithFiles(String, Boolean) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFolderWithFiles(System.String,System.String,System.Boolean) - name: AddFolderWithFiles(string, string, bool) + name: AddFolderWithFiles(String, String, Boolean) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_AddFolderWithFiles_System_String_System_String_System_Boolean_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFolderWithFiles(System.String,System.String,System.Boolean) - name.vb: AddFolderWithFiles(String, String, Boolean) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFolderWithFiles(string, string, bool) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFolderWithFiles(String, String, Boolean) - nameWithType: FileBasedProject.AddFolderWithFiles(string, string, bool) - nameWithType.vb: FileBasedProject.AddFolderWithFiles(String, String, Boolean) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFolderWithFiles(System.String, System.String, System.Boolean) + nameWithType: FileBasedProject.AddFolderWithFiles(String, String, Boolean) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFolderWithFiles* name: AddFolderWithFiles href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_AddFolderWithFiles_ @@ -134553,14 +121974,11 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddFolderWithFiles nameWithType: FileBasedProject.AddFolderWithFiles - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddMasterTM(Sdl.ProjectAutomation.Core.TranslationProviderConfiguration,System.String) - name: AddMasterTM(TranslationProviderConfiguration, string) + name: AddMasterTM(TranslationProviderConfiguration, String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_AddMasterTM_Sdl_ProjectAutomation_Core_TranslationProviderConfiguration_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.AddMasterTM(Sdl.ProjectAutomation.Core.TranslationProviderConfiguration,System.String) - name.vb: AddMasterTM(TranslationProviderConfiguration, String) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddMasterTM(Sdl.ProjectAutomation.Core.TranslationProviderConfiguration, string) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddMasterTM(Sdl.ProjectAutomation.Core.TranslationProviderConfiguration, String) - nameWithType: FileBasedProject.AddMasterTM(TranslationProviderConfiguration, string) - nameWithType.vb: FileBasedProject.AddMasterTM(TranslationProviderConfiguration, String) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddMasterTM(Sdl.ProjectAutomation.Core.TranslationProviderConfiguration, System.String) + nameWithType: FileBasedProject.AddMasterTM(TranslationProviderConfiguration, String) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddMasterTM* name: AddMasterTM href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_AddMasterTM_ @@ -134568,14 +121986,11 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddMasterTM nameWithType: FileBasedProject.AddMasterTM - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddNewFileVersion(System.Guid,System.String) - name: AddNewFileVersion(Guid, string) + name: AddNewFileVersion(Guid, String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_AddNewFileVersion_System_Guid_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.AddNewFileVersion(System.Guid,System.String) - name.vb: AddNewFileVersion(Guid, String) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddNewFileVersion(System.Guid, string) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddNewFileVersion(System.Guid, String) - nameWithType: FileBasedProject.AddNewFileVersion(Guid, string) - nameWithType.vb: FileBasedProject.AddNewFileVersion(Guid, String) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddNewFileVersion(System.Guid, System.String) + nameWithType: FileBasedProject.AddNewFileVersion(Guid, String) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddNewFileVersion* name: AddNewFileVersion href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_AddNewFileVersion_ @@ -134583,13 +121998,13 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.AddNewFileVersion nameWithType: FileBasedProject.AddNewFileVersion - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CheckinFiles(System.Guid[],System.String,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs}) - name: CheckinFiles(Guid[], string, EventHandler) + name: CheckinFiles(Guid[], String, EventHandler) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_CheckinFiles_System_Guid___System_String_System_EventHandler_Sdl_ProjectAutomation_Core_ProgressEventArgs__ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.CheckinFiles(System.Guid[],System.String,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs}) name.vb: CheckinFiles(Guid(), String, EventHandler(Of ProgressEventArgs)) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CheckinFiles(System.Guid[], string, System.EventHandler) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CheckinFiles(System.Guid(), String, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs)) - nameWithType: FileBasedProject.CheckinFiles(Guid[], string, EventHandler) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CheckinFiles(System.Guid[], System.String, System.EventHandler) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CheckinFiles(System.Guid(), System.String, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs)) + nameWithType: FileBasedProject.CheckinFiles(Guid[], String, EventHandler) nameWithType.vb: FileBasedProject.CheckinFiles(Guid(), String, EventHandler(Of ProgressEventArgs)) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CheckinFiles* name: CheckinFiles @@ -134598,13 +122013,13 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CheckinFiles nameWithType: FileBasedProject.CheckinFiles - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CheckoutFiles(System.Guid[],System.Boolean,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs}) - name: CheckoutFiles(Guid[], bool, EventHandler) + name: CheckoutFiles(Guid[], Boolean, EventHandler) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_CheckoutFiles_System_Guid___System_Boolean_System_EventHandler_Sdl_ProjectAutomation_Core_ProgressEventArgs__ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.CheckoutFiles(System.Guid[],System.Boolean,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs}) name.vb: CheckoutFiles(Guid(), Boolean, EventHandler(Of ProgressEventArgs)) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CheckoutFiles(System.Guid[], bool, System.EventHandler) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CheckoutFiles(System.Guid(), Boolean, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs)) - nameWithType: FileBasedProject.CheckoutFiles(Guid[], bool, EventHandler) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CheckoutFiles(System.Guid[], System.Boolean, System.EventHandler) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CheckoutFiles(System.Guid(), System.Boolean, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs)) + nameWithType: FileBasedProject.CheckoutFiles(Guid[], Boolean, EventHandler) nameWithType.vb: FileBasedProject.CheckoutFiles(Guid(), Boolean, EventHandler(Of ProgressEventArgs)) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CheckoutFiles* name: CheckoutFiles @@ -134625,23 +122040,23 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.Complete nameWithType: FileBasedProject.Complete - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateFromProjectPackage(System.String,System.String,Sdl.ProjectAutomation.Core.ProjectPackageImport@) - name: CreateFromProjectPackage(string, string, out ProjectPackageImport) + name: CreateFromProjectPackage(String, String, out ProjectPackageImport) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_CreateFromProjectPackage_System_String_System_String_Sdl_ProjectAutomation_Core_ProjectPackageImport__ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateFromProjectPackage(System.String,System.String,Sdl.ProjectAutomation.Core.ProjectPackageImport@) - name.vb: CreateFromProjectPackage(String, String, ProjectPackageImport) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateFromProjectPackage(string, string, out Sdl.ProjectAutomation.Core.ProjectPackageImport) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateFromProjectPackage(String, String, Sdl.ProjectAutomation.Core.ProjectPackageImport) - nameWithType: FileBasedProject.CreateFromProjectPackage(string, string, out ProjectPackageImport) - nameWithType.vb: FileBasedProject.CreateFromProjectPackage(String, String, ProjectPackageImport) + name.vb: CreateFromProjectPackage(String, String, ByRef ProjectPackageImport) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateFromProjectPackage(System.String, System.String, out Sdl.ProjectAutomation.Core.ProjectPackageImport) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateFromProjectPackage(System.String, System.String, ByRef Sdl.ProjectAutomation.Core.ProjectPackageImport) + nameWithType: FileBasedProject.CreateFromProjectPackage(String, String, out ProjectPackageImport) + nameWithType.vb: FileBasedProject.CreateFromProjectPackage(String, String, ByRef ProjectPackageImport) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateFromProjectPackage(System.String,System.String,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.MessageEventArgs},Sdl.ProjectAutomation.Core.ProjectPackageImport@) - name: CreateFromProjectPackage(string, string, EventHandler, EventHandler, out ProjectPackageImport) + name: CreateFromProjectPackage(String, String, EventHandler, EventHandler, out ProjectPackageImport) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_CreateFromProjectPackage_System_String_System_String_System_EventHandler_Sdl_ProjectAutomation_Core_ProgressEventArgs__System_EventHandler_Sdl_ProjectAutomation_Core_MessageEventArgs__Sdl_ProjectAutomation_Core_ProjectPackageImport__ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateFromProjectPackage(System.String,System.String,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.MessageEventArgs},Sdl.ProjectAutomation.Core.ProjectPackageImport@) - name.vb: CreateFromProjectPackage(String, String, EventHandler(Of ProgressEventArgs), EventHandler(Of MessageEventArgs), ProjectPackageImport) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateFromProjectPackage(string, string, System.EventHandler, System.EventHandler, out Sdl.ProjectAutomation.Core.ProjectPackageImport) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateFromProjectPackage(String, String, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.MessageEventArgs), Sdl.ProjectAutomation.Core.ProjectPackageImport) - nameWithType: FileBasedProject.CreateFromProjectPackage(string, string, EventHandler, EventHandler, out ProjectPackageImport) - nameWithType.vb: FileBasedProject.CreateFromProjectPackage(String, String, EventHandler(Of ProgressEventArgs), EventHandler(Of MessageEventArgs), ProjectPackageImport) + name.vb: CreateFromProjectPackage(String, String, EventHandler(Of ProgressEventArgs), EventHandler(Of MessageEventArgs), ByRef ProjectPackageImport) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateFromProjectPackage(System.String, System.String, System.EventHandler, System.EventHandler, out Sdl.ProjectAutomation.Core.ProjectPackageImport) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateFromProjectPackage(System.String, System.String, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.MessageEventArgs), ByRef Sdl.ProjectAutomation.Core.ProjectPackageImport) + nameWithType: FileBasedProject.CreateFromProjectPackage(String, String, EventHandler, EventHandler, out ProjectPackageImport) + nameWithType.vb: FileBasedProject.CreateFromProjectPackage(String, String, EventHandler(Of ProgressEventArgs), EventHandler(Of MessageEventArgs), ByRef ProjectPackageImport) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateFromProjectPackage* name: CreateFromProjectPackage href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_CreateFromProjectPackage_ @@ -134649,23 +122064,23 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateFromProjectPackage nameWithType: FileBasedProject.CreateFromProjectPackage - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateManualTask(System.String,System.String,System.DateTime,Sdl.ProjectAutomation.Core.TaskFileInfo[]) - name: CreateManualTask(string, string, DateTime, TaskFileInfo[]) + name: CreateManualTask(String, String, DateTime, TaskFileInfo[]) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_CreateManualTask_System_String_System_String_System_DateTime_Sdl_ProjectAutomation_Core_TaskFileInfo___ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateManualTask(System.String,System.String,System.DateTime,Sdl.ProjectAutomation.Core.TaskFileInfo[]) - name.vb: CreateManualTask(String, String, Date, TaskFileInfo()) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateManualTask(string, string, System.DateTime, Sdl.ProjectAutomation.Core.TaskFileInfo[]) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateManualTask(String, String, Date, Sdl.ProjectAutomation.Core.TaskFileInfo()) - nameWithType: FileBasedProject.CreateManualTask(string, string, DateTime, TaskFileInfo[]) - nameWithType.vb: FileBasedProject.CreateManualTask(String, String, Date, TaskFileInfo()) + name.vb: CreateManualTask(String, String, DateTime, TaskFileInfo()) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateManualTask(System.String, System.String, System.DateTime, Sdl.ProjectAutomation.Core.TaskFileInfo[]) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateManualTask(System.String, System.String, System.DateTime, Sdl.ProjectAutomation.Core.TaskFileInfo()) + nameWithType: FileBasedProject.CreateManualTask(String, String, DateTime, TaskFileInfo[]) + nameWithType.vb: FileBasedProject.CreateManualTask(String, String, DateTime, TaskFileInfo()) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateManualTask(System.String,System.String,System.DateTime,System.Guid[]) - name: CreateManualTask(string, string, DateTime, Guid[]) + name: CreateManualTask(String, String, DateTime, Guid[]) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_CreateManualTask_System_String_System_String_System_DateTime_System_Guid___ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateManualTask(System.String,System.String,System.DateTime,System.Guid[]) - name.vb: CreateManualTask(String, String, Date, Guid()) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateManualTask(string, string, System.DateTime, System.Guid[]) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateManualTask(String, String, Date, System.Guid()) - nameWithType: FileBasedProject.CreateManualTask(string, string, DateTime, Guid[]) - nameWithType.vb: FileBasedProject.CreateManualTask(String, String, Date, Guid()) + name.vb: CreateManualTask(String, String, DateTime, Guid()) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateManualTask(System.String, System.String, System.DateTime, System.Guid[]) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateManualTask(System.String, System.String, System.DateTime, System.Guid()) + nameWithType: FileBasedProject.CreateManualTask(String, String, DateTime, Guid[]) + nameWithType.vb: FileBasedProject.CreateManualTask(String, String, DateTime, Guid()) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateManualTask* name: CreateManualTask href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_CreateManualTask_ @@ -134673,13 +122088,13 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateManualTask nameWithType: FileBasedProject.CreateManualTask - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateMergedProjectFile(System.String,System.String,System.Guid[]) - name: CreateMergedProjectFile(string, string, Guid[]) + name: CreateMergedProjectFile(String, String, Guid[]) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_CreateMergedProjectFile_System_String_System_String_System_Guid___ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateMergedProjectFile(System.String,System.String,System.Guid[]) name.vb: CreateMergedProjectFile(String, String, Guid()) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateMergedProjectFile(string, string, System.Guid[]) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateMergedProjectFile(String, String, System.Guid()) - nameWithType: FileBasedProject.CreateMergedProjectFile(string, string, Guid[]) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateMergedProjectFile(System.String, System.String, System.Guid[]) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateMergedProjectFile(System.String, System.String, System.Guid()) + nameWithType: FileBasedProject.CreateMergedProjectFile(String, String, Guid[]) nameWithType.vb: FileBasedProject.CreateMergedProjectFile(String, String, Guid()) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateMergedProjectFile* name: CreateMergedProjectFile @@ -134688,22 +122103,19 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateMergedProjectFile nameWithType: FileBasedProject.CreateMergedProjectFile - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateProjectPackage(System.Guid,System.String,System.String,Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions) - name: CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) + name: CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_CreateProjectPackage_System_Guid_System_String_System_String_Sdl_ProjectAutomation_Core_ProjectPackageCreationOptions_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateProjectPackage(System.Guid,System.String,System.String,Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions) - name.vb: CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateProjectPackage(System.Guid, string, string, Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateProjectPackage(System.Guid, String, String, Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions) - nameWithType: FileBasedProject.CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) - nameWithType.vb: FileBasedProject.CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateProjectPackage(System.Guid, System.String, System.String, Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions) + nameWithType: FileBasedProject.CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateProjectPackage(System.Guid,System.String,System.String,Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.MessageEventArgs}) - name: CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler, EventHandler) + name: CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler, EventHandler) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_CreateProjectPackage_System_Guid_System_String_System_String_Sdl_ProjectAutomation_Core_ProjectPackageCreationOptions_System_EventHandler_Sdl_ProjectAutomation_Core_ProgressEventArgs__System_EventHandler_Sdl_ProjectAutomation_Core_MessageEventArgs__ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateProjectPackage(System.Guid,System.String,System.String,Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.MessageEventArgs}) name.vb: CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler(Of ProgressEventArgs), EventHandler(Of MessageEventArgs)) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateProjectPackage(System.Guid, string, string, Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions, System.EventHandler, System.EventHandler) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateProjectPackage(System.Guid, String, String, Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.MessageEventArgs)) - nameWithType: FileBasedProject.CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions, EventHandler, EventHandler) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateProjectPackage(System.Guid, System.String, System.String, Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions, System.EventHandler, System.EventHandler) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateProjectPackage(System.Guid, System.String, System.String, Sdl.ProjectAutomation.Core.ProjectPackageCreationOptions, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.MessageEventArgs)) + nameWithType: FileBasedProject.CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler, EventHandler) nameWithType.vb: FileBasedProject.CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler(Of ProgressEventArgs), EventHandler(Of MessageEventArgs)) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateProjectPackage* name: CreateProjectPackage @@ -134712,22 +122124,22 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateProjectPackage nameWithType: FileBasedProject.CreateProjectPackage - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateReturnPackage(System.Guid[],System.String,System.String) - name: CreateReturnPackage(Guid[], string, string) + name: CreateReturnPackage(Guid[], String, String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_CreateReturnPackage_System_Guid___System_String_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateReturnPackage(System.Guid[],System.String,System.String) name.vb: CreateReturnPackage(Guid(), String, String) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateReturnPackage(System.Guid[], string, string) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateReturnPackage(System.Guid(), String, String) - nameWithType: FileBasedProject.CreateReturnPackage(Guid[], string, string) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateReturnPackage(System.Guid[], System.String, System.String) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateReturnPackage(System.Guid(), System.String, System.String) + nameWithType: FileBasedProject.CreateReturnPackage(Guid[], String, String) nameWithType.vb: FileBasedProject.CreateReturnPackage(Guid(), String, String) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateReturnPackage(System.Guid[],System.String,System.String,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.MessageEventArgs}) - name: CreateReturnPackage(Guid[], string, string, EventHandler, EventHandler) + name: CreateReturnPackage(Guid[], String, String, EventHandler, EventHandler) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_CreateReturnPackage_System_Guid___System_String_System_String_System_EventHandler_Sdl_ProjectAutomation_Core_ProgressEventArgs__System_EventHandler_Sdl_ProjectAutomation_Core_MessageEventArgs__ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateReturnPackage(System.Guid[],System.String,System.String,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.MessageEventArgs}) name.vb: CreateReturnPackage(Guid(), String, String, EventHandler(Of ProgressEventArgs), EventHandler(Of MessageEventArgs)) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateReturnPackage(System.Guid[], string, string, System.EventHandler, System.EventHandler) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateReturnPackage(System.Guid(), String, String, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.MessageEventArgs)) - nameWithType: FileBasedProject.CreateReturnPackage(Guid[], string, string, EventHandler, EventHandler) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateReturnPackage(System.Guid[], System.String, System.String, System.EventHandler, System.EventHandler) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateReturnPackage(System.Guid(), System.String, System.String, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.MessageEventArgs)) + nameWithType: FileBasedProject.CreateReturnPackage(Guid[], String, String, EventHandler, EventHandler) nameWithType.vb: FileBasedProject.CreateReturnPackage(Guid(), String, String, EventHandler(Of ProgressEventArgs), EventHandler(Of MessageEventArgs)) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.CreateReturnPackage* name: CreateReturnPackage @@ -134760,14 +122172,11 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.Delete nameWithType: FileBasedProject.Delete - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.DeleteFilesAndDependencies(System.String) - name: DeleteFilesAndDependencies(string) + name: DeleteFilesAndDependencies(String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_DeleteFilesAndDependencies_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.DeleteFilesAndDependencies(System.String) - name.vb: DeleteFilesAndDependencies(String) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.DeleteFilesAndDependencies(string) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.DeleteFilesAndDependencies(String) - nameWithType: FileBasedProject.DeleteFilesAndDependencies(string) - nameWithType.vb: FileBasedProject.DeleteFilesAndDependencies(String) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.DeleteFilesAndDependencies(System.String) + nameWithType: FileBasedProject.DeleteFilesAndDependencies(String) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.DeleteFilesAndDependencies* name: DeleteFilesAndDependencies href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_DeleteFilesAndDependencies_ @@ -134787,13 +122196,13 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.DeleteFromServer nameWithType: FileBasedProject.DeleteFromServer - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.DownloadLatestServerVersion(System.Guid,System.EventHandler{Sdl.ProjectApi.Server.DataTransferEventArgs},System.Boolean) - name: DownloadLatestServerVersion(Guid, EventHandler, bool) + name: DownloadLatestServerVersion(Guid, EventHandler, Boolean) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_DownloadLatestServerVersion_System_Guid_System_EventHandler_Sdl_ProjectApi_Server_DataTransferEventArgs__System_Boolean_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.DownloadLatestServerVersion(System.Guid,System.EventHandler{Sdl.ProjectApi.Server.DataTransferEventArgs},System.Boolean) name.vb: DownloadLatestServerVersion(Guid, EventHandler(Of DataTransferEventArgs), Boolean) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.DownloadLatestServerVersion(System.Guid, System.EventHandler, bool) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.DownloadLatestServerVersion(System.Guid, System.EventHandler(Of Sdl.ProjectApi.Server.DataTransferEventArgs), Boolean) - nameWithType: FileBasedProject.DownloadLatestServerVersion(Guid, EventHandler, bool) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.DownloadLatestServerVersion(System.Guid, System.EventHandler, System.Boolean) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.DownloadLatestServerVersion(System.Guid, System.EventHandler(Of Sdl.ProjectApi.Server.DataTransferEventArgs), System.Boolean) + nameWithType: FileBasedProject.DownloadLatestServerVersion(Guid, EventHandler, Boolean) nameWithType.vb: FileBasedProject.DownloadLatestServerVersion(Guid, EventHandler(Of DataTransferEventArgs), Boolean) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.DownloadLatestServerVersion* name: DownloadLatestServerVersion @@ -134802,14 +122211,14 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.DownloadLatestServerVersion nameWithType: FileBasedProject.DownloadLatestServerVersion - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.DownloadSpecificServerVersion(System.Guid,System.Int32,System.String,System.EventHandler{Sdl.ProjectApi.Server.DataTransferEventArgs}) - name: DownloadSpecificServerVersion(Guid, int, string, EventHandler) + name: DownloadSpecificServerVersion(Guid, Int32, String, EventHandler) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_DownloadSpecificServerVersion_System_Guid_System_Int32_System_String_System_EventHandler_Sdl_ProjectApi_Server_DataTransferEventArgs__ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.DownloadSpecificServerVersion(System.Guid,System.Int32,System.String,System.EventHandler{Sdl.ProjectApi.Server.DataTransferEventArgs}) - name.vb: DownloadSpecificServerVersion(Guid, Integer, String, EventHandler(Of DataTransferEventArgs)) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.DownloadSpecificServerVersion(System.Guid, int, string, System.EventHandler) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.DownloadSpecificServerVersion(System.Guid, Integer, String, System.EventHandler(Of Sdl.ProjectApi.Server.DataTransferEventArgs)) - nameWithType: FileBasedProject.DownloadSpecificServerVersion(Guid, int, string, EventHandler) - nameWithType.vb: FileBasedProject.DownloadSpecificServerVersion(Guid, Integer, String, EventHandler(Of DataTransferEventArgs)) + name.vb: DownloadSpecificServerVersion(Guid, Int32, String, EventHandler(Of DataTransferEventArgs)) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.DownloadSpecificServerVersion(System.Guid, System.Int32, System.String, System.EventHandler) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.DownloadSpecificServerVersion(System.Guid, System.Int32, System.String, System.EventHandler(Of Sdl.ProjectApi.Server.DataTransferEventArgs)) + nameWithType: FileBasedProject.DownloadSpecificServerVersion(Guid, Int32, String, EventHandler) + nameWithType.vb: FileBasedProject.DownloadSpecificServerVersion(Guid, Int32, String, EventHandler(Of DataTransferEventArgs)) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.DownloadSpecificServerVersion* name: DownloadSpecificServerVersion href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_DownloadSpecificServerVersion_ @@ -134976,14 +122385,11 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.GetTargetLanguageFiles nameWithType: FileBasedProject.GetTargetLanguageFiles - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.GetTermbaseConfiguration(System.Boolean) - name: GetTermbaseConfiguration(bool) + name: GetTermbaseConfiguration(Boolean) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_GetTermbaseConfiguration_System_Boolean_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.GetTermbaseConfiguration(System.Boolean) - name.vb: GetTermbaseConfiguration(Boolean) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.GetTermbaseConfiguration(bool) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.GetTermbaseConfiguration(Boolean) - nameWithType: FileBasedProject.GetTermbaseConfiguration(bool) - nameWithType.vb: FileBasedProject.GetTermbaseConfiguration(Boolean) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.GetTermbaseConfiguration(System.Boolean) + nameWithType: FileBasedProject.GetTermbaseConfiguration(Boolean) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.GetTermbaseConfiguration* name: GetTermbaseConfiguration href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_GetTermbaseConfiguration_ @@ -135009,22 +122415,19 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.GetTranslationProviderConfiguration nameWithType: FileBasedProject.GetTranslationProviderConfiguration - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.ImportReturnPackage(System.String) - name: ImportReturnPackage(string) + name: ImportReturnPackage(String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_ImportReturnPackage_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.ImportReturnPackage(System.String) - name.vb: ImportReturnPackage(String) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.ImportReturnPackage(string) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.ImportReturnPackage(String) - nameWithType: FileBasedProject.ImportReturnPackage(string) - nameWithType.vb: FileBasedProject.ImportReturnPackage(String) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.ImportReturnPackage(System.String) + nameWithType: FileBasedProject.ImportReturnPackage(String) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.ImportReturnPackage(System.String,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.MessageEventArgs}) - name: ImportReturnPackage(string, EventHandler, EventHandler) + name: ImportReturnPackage(String, EventHandler, EventHandler) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_ImportReturnPackage_System_String_System_EventHandler_Sdl_ProjectAutomation_Core_ProgressEventArgs__System_EventHandler_Sdl_ProjectAutomation_Core_MessageEventArgs__ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.ImportReturnPackage(System.String,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.MessageEventArgs}) name.vb: ImportReturnPackage(String, EventHandler(Of ProgressEventArgs), EventHandler(Of MessageEventArgs)) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.ImportReturnPackage(string, System.EventHandler, System.EventHandler) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.ImportReturnPackage(String, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.MessageEventArgs)) - nameWithType: FileBasedProject.ImportReturnPackage(string, EventHandler, EventHandler) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.ImportReturnPackage(System.String, System.EventHandler, System.EventHandler) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.ImportReturnPackage(System.String, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.MessageEventArgs)) + nameWithType: FileBasedProject.ImportReturnPackage(String, EventHandler, EventHandler) nameWithType.vb: FileBasedProject.ImportReturnPackage(String, EventHandler(Of ProgressEventArgs), EventHandler(Of MessageEventArgs)) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.ImportReturnPackage* name: ImportReturnPackage @@ -135045,13 +122448,13 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.OpenProjectFileStream nameWithType: FileBasedProject.OpenProjectFileStream - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.PublishProject(System.Uri,System.Boolean,System.String,System.String,System.String,System.EventHandler{Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs}) - name: PublishProject(Uri, bool, string, string, string, EventHandler) + name: PublishProject(Uri, Boolean, String, String, String, EventHandler) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_PublishProject_System_Uri_System_Boolean_System_String_System_String_System_String_System_EventHandler_Sdl_ProjectAutomation_FileBased_PublishProjectEventArgs__ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.PublishProject(System.Uri,System.Boolean,System.String,System.String,System.String,System.EventHandler{Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs}) name.vb: PublishProject(Uri, Boolean, String, String, String, EventHandler(Of PublishProjectEventArgs)) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.PublishProject(System.Uri, bool, string, string, string, System.EventHandler) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.PublishProject(System.Uri, Boolean, String, String, String, System.EventHandler(Of Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs)) - nameWithType: FileBasedProject.PublishProject(Uri, bool, string, string, string, EventHandler) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.PublishProject(System.Uri, System.Boolean, System.String, System.String, System.String, System.EventHandler) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.PublishProject(System.Uri, System.Boolean, System.String, System.String, System.String, System.EventHandler(Of Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs)) + nameWithType: FileBasedProject.PublishProject(Uri, Boolean, String, String, String, EventHandler) nameWithType.vb: FileBasedProject.PublishProject(Uri, Boolean, String, String, String, EventHandler(Of PublishProjectEventArgs)) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.PublishProject* name: PublishProject @@ -135072,22 +122475,22 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.RemoveBilingualReferenceFile nameWithType: FileBasedProject.RemoveBilingualReferenceFile - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTask(System.Guid[],System.String) - name: RunAutomaticTask(Guid[], string) + name: RunAutomaticTask(Guid[], String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_RunAutomaticTask_System_Guid___System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTask(System.Guid[],System.String) name.vb: RunAutomaticTask(Guid(), String) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTask(System.Guid[], string) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTask(System.Guid(), String) - nameWithType: FileBasedProject.RunAutomaticTask(Guid[], string) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTask(System.Guid[], System.String) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTask(System.Guid(), System.String) + nameWithType: FileBasedProject.RunAutomaticTask(Guid[], String) nameWithType.vb: FileBasedProject.RunAutomaticTask(Guid(), String) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTask(System.Guid[],System.String,System.EventHandler{Sdl.ProjectAutomation.Core.TaskStatusEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.TaskMessageEventArgs}) - name: RunAutomaticTask(Guid[], string, EventHandler, EventHandler) + name: RunAutomaticTask(Guid[], String, EventHandler, EventHandler) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_RunAutomaticTask_System_Guid___System_String_System_EventHandler_Sdl_ProjectAutomation_Core_TaskStatusEventArgs__System_EventHandler_Sdl_ProjectAutomation_Core_TaskMessageEventArgs__ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTask(System.Guid[],System.String,System.EventHandler{Sdl.ProjectAutomation.Core.TaskStatusEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.TaskMessageEventArgs}) name.vb: RunAutomaticTask(Guid(), String, EventHandler(Of TaskStatusEventArgs), EventHandler(Of TaskMessageEventArgs)) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTask(System.Guid[], string, System.EventHandler, System.EventHandler) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTask(System.Guid(), String, System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskStatusEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskMessageEventArgs)) - nameWithType: FileBasedProject.RunAutomaticTask(Guid[], string, EventHandler, EventHandler) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTask(System.Guid[], System.String, System.EventHandler, System.EventHandler) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTask(System.Guid(), System.String, System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskStatusEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskMessageEventArgs)) + nameWithType: FileBasedProject.RunAutomaticTask(Guid[], String, EventHandler, EventHandler) nameWithType.vb: FileBasedProject.RunAutomaticTask(Guid(), String, EventHandler(Of TaskStatusEventArgs), EventHandler(Of TaskMessageEventArgs)) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTask* name: RunAutomaticTask @@ -135096,22 +122499,22 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTask nameWithType: FileBasedProject.RunAutomaticTask - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTasks(System.Guid[],System.String[]) - name: RunAutomaticTasks(Guid[], string[]) + name: RunAutomaticTasks(Guid[], String[]) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_RunAutomaticTasks_System_Guid___System_String___ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTasks(System.Guid[],System.String[]) name.vb: RunAutomaticTasks(Guid(), String()) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTasks(System.Guid[], string[]) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTasks(System.Guid(), String()) - nameWithType: FileBasedProject.RunAutomaticTasks(Guid[], string[]) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTasks(System.Guid[], System.String[]) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTasks(System.Guid(), System.String()) + nameWithType: FileBasedProject.RunAutomaticTasks(Guid[], String[]) nameWithType.vb: FileBasedProject.RunAutomaticTasks(Guid(), String()) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTasks(System.Guid[],System.String[],System.EventHandler{Sdl.ProjectAutomation.Core.TaskStatusEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.TaskMessageEventArgs}) - name: RunAutomaticTasks(Guid[], string[], EventHandler, EventHandler) + name: RunAutomaticTasks(Guid[], String[], EventHandler, EventHandler) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_RunAutomaticTasks_System_Guid___System_String___System_EventHandler_Sdl_ProjectAutomation_Core_TaskStatusEventArgs__System_EventHandler_Sdl_ProjectAutomation_Core_TaskMessageEventArgs__ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTasks(System.Guid[],System.String[],System.EventHandler{Sdl.ProjectAutomation.Core.TaskStatusEventArgs},System.EventHandler{Sdl.ProjectAutomation.Core.TaskMessageEventArgs}) name.vb: RunAutomaticTasks(Guid(), String(), EventHandler(Of TaskStatusEventArgs), EventHandler(Of TaskMessageEventArgs)) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTasks(System.Guid[], string[], System.EventHandler, System.EventHandler) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTasks(System.Guid(), String(), System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskStatusEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskMessageEventArgs)) - nameWithType: FileBasedProject.RunAutomaticTasks(Guid[], string[], EventHandler, EventHandler) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTasks(System.Guid[], System.String[], System.EventHandler, System.EventHandler) + fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTasks(System.Guid(), System.String(), System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskStatusEventArgs), System.EventHandler(Of Sdl.ProjectAutomation.Core.TaskMessageEventArgs)) + nameWithType: FileBasedProject.RunAutomaticTasks(Guid[], String[], EventHandler, EventHandler) nameWithType.vb: FileBasedProject.RunAutomaticTasks(Guid(), String(), EventHandler(Of TaskStatusEventArgs), EventHandler(Of TaskMessageEventArgs)) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.RunAutomaticTasks* name: RunAutomaticTasks @@ -135156,14 +122559,11 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.Save nameWithType: FileBasedProject.Save - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.SavePackageAs(System.Guid,System.String) - name: SavePackageAs(Guid, string) + name: SavePackageAs(Guid, String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_SavePackageAs_System_Guid_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.SavePackageAs(System.Guid,System.String) - name.vb: SavePackageAs(Guid, String) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.SavePackageAs(System.Guid, string) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.SavePackageAs(System.Guid, String) - nameWithType: FileBasedProject.SavePackageAs(Guid, string) - nameWithType.vb: FileBasedProject.SavePackageAs(Guid, String) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.SavePackageAs(System.Guid, System.String) + nameWithType: FileBasedProject.SavePackageAs(Guid, String) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.SavePackageAs* name: SavePackageAs href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_SavePackageAs_ @@ -135171,14 +122571,11 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.SavePackageAs nameWithType: FileBasedProject.SavePackageAs - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.SaveProjectFileAs(System.Guid,System.String) - name: SaveProjectFileAs(Guid, string) + name: SaveProjectFileAs(Guid, String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_SaveProjectFileAs_System_Guid_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.SaveProjectFileAs(System.Guid,System.String) - name.vb: SaveProjectFileAs(Guid, String) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.SaveProjectFileAs(System.Guid, string) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.SaveProjectFileAs(System.Guid, String) - nameWithType: FileBasedProject.SaveProjectFileAs(Guid, string) - nameWithType.vb: FileBasedProject.SaveProjectFileAs(Guid, String) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.SaveProjectFileAs(System.Guid, System.String) + nameWithType: FileBasedProject.SaveProjectFileAs(Guid, String) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.SaveProjectFileAs* name: SaveProjectFileAs href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_SaveProjectFileAs_ @@ -135186,14 +122583,11 @@ references: fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.SaveProjectFileAs nameWithType: FileBasedProject.SaveProjectFileAs - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.SaveTaskReportAs(System.Guid,System.String,Sdl.ProjectAutomation.Core.ReportFormat) - name: SaveTaskReportAs(Guid, string, ReportFormat) + name: SaveTaskReportAs(Guid, String, ReportFormat) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_SaveTaskReportAs_System_Guid_System_String_Sdl_ProjectAutomation_Core_ReportFormat_ commentId: M:Sdl.ProjectAutomation.FileBased.FileBasedProject.SaveTaskReportAs(System.Guid,System.String,Sdl.ProjectAutomation.Core.ReportFormat) - name.vb: SaveTaskReportAs(Guid, String, ReportFormat) - fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.SaveTaskReportAs(System.Guid, string, Sdl.ProjectAutomation.Core.ReportFormat) - fullName.vb: Sdl.ProjectAutomation.FileBased.FileBasedProject.SaveTaskReportAs(System.Guid, String, Sdl.ProjectAutomation.Core.ReportFormat) - nameWithType: FileBasedProject.SaveTaskReportAs(Guid, string, ReportFormat) - nameWithType.vb: FileBasedProject.SaveTaskReportAs(Guid, String, ReportFormat) + fullName: Sdl.ProjectAutomation.FileBased.FileBasedProject.SaveTaskReportAs(System.Guid, System.String, Sdl.ProjectAutomation.Core.ReportFormat) + nameWithType: FileBasedProject.SaveTaskReportAs(Guid, String, ReportFormat) - uid: Sdl.ProjectAutomation.FileBased.FileBasedProject.SaveTaskReportAs* name: SaveTaskReportAs href: api/projectautomation/Sdl.ProjectAutomation.FileBased.FileBasedProject.html#Sdl_ProjectAutomation_FileBased_FileBasedProject_SaveTaskReportAs_ @@ -135312,47 +122706,32 @@ references: name: LicensingException() href: api/projectautomation/Sdl.ProjectAutomation.FileBased.LicensingException.html#Sdl_ProjectAutomation_FileBased_LicensingException__ctor commentId: M:Sdl.ProjectAutomation.FileBased.LicensingException.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.FileBased.LicensingException.LicensingException() - fullName.vb: Sdl.ProjectAutomation.FileBased.LicensingException.New() nameWithType: LicensingException.LicensingException() - nameWithType.vb: LicensingException.New() - uid: Sdl.ProjectAutomation.FileBased.LicensingException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) name: LicensingException(SerializationInfo, StreamingContext) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.LicensingException.html#Sdl_ProjectAutomation_FileBased_LicensingException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ commentId: M:Sdl.ProjectAutomation.FileBased.LicensingException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name.vb: New(SerializationInfo, StreamingContext) fullName: Sdl.ProjectAutomation.FileBased.LicensingException.LicensingException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - fullName.vb: Sdl.ProjectAutomation.FileBased.LicensingException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) nameWithType: LicensingException.LicensingException(SerializationInfo, StreamingContext) - nameWithType.vb: LicensingException.New(SerializationInfo, StreamingContext) - uid: Sdl.ProjectAutomation.FileBased.LicensingException.#ctor(System.String) - name: LicensingException(string) + name: LicensingException(String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.LicensingException.html#Sdl_ProjectAutomation_FileBased_LicensingException__ctor_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.LicensingException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.ProjectAutomation.FileBased.LicensingException.LicensingException(string) - fullName.vb: Sdl.ProjectAutomation.FileBased.LicensingException.New(String) - nameWithType: LicensingException.LicensingException(string) - nameWithType.vb: LicensingException.New(String) + fullName: Sdl.ProjectAutomation.FileBased.LicensingException.LicensingException(System.String) + nameWithType: LicensingException.LicensingException(String) - uid: Sdl.ProjectAutomation.FileBased.LicensingException.#ctor(System.String,System.Exception) - name: LicensingException(string, Exception) + name: LicensingException(String, Exception) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.LicensingException.html#Sdl_ProjectAutomation_FileBased_LicensingException__ctor_System_String_System_Exception_ commentId: M:Sdl.ProjectAutomation.FileBased.LicensingException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.ProjectAutomation.FileBased.LicensingException.LicensingException(string, System.Exception) - fullName.vb: Sdl.ProjectAutomation.FileBased.LicensingException.New(String, System.Exception) - nameWithType: LicensingException.LicensingException(string, Exception) - nameWithType.vb: LicensingException.New(String, Exception) + fullName: Sdl.ProjectAutomation.FileBased.LicensingException.LicensingException(System.String, System.Exception) + nameWithType: LicensingException.LicensingException(String, Exception) - uid: Sdl.ProjectAutomation.FileBased.LicensingException.#ctor* name: LicensingException href: api/projectautomation/Sdl.ProjectAutomation.FileBased.LicensingException.html#Sdl_ProjectAutomation_FileBased_LicensingException__ctor_ commentId: Overload:Sdl.ProjectAutomation.FileBased.LicensingException.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.FileBased.LicensingException.LicensingException - fullName.vb: Sdl.ProjectAutomation.FileBased.LicensingException.New nameWithType: LicensingException.LicensingException - nameWithType.vb: LicensingException.New - uid: Sdl.ProjectAutomation.FileBased.ProjectCredentials name: ProjectCredentials href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectCredentials.html @@ -135360,23 +122739,17 @@ references: fullName: Sdl.ProjectAutomation.FileBased.ProjectCredentials nameWithType: ProjectCredentials - uid: Sdl.ProjectAutomation.FileBased.ProjectCredentials.AddCredential(System.Uri,System.Boolean,System.String,System.String) - name: AddCredential(Uri, bool, string, string) + name: AddCredential(Uri, Boolean, String, String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectCredentials.html#Sdl_ProjectAutomation_FileBased_ProjectCredentials_AddCredential_System_Uri_System_Boolean_System_String_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.ProjectCredentials.AddCredential(System.Uri,System.Boolean,System.String,System.String) - name.vb: AddCredential(Uri, Boolean, String, String) - fullName: Sdl.ProjectAutomation.FileBased.ProjectCredentials.AddCredential(System.Uri, bool, string, string) - fullName.vb: Sdl.ProjectAutomation.FileBased.ProjectCredentials.AddCredential(System.Uri, Boolean, String, String) - nameWithType: ProjectCredentials.AddCredential(Uri, bool, string, string) - nameWithType.vb: ProjectCredentials.AddCredential(Uri, Boolean, String, String) + fullName: Sdl.ProjectAutomation.FileBased.ProjectCredentials.AddCredential(System.Uri, System.Boolean, System.String, System.String) + nameWithType: ProjectCredentials.AddCredential(Uri, Boolean, String, String) - uid: Sdl.ProjectAutomation.FileBased.ProjectCredentials.AddCredential(System.Uri,System.String) - name: AddCredential(Uri, string) + name: AddCredential(Uri, String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectCredentials.html#Sdl_ProjectAutomation_FileBased_ProjectCredentials_AddCredential_System_Uri_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.ProjectCredentials.AddCredential(System.Uri,System.String) - name.vb: AddCredential(Uri, String) - fullName: Sdl.ProjectAutomation.FileBased.ProjectCredentials.AddCredential(System.Uri, string) - fullName.vb: Sdl.ProjectAutomation.FileBased.ProjectCredentials.AddCredential(System.Uri, String) - nameWithType: ProjectCredentials.AddCredential(Uri, string) - nameWithType.vb: ProjectCredentials.AddCredential(Uri, String) + fullName: Sdl.ProjectAutomation.FileBased.ProjectCredentials.AddCredential(System.Uri, System.String) + nameWithType: ProjectCredentials.AddCredential(Uri, String) - uid: Sdl.ProjectAutomation.FileBased.ProjectCredentials.AddCredential* name: AddCredential href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectCredentials.html#Sdl_ProjectAutomation_FileBased_ProjectCredentials_AddCredential_ @@ -135393,20 +122766,14 @@ references: name: ProjectEvent(IProject) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectEvent.html#Sdl_ProjectAutomation_FileBased_ProjectEvent__ctor_Sdl_ProjectApi_IProject_ commentId: M:Sdl.ProjectAutomation.FileBased.ProjectEvent.#ctor(Sdl.ProjectApi.IProject) - name.vb: New(IProject) fullName: Sdl.ProjectAutomation.FileBased.ProjectEvent.ProjectEvent(Sdl.ProjectApi.IProject) - fullName.vb: Sdl.ProjectAutomation.FileBased.ProjectEvent.New(Sdl.ProjectApi.IProject) nameWithType: ProjectEvent.ProjectEvent(IProject) - nameWithType.vb: ProjectEvent.New(IProject) - uid: Sdl.ProjectAutomation.FileBased.ProjectEvent.#ctor* name: ProjectEvent href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectEvent.html#Sdl_ProjectAutomation_FileBased_ProjectEvent__ctor_ commentId: Overload:Sdl.ProjectAutomation.FileBased.ProjectEvent.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.FileBased.ProjectEvent.ProjectEvent - fullName.vb: Sdl.ProjectAutomation.FileBased.ProjectEvent.New nameWithType: ProjectEvent.ProjectEvent - nameWithType.vb: ProjectEvent.New - uid: Sdl.ProjectAutomation.FileBased.ProjectEvent.ProjectInfo name: ProjectInfo href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectEvent.html#Sdl_ProjectAutomation_FileBased_ProjectEvent_ProjectInfo @@ -135426,23 +122793,17 @@ references: fullName: Sdl.ProjectAutomation.FileBased.ProjectServer nameWithType: ProjectServer - uid: Sdl.ProjectAutomation.FileBased.ProjectServer.#ctor(System.Uri,System.Boolean,System.String,System.String) - name: ProjectServer(Uri, bool, string, string) + name: ProjectServer(Uri, Boolean, String, String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectServer.html#Sdl_ProjectAutomation_FileBased_ProjectServer__ctor_System_Uri_System_Boolean_System_String_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.ProjectServer.#ctor(System.Uri,System.Boolean,System.String,System.String) - name.vb: New(Uri, Boolean, String, String) - fullName: Sdl.ProjectAutomation.FileBased.ProjectServer.ProjectServer(System.Uri, bool, string, string) - fullName.vb: Sdl.ProjectAutomation.FileBased.ProjectServer.New(System.Uri, Boolean, String, String) - nameWithType: ProjectServer.ProjectServer(Uri, bool, string, string) - nameWithType.vb: ProjectServer.New(Uri, Boolean, String, String) + fullName: Sdl.ProjectAutomation.FileBased.ProjectServer.ProjectServer(System.Uri, System.Boolean, System.String, System.String) + nameWithType: ProjectServer.ProjectServer(Uri, Boolean, String, String) - uid: Sdl.ProjectAutomation.FileBased.ProjectServer.#ctor* name: ProjectServer href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectServer.html#Sdl_ProjectAutomation_FileBased_ProjectServer__ctor_ commentId: Overload:Sdl.ProjectAutomation.FileBased.ProjectServer.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.FileBased.ProjectServer.ProjectServer - fullName.vb: Sdl.ProjectAutomation.FileBased.ProjectServer.New nameWithType: ProjectServer.ProjectServer - nameWithType.vb: ProjectServer.New - uid: Sdl.ProjectAutomation.FileBased.ProjectServer.DeleteProject(System.Guid) name: DeleteProject(Guid) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectServer.html#Sdl_ProjectAutomation_FileBased_ProjectServer_DeleteProject_System_Guid_ @@ -135456,14 +122817,11 @@ references: fullName: Sdl.ProjectAutomation.FileBased.ProjectServer.DeleteProject nameWithType: ProjectServer.DeleteProject - uid: Sdl.ProjectAutomation.FileBased.ProjectServer.GetServerProject(System.String) - name: GetServerProject(string) + name: GetServerProject(String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectServer.html#Sdl_ProjectAutomation_FileBased_ProjectServer_GetServerProject_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.ProjectServer.GetServerProject(System.String) - name.vb: GetServerProject(String) - fullName: Sdl.ProjectAutomation.FileBased.ProjectServer.GetServerProject(string) - fullName.vb: Sdl.ProjectAutomation.FileBased.ProjectServer.GetServerProject(String) - nameWithType: ProjectServer.GetServerProject(string) - nameWithType.vb: ProjectServer.GetServerProject(String) + fullName: Sdl.ProjectAutomation.FileBased.ProjectServer.GetServerProject(System.String) + nameWithType: ProjectServer.GetServerProject(String) - uid: Sdl.ProjectAutomation.FileBased.ProjectServer.GetServerProject* name: GetServerProject href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectServer.html#Sdl_ProjectAutomation_FileBased_ProjectServer_GetServerProject_ @@ -135471,14 +122829,11 @@ references: fullName: Sdl.ProjectAutomation.FileBased.ProjectServer.GetServerProject nameWithType: ProjectServer.GetServerProject - uid: Sdl.ProjectAutomation.FileBased.ProjectServer.GetServerProjects(System.String,System.Boolean,System.Boolean) - name: GetServerProjects(string, bool, bool) + name: GetServerProjects(String, Boolean, Boolean) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectServer.html#Sdl_ProjectAutomation_FileBased_ProjectServer_GetServerProjects_System_String_System_Boolean_System_Boolean_ commentId: M:Sdl.ProjectAutomation.FileBased.ProjectServer.GetServerProjects(System.String,System.Boolean,System.Boolean) - name.vb: GetServerProjects(String, Boolean, Boolean) - fullName: Sdl.ProjectAutomation.FileBased.ProjectServer.GetServerProjects(string, bool, bool) - fullName.vb: Sdl.ProjectAutomation.FileBased.ProjectServer.GetServerProjects(String, Boolean, Boolean) - nameWithType: ProjectServer.GetServerProjects(string, bool, bool) - nameWithType.vb: ProjectServer.GetServerProjects(String, Boolean, Boolean) + fullName: Sdl.ProjectAutomation.FileBased.ProjectServer.GetServerProjects(System.String, System.Boolean, System.Boolean) + nameWithType: ProjectServer.GetServerProjects(String, Boolean, Boolean) - uid: Sdl.ProjectAutomation.FileBased.ProjectServer.GetServerProjects* name: GetServerProjects href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectServer.html#Sdl_ProjectAutomation_FileBased_ProjectServer_GetServerProjects_ @@ -135486,14 +122841,11 @@ references: fullName: Sdl.ProjectAutomation.FileBased.ProjectServer.GetServerProjects nameWithType: ProjectServer.GetServerProjects - uid: Sdl.ProjectAutomation.FileBased.ProjectServer.OpenProject(System.Guid,System.String) - name: OpenProject(Guid, string) + name: OpenProject(Guid, String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectServer.html#Sdl_ProjectAutomation_FileBased_ProjectServer_OpenProject_System_Guid_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.ProjectServer.OpenProject(System.Guid,System.String) - name.vb: OpenProject(Guid, String) - fullName: Sdl.ProjectAutomation.FileBased.ProjectServer.OpenProject(System.Guid, string) - fullName.vb: Sdl.ProjectAutomation.FileBased.ProjectServer.OpenProject(System.Guid, String) - nameWithType: ProjectServer.OpenProject(Guid, string) - nameWithType.vb: ProjectServer.OpenProject(Guid, String) + fullName: Sdl.ProjectAutomation.FileBased.ProjectServer.OpenProject(System.Guid, System.String) + nameWithType: ProjectServer.OpenProject(Guid, String) - uid: Sdl.ProjectAutomation.FileBased.ProjectServer.OpenProject* name: OpenProject href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ProjectServer.html#Sdl_ProjectAutomation_FileBased_ProjectServer_OpenProject_ @@ -135510,20 +122862,14 @@ references: name: PublishProjectEventArgs() href: api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.html#Sdl_ProjectAutomation_FileBased_PublishProjectEventArgs__ctor commentId: M:Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.PublishProjectEventArgs() - fullName.vb: Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.New() nameWithType: PublishProjectEventArgs.PublishProjectEventArgs() - nameWithType.vb: PublishProjectEventArgs.New() - uid: Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.#ctor* name: PublishProjectEventArgs href: api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.html#Sdl_ProjectAutomation_FileBased_PublishProjectEventArgs__ctor_ commentId: Overload:Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.PublishProjectEventArgs - fullName.vb: Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.New nameWithType: PublishProjectEventArgs.PublishProjectEventArgs - nameWithType.vb: PublishProjectEventArgs.New - uid: Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.Status name: Status href: api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectEventArgs.html#Sdl_ProjectAutomation_FileBased_PublishProjectEventArgs_Status @@ -135546,20 +122892,17 @@ references: name: PublishProjectResult(PublicationStatus, ExecutionMessage[]) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectResult.html#Sdl_ProjectAutomation_FileBased_PublishProjectResult__ctor_Sdl_ProjectAutomation_Core_PublicationStatus_Sdl_ProjectAutomation_Core_ExecutionMessage___ commentId: M:Sdl.ProjectAutomation.FileBased.PublishProjectResult.#ctor(Sdl.ProjectAutomation.Core.PublicationStatus,Sdl.ProjectAutomation.Core.ExecutionMessage[]) - name.vb: New(PublicationStatus, ExecutionMessage()) + name.vb: PublishProjectResult(PublicationStatus, ExecutionMessage()) fullName: Sdl.ProjectAutomation.FileBased.PublishProjectResult.PublishProjectResult(Sdl.ProjectAutomation.Core.PublicationStatus, Sdl.ProjectAutomation.Core.ExecutionMessage[]) - fullName.vb: Sdl.ProjectAutomation.FileBased.PublishProjectResult.New(Sdl.ProjectAutomation.Core.PublicationStatus, Sdl.ProjectAutomation.Core.ExecutionMessage()) + fullName.vb: Sdl.ProjectAutomation.FileBased.PublishProjectResult.PublishProjectResult(Sdl.ProjectAutomation.Core.PublicationStatus, Sdl.ProjectAutomation.Core.ExecutionMessage()) nameWithType: PublishProjectResult.PublishProjectResult(PublicationStatus, ExecutionMessage[]) - nameWithType.vb: PublishProjectResult.New(PublicationStatus, ExecutionMessage()) + nameWithType.vb: PublishProjectResult.PublishProjectResult(PublicationStatus, ExecutionMessage()) - uid: Sdl.ProjectAutomation.FileBased.PublishProjectResult.#ctor* name: PublishProjectResult href: api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectResult.html#Sdl_ProjectAutomation_FileBased_PublishProjectResult__ctor_ commentId: Overload:Sdl.ProjectAutomation.FileBased.PublishProjectResult.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.FileBased.PublishProjectResult.PublishProjectResult - fullName.vb: Sdl.ProjectAutomation.FileBased.PublishProjectResult.New nameWithType: PublishProjectResult.PublishProjectResult - nameWithType.vb: PublishProjectResult.New - uid: Sdl.ProjectAutomation.FileBased.PublishProjectResult.Messages name: Messages href: api/projectautomation/Sdl.ProjectAutomation.FileBased.PublishProjectResult.html#Sdl_ProjectAutomation_FileBased_PublishProjectResult_Messages @@ -135600,20 +122943,14 @@ references: name: Report() href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.Report.html#Sdl_ProjectAutomation_FileBased_Reports_Models_Report__ctor commentId: M:Sdl.ProjectAutomation.FileBased.Reports.Models.Report.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.FileBased.Reports.Models.Report.Report() - fullName.vb: Sdl.ProjectAutomation.FileBased.Reports.Models.Report.New() nameWithType: Report.Report() - nameWithType.vb: Report.New() - uid: Sdl.ProjectAutomation.FileBased.Reports.Models.Report.#ctor* name: Report href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.Report.html#Sdl_ProjectAutomation_FileBased_Reports_Models_Report__ctor_ commentId: Overload:Sdl.ProjectAutomation.FileBased.Reports.Models.Report.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.FileBased.Reports.Models.Report.Report - fullName.vb: Sdl.ProjectAutomation.FileBased.Reports.Models.Report.New nameWithType: Report.Report - nameWithType.vb: Report.New - uid: Sdl.ProjectAutomation.FileBased.Reports.Models.Report.Date name: Date href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.Report.html#Sdl_ProjectAutomation_FileBased_Reports_Models_Report_Date @@ -135732,20 +123069,14 @@ references: name: ReportDefinition() href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.html#Sdl_ProjectAutomation_FileBased_Reports_Models_ReportDefinition__ctor commentId: M:Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.ReportDefinition() - fullName.vb: Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.New() nameWithType: ReportDefinition.ReportDefinition() - nameWithType.vb: ReportDefinition.New() - uid: Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.#ctor* name: ReportDefinition href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.html#Sdl_ProjectAutomation_FileBased_Reports_Models_ReportDefinition__ctor_ commentId: Overload:Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.ReportDefinition - fullName.vb: Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.New nameWithType: ReportDefinition.ReportDefinition - nameWithType.vb: ReportDefinition.New - uid: Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.Assembly name: Assembly href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Models.ReportDefinition.html#Sdl_ProjectAutomation_FileBased_Reports_Models_ReportDefinition_Assembly @@ -135786,29 +123117,20 @@ references: name: ProjectReportsOperations(FileBasedProject) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html#Sdl_ProjectAutomation_FileBased_Reports_Operations_ProjectReportsOperations__ctor_Sdl_ProjectAutomation_FileBased_FileBasedProject_ commentId: M:Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.#ctor(Sdl.ProjectAutomation.FileBased.FileBasedProject) - name.vb: New(FileBasedProject) fullName: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.ProjectReportsOperations(Sdl.ProjectAutomation.FileBased.FileBasedProject) - fullName.vb: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.New(Sdl.ProjectAutomation.FileBased.FileBasedProject) nameWithType: ProjectReportsOperations.ProjectReportsOperations(FileBasedProject) - nameWithType.vb: ProjectReportsOperations.New(FileBasedProject) - uid: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.#ctor* name: ProjectReportsOperations href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html#Sdl_ProjectAutomation_FileBased_Reports_Operations_ProjectReportsOperations__ctor_ commentId: Overload:Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.ProjectReportsOperations - fullName.vb: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.New nameWithType: ProjectReportsOperations.ProjectReportsOperations - nameWithType.vb: ProjectReportsOperations.New - uid: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.AddReport(System.String,System.String,System.String,System.String,System.String) - name: AddReport(string, string, string, string, string) + name: AddReport(String, String, String, String, String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html#Sdl_ProjectAutomation_FileBased_Reports_Operations_ProjectReportsOperations_AddReport_System_String_System_String_System_String_System_String_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.AddReport(System.String,System.String,System.String,System.String,System.String) - name.vb: AddReport(String, String, String, String, String) - fullName: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.AddReport(string, string, string, string, string) - fullName.vb: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.AddReport(String, String, String, String, String) - nameWithType: ProjectReportsOperations.AddReport(string, string, string, string, string) - nameWithType.vb: ProjectReportsOperations.AddReport(String, String, String, String, String) + fullName: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.AddReport(System.String, System.String, System.String, System.String, System.String) + nameWithType: ProjectReportsOperations.AddReport(String, String, String, String, String) - uid: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.AddReport* name: AddReport href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html#Sdl_ProjectAutomation_FileBased_Reports_Operations_ProjectReportsOperations_AddReport_ @@ -135828,14 +123150,11 @@ references: fullName: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetProjectReports nameWithType: ProjectReportsOperations.GetProjectReports - uid: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportDefinition(System.String) - name: GetReportDefinition(string) + name: GetReportDefinition(String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html#Sdl_ProjectAutomation_FileBased_Reports_Operations_ProjectReportsOperations_GetReportDefinition_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportDefinition(System.String) - name.vb: GetReportDefinition(String) - fullName: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportDefinition(string) - fullName.vb: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportDefinition(String) - nameWithType: ProjectReportsOperations.GetReportDefinition(string) - nameWithType.vb: ProjectReportsOperations.GetReportDefinition(String) + fullName: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportDefinition(System.String) + nameWithType: ProjectReportsOperations.GetReportDefinition(String) - uid: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportDefinition* name: GetReportDefinition href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html#Sdl_ProjectAutomation_FileBased_Reports_Operations_ProjectReportsOperations_GetReportDefinition_ @@ -135843,23 +123162,17 @@ references: fullName: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportDefinition nameWithType: ProjectReportsOperations.GetReportDefinition - uid: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportRendering(System.Guid,System.String) - name: GetReportRendering(Guid, string) + name: GetReportRendering(Guid, String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html#Sdl_ProjectAutomation_FileBased_Reports_Operations_ProjectReportsOperations_GetReportRendering_System_Guid_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportRendering(System.Guid,System.String) - name.vb: GetReportRendering(Guid, String) - fullName: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportRendering(System.Guid, string) - fullName.vb: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportRendering(System.Guid, String) - nameWithType: ProjectReportsOperations.GetReportRendering(Guid, string) - nameWithType.vb: ProjectReportsOperations.GetReportRendering(Guid, String) + fullName: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportRendering(System.Guid, System.String) + nameWithType: ProjectReportsOperations.GetReportRendering(Guid, String) - uid: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportRendering(System.Guid,System.String,System.String) - name: GetReportRendering(Guid, string, string) + name: GetReportRendering(Guid, String, String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html#Sdl_ProjectAutomation_FileBased_Reports_Operations_ProjectReportsOperations_GetReportRendering_System_Guid_System_String_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportRendering(System.Guid,System.String,System.String) - name.vb: GetReportRendering(Guid, String, String) - fullName: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportRendering(System.Guid, string, string) - fullName.vb: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportRendering(System.Guid, String, String) - nameWithType: ProjectReportsOperations.GetReportRendering(Guid, string, string) - nameWithType.vb: ProjectReportsOperations.GetReportRendering(Guid, String, String) + fullName: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportRendering(System.Guid, System.String, System.String) + nameWithType: ProjectReportsOperations.GetReportRendering(Guid, String, String) - uid: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.GetReportRendering* name: GetReportRendering href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html#Sdl_ProjectAutomation_FileBased_Reports_Operations_ProjectReportsOperations_GetReportRendering_ @@ -135894,14 +123207,11 @@ references: fullName: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.RemoveReports nameWithType: ProjectReportsOperations.RemoveReports - uid: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.UpdateReport(System.Guid,System.String,System.String,System.String) - name: UpdateReport(Guid, string, string, string) + name: UpdateReport(Guid, String, String, String) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html#Sdl_ProjectAutomation_FileBased_Reports_Operations_ProjectReportsOperations_UpdateReport_System_Guid_System_String_System_String_System_String_ commentId: M:Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.UpdateReport(System.Guid,System.String,System.String,System.String) - name.vb: UpdateReport(Guid, String, String, String) - fullName: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.UpdateReport(System.Guid, string, string, string) - fullName.vb: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.UpdateReport(System.Guid, String, String, String) - nameWithType: ProjectReportsOperations.UpdateReport(Guid, string, string, string) - nameWithType.vb: ProjectReportsOperations.UpdateReport(Guid, String, String, String) + fullName: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.UpdateReport(System.Guid, System.String, System.String, System.String) + nameWithType: ProjectReportsOperations.UpdateReport(Guid, String, String, String) - uid: Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.UpdateReport* name: UpdateReport href: api/projectautomation/Sdl.ProjectAutomation.FileBased.Reports.Operations.ProjectReportsOperations.html#Sdl_ProjectAutomation_FileBased_Reports_Operations_ProjectReportsOperations_UpdateReport_ @@ -135921,13 +123231,13 @@ references: fullName: Sdl.ProjectAutomation.FileBased.ServerOperations.IServerBasedProjectOperations nameWithType: IServerBasedProjectOperations - uid: Sdl.ProjectAutomation.FileBased.ServerOperations.IServerBasedProjectOperations.UploadAndCheckinFiles(System.Guid[],System.String,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs}) - name: UploadAndCheckinFiles(Guid[], string, EventHandler) + name: UploadAndCheckinFiles(Guid[], String, EventHandler) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.IServerBasedProjectOperations.html#Sdl_ProjectAutomation_FileBased_ServerOperations_IServerBasedProjectOperations_UploadAndCheckinFiles_System_Guid___System_String_System_EventHandler_Sdl_ProjectAutomation_Core_ProgressEventArgs__ commentId: M:Sdl.ProjectAutomation.FileBased.ServerOperations.IServerBasedProjectOperations.UploadAndCheckinFiles(System.Guid[],System.String,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs}) name.vb: UploadAndCheckinFiles(Guid(), String, EventHandler(Of ProgressEventArgs)) - fullName: Sdl.ProjectAutomation.FileBased.ServerOperations.IServerBasedProjectOperations.UploadAndCheckinFiles(System.Guid[], string, System.EventHandler) - fullName.vb: Sdl.ProjectAutomation.FileBased.ServerOperations.IServerBasedProjectOperations.UploadAndCheckinFiles(System.Guid(), String, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs)) - nameWithType: IServerBasedProjectOperations.UploadAndCheckinFiles(Guid[], string, EventHandler) + fullName: Sdl.ProjectAutomation.FileBased.ServerOperations.IServerBasedProjectOperations.UploadAndCheckinFiles(System.Guid[], System.String, System.EventHandler) + fullName.vb: Sdl.ProjectAutomation.FileBased.ServerOperations.IServerBasedProjectOperations.UploadAndCheckinFiles(System.Guid(), System.String, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs)) + nameWithType: IServerBasedProjectOperations.UploadAndCheckinFiles(Guid[], String, EventHandler) nameWithType.vb: IServerBasedProjectOperations.UploadAndCheckinFiles(Guid(), String, EventHandler(Of ProgressEventArgs)) - uid: Sdl.ProjectAutomation.FileBased.ServerOperations.IServerBasedProjectOperations.UploadAndCheckinFiles* name: UploadAndCheckinFiles @@ -135945,28 +123255,22 @@ references: name: ServerBasedProjectOperations(FileBasedProject) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.html#Sdl_ProjectAutomation_FileBased_ServerOperations_ServerBasedProjectOperations__ctor_Sdl_ProjectAutomation_FileBased_FileBasedProject_ commentId: M:Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.#ctor(Sdl.ProjectAutomation.FileBased.FileBasedProject) - name.vb: New(FileBasedProject) fullName: Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.ServerBasedProjectOperations(Sdl.ProjectAutomation.FileBased.FileBasedProject) - fullName.vb: Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.New(Sdl.ProjectAutomation.FileBased.FileBasedProject) nameWithType: ServerBasedProjectOperations.ServerBasedProjectOperations(FileBasedProject) - nameWithType.vb: ServerBasedProjectOperations.New(FileBasedProject) - uid: Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.#ctor* name: ServerBasedProjectOperations href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.html#Sdl_ProjectAutomation_FileBased_ServerOperations_ServerBasedProjectOperations__ctor_ commentId: Overload:Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.ServerBasedProjectOperations - fullName.vb: Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.New nameWithType: ServerBasedProjectOperations.ServerBasedProjectOperations - nameWithType.vb: ServerBasedProjectOperations.New - uid: Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.UploadAndCheckinFiles(System.Guid[],System.String,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs}) - name: UploadAndCheckinFiles(Guid[], string, EventHandler) + name: UploadAndCheckinFiles(Guid[], String, EventHandler) href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.html#Sdl_ProjectAutomation_FileBased_ServerOperations_ServerBasedProjectOperations_UploadAndCheckinFiles_System_Guid___System_String_System_EventHandler_Sdl_ProjectAutomation_Core_ProgressEventArgs__ commentId: M:Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.UploadAndCheckinFiles(System.Guid[],System.String,System.EventHandler{Sdl.ProjectAutomation.Core.ProgressEventArgs}) name.vb: UploadAndCheckinFiles(Guid(), String, EventHandler(Of ProgressEventArgs)) - fullName: Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.UploadAndCheckinFiles(System.Guid[], string, System.EventHandler) - fullName.vb: Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.UploadAndCheckinFiles(System.Guid(), String, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs)) - nameWithType: ServerBasedProjectOperations.UploadAndCheckinFiles(Guid[], string, EventHandler) + fullName: Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.UploadAndCheckinFiles(System.Guid[], System.String, System.EventHandler) + fullName.vb: Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.UploadAndCheckinFiles(System.Guid(), System.String, System.EventHandler(Of Sdl.ProjectAutomation.Core.ProgressEventArgs)) + nameWithType: ServerBasedProjectOperations.UploadAndCheckinFiles(Guid[], String, EventHandler) nameWithType.vb: ServerBasedProjectOperations.UploadAndCheckinFiles(Guid(), String, EventHandler(Of ProgressEventArgs)) - uid: Sdl.ProjectAutomation.FileBased.ServerOperations.ServerBasedProjectOperations.UploadAndCheckinFiles* name: UploadAndCheckinFiles @@ -135984,20 +123288,14 @@ references: name: ServerProjectInfo() href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerProjectInfo.html#Sdl_ProjectAutomation_FileBased_ServerProjectInfo__ctor commentId: M:Sdl.ProjectAutomation.FileBased.ServerProjectInfo.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.FileBased.ServerProjectInfo.ServerProjectInfo() - fullName.vb: Sdl.ProjectAutomation.FileBased.ServerProjectInfo.New() nameWithType: ServerProjectInfo.ServerProjectInfo() - nameWithType.vb: ServerProjectInfo.New() - uid: Sdl.ProjectAutomation.FileBased.ServerProjectInfo.#ctor* name: ServerProjectInfo href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerProjectInfo.html#Sdl_ProjectAutomation_FileBased_ServerProjectInfo__ctor_ commentId: Overload:Sdl.ProjectAutomation.FileBased.ServerProjectInfo.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.FileBased.ServerProjectInfo.ServerProjectInfo - fullName.vb: Sdl.ProjectAutomation.FileBased.ServerProjectInfo.New nameWithType: ServerProjectInfo.ServerProjectInfo - nameWithType.vb: ServerProjectInfo.New - uid: Sdl.ProjectAutomation.FileBased.ServerProjectInfo.Customer name: Customer href: api/projectautomation/Sdl.ProjectAutomation.FileBased.ServerProjectInfo.html#Sdl_ProjectAutomation_FileBased_ServerProjectInfo_Customer @@ -136182,20 +123480,14 @@ references: name: AbstractTaskSettings() href: api/projectautomation/Sdl.ProjectAutomation.Settings.AbstractTaskSettings.html#Sdl_ProjectAutomation_Settings_AbstractTaskSettings__ctor commentId: M:Sdl.ProjectAutomation.Settings.AbstractTaskSettings.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.AbstractTaskSettings.AbstractTaskSettings() - fullName.vb: Sdl.ProjectAutomation.Settings.AbstractTaskSettings.New() nameWithType: AbstractTaskSettings.AbstractTaskSettings() - nameWithType.vb: AbstractTaskSettings.New() - uid: Sdl.ProjectAutomation.Settings.AbstractTaskSettings.#ctor* name: AbstractTaskSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.AbstractTaskSettings.html#Sdl_ProjectAutomation_Settings_AbstractTaskSettings__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.AbstractTaskSettings.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.AbstractTaskSettings.AbstractTaskSettings - fullName.vb: Sdl.ProjectAutomation.Settings.AbstractTaskSettings.New nameWithType: AbstractTaskSettings.AbstractTaskSettings - nameWithType.vb: AbstractTaskSettings.New - uid: Sdl.ProjectAutomation.Settings.AnalysisTaskSettings name: AnalysisTaskSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.html @@ -136206,20 +123498,14 @@ references: name: AnalysisTaskSettings() href: api/projectautomation/Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.html#Sdl_ProjectAutomation_Settings_AnalysisTaskSettings__ctor commentId: M:Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.AnalysisTaskSettings() - fullName.vb: Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.New() nameWithType: AnalysisTaskSettings.AnalysisTaskSettings() - nameWithType.vb: AnalysisTaskSettings.New() - uid: Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.#ctor* name: AnalysisTaskSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.html#Sdl_ProjectAutomation_Settings_AnalysisTaskSettings__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.AnalysisTaskSettings - fullName.vb: Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.New nameWithType: AnalysisTaskSettings.AnalysisTaskSettings - nameWithType.vb: AnalysisTaskSettings.New - uid: Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.CreateReport name: CreateReport href: api/projectautomation/Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.html#Sdl_ProjectAutomation_Settings_AnalysisTaskSettings_CreateReport @@ -136269,14 +123555,11 @@ references: fullName: Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.FrequentSegmentsNoOfOccurrences nameWithType: AnalysisTaskSettings.FrequentSegmentsNoOfOccurrences - uid: Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.GetDefaultValue(System.String) - name: GetDefaultValue(string) + name: GetDefaultValue(String) href: api/projectautomation/Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.html#Sdl_ProjectAutomation_Settings_AnalysisTaskSettings_GetDefaultValue_System_String_ commentId: M:Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.GetDefaultValue(System.String) - name.vb: GetDefaultValue(String) - fullName: Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.GetDefaultValue(string) - fullName.vb: Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.GetDefaultValue(String) - nameWithType: AnalysisTaskSettings.GetDefaultValue(string) - nameWithType.vb: AnalysisTaskSettings.GetDefaultValue(String) + fullName: Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.GetDefaultValue(System.String) + nameWithType: AnalysisTaskSettings.GetDefaultValue(String) - uid: Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.GetDefaultValue* name: GetDefaultValue href: api/projectautomation/Sdl.ProjectAutomation.Settings.AnalysisTaskSettings.html#Sdl_ProjectAutomation_Settings_AnalysisTaskSettings_GetDefaultValue_ @@ -136347,20 +123630,14 @@ references: name: BatchProcessingGeneralSettings() href: api/projectautomation/Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.html#Sdl_ProjectAutomation_Settings_BatchProcessingGeneralSettings__ctor commentId: M:Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.BatchProcessingGeneralSettings() - fullName.vb: Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.New() nameWithType: BatchProcessingGeneralSettings.BatchProcessingGeneralSettings() - nameWithType.vb: BatchProcessingGeneralSettings.New() - uid: Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.#ctor* name: BatchProcessingGeneralSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.html#Sdl_ProjectAutomation_Settings_BatchProcessingGeneralSettings__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.BatchProcessingGeneralSettings - fullName.vb: Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.New nameWithType: BatchProcessingGeneralSettings.BatchProcessingGeneralSettings - nameWithType.vb: BatchProcessingGeneralSettings.New - uid: Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.DefaultOptimizeBatchProcessing name: DefaultOptimizeBatchProcessing href: api/projectautomation/Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.html#Sdl_ProjectAutomation_Settings_BatchProcessingGeneralSettings_DefaultOptimizeBatchProcessing @@ -136368,14 +123645,11 @@ references: fullName: Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.DefaultOptimizeBatchProcessing nameWithType: BatchProcessingGeneralSettings.DefaultOptimizeBatchProcessing - uid: Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.GetDefaultValue(System.String) - name: GetDefaultValue(string) + name: GetDefaultValue(String) href: api/projectautomation/Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.html#Sdl_ProjectAutomation_Settings_BatchProcessingGeneralSettings_GetDefaultValue_System_String_ commentId: M:Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.GetDefaultValue(System.String) - name.vb: GetDefaultValue(String) - fullName: Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.GetDefaultValue(string) - fullName.vb: Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.GetDefaultValue(String) - nameWithType: BatchProcessingGeneralSettings.GetDefaultValue(string) - nameWithType.vb: BatchProcessingGeneralSettings.GetDefaultValue(String) + fullName: Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.GetDefaultValue(System.String) + nameWithType: BatchProcessingGeneralSettings.GetDefaultValue(String) - uid: Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.GetDefaultValue* name: GetDefaultValue href: api/projectautomation/Sdl.ProjectAutomation.Settings.BatchProcessingGeneralSettings.html#Sdl_ProjectAutomation_Settings_BatchProcessingGeneralSettings_GetDefaultValue_ @@ -136410,20 +123684,14 @@ references: name: CDataWrapper() href: api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.html#Sdl_ProjectAutomation_Settings_CustomAttributes_CDataWrapper__ctor commentId: M:Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.CDataWrapper() - fullName.vb: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.New() nameWithType: CDataWrapper.CDataWrapper() - nameWithType.vb: CDataWrapper.New() - uid: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.#ctor* name: CDataWrapper href: api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.html#Sdl_ProjectAutomation_Settings_CustomAttributes_CDataWrapper__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.CDataWrapper - fullName.vb: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.New nameWithType: CDataWrapper.CDataWrapper - nameWithType.vb: CDataWrapper.New - uid: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.GetSchema name: GetSchema() href: api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.html#Sdl_ProjectAutomation_Settings_CustomAttributes_CDataWrapper_GetSchema @@ -136443,33 +123711,32 @@ references: fullName: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.GetSchema nameWithType: CDataWrapper.GetSchema - uid: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.op_Implicit(Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper)~System.String - name: implicit operator string(CDataWrapper) + name: Implicit(CDataWrapper to String) href: api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.html#Sdl_ProjectAutomation_Settings_CustomAttributes_CDataWrapper_op_Implicit_Sdl_ProjectAutomation_Settings_CustomAttributes_CDataWrapper__System_String commentId: M:Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.op_Implicit(Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper)~System.String - name.vb: CType(CDataWrapper) - fullName: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.implicit operator string(Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper) - fullName.vb: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.CType(Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper) - nameWithType: CDataWrapper.implicit operator string(CDataWrapper) - nameWithType.vb: CDataWrapper.CType(CDataWrapper) + name.vb: Widening(CDataWrapper to String) + fullName: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.Implicit(Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper to System.String) + fullName.vb: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.Widening(Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper to System.String) + nameWithType: CDataWrapper.Implicit(CDataWrapper to String) + nameWithType.vb: CDataWrapper.Widening(CDataWrapper to String) - uid: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.op_Implicit(System.String)~Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper - name: implicit operator CDataWrapper(string) + name: Implicit(String to CDataWrapper) href: api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.html#Sdl_ProjectAutomation_Settings_CustomAttributes_CDataWrapper_op_Implicit_System_String__Sdl_ProjectAutomation_Settings_CustomAttributes_CDataWrapper commentId: M:Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.op_Implicit(System.String)~Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper - name.vb: CType(String) - fullName: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.implicit operator Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper(string) - fullName.vb: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.CType(String) - nameWithType: CDataWrapper.implicit operator CDataWrapper(string) - nameWithType.vb: CDataWrapper.CType(String) + name.vb: Widening(String to CDataWrapper) + fullName: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.Implicit(System.String to Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper) + fullName.vb: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.Widening(System.String to Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper) + nameWithType: CDataWrapper.Implicit(String to CDataWrapper) + nameWithType.vb: CDataWrapper.Widening(String to CDataWrapper) - uid: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.op_Implicit* - name: implicit operator + name: Implicit href: api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.html#Sdl_ProjectAutomation_Settings_CustomAttributes_CDataWrapper_op_Implicit_ commentId: Overload:Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.op_Implicit - isSpec: "True" - name.vb: CType - fullName: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.implicit operator - fullName.vb: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.CType - nameWithType: CDataWrapper.implicit operator - nameWithType.vb: CDataWrapper.CType + name.vb: Widening + fullName: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.Implicit + fullName.vb: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.Widening + nameWithType: CDataWrapper.Implicit + nameWithType.vb: CDataWrapper.Widening - uid: Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.ReadXml(System.Xml.XmlReader) name: ReadXml(XmlReader) href: api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CDataWrapper.html#Sdl_ProjectAutomation_Settings_CustomAttributes_CDataWrapper_ReadXml_System_Xml_XmlReader_ @@ -136528,20 +123795,14 @@ references: name: CustomAttribute() href: api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.html#Sdl_ProjectAutomation_Settings_CustomAttributes_CustomAttribute__ctor commentId: M:Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.CustomAttribute() - fullName.vb: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.New() nameWithType: CustomAttribute.CustomAttribute() - nameWithType.vb: CustomAttribute.New() - uid: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.#ctor* name: CustomAttribute href: api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.html#Sdl_ProjectAutomation_Settings_CustomAttributes_CustomAttribute__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.CustomAttribute - fullName.vb: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.New nameWithType: CustomAttribute.CustomAttribute - nameWithType.vb: CustomAttribute.New - uid: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.DisplayName name: DisplayName href: api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttribute.html#Sdl_ProjectAutomation_Settings_CustomAttributes_CustomAttribute_DisplayName @@ -136612,20 +123873,14 @@ references: name: CustomAttributeList() href: api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeList.html#Sdl_ProjectAutomation_Settings_CustomAttributes_CustomAttributeList__ctor commentId: M:Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeList.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeList.CustomAttributeList() - fullName.vb: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeList.New() nameWithType: CustomAttributeList.CustomAttributeList() - nameWithType.vb: CustomAttributeList.New() - uid: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeList.#ctor* name: CustomAttributeList href: api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeList.html#Sdl_ProjectAutomation_Settings_CustomAttributes_CustomAttributeList__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeList.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeList.CustomAttributeList - fullName.vb: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeList.New nameWithType: CustomAttributeList.CustomAttributeList - nameWithType.vb: CustomAttributeList.New - uid: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings name: CustomAttributeSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.html @@ -136636,20 +123891,14 @@ references: name: CustomAttributeSettings() href: api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.html#Sdl_ProjectAutomation_Settings_CustomAttributes_CustomAttributeSettings__ctor commentId: M:Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.CustomAttributeSettings() - fullName.vb: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.New() nameWithType: CustomAttributeSettings.CustomAttributeSettings() - nameWithType.vb: CustomAttributeSettings.New() - uid: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.#ctor* name: CustomAttributeSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.html#Sdl_ProjectAutomation_Settings_CustomAttributes_CustomAttributeSettings__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.CustomAttributeSettings - fullName.vb: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.New nameWithType: CustomAttributeSettings.CustomAttributeSettings - nameWithType.vb: CustomAttributeSettings.New - uid: Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.Attributes name: Attributes href: api/projectautomation/Sdl.ProjectAutomation.Settings.CustomAttributes.CustomAttributeSettings.html#Sdl_ProjectAutomation_Settings_CustomAttributes_CustomAttributeSettings_Attributes @@ -136747,23 +123996,20 @@ references: fullName: Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged nameWithType: TranslationProviderStatusChanged - uid: Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.#ctor(System.Uri,System.Nullable{System.Boolean}) - name: TranslationProviderStatusChanged(Uri, bool?) + name: TranslationProviderStatusChanged(Uri, Nullable) href: api/projectautomation/Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.html#Sdl_ProjectAutomation_Settings_Events_TranslationProviderStatusChanged__ctor_System_Uri_System_Nullable_System_Boolean__ commentId: M:Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.#ctor(System.Uri,System.Nullable{System.Boolean}) - name.vb: New(Uri, Boolean?) - fullName: Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.TranslationProviderStatusChanged(System.Uri, bool?) - fullName.vb: Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.New(System.Uri, Boolean?) - nameWithType: TranslationProviderStatusChanged.TranslationProviderStatusChanged(Uri, bool?) - nameWithType.vb: TranslationProviderStatusChanged.New(Uri, Boolean?) + name.vb: TranslationProviderStatusChanged(Uri, Nullable(Of Boolean)) + fullName: Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.TranslationProviderStatusChanged(System.Uri, System.Nullable) + fullName.vb: Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.TranslationProviderStatusChanged(System.Uri, System.Nullable(Of System.Boolean)) + nameWithType: TranslationProviderStatusChanged.TranslationProviderStatusChanged(Uri, Nullable) + nameWithType.vb: TranslationProviderStatusChanged.TranslationProviderStatusChanged(Uri, Nullable(Of Boolean)) - uid: Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.#ctor* name: TranslationProviderStatusChanged href: api/projectautomation/Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.html#Sdl_ProjectAutomation_Settings_Events_TranslationProviderStatusChanged__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.TranslationProviderStatusChanged - fullName.vb: Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.New nameWithType: TranslationProviderStatusChanged.TranslationProviderStatusChanged - nameWithType.vb: TranslationProviderStatusChanged.New - uid: Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.NewStatus name: NewStatus href: api/projectautomation/Sdl.ProjectAutomation.Settings.Events.TranslationProviderStatusChanged.html#Sdl_ProjectAutomation_Settings_Events_TranslationProviderStatusChanged_NewStatus @@ -136798,20 +124044,14 @@ references: name: ExportFilesSettings() href: api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFilesSettings.html#Sdl_ProjectAutomation_Settings_ExportFilesSettings__ctor commentId: M:Sdl.ProjectAutomation.Settings.ExportFilesSettings.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.ExportFilesSettings.ExportFilesSettings() - fullName.vb: Sdl.ProjectAutomation.Settings.ExportFilesSettings.New() nameWithType: ExportFilesSettings.ExportFilesSettings() - nameWithType.vb: ExportFilesSettings.New() - uid: Sdl.ProjectAutomation.Settings.ExportFilesSettings.#ctor* name: ExportFilesSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFilesSettings.html#Sdl_ProjectAutomation_Settings_ExportFilesSettings__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.ExportFilesSettings.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.ExportFilesSettings.ExportFilesSettings - fullName.vb: Sdl.ProjectAutomation.Settings.ExportFilesSettings.New nameWithType: ExportFilesSettings.ExportFilesSettings - nameWithType.vb: ExportFilesSettings.New - uid: Sdl.ProjectAutomation.Settings.ExportFilesSettings.ExportFileVersion name: ExportFileVersion href: api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFilesSettings.html#Sdl_ProjectAutomation_Settings_ExportFilesSettings_ExportFileVersion @@ -136837,14 +124077,11 @@ references: fullName: Sdl.ProjectAutomation.Settings.ExportFilesSettings.ExportLocation nameWithType: ExportFilesSettings.ExportLocation - uid: Sdl.ProjectAutomation.Settings.ExportFilesSettings.GetDefaultValue(System.String) - name: GetDefaultValue(string) + name: GetDefaultValue(String) href: api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFilesSettings.html#Sdl_ProjectAutomation_Settings_ExportFilesSettings_GetDefaultValue_System_String_ commentId: M:Sdl.ProjectAutomation.Settings.ExportFilesSettings.GetDefaultValue(System.String) - name.vb: GetDefaultValue(String) - fullName: Sdl.ProjectAutomation.Settings.ExportFilesSettings.GetDefaultValue(string) - fullName.vb: Sdl.ProjectAutomation.Settings.ExportFilesSettings.GetDefaultValue(String) - nameWithType: ExportFilesSettings.GetDefaultValue(string) - nameWithType.vb: ExportFilesSettings.GetDefaultValue(String) + fullName: Sdl.ProjectAutomation.Settings.ExportFilesSettings.GetDefaultValue(System.String) + nameWithType: ExportFilesSettings.GetDefaultValue(String) - uid: Sdl.ProjectAutomation.Settings.ExportFilesSettings.GetDefaultValue* name: GetDefaultValue href: api/projectautomation/Sdl.ProjectAutomation.Settings.ExportFilesSettings.html#Sdl_ProjectAutomation_Settings_ExportFilesSettings_GetDefaultValue_ @@ -136885,20 +124122,14 @@ references: name: ExportForReviewTaskSettings() href: api/projectautomation/Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.html#Sdl_ProjectAutomation_Settings_ExportForReviewTaskSettings__ctor commentId: M:Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.ExportForReviewTaskSettings() - fullName.vb: Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.New() nameWithType: ExportForReviewTaskSettings.ExportForReviewTaskSettings() - nameWithType.vb: ExportForReviewTaskSettings.New() - uid: Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.#ctor* name: ExportForReviewTaskSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.html#Sdl_ProjectAutomation_Settings_ExportForReviewTaskSettings__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.ExportForReviewTaskSettings - fullName.vb: Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.New nameWithType: ExportForReviewTaskSettings.ExportForReviewTaskSettings - nameWithType.vb: ExportForReviewTaskSettings.New - uid: Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.ContextMatchColor name: ContextMatchColor href: api/projectautomation/Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.html#Sdl_ProjectAutomation_Settings_ExportForReviewTaskSettings_ContextMatchColor @@ -136948,14 +124179,11 @@ references: fullName: Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.FuzzyMatchColor nameWithType: ExportForReviewTaskSettings.FuzzyMatchColor - uid: Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.GetDefaultValue(System.String) - name: GetDefaultValue(string) + name: GetDefaultValue(String) href: api/projectautomation/Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.html#Sdl_ProjectAutomation_Settings_ExportForReviewTaskSettings_GetDefaultValue_System_String_ commentId: M:Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.GetDefaultValue(System.String) - name.vb: GetDefaultValue(String) - fullName: Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.GetDefaultValue(string) - fullName.vb: Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.GetDefaultValue(String) - nameWithType: ExportForReviewTaskSettings.GetDefaultValue(string) - nameWithType.vb: ExportForReviewTaskSettings.GetDefaultValue(String) + fullName: Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.GetDefaultValue(System.String) + nameWithType: ExportForReviewTaskSettings.GetDefaultValue(String) - uid: Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.GetDefaultValue* name: GetDefaultValue href: api/projectautomation/Sdl.ProjectAutomation.Settings.ExportForReviewTaskSettings.html#Sdl_ProjectAutomation_Settings_ExportForReviewTaskSettings_GetDefaultValue_ @@ -137029,23 +124257,17 @@ references: fullName: Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem nameWithType: ExternalReviewMappingItem - uid: Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.#ctor(System.String,System.Guid,System.String) - name: ExternalReviewMappingItem(string, Guid, string) + name: ExternalReviewMappingItem(String, Guid, String) href: api/projectautomation/Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.html#Sdl_ProjectAutomation_Settings_ExternalReviewMappingItem__ctor_System_String_System_Guid_System_String_ commentId: M:Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.#ctor(System.String,System.Guid,System.String) - name.vb: New(String, Guid, String) - fullName: Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.ExternalReviewMappingItem(string, System.Guid, string) - fullName.vb: Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.New(String, System.Guid, String) - nameWithType: ExternalReviewMappingItem.ExternalReviewMappingItem(string, Guid, string) - nameWithType.vb: ExternalReviewMappingItem.New(String, Guid, String) + fullName: Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.ExternalReviewMappingItem(System.String, System.Guid, System.String) + nameWithType: ExternalReviewMappingItem.ExternalReviewMappingItem(String, Guid, String) - uid: Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.#ctor* name: ExternalReviewMappingItem href: api/projectautomation/Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.html#Sdl_ProjectAutomation_Settings_ExternalReviewMappingItem__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.ExternalReviewMappingItem - fullName.vb: Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.New nameWithType: ExternalReviewMappingItem.ExternalReviewMappingItem - nameWithType.vb: ExternalReviewMappingItem.New - uid: Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.BilingualReviewFileFullPath name: BilingualReviewFileFullPath href: api/projectautomation/Sdl.ProjectAutomation.Settings.ExternalReviewMappingItem.html#Sdl_ProjectAutomation_Settings_ExternalReviewMappingItem_BilingualReviewFileFullPath @@ -137104,20 +124326,14 @@ references: name: ImportFromReviewTaskSettings() href: api/projectautomation/Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.html#Sdl_ProjectAutomation_Settings_ImportFromReviewTaskSettings__ctor commentId: M:Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.ImportFromReviewTaskSettings() - fullName.vb: Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.New() nameWithType: ImportFromReviewTaskSettings.ImportFromReviewTaskSettings() - nameWithType.vb: ImportFromReviewTaskSettings.New() - uid: Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.#ctor* name: ImportFromReviewTaskSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.html#Sdl_ProjectAutomation_Settings_ImportFromReviewTaskSettings__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.ImportFromReviewTaskSettings - fullName.vb: Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.New nameWithType: ImportFromReviewTaskSettings.ImportFromReviewTaskSettings - nameWithType.vb: ImportFromReviewTaskSettings.New - uid: Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.Backup name: Backup href: api/projectautomation/Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.html#Sdl_ProjectAutomation_Settings_ImportFromReviewTaskSettings_Backup @@ -137155,14 +124371,11 @@ references: fullName: Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.ExternalReviewMappingItems nameWithType: ImportFromReviewTaskSettings.ExternalReviewMappingItems - uid: Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.GetDefaultValue(System.String) - name: GetDefaultValue(string) + name: GetDefaultValue(String) href: api/projectautomation/Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.html#Sdl_ProjectAutomation_Settings_ImportFromReviewTaskSettings_GetDefaultValue_System_String_ commentId: M:Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.GetDefaultValue(System.String) - name.vb: GetDefaultValue(String) - fullName: Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.GetDefaultValue(string) - fullName.vb: Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.GetDefaultValue(String) - nameWithType: ImportFromReviewTaskSettings.GetDefaultValue(string) - nameWithType.vb: ImportFromReviewTaskSettings.GetDefaultValue(String) + fullName: Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.GetDefaultValue(System.String) + nameWithType: ImportFromReviewTaskSettings.GetDefaultValue(String) - uid: Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.GetDefaultValue* name: GetDefaultValue href: api/projectautomation/Sdl.ProjectAutomation.Settings.ImportFromReviewTaskSettings.html#Sdl_ProjectAutomation_Settings_ImportFromReviewTaskSettings_GetDefaultValue_ @@ -137245,20 +124458,14 @@ references: name: PerfectMatchTaskSettings() href: api/projectautomation/Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.html#Sdl_ProjectAutomation_Settings_PerfectMatchTaskSettings__ctor commentId: M:Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.PerfectMatchTaskSettings() - fullName.vb: Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.New() nameWithType: PerfectMatchTaskSettings.PerfectMatchTaskSettings() - nameWithType.vb: PerfectMatchTaskSettings.New() - uid: Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.#ctor* name: PerfectMatchTaskSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.html#Sdl_ProjectAutomation_Settings_PerfectMatchTaskSettings__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.PerfectMatchTaskSettings - fullName.vb: Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.New nameWithType: PerfectMatchTaskSettings.PerfectMatchTaskSettings - nameWithType.vb: PerfectMatchTaskSettings.New - uid: Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.MarkAsPerfectMatchAndLock name: MarkAsPerfectMatchAndLock href: api/projectautomation/Sdl.ProjectAutomation.Settings.PerfectMatchTaskSettings.html#Sdl_ProjectAutomation_Settings_PerfectMatchTaskSettings_MarkAsPerfectMatchAndLock @@ -137281,20 +124488,14 @@ references: name: ProjectSettings() href: api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectSettings.html#Sdl_ProjectAutomation_Settings_ProjectSettings__ctor commentId: M:Sdl.ProjectAutomation.Settings.ProjectSettings.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.ProjectSettings.ProjectSettings() - fullName.vb: Sdl.ProjectAutomation.Settings.ProjectSettings.New() nameWithType: ProjectSettings.ProjectSettings() - nameWithType.vb: ProjectSettings.New() - uid: Sdl.ProjectAutomation.Settings.ProjectSettings.#ctor* name: ProjectSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectSettings.html#Sdl_ProjectAutomation_Settings_ProjectSettings__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.ProjectSettings.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.ProjectSettings.ProjectSettings - fullName.vb: Sdl.ProjectAutomation.Settings.ProjectSettings.New nameWithType: ProjectSettings.ProjectSettings - nameWithType.vb: ProjectSettings.New - uid: Sdl.ProjectAutomation.Settings.ProjectSettings.ProjectIconPath name: ProjectIconPath href: api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectSettings.html#Sdl_ProjectAutomation_Settings_ProjectSettings_ProjectIconPath @@ -137329,20 +124530,14 @@ references: name: ProjectTranslationMemoryTaskSettings() href: api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.html#Sdl_ProjectAutomation_Settings_ProjectTranslationMemoryTaskSettings__ctor commentId: M:Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.ProjectTranslationMemoryTaskSettings() - fullName.vb: Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.New() nameWithType: ProjectTranslationMemoryTaskSettings.ProjectTranslationMemoryTaskSettings() - nameWithType.vb: ProjectTranslationMemoryTaskSettings.New() - uid: Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.#ctor* name: ProjectTranslationMemoryTaskSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.html#Sdl_ProjectAutomation_Settings_ProjectTranslationMemoryTaskSettings__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.ProjectTranslationMemoryTaskSettings - fullName.vb: Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.New nameWithType: ProjectTranslationMemoryTaskSettings.ProjectTranslationMemoryTaskSettings - nameWithType.vb: ProjectTranslationMemoryTaskSettings.New - uid: Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.CreateServerBasedProjectTranslationMemories name: CreateServerBasedProjectTranslationMemories href: api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.html#Sdl_ProjectAutomation_Settings_ProjectTranslationMemoryTaskSettings_CreateServerBasedProjectTranslationMemories @@ -137356,14 +124551,11 @@ references: fullName: Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.CreateServerBasedProjectTranslationMemories nameWithType: ProjectTranslationMemoryTaskSettings.CreateServerBasedProjectTranslationMemories - uid: Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.GetDefaultValue(System.String) - name: GetDefaultValue(string) + name: GetDefaultValue(String) href: api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.html#Sdl_ProjectAutomation_Settings_ProjectTranslationMemoryTaskSettings_GetDefaultValue_System_String_ commentId: M:Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.GetDefaultValue(System.String) - name.vb: GetDefaultValue(String) - fullName: Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.GetDefaultValue(string) - fullName.vb: Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.GetDefaultValue(String) - nameWithType: ProjectTranslationMemoryTaskSettings.GetDefaultValue(string) - nameWithType.vb: ProjectTranslationMemoryTaskSettings.GetDefaultValue(String) + fullName: Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.GetDefaultValue(System.String) + nameWithType: ProjectTranslationMemoryTaskSettings.GetDefaultValue(String) - uid: Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.GetDefaultValue* name: GetDefaultValue href: api/projectautomation/Sdl.ProjectAutomation.Settings.ProjectTranslationMemoryTaskSettings.html#Sdl_ProjectAutomation_Settings_ProjectTranslationMemoryTaskSettings_GetDefaultValue_ @@ -137416,20 +124608,14 @@ references: name: PseudoTranslateSettings() href: api/projectautomation/Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.html#Sdl_ProjectAutomation_Settings_PseudoTranslateSettings__ctor commentId: M:Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.PseudoTranslateSettings() - fullName.vb: Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.New() nameWithType: PseudoTranslateSettings.PseudoTranslateSettings() - nameWithType.vb: PseudoTranslateSettings.New() - uid: Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.#ctor* name: PseudoTranslateSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.html#Sdl_ProjectAutomation_Settings_PseudoTranslateSettings__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.PseudoTranslateSettings - fullName.vb: Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.New nameWithType: PseudoTranslateSettings.PseudoTranslateSettings - nameWithType.vb: PseudoTranslateSettings.New - uid: Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.AppendEnd name: AppendEnd href: api/projectautomation/Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.html#Sdl_ProjectAutomation_Settings_PseudoTranslateSettings_AppendEnd @@ -137515,14 +124701,11 @@ references: fullName: Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.ExpansionLimit nameWithType: PseudoTranslateSettings.ExpansionLimit - uid: Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.GetDefaultValue(System.String) - name: GetDefaultValue(string) + name: GetDefaultValue(String) href: api/projectautomation/Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.html#Sdl_ProjectAutomation_Settings_PseudoTranslateSettings_GetDefaultValue_System_String_ commentId: M:Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.GetDefaultValue(System.String) - name.vb: GetDefaultValue(String) - fullName: Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.GetDefaultValue(string) - fullName.vb: Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.GetDefaultValue(String) - nameWithType: PseudoTranslateSettings.GetDefaultValue(string) - nameWithType.vb: PseudoTranslateSettings.GetDefaultValue(String) + fullName: Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.GetDefaultValue(System.String) + nameWithType: PseudoTranslateSettings.GetDefaultValue(String) - uid: Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.GetDefaultValue* name: GetDefaultValue href: api/projectautomation/Sdl.ProjectAutomation.Settings.PseudoTranslateSettings.html#Sdl_ProjectAutomation_Settings_PseudoTranslateSettings_GetDefaultValue_ @@ -137551,20 +124734,14 @@ references: name: ReturningPackageSettings() href: api/projectautomation/Sdl.ProjectAutomation.Settings.ReturningPackageSettings.html#Sdl_ProjectAutomation_Settings_ReturningPackageSettings__ctor commentId: M:Sdl.ProjectAutomation.Settings.ReturningPackageSettings.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.ReturningPackageSettings.ReturningPackageSettings() - fullName.vb: Sdl.ProjectAutomation.Settings.ReturningPackageSettings.New() nameWithType: ReturningPackageSettings.ReturningPackageSettings() - nameWithType.vb: ReturningPackageSettings.New() - uid: Sdl.ProjectAutomation.Settings.ReturningPackageSettings.#ctor* name: ReturningPackageSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.ReturningPackageSettings.html#Sdl_ProjectAutomation_Settings_ReturningPackageSettings__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.ReturningPackageSettings.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.ReturningPackageSettings.ReturningPackageSettings - fullName.vb: Sdl.ProjectAutomation.Settings.ReturningPackageSettings.New nameWithType: ReturningPackageSettings.ReturningPackageSettings - nameWithType.vb: ReturningPackageSettings.New - uid: Sdl.ProjectAutomation.Settings.ReturningPackageSettings.RunVerificationBeforeReturningPackage name: RunVerificationBeforeReturningPackage href: api/projectautomation/Sdl.ProjectAutomation.Settings.ReturningPackageSettings.html#Sdl_ProjectAutomation_Settings_ReturningPackageSettings_RunVerificationBeforeReturningPackage @@ -137647,20 +124824,14 @@ references: name: TranslateTaskSettings() href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslateTaskSettings.html#Sdl_ProjectAutomation_Settings_TranslateTaskSettings__ctor commentId: M:Sdl.ProjectAutomation.Settings.TranslateTaskSettings.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.TranslateTaskSettings.TranslateTaskSettings() - fullName.vb: Sdl.ProjectAutomation.Settings.TranslateTaskSettings.New() nameWithType: TranslateTaskSettings.TranslateTaskSettings() - nameWithType.vb: TranslateTaskSettings.New() - uid: Sdl.ProjectAutomation.Settings.TranslateTaskSettings.#ctor* name: TranslateTaskSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslateTaskSettings.html#Sdl_ProjectAutomation_Settings_TranslateTaskSettings__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.TranslateTaskSettings.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.TranslateTaskSettings.TranslateTaskSettings - fullName.vb: Sdl.ProjectAutomation.Settings.TranslateTaskSettings.New nameWithType: TranslateTaskSettings.TranslateTaskSettings - nameWithType.vb: TranslateTaskSettings.New - uid: Sdl.ProjectAutomation.Settings.TranslateTaskSettings.ConfirmAfterApplyingExactMatch name: ConfirmAfterApplyingExactMatch href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslateTaskSettings.html#Sdl_ProjectAutomation_Settings_TranslateTaskSettings_ConfirmAfterApplyingExactMatch @@ -137698,14 +124869,11 @@ references: fullName: Sdl.ProjectAutomation.Settings.TranslateTaskSettings.CreateReport nameWithType: TranslateTaskSettings.CreateReport - uid: Sdl.ProjectAutomation.Settings.TranslateTaskSettings.GetDefaultValue(System.String) - name: GetDefaultValue(string) + name: GetDefaultValue(String) href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslateTaskSettings.html#Sdl_ProjectAutomation_Settings_TranslateTaskSettings_GetDefaultValue_System_String_ commentId: M:Sdl.ProjectAutomation.Settings.TranslateTaskSettings.GetDefaultValue(System.String) - name.vb: GetDefaultValue(String) - fullName: Sdl.ProjectAutomation.Settings.TranslateTaskSettings.GetDefaultValue(string) - fullName.vb: Sdl.ProjectAutomation.Settings.TranslateTaskSettings.GetDefaultValue(String) - nameWithType: TranslateTaskSettings.GetDefaultValue(string) - nameWithType.vb: TranslateTaskSettings.GetDefaultValue(String) + fullName: Sdl.ProjectAutomation.Settings.TranslateTaskSettings.GetDefaultValue(System.String) + nameWithType: TranslateTaskSettings.GetDefaultValue(String) - uid: Sdl.ProjectAutomation.Settings.TranslateTaskSettings.GetDefaultValue* name: GetDefaultValue href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslateTaskSettings.html#Sdl_ProjectAutomation_Settings_TranslateTaskSettings_GetDefaultValue_ @@ -137794,20 +124962,14 @@ references: name: TranslationCountSettings() href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationCountSettings.html#Sdl_ProjectAutomation_Settings_TranslationCountSettings__ctor commentId: M:Sdl.ProjectAutomation.Settings.TranslationCountSettings.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.TranslationCountSettings.TranslationCountSettings() - fullName.vb: Sdl.ProjectAutomation.Settings.TranslationCountSettings.New() nameWithType: TranslationCountSettings.TranslationCountSettings() - nameWithType.vb: TranslationCountSettings.New() - uid: Sdl.ProjectAutomation.Settings.TranslationCountSettings.#ctor* name: TranslationCountSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationCountSettings.html#Sdl_ProjectAutomation_Settings_TranslationCountSettings__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.TranslationCountSettings.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.TranslationCountSettings.TranslationCountSettings - fullName.vb: Sdl.ProjectAutomation.Settings.TranslationCountSettings.New nameWithType: TranslationCountSettings.TranslationCountSettings - nameWithType.vb: TranslationCountSettings.New - uid: Sdl.ProjectAutomation.Settings.TranslationCountSettings.CreateReport name: CreateReport href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationCountSettings.html#Sdl_ProjectAutomation_Settings_TranslationCountSettings_CreateReport @@ -137821,14 +124983,11 @@ references: fullName: Sdl.ProjectAutomation.Settings.TranslationCountSettings.CreateReport nameWithType: TranslationCountSettings.CreateReport - uid: Sdl.ProjectAutomation.Settings.TranslationCountSettings.GetDefaultValue(System.String) - name: GetDefaultValue(string) + name: GetDefaultValue(String) href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationCountSettings.html#Sdl_ProjectAutomation_Settings_TranslationCountSettings_GetDefaultValue_System_String_ commentId: M:Sdl.ProjectAutomation.Settings.TranslationCountSettings.GetDefaultValue(System.String) - name.vb: GetDefaultValue(String) - fullName: Sdl.ProjectAutomation.Settings.TranslationCountSettings.GetDefaultValue(string) - fullName.vb: Sdl.ProjectAutomation.Settings.TranslationCountSettings.GetDefaultValue(String) - nameWithType: TranslationCountSettings.GetDefaultValue(string) - nameWithType.vb: TranslationCountSettings.GetDefaultValue(String) + fullName: Sdl.ProjectAutomation.Settings.TranslationCountSettings.GetDefaultValue(System.String) + nameWithType: TranslationCountSettings.GetDefaultValue(String) - uid: Sdl.ProjectAutomation.Settings.TranslationCountSettings.GetDefaultValue* name: GetDefaultValue href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationCountSettings.html#Sdl_ProjectAutomation_Settings_TranslationCountSettings_GetDefaultValue_ @@ -137845,20 +125004,14 @@ references: name: TranslationMemorySettings() href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemorySettings.html#Sdl_ProjectAutomation_Settings_TranslationMemorySettings__ctor commentId: M:Sdl.ProjectAutomation.Settings.TranslationMemorySettings.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.TranslationMemorySettings.TranslationMemorySettings() - fullName.vb: Sdl.ProjectAutomation.Settings.TranslationMemorySettings.New() nameWithType: TranslationMemorySettings.TranslationMemorySettings() - nameWithType.vb: TranslationMemorySettings.New() - uid: Sdl.ProjectAutomation.Settings.TranslationMemorySettings.#ctor* name: TranslationMemorySettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemorySettings.html#Sdl_ProjectAutomation_Settings_TranslationMemorySettings__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.TranslationMemorySettings.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.TranslationMemorySettings.TranslationMemorySettings - fullName.vb: Sdl.ProjectAutomation.Settings.TranslationMemorySettings.New nameWithType: TranslationMemorySettings.TranslationMemorySettings - nameWithType.vb: TranslationMemorySettings.New - uid: Sdl.ProjectAutomation.Settings.TranslationMemorySettings.AlignmentPenalty name: AlignmentPenalty href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemorySettings.html#Sdl_ProjectAutomation_Settings_TranslationMemorySettings_AlignmentPenalty @@ -138112,14 +125265,11 @@ references: fullName: Sdl.ProjectAutomation.Settings.TranslationMemorySettings.GetDefaultShortTimePattern nameWithType: TranslationMemorySettings.GetDefaultShortTimePattern - uid: Sdl.ProjectAutomation.Settings.TranslationMemorySettings.GetDefaultValue(System.String) - name: GetDefaultValue(string) + name: GetDefaultValue(String) href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemorySettings.html#Sdl_ProjectAutomation_Settings_TranslationMemorySettings_GetDefaultValue_System_String_ commentId: M:Sdl.ProjectAutomation.Settings.TranslationMemorySettings.GetDefaultValue(System.String) - name.vb: GetDefaultValue(String) - fullName: Sdl.ProjectAutomation.Settings.TranslationMemorySettings.GetDefaultValue(string) - fullName.vb: Sdl.ProjectAutomation.Settings.TranslationMemorySettings.GetDefaultValue(String) - nameWithType: TranslationMemorySettings.GetDefaultValue(string) - nameWithType.vb: TranslationMemorySettings.GetDefaultValue(String) + fullName: Sdl.ProjectAutomation.Settings.TranslationMemorySettings.GetDefaultValue(System.String) + nameWithType: TranslationMemorySettings.GetDefaultValue(String) - uid: Sdl.ProjectAutomation.Settings.TranslationMemorySettings.GetDefaultValue* name: GetDefaultValue href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemorySettings.html#Sdl_ProjectAutomation_Settings_TranslationMemorySettings_GetDefaultValue_ @@ -138400,20 +125550,14 @@ references: name: TranslationMemoryUpdateTaskSettings() href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.html#Sdl_ProjectAutomation_Settings_TranslationMemoryUpdateTaskSettings__ctor commentId: M:Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.TranslationMemoryUpdateTaskSettings() - fullName.vb: Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.New() nameWithType: TranslationMemoryUpdateTaskSettings.TranslationMemoryUpdateTaskSettings() - nameWithType.vb: TranslationMemoryUpdateTaskSettings.New() - uid: Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.#ctor* name: TranslationMemoryUpdateTaskSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.html#Sdl_ProjectAutomation_Settings_TranslationMemoryUpdateTaskSettings__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.TranslationMemoryUpdateTaskSettings - fullName.vb: Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.New nameWithType: TranslationMemoryUpdateTaskSettings.TranslationMemoryUpdateTaskSettings - nameWithType.vb: TranslationMemoryUpdateTaskSettings.New - uid: Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.CreateReport name: CreateReport href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.html#Sdl_ProjectAutomation_Settings_TranslationMemoryUpdateTaskSettings_CreateReport @@ -138427,14 +125571,11 @@ references: fullName: Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.CreateReport nameWithType: TranslationMemoryUpdateTaskSettings.CreateReport - uid: Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.GetDefaultValue(System.String) - name: GetDefaultValue(string) + name: GetDefaultValue(String) href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.html#Sdl_ProjectAutomation_Settings_TranslationMemoryUpdateTaskSettings_GetDefaultValue_System_String_ commentId: M:Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.GetDefaultValue(System.String) - name.vb: GetDefaultValue(String) - fullName: Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.GetDefaultValue(string) - fullName.vb: Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.GetDefaultValue(String) - nameWithType: TranslationMemoryUpdateTaskSettings.GetDefaultValue(string) - nameWithType.vb: TranslationMemoryUpdateTaskSettings.GetDefaultValue(String) + fullName: Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.GetDefaultValue(System.String) + nameWithType: TranslationMemoryUpdateTaskSettings.GetDefaultValue(String) - uid: Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.GetDefaultValue* name: GetDefaultValue href: api/projectautomation/Sdl.ProjectAutomation.Settings.TranslationMemoryUpdateTaskSettings.html#Sdl_ProjectAutomation_Settings_TranslationMemoryUpdateTaskSettings_GetDefaultValue_ @@ -138583,20 +125724,14 @@ references: name: WordCountSettings() href: api/projectautomation/Sdl.ProjectAutomation.Settings.WordCountSettings.html#Sdl_ProjectAutomation_Settings_WordCountSettings__ctor commentId: M:Sdl.ProjectAutomation.Settings.WordCountSettings.#ctor - name.vb: New() fullName: Sdl.ProjectAutomation.Settings.WordCountSettings.WordCountSettings() - fullName.vb: Sdl.ProjectAutomation.Settings.WordCountSettings.New() nameWithType: WordCountSettings.WordCountSettings() - nameWithType.vb: WordCountSettings.New() - uid: Sdl.ProjectAutomation.Settings.WordCountSettings.#ctor* name: WordCountSettings href: api/projectautomation/Sdl.ProjectAutomation.Settings.WordCountSettings.html#Sdl_ProjectAutomation_Settings_WordCountSettings__ctor_ commentId: Overload:Sdl.ProjectAutomation.Settings.WordCountSettings.#ctor - name.vb: New fullName: Sdl.ProjectAutomation.Settings.WordCountSettings.WordCountSettings - fullName.vb: Sdl.ProjectAutomation.Settings.WordCountSettings.New nameWithType: WordCountSettings.WordCountSettings - nameWithType.vb: WordCountSettings.New - uid: Sdl.ProjectAutomation.Settings.WordCountSettings.CreateReport name: CreateReport href: api/projectautomation/Sdl.ProjectAutomation.Settings.WordCountSettings.html#Sdl_ProjectAutomation_Settings_WordCountSettings_CreateReport @@ -138610,14 +125745,11 @@ references: fullName: Sdl.ProjectAutomation.Settings.WordCountSettings.CreateReport nameWithType: WordCountSettings.CreateReport - uid: Sdl.ProjectAutomation.Settings.WordCountSettings.GetDefaultValue(System.String) - name: GetDefaultValue(string) + name: GetDefaultValue(String) href: api/projectautomation/Sdl.ProjectAutomation.Settings.WordCountSettings.html#Sdl_ProjectAutomation_Settings_WordCountSettings_GetDefaultValue_System_String_ commentId: M:Sdl.ProjectAutomation.Settings.WordCountSettings.GetDefaultValue(System.String) - name.vb: GetDefaultValue(String) - fullName: Sdl.ProjectAutomation.Settings.WordCountSettings.GetDefaultValue(string) - fullName.vb: Sdl.ProjectAutomation.Settings.WordCountSettings.GetDefaultValue(String) - nameWithType: WordCountSettings.GetDefaultValue(string) - nameWithType.vb: WordCountSettings.GetDefaultValue(String) + fullName: Sdl.ProjectAutomation.Settings.WordCountSettings.GetDefaultValue(System.String) + nameWithType: WordCountSettings.GetDefaultValue(String) - uid: Sdl.ProjectAutomation.Settings.WordCountSettings.GetDefaultValue* name: GetDefaultValue href: api/projectautomation/Sdl.ProjectAutomation.Settings.WordCountSettings.html#Sdl_ProjectAutomation_Settings_WordCountSettings_GetDefaultValue_ @@ -138640,20 +125772,14 @@ references: name: AbstractTellMeAction() href: api/integration/Sdl.TellMe.ProviderApi.AbstractTellMeAction.html#Sdl_TellMe_ProviderApi_AbstractTellMeAction__ctor commentId: M:Sdl.TellMe.ProviderApi.AbstractTellMeAction.#ctor - name.vb: New() fullName: Sdl.TellMe.ProviderApi.AbstractTellMeAction.AbstractTellMeAction() - fullName.vb: Sdl.TellMe.ProviderApi.AbstractTellMeAction.New() nameWithType: AbstractTellMeAction.AbstractTellMeAction() - nameWithType.vb: AbstractTellMeAction.New() - uid: Sdl.TellMe.ProviderApi.AbstractTellMeAction.#ctor* name: AbstractTellMeAction href: api/integration/Sdl.TellMe.ProviderApi.AbstractTellMeAction.html#Sdl_TellMe_ProviderApi_AbstractTellMeAction__ctor_ commentId: Overload:Sdl.TellMe.ProviderApi.AbstractTellMeAction.#ctor - name.vb: New fullName: Sdl.TellMe.ProviderApi.AbstractTellMeAction.AbstractTellMeAction - fullName.vb: Sdl.TellMe.ProviderApi.AbstractTellMeAction.New nameWithType: AbstractTellMeAction.AbstractTellMeAction - nameWithType.vb: AbstractTellMeAction.New - uid: Sdl.TellMe.ProviderApi.AbstractTellMeAction.Category name: Category href: api/integration/Sdl.TellMe.ProviderApi.AbstractTellMeAction.html#Sdl_TellMe_ProviderApi_AbstractTellMeAction_Category @@ -138679,14 +125805,11 @@ references: fullName: Sdl.TellMe.ProviderApi.AbstractTellMeAction.Description nameWithType: AbstractTellMeAction.Description - uid: Sdl.TellMe.ProviderApi.AbstractTellMeAction.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/integration/Sdl.TellMe.ProviderApi.AbstractTellMeAction.html#Sdl_TellMe_ProviderApi_AbstractTellMeAction_Equals_System_Object_ commentId: M:Sdl.TellMe.ProviderApi.AbstractTellMeAction.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.TellMe.ProviderApi.AbstractTellMeAction.Equals(object) - fullName.vb: Sdl.TellMe.ProviderApi.AbstractTellMeAction.Equals(Object) - nameWithType: AbstractTellMeAction.Equals(object) - nameWithType.vb: AbstractTellMeAction.Equals(Object) + fullName: Sdl.TellMe.ProviderApi.AbstractTellMeAction.Equals(System.Object) + nameWithType: AbstractTellMeAction.Equals(Object) - uid: Sdl.TellMe.ProviderApi.AbstractTellMeAction.Equals* name: Equals href: api/integration/Sdl.TellMe.ProviderApi.AbstractTellMeAction.html#Sdl_TellMe_ProviderApi_AbstractTellMeAction_Equals_ @@ -138784,14 +125907,11 @@ references: fullName: Sdl.TellMe.ProviderApi.ISearchDataProvider nameWithType: ISearchDataProvider - uid: Sdl.TellMe.ProviderApi.ISearchDataProvider.GetProviderForQuery(System.String) - name: GetProviderForQuery(string) + name: GetProviderForQuery(String) href: api/integration/Sdl.TellMe.ProviderApi.ISearchDataProvider.html#Sdl_TellMe_ProviderApi_ISearchDataProvider_GetProviderForQuery_System_String_ commentId: M:Sdl.TellMe.ProviderApi.ISearchDataProvider.GetProviderForQuery(System.String) - name.vb: GetProviderForQuery(String) - fullName: Sdl.TellMe.ProviderApi.ISearchDataProvider.GetProviderForQuery(string) - fullName.vb: Sdl.TellMe.ProviderApi.ISearchDataProvider.GetProviderForQuery(String) - nameWithType: ISearchDataProvider.GetProviderForQuery(string) - nameWithType.vb: ISearchDataProvider.GetProviderForQuery(String) + fullName: Sdl.TellMe.ProviderApi.ISearchDataProvider.GetProviderForQuery(System.String) + nameWithType: ISearchDataProvider.GetProviderForQuery(String) - uid: Sdl.TellMe.ProviderApi.ISearchDataProvider.GetProviderForQuery* name: GetProviderForQuery href: api/integration/Sdl.TellMe.ProviderApi.ISearchDataProvider.html#Sdl_TellMe_ProviderApi_ISearchDataProvider_GetProviderForQuery_ @@ -138823,14 +125943,11 @@ references: fullName: Sdl.TellMe.ProviderApi.ISearchDataProvider.ProviderIcon nameWithType: ISearchDataProvider.ProviderIcon - uid: Sdl.TellMe.ProviderApi.ISearchDataProvider.SearchForSuggestion(System.String) - name: SearchForSuggestion(string) + name: SearchForSuggestion(String) href: api/integration/Sdl.TellMe.ProviderApi.ISearchDataProvider.html#Sdl_TellMe_ProviderApi_ISearchDataProvider_SearchForSuggestion_System_String_ commentId: M:Sdl.TellMe.ProviderApi.ISearchDataProvider.SearchForSuggestion(System.String) - name.vb: SearchForSuggestion(String) - fullName: Sdl.TellMe.ProviderApi.ISearchDataProvider.SearchForSuggestion(string) - fullName.vb: Sdl.TellMe.ProviderApi.ISearchDataProvider.SearchForSuggestion(String) - nameWithType: ISearchDataProvider.SearchForSuggestion(string) - nameWithType.vb: ISearchDataProvider.SearchForSuggestion(String) + fullName: Sdl.TellMe.ProviderApi.ISearchDataProvider.SearchForSuggestion(System.String) + nameWithType: ISearchDataProvider.SearchForSuggestion(String) - uid: Sdl.TellMe.ProviderApi.ISearchDataProvider.SearchForSuggestion* name: SearchForSuggestion href: api/integration/Sdl.TellMe.ProviderApi.ISearchDataProvider.html#Sdl_TellMe_ProviderApi_ISearchDataProvider_SearchForSuggestion_ @@ -138844,14 +125961,11 @@ references: fullName: Sdl.TellMe.ProviderApi.ISearchSpecification nameWithType: ISearchSpecification - uid: Sdl.TellMe.ProviderApi.ISearchSpecification.IsSatisfiedBy(System.String,System.String) - name: IsSatisfiedBy(string, string) + name: IsSatisfiedBy(String, String) href: api/integration/Sdl.TellMe.ProviderApi.ISearchSpecification.html#Sdl_TellMe_ProviderApi_ISearchSpecification_IsSatisfiedBy_System_String_System_String_ commentId: M:Sdl.TellMe.ProviderApi.ISearchSpecification.IsSatisfiedBy(System.String,System.String) - name.vb: IsSatisfiedBy(String, String) - fullName: Sdl.TellMe.ProviderApi.ISearchSpecification.IsSatisfiedBy(string, string) - fullName.vb: Sdl.TellMe.ProviderApi.ISearchSpecification.IsSatisfiedBy(String, String) - nameWithType: ISearchSpecification.IsSatisfiedBy(string, string) - nameWithType.vb: ISearchSpecification.IsSatisfiedBy(String, String) + fullName: Sdl.TellMe.ProviderApi.ISearchSpecification.IsSatisfiedBy(System.String, System.String) + nameWithType: ISearchSpecification.IsSatisfiedBy(String, String) - uid: Sdl.TellMe.ProviderApi.ISearchSpecification.IsSatisfiedBy* name: IsSatisfiedBy href: api/integration/Sdl.TellMe.ProviderApi.ISearchSpecification.html#Sdl_TellMe_ProviderApi_ISearchSpecification_IsSatisfiedBy_ @@ -138936,24 +126050,6 @@ references: commentId: Overload:Sdl.TellMe.ProviderApi.ITellMeAction.Name fullName: Sdl.TellMe.ProviderApi.ITellMeAction.Name nameWithType: ITellMeAction.Name -- uid: Sdl.TellMe.ProviderApi.ITellMeControl - name: ITellMeControl - href: api/integration/Sdl.TellMe.ProviderApi.ITellMeControl.html - commentId: T:Sdl.TellMe.ProviderApi.ITellMeControl - fullName: Sdl.TellMe.ProviderApi.ITellMeControl - nameWithType: ITellMeControl -- uid: Sdl.TellMe.ProviderApi.ITellMeControl.InitializeProviders - name: InitializeProviders() - href: api/integration/Sdl.TellMe.ProviderApi.ITellMeControl.html#Sdl_TellMe_ProviderApi_ITellMeControl_InitializeProviders - commentId: M:Sdl.TellMe.ProviderApi.ITellMeControl.InitializeProviders - fullName: Sdl.TellMe.ProviderApi.ITellMeControl.InitializeProviders() - nameWithType: ITellMeControl.InitializeProviders() -- uid: Sdl.TellMe.ProviderApi.ITellMeControl.InitializeProviders* - name: InitializeProviders - href: api/integration/Sdl.TellMe.ProviderApi.ITellMeControl.html#Sdl_TellMe_ProviderApi_ITellMeControl_InitializeProviders_ - commentId: Overload:Sdl.TellMe.ProviderApi.ITellMeControl.InitializeProviders - fullName: Sdl.TellMe.ProviderApi.ITellMeControl.InitializeProviders - nameWithType: ITellMeControl.InitializeProviders - uid: Sdl.TellMe.ProviderApi.ITellMePluginLoader name: ITellMePluginLoader href: api/integration/Sdl.TellMe.ProviderApi.ITellMePluginLoader.html @@ -139012,20 +126108,14 @@ references: name: TellMeProviderAttribute() href: api/integration/Sdl.TellMe.ProviderApi.TellMeProviderAttribute.html#Sdl_TellMe_ProviderApi_TellMeProviderAttribute__ctor commentId: M:Sdl.TellMe.ProviderApi.TellMeProviderAttribute.#ctor - name.vb: New() fullName: Sdl.TellMe.ProviderApi.TellMeProviderAttribute.TellMeProviderAttribute() - fullName.vb: Sdl.TellMe.ProviderApi.TellMeProviderAttribute.New() nameWithType: TellMeProviderAttribute.TellMeProviderAttribute() - nameWithType.vb: TellMeProviderAttribute.New() - uid: Sdl.TellMe.ProviderApi.TellMeProviderAttribute.#ctor* name: TellMeProviderAttribute href: api/integration/Sdl.TellMe.ProviderApi.TellMeProviderAttribute.html#Sdl_TellMe_ProviderApi_TellMeProviderAttribute__ctor_ commentId: Overload:Sdl.TellMe.ProviderApi.TellMeProviderAttribute.#ctor - name.vb: New fullName: Sdl.TellMe.ProviderApi.TellMeProviderAttribute.TellMeProviderAttribute - fullName.vb: Sdl.TellMe.ProviderApi.TellMeProviderAttribute.New nameWithType: TellMeProviderAttribute.TellMeProviderAttribute - nameWithType.vb: TellMeProviderAttribute.New - uid: Sdl.TellMe.ProviderApi.TellMeProviderAttribute.Validate(Sdl.Core.PluginFramework.Validation.IExtensionAttributeInfo,Sdl.Core.PluginFramework.Validation.IExtensionValidationContext) name: Validate(IExtensionAttributeInfo, IExtensionValidationContext) href: api/integration/Sdl.TellMe.ProviderApi.TellMeProviderAttribute.html#Sdl_TellMe_ProviderApi_TellMeProviderAttribute_Validate_Sdl_Core_PluginFramework_Validation_IExtensionAttributeInfo_Sdl_Core_PluginFramework_Validation_IExtensionValidationContext_ @@ -139048,20 +126138,14 @@ references: name: TellMeSearchProviderAttribute() href: api/integration/Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.html#Sdl_TellMe_ProviderApi_TellMeSearchProviderAttribute__ctor commentId: M:Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.#ctor - name.vb: New() fullName: Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.TellMeSearchProviderAttribute() - fullName.vb: Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.New() nameWithType: TellMeSearchProviderAttribute.TellMeSearchProviderAttribute() - nameWithType.vb: TellMeSearchProviderAttribute.New() - uid: Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.#ctor* name: TellMeSearchProviderAttribute href: api/integration/Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.html#Sdl_TellMe_ProviderApi_TellMeSearchProviderAttribute__ctor_ commentId: Overload:Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.#ctor - name.vb: New fullName: Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.TellMeSearchProviderAttribute - fullName.vb: Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.New nameWithType: TellMeSearchProviderAttribute.TellMeSearchProviderAttribute - nameWithType.vb: TellMeSearchProviderAttribute.New - uid: Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.Validate(Sdl.Core.PluginFramework.Validation.IExtensionAttributeInfo,Sdl.Core.PluginFramework.Validation.IExtensionValidationContext) name: Validate(IExtensionAttributeInfo, IExtensionValidationContext) href: api/integration/Sdl.TellMe.ProviderApi.TellMeSearchProviderAttribute.html#Sdl_TellMe_ProviderApi_TellMeSearchProviderAttribute_Validate_Sdl_Core_PluginFramework_Validation_IExtensionAttributeInfo_Sdl_Core_PluginFramework_Validation_IExtensionValidationContext_ @@ -139090,20 +126174,17 @@ references: name: Definition(IEnumerable, IEnumerable) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Definition.html#Sdl_Terminology_TerminologyProvider_Core_Definition__ctor_System_Collections_Generic_IEnumerable_Sdl_Terminology_TerminologyProvider_Core_DescriptiveField__System_Collections_Generic_IEnumerable_Sdl_Terminology_TerminologyProvider_Core_DefinitionLanguage__ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Definition.#ctor(System.Collections.Generic.IEnumerable{Sdl.Terminology.TerminologyProvider.Core.DescriptiveField},System.Collections.Generic.IEnumerable{Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage}) - name.vb: New(IEnumerable(Of DescriptiveField), IEnumerable(Of DefinitionLanguage)) + name.vb: Definition(IEnumerable(Of DescriptiveField), IEnumerable(Of DefinitionLanguage)) fullName: Sdl.Terminology.TerminologyProvider.Core.Definition.Definition(System.Collections.Generic.IEnumerable, System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Definition.New(System.Collections.Generic.IEnumerable(Of Sdl.Terminology.TerminologyProvider.Core.DescriptiveField), System.Collections.Generic.IEnumerable(Of Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage)) + fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Definition.Definition(System.Collections.Generic.IEnumerable(Of Sdl.Terminology.TerminologyProvider.Core.DescriptiveField), System.Collections.Generic.IEnumerable(Of Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage)) nameWithType: Definition.Definition(IEnumerable, IEnumerable) - nameWithType.vb: Definition.New(IEnumerable(Of DescriptiveField), IEnumerable(Of DefinitionLanguage)) + nameWithType.vb: Definition.Definition(IEnumerable(Of DescriptiveField), IEnumerable(Of DefinitionLanguage)) - uid: Sdl.Terminology.TerminologyProvider.Core.Definition.#ctor* name: Definition href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Definition.html#Sdl_Terminology_TerminologyProvider_Core_Definition__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.Definition.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.Definition.Definition - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Definition.New nameWithType: Definition.Definition - nameWithType.vb: Definition.New - uid: Sdl.Terminology.TerminologyProvider.Core.Definition.Fields name: Fields href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Definition.html#Sdl_Terminology_TerminologyProvider_Core_Definition_Fields @@ -139138,20 +126219,14 @@ references: name: DefinitionLanguage() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.html#Sdl_Terminology_TerminologyProvider_Core_DefinitionLanguage__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.DefinitionLanguage() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.New() nameWithType: DefinitionLanguage.DefinitionLanguage() - nameWithType.vb: DefinitionLanguage.New() - uid: Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.#ctor* name: DefinitionLanguage href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.html#Sdl_Terminology_TerminologyProvider_Core_DefinitionLanguage__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.DefinitionLanguage - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.New nameWithType: DefinitionLanguage.DefinitionLanguage - nameWithType.vb: DefinitionLanguage.New - uid: Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.IsBidirectional name: IsBidirectional href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.DefinitionLanguage.html#Sdl_Terminology_TerminologyProvider_Core_DefinitionLanguage_IsBidirectional @@ -139210,20 +126285,14 @@ references: name: DescriptiveField() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.html#Sdl_Terminology_TerminologyProvider_Core_DescriptiveField__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.DescriptiveField() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.New() nameWithType: DescriptiveField.DescriptiveField() - nameWithType.vb: DescriptiveField.New() - uid: Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.#ctor* name: DescriptiveField href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.html#Sdl_Terminology_TerminologyProvider_Core_DescriptiveField__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.DescriptiveField - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.New nameWithType: DescriptiveField.DescriptiveField - nameWithType.vb: DescriptiveField.New - uid: Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.Label name: Label href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.html#Sdl_Terminology_TerminologyProvider_Core_DescriptiveField_Label @@ -139318,20 +126387,14 @@ references: name: Entry() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Entry.html#Sdl_Terminology_TerminologyProvider_Core_Entry__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.Entry.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.Entry.Entry() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Entry.New() nameWithType: Entry.Entry() - nameWithType.vb: Entry.New() - uid: Sdl.Terminology.TerminologyProvider.Core.Entry.#ctor* name: Entry href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Entry.html#Sdl_Terminology_TerminologyProvider_Core_Entry__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.Entry.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.Entry.Entry - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Entry.New nameWithType: Entry.Entry - nameWithType.vb: Entry.New - uid: Sdl.Terminology.TerminologyProvider.Core.Entry.Fields name: Fields href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Entry.html#Sdl_Terminology_TerminologyProvider_Core_Entry_Fields @@ -139390,20 +126453,14 @@ references: name: EntryEventArgs(Entry) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.html#Sdl_Terminology_TerminologyProvider_Core_EntryEventArgs__ctor_Sdl_Terminology_TerminologyProvider_Core_Entry_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.#ctor(Sdl.Terminology.TerminologyProvider.Core.Entry) - name.vb: New(Entry) fullName: Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.EntryEventArgs(Sdl.Terminology.TerminologyProvider.Core.Entry) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.New(Sdl.Terminology.TerminologyProvider.Core.Entry) nameWithType: EntryEventArgs.EntryEventArgs(Entry) - nameWithType.vb: EntryEventArgs.New(Entry) - uid: Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.#ctor* name: EntryEventArgs href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.html#Sdl_Terminology_TerminologyProvider_Core_EntryEventArgs__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.EntryEventArgs - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.New nameWithType: EntryEventArgs.EntryEventArgs - nameWithType.vb: EntryEventArgs.New - uid: Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.Entry name: Entry href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryEventArgs.html#Sdl_Terminology_TerminologyProvider_Core_EntryEventArgs_Entry @@ -139426,20 +126483,14 @@ references: name: EntryField() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryField.html#Sdl_Terminology_TerminologyProvider_Core_EntryField__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.EntryField.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.EntryField.EntryField() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.EntryField.New() nameWithType: EntryField.EntryField() - nameWithType.vb: EntryField.New() - uid: Sdl.Terminology.TerminologyProvider.Core.EntryField.#ctor* name: EntryField href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryField.html#Sdl_Terminology_TerminologyProvider_Core_EntryField__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.EntryField.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.EntryField.EntryField - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.EntryField.New nameWithType: EntryField.EntryField - nameWithType.vb: EntryField.New - uid: Sdl.Terminology.TerminologyProvider.Core.EntryField.Fields name: Fields href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryField.html#Sdl_Terminology_TerminologyProvider_Core_EntryField_Fields @@ -139486,20 +126537,14 @@ references: name: EntryLanguage() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.html#Sdl_Terminology_TerminologyProvider_Core_EntryLanguage__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.EntryLanguage() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.New() nameWithType: EntryLanguage.EntryLanguage() - nameWithType.vb: EntryLanguage.New() - uid: Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.#ctor* name: EntryLanguage href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.html#Sdl_Terminology_TerminologyProvider_Core_EntryLanguage__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.EntryLanguage - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.New nameWithType: EntryLanguage.EntryLanguage - nameWithType.vb: EntryLanguage.New - uid: Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.Fields name: Fields href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryLanguage.html#Sdl_Terminology_TerminologyProvider_Core_EntryLanguage_Fields @@ -139570,20 +126615,14 @@ references: name: EntryTerm() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTerm.html#Sdl_Terminology_TerminologyProvider_Core_EntryTerm__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.EntryTerm.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.EntryTerm.EntryTerm() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.EntryTerm.New() nameWithType: EntryTerm.EntryTerm() - nameWithType.vb: EntryTerm.New() - uid: Sdl.Terminology.TerminologyProvider.Core.EntryTerm.#ctor* name: EntryTerm href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTerm.html#Sdl_Terminology_TerminologyProvider_Core_EntryTerm__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.EntryTerm.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.EntryTerm.EntryTerm - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.EntryTerm.New nameWithType: EntryTerm.EntryTerm - nameWithType.vb: EntryTerm.New - uid: Sdl.Terminology.TerminologyProvider.Core.EntryTerm.Fields name: Fields href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTerm.html#Sdl_Terminology_TerminologyProvider_Core_EntryTerm_Fields @@ -139642,20 +126681,14 @@ references: name: EntryTransaction() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.html#Sdl_Terminology_TerminologyProvider_Core_EntryTransaction__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.EntryTransaction() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.New() nameWithType: EntryTransaction.EntryTransaction() - nameWithType.vb: EntryTransaction.New() - uid: Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.#ctor* name: EntryTransaction href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.html#Sdl_Terminology_TerminologyProvider_Core_EntryTransaction__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.EntryTransaction - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.New nameWithType: EntryTransaction.EntryTransaction - nameWithType.vb: EntryTransaction.New - uid: Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.Date name: Date href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.html#Sdl_Terminology_TerminologyProvider_Core_EntryTransaction_Date @@ -139705,41 +126738,29 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException nameWithType: ConnectionException - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor(System.String,System.Uri,System.Exception) - name: ConnectionException(string, Uri, Exception) + name: ConnectionException(String, Uri, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_ConnectionException__ctor_System_String_System_Uri_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor(System.String,System.Uri,System.Exception) - name.vb: New(String, Uri, Exception) - fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.ConnectionException(string, System.Uri, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.New(String, System.Uri, System.Exception) - nameWithType: ConnectionException.ConnectionException(string, Uri, Exception) - nameWithType.vb: ConnectionException.New(String, Uri, Exception) + fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.ConnectionException(System.String, System.Uri, System.Exception) + nameWithType: ConnectionException.ConnectionException(String, Uri, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor(System.Uri) name: ConnectionException(Uri) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_ConnectionException__ctor_System_Uri_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor(System.Uri) - name.vb: New(Uri) fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.ConnectionException(System.Uri) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.New(System.Uri) nameWithType: ConnectionException.ConnectionException(Uri) - nameWithType.vb: ConnectionException.New(Uri) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor(System.Uri,System.Exception) name: ConnectionException(Uri, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_ConnectionException__ctor_System_Uri_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor(System.Uri,System.Exception) - name.vb: New(Uri, Exception) fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.ConnectionException(System.Uri, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.New(System.Uri, System.Exception) nameWithType: ConnectionException.ConnectionException(Uri, Exception) - nameWithType.vb: ConnectionException.New(Uri, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor* name: ConnectionException href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_ConnectionException__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.ConnectionException - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.New nameWithType: ConnectionException.ConnectionException - nameWithType.vb: ConnectionException.New - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.ProviderUri name: ProviderUri href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_ConnectionException_ProviderUri @@ -139759,77 +126780,53 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException nameWithType: InvalidCredentialsException - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.#ctor(System.String,System.Uri) - name: InvalidCredentialsException(string, Uri) + name: InvalidCredentialsException(String, Uri) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_InvalidCredentialsException__ctor_System_String_System_Uri_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.#ctor(System.String,System.Uri) - name.vb: New(String, Uri) - fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.InvalidCredentialsException(string, System.Uri) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.New(String, System.Uri) - nameWithType: InvalidCredentialsException.InvalidCredentialsException(string, Uri) - nameWithType.vb: InvalidCredentialsException.New(String, Uri) + fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.InvalidCredentialsException(System.String, System.Uri) + nameWithType: InvalidCredentialsException.InvalidCredentialsException(String, Uri) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.#ctor(System.String,System.Uri,Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential,System.Exception) - name: InvalidCredentialsException(string, Uri, TerminologyProviderCredential, Exception) + name: InvalidCredentialsException(String, Uri, TerminologyProviderCredential, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_InvalidCredentialsException__ctor_System_String_System_Uri_Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderCredential_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.#ctor(System.String,System.Uri,Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential,System.Exception) - name.vb: New(String, Uri, TerminologyProviderCredential, Exception) - fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.InvalidCredentialsException(string, System.Uri, Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.New(String, System.Uri, Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential, System.Exception) - nameWithType: InvalidCredentialsException.InvalidCredentialsException(string, Uri, TerminologyProviderCredential, Exception) - nameWithType.vb: InvalidCredentialsException.New(String, Uri, TerminologyProviderCredential, Exception) + fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.InvalidCredentialsException(System.String, System.Uri, Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential, System.Exception) + nameWithType: InvalidCredentialsException.InvalidCredentialsException(String, Uri, TerminologyProviderCredential, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.#ctor(System.String,System.Uri,System.Exception) - name: InvalidCredentialsException(string, Uri, Exception) + name: InvalidCredentialsException(String, Uri, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_InvalidCredentialsException__ctor_System_String_System_Uri_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.#ctor(System.String,System.Uri,System.Exception) - name.vb: New(String, Uri, Exception) - fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.InvalidCredentialsException(string, System.Uri, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.New(String, System.Uri, System.Exception) - nameWithType: InvalidCredentialsException.InvalidCredentialsException(string, Uri, Exception) - nameWithType.vb: InvalidCredentialsException.New(String, Uri, Exception) + fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.InvalidCredentialsException(System.String, System.Uri, System.Exception) + nameWithType: InvalidCredentialsException.InvalidCredentialsException(String, Uri, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.#ctor(System.Uri) name: InvalidCredentialsException(Uri) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_InvalidCredentialsException__ctor_System_Uri_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.#ctor(System.Uri) - name.vb: New(Uri) fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.InvalidCredentialsException(System.Uri) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.New(System.Uri) nameWithType: InvalidCredentialsException.InvalidCredentialsException(Uri) - nameWithType.vb: InvalidCredentialsException.New(Uri) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.#ctor(System.Uri,Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential) name: InvalidCredentialsException(Uri, TerminologyProviderCredential) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_InvalidCredentialsException__ctor_System_Uri_Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderCredential_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.#ctor(System.Uri,Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential) - name.vb: New(Uri, TerminologyProviderCredential) fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.InvalidCredentialsException(System.Uri, Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.New(System.Uri, Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential) nameWithType: InvalidCredentialsException.InvalidCredentialsException(Uri, TerminologyProviderCredential) - nameWithType.vb: InvalidCredentialsException.New(Uri, TerminologyProviderCredential) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.#ctor(System.Uri,Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential,System.Exception) name: InvalidCredentialsException(Uri, TerminologyProviderCredential, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_InvalidCredentialsException__ctor_System_Uri_Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderCredential_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.#ctor(System.Uri,Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential,System.Exception) - name.vb: New(Uri, TerminologyProviderCredential, Exception) fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.InvalidCredentialsException(System.Uri, Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.New(System.Uri, Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential, System.Exception) nameWithType: InvalidCredentialsException.InvalidCredentialsException(Uri, TerminologyProviderCredential, Exception) - nameWithType.vb: InvalidCredentialsException.New(Uri, TerminologyProviderCredential, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.#ctor(System.Uri,System.Exception) name: InvalidCredentialsException(Uri, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_InvalidCredentialsException__ctor_System_Uri_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.#ctor(System.Uri,System.Exception) - name.vb: New(Uri, Exception) fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.InvalidCredentialsException(System.Uri, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.New(System.Uri, System.Exception) nameWithType: InvalidCredentialsException.InvalidCredentialsException(Uri, Exception) - nameWithType.vb: InvalidCredentialsException.New(Uri, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.#ctor* name: InvalidCredentialsException href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_InvalidCredentialsException__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.InvalidCredentialsException - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.New nameWithType: InvalidCredentialsException.InvalidCredentialsException - nameWithType.vb: InvalidCredentialsException.New - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException name: MissingTerminologyProviderException href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.html @@ -139837,50 +126834,35 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException nameWithType: MissingTerminologyProviderException - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.#ctor(System.String,System.Uri) - name: MissingTerminologyProviderException(string, Uri) + name: MissingTerminologyProviderException(String, Uri) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_MissingTerminologyProviderException__ctor_System_String_System_Uri_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.#ctor(System.String,System.Uri) - name.vb: New(String, Uri) - fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.MissingTerminologyProviderException(string, System.Uri) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.New(String, System.Uri) - nameWithType: MissingTerminologyProviderException.MissingTerminologyProviderException(string, Uri) - nameWithType.vb: MissingTerminologyProviderException.New(String, Uri) + fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.MissingTerminologyProviderException(System.String, System.Uri) + nameWithType: MissingTerminologyProviderException.MissingTerminologyProviderException(String, Uri) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.#ctor(System.String,System.Uri,System.Exception) - name: MissingTerminologyProviderException(string, Uri, Exception) + name: MissingTerminologyProviderException(String, Uri, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_MissingTerminologyProviderException__ctor_System_String_System_Uri_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.#ctor(System.String,System.Uri,System.Exception) - name.vb: New(String, Uri, Exception) - fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.MissingTerminologyProviderException(string, System.Uri, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.New(String, System.Uri, System.Exception) - nameWithType: MissingTerminologyProviderException.MissingTerminologyProviderException(string, Uri, Exception) - nameWithType.vb: MissingTerminologyProviderException.New(String, Uri, Exception) + fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.MissingTerminologyProviderException(System.String, System.Uri, System.Exception) + nameWithType: MissingTerminologyProviderException.MissingTerminologyProviderException(String, Uri, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.#ctor(System.Uri) name: MissingTerminologyProviderException(Uri) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_MissingTerminologyProviderException__ctor_System_Uri_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.#ctor(System.Uri) - name.vb: New(Uri) fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.MissingTerminologyProviderException(System.Uri) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.New(System.Uri) nameWithType: MissingTerminologyProviderException.MissingTerminologyProviderException(Uri) - nameWithType.vb: MissingTerminologyProviderException.New(Uri) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.#ctor(System.Uri,System.Exception) name: MissingTerminologyProviderException(Uri, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_MissingTerminologyProviderException__ctor_System_Uri_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.#ctor(System.Uri,System.Exception) - name.vb: New(Uri, Exception) fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.MissingTerminologyProviderException(System.Uri, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.New(System.Uri, System.Exception) nameWithType: MissingTerminologyProviderException.MissingTerminologyProviderException(Uri, Exception) - nameWithType.vb: MissingTerminologyProviderException.New(Uri, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.#ctor* name: MissingTerminologyProviderException href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_MissingTerminologyProviderException__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.MissingTerminologyProviderException - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.New nameWithType: MissingTerminologyProviderException.MissingTerminologyProviderException - nameWithType.vb: MissingTerminologyProviderException.New - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.ProviderUri name: ProviderUri href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.MissingTerminologyProviderException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_MissingTerminologyProviderException_ProviderUri @@ -139900,23 +126882,17 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException nameWithType: SearchParameterMissingException - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.#ctor(System.String,System.Exception) - name: SearchParameterMissingException(string, Exception) + name: SearchParameterMissingException(String, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_SearchParameterMissingException__ctor_System_String_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.#ctor(System.String,System.Exception) - name.vb: New(String, Exception) - fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.SearchParameterMissingException(string, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.New(String, System.Exception) - nameWithType: SearchParameterMissingException.SearchParameterMissingException(string, Exception) - nameWithType.vb: SearchParameterMissingException.New(String, Exception) + fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.SearchParameterMissingException(System.String, System.Exception) + nameWithType: SearchParameterMissingException.SearchParameterMissingException(String, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.#ctor* name: SearchParameterMissingException href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_SearchParameterMissingException__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.SearchParameterMissingException - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.SearchParameterMissingException.New nameWithType: SearchParameterMissingException.SearchParameterMissingException - nameWithType.vb: SearchParameterMissingException.New - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException name: TermbaseExportException href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.html @@ -139927,38 +126903,26 @@ references: name: TermbaseExportException(TerminologyExportType) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_TermbaseExportException__ctor_Sdl_Terminology_TerminologyProvider_Core_TerminologyExportType_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.#ctor(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType) - name.vb: New(TerminologyExportType) fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.TermbaseExportException(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.New(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType) nameWithType: TermbaseExportException.TermbaseExportException(TerminologyExportType) - nameWithType.vb: TermbaseExportException.New(TerminologyExportType) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.#ctor(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType,System.Exception) name: TermbaseExportException(TerminologyExportType, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_TermbaseExportException__ctor_Sdl_Terminology_TerminologyProvider_Core_TerminologyExportType_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.#ctor(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType,System.Exception) - name.vb: New(TerminologyExportType, Exception) fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.TermbaseExportException(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.New(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType, System.Exception) nameWithType: TermbaseExportException.TermbaseExportException(TerminologyExportType, Exception) - nameWithType.vb: TermbaseExportException.New(TerminologyExportType, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.#ctor(System.String,Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType,System.Exception) - name: TermbaseExportException(string, TerminologyExportType, Exception) + name: TermbaseExportException(String, TerminologyExportType, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_TermbaseExportException__ctor_System_String_Sdl_Terminology_TerminologyProvider_Core_TerminologyExportType_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.#ctor(System.String,Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType,System.Exception) - name.vb: New(String, TerminologyExportType, Exception) - fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.TermbaseExportException(string, Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.New(String, Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType, System.Exception) - nameWithType: TermbaseExportException.TermbaseExportException(string, TerminologyExportType, Exception) - nameWithType.vb: TermbaseExportException.New(String, TerminologyExportType, Exception) + fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.TermbaseExportException(System.String, Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType, System.Exception) + nameWithType: TermbaseExportException.TermbaseExportException(String, TerminologyExportType, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.#ctor* name: TermbaseExportException href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_TermbaseExportException__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.TermbaseExportException - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.New nameWithType: TermbaseExportException.TermbaseExportException - nameWithType.vb: TermbaseExportException.New - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.TerminologyExportType name: TerminologyExportType href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_TermbaseExportException_TerminologyExportType @@ -139981,38 +126945,26 @@ references: name: TermbaseImportException(TerminologyImportType) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_TermbaseImportException__ctor_Sdl_Terminology_TerminologyProvider_Core_TerminologyImportType_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.#ctor(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType) - name.vb: New(TerminologyImportType) fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.TermbaseImportException(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.New(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType) nameWithType: TermbaseImportException.TermbaseImportException(TerminologyImportType) - nameWithType.vb: TermbaseImportException.New(TerminologyImportType) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.#ctor(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType,System.Exception) name: TermbaseImportException(TerminologyImportType, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_TermbaseImportException__ctor_Sdl_Terminology_TerminologyProvider_Core_TerminologyImportType_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.#ctor(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType,System.Exception) - name.vb: New(TerminologyImportType, Exception) fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.TermbaseImportException(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.New(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType, System.Exception) nameWithType: TermbaseImportException.TermbaseImportException(TerminologyImportType, Exception) - nameWithType.vb: TermbaseImportException.New(TerminologyImportType, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.#ctor(System.String,Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType,System.Exception) - name: TermbaseImportException(string, TerminologyImportType, Exception) + name: TermbaseImportException(String, TerminologyImportType, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_TermbaseImportException__ctor_System_String_Sdl_Terminology_TerminologyProvider_Core_TerminologyImportType_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.#ctor(System.String,Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType,System.Exception) - name.vb: New(String, TerminologyImportType, Exception) - fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.TermbaseImportException(string, Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.New(String, Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType, System.Exception) - nameWithType: TermbaseImportException.TermbaseImportException(string, TerminologyImportType, Exception) - nameWithType.vb: TermbaseImportException.New(String, TerminologyImportType, Exception) + fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.TermbaseImportException(System.String, Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType, System.Exception) + nameWithType: TermbaseImportException.TermbaseImportException(String, TerminologyImportType, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.#ctor* name: TermbaseImportException href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_TermbaseImportException__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.TermbaseImportException - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.New nameWithType: TermbaseImportException.TermbaseImportException - nameWithType.vb: TermbaseImportException.New - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.TerminologyImportType name: TerminologyImportType href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseImportException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_TermbaseImportException_TerminologyImportType @@ -140032,23 +126984,17 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException nameWithType: TermbaseInitializationException - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.#ctor(System.String,System.Uri,System.Exception) - name: TermbaseInitializationException(string, Uri, Exception) + name: TermbaseInitializationException(String, Uri, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_TermbaseInitializationException__ctor_System_String_System_Uri_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.#ctor(System.String,System.Uri,System.Exception) - name.vb: New(String, Uri, Exception) - fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.TermbaseInitializationException(string, System.Uri, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.New(String, System.Uri, System.Exception) - nameWithType: TermbaseInitializationException.TermbaseInitializationException(string, Uri, Exception) - nameWithType.vb: TermbaseInitializationException.New(String, Uri, Exception) + fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.TermbaseInitializationException(System.String, System.Uri, System.Exception) + nameWithType: TermbaseInitializationException.TermbaseInitializationException(String, Uri, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.#ctor* name: TermbaseInitializationException href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_TermbaseInitializationException__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.TermbaseInitializationException - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseInitializationException.New nameWithType: TermbaseInitializationException.TermbaseInitializationException - nameWithType.vb: TermbaseInitializationException.New - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException name: UnsupportedExportFileFormatException href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.html @@ -140059,38 +127005,26 @@ references: name: UnsupportedExportFileFormatException(TerminologyExportType) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_UnsupportedExportFileFormatException__ctor_Sdl_Terminology_TerminologyProvider_Core_TerminologyExportType_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.#ctor(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType) - name.vb: New(TerminologyExportType) fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.UnsupportedExportFileFormatException(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.New(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType) nameWithType: UnsupportedExportFileFormatException.UnsupportedExportFileFormatException(TerminologyExportType) - nameWithType.vb: UnsupportedExportFileFormatException.New(TerminologyExportType) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.#ctor(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType,System.Exception) name: UnsupportedExportFileFormatException(TerminologyExportType, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_UnsupportedExportFileFormatException__ctor_Sdl_Terminology_TerminologyProvider_Core_TerminologyExportType_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.#ctor(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType,System.Exception) - name.vb: New(TerminologyExportType, Exception) fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.UnsupportedExportFileFormatException(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.New(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType, System.Exception) nameWithType: UnsupportedExportFileFormatException.UnsupportedExportFileFormatException(TerminologyExportType, Exception) - nameWithType.vb: UnsupportedExportFileFormatException.New(TerminologyExportType, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.#ctor(System.String,Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType,System.Exception) - name: UnsupportedExportFileFormatException(string, TerminologyExportType, Exception) + name: UnsupportedExportFileFormatException(String, TerminologyExportType, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_UnsupportedExportFileFormatException__ctor_System_String_Sdl_Terminology_TerminologyProvider_Core_TerminologyExportType_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.#ctor(System.String,Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType,System.Exception) - name.vb: New(String, TerminologyExportType, Exception) - fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.UnsupportedExportFileFormatException(string, Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.New(String, Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType, System.Exception) - nameWithType: UnsupportedExportFileFormatException.UnsupportedExportFileFormatException(string, TerminologyExportType, Exception) - nameWithType.vb: UnsupportedExportFileFormatException.New(String, TerminologyExportType, Exception) + fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.UnsupportedExportFileFormatException(System.String, Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType, System.Exception) + nameWithType: UnsupportedExportFileFormatException.UnsupportedExportFileFormatException(String, TerminologyExportType, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.#ctor* name: UnsupportedExportFileFormatException href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_UnsupportedExportFileFormatException__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.UnsupportedExportFileFormatException - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.New nameWithType: UnsupportedExportFileFormatException.UnsupportedExportFileFormatException - nameWithType.vb: UnsupportedExportFileFormatException.New - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.TerminologyExportType name: TerminologyExportType href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedExportFileFormatException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_UnsupportedExportFileFormatException_TerminologyExportType @@ -140113,38 +127047,26 @@ references: name: UnsupportedImportFileFormatException(TerminologyImportType) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_UnsupportedImportFileFormatException__ctor_Sdl_Terminology_TerminologyProvider_Core_TerminologyImportType_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.#ctor(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType) - name.vb: New(TerminologyImportType) fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.UnsupportedImportFileFormatException(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.New(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType) nameWithType: UnsupportedImportFileFormatException.UnsupportedImportFileFormatException(TerminologyImportType) - nameWithType.vb: UnsupportedImportFileFormatException.New(TerminologyImportType) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.#ctor(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType,System.Exception) name: UnsupportedImportFileFormatException(TerminologyImportType, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_UnsupportedImportFileFormatException__ctor_Sdl_Terminology_TerminologyProvider_Core_TerminologyImportType_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.#ctor(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType,System.Exception) - name.vb: New(TerminologyImportType, Exception) fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.UnsupportedImportFileFormatException(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.New(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType, System.Exception) nameWithType: UnsupportedImportFileFormatException.UnsupportedImportFileFormatException(TerminologyImportType, Exception) - nameWithType.vb: UnsupportedImportFileFormatException.New(TerminologyImportType, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.#ctor(System.String,Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType,System.Exception) - name: UnsupportedImportFileFormatException(string, TerminologyImportType, Exception) + name: UnsupportedImportFileFormatException(String, TerminologyImportType, Exception) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_UnsupportedImportFileFormatException__ctor_System_String_Sdl_Terminology_TerminologyProvider_Core_TerminologyImportType_System_Exception_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.#ctor(System.String,Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType,System.Exception) - name.vb: New(String, TerminologyImportType, Exception) - fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.UnsupportedImportFileFormatException(string, Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType, System.Exception) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.New(String, Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType, System.Exception) - nameWithType: UnsupportedImportFileFormatException.UnsupportedImportFileFormatException(string, TerminologyImportType, Exception) - nameWithType.vb: UnsupportedImportFileFormatException.New(String, TerminologyImportType, Exception) + fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.UnsupportedImportFileFormatException(System.String, Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType, System.Exception) + nameWithType: UnsupportedImportFileFormatException.UnsupportedImportFileFormatException(String, TerminologyImportType, Exception) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.#ctor* name: UnsupportedImportFileFormatException href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_UnsupportedImportFileFormatException__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.UnsupportedImportFileFormatException - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.New nameWithType: UnsupportedImportFileFormatException.UnsupportedImportFileFormatException - nameWithType.vb: UnsupportedImportFileFormatException.New - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.TerminologyImportType name: TerminologyImportType href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.UnsupportedImportFileFormatException.html#Sdl_Terminology_TerminologyProvider_Core_Exceptions_UnsupportedImportFileFormatException_TerminologyImportType @@ -140239,20 +127161,14 @@ references: name: FilterDefinition() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.html#Sdl_Terminology_TerminologyProvider_Core_FilterDefinition__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.FilterDefinition() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.New() nameWithType: FilterDefinition.FilterDefinition() - nameWithType.vb: FilterDefinition.New() - uid: Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.#ctor* name: FilterDefinition href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.html#Sdl_Terminology_TerminologyProvider_Core_FilterDefinition__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.FilterDefinition - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.New nameWithType: FilterDefinition.FilterDefinition - nameWithType.vb: FilterDefinition.New - uid: Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.ID name: ID href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.FilterDefinition.html#Sdl_Terminology_TerminologyProvider_Core_FilterDefinition_ID @@ -140284,41 +127200,29 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials nameWithType: GenericCredentials - uid: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.#ctor(System.String) - name: GenericCredentials(string) + name: GenericCredentials(String) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.html#Sdl_Terminology_TerminologyProvider_Core_GenericCredentials__ctor_System_String_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.GenericCredentials(string) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.New(String) - nameWithType: GenericCredentials.GenericCredentials(string) - nameWithType.vb: GenericCredentials.New(String) + fullName: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.GenericCredentials(System.String) + nameWithType: GenericCredentials.GenericCredentials(String) - uid: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.#ctor(System.String,System.String) - name: GenericCredentials(string, string) + name: GenericCredentials(String, String) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.html#Sdl_Terminology_TerminologyProvider_Core_GenericCredentials__ctor_System_String_System_String_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.#ctor(System.String,System.String) - name.vb: New(String, String) - fullName: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.GenericCredentials(string, string) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.New(String, String) - nameWithType: GenericCredentials.GenericCredentials(string, string) - nameWithType.vb: GenericCredentials.New(String, String) + fullName: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.GenericCredentials(System.String, System.String) + nameWithType: GenericCredentials.GenericCredentials(String, String) - uid: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.#ctor* name: GenericCredentials href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.html#Sdl_Terminology_TerminologyProvider_Core_GenericCredentials__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.GenericCredentials - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.New nameWithType: GenericCredentials.GenericCredentials - nameWithType.vb: GenericCredentials.New - uid: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.html#Sdl_Terminology_TerminologyProvider_Core_GenericCredentials_Equals_System_Object_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.Equals(object) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.Equals(Object) - nameWithType: GenericCredentials.Equals(object) - nameWithType.vb: GenericCredentials.Equals(Object) + fullName: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.Equals(System.Object) + nameWithType: GenericCredentials.Equals(Object) - uid: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.Equals* name: Equals href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.html#Sdl_Terminology_TerminologyProvider_Core_GenericCredentials_Equals_ @@ -140338,23 +127242,20 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.GetHashCode nameWithType: GenericCredentials.GetHashCode - uid: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.Item(System.String) - name: this[string] + name: Item[String] href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.html#Sdl_Terminology_TerminologyProvider_Core_GenericCredentials_Item_System_String_ commentId: P:Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.Item(System.String) - name.vb: this[](String) - fullName: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.this[string] - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.this[](String) - nameWithType: GenericCredentials.this[string] - nameWithType.vb: GenericCredentials.this[](String) + name.vb: Item(String) + fullName: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.Item[System.String] + fullName.vb: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.Item(System.String) + nameWithType: GenericCredentials.Item[String] + nameWithType.vb: GenericCredentials.Item(String) - uid: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.Item* - name: this + name: Item href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.html#Sdl_Terminology_TerminologyProvider_Core_GenericCredentials_Item_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.Item - name.vb: this[] - fullName: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.this - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.this[] - nameWithType: GenericCredentials.this - nameWithType.vb: GenericCredentials.this[] + fullName: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.Item + nameWithType: GenericCredentials.Item - uid: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.Password name: Password href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.html#Sdl_Terminology_TerminologyProvider_Core_GenericCredentials_Password @@ -140433,6 +127334,24 @@ references: commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.IConnectionAwareTerminologyProvider.Status fullName: Sdl.Terminology.TerminologyProvider.Core.IConnectionAwareTerminologyProvider.Status nameWithType: IConnectionAwareTerminologyProvider.Status +- uid: Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath + name: IFileBasedTerminologyProviderDefaultPath + href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.html + commentId: T:Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath + fullName: Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath + nameWithType: IFileBasedTerminologyProviderDefaultPath +- uid: Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.DefaultTermbasesLocation + name: DefaultTermbasesLocation + href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.html#Sdl_Terminology_TerminologyProvider_Core_IFileBasedTerminologyProviderDefaultPath_DefaultTermbasesLocation + commentId: P:Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.DefaultTermbasesLocation + fullName: Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.DefaultTermbasesLocation + nameWithType: IFileBasedTerminologyProviderDefaultPath.DefaultTermbasesLocation +- uid: Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.DefaultTermbasesLocation* + name: DefaultTermbasesLocation + href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.html#Sdl_Terminology_TerminologyProvider_Core_IFileBasedTerminologyProviderDefaultPath_DefaultTermbasesLocation_ + commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.DefaultTermbasesLocation + fullName: Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.DefaultTermbasesLocation + nameWithType: IFileBasedTerminologyProviderDefaultPath.DefaultTermbasesLocation - uid: Sdl.Terminology.TerminologyProvider.Core.ILanguage name: ILanguage href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ILanguage.html @@ -140506,22 +127425,19 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport nameWithType: ITerminologyExport - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.Export(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType,System.String) - name: Export(TerminologyExportType, string) + name: Export(TerminologyExportType, String) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyExport_Export_Sdl_Terminology_TerminologyProvider_Core_TerminologyExportType_System_String_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.Export(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType,System.String) - name.vb: Export(TerminologyExportType, String) - fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.Export(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType, string) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.Export(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType, String) - nameWithType: ITerminologyExport.Export(TerminologyExportType, string) - nameWithType.vb: ITerminologyExport.Export(TerminologyExportType, String) + fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.Export(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType, System.String) + nameWithType: ITerminologyExport.Export(TerminologyExportType, String) - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.Export(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType,System.String,System.Collections.Generic.Dictionary{System.String,System.String}) - name: Export(TerminologyExportType, string, Dictionary) + name: Export(TerminologyExportType, String, Dictionary) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyExport_Export_Sdl_Terminology_TerminologyProvider_Core_TerminologyExportType_System_String_System_Collections_Generic_Dictionary_System_String_System_String__ commentId: M:Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.Export(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType,System.String,System.Collections.Generic.Dictionary{System.String,System.String}) name.vb: Export(TerminologyExportType, String, Dictionary(Of String, String)) - fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.Export(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType, string, System.Collections.Generic.Dictionary) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.Export(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType, String, System.Collections.Generic.Dictionary(Of String, String)) - nameWithType: ITerminologyExport.Export(TerminologyExportType, string, Dictionary) + fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.Export(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType, System.String, System.Collections.Generic.Dictionary) + fullName.vb: Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.Export(Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType, System.String, System.Collections.Generic.Dictionary(Of System.String, System.String)) + nameWithType: ITerminologyExport.Export(TerminologyExportType, String, Dictionary) nameWithType.vb: ITerminologyExport.Export(TerminologyExportType, String, Dictionary(Of String, String)) - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.Export* name: Export @@ -140536,23 +127452,20 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport nameWithType: ITerminologyImport - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.Import(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType,System.Collections.Generic.List{System.String},System.Collections.Generic.Dictionary{System.String,System.String}) - name: Import(TerminologyImportType, List, Dictionary) + name: Import(TerminologyImportType, List, Dictionary) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyImport_Import_Sdl_Terminology_TerminologyProvider_Core_TerminologyImportType_System_Collections_Generic_List_System_String__System_Collections_Generic_Dictionary_System_String_System_String__ commentId: M:Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.Import(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType,System.Collections.Generic.List{System.String},System.Collections.Generic.Dictionary{System.String,System.String}) name.vb: Import(TerminologyImportType, List(Of String), Dictionary(Of String, String)) - fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.Import(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType, System.Collections.Generic.List, System.Collections.Generic.Dictionary) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.Import(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType, System.Collections.Generic.List(Of String), System.Collections.Generic.Dictionary(Of String, String)) - nameWithType: ITerminologyImport.Import(TerminologyImportType, List, Dictionary) + fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.Import(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType, System.Collections.Generic.List, System.Collections.Generic.Dictionary) + fullName.vb: Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.Import(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType, System.Collections.Generic.List(Of System.String), System.Collections.Generic.Dictionary(Of System.String, System.String)) + nameWithType: ITerminologyImport.Import(TerminologyImportType, List, Dictionary) nameWithType.vb: ITerminologyImport.Import(TerminologyImportType, List(Of String), Dictionary(Of String, String)) - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.Import(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType,System.String,System.String) - name: Import(TerminologyImportType, string, string) + name: Import(TerminologyImportType, String, String) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyImport_Import_Sdl_Terminology_TerminologyProvider_Core_TerminologyImportType_System_String_System_String_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.Import(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType,System.String,System.String) - name.vb: Import(TerminologyImportType, String, String) - fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.Import(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType, string, string) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.Import(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType, String, String) - nameWithType: ITerminologyImport.Import(TerminologyImportType, string, string) - nameWithType.vb: ITerminologyImport.Import(TerminologyImportType, String, String) + fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.Import(Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType, System.String, System.String) + nameWithType: ITerminologyImport.Import(TerminologyImportType, String, String) - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.Import* name: Import href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyImport_Import_ @@ -140566,14 +127479,11 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider nameWithType: ITerminologyMarkupProvider - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.SearchAndMarkup(System.String,Sdl.Terminology.TerminologyProvider.Core.ILanguage,Sdl.Terminology.TerminologyProvider.Core.ILanguage,System.Int32,Sdl.Terminology.TerminologyProvider.Core.SearchMode,System.Boolean) - name: SearchAndMarkup(string, ILanguage, ILanguage, int, SearchMode, bool) + name: SearchAndMarkup(String, ILanguage, ILanguage, Int32, SearchMode, Boolean) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyMarkupProvider_SearchAndMarkup_System_String_Sdl_Terminology_TerminologyProvider_Core_ILanguage_Sdl_Terminology_TerminologyProvider_Core_ILanguage_System_Int32_Sdl_Terminology_TerminologyProvider_Core_SearchMode_System_Boolean_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.SearchAndMarkup(System.String,Sdl.Terminology.TerminologyProvider.Core.ILanguage,Sdl.Terminology.TerminologyProvider.Core.ILanguage,System.Int32,Sdl.Terminology.TerminologyProvider.Core.SearchMode,System.Boolean) - name.vb: SearchAndMarkup(String, ILanguage, ILanguage, Integer, SearchMode, Boolean) - fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.SearchAndMarkup(string, Sdl.Terminology.TerminologyProvider.Core.ILanguage, Sdl.Terminology.TerminologyProvider.Core.ILanguage, int, Sdl.Terminology.TerminologyProvider.Core.SearchMode, bool) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.SearchAndMarkup(String, Sdl.Terminology.TerminologyProvider.Core.ILanguage, Sdl.Terminology.TerminologyProvider.Core.ILanguage, Integer, Sdl.Terminology.TerminologyProvider.Core.SearchMode, Boolean) - nameWithType: ITerminologyMarkupProvider.SearchAndMarkup(string, ILanguage, ILanguage, int, SearchMode, bool) - nameWithType.vb: ITerminologyMarkupProvider.SearchAndMarkup(String, ILanguage, ILanguage, Integer, SearchMode, Boolean) + fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.SearchAndMarkup(System.String, Sdl.Terminology.TerminologyProvider.Core.ILanguage, Sdl.Terminology.TerminologyProvider.Core.ILanguage, System.Int32, Sdl.Terminology.TerminologyProvider.Core.SearchMode, System.Boolean) + nameWithType: ITerminologyMarkupProvider.SearchAndMarkup(String, ILanguage, ILanguage, Int32, SearchMode, Boolean) - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.SearchAndMarkup* name: SearchAndMarkup href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyMarkupProvider_SearchAndMarkup_ @@ -140623,23 +127533,20 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.Description nameWithType: ITerminologyProvider.Description - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.GetEntry(System.Int32) - name: GetEntry(int) + name: GetEntry(Int32) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyProvider_GetEntry_System_Int32_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.GetEntry(System.Int32) - name.vb: GetEntry(Integer) - fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.GetEntry(int) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.GetEntry(Integer) - nameWithType: ITerminologyProvider.GetEntry(int) - nameWithType.vb: ITerminologyProvider.GetEntry(Integer) + fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.GetEntry(System.Int32) + nameWithType: ITerminologyProvider.GetEntry(Int32) - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.GetEntry(System.Int32,System.Collections.Generic.IEnumerable{Sdl.Terminology.TerminologyProvider.Core.ILanguage}) - name: GetEntry(int, IEnumerable) + name: GetEntry(Int32, IEnumerable) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyProvider_GetEntry_System_Int32_System_Collections_Generic_IEnumerable_Sdl_Terminology_TerminologyProvider_Core_ILanguage__ commentId: M:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.GetEntry(System.Int32,System.Collections.Generic.IEnumerable{Sdl.Terminology.TerminologyProvider.Core.ILanguage}) - name.vb: GetEntry(Integer, IEnumerable(Of ILanguage)) - fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.GetEntry(int, System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.GetEntry(Integer, System.Collections.Generic.IEnumerable(Of Sdl.Terminology.TerminologyProvider.Core.ILanguage)) - nameWithType: ITerminologyProvider.GetEntry(int, IEnumerable) - nameWithType.vb: ITerminologyProvider.GetEntry(Integer, IEnumerable(Of ILanguage)) + name.vb: GetEntry(Int32, IEnumerable(Of ILanguage)) + fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.GetEntry(System.Int32, System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.GetEntry(System.Int32, System.Collections.Generic.IEnumerable(Of Sdl.Terminology.TerminologyProvider.Core.ILanguage)) + nameWithType: ITerminologyProvider.GetEntry(Int32, IEnumerable) + nameWithType.vb: ITerminologyProvider.GetEntry(Int32, IEnumerable(Of ILanguage)) - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.GetEntry* name: GetEntry href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyProvider_GetEntry_ @@ -140749,14 +127656,11 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.Name nameWithType: ITerminologyProvider.Name - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.Search(System.String,Sdl.Terminology.TerminologyProvider.Core.ILanguage,Sdl.Terminology.TerminologyProvider.Core.ILanguage,System.Int32,Sdl.Terminology.TerminologyProvider.Core.SearchMode,System.Boolean) - name: Search(string, ILanguage, ILanguage, int, SearchMode, bool) + name: Search(String, ILanguage, ILanguage, Int32, SearchMode, Boolean) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyProvider_Search_System_String_Sdl_Terminology_TerminologyProvider_Core_ILanguage_Sdl_Terminology_TerminologyProvider_Core_ILanguage_System_Int32_Sdl_Terminology_TerminologyProvider_Core_SearchMode_System_Boolean_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.Search(System.String,Sdl.Terminology.TerminologyProvider.Core.ILanguage,Sdl.Terminology.TerminologyProvider.Core.ILanguage,System.Int32,Sdl.Terminology.TerminologyProvider.Core.SearchMode,System.Boolean) - name.vb: Search(String, ILanguage, ILanguage, Integer, SearchMode, Boolean) - fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.Search(string, Sdl.Terminology.TerminologyProvider.Core.ILanguage, Sdl.Terminology.TerminologyProvider.Core.ILanguage, int, Sdl.Terminology.TerminologyProvider.Core.SearchMode, bool) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.Search(String, Sdl.Terminology.TerminologyProvider.Core.ILanguage, Sdl.Terminology.TerminologyProvider.Core.ILanguage, Integer, Sdl.Terminology.TerminologyProvider.Core.SearchMode, Boolean) - nameWithType: ITerminologyProvider.Search(string, ILanguage, ILanguage, int, SearchMode, bool) - nameWithType.vb: ITerminologyProvider.Search(String, ILanguage, ILanguage, Integer, SearchMode, Boolean) + fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.Search(System.String, Sdl.Terminology.TerminologyProvider.Core.ILanguage, Sdl.Terminology.TerminologyProvider.Core.ILanguage, System.Int32, Sdl.Terminology.TerminologyProvider.Core.SearchMode, System.Boolean) + nameWithType: ITerminologyProvider.Search(String, ILanguage, ILanguage, Int32, SearchMode, Boolean) - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.Search* name: Search href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyProvider_Search_ @@ -140776,14 +127680,11 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.SearchEnabled nameWithType: ITerminologyProvider.SearchEnabled - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.SetDefault(System.Boolean) - name: SetDefault(bool) + name: SetDefault(Boolean) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyProvider_SetDefault_System_Boolean_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.SetDefault(System.Boolean) - name.vb: SetDefault(Boolean) - fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.SetDefault(bool) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.SetDefault(Boolean) - nameWithType: ITerminologyProvider.SetDefault(bool) - nameWithType.vb: ITerminologyProvider.SetDefault(Boolean) + fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.SetDefault(System.Boolean) + nameWithType: ITerminologyProvider.SetDefault(Boolean) - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.SetDefault* name: SetDefault href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyProvider_SetDefault_ @@ -141019,14 +127920,11 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI nameWithType: ITerminologyProviderViewerWinFormsUI - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.AddAndEditTerm(Sdl.Terminology.TerminologyProvider.Core.Entry,System.String,System.String) - name: AddAndEditTerm(Entry, string, string) + name: AddAndEditTerm(Entry, String, String) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyProviderViewerWinFormsUI_AddAndEditTerm_Sdl_Terminology_TerminologyProvider_Core_Entry_System_String_System_String_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.AddAndEditTerm(Sdl.Terminology.TerminologyProvider.Core.Entry,System.String,System.String) - name.vb: AddAndEditTerm(Entry, String, String) - fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.AddAndEditTerm(Sdl.Terminology.TerminologyProvider.Core.Entry, string, string) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.AddAndEditTerm(Sdl.Terminology.TerminologyProvider.Core.Entry, String, String) - nameWithType: ITerminologyProviderViewerWinFormsUI.AddAndEditTerm(Entry, string, string) - nameWithType.vb: ITerminologyProviderViewerWinFormsUI.AddAndEditTerm(Entry, String, String) + fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.AddAndEditTerm(Sdl.Terminology.TerminologyProvider.Core.Entry, System.String, System.String) + nameWithType: ITerminologyProviderViewerWinFormsUI.AddAndEditTerm(Entry, String, String) - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.AddAndEditTerm* name: AddAndEditTerm href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyProviderViewerWinFormsUI_AddAndEditTerm_ @@ -141034,14 +127932,11 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.AddAndEditTerm nameWithType: ITerminologyProviderViewerWinFormsUI.AddAndEditTerm - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.AddTerm(System.String,System.String) - name: AddTerm(string, string) + name: AddTerm(String, String) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyProviderViewerWinFormsUI_AddTerm_System_String_System_String_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.AddTerm(System.String,System.String) - name.vb: AddTerm(String, String) - fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.AddTerm(string, string) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.AddTerm(String, String) - nameWithType: ITerminologyProviderViewerWinFormsUI.AddTerm(string, string) - nameWithType.vb: ITerminologyProviderViewerWinFormsUI.AddTerm(String, String) + fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.AddTerm(System.String, System.String) + nameWithType: ITerminologyProviderViewerWinFormsUI.AddTerm(String, String) - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.AddTerm* name: AddTerm href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyProviderViewerWinFormsUI_AddTerm_ @@ -141204,36 +128099,6 @@ references: commentId: E:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.TermChanged fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWinFormsUI.TermChanged nameWithType: ITerminologyProviderViewerWinFormsUI.TermChanged -- uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper - name: ITerminologyProviderViewerWrapper - href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.html - commentId: T:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper - fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper - nameWithType: ITerminologyProviderViewerWrapper -- uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.CanAddTerm - name: CanAddTerm() - href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyProviderViewerWrapper_CanAddTerm - commentId: M:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.CanAddTerm - fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.CanAddTerm() - nameWithType: ITerminologyProviderViewerWrapper.CanAddTerm() -- uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.CanAddTerm* - name: CanAddTerm - href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyProviderViewerWrapper_CanAddTerm_ - commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.CanAddTerm - fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.CanAddTerm - nameWithType: ITerminologyProviderViewerWrapper.CanAddTerm -- uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.Viewer - name: Viewer - href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyProviderViewerWrapper_Viewer - commentId: P:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.Viewer - fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.Viewer - nameWithType: ITerminologyProviderViewerWrapper.Viewer -- uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.Viewer* - name: Viewer - href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.html#Sdl_Terminology_TerminologyProvider_Core_ITerminologyProviderViewerWrapper_Viewer_ - commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.Viewer - fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderViewerWrapper.Viewer - nameWithType: ITerminologyProviderViewerWrapper.Viewer - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUI name: ITerminologyProviderWinFormsUI href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUI.html @@ -141346,20 +128211,14 @@ references: name: MarkupPosition() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.html#Sdl_Terminology_TerminologyProvider_Core_MarkupPosition__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.MarkupPosition() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.New() nameWithType: MarkupPosition.MarkupPosition() - nameWithType.vb: MarkupPosition.New() - uid: Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.#ctor* name: MarkupPosition href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.html#Sdl_Terminology_TerminologyProvider_Core_MarkupPosition__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.MarkupPosition - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.New nameWithType: MarkupPosition.MarkupPosition - nameWithType.vb: MarkupPosition.New - uid: Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.Length name: Length href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.MarkupPosition.html#Sdl_Terminology_TerminologyProvider_Core_MarkupPosition_Length @@ -141394,20 +128253,14 @@ references: name: SearchMarkupResult() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.html#Sdl_Terminology_TerminologyProvider_Core_SearchMarkupResult__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.SearchMarkupResult() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.New() nameWithType: SearchMarkupResult.SearchMarkupResult() - nameWithType.vb: SearchMarkupResult.New() - uid: Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.#ctor* name: SearchMarkupResult href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.html#Sdl_Terminology_TerminologyProvider_Core_SearchMarkupResult__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.SearchMarkupResult - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.New nameWithType: SearchMarkupResult.SearchMarkupResult - nameWithType.vb: SearchMarkupResult.New - uid: Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.Positions name: Positions href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResult.html#Sdl_Terminology_TerminologyProvider_Core_SearchMarkupResult_Positions @@ -141430,20 +128283,14 @@ references: name: SearchMarkupResultWithTermbaseName() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.html#Sdl_Terminology_TerminologyProvider_Core_SearchMarkupResultWithTermbaseName__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.SearchMarkupResultWithTermbaseName() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.New() nameWithType: SearchMarkupResultWithTermbaseName.SearchMarkupResultWithTermbaseName() - nameWithType.vb: SearchMarkupResultWithTermbaseName.New() - uid: Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.#ctor* name: SearchMarkupResultWithTermbaseName href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.html#Sdl_Terminology_TerminologyProvider_Core_SearchMarkupResultWithTermbaseName__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.SearchMarkupResultWithTermbaseName - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.New nameWithType: SearchMarkupResultWithTermbaseName.SearchMarkupResultWithTermbaseName - nameWithType.vb: SearchMarkupResultWithTermbaseName.New - uid: Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.TermbaseName name: TermbaseName href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchMarkupResultWithTermbaseName.html#Sdl_Terminology_TerminologyProvider_Core_SearchMarkupResultWithTermbaseName_TermbaseName @@ -141490,20 +128337,14 @@ references: name: SearchResult() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResult.html#Sdl_Terminology_TerminologyProvider_Core_SearchResult__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.SearchResult.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.SearchResult.SearchResult() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.SearchResult.New() nameWithType: SearchResult.SearchResult() - nameWithType.vb: SearchResult.New() - uid: Sdl.Terminology.TerminologyProvider.Core.SearchResult.#ctor* name: SearchResult href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResult.html#Sdl_Terminology_TerminologyProvider_Core_SearchResult__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.SearchResult.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.SearchResult.SearchResult - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.SearchResult.New nameWithType: SearchResult.SearchResult - nameWithType.vb: SearchResult.New - uid: Sdl.Terminology.TerminologyProvider.Core.SearchResult.Id name: Id href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResult.html#Sdl_Terminology_TerminologyProvider_Core_SearchResult_Id @@ -141562,20 +128403,14 @@ references: name: SearchResultWithTermbaseName() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.html#Sdl_Terminology_TerminologyProvider_Core_SearchResultWithTermbaseName__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.SearchResultWithTermbaseName() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.New() nameWithType: SearchResultWithTermbaseName.SearchResultWithTermbaseName() - nameWithType.vb: SearchResultWithTermbaseName.New() - uid: Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.#ctor* name: SearchResultWithTermbaseName href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.html#Sdl_Terminology_TerminologyProvider_Core_SearchResultWithTermbaseName__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.SearchResultWithTermbaseName - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.New nameWithType: SearchResultWithTermbaseName.SearchResultWithTermbaseName - nameWithType.vb: SearchResultWithTermbaseName.New - uid: Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.TermbaseName name: TermbaseName href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName.html#Sdl_Terminology_TerminologyProvider_Core_SearchResultWithTermbaseName_TermbaseName @@ -141619,41 +128454,29 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential nameWithType: TerminologyProviderCredential - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.#ctor(Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials,System.Boolean) - name: TerminologyProviderCredential(TerminologyUserCredentials, bool) + name: TerminologyProviderCredential(TerminologyUserCredentials, Boolean) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderCredential__ctor_Sdl_Terminology_TerminologyProvider_Core_TerminologyUserCredentials_System_Boolean_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.#ctor(Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials,System.Boolean) - name.vb: New(TerminologyUserCredentials, Boolean) - fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.TerminologyProviderCredential(Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials, bool) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.New(Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials, Boolean) - nameWithType: TerminologyProviderCredential.TerminologyProviderCredential(TerminologyUserCredentials, bool) - nameWithType.vb: TerminologyProviderCredential.New(TerminologyUserCredentials, Boolean) + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.TerminologyProviderCredential(Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials, System.Boolean) + nameWithType: TerminologyProviderCredential.TerminologyProviderCredential(TerminologyUserCredentials, Boolean) - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.#ctor(System.String,System.Boolean) - name: TerminologyProviderCredential(string, bool) + name: TerminologyProviderCredential(String, Boolean) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderCredential__ctor_System_String_System_Boolean_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.#ctor(System.String,System.Boolean) - name.vb: New(String, Boolean) - fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.TerminologyProviderCredential(string, bool) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.New(String, Boolean) - nameWithType: TerminologyProviderCredential.TerminologyProviderCredential(string, bool) - nameWithType.vb: TerminologyProviderCredential.New(String, Boolean) + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.TerminologyProviderCredential(System.String, System.Boolean) + nameWithType: TerminologyProviderCredential.TerminologyProviderCredential(String, Boolean) - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.#ctor(System.String,System.String,System.Boolean) - name: TerminologyProviderCredential(string, string, bool) + name: TerminologyProviderCredential(String, String, Boolean) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderCredential__ctor_System_String_System_String_System_Boolean_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.#ctor(System.String,System.String,System.Boolean) - name.vb: New(String, String, Boolean) - fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.TerminologyProviderCredential(string, string, bool) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.New(String, String, Boolean) - nameWithType: TerminologyProviderCredential.TerminologyProviderCredential(string, string, bool) - nameWithType.vb: TerminologyProviderCredential.New(String, String, Boolean) + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.TerminologyProviderCredential(System.String, System.String, System.Boolean) + nameWithType: TerminologyProviderCredential.TerminologyProviderCredential(String, String, Boolean) - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.#ctor* name: TerminologyProviderCredential href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderCredential__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.TerminologyProviderCredential - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.New nameWithType: TerminologyProviderCredential.TerminologyProviderCredential - nameWithType.vb: TerminologyProviderCredential.New - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.Credential name: Credential href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderCredential_Credential @@ -141712,20 +128535,14 @@ references: name: TerminologyProviderCredentialStore() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderCredentialStore__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.TerminologyProviderCredentialStore() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.New() nameWithType: TerminologyProviderCredentialStore.TerminologyProviderCredentialStore() - nameWithType.vb: TerminologyProviderCredentialStore.New() - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.#ctor* name: TerminologyProviderCredentialStore href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderCredentialStore__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.TerminologyProviderCredentialStore - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.New nameWithType: TerminologyProviderCredentialStore.TerminologyProviderCredentialStore - nameWithType.vb: TerminologyProviderCredentialStore.New - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.AddCredential(System.Uri,Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential) name: AddCredential(Uri, TerminologyProviderCredential) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderCredentialStore_AddCredential_System_Uri_Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderCredential_ @@ -141838,20 +128655,14 @@ references: name: TerminologyProviderDisplayInfo() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderDisplayInfo__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.TerminologyProviderDisplayInfo() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.New() nameWithType: TerminologyProviderDisplayInfo.TerminologyProviderDisplayInfo() - nameWithType.vb: TerminologyProviderDisplayInfo.New() - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.#ctor* name: TerminologyProviderDisplayInfo href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderDisplayInfo__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.TerminologyProviderDisplayInfo - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.New nameWithType: TerminologyProviderDisplayInfo.TerminologyProviderDisplayInfo - nameWithType.vb: TerminologyProviderDisplayInfo.New - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.Name name: Name href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderDisplayInfo_Name @@ -141910,20 +128721,14 @@ references: name: TerminologyProviderFactoryAttribute() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderFactoryAttribute__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute.TerminologyProviderFactoryAttribute() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute.New() nameWithType: TerminologyProviderFactoryAttribute.TerminologyProviderFactoryAttribute() - nameWithType.vb: TerminologyProviderFactoryAttribute.New() - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute.#ctor* name: TerminologyProviderFactoryAttribute href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderFactoryAttribute__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute.TerminologyProviderFactoryAttribute - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute.New nameWithType: TerminologyProviderFactoryAttribute.TerminologyProviderFactoryAttribute - nameWithType.vb: TerminologyProviderFactoryAttribute.New - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager name: TerminologyProviderManager href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.html @@ -141949,14 +128754,11 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.Dispose() nameWithType: TerminologyProviderManager.Dispose() - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderManager_Dispose_System_Boolean_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.Dispose(bool) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.Dispose(Boolean) - nameWithType: TerminologyProviderManager.Dispose(bool) - nameWithType.vb: TerminologyProviderManager.Dispose(Boolean) + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.Dispose(System.Boolean) + nameWithType: TerminologyProviderManager.Dispose(Boolean) - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.Dispose* name: Dispose href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderManager_Dispose_ @@ -142060,23 +128862,17 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus nameWithType: TerminologyProviderStatus - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.#ctor(System.Boolean,System.String) - name: TerminologyProviderStatus(bool, string) + name: TerminologyProviderStatus(Boolean, String) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderStatus__ctor_System_Boolean_System_String_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.#ctor(System.Boolean,System.String) - name.vb: New(Boolean, String) - fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.TerminologyProviderStatus(bool, string) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.New(Boolean, String) - nameWithType: TerminologyProviderStatus.TerminologyProviderStatus(bool, string) - nameWithType.vb: TerminologyProviderStatus.New(Boolean, String) + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.TerminologyProviderStatus(System.Boolean, System.String) + nameWithType: TerminologyProviderStatus.TerminologyProviderStatus(Boolean, String) - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.#ctor* name: TerminologyProviderStatus href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderStatus__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.TerminologyProviderStatus - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.New nameWithType: TerminologyProviderStatus.TerminologyProviderStatus - nameWithType.vb: TerminologyProviderStatus.New - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.ErrorMessage name: ErrorMessage href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderStatus.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderStatus_ErrorMessage @@ -142135,20 +128931,14 @@ references: name: TerminologyProviderViewerWinFormsUIAttribute() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderViewerWinFormsUIAttribute__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.TerminologyProviderViewerWinFormsUIAttribute() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.New() nameWithType: TerminologyProviderViewerWinFormsUIAttribute.TerminologyProviderViewerWinFormsUIAttribute() - nameWithType.vb: TerminologyProviderViewerWinFormsUIAttribute.New() - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.#ctor* name: TerminologyProviderViewerWinFormsUIAttribute href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderViewerWinFormsUIAttribute__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.TerminologyProviderViewerWinFormsUIAttribute - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.New nameWithType: TerminologyProviderViewerWinFormsUIAttribute.TerminologyProviderViewerWinFormsUIAttribute - nameWithType.vb: TerminologyProviderViewerWinFormsUIAttribute.New - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.Validate(Sdl.Core.PluginFramework.Validation.IExtensionAttributeInfo,Sdl.Core.PluginFramework.Validation.IExtensionValidationContext) name: Validate(IExtensionAttributeInfo, IExtensionValidationContext) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderViewerWinFormsUIAttribute.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderViewerWinFormsUIAttribute_Validate_Sdl_Core_PluginFramework_Validation_IExtensionAttributeInfo_Sdl_Core_PluginFramework_Validation_IExtensionValidationContext_ @@ -142171,20 +128961,14 @@ references: name: TerminologyProviderWinFormsUIAttribute() href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderWinFormsUIAttribute__ctor commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.#ctor - name.vb: New() fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.TerminologyProviderWinFormsUIAttribute() - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.New() nameWithType: TerminologyProviderWinFormsUIAttribute.TerminologyProviderWinFormsUIAttribute() - nameWithType.vb: TerminologyProviderWinFormsUIAttribute.New() - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.#ctor* name: TerminologyProviderWinFormsUIAttribute href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderWinFormsUIAttribute__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.TerminologyProviderWinFormsUIAttribute - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.New nameWithType: TerminologyProviderWinFormsUIAttribute.TerminologyProviderWinFormsUIAttribute - nameWithType.vb: TerminologyProviderWinFormsUIAttribute.New - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.Validate(Sdl.Core.PluginFramework.Validation.IExtensionAttributeInfo,Sdl.Core.PluginFramework.Validation.IExtensionValidationContext) name: Validate(IExtensionAttributeInfo, IExtensionValidationContext) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderWinFormsUIAttribute.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderWinFormsUIAttribute_Validate_Sdl_Core_PluginFramework_Validation_IExtensionAttributeInfo_Sdl_Core_PluginFramework_Validation_IExtensionValidationContext_ @@ -142204,32 +128988,23 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials nameWithType: TerminologyUserCredentials - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.#ctor(System.String,System.String,Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType) - name: TerminologyUserCredentials(string, string, TerminologyUserManagerTokenType) + name: TerminologyUserCredentials(String, String, TerminologyUserManagerTokenType) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyUserCredentials__ctor_System_String_System_String_Sdl_Terminology_TerminologyProvider_Core_TerminologyUserManagerTokenType_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.#ctor(System.String,System.String,Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType) - name.vb: New(String, String, TerminologyUserManagerTokenType) - fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.TerminologyUserCredentials(string, string, Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.New(String, String, Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType) - nameWithType: TerminologyUserCredentials.TerminologyUserCredentials(string, string, TerminologyUserManagerTokenType) - nameWithType.vb: TerminologyUserCredentials.New(String, String, TerminologyUserManagerTokenType) + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.TerminologyUserCredentials(System.String, System.String, Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType) + nameWithType: TerminologyUserCredentials.TerminologyUserCredentials(String, String, TerminologyUserManagerTokenType) - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.#ctor(System.String,System.String,System.String,System.DateTime,Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType) - name: TerminologyUserCredentials(string, string, string, DateTime, TerminologyUserManagerTokenType) + name: TerminologyUserCredentials(String, String, String, DateTime, TerminologyUserManagerTokenType) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyUserCredentials__ctor_System_String_System_String_System_String_System_DateTime_Sdl_Terminology_TerminologyProvider_Core_TerminologyUserManagerTokenType_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.#ctor(System.String,System.String,System.String,System.DateTime,Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType) - name.vb: New(String, String, String, Date, TerminologyUserManagerTokenType) - fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.TerminologyUserCredentials(string, string, string, System.DateTime, Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.New(String, String, String, Date, Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType) - nameWithType: TerminologyUserCredentials.TerminologyUserCredentials(string, string, string, DateTime, TerminologyUserManagerTokenType) - nameWithType.vb: TerminologyUserCredentials.New(String, String, String, Date, TerminologyUserManagerTokenType) + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.TerminologyUserCredentials(System.String, System.String, System.String, System.DateTime, Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType) + nameWithType: TerminologyUserCredentials.TerminologyUserCredentials(String, String, String, DateTime, TerminologyUserManagerTokenType) - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.#ctor* name: TerminologyUserCredentials href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyUserCredentials__ctor_ commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.#ctor - name.vb: New fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.TerminologyUserCredentials - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.New nameWithType: TerminologyUserCredentials.TerminologyUserCredentials - nameWithType.vb: TerminologyUserCredentials.New - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.AuthToken name: AuthToken href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyUserCredentials_AuthToken @@ -142243,14 +129018,11 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.AuthToken nameWithType: TerminologyUserCredentials.AuthToken - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.Create(System.String) - name: Create(string) + name: Create(String) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyUserCredentials_Create_System_String_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.Create(System.String) - name.vb: Create(String) - fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.Create(string) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.Create(String) - nameWithType: TerminologyUserCredentials.Create(string) - nameWithType.vb: TerminologyUserCredentials.Create(String) + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.Create(System.String) + nameWithType: TerminologyUserCredentials.Create(String) - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.Create* name: Create href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyUserCredentials_Create_ @@ -142270,14 +129042,11 @@ references: fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.Equals(Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials, Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials) nameWithType: TerminologyUserCredentials.Equals(TerminologyUserCredentials, TerminologyUserCredentials) - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.Equals(System.Object) - name: Equals(object) + name: Equals(Object) href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyUserCredentials_Equals_System_Object_ commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.Equals(System.Object) - name.vb: Equals(Object) - fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.Equals(object) - fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.Equals(Object) - nameWithType: TerminologyUserCredentials.Equals(object) - nameWithType.vb: TerminologyUserCredentials.Equals(Object) + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.Equals(System.Object) + nameWithType: TerminologyUserCredentials.Equals(Object) - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.Equals* name: Equals href: api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyUserCredentials_Equals_ @@ -142435,14 +129204,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AbstractContentSelection.Changed nameWithType: AbstractContentSelection.Changed - uid: Sdl.TranslationStudioAutomation.IntegrationApi.AbstractContentSelection.Collapse(System.Boolean) - name: Collapse(bool) + name: Collapse(Boolean) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AbstractContentSelection.html#Sdl_TranslationStudioAutomation_IntegrationApi_AbstractContentSelection_Collapse_System_Boolean_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.AbstractContentSelection.Collapse(System.Boolean) - name.vb: Collapse(Boolean) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AbstractContentSelection.Collapse(bool) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.AbstractContentSelection.Collapse(Boolean) - nameWithType: AbstractContentSelection.Collapse(bool) - nameWithType.vb: AbstractContentSelection.Collapse(Boolean) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AbstractContentSelection.Collapse(System.Boolean) + nameWithType: AbstractContentSelection.Collapse(Boolean) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.AbstractContentSelection.Collapse* name: Collapse href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AbstractContentSelection.html#Sdl_TranslationStudioAutomation_IntegrationApi_AbstractContentSelection_Collapse_ @@ -142537,20 +129303,14 @@ references: name: AddProjectAction() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.AddProjectAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_AddProjectAction__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.AddProjectAction.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.AddProjectAction.AddProjectAction() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.AddProjectAction.New() nameWithType: AddProjectAction.AddProjectAction() - nameWithType.vb: AddProjectAction.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.AddProjectAction.#ctor* name: AddProjectAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.AddProjectAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_AddProjectAction__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.AddProjectAction.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.AddProjectAction.AddProjectAction - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.AddProjectAction.New nameWithType: AddProjectAction.AddProjectAction - nameWithType.vb: AddProjectAction.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction name: CloseAllDocumentsAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction.html @@ -142561,20 +129321,14 @@ references: name: CloseAllDocumentsAction() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_CloseAllDocumentsAction__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction.CloseAllDocumentsAction() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction.New() nameWithType: CloseAllDocumentsAction.CloseAllDocumentsAction() - nameWithType.vb: CloseAllDocumentsAction.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction.#ctor* name: CloseAllDocumentsAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_CloseAllDocumentsAction__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction.CloseAllDocumentsAction - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseAllDocumentsAction.New nameWithType: CloseAllDocumentsAction.CloseAllDocumentsAction - nameWithType.vb: CloseAllDocumentsAction.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction name: CloseDocumentAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction.html @@ -142585,20 +129339,14 @@ references: name: CloseDocumentAction() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_CloseDocumentAction__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction.CloseDocumentAction() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction.New() nameWithType: CloseDocumentAction.CloseDocumentAction() - nameWithType.vb: CloseDocumentAction.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction.#ctor* name: CloseDocumentAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_CloseDocumentAction__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction.CloseDocumentAction - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseDocumentAction.New nameWithType: CloseDocumentAction.CloseDocumentAction - nameWithType.vb: CloseDocumentAction.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction name: CloseProjectAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction.html @@ -142609,20 +129357,14 @@ references: name: CloseProjectAction() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_CloseProjectAction__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction.CloseProjectAction() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction.New() nameWithType: CloseProjectAction.CloseProjectAction() - nameWithType.vb: CloseProjectAction.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction.#ctor* name: CloseProjectAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_CloseProjectAction__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction.CloseProjectAction - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CloseProjectAction.New nameWithType: CloseProjectAction.CloseProjectAction - nameWithType.vb: CloseProjectAction.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction name: CreateReturnPackageFromProjectAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction.html @@ -142633,20 +129375,14 @@ references: name: CreateReturnPackageFromProjectAction() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_CreateReturnPackageFromProjectAction__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction.CreateReturnPackageFromProjectAction() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction.New() nameWithType: CreateReturnPackageFromProjectAction.CreateReturnPackageFromProjectAction() - nameWithType.vb: CreateReturnPackageFromProjectAction.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction.#ctor* name: CreateReturnPackageFromProjectAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_CreateReturnPackageFromProjectAction__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction.CreateReturnPackageFromProjectAction - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.CreateReturnPackageFromProjectAction.New nameWithType: CreateReturnPackageFromProjectAction.CreateReturnPackageFromProjectAction - nameWithType.vb: CreateReturnPackageFromProjectAction.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction name: LanguageCloudAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction.html @@ -142657,20 +129393,14 @@ references: name: LanguageCloudAction() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_LanguageCloudAction__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction.LanguageCloudAction() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction.New() nameWithType: LanguageCloudAction.LanguageCloudAction() - nameWithType.vb: LanguageCloudAction.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction.#ctor* name: LanguageCloudAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_LanguageCloudAction__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction.LanguageCloudAction - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.LanguageCloudAction.New nameWithType: LanguageCloudAction.LanguageCloudAction - nameWithType.vb: LanguageCloudAction.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction name: NewProjectAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction.html @@ -142681,20 +129411,14 @@ references: name: NewProjectAction() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_NewProjectAction__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction.NewProjectAction() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction.New() nameWithType: NewProjectAction.NewProjectAction() - nameWithType.vb: NewProjectAction.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction.#ctor* name: NewProjectAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_NewProjectAction__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction.NewProjectAction - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.NewProjectAction.New nameWithType: NewProjectAction.NewProjectAction - nameWithType.vb: NewProjectAction.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction name: OpenDocumentAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction.html @@ -142705,20 +129429,14 @@ references: name: OpenDocumentAction() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_OpenDocumentAction__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction.OpenDocumentAction() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction.New() nameWithType: OpenDocumentAction.OpenDocumentAction() - nameWithType.vb: OpenDocumentAction.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction.#ctor* name: OpenDocumentAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_OpenDocumentAction__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction.OpenDocumentAction - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenDocumentAction.New nameWithType: OpenDocumentAction.OpenDocumentAction - nameWithType.vb: OpenDocumentAction.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction name: OpenPackageAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction.html @@ -142729,20 +129447,14 @@ references: name: OpenPackageAction() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_OpenPackageAction__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction.OpenPackageAction() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction.New() nameWithType: OpenPackageAction.OpenPackageAction() - nameWithType.vb: OpenPackageAction.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction.#ctor* name: OpenPackageAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_OpenPackageAction__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction.OpenPackageAction - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenPackageAction.New nameWithType: OpenPackageAction.OpenPackageAction - nameWithType.vb: OpenPackageAction.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction name: OpenProjectAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction.html @@ -142753,20 +129465,14 @@ references: name: OpenProjectAction() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_OpenProjectAction__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction.OpenProjectAction() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction.New() nameWithType: OpenProjectAction.OpenProjectAction() - nameWithType.vb: OpenProjectAction.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction.#ctor* name: OpenProjectAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_OpenProjectAction__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction.OpenProjectAction - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.OpenProjectAction.New nameWithType: OpenProjectAction.OpenProjectAction - nameWithType.vb: OpenProjectAction.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction name: SaveAllDocumentsAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction.html @@ -142777,20 +129483,14 @@ references: name: SaveAllDocumentsAction() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_SaveAllDocumentsAction__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction.SaveAllDocumentsAction() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction.New() nameWithType: SaveAllDocumentsAction.SaveAllDocumentsAction() - nameWithType.vb: SaveAllDocumentsAction.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction.#ctor* name: SaveAllDocumentsAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_SaveAllDocumentsAction__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction.SaveAllDocumentsAction - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveAllDocumentsAction.New nameWithType: SaveAllDocumentsAction.SaveAllDocumentsAction - nameWithType.vb: SaveAllDocumentsAction.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction name: SaveDocumentAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction.html @@ -142801,20 +129501,14 @@ references: name: SaveDocumentAction() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_SaveDocumentAction__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction.SaveDocumentAction() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction.New() nameWithType: SaveDocumentAction.SaveDocumentAction() - nameWithType.vb: SaveDocumentAction.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction.#ctor* name: SaveDocumentAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_SaveDocumentAction__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction.SaveDocumentAction - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAction.New nameWithType: SaveDocumentAction.SaveDocumentAction - nameWithType.vb: SaveDocumentAction.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction name: SaveDocumentAsAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction.html @@ -142825,20 +129519,14 @@ references: name: SaveDocumentAsAction() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_SaveDocumentAsAction__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction.SaveDocumentAsAction() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction.New() nameWithType: SaveDocumentAsAction.SaveDocumentAsAction() - nameWithType.vb: SaveDocumentAsAction.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction.#ctor* name: SaveDocumentAsAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_SaveDocumentAsAction__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction.SaveDocumentAsAction - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentAsAction.New nameWithType: SaveDocumentAsAction.SaveDocumentAsAction - nameWithType.vb: SaveDocumentAsAction.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction name: SaveDocumentSourceAsAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction.html @@ -142849,20 +129537,14 @@ references: name: SaveDocumentSourceAsAction() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_SaveDocumentSourceAsAction__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction.SaveDocumentSourceAsAction() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction.New() nameWithType: SaveDocumentSourceAsAction.SaveDocumentSourceAsAction() - nameWithType.vb: SaveDocumentSourceAsAction.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction.#ctor* name: SaveDocumentSourceAsAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_SaveDocumentSourceAsAction__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction.SaveDocumentSourceAsAction - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentSourceAsAction.New nameWithType: SaveDocumentSourceAsAction.SaveDocumentSourceAsAction - nameWithType.vb: SaveDocumentSourceAsAction.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction name: SaveDocumentTargetAsAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction.html @@ -142873,20 +129555,14 @@ references: name: SaveDocumentTargetAsAction() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_SaveDocumentTargetAsAction__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction.SaveDocumentTargetAsAction() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction.New() nameWithType: SaveDocumentTargetAsAction.SaveDocumentTargetAsAction() - nameWithType.vb: SaveDocumentTargetAsAction.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction.#ctor* name: SaveDocumentTargetAsAction href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction.html#Sdl_TranslationStudioAutomation_IntegrationApi_Actions_SaveDocumentTargetAsAction__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction.SaveDocumentTargetAsAction - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Actions.SaveDocumentTargetAsAction.New nameWithType: SaveDocumentTargetAsAction.SaveDocumentTargetAsAction - nameWithType.vb: SaveDocumentTargetAsAction.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.AutomationSegmentPairExtension name: AutomationSegmentPairExtension href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutomationSegmentPairExtension.html @@ -142933,20 +129609,14 @@ references: name: AbstractAutoSuggestProvider() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AbstractAutoSuggestProvider__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.AbstractAutoSuggestProvider() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.New() nameWithType: AbstractAutoSuggestProvider.AbstractAutoSuggestProvider() - nameWithType.vb: AbstractAutoSuggestProvider.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.#ctor* name: AbstractAutoSuggestProvider href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AbstractAutoSuggestProvider__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.AbstractAutoSuggestProvider - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.New nameWithType: AbstractAutoSuggestProvider.AbstractAutoSuggestProvider - nameWithType.vb: AbstractAutoSuggestProvider.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.ActiveDocument name: ActiveDocument href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AbstractAutoSuggestProvider_ActiveDocument @@ -142978,14 +129648,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.Dispose() nameWithType: AbstractAutoSuggestProvider.Dispose() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.Dispose(System.Boolean) - name: Dispose(bool) + name: Dispose(Boolean) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AbstractAutoSuggestProvider_Dispose_System_Boolean_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.Dispose(System.Boolean) - name.vb: Dispose(Boolean) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.Dispose(bool) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.Dispose(Boolean) - nameWithType: AbstractAutoSuggestProvider.Dispose(bool) - nameWithType.vb: AbstractAutoSuggestProvider.Dispose(Boolean) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.Dispose(System.Boolean) + nameWithType: AbstractAutoSuggestProvider.Dispose(Boolean) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.Dispose* name: Dispose href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestProvider.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AbstractAutoSuggestProvider_Dispose_ @@ -143086,20 +129753,14 @@ references: name: AbstractAutoSuggestResult(AbstractEditingContext) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AbstractAutoSuggestResult__ctor_Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AbstractEditingContext_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.#ctor(Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext) - name.vb: New(AbstractEditingContext) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.AbstractAutoSuggestResult(Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.New(Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext) nameWithType: AbstractAutoSuggestResult.AbstractAutoSuggestResult(AbstractEditingContext) - nameWithType.vb: AbstractAutoSuggestResult.New(AbstractEditingContext) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.#ctor* name: AbstractAutoSuggestResult href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AbstractAutoSuggestResult__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.AbstractAutoSuggestResult - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.New nameWithType: AbstractAutoSuggestResult.AbstractAutoSuggestResult - nameWithType.vb: AbstractAutoSuggestResult.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.Context name: Context href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractAutoSuggestResult.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AbstractAutoSuggestResult_Context @@ -143146,20 +129807,14 @@ references: name: AbstractEditingContext() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AbstractEditingContext__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.AbstractEditingContext() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.New() nameWithType: AbstractEditingContext.AbstractEditingContext() - nameWithType.vb: AbstractEditingContext.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.#ctor* name: AbstractEditingContext href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AbstractEditingContext__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.AbstractEditingContext - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.New nameWithType: AbstractEditingContext.AbstractEditingContext - nameWithType.vb: AbstractEditingContext.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.GetAllPrefixes name: GetAllPrefixes() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AbstractEditingContext_GetAllPrefixes @@ -143194,20 +129849,14 @@ references: name: AutoSuggestSettings() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AutoSuggestSettings__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.AutoSuggestSettings() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.New() nameWithType: AutoSuggestSettings.AutoSuggestSettings() - nameWithType.vb: AutoSuggestSettings.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.#ctor* name: AutoSuggestSettings href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AutoSuggestSettings__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.AutoSuggestSettings - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.New nameWithType: AutoSuggestSettings.AutoSuggestSettings - nameWithType.vb: AutoSuggestSettings.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.CaseSensitive name: CaseSensitive href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestSettings.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AutoSuggestSettings_CaseSensitive @@ -143302,29 +129951,20 @@ references: name: AutoSuggestTextResult(AbstractEditingContext) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AutoSuggestTextResult__ctor_Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AbstractEditingContext_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.#ctor(Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext) - name.vb: New(AbstractEditingContext) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.AutoSuggestTextResult(Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.New(Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext) nameWithType: AutoSuggestTextResult.AutoSuggestTextResult(AbstractEditingContext) - nameWithType.vb: AutoSuggestTextResult.New(AbstractEditingContext) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.#ctor(Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext,System.String) - name: AutoSuggestTextResult(AbstractEditingContext, string) + name: AutoSuggestTextResult(AbstractEditingContext, String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AutoSuggestTextResult__ctor_Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AbstractEditingContext_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.#ctor(Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext,System.String) - name.vb: New(AbstractEditingContext, String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.AutoSuggestTextResult(Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext, string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.New(Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext, String) - nameWithType: AutoSuggestTextResult.AutoSuggestTextResult(AbstractEditingContext, string) - nameWithType.vb: AutoSuggestTextResult.New(AbstractEditingContext, String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.AutoSuggestTextResult(Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AbstractEditingContext, System.String) + nameWithType: AutoSuggestTextResult.AutoSuggestTextResult(AbstractEditingContext, String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.#ctor* name: AutoSuggestTextResult href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AutoSuggestTextResult__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.AutoSuggestTextResult - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.New nameWithType: AutoSuggestTextResult.AutoSuggestTextResult - nameWithType.vb: AutoSuggestTextResult.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.Text name: Text href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest.AutoSuggestTextResult.html#Sdl_TranslationStudioAutomation_IntegrationApi_AutoSuggest_AutoSuggestTextResult_Text @@ -143407,20 +130047,14 @@ references: name: CurrentProjectCancelEventArgs(FileBasedProject) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.html#Sdl_TranslationStudioAutomation_IntegrationApi_CurrentProjectCancelEventArgs__ctor_Sdl_ProjectAutomation_FileBased_FileBasedProject_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.#ctor(Sdl.ProjectAutomation.FileBased.FileBasedProject) - name.vb: New(FileBasedProject) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.CurrentProjectCancelEventArgs(Sdl.ProjectAutomation.FileBased.FileBasedProject) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.New(Sdl.ProjectAutomation.FileBased.FileBasedProject) nameWithType: CurrentProjectCancelEventArgs.CurrentProjectCancelEventArgs(FileBasedProject) - nameWithType.vb: CurrentProjectCancelEventArgs.New(FileBasedProject) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.#ctor* name: CurrentProjectCancelEventArgs href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.html#Sdl_TranslationStudioAutomation_IntegrationApi_CurrentProjectCancelEventArgs__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.CurrentProjectCancelEventArgs - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.New nameWithType: CurrentProjectCancelEventArgs.CurrentProjectCancelEventArgs - nameWithType.vb: CurrentProjectCancelEventArgs.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.NewCurrentProject name: NewCurrentProject href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.CurrentProjectCancelEventArgs.html#Sdl_TranslationStudioAutomation_IntegrationApi_CurrentProjectCancelEventArgs_NewCurrentProject @@ -143449,20 +130083,14 @@ references: name: DisplayFilterAdapter(IDisplayFilter, ITranslatableDocument) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.html#Sdl_TranslationStudioAutomation_IntegrationApi_DisplayFilters_DisplayFilterAdapter__ctor_Sdl_TranslationStudioAutomation_IntegrationApi_DisplayFilters_IDisplayFilter_Sdl_TranslationStudio_Api_Editor_ITranslatableDocument_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.#ctor(Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.IDisplayFilter,Sdl.TranslationStudio.Api.Editor.ITranslatableDocument) - name.vb: New(IDisplayFilter, ITranslatableDocument) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.DisplayFilterAdapter(Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.IDisplayFilter, Sdl.TranslationStudio.Api.Editor.ITranslatableDocument) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.New(Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.IDisplayFilter, Sdl.TranslationStudio.Api.Editor.ITranslatableDocument) nameWithType: DisplayFilterAdapter.DisplayFilterAdapter(IDisplayFilter, ITranslatableDocument) - nameWithType.vb: DisplayFilterAdapter.New(IDisplayFilter, ITranslatableDocument) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.#ctor* name: DisplayFilterAdapter href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.html#Sdl_TranslationStudioAutomation_IntegrationApi_DisplayFilters_DisplayFilterAdapter__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.DisplayFilterAdapter - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.New nameWithType: DisplayFilterAdapter.DisplayFilterAdapter - nameWithType.vb: DisplayFilterAdapter.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.Initialise name: Initialise() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterAdapter.html#Sdl_TranslationStudioAutomation_IntegrationApi_DisplayFilters_DisplayFilterAdapter_Initialise @@ -143521,20 +130149,14 @@ references: name: DisplayFilterRowInfo() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.html#Sdl_TranslationStudioAutomation_IntegrationApi_DisplayFilters_DisplayFilterRowInfo__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.DisplayFilterRowInfo() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.New() nameWithType: DisplayFilterRowInfo.DisplayFilterRowInfo() - nameWithType.vb: DisplayFilterRowInfo.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.#ctor* name: DisplayFilterRowInfo href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.html#Sdl_TranslationStudioAutomation_IntegrationApi_DisplayFilters_DisplayFilterRowInfo__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.DisplayFilterRowInfo - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.New nameWithType: DisplayFilterRowInfo.DisplayFilterRowInfo - nameWithType.vb: DisplayFilterRowInfo.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.ContainsFeedbackMessages name: ContainsFeedbackMessages href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters.DisplayFilterRowInfo.html#Sdl_TranslationStudioAutomation_IntegrationApi_DisplayFilters_DisplayFilterRowInfo_ContainsFeedbackMessages @@ -143854,14 +130476,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ActiveSegmentPair nameWithType: Document.ActiveSegmentPair - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.AddCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.String,Sdl.FileTypeSupport.Framework.NativeApi.Severity) - name: AddCommentOnSegment(ISegmentPair, string, Severity) + name: AddCommentOnSegment(ISegmentPair, String, Severity) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_AddCommentOnSegment_Sdl_FileTypeSupport_Framework_BilingualApi_ISegmentPair_System_String_Sdl_FileTypeSupport_Framework_NativeApi_Severity_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Document.AddCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.String,Sdl.FileTypeSupport.Framework.NativeApi.Severity) - name.vb: AddCommentOnSegment(ISegmentPair, String, Severity) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.AddCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, string, Sdl.FileTypeSupport.Framework.NativeApi.Severity) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Document.AddCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, String, Sdl.FileTypeSupport.Framework.NativeApi.Severity) - nameWithType: Document.AddCommentOnSegment(ISegmentPair, string, Severity) - nameWithType.vb: Document.AddCommentOnSegment(ISegmentPair, String, Severity) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.AddCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, System.String, Sdl.FileTypeSupport.Framework.NativeApi.Severity) + nameWithType: Document.AddCommentOnSegment(ISegmentPair, String, Severity) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.AddCommentOnSegment* name: AddCommentOnSegment href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_AddCommentOnSegment_ @@ -143869,14 +130488,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.AddCommentOnSegment nameWithType: Document.AddCommentOnSegment - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.AddCommentOnTargetSelection(System.String,Sdl.FileTypeSupport.Framework.NativeApi.Severity) - name: AddCommentOnTargetSelection(string, Severity) + name: AddCommentOnTargetSelection(String, Severity) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_AddCommentOnTargetSelection_System_String_Sdl_FileTypeSupport_Framework_NativeApi_Severity_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Document.AddCommentOnTargetSelection(System.String,Sdl.FileTypeSupport.Framework.NativeApi.Severity) - name.vb: AddCommentOnTargetSelection(String, Severity) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.AddCommentOnTargetSelection(string, Sdl.FileTypeSupport.Framework.NativeApi.Severity) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Document.AddCommentOnTargetSelection(String, Sdl.FileTypeSupport.Framework.NativeApi.Severity) - nameWithType: Document.AddCommentOnTargetSelection(string, Severity) - nameWithType.vb: Document.AddCommentOnTargetSelection(String, Severity) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.AddCommentOnTargetSelection(System.String, Sdl.FileTypeSupport.Framework.NativeApi.Severity) + nameWithType: Document.AddCommentOnTargetSelection(String, Severity) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.AddCommentOnTargetSelection* name: AddCommentOnTargetSelection href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_AddCommentOnTargetSelection_ @@ -143908,14 +130524,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ChangeConfirmationLevelOnSegment nameWithType: Document.ChangeConfirmationLevelOnSegment - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ChangeTranslationOriginOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.String) - name: ChangeTranslationOriginOnSegment(ISegmentPair, string) + name: ChangeTranslationOriginOnSegment(ISegmentPair, String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_ChangeTranslationOriginOnSegment_Sdl_FileTypeSupport_Framework_BilingualApi_ISegmentPair_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Document.ChangeTranslationOriginOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.String) - name.vb: ChangeTranslationOriginOnSegment(ISegmentPair, String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ChangeTranslationOriginOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ChangeTranslationOriginOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, String) - nameWithType: Document.ChangeTranslationOriginOnSegment(ISegmentPair, string) - nameWithType.vb: Document.ChangeTranslationOriginOnSegment(ISegmentPair, String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ChangeTranslationOriginOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, System.String) + nameWithType: Document.ChangeTranslationOriginOnSegment(ISegmentPair, String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ChangeTranslationOriginOnSegment* name: ChangeTranslationOriginOnSegment href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_ChangeTranslationOriginOnSegment_ @@ -144019,14 +130632,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.FilteredSegmentPairsCount nameWithType: Document.FilteredSegmentPairsCount - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.FindTextInSegment(System.String,System.String,System.Boolean,System.Boolean) - name: FindTextInSegment(string, string, bool, bool) + name: FindTextInSegment(String, String, Boolean, Boolean) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_FindTextInSegment_System_String_System_String_System_Boolean_System_Boolean_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Document.FindTextInSegment(System.String,System.String,System.Boolean,System.Boolean) - name.vb: FindTextInSegment(String, String, Boolean, Boolean) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.FindTextInSegment(string, string, bool, bool) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Document.FindTextInSegment(String, String, Boolean, Boolean) - nameWithType: Document.FindTextInSegment(string, string, bool, bool) - nameWithType.vb: Document.FindTextInSegment(String, String, Boolean, Boolean) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.FindTextInSegment(System.String, System.String, System.Boolean, System.Boolean) + nameWithType: Document.FindTextInSegment(String, String, Boolean, Boolean) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.FindTextInSegment* name: FindTextInSegment href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_FindTextInSegment_ @@ -144082,23 +130692,17 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.GetParentParagraphUnit nameWithType: Document.GetParentParagraphUnit - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.GetSegmentPair(System.Int32) - name: GetSegmentPair(int) + name: GetSegmentPair(Int32) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_GetSegmentPair_System_Int32_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Document.GetSegmentPair(System.Int32) - name.vb: GetSegmentPair(Integer) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.GetSegmentPair(int) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Document.GetSegmentPair(Integer) - nameWithType: Document.GetSegmentPair(int) - nameWithType.vb: Document.GetSegmentPair(Integer) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.GetSegmentPair(System.Int32) + nameWithType: Document.GetSegmentPair(Int32) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.GetSegmentPair(System.String,System.String) - name: GetSegmentPair(string, string) + name: GetSegmentPair(String, String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_GetSegmentPair_System_String_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Document.GetSegmentPair(System.String,System.String) - name.vb: GetSegmentPair(String, String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.GetSegmentPair(string, string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Document.GetSegmentPair(String, String) - nameWithType: Document.GetSegmentPair(string, string) - nameWithType.vb: Document.GetSegmentPair(String, String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.GetSegmentPair(System.String, System.String) + nameWithType: Document.GetSegmentPair(String, String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.GetSegmentPair* name: GetSegmentPair href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_GetSegmentPair_ @@ -144178,13 +130782,13 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.Mode nameWithType: Document.Mode - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ProcessSegmentPair(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.String,System.Action{Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.ComponentModel.CancelEventArgs}) - name: ProcessSegmentPair(ISegmentPair, string, Action) + name: ProcessSegmentPair(ISegmentPair, String, Action) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_ProcessSegmentPair_Sdl_FileTypeSupport_Framework_BilingualApi_ISegmentPair_System_String_System_Action_Sdl_FileTypeSupport_Framework_BilingualApi_ISegmentPair_System_ComponentModel_CancelEventArgs__ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Document.ProcessSegmentPair(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.String,System.Action{Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.ComponentModel.CancelEventArgs}) name.vb: ProcessSegmentPair(ISegmentPair, String, Action(Of ISegmentPair, CancelEventArgs)) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ProcessSegmentPair(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, string, System.Action) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ProcessSegmentPair(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, String, System.Action(Of Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, System.ComponentModel.CancelEventArgs)) - nameWithType: Document.ProcessSegmentPair(ISegmentPair, string, Action) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ProcessSegmentPair(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, System.String, System.Action) + fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ProcessSegmentPair(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, System.String, System.Action(Of Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, System.ComponentModel.CancelEventArgs)) + nameWithType: Document.ProcessSegmentPair(ISegmentPair, String, Action) nameWithType.vb: Document.ProcessSegmentPair(ISegmentPair, String, Action(Of ISegmentPair, CancelEventArgs)) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ProcessSegmentPair* name: ProcessSegmentPair @@ -144193,13 +130797,13 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ProcessSegmentPair nameWithType: Document.ProcessSegmentPair - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ProcessSegmentPairs(System.String,System.Action{Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.ComponentModel.CancelEventArgs}) - name: ProcessSegmentPairs(string, Action) + name: ProcessSegmentPairs(String, Action) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_ProcessSegmentPairs_System_String_System_Action_Sdl_FileTypeSupport_Framework_BilingualApi_ISegmentPair_System_ComponentModel_CancelEventArgs__ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Document.ProcessSegmentPairs(System.String,System.Action{Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.ComponentModel.CancelEventArgs}) name.vb: ProcessSegmentPairs(String, Action(Of ISegmentPair, CancelEventArgs)) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ProcessSegmentPairs(string, System.Action) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ProcessSegmentPairs(String, System.Action(Of Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, System.ComponentModel.CancelEventArgs)) - nameWithType: Document.ProcessSegmentPairs(string, Action) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ProcessSegmentPairs(System.String, System.Action) + fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ProcessSegmentPairs(System.String, System.Action(Of Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, System.ComponentModel.CancelEventArgs)) + nameWithType: Document.ProcessSegmentPairs(String, Action) nameWithType.vb: Document.ProcessSegmentPairs(String, Action(Of ISegmentPair, CancelEventArgs)) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.ProcessSegmentPairs* name: ProcessSegmentPairs @@ -144286,23 +130890,17 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.Selection nameWithType: Document.Selection - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.SetActiveSegmentPair(Sdl.ProjectAutomation.Core.ProjectFile,System.String,System.Boolean) - name: SetActiveSegmentPair(ProjectFile, string, bool) + name: SetActiveSegmentPair(ProjectFile, String, Boolean) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_SetActiveSegmentPair_Sdl_ProjectAutomation_Core_ProjectFile_System_String_System_Boolean_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Document.SetActiveSegmentPair(Sdl.ProjectAutomation.Core.ProjectFile,System.String,System.Boolean) - name.vb: SetActiveSegmentPair(ProjectFile, String, Boolean) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.SetActiveSegmentPair(Sdl.ProjectAutomation.Core.ProjectFile, string, bool) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Document.SetActiveSegmentPair(Sdl.ProjectAutomation.Core.ProjectFile, String, Boolean) - nameWithType: Document.SetActiveSegmentPair(ProjectFile, string, bool) - nameWithType.vb: Document.SetActiveSegmentPair(ProjectFile, String, Boolean) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.SetActiveSegmentPair(Sdl.ProjectAutomation.Core.ProjectFile, System.String, System.Boolean) + nameWithType: Document.SetActiveSegmentPair(ProjectFile, String, Boolean) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.SetActiveSegmentPair(System.String,System.String,System.Boolean) - name: SetActiveSegmentPair(string, string, bool) + name: SetActiveSegmentPair(String, String, Boolean) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_SetActiveSegmentPair_System_String_System_String_System_Boolean_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Document.SetActiveSegmentPair(System.String,System.String,System.Boolean) - name.vb: SetActiveSegmentPair(String, String, Boolean) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.SetActiveSegmentPair(string, string, bool) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Document.SetActiveSegmentPair(String, String, Boolean) - nameWithType: Document.SetActiveSegmentPair(string, string, bool) - nameWithType.vb: Document.SetActiveSegmentPair(String, String, Boolean) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.SetActiveSegmentPair(System.String, System.String, System.Boolean) + nameWithType: Document.SetActiveSegmentPair(String, String, Boolean) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.SetActiveSegmentPair* name: SetActiveSegmentPair href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_SetActiveSegmentPair_ @@ -144334,14 +130932,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.TryTranslateActiveSegment nameWithType: Document.TryTranslateActiveSegment - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.UpdateCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,Sdl.FileTypeSupport.Framework.NativeApi.IComment,System.String,Sdl.FileTypeSupport.Framework.NativeApi.Severity) - name: UpdateCommentOnSegment(ISegmentPair, IComment, string, Severity) + name: UpdateCommentOnSegment(ISegmentPair, IComment, String, Severity) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_UpdateCommentOnSegment_Sdl_FileTypeSupport_Framework_BilingualApi_ISegmentPair_Sdl_FileTypeSupport_Framework_NativeApi_IComment_System_String_Sdl_FileTypeSupport_Framework_NativeApi_Severity_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Document.UpdateCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,Sdl.FileTypeSupport.Framework.NativeApi.IComment,System.String,Sdl.FileTypeSupport.Framework.NativeApi.Severity) - name.vb: UpdateCommentOnSegment(ISegmentPair, IComment, String, Severity) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.UpdateCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, Sdl.FileTypeSupport.Framework.NativeApi.IComment, string, Sdl.FileTypeSupport.Framework.NativeApi.Severity) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Document.UpdateCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, Sdl.FileTypeSupport.Framework.NativeApi.IComment, String, Sdl.FileTypeSupport.Framework.NativeApi.Severity) - nameWithType: Document.UpdateCommentOnSegment(ISegmentPair, IComment, string, Severity) - nameWithType.vb: Document.UpdateCommentOnSegment(ISegmentPair, IComment, String, Severity) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Document.UpdateCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, Sdl.FileTypeSupport.Framework.NativeApi.IComment, System.String, Sdl.FileTypeSupport.Framework.NativeApi.Severity) + nameWithType: Document.UpdateCommentOnSegment(ISegmentPair, IComment, String, Severity) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Document.UpdateCommentOnSegment* name: UpdateCommentOnSegment href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Document.html#Sdl_TranslationStudioAutomation_IntegrationApi_Document_UpdateCommentOnSegment_ @@ -144412,20 +131007,14 @@ references: name: DocumentErrorEventArgs(IStudioDocument, Exception) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.html#Sdl_TranslationStudioAutomation_IntegrationApi_DocumentErrorEventArgs__ctor_Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_System_Exception_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.#ctor(Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument,System.Exception) - name.vb: New(IStudioDocument, Exception) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.DocumentErrorEventArgs(Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument, System.Exception) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.New(Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument, System.Exception) nameWithType: DocumentErrorEventArgs.DocumentErrorEventArgs(IStudioDocument, Exception) - nameWithType.vb: DocumentErrorEventArgs.New(IStudioDocument, Exception) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.#ctor* name: DocumentErrorEventArgs href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.html#Sdl_TranslationStudioAutomation_IntegrationApi_DocumentErrorEventArgs__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.DocumentErrorEventArgs - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.New nameWithType: DocumentErrorEventArgs.DocumentErrorEventArgs - nameWithType.vb: DocumentErrorEventArgs.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.Exception name: Exception href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.DocumentErrorEventArgs.html#Sdl_TranslationStudioAutomation_IntegrationApi_DocumentErrorEventArgs_Exception @@ -144676,20 +131265,14 @@ references: name: EditDistanceComputeParams() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.html#Sdl_TranslationStudioAutomation_IntegrationApi_EditDistanceComputeParams__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.EditDistanceComputeParams() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.New() nameWithType: EditDistanceComputeParams.EditDistanceComputeParams() - nameWithType.vb: EditDistanceComputeParams.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.#ctor* name: EditDistanceComputeParams href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.html#Sdl_TranslationStudioAutomation_IntegrationApi_EditDistanceComputeParams__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.EditDistanceComputeParams - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.New nameWithType: EditDistanceComputeParams.EditDistanceComputeParams - nameWithType.vb: EditDistanceComputeParams.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.ApplySmallChangeAdjustment name: ApplySmallChangeAdjustment href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditDistanceComputeParams.html#Sdl_TranslationStudioAutomation_IntegrationApi_EditDistanceComputeParams_ApplySmallChangeAdjustment @@ -144811,14 +131394,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.FocusSearchTextBox nameWithType: ConcordanceSearchController.FocusSearchTextBox - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.HasSearchResult(System.Int32) - name: HasSearchResult(int) + name: HasSearchResult(Int32) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_ConcordanceSearch_ConcordanceSearchController_HasSearchResult_System_Int32_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.HasSearchResult(System.Int32) - name.vb: HasSearchResult(Integer) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.HasSearchResult(int) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.HasSearchResult(Integer) - nameWithType: ConcordanceSearchController.HasSearchResult(int) - nameWithType.vb: ConcordanceSearchController.HasSearchResult(Integer) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.HasSearchResult(System.Int32) + nameWithType: ConcordanceSearchController.HasSearchResult(Int32) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.HasSearchResult* name: HasSearchResult href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_ConcordanceSearch_ConcordanceSearchController_HasSearchResult_ @@ -144838,14 +131418,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.SearchType nameWithType: ConcordanceSearchController.SearchType - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.SelectSearchResult(System.Int32) - name: SelectSearchResult(int) + name: SelectSearchResult(Int32) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_ConcordanceSearch_ConcordanceSearchController_SelectSearchResult_System_Int32_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.SelectSearchResult(System.Int32) - name.vb: SelectSearchResult(Integer) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.SelectSearchResult(int) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.SelectSearchResult(Integer) - nameWithType: ConcordanceSearchController.SelectSearchResult(int) - nameWithType.vb: ConcordanceSearchController.SelectSearchResult(Integer) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.SelectSearchResult(System.Int32) + nameWithType: ConcordanceSearchController.SelectSearchResult(Int32) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.SelectSearchResult* name: SelectSearchResult href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_ConcordanceSearch_ConcordanceSearchController_SelectSearchResult_ @@ -144877,14 +131454,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.TryGetCurrentSearchResults nameWithType: ConcordanceSearchController.TryGetCurrentSearchResults - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.TryPerformSearch(System.String) - name: TryPerformSearch(string) + name: TryPerformSearch(String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_ConcordanceSearch_ConcordanceSearchController_TryPerformSearch_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.TryPerformSearch(System.String) - name.vb: TryPerformSearch(String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.TryPerformSearch(string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.TryPerformSearch(String) - nameWithType: ConcordanceSearchController.TryPerformSearch(string) - nameWithType.vb: ConcordanceSearchController.TryPerformSearch(String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.TryPerformSearch(System.String) + nameWithType: ConcordanceSearchController.TryPerformSearch(String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.TryPerformSearch* name: TryPerformSearch href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.ConcordanceSearchController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_ConcordanceSearch_ConcordanceSearchController_TryPerformSearch_ @@ -145006,14 +131580,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.FocusSearchTextBox nameWithType: IConcordanceSearchController.FocusSearchTextBox - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.HasSearchResult(System.Int32) - name: HasSearchResult(int) + name: HasSearchResult(Int32) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_ConcordanceSearch_IConcordanceSearchController_HasSearchResult_System_Int32_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.HasSearchResult(System.Int32) - name.vb: HasSearchResult(Integer) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.HasSearchResult(int) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.HasSearchResult(Integer) - nameWithType: IConcordanceSearchController.HasSearchResult(int) - nameWithType.vb: IConcordanceSearchController.HasSearchResult(Integer) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.HasSearchResult(System.Int32) + nameWithType: IConcordanceSearchController.HasSearchResult(Int32) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.HasSearchResult* name: HasSearchResult href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_ConcordanceSearch_IConcordanceSearchController_HasSearchResult_ @@ -145033,14 +131604,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.SearchType nameWithType: IConcordanceSearchController.SearchType - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.SelectSearchResult(System.Int32) - name: SelectSearchResult(int) + name: SelectSearchResult(Int32) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_ConcordanceSearch_IConcordanceSearchController_SelectSearchResult_System_Int32_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.SelectSearchResult(System.Int32) - name.vb: SelectSearchResult(Integer) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.SelectSearchResult(int) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.SelectSearchResult(Integer) - nameWithType: IConcordanceSearchController.SelectSearchResult(int) - nameWithType.vb: IConcordanceSearchController.SelectSearchResult(Integer) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.SelectSearchResult(System.Int32) + nameWithType: IConcordanceSearchController.SelectSearchResult(Int32) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.SelectSearchResult* name: SelectSearchResult href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_ConcordanceSearch_IConcordanceSearchController_SelectSearchResult_ @@ -145072,14 +131640,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.TryGetCurrentSearchResults nameWithType: IConcordanceSearchController.TryGetCurrentSearchResults - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.TryPerformSearch(System.String) - name: TryPerformSearch(string) + name: TryPerformSearch(String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_ConcordanceSearch_IConcordanceSearchController_TryPerformSearch_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.TryPerformSearch(System.String) - name.vb: TryPerformSearch(String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.TryPerformSearch(string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.TryPerformSearch(String) - nameWithType: IConcordanceSearchController.TryPerformSearch(string) - nameWithType.vb: IConcordanceSearchController.TryPerformSearch(String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.TryPerformSearch(System.String) + nameWithType: IConcordanceSearchController.TryPerformSearch(String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.TryPerformSearch* name: TryPerformSearch href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch.IConcordanceSearchController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_ConcordanceSearch_IConcordanceSearchController_TryPerformSearch_ @@ -145150,20 +131715,14 @@ references: name: TermRecognitionResult() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_TermRecognitionResults_TermRecognitionResult__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.TermRecognitionResult() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.New() nameWithType: TermRecognitionResult.TermRecognitionResult() - nameWithType.vb: TermRecognitionResult.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.#ctor* name: TermRecognitionResult href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_TermRecognitionResults_TermRecognitionResult__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.TermRecognitionResult - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.New nameWithType: TermRecognitionResult.TermRecognitionResult - nameWithType.vb: TermRecognitionResult.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.Entry name: Entry href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults.TermRecognitionResult.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_TermRecognitionResults_TermRecognitionResult_Entry @@ -145321,14 +131880,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController nameWithType: ITranslationResultsController - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.HasSearchResult(System.Int32) - name: HasSearchResult(int) + name: HasSearchResult(Int32) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_TranslationResults_ITranslationResultsController_HasSearchResult_System_Int32_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.HasSearchResult(System.Int32) - name.vb: HasSearchResult(Integer) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.HasSearchResult(int) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.HasSearchResult(Integer) - nameWithType: ITranslationResultsController.HasSearchResult(int) - nameWithType.vb: ITranslationResultsController.HasSearchResult(Integer) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.HasSearchResult(System.Int32) + nameWithType: ITranslationResultsController.HasSearchResult(Int32) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.HasSearchResult* name: HasSearchResult href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_TranslationResults_ITranslationResultsController_HasSearchResult_ @@ -145348,14 +131904,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.HasTranslationResults nameWithType: ITranslationResultsController.HasTranslationResults - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.SelectSearchResult(System.Int32,System.Boolean) - name: SelectSearchResult(int, bool) + name: SelectSearchResult(Int32, Boolean) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_TranslationResults_ITranslationResultsController_SelectSearchResult_System_Int32_System_Boolean_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.SelectSearchResult(System.Int32,System.Boolean) - name.vb: SelectSearchResult(Integer, Boolean) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.SelectSearchResult(int, bool) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.SelectSearchResult(Integer, Boolean) - nameWithType: ITranslationResultsController.SelectSearchResult(int, bool) - nameWithType.vb: ITranslationResultsController.SelectSearchResult(Integer, Boolean) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.SelectSearchResult(System.Int32, System.Boolean) + nameWithType: ITranslationResultsController.SelectSearchResult(Int32, Boolean) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.SelectSearchResult* name: SelectSearchResult href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_TranslationResults_ITranslationResultsController_SelectSearchResult_ @@ -145402,20 +131955,14 @@ references: name: TranslationResults(IEditorTranslationResults) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_TranslationResults_TranslationResults__ctor_Sdl_TranslationStudio_Api_Editor_IEditorTranslationResults_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.#ctor(Sdl.TranslationStudio.Api.Editor.IEditorTranslationResults) - name.vb: New(IEditorTranslationResults) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.TranslationResults(Sdl.TranslationStudio.Api.Editor.IEditorTranslationResults) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.New(Sdl.TranslationStudio.Api.Editor.IEditorTranslationResults) nameWithType: TranslationResults.TranslationResults(IEditorTranslationResults) - nameWithType.vb: TranslationResults.New(IEditorTranslationResults) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.#ctor* name: TranslationResults href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_TranslationResults_TranslationResults__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.TranslationResults - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.New nameWithType: TranslationResults.TranslationResults - nameWithType.vb: TranslationResults.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.CascadeMessages name: CascadeMessages href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResults.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_TranslationResults_TranslationResults_CascadeMessages @@ -145459,14 +132006,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController nameWithType: TranslationResultsController - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.HasSearchResult(System.Int32) - name: HasSearchResult(int) + name: HasSearchResult(Int32) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_TranslationResults_TranslationResultsController_HasSearchResult_System_Int32_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.HasSearchResult(System.Int32) - name.vb: HasSearchResult(Integer) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.HasSearchResult(int) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.HasSearchResult(Integer) - nameWithType: TranslationResultsController.HasSearchResult(int) - nameWithType.vb: TranslationResultsController.HasSearchResult(Integer) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.HasSearchResult(System.Int32) + nameWithType: TranslationResultsController.HasSearchResult(Int32) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.HasSearchResult* name: HasSearchResult href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_TranslationResults_TranslationResultsController_HasSearchResult_ @@ -145486,14 +132030,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.HasTranslationResults nameWithType: TranslationResultsController.HasTranslationResults - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.SelectSearchResult(System.Int32,System.Boolean) - name: SelectSearchResult(int, bool) + name: SelectSearchResult(Int32, Boolean) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_TranslationResults_TranslationResultsController_SelectSearchResult_System_Int32_System_Boolean_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.SelectSearchResult(System.Int32,System.Boolean) - name.vb: SelectSearchResult(Integer, Boolean) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.SelectSearchResult(int, bool) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.SelectSearchResult(Integer, Boolean) - nameWithType: TranslationResultsController.SelectSearchResult(int, bool) - nameWithType.vb: TranslationResultsController.SelectSearchResult(Integer, Boolean) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.SelectSearchResult(System.Int32, System.Boolean) + nameWithType: TranslationResultsController.SelectSearchResult(Int32, Boolean) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.SelectSearchResult* name: SelectSearchResult href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.html#Sdl_TranslationStudioAutomation_IntegrationApi_Editor_TranslationResults_TranslationResultsController_SelectSearchResult_ @@ -145540,20 +132081,14 @@ references: name: EditorController(IStudioWindow, ITranslatableDocumentFromPathOpener, IEditorService) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.html#Sdl_TranslationStudioAutomation_IntegrationApi_EditorController__ctor_Sdl_Desktop_Platform_IStudioWindow_Sdl_TranslationStudio_Api_Editor_ITranslatableDocumentFromPathOpener_Sdl_TranslationStudio_Api_Editor_IEditorService_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.#ctor(Sdl.Desktop.Platform.IStudioWindow,Sdl.TranslationStudio.Api.Editor.ITranslatableDocumentFromPathOpener,Sdl.TranslationStudio.Api.Editor.IEditorService) - name.vb: New(IStudioWindow, ITranslatableDocumentFromPathOpener, IEditorService) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.EditorController(Sdl.Desktop.Platform.IStudioWindow, Sdl.TranslationStudio.Api.Editor.ITranslatableDocumentFromPathOpener, Sdl.TranslationStudio.Api.Editor.IEditorService) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.New(Sdl.Desktop.Platform.IStudioWindow, Sdl.TranslationStudio.Api.Editor.ITranslatableDocumentFromPathOpener, Sdl.TranslationStudio.Api.Editor.IEditorService) nameWithType: EditorController.EditorController(IStudioWindow, ITranslatableDocumentFromPathOpener, IEditorService) - nameWithType.vb: EditorController.New(IStudioWindow, ITranslatableDocumentFromPathOpener, IEditorService) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.#ctor* name: EditorController href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.html#Sdl_TranslationStudioAutomation_IntegrationApi_EditorController__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.EditorController - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.New nameWithType: EditorController.EditorController - nameWithType.vb: EditorController.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.Activate(Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument) name: Activate(IStudioDocument) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.html#Sdl_TranslationStudioAutomation_IntegrationApi_EditorController_Activate_Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_ @@ -145660,14 +132195,11 @@ references: nameWithType: EditorController.Open(IEnumerable, EditingMode) nameWithType.vb: EditorController.Open(IEnumerable(Of ProjectFile), EditingMode) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.Open(System.String) - name: Open(string) + name: Open(String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.html#Sdl_TranslationStudioAutomation_IntegrationApi_EditorController_Open_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.Open(System.String) - name.vb: Open(String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.Open(string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.Open(String) - nameWithType: EditorController.Open(string) - nameWithType.vb: EditorController.Open(String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.Open(System.String) + nameWithType: EditorController.Open(String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.Open* name: Open href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.html#Sdl_TranslationStudioAutomation_IntegrationApi_EditorController_Open_ @@ -145699,22 +132231,19 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.Save nameWithType: EditorController.Save - uid: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.SaveAs(Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument,System.Boolean) - name: SaveAs(IStudioDocument, bool) + name: SaveAs(IStudioDocument, Boolean) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.html#Sdl_TranslationStudioAutomation_IntegrationApi_EditorController_SaveAs_Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_System_Boolean_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.SaveAs(Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument,System.Boolean) - name.vb: SaveAs(IStudioDocument, Boolean) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.SaveAs(Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument, bool) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.SaveAs(Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument, Boolean) - nameWithType: EditorController.SaveAs(IStudioDocument, bool) - nameWithType.vb: EditorController.SaveAs(IStudioDocument, Boolean) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.SaveAs(Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument, System.Boolean) + nameWithType: EditorController.SaveAs(IStudioDocument, Boolean) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.SaveAs(Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument,System.Collections.Generic.IEnumerable{System.String},System.Boolean) - name: SaveAs(IStudioDocument, IEnumerable, bool) + name: SaveAs(IStudioDocument, IEnumerable, Boolean) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.html#Sdl_TranslationStudioAutomation_IntegrationApi_EditorController_SaveAs_Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_System_Collections_Generic_IEnumerable_System_String__System_Boolean_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.SaveAs(Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument,System.Collections.Generic.IEnumerable{System.String},System.Boolean) name.vb: SaveAs(IStudioDocument, IEnumerable(Of String), Boolean) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.SaveAs(Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument, System.Collections.Generic.IEnumerable, bool) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.SaveAs(Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument, System.Collections.Generic.IEnumerable(Of String), Boolean) - nameWithType: EditorController.SaveAs(IStudioDocument, IEnumerable, bool) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.SaveAs(Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument, System.Collections.Generic.IEnumerable, System.Boolean) + fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.SaveAs(Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument, System.Collections.Generic.IEnumerable(Of System.String), System.Boolean) + nameWithType: EditorController.SaveAs(IStudioDocument, IEnumerable, Boolean) nameWithType.vb: EditorController.SaveAs(IStudioDocument, IEnumerable(Of String), Boolean) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.EditorController.SaveAs* name: SaveAs @@ -145801,23 +132330,17 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent nameWithType: AddFileDescriptorExceptionNotificationEvent - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.#ctor(System.String,System.Object) - name: AddFileDescriptorExceptionNotificationEvent(string, object) + name: AddFileDescriptorExceptionNotificationEvent(String, Object) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_AddFileDescriptorExceptionNotificationEvent__ctor_System_String_System_Object_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.#ctor(System.String,System.Object) - name.vb: New(String, Object) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.AddFileDescriptorExceptionNotificationEvent(string, object) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.New(String, Object) - nameWithType: AddFileDescriptorExceptionNotificationEvent.AddFileDescriptorExceptionNotificationEvent(string, object) - nameWithType.vb: AddFileDescriptorExceptionNotificationEvent.New(String, Object) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.AddFileDescriptorExceptionNotificationEvent(System.String, System.Object) + nameWithType: AddFileDescriptorExceptionNotificationEvent.AddFileDescriptorExceptionNotificationEvent(String, Object) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.#ctor* name: AddFileDescriptorExceptionNotificationEvent href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_AddFileDescriptorExceptionNotificationEvent__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.AddFileDescriptorExceptionNotificationEvent - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.New nameWithType: AddFileDescriptorExceptionNotificationEvent.AddFileDescriptorExceptionNotificationEvent - nameWithType.vb: AddFileDescriptorExceptionNotificationEvent.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.ExemptedFileDescriptorId name: ExemptedFileDescriptorId href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.AddFileDescriptorExceptionNotificationEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_AddFileDescriptorExceptionNotificationEvent_ExemptedFileDescriptorId @@ -145849,41 +132372,29 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent nameWithType: ChangeSourceContentSettingsEvent - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.#ctor(Sdl.ProjectAutomation.FileBased.FileBasedProject,System.Boolean) - name: ChangeSourceContentSettingsEvent(FileBasedProject, bool) + name: ChangeSourceContentSettingsEvent(FileBasedProject, Boolean) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_ChangeSourceContentSettingsEvent__ctor_Sdl_ProjectAutomation_FileBased_FileBasedProject_System_Boolean_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.#ctor(Sdl.ProjectAutomation.FileBased.FileBasedProject,System.Boolean) - name.vb: New(FileBasedProject, Boolean) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.ChangeSourceContentSettingsEvent(Sdl.ProjectAutomation.FileBased.FileBasedProject, bool) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.New(Sdl.ProjectAutomation.FileBased.FileBasedProject, Boolean) - nameWithType: ChangeSourceContentSettingsEvent.ChangeSourceContentSettingsEvent(FileBasedProject, bool) - nameWithType.vb: ChangeSourceContentSettingsEvent.New(FileBasedProject, Boolean) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.ChangeSourceContentSettingsEvent(Sdl.ProjectAutomation.FileBased.FileBasedProject, System.Boolean) + nameWithType: ChangeSourceContentSettingsEvent.ChangeSourceContentSettingsEvent(FileBasedProject, Boolean) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.#ctor(Sdl.ProjectAutomation.FileBased.FileBasedProject,System.Boolean,System.Boolean) - name: ChangeSourceContentSettingsEvent(FileBasedProject, bool, bool) + name: ChangeSourceContentSettingsEvent(FileBasedProject, Boolean, Boolean) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_ChangeSourceContentSettingsEvent__ctor_Sdl_ProjectAutomation_FileBased_FileBasedProject_System_Boolean_System_Boolean_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.#ctor(Sdl.ProjectAutomation.FileBased.FileBasedProject,System.Boolean,System.Boolean) - name.vb: New(FileBasedProject, Boolean, Boolean) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.ChangeSourceContentSettingsEvent(Sdl.ProjectAutomation.FileBased.FileBasedProject, bool, bool) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.New(Sdl.ProjectAutomation.FileBased.FileBasedProject, Boolean, Boolean) - nameWithType: ChangeSourceContentSettingsEvent.ChangeSourceContentSettingsEvent(FileBasedProject, bool, bool) - nameWithType.vb: ChangeSourceContentSettingsEvent.New(FileBasedProject, Boolean, Boolean) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.ChangeSourceContentSettingsEvent(Sdl.ProjectAutomation.FileBased.FileBasedProject, System.Boolean, System.Boolean) + nameWithType: ChangeSourceContentSettingsEvent.ChangeSourceContentSettingsEvent(FileBasedProject, Boolean, Boolean) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.#ctor(Sdl.ProjectAutomation.FileBased.FileBasedProject,System.Boolean,System.Boolean,System.Boolean) - name: ChangeSourceContentSettingsEvent(FileBasedProject, bool, bool, bool) + name: ChangeSourceContentSettingsEvent(FileBasedProject, Boolean, Boolean, Boolean) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_ChangeSourceContentSettingsEvent__ctor_Sdl_ProjectAutomation_FileBased_FileBasedProject_System_Boolean_System_Boolean_System_Boolean_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.#ctor(Sdl.ProjectAutomation.FileBased.FileBasedProject,System.Boolean,System.Boolean,System.Boolean) - name.vb: New(FileBasedProject, Boolean, Boolean, Boolean) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.ChangeSourceContentSettingsEvent(Sdl.ProjectAutomation.FileBased.FileBasedProject, bool, bool, bool) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.New(Sdl.ProjectAutomation.FileBased.FileBasedProject, Boolean, Boolean, Boolean) - nameWithType: ChangeSourceContentSettingsEvent.ChangeSourceContentSettingsEvent(FileBasedProject, bool, bool, bool) - nameWithType.vb: ChangeSourceContentSettingsEvent.New(FileBasedProject, Boolean, Boolean, Boolean) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.ChangeSourceContentSettingsEvent(Sdl.ProjectAutomation.FileBased.FileBasedProject, System.Boolean, System.Boolean, System.Boolean) + nameWithType: ChangeSourceContentSettingsEvent.ChangeSourceContentSettingsEvent(FileBasedProject, Boolean, Boolean, Boolean) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.#ctor* name: ChangeSourceContentSettingsEvent href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_ChangeSourceContentSettingsEvent__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.ChangeSourceContentSettingsEvent - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.New nameWithType: ChangeSourceContentSettingsEvent.ChangeSourceContentSettingsEvent - nameWithType.vb: ChangeSourceContentSettingsEvent.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.AllowMergeAcrossParagraphs name: AllowMergeAcrossParagraphs href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ChangeSourceContentSettingsEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_ChangeSourceContentSettingsEvent_AllowMergeAcrossParagraphs @@ -145939,23 +132450,20 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent nameWithType: CommentsChangedEvent - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.#ctor(Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentEventType,Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentScope,System.Collections.Generic.IEnumerable{Sdl.FileTypeSupport.Framework.NativeApi.IComment}) - name: CommentsChangedEvent(CommentEventType, CommentScope, IEnumerable) + name: CommentsChangedEvent(CommentsChangedEvent.CommentEventType, CommentsChangedEvent.CommentScope, IEnumerable) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_CommentsChangedEvent__ctor_Sdl_TranslationStudioAutomation_IntegrationApi_Events_CommentsChangedEvent_CommentEventType_Sdl_TranslationStudioAutomation_IntegrationApi_Events_CommentsChangedEvent_CommentScope_System_Collections_Generic_IEnumerable_Sdl_FileTypeSupport_Framework_NativeApi_IComment__ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.#ctor(Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentEventType,Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentScope,System.Collections.Generic.IEnumerable{Sdl.FileTypeSupport.Framework.NativeApi.IComment}) - name.vb: New(CommentEventType, CommentScope, IEnumerable(Of IComment)) + name.vb: CommentsChangedEvent(CommentsChangedEvent.CommentEventType, CommentsChangedEvent.CommentScope, IEnumerable(Of IComment)) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentsChangedEvent(Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentEventType, Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentScope, System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.New(Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentEventType, Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentScope, System.Collections.Generic.IEnumerable(Of Sdl.FileTypeSupport.Framework.NativeApi.IComment)) + fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentsChangedEvent(Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentEventType, Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentScope, System.Collections.Generic.IEnumerable(Of Sdl.FileTypeSupport.Framework.NativeApi.IComment)) nameWithType: CommentsChangedEvent.CommentsChangedEvent(CommentsChangedEvent.CommentEventType, CommentsChangedEvent.CommentScope, IEnumerable) - nameWithType.vb: CommentsChangedEvent.New(CommentsChangedEvent.CommentEventType, CommentsChangedEvent.CommentScope, IEnumerable(Of IComment)) + nameWithType.vb: CommentsChangedEvent.CommentsChangedEvent(CommentsChangedEvent.CommentEventType, CommentsChangedEvent.CommentScope, IEnumerable(Of IComment)) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.#ctor* name: CommentsChangedEvent href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_CommentsChangedEvent__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentsChangedEvent - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.New nameWithType: CommentsChangedEvent.CommentsChangedEvent - nameWithType.vb: CommentsChangedEvent.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentEventType name: CommentsChangedEvent.CommentEventType href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CommentsChangedEvent.CommentEventType.html @@ -146059,50 +132567,44 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent nameWithType: CreateReturnPackageEvent - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.#ctor(System.String,Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress) - name: CreateReturnPackageEvent(string, IExternalJobWithProgress) + name: CreateReturnPackageEvent(String, IExternalJobWithProgress) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_CreateReturnPackageEvent__ctor_System_String_Sdl_Desktop_IntegrationApi_Jobs_IExternalJobWithProgress_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.#ctor(System.String,Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress) - name.vb: New(String, IExternalJobWithProgress) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.CreateReturnPackageEvent(string, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.New(String, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress) - nameWithType: CreateReturnPackageEvent.CreateReturnPackageEvent(string, IExternalJobWithProgress) - nameWithType.vb: CreateReturnPackageEvent.New(String, IExternalJobWithProgress) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.CreateReturnPackageEvent(System.String, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress) + nameWithType: CreateReturnPackageEvent.CreateReturnPackageEvent(String, IExternalJobWithProgress) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.#ctor(System.String,Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress,System.Collections.Generic.IList{Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage},System.Collections.Generic.IList{Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage}) - name: CreateReturnPackageEvent(string, IExternalJobWithProgress, IList, IList) + name: CreateReturnPackageEvent(String, IExternalJobWithProgress, IList, IList) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_CreateReturnPackageEvent__ctor_System_String_Sdl_Desktop_IntegrationApi_Jobs_IExternalJobWithProgress_System_Collections_Generic_IList_Sdl_Desktop_IntegrationApi_Wizard_StudioWizardPage__System_Collections_Generic_IList_Sdl_Desktop_IntegrationApi_Wizard_StudioWizardPage__ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.#ctor(System.String,Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress,System.Collections.Generic.IList{Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage},System.Collections.Generic.IList{Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage}) - name.vb: New(String, IExternalJobWithProgress, IList(Of StudioWizardPage), IList(Of StudioWizardPage)) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.CreateReturnPackageEvent(string, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, System.Collections.Generic.IList, System.Collections.Generic.IList) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.New(String, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, System.Collections.Generic.IList(Of Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage), System.Collections.Generic.IList(Of Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage)) - nameWithType: CreateReturnPackageEvent.CreateReturnPackageEvent(string, IExternalJobWithProgress, IList, IList) - nameWithType.vb: CreateReturnPackageEvent.New(String, IExternalJobWithProgress, IList(Of StudioWizardPage), IList(Of StudioWizardPage)) + name.vb: CreateReturnPackageEvent(String, IExternalJobWithProgress, IList(Of StudioWizardPage), IList(Of StudioWizardPage)) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.CreateReturnPackageEvent(System.String, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, System.Collections.Generic.IList, System.Collections.Generic.IList) + fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.CreateReturnPackageEvent(System.String, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, System.Collections.Generic.IList(Of Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage), System.Collections.Generic.IList(Of Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage)) + nameWithType: CreateReturnPackageEvent.CreateReturnPackageEvent(String, IExternalJobWithProgress, IList, IList) + nameWithType.vb: CreateReturnPackageEvent.CreateReturnPackageEvent(String, IExternalJobWithProgress, IList(Of StudioWizardPage), IList(Of StudioWizardPage)) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.#ctor(System.String,System.Collections.Generic.IList{System.Guid},Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress,System.Collections.Generic.IList{Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage},System.Collections.Generic.IList{Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage}) - name: CreateReturnPackageEvent(string, IList, IExternalJobWithProgress, IList, IList) + name: CreateReturnPackageEvent(String, IList, IExternalJobWithProgress, IList, IList) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_CreateReturnPackageEvent__ctor_System_String_System_Collections_Generic_IList_System_Guid__Sdl_Desktop_IntegrationApi_Jobs_IExternalJobWithProgress_System_Collections_Generic_IList_Sdl_Desktop_IntegrationApi_Wizard_StudioWizardPage__System_Collections_Generic_IList_Sdl_Desktop_IntegrationApi_Wizard_StudioWizardPage__ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.#ctor(System.String,System.Collections.Generic.IList{System.Guid},Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress,System.Collections.Generic.IList{Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage},System.Collections.Generic.IList{Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage}) - name.vb: New(String, IList(Of Guid), IExternalJobWithProgress, IList(Of StudioWizardPage), IList(Of StudioWizardPage)) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.CreateReturnPackageEvent(string, System.Collections.Generic.IList, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, System.Collections.Generic.IList, System.Collections.Generic.IList) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.New(String, System.Collections.Generic.IList(Of System.Guid), Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, System.Collections.Generic.IList(Of Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage), System.Collections.Generic.IList(Of Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage)) - nameWithType: CreateReturnPackageEvent.CreateReturnPackageEvent(string, IList, IExternalJobWithProgress, IList, IList) - nameWithType.vb: CreateReturnPackageEvent.New(String, IList(Of Guid), IExternalJobWithProgress, IList(Of StudioWizardPage), IList(Of StudioWizardPage)) + name.vb: CreateReturnPackageEvent(String, IList(Of Guid), IExternalJobWithProgress, IList(Of StudioWizardPage), IList(Of StudioWizardPage)) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.CreateReturnPackageEvent(System.String, System.Collections.Generic.IList, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, System.Collections.Generic.IList, System.Collections.Generic.IList) + fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.CreateReturnPackageEvent(System.String, System.Collections.Generic.IList(Of System.Guid), Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, System.Collections.Generic.IList(Of Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage), System.Collections.Generic.IList(Of Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage)) + nameWithType: CreateReturnPackageEvent.CreateReturnPackageEvent(String, IList, IExternalJobWithProgress, IList, IList) + nameWithType.vb: CreateReturnPackageEvent.CreateReturnPackageEvent(String, IList(Of Guid), IExternalJobWithProgress, IList(Of StudioWizardPage), IList(Of StudioWizardPage)) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.#ctor(System.String,System.Guid,Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress,System.Collections.Generic.IList{Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage},System.Collections.Generic.IList{Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage}) - name: CreateReturnPackageEvent(string, Guid, IExternalJobWithProgress, IList, IList) + name: CreateReturnPackageEvent(String, Guid, IExternalJobWithProgress, IList, IList) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_CreateReturnPackageEvent__ctor_System_String_System_Guid_Sdl_Desktop_IntegrationApi_Jobs_IExternalJobWithProgress_System_Collections_Generic_IList_Sdl_Desktop_IntegrationApi_Wizard_StudioWizardPage__System_Collections_Generic_IList_Sdl_Desktop_IntegrationApi_Wizard_StudioWizardPage__ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.#ctor(System.String,System.Guid,Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress,System.Collections.Generic.IList{Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage},System.Collections.Generic.IList{Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage}) - name.vb: New(String, Guid, IExternalJobWithProgress, IList(Of StudioWizardPage), IList(Of StudioWizardPage)) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.CreateReturnPackageEvent(string, System.Guid, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, System.Collections.Generic.IList, System.Collections.Generic.IList) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.New(String, System.Guid, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, System.Collections.Generic.IList(Of Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage), System.Collections.Generic.IList(Of Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage)) - nameWithType: CreateReturnPackageEvent.CreateReturnPackageEvent(string, Guid, IExternalJobWithProgress, IList, IList) - nameWithType.vb: CreateReturnPackageEvent.New(String, Guid, IExternalJobWithProgress, IList(Of StudioWizardPage), IList(Of StudioWizardPage)) + name.vb: CreateReturnPackageEvent(String, Guid, IExternalJobWithProgress, IList(Of StudioWizardPage), IList(Of StudioWizardPage)) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.CreateReturnPackageEvent(System.String, System.Guid, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, System.Collections.Generic.IList, System.Collections.Generic.IList) + fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.CreateReturnPackageEvent(System.String, System.Guid, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, System.Collections.Generic.IList(Of Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage), System.Collections.Generic.IList(Of Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage)) + nameWithType: CreateReturnPackageEvent.CreateReturnPackageEvent(String, Guid, IExternalJobWithProgress, IList, IList) + nameWithType.vb: CreateReturnPackageEvent.CreateReturnPackageEvent(String, Guid, IExternalJobWithProgress, IList(Of StudioWizardPage), IList(Of StudioWizardPage)) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.#ctor* name: CreateReturnPackageEvent href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_CreateReturnPackageEvent__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.CreateReturnPackageEvent - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.New nameWithType: CreateReturnPackageEvent.CreateReturnPackageEvent - nameWithType.vb: CreateReturnPackageEvent.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.FirstPages name: FirstPages href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.CreateReturnPackageEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_CreateReturnPackageEvent_FirstPages @@ -146185,29 +132687,20 @@ references: name: OpenNewProjectWizardEvent() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_OpenNewProjectWizardEvent__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.OpenNewProjectWizardEvent() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.New() nameWithType: OpenNewProjectWizardEvent.OpenNewProjectWizardEvent() - nameWithType.vb: OpenNewProjectWizardEvent.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.#ctor(Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData) name: OpenNewProjectWizardEvent(ProjectWizardData) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_OpenNewProjectWizardEvent__ctor_Sdl_TranslationStudioAutomation_IntegrationApi_Events_ProjectWizardData_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.#ctor(Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData) - name.vb: New(ProjectWizardData) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.OpenNewProjectWizardEvent(Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.New(Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData) nameWithType: OpenNewProjectWizardEvent.OpenNewProjectWizardEvent(ProjectWizardData) - nameWithType.vb: OpenNewProjectWizardEvent.New(ProjectWizardData) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.#ctor* name: OpenNewProjectWizardEvent href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_OpenNewProjectWizardEvent__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.OpenNewProjectWizardEvent - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.New nameWithType: OpenNewProjectWizardEvent.OpenNewProjectWizardEvent - nameWithType.vb: OpenNewProjectWizardEvent.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.ProjectData name: ProjectData href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenNewProjectWizardEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_OpenNewProjectWizardEvent_ProjectData @@ -146230,29 +132723,20 @@ references: name: OpenProjectForSelectedLanguageEvent(FileBasedProject) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_OpenProjectForSelectedLanguageEvent__ctor_Sdl_ProjectAutomation_FileBased_FileBasedProject_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.#ctor(Sdl.ProjectAutomation.FileBased.FileBasedProject) - name.vb: New(FileBasedProject) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.OpenProjectForSelectedLanguageEvent(Sdl.ProjectAutomation.FileBased.FileBasedProject) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.New(Sdl.ProjectAutomation.FileBased.FileBasedProject) nameWithType: OpenProjectForSelectedLanguageEvent.OpenProjectForSelectedLanguageEvent(FileBasedProject) - nameWithType.vb: OpenProjectForSelectedLanguageEvent.New(FileBasedProject) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.#ctor(Sdl.ProjectAutomation.FileBased.FileBasedProject,Sdl.Core.Globalization.Language) name: OpenProjectForSelectedLanguageEvent(FileBasedProject, Language) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_OpenProjectForSelectedLanguageEvent__ctor_Sdl_ProjectAutomation_FileBased_FileBasedProject_Sdl_Core_Globalization_Language_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.#ctor(Sdl.ProjectAutomation.FileBased.FileBasedProject,Sdl.Core.Globalization.Language) - name.vb: New(FileBasedProject, Language) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.OpenProjectForSelectedLanguageEvent(Sdl.ProjectAutomation.FileBased.FileBasedProject, Sdl.Core.Globalization.Language) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.New(Sdl.ProjectAutomation.FileBased.FileBasedProject, Sdl.Core.Globalization.Language) nameWithType: OpenProjectForSelectedLanguageEvent.OpenProjectForSelectedLanguageEvent(FileBasedProject, Language) - nameWithType.vb: OpenProjectForSelectedLanguageEvent.New(FileBasedProject, Language) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.#ctor* name: OpenProjectForSelectedLanguageEvent href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_OpenProjectForSelectedLanguageEvent__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.OpenProjectForSelectedLanguageEvent - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.New nameWithType: OpenProjectForSelectedLanguageEvent.OpenProjectForSelectedLanguageEvent - nameWithType.vb: OpenProjectForSelectedLanguageEvent.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.Project name: Project href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectForSelectedLanguageEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_OpenProjectForSelectedLanguageEvent_Project @@ -146284,41 +132768,32 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent nameWithType: OpenProjectPackageEvent - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.#ctor(System.String,Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress) - name: OpenProjectPackageEvent(string, IExternalJobWithProgress) + name: OpenProjectPackageEvent(String, IExternalJobWithProgress) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_OpenProjectPackageEvent__ctor_System_String_Sdl_Desktop_IntegrationApi_Jobs_IExternalJobWithProgress_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.#ctor(System.String,Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress) - name.vb: New(String, IExternalJobWithProgress) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.OpenProjectPackageEvent(string, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.New(String, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress) - nameWithType: OpenProjectPackageEvent.OpenProjectPackageEvent(string, IExternalJobWithProgress) - nameWithType.vb: OpenProjectPackageEvent.New(String, IExternalJobWithProgress) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.OpenProjectPackageEvent(System.String, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress) + nameWithType: OpenProjectPackageEvent.OpenProjectPackageEvent(String, IExternalJobWithProgress) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.#ctor(System.String,Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress,System.String,System.String) - name: OpenProjectPackageEvent(string, IExternalJobWithProgress, string, string) + name: OpenProjectPackageEvent(String, IExternalJobWithProgress, String, String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_OpenProjectPackageEvent__ctor_System_String_Sdl_Desktop_IntegrationApi_Jobs_IExternalJobWithProgress_System_String_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.#ctor(System.String,Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress,System.String,System.String) - name.vb: New(String, IExternalJobWithProgress, String, String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.OpenProjectPackageEvent(string, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, string, string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.New(String, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, String, String) - nameWithType: OpenProjectPackageEvent.OpenProjectPackageEvent(string, IExternalJobWithProgress, string, string) - nameWithType.vb: OpenProjectPackageEvent.New(String, IExternalJobWithProgress, String, String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.OpenProjectPackageEvent(System.String, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, System.String, System.String) + nameWithType: OpenProjectPackageEvent.OpenProjectPackageEvent(String, IExternalJobWithProgress, String, String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.#ctor(System.String,Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress,System.String,System.String,System.Collections.Generic.IList{Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage},System.Collections.Generic.IList{Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage}) - name: OpenProjectPackageEvent(string, IExternalJobWithProgress, string, string, IList, IList) + name: OpenProjectPackageEvent(String, IExternalJobWithProgress, String, String, IList, IList) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_OpenProjectPackageEvent__ctor_System_String_Sdl_Desktop_IntegrationApi_Jobs_IExternalJobWithProgress_System_String_System_String_System_Collections_Generic_IList_Sdl_Desktop_IntegrationApi_Wizard_StudioWizardPage__System_Collections_Generic_IList_Sdl_Desktop_IntegrationApi_Wizard_StudioWizardPage__ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.#ctor(System.String,Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress,System.String,System.String,System.Collections.Generic.IList{Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage},System.Collections.Generic.IList{Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage}) - name.vb: New(String, IExternalJobWithProgress, String, String, IList(Of StudioWizardPage), IList(Of StudioWizardPage)) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.OpenProjectPackageEvent(string, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, string, string, System.Collections.Generic.IList, System.Collections.Generic.IList) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.New(String, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, String, String, System.Collections.Generic.IList(Of Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage), System.Collections.Generic.IList(Of Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage)) - nameWithType: OpenProjectPackageEvent.OpenProjectPackageEvent(string, IExternalJobWithProgress, string, string, IList, IList) - nameWithType.vb: OpenProjectPackageEvent.New(String, IExternalJobWithProgress, String, String, IList(Of StudioWizardPage), IList(Of StudioWizardPage)) + name.vb: OpenProjectPackageEvent(String, IExternalJobWithProgress, String, String, IList(Of StudioWizardPage), IList(Of StudioWizardPage)) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.OpenProjectPackageEvent(System.String, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, System.String, System.String, System.Collections.Generic.IList, System.Collections.Generic.IList) + fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.OpenProjectPackageEvent(System.String, Sdl.Desktop.IntegrationApi.Jobs.IExternalJobWithProgress, System.String, System.String, System.Collections.Generic.IList(Of Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage), System.Collections.Generic.IList(Of Sdl.Desktop.IntegrationApi.Wizard.StudioWizardPage)) + nameWithType: OpenProjectPackageEvent.OpenProjectPackageEvent(String, IExternalJobWithProgress, String, String, IList, IList) + nameWithType.vb: OpenProjectPackageEvent.OpenProjectPackageEvent(String, IExternalJobWithProgress, String, String, IList(Of StudioWizardPage), IList(Of StudioWizardPage)) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.#ctor* name: OpenProjectPackageEvent href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_OpenProjectPackageEvent__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.OpenProjectPackageEvent - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.New nameWithType: OpenProjectPackageEvent.OpenProjectPackageEvent - nameWithType.vb: OpenProjectPackageEvent.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.FirstPages name: FirstPages href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.OpenProjectPackageEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_OpenProjectPackageEvent_FirstPages @@ -146401,20 +132876,14 @@ references: name: ProjectWizardData() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_ProjectWizardData__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.ProjectWizardData() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.New() nameWithType: ProjectWizardData.ProjectWizardData() - nameWithType.vb: ProjectWizardData.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.#ctor* name: ProjectWizardData href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_ProjectWizardData__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.ProjectWizardData - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.New nameWithType: ProjectWizardData.ProjectWizardData - nameWithType.vb: ProjectWizardData.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.Content name: Content href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.ProjectWizardData.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_ProjectWizardData_Content @@ -146473,20 +132942,14 @@ references: name: RefreshProjectsEvent() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.RefreshProjectsEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_RefreshProjectsEvent__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.RefreshProjectsEvent.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.RefreshProjectsEvent.RefreshProjectsEvent() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.RefreshProjectsEvent.New() nameWithType: RefreshProjectsEvent.RefreshProjectsEvent() - nameWithType.vb: RefreshProjectsEvent.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.RefreshProjectsEvent.#ctor* name: RefreshProjectsEvent href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.RefreshProjectsEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_RefreshProjectsEvent__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Events.RefreshProjectsEvent.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.RefreshProjectsEvent.RefreshProjectsEvent - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.RefreshProjectsEvent.New nameWithType: RefreshProjectsEvent.RefreshProjectsEvent - nameWithType.vb: RefreshProjectsEvent.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent name: SegmentsMergedEvent href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.html @@ -146497,29 +132960,23 @@ references: name: SegmentsMergedEvent(Document, ParagraphUnitId) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_SegmentsMergedEvent__ctor_Sdl_TranslationStudioAutomation_IntegrationApi_Document_Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.#ctor(Sdl.TranslationStudioAutomation.IntegrationApi.Document,Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId) - name.vb: New(Document, ParagraphUnitId) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.SegmentsMergedEvent(Sdl.TranslationStudioAutomation.IntegrationApi.Document, Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.New(Sdl.TranslationStudioAutomation.IntegrationApi.Document, Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId) nameWithType: SegmentsMergedEvent.SegmentsMergedEvent(Document, ParagraphUnitId) - nameWithType.vb: SegmentsMergedEvent.New(Document, ParagraphUnitId) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.#ctor(Sdl.TranslationStudioAutomation.IntegrationApi.Document,Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId,Sdl.FileTypeSupport.Framework.NativeApi.SegmentId,Sdl.FileTypeSupport.Framework.NativeApi.SegmentId[]) name: SegmentsMergedEvent(Document, ParagraphUnitId, SegmentId, SegmentId[]) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_SegmentsMergedEvent__ctor_Sdl_TranslationStudioAutomation_IntegrationApi_Document_Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_Sdl_FileTypeSupport_Framework_NativeApi_SegmentId_Sdl_FileTypeSupport_Framework_NativeApi_SegmentId___ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.#ctor(Sdl.TranslationStudioAutomation.IntegrationApi.Document,Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId,Sdl.FileTypeSupport.Framework.NativeApi.SegmentId,Sdl.FileTypeSupport.Framework.NativeApi.SegmentId[]) - name.vb: New(Document, ParagraphUnitId, SegmentId, SegmentId()) + name.vb: SegmentsMergedEvent(Document, ParagraphUnitId, SegmentId, SegmentId()) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.SegmentsMergedEvent(Sdl.TranslationStudioAutomation.IntegrationApi.Document, Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId[]) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.New(Sdl.TranslationStudioAutomation.IntegrationApi.Document, Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId()) + fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.SegmentsMergedEvent(Sdl.TranslationStudioAutomation.IntegrationApi.Document, Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId()) nameWithType: SegmentsMergedEvent.SegmentsMergedEvent(Document, ParagraphUnitId, SegmentId, SegmentId[]) - nameWithType.vb: SegmentsMergedEvent.New(Document, ParagraphUnitId, SegmentId, SegmentId()) + nameWithType.vb: SegmentsMergedEvent.SegmentsMergedEvent(Document, ParagraphUnitId, SegmentId, SegmentId()) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.#ctor* name: SegmentsMergedEvent href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_SegmentsMergedEvent__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.SegmentsMergedEvent - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.New nameWithType: SegmentsMergedEvent.SegmentsMergedEvent - nameWithType.vb: SegmentsMergedEvent.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.Document name: Document href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentsMergedEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_SegmentsMergedEvent_Document @@ -146578,29 +133035,20 @@ references: name: SegmentSplitEvent(Document, ParagraphUnitId) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_SegmentSplitEvent__ctor_Sdl_TranslationStudioAutomation_IntegrationApi_Document_Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.#ctor(Sdl.TranslationStudioAutomation.IntegrationApi.Document,Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId) - name.vb: New(Document, ParagraphUnitId) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.SegmentSplitEvent(Sdl.TranslationStudioAutomation.IntegrationApi.Document, Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.New(Sdl.TranslationStudioAutomation.IntegrationApi.Document, Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId) nameWithType: SegmentSplitEvent.SegmentSplitEvent(Document, ParagraphUnitId) - nameWithType.vb: SegmentSplitEvent.New(Document, ParagraphUnitId) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.#ctor(Sdl.TranslationStudioAutomation.IntegrationApi.Document,Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId,Sdl.FileTypeSupport.Framework.NativeApi.SegmentId,Sdl.FileTypeSupport.Framework.NativeApi.SegmentId,Sdl.FileTypeSupport.Framework.NativeApi.SegmentId) name: SegmentSplitEvent(Document, ParagraphUnitId, SegmentId, SegmentId, SegmentId) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_SegmentSplitEvent__ctor_Sdl_TranslationStudioAutomation_IntegrationApi_Document_Sdl_FileTypeSupport_Framework_NativeApi_ParagraphUnitId_Sdl_FileTypeSupport_Framework_NativeApi_SegmentId_Sdl_FileTypeSupport_Framework_NativeApi_SegmentId_Sdl_FileTypeSupport_Framework_NativeApi_SegmentId_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.#ctor(Sdl.TranslationStudioAutomation.IntegrationApi.Document,Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId,Sdl.FileTypeSupport.Framework.NativeApi.SegmentId,Sdl.FileTypeSupport.Framework.NativeApi.SegmentId,Sdl.FileTypeSupport.Framework.NativeApi.SegmentId) - name.vb: New(Document, ParagraphUnitId, SegmentId, SegmentId, SegmentId) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.SegmentSplitEvent(Sdl.TranslationStudioAutomation.IntegrationApi.Document, Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.New(Sdl.TranslationStudioAutomation.IntegrationApi.Document, Sdl.FileTypeSupport.Framework.NativeApi.ParagraphUnitId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId, Sdl.FileTypeSupport.Framework.NativeApi.SegmentId) nameWithType: SegmentSplitEvent.SegmentSplitEvent(Document, ParagraphUnitId, SegmentId, SegmentId, SegmentId) - nameWithType.vb: SegmentSplitEvent.New(Document, ParagraphUnitId, SegmentId, SegmentId, SegmentId) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.#ctor* name: SegmentSplitEvent href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_SegmentSplitEvent__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.SegmentSplitEvent - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.New nameWithType: SegmentSplitEvent.SegmentSplitEvent - nameWithType.vb: SegmentSplitEvent.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.Document name: Document href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Events.SegmentSplitEvent.html#Sdl_TranslationStudioAutomation_IntegrationApi_Events_SegmentSplitEvent_Document @@ -146677,29 +133125,20 @@ references: name: AutoSuggestProviderAttribute() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.html#Sdl_TranslationStudioAutomation_IntegrationApi_Extensions_AutoSuggestProviderAttribute__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.AutoSuggestProviderAttribute() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.New() nameWithType: AutoSuggestProviderAttribute.AutoSuggestProviderAttribute() - nameWithType.vb: AutoSuggestProviderAttribute.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.#ctor(System.String,System.String,System.String) - name: AutoSuggestProviderAttribute(string, string, string) + name: AutoSuggestProviderAttribute(String, String, String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.html#Sdl_TranslationStudioAutomation_IntegrationApi_Extensions_AutoSuggestProviderAttribute__ctor_System_String_System_String_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.#ctor(System.String,System.String,System.String) - name.vb: New(String, String, String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.AutoSuggestProviderAttribute(string, string, string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.New(String, String, String) - nameWithType: AutoSuggestProviderAttribute.AutoSuggestProviderAttribute(string, string, string) - nameWithType.vb: AutoSuggestProviderAttribute.New(String, String, String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.AutoSuggestProviderAttribute(System.String, System.String, System.String) + nameWithType: AutoSuggestProviderAttribute.AutoSuggestProviderAttribute(String, String, String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.#ctor* name: AutoSuggestProviderAttribute href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.html#Sdl_TranslationStudioAutomation_IntegrationApi_Extensions_AutoSuggestProviderAttribute__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.AutoSuggestProviderAttribute - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.AutoSuggestProviderAttribute.New nameWithType: AutoSuggestProviderAttribute.AutoSuggestProviderAttribute - nameWithType.vb: AutoSuggestProviderAttribute.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute name: ExternalPackageConvertorExtensionAttribute href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.html @@ -146710,29 +133149,20 @@ references: name: ExternalPackageConvertorExtensionAttribute() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.html#Sdl_TranslationStudioAutomation_IntegrationApi_Extensions_ExternalPackageConvertorExtensionAttribute__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.ExternalPackageConvertorExtensionAttribute() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.New() nameWithType: ExternalPackageConvertorExtensionAttribute.ExternalPackageConvertorExtensionAttribute() - nameWithType.vb: ExternalPackageConvertorExtensionAttribute.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.#ctor(System.String,System.String,System.String,System.String,System.String,System.String) - name: ExternalPackageConvertorExtensionAttribute(string, string, string, string, string, string) + name: ExternalPackageConvertorExtensionAttribute(String, String, String, String, String, String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.html#Sdl_TranslationStudioAutomation_IntegrationApi_Extensions_ExternalPackageConvertorExtensionAttribute__ctor_System_String_System_String_System_String_System_String_System_String_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.#ctor(System.String,System.String,System.String,System.String,System.String,System.String) - name.vb: New(String, String, String, String, String, String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.ExternalPackageConvertorExtensionAttribute(string, string, string, string, string, string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.New(String, String, String, String, String, String) - nameWithType: ExternalPackageConvertorExtensionAttribute.ExternalPackageConvertorExtensionAttribute(string, string, string, string, string, string) - nameWithType.vb: ExternalPackageConvertorExtensionAttribute.New(String, String, String, String, String, String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.ExternalPackageConvertorExtensionAttribute(System.String, System.String, System.String, System.String, System.String, System.String) + nameWithType: ExternalPackageConvertorExtensionAttribute.ExternalPackageConvertorExtensionAttribute(String, String, String, String, String, String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.#ctor* name: ExternalPackageConvertorExtensionAttribute href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.html#Sdl_TranslationStudioAutomation_IntegrationApi_Extensions_ExternalPackageConvertorExtensionAttribute__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.ExternalPackageConvertorExtensionAttribute - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.New nameWithType: ExternalPackageConvertorExtensionAttribute.ExternalPackageConvertorExtensionAttribute - nameWithType.vb: ExternalPackageConvertorExtensionAttribute.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.PackageFileExtension name: PackageFileExtension href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.ExternalPackageConvertorExtensionAttribute.html#Sdl_TranslationStudioAutomation_IntegrationApi_Extensions_ExternalPackageConvertorExtensionAttribute_PackageFileExtension @@ -146797,20 +133227,14 @@ references: name: FilesController(IVisibleFilesProvider, IStudioWindow) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.html#Sdl_TranslationStudioAutomation_IntegrationApi_FilesController__ctor_Sdl_TranslationStudio_Api_ProjectManagement_IVisibleFilesProvider_Sdl_Desktop_Platform_IStudioWindow_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.#ctor(Sdl.TranslationStudio.Api.ProjectManagement.IVisibleFilesProvider,Sdl.Desktop.Platform.IStudioWindow) - name.vb: New(IVisibleFilesProvider, IStudioWindow) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.FilesController(Sdl.TranslationStudio.Api.ProjectManagement.IVisibleFilesProvider, Sdl.Desktop.Platform.IStudioWindow) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.New(Sdl.TranslationStudio.Api.ProjectManagement.IVisibleFilesProvider, Sdl.Desktop.Platform.IStudioWindow) nameWithType: FilesController.FilesController(IVisibleFilesProvider, IStudioWindow) - nameWithType.vb: FilesController.New(IVisibleFilesProvider, IStudioWindow) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.#ctor* name: FilesController href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.html#Sdl_TranslationStudioAutomation_IntegrationApi_FilesController__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.FilesController - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.New nameWithType: FilesController.FilesController - nameWithType.vb: FilesController.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.AddFiles name: AddFiles() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.FilesController.html#Sdl_TranslationStudioAutomation_IntegrationApi_FilesController_AddFiles @@ -146980,20 +133404,14 @@ references: name: SdlTradosStudioApplication() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.html#Sdl_TranslationStudioAutomation_IntegrationApi_Internal_SdlTradosStudioApplication__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.SdlTradosStudioApplication() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.New() nameWithType: SdlTradosStudioApplication.SdlTradosStudioApplication() - nameWithType.vb: SdlTradosStudioApplication.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.#ctor* name: SdlTradosStudioApplication href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.html#Sdl_TranslationStudioAutomation_IntegrationApi_Internal_SdlTradosStudioApplication__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.SdlTradosStudioApplication - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.New nameWithType: SdlTradosStudioApplication.SdlTradosStudioApplication - nameWithType.vb: SdlTradosStudioApplication.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.RegisterRelay(Sdl.Desktop.Platform.IStudioWindow) name: RegisterRelay(IStudioWindow) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Internal.SdlTradosStudioApplication.html#Sdl_TranslationStudioAutomation_IntegrationApi_Internal_SdlTradosStudioApplication_RegisterRelay_Sdl_Desktop_Platform_IStudioWindow_ @@ -147085,14 +133503,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ActiveSegmentPair nameWithType: IStudioDocument.ActiveSegmentPair - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.AddCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.String,Sdl.FileTypeSupport.Framework.NativeApi.Severity) - name: AddCommentOnSegment(ISegmentPair, string, Severity) + name: AddCommentOnSegment(ISegmentPair, String, Severity) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_AddCommentOnSegment_Sdl_FileTypeSupport_Framework_BilingualApi_ISegmentPair_System_String_Sdl_FileTypeSupport_Framework_NativeApi_Severity_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.AddCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.String,Sdl.FileTypeSupport.Framework.NativeApi.Severity) - name.vb: AddCommentOnSegment(ISegmentPair, String, Severity) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.AddCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, string, Sdl.FileTypeSupport.Framework.NativeApi.Severity) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.AddCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, String, Sdl.FileTypeSupport.Framework.NativeApi.Severity) - nameWithType: IStudioDocument.AddCommentOnSegment(ISegmentPair, string, Severity) - nameWithType.vb: IStudioDocument.AddCommentOnSegment(ISegmentPair, String, Severity) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.AddCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, System.String, Sdl.FileTypeSupport.Framework.NativeApi.Severity) + nameWithType: IStudioDocument.AddCommentOnSegment(ISegmentPair, String, Severity) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.AddCommentOnSegment* name: AddCommentOnSegment href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_AddCommentOnSegment_ @@ -147100,14 +133515,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.AddCommentOnSegment nameWithType: IStudioDocument.AddCommentOnSegment - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.AddCommentOnTargetSelection(System.String,Sdl.FileTypeSupport.Framework.NativeApi.Severity) - name: AddCommentOnTargetSelection(string, Severity) + name: AddCommentOnTargetSelection(String, Severity) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_AddCommentOnTargetSelection_System_String_Sdl_FileTypeSupport_Framework_NativeApi_Severity_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.AddCommentOnTargetSelection(System.String,Sdl.FileTypeSupport.Framework.NativeApi.Severity) - name.vb: AddCommentOnTargetSelection(String, Severity) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.AddCommentOnTargetSelection(string, Sdl.FileTypeSupport.Framework.NativeApi.Severity) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.AddCommentOnTargetSelection(String, Sdl.FileTypeSupport.Framework.NativeApi.Severity) - nameWithType: IStudioDocument.AddCommentOnTargetSelection(string, Severity) - nameWithType.vb: IStudioDocument.AddCommentOnTargetSelection(String, Severity) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.AddCommentOnTargetSelection(System.String, Sdl.FileTypeSupport.Framework.NativeApi.Severity) + nameWithType: IStudioDocument.AddCommentOnTargetSelection(String, Severity) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.AddCommentOnTargetSelection* name: AddCommentOnTargetSelection href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_AddCommentOnTargetSelection_ @@ -147139,14 +133551,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ChangeConfirmationLevelOnSegment nameWithType: IStudioDocument.ChangeConfirmationLevelOnSegment - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ChangeTranslationOriginOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.String) - name: ChangeTranslationOriginOnSegment(ISegmentPair, string) + name: ChangeTranslationOriginOnSegment(ISegmentPair, String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_ChangeTranslationOriginOnSegment_Sdl_FileTypeSupport_Framework_BilingualApi_ISegmentPair_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ChangeTranslationOriginOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.String) - name.vb: ChangeTranslationOriginOnSegment(ISegmentPair, String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ChangeTranslationOriginOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ChangeTranslationOriginOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, String) - nameWithType: IStudioDocument.ChangeTranslationOriginOnSegment(ISegmentPair, string) - nameWithType.vb: IStudioDocument.ChangeTranslationOriginOnSegment(ISegmentPair, String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ChangeTranslationOriginOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, System.String) + nameWithType: IStudioDocument.ChangeTranslationOriginOnSegment(ISegmentPair, String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ChangeTranslationOriginOnSegment* name: ChangeTranslationOriginOnSegment href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_ChangeTranslationOriginOnSegment_ @@ -147250,14 +133659,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.FilteredSegmentPairsCount nameWithType: IStudioDocument.FilteredSegmentPairsCount - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.FindTextInSegment(System.String,System.String,System.Boolean,System.Boolean) - name: FindTextInSegment(string, string, bool, bool) + name: FindTextInSegment(String, String, Boolean, Boolean) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_FindTextInSegment_System_String_System_String_System_Boolean_System_Boolean_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.FindTextInSegment(System.String,System.String,System.Boolean,System.Boolean) - name.vb: FindTextInSegment(String, String, Boolean, Boolean) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.FindTextInSegment(string, string, bool, bool) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.FindTextInSegment(String, String, Boolean, Boolean) - nameWithType: IStudioDocument.FindTextInSegment(string, string, bool, bool) - nameWithType.vb: IStudioDocument.FindTextInSegment(String, String, Boolean, Boolean) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.FindTextInSegment(System.String, System.String, System.Boolean, System.Boolean) + nameWithType: IStudioDocument.FindTextInSegment(String, String, Boolean, Boolean) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.FindTextInSegment* name: FindTextInSegment href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_FindTextInSegment_ @@ -147313,23 +133719,17 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.GetParentParagraphUnit nameWithType: IStudioDocument.GetParentParagraphUnit - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.GetSegmentPair(System.Int32) - name: GetSegmentPair(int) + name: GetSegmentPair(Int32) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_GetSegmentPair_System_Int32_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.GetSegmentPair(System.Int32) - name.vb: GetSegmentPair(Integer) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.GetSegmentPair(int) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.GetSegmentPair(Integer) - nameWithType: IStudioDocument.GetSegmentPair(int) - nameWithType.vb: IStudioDocument.GetSegmentPair(Integer) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.GetSegmentPair(System.Int32) + nameWithType: IStudioDocument.GetSegmentPair(Int32) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.GetSegmentPair(System.String,System.String) - name: GetSegmentPair(string, string) + name: GetSegmentPair(String, String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_GetSegmentPair_System_String_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.GetSegmentPair(System.String,System.String) - name.vb: GetSegmentPair(String, String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.GetSegmentPair(string, string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.GetSegmentPair(String, String) - nameWithType: IStudioDocument.GetSegmentPair(string, string) - nameWithType.vb: IStudioDocument.GetSegmentPair(String, String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.GetSegmentPair(System.String, System.String) + nameWithType: IStudioDocument.GetSegmentPair(String, String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.GetSegmentPair* name: GetSegmentPair href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_GetSegmentPair_ @@ -147409,13 +133809,13 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.Mode nameWithType: IStudioDocument.Mode - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ProcessSegmentPair(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.String,System.Action{Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.ComponentModel.CancelEventArgs}) - name: ProcessSegmentPair(ISegmentPair, string, Action) + name: ProcessSegmentPair(ISegmentPair, String, Action) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_ProcessSegmentPair_Sdl_FileTypeSupport_Framework_BilingualApi_ISegmentPair_System_String_System_Action_Sdl_FileTypeSupport_Framework_BilingualApi_ISegmentPair_System_ComponentModel_CancelEventArgs__ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ProcessSegmentPair(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.String,System.Action{Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.ComponentModel.CancelEventArgs}) name.vb: ProcessSegmentPair(ISegmentPair, String, Action(Of ISegmentPair, CancelEventArgs)) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ProcessSegmentPair(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, string, System.Action) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ProcessSegmentPair(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, String, System.Action(Of Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, System.ComponentModel.CancelEventArgs)) - nameWithType: IStudioDocument.ProcessSegmentPair(ISegmentPair, string, Action) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ProcessSegmentPair(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, System.String, System.Action) + fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ProcessSegmentPair(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, System.String, System.Action(Of Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, System.ComponentModel.CancelEventArgs)) + nameWithType: IStudioDocument.ProcessSegmentPair(ISegmentPair, String, Action) nameWithType.vb: IStudioDocument.ProcessSegmentPair(ISegmentPair, String, Action(Of ISegmentPair, CancelEventArgs)) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ProcessSegmentPair* name: ProcessSegmentPair @@ -147424,13 +133824,13 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ProcessSegmentPair nameWithType: IStudioDocument.ProcessSegmentPair - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ProcessSegmentPairs(System.String,System.Action{Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.ComponentModel.CancelEventArgs}) - name: ProcessSegmentPairs(string, Action) + name: ProcessSegmentPairs(String, Action) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_ProcessSegmentPairs_System_String_System_Action_Sdl_FileTypeSupport_Framework_BilingualApi_ISegmentPair_System_ComponentModel_CancelEventArgs__ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ProcessSegmentPairs(System.String,System.Action{Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,System.ComponentModel.CancelEventArgs}) name.vb: ProcessSegmentPairs(String, Action(Of ISegmentPair, CancelEventArgs)) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ProcessSegmentPairs(string, System.Action) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ProcessSegmentPairs(String, System.Action(Of Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, System.ComponentModel.CancelEventArgs)) - nameWithType: IStudioDocument.ProcessSegmentPairs(string, Action) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ProcessSegmentPairs(System.String, System.Action) + fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ProcessSegmentPairs(System.String, System.Action(Of Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, System.ComponentModel.CancelEventArgs)) + nameWithType: IStudioDocument.ProcessSegmentPairs(String, Action) nameWithType.vb: IStudioDocument.ProcessSegmentPairs(String, Action(Of ISegmentPair, CancelEventArgs)) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.ProcessSegmentPairs* name: ProcessSegmentPairs @@ -147517,23 +133917,17 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.Selection nameWithType: IStudioDocument.Selection - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.SetActiveSegmentPair(Sdl.ProjectAutomation.Core.ProjectFile,System.String,System.Boolean) - name: SetActiveSegmentPair(ProjectFile, string, bool) + name: SetActiveSegmentPair(ProjectFile, String, Boolean) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_SetActiveSegmentPair_Sdl_ProjectAutomation_Core_ProjectFile_System_String_System_Boolean_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.SetActiveSegmentPair(Sdl.ProjectAutomation.Core.ProjectFile,System.String,System.Boolean) - name.vb: SetActiveSegmentPair(ProjectFile, String, Boolean) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.SetActiveSegmentPair(Sdl.ProjectAutomation.Core.ProjectFile, string, bool) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.SetActiveSegmentPair(Sdl.ProjectAutomation.Core.ProjectFile, String, Boolean) - nameWithType: IStudioDocument.SetActiveSegmentPair(ProjectFile, string, bool) - nameWithType.vb: IStudioDocument.SetActiveSegmentPair(ProjectFile, String, Boolean) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.SetActiveSegmentPair(Sdl.ProjectAutomation.Core.ProjectFile, System.String, System.Boolean) + nameWithType: IStudioDocument.SetActiveSegmentPair(ProjectFile, String, Boolean) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.SetActiveSegmentPair(System.String,System.String,System.Boolean) - name: SetActiveSegmentPair(string, string, bool) + name: SetActiveSegmentPair(String, String, Boolean) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_SetActiveSegmentPair_System_String_System_String_System_Boolean_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.SetActiveSegmentPair(System.String,System.String,System.Boolean) - name.vb: SetActiveSegmentPair(String, String, Boolean) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.SetActiveSegmentPair(string, string, bool) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.SetActiveSegmentPair(String, String, Boolean) - nameWithType: IStudioDocument.SetActiveSegmentPair(string, string, bool) - nameWithType.vb: IStudioDocument.SetActiveSegmentPair(String, String, Boolean) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.SetActiveSegmentPair(System.String, System.String, System.Boolean) + nameWithType: IStudioDocument.SetActiveSegmentPair(String, String, Boolean) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.SetActiveSegmentPair* name: SetActiveSegmentPair href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_SetActiveSegmentPair_ @@ -147565,14 +133959,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.TryTranslateActiveSegment nameWithType: IStudioDocument.TryTranslateActiveSegment - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.UpdateCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,Sdl.FileTypeSupport.Framework.NativeApi.IComment,System.String,Sdl.FileTypeSupport.Framework.NativeApi.Severity) - name: UpdateCommentOnSegment(ISegmentPair, IComment, string, Severity) + name: UpdateCommentOnSegment(ISegmentPair, IComment, String, Severity) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_UpdateCommentOnSegment_Sdl_FileTypeSupport_Framework_BilingualApi_ISegmentPair_Sdl_FileTypeSupport_Framework_NativeApi_IComment_System_String_Sdl_FileTypeSupport_Framework_NativeApi_Severity_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.UpdateCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair,Sdl.FileTypeSupport.Framework.NativeApi.IComment,System.String,Sdl.FileTypeSupport.Framework.NativeApi.Severity) - name.vb: UpdateCommentOnSegment(ISegmentPair, IComment, String, Severity) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.UpdateCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, Sdl.FileTypeSupport.Framework.NativeApi.IComment, string, Sdl.FileTypeSupport.Framework.NativeApi.Severity) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.UpdateCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, Sdl.FileTypeSupport.Framework.NativeApi.IComment, String, Sdl.FileTypeSupport.Framework.NativeApi.Severity) - nameWithType: IStudioDocument.UpdateCommentOnSegment(ISegmentPair, IComment, string, Severity) - nameWithType.vb: IStudioDocument.UpdateCommentOnSegment(ISegmentPair, IComment, String, Severity) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.UpdateCommentOnSegment(Sdl.FileTypeSupport.Framework.BilingualApi.ISegmentPair, Sdl.FileTypeSupport.Framework.NativeApi.IComment, System.String, Sdl.FileTypeSupport.Framework.NativeApi.Severity) + nameWithType: IStudioDocument.UpdateCommentOnSegment(ISegmentPair, IComment, String, Severity) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.UpdateCommentOnSegment* name: UpdateCommentOnSegment href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.IStudioDocument.html#Sdl_TranslationStudioAutomation_IntegrationApi_IStudioDocument_UpdateCommentOnSegment_ @@ -147628,23 +134019,17 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs nameWithType: ConvertExternalPackageEventArgs - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.#ctor(System.Int32,System.String) - name: ConvertExternalPackageEventArgs(int, string) + name: ConvertExternalPackageEventArgs(Int32, String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_ConvertExternalPackageEventArgs__ctor_System_Int32_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.#ctor(System.Int32,System.String) - name.vb: New(Integer, String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.ConvertExternalPackageEventArgs(int, string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.New(Integer, String) - nameWithType: ConvertExternalPackageEventArgs.ConvertExternalPackageEventArgs(int, string) - nameWithType.vb: ConvertExternalPackageEventArgs.New(Integer, String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.ConvertExternalPackageEventArgs(System.Int32, System.String) + nameWithType: ConvertExternalPackageEventArgs.ConvertExternalPackageEventArgs(Int32, String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.#ctor* name: ConvertExternalPackageEventArgs href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_ConvertExternalPackageEventArgs__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.ConvertExternalPackageEventArgs - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.New nameWithType: ConvertExternalPackageEventArgs.ConvertExternalPackageEventArgs - nameWithType.vb: ConvertExternalPackageEventArgs.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.Progress name: Progress href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ConvertExternalPackageEventArgs.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_ConvertExternalPackageEventArgs_Progress @@ -147679,20 +134064,14 @@ references: name: ExternalPackageConversionInfo() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_ExternalPackageConversionInfo__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.ExternalPackageConversionInfo() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.New() nameWithType: ExternalPackageConversionInfo.ExternalPackageConversionInfo() - nameWithType.vb: ExternalPackageConversionInfo.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.#ctor* name: ExternalPackageConversionInfo href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_ExternalPackageConversionInfo__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.ExternalPackageConversionInfo - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.New nameWithType: ExternalPackageConversionInfo.ExternalPackageConversionInfo - nameWithType.vb: ExternalPackageConversionInfo.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.CustomData name: CustomData href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.ExternalPackageConversionInfo.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_ExternalPackageConversionInfo_CustomData @@ -147748,14 +134127,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.CheckForExistingProject nameWithType: IConversionContext.CheckForExistingProject - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.CreatePackage(System.String,Sdl.Core.Globalization.Language,System.DateTime,System.String,System.Guid) - name: CreatePackage(string, Language, DateTime, string, Guid) + name: CreatePackage(String, Language, DateTime, String, Guid) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_IConversionContext_CreatePackage_System_String_Sdl_Core_Globalization_Language_System_DateTime_System_String_System_Guid_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.CreatePackage(System.String,Sdl.Core.Globalization.Language,System.DateTime,System.String,System.Guid) - name.vb: CreatePackage(String, Language, Date, String, Guid) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.CreatePackage(string, Sdl.Core.Globalization.Language, System.DateTime, string, System.Guid) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.CreatePackage(String, Sdl.Core.Globalization.Language, Date, String, System.Guid) - nameWithType: IConversionContext.CreatePackage(string, Language, DateTime, string, Guid) - nameWithType.vb: IConversionContext.CreatePackage(String, Language, Date, String, Guid) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.CreatePackage(System.String, Sdl.Core.Globalization.Language, System.DateTime, System.String, System.Guid) + nameWithType: IConversionContext.CreatePackage(String, Language, DateTime, String, Guid) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.CreatePackage* name: CreatePackage href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_IConversionContext_CreatePackage_ @@ -147763,14 +134139,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.CreatePackage nameWithType: IConversionContext.CreatePackage - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.OpenPackage(System.String) - name: OpenPackage(string) + name: OpenPackage(String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_IConversionContext_OpenPackage_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.OpenPackage(System.String) - name.vb: OpenPackage(String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.OpenPackage(string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.OpenPackage(String) - nameWithType: IConversionContext.OpenPackage(string) - nameWithType.vb: IConversionContext.OpenPackage(String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.OpenPackage(System.String) + nameWithType: IConversionContext.OpenPackage(String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.OpenPackage* name: OpenPackage href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.IConversionContext.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_IConversionContext_OpenPackage_ @@ -147865,20 +134238,14 @@ references: name: PackageConversionResult() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_PackageConversionResult__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.PackageConversionResult() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.New() nameWithType: PackageConversionResult.PackageConversionResult() - nameWithType.vb: PackageConversionResult.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.#ctor* name: PackageConversionResult href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_PackageConversionResult__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.PackageConversionResult - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.New nameWithType: PackageConversionResult.PackageConversionResult - nameWithType.vb: PackageConversionResult.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.RunAnalysis name: RunAnalysis href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConversionResult.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_PackageConversionResult_RunAnalysis @@ -147898,23 +134265,17 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs nameWithType: PackageConverterMessageEventArgs - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.#ctor(System.String,Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.MessageLevel,System.String,System.Exception) - name: PackageConverterMessageEventArgs(string, MessageLevel, string, Exception) + name: PackageConverterMessageEventArgs(String, MessageLevel, String, Exception) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_PackageConverterMessageEventArgs__ctor_System_String_Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_MessageLevel_System_String_System_Exception_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.#ctor(System.String,Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.MessageLevel,System.String,System.Exception) - name.vb: New(String, MessageLevel, String, Exception) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.PackageConverterMessageEventArgs(string, Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.MessageLevel, string, System.Exception) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.New(String, Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.MessageLevel, String, System.Exception) - nameWithType: PackageConverterMessageEventArgs.PackageConverterMessageEventArgs(string, MessageLevel, string, Exception) - nameWithType.vb: PackageConverterMessageEventArgs.New(String, MessageLevel, String, Exception) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.PackageConverterMessageEventArgs(System.String, Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.MessageLevel, System.String, System.Exception) + nameWithType: PackageConverterMessageEventArgs.PackageConverterMessageEventArgs(String, MessageLevel, String, Exception) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.#ctor* name: PackageConverterMessageEventArgs href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_PackageConverterMessageEventArgs__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.PackageConverterMessageEventArgs - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.New nameWithType: PackageConverterMessageEventArgs.PackageConverterMessageEventArgs - nameWithType.vb: PackageConverterMessageEventArgs.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.Exception name: Exception href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackageConverterMessageEventArgs.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_PackageConverterMessageEventArgs_Exception @@ -147973,20 +134334,14 @@ references: name: PackagingConstants() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_PackagingConstants__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.PackagingConstants() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.New() nameWithType: PackagingConstants.PackagingConstants() - nameWithType.vb: PackagingConstants.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.#ctor* name: PackagingConstants href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_PackagingConstants__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.PackagingConstants - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.New nameWithType: PackagingConstants.PackagingConstants - nameWithType.vb: PackagingConstants.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.OpenPackageProjectFilePath name: OpenPackageProjectFilePath href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Packaging.PackagingConstants.html#Sdl_TranslationStudioAutomation_IntegrationApi_Packaging_PackagingConstants_OpenPackageProjectFilePath @@ -148033,20 +134388,14 @@ references: name: TranslationStudioDefaultContextMenus() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.TranslationStudioDefaultContextMenus() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.New() nameWithType: TranslationStudioDefaultContextMenus.TranslationStudioDefaultContextMenus() - nameWithType.vb: TranslationStudioDefaultContextMenus.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.#ctor* name: TranslationStudioDefaultContextMenus href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.TranslationStudioDefaultContextMenus - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.New nameWithType: TranslationStudioDefaultContextMenus.TranslationStudioDefaultContextMenus - nameWithType.vb: TranslationStudioDefaultContextMenus.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation name: TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html @@ -148057,20 +134406,62 @@ references: name: EditorDocumentContextMenuLocation() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentContextMenuLocation__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.EditorDocumentContextMenuLocation() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.New() nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.EditorDocumentContextMenuLocation() - nameWithType.vb: TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.#ctor* name: EditorDocumentContextMenuLocation href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentContextMenuLocation__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.EditorDocumentContextMenuLocation - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.New nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.EditorDocumentContextMenuLocation - nameWithType.vb: TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.New +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.InsertAfter + name: InsertAfter + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentContextMenuLocation_InsertAfter + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.InsertAfter + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.InsertAfter + nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.InsertAfter +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.InsertAfter* + name: InsertAfter + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentContextMenuLocation_InsertAfter_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.InsertAfter + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.InsertAfter + nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.InsertAfter +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.InsertBefore + name: InsertBefore + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentContextMenuLocation_InsertBefore + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.InsertBefore + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.InsertBefore + nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.InsertBefore +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.InsertBefore* + name: InsertBefore + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentContextMenuLocation_InsertBefore_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.InsertBefore + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.InsertBefore + nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.InsertBefore +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.Path + name: Path + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentContextMenuLocation_Path + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.Path + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.Path + nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.Path +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.Path* + name: Path + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentContextMenuLocation_Path_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.Path + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.Path + nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.Path +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.TargetAttributeType + name: TargetAttributeType + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentContextMenuLocation_TargetAttributeType + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.TargetAttributeType + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.TargetAttributeType + nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.TargetAttributeType +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.TargetAttributeType* + name: TargetAttributeType + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentContextMenuLocation_TargetAttributeType_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.TargetAttributeType + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.TargetAttributeType + nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentContextMenuLocation.TargetAttributeType - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation name: TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html @@ -148081,20 +134472,62 @@ references: name: EditorDocumentSpellcheckContextMenuLocation() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentSpellcheckContextMenuLocation__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.EditorDocumentSpellcheckContextMenuLocation() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.New() nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.EditorDocumentSpellcheckContextMenuLocation() - nameWithType.vb: TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.#ctor* name: EditorDocumentSpellcheckContextMenuLocation href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentSpellcheckContextMenuLocation__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.EditorDocumentSpellcheckContextMenuLocation - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.New nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.EditorDocumentSpellcheckContextMenuLocation - nameWithType.vb: TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.New +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.InsertAfter + name: InsertAfter + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentSpellcheckContextMenuLocation_InsertAfter + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.InsertAfter + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.InsertAfter + nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.InsertAfter +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.InsertAfter* + name: InsertAfter + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentSpellcheckContextMenuLocation_InsertAfter_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.InsertAfter + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.InsertAfter + nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.InsertAfter +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.InsertBefore + name: InsertBefore + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentSpellcheckContextMenuLocation_InsertBefore + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.InsertBefore + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.InsertBefore + nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.InsertBefore +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.InsertBefore* + name: InsertBefore + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentSpellcheckContextMenuLocation_InsertBefore_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.InsertBefore + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.InsertBefore + nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.InsertBefore +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.Path + name: Path + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentSpellcheckContextMenuLocation_Path + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.Path + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.Path + nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.Path +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.Path* + name: Path + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentSpellcheckContextMenuLocation_Path_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.Path + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.Path + nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.Path +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.TargetAttributeType + name: TargetAttributeType + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentSpellcheckContextMenuLocation_TargetAttributeType + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.TargetAttributeType + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.TargetAttributeType + nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.TargetAttributeType +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.TargetAttributeType* + name: TargetAttributeType + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_EditorDocumentSpellcheckContextMenuLocation_TargetAttributeType_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.TargetAttributeType + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.TargetAttributeType + nameWithType: TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation.TargetAttributeType - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation name: TranslationStudioDefaultContextMenus.FilesContextMenuLocation href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.html @@ -148105,20 +134538,14 @@ references: name: FilesContextMenuLocation() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_FilesContextMenuLocation__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.FilesContextMenuLocation() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.New() nameWithType: TranslationStudioDefaultContextMenus.FilesContextMenuLocation.FilesContextMenuLocation() - nameWithType.vb: TranslationStudioDefaultContextMenus.FilesContextMenuLocation.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.#ctor* name: FilesContextMenuLocation href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_FilesContextMenuLocation__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.FilesContextMenuLocation - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.New nameWithType: TranslationStudioDefaultContextMenus.FilesContextMenuLocation.FilesContextMenuLocation - nameWithType.vb: TranslationStudioDefaultContextMenus.FilesContextMenuLocation.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.InsertAfter name: InsertAfter href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.FilesContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_FilesContextMenuLocation_InsertAfter @@ -148177,20 +134604,62 @@ references: name: ProjectsContextMenuLocation() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_ProjectsContextMenuLocation__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.ProjectsContextMenuLocation() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.New() nameWithType: TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.ProjectsContextMenuLocation() - nameWithType.vb: TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.#ctor* name: ProjectsContextMenuLocation href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_ProjectsContextMenuLocation__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.ProjectsContextMenuLocation - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.New nameWithType: TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.ProjectsContextMenuLocation - nameWithType.vb: TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.New +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.InsertAfter + name: InsertAfter + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_ProjectsContextMenuLocation_InsertAfter + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.InsertAfter + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.InsertAfter + nameWithType: TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.InsertAfter +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.InsertAfter* + name: InsertAfter + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_ProjectsContextMenuLocation_InsertAfter_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.InsertAfter + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.InsertAfter + nameWithType: TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.InsertAfter +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.InsertBefore + name: InsertBefore + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_ProjectsContextMenuLocation_InsertBefore + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.InsertBefore + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.InsertBefore + nameWithType: TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.InsertBefore +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.InsertBefore* + name: InsertBefore + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_ProjectsContextMenuLocation_InsertBefore_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.InsertBefore + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.InsertBefore + nameWithType: TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.InsertBefore +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.Path + name: Path + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_ProjectsContextMenuLocation_Path + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.Path + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.Path + nameWithType: TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.Path +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.Path* + name: Path + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_ProjectsContextMenuLocation_Path_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.Path + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.Path + nameWithType: TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.Path +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.TargetAttributeType + name: TargetAttributeType + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_ProjectsContextMenuLocation_TargetAttributeType + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.TargetAttributeType + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.TargetAttributeType + nameWithType: TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.TargetAttributeType +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.TargetAttributeType* + name: TargetAttributeType + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultContextMenus_ProjectsContextMenuLocation_TargetAttributeType_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.TargetAttributeType + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.TargetAttributeType + nameWithType: TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation.TargetAttributeType - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups name: TranslationStudioDefaultRibbonGroups href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups.html @@ -148201,20 +134670,14 @@ references: name: TranslationStudioDefaultRibbonGroups() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonGroups__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups.TranslationStudioDefaultRibbonGroups() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups.New() nameWithType: TranslationStudioDefaultRibbonGroups.TranslationStudioDefaultRibbonGroups() - nameWithType.vb: TranslationStudioDefaultRibbonGroups.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups.#ctor* name: TranslationStudioDefaultRibbonGroups href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonGroups__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups.TranslationStudioDefaultRibbonGroups - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonGroups.New nameWithType: TranslationStudioDefaultRibbonGroups.TranslationStudioDefaultRibbonGroups - nameWithType.vb: TranslationStudioDefaultRibbonGroups.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs name: TranslationStudioDefaultRibbonTabs href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.html @@ -148225,20 +134688,14 @@ references: name: TranslationStudioDefaultRibbonTabs() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.TranslationStudioDefaultRibbonTabs() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.New() nameWithType: TranslationStudioDefaultRibbonTabs.TranslationStudioDefaultRibbonTabs() - nameWithType.vb: TranslationStudioDefaultRibbonTabs.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.#ctor* name: TranslationStudioDefaultRibbonTabs href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.TranslationStudioDefaultRibbonTabs - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.New nameWithType: TranslationStudioDefaultRibbonTabs.TranslationStudioDefaultRibbonTabs - nameWithType.vb: TranslationStudioDefaultRibbonTabs.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation name: TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html @@ -148249,20 +134706,62 @@ references: name: EditorAdvancedRibbonTabLocation() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorAdvancedRibbonTabLocation__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.EditorAdvancedRibbonTabLocation() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.New() nameWithType: TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.EditorAdvancedRibbonTabLocation() - nameWithType.vb: TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.#ctor* name: EditorAdvancedRibbonTabLocation href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorAdvancedRibbonTabLocation__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.EditorAdvancedRibbonTabLocation - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.New nameWithType: TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.EditorAdvancedRibbonTabLocation - nameWithType.vb: TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.New +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.InsertAfter + name: InsertAfter + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorAdvancedRibbonTabLocation_InsertAfter + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.InsertAfter + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.InsertAfter + nameWithType: TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.InsertAfter +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.InsertAfter* + name: InsertAfter + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorAdvancedRibbonTabLocation_InsertAfter_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.InsertAfter + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.InsertAfter + nameWithType: TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.InsertAfter +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.InsertBefore + name: InsertBefore + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorAdvancedRibbonTabLocation_InsertBefore + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.InsertBefore + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.InsertBefore + nameWithType: TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.InsertBefore +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.InsertBefore* + name: InsertBefore + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorAdvancedRibbonTabLocation_InsertBefore_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.InsertBefore + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.InsertBefore + nameWithType: TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.InsertBefore +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.Path + name: Path + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorAdvancedRibbonTabLocation_Path + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.Path + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.Path + nameWithType: TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.Path +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.Path* + name: Path + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorAdvancedRibbonTabLocation_Path_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.Path + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.Path + nameWithType: TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.Path +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.TargetAttributeType + name: TargetAttributeType + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorAdvancedRibbonTabLocation_TargetAttributeType + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.TargetAttributeType + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.TargetAttributeType + nameWithType: TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.TargetAttributeType +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.TargetAttributeType* + name: TargetAttributeType + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorAdvancedRibbonTabLocation_TargetAttributeType_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.TargetAttributeType + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.TargetAttributeType + nameWithType: TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation.TargetAttributeType - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation name: TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html @@ -148273,20 +134772,62 @@ references: name: EditorReviewRibbonTabLocation() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorReviewRibbonTabLocation__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.EditorReviewRibbonTabLocation() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.New() nameWithType: TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.EditorReviewRibbonTabLocation() - nameWithType.vb: TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.#ctor* name: EditorReviewRibbonTabLocation href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorReviewRibbonTabLocation__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.EditorReviewRibbonTabLocation - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.New nameWithType: TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.EditorReviewRibbonTabLocation - nameWithType.vb: TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.New +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.InsertAfter + name: InsertAfter + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorReviewRibbonTabLocation_InsertAfter + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.InsertAfter + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.InsertAfter + nameWithType: TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.InsertAfter +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.InsertAfter* + name: InsertAfter + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorReviewRibbonTabLocation_InsertAfter_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.InsertAfter + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.InsertAfter + nameWithType: TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.InsertAfter +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.InsertBefore + name: InsertBefore + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorReviewRibbonTabLocation_InsertBefore + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.InsertBefore + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.InsertBefore + nameWithType: TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.InsertBefore +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.InsertBefore* + name: InsertBefore + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorReviewRibbonTabLocation_InsertBefore_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.InsertBefore + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.InsertBefore + nameWithType: TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.InsertBefore +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.Path + name: Path + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorReviewRibbonTabLocation_Path + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.Path + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.Path + nameWithType: TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.Path +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.Path* + name: Path + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorReviewRibbonTabLocation_Path_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.Path + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.Path + nameWithType: TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.Path +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.TargetAttributeType + name: TargetAttributeType + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorReviewRibbonTabLocation_TargetAttributeType + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.TargetAttributeType + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.TargetAttributeType + nameWithType: TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.TargetAttributeType +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.TargetAttributeType* + name: TargetAttributeType + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_EditorReviewRibbonTabLocation_TargetAttributeType_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.TargetAttributeType + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.TargetAttributeType + nameWithType: TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation.TargetAttributeType - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation name: TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html @@ -148297,20 +134838,62 @@ references: name: HomeRibbonTabLocation() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_HomeRibbonTabLocation__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.HomeRibbonTabLocation() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.New() nameWithType: TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.HomeRibbonTabLocation() - nameWithType.vb: TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.#ctor* name: HomeRibbonTabLocation href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_HomeRibbonTabLocation__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.HomeRibbonTabLocation - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.New nameWithType: TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.HomeRibbonTabLocation - nameWithType.vb: TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.New +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.InsertAfter + name: InsertAfter + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_HomeRibbonTabLocation_InsertAfter + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.InsertAfter + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.InsertAfter + nameWithType: TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.InsertAfter +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.InsertAfter* + name: InsertAfter + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_HomeRibbonTabLocation_InsertAfter_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.InsertAfter + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.InsertAfter + nameWithType: TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.InsertAfter +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.InsertBefore + name: InsertBefore + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_HomeRibbonTabLocation_InsertBefore + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.InsertBefore + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.InsertBefore + nameWithType: TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.InsertBefore +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.InsertBefore* + name: InsertBefore + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_HomeRibbonTabLocation_InsertBefore_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.InsertBefore + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.InsertBefore + nameWithType: TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.InsertBefore +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.Path + name: Path + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_HomeRibbonTabLocation_Path + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.Path + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.Path + nameWithType: TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.Path +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.Path* + name: Path + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_HomeRibbonTabLocation_Path_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.Path + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.Path + nameWithType: TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.Path +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.TargetAttributeType + name: TargetAttributeType + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_HomeRibbonTabLocation_TargetAttributeType + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.TargetAttributeType + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.TargetAttributeType + nameWithType: TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.TargetAttributeType +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.TargetAttributeType* + name: TargetAttributeType + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultRibbonTabs_HomeRibbonTabLocation_TargetAttributeType_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.TargetAttributeType + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.TargetAttributeType + nameWithType: TranslationStudioDefaultRibbonTabs.HomeRibbonTabLocation.TargetAttributeType - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews name: TranslationStudioDefaultViews href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.html @@ -148321,20 +134904,14 @@ references: name: TranslationStudioDefaultViews() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultViews__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TranslationStudioDefaultViews() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.New() nameWithType: TranslationStudioDefaultViews.TranslationStudioDefaultViews() - nameWithType.vb: TranslationStudioDefaultViews.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.#ctor* name: TranslationStudioDefaultViews href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultViews__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TranslationStudioDefaultViews - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.New nameWithType: TranslationStudioDefaultViews.TranslationStudioDefaultViews - nameWithType.vb: TranslationStudioDefaultViews.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation name: TranslationStudioDefaultViews.TradosStudioViewsLocation href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.html @@ -148345,20 +134922,50 @@ references: name: TradosStudioViewsLocation() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultViews_TradosStudioViewsLocation__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.TradosStudioViewsLocation() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.New() nameWithType: TranslationStudioDefaultViews.TradosStudioViewsLocation.TradosStudioViewsLocation() - nameWithType.vb: TranslationStudioDefaultViews.TradosStudioViewsLocation.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.#ctor* name: TradosStudioViewsLocation href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultViews_TradosStudioViewsLocation__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.TradosStudioViewsLocation - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.New nameWithType: TranslationStudioDefaultViews.TradosStudioViewsLocation.TradosStudioViewsLocation - nameWithType.vb: TranslationStudioDefaultViews.TradosStudioViewsLocation.New +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.InsertAfter + name: InsertAfter + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultViews_TradosStudioViewsLocation_InsertAfter + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.InsertAfter + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.InsertAfter + nameWithType: TranslationStudioDefaultViews.TradosStudioViewsLocation.InsertAfter +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.InsertAfter* + name: InsertAfter + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultViews_TradosStudioViewsLocation_InsertAfter_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.InsertAfter + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.InsertAfter + nameWithType: TranslationStudioDefaultViews.TradosStudioViewsLocation.InsertAfter +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.InsertBefore + name: InsertBefore + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultViews_TradosStudioViewsLocation_InsertBefore + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.InsertBefore + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.InsertBefore + nameWithType: TranslationStudioDefaultViews.TradosStudioViewsLocation.InsertBefore +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.InsertBefore* + name: InsertBefore + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultViews_TradosStudioViewsLocation_InsertBefore_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.InsertBefore + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.InsertBefore + nameWithType: TranslationStudioDefaultViews.TradosStudioViewsLocation.InsertBefore +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.Path + name: Path + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultViews_TradosStudioViewsLocation_Path + commentId: P:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.Path + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.Path + nameWithType: TranslationStudioDefaultViews.TradosStudioViewsLocation.Path +- uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.Path* + name: Path + href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultViews_TradosStudioViewsLocation_Path_ + commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.Path + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.Path + nameWithType: TranslationStudioDefaultViews.TradosStudioViewsLocation.Path - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.TargetAttributeType name: TargetAttributeType href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations.TranslationStudioDefaultViews.TradosStudioViewsLocation.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_DefaultLocations_TranslationStudioDefaultViews_TradosStudioViewsLocation_TargetAttributeType @@ -148381,20 +134988,14 @@ references: name: EditorReviewLayoutConfiguration() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorReviewLayoutConfiguration.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_EditorReviewLayoutConfiguration__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorReviewLayoutConfiguration.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorReviewLayoutConfiguration.EditorReviewLayoutConfiguration() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorReviewLayoutConfiguration.New() nameWithType: EditorReviewLayoutConfiguration.EditorReviewLayoutConfiguration() - nameWithType.vb: EditorReviewLayoutConfiguration.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorReviewLayoutConfiguration.#ctor* name: EditorReviewLayoutConfiguration href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorReviewLayoutConfiguration.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_EditorReviewLayoutConfiguration__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorReviewLayoutConfiguration.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorReviewLayoutConfiguration.EditorReviewLayoutConfiguration - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorReviewLayoutConfiguration.New nameWithType: EditorReviewLayoutConfiguration.EditorReviewLayoutConfiguration - nameWithType.vb: EditorReviewLayoutConfiguration.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration name: EditorSignoffLayoutConfiguration href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration.html @@ -148405,20 +135006,14 @@ references: name: EditorSignoffLayoutConfiguration() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_EditorSignoffLayoutConfiguration__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration.EditorSignoffLayoutConfiguration() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration.New() nameWithType: EditorSignoffLayoutConfiguration.EditorSignoffLayoutConfiguration() - nameWithType.vb: EditorSignoffLayoutConfiguration.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration.#ctor* name: EditorSignoffLayoutConfiguration href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration.html#Sdl_TranslationStudioAutomation_IntegrationApi_Presentation_EditorSignoffLayoutConfiguration__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration.EditorSignoffLayoutConfiguration - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.EditorSignoffLayoutConfiguration.New nameWithType: EditorSignoffLayoutConfiguration.EditorSignoffLayoutConfiguration - nameWithType.vb: EditorSignoffLayoutConfiguration.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController name: ProjectsController href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.html @@ -148429,20 +135024,14 @@ references: name: ProjectsController(IStudioWindow, IProjectManagementService, IProjectsViewService) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.html#Sdl_TranslationStudioAutomation_IntegrationApi_ProjectsController__ctor_Sdl_Desktop_Platform_IStudioWindow_Sdl_TranslationStudio_Api_ProjectManagement_IProjectManagementService_Sdl_TranslationStudio_Api_ProjectManagement_IProjectsViewService_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.#ctor(Sdl.Desktop.Platform.IStudioWindow,Sdl.TranslationStudio.Api.ProjectManagement.IProjectManagementService,Sdl.TranslationStudio.Api.ProjectManagement.IProjectsViewService) - name.vb: New(IStudioWindow, IProjectManagementService, IProjectsViewService) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.ProjectsController(Sdl.Desktop.Platform.IStudioWindow, Sdl.TranslationStudio.Api.ProjectManagement.IProjectManagementService, Sdl.TranslationStudio.Api.ProjectManagement.IProjectsViewService) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.New(Sdl.Desktop.Platform.IStudioWindow, Sdl.TranslationStudio.Api.ProjectManagement.IProjectManagementService, Sdl.TranslationStudio.Api.ProjectManagement.IProjectsViewService) nameWithType: ProjectsController.ProjectsController(IStudioWindow, IProjectManagementService, IProjectsViewService) - nameWithType.vb: ProjectsController.New(IStudioWindow, IProjectManagementService, IProjectsViewService) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.#ctor* name: ProjectsController href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.html#Sdl_TranslationStudioAutomation_IntegrationApi_ProjectsController__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.ProjectsController - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.New nameWithType: ProjectsController.ProjectsController - nameWithType.vb: ProjectsController.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.ActivateProject(Sdl.ProjectAutomation.Core.IProject) name: ActivateProject(IProject) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.html#Sdl_TranslationStudioAutomation_IntegrationApi_ProjectsController_ActivateProject_Sdl_ProjectAutomation_Core_IProject_ @@ -148456,23 +135045,20 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.ActivateProject nameWithType: ProjectsController.ActivateProject - uid: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.Add(System.Collections.Generic.IEnumerable{System.String}) - name: Add(IEnumerable) + name: Add(IEnumerable) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.html#Sdl_TranslationStudioAutomation_IntegrationApi_ProjectsController_Add_System_Collections_Generic_IEnumerable_System_String__ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.Add(System.Collections.Generic.IEnumerable{System.String}) name.vb: Add(IEnumerable(Of String)) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.Add(System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.Add(System.Collections.Generic.IEnumerable(Of String)) - nameWithType: ProjectsController.Add(IEnumerable) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.Add(System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.Add(System.Collections.Generic.IEnumerable(Of System.String)) + nameWithType: ProjectsController.Add(IEnumerable) nameWithType.vb: ProjectsController.Add(IEnumerable(Of String)) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.Add(System.String) - name: Add(string) + name: Add(String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.html#Sdl_TranslationStudioAutomation_IntegrationApi_ProjectsController_Add_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.Add(System.String) - name.vb: Add(String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.Add(string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.Add(String) - nameWithType: ProjectsController.Add(string) - nameWithType.vb: ProjectsController.Add(String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.Add(System.String) + nameWithType: ProjectsController.Add(String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.Add* name: Add href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ProjectsController.html#Sdl_TranslationStudioAutomation_IntegrationApi_ProjectsController_Add_ @@ -148630,20 +135216,14 @@ references: name: ReportsViewController(IStudioWindow) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.html#Sdl_TranslationStudioAutomation_IntegrationApi_ReportsViewController__ctor_Sdl_Desktop_Platform_IStudioWindow_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.#ctor(Sdl.Desktop.Platform.IStudioWindow) - name.vb: New(IStudioWindow) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.ReportsViewController(Sdl.Desktop.Platform.IStudioWindow) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.New(Sdl.Desktop.Platform.IStudioWindow) nameWithType: ReportsViewController.ReportsViewController(IStudioWindow) - nameWithType.vb: ReportsViewController.New(IStudioWindow) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.#ctor* name: ReportsViewController href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.html#Sdl_TranslationStudioAutomation_IntegrationApi_ReportsViewController__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.ReportsViewController - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.New nameWithType: ReportsViewController.ReportsViewController - nameWithType.vb: ReportsViewController.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.Initialize(Sdl.Desktop.IntegrationApi.IViewContext) name: Initialize(IViewContext) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.ReportsViewController.html#Sdl_TranslationStudioAutomation_IntegrationApi_ReportsViewController_Initialize_Sdl_Desktop_IntegrationApi_IViewContext_ @@ -148666,20 +135246,14 @@ references: name: SdlTradosStudio() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SdlTradosStudio.html#Sdl_TranslationStudioAutomation_IntegrationApi_SdlTradosStudio__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.SdlTradosStudio.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.SdlTradosStudio.SdlTradosStudio() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.SdlTradosStudio.New() nameWithType: SdlTradosStudio.SdlTradosStudio() - nameWithType.vb: SdlTradosStudio.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.SdlTradosStudio.#ctor* name: SdlTradosStudio href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SdlTradosStudio.html#Sdl_TranslationStudioAutomation_IntegrationApi_SdlTradosStudio__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.SdlTradosStudio.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.SdlTradosStudio.SdlTradosStudio - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.SdlTradosStudio.New nameWithType: SdlTradosStudio.SdlTradosStudio - nameWithType.vb: SdlTradosStudio.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.SegmentOperations name: SegmentOperations href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.SegmentOperations.html @@ -148726,20 +135300,14 @@ references: name: StudioAutomationIntegrationAPIModule() href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.html#Sdl_TranslationStudioAutomation_IntegrationApi_StudioAutomationIntegrationAPIModule__ctor commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.StudioAutomationIntegrationAPIModule() - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.New() nameWithType: StudioAutomationIntegrationAPIModule.StudioAutomationIntegrationAPIModule() - nameWithType.vb: StudioAutomationIntegrationAPIModule.New() - uid: Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.#ctor* name: StudioAutomationIntegrationAPIModule href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.html#Sdl_TranslationStudioAutomation_IntegrationApi_StudioAutomationIntegrationAPIModule__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.StudioAutomationIntegrationAPIModule - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.New nameWithType: StudioAutomationIntegrationAPIModule.StudioAutomationIntegrationAPIModule - nameWithType.vb: StudioAutomationIntegrationAPIModule.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) name: Initialize(IContainer) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.StudioAutomationIntegrationAPIModule.html#Sdl_TranslationStudioAutomation_IntegrationApi_StudioAutomationIntegrationAPIModule_Initialize_Sdl_Platform_Interfaces_DI_IContainer_ @@ -148783,23 +135351,17 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection nameWithType: TargetSelection - uid: Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.Replace(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData,System.String) - name: Replace(IAbstractMarkupData, string) + name: Replace(IAbstractMarkupData, String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.html#Sdl_TranslationStudioAutomation_IntegrationApi_TargetSelection_Replace_Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupData_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.Replace(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData,System.String) - name.vb: Replace(IAbstractMarkupData, String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.Replace(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData, string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.Replace(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData, String) - nameWithType: TargetSelection.Replace(IAbstractMarkupData, string) - nameWithType.vb: TargetSelection.Replace(IAbstractMarkupData, String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.Replace(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData, System.String) + nameWithType: TargetSelection.Replace(IAbstractMarkupData, String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.Replace(System.String,System.String) - name: Replace(string, string) + name: Replace(String, String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.html#Sdl_TranslationStudioAutomation_IntegrationApi_TargetSelection_Replace_System_String_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.Replace(System.String,System.String) - name.vb: Replace(String, String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.Replace(string, string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.Replace(String, String) - nameWithType: TargetSelection.Replace(string, string) - nameWithType.vb: TargetSelection.Replace(String, String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.Replace(System.String, System.String) + nameWithType: TargetSelection.Replace(String, String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.Replace* name: Replace href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.html#Sdl_TranslationStudioAutomation_IntegrationApi_TargetSelection_Replace_ @@ -148816,20 +135378,14 @@ references: name: TranslationMemoriesViewController(IStudioWindow) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.html#Sdl_TranslationStudioAutomation_IntegrationApi_TranslationMemoriesViewController__ctor_Sdl_Desktop_Platform_IStudioWindow_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.#ctor(Sdl.Desktop.Platform.IStudioWindow) - name.vb: New(IStudioWindow) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.TranslationMemoriesViewController(Sdl.Desktop.Platform.IStudioWindow) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.New(Sdl.Desktop.Platform.IStudioWindow) nameWithType: TranslationMemoriesViewController.TranslationMemoriesViewController(IStudioWindow) - nameWithType.vb: TranslationMemoriesViewController.New(IStudioWindow) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.#ctor* name: TranslationMemoriesViewController href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.html#Sdl_TranslationStudioAutomation_IntegrationApi_TranslationMemoriesViewController__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.TranslationMemoriesViewController - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.New nameWithType: TranslationMemoriesViewController.TranslationMemoriesViewController - nameWithType.vb: TranslationMemoriesViewController.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController._tmManagementService name: _tmManagementService href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.html#Sdl_TranslationStudioAutomation_IntegrationApi_TranslationMemoriesViewController__tmManagementService @@ -148897,14 +135453,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.Initialize nameWithType: TranslationMemoriesViewController.Initialize - uid: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SelectRow(System.Int32) - name: SelectRow(int) + name: SelectRow(Int32) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.html#Sdl_TranslationStudioAutomation_IntegrationApi_TranslationMemoriesViewController_SelectRow_System_Int32_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SelectRow(System.Int32) - name.vb: SelectRow(Integer) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SelectRow(int) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SelectRow(Integer) - nameWithType: TranslationMemoriesViewController.SelectRow(int) - nameWithType.vb: TranslationMemoriesViewController.SelectRow(Integer) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SelectRow(System.Int32) + nameWithType: TranslationMemoriesViewController.SelectRow(Int32) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SelectRow* name: SelectRow href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.html#Sdl_TranslationStudioAutomation_IntegrationApi_TranslationMemoriesViewController_SelectRow_ @@ -148912,14 +135465,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SelectRow nameWithType: TranslationMemoriesViewController.SelectRow - uid: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SetActiveTranslationUnitSource(System.String) - name: SetActiveTranslationUnitSource(string) + name: SetActiveTranslationUnitSource(String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.html#Sdl_TranslationStudioAutomation_IntegrationApi_TranslationMemoriesViewController_SetActiveTranslationUnitSource_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SetActiveTranslationUnitSource(System.String) - name.vb: SetActiveTranslationUnitSource(String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SetActiveTranslationUnitSource(string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SetActiveTranslationUnitSource(String) - nameWithType: TranslationMemoriesViewController.SetActiveTranslationUnitSource(string) - nameWithType.vb: TranslationMemoriesViewController.SetActiveTranslationUnitSource(String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SetActiveTranslationUnitSource(System.String) + nameWithType: TranslationMemoriesViewController.SetActiveTranslationUnitSource(String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SetActiveTranslationUnitSource* name: SetActiveTranslationUnitSource href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.html#Sdl_TranslationStudioAutomation_IntegrationApi_TranslationMemoriesViewController_SetActiveTranslationUnitSource_ @@ -148927,14 +135477,11 @@ references: fullName: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SetActiveTranslationUnitSource nameWithType: TranslationMemoriesViewController.SetActiveTranslationUnitSource - uid: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SetActiveTranslationUnitTarget(System.String) - name: SetActiveTranslationUnitTarget(string) + name: SetActiveTranslationUnitTarget(String) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.html#Sdl_TranslationStudioAutomation_IntegrationApi_TranslationMemoriesViewController_SetActiveTranslationUnitTarget_System_String_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SetActiveTranslationUnitTarget(System.String) - name.vb: SetActiveTranslationUnitTarget(String) - fullName: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SetActiveTranslationUnitTarget(string) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SetActiveTranslationUnitTarget(String) - nameWithType: TranslationMemoriesViewController.SetActiveTranslationUnitTarget(string) - nameWithType.vb: TranslationMemoriesViewController.SetActiveTranslationUnitTarget(String) + fullName: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SetActiveTranslationUnitTarget(System.String) + nameWithType: TranslationMemoriesViewController.SetActiveTranslationUnitTarget(String) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.SetActiveTranslationUnitTarget* name: SetActiveTranslationUnitTarget href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TranslationMemoriesViewController.html#Sdl_TranslationStudioAutomation_IntegrationApi_TranslationMemoriesViewController_SetActiveTranslationUnitTarget_ @@ -148951,20 +135498,14 @@ references: name: WelcomeViewController(IStudioWindow) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.html#Sdl_TranslationStudioAutomation_IntegrationApi_WelcomeViewController__ctor_Sdl_Desktop_Platform_IStudioWindow_ commentId: M:Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.#ctor(Sdl.Desktop.Platform.IStudioWindow) - name.vb: New(IStudioWindow) fullName: Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.WelcomeViewController(Sdl.Desktop.Platform.IStudioWindow) - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.New(Sdl.Desktop.Platform.IStudioWindow) nameWithType: WelcomeViewController.WelcomeViewController(IStudioWindow) - nameWithType.vb: WelcomeViewController.New(IStudioWindow) - uid: Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.#ctor* name: WelcomeViewController href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.html#Sdl_TranslationStudioAutomation_IntegrationApi_WelcomeViewController__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.WelcomeViewController - fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.New nameWithType: WelcomeViewController.WelcomeViewController - nameWithType.vb: WelcomeViewController.New - uid: Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.Initialize(Sdl.Desktop.IntegrationApi.IViewContext) name: Initialize(IViewContext) href: api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.WelcomeViewController.html#Sdl_TranslationStudioAutomation_IntegrationApi_WelcomeViewController_Initialize_Sdl_Desktop_IntegrationApi_IViewContext_ @@ -149035,20 +135576,14 @@ references: name: LicenseManager() href: api/integration/Sdl.TranslationStudioAutomation.Licensing.LicenseManager.html#Sdl_TranslationStudioAutomation_Licensing_LicenseManager__ctor commentId: M:Sdl.TranslationStudioAutomation.Licensing.LicenseManager.#ctor - name.vb: New() fullName: Sdl.TranslationStudioAutomation.Licensing.LicenseManager.LicenseManager() - fullName.vb: Sdl.TranslationStudioAutomation.Licensing.LicenseManager.New() nameWithType: LicenseManager.LicenseManager() - nameWithType.vb: LicenseManager.New() - uid: Sdl.TranslationStudioAutomation.Licensing.LicenseManager.#ctor* name: LicenseManager href: api/integration/Sdl.TranslationStudioAutomation.Licensing.LicenseManager.html#Sdl_TranslationStudioAutomation_Licensing_LicenseManager__ctor_ commentId: Overload:Sdl.TranslationStudioAutomation.Licensing.LicenseManager.#ctor - name.vb: New fullName: Sdl.TranslationStudioAutomation.Licensing.LicenseManager.LicenseManager - fullName.vb: Sdl.TranslationStudioAutomation.Licensing.LicenseManager.New nameWithType: LicenseManager.LicenseManager - nameWithType.vb: LicenseManager.New - uid: Sdl.TranslationStudioAutomation.Licensing.LicenseManager.ReleaseLicense name: ReleaseLicense() href: api/integration/Sdl.TranslationStudioAutomation.Licensing.LicenseManager.html#Sdl_TranslationStudioAutomation_Licensing_LicenseManager_ReleaseLicense @@ -149143,29 +135678,20 @@ references: name: GlobalVerifierAttribute() href: api/verification/Sdl.Verification.Api.GlobalVerifierAttribute.html#Sdl_Verification_Api_GlobalVerifierAttribute__ctor commentId: M:Sdl.Verification.Api.GlobalVerifierAttribute.#ctor - name.vb: New() fullName: Sdl.Verification.Api.GlobalVerifierAttribute.GlobalVerifierAttribute() - fullName.vb: Sdl.Verification.Api.GlobalVerifierAttribute.New() nameWithType: GlobalVerifierAttribute.GlobalVerifierAttribute() - nameWithType.vb: GlobalVerifierAttribute.New() - uid: Sdl.Verification.Api.GlobalVerifierAttribute.#ctor(System.String,System.String,System.String) - name: GlobalVerifierAttribute(string, string, string) + name: GlobalVerifierAttribute(String, String, String) href: api/verification/Sdl.Verification.Api.GlobalVerifierAttribute.html#Sdl_Verification_Api_GlobalVerifierAttribute__ctor_System_String_System_String_System_String_ commentId: M:Sdl.Verification.Api.GlobalVerifierAttribute.#ctor(System.String,System.String,System.String) - name.vb: New(String, String, String) - fullName: Sdl.Verification.Api.GlobalVerifierAttribute.GlobalVerifierAttribute(string, string, string) - fullName.vb: Sdl.Verification.Api.GlobalVerifierAttribute.New(String, String, String) - nameWithType: GlobalVerifierAttribute.GlobalVerifierAttribute(string, string, string) - nameWithType.vb: GlobalVerifierAttribute.New(String, String, String) + fullName: Sdl.Verification.Api.GlobalVerifierAttribute.GlobalVerifierAttribute(System.String, System.String, System.String) + nameWithType: GlobalVerifierAttribute.GlobalVerifierAttribute(String, String, String) - uid: Sdl.Verification.Api.GlobalVerifierAttribute.#ctor* name: GlobalVerifierAttribute href: api/verification/Sdl.Verification.Api.GlobalVerifierAttribute.html#Sdl_Verification_Api_GlobalVerifierAttribute__ctor_ commentId: Overload:Sdl.Verification.Api.GlobalVerifierAttribute.#ctor - name.vb: New fullName: Sdl.Verification.Api.GlobalVerifierAttribute.GlobalVerifierAttribute - fullName.vb: Sdl.Verification.Api.GlobalVerifierAttribute.New nameWithType: GlobalVerifierAttribute.GlobalVerifierAttribute - nameWithType.vb: GlobalVerifierAttribute.New - uid: Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute name: GlobalVerifierSettingsPageAttribute href: api/verification/Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.html @@ -149176,20 +135702,14 @@ references: name: GlobalVerifierSettingsPageAttribute() href: api/verification/Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.html#Sdl_Verification_Api_GlobalVerifierSettingsPageAttribute__ctor commentId: M:Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.#ctor - name.vb: New() fullName: Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.GlobalVerifierSettingsPageAttribute() - fullName.vb: Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.New() nameWithType: GlobalVerifierSettingsPageAttribute.GlobalVerifierSettingsPageAttribute() - nameWithType.vb: GlobalVerifierSettingsPageAttribute.New() - uid: Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.#ctor* name: GlobalVerifierSettingsPageAttribute href: api/verification/Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.html#Sdl_Verification_Api_GlobalVerifierSettingsPageAttribute__ctor_ commentId: Overload:Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.#ctor - name.vb: New fullName: Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.GlobalVerifierSettingsPageAttribute - fullName.vb: Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.New nameWithType: GlobalVerifierSettingsPageAttribute.GlobalVerifierSettingsPageAttribute - nameWithType.vb: GlobalVerifierSettingsPageAttribute.New - uid: Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.HelpTopic name: HelpTopic href: api/verification/Sdl.Verification.Api.GlobalVerifierSettingsPageAttribute.html#Sdl_Verification_Api_GlobalVerifierSettingsPageAttribute_HelpTopic @@ -149443,14 +135963,11 @@ references: fullName: Sdl.Verification.Api.ISerializeVerifierProfile nameWithType: ISerializeVerifierProfile - uid: Sdl.Verification.Api.ISerializeVerifierProfile.Export(System.String) - name: Export(string) + name: Export(String) href: api/verification/Sdl.Verification.Api.ISerializeVerifierProfile.html#Sdl_Verification_Api_ISerializeVerifierProfile_Export_System_String_ commentId: M:Sdl.Verification.Api.ISerializeVerifierProfile.Export(System.String) - name.vb: Export(String) - fullName: Sdl.Verification.Api.ISerializeVerifierProfile.Export(string) - fullName.vb: Sdl.Verification.Api.ISerializeVerifierProfile.Export(String) - nameWithType: ISerializeVerifierProfile.Export(string) - nameWithType.vb: ISerializeVerifierProfile.Export(String) + fullName: Sdl.Verification.Api.ISerializeVerifierProfile.Export(System.String) + nameWithType: ISerializeVerifierProfile.Export(String) - uid: Sdl.Verification.Api.ISerializeVerifierProfile.Export* name: Export href: api/verification/Sdl.Verification.Api.ISerializeVerifierProfile.html#Sdl_Verification_Api_ISerializeVerifierProfile_Export_ @@ -149458,14 +135975,11 @@ references: fullName: Sdl.Verification.Api.ISerializeVerifierProfile.Export nameWithType: ISerializeVerifierProfile.Export - uid: Sdl.Verification.Api.ISerializeVerifierProfile.Import(System.String) - name: Import(string) + name: Import(String) href: api/verification/Sdl.Verification.Api.ISerializeVerifierProfile.html#Sdl_Verification_Api_ISerializeVerifierProfile_Import_System_String_ commentId: M:Sdl.Verification.Api.ISerializeVerifierProfile.Import(System.String) - name.vb: Import(String) - fullName: Sdl.Verification.Api.ISerializeVerifierProfile.Import(string) - fullName.vb: Sdl.Verification.Api.ISerializeVerifierProfile.Import(String) - nameWithType: ISerializeVerifierProfile.Import(string) - nameWithType.vb: ISerializeVerifierProfile.Import(String) + fullName: Sdl.Verification.Api.ISerializeVerifierProfile.Import(System.String) + nameWithType: ISerializeVerifierProfile.Import(String) - uid: Sdl.Verification.Api.ISerializeVerifierProfile.Import* name: Import href: api/verification/Sdl.Verification.Api.ISerializeVerifierProfile.html#Sdl_Verification_Api_ISerializeVerifierProfile_Import_ @@ -149527,14 +136041,11 @@ references: fullName: Sdl.Verification.Api.ITermVerifierContext nameWithType: ITermVerifierContext - uid: Sdl.Verification.Api.ITermVerifierContext.CreateTermRecognitionEngine(System.Globalization.CultureInfo,System.Globalization.CultureInfo,System.Int32) - name: CreateTermRecognitionEngine(CultureInfo, CultureInfo, int) + name: CreateTermRecognitionEngine(CultureInfo, CultureInfo, Int32) href: api/verification/Sdl.Verification.Api.ITermVerifierContext.html#Sdl_Verification_Api_ITermVerifierContext_CreateTermRecognitionEngine_System_Globalization_CultureInfo_System_Globalization_CultureInfo_System_Int32_ commentId: M:Sdl.Verification.Api.ITermVerifierContext.CreateTermRecognitionEngine(System.Globalization.CultureInfo,System.Globalization.CultureInfo,System.Int32) - name.vb: CreateTermRecognitionEngine(CultureInfo, CultureInfo, Integer) - fullName: Sdl.Verification.Api.ITermVerifierContext.CreateTermRecognitionEngine(System.Globalization.CultureInfo, System.Globalization.CultureInfo, int) - fullName.vb: Sdl.Verification.Api.ITermVerifierContext.CreateTermRecognitionEngine(System.Globalization.CultureInfo, System.Globalization.CultureInfo, Integer) - nameWithType: ITermVerifierContext.CreateTermRecognitionEngine(CultureInfo, CultureInfo, int) - nameWithType.vb: ITermVerifierContext.CreateTermRecognitionEngine(CultureInfo, CultureInfo, Integer) + fullName: Sdl.Verification.Api.ITermVerifierContext.CreateTermRecognitionEngine(System.Globalization.CultureInfo, System.Globalization.CultureInfo, System.Int32) + nameWithType: ITermVerifierContext.CreateTermRecognitionEngine(CultureInfo, CultureInfo, Int32) - uid: Sdl.Verification.Api.ITermVerifierContext.CreateTermRecognitionEngine* name: CreateTermRecognitionEngine href: api/verification/Sdl.Verification.Api.ITermVerifierContext.html#Sdl_Verification_Api_ITermVerifierContext_CreateTermRecognitionEngine_ @@ -149542,14 +136053,11 @@ references: fullName: Sdl.Verification.Api.ITermVerifierContext.CreateTermRecognitionEngine nameWithType: ITermVerifierContext.CreateTermRecognitionEngine - uid: Sdl.Verification.Api.ITermVerifierContext.GetTermbaseIndexName(System.String) - name: GetTermbaseIndexName(string) + name: GetTermbaseIndexName(String) href: api/verification/Sdl.Verification.Api.ITermVerifierContext.html#Sdl_Verification_Api_ITermVerifierContext_GetTermbaseIndexName_System_String_ commentId: M:Sdl.Verification.Api.ITermVerifierContext.GetTermbaseIndexName(System.String) - name.vb: GetTermbaseIndexName(String) - fullName: Sdl.Verification.Api.ITermVerifierContext.GetTermbaseIndexName(string) - fullName.vb: Sdl.Verification.Api.ITermVerifierContext.GetTermbaseIndexName(String) - nameWithType: ITermVerifierContext.GetTermbaseIndexName(string) - nameWithType.vb: ITermVerifierContext.GetTermbaseIndexName(String) + fullName: Sdl.Verification.Api.ITermVerifierContext.GetTermbaseIndexName(System.String) + nameWithType: ITermVerifierContext.GetTermbaseIndexName(String) - uid: Sdl.Verification.Api.ITermVerifierContext.GetTermbaseIndexName* name: GetTermbaseIndexName href: api/verification/Sdl.Verification.Api.ITermVerifierContext.html#Sdl_Verification_Api_ITermVerifierContext_GetTermbaseIndexName_ @@ -149680,29 +136188,20 @@ references: name: LanguageDirectionVerifierAttribute() href: api/verification/Sdl.Verification.Api.LanguageDirectionVerifierAttribute.html#Sdl_Verification_Api_LanguageDirectionVerifierAttribute__ctor commentId: M:Sdl.Verification.Api.LanguageDirectionVerifierAttribute.#ctor - name.vb: New() fullName: Sdl.Verification.Api.LanguageDirectionVerifierAttribute.LanguageDirectionVerifierAttribute() - fullName.vb: Sdl.Verification.Api.LanguageDirectionVerifierAttribute.New() nameWithType: LanguageDirectionVerifierAttribute.LanguageDirectionVerifierAttribute() - nameWithType.vb: LanguageDirectionVerifierAttribute.New() - uid: Sdl.Verification.Api.LanguageDirectionVerifierAttribute.#ctor(System.String,System.String,System.String) - name: LanguageDirectionVerifierAttribute(string, string, string) + name: LanguageDirectionVerifierAttribute(String, String, String) href: api/verification/Sdl.Verification.Api.LanguageDirectionVerifierAttribute.html#Sdl_Verification_Api_LanguageDirectionVerifierAttribute__ctor_System_String_System_String_System_String_ commentId: M:Sdl.Verification.Api.LanguageDirectionVerifierAttribute.#ctor(System.String,System.String,System.String) - name.vb: New(String, String, String) - fullName: Sdl.Verification.Api.LanguageDirectionVerifierAttribute.LanguageDirectionVerifierAttribute(string, string, string) - fullName.vb: Sdl.Verification.Api.LanguageDirectionVerifierAttribute.New(String, String, String) - nameWithType: LanguageDirectionVerifierAttribute.LanguageDirectionVerifierAttribute(string, string, string) - nameWithType.vb: LanguageDirectionVerifierAttribute.New(String, String, String) + fullName: Sdl.Verification.Api.LanguageDirectionVerifierAttribute.LanguageDirectionVerifierAttribute(System.String, System.String, System.String) + nameWithType: LanguageDirectionVerifierAttribute.LanguageDirectionVerifierAttribute(String, String, String) - uid: Sdl.Verification.Api.LanguageDirectionVerifierAttribute.#ctor* name: LanguageDirectionVerifierAttribute href: api/verification/Sdl.Verification.Api.LanguageDirectionVerifierAttribute.html#Sdl_Verification_Api_LanguageDirectionVerifierAttribute__ctor_ commentId: Overload:Sdl.Verification.Api.LanguageDirectionVerifierAttribute.#ctor - name.vb: New fullName: Sdl.Verification.Api.LanguageDirectionVerifierAttribute.LanguageDirectionVerifierAttribute - fullName.vb: Sdl.Verification.Api.LanguageDirectionVerifierAttribute.New nameWithType: LanguageDirectionVerifierAttribute.LanguageDirectionVerifierAttribute - nameWithType.vb: LanguageDirectionVerifierAttribute.New - uid: Sdl.Verification.Api.MessageControlPlugInAttribute name: MessageControlPlugInAttribute href: api/verification/Sdl.Verification.Api.MessageControlPlugInAttribute.html @@ -149713,20 +136212,14 @@ references: name: MessageControlPlugInAttribute() href: api/verification/Sdl.Verification.Api.MessageControlPlugInAttribute.html#Sdl_Verification_Api_MessageControlPlugInAttribute__ctor commentId: M:Sdl.Verification.Api.MessageControlPlugInAttribute.#ctor - name.vb: New() fullName: Sdl.Verification.Api.MessageControlPlugInAttribute.MessageControlPlugInAttribute() - fullName.vb: Sdl.Verification.Api.MessageControlPlugInAttribute.New() nameWithType: MessageControlPlugInAttribute.MessageControlPlugInAttribute() - nameWithType.vb: MessageControlPlugInAttribute.New() - uid: Sdl.Verification.Api.MessageControlPlugInAttribute.#ctor* name: MessageControlPlugInAttribute href: api/verification/Sdl.Verification.Api.MessageControlPlugInAttribute.html#Sdl_Verification_Api_MessageControlPlugInAttribute__ctor_ commentId: Overload:Sdl.Verification.Api.MessageControlPlugInAttribute.#ctor - name.vb: New fullName: Sdl.Verification.Api.MessageControlPlugInAttribute.MessageControlPlugInAttribute - fullName.vb: Sdl.Verification.Api.MessageControlPlugInAttribute.New nameWithType: MessageControlPlugInAttribute.MessageControlPlugInAttribute - nameWithType.vb: MessageControlPlugInAttribute.New - uid: Sdl.Verification.Api.MessageControlPlugInAttribute.Validate(Sdl.Core.PluginFramework.Validation.IExtensionAttributeInfo,Sdl.Core.PluginFramework.Validation.IExtensionValidationContext) name: Validate(IExtensionAttributeInfo, IExtensionValidationContext) href: api/verification/Sdl.Verification.Api.MessageControlPlugInAttribute.html#Sdl_Verification_Api_MessageControlPlugInAttribute_Validate_Sdl_Core_PluginFramework_Validation_IExtensionAttributeInfo_Sdl_Core_PluginFramework_Validation_IExtensionValidationContext_ @@ -149749,29 +136242,20 @@ references: name: SerializeProfileVerifierAttribute() href: api/verification/Sdl.Verification.Api.SerializeProfileVerifierAttribute.html#Sdl_Verification_Api_SerializeProfileVerifierAttribute__ctor commentId: M:Sdl.Verification.Api.SerializeProfileVerifierAttribute.#ctor - name.vb: New() fullName: Sdl.Verification.Api.SerializeProfileVerifierAttribute.SerializeProfileVerifierAttribute() - fullName.vb: Sdl.Verification.Api.SerializeProfileVerifierAttribute.New() nameWithType: SerializeProfileVerifierAttribute.SerializeProfileVerifierAttribute() - nameWithType.vb: SerializeProfileVerifierAttribute.New() - uid: Sdl.Verification.Api.SerializeProfileVerifierAttribute.#ctor(System.String,System.String,System.String) - name: SerializeProfileVerifierAttribute(string, string, string) + name: SerializeProfileVerifierAttribute(String, String, String) href: api/verification/Sdl.Verification.Api.SerializeProfileVerifierAttribute.html#Sdl_Verification_Api_SerializeProfileVerifierAttribute__ctor_System_String_System_String_System_String_ commentId: M:Sdl.Verification.Api.SerializeProfileVerifierAttribute.#ctor(System.String,System.String,System.String) - name.vb: New(String, String, String) - fullName: Sdl.Verification.Api.SerializeProfileVerifierAttribute.SerializeProfileVerifierAttribute(string, string, string) - fullName.vb: Sdl.Verification.Api.SerializeProfileVerifierAttribute.New(String, String, String) - nameWithType: SerializeProfileVerifierAttribute.SerializeProfileVerifierAttribute(string, string, string) - nameWithType.vb: SerializeProfileVerifierAttribute.New(String, String, String) + fullName: Sdl.Verification.Api.SerializeProfileVerifierAttribute.SerializeProfileVerifierAttribute(System.String, System.String, System.String) + nameWithType: SerializeProfileVerifierAttribute.SerializeProfileVerifierAttribute(String, String, String) - uid: Sdl.Verification.Api.SerializeProfileVerifierAttribute.#ctor* name: SerializeProfileVerifierAttribute href: api/verification/Sdl.Verification.Api.SerializeProfileVerifierAttribute.html#Sdl_Verification_Api_SerializeProfileVerifierAttribute__ctor_ commentId: Overload:Sdl.Verification.Api.SerializeProfileVerifierAttribute.#ctor - name.vb: New fullName: Sdl.Verification.Api.SerializeProfileVerifierAttribute.SerializeProfileVerifierAttribute - fullName.vb: Sdl.Verification.Api.SerializeProfileVerifierAttribute.New nameWithType: SerializeProfileVerifierAttribute.SerializeProfileVerifierAttribute - nameWithType.vb: SerializeProfileVerifierAttribute.New - uid: Sdl.Verification.Api.Suggestion name: Suggestion href: api/verification/Sdl.Verification.Api.Suggestion.html @@ -149782,20 +136266,14 @@ references: name: Suggestion(IMessageLocation, IMessageLocation, IAbstractMarkupData) href: api/verification/Sdl.Verification.Api.Suggestion.html#Sdl_Verification_Api_Suggestion__ctor_Sdl_FileTypeSupport_Framework_IntegrationApi_IMessageLocation_Sdl_FileTypeSupport_Framework_IntegrationApi_IMessageLocation_Sdl_FileTypeSupport_Framework_BilingualApi_IAbstractMarkupData_ commentId: M:Sdl.Verification.Api.Suggestion.#ctor(Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation,Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation,Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) - name.vb: New(IMessageLocation, IMessageLocation, IAbstractMarkupData) fullName: Sdl.Verification.Api.Suggestion.Suggestion(Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) - fullName.vb: Sdl.Verification.Api.Suggestion.New(Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation, Sdl.FileTypeSupport.Framework.IntegrationApi.IMessageLocation, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) nameWithType: Suggestion.Suggestion(IMessageLocation, IMessageLocation, IAbstractMarkupData) - nameWithType.vb: Suggestion.New(IMessageLocation, IMessageLocation, IAbstractMarkupData) - uid: Sdl.Verification.Api.Suggestion.#ctor* name: Suggestion href: api/verification/Sdl.Verification.Api.Suggestion.html#Sdl_Verification_Api_Suggestion__ctor_ commentId: Overload:Sdl.Verification.Api.Suggestion.#ctor - name.vb: New fullName: Sdl.Verification.Api.Suggestion.Suggestion - fullName.vb: Sdl.Verification.Api.Suggestion.New nameWithType: Suggestion.Suggestion - nameWithType.vb: Suggestion.New - uid: Sdl.Verification.Api.Suggestion.FromLocation name: FromLocation href: api/verification/Sdl.Verification.Api.Suggestion.html#Sdl_Verification_Api_Suggestion_FromLocation @@ -149839,23 +136317,20 @@ references: fullName: Sdl.Verification.Api.TermPicklistField nameWithType: TermPicklistField - uid: Sdl.Verification.Api.TermPicklistField.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String}) - name: TermPicklistField(string, IEnumerable) + name: TermPicklistField(String, IEnumerable) href: api/verification/Sdl.Verification.Api.TermPicklistField.html#Sdl_Verification_Api_TermPicklistField__ctor_System_String_System_Collections_Generic_IEnumerable_System_String__ commentId: M:Sdl.Verification.Api.TermPicklistField.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String}) - name.vb: New(String, IEnumerable(Of String)) - fullName: Sdl.Verification.Api.TermPicklistField.TermPicklistField(string, System.Collections.Generic.IEnumerable) - fullName.vb: Sdl.Verification.Api.TermPicklistField.New(String, System.Collections.Generic.IEnumerable(Of String)) - nameWithType: TermPicklistField.TermPicklistField(string, IEnumerable) - nameWithType.vb: TermPicklistField.New(String, IEnumerable(Of String)) + name.vb: TermPicklistField(String, IEnumerable(Of String)) + fullName: Sdl.Verification.Api.TermPicklistField.TermPicklistField(System.String, System.Collections.Generic.IEnumerable) + fullName.vb: Sdl.Verification.Api.TermPicklistField.TermPicklistField(System.String, System.Collections.Generic.IEnumerable(Of System.String)) + nameWithType: TermPicklistField.TermPicklistField(String, IEnumerable) + nameWithType.vb: TermPicklistField.TermPicklistField(String, IEnumerable(Of String)) - uid: Sdl.Verification.Api.TermPicklistField.#ctor* name: TermPicklistField href: api/verification/Sdl.Verification.Api.TermPicklistField.html#Sdl_Verification_Api_TermPicklistField__ctor_ commentId: Overload:Sdl.Verification.Api.TermPicklistField.#ctor - name.vb: New fullName: Sdl.Verification.Api.TermPicklistField.TermPicklistField - fullName.vb: Sdl.Verification.Api.TermPicklistField.New nameWithType: TermPicklistField.TermPicklistField - nameWithType.vb: TermPicklistField.New - uid: Sdl.Verification.Api.TermPicklistField.FieldName name: FieldName href: api/verification/Sdl.Verification.Api.TermPicklistField.html#Sdl_Verification_Api_TermPicklistField_FieldName @@ -149890,29 +136365,20 @@ references: name: WrongSettingsFileException() href: api/verification/Sdl.Verification.Api.WrongSettingsFileException.html#Sdl_Verification_Api_WrongSettingsFileException__ctor commentId: M:Sdl.Verification.Api.WrongSettingsFileException.#ctor - name.vb: New() fullName: Sdl.Verification.Api.WrongSettingsFileException.WrongSettingsFileException() - fullName.vb: Sdl.Verification.Api.WrongSettingsFileException.New() nameWithType: WrongSettingsFileException.WrongSettingsFileException() - nameWithType.vb: WrongSettingsFileException.New() - uid: Sdl.Verification.Api.WrongSettingsFileException.#ctor(System.String) - name: WrongSettingsFileException(string) + name: WrongSettingsFileException(String) href: api/verification/Sdl.Verification.Api.WrongSettingsFileException.html#Sdl_Verification_Api_WrongSettingsFileException__ctor_System_String_ commentId: M:Sdl.Verification.Api.WrongSettingsFileException.#ctor(System.String) - name.vb: New(String) - fullName: Sdl.Verification.Api.WrongSettingsFileException.WrongSettingsFileException(string) - fullName.vb: Sdl.Verification.Api.WrongSettingsFileException.New(String) - nameWithType: WrongSettingsFileException.WrongSettingsFileException(string) - nameWithType.vb: WrongSettingsFileException.New(String) + fullName: Sdl.Verification.Api.WrongSettingsFileException.WrongSettingsFileException(System.String) + nameWithType: WrongSettingsFileException.WrongSettingsFileException(String) - uid: Sdl.Verification.Api.WrongSettingsFileException.#ctor* name: WrongSettingsFileException href: api/verification/Sdl.Verification.Api.WrongSettingsFileException.html#Sdl_Verification_Api_WrongSettingsFileException__ctor_ commentId: Overload:Sdl.Verification.Api.WrongSettingsFileException.#ctor - name.vb: New fullName: Sdl.Verification.Api.WrongSettingsFileException.WrongSettingsFileException - fullName.vb: Sdl.Verification.Api.WrongSettingsFileException.New nameWithType: WrongSettingsFileException.WrongSettingsFileException - nameWithType.vb: WrongSettingsFileException.New - uid: Sdl.Versioning name: Sdl.Versioning href: api/integration/Sdl.Versioning.html @@ -149926,23 +136392,17 @@ references: fullName: Sdl.Versioning.Company nameWithType: Company - uid: Sdl.Versioning.Company.#ctor(System.String,System.String,System.String,System.String,System.String) - name: Company(string, string, string, string, string) + name: Company(String, String, String, String, String) href: api/integration/Sdl.Versioning.Company.html#Sdl_Versioning_Company__ctor_System_String_System_String_System_String_System_String_System_String_ commentId: M:Sdl.Versioning.Company.#ctor(System.String,System.String,System.String,System.String,System.String) - name.vb: New(String, String, String, String, String) - fullName: Sdl.Versioning.Company.Company(string, string, string, string, string) - fullName.vb: Sdl.Versioning.Company.New(String, String, String, String, String) - nameWithType: Company.Company(string, string, string, string, string) - nameWithType.vb: Company.New(String, String, String, String, String) + fullName: Sdl.Versioning.Company.Company(System.String, System.String, System.String, System.String, System.String) + nameWithType: Company.Company(String, String, String, String, String) - uid: Sdl.Versioning.Company.#ctor* name: Company href: api/integration/Sdl.Versioning.Company.html#Sdl_Versioning_Company__ctor_ commentId: Overload:Sdl.Versioning.Company.#ctor - name.vb: New fullName: Sdl.Versioning.Company.Company - fullName.vb: Sdl.Versioning.Company.New nameWithType: Company.Company - nameWithType.vb: Company.New - uid: Sdl.Versioning.Company.BaseProductName name: BaseProductName href: api/integration/Sdl.Versioning.Company.html#Sdl_Versioning_Company_BaseProductName @@ -150055,20 +136515,14 @@ references: name: StudioVersion() href: api/integration/Sdl.Versioning.StudioVersion.html#Sdl_Versioning_StudioVersion__ctor commentId: M:Sdl.Versioning.StudioVersion.#ctor - name.vb: New() fullName: Sdl.Versioning.StudioVersion.StudioVersion() - fullName.vb: Sdl.Versioning.StudioVersion.New() nameWithType: StudioVersion.StudioVersion() - nameWithType.vb: StudioVersion.New() - uid: Sdl.Versioning.StudioVersion.#ctor* name: StudioVersion href: api/integration/Sdl.Versioning.StudioVersion.html#Sdl_Versioning_StudioVersion__ctor_ commentId: Overload:Sdl.Versioning.StudioVersion.#ctor - name.vb: New fullName: Sdl.Versioning.StudioVersion.StudioVersion - fullName.vb: Sdl.Versioning.StudioVersion.New nameWithType: StudioVersion.StudioVersion - nameWithType.vb: StudioVersion.New - uid: Sdl.Versioning.StudioVersion.BaseProductName name: BaseProductName href: api/integration/Sdl.Versioning.StudioVersion.html#Sdl_Versioning_StudioVersion_BaseProductName @@ -150223,20 +136677,14 @@ references: name: StudioVersionService() href: api/integration/Sdl.Versioning.StudioVersionService.html#Sdl_Versioning_StudioVersionService__ctor commentId: M:Sdl.Versioning.StudioVersionService.#ctor - name.vb: New() fullName: Sdl.Versioning.StudioVersionService.StudioVersionService() - fullName.vb: Sdl.Versioning.StudioVersionService.New() nameWithType: StudioVersionService.StudioVersionService() - nameWithType.vb: StudioVersionService.New() - uid: Sdl.Versioning.StudioVersionService.#ctor* name: StudioVersionService href: api/integration/Sdl.Versioning.StudioVersionService.html#Sdl_Versioning_StudioVersionService__ctor_ commentId: Overload:Sdl.Versioning.StudioVersionService.#ctor - name.vb: New fullName: Sdl.Versioning.StudioVersionService.StudioVersionService - fullName.vb: Sdl.Versioning.StudioVersionService.New nameWithType: StudioVersionService.StudioVersionService - nameWithType.vb: StudioVersionService.New - uid: Sdl.Versioning.StudioVersionService.GetInstalledStudioVersions name: GetInstalledStudioVersions() href: api/integration/Sdl.Versioning.StudioVersionService.html#Sdl_Versioning_StudioVersionService_GetInstalledStudioVersions